#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Debug assertions to verify member-offsets and struct-sizes namespace SDK { #define DUMPER7_ASSERTS_FUObjectItem \ static_assert(alignof(FUObjectItem) == 0x000008, "Wrong alignment on FUObjectItem"); \ static_assert(sizeof(FUObjectItem) == 0x000018, "Wrong size on FUObjectItem"); \ static_assert(offsetof(FUObjectItem, Object) == 0x000000, "Member 'FUObjectItem::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TUObjectArray \ static_assert(alignof(TUObjectArray) == 0x000008, "Wrong alignment on TUObjectArray"); \ static_assert(sizeof(TUObjectArray) == 0x000020, "Wrong size on TUObjectArray"); \ static_assert(offsetof(TUObjectArray, Objects) == 0x000000, "Member 'TUObjectArray::Objects' has a wrong offset!"); \ static_assert(offsetof(TUObjectArray, MaxElements) == 0x000010, "Member 'TUObjectArray::MaxElements' has a wrong offset!"); \ static_assert(offsetof(TUObjectArray, NumElements) == 0x000014, "Member 'TUObjectArray::NumElements' has a wrong offset!"); \ static_assert(offsetof(TUObjectArray, MaxChunks) == 0x000018, "Member 'TUObjectArray::MaxChunks' has a wrong offset!"); \ static_assert(offsetof(TUObjectArray, NumChunks) == 0x00001C, "Member 'TUObjectArray::NumChunks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName \ static_assert(alignof(FName) == 0x000004, "Wrong alignment on FName"); \ static_assert(sizeof(FName) == 0x000008, "Wrong size on FName"); \ static_assert(offsetof(FName, ComparisonIndex) == 0x000000, "Member 'FName::ComparisonIndex' has a wrong offset!"); \ static_assert(offsetof(FName, Number) == 0x000004, "Member 'FName::Number' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextData \ static_assert(alignof(FTextData) == 0x000008, "Wrong alignment on FTextData"); \ static_assert(sizeof(FTextData) == 0x000038, "Wrong size on FTextData"); \ static_assert(offsetof(FTextData, TextSource) == 0x000028, "Member 'FTextData::TextSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FText \ static_assert(alignof(FText) == 0x000008, "Wrong alignment on FText"); \ static_assert(sizeof(FText) == 0x000018, "Wrong size on FText"); \ static_assert(offsetof(FText, TextData) == 0x000000, "Member 'FText::TextData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeakObjectPtr \ static_assert(alignof(FWeakObjectPtr) == 0x000004, "Wrong alignment on FWeakObjectPtr"); \ static_assert(sizeof(FWeakObjectPtr) == 0x000008, "Wrong size on FWeakObjectPtr"); \ static_assert(offsetof(FWeakObjectPtr, ObjectIndex) == 0x000000, "Member 'FWeakObjectPtr::ObjectIndex' has a wrong offset!"); \ static_assert(offsetof(FWeakObjectPtr, ObjectSerialNumber) == 0x000004, "Member 'FWeakObjectPtr::ObjectSerialNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUniqueObjectGuid \ static_assert(alignof(FUniqueObjectGuid) == 0x000004, "Wrong alignment on FUniqueObjectGuid"); \ static_assert(sizeof(FUniqueObjectGuid) == 0x000010, "Wrong size on FUniqueObjectGuid"); \ static_assert(offsetof(FUniqueObjectGuid, A) == 0x000000, "Member 'FUniqueObjectGuid::A' has a wrong offset!"); \ static_assert(offsetof(FUniqueObjectGuid, B) == 0x000004, "Member 'FUniqueObjectGuid::B' has a wrong offset!"); \ static_assert(offsetof(FUniqueObjectGuid, C) == 0x000008, "Member 'FUniqueObjectGuid::C' has a wrong offset!"); \ static_assert(offsetof(FUniqueObjectGuid, D) == 0x00000C, "Member 'FUniqueObjectGuid::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoftObjectPath \ static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScriptInterface \ static_assert(alignof(FScriptInterface) == 0x000008, "Wrong alignment on FScriptInterface"); \ static_assert(sizeof(FScriptInterface) == 0x000010, "Wrong size on FScriptInterface"); \ static_assert(offsetof(FScriptInterface, ObjectPointer) == 0x000000, "Member 'FScriptInterface::ObjectPointer' has a wrong offset!"); \ static_assert(offsetof(FScriptInterface, InterfacePointer) == 0x000008, "Member 'FScriptInterface::InterfacePointer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFieldPath \ static_assert(alignof(FFieldPath) == 0x000008, "Wrong alignment on FFieldPath"); \ static_assert(sizeof(FFieldPath) == 0x000020, "Wrong size on FFieldPath"); \ static_assert(offsetof(FFieldPath, ResolvedField) == 0x000000, "Member 'FFieldPath::ResolvedField' has a wrong offset!"); \ static_assert(offsetof(FFieldPath, ResolvedOwner) == 0x000008, "Member 'FFieldPath::ResolvedOwner' has a wrong offset!"); \ static_assert(offsetof(FFieldPath, Path) == 0x000010, "Member 'FFieldPath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScriptDelegate \ static_assert(alignof(FScriptDelegate) == 0x000004, "Wrong alignment on FScriptDelegate"); \ static_assert(sizeof(FScriptDelegate) == 0x000010, "Wrong size on FScriptDelegate"); \ static_assert(offsetof(FScriptDelegate, Object) == 0x000000, "Member 'FScriptDelegate::Object' has a wrong offset!"); \ static_assert(offsetof(FScriptDelegate, FunctionName) == 0x000008, "Member 'FScriptDelegate::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFieldClass \ static_assert(alignof(FFieldClass) == 0x000008, "Wrong alignment on FFieldClass"); \ static_assert(sizeof(FFieldClass) == 0x000028, "Wrong size on FFieldClass"); \ static_assert(offsetof(FFieldClass, Name) == 0x000000, "Member 'FFieldClass::Name' has a wrong offset!"); \ static_assert(offsetof(FFieldClass, Id) == 0x000008, "Member 'FFieldClass::Id' has a wrong offset!"); \ static_assert(offsetof(FFieldClass, CastFlags) == 0x000010, "Member 'FFieldClass::CastFlags' has a wrong offset!"); \ static_assert(offsetof(FFieldClass, ClassFlags) == 0x000018, "Member 'FFieldClass::ClassFlags' has a wrong offset!"); \ static_assert(offsetof(FFieldClass, SuperClass) == 0x000020, "Member 'FFieldClass::SuperClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFieldVariant \ static_assert(alignof(FFieldVariant) == 0x000008, "Wrong alignment on FFieldVariant"); \ static_assert(sizeof(FFieldVariant) == 0x000010, "Wrong size on FFieldVariant"); \ static_assert(offsetof(FFieldVariant, Container) == 0x000000, "Member 'FFieldVariant::Container' has a wrong offset!"); \ static_assert(offsetof(FFieldVariant, bIsUObject) == 0x000008, "Member 'FFieldVariant::bIsUObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FField \ static_assert(alignof(FField) == 0x000008, "Wrong alignment on FField"); \ static_assert(sizeof(FField) == 0x000038, "Wrong size on FField"); \ static_assert(offsetof(FField, VTable) == 0x000000, "Member 'FField::VTable' has a wrong offset!"); \ static_assert(offsetof(FField, ClassPrivate) == 0x000008, "Member 'FField::ClassPrivate' has a wrong offset!"); \ static_assert(offsetof(FField, Owner) == 0x000010, "Member 'FField::Owner' has a wrong offset!"); \ static_assert(offsetof(FField, Next) == 0x000020, "Member 'FField::Next' has a wrong offset!"); \ static_assert(offsetof(FField, Name) == 0x000028, "Member 'FField::Name' has a wrong offset!"); \ static_assert(offsetof(FField, ObjFlags) == 0x000030, "Member 'FField::ObjFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProperty \ static_assert(alignof(FProperty) == 0x000008, "Wrong alignment on FProperty"); \ static_assert(sizeof(FProperty) == 0x000078, "Wrong size on FProperty"); \ static_assert(offsetof(FProperty, ArrayDim) == 0x000038, "Member 'FProperty::ArrayDim' has a wrong offset!"); \ static_assert(offsetof(FProperty, ElementSize) == 0x00003C, "Member 'FProperty::ElementSize' has a wrong offset!"); \ static_assert(offsetof(FProperty, PropertyFlags) == 0x000040, "Member 'FProperty::PropertyFlags' has a wrong offset!"); \ static_assert(offsetof(FProperty, Offset) == 0x00004C, "Member 'FProperty::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FByteProperty \ static_assert(alignof(FByteProperty) == 0x000008, "Wrong alignment on FByteProperty"); \ static_assert(sizeof(FByteProperty) == 0x000080, "Wrong size on FByteProperty"); \ static_assert(offsetof(FByteProperty, Enum) == 0x000078, "Member 'FByteProperty::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolProperty \ static_assert(alignof(FBoolProperty) == 0x000008, "Wrong alignment on FBoolProperty"); \ static_assert(sizeof(FBoolProperty) == 0x000080, "Wrong size on FBoolProperty"); \ static_assert(offsetof(FBoolProperty, FieldSize) == 0x000078, "Member 'FBoolProperty::FieldSize' has a wrong offset!"); \ static_assert(offsetof(FBoolProperty, ByteOffset) == 0x000079, "Member 'FBoolProperty::ByteOffset' has a wrong offset!"); \ static_assert(offsetof(FBoolProperty, ByteMask) == 0x00007A, "Member 'FBoolProperty::ByteMask' has a wrong offset!"); \ static_assert(offsetof(FBoolProperty, FieldMask) == 0x00007B, "Member 'FBoolProperty::FieldMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectPropertyBase \ static_assert(alignof(FObjectPropertyBase) == 0x000008, "Wrong alignment on FObjectPropertyBase"); \ static_assert(sizeof(FObjectPropertyBase) == 0x000080, "Wrong size on FObjectPropertyBase"); \ static_assert(offsetof(FObjectPropertyBase, PropertyClass) == 0x000078, "Member 'FObjectPropertyBase::PropertyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClassProperty \ static_assert(alignof(FClassProperty) == 0x000008, "Wrong alignment on FClassProperty"); \ static_assert(sizeof(FClassProperty) == 0x000088, "Wrong size on FClassProperty"); \ static_assert(offsetof(FClassProperty, MetaClass) == 0x000080, "Member 'FClassProperty::MetaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructProperty \ static_assert(alignof(FStructProperty) == 0x000008, "Wrong alignment on FStructProperty"); \ static_assert(sizeof(FStructProperty) == 0x000080, "Wrong size on FStructProperty"); \ static_assert(offsetof(FStructProperty, Struct) == 0x000078, "Member 'FStructProperty::Struct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArrayProperty \ static_assert(alignof(FArrayProperty) == 0x000008, "Wrong alignment on FArrayProperty"); \ static_assert(sizeof(FArrayProperty) == 0x000080, "Wrong size on FArrayProperty"); \ static_assert(offsetof(FArrayProperty, InnerProperty) == 0x000078, "Member 'FArrayProperty::InnerProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDelegateProperty \ static_assert(alignof(FDelegateProperty) == 0x000008, "Wrong alignment on FDelegateProperty"); \ static_assert(sizeof(FDelegateProperty) == 0x000080, "Wrong size on FDelegateProperty"); \ static_assert(offsetof(FDelegateProperty, SignatureFunction) == 0x000078, "Member 'FDelegateProperty::SignatureFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapProperty \ static_assert(alignof(FMapProperty) == 0x000008, "Wrong alignment on FMapProperty"); \ static_assert(sizeof(FMapProperty) == 0x000088, "Wrong size on FMapProperty"); \ static_assert(offsetof(FMapProperty, KeyProperty) == 0x000078, "Member 'FMapProperty::KeyProperty' has a wrong offset!"); \ static_assert(offsetof(FMapProperty, ValueProperty) == 0x000080, "Member 'FMapProperty::ValueProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetProperty \ static_assert(alignof(FSetProperty) == 0x000008, "Wrong alignment on FSetProperty"); \ static_assert(sizeof(FSetProperty) == 0x000080, "Wrong size on FSetProperty"); \ static_assert(offsetof(FSetProperty, ElementProperty) == 0x000078, "Member 'FSetProperty::ElementProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnumProperty \ static_assert(alignof(FEnumProperty) == 0x000008, "Wrong alignment on FEnumProperty"); \ static_assert(sizeof(FEnumProperty) == 0x000088, "Wrong size on FEnumProperty"); \ static_assert(offsetof(FEnumProperty, UnderlayingProperty) == 0x000078, "Member 'FEnumProperty::UnderlayingProperty' has a wrong offset!"); \ static_assert(offsetof(FEnumProperty, Enum) == 0x000080, "Member 'FEnumProperty::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFieldPathProperty \ static_assert(alignof(FFieldPathProperty) == 0x000008, "Wrong alignment on FFieldPathProperty"); \ static_assert(sizeof(FFieldPathProperty) == 0x000080, "Wrong size on FFieldPathProperty"); \ static_assert(offsetof(FFieldPathProperty, FieldClass) == 0x000078, "Member 'FFieldPathProperty::FieldClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOptionalProperty \ static_assert(alignof(FOptionalProperty) == 0x000008, "Wrong alignment on FOptionalProperty"); \ static_assert(sizeof(FOptionalProperty) == 0x000080, "Wrong size on FOptionalProperty"); \ static_assert(offsetof(FOptionalProperty, ValueProperty) == 0x000078, "Member 'FOptionalProperty::ValueProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_ExecuteUbergraph_Cook_Action \ static_assert(alignof(Cook_Action_C_ExecuteUbergraph_Cook_Action) == 0x000008, "Wrong alignment on Cook_Action_C_ExecuteUbergraph_Cook_Action"); \ static_assert(sizeof(Cook_Action_C_ExecuteUbergraph_Cook_Action) == 0x0002E8, "Wrong size on Cook_Action_C_ExecuteUbergraph_Cook_Action"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, EntryPoint) == 0x000000, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_23) == 0x000004, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000010, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_22) == 0x00002C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_21) == 0x000034, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_20) == 0x00004C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, Temp_name_Variable) == 0x000064, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00006C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_19) == 0x00007C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_18) == 0x000084, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00008C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_17) == 0x00009C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000A4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_16) == 0x0000B4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000BC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_15) == 0x0000CC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, Temp_name_Variable_1) == 0x0000E4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000EC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_14) == 0x0000FC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_13) == 0x000104, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x00010C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_12) == 0x00011C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000124, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_11) == 0x000134, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x00013C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_10) == 0x00014C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000154, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, Temp_name_Variable_2) == 0x000164, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x00016C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_9) == 0x00017C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_8) == 0x000184, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00018C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_7) == 0x00019C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x0001A4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_6) == 0x0001B4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001BC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_5) == 0x0001CC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001D4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, Temp_name_Variable_3) == 0x0001E4, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001EC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_4) == 0x0001FC, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_3) == 0x000204, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x00020C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_2) == 0x00021C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_20) == 0x000224, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_1) == 0x000234, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_21) == 0x00023C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName) == 0x00024C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_22) == 0x000254, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, Temp_name_Variable_4) == 0x000264, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00026C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000270, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CustomEvent_NotifyName_24) == 0x000274, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_23) == 0x00027C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, K2Node_CreateDelegate_OutputDelegate_24) == 0x00028C, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0002A0, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0002A8, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_IsValid_ReturnValue_1) == 0x0002B1, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0002B8, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_IsValid_ReturnValue_2) == 0x0002C0, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0002C8, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_IsValid_ReturnValue_3) == 0x0002D0, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x0002D8, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Cook_Action_C_ExecuteUbergraph_Cook_Action, CallFunc_IsValid_ReturnValue_4) == 0x0002E0, "Member 'Cook_Action_C_ExecuteUbergraph_Cook_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D \ static_assert(alignof(Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000004, "Wrong alignment on Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(sizeof(Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000008, "Wrong size on Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(offsetof(Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnCompleted_487FCCB14457AB3E16EC2E80293F1C5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D \ static_assert(alignof(Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000004, "Wrong alignment on Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(sizeof(Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000008, "Wrong size on Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(offsetof(Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnBlendOut_487FCCB14457AB3E16EC2E80293F1C5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D \ static_assert(alignof(Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000004, "Wrong alignment on Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(sizeof(Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000008, "Wrong size on Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(offsetof(Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnInterrupted_487FCCB14457AB3E16EC2E80293F1C5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D \ static_assert(alignof(Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(sizeof(Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(offsetof(Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyBegin_487FCCB14457AB3E16EC2E80293F1C5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D \ static_assert(alignof(Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(sizeof(Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D"); \ static_assert(offsetof(Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyEnd_487FCCB14457AB3E16EC2E80293F1C5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5 \ static_assert(alignof(Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000004, "Wrong alignment on Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(sizeof(Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000008, "Wrong size on Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(offsetof(Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnCompleted_266DAA2E47D10CAAD66127B7B542F2F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5 \ static_assert(alignof(Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000004, "Wrong alignment on Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(sizeof(Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000008, "Wrong size on Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(offsetof(Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnBlendOut_266DAA2E47D10CAAD66127B7B542F2F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5 \ static_assert(alignof(Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000004, "Wrong alignment on Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(sizeof(Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000008, "Wrong size on Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(offsetof(Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnInterrupted_266DAA2E47D10CAAD66127B7B542F2F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5 \ static_assert(alignof(Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(sizeof(Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(offsetof(Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyBegin_266DAA2E47D10CAAD66127B7B542F2F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5 \ static_assert(alignof(Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(sizeof(Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5"); \ static_assert(offsetof(Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyEnd_266DAA2E47D10CAAD66127B7B542F2F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1 \ static_assert(alignof(Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1) == 0x000004, "Wrong alignment on Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1"); \ static_assert(sizeof(Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1) == 0x000008, "Wrong size on Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1"); \ static_assert(offsetof(Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnCompleted_313200C84408DF032A247AAD0BA427A1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1 \ static_assert(alignof(Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1) == 0x000004, "Wrong alignment on Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1"); \ static_assert(sizeof(Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1) == 0x000008, "Wrong size on Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1"); \ static_assert(offsetof(Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnBlendOut_313200C84408DF032A247AAD0BA427A1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1 \ static_assert(alignof(Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1) == 0x000004, "Wrong alignment on Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1"); \ static_assert(sizeof(Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1) == 0x000008, "Wrong size on Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1"); \ static_assert(offsetof(Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnInterrupted_313200C84408DF032A247AAD0BA427A1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1 \ static_assert(alignof(Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1"); \ static_assert(sizeof(Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1"); \ static_assert(offsetof(Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyBegin_313200C84408DF032A247AAD0BA427A1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1 \ static_assert(alignof(Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1"); \ static_assert(sizeof(Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1"); \ static_assert(offsetof(Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyEnd_313200C84408DF032A247AAD0BA427A1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788 \ static_assert(alignof(Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788) == 0x000004, "Wrong alignment on Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(sizeof(Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788) == 0x000008, "Wrong size on Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(offsetof(Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnCompleted_225FE8534D35B6D1A22380AE0D27C788::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788 \ static_assert(alignof(Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788) == 0x000004, "Wrong alignment on Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(sizeof(Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788) == 0x000008, "Wrong size on Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(offsetof(Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnBlendOut_225FE8534D35B6D1A22380AE0D27C788::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788 \ static_assert(alignof(Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788) == 0x000004, "Wrong alignment on Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(sizeof(Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788) == 0x000008, "Wrong size on Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(offsetof(Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnInterrupted_225FE8534D35B6D1A22380AE0D27C788::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788 \ static_assert(alignof(Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(sizeof(Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(offsetof(Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyBegin_225FE8534D35B6D1A22380AE0D27C788::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788 \ static_assert(alignof(Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(sizeof(Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788"); \ static_assert(offsetof(Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyEnd_225FE8534D35B6D1A22380AE0D27C788::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED \ static_assert(alignof(Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000004, "Wrong alignment on Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(sizeof(Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000008, "Wrong size on Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(offsetof(Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnCompleted_9D3BA8114B73C38797BBE4B37EA923ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED \ static_assert(alignof(Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000004, "Wrong alignment on Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(sizeof(Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000008, "Wrong size on Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(offsetof(Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnBlendOut_9D3BA8114B73C38797BBE4B37EA923ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED \ static_assert(alignof(Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000004, "Wrong alignment on Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(sizeof(Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000008, "Wrong size on Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(offsetof(Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnInterrupted_9D3BA8114B73C38797BBE4B37EA923ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED \ static_assert(alignof(Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(sizeof(Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(offsetof(Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyBegin_9D3BA8114B73C38797BBE4B37EA923ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED \ static_assert(alignof(Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000004, "Wrong alignment on Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(sizeof(Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED) == 0x000008, "Wrong size on Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED"); \ static_assert(offsetof(Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED, NotifyName) == 0x000000, "Member 'Cook_Action_C_OnNotifyEnd_9D3BA8114B73C38797BBE4B37EA923ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCook_Action_C \ static_assert(alignof(UCook_Action_C) == 0x000008, "Wrong alignment on UCook_Action_C"); \ static_assert(sizeof(UCook_Action_C) == 0x0000F0, "Wrong size on UCook_Action_C"); \ static_assert(offsetof(UCook_Action_C, UberGraphFrame_Cook_Action_C) == 0x0000E8, "Member 'UCook_Action_C::UberGraphFrame_Cook_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoftObjectPath \ static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetBundleEntry \ static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ static_assert(sizeof(FAssetBundleEntry) == 0x000018, "Wrong size on FAssetBundleEntry"); \ static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ static_assert(offsetof(FAssetBundleEntry, BundleAssets) == 0x000008, "Member 'FAssetBundleEntry::BundleAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAssetBundleData \ static_assert(alignof(FAssetBundleData) == 0x000008, "Wrong alignment on FAssetBundleData"); \ static_assert(sizeof(FAssetBundleData) == 0x000010, "Wrong size on FAssetBundleData"); \ static_assert(offsetof(FAssetBundleData, Bundles) == 0x000000, "Member 'FAssetBundleData::Bundles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUniqueNetIdWrapper \ static_assert(alignof(FUniqueNetIdWrapper) == 0x000001, "Wrong alignment on FUniqueNetIdWrapper"); \ static_assert(sizeof(FUniqueNetIdWrapper) == 0x000001, "Wrong size on FUniqueNetIdWrapper"); \ #define DUMPER7_ASSERTS_FAssetData \ static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ static_assert(sizeof(FAssetData) == 0x000060, "Wrong size on FAssetData"); \ static_assert(offsetof(FAssetData, ObjectPath) == 0x000000, "Member 'FAssetData::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(FAssetData, PackageName) == 0x000008, "Member 'FAssetData::PackageName' has a wrong offset!"); \ static_assert(offsetof(FAssetData, PackagePath) == 0x000010, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ static_assert(offsetof(FAssetData, AssetName) == 0x000018, "Member 'FAssetData::AssetName' has a wrong offset!"); \ static_assert(offsetof(FAssetData, AssetClass) == 0x000020, "Member 'FAssetData::AssetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGuid \ static_assert(alignof(FGuid) == 0x000004, "Wrong alignment on FGuid"); \ static_assert(sizeof(FGuid) == 0x000010, "Wrong size on FGuid"); \ static_assert(offsetof(FGuid, A) == 0x000000, "Member 'FGuid::A' has a wrong offset!"); \ static_assert(offsetof(FGuid, B) == 0x000004, "Member 'FGuid::B' has a wrong offset!"); \ static_assert(offsetof(FGuid, C) == 0x000008, "Member 'FGuid::C' has a wrong offset!"); \ static_assert(offsetof(FGuid, D) == 0x00000C, "Member 'FGuid::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTestUninitializedScriptStructMembersTest \ static_assert(alignof(FTestUninitializedScriptStructMembersTest) == 0x000008, "Wrong alignment on FTestUninitializedScriptStructMembersTest"); \ static_assert(sizeof(FTestUninitializedScriptStructMembersTest) == 0x000018, "Wrong size on FTestUninitializedScriptStructMembersTest"); \ static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UninitializedObjectReference) == 0x000000, "Member 'FTestUninitializedScriptStructMembersTest::UninitializedObjectReference' has a wrong offset!"); \ static_assert(offsetof(FTestUninitializedScriptStructMembersTest, InitializedObjectReference) == 0x000008, "Member 'FTestUninitializedScriptStructMembersTest::InitializedObjectReference' has a wrong offset!"); \ static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UnusedValue) == 0x000010, "Member 'FTestUninitializedScriptStructMembersTest::UnusedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector \ static_assert(alignof(FVector) == 0x000004, "Wrong alignment on FVector"); \ static_assert(sizeof(FVector) == 0x00000C, "Wrong size on FVector"); \ static_assert(offsetof(FVector, X) == 0x000000, "Member 'FVector::X' has a wrong offset!"); \ static_assert(offsetof(FVector, Y) == 0x000004, "Member 'FVector::Y' has a wrong offset!"); \ static_assert(offsetof(FVector, Z) == 0x000008, "Member 'FVector::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector4 \ static_assert(alignof(FVector4) == 0x000010, "Wrong alignment on FVector4"); \ static_assert(sizeof(FVector4) == 0x000010, "Wrong size on FVector4"); \ static_assert(offsetof(FVector4, X) == 0x000000, "Member 'FVector4::X' has a wrong offset!"); \ static_assert(offsetof(FVector4, Y) == 0x000004, "Member 'FVector4::Y' has a wrong offset!"); \ static_assert(offsetof(FVector4, Z) == 0x000008, "Member 'FVector4::Z' has a wrong offset!"); \ static_assert(offsetof(FVector4, W) == 0x00000C, "Member 'FVector4::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector2D \ static_assert(alignof(FVector2D) == 0x000004, "Wrong alignment on FVector2D"); \ static_assert(sizeof(FVector2D) == 0x000008, "Wrong size on FVector2D"); \ static_assert(offsetof(FVector2D, X) == 0x000000, "Member 'FVector2D::X' has a wrong offset!"); \ static_assert(offsetof(FVector2D, Y) == 0x000004, "Member 'FVector2D::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTwoVectors \ static_assert(alignof(FTwoVectors) == 0x000004, "Wrong alignment on FTwoVectors"); \ static_assert(sizeof(FTwoVectors) == 0x000018, "Wrong size on FTwoVectors"); \ static_assert(offsetof(FTwoVectors, v1) == 0x000000, "Member 'FTwoVectors::v1' has a wrong offset!"); \ static_assert(offsetof(FTwoVectors, v2) == 0x00000C, "Member 'FTwoVectors::v2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlane \ static_assert(alignof(FPlane) == 0x000010, "Wrong alignment on FPlane"); \ static_assert(sizeof(FPlane) == 0x000010, "Wrong size on FPlane"); \ static_assert(offsetof(FPlane, W) == 0x00000C, "Member 'FPlane::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRotator \ static_assert(alignof(FRotator) == 0x000004, "Wrong alignment on FRotator"); \ static_assert(sizeof(FRotator) == 0x00000C, "Wrong size on FRotator"); \ static_assert(offsetof(FRotator, Pitch) == 0x000000, "Member 'FRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(FRotator, Yaw) == 0x000004, "Member 'FRotator::Yaw' has a wrong offset!"); \ static_assert(offsetof(FRotator, Roll) == 0x000008, "Member 'FRotator::Roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuat \ static_assert(alignof(FQuat) == 0x000010, "Wrong alignment on FQuat"); \ static_assert(sizeof(FQuat) == 0x000010, "Wrong size on FQuat"); \ static_assert(offsetof(FQuat, X) == 0x000000, "Member 'FQuat::X' has a wrong offset!"); \ static_assert(offsetof(FQuat, Y) == 0x000004, "Member 'FQuat::Y' has a wrong offset!"); \ static_assert(offsetof(FQuat, Z) == 0x000008, "Member 'FQuat::Z' has a wrong offset!"); \ static_assert(offsetof(FQuat, W) == 0x00000C, "Member 'FQuat::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPackedNormal \ static_assert(alignof(FPackedNormal) == 0x000001, "Wrong alignment on FPackedNormal"); \ static_assert(sizeof(FPackedNormal) == 0x000004, "Wrong size on FPackedNormal"); \ static_assert(offsetof(FPackedNormal, X) == 0x000000, "Member 'FPackedNormal::X' has a wrong offset!"); \ static_assert(offsetof(FPackedNormal, Y) == 0x000001, "Member 'FPackedNormal::Y' has a wrong offset!"); \ static_assert(offsetof(FPackedNormal, Z) == 0x000002, "Member 'FPackedNormal::Z' has a wrong offset!"); \ static_assert(offsetof(FPackedNormal, W) == 0x000003, "Member 'FPackedNormal::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPackedRGB10A2N \ static_assert(alignof(FPackedRGB10A2N) == 0x000004, "Wrong alignment on FPackedRGB10A2N"); \ static_assert(sizeof(FPackedRGB10A2N) == 0x000004, "Wrong size on FPackedRGB10A2N"); \ static_assert(offsetof(FPackedRGB10A2N, Packed) == 0x000000, "Member 'FPackedRGB10A2N::Packed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPackedRGBA16N \ static_assert(alignof(FPackedRGBA16N) == 0x000004, "Wrong alignment on FPackedRGBA16N"); \ static_assert(sizeof(FPackedRGBA16N) == 0x000008, "Wrong size on FPackedRGBA16N"); \ static_assert(offsetof(FPackedRGBA16N, XY) == 0x000000, "Member 'FPackedRGBA16N::XY' has a wrong offset!"); \ static_assert(offsetof(FPackedRGBA16N, ZW) == 0x000004, "Member 'FPackedRGBA16N::ZW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntPoint \ static_assert(alignof(FIntPoint) == 0x000004, "Wrong alignment on FIntPoint"); \ static_assert(sizeof(FIntPoint) == 0x000008, "Wrong size on FIntPoint"); \ static_assert(offsetof(FIntPoint, X) == 0x000000, "Member 'FIntPoint::X' has a wrong offset!"); \ static_assert(offsetof(FIntPoint, Y) == 0x000004, "Member 'FIntPoint::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntVector \ static_assert(alignof(FIntVector) == 0x000004, "Wrong alignment on FIntVector"); \ static_assert(sizeof(FIntVector) == 0x00000C, "Wrong size on FIntVector"); \ static_assert(offsetof(FIntVector, X) == 0x000000, "Member 'FIntVector::X' has a wrong offset!"); \ static_assert(offsetof(FIntVector, Y) == 0x000004, "Member 'FIntVector::Y' has a wrong offset!"); \ static_assert(offsetof(FIntVector, Z) == 0x000008, "Member 'FIntVector::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColor \ static_assert(alignof(FColor) == 0x000004, "Wrong alignment on FColor"); \ static_assert(sizeof(FColor) == 0x000004, "Wrong size on FColor"); \ static_assert(offsetof(FColor, B) == 0x000000, "Member 'FColor::B' has a wrong offset!"); \ static_assert(offsetof(FColor, G) == 0x000001, "Member 'FColor::G' has a wrong offset!"); \ static_assert(offsetof(FColor, R) == 0x000002, "Member 'FColor::R' has a wrong offset!"); \ static_assert(offsetof(FColor, A) == 0x000003, "Member 'FColor::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearColor \ static_assert(alignof(FLinearColor) == 0x000004, "Wrong alignment on FLinearColor"); \ static_assert(sizeof(FLinearColor) == 0x000010, "Wrong size on FLinearColor"); \ static_assert(offsetof(FLinearColor, R) == 0x000000, "Member 'FLinearColor::R' has a wrong offset!"); \ static_assert(offsetof(FLinearColor, G) == 0x000004, "Member 'FLinearColor::G' has a wrong offset!"); \ static_assert(offsetof(FLinearColor, B) == 0x000008, "Member 'FLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(FLinearColor, A) == 0x00000C, "Member 'FLinearColor::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBox \ static_assert(alignof(FBox) == 0x000004, "Wrong alignment on FBox"); \ static_assert(sizeof(FBox) == 0x00001C, "Wrong size on FBox"); \ static_assert(offsetof(FBox, Min) == 0x000000, "Member 'FBox::Min' has a wrong offset!"); \ static_assert(offsetof(FBox, Max) == 0x00000C, "Member 'FBox::Max' has a wrong offset!"); \ static_assert(offsetof(FBox, IsValid) == 0x000018, "Member 'FBox::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBox2D \ static_assert(alignof(FBox2D) == 0x000004, "Wrong alignment on FBox2D"); \ static_assert(sizeof(FBox2D) == 0x000014, "Wrong size on FBox2D"); \ static_assert(offsetof(FBox2D, Min) == 0x000000, "Member 'FBox2D::Min' has a wrong offset!"); \ static_assert(offsetof(FBox2D, Max) == 0x000008, "Member 'FBox2D::Max' has a wrong offset!"); \ static_assert(offsetof(FBox2D, bIsValid) == 0x000010, "Member 'FBox2D::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoxSphereBounds \ static_assert(alignof(FBoxSphereBounds) == 0x000004, "Wrong alignment on FBoxSphereBounds"); \ static_assert(sizeof(FBoxSphereBounds) == 0x00001C, "Wrong size on FBoxSphereBounds"); \ static_assert(offsetof(FBoxSphereBounds, Origin) == 0x000000, "Member 'FBoxSphereBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(FBoxSphereBounds, BoxExtent) == 0x00000C, "Member 'FBoxSphereBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(FBoxSphereBounds, SphereRadius) == 0x000018, "Member 'FBoxSphereBounds::SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOrientedBox \ static_assert(alignof(FOrientedBox) == 0x000004, "Wrong alignment on FOrientedBox"); \ static_assert(sizeof(FOrientedBox) == 0x00003C, "Wrong size on FOrientedBox"); \ static_assert(offsetof(FOrientedBox, Center) == 0x000000, "Member 'FOrientedBox::Center' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, AxisX) == 0x00000C, "Member 'FOrientedBox::AxisX' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, AxisY) == 0x000018, "Member 'FOrientedBox::AxisY' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, AxisZ) == 0x000024, "Member 'FOrientedBox::AxisZ' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, ExtentX) == 0x000030, "Member 'FOrientedBox::ExtentX' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, ExtentY) == 0x000034, "Member 'FOrientedBox::ExtentY' has a wrong offset!"); \ static_assert(offsetof(FOrientedBox, ExtentZ) == 0x000038, "Member 'FOrientedBox::ExtentZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMatrix \ static_assert(alignof(FMatrix) == 0x000010, "Wrong alignment on FMatrix"); \ static_assert(sizeof(FMatrix) == 0x000040, "Wrong size on FMatrix"); \ static_assert(offsetof(FMatrix, XPlane) == 0x000000, "Member 'FMatrix::XPlane' has a wrong offset!"); \ static_assert(offsetof(FMatrix, YPlane) == 0x000010, "Member 'FMatrix::YPlane' has a wrong offset!"); \ static_assert(offsetof(FMatrix, ZPlane) == 0x000020, "Member 'FMatrix::ZPlane' has a wrong offset!"); \ static_assert(offsetof(FMatrix, WPlane) == 0x000030, "Member 'FMatrix::WPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointFloat \ static_assert(alignof(FInterpCurvePointFloat) == 0x000004, "Wrong alignment on FInterpCurvePointFloat"); \ static_assert(sizeof(FInterpCurvePointFloat) == 0x000014, "Wrong size on FInterpCurvePointFloat"); \ static_assert(offsetof(FInterpCurvePointFloat, InVal) == 0x000000, "Member 'FInterpCurvePointFloat::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointFloat, OutVal) == 0x000004, "Member 'FInterpCurvePointFloat::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointFloat, ArriveTangent) == 0x000008, "Member 'FInterpCurvePointFloat::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointFloat, LeaveTangent) == 0x00000C, "Member 'FInterpCurvePointFloat::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointFloat, InterpMode) == 0x000010, "Member 'FInterpCurvePointFloat::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveFloat \ static_assert(alignof(FInterpCurveFloat) == 0x000008, "Wrong alignment on FInterpCurveFloat"); \ static_assert(sizeof(FInterpCurveFloat) == 0x000018, "Wrong size on FInterpCurveFloat"); \ static_assert(offsetof(FInterpCurveFloat, Points) == 0x000000, "Member 'FInterpCurveFloat::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveFloat, bIsLooped) == 0x000010, "Member 'FInterpCurveFloat::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveFloat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveFloat::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointVector2D \ static_assert(alignof(FInterpCurvePointVector2D) == 0x000004, "Wrong alignment on FInterpCurvePointVector2D"); \ static_assert(sizeof(FInterpCurvePointVector2D) == 0x000020, "Wrong size on FInterpCurvePointVector2D"); \ static_assert(offsetof(FInterpCurvePointVector2D, InVal) == 0x000000, "Member 'FInterpCurvePointVector2D::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector2D, OutVal) == 0x000004, "Member 'FInterpCurvePointVector2D::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector2D, ArriveTangent) == 0x00000C, "Member 'FInterpCurvePointVector2D::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector2D, LeaveTangent) == 0x000014, "Member 'FInterpCurvePointVector2D::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector2D, InterpMode) == 0x00001C, "Member 'FInterpCurvePointVector2D::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveVector2D \ static_assert(alignof(FInterpCurveVector2D) == 0x000008, "Wrong alignment on FInterpCurveVector2D"); \ static_assert(sizeof(FInterpCurveVector2D) == 0x000018, "Wrong size on FInterpCurveVector2D"); \ static_assert(offsetof(FInterpCurveVector2D, Points) == 0x000000, "Member 'FInterpCurveVector2D::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveVector2D, bIsLooped) == 0x000010, "Member 'FInterpCurveVector2D::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveVector2D, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector2D::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointVector \ static_assert(alignof(FInterpCurvePointVector) == 0x000004, "Wrong alignment on FInterpCurvePointVector"); \ static_assert(sizeof(FInterpCurvePointVector) == 0x00002C, "Wrong size on FInterpCurvePointVector"); \ static_assert(offsetof(FInterpCurvePointVector, InVal) == 0x000000, "Member 'FInterpCurvePointVector::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector, OutVal) == 0x000004, "Member 'FInterpCurvePointVector::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector, ArriveTangent) == 0x000010, "Member 'FInterpCurvePointVector::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector, LeaveTangent) == 0x00001C, "Member 'FInterpCurvePointVector::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointVector, InterpMode) == 0x000028, "Member 'FInterpCurvePointVector::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveVector \ static_assert(alignof(FInterpCurveVector) == 0x000008, "Wrong alignment on FInterpCurveVector"); \ static_assert(sizeof(FInterpCurveVector) == 0x000018, "Wrong size on FInterpCurveVector"); \ static_assert(offsetof(FInterpCurveVector, Points) == 0x000000, "Member 'FInterpCurveVector::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveVector, bIsLooped) == 0x000010, "Member 'FInterpCurveVector::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveVector, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointQuat \ static_assert(alignof(FInterpCurvePointQuat) == 0x000010, "Wrong alignment on FInterpCurvePointQuat"); \ static_assert(sizeof(FInterpCurvePointQuat) == 0x000050, "Wrong size on FInterpCurvePointQuat"); \ static_assert(offsetof(FInterpCurvePointQuat, InVal) == 0x000000, "Member 'FInterpCurvePointQuat::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointQuat, OutVal) == 0x000010, "Member 'FInterpCurvePointQuat::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointQuat, ArriveTangent) == 0x000020, "Member 'FInterpCurvePointQuat::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointQuat, LeaveTangent) == 0x000030, "Member 'FInterpCurvePointQuat::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointQuat, InterpMode) == 0x000040, "Member 'FInterpCurvePointQuat::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveQuat \ static_assert(alignof(FInterpCurveQuat) == 0x000008, "Wrong alignment on FInterpCurveQuat"); \ static_assert(sizeof(FInterpCurveQuat) == 0x000018, "Wrong size on FInterpCurveQuat"); \ static_assert(offsetof(FInterpCurveQuat, Points) == 0x000000, "Member 'FInterpCurveQuat::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveQuat, bIsLooped) == 0x000010, "Member 'FInterpCurveQuat::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveQuat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveQuat::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointTwoVectors \ static_assert(alignof(FInterpCurvePointTwoVectors) == 0x000004, "Wrong alignment on FInterpCurvePointTwoVectors"); \ static_assert(sizeof(FInterpCurvePointTwoVectors) == 0x000050, "Wrong size on FInterpCurvePointTwoVectors"); \ static_assert(offsetof(FInterpCurvePointTwoVectors, InVal) == 0x000000, "Member 'FInterpCurvePointTwoVectors::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointTwoVectors, OutVal) == 0x000004, "Member 'FInterpCurvePointTwoVectors::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointTwoVectors, ArriveTangent) == 0x00001C, "Member 'FInterpCurvePointTwoVectors::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointTwoVectors, LeaveTangent) == 0x000034, "Member 'FInterpCurvePointTwoVectors::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointTwoVectors, InterpMode) == 0x00004C, "Member 'FInterpCurvePointTwoVectors::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveTwoVectors \ static_assert(alignof(FInterpCurveTwoVectors) == 0x000008, "Wrong alignment on FInterpCurveTwoVectors"); \ static_assert(sizeof(FInterpCurveTwoVectors) == 0x000018, "Wrong size on FInterpCurveTwoVectors"); \ static_assert(offsetof(FInterpCurveTwoVectors, Points) == 0x000000, "Member 'FInterpCurveTwoVectors::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveTwoVectors, bIsLooped) == 0x000010, "Member 'FInterpCurveTwoVectors::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveTwoVectors, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveTwoVectors::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurvePointLinearColor \ static_assert(alignof(FInterpCurvePointLinearColor) == 0x000004, "Wrong alignment on FInterpCurvePointLinearColor"); \ static_assert(sizeof(FInterpCurvePointLinearColor) == 0x000038, "Wrong size on FInterpCurvePointLinearColor"); \ static_assert(offsetof(FInterpCurvePointLinearColor, InVal) == 0x000000, "Member 'FInterpCurvePointLinearColor::InVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointLinearColor, OutVal) == 0x000004, "Member 'FInterpCurvePointLinearColor::OutVal' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointLinearColor, ArriveTangent) == 0x000014, "Member 'FInterpCurvePointLinearColor::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointLinearColor, LeaveTangent) == 0x000024, "Member 'FInterpCurvePointLinearColor::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FInterpCurvePointLinearColor, InterpMode) == 0x000034, "Member 'FInterpCurvePointLinearColor::InterpMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpCurveLinearColor \ static_assert(alignof(FInterpCurveLinearColor) == 0x000008, "Wrong alignment on FInterpCurveLinearColor"); \ static_assert(sizeof(FInterpCurveLinearColor) == 0x000018, "Wrong size on FInterpCurveLinearColor"); \ static_assert(offsetof(FInterpCurveLinearColor, Points) == 0x000000, "Member 'FInterpCurveLinearColor::Points' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveLinearColor, bIsLooped) == 0x000010, "Member 'FInterpCurveLinearColor::bIsLooped' has a wrong offset!"); \ static_assert(offsetof(FInterpCurveLinearColor, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveLinearColor::LoopKeyOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransform \ static_assert(alignof(FTransform) == 0x000010, "Wrong alignment on FTransform"); \ static_assert(sizeof(FTransform) == 0x000030, "Wrong size on FTransform"); \ static_assert(offsetof(FTransform, Rotation) == 0x000000, "Member 'FTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(FTransform, Translation) == 0x000010, "Member 'FTransform::Translation' has a wrong offset!"); \ static_assert(offsetof(FTransform, Scale3D) == 0x000020, "Member 'FTransform::Scale3D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRandomStream \ static_assert(alignof(FRandomStream) == 0x000004, "Wrong alignment on FRandomStream"); \ static_assert(sizeof(FRandomStream) == 0x000008, "Wrong size on FRandomStream"); \ static_assert(offsetof(FRandomStream, InitialSeed) == 0x000000, "Member 'FRandomStream::InitialSeed' has a wrong offset!"); \ static_assert(offsetof(FRandomStream, Seed) == 0x000004, "Member 'FRandomStream::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateTime \ static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ #define DUMPER7_ASSERTS_FFrameNumber \ static_assert(alignof(FFrameNumber) == 0x000004, "Wrong alignment on FFrameNumber"); \ static_assert(sizeof(FFrameNumber) == 0x000004, "Wrong size on FFrameNumber"); \ static_assert(offsetof(FFrameNumber, Value) == 0x000000, "Member 'FFrameNumber::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameRate \ static_assert(alignof(FFrameRate) == 0x000004, "Wrong alignment on FFrameRate"); \ static_assert(sizeof(FFrameRate) == 0x000008, "Wrong size on FFrameRate"); \ static_assert(offsetof(FFrameRate, Numerator) == 0x000000, "Member 'FFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(FFrameRate, Denominator) == 0x000004, "Member 'FFrameRate::Denominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameTime \ static_assert(alignof(FFrameTime) == 0x000004, "Wrong alignment on FFrameTime"); \ static_assert(sizeof(FFrameTime) == 0x000008, "Wrong size on FFrameTime"); \ static_assert(offsetof(FFrameTime, FrameNumber) == 0x000000, "Member 'FFrameTime::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FFrameTime, SubFrame) == 0x000004, "Member 'FFrameTime::SubFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQualifiedFrameTime \ static_assert(alignof(FQualifiedFrameTime) == 0x000004, "Wrong alignment on FQualifiedFrameTime"); \ static_assert(sizeof(FQualifiedFrameTime) == 0x000010, "Wrong size on FQualifiedFrameTime"); \ static_assert(offsetof(FQualifiedFrameTime, Time) == 0x000000, "Member 'FQualifiedFrameTime::Time' has a wrong offset!"); \ static_assert(offsetof(FQualifiedFrameTime, Rate) == 0x000008, "Member 'FQualifiedFrameTime::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimecode \ static_assert(alignof(FTimecode) == 0x000004, "Wrong alignment on FTimecode"); \ static_assert(sizeof(FTimecode) == 0x000014, "Wrong size on FTimecode"); \ static_assert(offsetof(FTimecode, Hours) == 0x000000, "Member 'FTimecode::Hours' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Minutes) == 0x000004, "Member 'FTimecode::Minutes' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Seconds) == 0x000008, "Member 'FTimecode::Seconds' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Frames) == 0x00000C, "Member 'FTimecode::Frames' has a wrong offset!"); \ static_assert(offsetof(FTimecode, bDropFrameFormat) == 0x000010, "Member 'FTimecode::bDropFrameFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimespan \ static_assert(alignof(FTimespan) == 0x000008, "Wrong alignment on FTimespan"); \ static_assert(sizeof(FTimespan) == 0x000008, "Wrong size on FTimespan"); \ #define DUMPER7_ASSERTS_FSoftClassPath \ static_assert(alignof(FSoftClassPath) == 0x000008, "Wrong alignment on FSoftClassPath"); \ static_assert(sizeof(FSoftClassPath) == 0x000018, "Wrong size on FSoftClassPath"); \ #define DUMPER7_ASSERTS_FPrimaryAssetType \ static_assert(alignof(FPrimaryAssetType) == 0x000004, "Wrong alignment on FPrimaryAssetType"); \ static_assert(sizeof(FPrimaryAssetType) == 0x000008, "Wrong size on FPrimaryAssetType"); \ static_assert(offsetof(FPrimaryAssetType, Name) == 0x000000, "Member 'FPrimaryAssetType::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimaryAssetId \ static_assert(alignof(FPrimaryAssetId) == 0x000004, "Wrong alignment on FPrimaryAssetId"); \ static_assert(sizeof(FPrimaryAssetId) == 0x000010, "Wrong size on FPrimaryAssetId"); \ static_assert(offsetof(FPrimaryAssetId, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetId::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetId, PrimaryAssetName) == 0x000008, "Member 'FPrimaryAssetId::PrimaryAssetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFallbackStruct \ static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ #define DUMPER7_ASSERTS_FFloatRangeBound \ static_assert(alignof(FFloatRangeBound) == 0x000004, "Wrong alignment on FFloatRangeBound"); \ static_assert(sizeof(FFloatRangeBound) == 0x000008, "Wrong size on FFloatRangeBound"); \ static_assert(offsetof(FFloatRangeBound, Type) == 0x000000, "Member 'FFloatRangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FFloatRangeBound, Value) == 0x000004, "Member 'FFloatRangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatRange \ static_assert(alignof(FFloatRange) == 0x000004, "Wrong alignment on FFloatRange"); \ static_assert(sizeof(FFloatRange) == 0x000010, "Wrong size on FFloatRange"); \ static_assert(offsetof(FFloatRange, LowerBound) == 0x000000, "Member 'FFloatRange::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FFloatRange, UpperBound) == 0x000008, "Member 'FFloatRange::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32RangeBound \ static_assert(alignof(FInt32RangeBound) == 0x000004, "Wrong alignment on FInt32RangeBound"); \ static_assert(sizeof(FInt32RangeBound) == 0x000008, "Wrong size on FInt32RangeBound"); \ static_assert(offsetof(FInt32RangeBound, Type) == 0x000000, "Member 'FInt32RangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FInt32RangeBound, Value) == 0x000004, "Member 'FInt32RangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32Range \ static_assert(alignof(FInt32Range) == 0x000004, "Wrong alignment on FInt32Range"); \ static_assert(sizeof(FInt32Range) == 0x000010, "Wrong size on FInt32Range"); \ static_assert(offsetof(FInt32Range, LowerBound) == 0x000000, "Member 'FInt32Range::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FInt32Range, UpperBound) == 0x000008, "Member 'FInt32Range::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameNumberRangeBound \ static_assert(alignof(FFrameNumberRangeBound) == 0x000004, "Wrong alignment on FFrameNumberRangeBound"); \ static_assert(sizeof(FFrameNumberRangeBound) == 0x000008, "Wrong size on FFrameNumberRangeBound"); \ static_assert(offsetof(FFrameNumberRangeBound, Type) == 0x000000, "Member 'FFrameNumberRangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FFrameNumberRangeBound, Value) == 0x000004, "Member 'FFrameNumberRangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameNumberRange \ static_assert(alignof(FFrameNumberRange) == 0x000004, "Wrong alignment on FFrameNumberRange"); \ static_assert(sizeof(FFrameNumberRange) == 0x000010, "Wrong size on FFrameNumberRange"); \ static_assert(offsetof(FFrameNumberRange, LowerBound) == 0x000000, "Member 'FFrameNumberRange::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FFrameNumberRange, UpperBound) == 0x000008, "Member 'FFrameNumberRange::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatInterval \ static_assert(alignof(FFloatInterval) == 0x000004, "Wrong alignment on FFloatInterval"); \ static_assert(sizeof(FFloatInterval) == 0x000008, "Wrong size on FFloatInterval"); \ static_assert(offsetof(FFloatInterval, Min) == 0x000000, "Member 'FFloatInterval::Min' has a wrong offset!"); \ static_assert(offsetof(FFloatInterval, Max) == 0x000004, "Member 'FFloatInterval::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32Interval \ static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ static_assert(offsetof(FInt32Interval, Min) == 0x000000, "Member 'FInt32Interval::Min' has a wrong offset!"); \ static_assert(offsetof(FInt32Interval, Max) == 0x000004, "Member 'FInt32Interval::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolyglotTextData \ static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ static_assert(sizeof(FPolyglotTextData) == 0x0000B8, "Wrong size on FPolyglotTextData"); \ static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutomationEvent \ static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutomationExecutionEntry \ static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARFilter \ static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ static_assert(sizeof(FARFilter) == 0x0000F0, "Wrong size on FARFilter"); \ static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, ObjectPaths) == 0x000020, "Member 'FARFilter::ObjectPaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x000090, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bRecursivePaths) == 0x0000E0, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x0000E1, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x0000E2, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Object_ExecuteUbergraph \ static_assert(alignof(Object_ExecuteUbergraph) == 0x000004, "Wrong alignment on Object_ExecuteUbergraph"); \ static_assert(sizeof(Object_ExecuteUbergraph) == 0x000004, "Wrong size on Object_ExecuteUbergraph"); \ static_assert(offsetof(Object_ExecuteUbergraph, EntryPoint) == 0x000000, "Member 'Object_ExecuteUbergraph::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject \ static_assert(alignof(UObject) == 0x000008, "Wrong alignment on UObject"); \ static_assert(sizeof(UObject) == 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_UTextBuffer \ static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ #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_UField \ static_assert(alignof(UField) == 0x000008, "Wrong alignment on UField"); \ static_assert(sizeof(UField) == 0x000030, "Wrong size on UField"); \ static_assert(offsetof(UField, Next) == 0x000028, "Member 'UField::Next' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStruct \ static_assert(alignof(UStruct) == 0x000008, "Wrong alignment on UStruct"); \ static_assert(sizeof(UStruct) == 0x0000B0, "Wrong size on UStruct"); \ static_assert(offsetof(UStruct, Super) == 0x000040, "Member 'UStruct::Super' has a wrong offset!"); \ static_assert(offsetof(UStruct, Children) == 0x000048, "Member 'UStruct::Children' has a wrong offset!"); \ static_assert(offsetof(UStruct, ChildProperties) == 0x000050, "Member 'UStruct::ChildProperties' has a wrong offset!"); \ static_assert(offsetof(UStruct, Size) == 0x000058, "Member 'UStruct::Size' has a wrong offset!"); \ static_assert(offsetof(UStruct, MinAlignment) == 0x00005C, "Member 'UStruct::MinAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScriptStruct \ static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ static_assert(sizeof(UScriptStruct) == 0x0000C0, "Wrong size on UScriptStruct"); \ #define DUMPER7_ASSERTS_UProperty \ static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ #define DUMPER7_ASSERTS_UArrayProperty \ static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ #define DUMPER7_ASSERTS_IInterface \ static_assert(alignof(IInterface) == 0x000001, "Wrong alignment on IInterface"); \ static_assert(sizeof(IInterface) == 0x000001, "Wrong size on IInterface"); \ #define DUMPER7_ASSERTS_UGCObjectReferencer \ static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ static_assert(sizeof(UGCObjectReferencer) == 0x000070, "Wrong size on UGCObjectReferencer"); \ #define DUMPER7_ASSERTS_UPackage \ static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ static_assert(sizeof(UPackage) == 0x0000A0, "Wrong size on UPackage"); \ #define DUMPER7_ASSERTS_UClass \ static_assert(alignof(UClass) == 0x000008, "Wrong alignment on UClass"); \ static_assert(sizeof(UClass) == 0x000230, "Wrong size on UClass"); \ static_assert(offsetof(UClass, CastFlags) == 0x0000D0, "Member 'UClass::CastFlags' has a wrong offset!"); \ static_assert(offsetof(UClass, DefaultObject) == 0x000118, "Member 'UClass::DefaultObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFunction \ static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ static_assert(sizeof(UFunction) == 0x0000E0, "Wrong size on UFunction"); \ static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B0, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ static_assert(offsetof(UFunction, ExecFunction) == 0x0000D8, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDelegateFunction \ static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ static_assert(sizeof(UDelegateFunction) == 0x0000E0, "Wrong size on UDelegateFunction"); \ #define DUMPER7_ASSERTS_USparseDelegateFunction \ static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ static_assert(sizeof(USparseDelegateFunction) == 0x0000F0, "Wrong size on USparseDelegateFunction"); \ #define DUMPER7_ASSERTS_UDynamicClass \ static_assert(alignof(UDynamicClass) == 0x000008, "Wrong alignment on UDynamicClass"); \ static_assert(sizeof(UDynamicClass) == 0x0002B0, "Wrong size on UDynamicClass"); \ #define DUMPER7_ASSERTS_UPackageMap \ static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ #define DUMPER7_ASSERTS_UEnum \ static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ static_assert(sizeof(UEnum) == 0x000060, "Wrong size on UEnum"); \ static_assert(offsetof(UEnum, Names) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "Wrong size on ULinkerPlaceholderFunction"); \ #define DUMPER7_ASSERTS_UMetaData \ static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ static_assert(sizeof(UMetaData) == 0x0000C8, "Wrong size on UMetaData"); \ #define DUMPER7_ASSERTS_UEnumProperty \ static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ #define DUMPER7_ASSERTS_UObjectPropertyBase \ static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ #define DUMPER7_ASSERTS_UBoolProperty \ static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ #define DUMPER7_ASSERTS_UNumericProperty \ static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ static_assert(sizeof(UNumericProperty) == 0x000070, "Wrong size on UNumericProperty"); \ #define DUMPER7_ASSERTS_UByteProperty \ static_assert(alignof(UByteProperty) == 0x000008, "Wrong alignment on UByteProperty"); \ static_assert(sizeof(UByteProperty) == 0x000078, "Wrong size on UByteProperty"); \ #define DUMPER7_ASSERTS_UObjectProperty \ static_assert(alignof(UObjectProperty) == 0x000008, "Wrong alignment on UObjectProperty"); \ static_assert(sizeof(UObjectProperty) == 0x000078, "Wrong size on UObjectProperty"); \ #define DUMPER7_ASSERTS_UClassProperty \ static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ static_assert(sizeof(UClassProperty) == 0x000080, "Wrong size on UClassProperty"); \ #define DUMPER7_ASSERTS_UDelegateProperty \ static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ static_assert(sizeof(UDelegateProperty) == 0x000078, "Wrong size on UDelegateProperty"); \ #define DUMPER7_ASSERTS_UDoubleProperty \ static_assert(alignof(UDoubleProperty) == 0x000008, "Wrong alignment on UDoubleProperty"); \ static_assert(sizeof(UDoubleProperty) == 0x000070, "Wrong size on UDoubleProperty"); \ #define DUMPER7_ASSERTS_UFloatProperty \ static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ static_assert(sizeof(UFloatProperty) == 0x000070, "Wrong size on UFloatProperty"); \ #define DUMPER7_ASSERTS_UIntProperty \ static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ static_assert(sizeof(UIntProperty) == 0x000070, "Wrong size on UIntProperty"); \ #define DUMPER7_ASSERTS_UInt8Property \ static_assert(alignof(UInt8Property) == 0x000008, "Wrong alignment on UInt8Property"); \ static_assert(sizeof(UInt8Property) == 0x000070, "Wrong size on UInt8Property"); \ #define DUMPER7_ASSERTS_UInt16Property \ static_assert(alignof(UInt16Property) == 0x000008, "Wrong alignment on UInt16Property"); \ static_assert(sizeof(UInt16Property) == 0x000070, "Wrong size on UInt16Property"); \ #define DUMPER7_ASSERTS_UInt64Property \ static_assert(alignof(UInt64Property) == 0x000008, "Wrong alignment on UInt64Property"); \ static_assert(sizeof(UInt64Property) == 0x000070, "Wrong size on UInt64Property"); \ #define DUMPER7_ASSERTS_UInterfaceProperty \ static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ #define DUMPER7_ASSERTS_ULazyObjectProperty \ static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ #define DUMPER7_ASSERTS_UMapProperty \ static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ static_assert(sizeof(UMapProperty) == 0x000098, "Wrong size on UMapProperty"); \ #define DUMPER7_ASSERTS_UMulticastDelegateProperty \ static_assert(alignof(UMulticastDelegateProperty) == 0x000008, "Wrong alignment on UMulticastDelegateProperty"); \ static_assert(sizeof(UMulticastDelegateProperty) == 0x000078, "Wrong size on UMulticastDelegateProperty"); \ #define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ #define DUMPER7_ASSERTS_UMulticastSparseDelegateProperty \ static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ #define DUMPER7_ASSERTS_UNameProperty \ static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ static_assert(sizeof(UNameProperty) == 0x000070, "Wrong size on UNameProperty"); \ #define DUMPER7_ASSERTS_USetProperty \ static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ #define DUMPER7_ASSERTS_USoftObjectProperty \ static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ #define DUMPER7_ASSERTS_USoftClassProperty \ static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ #define DUMPER7_ASSERTS_UStrProperty \ static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ #define DUMPER7_ASSERTS_UStructProperty \ static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ #define DUMPER7_ASSERTS_UUInt16Property \ static_assert(alignof(UUInt16Property) == 0x000008, "Wrong alignment on UUInt16Property"); \ static_assert(sizeof(UUInt16Property) == 0x000070, "Wrong size on UUInt16Property"); \ #define DUMPER7_ASSERTS_UUInt32Property \ static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ static_assert(sizeof(UUInt32Property) == 0x000070, "Wrong size on UUInt32Property"); \ #define DUMPER7_ASSERTS_UUInt64Property \ static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ static_assert(sizeof(UUInt64Property) == 0x000070, "Wrong size on UUInt64Property"); \ #define DUMPER7_ASSERTS_UWeakObjectProperty \ static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ static_assert(sizeof(UWeakObjectProperty) == 0x000078, "Wrong size on UWeakObjectProperty"); \ #define DUMPER7_ASSERTS_UTextProperty \ static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ #define DUMPER7_ASSERTS_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_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_FKTaperedCapsuleElem \ static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ static_assert(sizeof(FKTaperedCapsuleElem) == 0x000058, "Wrong size on FKTaperedCapsuleElem"); \ static_assert(offsetof(FKTaperedCapsuleElem, Center) == 0x000030, "Member 'FKTaperedCapsuleElem::Center' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Rotation) == 0x00003C, "Member 'FKTaperedCapsuleElem::Rotation' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000048, "Member 'FKTaperedCapsuleElem::Radius0' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x00004C, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000050, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAssetEditorOrbitCameraPosition \ static_assert(alignof(FAssetEditorOrbitCameraPosition) == 0x000004, "Wrong alignment on FAssetEditorOrbitCameraPosition"); \ static_assert(sizeof(FAssetEditorOrbitCameraPosition) == 0x000028, "Wrong size on FAssetEditorOrbitCameraPosition"); \ static_assert(offsetof(FAssetEditorOrbitCameraPosition, bIsSet) == 0x000000, "Member 'FAssetEditorOrbitCameraPosition::bIsSet' has a wrong offset!"); \ static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitPoint) == 0x000004, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitPoint' has a wrong offset!"); \ static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitZoom) == 0x000010, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitZoom' has a wrong offset!"); \ static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitRotation) == 0x00001C, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTableRowBase \ static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ #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_FConstraintDrive \ static_assert(alignof(FConstraintDrive) == 0x000004, "Wrong alignment on FConstraintDrive"); \ static_assert(sizeof(FConstraintDrive) == 0x000010, "Wrong size on FConstraintDrive"); \ static_assert(offsetof(FConstraintDrive, Stiffness) == 0x000000, "Member 'FConstraintDrive::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, Damping) == 0x000004, "Member 'FConstraintDrive::Damping' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, MaxForce) == 0x000008, "Member 'FConstraintDrive::MaxForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAngularDriveConstraint \ static_assert(alignof(FAngularDriveConstraint) == 0x000004, "Wrong alignment on FAngularDriveConstraint"); \ static_assert(sizeof(FAngularDriveConstraint) == 0x00004C, "Wrong size on FAngularDriveConstraint"); \ static_assert(offsetof(FAngularDriveConstraint, TwistDrive) == 0x000000, "Member 'FAngularDriveConstraint::TwistDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, SwingDrive) == 0x000010, "Member 'FAngularDriveConstraint::SwingDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, SlerpDrive) == 0x000020, "Member 'FAngularDriveConstraint::SlerpDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, OrientationTarget) == 0x000030, "Member 'FAngularDriveConstraint::OrientationTarget' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, AngularVelocityTarget) == 0x00003C, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000048, "Member 'FAngularDriveConstraint::AngularDriveMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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, GroupName) == 0x000010, "Member 'FAnimNode_AssetPlayerBase::GroupName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupRole) == 0x000018, "Member 'FAnimNode_AssetPlayerBase::GroupRole' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupScope) == 0x000019, "Member 'FAnimNode_AssetPlayerBase::GroupScope' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, bIgnoreForRelevancyTest) == 0x00001A, "Member 'FAnimNode_AssetPlayerBase::bIgnoreForRelevancyTest' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, BlendWeight) == 0x00001C, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' 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) == 0x000080, "Wrong size on FAnimNode_SequencePlayer"); \ static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000038, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateBasis) == 0x000040, "Member 'FAnimNode_SequencePlayer::PlayRateBasis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRate) == 0x000044, "Member 'FAnimNode_SequencePlayer::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateScaleBiasClamp) == 0x000048, "Member 'FAnimNode_SequencePlayer::PlayRateScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, StartPosition) == 0x000078, "Member 'FAnimNode_SequencePlayer::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, bLoopAnimation) == 0x00007C, "Member 'FAnimNode_SequencePlayer::bLoopAnimation' 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_FDefaultAudioBusSettings \ static_assert(alignof(FDefaultAudioBusSettings) == 0x000008, "Wrong alignment on FDefaultAudioBusSettings"); \ static_assert(sizeof(FDefaultAudioBusSettings) == 0x000018, "Wrong size on FDefaultAudioBusSettings"); \ static_assert(offsetof(FDefaultAudioBusSettings, AudioBus) == 0x000000, "Member 'FDefaultAudioBusSettings::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingLODBuiltData \ static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ #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_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_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_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_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_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_FPoseData \ static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ static_assert(sizeof(FPoseData) == 0x000070, "Wrong size on FPoseData"); \ static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ static_assert(offsetof(FPoseData, TrackToBufferIndex) == 0x000010, "Member 'FPoseData::TrackToBufferIndex' has a wrong offset!"); \ static_assert(offsetof(FPoseData, CurveData) == 0x000060, "Member 'FPoseData::CurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveBase \ static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ static_assert(sizeof(FAnimCurveBase) == 0x000018, "Wrong size on FAnimCurveBase"); \ static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, Name) == 0x000008, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000014, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDataContainer \ static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ static_assert(sizeof(FPoseDataContainer) == 0x000090, "Wrong size on FPoseDataContainer"); \ static_assert(offsetof(FPoseDataContainer, PoseNames) == 0x000000, "Member 'FPoseDataContainer::PoseNames' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000010, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, TrackMap) == 0x000020, "Member 'FPoseDataContainer::TrackMap' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Poses) == 0x000070, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Curves) == 0x000080, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightingChannels \ static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ #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_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_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_FAnimNode_TransitionPoseEvaluator \ static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x0000F8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x0000E8, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x0000F0, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x0000F1, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshBuildSettings \ static_assert(alignof(FMeshBuildSettings) == 0x000008, "Wrong alignment on FMeshBuildSettings"); \ static_assert(sizeof(FMeshBuildSettings) == 0x000030, "Wrong size on FMeshBuildSettings"); \ static_assert(offsetof(FMeshBuildSettings, MinLightmapResolution) == 0x000004, "Member 'FMeshBuildSettings::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, SrcLightmapIndex) == 0x000008, "Member 'FMeshBuildSettings::SrcLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, DstLightmapIndex) == 0x00000C, "Member 'FMeshBuildSettings::DstLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, BuildScale) == 0x000010, "Member 'FMeshBuildSettings::BuildScale' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, BuildScale3D) == 0x000014, "Member 'FMeshBuildSettings::BuildScale3D' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, DistanceFieldResolutionScale) == 0x000020, "Member 'FMeshBuildSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(FMeshBuildSettings, DistanceFieldReplacementMesh) == 0x000028, "Member 'FMeshBuildSettings::DistanceFieldReplacementMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBranchingPointNotifyPayload \ static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ #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_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_FPacketSimulationSettings \ static_assert(alignof(FPacketSimulationSettings) == 0x000004, "Wrong alignment on FPacketSimulationSettings"); \ static_assert(sizeof(FPacketSimulationSettings) == 0x000034, "Wrong size on FPacketSimulationSettings"); \ static_assert(offsetof(FPacketSimulationSettings, PktLoss) == 0x000000, "Member 'FPacketSimulationSettings::PktLoss' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLossMaxSize) == 0x000004, "Member 'FPacketSimulationSettings::PktLossMaxSize' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLossMinSize) == 0x000008, "Member 'FPacketSimulationSettings::PktLossMinSize' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktOrder) == 0x00000C, "Member 'FPacketSimulationSettings::PktOrder' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktDup) == 0x000010, "Member 'FPacketSimulationSettings::PktDup' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLag) == 0x000014, "Member 'FPacketSimulationSettings::PktLag' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagVariance) == 0x000018, "Member 'FPacketSimulationSettings::PktLagVariance' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagMin) == 0x00001C, "Member 'FPacketSimulationSettings::PktLagMin' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagMax) == 0x000020, "Member 'FPacketSimulationSettings::PktLagMax' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMin) == 0x000024, "Member 'FPacketSimulationSettings::PktIncomingLagMin' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMax) == 0x000028, "Member 'FPacketSimulationSettings::PktIncomingLagMax' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLoss) == 0x00002C, "Member 'FPacketSimulationSettings::PktIncomingLoss' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktJitter) == 0x000030, "Member 'FPacketSimulationSettings::PktJitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFormatArgumentData \ static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ static_assert(sizeof(FFormatArgumentData) == 0x000040, "Wrong size on FFormatArgumentData"); \ static_assert(offsetof(FFormatArgumentData, ArgumentName) == 0x000000, "Member 'FFormatArgumentData::ArgumentName' has a wrong offset!"); \ static_assert(offsetof(FFormatArgumentData, ArgumentValueType) == 0x000010, "Member 'FFormatArgumentData::ArgumentValueType' has a wrong offset!"); \ static_assert(offsetof(FFormatArgumentData, ArgumentValue) == 0x000018, "Member 'FFormatArgumentData::ArgumentValue' has a wrong offset!"); \ static_assert(offsetof(FFormatArgumentData, ArgumentValueInt) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000034, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FExpressionInput \ static_assert(alignof(FExpressionInput) == 0x000004, "Wrong alignment on FExpressionInput"); \ static_assert(sizeof(FExpressionInput) == 0x000014, "Wrong size on FExpressionInput"); \ static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000000, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ static_assert(offsetof(FExpressionInput, InputName) == 0x000004, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ static_assert(offsetof(FExpressionInput, ExpressionName) == 0x00000C, "Member 'FExpressionInput::ExpressionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FMaterialAttributesInput \ static_assert(alignof(FMaterialAttributesInput) == 0x000004, "Wrong alignment on FMaterialAttributesInput"); \ static_assert(sizeof(FMaterialAttributesInput) == 0x000018, "Wrong size on FMaterialAttributesInput"); \ static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedBitmask) == 0x000014, "Member 'FMaterialAttributesInput::PropertyConnectedBitmask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpressionOutput \ static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ static_assert(sizeof(FExpressionOutput) == 0x000008, "Wrong size on FExpressionOutput"); \ static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichCurveKey \ static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKeyHandleMap \ static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ #define DUMPER7_ASSERTS_FIndexedCurve \ static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRealCurve \ static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichCurve \ static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMaterialInput \ static_assert(alignof(FMaterialInput) == 0x000004, "Wrong alignment on FMaterialInput"); \ static_assert(sizeof(FMaterialInput) == 0x000014, "Wrong size on FMaterialInput"); \ static_assert(offsetof(FMaterialInput, OutputIndex) == 0x000000, "Member 'FMaterialInput::OutputIndex' has a wrong offset!"); \ static_assert(offsetof(FMaterialInput, InputName) == 0x000004, "Member 'FMaterialInput::InputName' has a wrong offset!"); \ static_assert(offsetof(FMaterialInput, ExpressionName) == 0x00000C, "Member 'FMaterialInput::ExpressionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpGroupActorInfo \ static_assert(alignof(FInterpGroupActorInfo) == 0x000008, "Wrong alignment on FInterpGroupActorInfo"); \ static_assert(sizeof(FInterpGroupActorInfo) == 0x000018, "Wrong size on FInterpGroupActorInfo"); \ static_assert(offsetof(FInterpGroupActorInfo, ObjectName) == 0x000000, "Member 'FInterpGroupActorInfo::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FInterpGroupActorInfo, Actors) == 0x000008, "Member 'FInterpGroupActorInfo::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorMaterialInput \ static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ static_assert(sizeof(FColorMaterialInput) == 0x000014, "Wrong size on FColorMaterialInput"); \ #define DUMPER7_ASSERTS_FScalarMaterialInput \ static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ #define DUMPER7_ASSERTS_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_FComponentReference \ static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ static_assert(sizeof(FComponentReference) == 0x000028, "Wrong size on FComponentReference"); \ static_assert(offsetof(FComponentReference, OtherActor) == 0x000000, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FComponentReference, ComponentProperty) == 0x000008, "Member 'FComponentReference::ComponentProperty' has a wrong offset!"); \ static_assert(offsetof(FComponentReference, PathToComponent) == 0x000010, "Member 'FComponentReference::PathToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FPrimaryAssetRules \ static_assert(alignof(FPrimaryAssetRules) == 0x000004, "Wrong alignment on FPrimaryAssetRules"); \ static_assert(sizeof(FPrimaryAssetRules) == 0x00000C, "Wrong size on FPrimaryAssetRules"); \ static_assert(offsetof(FPrimaryAssetRules, Priority) == 0x000000, "Member 'FPrimaryAssetRules::Priority' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, ChunkId) == 0x000004, "Member 'FPrimaryAssetRules::ChunkId' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, bApplyRecursively) == 0x000008, "Member 'FPrimaryAssetRules::bApplyRecursively' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, CookRule) == 0x000009, "Member 'FPrimaryAssetRules::CookRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimaryAssetTypeInfo \ static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ static_assert(sizeof(FPrimaryAssetTypeInfo) == 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_FShadingModelMaterialInput \ static_assert(alignof(FShadingModelMaterialInput) == 0x000004, "Wrong alignment on FShadingModelMaterialInput"); \ static_assert(sizeof(FShadingModelMaterialInput) == 0x000014, "Wrong size on FShadingModelMaterialInput"); \ #define DUMPER7_ASSERTS_FStringCurveKey \ static_assert(alignof(FStringCurveKey) == 0x000008, "Wrong alignment on FStringCurveKey"); \ static_assert(sizeof(FStringCurveKey) == 0x000018, "Wrong size on FStringCurveKey"); \ static_assert(offsetof(FStringCurveKey, Time) == 0x000000, "Member 'FStringCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FStringCurveKey, Value) == 0x000008, "Member 'FStringCurveKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStringCurve \ static_assert(alignof(FStringCurve) == 0x000008, "Wrong alignment on FStringCurve"); \ static_assert(sizeof(FStringCurve) == 0x000088, "Wrong size on FStringCurve"); \ static_assert(offsetof(FStringCurve, DefaultValue) == 0x000068, "Member 'FStringCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FStringCurve, Keys) == 0x000078, "Member 'FStringCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedStringCustomAttribute \ static_assert(alignof(FBakedStringCustomAttribute) == 0x000008, "Wrong alignment on FBakedStringCustomAttribute"); \ static_assert(sizeof(FBakedStringCustomAttribute) == 0x000090, "Wrong size on FBakedStringCustomAttribute"); \ static_assert(offsetof(FBakedStringCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedStringCustomAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FBakedStringCustomAttribute, StringCurve) == 0x000008, "Member 'FBakedStringCustomAttribute::StringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntegralKey \ static_assert(alignof(FIntegralKey) == 0x000004, "Wrong alignment on FIntegralKey"); \ static_assert(sizeof(FIntegralKey) == 0x000008, "Wrong size on FIntegralKey"); \ static_assert(offsetof(FIntegralKey, Time) == 0x000000, "Member 'FIntegralKey::Time' has a wrong offset!"); \ static_assert(offsetof(FIntegralKey, Value) == 0x000004, "Member 'FIntegralKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntegralCurve \ static_assert(alignof(FIntegralCurve) == 0x000008, "Wrong alignment on FIntegralCurve"); \ static_assert(sizeof(FIntegralCurve) == 0x000080, "Wrong size on FIntegralCurve"); \ static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurve::Keys' has a wrong offset!"); \ static_assert(offsetof(FIntegralCurve, DefaultValue) == 0x000078, "Member 'FIntegralCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FIntegralCurve, bUseDefaultValueBeforeFirstKey) == 0x00007C, "Member 'FIntegralCurve::bUseDefaultValueBeforeFirstKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedIntegerCustomAttribute \ static_assert(alignof(FBakedIntegerCustomAttribute) == 0x000008, "Wrong alignment on FBakedIntegerCustomAttribute"); \ static_assert(sizeof(FBakedIntegerCustomAttribute) == 0x000088, "Wrong size on FBakedIntegerCustomAttribute"); \ static_assert(offsetof(FBakedIntegerCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedIntegerCustomAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FBakedIntegerCustomAttribute, IntCurve) == 0x000008, "Member 'FBakedIntegerCustomAttribute::IntCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCurveKey \ static_assert(alignof(FSimpleCurveKey) == 0x000004, "Wrong alignment on FSimpleCurveKey"); \ static_assert(sizeof(FSimpleCurveKey) == 0x000008, "Wrong size on FSimpleCurveKey"); \ static_assert(offsetof(FSimpleCurveKey, Time) == 0x000000, "Member 'FSimpleCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurveKey, Value) == 0x000004, "Member 'FSimpleCurveKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCurve \ static_assert(alignof(FSimpleCurve) == 0x000008, "Wrong alignment on FSimpleCurve"); \ static_assert(sizeof(FSimpleCurve) == 0x000088, "Wrong size on FSimpleCurve"); \ static_assert(offsetof(FSimpleCurve, InterpMode) == 0x000070, "Member 'FSimpleCurve::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurve, Keys) == 0x000078, "Member 'FSimpleCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedFloatCustomAttribute \ static_assert(alignof(FBakedFloatCustomAttribute) == 0x000008, "Wrong alignment on FBakedFloatCustomAttribute"); \ static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000090, "Wrong size on FBakedFloatCustomAttribute"); \ static_assert(offsetof(FBakedFloatCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedFloatCustomAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FBakedFloatCustomAttribute, FloatCurve) == 0x000008, "Member 'FBakedFloatCustomAttribute::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData \ static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000038, "Wrong size on FBakedCustomAttributePerBoneData"); \ static_assert(offsetof(FBakedCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FBakedCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedCustomAttributePerBoneData, StringAttributes) == 0x000008, "Member 'FBakedCustomAttributePerBoneData::StringAttributes' has a wrong offset!"); \ static_assert(offsetof(FBakedCustomAttributePerBoneData, IntAttributes) == 0x000018, "Member 'FBakedCustomAttributePerBoneData::IntAttributes' has a wrong offset!"); \ static_assert(offsetof(FBakedCustomAttributePerBoneData, FloatAttributes) == 0x000028, "Member 'FBakedCustomAttributePerBoneData::FloatAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorMaterialInput \ static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ static_assert(sizeof(FVectorMaterialInput) == 0x000014, "Wrong size on FVectorMaterialInput"); \ #define DUMPER7_ASSERTS_FVector2MaterialInput \ static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ static_assert(sizeof(FVector2MaterialInput) == 0x000014, "Wrong size on FVector2MaterialInput"); \ #define DUMPER7_ASSERTS_FVector_NetQuantize \ static_assert(alignof(FVector_NetQuantize) == 0x000004, "Wrong alignment on FVector_NetQuantize"); \ static_assert(sizeof(FVector_NetQuantize) == 0x00000C, "Wrong size on FVector_NetQuantize"); \ #define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ static_assert(alignof(FVector_NetQuantizeNormal) == 0x000004, "Wrong alignment on FVector_NetQuantizeNormal"); \ static_assert(sizeof(FVector_NetQuantizeNormal) == 0x00000C, "Wrong size on FVector_NetQuantizeNormal"); \ #define DUMPER7_ASSERTS_FHitResult \ static_assert(alignof(FHitResult) == 0x000004, "Wrong alignment on FHitResult"); \ static_assert(sizeof(FHitResult) == 0x000088, "Wrong size on FHitResult"); \ static_assert(offsetof(FHitResult, FaceIndex) == 0x000000, "Member 'FHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Time) == 0x000004, "Member 'FHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Distance) == 0x000008, "Member 'FHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Location) == 0x00000C, "Member 'FHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ImpactPoint) == 0x000018, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Normal) == 0x000024, "Member 'FHitResult::Normal' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ImpactNormal) == 0x000030, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(FHitResult, TraceStart) == 0x00003C, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(FHitResult, TraceEnd) == 0x000048, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(FHitResult, PenetrationDepth) == 0x000054, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Item) == 0x000058, "Member 'FHitResult::Item' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ElementIndex) == 0x00005C, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(FHitResult, PhysMaterial) == 0x000060, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Actor) == 0x000068, "Member 'FHitResult::Actor' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Component) == 0x000070, "Member 'FHitResult::Component' has a wrong offset!"); \ static_assert(offsetof(FHitResult, BoneName) == 0x000078, "Member 'FHitResult::BoneName' has a wrong offset!"); \ static_assert(offsetof(FHitResult, MyBoneName) == 0x000080, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedStateExitTransition \ static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ static_assert(sizeof(FBakedStateExitTransition) == 0x000020, "Wrong size on FBakedStateExitTransition"); \ static_assert(offsetof(FBakedStateExitTransition, CanTakeDelegateIndex) == 0x000000, "Member 'FBakedStateExitTransition::CanTakeDelegateIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, CustomResultNodeIndex) == 0x000004, "Member 'FBakedStateExitTransition::CustomResultNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, TransitionIndex) == 0x000008, "Member 'FBakedStateExitTransition::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bDesiredTransitionReturnValue) == 0x00000C, "Member 'FBakedStateExitTransition::bDesiredTransitionReturnValue' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bAutomaticRemainingTimeRule) == 0x00000D, "Member 'FBakedStateExitTransition::bAutomaticRemainingTimeRule' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000010, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleReplayTrackKey \ static_assert(alignof(FParticleReplayTrackKey) == 0x000004, "Wrong alignment on FParticleReplayTrackKey"); \ static_assert(sizeof(FParticleReplayTrackKey) == 0x00000C, "Wrong size on FParticleReplayTrackKey"); \ static_assert(offsetof(FParticleReplayTrackKey, Time) == 0x000000, "Member 'FParticleReplayTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FParticleReplayTrackKey, Duration) == 0x000004, "Member 'FParticleReplayTrackKey::Duration' has a wrong offset!"); \ static_assert(offsetof(FParticleReplayTrackKey, ClipIDNumber) == 0x000008, "Member 'FParticleReplayTrackKey::ClipIDNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector_NetQuantize100 \ static_assert(alignof(FVector_NetQuantize100) == 0x000004, "Wrong alignment on FVector_NetQuantize100"); \ static_assert(sizeof(FVector_NetQuantize100) == 0x00000C, "Wrong size on FVector_NetQuantize100"); \ #define DUMPER7_ASSERTS_FRepAttachment \ static_assert(alignof(FRepAttachment) == 0x000008, "Wrong alignment on FRepAttachment"); \ static_assert(sizeof(FRepAttachment) == 0x000040, "Wrong size on FRepAttachment"); \ static_assert(offsetof(FRepAttachment, AttachParent) == 0x000000, "Member 'FRepAttachment::AttachParent' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, LocationOffset) == 0x000008, "Member 'FRepAttachment::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, RelativeScale3D) == 0x000014, "Member 'FRepAttachment::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, RotationOffset) == 0x000020, "Member 'FRepAttachment::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, AttachSocket) == 0x00002C, "Member 'FRepAttachment::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(FRepAttachment, AttachComponent) == 0x000038, "Member 'FRepAttachment::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000D0, "Wrong size on FBPVariableDescription"); \ static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x000008, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, VarType) == 0x000018, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000070, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, Category) == 0x000080, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x000098, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000A0, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A8, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000B0, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000C0, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimGraphBlendOptions \ static_assert(alignof(FAnimGraphBlendOptions) == 0x000004, "Wrong alignment on FAnimGraphBlendOptions"); \ static_assert(sizeof(FAnimGraphBlendOptions) == 0x000008, "Wrong size on FAnimGraphBlendOptions"); \ static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000004, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseLinkBase \ static_assert(alignof(FPoseLinkBase) == 0x000008, "Wrong alignment on FPoseLinkBase"); \ static_assert(sizeof(FPoseLinkBase) == 0x000010, "Wrong size on FPoseLinkBase"); \ static_assert(offsetof(FPoseLinkBase, LinkID) == 0x000000, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FSoundSubmixSendInfo \ static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B0, "Wrong size on FSoundSubmixSendInfo"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfo::SendLevelControlMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x000001, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfo::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfo::SendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MinSendLevel) == 0x000014, "Member 'FSoundSubmixSendInfo::MinSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MaxSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfo::MaxSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MinSendDistance) == 0x00001C, "Member 'FSoundSubmixSendInfo::MinSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MaxSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfo::MaxSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FKConvexElem \ static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ static_assert(sizeof(FKConvexElem) == 0x0000B0, "Wrong size on FKConvexElem"); \ static_assert(offsetof(FKConvexElem, VertexData) == 0x000030, "Member 'FKConvexElem::VertexData' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, IndexData) == 0x000040, "Member 'FKConvexElem::IndexData' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, ElemBox) == 0x000050, "Member 'FKConvexElem::ElemBox' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, Transform) == 0x000070, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FActorComponentTickFunction \ static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ #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_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_FSubtitleCue \ static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ static_assert(sizeof(FSubtitleCue) == 0x000020, "Wrong size on FSubtitleCue"); \ static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ static_assert(offsetof(FSubtitleCue, Time) == 0x000018, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBranchingPoint \ static_assert(alignof(FBranchingPoint) == 0x000008, "Wrong alignment on FBranchingPoint"); \ static_assert(sizeof(FBranchingPoint) == 0x000040, "Wrong size on FBranchingPoint"); \ static_assert(offsetof(FBranchingPoint, EventName) == 0x000030, "Member 'FBranchingPoint::EventName' has a wrong offset!"); \ static_assert(offsetof(FBranchingPoint, DisplayTime) == 0x000038, "Member 'FBranchingPoint::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x00003C, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpControlPoint \ static_assert(alignof(FInterpControlPoint) == 0x000004, "Wrong alignment on FInterpControlPoint"); \ static_assert(sizeof(FInterpControlPoint) == 0x00001C, "Wrong size on FInterpControlPoint"); \ static_assert(offsetof(FInterpControlPoint, PositionControlPoint) == 0x000000, "Member 'FInterpControlPoint::PositionControlPoint' has a wrong offset!"); \ static_assert(offsetof(FInterpControlPoint, bPositionIsRelative) == 0x00000C, "Member 'FInterpControlPoint::bPositionIsRelative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleSystemReplayFrame \ static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ #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_FActorComponentDuplicatedObjectData \ static_assert(alignof(FActorComponentDuplicatedObjectData) == 0x000008, "Wrong alignment on FActorComponentDuplicatedObjectData"); \ static_assert(sizeof(FActorComponentDuplicatedObjectData) == 0x000010, "Wrong size on FActorComponentDuplicatedObjectData"); \ #define DUMPER7_ASSERTS_FActorComponentInstanceData \ static_assert(alignof(FActorComponentInstanceData) == 0x000008, "Wrong alignment on FActorComponentInstanceData"); \ static_assert(sizeof(FActorComponentInstanceData) == 0x000068, "Wrong size on FActorComponentInstanceData"); \ static_assert(offsetof(FActorComponentInstanceData, SourceComponentTemplate) == 0x000008, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000010, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000014, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, SavedProperties) == 0x000018, "Member 'FActorComponentInstanceData::SavedProperties' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, UniqueTransientPackage) == 0x000028, "Member 'FActorComponentInstanceData::UniqueTransientPackage' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, DuplicatedObjects) == 0x000038, "Member 'FActorComponentInstanceData::DuplicatedObjects' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, ReferencedObjects) == 0x000048, "Member 'FActorComponentInstanceData::ReferencedObjects' has a wrong offset!"); \ static_assert(offsetof(FActorComponentInstanceData, ReferencedNames) == 0x000058, "Member 'FActorComponentInstanceData::ReferencedNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUniqueNetIdRepl \ static_assert(alignof(FUniqueNetIdRepl) == 0x000008, "Wrong alignment on FUniqueNetIdRepl"); \ static_assert(sizeof(FUniqueNetIdRepl) == 0x000028, "Wrong size on FUniqueNetIdRepl"); \ static_assert(offsetof(FUniqueNetIdRepl, ReplicationBytes) == 0x000018, "Member 'FUniqueNetIdRepl::ReplicationBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAgentSelector \ static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ #define DUMPER7_ASSERTS_FNavigationLinkBase \ static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ static_assert(sizeof(FNavigationLinkBase) == 0x000030, "Wrong size on FNavigationLinkBase"); \ static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x00000C, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x000010, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000014, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, Direction) == 0x00001C, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000020, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBasedPosition \ static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ static_assert(sizeof(FBasedPosition) == 0x000038, "Wrong size on FBasedPosition"); \ static_assert(offsetof(FBasedPosition, Base) == 0x000000, "Member 'FBasedPosition::Base' has a wrong offset!"); \ static_assert(offsetof(FBasedPosition, Position) == 0x000008, "Member 'FBasedPosition::Position' has a wrong offset!"); \ static_assert(offsetof(FBasedPosition, CachedBaseLocation) == 0x000014, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000020, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x00002C, "Member 'FBasedPosition::CachedTransPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FDepthFieldGlowInfo \ static_assert(alignof(FDepthFieldGlowInfo) == 0x000004, "Wrong alignment on FDepthFieldGlowInfo"); \ static_assert(sizeof(FDepthFieldGlowInfo) == 0x000024, "Wrong size on FDepthFieldGlowInfo"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000014, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x00001C, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedParameterEntry \ static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ static_assert(sizeof(FMaterialCachedParameterEntry) == 0x000030, "Wrong size on FMaterialCachedParameterEntry"); \ static_assert(offsetof(FMaterialCachedParameterEntry, NameHashes) == 0x000000, "Member 'FMaterialCachedParameterEntry::NameHashes' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ParameterInfos) == 0x000010, "Member 'FMaterialCachedParameterEntry::ParameterInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ExpressionGuids) == 0x000020, "Member 'FMaterialCachedParameterEntry::ExpressionGuids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedParameters \ static_assert(alignof(FMaterialCachedParameters) == 0x000008, "Wrong alignment on FMaterialCachedParameters"); \ static_assert(sizeof(FMaterialCachedParameters) == 0x000150, "Wrong size on FMaterialCachedParameters"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedParameters::RuntimeEntries' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, ScalarValues) == 0x0000F0, "Member 'FMaterialCachedParameters::ScalarValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, VectorValues) == 0x000100, "Member 'FMaterialCachedParameters::VectorValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, TextureValues) == 0x000110, "Member 'FMaterialCachedParameters::TextureValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontValues) == 0x000120, "Member 'FMaterialCachedParameters::FontValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontPageValues) == 0x000130, "Member 'FMaterialCachedParameters::FontPageValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeVirtualTextureValues) == 0x000140, "Member 'FMaterialCachedParameters::RuntimeVirtualTextureValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0001D8, "Wrong size on FMaterialCachedExpressionData"); \ static_assert(offsetof(FMaterialCachedExpressionData, Parameters) == 0x000000, "Member 'FMaterialCachedExpressionData::Parameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextures) == 0x000150, "Member 'FMaterialCachedExpressionData::ReferencedTextures' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfos) == 0x000160, "Member 'FMaterialCachedExpressionData::FunctionInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionInfos) == 0x000170, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayers) == 0x000180, "Member 'FMaterialCachedExpressionData::DefaultLayers' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayerBlends) == 0x000190, "Member 'FMaterialCachedExpressionData::DefaultLayerBlends' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x0001A0, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0001B0, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0001C0, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FRootMotionMovementParams \ static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ static_assert(sizeof(FRootMotionMovementParams) == 0x000040, "Wrong size on FRootMotionMovementParams"); \ static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, "Member 'FRootMotionMovementParams::bHasRootMotion' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, BlendWeight) == 0x000004, "Member 'FRootMotionMovementParams::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000004, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000014, "Wrong size on FRootMotionFinishVelocitySettings"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000010, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource \ static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, StartTime) == 0x000020, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000024, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x000028, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Duration) == 0x00002C, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Status) == 0x000030, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Settings) == 0x000031, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000032, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000040, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x000080, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_RadialForce \ static_assert(alignof(FRootMotionSource_RadialForce) == 0x000010, "Wrong alignment on FRootMotionSource_RadialForce"); \ static_assert(sizeof(FRootMotionSource_RadialForce) == 0x0000E0, "Wrong size on FRootMotionSource_RadialForce"); \ static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x000098, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000A8, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000B0, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000B4, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x0000B8, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x0000B9, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x0000C0, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x0000C8, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x0000D0, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x0000D4, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FAnimInstanceProxy \ static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ static_assert(sizeof(FAnimInstanceProxy) == 0x000770, "Wrong size on FAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FScreenMessageString \ static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ static_assert(sizeof(FScreenMessageString) == 0x000030, "Wrong size on FScreenMessageString"); \ static_assert(offsetof(FScreenMessageString, Key) == 0x000000, "Member 'FScreenMessageString::Key' has a wrong offset!"); \ static_assert(offsetof(FScreenMessageString, ScreenMessage) == 0x000008, "Member 'FScreenMessageString::ScreenMessage' has a wrong offset!"); \ static_assert(offsetof(FScreenMessageString, DisplayColor) == 0x000018, "Member 'FScreenMessageString::DisplayColor' has a wrong offset!"); \ static_assert(offsetof(FScreenMessageString, TimeToDisplay) == 0x00001C, "Member 'FScreenMessageString::TimeToDisplay' has a wrong offset!"); \ static_assert(offsetof(FScreenMessageString, CurrentTimeDisplayed) == 0x000020, "Member 'FScreenMessageString::CurrentTimeDisplayed' has a wrong offset!"); \ static_assert(offsetof(FScreenMessageString, TextScale) == 0x000024, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FInstancedStaticMeshInstanceData \ static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000040, "Wrong size on FInstancedStaticMeshInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshInstanceData::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FResponseChannel \ static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ static_assert(sizeof(FResponseChannel) == 0x00000C, "Wrong size on FResponseChannel"); \ static_assert(offsetof(FResponseChannel, Channel) == 0x000000, "Member 'FResponseChannel::Channel' has a wrong offset!"); \ static_assert(offsetof(FResponseChannel, Response) == 0x000008, "Member 'FResponseChannel::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollisionResponse \ static_assert(alignof(FCollisionResponse) == 0x000008, "Wrong alignment on FCollisionResponse"); \ static_assert(sizeof(FCollisionResponse) == 0x000030, "Wrong size on FCollisionResponse"); \ static_assert(offsetof(FCollisionResponse, ResponseToChannels) == 0x000000, "Member 'FCollisionResponse::ResponseToChannels' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponse, ResponseArray) == 0x000020, "Member 'FCollisionResponse::ResponseArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBodyInstance \ static_assert(alignof(FBodyInstance) == 0x000008, "Wrong alignment on FBodyInstance"); \ static_assert(sizeof(FBodyInstance) == 0x000158, "Wrong size on FBodyInstance"); \ static_assert(offsetof(FBodyInstance, ObjectType) == 0x00001E, "Member 'FBodyInstance::ObjectType' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, CollisionEnabled) == 0x000020, "Member 'FBodyInstance::CollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, SleepFamily) == 0x000059, "Member 'FBodyInstance::SleepFamily' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, DOFMode) == 0x00005A, "Member 'FBodyInstance::DOFMode' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, CollisionProfileName) == 0x00006C, "Member 'FBodyInstance::CollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, PositionSolverIterationCount) == 0x000074, "Member 'FBodyInstance::PositionSolverIterationCount' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, VelocitySolverIterationCount) == 0x000075, "Member 'FBodyInstance::VelocitySolverIterationCount' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, CollisionResponses) == 0x000078, "Member 'FBodyInstance::CollisionResponses' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, MaxDepenetrationVelocity) == 0x0000A8, "Member 'FBodyInstance::MaxDepenetrationVelocity' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, MassInKgOverride) == 0x0000AC, "Member 'FBodyInstance::MassInKgOverride' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, LinearDamping) == 0x0000B8, "Member 'FBodyInstance::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, AngularDamping) == 0x0000BC, "Member 'FBodyInstance::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, CustomDOFPlaneNormal) == 0x0000C0, "Member 'FBodyInstance::CustomDOFPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, COMNudge) == 0x0000CC, "Member 'FBodyInstance::COMNudge' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, MassScale) == 0x0000D8, "Member 'FBodyInstance::MassScale' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, InertiaTensorScale) == 0x0000DC, "Member 'FBodyInstance::InertiaTensorScale' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, WalkableSlopeOverride) == 0x0000F8, "Member 'FBodyInstance::WalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, PhysMaterialOverride) == 0x000108, "Member 'FBodyInstance::PhysMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, MaxAngularVelocity) == 0x000110, "Member 'FBodyInstance::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x000114, "Member 'FBodyInstance::CustomSleepThresholdMultiplier' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000118, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x00011C, "Member 'FBodyInstance::PhysicsBlendWeight' 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_FFilePath \ static_assert(alignof(FFilePath) == 0x000008, "Wrong alignment on FFilePath"); \ static_assert(sizeof(FFilePath) == 0x000010, "Wrong size on FFilePath"); \ static_assert(offsetof(FFilePath, FilePath) == 0x000000, "Member 'FFilePath::FilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImportFactorySettingValues \ static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNameMapping \ static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ static_assert(sizeof(FNameMapping) == 0x000010, "Wrong size on FNameMapping"); \ static_assert(offsetof(FNameMapping, NodeName) == 0x000000, "Member 'FNameMapping::NodeName' has a wrong offset!"); \ static_assert(offsetof(FNameMapping, BoneName) == 0x000008, "Member 'FNameMapping::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigConfiguration \ static_assert(alignof(FRigConfiguration) == 0x000008, "Wrong alignment on FRigConfiguration"); \ static_assert(sizeof(FRigConfiguration) == 0x000018, "Wrong size on FRigConfiguration"); \ static_assert(offsetof(FRigConfiguration, Rig) == 0x000000, "Member 'FRigConfiguration::Rig' has a wrong offset!"); \ static_assert(offsetof(FRigConfiguration, BoneMappingTable) == 0x000008, "Member 'FRigConfiguration::BoneMappingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKeyHandleLookupTable \ static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ #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_FBlueprintInputDelegateBinding \ static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ #define DUMPER7_ASSERTS_FBlueprintInputAxisDelegateBinding \ static_assert(alignof(FBlueprintInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputAxisDelegateBinding"); \ static_assert(sizeof(FBlueprintInputAxisDelegateBinding) == 0x000014, "Wrong size on FBlueprintInputAxisDelegateBinding"); \ static_assert(offsetof(FBlueprintInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputAxisDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FParameterChannelNames \ static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ static_assert(sizeof(FParameterChannelNames) == 0x000060, "Wrong size on FParameterChannelNames"); \ static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, G) == 0x000018, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, B) == 0x000030, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, A) == 0x000048, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawDistributionVector \ static_assert(alignof(FRawDistributionVector) == 0x000008, "Wrong alignment on FRawDistributionVector"); \ static_assert(sizeof(FRawDistributionVector) == 0x000048, "Wrong size on FRawDistributionVector"); \ static_assert(offsetof(FRawDistributionVector, MinValue) == 0x000020, "Member 'FRawDistributionVector::MinValue' has a wrong offset!"); \ static_assert(offsetof(FRawDistributionVector, MaxValue) == 0x000024, "Member 'FRawDistributionVector::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FRawDistributionVector, MinValueVec) == 0x000028, "Member 'FRawDistributionVector::MinValueVec' has a wrong offset!"); \ static_assert(offsetof(FRawDistributionVector, MaxValueVec) == 0x000034, "Member 'FRawDistributionVector::MaxValueVec' has a wrong offset!"); \ static_assert(offsetof(FRawDistributionVector, Distribution) == 0x000040, "Member 'FRawDistributionVector::Distribution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTexturePlatformData \ static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ #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_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_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_FRepMovement \ static_assert(alignof(FRepMovement) == 0x000004, "Wrong alignment on FRepMovement"); \ static_assert(sizeof(FRepMovement) == 0x000034, "Wrong size on FRepMovement"); \ static_assert(offsetof(FRepMovement, LinearVelocity) == 0x000000, "Member 'FRepMovement::LinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, AngularVelocity) == 0x00000C, "Member 'FRepMovement::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, Location) == 0x000018, "Member 'FRepMovement::Location' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, Rotation) == 0x000024, "Member 'FRepMovement::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, LocationQuantizationLevel) == 0x000031, "Member 'FRepMovement::LocationQuantizationLevel' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x000032, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x000033, "Member 'FRepMovement::RotationQuantizationLevel' has a wrong offset!"); \ #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_FAudioEffectParameters \ static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ #define DUMPER7_ASSERTS_FAudioReverbEffect \ static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ #define DUMPER7_ASSERTS_FActorTickFunction \ static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ #define DUMPER7_ASSERTS_FBlendSampleData \ static_assert(alignof(FBlendSampleData) == 0x000008, "Wrong alignment on FBlendSampleData"); \ static_assert(sizeof(FBlendSampleData) == 0x000040, "Wrong size on FBlendSampleData"); \ static_assert(offsetof(FBlendSampleData, SampleDataIndex) == 0x000000, "Member 'FBlendSampleData::SampleDataIndex' has a wrong offset!"); \ static_assert(offsetof(FBlendSampleData, Animation) == 0x000008, "Member 'FBlendSampleData::Animation' has a wrong offset!"); \ static_assert(offsetof(FBlendSampleData, TotalWeight) == 0x000010, "Member 'FBlendSampleData::TotalWeight' has a wrong offset!"); \ static_assert(offsetof(FBlendSampleData, Time) == 0x000014, "Member 'FBlendSampleData::Time' has a wrong offset!"); \ static_assert(offsetof(FBlendSampleData, PreviousTime) == 0x000018, "Member 'FBlendSampleData::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(FBlendSampleData, SamplePlayRate) == 0x00001C, "Member 'FBlendSampleData::SamplePlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FComponentSpacePoseLink \ static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ #define DUMPER7_ASSERTS_FMovementProperties \ static_assert(alignof(FMovementProperties) == 0x000001, "Wrong alignment on FMovementProperties"); \ static_assert(sizeof(FMovementProperties) == 0x000001, "Wrong size on FMovementProperties"); \ #define DUMPER7_ASSERTS_FNavAgentProperties \ static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ static_assert(sizeof(FNavAgentProperties) == 0x000030, "Wrong size on FNavAgentProperties"); \ static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseLink \ static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ #define DUMPER7_ASSERTS_FAnimNode_SaveCachedPose \ static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000158, "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_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_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_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_FCharacterNetworkSerializationPackedBits \ static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000098, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ #define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000098, "Wrong size on FCharacterMoveResponsePackedBits"); \ #define DUMPER7_ASSERTS_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_FAssetImportInfo \ static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ #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) == 0x000560, "Wrong size on FPostProcessSettings"); \ static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000021, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x000022, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x000023, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000024, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000028, "Member 'FPostProcessSettings::WhiteTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturation) == 0x000030, "Member 'FPostProcessSettings::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrast) == 0x000040, "Member 'FPostProcessSettings::ColorContrast' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGamma) == 0x000050, "Member 'FPostProcessSettings::ColorGamma' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGain) == 0x000060, "Member 'FPostProcessSettings::ColorGain' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffset) == 0x000070, "Member 'FPostProcessSettings::ColorOffset' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationShadows) == 0x000080, "Member 'FPostProcessSettings::ColorSaturationShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastShadows) == 0x000090, "Member 'FPostProcessSettings::ColorContrastShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaShadows) == 0x0000A0, "Member 'FPostProcessSettings::ColorGammaShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainShadows) == 0x0000B0, "Member 'FPostProcessSettings::ColorGainShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetShadows) == 0x0000C0, "Member 'FPostProcessSettings::ColorOffsetShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationMidtones) == 0x0000D0, "Member 'FPostProcessSettings::ColorSaturationMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastMidtones) == 0x0000E0, "Member 'FPostProcessSettings::ColorContrastMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaMidtones) == 0x0000F0, "Member 'FPostProcessSettings::ColorGammaMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainMidtones) == 0x000100, "Member 'FPostProcessSettings::ColorGainMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetMidtones) == 0x000110, "Member 'FPostProcessSettings::ColorOffsetMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationHighlights) == 0x000120, "Member 'FPostProcessSettings::ColorSaturationHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastHighlights) == 0x000130, "Member 'FPostProcessSettings::ColorContrastHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaHighlights) == 0x000140, "Member 'FPostProcessSettings::ColorGammaHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainHighlights) == 0x000150, "Member 'FPostProcessSettings::ColorGainHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetHighlights) == 0x000160, "Member 'FPostProcessSettings::ColorOffsetHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMin) == 0x000170, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorCorrectionShadowsMax) == 0x000174, "Member 'FPostProcessSettings::ColorCorrectionShadowsMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BlueCorrection) == 0x000178, "Member 'FPostProcessSettings::BlueCorrection' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ExpandGamut) == 0x00017C, "Member 'FPostProcessSettings::ExpandGamut' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ToneCurveAmount) == 0x000180, "Member 'FPostProcessSettings::ToneCurveAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmSlope) == 0x000184, "Member 'FPostProcessSettings::FilmSlope' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmToe) == 0x000188, "Member 'FPostProcessSettings::FilmToe' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShoulder) == 0x00018C, "Member 'FPostProcessSettings::FilmShoulder' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmBlackClip) == 0x000190, "Member 'FPostProcessSettings::FilmBlackClip' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmWhiteClip) == 0x000194, "Member 'FPostProcessSettings::FilmWhiteClip' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmWhitePoint) == 0x000198, "Member 'FPostProcessSettings::FilmWhitePoint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTint) == 0x0001A8, "Member 'FPostProcessSettings::FilmShadowTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTintBlend) == 0x0001B8, "Member 'FPostProcessSettings::FilmShadowTintBlend' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTintAmount) == 0x0001BC, "Member 'FPostProcessSettings::FilmShadowTintAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmSaturation) == 0x0001C0, "Member 'FPostProcessSettings::FilmSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerRed) == 0x0001C4, "Member 'FPostProcessSettings::FilmChannelMixerRed' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerGreen) == 0x0001D4, "Member 'FPostProcessSettings::FilmChannelMixerGreen' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerBlue) == 0x0001E4, "Member 'FPostProcessSettings::FilmChannelMixerBlue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmContrast) == 0x0001F4, "Member 'FPostProcessSettings::FilmContrast' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmToeAmount) == 0x0001F8, "Member 'FPostProcessSettings::FilmToeAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmHealAmount) == 0x0001FC, "Member 'FPostProcessSettings::FilmHealAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmDynamicRange) == 0x000200, "Member 'FPostProcessSettings::FilmDynamicRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SceneColorTint) == 0x000204, "Member 'FPostProcessSettings::SceneColorTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SceneFringeIntensity) == 0x000214, "Member 'FPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ChromaticAberrationStartOffset) == 0x000218, "Member 'FPostProcessSettings::ChromaticAberrationStartOffset' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomIntensity) == 0x00021C, "Member 'FPostProcessSettings::BloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000220, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000224, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x000228, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x00022C, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000230, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000234, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x000238, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x00023C, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000240, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000250, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000260, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000270, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000280, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x000290, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x0002A0, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x0002A8, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x0002B0, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0002B8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0002BC, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0002C0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0002C4, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0002C8, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0002D0, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0002D4, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x0002E4, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x0002F4, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x0002F8, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000300, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000304, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000308, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00030C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000310, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000314, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000318, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000328, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x000330, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x000338, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x00033C, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x000340, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x000344, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x000348, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x00034C, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x000350, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x000354, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x000358, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x00035C, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x000360, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x000370, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000374, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000378, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000380, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000400, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x000404, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x000408, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x00040C, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000410, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x000414, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x00041C, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x000420, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x000424, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x000428, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x00042C, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x000430, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x000434, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x000438, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x00043C, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000440, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x000448, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x00044C, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000450, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x000454, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x000464, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGIType) == 0x000468, "Member 'FPostProcessSettings::RayTracingGIType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGIMaxBounces) == 0x00046C, "Member 'FPostProcessSettings::RayTracingGIMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGISamplesPerPixel) == 0x000470, "Member 'FPostProcessSettings::RayTracingGISamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x000474, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x000478, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x000480, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x000484, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x000488, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x00048C, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x000490, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x000494, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x000498, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x00049C, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0004A0, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x0004A4, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x0004A8, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x0004AC, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x0004B0, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x0004B4, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x0004B8, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x0004BC, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x0004C0, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x0004C4, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x0004C8, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x0004CC, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x0004D0, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x0004D4, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x0004D8, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x0004DC, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x0004E0, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x0004E4, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x0004E8, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x0004EC, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x0004F0, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x0004F4, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x0004F8, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x0004FC, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000500, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x000504, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxRoughness) == 0x000508, "Member 'FPostProcessSettings::RayTracingReflectionsMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxBounces) == 0x00050C, "Member 'FPostProcessSettings::RayTracingReflectionsMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsSamplesPerPixel) == 0x000510, "Member 'FPostProcessSettings::RayTracingReflectionsSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsShadows) == 0x000514, "Member 'FPostProcessSettings::RayTracingReflectionsShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x000516, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x000518, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x00051C, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x000520, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x000524, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x000528, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x00052C, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingFilterWidth) == 0x000530, "Member 'FPostProcessSettings::PathTracingFilterWidth' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x000538, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x000540, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x000544, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x000548, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x000550, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000010, "Wrong size on FSoundModulationDestinationSettings"); \ static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDestinationSettings, Modulator) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimationFrameSnapshot \ static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ #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_FComponentKey \ static_assert(alignof(FComponentKey) == 0x000008, "Wrong alignment on FComponentKey"); \ static_assert(sizeof(FComponentKey) == 0x000020, "Wrong size on FComponentKey"); \ static_assert(offsetof(FComponentKey, OwnerClass) == 0x000000, "Member 'FComponentKey::OwnerClass' has a wrong offset!"); \ static_assert(offsetof(FComponentKey, SCSVariableName) == 0x000008, "Member 'FComponentKey::SCSVariableName' has a wrong offset!"); \ static_assert(offsetof(FComponentKey, AssociatedGuid) == 0x000010, "Member 'FComponentKey::AssociatedGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintComponentChangedPropertyInfo \ static_assert(alignof(FBlueprintComponentChangedPropertyInfo) == 0x000008, "Wrong alignment on FBlueprintComponentChangedPropertyInfo"); \ static_assert(sizeof(FBlueprintComponentChangedPropertyInfo) == 0x000018, "Wrong size on FBlueprintComponentChangedPropertyInfo"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyName) == 0x000000, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, ArrayIndex) == 0x000008, "Member 'FBlueprintComponentChangedPropertyInfo::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyScope) == 0x000010, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyScope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintCookedComponentInstancingData \ static_assert(alignof(FBlueprintCookedComponentInstancingData) == 0x000008, "Wrong alignment on FBlueprintCookedComponentInstancingData"); \ static_assert(sizeof(FBlueprintCookedComponentInstancingData) == 0x000048, "Wrong size on FBlueprintCookedComponentInstancingData"); \ static_assert(offsetof(FBlueprintCookedComponentInstancingData, ChangedPropertyList) == 0x000000, "Member 'FBlueprintCookedComponentInstancingData::ChangedPropertyList' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCookedComponentInstancingData, bHasValidCookedData) == 0x000021, "Member 'FBlueprintCookedComponentInstancingData::bHasValidCookedData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentOverrideRecord \ static_assert(alignof(FComponentOverrideRecord) == 0x000008, "Wrong alignment on FComponentOverrideRecord"); \ static_assert(sizeof(FComponentOverrideRecord) == 0x000078, "Wrong size on FComponentOverrideRecord"); \ static_assert(offsetof(FComponentOverrideRecord, ComponentClass) == 0x000000, "Member 'FComponentOverrideRecord::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(FComponentOverrideRecord, ComponentTemplate) == 0x000008, "Member 'FComponentOverrideRecord::ComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(FComponentOverrideRecord, ComponentKey) == 0x000010, "Member 'FComponentOverrideRecord::ComponentKey' has a wrong offset!"); \ static_assert(offsetof(FComponentOverrideRecord, CookedComponentInstancingData) == 0x000030, "Member 'FComponentOverrideRecord::CookedComponentInstancingData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialDamageEvent \ static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ static_assert(sizeof(FRadialDamageEvent) == 0x000040, "Wrong size on FRadialDamageEvent"); \ static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000024, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000030, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointDamageEvent \ static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ static_assert(sizeof(FPointDamageEvent) == 0x0000A8, "Wrong size on FPointDamageEvent"); \ static_assert(offsetof(FPointDamageEvent, Damage) == 0x000010, "Member 'FPointDamageEvent::Damage' has a wrong offset!"); \ static_assert(offsetof(FPointDamageEvent, ShotDirection) == 0x000014, "Member 'FPointDamageEvent::ShotDirection' has a wrong offset!"); \ static_assert(offsetof(FPointDamageEvent, HitInfo) == 0x000020, "Member 'FPointDamageEvent::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo \ static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ #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_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_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_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_FSmartNameMapping \ static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ #define DUMPER7_ASSERTS_FPoseSnapshot \ static_assert(alignof(FPoseSnapshot) == 0x000008, "Wrong alignment on FPoseSnapshot"); \ static_assert(sizeof(FPoseSnapshot) == 0x000038, "Wrong size on FPoseSnapshot"); \ static_assert(offsetof(FPoseSnapshot, LocalTransforms) == 0x000000, "Member 'FPoseSnapshot::LocalTransforms' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, BoneNames) == 0x000010, "Member 'FPoseSnapshot::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, SkeletalMeshName) == 0x000020, "Member 'FPoseSnapshot::SkeletalMeshName' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, SnapshotName) == 0x000028, "Member 'FPoseSnapshot::SnapshotName' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, bIsValid) == 0x000030, "Member 'FPoseSnapshot::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Root \ static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ static_assert(sizeof(FAnimNode_Root) == 0x000030, "Wrong size on FAnimNode_Root"); \ static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Root, Name) == 0x000020, "Member 'FAnimNode_Root::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Root, Group) == 0x000028, "Member 'FAnimNode_Root::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMemberReference \ static_assert(alignof(FMemberReference) == 0x000008, "Wrong alignment on FMemberReference"); \ static_assert(sizeof(FMemberReference) == 0x000038, "Wrong size on FMemberReference"); \ static_assert(offsetof(FMemberReference, MemberParent) == 0x000000, "Member 'FMemberReference::MemberParent' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberScope) == 0x000008, "Member 'FMemberReference::MemberScope' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberName) == 0x000018, "Member 'FMemberReference::MemberName' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberGuid) == 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_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_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_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_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_FKSphereElem \ static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ static_assert(sizeof(FKSphereElem) == 0x000040, "Wrong size on FKSphereElem"); \ static_assert(offsetof(FKSphereElem, Center) == 0x000030, "Member 'FKSphereElem::Center' has a wrong offset!"); \ static_assert(offsetof(FKSphereElem, Radius) == 0x00003C, "Member 'FKSphereElem::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKBoxElem \ static_assert(alignof(FKBoxElem) == 0x000008, "Wrong alignment on FKBoxElem"); \ static_assert(sizeof(FKBoxElem) == 0x000058, "Wrong size on FKBoxElem"); \ static_assert(offsetof(FKBoxElem, Center) == 0x000030, "Member 'FKBoxElem::Center' has a wrong offset!"); \ static_assert(offsetof(FKBoxElem, Rotation) == 0x00003C, "Member 'FKBoxElem::Rotation' has a wrong offset!"); \ static_assert(offsetof(FKBoxElem, X) == 0x000048, "Member 'FKBoxElem::X' has a wrong offset!"); \ static_assert(offsetof(FKBoxElem, Y) == 0x00004C, "Member 'FKBoxElem::Y' has a wrong offset!"); \ static_assert(offsetof(FKBoxElem, Z) == 0x000050, "Member 'FKBoxElem::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKSphylElem \ static_assert(alignof(FKSphylElem) == 0x000008, "Wrong alignment on FKSphylElem"); \ static_assert(sizeof(FKSphylElem) == 0x000050, "Wrong size on FKSphylElem"); \ static_assert(offsetof(FKSphylElem, Center) == 0x000030, "Member 'FKSphylElem::Center' has a wrong offset!"); \ static_assert(offsetof(FKSphylElem, Rotation) == 0x00003C, "Member 'FKSphylElem::Rotation' has a wrong offset!"); \ static_assert(offsetof(FKSphylElem, Radius) == 0x000048, "Member 'FKSphylElem::Radius' has a wrong offset!"); \ static_assert(offsetof(FKSphylElem, Length) == 0x00004C, "Member 'FKSphylElem::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKAggregateGeom \ static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ static_assert(sizeof(FKAggregateGeom) == 0x000058, "Wrong size on FKAggregateGeom"); \ static_assert(offsetof(FKAggregateGeom, SphereElems) == 0x000000, "Member 'FKAggregateGeom::SphereElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, BoxElems) == 0x000010, "Member 'FKAggregateGeom::BoxElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, SphylElems) == 0x000020, "Member 'FKAggregateGeom::SphylElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, ConvexElems) == 0x000030, "Member 'FKAggregateGeom::ConvexElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Member 'FKAggregateGeom::TaperedCapsuleElems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FLinearDriveConstraint \ static_assert(alignof(FLinearDriveConstraint) == 0x000004, "Wrong alignment on FLinearDriveConstraint"); \ static_assert(sizeof(FLinearDriveConstraint) == 0x00004C, "Wrong size on FLinearDriveConstraint"); \ static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x00000C, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000018, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000028, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000038, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintProfileProperties \ static_assert(alignof(FConstraintProfileProperties) == 0x000004, "Wrong alignment on FConstraintProfileProperties"); \ static_assert(sizeof(FConstraintProfileProperties) == 0x000114, "Wrong size on FConstraintProfileProperties"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000010, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x000018, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000020, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x00003C, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x00005C, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000078, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000C4, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintInstanceBase \ static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ #define DUMPER7_ASSERTS_FConstraintInstance \ static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ static_assert(sizeof(FConstraintInstance) == 0x0001C8, "Wrong size on FConstraintInstance"); \ static_assert(offsetof(FConstraintInstance, JointName) == 0x000018, "Member 'FConstraintInstance::JointName' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, ConstraintBone1) == 0x000020, "Member 'FConstraintInstance::ConstraintBone1' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, ConstraintBone2) == 0x000028, "Member 'FConstraintInstance::ConstraintBone2' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, Pos1) == 0x000030, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x00003C, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000048, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, Pos2) == 0x000054, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x000060, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x00006C, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x000078, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x00008C, "Member 'FConstraintInstance::ProfileInstance' 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_FAnimationGroupReference \ static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ static_assert(sizeof(FAnimationGroupReference) == 0x00000C, "Wrong size on FAnimationGroupReference"); \ static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000000, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x000008, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ static_assert(offsetof(FAnimationGroupReference, GroupScope) == 0x000009, "Member 'FAnimationGroupReference::GroupScope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimGroupInstance \ static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ static_assert(sizeof(FAnimGroupInstance) == 0x000070, "Wrong size on FAnimGroupInstance"); \ #define DUMPER7_ASSERTS_FAnimTickRecord \ static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ static_assert(sizeof(FAnimTickRecord) == 0x000048, "Wrong size on FAnimTickRecord"); \ static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FBlendFilter \ static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ static_assert(sizeof(FBlendFilter) == 0x000078, "Wrong size on FBlendFilter"); \ #define DUMPER7_ASSERTS_FAnimationRecordingSettings \ static_assert(alignof(FAnimationRecordingSettings) == 0x000004, "Wrong alignment on FAnimationRecordingSettings"); \ static_assert(sizeof(FAnimationRecordingSettings) == 0x000014, "Wrong size on FAnimationRecordingSettings"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordInWorldSpace) == 0x000000, "Member 'FAnimationRecordingSettings::bRecordInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRemoveRootAnimation) == 0x000001, "Member 'FAnimationRecordingSettings::bRemoveRootAnimation' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bAutoSaveAsset) == 0x000002, "Member 'FAnimationRecordingSettings::bAutoSaveAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, SampleRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x000008, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x00000C, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x00000D, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x00000F, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordCurves) == 0x000010, "Member 'FAnimationRecordingSettings::bRecordCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNamedTransform \ static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ static_assert(sizeof(FNamedTransform) == 0x000040, "Wrong size on FNamedTransform"); \ static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedTransform, Name) == 0x000030, "Member 'FNamedTransform::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodeToCodeAssociation \ static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ #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_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_FNamedVector \ static_assert(alignof(FNamedVector) == 0x000004, "Wrong alignment on FNamedVector"); \ static_assert(sizeof(FNamedVector) == 0x000014, "Wrong size on FNamedVector"); \ static_assert(offsetof(FNamedVector, Value) == 0x000000, "Member 'FNamedVector::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedVector, Name) == 0x00000C, "Member 'FNamedVector::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FBookmark2DJumpToSettings \ static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ #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_FInstancedStaticMeshLightMapInstanceData \ static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000040, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000030, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000150, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, StaticMesh) == 0x0000B8, "Member 'FInstancedStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, CachedStaticLighting) == 0x0000C0, "Member 'FInstancedStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMData) == 0x000100, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMCustomData) == 0x000110, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMCustomData' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000140, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimBlueprintDebugData \ static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ #define DUMPER7_ASSERTS_FStateMachineDebugData \ static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ static_assert(sizeof(FStateMachineDebugData) == 0x0000B0, "Wrong size on FStateMachineDebugData"); \ #define DUMPER7_ASSERTS_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_FStateMachineStateDebugData \ static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ #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_FBlendParameter \ static_assert(alignof(FBlendParameter) == 0x000008, "Wrong alignment on FBlendParameter"); \ static_assert(sizeof(FBlendParameter) == 0x000020, "Wrong size on FBlendParameter"); \ static_assert(offsetof(FBlendParameter, DisplayName) == 0x000000, "Member 'FBlendParameter::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FBlendParameter, Min) == 0x000010, "Member 'FBlendParameter::Min' has a wrong offset!"); \ static_assert(offsetof(FBlendParameter, Max) == 0x000014, "Member 'FBlendParameter::Max' has a wrong offset!"); \ static_assert(offsetof(FBlendParameter, GridNum) == 0x000018, "Member 'FBlendParameter::GridNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimBlueprintFunctionData \ static_assert(alignof(FAnimBlueprintFunctionData) == 0x000008, "Wrong alignment on FAnimBlueprintFunctionData"); \ static_assert(sizeof(FAnimBlueprintFunctionData) == 0x000040, "Wrong size on FAnimBlueprintFunctionData"); \ static_assert(offsetof(FAnimBlueprintFunctionData, OutputPoseNodeProperty) == 0x000000, "Member 'FAnimBlueprintFunctionData::OutputPoseNodeProperty' has a wrong offset!"); \ static_assert(offsetof(FAnimBlueprintFunctionData, InputPoseNodeProperties) == 0x000020, "Member 'FAnimBlueprintFunctionData::InputPoseNodeProperties' has a wrong offset!"); \ static_assert(offsetof(FAnimBlueprintFunctionData, InputProperties) == 0x000030, "Member 'FAnimBlueprintFunctionData::InputProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAtmospherePrecomputeParameters \ static_assert(alignof(FAtmospherePrecomputeParameters) == 0x000004, "Wrong alignment on FAtmospherePrecomputeParameters"); \ static_assert(sizeof(FAtmospherePrecomputeParameters) == 0x00002C, "Wrong size on FAtmospherePrecomputeParameters"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, DensityHeight) == 0x000000, "Member 'FAtmospherePrecomputeParameters::DensityHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, DecayHeight) == 0x000004, "Member 'FAtmospherePrecomputeParameters::DecayHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, MaxScatteringOrder) == 0x000008, "Member 'FAtmospherePrecomputeParameters::MaxScatteringOrder' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexWidth) == 0x00000C, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexWidth' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexHeight) == 0x000010, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexWidth) == 0x000014, "Member 'FAtmospherePrecomputeParameters::IrradianceTexWidth' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexHeight) == 0x000018, "Member 'FAtmospherePrecomputeParameters::IrradianceTexHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterAltitudeSampleNum) == 0x00001C, "Member 'FAtmospherePrecomputeParameters::InscatterAltitudeSampleNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuNum) == 0x000020, "Member 'FAtmospherePrecomputeParameters::InscatterMuNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuSNum) == 0x000024, "Member 'FAtmospherePrecomputeParameters::InscatterMuSNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterNuNum) == 0x000028, "Member 'FAtmospherePrecomputeParameters::InscatterNuNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBookmarkBaseJumpToSettings \ static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ #define DUMPER7_ASSERTS_FAnimBlueprintFunction \ static_assert(alignof(FAnimBlueprintFunction) == 0x000008, "Wrong alignment on FAnimBlueprintFunction"); \ static_assert(sizeof(FAnimBlueprintFunction) == 0x000068, "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) == 0x000060, "Member 'FAnimBlueprintFunction::bImplemented' 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_FRootMotionExtractionStep \ static_assert(alignof(FRootMotionExtractionStep) == 0x000008, "Wrong alignment on FRootMotionExtractionStep"); \ static_assert(sizeof(FRootMotionExtractionStep) == 0x000010, "Wrong size on FRootMotionExtractionStep"); \ static_assert(offsetof(FRootMotionExtractionStep, AnimSequence) == 0x000000, "Member 'FRootMotionExtractionStep::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FRootMotionExtractionStep, StartPosition) == 0x000008, "Member 'FRootMotionExtractionStep::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FRootMotionExtractionStep, EndPosition) == 0x00000C, "Member 'FRootMotionExtractionStep::EndPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationErrorStats \ static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ #define DUMPER7_ASSERTS_FFloatCurve \ static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ static_assert(sizeof(FFloatCurve) == 0x000098, "Wrong size on FFloatCurve"); \ static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000018, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FCachedAnimStateData \ static_assert(alignof(FCachedAnimStateData) == 0x000004, "Wrong alignment on FCachedAnimStateData"); \ static_assert(sizeof(FCachedAnimStateData) == 0x00001C, "Wrong size on FCachedAnimStateData"); \ static_assert(offsetof(FCachedAnimStateData, StateMachineName) == 0x000000, "Member 'FCachedAnimStateData::StateMachineName' has a wrong offset!"); \ static_assert(offsetof(FCachedAnimStateData, StateName) == 0x000008, "Member 'FCachedAnimStateData::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedAnimStateArray \ static_assert(alignof(FCachedAnimStateArray) == 0x000008, "Wrong alignment on FCachedAnimStateArray"); \ static_assert(sizeof(FCachedAnimStateArray) == 0x000018, "Wrong size on FCachedAnimStateArray"); \ static_assert(offsetof(FCachedAnimStateArray, States) == 0x000000, "Member 'FCachedAnimStateArray::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorCurve \ static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ static_assert(sizeof(FVectorCurve) == 0x000198, "Wrong size on FVectorCurve"); \ static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000018, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformCurve \ static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ static_assert(sizeof(FTransformCurve) == 0x0004E0, "Wrong size on FTransformCurve"); \ static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000018, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001B0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000348, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSlotEvaluationPose \ static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ static_assert(sizeof(FSlotEvaluationPose) == 0x0000E0, "Wrong size on FSlotEvaluationPose"); \ static_assert(offsetof(FSlotEvaluationPose, AdditiveType) == 0x000000, "Member 'FSlotEvaluationPose::AdditiveType' has a wrong offset!"); \ static_assert(offsetof(FSlotEvaluationPose, Weight) == 0x000004, "Member 'FSlotEvaluationPose::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointerToUberGraphFrame \ static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ #define DUMPER7_ASSERTS_FA2Pose \ static_assert(alignof(FA2Pose) == 0x000008, "Wrong alignment on FA2Pose"); \ static_assert(sizeof(FA2Pose) == 0x000010, "Wrong size on FA2Pose"); \ static_assert(offsetof(FA2Pose, Bones) == 0x000000, "Member 'FA2Pose::Bones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FA2CSPose \ static_assert(alignof(FA2CSPose) == 0x000008, "Wrong alignment on FA2CSPose"); \ static_assert(sizeof(FA2CSPose) == 0x000028, "Wrong size on FA2CSPose"); \ static_assert(offsetof(FA2CSPose, ComponentSpaceFlags) == 0x000018, "Member 'FA2CSPose::ComponentSpaceFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQueuedDrawDebugItem \ static_assert(alignof(FQueuedDrawDebugItem) == 0x000008, "Wrong alignment on FQueuedDrawDebugItem"); \ static_assert(sizeof(FQueuedDrawDebugItem) == 0x000068, "Wrong size on FQueuedDrawDebugItem"); \ static_assert(offsetof(FQueuedDrawDebugItem, ItemType) == 0x000000, "Member 'FQueuedDrawDebugItem::ItemType' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, StartLoc) == 0x000004, "Member 'FQueuedDrawDebugItem::StartLoc' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, EndLoc) == 0x000010, "Member 'FQueuedDrawDebugItem::EndLoc' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Center) == 0x00001C, "Member 'FQueuedDrawDebugItem::Center' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Rotation) == 0x000028, "Member 'FQueuedDrawDebugItem::Rotation' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Radius) == 0x000034, "Member 'FQueuedDrawDebugItem::Radius' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Size) == 0x000038, "Member 'FQueuedDrawDebugItem::Size' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Segments) == 0x00003C, "Member 'FQueuedDrawDebugItem::Segments' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Color) == 0x000040, "Member 'FQueuedDrawDebugItem::Color' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, bPersistentLines) == 0x000044, "Member 'FQueuedDrawDebugItem::bPersistentLines' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, LifeTime) == 0x000048, "Member 'FQueuedDrawDebugItem::LifeTime' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Thickness) == 0x00004C, "Member 'FQueuedDrawDebugItem::Thickness' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, Message) == 0x000050, "Member 'FQueuedDrawDebugItem::Message' has a wrong offset!"); \ static_assert(offsetof(FQueuedDrawDebugItem, TextScale) == 0x000060, "Member 'FQueuedDrawDebugItem::TextScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextSizingParameters \ static_assert(alignof(FTextSizingParameters) == 0x000008, "Wrong alignment on FTextSizingParameters"); \ static_assert(sizeof(FTextSizingParameters) == 0x000028, "Wrong size on FTextSizingParameters"); \ static_assert(offsetof(FTextSizingParameters, DrawX) == 0x000000, "Member 'FTextSizingParameters::DrawX' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, DrawY) == 0x000004, "Member 'FTextSizingParameters::DrawY' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, DrawXL) == 0x000008, "Member 'FTextSizingParameters::DrawXL' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, DrawYL) == 0x00000C, "Member 'FTextSizingParameters::DrawYL' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, Scaling) == 0x000010, "Member 'FTextSizingParameters::Scaling' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, DrawFont) == 0x000018, "Member 'FTextSizingParameters::DrawFont' has a wrong offset!"); \ static_assert(offsetof(FTextSizingParameters, SpacingAdjust) == 0x000020, "Member 'FTextSizingParameters::SpacingAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimInstanceSubsystemData \ static_assert(alignof(FAnimInstanceSubsystemData) == 0x000001, "Wrong alignment on FAnimInstanceSubsystemData"); \ static_assert(sizeof(FAnimInstanceSubsystemData) == 0x000001, "Wrong size on FAnimInstanceSubsystemData"); \ #define DUMPER7_ASSERTS_FMinimalViewInfo \ static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ static_assert(sizeof(FMinimalViewInfo) == 0x0005F0, "Wrong size on FMinimalViewInfo"); \ static_assert(offsetof(FMinimalViewInfo, Location) == 0x000000, "Member 'FMinimalViewInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, Rotation) == 0x00000C, "Member 'FMinimalViewInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, FOV) == 0x000018, "Member 'FMinimalViewInfo::FOV' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, DesiredFOV) == 0x00001C, "Member 'FMinimalViewInfo::DesiredFOV' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, OrthoWidth) == 0x000020, "Member 'FMinimalViewInfo::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, OrthoNearClipPlane) == 0x000024, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x000028, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x00002C, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x000034, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000038, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000040, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x0005A0, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeScrubParams \ static_assert(alignof(FCameraShakeScrubParams) == 0x000010, "Wrong alignment on FCameraShakeScrubParams"); \ static_assert(sizeof(FCameraShakeScrubParams) == 0x000600, "Wrong size on FCameraShakeScrubParams"); \ static_assert(offsetof(FCameraShakeScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakeScrubParams::AbsoluteTime' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakeScrubParams::ShakeScale' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakeScrubParams::DynamicScale' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeScrubParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeScrubParams::BlendingWeight' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeScrubParams, POV) == 0x000010, "Member 'FCameraShakeScrubParams::POV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyEvent \ static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ static_assert(offsetof(FAnimNotifyEvent, DisplayTime) == 0x000030, "Member 'FAnimNotifyEvent::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000038, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x00003C, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x000040, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000048, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000050, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000058, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000060, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000090, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000091, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x000094, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x000098, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A0, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMontageInstance \ static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ static_assert(sizeof(FAnimMontageInstance) == 0x0001B0, "Wrong size on FAnimMontageInstance"); \ static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000028, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00002C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x0000E8, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x0000F8, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000118, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, Position) == 0x000128, "Member 'FAnimMontageInstance::Position' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00012C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000130, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x00018C, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector_NetQuantize10 \ static_assert(alignof(FVector_NetQuantize10) == 0x000004, "Wrong alignment on FVector_NetQuantize10"); \ static_assert(sizeof(FVector_NetQuantize10) == 0x00000C, "Wrong size on FVector_NetQuantize10"); \ #define DUMPER7_ASSERTS_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_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_FCompositeSection \ static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ static_assert(sizeof(FCompositeSection) == 0x000058, "Wrong size on FCompositeSection"); \ static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, StartTime) == 0x000038, "Member 'FCompositeSection::StartTime' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, NextSectionName) == 0x00003C, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, MetaData) == 0x000048, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFindFloorResult \ static_assert(alignof(FFindFloorResult) == 0x000004, "Wrong alignment on FFindFloorResult"); \ static_assert(sizeof(FFindFloorResult) == 0x000094, "Wrong size on FFindFloorResult"); \ static_assert(offsetof(FFindFloorResult, FloorDist) == 0x000004, "Member 'FFindFloorResult::FloorDist' has a wrong offset!"); \ static_assert(offsetof(FFindFloorResult, LineDist) == 0x000008, "Member 'FFindFloorResult::LineDist' has a wrong offset!"); \ static_assert(offsetof(FFindFloorResult, HitResult) == 0x00000C, "Member 'FFindFloorResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyMeshSpaceAdditive \ static_assert(alignof(FAnimNode_ApplyMeshSpaceAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyMeshSpaceAdditive"); \ static_assert(sizeof(FAnimNode_ApplyMeshSpaceAdditive) == 0x0000D0, "Wrong size on FAnimNode_ApplyMeshSpaceAdditive"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Base) == 0x000010, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaInputType) == 0x000030, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Alpha) == 0x000034, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBias) == 0x000090, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBiasClamp) == 0x000098, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, LODThreshold) == 0x0000C8, "Member 'FAnimNode_ApplyMeshSpaceAdditive::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAnimNode_Inertialization \ static_assert(alignof(FAnimNode_Inertialization) == 0x000008, "Wrong alignment on FAnimNode_Inertialization"); \ static_assert(sizeof(FAnimNode_Inertialization) == 0x000070, "Wrong size on FAnimNode_Inertialization"); \ static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000010, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInertializationPoseDiff \ static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ #define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000040, "Wrong size on FChildActorAttachedActorInfo"); \ static_assert(offsetof(FChildActorAttachedActorInfo, Actor) == 0x000000, "Member 'FChildActorAttachedActorInfo::Actor' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, SocketName) == 0x000008, "Member 'FChildActorAttachedActorInfo::SocketName' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, RelativeTransform) == 0x000010, "Member 'FChildActorAttachedActorInfo::RelativeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000E8, "Wrong size on FChildActorComponentInstanceData"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorClass) == 0x0000B8, "Member 'FChildActorComponentInstanceData::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorName) == 0x0000C0, "Member 'FChildActorComponentInstanceData::ChildActorName' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, AttachedActors) == 0x0000C8, "Member 'FChildActorComponentInstanceData::AttachedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInertializationCurveDiff \ static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ #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_FInertializationBoneDiff \ static_assert(alignof(FInertializationBoneDiff) == 0x000004, "Wrong alignment on FInertializationBoneDiff"); \ static_assert(sizeof(FInertializationBoneDiff) == 0x00003C, "Wrong size on FInertializationBoneDiff"); \ #define DUMPER7_ASSERTS_FInertializationPose \ static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ static_assert(sizeof(FInertializationPose) == 0x0000A0, "Wrong size on FInertializationPose"); \ #define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000A0, "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, Tag) == 0x000080, "Member 'FAnimNode_LinkedAnimGraph::Tag' 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_FAnimNode_LinkedAnimLayer \ static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000B0, "Wrong size on FAnimNode_LinkedAnimLayer"); \ static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000A0, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000A8, "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) == 0x000118, "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_StateMachine \ static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ static_assert(sizeof(FAnimNode_StateMachine) == 0x0000B0, "Wrong size on FAnimNode_StateMachine"); \ static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000010, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000014, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x000018, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x000019, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ #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_FAnimationActiveTransitionEntry \ static_assert(alignof(FAnimationActiveTransitionEntry) == 0x000008, "Wrong alignment on FAnimationActiveTransitionEntry"); \ static_assert(sizeof(FAnimationActiveTransitionEntry) == 0x0000C8, "Wrong size on FAnimationActiveTransitionEntry"); \ static_assert(offsetof(FAnimationActiveTransitionEntry, BlendProfile) == 0x0000B8, "Member 'FAnimationActiveTransitionEntry::BlendProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_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_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_FFastArraySerializer \ static_assert(alignof(FFastArraySerializer) == 0x000008, "Wrong alignment on FFastArraySerializer"); \ static_assert(sizeof(FFastArraySerializer) == 0x000108, "Wrong size on FFastArraySerializer"); \ static_assert(offsetof(FFastArraySerializer, ArrayReplicationKey) == 0x000054, "Member 'FFastArraySerializer::ArrayReplicationKey' has a wrong offset!"); \ static_assert(offsetof(FFastArraySerializer, DeltaFlags) == 0x000100, "Member 'FFastArraySerializer::DeltaFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposedValueCopyRecord \ static_assert(alignof(FExposedValueCopyRecord) == 0x000004, "Wrong alignment on FExposedValueCopyRecord"); \ static_assert(sizeof(FExposedValueCopyRecord) == 0x000008, "Wrong size on FExposedValueCopyRecord"); \ static_assert(offsetof(FExposedValueCopyRecord, CopyIndex) == 0x000000, "Member 'FExposedValueCopyRecord::CopyIndex' has a wrong offset!"); \ static_assert(offsetof(FExposedValueCopyRecord, PostCopyOperation) == 0x000004, "Member 'FExposedValueCopyRecord::PostCopyOperation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposedValueHandler \ static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ static_assert(sizeof(FExposedValueHandler) == 0x000050, "Wrong size on FExposedValueHandler"); \ static_assert(offsetof(FExposedValueHandler, BoundFunction) == 0x000000, "Member 'FExposedValueHandler::BoundFunction' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, CopyRecords) == 0x000008, "Member 'FExposedValueHandler::CopyRecords' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, Function) == 0x000018, "Member 'FExposedValueHandler::Function' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, ValueHandlerNodeProperty) == 0x000020, "Member 'FExposedValueHandler::ValueHandlerNodeProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavDataConfig \ static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ static_assert(sizeof(FNavDataConfig) == 0x000078, "Wrong size on FNavDataConfig"); \ static_assert(offsetof(FNavDataConfig, Name) == 0x000030, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ static_assert(offsetof(FNavDataConfig, Color) == 0x000038, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x00003C, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ static_assert(offsetof(FNavDataConfig, NavigationDataClass) == 0x000048, "Member 'FNavDataConfig::NavigationDataClass' has a wrong offset!"); \ static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000050, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSlotInfo \ static_assert(alignof(FAnimSlotInfo) == 0x000008, "Wrong alignment on FAnimSlotInfo"); \ static_assert(sizeof(FAnimSlotInfo) == 0x000018, "Wrong size on FAnimSlotInfo"); \ static_assert(offsetof(FAnimSlotInfo, SlotName) == 0x000000, "Member 'FAnimSlotInfo::SlotName' has a wrong offset!"); \ static_assert(offsetof(FAnimSlotInfo, ChannelWeights) == 0x000008, "Member 'FAnimSlotInfo::ChannelWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FRootMotionSourceGroup \ static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ static_assert(sizeof(FRootMotionSourceGroup) == 0x000038, "Wrong size on FRootMotionSourceGroup"); \ static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x00002C, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepRootMotionMontage \ static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ static_assert(sizeof(FRepRootMotionMontage) == 0x000098, "Wrong size on FRepRootMotionMontage"); \ static_assert(offsetof(FRepRootMotionMontage, bIsActive) == 0x000000, "Member 'FRepRootMotionMontage::bIsActive' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, AnimMontage) == 0x000008, "Member 'FRepRootMotionMontage::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, Position) == 0x000010, "Member 'FRepRootMotionMontage::Position' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, Location) == 0x000014, "Member 'FRepRootMotionMontage::Location' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, Rotation) == 0x000020, "Member 'FRepRootMotionMontage::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, MovementBase) == 0x000030, "Member 'FRepRootMotionMontage::MovementBase' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, MovementBaseBoneName) == 0x000038, "Member 'FRepRootMotionMontage::MovementBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, bRelativePosition) == 0x000040, "Member 'FRepRootMotionMontage::bRelativePosition' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, bRelativeRotation) == 0x000041, "Member 'FRepRootMotionMontage::bRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, AuthoritativeRootMotion) == 0x000048, "Member 'FRepRootMotionMontage::AuthoritativeRootMotion' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, Acceleration) == 0x000080, "Member 'FRepRootMotionMontage::Acceleration' has a wrong offset!"); \ static_assert(offsetof(FRepRootMotionMontage, LinearVelocity) == 0x00008C, "Member 'FRepRootMotionMontage::LinearVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove \ static_assert(alignof(FSimulatedRootMotionReplicatedMove) == 0x000008, "Wrong alignment on FSimulatedRootMotionReplicatedMove"); \ static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000A0, "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_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_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_FAnimNotifyEventReference \ static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ static_assert(sizeof(FAnimNotifyEventReference) == 0x000010, "Wrong size on FAnimNotifyEventReference"); \ static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000008, "Member 'FAnimNotifyEventReference::NotifySource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyArray \ static_assert(alignof(FAnimNotifyArray) == 0x000008, "Wrong alignment on FAnimNotifyArray"); \ static_assert(sizeof(FAnimNotifyArray) == 0x000010, "Wrong size on FAnimNotifyArray"); \ static_assert(offsetof(FAnimNotifyArray, Notifies) == 0x000000, "Member 'FAnimNotifyArray::Notifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyQueue \ static_assert(alignof(FAnimNotifyQueue) == 0x000008, "Wrong alignment on FAnimNotifyQueue"); \ static_assert(sizeof(FAnimNotifyQueue) == 0x000070, "Wrong size on FAnimNotifyQueue"); \ static_assert(offsetof(FAnimNotifyQueue, AnimNotifies) == 0x000010, "Member 'FAnimNotifyQueue::AnimNotifies' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyQueue, UnfilteredMontageAnimNotifies) == 0x000020, "Member 'FAnimNotifyQueue::UnfilteredMontageAnimNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FNavAvoidanceData \ static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ static_assert(sizeof(FNavAvoidanceData) == 0x00003C, "Wrong size on FNavAvoidanceData"); \ #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_FRawAnimSequenceTrack \ static_assert(alignof(FRawAnimSequenceTrack) == 0x000008, "Wrong alignment on FRawAnimSequenceTrack"); \ static_assert(sizeof(FRawAnimSequenceTrack) == 0x000030, "Wrong size on FRawAnimSequenceTrack"); \ static_assert(offsetof(FRawAnimSequenceTrack, PosKeys) == 0x000000, "Member 'FRawAnimSequenceTrack::PosKeys' has a wrong offset!"); \ static_assert(offsetof(FRawAnimSequenceTrack, RotKeys) == 0x000010, "Member 'FRawAnimSequenceTrack::RotKeys' has a wrong offset!"); \ static_assert(offsetof(FRawAnimSequenceTrack, ScaleKeys) == 0x000020, "Member 'FRawAnimSequenceTrack::ScaleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSequenceTrackContainer \ static_assert(alignof(FAnimSequenceTrackContainer) == 0x000008, "Wrong alignment on FAnimSequenceTrackContainer"); \ static_assert(sizeof(FAnimSequenceTrackContainer) == 0x000020, "Wrong size on FAnimSequenceTrackContainer"); \ static_assert(offsetof(FAnimSequenceTrackContainer, AnimationTracks) == 0x000000, "Member 'FAnimSequenceTrackContainer::AnimationTracks' has a wrong offset!"); \ static_assert(offsetof(FAnimSequenceTrackContainer, TrackNames) == 0x000010, "Member 'FAnimSequenceTrackContainer::TrackNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimSingleNodeInstanceProxy \ static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x0008C0, "Wrong size on FAnimSingleNodeInstanceProxy"); \ #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_FBakedAnimationState \ static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ static_assert(sizeof(FBakedAnimationState) == 0x000058, "Wrong size on FBakedAnimationState"); \ static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000008, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00001C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000020, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000028, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x00002C, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000030, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000040, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000050, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStateBase \ static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000040, "Wrong size on FAnimationTransitionBetweenStates"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x000008, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x00000C, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000010, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000014, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x000018, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000020, "Member 'FAnimationTransitionBetweenStates::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CustomCurve) == 0x000028, "Member 'FAnimationTransitionBetweenStates::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendProfile) == 0x000030, "Member 'FAnimationTransitionBetweenStates::BlendProfile' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, LogicType) == 0x000038, "Member 'FAnimationTransitionBetweenStates::LogicType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedAnimationStateMachine \ static_assert(alignof(FBakedAnimationStateMachine) == 0x000008, "Wrong alignment on FBakedAnimationStateMachine"); \ static_assert(sizeof(FBakedAnimationStateMachine) == 0x000030, "Wrong size on FBakedAnimationStateMachine"); \ static_assert(offsetof(FBakedAnimationStateMachine, MachineName) == 0x000000, "Member 'FBakedAnimationStateMachine::MachineName' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x000008, "Member 'FBakedAnimationStateMachine::InitialState' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, States) == 0x000010, "Member 'FBakedAnimationStateMachine::States' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, Transitions) == 0x000020, "Member 'FBakedAnimationStateMachine::Transitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimationTransitionRule \ static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ static_assert(sizeof(FAnimationTransitionRule) == 0x000010, "Wrong size on FAnimationTransitionRule"); \ static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x000008, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationState \ static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FCameraShakeStopParams \ static_assert(alignof(FCameraShakeStopParams) == 0x000001, "Wrong alignment on FCameraShakeStopParams"); \ static_assert(sizeof(FCameraShakeStopParams) == 0x000001, "Wrong size on FCameraShakeStopParams"); \ static_assert(offsetof(FCameraShakeStopParams, bImmediately) == 0x000000, "Member 'FCameraShakeStopParams::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FCustomAttribute \ static_assert(alignof(FCustomAttribute) == 0x000008, "Wrong alignment on FCustomAttribute"); \ static_assert(sizeof(FCustomAttribute) == 0x000030, "Wrong size on FCustomAttribute"); \ static_assert(offsetof(FCustomAttribute, Name) == 0x000000, "Member 'FCustomAttribute::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomAttribute, VariantType) == 0x000008, "Member 'FCustomAttribute::VariantType' has a wrong offset!"); \ static_assert(offsetof(FCustomAttribute, Times) == 0x000010, "Member 'FCustomAttribute::Times' 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_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_FCameraShakeStartParams \ static_assert(alignof(FCameraShakeStartParams) == 0x000001, "Wrong alignment on FCameraShakeStartParams"); \ static_assert(sizeof(FCameraShakeStartParams) == 0x000001, "Wrong size on FCameraShakeStartParams"); \ static_assert(offsetof(FCameraShakeStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakeStartParams::bIsRestarting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAtmospherePrecomputeInstanceData \ static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000160, "Wrong size on FAtmospherePrecomputeInstanceData"); \ #define DUMPER7_ASSERTS_FBaseAttenuationSettings \ static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ static_assert(sizeof(FBaseAttenuationSettings) == 0x0000B0, "Wrong size on FBaseAttenuationSettings"); \ static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000014, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000020, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000024, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000028, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioComponentParam \ static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ static_assert(sizeof(FAudioComponentParam) == 0x000020, "Wrong size on FAudioComponentParam"); \ static_assert(offsetof(FAudioComponentParam, ParamName) == 0x000000, "Member 'FAudioComponentParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, FloatParam) == 0x000008, "Member 'FAudioComponentParam::FloatParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, BoolParam) == 0x00000C, "Member 'FAudioComponentParam::BoolParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, IntParam) == 0x000010, "Member 'FAudioComponentParam::IntParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x000018, "Member 'FAudioComponentParam::SoundWaveParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundDebugEntry \ static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ static_assert(sizeof(FSoundDebugEntry) == 0x000020, "Wrong size on FSoundDebugEntry"); \ static_assert(offsetof(FSoundDebugEntry, DebugName) == 0x000000, "Member 'FSoundDebugEntry::DebugName' has a wrong offset!"); \ static_assert(offsetof(FSoundDebugEntry, Sound) == 0x000008, "Member 'FSoundDebugEntry::Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioQualitySettings \ static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ static_assert(sizeof(FAudioQualitySettings) == 0x000020, "Wrong size on FAudioQualitySettings"); \ static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000018, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorMapPerformanceTestDefinition \ static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000020, "Wrong size on FEditorMapPerformanceTestDefinition"); \ static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000018, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FBandwidthTestItem \ static_assert(alignof(FBandwidthTestItem) == 0x000008, "Wrong alignment on FBandwidthTestItem"); \ static_assert(sizeof(FBandwidthTestItem) == 0x000010, "Wrong size on FBandwidthTestItem"); \ static_assert(offsetof(FBandwidthTestItem, Kilobyte) == 0x000000, "Member 'FBandwidthTestItem::Kilobyte' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBandwidthTestGenerator \ static_assert(alignof(FBandwidthTestGenerator) == 0x000008, "Wrong alignment on FBandwidthTestGenerator"); \ static_assert(sizeof(FBandwidthTestGenerator) == 0x000020, "Wrong size on FBandwidthTestGenerator"); \ static_assert(offsetof(FBandwidthTestGenerator, ReplicatedBuffers) == 0x000000, "Member 'FBandwidthTestGenerator::ReplicatedBuffers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FEditorElement \ static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ static_assert(sizeof(FEditorElement) == 0x000018, "Wrong size on FEditorElement"); \ static_assert(offsetof(FEditorElement, Indices) == 0x000000, "Member 'FEditorElement::Indices' has a wrong offset!"); \ static_assert(offsetof(FEditorElement, Weights) == 0x00000C, "Member 'FEditorElement::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGridBlendSample \ static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendSample \ static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ static_assert(sizeof(FBlendSample) == 0x000018, "Wrong size on FBlendSample"); \ static_assert(offsetof(FBlendSample, Animation) == 0x000000, "Member 'FBlendSample::Animation' has a wrong offset!"); \ static_assert(offsetof(FBlendSample, SampleValue) == 0x000008, "Member 'FBlendSample::SampleValue' has a wrong offset!"); \ static_assert(offsetof(FBlendSample, RateScale) == 0x000014, "Member 'FBlendSample::RateScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpolationParameter \ static_assert(alignof(FInterpolationParameter) == 0x000004, "Wrong alignment on FInterpolationParameter"); \ static_assert(sizeof(FInterpolationParameter) == 0x000008, "Wrong size on FInterpolationParameter"); \ static_assert(offsetof(FInterpolationParameter, InterpolationTime) == 0x000000, "Member 'FInterpolationParameter::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FInterpolationParameter, InterpolationType) == 0x000004, "Member 'FInterpolationParameter::InterpolationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ static_assert(sizeof(FBPEditorBookmarkNode) == 0x000038, "Wrong size on FBPEditorBookmarkNode"); \ static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FBPEditorBookmarkNode::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FBPEditorBookmarkNode, ParentGuid) == 0x000010, "Member 'FBPEditorBookmarkNode::ParentGuid' has a wrong offset!"); \ static_assert(offsetof(FBPEditorBookmarkNode, DisplayName) == 0x000020, "Member 'FBPEditorBookmarkNode::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditedDocumentInfo \ static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ static_assert(sizeof(FEditedDocumentInfo) == 0x000030, "Wrong size on FEditedDocumentInfo"); \ static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000018, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000020, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000028, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompilerNativizationOptions \ static_assert(alignof(FCompilerNativizationOptions) == 0x000008, "Wrong alignment on FCompilerNativizationOptions"); \ static_assert(sizeof(FCompilerNativizationOptions) == 0x000080, "Wrong size on FCompilerNativizationOptions"); \ static_assert(offsetof(FCompilerNativizationOptions, PlatformName) == 0x000000, "Member 'FCompilerNativizationOptions::PlatformName' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, ServerOnlyPlatform) == 0x000008, "Member 'FCompilerNativizationOptions::ServerOnlyPlatform' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, ClientOnlyPlatform) == 0x000009, "Member 'FCompilerNativizationOptions::ClientOnlyPlatform' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, bExcludeMonolithicHeaders) == 0x00000A, "Member 'FCompilerNativizationOptions::bExcludeMonolithicHeaders' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, ExcludedModules) == 0x000010, "Member 'FCompilerNativizationOptions::ExcludedModules' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, ExcludedAssets) == 0x000020, "Member 'FCompilerNativizationOptions::ExcludedAssets' has a wrong offset!"); \ static_assert(offsetof(FCompilerNativizationOptions, ExcludedFolderPaths) == 0x000070, "Member 'FCompilerNativizationOptions::ExcludedFolderPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBlueprintDebugData \ static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ #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_FAnimCurveType \ static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ #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_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_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_FCameraShakeUpdateResult \ static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ static_assert(sizeof(FCameraShakeUpdateResult) == 0x000590, "Wrong size on FCameraShakeUpdateResult"); \ #define DUMPER7_ASSERTS_FCameraShakeUpdateParams \ static_assert(alignof(FCameraShakeUpdateParams) == 0x000010, "Wrong alignment on FCameraShakeUpdateParams"); \ static_assert(sizeof(FCameraShakeUpdateParams) == 0x000600, "Wrong size on FCameraShakeUpdateParams"); \ static_assert(offsetof(FCameraShakeUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakeUpdateParams::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakeUpdateParams::ShakeScale' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakeUpdateParams::DynamicScale' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeUpdateParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeUpdateParams::BlendingWeight' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeUpdateParams, POV) == 0x000010, "Member 'FCameraShakeUpdateParams::POV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDummySpacerCameraTypes \ static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ #define DUMPER7_ASSERTS_FWrappedStringElement \ static_assert(alignof(FWrappedStringElement) == 0x000008, "Wrong alignment on FWrappedStringElement"); \ static_assert(sizeof(FWrappedStringElement) == 0x000018, "Wrong size on FWrappedStringElement"); \ static_assert(offsetof(FWrappedStringElement, Value) == 0x000000, "Member 'FWrappedStringElement::Value' has a wrong offset!"); \ static_assert(offsetof(FWrappedStringElement, LineExtent) == 0x000010, "Member 'FWrappedStringElement::LineExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBasedMovementInfo \ static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ static_assert(sizeof(FBasedMovementInfo) == 0x000030, "Wrong size on FBasedMovementInfo"); \ static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000000, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000008, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, Location) == 0x000010, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x00001C, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x000028, "Member 'FBasedMovementInfo::bServerHasBaseComponent' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x000029, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x00002A, "Member 'FBasedMovementInfo::bServerHasVelocity' 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_FCharacterServerMovePackedBits \ static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ #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_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_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_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_FCustomAttributePerBoneData \ static_assert(alignof(FCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FCustomAttributePerBoneData"); \ static_assert(sizeof(FCustomAttributePerBoneData) == 0x000018, "Wrong size on FCustomAttributePerBoneData"); \ static_assert(offsetof(FCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributePerBoneData, Attributes) == 0x000008, "Member 'FCustomAttributePerBoneData::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomAttributeSetting \ static_assert(alignof(FCustomAttributeSetting) == 0x000008, "Wrong alignment on FCustomAttributeSetting"); \ static_assert(sizeof(FCustomAttributeSetting) == 0x000020, "Wrong size on FCustomAttributeSetting"); \ static_assert(offsetof(FCustomAttributeSetting, Name) == 0x000000, "Member 'FCustomAttributeSetting::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributeSetting, Meaning) == 0x000010, "Member 'FCustomAttributeSetting::Meaning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPUSpriteResourceData \ static_assert(alignof(FGPUSpriteResourceData) == 0x000010, "Wrong alignment on FGPUSpriteResourceData"); \ static_assert(sizeof(FGPUSpriteResourceData) == 0x000160, "Wrong size on FGPUSpriteResourceData"); \ static_assert(offsetof(FGPUSpriteResourceData, QuantizedColorSamples) == 0x000000, "Member 'FGPUSpriteResourceData::QuantizedColorSamples' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, QuantizedMiscSamples) == 0x000010, "Member 'FGPUSpriteResourceData::QuantizedMiscSamples' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, QuantizedSimulationAttrSamples) == 0x000020, "Member 'FGPUSpriteResourceData::QuantizedSimulationAttrSamples' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ColorScale) == 0x000030, "Member 'FGPUSpriteResourceData::ColorScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ColorBias) == 0x000040, "Member 'FGPUSpriteResourceData::ColorBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, MiscScale) == 0x000050, "Member 'FGPUSpriteResourceData::MiscScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, MiscBias) == 0x000060, "Member 'FGPUSpriteResourceData::MiscBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveScale) == 0x000070, "Member 'FGPUSpriteResourceData::SimulationAttrCurveScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveBias) == 0x000080, "Member 'FGPUSpriteResourceData::SimulationAttrCurveBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, SubImageSize) == 0x000090, "Member 'FGPUSpriteResourceData::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, SizeBySpeed) == 0x0000A0, "Member 'FGPUSpriteResourceData::SizeBySpeed' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ConstantAcceleration) == 0x0000B0, "Member 'FGPUSpriteResourceData::ConstantAcceleration' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetBase) == 0x0000BC, "Member 'FGPUSpriteResourceData::OrbitOffsetBase' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetRange) == 0x0000C8, "Member 'FGPUSpriteResourceData::OrbitOffsetRange' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyBase) == 0x0000D4, "Member 'FGPUSpriteResourceData::OrbitFrequencyBase' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyRange) == 0x0000E0, "Member 'FGPUSpriteResourceData::OrbitFrequencyRange' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseBase) == 0x0000EC, "Member 'FGPUSpriteResourceData::OrbitPhaseBase' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseRange) == 0x0000F8, "Member 'FGPUSpriteResourceData::OrbitPhaseRange' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldScale) == 0x000104, "Member 'FGPUSpriteResourceData::GlobalVectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldTightness) == 0x000108, "Member 'FGPUSpriteResourceData::GlobalVectorFieldTightness' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldScale) == 0x00010C, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldBias) == 0x000110, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientScale) == 0x000114, "Member 'FGPUSpriteResourceData::DragCoefficientScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientBias) == 0x000118, "Member 'FGPUSpriteResourceData::DragCoefficientBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ResilienceScale) == 0x00011C, "Member 'FGPUSpriteResourceData::ResilienceScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ResilienceBias) == 0x000120, "Member 'FGPUSpriteResourceData::ResilienceBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusScale) == 0x000124, "Member 'FGPUSpriteResourceData::CollisionRadiusScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusBias) == 0x000128, "Member 'FGPUSpriteResourceData::CollisionRadiusBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CollisionTimeBias) == 0x00012C, "Member 'FGPUSpriteResourceData::CollisionTimeBias' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomSpread) == 0x000130, "Member 'FGPUSpriteResourceData::CollisionRandomSpread' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomDistribution) == 0x000134, "Member 'FGPUSpriteResourceData::CollisionRandomDistribution' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, OneMinusFriction) == 0x000138, "Member 'FGPUSpriteResourceData::OneMinusFriction' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, RotationRateScale) == 0x00013C, "Member 'FGPUSpriteResourceData::RotationRateScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, CameraMotionBlurAmount) == 0x000140, "Member 'FGPUSpriteResourceData::CameraMotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, ScreenAlignment) == 0x000144, "Member 'FGPUSpriteResourceData::ScreenAlignment' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, LockAxisFlag) == 0x000145, "Member 'FGPUSpriteResourceData::LockAxisFlag' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, PivotOffset) == 0x000148, "Member 'FGPUSpriteResourceData::PivotOffset' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, MinFacingCameraBlendDistance) == 0x000154, "Member 'FGPUSpriteResourceData::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteResourceData, MaxFacingCameraBlendDistance) == 0x000158, "Member 'FGPUSpriteResourceData::MaxFacingCameraBlendDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataDrivenConsoleVariable \ static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000050, "Wrong size on FDataDrivenConsoleVariable"); \ static_assert(offsetof(FDataDrivenConsoleVariable, Type) == 0x000000, "Member 'FDataDrivenConsoleVariable::Type' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, Name) == 0x000008, "Member 'FDataDrivenConsoleVariable::Name' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, ToolTip) == 0x000018, "Member 'FDataDrivenConsoleVariable::ToolTip' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueFloat) == 0x000028, "Member 'FDataDrivenConsoleVariable::DefaultValueFloat' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueInt) == 0x00002C, "Member 'FDataDrivenConsoleVariable::DefaultValueInt' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueBool) == 0x000030, "Member 'FDataDrivenConsoleVariable::DefaultValueBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FDebugCameraControllerSettingsViewModeIndex \ static_assert(alignof(FDebugCameraControllerSettingsViewModeIndex) == 0x000008, "Wrong alignment on FDebugCameraControllerSettingsViewModeIndex"); \ static_assert(sizeof(FDebugCameraControllerSettingsViewModeIndex) == 0x000010, "Wrong size on FDebugCameraControllerSettingsViewModeIndex"); \ static_assert(offsetof(FDebugCameraControllerSettingsViewModeIndex, ViewModeIndex) == 0x000008, "Member 'FDebugCameraControllerSettingsViewModeIndex::ViewModeIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugDisplayProperty \ static_assert(alignof(FDebugDisplayProperty) == 0x000008, "Wrong alignment on FDebugDisplayProperty"); \ static_assert(sizeof(FDebugDisplayProperty) == 0x000020, "Wrong size on FDebugDisplayProperty"); \ static_assert(offsetof(FDebugDisplayProperty, Obj) == 0x000000, "Member 'FDebugDisplayProperty::Obj' has a wrong offset!"); \ static_assert(offsetof(FDebugDisplayProperty, WithinClass) == 0x000008, "Member 'FDebugDisplayProperty::WithinClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugTextInfo \ static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ static_assert(sizeof(FDebugTextInfo) == 0x000060, "Wrong size on FDebugTextInfo"); \ static_assert(offsetof(FDebugTextInfo, SrcActor) == 0x000000, "Member 'FDebugTextInfo::SrcActor' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, SrcActorOffset) == 0x000008, "Member 'FDebugTextInfo::SrcActorOffset' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, SrcActorDesiredOffset) == 0x000014, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000020, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000030, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, Duration) == 0x000034, "Member 'FDebugTextInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000038, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000040, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, Font) == 0x000050, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000058, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FRollbackNetStartupActorInfo \ static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000B0, "Wrong size on FRollbackNetStartupActorInfo"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, Level) == 0x000038, "Member 'FRollbackNetStartupActorInfo::Level' has a wrong offset!"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000A0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' 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_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) == 0x000100, "Wrong size on FEdGraphSchemaAction"); \ static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000020, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000038, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000050, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000068, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00006C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000070, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000090, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000D0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000E0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000F0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFunctionExpressionOutput \ static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ static_assert(sizeof(FFunctionExpressionOutput) == 0x000020, "Wrong size on FFunctionExpressionOutput"); \ static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutput) == 0x000000, "Member 'FFunctionExpressionOutput::ExpressionOutput' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutputId) == 0x000008, "Member 'FFunctionExpressionOutput::ExpressionOutputId' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionOutput, Output) == 0x000018, "Member 'FFunctionExpressionOutput::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x000108, "Wrong size on FEdGraphSchemaAction_NewNode"); \ static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x000100, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPluginRedirect \ static_assert(alignof(FPluginRedirect) == 0x000008, "Wrong alignment on FPluginRedirect"); \ static_assert(sizeof(FPluginRedirect) == 0x000020, "Wrong size on FPluginRedirect"); \ static_assert(offsetof(FPluginRedirect, OldPluginName) == 0x000000, "Member 'FPluginRedirect::OldPluginName' has a wrong offset!"); \ static_assert(offsetof(FPluginRedirect, NewPluginName) == 0x000010, "Member 'FPluginRedirect::NewPluginName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FDropNoteInfo \ static_assert(alignof(FDropNoteInfo) == 0x000008, "Wrong alignment on FDropNoteInfo"); \ static_assert(sizeof(FDropNoteInfo) == 0x000028, "Wrong size on FDropNoteInfo"); \ static_assert(offsetof(FDropNoteInfo, Location) == 0x000000, "Member 'FDropNoteInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FDropNoteInfo, Rotation) == 0x00000C, "Member 'FDropNoteInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FDropNoteInfo, Comment) == 0x000018, "Member 'FDropNoteInfo::Comment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMaterialInstanceBasePropertyOverrides \ static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000008, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, BlendMode) == 0x000002, "Member 'FMaterialInstanceBasePropertyOverrides::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, ShadingModel) == 0x000003, "Member 'FMaterialInstanceBasePropertyOverrides::ShadingModel' has a wrong offset!"); \ static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipValue) == 0x000004, "Member 'FMaterialInstanceBasePropertyOverrides::OpacityMaskClipValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FURL \ static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ static_assert(offsetof(FURL, Protocol) == 0x000000, "Member 'FURL::Protocol' has a wrong offset!"); \ static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullyLoadedPackagesInfo \ static_assert(alignof(FFullyLoadedPackagesInfo) == 0x000008, "Wrong alignment on FFullyLoadedPackagesInfo"); \ static_assert(sizeof(FFullyLoadedPackagesInfo) == 0x000038, "Wrong size on FFullyLoadedPackagesInfo"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, FullyLoadType) == 0x000000, "Member 'FFullyLoadedPackagesInfo::FullyLoadType' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, Tag) == 0x000008, "Member 'FFullyLoadedPackagesInfo::Tag' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, PackagesToLoad) == 0x000018, "Member 'FFullyLoadedPackagesInfo::PackagesToLoad' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, LoadedObjects) == 0x000028, "Member 'FFullyLoadedPackagesInfo::LoadedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelStreamingStatus \ static_assert(alignof(FLevelStreamingStatus) == 0x000004, "Wrong alignment on FLevelStreamingStatus"); \ static_assert(sizeof(FLevelStreamingStatus) == 0x000010, "Wrong size on FLevelStreamingStatus"); \ static_assert(offsetof(FLevelStreamingStatus, PackageName) == 0x000000, "Member 'FLevelStreamingStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'FLevelStreamingStatus::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedNetDriver \ static_assert(alignof(FNamedNetDriver) == 0x000008, "Wrong alignment on FNamedNetDriver"); \ static_assert(sizeof(FNamedNetDriver) == 0x000010, "Wrong size on FNamedNetDriver"); \ static_assert(offsetof(FNamedNetDriver, NetDriver) == 0x000000, "Member 'FNamedNetDriver::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldContext \ static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ static_assert(sizeof(FWorldContext) == 0x000288, "Wrong size on FWorldContext"); \ static_assert(offsetof(FWorldContext, LastURL) == 0x0000D0, "Member 'FWorldContext::LastURL' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, LastRemoteURL) == 0x000138, "Member 'FWorldContext::LastRemoteURL' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PendingNetGame) == 0x0001A0, "Member 'FWorldContext::PendingNetGame' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PackagesToFullyLoad) == 0x0001A8, "Member 'FWorldContext::PackagesToFullyLoad' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, LoadedLevelsForPendingMapChange) == 0x0001C8, "Member 'FWorldContext::LoadedLevelsForPendingMapChange' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ObjectReferencers) == 0x0001F0, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x000200, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, GameViewport) == 0x000210, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000218, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000220, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshInstancingSettings \ static_assert(alignof(FMeshInstancingSettings) == 0x000008, "Wrong alignment on FMeshInstancingSettings"); \ static_assert(sizeof(FMeshInstancingSettings) == 0x000018, "Wrong size on FMeshInstancingSettings"); \ static_assert(offsetof(FMeshInstancingSettings, ActorClassToUse) == 0x000000, "Member 'FMeshInstancingSettings::ActorClassToUse' has a wrong offset!"); \ static_assert(offsetof(FMeshInstancingSettings, InstanceReplacementThreshold) == 0x000008, "Member 'FMeshInstancingSettings::InstanceReplacementThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshInstancingSettings, MeshReplacementMethod) == 0x00000C, "Member 'FMeshInstancingSettings::MeshReplacementMethod' has a wrong offset!"); \ static_assert(offsetof(FMeshInstancingSettings, bSkipMeshesWithVertexColors) == 0x00000D, "Member 'FMeshInstancingSettings::bSkipMeshesWithVertexColors' has a wrong offset!"); \ static_assert(offsetof(FMeshInstancingSettings, bUseHLODVolumes) == 0x00000E, "Member 'FMeshInstancingSettings::bUseHLODVolumes' has a wrong offset!"); \ static_assert(offsetof(FMeshInstancingSettings, ISMComponentToUse) == 0x000010, "Member 'FMeshInstancingSettings::ISMComponentToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNetDriverDefinition \ static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ static_assert(sizeof(FNetDriverDefinition) == 0x000018, "Wrong size on FNetDriverDefinition"); \ static_assert(offsetof(FNetDriverDefinition, DefName) == 0x000000, "Member 'FNetDriverDefinition::DefName' has a wrong offset!"); \ static_assert(offsetof(FNetDriverDefinition, DriverClassName) == 0x000008, "Member 'FNetDriverDefinition::DriverClassName' has a wrong offset!"); \ static_assert(offsetof(FNetDriverDefinition, DriverClassNameFallback) == 0x000010, "Member 'FNetDriverDefinition::DriverClassNameFallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCanvasUVTri \ static_assert(alignof(FCanvasUVTri) == 0x000004, "Wrong alignment on FCanvasUVTri"); \ static_assert(sizeof(FCanvasUVTri) == 0x000060, "Wrong size on FCanvasUVTri"); \ static_assert(offsetof(FCanvasUVTri, V0_Pos) == 0x000000, "Member 'FCanvasUVTri::V0_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V0_UV) == 0x000008, "Member 'FCanvasUVTri::V0_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V0_Color) == 0x000010, "Member 'FCanvasUVTri::V0_Color' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_Pos) == 0x000020, "Member 'FCanvasUVTri::V1_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_UV) == 0x000028, "Member 'FCanvasUVTri::V1_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_Color) == 0x000030, "Member 'FCanvasUVTri::V1_Color' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_Pos) == 0x000040, "Member 'FCanvasUVTri::V2_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_UV) == 0x000048, "Member 'FCanvasUVTri::V2_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_Color) == 0x000050, "Member 'FCanvasUVTri::V2_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontRenderInfo \ static_assert(alignof(FFontRenderInfo) == 0x000004, "Wrong alignment on FFontRenderInfo"); \ static_assert(sizeof(FFontRenderInfo) == 0x000028, "Wrong size on FFontRenderInfo"); \ static_assert(offsetof(FFontRenderInfo, GlowInfo) == 0x000004, "Member 'FFontRenderInfo::GlowInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSkeletalMeshBuildSettings \ static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000014, "Wrong size on FSkeletalMeshBuildSettings"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdPosition) == 0x000004, "Member 'FSkeletalMeshBuildSettings::ThresholdPosition' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdTangentNormal) == 0x000008, "Member 'FSkeletalMeshBuildSettings::ThresholdTangentNormal' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdUV) == 0x00000C, "Member 'FSkeletalMeshBuildSettings::ThresholdUV' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, MorphThresholdPosition) == 0x000010, "Member 'FSkeletalMeshBuildSettings::MorphThresholdPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPOV \ static_assert(alignof(FPOV) == 0x000004, "Wrong alignment on FPOV"); \ static_assert(sizeof(FPOV) == 0x00001C, "Wrong size on FPOV"); \ static_assert(offsetof(FPOV, Location) == 0x000000, "Member 'FPOV::Location' has a wrong offset!"); \ static_assert(offsetof(FPOV, Rotation) == 0x00000C, "Member 'FPOV::Rotation' has a wrong offset!"); \ static_assert(offsetof(FPOV, FOV) == 0x000018, "Member 'FPOV::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMTDResult \ static_assert(alignof(FMTDResult) == 0x000004, "Wrong alignment on FMTDResult"); \ static_assert(sizeof(FMTDResult) == 0x000010, "Wrong size on FMTDResult"); \ static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ static_assert(offsetof(FMTDResult, Distance) == 0x00000C, "Member 'FMTDResult::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FOverlapResult \ static_assert(alignof(FOverlapResult) == 0x000004, "Wrong alignment on FOverlapResult"); \ static_assert(sizeof(FOverlapResult) == 0x000018, "Wrong size on FOverlapResult"); \ static_assert(offsetof(FOverlapResult, Actor) == 0x000000, "Member 'FOverlapResult::Actor' has a wrong offset!"); \ static_assert(offsetof(FOverlapResult, Component) == 0x000008, "Member 'FOverlapResult::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimitiveMaterialRef \ static_assert(alignof(FPrimitiveMaterialRef) == 0x000008, "Wrong alignment on FPrimitiveMaterialRef"); \ static_assert(sizeof(FPrimitiveMaterialRef) == 0x000018, "Wrong size on FPrimitiveMaterialRef"); \ static_assert(offsetof(FPrimitiveMaterialRef, Primitive) == 0x000000, "Member 'FPrimitiveMaterialRef::Primitive' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveMaterialRef, Decal) == 0x000008, "Member 'FPrimitiveMaterialRef::Decal' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveMaterialRef, ElementIndex) == 0x000010, "Member 'FPrimitiveMaterialRef::ElementIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavigationLink \ static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ static_assert(sizeof(FNavigationLink) == 0x000048, "Wrong size on FNavigationLink"); \ static_assert(offsetof(FNavigationLink, Left) == 0x000030, "Member 'FNavigationLink::Left' has a wrong offset!"); \ static_assert(offsetof(FNavigationLink, Right) == 0x00003C, "Member 'FNavigationLink::Right' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSwarmDebugOptions \ static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ #define DUMPER7_ASSERTS_FLightmassDebugOptions \ static_assert(alignof(FLightmassDebugOptions) == 0x000004, "Wrong alignment on FLightmassDebugOptions"); \ static_assert(sizeof(FLightmassDebugOptions) == 0x000010, "Wrong size on FLightmassDebugOptions"); \ static_assert(offsetof(FLightmassDebugOptions, CoplanarTolerance) == 0x000004, "Member 'FLightmassDebugOptions::CoplanarTolerance' has a wrong offset!"); \ static_assert(offsetof(FLightmassDebugOptions, ExecutionTimeDivisor) == 0x00000C, "Member 'FLightmassDebugOptions::ExecutionTimeDivisor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBeamModifierOptions \ static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ #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_FLightmassPointLightSettings \ static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ #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_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_FRigidBodyContactInfo \ static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ static_assert(sizeof(FRigidBodyContactInfo) == 0x000030, "Wrong size on FRigidBodyContactInfo"); \ static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x00000C, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000018, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000020, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollisionImpactData \ static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ static_assert(sizeof(FCollisionImpactData) == 0x000030, "Wrong size on FCollisionImpactData"); \ static_assert(offsetof(FCollisionImpactData, ContactInfos) == 0x000000, "Member 'FCollisionImpactData::ContactInfos' has a wrong offset!"); \ static_assert(offsetof(FCollisionImpactData, TotalNormalImpulse) == 0x000010, "Member 'FCollisionImpactData::TotalNormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FCollisionImpactData, TotalFrictionImpulse) == 0x00001C, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000028, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPUSpriteLocalVectorFieldInfo \ static_assert(alignof(FGPUSpriteLocalVectorFieldInfo) == 0x000010, "Wrong alignment on FGPUSpriteLocalVectorFieldInfo"); \ static_assert(sizeof(FGPUSpriteLocalVectorFieldInfo) == 0x000070, "Wrong size on FGPUSpriteLocalVectorFieldInfo"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Field) == 0x000000, "Member 'FGPUSpriteLocalVectorFieldInfo::Field' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Transform) == 0x000010, "Member 'FGPUSpriteLocalVectorFieldInfo::Transform' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MinInitialRotation) == 0x000040, "Member 'FGPUSpriteLocalVectorFieldInfo::MinInitialRotation' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MaxInitialRotation) == 0x00004C, "Member 'FGPUSpriteLocalVectorFieldInfo::MaxInitialRotation' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, RotationRate) == 0x000058, "Member 'FGPUSpriteLocalVectorFieldInfo::RotationRate' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Intensity) == 0x000064, "Member 'FGPUSpriteLocalVectorFieldInfo::Intensity' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Tightness) == 0x000068, "Member 'FGPUSpriteLocalVectorFieldInfo::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigidBodyErrorCorrection \ static_assert(alignof(FRigidBodyErrorCorrection) == 0x000004, "Wrong alignment on FRigidBodyErrorCorrection"); \ static_assert(sizeof(FRigidBodyErrorCorrection) == 0x000034, "Wrong size on FRigidBodyErrorCorrection"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PingExtrapolation) == 0x000000, "Member 'FRigidBodyErrorCorrection::PingExtrapolation' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PingLimit) == 0x000004, "Member 'FRigidBodyErrorCorrection::PingLimit' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerLinearDifference) == 0x000008, "Member 'FRigidBodyErrorCorrection::ErrorPerLinearDifference' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerAngularDifference) == 0x00000C, "Member 'FRigidBodyErrorCorrection::ErrorPerAngularDifference' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, MaxRestoredStateError) == 0x000010, "Member 'FRigidBodyErrorCorrection::MaxRestoredStateError' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, MaxLinearHardSnapDistance) == 0x000014, "Member 'FRigidBodyErrorCorrection::MaxLinearHardSnapDistance' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PositionLerp) == 0x000018, "Member 'FRigidBodyErrorCorrection::PositionLerp' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, AngleLerp) == 0x00001C, "Member 'FRigidBodyErrorCorrection::AngleLerp' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, LinearVelocityCoefficient) == 0x000020, "Member 'FRigidBodyErrorCorrection::LinearVelocityCoefficient' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, AngularVelocityCoefficient) == 0x000024, "Member 'FRigidBodyErrorCorrection::AngularVelocityCoefficient' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSeconds) == 0x000028, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSeconds' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationDistanceSq) == 0x00002C, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationDistanceSq' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSimilarity) == 0x000030, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSimilarity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigidBodyState \ static_assert(alignof(FRigidBodyState) == 0x000010, "Wrong alignment on FRigidBodyState"); \ static_assert(sizeof(FRigidBodyState) == 0x000040, "Wrong size on FRigidBodyState"); \ static_assert(offsetof(FRigidBodyState, Position) == 0x000000, "Member 'FRigidBodyState::Position' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, Quaternion) == 0x000010, "Member 'FRigidBodyState::Quaternion' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, LinVel) == 0x000020, "Member 'FRigidBodyState::LinVel' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, AngVel) == 0x00002C, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, Flags) == 0x000038, "Member 'FRigidBodyState::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocationBoneSocketInfo \ static_assert(alignof(FLocationBoneSocketInfo) == 0x000004, "Wrong alignment on FLocationBoneSocketInfo"); \ static_assert(sizeof(FLocationBoneSocketInfo) == 0x000014, "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_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_FNodeItem \ static_assert(alignof(FNodeItem) == 0x000010, "Wrong alignment on FNodeItem"); \ static_assert(sizeof(FNodeItem) == 0x000040, "Wrong size on FNodeItem"); \ static_assert(offsetof(FNodeItem, ParentName) == 0x000000, "Member 'FNodeItem::ParentName' has a wrong offset!"); \ static_assert(offsetof(FNodeItem, Transform) == 0x000010, "Member 'FNodeItem::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontCharacter \ static_assert(alignof(FFontCharacter) == 0x000004, "Wrong alignment on FFontCharacter"); \ static_assert(sizeof(FFontCharacter) == 0x000018, "Wrong size on FFontCharacter"); \ static_assert(offsetof(FFontCharacter, StartU) == 0x000000, "Member 'FFontCharacter::StartU' has a wrong offset!"); \ static_assert(offsetof(FFontCharacter, StartV) == 0x000004, "Member 'FFontCharacter::StartV' has a wrong offset!"); \ static_assert(offsetof(FFontCharacter, USize) == 0x000008, "Member 'FFontCharacter::USize' has a wrong offset!"); \ static_assert(offsetof(FFontCharacter, VSize) == 0x00000C, "Member 'FFontCharacter::VSize' has a wrong offset!"); \ static_assert(offsetof(FFontCharacter, TextureIndex) == 0x000010, "Member 'FFontCharacter::TextureIndex' has a wrong offset!"); \ static_assert(offsetof(FFontCharacter, VerticalOffset) == 0x000014, "Member 'FFontCharacter::VerticalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontImportOptionsData \ static_assert(alignof(FFontImportOptionsData) == 0x000008, "Wrong alignment on FFontImportOptionsData"); \ static_assert(sizeof(FFontImportOptionsData) == 0x0000B0, "Wrong size on FFontImportOptionsData"); \ static_assert(offsetof(FFontImportOptionsData, FontName) == 0x000000, "Member 'FFontImportOptionsData::FontName' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, Height) == 0x000010, "Member 'FFontImportOptionsData::Height' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, CharacterSet) == 0x000018, "Member 'FFontImportOptionsData::CharacterSet' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, Chars) == 0x000020, "Member 'FFontImportOptionsData::Chars' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, UnicodeRange) == 0x000030, "Member 'FFontImportOptionsData::UnicodeRange' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, CharsFilePath) == 0x000040, "Member 'FFontImportOptionsData::CharsFilePath' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, CharsFileWildcard) == 0x000050, "Member 'FFontImportOptionsData::CharsFileWildcard' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, ForegroundColor) == 0x000064, "Member 'FFontImportOptionsData::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, TexturePageWidth) == 0x000078, "Member 'FFontImportOptionsData::TexturePageWidth' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, TexturePageMaxHeight) == 0x00007C, "Member 'FFontImportOptionsData::TexturePageMaxHeight' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, XPadding) == 0x000080, "Member 'FFontImportOptionsData::XPadding' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, YPadding) == 0x000084, "Member 'FFontImportOptionsData::YPadding' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, ExtendBoxTop) == 0x000088, "Member 'FFontImportOptionsData::ExtendBoxTop' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, ExtendBoxBottom) == 0x00008C, "Member 'FFontImportOptionsData::ExtendBoxBottom' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, ExtendBoxRight) == 0x000090, "Member 'FFontImportOptionsData::ExtendBoxRight' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, ExtendBoxLeft) == 0x000094, "Member 'FFontImportOptionsData::ExtendBoxLeft' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, Kerning) == 0x00009C, "Member 'FFontImportOptionsData::Kerning' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, DistanceFieldScaleFactor) == 0x0000A4, "Member 'FFontImportOptionsData::DistanceFieldScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FFontImportOptionsData, DistanceFieldScanRadiusScale) == 0x0000A8, "Member 'FFontImportOptionsData::DistanceFieldScanRadiusScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000B0, "Wrong size on FForceFeedbackAttenuationSettings"); \ #define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000018, "Wrong size on FActiveForceFeedbackEffect"); \ static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' 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_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_FPredictProjectilePathPointData \ static_assert(alignof(FPredictProjectilePathPointData) == 0x000004, "Wrong alignment on FPredictProjectilePathPointData"); \ static_assert(sizeof(FPredictProjectilePathPointData) == 0x00001C, "Wrong size on FPredictProjectilePathPointData"); \ static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x00000C, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000018, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictProjectilePathResult \ static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ static_assert(sizeof(FPredictProjectilePathResult) == 0x0000B8, "Wrong size on FPredictProjectilePathResult"); \ static_assert(offsetof(FPredictProjectilePathResult, PathData) == 0x000000, "Member 'FPredictProjectilePathResult::PathData' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathResult, LastTraceDestination) == 0x000010, "Member 'FPredictProjectilePathResult::LastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathResult, HitResult) == 0x00002C, "Member 'FPredictProjectilePathResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictProjectilePathParams \ static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ static_assert(sizeof(FPredictProjectilePathParams) == 0x000060, "Wrong size on FPredictProjectilePathParams"); \ static_assert(offsetof(FPredictProjectilePathParams, StartLocation) == 0x000000, "Member 'FPredictProjectilePathParams::StartLocation' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, LaunchVelocity) == 0x00000C, "Member 'FPredictProjectilePathParams::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceWithCollision) == 0x000018, "Member 'FPredictProjectilePathParams::bTraceWithCollision' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ProjectileRadius) == 0x00001C, "Member 'FPredictProjectilePathParams::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, MaxSimTime) == 0x000020, "Member 'FPredictProjectilePathParams::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceWithChannel) == 0x000024, "Member 'FPredictProjectilePathParams::bTraceWithChannel' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, TraceChannel) == 0x000025, "Member 'FPredictProjectilePathParams::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ObjectTypes) == 0x000028, "Member 'FPredictProjectilePathParams::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ActorsToIgnore) == 0x000038, "Member 'FPredictProjectilePathParams::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, SimFrequency) == 0x000048, "Member 'FPredictProjectilePathParams::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, OverrideGravityZ) == 0x00004C, "Member 'FPredictProjectilePathParams::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000050, "Member 'FPredictProjectilePathParams::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x000054, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000058, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveHapticFeedbackEffect \ static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000018, "Wrong size on FActiveHapticFeedbackEffect"); \ static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' 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_FClusterNode_DEPRECATED \ static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODISMComponentDesc \ static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ static_assert(sizeof(FHLODISMComponentDesc) == 0x000020, "Wrong size on FHLODISMComponentDesc"); \ static_assert(offsetof(FHLODISMComponentDesc, StaticMesh) == 0x000000, "Member 'FHLODISMComponentDesc::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODISMComponentDesc, Material) == 0x000008, "Member 'FHLODISMComponentDesc::Material' has a wrong offset!"); \ static_assert(offsetof(FHLODISMComponentDesc, Instances) == 0x000010, "Member 'FHLODISMComponentDesc::Instances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODProxyMesh \ static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ static_assert(sizeof(FHLODProxyMesh) == 0x000030, "Wrong size on FHLODProxyMesh"); \ static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000020, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODProxyMesh, Key) == 0x000028, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImportanceTexture \ static_assert(alignof(FImportanceTexture) == 0x000008, "Wrong alignment on FImportanceTexture"); \ static_assert(sizeof(FImportanceTexture) == 0x000050, "Wrong size on FImportanceTexture"); \ static_assert(offsetof(FImportanceTexture, Size) == 0x000000, "Member 'FImportanceTexture::Size' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, NumMips) == 0x000008, "Member 'FImportanceTexture::NumMips' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, MarginalCDF) == 0x000010, "Member 'FImportanceTexture::MarginalCDF' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, ConditionalCDF) == 0x000020, "Member 'FImportanceTexture::ConditionalCDF' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, TextureData) == 0x000030, "Member 'FImportanceTexture::TextureData' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, Texture) == 0x000040, "Member 'FImportanceTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(FImportanceTexture, Weighting) == 0x000048, "Member 'FImportanceTexture::Weighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FBlueprintInputKeyDelegateBinding \ static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000028, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x00002C, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000010, "Wrong size on FBlueprintInputTouchDelegateBinding"); \ static_assert(offsetof(FBlueprintInputTouchDelegateBinding, InputKeyEvent) == 0x000004, "Member 'FBlueprintInputTouchDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputTouchDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FBlueprintInputTouchDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshMappingInfo \ static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ #define DUMPER7_ASSERTS_FInterpEdSelKey \ static_assert(alignof(FInterpEdSelKey) == 0x000008, "Wrong alignment on FInterpEdSelKey"); \ static_assert(sizeof(FInterpEdSelKey) == 0x000018, "Wrong size on FInterpEdSelKey"); \ static_assert(offsetof(FInterpEdSelKey, Group) == 0x000000, "Member 'FInterpEdSelKey::Group' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, Track) == 0x000008, "Member 'FInterpEdSelKey::Track' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, KeyIndex) == 0x000010, "Member 'FInterpEdSelKey::KeyIndex' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, UnsnappedPosition) == 0x000014, "Member 'FInterpEdSelKey::UnsnappedPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraPreviewInfo \ static_assert(alignof(FCameraPreviewInfo) == 0x000008, "Wrong alignment on FCameraPreviewInfo"); \ static_assert(sizeof(FCameraPreviewInfo) == 0x000030, "Wrong size on FCameraPreviewInfo"); \ static_assert(offsetof(FCameraPreviewInfo, PawnClass) == 0x000000, "Member 'FCameraPreviewInfo::PawnClass' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, AnimSeq) == 0x000008, "Member 'FCameraPreviewInfo::AnimSeq' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, Location) == 0x000010, "Member 'FCameraPreviewInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, Rotation) == 0x00001C, "Member 'FCameraPreviewInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, PawnInst) == 0x000028, "Member 'FCameraPreviewInfo::PawnInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubTrackGroup \ static_assert(alignof(FSubTrackGroup) == 0x000008, "Wrong alignment on FSubTrackGroup"); \ static_assert(sizeof(FSubTrackGroup) == 0x000028, "Wrong size on FSubTrackGroup"); \ static_assert(offsetof(FSubTrackGroup, GroupName) == 0x000000, "Member 'FSubTrackGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(FSubTrackGroup, TrackIndices) == 0x000010, "Member 'FSubTrackGroup::TrackIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraCutInfo \ static_assert(alignof(FCameraCutInfo) == 0x000004, "Wrong alignment on FCameraCutInfo"); \ static_assert(sizeof(FCameraCutInfo) == 0x000010, "Wrong size on FCameraCutInfo"); \ static_assert(offsetof(FCameraCutInfo, Location) == 0x000000, "Member 'FCameraCutInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FCameraCutInfo, Timestamp) == 0x00000C, "Member 'FCameraCutInfo::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSupportedSubTrackInfo \ static_assert(alignof(FSupportedSubTrackInfo) == 0x000008, "Wrong alignment on FSupportedSubTrackInfo"); \ static_assert(sizeof(FSupportedSubTrackInfo) == 0x000020, "Wrong size on FSupportedSubTrackInfo"); \ static_assert(offsetof(FSupportedSubTrackInfo, SupportedClass) == 0x000000, "Member 'FSupportedSubTrackInfo::SupportedClass' has a wrong offset!"); \ static_assert(offsetof(FSupportedSubTrackInfo, SubTrackName) == 0x000008, "Member 'FSupportedSubTrackInfo::SubTrackName' has a wrong offset!"); \ static_assert(offsetof(FSupportedSubTrackInfo, GroupIndex) == 0x000018, "Member 'FSupportedSubTrackInfo::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimControlTrackKey \ static_assert(alignof(FAnimControlTrackKey) == 0x000008, "Wrong alignment on FAnimControlTrackKey"); \ static_assert(sizeof(FAnimControlTrackKey) == 0x000020, "Wrong size on FAnimControlTrackKey"); \ static_assert(offsetof(FAnimControlTrackKey, StartTime) == 0x000000, "Member 'FAnimControlTrackKey::StartTime' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimSeq) == 0x000008, "Member 'FAnimControlTrackKey::AnimSeq' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimStartOffset) == 0x000010, "Member 'FAnimControlTrackKey::AnimStartOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimEndOffset) == 0x000014, "Member 'FAnimControlTrackKey::AnimEndOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimPlayRate) == 0x000018, "Member 'FAnimControlTrackKey::AnimPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolTrackKey \ static_assert(alignof(FBoolTrackKey) == 0x000004, "Wrong alignment on FBoolTrackKey"); \ static_assert(sizeof(FBoolTrackKey) == 0x000008, "Wrong size on FBoolTrackKey"); \ static_assert(offsetof(FBoolTrackKey, Time) == 0x000000, "Member 'FBoolTrackKey::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectorTrackCut \ static_assert(alignof(FDirectorTrackCut) == 0x000004, "Wrong alignment on FDirectorTrackCut"); \ static_assert(sizeof(FDirectorTrackCut) == 0x000014, "Wrong size on FDirectorTrackCut"); \ static_assert(offsetof(FDirectorTrackCut, Time) == 0x000000, "Member 'FDirectorTrackCut::Time' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, TransitionTime) == 0x000004, "Member 'FDirectorTrackCut::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, TargetCamGroup) == 0x000008, "Member 'FDirectorTrackCut::TargetCamGroup' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, ShotNumber) == 0x000010, "Member 'FDirectorTrackCut::ShotNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialProxySettings \ static_assert(alignof(FMaterialProxySettings) == 0x000004, "Wrong alignment on FMaterialProxySettings"); \ static_assert(sizeof(FMaterialProxySettings) == 0x000088, "Wrong size on FMaterialProxySettings"); \ static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000000, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000008, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x00000C, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000010, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x000014, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000018, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x00001C, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000020, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x000024, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000028, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000029, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x00002A, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000030, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x000038, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000040, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x000048, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000050, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x000058, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000060, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x000068, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000070, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x000078, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000080, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshProxySettings \ static_assert(alignof(FMeshProxySettings) == 0x000004, "Wrong alignment on FMeshProxySettings"); \ static_assert(sizeof(FMeshProxySettings) == 0x0000A8, "Wrong size on FMeshProxySettings"); \ static_assert(offsetof(FMeshProxySettings, ScreenSize) == 0x000000, "Member 'FMeshProxySettings::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, VoxelSize) == 0x000004, "Member 'FMeshProxySettings::VoxelSize' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, MaterialSettings) == 0x000008, "Member 'FMeshProxySettings::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, MergeDistance) == 0x000090, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x000094, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x000098, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x00009C, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000A0, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000A4, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000A5, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventTrackKey \ static_assert(alignof(FEventTrackKey) == 0x000004, "Wrong alignment on FEventTrackKey"); \ static_assert(sizeof(FEventTrackKey) == 0x00000C, "Wrong size on FEventTrackKey"); \ static_assert(offsetof(FEventTrackKey, Time) == 0x000000, "Member 'FEventTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FEventTrackKey, EventName) == 0x000004, "Member 'FEventTrackKey::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpLookupPoint \ static_assert(alignof(FInterpLookupPoint) == 0x000004, "Wrong alignment on FInterpLookupPoint"); \ static_assert(sizeof(FInterpLookupPoint) == 0x00000C, "Wrong size on FInterpLookupPoint"); \ static_assert(offsetof(FInterpLookupPoint, GroupName) == 0x000000, "Member 'FInterpLookupPoint::GroupName' has a wrong offset!"); \ static_assert(offsetof(FInterpLookupPoint, Time) == 0x000008, "Member 'FInterpLookupPoint::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpLookupTrack \ static_assert(alignof(FInterpLookupTrack) == 0x000008, "Wrong alignment on FInterpLookupTrack"); \ static_assert(sizeof(FInterpLookupTrack) == 0x000010, "Wrong size on FInterpLookupTrack"); \ static_assert(offsetof(FInterpLookupTrack, Points) == 0x000000, "Member 'FInterpLookupTrack::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundTrackKey \ static_assert(alignof(FSoundTrackKey) == 0x000008, "Wrong alignment on FSoundTrackKey"); \ static_assert(sizeof(FSoundTrackKey) == 0x000018, "Wrong size on FSoundTrackKey"); \ static_assert(offsetof(FSoundTrackKey, Time) == 0x000000, "Member 'FSoundTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FSoundTrackKey, Volume) == 0x000004, "Member 'FSoundTrackKey::Volume' has a wrong offset!"); \ static_assert(offsetof(FSoundTrackKey, Pitch) == 0x000008, "Member 'FSoundTrackKey::Pitch' has a wrong offset!"); \ static_assert(offsetof(FSoundTrackKey, Sound) == 0x000010, "Member 'FSoundTrackKey::Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FToggleTrackKey \ static_assert(alignof(FToggleTrackKey) == 0x000004, "Wrong alignment on FToggleTrackKey"); \ static_assert(sizeof(FToggleTrackKey) == 0x000008, "Wrong size on FToggleTrackKey"); \ static_assert(offsetof(FToggleTrackKey, Time) == 0x000000, "Member 'FToggleTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FToggleTrackKey, ToggleAction) == 0x000004, "Member 'FToggleTrackKey::ToggleAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVisibilityTrackKey \ static_assert(alignof(FVisibilityTrackKey) == 0x000004, "Wrong alignment on FVisibilityTrackKey"); \ static_assert(sizeof(FVisibilityTrackKey) == 0x000008, "Wrong size on FVisibilityTrackKey"); \ static_assert(offsetof(FVisibilityTrackKey, Time) == 0x000000, "Member 'FVisibilityTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FVisibilityTrackKey, Action) == 0x000004, "Member 'FVisibilityTrackKey::Action' has a wrong offset!"); \ static_assert(offsetof(FVisibilityTrackKey, ActiveCondition) == 0x000005, "Member 'FVisibilityTrackKey::ActiveCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorSpringState \ static_assert(alignof(FVectorSpringState) == 0x000004, "Wrong alignment on FVectorSpringState"); \ static_assert(sizeof(FVectorSpringState) == 0x000018, "Wrong size on FVectorSpringState"); \ #define DUMPER7_ASSERTS_FFloatSpringState \ static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ #define DUMPER7_ASSERTS_FDrawToRenderTargetContext \ static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ static_assert(sizeof(FDrawToRenderTargetContext) == 0x000010, "Wrong size on FDrawToRenderTargetContext"); \ static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLatentActionManager \ static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ #define DUMPER7_ASSERTS_FLayerActorStats \ static_assert(alignof(FLayerActorStats) == 0x000008, "Wrong alignment on FLayerActorStats"); \ static_assert(sizeof(FLayerActorStats) == 0x000010, "Wrong size on FLayerActorStats"); \ static_assert(offsetof(FLayerActorStats, Type) == 0x000000, "Member 'FLayerActorStats::Type' has a wrong offset!"); \ static_assert(offsetof(FLayerActorStats, Total) == 0x000008, "Member 'FLayerActorStats::Total' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo \ static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000038, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000030, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSimplificationDetails \ static_assert(alignof(FLevelSimplificationDetails) == 0x000004, "Wrong alignment on FLevelSimplificationDetails"); \ static_assert(sizeof(FLevelSimplificationDetails) == 0x00012C, "Wrong size on FLevelSimplificationDetails"); \ static_assert(offsetof(FLevelSimplificationDetails, bCreatePackagePerAsset) == 0x000000, "Member 'FLevelSimplificationDetails::bCreatePackagePerAsset' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, DetailsPercentage) == 0x000004, "Member 'FLevelSimplificationDetails::DetailsPercentage' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, StaticMeshMaterialSettings) == 0x000008, "Member 'FLevelSimplificationDetails::StaticMeshMaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bOverrideLandscapeExportLOD) == 0x000090, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x000094, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x000098, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000120, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000121, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshNormalMap) == 0x000122, "Member 'FLevelSimplificationDetails::bGenerateMeshNormalMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshMetallicMap) == 0x000123, "Member 'FLevelSimplificationDetails::bGenerateMeshMetallicMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshRoughnessMap) == 0x000124, "Member 'FLevelSimplificationDetails::bGenerateMeshRoughnessMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshSpecularMap) == 0x000125, "Member 'FLevelSimplificationDetails::bGenerateMeshSpecularMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeNormalMap) == 0x000126, "Member 'FLevelSimplificationDetails::bGenerateLandscapeNormalMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeMetallicMap) == 0x000127, "Member 'FLevelSimplificationDetails::bGenerateLandscapeMetallicMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeRoughnessMap) == 0x000128, "Member 'FLevelSimplificationDetails::bGenerateLandscapeRoughnessMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeSpecularMap) == 0x000129, "Member 'FLevelSimplificationDetails::bGenerateLandscapeSpecularMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamableTextureInstance \ static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ #define DUMPER7_ASSERTS_FDynamicTextureInstance \ static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ static_assert(sizeof(FDynamicTextureInstance) == 0x000038, "Wrong size on FDynamicTextureInstance"); \ static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000028, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000030, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000034, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrecomputedLightInstanceData \ static_assert(alignof(FPrecomputedLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedLightInstanceData"); \ static_assert(sizeof(FPrecomputedLightInstanceData) == 0x000110, "Wrong size on FPrecomputedLightInstanceData"); \ static_assert(offsetof(FPrecomputedLightInstanceData, Transform) == 0x0000C0, "Member 'FPrecomputedLightInstanceData::Transform' has a wrong offset!"); \ static_assert(offsetof(FPrecomputedLightInstanceData, LightGuid) == 0x0000F0, "Member 'FPrecomputedLightInstanceData::LightGuid' has a wrong offset!"); \ static_assert(offsetof(FPrecomputedLightInstanceData, PreviewShadowMapChannel) == 0x000100, "Member 'FPrecomputedLightInstanceData::PreviewShadowMapChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBatchedPoint \ static_assert(alignof(FBatchedPoint) == 0x000004, "Wrong alignment on FBatchedPoint"); \ static_assert(sizeof(FBatchedPoint) == 0x000028, "Wrong size on FBatchedPoint"); \ static_assert(offsetof(FBatchedPoint, Position) == 0x000000, "Member 'FBatchedPoint::Position' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, Color) == 0x00000C, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, PointSize) == 0x00001C, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x000020, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000024, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBatchedLine \ static_assert(alignof(FBatchedLine) == 0x000004, "Wrong alignment on FBatchedLine"); \ static_assert(sizeof(FBatchedLine) == 0x000034, "Wrong size on FBatchedLine"); \ static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, End) == 0x00000C, "Member 'FBatchedLine::End' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, Color) == 0x000018, "Member 'FBatchedLine::Color' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, Thickness) == 0x000028, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x00002C, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000030, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODInstancingKey \ static_assert(alignof(FHLODInstancingKey) == 0x000008, "Wrong alignment on FHLODInstancingKey"); \ static_assert(sizeof(FHLODInstancingKey) == 0x000010, "Wrong size on FHLODInstancingKey"); \ static_assert(offsetof(FHLODInstancingKey, StaticMesh) == 0x000000, "Member 'FHLODInstancingKey::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODInstancingKey, Material) == 0x000008, "Member 'FHLODInstancingKey::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentSync \ static_assert(alignof(FComponentSync) == 0x000004, "Wrong alignment on FComponentSync"); \ static_assert(sizeof(FComponentSync) == 0x00000C, "Wrong size on FComponentSync"); \ static_assert(offsetof(FComponentSync, Name) == 0x000000, "Member 'FComponentSync::Name' has a wrong offset!"); \ static_assert(offsetof(FComponentSync, SyncOption) == 0x000008, "Member 'FComponentSync::SyncOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FParameterGroupData \ static_assert(alignof(FParameterGroupData) == 0x000008, "Wrong alignment on FParameterGroupData"); \ static_assert(sizeof(FParameterGroupData) == 0x000018, "Wrong size on FParameterGroupData"); \ static_assert(offsetof(FParameterGroupData, GroupName) == 0x000000, "Member 'FParameterGroupData::GroupName' has a wrong offset!"); \ static_assert(offsetof(FParameterGroupData, GroupSortPriority) == 0x000010, "Member 'FParameterGroupData::GroupSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSpriteElement \ static_assert(alignof(FMaterialSpriteElement) == 0x000008, "Wrong alignment on FMaterialSpriteElement"); \ static_assert(sizeof(FMaterialSpriteElement) == 0x000028, "Wrong size on FMaterialSpriteElement"); \ static_assert(offsetof(FMaterialSpriteElement, Material) == 0x000000, "Member 'FMaterialSpriteElement::Material' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, DistanceToOpacityCurve) == 0x000008, "Member 'FMaterialSpriteElement::DistanceToOpacityCurve' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, BaseSizeX) == 0x000014, "Member 'FMaterialSpriteElement::BaseSizeX' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, BaseSizeY) == 0x000018, "Member 'FMaterialSpriteElement::BaseSizeY' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, DistanceToSizeCurve) == 0x000020, "Member 'FMaterialSpriteElement::DistanceToSizeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FCustomInput \ static_assert(alignof(FCustomInput) == 0x000004, "Wrong alignment on FCustomInput"); \ static_assert(sizeof(FCustomInput) == 0x00001C, "Wrong size on FCustomInput"); \ static_assert(offsetof(FCustomInput, InputName) == 0x000000, "Member 'FCustomInput::InputName' has a wrong offset!"); \ static_assert(offsetof(FCustomInput, Input) == 0x000008, "Member 'FCustomInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFunctionExpressionInput \ static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ static_assert(sizeof(FFunctionExpressionInput) == 0x000030, "Wrong size on FFunctionExpressionInput"); \ static_assert(offsetof(FFunctionExpressionInput, ExpressionInput) == 0x000000, "Member 'FFunctionExpressionInput::ExpressionInput' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionInput, ExpressionInputId) == 0x000008, "Member 'FFunctionExpressionInput::ExpressionInputId' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionInput, Input) == 0x000018, "Member 'FFunctionExpressionInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FMaterialLayersFunctions \ static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ static_assert(sizeof(FMaterialLayersFunctions) == 0x000040, "Wrong size on FMaterialLayersFunctions"); \ static_assert(offsetof(FMaterialLayersFunctions, Layers) == 0x000000, "Member 'FMaterialLayersFunctions::Layers' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, Blends) == 0x000010, "Member 'FMaterialLayersFunctions::Blends' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, LayerStates) == 0x000020, "Member 'FMaterialLayersFunctions::LayerStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, KeyString) == 0x000030, "Member 'FMaterialLayersFunctions::KeyString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMeshMergingSettings \ static_assert(alignof(FMeshMergingSettings) == 0x000004, "Wrong alignment on FMeshMergingSettings"); \ static_assert(sizeof(FMeshMergingSettings) == 0x0000A0, "Wrong size on FMeshMergingSettings"); \ static_assert(offsetof(FMeshMergingSettings, TargetLightMapResolution) == 0x000000, "Member 'FMeshMergingSettings::TargetLightMapResolution' has a wrong offset!"); \ static_assert(offsetof(FMeshMergingSettings, OutputUVs) == 0x000004, "Member 'FMeshMergingSettings::OutputUVs' has a wrong offset!"); \ static_assert(offsetof(FMeshMergingSettings, MaterialSettings) == 0x00000C, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x000094, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x000098, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x00009C, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshReductionSettings \ static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ static_assert(sizeof(FMeshReductionSettings) == 0x000024, "Wrong size on FMeshReductionSettings"); \ static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000004, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000008, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x00000C, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000010, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000014, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000018, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x00001C, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x00001D, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x00001E, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000020, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000021, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000022, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAvoidanceMask \ static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ #define DUMPER7_ASSERTS_FNavigationSegmentLink \ static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ static_assert(sizeof(FNavigationSegmentLink) == 0x000060, "Wrong size on FNavigationSegmentLink"); \ static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000030, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x00003C, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000048, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000054, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChannelDefinition \ static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ static_assert(sizeof(FChannelDefinition) == 0x000028, "Wrong size on FChannelDefinition"); \ static_assert(offsetof(FChannelDefinition, ChannelName) == 0x000000, "Member 'FChannelDefinition::ChannelName' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, ClassName) == 0x000008, "Member 'FChannelDefinition::ClassName' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, ChannelClass) == 0x000010, "Member 'FChannelDefinition::ChannelClass' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, StaticChannelIndex) == 0x000018, "Member 'FChannelDefinition::StaticChannelIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bTickOnCreate) == 0x00001C, "Member 'FChannelDefinition::bTickOnCreate' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bServerOpen) == 0x00001D, "Member 'FChannelDefinition::bServerOpen' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bClientOpen) == 0x00001E, "Member 'FChannelDefinition::bClientOpen' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bInitialServer) == 0x00001F, "Member 'FChannelDefinition::bInitialServer' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bInitialClient) == 0x000020, "Member 'FChannelDefinition::bInitialClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FParticleEvent_GenerateInfo \ static_assert(alignof(FParticleEvent_GenerateInfo) == 0x000008, "Wrong alignment on FParticleEvent_GenerateInfo"); \ static_assert(sizeof(FParticleEvent_GenerateInfo) == 0x000028, "Wrong size on FParticleEvent_GenerateInfo"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, Type) == 0x000000, "Member 'FParticleEvent_GenerateInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, Frequency) == 0x000004, "Member 'FParticleEvent_GenerateInfo::Frequency' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleFrequency) == 0x000008, "Member 'FParticleEvent_GenerateInfo::ParticleFrequency' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, CustomName) == 0x000010, "Member 'FParticleEvent_GenerateInfo::CustomName' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleModuleEventsToSendToGame) == 0x000018, "Member 'FParticleEvent_GenerateInfo::ParticleModuleEventsToSendToGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOrbitOptions \ static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ #define DUMPER7_ASSERTS_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_FGPUSpriteEmitterInfo \ static_assert(alignof(FGPUSpriteEmitterInfo) == 0x000010, "Wrong alignment on FGPUSpriteEmitterInfo"); \ static_assert(sizeof(FGPUSpriteEmitterInfo) == 0x000280, "Wrong size on FGPUSpriteEmitterInfo"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, RequiredModule) == 0x000000, "Member 'FGPUSpriteEmitterInfo::RequiredModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModule) == 0x000008, "Member 'FGPUSpriteEmitterInfo::SpawnModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnPerUnitModule) == 0x000010, "Member 'FGPUSpriteEmitterInfo::SpawnPerUnitModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModules) == 0x000018, "Member 'FGPUSpriteEmitterInfo::SpawnModules' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, LocalVectorField) == 0x000030, "Member 'FGPUSpriteEmitterInfo::LocalVectorField' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, VectorFieldScale) == 0x0000A0, "Member 'FGPUSpriteEmitterInfo::VectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DragCoefficient) == 0x0000C0, "Member 'FGPUSpriteEmitterInfo::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorStrength) == 0x0000E0, "Member 'FGPUSpriteEmitterInfo::PointAttractorStrength' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, Resilience) == 0x000100, "Member 'FGPUSpriteEmitterInfo::Resilience' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, ConstantAcceleration) == 0x000120, "Member 'FGPUSpriteEmitterInfo::ConstantAcceleration' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorPosition) == 0x00012C, "Member 'FGPUSpriteEmitterInfo::PointAttractorPosition' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorRadiusSq) == 0x000138, "Member 'FGPUSpriteEmitterInfo::PointAttractorRadiusSq' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetBase) == 0x00013C, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetBase' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetRange) == 0x000148, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetRange' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, InvMaxSize) == 0x000154, "Member 'FGPUSpriteEmitterInfo::InvMaxSize' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, InvRotationRateScale) == 0x00015C, "Member 'FGPUSpriteEmitterInfo::InvRotationRateScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxLifetime) == 0x000160, "Member 'FGPUSpriteEmitterInfo::MaxLifetime' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxParticleCount) == 0x000164, "Member 'FGPUSpriteEmitterInfo::MaxParticleCount' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, ScreenAlignment) == 0x000168, "Member 'FGPUSpriteEmitterInfo::ScreenAlignment' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, LockAxisFlag) == 0x000169, "Member 'FGPUSpriteEmitterInfo::LockAxisFlag' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, CollisionMode) == 0x000170, "Member 'FGPUSpriteEmitterInfo::CollisionMode' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MinFacingCameraBlendDistance) == 0x000178, "Member 'FGPUSpriteEmitterInfo::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxFacingCameraBlendDistance) == 0x00017C, "Member 'FGPUSpriteEmitterInfo::MaxFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColor) == 0x000180, "Member 'FGPUSpriteEmitterInfo::DynamicColor' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlpha) == 0x0001C8, "Member 'FGPUSpriteEmitterInfo::DynamicAlpha' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColorScale) == 0x0001F8, "Member 'FGPUSpriteEmitterInfo::DynamicColorScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlphaScale) == 0x000240, "Member 'FGPUSpriteEmitterInfo::DynamicAlphaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleSystemLOD \ static_assert(alignof(FParticleSystemLOD) == 0x000001, "Wrong alignment on FParticleSystemLOD"); \ static_assert(sizeof(FParticleSystemLOD) == 0x000001, "Wrong size on FParticleSystemLOD"); \ #define DUMPER7_ASSERTS_FParticleSysParam \ static_assert(alignof(FParticleSysParam) == 0x000010, "Wrong alignment on FParticleSysParam"); \ static_assert(sizeof(FParticleSysParam) == 0x000080, "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) == 0x000014, "Member 'FParticleSysParam::Vector' has a wrong offset!"); \ static_assert(offsetof(FParticleSysParam, Vector_Low) == 0x000020, "Member 'FParticleSysParam::Vector_Low' has a wrong offset!"); \ static_assert(offsetof(FParticleSysParam, Color) == 0x00002C, "Member 'FParticleSysParam::Color' has a wrong offset!"); \ static_assert(offsetof(FParticleSysParam, Actor) == 0x000030, "Member 'FParticleSysParam::Actor' has a wrong offset!"); \ static_assert(offsetof(FParticleSysParam, Material) == 0x000038, "Member 'FParticleSysParam::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleSystemWorldManagerTickFunction \ static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ #define DUMPER7_ASSERTS_FParticleEmitterReplayFrame \ static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ #define DUMPER7_ASSERTS_FFreezablePerPlatformInt \ static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ #define DUMPER7_ASSERTS_FPhysicalAnimationData \ static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ static_assert(sizeof(FPhysicalAnimationData) == 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_FSolverIterations \ static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ static_assert(sizeof(FSolverIterations) == 0x00001C, "Wrong size on FSolverIterations"); \ static_assert(offsetof(FSolverIterations, FixedTimeStep) == 0x000000, "Member 'FSolverIterations::FixedTimeStep' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000004, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, JointIterations) == 0x000008, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x00000C, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x000010, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000014, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000018, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000004, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x00011C, "Wrong size on FPhysicsConstraintProfileHandle"); \ static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000114, "Member 'FPhysicsConstraintProfileHandle::ProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosPhysicsSettings \ static_assert(alignof(FChaosPhysicsSettings) == 0x000001, "Wrong alignment on FChaosPhysicsSettings"); \ static_assert(sizeof(FChaosPhysicsSettings) == 0x000003, "Wrong size on FChaosPhysicsSettings"); \ static_assert(offsetof(FChaosPhysicsSettings, DefaultThreadingModel) == 0x000000, "Member 'FChaosPhysicsSettings::DefaultThreadingModel' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadTickMode) == 0x000001, "Member 'FChaosPhysicsSettings::DedicatedThreadTickMode' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadBufferMode) == 0x000002, "Member 'FChaosPhysicsSettings::DedicatedThreadBufferMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalSurfaceName \ static_assert(alignof(FPhysicalSurfaceName) == 0x000004, "Wrong alignment on FPhysicalSurfaceName"); \ static_assert(sizeof(FPhysicalSurfaceName) == 0x00000C, "Wrong size on FPhysicalSurfaceName"); \ static_assert(offsetof(FPhysicalSurfaceName, Type) == 0x000000, "Member 'FPhysicalSurfaceName::Type' has a wrong offset!"); \ static_assert(offsetof(FPhysicalSurfaceName, Name) == 0x000004, "Member 'FPhysicalSurfaceName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDelegateArray \ static_assert(alignof(FDelegateArray) == 0x000008, "Wrong alignment on FDelegateArray"); \ static_assert(sizeof(FDelegateArray) == 0x000010, "Wrong size on FDelegateArray"); \ static_assert(offsetof(FDelegateArray, Delegates) == 0x000000, "Member 'FDelegateArray::Delegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FViewTargetTransitionParams \ static_assert(alignof(FViewTargetTransitionParams) == 0x000004, "Wrong alignment on FViewTargetTransitionParams"); \ static_assert(sizeof(FViewTargetTransitionParams) == 0x000010, "Wrong size on FViewTargetTransitionParams"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendTime) == 0x000000, "Member 'FViewTargetTransitionParams::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendFunction) == 0x000004, "Member 'FViewTargetTransitionParams::BlendFunction' has a wrong offset!"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendExp) == 0x000008, "Member 'FViewTargetTransitionParams::BlendExp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTViewTarget \ static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ static_assert(sizeof(FTViewTarget) == 0x000610, "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) == 0x000600, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraCacheEntry \ static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ static_assert(sizeof(FCameraCacheEntry) == 0x000600, "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_FUpdateLevelStreamingLevelStatus \ static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000010, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x000008, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x00000D, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FPlayerMuteList \ static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ static_assert(sizeof(FPlayerMuteList) == 0x000038, "Wrong size on FPlayerMuteList"); \ static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000030, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000034, "Member 'FPlayerMuteList::VoiceChannelIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000038, "Wrong size on FPreviewAttachedObjectPair"); \ static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ static_assert(offsetof(FPreviewAttachedObjectPair, Object) == 0x000028, "Member 'FPreviewAttachedObjectPair::Object' has a wrong offset!"); \ static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000030, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewAssetAttachContainer \ static_assert(alignof(FPreviewAssetAttachContainer) == 0x000008, "Wrong alignment on FPreviewAssetAttachContainer"); \ static_assert(sizeof(FPreviewAssetAttachContainer) == 0x000010, "Wrong size on FPreviewAssetAttachContainer"); \ static_assert(offsetof(FPreviewAssetAttachContainer, AttachedObjects) == 0x000000, "Member 'FPreviewAssetAttachContainer::AttachedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewMeshCollectionEntry \ static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000028, "Wrong size on FPreviewMeshCollectionEntry"); \ static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimitiveComponentInstanceData \ static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000100, "Wrong size on FPrimitiveComponentInstanceData"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x0000F0, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x0000F8, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteCategoryInfo \ static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ static_assert(sizeof(FSpriteCategoryInfo) == 0x000038, "Wrong size on FSpriteCategoryInfo"); \ static_assert(offsetof(FSpriteCategoryInfo, Category) == 0x000000, "Member 'FSpriteCategoryInfo::Category' has a wrong offset!"); \ static_assert(offsetof(FSpriteCategoryInfo, DisplayName) == 0x000008, "Member 'FSpriteCategoryInfo::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FSpriteCategoryInfo, Description) == 0x000020, "Member 'FSpriteCategoryInfo::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FQuartzClockSettings \ static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ static_assert(alignof(FQuartzQuantizationBoundary) == 0x000004, "Wrong alignment on FQuartzQuantizationBoundary"); \ static_assert(sizeof(FQuartzQuantizationBoundary) == 0x00000C, "Wrong size on FQuartzQuantizationBoundary"); \ static_assert(offsetof(FQuartzQuantizationBoundary, Quantization) == 0x000000, "Member 'FQuartzQuantizationBoundary::Quantization' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, Multiplier) == 0x000004, "Member 'FQuartzQuantizationBoundary::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, CountingReferencePoint) == 0x000008, "Member 'FQuartzQuantizationBoundary::CountingReferencePoint' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, bFireOnClockStart) == 0x000009, "Member 'FQuartzQuantizationBoundary::bFireOnClockStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzTransportTimeStamp \ static_assert(alignof(FQuartzTransportTimeStamp) == 0x000004, "Wrong alignment on FQuartzTransportTimeStamp"); \ static_assert(sizeof(FQuartzTransportTimeStamp) == 0x000010, "Wrong size on FQuartzTransportTimeStamp"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Bars) == 0x000000, "Member 'FQuartzTransportTimeStamp::Bars' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Beat) == 0x000004, "Member 'FQuartzTransportTimeStamp::Beat' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, BeatFraction) == 0x000008, "Member 'FQuartzTransportTimeStamp::BeatFraction' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Seconds) == 0x00000C, "Member 'FQuartzTransportTimeStamp::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelNameAndTime \ static_assert(alignof(FLevelNameAndTime) == 0x000008, "Wrong alignment on FLevelNameAndTime"); \ static_assert(sizeof(FLevelNameAndTime) == 0x000018, "Wrong size on FLevelNameAndTime"); \ static_assert(offsetof(FLevelNameAndTime, LevelName) == 0x000000, "Member 'FLevelNameAndTime::LevelName' has a wrong offset!"); \ static_assert(offsetof(FLevelNameAndTime, LevelChangeTimeInMS) == 0x000010, "Member 'FLevelNameAndTime::LevelChangeTimeInMS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReverbSettings \ static_assert(alignof(FReverbSettings) == 0x000008, "Wrong alignment on FReverbSettings"); \ static_assert(sizeof(FReverbSettings) == 0x000020, "Wrong size on FReverbSettings"); \ static_assert(offsetof(FReverbSettings, bApplyReverb) == 0x000000, "Member 'FReverbSettings::bApplyReverb' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, ReverbEffect) == 0x000008, "Member 'FReverbSettings::ReverbEffect' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, ReverbPluginEffect) == 0x000010, "Member 'FReverbSettings::ReverbPluginEffect' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, Volume) == 0x000018, "Member 'FReverbSettings::Volume' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, FadeTime) == 0x00001C, "Member 'FReverbSettings::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompressedRichCurve \ static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ #define DUMPER7_ASSERTS_FRigTransformConstraint \ static_assert(alignof(FRigTransformConstraint) == 0x000004, "Wrong alignment on FRigTransformConstraint"); \ static_assert(sizeof(FRigTransformConstraint) == 0x000010, "Wrong size on FRigTransformConstraint"); \ static_assert(offsetof(FRigTransformConstraint, TranformType) == 0x000000, "Member 'FRigTransformConstraint::TranformType' has a wrong offset!"); \ static_assert(offsetof(FRigTransformConstraint, ParentSpace) == 0x000004, "Member 'FRigTransformConstraint::ParentSpace' has a wrong offset!"); \ static_assert(offsetof(FRigTransformConstraint, Weight) == 0x00000C, "Member 'FRigTransformConstraint::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformBaseConstraint \ static_assert(alignof(FTransformBaseConstraint) == 0x000008, "Wrong alignment on FTransformBaseConstraint"); \ static_assert(sizeof(FTransformBaseConstraint) == 0x000010, "Wrong size on FTransformBaseConstraint"); \ static_assert(offsetof(FTransformBaseConstraint, TransformConstraints) == 0x000000, "Member 'FTransformBaseConstraint::TransformConstraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformBase \ static_assert(alignof(FTransformBase) == 0x000008, "Wrong alignment on FTransformBase"); \ static_assert(sizeof(FTransformBase) == 0x000028, "Wrong size on FTransformBase"); \ static_assert(offsetof(FTransformBase, Node) == 0x000000, "Member 'FTransformBase::Node' has a wrong offset!"); \ static_assert(offsetof(FTransformBase, Constraints) == 0x000008, "Member 'FTransformBase::Constraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNode \ static_assert(alignof(FNode) == 0x000010, "Wrong alignment on FNode"); \ static_assert(sizeof(FNode) == 0x000060, "Wrong size on FNode"); \ static_assert(offsetof(FNode, Name) == 0x000000, "Member 'FNode::Name' has a wrong offset!"); \ static_assert(offsetof(FNode, ParentName) == 0x000008, "Member 'FNode::ParentName' has a wrong offset!"); \ static_assert(offsetof(FNode, Transform) == 0x000010, "Member 'FNode::Transform' has a wrong offset!"); \ static_assert(offsetof(FNode, DisplayName) == 0x000040, "Member 'FNode::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FNode, bAdvanced) == 0x000050, "Member 'FNode::bAdvanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_JumpForce \ static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ static_assert(sizeof(FRootMotionSource_JumpForce) == 0x0000D0, "Wrong size on FRootMotionSource_JumpForce"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x000098, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000A4, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000A8, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000AC, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x0000B0, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x0000B8, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce \ static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x0000D0, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x0000B0, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x0000BC, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x0000C0, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x0000C8, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_MoveToForce \ static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ static_assert(sizeof(FRootMotionSource_MoveToForce) == 0x0000C0, "Wrong size on FRootMotionSource_MoveToForce"); \ static_assert(offsetof(FRootMotionSource_MoveToForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToForce::StartLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToForce::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x0000B0, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x0000B8, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_ConstantForce \ static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x0000B0, "Wrong size on FRootMotionSource_ConstantForce"); \ static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x000098, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000A8, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGaussianSumBloomSettings \ static_assert(alignof(FGaussianSumBloomSettings) == 0x000004, "Wrong alignment on FGaussianSumBloomSettings"); \ static_assert(sizeof(FGaussianSumBloomSettings) == 0x000084, "Wrong size on FGaussianSumBloomSettings"); \ static_assert(offsetof(FGaussianSumBloomSettings, Intensity) == 0x000000, "Member 'FGaussianSumBloomSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Threshold) == 0x000004, "Member 'FGaussianSumBloomSettings::Threshold' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, SizeScale) == 0x000008, "Member 'FGaussianSumBloomSettings::SizeScale' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter1Size) == 0x00000C, "Member 'FGaussianSumBloomSettings::Filter1Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter2Size) == 0x000010, "Member 'FGaussianSumBloomSettings::Filter2Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter3Size) == 0x000014, "Member 'FGaussianSumBloomSettings::Filter3Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter4Size) == 0x000018, "Member 'FGaussianSumBloomSettings::Filter4Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter5Size) == 0x00001C, "Member 'FGaussianSumBloomSettings::Filter5Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter6Size) == 0x000020, "Member 'FGaussianSumBloomSettings::Filter6Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter1Tint) == 0x000024, "Member 'FGaussianSumBloomSettings::Filter1Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter2Tint) == 0x000034, "Member 'FGaussianSumBloomSettings::Filter2Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter3Tint) == 0x000044, "Member 'FGaussianSumBloomSettings::Filter3Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter4Tint) == 0x000054, "Member 'FGaussianSumBloomSettings::Filter4Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter5Tint) == 0x000064, "Member 'FGaussianSumBloomSettings::Filter5Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter6Tint) == 0x000074, "Member 'FGaussianSumBloomSettings::Filter6Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConvolutionBloomSettings \ static_assert(alignof(FConvolutionBloomSettings) == 0x000008, "Wrong alignment on FConvolutionBloomSettings"); \ static_assert(sizeof(FConvolutionBloomSettings) == 0x000028, "Wrong size on FConvolutionBloomSettings"); \ static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x000008, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x00000C, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000014, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000018, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x00001C, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x000020, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensBloomSettings \ static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ static_assert(sizeof(FLensBloomSettings) == 0x0000B8, "Wrong size on FLensBloomSettings"); \ static_assert(offsetof(FLensBloomSettings, GaussianSum) == 0x000000, "Member 'FLensBloomSettings::GaussianSum' has a wrong offset!"); \ static_assert(offsetof(FLensBloomSettings, Convolution) == 0x000088, "Member 'FLensBloomSettings::Convolution' has a wrong offset!"); \ static_assert(offsetof(FLensBloomSettings, Method) == 0x0000B0, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensImperfectionSettings \ static_assert(alignof(FLensImperfectionSettings) == 0x000008, "Wrong alignment on FLensImperfectionSettings"); \ static_assert(sizeof(FLensImperfectionSettings) == 0x000020, "Wrong size on FLensImperfectionSettings"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMask) == 0x000000, "Member 'FLensImperfectionSettings::DirtMask' has a wrong offset!"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMaskIntensity) == 0x000008, "Member 'FLensImperfectionSettings::DirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMaskTint) == 0x00000C, "Member 'FLensImperfectionSettings::DirtMaskTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensSettings \ static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ static_assert(sizeof(FLensSettings) == 0x0000E0, "Wrong size on FLensSettings"); \ static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ static_assert(offsetof(FLensSettings, Imperfections) == 0x0000B8, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000D8, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFilmStockSettings \ static_assert(alignof(FFilmStockSettings) == 0x000004, "Wrong alignment on FFilmStockSettings"); \ static_assert(sizeof(FFilmStockSettings) == 0x000014, "Wrong size on FFilmStockSettings"); \ static_assert(offsetof(FFilmStockSettings, Slope) == 0x000000, "Member 'FFilmStockSettings::Slope' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, Toe) == 0x000004, "Member 'FFilmStockSettings::Toe' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, Shoulder) == 0x000008, "Member 'FFilmStockSettings::Shoulder' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, BlackClip) == 0x00000C, "Member 'FFilmStockSettings::BlackClip' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, WhiteClip) == 0x000010, "Member 'FFilmStockSettings::WhiteClip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ static_assert(sizeof(FColorGradePerRangeSettings) == 0x000050, "Wrong size on FColorGradePerRangeSettings"); \ static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000010, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000020, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000030, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000040, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorGradingSettings \ static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ static_assert(sizeof(FColorGradingSettings) == 0x000150, "Wrong size on FColorGradingSettings"); \ static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Shadows) == 0x000050, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Midtones) == 0x0000A0, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0000F0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000140, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000144, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineShowFlagsSetting \ static_assert(alignof(FEngineShowFlagsSetting) == 0x000008, "Wrong alignment on FEngineShowFlagsSetting"); \ static_assert(sizeof(FEngineShowFlagsSetting) == 0x000018, "Wrong size on FEngineShowFlagsSetting"); \ static_assert(offsetof(FEngineShowFlagsSetting, ShowFlagName) == 0x000000, "Member 'FEngineShowFlagsSetting::ShowFlagName' has a wrong offset!"); \ static_assert(offsetof(FEngineShowFlagsSetting, Enabled) == 0x000010, "Member 'FEngineShowFlagsSetting::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneViewExtensionIsActiveFunctor \ static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ #define DUMPER7_ASSERTS_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_FSkeletalMaterial \ static_assert(alignof(FSkeletalMaterial) == 0x000008, "Wrong alignment on FSkeletalMaterial"); \ static_assert(sizeof(FSkeletalMaterial) == 0x000028, "Wrong size on FSkeletalMaterial"); \ static_assert(offsetof(FSkeletalMaterial, MaterialInterface) == 0x000000, "Member 'FSkeletalMaterial::MaterialInterface' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMaterial, MaterialSlotName) == 0x000008, "Member 'FSkeletalMaterial::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMaterial, UVChannelData) == 0x000010, "Member 'FSkeletalMaterial::UVChannelData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy \ static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ static_assert(sizeof(FClothPhysicsProperties_Legacy) == 0x000050, "Wrong size on FClothPhysicsProperties_Legacy"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, VerticalResistance) == 0x000000, "Member 'FClothPhysicsProperties_Legacy::VerticalResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, HorizontalResistance) == 0x000004, "Member 'FClothPhysicsProperties_Legacy::HorizontalResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, BendResistance) == 0x000008, "Member 'FClothPhysicsProperties_Legacy::BendResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, ShearResistance) == 0x00000C, "Member 'FClothPhysicsProperties_Legacy::ShearResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Friction) == 0x000010, "Member 'FClothPhysicsProperties_Legacy::Friction' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Damping) == 0x000014, "Member 'FClothPhysicsProperties_Legacy::Damping' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherStiffness) == 0x000018, "Member 'FClothPhysicsProperties_Legacy::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherLimit) == 0x00001C, "Member 'FClothPhysicsProperties_Legacy::TetherLimit' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Drag) == 0x000020, "Member 'FClothPhysicsProperties_Legacy::Drag' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, StiffnessFrequency) == 0x000024, "Member 'FClothPhysicsProperties_Legacy::StiffnessFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, GravityScale) == 0x000028, "Member 'FClothPhysicsProperties_Legacy::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, MassScale) == 0x00002C, "Member 'FClothPhysicsProperties_Legacy::MassScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, InertiaBlend) == 0x000030, "Member 'FClothPhysicsProperties_Legacy::InertiaBlend' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionThickness) == 0x000034, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionThickness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionSquashScale) == 0x000038, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionSquashScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionStiffness) == 0x00003C, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SolverFrequency) == 0x000040, "Member 'FClothPhysicsProperties_Legacy::SolverFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberCompression) == 0x000044, "Member 'FClothPhysicsProperties_Legacy::FiberCompression' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberExpansion) == 0x000048, "Member 'FClothPhysicsProperties_Legacy::FiberExpansion' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberResistance) == 0x00004C, "Member 'FClothPhysicsProperties_Legacy::FiberResistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothingAssetData_Legacy \ static_assert(alignof(FClothingAssetData_Legacy) == 0x000008, "Wrong alignment on FClothingAssetData_Legacy"); \ static_assert(sizeof(FClothingAssetData_Legacy) == 0x000078, "Wrong size on FClothingAssetData_Legacy"); \ static_assert(offsetof(FClothingAssetData_Legacy, AssetName) == 0x000000, "Member 'FClothingAssetData_Legacy::AssetName' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, ApexFileName) == 0x000008, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000018, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x00001C, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x00003C, "Wrong size on FSkeletalMeshOptimizationSettings"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, TerminationCriterion) == 0x000000, "Member 'FSkeletalMeshOptimizationSettings::TerminationCriterion' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FSkeletalMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfVertPercentage) == 0x000008, "Member 'FSkeletalMeshOptimizationSettings::NumOfVertPercentage' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfTriangles) == 0x00000C, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfTriangles' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfVerts) == 0x000010, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfVerts' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxDeviationPercentage) == 0x000014, "Member 'FSkeletalMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, ReductionMethod) == 0x000018, "Member 'FSkeletalMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, SilhouetteImportance) == 0x000019, "Member 'FSkeletalMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, TextureImportance) == 0x00001A, "Member 'FSkeletalMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, ShadingImportance) == 0x00001B, "Member 'FSkeletalMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, SkinningImportance) == 0x00001C, "Member 'FSkeletalMeshOptimizationSettings::SkinningImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, WeldingThreshold) == 0x000020, "Member 'FSkeletalMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, NormalsThreshold) == 0x000024, "Member 'FSkeletalMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxBonesPerVertex) == 0x000028, "Member 'FSkeletalMeshOptimizationSettings::MaxBonesPerVertex' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, VolumeImportance) == 0x000030, "Member 'FSkeletalMeshOptimizationSettings::VolumeImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, BaseLOD) == 0x000038, "Member 'FSkeletalMeshOptimizationSettings::BaseLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshLODInfo \ static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000B8, "Wrong size on FSkeletalMeshLODInfo"); \ static_assert(offsetof(FSkeletalMeshLODInfo, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODInfo::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODInfo::LODHysteresis' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, LODMaterialMap) == 0x000008, "Member 'FSkeletalMeshLODInfo::LODMaterialMap' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BuildSettings) == 0x000018, "Member 'FSkeletalMeshLODInfo::BuildSettings' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, ReductionSettings) == 0x00002C, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000068, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000078, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x000088, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x000090, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x000098, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FSkeletalMeshComponentClothTickFunction \ static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ #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_FBoneFilter \ static_assert(alignof(FBoneFilter) == 0x000004, "Wrong alignment on FBoneFilter"); \ static_assert(sizeof(FBoneFilter) == 0x00000C, "Wrong size on FBoneFilter"); \ static_assert(offsetof(FBoneFilter, bExcludeSelf) == 0x000000, "Member 'FBoneFilter::bExcludeSelf' has a wrong offset!"); \ static_assert(offsetof(FBoneFilter, BoneName) == 0x000004, "Member 'FBoneFilter::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshLODGroupSettings \ static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000080, "Wrong size on FSkeletalMeshLODGroupSettings"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODGroupSettings::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODGroupSettings::LODHysteresis' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneFilterActionOption) == 0x000008, "Member 'FSkeletalMeshLODGroupSettings::BoneFilterActionOption' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneList) == 0x000010, "Member 'FSkeletalMeshLODGroupSettings::BoneList' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, BonesToPrioritize) == 0x000020, "Member 'FSkeletalMeshLODGroupSettings::BonesToPrioritize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, WeightOfPrioritization) == 0x000030, "Member 'FSkeletalMeshLODGroupSettings::WeightOfPrioritization' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000038, "Member 'FSkeletalMeshLODGroupSettings::BakePose' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000040, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSkeletalMeshSamplingRegionBuiltData \ static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FBoneNode \ static_assert(alignof(FBoneNode) == 0x000004, "Wrong alignment on FBoneNode"); \ static_assert(sizeof(FBoneNode) == 0x000010, "Wrong size on FBoneNode"); \ static_assert(offsetof(FBoneNode, Name) == 0x000000, "Member 'FBoneNode::Name' has a wrong offset!"); \ static_assert(offsetof(FBoneNode, ParentIndex) == 0x000008, "Member 'FBoneNode::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x00000C, "Member 'FBoneNode::TranslationRetargetingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FSkelMeshComponentLODInfo \ static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000048, "Wrong size on FSkelMeshComponentLODInfo"); \ static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkelMeshSkinWeightInfo \ static_assert(alignof(FSkelMeshSkinWeightInfo) == 0x000004, "Wrong alignment on FSkelMeshSkinWeightInfo"); \ static_assert(sizeof(FSkelMeshSkinWeightInfo) == 0x00003C, "Wrong size on FSkelMeshSkinWeightInfo"); \ static_assert(offsetof(FSkelMeshSkinWeightInfo, Bones) == 0x000000, "Member 'FSkelMeshSkinWeightInfo::Bones' has a wrong offset!"); \ static_assert(offsetof(FSkelMeshSkinWeightInfo, Weights) == 0x000030, "Member 'FSkelMeshSkinWeightInfo::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ static_assert(sizeof(FSkinWeightProfileInfo) == 0x000010, "Wrong size on FSkinWeightProfileInfo"); \ static_assert(offsetof(FSkinWeightProfileInfo, Name) == 0x000000, "Member 'FSkinWeightProfileInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfile) == 0x000008, "Member 'FSkinWeightProfileInfo::DefaultProfile' has a wrong offset!"); \ static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfileFromLODIndex) == 0x00000C, "Member 'FSkinWeightProfileInfo::DefaultProfileFromLODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction \ static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ #define DUMPER7_ASSERTS_FTentDistribution \ static_assert(alignof(FTentDistribution) == 0x000004, "Wrong alignment on FTentDistribution"); \ static_assert(sizeof(FTentDistribution) == 0x00000C, "Wrong size on FTentDistribution"); \ static_assert(offsetof(FTentDistribution, TipAltitude) == 0x000000, "Member 'FTentDistribution::TipAltitude' has a wrong offset!"); \ static_assert(offsetof(FTentDistribution, TipValue) == 0x000004, "Member 'FTentDistribution::TipValue' has a wrong offset!"); \ static_assert(offsetof(FTentDistribution, Width) == 0x000008, "Member 'FTentDistribution::Width' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData \ static_assert(alignof(FPrecomputedSkyLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedSkyLightInstanceData"); \ static_assert(sizeof(FPrecomputedSkyLightInstanceData) == 0x000170, "Wrong size on FPrecomputedSkyLightInstanceData"); \ static_assert(offsetof(FPrecomputedSkyLightInstanceData, LightGuid) == 0x0000B8, "Member 'FPrecomputedSkyLightInstanceData::LightGuid' has a wrong offset!"); \ static_assert(offsetof(FPrecomputedSkyLightInstanceData, AverageBrightness) == 0x0000C8, "Member 'FPrecomputedSkyLightInstanceData::AverageBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmartNameContainer \ static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ #define DUMPER7_ASSERTS_FCurveMetaData \ static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ #define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000A8, "Wrong size on FAttenuationSubmixSendSettings"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, Submix) == 0x000000, "Member 'FAttenuationSubmixSendSettings::Submix' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendMethod) == 0x000008, "Member 'FAttenuationSubmixSendSettings::SubmixSendMethod' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMin) == 0x00000C, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMin' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMax) == 0x000010, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMax' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMin) == 0x000014, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMax) == 0x000018, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, ManualSubmixSendLevel) == 0x00001C, "Member 'FAttenuationSubmixSendSettings::ManualSubmixSendLevel' has a wrong offset!"); \ static_assert(offsetof(FAttenuationSubmixSendSettings, CustomSubmixSendCurve) == 0x000020, "Member 'FAttenuationSubmixSendSettings::CustomSubmixSendCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000030, "Wrong size on FSoundAttenuationPluginSettings"); \ static_assert(offsetof(FSoundAttenuationPluginSettings, SpatializationPluginSettingsArray) == 0x000000, "Member 'FSoundAttenuationPluginSettings::SpatializationPluginSettingsArray' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationPluginSettings, OcclusionPluginSettingsArray) == 0x000010, "Member 'FSoundAttenuationPluginSettings::OcclusionPluginSettingsArray' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationPluginSettings, ReverbPluginSettingsArray) == 0x000020, "Member 'FSoundAttenuationPluginSettings::ReverbPluginSettingsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundAttenuationSettings \ static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ static_assert(sizeof(FSoundAttenuationSettings) == 0x0003A0, "Wrong size on FSoundAttenuationSettings"); \ static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000B2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000B4, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000B8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000B9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000BA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000BB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000BC, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000C0, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000C4, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000C8, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D0, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000158, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001E0, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001E4, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x0001E8, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x0001EC, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x0001F0, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x0001F8, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x0001FC, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000200, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000204, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000208, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000210, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000214, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000218, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x00021C, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000220, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000224, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000228, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x00022C, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000230, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000234, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000238, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002C0, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002D0, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002D4, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002D8, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002DC, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002E0, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x0002E8, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000370, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPassiveSoundMixModifier \ static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ static_assert(sizeof(FPassiveSoundMixModifier) == 0x000010, "Wrong size on FPassiveSoundMixModifier"); \ static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 'FPassiveSoundMixModifier::SoundMix' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MinVolumeThreshold) == 0x000008, "Member 'FPassiveSoundMixModifier::MinVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MaxVolumeThreshold) == 0x00000C, "Member 'FPassiveSoundMixModifier::MaxVolumeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassProperties \ static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassEditorData \ static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ #define DUMPER7_ASSERTS_FSoundConcurrencySettings \ static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundNodeEditorData \ static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ #define DUMPER7_ASSERTS_FSourceEffectChainEntry \ static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundClassAdjuster \ static_assert(alignof(FSoundClassAdjuster) == 0x000008, "Wrong alignment on FSoundClassAdjuster"); \ static_assert(sizeof(FSoundClassAdjuster) == 0x000020, "Wrong size on FSoundClassAdjuster"); \ static_assert(offsetof(FSoundClassAdjuster, SoundClassObject) == 0x000000, "Member 'FSoundClassAdjuster::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, VolumeAdjuster) == 0x000008, "Member 'FSoundClassAdjuster::VolumeAdjuster' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, PitchAdjuster) == 0x00000C, "Member 'FSoundClassAdjuster::PitchAdjuster' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, LowPassFilterFrequency) == 0x000010, "Member 'FSoundClassAdjuster::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, VoiceCenterChannelVolumeAdjuster) == 0x000018, "Member 'FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioEQEffect \ static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter0) == 0x000010, "Member 'FAudioEQEffect::FrequencyCenter0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain0) == 0x000014, "Member 'FAudioEQEffect::Gain0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth0) == 0x000018, "Member 'FAudioEQEffect::Bandwidth0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter1) == 0x00001C, "Member 'FAudioEQEffect::FrequencyCenter1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain1) == 0x000020, "Member 'FAudioEQEffect::Gain1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth1) == 0x000024, "Member 'FAudioEQEffect::Bandwidth1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter2) == 0x000028, "Member 'FAudioEQEffect::FrequencyCenter2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain2) == 0x00002C, "Member 'FAudioEQEffect::Gain2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth2) == 0x000030, "Member 'FAudioEQEffect::Bandwidth2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'FAudioEQEffect::FrequencyCenter3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain3) == 0x000038, "Member 'FAudioEQEffect::Gain3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth3) == 0x00003C, "Member 'FAudioEQEffect::Bandwidth3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000048, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000040, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000041, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000042, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000043, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FModulatorContinuousParams \ static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ static_assert(sizeof(FModulatorContinuousParams) == 0x000020, "Wrong size on FModulatorContinuousParams"); \ static_assert(offsetof(FModulatorContinuousParams, ParameterName) == 0x000000, "Member 'FModulatorContinuousParams::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, Default) == 0x000008, "Member 'FModulatorContinuousParams::Default' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MinInput) == 0x00000C, "Member 'FModulatorContinuousParams::MinInput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MaxInput) == 0x000010, "Member 'FModulatorContinuousParams::MaxInput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MinOutput) == 0x000014, "Member 'FModulatorContinuousParams::MinOutput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MaxOutput) == 0x000018, "Member 'FModulatorContinuousParams::MaxOutput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, ParamMode) == 0x00001C, "Member 'FModulatorContinuousParams::ParamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundSourceBusSendInfo \ static_assert(alignof(FSoundSourceBusSendInfo) == 0x000008, "Wrong alignment on FSoundSourceBusSendInfo"); \ static_assert(sizeof(FSoundSourceBusSendInfo) == 0x0000B8, "Wrong size on FSoundSourceBusSendInfo"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SourceBusSendLevelControlMethod) == 0x000000, "Member 'FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SoundSourceBus) == 0x000008, "Member 'FSoundSourceBusSendInfo::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, AudioBus) == 0x000010, "Member 'FSoundSourceBusSendInfo::AudioBus' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SendLevel) == 0x000018, "Member 'FSoundSourceBusSendInfo::SendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MinSendLevel) == 0x00001C, "Member 'FSoundSourceBusSendInfo::MinSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendLevel) == 0x000020, "Member 'FSoundSourceBusSendInfo::MaxSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MinSendDistance) == 0x000024, "Member 'FSoundSourceBusSendInfo::MinSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendDistance) == 0x000028, "Member 'FSoundSourceBusSendInfo::MaxSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, CustomSendLevelCurve) == 0x000030, "Member 'FSoundSourceBusSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings \ static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundWaveSpectralDataEntry \ static_assert(alignof(FSoundWaveSpectralDataEntry) == 0x000004, "Wrong alignment on FSoundWaveSpectralDataEntry"); \ static_assert(sizeof(FSoundWaveSpectralDataEntry) == 0x000008, "Wrong size on FSoundWaveSpectralDataEntry"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, Magnitude) == 0x000000, "Member 'FSoundWaveSpectralDataEntry::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, NormalizedMagnitude) == 0x000004, "Member 'FSoundWaveSpectralDataEntry::NormalizedMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralTimeData \ static_assert(alignof(FSoundWaveSpectralTimeData) == 0x000008, "Wrong alignment on FSoundWaveSpectralTimeData"); \ static_assert(sizeof(FSoundWaveSpectralTimeData) == 0x000018, "Wrong size on FSoundWaveSpectralTimeData"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, Data) == 0x000000, "Member 'FSoundWaveSpectralTimeData::Data' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, TimeSec) == 0x000010, "Member 'FSoundWaveSpectralTimeData::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FStreamedAudioPlatformData \ static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ #define DUMPER7_ASSERTS_FSplineCurves \ static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ static_assert(sizeof(FSplineCurves) == 0x000070, "Wrong size on FSplineCurves"); \ static_assert(offsetof(FSplineCurves, Position) == 0x000000, "Member 'FSplineCurves::Position' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Rotation) == 0x000018, "Member 'FSplineCurves::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Scale) == 0x000030, "Member 'FSplineCurves::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, ReparamTable) == 0x000048, "Member 'FSplineCurves::ReparamTable' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, MetaData) == 0x000060, "Member 'FSplineCurves::MetaData' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Version) == 0x000068, "Member 'FSplineCurves::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineInstanceData \ static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ static_assert(offsetof(FSplineInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurves) == 0x0000C0, "Member 'FSplineInstanceData::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplinePoint \ static_assert(alignof(FSplinePoint) == 0x000004, "Wrong alignment on FSplinePoint"); \ static_assert(sizeof(FSplinePoint) == 0x000044, "Wrong size on FSplinePoint"); \ static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Position) == 0x000004, "Member 'FSplinePoint::Position' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000010, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x00001C, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Rotation) == 0x000028, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Scale) == 0x000034, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Type) == 0x000040, "Member 'FSplinePoint::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineMeshInstanceData \ static_assert(alignof(FSplineMeshInstanceData) == 0x000008, "Wrong alignment on FSplineMeshInstanceData"); \ static_assert(sizeof(FSplineMeshInstanceData) == 0x0000E8, "Wrong size on FSplineMeshInstanceData"); \ static_assert(offsetof(FSplineMeshInstanceData, StartPos) == 0x0000B8, "Member 'FSplineMeshInstanceData::StartPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x0000C4, "Member 'FSplineMeshInstanceData::EndPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x0000D0, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0000DC, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineMeshParams \ static_assert(alignof(FSplineMeshParams) == 0x000004, "Wrong alignment on FSplineMeshParams"); \ static_assert(sizeof(FSplineMeshParams) == 0x000058, "Wrong size on FSplineMeshParams"); \ static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x00000C, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000018, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000020, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000024, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndPos) == 0x00002C, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000038, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000040, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x00004C, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x000050, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FStaticMaterial \ static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ static_assert(sizeof(FStaticMaterial) == 0x000030, "Wrong size on FStaticMaterial"); \ static_assert(offsetof(FStaticMaterial, MaterialInterface) == 0x000000, "Member 'FStaticMaterial::MaterialInterface' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, MaterialSlotName) == 0x000008, "Member 'FStaticMaterial::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, ImportedMaterialSlotName) == 0x000010, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000018, "Member 'FStaticMaterial::UVChannelData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshSectionInfo \ static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ static_assert(sizeof(FMeshSectionInfo) == 0x000008, "Wrong size on FMeshSectionInfo"); \ static_assert(offsetof(FMeshSectionInfo, MaterialIndex) == 0x000000, "Member 'FMeshSectionInfo::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FMeshSectionInfo, bEnableCollision) == 0x000004, "Member 'FMeshSectionInfo::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(FMeshSectionInfo, bCastShadow) == 0x000005, "Member 'FMeshSectionInfo::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Member 'FMeshSectionInfo::bVisibleInRayTracing' has a wrong offset!"); \ static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000007, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshSectionInfoMap \ static_assert(alignof(FMeshSectionInfoMap) == 0x000008, "Wrong alignment on FMeshSectionInfoMap"); \ static_assert(sizeof(FMeshSectionInfoMap) == 0x000050, "Wrong size on FMeshSectionInfoMap"); \ static_assert(offsetof(FMeshSectionInfoMap, Map) == 0x000000, "Member 'FMeshSectionInfoMap::Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshSourceModel \ static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ static_assert(sizeof(FStaticMeshSourceModel) == 0x000070, "Wrong size on FStaticMeshSourceModel"); \ static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000030, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x000054, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000058, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000060, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshOptimizationSettings \ static_assert(alignof(FStaticMeshOptimizationSettings) == 0x000004, "Wrong alignment on FStaticMeshOptimizationSettings"); \ static_assert(sizeof(FStaticMeshOptimizationSettings) == 0x00001C, "Wrong size on FStaticMeshOptimizationSettings"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ReductionMethod) == 0x000000, "Member 'FStaticMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FStaticMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, MaxDeviationPercentage) == 0x000008, "Member 'FStaticMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, WeldingThreshold) == 0x00000C, "Member 'FStaticMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, bRecalcNormals) == 0x000010, "Member 'FStaticMeshOptimizationSettings::bRecalcNormals' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NormalsThreshold) == 0x000014, "Member 'FStaticMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, SilhouetteImportance) == 0x000018, "Member 'FStaticMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, TextureImportance) == 0x000019, "Member 'FStaticMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ShadingImportance) == 0x00001A, "Member 'FStaticMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaintedVertex \ static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Normal) == 0x000010, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingTextureBuildInfo \ static_assert(alignof(FStreamingTextureBuildInfo) == 0x000004, "Wrong alignment on FStreamingTextureBuildInfo"); \ static_assert(sizeof(FStreamingTextureBuildInfo) == 0x00000C, "Wrong size on FStreamingTextureBuildInfo"); \ static_assert(offsetof(FStreamingTextureBuildInfo, PackedRelativeBox) == 0x000000, "Member 'FStreamingTextureBuildInfo::PackedRelativeBox' has a wrong offset!"); \ static_assert(offsetof(FStreamingTextureBuildInfo, TextureLevelIndex) == 0x000004, "Member 'FStreamingTextureBuildInfo::TextureLevelIndex' has a wrong offset!"); \ static_assert(offsetof(FStreamingTextureBuildInfo, TexelFactor) == 0x000008, "Member 'FStreamingTextureBuildInfo::TexelFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000140, "Wrong size on FStaticMeshComponentInstanceData"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000100, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000108, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000118, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000128, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshComponentLODInfo \ static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ #define DUMPER7_ASSERTS_FStaticParameterBase \ static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticSwitchParameter \ static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x00002C, "Wrong size on FStaticTerrainLayerWeightParameter"); \ static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000028, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticParameterSet \ static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEquirectProps \ static_assert(alignof(FEquirectProps) == 0x000004, "Wrong alignment on FEquirectProps"); \ static_assert(sizeof(FEquirectProps) == 0x000048, "Wrong size on FEquirectProps"); \ static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000014, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftScale) == 0x000028, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightScale) == 0x000030, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftBias) == 0x000038, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightBias) == 0x000040, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00008C, "Wrong size on FSubsurfaceProfileStruct"); \ static_assert(offsetof(FSubsurfaceProfileStruct, SurfaceAlbedo) == 0x000000, "Member 'FSubsurfaceProfileStruct::SurfaceAlbedo' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathColor) == 0x000010, "Member 'FSubsurfaceProfileStruct::MeanFreePathColor' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathDistance) == 0x000020, "Member 'FSubsurfaceProfileStruct::MeanFreePathDistance' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, WorldUnitScale) == 0x000024, "Member 'FSubsurfaceProfileStruct::WorldUnitScale' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, bEnableBurley) == 0x000028, "Member 'FSubsurfaceProfileStruct::bEnableBurley' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00002C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000030, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000050, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000060, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000064, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000068, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00006C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000070, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000074, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000078, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00007C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FTextureSource \ static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ #define DUMPER7_ASSERTS_FTextureSourceBlock \ static_assert(alignof(FTextureSourceBlock) == 0x000004, "Wrong alignment on FTextureSourceBlock"); \ static_assert(sizeof(FTextureSourceBlock) == 0x000018, "Wrong size on FTextureSourceBlock"); \ static_assert(offsetof(FTextureSourceBlock, BlockX) == 0x000000, "Member 'FTextureSourceBlock::BlockX' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceBlock, BlockY) == 0x000004, "Member 'FTextureSourceBlock::BlockY' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceBlock, SizeX) == 0x000008, "Member 'FTextureSourceBlock::SizeX' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceBlock, SizeY) == 0x00000C, "Member 'FTextureSourceBlock::SizeY' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceBlock, NumSlices) == 0x000010, "Member 'FTextureSourceBlock::NumSlices' has a wrong offset!"); \ static_assert(offsetof(FTextureSourceBlock, NumMips) == 0x000014, "Member 'FTextureSourceBlock::NumMips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureLODGroup \ static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ static_assert(sizeof(FTextureLODGroup) == 0x000068, "Wrong size on FTextureLODGroup"); \ static_assert(offsetof(FTextureLODGroup, Group) == 0x000000, "Member 'FTextureLODGroup::Group' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, LODBias) == 0x00000C, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000014, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x00001C, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x000020, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000024, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, OptionalLODBias) == 0x000034, "Member 'FTextureLODGroup::OptionalLODBias' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, OptionalMaxLODSize) == 0x000038, "Member 'FTextureLODGroup::OptionalMaxLODSize' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MinMagFilter) == 0x000040, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000048, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x000050, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x000051, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x000052, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, Downscale) == 0x000054, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000058, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x00005C, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x000060, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x000064, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000030, "Wrong size on FStreamingRenderAssetPrimitiveInfo"); \ static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, RenderAsset) == 0x000000, "Member 'FStreamingRenderAssetPrimitiveInfo::RenderAsset' has a wrong offset!"); \ static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, Bounds) == 0x000008, "Member 'FStreamingRenderAssetPrimitiveInfo::Bounds' has a wrong offset!"); \ static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, TexelFactor) == 0x000024, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000028, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FTimelineEventEntry \ static_assert(alignof(FTimelineEventEntry) == 0x000004, "Wrong alignment on FTimelineEventEntry"); \ static_assert(sizeof(FTimelineEventEntry) == 0x000014, "Wrong size on FTimelineEventEntry"); \ static_assert(offsetof(FTimelineEventEntry, Time) == 0x000000, "Member 'FTimelineEventEntry::Time' has a wrong offset!"); \ static_assert(offsetof(FTimelineEventEntry, EventFunc) == 0x000004, "Member 'FTimelineEventEntry::EventFunc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimelineVectorTrack \ static_assert(alignof(FTimelineVectorTrack) == 0x000008, "Wrong alignment on FTimelineVectorTrack"); \ static_assert(sizeof(FTimelineVectorTrack) == 0x000040, "Wrong size on FTimelineVectorTrack"); \ static_assert(offsetof(FTimelineVectorTrack, VectorCurve) == 0x000000, "Member 'FTimelineVectorTrack::VectorCurve' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, InterpFunc) == 0x000008, "Member 'FTimelineVectorTrack::InterpFunc' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, TrackName) == 0x000018, "Member 'FTimelineVectorTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, VectorPropertyName) == 0x000020, "Member 'FTimelineVectorTrack::VectorPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimelineFloatTrack \ static_assert(alignof(FTimelineFloatTrack) == 0x000008, "Wrong alignment on FTimelineFloatTrack"); \ static_assert(sizeof(FTimelineFloatTrack) == 0x000040, "Wrong size on FTimelineFloatTrack"); \ static_assert(offsetof(FTimelineFloatTrack, FloatCurve) == 0x000000, "Member 'FTimelineFloatTrack::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, InterpFunc) == 0x000008, "Member 'FTimelineFloatTrack::InterpFunc' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, TrackName) == 0x000018, "Member 'FTimelineFloatTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, FloatPropertyName) == 0x000020, "Member 'FTimelineFloatTrack::FloatPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeline \ static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ static_assert(sizeof(FTimeline) == 0x000098, "Wrong size on FTimeline"); \ static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ static_assert(offsetof(FTimeline, Length) == 0x000004, "Member 'FTimeline::Length' has a wrong offset!"); \ static_assert(offsetof(FTimeline, PlayRate) == 0x000008, "Member 'FTimeline::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FTimeline, Position) == 0x00000C, "Member 'FTimeline::Position' has a wrong offset!"); \ static_assert(offsetof(FTimeline, Events) == 0x000010, "Member 'FTimeline::Events' has a wrong offset!"); \ static_assert(offsetof(FTimeline, InterpVectors) == 0x000020, "Member 'FTimeline::InterpVectors' has a wrong offset!"); \ static_assert(offsetof(FTimeline, InterpFloats) == 0x000030, "Member 'FTimeline::InterpFloats' has a wrong offset!"); \ static_assert(offsetof(FTimeline, InterpLinearColors) == 0x000040, "Member 'FTimeline::InterpLinearColors' has a wrong offset!"); \ static_assert(offsetof(FTimeline, TimelinePostUpdateFunc) == 0x000050, "Member 'FTimeline::TimelinePostUpdateFunc' has a wrong offset!"); \ static_assert(offsetof(FTimeline, TimelineFinishedFunc) == 0x000060, "Member 'FTimeline::TimelineFinishedFunc' has a wrong offset!"); \ static_assert(offsetof(FTimeline, PropertySetObject) == 0x000070, "Member 'FTimeline::PropertySetObject' has a wrong offset!"); \ static_assert(offsetof(FTimeline, DirectionPropertyName) == 0x000078, "Member 'FTimeline::DirectionPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTTrackBase \ static_assert(alignof(FTTTrackBase) == 0x000008, "Wrong alignment on FTTTrackBase"); \ static_assert(sizeof(FTTTrackBase) == 0x000018, "Wrong size on FTTTrackBase"); \ static_assert(offsetof(FTTTrackBase, TrackName) == 0x000008, "Member 'FTTTrackBase::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTTTrackBase, bIsExternalCurve) == 0x000010, "Member 'FTTTrackBase::bIsExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTPropertyTrack \ static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ static_assert(sizeof(FTTPropertyTrack) == 0x000020, "Wrong size on FTTPropertyTrack"); \ static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FTimeStretchCurveInstance \ static_assert(alignof(FTimeStretchCurveInstance) == 0x000008, "Wrong alignment on FTimeStretchCurveInstance"); \ static_assert(sizeof(FTimeStretchCurveInstance) == 0x000030, "Wrong size on FTimeStretchCurveInstance"); \ static_assert(offsetof(FTimeStretchCurveInstance, bHasValidData) == 0x000000, "Member 'FTimeStretchCurveInstance::bHasValidData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeStretchCurveMarker \ static_assert(alignof(FTimeStretchCurveMarker) == 0x000004, "Wrong alignment on FTimeStretchCurveMarker"); \ static_assert(sizeof(FTimeStretchCurveMarker) == 0x000010, "Wrong size on FTimeStretchCurveMarker"); \ static_assert(offsetof(FTimeStretchCurveMarker, Time) == 0x000000, "Member 'FTimeStretchCurveMarker::Time' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurveMarker, Alpha) == 0x00000C, "Member 'FTimeStretchCurveMarker::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeStretchCurve \ static_assert(alignof(FTimeStretchCurve) == 0x000008, "Wrong alignment on FTimeStretchCurve"); \ static_assert(sizeof(FTimeStretchCurve) == 0x000028, "Wrong size on FTimeStretchCurve"); \ static_assert(offsetof(FTimeStretchCurve, SamplingRate) == 0x000000, "Member 'FTimeStretchCurve::SamplingRate' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, CurveValueMinPrecision) == 0x000004, "Member 'FTimeStretchCurve::CurveValueMinPrecision' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, Markers) == 0x000008, "Member 'FTimeStretchCurve::Markers' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, Sum_dT_i_by_C_i) == 0x000018, "Member 'FTimeStretchCurve::Sum_dT_i_by_C_i' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTouchInputControl \ static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ static_assert(sizeof(FTouchInputControl) == 0x000068, "Wrong size on FTouchInputControl"); \ static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000018, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000020, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000028, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InputScale) == 0x000030, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000038, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000050, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000014, "Wrong size on FUpdateLevelVisibilityLevelInfo"); \ static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, PackageName) == 0x000000, "Member 'FUpdateLevelVisibilityLevelInfo::PackageName' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, Filename) == 0x000008, "Member 'FUpdateLevelVisibilityLevelInfo::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHardwareCursorReference \ static_assert(alignof(FHardwareCursorReference) == 0x000004, "Wrong alignment on FHardwareCursorReference"); \ static_assert(sizeof(FHardwareCursorReference) == 0x000010, "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_FVirtualTextureBuildSettings \ static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ static_assert(sizeof(FVirtualTextureBuildSettings) == 0x00000C, "Wrong size on FVirtualTextureBuildSettings"); \ static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressCrunch) == 0x000008, "Member 'FVirtualTextureBuildSettings::bEnableCompressCrunch' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressZlib) == 0x000009, "Member 'FVirtualTextureBuildSettings::bEnableCompressZlib' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000004, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, Formats) == 0x000008, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, ScalabilityGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ScalabilityGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoiceSettings \ static_assert(alignof(FVoiceSettings) == 0x000008, "Wrong alignment on FVoiceSettings"); \ static_assert(sizeof(FVoiceSettings) == 0x000018, "Wrong size on FVoiceSettings"); \ static_assert(offsetof(FVoiceSettings, ComponentToAttachTo) == 0x000000, "Member 'FVoiceSettings::ComponentToAttachTo' has a wrong offset!"); \ static_assert(offsetof(FVoiceSettings, AttenuationSettings) == 0x000008, "Member 'FVoiceSettings::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(FVoiceSettings, SourceEffectChain) == 0x000010, "Member 'FVoiceSettings::SourceEffectChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingLevelsToConsider \ static_assert(alignof(FStreamingLevelsToConsider) == 0x000008, "Wrong alignment on FStreamingLevelsToConsider"); \ static_assert(sizeof(FStreamingLevelsToConsider) == 0x000028, "Wrong size on FStreamingLevelsToConsider"); \ static_assert(offsetof(FStreamingLevelsToConsider, StreamingLevels) == 0x000000, "Member 'FStreamingLevelsToConsider::StreamingLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelCollection \ static_assert(alignof(FLevelCollection) == 0x000008, "Wrong alignment on FLevelCollection"); \ static_assert(sizeof(FLevelCollection) == 0x000078, "Wrong size on FLevelCollection"); \ static_assert(offsetof(FLevelCollection, GameState) == 0x000008, "Member 'FLevelCollection::GameState' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, NetDriver) == 0x000010, "Member 'FLevelCollection::NetDriver' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, DemoNetDriver) == 0x000018, "Member 'FLevelCollection::DemoNetDriver' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, PersistentLevel) == 0x000020, "Member 'FLevelCollection::PersistentLevel' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, Levels) == 0x000028, "Member 'FLevelCollection::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEndPhysicsTickFunction \ static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ #define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ #define DUMPER7_ASSERTS_FLevelViewportInfo \ static_assert(alignof(FLevelViewportInfo) == 0x000004, "Wrong alignment on FLevelViewportInfo"); \ static_assert(sizeof(FLevelViewportInfo) == 0x000020, "Wrong size on FLevelViewportInfo"); \ static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x00000C, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000018, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x00001C, "Member 'FLevelViewportInfo::CamUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPSCPoolElem \ static_assert(alignof(FPSCPoolElem) == 0x000008, "Wrong alignment on FPSCPoolElem"); \ static_assert(sizeof(FPSCPoolElem) == 0x000010, "Wrong size on FPSCPoolElem"); \ static_assert(offsetof(FPSCPoolElem, PSC) == 0x000000, "Member 'FPSCPoolElem::PSC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPSCPool \ static_assert(alignof(FPSCPool) == 0x000008, "Wrong alignment on FPSCPool"); \ static_assert(sizeof(FPSCPool) == 0x000010, "Wrong size on FPSCPool"); \ static_assert(offsetof(FPSCPool, FreeElements) == 0x000000, "Member 'FPSCPool::FreeElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldPSCPool \ static_assert(alignof(FWorldPSCPool) == 0x000008, "Wrong alignment on FWorldPSCPool"); \ static_assert(sizeof(FWorldPSCPool) == 0x000058, "Wrong size on FWorldPSCPool"); \ static_assert(offsetof(FWorldPSCPool, WorldParticleSystemPools) == 0x000000, "Member 'FWorldPSCPool::WorldParticleSystemPools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBroadphaseSettings \ static_assert(alignof(FBroadphaseSettings) == 0x000004, "Wrong alignment on FBroadphaseSettings"); \ static_assert(sizeof(FBroadphaseSettings) == 0x000040, "Wrong size on FBroadphaseSettings"); \ static_assert(offsetof(FBroadphaseSettings, bUseMBPOnClient) == 0x000000, "Member 'FBroadphaseSettings::bUseMBPOnClient' has a wrong offset!"); \ static_assert(offsetof(FBroadphaseSettings, bUseMBPOnServer) == 0x000001, "Member 'FBroadphaseSettings::bUseMBPOnServer' has a wrong offset!"); \ static_assert(offsetof(FBroadphaseSettings, bUseMBPOuterBounds) == 0x000002, "Member 'FBroadphaseSettings::bUseMBPOuterBounds' has a wrong offset!"); \ static_assert(offsetof(FBroadphaseSettings, MBPBounds) == 0x000004, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000020, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x00003C, "Member 'FBroadphaseSettings::MBPNumSubdivs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHierarchicalSimplification \ static_assert(alignof(FHierarchicalSimplification) == 0x000004, "Wrong alignment on FHierarchicalSimplification"); \ static_assert(sizeof(FHierarchicalSimplification) == 0x000160, "Wrong size on FHierarchicalSimplification"); \ static_assert(offsetof(FHierarchicalSimplification, TransitionScreenSize) == 0x000000, "Member 'FHierarchicalSimplification::TransitionScreenSize' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, OverrideDrawDistance) == 0x000004, "Member 'FHierarchicalSimplification::OverrideDrawDistance' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x00000C, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x0000B4, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000154, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000158, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x00015C, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNetViewer \ static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ static_assert(sizeof(FNetViewer) == 0x000030, "Wrong size on FNetViewer"); \ static_assert(offsetof(FNetViewer, Connection) == 0x000000, "Member 'FNetViewer::Connection' has a wrong offset!"); \ static_assert(offsetof(FNetViewer, InViewer) == 0x000008, "Member 'FNetViewer::InViewer' has a wrong offset!"); \ static_assert(offsetof(FNetViewer, ViewTarget) == 0x000010, "Member 'FNetViewer::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(FNetViewer, ViewLocation) == 0x000018, "Member 'FNetViewer::ViewLocation' has a wrong offset!"); \ static_assert(offsetof(FNetViewer, ViewDir) == 0x000024, "Member 'FNetViewer::ViewDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightmassWorldInfoSettings \ static_assert(alignof(FLightmassWorldInfoSettings) == 0x000004, "Wrong alignment on FLightmassWorldInfoSettings"); \ static_assert(sizeof(FLightmassWorldInfoSettings) == 0x00004C, "Wrong size on FLightmassWorldInfoSettings"); \ static_assert(offsetof(FLightmassWorldInfoSettings, StaticLightingLevelScale) == 0x000000, "Member 'FLightmassWorldInfoSettings::StaticLightingLevelScale' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, NumIndirectLightingBounces) == 0x000004, "Member 'FLightmassWorldInfoSettings::NumIndirectLightingBounces' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, NumSkyLightingBounces) == 0x000008, "Member 'FLightmassWorldInfoSettings::NumSkyLightingBounces' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingQuality) == 0x00000C, "Member 'FLightmassWorldInfoSettings::IndirectLightingQuality' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingSmoothness) == 0x000010, "Member 'FLightmassWorldInfoSettings::IndirectLightingSmoothness' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentColor) == 0x000014, "Member 'FLightmassWorldInfoSettings::EnvironmentColor' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentIntensity) == 0x000018, "Member 'FLightmassWorldInfoSettings::EnvironmentIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, EmissiveBoost) == 0x00001C, "Member 'FLightmassWorldInfoSettings::EmissiveBoost' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, DiffuseBoost) == 0x000020, "Member 'FLightmassWorldInfoSettings::DiffuseBoost' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightingMethod) == 0x000024, "Member 'FLightmassWorldInfoSettings::VolumeLightingMethod' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapDetailCellSize) == 0x000028, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapDetailCellSize' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapMaximumBrickMemoryMb) == 0x00002C, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapMaximumBrickMemoryMb' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapSphericalHarmonicSmoothing) == 0x000030, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapSphericalHarmonicSmoothing' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightSamplePlacementScale) == 0x000034, "Member 'FLightmassWorldInfoSettings::VolumeLightSamplePlacementScale' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, DirectIlluminationOcclusionFraction) == 0x000038, "Member 'FLightmassWorldInfoSettings::DirectIlluminationOcclusionFraction' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, IndirectIlluminationOcclusionFraction) == 0x00003C, "Member 'FLightmassWorldInfoSettings::IndirectIlluminationOcclusionFraction' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, OcclusionExponent) == 0x000040, "Member 'FLightmassWorldInfoSettings::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, FullyOccludedSamplesFraction) == 0x000044, "Member 'FLightmassWorldInfoSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ static_assert(offsetof(FLightmassWorldInfoSettings, MaxOcclusionDistance) == 0x000048, "Member 'FLightmassWorldInfoSettings::MaxOcclusionDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEngineCustomTimeStep \ static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ #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_UDistribution \ static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ static_assert(sizeof(UDistribution) == 0x000030, "Wrong size on UDistribution"); \ #define DUMPER7_ASSERTS_UDistributionVector \ static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ #define DUMPER7_ASSERTS_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_Actor_AddComponent \ static_assert(alignof(Actor_AddComponent) == 0x000010, "Wrong alignment on Actor_AddComponent"); \ static_assert(sizeof(Actor_AddComponent) == 0x000060, "Wrong size on Actor_AddComponent"); \ static_assert(offsetof(Actor_AddComponent, TemplateName) == 0x000000, "Member 'Actor_AddComponent::TemplateName' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, bManualAttachment) == 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) == 0x000040, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000048, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000050, "Member 'Actor_AddComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddComponentByClass \ static_assert(alignof(Actor_AddComponentByClass) == 0x000010, "Wrong alignment on Actor_AddComponentByClass"); \ static_assert(sizeof(Actor_AddComponentByClass) == 0x000050, "Wrong size on Actor_AddComponentByClass"); \ static_assert(offsetof(Actor_AddComponentByClass, Class_0) == 0x000000, "Member 'Actor_AddComponentByClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, bManualAttachment) == 0x000008, "Member 'Actor_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, RelativeTransform) == 0x000010, "Member 'Actor_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, bDeferredFinish) == 0x000040, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000048, "Member 'Actor_AddComponentByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor \ static_assert(alignof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteActor"); \ static_assert(sizeof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteActor"); \ static_assert(offsetof(Actor_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent \ static_assert(alignof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteComponent"); \ static_assert(sizeof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteComponent"); \ static_assert(offsetof(Actor_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent \ static_assert(alignof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong alignment on Actor_DetachRootComponentFromParent"); \ static_assert(sizeof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong size on Actor_DetachRootComponentFromParent"); \ static_assert(offsetof(Actor_DetachRootComponentFromParent, bMaintainWorldPosition) == 0x000000, "Member 'Actor_DetachRootComponentFromParent::bMaintainWorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_DisableInput \ static_assert(alignof(Actor_DisableInput) == 0x000008, "Wrong alignment on Actor_DisableInput"); \ static_assert(sizeof(Actor_DisableInput) == 0x000008, "Wrong size on Actor_DisableInput"); \ static_assert(offsetof(Actor_DisableInput, PlayerController) == 0x000000, "Member 'Actor_DisableInput::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_EnableInput \ static_assert(alignof(Actor_EnableInput) == 0x000008, "Wrong alignment on Actor_EnableInput"); \ static_assert(sizeof(Actor_EnableInput) == 0x000008, "Wrong size on Actor_EnableInput"); \ static_assert(offsetof(Actor_EnableInput, PlayerController) == 0x000000, "Member 'Actor_EnableInput::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_FinishAddComponent \ static_assert(alignof(Actor_FinishAddComponent) == 0x000010, "Wrong alignment on Actor_FinishAddComponent"); \ static_assert(sizeof(Actor_FinishAddComponent) == 0x000040, "Wrong size on Actor_FinishAddComponent"); \ static_assert(offsetof(Actor_FinishAddComponent, Component) == 0x000000, "Member 'Actor_FinishAddComponent::Component' has a wrong offset!"); \ static_assert(offsetof(Actor_FinishAddComponent, bManualAttachment) == 0x000008, "Member 'Actor_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(Actor_FinishAddComponent, RelativeTransform) == 0x000010, "Member 'Actor_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetTickableWhenPaused \ static_assert(alignof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_GetTickableWhenPaused"); \ static_assert(sizeof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong size on Actor_GetTickableWhenPaused"); \ static_assert(offsetof(Actor_GetTickableWhenPaused, ReturnValue) == 0x000000, "Member 'Actor_GetTickableWhenPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset \ static_assert(alignof(Actor_K2_AddActorLocalOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalOffset"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorLocalOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorLocalOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation \ static_assert(alignof(Actor_K2_AddActorLocalRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalRotation"); \ static_assert(sizeof(Actor_K2_AddActorLocalRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalRotation"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorLocalRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on Actor_K2_AddActorLocalTransform"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, NewTransform) == 0x000000, "Member 'Actor_K2_AddActorLocalTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorLocalTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset \ static_assert(alignof(Actor_K2_AddActorWorldOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldOffset"); \ static_assert(sizeof(Actor_K2_AddActorWorldOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldOffset"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorWorldOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorWorldOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation \ static_assert(alignof(Actor_K2_AddActorWorldRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldRotation"); \ static_assert(sizeof(Actor_K2_AddActorWorldRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldRotation"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorWorldRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransform"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransform::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x0000BC, "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) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransformKeepScale"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo \ static_assert(alignof(Actor_K2_AttachRootComponentTo) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentTo"); \ static_assert(sizeof(Actor_K2_AttachRootComponentTo) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentTo"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, InParent) == 0x000000, "Member 'Actor_K2_AttachRootComponentTo::InParent' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentTo::InSocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentTo::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor \ static_assert(alignof(Actor_K2_AttachRootComponentToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentToActor"); \ static_assert(sizeof(Actor_K2_AttachRootComponentToActor) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentToActor"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InParentActor) == 0x000000, "Member 'Actor_K2_AttachRootComponentToActor::InParentActor' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentToActor::InSocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentToActor::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachToActor \ static_assert(alignof(Actor_K2_AttachToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachToActor"); \ static_assert(sizeof(Actor_K2_AttachToActor) == 0x000018, "Wrong size on Actor_K2_AttachToActor"); \ static_assert(offsetof(Actor_K2_AttachToActor, ParentActor) == 0x000000, "Member 'Actor_K2_AttachToActor::ParentActor' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, SocketName) == 0x000008, "Member 'Actor_K2_AttachToActor::SocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachToComponent \ static_assert(alignof(Actor_K2_AttachToComponent) == 0x000008, "Wrong alignment on Actor_K2_AttachToComponent"); \ static_assert(sizeof(Actor_K2_AttachToComponent) == 0x000018, "Wrong size on Actor_K2_AttachToComponent"); \ static_assert(offsetof(Actor_K2_AttachToComponent, Parent) == 0x000000, "Member 'Actor_K2_AttachToComponent::Parent' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, SocketName) == 0x000008, "Member 'Actor_K2_AttachToComponent::SocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_DestroyComponent \ static_assert(alignof(Actor_K2_DestroyComponent) == 0x000008, "Wrong alignment on Actor_K2_DestroyComponent"); \ static_assert(sizeof(Actor_K2_DestroyComponent) == 0x000008, "Wrong size on Actor_K2_DestroyComponent"); \ static_assert(offsetof(Actor_K2_DestroyComponent, Component) == 0x000000, "Member 'Actor_K2_DestroyComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_DetachFromActor \ static_assert(alignof(Actor_K2_DetachFromActor) == 0x000001, "Wrong alignment on Actor_K2_DetachFromActor"); \ static_assert(sizeof(Actor_K2_DetachFromActor) == 0x000003, "Wrong size on Actor_K2_DetachFromActor"); \ static_assert(offsetof(Actor_K2_DetachFromActor, LocationRule) == 0x000000, "Member 'Actor_K2_DetachFromActor::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_DetachFromActor, RotationRule) == 0x000001, "Member 'Actor_K2_DetachFromActor::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_DetachFromActor, ScaleRule) == 0x000002, "Member 'Actor_K2_DetachFromActor::ScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget \ static_assert(alignof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnBecomeViewTarget"); \ static_assert(sizeof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on Actor_K2_OnBecomeViewTarget"); \ static_assert(offsetof(Actor_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget \ static_assert(alignof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnEndViewTarget"); \ static_assert(sizeof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong size on Actor_K2_OnEndViewTarget"); \ static_assert(offsetof(Actor_K2_OnEndViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnEndViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorLocation \ static_assert(alignof(Actor_K2_SetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocation"); \ static_assert(sizeof(Actor_K2_SetActorLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorLocation"); \ static_assert(offsetof(Actor_K2_SetActorLocation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000099, "Member 'Actor_K2_SetActorLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation \ static_assert(alignof(Actor_K2_SetActorLocationAndRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocationAndRotation"); \ static_assert(sizeof(Actor_K2_SetActorLocationAndRotation) == 0x0000A8, "Wrong size on Actor_K2_SetActorLocationAndRotation"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewRotation) == 0x00000C, "Member 'Actor_K2_SetActorLocationAndRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bSweep) == 0x000018, "Member 'Actor_K2_SetActorLocationAndRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'Actor_K2_SetActorLocationAndRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bTeleport) == 0x0000A4, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x0000A5, "Member 'Actor_K2_SetActorLocationAndRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation \ static_assert(alignof(Actor_K2_SetActorRelativeLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeLocation"); \ static_assert(sizeof(Actor_K2_SetActorRelativeLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeLocation"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, NewRelativeLocation) == 0x000000, "Member 'Actor_K2_SetActorRelativeLocation::NewRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorRelativeLocation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation \ static_assert(alignof(Actor_K2_SetActorRelativeRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeRotation"); \ static_assert(sizeof(Actor_K2_SetActorRelativeRotation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeRotation"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, NewRelativeRotation) == 0x000000, "Member 'Actor_K2_SetActorRelativeRotation::NewRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on Actor_K2_SetActorRelativeTransform"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, NewRelativeTransform) == 0x000000, "Member 'Actor_K2_SetActorRelativeTransform::NewRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ static_assert(alignof(Actor_K2_SetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRotation"); \ static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000010, "Wrong size on Actor_K2_SetActorRotation"); \ static_assert(offsetof(Actor_K2_SetActorRotation, NewRotation) == 0x000000, "Member 'Actor_K2_SetActorRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRotation, bTeleportPhysics) == 0x00000C, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x00000D, "Member 'Actor_K2_SetActorRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorTransform \ static_assert(alignof(Actor_K2_SetActorTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorTransform"); \ static_assert(sizeof(Actor_K2_SetActorTransform) == 0x0000C0, "Wrong size on Actor_K2_SetActorTransform"); \ static_assert(offsetof(Actor_K2_SetActorTransform, NewTransform) == 0x000000, "Member 'Actor_K2_SetActorTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x0000BD, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ static_assert(alignof(Actor_K2_TeleportTo) == 0x000004, "Wrong alignment on Actor_K2_TeleportTo"); \ static_assert(sizeof(Actor_K2_TeleportTo) == 0x00001C, "Wrong size on Actor_K2_TeleportTo"); \ static_assert(offsetof(Actor_K2_TeleportTo, DestLocation) == 0x000000, "Member 'Actor_K2_TeleportTo::DestLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_TeleportTo, DestRotation) == 0x00000C, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000018, "Member 'Actor_K2_TeleportTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_MakeMIDForMaterial \ static_assert(alignof(Actor_MakeMIDForMaterial) == 0x000008, "Wrong alignment on Actor_MakeMIDForMaterial"); \ static_assert(sizeof(Actor_MakeMIDForMaterial) == 0x000010, "Wrong size on Actor_MakeMIDForMaterial"); \ static_assert(offsetof(Actor_MakeMIDForMaterial, Parent) == 0x000000, "Member 'Actor_MakeMIDForMaterial::Parent' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeMIDForMaterial, ReturnValue) == 0x000008, "Member 'Actor_MakeMIDForMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_MakeNoise \ static_assert(alignof(Actor_MakeNoise) == 0x000008, "Wrong alignment on Actor_MakeNoise"); \ static_assert(sizeof(Actor_MakeNoise) == 0x000028, "Wrong size on Actor_MakeNoise"); \ static_assert(offsetof(Actor_MakeNoise, Loudness) == 0x000000, "Member 'Actor_MakeNoise::Loudness' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, NoiseInstigator) == 0x000008, "Member 'Actor_MakeNoise::NoiseInstigator' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, NoiseLocation) == 0x000010, "Member 'Actor_MakeNoise::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, MaxRange) == 0x00001C, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, Tag) == 0x000020, "Member 'Actor_MakeNoise::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_PrestreamTextures \ static_assert(alignof(Actor_PrestreamTextures) == 0x000004, "Wrong alignment on Actor_PrestreamTextures"); \ static_assert(sizeof(Actor_PrestreamTextures) == 0x00000C, "Wrong size on Actor_PrestreamTextures"); \ static_assert(offsetof(Actor_PrestreamTextures, Seconds) == 0x000000, "Member 'Actor_PrestreamTextures::Seconds' has a wrong offset!"); \ static_assert(offsetof(Actor_PrestreamTextures, bEnableStreaming) == 0x000004, "Member 'Actor_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ static_assert(offsetof(Actor_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'Actor_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorBeginOverlap \ static_assert(alignof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorBeginOverlap"); \ static_assert(sizeof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorBeginOverlap"); \ static_assert(offsetof(Actor_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorEndOverlap \ static_assert(alignof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorEndOverlap"); \ static_assert(sizeof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorEndOverlap"); \ static_assert(offsetof(Actor_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnClicked \ static_assert(alignof(Actor_ReceiveActorOnClicked) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnClicked"); \ static_assert(sizeof(Actor_ReceiveActorOnClicked) == 0x000018, "Wrong size on Actor_ReceiveActorOnClicked"); \ static_assert(offsetof(Actor_ReceiveActorOnClicked, ButtonPressed) == 0x000000, "Member 'Actor_ReceiveActorOnClicked::ButtonPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchBegin \ static_assert(alignof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchBegin"); \ static_assert(sizeof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchBegin"); \ static_assert(offsetof(Actor_ReceiveActorOnInputTouchBegin, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchBegin::FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnd \ static_assert(alignof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnd"); \ static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnd"); \ static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnd, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnd::FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnter \ static_assert(alignof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnter"); \ static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnter"); \ static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchLeave \ static_assert(alignof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchLeave"); \ static_assert(sizeof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchLeave"); \ static_assert(offsetof(Actor_ReceiveActorOnInputTouchLeave, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchLeave::FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveActorOnReleased \ static_assert(alignof(Actor_ReceiveActorOnReleased) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnReleased"); \ static_assert(sizeof(Actor_ReceiveActorOnReleased) == 0x000018, "Wrong size on Actor_ReceiveActorOnReleased"); \ static_assert(offsetof(Actor_ReceiveActorOnReleased, ButtonReleased) == 0x000000, "Member 'Actor_ReceiveActorOnReleased::ButtonReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveAnyDamage \ static_assert(alignof(Actor_ReceiveAnyDamage) == 0x000008, "Wrong alignment on Actor_ReceiveAnyDamage"); \ static_assert(sizeof(Actor_ReceiveAnyDamage) == 0x000020, "Wrong size on Actor_ReceiveAnyDamage"); \ static_assert(offsetof(Actor_ReceiveAnyDamage, Damage) == 0x000000, "Member 'Actor_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'Actor_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'Actor_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveEndPlay \ static_assert(alignof(Actor_ReceiveEndPlay) == 0x000001, "Wrong alignment on Actor_ReceiveEndPlay"); \ static_assert(sizeof(Actor_ReceiveEndPlay) == 0x000001, "Wrong size on Actor_ReceiveEndPlay"); \ static_assert(offsetof(Actor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Actor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveHit \ static_assert(alignof(Actor_ReceiveHit) == 0x000008, "Wrong alignment on Actor_ReceiveHit"); \ static_assert(sizeof(Actor_ReceiveHit) == 0x0000C8, "Wrong size on Actor_ReceiveHit"); \ static_assert(offsetof(Actor_ReceiveHit, MyComp) == 0x000000, "Member 'Actor_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, Other) == 0x000008, "Member 'Actor_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, OtherComp) == 0x000010, "Member 'Actor_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Actor_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, HitLocation) == 0x00001C, "Member 'Actor_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, HitNormal) == 0x000028, "Member 'Actor_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Actor_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveHit, Hit) == 0x000040, "Member 'Actor_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceivePointDamage \ static_assert(alignof(Actor_ReceivePointDamage) == 0x000008, "Wrong alignment on Actor_ReceivePointDamage"); \ static_assert(sizeof(Actor_ReceivePointDamage) == 0x0000E0, "Wrong size on Actor_ReceivePointDamage"); \ static_assert(offsetof(Actor_ReceivePointDamage, Damage) == 0x000000, "Member 'Actor_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, DamageType) == 0x000008, "Member 'Actor_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, HitLocation) == 0x000010, "Member 'Actor_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'Actor_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, HitComponent) == 0x000028, "Member 'Actor_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, BoneName) == 0x000030, "Member 'Actor_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'Actor_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'Actor_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'Actor_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceivePointDamage, HitInfo) == 0x000058, "Member 'Actor_ReceivePointDamage::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ReceiveRadialDamage \ static_assert(alignof(Actor_ReceiveRadialDamage) == 0x000008, "Wrong alignment on Actor_ReceiveRadialDamage"); \ static_assert(sizeof(Actor_ReceiveRadialDamage) == 0x0000B8, "Wrong size on Actor_ReceiveRadialDamage"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, DamageReceived) == 0x000000, "Member 'Actor_ReceiveRadialDamage::DamageReceived' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveRadialDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, Origin) == 0x000010, "Member 'Actor_ReceiveRadialDamage::Origin' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, HitInfo) == 0x00001C, "Member 'Actor_ReceiveRadialDamage::HitInfo' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, InstigatedBy) == 0x0000A8, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x0000B0, "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) == 0x000004, "Wrong alignment on Actor_SetActorRelativeScale3D"); \ static_assert(sizeof(Actor_SetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_SetActorRelativeScale3D"); \ static_assert(offsetof(Actor_SetActorRelativeScale3D, NewRelativeScale) == 0x000000, "Member 'Actor_SetActorRelativeScale3D::NewRelativeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetActorScale3D \ static_assert(alignof(Actor_SetActorScale3D) == 0x000004, "Wrong alignment on Actor_SetActorScale3D"); \ static_assert(sizeof(Actor_SetActorScale3D) == 0x00000C, "Wrong size on Actor_SetActorScale3D"); \ static_assert(offsetof(Actor_SetActorScale3D, NewScale3D) == 0x000000, "Member 'Actor_SetActorScale3D::NewScale3D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetActorTickEnabled \ static_assert(alignof(Actor_SetActorTickEnabled) == 0x000001, "Wrong alignment on Actor_SetActorTickEnabled"); \ static_assert(sizeof(Actor_SetActorTickEnabled) == 0x000001, "Wrong size on Actor_SetActorTickEnabled"); \ static_assert(offsetof(Actor_SetActorTickEnabled, bEnabled) == 0x000000, "Member 'Actor_SetActorTickEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetActorTickInterval \ static_assert(alignof(Actor_SetActorTickInterval) == 0x000004, "Wrong alignment on Actor_SetActorTickInterval"); \ static_assert(sizeof(Actor_SetActorTickInterval) == 0x000004, "Wrong size on Actor_SetActorTickInterval"); \ static_assert(offsetof(Actor_SetActorTickInterval, TickInterval) == 0x000000, "Member 'Actor_SetActorTickInterval::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetAutoDestroyWhenFinished \ static_assert(alignof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong alignment on Actor_SetAutoDestroyWhenFinished"); \ static_assert(sizeof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong size on Actor_SetAutoDestroyWhenFinished"); \ static_assert(offsetof(Actor_SetAutoDestroyWhenFinished, bVal) == 0x000000, "Member 'Actor_SetAutoDestroyWhenFinished::bVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetLifeSpan \ static_assert(alignof(Actor_SetLifeSpan) == 0x000004, "Wrong alignment on Actor_SetLifeSpan"); \ static_assert(sizeof(Actor_SetLifeSpan) == 0x000004, "Wrong size on Actor_SetLifeSpan"); \ static_assert(offsetof(Actor_SetLifeSpan, InLifespan) == 0x000000, "Member 'Actor_SetLifeSpan::InLifespan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetNetDormancy \ static_assert(alignof(Actor_SetNetDormancy) == 0x000001, "Wrong alignment on Actor_SetNetDormancy"); \ static_assert(sizeof(Actor_SetNetDormancy) == 0x000001, "Wrong size on Actor_SetNetDormancy"); \ static_assert(offsetof(Actor_SetNetDormancy, NewDormancy) == 0x000000, "Member 'Actor_SetNetDormancy::NewDormancy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetOwner \ static_assert(alignof(Actor_SetOwner) == 0x000008, "Wrong alignment on Actor_SetOwner"); \ static_assert(sizeof(Actor_SetOwner) == 0x000008, "Wrong size on Actor_SetOwner"); \ static_assert(offsetof(Actor_SetOwner, NewOwner) == 0x000000, "Member 'Actor_SetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetReplicateMovement \ static_assert(alignof(Actor_SetReplicateMovement) == 0x000001, "Wrong alignment on Actor_SetReplicateMovement"); \ static_assert(sizeof(Actor_SetReplicateMovement) == 0x000001, "Wrong size on Actor_SetReplicateMovement"); \ static_assert(offsetof(Actor_SetReplicateMovement, bInReplicateMovement) == 0x000000, "Member 'Actor_SetReplicateMovement::bInReplicateMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetReplicates \ static_assert(alignof(Actor_SetReplicates) == 0x000001, "Wrong alignment on Actor_SetReplicates"); \ static_assert(sizeof(Actor_SetReplicates) == 0x000001, "Wrong size on Actor_SetReplicates"); \ static_assert(offsetof(Actor_SetReplicates, bInReplicates) == 0x000000, "Member 'Actor_SetReplicates::bInReplicates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetTickableWhenPaused \ static_assert(alignof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_SetTickableWhenPaused"); \ static_assert(sizeof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong size on Actor_SetTickableWhenPaused"); \ static_assert(offsetof(Actor_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'Actor_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SetTickGroup \ static_assert(alignof(Actor_SetTickGroup) == 0x000001, "Wrong alignment on Actor_SetTickGroup"); \ static_assert(sizeof(Actor_SetTickGroup) == 0x000001, "Wrong size on Actor_SetTickGroup"); \ static_assert(offsetof(Actor_SetTickGroup, NewTickGroup) == 0x000000, "Member 'Actor_SetTickGroup::NewTickGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_SnapRootComponentTo \ static_assert(alignof(Actor_SnapRootComponentTo) == 0x000008, "Wrong alignment on Actor_SnapRootComponentTo"); \ static_assert(sizeof(Actor_SnapRootComponentTo) == 0x000010, "Wrong size on Actor_SnapRootComponentTo"); \ static_assert(offsetof(Actor_SnapRootComponentTo, InParentActor) == 0x000000, "Member 'Actor_SnapRootComponentTo::InParentActor' has a wrong offset!"); \ static_assert(offsetof(Actor_SnapRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_SnapRootComponentTo::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_ActorHasTag \ static_assert(alignof(Actor_ActorHasTag) == 0x000004, "Wrong alignment on Actor_ActorHasTag"); \ static_assert(sizeof(Actor_ActorHasTag) == 0x00000C, "Wrong size on Actor_ActorHasTag"); \ static_assert(offsetof(Actor_ActorHasTag, Tag) == 0x000000, "Member 'Actor_ActorHasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(Actor_ActorHasTag, ReturnValue) == 0x000008, "Member 'Actor_ActorHasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorBounds \ static_assert(alignof(Actor_GetActorBounds) == 0x000004, "Wrong alignment on Actor_GetActorBounds"); \ static_assert(sizeof(Actor_GetActorBounds) == 0x000020, "Wrong size on Actor_GetActorBounds"); \ static_assert(offsetof(Actor_GetActorBounds, bOnlyCollidingComponents) == 0x000000, "Member 'Actor_GetActorBounds::bOnlyCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(Actor_GetActorBounds, Origin) == 0x000004, "Member 'Actor_GetActorBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(Actor_GetActorBounds, BoxExtent) == 0x000010, "Member 'Actor_GetActorBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(Actor_GetActorBounds, bIncludeFromChildActors) == 0x00001C, "Member 'Actor_GetActorBounds::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorEnableCollision \ static_assert(alignof(Actor_GetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_GetActorEnableCollision"); \ static_assert(sizeof(Actor_GetActorEnableCollision) == 0x000001, "Wrong size on Actor_GetActorEnableCollision"); \ static_assert(offsetof(Actor_GetActorEnableCollision, ReturnValue) == 0x000000, "Member 'Actor_GetActorEnableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorEyesViewPoint \ static_assert(alignof(Actor_GetActorEyesViewPoint) == 0x000004, "Wrong alignment on Actor_GetActorEyesViewPoint"); \ static_assert(sizeof(Actor_GetActorEyesViewPoint) == 0x000018, "Wrong size on Actor_GetActorEyesViewPoint"); \ static_assert(offsetof(Actor_GetActorEyesViewPoint, OutLocation) == 0x000000, "Member 'Actor_GetActorEyesViewPoint::OutLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_GetActorEyesViewPoint, OutRotation) == 0x00000C, "Member 'Actor_GetActorEyesViewPoint::OutRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorForwardVector \ static_assert(alignof(Actor_GetActorForwardVector) == 0x000004, "Wrong alignment on Actor_GetActorForwardVector"); \ static_assert(sizeof(Actor_GetActorForwardVector) == 0x00000C, "Wrong size on Actor_GetActorForwardVector"); \ static_assert(offsetof(Actor_GetActorForwardVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorForwardVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorRelativeScale3D \ static_assert(alignof(Actor_GetActorRelativeScale3D) == 0x000004, "Wrong alignment on Actor_GetActorRelativeScale3D"); \ static_assert(sizeof(Actor_GetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_GetActorRelativeScale3D"); \ static_assert(offsetof(Actor_GetActorRelativeScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorRelativeScale3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorRightVector \ static_assert(alignof(Actor_GetActorRightVector) == 0x000004, "Wrong alignment on Actor_GetActorRightVector"); \ static_assert(sizeof(Actor_GetActorRightVector) == 0x00000C, "Wrong size on Actor_GetActorRightVector"); \ static_assert(offsetof(Actor_GetActorRightVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorRightVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorScale3D \ static_assert(alignof(Actor_GetActorScale3D) == 0x000004, "Wrong alignment on Actor_GetActorScale3D"); \ static_assert(sizeof(Actor_GetActorScale3D) == 0x00000C, "Wrong size on Actor_GetActorScale3D"); \ static_assert(offsetof(Actor_GetActorScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorScale3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorTickInterval \ static_assert(alignof(Actor_GetActorTickInterval) == 0x000004, "Wrong alignment on Actor_GetActorTickInterval"); \ static_assert(sizeof(Actor_GetActorTickInterval) == 0x000004, "Wrong size on Actor_GetActorTickInterval"); \ static_assert(offsetof(Actor_GetActorTickInterval, ReturnValue) == 0x000000, "Member 'Actor_GetActorTickInterval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorTimeDilation \ static_assert(alignof(Actor_GetActorTimeDilation) == 0x000004, "Wrong alignment on Actor_GetActorTimeDilation"); \ static_assert(sizeof(Actor_GetActorTimeDilation) == 0x000004, "Wrong size on Actor_GetActorTimeDilation"); \ static_assert(offsetof(Actor_GetActorTimeDilation, ReturnValue) == 0x000000, "Member 'Actor_GetActorTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetActorUpVector \ static_assert(alignof(Actor_GetActorUpVector) == 0x000004, "Wrong alignment on Actor_GetActorUpVector"); \ static_assert(sizeof(Actor_GetActorUpVector) == 0x00000C, "Wrong size on Actor_GetActorUpVector"); \ static_assert(offsetof(Actor_GetActorUpVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorUpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetAllChildActors \ static_assert(alignof(Actor_GetAllChildActors) == 0x000008, "Wrong alignment on Actor_GetAllChildActors"); \ static_assert(sizeof(Actor_GetAllChildActors) == 0x000018, "Wrong size on Actor_GetAllChildActors"); \ static_assert(offsetof(Actor_GetAllChildActors, ChildActors) == 0x000000, "Member 'Actor_GetAllChildActors::ChildActors' has a wrong offset!"); \ static_assert(offsetof(Actor_GetAllChildActors, bIncludeDescendants) == 0x000010, "Member 'Actor_GetAllChildActors::bIncludeDescendants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetAttachedActors \ static_assert(alignof(Actor_GetAttachedActors) == 0x000008, "Wrong alignment on Actor_GetAttachedActors"); \ static_assert(sizeof(Actor_GetAttachedActors) == 0x000018, "Wrong size on Actor_GetAttachedActors"); \ static_assert(offsetof(Actor_GetAttachedActors, OutActors) == 0x000000, "Member 'Actor_GetAttachedActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(Actor_GetAttachedActors, bResetArray) == 0x000010, "Member 'Actor_GetAttachedActors::bResetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetAttachParentActor \ static_assert(alignof(Actor_GetAttachParentActor) == 0x000008, "Wrong alignment on Actor_GetAttachParentActor"); \ static_assert(sizeof(Actor_GetAttachParentActor) == 0x000008, "Wrong size on Actor_GetAttachParentActor"); \ static_assert(offsetof(Actor_GetAttachParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetAttachParentSocketName \ static_assert(alignof(Actor_GetAttachParentSocketName) == 0x000004, "Wrong alignment on Actor_GetAttachParentSocketName"); \ static_assert(sizeof(Actor_GetAttachParentSocketName) == 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) == 0x000028, "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_GetLifeSpan \ static_assert(alignof(Actor_GetLifeSpan) == 0x000004, "Wrong alignment on Actor_GetLifeSpan"); \ static_assert(sizeof(Actor_GetLifeSpan) == 0x000004, "Wrong size on Actor_GetLifeSpan"); \ static_assert(offsetof(Actor_GetLifeSpan, ReturnValue) == 0x000000, "Member 'Actor_GetLifeSpan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetLocalRole \ static_assert(alignof(Actor_GetLocalRole) == 0x000001, "Wrong alignment on Actor_GetLocalRole"); \ static_assert(sizeof(Actor_GetLocalRole) == 0x000001, "Wrong size on Actor_GetLocalRole"); \ static_assert(offsetof(Actor_GetLocalRole, ReturnValue) == 0x000000, "Member 'Actor_GetLocalRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetOverlappingActors \ static_assert(alignof(Actor_GetOverlappingActors) == 0x000008, "Wrong alignment on Actor_GetOverlappingActors"); \ static_assert(sizeof(Actor_GetOverlappingActors) == 0x000018, "Wrong size on Actor_GetOverlappingActors"); \ static_assert(offsetof(Actor_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'Actor_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(Actor_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'Actor_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetOverlappingComponents \ static_assert(alignof(Actor_GetOverlappingComponents) == 0x000008, "Wrong alignment on Actor_GetOverlappingComponents"); \ static_assert(sizeof(Actor_GetOverlappingComponents) == 0x000010, "Wrong size on Actor_GetOverlappingComponents"); \ static_assert(offsetof(Actor_GetOverlappingComponents, OverlappingComponents) == 0x000000, "Member 'Actor_GetOverlappingComponents::OverlappingComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetOwner \ static_assert(alignof(Actor_GetOwner) == 0x000008, "Wrong alignment on Actor_GetOwner"); \ static_assert(sizeof(Actor_GetOwner) == 0x000008, "Wrong size on Actor_GetOwner"); \ static_assert(offsetof(Actor_GetOwner, ReturnValue) == 0x000000, "Member 'Actor_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetParentActor \ static_assert(alignof(Actor_GetParentActor) == 0x000008, "Wrong alignment on Actor_GetParentActor"); \ static_assert(sizeof(Actor_GetParentActor) == 0x000008, "Wrong size on Actor_GetParentActor"); \ static_assert(offsetof(Actor_GetParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetParentActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetParentComponent \ static_assert(alignof(Actor_GetParentComponent) == 0x000008, "Wrong alignment on Actor_GetParentComponent"); \ static_assert(sizeof(Actor_GetParentComponent) == 0x000008, "Wrong size on Actor_GetParentComponent"); \ static_assert(offsetof(Actor_GetParentComponent, ReturnValue) == 0x000000, "Member 'Actor_GetParentComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetRemoteRole \ static_assert(alignof(Actor_GetRemoteRole) == 0x000001, "Wrong alignment on Actor_GetRemoteRole"); \ static_assert(sizeof(Actor_GetRemoteRole) == 0x000001, "Wrong size on Actor_GetRemoteRole"); \ static_assert(offsetof(Actor_GetRemoteRole, ReturnValue) == 0x000000, "Member 'Actor_GetRemoteRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetSquaredDistanceTo \ static_assert(alignof(Actor_GetSquaredDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredDistanceTo"); \ static_assert(sizeof(Actor_GetSquaredDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredDistanceTo"); \ static_assert(offsetof(Actor_GetSquaredDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredDistanceTo::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Actor_GetSquaredDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredDistanceTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetSquaredHorizontalDistanceTo \ static_assert(alignof(Actor_GetSquaredHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredHorizontalDistanceTo"); \ static_assert(sizeof(Actor_GetSquaredHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredHorizontalDistanceTo"); \ static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetTransform \ static_assert(alignof(Actor_GetTransform) == 0x000010, "Wrong alignment on Actor_GetTransform"); \ static_assert(sizeof(Actor_GetTransform) == 0x000030, "Wrong size on Actor_GetTransform"); \ static_assert(offsetof(Actor_GetTransform, ReturnValue) == 0x000000, "Member 'Actor_GetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetVelocity \ static_assert(alignof(Actor_GetVelocity) == 0x000004, "Wrong alignment on Actor_GetVelocity"); \ static_assert(sizeof(Actor_GetVelocity) == 0x00000C, "Wrong size on Actor_GetVelocity"); \ static_assert(offsetof(Actor_GetVelocity, ReturnValue) == 0x000000, "Member 'Actor_GetVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetVerticalDistanceTo \ static_assert(alignof(Actor_GetVerticalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetVerticalDistanceTo"); \ static_assert(sizeof(Actor_GetVerticalDistanceTo) == 0x000010, "Wrong size on Actor_GetVerticalDistanceTo"); \ static_assert(offsetof(Actor_GetVerticalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetVerticalDistanceTo::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Actor_GetVerticalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetVerticalDistanceTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_HasAuthority \ static_assert(alignof(Actor_HasAuthority) == 0x000001, "Wrong alignment on Actor_HasAuthority"); \ static_assert(sizeof(Actor_HasAuthority) == 0x000001, "Wrong size on Actor_HasAuthority"); \ static_assert(offsetof(Actor_HasAuthority, ReturnValue) == 0x000000, "Member 'Actor_HasAuthority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_IsActorBeingDestroyed \ static_assert(alignof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong alignment on Actor_IsActorBeingDestroyed"); \ static_assert(sizeof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong size on Actor_IsActorBeingDestroyed"); \ static_assert(offsetof(Actor_IsActorBeingDestroyed, ReturnValue) == 0x000000, "Member 'Actor_IsActorBeingDestroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_IsActorTickEnabled \ static_assert(alignof(Actor_IsActorTickEnabled) == 0x000001, "Wrong alignment on Actor_IsActorTickEnabled"); \ static_assert(sizeof(Actor_IsActorTickEnabled) == 0x000001, "Wrong size on Actor_IsActorTickEnabled"); \ static_assert(offsetof(Actor_IsActorTickEnabled, ReturnValue) == 0x000000, "Member 'Actor_IsActorTickEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_IsChildActor \ static_assert(alignof(Actor_IsChildActor) == 0x000001, "Wrong alignment on Actor_IsChildActor"); \ static_assert(sizeof(Actor_IsChildActor) == 0x000001, "Wrong size on Actor_IsChildActor"); \ static_assert(offsetof(Actor_IsChildActor, ReturnValue) == 0x000000, "Member 'Actor_IsChildActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_IsOverlappingActor \ static_assert(alignof(Actor_IsOverlappingActor) == 0x000008, "Wrong alignment on Actor_IsOverlappingActor"); \ static_assert(sizeof(Actor_IsOverlappingActor) == 0x000010, "Wrong size on Actor_IsOverlappingActor"); \ static_assert(offsetof(Actor_IsOverlappingActor, Other) == 0x000000, "Member 'Actor_IsOverlappingActor::Other' has a wrong offset!"); \ static_assert(offsetof(Actor_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'Actor_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_GetActorLocation \ static_assert(alignof(Actor_K2_GetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_GetActorLocation"); \ static_assert(sizeof(Actor_K2_GetActorLocation) == 0x00000C, "Wrong size on Actor_K2_GetActorLocation"); \ static_assert(offsetof(Actor_K2_GetActorLocation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_GetActorRotation \ static_assert(alignof(Actor_K2_GetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_GetActorRotation"); \ static_assert(sizeof(Actor_K2_GetActorRotation) == 0x00000C, "Wrong size on Actor_K2_GetActorRotation"); \ static_assert(offsetof(Actor_K2_GetActorRotation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_GetComponentsByClass \ static_assert(alignof(Actor_K2_GetComponentsByClass) == 0x000008, "Wrong alignment on Actor_K2_GetComponentsByClass"); \ static_assert(sizeof(Actor_K2_GetComponentsByClass) == 0x000018, "Wrong size on Actor_K2_GetComponentsByClass"); \ static_assert(offsetof(Actor_K2_GetComponentsByClass, ComponentClass) == 0x000000, "Member 'Actor_K2_GetComponentsByClass::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_GetComponentsByClass, ReturnValue) == 0x000008, "Member 'Actor_K2_GetComponentsByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_GetRootComponent \ static_assert(alignof(Actor_K2_GetRootComponent) == 0x000008, "Wrong alignment on Actor_K2_GetRootComponent"); \ static_assert(sizeof(Actor_K2_GetRootComponent) == 0x000008, "Wrong size on Actor_K2_GetRootComponent"); \ static_assert(offsetof(Actor_K2_GetRootComponent, ReturnValue) == 0x000000, "Member 'Actor_K2_GetRootComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_WasRecentlyRendered \ static_assert(alignof(Actor_WasRecentlyRendered) == 0x000004, "Wrong alignment on Actor_WasRecentlyRendered"); \ static_assert(sizeof(Actor_WasRecentlyRendered) == 0x000008, "Wrong size on Actor_WasRecentlyRendered"); \ static_assert(offsetof(Actor_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'Actor_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ static_assert(offsetof(Actor_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'Actor_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AActor \ static_assert(alignof(AActor) == 0x000008, "Wrong alignment on AActor"); \ static_assert(sizeof(AActor) == 0x000220, "Wrong size on AActor"); \ static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00005D, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00005E, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, RemoteRole) == 0x00005F, "Member 'AActor::RemoteRole' has a wrong offset!"); \ static_assert(offsetof(AActor, ReplicatedMovement) == 0x000060, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ static_assert(offsetof(AActor, InitialLifeSpan) == 0x000094, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AActor, CustomTimeDilation) == 0x000098, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AActor, AttachmentReplication) == 0x0000A0, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ static_assert(offsetof(AActor, Owner) == 0x0000E0, "Member 'AActor::Owner' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDriverName) == 0x0000E8, "Member 'AActor::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(AActor, Role) == 0x0000F0, "Member 'AActor::Role' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDormancy) == 0x0000F1, "Member 'AActor::NetDormancy' has a wrong offset!"); \ static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x0000F2, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(AActor, AutoReceiveInput) == 0x0000F3, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ static_assert(offsetof(AActor, InputPriority) == 0x0000F4, "Member 'AActor::InputPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, InputComponent) == 0x0000F8, "Member 'AActor::InputComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000100, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(AActor, NetTag) == 0x000104, "Member 'AActor::NetTag' has a wrong offset!"); \ static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000108, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x00010C, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, NetPriority) == 0x000110, "Member 'AActor::NetPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, Instigator) == 0x000118, "Member 'AActor::Instigator' has a wrong offset!"); \ static_assert(offsetof(AActor, Children) == 0x000120, "Member 'AActor::Children' has a wrong offset!"); \ static_assert(offsetof(AActor, RootComponent) == 0x000130, "Member 'AActor::RootComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000138, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ static_assert(offsetof(AActor, Layers) == 0x000150, "Member 'AActor::Layers' has a wrong offset!"); \ static_assert(offsetof(AActor, ParentComponent) == 0x000160, "Member 'AActor::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, Tags) == 0x000170, "Member 'AActor::Tags' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x000180, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakePointDamage) == 0x000181, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x000182, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x000183, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorEndOverlap) == 0x000184, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnBeginCursorOver) == 0x000185, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndCursorOver) == 0x000186, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnClicked) == 0x000187, "Member 'AActor::OnClicked' has a wrong offset!"); \ static_assert(offsetof(AActor, OnReleased) == 0x000188, "Member 'AActor::OnReleased' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchBegin) == 0x000189, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnd) == 0x00018A, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnter) == 0x00018B, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchLeave) == 0x00018C, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorHit) == 0x00018D, "Member 'AActor::OnActorHit' has a wrong offset!"); \ static_assert(offsetof(AActor, OnDestroyed) == 0x00018E, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndPlay) == 0x00018F, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ static_assert(offsetof(AActor, InstanceComponents) == 0x0001F0, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000200, "Member 'AActor::BlueprintCreatedComponents' 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_UBlueprintAsyncActionBase \ static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000030, "Wrong size on UBlueprintAsyncActionBase"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetBase \ static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000078, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ #define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets \ static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000030, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, NewBundles) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::NewBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, OldBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::OldBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, ReturnValue) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList \ static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000040, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, AddBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::AddBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, RemoveBundles) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::RemoveBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, ReturnValue) == 0x000038, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionChangePrimaryAssetBundles \ static_assert(alignof(UAsyncActionChangePrimaryAssetBundles) == 0x000008, "Wrong alignment on UAsyncActionChangePrimaryAssetBundles"); \ static_assert(sizeof(UAsyncActionChangePrimaryAssetBundles) == 0x000088, "Wrong size on UAsyncActionChangePrimaryAssetBundles"); \ static_assert(offsetof(UAsyncActionChangePrimaryAssetBundles, Completed) == 0x000078, "Member 'UAsyncActionChangePrimaryAssetBundles::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleTrailBase \ static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ static_assert(sizeof(UParticleModuleTrailBase) == 0x000030, "Wrong size on UParticleModuleTrailBase"); \ #define DUMPER7_ASSERTS_Controller_CastToPlayerController \ static_assert(alignof(Controller_CastToPlayerController) == 0x000008, "Wrong alignment on Controller_CastToPlayerController"); \ static_assert(sizeof(Controller_CastToPlayerController) == 0x000008, "Wrong size on Controller_CastToPlayerController"); \ static_assert(offsetof(Controller_CastToPlayerController, ReturnValue) == 0x000000, "Member 'Controller_CastToPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_ClientSetLocation \ static_assert(alignof(Controller_ClientSetLocation) == 0x000004, "Wrong alignment on Controller_ClientSetLocation"); \ static_assert(sizeof(Controller_ClientSetLocation) == 0x000018, "Wrong size on Controller_ClientSetLocation"); \ static_assert(offsetof(Controller_ClientSetLocation, NewLocation) == 0x000000, "Member 'Controller_ClientSetLocation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Controller_ClientSetLocation, NewRotation) == 0x00000C, "Member 'Controller_ClientSetLocation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_ClientSetRotation \ static_assert(alignof(Controller_ClientSetRotation) == 0x000004, "Wrong alignment on Controller_ClientSetRotation"); \ static_assert(sizeof(Controller_ClientSetRotation) == 0x000010, "Wrong size on Controller_ClientSetRotation"); \ static_assert(offsetof(Controller_ClientSetRotation, NewRotation) == 0x000000, "Member 'Controller_ClientSetRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(Controller_ClientSetRotation, bResetCamera) == 0x00000C, "Member 'Controller_ClientSetRotation::bResetCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_Possess \ static_assert(alignof(Controller_Possess) == 0x000008, "Wrong alignment on Controller_Possess"); \ static_assert(sizeof(Controller_Possess) == 0x000008, "Wrong size on Controller_Possess"); \ static_assert(offsetof(Controller_Possess, InPawn) == 0x000000, "Member 'Controller_Possess::InPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_ReceiveInstigatedAnyDamage \ static_assert(alignof(Controller_ReceiveInstigatedAnyDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedAnyDamage"); \ static_assert(sizeof(Controller_ReceiveInstigatedAnyDamage) == 0x000020, "Wrong size on Controller_ReceiveInstigatedAnyDamage"); \ static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedAnyDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_ReceivePossess \ static_assert(alignof(Controller_ReceivePossess) == 0x000008, "Wrong alignment on Controller_ReceivePossess"); \ static_assert(sizeof(Controller_ReceivePossess) == 0x000008, "Wrong size on Controller_ReceivePossess"); \ static_assert(offsetof(Controller_ReceivePossess, PossessedPawn) == 0x000000, "Member 'Controller_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_ReceiveUnPossess \ static_assert(alignof(Controller_ReceiveUnPossess) == 0x000008, "Wrong alignment on Controller_ReceiveUnPossess"); \ static_assert(sizeof(Controller_ReceiveUnPossess) == 0x000008, "Wrong size on Controller_ReceiveUnPossess"); \ static_assert(offsetof(Controller_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'Controller_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_SetControlRotation \ static_assert(alignof(Controller_SetControlRotation) == 0x000004, "Wrong alignment on Controller_SetControlRotation"); \ static_assert(sizeof(Controller_SetControlRotation) == 0x00000C, "Wrong size on Controller_SetControlRotation"); \ static_assert(offsetof(Controller_SetControlRotation, NewRotation) == 0x000000, "Member 'Controller_SetControlRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_SetIgnoreLookInput \ static_assert(alignof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreLookInput"); \ static_assert(sizeof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong size on Controller_SetIgnoreLookInput"); \ static_assert(offsetof(Controller_SetIgnoreLookInput, bNewLookInput) == 0x000000, "Member 'Controller_SetIgnoreLookInput::bNewLookInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_SetIgnoreMoveInput \ static_assert(alignof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreMoveInput"); \ static_assert(sizeof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong size on Controller_SetIgnoreMoveInput"); \ static_assert(offsetof(Controller_SetIgnoreMoveInput, bNewMoveInput) == 0x000000, "Member 'Controller_SetIgnoreMoveInput::bNewMoveInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_SetInitialLocationAndRotation \ static_assert(alignof(Controller_SetInitialLocationAndRotation) == 0x000004, "Wrong alignment on Controller_SetInitialLocationAndRotation"); \ static_assert(sizeof(Controller_SetInitialLocationAndRotation) == 0x000018, "Wrong size on Controller_SetInitialLocationAndRotation"); \ static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewLocation) == 0x000000, "Member 'Controller_SetInitialLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewRotation) == 0x00000C, "Member 'Controller_SetInitialLocationAndRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_GetControlRotation \ static_assert(alignof(Controller_GetControlRotation) == 0x000004, "Wrong alignment on Controller_GetControlRotation"); \ static_assert(sizeof(Controller_GetControlRotation) == 0x00000C, "Wrong size on Controller_GetControlRotation"); \ static_assert(offsetof(Controller_GetControlRotation, ReturnValue) == 0x000000, "Member 'Controller_GetControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_GetDesiredRotation \ static_assert(alignof(Controller_GetDesiredRotation) == 0x000004, "Wrong alignment on Controller_GetDesiredRotation"); \ static_assert(sizeof(Controller_GetDesiredRotation) == 0x00000C, "Wrong size on Controller_GetDesiredRotation"); \ static_assert(offsetof(Controller_GetDesiredRotation, ReturnValue) == 0x000000, "Member 'Controller_GetDesiredRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_GetViewTarget \ static_assert(alignof(Controller_GetViewTarget) == 0x000008, "Wrong alignment on Controller_GetViewTarget"); \ static_assert(sizeof(Controller_GetViewTarget) == 0x000008, "Wrong size on Controller_GetViewTarget"); \ static_assert(offsetof(Controller_GetViewTarget, ReturnValue) == 0x000000, "Member 'Controller_GetViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_IsLocalController \ static_assert(alignof(Controller_IsLocalController) == 0x000001, "Wrong alignment on Controller_IsLocalController"); \ static_assert(sizeof(Controller_IsLocalController) == 0x000001, "Wrong size on Controller_IsLocalController"); \ static_assert(offsetof(Controller_IsLocalController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_IsLocalPlayerController \ static_assert(alignof(Controller_IsLocalPlayerController) == 0x000001, "Wrong alignment on Controller_IsLocalPlayerController"); \ static_assert(sizeof(Controller_IsLocalPlayerController) == 0x000001, "Wrong size on Controller_IsLocalPlayerController"); \ static_assert(offsetof(Controller_IsLocalPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_IsLookInputIgnored \ static_assert(alignof(Controller_IsLookInputIgnored) == 0x000001, "Wrong alignment on Controller_IsLookInputIgnored"); \ static_assert(sizeof(Controller_IsLookInputIgnored) == 0x000001, "Wrong size on Controller_IsLookInputIgnored"); \ static_assert(offsetof(Controller_IsLookInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsLookInputIgnored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_IsMoveInputIgnored \ static_assert(alignof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Controller_IsMoveInputIgnored"); \ static_assert(sizeof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong size on Controller_IsMoveInputIgnored"); \ static_assert(offsetof(Controller_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_IsPlayerController \ static_assert(alignof(Controller_IsPlayerController) == 0x000001, "Wrong alignment on Controller_IsPlayerController"); \ static_assert(sizeof(Controller_IsPlayerController) == 0x000001, "Wrong size on Controller_IsPlayerController"); \ static_assert(offsetof(Controller_IsPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_K2_GetPawn \ static_assert(alignof(Controller_K2_GetPawn) == 0x000008, "Wrong alignment on Controller_K2_GetPawn"); \ static_assert(sizeof(Controller_K2_GetPawn) == 0x000008, "Wrong size on Controller_K2_GetPawn"); \ static_assert(offsetof(Controller_K2_GetPawn, ReturnValue) == 0x000000, "Member 'Controller_K2_GetPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Controller_LineOfSightTo \ static_assert(alignof(Controller_LineOfSightTo) == 0x000008, "Wrong alignment on Controller_LineOfSightTo"); \ static_assert(sizeof(Controller_LineOfSightTo) == 0x000018, "Wrong size on Controller_LineOfSightTo"); \ static_assert(offsetof(Controller_LineOfSightTo, Other) == 0x000000, "Member 'Controller_LineOfSightTo::Other' has a wrong offset!"); \ static_assert(offsetof(Controller_LineOfSightTo, ViewPoint) == 0x000008, "Member 'Controller_LineOfSightTo::ViewPoint' has a wrong offset!"); \ static_assert(offsetof(Controller_LineOfSightTo, bAlternateChecks) == 0x000014, "Member 'Controller_LineOfSightTo::bAlternateChecks' has a wrong offset!"); \ static_assert(offsetof(Controller_LineOfSightTo, ReturnValue) == 0x000015, "Member 'Controller_LineOfSightTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AController \ static_assert(alignof(AController) == 0x000008, "Wrong alignment on AController"); \ static_assert(sizeof(AController) == 0x000298, "Wrong size on AController"); \ static_assert(offsetof(AController, PlayerState) == 0x000228, "Member 'AController::PlayerState' has a wrong offset!"); \ static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x000238, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AController, StateName) == 0x000248, "Member 'AController::StateName' has a wrong offset!"); \ static_assert(offsetof(AController, Pawn) == 0x000250, "Member 'AController::Pawn' has a wrong offset!"); \ static_assert(offsetof(AController, Character) == 0x000260, "Member 'AController::Character' has a wrong offset!"); \ static_assert(offsetof(AController, TransformComponent) == 0x000268, "Member 'AController::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(AController, ControlRotation) == 0x000288, "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_ClientAddTextureStreamingLoc \ static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000004, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000014, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x00000C, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x000010, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice \ static_assert(alignof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong alignment on PlayerController_ClientEnableNetworkVoice"); \ static_assert(sizeof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong size on PlayerController_ClientEnableNetworkVoice"); \ static_assert(offsetof(PlayerController_ClientEnableNetworkVoice, bEnable) == 0x000000, "Member 'PlayerController_ClientEnableNetworkVoice::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientGameEnded \ static_assert(alignof(PlayerController_ClientGameEnded) == 0x000008, "Wrong alignment on PlayerController_ClientGameEnded"); \ static_assert(sizeof(PlayerController_ClientGameEnded) == 0x000010, "Wrong size on PlayerController_ClientGameEnded"); \ static_assert(offsetof(PlayerController_ClientGameEnded, EndGameFocus) == 0x000000, "Member 'PlayerController_ClientGameEnded::EndGameFocus' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientGameEnded, bIsWinner) == 0x000008, "Member 'PlayerController_ClientGameEnded::bIsWinner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientGotoState \ static_assert(alignof(PlayerController_ClientGotoState) == 0x000004, "Wrong alignment on PlayerController_ClientGotoState"); \ static_assert(sizeof(PlayerController_ClientGotoState) == 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) == 0x000028, "Wrong size on PlayerController_ClientMutePlayer"); \ static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerID) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlayCameraAnim \ static_assert(alignof(PlayerController_ClientPlayCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientPlayCameraAnim"); \ static_assert(sizeof(PlayerController_ClientPlayCameraAnim) == 0x000028, "Wrong size on PlayerController_ClientPlayCameraAnim"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, AnimToPlay) == 0x000000, "Member 'PlayerController_ClientPlayCameraAnim::AnimToPlay' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Scale) == 0x000008, "Member 'PlayerController_ClientPlayCameraAnim::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Rate) == 0x00000C, "Member 'PlayerController_ClientPlayCameraAnim::Rate' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerController_ClientPlayCameraAnim::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerController_ClientPlayCameraAnim::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerController_ClientPlayCameraAnim::bLoop' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerController_ClientPlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Space) == 0x00001A, "Member 'PlayerController_ClientPlayCameraAnim::Space' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, CustomPlaySpace) == 0x00001C, "Member 'PlayerController_ClientPlayCameraAnim::CustomPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 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) == 0x000020, "Wrong size on PlayerController_ClientPlaySoundAtLocation"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Location) == 0x000008, "Member 'PlayerController_ClientPlaySoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, VolumeMultiplier) == 0x000014, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000018, "Member 'PlayerController_ClientPlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange \ static_assert(alignof(PlayerController_ClientPrepareMapChange) == 0x000004, "Wrong alignment on PlayerController_ClientPrepareMapChange"); \ static_assert(sizeof(PlayerController_ClientPrepareMapChange) == 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_ClientReturnToMainMenu \ static_assert(alignof(PlayerController_ClientReturnToMainMenu) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenu"); \ static_assert(sizeof(PlayerController_ClientReturnToMainMenu) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenu"); \ static_assert(offsetof(PlayerController_ClientReturnToMainMenu, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenu::ReturnReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000018, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ static_assert(alignof(PlayerController_ClientSetCameraFade) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000018, "Wrong size on PlayerController_ClientSetCameraFade"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bEnableFading) == 0x000000, "Member 'PlayerController_ClientSetCameraFade::bEnableFading' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeColor) == 0x000004, "Member 'PlayerController_ClientSetCameraFade::FadeColor' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeAlpha) == 0x000008, "Member 'PlayerController_ClientSetCameraFade::FadeAlpha' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeTime) == 0x000010, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x000014, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x000015, "Member 'PlayerController_ClientSetCameraFade::bHoldWhenFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode \ static_assert(alignof(PlayerController_ClientSetCameraMode) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraMode"); \ static_assert(sizeof(PlayerController_ClientSetCameraMode) == 0x000008, "Wrong size on PlayerController_ClientSetCameraMode"); \ static_assert(offsetof(PlayerController_ClientSetCameraMode, NewCamMode) == 0x000000, "Member 'PlayerController_ClientSetCameraMode::NewCamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode \ static_assert(alignof(PlayerController_ClientSetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_ClientSetCinematicMode"); \ static_assert(sizeof(PlayerController_ClientSetCinematicMode) == 0x000004, "Wrong size on PlayerController_ClientSetCinematicMode"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_ClientSetCinematicMode::bInCinematicMode' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsMovement) == 0x000001, "Member 'PlayerController_ClientSetCinematicMode::bAffectsMovement' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsTurning) == 0x000002, "Member 'PlayerController_ClientSetCinematicMode::bAffectsTurning' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsHUD) == 0x000003, "Member 'PlayerController_ClientSetCinematicMode::bAffectsHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident \ static_assert(alignof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000008, "Wrong alignment on PlayerController_ClientSetForceMipLevelsToBeResident"); \ static_assert(sizeof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000010, "Wrong size on PlayerController_ClientSetForceMipLevelsToBeResident"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, Material) == 0x000000, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::Material' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, ForceDuration) == 0x000008, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x00000C, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetHUD \ static_assert(alignof(PlayerController_ClientSetHUD) == 0x000008, "Wrong alignment on PlayerController_ClientSetHUD"); \ static_assert(sizeof(PlayerController_ClientSetHUD) == 0x000008, "Wrong size on PlayerController_ClientSetHUD"); \ static_assert(offsetof(PlayerController_ClientSetHUD, NewHUDClass) == 0x000000, "Member 'PlayerController_ClientSetHUD::NewHUDClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting \ static_assert(alignof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ClientSetSpectatorWaiting"); \ static_assert(sizeof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ClientSetSpectatorWaiting"); \ static_assert(offsetof(PlayerController_ClientSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ClientSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget \ static_assert(alignof(PlayerController_ClientSetViewTarget) == 0x000008, "Wrong alignment on PlayerController_ClientSetViewTarget"); \ static_assert(sizeof(PlayerController_ClientSetViewTarget) == 0x000018, "Wrong size on PlayerController_ClientSetViewTarget"); \ static_assert(offsetof(PlayerController_ClientSetViewTarget, A) == 0x000000, "Member 'PlayerController_ClientSetViewTarget::A' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetViewTarget, TransitionParams) == 0x000008, "Member 'PlayerController_ClientSetViewTarget::TransitionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect \ static_assert(alignof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnCameraLensEffect"); \ static_assert(sizeof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnCameraLensEffect"); \ static_assert(offsetof(PlayerController_ClientSpawnCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake \ static_assert(alignof(PlayerController_ClientStartCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShake"); \ static_assert(sizeof(PlayerController_ClientStartCameraShake) == 0x000020, "Wrong size on PlayerController_ClientStartCameraShake"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, Scale) == 0x000008, "Member 'PlayerController_ClientStartCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerController_ClientStartCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerController_ClientStartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource \ static_assert(alignof(PlayerController_ClientStartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShakeFromSource"); \ static_assert(sizeof(PlayerController_ClientStartCameraShakeFromSource) == 0x000010, "Wrong size on PlayerController_ClientStartCameraShakeFromSource"); \ static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShakeFromSource::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerController_ClientStartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraAnim \ static_assert(alignof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraAnim"); \ static_assert(sizeof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong size on PlayerController_ClientStopCameraAnim"); \ static_assert(offsetof(PlayerController_ClientStopCameraAnim, AnimToStop) == 0x000000, "Member 'PlayerController_ClientStopCameraAnim::AnimToStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 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) == 0x000028, "Wrong size on PlayerController_ClientUnmutePlayer"); \ static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerID) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus \ static_assert(alignof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000004, "Wrong alignment on PlayerController_ClientUpdateLevelStreamingStatus"); \ static_assert(sizeof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateLevelStreamingStatus"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, PackageName) == 0x000000, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeLoaded) == 0x000008, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x000009, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000A, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000018, "Wrong size on PlayerController_ClientWasKicked"); \ static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ static_assert(sizeof(PlayerController_ConsoleKey) == 0x000018, "Wrong size on PlayerController_ConsoleKey"); \ static_assert(offsetof(PlayerController_ConsoleKey, Key) == 0x000000, "Member 'PlayerController_ConsoleKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_FOV \ static_assert(alignof(PlayerController_FOV) == 0x000004, "Wrong alignment on PlayerController_FOV"); \ static_assert(sizeof(PlayerController_FOV) == 0x000004, "Wrong size on PlayerController_FOV"); \ static_assert(offsetof(PlayerController_FOV, NewFOV) == 0x000000, "Member 'PlayerController_FOV::NewFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback \ static_assert(alignof(PlayerController_K2_ClientPlayForceFeedback) == 0x000008, "Wrong alignment on PlayerController_K2_ClientPlayForceFeedback"); \ static_assert(sizeof(PlayerController_K2_ClientPlayForceFeedback) == 0x000018, "Wrong size on PlayerController_K2_ClientPlayForceFeedback"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_K2_ClientPlayForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, Tag) == 0x000008, "Member 'PlayerController_K2_ClientPlayForceFeedback::Tag' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bLooping) == 0x000010, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000011, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000012, "Member 'PlayerController_K2_ClientPlayForceFeedback::bPlayWhilePaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_LocalTravel \ static_assert(alignof(PlayerController_LocalTravel) == 0x000008, "Wrong alignment on PlayerController_LocalTravel"); \ static_assert(sizeof(PlayerController_LocalTravel) == 0x000010, "Wrong size on PlayerController_LocalTravel"); \ static_assert(offsetof(PlayerController_LocalTravel, URL) == 0x000000, "Member 'PlayerController_LocalTravel::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_OnServerStartedVisualLogger \ static_assert(alignof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong alignment on PlayerController_OnServerStartedVisualLogger"); \ static_assert(sizeof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong size on PlayerController_OnServerStartedVisualLogger"); \ static_assert(offsetof(PlayerController_OnServerStartedVisualLogger, bIsLogging) == 0x000000, "Member 'PlayerController_OnServerStartedVisualLogger::bIsLogging' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_PlayDynamicForceFeedback \ static_assert(alignof(PlayerController_PlayDynamicForceFeedback) == 0x000008, "Wrong alignment on PlayerController_PlayDynamicForceFeedback"); \ static_assert(sizeof(PlayerController_PlayDynamicForceFeedback) == 0x000028, "Wrong size on PlayerController_PlayDynamicForceFeedback"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Intensity) == 0x000000, "Member 'PlayerController_PlayDynamicForceFeedback::Intensity' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Duration) == 0x000004, "Member 'PlayerController_PlayDynamicForceFeedback::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftLarge) == 0x000008, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftLarge' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftSmall) == 0x000009, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftSmall' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightLarge) == 0x00000A, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightLarge' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightSmall) == 0x00000B, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightSmall' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Action) == 0x00000C, "Member 'PlayerController_PlayDynamicForceFeedback::Action' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, LatentInfo) == 0x000010, "Member 'PlayerController_PlayDynamicForceFeedback::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_PlayHapticEffect \ static_assert(alignof(PlayerController_PlayHapticEffect) == 0x000008, "Wrong alignment on PlayerController_PlayHapticEffect"); \ static_assert(sizeof(PlayerController_PlayHapticEffect) == 0x000018, "Wrong size on PlayerController_PlayHapticEffect"); \ static_assert(offsetof(PlayerController_PlayHapticEffect, HapticEffect) == 0x000000, "Member 'PlayerController_PlayHapticEffect::HapticEffect' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayHapticEffect, Hand) == 0x000008, "Member 'PlayerController_PlayHapticEffect::Hand' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayHapticEffect, Scale) == 0x00000C, "Member 'PlayerController_PlayHapticEffect::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerController_PlayHapticEffect, bLoop) == 0x000010, "Member 'PlayerController_PlayHapticEffect::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SendToConsole \ static_assert(alignof(PlayerController_SendToConsole) == 0x000008, "Wrong alignment on PlayerController_SendToConsole"); \ static_assert(sizeof(PlayerController_SendToConsole) == 0x000010, "Wrong size on PlayerController_SendToConsole"); \ static_assert(offsetof(PlayerController_SendToConsole, Command) == 0x000000, "Member 'PlayerController_SendToConsole::Command' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerAcknowledgePossession \ static_assert(alignof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong alignment on PlayerController_ServerAcknowledgePossession"); \ static_assert(sizeof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong size on PlayerController_ServerAcknowledgePossession"); \ static_assert(offsetof(PlayerController_ServerAcknowledgePossession, P) == 0x000000, "Member 'PlayerController_ServerAcknowledgePossession::P' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_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) == 0x000028, "Wrong size on PlayerController_ServerMutePlayer"); \ static_assert(offsetof(PlayerController_ServerMutePlayer, PlayerID) == 0x000000, "Member 'PlayerController_ServerMutePlayer::PlayerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerNotifyLoadedWorld \ static_assert(alignof(PlayerController_ServerNotifyLoadedWorld) == 0x000004, "Wrong alignment on PlayerController_ServerNotifyLoadedWorld"); \ static_assert(sizeof(PlayerController_ServerNotifyLoadedWorld) == 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_ServerSetSpectatorLocation \ static_assert(alignof(PlayerController_ServerSetSpectatorLocation) == 0x000004, "Wrong alignment on PlayerController_ServerSetSpectatorLocation"); \ static_assert(sizeof(PlayerController_ServerSetSpectatorLocation) == 0x000018, "Wrong size on PlayerController_ServerSetSpectatorLocation"); \ static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewLoc) == 0x000000, "Member 'PlayerController_ServerSetSpectatorLocation::NewLoc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewRot) == 0x00000C, "Member 'PlayerController_ServerSetSpectatorLocation::NewRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorWaiting \ static_assert(alignof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ServerSetSpectatorWaiting"); \ static_assert(sizeof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ServerSetSpectatorWaiting"); \ static_assert(offsetof(PlayerController_ServerSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ServerSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerUnmutePlayer \ static_assert(alignof(PlayerController_ServerUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnmutePlayer"); \ static_assert(sizeof(PlayerController_ServerUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ServerUnmutePlayer"); \ static_assert(offsetof(PlayerController_ServerUnmutePlayer, PlayerID) == 0x000000, "Member 'PlayerController_ServerUnmutePlayer::PlayerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerUpdateCamera \ static_assert(alignof(PlayerController_ServerUpdateCamera) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateCamera"); \ static_assert(sizeof(PlayerController_ServerUpdateCamera) == 0x000010, "Wrong size on PlayerController_ServerUpdateCamera"); \ static_assert(offsetof(PlayerController_ServerUpdateCamera, CamLoc) == 0x000000, "Member 'PlayerController_ServerUpdateCamera::CamLoc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ServerUpdateCamera, CamPitchAndYaw) == 0x00000C, "Member 'PlayerController_ServerUpdateCamera::CamPitchAndYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerUpdateLevelVisibility \ static_assert(alignof(PlayerController_ServerUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateLevelVisibility"); \ static_assert(sizeof(PlayerController_ServerUpdateLevelVisibility) == 0x000014, "Wrong size on PlayerController_ServerUpdateLevelVisibility"); \ static_assert(offsetof(PlayerController_ServerUpdateLevelVisibility, LevelVisibility) == 0x000000, "Member 'PlayerController_ServerUpdateLevelVisibility::LevelVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerUpdateMultipleLevelsVisibility \ static_assert(alignof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ static_assert(sizeof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000010, "Wrong size on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ static_assert(offsetof(PlayerController_ServerUpdateMultipleLevelsVisibility, LevelVisibilities) == 0x000000, "Member 'PlayerController_ServerUpdateMultipleLevelsVisibility::LevelVisibilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ServerViewSelf \ static_assert(alignof(PlayerController_ServerViewSelf) == 0x000004, "Wrong alignment on PlayerController_ServerViewSelf"); \ static_assert(sizeof(PlayerController_ServerViewSelf) == 0x000010, "Wrong size on PlayerController_ServerViewSelf"); \ static_assert(offsetof(PlayerController_ServerViewSelf, TransitionParams) == 0x000000, "Member 'PlayerController_ServerViewSelf::TransitionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetAudioListenerAttenuationOverride \ static_assert(alignof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerAttenuationOverride"); \ static_assert(sizeof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000018, "Wrong size on PlayerController_SetAudioListenerAttenuationOverride"); \ static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttenuationLocationOVerride) == 0x000008, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttenuationLocationOVerride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetAudioListenerOverride \ static_assert(alignof(PlayerController_SetAudioListenerOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerOverride"); \ static_assert(sizeof(PlayerController_SetAudioListenerOverride) == 0x000020, "Wrong size on PlayerController_SetAudioListenerOverride"); \ static_assert(offsetof(PlayerController_SetAudioListenerOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerOverride::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetAudioListenerOverride, Location) == 0x000008, "Member 'PlayerController_SetAudioListenerOverride::Location' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetAudioListenerOverride, Rotation) == 0x000014, "Member 'PlayerController_SetAudioListenerOverride::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetCinematicMode \ static_assert(alignof(PlayerController_SetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_SetCinematicMode"); \ static_assert(sizeof(PlayerController_SetCinematicMode) == 0x000005, "Wrong size on PlayerController_SetCinematicMode"); \ static_assert(offsetof(PlayerController_SetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_SetCinematicMode::bInCinematicMode' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'PlayerController_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'PlayerController_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'PlayerController_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'PlayerController_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetControllerLightColor \ static_assert(alignof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong alignment on PlayerController_SetControllerLightColor"); \ static_assert(sizeof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong size on PlayerController_SetControllerLightColor"); \ static_assert(offsetof(PlayerController_SetControllerLightColor, Color) == 0x000000, "Member 'PlayerController_SetControllerLightColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetDisableHaptics \ static_assert(alignof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong alignment on PlayerController_SetDisableHaptics"); \ static_assert(sizeof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong size on PlayerController_SetDisableHaptics"); \ static_assert(offsetof(PlayerController_SetDisableHaptics, bNewDisabled) == 0x000000, "Member 'PlayerController_SetDisableHaptics::bNewDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetHapticsByValue \ static_assert(alignof(PlayerController_SetHapticsByValue) == 0x000004, "Wrong alignment on PlayerController_SetHapticsByValue"); \ static_assert(sizeof(PlayerController_SetHapticsByValue) == 0x00000C, "Wrong size on PlayerController_SetHapticsByValue"); \ static_assert(offsetof(PlayerController_SetHapticsByValue, Frequency) == 0x000000, "Member 'PlayerController_SetHapticsByValue::Frequency' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetHapticsByValue, Amplitude) == 0x000004, "Member 'PlayerController_SetHapticsByValue::Amplitude' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetHapticsByValue, Hand) == 0x000008, "Member 'PlayerController_SetHapticsByValue::Hand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetMouseCursorWidget \ static_assert(alignof(PlayerController_SetMouseCursorWidget) == 0x000008, "Wrong alignment on PlayerController_SetMouseCursorWidget"); \ static_assert(sizeof(PlayerController_SetMouseCursorWidget) == 0x000010, "Wrong size on PlayerController_SetMouseCursorWidget"); \ static_assert(offsetof(PlayerController_SetMouseCursorWidget, Cursor) == 0x000000, "Member 'PlayerController_SetMouseCursorWidget::Cursor' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetMouseCursorWidget, CursorWidget) == 0x000008, "Member 'PlayerController_SetMouseCursorWidget::CursorWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetMouseLocation \ static_assert(alignof(PlayerController_SetMouseLocation) == 0x000004, "Wrong alignment on PlayerController_SetMouseLocation"); \ static_assert(sizeof(PlayerController_SetMouseLocation) == 0x000008, "Wrong size on PlayerController_SetMouseLocation"); \ static_assert(offsetof(PlayerController_SetMouseLocation, X) == 0x000000, "Member 'PlayerController_SetMouseLocation::X' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetMouseLocation, Y) == 0x000004, "Member 'PlayerController_SetMouseLocation::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetName \ static_assert(alignof(PlayerController_SetName) == 0x000008, "Wrong alignment on PlayerController_SetName"); \ static_assert(sizeof(PlayerController_SetName) == 0x000010, "Wrong size on PlayerController_SetName"); \ static_assert(offsetof(PlayerController_SetName, S) == 0x000000, "Member 'PlayerController_SetName::S' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetViewTargetWithBlend \ static_assert(alignof(PlayerController_SetViewTargetWithBlend) == 0x000008, "Wrong alignment on PlayerController_SetViewTargetWithBlend"); \ static_assert(sizeof(PlayerController_SetViewTargetWithBlend) == 0x000018, "Wrong size on PlayerController_SetViewTargetWithBlend"); \ static_assert(offsetof(PlayerController_SetViewTargetWithBlend, NewViewTarget) == 0x000000, "Member 'PlayerController_SetViewTargetWithBlend::NewViewTarget' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendTime) == 0x000008, "Member 'PlayerController_SetViewTargetWithBlend::BlendTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendFunc) == 0x00000C, "Member 'PlayerController_SetViewTargetWithBlend::BlendFunc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendExp) == 0x000010, "Member 'PlayerController_SetViewTargetWithBlend::BlendExp' has a wrong offset!"); \ static_assert(offsetof(PlayerController_SetViewTargetWithBlend, bLockOutgoing) == 0x000014, "Member 'PlayerController_SetViewTargetWithBlend::bLockOutgoing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SetVirtualJoystickVisibility \ static_assert(alignof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong alignment on PlayerController_SetVirtualJoystickVisibility"); \ static_assert(sizeof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong size on PlayerController_SetVirtualJoystickVisibility"); \ static_assert(offsetof(PlayerController_SetVirtualJoystickVisibility, bVisible) == 0x000000, "Member 'PlayerController_SetVirtualJoystickVisibility::bVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_StartFire \ static_assert(alignof(PlayerController_StartFire) == 0x000001, "Wrong alignment on PlayerController_StartFire"); \ static_assert(sizeof(PlayerController_StartFire) == 0x000001, "Wrong size on PlayerController_StartFire"); \ static_assert(offsetof(PlayerController_StartFire, FireModeNum) == 0x000000, "Member 'PlayerController_StartFire::FireModeNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_StopHapticEffect \ static_assert(alignof(PlayerController_StopHapticEffect) == 0x000001, "Wrong alignment on PlayerController_StopHapticEffect"); \ static_assert(sizeof(PlayerController_StopHapticEffect) == 0x000001, "Wrong size on PlayerController_StopHapticEffect"); \ static_assert(offsetof(PlayerController_StopHapticEffect, Hand) == 0x000000, "Member 'PlayerController_StopHapticEffect::Hand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_SwitchLevel \ static_assert(alignof(PlayerController_SwitchLevel) == 0x000008, "Wrong alignment on PlayerController_SwitchLevel"); \ static_assert(sizeof(PlayerController_SwitchLevel) == 0x000010, "Wrong size on PlayerController_SwitchLevel"); \ static_assert(offsetof(PlayerController_SwitchLevel, URL) == 0x000000, "Member 'PlayerController_SwitchLevel::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_TestServerLevelVisibilityChange \ static_assert(alignof(PlayerController_TestServerLevelVisibilityChange) == 0x000004, "Wrong alignment on PlayerController_TestServerLevelVisibilityChange"); \ static_assert(sizeof(PlayerController_TestServerLevelVisibilityChange) == 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) == 0x000004, "Wrong alignment on PlayerController_DeprojectMousePositionToWorld"); \ static_assert(sizeof(PlayerController_DeprojectMousePositionToWorld) == 0x00001C, "Wrong size on PlayerController_DeprojectMousePositionToWorld"); \ static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldLocation) == 0x000000, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldDirection) == 0x00000C, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, ReturnValue) == 0x000018, "Member 'PlayerController_DeprojectMousePositionToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld \ static_assert(alignof(PlayerController_DeprojectScreenPositionToWorld) == 0x000004, "Wrong alignment on PlayerController_DeprojectScreenPositionToWorld"); \ static_assert(sizeof(PlayerController_DeprojectScreenPositionToWorld) == 0x000024, "Wrong size on PlayerController_DeprojectScreenPositionToWorld"); \ static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenX) == 0x000000, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenY) == 0x000004, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenY' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldLocation) == 0x000008, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldDirection) == 0x000014, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ReturnValue) == 0x000020, "Member 'PlayerController_DeprojectScreenPositionToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetFocalLocation \ static_assert(alignof(PlayerController_GetFocalLocation) == 0x000004, "Wrong alignment on PlayerController_GetFocalLocation"); \ static_assert(sizeof(PlayerController_GetFocalLocation) == 0x00000C, "Wrong size on PlayerController_GetFocalLocation"); \ static_assert(offsetof(PlayerController_GetFocalLocation, ReturnValue) == 0x000000, "Member 'PlayerController_GetFocalLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursor \ static_assert(alignof(PlayerController_GetHitResultUnderCursor) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursor"); \ static_assert(sizeof(PlayerController_GetHitResultUnderCursor) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursor"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursor::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursor::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursor::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderCursor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel \ static_assert(alignof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursorByChannel"); \ static_assert(sizeof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursorByChannel"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorByChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursorByChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursorByChannel::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, ReturnValue) == 0x00008C, "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) == 0x0000A0, "Wrong size on PlayerController_GetHitResultUnderCursorForObjects"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ObjectTypes) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, bTraceComplex) == 0x000010, "Member 'PlayerController_GetHitResultUnderCursorForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, HitResult) == 0x000014, "Member 'PlayerController_GetHitResultUnderCursorForObjects::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ReturnValue) == 0x00009C, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger \ static_assert(alignof(PlayerController_GetHitResultUnderFinger) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFinger"); \ static_assert(sizeof(PlayerController_GetHitResultUnderFinger) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFinger"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFinger::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFinger::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFinger::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFinger::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderFinger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel \ static_assert(alignof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFingerByChannel"); \ static_assert(sizeof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFingerByChannel"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerByChannel::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFingerByChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFingerByChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFingerByChannel::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, ReturnValue) == 0x00008C, "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) == 0x0000A8, "Wrong size on PlayerController_GetHitResultUnderFingerForObjects"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerForObjects::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ObjectTypes) == 0x000008, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, bTraceComplex) == 0x000018, "Member 'PlayerController_GetHitResultUnderFingerForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, HitResult) == 0x00001C, "Member 'PlayerController_GetHitResultUnderFingerForObjects::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ReturnValue) == 0x0000A4, "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) == 0x000004, "Wrong alignment on PlayerController_GetInputMotionState"); \ static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000030, "Wrong size on PlayerController_GetInputMotionState"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Tilt) == 0x000000, "Member 'PlayerController_GetInputMotionState::Tilt' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, RotationRate) == 0x00000C, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000018, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000024, "Member 'PlayerController_GetInputMotionState::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta \ static_assert(alignof(PlayerController_GetInputMouseDelta) == 0x000004, "Wrong alignment on PlayerController_GetInputMouseDelta"); \ static_assert(sizeof(PlayerController_GetInputMouseDelta) == 0x000008, "Wrong size on PlayerController_GetInputMouseDelta"); \ static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaX) == 0x000000, "Member 'PlayerController_GetInputMouseDelta::DeltaX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaY) == 0x000004, "Member 'PlayerController_GetInputMouseDelta::DeltaY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputTouchState \ static_assert(alignof(PlayerController_GetInputTouchState) == 0x000004, "Wrong alignment on PlayerController_GetInputTouchState"); \ static_assert(sizeof(PlayerController_GetInputTouchState) == 0x000010, "Wrong size on PlayerController_GetInputTouchState"); \ static_assert(offsetof(PlayerController_GetInputTouchState, FingerIndex) == 0x000000, "Member 'PlayerController_GetInputTouchState::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, LocationX) == 0x000004, "Member 'PlayerController_GetInputTouchState::LocationX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, LocationY) == 0x000008, "Member 'PlayerController_GetInputTouchState::LocationY' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'PlayerController_GetInputTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState \ static_assert(alignof(PlayerController_GetInputVectorKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputVectorKeyState"); \ static_assert(sizeof(PlayerController_GetInputVectorKeyState) == 0x000028, "Wrong size on PlayerController_GetInputVectorKeyState"); \ static_assert(offsetof(PlayerController_GetInputVectorKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputVectorKeyState::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputVectorKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputVectorKeyState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetMousePosition \ static_assert(alignof(PlayerController_GetMousePosition) == 0x000004, "Wrong alignment on PlayerController_GetMousePosition"); \ static_assert(sizeof(PlayerController_GetMousePosition) == 0x00000C, "Wrong size on PlayerController_GetMousePosition"); \ static_assert(offsetof(PlayerController_GetMousePosition, LocationX) == 0x000000, "Member 'PlayerController_GetMousePosition::LocationX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetMousePosition, LocationY) == 0x000004, "Member 'PlayerController_GetMousePosition::LocationY' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetMousePosition, ReturnValue) == 0x000008, "Member 'PlayerController_GetMousePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ static_assert(sizeof(PlayerController_IsInputKeyDown) == 0x000020, "Wrong size on PlayerController_IsInputKeyDown"); \ static_assert(offsetof(PlayerController_IsInputKeyDown, Key) == 0x000000, "Member 'PlayerController_IsInputKeyDown::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_IsInputKeyDown, ReturnValue) == 0x000018, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen \ static_assert(alignof(PlayerController_ProjectWorldLocationToScreen) == 0x000004, "Wrong alignment on PlayerController_ProjectWorldLocationToScreen"); \ static_assert(sizeof(PlayerController_ProjectWorldLocationToScreen) == 0x000018, "Wrong size on PlayerController_ProjectWorldLocationToScreen"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, WorldLocation) == 0x000000, "Member 'PlayerController_ProjectWorldLocationToScreen::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ScreenLocation) == 0x00000C, "Member 'PlayerController_ProjectWorldLocationToScreen::ScreenLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, bPlayerViewportRelative) == 0x000014, "Member 'PlayerController_ProjectWorldLocationToScreen::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ReturnValue) == 0x000015, "Member 'PlayerController_ProjectWorldLocationToScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustPressed \ static_assert(alignof(PlayerController_WasInputKeyJustPressed) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustPressed"); \ static_assert(sizeof(PlayerController_WasInputKeyJustPressed) == 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) == 0x000570, "Wrong size on APlayerController"); \ static_assert(offsetof(APlayerController, Player) == 0x000298, "Member 'APlayerController::Player' has a wrong offset!"); \ static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x0002A0, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x0002A8, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ static_assert(offsetof(APlayerController, MyHUD) == 0x0002B0, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x0002B8, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x0002C0, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x0002C8, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerController, TargetViewRotation) == 0x0002CC, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0002E4, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenActors) == 0x0002F0, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x000300, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x000314, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x000318, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x000324, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClientCap) == 0x000330, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatManager) == 0x000338, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatClass) == 0x000340, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerInput) == 0x000348, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000350, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0003D4, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000410, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetConnection) == 0x000418, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputYawScale) == 0x00042C, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputPitchScale) == 0x000430, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputRollScale) == 0x000434, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x00043C, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000440, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000450, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000451, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x000452, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x000453, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x000454, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000458, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x00045A, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0004D0, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x0004F0, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000548, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x000554, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpawnLocation) == 0x000558, "Member 'APlayerController::SpawnLocation' 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_UBlendSpaceBase \ static_assert(alignof(UBlendSpaceBase) == 0x000008, "Wrong alignment on UBlendSpaceBase"); \ static_assert(sizeof(UBlendSpaceBase) == 0x000148, "Wrong size on UBlendSpaceBase"); \ static_assert(offsetof(UBlendSpaceBase, bRotationBlendInMeshSpace) == 0x000088, "Member 'UBlendSpaceBase::bRotationBlendInMeshSpace' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, AnimLength) == 0x00008C, "Member 'UBlendSpaceBase::AnimLength' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, InterpolationParam) == 0x000090, "Member 'UBlendSpaceBase::InterpolationParam' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, TargetWeightInterpolationSpeedPerSec) == 0x0000A8, "Member 'UBlendSpaceBase::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, NotifyTriggerMode) == 0x0000AC, "Member 'UBlendSpaceBase::NotifyTriggerMode' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, PerBoneBlend) == 0x0000B0, "Member 'UBlendSpaceBase::PerBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, SampleIndexWithMarkers) == 0x0000C0, "Member 'UBlendSpaceBase::SampleIndexWithMarkers' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, SampleData) == 0x0000C8, "Member 'UBlendSpaceBase::SampleData' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, GridSamples) == 0x0000D8, "Member 'UBlendSpaceBase::GridSamples' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, BlendParameters) == 0x0000E8, "Member 'UBlendSpaceBase::BlendParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendSpace \ static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ static_assert(sizeof(UBlendSpace) == 0x000150, "Wrong size on UBlendSpace"); \ static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x000148, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ static_assert(sizeof(UAimOffsetBlendSpace) == 0x000150, "Wrong size on UAimOffsetBlendSpace"); \ #define DUMPER7_ASSERTS_UStreamableRenderAsset \ static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ static_assert(sizeof(UStreamableRenderAsset) == 0x000060, "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, StreamingIndex) == 0x00004C, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ static_assert(offsetof(UStreamableRenderAsset, CachedCombinedLODBias) == 0x000050, "Member 'UStreamableRenderAsset::CachedCombinedLODBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTexture \ static_assert(alignof(UTexture) == 0x000010, "Wrong alignment on UTexture"); \ static_assert(sizeof(UTexture) == 0x000180, "Wrong size on UTexture"); \ static_assert(offsetof(UTexture, LightingGuid) == 0x000068, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODBias) == 0x000078, "Member 'UTexture::LODBias' has a wrong offset!"); \ static_assert(offsetof(UTexture, CompressionSettings) == 0x00007C, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UTexture, Filter) == 0x00007D, "Member 'UTexture::Filter' has a wrong offset!"); \ static_assert(offsetof(UTexture, MipLoadOptions) == 0x00007E, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODGroup) == 0x00007F, "Member 'UTexture::LODGroup' has a wrong offset!"); \ static_assert(offsetof(UTexture, Downscale) == 0x000080, "Member 'UTexture::Downscale' has a wrong offset!"); \ static_assert(offsetof(UTexture, DownscaleOptions) == 0x000084, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, AssetUserData) == 0x000088, "Member 'UTexture::AssetUserData' 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) == 0x000010, "Wrong alignment on UTexture2D"); \ static_assert(sizeof(UTexture2D) == 0x0001A0, "Wrong size on UTexture2D"); \ static_assert(offsetof(UTexture2D, LevelIndex) == 0x000178, "Member 'UTexture2D::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x00017C, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ static_assert(offsetof(UTexture2D, AddressX) == 0x000181, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ static_assert(offsetof(UTexture2D, AddressY) == 0x000182, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ static_assert(offsetof(UTexture2D, ImportedSize) == 0x000184, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightMapTexture2D \ static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ static_assert(sizeof(ULightMapTexture2D) == 0x0001B0, "Wrong size on ULightMapTexture2D"); \ #define DUMPER7_ASSERTS_AnimNotify_GetNotifyName \ static_assert(alignof(AnimNotify_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotify_GetNotifyName"); \ static_assert(sizeof(AnimNotify_GetNotifyName) == 0x000010, "Wrong size on AnimNotify_GetNotifyName"); \ static_assert(offsetof(AnimNotify_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotify_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_Received_Notify \ static_assert(alignof(AnimNotify_Received_Notify) == 0x000008, "Wrong alignment on AnimNotify_Received_Notify"); \ static_assert(sizeof(AnimNotify_Received_Notify) == 0x000018, "Wrong size on AnimNotify_Received_Notify"); \ static_assert(offsetof(AnimNotify_Received_Notify, MeshComp) == 0x000000, "Member 'AnimNotify_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_Received_Notify, Animation) == 0x000008, "Member 'AnimNotify_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_Received_Notify, ReturnValue) == 0x000010, "Member 'AnimNotify_Received_Notify::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify \ static_assert(alignof(UAnimNotify) == 0x000008, "Wrong alignment on UAnimNotify"); \ static_assert(sizeof(UAnimNotify) == 0x000038, "Wrong size on UAnimNotify"); \ #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_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_UTextureLightProfile \ static_assert(alignof(UTextureLightProfile) == 0x000010, "Wrong alignment on UTextureLightProfile"); \ static_assert(sizeof(UTextureLightProfile) == 0x0001B0, "Wrong size on UTextureLightProfile"); \ static_assert(offsetof(UTextureLightProfile, Brightness) == 0x0001A0, "Member 'UTextureLightProfile::Brightness' has a wrong offset!"); \ static_assert(offsetof(UTextureLightProfile, TextureMultiplier) == 0x0001A4, "Member 'UTextureLightProfile::TextureMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_Activate \ static_assert(alignof(ActorComponent_Activate) == 0x000001, "Wrong alignment on ActorComponent_Activate"); \ static_assert(sizeof(ActorComponent_Activate) == 0x000001, "Wrong size on ActorComponent_Activate"); \ static_assert(offsetof(ActorComponent_Activate, bReset) == 0x000000, "Member 'ActorComponent_Activate::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteActor \ static_assert(alignof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteActor"); \ static_assert(sizeof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteActor"); \ static_assert(offsetof(ActorComponent_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteComponent \ static_assert(alignof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteComponent"); \ static_assert(sizeof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteComponent"); \ static_assert(offsetof(ActorComponent_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_K2_DestroyComponent \ static_assert(alignof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong alignment on ActorComponent_K2_DestroyComponent"); \ static_assert(sizeof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong size on ActorComponent_K2_DestroyComponent"); \ static_assert(offsetof(ActorComponent_K2_DestroyComponent, Object) == 0x000000, "Member 'ActorComponent_K2_DestroyComponent::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ReceiveEndPlay \ static_assert(alignof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong alignment on ActorComponent_ReceiveEndPlay"); \ static_assert(sizeof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong size on ActorComponent_ReceiveEndPlay"); \ static_assert(offsetof(ActorComponent_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'ActorComponent_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ReceiveTick \ static_assert(alignof(ActorComponent_ReceiveTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveTick"); \ static_assert(sizeof(ActorComponent_ReceiveTick) == 0x000004, "Wrong size on ActorComponent_ReceiveTick"); \ static_assert(offsetof(ActorComponent_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteActor \ static_assert(alignof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteActor"); \ static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteActor"); \ static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteComponent \ static_assert(alignof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteComponent"); \ static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteComponent"); \ static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetActive \ static_assert(alignof(ActorComponent_SetActive) == 0x000001, "Wrong alignment on ActorComponent_SetActive"); \ static_assert(sizeof(ActorComponent_SetActive) == 0x000002, "Wrong size on ActorComponent_SetActive"); \ static_assert(offsetof(ActorComponent_SetActive, bNewActive) == 0x000000, "Member 'ActorComponent_SetActive::bNewActive' has a wrong offset!"); \ static_assert(offsetof(ActorComponent_SetActive, bReset) == 0x000001, "Member 'ActorComponent_SetActive::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetAutoActivate \ static_assert(alignof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong alignment on ActorComponent_SetAutoActivate"); \ static_assert(sizeof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong size on ActorComponent_SetAutoActivate"); \ static_assert(offsetof(ActorComponent_SetAutoActivate, bNewAutoActivate) == 0x000000, "Member 'ActorComponent_SetAutoActivate::bNewAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickEnabled \ static_assert(alignof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_SetComponentTickEnabled"); \ static_assert(sizeof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_SetComponentTickEnabled"); \ static_assert(offsetof(ActorComponent_SetComponentTickEnabled, bEnabled) == 0x000000, "Member 'ActorComponent_SetComponentTickEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickInterval \ static_assert(alignof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickInterval"); \ static_assert(sizeof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_SetComponentTickInterval"); \ static_assert(offsetof(ActorComponent_SetComponentTickInterval, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickInterval::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickIntervalAndCooldown \ static_assert(alignof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickIntervalAndCooldown"); \ static_assert(sizeof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong size on ActorComponent_SetComponentTickIntervalAndCooldown"); \ static_assert(offsetof(ActorComponent_SetComponentTickIntervalAndCooldown, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickIntervalAndCooldown::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetIsReplicated \ static_assert(alignof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong alignment on ActorComponent_SetIsReplicated"); \ static_assert(sizeof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong size on ActorComponent_SetIsReplicated"); \ static_assert(offsetof(ActorComponent_SetIsReplicated, ShouldReplicate) == 0x000000, "Member 'ActorComponent_SetIsReplicated::ShouldReplicate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetTickableWhenPaused \ static_assert(alignof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong alignment on ActorComponent_SetTickableWhenPaused"); \ static_assert(sizeof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong size on ActorComponent_SetTickableWhenPaused"); \ static_assert(offsetof(ActorComponent_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'ActorComponent_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetTickGroup \ static_assert(alignof(ActorComponent_SetTickGroup) == 0x000001, "Wrong alignment on ActorComponent_SetTickGroup"); \ static_assert(sizeof(ActorComponent_SetTickGroup) == 0x000001, "Wrong size on ActorComponent_SetTickGroup"); \ static_assert(offsetof(ActorComponent_SetTickGroup, NewTickGroup) == 0x000000, "Member 'ActorComponent_SetTickGroup::NewTickGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ComponentHasTag \ static_assert(alignof(ActorComponent_ComponentHasTag) == 0x000004, "Wrong alignment on ActorComponent_ComponentHasTag"); \ static_assert(sizeof(ActorComponent_ComponentHasTag) == 0x00000C, "Wrong size on ActorComponent_ComponentHasTag"); \ static_assert(offsetof(ActorComponent_ComponentHasTag, Tag) == 0x000000, "Member 'ActorComponent_ComponentHasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(ActorComponent_ComponentHasTag, ReturnValue) == 0x000008, "Member 'ActorComponent_ComponentHasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_GetComponentTickInterval \ static_assert(alignof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_GetComponentTickInterval"); \ static_assert(sizeof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_GetComponentTickInterval"); \ static_assert(offsetof(ActorComponent_GetComponentTickInterval, ReturnValue) == 0x000000, "Member 'ActorComponent_GetComponentTickInterval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_GetOwner \ static_assert(alignof(ActorComponent_GetOwner) == 0x000008, "Wrong alignment on ActorComponent_GetOwner"); \ static_assert(sizeof(ActorComponent_GetOwner) == 0x000008, "Wrong size on ActorComponent_GetOwner"); \ static_assert(offsetof(ActorComponent_GetOwner, ReturnValue) == 0x000000, "Member 'ActorComponent_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsActive \ static_assert(alignof(ActorComponent_IsActive) == 0x000001, "Wrong alignment on ActorComponent_IsActive"); \ static_assert(sizeof(ActorComponent_IsActive) == 0x000001, "Wrong size on ActorComponent_IsActive"); \ static_assert(offsetof(ActorComponent_IsActive, ReturnValue) == 0x000000, "Member 'ActorComponent_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsBeingDestroyed \ static_assert(alignof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong alignment on ActorComponent_IsBeingDestroyed"); \ static_assert(sizeof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong size on ActorComponent_IsBeingDestroyed"); \ static_assert(offsetof(ActorComponent_IsBeingDestroyed, ReturnValue) == 0x000000, "Member 'ActorComponent_IsBeingDestroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsComponentTickEnabled \ static_assert(alignof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_IsComponentTickEnabled"); \ static_assert(sizeof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_IsComponentTickEnabled"); \ static_assert(offsetof(ActorComponent_IsComponentTickEnabled, ReturnValue) == 0x000000, "Member 'ActorComponent_IsComponentTickEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorComponent \ static_assert(alignof(UActorComponent) == 0x000008, "Wrong alignment on UActorComponent"); \ static_assert(sizeof(UActorComponent) == 0x0000B0, "Wrong size on UActorComponent"); \ static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000030, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, ComponentTags) == 0x000060, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, AssetUserData) == 0x000070, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x000084, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, CreationMethod) == 0x00008C, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x00008D, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x00008E, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x000090, "Member 'UActorComponent::UCSModifiedProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetAffectTranslucentLighting \ static_assert(alignof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on Light_SetAffectTranslucentLighting"); \ static_assert(sizeof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong size on Light_SetAffectTranslucentLighting"); \ static_assert(offsetof(Light_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'Light_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetBrightness \ static_assert(alignof(Light_SetBrightness) == 0x000004, "Wrong alignment on Light_SetBrightness"); \ static_assert(sizeof(Light_SetBrightness) == 0x000004, "Wrong size on Light_SetBrightness"); \ static_assert(offsetof(Light_SetBrightness, NewBrightness) == 0x000000, "Member 'Light_SetBrightness::NewBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetCastShadows \ static_assert(alignof(Light_SetCastShadows) == 0x000001, "Wrong alignment on Light_SetCastShadows"); \ static_assert(sizeof(Light_SetCastShadows) == 0x000001, "Wrong size on Light_SetCastShadows"); \ static_assert(offsetof(Light_SetCastShadows, bNewValue) == 0x000000, "Member 'Light_SetCastShadows::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetEnabled \ static_assert(alignof(Light_SetEnabled) == 0x000001, "Wrong alignment on Light_SetEnabled"); \ static_assert(sizeof(Light_SetEnabled) == 0x000001, "Wrong size on Light_SetEnabled"); \ static_assert(offsetof(Light_SetEnabled, bSetEnabled) == 0x000000, "Member 'Light_SetEnabled::bSetEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetLightColor \ static_assert(alignof(Light_SetLightColor) == 0x000004, "Wrong alignment on Light_SetLightColor"); \ static_assert(sizeof(Light_SetLightColor) == 0x000010, "Wrong size on Light_SetLightColor"); \ static_assert(offsetof(Light_SetLightColor, NewLightColor) == 0x000000, "Member 'Light_SetLightColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetLightFunctionFadeDistance \ static_assert(alignof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on Light_SetLightFunctionFadeDistance"); \ static_assert(sizeof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on Light_SetLightFunctionFadeDistance"); \ static_assert(offsetof(Light_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'Light_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetLightFunctionMaterial \ static_assert(alignof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on Light_SetLightFunctionMaterial"); \ static_assert(sizeof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong size on Light_SetLightFunctionMaterial"); \ static_assert(offsetof(Light_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'Light_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_SetLightFunctionScale \ static_assert(alignof(Light_SetLightFunctionScale) == 0x000004, "Wrong alignment on Light_SetLightFunctionScale"); \ static_assert(sizeof(Light_SetLightFunctionScale) == 0x00000C, "Wrong size on Light_SetLightFunctionScale"); \ static_assert(offsetof(Light_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'Light_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_GetBrightness \ static_assert(alignof(Light_GetBrightness) == 0x000004, "Wrong alignment on Light_GetBrightness"); \ static_assert(sizeof(Light_GetBrightness) == 0x000004, "Wrong size on Light_GetBrightness"); \ static_assert(offsetof(Light_GetBrightness, ReturnValue) == 0x000000, "Member 'Light_GetBrightness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_GetLightColor \ static_assert(alignof(Light_GetLightColor) == 0x000004, "Wrong alignment on Light_GetLightColor"); \ static_assert(sizeof(Light_GetLightColor) == 0x000010, "Wrong size on Light_GetLightColor"); \ static_assert(offsetof(Light_GetLightColor, ReturnValue) == 0x000000, "Member 'Light_GetLightColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Light_IsEnabled \ static_assert(alignof(Light_IsEnabled) == 0x000001, "Wrong alignment on Light_IsEnabled"); \ static_assert(sizeof(Light_IsEnabled) == 0x000001, "Wrong size on Light_IsEnabled"); \ static_assert(offsetof(Light_IsEnabled, ReturnValue) == 0x000000, "Member 'Light_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALight \ static_assert(alignof(ALight) == 0x000008, "Wrong alignment on ALight"); \ static_assert(sizeof(ALight) == 0x000230, "Wrong size on ALight"); \ static_assert(offsetof(ALight, LightComponent) == 0x000220, "Member 'ALight::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARectLight \ static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ static_assert(sizeof(ARectLight) == 0x000238, "Wrong size on ARectLight"); \ static_assert(offsetof(ARectLight, RectLightComponent) == 0x000230, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UApplicationLifecycleComponent \ static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ static_assert(sizeof(UApplicationLifecycleComponent) == 0x000140, "Wrong size on UApplicationLifecycleComponent"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000B0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000C0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000130, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpression \ static_assert(alignof(UMaterialExpression) == 0x000008, "Wrong alignment on UMaterialExpression"); \ static_assert(sizeof(UMaterialExpression) == 0x000040, "Wrong size on UMaterialExpression"); \ static_assert(offsetof(UMaterialExpression, Material) == 0x000028, "Member 'UMaterialExpression::Material' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpression, Function) == 0x000030, "Member 'UMaterialExpression::Function' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x000058, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x000040, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeleton \ static_assert(alignof(USkeleton) == 0x000008, "Wrong alignment on USkeleton"); \ static_assert(sizeof(USkeleton) == 0x000390, "Wrong size on USkeleton"); \ static_assert(offsetof(USkeleton, BoneTree) == 0x000038, "Member 'USkeleton::BoneTree' has a wrong offset!"); \ static_assert(offsetof(USkeleton, RefLocalPoses) == 0x000048, "Member 'USkeleton::RefLocalPoses' has a wrong offset!"); \ static_assert(offsetof(USkeleton, VirtualBoneGuid) == 0x000170, "Member 'USkeleton::VirtualBoneGuid' has a wrong offset!"); \ static_assert(offsetof(USkeleton, VirtualBones) == 0x000180, "Member 'USkeleton::VirtualBones' has a wrong offset!"); \ static_assert(offsetof(USkeleton, Sockets) == 0x000190, "Member 'USkeleton::Sockets' has a wrong offset!"); \ static_assert(offsetof(USkeleton, SmartNames) == 0x0001F0, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ static_assert(offsetof(USkeleton, BlendProfiles) == 0x000270, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ static_assert(offsetof(USkeleton, SlotGroups) == 0x000280, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ static_assert(offsetof(USkeleton, AssetUserData) == 0x000380, "Member 'USkeleton::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties \ static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x000040, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ #define DUMPER7_ASSERTS_AInfo \ static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ static_assert(sizeof(AInfo) == 0x000220, "Wrong size on AInfo"); \ #define DUMPER7_ASSERTS_SceneComponent_DetachFromParent \ static_assert(alignof(SceneComponent_DetachFromParent) == 0x000001, "Wrong alignment on SceneComponent_DetachFromParent"); \ static_assert(sizeof(SceneComponent_DetachFromParent) == 0x000002, "Wrong size on SceneComponent_DetachFromParent"); \ static_assert(offsetof(SceneComponent_DetachFromParent, bMaintainWorldPosition) == 0x000000, "Member 'SceneComponent_DetachFromParent::bMaintainWorldPosition' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_DetachFromParent, bCallModify) == 0x000001, "Member 'SceneComponent_DetachFromParent::bCallModify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset \ static_assert(alignof(SceneComponent_K2_AddLocalOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalOffset"); \ static_assert(sizeof(SceneComponent_K2_AddLocalOffset) == 0x00009C, "Wrong size on SceneComponent_K2_AddLocalOffset"); \ static_assert(offsetof(SceneComponent_K2_AddLocalOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddLocalOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddLocalOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalRotation \ static_assert(alignof(SceneComponent_K2_AddLocalRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalRotation"); \ static_assert(sizeof(SceneComponent_K2_AddLocalRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddLocalRotation"); \ static_assert(offsetof(SceneComponent_K2_AddLocalRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddLocalRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on SceneComponent_K2_AddLocalTransform"); \ static_assert(offsetof(SceneComponent_K2_AddLocalTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddLocalTransform::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddLocalTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddLocalTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_AddLocalTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeLocation \ static_assert(alignof(SceneComponent_K2_AddRelativeLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeLocation"); \ static_assert(sizeof(SceneComponent_K2_AddRelativeLocation) == 0x00009C, "Wrong size on SceneComponent_K2_AddRelativeLocation"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeLocation::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddRelativeLocation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeRotation \ static_assert(alignof(SceneComponent_K2_AddRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeRotation"); \ static_assert(sizeof(SceneComponent_K2_AddRelativeRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddRelativeRotation"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddRelativeRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldOffset \ static_assert(alignof(SceneComponent_K2_AddWorldOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldOffset"); \ static_assert(sizeof(SceneComponent_K2_AddWorldOffset) == 0x00009C, "Wrong size on SceneComponent_K2_AddWorldOffset"); \ static_assert(offsetof(SceneComponent_K2_AddWorldOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddWorldOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bTeleport) == 0x000098, "Member 'SceneComponent_K2_AddWorldOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldRotation \ static_assert(alignof(SceneComponent_K2_AddWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldRotation"); \ static_assert(sizeof(SceneComponent_K2_AddWorldRotation) == 0x00009C, "Wrong size on SceneComponent_K2_AddWorldRotation"); \ static_assert(offsetof(SceneComponent_K2_AddWorldRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddWorldRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on SceneComponent_K2_AddWorldTransform"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransform::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bTeleport) == 0x0000BC, "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) == 0x0000C0, "Wrong size on SceneComponent_K2_AddWorldTransformKeepScale"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bTeleport) == 0x0000BC, "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) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocation"); \ static_assert(sizeof(SceneComponent_K2_SetRelativeLocation) == 0x00009C, "Wrong size on SceneComponent_K2_SetRelativeLocation"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetRelativeLocation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocationAndRotation \ static_assert(alignof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocationAndRotation"); \ static_assert(sizeof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x0000A8, "Wrong size on SceneComponent_K2_SetRelativeLocationAndRotation"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bTeleport) == 0x0000A4, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeRotation \ static_assert(alignof(SceneComponent_K2_SetRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeRotation"); \ static_assert(sizeof(SceneComponent_K2_SetRelativeRotation) == 0x00009C, "Wrong size on SceneComponent_K2_SetRelativeRotation"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on SceneComponent_K2_SetRelativeTransform"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetRelativeTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetRelativeTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetRelativeTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_SetRelativeTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocation \ static_assert(alignof(SceneComponent_K2_SetWorldLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocation"); \ static_assert(sizeof(SceneComponent_K2_SetWorldLocation) == 0x00009C, "Wrong size on SceneComponent_K2_SetWorldLocation"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bTeleport) == 0x000098, "Member 'SceneComponent_K2_SetWorldLocation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocationAndRotation \ static_assert(alignof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocationAndRotation"); \ static_assert(sizeof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x0000A8, "Wrong size on SceneComponent_K2_SetWorldLocationAndRotation"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bTeleport) == 0x0000A4, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldRotation \ static_assert(alignof(SceneComponent_K2_SetWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldRotation"); \ static_assert(sizeof(SceneComponent_K2_SetWorldRotation) == 0x00009C, "Wrong size on SceneComponent_K2_SetWorldRotation"); \ static_assert(offsetof(SceneComponent_K2_SetWorldRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetWorldRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bTeleport) == 0x000098, "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) == 0x0000C0, "Wrong size on SceneComponent_K2_SetWorldTransform"); \ static_assert(offsetof(SceneComponent_K2_SetWorldTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetWorldTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetWorldTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetWorldTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bTeleport) == 0x0000BC, "Member 'SceneComponent_K2_SetWorldTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_OnRep_Visibility \ static_assert(alignof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong alignment on SceneComponent_OnRep_Visibility"); \ static_assert(sizeof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong size on SceneComponent_OnRep_Visibility"); \ static_assert(offsetof(SceneComponent_OnRep_Visibility, OldValue) == 0x000000, "Member 'SceneComponent_OnRep_Visibility::OldValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetAbsolute \ static_assert(alignof(SceneComponent_SetAbsolute) == 0x000001, "Wrong alignment on SceneComponent_SetAbsolute"); \ static_assert(sizeof(SceneComponent_SetAbsolute) == 0x000003, "Wrong size on SceneComponent_SetAbsolute"); \ static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteLocation) == 0x000000, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteLocation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteRotation) == 0x000001, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteRotation' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteScale) == 0x000002, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetHiddenInGame \ static_assert(alignof(SceneComponent_SetHiddenInGame) == 0x000001, "Wrong alignment on SceneComponent_SetHiddenInGame"); \ static_assert(sizeof(SceneComponent_SetHiddenInGame) == 0x000002, "Wrong size on SceneComponent_SetHiddenInGame"); \ static_assert(offsetof(SceneComponent_SetHiddenInGame, NewHidden) == 0x000000, "Member 'SceneComponent_SetHiddenInGame::NewHidden' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SetHiddenInGame, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetHiddenInGame::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetMobility \ static_assert(alignof(SceneComponent_SetMobility) == 0x000001, "Wrong alignment on SceneComponent_SetMobility"); \ static_assert(sizeof(SceneComponent_SetMobility) == 0x000001, "Wrong size on SceneComponent_SetMobility"); \ static_assert(offsetof(SceneComponent_SetMobility, NewMobility) == 0x000000, "Member 'SceneComponent_SetMobility::NewMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetRelativeScale3D \ static_assert(alignof(SceneComponent_SetRelativeScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetRelativeScale3D"); \ static_assert(sizeof(SceneComponent_SetRelativeScale3D) == 0x00000C, "Wrong size on SceneComponent_SetRelativeScale3D"); \ static_assert(offsetof(SceneComponent_SetRelativeScale3D, NewScale3D) == 0x000000, "Member 'SceneComponent_SetRelativeScale3D::NewScale3D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetShouldUpdatePhysicsVolume \ static_assert(alignof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_SetShouldUpdatePhysicsVolume"); \ static_assert(sizeof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_SetShouldUpdatePhysicsVolume"); \ static_assert(offsetof(SceneComponent_SetShouldUpdatePhysicsVolume, bInShouldUpdatePhysicsVolume) == 0x000000, "Member 'SceneComponent_SetShouldUpdatePhysicsVolume::bInShouldUpdatePhysicsVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetVisibility \ static_assert(alignof(SceneComponent_SetVisibility) == 0x000001, "Wrong alignment on SceneComponent_SetVisibility"); \ static_assert(sizeof(SceneComponent_SetVisibility) == 0x000002, "Wrong size on SceneComponent_SetVisibility"); \ static_assert(offsetof(SceneComponent_SetVisibility, bNewVisibility) == 0x000000, "Member 'SceneComponent_SetVisibility::bNewVisibility' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SetVisibility, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetVisibility::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SetWorldScale3D \ static_assert(alignof(SceneComponent_SetWorldScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetWorldScale3D"); \ static_assert(sizeof(SceneComponent_SetWorldScale3D) == 0x00000C, "Wrong size on SceneComponent_SetWorldScale3D"); \ static_assert(offsetof(SceneComponent_SetWorldScale3D, NewScale) == 0x000000, "Member 'SceneComponent_SetWorldScale3D::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_SnapTo \ static_assert(alignof(SceneComponent_SnapTo) == 0x000008, "Wrong alignment on SceneComponent_SnapTo"); \ static_assert(sizeof(SceneComponent_SnapTo) == 0x000018, "Wrong size on SceneComponent_SnapTo"); \ static_assert(offsetof(SceneComponent_SnapTo, InParent) == 0x000000, "Member 'SceneComponent_SnapTo::InParent' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SnapTo, InSocketName) == 0x000008, "Member 'SceneComponent_SnapTo::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_SnapTo, ReturnValue) == 0x000010, "Member 'SceneComponent_SnapTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_ToggleVisibility \ static_assert(alignof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong alignment on SceneComponent_ToggleVisibility"); \ static_assert(sizeof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong size on SceneComponent_ToggleVisibility"); \ static_assert(offsetof(SceneComponent_ToggleVisibility, bPropagateToChildren) == 0x000000, "Member 'SceneComponent_ToggleVisibility::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_DoesSocketExist \ static_assert(alignof(SceneComponent_DoesSocketExist) == 0x000004, "Wrong alignment on SceneComponent_DoesSocketExist"); \ static_assert(sizeof(SceneComponent_DoesSocketExist) == 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) == 0x000004, "Wrong alignment on SceneComponent_GetComponentVelocity"); \ static_assert(sizeof(SceneComponent_GetComponentVelocity) == 0x00000C, "Wrong size on SceneComponent_GetComponentVelocity"); \ static_assert(offsetof(SceneComponent_GetComponentVelocity, ReturnValue) == 0x000000, "Member 'SceneComponent_GetComponentVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetForwardVector \ static_assert(alignof(SceneComponent_GetForwardVector) == 0x000004, "Wrong alignment on SceneComponent_GetForwardVector"); \ static_assert(sizeof(SceneComponent_GetForwardVector) == 0x00000C, "Wrong size on SceneComponent_GetForwardVector"); \ static_assert(offsetof(SceneComponent_GetForwardVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetForwardVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetNumChildrenComponents \ static_assert(alignof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong alignment on SceneComponent_GetNumChildrenComponents"); \ static_assert(sizeof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong size on SceneComponent_GetNumChildrenComponents"); \ static_assert(offsetof(SceneComponent_GetNumChildrenComponents, ReturnValue) == 0x000000, "Member 'SceneComponent_GetNumChildrenComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetParentComponents \ static_assert(alignof(SceneComponent_GetParentComponents) == 0x000008, "Wrong alignment on SceneComponent_GetParentComponents"); \ static_assert(sizeof(SceneComponent_GetParentComponents) == 0x000010, "Wrong size on SceneComponent_GetParentComponents"); \ static_assert(offsetof(SceneComponent_GetParentComponents, Parents) == 0x000000, "Member 'SceneComponent_GetParentComponents::Parents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetPhysicsVolume \ static_assert(alignof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on SceneComponent_GetPhysicsVolume"); \ static_assert(sizeof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong size on SceneComponent_GetPhysicsVolume"); \ static_assert(offsetof(SceneComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetRelativeTransform \ static_assert(alignof(SceneComponent_GetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_GetRelativeTransform"); \ static_assert(sizeof(SceneComponent_GetRelativeTransform) == 0x000030, "Wrong size on SceneComponent_GetRelativeTransform"); \ static_assert(offsetof(SceneComponent_GetRelativeTransform, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetRightVector \ static_assert(alignof(SceneComponent_GetRightVector) == 0x000004, "Wrong alignment on SceneComponent_GetRightVector"); \ static_assert(sizeof(SceneComponent_GetRightVector) == 0x00000C, "Wrong size on SceneComponent_GetRightVector"); \ static_assert(offsetof(SceneComponent_GetRightVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRightVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetShouldUpdatePhysicsVolume \ static_assert(alignof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_GetShouldUpdatePhysicsVolume"); \ static_assert(sizeof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_GetShouldUpdatePhysicsVolume"); \ static_assert(offsetof(SceneComponent_GetShouldUpdatePhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetShouldUpdatePhysicsVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetSocketLocation \ static_assert(alignof(SceneComponent_GetSocketLocation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketLocation"); \ static_assert(sizeof(SceneComponent_GetSocketLocation) == 0x000014, "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) == 0x000020, "Wrong size on SceneComponent_GetSocketQuaternion"); \ static_assert(offsetof(SceneComponent_GetSocketQuaternion, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketQuaternion::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_GetSocketQuaternion, ReturnValue) == 0x000010, "Member 'SceneComponent_GetSocketQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_GetSocketRotation \ static_assert(alignof(SceneComponent_GetSocketRotation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketRotation"); \ static_assert(sizeof(SceneComponent_GetSocketRotation) == 0x000014, "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) == 0x000040, "Wrong size on SceneComponent_GetSocketTransform"); \ static_assert(offsetof(SceneComponent_GetSocketTransform, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketTransform::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_GetSocketTransform, TransformSpace) == 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) == 0x000004, "Wrong alignment on SceneComponent_GetUpVector"); \ static_assert(sizeof(SceneComponent_GetUpVector) == 0x00000C, "Wrong size on SceneComponent_GetUpVector"); \ static_assert(offsetof(SceneComponent_GetUpVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetUpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_IsAnySimulatingPhysics \ static_assert(alignof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong alignment on SceneComponent_IsAnySimulatingPhysics"); \ static_assert(sizeof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong size on SceneComponent_IsAnySimulatingPhysics"); \ static_assert(offsetof(SceneComponent_IsAnySimulatingPhysics, ReturnValue) == 0x000000, "Member 'SceneComponent_IsAnySimulatingPhysics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_IsSimulatingPhysics \ static_assert(alignof(SceneComponent_IsSimulatingPhysics) == 0x000004, "Wrong alignment on SceneComponent_IsSimulatingPhysics"); \ static_assert(sizeof(SceneComponent_IsSimulatingPhysics) == 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) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentLocation"); \ static_assert(sizeof(SceneComponent_K2_GetComponentLocation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentLocation"); \ static_assert(offsetof(SceneComponent_K2_GetComponentLocation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentRotation \ static_assert(alignof(SceneComponent_K2_GetComponentRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentRotation"); \ static_assert(sizeof(SceneComponent_K2_GetComponentRotation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentRotation"); \ static_assert(offsetof(SceneComponent_K2_GetComponentRotation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentScale \ static_assert(alignof(SceneComponent_K2_GetComponentScale) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentScale"); \ static_assert(sizeof(SceneComponent_K2_GetComponentScale) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentScale"); \ static_assert(offsetof(SceneComponent_K2_GetComponentScale, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentToWorld \ static_assert(alignof(SceneComponent_K2_GetComponentToWorld) == 0x000010, "Wrong alignment on SceneComponent_K2_GetComponentToWorld"); \ static_assert(sizeof(SceneComponent_K2_GetComponentToWorld) == 0x000030, "Wrong size on SceneComponent_K2_GetComponentToWorld"); \ static_assert(offsetof(SceneComponent_K2_GetComponentToWorld, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneComponent \ static_assert(alignof(USceneComponent) == 0x000010, "Wrong alignment on USceneComponent"); \ static_assert(sizeof(USceneComponent) == 0x000200, "Wrong size on USceneComponent"); \ static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000B8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachParent) == 0x0000C0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000C8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000D0, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000E0, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeLocation) == 0x00011C, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000128, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000134, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000140, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, Mobility) == 0x00014F, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, DetailMode) == 0x000150, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x000151, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ static_assert(alignof(CurveVector_GetVectorValue) == 0x000004, "Wrong alignment on CurveVector_GetVectorValue"); \ static_assert(sizeof(CurveVector_GetVectorValue) == 0x000010, "Wrong size on CurveVector_GetVectorValue"); \ static_assert(offsetof(CurveVector_GetVectorValue, InTime) == 0x000000, "Member 'CurveVector_GetVectorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveVector_GetVectorValue, ReturnValue) == 0x000004, "Member 'CurveVector_GetVectorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveVector \ static_assert(alignof(UCurveVector) == 0x000008, "Wrong alignment on UCurveVector"); \ static_assert(sizeof(UCurveVector) == 0x0001B0, "Wrong size on UCurveVector"); \ static_assert(offsetof(UCurveVector, FloatCurves) == 0x000030, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightMapVirtualTexture2D \ static_assert(alignof(ULightMapVirtualTexture2D) == 0x000010, "Wrong alignment on ULightMapVirtualTexture2D"); \ static_assert(sizeof(ULightMapVirtualTexture2D) == 0x0001C0, "Wrong size on ULightMapVirtualTexture2D"); \ static_assert(offsetof(ULightMapVirtualTexture2D, TypeToLayer) == 0x0001A0, "Member 'ULightMapVirtualTexture2D::TypeToLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UEngine \ static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ static_assert(sizeof(UEngine) == 0x000D20, "Wrong size on UEngine"); \ static_assert(offsetof(UEngine, TinyFont) == 0x000030, "Member 'UEngine::TinyFont' has a wrong offset!"); \ static_assert(offsetof(UEngine, TinyFontName) == 0x000038, "Member 'UEngine::TinyFontName' has a wrong offset!"); \ static_assert(offsetof(UEngine, SmallFont) == 0x000050, "Member 'UEngine::SmallFont' has a wrong offset!"); \ static_assert(offsetof(UEngine, SmallFontName) == 0x000058, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ static_assert(offsetof(UEngine, MediumFont) == 0x000070, "Member 'UEngine::MediumFont' has a wrong offset!"); \ static_assert(offsetof(UEngine, MediumFontName) == 0x000078, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LargeFont) == 0x000090, "Member 'UEngine::LargeFont' has a wrong offset!"); \ static_assert(offsetof(UEngine, LargeFontName) == 0x000098, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ static_assert(offsetof(UEngine, SubtitleFont) == 0x0000B0, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000B8, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ static_assert(offsetof(UEngine, AdditionalFonts) == 0x0000D0, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ static_assert(offsetof(UEngine, AdditionalFontNames) == 0x0000E0, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConsoleClass) == 0x0000F0, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConsoleClassName) == 0x0000F8, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000110, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000118, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000130, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000138, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, WorldSettingsClass) == 0x000150, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x000158, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x000170, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, NavigationSystemClass) == 0x000188, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x000190, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x0001A8, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x0001B0, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x0001C8, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, AIControllerClassName) == 0x0001D0, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x0001E8, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x0001F0, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x000208, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x000220, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameUserSettings) == 0x000228, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x000230, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x000238, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x000250, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameSingletonClassName) == 0x000268, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameSingleton) == 0x000280, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000288, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, AssetManager) == 0x0002A0, "Member 'UEngine::AssetManager' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultTexture) == 0x0002A8, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultTextureName) == 0x0002B0, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x0002C8, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x0002D0, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x0002E8, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x0002F0, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x000308, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x000310, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x000328, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x000330, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000348, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000350, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, WireframeMaterial) == 0x000368, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000370, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x000380, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x000388, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x0003A0, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x0003A8, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x0003C0, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x0003C8, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x0003D8, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x0003E0, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x0003F0, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x0003F8, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x000408, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x000410, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000420, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000428, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000438, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000440, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorMaterial) == 0x000458, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x000460, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x000470, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x000478, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x000488, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x000490, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x0004A0, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x0004A8, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x0004B8, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x0004C0, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x0004D0, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x0004D8, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x0004E8, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x000500, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x000508, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000510, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x000518, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x000520, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x000528, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x000530, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x000538, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x000540, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x000548, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x000560, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x000568, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ArrowMaterial) == 0x000580, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x000588, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ static_assert(offsetof(UEngine, ArrowMaterialName) == 0x000590, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x0005A8, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x0005B8, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, QuadComplexityColors) == 0x0005C8, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightComplexityColors) == 0x0005D8, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x0005E8, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, LODColorationColors) == 0x0005F8, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, HLODColorationColors) == 0x000608, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x000618, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x000628, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x00062C, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ static_assert(offsetof(UEngine, MinLightMapDensity) == 0x000630, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x000634, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x000638, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x000640, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x000644, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000648, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000658, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, StatColorMappings) == 0x000668, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000678, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x000680, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x000698, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0006A8, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0006B8, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x0006C8, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x0006D8, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x0006E0, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, BlueNoiseTexture) == 0x0006F8, "Member 'UEngine::BlueNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, BlueNoiseTextureName) == 0x000700, "Member 'UEngine::BlueNoiseTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, MiniFontTexture) == 0x000718, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000720, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000738, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000740, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000758, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000760, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameViewport) == 0x000780, "Member 'UEngine::GameViewport' has a wrong offset!"); \ static_assert(offsetof(UEngine, DeferredCommands) == 0x000788, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ static_assert(offsetof(UEngine, NearClipPlane) == 0x000798, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x0007A0, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ static_assert(offsetof(UEngine, FixedFrameRate) == 0x0007A8, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x0007AC, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ static_assert(offsetof(UEngine, CustomTimeStep) == 0x0007C0, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x0007E8, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, TimecodeProvider) == 0x000800, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000828, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000840, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x000844, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x00084C, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x000854, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_WorldBox) == 0x00085C, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BrushWire) == 0x000860, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_AddWire) == 0x000864, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_SubtractWire) == 0x000868, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x00086C, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_NonSolidWire) == 0x000870, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_WireBackground) == 0x000874, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x000878, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_VolumeCollision) == 0x00087C, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BSPCollision) == 0x000880, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_OrthoBackground) == 0x000884, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_Volume) == 0x000888, "Member 'UEngine::C_Volume' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BrushShape) == 0x00088C, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ static_assert(offsetof(UEngine, StreamingDistanceFactor) == 0x000890, "Member 'UEngine::StreamingDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x000898, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionType) == 0x0008A8, "Member 'UEngine::TransitionType' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionDescription) == 0x0008B0, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionGameMode) == 0x0008C0, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x0008D4, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x0008D8, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x0008DC, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x0008E0, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxParticleResize) == 0x0008E8, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x0008EC, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x0008F0, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000900, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ static_assert(offsetof(UEngine, DisplayGamma) == 0x000904, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000908, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x00090C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x00091C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x00092C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x00093C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x00094C, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x00095C, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000964, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000968, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000970, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x000980, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x000984, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x000988, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000BF8, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ static_assert(offsetof(UEngine, ServerActors) == 0x000C08, "Member 'UEngine::ServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000C18, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000C28, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000C48, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameEngine \ static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ static_assert(sizeof(UGameEngine) == 0x000D70, "Wrong size on UGameEngine"); \ static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000D20, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000D24, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, GameInstance) == 0x000D28, "Member 'UGameEngine::GameInstance' 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_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_UNetConnection \ static_assert(alignof(UNetConnection) == 0x000008, "Wrong alignment on UNetConnection"); \ static_assert(sizeof(UNetConnection) == 0x001BA8, "Wrong size on UNetConnection"); \ static_assert(offsetof(UNetConnection, Children) == 0x000048, "Member 'UNetConnection::Children' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, Driver) == 0x000058, "Member 'UNetConnection::Driver' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, PackageMapClass) == 0x000060, "Member 'UNetConnection::PackageMapClass' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, PackageMap) == 0x000068, "Member 'UNetConnection::PackageMap' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, OpenChannels) == 0x000070, "Member 'UNetConnection::OpenChannels' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, SentTemporaries) == 0x000080, "Member 'UNetConnection::SentTemporaries' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, ViewTarget) == 0x000090, "Member 'UNetConnection::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, OwningActor) == 0x000098, "Member 'UNetConnection::OwningActor' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, MaxPacket) == 0x0000A0, "Member 'UNetConnection::MaxPacket' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, PlayerID) == 0x000160, "Member 'UNetConnection::PlayerID' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, LastReceiveTime) == 0x0001D0, "Member 'UNetConnection::LastReceiveTime' has a wrong offset!"); \ static_assert(offsetof(UNetConnection, ChannelsToTick) == 0x001510, "Member 'UNetConnection::ChannelsToTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReverbEffect \ static_assert(alignof(UReverbEffect) == 0x000008, "Wrong alignment on UReverbEffect"); \ static_assert(sizeof(UReverbEffect) == 0x000060, "Wrong size on UReverbEffect"); \ static_assert(offsetof(UReverbEffect, bBypassEarlyReflections) == 0x000028, "Member 'UReverbEffect::bBypassEarlyReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsDelay) == 0x00002C, "Member 'UReverbEffect::ReflectionsDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, GainHF) == 0x000030, "Member 'UReverbEffect::GainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsGain) == 0x000034, "Member 'UReverbEffect::ReflectionsGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, bBypassLateReflections) == 0x000038, "Member 'UReverbEffect::bBypassLateReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateDelay) == 0x00003C, "Member 'UReverbEffect::LateDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayTime) == 0x000040, "Member 'UReverbEffect::DecayTime' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Density) == 0x000044, "Member 'UReverbEffect::Density' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Diffusion) == 0x000048, "Member 'UReverbEffect::Diffusion' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, AirAbsorptionGainHF) == 0x00004C, "Member 'UReverbEffect::AirAbsorptionGainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayHFRatio) == 0x000050, "Member 'UReverbEffect::DecayHFRatio' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateGain) == 0x000054, "Member 'UReverbEffect::LateGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Gain) == 0x000058, "Member 'UReverbEffect::Gain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, RoomRolloffFactor) == 0x00005C, "Member 'UReverbEffect::RoomRolloffFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBreakpoint \ static_assert(alignof(UBreakpoint) == 0x000008, "Wrong alignment on UBreakpoint"); \ static_assert(sizeof(UBreakpoint) == 0x000040, "Wrong size on UBreakpoint"); \ static_assert(offsetof(UBreakpoint, Node) == 0x000030, "Member 'UBreakpoint::Node' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistance \ static_assert(alignof(UMaterialExpressionDistance) == 0x000008, "Wrong alignment on UMaterialExpressionDistance"); \ static_assert(sizeof(UMaterialExpressionDistance) == 0x000068, "Wrong size on UMaterialExpressionDistance"); \ static_assert(offsetof(UMaterialExpressionDistance, A) == 0x000040, "Member 'UMaterialExpressionDistance::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDistance, B) == 0x000054, "Member 'UMaterialExpressionDistance::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsConstraintTemplate \ static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000318, "Wrong size on UPhysicsConstraintTemplate"); \ static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000028, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x0001F0, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x000200, "Member 'UPhysicsConstraintTemplate::DefaultProfile' 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) == 0x0000E8, "Wrong size on UVOIPTalker"); \ static_assert(offsetof(UVOIPTalker, Settings) == 0x0000B0, "Member 'UVOIPTalker::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNetDriver \ static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ static_assert(sizeof(UNetDriver) == 0x000760, "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, MaxDownloadSize) == 0x000050, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000058, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x00005C, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x000060, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxClientRate) == 0x000064, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x000068, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x00006C, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x000070, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x000074, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x000078, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x00007C, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x000080, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, bNoTimeouts) == 0x000084, "Member 'UNetDriver::bNoTimeouts' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, bNeverApplyNetworkEmulationSettings) == 0x000085, "Member 'UNetDriver::bNeverApplyNetworkEmulationSettings' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ServerConnection) == 0x000088, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ClientConnections) == 0x000090, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000100, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, World) == 0x000140, "Member 'UNetDriver::World' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, WorldPackage) == 0x000148, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x000170, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x000178, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetDriverName) == 0x000190, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x000198, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001A8, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x0001F8, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, Time) == 0x000210, "Member 'UNetDriver::Time' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000700, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimStateMachineTypes \ static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ static_assert(sizeof(UAnimStateMachineTypes) == 0x000028, "Wrong size on UAnimStateMachineTypes"); \ #define DUMPER7_ASSERTS_UPhysicsAsset \ static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ static_assert(sizeof(UPhysicsAsset) == 0x000138, "Wrong size on UPhysicsAsset"); \ static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000030, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000040, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000050, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x000060, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SolverType) == 0x00007C, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000120, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000128, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureBase \ static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ static_assert(sizeof(UMaterialExpressionTextureBase) == 0x000048, "Wrong size on UMaterialExpressionTextureBase"); \ static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x000040, "Member 'UMaterialExpressionTextureBase::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSample \ static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ static_assert(sizeof(UMaterialExpressionTextureSample) == 0x000060, "Wrong size on UMaterialExpressionTextureSample"); \ static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x000048, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000068, "Wrong size on UMaterialExpressionArctangent2Fast"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x000054, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlineBlueprintCallProxyBase \ static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ #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_USoundEffectSubmixPreset \ static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ #define DUMPER7_ASSERTS_MovementComponent_K2_MoveUpdatedComponent \ static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000004, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x0000A4, "Wrong size on MovementComponent_K2_MoveUpdatedComponent"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, Delta) == 0x000000, "Member 'MovementComponent_K2_MoveUpdatedComponent::Delta' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, NewRotation) == 0x00000C, "Member 'MovementComponent_K2_MoveUpdatedComponent::NewRotation' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, OutHit) == 0x000018, "Member 'MovementComponent_K2_MoveUpdatedComponent::OutHit' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bSweep) == 0x0000A0, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x0000A1, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x0000A2, "Member 'MovementComponent_K2_MoveUpdatedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_PhysicsVolumeChanged \ static_assert(alignof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong alignment on MovementComponent_PhysicsVolumeChanged"); \ static_assert(sizeof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong size on MovementComponent_PhysicsVolumeChanged"); \ static_assert(offsetof(MovementComponent_PhysicsVolumeChanged, NewVolume) == 0x000000, "Member 'MovementComponent_PhysicsVolumeChanged::NewVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintAxisSetting \ static_assert(alignof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintAxisSetting"); \ static_assert(sizeof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintAxisSetting"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintAxisSetting, NewAxisSetting) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintAxisSetting::NewAxisSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintEnabled \ static_assert(alignof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintEnabled"); \ static_assert(sizeof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintEnabled"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintEnabled, bEnabled) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintFromVectors \ static_assert(alignof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintFromVectors"); \ static_assert(sizeof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000018, "Wrong size on MovementComponent_SetPlaneConstraintFromVectors"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Forward) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Forward' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Up) == 0x00000C, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Up' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintNormal \ static_assert(alignof(MovementComponent_SetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintNormal"); \ static_assert(sizeof(MovementComponent_SetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintNormal"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintNormal, PlaneNormal) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintNormal::PlaneNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintOrigin \ static_assert(alignof(MovementComponent_SetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintOrigin"); \ static_assert(sizeof(MovementComponent_SetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintOrigin"); \ static_assert(offsetof(MovementComponent_SetPlaneConstraintOrigin, PlaneOrigin) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintOrigin::PlaneOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_SetUpdatedComponent \ static_assert(alignof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_SetUpdatedComponent"); \ static_assert(sizeof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong size on MovementComponent_SetUpdatedComponent"); \ static_assert(offsetof(MovementComponent_SetUpdatedComponent, NewUpdatedComponent) == 0x000000, "Member 'MovementComponent_SetUpdatedComponent::NewUpdatedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_ConstrainDirectionToPlane \ static_assert(alignof(MovementComponent_ConstrainDirectionToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainDirectionToPlane"); \ static_assert(sizeof(MovementComponent_ConstrainDirectionToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainDirectionToPlane"); \ static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, Direction) == 0x000000, "Member 'MovementComponent_ConstrainDirectionToPlane::Direction' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainDirectionToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_ConstrainLocationToPlane \ static_assert(alignof(MovementComponent_ConstrainLocationToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainLocationToPlane"); \ static_assert(sizeof(MovementComponent_ConstrainLocationToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainLocationToPlane"); \ static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, Location) == 0x000000, "Member 'MovementComponent_ConstrainLocationToPlane::Location' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainLocationToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_ConstrainNormalToPlane \ static_assert(alignof(MovementComponent_ConstrainNormalToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainNormalToPlane"); \ static_assert(sizeof(MovementComponent_ConstrainNormalToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainNormalToPlane"); \ static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, Normal) == 0x000000, "Member 'MovementComponent_ConstrainNormalToPlane::Normal' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainNormalToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetGravityZ \ static_assert(alignof(MovementComponent_GetGravityZ) == 0x000004, "Wrong alignment on MovementComponent_GetGravityZ"); \ static_assert(sizeof(MovementComponent_GetGravityZ) == 0x000004, "Wrong size on MovementComponent_GetGravityZ"); \ static_assert(offsetof(MovementComponent_GetGravityZ, ReturnValue) == 0x000000, "Member 'MovementComponent_GetGravityZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetMaxSpeed \ static_assert(alignof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_GetMaxSpeed"); \ static_assert(sizeof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong size on MovementComponent_GetMaxSpeed"); \ static_assert(offsetof(MovementComponent_GetMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_GetMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetPhysicsVolume \ static_assert(alignof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on MovementComponent_GetPhysicsVolume"); \ static_assert(sizeof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong size on MovementComponent_GetPhysicsVolume"); \ static_assert(offsetof(MovementComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintAxisSetting \ static_assert(alignof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_GetPlaneConstraintAxisSetting"); \ static_assert(sizeof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_GetPlaneConstraintAxisSetting"); \ static_assert(offsetof(MovementComponent_GetPlaneConstraintAxisSetting, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintAxisSetting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintNormal \ static_assert(alignof(MovementComponent_GetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintNormal"); \ static_assert(sizeof(MovementComponent_GetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintNormal"); \ static_assert(offsetof(MovementComponent_GetPlaneConstraintNormal, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintOrigin \ static_assert(alignof(MovementComponent_GetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintOrigin"); \ static_assert(sizeof(MovementComponent_GetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintOrigin"); \ static_assert(offsetof(MovementComponent_GetPlaneConstraintOrigin, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_IsExceedingMaxSpeed \ static_assert(alignof(MovementComponent_IsExceedingMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_IsExceedingMaxSpeed"); \ static_assert(sizeof(MovementComponent_IsExceedingMaxSpeed) == 0x000008, "Wrong size on MovementComponent_IsExceedingMaxSpeed"); \ static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, MaxSpeed) == 0x000000, "Member 'MovementComponent_IsExceedingMaxSpeed::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, ReturnValue) == 0x000004, "Member 'MovementComponent_IsExceedingMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_K2_GetMaxSpeedModifier \ static_assert(alignof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong alignment on MovementComponent_K2_GetMaxSpeedModifier"); \ static_assert(sizeof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong size on MovementComponent_K2_GetMaxSpeedModifier"); \ static_assert(offsetof(MovementComponent_K2_GetMaxSpeedModifier, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetMaxSpeedModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementComponent_K2_GetModifiedMaxSpeed \ static_assert(alignof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_K2_GetModifiedMaxSpeed"); \ static_assert(sizeof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong size on MovementComponent_K2_GetModifiedMaxSpeed"); \ static_assert(offsetof(MovementComponent_K2_GetModifiedMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetModifiedMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovementComponent \ static_assert(alignof(UMovementComponent) == 0x000008, "Wrong alignment on UMovementComponent"); \ static_assert(sizeof(UMovementComponent) == 0x0000F0, "Wrong size on UMovementComponent"); \ static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000B0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000B8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, Velocity) == 0x0000C4, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000D0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000DC, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x0000EB, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsCrouching \ static_assert(alignof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong alignment on NavMovementComponent_IsCrouching"); \ static_assert(sizeof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong size on NavMovementComponent_IsCrouching"); \ static_assert(offsetof(NavMovementComponent_IsCrouching, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsCrouching::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsFalling \ static_assert(alignof(NavMovementComponent_IsFalling) == 0x000001, "Wrong alignment on NavMovementComponent_IsFalling"); \ static_assert(sizeof(NavMovementComponent_IsFalling) == 0x000001, "Wrong size on NavMovementComponent_IsFalling"); \ static_assert(offsetof(NavMovementComponent_IsFalling, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsFlying \ static_assert(alignof(NavMovementComponent_IsFlying) == 0x000001, "Wrong alignment on NavMovementComponent_IsFlying"); \ static_assert(sizeof(NavMovementComponent_IsFlying) == 0x000001, "Wrong size on NavMovementComponent_IsFlying"); \ static_assert(offsetof(NavMovementComponent_IsFlying, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFlying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsMovingOnGround \ static_assert(alignof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong alignment on NavMovementComponent_IsMovingOnGround"); \ static_assert(sizeof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong size on NavMovementComponent_IsMovingOnGround"); \ static_assert(offsetof(NavMovementComponent_IsMovingOnGround, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsMovingOnGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsSwimming \ static_assert(alignof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong alignment on NavMovementComponent_IsSwimming"); \ static_assert(sizeof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong size on NavMovementComponent_IsSwimming"); \ static_assert(offsetof(NavMovementComponent_IsSwimming, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsSwimming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMovementComponent \ static_assert(alignof(UNavMovementComponent) == 0x000008, "Wrong alignment on UNavMovementComponent"); \ static_assert(sizeof(UNavMovementComponent) == 0x000130, "Wrong size on UNavMovementComponent"); \ static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x0000F0, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000120, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, MovementState) == 0x000125, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000128, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_AddInputVector \ static_assert(alignof(PawnMovementComponent_AddInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_AddInputVector"); \ static_assert(sizeof(PawnMovementComponent_AddInputVector) == 0x000010, "Wrong size on PawnMovementComponent_AddInputVector"); \ static_assert(offsetof(PawnMovementComponent_AddInputVector, WorldVector) == 0x000000, "Member 'PawnMovementComponent_AddInputVector::WorldVector' has a wrong offset!"); \ static_assert(offsetof(PawnMovementComponent_AddInputVector, bForce) == 0x00000C, "Member 'PawnMovementComponent_AddInputVector::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_ConsumeInputVector \ static_assert(alignof(PawnMovementComponent_ConsumeInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_ConsumeInputVector"); \ static_assert(sizeof(PawnMovementComponent_ConsumeInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_ConsumeInputVector"); \ static_assert(offsetof(PawnMovementComponent_ConsumeInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_ConsumeInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector \ static_assert(alignof(PawnMovementComponent_GetLastInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetLastInputVector"); \ static_assert(sizeof(PawnMovementComponent_GetLastInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetLastInputVector"); \ static_assert(offsetof(PawnMovementComponent_GetLastInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetLastInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_GetPawnOwner \ static_assert(alignof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPawnOwner"); \ static_assert(sizeof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong size on PawnMovementComponent_GetPawnOwner"); \ static_assert(offsetof(PawnMovementComponent_GetPawnOwner, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPawnOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_GetPendingInputVector \ static_assert(alignof(PawnMovementComponent_GetPendingInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetPendingInputVector"); \ static_assert(sizeof(PawnMovementComponent_GetPendingInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetPendingInputVector"); \ static_assert(offsetof(PawnMovementComponent_GetPendingInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPendingInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_IsMoveInputIgnored \ static_assert(alignof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong alignment on PawnMovementComponent_IsMoveInputIgnored"); \ static_assert(sizeof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong size on PawnMovementComponent_IsMoveInputIgnored"); \ static_assert(offsetof(PawnMovementComponent_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnMovementComponent_K2_GetInputVector \ static_assert(alignof(PawnMovementComponent_K2_GetInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_K2_GetInputVector"); \ static_assert(sizeof(PawnMovementComponent_K2_GetInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_K2_GetInputVector"); \ static_assert(offsetof(PawnMovementComponent_K2_GetInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_K2_GetInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnMovementComponent \ static_assert(alignof(UPawnMovementComponent) == 0x000008, "Wrong alignment on UPawnMovementComponent"); \ static_assert(sizeof(UPawnMovementComponent) == 0x000138, "Wrong size on UPawnMovementComponent"); \ static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000130, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_AddForce \ static_assert(alignof(CharacterMovementComponent_AddForce) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddForce"); \ static_assert(sizeof(CharacterMovementComponent_AddForce) == 0x00000C, "Wrong size on CharacterMovementComponent_AddForce"); \ static_assert(offsetof(CharacterMovementComponent_AddForce, Force) == 0x000000, "Member 'CharacterMovementComponent_AddForce::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_AddImpulse \ static_assert(alignof(CharacterMovementComponent_AddImpulse) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddImpulse"); \ static_assert(sizeof(CharacterMovementComponent_AddImpulse) == 0x000010, "Wrong size on CharacterMovementComponent_AddImpulse"); \ static_assert(offsetof(CharacterMovementComponent_AddImpulse, Impulse) == 0x000000, "Member 'CharacterMovementComponent_AddImpulse::Impulse' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_AddImpulse, bVelocityChange) == 0x00000C, "Member 'CharacterMovementComponent_AddImpulse::bVelocityChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_CalcVelocity \ static_assert(alignof(CharacterMovementComponent_CalcVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_CalcVelocity"); \ static_assert(sizeof(CharacterMovementComponent_CalcVelocity) == 0x000010, "Wrong size on CharacterMovementComponent_CalcVelocity"); \ static_assert(offsetof(CharacterMovementComponent_CalcVelocity, DeltaTime) == 0x000000, "Member 'CharacterMovementComponent_CalcVelocity::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CalcVelocity, Friction) == 0x000004, "Member 'CharacterMovementComponent_CalcVelocity::Friction' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CalcVelocity, bFluid) == 0x000008, "Member 'CharacterMovementComponent_CalcVelocity::bFluid' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CalcVelocity, BrakingDeceleration) == 0x00000C, "Member 'CharacterMovementComponent_CalcVelocity::BrakingDeceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_CapsuleTouched \ static_assert(alignof(CharacterMovementComponent_CapsuleTouched) == 0x000008, "Wrong alignment on CharacterMovementComponent_CapsuleTouched"); \ static_assert(sizeof(CharacterMovementComponent_CapsuleTouched) == 0x0000A8, "Wrong size on CharacterMovementComponent_CapsuleTouched"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'CharacterMovementComponent_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, Other) == 0x000008, "Member 'CharacterMovementComponent_CapsuleTouched::Other' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherComp) == 0x000010, "Member 'CharacterMovementComponent_CapsuleTouched::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'CharacterMovementComponent_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'CharacterMovementComponent_CapsuleTouched::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, SweepResult) == 0x000020, "Member 'CharacterMovementComponent_CapsuleTouched::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceEnabled \ static_assert(alignof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetAvoidanceEnabled"); \ static_assert(sizeof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on CharacterMovementComponent_SetAvoidanceEnabled"); \ static_assert(offsetof(CharacterMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroup \ static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroup"); \ static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroup"); \ static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroupMask \ static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroupMask"); \ static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroupMask"); \ static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoid \ static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoid"); \ static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoid"); \ static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoidMask \ static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoidMask"); \ static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoidMask"); \ static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnore \ static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnore"); \ static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnore"); \ static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnoreMask \ static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetMovementMode \ static_assert(alignof(CharacterMovementComponent_SetMovementMode) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetMovementMode"); \ static_assert(sizeof(CharacterMovementComponent_SetMovementMode) == 0x000002, "Wrong size on CharacterMovementComponent_SetMovementMode"); \ static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewMovementMode) == 0x000000, "Member 'CharacterMovementComponent_SetMovementMode::NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewCustomMode) == 0x000001, "Member 'CharacterMovementComponent_SetMovementMode::NewCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorAngle \ static_assert(alignof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorAngle"); \ static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorAngle"); \ static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorAngle, InWalkableFloorAngle) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorAngle::InWalkableFloorAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorZ \ static_assert(alignof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorZ"); \ static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorZ"); \ static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorZ, InWalkableFloorZ) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorZ::InWalkableFloorZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetAnalogInputModifier \ static_assert(alignof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetAnalogInputModifier"); \ static_assert(sizeof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong size on CharacterMovementComponent_GetAnalogInputModifier"); \ static_assert(offsetof(CharacterMovementComponent_GetAnalogInputModifier, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetAnalogInputModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetCharacterOwner \ static_assert(alignof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCharacterOwner"); \ static_assert(sizeof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong size on CharacterMovementComponent_GetCharacterOwner"); \ static_assert(offsetof(CharacterMovementComponent_GetCharacterOwner, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCharacterOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration \ static_assert(alignof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetCurrentAcceleration"); \ static_assert(sizeof(CharacterMovementComponent_GetCurrentAcceleration) == 0x00000C, "Wrong size on CharacterMovementComponent_GetCurrentAcceleration"); \ static_assert(offsetof(CharacterMovementComponent_GetCurrentAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCurrentAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity \ static_assert(alignof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ static_assert(sizeof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ static_assert(offsetof(CharacterMovementComponent_GetImpartedMovementBaseVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetImpartedMovementBaseVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateLocation \ static_assert(alignof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateLocation"); \ static_assert(sizeof(CharacterMovementComponent_GetLastUpdateLocation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateLocation"); \ static_assert(offsetof(CharacterMovementComponent_GetLastUpdateLocation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation \ static_assert(alignof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRotation"); \ static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRotation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateRotation"); \ static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRotation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateVelocity \ static_assert(alignof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateVelocity"); \ static_assert(sizeof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateVelocity"); \ static_assert(offsetof(CharacterMovementComponent_GetLastUpdateVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxAcceleration \ static_assert(alignof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxAcceleration"); \ static_assert(sizeof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxAcceleration"); \ static_assert(offsetof(CharacterMovementComponent_GetMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxBrakingDeceleration \ static_assert(alignof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ static_assert(sizeof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ static_assert(offsetof(CharacterMovementComponent_GetMaxBrakingDeceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxBrakingDeceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeight \ static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeight"); \ static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeight"); \ static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeightWithJumpTime \ static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeightWithJumpTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMinAnalogSpeed \ static_assert(alignof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMinAnalogSpeed"); \ static_assert(sizeof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong size on CharacterMovementComponent_GetMinAnalogSpeed"); \ static_assert(offsetof(CharacterMovementComponent_GetMinAnalogSpeed, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMinAnalogSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetMovementBase \ static_assert(alignof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetMovementBase"); \ static_assert(sizeof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong size on CharacterMovementComponent_GetMovementBase"); \ static_assert(offsetof(CharacterMovementComponent_GetMovementBase, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMovementBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetPerchRadiusThreshold \ static_assert(alignof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetPerchRadiusThreshold"); \ static_assert(sizeof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong size on CharacterMovementComponent_GetPerchRadiusThreshold"); \ static_assert(offsetof(CharacterMovementComponent_GetPerchRadiusThreshold, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetPerchRadiusThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_GetValidPerchRadius \ static_assert(alignof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetValidPerchRadius"); \ static_assert(sizeof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong size on CharacterMovementComponent_GetValidPerchRadius"); \ static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetValidPerchRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable \ static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000004, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x00008C, "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) == 0x000088, "Member 'CharacterMovementComponent_IsWalkable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalking \ static_assert(alignof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong alignment on CharacterMovementComponent_IsWalking"); \ static_assert(sizeof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong size on CharacterMovementComponent_IsWalking"); \ static_assert(offsetof(CharacterMovementComponent_IsWalking, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_IsWalking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_K2_ComputeFloorDist \ static_assert(alignof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_ComputeFloorDist"); \ static_assert(sizeof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x0000AC, "Wrong size on CharacterMovementComponent_K2_ComputeFloorDist"); \ static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::CapsuleLocation' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, LineDistance) == 0x00000C, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::LineDistance' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepDistance) == 0x000010, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepDistance' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepRadius) == 0x000014, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepRadius' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, FloorResult) == 0x000018, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::FloorResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_K2_FindFloor \ static_assert(alignof(CharacterMovementComponent_K2_FindFloor) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_FindFloor"); \ static_assert(sizeof(CharacterMovementComponent_K2_FindFloor) == 0x0000A0, "Wrong size on CharacterMovementComponent_K2_FindFloor"); \ static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_FindFloor::CapsuleLocation' has a wrong offset!"); \ static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, FloorResult) == 0x00000C, "Member 'CharacterMovementComponent_K2_FindFloor::FloorResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetModifiedMaxAcceleration \ static_assert(alignof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ static_assert(sizeof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ static_assert(offsetof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetModifiedMaxAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorAngle \ static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorAngle, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorZ \ static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorZ, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterMovementComponent \ static_assert(alignof(UCharacterMovementComponent) == 0x000010, "Wrong alignment on UCharacterMovementComponent"); \ static_assert(sizeof(UCharacterMovementComponent) == 0x000AF0, "Wrong size on UCharacterMovementComponent"); \ static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000148, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000150, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x000154, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000158, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x00015C, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x000160, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x000164, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000168, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000169, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x00016A, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x00016C, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x00018C, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x000190, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x000194, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x000198, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x00019C, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x0001A0, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0001A4, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0001A8, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0001AC, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0001B0, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0001B4, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0001B8, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0001BC, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0001C0, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0001C4, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0001C8, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0001CC, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0001D0, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0001D4, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0001D8, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0001DC, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x0001E0, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x0001E4, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x0001F8, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000200, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x000204, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000208, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x00020C, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000210, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x000214, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000218, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x00021C, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000220, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x000224, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000228, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x00022C, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000240, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000250, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x00025C, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000268, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x00026C, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000270, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000274, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x000280, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x00028C, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x00029C, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0002A0, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0002A4, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0002A8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0002AC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0002B0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0002B4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0002B8, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0002BC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0002C0, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0002C4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0002C8, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0002CC, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0002D0, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0002D4, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0002D8, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0002DC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x0002E0, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x0002E4, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x0002E8, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x0002EC, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x0002F0, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x000384, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x000385, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x000386, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x00039C, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0003A0, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0003AC, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0003B0, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0003B4, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0003B8, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0003BC, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0003C0, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000470, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x000474, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000478, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x00047C, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000480, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x000484, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x000488, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x0004D0, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000980, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x0009B8, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000A80, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000AC0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendProfile \ static_assert(alignof(UBlendProfile) == 0x000008, "Wrong alignment on UBlendProfile"); \ static_assert(sizeof(UBlendProfile) == 0x000048, "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!"); \ #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_UOnlineEngineInterface \ static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ #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_AExponentialHeightFog \ static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ static_assert(sizeof(AExponentialHeightFog) == 0x000230, "Wrong size on AExponentialHeightFog"); \ static_assert(offsetof(AExponentialHeightFog, Component) == 0x000220, "Member 'AExponentialHeightFog::Component' 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) == 0x0001A8, "Wrong size on UGameInstance"); \ static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000038, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnlineSession) == 0x000048, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000050, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000078, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformGameInstance \ static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ static_assert(sizeof(UPlatformGameInstance) == 0x000278, "Wrong size on UPlatformGameInstance"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001A8, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001B8, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001C8, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001D8, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x0001E8, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x0001F8, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000208, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000218, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000228, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000238, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000248, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000258, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000268, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFontSample \ static_assert(alignof(UMaterialExpressionFontSample) == 0x000008, "Wrong alignment on UMaterialExpressionFontSample"); \ static_assert(sizeof(UMaterialExpressionFontSample) == 0x000050, "Wrong size on UMaterialExpressionFontSample"); \ static_assert(offsetof(UMaterialExpressionFontSample, Font) == 0x000040, "Member 'UMaterialExpressionFontSample::Font' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFontSample, FontTexturePage) == 0x000048, "Member 'UMaterialExpressionFontSample::FontTexturePage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ASkyAtmosphere \ static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ static_assert(sizeof(ASkyAtmosphere) == 0x000228, "Wrong size on ASkyAtmosphere"); \ static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000220, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ #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_UFontFace \ static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ static_assert(sizeof(UFontFace) == 0x000058, "Wrong size on UFontFace"); \ static_assert(offsetof(UFontFace, SourceFilename) == 0x000030, "Member 'UFontFace::SourceFilename' has a wrong offset!"); \ static_assert(offsetof(UFontFace, Hinting) == 0x000040, "Member 'UFontFace::Hinting' has a wrong offset!"); \ static_assert(offsetof(UFontFace, LoadingPolicy) == 0x000041, "Member 'UFontFace::LoadingPolicy' has a wrong offset!"); \ static_assert(offsetof(UFontFace, LayoutMethod) == 0x000042, "Member 'UFontFace::LayoutMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProjectileMovementComponent_MoveInterpolationTarget \ static_assert(alignof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000004, "Wrong alignment on ProjectileMovementComponent_MoveInterpolationTarget"); \ static_assert(sizeof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000018, "Wrong size on ProjectileMovementComponent_MoveInterpolationTarget"); \ static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewLocation) == 0x000000, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::NewLocation' has a wrong offset!"); \ static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewRotation) == 0x00000C, "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) == 0x000004, "Wrong alignment on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ static_assert(sizeof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x00000C, "Wrong size on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ static_assert(offsetof(ProjectileMovementComponent_SetVelocityInLocalSpace, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_SetVelocityInLocalSpace::NewVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProjectileMovementComponent_StopSimulating \ static_assert(alignof(ProjectileMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on ProjectileMovementComponent_StopSimulating"); \ static_assert(sizeof(ProjectileMovementComponent_StopSimulating) == 0x000088, "Wrong size on ProjectileMovementComponent_StopSimulating"); \ static_assert(offsetof(ProjectileMovementComponent_StopSimulating, HitResult) == 0x000000, "Member 'ProjectileMovementComponent_StopSimulating::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProjectileMovementComponent_IsInterpolationComplete \ static_assert(alignof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsInterpolationComplete"); \ static_assert(sizeof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong size on ProjectileMovementComponent_IsInterpolationComplete"); \ static_assert(offsetof(ProjectileMovementComponent_IsInterpolationComplete, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsInterpolationComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProjectileMovementComponent_IsVelocityUnderSimulationThreshold \ static_assert(alignof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ static_assert(sizeof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong size on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ static_assert(offsetof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsVelocityUnderSimulationThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProjectileMovementComponent_LimitVelocity \ static_assert(alignof(ProjectileMovementComponent_LimitVelocity) == 0x000004, "Wrong alignment on ProjectileMovementComponent_LimitVelocity"); \ static_assert(sizeof(ProjectileMovementComponent_LimitVelocity) == 0x000018, "Wrong size on ProjectileMovementComponent_LimitVelocity"); \ static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_LimitVelocity::NewVelocity' has a wrong offset!"); \ static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, ReturnValue) == 0x00000C, "Member 'ProjectileMovementComponent_LimitVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProjectileMovementComponent \ static_assert(alignof(UProjectileMovementComponent) == 0x000010, "Wrong alignment on UProjectileMovementComponent"); \ static_assert(sizeof(UProjectileMovementComponent) == 0x0001D0, "Wrong size on UProjectileMovementComponent"); \ static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x0000F0, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x0000F4, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x0000FC, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000100, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x00010C, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000110, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000114, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000118, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x00011C, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000120, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000128, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000138, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000148, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x00014C, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x000154, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000158, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x00015C, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000160, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x000164, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000168, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x00016C, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' 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_UMaterialExpressionAdd \ static_assert(alignof(UMaterialExpressionAdd) == 0x000008, "Wrong alignment on UMaterialExpressionAdd"); \ static_assert(sizeof(UMaterialExpressionAdd) == 0x000070, "Wrong size on UMaterialExpressionAdd"); \ static_assert(offsetof(UMaterialExpressionAdd, A) == 0x000040, "Member 'UMaterialExpressionAdd::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAdd, B) == 0x000054, "Member 'UMaterialExpressionAdd::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAdd, ConstA) == 0x000068, "Member 'UMaterialExpressionAdd::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAdd, ConstB) == 0x00006C, "Member 'UMaterialExpressionAdd::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicBlueprintBinding \ static_assert(alignof(UDynamicBlueprintBinding) == 0x000008, "Wrong alignment on UDynamicBlueprintBinding"); \ static_assert(sizeof(UDynamicBlueprintBinding) == 0x000028, "Wrong size on UDynamicBlueprintBinding"); \ #define DUMPER7_ASSERTS_UInputDelegateBinding \ static_assert(alignof(UInputDelegateBinding) == 0x000008, "Wrong alignment on UInputDelegateBinding"); \ static_assert(sizeof(UInputDelegateBinding) == 0x000028, "Wrong size on UInputDelegateBinding"); \ #define DUMPER7_ASSERTS_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_PrimitiveComponent_AddAngularImpulse \ static_assert(alignof(PrimitiveComponent_AddAngularImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulse"); \ static_assert(sizeof(PrimitiveComponent_AddAngularImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulse"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulse::Impulse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulse::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulse::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees \ static_assert(alignof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInDegrees"); \ static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulseInDegrees"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::Impulse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians \ static_assert(alignof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInRadians"); \ static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000018, "Wrong size on PrimitiveComponent_AddAngularImpulseInRadians"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::Impulse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddForce \ static_assert(alignof(PrimitiveComponent_AddForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForce"); \ static_assert(sizeof(PrimitiveComponent_AddForce) == 0x000018, "Wrong size on PrimitiveComponent_AddForce"); \ static_assert(offsetof(PrimitiveComponent_AddForce, Force) == 0x000000, "Member 'PrimitiveComponent_AddForce::Force' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForce, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddForce::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForce, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddForce::bAccelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation \ static_assert(alignof(PrimitiveComponent_AddForceAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocation"); \ static_assert(sizeof(PrimitiveComponent_AddForceAtLocation) == 0x000020, "Wrong size on PrimitiveComponent_AddForceAtLocation"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocation::Force' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocation::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal \ static_assert(alignof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocationLocal"); \ static_assert(sizeof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000020, "Wrong size on PrimitiveComponent_AddForceAtLocationLocal"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Force' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Location' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocationLocal::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse \ static_assert(alignof(PrimitiveComponent_AddImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulse"); \ static_assert(sizeof(PrimitiveComponent_AddImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddImpulse"); \ static_assert(offsetof(PrimitiveComponent_AddImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulse::Impulse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddImpulse::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddImpulse, bVelChange) == 0x000014, "Member 'PrimitiveComponent_AddImpulse::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation \ static_assert(alignof(PrimitiveComponent_AddImpulseAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulseAtLocation"); \ static_assert(sizeof(PrimitiveComponent_AddImpulseAtLocation) == 0x000020, "Wrong size on PrimitiveComponent_AddImpulseAtLocation"); \ static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulseAtLocation::Impulse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddImpulseAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddImpulseAtLocation::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce \ static_assert(alignof(PrimitiveComponent_AddRadialForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialForce"); \ static_assert(sizeof(PrimitiveComponent_AddRadialForce) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialForce"); \ static_assert(offsetof(PrimitiveComponent_AddRadialForce, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialForce::Origin' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialForce, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialForce::Radius' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialForce, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialForce::Strength' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialForce, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialForce::Falloff' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialForce, bAccelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialForce::bAccelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse \ static_assert(alignof(PrimitiveComponent_AddRadialImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialImpulse"); \ static_assert(sizeof(PrimitiveComponent_AddRadialImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialImpulse"); \ static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialImpulse::Origin' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, bVelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddTorque \ static_assert(alignof(PrimitiveComponent_AddTorque) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorque"); \ static_assert(sizeof(PrimitiveComponent_AddTorque) == 0x000018, "Wrong size on PrimitiveComponent_AddTorque"); \ static_assert(offsetof(PrimitiveComponent_AddTorque, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorque::Torque' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorque, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorque::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorque, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorque::bAccelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees \ static_assert(alignof(PrimitiveComponent_AddTorqueInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInDegrees"); \ static_assert(sizeof(PrimitiveComponent_AddTorqueInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_AddTorqueInDegrees"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInDegrees::Torque' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInDegrees::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorqueInDegrees::bAccelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians \ static_assert(alignof(PrimitiveComponent_AddTorqueInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInRadians"); \ static_assert(sizeof(PrimitiveComponent_AddTorqueInRadians) == 0x000018, "Wrong size on PrimitiveComponent_AddTorqueInRadians"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInRadians::Torque' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInRadians::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, bAccelChange) == 0x000014, "Member 'PrimitiveComponent_AddTorqueInRadians::bAccelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreActors \ static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreComponents \ static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamic \ static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000010, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial \ static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000018, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, Parent) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::Parent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CreateDynamicMaterialInstance \ static_assert(alignof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateDynamicMaterialInstance"); \ static_assert(sizeof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000020, "Wrong size on PrimitiveComponent_CreateDynamicMaterialInstance"); \ static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000018, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity \ static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocity"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000014, "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) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000020, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, Point) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::Point' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, BoneName) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, ReturnValue) == 0x000014, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreActorWhenMoving \ static_assert(alignof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreActorWhenMoving"); \ static_assert(sizeof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreActorWhenMoving"); \ static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, Actor) == 0x000000, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::Actor' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::bShouldIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreComponentWhenMoving \ static_assert(alignof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreComponentWhenMoving"); \ static_assert(sizeof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreComponentWhenMoving"); \ static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, Component) == 0x000000, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::Component' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::bShouldIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsAnyRigidBodyAwake \ static_assert(alignof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong alignment on PrimitiveComponent_IsAnyRigidBodyAwake"); \ static_assert(sizeof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong size on PrimitiveComponent_IsAnyRigidBodyAwake"); \ static_assert(offsetof(PrimitiveComponent_IsAnyRigidBodyAwake, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsAnyRigidBodyAwake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_BoxOverlapComponent \ static_assert(alignof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_BoxOverlapComponent"); \ static_assert(sizeof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x0000D8, "Wrong size on PrimitiveComponent_K2_BoxOverlapComponent"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBoxCentre) == 0x000000, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBoxCentre' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBox) == 0x00000C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBox' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bTraceComplex) == 0x000028, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bShowTrace) == 0x000029, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bPersistentShowTrace) == 0x00002A, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitLocation) == 0x00002C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitNormal) == 0x000038, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitNormal' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, BoneName) == 0x000044, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, OutHit) == 0x00004C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::OutHit' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, ReturnValue) == 0x0000D4, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_LineTraceComponent \ static_assert(alignof(PrimitiveComponent_K2_LineTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_LineTraceComponent"); \ static_assert(sizeof(PrimitiveComponent_K2_LineTraceComponent) == 0x0000C8, "Wrong size on PrimitiveComponent_K2_LineTraceComponent"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceStart' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bTraceComplex) == 0x000018, "Member 'PrimitiveComponent_K2_LineTraceComponent::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bShowTrace) == 0x000019, "Member 'PrimitiveComponent_K2_LineTraceComponent::bShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bPersistentShowTrace) == 0x00001A, "Member 'PrimitiveComponent_K2_LineTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitLocation) == 0x00001C, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitNormal) == 0x000028, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitNormal' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, BoneName) == 0x000034, "Member 'PrimitiveComponent_K2_LineTraceComponent::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, OutHit) == 0x00003C, "Member 'PrimitiveComponent_K2_LineTraceComponent::OutHit' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, ReturnValue) == 0x0000C4, "Member 'PrimitiveComponent_K2_LineTraceComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereOverlapComponent \ static_assert(alignof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereOverlapComponent"); \ static_assert(sizeof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x0000C0, "Wrong size on PrimitiveComponent_K2_SphereOverlapComponent"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereCentre) == 0x000000, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereCentre' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereRadius) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereRadius' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bTraceComplex) == 0x000010, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bShowTrace) == 0x000011, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bPersistentShowTrace) == 0x000012, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitLocation) == 0x000014, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitNormal) == 0x000020, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitNormal' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, BoneName) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, OutHit) == 0x000034, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::OutHit' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, ReturnValue) == 0x0000BC, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereTraceComponent \ static_assert(alignof(PrimitiveComponent_K2_SphereTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereTraceComponent"); \ static_assert(sizeof(PrimitiveComponent_K2_SphereTraceComponent) == 0x0000CC, "Wrong size on PrimitiveComponent_K2_SphereTraceComponent"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceStart' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, SphereRadius) == 0x000018, "Member 'PrimitiveComponent_K2_SphereTraceComponent::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bTraceComplex) == 0x00001C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bShowTrace) == 0x00001D, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bPersistentShowTrace) == 0x00001E, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitLocation) == 0x000020, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitNormal) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitNormal' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, BoneName) == 0x000038, "Member 'PrimitiveComponent_K2_SphereTraceComponent::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, OutHit) == 0x000040, "Member 'PrimitiveComponent_K2_SphereTraceComponent::OutHit' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, ReturnValue) == 0x0000C8, "Member 'PrimitiveComponent_K2_SphereTraceComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_PutRigidBodyToSleep \ static_assert(alignof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000004, "Wrong alignment on PrimitiveComponent_PutRigidBodyToSleep"); \ static_assert(sizeof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000008, "Wrong size on PrimitiveComponent_PutRigidBodyToSleep"); \ static_assert(offsetof(PrimitiveComponent_PutRigidBodyToSleep, BoneName) == 0x000000, "Member 'PrimitiveComponent_PutRigidBodyToSleep::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAllMassScale \ static_assert(alignof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllMassScale"); \ static_assert(sizeof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong size on PrimitiveComponent_SetAllMassScale"); \ static_assert(offsetof(PrimitiveComponent_SetAllMassScale, InMassScale) == 0x000000, "Member 'PrimitiveComponent_SetAllMassScale::InMassScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees \ static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians \ static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsLinearVelocity \ static_assert(alignof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ static_assert(sizeof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAllUseCCD \ static_assert(alignof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAllUseCCD"); \ static_assert(sizeof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong size on PrimitiveComponent_SetAllUseCCD"); \ static_assert(offsetof(PrimitiveComponent_SetAllUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetAllUseCCD::InUseCCD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAngularDamping \ static_assert(alignof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAngularDamping"); \ static_assert(sizeof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetAngularDamping"); \ static_assert(offsetof(PrimitiveComponent_SetAngularDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetAngularDamping::InDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetBoundsScale \ static_assert(alignof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetBoundsScale"); \ static_assert(sizeof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong size on PrimitiveComponent_SetBoundsScale"); \ static_assert(offsetof(PrimitiveComponent_SetBoundsScale, NewBoundsScale) == 0x000000, "Member 'PrimitiveComponent_SetBoundsScale::NewBoundsScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCastHiddenShadow \ static_assert(alignof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastHiddenShadow"); \ static_assert(sizeof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastHiddenShadow"); \ static_assert(offsetof(PrimitiveComponent_SetCastHiddenShadow, NewCastHiddenShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastHiddenShadow::NewCastHiddenShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCastInsetShadow \ static_assert(alignof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastInsetShadow"); \ static_assert(sizeof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastInsetShadow"); \ static_assert(offsetof(PrimitiveComponent_SetCastInsetShadow, bInCastInsetShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastInsetShadow::bInCastInsetShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCastShadow \ static_assert(alignof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastShadow"); \ static_assert(sizeof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastShadow"); \ static_assert(offsetof(PrimitiveComponent_SetCastShadow, NewCastShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastShadow::NewCastShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCenterOfMass \ static_assert(alignof(PrimitiveComponent_SetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCenterOfMass"); \ static_assert(sizeof(PrimitiveComponent_SetCenterOfMass) == 0x000014, "Wrong size on PrimitiveComponent_SetCenterOfMass"); \ static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, CenterOfMassOffset) == 0x000000, "Member 'PrimitiveComponent_SetCenterOfMass::CenterOfMassOffset' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, BoneName) == 0x00000C, "Member 'PrimitiveComponent_SetCenterOfMass::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabled \ static_assert(alignof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabled::NewType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionObjectType \ static_assert(alignof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionObjectType"); \ static_assert(sizeof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionObjectType"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionObjectType, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionObjectType::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionProfileName \ static_assert(alignof(PrimitiveComponent_SetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCollisionProfileName"); \ static_assert(sizeof(PrimitiveComponent_SetCollisionProfileName) == 0x00000C, "Wrong size on PrimitiveComponent_SetCollisionProfileName"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, InCollisionProfileName) == 0x000000, "Member 'PrimitiveComponent_SetCollisionProfileName::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, bUpdateOverlaps) == 0x000008, "Member 'PrimitiveComponent_SetCollisionProfileName::bUpdateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToAllChannels \ static_assert(alignof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToChannel \ static_assert(alignof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToChannel"); \ static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionResponseToChannel"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode \ static_assert(alignof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong alignment on PrimitiveComponent_SetConstraintMode"); \ static_assert(sizeof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong size on PrimitiveComponent_SetConstraintMode"); \ static_assert(offsetof(PrimitiveComponent_SetConstraintMode, ConstraintMode) == 0x000000, "Member 'PrimitiveComponent_SetConstraintMode::ConstraintMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance \ static_assert(alignof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCullDistance"); \ static_assert(sizeof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCullDistance"); \ static_assert(offsetof(PrimitiveComponent_SetCullDistance, NewCullDistance) == 0x000000, "Member 'PrimitiveComponent_SetCullDistance::NewCullDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue \ static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilValue"); \ static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong size on PrimitiveComponent_SetCustomDepthStencilValue"); \ static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilValue, Value) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask \ static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong size on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilWriteMask, WriteMaskBit) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilWriteMask::WriteMaskBit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector2 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector4 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity \ static_assert(alignof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEnableGravity"); \ static_assert(sizeof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong size on PrimitiveComponent_SetEnableGravity"); \ static_assert(offsetof(PrimitiveComponent_SetEnableGravity, bGravityEnabled) == 0x000000, "Member 'PrimitiveComponent_SetEnableGravity::bGravityEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup \ static_assert(alignof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ static_assert(sizeof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ static_assert(offsetof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup, bInExcludeFromLightAttachmentGroup) == 0x000000, "Member 'PrimitiveComponent_SetExcludeFromLightAttachmentGroup::bInExcludeFromLightAttachmentGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetGenerateOverlapEvents \ static_assert(alignof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGenerateOverlapEvents"); \ static_assert(sizeof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_SetGenerateOverlapEvents"); \ static_assert(offsetof(PrimitiveComponent_SetGenerateOverlapEvents, bInGenerateOverlapEvents) == 0x000000, "Member 'PrimitiveComponent_SetGenerateOverlapEvents::bInGenerateOverlapEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture \ static_assert(alignof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHiddenInSceneCapture"); \ static_assert(sizeof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetHiddenInSceneCapture"); \ static_assert(offsetof(PrimitiveComponent_SetHiddenInSceneCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHiddenInSceneCapture::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetLightAttachmentsAsGroup \ static_assert(alignof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ static_assert(sizeof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ static_assert(offsetof(PrimitiveComponent_SetLightAttachmentsAsGroup, bInLightAttachmentsAsGroup) == 0x000000, "Member 'PrimitiveComponent_SetLightAttachmentsAsGroup::bInLightAttachmentsAsGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetLightingChannels \ static_assert(alignof(PrimitiveComponent_SetLightingChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightingChannels"); \ static_assert(sizeof(PrimitiveComponent_SetLightingChannels) == 0x000003, "Wrong size on PrimitiveComponent_SetLightingChannels"); \ static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'PrimitiveComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'PrimitiveComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'PrimitiveComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetLinearDamping \ static_assert(alignof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetLinearDamping"); \ static_assert(sizeof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetLinearDamping"); \ static_assert(offsetof(PrimitiveComponent_SetLinearDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetLinearDamping::InDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetMassOverrideInKg \ static_assert(alignof(PrimitiveComponent_SetMassOverrideInKg) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassOverrideInKg"); \ static_assert(sizeof(PrimitiveComponent_SetMassOverrideInKg) == 0x000010, "Wrong size on PrimitiveComponent_SetMassOverrideInKg"); \ static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassOverrideInKg::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, MassInKg) == 0x000008, "Member 'PrimitiveComponent_SetMassOverrideInKg::MassInKg' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, bOverrideMass) == 0x00000C, "Member 'PrimitiveComponent_SetMassOverrideInKg::bOverrideMass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetMassScale \ static_assert(alignof(PrimitiveComponent_SetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassScale"); \ static_assert(sizeof(PrimitiveComponent_SetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_SetMassScale"); \ static_assert(offsetof(PrimitiveComponent_SetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassScale::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetMassScale, InMassScale) == 0x000008, "Member 'PrimitiveComponent_SetMassScale::InMassScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterial \ static_assert(alignof(PrimitiveComponent_SetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterial"); \ static_assert(sizeof(PrimitiveComponent_SetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterial"); \ static_assert(offsetof(PrimitiveComponent_SetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_SetMaterial::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetMaterial, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterialByName \ static_assert(alignof(PrimitiveComponent_SetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterialByName"); \ static_assert(sizeof(PrimitiveComponent_SetMaterialByName) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterialByName"); \ static_assert(offsetof(PrimitiveComponent_SetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_SetMaterialByName::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetMaterialByName, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterialByName::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetNotifyRigidBodyCollision \ static_assert(alignof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong alignment on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ static_assert(sizeof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong size on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ static_assert(offsetof(PrimitiveComponent_SetNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'PrimitiveComponent_SetNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetOnlyOwnerSee \ static_assert(alignof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOnlyOwnerSee"); \ static_assert(sizeof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOnlyOwnerSee"); \ static_assert(offsetof(PrimitiveComponent_SetOnlyOwnerSee, bNewOnlyOwnerSee) == 0x000000, "Member 'PrimitiveComponent_SetOnlyOwnerSee::bNewOnlyOwnerSee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetOwnerNoSee \ static_assert(alignof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOwnerNoSee"); \ static_assert(sizeof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOwnerNoSee"); \ static_assert(offsetof(PrimitiveComponent_SetOwnerNoSee, bNewOwnerNoSee) == 0x000000, "Member 'PrimitiveComponent_SetOwnerNoSee::bNewOwnerNoSee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocity \ static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocity"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocity"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::NewAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::bAddToCurrent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInDegrees \ static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians \ static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity \ static_assert(alignof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsLinearVelocity"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000018, "Wrong size on PrimitiveComponent_SetPhysicsLinearVelocity"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocity \ static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::NewMaxAngVel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::bAddToCurrent' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees \ static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 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_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_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_SetTranslucencySortDistanceOffset \ static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 0x00000C, "Wrong size on PrimitiveComponent_SetUseCCD"); \ static_assert(offsetof(PrimitiveComponent_SetUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetUseCCD::InUseCCD' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetUseCCD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseCCD::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInSceneCaptureOnly \ static_assert(alignof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ static_assert(sizeof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ static_assert(offsetof(PrimitiveComponent_SetVisibleInSceneCaptureOnly, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInSceneCaptureOnly::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetWalkableSlopeOverride \ static_assert(alignof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_SetWalkableSlopeOverride"); \ static_assert(sizeof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_SetWalkableSlopeOverride"); \ static_assert(offsetof(PrimitiveComponent_SetWalkableSlopeOverride, NewOverride) == 0x000000, "Member 'PrimitiveComponent_SetWalkableSlopeOverride::NewOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_WakeRigidBody \ static_assert(alignof(PrimitiveComponent_WakeRigidBody) == 0x000004, "Wrong alignment on PrimitiveComponent_WakeRigidBody"); \ static_assert(sizeof(PrimitiveComponent_WakeRigidBody) == 0x000008, "Wrong size on PrimitiveComponent_WakeRigidBody"); \ static_assert(offsetof(PrimitiveComponent_WakeRigidBody, BoneName) == 0x000000, "Member 'PrimitiveComponent_WakeRigidBody::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp \ static_assert(alignof(PrimitiveComponent_CanCharacterStepUp) == 0x000008, "Wrong alignment on PrimitiveComponent_CanCharacterStepUp"); \ static_assert(sizeof(PrimitiveComponent_CanCharacterStepUp) == 0x000010, "Wrong size on PrimitiveComponent_CanCharacterStepUp"); \ static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, Pawn) == 0x000000, "Member 'PrimitiveComponent_CanCharacterStepUp::Pawn' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CanCharacterStepUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping \ static_assert(alignof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetAngularDamping"); \ static_assert(sizeof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetAngularDamping"); \ static_assert(offsetof(PrimitiveComponent_GetAngularDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetAngularDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000014, "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) == 0x000004, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000024, "Wrong size on PrimitiveComponent_GetClosestPointOnCollision"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, Point) == 0x000000, "Member 'PrimitiveComponent_GetClosestPointOnCollision::Point' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, OutPointOnBody) == 0x00000C, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000020, "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_GetGenerateOverlapEvents \ static_assert(alignof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGenerateOverlapEvents"); \ static_assert(sizeof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_GetGenerateOverlapEvents"); \ static_assert(offsetof(PrimitiveComponent_GetGenerateOverlapEvents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGenerateOverlapEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000004, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000014, "Wrong size on PrimitiveComponent_GetInertiaTensor"); \ static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetInertiaTensor::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetInertiaTensor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping \ static_assert(alignof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLinearDamping"); \ static_assert(sizeof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetLinearDamping"); \ static_assert(offsetof(PrimitiveComponent_GetLinearDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLinearDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMass \ static_assert(alignof(PrimitiveComponent_GetMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMass"); \ static_assert(sizeof(PrimitiveComponent_GetMass) == 0x000004, "Wrong size on PrimitiveComponent_GetMass"); \ static_assert(offsetof(PrimitiveComponent_GetMass, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale \ static_assert(alignof(PrimitiveComponent_GetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMassScale"); \ static_assert(sizeof(PrimitiveComponent_GetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_GetMassScale"); \ static_assert(offsetof(PrimitiveComponent_GetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMassScale::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMassScale, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMassScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial \ static_assert(alignof(PrimitiveComponent_GetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterial"); \ static_assert(sizeof(PrimitiveComponent_GetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterial"); \ static_assert(offsetof(PrimitiveComponent_GetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterial::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterial, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex \ static_assert(alignof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ static_assert(sizeof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, FaceIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, SectionIndex) == 0x000004, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials \ static_assert(alignof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong alignment on PrimitiveComponent_GetNumMaterials"); \ static_assert(sizeof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong size on PrimitiveComponent_GetNumMaterials"); \ static_assert(offsetof(PrimitiveComponent_GetNumMaterials, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetNumMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors \ static_assert(alignof(PrimitiveComponent_GetOverlappingActors) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingActors"); \ static_assert(sizeof(PrimitiveComponent_GetOverlappingActors) == 0x000018, "Wrong size on PrimitiveComponent_GetOverlappingActors"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'PrimitiveComponent_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents \ static_assert(alignof(PrimitiveComponent_GetOverlappingComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingComponents"); \ static_assert(sizeof(PrimitiveComponent_GetOverlappingComponents) == 0x000010, "Wrong size on PrimitiveComponent_GetOverlappingComponents"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingComponents, OutOverlappingComponents) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingComponents::OutOverlappingComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocity \ static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocity"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocity"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees \ static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000014, "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) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride \ static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsPhysicsCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsQueryCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsQueryCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia \ static_assert(alignof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000004, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000020, "Wrong size on PrimitiveComponent_ScaleByMomentOfInertia"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, InputVector) == 0x000000, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::InputVector' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, BoneName) == 0x00000C, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000014, "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) == 0x000450, "Wrong size on UPrimitiveComponent"); \ static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000200, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x000204, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000208, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x00020C, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x00020D, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x00020E, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x00020F, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000218, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x00021A, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x00021B, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x00021C, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000220, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000228, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x000238, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000250, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000254, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x000258, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000260, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000270, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000271, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x000272, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x000273, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LpvBiasMultiplier) == 0x000278, "Member 'UPrimitiveComponent::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x000284, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000298, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x0002A8, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x0002C8, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000420, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000421, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x000422, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x000423, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x000424, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x000426, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x000427, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000428, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000429, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x00042A, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x00042B, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x00042C, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x00042D, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000448, "Member 'UPrimitiveComponent::LODParentPrimitive' 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_AnimInstance_BlueprintUpdateAnimation \ static_assert(alignof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on AnimInstance_BlueprintUpdateAnimation"); \ static_assert(sizeof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong size on AnimInstance_BlueprintUpdateAnimation"); \ static_assert(offsetof(AnimInstance_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'AnimInstance_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetCurrentStateName \ static_assert(alignof(AnimInstance_GetCurrentStateName) == 0x000004, "Wrong alignment on AnimInstance_GetCurrentStateName"); \ static_assert(sizeof(AnimInstance_GetCurrentStateName) == 0x00000C, "Wrong size on AnimInstance_GetCurrentStateName"); \ static_assert(offsetof(AnimInstance_GetCurrentStateName, MachineIndex) == 0x000000, "Member 'AnimInstance_GetCurrentStateName::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetCurrentStateName, ReturnValue) == 0x000004, "Member 'AnimInstance_GetCurrentStateName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerLength \ static_assert(alignof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerLength"); \ static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerLength"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerLength::AssetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTime \ static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTime"); \ static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTime"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTime::AssetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFraction \ static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::AssetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEnd \ static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::AssetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction \ static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::AssetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceCurrentStateElapsedTime \ static_assert(alignof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ static_assert(sizeof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceMachineWeight \ static_assert(alignof(AnimInstance_GetInstanceMachineWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceMachineWeight"); \ static_assert(sizeof(AnimInstance_GetInstanceMachineWeight) == 0x000008, "Wrong size on AnimInstance_GetInstanceMachineWeight"); \ static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceMachineWeight::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceMachineWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceStateWeight \ static_assert(alignof(AnimInstance_GetInstanceStateWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceStateWeight"); \ static_assert(sizeof(AnimInstance_GetInstanceStateWeight) == 0x00000C, "Wrong size on AnimInstance_GetInstanceStateWeight"); \ static_assert(offsetof(AnimInstance_GetInstanceStateWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceStateWeight::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceStateWeight, StateIndex) == 0x000004, "Member 'AnimInstance_GetInstanceStateWeight::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceStateWeight, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceStateWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionCrossfadeDuration \ static_assert(alignof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ static_assert(sizeof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsed \ static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsed"); \ static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsed"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsedFraction \ static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimLength \ static_assert(alignof(AnimInstance_GetRelevantAnimLength) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimLength"); \ static_assert(sizeof(AnimInstance_GetRelevantAnimLength) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimLength"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimLength, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimLength::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimLength, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimLength::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimLength, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTime \ static_assert(alignof(AnimInstance_GetRelevantAnimTime) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTime"); \ static_assert(sizeof(AnimInstance_GetRelevantAnimTime) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTime"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTime::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTime, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTime::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTime, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeFraction \ static_assert(alignof(AnimInstance_GetRelevantAnimTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeFraction"); \ static_assert(sizeof(AnimInstance_GetRelevantAnimTimeFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeFraction"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeFraction::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeFraction::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemaining \ static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemaining"); \ static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemaining"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemainingFraction \ static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::MachineIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::StateIndex' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_LinkAnimClassLayers \ static_assert(alignof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimClassLayers"); \ static_assert(sizeof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong size on AnimInstance_LinkAnimClassLayers"); \ static_assert(offsetof(AnimInstance_LinkAnimClassLayers, InClass) == 0x000000, "Member 'AnimInstance_LinkAnimClassLayers::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_LinkAnimGraphByTag \ static_assert(alignof(AnimInstance_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimGraphByTag"); \ static_assert(sizeof(AnimInstance_LinkAnimGraphByTag) == 0x000010, "Wrong size on AnimInstance_LinkAnimGraphByTag"); \ static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'AnimInstance_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InClass) == 0x000008, "Member 'AnimInstance_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_LockAIResources \ static_assert(alignof(AnimInstance_LockAIResources) == 0x000001, "Wrong alignment on AnimInstance_LockAIResources"); \ static_assert(sizeof(AnimInstance_LockAIResources) == 0x000002, "Wrong size on AnimInstance_LockAIResources"); \ static_assert(offsetof(AnimInstance_LockAIResources, bLockMovement) == 0x000000, "Member 'AnimInstance_LockAIResources::bLockMovement' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_LockAIResources, LockAILogic) == 0x000001, "Member 'AnimInstance_LockAIResources::LockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSection \ static_assert(alignof(AnimInstance_Montage_JumpToSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSection"); \ static_assert(sizeof(AnimInstance_Montage_JumpToSection) == 0x000010, "Wrong size on AnimInstance_Montage_JumpToSection"); \ static_assert(offsetof(AnimInstance_Montage_JumpToSection, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSection::SectionName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_JumpToSection, Montage) == 0x000008, "Member 'AnimInstance_Montage_JumpToSection::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSectionsEnd \ static_assert(alignof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSectionsEnd"); \ static_assert(sizeof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000010, "Wrong size on AnimInstance_Montage_JumpToSectionsEnd"); \ static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSectionsEnd::SectionName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, Montage) == 0x000008, "Member 'AnimInstance_Montage_JumpToSectionsEnd::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_Pause \ static_assert(alignof(AnimInstance_Montage_Pause) == 0x000008, "Wrong alignment on AnimInstance_Montage_Pause"); \ static_assert(sizeof(AnimInstance_Montage_Pause) == 0x000008, "Wrong size on AnimInstance_Montage_Pause"); \ static_assert(offsetof(AnimInstance_Montage_Pause, Montage) == 0x000000, "Member 'AnimInstance_Montage_Pause::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_Play \ static_assert(alignof(AnimInstance_Montage_Play) == 0x000008, "Wrong alignment on AnimInstance_Montage_Play"); \ static_assert(sizeof(AnimInstance_Montage_Play) == 0x000020, "Wrong size on AnimInstance_Montage_Play"); \ static_assert(offsetof(AnimInstance_Montage_Play, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_Play::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_Play, InPlayRate) == 0x000008, "Member 'AnimInstance_Montage_Play::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_Play, ReturnValueType) == 0x00000C, "Member 'AnimInstance_Montage_Play::ReturnValueType' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_Play, InTimeToStartMontageAt) == 0x000010, "Member 'AnimInstance_Montage_Play::InTimeToStartMontageAt' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_Play, bStopAllMontages) == 0x000014, "Member 'AnimInstance_Montage_Play::bStopAllMontages' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_Play, ReturnValue) == 0x000018, "Member 'AnimInstance_Montage_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_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_PlaySlotAnimation \ static_assert(alignof(AnimInstance_PlaySlotAnimation) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimation"); \ static_assert(sizeof(AnimInstance_PlaySlotAnimation) == 0x000028, "Wrong size on AnimInstance_PlaySlotAnimation"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimation::Asset' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimation::SlotNodeName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, BlendInTime) == 0x000010, "Member 'AnimInstance_PlaySlotAnimation::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, BlendOutTime) == 0x000014, "Member 'AnimInstance_PlaySlotAnimation::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, InPlayRate) == 0x000018, "Member 'AnimInstance_PlaySlotAnimation::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, LoopCount) == 0x00001C, "Member 'AnimInstance_PlaySlotAnimation::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_PlaySlotAnimation, ReturnValue) == 0x000020, "Member 'AnimInstance_PlaySlotAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage \ static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage"); \ static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 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_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_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_CalculateDirection \ static_assert(alignof(AnimInstance_CalculateDirection) == 0x000004, "Wrong alignment on AnimInstance_CalculateDirection"); \ static_assert(sizeof(AnimInstance_CalculateDirection) == 0x00001C, "Wrong size on AnimInstance_CalculateDirection"); \ static_assert(offsetof(AnimInstance_CalculateDirection, Velocity) == 0x000000, "Member 'AnimInstance_CalculateDirection::Velocity' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_CalculateDirection, BaseRotation) == 0x00000C, "Member 'AnimInstance_CalculateDirection::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_CalculateDirection, ReturnValue) == 0x000018, "Member 'AnimInstance_CalculateDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetActiveCurveNames \ static_assert(alignof(AnimInstance_GetActiveCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetActiveCurveNames"); \ static_assert(sizeof(AnimInstance_GetActiveCurveNames) == 0x000018, "Wrong size on AnimInstance_GetActiveCurveNames"); \ static_assert(offsetof(AnimInstance_GetActiveCurveNames, CurveType) == 0x000000, "Member 'AnimInstance_GetActiveCurveNames::CurveType' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetActiveCurveNames, OutNames) == 0x000008, "Member 'AnimInstance_GetActiveCurveNames::OutNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetAllCurveNames \ static_assert(alignof(AnimInstance_GetAllCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetAllCurveNames"); \ static_assert(sizeof(AnimInstance_GetAllCurveNames) == 0x000010, "Wrong size on AnimInstance_GetAllCurveNames"); \ static_assert(offsetof(AnimInstance_GetAllCurveNames, OutNames) == 0x000000, "Member 'AnimInstance_GetAllCurveNames::OutNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetCurrentActiveMontage \ static_assert(alignof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong alignment on AnimInstance_GetCurrentActiveMontage"); \ static_assert(sizeof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong size on AnimInstance_GetCurrentActiveMontage"); \ static_assert(offsetof(AnimInstance_GetCurrentActiveMontage, ReturnValue) == 0x000000, "Member 'AnimInstance_GetCurrentActiveMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetCurveValue \ static_assert(alignof(AnimInstance_GetCurveValue) == 0x000004, "Wrong alignment on AnimInstance_GetCurveValue"); \ static_assert(sizeof(AnimInstance_GetCurveValue) == 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_GetLinkedAnimGraphInstanceByTag \ static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstancesByTag \ static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByClass \ static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroup \ static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass \ static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InGroup' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InClass) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InClass' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, ReturnValue) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstancesByGroup \ static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::InGroup' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, OutLinkedInstances) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::OutLinkedInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetOwningActor \ static_assert(alignof(AnimInstance_GetOwningActor) == 0x000008, "Wrong alignment on AnimInstance_GetOwningActor"); \ static_assert(sizeof(AnimInstance_GetOwningActor) == 0x000008, "Wrong size on AnimInstance_GetOwningActor"); \ static_assert(offsetof(AnimInstance_GetOwningActor, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetOwningComponent \ static_assert(alignof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong alignment on AnimInstance_GetOwningComponent"); \ static_assert(sizeof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong size on AnimInstance_GetOwningComponent"); \ static_assert(offsetof(AnimInstance_GetOwningComponent, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetPropagateNotifiesToLinkedInstances \ static_assert(alignof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ static_assert(sizeof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ static_assert(offsetof(AnimInstance_GetPropagateNotifiesToLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetPropagateNotifiesToLinkedInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetReceiveNotifiesFromLinkedInstances \ static_assert(alignof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ static_assert(sizeof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ static_assert(offsetof(AnimInstance_GetReceiveNotifiesFromLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetReceiveNotifiesFromLinkedInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetSyncGroupPosition \ static_assert(alignof(AnimInstance_GetSyncGroupPosition) == 0x000004, "Wrong alignment on AnimInstance_GetSyncGroupPosition"); \ static_assert(sizeof(AnimInstance_GetSyncGroupPosition) == 0x00001C, "Wrong size on AnimInstance_GetSyncGroupPosition"); \ static_assert(offsetof(AnimInstance_GetSyncGroupPosition, InSyncGroupName) == 0x000000, "Member 'AnimInstance_GetSyncGroupPosition::InSyncGroupName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetSyncGroupPosition, ReturnValue) == 0x000008, "Member 'AnimInstance_GetSyncGroupPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_GetTimeToClosestMarker \ static_assert(alignof(AnimInstance_GetTimeToClosestMarker) == 0x000004, "Wrong alignment on AnimInstance_GetTimeToClosestMarker"); \ static_assert(sizeof(AnimInstance_GetTimeToClosestMarker) == 0x000018, "Wrong size on AnimInstance_GetTimeToClosestMarker"); \ static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, SyncGroup) == 0x000000, "Member 'AnimInstance_GetTimeToClosestMarker::SyncGroup' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, MarkerName) == 0x000008, "Member 'AnimInstance_GetTimeToClosestMarker::MarkerName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, OutMarkerTime) == 0x000010, "Member 'AnimInstance_GetTimeToClosestMarker::OutMarkerTime' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, ReturnValue) == 0x000014, "Member 'AnimInstance_GetTimeToClosestMarker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_HasMarkerBeenHitThisFrame \ static_assert(alignof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x000004, "Wrong alignment on AnimInstance_HasMarkerBeenHitThisFrame"); \ static_assert(sizeof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x000014, "Wrong size on AnimInstance_HasMarkerBeenHitThisFrame"); \ static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, SyncGroup) == 0x000000, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::SyncGroup' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, MarkerName) == 0x000008, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::MarkerName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, ReturnValue) == 0x000010, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_IsAnyMontagePlaying \ static_assert(alignof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong alignment on AnimInstance_IsAnyMontagePlaying"); \ static_assert(sizeof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong size on AnimInstance_IsAnyMontagePlaying"); \ static_assert(offsetof(AnimInstance_IsAnyMontagePlaying, ReturnValue) == 0x000000, "Member 'AnimInstance_IsAnyMontagePlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_IsPlayingSlotAnimation \ static_assert(alignof(AnimInstance_IsPlayingSlotAnimation) == 0x000008, "Wrong alignment on AnimInstance_IsPlayingSlotAnimation"); \ static_assert(sizeof(AnimInstance_IsPlayingSlotAnimation) == 0x000018, "Wrong size on AnimInstance_IsPlayingSlotAnimation"); \ static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, Asset) == 0x000000, "Member 'AnimInstance_IsPlayingSlotAnimation::Asset' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, SlotNodeName) == 0x000008, "Member 'AnimInstance_IsPlayingSlotAnimation::SlotNodeName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, ReturnValue) == 0x000010, "Member 'AnimInstance_IsPlayingSlotAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_IsSyncGroupBetweenMarkers \ static_assert(alignof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x000004, "Wrong alignment on AnimInstance_IsSyncGroupBetweenMarkers"); \ static_assert(sizeof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x00001C, "Wrong size on AnimInstance_IsSyncGroupBetweenMarkers"); \ static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, InSyncGroupName) == 0x000000, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::InSyncGroupName' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, PreviousMarker) == 0x000008, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::PreviousMarker' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, NextMarker) == 0x000010, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::NextMarker' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, bRespectMarkerOrder) == 0x000018, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::bRespectMarkerOrder' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, ReturnValue) == 0x000019, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_GetBlendTime \ static_assert(alignof(AnimInstance_Montage_GetBlendTime) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetBlendTime"); \ static_assert(sizeof(AnimInstance_Montage_GetBlendTime) == 0x000010, "Wrong size on AnimInstance_Montage_GetBlendTime"); \ static_assert(offsetof(AnimInstance_Montage_GetBlendTime, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetBlendTime::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_GetBlendTime, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetBlendTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_GetCurrentSection \ static_assert(alignof(AnimInstance_Montage_GetCurrentSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetCurrentSection"); \ static_assert(sizeof(AnimInstance_Montage_GetCurrentSection) == 0x000010, "Wrong size on AnimInstance_Montage_GetCurrentSection"); \ static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetCurrentSection::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetCurrentSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_GetIsStopped \ static_assert(alignof(AnimInstance_Montage_GetIsStopped) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetIsStopped"); \ static_assert(sizeof(AnimInstance_Montage_GetIsStopped) == 0x000010, "Wrong size on AnimInstance_Montage_GetIsStopped"); \ static_assert(offsetof(AnimInstance_Montage_GetIsStopped, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetIsStopped::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_GetIsStopped, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetIsStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_GetPlayRate \ static_assert(alignof(AnimInstance_Montage_GetPlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPlayRate"); \ static_assert(sizeof(AnimInstance_Montage_GetPlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_GetPlayRate"); \ static_assert(offsetof(AnimInstance_Montage_GetPlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPlayRate::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_GetPlayRate, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_GetPosition \ static_assert(alignof(AnimInstance_Montage_GetPosition) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPosition"); \ static_assert(sizeof(AnimInstance_Montage_GetPosition) == 0x000010, "Wrong size on AnimInstance_Montage_GetPosition"); \ static_assert(offsetof(AnimInstance_Montage_GetPosition, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPosition::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_GetPosition, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_IsActive \ static_assert(alignof(AnimInstance_Montage_IsActive) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsActive"); \ static_assert(sizeof(AnimInstance_Montage_IsActive) == 0x000010, "Wrong size on AnimInstance_Montage_IsActive"); \ static_assert(offsetof(AnimInstance_Montage_IsActive, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsActive::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_IsActive, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_Montage_IsPlaying \ static_assert(alignof(AnimInstance_Montage_IsPlaying) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsPlaying"); \ static_assert(sizeof(AnimInstance_Montage_IsPlaying) == 0x000010, "Wrong size on AnimInstance_Montage_IsPlaying"); \ static_assert(offsetof(AnimInstance_Montage_IsPlaying, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsPlaying::Montage' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_Montage_IsPlaying, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_TryGetPawnOwner \ static_assert(alignof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong alignment on AnimInstance_TryGetPawnOwner"); \ static_assert(sizeof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong size on AnimInstance_TryGetPawnOwner"); \ static_assert(offsetof(AnimInstance_TryGetPawnOwner, ReturnValue) == 0x000000, "Member 'AnimInstance_TryGetPawnOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimInstance \ static_assert(alignof(UAnimInstance) == 0x000010, "Wrong alignment on UAnimInstance"); \ static_assert(sizeof(UAnimInstance) == 0x0002C0, "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, OnMontageStarted) == 0x000048, "Member 'UAnimInstance::OnMontageStarted' has a wrong offset!"); \ static_assert(offsetof(UAnimInstance, OnMontageEnded) == 0x000058, "Member 'UAnimInstance::OnMontageEnded' has a wrong offset!"); \ static_assert(offsetof(UAnimInstance, OnAllMontageInstancesEnded) == 0x000068, "Member 'UAnimInstance::OnAllMontageInstancesEnded' has a wrong offset!"); \ static_assert(offsetof(UAnimInstance, NotifyQueue) == 0x000100, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x000170, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetLength \ static_assert(alignof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_GetLength"); \ static_assert(sizeof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong size on AnimSingleNodeInstance_GetLength"); \ static_assert(offsetof(AnimSingleNodeInstance_GetLength, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_PlayAnim \ static_assert(alignof(AnimSingleNodeInstance_PlayAnim) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_PlayAnim"); \ static_assert(sizeof(AnimSingleNodeInstance_PlayAnim) == 0x00000C, "Wrong size on AnimSingleNodeInstance_PlayAnim"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_PlayAnim::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InPlayRate) == 0x000004, "Member 'AnimSingleNodeInstance_PlayAnim::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InStartPosition) == 0x000008, "Member 'AnimSingleNodeInstance_PlayAnim::InStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetAnimationAsset \ static_assert(alignof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_SetAnimationAsset"); \ static_assert(sizeof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000010, "Wrong size on AnimSingleNodeInstance_SetAnimationAsset"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, NewAsset) == 0x000000, "Member 'AnimSingleNodeInstance_SetAnimationAsset::NewAsset' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, bIsLooping) == 0x000008, "Member 'AnimSingleNodeInstance_SetAnimationAsset::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, InPlayRate) == 0x00000C, "Member 'AnimSingleNodeInstance_SetAnimationAsset::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetBlendSpaceInput \ static_assert(alignof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetBlendSpaceInput"); \ static_assert(sizeof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetBlendSpaceInput"); \ static_assert(offsetof(AnimSingleNodeInstance_SetBlendSpaceInput, InBlendInput) == 0x000000, "Member 'AnimSingleNodeInstance_SetBlendSpaceInput::InBlendInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetLooping \ static_assert(alignof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetLooping"); \ static_assert(sizeof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetLooping"); \ static_assert(offsetof(AnimSingleNodeInstance_SetLooping, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_SetLooping::bIsLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlaying \ static_assert(alignof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetPlaying"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetPlaying"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPlaying, bIsPlaying) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlaying::bIsPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlayRate \ static_assert(alignof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPlayRate"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong size on AnimSingleNodeInstance_SetPlayRate"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPlayRate, InPlayRate) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlayRate::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPosition \ static_assert(alignof(AnimSingleNodeInstance_SetPosition) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPosition"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPosition) == 0x000008, "Wrong size on AnimSingleNodeInstance_SetPosition"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPosition, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPosition::InPosition' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPosition, bFireNotifies) == 0x000004, "Member 'AnimSingleNodeInstance_SetPosition::bFireNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPositionWithPreviousTime \ static_assert(alignof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPosition' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPreviousTime) == 0x000004, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPreviousTime' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, bFireNotifies) == 0x000008, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::bFireNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPreviewCurveOverride \ static_assert(alignof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPreviewCurveOverride"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 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) == 0x0002D0, "Wrong size on UAnimSingleNodeInstance"); \ static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x0002B8, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x0002C0, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereAerialPerspective \ static_assert(alignof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000058, "Wrong size on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetMovementBaseActor \ static_assert(alignof(Pawn_GetMovementBaseActor) == 0x000008, "Wrong alignment on Pawn_GetMovementBaseActor"); \ static_assert(sizeof(Pawn_GetMovementBaseActor) == 0x000010, "Wrong size on Pawn_GetMovementBaseActor"); \ static_assert(offsetof(Pawn_GetMovementBaseActor, Pawn) == 0x000000, "Member 'Pawn_GetMovementBaseActor::Pawn' has a wrong offset!"); \ static_assert(offsetof(Pawn_GetMovementBaseActor, ReturnValue) == 0x000008, "Member 'Pawn_GetMovementBaseActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_AddControllerPitchInput \ static_assert(alignof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong alignment on Pawn_AddControllerPitchInput"); \ static_assert(sizeof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong size on Pawn_AddControllerPitchInput"); \ static_assert(offsetof(Pawn_AddControllerPitchInput, Val) == 0x000000, "Member 'Pawn_AddControllerPitchInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_AddControllerRollInput \ static_assert(alignof(Pawn_AddControllerRollInput) == 0x000004, "Wrong alignment on Pawn_AddControllerRollInput"); \ static_assert(sizeof(Pawn_AddControllerRollInput) == 0x000004, "Wrong size on Pawn_AddControllerRollInput"); \ static_assert(offsetof(Pawn_AddControllerRollInput, Val) == 0x000000, "Member 'Pawn_AddControllerRollInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_AddControllerYawInput \ static_assert(alignof(Pawn_AddControllerYawInput) == 0x000004, "Wrong alignment on Pawn_AddControllerYawInput"); \ static_assert(sizeof(Pawn_AddControllerYawInput) == 0x000004, "Wrong size on Pawn_AddControllerYawInput"); \ static_assert(offsetof(Pawn_AddControllerYawInput, Val) == 0x000000, "Member 'Pawn_AddControllerYawInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_AddMovementInput \ static_assert(alignof(Pawn_AddMovementInput) == 0x000004, "Wrong alignment on Pawn_AddMovementInput"); \ static_assert(sizeof(Pawn_AddMovementInput) == 0x000014, "Wrong size on Pawn_AddMovementInput"); \ static_assert(offsetof(Pawn_AddMovementInput, WorldDirection) == 0x000000, "Member 'Pawn_AddMovementInput::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(Pawn_AddMovementInput, ScaleValue) == 0x00000C, "Member 'Pawn_AddMovementInput::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(Pawn_AddMovementInput, bForce) == 0x000010, "Member 'Pawn_AddMovementInput::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector \ static_assert(alignof(Pawn_ConsumeMovementInputVector) == 0x000004, "Wrong alignment on Pawn_ConsumeMovementInputVector"); \ static_assert(sizeof(Pawn_ConsumeMovementInputVector) == 0x00000C, "Wrong size on Pawn_ConsumeMovementInputVector"); \ static_assert(offsetof(Pawn_ConsumeMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_ConsumeMovementInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_LaunchPawn \ static_assert(alignof(Pawn_LaunchPawn) == 0x000004, "Wrong alignment on Pawn_LaunchPawn"); \ static_assert(sizeof(Pawn_LaunchPawn) == 0x000010, "Wrong size on Pawn_LaunchPawn"); \ static_assert(offsetof(Pawn_LaunchPawn, LaunchVelocity) == 0x000000, "Member 'Pawn_LaunchPawn::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(Pawn_LaunchPawn, bXYOverride) == 0x00000C, "Member 'Pawn_LaunchPawn::bXYOverride' has a wrong offset!"); \ static_assert(offsetof(Pawn_LaunchPawn, bZOverride) == 0x00000D, "Member 'Pawn_LaunchPawn::bZOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_PawnMakeNoise \ static_assert(alignof(Pawn_PawnMakeNoise) == 0x000008, "Wrong alignment on Pawn_PawnMakeNoise"); \ static_assert(sizeof(Pawn_PawnMakeNoise) == 0x000020, "Wrong size on Pawn_PawnMakeNoise"); \ static_assert(offsetof(Pawn_PawnMakeNoise, Loudness) == 0x000000, "Member 'Pawn_PawnMakeNoise::Loudness' has a wrong offset!"); \ static_assert(offsetof(Pawn_PawnMakeNoise, NoiseLocation) == 0x000004, "Member 'Pawn_PawnMakeNoise::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(Pawn_PawnMakeNoise, bUseNoiseMakerLocation) == 0x000010, "Member 'Pawn_PawnMakeNoise::bUseNoiseMakerLocation' has a wrong offset!"); \ static_assert(offsetof(Pawn_PawnMakeNoise, NoiseMaker) == 0x000018, "Member 'Pawn_PawnMakeNoise::NoiseMaker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_ReceivePossessed \ static_assert(alignof(Pawn_ReceivePossessed) == 0x000008, "Wrong alignment on Pawn_ReceivePossessed"); \ static_assert(sizeof(Pawn_ReceivePossessed) == 0x000008, "Wrong size on Pawn_ReceivePossessed"); \ static_assert(offsetof(Pawn_ReceivePossessed, NewController) == 0x000000, "Member 'Pawn_ReceivePossessed::NewController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_ReceiveUnpossessed \ static_assert(alignof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong alignment on Pawn_ReceiveUnpossessed"); \ static_assert(sizeof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong size on Pawn_ReceiveUnpossessed"); \ static_assert(offsetof(Pawn_ReceiveUnpossessed, OldController) == 0x000000, "Member 'Pawn_ReceiveUnpossessed::OldController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_SetCanAffectNavigationGeneration \ static_assert(alignof(Pawn_SetCanAffectNavigationGeneration) == 0x000001, "Wrong alignment on Pawn_SetCanAffectNavigationGeneration"); \ static_assert(sizeof(Pawn_SetCanAffectNavigationGeneration) == 0x000002, "Wrong size on Pawn_SetCanAffectNavigationGeneration"); \ static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bNewValue) == 0x000000, "Member 'Pawn_SetCanAffectNavigationGeneration::bNewValue' has a wrong offset!"); \ static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bForceUpdate) == 0x000001, "Member 'Pawn_SetCanAffectNavigationGeneration::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetBaseAimRotation \ static_assert(alignof(Pawn_GetBaseAimRotation) == 0x000004, "Wrong alignment on Pawn_GetBaseAimRotation"); \ static_assert(sizeof(Pawn_GetBaseAimRotation) == 0x00000C, "Wrong size on Pawn_GetBaseAimRotation"); \ static_assert(offsetof(Pawn_GetBaseAimRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetBaseAimRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetController \ static_assert(alignof(Pawn_GetController) == 0x000008, "Wrong alignment on Pawn_GetController"); \ static_assert(sizeof(Pawn_GetController) == 0x000008, "Wrong size on Pawn_GetController"); \ static_assert(offsetof(Pawn_GetController, ReturnValue) == 0x000000, "Member 'Pawn_GetController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetControlRotation \ static_assert(alignof(Pawn_GetControlRotation) == 0x000004, "Wrong alignment on Pawn_GetControlRotation"); \ static_assert(sizeof(Pawn_GetControlRotation) == 0x00000C, "Wrong size on Pawn_GetControlRotation"); \ static_assert(offsetof(Pawn_GetControlRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetLastMovementInputVector \ static_assert(alignof(Pawn_GetLastMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetLastMovementInputVector"); \ static_assert(sizeof(Pawn_GetLastMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetLastMovementInputVector"); \ static_assert(offsetof(Pawn_GetLastMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetLastMovementInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetMovementComponent \ static_assert(alignof(Pawn_GetMovementComponent) == 0x000008, "Wrong alignment on Pawn_GetMovementComponent"); \ static_assert(sizeof(Pawn_GetMovementComponent) == 0x000008, "Wrong size on Pawn_GetMovementComponent"); \ static_assert(offsetof(Pawn_GetMovementComponent, ReturnValue) == 0x000000, "Member 'Pawn_GetMovementComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetNavAgentLocation \ static_assert(alignof(Pawn_GetNavAgentLocation) == 0x000004, "Wrong alignment on Pawn_GetNavAgentLocation"); \ static_assert(sizeof(Pawn_GetNavAgentLocation) == 0x00000C, "Wrong size on Pawn_GetNavAgentLocation"); \ static_assert(offsetof(Pawn_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Pawn_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector \ static_assert(alignof(Pawn_GetPendingMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetPendingMovementInputVector"); \ static_assert(sizeof(Pawn_GetPendingMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetPendingMovementInputVector"); \ static_assert(offsetof(Pawn_GetPendingMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetPendingMovementInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsBotControlled \ static_assert(alignof(Pawn_IsBotControlled) == 0x000001, "Wrong alignment on Pawn_IsBotControlled"); \ static_assert(sizeof(Pawn_IsBotControlled) == 0x000001, "Wrong size on Pawn_IsBotControlled"); \ static_assert(offsetof(Pawn_IsBotControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsBotControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsControlled \ static_assert(alignof(Pawn_IsControlled) == 0x000001, "Wrong alignment on Pawn_IsControlled"); \ static_assert(sizeof(Pawn_IsControlled) == 0x000001, "Wrong size on Pawn_IsControlled"); \ static_assert(offsetof(Pawn_IsControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsLocallyControlled \ static_assert(alignof(Pawn_IsLocallyControlled) == 0x000001, "Wrong alignment on Pawn_IsLocallyControlled"); \ static_assert(sizeof(Pawn_IsLocallyControlled) == 0x000001, "Wrong size on Pawn_IsLocallyControlled"); \ static_assert(offsetof(Pawn_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsMoveInputIgnored \ static_assert(alignof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Pawn_IsMoveInputIgnored"); \ static_assert(sizeof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong size on Pawn_IsMoveInputIgnored"); \ static_assert(offsetof(Pawn_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Pawn_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsPawnControlled \ static_assert(alignof(Pawn_IsPawnControlled) == 0x000001, "Wrong alignment on Pawn_IsPawnControlled"); \ static_assert(sizeof(Pawn_IsPawnControlled) == 0x000001, "Wrong size on Pawn_IsPawnControlled"); \ static_assert(offsetof(Pawn_IsPawnControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPawnControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_IsPlayerControlled \ static_assert(alignof(Pawn_IsPlayerControlled) == 0x000001, "Wrong alignment on Pawn_IsPlayerControlled"); \ static_assert(sizeof(Pawn_IsPlayerControlled) == 0x000001, "Wrong size on Pawn_IsPlayerControlled"); \ static_assert(offsetof(Pawn_IsPlayerControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPlayerControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pawn_K2_GetMovementInputVector \ static_assert(alignof(Pawn_K2_GetMovementInputVector) == 0x000004, "Wrong alignment on Pawn_K2_GetMovementInputVector"); \ static_assert(sizeof(Pawn_K2_GetMovementInputVector) == 0x00000C, "Wrong size on Pawn_K2_GetMovementInputVector"); \ static_assert(offsetof(Pawn_K2_GetMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_K2_GetMovementInputVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APawn \ static_assert(alignof(APawn) == 0x000008, "Wrong alignment on APawn"); \ static_assert(sizeof(APawn) == 0x000280, "Wrong size on APawn"); \ static_assert(offsetof(APawn, BaseEyeHeight) == 0x00022C, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessPlayer) == 0x000230, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessAI) == 0x000231, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ static_assert(offsetof(APawn, RemoteViewPitch) == 0x000232, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ static_assert(offsetof(APawn, AIControllerClass) == 0x000238, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ static_assert(offsetof(APawn, PlayerState) == 0x000240, "Member 'APawn::PlayerState' has a wrong offset!"); \ static_assert(offsetof(APawn, LastHitBy) == 0x000250, "Member 'APawn::LastHitBy' has a wrong offset!"); \ static_assert(offsetof(APawn, Controller) == 0x000258, "Member 'APawn::Controller' has a wrong offset!"); \ static_assert(offsetof(APawn, ControlInputVector) == 0x000264, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ static_assert(offsetof(APawn, LastControlInputVector) == 0x000270, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_CacheInitialMeshOffset \ static_assert(alignof(Character_CacheInitialMeshOffset) == 0x000004, "Wrong alignment on Character_CacheInitialMeshOffset"); \ static_assert(sizeof(Character_CacheInitialMeshOffset) == 0x000018, "Wrong size on Character_CacheInitialMeshOffset"); \ static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeLocation) == 0x000000, "Member 'Character_CacheInitialMeshOffset::MeshRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeRotation) == 0x00000C, "Member 'Character_CacheInitialMeshOffset::MeshRelativeRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientAckGoodMove \ static_assert(alignof(Character_ClientAckGoodMove) == 0x000004, "Wrong alignment on Character_ClientAckGoodMove"); \ static_assert(sizeof(Character_ClientAckGoodMove) == 0x000004, "Wrong size on Character_ClientAckGoodMove"); \ static_assert(offsetof(Character_ClientAckGoodMove, Timestamp) == 0x000000, "Member 'Character_ClientAckGoodMove::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientAdjustPosition \ static_assert(alignof(Character_ClientAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustPosition"); \ static_assert(sizeof(Character_ClientAdjustPosition) == 0x000038, "Wrong size on Character_ClientAdjustPosition"); \ static_assert(offsetof(Character_ClientAdjustPosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustPosition::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientAdjustPosition::NewLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, NewVel) == 0x000010, "Member 'Character_ClientAdjustPosition::NewVel' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, NewBase) == 0x000020, "Member 'Character_ClientAdjustPosition::NewBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, NewBaseBoneName) == 0x000028, "Member 'Character_ClientAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, bHasBase) == 0x000030, "Member 'Character_ClientAdjustPosition::bHasBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, bBaseRelativePosition) == 0x000031, "Member 'Character_ClientAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustPosition, ServerMovementMode) == 0x000032, "Member 'Character_ClientAdjustPosition::ServerMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionPosition \ static_assert(alignof(Character_ClientAdjustRootMotionPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionPosition"); \ static_assert(sizeof(Character_ClientAdjustRootMotionPosition) == 0x000040, "Wrong size on Character_ClientAdjustRootMotionPosition"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionPosition::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMontageTrackPosition) == 0x000004, "Member 'Character_ClientAdjustRootMotionPosition::ServerMontageTrackPosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerLoc) == 0x000008, "Member 'Character_ClientAdjustRootMotionPosition::ServerLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerRotation) == 0x000014, "Member 'Character_ClientAdjustRootMotionPosition::ServerRotation' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerVelZ) == 0x000020, "Member 'Character_ClientAdjustRootMotionPosition::ServerVelZ' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBase) == 0x000028, "Member 'Character_ClientAdjustRootMotionPosition::ServerBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBoneName) == 0x000030, "Member 'Character_ClientAdjustRootMotionPosition::ServerBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bHasBase) == 0x000038, "Member 'Character_ClientAdjustRootMotionPosition::bHasBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bBaseRelativePosition) == 0x000039, "Member 'Character_ClientAdjustRootMotionPosition::bBaseRelativePosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMovementMode) == 0x00003A, "Member 'Character_ClientAdjustRootMotionPosition::ServerMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionSourcePosition \ static_assert(alignof(Character_ClientAdjustRootMotionSourcePosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionSourcePosition"); \ static_assert(sizeof(Character_ClientAdjustRootMotionSourcePosition) == 0x000080, "Wrong size on Character_ClientAdjustRootMotionSourcePosition"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, Timestamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionSourcePosition::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRootMotion) == 0x000008, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRootMotion' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasAnimRootMotion) == 0x000040, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasAnimRootMotion' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMontageTrackPosition) == 0x000044, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMontageTrackPosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerLoc) == 0x000048, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRotation) == 0x000054, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRotation' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerVelZ) == 0x000060, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerVelZ' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBase) == 0x000068, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBoneName) == 0x000070, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasBase) == 0x000078, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bBaseRelativePosition) == 0x000079, "Member 'Character_ClientAdjustRootMotionSourcePosition::bBaseRelativePosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMovementMode) == 0x00007A, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientMoveResponsePacked \ static_assert(alignof(Character_ClientMoveResponsePacked) == 0x000008, "Wrong alignment on Character_ClientMoveResponsePacked"); \ static_assert(sizeof(Character_ClientMoveResponsePacked) == 0x000098, "Wrong size on Character_ClientMoveResponsePacked"); \ static_assert(offsetof(Character_ClientMoveResponsePacked, PackedBits) == 0x000000, "Member 'Character_ClientMoveResponsePacked::PackedBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ClientVeryShortAdjustPosition \ static_assert(alignof(Character_ClientVeryShortAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientVeryShortAdjustPosition"); \ static_assert(sizeof(Character_ClientVeryShortAdjustPosition) == 0x000028, "Wrong size on Character_ClientVeryShortAdjustPosition"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, Timestamp) == 0x000000, "Member 'Character_ClientVeryShortAdjustPosition::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientVeryShortAdjustPosition::NewLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBase) == 0x000010, "Member 'Character_ClientVeryShortAdjustPosition::NewBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBaseBoneName) == 0x000018, "Member 'Character_ClientVeryShortAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bHasBase) == 0x000020, "Member 'Character_ClientVeryShortAdjustPosition::bHasBase' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bBaseRelativePosition) == 0x000021, "Member 'Character_ClientVeryShortAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ static_assert(offsetof(Character_ClientVeryShortAdjustPosition, ServerMovementMode) == 0x000022, "Member 'Character_ClientVeryShortAdjustPosition::ServerMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_Crouch \ static_assert(alignof(Character_Crouch) == 0x000001, "Wrong alignment on Character_Crouch"); \ static_assert(sizeof(Character_Crouch) == 0x000001, "Wrong size on Character_Crouch"); \ static_assert(offsetof(Character_Crouch, bClientSimulation) == 0x000000, "Member 'Character_Crouch::bClientSimulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_K2_OnEndCrouch \ static_assert(alignof(Character_K2_OnEndCrouch) == 0x000004, "Wrong alignment on Character_K2_OnEndCrouch"); \ static_assert(sizeof(Character_K2_OnEndCrouch) == 0x000008, "Wrong size on Character_K2_OnEndCrouch"); \ static_assert(offsetof(Character_K2_OnEndCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnEndCrouch::HalfHeightAdjust' has a wrong offset!"); \ static_assert(offsetof(Character_K2_OnEndCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnEndCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_K2_OnMovementModeChanged \ static_assert(alignof(Character_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on Character_K2_OnMovementModeChanged"); \ static_assert(sizeof(Character_K2_OnMovementModeChanged) == 0x000004, "Wrong size on Character_K2_OnMovementModeChanged"); \ static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'Character_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(Character_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'Character_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'Character_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ static_assert(offsetof(Character_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'Character_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_K2_OnStartCrouch \ static_assert(alignof(Character_K2_OnStartCrouch) == 0x000004, "Wrong alignment on Character_K2_OnStartCrouch"); \ static_assert(sizeof(Character_K2_OnStartCrouch) == 0x000008, "Wrong size on Character_K2_OnStartCrouch"); \ static_assert(offsetof(Character_K2_OnStartCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnStartCrouch::HalfHeightAdjust' has a wrong offset!"); \ static_assert(offsetof(Character_K2_OnStartCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnStartCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_K2_UpdateCustomMovement \ static_assert(alignof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong alignment on Character_K2_UpdateCustomMovement"); \ static_assert(sizeof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong size on Character_K2_UpdateCustomMovement"); \ static_assert(offsetof(Character_K2_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'Character_K2_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_LaunchCharacter \ static_assert(alignof(Character_LaunchCharacter) == 0x000004, "Wrong alignment on Character_LaunchCharacter"); \ static_assert(sizeof(Character_LaunchCharacter) == 0x000010, "Wrong size on Character_LaunchCharacter"); \ static_assert(offsetof(Character_LaunchCharacter, LaunchVelocity) == 0x000000, "Member 'Character_LaunchCharacter::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(Character_LaunchCharacter, bXYOverride) == 0x00000C, "Member 'Character_LaunchCharacter::bXYOverride' has a wrong offset!"); \ static_assert(offsetof(Character_LaunchCharacter, bZOverride) == 0x00000D, "Member 'Character_LaunchCharacter::bZOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_OnLanded \ static_assert(alignof(Character_OnLanded) == 0x000004, "Wrong alignment on Character_OnLanded"); \ static_assert(sizeof(Character_OnLanded) == 0x000088, "Wrong size on Character_OnLanded"); \ static_assert(offsetof(Character_OnLanded, Hit) == 0x000000, "Member 'Character_OnLanded::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_OnLaunched \ static_assert(alignof(Character_OnLaunched) == 0x000004, "Wrong alignment on Character_OnLaunched"); \ static_assert(sizeof(Character_OnLaunched) == 0x000010, "Wrong size on Character_OnLaunched"); \ static_assert(offsetof(Character_OnLaunched, LaunchVelocity) == 0x000000, "Member 'Character_OnLaunched::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(Character_OnLaunched, bXYOverride) == 0x00000C, "Member 'Character_OnLaunched::bXYOverride' has a wrong offset!"); \ static_assert(offsetof(Character_OnLaunched, bZOverride) == 0x00000D, "Member 'Character_OnLaunched::bZOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_OnWalkingOffLedge \ static_assert(alignof(Character_OnWalkingOffLedge) == 0x000004, "Wrong alignment on Character_OnWalkingOffLedge"); \ static_assert(sizeof(Character_OnWalkingOffLedge) == 0x000028, "Wrong size on Character_OnWalkingOffLedge"); \ static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorImpactNormal) == 0x000000, "Member 'Character_OnWalkingOffLedge::PreviousFloorImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorContactNormal) == 0x00000C, "Member 'Character_OnWalkingOffLedge::PreviousFloorContactNormal' has a wrong offset!"); \ static_assert(offsetof(Character_OnWalkingOffLedge, PreviousLocation) == 0x000018, "Member 'Character_OnWalkingOffLedge::PreviousLocation' has a wrong offset!"); \ static_assert(offsetof(Character_OnWalkingOffLedge, TimeDelta) == 0x000024, "Member 'Character_OnWalkingOffLedge::TimeDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_PlayAnimMontage \ static_assert(alignof(Character_PlayAnimMontage) == 0x000008, "Wrong alignment on Character_PlayAnimMontage"); \ static_assert(sizeof(Character_PlayAnimMontage) == 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) == 0x000040, "Wrong size on Character_ServerMove"); \ static_assert(offsetof(Character_ServerMove, Timestamp) == 0x000000, "Member 'Character_ServerMove::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, InAccel) == 0x000004, "Member 'Character_ServerMove::InAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, ClientLoc) == 0x000010, "Member 'Character_ServerMove::ClientLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMove::CompressedMoveFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, ClientRoll) == 0x00001D, "Member 'Character_ServerMove::ClientRoll' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, View) == 0x000020, "Member 'Character_ServerMove::View' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, ClientMovementBase) == 0x000028, "Member 'Character_ServerMove::ClientMovementBase' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, ClientBaseBoneName) == 0x000030, "Member 'Character_ServerMove::ClientBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMove, ClientMovementMode) == 0x000038, "Member 'Character_ServerMove::ClientMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMoveDual \ static_assert(alignof(Character_ServerMoveDual) == 0x000008, "Wrong alignment on Character_ServerMoveDual"); \ static_assert(sizeof(Character_ServerMoveDual) == 0x000058, "Wrong size on Character_ServerMoveDual"); \ static_assert(offsetof(Character_ServerMoveDual, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDual::TimeStamp0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, InAccel0) == 0x000004, "Member 'Character_ServerMoveDual::InAccel0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDual::PendingFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, View0) == 0x000014, "Member 'Character_ServerMoveDual::View0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, Timestamp) == 0x000018, "Member 'Character_ServerMoveDual::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, InAccel) == 0x00001C, "Member 'Character_ServerMoveDual::InAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDual::ClientLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, NewFlags) == 0x000034, "Member 'Character_ServerMoveDual::NewFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDual::ClientRoll' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, View) == 0x000038, "Member 'Character_ServerMoveDual::View' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDual::ClientMovementBase' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDual::ClientBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDual, ClientMovementMode) == 0x000050, "Member 'Character_ServerMoveDual::ClientMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMoveDualHybridRootMotion \ static_assert(alignof(Character_ServerMoveDualHybridRootMotion) == 0x000008, "Wrong alignment on Character_ServerMoveDualHybridRootMotion"); \ static_assert(sizeof(Character_ServerMoveDualHybridRootMotion) == 0x000058, "Wrong size on Character_ServerMoveDualHybridRootMotion"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualHybridRootMotion::TimeStamp0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualHybridRootMotion::PendingFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View0) == 0x000014, "Member 'Character_ServerMoveDualHybridRootMotion::View0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, Timestamp) == 0x000018, "Member 'Character_ServerMoveDualHybridRootMotion::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualHybridRootMotion::ClientLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualHybridRootMotion::NewFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualHybridRootMotion::ClientRoll' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View) == 0x000038, "Member 'Character_ServerMoveDualHybridRootMotion::View' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementBase' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDualHybridRootMotion::ClientBaseBoneName' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementMode) == 0x000050, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMoveDualNoBase \ static_assert(alignof(Character_ServerMoveDualNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveDualNoBase"); \ static_assert(sizeof(Character_ServerMoveDualNoBase) == 0x000040, "Wrong size on Character_ServerMoveDualNoBase"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualNoBase::TimeStamp0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualNoBase::InAccel0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualNoBase::PendingFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, View0) == 0x000014, "Member 'Character_ServerMoveDualNoBase::View0' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, Timestamp) == 0x000018, "Member 'Character_ServerMoveDualNoBase::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualNoBase::InAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualNoBase::ClientLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualNoBase::NewFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualNoBase::ClientRoll' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, View) == 0x000038, "Member 'Character_ServerMoveDualNoBase::View' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveDualNoBase, ClientMovementMode) == 0x00003C, "Member 'Character_ServerMoveDualNoBase::ClientMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMoveNoBase \ static_assert(alignof(Character_ServerMoveNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveNoBase"); \ static_assert(sizeof(Character_ServerMoveNoBase) == 0x000028, "Wrong size on Character_ServerMoveNoBase"); \ static_assert(offsetof(Character_ServerMoveNoBase, Timestamp) == 0x000000, "Member 'Character_ServerMoveNoBase::Timestamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, InAccel) == 0x000004, "Member 'Character_ServerMoveNoBase::InAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, ClientLoc) == 0x000010, "Member 'Character_ServerMoveNoBase::ClientLoc' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMoveNoBase::CompressedMoveFlags' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, ClientRoll) == 0x00001D, "Member 'Character_ServerMoveNoBase::ClientRoll' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, View) == 0x000020, "Member 'Character_ServerMoveNoBase::View' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveNoBase, ClientMovementMode) == 0x000024, "Member 'Character_ServerMoveNoBase::ClientMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMoveOld \ static_assert(alignof(Character_ServerMoveOld) == 0x000004, "Wrong alignment on Character_ServerMoveOld"); \ static_assert(sizeof(Character_ServerMoveOld) == 0x000014, "Wrong size on Character_ServerMoveOld"); \ static_assert(offsetof(Character_ServerMoveOld, OldTimeStamp) == 0x000000, "Member 'Character_ServerMoveOld::OldTimeStamp' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveOld, OldAccel) == 0x000004, "Member 'Character_ServerMoveOld::OldAccel' has a wrong offset!"); \ static_assert(offsetof(Character_ServerMoveOld, OldMoveFlags) == 0x000010, "Member 'Character_ServerMoveOld::OldMoveFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_ServerMovePacked \ static_assert(alignof(Character_ServerMovePacked) == 0x000008, "Wrong alignment on Character_ServerMovePacked"); \ static_assert(sizeof(Character_ServerMovePacked) == 0x000098, "Wrong size on Character_ServerMovePacked"); \ static_assert(offsetof(Character_ServerMovePacked, PackedBits) == 0x000000, "Member 'Character_ServerMovePacked::PackedBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_StopAnimMontage \ static_assert(alignof(Character_StopAnimMontage) == 0x000008, "Wrong alignment on Character_StopAnimMontage"); \ static_assert(sizeof(Character_StopAnimMontage) == 0x000008, "Wrong size on Character_StopAnimMontage"); \ static_assert(offsetof(Character_StopAnimMontage, AnimMontage) == 0x000000, "Member 'Character_StopAnimMontage::AnimMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_UnCrouch \ static_assert(alignof(Character_UnCrouch) == 0x000001, "Wrong alignment on Character_UnCrouch"); \ static_assert(sizeof(Character_UnCrouch) == 0x000001, "Wrong size on Character_UnCrouch"); \ static_assert(offsetof(Character_UnCrouch, bClientSimulation) == 0x000000, "Member 'Character_UnCrouch::bClientSimulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_CanCrouch \ static_assert(alignof(Character_CanCrouch) == 0x000001, "Wrong alignment on Character_CanCrouch"); \ static_assert(sizeof(Character_CanCrouch) == 0x000001, "Wrong size on Character_CanCrouch"); \ static_assert(offsetof(Character_CanCrouch, ReturnValue) == 0x000000, "Member 'Character_CanCrouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_CanJump \ static_assert(alignof(Character_CanJump) == 0x000001, "Wrong alignment on Character_CanJump"); \ static_assert(sizeof(Character_CanJump) == 0x000001, "Wrong size on Character_CanJump"); \ static_assert(offsetof(Character_CanJump, ReturnValue) == 0x000000, "Member 'Character_CanJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_CanJumpInternal \ static_assert(alignof(Character_CanJumpInternal) == 0x000001, "Wrong alignment on Character_CanJumpInternal"); \ static_assert(sizeof(Character_CanJumpInternal) == 0x000001, "Wrong size on Character_CanJumpInternal"); \ static_assert(offsetof(Character_CanJumpInternal, ReturnValue) == 0x000000, "Member 'Character_CanJumpInternal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_GetAnimRootMotionTranslationScale \ static_assert(alignof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong alignment on Character_GetAnimRootMotionTranslationScale"); \ static_assert(sizeof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong size on Character_GetAnimRootMotionTranslationScale"); \ static_assert(offsetof(Character_GetAnimRootMotionTranslationScale, ReturnValue) == 0x000000, "Member 'Character_GetAnimRootMotionTranslationScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_GetBaseRotationOffsetRotator \ static_assert(alignof(Character_GetBaseRotationOffsetRotator) == 0x000004, "Wrong alignment on Character_GetBaseRotationOffsetRotator"); \ static_assert(sizeof(Character_GetBaseRotationOffsetRotator) == 0x00000C, "Wrong size on Character_GetBaseRotationOffsetRotator"); \ static_assert(offsetof(Character_GetBaseRotationOffsetRotator, ReturnValue) == 0x000000, "Member 'Character_GetBaseRotationOffsetRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_GetBaseTranslationOffset \ static_assert(alignof(Character_GetBaseTranslationOffset) == 0x000004, "Wrong alignment on Character_GetBaseTranslationOffset"); \ static_assert(sizeof(Character_GetBaseTranslationOffset) == 0x00000C, "Wrong size on Character_GetBaseTranslationOffset"); \ static_assert(offsetof(Character_GetBaseTranslationOffset, ReturnValue) == 0x000000, "Member 'Character_GetBaseTranslationOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_GetCurrentMontage \ static_assert(alignof(Character_GetCurrentMontage) == 0x000008, "Wrong alignment on Character_GetCurrentMontage"); \ static_assert(sizeof(Character_GetCurrentMontage) == 0x000008, "Wrong size on Character_GetCurrentMontage"); \ static_assert(offsetof(Character_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'Character_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_HasAnyRootMotion \ static_assert(alignof(Character_HasAnyRootMotion) == 0x000001, "Wrong alignment on Character_HasAnyRootMotion"); \ static_assert(sizeof(Character_HasAnyRootMotion) == 0x000001, "Wrong size on Character_HasAnyRootMotion"); \ static_assert(offsetof(Character_HasAnyRootMotion, ReturnValue) == 0x000000, "Member 'Character_HasAnyRootMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_IsJumpProvidingForce \ static_assert(alignof(Character_IsJumpProvidingForce) == 0x000001, "Wrong alignment on Character_IsJumpProvidingForce"); \ static_assert(sizeof(Character_IsJumpProvidingForce) == 0x000001, "Wrong size on Character_IsJumpProvidingForce"); \ static_assert(offsetof(Character_IsJumpProvidingForce, ReturnValue) == 0x000000, "Member 'Character_IsJumpProvidingForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_IsPlayingNetworkedRootMotionMontage \ static_assert(alignof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong alignment on Character_IsPlayingNetworkedRootMotionMontage"); \ static_assert(sizeof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong size on Character_IsPlayingNetworkedRootMotionMontage"); \ static_assert(offsetof(Character_IsPlayingNetworkedRootMotionMontage, ReturnValue) == 0x000000, "Member 'Character_IsPlayingNetworkedRootMotionMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Character_IsPlayingRootMotion \ static_assert(alignof(Character_IsPlayingRootMotion) == 0x000001, "Wrong alignment on Character_IsPlayingRootMotion"); \ static_assert(sizeof(Character_IsPlayingRootMotion) == 0x000001, "Wrong size on Character_IsPlayingRootMotion"); \ static_assert(offsetof(Character_IsPlayingRootMotion, ReturnValue) == 0x000000, "Member 'Character_IsPlayingRootMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACharacter \ static_assert(alignof(ACharacter) == 0x000010, "Wrong alignment on ACharacter"); \ static_assert(sizeof(ACharacter) == 0x0004C0, "Wrong size on ACharacter"); \ static_assert(offsetof(ACharacter, Mesh) == 0x000280, "Member 'ACharacter::Mesh' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CharacterMovement) == 0x000288, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000290, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BasedMovement) == 0x000298, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x0002C8, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x0002F8, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x0002FC, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x000310, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x000320, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x000324, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x000328, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ static_assert(offsetof(ACharacter, bInBaseReplication) == 0x000329, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x00032C, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000334, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000338, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x00033C, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x000340, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000344, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000348, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x00034C, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000358, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000378, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x000388, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ static_assert(offsetof(ACharacter, SavedRootMotion) == 0x000398, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x0003D0, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000410, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ static_assert(offsetof(ACharacter, RepRootMotion) == 0x000420, "Member 'ACharacter::RepRootMotion' 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_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_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) == 0x000004, "Wrong alignment on FXSystemComponent_SetVectorParameter"); \ static_assert(sizeof(FXSystemComponent_SetVectorParameter) == 0x000014, "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) == 0x000450, "Wrong size on UFXSystemComponent"); \ #define DUMPER7_ASSERTS_UCheckBoxStyleAsset \ static_assert(alignof(UCheckBoxStyleAsset) == 0x000008, "Wrong alignment on UCheckBoxStyleAsset"); \ static_assert(sizeof(UCheckBoxStyleAsset) == 0x0005A8, "Wrong size on UCheckBoxStyleAsset"); \ static_assert(offsetof(UCheckBoxStyleAsset, CheckBoxStyle) == 0x000028, "Member 'UCheckBoxStyleAsset::CheckBoxStyle' 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_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionComponentMask \ static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ static_assert(sizeof(UMaterialExpressionComponentMask) == 0x000058, "Wrong size on UMaterialExpressionComponentMask"); \ static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x000040, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXSystemAsset \ static_assert(alignof(UFXSystemAsset) == 0x000008, "Wrong alignment on UFXSystemAsset"); \ static_assert(sizeof(UFXSystemAsset) == 0x000030, "Wrong size on UFXSystemAsset"); \ static_assert(offsetof(UFXSystemAsset, MaxPoolSize) == 0x000028, "Member 'UFXSystemAsset::MaxPoolSize' has a wrong offset!"); \ static_assert(offsetof(UFXSystemAsset, PoolPrimeSize) == 0x00002C, "Member 'UFXSystemAsset::PoolPrimeSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrack \ static_assert(alignof(UInterpTrack) == 0x000008, "Wrong alignment on UInterpTrack"); \ static_assert(sizeof(UInterpTrack) == 0x000070, "Wrong size on UInterpTrack"); \ static_assert(offsetof(UInterpTrack, SubTracks) == 0x000038, "Member 'UInterpTrack::SubTracks' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, TrackInstClass) == 0x000048, "Member 'UInterpTrack::TrackInstClass' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, ActiveCondition) == 0x000050, "Member 'UInterpTrack::ActiveCondition' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, TrackTitle) == 0x000058, "Member 'UInterpTrack::TrackTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFloatBase \ static_assert(alignof(UInterpTrackFloatBase) == 0x000008, "Wrong alignment on UInterpTrackFloatBase"); \ static_assert(sizeof(UInterpTrackFloatBase) == 0x000090, "Wrong size on UInterpTrackFloatBase"); \ static_assert(offsetof(UInterpTrackFloatBase, FloatTrack) == 0x000070, "Member 'UInterpTrackFloatBase::FloatTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackFloatBase, CurveTension) == 0x000088, "Member 'UInterpTrackFloatBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackAnimControl \ static_assert(alignof(UInterpTrackAnimControl) == 0x000008, "Wrong alignment on UInterpTrackAnimControl"); \ static_assert(sizeof(UInterpTrackAnimControl) == 0x0000B0, "Wrong size on UInterpTrackAnimControl"); \ static_assert(offsetof(UInterpTrackAnimControl, SlotName) == 0x000090, "Member 'UInterpTrackAnimControl::SlotName' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackAnimControl, AnimSeqs) == 0x000098, "Member 'UInterpTrackAnimControl::AnimSeqs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_CanSpectate \ static_assert(alignof(GameModeBase_CanSpectate) == 0x000008, "Wrong alignment on GameModeBase_CanSpectate"); \ static_assert(sizeof(GameModeBase_CanSpectate) == 0x000018, "Wrong size on GameModeBase_CanSpectate"); \ static_assert(offsetof(GameModeBase_CanSpectate, Viewer) == 0x000000, "Member 'GameModeBase_CanSpectate::Viewer' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_CanSpectate, ViewTarget) == 0x000008, "Member 'GameModeBase_CanSpectate::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_CanSpectate, ReturnValue) == 0x000010, "Member 'GameModeBase_CanSpectate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_ChangeName \ static_assert(alignof(GameModeBase_ChangeName) == 0x000008, "Wrong alignment on GameModeBase_ChangeName"); \ static_assert(sizeof(GameModeBase_ChangeName) == 0x000020, "Wrong size on GameModeBase_ChangeName"); \ static_assert(offsetof(GameModeBase_ChangeName, Controller) == 0x000000, "Member 'GameModeBase_ChangeName::Controller' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_ChangeName, NewName) == 0x000008, "Member 'GameModeBase_ChangeName::NewName' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_ChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_ChangeName::bNameChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_ChoosePlayerStart \ static_assert(alignof(GameModeBase_ChoosePlayerStart) == 0x000008, "Wrong alignment on GameModeBase_ChoosePlayerStart"); \ static_assert(sizeof(GameModeBase_ChoosePlayerStart) == 0x000010, "Wrong size on GameModeBase_ChoosePlayerStart"); \ static_assert(offsetof(GameModeBase_ChoosePlayerStart, Player) == 0x000000, "Member 'GameModeBase_ChoosePlayerStart::Player' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_ChoosePlayerStart, ReturnValue) == 0x000008, "Member 'GameModeBase_ChoosePlayerStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_FindPlayerStart \ static_assert(alignof(GameModeBase_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_FindPlayerStart"); \ static_assert(sizeof(GameModeBase_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_FindPlayerStart"); \ static_assert(offsetof(GameModeBase_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_FindPlayerStart::Player' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_FindPlayerStart::IncomingName' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_FindPlayerStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_GetDefaultPawnClassForController \ static_assert(alignof(GameModeBase_GetDefaultPawnClassForController) == 0x000008, "Wrong alignment on GameModeBase_GetDefaultPawnClassForController"); \ static_assert(sizeof(GameModeBase_GetDefaultPawnClassForController) == 0x000010, "Wrong size on GameModeBase_GetDefaultPawnClassForController"); \ static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, InController) == 0x000000, "Member 'GameModeBase_GetDefaultPawnClassForController::InController' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, ReturnValue) == 0x000008, "Member 'GameModeBase_GetDefaultPawnClassForController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_GetNumPlayers \ static_assert(alignof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong alignment on GameModeBase_GetNumPlayers"); \ static_assert(sizeof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong size on GameModeBase_GetNumPlayers"); \ static_assert(offsetof(GameModeBase_GetNumPlayers, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_GetNumSpectators \ static_assert(alignof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong alignment on GameModeBase_GetNumSpectators"); \ static_assert(sizeof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong size on GameModeBase_GetNumSpectators"); \ static_assert(offsetof(GameModeBase_GetNumSpectators, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumSpectators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_HandleStartingNewPlayer \ static_assert(alignof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong alignment on GameModeBase_HandleStartingNewPlayer"); \ static_assert(sizeof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong size on GameModeBase_HandleStartingNewPlayer"); \ static_assert(offsetof(GameModeBase_HandleStartingNewPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_HandleStartingNewPlayer::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_InitializeHUDForPlayer \ static_assert(alignof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong alignment on GameModeBase_InitializeHUDForPlayer"); \ static_assert(sizeof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong size on GameModeBase_InitializeHUDForPlayer"); \ static_assert(offsetof(GameModeBase_InitializeHUDForPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_InitializeHUDForPlayer::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_InitStartSpot \ static_assert(alignof(GameModeBase_InitStartSpot) == 0x000008, "Wrong alignment on GameModeBase_InitStartSpot"); \ static_assert(sizeof(GameModeBase_InitStartSpot) == 0x000010, "Wrong size on GameModeBase_InitStartSpot"); \ static_assert(offsetof(GameModeBase_InitStartSpot, StartSpot) == 0x000000, "Member 'GameModeBase_InitStartSpot::StartSpot' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_InitStartSpot, NewPlayer) == 0x000008, "Member 'GameModeBase_InitStartSpot::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_FindPlayerStart \ static_assert(alignof(GameModeBase_K2_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_K2_FindPlayerStart"); \ static_assert(sizeof(GameModeBase_K2_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_K2_FindPlayerStart"); \ static_assert(offsetof(GameModeBase_K2_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_K2_FindPlayerStart::Player' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_K2_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_K2_FindPlayerStart::IncomingName' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_K2_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_K2_FindPlayerStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_OnChangeName \ static_assert(alignof(GameModeBase_K2_OnChangeName) == 0x000008, "Wrong alignment on GameModeBase_K2_OnChangeName"); \ static_assert(sizeof(GameModeBase_K2_OnChangeName) == 0x000020, "Wrong size on GameModeBase_K2_OnChangeName"); \ static_assert(offsetof(GameModeBase_K2_OnChangeName, Other) == 0x000000, "Member 'GameModeBase_K2_OnChangeName::Other' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_K2_OnChangeName, NewName) == 0x000008, "Member 'GameModeBase_K2_OnChangeName::NewName' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_K2_OnChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_K2_OnChangeName::bNameChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_OnLogout \ static_assert(alignof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong alignment on GameModeBase_K2_OnLogout"); \ static_assert(sizeof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong size on GameModeBase_K2_OnLogout"); \ static_assert(offsetof(GameModeBase_K2_OnLogout, ExitingController) == 0x000000, "Member 'GameModeBase_K2_OnLogout::ExitingController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_OnRestartPlayer \ static_assert(alignof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_K2_OnRestartPlayer"); \ static_assert(sizeof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong size on GameModeBase_K2_OnRestartPlayer"); \ static_assert(offsetof(GameModeBase_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_OnSwapPlayerControllers \ static_assert(alignof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000008, "Wrong alignment on GameModeBase_K2_OnSwapPlayerControllers"); \ static_assert(sizeof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000010, "Wrong size on GameModeBase_K2_OnSwapPlayerControllers"); \ static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, OldPC) == 0x000000, "Member 'GameModeBase_K2_OnSwapPlayerControllers::OldPC' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, NewPC) == 0x000008, "Member 'GameModeBase_K2_OnSwapPlayerControllers::NewPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_K2_PostLogin \ static_assert(alignof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong alignment on GameModeBase_K2_PostLogin"); \ static_assert(sizeof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong size on GameModeBase_K2_PostLogin"); \ static_assert(offsetof(GameModeBase_K2_PostLogin, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_PostLogin::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_PlayerCanRestart \ static_assert(alignof(GameModeBase_PlayerCanRestart) == 0x000008, "Wrong alignment on GameModeBase_PlayerCanRestart"); \ static_assert(sizeof(GameModeBase_PlayerCanRestart) == 0x000010, "Wrong size on GameModeBase_PlayerCanRestart"); \ static_assert(offsetof(GameModeBase_PlayerCanRestart, Player) == 0x000000, "Member 'GameModeBase_PlayerCanRestart::Player' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_PlayerCanRestart, ReturnValue) == 0x000008, "Member 'GameModeBase_PlayerCanRestart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_RestartPlayer \ static_assert(alignof(GameModeBase_RestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayer"); \ static_assert(sizeof(GameModeBase_RestartPlayer) == 0x000008, "Wrong size on GameModeBase_RestartPlayer"); \ static_assert(offsetof(GameModeBase_RestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayer::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtPlayerStart \ static_assert(alignof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayerAtPlayerStart"); \ static_assert(sizeof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000010, "Wrong size on GameModeBase_RestartPlayerAtPlayerStart"); \ static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtPlayerStart::NewPlayer' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, StartSpot) == 0x000008, "Member 'GameModeBase_RestartPlayerAtPlayerStart::StartSpot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtTransform \ static_assert(alignof(GameModeBase_RestartPlayerAtTransform) == 0x000010, "Wrong alignment on GameModeBase_RestartPlayerAtTransform"); \ static_assert(sizeof(GameModeBase_RestartPlayerAtTransform) == 0x000040, "Wrong size on GameModeBase_RestartPlayerAtTransform"); \ static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtTransform::NewPlayer' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_RestartPlayerAtTransform::SpawnTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_ShouldReset \ static_assert(alignof(GameModeBase_ShouldReset) == 0x000008, "Wrong alignment on GameModeBase_ShouldReset"); \ static_assert(sizeof(GameModeBase_ShouldReset) == 0x000010, "Wrong size on GameModeBase_ShouldReset"); \ static_assert(offsetof(GameModeBase_ShouldReset, ActorToReset) == 0x000000, "Member 'GameModeBase_ShouldReset::ActorToReset' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_ShouldReset, ReturnValue) == 0x000008, "Member 'GameModeBase_ShouldReset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnAtTransform \ static_assert(alignof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000010, "Wrong alignment on GameModeBase_SpawnDefaultPawnAtTransform"); \ static_assert(sizeof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000050, "Wrong size on GameModeBase_SpawnDefaultPawnAtTransform"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::NewPlayer' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, ReturnValue) == 0x000040, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnFor \ static_assert(alignof(GameModeBase_SpawnDefaultPawnFor) == 0x000008, "Wrong alignment on GameModeBase_SpawnDefaultPawnFor"); \ static_assert(sizeof(GameModeBase_SpawnDefaultPawnFor) == 0x000018, "Wrong size on GameModeBase_SpawnDefaultPawnFor"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnFor::NewPlayer' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, StartSpot) == 0x000008, "Member 'GameModeBase_SpawnDefaultPawnFor::StartSpot' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, ReturnValue) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnFor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_HasMatchEnded \ static_assert(alignof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameModeBase_HasMatchEnded"); \ static_assert(sizeof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong size on GameModeBase_HasMatchEnded"); \ static_assert(offsetof(GameModeBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_HasMatchStarted \ static_assert(alignof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameModeBase_HasMatchStarted"); \ static_assert(sizeof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong size on GameModeBase_HasMatchStarted"); \ static_assert(offsetof(GameModeBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModeBase_MustSpectate \ static_assert(alignof(GameModeBase_MustSpectate) == 0x000008, "Wrong alignment on GameModeBase_MustSpectate"); \ static_assert(sizeof(GameModeBase_MustSpectate) == 0x000010, "Wrong size on GameModeBase_MustSpectate"); \ static_assert(offsetof(GameModeBase_MustSpectate, NewPlayerController) == 0x000000, "Member 'GameModeBase_MustSpectate::NewPlayerController' has a wrong offset!"); \ static_assert(offsetof(GameModeBase_MustSpectate, ReturnValue) == 0x000008, "Member 'GameModeBase_MustSpectate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameModeBase \ static_assert(alignof(AGameModeBase) == 0x000008, "Wrong alignment on AGameModeBase"); \ static_assert(sizeof(AGameModeBase) == 0x0002C0, "Wrong size on AGameModeBase"); \ static_assert(offsetof(AGameModeBase, OptionsString) == 0x000220, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000230, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameStateClass) == 0x000238, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x000240, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x000248, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, HUDClass) == 0x000250, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x000258, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x000260, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x000268, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000270, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSession) == 0x000278, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameState) == 0x000280, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000288, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000290, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant4Vector"); \ static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_GetNotifyName \ static_assert(alignof(AnimNotifyState_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotifyState_GetNotifyName"); \ static_assert(sizeof(AnimNotifyState_GetNotifyName) == 0x000010, "Wrong size on AnimNotifyState_GetNotifyName"); \ static_assert(offsetof(AnimNotifyState_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyBegin \ static_assert(alignof(AnimNotifyState_Received_NotifyBegin) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyBegin"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyBegin) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyBegin"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AnimNotifyState_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyEnd \ static_assert(alignof(AnimNotifyState_Received_NotifyEnd) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyEnd"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyEnd) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyEnd"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'AnimNotifyState_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyTick \ static_assert(alignof(AnimNotifyState_Received_NotifyTick) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyTick"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyTick) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyTick"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyTick::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyTick::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'AnimNotifyState_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState \ static_assert(alignof(UAnimNotifyState) == 0x000008, "Wrong alignment on UAnimNotifyState"); \ static_assert(sizeof(UAnimNotifyState) == 0x000030, "Wrong size on UAnimNotifyState"); \ #define DUMPER7_ASSERTS_UInterpTrackVectorBase \ static_assert(alignof(UInterpTrackVectorBase) == 0x000008, "Wrong alignment on UInterpTrackVectorBase"); \ static_assert(sizeof(UInterpTrackVectorBase) == 0x000090, "Wrong size on UInterpTrackVectorBase"); \ static_assert(offsetof(UInterpTrackVectorBase, VectorTrack) == 0x000070, "Member 'UInterpTrackVectorBase::VectorTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackVectorBase, CurveTension) == 0x000088, "Member 'UInterpTrackVectorBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackColorProp \ static_assert(alignof(UInterpTrackColorProp) == 0x000008, "Wrong alignment on UInterpTrackColorProp"); \ static_assert(sizeof(UInterpTrackColorProp) == 0x000098, "Wrong size on UInterpTrackColorProp"); \ static_assert(offsetof(UInterpTrackColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackColorProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAssetUserData \ static_assert(alignof(UAssetUserData) == 0x000008, "Wrong alignment on UAssetUserData"); \ static_assert(sizeof(UAssetUserData) == 0x000028, "Wrong size on UAssetUserData"); \ #define DUMPER7_ASSERTS_UReplayNetConnection \ static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ static_assert(sizeof(UReplayNetConnection) == 0x0023A8, "Wrong size on UReplayNetConnection"); \ #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_UMaterialExpressionDistanceFieldGradient \ static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x000058, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, Position) == 0x000040, "Member 'UMaterialExpressionDistanceFieldGradient::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_PrestreamTextures \ static_assert(alignof(MeshComponent_PrestreamTextures) == 0x000004, "Wrong alignment on MeshComponent_PrestreamTextures"); \ static_assert(sizeof(MeshComponent_PrestreamTextures) == 0x00000C, "Wrong size on MeshComponent_PrestreamTextures"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamTextures::Seconds' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, bPrioritizeCharacterTextures) == 0x000004, "Member 'MeshComponent_PrestreamTextures::bPrioritizeCharacterTextures' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'MeshComponent_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials \ static_assert(alignof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetScalarParameterValueOnMaterials"); \ static_assert(sizeof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x00000C, "Wrong size on MeshComponent_SetScalarParameterValueOnMaterials"); \ static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetVectorParameterValueOnMaterials"); \ static_assert(sizeof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000014, "Wrong size on MeshComponent_SetVectorParameterValueOnMaterials"); \ static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_GetMaterialIndex \ static_assert(alignof(MeshComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on MeshComponent_GetMaterialIndex"); \ static_assert(sizeof(MeshComponent_GetMaterialIndex) == 0x00000C, "Wrong size on MeshComponent_GetMaterialIndex"); \ static_assert(offsetof(MeshComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'MeshComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MeshComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_GetMaterials \ static_assert(alignof(MeshComponent_GetMaterials) == 0x000008, "Wrong alignment on MeshComponent_GetMaterials"); \ static_assert(sizeof(MeshComponent_GetMaterials) == 0x000010, "Wrong size on MeshComponent_GetMaterials"); \ static_assert(offsetof(MeshComponent_GetMaterials, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_GetMaterialSlotNames \ static_assert(alignof(MeshComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on MeshComponent_GetMaterialSlotNames"); \ static_assert(sizeof(MeshComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on MeshComponent_GetMaterialSlotNames"); \ static_assert(offsetof(MeshComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterialSlotNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_IsMaterialSlotNameValid \ static_assert(alignof(MeshComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on MeshComponent_IsMaterialSlotNameValid"); \ static_assert(sizeof(MeshComponent_IsMaterialSlotNameValid) == 0x00000C, "Wrong size on MeshComponent_IsMaterialSlotNameValid"); \ static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'MeshComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, ReturnValue) == 0x000008, "Member 'MeshComponent_IsMaterialSlotNameValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshComponent \ static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ static_assert(sizeof(UMeshComponent) == 0x000480, "Wrong size on UMeshComponent"); \ static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000450, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFloatAnimBPParam \ static_assert(alignof(UInterpTrackFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackFloatAnimBPParam"); \ static_assert(sizeof(UInterpTrackFloatAnimBPParam) == 0x0000B0, "Wrong size on UInterpTrackFloatAnimBPParam"); \ static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimBlueprintClass) == 0x000090, "Member 'UInterpTrackFloatAnimBPParam::AnimBlueprintClass' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimClass) == 0x000098, "Member 'UInterpTrackFloatAnimBPParam::AnimClass' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackFloatAnimBPParam, ParamName) == 0x0000A0, "Member 'UInterpTrackFloatAnimBPParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000130, "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) == 0x000088, "Member 'UParticleModuleOrbit::OffsetOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationAmount) == 0x000090, "Member 'UParticleModuleOrbit::RotationAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationOptions) == 0x0000D8, "Member 'UParticleModuleOrbit::RotationOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationRateAmount) == 0x0000E0, "Member 'UParticleModuleOrbit::RotationRateAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationRateOptions) == 0x000128, "Member 'UParticleModuleOrbit::RotationRateOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddPoint \ static_assert(alignof(SplineComponent_AddPoint) == 0x000004, "Wrong alignment on SplineComponent_AddPoint"); \ static_assert(sizeof(SplineComponent_AddPoint) == 0x000048, "Wrong size on SplineComponent_AddPoint"); \ static_assert(offsetof(SplineComponent_AddPoint, Point) == 0x000000, "Member 'SplineComponent_AddPoint::Point' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddPoint, bUpdateSpline) == 0x000044, "Member 'SplineComponent_AddPoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddPoints \ static_assert(alignof(SplineComponent_AddPoints) == 0x000008, "Wrong alignment on SplineComponent_AddPoints"); \ static_assert(sizeof(SplineComponent_AddPoints) == 0x000018, "Wrong size on SplineComponent_AddPoints"); \ static_assert(offsetof(SplineComponent_AddPoints, Points) == 0x000000, "Member 'SplineComponent_AddPoints::Points' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddPoints, bUpdateSpline) == 0x000010, "Member 'SplineComponent_AddPoints::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddSplineLocalPoint \ static_assert(alignof(SplineComponent_AddSplineLocalPoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplineLocalPoint"); \ static_assert(sizeof(SplineComponent_AddSplineLocalPoint) == 0x00000C, "Wrong size on SplineComponent_AddSplineLocalPoint"); \ static_assert(offsetof(SplineComponent_AddSplineLocalPoint, Position) == 0x000000, "Member 'SplineComponent_AddSplineLocalPoint::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddSplinePoint \ static_assert(alignof(SplineComponent_AddSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplinePoint"); \ static_assert(sizeof(SplineComponent_AddSplinePoint) == 0x000010, "Wrong size on SplineComponent_AddSplinePoint"); \ static_assert(offsetof(SplineComponent_AddSplinePoint, Position) == 0x000000, "Member 'SplineComponent_AddSplinePoint::Position' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddSplinePoint, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_AddSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddSplinePoint, bUpdateSpline) == 0x00000D, "Member 'SplineComponent_AddSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddSplinePointAtIndex \ static_assert(alignof(SplineComponent_AddSplinePointAtIndex) == 0x000004, "Wrong alignment on SplineComponent_AddSplinePointAtIndex"); \ static_assert(sizeof(SplineComponent_AddSplinePointAtIndex) == 0x000014, "Wrong size on SplineComponent_AddSplinePointAtIndex"); \ static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, Position) == 0x000000, "Member 'SplineComponent_AddSplinePointAtIndex::Position' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, Index_0) == 0x00000C, "Member 'SplineComponent_AddSplinePointAtIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, CoordinateSpace) == 0x000010, "Member 'SplineComponent_AddSplinePointAtIndex::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, bUpdateSpline) == 0x000011, "Member 'SplineComponent_AddSplinePointAtIndex::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_AddSplineWorldPoint \ static_assert(alignof(SplineComponent_AddSplineWorldPoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplineWorldPoint"); \ static_assert(sizeof(SplineComponent_AddSplineWorldPoint) == 0x00000C, "Wrong size on SplineComponent_AddSplineWorldPoint"); \ static_assert(offsetof(SplineComponent_AddSplineWorldPoint, Position) == 0x000000, "Member 'SplineComponent_AddSplineWorldPoint::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_ClearSplinePoints \ static_assert(alignof(SplineComponent_ClearSplinePoints) == 0x000001, "Wrong alignment on SplineComponent_ClearSplinePoints"); \ static_assert(sizeof(SplineComponent_ClearSplinePoints) == 0x000001, "Wrong size on SplineComponent_ClearSplinePoints"); \ static_assert(offsetof(SplineComponent_ClearSplinePoints, bUpdateSpline) == 0x000000, "Member 'SplineComponent_ClearSplinePoints::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_RemoveSplinePoint \ static_assert(alignof(SplineComponent_RemoveSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_RemoveSplinePoint"); \ static_assert(sizeof(SplineComponent_RemoveSplinePoint) == 0x000008, "Wrong size on SplineComponent_RemoveSplinePoint"); \ static_assert(offsetof(SplineComponent_RemoveSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_RemoveSplinePoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_RemoveSplinePoint, bUpdateSpline) == 0x000004, "Member 'SplineComponent_RemoveSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetClosedLoop \ static_assert(alignof(SplineComponent_SetClosedLoop) == 0x000001, "Wrong alignment on SplineComponent_SetClosedLoop"); \ static_assert(sizeof(SplineComponent_SetClosedLoop) == 0x000002, "Wrong size on SplineComponent_SetClosedLoop"); \ static_assert(offsetof(SplineComponent_SetClosedLoop, bInClosedLoop) == 0x000000, "Member 'SplineComponent_SetClosedLoop::bInClosedLoop' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetClosedLoop, bUpdateSpline) == 0x000001, "Member 'SplineComponent_SetClosedLoop::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetClosedLoopAtPosition \ static_assert(alignof(SplineComponent_SetClosedLoopAtPosition) == 0x000004, "Wrong alignment on SplineComponent_SetClosedLoopAtPosition"); \ static_assert(sizeof(SplineComponent_SetClosedLoopAtPosition) == 0x00000C, "Wrong size on SplineComponent_SetClosedLoopAtPosition"); \ static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, bInClosedLoop) == 0x000000, "Member 'SplineComponent_SetClosedLoopAtPosition::bInClosedLoop' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, Key) == 0x000004, "Member 'SplineComponent_SetClosedLoopAtPosition::Key' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, bUpdateSpline) == 0x000008, "Member 'SplineComponent_SetClosedLoopAtPosition::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetDefaultUpVector \ static_assert(alignof(SplineComponent_SetDefaultUpVector) == 0x000004, "Wrong alignment on SplineComponent_SetDefaultUpVector"); \ static_assert(sizeof(SplineComponent_SetDefaultUpVector) == 0x000010, "Wrong size on SplineComponent_SetDefaultUpVector"); \ static_assert(offsetof(SplineComponent_SetDefaultUpVector, UpVector) == 0x000000, "Member 'SplineComponent_SetDefaultUpVector::UpVector' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetDefaultUpVector, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_SetDefaultUpVector::CoordinateSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetDrawDebug \ static_assert(alignof(SplineComponent_SetDrawDebug) == 0x000001, "Wrong alignment on SplineComponent_SetDrawDebug"); \ static_assert(sizeof(SplineComponent_SetDrawDebug) == 0x000001, "Wrong size on SplineComponent_SetDrawDebug"); \ static_assert(offsetof(SplineComponent_SetDrawDebug, bShow) == 0x000000, "Member 'SplineComponent_SetDrawDebug::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetLocationAtSplinePoint \ static_assert(alignof(SplineComponent_SetLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetLocationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetLocationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetLocationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, InLocation) == 0x000004, "Member 'SplineComponent_SetLocationAtSplinePoint::InLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetLocationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetRotationAtSplinePoint \ static_assert(alignof(SplineComponent_SetRotationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetRotationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetRotationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetRotationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, InRotation) == 0x000004, "Member 'SplineComponent_SetRotationAtSplinePoint::InRotation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetRotationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetScaleAtSplinePoint \ static_assert(alignof(SplineComponent_SetScaleAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetScaleAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetScaleAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetScaleAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, InScaleVector) == 0x000004, "Member 'SplineComponent_SetScaleAtSplinePoint::InScaleVector' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, bUpdateSpline) == 0x000010, "Member 'SplineComponent_SetScaleAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetSelectedSplineSegmentColor \ static_assert(alignof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetSelectedSplineSegmentColor"); \ static_assert(sizeof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetSelectedSplineSegmentColor"); \ static_assert(offsetof(SplineComponent_SetSelectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetSelectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetSplineLocalPoints \ static_assert(alignof(SplineComponent_SetSplineLocalPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineLocalPoints"); \ static_assert(sizeof(SplineComponent_SetSplineLocalPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineLocalPoints"); \ static_assert(offsetof(SplineComponent_SetSplineLocalPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineLocalPoints::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetSplinePoints \ static_assert(alignof(SplineComponent_SetSplinePoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplinePoints"); \ static_assert(sizeof(SplineComponent_SetSplinePoints) == 0x000018, "Wrong size on SplineComponent_SetSplinePoints"); \ static_assert(offsetof(SplineComponent_SetSplinePoints, Points) == 0x000000, "Member 'SplineComponent_SetSplinePoints::Points' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetSplinePoints, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetSplinePoints::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetSplinePoints, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetSplinePoints::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetSplinePointType \ static_assert(alignof(SplineComponent_SetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_SetSplinePointType"); \ static_assert(sizeof(SplineComponent_SetSplinePointType) == 0x000008, "Wrong size on SplineComponent_SetSplinePointType"); \ static_assert(offsetof(SplineComponent_SetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_SetSplinePointType::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetSplinePointType, Type) == 0x000004, "Member 'SplineComponent_SetSplinePointType::Type' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetSplinePointType, bUpdateSpline) == 0x000005, "Member 'SplineComponent_SetSplinePointType::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetSplineWorldPoints \ static_assert(alignof(SplineComponent_SetSplineWorldPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineWorldPoints"); \ static_assert(sizeof(SplineComponent_SetSplineWorldPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineWorldPoints"); \ static_assert(offsetof(SplineComponent_SetSplineWorldPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineWorldPoints::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetTangentAtSplinePoint \ static_assert(alignof(SplineComponent_SetTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, InTangent) == 0x000004, "Member 'SplineComponent_SetTangentAtSplinePoint::InTangent' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetTangentAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetTangentColor \ static_assert(alignof(SplineComponent_SetTangentColor) == 0x000004, "Wrong alignment on SplineComponent_SetTangentColor"); \ static_assert(sizeof(SplineComponent_SetTangentColor) == 0x000010, "Wrong size on SplineComponent_SetTangentColor"); \ static_assert(offsetof(SplineComponent_SetTangentColor, TangentColor) == 0x000000, "Member 'SplineComponent_SetTangentColor::TangentColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetTangentsAtSplinePoint \ static_assert(alignof(SplineComponent_SetTangentsAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetTangentsAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetTangentsAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_SetTangentsAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentsAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InArriveTangent) == 0x000004, "Member 'SplineComponent_SetTangentsAtSplinePoint::InArriveTangent' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InLeaveTangent) == 0x000010, "Member 'SplineComponent_SetTangentsAtSplinePoint::InLeaveTangent' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, CoordinateSpace) == 0x00001C, "Member 'SplineComponent_SetTangentsAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, bUpdateSpline) == 0x00001D, "Member 'SplineComponent_SetTangentsAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetUnselectedSplineSegmentColor \ static_assert(alignof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetUnselectedSplineSegmentColor"); \ static_assert(sizeof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetUnselectedSplineSegmentColor"); \ static_assert(offsetof(SplineComponent_SetUnselectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetUnselectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetUpVectorAtSplinePoint \ static_assert(alignof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetUpVectorAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetUpVectorAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, InUpVector) == 0x000004, "Member 'SplineComponent_SetUpVectorAtSplinePoint::InUpVector' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetUpVectorAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_SetWorldLocationAtSplinePoint \ static_assert(alignof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetWorldLocationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_SetWorldLocationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, InLocation) == 0x000004, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindDirectionClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindDirectionClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindDirectionClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindInputKeyClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindInputKeyClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000010, "Wrong size on SplineComponent_FindInputKeyClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, ReturnValue) == 0x00000C, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindLocationClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindLocationClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindLocationClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindLocationClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindLocationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindLocationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindLocationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindRightVectorClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRightVectorClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindRightVectorClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindRollClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindRollClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRollClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindRollClosestToWorldLocation) == 0x000014, "Wrong size on SplineComponent_FindRollClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRollClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRollClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRollClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindRotationClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRotationClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindRotationClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindRotationClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRotationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRotationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRotationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindScaleClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindScaleClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000018, "Wrong size on SplineComponent_FindScaleClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindScaleClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, ReturnValue) == 0x00000C, "Member 'SplineComponent_FindScaleClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindTangentClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindTangentClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindTangentClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindTangentClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTangentClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindTangentClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindTangentClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindTransformClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000010, "Wrong alignment on SplineComponent_FindTransformClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000040, "Wrong size on SplineComponent_FindTransformClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTransformClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindTransformClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, bUseScale) == 0x00000D, "Member 'SplineComponent_FindTransformClosestToWorldLocation::bUseScale' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindTransformClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_FindUpVectorClosestToWorldLocation \ static_assert(alignof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindUpVectorClosestToWorldLocation"); \ static_assert(sizeof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindUpVectorClosestToWorldLocation"); \ static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetArriveTangentAtSplinePoint \ static_assert(alignof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetArriveTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetArriveTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDefaultUpVector \ static_assert(alignof(SplineComponent_GetDefaultUpVector) == 0x000004, "Wrong alignment on SplineComponent_GetDefaultUpVector"); \ static_assert(sizeof(SplineComponent_GetDefaultUpVector) == 0x000010, "Wrong size on SplineComponent_GetDefaultUpVector"); \ static_assert(offsetof(SplineComponent_GetDefaultUpVector, CoordinateSpace) == 0x000000, "Member 'SplineComponent_GetDefaultUpVector::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDefaultUpVector, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDefaultUpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplineInputKey \ static_assert(alignof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplinePoint \ static_assert(alignof(SplineComponent_GetDirectionAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetDirectionAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtTime \ static_assert(alignof(SplineComponent_GetDirectionAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtTime"); \ static_assert(sizeof(SplineComponent_GetDirectionAtTime) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtTime"); \ static_assert(offsetof(SplineComponent_GetDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetDirectionAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplineInputKey \ static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplinePoint \ static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplineInputKey \ static_assert(alignof(SplineComponent_GetFloatPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetFloatPropertyAtSplineInputKey) == 0x000010, "Wrong size on SplineComponent_GetFloatPropertyAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplinePoint \ static_assert(alignof(SplineComponent_GetFloatPropertyAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetFloatPropertyAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetFloatPropertyAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::PropertyName' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetInputKeyAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLeaveTangentAtSplinePoint \ static_assert(alignof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLeaveTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetLeaveTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocalLocationAndTangentAtSplinePoint \ static_assert(alignof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocalLocationAndTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint) == 0x00001C, "Wrong size on SplineComponent_GetLocalLocationAndTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, LocalLocation) == 0x000004, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalLocation' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, LocalTangent) == 0x000010, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocationAndTangentAtSplinePoint \ static_assert(alignof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAndTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetLocationAndTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, Location) == 0x000004, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Location' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, Tangent) == 0x000010, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Tangent' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, CoordinateSpace) == 0x00001C, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocationAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetLocationAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplineInputKey \ static_assert(alignof(SplineComponent_GetLocationAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetLocationAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetLocationAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetLocationAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplinePoint \ static_assert(alignof(SplineComponent_GetLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetLocationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetLocationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetLocationAtTime \ static_assert(alignof(SplineComponent_GetLocationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtTime"); \ static_assert(sizeof(SplineComponent_GetLocationAtTime) == 0x000014, "Wrong size on SplineComponent_GetLocationAtTime"); \ static_assert(offsetof(SplineComponent_GetLocationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetLocationAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetLocationAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetLocationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplinePoints \ static_assert(alignof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplinePoints"); \ static_assert(sizeof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplinePoints"); \ static_assert(offsetof(SplineComponent_GetNumberOfSplinePoints, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplinePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplineSegments \ static_assert(alignof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplineSegments"); \ static_assert(sizeof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplineSegments"); \ static_assert(offsetof(SplineComponent_GetNumberOfSplineSegments, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplineSegments::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplineInputKey \ static_assert(alignof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplinePoint \ static_assert(alignof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtTime \ static_assert(alignof(SplineComponent_GetRightVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtTime"); \ static_assert(sizeof(SplineComponent_GetRightVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtTime"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRightVectorAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRightVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRightVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRollAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineComponent_GetRollAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplineInputKey \ static_assert(alignof(SplineComponent_GetRollAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetRollAtSplineInputKey) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRollAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplinePoint \ static_assert(alignof(SplineComponent_GetRollAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetRollAtSplinePoint) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRollAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRollAtTime \ static_assert(alignof(SplineComponent_GetRollAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtTime"); \ static_assert(sizeof(SplineComponent_GetRollAtTime) == 0x00000C, "Wrong size on SplineComponent_GetRollAtTime"); \ static_assert(offsetof(SplineComponent_GetRollAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRollAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRollAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRollAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRotationAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRotationAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplineInputKey \ static_assert(alignof(SplineComponent_GetRotationAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetRotationAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRotationAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplinePoint \ static_assert(alignof(SplineComponent_GetRotationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetRotationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetRotationAtTime \ static_assert(alignof(SplineComponent_GetRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtTime"); \ static_assert(sizeof(SplineComponent_GetRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetRotationAtTime"); \ static_assert(offsetof(SplineComponent_GetRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRotationAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetScaleAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetScaleAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey \ static_assert(alignof(SplineComponent_GetScaleAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetScaleAtSplineInputKey) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetScaleAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint \ static_assert(alignof(SplineComponent_GetScaleAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetScaleAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime \ static_assert(alignof(SplineComponent_GetScaleAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtTime"); \ static_assert(sizeof(SplineComponent_GetScaleAtTime) == 0x000014, "Wrong size on SplineComponent_GetScaleAtTime"); \ static_assert(offsetof(SplineComponent_GetScaleAtTime, Time) == 0x000000, "Member 'SplineComponent_GetScaleAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetScaleAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetScaleAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetScaleAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetSplineLength \ static_assert(alignof(SplineComponent_GetSplineLength) == 0x000004, "Wrong alignment on SplineComponent_GetSplineLength"); \ static_assert(sizeof(SplineComponent_GetSplineLength) == 0x000004, "Wrong size on SplineComponent_GetSplineLength"); \ static_assert(offsetof(SplineComponent_GetSplineLength, ReturnValue) == 0x000000, "Member 'SplineComponent_GetSplineLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetSplinePointType \ static_assert(alignof(SplineComponent_GetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_GetSplinePointType"); \ static_assert(sizeof(SplineComponent_GetSplinePointType) == 0x000008, "Wrong size on SplineComponent_GetSplinePointType"); \ static_assert(offsetof(SplineComponent_GetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointType::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetSplinePointType, ReturnValue) == 0x000004, "Member 'SplineComponent_GetSplinePointType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTangentAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetTangentAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplineInputKey \ static_assert(alignof(SplineComponent_GetTangentAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetTangentAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTangentAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplinePoint \ static_assert(alignof(SplineComponent_GetTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTangentAtTime \ static_assert(alignof(SplineComponent_GetTangentAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtTime"); \ static_assert(sizeof(SplineComponent_GetTangentAtTime) == 0x000014, "Wrong size on SplineComponent_GetTangentAtTime"); \ static_assert(offsetof(SplineComponent_GetTangentAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTangentAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTangentAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTangentAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTransformAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000040, "Wrong size on SplineComponent_GetTransformAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::bUseScale' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplineInputKey \ static_assert(alignof(SplineComponent_GetTransformAtSplineInputKey) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetTransformAtSplineInputKey) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTransformAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplineInputKey::bUseScale' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplinePoint \ static_assert(alignof(SplineComponent_GetTransformAtSplinePoint) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetTransformAtSplinePoint) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTransformAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplinePoint::bUseScale' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetTransformAtTime \ static_assert(alignof(SplineComponent_GetTransformAtTime) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtTime"); \ static_assert(sizeof(SplineComponent_GetTransformAtTime) == 0x000040, "Wrong size on SplineComponent_GetTransformAtTime"); \ static_assert(offsetof(SplineComponent_GetTransformAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTransformAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTransformAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseScale) == 0x000006, "Member 'SplineComponent_GetTransformAtTime::bUseScale' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetTransformAtTime, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplineInputKey \ static_assert(alignof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplinePoint \ static_assert(alignof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtTime \ static_assert(alignof(SplineComponent_GetUpVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtTime"); \ static_assert(sizeof(SplineComponent_GetUpVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtTime"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetUpVectorAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtTime::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetUpVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetUpVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplineInputKey \ static_assert(alignof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000018, "Wrong size on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, PropertyName) == 0x000004, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplinePoint \ static_assert(alignof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000018, "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) == 0x00000C, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtTime \ static_assert(alignof(SplineComponent_GetWorldDirectionAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtTime"); \ static_assert(sizeof(SplineComponent_GetWorldDirectionAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldDirectionAtTime"); \ static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldDirectionAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtSplinePoint \ static_assert(alignof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtSplinePoint"); \ static_assert(sizeof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtSplinePoint"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtTime \ static_assert(alignof(SplineComponent_GetWorldLocationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtTime"); \ static_assert(sizeof(SplineComponent_GetWorldLocationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldLocationAtTime"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldLocationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtTime \ static_assert(alignof(SplineComponent_GetWorldRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtTime"); \ static_assert(sizeof(SplineComponent_GetWorldRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldRotationAtTime"); \ static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldRotationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_GetWorldTangentAtDistanceAlongSpline \ static_assert(alignof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ static_assert(sizeof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineComponent_IsClosedLoop \ static_assert(alignof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong alignment on SplineComponent_IsClosedLoop"); \ static_assert(sizeof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong size on SplineComponent_IsClosedLoop"); \ static_assert(offsetof(SplineComponent_IsClosedLoop, ReturnValue) == 0x000000, "Member 'SplineComponent_IsClosedLoop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineComponent \ static_assert(alignof(USplineComponent) == 0x000010, "Wrong alignment on USplineComponent"); \ static_assert(sizeof(USplineComponent) == 0x000550, "Wrong size on USplineComponent"); \ static_assert(offsetof(USplineComponent, SplineCurves) == 0x000450, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineInfo) == 0x0004C0, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x0004D8, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x0004F0, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x000508, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x000520, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x000524, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, Duration) == 0x000528, "Member 'USplineComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x00052C, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x00052D, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x00052E, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x00052F, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bDrawDebug) == 0x000530, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bClosedLoop) == 0x000531, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x000532, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, LoopPosition) == 0x000534, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000538, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearSkinWeightOverride \ static_assert(alignof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearSkinWeightOverride"); \ static_assert(sizeof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearSkinWeightOverride"); \ static_assert(offsetof(SkinnedMeshComponent_ClearSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearSkinWeightOverride::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearVertexColorOverride \ static_assert(alignof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearVertexColorOverride"); \ static_assert(sizeof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearVertexColorOverride"); \ static_assert(offsetof(SkinnedMeshComponent_ClearVertexColorOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearVertexColorOverride::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition \ static_assert(alignof(SkinnedMeshComponent_GetRefPosePosition) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetRefPosePosition"); \ static_assert(sizeof(SkinnedMeshComponent_GetRefPosePosition) == 0x000010, "Wrong size on SkinnedMeshComponent_GetRefPosePosition"); \ static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPosePosition::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetRefPosePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_HideBoneByName \ static_assert(alignof(SkinnedMeshComponent_HideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_HideBoneByName"); \ static_assert(sizeof(SkinnedMeshComponent_HideBoneByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_HideBoneByName"); \ static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_HideBoneByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, PhysBodyOption) == 0x000008, "Member 'SkinnedMeshComponent_HideBoneByName::PhysBodyOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_IsBoneHiddenByName \ static_assert(alignof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsBoneHiddenByName"); \ static_assert(sizeof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsBoneHiddenByName"); \ static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_IsMaterialSectionShown \ static_assert(alignof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsMaterialSectionShown"); \ static_assert(sizeof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsMaterialSectionShown"); \ static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::MaterialID' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, LODIndex) == 0x000004, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility \ static_assert(alignof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ static_assert(sizeof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong size on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ static_assert(offsetof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility, NewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow \ static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleDirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleDirectShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow \ static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleIndirectShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD \ static_assert(alignof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetForcedLOD"); \ static_assert(sizeof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetForcedLOD"); \ static_assert(offsetof(SkinnedMeshComponent_SetForcedLOD, InNewForcedLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetForcedLOD::InNewForcedLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMasterPoseComponent \ static_assert(alignof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMasterPoseComponent"); \ static_assert(sizeof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetMasterPoseComponent"); \ static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, NewMasterBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::NewMasterBoneComponent' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMinLOD \ static_assert(alignof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetMinLOD"); \ static_assert(sizeof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetMinLOD"); \ static_assert(offsetof(SkinnedMeshComponent_SetMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetMinLOD::InNewMinLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPhysicsAsset \ static_assert(alignof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPhysicsAsset"); \ static_assert(sizeof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000010, "Wrong size on SkinnedMeshComponent_SetPhysicsAsset"); \ static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, NewPhysicsAsset) == 0x000000, "Member 'SkinnedMeshComponent_SetPhysicsAsset::NewPhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, bForceReInit) == 0x000008, "Member 'SkinnedMeshComponent_SetPhysicsAsset::bForceReInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPostSkinningOffsets \ static_assert(alignof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPostSkinningOffsets"); \ static_assert(sizeof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPostSkinningOffsets"); \ static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::Offsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPreSkinningOffsets \ static_assert(alignof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPreSkinningOffsets"); \ static_assert(sizeof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPreSkinningOffsets"); \ static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::Offsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetRenderStatic \ static_assert(alignof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetRenderStatic"); \ static_assert(sizeof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong size on SkinnedMeshComponent_SetRenderStatic"); \ static_assert(offsetof(SkinnedMeshComponent_SetRenderStatic, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetRenderStatic::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkeletalMesh \ static_assert(alignof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkeletalMesh"); \ static_assert(sizeof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkeletalMesh"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkeletalMesh::NewMesh' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkeletalMesh::bReinitPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride \ static_assert(alignof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightOverride"); \ static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000018, "Wrong size on SkinnedMeshComponent_SetSkinWeightOverride"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, SkinWeights) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::SkinWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile \ static_assert(alignof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightProfile"); \ static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x00000C, "Wrong size on SkinnedMeshComponent_SetSkinWeightProfile"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::InProfileName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexColorOverride_LinearColor \ static_assert(alignof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ static_assert(sizeof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000018, "Wrong size on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, VertexColors) == 0x000008, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::VertexColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexOffsetUsage \ static_assert(alignof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetVertexOffsetUsage"); \ static_assert(sizeof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_SetVertexOffsetUsage"); \ static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, Usage) == 0x000004, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::Usage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowAllMaterialSections \ static_assert(alignof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowAllMaterialSections"); \ static_assert(sizeof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong size on SkinnedMeshComponent_ShowAllMaterialSections"); \ static_assert(offsetof(SkinnedMeshComponent_ShowAllMaterialSections, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ShowAllMaterialSections::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowMaterialSection \ static_assert(alignof(SkinnedMeshComponent_ShowMaterialSection) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowMaterialSection"); \ static_assert(sizeof(SkinnedMeshComponent_ShowMaterialSection) == 0x000010, "Wrong size on SkinnedMeshComponent_ShowMaterialSection"); \ static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_ShowMaterialSection::MaterialID' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, SectionIndex) == 0x000004, "Member 'SkinnedMeshComponent_ShowMaterialSection::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, bShow) == 0x000008, "Member 'SkinnedMeshComponent_ShowMaterialSection::bShow' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, LODIndex) == 0x00000C, "Member 'SkinnedMeshComponent_ShowMaterialSection::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformFromBoneSpace \ static_assert(alignof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformFromBoneSpace"); \ static_assert(sizeof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000038, "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) == 0x000014, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InRotation' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutPosition) == 0x000020, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutPosition' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutRotation) == 0x00002C, "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) == 0x000004, "Wrong alignment on SkinnedMeshComponent_FindClosestBone_K2"); \ static_assert(sizeof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000028, "Wrong size on SkinnedMeshComponent_FindClosestBone_K2"); \ static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, TestLocation) == 0x000000, "Member 'SkinnedMeshComponent_FindClosestBone_K2::TestLocation' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, BoneLocation) == 0x00000C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::BoneLocation' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, IgnoreScale) == 0x000018, "Member 'SkinnedMeshComponent_FindClosestBone_K2::IgnoreScale' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, bRequirePhysicsAsset) == 0x00001C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::bRequirePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, ReturnValue) == 0x000020, "Member 'SkinnedMeshComponent_FindClosestBone_K2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneIndex \ static_assert(alignof(SkinnedMeshComponent_GetBoneIndex) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneIndex"); \ static_assert(sizeof(SkinnedMeshComponent_GetBoneIndex) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneIndex"); \ static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneIndex::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetBoneIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneName \ static_assert(alignof(SkinnedMeshComponent_GetBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneName"); \ static_assert(sizeof(SkinnedMeshComponent_GetBoneName) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneName"); \ static_assert(offsetof(SkinnedMeshComponent_GetBoneName, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneName::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetBoneName, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileName \ static_assert(alignof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ static_assert(sizeof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000008, "Wrong size on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetDeltaTransformFromRefPose \ static_assert(alignof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ static_assert(sizeof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000040, "Wrong size on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BaseName) == 0x000008, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BaseName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetForcedLOD \ static_assert(alignof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetForcedLOD"); \ static_assert(sizeof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_GetForcedLOD"); \ static_assert(offsetof(SkinnedMeshComponent_GetForcedLOD, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetForcedLOD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumBones \ static_assert(alignof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumBones"); \ static_assert(sizeof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumBones"); \ static_assert(offsetof(SkinnedMeshComponent_GetNumBones, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumBones::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumLODs \ static_assert(alignof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumLODs"); \ static_assert(sizeof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumLODs"); \ static_assert(offsetof(SkinnedMeshComponent_GetNumLODs, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumLODs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetParentBone \ static_assert(alignof(SkinnedMeshComponent_GetParentBone) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetParentBone"); \ static_assert(sizeof(SkinnedMeshComponent_GetParentBone) == 0x000010, "Wrong size on SkinnedMeshComponent_GetParentBone"); \ static_assert(offsetof(SkinnedMeshComponent_GetParentBone, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetParentBone::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetParentBone, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetParentBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSocketBoneName \ static_assert(alignof(SkinnedMeshComponent_GetSocketBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetSocketBoneName"); \ static_assert(sizeof(SkinnedMeshComponent_GetSocketBoneName) == 0x000010, "Wrong size on SkinnedMeshComponent_GetSocketBoneName"); \ static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, InSocketName) == 0x000000, "Member 'SkinnedMeshComponent_GetSocketBoneName::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetSocketBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose \ static_assert(alignof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ static_assert(sizeof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000014, "Wrong size on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutTwistAngle) == 0x000008, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutTwistAngle' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutSwingAngle) == 0x00000C, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutSwingAngle' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_GetVertexOffsetUsage \ static_assert(alignof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetVertexOffsetUsage"); \ static_assert(sizeof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_GetVertexOffsetUsage"); \ static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_IsUsingSkinWeightProfile \ static_assert(alignof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong alignment on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ static_assert(sizeof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong size on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ static_assert(offsetof(SkinnedMeshComponent_IsUsingSkinWeightProfile, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_IsUsingSkinWeightProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformToBoneSpace \ static_assert(alignof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformToBoneSpace"); \ static_assert(sizeof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000038, "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) == 0x000014, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InRotation' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutPosition) == 0x000020, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutPosition' has a wrong offset!"); \ static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutRotation) == 0x00002C, "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) == 0x0006A0, "Wrong size on USkinnedMeshComponent"); \ static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000480, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x000488, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x000490, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VertexOffsetUsage) == 0x0004A0, "Member 'USkinnedMeshComponent::VertexOffsetUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x0005A8, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x0005B0, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x0005B4, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x0005C0, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x0005D0, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x000604, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x00060C, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldSpaceBounds) == 0x000620, "Member 'USkinnedMeshComponent::CachedWorldSpaceBounds' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000640, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommandlet \ static_assert(alignof(UCommandlet) == 0x000008, "Wrong alignment on UCommandlet"); \ static_assert(sizeof(UCommandlet) == 0x000080, "Wrong size on UCommandlet"); \ static_assert(offsetof(UCommandlet, HelpDescription) == 0x000028, "Member 'UCommandlet::HelpDescription' has a wrong offset!"); \ static_assert(offsetof(UCommandlet, HelpUsage) == 0x000038, "Member 'UCommandlet::HelpUsage' has a wrong offset!"); \ static_assert(offsetof(UCommandlet, HelpWebLink) == 0x000048, "Member 'UCommandlet::HelpWebLink' has a wrong offset!"); \ static_assert(offsetof(UCommandlet, HelpParamNames) == 0x000058, "Member 'UCommandlet::HelpParamNames' has a wrong offset!"); \ static_assert(offsetof(UCommandlet, HelpParamDescriptions) == 0x000068, "Member 'UCommandlet::HelpParamDescriptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000068, "Wrong size on UMaterialExpressionDotProduct"); \ static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x000040, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDotProduct, B) == 0x000054, "Member 'UMaterialExpressionDotProduct::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Add \ static_assert(alignof(BlueprintSetLibrary_Set_Add) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Add"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Add) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Add"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Add, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Add::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Add, NewItem) == 0x000050, "Member 'BlueprintSetLibrary_Set_Add::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_AddItems \ static_assert(alignof(BlueprintSetLibrary_Set_AddItems) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_AddItems"); \ static_assert(sizeof(BlueprintSetLibrary_Set_AddItems) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_AddItems"); \ static_assert(offsetof(BlueprintSetLibrary_Set_AddItems, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_AddItems::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_AddItems, NewItems) == 0x000050, "Member 'BlueprintSetLibrary_Set_AddItems::NewItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Clear \ static_assert(alignof(BlueprintSetLibrary_Set_Clear) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Clear"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Clear) == 0x000050, "Wrong size on BlueprintSetLibrary_Set_Clear"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Clear, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Clear::TargetSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Contains \ static_assert(alignof(BlueprintSetLibrary_Set_Contains) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Contains"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Contains) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Contains"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Contains, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Contains::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Contains, ItemToFind) == 0x000050, "Member 'BlueprintSetLibrary_Set_Contains::ItemToFind' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Contains, ReturnValue) == 0x000054, "Member 'BlueprintSetLibrary_Set_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Difference \ static_assert(alignof(BlueprintSetLibrary_Set_Difference) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Difference"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Difference) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Difference"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Difference, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Difference::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Difference, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Difference::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Difference, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Difference::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Intersection \ static_assert(alignof(BlueprintSetLibrary_Set_Intersection) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Intersection"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Intersection) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Intersection"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Intersection::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Intersection::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Intersection::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Length \ static_assert(alignof(BlueprintSetLibrary_Set_Length) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Length"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Length) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Length"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Length, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Length::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Length, ReturnValue) == 0x000050, "Member 'BlueprintSetLibrary_Set_Length::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Remove \ static_assert(alignof(BlueprintSetLibrary_Set_Remove) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Remove"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Remove) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Remove"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Remove, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Remove::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Remove, Item) == 0x000050, "Member 'BlueprintSetLibrary_Set_Remove::Item' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Remove, ReturnValue) == 0x000054, "Member 'BlueprintSetLibrary_Set_Remove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_RemoveItems \ static_assert(alignof(BlueprintSetLibrary_Set_RemoveItems) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_RemoveItems"); \ static_assert(sizeof(BlueprintSetLibrary_Set_RemoveItems) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_RemoveItems"); \ static_assert(offsetof(BlueprintSetLibrary_Set_RemoveItems, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_RemoveItems::TargetSet' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_RemoveItems, Items) == 0x000050, "Member 'BlueprintSetLibrary_Set_RemoveItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_ToArray \ static_assert(alignof(BlueprintSetLibrary_Set_ToArray) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_ToArray"); \ static_assert(sizeof(BlueprintSetLibrary_Set_ToArray) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_ToArray"); \ static_assert(offsetof(BlueprintSetLibrary_Set_ToArray, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_ToArray::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_ToArray, Result) == 0x000050, "Member 'BlueprintSetLibrary_Set_ToArray::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Union \ static_assert(alignof(BlueprintSetLibrary_Set_Union) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Union"); \ static_assert(sizeof(BlueprintSetLibrary_Set_Union) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Union"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Union, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Union::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Union, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Union::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintSetLibrary_Set_Union, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Union::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintSetLibrary_SetSetPropertyByName \ static_assert(alignof(BlueprintSetLibrary_SetSetPropertyByName) == 0x000008, "Wrong alignment on BlueprintSetLibrary_SetSetPropertyByName"); \ static_assert(sizeof(BlueprintSetLibrary_SetSetPropertyByName) == 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_UForceFeedbackAttenuation \ static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000D8, "Wrong size on UForceFeedbackAttenuation"); \ static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000028, "Member 'UForceFeedbackAttenuation::Attenuation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ static_assert(sizeof(UMaterialExpressionViewProperty) == 0x000048, "Wrong size on UMaterialExpressionViewProperty"); \ static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x000040, "Member 'UMaterialExpressionViewProperty::Property' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ #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_SetBandwidthLimit \ static_assert(alignof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong alignment on GameMode_SetBandwidthLimit"); \ static_assert(sizeof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong size on GameMode_SetBandwidthLimit"); \ static_assert(offsetof(GameMode_SetBandwidthLimit, AsyncIOBandwidthLimit) == 0x000000, "Member 'GameMode_SetBandwidthLimit::AsyncIOBandwidthLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMode_GetMatchState \ static_assert(alignof(GameMode_GetMatchState) == 0x000004, "Wrong alignment on GameMode_GetMatchState"); \ static_assert(sizeof(GameMode_GetMatchState) == 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) == 0x000308, "Wrong size on AGameMode"); \ static_assert(offsetof(AGameMode, MatchState) == 0x0002C0, "Member 'AGameMode::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumSpectators) == 0x0002CC, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumPlayers) == 0x0002D0, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumBots) == 0x0002D4, "Member 'AGameMode::NumBots' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x0002D8, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x0002DC, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, EngineMessageClass) == 0x0002E0, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x0002E8, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x0002F8, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x0002FC, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000300, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationObjectBase \ static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ static_assert(sizeof(ANavigationObjectBase) == 0x000248, "Wrong size on ANavigationObjectBase"); \ static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000228, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000230, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x000238, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStart \ static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ static_assert(sizeof(APlayerStart) == 0x000250, "Wrong size on APlayerStart"); \ static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x000248, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULineBatchComponent \ static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ static_assert(sizeof(ULineBatchComponent) == 0x000490, "Wrong size on ULineBatchComponent"); \ #define DUMPER7_ASSERTS_SkeletalMesh_SetDefaultAnimatingRig \ static_assert(alignof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_SetDefaultAnimatingRig"); \ static_assert(sizeof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000028, "Wrong size on SkeletalMesh_SetDefaultAnimatingRig"); \ static_assert(offsetof(SkeletalMesh_SetDefaultAnimatingRig, InAnimatingRig) == 0x000000, "Member 'SkeletalMesh_SetDefaultAnimatingRig::InAnimatingRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_SetLODSettings \ static_assert(alignof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_SetLODSettings"); \ static_assert(sizeof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_SetLODSettings"); \ static_assert(offsetof(SkeletalMesh_SetLODSettings, InLODSettings) == 0x000000, "Member 'SkeletalMesh_SetLODSettings::InLODSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_SetMaterials \ static_assert(alignof(SkeletalMesh_SetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_SetMaterials"); \ static_assert(sizeof(SkeletalMesh_SetMaterials) == 0x000010, "Wrong size on SkeletalMesh_SetMaterials"); \ static_assert(offsetof(SkeletalMesh_SetMaterials, InMaterials) == 0x000000, "Member 'SkeletalMesh_SetMaterials::InMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_SetMeshClothingAssets \ static_assert(alignof(SkeletalMesh_SetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMeshClothingAssets"); \ static_assert(sizeof(SkeletalMesh_SetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_SetMeshClothingAssets"); \ static_assert(offsetof(SkeletalMesh_SetMeshClothingAssets, InMeshClothingAssets) == 0x000000, "Member 'SkeletalMesh_SetMeshClothingAssets::InMeshClothingAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_SetMorphTargets \ static_assert(alignof(SkeletalMesh_SetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMorphTargets"); \ static_assert(sizeof(SkeletalMesh_SetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_SetMorphTargets"); \ static_assert(offsetof(SkeletalMesh_SetMorphTargets, InMorphTargets) == 0x000000, "Member 'SkeletalMesh_SetMorphTargets::InMorphTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_FindSocket \ static_assert(alignof(SkeletalMesh_FindSocket) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocket"); \ static_assert(sizeof(SkeletalMesh_FindSocket) == 0x000010, "Wrong size on SkeletalMesh_FindSocket"); \ static_assert(offsetof(SkeletalMesh_FindSocket, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocket::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocket, ReturnValue) == 0x000008, "Member 'SkeletalMesh_FindSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_FindSocketAndIndex \ static_assert(alignof(SkeletalMesh_FindSocketAndIndex) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocketAndIndex"); \ static_assert(sizeof(SkeletalMesh_FindSocketAndIndex) == 0x000018, "Wrong size on SkeletalMesh_FindSocketAndIndex"); \ static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketAndIndex::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, OutIndex) == 0x000008, "Member 'SkeletalMesh_FindSocketAndIndex::OutIndex' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, ReturnValue) == 0x000010, "Member 'SkeletalMesh_FindSocketAndIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_FindSocketInfo \ static_assert(alignof(SkeletalMesh_FindSocketInfo) == 0x000010, "Wrong alignment on SkeletalMesh_FindSocketInfo"); \ static_assert(sizeof(SkeletalMesh_FindSocketInfo) == 0x000050, "Wrong size on SkeletalMesh_FindSocketInfo"); \ static_assert(offsetof(SkeletalMesh_FindSocketInfo, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketInfo::InSocketName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutTransform) == 0x000010, "Member 'SkeletalMesh_FindSocketInfo::OutTransform' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutBoneIndex) == 0x000040, "Member 'SkeletalMesh_FindSocketInfo::OutBoneIndex' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutIndex) == 0x000044, "Member 'SkeletalMesh_FindSocketInfo::OutIndex' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_FindSocketInfo, ReturnValue) == 0x000048, "Member 'SkeletalMesh_FindSocketInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetBounds \ static_assert(alignof(SkeletalMesh_GetBounds) == 0x000004, "Wrong alignment on SkeletalMesh_GetBounds"); \ static_assert(sizeof(SkeletalMesh_GetBounds) == 0x00001C, "Wrong size on SkeletalMesh_GetBounds"); \ static_assert(offsetof(SkeletalMesh_GetBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetDefaultAnimatingRig \ static_assert(alignof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_GetDefaultAnimatingRig"); \ static_assert(sizeof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000028, "Wrong size on SkeletalMesh_GetDefaultAnimatingRig"); \ static_assert(offsetof(SkeletalMesh_GetDefaultAnimatingRig, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultAnimatingRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetImportedBounds \ static_assert(alignof(SkeletalMesh_GetImportedBounds) == 0x000004, "Wrong alignment on SkeletalMesh_GetImportedBounds"); \ static_assert(sizeof(SkeletalMesh_GetImportedBounds) == 0x00001C, "Wrong size on SkeletalMesh_GetImportedBounds"); \ static_assert(offsetof(SkeletalMesh_GetImportedBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetImportedBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetLODSettings \ static_assert(alignof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_GetLODSettings"); \ static_assert(sizeof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_GetLODSettings"); \ static_assert(offsetof(SkeletalMesh_GetLODSettings, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetLODSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetMaterials \ static_assert(alignof(SkeletalMesh_GetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_GetMaterials"); \ static_assert(sizeof(SkeletalMesh_GetMaterials) == 0x000010, "Wrong size on SkeletalMesh_GetMaterials"); \ static_assert(offsetof(SkeletalMesh_GetMaterials, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetMeshClothingAssets \ static_assert(alignof(SkeletalMesh_GetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMeshClothingAssets"); \ static_assert(sizeof(SkeletalMesh_GetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_GetMeshClothingAssets"); \ static_assert(offsetof(SkeletalMesh_GetMeshClothingAssets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMeshClothingAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetMorphTargets \ static_assert(alignof(SkeletalMesh_GetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMorphTargets"); \ static_assert(sizeof(SkeletalMesh_GetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_GetMorphTargets"); \ static_assert(offsetof(SkeletalMesh_GetMorphTargets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMorphTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingContainer \ static_assert(alignof(SkeletalMesh_GetNodeMappingContainer) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingContainer"); \ static_assert(sizeof(SkeletalMesh_GetNodeMappingContainer) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingContainer"); \ static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, SourceAsset) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingContainer::SourceAsset' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetNodeMappingContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingData \ static_assert(alignof(SkeletalMesh_GetNodeMappingData) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingData"); \ static_assert(sizeof(SkeletalMesh_GetNodeMappingData) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingData"); \ static_assert(offsetof(SkeletalMesh_GetNodeMappingData, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetPhysicsAsset \ static_assert(alignof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetPhysicsAsset"); \ static_assert(sizeof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetPhysicsAsset"); \ static_assert(offsetof(SkeletalMesh_GetPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetPhysicsAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetShadowPhysicsAsset \ static_assert(alignof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetShadowPhysicsAsset"); \ static_assert(sizeof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetShadowPhysicsAsset"); \ static_assert(offsetof(SkeletalMesh_GetShadowPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetShadowPhysicsAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetSkeleton \ static_assert(alignof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_GetSkeleton"); \ static_assert(sizeof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_GetSkeleton"); \ static_assert(offsetof(SkeletalMesh_GetSkeleton, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetSkeleton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_GetSocketByIndex \ static_assert(alignof(SkeletalMesh_GetSocketByIndex) == 0x000008, "Wrong alignment on SkeletalMesh_GetSocketByIndex"); \ static_assert(sizeof(SkeletalMesh_GetSocketByIndex) == 0x000010, "Wrong size on SkeletalMesh_GetSocketByIndex"); \ static_assert(offsetof(SkeletalMesh_GetSocketByIndex, Index_0) == 0x000000, "Member 'SkeletalMesh_GetSocketByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_GetSocketByIndex, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetSocketByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_IsSectionUsingCloth \ static_assert(alignof(SkeletalMesh_IsSectionUsingCloth) == 0x000004, "Wrong alignment on SkeletalMesh_IsSectionUsingCloth"); \ static_assert(sizeof(SkeletalMesh_IsSectionUsingCloth) == 0x000008, "Wrong size on SkeletalMesh_IsSectionUsingCloth"); \ static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, InSectionIndex) == 0x000000, "Member 'SkeletalMesh_IsSectionUsingCloth::InSectionIndex' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, bCheckCorrespondingSections) == 0x000004, "Member 'SkeletalMesh_IsSectionUsingCloth::bCheckCorrespondingSections' has a wrong offset!"); \ static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, ReturnValue) == 0x000005, "Member 'SkeletalMesh_IsSectionUsingCloth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_K2_GetAllMorphTargetNames \ static_assert(alignof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000008, "Wrong alignment on SkeletalMesh_K2_GetAllMorphTargetNames"); \ static_assert(sizeof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000010, "Wrong size on SkeletalMesh_K2_GetAllMorphTargetNames"); \ static_assert(offsetof(SkeletalMesh_K2_GetAllMorphTargetNames, ReturnValue) == 0x000000, "Member 'SkeletalMesh_K2_GetAllMorphTargetNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMesh_NumSockets \ static_assert(alignof(SkeletalMesh_NumSockets) == 0x000004, "Wrong alignment on SkeletalMesh_NumSockets"); \ static_assert(sizeof(SkeletalMesh_NumSockets) == 0x000004, "Wrong size on SkeletalMesh_NumSockets"); \ static_assert(offsetof(SkeletalMesh_NumSockets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_NumSockets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMesh \ static_assert(alignof(USkeletalMesh) == 0x000008, "Wrong alignment on USkeletalMesh"); \ static_assert(sizeof(USkeletalMesh) == 0x0003A0, "Wrong size on USkeletalMesh"); \ static_assert(offsetof(USkeletalMesh, Skeleton) == 0x000080, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000088, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x0000A4, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x0000C0, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x0000CC, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, Materials) == 0x0000D8, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorTable) == 0x0000E8, "Member 'USkeletalMesh::SkelMirrorTable' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, LODInfo) == 0x0000F8, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000158, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x00015C, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorAxis) == 0x00015D, "Member 'USkeletalMesh::SkelMirrorAxis' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorFlipAxis) == 0x00015E, "Member 'USkeletalMesh::SkelMirrorFlipAxis' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000160, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000168, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000170, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000178, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x000190, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x000318, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x000320, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000330, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x000360, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, Sockets) == 0x000370, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x000390, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceFeedbackComponent_AdjustAttenuation \ static_assert(alignof(ForceFeedbackComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on ForceFeedbackComponent_AdjustAttenuation"); \ static_assert(sizeof(ForceFeedbackComponent_AdjustAttenuation) == 0x0000B0, "Wrong size on ForceFeedbackComponent_AdjustAttenuation"); \ static_assert(offsetof(ForceFeedbackComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceFeedbackComponent_Play \ static_assert(alignof(ForceFeedbackComponent_Play) == 0x000004, "Wrong alignment on ForceFeedbackComponent_Play"); \ static_assert(sizeof(ForceFeedbackComponent_Play) == 0x000004, "Wrong size on ForceFeedbackComponent_Play"); \ static_assert(offsetof(ForceFeedbackComponent_Play, StartTime) == 0x000000, "Member 'ForceFeedbackComponent_Play::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceFeedbackComponent_SetForceFeedbackEffect \ static_assert(alignof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong alignment on ForceFeedbackComponent_SetForceFeedbackEffect"); \ static_assert(sizeof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong size on ForceFeedbackComponent_SetForceFeedbackEffect"); \ static_assert(offsetof(ForceFeedbackComponent_SetForceFeedbackEffect, NewForceFeedbackEffect) == 0x000000, "Member 'ForceFeedbackComponent_SetForceFeedbackEffect::NewForceFeedbackEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceFeedbackComponent_SetIntensityMultiplier \ static_assert(alignof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong alignment on ForceFeedbackComponent_SetIntensityMultiplier"); \ static_assert(sizeof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong size on ForceFeedbackComponent_SetIntensityMultiplier"); \ static_assert(offsetof(ForceFeedbackComponent_SetIntensityMultiplier, NewIntensityMultiplier) == 0x000000, "Member 'ForceFeedbackComponent_SetIntensityMultiplier::NewIntensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceFeedbackComponent_BP_GetAttenuationSettingsToApply \ static_assert(alignof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(sizeof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x0000B8, "Wrong size on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0000B0, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForceFeedbackComponent \ static_assert(alignof(UForceFeedbackComponent) == 0x000010, "Wrong alignment on UForceFeedbackComponent"); \ static_assert(sizeof(UForceFeedbackComponent) == 0x0002E0, "Wrong size on UForceFeedbackComponent"); \ static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x0001F8, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x000204, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000208, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000210, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0002C0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayParticleEffect \ static_assert(alignof(UAnimNotify_PlayParticleEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayParticleEffect"); \ static_assert(sizeof(UAnimNotify_PlayParticleEffect) == 0x000090, "Wrong size on UAnimNotify_PlayParticleEffect"); \ static_assert(offsetof(UAnimNotify_PlayParticleEffect, PSTemplate) == 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) == 0x00004C, "Member 'UAnimNotify_PlayParticleEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayParticleEffect, Scale) == 0x000058, "Member 'UAnimNotify_PlayParticleEffect::Scale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayParticleEffect, SocketName) == 0x000084, "Member 'UAnimNotify_PlayParticleEffect::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ #define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyCamera \ static_assert(alignof(CameraModifier_BlueprintModifyCamera) == 0x000004, "Wrong alignment on CameraModifier_BlueprintModifyCamera"); \ static_assert(sizeof(CameraModifier_BlueprintModifyCamera) == 0x00003C, "Wrong size on CameraModifier_BlueprintModifyCamera"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyCamera::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewLocation) == 0x000004, "Member 'CameraModifier_BlueprintModifyCamera::ViewLocation' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewRotation) == 0x000010, "Member 'CameraModifier_BlueprintModifyCamera::ViewRotation' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, FOV) == 0x00001C, "Member 'CameraModifier_BlueprintModifyCamera::FOV' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewLocation) == 0x000020, "Member 'CameraModifier_BlueprintModifyCamera::NewViewLocation' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewRotation) == 0x00002C, "Member 'CameraModifier_BlueprintModifyCamera::NewViewRotation' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewFOV) == 0x000038, "Member 'CameraModifier_BlueprintModifyCamera::NewFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyPostProcess \ static_assert(alignof(CameraModifier_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on CameraModifier_BlueprintModifyPostProcess"); \ static_assert(sizeof(CameraModifier_BlueprintModifyPostProcess) == 0x000570, "Wrong size on CameraModifier_BlueprintModifyPostProcess"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_DisableModifier \ static_assert(alignof(CameraModifier_DisableModifier) == 0x000001, "Wrong alignment on CameraModifier_DisableModifier"); \ static_assert(sizeof(CameraModifier_DisableModifier) == 0x000001, "Wrong size on CameraModifier_DisableModifier"); \ static_assert(offsetof(CameraModifier_DisableModifier, bImmediate) == 0x000000, "Member 'CameraModifier_DisableModifier::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_GetViewTarget \ static_assert(alignof(CameraModifier_GetViewTarget) == 0x000008, "Wrong alignment on CameraModifier_GetViewTarget"); \ static_assert(sizeof(CameraModifier_GetViewTarget) == 0x000008, "Wrong size on CameraModifier_GetViewTarget"); \ static_assert(offsetof(CameraModifier_GetViewTarget, ReturnValue) == 0x000000, "Member 'CameraModifier_GetViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_IsDisabled \ static_assert(alignof(CameraModifier_IsDisabled) == 0x000001, "Wrong alignment on CameraModifier_IsDisabled"); \ static_assert(sizeof(CameraModifier_IsDisabled) == 0x000001, "Wrong size on CameraModifier_IsDisabled"); \ static_assert(offsetof(CameraModifier_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraModifier_IsDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraModifier \ static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ static_assert(sizeof(UCameraModifier) == 0x000048, "Wrong size on UCameraModifier"); \ static_assert(offsetof(UCameraModifier, Priority) == 0x00002C, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000030, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000038, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x00003C, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, Alpha) == 0x000040, "Member 'UCameraModifier::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraModifier_CameraShake \ static_assert(alignof(UCameraModifier_CameraShake) == 0x000008, "Wrong alignment on UCameraModifier_CameraShake"); \ static_assert(sizeof(UCameraModifier_CameraShake) == 0x0000B0, "Wrong size on UCameraModifier_CameraShake"); \ static_assert(offsetof(UCameraModifier_CameraShake, ActiveShakes) == 0x000048, "Member 'UCameraModifier_CameraShake::ActiveShakes' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier_CameraShake, ExpiredPooledShakesMap) == 0x000058, "Member 'UCameraModifier_CameraShake::ExpiredPooledShakesMap' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier_CameraShake, SplitScreenShakeScale) == 0x0000A8, "Member 'UCameraModifier_CameraShake::SplitScreenShakeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000078, "Wrong size on UMaterialExpressionSceneColor"); \ static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x000044, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x000058, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlChannel \ static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000028, "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) == 0x000138, "Wrong size on UInputComponent"); \ static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000120, "Member 'UInputComponent::CachedKeyToActionInfo' 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_PlayerCameraManager_AddCameraLensEffect \ static_assert(alignof(PlayerCameraManager_AddCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_AddCameraLensEffect"); \ static_assert(sizeof(PlayerCameraManager_AddCameraLensEffect) == 0x000010, "Wrong size on PlayerCameraManager_AddCameraLensEffect"); \ static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerCameraManager_AddCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddCameraLensEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_AddNewCameraModifier \ static_assert(alignof(PlayerCameraManager_AddNewCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_AddNewCameraModifier"); \ static_assert(sizeof(PlayerCameraManager_AddNewCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_AddNewCameraModifier"); \ static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_AddNewCameraModifier::ModifierClass' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddNewCameraModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_BlueprintUpdateCamera \ static_assert(alignof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000008, "Wrong alignment on PlayerCameraManager_BlueprintUpdateCamera"); \ static_assert(sizeof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000028, "Wrong size on PlayerCameraManager_BlueprintUpdateCamera"); \ static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, CameraTarget) == 0x000000, "Member 'PlayerCameraManager_BlueprintUpdateCamera::CameraTarget' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraLocation) == 0x000008, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraRotation) == 0x000014, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraRotation' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraFOV) == 0x000020, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraFOV' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, ReturnValue) == 0x000024, "Member 'PlayerCameraManager_BlueprintUpdateCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_FindCameraModifierByClass \ static_assert(alignof(PlayerCameraManager_FindCameraModifierByClass) == 0x000008, "Wrong alignment on PlayerCameraManager_FindCameraModifierByClass"); \ static_assert(sizeof(PlayerCameraManager_FindCameraModifierByClass) == 0x000010, "Wrong size on PlayerCameraManager_FindCameraModifierByClass"); \ static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_FindCameraModifierByClass::ModifierClass' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_FindCameraModifierByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_PhotographyCameraModify \ static_assert(alignof(PlayerCameraManager_PhotographyCameraModify) == 0x000004, "Wrong alignment on PlayerCameraManager_PhotographyCameraModify"); \ static_assert(sizeof(PlayerCameraManager_PhotographyCameraModify) == 0x000030, "Wrong size on PlayerCameraManager_PhotographyCameraModify"); \ static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, NewCameraLocation) == 0x000000, "Member 'PlayerCameraManager_PhotographyCameraModify::NewCameraLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, PreviousCameraLocation) == 0x00000C, "Member 'PlayerCameraManager_PhotographyCameraModify::PreviousCameraLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, OriginalCameraLocation) == 0x000018, "Member 'PlayerCameraManager_PhotographyCameraModify::OriginalCameraLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, ResultCameraLocation) == 0x000024, "Member 'PlayerCameraManager_PhotographyCameraModify::ResultCameraLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_PlayCameraAnim \ static_assert(alignof(PlayerCameraManager_PlayCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_PlayCameraAnim"); \ static_assert(sizeof(PlayerCameraManager_PlayCameraAnim) == 0x000038, "Wrong size on PlayerCameraManager_PlayCameraAnim"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_PlayCameraAnim::Anim' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Rate) == 0x000008, "Member 'PlayerCameraManager_PlayCameraAnim::Rate' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Scale) == 0x00000C, "Member 'PlayerCameraManager_PlayCameraAnim::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerCameraManager_PlayCameraAnim::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerCameraManager_PlayCameraAnim::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerCameraManager_PlayCameraAnim::bLoop' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerCameraManager_PlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Duration) == 0x00001C, "Member 'PlayerCameraManager_PlayCameraAnim::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, PlaySpace) == 0x000020, "Member 'PlayerCameraManager_PlayCameraAnim::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, UserPlaySpaceRot) == 0x000024, "Member 'PlayerCameraManager_PlayCameraAnim::UserPlaySpaceRot' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, ReturnValue) == 0x000030, "Member 'PlayerCameraManager_PlayCameraAnim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraLensEffect \ static_assert(alignof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraLensEffect"); \ static_assert(sizeof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong size on PlayerCameraManager_RemoveCameraLensEffect"); \ static_assert(offsetof(PlayerCameraManager_RemoveCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraLensEffect::Emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraModifier \ static_assert(alignof(PlayerCameraManager_RemoveCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraModifier"); \ static_assert(sizeof(PlayerCameraManager_RemoveCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_RemoveCameraModifier"); \ static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ModifierToRemove) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraModifier::ModifierToRemove' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_RemoveCameraModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_SetManualCameraFade \ static_assert(alignof(PlayerCameraManager_SetManualCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_SetManualCameraFade"); \ static_assert(sizeof(PlayerCameraManager_SetManualCameraFade) == 0x000018, "Wrong size on PlayerCameraManager_SetManualCameraFade"); \ static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, InFadeAmount) == 0x000000, "Member 'PlayerCameraManager_SetManualCameraFade::InFadeAmount' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, Color) == 0x000004, "Member 'PlayerCameraManager_SetManualCameraFade::Color' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, bInFadeAudio) == 0x000014, "Member 'PlayerCameraManager_SetManualCameraFade::bInFadeAudio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraFade \ static_assert(alignof(PlayerCameraManager_StartCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_StartCameraFade"); \ static_assert(sizeof(PlayerCameraManager_StartCameraFade) == 0x000020, "Wrong size on PlayerCameraManager_StartCameraFade"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, FromAlpha) == 0x000000, "Member 'PlayerCameraManager_StartCameraFade::FromAlpha' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, ToAlpha) == 0x000004, "Member 'PlayerCameraManager_StartCameraFade::ToAlpha' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, Duration) == 0x000008, "Member 'PlayerCameraManager_StartCameraFade::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, Color) == 0x00000C, "Member 'PlayerCameraManager_StartCameraFade::Color' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, bShouldFadeAudio) == 0x00001C, "Member 'PlayerCameraManager_StartCameraFade::bShouldFadeAudio' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraFade, bHoldWhenFinished) == 0x00001D, "Member 'PlayerCameraManager_StartCameraFade::bHoldWhenFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShake \ static_assert(alignof(PlayerCameraManager_StartCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShake"); \ static_assert(sizeof(PlayerCameraManager_StartCameraShake) == 0x000028, "Wrong size on PlayerCameraManager_StartCameraShake"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShake, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShake::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShake, Scale) == 0x000008, "Member 'PlayerCameraManager_StartCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerCameraManager_StartCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerCameraManager_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShake, ReturnValue) == 0x000020, "Member 'PlayerCameraManager_StartCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShakeFromSource \ static_assert(alignof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShakeFromSource"); \ static_assert(sizeof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000030, "Wrong size on PlayerCameraManager_StartCameraShakeFromSource"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, Scale) == 0x000010, "Member 'PlayerCameraManager_StartCameraShakeFromSource::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, PlaySpace) == 0x000014, "Member 'PlayerCameraManager_StartCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, UserPlaySpaceRot) == 0x000018, "Member 'PlayerCameraManager_StartCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ReturnValue) == 0x000028, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraAnims \ static_assert(alignof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraAnims"); \ static_assert(sizeof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraAnims"); \ static_assert(offsetof(PlayerCameraManager_StopAllCameraAnims, bImmediate) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraAnims::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes \ static_assert(alignof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraShakes"); \ static_assert(sizeof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraShakes"); \ static_assert(offsetof(PlayerCameraManager_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource \ static_assert(alignof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllCameraShakesFromSource"); \ static_assert(sizeof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000010, "Wrong size on PlayerCameraManager_StopAllCameraShakesFromSource"); \ static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraAnim \ static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::Anim' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake \ static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource \ static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000018, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, bImmediately) == 0x000010, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraAnimInst \ static_assert(alignof(PlayerCameraManager_StopCameraAnimInst) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraAnimInst"); \ static_assert(sizeof(PlayerCameraManager_StopCameraAnimInst) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraAnimInst"); \ static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, AnimInst) == 0x000000, "Member 'PlayerCameraManager_StopCameraAnimInst::AnimInst' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopCameraAnimInst::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake \ static_assert(alignof(PlayerCameraManager_StopCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraShake"); \ static_assert(sizeof(PlayerCameraManager_StopCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraShake"); \ static_assert(offsetof(PlayerCameraManager_StopCameraShake, ShakeInstance) == 0x000000, "Member 'PlayerCameraManager_StopCameraShake::ShakeInstance' has a wrong offset!"); \ static_assert(offsetof(PlayerCameraManager_StopCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopCameraShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation \ static_assert(alignof(PlayerCameraManager_GetCameraLocation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraLocation"); \ static_assert(sizeof(PlayerCameraManager_GetCameraLocation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraLocation"); \ static_assert(offsetof(PlayerCameraManager_GetCameraLocation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraRotation \ static_assert(alignof(PlayerCameraManager_GetCameraRotation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraRotation"); \ static_assert(sizeof(PlayerCameraManager_GetCameraRotation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraRotation"); \ static_assert(offsetof(PlayerCameraManager_GetCameraRotation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_GetFOVAngle \ static_assert(alignof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong alignment on PlayerCameraManager_GetFOVAngle"); \ static_assert(sizeof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong size on PlayerCameraManager_GetFOVAngle"); \ static_assert(offsetof(PlayerCameraManager_GetFOVAngle, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetFOVAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCameraManager_GetOwningPlayerController \ static_assert(alignof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong alignment on PlayerCameraManager_GetOwningPlayerController"); \ static_assert(sizeof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong size on PlayerCameraManager_GetOwningPlayerController"); \ static_assert(offsetof(PlayerCameraManager_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerCameraManager \ static_assert(alignof(APlayerCameraManager) == 0x000010, "Wrong alignment on APlayerCameraManager"); \ static_assert(sizeof(APlayerCameraManager) == 0x002810, "Wrong size on APlayerCameraManager"); \ static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000220, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000228, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x000238, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x000240, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x000248, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x000290, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x000890, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000E90, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x0014A0, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001AE0, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x0020E0, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x0026E0, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x0026F0, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002700, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002704, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002710, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002720, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002740, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x002750, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x002758, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x002798, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x0027B8, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x0027C8, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x0027D8, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x0027E4, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x0027E8, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x0027EC, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x0027F0, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x0027F4, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x0027F8, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002800, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArcsineFast \ static_assert(alignof(UMaterialExpressionArcsineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArcsineFast"); \ static_assert(sizeof(UMaterialExpressionArcsineFast) == 0x000058, "Wrong size on UMaterialExpressionArcsineFast"); \ static_assert(offsetof(UMaterialExpressionArcsineFast, Input) == 0x000040, "Member 'UMaterialExpressionArcsineFast::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UGameInstanceSubsystem \ static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ #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) == 0x0000A8, "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) == 0x000058, "Member 'UDeviceProfile::Parent' has a wrong offset!"); \ static_assert(offsetof(UDeviceProfile, CVars) == 0x000088, "Member 'UDeviceProfile::CVars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldSubsystem \ static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCustomOutput \ static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000060, "Wrong size on UMaterialExpressionVertexInterpolator"); \ static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000040, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveGame \ static_assert(alignof(USaveGame) == 0x000008, "Wrong alignment on USaveGame"); \ static_assert(sizeof(USaveGame) == 0x000028, "Wrong size on USaveGame"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent \ static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ static_assert(sizeof(UMaterialExpressionArctangent) == 0x000058, "Wrong size on UMaterialExpressionArctangent"); \ static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x000040, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMatineeInterface \ static_assert(alignof(IMatineeInterface) == 0x000001, "Wrong alignment on IMatineeInterface"); \ static_assert(sizeof(IMatineeInterface) == 0x000001, "Wrong size on IMatineeInterface"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent2 \ static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000068, "Wrong size on UMaterialExpressionArctangent2"); \ static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x000054, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_AudioComponent_AdjustAttenuation \ static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003A0, "Wrong size on AudioComponent_AdjustAttenuation"); \ static_assert(offsetof(AudioComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_AdjustVolume \ static_assert(alignof(AudioComponent_AdjustVolume) == 0x000004, "Wrong alignment on AudioComponent_AdjustVolume"); \ static_assert(sizeof(AudioComponent_AdjustVolume) == 0x00000C, "Wrong size on AudioComponent_AdjustVolume"); \ static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AudioComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AudioComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'AudioComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply \ static_assert(alignof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on AudioComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(sizeof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x0003A8, "Wrong size on AudioComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_FadeIn \ static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_FadeOut \ static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_Play \ static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ static_assert(sizeof(AudioComponent_PlayQuantized) == 0x000040, "Wrong size on AudioComponent_PlayQuantized"); \ static_assert(offsetof(AudioComponent_PlayQuantized, WorldContextObject) == 0x000000, "Member 'AudioComponent_PlayQuantized::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InClockHandle) == 0x000008, "Member 'AudioComponent_PlayQuantized::InClockHandle' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InQuantizationBoundary) == 0x000010, "Member 'AudioComponent_PlayQuantized::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InDelegate) == 0x00001C, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x00002C, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000030, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000034, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x000038, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect \ static_assert(alignof(AudioComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPostEffect"); \ static_assert(sizeof(AudioComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPostEffect"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect \ static_assert(alignof(AudioComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPreEffect"); \ static_assert(sizeof(AudioComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPreEffect"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetBoolParameter \ static_assert(alignof(AudioComponent_SetBoolParameter) == 0x000004, "Wrong alignment on AudioComponent_SetBoolParameter"); \ static_assert(sizeof(AudioComponent_SetBoolParameter) == 0x00000C, "Wrong size on AudioComponent_SetBoolParameter"); \ static_assert(offsetof(AudioComponent_SetBoolParameter, InName) == 0x000000, "Member 'AudioComponent_SetBoolParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetBoolParameter, InBool) == 0x000008, "Member 'AudioComponent_SetBoolParameter::InBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetFloatParameter \ static_assert(alignof(AudioComponent_SetFloatParameter) == 0x000004, "Wrong alignment on AudioComponent_SetFloatParameter"); \ static_assert(sizeof(AudioComponent_SetFloatParameter) == 0x00000C, "Wrong size on AudioComponent_SetFloatParameter"); \ static_assert(offsetof(AudioComponent_SetFloatParameter, InName) == 0x000000, "Member 'AudioComponent_SetFloatParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioComponent_SetFloatParameter::InFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetIntParameter \ static_assert(alignof(AudioComponent_SetIntParameter) == 0x000004, "Wrong alignment on AudioComponent_SetIntParameter"); \ static_assert(sizeof(AudioComponent_SetIntParameter) == 0x00000C, "Wrong size on AudioComponent_SetIntParameter"); \ static_assert(offsetof(AudioComponent_SetIntParameter, InName) == 0x000000, "Member 'AudioComponent_SetIntParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetIntParameter, inInt) == 0x000008, "Member 'AudioComponent_SetIntParameter::inInt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled \ static_assert(alignof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetLowPassFilterEnabled"); \ static_assert(sizeof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetLowPassFilterEnabled"); \ static_assert(offsetof(AudioComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency \ static_assert(alignof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetLowPassFilterFrequency"); \ static_assert(sizeof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetLowPassFilterFrequency"); \ static_assert(offsetof(AudioComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly \ static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetPaused \ static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSound \ static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetUISound \ static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ static_assert(sizeof(AudioComponent_SetWaveParameter) == 0x000010, "Wrong size on AudioComponent_SetWaveParameter"); \ static_assert(offsetof(AudioComponent_SetWaveParameter, InName) == 0x000000, "Member 'AudioComponent_SetWaveParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetWaveParameter, InWave) == 0x000008, "Member 'AudioComponent_SetWaveParameter::InWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_StopDelayed \ static_assert(alignof(AudioComponent_StopDelayed) == 0x000004, "Wrong alignment on AudioComponent_StopDelayed"); \ static_assert(sizeof(AudioComponent_StopDelayed) == 0x000004, "Wrong size on AudioComponent_StopDelayed"); \ static_assert(offsetof(AudioComponent_StopDelayed, DelayTime) == 0x000000, "Member 'AudioComponent_StopDelayed::DelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetPlayState \ static_assert(alignof(AudioComponent_GetPlayState) == 0x000001, "Wrong alignment on AudioComponent_GetPlayState"); \ static_assert(sizeof(AudioComponent_GetPlayState) == 0x000001, "Wrong size on AudioComponent_GetPlayState"); \ static_assert(offsetof(AudioComponent_GetPlayState, ReturnValue) == 0x000000, "Member 'AudioComponent_GetPlayState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData \ static_assert(alignof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ static_assert(sizeof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong size on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ static_assert(offsetof(AudioComponent_HasCookedAmplitudeEnvelopeData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedAmplitudeEnvelopeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData \ static_assert(alignof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedFFTData"); \ static_assert(sizeof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong size on AudioComponent_HasCookedFFTData"); \ static_assert(offsetof(AudioComponent_HasCookedFFTData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedFFTData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_IsPlaying \ static_assert(alignof(AudioComponent_IsPlaying) == 0x000001, "Wrong alignment on AudioComponent_IsPlaying"); \ static_assert(sizeof(AudioComponent_IsPlaying) == 0x000001, "Wrong size on AudioComponent_IsPlaying"); \ static_assert(offsetof(AudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'AudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_IsVirtualized \ static_assert(alignof(AudioComponent_IsVirtualized) == 0x000001, "Wrong alignment on AudioComponent_IsVirtualized"); \ static_assert(sizeof(AudioComponent_IsVirtualized) == 0x000001, "Wrong size on AudioComponent_IsVirtualized"); \ static_assert(offsetof(AudioComponent_IsVirtualized, ReturnValue) == 0x000000, "Member 'AudioComponent_IsVirtualized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioComponent \ static_assert(alignof(UAudioComponent) == 0x000010, "Wrong alignment on UAudioComponent"); \ static_assert(sizeof(UAudioComponent) == 0x000860, "Wrong size on UAudioComponent"); \ static_assert(offsetof(UAudioComponent, Sound) == 0x0001F8, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000200, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000210, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000220, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000228, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00022C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000230, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000234, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000238, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00023C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000240, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, Priority) == 0x000244, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000248, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000250, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000258, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00025C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000268, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000270, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000610, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000618, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x000674, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x000675, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x000676, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000678, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0006C0, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x0006E8, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000710, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000738, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000760, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000788, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x0007B0, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x0007C0, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x0007C8, "Member 'UAudioComponent::AutoAttachSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetBaseMaterial \ static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ static_assert(sizeof(MaterialInterface_GetParameterInfo) == 0x000028, "Wrong size on MaterialInterface_GetParameterInfo"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, Association) == 0x000000, "Member 'MaterialInterface_GetParameterInfo::Association' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, ParameterName) == 0x000004, "Member 'MaterialInterface_GetParameterInfo::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, LayerFunction) == 0x000010, "Member 'MaterialInterface_GetParameterInfo::LayerFunction' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, ReturnValue) == 0x000018, "Member 'MaterialInterface_GetParameterInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial \ static_assert(alignof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterial"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterial"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap \ static_assert(alignof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialFromMap"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000010, "Wrong size on MaterialInterface_GetPhysicalMaterialFromMap"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, Index_0) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::Index_0' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, ReturnValue) == 0x000008, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask \ static_assert(alignof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialMask"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterialMask"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialMask, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInterface \ static_assert(alignof(UMaterialInterface) == 0x000008, "Wrong alignment on UMaterialInterface"); \ static_assert(sizeof(UMaterialInterface) == 0x000088, "Wrong size on UMaterialInterface"); \ static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000050, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000060, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x000070, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInstance \ static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ static_assert(sizeof(UMaterialInstance) == 0x000310, "Wrong size on UMaterialInstance"); \ static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x000088, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x000090, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, Parent) == 0x0000D0, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x0000E0, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x0000F0, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x000100, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x000110, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000120, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000130, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, StaticParameters) == 0x000148, "Member 'UMaterialInstance::StaticParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, CachedLayerParameters) == 0x000188, "Member 'UMaterialInstance::CachedLayerParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, CachedReferencedTextures) == 0x0002D8, "Member 'UMaterialInstance::CachedReferencedTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000090, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x000040, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x000054, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000068, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x00007C, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter \ static_assert(alignof(UMaterialExpressionTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter"); \ static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ParameterName) == 0x000060, "Member 'UMaterialExpressionTextureSampleParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ExpressionGUID) == 0x000068, "Member 'UMaterialExpressionTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureSampleParameter, Group) == 0x000078, "Member 'UMaterialExpressionTextureSampleParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkinningVertexOffsets \ static_assert(alignof(UMaterialExpressionSkinningVertexOffsets) == 0x000008, "Wrong alignment on UMaterialExpressionSkinningVertexOffsets"); \ static_assert(sizeof(UMaterialExpressionSkinningVertexOffsets) == 0x000040, "Wrong size on UMaterialExpressionSkinningVertexOffsets"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput \ static_assert(alignof(UMaterialExpressionBentNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionBentNormalCustomOutput"); \ static_assert(sizeof(UMaterialExpressionBentNormalCustomOutput) == 0x000058, "Wrong size on UMaterialExpressionBentNormalCustomOutput"); \ static_assert(offsetof(UMaterialExpressionBentNormalCustomOutput, Input) == 0x000040, "Member 'UMaterialExpressionBentNormalCustomOutput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ASplineMeshActor \ static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ static_assert(sizeof(ASplineMeshActor) == 0x000228, "Wrong size on ASplineMeshActor"); \ static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000220, "Member 'ASplineMeshActor::SplineMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeBase_SetRootShakePattern \ static_assert(alignof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_SetRootShakePattern"); \ static_assert(sizeof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_SetRootShakePattern"); \ static_assert(offsetof(CameraShakeBase_SetRootShakePattern, InPattern) == 0x000000, "Member 'CameraShakeBase_SetRootShakePattern::InPattern' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeBase_GetRootShakePattern \ static_assert(alignof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_GetRootShakePattern"); \ static_assert(sizeof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_GetRootShakePattern"); \ static_assert(offsetof(CameraShakeBase_GetRootShakePattern, ReturnValue) == 0x000000, "Member 'CameraShakeBase_GetRootShakePattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraShakeBase \ static_assert(alignof(UCameraShakeBase) == 0x000010, "Wrong alignment on UCameraShakeBase"); \ static_assert(sizeof(UCameraShakeBase) == 0x0000B0, "Wrong size on UCameraShakeBase"); \ static_assert(offsetof(UCameraShakeBase, bSingleInstance) == 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_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_UMaterialExpressionSaturate \ static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ static_assert(sizeof(UMaterialExpressionSaturate) == 0x000058, "Wrong size on UMaterialExpressionSaturate"); \ static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x000040, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight \ static_assert(alignof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ static_assert(sizeof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000010, "Wrong size on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, AddPhysicsBlendWeight) == 0x000008, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::AddPhysicsBlendWeight' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow \ static_assert(alignof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ static_assert(sizeof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000018, "Wrong size on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, Force) == 0x000000, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::Force' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bAccelChange) == 0x000014, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bAccelChange' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bIncludeSelf) == 0x000015, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow \ static_assert(alignof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ static_assert(sizeof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000018, "Wrong size on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::Impulse' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bVelChange) == 0x000014, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bVelChange' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bIncludeSelf) == 0x000015, "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) == 0x000004, "Wrong alignment on SkeletalMeshComponent_BreakConstraint"); \ static_assert(sizeof(SkeletalMeshComponent_BreakConstraint) == 0x000020, "Wrong size on SkeletalMeshComponent_BreakConstraint"); \ static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_BreakConstraint::Impulse' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, HitLocation) == 0x00000C, "Member 'SkeletalMeshComponent_BreakConstraint::HitLocation' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, InBoneName) == 0x000018, "Member 'SkeletalMeshComponent_BreakConstraint::InBoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_FindConstraintBoneName \ static_assert(alignof(SkeletalMeshComponent_FindConstraintBoneName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_FindConstraintBoneName"); \ static_assert(sizeof(SkeletalMeshComponent_FindConstraintBoneName) == 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_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_IsBodyGravityEnabled \ static_assert(alignof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_IsBodyGravityEnabled"); \ static_assert(sizeof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x00000C, "Wrong size on SkeletalMeshComponent_IsBodyGravityEnabled"); \ static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimClassLayers \ static_assert(alignof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimClassLayers"); \ static_assert(sizeof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_LinkAnimClassLayers"); \ static_assert(offsetof(SkeletalMeshComponent_LinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimClassLayers::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimGraphByTag \ static_assert(alignof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimGraphByTag"); \ static_assert(sizeof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_LinkAnimGraphByTag"); \ static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InClass) == 0x000008, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_OverrideAnimationData \ static_assert(alignof(SkeletalMeshComponent_OverrideAnimationData) == 0x000008, "Wrong alignment on SkeletalMeshComponent_OverrideAnimationData"); \ static_assert(sizeof(SkeletalMeshComponent_OverrideAnimationData) == 0x000018, "Wrong size on SkeletalMeshComponent_OverrideAnimationData"); \ static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, InAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_OverrideAnimationData::InAnimToPlay' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsLooping) == 0x000008, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsPlaying) == 0x000009, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsPlaying' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, Position) == 0x00000C, "Member 'SkeletalMeshComponent_OverrideAnimationData::Position' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, PlayRate) == 0x000010, "Member 'SkeletalMeshComponent_OverrideAnimationData::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_Play \ static_assert(alignof(SkeletalMeshComponent_Play) == 0x000001, "Wrong alignment on SkeletalMeshComponent_Play"); \ static_assert(sizeof(SkeletalMeshComponent_Play) == 0x000001, "Wrong size on SkeletalMeshComponent_Play"); \ static_assert(offsetof(SkeletalMeshComponent_Play, bLooping) == 0x000000, "Member 'SkeletalMeshComponent_Play::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_PlayAnimation \ static_assert(alignof(SkeletalMeshComponent_PlayAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_PlayAnimation"); \ static_assert(sizeof(SkeletalMeshComponent_PlayAnimation) == 0x000010, "Wrong size on SkeletalMeshComponent_PlayAnimation"); \ static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_PlayAnimation::NewAnimToPlay' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, bLooping) == 0x000008, "Member 'SkeletalMeshComponent_PlayAnimation::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_ResetAnimInstanceDynamics \ static_assert(alignof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ static_assert(sizeof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong size on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ static_assert(offsetof(SkeletalMeshComponent_ResetAnimInstanceDynamics, InTeleportType) == 0x000000, "Member 'SkeletalMeshComponent_ResetAnimInstanceDynamics::InTeleportType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_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_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_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) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAnimationMode"); \ static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, InAnimationMode) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimationMode::InAnimationMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimClass \ static_assert(alignof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimClass"); \ static_assert(sizeof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimClass"); \ static_assert(offsetof(SkeletalMeshComponent_SetAnimClass, NewClass) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimClass::NewClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision \ static_assert(alignof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ static_assert(sizeof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetClothMaxDistanceScale \ static_assert(alignof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ static_assert(sizeof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ static_assert(offsetof(SkeletalMeshComponent_SetClothMaxDistanceScale, Scale) == 0x000000, "Member 'SkeletalMeshComponent_SetClothMaxDistanceScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfile \ static_assert(alignof(SkeletalMeshComponent_SetConstraintProfile) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfile"); \ static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfile) == 0x000014, "Wrong size on SkeletalMeshComponent_SetConstraintProfile"); \ static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, JointName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfile::JointName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, ProfileName) == 0x000008, "Member 'SkeletalMeshComponent_SetConstraintProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, bDefaultIfNotFound) == 0x000010, "Member 'SkeletalMeshComponent_SetConstraintProfile::bDefaultIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfileForAll \ static_assert(alignof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfileForAll"); \ static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetConstraintProfileForAll"); \ static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, ProfileName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::ProfileName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, bDefaultIfNotFound) == 0x000008, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::bDefaultIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisableAnimCurves \ static_assert(alignof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisableAnimCurves"); \ static_assert(sizeof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisableAnimCurves"); \ static_assert(offsetof(SkeletalMeshComponent_SetDisableAnimCurves, bInDisableAnimCurves) == 0x000000, "Member 'SkeletalMeshComponent_SetDisableAnimCurves::bInDisableAnimCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisablePostProcessBlueprint \ static_assert(alignof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ static_assert(sizeof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ static_assert(offsetof(SkeletalMeshComponent_SetDisablePostProcessBlueprint, bInDisablePostProcess) == 0x000000, "Member 'SkeletalMeshComponent_SetDisablePostProcessBlueprint::bInDisablePostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableBodyGravity \ static_assert(alignof(SkeletalMeshComponent_SetEnableBodyGravity) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetEnableBodyGravity"); \ static_assert(sizeof(SkeletalMeshComponent_SetEnableBodyGravity) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetEnableBodyGravity"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnableBodyGravity, bEnableGravity) == 0x000000, "Member 'SkeletalMeshComponent_SetEnableBodyGravity::bEnableGravity' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnableBodyGravity, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetEnableBodyGravity::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow \ static_assert(alignof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow"); \ static_assert(sizeof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow) == 0x000010, "Wrong size on SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, bEnableGravity) == 0x000000, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::bEnableGravity' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, bIncludeSelf) == 0x00000C, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnablePhysicsBlending \ static_assert(alignof(SkeletalMeshComponent_SetEnablePhysicsBlending) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetEnablePhysicsBlending"); \ static_assert(sizeof(SkeletalMeshComponent_SetEnablePhysicsBlending) == 0x000001, "Wrong size on SkeletalMeshComponent_SetEnablePhysicsBlending"); \ static_assert(offsetof(SkeletalMeshComponent_SetEnablePhysicsBlending, bNewBlendPhysics) == 0x000000, "Member 'SkeletalMeshComponent_SetEnablePhysicsBlending::bNewBlendPhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetMorphTarget \ static_assert(alignof(SkeletalMeshComponent_SetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetMorphTarget"); \ static_assert(sizeof(SkeletalMeshComponent_SetMorphTarget) == 0x000010, "Wrong size on SkeletalMeshComponent_SetMorphTarget"); \ static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_SetMorphTarget::MorphTargetName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, Value) == 0x000008, "Member 'SkeletalMeshComponent_SetMorphTarget::Value' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, bRemoveZeroWeight) == 0x00000C, "Member 'SkeletalMeshComponent_SetMorphTarget::bRemoveZeroWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow \ static_assert(alignof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ static_assert(sizeof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000010, "Wrong size on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bIncludeSelf) == 0x00000C, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bIncludeSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPhysicsBlendWeight \ static_assert(alignof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ static_assert(sizeof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ static_assert(offsetof(SkeletalMeshComponent_SetPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPlayRate \ static_assert(alignof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPlayRate"); \ static_assert(sizeof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPlayRate"); \ static_assert(offsetof(SkeletalMeshComponent_SetPlayRate, Rate) == 0x000000, "Member 'SkeletalMeshComponent_SetPlayRate::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPosition \ static_assert(alignof(SkeletalMeshComponent_SetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPosition"); \ static_assert(sizeof(SkeletalMeshComponent_SetPosition) == 0x000008, "Wrong size on SkeletalMeshComponent_SetPosition"); \ static_assert(offsetof(SkeletalMeshComponent_SetPosition, InPos) == 0x000000, "Member 'SkeletalMeshComponent_SetPosition::InPos' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetPosition, bFireNotifies) == 0x000004, "Member 'SkeletalMeshComponent_SetPosition::bFireNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportDistanceThreshold \ static_assert(alignof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ static_assert(sizeof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ static_assert(offsetof(SkeletalMeshComponent_SetTeleportDistanceThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportDistanceThreshold::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportRotationThreshold \ static_assert(alignof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ static_assert(sizeof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ static_assert(offsetof(SkeletalMeshComponent_SetTeleportRotationThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportRotationThreshold::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateAnimationInEditor \ static_assert(alignof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ static_assert(sizeof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ static_assert(offsetof(SkeletalMeshComponent_SetUpdateAnimationInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateAnimationInEditor::NewUpdateState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateClothInEditor \ static_assert(alignof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateClothInEditor"); \ static_assert(sizeof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateClothInEditor"); \ static_assert(offsetof(SkeletalMeshComponent_SetUpdateClothInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateClothInEditor::NewUpdateState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SnapshotPose \ static_assert(alignof(SkeletalMeshComponent_SnapshotPose) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SnapshotPose"); \ static_assert(sizeof(SkeletalMeshComponent_SnapshotPose) == 0x000038, "Wrong size on SkeletalMeshComponent_SnapshotPose"); \ static_assert(offsetof(SkeletalMeshComponent_SnapshotPose, Snapshot) == 0x000000, "Member 'SkeletalMeshComponent_SnapshotPose::Snapshot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_TermBodiesBelow \ static_assert(alignof(SkeletalMeshComponent_TermBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_TermBodiesBelow"); \ static_assert(sizeof(SkeletalMeshComponent_TermBodiesBelow) == 0x000008, "Wrong size on SkeletalMeshComponent_TermBodiesBelow"); \ static_assert(offsetof(SkeletalMeshComponent_TermBodiesBelow, ParentBoneName) == 0x000000, "Member 'SkeletalMeshComponent_TermBodiesBelow::ParentBoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromMasterPoseComponent \ static_assert(alignof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromMasterPoseComponent::bRestoreSimulationSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers \ static_assert(alignof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ static_assert(sizeof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ static_assert(offsetof(SkeletalMeshComponent_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate \ static_assert(alignof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ static_assert(sizeof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ static_assert(offsetof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowedAnimCurveEvaluate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode \ static_assert(alignof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ static_assert(sizeof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ static_assert(offsetof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode \ static_assert(alignof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAnimationMode"); \ static_assert(sizeof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAnimationMode"); \ static_assert(offsetof(SkeletalMeshComponent_GetAnimationMode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance \ static_assert(alignof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimInstance"); \ static_assert(sizeof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimInstance"); \ static_assert(offsetof(SkeletalMeshComponent_GetAnimInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass \ static_assert(alignof(SkeletalMeshComponent_GetBoneMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetBoneMass"); \ static_assert(sizeof(SkeletalMeshComponent_GetBoneMass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetBoneMass"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneMass::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, bScaleMass) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetBoneMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor \ static_assert(alignof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ static_assert(sizeof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong size on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothingSimulationInteractor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothMaxDistanceScale \ static_assert(alignof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ static_assert(sizeof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ static_assert(offsetof(SkeletalMeshComponent_GetClothMaxDistanceScale, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothMaxDistanceScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves \ static_assert(alignof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisableAnimCurves"); \ static_assert(sizeof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisableAnimCurves"); \ static_assert(offsetof(SkeletalMeshComponent_GetDisableAnimCurves, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisableAnimCurves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint \ static_assert(alignof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ static_assert(sizeof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ static_assert(offsetof(SkeletalMeshComponent_GetDisablePostProcessBlueprint, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisablePostProcessBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget \ static_assert(alignof(SkeletalMeshComponent_GetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetMorphTarget"); \ static_assert(sizeof(SkeletalMeshComponent_GetMorphTarget) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetMorphTarget"); \ static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_GetMorphTarget::MorphTargetName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetMorphTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate \ static_assert(alignof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPlayRate"); \ static_assert(sizeof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPlayRate"); \ static_assert(offsetof(SkeletalMeshComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition \ static_assert(alignof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPosition"); \ static_assert(sizeof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPosition"); \ static_assert(offsetof(SkeletalMeshComponent_GetPosition, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance \ static_assert(alignof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetPostProcessInstance"); \ static_assert(sizeof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetPostProcessInstance"); \ static_assert(offsetof(SkeletalMeshComponent_GetPostProcessInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPostProcessInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass \ static_assert(alignof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ static_assert(sizeof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ static_assert(offsetof(SkeletalMeshComponent_GetSkeletalCenterOfMass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalCenterOfMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportDistanceThreshold \ static_assert(alignof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ static_assert(sizeof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ static_assert(offsetof(SkeletalMeshComponent_GetTeleportDistanceThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportRotationThreshold \ static_assert(alignof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ static_assert(sizeof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ static_assert(offsetof(SkeletalMeshComponent_GetTeleportRotationThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_HasValidAnimationInstance \ static_assert(alignof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong alignment on SkeletalMeshComponent_HasValidAnimationInstance"); \ static_assert(sizeof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong size on SkeletalMeshComponent_HasValidAnimationInstance"); \ static_assert(offsetof(SkeletalMeshComponent_HasValidAnimationInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_HasValidAnimationInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_IsClothingSimulationSuspended \ static_assert(alignof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ static_assert(sizeof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong size on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ static_assert(offsetof(SkeletalMeshComponent_IsClothingSimulationSuspended, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsClothingSimulationSuspended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_IsPlaying \ static_assert(alignof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsPlaying"); \ static_assert(sizeof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong size on SkeletalMeshComponent_IsPlaying"); \ static_assert(offsetof(SkeletalMeshComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset \ static_assert(alignof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000004, "Wrong alignment on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ static_assert(sizeof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000034, "Wrong size on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, WorldPosition) == 0x000000, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ClosestWorldPosition) == 0x00000C, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ClosestWorldPosition' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Normal) == 0x000018, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Normal' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, BoneName) == 0x000024, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Distance) == 0x00002C, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Distance' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ReturnValue) == 0x000030, "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) == 0x000ED0, "Wrong size on USkeletalMeshComponent"); \ static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x0006A0, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x0006A8, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x0006B0, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x0006B8, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x0006C0, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x0006E8, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x0006F4, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x000730, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000740, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000750, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x0008B0, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x0008B4, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x0008B5, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x0008B7, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0008C6, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x0008C8, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x0008CC, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x0008D0, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x0008E0, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x0008F0, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000900, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x0009D8, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x0009DC, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x0009E8, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000A40, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000B10, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000040, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ #define DUMPER7_ASSERTS_GameStateBase_GetPlayerRespawnDelay \ static_assert(alignof(GameStateBase_GetPlayerRespawnDelay) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerRespawnDelay"); \ static_assert(sizeof(GameStateBase_GetPlayerRespawnDelay) == 0x000010, "Wrong size on GameStateBase_GetPlayerRespawnDelay"); \ static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerRespawnDelay::Controller' has a wrong offset!"); \ static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerRespawnDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateBase_GetPlayerStartTime \ static_assert(alignof(GameStateBase_GetPlayerStartTime) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerStartTime"); \ static_assert(sizeof(GameStateBase_GetPlayerStartTime) == 0x000010, "Wrong size on GameStateBase_GetPlayerStartTime"); \ static_assert(offsetof(GameStateBase_GetPlayerStartTime, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerStartTime::Controller' has a wrong offset!"); \ static_assert(offsetof(GameStateBase_GetPlayerStartTime, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateBase_GetServerWorldTimeSeconds \ static_assert(alignof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong size on GameStateBase_GetServerWorldTimeSeconds"); \ static_assert(offsetof(GameStateBase_GetServerWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'GameStateBase_GetServerWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateBase_HasBegunPlay \ static_assert(alignof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong alignment on GameStateBase_HasBegunPlay"); \ static_assert(sizeof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong size on GameStateBase_HasBegunPlay"); \ static_assert(offsetof(GameStateBase_HasBegunPlay, ReturnValue) == 0x000000, "Member 'GameStateBase_HasBegunPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateBase_HasMatchEnded \ static_assert(alignof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameStateBase_HasMatchEnded"); \ static_assert(sizeof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong size on GameStateBase_HasMatchEnded"); \ static_assert(offsetof(GameStateBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateBase_HasMatchStarted \ static_assert(alignof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameStateBase_HasMatchStarted"); \ static_assert(sizeof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong size on GameStateBase_HasMatchStarted"); \ static_assert(offsetof(GameStateBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameStateBase \ static_assert(alignof(AGameStateBase) == 0x000008, "Wrong alignment on AGameStateBase"); \ static_assert(sizeof(AGameStateBase) == 0x000270, "Wrong size on AGameStateBase"); \ static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000220, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000228, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000230, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, PlayerArray) == 0x000238, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x000248, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x00024C, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x000250, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x000254, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0000F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000040, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000054, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000068, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00007C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000090, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000A4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0000CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0000D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0000DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0000E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0000E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0000E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0000EC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0000ED, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0000EE, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameState \ static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ static_assert(sizeof(AGameState) == 0x000290, "Wrong size on AGameState"); \ static_assert(offsetof(AGameState, MatchState) == 0x000270, "Member 'AGameState::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, PreviousMatchState) == 0x000278, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, ElapsedTime) == 0x000280, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDivide \ static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ static_assert(sizeof(UMaterialExpressionDivide) == 0x000070, "Wrong size on UMaterialExpressionDivide"); \ static_assert(offsetof(UMaterialExpressionDivide, A) == 0x000040, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, B) == 0x000054, "Member 'UMaterialExpressionDivide::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000068, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x00006C, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundEffectSourcePreset \ static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ #define DUMPER7_ASSERTS_ABrush \ static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ static_assert(sizeof(ABrush) == 0x000258, "Wrong size on ABrush"); \ static_assert(offsetof(ABrush, BrushType) == 0x000220, "Member 'ABrush::BrushType' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushColor) == 0x000224, "Member 'ABrush::BrushColor' has a wrong offset!"); \ static_assert(offsetof(ABrush, PolyFlags) == 0x000228, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ static_assert(offsetof(ABrush, Brush) == 0x000230, "Member 'ABrush::Brush' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushComponent) == 0x000238, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ static_assert(offsetof(ABrush, SavedSelections) == 0x000248, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolume \ static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ static_assert(sizeof(AVolume) == 0x000258, "Wrong size on AVolume"); \ #define DUMPER7_ASSERTS_ACameraBlockingVolume \ static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ static_assert(sizeof(ACameraBlockingVolume) == 0x000258, "Wrong size on ACameraBlockingVolume"); \ #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_APhysicsVolume \ static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ static_assert(sizeof(APhysicsVolume) == 0x000268, "Wrong size on APhysicsVolume"); \ static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000258, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, Priority) == 0x00025C, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000260, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch \ static_assert(alignof(UMaterialExpressionQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionQualitySwitch"); \ static_assert(sizeof(UMaterialExpressionQualitySwitch) == 0x0000A8, "Wrong size on UMaterialExpressionQualitySwitch"); \ static_assert(offsetof(UMaterialExpressionQualitySwitch, Default) == 0x000040, "Member 'UMaterialExpressionQualitySwitch::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionQualitySwitch, Inputs) == 0x000054, "Member 'UMaterialExpressionQualitySwitch::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_World_K2_GetWorldSettings \ static_assert(alignof(World_K2_GetWorldSettings) == 0x000008, "Wrong alignment on World_K2_GetWorldSettings"); \ static_assert(sizeof(World_K2_GetWorldSettings) == 0x000008, "Wrong size on World_K2_GetWorldSettings"); \ static_assert(offsetof(World_K2_GetWorldSettings, ReturnValue) == 0x000000, "Member 'World_K2_GetWorldSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorld \ static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ static_assert(sizeof(UWorld) == 0x000798, "Wrong size on UWorld"); \ static_assert(offsetof(UWorld, PersistentLevel) == 0x000030, "Member 'UWorld::PersistentLevel' has a wrong offset!"); \ static_assert(offsetof(UWorld, NetDriver) == 0x000038, "Member 'UWorld::NetDriver' has a wrong offset!"); \ static_assert(offsetof(UWorld, LineBatcher) == 0x000040, "Member 'UWorld::LineBatcher' has a wrong offset!"); \ static_assert(offsetof(UWorld, PersistentLineBatcher) == 0x000048, "Member 'UWorld::PersistentLineBatcher' has a wrong offset!"); \ static_assert(offsetof(UWorld, ForegroundLineBatcher) == 0x000050, "Member 'UWorld::ForegroundLineBatcher' has a wrong offset!"); \ static_assert(offsetof(UWorld, NetworkManager) == 0x000058, "Member 'UWorld::NetworkManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, PhysicsCollisionHandler) == 0x000060, "Member 'UWorld::PhysicsCollisionHandler' has a wrong offset!"); \ static_assert(offsetof(UWorld, ExtraReferencedObjects) == 0x000068, "Member 'UWorld::ExtraReferencedObjects' has a wrong offset!"); \ static_assert(offsetof(UWorld, PerModuleDataObjects) == 0x000078, "Member 'UWorld::PerModuleDataObjects' has a wrong offset!"); \ static_assert(offsetof(UWorld, StreamingLevels) == 0x000088, "Member 'UWorld::StreamingLevels' has a wrong offset!"); \ static_assert(offsetof(UWorld, StreamingLevelsToConsider) == 0x000098, "Member 'UWorld::StreamingLevelsToConsider' has a wrong offset!"); \ static_assert(offsetof(UWorld, StreamingLevelsPrefix) == 0x0000C0, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x0000D0, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0000D8, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ static_assert(offsetof(UWorld, DemoNetDriver) == 0x0000E0, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0000E8, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x0000F0, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ static_assert(offsetof(UWorld, NavigationSystem) == 0x000110, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000118, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(UWorld, GameState) == 0x000120, "Member 'UWorld::GameState' has a wrong offset!"); \ static_assert(offsetof(UWorld, AISystem) == 0x000128, "Member 'UWorld::AISystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AvoidanceManager) == 0x000130, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, Levels) == 0x000138, "Member 'UWorld::Levels' has a wrong offset!"); \ static_assert(offsetof(UWorld, LevelCollections) == 0x000148, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ static_assert(offsetof(UWorld, OwningGameInstance) == 0x000180, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000188, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x000198, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001A0, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, PhysicsField) == 0x0001F8, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000200, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000250, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000260, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ static_assert(offsetof(UWorld, WorldComposition) == 0x0005E0, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ static_assert(offsetof(UWorld, PSCPool) == 0x000678, "Member 'UWorld::PSCPool' 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_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) == 0x000150, "Wrong size on ULevelStreaming"); \ static_assert(offsetof(ULevelStreaming, WorldAsset) == 0x000028, "Member 'ULevelStreaming::WorldAsset' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, PackageNameToLoad) == 0x000050, "Member 'ULevelStreaming::PackageNameToLoad' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LODPackageNames) == 0x000058, "Member 'ULevelStreaming::LODPackageNames' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LevelTransform) == 0x000080, "Member 'ULevelStreaming::LevelTransform' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000B0, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, StreamingPriority) == 0x0000B4, "Member 'ULevelStreaming::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LevelColor) == 0x0000BC, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x0000D0, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x0000E0, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x0000E8, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x0000F8, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000108, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000118, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000128, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000130, "Member 'ULevelStreaming::PendingUnloadLevel' 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_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_UMaterialExpressionLogarithm10 \ static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x000058, "Wrong size on UMaterialExpressionLogarithm10"); \ static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x000040, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstance \ static_assert(alignof(LevelStreamingDynamic_LoadLevelInstance) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstance"); \ static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstance) == 0x000050, "Wrong size on LevelStreamingDynamic_LoadLevelInstance"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, WorldContextObject) == 0x000000, "Member 'LevelStreamingDynamic_LoadLevelInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, LevelName) == 0x000008, "Member 'LevelStreamingDynamic_LoadLevelInstance::LevelName' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Location) == 0x000018, "Member 'LevelStreamingDynamic_LoadLevelInstance::Location' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Rotation) == 0x000024, "Member 'LevelStreamingDynamic_LoadLevelInstance::Rotation' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, bOutSuccess) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstance::bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, OptionalLevelNameOverride) == 0x000038, "Member 'LevelStreamingDynamic_LoadLevelInstance::OptionalLevelNameOverride' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, ReturnValue) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr \ static_assert(alignof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr"); \ static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000068, "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) == 0x00003C, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Rotation' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, bOutSuccess) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, OptionalLevelNameOverride) == 0x000050, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::OptionalLevelNameOverride' has a wrong offset!"); \ static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, ReturnValue) == 0x000060, "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) == 0x000150, "Wrong size on ULevelStreamingDynamic"); \ #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) == 0x000470, "Wrong size on UBillboardComponent"); \ static_assert(offsetof(UBillboardComponent, Sprite) == 0x000450, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00045C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, U) == 0x000460, "Member 'UBillboardComponent::U' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, UL) == 0x000464, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, V) == 0x000468, "Member 'UBillboardComponent::V' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, VL) == 0x00046C, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPower \ static_assert(alignof(UMaterialExpressionPower) == 0x000008, "Wrong alignment on UMaterialExpressionPower"); \ static_assert(sizeof(UMaterialExpressionPower) == 0x000070, "Wrong size on UMaterialExpressionPower"); \ static_assert(offsetof(UMaterialExpressionPower, Base) == 0x000040, "Member 'UMaterialExpressionPower::Base' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPower, Exponent) == 0x000054, "Member 'UMaterialExpressionPower::Exponent' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPower, ConstExponent) == 0x000068, "Member 'UMaterialExpressionPower::ConstExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShapeComponent \ static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ static_assert(sizeof(UShapeComponent) == 0x000470, "Wrong size on UShapeComponent"); \ static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000450, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, AreaClass) == 0x000458, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000460, "Member 'UShapeComponent::ShapeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBlendableInterface \ static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ #define DUMPER7_ASSERTS_BoxComponent_SetBoxExtent \ static_assert(alignof(BoxComponent_SetBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_SetBoxExtent"); \ static_assert(sizeof(BoxComponent_SetBoxExtent) == 0x000010, "Wrong size on BoxComponent_SetBoxExtent"); \ static_assert(offsetof(BoxComponent_SetBoxExtent, InBoxExtent) == 0x000000, "Member 'BoxComponent_SetBoxExtent::InBoxExtent' has a wrong offset!"); \ static_assert(offsetof(BoxComponent_SetBoxExtent, bUpdateOverlaps) == 0x00000C, "Member 'BoxComponent_SetBoxExtent::bUpdateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoxComponent_GetScaledBoxExtent \ static_assert(alignof(BoxComponent_GetScaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetScaledBoxExtent"); \ static_assert(sizeof(BoxComponent_GetScaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetScaledBoxExtent"); \ static_assert(offsetof(BoxComponent_GetScaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetScaledBoxExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoxComponent_GetUnscaledBoxExtent \ static_assert(alignof(BoxComponent_GetUnscaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetUnscaledBoxExtent"); \ static_assert(sizeof(BoxComponent_GetUnscaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetUnscaledBoxExtent"); \ static_assert(offsetof(BoxComponent_GetUnscaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetUnscaledBoxExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoxComponent \ static_assert(alignof(UBoxComponent) == 0x000010, "Wrong alignment on UBoxComponent"); \ static_assert(sizeof(UBoxComponent) == 0x000480, "Wrong size on UBoxComponent"); \ static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000468, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(UBoxComponent, LineThickness) == 0x000474, "Member 'UBoxComponent::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultPawn_LookUpAtRate \ static_assert(alignof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong alignment on DefaultPawn_LookUpAtRate"); \ static_assert(sizeof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong size on DefaultPawn_LookUpAtRate"); \ static_assert(offsetof(DefaultPawn_LookUpAtRate, Rate) == 0x000000, "Member 'DefaultPawn_LookUpAtRate::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultPawn_MoveForward \ static_assert(alignof(DefaultPawn_MoveForward) == 0x000004, "Wrong alignment on DefaultPawn_MoveForward"); \ static_assert(sizeof(DefaultPawn_MoveForward) == 0x000004, "Wrong size on DefaultPawn_MoveForward"); \ static_assert(offsetof(DefaultPawn_MoveForward, Val) == 0x000000, "Member 'DefaultPawn_MoveForward::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultPawn_MoveRight \ static_assert(alignof(DefaultPawn_MoveRight) == 0x000004, "Wrong alignment on DefaultPawn_MoveRight"); \ static_assert(sizeof(DefaultPawn_MoveRight) == 0x000004, "Wrong size on DefaultPawn_MoveRight"); \ static_assert(offsetof(DefaultPawn_MoveRight, Val) == 0x000000, "Member 'DefaultPawn_MoveRight::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultPawn_MoveUp_World \ static_assert(alignof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong alignment on DefaultPawn_MoveUp_World"); \ static_assert(sizeof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong size on DefaultPawn_MoveUp_World"); \ static_assert(offsetof(DefaultPawn_MoveUp_World, Val) == 0x000000, "Member 'DefaultPawn_MoveUp_World::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultPawn_TurnAtRate \ static_assert(alignof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong alignment on DefaultPawn_TurnAtRate"); \ static_assert(sizeof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong size on DefaultPawn_TurnAtRate"); \ static_assert(offsetof(DefaultPawn_TurnAtRate, Rate) == 0x000000, "Member 'DefaultPawn_TurnAtRate::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADefaultPawn \ static_assert(alignof(ADefaultPawn) == 0x000008, "Wrong alignment on ADefaultPawn"); \ static_assert(sizeof(ADefaultPawn) == 0x0002A8, "Wrong size on ADefaultPawn"); \ static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000280, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x000284, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000288, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000290, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x000298, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorPawn \ static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ static_assert(sizeof(ASpectatorPawn) == 0x0002A8, "Wrong size on ASpectatorPawn"); \ #define DUMPER7_ASSERTS_ACameraShakeSourceActor \ static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ static_assert(sizeof(ACameraShakeSourceActor) == 0x000228, "Wrong size on ACameraShakeSourceActor"); \ static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000220, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBase \ static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ static_assert(sizeof(ATriggerBase) == 0x000228, "Wrong size on ATriggerBase"); \ static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000220, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoundsCopyComponent \ static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ static_assert(sizeof(UBoundsCopyComponent) == 0x000120, "Wrong size on UBoundsCopyComponent"); \ static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000B0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000D8, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000D9, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000DA, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x0000E0, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000110, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000111, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000112, "Member 'UBoundsCopyComponent::bCopyZBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000090, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000088, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000089, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x00008A, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x00008B, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x00008C, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBox \ static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ static_assert(sizeof(ATriggerBox) == 0x000228, "Wrong size on ATriggerBox"); \ #define DUMPER7_ASSERTS_UInterpFilter \ static_assert(alignof(UInterpFilter) == 0x000008, "Wrong alignment on UInterpFilter"); \ static_assert(sizeof(UInterpFilter) == 0x000038, "Wrong size on UInterpFilter"); \ static_assert(offsetof(UInterpFilter, Caption) == 0x000028, "Member 'UInterpFilter::Caption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpFilter_Classes \ static_assert(alignof(UInterpFilter_Classes) == 0x000008, "Wrong alignment on UInterpFilter_Classes"); \ static_assert(sizeof(UInterpFilter_Classes) == 0x000038, "Wrong size on UInterpFilter_Classes"); \ #define DUMPER7_ASSERTS_UVirtualTexture \ static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ static_assert(sizeof(UVirtualTexture) == 0x000028, "Wrong size on UVirtualTexture"); \ #define DUMPER7_ASSERTS_ULightMapVirtualTexture \ static_assert(alignof(ULightMapVirtualTexture) == 0x000008, "Wrong alignment on ULightMapVirtualTexture"); \ static_assert(sizeof(ULightMapVirtualTexture) == 0x000028, "Wrong size on ULightMapVirtualTexture"); \ #define DUMPER7_ASSERTS_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_GetPlayerName \ static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerState \ static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ static_assert(sizeof(APlayerState) == 0x000320, "Wrong size on APlayerState"); \ static_assert(offsetof(APlayerState, Score) == 0x000220, "Member 'APlayerState::Score' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerID) == 0x000224, "Member 'APlayerState::PlayerID' has a wrong offset!"); \ static_assert(offsetof(APlayerState, Ping) == 0x000228, "Member 'APlayerState::Ping' has a wrong offset!"); \ static_assert(offsetof(APlayerState, StartTime) == 0x00022C, "Member 'APlayerState::StartTime' has a wrong offset!"); \ static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000230, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000240, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ static_assert(offsetof(APlayerState, UniqueId) == 0x000250, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PawnPrivate) == 0x000280, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000300, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInst \ static_assert(alignof(UInterpTrackInst) == 0x000008, "Wrong alignment on UInterpTrackInst"); \ static_assert(sizeof(UInterpTrackInst) == 0x000028, "Wrong size on UInterpTrackInst"); \ #define DUMPER7_ASSERTS_UInterpTrackInstFloatParticleParam \ static_assert(alignof(UInterpTrackInstFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatParticleParam"); \ static_assert(sizeof(UInterpTrackInstFloatParticleParam) == 0x000030, "Wrong size on UInterpTrackInstFloatParticleParam"); \ static_assert(offsetof(UInterpTrackInstFloatParticleParam, ResetFloat) == 0x000028, "Member 'UInterpTrackInstFloatParticleParam::ResetFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectionalLight \ static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ static_assert(sizeof(ADirectionalLight) == 0x000230, "Wrong size on ADirectionalLight"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAbs \ static_assert(alignof(UMaterialExpressionAbs) == 0x000008, "Wrong alignment on UMaterialExpressionAbs"); \ static_assert(sizeof(UMaterialExpressionAbs) == 0x000058, "Wrong size on UMaterialExpressionAbs"); \ static_assert(offsetof(UMaterialExpressionAbs, Input) == 0x000040, "Member 'UMaterialExpressionAbs::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IImportantToggleSettingInterface \ static_assert(alignof(IImportantToggleSettingInterface) == 0x000001, "Wrong alignment on IImportantToggleSettingInterface"); \ static_assert(sizeof(IImportantToggleSettingInterface) == 0x000001, "Wrong size on IImportantToggleSettingInterface"); \ #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_UMaterialExpressionObjectBounds \ static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000040, "Wrong size on UMaterialExpressionObjectBounds"); \ #define DUMPER7_ASSERTS_ATriggerVolume \ static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ static_assert(sizeof(ATriggerVolume) == 0x000258, "Wrong size on ATriggerVolume"); \ #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_UParticleModuleAccelerationOverLifetime \ static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000080, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000038, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkyLight \ static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ static_assert(sizeof(ASkyLight) == 0x000230, "Wrong size on ASkyLight"); \ static_assert(offsetof(ASkyLight, LightComponent) == 0x000220, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ #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_UTextureCube \ static_assert(alignof(UTextureCube) == 0x000010, "Wrong alignment on UTextureCube"); \ static_assert(sizeof(UTextureCube) == 0x0001D0, "Wrong size on UTextureCube"); \ #define DUMPER7_ASSERTS_AGameSession \ static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ static_assert(sizeof(AGameSession) == 0x000238, "Wrong size on AGameSession"); \ static_assert(offsetof(AGameSession, MaxSpectators) == 0x000220, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPlayers) == 0x000224, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPartySize) == 0x000228, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x00022C, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x00022D, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ static_assert(offsetof(AGameSession, SessionName) == 0x000230, "Member 'AGameSession::SessionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerSphere \ static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ static_assert(sizeof(ATriggerSphere) == 0x000228, "Wrong size on ATriggerSphere"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh \ static_assert(alignof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_OnRep_StaticMesh"); \ static_assert(sizeof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong size on StaticMeshComponent_OnRep_StaticMesh"); \ static_assert(offsetof(StaticMeshComponent_OnRep_StaticMesh, OldStaticMesh) == 0x000000, "Member 'StaticMeshComponent_OnRep_StaticMesh::OldStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_SetDistanceFieldSelfShadowBias \ static_assert(alignof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong alignment on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ static_assert(sizeof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong size on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ static_assert(offsetof(StaticMeshComponent_SetDistanceFieldSelfShadowBias, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetDistanceFieldSelfShadowBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing \ static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel \ static_assert(alignof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong alignment on StaticMeshComponent_SetForcedLodModel"); \ static_assert(sizeof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong size on StaticMeshComponent_SetForcedLodModel"); \ static_assert(offsetof(StaticMeshComponent_SetForcedLodModel, NewForcedLodModel) == 0x000000, "Member 'StaticMeshComponent_SetForcedLodModel::NewForcedLodModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling \ static_assert(alignof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong alignment on StaticMeshComponent_SetReverseCulling"); \ static_assert(sizeof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong size on StaticMeshComponent_SetReverseCulling"); \ static_assert(offsetof(StaticMeshComponent_SetReverseCulling, ReverseCulling) == 0x000000, "Member 'StaticMeshComponent_SetReverseCulling::ReverseCulling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh \ static_assert(alignof(StaticMeshComponent_SetStaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_SetStaticMesh"); \ static_assert(sizeof(StaticMeshComponent_SetStaticMesh) == 0x000010, "Wrong size on StaticMeshComponent_SetStaticMesh"); \ static_assert(offsetof(StaticMeshComponent_SetStaticMesh, NewMesh) == 0x000000, "Member 'StaticMeshComponent_SetStaticMesh::NewMesh' has a wrong offset!"); \ static_assert(offsetof(StaticMeshComponent_SetStaticMesh, ReturnValue) == 0x000008, "Member 'StaticMeshComponent_SetStaticMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds \ static_assert(alignof(StaticMeshComponent_GetLocalBounds) == 0x000004, "Wrong alignment on StaticMeshComponent_GetLocalBounds"); \ static_assert(sizeof(StaticMeshComponent_GetLocalBounds) == 0x000018, "Wrong size on StaticMeshComponent_GetLocalBounds"); \ static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Min) == 0x000000, "Member 'StaticMeshComponent_GetLocalBounds::Min' has a wrong offset!"); \ static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Max) == 0x00000C, "Member 'StaticMeshComponent_GetLocalBounds::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMeshComponent \ static_assert(alignof(UStaticMeshComponent) == 0x000010, "Wrong alignment on UStaticMeshComponent"); \ static_assert(sizeof(UStaticMeshComponent) == 0x0004E0, "Wrong size on UStaticMeshComponent"); \ static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000478, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x00047C, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000480, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x000484, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000488, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x000490, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x000498, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x00049C, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0004A0, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0004A4, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0004A8, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0004B8, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0004C8, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArccosineFast \ static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x000058, "Wrong size on UMaterialExpressionArccosineFast"); \ static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x000040, "Member 'UMaterialExpressionArccosineFast::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstance \ static_assert(alignof(InstancedStaticMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstance"); \ static_assert(sizeof(InstancedStaticMeshComponent_AddInstance) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstance"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, InstanceTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstance::InstanceTransform' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstances \ static_assert(alignof(InstancedStaticMeshComponent_AddInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_AddInstances"); \ static_assert(sizeof(InstancedStaticMeshComponent_AddInstances) == 0x000028, "Wrong size on InstancedStaticMeshComponent_AddInstances"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, InstanceTransforms) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstances::InstanceTransforms' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bShouldReturnIndices) == 0x000010, "Member 'InstancedStaticMeshComponent_AddInstances::bShouldReturnIndices' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_AddInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstanceWorldSpace \ static_assert(alignof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ static_assert(sizeof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, WorldTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransform \ static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::StartInstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NumInstances) == 0x000004, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NumInstances' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NewInstancesTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NewInstancesTransform' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bTeleport' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransforms \ static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000020, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::StartInstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, NewInstancesTransforms) == 0x000008, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::NewInstancesTransforms' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bWorldSpace) == 0x000018, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bMarkRenderStateDirty) == 0x000019, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bTeleport) == 0x00001A, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bTeleport' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, ReturnValue) == 0x00001B, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstance \ static_assert(alignof(InstancedStaticMeshComponent_RemoveInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstance"); \ static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_RemoveInstance"); \ static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCullDistances \ static_assert(alignof(InstancedStaticMeshComponent_SetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCullDistances"); \ static_assert(sizeof(InstancedStaticMeshComponent_SetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_SetCullDistances"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, StartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCullDistances::StartCullDistance' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, EndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCullDistances::EndCullDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCustomDataValue \ static_assert(alignof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCustomDataValue"); \ static_assert(sizeof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000010, "Wrong size on InstancedStaticMeshComponent_SetCustomDataValue"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataIndex) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataValue) == 0x000008, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, bMarkRenderStateDirty) == 0x00000C, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, ReturnValue) == 0x00000D, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_UpdateInstanceTransform \ static_assert(alignof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ static_assert(sizeof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceCount \ static_assert(alignof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceCount"); \ static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetInstanceCount"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingBox \ static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000030, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, Box) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::Box' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, bBoxInWorldSpace) == 0x00001C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::bBoxInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, ReturnValue) == 0x000020, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingSphere \ static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000028, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Center) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Center' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Radius) == 0x00000C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Radius' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, bSphereInWorldSpace) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::bSphereInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceTransform \ static_assert(alignof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceTransform"); \ static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_GetInstanceTransform"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInstancedStaticMeshComponent \ static_assert(alignof(UInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInstancedStaticMeshComponent"); \ static_assert(sizeof(UInstancedStaticMeshComponent) == 0x000590, "Wrong size on UInstancedStaticMeshComponent"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x0004E0, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x0004F0, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x0004F8, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x000508, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x00050C, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x000510, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000518, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000570, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000578, "Member 'UInstancedStaticMeshComponent::CachedMappings' 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_HierarchicalInstancedStaticMeshComponent_RemoveInstances \ static_assert(alignof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ static_assert(sizeof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x000680, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x000598, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x0005A8, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x0005B0, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x0005CC, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x0005E8, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000600, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000604, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x000620, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000624, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' 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) == 0x000230, "Wrong size on AStaticMeshActor"); \ static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000220, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000228, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000229, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_CollisionDataProvider \ static_assert(alignof(IInterface_CollisionDataProvider) == 0x000001, "Wrong alignment on IInterface_CollisionDataProvider"); \ static_assert(sizeof(IInterface_CollisionDataProvider) == 0x000001, "Wrong size on IInterface_CollisionDataProvider"); \ #define DUMPER7_ASSERTS_UInterpTrackInstFade \ static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ #define DUMPER7_ASSERTS_UParticleModuleCollisionBase \ static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ #define DUMPER7_ASSERTS_UParticleModuleCollision \ static_assert(alignof(UParticleModuleCollision) == 0x000008, "Wrong alignment on UParticleModuleCollision"); \ static_assert(sizeof(UParticleModuleCollision) == 0x000190, "Wrong size on UParticleModuleCollision"); \ static_assert(offsetof(UParticleModuleCollision, DampingFactor) == 0x000030, "Member 'UParticleModuleCollision::DampingFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DampingFactorRotation) == 0x000078, "Member 'UParticleModuleCollision::DampingFactorRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, MaxCollisions) == 0x0000C0, "Member 'UParticleModuleCollision::MaxCollisions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, CollisionCompletionOption) == 0x0000F0, "Member 'UParticleModuleCollision::CollisionCompletionOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, CollisionTypes) == 0x0000F8, "Member 'UParticleModuleCollision::CollisionTypes' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, ParticleMass) == 0x000118, "Member 'UParticleModuleCollision::ParticleMass' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DirScalar) == 0x000148, "Member 'UParticleModuleCollision::DirScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, VerticalFudgeFactor) == 0x000150, "Member 'UParticleModuleCollision::VerticalFudgeFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DelayAmount) == 0x000158, "Member 'UParticleModuleCollision::DelayAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, MaxCollisionDistance) == 0x00018C, "Member 'UParticleModuleCollision::MaxCollisionDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float \ static_assert(alignof(KismetTextLibrary_AsCurrency_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Float"); \ static_assert(sizeof(KismetTextLibrary_AsCurrency_Float) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Float"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Float::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Float::RoundingMode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Float::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Float::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Float::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer \ static_assert(alignof(KismetTextLibrary_AsCurrency_Integer) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Integer"); \ static_assert(sizeof(KismetTextLibrary_AsCurrency_Integer) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Integer"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Integer::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Integer::RoundingMode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Integer::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Integer::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Integer::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Integer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrencyBase \ static_assert(alignof(KismetTextLibrary_AsCurrencyBase) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrencyBase"); \ static_assert(sizeof(KismetTextLibrary_AsCurrencyBase) == 0x000030, "Wrong size on KismetTextLibrary_AsCurrencyBase"); \ static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, BaseValue) == 0x000000, "Member 'KismetTextLibrary_AsCurrencyBase::BaseValue' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, CurrencyCode) == 0x000008, "Member 'KismetTextLibrary_AsCurrencyBase::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsCurrencyBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsDate_DateTime \ static_assert(alignof(KismetTextLibrary_AsDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDate_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsDate_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDate_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsDate_DateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDate_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsDateTime_DateTime \ static_assert(alignof(KismetTextLibrary_AsDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDateTime_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsDateTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDateTime_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsDateTime_DateTime::In' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDateTime_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsPercent_Float \ static_assert(alignof(KismetTextLibrary_AsPercent_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsPercent_Float"); \ static_assert(sizeof(KismetTextLibrary_AsPercent_Float) == 0x000030, "Wrong size on KismetTextLibrary_AsPercent_Float"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsPercent_Float::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsPercent_Float::RoundingMode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsPercent_Float::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsPercent_Float::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsPercent_Float::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsPercent_Float::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsPercent_Float::MinimumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsPercent_Float::MaximumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsPercent_Float, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsPercent_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsTime_DateTime \ static_assert(alignof(KismetTextLibrary_AsTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTime_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsTime_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsTime_DateTime::In' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTime_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsTimespan_Timespan \ static_assert(alignof(KismetTextLibrary_AsTimespan_Timespan) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimespan_Timespan"); \ static_assert(sizeof(KismetTextLibrary_AsTimespan_Timespan) == 0x000020, "Wrong size on KismetTextLibrary_AsTimespan_Timespan"); \ static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, InTimespan) == 0x000000, "Member 'KismetTextLibrary_AsTimespan_Timespan::InTimespan' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTimespan_Timespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDate_DateTime \ static_assert(alignof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InTimeZone' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDateTime_DateTime \ static_assert(alignof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InTimeZone' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneTime_DateTime \ static_assert(alignof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ static_assert(sizeof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InTimeZone' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_BoolToText \ static_assert(alignof(KismetTextLibrary_Conv_BoolToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_BoolToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_BoolToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_BoolToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, InBool) == 0x000000, "Member 'KismetTextLibrary_Conv_BoolToText::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_BoolToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ByteToText \ static_assert(alignof(KismetTextLibrary_Conv_ByteToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ByteToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_ByteToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ByteToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_ByteToText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ByteToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ColorToText \ static_assert(alignof(KismetTextLibrary_Conv_ColorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ColorToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_ColorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_ColorToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, InColor) == 0x000000, "Member 'KismetTextLibrary_Conv_ColorToText::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_ColorToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_FloatToText \ static_assert(alignof(KismetTextLibrary_Conv_FloatToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_FloatToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_FloatToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_FloatToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_FloatToText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_Conv_FloatToText::RoundingMode' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_Conv_FloatToText::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_Conv_FloatToText::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_FloatToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Int64ToText \ static_assert(alignof(KismetTextLibrary_Conv_Int64ToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Int64ToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_Int64ToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_Int64ToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_Int64ToText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bAlwaysSign) == 0x000008, "Member 'KismetTextLibrary_Conv_Int64ToText::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bUseGrouping) == 0x000009, "Member 'KismetTextLibrary_Conv_Int64ToText::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_Int64ToText::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_Int64ToText::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_Int64ToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_IntToText \ static_assert(alignof(KismetTextLibrary_Conv_IntToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_IntToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_IntToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_IntToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_IntToText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bAlwaysSign) == 0x000004, "Member 'KismetTextLibrary_Conv_IntToText::bAlwaysSign' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bUseGrouping) == 0x000005, "Member 'KismetTextLibrary_Conv_IntToText::bUseGrouping' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_IntToText::MinimumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_IntToText::MaximumIntegralDigits' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_IntToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_IntToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_NameToText \ static_assert(alignof(KismetTextLibrary_Conv_NameToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_NameToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_NameToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_NameToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_NameToText, InName) == 0x000000, "Member 'KismetTextLibrary_Conv_NameToText::InName' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_NameToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_NameToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ObjectToText \ static_assert(alignof(KismetTextLibrary_Conv_ObjectToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ObjectToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_ObjectToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ObjectToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, InObj) == 0x000000, "Member 'KismetTextLibrary_Conv_ObjectToText::InObj' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ObjectToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_RotatorToText \ static_assert(alignof(KismetTextLibrary_Conv_RotatorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_RotatorToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_RotatorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_RotatorToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, InRot) == 0x000000, "Member 'KismetTextLibrary_Conv_RotatorToText::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_RotatorToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_StringToText \ static_assert(alignof(KismetTextLibrary_Conv_StringToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_StringToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_StringToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_StringToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_StringToText, inString) == 0x000000, "Member 'KismetTextLibrary_Conv_StringToText::inString' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_StringToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_StringToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TextToString \ static_assert(alignof(KismetTextLibrary_Conv_TextToString) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_TextToString"); \ static_assert(sizeof(KismetTextLibrary_Conv_TextToString) == 0x000028, "Wrong size on KismetTextLibrary_Conv_TextToString"); \ static_assert(offsetof(KismetTextLibrary_Conv_TextToString, InText) == 0x000000, "Member 'KismetTextLibrary_Conv_TextToString::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_TextToString, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_TextToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TransformToText \ static_assert(alignof(KismetTextLibrary_Conv_TransformToText) == 0x000010, "Wrong alignment on KismetTextLibrary_Conv_TransformToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_TransformToText) == 0x000050, "Wrong size on KismetTextLibrary_Conv_TransformToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, InTrans) == 0x000000, "Member 'KismetTextLibrary_Conv_TransformToText::InTrans' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_Conv_TransformToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Vector2dToText \ static_assert(alignof(KismetTextLibrary_Conv_Vector2dToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Vector2dToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_Vector2dToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_Vector2dToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_Vector2dToText::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_Vector2dToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Conv_VectorToText \ static_assert(alignof(KismetTextLibrary_Conv_VectorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_VectorToText"); \ static_assert(sizeof(KismetTextLibrary_Conv_VectorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_VectorToText"); \ static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_VectorToText::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_VectorToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_IgnoreCase_TextText \ static_assert(alignof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ static_assert(sizeof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_TextText \ static_assert(alignof(KismetTextLibrary_EqualEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_TextText"); \ static_assert(sizeof(KismetTextLibrary_EqualEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_TextText"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_TextText::A' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_TextText::B' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_TextText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_FindTextInLocalizationTable \ static_assert(alignof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000008, "Wrong alignment on KismetTextLibrary_FindTextInLocalizationTable"); \ static_assert(sizeof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000040, "Wrong size on KismetTextLibrary_FindTextInLocalizationTable"); \ static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Namespace) == 0x000000, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Namespace' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Key) == 0x000010, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Key' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, OutText) == 0x000020, "Member 'KismetTextLibrary_FindTextInLocalizationTable::OutText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, ReturnValue) == 0x000038, "Member 'KismetTextLibrary_FindTextInLocalizationTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_Format \ static_assert(alignof(KismetTextLibrary_Format) == 0x000008, "Wrong alignment on KismetTextLibrary_Format"); \ static_assert(sizeof(KismetTextLibrary_Format) == 0x000040, "Wrong size on KismetTextLibrary_Format"); \ static_assert(offsetof(KismetTextLibrary_Format, InPattern) == 0x000000, "Member 'KismetTextLibrary_Format::InPattern' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Format, InArgs) == 0x000018, "Member 'KismetTextLibrary_Format::InArgs' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_Format, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_Format::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_GetEmptyText \ static_assert(alignof(KismetTextLibrary_GetEmptyText) == 0x000008, "Wrong alignment on KismetTextLibrary_GetEmptyText"); \ static_assert(sizeof(KismetTextLibrary_GetEmptyText) == 0x000018, "Wrong size on KismetTextLibrary_GetEmptyText"); \ static_assert(offsetof(KismetTextLibrary_GetEmptyText, ReturnValue) == 0x000000, "Member 'KismetTextLibrary_GetEmptyText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_IsPolyglotDataValid \ static_assert(alignof(KismetTextLibrary_IsPolyglotDataValid) == 0x000008, "Wrong alignment on KismetTextLibrary_IsPolyglotDataValid"); \ static_assert(sizeof(KismetTextLibrary_IsPolyglotDataValid) == 0x0000D8, "Wrong size on KismetTextLibrary_IsPolyglotDataValid"); \ static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_IsPolyglotDataValid::PolyglotData' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, IsValid) == 0x0000B8, "Member 'KismetTextLibrary_IsPolyglotDataValid::IsValid' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, ErrorMessage) == 0x0000C0, "Member 'KismetTextLibrary_IsPolyglotDataValid::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_IgnoreCase_TextText \ static_assert(alignof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ static_assert(sizeof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_TextText \ static_assert(alignof(KismetTextLibrary_NotEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_TextText"); \ static_assert(sizeof(KismetTextLibrary_NotEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_TextText"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_TextText::A' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_TextText::B' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_TextText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_PolyglotDataToText \ static_assert(alignof(KismetTextLibrary_PolyglotDataToText) == 0x000008, "Wrong alignment on KismetTextLibrary_PolyglotDataToText"); \ static_assert(sizeof(KismetTextLibrary_PolyglotDataToText) == 0x0000D0, "Wrong size on KismetTextLibrary_PolyglotDataToText"); \ static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_PolyglotDataToText::PolyglotData' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, ReturnValue) == 0x0000B8, "Member 'KismetTextLibrary_PolyglotDataToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_StringTableIdAndKeyFromText \ static_assert(alignof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000008, "Wrong alignment on KismetTextLibrary_StringTableIdAndKeyFromText"); \ static_assert(sizeof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000038, "Wrong size on KismetTextLibrary_StringTableIdAndKeyFromText"); \ static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, Text) == 0x000000, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::Text' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutTableId) == 0x000018, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutTableId' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutKey) == 0x000020, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutKey' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextFromStringTable \ static_assert(alignof(KismetTextLibrary_TextFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextFromStringTable"); \ static_assert(sizeof(KismetTextLibrary_TextFromStringTable) == 0x000030, "Wrong size on KismetTextLibrary_TextFromStringTable"); \ static_assert(offsetof(KismetTextLibrary_TextFromStringTable, TableId) == 0x000000, "Member 'KismetTextLibrary_TextFromStringTable::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextFromStringTable, Key) == 0x000008, "Member 'KismetTextLibrary_TextFromStringTable::Key' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextFromStringTable, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextFromStringTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextIsCultureInvariant \ static_assert(alignof(KismetTextLibrary_TextIsCultureInvariant) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsCultureInvariant"); \ static_assert(sizeof(KismetTextLibrary_TextIsCultureInvariant) == 0x000020, "Wrong size on KismetTextLibrary_TextIsCultureInvariant"); \ static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsCultureInvariant::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsCultureInvariant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextIsEmpty \ static_assert(alignof(KismetTextLibrary_TextIsEmpty) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsEmpty"); \ static_assert(sizeof(KismetTextLibrary_TextIsEmpty) == 0x000020, "Wrong size on KismetTextLibrary_TextIsEmpty"); \ static_assert(offsetof(KismetTextLibrary_TextIsEmpty, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsEmpty::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextIsEmpty, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextIsFromStringTable \ static_assert(alignof(KismetTextLibrary_TextIsFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsFromStringTable"); \ static_assert(sizeof(KismetTextLibrary_TextIsFromStringTable) == 0x000020, "Wrong size on KismetTextLibrary_TextIsFromStringTable"); \ static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, Text) == 0x000000, "Member 'KismetTextLibrary_TextIsFromStringTable::Text' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsFromStringTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextIsTransient \ static_assert(alignof(KismetTextLibrary_TextIsTransient) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsTransient"); \ static_assert(sizeof(KismetTextLibrary_TextIsTransient) == 0x000020, "Wrong size on KismetTextLibrary_TextIsTransient"); \ static_assert(offsetof(KismetTextLibrary_TextIsTransient, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsTransient::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextIsTransient, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsTransient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextToLower \ static_assert(alignof(KismetTextLibrary_TextToLower) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToLower"); \ static_assert(sizeof(KismetTextLibrary_TextToLower) == 0x000030, "Wrong size on KismetTextLibrary_TextToLower"); \ static_assert(offsetof(KismetTextLibrary_TextToLower, InText) == 0x000000, "Member 'KismetTextLibrary_TextToLower::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextToLower, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToLower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextToUpper \ static_assert(alignof(KismetTextLibrary_TextToUpper) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToUpper"); \ static_assert(sizeof(KismetTextLibrary_TextToUpper) == 0x000030, "Wrong size on KismetTextLibrary_TextToUpper"); \ static_assert(offsetof(KismetTextLibrary_TextToUpper, InText) == 0x000000, "Member 'KismetTextLibrary_TextToUpper::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextToUpper, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToUpper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPreceding \ static_assert(alignof(KismetTextLibrary_TextTrimPreceding) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPreceding"); \ static_assert(sizeof(KismetTextLibrary_TextTrimPreceding) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPreceding"); \ static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPreceding::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPreceding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPrecedingAndTrailing \ static_assert(alignof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ static_assert(sizeof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimTrailing \ static_assert(alignof(KismetTextLibrary_TextTrimTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimTrailing"); \ static_assert(sizeof(KismetTextLibrary_TextTrimTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimTrailing"); \ static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimTrailing::InText' has a wrong offset!"); \ static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimTrailing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetTextLibrary \ static_assert(alignof(UKismetTextLibrary) == 0x000008, "Wrong alignment on UKismetTextLibrary"); \ static_assert(sizeof(UKismetTextLibrary) == 0x000028, "Wrong size on UKismetTextLibrary"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetScalarParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetTextureParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetVectorParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInstanceConstant \ static_assert(alignof(UMaterialInstanceConstant) == 0x000008, "Wrong alignment on UMaterialInstanceConstant"); \ static_assert(sizeof(UMaterialInstanceConstant) == 0x000318, "Wrong size on UMaterialInstanceConstant"); \ static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000310, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTickableWorldSubsystem \ static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ #define DUMPER7_ASSERTS_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_UParticleModuleLocationBase \ static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ static_assert(sizeof(UParticleModuleLocationDirect) == 0x000150, "Wrong size on UParticleModuleLocationDirect"); \ static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000030, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000078, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000C0, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000108, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_FetchTimecode \ static_assert(alignof(TimecodeProvider_FetchTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_FetchTimecode"); \ static_assert(sizeof(TimecodeProvider_FetchTimecode) == 0x000014, "Wrong size on TimecodeProvider_FetchTimecode"); \ static_assert(offsetof(TimecodeProvider_FetchTimecode, OutFrameTime) == 0x000000, "Member 'TimecodeProvider_FetchTimecode::OutFrameTime' has a wrong offset!"); \ static_assert(offsetof(TimecodeProvider_FetchTimecode, ReturnValue) == 0x000010, "Member 'TimecodeProvider_FetchTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedQualifiedFrameTime \ static_assert(alignof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ static_assert(sizeof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ static_assert(offsetof(TimecodeProvider_GetDelayedQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedTimecode \ static_assert(alignof(TimecodeProvider_GetDelayedTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedTimecode"); \ static_assert(sizeof(TimecodeProvider_GetDelayedTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetDelayedTimecode"); \ static_assert(offsetof(TimecodeProvider_GetDelayedTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetFrameRate \ static_assert(alignof(TimecodeProvider_GetFrameRate) == 0x000004, "Wrong alignment on TimecodeProvider_GetFrameRate"); \ static_assert(sizeof(TimecodeProvider_GetFrameRate) == 0x000008, "Wrong size on TimecodeProvider_GetFrameRate"); \ static_assert(offsetof(TimecodeProvider_GetFrameRate, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetQualifiedFrameTime \ static_assert(alignof(TimecodeProvider_GetQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetQualifiedFrameTime"); \ static_assert(sizeof(TimecodeProvider_GetQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetQualifiedFrameTime"); \ static_assert(offsetof(TimecodeProvider_GetQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetSynchronizationState \ static_assert(alignof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong alignment on TimecodeProvider_GetSynchronizationState"); \ static_assert(sizeof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong size on TimecodeProvider_GetSynchronizationState"); \ static_assert(offsetof(TimecodeProvider_GetSynchronizationState, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetSynchronizationState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetTimecode \ static_assert(alignof(TimecodeProvider_GetTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetTimecode"); \ static_assert(sizeof(TimecodeProvider_GetTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetTimecode"); \ static_assert(offsetof(TimecodeProvider_GetTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimecodeProvider \ static_assert(alignof(UTimecodeProvider) == 0x000008, "Wrong alignment on UTimecodeProvider"); \ static_assert(sizeof(UTimecodeProvider) == 0x000030, "Wrong size on UTimecodeProvider"); \ static_assert(offsetof(UTimecodeProvider, FrameDelay) == 0x000028, "Member 'UTimecodeProvider::FrameDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloat \ static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ static_assert(sizeof(UDistributionFloat) == 0x000038, "Wrong size on UDistributionFloat"); \ #define DUMPER7_ASSERTS_UDistributionFloatConstant \ static_assert(alignof(UDistributionFloatConstant) == 0x000008, "Wrong alignment on UDistributionFloatConstant"); \ static_assert(sizeof(UDistributionFloatConstant) == 0x000040, "Wrong size on UDistributionFloatConstant"); \ static_assert(offsetof(UDistributionFloatConstant, Constant) == 0x000038, "Member 'UDistributionFloatConstant::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatParameterBase \ static_assert(alignof(UDistributionFloatParameterBase) == 0x000008, "Wrong alignment on UDistributionFloatParameterBase"); \ static_assert(sizeof(UDistributionFloatParameterBase) == 0x000060, "Wrong size on UDistributionFloatParameterBase"); \ static_assert(offsetof(UDistributionFloatParameterBase, ParameterName) == 0x000040, "Member 'UDistributionFloatParameterBase::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MinInput) == 0x000048, "Member 'UDistributionFloatParameterBase::MinInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MaxInput) == 0x00004C, "Member 'UDistributionFloatParameterBase::MaxInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MinOutput) == 0x000050, "Member 'UDistributionFloatParameterBase::MinOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MaxOutput) == 0x000054, "Member 'UDistributionFloatParameterBase::MaxOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, ParamMode) == 0x000058, "Member 'UDistributionFloatParameterBase::ParamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatParticleParameter \ static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ #define DUMPER7_ASSERTS_UBlueprintGeneratedClass \ static_assert(alignof(UBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UBlueprintGeneratedClass"); \ static_assert(sizeof(UBlueprintGeneratedClass) == 0x000328, "Wrong size on UBlueprintGeneratedClass"); \ static_assert(offsetof(UBlueprintGeneratedClass, NumReplicatedProperties) == 0x000230, "Member 'UBlueprintGeneratedClass::NumReplicatedProperties' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, DynamicBindingObjects) == 0x000238, "Member 'UBlueprintGeneratedClass::DynamicBindingObjects' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, ComponentTemplates) == 0x000248, "Member 'UBlueprintGeneratedClass::ComponentTemplates' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, Timelines) == 0x000258, "Member 'UBlueprintGeneratedClass::Timelines' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, ComponentClassOverrides) == 0x000268, "Member 'UBlueprintGeneratedClass::ComponentClassOverrides' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, SimpleConstructionScript) == 0x000278, "Member 'UBlueprintGeneratedClass::SimpleConstructionScript' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, InheritableComponentHandler) == 0x000280, "Member 'UBlueprintGeneratedClass::InheritableComponentHandler' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFramePointerProperty) == 0x000288, "Member 'UBlueprintGeneratedClass::UberGraphFramePointerProperty' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFunction) == 0x000298, "Member 'UBlueprintGeneratedClass::UberGraphFunction' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGeneratedClass, CookedComponentInstancingData) == 0x0002A0, "Member 'UBlueprintGeneratedClass::CookedComponentInstancingData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000238, "Wrong size on ASpotLight"); \ static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000230, "Member 'ASpotLight::SpotLightComponent' 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) == 0x0007B0, "Wrong size on ACameraActor"); \ static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000220, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, CameraComponent) == 0x000228, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, SceneComponent) == 0x000230, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, AspectRatio) == 0x000244, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, FOVAngle) == 0x000248, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x00024C, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x000250, "Member 'ACameraActor::PostProcessSettings' 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_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_UInterpTrackFloatParticleParam \ static_assert(alignof(UInterpTrackFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackFloatParticleParam"); \ static_assert(sizeof(UInterpTrackFloatParticleParam) == 0x000098, "Wrong size on UInterpTrackFloatParticleParam"); \ static_assert(offsetof(UInterpTrackFloatParticleParam, ParamName) == 0x000090, "Member 'UInterpTrackFloatParticleParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000600, "Wrong size on CameraComponent_GetCameraView"); \ static_assert(offsetof(CameraComponent_GetCameraView, DeltaTime) == 0x000000, "Member 'CameraComponent_GetCameraView::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(CameraComponent_GetCameraView, DesiredView) == 0x000010, "Member 'CameraComponent_GetCameraView::DesiredView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_RemoveBlendable \ static_assert(alignof(CameraComponent_RemoveBlendable) == 0x000008, "Wrong alignment on CameraComponent_RemoveBlendable"); \ static_assert(sizeof(CameraComponent_RemoveBlendable) == 0x000010, "Wrong size on CameraComponent_RemoveBlendable"); \ static_assert(offsetof(CameraComponent_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetAspectRatio \ static_assert(alignof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong alignment on CameraComponent_SetAspectRatio"); \ static_assert(sizeof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong size on CameraComponent_SetAspectRatio"); \ static_assert(offsetof(CameraComponent_SetAspectRatio, InAspectRatio) == 0x000000, "Member 'CameraComponent_SetAspectRatio::InAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio \ static_assert(alignof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong alignment on CameraComponent_SetConstraintAspectRatio"); \ static_assert(sizeof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong size on CameraComponent_SetConstraintAspectRatio"); \ static_assert(offsetof(CameraComponent_SetConstraintAspectRatio, bInConstrainAspectRatio) == 0x000000, "Member 'CameraComponent_SetConstraintAspectRatio::bInConstrainAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetFieldOfView \ static_assert(alignof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong alignment on CameraComponent_SetFieldOfView"); \ static_assert(sizeof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong size on CameraComponent_SetFieldOfView"); \ static_assert(offsetof(CameraComponent_SetFieldOfView, InFieldOfView) == 0x000000, "Member 'CameraComponent_SetFieldOfView::InFieldOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetOrthoFarClipPlane \ static_assert(alignof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoFarClipPlane"); \ static_assert(sizeof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoFarClipPlane"); \ static_assert(offsetof(CameraComponent_SetOrthoFarClipPlane, InOrthoFarClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoFarClipPlane::InOrthoFarClipPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetOrthoNearClipPlane \ static_assert(alignof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoNearClipPlane"); \ static_assert(sizeof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoNearClipPlane"); \ static_assert(offsetof(CameraComponent_SetOrthoNearClipPlane, InOrthoNearClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoNearClipPlane::InOrthoNearClipPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetOrthoWidth \ static_assert(alignof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoWidth"); \ static_assert(sizeof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong size on CameraComponent_SetOrthoWidth"); \ static_assert(offsetof(CameraComponent_SetOrthoWidth, InOrthoWidth) == 0x000000, "Member 'CameraComponent_SetOrthoWidth::InOrthoWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetPostProcessBlendWeight \ static_assert(alignof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong alignment on CameraComponent_SetPostProcessBlendWeight"); \ static_assert(sizeof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong size on CameraComponent_SetPostProcessBlendWeight"); \ static_assert(offsetof(CameraComponent_SetPostProcessBlendWeight, InPostProcessBlendWeight) == 0x000000, "Member 'CameraComponent_SetPostProcessBlendWeight::InPostProcessBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetProjectionMode \ static_assert(alignof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong alignment on CameraComponent_SetProjectionMode"); \ static_assert(sizeof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong size on CameraComponent_SetProjectionMode"); \ static_assert(offsetof(CameraComponent_SetProjectionMode, InProjectionMode) == 0x000000, "Member 'CameraComponent_SetProjectionMode::InProjectionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD \ static_assert(alignof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong alignment on CameraComponent_SetUseFieldOfViewForLOD"); \ static_assert(sizeof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong size on CameraComponent_SetUseFieldOfViewForLOD"); \ static_assert(offsetof(CameraComponent_SetUseFieldOfViewForLOD, bInUseFieldOfViewForLOD) == 0x000000, "Member 'CameraComponent_SetUseFieldOfViewForLOD::bInUseFieldOfViewForLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraComponent \ static_assert(alignof(UCameraComponent) == 0x000010, "Wrong alignment on UCameraComponent"); \ static_assert(sizeof(UCameraComponent) == 0x0007D0, "Wrong size on UCameraComponent"); \ static_assert(offsetof(UCameraComponent, FieldOfView) == 0x0001F8, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x0001FC, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000200, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000204, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000208, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x00020D, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000240, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000270, "Member 'UCameraComponent::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AReflectionCapture \ static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ static_assert(sizeof(AReflectionCapture) == 0x000228, "Wrong size on AReflectionCapture"); \ static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000220, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlaneReflectionCapture \ static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ static_assert(sizeof(APlaneReflectionCapture) == 0x000228, "Wrong size on APlaneReflectionCapture"); \ #define DUMPER7_ASSERTS_USoundBase \ static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ static_assert(sizeof(USoundBase) == 0x000170, "Wrong size on USoundBase"); \ static_assert(offsetof(USoundBase, SoundClassObject) == 0x000030, "Member 'USoundBase::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(USoundBase, VirtualizationMode) == 0x000039, "Member 'USoundBase::VirtualizationMode' has a wrong offset!"); \ static_assert(offsetof(USoundBase, ConcurrencySet) == 0x000090, "Member 'USoundBase::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(USoundBase, ConcurrencyOverrides) == 0x0000E0, "Member 'USoundBase::ConcurrencyOverrides' has a wrong offset!"); \ static_assert(offsetof(USoundBase, Duration) == 0x000108, "Member 'USoundBase::Duration' has a wrong offset!"); \ static_assert(offsetof(USoundBase, MaxDistance) == 0x00010C, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(USoundBase, TotalSamples) == 0x000110, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ static_assert(offsetof(USoundBase, Priority) == 0x000114, "Member 'USoundBase::Priority' has a wrong offset!"); \ static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000118, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000120, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000128, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000138, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundBase, BusSends) == 0x000140, "Member 'USoundBase::BusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000150, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, AssetUserData) == 0x000160, "Member 'USoundBase::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundWave \ static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ static_assert(sizeof(USoundWave) == 0x000370, "Wrong size on USoundWave"); \ static_assert(offsetof(USoundWave, CompressionQuality) == 0x000170, "Member 'USoundWave::CompressionQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, StreamingPriority) == 0x000174, "Member 'USoundWave::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRateQuality) == 0x000178, "Member 'USoundWave::SampleRateQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SoundGroup) == 0x00017A, "Member 'USoundWave::SoundGroup' has a wrong offset!"); \ static_assert(offsetof(USoundWave, LoadingBehavior) == 0x00017C, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(USoundWave, ModulationSettings) == 0x000180, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x0001C8, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x0001D8, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x0001E8, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InitialChunkSize) == 0x0001F8, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SpokenText) == 0x000240, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000250, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Volume) == 0x000254, "Member 'USoundWave::Volume' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Pitch) == 0x000258, "Member 'USoundWave::Pitch' has a wrong offset!"); \ static_assert(offsetof(USoundWave, NumChannels) == 0x00025C, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRate) == 0x000260, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Subtitles) == 0x000270, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Curves) == 0x000280, "Member 'USoundWave::Curves' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InternalCurves) == 0x000288, "Member 'USoundWave::InternalCurves' 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_USoundWaveProcedural \ static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ static_assert(sizeof(USoundWaveProcedural) == 0x0003C0, "Wrong size on USoundWaveProcedural"); \ #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_UParticleModuleBeamNoise \ static_assert(alignof(UParticleModuleBeamNoise) == 0x000008, "Wrong alignment on UParticleModuleBeamNoise"); \ static_assert(sizeof(UParticleModuleBeamNoise) == 0x000190, "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) == 0x000088, "Member 'UParticleModuleBeamNoise::NoiseRangeScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseSpeed) == 0x0000C0, "Member 'UParticleModuleBeamNoise::NoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockRadius) == 0x00010C, "Member 'UParticleModuleBeamNoise::NoiseLockRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockTime) == 0x000114, "Member 'UParticleModuleBeamNoise::NoiseLockTime' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTension) == 0x000118, "Member 'UParticleModuleBeamNoise::NoiseTension' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTangentStrength) == 0x000120, "Member 'UParticleModuleBeamNoise::NoiseTangentStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTessellation) == 0x000150, "Member 'UParticleModuleBeamNoise::NoiseTessellation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, FrequencyDistance) == 0x000158, "Member 'UParticleModuleBeamNoise::FrequencyDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseScale) == 0x000160, "Member 'UParticleModuleBeamNoise::NoiseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintCore \ static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ static_assert(sizeof(UBlueprintCore) == 0x000050, "Wrong size on UBlueprintCore"); \ static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000028, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000030, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000038, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x00003C, "Member 'UBlueprintCore::BlueprintGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprint \ static_assert(alignof(UBlueprint) == 0x000008, "Wrong alignment on UBlueprint"); \ static_assert(sizeof(UBlueprint) == 0x0000A0, "Wrong size on UBlueprint"); \ static_assert(offsetof(UBlueprint, ParentClass) == 0x000050, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintType) == 0x000058, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x00005C, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000060, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000068, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, Timelines) == 0x000078, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000088, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x000098, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UModel \ static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ static_assert(sizeof(UModel) == 0x000258, "Wrong size on UModel"); \ #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) == 0x000470, "Wrong size on USphereComponent"); \ static_assert(offsetof(USphereComponent, SphereRadius) == 0x000468, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveBase \ static_assert(alignof(UParticleModuleLocationPrimitiveBase) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveBase"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveBase) == 0x0000B0, "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) == 0x0000E0, "Wrong size on UParticleModuleLocationPrimitiveSphere"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveSphere, StartRadius) == 0x0000B0, "Member 'UParticleModuleLocationPrimitiveSphere::StartRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorChannel \ static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ static_assert(sizeof(UActorChannel) == 0x000290, "Wrong size on UActorChannel"); \ static_assert(offsetof(UActorChannel, Actor) == 0x000068, "Member 'UActorChannel::Actor' has a wrong offset!"); \ static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000158, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButtonStyleAsset \ static_assert(alignof(UButtonStyleAsset) == 0x000008, "Wrong alignment on UButtonStyleAsset"); \ static_assert(sizeof(UButtonStyleAsset) == 0x0002A0, "Wrong size on UButtonStyleAsset"); \ static_assert(offsetof(UButtonStyleAsset, ButtonStyle) == 0x000028, "Member 'UButtonStyleAsset::ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABandwidthTestActor \ static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ static_assert(sizeof(ABandwidthTestActor) == 0x000240, "Wrong size on ABandwidthTestActor"); \ static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000220, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendSpace1D \ static_assert(alignof(UBlendSpace1D) == 0x000008, "Wrong alignment on UBlendSpace1D"); \ static_assert(sizeof(UBlendSpace1D) == 0x000150, "Wrong size on UBlendSpace1D"); \ static_assert(offsetof(UBlendSpace1D, bScaleAnimation) == 0x000148, "Member 'UBlendSpace1D::bScaleAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalPlayer \ static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ static_assert(sizeof(ULocalPlayer) == 0x000258, "Wrong size on ULocalPlayer"); \ static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000070, "Member 'ULocalPlayer::ViewportClient' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, AspectRatioAxisConstraint) == 0x000094, "Member 'ULocalPlayer::AspectRatioAxisConstraint' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, PendingLevelPlayerControllerClass) == 0x000098, "Member 'ULocalPlayer::PendingLevelPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, ControllerId) == 0x0000B8, "Member 'ULocalPlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs \ static_assert(alignof(KismetMathLibrary_Abs) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs"); \ static_assert(sizeof(KismetMathLibrary_Abs) == 0x000008, "Wrong size on KismetMathLibrary_Abs"); \ static_assert(offsetof(KismetMathLibrary_Abs, A) == 0x000000, "Member 'KismetMathLibrary_Abs::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int \ static_assert(alignof(KismetMathLibrary_Abs_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs_Int"); \ static_assert(sizeof(KismetMathLibrary_Abs_Int) == 0x000008, "Wrong size on KismetMathLibrary_Abs_Int"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64 \ static_assert(alignof(KismetMathLibrary_Abs_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Abs_Int64"); \ static_assert(sizeof(KismetMathLibrary_Abs_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Abs_Int64"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Abs_Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Acos \ static_assert(alignof(KismetMathLibrary_Acos) == 0x000004, "Wrong alignment on KismetMathLibrary_Acos"); \ static_assert(sizeof(KismetMathLibrary_Acos) == 0x000008, "Wrong size on KismetMathLibrary_Acos"); \ static_assert(offsetof(KismetMathLibrary_Acos, A) == 0x000000, "Member 'KismetMathLibrary_Acos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Acos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Acos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte \ static_assert(alignof(KismetMathLibrary_Add_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Add_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Add_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Add_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Add_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Add_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Add_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan \ static_assert(alignof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeTimespan"); \ static_assert(sizeof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeTimespan"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_FloatFloat \ static_assert(alignof(KismetMathLibrary_Add_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Add_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Add_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Add_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Add_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Add_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Add_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Add_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt \ static_assert(alignof(KismetMathLibrary_Add_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Add_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Add_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Add_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt \ static_assert(alignof(KismetMathLibrary_Add_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Add_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Add_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Add_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Add_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_Add_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_Add_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Add_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Add_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Add_MatrixMatrix::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat \ static_assert(alignof(KismetMathLibrary_Add_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_Add_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Add_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Add_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Add_QuatQuat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Add_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Add_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Add_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Add_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Add_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Add_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Add_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Add_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Add_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64 \ static_assert(alignof(KismetMathLibrary_And_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_And_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_And_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_And_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_And_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_And_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_And_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt \ static_assert(alignof(KismetMathLibrary_And_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_And_IntInt"); \ static_assert(sizeof(KismetMathLibrary_And_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_And_IntInt"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_And_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_And_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_And_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Asin \ static_assert(alignof(KismetMathLibrary_Asin) == 0x000004, "Wrong alignment on KismetMathLibrary_Asin"); \ static_assert(sizeof(KismetMathLibrary_Asin) == 0x000008, "Wrong size on KismetMathLibrary_Asin"); \ static_assert(offsetof(KismetMathLibrary_Asin, A) == 0x000000, "Member 'KismetMathLibrary_Asin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Asin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Asin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Atan \ static_assert(alignof(KismetMathLibrary_Atan) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan"); \ static_assert(sizeof(KismetMathLibrary_Atan) == 0x000008, "Wrong size on KismetMathLibrary_Atan"); \ static_assert(offsetof(KismetMathLibrary_Atan, A) == 0x000000, "Member 'KismetMathLibrary_Atan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Atan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ static_assert(alignof(KismetMathLibrary_Atan2) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan2"); \ static_assert(sizeof(KismetMathLibrary_Atan2) == 0x00000C, "Wrong size on KismetMathLibrary_Atan2"); \ static_assert(offsetof(KismetMathLibrary_Atan2, Y) == 0x000000, "Member 'KismetMathLibrary_Atan2::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan2, X) == 0x000004, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BMax \ static_assert(alignof(KismetMathLibrary_BMax) == 0x000001, "Wrong alignment on KismetMathLibrary_BMax"); \ static_assert(sizeof(KismetMathLibrary_BMax) == 0x000003, "Wrong size on KismetMathLibrary_BMax"); \ static_assert(offsetof(KismetMathLibrary_BMax, A) == 0x000000, "Member 'KismetMathLibrary_BMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMax, B) == 0x000001, "Member 'KismetMathLibrary_BMax::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMax, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BMin \ static_assert(alignof(KismetMathLibrary_BMin) == 0x000001, "Wrong alignment on KismetMathLibrary_BMin"); \ static_assert(sizeof(KismetMathLibrary_BMin) == 0x000003, "Wrong size on KismetMathLibrary_BMin"); \ static_assert(offsetof(KismetMathLibrary_BMin, A) == 0x000000, "Member 'KismetMathLibrary_BMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMin, B) == 0x000001, "Member 'KismetMathLibrary_BMin::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMin, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND \ static_assert(alignof(KismetMathLibrary_BooleanAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanAND"); \ static_assert(sizeof(KismetMathLibrary_BooleanAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanAND"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanAND::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanAND::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanAND::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND \ static_assert(alignof(KismetMathLibrary_BooleanNAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNAND"); \ static_assert(sizeof(KismetMathLibrary_BooleanNAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNAND"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNAND::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNAND::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNAND::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR \ static_assert(alignof(KismetMathLibrary_BooleanNOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanNOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNOR::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR \ static_assert(alignof(KismetMathLibrary_BooleanOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanOR::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR \ static_assert(alignof(KismetMathLibrary_BooleanXOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanXOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanXOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanXOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanXOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanXOR::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanXOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakColor \ static_assert(alignof(KismetMathLibrary_BreakColor) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakColor"); \ static_assert(sizeof(KismetMathLibrary_BreakColor) == 0x000020, "Wrong size on KismetMathLibrary_BreakColor"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, InColor) == 0x000000, "Member 'KismetMathLibrary_BreakColor::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, R) == 0x000010, "Member 'KismetMathLibrary_BreakColor::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, G) == 0x000014, "Member 'KismetMathLibrary_BreakColor::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, B) == 0x000018, "Member 'KismetMathLibrary_BreakColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, A) == 0x00001C, "Member 'KismetMathLibrary_BreakColor::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime \ static_assert(alignof(KismetMathLibrary_BreakDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakDateTime"); \ static_assert(sizeof(KismetMathLibrary_BreakDateTime) == 0x000028, "Wrong size on KismetMathLibrary_BreakDateTime"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, InDateTime) == 0x000000, "Member 'KismetMathLibrary_BreakDateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Year) == 0x000008, "Member 'KismetMathLibrary_BreakDateTime::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Month) == 0x00000C, "Member 'KismetMathLibrary_BreakDateTime::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Day) == 0x000010, "Member 'KismetMathLibrary_BreakDateTime::Day' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Hour) == 0x000014, "Member 'KismetMathLibrary_BreakDateTime::Hour' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Minute) == 0x000018, "Member 'KismetMathLibrary_BreakDateTime::Minute' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Second) == 0x00001C, "Member 'KismetMathLibrary_BreakDateTime::Second' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Millisecond) == 0x000020, "Member 'KismetMathLibrary_BreakDateTime::Millisecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate \ static_assert(alignof(KismetMathLibrary_BreakFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakFrameRate"); \ static_assert(sizeof(KismetMathLibrary_BreakFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_BreakFrameRate"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, InFrameRate) == 0x000000, "Member 'KismetMathLibrary_BreakFrameRate::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Numerator) == 0x000008, "Member 'KismetMathLibrary_BreakFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Denominator) == 0x00000C, "Member 'KismetMathLibrary_BreakFrameRate::Denominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime \ static_assert(alignof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakQualifiedFrameTime"); \ static_assert(sizeof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_BreakQualifiedFrameTime"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, InFrameTime) == 0x000000, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::InFrameTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, Frame) == 0x000010, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::Frame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, FrameRate) == 0x000014, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::FrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, SubFrame) == 0x00001C, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::SubFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream \ static_assert(alignof(KismetMathLibrary_BreakRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRandomStream"); \ static_assert(sizeof(KismetMathLibrary_BreakRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_BreakRandomStream"); \ static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InRandomStream) == 0x000000, "Member 'KismetMathLibrary_BreakRandomStream::InRandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InitialSeed) == 0x000008, "Member 'KismetMathLibrary_BreakRandomStream::InitialSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator \ static_assert(alignof(KismetMathLibrary_BreakRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000018, "Wrong size on KismetMathLibrary_BreakRotator"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotator::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Roll) == 0x00000C, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x000010, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000014, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000030, "Wrong size on KismetMathLibrary_BreakRotIntoAxes"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotIntoAxes::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, X) == 0x00000C, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000024, "Member 'KismetMathLibrary_BreakRotIntoAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan \ static_assert(alignof(KismetMathLibrary_BreakTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan"); \ static_assert(sizeof(KismetMathLibrary_BreakTimespan) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan::InTimespan' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Milliseconds) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan::Milliseconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2 \ static_assert(alignof(KismetMathLibrary_BreakTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan2"); \ static_assert(sizeof(KismetMathLibrary_BreakTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan2"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan2::InTimespan' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan2::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan2::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan2::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan2::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, FractionNano) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan2::FractionNano' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform \ static_assert(alignof(KismetMathLibrary_BreakTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakTransform"); \ static_assert(sizeof(KismetMathLibrary_BreakTransform) == 0x000060, "Wrong size on KismetMathLibrary_BreakTransform"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, InTransform) == 0x000000, "Member 'KismetMathLibrary_BreakTransform::InTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Location) == 0x000030, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x00003C, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000048, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector"); \ static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000018, "Wrong size on KismetMathLibrary_BreakVector"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, X) == 0x00000C, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000010, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000014, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000010, "Wrong size on KismetMathLibrary_BreakVector2D"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector2D::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, X) == 0x000008, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x00000C, "Member 'KismetMathLibrary_BreakVector2D::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4 \ static_assert(alignof(KismetMathLibrary_BreakVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakVector4"); \ static_assert(sizeof(KismetMathLibrary_BreakVector4) == 0x000020, "Wrong size on KismetMathLibrary_BreakVector4"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector4::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, X) == 0x000010, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000014, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000018, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x00001C, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo \ static_assert(alignof(KismetMathLibrary_CInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_CInterpTo"); \ static_assert(sizeof(KismetMathLibrary_CInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_CInterpTo"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_CInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_CInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_CInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_CInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_CInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Clamp \ static_assert(alignof(KismetMathLibrary_Clamp) == 0x000004, "Wrong alignment on KismetMathLibrary_Clamp"); \ static_assert(sizeof(KismetMathLibrary_Clamp) == 0x000010, "Wrong size on KismetMathLibrary_Clamp"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Value) == 0x000000, "Member 'KismetMathLibrary_Clamp::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_Clamp::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_Clamp::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Clamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle \ static_assert(alignof(KismetMathLibrary_ClampAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAngle"); \ static_assert(sizeof(KismetMathLibrary_ClampAngle) == 0x000010, "Wrong size on KismetMathLibrary_ClampAngle"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, AngleDegrees) == 0x000000, "Member 'KismetMathLibrary_ClampAngle::AngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, MinAngleDegrees) == 0x000004, "Member 'KismetMathLibrary_ClampAngle::MinAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, MaxAngleDegrees) == 0x000008, "Member 'KismetMathLibrary_ClampAngle::MaxAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_ClampAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D \ static_assert(alignof(KismetMathLibrary_ClampAxes2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxes2D"); \ static_assert(sizeof(KismetMathLibrary_ClampAxes2D) == 0x000018, "Wrong size on KismetMathLibrary_ClampAxes2D"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, A) == 0x000000, "Member 'KismetMathLibrary_ClampAxes2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MinAxisVal) == 0x000008, "Member 'KismetMathLibrary_ClampAxes2D::MinAxisVal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MaxAxisVal) == 0x00000C, "Member 'KismetMathLibrary_ClampAxes2D::MaxAxisVal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClampAxes2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxis \ static_assert(alignof(KismetMathLibrary_ClampAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxis"); \ static_assert(sizeof(KismetMathLibrary_ClampAxis) == 0x000008, "Wrong size on KismetMathLibrary_ClampAxis"); \ static_assert(offsetof(KismetMathLibrary_ClampAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_ClampAxis::Angle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_ClampAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampInt64 \ static_assert(alignof(KismetMathLibrary_ClampInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampInt64"); \ static_assert(sizeof(KismetMathLibrary_ClampInt64) == 0x000020, "Wrong size on KismetMathLibrary_ClampInt64"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Value) == 0x000000, "Member 'KismetMathLibrary_ClampInt64::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize \ static_assert(alignof(KismetMathLibrary_ClampVectorSize) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampVectorSize"); \ static_assert(sizeof(KismetMathLibrary_ClampVectorSize) == 0x000020, "Wrong size on KismetMathLibrary_ClampVectorSize"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, A) == 0x000000, "Member 'KismetMathLibrary_ClampVectorSize::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Min_0) == 0x00000C, "Member 'KismetMathLibrary_ClampVectorSize::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampVectorSize::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_ClampVectorSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClassIsChildOf \ static_assert(alignof(KismetMathLibrary_ClassIsChildOf) == 0x000008, "Wrong alignment on KismetMathLibrary_ClassIsChildOf"); \ static_assert(sizeof(KismetMathLibrary_ClassIsChildOf) == 0x000018, "Wrong size on KismetMathLibrary_ClassIsChildOf"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, TestClass) == 0x000000, "Member 'KismetMathLibrary_ClassIsChildOf::TestClass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ParentClass) == 0x000008, "Member 'KismetMathLibrary_ClassIsChildOf::ParentClass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClassIsChildOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ComposeRotators \ static_assert(alignof(KismetMathLibrary_ComposeRotators) == 0x000004, "Wrong alignment on KismetMathLibrary_ComposeRotators"); \ static_assert(sizeof(KismetMathLibrary_ComposeRotators) == 0x000024, "Wrong size on KismetMathLibrary_ComposeRotators"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, A) == 0x000000, "Member 'KismetMathLibrary_ComposeRotators::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, B) == 0x00000C, "Member 'KismetMathLibrary_ComposeRotators::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ComposeRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ComposeTransforms \ static_assert(alignof(KismetMathLibrary_ComposeTransforms) == 0x000010, "Wrong alignment on KismetMathLibrary_ComposeTransforms"); \ static_assert(sizeof(KismetMathLibrary_ComposeTransforms) == 0x000090, "Wrong size on KismetMathLibrary_ComposeTransforms"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, A) == 0x000000, "Member 'KismetMathLibrary_ComposeTransforms::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, B) == 0x000030, "Member 'KismetMathLibrary_ComposeTransforms::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ComposeTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToByte \ static_assert(alignof(KismetMathLibrary_Conv_BoolToByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Conv_BoolToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToByte) == 0x000002, "Wrong size on KismetMathLibrary_Conv_BoolToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToByte::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Conv_BoolToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToFloat \ static_assert(alignof(KismetMathLibrary_Conv_BoolToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToFloat::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToFloat \ static_assert(alignof(KismetMathLibrary_Conv_ByteToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_ByteToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToFloat::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ColorToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_ColorToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_FloatToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector \ static_assert(alignof(KismetMathLibrary_Conv_FloatToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_FloatToVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToVector::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt \ static_assert(alignof(KismetMathLibrary_Conv_Int64ToInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_Int64ToInt) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToInt::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D \ static_assert(alignof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntPointToVector2D"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, InIntPoint) == 0x000000, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::InIntPoint' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool \ static_assert(alignof(KismetMathLibrary_Conv_IntToBool) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToBool"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToBool) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToBool"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToBool::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte \ static_assert(alignof(KismetMathLibrary_Conv_IntToByte) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToByte) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToByte::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToFloat \ static_assert(alignof(KismetMathLibrary_Conv_IntToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToFloat::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntVectorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, InIntVector) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVectorToVector::InIntVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_IntVectorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor \ static_assert(alignof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_LinearColorToColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InUseSRGB) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InUseSRGB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Conv_LinearColorToColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector \ static_assert(alignof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_LinearColorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToVector::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator \ static_assert(alignof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000050, "Wrong size on KismetMathLibrary_Conv_MatrixToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToRotator::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform \ static_assert(alignof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000070, "Wrong size on KismetMathLibrary_Conv_MatrixToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToTransform::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform \ static_assert(alignof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, InRotator) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToTransform::InRotator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_RotatorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_RotatorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix \ static_assert(alignof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_TransformToMatrix"); \ static_assert(sizeof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000070, "Wrong size on KismetMathLibrary_Conv_TransformToMatrix"); \ static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, Transform) == 0x000000, "Member 'KismetMathLibrary_Conv_TransformToMatrix::Transform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_Vector2DToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToVector::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, Z) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_Vector2DToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, InVector4) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToVector::InVector4' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_VectorToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion \ static_assert(alignof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToQuaternion"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_VectorToQuaternion"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000018, "Wrong size on KismetMathLibrary_Conv_VectorToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToRotator::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform \ static_assert(alignof(KismetMathLibrary_Conv_VectorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_VectorToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, InLocation) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToTransform::InLocation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000014, "Wrong size on KismetMathLibrary_Conv_VectorToVector2D"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, InVector) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToVector2D::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ConvertTransformToRelative \ static_assert(alignof(KismetMathLibrary_ConvertTransformToRelative) == 0x000010, "Wrong alignment on KismetMathLibrary_ConvertTransformToRelative"); \ static_assert(sizeof(KismetMathLibrary_ConvertTransformToRelative) == 0x000090, "Wrong size on KismetMathLibrary_ConvertTransformToRelative"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, Transform) == 0x000000, "Member 'KismetMathLibrary_ConvertTransformToRelative::Transform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ParentTransform) == 0x000030, "Member 'KismetMathLibrary_ConvertTransformToRelative::ParentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ConvertTransformToRelative::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Cos \ static_assert(alignof(KismetMathLibrary_Cos) == 0x000004, "Wrong alignment on KismetMathLibrary_Cos"); \ static_assert(sizeof(KismetMathLibrary_Cos) == 0x000008, "Wrong size on KismetMathLibrary_Cos"); \ static_assert(offsetof(KismetMathLibrary_Cos, A) == 0x000000, "Member 'KismetMathLibrary_Cos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Cos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000004, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000018, "Wrong size on KismetMathLibrary_CreateVectorFromYawPitch"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Yaw) == 0x000000, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Pitch) == 0x000004, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Length) == 0x000008, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Length' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Cross_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Cross_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Cross_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_CrossProduct2D"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_CrossProduct2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_CrossProduct2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString \ static_assert(alignof(KismetMathLibrary_DateTimeFromIsoString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromIsoString"); \ static_assert(sizeof(KismetMathLibrary_DateTimeFromIsoString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromIsoString"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, IsoString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromIsoString::IsoString' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromIsoString::Result' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromIsoString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString \ static_assert(alignof(KismetMathLibrary_DateTimeFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromString"); \ static_assert(sizeof(KismetMathLibrary_DateTimeFromString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromString"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, DateTimeString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromString::DateTimeString' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromString::Result' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue \ static_assert(alignof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMaxValue"); \ static_assert(sizeof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMaxValue"); \ static_assert(offsetof(KismetMathLibrary_DateTimeMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue \ static_assert(alignof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMinValue"); \ static_assert(sizeof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMinValue"); \ static_assert(offsetof(KismetMathLibrary_DateTimeMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth \ static_assert(alignof(KismetMathLibrary_DaysInMonth) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInMonth"); \ static_assert(sizeof(KismetMathLibrary_DaysInMonth) == 0x00000C, "Wrong size on KismetMathLibrary_DaysInMonth"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInMonth::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, Month) == 0x000004, "Member 'KismetMathLibrary_DaysInMonth::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DaysInMonth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear \ static_assert(alignof(KismetMathLibrary_DaysInYear) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInYear"); \ static_assert(sizeof(KismetMathLibrary_DaysInYear) == 0x000008, "Wrong size on KismetMathLibrary_DaysInYear"); \ static_assert(offsetof(KismetMathLibrary_DaysInYear, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInYear::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DaysInYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAcos \ static_assert(alignof(KismetMathLibrary_DegAcos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAcos"); \ static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000008, "Wrong size on KismetMathLibrary_DegAcos"); \ static_assert(offsetof(KismetMathLibrary_DegAcos, A) == 0x000000, "Member 'KismetMathLibrary_DegAcos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAcos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAsin"); \ static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong size on KismetMathLibrary_DegAsin"); \ static_assert(offsetof(KismetMathLibrary_DegAsin, A) == 0x000000, "Member 'KismetMathLibrary_DegAsin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAsin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan"); \ static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong size on KismetMathLibrary_DegAtan"); \ static_assert(offsetof(KismetMathLibrary_DegAtan, A) == 0x000000, "Member 'KismetMathLibrary_DegAtan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x00000C, "Wrong size on KismetMathLibrary_DegAtan2"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, Y) == 0x000000, "Member 'KismetMathLibrary_DegAtan2::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, X) == 0x000004, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ static_assert(alignof(KismetMathLibrary_DegCos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegCos"); \ static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000008, "Wrong size on KismetMathLibrary_DegCos"); \ static_assert(offsetof(KismetMathLibrary_DegCos, A) == 0x000000, "Member 'KismetMathLibrary_DegCos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegCos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong size on KismetMathLibrary_DegreesToRadians"); \ static_assert(offsetof(KismetMathLibrary_DegreesToRadians, A) == 0x000000, "Member 'KismetMathLibrary_DegreesToRadians::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegreesToRadians, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ static_assert(alignof(KismetMathLibrary_DegSin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegSin"); \ static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000008, "Wrong size on KismetMathLibrary_DegSin"); \ static_assert(offsetof(KismetMathLibrary_DegSin, A) == 0x000000, "Member 'KismetMathLibrary_DegSin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegSin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ static_assert(alignof(KismetMathLibrary_DegTan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegTan"); \ static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000008, "Wrong size on KismetMathLibrary_DegTan"); \ static_assert(offsetof(KismetMathLibrary_DegTan, A) == 0x000000, "Member 'KismetMathLibrary_DegTan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegTan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Distance2D"); \ static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000014, "Wrong size on KismetMathLibrary_Distance2D"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Distance2D::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, v2) == 0x000008, "Member 'KismetMathLibrary_Distance2D::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000014, "Wrong size on KismetMathLibrary_DistanceSquared2D"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v1) == 0x000000, "Member 'KismetMathLibrary_DistanceSquared2D::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v2) == 0x000008, "Member 'KismetMathLibrary_DistanceSquared2D::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte \ static_assert(alignof(KismetMathLibrary_Divide_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Divide_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Divide_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Divide_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Divide_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Divide_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Divide_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_FloatFloat \ static_assert(alignof(KismetMathLibrary_Divide_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Divide_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Divide_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Divide_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt \ static_assert(alignof(KismetMathLibrary_Divide_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Divide_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt \ static_assert(alignof(KismetMathLibrary_Divide_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Divide_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Divide_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Divide_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat \ static_assert(alignof(KismetMathLibrary_Divide_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_TimespanFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Divide_TimespanFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_TimespanFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Divide_TimespanFloat::Scalar' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_TimespanFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Divide_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Divide_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Divide_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Divide_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_Dot_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Dot_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Dot_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_DotProduct2D"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_DotProduct2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_DotProduct2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000018, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxDistance) == 0x000008, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MinWeight) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxWeight) == 0x000010, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ static_assert(alignof(KismetMathLibrary_Ease) == 0x000004, "Wrong alignment on KismetMathLibrary_Ease"); \ static_assert(sizeof(KismetMathLibrary_Ease) == 0x00001C, "Wrong size on KismetMathLibrary_Ease"); \ static_assert(offsetof(KismetMathLibrary_Ease, A) == 0x000000, "Member 'KismetMathLibrary_Ease::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, B) == 0x000004, "Member 'KismetMathLibrary_Ease::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000008, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x00000C, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000010, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000014, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Ease::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Equal_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_Equal_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool \ static_assert(alignof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_BoolBool"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_BoolBool"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_BoolBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_BoolBool::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_BoolBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass \ static_assert(alignof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ClassClass"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ClassClass"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ClassClass::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ClassClass::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ClassClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt \ static_assert(alignof(KismetMathLibrary_EqualEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName \ static_assert(alignof(KismetMathLibrary_EqualEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_NameName"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_NameName) == 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) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_RotatorRotator"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform \ static_assert(alignof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_TransformTransform"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_EqualEqual_TransformTransform"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_EqualExactly_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualExactly_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Exp \ static_assert(alignof(KismetMathLibrary_Exp) == 0x000004, "Wrong alignment on KismetMathLibrary_Exp"); \ static_assert(sizeof(KismetMathLibrary_Exp) == 0x000008, "Wrong size on KismetMathLibrary_Exp"); \ static_assert(offsetof(KismetMathLibrary_Exp, A) == 0x000000, "Member 'KismetMathLibrary_Exp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Exp, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Exp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ static_assert(alignof(KismetMathLibrary_FCeil) == 0x000004, "Wrong alignment on KismetMathLibrary_FCeil"); \ static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000008, "Wrong size on KismetMathLibrary_FCeil"); \ static_assert(offsetof(KismetMathLibrary_FCeil, A) == 0x000000, "Member 'KismetMathLibrary_FCeil::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FCeil, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FCeil::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FCeil64 \ static_assert(alignof(KismetMathLibrary_FCeil64) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil64"); \ static_assert(sizeof(KismetMathLibrary_FCeil64) == 0x000010, "Wrong size on KismetMathLibrary_FCeil64"); \ static_assert(offsetof(KismetMathLibrary_FCeil64, A) == 0x000000, "Member 'KismetMathLibrary_FCeil64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FCeil64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FClamp \ static_assert(alignof(KismetMathLibrary_FClamp) == 0x000004, "Wrong alignment on KismetMathLibrary_FClamp"); \ static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000010, "Wrong size on KismetMathLibrary_FClamp"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Value) == 0x000000, "Member 'KismetMathLibrary_FClamp::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_FClamp::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FClamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FFloor \ static_assert(alignof(KismetMathLibrary_FFloor) == 0x000004, "Wrong alignment on KismetMathLibrary_FFloor"); \ static_assert(sizeof(KismetMathLibrary_FFloor) == 0x000008, "Wrong size on KismetMathLibrary_FFloor"); \ static_assert(offsetof(KismetMathLibrary_FFloor, A) == 0x000000, "Member 'KismetMathLibrary_FFloor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FFloor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FFloor64 \ static_assert(alignof(KismetMathLibrary_FFloor64) == 0x000008, "Wrong alignment on KismetMathLibrary_FFloor64"); \ static_assert(sizeof(KismetMathLibrary_FFloor64) == 0x000010, "Wrong size on KismetMathLibrary_FFloor64"); \ static_assert(offsetof(KismetMathLibrary_FFloor64, A) == 0x000000, "Member 'KismetMathLibrary_FFloor64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FFloor64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FFloor64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnLine \ static_assert(alignof(KismetMathLibrary_FindClosestPointOnLine) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnLine"); \ static_assert(sizeof(KismetMathLibrary_FindClosestPointOnLine) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnLine"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnLine::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment \ static_assert(alignof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnSegment"); \ static_assert(sizeof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnSegment"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnSegment::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation \ static_assert(alignof(KismetMathLibrary_FindLookAtRotation) == 0x000004, "Wrong alignment on KismetMathLibrary_FindLookAtRotation"); \ static_assert(sizeof(KismetMathLibrary_FindLookAtRotation) == 0x000024, "Wrong size on KismetMathLibrary_FindLookAtRotation"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Start) == 0x000000, "Member 'KismetMathLibrary_FindLookAtRotation::Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Target) == 0x00000C, "Member 'KismetMathLibrary_FindLookAtRotation::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FindLookAtRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments \ static_assert(alignof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000004, "Wrong alignment on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ static_assert(sizeof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000048, "Wrong size on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Start) == 0x000000, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1End) == 0x00000C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1End' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Start) == 0x000018, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2End) == 0x000024, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2End' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Point) == 0x000030, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Point) == 0x00003C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut \ static_assert(alignof(KismetMathLibrary_FInterpEaseInOut) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpEaseInOut"); \ static_assert(sizeof(KismetMathLibrary_FInterpEaseInOut) == 0x000014, "Wrong size on KismetMathLibrary_FInterpEaseInOut"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, A) == 0x000000, "Member 'KismetMathLibrary_FInterpEaseInOut::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, B) == 0x000004, "Member 'KismetMathLibrary_FInterpEaseInOut::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Alpha) == 0x000008, "Member 'KismetMathLibrary_FInterpEaseInOut::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Exponent) == 0x00000C, "Member 'KismetMathLibrary_FInterpEaseInOut::Exponent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpEaseInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo \ static_assert(alignof(KismetMathLibrary_FInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo"); \ static_assert(sizeof(KismetMathLibrary_FInterpTo) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant \ static_assert(alignof(KismetMathLibrary_FInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo_Constant"); \ static_assert(sizeof(KismetMathLibrary_FInterpTo_Constant) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo_Constant"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FixedTurn \ static_assert(alignof(KismetMathLibrary_FixedTurn) == 0x000004, "Wrong alignment on KismetMathLibrary_FixedTurn"); \ static_assert(sizeof(KismetMathLibrary_FixedTurn) == 0x000010, "Wrong size on KismetMathLibrary_FixedTurn"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InCurrent) == 0x000000, "Member 'KismetMathLibrary_FixedTurn::InCurrent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InDesired) == 0x000004, "Member 'KismetMathLibrary_FixedTurn::InDesired' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InDeltaRate) == 0x000008, "Member 'KismetMathLibrary_FixedTurn::InDeltaRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FixedTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FloatSpringInterp \ static_assert(alignof(KismetMathLibrary_FloatSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_FloatSpringInterp"); \ static_assert(sizeof(KismetMathLibrary_FloatSpringInterp) == 0x000024, "Wrong size on KismetMathLibrary_FloatSpringInterp"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_FloatSpringInterp::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Target) == 0x000004, "Member 'KismetMathLibrary_FloatSpringInterp::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, SpringState) == 0x000008, "Member 'KismetMathLibrary_FloatSpringInterp::SpringState' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Stiffness) == 0x000010, "Member 'KismetMathLibrary_FloatSpringInterp::Stiffness' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, CriticalDampingFactor) == 0x000014, "Member 'KismetMathLibrary_FloatSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_FloatSpringInterp::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Mass) == 0x00001C, "Member 'KismetMathLibrary_FloatSpringInterp::Mass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FloatSpringInterp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMax \ static_assert(alignof(KismetMathLibrary_FMax) == 0x000004, "Wrong alignment on KismetMathLibrary_FMax"); \ static_assert(sizeof(KismetMathLibrary_FMax) == 0x00000C, "Wrong size on KismetMathLibrary_FMax"); \ static_assert(offsetof(KismetMathLibrary_FMax, A) == 0x000000, "Member 'KismetMathLibrary_FMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMax, B) == 0x000004, "Member 'KismetMathLibrary_FMax::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMax, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMin \ static_assert(alignof(KismetMathLibrary_FMin) == 0x000004, "Wrong alignment on KismetMathLibrary_FMin"); \ static_assert(sizeof(KismetMathLibrary_FMin) == 0x00000C, "Wrong size on KismetMathLibrary_FMin"); \ static_assert(offsetof(KismetMathLibrary_FMin, A) == 0x000000, "Member 'KismetMathLibrary_FMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMin, B) == 0x000004, "Member 'KismetMathLibrary_FMin::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMod \ static_assert(alignof(KismetMathLibrary_FMod) == 0x000004, "Wrong alignment on KismetMathLibrary_FMod"); \ static_assert(sizeof(KismetMathLibrary_FMod) == 0x000010, "Wrong size on KismetMathLibrary_FMod"); \ static_assert(offsetof(KismetMathLibrary_FMod, Dividend) == 0x000000, "Member 'KismetMathLibrary_FMod::Dividend' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, Divisor) == 0x000004, "Member 'KismetMathLibrary_FMod::Divisor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, Remainder) == 0x000008, "Member 'KismetMathLibrary_FMod::Remainder' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Fraction \ static_assert(alignof(KismetMathLibrary_Fraction) == 0x000004, "Wrong alignment on KismetMathLibrary_Fraction"); \ static_assert(sizeof(KismetMathLibrary_Fraction) == 0x000008, "Wrong size on KismetMathLibrary_Fraction"); \ static_assert(offsetof(KismetMathLibrary_Fraction, A) == 0x000000, "Member 'KismetMathLibrary_Fraction::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Fraction, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Fraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromDays \ static_assert(alignof(KismetMathLibrary_FromDays) == 0x000008, "Wrong alignment on KismetMathLibrary_FromDays"); \ static_assert(sizeof(KismetMathLibrary_FromDays) == 0x000010, "Wrong size on KismetMathLibrary_FromDays"); \ static_assert(offsetof(KismetMathLibrary_FromDays, Days) == 0x000000, "Member 'KismetMathLibrary_FromDays::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromHours \ static_assert(alignof(KismetMathLibrary_FromHours) == 0x000008, "Wrong alignment on KismetMathLibrary_FromHours"); \ static_assert(sizeof(KismetMathLibrary_FromHours) == 0x000010, "Wrong size on KismetMathLibrary_FromHours"); \ static_assert(offsetof(KismetMathLibrary_FromHours, Hours) == 0x000000, "Member 'KismetMathLibrary_FromHours::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromMilliseconds \ static_assert(alignof(KismetMathLibrary_FromMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_FromMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_FromMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_FromMilliseconds, Milliseconds) == 0x000000, "Member 'KismetMathLibrary_FromMilliseconds::Milliseconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromMinutes \ static_assert(alignof(KismetMathLibrary_FromMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMinutes"); \ static_assert(sizeof(KismetMathLibrary_FromMinutes) == 0x000010, "Wrong size on KismetMathLibrary_FromMinutes"); \ static_assert(offsetof(KismetMathLibrary_FromMinutes, Minutes) == 0x000000, "Member 'KismetMathLibrary_FromMinutes::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromSeconds \ static_assert(alignof(KismetMathLibrary_FromSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromSeconds"); \ static_assert(sizeof(KismetMathLibrary_FromSeconds) == 0x000010, "Wrong size on KismetMathLibrary_FromSeconds"); \ static_assert(offsetof(KismetMathLibrary_FromSeconds, Seconds) == 0x000000, "Member 'KismetMathLibrary_FromSeconds::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000004, "Wrong alignment on KismetMathLibrary_FTrunc"); \ static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong size on KismetMathLibrary_FTrunc"); \ static_assert(offsetof(KismetMathLibrary_FTrunc, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTrunc, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FTrunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64 \ static_assert(alignof(KismetMathLibrary_FTrunc64) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc64"); \ static_assert(sizeof(KismetMathLibrary_FTrunc64) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc64"); \ static_assert(offsetof(KismetMathLibrary_FTrunc64, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTrunc64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector \ static_assert(alignof(KismetMathLibrary_FTruncVector) == 0x000004, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000018, "Wrong size on KismetMathLibrary_FTruncVector"); \ static_assert(offsetof(KismetMathLibrary_FTruncVector, InVector) == 0x000000, "Member 'KismetMathLibrary_FTruncVector::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTruncVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FWrap \ static_assert(alignof(KismetMathLibrary_FWrap) == 0x000004, "Wrong alignment on KismetMathLibrary_FWrap"); \ static_assert(sizeof(KismetMathLibrary_FWrap) == 0x000010, "Wrong size on KismetMathLibrary_FWrap"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Value) == 0x000000, "Member 'KismetMathLibrary_FWrap::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Min_0) == 0x000004, "Member 'KismetMathLibrary_FWrap::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Max_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FWrap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D \ static_assert(alignof(KismetMathLibrary_GetAbs2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbs2D"); \ static_assert(sizeof(KismetMathLibrary_GetAbs2D) == 0x000010, "Wrong size on KismetMathLibrary_GetAbs2D"); \ static_assert(offsetof(KismetMathLibrary_GetAbs2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbs2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAbs2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbs2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D \ static_assert(alignof(KismetMathLibrary_GetAbsMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbsMax2D"); \ static_assert(sizeof(KismetMathLibrary_GetAbsMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetAbsMax2D"); \ static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbsMax2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbsMax2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAxes \ static_assert(alignof(KismetMathLibrary_GetAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAxes"); \ static_assert(sizeof(KismetMathLibrary_GetAxes) == 0x000030, "Wrong size on KismetMathLibrary_GetAxes"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, A) == 0x000000, "Member 'KismetMathLibrary_GetAxes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, X) == 0x00000C, "Member 'KismetMathLibrary_GetAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, Y) == 0x000018, "Member 'KismetMathLibrary_GetAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, Z) == 0x000024, "Member 'KismetMathLibrary_GetAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAzimuthAndElevation \ static_assert(alignof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000010, "Wrong alignment on KismetMathLibrary_GetAzimuthAndElevation"); \ static_assert(sizeof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000050, "Wrong size on KismetMathLibrary_GetAzimuthAndElevation"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, InDirection) == 0x000000, "Member 'KismetMathLibrary_GetAzimuthAndElevation::InDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, ReferenceFrame) == 0x000010, "Member 'KismetMathLibrary_GetAzimuthAndElevation::ReferenceFrame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Azimuth) == 0x000040, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Azimuth' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Elevation) == 0x000044, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Elevation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDate \ static_assert(alignof(KismetMathLibrary_GetDate) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDate"); \ static_assert(sizeof(KismetMathLibrary_GetDate) == 0x000010, "Wrong size on KismetMathLibrary_GetDate"); \ static_assert(offsetof(KismetMathLibrary_GetDate, A) == 0x000000, "Member 'KismetMathLibrary_GetDate::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDay \ static_assert(alignof(KismetMathLibrary_GetDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDay"); \ static_assert(sizeof(KismetMathLibrary_GetDay) == 0x000010, "Wrong size on KismetMathLibrary_GetDay"); \ static_assert(offsetof(KismetMathLibrary_GetDay, A) == 0x000000, "Member 'KismetMathLibrary_GetDay::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear \ static_assert(alignof(KismetMathLibrary_GetDayOfYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDayOfYear"); \ static_assert(sizeof(KismetMathLibrary_GetDayOfYear) == 0x000010, "Wrong size on KismetMathLibrary_GetDayOfYear"); \ static_assert(offsetof(KismetMathLibrary_GetDayOfYear, A) == 0x000000, "Member 'KismetMathLibrary_GetDayOfYear::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDayOfYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDayOfYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDays \ static_assert(alignof(KismetMathLibrary_GetDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDays"); \ static_assert(sizeof(KismetMathLibrary_GetDays) == 0x000010, "Wrong size on KismetMathLibrary_GetDays"); \ static_assert(offsetof(KismetMathLibrary_GetDays, A) == 0x000000, "Member 'KismetMathLibrary_GetDays::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector \ static_assert(alignof(KismetMathLibrary_GetDirectionUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000024, "Wrong size on KismetMathLibrary_GetDirectionUnitVector"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, From) == 0x000000, "Member 'KismetMathLibrary_GetDirectionUnitVector::From' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, To) == 0x00000C, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDuration \ static_assert(alignof(KismetMathLibrary_GetDuration) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDuration"); \ static_assert(sizeof(KismetMathLibrary_GetDuration) == 0x000010, "Wrong size on KismetMathLibrary_GetDuration"); \ static_assert(offsetof(KismetMathLibrary_GetDuration, A) == 0x000000, "Member 'KismetMathLibrary_GetDuration::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDuration, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector \ static_assert(alignof(KismetMathLibrary_GetForwardVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000018, "Wrong size on KismetMathLibrary_GetForwardVector"); \ static_assert(offsetof(KismetMathLibrary_GetForwardVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetForwardVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetForwardVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetForwardVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHour \ static_assert(alignof(KismetMathLibrary_GetHour) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour"); \ static_assert(sizeof(KismetMathLibrary_GetHour) == 0x000010, "Wrong size on KismetMathLibrary_GetHour"); \ static_assert(offsetof(KismetMathLibrary_GetHour, A) == 0x000000, "Member 'KismetMathLibrary_GetHour::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHour, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHour12 \ static_assert(alignof(KismetMathLibrary_GetHour12) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour12"); \ static_assert(sizeof(KismetMathLibrary_GetHour12) == 0x000010, "Wrong size on KismetMathLibrary_GetHour12"); \ static_assert(offsetof(KismetMathLibrary_GetHour12, A) == 0x000000, "Member 'KismetMathLibrary_GetHour12::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHour12, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour12::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHours \ static_assert(alignof(KismetMathLibrary_GetHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHours"); \ static_assert(sizeof(KismetMathLibrary_GetHours) == 0x000010, "Wrong size on KismetMathLibrary_GetHours"); \ static_assert(offsetof(KismetMathLibrary_GetHours, A) == 0x000000, "Member 'KismetMathLibrary_GetHours::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D \ static_assert(alignof(KismetMathLibrary_GetMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMax2D"); \ static_assert(offsetof(KismetMathLibrary_GetMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMax2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMaxElement"); \ static_assert(offsetof(KismetMathLibrary_GetMaxElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMaxElement::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMaxElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMaxElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond \ static_assert(alignof(KismetMathLibrary_GetMillisecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMillisecond"); \ static_assert(sizeof(KismetMathLibrary_GetMillisecond) == 0x000010, "Wrong size on KismetMathLibrary_GetMillisecond"); \ static_assert(offsetof(KismetMathLibrary_GetMillisecond, A) == 0x000000, "Member 'KismetMathLibrary_GetMillisecond::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMillisecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMillisecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds \ static_assert(alignof(KismetMathLibrary_GetMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_GetMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_GetMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetMilliseconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D \ static_assert(alignof(KismetMathLibrary_GetMin2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMin2D"); \ static_assert(offsetof(KismetMathLibrary_GetMin2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMin2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMin2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMinElement"); \ static_assert(offsetof(KismetMathLibrary_GetMinElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMinElement::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMinElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinute \ static_assert(alignof(KismetMathLibrary_GetMinute) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinute"); \ static_assert(sizeof(KismetMathLibrary_GetMinute) == 0x000010, "Wrong size on KismetMathLibrary_GetMinute"); \ static_assert(offsetof(KismetMathLibrary_GetMinute, A) == 0x000000, "Member 'KismetMathLibrary_GetMinute::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinute, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes \ static_assert(alignof(KismetMathLibrary_GetMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinutes"); \ static_assert(sizeof(KismetMathLibrary_GetMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetMinutes"); \ static_assert(offsetof(KismetMathLibrary_GetMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetMinutes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMonth \ static_assert(alignof(KismetMathLibrary_GetMonth) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMonth"); \ static_assert(sizeof(KismetMathLibrary_GetMonth) == 0x000010, "Wrong size on KismetMathLibrary_GetMonth"); \ static_assert(offsetof(KismetMathLibrary_GetMonth, A) == 0x000000, "Member 'KismetMathLibrary_GetMonth::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMonth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPI \ static_assert(alignof(KismetMathLibrary_GetPI) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPI"); \ static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000004, "Wrong size on KismetMathLibrary_GetPI"); \ static_assert(offsetof(KismetMathLibrary_GetPI, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetPI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine \ static_assert(alignof(KismetMathLibrary_GetPointDistanceToLine) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToLine"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToLine::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToSegment"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToSegment::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000024, "Wrong size on KismetMathLibrary_GetReflectionVector"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, Direction) == 0x000000, "Member 'KismetMathLibrary_GetReflectionVector::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, SurfaceNormal) == 0x00000C, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000018, "Wrong size on KismetMathLibrary_GetRightVector"); \ static_assert(offsetof(KismetMathLibrary_GetRightVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetRightVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRightVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000014, "Wrong size on KismetMathLibrary_GetRotated2D"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, A) == 0x000000, "Member 'KismetMathLibrary_GetRotated2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, AngleDeg) == 0x000008, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSecond \ static_assert(alignof(KismetMathLibrary_GetSecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSecond"); \ static_assert(sizeof(KismetMathLibrary_GetSecond) == 0x000010, "Wrong size on KismetMathLibrary_GetSecond"); \ static_assert(offsetof(KismetMathLibrary_GetSecond, A) == 0x000000, "Member 'KismetMathLibrary_GetSecond::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds \ static_assert(alignof(KismetMathLibrary_GetSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSeconds"); \ static_assert(sizeof(KismetMathLibrary_GetSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetSeconds"); \ static_assert(offsetof(KismetMathLibrary_GetSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetSeconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles \ static_assert(alignof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000004, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x00002C, "Wrong size on KismetMathLibrary_GetSlopeDegreeAngles"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, MyRightYAxis) == 0x000000, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::MyRightYAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, FloorNormal) == 0x00000C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000024, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x000028, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong alignment on KismetMathLibrary_GetTAU"); \ static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong size on KismetMathLibrary_GetTAU"); \ static_assert(offsetof(KismetMathLibrary_GetTAU, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetTAU::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay \ static_assert(alignof(KismetMathLibrary_GetTimeOfDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTimeOfDay"); \ static_assert(sizeof(KismetMathLibrary_GetTimeOfDay) == 0x000010, "Wrong size on KismetMathLibrary_GetTimeOfDay"); \ static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, A) == 0x000000, "Member 'KismetMathLibrary_GetTimeOfDay::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTimeOfDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays \ static_assert(alignof(KismetMathLibrary_GetTotalDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalDays"); \ static_assert(sizeof(KismetMathLibrary_GetTotalDays) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalDays"); \ static_assert(offsetof(KismetMathLibrary_GetTotalDays, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalDays::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours \ static_assert(alignof(KismetMathLibrary_GetTotalHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalHours"); \ static_assert(sizeof(KismetMathLibrary_GetTotalHours) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalHours"); \ static_assert(offsetof(KismetMathLibrary_GetTotalHours, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalHours::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds \ static_assert(alignof(KismetMathLibrary_GetTotalMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_GetTotalMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMilliseconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes \ static_assert(alignof(KismetMathLibrary_GetTotalMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMinutes"); \ static_assert(sizeof(KismetMathLibrary_GetTotalMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMinutes"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMinutes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds \ static_assert(alignof(KismetMathLibrary_GetTotalSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalSeconds"); \ static_assert(sizeof(KismetMathLibrary_GetTotalSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalSeconds"); \ static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalSeconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector \ static_assert(alignof(KismetMathLibrary_GetUpVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000018, "Wrong size on KismetMathLibrary_GetUpVector"); \ static_assert(offsetof(KismetMathLibrary_GetUpVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetUpVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetUpVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetUpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage \ static_assert(alignof(KismetMathLibrary_GetVectorArrayAverage) == 0x000008, "Wrong alignment on KismetMathLibrary_GetVectorArrayAverage"); \ static_assert(sizeof(KismetMathLibrary_GetVectorArrayAverage) == 0x000020, "Wrong size on KismetMathLibrary_GetVectorArrayAverage"); \ static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, Vectors) == 0x000000, "Member 'KismetMathLibrary_GetVectorArrayAverage::Vectors' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetVectorArrayAverage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector \ static_assert(alignof(KismetMathLibrary_GetYawPitchFromVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000014, "Wrong size on KismetMathLibrary_GetYawPitchFromVector"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, InVec) == 0x000000, "Member 'KismetMathLibrary_GetYawPitchFromVector::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Yaw) == 0x00000C, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x000010, "Member 'KismetMathLibrary_GetYawPitchFromVector::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetYear \ static_assert(alignof(KismetMathLibrary_GetYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYear"); \ static_assert(sizeof(KismetMathLibrary_GetYear) == 0x000010, "Wrong size on KismetMathLibrary_GetYear"); \ static_assert(offsetof(KismetMathLibrary_GetYear, A) == 0x000000, "Member 'KismetMathLibrary_GetYear::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte \ static_assert(alignof(KismetMathLibrary_Greater_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Greater_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Greater_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Greater_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Greater_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Greater_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Greater_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_FloatFloat \ static_assert(alignof(KismetMathLibrary_Greater_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Greater_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Greater_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Greater_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Greater_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Greater_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Greater_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Greater_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Greater_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt \ static_assert(alignof(KismetMathLibrary_Greater_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Greater_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Greater_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Greater_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Greater_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Greater_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Greater_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_GreaterEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_GreaterEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt \ static_assert(alignof(KismetMathLibrary_GreaterEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator \ static_assert(alignof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_GreaterGreater_VectorRotator"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x00000C, "Wrong size on KismetMathLibrary_GridSnap_Float"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, Location) == 0x000000, "Member 'KismetMathLibrary_GridSnap_Float::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, GridSize) == 0x000004, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB \ static_assert(alignof(KismetMathLibrary_HSVToRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGB) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, H) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB::H' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, S) == 0x000004, "Member 'KismetMathLibrary_HSVToRGB::S' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, V) == 0x000008, "Member 'KismetMathLibrary_HSVToRGB::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, A) == 0x00000C, "Member 'KismetMathLibrary_HSVToRGB::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector \ static_assert(alignof(KismetMathLibrary_HSVToRGB_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB_Vector"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGB_Vector) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB_Vector"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB_Vector::HSV' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, RGB) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB_Vector::RGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear \ static_assert(alignof(KismetMathLibrary_HSVToRGBLinear) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGBLinear"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGBLinear) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGBLinear"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGBLinear::HSV' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGBLinear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse \ static_assert(alignof(KismetMathLibrary_Hypotenuse) == 0x000004, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x00000C, "Wrong size on KismetMathLibrary_Hypotenuse"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, Width) == 0x000000, "Member 'KismetMathLibrary_Hypotenuse::Width' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, Height) == 0x000004, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_InRange_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_FloatFloat::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_FloatFloat::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_Int64Int64 \ static_assert(alignof(KismetMathLibrary_InRange_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_InRange_Int64Int64) == 0x000020, "Wrong size on KismetMathLibrary_InRange_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_Int64Int64::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, ReturnValue) == 0x00001A, "Member 'KismetMathLibrary_InRange_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt \ static_assert(alignof(KismetMathLibrary_InRange_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_IntInt"); \ static_assert(sizeof(KismetMathLibrary_InRange_IntInt) == 0x000010, "Wrong size on KismetMathLibrary_InRange_IntInt"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_IntInt::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down \ static_assert(alignof(KismetMathLibrary_IntPoint_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Down"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Down) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Down"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Down::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left \ static_assert(alignof(KismetMathLibrary_IntPoint_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Left"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Left) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Left"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Left::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One \ static_assert(alignof(KismetMathLibrary_IntPoint_One) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_One"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_One) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_One"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_One::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right \ static_assert(alignof(KismetMathLibrary_IntPoint_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Right"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Right) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Right"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Right::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up \ static_assert(alignof(KismetMathLibrary_IntPoint_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Up"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Up) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Up"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Up::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero \ static_assert(alignof(KismetMathLibrary_IntPoint_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Zero"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Zero) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Zero"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Zero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection \ static_assert(alignof(KismetMathLibrary_InverseTransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformDirection"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformDirection"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformDirection::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_InverseTransformDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformLocation \ static_assert(alignof(KismetMathLibrary_InverseTransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformLocation"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformLocation"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformLocation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_InverseTransformLocation::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformRotation \ static_assert(alignof(KismetMathLibrary_InverseTransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformRotation"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformRotation"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformRotation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_InverseTransformRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InvertTransform \ static_assert(alignof(KismetMathLibrary_InvertTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_InvertTransform"); \ static_assert(sizeof(KismetMathLibrary_InvertTransform) == 0x000060, "Wrong size on KismetMathLibrary_InvertTransform"); \ static_assert(offsetof(KismetMathLibrary_InvertTransform, T) == 0x000000, "Member 'KismetMathLibrary_InvertTransform::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InvertTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_InvertTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsAfternoon \ static_assert(alignof(KismetMathLibrary_IsAfternoon) == 0x000008, "Wrong alignment on KismetMathLibrary_IsAfternoon"); \ static_assert(sizeof(KismetMathLibrary_IsAfternoon) == 0x000010, "Wrong size on KismetMathLibrary_IsAfternoon"); \ static_assert(offsetof(KismetMathLibrary_IsAfternoon, A) == 0x000000, "Member 'KismetMathLibrary_IsAfternoon::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsAfternoon, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsAfternoon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsLeapYear \ static_assert(alignof(KismetMathLibrary_IsLeapYear) == 0x000004, "Wrong alignment on KismetMathLibrary_IsLeapYear"); \ static_assert(sizeof(KismetMathLibrary_IsLeapYear) == 0x000008, "Wrong size on KismetMathLibrary_IsLeapYear"); \ static_assert(offsetof(KismetMathLibrary_IsLeapYear, Year) == 0x000000, "Member 'KismetMathLibrary_IsLeapYear::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsLeapYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_IsLeapYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsMorning \ static_assert(alignof(KismetMathLibrary_IsMorning) == 0x000008, "Wrong alignment on KismetMathLibrary_IsMorning"); \ static_assert(sizeof(KismetMathLibrary_IsMorning) == 0x000010, "Wrong size on KismetMathLibrary_IsMorning"); \ static_assert(offsetof(KismetMathLibrary_IsMorning, A) == 0x000000, "Member 'KismetMathLibrary_IsMorning::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsMorning, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsMorning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsNearlyZero2D \ static_assert(alignof(KismetMathLibrary_IsNearlyZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsNearlyZero2D"); \ static_assert(sizeof(KismetMathLibrary_IsNearlyZero2D) == 0x000010, "Wrong size on KismetMathLibrary_IsNearlyZero2D"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsNearlyZero2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_IsNearlyZero2D::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_IsNearlyZero2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox \ static_assert(alignof(KismetMathLibrary_IsPointInBox) == 0x000004, "Wrong alignment on KismetMathLibrary_IsPointInBox"); \ static_assert(sizeof(KismetMathLibrary_IsPointInBox) == 0x000028, "Wrong size on KismetMathLibrary_IsPointInBox"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxOrigin) == 0x00000C, "Member 'KismetMathLibrary_IsPointInBox::BoxOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxExtent) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_IsPointInBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform \ static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform"); \ static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000050, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxWorldTransform) == 0x000010, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000040, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x00000C, "Wrong size on KismetMathLibrary_IsZero2D"); \ static_assert(offsetof(KismetMathLibrary_IsZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsZero2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsZero2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ static_assert(alignof(KismetMathLibrary_Lerp) == 0x000004, "Wrong alignment on KismetMathLibrary_Lerp"); \ static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000010, "Wrong size on KismetMathLibrary_Lerp"); \ static_assert(offsetof(KismetMathLibrary_Lerp, A) == 0x000000, "Member 'KismetMathLibrary_Lerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, B) == 0x000004, "Member 'KismetMathLibrary_Lerp::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000008, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Lerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte \ static_assert(alignof(KismetMathLibrary_Less_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Less_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Less_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Less_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Less_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Less_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Less_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Less_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Less_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Less_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_FloatFloat \ static_assert(alignof(KismetMathLibrary_Less_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Less_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Less_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Less_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Less_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Less_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Less_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Less_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Less_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Less_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt \ static_assert(alignof(KismetMathLibrary_Less_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Less_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Less_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Less_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Less_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Less_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Less_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Less_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Less_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Less_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_LessEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_LessEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_LessEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_LessEqual_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_LessEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_LessEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt \ static_assert(alignof(KismetMathLibrary_LessEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator \ static_assert(alignof(KismetMathLibrary_LessLess_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_LessLess_VectorRotator"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_LessLess_VectorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_LessLess_VectorRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black \ static_assert(alignof(KismetMathLibrary_LinearColor_Black) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Black"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Black) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Black"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Black, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Black::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue \ static_assert(alignof(KismetMathLibrary_LinearColor_Blue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Blue"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Blue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Blue"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Blue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Blue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated \ static_assert(alignof(KismetMathLibrary_LinearColor_Desaturated) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Desaturated"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Desaturated) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Desaturated"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Desaturated::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InDesaturation) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Desaturated::InDesaturation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_Desaturated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance \ static_assert(alignof(KismetMathLibrary_LinearColor_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Distance"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Distance) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Distance"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C1) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Distance::C1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C2) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Distance::C2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_LinearColor_Distance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance \ static_assert(alignof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetLuminance"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetLuminance"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetLuminance::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetLuminance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax \ static_assert(alignof(KismetMathLibrary_LinearColor_GetMax) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMax"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetMax) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMax"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMax::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin \ static_assert(alignof(KismetMathLibrary_LinearColor_GetMin) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMin"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetMin) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMin"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMin::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray \ static_assert(alignof(KismetMathLibrary_LinearColor_Gray) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Gray"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Gray) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Gray"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Gray, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Gray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green \ static_assert(alignof(KismetMathLibrary_LinearColor_Green) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Green"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Green) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Green"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Green, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Green::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual \ static_assert(alignof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_IsNearEqual"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000028, "Wrong size on KismetMathLibrary_LinearColor_IsNearEqual"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, A) == 0x000000, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, B) == 0x000010, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, Tolerance) == 0x000020, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize \ static_assert(alignof(KismetMathLibrary_LinearColor_Quantize) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Quantize"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Quantize) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_Quantize"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Quantize::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Quantize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound \ static_assert(alignof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_QuantizeRound"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_QuantizeRound"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red \ static_assert(alignof(KismetMathLibrary_LinearColor_Red) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Red"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Red) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Red"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Red, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Red::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set \ static_assert(alignof(KismetMathLibrary_LinearColor_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Set"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Set) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_Set"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Set::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Set::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromHSV"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetFromHSV"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, H) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::H' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, S) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::S' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, V) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22 \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromPow22"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromPow22"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromSRGB"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromSRGB"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InSRGB) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue \ static_assert(alignof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRandomHue"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_SetRandomHue"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRandomHue, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRandomHue::InOutColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA \ static_assert(alignof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRGBA"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetRGBA"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRGBA::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, R) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetRGBA::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, G) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetRGBA::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, B) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetRGBA::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetRGBA::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature \ static_assert(alignof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetTemperature"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetTemperature"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InTemperature) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InTemperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity \ static_assert(alignof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToNewOpacity"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_ToNewOpacity"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InOpacity) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InOpacity' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE \ static_assert(alignof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToRGBE"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_ToRGBE"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToRGBE::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToRGBE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent \ static_assert(alignof(KismetMathLibrary_LinearColor_Transparent) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Transparent"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Transparent) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Transparent"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Transparent, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Transparent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White \ static_assert(alignof(KismetMathLibrary_LinearColor_White) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_White"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_White) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_White"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_White, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_White::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow \ static_assert(alignof(KismetMathLibrary_LinearColor_Yellow) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Yellow"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Yellow) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Yellow"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Yellow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Yellow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp \ static_assert(alignof(KismetMathLibrary_LinearColorLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerp"); \ static_assert(sizeof(KismetMathLibrary_LinearColorLerp) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerp"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerp::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV \ static_assert(alignof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerpUsingHSV"); \ static_assert(sizeof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerpUsingHSV"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection \ static_assert(alignof(KismetMathLibrary_LinePlaneIntersection) == 0x000010, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection"); \ static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection) == 0x000050, "Wrong size on KismetMathLibrary_LinePlaneIntersection"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000020, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000044, "Wrong size on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000024, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Log \ static_assert(alignof(KismetMathLibrary_Log) == 0x000004, "Wrong alignment on KismetMathLibrary_Log"); \ static_assert(sizeof(KismetMathLibrary_Log) == 0x00000C, "Wrong size on KismetMathLibrary_Log"); \ static_assert(offsetof(KismetMathLibrary_Log, A) == 0x000000, "Member 'KismetMathLibrary_Log::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Log, Base) == 0x000004, "Member 'KismetMathLibrary_Log::Base' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Log, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Log::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ static_assert(alignof(KismetMathLibrary_Loge) == 0x000004, "Wrong alignment on KismetMathLibrary_Loge"); \ static_assert(sizeof(KismetMathLibrary_Loge) == 0x000008, "Wrong size on KismetMathLibrary_Loge"); \ static_assert(offsetof(KismetMathLibrary_Loge, A) == 0x000000, "Member 'KismetMathLibrary_Loge::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Loge, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox"); \ static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000034, "Wrong size on KismetMathLibrary_MakeBox"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, Max_0) == 0x00000C, "Member 'KismetMathLibrary_MakeBox::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D \ static_assert(alignof(KismetMathLibrary_MakeBox2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox2D"); \ static_assert(sizeof(KismetMathLibrary_MakeBox2D) == 0x000024, "Wrong size on KismetMathLibrary_MakeBox2D"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, Max_0) == 0x000008, "Member 'KismetMathLibrary_MakeBox2D::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeColor \ static_assert(alignof(KismetMathLibrary_MakeColor) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeColor"); \ static_assert(sizeof(KismetMathLibrary_MakeColor) == 0x000020, "Wrong size on KismetMathLibrary_MakeColor"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, R) == 0x000000, "Member 'KismetMathLibrary_MakeColor::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, G) == 0x000004, "Member 'KismetMathLibrary_MakeColor::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, B) == 0x000008, "Member 'KismetMathLibrary_MakeColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, A) == 0x00000C, "Member 'KismetMathLibrary_MakeColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime \ static_assert(alignof(KismetMathLibrary_MakeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeDateTime"); \ static_assert(sizeof(KismetMathLibrary_MakeDateTime) == 0x000028, "Wrong size on KismetMathLibrary_MakeDateTime"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Year) == 0x000000, "Member 'KismetMathLibrary_MakeDateTime::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Month) == 0x000004, "Member 'KismetMathLibrary_MakeDateTime::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Day) == 0x000008, "Member 'KismetMathLibrary_MakeDateTime::Day' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Hour) == 0x00000C, "Member 'KismetMathLibrary_MakeDateTime::Hour' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Minute) == 0x000010, "Member 'KismetMathLibrary_MakeDateTime::Minute' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Second) == 0x000014, "Member 'KismetMathLibrary_MakeDateTime::Second' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Millisecond) == 0x000018, "Member 'KismetMathLibrary_MakeDateTime::Millisecond' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate \ static_assert(alignof(KismetMathLibrary_MakeFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeFrameRate"); \ static_assert(sizeof(KismetMathLibrary_MakeFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_MakeFrameRate"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Numerator) == 0x000000, "Member 'KismetMathLibrary_MakeFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Denominator) == 0x000004, "Member 'KismetMathLibrary_MakeFrameRate::Denominator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakePlaneFromPointAndNormal \ static_assert(alignof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000010, "Wrong alignment on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ static_assert(sizeof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000030, "Wrong size on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Point) == 0x000000, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Normal_0) == 0x00000C, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Normal_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakePulsatingValue \ static_assert(alignof(KismetMathLibrary_MakePulsatingValue) == 0x000004, "Wrong alignment on KismetMathLibrary_MakePulsatingValue"); \ static_assert(sizeof(KismetMathLibrary_MakePulsatingValue) == 0x000010, "Wrong size on KismetMathLibrary_MakePulsatingValue"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InCurrentTime) == 0x000000, "Member 'KismetMathLibrary_MakePulsatingValue::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPulsesPerSecond) == 0x000004, "Member 'KismetMathLibrary_MakePulsatingValue::InPulsesPerSecond' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPhase) == 0x000008, "Member 'KismetMathLibrary_MakePulsatingValue::InPhase' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakePulsatingValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeQualifiedFrameTime \ static_assert(alignof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeQualifiedFrameTime"); \ static_assert(sizeof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_MakeQualifiedFrameTime"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, Frame) == 0x000000, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::Frame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, FrameRate) == 0x000004, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::FrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, SubFrame) == 0x00000C, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRandomStream \ static_assert(alignof(KismetMathLibrary_MakeRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRandomStream"); \ static_assert(sizeof(KismetMathLibrary_MakeRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_MakeRandomStream"); \ static_assert(offsetof(KismetMathLibrary_MakeRandomStream, InitialSeed) == 0x000000, "Member 'KismetMathLibrary_MakeRandomStream::InitialSeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRandomStream, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MakeRandomStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRelativeTransform \ static_assert(alignof(KismetMathLibrary_MakeRelativeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeRelativeTransform"); \ static_assert(sizeof(KismetMathLibrary_MakeRelativeTransform) == 0x000090, "Wrong size on KismetMathLibrary_MakeRelativeTransform"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, A) == 0x000000, "Member 'KismetMathLibrary_MakeRelativeTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, RelativeTo) == 0x000030, "Member 'KismetMathLibrary_MakeRelativeTransform::RelativeTo' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_MakeRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes \ static_assert(alignof(KismetMathLibrary_MakeRotationFromAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotationFromAxes"); \ static_assert(sizeof(KismetMathLibrary_MakeRotationFromAxes) == 0x000030, "Wrong size on KismetMathLibrary_MakeRotationFromAxes"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Forward) == 0x000000, "Member 'KismetMathLibrary_MakeRotationFromAxes::Forward' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Right) == 0x00000C, "Member 'KismetMathLibrary_MakeRotationFromAxes::Right' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Up) == 0x000018, "Member 'KismetMathLibrary_MakeRotationFromAxes::Up' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_MakeRotationFromAxes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator \ static_assert(alignof(KismetMathLibrary_MakeRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotator"); \ static_assert(sizeof(KismetMathLibrary_MakeRotator) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotator"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Roll) == 0x000000, "Member 'KismetMathLibrary_MakeRotator::Roll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Pitch) == 0x000004, "Member 'KismetMathLibrary_MakeRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Yaw) == 0x000008, "Member 'KismetMathLibrary_MakeRotator::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX \ static_assert(alignof(KismetMathLibrary_MakeRotFromX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromX) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromX, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromX, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY \ static_assert(alignof(KismetMathLibrary_MakeRotFromXY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromXY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXY::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromXZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromXZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXZ::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY \ static_assert(alignof(KismetMathLibrary_MakeRotFromY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromY) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromY, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX \ static_assert(alignof(KismetMathLibrary_MakeRotFromYX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromYX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYX::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromYZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromYZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYZ::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZ) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX \ static_assert(alignof(KismetMathLibrary_MakeRotFromZX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZX::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY \ static_assert(alignof(KismetMathLibrary_MakeRotFromZY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZY::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan \ static_assert(alignof(KismetMathLibrary_MakeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan"); \ static_assert(sizeof(KismetMathLibrary_MakeTimespan) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Milliseconds) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan::Milliseconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan2 \ static_assert(alignof(KismetMathLibrary_MakeTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan2"); \ static_assert(sizeof(KismetMathLibrary_MakeTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan2"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan2::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan2::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan2::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan2::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, FractionNano) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan2::FractionNano' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTransform \ static_assert(alignof(KismetMathLibrary_MakeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeTransform"); \ static_assert(sizeof(KismetMathLibrary_MakeTransform) == 0x000060, "Wrong size on KismetMathLibrary_MakeTransform"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Location) == 0x000000, "Member 'KismetMathLibrary_MakeTransform::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Rotation) == 0x00000C, "Member 'KismetMathLibrary_MakeTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Scale) == 0x000018, "Member 'KismetMathLibrary_MakeTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector \ static_assert(alignof(KismetMathLibrary_MakeVector) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector"); \ static_assert(sizeof(KismetMathLibrary_MakeVector) == 0x000018, "Wrong size on KismetMathLibrary_MakeVector"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D \ static_assert(alignof(KismetMathLibrary_MakeVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector2D"); \ static_assert(sizeof(KismetMathLibrary_MakeVector2D) == 0x000010, "Wrong size on KismetMathLibrary_MakeVector2D"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector2D::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector2D::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector4 \ static_assert(alignof(KismetMathLibrary_MakeVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeVector4"); \ static_assert(sizeof(KismetMathLibrary_MakeVector4) == 0x000020, "Wrong size on KismetMathLibrary_MakeVector4"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector4::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector4::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector4::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, W) == 0x00000C, "Member 'KismetMathLibrary_MakeVector4::W' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped \ static_assert(alignof(KismetMathLibrary_MapRangeClamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeClamped"); \ static_assert(sizeof(KismetMathLibrary_MapRangeClamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeClamped"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeClamped::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped \ static_assert(alignof(KismetMathLibrary_MapRangeUnclamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeUnclamped"); \ static_assert(sizeof(KismetMathLibrary_MapRangeUnclamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeUnclamped"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeUnclamped::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeUnclamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ApplyScale \ static_assert(alignof(KismetMathLibrary_Matrix_ApplyScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ApplyScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ApplyScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ApplyScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ApplyScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, Scale) == 0x000040, "Member 'KismetMathLibrary_Matrix_ApplyScale::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ApplyScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ConcatenateTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, Translation) == 0x000040, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::Translation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ContainsNaN \ static_assert(alignof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ContainsNaN"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ContainsNaN"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ContainsNaN::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ContainsNaN::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetColumn \ static_assert(alignof(KismetMathLibrary_Matrix_GetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetColumn"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetColumn"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetColumn::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetColumn::Column' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetColumn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetDeterminant \ static_assert(alignof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetDeterminant"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetDeterminant"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetDeterminant::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetDeterminant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumBottomPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumFarPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumLeftPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumNearPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumRightPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumTopPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetInverse \ static_assert(alignof(KismetMathLibrary_Matrix_GetInverse) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetInverse"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetInverse) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetInverse"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetInverse::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetInverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMatrixWithoutScale \ static_assert(alignof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMaximumAxisScale \ static_assert(alignof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetOrigin \ static_assert(alignof(KismetMathLibrary_Matrix_GetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetOrigin"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetOrigin"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetOrigin::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotator \ static_assert(alignof(KismetMathLibrary_Matrix_GetRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotator"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetRotator) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotator"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotator::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotDeterminant \ static_assert(alignof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotDeterminant"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotDeterminant"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxes \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxes"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxes"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxis \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaleVector \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaleVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaleVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaleVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaleVector::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaleVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposeAdjoint \ static_assert(alignof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposed \ static_assert(alignof(KismetMathLibrary_Matrix_GetTransposed) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposed"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposed) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposed"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposed::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxes \ static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxes"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxes"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxis \ static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Identity \ static_assert(alignof(KismetMathLibrary_Matrix_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Identity"); \ static_assert(sizeof(KismetMathLibrary_Matrix_Identity) == 0x000040, "Wrong size on KismetMathLibrary_Matrix_Identity"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Matrix_Identity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformPosition \ static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformPosition"); \ static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformPosition"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformVector \ static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Mirror \ static_assert(alignof(KismetMathLibrary_Matrix_Mirror) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Mirror"); \ static_assert(sizeof(KismetMathLibrary_Matrix_Mirror) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_Mirror"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_Mirror::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, MirrorAxis) == 0x000040, "Member 'KismetMathLibrary_Matrix_Mirror::MirrorAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, FlipAxis) == 0x000041, "Member 'KismetMathLibrary_Matrix_Mirror::FlipAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_Mirror::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveScaling \ static_assert(alignof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveScaling"); \ static_assert(sizeof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_RemoveScaling"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveScaling::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveScaling::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_RemoveTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ScaleTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ScaleTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ScaleTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, Scale3D) == 0x000040, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::Scale3D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetAxis \ static_assert(alignof(KismetMathLibrary_Matrix_SetAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, AxisVector) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetAxis::AxisVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetColumn \ static_assert(alignof(KismetMathLibrary_Matrix_SetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetColumn"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetColumn"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetColumn::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetColumn::Column' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Value) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetColumn::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetOrigin \ static_assert(alignof(KismetMathLibrary_Matrix_SetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetOrigin"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetOrigin"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetOrigin::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, NewOrigin) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetOrigin::NewOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ToQuat \ static_assert(alignof(KismetMathLibrary_Matrix_ToQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ToQuat"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ToQuat) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ToQuat"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ToQuat::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ToQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformPosition \ static_assert(alignof(KismetMathLibrary_Matrix_TransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformPosition"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformPosition"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformPosition::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformPosition::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector \ static_assert(alignof(KismetMathLibrary_Matrix_TransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector4 \ static_assert(alignof(KismetMathLibrary_Matrix_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector4"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector4"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector4::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector4::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Max \ static_assert(alignof(KismetMathLibrary_Max) == 0x000004, "Wrong alignment on KismetMathLibrary_Max"); \ static_assert(sizeof(KismetMathLibrary_Max) == 0x00000C, "Wrong size on KismetMathLibrary_Max"); \ static_assert(offsetof(KismetMathLibrary_Max, A) == 0x000000, "Member 'KismetMathLibrary_Max::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Max, B) == 0x000004, "Member 'KismetMathLibrary_Max::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Max, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Max::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64 \ static_assert(alignof(KismetMathLibrary_MaxInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxInt64"); \ static_assert(sizeof(KismetMathLibrary_MaxInt64) == 0x000018, "Wrong size on KismetMathLibrary_MaxInt64"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, A) == 0x000000, "Member 'KismetMathLibrary_MaxInt64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, B) == 0x000008, "Member 'KismetMathLibrary_MaxInt64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MaxInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray \ static_assert(alignof(KismetMathLibrary_MaxOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfByteArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfByteArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfByteArray::ByteArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfByteArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfByteArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray \ static_assert(alignof(KismetMathLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfFloatArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfFloatArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray \ static_assert(alignof(KismetMathLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfIntArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfIntArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Min \ static_assert(alignof(KismetMathLibrary_Min) == 0x000004, "Wrong alignment on KismetMathLibrary_Min"); \ static_assert(sizeof(KismetMathLibrary_Min) == 0x00000C, "Wrong size on KismetMathLibrary_Min"); \ static_assert(offsetof(KismetMathLibrary_Min, A) == 0x000000, "Member 'KismetMathLibrary_Min::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Min, B) == 0x000004, "Member 'KismetMathLibrary_Min::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Min, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Min::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinimumAreaRectangle \ static_assert(alignof(KismetMathLibrary_MinimumAreaRectangle) == 0x000008, "Wrong alignment on KismetMathLibrary_MinimumAreaRectangle"); \ static_assert(sizeof(KismetMathLibrary_MinimumAreaRectangle) == 0x000048, "Wrong size on KismetMathLibrary_MinimumAreaRectangle"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, WorldContextObject) == 0x000000, "Member 'KismetMathLibrary_MinimumAreaRectangle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, InVerts) == 0x000008, "Member 'KismetMathLibrary_MinimumAreaRectangle::InVerts' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, SampleSurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_MinimumAreaRectangle::SampleSurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectCenter) == 0x000024, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectCenter' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectRotation) == 0x000030, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectRotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthX) == 0x00003C, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthX' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthY) == 0x000040, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthY' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, bDebugDraw) == 0x000044, "Member 'KismetMathLibrary_MinimumAreaRectangle::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinInt64 \ static_assert(alignof(KismetMathLibrary_MinInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MinInt64"); \ static_assert(sizeof(KismetMathLibrary_MinInt64) == 0x000018, "Wrong size on KismetMathLibrary_MinInt64"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, A) == 0x000000, "Member 'KismetMathLibrary_MinInt64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, B) == 0x000008, "Member 'KismetMathLibrary_MinInt64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MinInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray \ static_assert(alignof(KismetMathLibrary_MinOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfByteArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfByteArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MinOfByteArray::ByteArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfByteArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfByteArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray \ static_assert(alignof(KismetMathLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfFloatArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfFloatArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray \ static_assert(alignof(KismetMathLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfIntArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfIntArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal \ static_assert(alignof(KismetMathLibrary_MirrorVectorByNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000024, "Wrong size on KismetMathLibrary_MirrorVectorByNormal"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InVect) == 0x000000, "Member 'KismetMathLibrary_MirrorVectorByNormal::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte \ static_assert(alignof(KismetMathLibrary_Multiply_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Multiply_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Multiply_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Multiply_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Multiply_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Multiply_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_FloatFloat \ static_assert(alignof(KismetMathLibrary_Multiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Multiply_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat \ static_assert(alignof(KismetMathLibrary_Multiply_IntFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt \ static_assert(alignof(KismetMathLibrary_Multiply_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt \ static_assert(alignof(KismetMathLibrary_Multiply_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_LinearColorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat \ static_assert(alignof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000090, "Wrong size on KismetMathLibrary_Multiply_MatrixFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Multiply_MatrixFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Multiply_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat \ static_assert(alignof(KismetMathLibrary_Multiply_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_QuatQuat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat \ static_assert(alignof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_TimespanFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_TimespanFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_TimespanFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Multiply_TimespanFloat::Scalar' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_TimespanFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong size on KismetMathLibrary_MultiplyByPi"); \ static_assert(offsetof(KismetMathLibrary_MultiplyByPi, Value) == 0x000000, "Member 'KismetMathLibrary_MultiplyByPi::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyByPi, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Base) == 0x000000, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Base' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Exp) == 0x000004, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Exp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_NearlyEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform \ static_assert(alignof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_NearlyEqual_TransformTransform"); \ static_assert(sizeof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_NearlyEqual_TransformTransform"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x000064, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x000068, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x00006C, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Negated2D"); \ static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000010, "Wrong size on KismetMathLibrary_Negated2D"); \ static_assert(offsetof(KismetMathLibrary_Negated2D, A) == 0x000000, "Member 'KismetMathLibrary_Negated2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Negated2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000018, "Wrong size on KismetMathLibrary_NegateRotator"); \ static_assert(offsetof(KismetMathLibrary_NegateRotator, A) == 0x000000, "Member 'KismetMathLibrary_NegateRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NegateRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateVector"); \ static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000018, "Wrong size on KismetMathLibrary_NegateVector"); \ static_assert(offsetof(KismetMathLibrary_NegateVector, A) == 0x000000, "Member 'KismetMathLibrary_NegateVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NegateVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Normal \ static_assert(alignof(KismetMathLibrary_Normal) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal"); \ static_assert(sizeof(KismetMathLibrary_Normal) == 0x00001C, "Wrong size on KismetMathLibrary_Normal"); \ static_assert(offsetof(KismetMathLibrary_Normal, A) == 0x000000, "Member 'KismetMathLibrary_Normal::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normal, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Normal::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normal, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Normal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal2D"); \ static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000010, "Wrong size on KismetMathLibrary_Normal2D"); \ static_assert(offsetof(KismetMathLibrary_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Normal2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normal2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x00000C, "Wrong size on KismetMathLibrary_Normalize2D"); \ static_assert(offsetof(KismetMathLibrary_Normalize2D, A) == 0x000000, "Member 'KismetMathLibrary_Normalize2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normalize2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_Normalize2D::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis \ static_assert(alignof(KismetMathLibrary_NormalizeAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeAxis"); \ static_assert(sizeof(KismetMathLibrary_NormalizeAxis) == 0x000008, "Wrong size on KismetMathLibrary_NormalizeAxis"); \ static_assert(offsetof(KismetMathLibrary_NormalizeAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_NormalizeAxis::Angle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_NormalizeAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator \ static_assert(alignof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000024, "Wrong size on KismetMathLibrary_NormalizedDeltaRotator"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, A) == 0x000000, "Member 'KismetMathLibrary_NormalizedDeltaRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NormalizedDeltaRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000010, "Wrong size on KismetMathLibrary_NormalizeToRange"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, Value) == 0x000000, "Member 'KismetMathLibrary_NormalizeToRange::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMin) == 0x000004, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000014, "Wrong size on KismetMathLibrary_NormalSafe2D"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, A) == 0x000000, "Member 'KismetMathLibrary_NormalSafe2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalSafe2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int \ static_assert(alignof(KismetMathLibrary_Not_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Not_Int"); \ static_assert(sizeof(KismetMathLibrary_Not_Int) == 0x000008, "Wrong size on KismetMathLibrary_Not_Int"); \ static_assert(offsetof(KismetMathLibrary_Not_Int, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Not_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64 \ static_assert(alignof(KismetMathLibrary_Not_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Not_Int64"); \ static_assert(sizeof(KismetMathLibrary_Not_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Not_Int64"); \ static_assert(offsetof(KismetMathLibrary_Not_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Not_Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool \ static_assert(alignof(KismetMathLibrary_Not_PreBool) == 0x000001, "Wrong alignment on KismetMathLibrary_Not_PreBool"); \ static_assert(sizeof(KismetMathLibrary_Not_PreBool) == 0x000002, "Wrong size on KismetMathLibrary_Not_PreBool"); \ static_assert(offsetof(KismetMathLibrary_Not_PreBool, A) == 0x000000, "Member 'KismetMathLibrary_Not_PreBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_PreBool, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Not_PreBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool \ static_assert(alignof(KismetMathLibrary_NotEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_BoolBool"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_BoolBool"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_BoolBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_BoolBool::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_BoolBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_NotEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass \ static_assert(alignof(KismetMathLibrary_NotEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ClassClass"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ClassClass"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ClassClass::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ClassClass::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ClassClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_NotEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt \ static_assert(alignof(KismetMathLibrary_NotEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_NotEqual_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName \ static_assert(alignof(KismetMathLibrary_NotEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_NameName"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_NameName) == 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) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_QuatQuat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_RotatorRotator"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_NotEqualExactly_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Now \ static_assert(alignof(KismetMathLibrary_Now) == 0x000008, "Wrong alignment on KismetMathLibrary_Now"); \ static_assert(sizeof(KismetMathLibrary_Now) == 0x000008, "Wrong size on KismetMathLibrary_Now"); \ static_assert(offsetof(KismetMathLibrary_Now, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Now::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Or_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Or_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Or_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Or_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Or_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Or_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Or_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt \ static_assert(alignof(KismetMathLibrary_Or_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Or_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Or_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Or_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Or_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Or_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Or_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte \ static_assert(alignof(KismetMathLibrary_Percent_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Percent_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Percent_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Percent_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Percent_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Percent_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Percent_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat \ static_assert(alignof(KismetMathLibrary_Percent_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Percent_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Percent_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt \ static_assert(alignof(KismetMathLibrary_Percent_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Percent_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Percent_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Percent_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D \ static_assert(alignof(KismetMathLibrary_PerlinNoise1D) == 0x000004, "Wrong alignment on KismetMathLibrary_PerlinNoise1D"); \ static_assert(sizeof(KismetMathLibrary_PerlinNoise1D) == 0x000008, "Wrong size on KismetMathLibrary_PerlinNoise1D"); \ static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, Value) == 0x000000, "Member 'KismetMathLibrary_PerlinNoise1D::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_PerlinNoise1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar \ static_assert(alignof(KismetMathLibrary_PointsAreCoplanar) == 0x000008, "Wrong alignment on KismetMathLibrary_PointsAreCoplanar"); \ static_assert(sizeof(KismetMathLibrary_PointsAreCoplanar) == 0x000018, "Wrong size on KismetMathLibrary_PointsAreCoplanar"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Points) == 0x000000, "Member 'KismetMathLibrary_PointsAreCoplanar::Points' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Tolerance) == 0x000010, "Member 'KismetMathLibrary_PointsAreCoplanar::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_PointsAreCoplanar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane \ static_assert(alignof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000030, "Wrong size on KismetMathLibrary_ProjectPointOnToPlane"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, Point) == 0x000000, "Member 'KismetMathLibrary_ProjectPointOnToPlane::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneBase) == 0x00000C, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToPlane"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, PlaneNormal) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToVector"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, Target) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance \ static_assert(alignof(KismetMathLibrary_Quat_AngularDistance) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_AngularDistance"); \ static_assert(sizeof(KismetMathLibrary_Quat_AngularDistance) == 0x000030, "Wrong size on KismetMathLibrary_Quat_AngularDistance"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, A) == 0x000000, "Member 'KismetMathLibrary_Quat_AngularDistance::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, B) == 0x000010, "Member 'KismetMathLibrary_Quat_AngularDistance::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith \ static_assert(alignof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ static_assert(sizeof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000020, "Wrong size on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, B) == 0x000010, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler \ static_assert(alignof(KismetMathLibrary_Quat_Euler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Euler"); \ static_assert(sizeof(KismetMathLibrary_Quat_Euler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Euler"); \ static_assert(offsetof(KismetMathLibrary_Quat_Euler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Euler::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Euler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Euler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp \ static_assert(alignof(KismetMathLibrary_Quat_Exp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Exp"); \ static_assert(sizeof(KismetMathLibrary_Quat_Exp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Exp"); \ static_assert(offsetof(KismetMathLibrary_Quat_Exp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Exp::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Exp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle \ static_assert(alignof(KismetMathLibrary_Quat_GetAngle) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAngle"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAngle) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAngle"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAngle::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisX) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisX"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisX) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisX"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisX::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisY) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisY"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisY) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisY"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisY::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisZ) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisZ"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisZ) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisZ"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisZ::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis \ static_assert(alignof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetRotationAxis"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetRotationAxis"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetRotationAxis::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetRotationAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Identity \ static_assert(alignof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Identity"); \ static_assert(sizeof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong size on KismetMathLibrary_Quat_Identity"); \ static_assert(offsetof(KismetMathLibrary_Quat_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Quat_Identity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Inversed \ static_assert(alignof(KismetMathLibrary_Quat_Inversed) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Inversed"); \ static_assert(sizeof(KismetMathLibrary_Quat_Inversed) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Inversed"); \ static_assert(offsetof(KismetMathLibrary_Quat_Inversed, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Inversed::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Inversed, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Inversed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsFinite \ static_assert(alignof(KismetMathLibrary_Quat_IsFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsFinite"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsFinite"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsFinite::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsFinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsIdentity \ static_assert(alignof(KismetMathLibrary_Quat_IsIdentity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsIdentity"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsIdentity) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsIdentity"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsIdentity::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_IsIdentity::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Quat_IsIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNonFinite \ static_assert(alignof(KismetMathLibrary_Quat_IsNonFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNonFinite"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsNonFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNonFinite"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNonFinite::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNonFinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNormalized \ static_assert(alignof(KismetMathLibrary_Quat_IsNormalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNormalized"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsNormalized) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNormalized"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNormalized::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNormalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Log \ static_assert(alignof(KismetMathLibrary_Quat_Log) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Log"); \ static_assert(sizeof(KismetMathLibrary_Quat_Log) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Log"); \ static_assert(offsetof(KismetMathLibrary_Quat_Log, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Log::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Log::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_MakeFromEuler \ static_assert(alignof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_MakeFromEuler"); \ static_assert(sizeof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_MakeFromEuler"); \ static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, Euler) == 0x000000, "Member 'KismetMathLibrary_Quat_MakeFromEuler::Euler' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_MakeFromEuler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize \ static_assert(alignof(KismetMathLibrary_Quat_Normalize) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalize"); \ static_assert(sizeof(KismetMathLibrary_Quat_Normalize) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Normalize"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalize::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalize::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized \ static_assert(alignof(KismetMathLibrary_Quat_Normalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalized"); \ static_assert(sizeof(KismetMathLibrary_Quat_Normalized) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Normalized"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalized::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector \ static_assert(alignof(KismetMathLibrary_Quat_RotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_RotateVector"); \ static_assert(sizeof(KismetMathLibrary_Quat_RotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_RotateVector"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_RotateVector::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_RotateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator \ static_assert(alignof(KismetMathLibrary_Quat_Rotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Rotator"); \ static_assert(sizeof(KismetMathLibrary_Quat_Rotator) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Rotator"); \ static_assert(offsetof(KismetMathLibrary_Quat_Rotator, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Rotator::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Rotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Rotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents \ static_assert(alignof(KismetMathLibrary_Quat_SetComponents) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetComponents"); \ static_assert(sizeof(KismetMathLibrary_Quat_SetComponents) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetComponents"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetComponents::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, X) == 0x000010, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000014, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000018, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00001C, "Member 'KismetMathLibrary_Quat_SetComponents::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler \ static_assert(alignof(KismetMathLibrary_Quat_SetFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetFromEuler"); \ static_assert(sizeof(KismetMathLibrary_Quat_SetFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetFromEuler"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetFromEuler::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Euler) == 0x000010, "Member 'KismetMathLibrary_Quat_SetFromEuler::Euler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size \ static_assert(alignof(KismetMathLibrary_Quat_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Size"); \ static_assert(sizeof(KismetMathLibrary_Quat_Size) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Size"); \ static_assert(offsetof(KismetMathLibrary_Quat_Size, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Size::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Size::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared \ static_assert(alignof(KismetMathLibrary_Quat_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SizeSquared"); \ static_assert(sizeof(KismetMathLibrary_Quat_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SizeSquared"); \ static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SizeSquared::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector \ static_assert(alignof(KismetMathLibrary_Quat_UnrotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_UnrotateVector"); \ static_assert(sizeof(KismetMathLibrary_Quat_UnrotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_UnrotateVector"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_UnrotateVector::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_UnrotateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward \ static_assert(alignof(KismetMathLibrary_Quat_VectorForward) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorForward"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorForward) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorForward"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorForward::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight \ static_assert(alignof(KismetMathLibrary_Quat_VectorRight) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorRight"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorRight) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorRight"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorRight::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorRight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp \ static_assert(alignof(KismetMathLibrary_Quat_VectorUp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorUp"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorUp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorUp"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorUp::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong size on KismetMathLibrary_RadiansToDegrees"); \ static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_RadiansToDegrees::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RadiansToDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBool \ static_assert(alignof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong alignment on KismetMathLibrary_RandomBool"); \ static_assert(sizeof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong size on KismetMathLibrary_RandomBool"); \ static_assert(offsetof(KismetMathLibrary_RandomBool, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream \ static_assert(alignof(KismetMathLibrary_RandomBoolFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomBoolFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomBoolFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight \ static_assert(alignof(KismetMathLibrary_RandomBoolWithWeight) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeight"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeight) == 0x000008, "Wrong size on KismetMathLibrary_RandomBoolWithWeight"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeight::Weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream \ static_assert(alignof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ static_assert(alignof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong size on KismetMathLibrary_RandomFloat"); \ static_assert(offsetof(KismetMathLibrary_RandomFloat, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream \ static_assert(alignof(KismetMathLibrary_RandomFloatFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange \ static_assert(alignof(KismetMathLibrary_RandomFloatInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRangeFromStream \ static_assert(alignof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRangeFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomFloatInRangeFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger \ static_assert(alignof(KismetMathLibrary_RandomInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomInteger"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger) == 0x000008, "Wrong size on KismetMathLibrary_RandomInteger"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64 \ static_assert(alignof(KismetMathLibrary_RandomInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger64) == 0x000010, "Wrong size on KismetMathLibrary_RandomInteger64"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange \ static_assert(alignof(KismetMathLibrary_RandomInteger64InRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64InRange"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger64InRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomInteger64InRange"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomInteger64InRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream \ static_assert(alignof(KismetMathLibrary_RandomIntegerFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomIntegerFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange \ static_assert(alignof(KismetMathLibrary_RandomIntegerInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRange"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomIntegerInRange"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream \ static_assert(alignof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000024, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Origin) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, BoxExtent) == 0x00000C, "Member 'KismetMathLibrary_RandomPointInBoundingBox::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator \ static_assert(alignof(KismetMathLibrary_RandomRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotator"); \ static_assert(sizeof(KismetMathLibrary_RandomRotator) == 0x000010, "Wrong size on KismetMathLibrary_RandomRotator"); \ static_assert(offsetof(KismetMathLibrary_RandomRotator, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotator::bRoll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomRotator, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream \ static_assert(alignof(KismetMathLibrary_RandomRotatorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotatorFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomRotatorFromStream) == 0x000018, "Wrong size on KismetMathLibrary_RandomRotatorFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomRotatorFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector \ static_assert(alignof(KismetMathLibrary_RandomUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVector"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVector) == 0x00000C, "Wrong size on KismetMathLibrary_RandomUnitVector"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVector, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorFromStream \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomUnitVectorFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegrees \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeHalfAngleInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeHalfAngleInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxYawInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxPitchInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxYawInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxPitchInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream \ static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_REase \ static_assert(alignof(KismetMathLibrary_REase) == 0x000004, "Wrong alignment on KismetMathLibrary_REase"); \ static_assert(sizeof(KismetMathLibrary_REase) == 0x000034, "Wrong size on KismetMathLibrary_REase"); \ static_assert(offsetof(KismetMathLibrary_REase, A) == 0x000000, "Member 'KismetMathLibrary_REase::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, B) == 0x00000C, "Member 'KismetMathLibrary_REase::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, Alpha) == 0x000018, "Member 'KismetMathLibrary_REase::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_REase::bShortestPath' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, EasingFunc) == 0x00001D, "Member 'KismetMathLibrary_REase::EasingFunc' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_REase::BlendExp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, Steps) == 0x000024, "Member 'KismetMathLibrary_REase::Steps' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_REase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_REase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ResetFloatSpringState \ static_assert(alignof(KismetMathLibrary_ResetFloatSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetFloatSpringState"); \ static_assert(sizeof(KismetMathLibrary_ResetFloatSpringState) == 0x000008, "Wrong size on KismetMathLibrary_ResetFloatSpringState"); \ static_assert(offsetof(KismetMathLibrary_ResetFloatSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetFloatSpringState::SpringState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ResetRandomStream \ static_assert(alignof(KismetMathLibrary_ResetRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetRandomStream"); \ static_assert(sizeof(KismetMathLibrary_ResetRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_ResetRandomStream"); \ static_assert(offsetof(KismetMathLibrary_ResetRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_ResetRandomStream::Stream' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ResetVectorSpringState \ static_assert(alignof(KismetMathLibrary_ResetVectorSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetVectorSpringState"); \ static_assert(sizeof(KismetMathLibrary_ResetVectorSpringState) == 0x000018, "Wrong size on KismetMathLibrary_ResetVectorSpringState"); \ static_assert(offsetof(KismetMathLibrary_ResetVectorSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetVectorSpringState::SpringState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RGBLinearToHSV \ static_assert(alignof(KismetMathLibrary_RGBLinearToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBLinearToHSV"); \ static_assert(sizeof(KismetMathLibrary_RGBLinearToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBLinearToHSV"); \ static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBLinearToHSV::RGB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RGBLinearToHSV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RGBtoHSV \ static_assert(alignof(KismetMathLibrary_RGBtoHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBtoHSV"); \ static_assert(sizeof(KismetMathLibrary_RGBtoHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBtoHSV"); \ static_assert(offsetof(KismetMathLibrary_RGBtoHSV, InColor) == 0x000000, "Member 'KismetMathLibrary_RGBtoHSV::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBtoHSV, H) == 0x000010, "Member 'KismetMathLibrary_RGBtoHSV::H' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBtoHSV, S) == 0x000014, "Member 'KismetMathLibrary_RGBtoHSV::S' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBtoHSV, V) == 0x000018, "Member 'KismetMathLibrary_RGBtoHSV::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBtoHSV, A) == 0x00001C, "Member 'KismetMathLibrary_RGBtoHSV::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV_Vector \ static_assert(alignof(KismetMathLibrary_RGBToHSV_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV_Vector"); \ static_assert(sizeof(KismetMathLibrary_RGBToHSV_Vector) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV_Vector"); \ static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV_Vector::RGB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, HSV) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV_Vector::HSV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo \ static_assert(alignof(KismetMathLibrary_RInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo"); \ static_assert(sizeof(KismetMathLibrary_RInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant \ static_assert(alignof(KismetMathLibrary_RInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo_Constant"); \ static_assert(sizeof(KismetMathLibrary_RInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo_Constant"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RLerp \ static_assert(alignof(KismetMathLibrary_RLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_RLerp"); \ static_assert(sizeof(KismetMathLibrary_RLerp) == 0x00002C, "Wrong size on KismetMathLibrary_RLerp"); \ static_assert(offsetof(KismetMathLibrary_RLerp, A) == 0x000000, "Member 'KismetMathLibrary_RLerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RLerp, B) == 0x00000C, "Member 'KismetMathLibrary_RLerp::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_RLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RLerp, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_RLerp::bShortestPath' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RLerp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RLerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis \ static_assert(alignof(KismetMathLibrary_RotateAngleAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_RotateAngleAxis"); \ static_assert(sizeof(KismetMathLibrary_RotateAngleAxis) == 0x000028, "Wrong size on KismetMathLibrary_RotateAngleAxis"); \ static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, InVect) == 0x000000, "Member 'KismetMathLibrary_RotateAngleAxis::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, AngleDeg) == 0x00000C, "Member 'KismetMathLibrary_RotateAngleAxis::AngleDeg' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, Axis) == 0x000010, "Member 'KismetMathLibrary_RotateAngleAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RotateAngleAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle \ static_assert(alignof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_RotatorFromAxisAndAngle"); \ static_assert(sizeof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x00001C, "Wrong size on KismetMathLibrary_RotatorFromAxisAndAngle"); \ static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Axis) == 0x000000, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Angle) == 0x00000C, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Round \ static_assert(alignof(KismetMathLibrary_Round) == 0x000004, "Wrong alignment on KismetMathLibrary_Round"); \ static_assert(sizeof(KismetMathLibrary_Round) == 0x000008, "Wrong size on KismetMathLibrary_Round"); \ static_assert(offsetof(KismetMathLibrary_Round, A) == 0x000000, "Member 'KismetMathLibrary_Round::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Round, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Round::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Round64 \ static_assert(alignof(KismetMathLibrary_Round64) == 0x000008, "Wrong alignment on KismetMathLibrary_Round64"); \ static_assert(sizeof(KismetMathLibrary_Round64) == 0x000010, "Wrong size on KismetMathLibrary_Round64"); \ static_assert(offsetof(KismetMathLibrary_Round64, A) == 0x000000, "Member 'KismetMathLibrary_Round64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Round64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Round64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SafeDivide \ static_assert(alignof(KismetMathLibrary_SafeDivide) == 0x000004, "Wrong alignment on KismetMathLibrary_SafeDivide"); \ static_assert(sizeof(KismetMathLibrary_SafeDivide) == 0x00000C, "Wrong size on KismetMathLibrary_SafeDivide"); \ static_assert(offsetof(KismetMathLibrary_SafeDivide, A) == 0x000000, "Member 'KismetMathLibrary_SafeDivide::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SafeDivide, B) == 0x000004, "Member 'KismetMathLibrary_SafeDivide::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SafeDivide, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SafeDivide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SeedRandomStream \ static_assert(alignof(KismetMathLibrary_SeedRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_SeedRandomStream"); \ static_assert(sizeof(KismetMathLibrary_SeedRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_SeedRandomStream"); \ static_assert(offsetof(KismetMathLibrary_SeedRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_SeedRandomStream::Stream' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectClass \ static_assert(alignof(KismetMathLibrary_SelectClass) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectClass"); \ static_assert(sizeof(KismetMathLibrary_SelectClass) == 0x000020, "Wrong size on KismetMathLibrary_SelectClass"); \ static_assert(offsetof(KismetMathLibrary_SelectClass, A) == 0x000000, "Member 'KismetMathLibrary_SelectClass::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectClass, B) == 0x000008, "Member 'KismetMathLibrary_SelectClass::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectClass, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectClass::bSelectA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectClass, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectColor \ static_assert(alignof(KismetMathLibrary_SelectColor) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectColor"); \ static_assert(sizeof(KismetMathLibrary_SelectColor) == 0x000034, "Wrong size on KismetMathLibrary_SelectColor"); \ static_assert(offsetof(KismetMathLibrary_SelectColor, A) == 0x000000, "Member 'KismetMathLibrary_SelectColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectColor, B) == 0x000010, "Member 'KismetMathLibrary_SelectColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectColor, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectColor::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectColor, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_SelectColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectFloat \ static_assert(alignof(KismetMathLibrary_SelectFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectFloat"); \ static_assert(sizeof(KismetMathLibrary_SelectFloat) == 0x000010, "Wrong size on KismetMathLibrary_SelectFloat"); \ static_assert(offsetof(KismetMathLibrary_SelectFloat, A) == 0x000000, "Member 'KismetMathLibrary_SelectFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectFloat, B) == 0x000004, "Member 'KismetMathLibrary_SelectFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectFloat, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectFloat::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectInt \ static_assert(alignof(KismetMathLibrary_SelectInt) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectInt"); \ static_assert(sizeof(KismetMathLibrary_SelectInt) == 0x000010, "Wrong size on KismetMathLibrary_SelectInt"); \ static_assert(offsetof(KismetMathLibrary_SelectInt, A) == 0x000000, "Member 'KismetMathLibrary_SelectInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectInt, B) == 0x000004, "Member 'KismetMathLibrary_SelectInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectInt, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectInt::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectObject \ static_assert(alignof(KismetMathLibrary_SelectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectObject"); \ static_assert(sizeof(KismetMathLibrary_SelectObject) == 0x000020, "Wrong size on KismetMathLibrary_SelectObject"); \ static_assert(offsetof(KismetMathLibrary_SelectObject, A) == 0x000000, "Member 'KismetMathLibrary_SelectObject::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectObject, B) == 0x000008, "Member 'KismetMathLibrary_SelectObject::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectObject, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectObject::bSelectA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectObject, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectRotator \ static_assert(alignof(KismetMathLibrary_SelectRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectRotator"); \ static_assert(sizeof(KismetMathLibrary_SelectRotator) == 0x000028, "Wrong size on KismetMathLibrary_SelectRotator"); \ static_assert(offsetof(KismetMathLibrary_SelectRotator, A) == 0x000000, "Member 'KismetMathLibrary_SelectRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectRotator, B) == 0x00000C, "Member 'KismetMathLibrary_SelectRotator::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectRotator, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectRotator::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectString \ static_assert(alignof(KismetMathLibrary_SelectString) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectString"); \ static_assert(sizeof(KismetMathLibrary_SelectString) == 0x000038, "Wrong size on KismetMathLibrary_SelectString"); \ static_assert(offsetof(KismetMathLibrary_SelectString, A) == 0x000000, "Member 'KismetMathLibrary_SelectString::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectString, B) == 0x000010, "Member 'KismetMathLibrary_SelectString::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectString, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectString::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectString, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectTransform \ static_assert(alignof(KismetMathLibrary_SelectTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_SelectTransform"); \ static_assert(sizeof(KismetMathLibrary_SelectTransform) == 0x0000A0, "Wrong size on KismetMathLibrary_SelectTransform"); \ static_assert(offsetof(KismetMathLibrary_SelectTransform, A) == 0x000000, "Member 'KismetMathLibrary_SelectTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectTransform, B) == 0x000030, "Member 'KismetMathLibrary_SelectTransform::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectTransform, bPickA) == 0x000060, "Member 'KismetMathLibrary_SelectTransform::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectTransform, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_SelectTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SelectVector \ static_assert(alignof(KismetMathLibrary_SelectVector) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectVector"); \ static_assert(sizeof(KismetMathLibrary_SelectVector) == 0x000028, "Wrong size on KismetMathLibrary_SelectVector"); \ static_assert(offsetof(KismetMathLibrary_SelectVector, A) == 0x000000, "Member 'KismetMathLibrary_SelectVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectVector, B) == 0x00000C, "Member 'KismetMathLibrary_SelectVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectVector, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectVector::bPickA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SelectVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Set2D \ static_assert(alignof(KismetMathLibrary_Set2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Set2D"); \ static_assert(sizeof(KismetMathLibrary_Set2D) == 0x000010, "Wrong size on KismetMathLibrary_Set2D"); \ static_assert(offsetof(KismetMathLibrary_Set2D, A) == 0x000000, "Member 'KismetMathLibrary_Set2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Set2D, X) == 0x000008, "Member 'KismetMathLibrary_Set2D::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Set2D, Y) == 0x00000C, "Member 'KismetMathLibrary_Set2D::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SetRandomStreamSeed \ static_assert(alignof(KismetMathLibrary_SetRandomStreamSeed) == 0x000004, "Wrong alignment on KismetMathLibrary_SetRandomStreamSeed"); \ static_assert(sizeof(KismetMathLibrary_SetRandomStreamSeed) == 0x00000C, "Wrong size on KismetMathLibrary_SetRandomStreamSeed"); \ static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, Stream) == 0x000000, "Member 'KismetMathLibrary_SetRandomStreamSeed::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, NewSeed) == 0x000008, "Member 'KismetMathLibrary_SetRandomStreamSeed::NewSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat \ static_assert(alignof(KismetMathLibrary_SignOfFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfFloat"); \ static_assert(sizeof(KismetMathLibrary_SignOfFloat) == 0x000008, "Wrong size on KismetMathLibrary_SignOfFloat"); \ static_assert(offsetof(KismetMathLibrary_SignOfFloat, A) == 0x000000, "Member 'KismetMathLibrary_SignOfFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SignOfFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger \ static_assert(alignof(KismetMathLibrary_SignOfInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfInteger"); \ static_assert(sizeof(KismetMathLibrary_SignOfInteger) == 0x000008, "Wrong size on KismetMathLibrary_SignOfInteger"); \ static_assert(offsetof(KismetMathLibrary_SignOfInteger, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SignOfInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger64 \ static_assert(alignof(KismetMathLibrary_SignOfInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfInteger64"); \ static_assert(sizeof(KismetMathLibrary_SignOfInteger64) == 0x000010, "Wrong size on KismetMathLibrary_SignOfInteger64"); \ static_assert(offsetof(KismetMathLibrary_SignOfInteger64, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_SignOfInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SignOfInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Sin \ static_assert(alignof(KismetMathLibrary_Sin) == 0x000004, "Wrong alignment on KismetMathLibrary_Sin"); \ static_assert(sizeof(KismetMathLibrary_Sin) == 0x000008, "Wrong size on KismetMathLibrary_Sin"); \ static_assert(offsetof(KismetMathLibrary_Sin, A) == 0x000000, "Member 'KismetMathLibrary_Sin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Sin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian \ static_assert(alignof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000004, "Wrong alignment on KismetMathLibrary_Spherical2DToUnitCartesian"); \ static_assert(sizeof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000014, "Wrong size on KismetMathLibrary_Spherical2DToUnitCartesian"); \ static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, A) == 0x000000, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Sqrt \ static_assert(alignof(KismetMathLibrary_Sqrt) == 0x000004, "Wrong alignment on KismetMathLibrary_Sqrt"); \ static_assert(sizeof(KismetMathLibrary_Sqrt) == 0x000008, "Wrong size on KismetMathLibrary_Sqrt"); \ static_assert(offsetof(KismetMathLibrary_Sqrt, A) == 0x000000, "Member 'KismetMathLibrary_Sqrt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Sqrt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sqrt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Square \ static_assert(alignof(KismetMathLibrary_Square) == 0x000004, "Wrong alignment on KismetMathLibrary_Square"); \ static_assert(sizeof(KismetMathLibrary_Square) == 0x000008, "Wrong size on KismetMathLibrary_Square"); \ static_assert(offsetof(KismetMathLibrary_Square, A) == 0x000000, "Member 'KismetMathLibrary_Square::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Square, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Square::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_ByteByte \ static_assert(alignof(KismetMathLibrary_Subtract_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Subtract_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Subtract_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Subtract_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Subtract_ByteByte::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Subtract_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeTimespan \ static_assert(alignof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeTimespan"); \ static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeTimespan"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_FloatFloat \ static_assert(alignof(KismetMathLibrary_Subtract_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Subtract_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_FloatFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Subtract_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Subtract_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntInt \ static_assert(alignof(KismetMathLibrary_Subtract_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Subtract_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointInt \ static_assert(alignof(KismetMathLibrary_Subtract_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Subtract_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_QuatQuat \ static_assert(alignof(KismetMathLibrary_Subtract_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_Subtract_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_QuatQuat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat \ static_assert(alignof(KismetMathLibrary_Subtract_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Subtract_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorFloat::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt \ static_assert(alignof(KismetMathLibrary_Subtract_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Subtract_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector \ static_assert(alignof(KismetMathLibrary_Subtract_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Subtract_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Subtract_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorVector::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_tan \ static_assert(alignof(KismetMathLibrary_tan) == 0x000004, "Wrong alignment on KismetMathLibrary_tan"); \ static_assert(sizeof(KismetMathLibrary_tan) == 0x000008, "Wrong size on KismetMathLibrary_tan"); \ static_assert(offsetof(KismetMathLibrary_tan, A) == 0x000000, "Member 'KismetMathLibrary_tan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_tan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_tan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TEase \ static_assert(alignof(KismetMathLibrary_TEase) == 0x000010, "Wrong alignment on KismetMathLibrary_TEase"); \ static_assert(sizeof(KismetMathLibrary_TEase) == 0x0000A0, "Wrong size on KismetMathLibrary_TEase"); \ static_assert(offsetof(KismetMathLibrary_TEase, A) == 0x000000, "Member 'KismetMathLibrary_TEase::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, B) == 0x000030, "Member 'KismetMathLibrary_TEase::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, Alpha) == 0x000060, "Member 'KismetMathLibrary_TEase::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, EasingFunc) == 0x000064, "Member 'KismetMathLibrary_TEase::EasingFunc' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, BlendExp) == 0x000068, "Member 'KismetMathLibrary_TEase::BlendExp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, Steps) == 0x00006C, "Member 'KismetMathLibrary_TEase::Steps' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TEase, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TEase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TimespanFromString \ static_assert(alignof(KismetMathLibrary_TimespanFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanFromString"); \ static_assert(sizeof(KismetMathLibrary_TimespanFromString) == 0x000020, "Wrong size on KismetMathLibrary_TimespanFromString"); \ static_assert(offsetof(KismetMathLibrary_TimespanFromString, TimespanString) == 0x000000, "Member 'KismetMathLibrary_TimespanFromString::TimespanString' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TimespanFromString, Result) == 0x000010, "Member 'KismetMathLibrary_TimespanFromString::Result' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TimespanFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_TimespanFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMaxValue \ static_assert(alignof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMaxValue"); \ static_assert(sizeof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMaxValue"); \ static_assert(offsetof(KismetMathLibrary_TimespanMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMinValue \ static_assert(alignof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMinValue"); \ static_assert(sizeof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMinValue"); \ static_assert(offsetof(KismetMathLibrary_TimespanMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TimespanRatio \ static_assert(alignof(KismetMathLibrary_TimespanRatio) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanRatio"); \ static_assert(sizeof(KismetMathLibrary_TimespanRatio) == 0x000018, "Wrong size on KismetMathLibrary_TimespanRatio"); \ static_assert(offsetof(KismetMathLibrary_TimespanRatio, A) == 0x000000, "Member 'KismetMathLibrary_TimespanRatio::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TimespanRatio, B) == 0x000008, "Member 'KismetMathLibrary_TimespanRatio::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TimespanRatio, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_TimespanRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TimespanZeroValue \ static_assert(alignof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanZeroValue"); \ static_assert(sizeof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanZeroValue"); \ static_assert(offsetof(KismetMathLibrary_TimespanZeroValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanZeroValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TInterpTo \ static_assert(alignof(KismetMathLibrary_TInterpTo) == 0x000010, "Wrong alignment on KismetMathLibrary_TInterpTo"); \ static_assert(sizeof(KismetMathLibrary_TInterpTo) == 0x0000A0, "Wrong size on KismetMathLibrary_TInterpTo"); \ static_assert(offsetof(KismetMathLibrary_TInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_TInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TInterpTo, Target) == 0x000030, "Member 'KismetMathLibrary_TInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TInterpTo, DeltaTime) == 0x000060, "Member 'KismetMathLibrary_TInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TInterpTo, InterpSpeed) == 0x000064, "Member 'KismetMathLibrary_TInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TInterpTo, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TLerp \ static_assert(alignof(KismetMathLibrary_TLerp) == 0x000010, "Wrong alignment on KismetMathLibrary_TLerp"); \ static_assert(sizeof(KismetMathLibrary_TLerp) == 0x0000A0, "Wrong size on KismetMathLibrary_TLerp"); \ static_assert(offsetof(KismetMathLibrary_TLerp, A) == 0x000000, "Member 'KismetMathLibrary_TLerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TLerp, B) == 0x000030, "Member 'KismetMathLibrary_TLerp::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TLerp, Alpha) == 0x000060, "Member 'KismetMathLibrary_TLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TLerp, InterpMode) == 0x000064, "Member 'KismetMathLibrary_TLerp::InterpMode' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TLerp, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TLerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Today \ static_assert(alignof(KismetMathLibrary_Today) == 0x000008, "Wrong alignment on KismetMathLibrary_Today"); \ static_assert(sizeof(KismetMathLibrary_Today) == 0x000008, "Wrong size on KismetMathLibrary_Today"); \ static_assert(offsetof(KismetMathLibrary_Today, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Today::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ToDirectionAndLength2D \ static_assert(alignof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToDirectionAndLength2D"); \ static_assert(sizeof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000014, "Wrong size on KismetMathLibrary_ToDirectionAndLength2D"); \ static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, A) == 0x000000, "Member 'KismetMathLibrary_ToDirectionAndLength2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutDir) == 0x000008, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutDir' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutLength) == 0x000010, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D \ static_assert(alignof(KismetMathLibrary_ToRounded2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToRounded2D"); \ static_assert(sizeof(KismetMathLibrary_ToRounded2D) == 0x000010, "Wrong size on KismetMathLibrary_ToRounded2D"); \ static_assert(offsetof(KismetMathLibrary_ToRounded2D, A) == 0x000000, "Member 'KismetMathLibrary_ToRounded2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ToRounded2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToRounded2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D \ static_assert(alignof(KismetMathLibrary_ToSign2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToSign2D"); \ static_assert(sizeof(KismetMathLibrary_ToSign2D) == 0x000010, "Wrong size on KismetMathLibrary_ToSign2D"); \ static_assert(offsetof(KismetMathLibrary_ToSign2D, A) == 0x000000, "Member 'KismetMathLibrary_ToSign2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ToSign2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToSign2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Transform_Determinant \ static_assert(alignof(KismetMathLibrary_Transform_Determinant) == 0x000010, "Wrong alignment on KismetMathLibrary_Transform_Determinant"); \ static_assert(sizeof(KismetMathLibrary_Transform_Determinant) == 0x000040, "Wrong size on KismetMathLibrary_Transform_Determinant"); \ static_assert(offsetof(KismetMathLibrary_Transform_Determinant, Transform) == 0x000000, "Member 'KismetMathLibrary_Transform_Determinant::Transform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Transform_Determinant, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Transform_Determinant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TransformDirection \ static_assert(alignof(KismetMathLibrary_TransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformDirection"); \ static_assert(sizeof(KismetMathLibrary_TransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_TransformDirection"); \ static_assert(offsetof(KismetMathLibrary_TransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_TransformDirection::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_TransformDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TransformLocation \ static_assert(alignof(KismetMathLibrary_TransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformLocation"); \ static_assert(sizeof(KismetMathLibrary_TransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_TransformLocation"); \ static_assert(offsetof(KismetMathLibrary_TransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_TransformLocation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_TransformLocation::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TransformRotation \ static_assert(alignof(KismetMathLibrary_TransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformRotation"); \ static_assert(sizeof(KismetMathLibrary_TransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_TransformRotation"); \ static_assert(offsetof(KismetMathLibrary_TransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_TransformRotation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_TransformRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_TransformVector4 \ static_assert(alignof(KismetMathLibrary_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformVector4"); \ static_assert(sizeof(KismetMathLibrary_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_TransformVector4"); \ static_assert(offsetof(KismetMathLibrary_TransformVector4, Matrix) == 0x000000, "Member 'KismetMathLibrary_TransformVector4::Matrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformVector4, Vec4) == 0x000040, "Member 'KismetMathLibrary_TransformVector4::Vec4' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_TransformVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_UtcNow \ static_assert(alignof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong alignment on KismetMathLibrary_UtcNow"); \ static_assert(sizeof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong size on KismetMathLibrary_UtcNow"); \ static_assert(offsetof(KismetMathLibrary_UtcNow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_UtcNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VEase \ static_assert(alignof(KismetMathLibrary_VEase) == 0x000004, "Wrong alignment on KismetMathLibrary_VEase"); \ static_assert(sizeof(KismetMathLibrary_VEase) == 0x000034, "Wrong size on KismetMathLibrary_VEase"); \ static_assert(offsetof(KismetMathLibrary_VEase, A) == 0x000000, "Member 'KismetMathLibrary_VEase::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, B) == 0x00000C, "Member 'KismetMathLibrary_VEase::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, Alpha) == 0x000018, "Member 'KismetMathLibrary_VEase::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, EasingFunc) == 0x00001C, "Member 'KismetMathLibrary_VEase::EasingFunc' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_VEase::BlendExp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, Steps) == 0x000024, "Member 'KismetMathLibrary_VEase::Steps' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VEase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_VEase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One \ static_assert(alignof(KismetMathLibrary_Vector2D_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_One"); \ static_assert(sizeof(KismetMathLibrary_Vector2D_One) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_One"); \ static_assert(offsetof(KismetMathLibrary_Vector2D_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_One::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Unit45Deg \ static_assert(alignof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Unit45Deg"); \ static_assert(sizeof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Unit45Deg"); \ static_assert(offsetof(KismetMathLibrary_Vector2D_Unit45Deg, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Unit45Deg::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Zero \ static_assert(alignof(KismetMathLibrary_Vector2D_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Zero"); \ static_assert(sizeof(KismetMathLibrary_Vector2D_Zero) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Zero"); \ static_assert(offsetof(KismetMathLibrary_Vector2D_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Zero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo \ static_assert(alignof(KismetMathLibrary_Vector2DInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo"); \ static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant \ static_assert(alignof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo_Constant"); \ static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo_Constant"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Assign \ static_assert(alignof(KismetMathLibrary_Vector4_Assign) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Assign"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Assign) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Assign"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Assign::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Assign, InVector) == 0x000010, "Member 'KismetMathLibrary_Vector4_Assign::InVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_CrossProduct3 \ static_assert(alignof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_CrossProduct3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_CrossProduct3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_CrossProduct3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_CrossProduct3::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_CrossProduct3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct \ static_assert(alignof(KismetMathLibrary_Vector4_DotProduct) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct"); \ static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct3 \ static_assert(alignof(KismetMathLibrary_Vector4_DotProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct3::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNAN \ static_assert(alignof(KismetMathLibrary_Vector4_IsNAN) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNAN"); \ static_assert(sizeof(KismetMathLibrary_Vector4_IsNAN) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNAN"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNAN::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNAN::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNearlyZero3 \ static_assert(alignof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNearlyZero3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNearlyZero3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNormal3 \ static_assert(alignof(KismetMathLibrary_Vector4_IsNormal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNormal3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_IsNormal3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNormal3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNormal3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNormal3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsUnit3 \ static_assert(alignof(KismetMathLibrary_Vector4_IsUnit3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsUnit3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_IsUnit3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsUnit3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsUnit3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, SquaredLenthTolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsUnit3::SquaredLenthTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsUnit3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsZero \ static_assert(alignof(KismetMathLibrary_Vector4_IsZero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsZero"); \ static_assert(sizeof(KismetMathLibrary_Vector4_IsZero) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsZero"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsZero::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_MirrorByVector3 \ static_assert(alignof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_MirrorByVector3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_MirrorByVector3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, Direction) == 0x000000, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, SurfaceNormal) == 0x000010, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::SurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Negated \ static_assert(alignof(KismetMathLibrary_Vector4_Negated) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Negated"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Negated) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Negated"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Negated, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Negated::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Negated, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Negated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normal3 \ static_assert(alignof(KismetMathLibrary_Vector4_Normal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normal3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Normal3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Normal3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normal3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normal3::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normal3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normalize3 \ static_assert(alignof(KismetMathLibrary_Vector4_Normalize3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normalize3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Normalize3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Normalize3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normalize3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normalize3::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_NormalUnsafe3 \ static_assert(alignof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_NormalUnsafe3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_NormalUnsafe3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Set \ static_assert(alignof(KismetMathLibrary_Vector4_Set) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Set"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Set) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Set"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Set::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Set, X) == 0x000010, "Member 'KismetMathLibrary_Vector4_Set::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Set, Y) == 0x000014, "Member 'KismetMathLibrary_Vector4_Set::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Set, Z) == 0x000018, "Member 'KismetMathLibrary_Vector4_Set::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Set, W) == 0x00001C, "Member 'KismetMathLibrary_Vector4_Set::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size \ static_assert(alignof(KismetMathLibrary_Vector4_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Size) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Size, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size3 \ static_assert(alignof(KismetMathLibrary_Vector4_Size3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Size3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Size3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Size3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared \ static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared"); \ static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared"); \ static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared3 \ static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared3"); \ static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared3"); \ static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared3::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Zero \ static_assert(alignof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Zero"); \ static_assert(sizeof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong size on KismetMathLibrary_Vector4_Zero"); \ static_assert(offsetof(KismetMathLibrary_Vector4_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector4_Zero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_AddBounded \ static_assert(alignof(KismetMathLibrary_Vector_AddBounded) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_AddBounded"); \ static_assert(sizeof(KismetMathLibrary_Vector_AddBounded) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_AddBounded"); \ static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, A) == 0x000000, "Member 'KismetMathLibrary_Vector_AddBounded::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InAddVect) == 0x00000C, "Member 'KismetMathLibrary_Vector_AddBounded::InAddVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InRadius) == 0x000018, "Member 'KismetMathLibrary_Vector_AddBounded::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign \ static_assert(alignof(KismetMathLibrary_Vector_Assign) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Assign"); \ static_assert(sizeof(KismetMathLibrary_Vector_Assign) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Assign"); \ static_assert(offsetof(KismetMathLibrary_Vector_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Assign::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Assign, InVector) == 0x00000C, "Member 'KismetMathLibrary_Vector_Assign::InVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward \ static_assert(alignof(KismetMathLibrary_Vector_Backward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Backward"); \ static_assert(sizeof(KismetMathLibrary_Vector_Backward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Backward"); \ static_assert(offsetof(KismetMathLibrary_Vector_Backward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Backward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToBox \ static_assert(alignof(KismetMathLibrary_Vector_BoundedToBox) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToBox"); \ static_assert(sizeof(KismetMathLibrary_Vector_BoundedToBox) == 0x000030, "Wrong size on KismetMathLibrary_Vector_BoundedToBox"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToBox::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMin) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMax) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_Vector_BoundedToBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube \ static_assert(alignof(KismetMathLibrary_Vector_BoundedToCube) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToCube"); \ static_assert(sizeof(KismetMathLibrary_Vector_BoundedToCube) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_BoundedToCube"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToCube::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InRadius) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToCube::InRadius' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_BoundedToCube::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D \ static_assert(alignof(KismetMathLibrary_Vector_ClampSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSize2D"); \ static_assert(sizeof(KismetMathLibrary_Vector_ClampSize2D) == 0x000020, "Wrong size on KismetMathLibrary_Vector_ClampSize2D"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSize2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Min) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSize2D::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Max) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSize2D::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector_ClampSize2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax \ static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax"); \ static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax2D \ static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax2D"); \ static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax2D"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMax \ static_assert(alignof(KismetMathLibrary_Vector_ComponentMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMax"); \ static_assert(sizeof(KismetMathLibrary_Vector_ComponentMax) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMax"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMax::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMin \ static_assert(alignof(KismetMathLibrary_Vector_ComponentMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMin"); \ static_assert(sizeof(KismetMathLibrary_Vector_ComponentMin) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMin"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMin::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_CosineAngle2D \ static_assert(alignof(KismetMathLibrary_Vector_CosineAngle2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_CosineAngle2D"); \ static_assert(sizeof(KismetMathLibrary_Vector_CosineAngle2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_CosineAngle2D"); \ static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_CosineAngle2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_CosineAngle2D::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_CosineAngle2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance \ static_assert(alignof(KismetMathLibrary_Vector_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance"); \ static_assert(sizeof(KismetMathLibrary_Vector_Distance) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2D \ static_assert(alignof(KismetMathLibrary_Vector_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2D"); \ static_assert(sizeof(KismetMathLibrary_Vector_Distance2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2D"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2D::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2D::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2DSquared \ static_assert(alignof(KismetMathLibrary_Vector_Distance2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2DSquared"); \ static_assert(sizeof(KismetMathLibrary_Vector_Distance2DSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2DSquared"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2DSquared::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2DSquared::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2DSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_DistanceSquared \ static_assert(alignof(KismetMathLibrary_Vector_DistanceSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_DistanceSquared"); \ static_assert(sizeof(KismetMathLibrary_Vector_DistanceSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_DistanceSquared"); \ static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, v1) == 0x000000, "Member 'KismetMathLibrary_Vector_DistanceSquared::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, v2) == 0x00000C, "Member 'KismetMathLibrary_Vector_DistanceSquared::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_DistanceSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Down \ static_assert(alignof(KismetMathLibrary_Vector_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Down"); \ static_assert(sizeof(KismetMathLibrary_Vector_Down) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Down"); \ static_assert(offsetof(KismetMathLibrary_Vector_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Down::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Forward \ static_assert(alignof(KismetMathLibrary_Vector_Forward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Forward"); \ static_assert(sizeof(KismetMathLibrary_Vector_Forward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Forward"); \ static_assert(offsetof(KismetMathLibrary_Vector_Forward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Forward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbs \ static_assert(alignof(KismetMathLibrary_Vector_GetAbs) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbs"); \ static_assert(sizeof(KismetMathLibrary_Vector_GetAbs) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetAbs"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbs::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMax \ static_assert(alignof(KismetMathLibrary_Vector_GetAbsMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMax"); \ static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMax) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMax"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMin \ static_assert(alignof(KismetMathLibrary_Vector_GetAbsMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMin"); \ static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMin) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMin"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetProjection \ static_assert(alignof(KismetMathLibrary_Vector_GetProjection) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetProjection"); \ static_assert(sizeof(KismetMathLibrary_Vector_GetProjection) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetProjection"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetProjection::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetProjection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetSignVector \ static_assert(alignof(KismetMathLibrary_Vector_GetSignVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetSignVector"); \ static_assert(sizeof(KismetMathLibrary_Vector_GetSignVector) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetSignVector"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetSignVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetSignVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_HeadingAngle \ static_assert(alignof(KismetMathLibrary_Vector_HeadingAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_HeadingAngle"); \ static_assert(sizeof(KismetMathLibrary_Vector_HeadingAngle) == 0x000010, "Wrong size on KismetMathLibrary_Vector_HeadingAngle"); \ static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, A) == 0x000000, "Member 'KismetMathLibrary_Vector_HeadingAngle::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_HeadingAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNAN \ static_assert(alignof(KismetMathLibrary_Vector_IsNAN) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNAN"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsNAN) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNAN"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNAN::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNAN::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNearlyZero \ static_assert(alignof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNearlyZero"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsNearlyZero"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNearlyZero::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNearlyZero::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsNearlyZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNormal \ static_assert(alignof(KismetMathLibrary_Vector_IsNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNormal"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsNormal) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNormal"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNormal::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUniform \ static_assert(alignof(KismetMathLibrary_Vector_IsUniform) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUniform"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsUniform) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUniform"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUniform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUniform::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUniform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUnit \ static_assert(alignof(KismetMathLibrary_Vector_IsUnit) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUnit"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsUnit) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUnit"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUnit::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, SquaredLenthTolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUnit::SquaredLenthTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUnit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsZero \ static_assert(alignof(KismetMathLibrary_Vector_IsZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsZero"); \ static_assert(sizeof(KismetMathLibrary_Vector_IsZero) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsZero"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsZero::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_IsZero, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Left \ static_assert(alignof(KismetMathLibrary_Vector_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Left"); \ static_assert(sizeof(KismetMathLibrary_Vector_Left) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Left"); \ static_assert(offsetof(KismetMathLibrary_Vector_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Left::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_MirrorByPlane \ static_assert(alignof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector_MirrorByPlane"); \ static_assert(sizeof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000030, "Wrong size on KismetMathLibrary_Vector_MirrorByPlane"); \ static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, A) == 0x000000, "Member 'KismetMathLibrary_Vector_MirrorByPlane::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, InPlane) == 0x000010, "Member 'KismetMathLibrary_Vector_MirrorByPlane::InPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_MirrorByPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normal2D \ static_assert(alignof(KismetMathLibrary_Vector_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normal2D"); \ static_assert(sizeof(KismetMathLibrary_Vector_Normal2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Normal2D"); \ static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normal2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normal2D::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_Normal2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normalize \ static_assert(alignof(KismetMathLibrary_Vector_Normalize) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normalize"); \ static_assert(sizeof(KismetMathLibrary_Vector_Normalize) == 0x000010, "Wrong size on KismetMathLibrary_Vector_Normalize"); \ static_assert(offsetof(KismetMathLibrary_Vector_Normalize, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normalize::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Normalize, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normalize::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_NormalUnsafe \ static_assert(alignof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_NormalUnsafe"); \ static_assert(sizeof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000018, "Wrong size on KismetMathLibrary_Vector_NormalUnsafe"); \ static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, A) == 0x000000, "Member 'KismetMathLibrary_Vector_NormalUnsafe::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_NormalUnsafe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_One \ static_assert(alignof(KismetMathLibrary_Vector_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_One"); \ static_assert(sizeof(KismetMathLibrary_Vector_One) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_One"); \ static_assert(offsetof(KismetMathLibrary_Vector_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_One::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ProjectOnToNormal \ static_assert(alignof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ProjectOnToNormal"); \ static_assert(sizeof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ProjectOnToNormal"); \ static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, V) == 0x000000, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::InNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Reciprocal \ static_assert(alignof(KismetMathLibrary_Vector_Reciprocal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Reciprocal"); \ static_assert(sizeof(KismetMathLibrary_Vector_Reciprocal) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Reciprocal"); \ static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Reciprocal::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_Reciprocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Right \ static_assert(alignof(KismetMathLibrary_Vector_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Right"); \ static_assert(sizeof(KismetMathLibrary_Vector_Right) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Right"); \ static_assert(offsetof(KismetMathLibrary_Vector_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Right::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Set \ static_assert(alignof(KismetMathLibrary_Vector_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Set"); \ static_assert(sizeof(KismetMathLibrary_Vector_Set) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Set"); \ static_assert(offsetof(KismetMathLibrary_Vector_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Set::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Set, X) == 0x00000C, "Member 'KismetMathLibrary_Vector_Set::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Set, Y) == 0x000010, "Member 'KismetMathLibrary_Vector_Set::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_Set, Z) == 0x000014, "Member 'KismetMathLibrary_Vector_Set::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid \ static_assert(alignof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_SnappedToGrid"); \ static_assert(sizeof(KismetMathLibrary_Vector_SnappedToGrid) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_SnappedToGrid"); \ static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InGridSize) == 0x00000C, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InGridSize' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_SnappedToGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees \ static_assert(alignof(KismetMathLibrary_Vector_ToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToDegrees"); \ static_assert(sizeof(KismetMathLibrary_Vector_ToDegrees) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToDegrees"); \ static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToDegrees::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians \ static_assert(alignof(KismetMathLibrary_Vector_ToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToRadians"); \ static_assert(sizeof(KismetMathLibrary_Vector_ToRadians) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToRadians"); \ static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToRadians::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical \ static_assert(alignof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ static_assert(sizeof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000014, "Wrong size on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler \ static_assert(alignof(KismetMathLibrary_Vector_UnwindEuler) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnwindEuler"); \ static_assert(sizeof(KismetMathLibrary_Vector_UnwindEuler) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_UnwindEuler"); \ static_assert(offsetof(KismetMathLibrary_Vector_UnwindEuler, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnwindEuler::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Up \ static_assert(alignof(KismetMathLibrary_Vector_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Up"); \ static_assert(sizeof(KismetMathLibrary_Vector_Up) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Up"); \ static_assert(offsetof(KismetMathLibrary_Vector_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Up::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Zero \ static_assert(alignof(KismetMathLibrary_Vector_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Zero"); \ static_assert(sizeof(KismetMathLibrary_Vector_Zero) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Zero"); \ static_assert(offsetof(KismetMathLibrary_Vector_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Zero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VectorSpringInterp \ static_assert(alignof(KismetMathLibrary_VectorSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_VectorSpringInterp"); \ static_assert(sizeof(KismetMathLibrary_VectorSpringInterp) == 0x00004C, "Wrong size on KismetMathLibrary_VectorSpringInterp"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_VectorSpringInterp::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Target) == 0x00000C, "Member 'KismetMathLibrary_VectorSpringInterp::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, SpringState) == 0x000018, "Member 'KismetMathLibrary_VectorSpringInterp::SpringState' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Stiffness) == 0x000030, "Member 'KismetMathLibrary_VectorSpringInterp::Stiffness' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, CriticalDampingFactor) == 0x000034, "Member 'KismetMathLibrary_VectorSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, DeltaTime) == 0x000038, "Member 'KismetMathLibrary_VectorSpringInterp::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Mass) == 0x00003C, "Member 'KismetMathLibrary_VectorSpringInterp::Mass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_VectorSpringInterp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo \ static_assert(alignof(KismetMathLibrary_VInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo"); \ static_assert(sizeof(KismetMathLibrary_VInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant \ static_assert(alignof(KismetMathLibrary_VInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo_Constant"); \ static_assert(sizeof(KismetMathLibrary_VInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo_Constant"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VLerp \ static_assert(alignof(KismetMathLibrary_VLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_VLerp"); \ static_assert(sizeof(KismetMathLibrary_VLerp) == 0x000028, "Wrong size on KismetMathLibrary_VLerp"); \ static_assert(offsetof(KismetMathLibrary_VLerp, A) == 0x000000, "Member 'KismetMathLibrary_VLerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VLerp, B) == 0x00000C, "Member 'KismetMathLibrary_VLerp::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_VLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VLerp, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_VLerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSize \ static_assert(alignof(KismetMathLibrary_VSize) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize"); \ static_assert(sizeof(KismetMathLibrary_VSize) == 0x000010, "Wrong size on KismetMathLibrary_VSize"); \ static_assert(offsetof(KismetMathLibrary_VSize, A) == 0x000000, "Member 'KismetMathLibrary_VSize::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSize, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSize2D \ static_assert(alignof(KismetMathLibrary_VSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2D"); \ static_assert(sizeof(KismetMathLibrary_VSize2D) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2D"); \ static_assert(offsetof(KismetMathLibrary_VSize2D, A) == 0x000000, "Member 'KismetMathLibrary_VSize2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSize2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared \ static_assert(alignof(KismetMathLibrary_VSize2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2DSquared"); \ static_assert(sizeof(KismetMathLibrary_VSize2DSquared) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2DSquared"); \ static_assert(offsetof(KismetMathLibrary_VSize2DSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSize2DSquared::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSize2DSquared, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2DSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared \ static_assert(alignof(KismetMathLibrary_VSizeSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeSquared"); \ static_assert(sizeof(KismetMathLibrary_VSizeSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeSquared"); \ static_assert(offsetof(KismetMathLibrary_VSizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeSquared::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSizeSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY \ static_assert(alignof(KismetMathLibrary_VSizeXY) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXY"); \ static_assert(sizeof(KismetMathLibrary_VSizeXY) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXY"); \ static_assert(offsetof(KismetMathLibrary_VSizeXY, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXY::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSizeXY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared \ static_assert(alignof(KismetMathLibrary_VSizeXYSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXYSquared"); \ static_assert(sizeof(KismetMathLibrary_VSizeXYSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXYSquared"); \ static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXYSquared::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXYSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_Float \ static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_Float"); \ static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000010, "Wrong size on KismetMathLibrary_WeightedMovingAverage_Float"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, Weight) == 0x000008, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::Weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FRotator \ static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::Weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector \ static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FVector"); \ static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FVector"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::Weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Wrap \ static_assert(alignof(KismetMathLibrary_Wrap) == 0x000004, "Wrong alignment on KismetMathLibrary_Wrap"); \ static_assert(sizeof(KismetMathLibrary_Wrap) == 0x000010, "Wrong size on KismetMathLibrary_Wrap"); \ static_assert(offsetof(KismetMathLibrary_Wrap, Value) == 0x000000, "Member 'KismetMathLibrary_Wrap::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Wrap, Min) == 0x000004, "Member 'KismetMathLibrary_Wrap::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Wrap, Max) == 0x000008, "Member 'KismetMathLibrary_Wrap::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Wrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Wrap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Xor_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Xor_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Xor_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Xor_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Xor_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Xor_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Xor_Int64Int64::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Xor_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Xor_IntInt \ static_assert(alignof(KismetMathLibrary_Xor_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Xor_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Xor_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Xor_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Xor_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Xor_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Xor_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Xor_IntInt::B' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Xor_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Xor_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetMathLibrary \ static_assert(alignof(UKismetMathLibrary) == 0x000008, "Wrong alignment on UKismetMathLibrary"); \ static_assert(sizeof(UKismetMathLibrary) == 0x000028, "Wrong size on UKismetMathLibrary"); \ #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_UParticleModuleVectorFieldLocal \ static_assert(alignof(UParticleModuleVectorFieldLocal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldLocal"); \ static_assert(sizeof(UParticleModuleVectorFieldLocal) == 0x000068, "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) == 0x000044, "Member 'UParticleModuleVectorFieldLocal::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeScale3D) == 0x000050, "Member 'UParticleModuleVectorFieldLocal::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, Intensity) == 0x00005C, "Member 'UParticleModuleVectorFieldLocal::Intensity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, Tightness) == 0x000060, "Member 'UParticleModuleVectorFieldLocal::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAimOffsetBlendSpace1D \ static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x000150, "Wrong size on UAimOffsetBlendSpace1D"); \ #define DUMPER7_ASSERTS_UAISystemBase \ static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ static_assert(sizeof(UAISystemBase) == 0x000058, "Wrong size on UAISystemBase"); \ static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000028, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000040, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000050, "Member 'UAISystemBase::bInstantiateAISystemOnClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArrowComponent_SetArrowColor \ static_assert(alignof(ArrowComponent_SetArrowColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowColor"); \ static_assert(sizeof(ArrowComponent_SetArrowColor) == 0x000010, "Wrong size on ArrowComponent_SetArrowColor"); \ static_assert(offsetof(ArrowComponent_SetArrowColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UArrowComponent \ static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ static_assert(sizeof(UArrowComponent) == 0x000470, "Wrong size on UArrowComponent"); \ static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000450, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000454, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000458, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00045C, "Member 'UArrowComponent::ScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationSystemConfig \ static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ static_assert(sizeof(UNavigationSystemConfig) == 0x000050, "Wrong size on UNavigationSystemConfig"); \ static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000028, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000040, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x000044, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNullNavSysConfig \ static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ static_assert(sizeof(UNullNavSysConfig) == 0x000050, "Wrong size on UNullNavSysConfig"); \ #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) == 0x000228, "Wrong size on AAmbientSound"); \ static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000220, "Member 'AAmbientSound::AudioComponent' 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_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_UAnimationSettings \ static_assert(alignof(UAnimationSettings) == 0x000008, "Wrong alignment on UAnimationSettings"); \ static_assert(sizeof(UAnimationSettings) == 0x0000D0, "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, BoneCustomAttributesNames) == 0x000058, "Member 'UAnimationSettings::BoneCustomAttributesNames' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, BoneNamesWithCustomAttributes) == 0x000068, "Member 'UAnimationSettings::BoneNamesWithCustomAttributes' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, AttributeBlendModes) == 0x000078, "Member 'UAnimationSettings::AttributeBlendModes' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, DefaultAttributeBlendMode) == 0x0000C8, "Member 'UAnimationSettings::DefaultAttributeBlendMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavCollisionBase \ static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ #define DUMPER7_ASSERTS_UAnimBlueprint \ static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ static_assert(sizeof(UAnimBlueprint) == 0x0000C8, "Wrong size on UAnimBlueprint"); \ static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000A8, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B0, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C0, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000C1, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x0005B0, "Wrong size on UAnimBlueprintGeneratedClass"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000330, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000340, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000348, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000358, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000428, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, EvaluateGraphExposedInputs) == 0x000438, "Member 'UAnimBlueprintGeneratedClass::EvaluateGraphExposedInputs' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000448, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x000498, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, PropertyAccessLibrary) == 0x0004E8, "Member 'UAnimBlueprintGeneratedClass::PropertyAccessLibrary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushComponent \ static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ static_assert(sizeof(UBrushComponent) == 0x000460, "Wrong size on UBrushComponent"); \ static_assert(offsetof(UBrushComponent, Brush) == 0x000450, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000458, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialParameterCollection \ static_assert(alignof(UMaterialParameterCollection) == 0x000008, "Wrong alignment on UMaterialParameterCollection"); \ static_assert(sizeof(UMaterialParameterCollection) == 0x000070, "Wrong size on UMaterialParameterCollection"); \ static_assert(offsetof(UMaterialParameterCollection, StateId) == 0x000028, "Member 'UMaterialParameterCollection::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterialParameterCollection, ScalarParameters) == 0x000038, "Member 'UMaterialParameterCollection::ScalarParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialParameterCollection, VectorParameters) == 0x000048, "Member 'UMaterialParameterCollection::VectorParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_CreateDynamicMaterialInstance \ static_assert(alignof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalComponent_CreateDynamicMaterialInstance"); \ static_assert(sizeof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalComponent_CreateDynamicMaterialInstance"); \ static_assert(offsetof(DecalComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial \ static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeIn, Duaration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duaration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetSortOrder \ static_assert(alignof(DecalComponent_SetSortOrder) == 0x000004, "Wrong alignment on DecalComponent_SetSortOrder"); \ static_assert(sizeof(DecalComponent_SetSortOrder) == 0x000004, "Wrong size on DecalComponent_SetSortOrder"); \ static_assert(offsetof(DecalComponent_SetSortOrder, Value) == 0x000000, "Member 'DecalComponent_SetSortOrder::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial \ static_assert(alignof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_GetDecalMaterial"); \ static_assert(sizeof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_GetDecalMaterial"); \ static_assert(offsetof(DecalComponent_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalComponent_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_GetFadeDuration \ static_assert(alignof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeDuration"); \ static_assert(sizeof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeDuration"); \ static_assert(offsetof(DecalComponent_GetFadeDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration \ static_assert(alignof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInDuration"); \ static_assert(sizeof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeInDuration"); \ static_assert(offsetof(DecalComponent_GetFadeInDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay \ static_assert(alignof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInStartDelay"); \ static_assert(sizeof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeInStartDelay"); \ static_assert(offsetof(DecalComponent_GetFadeInStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInStartDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay \ static_assert(alignof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeStartDelay"); \ static_assert(sizeof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeStartDelay"); \ static_assert(offsetof(DecalComponent_GetFadeStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeStartDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecalComponent \ static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ static_assert(sizeof(UDecalComponent) == 0x000240, "Wrong size on UDecalComponent"); \ static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x0001F8, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, SortOrder) == 0x000200, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x000204, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000208, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeDuration) == 0x00020C, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000210, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x000214, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, DecalSize) == 0x00021C, "Member 'UDecalComponent::DecalSize' 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_UParticleModuleKillBase \ static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ static_assert(sizeof(UParticleModuleKillBase) == 0x000030, "Wrong size on UParticleModuleKillBase"); \ #define DUMPER7_ASSERTS_UParticleModuleKillBox \ static_assert(alignof(UParticleModuleKillBox) == 0x000008, "Wrong alignment on UParticleModuleKillBox"); \ static_assert(sizeof(UParticleModuleKillBox) == 0x0000C8, "Wrong size on UParticleModuleKillBox"); \ static_assert(offsetof(UParticleModuleKillBox, LowerLeftCorner) == 0x000030, "Member 'UParticleModuleKillBox::LowerLeftCorner' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleKillBox, UpperRightCorner) == 0x000078, "Member 'UParticleModuleKillBox::UpperRightCorner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimClassData \ static_assert(alignof(UAnimClassData) == 0x000008, "Wrong alignment on UAnimClassData"); \ static_assert(sizeof(UAnimClassData) == 0x000330, "Wrong size on UAnimClassData"); \ static_assert(offsetof(UAnimClassData, BakedStateMachines) == 0x000030, "Member 'UAnimClassData::BakedStateMachines' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, TargetSkeleton) == 0x000040, "Member 'UAnimClassData::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, AnimNotifies) == 0x000048, "Member 'UAnimClassData::AnimNotifies' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, OrderedSavedPoseIndicesMap) == 0x000058, "Member 'UAnimClassData::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, AnimBlueprintFunctions) == 0x0000A8, "Member 'UAnimClassData::AnimBlueprintFunctions' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, AnimBlueprintFunctionData) == 0x0000B8, "Member 'UAnimClassData::AnimBlueprintFunctionData' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, AnimNodeProperties) == 0x0000C8, "Member 'UAnimClassData::AnimNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, LinkedAnimGraphNodeProperties) == 0x0000E8, "Member 'UAnimClassData::LinkedAnimGraphNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, LinkedAnimLayerNodeProperties) == 0x000108, "Member 'UAnimClassData::LinkedAnimLayerNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, PreUpdateNodeProperties) == 0x000128, "Member 'UAnimClassData::PreUpdateNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, DynamicResetNodeProperties) == 0x000148, "Member 'UAnimClassData::DynamicResetNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, StateMachineNodeProperties) == 0x000168, "Member 'UAnimClassData::StateMachineNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, InitializationNodeProperties) == 0x000188, "Member 'UAnimClassData::InitializationNodeProperties' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, GraphNameAssetPlayers) == 0x0001A8, "Member 'UAnimClassData::GraphNameAssetPlayers' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, SyncGroupNames) == 0x0001F8, "Member 'UAnimClassData::SyncGroupNames' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, EvaluateGraphExposedInputs) == 0x000208, "Member 'UAnimClassData::EvaluateGraphExposedInputs' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, GraphBlendOptions) == 0x000218, "Member 'UAnimClassData::GraphBlendOptions' has a wrong offset!"); \ static_assert(offsetof(UAnimClassData, PropertyAccessLibrary) == 0x000268, "Member 'UAnimClassData::PropertyAccessLibrary' has a wrong offset!"); \ #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_AnimSequenceBase_GetPlayLength \ static_assert(alignof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong alignment on AnimSequenceBase_GetPlayLength"); \ static_assert(sizeof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong size on AnimSequenceBase_GetPlayLength"); \ static_assert(offsetof(AnimSequenceBase_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimSequenceBase_GetPlayLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequenceBase \ static_assert(alignof(UAnimSequenceBase) == 0x000008, "Wrong alignment on UAnimSequenceBase"); \ static_assert(sizeof(UAnimSequenceBase) == 0x0000A8, "Wrong size on UAnimSequenceBase"); \ static_assert(offsetof(UAnimSequenceBase, Notifies) == 0x000080, "Member 'UAnimSequenceBase::Notifies' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, SequenceLength) == 0x000090, "Member 'UAnimSequenceBase::SequenceLength' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, RateScale) == 0x000094, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x000098, "Member 'UAnimSequenceBase::RawCurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000230, "Wrong size on UChildActorComponent"); \ static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x0001F8, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000200, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000208, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompositeBase \ static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ static_assert(sizeof(UAnimCompositeBase) == 0x0000A8, "Wrong size on UAnimCompositeBase"); \ #define DUMPER7_ASSERTS_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_UAnimComposite \ static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ static_assert(sizeof(UAnimComposite) == 0x0000B8, "Wrong size on UAnimComposite"); \ static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000A8, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleVelocityBase \ static_assert(alignof(UParticleModuleVelocityBase) == 0x000008, "Wrong alignment on UParticleModuleVelocityBase"); \ static_assert(sizeof(UParticleModuleVelocityBase) == 0x000038, "Wrong size on UParticleModuleVelocityBase"); \ #define DUMPER7_ASSERTS_UParticleModuleVelocity \ static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ static_assert(sizeof(UParticleModuleVelocity) == 0x0000B0, "Wrong size on UParticleModuleVelocity"); \ static_assert(offsetof(UParticleModuleVelocity, StartVelocity) == 0x000038, "Member 'UParticleModuleVelocity::StartVelocity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVelocity, StartVelocityRadial) == 0x000080, "Member 'UParticleModuleVelocity::StartVelocityRadial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000040, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ #define DUMPER7_ASSERTS_UInterpTrackInstFloatMaterialParam \ static_assert(alignof(UInterpTrackInstFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatMaterialParam"); \ static_assert(sizeof(UInterpTrackInstFloatMaterialParam) == 0x000060, "Wrong size on UInterpTrackInstFloatMaterialParam"); \ static_assert(offsetof(UInterpTrackInstFloatMaterialParam, MaterialInstances) == 0x000028, "Member 'UInterpTrackInstFloatMaterialParam::MaterialInstances' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstFloatMaterialParam, ResetFloats) == 0x000038, "Member 'UInterpTrackInstFloatMaterialParam::ResetFloats' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstFloatMaterialParam, PrimitiveMaterialRefs) == 0x000048, "Member 'UInterpTrackInstFloatMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstFloatMaterialParam, InstancedTrack) == 0x000058, "Member 'UInterpTrackInstFloatMaterialParam::InstancedTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UAnimCompress_RemoveTrivialKeys \ static_assert(alignof(UAnimCompress_RemoveTrivialKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveTrivialKeys"); \ static_assert(sizeof(UAnimCompress_RemoveTrivialKeys) == 0x000050, "Wrong size on UAnimCompress_RemoveTrivialKeys"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveTrivialKeys::MaxPosDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveTrivialKeys::MaxAngleDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveTrivialKeys::MaxScaleDiff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve \ static_assert(alignof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_CompressedRichCurve"); \ static_assert(sizeof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_CompressedRichCurve"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformIndexable \ static_assert(alignof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformIndexable"); \ static_assert(sizeof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformIndexable"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimLayerInterface \ static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ #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_AnimMontage_GetDefaultBlendOutTime \ static_assert(alignof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendOutTime"); \ static_assert(sizeof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendOutTime"); \ static_assert(offsetof(AnimMontage_GetDefaultBlendOutTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendOutTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimMontage \ static_assert(alignof(UAnimMontage) == 0x000008, "Wrong alignment on UAnimMontage"); \ static_assert(sizeof(UAnimMontage) == 0x0001D0, "Wrong size on UAnimMontage"); \ static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000A8, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendInTime) == 0x0000D8, "Member 'UAnimMontage::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000E0, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOutTime) == 0x000110, "Member 'UAnimMontage::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x000114, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000118, "Member 'UAnimMontage::SyncGroup' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SyncSlotIndex) == 0x000120, "Member 'UAnimMontage::SyncSlotIndex' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, MarkerData) == 0x000128, "Member 'UAnimMontage::MarkerData' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, CompositeSections) == 0x000148, "Member 'UAnimMontage::CompositeSections' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SlotAnimTracks) == 0x000158, "Member 'UAnimMontage::SlotAnimTracks' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPoints) == 0x000168, "Member 'UAnimMontage::BranchingPoints' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableRootMotionTranslation) == 0x000178, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000179, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x00017A, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x00017B, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x000180, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x000190, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x0001A0, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x0001C8, "Member 'UAnimMontage::TimeStretchCurveName' 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_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_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_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_UAnimNotifyState_TimedParticleEffect \ static_assert(alignof(UAnimNotifyState_TimedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedParticleEffect"); \ static_assert(sizeof(UAnimNotifyState_TimedParticleEffect) == 0x000060, "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) == 0x00004C, "Member 'UAnimNotifyState_TimedParticleEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, bDestroyAtEnd) == 0x000058, "Member 'UAnimNotifyState_TimedParticleEffect::bDestroyAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequence \ static_assert(alignof(UAnimSequence) == 0x000008, "Wrong alignment on UAnimSequence"); \ static_assert(sizeof(UAnimSequence) == 0x0001C0, "Wrong size on UAnimSequence"); \ static_assert(offsetof(UAnimSequence, NumFrames) == 0x0000A8, "Member 'UAnimSequence::NumFrames' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, TrackToSkeletonMapTable) == 0x0000B0, "Member 'UAnimSequence::TrackToSkeletonMapTable' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, BoneCompressionSettings) == 0x0000D0, "Member 'UAnimSequence::BoneCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, CurveCompressionSettings) == 0x0000D8, "Member 'UAnimSequence::CurveCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, AdditiveAnimType) == 0x000150, "Member 'UAnimSequence::AdditiveAnimType' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RefPoseType) == 0x000151, "Member 'UAnimSequence::RefPoseType' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RefPoseSeq) == 0x000158, "Member 'UAnimSequence::RefPoseSeq' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RefFrameIndex) == 0x000160, "Member 'UAnimSequence::RefFrameIndex' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RetargetSource) == 0x000164, "Member 'UAnimSequence::RetargetSource' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RetargetSourceAssetReferencePose) == 0x000170, "Member 'UAnimSequence::RetargetSourceAssetReferencePose' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, Interpolation) == 0x000180, "Member 'UAnimSequence::Interpolation' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, bEnableRootMotion) == 0x000181, "Member 'UAnimSequence::bEnableRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, RootMotionRootLock) == 0x000182, "Member 'UAnimSequence::RootMotionRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, bForceRootLock) == 0x000183, "Member 'UAnimSequence::bForceRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, bUseNormalizedRootMotionScale) == 0x000184, "Member 'UAnimSequence::bUseNormalizedRootMotionScale' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, bRootMotionSettingsCopiedFromMontage) == 0x000185, "Member 'UAnimSequence::bRootMotionSettingsCopiedFromMontage' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, AuthoredSyncMarkers) == 0x000188, "Member 'UAnimSequence::AuthoredSyncMarkers' has a wrong offset!"); \ static_assert(offsetof(UAnimSequence, BakedPerBoneCustomAttributeData) == 0x0001B0, "Member 'UAnimSequence::BakedPerBoneCustomAttributeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimStreamable \ static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ static_assert(sizeof(UAnimStreamable) == 0x0000E0, "Wrong size on UAnimStreamable"); \ static_assert(offsetof(UAnimStreamable, NumFrames) == 0x0000A8, "Member 'UAnimStreamable::NumFrames' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, Interpolation) == 0x0000AC, "Member 'UAnimStreamable::Interpolation' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, RetargetSource) == 0x0000B0, "Member 'UAnimStreamable::RetargetSource' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, BoneCompressionSettings) == 0x0000C8, "Member 'UAnimStreamable::BoneCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, CurveCompressionSettings) == 0x0000D0, "Member 'UAnimStreamable::CurveCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000D8, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000D9, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000DA, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000DB, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAssetManager \ static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ static_assert(sizeof(UAssetManager) == 0x000478, "Wrong size on UAssetManager"); \ static_assert(offsetof(UAssetManager, ObjectReferenceList) == 0x0002E0, "Member 'UAssetManager::ObjectReferenceList' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsGlobalAsyncScanEnvironment) == 0x0002F0, "Member 'UAssetManager::bIsGlobalAsyncScanEnvironment' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldGuessTypeAndName) == 0x0002F1, "Member 'UAssetManager::bShouldGuessTypeAndName' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldUseSynchronousLoad) == 0x0002F2, "Member 'UAssetManager::bShouldUseSynchronousLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsLoadingFromPakFiles) == 0x0002F3, "Member 'UAssetManager::bIsLoadingFromPakFiles' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldAcquireMissingChunksOnLoad) == 0x0002F4, "Member 'UAssetManager::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bOnlyCookProductionAssets) == 0x0002F5, "Member 'UAssetManager::bOnlyCookProductionAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsBulkScanning) == 0x0002F6, "Member 'UAssetManager::bIsBulkScanning' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsPrimaryAssetDirectoryCurrent) == 0x0002F7, "Member 'UAssetManager::bIsPrimaryAssetDirectoryCurrent' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsManagementDatabaseCurrent) == 0x0002F8, "Member 'UAssetManager::bIsManagementDatabaseCurrent' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bUpdateManagementDatabaseAfterScan) == 0x0002F9, "Member 'UAssetManager::bUpdateManagementDatabaseAfterScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIncludeOnlyOnDiskAssets) == 0x0002FA, "Member 'UAssetManager::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bHasCompletedInitialScan) == 0x0002FB, "Member 'UAssetManager::bHasCompletedInitialScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, NumberOfSpawnedNotifications) == 0x0002FC, "Member 'UAssetManager::NumberOfSpawnedNotifications' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetManagerSettings \ static_assert(alignof(UAssetManagerSettings) == 0x000008, "Wrong alignment on UAssetManagerSettings"); \ static_assert(sizeof(UAssetManagerSettings) == 0x000100, "Wrong size on UAssetManagerSettings"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypesToScan) == 0x000038, "Member 'UAssetManagerSettings::PrimaryAssetTypesToScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, DirectoriesToExclude) == 0x000048, "Member 'UAssetManagerSettings::DirectoriesToExclude' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetRules) == 0x000058, "Member 'UAssetManagerSettings::PrimaryAssetRules' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, CustomPrimaryAssetRules) == 0x000068, "Member 'UAssetManagerSettings::CustomPrimaryAssetRules' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bOnlyCookProductionAssets) == 0x000078, "Member 'UAssetManagerSettings::bOnlyCookProductionAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldManagerDetermineTypeAndName) == 0x000079, "Member 'UAssetManagerSettings::bShouldManagerDetermineTypeAndName' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldGuessTypeAndNameInEditor) == 0x00007A, "Member 'UAssetManagerSettings::bShouldGuessTypeAndNameInEditor' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldAcquireMissingChunksOnLoad) == 0x00007B, "Member 'UAssetManagerSettings::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetIdRedirects) == 0x000080, "Member 'UAssetManagerSettings::PrimaryAssetIdRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypeRedirects) == 0x000090, "Member 'UAssetManagerSettings::PrimaryAssetTypeRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, AssetPathRedirects) == 0x0000A0, "Member 'UAssetManagerSettings::AssetPathRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, MetaDataTagsForAssetRegistry) == 0x0000B0, "Member 'UAssetManagerSettings::MetaDataTagsForAssetRegistry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetMappingTable \ static_assert(alignof(UAssetMappingTable) == 0x000008, "Wrong alignment on UAssetMappingTable"); \ static_assert(sizeof(UAssetMappingTable) == 0x000038, "Wrong size on UAssetMappingTable"); \ static_assert(offsetof(UAssetMappingTable, MappedAssets) == 0x000028, "Member 'UAssetMappingTable::MappedAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset \ static_assert(alignof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ static_assert(sizeof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::PrimaryAsset' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAsset \ static_assert(alignof(UAsyncActionLoadPrimaryAsset) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAsset"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAsset) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAsset"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAsset, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAsset::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass \ static_assert(alignof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ static_assert(sizeof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::PrimaryAsset' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClass \ static_assert(alignof(UAsyncActionLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClass"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetClass) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClass"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAssetClass, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClass::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList \ static_assert(alignof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ static_assert(sizeof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetList \ static_assert(alignof(UAsyncActionLoadPrimaryAssetList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetList"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetList) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetList"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAssetList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetList::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureRenderTarget \ static_assert(alignof(UTextureRenderTarget) == 0x000010, "Wrong alignment on UTextureRenderTarget"); \ static_assert(sizeof(UTextureRenderTarget) == 0x000180, "Wrong size on UTextureRenderTarget"); \ static_assert(offsetof(UTextureRenderTarget, TargetGamma) == 0x000178, "Member 'UTextureRenderTarget::TargetGamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureRenderTargetVolume \ static_assert(alignof(UTextureRenderTargetVolume) == 0x000010, "Wrong alignment on UTextureRenderTargetVolume"); \ static_assert(sizeof(UTextureRenderTargetVolume) == 0x0001A0, "Wrong size on UTextureRenderTargetVolume"); \ static_assert(offsetof(UTextureRenderTargetVolume, SizeX) == 0x000180, "Member 'UTextureRenderTargetVolume::SizeX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetVolume, SizeY) == 0x000184, "Member 'UTextureRenderTargetVolume::SizeY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetVolume, SizeZ) == 0x000188, "Member 'UTextureRenderTargetVolume::SizeZ' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetVolume, ClearColor) == 0x00018C, "Member 'UTextureRenderTargetVolume::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetVolume, OverrideFormat) == 0x00019C, "Member 'UTextureRenderTargetVolume::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000228, "Wrong size on AAtmosphericFog"); \ static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000220, "Member 'AAtmosphericFog::AtmosphericFogComponent' 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) == 0x000300, "Wrong size on UAtmosphericFogComponent"); \ static_assert(offsetof(UAtmosphericFogComponent, SunMultiplier) == 0x0001F8, "Member 'UAtmosphericFogComponent::SunMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, FogMultiplier) == 0x0001FC, "Member 'UAtmosphericFogComponent::FogMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityMultiplier) == 0x000200, "Member 'UAtmosphericFogComponent::DensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityOffset) == 0x000204, "Member 'UAtmosphericFogComponent::DensityOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceScale) == 0x000208, "Member 'UAtmosphericFogComponent::DistanceScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, AltitudeScale) == 0x00020C, "Member 'UAtmosphericFogComponent::AltitudeScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceOffset) == 0x000210, "Member 'UAtmosphericFogComponent::DistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, GroundOffset) == 0x000214, "Member 'UAtmosphericFogComponent::GroundOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, StartDistance) == 0x000218, "Member 'UAtmosphericFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, SunDiscScale) == 0x00021C, "Member 'UAtmosphericFogComponent::SunDiscScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultBrightness) == 0x000220, "Member 'UAtmosphericFogComponent::DefaultBrightness' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultLightColor) == 0x000224, "Member 'UAtmosphericFogComponent::DefaultLightColor' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, PrecomputeParams) == 0x00022C, "Member 'UAtmosphericFogComponent::PrecomputeParams' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TransmittanceTexture) == 0x000258, "Member 'UAtmosphericFogComponent::TransmittanceTexture' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, IrradianceTexture) == 0x000260, "Member 'UAtmosphericFogComponent::IrradianceTexture' 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_UAudioBus \ static_assert(alignof(UAudioBus) == 0x000008, "Wrong alignment on UAudioBus"); \ static_assert(sizeof(UAudioBus) == 0x000030, "Wrong size on UAudioBus"); \ static_assert(offsetof(UAudioBus, AudioBusChannels) == 0x000028, "Member 'UAudioBus::AudioBusChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioSettings \ static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ static_assert(sizeof(UAudioSettings) == 0x000198, "Wrong size on UAudioSettings"); \ static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000050, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000068, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000080, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x000098, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000B0, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000C8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x0000E0, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, EQSubmix) == 0x0000F8, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000110, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000114, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000118, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x00011C, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000120, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000128, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00013C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000140, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000141, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000148, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DebugSounds) == 0x000158, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x000168, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x000178, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x000180, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x000188, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetEnabled \ static_assert(alignof(AudioVolume_SetEnabled) == 0x000001, "Wrong alignment on AudioVolume_SetEnabled"); \ static_assert(sizeof(AudioVolume_SetEnabled) == 0x000001, "Wrong size on AudioVolume_SetEnabled"); \ static_assert(offsetof(AudioVolume_SetEnabled, bNewEnabled) == 0x000000, "Member 'AudioVolume_SetEnabled::bNewEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings \ static_assert(alignof(AudioVolume_SetInteriorSettings) == 0x000004, "Wrong alignment on AudioVolume_SetInteriorSettings"); \ static_assert(sizeof(AudioVolume_SetInteriorSettings) == 0x000024, "Wrong size on AudioVolume_SetInteriorSettings"); \ static_assert(offsetof(AudioVolume_SetInteriorSettings, NewInteriorSettings) == 0x000000, "Member 'AudioVolume_SetInteriorSettings::NewInteriorSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetPriority \ static_assert(alignof(AudioVolume_SetPriority) == 0x000004, "Wrong alignment on AudioVolume_SetPriority"); \ static_assert(sizeof(AudioVolume_SetPriority) == 0x000004, "Wrong size on AudioVolume_SetPriority"); \ static_assert(offsetof(AudioVolume_SetPriority, NewPriority) == 0x000000, "Member 'AudioVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetReverbSettings \ static_assert(alignof(AudioVolume_SetReverbSettings) == 0x000008, "Wrong alignment on AudioVolume_SetReverbSettings"); \ static_assert(sizeof(AudioVolume_SetReverbSettings) == 0x000020, "Wrong size on AudioVolume_SetReverbSettings"); \ static_assert(offsetof(AudioVolume_SetReverbSettings, NewReverbSettings) == 0x000000, "Member 'AudioVolume_SetReverbSettings::NewReverbSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings \ static_assert(alignof(AudioVolume_SetSubmixOverrideSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixOverrideSettings"); \ static_assert(sizeof(AudioVolume_SetSubmixOverrideSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixOverrideSettings"); \ static_assert(offsetof(AudioVolume_SetSubmixOverrideSettings, NewSubmixOverrideSettings) == 0x000000, "Member 'AudioVolume_SetSubmixOverrideSettings::NewSubmixOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings \ static_assert(alignof(AudioVolume_SetSubmixSendSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixSendSettings"); \ static_assert(sizeof(AudioVolume_SetSubmixSendSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixSendSettings"); \ static_assert(offsetof(AudioVolume_SetSubmixSendSettings, NewSubmixSendSettings) == 0x000000, "Member 'AudioVolume_SetSubmixSendSettings::NewSubmixSendSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAudioVolume \ static_assert(alignof(AAudioVolume) == 0x000008, "Wrong alignment on AAudioVolume"); \ static_assert(sizeof(AAudioVolume) == 0x0002C8, "Wrong size on AAudioVolume"); \ static_assert(offsetof(AAudioVolume, Priority) == 0x000258, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, Settings) == 0x000260, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000280, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x0002A8, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x0002B8, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AutoDestroySubsystem_OnActorEndPlay \ static_assert(alignof(AutoDestroySubsystem_OnActorEndPlay) == 0x000008, "Wrong alignment on AutoDestroySubsystem_OnActorEndPlay"); \ static_assert(sizeof(AutoDestroySubsystem_OnActorEndPlay) == 0x000010, "Wrong size on AutoDestroySubsystem_OnActorEndPlay"); \ static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, Actor) == 0x000000, "Member 'AutoDestroySubsystem_OnActorEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'AutoDestroySubsystem_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAutoDestroySubsystem \ static_assert(alignof(UAutoDestroySubsystem) == 0x000008, "Wrong alignment on UAutoDestroySubsystem"); \ static_assert(sizeof(UAutoDestroySubsystem) == 0x000050, "Wrong size on UAutoDestroySubsystem"); \ static_assert(offsetof(UAutoDestroySubsystem, ActorsToPoll) == 0x000040, "Member 'UAutoDestroySubsystem::ActorsToPoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAutomationTestSettings \ static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ static_assert(sizeof(UAutomationTestSettings) == 0x000340, "Wrong size on UAutomationTestSettings"); \ static_assert(offsetof(UAutomationTestSettings, EngineTestModules) == 0x000028, "Member 'UAutomationTestSettings::EngineTestModules' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, EditorTestModules) == 0x000038, "Member 'UAutomationTestSettings::EditorTestModules' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, AutomationTestmap) == 0x000048, "Member 'UAutomationTestSettings::AutomationTestmap' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, EditorPerformanceTestMaps) == 0x000060, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000070, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000080, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, BuildPromotionTest) == 0x000090, "Member 'UAutomationTestSettings::BuildPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, MaterialEditorPromotionTest) == 0x000280, "Member 'UAutomationTestSettings::MaterialEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ParticleEditorPromotionTest) == 0x0002B0, "Member 'UAutomationTestSettings::ParticleEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, BlueprintEditorPromotionTest) == 0x0002C0, "Member 'UAutomationTestSettings::BlueprintEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, TestLevelFolders) == 0x0002F0, "Member 'UAutomationTestSettings::TestLevelFolders' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ExternalTools) == 0x000300, "Member 'UAutomationTestSettings::ExternalTools' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ImportExportTestDefinitions) == 0x000310, "Member 'UAutomationTestSettings::ImportExportTestDefinitions' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, LaunchOnSettings) == 0x000320, "Member 'UAutomationTestSettings::LaunchOnSettings' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, DefaultScreenshotResolution) == 0x000330, "Member 'UAutomationTestSettings::DefaultScreenshotResolution' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, PIETestDuration) == 0x000338, "Member 'UAutomationTestSettings::PIETestDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetAvoidanceVelocityForComponent \ static_assert(alignof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000008, "Wrong alignment on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ static_assert(sizeof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000018, "Wrong size on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, ReturnValue) == 0x000008, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetNewAvoidanceUID \ static_assert(alignof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong alignment on AvoidanceManager_GetNewAvoidanceUID"); \ static_assert(sizeof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong size on AvoidanceManager_GetNewAvoidanceUID"); \ static_assert(offsetof(AvoidanceManager_GetNewAvoidanceUID, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetNewAvoidanceUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetObjectCount \ static_assert(alignof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong alignment on AvoidanceManager_GetObjectCount"); \ static_assert(sizeof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong size on AvoidanceManager_GetObjectCount"); \ static_assert(offsetof(AvoidanceManager_GetObjectCount, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetObjectCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_RegisterMovementComponent \ static_assert(alignof(AvoidanceManager_RegisterMovementComponent) == 0x000008, "Wrong alignment on AvoidanceManager_RegisterMovementComponent"); \ static_assert(sizeof(AvoidanceManager_RegisterMovementComponent) == 0x000010, "Wrong size on AvoidanceManager_RegisterMovementComponent"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_RegisterMovementComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, AvoidanceWeight) == 0x000008, "Member 'AvoidanceManager_RegisterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, ReturnValue) == 0x00000C, "Member 'AvoidanceManager_RegisterMovementComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvoidanceManager \ static_assert(alignof(UAvoidanceManager) == 0x000008, "Wrong alignment on UAvoidanceManager"); \ static_assert(sizeof(UAvoidanceManager) == 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_ABlockingVolume \ static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ static_assert(sizeof(ABlockingVolume) == 0x000258, "Wrong size on ABlockingVolume"); \ #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_BlueprintMapLibrary_Map_Add \ static_assert(alignof(BlueprintMapLibrary_Map_Add) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Add"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Add) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Add"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Add::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Add::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Add::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Clear \ static_assert(alignof(BlueprintMapLibrary_Map_Clear) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Clear"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Clear) == 0x000050, "Wrong size on BlueprintMapLibrary_Map_Clear"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Clear, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Clear::TargetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Contains \ static_assert(alignof(BlueprintMapLibrary_Map_Contains) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Contains"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Contains) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Contains"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Contains::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Contains::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Find \ static_assert(alignof(BlueprintMapLibrary_Map_Find) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Find"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Find) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Find"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Find::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Find::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Find::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, ReturnValue) == 0x000058, "Member 'BlueprintMapLibrary_Map_Find::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Keys \ static_assert(alignof(BlueprintMapLibrary_Map_Keys) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Keys"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Keys) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Keys"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Keys, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Keys::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Keys, Keys) == 0x000050, "Member 'BlueprintMapLibrary_Map_Keys::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Length \ static_assert(alignof(BlueprintMapLibrary_Map_Length) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Length"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Length) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Length"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Length, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Length::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Length, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_Length::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Remove \ static_assert(alignof(BlueprintMapLibrary_Map_Remove) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Remove"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Remove) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Remove"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Remove::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Remove::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Remove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Values \ static_assert(alignof(BlueprintMapLibrary_Map_Values) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Values"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Values) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Values"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Values, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Values::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Values, Values) == 0x000050, "Member 'BlueprintMapLibrary_Map_Values::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_SetMapPropertyByName \ static_assert(alignof(BlueprintMapLibrary_SetMapPropertyByName) == 0x000008, "Wrong alignment on BlueprintMapLibrary_SetMapPropertyByName"); \ static_assert(sizeof(BlueprintMapLibrary_SetMapPropertyByName) == 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_BlueprintPathsLibrary_AutomationDir \ static_assert(alignof(BlueprintPathsLibrary_AutomationDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationDir"); \ static_assert(sizeof(BlueprintPathsLibrary_AutomationDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationDir"); \ static_assert(offsetof(BlueprintPathsLibrary_AutomationDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationLogDir \ static_assert(alignof(BlueprintPathsLibrary_AutomationLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationLogDir"); \ static_assert(sizeof(BlueprintPathsLibrary_AutomationLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationLogDir"); \ static_assert(offsetof(BlueprintPathsLibrary_AutomationLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationLogDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationTransientDir \ static_assert(alignof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationTransientDir"); \ static_assert(sizeof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationTransientDir"); \ static_assert(offsetof(BlueprintPathsLibrary_AutomationTransientDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationTransientDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_BugItDir \ static_assert(alignof(BlueprintPathsLibrary_BugItDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_BugItDir"); \ static_assert(sizeof(BlueprintPathsLibrary_BugItDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_BugItDir"); \ static_assert(offsetof(BlueprintPathsLibrary_BugItDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_BugItDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ChangeExtension \ static_assert(alignof(BlueprintPathsLibrary_ChangeExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ChangeExtension"); \ static_assert(sizeof(BlueprintPathsLibrary_ChangeExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_ChangeExtension"); \ static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ChangeExtension::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_ChangeExtension::InNewExtension' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ChangeExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_CloudDir \ static_assert(alignof(BlueprintPathsLibrary_CloudDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CloudDir"); \ static_assert(sizeof(BlueprintPathsLibrary_CloudDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_CloudDir"); \ static_assert(offsetof(BlueprintPathsLibrary_CloudDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_CloudDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_CollapseRelativeDirectories \ static_assert(alignof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ static_assert(sizeof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000028, "Wrong size on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::OutPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_Combine \ static_assert(alignof(BlueprintPathsLibrary_Combine) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Combine"); \ static_assert(sizeof(BlueprintPathsLibrary_Combine) == 0x000020, "Wrong size on BlueprintPathsLibrary_Combine"); \ static_assert(offsetof(BlueprintPathsLibrary_Combine, InPaths) == 0x000000, "Member 'BlueprintPathsLibrary_Combine::InPaths' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_Combine, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_Combine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertFromSandboxPath \ static_assert(alignof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ static_assert(sizeof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InSandboxName' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertRelativePathToFull \ static_assert(alignof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ static_assert(sizeof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InBasePath) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InBasePath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertToSandboxPath \ static_assert(alignof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertToSandboxPath"); \ static_assert(sizeof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertToSandboxPath"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InSandboxName' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_CreateTempFilename \ static_assert(alignof(BlueprintPathsLibrary_CreateTempFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CreateTempFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_CreateTempFilename) == 0x000040, "Wrong size on BlueprintPathsLibrary_CreateTempFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Path) == 0x000000, "Member 'BlueprintPathsLibrary_CreateTempFilename::Path' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Prefix) == 0x000010, "Member 'BlueprintPathsLibrary_CreateTempFilename::Prefix' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Extension) == 0x000020, "Member 'BlueprintPathsLibrary_CreateTempFilename::Extension' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_CreateTempFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_DiffDir \ static_assert(alignof(BlueprintPathsLibrary_DiffDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DiffDir"); \ static_assert(sizeof(BlueprintPathsLibrary_DiffDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_DiffDir"); \ static_assert(offsetof(BlueprintPathsLibrary_DiffDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_DiffDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_DirectoryExists \ static_assert(alignof(BlueprintPathsLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DirectoryExists"); \ static_assert(sizeof(BlueprintPathsLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_DirectoryExists"); \ static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_DirectoryExists::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineConfigDir \ static_assert(alignof(BlueprintPathsLibrary_EngineConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineConfigDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineConfigDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineConfigDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineContentDir \ static_assert(alignof(BlueprintPathsLibrary_EngineContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineContentDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineContentDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineContentDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineDir \ static_assert(alignof(BlueprintPathsLibrary_EngineDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineIntermediateDir \ static_assert(alignof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineIntermediateDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineIntermediateDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineIntermediateDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnginePluginsDir \ static_assert(alignof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnginePluginsDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnginePluginsDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EnginePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnginePluginsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSavedDir \ static_assert(alignof(BlueprintPathsLibrary_EngineSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSavedDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSavedDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSavedDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSourceDir \ static_assert(alignof(BlueprintPathsLibrary_EngineSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSourceDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSourceDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSourceDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineUserDir \ static_assert(alignof(BlueprintPathsLibrary_EngineUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineUserDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineUserDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineVersionAgnosticUserDir \ static_assert(alignof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineVersionAgnosticUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseDir \ static_assert(alignof(BlueprintPathsLibrary_EnterpriseDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EnterpriseDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EnterpriseDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseFeaturePackDir \ static_assert(alignof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EnterpriseFeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseFeaturePackDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterprisePluginsDir \ static_assert(alignof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterprisePluginsDir"); \ static_assert(sizeof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterprisePluginsDir"); \ static_assert(offsetof(BlueprintPathsLibrary_EnterprisePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterprisePluginsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_FeaturePackDir \ static_assert(alignof(BlueprintPathsLibrary_FeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FeaturePackDir"); \ static_assert(sizeof(BlueprintPathsLibrary_FeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_FeaturePackDir"); \ static_assert(offsetof(BlueprintPathsLibrary_FeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_FeaturePackDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_FileExists \ static_assert(alignof(BlueprintPathsLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FileExists"); \ static_assert(sizeof(BlueprintPathsLibrary_FileExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_FileExists"); \ static_assert(offsetof(BlueprintPathsLibrary_FileExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_FileExists::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_FileExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameAgnosticSavedDir \ static_assert(alignof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ static_assert(sizeof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ static_assert(offsetof(BlueprintPathsLibrary_GameAgnosticSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameAgnosticSavedDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameDevelopersDir \ static_assert(alignof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameDevelopersDir"); \ static_assert(sizeof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameDevelopersDir"); \ static_assert(offsetof(BlueprintPathsLibrary_GameDevelopersDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameDevelopersDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameSourceDir \ static_assert(alignof(BlueprintPathsLibrary_GameSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameSourceDir"); \ static_assert(sizeof(BlueprintPathsLibrary_GameSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameSourceDir"); \ static_assert(offsetof(BlueprintPathsLibrary_GameSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameSourceDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameUserDeveloperDir \ static_assert(alignof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameUserDeveloperDir"); \ static_assert(sizeof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameUserDeveloperDir"); \ static_assert(offsetof(BlueprintPathsLibrary_GameUserDeveloperDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameUserDeveloperDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GeneratedConfigDir \ static_assert(alignof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GeneratedConfigDir"); \ static_assert(sizeof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GeneratedConfigDir"); \ static_assert(offsetof(BlueprintPathsLibrary_GeneratedConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GeneratedConfigDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetBaseFilename \ static_assert(alignof(BlueprintPathsLibrary_GetBaseFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetBaseFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_GetBaseFilename) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetBaseFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetBaseFilename::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, bRemovePath) == 0x000010, "Member 'BlueprintPathsLibrary_GetBaseFilename::bRemovePath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetBaseFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetCleanFilename \ static_assert(alignof(BlueprintPathsLibrary_GetCleanFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetCleanFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_GetCleanFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetCleanFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetCleanFilename::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetCleanFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEditorLocalizationPaths \ static_assert(alignof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ static_assert(sizeof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ static_assert(offsetof(BlueprintPathsLibrary_GetEditorLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEditorLocalizationPaths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEngineLocalizationPaths \ static_assert(alignof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ static_assert(sizeof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ static_assert(offsetof(BlueprintPathsLibrary_GetEngineLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEngineLocalizationPaths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetExtension \ static_assert(alignof(BlueprintPathsLibrary_GetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetExtension"); \ static_assert(sizeof(BlueprintPathsLibrary_GetExtension) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetExtension"); \ static_assert(offsetof(BlueprintPathsLibrary_GetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetExtension::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetExtension, bIncludeDot) == 0x000010, "Member 'BlueprintPathsLibrary_GetExtension::bIncludeDot' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetExtension, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetGameLocalizationPaths \ static_assert(alignof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ static_assert(sizeof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ static_assert(offsetof(BlueprintPathsLibrary_GetGameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetGameLocalizationPaths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetInvalidFileSystemChars \ static_assert(alignof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ static_assert(sizeof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ static_assert(offsetof(BlueprintPathsLibrary_GetInvalidFileSystemChars, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetInvalidFileSystemChars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPath \ static_assert(alignof(BlueprintPathsLibrary_GetPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPath"); \ static_assert(sizeof(BlueprintPathsLibrary_GetPath) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetPath"); \ static_assert(offsetof(BlueprintPathsLibrary_GetPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetPath::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_GetPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetProjectFilePath \ static_assert(alignof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetProjectFilePath"); \ static_assert(sizeof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetProjectFilePath"); \ static_assert(offsetof(BlueprintPathsLibrary_GetProjectFilePath, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetProjectFilePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPropertyNameLocalizationPaths \ static_assert(alignof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ static_assert(sizeof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ static_assert(offsetof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetPropertyNameLocalizationPaths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRelativePathToRoot \ static_assert(alignof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRelativePathToRoot"); \ static_assert(sizeof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRelativePathToRoot"); \ static_assert(offsetof(BlueprintPathsLibrary_GetRelativePathToRoot, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRelativePathToRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRestrictedFolderNames \ static_assert(alignof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ static_assert(sizeof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ static_assert(offsetof(BlueprintPathsLibrary_GetRestrictedFolderNames, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRestrictedFolderNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetToolTipLocalizationPaths \ static_assert(alignof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ static_assert(sizeof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ static_assert(offsetof(BlueprintPathsLibrary_GetToolTipLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetToolTipLocalizationPaths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_HasProjectPersistentDownloadDir \ static_assert(alignof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ static_assert(sizeof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ static_assert(offsetof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_HasProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsDrive \ static_assert(alignof(BlueprintPathsLibrary_IsDrive) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsDrive"); \ static_assert(sizeof(BlueprintPathsLibrary_IsDrive) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsDrive"); \ static_assert(offsetof(BlueprintPathsLibrary_IsDrive, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsDrive::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_IsDrive, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsDrive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsProjectFilePathSet \ static_assert(alignof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_IsProjectFilePathSet"); \ static_assert(sizeof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong size on BlueprintPathsLibrary_IsProjectFilePathSet"); \ static_assert(offsetof(BlueprintPathsLibrary_IsProjectFilePathSet, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_IsProjectFilePathSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRelative \ static_assert(alignof(BlueprintPathsLibrary_IsRelative) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRelative"); \ static_assert(sizeof(BlueprintPathsLibrary_IsRelative) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRelative"); \ static_assert(offsetof(BlueprintPathsLibrary_IsRelative, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRelative::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_IsRelative, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRelative::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRestrictedPath \ static_assert(alignof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRestrictedPath"); \ static_assert(sizeof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRestrictedPath"); \ static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRestrictedPath::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRestrictedPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsSamePath \ static_assert(alignof(BlueprintPathsLibrary_IsSamePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsSamePath"); \ static_assert(sizeof(BlueprintPathsLibrary_IsSamePath) == 0x000028, "Wrong size on BlueprintPathsLibrary_IsSamePath"); \ static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathA) == 0x000000, "Member 'BlueprintPathsLibrary_IsSamePath::PathA' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathB) == 0x000010, "Member 'BlueprintPathsLibrary_IsSamePath::PathB' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_IsSamePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_LaunchDir \ static_assert(alignof(BlueprintPathsLibrary_LaunchDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_LaunchDir"); \ static_assert(sizeof(BlueprintPathsLibrary_LaunchDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_LaunchDir"); \ static_assert(offsetof(BlueprintPathsLibrary_LaunchDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_LaunchDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePathRelativeTo \ static_assert(alignof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePathRelativeTo"); \ static_assert(sizeof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000038, "Wrong size on BlueprintPathsLibrary_MakePathRelativeTo"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InRelativeTo) == 0x000010, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InRelativeTo' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, OutPath) == 0x000020, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::OutPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePlatformFilename \ static_assert(alignof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePlatformFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakePlatformFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePlatformFilename::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakePlatformFilename::OutPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeStandardFilename \ static_assert(alignof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeStandardFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakeStandardFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakeStandardFilename::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakeStandardFilename::OutPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeValidFileName \ static_assert(alignof(BlueprintPathsLibrary_MakeValidFileName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeValidFileName"); \ static_assert(sizeof(BlueprintPathsLibrary_MakeValidFileName) == 0x000030, "Wrong size on BlueprintPathsLibrary_MakeValidFileName"); \ static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, inString) == 0x000000, "Member 'BlueprintPathsLibrary_MakeValidFileName::inString' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InReplacementChar) == 0x000010, "Member 'BlueprintPathsLibrary_MakeValidFileName::InReplacementChar' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_MakeValidFileName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeDirectoryName \ static_assert(alignof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeDirectoryName"); \ static_assert(sizeof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeDirectoryName"); \ static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::OutPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeFilename \ static_assert(alignof(BlueprintPathsLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeFilename"); \ static_assert(sizeof(BlueprintPathsLibrary_NormalizeFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeFilename"); \ static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeFilename::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeFilename::OutPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProfilingDir \ static_assert(alignof(BlueprintPathsLibrary_ProfilingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProfilingDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProfilingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProfilingDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProfilingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProfilingDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectConfigDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectConfigDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectConfigDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectConfigDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectContentDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectContentDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectContentDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectContentDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectIntermediateDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectIntermediateDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectIntermediateDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectIntermediateDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectLogDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectLogDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectLogDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectLogDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectModsDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectModsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectModsDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectModsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectModsDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectModsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectModsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPersistentDownloadDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPluginsDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPluginsDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPluginsDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectPluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPluginsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectSavedDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectSavedDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectSavedDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectSavedDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectUserDir \ static_assert(alignof(BlueprintPathsLibrary_ProjectUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectUserDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ProjectUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectUserDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ProjectUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_RemoveDuplicateSlashes \ static_assert(alignof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ static_assert(sizeof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000020, "Wrong size on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::OutPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_RootDir \ static_assert(alignof(BlueprintPathsLibrary_RootDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RootDir"); \ static_assert(sizeof(BlueprintPathsLibrary_RootDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_RootDir"); \ static_assert(offsetof(BlueprintPathsLibrary_RootDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_RootDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_SandboxesDir \ static_assert(alignof(BlueprintPathsLibrary_SandboxesDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SandboxesDir"); \ static_assert(sizeof(BlueprintPathsLibrary_SandboxesDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SandboxesDir"); \ static_assert(offsetof(BlueprintPathsLibrary_SandboxesDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SandboxesDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ScreenShotDir \ static_assert(alignof(BlueprintPathsLibrary_ScreenShotDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ScreenShotDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ScreenShotDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ScreenShotDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ScreenShotDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ScreenShotDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetExtension \ static_assert(alignof(BlueprintPathsLibrary_SetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetExtension"); \ static_assert(sizeof(BlueprintPathsLibrary_SetExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_SetExtension"); \ static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_SetExtension::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_SetExtension::InNewExtension' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_SetExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_SetExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetProjectFilePath \ static_assert(alignof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetProjectFilePath"); \ static_assert(sizeof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_SetProjectFilePath"); \ static_assert(offsetof(BlueprintPathsLibrary_SetProjectFilePath, NewGameProjectFilePath) == 0x000000, "Member 'BlueprintPathsLibrary_SetProjectFilePath::NewGameProjectFilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShaderWorkingDir \ static_assert(alignof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ShaderWorkingDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ShaderWorkingDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ShaderWorkingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShaderWorkingDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShouldSaveToUserDir \ static_assert(alignof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ static_assert(sizeof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ static_assert(offsetof(BlueprintPathsLibrary_ShouldSaveToUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShouldSaveToUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_SourceConfigDir \ static_assert(alignof(BlueprintPathsLibrary_SourceConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SourceConfigDir"); \ static_assert(sizeof(BlueprintPathsLibrary_SourceConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SourceConfigDir"); \ static_assert(offsetof(BlueprintPathsLibrary_SourceConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SourceConfigDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_Split \ static_assert(alignof(BlueprintPathsLibrary_Split) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Split"); \ static_assert(sizeof(BlueprintPathsLibrary_Split) == 0x000040, "Wrong size on BlueprintPathsLibrary_Split"); \ static_assert(offsetof(BlueprintPathsLibrary_Split, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_Split::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_Split, PathPart) == 0x000010, "Member 'BlueprintPathsLibrary_Split::PathPart' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_Split, FilenamePart) == 0x000020, "Member 'BlueprintPathsLibrary_Split::FilenamePart' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_Split, ExtensionPart) == 0x000030, "Member 'BlueprintPathsLibrary_Split::ExtensionPart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_ValidatePath \ static_assert(alignof(BlueprintPathsLibrary_ValidatePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ValidatePath"); \ static_assert(sizeof(BlueprintPathsLibrary_ValidatePath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ValidatePath"); \ static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ValidatePath::InPath' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, bDidSucceed) == 0x000010, "Member 'BlueprintPathsLibrary_ValidatePath::bDidSucceed' has a wrong offset!"); \ static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, OutReason) == 0x000018, "Member 'BlueprintPathsLibrary_ValidatePath::OutReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPathsLibrary_VideoCaptureDir \ static_assert(alignof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_VideoCaptureDir"); \ static_assert(sizeof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_VideoCaptureDir"); \ static_assert(offsetof(BlueprintPathsLibrary_VideoCaptureDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_VideoCaptureDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintPathsLibrary \ static_assert(alignof(UBlueprintPathsLibrary) == 0x000008, "Wrong alignment on UBlueprintPathsLibrary"); \ static_assert(sizeof(UBlueprintPathsLibrary) == 0x000028, "Wrong size on UBlueprintPathsLibrary"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000070, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000058, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000068, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000068, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000060, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ #define DUMPER7_ASSERTS_UBodySetup \ static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ static_assert(sizeof(UBodySetup) == 0x0002A0, "Wrong size on UBodySetup"); \ static_assert(offsetof(UBodySetup, AggGeom) == 0x000048, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000A8, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000B0, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000128, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, BuildScale3D) == 0x000288, "Member 'UBodySetup::BuildScale3D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoneMaskFilter \ static_assert(alignof(UBoneMaskFilter) == 0x000008, "Wrong alignment on UBoneMaskFilter"); \ static_assert(sizeof(UBoneMaskFilter) == 0x000038, "Wrong size on UBoneMaskFilter"); \ static_assert(offsetof(UBoneMaskFilter, BlendPoses) == 0x000028, "Member 'UBoneMaskFilter::BlendPoses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBookMark \ static_assert(alignof(UBookMark) == 0x000008, "Wrong alignment on UBookMark"); \ static_assert(sizeof(UBookMark) == 0x000050, "Wrong size on UBookMark"); \ static_assert(offsetof(UBookMark, Location) == 0x000028, "Member 'UBookMark::Location' has a wrong offset!"); \ static_assert(offsetof(UBookMark, Rotation) == 0x000034, "Member 'UBookMark::Rotation' has a wrong offset!"); \ static_assert(offsetof(UBookMark, HiddenLevels) == 0x000040, "Member 'UBookMark::HiddenLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoxReflectionCapture \ static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ static_assert(sizeof(ABoxReflectionCapture) == 0x000228, "Wrong size on ABoxReflectionCapture"); \ #define DUMPER7_ASSERTS_UReflectionCaptureComponent \ static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ static_assert(sizeof(UReflectionCaptureComponent) == 0x000270, "Wrong size on UReflectionCaptureComponent"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x0001F8, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000200, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x000201, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000208, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000210, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x000214, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x000218, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x00021C, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000220, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x00022C, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000250, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x000290, "Wrong size on UBoxReflectionCaptureComponent"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x000270, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x000278, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x000280, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushBuilder \ static_assert(alignof(UBrushBuilder) == 0x000008, "Wrong alignment on UBrushBuilder"); \ static_assert(sizeof(UBrushBuilder) == 0x000080, "Wrong size on UBrushBuilder"); \ static_assert(offsetof(UBrushBuilder, BitmapFilename) == 0x000028, "Member 'UBrushBuilder::BitmapFilename' has a wrong offset!"); \ static_assert(offsetof(UBrushBuilder, ToolTip) == 0x000038, "Member 'UBrushBuilder::ToolTip' has a wrong offset!"); \ static_assert(offsetof(UBrushBuilder, Vertices) == 0x000050, "Member 'UBrushBuilder::Vertices' has a wrong offset!"); \ static_assert(offsetof(UBrushBuilder, Polys) == 0x000060, "Member 'UBrushBuilder::Polys' has a wrong offset!"); \ static_assert(offsetof(UBrushBuilder, Layer) == 0x000070, "Member 'UBrushBuilder::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrushShape \ static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ static_assert(sizeof(ABrushShape) == 0x000258, "Wrong size on ABrushShape"); \ #define DUMPER7_ASSERTS_UCameraAnim \ static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ static_assert(sizeof(UCameraAnim) == 0x0005D0, "Wrong size on UCameraAnim"); \ static_assert(offsetof(UCameraAnim, CameraInterpGroup) == 0x000028, "Member 'UCameraAnim::CameraInterpGroup' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, AnimLength) == 0x000030, "Member 'UCameraAnim::AnimLength' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BoundingBox) == 0x000034, "Member 'UCameraAnim::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BaseFOV) == 0x000054, "Member 'UCameraAnim::BaseFOV' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BasePostProcessSettings) == 0x000060, "Member 'UCameraAnim::BasePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BasePostProcessBlendWeight) == 0x0005C0, "Member 'UCameraAnim::BasePostProcessBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_SetDuration \ static_assert(alignof(CameraAnimInst_SetDuration) == 0x000004, "Wrong alignment on CameraAnimInst_SetDuration"); \ static_assert(sizeof(CameraAnimInst_SetDuration) == 0x000004, "Wrong size on CameraAnimInst_SetDuration"); \ static_assert(offsetof(CameraAnimInst_SetDuration, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetDuration::NewDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_SetScale \ static_assert(alignof(CameraAnimInst_SetScale) == 0x000004, "Wrong alignment on CameraAnimInst_SetScale"); \ static_assert(sizeof(CameraAnimInst_SetScale) == 0x000004, "Wrong size on CameraAnimInst_SetScale"); \ static_assert(offsetof(CameraAnimInst_SetScale, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetScale::NewDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_Stop \ static_assert(alignof(CameraAnimInst_Stop) == 0x000001, "Wrong alignment on CameraAnimInst_Stop"); \ static_assert(sizeof(CameraAnimInst_Stop) == 0x000001, "Wrong size on CameraAnimInst_Stop"); \ static_assert(offsetof(CameraAnimInst_Stop, bImmediate) == 0x000000, "Member 'CameraAnimInst_Stop::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAnimInst \ static_assert(alignof(UCameraAnimInst) == 0x000010, "Wrong alignment on UCameraAnimInst"); \ static_assert(sizeof(UCameraAnimInst) == 0x000110, "Wrong size on UCameraAnimInst"); \ static_assert(offsetof(UCameraAnimInst, CamAnim) == 0x000028, "Member 'UCameraAnimInst::CamAnim' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, InterpGroupInst) == 0x000030, "Member 'UCameraAnimInst::InterpGroupInst' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, PlayRate) == 0x000050, "Member 'UCameraAnimInst::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, MoveTrack) == 0x000068, "Member 'UCameraAnimInst::MoveTrack' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, MoveInst) == 0x000070, "Member 'UCameraAnimInst::MoveInst' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, PlaySpace) == 0x000078, "Member 'UCameraAnimInst::PlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeMature \ static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake \ static_assert(alignof(CameraShakeSourceComponent_StartCameraShake) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StartCameraShake"); \ static_assert(sizeof(CameraShakeSourceComponent_StartCameraShake) == 0x000020, "Wrong size on CameraShakeSourceComponent_StartCameraShake"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StartCameraShake::InCameraShake' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, Scale) == 0x000008, "Member 'CameraShakeSourceComponent_StartCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, PlaySpace) == 0x00000C, "Member 'CameraShakeSourceComponent_StartCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'CameraShakeSourceComponent_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakes \ static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakes"); \ static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakes"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakesOfType \ static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000010, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::InCameraShake' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, bImmediately) == 0x000008, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_GetAttenuationFactor \ static_assert(alignof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000004, "Wrong alignment on CameraShakeSourceComponent_GetAttenuationFactor"); \ static_assert(sizeof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000010, "Wrong size on CameraShakeSourceComponent_GetAttenuationFactor"); \ static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, Location) == 0x000000, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::Location' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, ReturnValue) == 0x00000C, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraShakeSourceComponent \ static_assert(alignof(UCameraShakeSourceComponent) == 0x000010, "Wrong alignment on UCameraShakeSourceComponent"); \ static_assert(sizeof(UCameraShakeSourceComponent) == 0x000220, "Wrong size on UCameraShakeSourceComponent"); \ static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x0001F8, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x0001FC, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000200, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000208, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000210, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_Deproject \ static_assert(alignof(Canvas_K2_Deproject) == 0x000004, "Wrong alignment on Canvas_K2_Deproject"); \ static_assert(sizeof(Canvas_K2_Deproject) == 0x000020, "Wrong size on Canvas_K2_Deproject"); \ static_assert(offsetof(Canvas_K2_Deproject, ScreenPosition) == 0x000000, "Member 'Canvas_K2_Deproject::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Deproject, WorldOrigin) == 0x000008, "Member 'Canvas_K2_Deproject::WorldOrigin' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Deproject, WorldDirection) == 0x000014, "Member 'Canvas_K2_Deproject::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawBorder \ static_assert(alignof(Canvas_K2_DrawBorder) == 0x000008, "Wrong alignment on Canvas_K2_DrawBorder"); \ static_assert(sizeof(Canvas_K2_DrawBorder) == 0x000088, "Wrong size on Canvas_K2_DrawBorder"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BorderTexture) == 0x000000, "Member 'Canvas_K2_DrawBorder::BorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundTexture) == 0x000008, "Member 'Canvas_K2_DrawBorder::BackgroundTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, LeftBorderTexture) == 0x000010, "Member 'Canvas_K2_DrawBorder::LeftBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, RightBorderTexture) == 0x000018, "Member 'Canvas_K2_DrawBorder::RightBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, TopBorderTexture) == 0x000020, "Member 'Canvas_K2_DrawBorder::TopBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BottomBorderTexture) == 0x000028, "Member 'Canvas_K2_DrawBorder::BottomBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, ScreenPosition) == 0x000030, "Member 'Canvas_K2_DrawBorder::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, ScreenSize) == 0x000038, "Member 'Canvas_K2_DrawBorder::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CoordinatePosition) == 0x000040, "Member 'Canvas_K2_DrawBorder::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CoordinateSize) == 0x000048, "Member 'Canvas_K2_DrawBorder::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, RenderColor) == 0x000050, "Member 'Canvas_K2_DrawBorder::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BorderScale) == 0x000060, "Member 'Canvas_K2_DrawBorder::BorderScale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundScale) == 0x000068, "Member 'Canvas_K2_DrawBorder::BackgroundScale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, Rotation) == 0x000070, "Member 'Canvas_K2_DrawBorder::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, PivotPoint) == 0x000074, "Member 'Canvas_K2_DrawBorder::PivotPoint' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CornerSize) == 0x00007C, "Member 'Canvas_K2_DrawBorder::CornerSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawBox \ static_assert(alignof(Canvas_K2_DrawBox) == 0x000004, "Wrong alignment on Canvas_K2_DrawBox"); \ static_assert(sizeof(Canvas_K2_DrawBox) == 0x000024, "Wrong size on Canvas_K2_DrawBox"); \ static_assert(offsetof(Canvas_K2_DrawBox, ScreenPosition) == 0x000000, "Member 'Canvas_K2_DrawBox::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, ScreenSize) == 0x000008, "Member 'Canvas_K2_DrawBox::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, Thickness) == 0x000010, "Member 'Canvas_K2_DrawBox::Thickness' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawBox::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawLine \ static_assert(alignof(Canvas_K2_DrawLine) == 0x000004, "Wrong alignment on Canvas_K2_DrawLine"); \ static_assert(sizeof(Canvas_K2_DrawLine) == 0x000024, "Wrong size on Canvas_K2_DrawLine"); \ static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionA) == 0x000000, "Member 'Canvas_K2_DrawLine::ScreenPositionA' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionB) == 0x000008, "Member 'Canvas_K2_DrawLine::ScreenPositionB' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, Thickness) == 0x000010, "Member 'Canvas_K2_DrawLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawLine::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawMaterial \ static_assert(alignof(Canvas_K2_DrawMaterial) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterial"); \ static_assert(sizeof(Canvas_K2_DrawMaterial) == 0x000038, "Wrong size on Canvas_K2_DrawMaterial"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterial::RenderMaterial' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawMaterial::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawMaterial::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawMaterial::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawMaterial::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, Rotation) == 0x000028, "Member 'Canvas_K2_DrawMaterial::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, PivotPoint) == 0x00002C, "Member 'Canvas_K2_DrawMaterial::PivotPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawMaterialTriangle \ static_assert(alignof(Canvas_K2_DrawMaterialTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterialTriangle"); \ static_assert(sizeof(Canvas_K2_DrawMaterialTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawMaterialTriangle"); \ static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterialTriangle::RenderMaterial' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawMaterialTriangle::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawPolygon \ static_assert(alignof(Canvas_K2_DrawPolygon) == 0x000008, "Wrong alignment on Canvas_K2_DrawPolygon"); \ static_assert(sizeof(Canvas_K2_DrawPolygon) == 0x000030, "Wrong size on Canvas_K2_DrawPolygon"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawPolygon::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawPolygon::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, Radius) == 0x000010, "Member 'Canvas_K2_DrawPolygon::Radius' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, NumberOfSides) == 0x000018, "Member 'Canvas_K2_DrawPolygon::NumberOfSides' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, RenderColor) == 0x00001C, "Member 'Canvas_K2_DrawPolygon::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawText \ static_assert(alignof(Canvas_K2_DrawText) == 0x000008, "Wrong alignment on Canvas_K2_DrawText"); \ static_assert(sizeof(Canvas_K2_DrawText) == 0x000068, "Wrong size on Canvas_K2_DrawText"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderFont) == 0x000000, "Member 'Canvas_K2_DrawText::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderText) == 0x000008, "Member 'Canvas_K2_DrawText::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, ScreenPosition) == 0x000018, "Member 'Canvas_K2_DrawText::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, Scale) == 0x000020, "Member 'Canvas_K2_DrawText::Scale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawText::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, Kerning) == 0x000038, "Member 'Canvas_K2_DrawText::Kerning' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, ShadowColor) == 0x00003C, "Member 'Canvas_K2_DrawText::ShadowColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, ShadowOffset) == 0x00004C, "Member 'Canvas_K2_DrawText::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bCentreX) == 0x000054, "Member 'Canvas_K2_DrawText::bCentreX' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bCentreY) == 0x000055, "Member 'Canvas_K2_DrawText::bCentreY' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bOutlined) == 0x000056, "Member 'Canvas_K2_DrawText::bOutlined' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, OutlineColor) == 0x000058, "Member 'Canvas_K2_DrawText::OutlineColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawTexture \ static_assert(alignof(Canvas_K2_DrawTexture) == 0x000008, "Wrong alignment on Canvas_K2_DrawTexture"); \ static_assert(sizeof(Canvas_K2_DrawTexture) == 0x000048, "Wrong size on Canvas_K2_DrawTexture"); \ static_assert(offsetof(Canvas_K2_DrawTexture, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTexture::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawTexture::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawTexture::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawTexture::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawTexture::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawTexture::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, BlendMode) == 0x000038, "Member 'Canvas_K2_DrawTexture::BlendMode' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, Rotation) == 0x00003C, "Member 'Canvas_K2_DrawTexture::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, PivotPoint) == 0x000040, "Member 'Canvas_K2_DrawTexture::PivotPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawTriangle \ static_assert(alignof(Canvas_K2_DrawTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawTriangle"); \ static_assert(sizeof(Canvas_K2_DrawTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawTriangle"); \ static_assert(offsetof(Canvas_K2_DrawTriangle, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTriangle::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawTriangle::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_Project \ static_assert(alignof(Canvas_K2_Project) == 0x000004, "Wrong alignment on Canvas_K2_Project"); \ static_assert(sizeof(Canvas_K2_Project) == 0x000018, "Wrong size on Canvas_K2_Project"); \ static_assert(offsetof(Canvas_K2_Project, WorldLocation) == 0x000000, "Member 'Canvas_K2_Project::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Project, ReturnValue) == 0x00000C, "Member 'Canvas_K2_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_StrLen \ static_assert(alignof(Canvas_K2_StrLen) == 0x000008, "Wrong alignment on Canvas_K2_StrLen"); \ static_assert(sizeof(Canvas_K2_StrLen) == 0x000020, "Wrong size on Canvas_K2_StrLen"); \ static_assert(offsetof(Canvas_K2_StrLen, RenderFont) == 0x000000, "Member 'Canvas_K2_StrLen::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_StrLen, RenderText) == 0x000008, "Member 'Canvas_K2_StrLen::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_StrLen, ReturnValue) == 0x000018, "Member 'Canvas_K2_StrLen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_TextSize \ static_assert(alignof(Canvas_K2_TextSize) == 0x000008, "Wrong alignment on Canvas_K2_TextSize"); \ static_assert(sizeof(Canvas_K2_TextSize) == 0x000028, "Wrong size on Canvas_K2_TextSize"); \ static_assert(offsetof(Canvas_K2_TextSize, RenderFont) == 0x000000, "Member 'Canvas_K2_TextSize::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, RenderText) == 0x000008, "Member 'Canvas_K2_TextSize::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, Scale) == 0x000018, "Member 'Canvas_K2_TextSize::Scale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, ReturnValue) == 0x000020, "Member 'Canvas_K2_TextSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCanvas \ static_assert(alignof(UCanvas) == 0x000010, "Wrong alignment on UCanvas"); \ static_assert(sizeof(UCanvas) == 0x0002D0, "Wrong size on UCanvas"); \ static_assert(offsetof(UCanvas, OrgX) == 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) == 0x000060, "Member 'UCanvas::DefaultTexture' has a wrong offset!"); \ static_assert(offsetof(UCanvas, GradientTexture0) == 0x000068, "Member 'UCanvas::GradientTexture0' has a wrong offset!"); \ static_assert(offsetof(UCanvas, ReporterGraph) == 0x000070, "Member 'UCanvas::ReporterGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureRenderTarget2D \ static_assert(alignof(UTextureRenderTarget2D) == 0x000010, "Wrong alignment on UTextureRenderTarget2D"); \ static_assert(sizeof(UTextureRenderTarget2D) == 0x0001B0, "Wrong size on UTextureRenderTarget2D"); \ static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x000180, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x000184, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000188, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000198, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000199, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x00019B, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x00019D, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x00019E, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x00019F, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x0001A0, "Member 'UTextureRenderTarget2D::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_CanvasRenderTarget2D_CreateCanvasRenderTarget2D \ static_assert(alignof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ static_assert(sizeof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000020, "Wrong size on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, WorldContextObject) == 0x000000, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, CanvasRenderTarget2DClass) == 0x000008, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::CanvasRenderTarget2DClass' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Width) == 0x000010, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Height) == 0x000014, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Height' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, ReturnValue) == 0x000018, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize \ static_assert(alignof(CanvasRenderTarget2D_GetSize) == 0x000004, "Wrong alignment on CanvasRenderTarget2D_GetSize"); \ static_assert(sizeof(CanvasRenderTarget2D_GetSize) == 0x000008, "Wrong size on CanvasRenderTarget2D_GetSize"); \ static_assert(offsetof(CanvasRenderTarget2D_GetSize, Width) == 0x000000, "Member 'CanvasRenderTarget2D_GetSize::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_GetSize, Height) == 0x000004, "Member 'CanvasRenderTarget2D_GetSize::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate \ static_assert(alignof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_ReceiveUpdate"); \ static_assert(sizeof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000010, "Wrong size on CanvasRenderTarget2D_ReceiveUpdate"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Canvas) == 0x000000, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Canvas' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Width) == 0x000008, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Height) == 0x00000C, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ static_assert(alignof(UCanvasRenderTarget2D) == 0x000010, "Wrong alignment on UCanvasRenderTarget2D"); \ static_assert(sizeof(UCanvasRenderTarget2D) == 0x0001D0, "Wrong size on UCanvasRenderTarget2D"); \ static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x0001A8, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x0001B8, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x0001C0, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000470, "Wrong size on UCapsuleComponent"); \ static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000468, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x00046C, "Member 'UCapsuleComponent::CapsuleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugIt \ static_assert(alignof(CheatManager_BugIt) == 0x000008, "Wrong alignment on CheatManager_BugIt"); \ static_assert(sizeof(CheatManager_BugIt) == 0x000010, "Wrong size on CheatManager_BugIt"); \ static_assert(offsetof(CheatManager_BugIt, ScreenShotDescription) == 0x000000, "Member 'CheatManager_BugIt::ScreenShotDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugItGo \ static_assert(alignof(CheatManager_BugItGo) == 0x000004, "Wrong alignment on CheatManager_BugItGo"); \ static_assert(sizeof(CheatManager_BugItGo) == 0x000018, "Wrong size on CheatManager_BugItGo"); \ static_assert(offsetof(CheatManager_BugItGo, X) == 0x000000, "Member 'CheatManager_BugItGo::X' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Y) == 0x000004, "Member 'CheatManager_BugItGo::Y' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Z) == 0x000008, "Member 'CheatManager_BugItGo::Z' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Pitch) == 0x00000C, "Member 'CheatManager_BugItGo::Pitch' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Yaw) == 0x000010, "Member 'CheatManager_BugItGo::Yaw' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Roll) == 0x000014, "Member 'CheatManager_BugItGo::Roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugItStringCreator \ static_assert(alignof(CheatManager_BugItStringCreator) == 0x000008, "Wrong alignment on CheatManager_BugItStringCreator"); \ static_assert(sizeof(CheatManager_BugItStringCreator) == 0x000038, "Wrong size on CheatManager_BugItStringCreator"); \ static_assert(offsetof(CheatManager_BugItStringCreator, ViewLocation) == 0x000000, "Member 'CheatManager_BugItStringCreator::ViewLocation' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, ViewRotation) == 0x00000C, "Member 'CheatManager_BugItStringCreator::ViewRotation' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, GoString) == 0x000018, "Member 'CheatManager_BugItStringCreator::GoString' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, LocString) == 0x000028, "Member 'CheatManager_BugItStringCreator::LocString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_ChangeSize \ static_assert(alignof(CheatManager_ChangeSize) == 0x000004, "Wrong alignment on CheatManager_ChangeSize"); \ static_assert(sizeof(CheatManager_ChangeSize) == 0x000004, "Wrong size on CheatManager_ChangeSize"); \ static_assert(offsetof(CheatManager_ChangeSize, F) == 0x000000, "Member 'CheatManager_ChangeSize::F' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_CheatScript \ static_assert(alignof(CheatManager_CheatScript) == 0x000008, "Wrong alignment on CheatManager_CheatScript"); \ static_assert(sizeof(CheatManager_CheatScript) == 0x000010, "Wrong size on CheatManager_CheatScript"); \ static_assert(offsetof(CheatManager_CheatScript, ScriptName) == 0x000000, "Member 'CheatManager_CheatScript::ScriptName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DamageTarget \ static_assert(alignof(CheatManager_DamageTarget) == 0x000004, "Wrong alignment on CheatManager_DamageTarget"); \ static_assert(sizeof(CheatManager_DamageTarget) == 0x000004, "Wrong size on CheatManager_DamageTarget"); \ static_assert(offsetof(CheatManager_DamageTarget, DamageAmount) == 0x000000, "Member 'CheatManager_DamageTarget::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepChannel \ static_assert(alignof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepChannel"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepChannel"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepChannel, Channel) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepChannel::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepComplex \ static_assert(alignof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepComplex"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepComplex"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepComplex, bTraceComplex) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepComplex::bTraceComplex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepSize \ static_assert(alignof(CheatManager_DebugCapsuleSweepSize) == 0x000004, "Wrong alignment on CheatManager_DebugCapsuleSweepSize"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepSize) == 0x000008, "Wrong size on CheatManager_DebugCapsuleSweepSize"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, HalfHeight) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepSize::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, Radius) == 0x000004, "Member 'CheatManager_DebugCapsuleSweepSize::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DestroyAll \ static_assert(alignof(CheatManager_DestroyAll) == 0x000008, "Wrong alignment on CheatManager_DestroyAll"); \ static_assert(sizeof(CheatManager_DestroyAll) == 0x000008, "Wrong size on CheatManager_DestroyAll"); \ static_assert(offsetof(CheatManager_DestroyAll, aClass) == 0x000000, "Member 'CheatManager_DestroyAll::aClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DestroyPawns \ static_assert(alignof(CheatManager_DestroyPawns) == 0x000008, "Wrong alignment on CheatManager_DestroyPawns"); \ static_assert(sizeof(CheatManager_DestroyPawns) == 0x000008, "Wrong size on CheatManager_DestroyPawns"); \ static_assert(offsetof(CheatManager_DestroyPawns, aClass) == 0x000000, "Member 'CheatManager_DestroyPawns::aClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_FreezeFrame \ static_assert(alignof(CheatManager_FreezeFrame) == 0x000004, "Wrong alignment on CheatManager_FreezeFrame"); \ static_assert(sizeof(CheatManager_FreezeFrame) == 0x000004, "Wrong size on CheatManager_FreezeFrame"); \ static_assert(offsetof(CheatManager_FreezeFrame, Delay) == 0x000000, "Member 'CheatManager_FreezeFrame::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_OnlyLoadLevel \ static_assert(alignof(CheatManager_OnlyLoadLevel) == 0x000004, "Wrong alignment on CheatManager_OnlyLoadLevel"); \ static_assert(sizeof(CheatManager_OnlyLoadLevel) == 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_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_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_UChildConnection \ static_assert(alignof(UChildConnection) == 0x000008, "Wrong alignment on UChildConnection"); \ static_assert(sizeof(UChildConnection) == 0x001BB0, "Wrong size on UChildConnection"); \ static_assert(offsetof(UChildConnection, Parent) == 0x001BA8, "Member 'UChildConnection::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSourceBus \ static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ static_assert(sizeof(USoundSourceBus) == 0x000388, "Wrong size on USoundSourceBus"); \ static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000370, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x000374, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000378, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudStorageBase \ static_assert(alignof(UCloudStorageBase) == 0x000008, "Wrong alignment on UCloudStorageBase"); \ static_assert(sizeof(UCloudStorageBase) == 0x000050, "Wrong size on UCloudStorageBase"); \ static_assert(offsetof(UCloudStorageBase, LocalCloudFiles) == 0x000038, "Member 'UCloudStorageBase::LocalCloudFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCollisionProfile \ static_assert(alignof(UCollisionProfile) == 0x000008, "Wrong alignment on UCollisionProfile"); \ static_assert(sizeof(UCollisionProfile) == 0x000170, "Wrong size on UCollisionProfile"); \ static_assert(offsetof(UCollisionProfile, Profiles) == 0x000038, "Member 'UCollisionProfile::Profiles' has a wrong offset!"); \ static_assert(offsetof(UCollisionProfile, DefaultChannelResponses) == 0x000048, "Member 'UCollisionProfile::DefaultChannelResponses' has a wrong offset!"); \ static_assert(offsetof(UCollisionProfile, EditProfiles) == 0x000058, "Member 'UCollisionProfile::EditProfiles' has a wrong offset!"); \ static_assert(offsetof(UCollisionProfile, ProfileRedirects) == 0x000068, "Member 'UCollisionProfile::ProfileRedirects' has a wrong offset!"); \ static_assert(offsetof(UCollisionProfile, CollisionChannelRedirects) == 0x000078, "Member 'UCollisionProfile::CollisionChannelRedirects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UActorComponentInstanceDataTransientOuter \ static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ #define DUMPER7_ASSERTS_UCurveTable \ static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ #define DUMPER7_ASSERTS_UCompositeCurveTable \ static_assert(alignof(UCompositeCurveTable) == 0x000008, "Wrong alignment on UCompositeCurveTable"); \ static_assert(sizeof(UCompositeCurveTable) == 0x0000C8, "Wrong size on UCompositeCurveTable"); \ static_assert(offsetof(UCompositeCurveTable, ParentTables) == 0x0000A0, "Member 'UCompositeCurveTable::ParentTables' has a wrong offset!"); \ static_assert(offsetof(UCompositeCurveTable, OldParentTables) == 0x0000B0, "Member 'UCompositeCurveTable::OldParentTables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataTable \ static_assert(alignof(UDataTable) == 0x000008, "Wrong alignment on UDataTable"); \ static_assert(sizeof(UDataTable) == 0x0000B0, "Wrong size on UDataTable"); \ static_assert(offsetof(UDataTable, RowStruct) == 0x000028, "Member 'UDataTable::RowStruct' has a wrong offset!"); \ static_assert(offsetof(UDataTable, RowMap) == 0x000030, "Member 'UDataTable::RowMap' has a wrong offset!"); \ static_assert(offsetof(UDataTable, ImportKeyField) == 0x000088, "Member 'UDataTable::ImportKeyField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositeDataTable \ static_assert(alignof(UCompositeDataTable) == 0x000008, "Wrong alignment on UCompositeDataTable"); \ static_assert(sizeof(UCompositeDataTable) == 0x0000D8, "Wrong size on UCompositeDataTable"); \ static_assert(offsetof(UCompositeDataTable, ParentTables) == 0x0000B0, "Member 'UCompositeDataTable::ParentTables' has a wrong offset!"); \ static_assert(offsetof(UCompositeDataTable, OldParentTables) == 0x0000C0, "Member 'UCompositeDataTable::OldParentTables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000360, "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_UConsole \ static_assert(alignof(UConsole) == 0x000008, "Wrong alignment on UConsole"); \ static_assert(sizeof(UConsole) == 0x000130, "Wrong size on UConsole"); \ static_assert(offsetof(UConsole, ConsoleTargetPlayer) == 0x000038, "Member 'UConsole::ConsoleTargetPlayer' has a wrong offset!"); \ static_assert(offsetof(UConsole, DefaultTexture_Black) == 0x000040, "Member 'UConsole::DefaultTexture_Black' has a wrong offset!"); \ static_assert(offsetof(UConsole, DefaultTexture_White) == 0x000048, "Member 'UConsole::DefaultTexture_White' has a wrong offset!"); \ static_assert(offsetof(UConsole, HistoryBuffer) == 0x000068, "Member 'UConsole::HistoryBuffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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, LevelStreamingUnregisterComponentsTimeLimit) == 0x000060, "Member 'UStreamingSettings::LevelStreamingUnregisterComponentsTimeLimit' has a wrong offset!"); \ static_assert(offsetof(UStreamingSettings, LevelStreamingComponentsUnregistrationGranularity) == 0x000064, "Member 'UStreamingSettings::LevelStreamingComponentsUnregistrationGranularity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGarbageCollectionSettings \ static_assert(alignof(UGarbageCollectionSettings) == 0x000008, "Wrong alignment on UGarbageCollectionSettings"); \ static_assert(sizeof(UGarbageCollectionSettings) == 0x000058, "Wrong size on UGarbageCollectionSettings"); \ static_assert(offsetof(UGarbageCollectionSettings, TimeBetweenPurgingPendingKillObjects) == 0x000038, "Member 'UGarbageCollectionSettings::TimeBetweenPurgingPendingKillObjects' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MinGCClusterSize) == 0x000040, "Member 'UGarbageCollectionSettings::MinGCClusterSize' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, NumRetriesBeforeForcingGC) == 0x000044, "Member 'UGarbageCollectionSettings::NumRetriesBeforeForcingGC' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsNotConsideredByGC) == 0x000048, "Member 'UGarbageCollectionSettings::MaxObjectsNotConsideredByGC' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, SizeOfPermanentObjectPool) == 0x00004C, "Member 'UGarbageCollectionSettings::SizeOfPermanentObjectPool' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInGame) == 0x000050, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000054, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACullDistanceVolume \ static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ static_assert(sizeof(ACullDistanceVolume) == 0x000270, "Wrong size on ACullDistanceVolume"); \ static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000258, "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_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_CurveLinearColorAtlas_GetCurvePosition \ static_assert(alignof(CurveLinearColorAtlas_GetCurvePosition) == 0x000008, "Wrong alignment on CurveLinearColorAtlas_GetCurvePosition"); \ static_assert(sizeof(CurveLinearColorAtlas_GetCurvePosition) == 0x000010, "Wrong size on CurveLinearColorAtlas_GetCurvePosition"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, InCurve) == 0x000000, "Member 'CurveLinearColorAtlas_GetCurvePosition::InCurve' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, Position) == 0x000008, "Member 'CurveLinearColorAtlas_GetCurvePosition::Position' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, ReturnValue) == 0x00000C, "Member 'CurveLinearColorAtlas_GetCurvePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveLinearColorAtlas \ static_assert(alignof(UCurveLinearColorAtlas) == 0x000010, "Wrong alignment on UCurveLinearColorAtlas"); \ static_assert(sizeof(UCurveLinearColorAtlas) == 0x0001C0, "Wrong size on UCurveLinearColorAtlas"); \ static_assert(offsetof(UCurveLinearColorAtlas, TextureSize) == 0x0001A0, "Member 'UCurveLinearColorAtlas::TextureSize' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColorAtlas, TextureHeight) == 0x0001A8, "Member 'UCurveLinearColorAtlas::TextureHeight' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColorAtlas, GradientCurves) == 0x0001B0, "Member 'UCurveLinearColorAtlas::GradientCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UPrimaryDataAsset \ static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ #define DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem \ static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000040, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000030, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings \ static_assert(alignof(UDataDrivenConsoleVariableSettings) == 0x000008, "Wrong alignment on UDataDrivenConsoleVariableSettings"); \ static_assert(sizeof(UDataDrivenConsoleVariableSettings) == 0x000070, "Wrong size on UDataDrivenConsoleVariableSettings"); \ static_assert(offsetof(UDataDrivenConsoleVariableSettings, CVarsArray) == 0x000050, "Member 'UDataDrivenConsoleVariableSettings::CVarsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_DoesDataTableRowExist \ static_assert(alignof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_DoesDataTableRowExist"); \ static_assert(sizeof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000018, "Wrong size on DataTableFunctionLibrary_DoesDataTableRowExist"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, Table) == 0x000000, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_EvaluateCurveTableRow \ static_assert(alignof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ static_assert(sizeof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000030, "Wrong size on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, CurveTable) == 0x000000, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::CurveTable' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, InXY) == 0x000010, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::InXY' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutResult) == 0x000014, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutResult' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutXY) == 0x000018, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutXY' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, ContextString) == 0x000020, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::ContextString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnAsString \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, DataTable) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::DataTable' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, PropertyName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::PropertyName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowFromName \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowFromName"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableRowFromName"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, OutRow) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, ReturnValue) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowNames \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowNames"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableRowNames"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, OutRowNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::OutRowNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataTableFunctionLibrary \ static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ static_assert(sizeof(UDataTableFunctionLibrary) == 0x000028, "Wrong size on UDataTableFunctionLibrary"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate \ static_assert(alignof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActivate"); \ static_assert(sizeof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnActivate"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected \ static_assert(alignof(DebugCameraController_ReceiveOnActorSelected) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActorSelected"); \ static_assert(sizeof(DebugCameraController_ReceiveOnActorSelected) == 0x0000A8, "Wrong size on DebugCameraController_ReceiveOnActorSelected"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, NewSelectedActor) == 0x000000, "Member 'DebugCameraController_ReceiveOnActorSelected::NewSelectedActor' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitLocation) == 0x000008, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitLocation' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitNormal) == 0x000014, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitNormal' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, Hit) == 0x000020, "Member 'DebugCameraController_ReceiveOnActorSelected::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnDeactivate \ static_assert(alignof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnDeactivate"); \ static_assert(sizeof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnDeactivate"); \ static_assert(offsetof(DebugCameraController_ReceiveOnDeactivate, RestoredPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnDeactivate::RestoredPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_SetPawnMovementSpeedScale \ static_assert(alignof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong alignment on DebugCameraController_SetPawnMovementSpeedScale"); \ static_assert(sizeof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong size on DebugCameraController_SetPawnMovementSpeedScale"); \ static_assert(offsetof(DebugCameraController_SetPawnMovementSpeedScale, NewSpeedScale) == 0x000000, "Member 'DebugCameraController_SetPawnMovementSpeedScale::NewSpeedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_GetSelectedActor \ static_assert(alignof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong alignment on DebugCameraController_GetSelectedActor"); \ static_assert(sizeof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong size on DebugCameraController_GetSelectedActor"); \ static_assert(offsetof(DebugCameraController_GetSelectedActor, ReturnValue) == 0x000000, "Member 'DebugCameraController_GetSelectedActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugCameraController \ static_assert(alignof(ADebugCameraController) == 0x000008, "Wrong alignment on ADebugCameraController"); \ static_assert(sizeof(ADebugCameraController) == 0x000670, "Wrong size on ADebugCameraController"); \ static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000578, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000580, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x000588, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x000590, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000618, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000620, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000628, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x00062C, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000630, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x000634, "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_HUD_AddDebugText \ static_assert(alignof(HUD_AddDebugText) == 0x000008, "Wrong alignment on HUD_AddDebugText"); \ static_assert(sizeof(HUD_AddDebugText) == 0x000050, "Wrong size on HUD_AddDebugText"); \ static_assert(offsetof(HUD_AddDebugText, DebugText) == 0x000000, "Member 'HUD_AddDebugText::DebugText' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, SrcActor) == 0x000010, "Member 'HUD_AddDebugText::SrcActor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, Duration) == 0x000018, "Member 'HUD_AddDebugText::Duration' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, Offset) == 0x00001C, "Member 'HUD_AddDebugText::Offset' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, DesiredOffset) == 0x000028, "Member 'HUD_AddDebugText::DesiredOffset' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, TextColor) == 0x000034, "Member 'HUD_AddDebugText::TextColor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bSkipOverwriteCheck) == 0x000038, "Member 'HUD_AddDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bAbsoluteLocation) == 0x000039, "Member 'HUD_AddDebugText::bAbsoluteLocation' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bKeepAttachedToActor) == 0x00003A, "Member 'HUD_AddDebugText::bKeepAttachedToActor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, InFont) == 0x000040, "Member 'HUD_AddDebugText::InFont' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, FontScale) == 0x000048, "Member 'HUD_AddDebugText::FontScale' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bDrawShadow) == 0x00004C, "Member 'HUD_AddDebugText::bDrawShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_AddHitBox \ static_assert(alignof(HUD_AddHitBox) == 0x000004, "Wrong alignment on HUD_AddHitBox"); \ static_assert(sizeof(HUD_AddHitBox) == 0x000020, "Wrong size on HUD_AddHitBox"); \ static_assert(offsetof(HUD_AddHitBox, Position) == 0x000000, "Member 'HUD_AddHitBox::Position' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, Size) == 0x000008, "Member 'HUD_AddHitBox::Size' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, InName) == 0x000010, "Member 'HUD_AddHitBox::InName' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, bConsumesInput) == 0x000018, "Member 'HUD_AddHitBox::bConsumesInput' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, Priority) == 0x00001C, "Member 'HUD_AddHitBox::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawLine \ static_assert(alignof(HUD_DrawLine) == 0x000004, "Wrong alignment on HUD_DrawLine"); \ static_assert(sizeof(HUD_DrawLine) == 0x000024, "Wrong size on HUD_DrawLine"); \ static_assert(offsetof(HUD_DrawLine, StartScreenX) == 0x000000, "Member 'HUD_DrawLine::StartScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, StartScreenY) == 0x000004, "Member 'HUD_DrawLine::StartScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, EndScreenX) == 0x000008, "Member 'HUD_DrawLine::EndScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, EndScreenY) == 0x00000C, "Member 'HUD_DrawLine::EndScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, LineColor) == 0x000010, "Member 'HUD_DrawLine::LineColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, LineThickness) == 0x000020, "Member 'HUD_DrawLine::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterial \ static_assert(alignof(HUD_DrawMaterial) == 0x000008, "Wrong alignment on HUD_DrawMaterial"); \ static_assert(sizeof(HUD_DrawMaterial) == 0x000040, "Wrong size on HUD_DrawMaterial"); \ static_assert(offsetof(HUD_DrawMaterial, Material) == 0x000000, "Member 'HUD_DrawMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenX) == 0x000008, "Member 'HUD_DrawMaterial::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterial::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenW) == 0x000010, "Member 'HUD_DrawMaterial::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenH) == 0x000014, "Member 'HUD_DrawMaterial::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialU) == 0x000018, "Member 'HUD_DrawMaterial::MaterialU' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialV) == 0x00001C, "Member 'HUD_DrawMaterial::MaterialV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialUWidth) == 0x000020, "Member 'HUD_DrawMaterial::MaterialUWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialVHeight) == 0x000024, "Member 'HUD_DrawMaterial::MaterialVHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, Scale) == 0x000028, "Member 'HUD_DrawMaterial::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, bScalePosition) == 0x00002C, "Member 'HUD_DrawMaterial::bScalePosition' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, Rotation) == 0x000030, "Member 'HUD_DrawMaterial::Rotation' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, RotPivot) == 0x000034, "Member 'HUD_DrawMaterial::RotPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterialSimple \ static_assert(alignof(HUD_DrawMaterialSimple) == 0x000008, "Wrong alignment on HUD_DrawMaterialSimple"); \ static_assert(sizeof(HUD_DrawMaterialSimple) == 0x000020, "Wrong size on HUD_DrawMaterialSimple"); \ static_assert(offsetof(HUD_DrawMaterialSimple, Material) == 0x000000, "Member 'HUD_DrawMaterialSimple::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenX) == 0x000008, "Member 'HUD_DrawMaterialSimple::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterialSimple::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenW) == 0x000010, "Member 'HUD_DrawMaterialSimple::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenH) == 0x000014, "Member 'HUD_DrawMaterialSimple::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, Scale) == 0x000018, "Member 'HUD_DrawMaterialSimple::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, bScalePosition) == 0x00001C, "Member 'HUD_DrawMaterialSimple::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterialTriangle \ static_assert(alignof(HUD_DrawMaterialTriangle) == 0x000008, "Wrong alignment on HUD_DrawMaterialTriangle"); \ static_assert(sizeof(HUD_DrawMaterialTriangle) == 0x000068, "Wrong size on HUD_DrawMaterialTriangle"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, Material) == 0x000000, "Member 'HUD_DrawMaterialTriangle::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Pos) == 0x000008, "Member 'HUD_DrawMaterialTriangle::V0_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Pos) == 0x000010, "Member 'HUD_DrawMaterialTriangle::V1_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Pos) == 0x000018, "Member 'HUD_DrawMaterialTriangle::V2_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_UV) == 0x000020, "Member 'HUD_DrawMaterialTriangle::V0_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_UV) == 0x000028, "Member 'HUD_DrawMaterialTriangle::V1_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_UV) == 0x000030, "Member 'HUD_DrawMaterialTriangle::V2_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Color) == 0x000038, "Member 'HUD_DrawMaterialTriangle::V0_Color' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Color) == 0x000048, "Member 'HUD_DrawMaterialTriangle::V1_Color' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Color) == 0x000058, "Member 'HUD_DrawMaterialTriangle::V2_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawRect \ static_assert(alignof(HUD_DrawRect) == 0x000004, "Wrong alignment on HUD_DrawRect"); \ static_assert(sizeof(HUD_DrawRect) == 0x000020, "Wrong size on HUD_DrawRect"); \ static_assert(offsetof(HUD_DrawRect, RectColor) == 0x000000, "Member 'HUD_DrawRect::RectColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenX) == 0x000010, "Member 'HUD_DrawRect::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenY) == 0x000014, "Member 'HUD_DrawRect::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenW) == 0x000018, "Member 'HUD_DrawRect::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenH) == 0x00001C, "Member 'HUD_DrawRect::ScreenH' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawText \ static_assert(alignof(HUD_DrawText) == 0x000008, "Wrong alignment on HUD_DrawText"); \ static_assert(sizeof(HUD_DrawText) == 0x000038, "Wrong size on HUD_DrawText"); \ static_assert(offsetof(HUD_DrawText, Text) == 0x000000, "Member 'HUD_DrawText::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, TextColor) == 0x000010, "Member 'HUD_DrawText::TextColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, ScreenX) == 0x000020, "Member 'HUD_DrawText::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, ScreenY) == 0x000024, "Member 'HUD_DrawText::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, Font) == 0x000028, "Member 'HUD_DrawText::Font' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, Scale) == 0x000030, "Member 'HUD_DrawText::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, bScalePosition) == 0x000034, "Member 'HUD_DrawText::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawTexture \ static_assert(alignof(HUD_DrawTexture) == 0x000008, "Wrong alignment on HUD_DrawTexture"); \ static_assert(sizeof(HUD_DrawTexture) == 0x000050, "Wrong size on HUD_DrawTexture"); \ static_assert(offsetof(HUD_DrawTexture, Texture) == 0x000000, "Member 'HUD_DrawTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenX) == 0x000008, "Member 'HUD_DrawTexture::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenY) == 0x00000C, "Member 'HUD_DrawTexture::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenW) == 0x000010, "Member 'HUD_DrawTexture::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenH) == 0x000014, "Member 'HUD_DrawTexture::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureU) == 0x000018, "Member 'HUD_DrawTexture::TextureU' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureV) == 0x00001C, "Member 'HUD_DrawTexture::TextureV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureUWidth) == 0x000020, "Member 'HUD_DrawTexture::TextureUWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureVHeight) == 0x000024, "Member 'HUD_DrawTexture::TextureVHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TintColor) == 0x000028, "Member 'HUD_DrawTexture::TintColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, BlendMode) == 0x000038, "Member 'HUD_DrawTexture::BlendMode' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, Scale) == 0x00003C, "Member 'HUD_DrawTexture::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, bScalePosition) == 0x000040, "Member 'HUD_DrawTexture::bScalePosition' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, Rotation) == 0x000044, "Member 'HUD_DrawTexture::Rotation' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, RotPivot) == 0x000048, "Member 'HUD_DrawTexture::RotPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawTextureSimple \ static_assert(alignof(HUD_DrawTextureSimple) == 0x000008, "Wrong alignment on HUD_DrawTextureSimple"); \ static_assert(sizeof(HUD_DrawTextureSimple) == 0x000018, "Wrong size on HUD_DrawTextureSimple"); \ static_assert(offsetof(HUD_DrawTextureSimple, Texture) == 0x000000, "Member 'HUD_DrawTextureSimple::Texture' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, ScreenX) == 0x000008, "Member 'HUD_DrawTextureSimple::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawTextureSimple::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, Scale) == 0x000010, "Member 'HUD_DrawTextureSimple::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, bScalePosition) == 0x000014, "Member 'HUD_DrawTextureSimple::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetActorsInSelectionRectangle \ static_assert(alignof(HUD_GetActorsInSelectionRectangle) == 0x000008, "Wrong alignment on HUD_GetActorsInSelectionRectangle"); \ static_assert(sizeof(HUD_GetActorsInSelectionRectangle) == 0x000030, "Wrong size on HUD_GetActorsInSelectionRectangle"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, ClassFilter) == 0x000000, "Member 'HUD_GetActorsInSelectionRectangle::ClassFilter' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, FirstPoint) == 0x000008, "Member 'HUD_GetActorsInSelectionRectangle::FirstPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, SecondPoint) == 0x000010, "Member 'HUD_GetActorsInSelectionRectangle::SecondPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, OutActors) == 0x000018, "Member 'HUD_GetActorsInSelectionRectangle::OutActors' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bIncludeNonCollidingComponents) == 0x000028, "Member 'HUD_GetActorsInSelectionRectangle::bIncludeNonCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bActorMustBeFullyEnclosed) == 0x000029, "Member 'HUD_GetActorsInSelectionRectangle::bActorMustBeFullyEnclosed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveDrawHUD \ static_assert(alignof(HUD_ReceiveDrawHUD) == 0x000004, "Wrong alignment on HUD_ReceiveDrawHUD"); \ static_assert(sizeof(HUD_ReceiveDrawHUD) == 0x000008, "Wrong size on HUD_ReceiveDrawHUD"); \ static_assert(offsetof(HUD_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'HUD_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ static_assert(offsetof(HUD_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'HUD_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveHitBoxBeginCursorOver \ static_assert(alignof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxBeginCursorOver"); \ static_assert(sizeof(HUD_ReceiveHitBoxBeginCursorOver) == 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) == 0x000004, "Wrong alignment on HUD_Deproject"); \ static_assert(sizeof(HUD_Deproject) == 0x000020, "Wrong size on HUD_Deproject"); \ static_assert(offsetof(HUD_Deproject, ScreenX) == 0x000000, "Member 'HUD_Deproject::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, ScreenY) == 0x000004, "Member 'HUD_Deproject::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, WorldPosition) == 0x000008, "Member 'HUD_Deproject::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, WorldDirection) == 0x000014, "Member 'HUD_Deproject::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetOwningPawn \ static_assert(alignof(HUD_GetOwningPawn) == 0x000008, "Wrong alignment on HUD_GetOwningPawn"); \ static_assert(sizeof(HUD_GetOwningPawn) == 0x000008, "Wrong size on HUD_GetOwningPawn"); \ static_assert(offsetof(HUD_GetOwningPawn, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetOwningPlayerController \ static_assert(alignof(HUD_GetOwningPlayerController) == 0x000008, "Wrong alignment on HUD_GetOwningPlayerController"); \ static_assert(sizeof(HUD_GetOwningPlayerController) == 0x000008, "Wrong size on HUD_GetOwningPlayerController"); \ static_assert(offsetof(HUD_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetTextSize \ static_assert(alignof(HUD_GetTextSize) == 0x000008, "Wrong alignment on HUD_GetTextSize"); \ static_assert(sizeof(HUD_GetTextSize) == 0x000028, "Wrong size on HUD_GetTextSize"); \ static_assert(offsetof(HUD_GetTextSize, Text) == 0x000000, "Member 'HUD_GetTextSize::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, OutWidth) == 0x000010, "Member 'HUD_GetTextSize::OutWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, OutHeight) == 0x000014, "Member 'HUD_GetTextSize::OutHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, Font) == 0x000018, "Member 'HUD_GetTextSize::Font' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, Scale) == 0x000020, "Member 'HUD_GetTextSize::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Project \ static_assert(alignof(HUD_Project) == 0x000004, "Wrong alignment on HUD_Project"); \ static_assert(sizeof(HUD_Project) == 0x000018, "Wrong size on HUD_Project"); \ static_assert(offsetof(HUD_Project, Location) == 0x000000, "Member 'HUD_Project::Location' has a wrong offset!"); \ static_assert(offsetof(HUD_Project, ReturnValue) == 0x00000C, "Member 'HUD_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHUD \ static_assert(alignof(AHUD) == 0x000008, "Wrong alignment on AHUD"); \ static_assert(sizeof(AHUD) == 0x000310, "Wrong size on AHUD"); \ static_assert(offsetof(AHUD, PlayerOwner) == 0x000220, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x00022C, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ static_assert(offsetof(AHUD, PostRenderedActors) == 0x000238, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugDisplay) == 0x000250, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x000260, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ static_assert(offsetof(AHUD, Canvas) == 0x000270, "Member 'AHUD::Canvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugCanvas) == 0x000278, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugTextList) == 0x000280, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000290, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x000298, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugCameraHUD \ static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ static_assert(sizeof(ADebugCameraHUD) == 0x000310, "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_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) == 0x000228, "Wrong size on ADecalActor"); \ static_assert(offsetof(ADecalActor, Decal) == 0x000220, "Member 'ADecalActor::Decal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ static_assert(sizeof(ADefaultPhysicsVolume) == 0x000268, "Wrong size on ADefaultPhysicsVolume"); \ #define DUMPER7_ASSERTS_USoundCue \ static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ static_assert(sizeof(USoundCue) == 0x000548, "Wrong size on USoundCue"); \ static_assert(offsetof(USoundCue, FirstNode) == 0x000178, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000180, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, PitchMultiplier) == 0x000184, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000188, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000528, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x000534, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoNetConnection \ static_assert(alignof(UDemoNetConnection) == 0x000008, "Wrong alignment on UDemoNetConnection"); \ static_assert(sizeof(UDemoNetConnection) == 0x001C18, "Wrong size on UDemoNetConnection"); \ #define DUMPER7_ASSERTS_ULightmassPortalComponent \ static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ static_assert(sizeof(ULightmassPortalComponent) == 0x000200, "Wrong size on ULightmassPortalComponent"); \ static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x0001F8, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoNetDriver \ static_assert(alignof(UDemoNetDriver) == 0x000008, "Wrong alignment on UDemoNetDriver"); \ static_assert(sizeof(UDemoNetDriver) == 0x0012D8, "Wrong size on UDemoNetDriver"); \ static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x000858, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x000A04, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x000A28, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, bIsLocalReplay) == 0x000A38, "Member 'UDemoNetDriver::bIsLocalReplay' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x000A40, "Member 'UDemoNetDriver::SpectatorControllers' 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_UInterpTrackInstFloatAnimBPParam \ static_assert(alignof(UInterpTrackInstFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatAnimBPParam"); \ static_assert(sizeof(UInterpTrackInstFloatAnimBPParam) == 0x000040, "Wrong size on UInterpTrackInstFloatAnimBPParam"); \ static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, AnimScriptInstance) == 0x000028, "Member 'UInterpTrackInstFloatAnimBPParam::AnimScriptInstance' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, ResetFloat) == 0x000030, "Member 'UInterpTrackInstFloatAnimBPParam::ResetFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoPendingNetGame \ static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ #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_ALightmassImportanceVolume \ static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ static_assert(sizeof(ALightmassImportanceVolume) == 0x000258, "Wrong size on ALightmassImportanceVolume"); \ #define DUMPER7_ASSERTS_UDeviceProfileFragment \ static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ #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_UDeviceProfileManager \ static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ static_assert(sizeof(UDeviceProfileManager) == 0x0000C8, "Wrong size on UDeviceProfileManager"); \ static_assert(offsetof(UDeviceProfileManager, Profiles) == 0x000028, "Member 'UDeviceProfileManager::Profiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstEvent \ static_assert(alignof(UInterpTrackInstEvent) == 0x000008, "Wrong alignment on UInterpTrackInstEvent"); \ static_assert(sizeof(UInterpTrackInstEvent) == 0x000030, "Wrong size on UInterpTrackInstEvent"); \ static_assert(offsetof(UInterpTrackInstEvent, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstEvent::LastUpdatePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueSoundWaveProxy \ static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000188, "Wrong size on UDialogueSoundWaveProxy"); \ #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_UInterpTrackInstSound \ static_assert(alignof(UInterpTrackInstSound) == 0x000008, "Wrong alignment on UInterpTrackInstSound"); \ static_assert(sizeof(UInterpTrackInstSound) == 0x000038, "Wrong size on UInterpTrackInstSound"); \ static_assert(offsetof(UInterpTrackInstSound, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstSound::LastUpdatePosition' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstSound, PlayAudioComp) == 0x000030, "Member 'UInterpTrackInstSound::PlayAudioComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_LightComponentBase_SetAffectGlobalIllumination \ static_assert(alignof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectGlobalIllumination"); \ static_assert(sizeof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong size on LightComponentBase_SetAffectGlobalIllumination"); \ static_assert(offsetof(LightComponentBase_SetAffectGlobalIllumination, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectGlobalIllumination::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetAffectReflection \ static_assert(alignof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectReflection"); \ static_assert(sizeof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong size on LightComponentBase_SetAffectReflection"); \ static_assert(offsetof(LightComponentBase_SetAffectReflection, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectReflection::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastDeepShadow \ static_assert(alignof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastDeepShadow"); \ static_assert(sizeof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastDeepShadow"); \ static_assert(offsetof(LightComponentBase_SetCastDeepShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastDeepShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastRaytracedShadow \ static_assert(alignof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastRaytracedShadow"); \ static_assert(sizeof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastRaytracedShadow"); \ static_assert(offsetof(LightComponentBase_SetCastRaytracedShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastRaytracedShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastShadows \ static_assert(alignof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong alignment on LightComponentBase_SetCastShadows"); \ static_assert(sizeof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong size on LightComponentBase_SetCastShadows"); \ static_assert(offsetof(LightComponentBase_SetCastShadows, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastShadows::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastVolumetricShadow \ static_assert(alignof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastVolumetricShadow"); \ static_assert(sizeof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastVolumetricShadow"); \ static_assert(offsetof(LightComponentBase_SetCastVolumetricShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastVolumetricShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetSamplesPerPixel \ static_assert(alignof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong alignment on LightComponentBase_SetSamplesPerPixel"); \ static_assert(sizeof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong size on LightComponentBase_SetSamplesPerPixel"); \ static_assert(offsetof(LightComponentBase_SetSamplesPerPixel, NewValue) == 0x000000, "Member 'LightComponentBase_SetSamplesPerPixel::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_GetLightColor \ static_assert(alignof(LightComponentBase_GetLightColor) == 0x000004, "Wrong alignment on LightComponentBase_GetLightColor"); \ static_assert(sizeof(LightComponentBase_GetLightColor) == 0x000010, "Wrong size on LightComponentBase_GetLightColor"); \ static_assert(offsetof(LightComponentBase_GetLightColor, ReturnValue) == 0x000000, "Member 'LightComponentBase_GetLightColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentBase \ static_assert(alignof(ULightComponentBase) == 0x000010, "Wrong alignment on ULightComponentBase"); \ static_assert(sizeof(ULightComponentBase) == 0x000230, "Wrong size on ULightComponentBase"); \ static_assert(offsetof(ULightComponentBase, LightGuid) == 0x0001F8, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Brightness) == 0x000208, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Intensity) == 0x00020C, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, LightColor) == 0x000210, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000218, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x00021C, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000220, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000224, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstColorScale \ static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ static_assert(sizeof(UInterpTrackInstColorScale) == 0x000028, "Wrong size on UInterpTrackInstColorScale"); \ #define DUMPER7_ASSERTS_LightComponent_SetAffectDynamicIndirectLighting \ static_assert(alignof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectDynamicIndirectLighting"); \ static_assert(sizeof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on LightComponent_SetAffectDynamicIndirectLighting"); \ static_assert(offsetof(LightComponent_SetAffectDynamicIndirectLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectDynamicIndirectLighting::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting \ static_assert(alignof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectTranslucentLighting"); \ static_assert(sizeof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong size on LightComponent_SetAffectTranslucentLighting"); \ static_assert(offsetof(LightComponent_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetBloomMaxBrightness \ static_assert(alignof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong alignment on LightComponent_SetBloomMaxBrightness"); \ static_assert(sizeof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong size on LightComponent_SetBloomMaxBrightness"); \ static_assert(offsetof(LightComponent_SetBloomMaxBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetBloomMaxBrightness::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetBloomScale \ static_assert(alignof(LightComponent_SetBloomScale) == 0x000004, "Wrong alignment on LightComponent_SetBloomScale"); \ static_assert(sizeof(LightComponent_SetBloomScale) == 0x000004, "Wrong size on LightComponent_SetBloomScale"); \ static_assert(offsetof(LightComponent_SetBloomScale, NewValue) == 0x000000, "Member 'LightComponent_SetBloomScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetBloomThreshold \ static_assert(alignof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong alignment on LightComponent_SetBloomThreshold"); \ static_assert(sizeof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong size on LightComponent_SetBloomThreshold"); \ static_assert(offsetof(LightComponent_SetBloomThreshold, NewValue) == 0x000000, "Member 'LightComponent_SetBloomThreshold::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetBloomTint \ static_assert(alignof(LightComponent_SetBloomTint) == 0x000004, "Wrong alignment on LightComponent_SetBloomTint"); \ static_assert(sizeof(LightComponent_SetBloomTint) == 0x000004, "Wrong size on LightComponent_SetBloomTint"); \ static_assert(offsetof(LightComponent_SetBloomTint, NewValue) == 0x000000, "Member 'LightComponent_SetBloomTint::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom \ static_assert(alignof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong alignment on LightComponent_SetEnableLightShaftBloom"); \ static_assert(sizeof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong size on LightComponent_SetEnableLightShaftBloom"); \ static_assert(offsetof(LightComponent_SetEnableLightShaftBloom, bNewValue) == 0x000000, "Member 'LightComponent_SetEnableLightShaftBloom::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives \ static_assert(alignof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong alignment on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ static_assert(sizeof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong size on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ static_assert(offsetof(LightComponent_SetForceCachedShadowsForMovablePrimitives, bNewValue) == 0x000000, "Member 'LightComponent_SetForceCachedShadowsForMovablePrimitives::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale \ static_assert(alignof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong alignment on LightComponent_SetIESBrightnessScale"); \ static_assert(sizeof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong size on LightComponent_SetIESBrightnessScale"); \ static_assert(offsetof(LightComponent_SetIESBrightnessScale, NewValue) == 0x000000, "Member 'LightComponent_SetIESBrightnessScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIESTexture \ static_assert(alignof(LightComponent_SetIESTexture) == 0x000008, "Wrong alignment on LightComponent_SetIESTexture"); \ static_assert(sizeof(LightComponent_SetIESTexture) == 0x000008, "Wrong size on LightComponent_SetIESTexture"); \ static_assert(offsetof(LightComponent_SetIESTexture, NewValue) == 0x000000, "Member 'LightComponent_SetIESTexture::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity \ static_assert(alignof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIndirectLightingIntensity"); \ static_assert(sizeof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on LightComponent_SetIndirectLightingIntensity"); \ static_assert(offsetof(LightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIntensity \ static_assert(alignof(LightComponent_SetIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIntensity"); \ static_assert(sizeof(LightComponent_SetIntensity) == 0x000004, "Wrong size on LightComponent_SetIntensity"); \ static_assert(offsetof(LightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightColor \ static_assert(alignof(LightComponent_SetLightColor) == 0x000004, "Wrong alignment on LightComponent_SetLightColor"); \ static_assert(sizeof(LightComponent_SetLightColor) == 0x000014, "Wrong size on LightComponent_SetLightColor"); \ static_assert(offsetof(LightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness \ static_assert(alignof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionDisabledBrightness"); \ static_assert(sizeof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong size on LightComponent_SetLightFunctionDisabledBrightness"); \ static_assert(offsetof(LightComponent_SetLightFunctionDisabledBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetLightFunctionDisabledBrightness::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance \ static_assert(alignof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionFadeDistance"); \ static_assert(sizeof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on LightComponent_SetLightFunctionFadeDistance"); \ static_assert(offsetof(LightComponent_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'LightComponent_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial \ static_assert(alignof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionMaterial"); \ static_assert(sizeof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong size on LightComponent_SetLightFunctionMaterial"); \ static_assert(offsetof(LightComponent_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'LightComponent_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale \ static_assert(alignof(LightComponent_SetLightFunctionScale) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionScale"); \ static_assert(sizeof(LightComponent_SetLightFunctionScale) == 0x00000C, "Wrong size on LightComponent_SetLightFunctionScale"); \ static_assert(offsetof(LightComponent_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'LightComponent_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightingChannels \ static_assert(alignof(LightComponent_SetLightingChannels) == 0x000001, "Wrong alignment on LightComponent_SetLightingChannels"); \ static_assert(sizeof(LightComponent_SetLightingChannels) == 0x000003, "Wrong size on LightComponent_SetLightingChannels"); \ static_assert(offsetof(LightComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'LightComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'LightComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'LightComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTemperature \ static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTransmission \ static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponent \ static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ static_assert(sizeof(ULightComponent) == 0x000330, "Wrong size on ULightComponent"); \ static_assert(offsetof(ULightComponent, Temperature) == 0x000228, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00022C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000230, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000238, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MinRoughness) == 0x000240, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, SpecularScale) == 0x000244, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000248, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowBias) == 0x00024C, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000250, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x000254, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000258, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightingChannels) == 0x000260, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x000268, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x000270, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESTexture) == 0x000280, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x00028C, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x000290, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x000294, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomScale) == 0x00029C, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomThreshold) == 0x0002A0, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x0002A4, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomTint) == 0x0002A8, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x0002AC, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x0002B0, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorField \ static_assert(alignof(UVectorField) == 0x000008, "Wrong alignment on UVectorField"); \ static_assert(sizeof(UVectorField) == 0x000048, "Wrong size on UVectorField"); \ static_assert(offsetof(UVectorField, Bounds) == 0x000028, "Member 'UVectorField::Bounds' has a wrong offset!"); \ static_assert(offsetof(UVectorField, Intensity) == 0x000044, "Member 'UVectorField::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldAnimated \ static_assert(alignof(UVectorFieldAnimated) == 0x000008, "Wrong alignment on UVectorFieldAnimated"); \ static_assert(sizeof(UVectorFieldAnimated) == 0x000088, "Wrong size on UVectorFieldAnimated"); \ static_assert(offsetof(UVectorFieldAnimated, Texture) == 0x000048, "Member 'UVectorFieldAnimated::Texture' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, ConstructionOp) == 0x000050, "Member 'UVectorFieldAnimated::ConstructionOp' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, VolumeSizeX) == 0x000054, "Member 'UVectorFieldAnimated::VolumeSizeX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, VolumeSizeY) == 0x000058, "Member 'UVectorFieldAnimated::VolumeSizeY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, VolumeSizeZ) == 0x00005C, "Member 'UVectorFieldAnimated::VolumeSizeZ' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, SubImagesX) == 0x000060, "Member 'UVectorFieldAnimated::SubImagesX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, SubImagesY) == 0x000064, "Member 'UVectorFieldAnimated::SubImagesY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, FrameCount) == 0x000068, "Member 'UVectorFieldAnimated::FrameCount' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, FramesPerSecond) == 0x00006C, "Member 'UVectorFieldAnimated::FramesPerSecond' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, NoiseField) == 0x000078, "Member 'UVectorFieldAnimated::NoiseField' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, NoiseScale) == 0x000080, "Member 'UVectorFieldAnimated::NoiseScale' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldAnimated, NoiseMax) == 0x000084, "Member 'UVectorFieldAnimated::NoiseMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLight \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLight"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLight"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLight, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLight::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLightIndex \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLightIndex, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLightIndex::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeDistributionExponent \ static_assert(alignof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeDistributionExponent"); \ static_assert(sizeof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeDistributionExponent"); \ static_assert(offsetof(DirectionalLightComponent_SetCascadeDistributionExponent, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeDistributionExponent::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeTransitionFraction \ static_assert(alignof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeTransitionFraction"); \ static_assert(sizeof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeTransitionFraction"); \ static_assert(offsetof(DirectionalLightComponent_SetCascadeTransitionFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeTransitionFraction::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowCascades \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowCascades"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowCascades"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowCascades, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowCascades::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceMovableLight \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceMovableLight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetEnableLightShaftOcclusion \ static_assert(alignof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ static_assert(sizeof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong size on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ static_assert(offsetof(DirectionalLightComponent_SetEnableLightShaftOcclusion, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetEnableLightShaftOcclusion::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection \ static_assert(alignof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ static_assert(sizeof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x00000C, "Wrong size on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ static_assert(offsetof(DirectionalLightComponent_SetLightShaftOverrideDirection, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightShaftOverrideDirection::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionMaskDarkness \ static_assert(alignof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ static_assert(sizeof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ static_assert(offsetof(DirectionalLightComponent_SetOcclusionMaskDarkness, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionMaskDarkness::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount \ static_assert(alignof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowAmount"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowAmount"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowAmount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowAmount::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction \ static_assert(alignof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowDistanceFadeoutFraction::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightComponent \ static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ static_assert(sizeof(UDirectionalLightComponent) == 0x0003F0, "Wrong size on UDirectionalLightComponent"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000328, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000330, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x000334, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000338, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x000344, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x000348, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x00034C, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x000350, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x000354, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x000358, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x00035C, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x000364, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x000368, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x00036C, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x000370, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x000374, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x000378, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x00037C, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x000384, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x000388, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x00039C, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x0003A0, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x0003A4, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x0003A8, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x0003AC, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x0003B0, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x0003B4, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x0003B8, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x0003C8, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x0003DC, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x0003E0, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstParticleReplay \ static_assert(alignof(UInterpTrackInstParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackInstParticleReplay"); \ static_assert(sizeof(UInterpTrackInstParticleReplay) == 0x000030, "Wrong size on UInterpTrackInstParticleReplay"); \ static_assert(offsetof(UInterpTrackInstParticleReplay, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstParticleReplay::LastUpdatePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackMoveAxis \ static_assert(alignof(UInterpTrackMoveAxis) == 0x000008, "Wrong alignment on UInterpTrackMoveAxis"); \ static_assert(sizeof(UInterpTrackMoveAxis) == 0x0000A8, "Wrong size on UInterpTrackMoveAxis"); \ static_assert(offsetof(UInterpTrackMoveAxis, MoveAxis) == 0x000090, "Member 'UInterpTrackMoveAxis::MoveAxis' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMoveAxis, LookupTrack) == 0x000098, "Member 'UInterpTrackMoveAxis::LookupTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000030, "Wrong size on ViewportStatsSubsystem_AddTimedDisplay"); \ static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Text) == 0x000000, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Text' has a wrong offset!"); \ static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Color) == 0x000018, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Color' has a wrong offset!"); \ static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Duration) == 0x000028, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ViewportStatsSubsystem_RemoveDisplayDelegate \ static_assert(alignof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ static_assert(sizeof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong size on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ static_assert(offsetof(ViewportStatsSubsystem_RemoveDisplayDelegate, IndexToRemove) == 0x000000, "Member 'ViewportStatsSubsystem_RemoveDisplayDelegate::IndexToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UViewportStatsSubsystem \ static_assert(alignof(UViewportStatsSubsystem) == 0x000008, "Wrong alignment on UViewportStatsSubsystem"); \ static_assert(sizeof(UViewportStatsSubsystem) == 0x000050, "Wrong size on UViewportStatsSubsystem"); \ #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_UInterpTrackInstVectorMaterialParam \ static_assert(alignof(UInterpTrackInstVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstVectorMaterialParam"); \ static_assert(sizeof(UInterpTrackInstVectorMaterialParam) == 0x000060, "Wrong size on UInterpTrackInstVectorMaterialParam"); \ static_assert(offsetof(UInterpTrackInstVectorMaterialParam, MaterialInstances) == 0x000028, "Member 'UInterpTrackInstVectorMaterialParam::MaterialInstances' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstVectorMaterialParam, ResetVectors) == 0x000038, "Member 'UInterpTrackInstVectorMaterialParam::ResetVectors' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstVectorMaterialParam, PrimitiveMaterialRefs) == 0x000048, "Member 'UInterpTrackInstVectorMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstVectorMaterialParam, InstancedTrack) == 0x000058, "Member 'UInterpTrackInstVectorMaterialParam::InstancedTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstProperty \ static_assert(alignof(UInterpTrackInstProperty) == 0x000008, "Wrong alignment on UInterpTrackInstProperty"); \ static_assert(sizeof(UInterpTrackInstProperty) == 0x000050, "Wrong size on UInterpTrackInstProperty"); \ static_assert(offsetof(UInterpTrackInstProperty, InterpProperty) == 0x000028, "Member 'UInterpTrackInstProperty::InterpProperty' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstProperty, PropertyOuterObjectInst) == 0x000048, "Member 'UInterpTrackInstProperty::PropertyOuterObjectInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstLinearColorProp \ static_assert(alignof(UInterpTrackInstLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstLinearColorProp"); \ static_assert(sizeof(UInterpTrackInstLinearColorProp) == 0x000068, "Wrong size on UInterpTrackInstLinearColorProp"); \ static_assert(offsetof(UInterpTrackInstLinearColorProp, ResetColor) == 0x000058, "Member 'UInterpTrackInstLinearColorProp::ResetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UVirtualTexture2D \ static_assert(alignof(UVirtualTexture2D) == 0x000010, "Wrong alignment on UVirtualTexture2D"); \ static_assert(sizeof(UVirtualTexture2D) == 0x0001B0, "Wrong size on UVirtualTexture2D"); \ static_assert(offsetof(UVirtualTexture2D, Settings) == 0x0001A0, "Member 'UVirtualTexture2D::Settings' has a wrong offset!"); \ static_assert(offsetof(UVirtualTexture2D, bContinuousUpdate) == 0x0001AC, "Member 'UVirtualTexture2D::bContinuousUpdate' has a wrong offset!"); \ static_assert(offsetof(UVirtualTexture2D, bSinglePhysicalSpace) == 0x0001AD, "Member 'UVirtualTexture2D::bSinglePhysicalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UInterpTrackLinearColorBase \ static_assert(alignof(UInterpTrackLinearColorBase) == 0x000008, "Wrong alignment on UInterpTrackLinearColorBase"); \ static_assert(sizeof(UInterpTrackLinearColorBase) == 0x000090, "Wrong size on UInterpTrackLinearColorBase"); \ static_assert(offsetof(UInterpTrackLinearColorBase, LinearColorTrack) == 0x000070, "Member 'UInterpTrackLinearColorBase::LinearColorTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackLinearColorBase, CurveTension) == 0x000088, "Member 'UInterpTrackLinearColorBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackLinearColorProp \ static_assert(alignof(UInterpTrackLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackLinearColorProp"); \ static_assert(sizeof(UInterpTrackLinearColorProp) == 0x000098, "Wrong size on UInterpTrackLinearColorProp"); \ static_assert(offsetof(UInterpTrackLinearColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackLinearColorProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionVectorConstant \ static_assert(alignof(UDistributionVectorConstant) == 0x000008, "Wrong alignment on UDistributionVectorConstant"); \ static_assert(sizeof(UDistributionVectorConstant) == 0x000050, "Wrong size on UDistributionVectorConstant"); \ static_assert(offsetof(UDistributionVectorConstant, Constant) == 0x000038, "Member 'UDistributionVectorConstant::Constant' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorConstant, LockedAxes) == 0x000048, "Member 'UDistributionVectorConstant::LockedAxes' 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_UDistributionVectorParameterBase \ static_assert(alignof(UDistributionVectorParameterBase) == 0x000008, "Wrong alignment on UDistributionVectorParameterBase"); \ static_assert(sizeof(UDistributionVectorParameterBase) == 0x000090, "Wrong size on UDistributionVectorParameterBase"); \ static_assert(offsetof(UDistributionVectorParameterBase, ParameterName) == 0x000050, "Member 'UDistributionVectorParameterBase::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorParameterBase, MinInput) == 0x000058, "Member 'UDistributionVectorParameterBase::MinInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorParameterBase, MaxInput) == 0x000064, "Member 'UDistributionVectorParameterBase::MaxInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorParameterBase, MinOutput) == 0x000070, "Member 'UDistributionVectorParameterBase::MinOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorParameterBase, MaxOutput) == 0x00007C, "Member 'UDistributionVectorParameterBase::MaxOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorParameterBase, ParamModes) == 0x000088, "Member 'UDistributionVectorParameterBase::ParamModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackSlomo \ static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ #define DUMPER7_ASSERTS_UDistributionVectorParticleParameter \ static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ static_assert(sizeof(UDistributionVectorParticleParameter) == 0x000090, "Wrong size on UDistributionVectorParticleParameter"); \ #define DUMPER7_ASSERTS_UDistributionVectorUniform \ static_assert(alignof(UDistributionVectorUniform) == 0x000008, "Wrong alignment on UDistributionVectorUniform"); \ static_assert(sizeof(UDistributionVectorUniform) == 0x000060, "Wrong size on UDistributionVectorUniform"); \ static_assert(offsetof(UDistributionVectorUniform, Max) == 0x000038, "Member 'UDistributionVectorUniform::Max' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorUniform, Min) == 0x000044, "Member 'UDistributionVectorUniform::Min' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorUniform, LockedAxes) == 0x000054, "Member 'UDistributionVectorUniform::LockedAxes' has a wrong offset!"); \ static_assert(offsetof(UDistributionVectorUniform, MirrorFlags) == 0x000055, "Member 'UDistributionVectorUniform::MirrorFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstVisibility \ static_assert(alignof(UInterpTrackInstVisibility) == 0x000008, "Wrong alignment on UInterpTrackInstVisibility"); \ static_assert(sizeof(UInterpTrackInstVisibility) == 0x000030, "Wrong size on UInterpTrackInstVisibility"); \ static_assert(offsetof(UInterpTrackInstVisibility, Action) == 0x000028, "Member 'UInterpTrackInstVisibility::Action' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstVisibility, LastUpdatePosition) == 0x00002C, "Member 'UInterpTrackInstVisibility::LastUpdatePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundSubmixBase \ static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ static_assert(sizeof(USoundSubmixBase) == 0x000038, "Wrong size on USoundSubmixBase"); \ static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000028, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ static_assert(sizeof(USoundSubmixWithParentBase) == 0x000040, "Wrong size on USoundSubmixWithParentBase"); \ static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000038, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldSubmix \ static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ static_assert(sizeof(USoundfieldSubmix) == 0x000068, "Wrong size on USoundfieldSubmix"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x000040, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x000048, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000050, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000060, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADocumentationActor \ static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ static_assert(sizeof(ADocumentationActor) == 0x000228, "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_UDrawFrustumComponent \ static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ static_assert(sizeof(UDrawFrustumComponent) == 0x000470, "Wrong size on UDrawFrustumComponent"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000450, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000454, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000458, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x00045C, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000460, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000468, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASphereReflectionCapture \ static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ static_assert(sizeof(ASphereReflectionCapture) == 0x000230, "Wrong size on ASphereReflectionCapture"); \ static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000228, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawSphereComponent \ static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ static_assert(sizeof(UDrawSphereComponent) == 0x000470, "Wrong size on UDrawSphereComponent"); \ #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_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_SplineMeshComponent_SetBoundaryMax \ static_assert(alignof(SplineMeshComponent_SetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMax"); \ static_assert(sizeof(SplineMeshComponent_SetBoundaryMax) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMax"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, InBoundaryMax) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMax::InBoundaryMax' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMax::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin \ static_assert(alignof(SplineMeshComponent_SetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMin"); \ static_assert(sizeof(SplineMeshComponent_SetBoundaryMin) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMin"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, InBoundaryMin) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMin::InBoundaryMin' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMin::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset \ static_assert(alignof(SplineMeshComponent_SetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndOffset"); \ static_assert(sizeof(SplineMeshComponent_SetEndOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndOffset"); \ static_assert(offsetof(SplineMeshComponent_SetEndOffset, EndOffset) == 0x000000, "Member 'SplineMeshComponent_SetEndOffset::EndOffset' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetEndOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndOffset::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition \ static_assert(alignof(SplineMeshComponent_SetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndPosition"); \ static_assert(sizeof(SplineMeshComponent_SetEndPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetEndPosition"); \ static_assert(offsetof(SplineMeshComponent_SetEndPosition, EndPos) == 0x000000, "Member 'SplineMeshComponent_SetEndPosition::EndPos' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetEndPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndPosition::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndRoll \ static_assert(alignof(SplineMeshComponent_SetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRoll"); \ static_assert(sizeof(SplineMeshComponent_SetEndRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRoll"); \ static_assert(offsetof(SplineMeshComponent_SetEndRoll, EndRoll) == 0x000000, "Member 'SplineMeshComponent_SetEndRoll::EndRoll' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetEndRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRoll::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale \ static_assert(alignof(SplineMeshComponent_SetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndScale"); \ static_assert(sizeof(SplineMeshComponent_SetEndScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndScale"); \ static_assert(offsetof(SplineMeshComponent_SetEndScale, EndScale) == 0x000000, "Member 'SplineMeshComponent_SetEndScale::EndScale' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetEndScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndScale::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent \ static_assert(alignof(SplineMeshComponent_SetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndTangent"); \ static_assert(sizeof(SplineMeshComponent_SetEndTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetEndTangent"); \ static_assert(offsetof(SplineMeshComponent_SetEndTangent, EndTangent) == 0x000000, "Member 'SplineMeshComponent_SetEndTangent::EndTangent' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetEndTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndTangent::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetForwardAxis \ static_assert(alignof(SplineMeshComponent_SetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_SetForwardAxis"); \ static_assert(sizeof(SplineMeshComponent_SetForwardAxis) == 0x000002, "Wrong size on SplineMeshComponent_SetForwardAxis"); \ static_assert(offsetof(SplineMeshComponent_SetForwardAxis, InForwardAxis) == 0x000000, "Member 'SplineMeshComponent_SetForwardAxis::InForwardAxis' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetForwardAxis, bUpdateMesh) == 0x000001, "Member 'SplineMeshComponent_SetForwardAxis::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetSplineUpDir \ static_assert(alignof(SplineMeshComponent_SetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_SetSplineUpDir"); \ static_assert(sizeof(SplineMeshComponent_SetSplineUpDir) == 0x000010, "Wrong size on SplineMeshComponent_SetSplineUpDir"); \ static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, InSplineUpDir) == 0x000000, "Member 'SplineMeshComponent_SetSplineUpDir::InSplineUpDir' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetSplineUpDir::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd \ static_assert(alignof(SplineMeshComponent_SetStartAndEnd) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartAndEnd"); \ static_assert(sizeof(SplineMeshComponent_SetStartAndEnd) == 0x000034, "Wrong size on SplineMeshComponent_SetStartAndEnd"); \ static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartAndEnd::StartPos' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartTangent) == 0x00000C, "Member 'SplineMeshComponent_SetStartAndEnd::StartTangent' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndPos) == 0x000018, "Member 'SplineMeshComponent_SetStartAndEnd::EndPos' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndTangent) == 0x000024, "Member 'SplineMeshComponent_SetStartAndEnd::EndTangent' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, bUpdateMesh) == 0x000030, "Member 'SplineMeshComponent_SetStartAndEnd::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset \ static_assert(alignof(SplineMeshComponent_SetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartOffset"); \ static_assert(sizeof(SplineMeshComponent_SetStartOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartOffset"); \ static_assert(offsetof(SplineMeshComponent_SetStartOffset, StartOffset) == 0x000000, "Member 'SplineMeshComponent_SetStartOffset::StartOffset' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartOffset::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition \ static_assert(alignof(SplineMeshComponent_SetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartPosition"); \ static_assert(sizeof(SplineMeshComponent_SetStartPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetStartPosition"); \ static_assert(offsetof(SplineMeshComponent_SetStartPosition, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartPosition::StartPos' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartPosition::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartRoll \ static_assert(alignof(SplineMeshComponent_SetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRoll"); \ static_assert(sizeof(SplineMeshComponent_SetStartRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRoll"); \ static_assert(offsetof(SplineMeshComponent_SetStartRoll, StartRoll) == 0x000000, "Member 'SplineMeshComponent_SetStartRoll::StartRoll' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRoll::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale \ static_assert(alignof(SplineMeshComponent_SetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartScale"); \ static_assert(sizeof(SplineMeshComponent_SetStartScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartScale"); \ static_assert(offsetof(SplineMeshComponent_SetStartScale, StartScale) == 0x000000, "Member 'SplineMeshComponent_SetStartScale::StartScale' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartScale::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent \ static_assert(alignof(SplineMeshComponent_SetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartTangent"); \ static_assert(sizeof(SplineMeshComponent_SetStartTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetStartTangent"); \ static_assert(offsetof(SplineMeshComponent_SetStartTangent, StartTangent) == 0x000000, "Member 'SplineMeshComponent_SetStartTangent::StartTangent' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetStartTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartTangent::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMax \ static_assert(alignof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMax"); \ static_assert(sizeof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMax"); \ static_assert(offsetof(SplineMeshComponent_GetBoundaryMax, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMin \ static_assert(alignof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMin"); \ static_assert(sizeof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMin"); \ static_assert(offsetof(SplineMeshComponent_GetBoundaryMin, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetEndOffset \ static_assert(alignof(SplineMeshComponent_GetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndOffset"); \ static_assert(sizeof(SplineMeshComponent_GetEndOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetEndOffset"); \ static_assert(offsetof(SplineMeshComponent_GetEndOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetEndPosition \ static_assert(alignof(SplineMeshComponent_GetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndPosition"); \ static_assert(sizeof(SplineMeshComponent_GetEndPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndPosition"); \ static_assert(offsetof(SplineMeshComponent_GetEndPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetEndRoll \ static_assert(alignof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndRoll"); \ static_assert(sizeof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetEndRoll"); \ static_assert(offsetof(SplineMeshComponent_GetEndRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndRoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetEndScale \ static_assert(alignof(SplineMeshComponent_GetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndScale"); \ static_assert(sizeof(SplineMeshComponent_GetEndScale) == 0x000008, "Wrong size on SplineMeshComponent_GetEndScale"); \ static_assert(offsetof(SplineMeshComponent_GetEndScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetEndTangent \ static_assert(alignof(SplineMeshComponent_GetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndTangent"); \ static_assert(sizeof(SplineMeshComponent_GetEndTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndTangent"); \ static_assert(offsetof(SplineMeshComponent_GetEndTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetForwardAxis \ static_assert(alignof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_GetForwardAxis"); \ static_assert(sizeof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong size on SplineMeshComponent_GetForwardAxis"); \ static_assert(offsetof(SplineMeshComponent_GetForwardAxis, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetForwardAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetSplineUpDir \ static_assert(alignof(SplineMeshComponent_GetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_GetSplineUpDir"); \ static_assert(sizeof(SplineMeshComponent_GetSplineUpDir) == 0x00000C, "Wrong size on SplineMeshComponent_GetSplineUpDir"); \ static_assert(offsetof(SplineMeshComponent_GetSplineUpDir, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetSplineUpDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetStartOffset \ static_assert(alignof(SplineMeshComponent_GetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartOffset"); \ static_assert(sizeof(SplineMeshComponent_GetStartOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetStartOffset"); \ static_assert(offsetof(SplineMeshComponent_GetStartOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetStartPosition \ static_assert(alignof(SplineMeshComponent_GetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartPosition"); \ static_assert(sizeof(SplineMeshComponent_GetStartPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartPosition"); \ static_assert(offsetof(SplineMeshComponent_GetStartPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetStartRoll \ static_assert(alignof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartRoll"); \ static_assert(sizeof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetStartRoll"); \ static_assert(offsetof(SplineMeshComponent_GetStartRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartRoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetStartScale \ static_assert(alignof(SplineMeshComponent_GetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartScale"); \ static_assert(sizeof(SplineMeshComponent_GetStartScale) == 0x000008, "Wrong size on SplineMeshComponent_GetStartScale"); \ static_assert(offsetof(SplineMeshComponent_GetStartScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_GetStartTangent \ static_assert(alignof(SplineMeshComponent_GetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartTangent"); \ static_assert(sizeof(SplineMeshComponent_GetStartTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartTangent"); \ static_assert(offsetof(SplineMeshComponent_GetStartTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineMeshComponent \ static_assert(alignof(USplineMeshComponent) == 0x000010, "Wrong alignment on USplineMeshComponent"); \ static_assert(sizeof(USplineMeshComponent) == 0x000580, "Wrong size on USplineMeshComponent"); \ static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x0004E8, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x000540, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x00054C, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000550, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000560, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000568, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x00056D, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000570, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000B8, "Wrong size on UEdGraphNode_Documentation"); \ static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x000098, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000A8, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UEdGraphPin_Deprecated \ static_assert(alignof(UEdGraphPin_Deprecated) == 0x000008, "Wrong alignment on UEdGraphPin_Deprecated"); \ static_assert(sizeof(UEdGraphPin_Deprecated) == 0x000118, "Wrong size on UEdGraphPin_Deprecated"); \ static_assert(offsetof(UEdGraphPin_Deprecated, PinName) == 0x000028, "Member 'UEdGraphPin_Deprecated::PinName' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, PinToolTip) == 0x000038, "Member 'UEdGraphPin_Deprecated::PinToolTip' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, Direction) == 0x000048, "Member 'UEdGraphPin_Deprecated::Direction' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, PinType) == 0x000050, "Member 'UEdGraphPin_Deprecated::PinType' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, DefaultValue) == 0x0000A8, "Member 'UEdGraphPin_Deprecated::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, AutogeneratedDefaultValue) == 0x0000B8, "Member 'UEdGraphPin_Deprecated::AutogeneratedDefaultValue' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, DefaultObject) == 0x0000C8, "Member 'UEdGraphPin_Deprecated::DefaultObject' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, DefaultTextValue) == 0x0000D0, "Member 'UEdGraphPin_Deprecated::DefaultTextValue' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, LinkedTo) == 0x0000E8, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x0000F8, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000108, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000110, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphSchema \ static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ #define DUMPER7_ASSERTS_ULevel \ static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ static_assert(sizeof(ULevel) == 0x000298, "Wrong size on ULevel"); \ static_assert(offsetof(ULevel, Actors) == 0x000098, "Member 'ULevel::Actors' has a wrong offset!"); \ static_assert(offsetof(ULevel, OwningWorld) == 0x0000B8, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ static_assert(offsetof(ULevel, Model) == 0x0000C0, "Member 'ULevel::Model' has a wrong offset!"); \ static_assert(offsetof(ULevel, ModelComponents) == 0x0000C8, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ static_assert(offsetof(ULevel, ActorCluster) == 0x0000D8, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E0, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000E4, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000E8, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavListStart) == 0x0000F0, "Member 'ULevel::NavListStart' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavListEnd) == 0x0000F8, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavDataChunks) == 0x000100, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000110, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x000114, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000118, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000128, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ static_assert(offsetof(ULevel, LevelBuildDataId) == 0x0001D0, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULevel, MapBuildData) == 0x0001E0, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x0001E8, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ static_assert(offsetof(ULevel, WorldSettings) == 0x000258, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ static_assert(offsetof(ULevel, AssetUserData) == 0x000268, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x000288, "Member 'ULevel::DestroyedReplicatedStaticActors' 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) == 0x000004, "Wrong alignment on Emitter_SetVectorParameter"); \ static_assert(sizeof(Emitter_SetVectorParameter) == 0x000014, "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) == 0x000270, "Wrong size on AEmitter"); \ static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000220, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000230, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleBurst) == 0x000240, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleDeath) == 0x000250, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleCollide) == 0x000260, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMeshSocket \ static_assert(alignof(UStaticMeshSocket) == 0x000008, "Wrong alignment on UStaticMeshSocket"); \ static_assert(sizeof(UStaticMeshSocket) == 0x000068, "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) == 0x00003C, "Member 'UStaticMeshSocket::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSocket, RelativeScale) == 0x000048, "Member 'UStaticMeshSocket::RelativeScale' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSocket, Tag) == 0x000058, "Member 'UStaticMeshSocket::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x0002E0, "Wrong size on AEmitterCameraLensEffectBase"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x000270, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x000278, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000280, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x000290, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x0002C0, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x0002C8, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x0002D8, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Bool \ static_assert(alignof(KismetStringLibrary_BuildString_Bool) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Bool"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Bool) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Bool"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Bool::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Bool::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, InBool) == 0x000020, "Member 'KismetStringLibrary_BuildString_Bool::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Bool::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Bool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Color \ static_assert(alignof(KismetStringLibrary_BuildString_Color) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Color"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Color) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Color"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Color::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Color::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, InColor) == 0x000020, "Member 'KismetStringLibrary_BuildString_Color::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Color::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Color::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Float \ static_assert(alignof(KismetStringLibrary_BuildString_Float) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Float"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Float) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Float"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Float::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Float::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, InFloat) == 0x000020, "Member 'KismetStringLibrary_BuildString_Float::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Float::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Int \ static_assert(alignof(KismetStringLibrary_BuildString_Int) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Int"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Int) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Int"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Int::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Int::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, inInt) == 0x000020, "Member 'KismetStringLibrary_BuildString_Int::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Int::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_IntVector \ static_assert(alignof(KismetStringLibrary_BuildString_IntVector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_IntVector"); \ static_assert(sizeof(KismetStringLibrary_BuildString_IntVector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_IntVector"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_IntVector::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_IntVector::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, InIntVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_IntVector::InIntVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_IntVector::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_IntVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Name \ static_assert(alignof(KismetStringLibrary_BuildString_Name) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Name"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Name) == 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) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Rotator"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Rotator::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Rotator::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, InRot) == 0x000020, "Member 'KismetStringLibrary_BuildString_Rotator::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Rotator::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Rotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector \ static_assert(alignof(KismetStringLibrary_BuildString_Vector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Vector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Vector"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, InVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Vector::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Vector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector2d \ static_assert(alignof(KismetStringLibrary_BuildString_Vector2d) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector2d"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Vector2d) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Vector2d"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector2d::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector2d::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, InVector2D) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector2d::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Vector2d::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Vector2d::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Concat_StrStr \ static_assert(alignof(KismetStringLibrary_Concat_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_Concat_StrStr"); \ static_assert(sizeof(KismetStringLibrary_Concat_StrStr) == 0x000030, "Wrong size on KismetStringLibrary_Concat_StrStr"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_Concat_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_Concat_StrStr::B' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_Concat_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Contains \ static_assert(alignof(KismetStringLibrary_Contains) == 0x000008, "Wrong alignment on KismetStringLibrary_Contains"); \ static_assert(sizeof(KismetStringLibrary_Contains) == 0x000028, "Wrong size on KismetStringLibrary_Contains"); \ static_assert(offsetof(KismetStringLibrary_Contains, SearchIn) == 0x000000, "Member 'KismetStringLibrary_Contains::SearchIn' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Contains, Substring) == 0x000010, "Member 'KismetStringLibrary_Contains::Substring' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Contains, bUseCase) == 0x000020, "Member 'KismetStringLibrary_Contains::bUseCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Contains, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_Contains::bSearchFromEnd' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Contains, ReturnValue) == 0x000022, "Member 'KismetStringLibrary_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoolToString \ static_assert(alignof(KismetStringLibrary_Conv_BoolToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoolToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_BoolToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_BoolToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, InBool) == 0x000000, "Member 'KismetStringLibrary_Conv_BoolToString::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_BoolToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ByteToString \ static_assert(alignof(KismetStringLibrary_Conv_ByteToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ByteToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ByteToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ByteToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, InByte) == 0x000000, "Member 'KismetStringLibrary_Conv_ByteToString::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ByteToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ColorToString \ static_assert(alignof(KismetStringLibrary_Conv_ColorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ColorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ColorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_ColorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, InColor) == 0x000000, "Member 'KismetStringLibrary_Conv_ColorToString::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_ColorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_FloatToString \ static_assert(alignof(KismetStringLibrary_Conv_FloatToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_FloatToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_FloatToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_FloatToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, InFloat) == 0x000000, "Member 'KismetStringLibrary_Conv_FloatToString::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_FloatToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntPointToString \ static_assert(alignof(KismetStringLibrary_Conv_IntPointToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntPointToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntPointToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntPointToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, InIntPoint) == 0x000000, "Member 'KismetStringLibrary_Conv_IntPointToString::InIntPoint' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntPointToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntToString \ static_assert(alignof(KismetStringLibrary_Conv_IntToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntToString, inInt) == 0x000000, "Member 'KismetStringLibrary_Conv_IntToString::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVectorToString \ static_assert(alignof(KismetStringLibrary_Conv_IntVectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntVectorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntVectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_IntVectorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, InIntVec) == 0x000000, "Member 'KismetStringLibrary_Conv_IntVectorToString::InIntVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_IntVectorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_MatrixToString \ static_assert(alignof(KismetStringLibrary_Conv_MatrixToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_MatrixToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_MatrixToString) == 0x000050, "Wrong size on KismetStringLibrary_Conv_MatrixToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, InMatrix) == 0x000000, "Member 'KismetStringLibrary_Conv_MatrixToString::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_Conv_MatrixToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_NameToString \ static_assert(alignof(KismetStringLibrary_Conv_NameToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_NameToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_NameToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_NameToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_NameToString, InName) == 0x000000, "Member 'KismetStringLibrary_Conv_NameToString::InName' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_NameToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_NameToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ObjectToString \ static_assert(alignof(KismetStringLibrary_Conv_ObjectToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ObjectToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ObjectToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ObjectToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, InObj) == 0x000000, "Member 'KismetStringLibrary_Conv_ObjectToString::InObj' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ObjectToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString \ static_assert(alignof(KismetStringLibrary_Conv_RotatorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_RotatorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_RotatorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_RotatorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, InRot) == 0x000000, "Member 'KismetStringLibrary_Conv_RotatorToString::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_RotatorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToColor \ static_assert(alignof(KismetStringLibrary_Conv_StringToColor) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToColor"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToColor) == 0x000028, "Wrong size on KismetStringLibrary_Conv_StringToColor"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToColor::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutConvertedColor) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToColor::OutConvertedColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutIsValid) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToColor::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToFloat \ static_assert(alignof(KismetStringLibrary_Conv_StringToFloat) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToFloat"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToFloat) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToFloat"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToFloat::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt \ static_assert(alignof(KismetStringLibrary_Conv_StringToInt) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToInt) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToName \ static_assert(alignof(KismetStringLibrary_Conv_StringToName) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToName"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToName) == 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) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToRotator"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToRotator::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutConvertedRotator) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToRotator::OutConvertedRotator' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToRotator::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector \ static_assert(alignof(KismetStringLibrary_Conv_StringToVector) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToVector) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector::OutConvertedVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToVector::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector2D \ static_assert(alignof(KismetStringLibrary_Conv_StringToVector2D) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector2D"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToVector2D) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector2D"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector2D::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutConvertedVector2D) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutConvertedVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutIsValid) == 0x000018, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_TransformToString \ static_assert(alignof(KismetStringLibrary_Conv_TransformToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_TransformToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_TransformToString) == 0x000040, "Wrong size on KismetStringLibrary_Conv_TransformToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, InTrans) == 0x000000, "Member 'KismetStringLibrary_Conv_TransformToString::InTrans' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, ReturnValue) == 0x000030, "Member 'KismetStringLibrary_Conv_TransformToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector2dToString \ static_assert(alignof(KismetStringLibrary_Conv_Vector2dToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector2dToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_Vector2dToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_Vector2dToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector2dToString::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_Vector2dToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_VectorToString \ static_assert(alignof(KismetStringLibrary_Conv_VectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_VectorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_VectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_VectorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_VectorToString::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_VectorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_CullArray \ static_assert(alignof(KismetStringLibrary_CullArray) == 0x000008, "Wrong alignment on KismetStringLibrary_CullArray"); \ static_assert(sizeof(KismetStringLibrary_CullArray) == 0x000028, "Wrong size on KismetStringLibrary_CullArray"); \ static_assert(offsetof(KismetStringLibrary_CullArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_CullArray::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CullArray, inArray) == 0x000010, "Member 'KismetStringLibrary_CullArray::inArray' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CullArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_CullArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_EndsWith \ static_assert(alignof(KismetStringLibrary_EndsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_EndsWith"); \ static_assert(sizeof(KismetStringLibrary_EndsWith) == 0x000028, "Wrong size on KismetStringLibrary_EndsWith"); \ static_assert(offsetof(KismetStringLibrary_EndsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_EndsWith::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EndsWith, InSuffix) == 0x000010, "Member 'KismetStringLibrary_EndsWith::InSuffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EndsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_EndsWith::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EndsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_EndsWith::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StriStri \ static_assert(alignof(KismetStringLibrary_EqualEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StriStri"); \ static_assert(sizeof(KismetStringLibrary_EqualEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StriStri"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StriStri::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StriStri::B' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StriStri::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StrStr \ static_assert(alignof(KismetStringLibrary_EqualEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StrStr"); \ static_assert(sizeof(KismetStringLibrary_EqualEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StrStr"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StrStr::B' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_FindSubstring \ static_assert(alignof(KismetStringLibrary_FindSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_FindSubstring"); \ static_assert(sizeof(KismetStringLibrary_FindSubstring) == 0x000030, "Wrong size on KismetStringLibrary_FindSubstring"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, SearchIn) == 0x000000, "Member 'KismetStringLibrary_FindSubstring::SearchIn' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, Substring) == 0x000010, "Member 'KismetStringLibrary_FindSubstring::Substring' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, bUseCase) == 0x000020, "Member 'KismetStringLibrary_FindSubstring::bUseCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_FindSubstring::bSearchFromEnd' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, StartPosition) == 0x000024, "Member 'KismetStringLibrary_FindSubstring::StartPosition' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_FindSubstring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterArrayFromString \ static_assert(alignof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterArrayFromString"); \ static_assert(sizeof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000020, "Wrong size on KismetStringLibrary_GetCharacterArrayFromString"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterArrayFromString::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_GetCharacterArrayFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterAsNumber \ static_assert(alignof(KismetStringLibrary_GetCharacterAsNumber) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterAsNumber"); \ static_assert(sizeof(KismetStringLibrary_GetCharacterAsNumber) == 0x000018, "Wrong size on KismetStringLibrary_GetCharacterAsNumber"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterAsNumber::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, Index_0) == 0x000010, "Member 'KismetStringLibrary_GetCharacterAsNumber::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, ReturnValue) == 0x000014, "Member 'KismetStringLibrary_GetCharacterAsNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetSubstring \ static_assert(alignof(KismetStringLibrary_GetSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_GetSubstring"); \ static_assert(sizeof(KismetStringLibrary_GetSubstring) == 0x000028, "Wrong size on KismetStringLibrary_GetSubstring"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetSubstring::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, StartIndex) == 0x000010, "Member 'KismetStringLibrary_GetSubstring::StartIndex' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, Length) == 0x000014, "Member 'KismetStringLibrary_GetSubstring::Length' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_GetSubstring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_IsEmpty \ static_assert(alignof(KismetStringLibrary_IsEmpty) == 0x000008, "Wrong alignment on KismetStringLibrary_IsEmpty"); \ static_assert(sizeof(KismetStringLibrary_IsEmpty) == 0x000018, "Wrong size on KismetStringLibrary_IsEmpty"); \ static_assert(offsetof(KismetStringLibrary_IsEmpty, inString) == 0x000000, "Member 'KismetStringLibrary_IsEmpty::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_IsEmpty, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_IsNumeric \ static_assert(alignof(KismetStringLibrary_IsNumeric) == 0x000008, "Wrong alignment on KismetStringLibrary_IsNumeric"); \ static_assert(sizeof(KismetStringLibrary_IsNumeric) == 0x000018, "Wrong size on KismetStringLibrary_IsNumeric"); \ static_assert(offsetof(KismetStringLibrary_IsNumeric, SourceString) == 0x000000, "Member 'KismetStringLibrary_IsNumeric::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_IsNumeric, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsNumeric::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_JoinStringArray \ static_assert(alignof(KismetStringLibrary_JoinStringArray) == 0x000008, "Wrong alignment on KismetStringLibrary_JoinStringArray"); \ static_assert(sizeof(KismetStringLibrary_JoinStringArray) == 0x000030, "Wrong size on KismetStringLibrary_JoinStringArray"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, SourceArray) == 0x000000, "Member 'KismetStringLibrary_JoinStringArray::SourceArray' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, Separator) == 0x000010, "Member 'KismetStringLibrary_JoinStringArray::Separator' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_JoinStringArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Left \ static_assert(alignof(KismetStringLibrary_Left) == 0x000008, "Wrong alignment on KismetStringLibrary_Left"); \ static_assert(sizeof(KismetStringLibrary_Left) == 0x000028, "Wrong size on KismetStringLibrary_Left"); \ static_assert(offsetof(KismetStringLibrary_Left, SourceString) == 0x000000, "Member 'KismetStringLibrary_Left::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Left, Count) == 0x000010, "Member 'KismetStringLibrary_Left::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Left, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Left::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_LeftChop \ static_assert(alignof(KismetStringLibrary_LeftChop) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftChop"); \ static_assert(sizeof(KismetStringLibrary_LeftChop) == 0x000028, "Wrong size on KismetStringLibrary_LeftChop"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftChop::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, Count) == 0x000010, "Member 'KismetStringLibrary_LeftChop::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftChop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_LeftPad \ static_assert(alignof(KismetStringLibrary_LeftPad) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftPad"); \ static_assert(sizeof(KismetStringLibrary_LeftPad) == 0x000028, "Wrong size on KismetStringLibrary_LeftPad"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftPad::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_LeftPad::ChCount' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Len \ static_assert(alignof(KismetStringLibrary_Len) == 0x000008, "Wrong alignment on KismetStringLibrary_Len"); \ static_assert(sizeof(KismetStringLibrary_Len) == 0x000018, "Wrong size on KismetStringLibrary_Len"); \ static_assert(offsetof(KismetStringLibrary_Len, S) == 0x000000, "Member 'KismetStringLibrary_Len::S' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Len, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Len::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_MatchesWildcard \ static_assert(alignof(KismetStringLibrary_MatchesWildcard) == 0x000008, "Wrong alignment on KismetStringLibrary_MatchesWildcard"); \ static_assert(sizeof(KismetStringLibrary_MatchesWildcard) == 0x000028, "Wrong size on KismetStringLibrary_MatchesWildcard"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SourceString) == 0x000000, "Member 'KismetStringLibrary_MatchesWildcard::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, Wildcard) == 0x000010, "Member 'KismetStringLibrary_MatchesWildcard::Wildcard' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SearchCase) == 0x000020, "Member 'KismetStringLibrary_MatchesWildcard::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_MatchesWildcard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Mid \ static_assert(alignof(KismetStringLibrary_Mid) == 0x000008, "Wrong alignment on KismetStringLibrary_Mid"); \ static_assert(sizeof(KismetStringLibrary_Mid) == 0x000028, "Wrong size on KismetStringLibrary_Mid"); \ static_assert(offsetof(KismetStringLibrary_Mid, SourceString) == 0x000000, "Member 'KismetStringLibrary_Mid::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, Start) == 0x000010, "Member 'KismetStringLibrary_Mid::Start' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, Count) == 0x000014, "Member 'KismetStringLibrary_Mid::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Mid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StriStri \ static_assert(alignof(KismetStringLibrary_NotEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StriStri"); \ static_assert(sizeof(KismetStringLibrary_NotEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StriStri"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StriStri::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StriStri::B' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StriStri::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StrStr \ static_assert(alignof(KismetStringLibrary_NotEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StrStr"); \ static_assert(sizeof(KismetStringLibrary_NotEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StrStr"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StrStr::B' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ParseIntoArray \ static_assert(alignof(KismetStringLibrary_ParseIntoArray) == 0x000008, "Wrong alignment on KismetStringLibrary_ParseIntoArray"); \ static_assert(sizeof(KismetStringLibrary_ParseIntoArray) == 0x000038, "Wrong size on KismetStringLibrary_ParseIntoArray"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_ParseIntoArray::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, Delimiter) == 0x000010, "Member 'KismetStringLibrary_ParseIntoArray::Delimiter' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, CullEmptyStrings) == 0x000020, "Member 'KismetStringLibrary_ParseIntoArray::CullEmptyStrings' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_ParseIntoArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Replace \ static_assert(alignof(KismetStringLibrary_Replace) == 0x000008, "Wrong alignment on KismetStringLibrary_Replace"); \ static_assert(sizeof(KismetStringLibrary_Replace) == 0x000048, "Wrong size on KismetStringLibrary_Replace"); \ static_assert(offsetof(KismetStringLibrary_Replace, SourceString) == 0x000000, "Member 'KismetStringLibrary_Replace::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, From) == 0x000010, "Member 'KismetStringLibrary_Replace::From' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, To) == 0x000020, "Member 'KismetStringLibrary_Replace::To' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, SearchCase) == 0x000030, "Member 'KismetStringLibrary_Replace::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Replace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ReplaceInline \ static_assert(alignof(KismetStringLibrary_ReplaceInline) == 0x000008, "Wrong alignment on KismetStringLibrary_ReplaceInline"); \ static_assert(sizeof(KismetStringLibrary_ReplaceInline) == 0x000038, "Wrong size on KismetStringLibrary_ReplaceInline"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SourceString) == 0x000000, "Member 'KismetStringLibrary_ReplaceInline::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchText) == 0x000010, "Member 'KismetStringLibrary_ReplaceInline::SearchText' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReplacementText) == 0x000020, "Member 'KismetStringLibrary_ReplaceInline::ReplacementText' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchCase) == 0x000030, "Member 'KismetStringLibrary_ReplaceInline::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReturnValue) == 0x000034, "Member 'KismetStringLibrary_ReplaceInline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Reverse \ static_assert(alignof(KismetStringLibrary_Reverse) == 0x000008, "Wrong alignment on KismetStringLibrary_Reverse"); \ static_assert(sizeof(KismetStringLibrary_Reverse) == 0x000020, "Wrong size on KismetStringLibrary_Reverse"); \ static_assert(offsetof(KismetStringLibrary_Reverse, SourceString) == 0x000000, "Member 'KismetStringLibrary_Reverse::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Reverse, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Reverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Right \ static_assert(alignof(KismetStringLibrary_Right) == 0x000008, "Wrong alignment on KismetStringLibrary_Right"); \ static_assert(sizeof(KismetStringLibrary_Right) == 0x000028, "Wrong size on KismetStringLibrary_Right"); \ static_assert(offsetof(KismetStringLibrary_Right, SourceString) == 0x000000, "Member 'KismetStringLibrary_Right::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Right, Count) == 0x000010, "Member 'KismetStringLibrary_Right::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Right, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Right::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_RightChop \ static_assert(alignof(KismetStringLibrary_RightChop) == 0x000008, "Wrong alignment on KismetStringLibrary_RightChop"); \ static_assert(sizeof(KismetStringLibrary_RightChop) == 0x000028, "Wrong size on KismetStringLibrary_RightChop"); \ static_assert(offsetof(KismetStringLibrary_RightChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightChop::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightChop, Count) == 0x000010, "Member 'KismetStringLibrary_RightChop::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightChop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_RightPad \ static_assert(alignof(KismetStringLibrary_RightPad) == 0x000008, "Wrong alignment on KismetStringLibrary_RightPad"); \ static_assert(sizeof(KismetStringLibrary_RightPad) == 0x000028, "Wrong size on KismetStringLibrary_RightPad"); \ static_assert(offsetof(KismetStringLibrary_RightPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightPad::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_RightPad::ChCount' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Split \ static_assert(alignof(KismetStringLibrary_Split) == 0x000008, "Wrong alignment on KismetStringLibrary_Split"); \ static_assert(sizeof(KismetStringLibrary_Split) == 0x000048, "Wrong size on KismetStringLibrary_Split"); \ static_assert(offsetof(KismetStringLibrary_Split, SourceString) == 0x000000, "Member 'KismetStringLibrary_Split::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, InStr) == 0x000010, "Member 'KismetStringLibrary_Split::InStr' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, LeftS) == 0x000020, "Member 'KismetStringLibrary_Split::LeftS' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, RightS) == 0x000030, "Member 'KismetStringLibrary_Split::RightS' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, SearchCase) == 0x000040, "Member 'KismetStringLibrary_Split::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, SearchDir) == 0x000041, "Member 'KismetStringLibrary_Split::SearchDir' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, ReturnValue) == 0x000042, "Member 'KismetStringLibrary_Split::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_StartsWith \ static_assert(alignof(KismetStringLibrary_StartsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_StartsWith"); \ static_assert(sizeof(KismetStringLibrary_StartsWith) == 0x000028, "Wrong size on KismetStringLibrary_StartsWith"); \ static_assert(offsetof(KismetStringLibrary_StartsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_StartsWith::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_StartsWith, InPrefix) == 0x000010, "Member 'KismetStringLibrary_StartsWith::InPrefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_StartsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_StartsWith::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_StartsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_StartsWith::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_TimeSecondsToString \ static_assert(alignof(KismetStringLibrary_TimeSecondsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_TimeSecondsToString"); \ static_assert(sizeof(KismetStringLibrary_TimeSecondsToString) == 0x000018, "Wrong size on KismetStringLibrary_TimeSecondsToString"); \ static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, InSeconds) == 0x000000, "Member 'KismetStringLibrary_TimeSecondsToString::InSeconds' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_TimeSecondsToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ToLower \ static_assert(alignof(KismetStringLibrary_ToLower) == 0x000008, "Wrong alignment on KismetStringLibrary_ToLower"); \ static_assert(sizeof(KismetStringLibrary_ToLower) == 0x000020, "Wrong size on KismetStringLibrary_ToLower"); \ static_assert(offsetof(KismetStringLibrary_ToLower, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToLower::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ToLower, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToLower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ToUpper \ static_assert(alignof(KismetStringLibrary_ToUpper) == 0x000008, "Wrong alignment on KismetStringLibrary_ToUpper"); \ static_assert(sizeof(KismetStringLibrary_ToUpper) == 0x000020, "Wrong size on KismetStringLibrary_ToUpper"); \ static_assert(offsetof(KismetStringLibrary_ToUpper, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToUpper::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ToUpper, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToUpper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Trim \ static_assert(alignof(KismetStringLibrary_Trim) == 0x000008, "Wrong alignment on KismetStringLibrary_Trim"); \ static_assert(sizeof(KismetStringLibrary_Trim) == 0x000020, "Wrong size on KismetStringLibrary_Trim"); \ static_assert(offsetof(KismetStringLibrary_Trim, SourceString) == 0x000000, "Member 'KismetStringLibrary_Trim::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Trim, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Trim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_TrimTrailing \ static_assert(alignof(KismetStringLibrary_TrimTrailing) == 0x000008, "Wrong alignment on KismetStringLibrary_TrimTrailing"); \ static_assert(sizeof(KismetStringLibrary_TrimTrailing) == 0x000020, "Wrong size on KismetStringLibrary_TrimTrailing"); \ static_assert(offsetof(KismetStringLibrary_TrimTrailing, SourceString) == 0x000000, "Member 'KismetStringLibrary_TrimTrailing::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_TrimTrailing, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_TrimTrailing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetStringLibrary \ static_assert(alignof(UKismetStringLibrary) == 0x000008, "Wrong alignment on UKismetStringLibrary"); \ static_assert(sizeof(UKismetStringLibrary) == 0x000028, "Wrong size on UKismetStringLibrary"); \ #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_UEngineBaseTypes \ static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ static_assert(sizeof(UEngineBaseTypes) == 0x000028, "Wrong size on UEngineBaseTypes"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_InputChordInputChord \ static_assert(alignof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000048, "Wrong size on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, B) == 0x000020, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::B' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_KeyKey \ static_assert(alignof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000038, "Wrong size on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_KeyKey::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, B) == 0x000018, "Member 'KismetInputLibrary_EqualEqual_KeyKey::B' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, ReturnValue) == 0x000030, "Member 'KismetInputLibrary_EqualEqual_KeyKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetAnalogValue \ static_assert(alignof(KismetInputLibrary_GetAnalogValue) == 0x000008, "Wrong alignment on KismetInputLibrary_GetAnalogValue"); \ static_assert(sizeof(KismetInputLibrary_GetAnalogValue) == 0x000048, "Wrong size on KismetInputLibrary_GetAnalogValue"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, Input) == 0x000000, "Member 'KismetInputLibrary_GetAnalogValue::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetAnalogValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetKey \ static_assert(alignof(KismetInputLibrary_GetKey) == 0x000008, "Wrong alignment on KismetInputLibrary_GetKey"); \ static_assert(sizeof(KismetInputLibrary_GetKey) == 0x000050, "Wrong size on KismetInputLibrary_GetKey"); \ static_assert(offsetof(KismetInputLibrary_GetKey, Input) == 0x000000, "Member 'KismetInputLibrary_GetKey::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000040, "Wrong size on KismetInputLibrary_GetUserIndex"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_GetUserIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_GetUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName \ static_assert(alignof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_InputChord_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000038, "Wrong size on KismetInputLibrary_InputChord_GetDisplayName"); \ static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_InputChord_GetDisplayName::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputChord_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRepeat::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRepeat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 0x000030, "Wrong size on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_Key_GetDisplayName::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationAction \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationAction) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationAction"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationAction) == 0x000020, "Wrong size on KismetInputLibrary_Key_GetNavigationAction"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, InKey) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationAction::InKey' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_GetNavigationAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationActionFromKey \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000040, "Wrong size on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromAnalog \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, InAnalogEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::InAnalogEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromKey \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000040, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAnalog \ static_assert(alignof(KismetInputLibrary_Key_IsAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAnalog) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAnalog::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis1D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis1D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis1D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis1D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis2D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis2D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis2D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis2D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis3D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis3D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis3D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis3D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsButtonAxis \ static_assert(alignof(KismetInputLibrary_Key_IsButtonAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsButtonAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsButtonAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsButtonAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsDigital \ static_assert(alignof(KismetInputLibrary_Key_IsDigital) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsDigital"); \ static_assert(sizeof(KismetInputLibrary_Key_IsDigital) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsDigital"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsDigital::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsDigital::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsGamepadKey \ static_assert(alignof(KismetInputLibrary_Key_IsGamepadKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsGamepadKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsGamepadKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsGamepadKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsKeyboardKey \ static_assert(alignof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsKeyboardKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsKeyboardKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsModifierKey \ static_assert(alignof(KismetInputLibrary_Key_IsModifierKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsModifierKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsModifierKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsModifierKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsMouseButton \ static_assert(alignof(KismetInputLibrary_Key_IsMouseButton) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(sizeof(KismetInputLibrary_Key_IsMouseButton) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsMouseButton::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsMouseButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsValid \ static_assert(alignof(KismetInputLibrary_Key_IsValid) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsValid"); \ static_assert(sizeof(KismetInputLibrary_Key_IsValid) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsValid"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsValid::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsVectorAxis \ static_assert(alignof(KismetInputLibrary_Key_IsVectorAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsVectorAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsVectorAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsVectorAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetCursorDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000078, "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) == 0x000070, "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) == 0x000088, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000078, "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) == 0x000070, "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) == 0x000090, "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) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000088, "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) == 0x000078, "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) == 0x000070, "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_UEngineHandlerComponentFactory \ static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000028, "Wrong size on UEngineHandlerComponentFactory"); \ #define DUMPER7_ASSERTS_UShadowMapTexture2D \ static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ static_assert(sizeof(UShadowMapTexture2D) == 0x0001B0, "Wrong size on UShadowMapTexture2D"); \ static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0001A0, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalMessage \ static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ static_assert(sizeof(ULocalMessage) == 0x000028, "Wrong size on ULocalMessage"); \ #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_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_USkeletalMeshLODSettings \ static_assert(alignof(USkeletalMeshLODSettings) == 0x000008, "Wrong alignment on USkeletalMeshLODSettings"); \ static_assert(sizeof(USkeletalMeshLODSettings) == 0x000050, "Wrong size on USkeletalMeshLODSettings"); \ static_assert(offsetof(USkeletalMeshLODSettings, MinLOD) == 0x000030, "Member 'USkeletalMeshLODSettings::MinLOD' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x000034, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x000035, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x000036, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x000038, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x00003C, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x000040, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColor \ static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringExponent \ static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringExponent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogCutoffDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogCutoffDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity \ static_assert(alignof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogDensity"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogDensity"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogDensity::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff \ static_assert(alignof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogHeightFalloff::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor \ static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity \ static_assert(alignof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogMaxOpacity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogMaxOpacity::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap \ static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemap::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle \ static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint \ static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringTextureTint, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringTextureTint::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetStartDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetStartDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetStartDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFog"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFog"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFog, bNewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFog::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogAlbedo::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogEmissive, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogEmissive::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ static_assert(sizeof(UExponentialHeightFogComponent) == 0x0002A0, "Wrong size on UExponentialHeightFogComponent"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x0001F8, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x0001FC, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000200, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x00020C, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000220, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000228, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x00022C, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x00023C, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000240, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x000244, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000248, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x00024C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x00025C, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000260, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x000264, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000268, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x00026C, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x000270, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x000274, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x000284, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x000288, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x00028C, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x000290, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALevelBounds \ static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ static_assert(sizeof(ALevelBounds) == 0x000230, "Wrong size on ALevelBounds"); \ static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000220, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000228, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_RunAssetExportTask \ static_assert(alignof(Exporter_RunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTask"); \ static_assert(sizeof(Exporter_RunAssetExportTask) == 0x000010, "Wrong size on Exporter_RunAssetExportTask"); \ static_assert(offsetof(Exporter_RunAssetExportTask, task) == 0x000000, "Member 'Exporter_RunAssetExportTask::task' has a wrong offset!"); \ static_assert(offsetof(Exporter_RunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_RunAssetExportTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_RunAssetExportTasks \ static_assert(alignof(Exporter_RunAssetExportTasks) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTasks"); \ static_assert(sizeof(Exporter_RunAssetExportTasks) == 0x000018, "Wrong size on Exporter_RunAssetExportTasks"); \ static_assert(offsetof(Exporter_RunAssetExportTasks, ExportTasks) == 0x000000, "Member 'Exporter_RunAssetExportTasks::ExportTasks' has a wrong offset!"); \ static_assert(offsetof(Exporter_RunAssetExportTasks, ReturnValue) == 0x000010, "Member 'Exporter_RunAssetExportTasks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_ScriptRunAssetExportTask \ static_assert(alignof(Exporter_ScriptRunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_ScriptRunAssetExportTask"); \ static_assert(sizeof(Exporter_ScriptRunAssetExportTask) == 0x000010, "Wrong size on Exporter_ScriptRunAssetExportTask"); \ static_assert(offsetof(Exporter_ScriptRunAssetExportTask, task) == 0x000000, "Member 'Exporter_ScriptRunAssetExportTask::task' has a wrong offset!"); \ static_assert(offsetof(Exporter_ScriptRunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_ScriptRunAssetExportTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExporter \ static_assert(alignof(UExporter) == 0x000008, "Wrong alignment on UExporter"); \ static_assert(sizeof(UExporter) == 0x000078, "Wrong size on UExporter"); \ static_assert(offsetof(UExporter, SupportedClass) == 0x000028, "Member 'UExporter::SupportedClass' has a wrong offset!"); \ static_assert(offsetof(UExporter, ExportRootScope) == 0x000030, "Member 'UExporter::ExportRootScope' has a wrong offset!"); \ static_assert(offsetof(UExporter, FormatExtension) == 0x000038, "Member 'UExporter::FormatExtension' has a wrong offset!"); \ static_assert(offsetof(UExporter, FormatDescription) == 0x000048, "Member 'UExporter::FormatDescription' has a wrong offset!"); \ static_assert(offsetof(UExporter, PreferredFormatIndex) == 0x000058, "Member 'UExporter::PreferredFormatIndex' has a wrong offset!"); \ static_assert(offsetof(UExporter, TextIndent) == 0x00005C, "Member 'UExporter::TextIndent' has a wrong offset!"); \ static_assert(offsetof(UExporter, ExportTask) == 0x000068, "Member 'UExporter::ExportTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloatingPawnMovement \ static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ static_assert(sizeof(UFloatingPawnMovement) == 0x000150, "Wrong size on UFloatingPawnMovement"); \ static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000138, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x00013C, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000140, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x000144, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000038, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxPos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapComponents \ static_assert(alignof(KismetSystemLibrary_BoxOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_BoxOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapComponents::BoxPos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, Extent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapComponents::Extent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMulti \ static_assert(alignof(KismetSystemLibrary_BoxTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_BoxTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMulti::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMulti::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_BoxTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x0000A8, "Wrong size on KismetSystemLibrary_BoxTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ReturnValue) == 0x0000A0, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingle \ static_assert(alignof(KismetSystemLibrary_BoxTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceSingle) == 0x000108, "Wrong size on KismetSystemLibrary_BoxTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingle::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingle::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, OutHit) == 0x000054, "Member 'KismetSystemLibrary_BoxTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x000104, "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) == 0x000110, "Wrong size on KismetSystemLibrary_BoxTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, OutHit) == 0x00005C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x00010C, "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) == 0x000118, "Wrong size on KismetSystemLibrary_BoxTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, OutHit) == 0x000064, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bIgnoreSelf) == 0x0000EC, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x000110, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x000114, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftClassPath"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, InSoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftClassPath::InSoftClassPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftClassPath::PathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath \ static_assert(alignof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftObjectPath"); \ static_assert(sizeof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftObjectPath"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, InSoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftObjectPath::InSoftObjectPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActors::CapsulePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapComponents \ static_assert(alignof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::CapsulePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMulti \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000088, "Wrong size on KismetSystemLibrary_CapsuleTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMulti::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, OutHits) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000090, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, OutHits) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingle \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingle) == 0x0000F8, "Wrong size on KismetSystemLibrary_CapsuleTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingle::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, OutHit) == 0x000044, "Member 'KismetSystemLibrary_CapsuleTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x0000F4, "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) == 0x000100, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x0000FC, "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) == 0x000108, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors \ static_assert(alignof(KismetSystemLibrary_ComponentOverlapActors) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_ComponentOverlapActors) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapActors::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapActors::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents \ static_assert(alignof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapComponents::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver \ static_assert(alignof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong alignment on KismetSystemLibrary_ControlScreensaver"); \ static_assert(sizeof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong size on KismetSystemLibrary_ControlScreensaver"); \ static_assert(offsetof(KismetSystemLibrary_ControlScreensaver, bAllowScreenSaver) == 0x000000, "Member 'KismetSystemLibrary_ControlScreensaver::bAllowScreenSaver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference \ static_assert(alignof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, Class_0) == 0x000000, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject \ static_assert(alignof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_InterfaceToObject"); \ static_assert(sizeof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_InterfaceToObject"); \ static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, Interface) == 0x000000, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::Interface' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString \ static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000020, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString \ static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, SoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::SoftClassPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, SoftClass) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::SoftClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, SoftObject) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::SoftObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, SoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::SoftObjectPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ static_assert(sizeof(KismetSystemLibrary_Delay) == 0x000028, "Wrong size on KismetSystemLibrary_Delay"); \ static_assert(offsetof(KismetSystemLibrary_Delay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_Delay::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Delay, Duration) == 0x000008, "Member 'KismetSystemLibrary_Delay::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Delay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_Delay::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface \ static_assert(alignof(KismetSystemLibrary_DoesImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesImplementInterface"); \ static_assert(sizeof(KismetSystemLibrary_DoesImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesImplementInterface"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, TestObject) == 0x000000, "Member 'KismetSystemLibrary_DoesImplementInterface::TestObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesImplementInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesImplementInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow \ static_assert(alignof(KismetSystemLibrary_DrawDebugArrow) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugArrow"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugArrow) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugArrow"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugArrow::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugArrow::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugBox \ static_assert(alignof(KismetSystemLibrary_DrawDebugBox) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugBox"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugBox) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugBox"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugBox::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Extent) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugBox::Extent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugBox::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Rotation) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugBox::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Duration) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugBox::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Thickness) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugBox::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCamera \ static_assert(alignof(KismetSystemLibrary_DrawDebugCamera) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCamera"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCamera) == 0x000020, "Wrong size on KismetSystemLibrary_DrawDebugCamera"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraActor) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraActor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraColor) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, Duration) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCamera::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCapsule \ static_assert(alignof(KismetSystemLibrary_DrawDebugCapsule) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCapsule"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCapsule) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCapsule"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCapsule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCapsule::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, HalfHeight) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Radius) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCapsule::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Rotation) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCapsule::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCapsule::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCircle \ static_assert(alignof(KismetSystemLibrary_DrawDebugCircle) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCircle"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCircle) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugCircle"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCircle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCircle::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCircle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, NumSegments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCircle::NumSegments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCircle::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCircle::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCircle::Thickness' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, YAxis) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugCircle::YAxis' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, ZAxis) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCircle::ZAxis' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, bDrawAxis) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCone \ static_assert(alignof(KismetSystemLibrary_DrawDebugCone) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCone"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCone) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugCone"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCone::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCone::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCone::Length' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCone::AngleWidth' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCone::AngleHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCone::NumSides' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCone::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCone::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCone::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugConeInDegrees \ static_assert(alignof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugConeInDegrees"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugConeInDegrees"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Length' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleWidth' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::NumSides' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCoordinateSystem \ static_assert(alignof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisLoc) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisRot) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Scale) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Duration) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Thickness) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCylinder \ static_assert(alignof(KismetSystemLibrary_DrawDebugCylinder) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCylinder"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCylinder) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCylinder"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCylinder::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Start) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCylinder::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, End) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCylinder::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Radius) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCylinder::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Segments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCylinder::Segments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCylinder::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCylinder::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCylinder::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryLocation \ static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawLocation) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawSize) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryTransform \ static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000080, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawTransform) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawSize) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawColor) == 0x000068, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, Duration) == 0x000078, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFrustum \ static_assert(alignof(KismetSystemLibrary_DrawDebugFrustum) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFrustum"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFrustum) == 0x000060, "Wrong size on KismetSystemLibrary_DrawDebugFrustum"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFrustum::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumTransform) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugFrustum::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Thickness) == 0x000054, "Member 'KismetSystemLibrary_DrawDebugFrustum::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugLine \ static_assert(alignof(KismetSystemLibrary_DrawDebugLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugLine"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugLine) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugLine"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugLine::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugLine::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugLine::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugLine::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Duration) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugLine::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Thickness) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugLine::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPlane \ static_assert(alignof(KismetSystemLibrary_DrawDebugPlane) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugPlane"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugPlane) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugPlane"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPlane::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneCoordinates) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneCoordinates' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Location) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugPlane::Location' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Size) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugPlane::Size' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugPlane::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPoint \ static_assert(alignof(KismetSystemLibrary_DrawDebugPoint) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugPoint"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugPoint) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugPoint"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPoint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Position) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugPoint::Position' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Size) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugPoint::Size' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, PointColor) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugPoint::PointColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Duration) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugPoint::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugSphere \ static_assert(alignof(KismetSystemLibrary_DrawDebugSphere) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugSphere"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugSphere) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugSphere"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugSphere::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugSphere::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugSphere::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Segments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugSphere::Segments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugSphere::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugSphere::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugSphere::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString \ static_assert(alignof(KismetSystemLibrary_DrawDebugString) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugString"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugString) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugString"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Text) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugString::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction \ static_assert(alignof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_EndTransaction"); \ static_assert(sizeof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_EndTransaction"); \ static_assert(offsetof(KismetSystemLibrary_EndTransaction, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_EndTransaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 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) == 0x000020, "Wrong size on KismetSystemLibrary_GetActorBounds"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Actor) == 0x000000, "Member 'KismetSystemLibrary_GetActorBounds::Actor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetActorBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetActorBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList \ static_assert(alignof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorListFromComponentList"); \ static_assert(sizeof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000028, "Wrong size on KismetSystemLibrary_GetActorListFromComponentList"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ComponentList) == 0x000000, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ComponentList' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ActorClassFilter) == 0x000010, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, OutActorList) == 0x000018, "Member 'KismetSystemLibrary_GetActorListFromComponentList::OutActorList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount \ static_assert(alignof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetAdIDCount"); \ static_assert(sizeof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong size on KismetSystemLibrary_GetAdIDCount"); \ static_assert(offsetof(KismetSystemLibrary_GetAdIDCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetAdIDCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName \ static_assert(alignof(KismetSystemLibrary_GetClassDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassDisplayName"); \ static_assert(sizeof(KismetSystemLibrary_GetClassDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassDisplayName"); \ static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassDisplayName::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine \ static_assert(alignof(KismetSystemLibrary_GetCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCommandLine"); \ static_assert(sizeof(KismetSystemLibrary_GetCommandLine) == 0x000010, "Wrong size on KismetSystemLibrary_GetCommandLine"); \ static_assert(offsetof(KismetSystemLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds \ static_assert(alignof(KismetSystemLibrary_GetComponentBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetComponentBounds"); \ static_assert(sizeof(KismetSystemLibrary_GetComponentBounds) == 0x000028, "Wrong size on KismetSystemLibrary_GetComponentBounds"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Component) == 0x000000, "Member 'KismetSystemLibrary_GetComponentBounds::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetComponentBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableIntValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableIntValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions \ static_assert(alignof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ static_assert(sizeof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::Resolutions' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState \ static_assert(alignof(KismetSystemLibrary_GetCurrentBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCurrentBundleState"); \ static_assert(sizeof(KismetSystemLibrary_GetCurrentBundleState) == 0x000030, "Wrong size on KismetSystemLibrary_GetCurrentBundleState"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetCurrentBundleState::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, bForceCurrentState) == 0x000010, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetCurrentBundleState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage \ static_assert(alignof(KismetSystemLibrary_GetDefaultLanguage) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLanguage"); \ static_assert(sizeof(KismetSystemLibrary_GetDefaultLanguage) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLanguage"); \ static_assert(offsetof(KismetSystemLibrary_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale \ static_assert(alignof(KismetSystemLibrary_GetDefaultLocale) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLocale"); \ static_assert(sizeof(KismetSystemLibrary_GetDefaultLocale) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLocale"); \ static_assert(offsetof(KismetSystemLibrary_GetDefaultLocale, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId \ static_assert(alignof(KismetSystemLibrary_GetDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDeviceId"); \ static_assert(sizeof(KismetSystemLibrary_GetDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetDeviceId"); \ static_assert(offsetof(KismetSystemLibrary_GetDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName \ static_assert(alignof(KismetSystemLibrary_GetDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDisplayName"); \ static_assert(sizeof(KismetSystemLibrary_GetDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetDisplayName"); \ static_assert(offsetof(KismetSystemLibrary_GetDisplayName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetDisplayName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion \ static_assert(alignof(KismetSystemLibrary_GetEngineVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEngineVersion"); \ static_assert(sizeof(KismetSystemLibrary_GetEngineVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetEngineVersion"); \ static_assert(offsetof(KismetSystemLibrary_GetEngineVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetEngineVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount \ static_assert(alignof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetFrameCount"); \ static_assert(sizeof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong size on KismetSystemLibrary_GetFrameCount"); \ static_assert(offsetof(KismetSystemLibrary_GetFrameCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId \ static_assert(alignof(KismetSystemLibrary_GetGameBundleId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameBundleId"); \ static_assert(sizeof(KismetSystemLibrary_GetGameBundleId) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameBundleId"); \ static_assert(offsetof(KismetSystemLibrary_GetGameBundleId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameBundleId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName \ static_assert(alignof(KismetSystemLibrary_GetGameName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameName"); \ static_assert(sizeof(KismetSystemLibrary_GetGameName) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameName"); \ static_assert(offsetof(KismetSystemLibrary_GetGameName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph \ static_assert(alignof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadButtonGlyph"); \ static_assert(sizeof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000020, "Wrong size on KismetSystemLibrary_GetGamepadButtonGlyph"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ButtonKey) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ButtonKey' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ControllerIndex) == 0x000010, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ControllerIndex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName \ static_assert(alignof(KismetSystemLibrary_GetGamepadControllerName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadControllerName"); \ static_assert(sizeof(KismetSystemLibrary_GetGamepadControllerName) == 0x000018, "Wrong size on KismetSystemLibrary_GetGamepadControllerName"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds \ static_assert(alignof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameTimeInSeconds"); \ static_assert(sizeof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameTimeInSeconds"); \ static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode \ static_assert(alignof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencyCode"); \ static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencyCode"); \ static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencyCode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencyCode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol \ static_assert(alignof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencySymbol"); \ static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencySymbol"); \ static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencySymbol, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencySymbol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView \ static_assert(alignof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionFor3DView, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionFor3DView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI \ static_assert(alignof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionForUI"); \ static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionForUI"); \ static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionForUI, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionForUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName \ static_assert(alignof(KismetSystemLibrary_GetObjectName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectName"); \ static_assert(sizeof(KismetSystemLibrary_GetObjectName) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectName"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetObjectName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetObjectName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject \ static_assert(alignof(KismetSystemLibrary_GetOuterObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetOuterObject"); \ static_assert(sizeof(KismetSystemLibrary_GetOuterObject) == 0x000010, "Wrong size on KismetSystemLibrary_GetOuterObject"); \ static_assert(offsetof(KismetSystemLibrary_GetOuterObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetOuterObject::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetOuterObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetOuterObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName \ static_assert(alignof(KismetSystemLibrary_GetPathName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPathName"); \ static_assert(sizeof(KismetSystemLibrary_GetPathName) == 0x000018, "Wrong size on KismetSystemLibrary_GetPathName"); \ static_assert(offsetof(KismetSystemLibrary_GetPathName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPathName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPathName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPathName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir \ static_assert(alignof(KismetSystemLibrary_GetPlatformUserDir) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserDir"); \ static_assert(sizeof(KismetSystemLibrary_GetPlatformUserDir) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserDir"); \ static_assert(offsetof(KismetSystemLibrary_GetPlatformUserDir, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName \ static_assert(alignof(KismetSystemLibrary_GetPlatformUserName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserName"); \ static_assert(sizeof(KismetSystemLibrary_GetPlatformUserName) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserName"); \ static_assert(offsetof(KismetSystemLibrary_GetPlatformUserName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages \ static_assert(alignof(KismetSystemLibrary_GetPreferredLanguages) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPreferredLanguages"); \ static_assert(sizeof(KismetSystemLibrary_GetPreferredLanguages) == 0x000010, "Wrong size on KismetSystemLibrary_GetPreferredLanguages"); \ static_assert(offsetof(KismetSystemLibrary_GetPreferredLanguages, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPreferredLanguages::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdList"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdList"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, OutPrimaryAssetIdList) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::OutPrimaryAssetIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, RequiredBundles) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::RequiredBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ExcludedBundles) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ExcludedBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ValidTypes) == 0x000020, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ValidTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, bForceCurrentState) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::bForceCurrentState' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, OutPrimaryAssetIdList) == 0x000038, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::OutPrimaryAssetIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectContentDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectContentDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectContentDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectContentDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectSavedDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectSavedDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectSavedDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectSavedDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode \ static_assert(alignof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingDetailMode"); \ static_assert(sizeof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingDetailMode"); \ static_assert(offsetof(KismetSystemLibrary_GetRenderingDetailMode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingDetailMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel \ static_assert(alignof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ static_assert(sizeof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ static_assert(offsetof(KismetSystemLibrary_GetRenderingMaterialQualityLevel, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingMaterialQualityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions \ static_assert(alignof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ static_assert(sizeof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::Resolutions' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath \ static_assert(alignof(KismetSystemLibrary_GetSystemPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSystemPath"); \ static_assert(sizeof(KismetSystemLibrary_GetSystemPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetSystemPath"); \ static_assert(offsetof(KismetSystemLibrary_GetSystemPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSystemPath::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSystemPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSystemPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId \ static_assert(alignof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetUniqueDeviceId"); \ static_assert(sizeof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetUniqueDeviceId"); \ static_assert(offsetof(KismetSystemLibrary_GetUniqueDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetUniqueDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem \ static_assert(alignof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ static_assert(sizeof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ static_assert(offsetof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetVolumeButtonsHandledBySystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad \ static_assert(alignof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ static_assert(sizeof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000008, "Wrong size on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ControllerId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer \ static_assert(alignof(KismetSystemLibrary_IsDedicatedServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsDedicatedServer"); \ static_assert(sizeof(KismetSystemLibrary_IsDedicatedServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsDedicatedServer"); \ static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsDedicatedServer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsDedicatedServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable \ static_assert(alignof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdAvailable"); \ static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdAvailable"); \ static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdAvailable, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested \ static_assert(alignof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdRequested"); \ static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdRequested"); \ static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdRequested, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn \ static_assert(alignof(KismetSystemLibrary_IsLoggedIn) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsLoggedIn"); \ static_assert(sizeof(KismetSystemLibrary_IsLoggedIn) == 0x000010, "Wrong size on KismetSystemLibrary_IsLoggedIn"); \ static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_IsLoggedIn::SpecificPlayer' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsLoggedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution \ static_assert(alignof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsPackagedForDistribution"); \ static_assert(sizeof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong size on KismetSystemLibrary_IsPackagedForDistribution"); \ static_assert(offsetof(KismetSystemLibrary_IsPackagedForDistribution, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsPackagedForDistribution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled \ static_assert(alignof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsScreensaverEnabled"); \ static_assert(sizeof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong size on KismetSystemLibrary_IsScreensaverEnabled"); \ static_assert(offsetof(KismetSystemLibrary_IsScreensaverEnabled, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsScreensaverEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsServer \ static_assert(alignof(KismetSystemLibrary_IsServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsServer"); \ static_assert(sizeof(KismetSystemLibrary_IsServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsServer"); \ static_assert(offsetof(KismetSystemLibrary_IsServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsServer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen \ static_assert(alignof(KismetSystemLibrary_IsSplitScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsSplitScreen"); \ static_assert(sizeof(KismetSystemLibrary_IsSplitScreen) == 0x000010, "Wrong size on KismetSystemLibrary_IsSplitScreen"); \ static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsSplitScreen::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsSplitScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone \ static_assert(alignof(KismetSystemLibrary_IsStandalone) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsStandalone"); \ static_assert(sizeof(KismetSystemLibrary_IsStandalone) == 0x000010, "Wrong size on KismetSystemLibrary_IsStandalone"); \ static_assert(offsetof(KismetSystemLibrary_IsStandalone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsStandalone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsStandalone, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsStandalone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended \ static_assert(alignof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsUnattended"); \ static_assert(sizeof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong size on KismetSystemLibrary_IsUnattended"); \ static_assert(offsetof(KismetSystemLibrary_IsUnattended, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsUnattended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValid \ static_assert(alignof(KismetSystemLibrary_IsValid) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValid"); \ static_assert(sizeof(KismetSystemLibrary_IsValid) == 0x000010, "Wrong size on KismetSystemLibrary_IsValid"); \ static_assert(offsetof(KismetSystemLibrary_IsValid, Object) == 0x000000, "Member 'KismetSystemLibrary_IsValid::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValid, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass \ static_assert(alignof(KismetSystemLibrary_IsValidClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidClass"); \ static_assert(sizeof(KismetSystemLibrary_IsValidClass) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidClass"); \ static_assert(offsetof(KismetSystemLibrary_IsValidClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_IsValidClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000014, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType \ static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetType"); \ static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x00000C, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetType"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference \ static_assert(alignof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftClassReference::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_ClearTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActive) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActive"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActive) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerActive"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActive::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActive::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPaused"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerPaused"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPaused::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPaused::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsValidTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_IsValidTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_PauseTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer \ static_assert(alignof(KismetSystemLibrary_K2_SetTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_SetTimer) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimer::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Time) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimer::Time' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bLooping) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimer::bLooping' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelay) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelay' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelayVariance) == 0x000024, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelayVariance' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000028, "Wrong size on KismetSystemLibrary_K2_SetTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Time) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists \ static_assert(alignof(KismetSystemLibrary_K2_TimerExists) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExists"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExists) == 0x000020, "Wrong size on KismetSystemLibrary_K2_TimerExists"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExists::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExists::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_TimerExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate \ static_assert(alignof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_TimerExistsDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle \ static_assert(alignof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_UnPauseTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL \ static_assert(alignof(KismetSystemLibrary_LaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURL"); \ static_assert(sizeof(KismetSystemLibrary_LaunchURL) == 0x000010, "Wrong size on KismetSystemLibrary_LaunchURL"); \ static_assert(offsetof(KismetSystemLibrary_LaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURL::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti \ static_assert(alignof(KismetSystemLibrary_LineTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_LineTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_LineTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000090, "Wrong size on KismetSystemLibrary_LineTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle \ static_assert(alignof(KismetSystemLibrary_LineTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_LineTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_LineTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x0000EC, "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) == 0x0000F8, "Wrong size on KismetSystemLibrary_LineTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x0000F4, "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) == 0x000100, "Wrong size on KismetSystemLibrary_LineTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset \ static_assert(alignof(KismetSystemLibrary_LoadAsset) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset"); \ static_assert(sizeof(KismetSystemLibrary_LoadAsset) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAsset"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, Asset) == 0x000008, "Member 'KismetSystemLibrary_LoadAsset::Asset' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAsset::OnLoaded' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAsset::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset_Blocking \ static_assert(alignof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset_Blocking"); \ static_assert(sizeof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadAsset_Blocking"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, Asset) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset_Blocking::Asset' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadAsset_Blocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAssetClass \ static_assert(alignof(KismetSystemLibrary_LoadAssetClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAssetClass"); \ static_assert(sizeof(KismetSystemLibrary_LoadAssetClass) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAssetClass"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAssetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, AssetClass) == 0x000008, "Member 'KismetSystemLibrary_LoadAssetClass::AssetClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAssetClass::OnLoaded' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAssetClass::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking \ static_assert(alignof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadClassAsset_Blocking"); \ static_assert(sizeof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadClassAsset_Blocking"); \ static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, AssetClass) == 0x000000, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::AssetClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd \ static_assert(alignof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong alignment on KismetSystemLibrary_LoadInterstitialAd"); \ static_assert(sizeof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong size on KismetSystemLibrary_LoadInterstitialAd"); \ static_assert(offsetof(KismetSystemLibrary_LoadInterstitialAd, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_LoadInterstitialAd::AdIdIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool \ static_assert(alignof(KismetSystemLibrary_MakeLiteralBool) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralBool"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralBool) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralBool"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralBool::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte \ static_assert(alignof(KismetSystemLibrary_MakeLiteralByte) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralByte"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralByte) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralByte"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralByte::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralFloat \ static_assert(alignof(KismetSystemLibrary_MakeLiteralFloat) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralFloat"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralFloat) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralFloat"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralFloat::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName \ static_assert(alignof(KismetSystemLibrary_MakeLiteralName) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralName"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralName) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralName"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralName::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString \ static_assert(alignof(KismetSystemLibrary_MakeLiteralString) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralString"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralString) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralString"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralString::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText \ static_assert(alignof(KismetSystemLibrary_MakeLiteralText) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralText"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralText) == 0x000030, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftClassPath"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftClassPath::PathString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftClassPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath \ static_assert(alignof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftObjectPath"); \ static_assert(sizeof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 0x000048, "Wrong size on KismetSystemLibrary_MoveComponentTo"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, Component) == 0x000000, "Member 'KismetSystemLibrary_MoveComponentTo::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeLocation) == 0x000008, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeRotation) == 0x000014, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000021, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x000024, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000028, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000029, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000030, "Member 'KismetSystemLibrary_MoveComponentTo::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename \ static_assert(alignof(KismetSystemLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on KismetSystemLibrary_NormalizeFilename"); \ static_assert(sizeof(KismetSystemLibrary_NormalizeFilename) == 0x000020, "Wrong size on KismetSystemLibrary_NormalizeFilename"); \ static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, InFilename) == 0x000000, "Member 'KismetSystemLibrary_NormalizeFilename::InFilename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NormalizeFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 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) == 0x000030, "Wrong size on KismetSystemLibrary_PrintString"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, inString) == 0x000008, "Member 'KismetSystemLibrary_PrintString::inString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintString::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintString::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintString::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintString::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_PrintText \ static_assert(alignof(KismetSystemLibrary_PrintText) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintText"); \ static_assert(sizeof(KismetSystemLibrary_PrintText) == 0x000038, "Wrong size on KismetSystemLibrary_PrintText"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000020, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000021, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x000024, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x000034, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning \ static_assert(alignof(KismetSystemLibrary_PrintWarning) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintWarning"); \ static_assert(sizeof(KismetSystemLibrary_PrintWarning) == 0x000010, "Wrong size on KismetSystemLibrary_PrintWarning"); \ static_assert(offsetof(KismetSystemLibrary_PrintWarning, inString) == 0x000000, "Member 'KismetSystemLibrary_PrintWarning::inString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame \ static_assert(alignof(KismetSystemLibrary_QuitGame) == 0x000008, "Wrong alignment on KismetSystemLibrary_QuitGame"); \ static_assert(sizeof(KismetSystemLibrary_QuitGame) == 0x000018, "Wrong size on KismetSystemLibrary_QuitGame"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_QuitGame::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, SpecificPlayer) == 0x000008, "Member 'KismetSystemLibrary_QuitGame::SpecificPlayer' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, QuitPreference) == 0x000010, "Member 'KismetSystemLibrary_QuitGame::QuitPreference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, bIgnorePlatformRestrictions) == 0x000011, "Member 'KismetSystemLibrary_QuitGame::bIgnorePlatformRestrictions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController \ static_assert(alignof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong alignment on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ static_assert(sizeof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong size on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ static_assert(offsetof(KismetSystemLibrary_ResetGamepadAssignmentToController, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_ResetGamepadAssignmentToController::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay \ static_assert(alignof(KismetSystemLibrary_RetriggerableDelay) == 0x000008, "Wrong alignment on KismetSystemLibrary_RetriggerableDelay"); \ static_assert(sizeof(KismetSystemLibrary_RetriggerableDelay) == 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_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_SetFloatPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFloatPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetFloatPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFloatPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback \ static_assert(alignof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ static_assert(sizeof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong size on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ static_assert(offsetof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback, bBlock) == 0x000000, "Member 'KismetSystemLibrary_SetGamepadsBlockDeviceFeedback::bBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName \ static_assert(alignof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInt64PropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetInt64PropertyByName) == 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) == 0x000020, "Wrong size on KismetSystemLibrary_SetRotatorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftClassPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftClassPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetStringPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStringPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetStringPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetStringPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStringPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStringPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStringPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName \ static_assert(alignof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStructurePropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetStructurePropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStructurePropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage \ static_assert(alignof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ static_assert(sizeof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000010, "Wrong size on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, bState) == 0x000008, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::bState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetTextPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetTextPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetTextPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetTextPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTextPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTextPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTextPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000010, "Wrong alignment on KismetSystemLibrary_SetTransformPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000040, "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_SetVectorPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVectorPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVectorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVectorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem \ static_assert(alignof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ static_assert(sizeof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ static_assert(offsetof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem, bEnabled) == 0x000000, "Member 'KismetSystemLibrary_SetVolumeButtonsHandledBySystem::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle \ static_assert(alignof(KismetSystemLibrary_SetWindowTitle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetWindowTitle"); \ static_assert(sizeof(KismetSystemLibrary_SetWindowTitle) == 0x000018, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapActors::SpherePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents \ static_assert(alignof(KismetSystemLibrary_SphereOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_SphereOverlapComponents) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapComponents::SpherePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti \ static_assert(alignof(KismetSystemLibrary_SphereTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_SphereTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_SphereTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_SphereTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_SphereTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle \ static_assert(alignof(KismetSystemLibrary_SphereTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_SphereTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x0000EC, "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) == 0x0000F8, "Wrong size on KismetSystemLibrary_SphereTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x0000F4, "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) == 0x000108, "Wrong size on KismetSystemLibrary_SphereTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000104, "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_UFont \ static_assert(alignof(UFont) == 0x000008, "Wrong alignment on UFont"); \ static_assert(sizeof(UFont) == 0x0001D0, "Wrong size on UFont"); \ static_assert(offsetof(UFont, FontCacheType) == 0x000030, "Member 'UFont::FontCacheType' has a wrong offset!"); \ static_assert(offsetof(UFont, Characters) == 0x000038, "Member 'UFont::Characters' has a wrong offset!"); \ static_assert(offsetof(UFont, Textures) == 0x000048, "Member 'UFont::Textures' has a wrong offset!"); \ static_assert(offsetof(UFont, IsRemapped) == 0x000058, "Member 'UFont::IsRemapped' has a wrong offset!"); \ static_assert(offsetof(UFont, EmScale) == 0x00005C, "Member 'UFont::EmScale' has a wrong offset!"); \ static_assert(offsetof(UFont, Ascent) == 0x000060, "Member 'UFont::Ascent' has a wrong offset!"); \ static_assert(offsetof(UFont, Descent) == 0x000064, "Member 'UFont::Descent' has a wrong offset!"); \ static_assert(offsetof(UFont, Leading) == 0x000068, "Member 'UFont::Leading' has a wrong offset!"); \ static_assert(offsetof(UFont, Kerning) == 0x00006C, "Member 'UFont::Kerning' has a wrong offset!"); \ static_assert(offsetof(UFont, ImportOptions) == 0x000070, "Member 'UFont::ImportOptions' has a wrong offset!"); \ static_assert(offsetof(UFont, NumCharacters) == 0x000120, "Member 'UFont::NumCharacters' has a wrong offset!"); \ static_assert(offsetof(UFont, MaxCharHeight) == 0x000128, "Member 'UFont::MaxCharHeight' has a wrong offset!"); \ static_assert(offsetof(UFont, ScalingFactor) == 0x000138, "Member 'UFont::ScalingFactor' has a wrong offset!"); \ static_assert(offsetof(UFont, LegacyFontSize) == 0x00013C, "Member 'UFont::LegacyFontSize' has a wrong offset!"); \ static_assert(offsetof(UFont, LegacyFontName) == 0x000140, "Member 'UFont::LegacyFontName' has a wrong offset!"); \ static_assert(offsetof(UFont, CompositeFont) == 0x000148, "Member 'UFont::CompositeFont' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelStreamingPersistent \ static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ static_assert(sizeof(ULevelStreamingPersistent) == 0x000150, "Wrong size on ULevelStreamingPersistent"); \ #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_USmokeTestCommandlet \ static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ #define DUMPER7_ASSERTS_UForceFeedbackEffect \ static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ static_assert(sizeof(UForceFeedbackEffect) == 0x000040, "Wrong size on UForceFeedbackEffect"); \ static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000038, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameNetworkManager \ static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ static_assert(sizeof(AGameNetworkManager) == 0x0002D0, "Wrong size on AGameNetworkManager"); \ static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000220, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x000224, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000228, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x00022C, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000230, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x000234, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x000238, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x00023C, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x000240, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x000248, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x00024C, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x000250, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x000254, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x000258, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x00025C, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x000260, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x000264, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x000268, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x00026C, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000270, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x000274, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000278, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x00027C, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000280, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x000284, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000288, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x00028C, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000290, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x000294, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x000298, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x00029C, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x0002A0, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x0002A4, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x0002A8, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x0002AC, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x0002AD, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x0002B0, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x0002B4, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x0002B8, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x0002BC, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x0002C0, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x0002C1, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelScriptBlueprint \ static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A0, "Wrong size on ULevelScriptBlueprint"); \ #define DUMPER7_ASSERTS_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) == 0x0000C0, "Wrong size on GameplayStatics_ApplyPointDamage"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamagedActor) == 0x000000, "Member 'GameplayStatics_ApplyPointDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyPointDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitFromDirection) == 0x00000C, "Member 'GameplayStatics_ApplyPointDamage::HitFromDirection' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitInfo) == 0x000018, "Member 'GameplayStatics_ApplyPointDamage::HitInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, EventInstigator) == 0x0000A0, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x0000A8, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x0000B0, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x0000B8, "Member 'GameplayStatics_ApplyPointDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamage \ static_assert(alignof(GameplayStatics_ApplyRadialDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamage"); \ static_assert(sizeof(GameplayStatics_ApplyRadialDamage) == 0x000050, "Wrong size on GameplayStatics_ApplyRadialDamage"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, Origin) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamage::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageRadius) == 0x000018, "Member 'GameplayStatics_ApplyRadialDamage::DamageRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageTypeClass) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, IgnoreActors) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageCauser) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, InstigatedByController) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, bDoFullDamage) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamagePreventionChannel) == 0x000049, "Member 'GameplayStatics_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, ReturnValue) == 0x00004A, "Member 'GameplayStatics_ApplyRadialDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamageWithFalloff \ static_assert(alignof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamageWithFalloff"); \ static_assert(sizeof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000058, "Wrong size on GameplayStatics_ApplyRadialDamageWithFalloff"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, MinimumDamage) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::MinimumDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, Origin) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageInnerRadius) == 0x00001C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageInnerRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageOuterRadius) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageOuterRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageFalloff) == 0x000024, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageFalloff' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageTypeClass) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, IgnoreActors) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageCauser) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, InstigatedByController) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::InstigatedByController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamagePreventionChannel) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamagePreventionChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, ReturnValue) == 0x000051, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_AreAnyListenersWithinRange \ static_assert(alignof(GameplayStatics_AreAnyListenersWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_AreAnyListenersWithinRange"); \ static_assert(sizeof(GameplayStatics_AreAnyListenersWithinRange) == 0x000020, "Wrong size on GameplayStatics_AreAnyListenersWithinRange"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_AreAnyListenersWithinRange::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, Location) == 0x000008, "Member 'GameplayStatics_AreAnyListenersWithinRange::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, MaximumRange) == 0x000014, "Member 'GameplayStatics_AreAnyListenersWithinRange::MaximumRange' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, ReturnValue) == 0x000018, "Member 'GameplayStatics_AreAnyListenersWithinRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_AreSubtitlesEnabled \ static_assert(alignof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_AreSubtitlesEnabled"); \ static_assert(sizeof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_AreSubtitlesEnabled"); \ static_assert(offsetof(GameplayStatics_AreSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'GameplayStatics_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginDeferredActorSpawnFromClass \ static_assert(alignof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ static_assert(sizeof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000040, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromBlueprint \ static_assert(alignof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromBlueprint"); \ static_assert(sizeof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000050, "Wrong size on GameplayStatics_BeginSpawningActorFromBlueprint"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, Blueprint) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::Blueprint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, ReturnValue) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromClass \ static_assert(alignof(GameplayStatics_BeginSpawningActorFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromClass"); \ static_assert(sizeof(GameplayStatics_BeginSpawningActorFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginSpawningActorFromClass"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromClass::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginSpawningActorFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_Advanced \ static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000128, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictParams) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictParams' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictResult) == 0x000068, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictResult' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, ReturnValue) == 0x000120, "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) == 0x000110, "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) == 0x000090, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x0000A0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x0000AC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x0000B8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x0000C4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x0000C8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x0000E0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x0000F8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x0000FC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x000104, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x000108, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x00010C, "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) == 0x0000F8, "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) == 0x000090, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x0000A0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x0000AC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x0000B8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x0000C4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x0000C8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x0000CC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x0000CD, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x0000E0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x0000E4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x0000EC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x0000F4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BlueprintSuggestProjectileVelocity \ static_assert(alignof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000008, "Wrong alignment on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ static_assert(sizeof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000040, "Wrong size on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TossVelocity) == 0x000008, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TossVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, StartLocation) == 0x000014, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::StartLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, EndLocation) == 0x000020, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::EndLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, LaunchSpeed) == 0x00002C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::LaunchSpeed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, OverrideGravityZ) == 0x000030, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TraceOption) == 0x000034, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TraceOption' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, CollisionRadius) == 0x000038, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bFavorHighArc) == 0x00003C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bFavorHighArc' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bDrawDebug) == 0x00003D, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, ReturnValue) == 0x00003E, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BreakHitResult \ static_assert(alignof(GameplayStatics_BreakHitResult) == 0x000008, "Wrong alignment on GameplayStatics_BreakHitResult"); \ static_assert(sizeof(GameplayStatics_BreakHitResult) == 0x000110, "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) == 0x000088, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x000089, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x00008C, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x000090, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x000094, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x0000A0, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Normal) == 0x0000AC, "Member 'GameplayStatics_BreakHitResult::Normal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x0000B8, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x0000C8, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x0000D0, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x0000D8, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x0000E0, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x0000E8, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x0000EC, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x0000F0, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x0000F4, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x000100, "Member 'GameplayStatics_BreakHitResult::TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride \ static_assert(alignof(GameplayStatics_ClearSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixClassOverride"); \ static_assert(sizeof(GameplayStatics_ClearSoundMixClassOverride) == 0x000020, "Wrong size on GameplayStatics_ClearSoundMixClassOverride"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, FadeOutTime) == 0x000018, "Member 'GameplayStatics_ClearSoundMixClassOverride::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers \ static_assert(alignof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixModifiers"); \ static_assert(sizeof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreatePlayer \ static_assert(alignof(GameplayStatics_CreatePlayer) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayer"); \ static_assert(sizeof(GameplayStatics_CreatePlayer) == 0x000018, "Wrong size on GameplayStatics_CreatePlayer"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, ControllerId) == 0x000008, "Member 'GameplayStatics_CreatePlayer::ControllerId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayer::bSpawnPlayerController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject \ static_assert(alignof(GameplayStatics_CreateSaveGameObject) == 0x000008, "Wrong alignment on GameplayStatics_CreateSaveGameObject"); \ static_assert(sizeof(GameplayStatics_CreateSaveGameObject) == 0x000010, "Wrong size on GameplayStatics_CreateSaveGameObject"); \ static_assert(offsetof(GameplayStatics_CreateSaveGameObject, SaveGameClass) == 0x000000, "Member 'GameplayStatics_CreateSaveGameObject::SaveGameClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSaveGameObject, ReturnValue) == 0x000008, "Member 'GameplayStatics_CreateSaveGameObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreateSound2D \ static_assert(alignof(GameplayStatics_CreateSound2D) == 0x000008, "Wrong alignment on GameplayStatics_CreateSound2D"); \ static_assert(sizeof(GameplayStatics_CreateSound2D) == 0x000038, "Wrong size on GameplayStatics_CreateSound2D"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreateSound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, Sound) == 0x000008, "Member 'GameplayStatics_CreateSound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_CreateSound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_CreateSound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_CreateSound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_CreateSound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_CreateSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_CreateSound2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_CreateSound2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect \ static_assert(alignof(GameplayStatics_DeactivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_DeactivateReverbEffect"); \ static_assert(sizeof(GameplayStatics_DeactivateReverbEffect) == 0x000010, "Wrong size on GameplayStatics_DeactivateReverbEffect"); \ static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_DeactivateReverbEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, TagName) == 0x000008, "Member 'GameplayStatics_DeactivateReverbEffect::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeleteGameInSlot \ static_assert(alignof(GameplayStatics_DeleteGameInSlot) == 0x000008, "Wrong alignment on GameplayStatics_DeleteGameInSlot"); \ static_assert(sizeof(GameplayStatics_DeleteGameInSlot) == 0x000018, "Wrong size on GameplayStatics_DeleteGameInSlot"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, SlotName) == 0x000000, "Member 'GameplayStatics_DeleteGameInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_DeleteGameInSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, ReturnValue) == 0x000014, "Member 'GameplayStatics_DeleteGameInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeprojectScreenToWorld \ static_assert(alignof(GameplayStatics_DeprojectScreenToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectScreenToWorld"); \ static_assert(sizeof(GameplayStatics_DeprojectScreenToWorld) == 0x000030, "Wrong size on GameplayStatics_DeprojectScreenToWorld"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, Player) == 0x000000, "Member 'GameplayStatics_DeprojectScreenToWorld::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ScreenPosition) == 0x000008, "Member 'GameplayStatics_DeprojectScreenToWorld::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldPosition) == 0x000010, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldDirection) == 0x00001C, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ReturnValue) == 0x000028, "Member 'GameplayStatics_DeprojectScreenToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DoesSaveGameExist \ static_assert(alignof(GameplayStatics_DoesSaveGameExist) == 0x000008, "Wrong alignment on GameplayStatics_DoesSaveGameExist"); \ static_assert(sizeof(GameplayStatics_DoesSaveGameExist) == 0x000018, "Wrong size on GameplayStatics_DoesSaveGameExist"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, SlotName) == 0x000000, "Member 'GameplayStatics_DoesSaveGameExist::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, UserIndex) == 0x000010, "Member 'GameplayStatics_DoesSaveGameExist::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, ReturnValue) == 0x000014, "Member 'GameplayStatics_DoesSaveGameExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_EnableLiveStreaming \ static_assert(alignof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong alignment on GameplayStatics_EnableLiveStreaming"); \ static_assert(sizeof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong size on GameplayStatics_EnableLiveStreaming"); \ static_assert(offsetof(GameplayStatics_EnableLiveStreaming, Enable) == 0x000000, "Member 'GameplayStatics_EnableLiveStreaming::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FindCollisionUV \ static_assert(alignof(GameplayStatics_FindCollisionUV) == 0x000004, "Wrong alignment on GameplayStatics_FindCollisionUV"); \ static_assert(sizeof(GameplayStatics_FindCollisionUV) == 0x000098, "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) == 0x000088, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x00008C, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x000094, "Member 'GameplayStatics_FindCollisionUV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FindNearestActor \ static_assert(alignof(GameplayStatics_FindNearestActor) == 0x000008, "Wrong alignment on GameplayStatics_FindNearestActor"); \ static_assert(sizeof(GameplayStatics_FindNearestActor) == 0x000030, "Wrong size on GameplayStatics_FindNearestActor"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, Origin) == 0x000000, "Member 'GameplayStatics_FindNearestActor::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, ActorsToCheck) == 0x000010, "Member 'GameplayStatics_FindNearestActor::ActorsToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, Distance) == 0x000020, "Member 'GameplayStatics_FindNearestActor::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, ReturnValue) == 0x000028, "Member 'GameplayStatics_FindNearestActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FinishSpawningActor \ static_assert(alignof(GameplayStatics_FinishSpawningActor) == 0x000010, "Wrong alignment on GameplayStatics_FinishSpawningActor"); \ static_assert(sizeof(GameplayStatics_FinishSpawningActor) == 0x000050, "Wrong size on GameplayStatics_FinishSpawningActor"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, Actor) == 0x000000, "Member 'GameplayStatics_FinishSpawningActor::Actor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'GameplayStatics_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, ReturnValue) == 0x000040, "Member 'GameplayStatics_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming \ static_assert(alignof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong alignment on GameplayStatics_FlushLevelStreaming"); \ static_assert(sizeof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong size on GameplayStatics_FlushLevelStreaming"); \ static_assert(offsetof(GameplayStatics_FlushLevelStreaming, WorldContextObject) == 0x000000, "Member 'GameplayStatics_FlushLevelStreaming::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime \ static_assert(alignof(GameplayStatics_GetAccurateRealTime) == 0x000004, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000008, "Wrong size on GameplayStatics_GetAccurateRealTime"); \ static_assert(offsetof(GameplayStatics_GetAccurateRealTime, Seconds) == 0x000000, "Member 'GameplayStatics_GetAccurateRealTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAccurateRealTime, PartialSeconds) == 0x000004, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation \ static_assert(alignof(GameplayStatics_GetActorArrayAverageLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayAverageLocation"); \ static_assert(sizeof(GameplayStatics_GetActorArrayAverageLocation) == 0x000020, "Wrong size on GameplayStatics_GetActorArrayAverageLocation"); \ static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayAverageLocation::Actors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorArrayAverageLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayBounds \ static_assert(alignof(GameplayStatics_GetActorArrayBounds) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayBounds"); \ static_assert(sizeof(GameplayStatics_GetActorArrayBounds) == 0x000030, "Wrong size on GameplayStatics_GetActorArrayBounds"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayBounds::Actors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, bOnlyCollidingComponents) == 0x000010, "Member 'GameplayStatics_GetActorArrayBounds::bOnlyCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Center) == 0x000014, "Member 'GameplayStatics_GetActorArrayBounds::Center' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, BoxExtent) == 0x000020, "Member 'GameplayStatics_GetActorArrayBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorOfClass \ static_assert(alignof(GameplayStatics_GetActorOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetActorOfClass"); \ static_assert(sizeof(GameplayStatics_GetActorOfClass) == 0x000018, "Wrong size on GameplayStatics_GetActorOfClass"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActorOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetActorOfClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClass \ static_assert(alignof(GameplayStatics_GetAllActorsOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClass"); \ static_assert(sizeof(GameplayStatics_GetAllActorsOfClass) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsOfClass"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClass::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClassWithTag \ static_assert(alignof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClassWithTag"); \ static_assert(sizeof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000028, "Wrong size on GameplayStatics_GetAllActorsOfClassWithTag"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, Tag) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, OutActors) == 0x000018, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithInterface \ static_assert(alignof(GameplayStatics_GetAllActorsWithInterface) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithInterface"); \ static_assert(sizeof(GameplayStatics_GetAllActorsWithInterface) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithInterface"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithInterface::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, Interface) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithInterface::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithTag \ static_assert(alignof(GameplayStatics_GetAllActorsWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithTag"); \ static_assert(sizeof(GameplayStatics_GetAllActorsWithTag) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithTag"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, Tag) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithTag::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithTag::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAudioTimeSeconds \ static_assert(alignof(GameplayStatics_GetAudioTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetAudioTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetAudioTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetAudioTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAudioTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAudioTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetClosestListenerLocation \ static_assert(alignof(GameplayStatics_GetClosestListenerLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetClosestListenerLocation"); \ static_assert(sizeof(GameplayStatics_GetClosestListenerLocation) == 0x000030, "Wrong size on GameplayStatics_GetClosestListenerLocation"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetClosestListenerLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, Location) == 0x000008, "Member 'GameplayStatics_GetClosestListenerLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, MaximumRange) == 0x000014, "Member 'GameplayStatics_GetClosestListenerLocation::MaximumRange' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, bAllowAttenuationOverride) == 0x000018, "Member 'GameplayStatics_GetClosestListenerLocation::bAllowAttenuationOverride' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ListenerPosition) == 0x00001C, "Member 'GameplayStatics_GetClosestListenerLocation::ListenerPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ReturnValue) == 0x000028, "Member 'GameplayStatics_GetClosestListenerLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetCurrentLevelName \ static_assert(alignof(GameplayStatics_GetCurrentLevelName) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentLevelName"); \ static_assert(sizeof(GameplayStatics_GetCurrentLevelName) == 0x000020, "Wrong size on GameplayStatics_GetCurrentLevelName"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentLevelName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, bRemovePrefixString) == 0x000008, "Member 'GameplayStatics_GetCurrentLevelName::bRemovePrefixString' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetCurrentLevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetCurrentReverbEffect \ static_assert(alignof(GameplayStatics_GetCurrentReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentReverbEffect"); \ static_assert(sizeof(GameplayStatics_GetCurrentReverbEffect) == 0x000010, "Wrong size on GameplayStatics_GetCurrentReverbEffect"); \ static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentReverbEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetCurrentReverbEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering \ static_assert(alignof(GameplayStatics_GetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableWorldRendering"); \ static_assert(sizeof(GameplayStatics_GetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableWorldRendering"); \ static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableWorldRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameInstance \ static_assert(alignof(GameplayStatics_GetGameInstance) == 0x000008, "Wrong alignment on GameplayStatics_GetGameInstance"); \ static_assert(sizeof(GameplayStatics_GetGameInstance) == 0x000010, "Wrong size on GameplayStatics_GetGameInstance"); \ static_assert(offsetof(GameplayStatics_GetGameInstance, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameInstance, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameMode \ static_assert(alignof(GameplayStatics_GetGameMode) == 0x000008, "Wrong alignment on GameplayStatics_GetGameMode"); \ static_assert(sizeof(GameplayStatics_GetGameMode) == 0x000010, "Wrong size on GameplayStatics_GetGameMode"); \ static_assert(offsetof(GameplayStatics_GetGameMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameState \ static_assert(alignof(GameplayStatics_GetGameState) == 0x000008, "Wrong alignment on GameplayStatics_GetGameState"); \ static_assert(sizeof(GameplayStatics_GetGameState) == 0x000010, "Wrong size on GameplayStatics_GetGameState"); \ static_assert(offsetof(GameplayStatics_GetGameState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameState, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation \ static_assert(alignof(GameplayStatics_GetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_GetGlobalTimeDilation"); \ static_assert(sizeof(GameplayStatics_GetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_GetGlobalTimeDilation"); \ static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGlobalTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetIntOption \ static_assert(alignof(GameplayStatics_GetIntOption) == 0x000008, "Wrong alignment on GameplayStatics_GetIntOption"); \ static_assert(sizeof(GameplayStatics_GetIntOption) == 0x000028, "Wrong size on GameplayStatics_GetIntOption"); \ static_assert(offsetof(GameplayStatics_GetIntOption, Options) == 0x000000, "Member 'GameplayStatics_GetIntOption::Options' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, Key) == 0x000010, "Member 'GameplayStatics_GetIntOption::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, DefaultValue) == 0x000020, "Member 'GameplayStatics_GetIntOption::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, ReturnValue) == 0x000024, "Member 'GameplayStatics_GetIntOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetKeyValue \ static_assert(alignof(GameplayStatics_GetKeyValue) == 0x000008, "Wrong alignment on GameplayStatics_GetKeyValue"); \ static_assert(sizeof(GameplayStatics_GetKeyValue) == 0x000030, "Wrong size on GameplayStatics_GetKeyValue"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Pair) == 0x000000, "Member 'GameplayStatics_GetKeyValue::Pair' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Key) == 0x000010, "Member 'GameplayStatics_GetKeyValue::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Value) == 0x000020, "Member 'GameplayStatics_GetKeyValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount \ static_assert(alignof(GameplayStatics_GetMaxAudioChannelCount) == 0x000008, "Wrong alignment on GameplayStatics_GetMaxAudioChannelCount"); \ static_assert(sizeof(GameplayStatics_GetMaxAudioChannelCount) == 0x000010, "Wrong size on GameplayStatics_GetMaxAudioChannelCount"); \ static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetMaxAudioChannelCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetMaxAudioChannelCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 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) == 0x000004, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x00008C, "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) == 0x000088, "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) == 0x0006B0, "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) == 0x0005F0, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000630, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000670, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewProjectionMatrix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds \ static_assert(alignof(GameplayStatics_GetWorldDeltaSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldDeltaSeconds"); \ static_assert(sizeof(GameplayStatics_GetWorldDeltaSeconds) == 0x000010, "Wrong size on GameplayStatics_GetWorldDeltaSeconds"); \ static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldDeltaSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldDeltaSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation \ static_assert(alignof(GameplayStatics_GetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldOriginLocation"); \ static_assert(sizeof(GameplayStatics_GetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_GetWorldOriginLocation"); \ static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldOriginLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount \ static_assert(alignof(GameplayStatics_GrassOverlappingSphereCount) == 0x000008, "Wrong alignment on GameplayStatics_GrassOverlappingSphereCount"); \ static_assert(sizeof(GameplayStatics_GrassOverlappingSphereCount) == 0x000028, "Wrong size on GameplayStatics_GrassOverlappingSphereCount"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GrassOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'GameplayStatics_GrassOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'GameplayStatics_GrassOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, Radius) == 0x00001C, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'GameplayStatics_GrassOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption \ static_assert(alignof(GameplayStatics_HasLaunchOption) == 0x000008, "Wrong alignment on GameplayStatics_HasLaunchOption"); \ static_assert(sizeof(GameplayStatics_HasLaunchOption) == 0x000018, "Wrong size on GameplayStatics_HasLaunchOption"); \ static_assert(offsetof(GameplayStatics_HasLaunchOption, OptionToCheck) == 0x000000, "Member 'GameplayStatics_HasLaunchOption::OptionToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GameplayStatics_HasLaunchOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_HasOption \ static_assert(alignof(GameplayStatics_HasOption) == 0x000008, "Wrong alignment on GameplayStatics_HasOption"); \ static_assert(sizeof(GameplayStatics_HasOption) == 0x000028, "Wrong size on GameplayStatics_HasOption"); \ static_assert(offsetof(GameplayStatics_HasOption, Options) == 0x000000, "Member 'GameplayStatics_HasOption::Options' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasOption, InKey) == 0x000010, "Member 'GameplayStatics_HasOption::InKey' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_HasOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_IsGamePaused \ static_assert(alignof(GameplayStatics_IsGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_IsGamePaused"); \ static_assert(sizeof(GameplayStatics_IsGamePaused) == 0x000010, "Wrong size on GameplayStatics_IsGamePaused"); \ static_assert(offsetof(GameplayStatics_IsGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsGamePaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_IsGamePaused, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsGamePaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled \ static_assert(alignof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000008, "Wrong alignment on GameplayStatics_IsSplitscreenForceDisabled"); \ static_assert(sizeof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000010, "Wrong size on GameplayStatics_IsSplitscreenForceDisabled"); \ static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsSplitscreenForceDisabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsSplitscreenForceDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_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) == 0x000110, "Wrong size on GameplayStatics_MakeHitResult"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, bBlockingHit) == 0x000000, "Member 'GameplayStatics_MakeHitResult::bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, bInitialOverlap) == 0x000001, "Member 'GameplayStatics_MakeHitResult::bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Time) == 0x000004, "Member 'GameplayStatics_MakeHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Distance) == 0x000008, "Member 'GameplayStatics_MakeHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Location) == 0x00000C, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000018, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000024, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000030, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000040, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000048, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000050, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000058, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000060, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x000064, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x000068, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x00006C, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x000078, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x000084, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_OpenLevel \ static_assert(alignof(GameplayStatics_OpenLevel) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevel"); \ static_assert(sizeof(GameplayStatics_OpenLevel) == 0x000028, "Wrong size on GameplayStatics_OpenLevel"); \ static_assert(offsetof(GameplayStatics_OpenLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, LevelName) == 0x000008, "Member 'GameplayStatics_OpenLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, bAbsolute) == 0x000010, "Member 'GameplayStatics_OpenLevel::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, Options) == 0x000018, "Member 'GameplayStatics_OpenLevel::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr \ static_assert(alignof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevelBySoftObjectPtr"); \ static_assert(sizeof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000048, "Wrong size on GameplayStatics_OpenLevelBySoftObjectPtr"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, bAbsolute) == 0x000030, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000038, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ParseOption \ static_assert(alignof(GameplayStatics_ParseOption) == 0x000008, "Wrong alignment on GameplayStatics_ParseOption"); \ static_assert(sizeof(GameplayStatics_ParseOption) == 0x000030, "Wrong size on GameplayStatics_ParseOption"); \ static_assert(offsetof(GameplayStatics_ParseOption, Options) == 0x000000, "Member 'GameplayStatics_ParseOption::Options' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ParseOption, Key) == 0x000010, "Member 'GameplayStatics_ParseOption::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ParseOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_ParseOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D \ static_assert(alignof(GameplayStatics_PlayDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogue2D"); \ static_assert(sizeof(GameplayStatics_PlayDialogue2D) == 0x000038, "Wrong size on GameplayStatics_PlayDialogue2D"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogue2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogue2D::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogue2D::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlayDialogue2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlayDialogue2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_PlayDialogue2D::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation \ static_assert(alignof(GameplayStatics_PlayDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogueAtLocation"); \ static_assert(sizeof(GameplayStatics_PlayDialogueAtLocation) == 0x000058, "Wrong size on GameplayStatics_PlayDialogueAtLocation"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogueAtLocation::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogueAtLocation::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_PlayDialogueAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlayDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlaySound2D \ static_assert(alignof(GameplayStatics_PlaySound2D) == 0x000008, "Wrong alignment on GameplayStatics_PlaySound2D"); \ static_assert(sizeof(GameplayStatics_PlaySound2D) == 0x000038, "Wrong size on GameplayStatics_PlaySound2D"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, Sound) == 0x000008, "Member 'GameplayStatics_PlaySound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_PlaySound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_PlaySound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, StartTime) == 0x000018, "Member 'GameplayStatics_PlaySound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_PlaySound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, OwningActor) == 0x000028, "Member 'GameplayStatics_PlaySound2D::OwningActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, bIsUISound) == 0x000030, "Member 'GameplayStatics_PlaySound2D::bIsUISound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation \ static_assert(alignof(GameplayStatics_PlaySoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlaySoundAtLocation"); \ static_assert(sizeof(GameplayStatics_PlaySoundAtLocation) == 0x000050, "Wrong size on GameplayStatics_PlaySoundAtLocation"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySoundAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_PlaySoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_PlaySoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake \ static_assert(alignof(GameplayStatics_PlayWorldCameraShake) == 0x000008, "Wrong alignment on GameplayStatics_PlayWorldCameraShake"); \ static_assert(sizeof(GameplayStatics_PlayWorldCameraShake) == 0x000030, "Wrong size on GameplayStatics_PlayWorldCameraShake"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayWorldCameraShake::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Shake) == 0x000008, "Member 'GameplayStatics_PlayWorldCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Epicenter) == 0x000010, "Member 'GameplayStatics_PlayWorldCameraShake::Epicenter' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, InnerRadius) == 0x00001C, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x000020, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000024, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier \ static_assert(alignof(GameplayStatics_PopSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PopSoundMixModifier"); \ static_assert(sizeof(GameplayStatics_PopSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PopSoundMixModifier"); \ static_assert(offsetof(GameplayStatics_PopSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PopSoundMixModifier::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PopSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PopSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass \ static_assert(alignof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_PrimeAllSoundsInSoundClass"); \ static_assert(sizeof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_PrimeAllSoundsInSoundClass"); \ static_assert(offsetof(GameplayStatics_PrimeAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_PrimeAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PrimeSound \ static_assert(alignof(GameplayStatics_PrimeSound) == 0x000008, "Wrong alignment on GameplayStatics_PrimeSound"); \ static_assert(sizeof(GameplayStatics_PrimeSound) == 0x000008, "Wrong size on GameplayStatics_PrimeSound"); \ static_assert(offsetof(GameplayStatics_PrimeSound, InSound) == 0x000000, "Member 'GameplayStatics_PrimeSound::InSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen \ static_assert(alignof(GameplayStatics_ProjectWorldToScreen) == 0x000008, "Wrong alignment on GameplayStatics_ProjectWorldToScreen"); \ static_assert(sizeof(GameplayStatics_ProjectWorldToScreen) == 0x000020, "Wrong size on GameplayStatics_ProjectWorldToScreen"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, Player) == 0x000000, "Member 'GameplayStatics_ProjectWorldToScreen::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, WorldPosition) == 0x000008, "Member 'GameplayStatics_ProjectWorldToScreen::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ScreenPosition) == 0x000014, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x00001C, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x00001D, "Member 'GameplayStatics_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier \ static_assert(alignof(GameplayStatics_PushSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PushSoundMixModifier"); \ static_assert(sizeof(GameplayStatics_PushSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PushSoundMixModifier"); \ static_assert(offsetof(GameplayStatics_PushSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PushSoundMixModifier::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PushSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PushSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero \ static_assert(alignof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000008, "Wrong alignment on GameplayStatics_RebaseLocalOriginOntoZero"); \ static_assert(sizeof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000020, "Wrong size on GameplayStatics_RebaseLocalOriginOntoZero"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal \ static_assert(alignof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000008, "Wrong alignment on GameplayStatics_RebaseZeroOriginOntoLocal"); \ static_assert(sizeof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000020, "Wrong size on GameplayStatics_RebaseZeroOriginOntoLocal"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RemovePlayer \ static_assert(alignof(GameplayStatics_RemovePlayer) == 0x000008, "Wrong alignment on GameplayStatics_RemovePlayer"); \ static_assert(sizeof(GameplayStatics_RemovePlayer) == 0x000010, "Wrong size on GameplayStatics_RemovePlayer"); \ static_assert(offsetof(GameplayStatics_RemovePlayer, Player) == 0x000000, "Member 'GameplayStatics_RemovePlayer::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RemovePlayer, bDestroyPawn) == 0x000008, "Member 'GameplayStatics_RemovePlayer::bDestroyPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot \ static_assert(alignof(GameplayStatics_SaveGameToSlot) == 0x000008, "Wrong alignment on GameplayStatics_SaveGameToSlot"); \ static_assert(sizeof(GameplayStatics_SaveGameToSlot) == 0x000020, "Wrong size on GameplayStatics_SaveGameToSlot"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, SaveGameObject) == 0x000000, "Member 'GameplayStatics_SaveGameToSlot::SaveGameObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, SlotName) == 0x000008, "Member 'GameplayStatics_SaveGameToSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, UserIndex) == 0x000018, "Member 'GameplayStatics_SaveGameToSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix \ static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x00001C, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000034, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000038, "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) == 0x000050, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000018, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000040, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000044, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000070, "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) == 0x00003C, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000035, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x000036, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000048, "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) == 0x000024, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x00003C, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x00003D, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x00003E, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x00003F, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000050, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x000032, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_SpawnSound2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation \ static_assert(alignof(GameplayStatics_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnSoundAtLocation) == 0x000058, "Wrong size on GameplayStatics_SpawnSoundAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSoundAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnSoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached \ static_assert(alignof(GameplayStatics_SpawnSoundAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAttached"); \ static_assert(sizeof(GameplayStatics_SpawnSoundAttached) == 0x000060, "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) == 0x000024, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x000038, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x00003C, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc \ static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000038, "Wrong size on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, StartPos) == 0x000014, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x00002C, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000030, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000034, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevel \ static_assert(alignof(GameplayStatics_UnloadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevel"); \ static_assert(sizeof(GameplayStatics_UnloadStreamLevel) == 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_UMaterialExpressionDesaturation \ static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000078, "Wrong size on UMaterialExpressionDesaturation"); \ static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x000040, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x000054, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000068, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolution \ static_assert(alignof(GameUserSettings_GetDefaultResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolution"); \ static_assert(sizeof(GameUserSettings_GetDefaultResolution) == 0x000008, "Wrong size on GameUserSettings_GetDefaultResolution"); \ static_assert(offsetof(GameUserSettings_GetDefaultResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode \ static_assert(alignof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong alignment on GameUserSettings_GetDefaultWindowMode"); \ static_assert(sizeof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong size on GameUserSettings_GetDefaultWindowMode"); \ static_assert(offsetof(GameUserSettings_GetDefaultWindowMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition \ static_assert(alignof(GameUserSettings_GetDefaultWindowPosition) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultWindowPosition"); \ static_assert(sizeof(GameUserSettings_GetDefaultWindowPosition) == 0x000008, "Wrong size on GameUserSettings_GetDefaultWindowPosition"); \ static_assert(offsetof(GameUserSettings_GetDefaultWindowPosition, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetFramePace \ static_assert(alignof(GameUserSettings_GetFramePace) == 0x000004, "Wrong alignment on GameUserSettings_GetFramePace"); \ static_assert(sizeof(GameUserSettings_GetFramePace) == 0x000004, "Wrong size on GameUserSettings_GetFramePace"); \ static_assert(offsetof(GameUserSettings_GetFramePace, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFramePace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings \ static_assert(alignof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong alignment on GameUserSettings_GetGameUserSettings"); \ static_assert(sizeof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong size on GameUserSettings_GetGameUserSettings"); \ static_assert(offsetof(GameUserSettings_GetGameUserSettings, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGameUserSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval \ static_assert(alignof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong alignment on GameUserSettings_GetSyncInterval"); \ static_assert(sizeof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong size on GameUserSettings_GetSyncInterval"); \ static_assert(offsetof(GameUserSettings_GetSyncInterval, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetSyncInterval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings \ static_assert(alignof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplyResolutionSettings"); \ static_assert(sizeof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong size on GameUserSettings_ApplyResolutionSettings"); \ static_assert(offsetof(GameUserSettings_ApplyResolutionSettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplyResolutionSettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_ApplySettings \ static_assert(alignof(GameUserSettings_ApplySettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplySettings"); \ static_assert(sizeof(GameUserSettings_ApplySettings) == 0x000001, "Wrong size on GameUserSettings_ApplySettings"); \ static_assert(offsetof(GameUserSettings_ApplySettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplySettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput \ static_assert(alignof(GameUserSettings_EnableHDRDisplayOutput) == 0x000004, "Wrong alignment on GameUserSettings_EnableHDRDisplayOutput"); \ static_assert(sizeof(GameUserSettings_EnableHDRDisplayOutput) == 0x000008, "Wrong size on GameUserSettings_EnableHDRDisplayOutput"); \ static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, bEnable) == 0x000000, "Member 'GameUserSettings_EnableHDRDisplayOutput::bEnable' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'GameUserSettings_EnableHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale \ static_assert(alignof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolutionScale"); \ static_assert(sizeof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetDefaultResolutionScale"); \ static_assert(offsetof(GameUserSettings_GetDefaultResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolutionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale \ static_assert(alignof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetRecommendedResolutionScale"); \ static_assert(sizeof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetRecommendedResolutionScale"); \ static_assert(offsetof(GameUserSettings_GetRecommendedResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRecommendedResolutionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_LoadSettings \ static_assert(alignof(GameUserSettings_LoadSettings) == 0x000001, "Wrong alignment on GameUserSettings_LoadSettings"); \ static_assert(sizeof(GameUserSettings_LoadSettings) == 0x000001, "Wrong size on GameUserSettings_LoadSettings"); \ static_assert(offsetof(GameUserSettings_LoadSettings, bForceReload) == 0x000000, "Member 'GameUserSettings_LoadSettings::bForceReload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark \ static_assert(alignof(GameUserSettings_RunHardwareBenchmark) == 0x000004, "Wrong alignment on GameUserSettings_RunHardwareBenchmark"); \ static_assert(sizeof(GameUserSettings_RunHardwareBenchmark) == 0x00000C, "Wrong size on GameUserSettings_RunHardwareBenchmark"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, WorkScale) == 0x000000, "Member 'GameUserSettings_RunHardwareBenchmark::WorkScale' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'GameUserSettings_RunHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'GameUserSettings_RunHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality \ static_assert(alignof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetAntiAliasingQuality"); \ static_assert(sizeof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_SetAntiAliasingQuality"); \ static_assert(offsetof(GameUserSettings_SetAntiAliasingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetAntiAliasingQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel \ static_assert(alignof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetAudioQualityLevel"); \ static_assert(sizeof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_SetAudioQualityLevel"); \ static_assert(offsetof(GameUserSettings_SetAudioQualityLevel, QualityLevel) == 0x000000, "Member 'GameUserSettings_SetAudioQualityLevel::QualityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetDynamicResolutionEnabled \ static_assert(alignof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetDynamicResolutionEnabled"); \ static_assert(sizeof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_SetDynamicResolutionEnabled"); \ static_assert(offsetof(GameUserSettings_SetDynamicResolutionEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetDynamicResolutionEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetFoliageQuality \ static_assert(alignof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetFoliageQuality"); \ static_assert(sizeof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_SetFoliageQuality"); \ static_assert(offsetof(GameUserSettings_SetFoliageQuality, Value) == 0x000000, "Member 'GameUserSettings_SetFoliageQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetFrameRateLimit \ static_assert(alignof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_SetFrameRateLimit"); \ static_assert(sizeof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_SetFrameRateLimit"); \ static_assert(offsetof(GameUserSettings_SetFrameRateLimit, NewLimit) == 0x000000, "Member 'GameUserSettings_SetFrameRateLimit::NewLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetFullscreenMode \ static_assert(alignof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_SetFullscreenMode"); \ static_assert(sizeof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_SetFullscreenMode"); \ static_assert(offsetof(GameUserSettings_SetFullscreenMode, InFullscreenMode) == 0x000000, "Member 'GameUserSettings_SetFullscreenMode::InFullscreenMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetOverallScalabilityLevel \ static_assert(alignof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetOverallScalabilityLevel"); \ static_assert(sizeof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_SetOverallScalabilityLevel"); \ static_assert(offsetof(GameUserSettings_SetOverallScalabilityLevel, Value) == 0x000000, "Member 'GameUserSettings_SetOverallScalabilityLevel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetPostProcessingQuality \ static_assert(alignof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetPostProcessingQuality"); \ static_assert(sizeof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_SetPostProcessingQuality"); \ static_assert(offsetof(GameUserSettings_SetPostProcessingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetPostProcessingQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleNormalized \ static_assert(alignof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleNormalized"); \ static_assert(sizeof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleNormalized"); \ static_assert(offsetof(GameUserSettings_SetResolutionScaleNormalized, NewScaleNormalized) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleNormalized::NewScaleNormalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValue \ static_assert(alignof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValue"); \ static_assert(sizeof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValue"); \ static_assert(offsetof(GameUserSettings_SetResolutionScaleValue, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValue::NewScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx \ static_assert(alignof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValueEx"); \ static_assert(sizeof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValueEx"); \ static_assert(offsetof(GameUserSettings_SetResolutionScaleValueEx, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValueEx::NewScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution \ static_assert(alignof(GameUserSettings_SetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_SetScreenResolution"); \ static_assert(sizeof(GameUserSettings_SetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_SetScreenResolution"); \ static_assert(offsetof(GameUserSettings_SetScreenResolution, Resolution) == 0x000000, "Member 'GameUserSettings_SetScreenResolution::Resolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality \ static_assert(alignof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadingQuality"); \ static_assert(sizeof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadingQuality"); \ static_assert(offsetof(GameUserSettings_SetShadingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadingQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality \ static_assert(alignof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadowQuality"); \ static_assert(sizeof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadowQuality"); \ static_assert(offsetof(GameUserSettings_SetShadowQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadowQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality \ static_assert(alignof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetTextureQuality"); \ static_assert(sizeof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_SetTextureQuality"); \ static_assert(offsetof(GameUserSettings_SetTextureQuality, Value) == 0x000000, "Member 'GameUserSettings_SetTextureQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality \ static_assert(alignof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetViewDistanceQuality"); \ static_assert(sizeof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_SetViewDistanceQuality"); \ static_assert(offsetof(GameUserSettings_SetViewDistanceQuality, Value) == 0x000000, "Member 'GameUserSettings_SetViewDistanceQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality \ static_assert(alignof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetVisualEffectQuality"); \ static_assert(sizeof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_SetVisualEffectQuality"); \ static_assert(offsetof(GameUserSettings_SetVisualEffectQuality, Value) == 0x000000, "Member 'GameUserSettings_SetVisualEffectQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled \ static_assert(alignof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetVSyncEnabled"); \ static_assert(sizeof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_SetVSyncEnabled"); \ static_assert(offsetof(GameUserSettings_SetVSyncEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetVSyncEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality \ static_assert(alignof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetAntiAliasingQuality"); \ static_assert(sizeof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_GetAntiAliasingQuality"); \ static_assert(offsetof(GameUserSettings_GetAntiAliasingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAntiAliasingQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel \ static_assert(alignof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetAudioQualityLevel"); \ static_assert(sizeof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_GetAudioQualityLevel"); \ static_assert(offsetof(GameUserSettings_GetAudioQualityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAudioQualityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits \ static_assert(alignof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong alignment on GameUserSettings_GetCurrentHDRDisplayNits"); \ static_assert(sizeof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong size on GameUserSettings_GetCurrentHDRDisplayNits"); \ static_assert(offsetof(GameUserSettings_GetCurrentHDRDisplayNits, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetCurrentHDRDisplayNits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution \ static_assert(alignof(GameUserSettings_GetDesktopResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDesktopResolution"); \ static_assert(sizeof(GameUserSettings_GetDesktopResolution) == 0x000008, "Wrong size on GameUserSettings_GetDesktopResolution"); \ static_assert(offsetof(GameUserSettings_GetDesktopResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDesktopResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality \ static_assert(alignof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetFoliageQuality"); \ static_assert(sizeof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_GetFoliageQuality"); \ static_assert(offsetof(GameUserSettings_GetFoliageQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit \ static_assert(alignof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_GetFrameRateLimit"); \ static_assert(sizeof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_GetFrameRateLimit"); \ static_assert(offsetof(GameUserSettings_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode \ static_assert(alignof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetFullscreenMode"); \ static_assert(sizeof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetFullscreenMode"); \ static_assert(offsetof(GameUserSettings_GetFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFullscreenMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedFullscreenMode \ static_assert(alignof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetLastConfirmedFullscreenMode"); \ static_assert(sizeof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetLastConfirmedFullscreenMode"); \ static_assert(offsetof(GameUserSettings_GetLastConfirmedFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedFullscreenMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedScreenResolution \ static_assert(alignof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetLastConfirmedScreenResolution"); \ static_assert(sizeof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetLastConfirmedScreenResolution"); \ static_assert(offsetof(GameUserSettings_GetLastConfirmedScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedScreenResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetOverallScalabilityLevel \ static_assert(alignof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetOverallScalabilityLevel"); \ static_assert(sizeof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_GetOverallScalabilityLevel"); \ static_assert(offsetof(GameUserSettings_GetOverallScalabilityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetOverallScalabilityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetPostProcessingQuality \ static_assert(alignof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetPostProcessingQuality"); \ static_assert(sizeof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_GetPostProcessingQuality"); \ static_assert(offsetof(GameUserSettings_GetPostProcessingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPostProcessingQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetPreferredFullscreenMode \ static_assert(alignof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetPreferredFullscreenMode"); \ static_assert(sizeof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetPreferredFullscreenMode"); \ static_assert(offsetof(GameUserSettings_GetPreferredFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPreferredFullscreenMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformation \ static_assert(alignof(GameUserSettings_GetResolutionScaleInformation) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformation"); \ static_assert(sizeof(GameUserSettings_GetResolutionScaleInformation) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformation"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleNormalized' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformation::MinScaleValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformation::MaxScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx \ static_assert(alignof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformationEx"); \ static_assert(sizeof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformationEx"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleNormalized' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MinScaleValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MaxScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized \ static_assert(alignof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleNormalized"); \ static_assert(sizeof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_GetResolutionScaleNormalized"); \ static_assert(offsetof(GameUserSettings_GetResolutionScaleNormalized, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleNormalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution \ static_assert(alignof(GameUserSettings_GetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetScreenResolution"); \ static_assert(sizeof(GameUserSettings_GetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetScreenResolution"); \ static_assert(offsetof(GameUserSettings_GetScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetScreenResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality \ static_assert(alignof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadingQuality"); \ static_assert(sizeof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadingQuality"); \ static_assert(offsetof(GameUserSettings_GetShadingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadingQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality \ static_assert(alignof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadowQuality"); \ static_assert(sizeof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadowQuality"); \ static_assert(offsetof(GameUserSettings_GetShadowQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadowQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality \ static_assert(alignof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetTextureQuality"); \ static_assert(sizeof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_GetTextureQuality"); \ static_assert(offsetof(GameUserSettings_GetTextureQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetTextureQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality \ static_assert(alignof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetViewDistanceQuality"); \ static_assert(sizeof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_GetViewDistanceQuality"); \ static_assert(offsetof(GameUserSettings_GetViewDistanceQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality \ static_assert(alignof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetVisualEffectQuality"); \ static_assert(sizeof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_GetVisualEffectQuality"); \ static_assert(offsetof(GameUserSettings_GetVisualEffectQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetVisualEffectQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsDirty \ static_assert(alignof(GameUserSettings_IsDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDirty"); \ static_assert(sizeof(GameUserSettings_IsDirty) == 0x000001, "Wrong size on GameUserSettings_IsDirty"); \ static_assert(offsetof(GameUserSettings_IsDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty \ static_assert(alignof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionDirty"); \ static_assert(sizeof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionDirty"); \ static_assert(offsetof(GameUserSettings_IsDynamicResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled \ static_assert(alignof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionEnabled"); \ static_assert(sizeof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionEnabled"); \ static_assert(offsetof(GameUserSettings_IsDynamicResolutionEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty \ static_assert(alignof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsFullscreenModeDirty"); \ static_assert(sizeof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong size on GameUserSettings_IsFullscreenModeDirty"); \ static_assert(offsetof(GameUserSettings_IsFullscreenModeDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsFullscreenModeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled \ static_assert(alignof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsHDREnabled"); \ static_assert(sizeof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong size on GameUserSettings_IsHDREnabled"); \ static_assert(offsetof(GameUserSettings_IsHDREnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsHDREnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty \ static_assert(alignof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsScreenResolutionDirty"); \ static_assert(sizeof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsScreenResolutionDirty"); \ static_assert(offsetof(GameUserSettings_IsScreenResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsScreenResolutionDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty \ static_assert(alignof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncDirty"); \ static_assert(sizeof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong size on GameUserSettings_IsVSyncDirty"); \ static_assert(offsetof(GameUserSettings_IsVSyncDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled \ static_assert(alignof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncEnabled"); \ static_assert(sizeof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_IsVSyncEnabled"); \ static_assert(offsetof(GameUserSettings_IsVSyncEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput \ static_assert(alignof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong alignment on GameUserSettings_SupportsHDRDisplayOutput"); \ static_assert(sizeof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong size on GameUserSettings_SupportsHDRDisplayOutput"); \ static_assert(offsetof(GameUserSettings_SupportsHDRDisplayOutput, ReturnValue) == 0x000000, "Member 'GameUserSettings_SupportsHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameUserSettings \ static_assert(alignof(UGameUserSettings) == 0x000008, "Wrong alignment on UGameUserSettings"); \ static_assert(sizeof(UGameUserSettings) == 0x000120, "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) == 0x000080, "Member 'UGameUserSettings::ResolutionSizeX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, ResolutionSizeY) == 0x000084, "Member 'UGameUserSettings::ResolutionSizeY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeX) == 0x000088, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeY) == 0x00008C, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, WindowPosX) == 0x000090, "Member 'UGameUserSettings::WindowPosX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, WindowPosY) == 0x000094, "Member 'UGameUserSettings::WindowPosY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, FullscreenMode) == 0x000098, "Member 'UGameUserSettings::FullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastConfirmedFullscreenMode) == 0x00009C, "Member 'UGameUserSettings::LastConfirmedFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, PreferredFullscreenMode) == 0x0000A0, "Member 'UGameUserSettings::PreferredFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, Version) == 0x0000A4, "Member 'UGameUserSettings::Version' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, AudioQualityLevel) == 0x0000A8, "Member 'UGameUserSettings::AudioQualityLevel' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastConfirmedAudioQualityLevel) == 0x0000AC, "Member 'UGameUserSettings::LastConfirmedAudioQualityLevel' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, FrameRateLimit) == 0x0000B0, "Member 'UGameUserSettings::FrameRateLimit' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, DesiredScreenWidth) == 0x0000B8, "Member 'UGameUserSettings::DesiredScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, bUseDesiredScreenHeight) == 0x0000BC, "Member 'UGameUserSettings::bUseDesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, DesiredScreenHeight) == 0x0000C0, "Member 'UGameUserSettings::DesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenWidth) == 0x0000C4, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenHeight) == 0x0000C8, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastRecommendedScreenWidth) == 0x0000CC, "Member 'UGameUserSettings::LastRecommendedScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastRecommendedScreenHeight) == 0x0000D0, "Member 'UGameUserSettings::LastRecommendedScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkResult) == 0x0000D4, "Member 'UGameUserSettings::LastCPUBenchmarkResult' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkResult) == 0x0000D8, "Member 'UGameUserSettings::LastGPUBenchmarkResult' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkSteps) == 0x0000E0, "Member 'UGameUserSettings::LastCPUBenchmarkSteps' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkSteps) == 0x0000F0, "Member 'UGameUserSettings::LastGPUBenchmarkSteps' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkMultiplier) == 0x000100, "Member 'UGameUserSettings::LastGPUBenchmarkMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, bUseHDRDisplayOutput) == 0x000104, "Member 'UGameUserSettings::bUseHDRDisplayOutput' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, HDRDisplayOutputNits) == 0x000108, "Member 'UGameUserSettings::HDRDisplayOutputNits' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000110, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterial \ static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ static_assert(sizeof(UMaterial) == 0x000440, "Wrong size on UMaterial"); \ static_assert(offsetof(UMaterial, PhysMaterial) == 0x000088, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x000090, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x000098, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Metallic) == 0x0000D8, "Member 'UMaterial::Metallic' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Specular) == 0x0000EC, "Member 'UMaterial::Specular' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Anisotropy) == 0x000100, "Member 'UMaterial::Anisotropy' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Normal) == 0x000114, "Member 'UMaterial::Normal' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Tangent) == 0x000128, "Member 'UMaterial::Tangent' has a wrong offset!"); \ static_assert(offsetof(UMaterial, EmissiveColor) == 0x00013C, "Member 'UMaterial::EmissiveColor' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialDomain) == 0x000150, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendMode) == 0x000151, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, DecalBlendMode) == 0x000152, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x000153, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModel) == 0x000154, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModels) == 0x000156, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000158, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ static_assert(offsetof(UMaterial, WorldPositionOffset) == 0x00015C, "Member 'UMaterial::WorldPositionOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Refraction) == 0x000170, "Member 'UMaterial::Refraction' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialAttributes) == 0x000184, "Member 'UMaterial::MaterialAttributes' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PixelDepthOffset) == 0x00019C, "Member 'UMaterial::PixelDepthOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModelFromMaterialExpression) == 0x0001B0, "Member 'UMaterial::ShadingModelFromMaterialExpression' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x0001C5, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x0001C8, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x0001CC, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x0001D0, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x0001D4, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x0001D8, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x0001DC, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x0001E0, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x0001E4, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x0001F4, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, D3D11TessellationMode) == 0x000209, "Member 'UMaterial::D3D11TessellationMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingRate) == 0x00020B, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendableLocation) == 0x00020E, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StencilCompare) == 0x000210, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StencilRefValue) == 0x000211, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ static_assert(offsetof(UMaterial, RefractionMode) == 0x000212, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendablePriority) == 0x000214, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x00021C, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x000220, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StateId) == 0x000224, "Member 'UMaterial::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaxDisplacement) == 0x000234, "Member 'UMaterial::MaxDisplacement' has a wrong offset!"); \ static_assert(offsetof(UMaterial, CachedExpressionData) == 0x000268, "Member 'UMaterial::CachedExpressionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ static_assert(sizeof(AGeneratedMeshAreaLight) == 0x000238, "Wrong size on AGeneratedMeshAreaLight"); \ #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_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_UMaterialExpressionDistanceFieldsRenderingSwitch \ static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000068, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x000040, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_Buffer \ static_assert(alignof(UHapticFeedbackEffect_Buffer) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Buffer"); \ static_assert(sizeof(UHapticFeedbackEffect_Buffer) == 0x000068, "Wrong size on UHapticFeedbackEffect_Buffer"); \ static_assert(offsetof(UHapticFeedbackEffect_Buffer, Amplitudes) == 0x000028, "Member 'UHapticFeedbackEffect_Buffer::Amplitudes' has a wrong offset!"); \ static_assert(offsetof(UHapticFeedbackEffect_Buffer, SampleRate) == 0x000038, "Member 'UHapticFeedbackEffect_Buffer::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_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_UMaterialExpressionDepthOfFieldFunction \ static_assert(alignof(UMaterialExpressionDepthOfFieldFunction) == 0x000008, "Wrong alignment on UMaterialExpressionDepthOfFieldFunction"); \ static_assert(sizeof(UMaterialExpressionDepthOfFieldFunction) == 0x000058, "Wrong size on UMaterialExpressionDepthOfFieldFunction"); \ static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, FunctionValue) == 0x000040, "Member 'UMaterialExpressionDepthOfFieldFunction::FunctionValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, Depth) == 0x000044, "Member 'UMaterialExpressionDepthOfFieldFunction::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave \ static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000060, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' 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_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_ILODSyncInterface \ static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ #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_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_UUserDefinedEnum \ static_assert(alignof(UUserDefinedEnum) == 0x000008, "Wrong alignment on UUserDefinedEnum"); \ static_assert(sizeof(UUserDefinedEnum) == 0x0000B0, "Wrong size on UUserDefinedEnum"); \ static_assert(offsetof(UUserDefinedEnum, DisplayNameMap) == 0x000060, "Member 'UUserDefinedEnum::DisplayNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_BreakImportanceTexture \ static_assert(alignof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_BreakImportanceTexture"); \ static_assert(sizeof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_BreakImportanceTexture"); \ static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, ImportanceTexture) == 0x000000, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::ImportanceTexture' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, Texture) == 0x000050, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, WeightingFunc) == 0x000058, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::WeightingFunc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_ImportanceSample \ static_assert(alignof(ImportanceSamplingLibrary_ImportanceSample) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_ImportanceSample"); \ static_assert(sizeof(ImportanceSamplingLibrary_ImportanceSample) == 0x000080, "Wrong size on ImportanceSamplingLibrary_ImportanceSample"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_ImportanceSample::Texture' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Rand) == 0x000050, "Member 'ImportanceSamplingLibrary_ImportanceSample::Rand' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Samples) == 0x000058, "Member 'ImportanceSamplingLibrary_ImportanceSample::Samples' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Intensity) == 0x00005C, "Member 'ImportanceSamplingLibrary_ImportanceSample::Intensity' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SamplePosition) == 0x000060, "Member 'ImportanceSamplingLibrary_ImportanceSample::SamplePosition' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleColor) == 0x000068, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleColor' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleIntensity) == 0x000078, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleIntensity' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleSize) == 0x00007C, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_MakeImportanceTexture \ static_assert(alignof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_MakeImportanceTexture"); \ static_assert(sizeof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_MakeImportanceTexture"); \ static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, WeightingFunc) == 0x000008, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::WeightingFunc' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell2D \ static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell2D"); \ static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000018, "Wrong size on ImportanceSamplingLibrary_NextSobolCell2D"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::NumCells' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell3D \ static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell3D"); \ static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_NextSobolCell3D"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::NumCells' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, ReturnValue) == 0x000014, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolFloat \ static_assert(alignof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolFloat"); \ static_assert(sizeof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_NextSobolFloat"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Dimension' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolFloat::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_NextSobolFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell2D \ static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell2D"); \ static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell2D"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::NumCells' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Cell' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Seed) == 0x000010, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Seed' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, ReturnValue) == 0x000018, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell3D \ static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell3D"); \ static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x00002C, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell3D"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::NumCells' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Cell' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Seed) == 0x000014, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Seed' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, ReturnValue) == 0x000020, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolFloat \ static_assert(alignof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolFloat"); \ static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_RandomSobolFloat"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Index_0' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Dimension' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Seed) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Seed' has a wrong offset!"); \ static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImportanceSamplingLibrary \ static_assert(alignof(UImportanceSamplingLibrary) == 0x000008, "Wrong alignment on UImportanceSamplingLibrary"); \ static_assert(sizeof(UImportanceSamplingLibrary) == 0x000028, "Wrong size on UImportanceSamplingLibrary"); \ #define DUMPER7_ASSERTS_ALODActor \ static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ static_assert(sizeof(ALODActor) == 0x0002A8, "Wrong size on ALODActor"); \ static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000220, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000228, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Proxy) == 0x000278, "Member 'ALODActor::Proxy' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Key) == 0x000280, "Member 'ALODActor::Key' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000288, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODLevel) == 0x00028C, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ static_assert(offsetof(ALODActor, SubActors) == 0x000290, "Member 'ALODActor::SubActors' has a wrong offset!"); \ static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x0002A0, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ #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_UMaterialExpressionAppendVector \ static_assert(alignof(UMaterialExpressionAppendVector) == 0x000008, "Wrong alignment on UMaterialExpressionAppendVector"); \ static_assert(sizeof(UMaterialExpressionAppendVector) == 0x000068, "Wrong size on UMaterialExpressionAppendVector"); \ static_assert(offsetof(UMaterialExpressionAppendVector, A) == 0x000040, "Member 'UMaterialExpressionAppendVector::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAppendVector, B) == 0x000054, "Member 'UMaterialExpressionAppendVector::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionAtmosphericLightColor \ static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ #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_InputSettings_GetInputSettings \ static_assert(alignof(InputSettings_GetInputSettings) == 0x000008, "Wrong alignment on InputSettings_GetInputSettings"); \ static_assert(sizeof(InputSettings_GetInputSettings) == 0x000008, "Wrong size on InputSettings_GetInputSettings"); \ static_assert(offsetof(InputSettings_GetInputSettings, ReturnValue) == 0x000000, "Member 'InputSettings_GetInputSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_AddActionMapping \ static_assert(alignof(InputSettings_AddActionMapping) == 0x000008, "Wrong alignment on InputSettings_AddActionMapping"); \ static_assert(sizeof(InputSettings_AddActionMapping) == 0x000030, "Wrong size on InputSettings_AddActionMapping"); \ static_assert(offsetof(InputSettings_AddActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddActionMapping::KeyMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_AddActionMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_AddActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_AddAxisMapping \ static_assert(alignof(InputSettings_AddAxisMapping) == 0x000008, "Wrong alignment on InputSettings_AddAxisMapping"); \ static_assert(sizeof(InputSettings_AddAxisMapping) == 0x000030, "Wrong size on InputSettings_AddAxisMapping"); \ static_assert(offsetof(InputSettings_AddAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddAxisMapping::KeyMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_AddAxisMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_AddAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_RemoveActionMapping \ static_assert(alignof(InputSettings_RemoveActionMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveActionMapping"); \ static_assert(sizeof(InputSettings_RemoveActionMapping) == 0x000030, "Wrong size on InputSettings_RemoveActionMapping"); \ static_assert(offsetof(InputSettings_RemoveActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveActionMapping::KeyMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_RemoveActionMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_RemoveActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_RemoveAxisMapping \ static_assert(alignof(InputSettings_RemoveAxisMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveAxisMapping"); \ static_assert(sizeof(InputSettings_RemoveAxisMapping) == 0x000030, "Wrong size on InputSettings_RemoveAxisMapping"); \ static_assert(offsetof(InputSettings_RemoveAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveAxisMapping::KeyMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_RemoveAxisMapping, bForceRebuildKeymaps) == 0x000028, "Member 'InputSettings_RemoveAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_GetActionMappingByName \ static_assert(alignof(InputSettings_GetActionMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetActionMappingByName"); \ static_assert(sizeof(InputSettings_GetActionMappingByName) == 0x000018, "Wrong size on InputSettings_GetActionMappingByName"); \ static_assert(offsetof(InputSettings_GetActionMappingByName, InActionName) == 0x000000, "Member 'InputSettings_GetActionMappingByName::InActionName' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetActionMappingByName, OutMappings) == 0x000008, "Member 'InputSettings_GetActionMappingByName::OutMappings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_GetActionNames \ static_assert(alignof(InputSettings_GetActionNames) == 0x000008, "Wrong alignment on InputSettings_GetActionNames"); \ static_assert(sizeof(InputSettings_GetActionNames) == 0x000010, "Wrong size on InputSettings_GetActionNames"); \ static_assert(offsetof(InputSettings_GetActionNames, ActionNames) == 0x000000, "Member 'InputSettings_GetActionNames::ActionNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_GetAxisMappingByName \ static_assert(alignof(InputSettings_GetAxisMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetAxisMappingByName"); \ static_assert(sizeof(InputSettings_GetAxisMappingByName) == 0x000018, "Wrong size on InputSettings_GetAxisMappingByName"); \ static_assert(offsetof(InputSettings_GetAxisMappingByName, InAxisName) == 0x000000, "Member 'InputSettings_GetAxisMappingByName::InAxisName' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetAxisMappingByName, OutMappings) == 0x000008, "Member 'InputSettings_GetAxisMappingByName::OutMappings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSettings_GetAxisNames \ static_assert(alignof(InputSettings_GetAxisNames) == 0x000008, "Wrong alignment on InputSettings_GetAxisNames"); \ static_assert(sizeof(InputSettings_GetAxisNames) == 0x000010, "Wrong size on InputSettings_GetAxisNames"); \ static_assert(offsetof(InputSettings_GetAxisNames, AxisNames) == 0x000000, "Member 'InputSettings_GetAxisNames::AxisNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSettings \ static_assert(alignof(UInputSettings) == 0x000008, "Wrong alignment on UInputSettings"); \ static_assert(sizeof(UInputSettings) == 0x000140, "Wrong size on UInputSettings"); \ static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, bUseAutocorrect) == 0x00003A, "Member 'UInputSettings::bUseAutocorrect' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000040, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000070, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000071, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, FOVScale) == 0x000074, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000078, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ActionMappings) == 0x000080, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, AxisMappings) == 0x000090, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000A0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000B0, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000D8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000100, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000118, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000130, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x000058, "Wrong size on UMaterialExpressionArctangentFast"); \ static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x000040, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_ActorSubobject \ static_assert(alignof(IInterface_ActorSubobject) == 0x000001, "Wrong alignment on IInterface_ActorSubobject"); \ static_assert(sizeof(IInterface_ActorSubobject) == 0x000001, "Wrong size on IInterface_ActorSubobject"); \ #define DUMPER7_ASSERTS_IInterface_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_INavigationDataInterface \ static_assert(alignof(INavigationDataInterface) == 0x000001, "Wrong alignment on INavigationDataInterface"); \ static_assert(sizeof(INavigationDataInterface) == 0x000001, "Wrong size on INavigationDataInterface"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x000040, "Wrong size on UMaterialExpressionCameraVectorWS"); \ #define DUMPER7_ASSERTS_IBoneReferenceSkeletonProvider \ static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ #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_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_UInterpData \ static_assert(alignof(UInterpData) == 0x000008, "Wrong alignment on UInterpData"); \ static_assert(sizeof(UInterpData) == 0x000070, "Wrong size on UInterpData"); \ static_assert(offsetof(UInterpData, InterpLength) == 0x000028, "Member 'UInterpData::InterpLength' has a wrong offset!"); \ static_assert(offsetof(UInterpData, PathBuildTime) == 0x00002C, "Member 'UInterpData::PathBuildTime' has a wrong offset!"); \ static_assert(offsetof(UInterpData, InterpGroups) == 0x000030, "Member 'UInterpData::InterpGroups' has a wrong offset!"); \ static_assert(offsetof(UInterpData, CurveEdSetup) == 0x000040, "Member 'UInterpData::CurveEdSetup' has a wrong offset!"); \ static_assert(offsetof(UInterpData, EdSectionStart) == 0x000048, "Member 'UInterpData::EdSectionStart' has a wrong offset!"); \ static_assert(offsetof(UInterpData, EdSectionEnd) == 0x00004C, "Member 'UInterpData::EdSectionEnd' has a wrong offset!"); \ static_assert(offsetof(UInterpData, CachedDirectorGroup) == 0x000058, "Member 'UInterpData::CachedDirectorGroup' has a wrong offset!"); \ static_assert(offsetof(UInterpData, AllEventNames) == 0x000060, "Member 'UInterpData::AllEventNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackVectorProp \ static_assert(alignof(UInterpTrackVectorProp) == 0x000008, "Wrong alignment on UInterpTrackVectorProp"); \ static_assert(sizeof(UInterpTrackVectorProp) == 0x000098, "Wrong size on UInterpTrackVectorProp"); \ static_assert(offsetof(UInterpTrackVectorProp, PropertyName) == 0x000090, "Member 'UInterpTrackVectorProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter \ static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x000060, "Wrong size on UMaterialExpressionCollectionParameter"); \ static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x000040, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x000048, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x000050, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpFilter_Custom \ static_assert(alignof(UInterpFilter_Custom) == 0x000008, "Wrong alignment on UInterpFilter_Custom"); \ static_assert(sizeof(UInterpFilter_Custom) == 0x000038, "Wrong size on UInterpFilter_Custom"); \ #define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000260, "Wrong size on AVolumetricLightmapDensityVolume"); \ static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000258, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroup \ static_assert(alignof(UInterpGroup) == 0x000008, "Wrong alignment on UInterpGroup"); \ static_assert(sizeof(UInterpGroup) == 0x000050, "Wrong size on UInterpGroup"); \ static_assert(offsetof(UInterpGroup, InterpTracks) == 0x000030, "Member 'UInterpGroup::InterpTracks' has a wrong offset!"); \ static_assert(offsetof(UInterpGroup, GroupName) == 0x000040, "Member 'UInterpGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(UInterpGroup, GroupColor) == 0x000048, "Member 'UInterpGroup::GroupColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Add \ static_assert(alignof(KismetArrayLibrary_Array_Add) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Add"); \ static_assert(sizeof(KismetArrayLibrary_Array_Add) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Add"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Add::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Add::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Add::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_AddUnique \ static_assert(alignof(KismetArrayLibrary_Array_AddUnique) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_AddUnique"); \ static_assert(sizeof(KismetArrayLibrary_Array_AddUnique) == 0x000018, "Wrong size on KismetArrayLibrary_Array_AddUnique"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_AddUnique::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_AddUnique::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_AddUnique::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Append \ static_assert(alignof(KismetArrayLibrary_Array_Append) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Append"); \ static_assert(sizeof(KismetArrayLibrary_Array_Append) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Append"); \ static_assert(offsetof(KismetArrayLibrary_Array_Append, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Append::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Append, SourceArray) == 0x000010, "Member 'KismetArrayLibrary_Array_Append::SourceArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Clear \ static_assert(alignof(KismetArrayLibrary_Array_Clear) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Clear"); \ static_assert(sizeof(KismetArrayLibrary_Array_Clear) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Clear"); \ static_assert(offsetof(KismetArrayLibrary_Array_Clear, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Clear::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Contains \ static_assert(alignof(KismetArrayLibrary_Array_Contains) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Contains"); \ static_assert(sizeof(KismetArrayLibrary_Array_Contains) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Contains"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Contains::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Contains::ItemToFind' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Find \ static_assert(alignof(KismetArrayLibrary_Array_Find) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Find"); \ static_assert(sizeof(KismetArrayLibrary_Array_Find) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Find"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Find::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Find::ItemToFind' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Find::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Get \ static_assert(alignof(KismetArrayLibrary_Array_Get) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Get"); \ static_assert(sizeof(KismetArrayLibrary_Array_Get) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Get"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Get::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Get::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Get::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Identical \ static_assert(alignof(KismetArrayLibrary_Array_Identical) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Identical"); \ static_assert(sizeof(KismetArrayLibrary_Array_Identical) == 0x000028, "Wrong size on KismetArrayLibrary_Array_Identical"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayA) == 0x000000, "Member 'KismetArrayLibrary_Array_Identical::ArrayA' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayB) == 0x000010, "Member 'KismetArrayLibrary_Array_Identical::ArrayB' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ReturnValue) == 0x000020, "Member 'KismetArrayLibrary_Array_Identical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Insert \ static_assert(alignof(KismetArrayLibrary_Array_Insert) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Insert"); \ static_assert(sizeof(KismetArrayLibrary_Array_Insert) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Insert"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Insert::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Insert::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, Index_0) == 0x000014, "Member 'KismetArrayLibrary_Array_Insert::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsValidIndex \ static_assert(alignof(KismetArrayLibrary_Array_IsValidIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsValidIndex"); \ static_assert(sizeof(KismetArrayLibrary_Array_IsValidIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsValidIndex"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsValidIndex::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, IndexToTest) == 0x000010, "Member 'KismetArrayLibrary_Array_IsValidIndex::IndexToTest' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_IsValidIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_LastIndex \ static_assert(alignof(KismetArrayLibrary_Array_LastIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_LastIndex"); \ static_assert(sizeof(KismetArrayLibrary_Array_LastIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_LastIndex"); \ static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_LastIndex::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_LastIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Length \ static_assert(alignof(KismetArrayLibrary_Array_Length) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Length"); \ static_assert(sizeof(KismetArrayLibrary_Array_Length) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Length"); \ static_assert(offsetof(KismetArrayLibrary_Array_Length, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Length::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Length, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_Length::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Random \ static_assert(alignof(KismetArrayLibrary_Array_Random) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Random"); \ static_assert(sizeof(KismetArrayLibrary_Array_Random) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Random"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Random::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, OutItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Random::OutItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, OutIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Random::OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RandomFromStream \ static_assert(alignof(KismetArrayLibrary_Array_RandomFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RandomFromStream"); \ static_assert(sizeof(KismetArrayLibrary_Array_RandomFromStream) == 0x000020, "Wrong size on KismetArrayLibrary_Array_RandomFromStream"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RandomFromStream::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_RandomFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutItem) == 0x000018, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutIndex) == 0x00001C, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Remove \ static_assert(alignof(KismetArrayLibrary_Array_Remove) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Remove"); \ static_assert(sizeof(KismetArrayLibrary_Array_Remove) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Remove"); \ static_assert(offsetof(KismetArrayLibrary_Array_Remove, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Remove::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Remove, IndexToRemove) == 0x000010, "Member 'KismetArrayLibrary_Array_Remove::IndexToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RemoveItem \ static_assert(alignof(KismetArrayLibrary_Array_RemoveItem) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RemoveItem"); \ static_assert(sizeof(KismetArrayLibrary_Array_RemoveItem) == 0x000018, "Wrong size on KismetArrayLibrary_Array_RemoveItem"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RemoveItem::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, Item) == 0x000010, "Member 'KismetArrayLibrary_Array_RemoveItem::Item' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_RemoveItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Resize \ static_assert(alignof(KismetArrayLibrary_Array_Resize) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Resize"); \ static_assert(sizeof(KismetArrayLibrary_Array_Resize) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Resize"); \ static_assert(offsetof(KismetArrayLibrary_Array_Resize, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Resize::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Resize, Size) == 0x000010, "Member 'KismetArrayLibrary_Array_Resize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Reverse \ static_assert(alignof(KismetArrayLibrary_Array_Reverse) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Reverse"); \ static_assert(sizeof(KismetArrayLibrary_Array_Reverse) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Reverse"); \ static_assert(offsetof(KismetArrayLibrary_Array_Reverse, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Reverse::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Set \ static_assert(alignof(KismetArrayLibrary_Array_Set) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Set"); \ static_assert(sizeof(KismetArrayLibrary_Array_Set) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Set"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Set::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Set::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Set::Item' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, bSizeToFit) == 0x000018, "Member 'KismetArrayLibrary_Array_Set::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Shuffle \ static_assert(alignof(KismetArrayLibrary_Array_Shuffle) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Shuffle"); \ static_assert(sizeof(KismetArrayLibrary_Array_Shuffle) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Shuffle"); \ static_assert(offsetof(KismetArrayLibrary_Array_Shuffle, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Shuffle::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000020, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetArrayLibrary \ static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ #define DUMPER7_ASSERTS_UInterpGroupCamera \ static_assert(alignof(UInterpGroupCamera) == 0x000008, "Wrong alignment on UInterpGroupCamera"); \ static_assert(sizeof(UInterpGroupCamera) == 0x000060, "Wrong size on UInterpGroupCamera"); \ static_assert(offsetof(UInterpGroupCamera, CameraAnimInst) == 0x000050, "Member 'UInterpGroupCamera::CameraAnimInst' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupCamera, CompressTolerance) == 0x000058, "Member 'UInterpGroupCamera::CompressTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupDirector \ static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ #define DUMPER7_ASSERTS_UInterpTrackToggle \ static_assert(alignof(UInterpTrackToggle) == 0x000008, "Wrong alignment on UInterpTrackToggle"); \ static_assert(sizeof(UInterpTrackToggle) == 0x000088, "Wrong size on UInterpTrackToggle"); \ static_assert(offsetof(UInterpTrackToggle, ToggleTrack) == 0x000070, "Member 'UInterpTrackToggle::ToggleTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupInst \ static_assert(alignof(UInterpGroupInst) == 0x000008, "Wrong alignment on UInterpGroupInst"); \ static_assert(sizeof(UInterpGroupInst) == 0x000048, "Wrong size on UInterpGroupInst"); \ static_assert(offsetof(UInterpGroupInst, Group) == 0x000028, "Member 'UInterpGroupInst::Group' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, GroupActor) == 0x000030, "Member 'UInterpGroupInst::GroupActor' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, TrackInst) == 0x000038, "Member 'UInterpGroupInst::TrackInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UInterpGroupInstCamera \ static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ static_assert(sizeof(UInterpGroupInstCamera) == 0x000048, "Wrong size on UInterpGroupInstCamera"); \ #define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000058, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x000040, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupInstDirector \ static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ static_assert(sizeof(UInterpGroupInstDirector) == 0x000048, "Wrong size on UInterpGroupInstDirector"); \ #define DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition \ static_assert(alignof(InterpToMovementComponent_AddControlPointPosition) == 0x000004, "Wrong alignment on InterpToMovementComponent_AddControlPointPosition"); \ static_assert(sizeof(InterpToMovementComponent_AddControlPointPosition) == 0x000010, "Wrong size on InterpToMovementComponent_AddControlPointPosition"); \ static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, Pos) == 0x000000, "Member 'InterpToMovementComponent_AddControlPointPosition::Pos' has a wrong offset!"); \ static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, bPositionIsRelative) == 0x00000C, "Member 'InterpToMovementComponent_AddControlPointPosition::bPositionIsRelative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpToMovementComponent_RestartMovement \ static_assert(alignof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong alignment on InterpToMovementComponent_RestartMovement"); \ static_assert(sizeof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong size on InterpToMovementComponent_RestartMovement"); \ static_assert(offsetof(InterpToMovementComponent_RestartMovement, InitialDirection) == 0x000000, "Member 'InterpToMovementComponent_RestartMovement::InitialDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpToMovementComponent_StopSimulating \ static_assert(alignof(InterpToMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on InterpToMovementComponent_StopSimulating"); \ static_assert(sizeof(InterpToMovementComponent_StopSimulating) == 0x000088, "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) == 0x000190, "Wrong size on UInterpToMovementComponent"); \ static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x0000F0, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x0000F8, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x0000F9, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x0000FA, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x0000FB, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000100, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000110, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000120, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000130, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000140, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000150, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000154, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000158, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCosine \ static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ static_assert(sizeof(UMaterialExpressionCosine) == 0x000058, "Wrong size on UMaterialExpressionCosine"); \ static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x000040, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x000054, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParameter \ static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ static_assert(sizeof(UMaterialExpressionParameter) == 0x000058, "Wrong size on UMaterialExpressionParameter"); \ static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x000040, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionParameter, ExpressionGUID) == 0x000048, "Member 'UMaterialExpressionParameter::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000070, "Wrong size on UMaterialExpressionVectorParameter"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x000068, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x000069, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000078, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000070, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ #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_UStereoLayerShapeCubemap \ static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000028, "Wrong size on UStereoLayerShapeCubemap"); \ #define DUMPER7_ASSERTS_UInterpTrackBoolProp \ static_assert(alignof(UInterpTrackBoolProp) == 0x000008, "Wrong alignment on UInterpTrackBoolProp"); \ static_assert(sizeof(UInterpTrackBoolProp) == 0x000088, "Wrong size on UInterpTrackBoolProp"); \ static_assert(offsetof(UInterpTrackBoolProp, BoolTrack) == 0x000070, "Member 'UInterpTrackBoolProp::BoolTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackBoolProp, PropertyName) == 0x000080, "Member 'UInterpTrackBoolProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackColorScale \ static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000040, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ #define DUMPER7_ASSERTS_UInterpTrackDirector \ static_assert(alignof(UInterpTrackDirector) == 0x000008, "Wrong alignment on UInterpTrackDirector"); \ static_assert(sizeof(UInterpTrackDirector) == 0x000088, "Wrong size on UInterpTrackDirector"); \ static_assert(offsetof(UInterpTrackDirector, CutTrack) == 0x000070, "Member 'UInterpTrackDirector::CutTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStringTable \ static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ #define DUMPER7_ASSERTS_UInterpTrackEvent \ static_assert(alignof(UInterpTrackEvent) == 0x000008, "Wrong alignment on UInterpTrackEvent"); \ static_assert(sizeof(UInterpTrackEvent) == 0x000088, "Wrong size on UInterpTrackEvent"); \ static_assert(offsetof(UInterpTrackEvent, EventTrack) == 0x000070, "Member 'UInterpTrackEvent::EventTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000060, "Wrong size on UMaterialExpressionScalarParameter"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x00005C, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x00005D, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFade \ static_assert(alignof(UInterpTrackFade) == 0x000008, "Wrong alignment on UInterpTrackFade"); \ static_assert(sizeof(UInterpTrackFade) == 0x0000A8, "Wrong size on UInterpTrackFade"); \ static_assert(offsetof(UInterpTrackFade, FadeColor) == 0x000094, "Member 'UInterpTrackFade::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x000048, "Wrong size on UMaterialExpressionConstant2Vector"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x000040, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x000044, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFloatMaterialParam \ static_assert(alignof(UInterpTrackFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackFloatMaterialParam"); \ static_assert(sizeof(UInterpTrackFloatMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackFloatMaterialParam"); \ static_assert(offsetof(UInterpTrackFloatMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackFloatMaterialParam::TargetMaterials' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackFloatMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackFloatMaterialParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDDY \ static_assert(alignof(UMaterialExpressionDDY) == 0x000008, "Wrong alignment on UMaterialExpressionDDY"); \ static_assert(sizeof(UMaterialExpressionDDY) == 0x000058, "Wrong size on UMaterialExpressionDDY"); \ static_assert(offsetof(UMaterialExpressionDDY, Value) == 0x000040, "Member 'UMaterialExpressionDDY::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFloatProp \ static_assert(alignof(UInterpTrackFloatProp) == 0x000008, "Wrong alignment on UInterpTrackFloatProp"); \ static_assert(sizeof(UInterpTrackFloatProp) == 0x000098, "Wrong size on UInterpTrackFloatProp"); \ static_assert(offsetof(UInterpTrackFloatProp, PropertyName) == 0x000090, "Member 'UInterpTrackFloatProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade \ static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000040, "Wrong size on UMaterialExpressionDistanceCullFade"); \ #define DUMPER7_ASSERTS_UInterpTrackInstAnimControl \ static_assert(alignof(UInterpTrackInstAnimControl) == 0x000008, "Wrong alignment on UInterpTrackInstAnimControl"); \ static_assert(sizeof(UInterpTrackInstAnimControl) == 0x000030, "Wrong size on UInterpTrackInstAnimControl"); \ static_assert(offsetof(UInterpTrackInstAnimControl, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstAnimControl::LastUpdatePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_K2_SetText \ static_assert(alignof(TextRenderComponent_K2_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_K2_SetText"); \ static_assert(sizeof(TextRenderComponent_K2_SetText) == 0x000018, "Wrong size on TextRenderComponent_K2_SetText"); \ static_assert(offsetof(TextRenderComponent_K2_SetText, Value) == 0x000000, "Member 'TextRenderComponent_K2_SetText::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetFont \ static_assert(alignof(TextRenderComponent_SetFont) == 0x000008, "Wrong alignment on TextRenderComponent_SetFont"); \ static_assert(sizeof(TextRenderComponent_SetFont) == 0x000008, "Wrong size on TextRenderComponent_SetFont"); \ static_assert(offsetof(TextRenderComponent_SetFont, Value) == 0x000000, "Member 'TextRenderComponent_SetFont::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment \ static_assert(alignof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetHorizontalAlignment"); \ static_assert(sizeof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetHorizontalAlignment"); \ static_assert(offsetof(TextRenderComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust \ static_assert(alignof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetHorizSpacingAdjust"); \ static_assert(sizeof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetHorizSpacingAdjust"); \ static_assert(offsetof(TextRenderComponent_SetHorizSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizSpacingAdjust::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetText \ static_assert(alignof(TextRenderComponent_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_SetText"); \ static_assert(sizeof(TextRenderComponent_SetText) == 0x000010, "Wrong size on TextRenderComponent_SetText"); \ static_assert(offsetof(TextRenderComponent_SetText, Value) == 0x000000, "Member 'TextRenderComponent_SetText::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetTextMaterial \ static_assert(alignof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong alignment on TextRenderComponent_SetTextMaterial"); \ static_assert(sizeof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong size on TextRenderComponent_SetTextMaterial"); \ static_assert(offsetof(TextRenderComponent_SetTextMaterial, Material) == 0x000000, "Member 'TextRenderComponent_SetTextMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetTextRenderColor \ static_assert(alignof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong alignment on TextRenderComponent_SetTextRenderColor"); \ static_assert(sizeof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong size on TextRenderComponent_SetTextRenderColor"); \ static_assert(offsetof(TextRenderComponent_SetTextRenderColor, Value) == 0x000000, "Member 'TextRenderComponent_SetTextRenderColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetVerticalAlignment \ static_assert(alignof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetVerticalAlignment"); \ static_assert(sizeof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetVerticalAlignment"); \ static_assert(offsetof(TextRenderComponent_SetVerticalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetVerticalAlignment::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetVertSpacingAdjust \ static_assert(alignof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetVertSpacingAdjust"); \ static_assert(sizeof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetVertSpacingAdjust"); \ static_assert(offsetof(TextRenderComponent_SetVertSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetVertSpacingAdjust::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetWorldSize \ static_assert(alignof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_SetWorldSize"); \ static_assert(sizeof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong size on TextRenderComponent_SetWorldSize"); \ static_assert(offsetof(TextRenderComponent_SetWorldSize, Value) == 0x000000, "Member 'TextRenderComponent_SetWorldSize::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetXScale \ static_assert(alignof(TextRenderComponent_SetXScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetXScale"); \ static_assert(sizeof(TextRenderComponent_SetXScale) == 0x000004, "Wrong size on TextRenderComponent_SetXScale"); \ static_assert(offsetof(TextRenderComponent_SetXScale, Value) == 0x000000, "Member 'TextRenderComponent_SetXScale::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_SetYScale \ static_assert(alignof(TextRenderComponent_SetYScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetYScale"); \ static_assert(sizeof(TextRenderComponent_SetYScale) == 0x000004, "Wrong size on TextRenderComponent_SetYScale"); \ static_assert(offsetof(TextRenderComponent_SetYScale, Value) == 0x000000, "Member 'TextRenderComponent_SetYScale::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_GetTextLocalSize \ static_assert(alignof(TextRenderComponent_GetTextLocalSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextLocalSize"); \ static_assert(sizeof(TextRenderComponent_GetTextLocalSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextLocalSize"); \ static_assert(offsetof(TextRenderComponent_GetTextLocalSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextLocalSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextRenderComponent_GetTextWorldSize \ static_assert(alignof(TextRenderComponent_GetTextWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextWorldSize"); \ static_assert(sizeof(TextRenderComponent_GetTextWorldSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextWorldSize"); \ static_assert(offsetof(TextRenderComponent_GetTextWorldSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextWorldSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextRenderComponent \ static_assert(alignof(UTextRenderComponent) == 0x000010, "Wrong alignment on UTextRenderComponent"); \ static_assert(sizeof(UTextRenderComponent) == 0x0004A0, "Wrong size on UTextRenderComponent"); \ static_assert(offsetof(UTextRenderComponent, Text) == 0x000450, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000468, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, Font) == 0x000470, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000478, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000479, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x00047C, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, XScale) == 0x000480, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, YScale) == 0x000484, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000488, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x00048C, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x000490, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x000494, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstAudioMaster \ static_assert(alignof(UInterpTrackInstAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackInstAudioMaster"); \ static_assert(sizeof(UInterpTrackInstAudioMaster) == 0x000028, "Wrong size on UInterpTrackInstAudioMaster"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDeltaTime \ static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000040, "Wrong size on UMaterialExpressionDeltaTime"); \ #define DUMPER7_ASSERTS_UInterpTrackInstBoolProp \ static_assert(alignof(UInterpTrackInstBoolProp) == 0x000008, "Wrong alignment on UInterpTrackInstBoolProp"); \ static_assert(sizeof(UInterpTrackInstBoolProp) == 0x000068, "Wrong size on UInterpTrackInstBoolProp"); \ static_assert(offsetof(UInterpTrackInstBoolProp, ResetBool) == 0x000060, "Member 'UInterpTrackInstBoolProp::ResetBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCustom \ static_assert(alignof(UMaterialExpressionCustom) == 0x000008, "Wrong alignment on UMaterialExpressionCustom"); \ static_assert(sizeof(UMaterialExpressionCustom) == 0x0000A8, "Wrong size on UMaterialExpressionCustom"); \ static_assert(offsetof(UMaterialExpressionCustom, Code) == 0x000040, "Member 'UMaterialExpressionCustom::Code' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, OutputType) == 0x000050, "Member 'UMaterialExpressionCustom::OutputType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, Description) == 0x000058, "Member 'UMaterialExpressionCustom::Description' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, Inputs) == 0x000068, "Member 'UMaterialExpressionCustom::Inputs' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, AdditionalOutputs) == 0x000078, "Member 'UMaterialExpressionCustom::AdditionalOutputs' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, AdditionalDefines) == 0x000088, "Member 'UMaterialExpressionCustom::AdditionalDefines' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCustom, IncludeFilePaths) == 0x000098, "Member 'UMaterialExpressionCustom::IncludeFilePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstColorProp \ static_assert(alignof(UInterpTrackInstColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstColorProp"); \ static_assert(sizeof(UInterpTrackInstColorProp) == 0x000060, "Wrong size on UInterpTrackInstColorProp"); \ static_assert(offsetof(UInterpTrackInstColorProp, ResetColor) == 0x000058, "Member 'UInterpTrackInstColorProp::ResetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotationRate \ static_assert(alignof(UParticleModuleVectorFieldRotationRate) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotationRate"); \ static_assert(sizeof(UParticleModuleVectorFieldRotationRate) == 0x000040, "Wrong size on UParticleModuleVectorFieldRotationRate"); \ static_assert(offsetof(UParticleModuleVectorFieldRotationRate, RotationRate) == 0x000030, "Member 'UParticleModuleVectorFieldRotationRate::RotationRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstDirector \ static_assert(alignof(UInterpTrackInstDirector) == 0x000008, "Wrong alignment on UInterpTrackInstDirector"); \ static_assert(sizeof(UInterpTrackInstDirector) == 0x000030, "Wrong size on UInterpTrackInstDirector"); \ static_assert(offsetof(UInterpTrackInstDirector, OldViewTarget) == 0x000028, "Member 'UInterpTrackInstDirector::OldViewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstFloatProp \ static_assert(alignof(UInterpTrackInstFloatProp) == 0x000008, "Wrong alignment on UInterpTrackInstFloatProp"); \ static_assert(sizeof(UInterpTrackInstFloatProp) == 0x000060, "Wrong size on UInterpTrackInstFloatProp"); \ static_assert(offsetof(UInterpTrackInstFloatProp, ResetFloat) == 0x000058, "Member 'UInterpTrackInstFloatProp::ResetFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVelocityOverLifetime \ static_assert(alignof(UParticleModuleVelocityOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleVelocityOverLifetime"); \ static_assert(sizeof(UParticleModuleVelocityOverLifetime) == 0x000088, "Wrong size on UParticleModuleVelocityOverLifetime"); \ static_assert(offsetof(UParticleModuleVelocityOverLifetime, VelOverLife) == 0x000038, "Member 'UParticleModuleVelocityOverLifetime::VelOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstMove \ static_assert(alignof(UInterpTrackInstMove) == 0x000008, "Wrong alignment on UInterpTrackInstMove"); \ static_assert(sizeof(UInterpTrackInstMove) == 0x000040, "Wrong size on UInterpTrackInstMove"); \ static_assert(offsetof(UInterpTrackInstMove, ResetLocation) == 0x000028, "Member 'UInterpTrackInstMove::ResetLocation' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstMove, ResetRotation) == 0x000034, "Member 'UInterpTrackInstMove::ResetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstSlomo \ static_assert(alignof(UInterpTrackInstSlomo) == 0x000008, "Wrong alignment on UInterpTrackInstSlomo"); \ static_assert(sizeof(UInterpTrackInstSlomo) == 0x000030, "Wrong size on UInterpTrackInstSlomo"); \ static_assert(offsetof(UInterpTrackInstSlomo, OldTimeDilation) == 0x000028, "Member 'UInterpTrackInstSlomo::OldTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPathFollowingAgentInterface \ static_assert(alignof(IPathFollowingAgentInterface) == 0x000001, "Wrong alignment on IPathFollowingAgentInterface"); \ static_assert(sizeof(IPathFollowingAgentInterface) == 0x000001, "Wrong size on IPathFollowingAgentInterface"); \ #define DUMPER7_ASSERTS_UInterpTrackInstToggle \ static_assert(alignof(UInterpTrackInstToggle) == 0x000008, "Wrong alignment on UInterpTrackInstToggle"); \ static_assert(sizeof(UInterpTrackInstToggle) == 0x000038, "Wrong size on UInterpTrackInstToggle"); \ static_assert(offsetof(UInterpTrackInstToggle, Action) == 0x000028, "Member 'UInterpTrackInstToggle::Action' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackInstToggle, LastUpdatePosition) == 0x00002C, "Member 'UInterpTrackInstToggle::LastUpdatePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstVectorProp \ static_assert(alignof(UInterpTrackInstVectorProp) == 0x000008, "Wrong alignment on UInterpTrackInstVectorProp"); \ static_assert(sizeof(UInterpTrackInstVectorProp) == 0x000068, "Wrong size on UInterpTrackInstVectorProp"); \ static_assert(offsetof(UInterpTrackInstVectorProp, ResetVector) == 0x000058, "Member 'UInterpTrackInstVectorProp::ResetVector' 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_UInterpTrackMove \ static_assert(alignof(UInterpTrackMove) == 0x000008, "Wrong alignment on UInterpTrackMove"); \ static_assert(sizeof(UInterpTrackMove) == 0x0000C8, "Wrong size on UInterpTrackMove"); \ static_assert(offsetof(UInterpTrackMove, PosTrack) == 0x000070, "Member 'UInterpTrackMove::PosTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, EulerTrack) == 0x000088, "Member 'UInterpTrackMove::EulerTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LookupTrack) == 0x0000A0, "Member 'UInterpTrackMove::LookupTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LookAtGroupName) == 0x0000B0, "Member 'UInterpTrackMove::LookAtGroupName' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LinCurveTension) == 0x0000B8, "Member 'UInterpTrackMove::LinCurveTension' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, AngCurveTension) == 0x0000BC, "Member 'UInterpTrackMove::AngCurveTension' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, RotMode) == 0x0000C4, "Member 'UInterpTrackMove::RotMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationRateBase \ static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ #define DUMPER7_ASSERTS_UParticleModuleMeshRotationRate \ static_assert(alignof(UParticleModuleMeshRotationRate) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRate"); \ static_assert(sizeof(UParticleModuleMeshRotationRate) == 0x000078, "Wrong size on UParticleModuleMeshRotationRate"); \ static_assert(offsetof(UParticleModuleMeshRotationRate, StartRotationRate) == 0x000030, "Member 'UParticleModuleMeshRotationRate::StartRotationRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackParticleReplay \ static_assert(alignof(UInterpTrackParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackParticleReplay"); \ static_assert(sizeof(UInterpTrackParticleReplay) == 0x000080, "Wrong size on UInterpTrackParticleReplay"); \ static_assert(offsetof(UInterpTrackParticleReplay, TrackKeys) == 0x000070, "Member 'UInterpTrackParticleReplay::TrackKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackSound \ static_assert(alignof(UInterpTrackSound) == 0x000008, "Wrong alignment on UInterpTrackSound"); \ static_assert(sizeof(UInterpTrackSound) == 0x0000A8, "Wrong size on UInterpTrackSound"); \ static_assert(offsetof(UInterpTrackSound, SOUNDS) == 0x000090, "Member 'UInterpTrackSound::SOUNDS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam \ static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackVectorMaterialParam"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackVisibility \ static_assert(alignof(UInterpTrackVisibility) == 0x000008, "Wrong alignment on UInterpTrackVisibility"); \ static_assert(sizeof(UInterpTrackVisibility) == 0x000088, "Wrong size on UInterpTrackVisibility"); \ static_assert(offsetof(UInterpTrackVisibility, VisibilityTrack) == 0x000070, "Member 'UInterpTrackVisibility::VisibilityTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleParameterBase \ static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ static_assert(sizeof(UParticleModuleParameterBase) == 0x000030, "Wrong size on UParticleModuleParameterBase"); \ #define DUMPER7_ASSERTS_AKillZVolume \ static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ static_assert(sizeof(AKillZVolume) == 0x000268, "Wrong size on AKillZVolume"); \ #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_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_UParticleModuleBeamTarget \ static_assert(alignof(UParticleModuleBeamTarget) == 0x000008, "Wrong alignment on UParticleModuleBeamTarget"); \ static_assert(sizeof(UParticleModuleBeamTarget) == 0x000120, "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) == 0x00008C, "Member 'UParticleModuleBeamTarget::TargetTangentMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetTangent) == 0x000090, "Member 'UParticleModuleBeamTarget::TargetTangent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetStrength) == 0x0000E0, "Member 'UParticleModuleBeamTarget::TargetStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, LockRadius) == 0x000114, "Member 'UParticleModuleBeamTarget::LockRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_BeginDrawCanvasToRenderTarget \ static_assert(alignof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_BeginDrawCanvasToRenderTarget"); \ static_assert(sizeof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget) == 0x000030, "Wrong size on KismetRenderingLibrary_BeginDrawCanvasToRenderTarget"); \ static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Canvas) == 0x000010, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Canvas' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Size) == 0x000018, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Size' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Context) == 0x000020, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_BreakSkinWeightInfo \ static_assert(alignof(KismetRenderingLibrary_BreakSkinWeightInfo) == 0x000004, "Wrong alignment on KismetRenderingLibrary_BreakSkinWeightInfo"); \ static_assert(sizeof(KismetRenderingLibrary_BreakSkinWeightInfo) == 0x00005C, "Wrong size on KismetRenderingLibrary_BreakSkinWeightInfo"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, InWeight) == 0x000000, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::InWeight' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone0) == 0x00003C, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone0' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight0) == 0x000040, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight0' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone1) == 0x000044, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone1' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight1) == 0x000048, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight1' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone2) == 0x00004C, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone2' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight2) == 0x000050, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight2' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone3) == 0x000054, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone3' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight3) == 0x000058, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ClearRenderTarget2D \ static_assert(alignof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ClearRenderTarget2D"); \ static_assert(sizeof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ClearRenderTarget2D"); \ static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, ClearColor) == 0x000010, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::ClearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly \ static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2D \ static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2D"); \ static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000030, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2D"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Width' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Height' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Format) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Format' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ClearColor) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ClearColor' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, bAutoGenerateMipMaps) == 0x000024, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bAutoGenerateMipMaps' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2DArray \ static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Width' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Height' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Slices) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Slices' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Format' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ClearColor' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bAutoGenerateMipMaps' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTargetVolume \ static_assert(alignof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTargetVolume"); \ static_assert(sizeof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTargetVolume"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Width' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Height' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Depth) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Depth' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Format' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ClearColor' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bAutoGenerateMipMaps' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_DrawMaterialToRenderTarget \ static_assert(alignof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ static_assert(sizeof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, Material) == 0x000010, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_EndDrawCanvasToRenderTarget \ static_assert(alignof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ static_assert(sizeof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, Context) == 0x000008, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportRenderTarget \ static_assert(alignof(KismetRenderingLibrary_ExportRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportRenderTarget"); \ static_assert(sizeof(KismetRenderingLibrary_ExportRenderTarget) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportRenderTarget"); \ static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportRenderTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ExportRenderTarget::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportRenderTarget::FilePath' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, Filename) == 0x000020, "Member 'KismetRenderingLibrary_ExportRenderTarget::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportTexture2D \ static_assert(alignof(KismetRenderingLibrary_ExportTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportTexture2D"); \ static_assert(sizeof(KismetRenderingLibrary_ExportTexture2D) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportTexture2D"); \ static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportTexture2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, Texture) == 0x000008, "Member 'KismetRenderingLibrary_ExportTexture2D::Texture' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportTexture2D::FilePath' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, Filename) == 0x000020, "Member 'KismetRenderingLibrary_ExportTexture2D::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportBufferAsTexture2D \ static_assert(alignof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ static_assert(sizeof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, Buffer) == 0x000008, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::Buffer' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportFileAsTexture2D \ static_assert(alignof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportFileAsTexture2D"); \ static_assert(sizeof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportFileAsTexture2D"); \ static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, Filename) == 0x000008, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::Filename' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_MakeSkinWeightInfo \ static_assert(alignof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x000004, "Wrong alignment on KismetRenderingLibrary_MakeSkinWeightInfo"); \ static_assert(sizeof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x00005C, "Wrong size on KismetRenderingLibrary_MakeSkinWeightInfo"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone0) == 0x000000, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone0' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight0) == 0x000004, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight0' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone1) == 0x000008, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone1' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight1) == 0x00000C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight1' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone2) == 0x000010, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone2' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight2) == 0x000014, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight2' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone3) == 0x000018, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone3' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight3) == 0x00001C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight3' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetPixel \ static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetPixel"); \ static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetPixel"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::X' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::Y' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixel \ static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::X' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::Y' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUV \ static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::U' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::V' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetUV \ static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetUV"); \ static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetUV"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::TextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::U' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::V' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_ReleaseRenderTarget2D \ static_assert(alignof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ static_assert(sizeof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong size on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ static_assert(offsetof(KismetRenderingLibrary_ReleaseRenderTarget2D, TextureRenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_ReleaseRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly \ static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::Name_0' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::CompressionSettings' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::MipSettings' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetRenderingLibrary_SetCastInsetShadowForAllAttachments \ static_assert(alignof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000008, "Wrong alignment on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ static_assert(sizeof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000010, "Wrong size on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, PrimitiveComponent) == 0x000000, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bCastInsetShadow) == 0x000008, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bCastInsetShadow' has a wrong offset!"); \ static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bLightAttachmentsAsGroup) == 0x000009, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bLightAttachmentsAsGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetRenderingLibrary \ static_assert(alignof(UKismetRenderingLibrary) == 0x000008, "Wrong alignment on UKismetRenderingLibrary"); \ static_assert(sizeof(UKismetRenderingLibrary) == 0x000028, "Wrong size on UKismetRenderingLibrary"); \ #define DUMPER7_ASSERTS_ILevelPartitionInterface \ static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ #define DUMPER7_ASSERTS_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) == 0x0000B0, "Wrong size on UParticleModuleColor"); \ static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000078, "Member 'UParticleModuleColor::StartAlpha' 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) == 0x0000D0, "Wrong size on UParticleModuleColor_Seeded"); \ static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000B0, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' 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_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) == 0x000228, "Wrong size on ALevelScriptActor"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawnBase \ static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawnPerUnit \ static_assert(alignof(UParticleModuleSpawnPerUnit) == 0x000008, "Wrong alignment on UParticleModuleSpawnPerUnit"); \ static_assert(sizeof(UParticleModuleSpawnPerUnit) == 0x000078, "Wrong size on UParticleModuleSpawnPerUnit"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, UnitScalar) == 0x000038, "Member 'UParticleModuleSpawnPerUnit::UnitScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, MovementTolerance) == 0x00003C, "Member 'UParticleModuleSpawnPerUnit::MovementTolerance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, SpawnPerUnit) == 0x000040, "Member 'UParticleModuleSpawnPerUnit::SpawnPerUnit' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, MaxFrameDistance) == 0x000070, "Member 'UParticleModuleSpawnPerUnit::MaxFrameDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x000150, "Wrong size on ULevelStreamingAlwaysLoaded"); \ #define DUMPER7_ASSERTS_ALevelStreamingVolume \ static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ static_assert(sizeof(ALevelStreamingVolume) == 0x000270, "Wrong size on ALevelStreamingVolume"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000258, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x00026C, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000258, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ #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_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_ALightmassPortal \ static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ static_assert(sizeof(ALightmassPortal) == 0x000228, "Wrong size on ALightmassPortal"); \ static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000220, "Member 'ALightmassPortal::PortalComponent' 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_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) == 0x000340, "Wrong size on ULocalLightComponent"); \ static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000328, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, Radius) == 0x00032C, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000330, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x000334, "Member 'ULocalLightComponent::LightmassSettings' 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_UReporterBase \ static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ static_assert(sizeof(UReporterBase) == 0x000030, "Wrong size on UReporterBase"); \ #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) == 0x000140, "Wrong size on ULODSyncComponent"); \ static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000B0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000B4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000B8, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000C8, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000118, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x00011C, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000120, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000130, "Member 'ULODSyncComponent::SubComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapBuildDataRegistry \ static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ static_assert(sizeof(UMapBuildDataRegistry) == 0x000238, "Wrong size on UMapBuildDataRegistry"); \ static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeOptionsBase \ static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ static_assert(sizeof(URuntimeOptionsBase) == 0x000038, "Wrong size on URuntimeOptionsBase"); \ #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) == 0x000460, "Wrong size on UMaterialBillboardComponent"); \ static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000450, "Member 'UMaterialBillboardComponent::Elements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS \ static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x000040, "Wrong size on UMaterialExpressionActorPositionWS"); \ #define DUMPER7_ASSERTS_IRVOAvoidanceInterface \ static_assert(alignof(IRVOAvoidanceInterface) == 0x000001, "Wrong alignment on IRVOAvoidanceInterface"); \ static_assert(sizeof(IRVOAvoidanceInterface) == 0x000001, "Wrong size on IRVOAvoidanceInterface"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000088, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000080, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x000084, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArccosine \ static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ static_assert(sizeof(UMaterialExpressionArccosine) == 0x000058, "Wrong size on UMaterialExpressionArccosine"); \ static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x000040, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_HideActorComponents \ static_assert(alignof(SceneCaptureComponent_HideActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_HideActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_HideActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_HideActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_HideActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_HideActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_HideActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_HideComponent \ static_assert(alignof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideComponent"); \ static_assert(sizeof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong size on SceneCaptureComponent_HideComponent"); \ static_assert(offsetof(SceneCaptureComponent_HideComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_HideComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyActorComponents \ static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyComponent \ static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyComponent"); \ static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_RemoveShowOnlyComponent"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_SetCaptureSortPriority \ static_assert(alignof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong alignment on SceneCaptureComponent_SetCaptureSortPriority"); \ static_assert(sizeof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong size on SceneCaptureComponent_SetCaptureSortPriority"); \ static_assert(offsetof(SceneCaptureComponent_SetCaptureSortPriority, NewCaptureSortPriority) == 0x000000, "Member 'SceneCaptureComponent_SetCaptureSortPriority::NewCaptureSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyActorComponents \ static_assert(alignof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_ShowOnlyActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyComponent \ static_assert(alignof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyComponent"); \ static_assert(sizeof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_ShowOnlyComponent"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneCaptureComponent \ static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ static_assert(sizeof(USceneCaptureComponent) == 0x0002B0, "Wrong size on USceneCaptureComponent"); \ static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x0001F8, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x0001F9, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x0001FB, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000200, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000210, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000220, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000230, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000240, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x000244, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000248, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x00024C, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000250, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x000290, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneCaptureComponentCube \ static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ static_assert(sizeof(USceneCaptureComponentCube) == 0x0002E0, "Wrong size on USceneCaptureComponentCube"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x0002B0, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x0002B8, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetLeft) == 0x0002C0, "Member 'USceneCaptureComponentCube::TextureTargetLeft' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetRight) == 0x0002C8, "Member 'USceneCaptureComponentCube::TextureTargetRight' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetODS) == 0x0002D0, "Member 'USceneCaptureComponentCube::TextureTargetODS' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, IPD) == 0x0002D8, "Member 'USceneCaptureComponentCube::IPD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ static_assert(sizeof(UMaterialExpressionArcsine) == 0x000058, "Wrong size on UMaterialExpressionArcsine"); \ static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x000040, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor \ static_assert(alignof(UMaterialExpressionAtmosphericFogColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericFogColor"); \ static_assert(sizeof(UMaterialExpressionAtmosphericFogColor) == 0x000058, "Wrong size on UMaterialExpressionAtmosphericFogColor"); \ static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPosition) == 0x000040, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARigidBodyBase \ static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ static_assert(sizeof(ARigidBodyBase) == 0x000220, "Wrong size on ARigidBodyBase"); \ #define DUMPER7_ASSERTS_APhysicsConstraintActor \ static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ static_assert(sizeof(APhysicsConstraintActor) == 0x000240, "Wrong size on APhysicsConstraintActor"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000220, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000228, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000230, "Member 'APhysicsConstraintActor::ConstraintActor2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBlackBody \ static_assert(alignof(UMaterialExpressionBlackBody) == 0x000008, "Wrong alignment on UMaterialExpressionBlackBody"); \ static_assert(sizeof(UMaterialExpressionBlackBody) == 0x000058, "Wrong size on UMaterialExpressionBlackBody"); \ static_assert(offsetof(UMaterialExpressionBlackBody, Temp) == 0x000040, "Member 'UMaterialExpressionBlackBody::Temp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavAreaBase \ static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000088, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x000040, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x000058, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000070, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000084, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000085, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 0x000020, "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) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponent::bConstrainRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocation \ static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocation"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocation"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::Component' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::InBoneName' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, GrabLocation) == 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) == 0x000028, "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) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularDamping \ static_assert(alignof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularDamping"); \ static_assert(sizeof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularDamping"); \ static_assert(offsetof(PhysicsHandleComponent_SetAngularDamping, NewAngularDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularDamping::NewAngularDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularStiffness \ static_assert(alignof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularStiffness"); \ static_assert(sizeof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularStiffness"); \ static_assert(offsetof(PhysicsHandleComponent_SetAngularStiffness, NewAngularStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularStiffness::NewAngularStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetInterpolationSpeed \ static_assert(alignof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetInterpolationSpeed"); \ static_assert(sizeof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong size on PhysicsHandleComponent_SetInterpolationSpeed"); \ static_assert(offsetof(PhysicsHandleComponent_SetInterpolationSpeed, NewInterpolationSpeed) == 0x000000, "Member 'PhysicsHandleComponent_SetInterpolationSpeed::NewInterpolationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearDamping \ static_assert(alignof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearDamping"); \ static_assert(sizeof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearDamping"); \ static_assert(offsetof(PhysicsHandleComponent_SetLinearDamping, NewLinearDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearDamping::NewLinearDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearStiffness \ static_assert(alignof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearStiffness"); \ static_assert(sizeof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearStiffness"); \ static_assert(offsetof(PhysicsHandleComponent_SetLinearStiffness, NewLinearStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearStiffness::NewLinearStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocation \ static_assert(alignof(PhysicsHandleComponent_SetTargetLocation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetLocation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetLocation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocation::NewLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocationAndRotation \ static_assert(alignof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewRotation) == 0x00000C, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation \ static_assert(alignof(PhysicsHandleComponent_SetTargetRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetRotation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetRotation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetRotation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetRotation, NewRotation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GetGrabbedComponent \ static_assert(alignof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GetGrabbedComponent"); \ static_assert(sizeof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong size on PhysicsHandleComponent_GetGrabbedComponent"); \ static_assert(offsetof(PhysicsHandleComponent_GetGrabbedComponent, ReturnValue) == 0x000000, "Member 'PhysicsHandleComponent_GetGrabbedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GetTargetLocationAndRotation \ static_assert(alignof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ static_assert(sizeof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetLocation) == 0x000000, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetRotation) == 0x00000C, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsHandleComponent \ static_assert(alignof(UPhysicsHandleComponent) == 0x000010, "Wrong alignment on UPhysicsHandleComponent"); \ static_assert(sizeof(UPhysicsHandleComponent) == 0x000160, "Wrong size on UPhysicsHandleComponent"); \ static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000B0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000C4, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000C8, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000CC, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000D0, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000140, "Member 'UPhysicsHandleComponent::InterpolationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000058, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x000088, "Wrong size on UMaterialExpressionBumpOffset"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x000040, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x000054, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000068, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x00007C, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x000080, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x000084, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000040, "Wrong size on UMaterialExpressionCameraPositionWS"); \ #define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ static_assert(sizeof(UPhysicsThrusterComponent) == 0x000200, "Wrong size on UPhysicsThrusterComponent"); \ static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x0001F8, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCeil \ static_assert(alignof(UMaterialExpressionCeil) == 0x000008, "Wrong alignment on UMaterialExpressionCeil"); \ static_assert(sizeof(UMaterialExpressionCeil) == 0x000058, "Wrong size on UMaterialExpressionCeil"); \ static_assert(offsetof(UMaterialExpressionCeil, Input) == 0x000040, "Member 'UMaterialExpressionCeil::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRequired \ static_assert(alignof(UParticleModuleRequired) == 0x000008, "Wrong alignment on UParticleModuleRequired"); \ static_assert(sizeof(UParticleModuleRequired) == 0x000140, "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) == 0x00004C, "Member 'UParticleModuleRequired::EmitterRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, ScreenAlignment) == 0x000058, "Member 'UParticleModuleRequired::ScreenAlignment' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, SortMode) == 0x00005A, "Member 'UParticleModuleRequired::SortMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterDuration) == 0x00005C, "Member 'UParticleModuleRequired::EmitterDuration' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, SpawnRate) == 0x000060, "Member 'UParticleModuleRequired::SpawnRate' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, BurstList) == 0x000090, "Member 'UParticleModuleRequired::BurstList' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterDelay) == 0x0000A0, "Member 'UParticleModuleRequired::EmitterDelay' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterDelayLow) == 0x0000A4, "Member 'UParticleModuleRequired::EmitterDelayLow' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, InterpolationMethod) == 0x0000A9, "Member 'UParticleModuleRequired::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, ParticleBurstMethod) == 0x0000AB, "Member 'UParticleModuleRequired::ParticleBurstMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, OpacitySourceMode) == 0x0000AD, "Member 'UParticleModuleRequired::OpacitySourceMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterNormalsMode) == 0x0000AE, "Member 'UParticleModuleRequired::EmitterNormalsMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, SubImages_Horizontal) == 0x0000B0, "Member 'UParticleModuleRequired::SubImages_Horizontal' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, SubImages_Vertical) == 0x0000B4, "Member 'UParticleModuleRequired::SubImages_Vertical' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, RandomImageTime) == 0x0000B8, "Member 'UParticleModuleRequired::RandomImageTime' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, RandomImageChanges) == 0x0000BC, "Member 'UParticleModuleRequired::RandomImageChanges' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, MacroUVPosition) == 0x0000C0, "Member 'UParticleModuleRequired::MacroUVPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, MacroUVRadius) == 0x0000CC, "Member 'UParticleModuleRequired::MacroUVRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, UVFlippingMode) == 0x0000D0, "Member 'UParticleModuleRequired::UVFlippingMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, BoundingMode) == 0x0000D1, "Member 'UParticleModuleRequired::BoundingMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, NormalsSphereCenter) == 0x0000D4, "Member 'UParticleModuleRequired::NormalsSphereCenter' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, AlphaThreshold) == 0x0000E0, "Member 'UParticleModuleRequired::AlphaThreshold' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterLoops) == 0x0000E4, "Member 'UParticleModuleRequired::EmitterLoops' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, CutoutTexture) == 0x0000E8, "Member 'UParticleModuleRequired::CutoutTexture' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, MaxDrawCount) == 0x0000F0, "Member 'UParticleModuleRequired::MaxDrawCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, EmitterDurationLow) == 0x0000F4, "Member 'UParticleModuleRequired::EmitterDurationLow' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, NormalsCylinderDirection) == 0x0000F8, "Member 'UParticleModuleRequired::NormalsCylinderDirection' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleRequired, NamedMaterialOverrides) == 0x000108, "Member 'UParticleModuleRequired::NamedMaterialOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionClamp \ static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ static_assert(sizeof(UMaterialExpressionClamp) == 0x000088, "Wrong size on UMaterialExpressionClamp"); \ static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x000040, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionClamp, Min) == 0x000054, "Member 'UMaterialExpressionClamp::Min' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionClamp, Max) == 0x000068, "Member 'UMaterialExpressionClamp::Max' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x00007C, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x000080, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x000084, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute \ static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000040, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ #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_UMaterialExpressionComment \ static_assert(alignof(UMaterialExpressionComment) == 0x000008, "Wrong alignment on UMaterialExpressionComment"); \ static_assert(sizeof(UMaterialExpressionComment) == 0x000070, "Wrong size on UMaterialExpressionComment"); \ static_assert(offsetof(UMaterialExpressionComment, SizeX) == 0x000040, "Member 'UMaterialExpressionComment::SizeX' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionComment, SizeY) == 0x000044, "Member 'UMaterialExpressionComment::SizeY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionComment, Text) == 0x000048, "Member 'UMaterialExpressionComment::Text' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionComment, CommentColor) == 0x000058, "Member 'UMaterialExpressionComment::CommentColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionComment, FontSize) == 0x000068, "Member 'UMaterialExpressionComment::FontSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant \ static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ static_assert(sizeof(UMaterialExpressionConstant) == 0x000048, "Wrong size on UMaterialExpressionConstant"); \ static_assert(offsetof(UMaterialExpressionConstant, R) == 0x000040, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeBase \ static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ #define DUMPER7_ASSERTS_UParticleModuleSize \ static_assert(alignof(UParticleModuleSize) == 0x000008, "Wrong alignment on UParticleModuleSize"); \ static_assert(sizeof(UParticleModuleSize) == 0x000078, "Wrong size on UParticleModuleSize"); \ static_assert(offsetof(UParticleModuleSize, StartSize) == 0x000030, "Member 'UParticleModuleSize::StartSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant3Vector"); \ static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x000060, "Wrong size on UMaterialExpressionConstantBiasScale"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x000040, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x000054, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x000058, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed \ static_assert(alignof(UParticleModuleSizeScaleBySpeed) == 0x000008, "Wrong alignment on UParticleModuleSizeScaleBySpeed"); \ static_assert(sizeof(UParticleModuleSizeScaleBySpeed) == 0x000040, "Wrong size on UParticleModuleSizeScaleBySpeed"); \ static_assert(offsetof(UParticleModuleSizeScaleBySpeed, SpeedScale) == 0x000030, "Member 'UParticleModuleSizeScaleBySpeed::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSizeScaleBySpeed, MaxScale) == 0x000038, "Member 'UParticleModuleSizeScaleBySpeed::MaxScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCrossProduct \ static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000068, "Wrong size on UMaterialExpressionCrossProduct"); \ static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x000040, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x000054, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000088, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000060, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000068, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000070, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000288, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000258, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000268, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000278, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDDX \ static_assert(alignof(UMaterialExpressionDDX) == 0x000008, "Wrong alignment on UMaterialExpressionDDX"); \ static_assert(sizeof(UMaterialExpressionDDX) == 0x000058, "Wrong size on UMaterialExpressionDDX"); \ static_assert(offsetof(UMaterialExpressionDDX, Value) == 0x000040, "Member 'UMaterialExpressionDDX::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x000040, "Wrong size on UMaterialExpressionDecalDerivative"); \ #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_UMaterialExpressionDecalMipmapLevel \ static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x000060, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x000040, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x000054, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x000058, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDepthFade \ static_assert(alignof(UMaterialExpressionDepthFade) == 0x000008, "Wrong alignment on UMaterialExpressionDepthFade"); \ static_assert(sizeof(UMaterialExpressionDepthFade) == 0x000070, "Wrong size on UMaterialExpressionDepthFade"); \ static_assert(offsetof(UMaterialExpressionDepthFade, InOpacity) == 0x000040, "Member 'UMaterialExpressionDepthFade::InOpacity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistance) == 0x000054, "Member 'UMaterialExpressionDepthFade::FadeDistance' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDepthFade, OpacityDefault) == 0x000068, "Member 'UMaterialExpressionDepthFade::OpacityDefault' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistanceDefault) == 0x00006C, "Member 'UMaterialExpressionDepthFade::FadeDistanceDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface \ static_assert(alignof(UMaterialExpressionDistanceToNearestSurface) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceToNearestSurface"); \ static_assert(sizeof(UMaterialExpressionDistanceToNearestSurface) == 0x000058, "Wrong size on UMaterialExpressionDistanceToNearestSurface"); \ static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, Position) == 0x000040, "Member 'UMaterialExpressionDistanceToNearestSurface::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter \ static_assert(alignof(UMaterialExpressionDynamicParameter) == 0x000008, "Wrong alignment on UMaterialExpressionDynamicParameter"); \ static_assert(sizeof(UMaterialExpressionDynamicParameter) == 0x000068, "Wrong size on UMaterialExpressionDynamicParameter"); \ static_assert(offsetof(UMaterialExpressionDynamicParameter, ParamNames) == 0x000040, "Member 'UMaterialExpressionDynamicParameter::ParamNames' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDynamicParameter, DefaultValue) == 0x000050, "Member 'UMaterialExpressionDynamicParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDynamicParameter, ParameterIndex) == 0x000060, "Member 'UMaterialExpressionDynamicParameter::ParameterIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation \ static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000040, "Wrong size on UMaterialExpressionEyeAdaptation"); \ #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) == 0x0000C0, "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, TextureParameterValues) == 0x000070, "Member 'UMaterialFunctionInstance::TextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x000080, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x000090, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000A0, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000B0, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch \ static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x000058, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x000040, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFloor \ static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ static_assert(sizeof(UMaterialExpressionFloor) == 0x000058, "Wrong size on UMaterialExpressionFloor"); \ static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x000040, "Member 'UMaterialExpressionFloor::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFmod \ static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ static_assert(sizeof(UMaterialExpressionFmod) == 0x000068, "Wrong size on UMaterialExpressionFmod"); \ static_assert(offsetof(UMaterialExpressionFmod, A) == 0x000040, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFmod, B) == 0x000054, "Member 'UMaterialExpressionFmod::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance \ static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter \ static_assert(alignof(UMaterialExpressionFontSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionFontSampleParameter"); \ static_assert(sizeof(UMaterialExpressionFontSampleParameter) == 0x000070, "Wrong size on UMaterialExpressionFontSampleParameter"); \ static_assert(offsetof(UMaterialExpressionFontSampleParameter, ParameterName) == 0x000050, "Member 'UMaterialExpressionFontSampleParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFontSampleParameter, ExpressionGUID) == 0x000058, "Member 'UMaterialExpressionFontSampleParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFontSampleParameter, Group) == 0x000068, "Member 'UMaterialExpressionFontSampleParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFrac \ static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ static_assert(sizeof(UMaterialExpressionFrac) == 0x000058, "Wrong size on UMaterialExpressionFrac"); \ static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x000040, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ static_assert(sizeof(UMaterialExpressionFresnel) == 0x000088, "Wrong size on UMaterialExpressionFresnel"); \ static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x000040, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x000054, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x000058, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x00006C, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, Normal) == 0x000070, "Member 'UMaterialExpressionFresnel::Normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFunctionInput \ static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x0000C0, "Wrong size on UMaterialExpressionFunctionInput"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x000040, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x000054, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x000060, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, ID) == 0x000070, "Member 'UMaterialExpressionFunctionInput::ID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000080, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x000090, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x0000A4, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x000030, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput \ static_assert(alignof(UMaterialExpressionFunctionOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFunctionOutput"); \ static_assert(sizeof(UMaterialExpressionFunctionOutput) == 0x000088, "Wrong size on UMaterialExpressionFunctionOutput"); \ static_assert(offsetof(UMaterialExpressionFunctionOutput, OutputName) == 0x000040, "Member 'UMaterialExpressionFunctionOutput::OutputName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionOutput, Description) == 0x000048, "Member 'UMaterialExpressionFunctionOutput::Description' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionOutput, SortPriority) == 0x000058, "Member 'UMaterialExpressionFunctionOutput::SortPriority' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionOutput, A) == 0x00005C, "Member 'UMaterialExpressionFunctionOutput::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionOutput, ID) == 0x000074, "Member 'UMaterialExpressionFunctionOutput::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x000068, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x000058, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionGIReplace \ static_assert(alignof(UMaterialExpressionGIReplace) == 0x000008, "Wrong alignment on UMaterialExpressionGIReplace"); \ static_assert(sizeof(UMaterialExpressionGIReplace) == 0x000080, "Wrong size on UMaterialExpressionGIReplace"); \ static_assert(offsetof(UMaterialExpressionGIReplace, Default) == 0x000040, "Member 'UMaterialExpressionGIReplace::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionGIReplace, StaticIndirect) == 0x000054, "Member 'UMaterialExpressionGIReplace::StaticIndirect' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionGIReplace, DynamicIndirect) == 0x000068, "Member 'UMaterialExpressionGIReplace::DynamicIndirect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionHairAttributes \ static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x000048, "Wrong size on UMaterialExpressionHairAttributes"); \ #define DUMPER7_ASSERTS_UParticleModuleEventBase \ static_assert(alignof(UParticleModuleEventBase) == 0x000008, "Wrong alignment on UParticleModuleEventBase"); \ static_assert(sizeof(UParticleModuleEventBase) == 0x000030, "Wrong size on UParticleModuleEventBase"); \ #define DUMPER7_ASSERTS_UParticleModuleEventReceiverBase \ static_assert(alignof(UParticleModuleEventReceiverBase) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverBase"); \ static_assert(sizeof(UParticleModuleEventReceiverBase) == 0x000040, "Wrong size on UParticleModuleEventReceiverBase"); \ static_assert(offsetof(UParticleModuleEventReceiverBase, EventGeneratorType) == 0x000030, "Member 'UParticleModuleEventReceiverBase::EventGeneratorType' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleEventReceiverBase, EventName) == 0x000034, "Member 'UParticleModuleEventReceiverBase::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionHairColor \ static_assert(alignof(UMaterialExpressionHairColor) == 0x000008, "Wrong alignment on UMaterialExpressionHairColor"); \ static_assert(sizeof(UMaterialExpressionHairColor) == 0x000080, "Wrong size on UMaterialExpressionHairColor"); \ static_assert(offsetof(UMaterialExpressionHairColor, Melanin) == 0x000040, "Member 'UMaterialExpressionHairColor::Melanin' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionHairColor, Redness) == 0x000054, "Member 'UMaterialExpressionHairColor::Redness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionHairColor, DyeColor) == 0x000068, "Member 'UMaterialExpressionHairColor::DyeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionIf \ static_assert(alignof(UMaterialExpressionIf) == 0x000008, "Wrong alignment on UMaterialExpressionIf"); \ static_assert(sizeof(UMaterialExpressionIf) == 0x0000B0, "Wrong size on UMaterialExpressionIf"); \ static_assert(offsetof(UMaterialExpressionIf, A) == 0x000040, "Member 'UMaterialExpressionIf::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, B) == 0x000054, "Member 'UMaterialExpressionIf::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, AGreaterThanB) == 0x000068, "Member 'UMaterialExpressionIf::AGreaterThanB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, AEqualsB) == 0x00007C, "Member 'UMaterialExpressionIf::AEqualsB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, ALessThanB) == 0x000090, "Member 'UMaterialExpressionIf::ALessThanB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, EqualsThreshold) == 0x0000A4, "Member 'UMaterialExpressionIf::EqualsThreshold' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, ConstB) == 0x0000A8, "Member 'UMaterialExpressionIf::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionIf, ConstAEqualsB) == 0x0000AC, "Member 'UMaterialExpressionIf::ConstAEqualsB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate \ static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x000090, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionInverseLinearInterpolate::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000068, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x000084, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x000088, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000040, "Wrong size on UMaterialExpressionLightmapUVs"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000068, "Wrong size on UMaterialExpressionLightmassReplace"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000054, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000088, "Wrong size on UMaterialExpressionLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000068, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000084, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionLogarithm2 \ static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x000058, "Wrong size on UMaterialExpressionLogarithm2"); \ static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x000040, "Member 'UMaterialExpressionLogarithm2::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x000270, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x000040, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x000054, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000068, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x00007C, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x000090, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x0000A4, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0000B8, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, OpacityMask) == 0x0000CC, "Member 'UMaterialExpressionMakeMaterialAttributes::OpacityMask' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x0000E0, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x0000F4, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000108, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldDisplacement) == 0x00011C, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldDisplacement' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, TessellationMultiplier) == 0x000130, "Member 'UMaterialExpressionMakeMaterialAttributes::TessellationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x000144, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x000158, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x00016C, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x000180, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x000194, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x0001A8, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000248, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x00025C, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV \ static_assert(alignof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000008, "Wrong alignment on UMaterialExpressionMapARPassthroughCameraUV"); \ static_assert(sizeof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000058, "Wrong size on UMaterialExpressionMapARPassthroughCameraUV"); \ static_assert(offsetof(UMaterialExpressionMapARPassthroughCameraUV, Coordinates) == 0x000040, "Member 'UMaterialExpressionMapARPassthroughCameraUV::Coordinates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ParameterName) == 0x000040, "Member 'UMaterialExpressionMaterialAttributeLayers::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ExpressionGUID) == 0x000048, "Member 'UMaterialExpressionMaterialAttributeLayers::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x000058, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x000070, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0000B0, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x0000C0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x0000C8, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x0000D8, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x0000DC, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLightBase \ static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ #define DUMPER7_ASSERTS_UParticleModuleLight \ static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ static_assert(sizeof(UParticleModuleLight) == 0x000120, "Wrong size on UParticleModuleLight"); \ static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000030, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000031, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x000032, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x000034, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000038, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x000080, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000B0, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x0000E0, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000110, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000114, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x000118, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x000119, "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) == 0x000140, "Wrong size on UParticleModuleLight_Seeded"); \ static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000120, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall \ static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x000058, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x000040, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x000048, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000088, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000068, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x000054, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMax \ static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ static_assert(sizeof(UMaterialExpressionMax) == 0x000070, "Wrong size on UMaterialExpressionMax"); \ static_assert(offsetof(UMaterialExpressionMax, A) == 0x000040, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, B) == 0x000054, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000068, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x00006C, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionMin \ static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ static_assert(sizeof(UMaterialExpressionMin) == 0x000070, "Wrong size on UMaterialExpressionMin"); \ static_assert(offsetof(UMaterialExpressionMin, A) == 0x000040, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMin, B) == 0x000054, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000068, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x00006C, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlanarReflectionComponent \ static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ static_assert(sizeof(UPlanarReflectionComponent) == 0x0003A0, "Wrong size on UPlanarReflectionComponent"); \ static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x0002B0, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x0002B8, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x0002BC, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x0002C0, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x0002C4, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x0002C8, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x0002CC, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x0002D0, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x0002D4, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x0002D8, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x0002DC, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x0002E0, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x0002E4, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x0002E5, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMultiply \ static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ static_assert(sizeof(UMaterialExpressionMultiply) == 0x000070, "Wrong size on UMaterialExpressionMultiply"); \ static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x000040, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x000054, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000068, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x00006C, "Member 'UMaterialExpressionMultiply::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRerouteBase \ static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionRerouteBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionNamedRerouteDeclaration \ static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000070, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x000040, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x000054, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x00005C, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionNamedRerouteUsage \ static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x000058, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x000040, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x000048, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionNoise \ static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ static_assert(sizeof(UMaterialExpressionNoise) == 0x000090, "Wrong size on UMaterialExpressionNoise"); \ static_assert(offsetof(UMaterialExpressionNoise, Position) == 0x000040, "Member 'UMaterialExpressionNoise::Position' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x000054, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000068, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x00006C, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000070, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000078, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x00007C, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000080, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x000084, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x00008C, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ static_assert(sizeof(UMaterialExpressionNormalize) == 0x000058, "Wrong size on UMaterialExpressionNormalize"); \ static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x000040, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000238, "Wrong size on APointLight"); \ static_assert(offsetof(APointLight, PointLightComponent) == 0x000230, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation \ static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x000040, "Wrong size on UMaterialExpressionObjectOrientation"); \ #define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x000040, "Wrong size on UMaterialExpressionObjectPositionWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionObjectRadius \ static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x000040, "Wrong size on UMaterialExpressionObjectRadius"); \ #define DUMPER7_ASSERTS_UObjectTraceWorldSubsystem \ static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000038, "Wrong size on UObjectTraceWorldSubsystem"); \ #define DUMPER7_ASSERTS_UMaterialExpressionOneMinus \ static_assert(alignof(UMaterialExpressionOneMinus) == 0x000008, "Wrong alignment on UMaterialExpressionOneMinus"); \ static_assert(sizeof(UMaterialExpressionOneMinus) == 0x000058, "Wrong size on UMaterialExpressionOneMinus"); \ static_assert(offsetof(UMaterialExpressionOneMinus, Input) == 0x000040, "Member 'UMaterialExpressionOneMinus::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseAsset \ static_assert(alignof(UPoseAsset) == 0x000008, "Wrong alignment on UPoseAsset"); \ static_assert(sizeof(UPoseAsset) == 0x000130, "Wrong size on UPoseAsset"); \ static_assert(offsetof(UPoseAsset, PoseContainer) == 0x000080, "Member 'UPoseAsset::PoseContainer' has a wrong offset!"); \ static_assert(offsetof(UPoseAsset, bAdditivePose) == 0x000110, "Member 'UPoseAsset::bAdditivePose' has a wrong offset!"); \ static_assert(offsetof(UPoseAsset, BasePoseIndex) == 0x000114, "Member 'UPoseAsset::BasePoseIndex' has a wrong offset!"); \ static_assert(offsetof(UPoseAsset, RetargetSource) == 0x000118, "Member 'UPoseAsset::RetargetSource' has a wrong offset!"); \ static_assert(offsetof(UPoseAsset, RetargetSourceAssetReferencePose) == 0x000120, "Member 'UPoseAsset::RetargetSourceAssetReferencePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPanner \ static_assert(alignof(UMaterialExpressionPanner) == 0x000008, "Wrong alignment on UMaterialExpressionPanner"); \ static_assert(sizeof(UMaterialExpressionPanner) == 0x000090, "Wrong size on UMaterialExpressionPanner"); \ static_assert(offsetof(UMaterialExpressionPanner, Coordinate) == 0x000040, "Member 'UMaterialExpressionPanner::Coordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, Time) == 0x000054, "Member 'UMaterialExpressionPanner::Time' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, Speed) == 0x000068, "Member 'UMaterialExpressionPanner::Speed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, SpeedX) == 0x00007C, "Member 'UMaterialExpressionPanner::SpeedX' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, SpeedY) == 0x000080, "Member 'UMaterialExpressionPanner::SpeedY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, ConstCoordinate) == 0x000084, "Member 'UMaterialExpressionPanner::ConstCoordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPanner, bFractionalPart) == 0x000088, "Member 'UMaterialExpressionPanner::bFractionalPart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleColor \ static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ static_assert(sizeof(UMaterialExpressionParticleColor) == 0x000040, "Wrong size on UMaterialExpressionParticleColor"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x000040, "Wrong size on UMaterialExpressionParticleDirection"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume \ static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x000040, "Wrong size on UMaterialExpressionParticleMacroUV"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x000040, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS \ static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x000040, "Wrong size on UMaterialExpressionParticlePositionWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x000040, "Wrong size on UMaterialExpressionParticleRadius"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTransformPosition \ static_assert(alignof(UMaterialExpressionTransformPosition) == 0x000008, "Wrong alignment on UMaterialExpressionTransformPosition"); \ static_assert(sizeof(UMaterialExpressionTransformPosition) == 0x000058, "Wrong size on UMaterialExpressionTransformPosition"); \ static_assert(offsetof(UMaterialExpressionTransformPosition, Input) == 0x000040, "Member 'UMaterialExpressionTransformPosition::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTransformPosition, TransformSourceType) == 0x000054, "Member 'UMaterialExpressionTransformPosition::TransformSourceType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTransformPosition, TransformType) == 0x000055, "Member 'UMaterialExpressionTransformPosition::TransformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleRandom \ static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x000040, "Wrong size on UMaterialExpressionParticleRandom"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime \ static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x000040, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000040, "Wrong size on UMaterialExpressionParticleSize"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000040, "Wrong size on UMaterialExpressionParticleSpeed"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ static_assert(sizeof(UMaterialExpressionVertexColor) == 0x000040, "Wrong size on UMaterialExpressionVertexColor"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV \ static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000068, "Wrong size on UMaterialExpressionParticleSubUV"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x000060, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x000040, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x000054, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x000058, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPixelDepth \ static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x000040, "Wrong size on UMaterialExpressionPixelDepth"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000040, "Wrong size on UMaterialExpressionPixelNormalWS"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamModifier \ static_assert(alignof(UParticleModuleBeamModifier) == 0x000008, "Wrong alignment on UParticleModuleBeamModifier"); \ static_assert(sizeof(UParticleModuleBeamModifier) == 0x000108, "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) == 0x000080, "Member 'UParticleModuleBeamModifier::TangentOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, Tangent) == 0x000088, "Member 'UParticleModuleBeamModifier::Tangent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, StrengthOptions) == 0x0000D4, "Member 'UParticleModuleBeamModifier::StrengthOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, Strength) == 0x0000D8, "Member 'UParticleModuleBeamModifier::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask \ static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x000040, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition \ static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ #define DUMPER7_ASSERTS_UParticleModuleCameraBase \ static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch \ static_assert(alignof(UMaterialExpressionPreviousFrameSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPreviousFrameSwitch"); \ static_assert(sizeof(UMaterialExpressionPreviousFrameSwitch) == 0x000068, "Wrong size on UMaterialExpressionPreviousFrameSwitch"); \ static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, CurrentFrame) == 0x000040, "Member 'UMaterialExpressionPreviousFrameSwitch::CurrentFrame' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, PreviousFrame) == 0x000054, "Member 'UMaterialExpressionPreviousFrameSwitch::PreviousFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000068, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x000040, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x000054, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000068, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x000040, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x000054, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionReflectionVectorWS \ static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x000058, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x000040, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionReroute \ static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ static_assert(sizeof(UMaterialExpressionReroute) == 0x000058, "Wrong size on UMaterialExpressionReroute"); \ static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x000040, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis \ static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x000098, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x000040, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x000054, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000068, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Position) == 0x00007C, "Member 'UMaterialExpressionRotateAboutAxis::Position' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x000090, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRotator \ static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ static_assert(sizeof(UMaterialExpressionRotator) == 0x000078, "Wrong size on UMaterialExpressionRotator"); \ static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x000040, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x000054, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000068, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x00006C, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000070, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x000074, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleColorOverLife \ static_assert(alignof(UParticleModuleColorOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorOverLife"); \ static_assert(sizeof(UParticleModuleColorOverLife) == 0x0000B0, "Wrong size on UParticleModuleColorOverLife"); \ static_assert(offsetof(UParticleModuleColorOverLife, ColorOverLife) == 0x000030, "Member 'UParticleModuleColorOverLife::ColorOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleColorOverLife, AlphaOverLife) == 0x000078, "Member 'UParticleModuleColorOverLife::AlphaOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRound \ static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ static_assert(sizeof(UMaterialExpressionRound) == 0x000058, "Wrong size on UMaterialExpressionRound"); \ static_assert(offsetof(UMaterialExpressionRound, Input) == 0x000040, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x0000D0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x00007C, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x0000A4, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, mask) == 0x0000B8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000068, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000098, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsVectorField \ static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000078, "Wrong size on UMaterialExpressionSceneDepth"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x000058, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater \ static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x000068, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x000058, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x000060, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ static_assert(sizeof(UParticleModuleTypeDataGpu) == 0x000420, "Wrong size on UParticleModuleTypeDataGpu"); \ static_assert(offsetof(UParticleModuleTypeDataGpu, EmitterInfo) == 0x000030, "Member 'UParticleModuleTypeDataGpu::EmitterInfo' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataGpu, ResourceData) == 0x0002B0, "Member 'UParticleModuleTypeDataGpu::ResourceData' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataGpu, CameraMotionBlurAmount) == 0x000410, "Member 'UParticleModuleTypeDataGpu::CameraMotionBlurAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000040, "Wrong size on UMaterialExpressionSceneTexelSize"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneTexture \ static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x000058, "Wrong size on UMaterialExpressionSceneTexture"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x000040, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x000054, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x000055, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000040, "Wrong size on UMaterialExpressionScreenPosition"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x000060, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x000040, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x000050, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionShaderStageSwitch \ static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000068, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x000040, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x000054, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadingModel \ static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ static_assert(sizeof(UMaterialExpressionShadingModel) == 0x000048, "Wrong size on UMaterialExpressionShadingModel"); \ static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x000040, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch \ static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x000090, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x000040, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x000054, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000068, "Wrong size on UMaterialExpressionShadowReplace"); \ static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x000040, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x000054, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationBoneSocket \ static_assert(alignof(UParticleModuleLocationBoneSocket) == 0x000008, "Wrong alignment on UParticleModuleLocationBoneSocket"); \ static_assert(sizeof(UParticleModuleLocationBoneSocket) == 0x000070, "Wrong size on UParticleModuleLocationBoneSocket"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceType) == 0x000030, "Member 'UParticleModuleLocationBoneSocket::SourceType' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, UniversalOffset) == 0x000034, "Member 'UParticleModuleLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceLocations) == 0x000040, "Member 'UParticleModuleLocationBoneSocket::SourceLocations' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, SelectionMethod) == 0x000050, "Member 'UParticleModuleLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, InheritVelocityScale) == 0x000058, "Member 'UParticleModuleLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, SkelMeshActorParamName) == 0x00005C, "Member 'UParticleModuleLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationBoneSocket, NumPreSelectedIndices) == 0x000064, "Member 'UParticleModuleLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSign \ static_assert(alignof(UMaterialExpressionSign) == 0x000008, "Wrong alignment on UMaterialExpressionSign"); \ static_assert(sizeof(UMaterialExpressionSign) == 0x000058, "Wrong size on UMaterialExpressionSign"); \ static_assert(offsetof(UMaterialExpressionSign, Input) == 0x000040, "Member 'UMaterialExpressionSign::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSine \ static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ static_assert(sizeof(UMaterialExpressionSine) == 0x000058, "Wrong size on UMaterialExpressionSine"); \ static_assert(offsetof(UMaterialExpressionSine, Input) == 0x000040, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSine, Period) == 0x000054, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000058, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x000044, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere_Seeded \ static_assert(alignof(UParticleModuleLocationPrimitiveSphere_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveSphere_Seeded"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveSphere_Seeded) == 0x000100, "Wrong size on UParticleModuleLocationPrimitiveSphere_Seeded"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveSphere_Seeded, RandomSeedInfo) == 0x0000E0, "Member 'UParticleModuleLocationPrimitiveSphere_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x000088, "Wrong size on UMaterialExpressionSmoothStep"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, Min) == 0x000040, "Member 'UMaterialExpressionSmoothStep::Min' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, Max) == 0x000054, "Member 'UMaterialExpressionSmoothStep::Max' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000068, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x00007C, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x000080, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x000084, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSobol \ static_assert(alignof(UMaterialExpressionSobol) == 0x000008, "Wrong alignment on UMaterialExpressionSobol"); \ static_assert(sizeof(UMaterialExpressionSobol) == 0x000088, "Wrong size on UMaterialExpressionSobol"); \ static_assert(offsetof(UMaterialExpressionSobol, Cell) == 0x000040, "Member 'UMaterialExpressionSobol::Cell' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSobol, Index_0) == 0x000054, "Member 'UMaterialExpressionSobol::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSobol, Seed) == 0x000068, "Member 'UMaterialExpressionSobol::Seed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSobol, ConstIndex) == 0x00007C, "Member 'UMaterialExpressionSobol::ConstIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSobol, ConstSeed) == 0x000080, "Member 'UMaterialExpressionSobol::ConstSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocation \ static_assert(alignof(UParticleModuleLocation) == 0x000008, "Wrong alignment on UParticleModuleLocation"); \ static_assert(sizeof(UParticleModuleLocation) == 0x000080, "Wrong size on UParticleModuleLocation"); \ static_assert(offsetof(UParticleModuleLocation, StartLocation) == 0x000030, "Member 'UParticleModuleLocation::StartLocation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocation, DistributeOverNPoints) == 0x000078, "Member 'UParticleModuleLocation::DistributeOverNPoints' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocation, DistributeThreshold) == 0x00007C, "Member 'UParticleModuleLocation::DistributeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset \ static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000080, "Wrong size on UParticleModuleLocationWorldOffset"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset_Seeded \ static_assert(alignof(UParticleModuleLocationWorldOffset_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset_Seeded"); \ static_assert(sizeof(UParticleModuleLocationWorldOffset_Seeded) == 0x0000A0, "Wrong size on UParticleModuleLocationWorldOffset_Seeded"); \ static_assert(offsetof(UParticleModuleLocationWorldOffset_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleLocationWorldOffset_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSpeedTree \ static_assert(alignof(UMaterialExpressionSpeedTree) == 0x000008, "Wrong alignment on UMaterialExpressionSpeedTree"); \ static_assert(sizeof(UMaterialExpressionSpeedTree) == 0x0000A0, "Wrong size on UMaterialExpressionSpeedTree"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryInput) == 0x000040, "Member 'UMaterialExpressionSpeedTree::GeometryInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, WindInput) == 0x000054, "Member 'UMaterialExpressionSpeedTree::WindInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, LODInput) == 0x000068, "Member 'UMaterialExpressionSpeedTree::LODInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, ExtraBendWS) == 0x00007C, "Member 'UMaterialExpressionSpeedTree::ExtraBendWS' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryType) == 0x000090, "Member 'UMaterialExpressionSpeedTree::GeometryType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, WindType) == 0x000091, "Member 'UMaterialExpressionSpeedTree::WindType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, LODType) == 0x000092, "Member 'UMaterialExpressionSpeedTree::LODType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, BillboardThreshold) == 0x000094, "Member 'UMaterialExpressionSpeedTree::BillboardThreshold' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpeedTree, bAccurateWindVelocities) == 0x000098, "Member 'UMaterialExpressionSpeedTree::bAccurateWindVelocities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000098, "Wrong size on UMaterialExpressionSphereMask"); \ static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x000040, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x000054, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000068, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x00007C, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000090, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000094, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity \ static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x000058, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x000040, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x000054, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x000058, "Wrong size on UMaterialExpressionSquareRoot"); \ static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x000040, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AParticleEventManager \ static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ static_assert(sizeof(AParticleEventManager) == 0x000220, "Wrong size on AParticleEventManager"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x000080, "Wrong size on UMaterialExpressionStaticSwitch"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x000044, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, B) == 0x000058, "Member 'UMaterialExpressionStaticSwitch::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x00006C, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStep \ static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ static_assert(sizeof(UMaterialExpressionStep) == 0x000070, "Wrong size on UMaterialExpressionStep"); \ static_assert(offsetof(UMaterialExpressionStep, Y) == 0x000040, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, X) == 0x000054, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000068, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x00006C, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ static_assert(sizeof(UMaterialExpressionSubtract) == 0x000070, "Wrong size on UMaterialExpressionSubtract"); \ static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x000040, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x000054, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000068, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x00006C, "Member 'UMaterialExpressionSubtract::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTangent \ static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ static_assert(sizeof(UMaterialExpressionTangent) == 0x000058, "Wrong size on UMaterialExpressionTangent"); \ static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x000040, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x000054, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionTangentOutput \ static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x000058, "Wrong size on UMaterialExpressionTangentOutput"); \ static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x000040, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000078, "Wrong size on UMaterialExpressionTemporalSobol"); \ static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x000040, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x000054, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000068, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x00006C, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x000050, "Wrong size on UMaterialExpressionTextureCoordinate"); \ static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x000040, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x000044, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x000048, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureObject \ static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ static_assert(sizeof(UMaterialExpressionTextureObject) == 0x000048, "Wrong size on UMaterialExpressionTextureObject"); \ #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_UMaterialExpressionTextureObjectParameter \ static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x000058, "Wrong size on UMaterialExpressionTextureProperty"); \ static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x000040, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x000054, "Member 'UMaterialExpressionTextureProperty::Property' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV \ static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000088, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ #define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000058, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x000040, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTime \ static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ static_assert(sizeof(UMaterialExpressionTime) == 0x000048, "Wrong size on UMaterialExpressionTime"); \ static_assert(offsetof(UMaterialExpressionTime, Period) == 0x000044, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTransform \ static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ static_assert(sizeof(UMaterialExpressionTransform) == 0x000058, "Wrong size on UMaterialExpressionTransform"); \ static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x000040, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x000054, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x000055, "Member 'UMaterialExpressionTransform::TransformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTruncate \ static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ static_assert(sizeof(UMaterialExpressionTruncate) == 0x000058, "Wrong size on UMaterialExpressionTruncate"); \ static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x000040, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x000068, "Wrong size on UMaterialExpressionVectorNoise"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, Position) == 0x000040, "Member 'UMaterialExpressionVectorNoise::Position' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x000054, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x000058, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x000060, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x000040, "Wrong size on UMaterialExpressionVertexNormalWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000040, "Wrong size on UMaterialExpressionVertexTangentWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch \ static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000068, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x000040, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionWorldPosition \ static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x000048, "Wrong size on UMaterialExpressionWorldPosition"); \ static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x000040, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunction \ static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ static_assert(sizeof(UMaterialFunction) == 0x000058, "Wrong size on UMaterialFunction"); \ static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayer"); \ #define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ #define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ #define DUMPER7_ASSERTS_AMaterialInstanceActor \ static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ static_assert(sizeof(AMaterialInstanceActor) == 0x000230, "Wrong size on AMaterialInstanceActor"); \ static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000220, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters \ static_assert(alignof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyInterpParameters"); \ static_assert(sizeof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyInterpParameters"); \ static_assert(offsetof(MaterialInstanceDynamic_CopyInterpParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_CopyInterpParameters::Source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides \ static_assert(alignof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyParameterOverrides"); \ static_assert(sizeof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyParameterOverrides"); \ static_assert(offsetof(MaterialInstanceDynamic_CopyParameterOverrides, MaterialInstance) == 0x000000, "Member 'MaterialInstanceDynamic_CopyParameterOverrides::MaterialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters \ static_assert(alignof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::Source' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, bQuickParametersOnly) == 0x000008, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::bQuickParametersOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue \ static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000014, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValue \ static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValue \ static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams \ static_assert(alignof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ static_assert(sizeof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceA) == 0x000000, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceA' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceB) == 0x000008, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceB' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, Alpha) == 0x000010, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_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_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) == 0x000360, "Wrong size on UMaterialInstanceDynamic"); \ #define DUMPER7_ASSERTS_MatineeActor_EnableGroupByName \ static_assert(alignof(MatineeActor_EnableGroupByName) == 0x000008, "Wrong alignment on MatineeActor_EnableGroupByName"); \ static_assert(sizeof(MatineeActor_EnableGroupByName) == 0x000018, "Wrong size on MatineeActor_EnableGroupByName"); \ static_assert(offsetof(MatineeActor_EnableGroupByName, GroupName) == 0x000000, "Member 'MatineeActor_EnableGroupByName::GroupName' has a wrong offset!"); \ static_assert(offsetof(MatineeActor_EnableGroupByName, bEnable) == 0x000010, "Member 'MatineeActor_EnableGroupByName::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeActor_SetLoopingState \ static_assert(alignof(MatineeActor_SetLoopingState) == 0x000001, "Wrong alignment on MatineeActor_SetLoopingState"); \ static_assert(sizeof(MatineeActor_SetLoopingState) == 0x000001, "Wrong size on MatineeActor_SetLoopingState"); \ static_assert(offsetof(MatineeActor_SetLoopingState, bNewLooping) == 0x000000, "Member 'MatineeActor_SetLoopingState::bNewLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeActor_SetPosition \ static_assert(alignof(MatineeActor_SetPosition) == 0x000004, "Wrong alignment on MatineeActor_SetPosition"); \ static_assert(sizeof(MatineeActor_SetPosition) == 0x000008, "Wrong size on MatineeActor_SetPosition"); \ static_assert(offsetof(MatineeActor_SetPosition, NewPosition) == 0x000000, "Member 'MatineeActor_SetPosition::NewPosition' has a wrong offset!"); \ static_assert(offsetof(MatineeActor_SetPosition, bJump) == 0x000004, "Member 'MatineeActor_SetPosition::bJump' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMatineeActor \ static_assert(alignof(AMatineeActor) == 0x000008, "Wrong alignment on AMatineeActor"); \ static_assert(sizeof(AMatineeActor) == 0x0002C8, "Wrong size on AMatineeActor"); \ static_assert(offsetof(AMatineeActor, MatineeData) == 0x000220, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000228, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PlayRate) == 0x000230, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x000238, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x000240, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x000248, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupInst) == 0x000260, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000270, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, InterpPosition) == 0x000284, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x00028C, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPlay) == 0x000290, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnStop) == 0x0002A0, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPause) == 0x0002B0, "Member 'AMatineeActor::OnPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ static_assert(sizeof(AMatineeActorCameraAnim) == 0x0002D0, "Wrong size on AMatineeActorCameraAnim"); \ static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x0002C8, "Member 'AMatineeActorCameraAnim::CameraAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMatineeAnimInterface \ static_assert(alignof(IMatineeAnimInterface) == 0x000001, "Wrong alignment on IMatineeAnimInterface"); \ static_assert(sizeof(IMatineeAnimInterface) == 0x000001, "Wrong size on IMatineeAnimInterface"); \ #define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ static_assert(sizeof(AMeshMergeCullingVolume) == 0x000258, "Wrong size on AMeshMergeCullingVolume"); \ #define DUMPER7_ASSERTS_UMeshSimplificationSettings \ static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ static_assert(sizeof(UMeshSimplificationSettings) == 0x000040, "Wrong size on UMeshSimplificationSettings"); \ static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000038, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000030, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StartColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StartColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, EndColor) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::EndColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, Axis) == 0x000028, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, bConvertToSRGB) == 0x000029, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000020, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, FillColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::FillColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, bConvertToSRGB) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices \ static_assert(alignof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong size on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_RemovePaintedVertices, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_RemovePaintedVertices::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary \ static_assert(alignof(UMeshVertexPainterKismetLibrary) == 0x000008, "Wrong alignment on UMeshVertexPainterKismetLibrary"); \ static_assert(sizeof(UMeshVertexPainterKismetLibrary) == 0x000028, "Wrong size on UMeshVertexPainterKismetLibrary"); \ #define DUMPER7_ASSERTS_UModelComponent \ static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ static_assert(sizeof(UModelComponent) == 0x000490, "Wrong size on UModelComponent"); \ static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000468, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMorphTarget \ static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ static_assert(sizeof(UMorphTarget) == 0x000040, "Wrong size on UMorphTarget"); \ static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavAgentInterface \ static_assert(alignof(INavAgentInterface) == 0x000001, "Wrong alignment on INavAgentInterface"); \ static_assert(sizeof(INavAgentInterface) == 0x000001, "Wrong size on INavAgentInterface"); \ #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_UNavigationSystemBase \ static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ static_assert(sizeof(UNavigationSystemBase) == 0x000028, "Wrong size on UNavigationSystemBase"); \ #define DUMPER7_ASSERTS_INavPathObserverInterface \ static_assert(alignof(INavPathObserverInterface) == 0x000001, "Wrong alignment on INavPathObserverInterface"); \ static_assert(sizeof(INavPathObserverInterface) == 0x000001, "Wrong size on INavPathObserverInterface"); \ #define DUMPER7_ASSERTS_INavRelevantInterface \ static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ #define DUMPER7_ASSERTS_USimulatedClientNetConnection \ static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ static_assert(sizeof(USimulatedClientNetConnection) == 0x001BA8, "Wrong size on USimulatedClientNetConnection"); \ #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_UNetworkSettings \ static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ static_assert(sizeof(UNetworkSettings) == 0x000058, "Wrong size on UNetworkSettings"); \ static_assert(offsetof(UNetworkSettings, MaxRepArraySize) == 0x00003C, "Member 'UNetworkSettings::MaxRepArraySize' has a wrong offset!"); \ static_assert(offsetof(UNetworkSettings, MaxRepArrayMemory) == 0x000040, "Member 'UNetworkSettings::MaxRepArrayMemory' has a wrong offset!"); \ static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000048, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNodeMappingContainer \ static_assert(alignof(UNodeMappingContainer) == 0x000008, "Wrong alignment on UNodeMappingContainer"); \ static_assert(sizeof(UNodeMappingContainer) == 0x000168, "Wrong size on UNodeMappingContainer"); \ static_assert(offsetof(UNodeMappingContainer, SourceItems) == 0x000028, "Member 'UNodeMappingContainer::SourceItems' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, TargetItems) == 0x000078, "Member 'UNodeMappingContainer::TargetItems' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, SourceToTarget) == 0x0000C8, "Member 'UNodeMappingContainer::SourceToTarget' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, SourceAsset) == 0x000118, "Member 'UNodeMappingContainer::SourceAsset' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, TargetAsset) == 0x000140, "Member 'UNodeMappingContainer::TargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANote \ static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ static_assert(sizeof(ANote) == 0x000220, "Wrong size on ANote"); \ #define DUMPER7_ASSERTS_UObjectLibrary \ static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ static_assert(sizeof(UObjectLibrary) == 0x0000A8, "Wrong size on UObjectLibrary"); \ static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000028, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000030, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, Objects) == 0x000038, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000048, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000058, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000059, "Member 'UObjectLibrary::bIsFullyLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UPackageMapClient \ static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ static_assert(sizeof(UPackageMapClient) == 0x000408, "Wrong size on UPackageMapClient"); \ #define DUMPER7_ASSERTS_APainCausingVolume \ static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ static_assert(sizeof(APainCausingVolume) == 0x000290, "Wrong size on APainCausingVolume"); \ static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x00026C, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageType) == 0x000270, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000278, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000280, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleEmitter \ static_assert(alignof(UParticleEmitter) == 0x000008, "Wrong alignment on UParticleEmitter"); \ static_assert(sizeof(UParticleEmitter) == 0x0001B8, "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_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) == 0x000110, "Wrong size on UParticleSystem"); \ static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000030, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x000034, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000038, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x00003C, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, Emitters) == 0x000040, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000050, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000058, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000060, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x000064, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODDistances) == 0x000068, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODSettings) == 0x000078, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x000088, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000A4, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, Delay) == 0x0000A8, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000AC, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000B2, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000B3, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000B4, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000B5, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000B7, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000B8, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000BC, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000C0, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x0000CC, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SoloTracking) == 0x0000E8, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x0000F8, "Member 'UParticleSystem::NamedMaterialSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAcceleration \ static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ static_assert(sizeof(UParticleModuleAcceleration) == 0x000088, "Wrong size on UParticleModuleAcceleration"); \ static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000038, "Member 'UParticleModuleAcceleration::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationConstant \ static_assert(alignof(UParticleModuleAccelerationConstant) == 0x000008, "Wrong alignment on UParticleModuleAccelerationConstant"); \ static_assert(sizeof(UParticleModuleAccelerationConstant) == 0x000048, "Wrong size on UParticleModuleAccelerationConstant"); \ static_assert(offsetof(UParticleModuleAccelerationConstant, Acceleration) == 0x000038, "Member 'UParticleModuleAccelerationConstant::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorLine \ static_assert(alignof(UParticleModuleAttractorLine) == 0x000008, "Wrong alignment on UParticleModuleAttractorLine"); \ static_assert(sizeof(UParticleModuleAttractorLine) == 0x0000A8, "Wrong size on UParticleModuleAttractorLine"); \ static_assert(offsetof(UParticleModuleAttractorLine, EndPoint0) == 0x000030, "Member 'UParticleModuleAttractorLine::EndPoint0' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorLine, EndPoint1) == 0x00003C, "Member 'UParticleModuleAttractorLine::EndPoint1' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorLine, Range) == 0x000048, "Member 'UParticleModuleAttractorLine::Range' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorLine, Strength) == 0x000078, "Member 'UParticleModuleAttractorLine::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorPoint \ static_assert(alignof(UParticleModuleAttractorPoint) == 0x000008, "Wrong alignment on UParticleModuleAttractorPoint"); \ static_assert(sizeof(UParticleModuleAttractorPoint) == 0x0000E0, "Wrong size on UParticleModuleAttractorPoint"); \ static_assert(offsetof(UParticleModuleAttractorPoint, Position) == 0x000030, "Member 'UParticleModuleAttractorPoint::Position' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorPoint, Range) == 0x000078, "Member 'UParticleModuleAttractorPoint::Range' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorPoint, Strength) == 0x0000A8, "Member 'UParticleModuleAttractorPoint::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorPointGravity \ static_assert(alignof(UParticleModuleAttractorPointGravity) == 0x000008, "Wrong alignment on UParticleModuleAttractorPointGravity"); \ static_assert(sizeof(UParticleModuleAttractorPointGravity) == 0x000078, "Wrong size on UParticleModuleAttractorPointGravity"); \ static_assert(offsetof(UParticleModuleAttractorPointGravity, Position) == 0x000030, "Member 'UParticleModuleAttractorPointGravity::Position' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorPointGravity, Radius) == 0x00003C, "Member 'UParticleModuleAttractorPointGravity::Radius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorPointGravity, Strength) == 0x000040, "Member 'UParticleModuleAttractorPointGravity::Strength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorPointGravity, StrengthRaw) == 0x000048, "Member 'UParticleModuleAttractorPointGravity::StrengthRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamSource \ static_assert(alignof(UParticleModuleBeamSource) == 0x000008, "Wrong alignment on UParticleModuleBeamSource"); \ static_assert(sizeof(UParticleModuleBeamSource) == 0x000118, "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) == 0x00008C, "Member 'UParticleModuleBeamSource::SourceTangentMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamSource, SourceTangent) == 0x000090, "Member 'UParticleModuleBeamSource::SourceTangent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamSource, SourceStrength) == 0x0000E0, "Member 'UParticleModuleBeamSource::SourceStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleCameraOffset \ static_assert(alignof(UParticleModuleCameraOffset) == 0x000008, "Wrong alignment on UParticleModuleCameraOffset"); \ static_assert(sizeof(UParticleModuleCameraOffset) == 0x000068, "Wrong size on UParticleModuleCameraOffset"); \ static_assert(offsetof(UParticleModuleCameraOffset, CameraOffset) == 0x000030, "Member 'UParticleModuleCameraOffset::CameraOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCameraOffset, UpdateMethod) == 0x000064, "Member 'UParticleModuleCameraOffset::UpdateMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleColorScaleOverLife \ static_assert(alignof(UParticleModuleColorScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorScaleOverLife"); \ static_assert(sizeof(UParticleModuleColorScaleOverLife) == 0x0000B0, "Wrong size on UParticleModuleColorScaleOverLife"); \ static_assert(offsetof(UParticleModuleColorScaleOverLife, ColorScaleOverLife) == 0x000030, "Member 'UParticleModuleColorScaleOverLife::ColorScaleOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleColorScaleOverLife, AlphaScaleOverLife) == 0x000078, "Member 'UParticleModuleColorScaleOverLife::AlphaScaleOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleEventGenerator \ static_assert(alignof(UParticleModuleEventGenerator) == 0x000008, "Wrong alignment on UParticleModuleEventGenerator"); \ static_assert(sizeof(UParticleModuleEventGenerator) == 0x000040, "Wrong size on UParticleModuleEventGenerator"); \ static_assert(offsetof(UParticleModuleEventGenerator, Events) == 0x000030, "Member 'UParticleModuleEventGenerator::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleEventReceiverKillParticles \ static_assert(alignof(UParticleModuleEventReceiverKillParticles) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverKillParticles"); \ static_assert(sizeof(UParticleModuleEventReceiverKillParticles) == 0x000048, "Wrong size on UParticleModuleEventReceiverKillParticles"); \ #define DUMPER7_ASSERTS_UParticleModuleEventReceiverSpawn \ static_assert(alignof(UParticleModuleEventReceiverSpawn) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverSpawn"); \ static_assert(sizeof(UParticleModuleEventReceiverSpawn) == 0x0000D8, "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) == 0x0000C0, "Member 'UParticleModuleEventReceiverSpawn::PhysicalMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleEventSendToGame \ static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ #define DUMPER7_ASSERTS_UParticleModuleKillHeight \ static_assert(alignof(UParticleModuleKillHeight) == 0x000008, "Wrong alignment on UParticleModuleKillHeight"); \ static_assert(sizeof(UParticleModuleKillHeight) == 0x000068, "Wrong size on UParticleModuleKillHeight"); \ static_assert(offsetof(UParticleModuleKillHeight, Height) == 0x000030, "Member 'UParticleModuleKillHeight::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLifetime_Seeded \ static_assert(alignof(UParticleModuleLifetime_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLifetime_Seeded"); \ static_assert(sizeof(UParticleModuleLifetime_Seeded) == 0x000080, "Wrong size on UParticleModuleLifetime_Seeded"); \ static_assert(offsetof(UParticleModuleLifetime_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleLifetime_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocation_Seeded \ static_assert(alignof(UParticleModuleLocation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocation_Seeded"); \ static_assert(sizeof(UParticleModuleLocation_Seeded) == 0x0000A0, "Wrong size on UParticleModuleLocation_Seeded"); \ static_assert(offsetof(UParticleModuleLocation_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleLocation_Seeded::RandomSeedInfo' 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_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_UParticleModuleLocationPrimitiveCylinder \ static_assert(alignof(UParticleModuleLocationPrimitiveCylinder) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder) == 0x000120, "Wrong size on UParticleModuleLocationPrimitiveCylinder"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartRadius) == 0x0000B8, "Member 'UParticleModuleLocationPrimitiveCylinder::StartRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartHeight) == 0x0000E8, "Member 'UParticleModuleLocationPrimitiveCylinder::StartHeight' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, HeightAxis) == 0x000118, "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) == 0x000140, "Wrong size on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder_Seeded, RandomSeedInfo) == 0x000120, "Member 'UParticleModuleLocationPrimitiveCylinder_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveTriangle \ static_assert(alignof(UParticleModuleLocationPrimitiveTriangle) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveTriangle"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveTriangle) == 0x000108, "Wrong size on UParticleModuleLocationPrimitiveTriangle"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, StartOffset) == 0x000030, "Member 'UParticleModuleLocationPrimitiveTriangle::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Height) == 0x000078, "Member 'UParticleModuleLocationPrimitiveTriangle::Height' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Angle) == 0x0000A8, "Member 'UParticleModuleLocationPrimitiveTriangle::Angle' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Thickness) == 0x0000D8, "Member 'UParticleModuleLocationPrimitiveTriangle::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationSkelVertSurface \ static_assert(alignof(UParticleModuleLocationSkelVertSurface) == 0x000008, "Wrong alignment on UParticleModuleLocationSkelVertSurface"); \ static_assert(sizeof(UParticleModuleLocationSkelVertSurface) == 0x000090, "Wrong size on UParticleModuleLocationSkelVertSurface"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SourceType) == 0x000030, "Member 'UParticleModuleLocationSkelVertSurface::SourceType' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, UniversalOffset) == 0x000034, "Member 'UParticleModuleLocationSkelVertSurface::UniversalOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritVelocityScale) == 0x000044, "Member 'UParticleModuleLocationSkelVertSurface::InheritVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SkelMeshActorParamName) == 0x000048, "Member 'UParticleModuleLocationSkelVertSurface::SkelMeshActorParamName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, ValidAssociatedBones) == 0x000050, "Member 'UParticleModuleLocationSkelVertSurface::ValidAssociatedBones' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalToCompare) == 0x000064, "Member 'UParticleModuleLocationSkelVertSurface::NormalToCompare' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckToleranceDegrees) == 0x000070, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckToleranceDegrees' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckTolerance) == 0x000074, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckTolerance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, ValidMaterialIndices) == 0x000078, "Member 'UParticleModuleLocationSkelVertSurface::ValidMaterialIndices' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritUVChannel) == 0x00008C, "Member 'UParticleModuleLocationSkelVertSurface::InheritUVChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleMaterialBase \ static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ static_assert(sizeof(UParticleModuleMaterialBase) == 0x000030, "Wrong size on UParticleModuleMaterialBase"); \ #define DUMPER7_ASSERTS_UParticleModuleMeshMaterial \ static_assert(alignof(UParticleModuleMeshMaterial) == 0x000008, "Wrong alignment on UParticleModuleMeshMaterial"); \ static_assert(sizeof(UParticleModuleMeshMaterial) == 0x000040, "Wrong size on UParticleModuleMeshMaterial"); \ static_assert(offsetof(UParticleModuleMeshMaterial, MeshMaterials) == 0x000030, "Member 'UParticleModuleMeshMaterial::MeshMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleMeshRotation \ static_assert(alignof(UParticleModuleMeshRotation) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation"); \ static_assert(sizeof(UParticleModuleMeshRotation) == 0x000080, "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) == 0x0000A0, "Wrong size on UParticleModuleMeshRotation_Seeded"); \ static_assert(offsetof(UParticleModuleMeshRotation_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleMeshRotation_Seeded::RandomSeedInfo' 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) == 0x000098, "Wrong size on UParticleModuleMeshRotationRate_Seeded"); \ static_assert(offsetof(UParticleModuleMeshRotationRate_Seeded, RandomSeedInfo) == 0x000078, "Member 'UParticleModuleMeshRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateMultiplyLife \ static_assert(alignof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateMultiplyLife"); \ static_assert(sizeof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000078, "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) == 0x000080, "Wrong size on UParticleModuleMeshRotationRateOverLife"); \ static_assert(offsetof(UParticleModuleMeshRotationRateOverLife, RotRate) == 0x000030, "Member 'UParticleModuleMeshRotationRateOverLife::RotRate' 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_UParticleModuleParameterDynamic \ static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000048, "Wrong size on UParticleModuleParameterDynamic"); \ static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000030, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000040, "Member 'UParticleModuleParameterDynamic::UpdateFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleParameterDynamic_Seeded \ static_assert(alignof(UParticleModuleParameterDynamic_Seeded) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic_Seeded"); \ static_assert(sizeof(UParticleModuleParameterDynamic_Seeded) == 0x000068, "Wrong size on UParticleModuleParameterDynamic_Seeded"); \ static_assert(offsetof(UParticleModuleParameterDynamic_Seeded, RandomSeedInfo) == 0x000048, "Member 'UParticleModuleParameterDynamic_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModulePivotOffset \ static_assert(alignof(UParticleModulePivotOffset) == 0x000008, "Wrong alignment on UParticleModulePivotOffset"); \ static_assert(sizeof(UParticleModulePivotOffset) == 0x000038, "Wrong size on UParticleModulePivotOffset"); \ static_assert(offsetof(UParticleModulePivotOffset, PivotOffset) == 0x000030, "Member 'UParticleModulePivotOffset::PivotOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotation \ static_assert(alignof(UParticleModuleRotation) == 0x000008, "Wrong alignment on UParticleModuleRotation"); \ static_assert(sizeof(UParticleModuleRotation) == 0x000060, "Wrong size on UParticleModuleRotation"); \ static_assert(offsetof(UParticleModuleRotation, StartRotation) == 0x000030, "Member 'UParticleModuleRotation::StartRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleRotationOverLifetime \ static_assert(alignof(UParticleModuleRotationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleRotationOverLifetime"); \ static_assert(sizeof(UParticleModuleRotationOverLifetime) == 0x000068, "Wrong size on UParticleModuleRotationOverLifetime"); \ static_assert(offsetof(UParticleModuleRotationOverLifetime, RotationOverLife) == 0x000030, "Member 'UParticleModuleRotationOverLifetime::RotationOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationRate_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_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_UParticleModuleSize_Seeded \ static_assert(alignof(UParticleModuleSize_Seeded) == 0x000008, "Wrong alignment on UParticleModuleSize_Seeded"); \ static_assert(sizeof(UParticleModuleSize_Seeded) == 0x000098, "Wrong size on UParticleModuleSize_Seeded"); \ static_assert(offsetof(UParticleModuleSize_Seeded, RandomSeedInfo) == 0x000078, "Member 'UParticleModuleSize_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeMultiplyLife \ static_assert(alignof(UParticleModuleSizeMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleSizeMultiplyLife"); \ static_assert(sizeof(UParticleModuleSizeMultiplyLife) == 0x000080, "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) == 0x000080, "Wrong size on UParticleModuleSizeScale"); \ static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000030, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSourceMovement \ static_assert(alignof(UParticleModuleSourceMovement) == 0x000008, "Wrong alignment on UParticleModuleSourceMovement"); \ static_assert(sizeof(UParticleModuleSourceMovement) == 0x000078, "Wrong size on UParticleModuleSourceMovement"); \ static_assert(offsetof(UParticleModuleSourceMovement, SourceMovementScale) == 0x000030, "Member 'UParticleModuleSourceMovement::SourceMovementScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawn \ static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ static_assert(sizeof(UParticleModuleSpawn) == 0x0000E8, "Wrong size on UParticleModuleSpawn"); \ static_assert(offsetof(UParticleModuleSpawn, Rate) == 0x000038, "Member 'UParticleModuleSpawn::Rate' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, RateScale) == 0x000068, "Member 'UParticleModuleSpawn::RateScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, ParticleBurstMethod) == 0x000098, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x0000A0, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000B0, "Member 'UParticleModuleSpawn::BurstScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleTypeDataMesh \ static_assert(alignof(UParticleModuleTypeDataMesh) == 0x000008, "Wrong alignment on UParticleModuleTypeDataMesh"); \ static_assert(sizeof(UParticleModuleTypeDataMesh) == 0x000098, "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) == 0x000090, "Member 'UParticleModuleTypeDataMesh::AxisLockOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingUpAxisOption) == 0x000092, "Member 'UParticleModuleTypeDataMesh::CameraFacingUpAxisOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingOption) == 0x000093, "Member 'UParticleModuleTypeDataMesh::CameraFacingOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataRibbon \ static_assert(alignof(UParticleModuleTypeDataRibbon) == 0x000008, "Wrong alignment on UParticleModuleTypeDataRibbon"); \ static_assert(sizeof(UParticleModuleTypeDataRibbon) == 0x000060, "Wrong size on UParticleModuleTypeDataRibbon"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTessellationBetweenParticles) == 0x000030, "Member 'UParticleModuleTypeDataRibbon::MaxTessellationBetweenParticles' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, SheetsPerTrail) == 0x000034, "Member 'UParticleModuleTypeDataRibbon::SheetsPerTrail' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTrailCount) == 0x000038, "Member 'UParticleModuleTypeDataRibbon::MaxTrailCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxParticleInTrailCount) == 0x00003C, "Member 'UParticleModuleTypeDataRibbon::MaxParticleInTrailCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000048, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x000050, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x000054, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x00005C, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotation \ static_assert(alignof(UParticleModuleVectorFieldRotation) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotation"); \ static_assert(sizeof(UParticleModuleVectorFieldRotation) == 0x000048, "Wrong size on UParticleModuleVectorFieldRotation"); \ static_assert(offsetof(UParticleModuleVectorFieldRotation, MinInitialRotation) == 0x000030, "Member 'UParticleModuleVectorFieldRotation::MinInitialRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldRotation, MaxInitialRotation) == 0x00003C, "Member 'UParticleModuleVectorFieldRotation::MaxInitialRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldScale \ static_assert(alignof(UParticleModuleVectorFieldScale) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScale"); \ static_assert(sizeof(UParticleModuleVectorFieldScale) == 0x000068, "Wrong size on UParticleModuleVectorFieldScale"); \ static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScale) == 0x000030, "Member 'UParticleModuleVectorFieldScale::VectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScaleRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScale::VectorFieldScaleRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife \ static_assert(alignof(UParticleModuleVectorFieldScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScaleOverLife"); \ static_assert(sizeof(UParticleModuleVectorFieldScaleOverLife) == 0x000068, "Wrong size on UParticleModuleVectorFieldScaleOverLife"); \ static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLife) == 0x000030, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLifeRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLifeRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVelocity_Seeded \ static_assert(alignof(UParticleModuleVelocity_Seeded) == 0x000008, "Wrong alignment on UParticleModuleVelocity_Seeded"); \ static_assert(sizeof(UParticleModuleVelocity_Seeded) == 0x0000D0, "Wrong size on UParticleModuleVelocity_Seeded"); \ static_assert(offsetof(UParticleModuleVelocity_Seeded, RandomSeedInfo) == 0x0000B0, "Member 'UParticleModuleVelocity_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVelocityCone \ static_assert(alignof(UParticleModuleVelocityCone) == 0x000008, "Wrong alignment on UParticleModuleVelocityCone"); \ static_assert(sizeof(UParticleModuleVelocityCone) == 0x0000A8, "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) == 0x000080, "Wrong size on UParticleModuleVelocityInheritParent"); \ static_assert(offsetof(UParticleModuleVelocityInheritParent, Scale) == 0x000038, "Member 'UParticleModuleVelocityInheritParent::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleSpriteEmitter \ static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ static_assert(sizeof(UParticleSpriteEmitter) == 0x0001B8, "Wrong size on UParticleSpriteEmitter"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000018, "Wrong size on ParticleSystemComponent_BeginTrails"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_BeginTrails::InFirstSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x000014, "Member 'ParticleSystemComponent_BeginTrails::InWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance \ static_assert(alignof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000008, "Wrong alignment on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(sizeof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000018, "Wrong size on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, InName) == 0x000000, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::InName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000030, "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) == 0x00000C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InLocation' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InDirection) == 0x000018, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000024, "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) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000010, "Wrong size on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, NewEndPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, NewSourcePoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, NewSourceStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceStrength::NewSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, SourceIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, NewTargetPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, NewTargetStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetStrength::NewTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, TargetIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter \ static_assert(alignof(ParticleSystemComponent_SetMaterialParameter) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetMaterialParameter"); \ static_assert(sizeof(ParticleSystemComponent_SetMaterialParameter) == 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) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000014, "Wrong size on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, OutEndPoint) == 0x000004, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, OutSourcePoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourcePoint::OutSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourcePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, OutSourceStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceStrength::OutSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamSourceStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, OutTargetPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetPoint::OutTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, OutTargetStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetStrength::OutTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamTargetStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial \ static_assert(alignof(ParticleSystemComponent_GetNamedMaterial) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetNamedMaterial"); \ static_assert(sizeof(ParticleSystemComponent_GetNamedMaterial) == 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) == 0x0006B0, "Wrong size on UParticleSystemComponent"); \ static_assert(offsetof(UParticleSystemComponent, Template) == 0x000450, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000458, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000468, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x000485, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x000486, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000488, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x000498, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x0004A8, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x0004B8, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x0004C8, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0004D8, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0004DC, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x0004E8, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x0004F4, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x0004F8, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x000500, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x000508, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000528, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000540, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x000598, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0005A0, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0005A8, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0005A9, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0005AA, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x0005D8, "Member 'UParticleSystemComponent::OnSystemFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleSystemReplay \ static_assert(alignof(UParticleSystemReplay) == 0x000008, "Wrong alignment on UParticleSystemReplay"); \ static_assert(sizeof(UParticleSystemReplay) == 0x000040, "Wrong size on UParticleSystemReplay"); \ static_assert(offsetof(UParticleSystemReplay, ClipIDNumber) == 0x000028, "Member 'UParticleSystemReplay::ClipIDNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnNoiseEmitterComponent_MakeNoise \ static_assert(alignof(PawnNoiseEmitterComponent_MakeNoise) == 0x000008, "Wrong alignment on PawnNoiseEmitterComponent_MakeNoise"); \ static_assert(sizeof(PawnNoiseEmitterComponent_MakeNoise) == 0x000018, "Wrong size on PawnNoiseEmitterComponent_MakeNoise"); \ static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseMaker) == 0x000000, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseMaker' has a wrong offset!"); \ static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, Loudness) == 0x000008, "Member 'PawnNoiseEmitterComponent_MakeNoise::Loudness' has a wrong offset!"); \ static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseLocation) == 0x00000C, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnNoiseEmitterComponent \ static_assert(alignof(UPawnNoiseEmitterComponent) == 0x000008, "Wrong alignment on UPawnNoiseEmitterComponent"); \ static_assert(sizeof(UPawnNoiseEmitterComponent) == 0x0000D8, "Wrong size on UPawnNoiseEmitterComponent"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000B4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000C0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000C4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000C8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000CC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000D0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000040, "Wrong size on PhysicalAnimationComponent_GetBodyTargetTransform"); \ static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::BodyName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, ReturnValue) == 0x000010, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalAnimationComponent \ static_assert(alignof(UPhysicalAnimationComponent) == 0x000008, "Wrong alignment on UPhysicalAnimationComponent"); \ static_assert(sizeof(UPhysicalAnimationComponent) == 0x0000F0, "Wrong size on UPhysicalAnimationComponent"); \ static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000B0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000B8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalMaterialMask \ static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ static_assert(sizeof(UPhysicalMaterialMask) == 0x000030, "Wrong size on UPhysicalMaterialMask"); \ static_assert(offsetof(UPhysicalMaterialMask, UVChannelIndex) == 0x000028, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x00002C, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x00002D, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalBodySetup \ static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ static_assert(sizeof(USkeletalBodySetup) == 0x0002B8, "Wrong size on USkeletalBodySetup"); \ static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x0002A0, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x0002A8, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsCollisionHandler \ static_assert(alignof(UPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UPhysicsCollisionHandler"); \ static_assert(sizeof(UPhysicsCollisionHandler) == 0x000040, "Wrong size on UPhysicsCollisionHandler"); \ static_assert(offsetof(UPhysicsCollisionHandler, ImpactThreshold) == 0x000028, "Member 'UPhysicsCollisionHandler::ImpactThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, ImpactReFireDelay) == 0x00002C, "Member 'UPhysicsCollisionHandler::ImpactReFireDelay' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, DefaultImpactSound) == 0x000030, "Member 'UPhysicsCollisionHandler::DefaultImpactSound' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, LastImpactSoundTime) == 0x000038, "Member 'UPhysicsCollisionHandler::LastImpactSoundTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstraintForce \ static_assert(alignof(PhysicsConstraintComponent_GetConstraintForce) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetConstraintForce"); \ static_assert(sizeof(PhysicsConstraintComponent_GetConstraintForce) == 0x000018, "Wrong size on PhysicsConstraintComponent_GetConstraintForce"); \ static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutLinearForce) == 0x000000, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutLinearForce' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutAngularForce) == 0x00000C, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutAngularForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_IsBroken \ static_assert(alignof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_IsBroken"); \ static_assert(sizeof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong size on PhysicsConstraintComponent_IsBroken"); \ static_assert(offsetof(PhysicsConstraintComponent_IsBroken, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_IsBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularBreakable \ static_assert(alignof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularBreakable"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularBreakable"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, bAngularBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, AngularBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveMode \ static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveMode"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularDriveMode"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveMode, DriveMode) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveMode::DriveMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveParams \ static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveParams"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularDriveParams"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::PositionStrength' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::VelocityStrength' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::InForceLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationDrive \ static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableSwingDrive' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableTwistDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationTarget \ static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationTarget::InPosTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularPlasticity \ static_assert(alignof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularPlasticity"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularPlasticity"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, bAngularPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, AngularPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing1Limit \ static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::MotionType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, Swing1LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::Swing1LimitAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing2Limit \ static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::MotionType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, Swing2LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::Swing2LimitAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularTwistLimit \ static_assert(alignof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularTwistLimit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularTwistLimit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::ConstraintType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, TwistLimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::TwistLimitAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDrive \ static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveSLERP \ static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveSLERP::bEnableSLERP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing \ static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityTarget \ static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityTarget::InVelTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstrainedComponents \ static_assert(alignof(PhysicsConstraintComponent_SetConstrainedComponents) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetConstrainedComponents"); \ static_assert(sizeof(PhysicsConstraintComponent_SetConstrainedComponents) == 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) == 0x000040, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceFrame"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::Frame' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, RefFrame) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::RefFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceOrientation \ static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x00001C, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::Frame' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, PriAxis) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::PriAxis' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, SecAxis) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::SecAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferencePosition \ static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000010, "Wrong size on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::Frame' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, RefPosition) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::RefPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetDisableCollision \ static_assert(alignof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetDisableCollision"); \ static_assert(sizeof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetDisableCollision"); \ static_assert(offsetof(PhysicsConstraintComponent_SetDisableCollision, bDisableCollision) == 0x000000, "Member 'PhysicsConstraintComponent_SetDisableCollision::bDisableCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearBreakable \ static_assert(alignof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearBreakable"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearBreakable"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, bLinearBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, LinearBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearDriveParams \ static_assert(alignof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearDriveParams"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearDriveParams"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPlasticity \ static_assert(alignof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPlasticity"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearPlasticity"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, bLinearPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionDrive \ static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionDrive"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearPositionDrive"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionTarget \ static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionTarget"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearPositionTarget"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityDrive \ static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityTarget \ static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearXLimit \ static_assert(alignof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearXLimit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearXLimit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearXLimit::ConstraintType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearXLimit::LimitSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearYLimit \ static_assert(alignof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearYLimit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearYLimit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearYLimit::ConstraintType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearYLimit::LimitSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearZLimit \ static_assert(alignof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearZLimit"); \ static_assert(sizeof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearZLimit"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearZLimit::ConstraintType' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearZLimit::LimitSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveSLERP \ static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing \ static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing1 \ static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing1"); \ static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing1"); \ static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing1, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2 \ static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing2"); \ static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing2"); \ static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing2, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist \ static_assert(alignof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentTwist"); \ static_assert(sizeof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentTwist"); \ static_assert(offsetof(PhysicsConstraintComponent_GetCurrentTwist, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentTwist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ static_assert(sizeof(UPhysicsConstraintComponent) == 0x000410, "Wrong size on UPhysicsConstraintComponent"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x0001F8, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000200, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000208, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000210, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000228, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000230, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000240, "Member 'UPhysicsConstraintComponent::ConstraintInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsFieldComponent \ static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ static_assert(sizeof(UPhysicsFieldComponent) == 0x000270, "Wrong size on UPhysicsFieldComponent"); \ #define DUMPER7_ASSERTS_UPhysicsSettings \ static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ static_assert(sizeof(UPhysicsSettings) == 0x0001A0, "Wrong size on UPhysicsSettings"); \ static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000E0, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x000114, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x000115, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x000116, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x000117, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000118, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000119, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x00011A, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x00011B, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bEnableEnhancedDeterminism) == 0x00011C, "Member 'UPhysicsSettings::bEnableEnhancedDeterminism' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000120, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x000124, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000128, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x00012C, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x00012D, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000130, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x000134, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000138, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x00013C, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000140, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000148, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000158, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x000198, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x00019C, "Member 'UPhysicsSettings::ChaosSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetNormalizedCompressionScalar \ static_assert(alignof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ static_assert(sizeof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong size on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ static_assert(offsetof(PhysicsSpringComponent_GetNormalizedCompressionScalar, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetNormalizedCompressionScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringCurrentEndPoint \ static_assert(alignof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringCurrentEndPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringCurrentEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringDirection \ static_assert(alignof(PhysicsSpringComponent_GetSpringDirection) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringDirection"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringDirection) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringDirection"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringDirection, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringRestingPoint \ static_assert(alignof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringRestingPoint"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringRestingPoint"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringRestingPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringRestingPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsSpringComponent \ static_assert(alignof(UPhysicsSpringComponent) == 0x000010, "Wrong alignment on UPhysicsSpringComponent"); \ static_assert(sizeof(UPhysicsSpringComponent) == 0x000220, "Wrong size on UPhysicsSpringComponent"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x0001F8, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x0001FC, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000200, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x000204, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000208, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000209, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x00020C, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhysicsThruster \ static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ static_assert(sizeof(APhysicsThruster) == 0x000228, "Wrong size on APhysicsThruster"); \ static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000220, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneCapture \ static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ static_assert(sizeof(ASceneCapture) == 0x000230, "Wrong size on ASceneCapture"); \ static_assert(offsetof(ASceneCapture, MeshComp) == 0x000220, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000228, "Member 'ASceneCapture::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanarReflection \ static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ static_assert(sizeof(APlanarReflection) == 0x000240, "Wrong size on APlanarReflection"); \ static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000230, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x000238, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x000290, "Wrong size on UPlaneReflectionCaptureComponent"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x000270, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000278, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x000280, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformEventsComponent_IsInLaptopMode \ static_assert(alignof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInLaptopMode"); \ static_assert(sizeof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInLaptopMode"); \ static_assert(offsetof(PlatformEventsComponent_IsInLaptopMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInLaptopMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformEventsComponent_IsInTabletMode \ static_assert(alignof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInTabletMode"); \ static_assert(sizeof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInTabletMode"); \ static_assert(offsetof(PlatformEventsComponent_IsInTabletMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInTabletMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformEventsComponent_SupportsConvertibleLaptops \ static_assert(alignof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong alignment on PlatformEventsComponent_SupportsConvertibleLaptops"); \ static_assert(sizeof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong size on PlatformEventsComponent_SupportsConvertibleLaptops"); \ static_assert(offsetof(PlatformEventsComponent_SupportsConvertibleLaptops, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_SupportsConvertibleLaptops::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformEventsComponent \ static_assert(alignof(UPlatformEventsComponent) == 0x000008, "Wrong alignment on UPlatformEventsComponent"); \ static_assert(sizeof(UPlatformEventsComponent) == 0x0000D0, "Wrong size on UPlatformEventsComponent"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000B0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000C0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' 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_UPlayerInput \ static_assert(alignof(UPlayerInput) == 0x000008, "Wrong alignment on UPlayerInput"); \ static_assert(sizeof(UPlayerInput) == 0x0003A8, "Wrong size on UPlayerInput"); \ static_assert(offsetof(UPlayerInput, DebugExecBindings) == 0x000120, "Member 'UPlayerInput::DebugExecBindings' has a wrong offset!"); \ static_assert(offsetof(UPlayerInput, InvertedAxis) == 0x000160, "Member 'UPlayerInput::InvertedAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStartPIE \ static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ static_assert(sizeof(APlayerStartPIE) == 0x000250, "Wrong size on APlayerStartPIE"); \ #define DUMPER7_ASSERTS_UPluginCommandlet \ static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ #define DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent \ static_assert(alignof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLightComponent_SetLightFalloffExponent"); \ static_assert(sizeof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLightComponent_SetLightFalloffExponent"); \ static_assert(offsetof(PointLightComponent_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLightComponent_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius \ static_assert(alignof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSoftSourceRadius"); \ static_assert(sizeof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSoftSourceRadius"); \ static_assert(offsetof(PointLightComponent_SetSoftSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSoftSourceRadius::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PointLightComponent_SetSourceLength \ static_assert(alignof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceLength"); \ static_assert(sizeof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong size on PointLightComponent_SetSourceLength"); \ static_assert(offsetof(PointLightComponent_SetSourceLength, NewValue) == 0x000000, "Member 'PointLightComponent_SetSourceLength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius \ static_assert(alignof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceRadius"); \ static_assert(sizeof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSourceRadius"); \ static_assert(offsetof(PointLightComponent_SetSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSourceRadius::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointLightComponent \ static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ static_assert(sizeof(UPointLightComponent) == 0x000360, "Wrong size on UPointLightComponent"); \ static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x000344, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x000348, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x00034C, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceLength) == 0x000350, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolys \ static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ static_assert(sizeof(UPolys) == 0x000038, "Wrong size on UPolys"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_CopyPoseFromSkeletalComponent \ static_assert(alignof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong alignment on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ static_assert(sizeof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong size on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ static_assert(offsetof(PoseableMeshComponent_CopyPoseFromSkeletalComponent, InComponentToCopy) == 0x000000, "Member 'PoseableMeshComponent_CopyPoseFromSkeletalComponent::InComponentToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneLocationByName \ static_assert(alignof(PoseableMeshComponent_GetBoneLocationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneLocationByName"); \ static_assert(sizeof(PoseableMeshComponent_GetBoneLocationByName) == 0x000018, "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) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneLocationByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneRotationByName \ static_assert(alignof(PoseableMeshComponent_GetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneRotationByName"); \ static_assert(sizeof(PoseableMeshComponent_GetBoneRotationByName) == 0x000018, "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) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneRotationByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneScaleByName \ static_assert(alignof(PoseableMeshComponent_GetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneScaleByName"); \ static_assert(sizeof(PoseableMeshComponent_GetBoneScaleByName) == 0x000018, "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) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneScaleByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneTransformByName \ static_assert(alignof(PoseableMeshComponent_GetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_GetBoneTransformByName"); \ static_assert(sizeof(PoseableMeshComponent_GetBoneTransformByName) == 0x000040, "Wrong size on PoseableMeshComponent_GetBoneTransformByName"); \ static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneTransformByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneSpace) == 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) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneLocationByName"); \ static_assert(sizeof(PoseableMeshComponent_SetBoneLocationByName) == 0x000018, "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) == 0x000014, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneRotationByName \ static_assert(alignof(PoseableMeshComponent_SetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneRotationByName"); \ static_assert(sizeof(PoseableMeshComponent_SetBoneRotationByName) == 0x000018, "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) == 0x000014, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneScaleByName \ static_assert(alignof(PoseableMeshComponent_SetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneScaleByName"); \ static_assert(sizeof(PoseableMeshComponent_SetBoneScaleByName) == 0x000018, "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) == 0x000014, "Member 'PoseableMeshComponent_SetBoneScaleByName::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneTransformByName \ static_assert(alignof(PoseableMeshComponent_SetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_SetBoneTransformByName"); \ static_assert(sizeof(PoseableMeshComponent_SetBoneTransformByName) == 0x000050, "Wrong size on PoseableMeshComponent_SetBoneTransformByName"); \ static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, InTransform) == 0x000010, "Member 'PoseableMeshComponent_SetBoneTransformByName::InTransform' has a wrong offset!"); \ static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneSpace) == 0x000040, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseableMeshComponent \ static_assert(alignof(UPoseableMeshComponent) == 0x000010, "Wrong alignment on UPoseableMeshComponent"); \ static_assert(sizeof(UPoseableMeshComponent) == 0x000800, "Wrong size on UPoseableMeshComponent"); \ #define DUMPER7_ASSERTS_UPoseWatch \ static_assert(alignof(UPoseWatch) == 0x000008, "Wrong alignment on UPoseWatch"); \ static_assert(sizeof(UPoseWatch) == 0x000038, "Wrong size on UPoseWatch"); \ static_assert(offsetof(UPoseWatch, Node) == 0x000028, "Member 'UPoseWatch::Node' has a wrong offset!"); \ static_assert(offsetof(UPoseWatch, PoseWatchColour) == 0x000030, "Member 'UPoseWatch::PoseWatchColour' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PostProcessComponent_AddOrUpdateBlendable \ static_assert(alignof(PostProcessComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessComponent_AddOrUpdateBlendable"); \ static_assert(sizeof(PostProcessComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessComponent_AddOrUpdateBlendable"); \ static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessComponent \ static_assert(alignof(UPostProcessComponent) == 0x000010, "Wrong alignment on UPostProcessComponent"); \ static_assert(sizeof(UPostProcessComponent) == 0x000770, "Wrong size on UPostProcessComponent"); \ static_assert(offsetof(UPostProcessComponent, Settings) == 0x000200, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, Priority) == 0x000760, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000764, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000768, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PostProcessVolume_AddOrUpdateBlendable \ static_assert(alignof(PostProcessVolume_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessVolume_AddOrUpdateBlendable"); \ static_assert(sizeof(PostProcessVolume_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessVolume_AddOrUpdateBlendable"); \ static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessVolume_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessVolume_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APostProcessVolume \ static_assert(alignof(APostProcessVolume) == 0x000010, "Wrong alignment on APostProcessVolume"); \ static_assert(sizeof(APostProcessVolume) == 0x0007D0, "Wrong size on APostProcessVolume"); \ static_assert(offsetof(APostProcessVolume, Settings) == 0x000260, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, Priority) == 0x0007C0, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x0007C4, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x0007C8, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000258, "Wrong size on APrecomputedVisibilityVolume"); \ #define DUMPER7_ASSERTS_IPreviewCollectionInterface \ static_assert(alignof(IPreviewCollectionInterface) == 0x000001, "Wrong alignment on IPreviewCollectionInterface"); \ static_assert(sizeof(IPreviewCollectionInterface) == 0x000001, "Wrong size on IPreviewCollectionInterface"); \ #define DUMPER7_ASSERTS_UPreviewMeshCollection \ static_assert(alignof(UPreviewMeshCollection) == 0x000008, "Wrong alignment on UPreviewMeshCollection"); \ static_assert(sizeof(UPreviewMeshCollection) == 0x000050, "Wrong size on UPreviewMeshCollection"); \ static_assert(offsetof(UPreviewMeshCollection, Skeleton) == 0x000038, "Member 'UPreviewMeshCollection::Skeleton' has a wrong offset!"); \ static_assert(offsetof(UPreviewMeshCollection, SkeletalMeshes) == 0x000040, "Member 'UPreviewMeshCollection::SkeletalMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ARadialForceActor \ static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ static_assert(sizeof(ARadialForceActor) == 0x000228, "Wrong size on ARadialForceActor"); \ static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000220, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialForceComponent_AddObjectTypeToAffect \ static_assert(alignof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_AddObjectTypeToAffect"); \ static_assert(sizeof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_AddObjectTypeToAffect"); \ static_assert(offsetof(RadialForceComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect \ static_assert(alignof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_RemoveObjectTypeToAffect"); \ static_assert(sizeof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_RemoveObjectTypeToAffect"); \ static_assert(offsetof(RadialForceComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialForceComponent \ static_assert(alignof(URadialForceComponent) == 0x000010, "Wrong alignment on URadialForceComponent"); \ static_assert(sizeof(URadialForceComponent) == 0x000230, "Wrong size on URadialForceComponent"); \ static_assert(offsetof(URadialForceComponent, Radius) == 0x0001F8, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, Falloff) == 0x0001FC, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000200, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000208, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x00020C, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000210, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle \ static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ static_assert(offsetof(RectLightComponent_SetSourceTexture, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ static_assert(offsetof(RectLightComponent_SetSourceWidth, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URectLightComponent \ static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ static_assert(sizeof(URectLightComponent) == 0x000360, "Wrong size on URectLightComponent"); \ static_assert(offsetof(URectLightComponent, SourceWidth) == 0x000340, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceHeight) == 0x000344, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x000348, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x00034C, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceTexture) == 0x000350, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URendererSettings \ static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ static_assert(sizeof(URendererSettings) == 0x000148, "Wrong size on URendererSettings"); \ static_assert(offsetof(URendererSettings, MaxMobileCascades) == 0x00003C, "Member 'URendererSettings::MaxMobileCascades' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, MobileMSAASampleCount) == 0x000040, "Member 'URendererSettings::MobileMSAASampleCount' 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, MinScreenRadiusForCSMdepth) == 0x000050, "Member 'URendererSettings::MinScreenRadiusForCSMdepth' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VirtualTextureTileSize) == 0x000058, "Member 'URendererSettings::VirtualTextureTileSize' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VirtualTextureTileBorderSize) == 0x00005C, "Member 'URendererSettings::VirtualTextureTileBorderSize' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VirtualTextureFeedbackFactor) == 0x000060, "Member 'URendererSettings::VirtualTextureFeedbackFactor' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, ReflectionCaptureResolution) == 0x000068, "Member 'URendererSettings::ReflectionCaptureResolution' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, TessellationAdaptivePixelsPerTriangle) == 0x000070, "Member 'URendererSettings::TessellationAdaptivePixelsPerTriangle' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x000078, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x00007C, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, HMDFixedFoveationLevel) == 0x000088, "Member 'URendererSettings::HMDFixedFoveationLevel' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x000089, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, bEnableAlphaChannelInPostProcessing) == 0x000090, "Member 'URendererSettings::bEnableAlphaChannelInPostProcessing' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x000098, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x00009C, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x0000A4, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x0000A5, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x0000A6, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, EarlyZPass) == 0x0000AC, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x0000B4, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x0000BC, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x0000C0, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, GBufferFormat) == 0x0000C8, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x0000D0, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x0000D8, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x0000DC, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, MobileNumDynamicPointLights) == 0x0000E4, "Member 'URendererSettings::MobileNumDynamicPointLights' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x0000EC, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x0000F0, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x0000F4, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x0000FC, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x0000FD, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x000100, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x000118, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x000130, "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_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_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_UReporterGraph \ static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ static_assert(sizeof(UReporterGraph) == 0x0000A8, "Wrong size on UReporterGraph"); \ #define DUMPER7_ASSERTS_URig \ static_assert(alignof(URig) == 0x000008, "Wrong alignment on URig"); \ static_assert(sizeof(URig) == 0x000050, "Wrong size on URig"); \ static_assert(offsetof(URig, TransformBases) == 0x000030, "Member 'URig::TransformBases' has a wrong offset!"); \ static_assert(offsetof(URig, Nodes) == 0x000040, "Member 'URig::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URotatingMovementComponent \ static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ static_assert(sizeof(URotatingMovementComponent) == 0x000110, "Wrong size on URotatingMovementComponent"); \ static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x0000F0, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x0000FC, "Member 'URotatingMovementComponent::PivotTranslation' 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) == 0x0000A0, "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, bClearTextures) == 0x000036, "Member 'URuntimeVirtualTexture::bClearTextures' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bSinglePhysicalSpace) == 0x000037, "Member 'URuntimeVirtualTexture::bSinglePhysicalSpace' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bPrivateSpace) == 0x000038, "Member 'URuntimeVirtualTexture::bPrivateSpace' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bAdaptive) == 0x000039, "Member 'URuntimeVirtualTexture::bAdaptive' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bContinuousUpdate) == 0x00003A, "Member 'URuntimeVirtualTexture::bContinuousUpdate' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, RemoveLowMips) == 0x00003C, "Member 'URuntimeVirtualTexture::RemoveLowMips' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, LODGroup) == 0x000040, "Member 'URuntimeVirtualTexture::LODGroup' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, Size) == 0x000044, "Member 'URuntimeVirtualTexture::Size' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, StreamingTexture) == 0x000048, "Member 'URuntimeVirtualTexture::StreamingTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_Invalidate \ static_assert(alignof(RuntimeVirtualTextureComponent_Invalidate) == 0x000004, "Wrong alignment on RuntimeVirtualTextureComponent_Invalidate"); \ static_assert(sizeof(RuntimeVirtualTextureComponent_Invalidate) == 0x00001C, "Wrong size on RuntimeVirtualTextureComponent_Invalidate"); \ static_assert(offsetof(RuntimeVirtualTextureComponent_Invalidate, WorldBounds) == 0x000000, "Member 'RuntimeVirtualTextureComponent_Invalidate::WorldBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeVirtualTextureComponent \ static_assert(alignof(URuntimeVirtualTextureComponent) == 0x000010, "Wrong alignment on URuntimeVirtualTextureComponent"); \ static_assert(sizeof(URuntimeVirtualTextureComponent) == 0x000270, "Wrong size on URuntimeVirtualTextureComponent"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x0001F8, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000220, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000221, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000228, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x000230, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x000234, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000238, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000240, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000248, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x00024C, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x00024D, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x00024E, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x00024F, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000228, "Wrong size on ARuntimeVirtualTextureVolume"); \ static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000220, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScene \ static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ static_assert(sizeof(UScene) == 0x000028, "Wrong size on UScene"); \ #define DUMPER7_ASSERTS_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) == 0x000238, "Wrong size on ASceneCapture2D"); \ static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000230, "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) == 0x0008C0, "Wrong size on USceneCaptureComponent2D"); \ static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x0002B0, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x0002B4, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x0002B8, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x0002C0, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x0002C8, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x0002D0, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000830, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000838, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x00083C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000840, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000880, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000884, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000890, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x0008A0, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' 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) == 0x000238, "Wrong size on ASceneCaptureCube"); \ static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000230, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USCS_Node \ static_assert(alignof(USCS_Node) == 0x000008, "Wrong alignment on USCS_Node"); \ static_assert(sizeof(USCS_Node) == 0x0000D8, "Wrong size on USCS_Node"); \ static_assert(offsetof(USCS_Node, ComponentClass) == 0x000028, "Member 'USCS_Node::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ComponentTemplate) == 0x000030, "Member 'USCS_Node::ComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, CookedComponentInstancingData) == 0x000038, "Member 'USCS_Node::CookedComponentInstancingData' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, AttachToName) == 0x000080, "Member 'USCS_Node::AttachToName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ParentComponentOrVariableName) == 0x000088, "Member 'USCS_Node::ParentComponentOrVariableName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ParentComponentOwnerClassName) == 0x000090, "Member 'USCS_Node::ParentComponentOwnerClassName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, bIsParentComponentNative) == 0x000098, "Member 'USCS_Node::bIsParentComponentNative' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ChildNodes) == 0x0000A0, "Member 'USCS_Node::ChildNodes' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, MetaDataArray) == 0x0000B0, "Member 'USCS_Node::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, VariableGuid) == 0x0000C0, "Member 'USCS_Node::VariableGuid' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, InternalVariableName) == 0x0000D0, "Member 'USCS_Node::InternalVariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelection \ static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ static_assert(sizeof(USelection) == 0x0000A0, "Wrong size on USelection"); \ #define DUMPER7_ASSERTS_AServerStatReplicator \ static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ static_assert(sizeof(AServerStatReplicator) == 0x0002E8, "Wrong size on AServerStatReplicator"); \ static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000220, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000221, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, Channels) == 0x000224, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRate) == 0x000228, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRate) == 0x00022C, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x000234, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x000238, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x00023C, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x000240, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x000244, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x000248, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x00024C, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x000250, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x000254, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x000258, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x00025C, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x000260, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x000264, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x000268, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPackets) == 0x00026C, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x000270, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InBunches) == 0x000274, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000278, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x00027C, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InLoss) == 0x000280, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x000284, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000288, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x00028C, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x000290, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x000294, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x000298, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x00029C, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x0002A0, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x0002A4, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x0002A8, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x0002AC, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x0002B0, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x0002B4, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActors) == 0x0002B8, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x0002BC, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x0002C0, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x0002C4, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x0002C8, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x0002CC, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x0002D0, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x0002D4, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x0002D8, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x0002DC, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x0002E0, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USimpleConstructionScript \ static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ static_assert(sizeof(USimpleConstructionScript) == 0x0000A0, "Wrong size on USimpleConstructionScript"); \ static_assert(offsetof(USimpleConstructionScript, RootNodes) == 0x000028, "Member 'USimpleConstructionScript::RootNodes' has a wrong offset!"); \ static_assert(offsetof(USimpleConstructionScript, AllNodes) == 0x000038, "Member 'USimpleConstructionScript::AllNodes' has a wrong offset!"); \ static_assert(offsetof(USimpleConstructionScript, DefaultSceneRootNode) == 0x000048, "Member 'USimpleConstructionScript::DefaultSceneRootNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkeletalMeshActor \ static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ static_assert(sizeof(ASkeletalMeshActor) == 0x0002A8, "Wrong size on ASkeletalMeshActor"); \ static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000230, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000238, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x000240, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x000248, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x000250, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshEditorData \ static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ static_assert(sizeof(USkeletalMeshEditorData) == 0x000028, "Wrong size on USkeletalMeshEditorData"); \ #define DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings \ static_assert(alignof(USkeletalMeshSimplificationSettings) == 0x000008, "Wrong alignment on USkeletalMeshSimplificationSettings"); \ static_assert(sizeof(USkeletalMeshSimplificationSettings) == 0x000040, "Wrong size on USkeletalMeshSimplificationSettings"); \ static_assert(offsetof(USkeletalMeshSimplificationSettings, SkeletalMeshReductionModuleName) == 0x000038, "Member 'USkeletalMeshSimplificationSettings::SkeletalMeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshSocket_InitializeSocketFromLocation \ static_assert(alignof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000008, "Wrong alignment on SkeletalMeshSocket_InitializeSocketFromLocation"); \ static_assert(sizeof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000020, "Wrong size on SkeletalMeshSocket_InitializeSocketFromLocation"); \ static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, SkelComp) == 0x000000, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::SkelComp' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldLocation) == 0x000008, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldNormal) == 0x000014, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshSocket_GetSocketLocation \ static_assert(alignof(SkeletalMeshSocket_GetSocketLocation) == 0x000008, "Wrong alignment on SkeletalMeshSocket_GetSocketLocation"); \ static_assert(sizeof(SkeletalMeshSocket_GetSocketLocation) == 0x000018, "Wrong size on SkeletalMeshSocket_GetSocketLocation"); \ static_assert(offsetof(SkeletalMeshSocket_GetSocketLocation, SkelComp) == 0x000000, "Member 'SkeletalMeshSocket_GetSocketLocation::SkelComp' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshSocket_GetSocketLocation, ReturnValue) == 0x000008, "Member 'SkeletalMeshSocket_GetSocketLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshSocket \ static_assert(alignof(USkeletalMeshSocket) == 0x000008, "Wrong alignment on USkeletalMeshSocket"); \ static_assert(sizeof(USkeletalMeshSocket) == 0x000060, "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) == 0x000044, "Member 'USkeletalMeshSocket::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSocket, RelativeScale) == 0x000050, "Member 'USkeletalMeshSocket::RelativeScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSocket, bForceAlwaysAnimated) == 0x00005C, "Member 'USkeletalMeshSocket::bForceAlwaysAnimated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop \ static_assert(alignof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ static_assert(sizeof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000018, "Wrong size on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, DirectionalLight) == 0x000000, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ static_assert(sizeof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000010, "Wrong size on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, LightDirection) == 0x000004, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::LightDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale \ static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor \ static_assert(alignof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ static_assert(sizeof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ static_assert(offsetof(SkyAtmosphereComponent_SetSkyLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyLuminanceFactor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereComponent \ static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ static_assert(sizeof(USkyAtmosphereComponent) == 0x0002D0, "Wrong size on USkyAtmosphereComponent"); \ static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x0001F8, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x0001FC, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000200, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x000204, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000208, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x00020C, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000210, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x000214, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x000224, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000228, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x00022C, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x00023C, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000240, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000250, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x000254, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000258, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x00025C, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x00026C, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x000278, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x000288, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x00028C, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x000290, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x000294, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x0002BC, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetCubemap \ static_assert(alignof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemap"); \ static_assert(sizeof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong size on SkyLightComponent_SetCubemap"); \ static_assert(offsetof(SkyLightComponent_SetCubemap, NewCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemap::NewCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend \ static_assert(alignof(SkyLightComponent_SetCubemapBlend) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemapBlend"); \ static_assert(sizeof(SkyLightComponent_SetCubemapBlend) == 0x000018, "Wrong size on SkyLightComponent_SetCubemapBlend"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, SourceCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemapBlend::SourceCubemap' has a wrong offset!"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, DestinationCubemap) == 0x000008, "Member 'SkyLightComponent_SetCubemapBlend::DestinationCubemap' has a wrong offset!"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, InBlendFraction) == 0x000010, "Member 'SkyLightComponent_SetCubemapBlend::InBlendFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity \ static_assert(alignof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIndirectLightingIntensity"); \ static_assert(sizeof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIndirectLightingIntensity"); \ static_assert(offsetof(SkyLightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetIntensity \ static_assert(alignof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIntensity"); \ static_assert(sizeof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIntensity"); \ static_assert(offsetof(SkyLightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetLightColor \ static_assert(alignof(SkyLightComponent_SetLightColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLightColor"); \ static_assert(sizeof(SkyLightComponent_SetLightColor) == 0x000010, "Wrong size on SkyLightComponent_SetLightColor"); \ static_assert(offsetof(SkyLightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'SkyLightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor \ static_assert(alignof(SkyLightComponent_SetLowerHemisphereColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLowerHemisphereColor"); \ static_assert(sizeof(SkyLightComponent_SetLowerHemisphereColor) == 0x000010, "Wrong size on SkyLightComponent_SetLowerHemisphereColor"); \ static_assert(offsetof(SkyLightComponent_SetLowerHemisphereColor, InLowerHemisphereColor) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereColor::InLowerHemisphereColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion \ static_assert(alignof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong alignment on SkyLightComponent_SetMinOcclusion"); \ static_assert(sizeof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong size on SkyLightComponent_SetMinOcclusion"); \ static_assert(offsetof(SkyLightComponent_SetMinOcclusion, InMinOcclusion) == 0x000000, "Member 'SkyLightComponent_SetMinOcclusion::InMinOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast \ static_assert(alignof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionContrast"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionContrast"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionContrast, InOcclusionContrast) == 0x000000, "Member 'SkyLightComponent_SetOcclusionContrast::InOcclusionContrast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent \ static_assert(alignof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionExponent"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionExponent"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionExponent, InOcclusionExponent) == 0x000000, "Member 'SkyLightComponent_SetOcclusionExponent::InOcclusionExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint \ static_assert(alignof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionTint"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionTint"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionTint, InTint) == 0x000000, "Member 'SkyLightComponent_SetOcclusionTint::InTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightComponent \ static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ static_assert(sizeof(USkyLightComponent) == 0x000400, "Wrong size on USkyLightComponent"); \ static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000228, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceType) == 0x000229, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000230, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000238, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x00023C, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000240, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000244, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000245, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x000248, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000258, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, Contrast) == 0x00025C, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x000260, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x000264, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x000268, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x000270, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x000274, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x000278, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x00027C, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x000280, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000328, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateBrushAsset \ static_assert(alignof(USlateBrushAsset) == 0x000008, "Wrong alignment on USlateBrushAsset"); \ static_assert(sizeof(USlateBrushAsset) == 0x0000B0, "Wrong size on USlateBrushAsset"); \ static_assert(offsetof(USlateBrushAsset, Brush) == 0x000028, "Member 'USlateBrushAsset::Brush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISlateTextureAtlasInterface \ static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ #define DUMPER7_ASSERTS_USoundAttenuation \ static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ static_assert(sizeof(USoundAttenuation) == 0x0003C8, "Wrong size on USoundAttenuation"); \ static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000028, "Member 'USoundAttenuation::Attenuation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundClass \ static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ static_assert(sizeof(USoundClass) == 0x0000C8, "Wrong size on USoundClass"); \ static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ChildClasses) == 0x0000A0, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000B0, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ParentClass) == 0x0000C0, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundConcurrency \ static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ static_assert(sizeof(USoundConcurrency) == 0x000050, "Wrong size on USoundConcurrency"); \ static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000028, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000040, "Wrong size on USoundEffectSourcePresetChain"); \ static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000028, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundGroups \ static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ static_assert(sizeof(USoundGroups) == 0x000088, "Wrong size on USoundGroups"); \ static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000028, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundMix \ static_assert(alignof(USoundMix) == 0x000008, "Wrong alignment on USoundMix"); \ static_assert(sizeof(USoundMix) == 0x000090, "Wrong size on USoundMix"); \ static_assert(offsetof(USoundMix, EQPriority) == 0x00002C, "Member 'USoundMix::EQPriority' has a wrong offset!"); \ static_assert(offsetof(USoundMix, EQSettings) == 0x000030, "Member 'USoundMix::EQSettings' has a wrong offset!"); \ static_assert(offsetof(USoundMix, SoundClassEffects) == 0x000070, "Member 'USoundMix::SoundClassEffects' has a wrong offset!"); \ static_assert(offsetof(USoundMix, InitialDelay) == 0x000080, "Member 'USoundMix::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeInTime) == 0x000084, "Member 'USoundMix::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(USoundMix, Duration) == 0x000088, "Member 'USoundMix::Duration' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeOutTime) == 0x00008C, "Member 'USoundMix::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0003F8, "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_USoundNodeDelay \ static_assert(alignof(USoundNodeDelay) == 0x000008, "Wrong alignment on USoundNodeDelay"); \ static_assert(sizeof(USoundNodeDelay) == 0x000050, "Wrong size on USoundNodeDelay"); \ static_assert(offsetof(USoundNodeDelay, DelayMin) == 0x000048, "Member 'USoundNodeDelay::DelayMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeDelay, DelayMax) == 0x00004C, "Member 'USoundNodeDelay::DelayMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeDialoguePlayer \ static_assert(alignof(USoundNodeDialoguePlayer) == 0x000008, "Wrong alignment on USoundNodeDialoguePlayer"); \ static_assert(sizeof(USoundNodeDialoguePlayer) == 0x000070, "Wrong size on USoundNodeDialoguePlayer"); \ static_assert(offsetof(USoundNodeDialoguePlayer, DialogueWaveParameter) == 0x000048, "Member 'USoundNodeDialoguePlayer::DialogueWaveParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeDistanceCrossFade \ static_assert(alignof(USoundNodeDistanceCrossFade) == 0x000008, "Wrong alignment on USoundNodeDistanceCrossFade"); \ static_assert(sizeof(USoundNodeDistanceCrossFade) == 0x000058, "Wrong size on USoundNodeDistanceCrossFade"); \ static_assert(offsetof(USoundNodeDistanceCrossFade, CrossFadeInput) == 0x000048, "Member 'USoundNodeDistanceCrossFade::CrossFadeInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeEnveloper \ static_assert(alignof(USoundNodeEnveloper) == 0x000008, "Wrong alignment on USoundNodeEnveloper"); \ static_assert(sizeof(USoundNodeEnveloper) == 0x000190, "Wrong size on USoundNodeEnveloper"); \ static_assert(offsetof(USoundNodeEnveloper, LoopStart) == 0x000048, "Member 'USoundNodeEnveloper::LoopStart' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, LoopEnd) == 0x00004C, "Member 'USoundNodeEnveloper::LoopEnd' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, DurationAfterLoop) == 0x000050, "Member 'USoundNodeEnveloper::DurationAfterLoop' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, LoopCount) == 0x000054, "Member 'USoundNodeEnveloper::LoopCount' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeInterpCurve) == 0x000060, "Member 'USoundNodeEnveloper::VolumeInterpCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchInterpCurve) == 0x000068, "Member 'USoundNodeEnveloper::PitchInterpCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeCurve) == 0x000070, "Member 'USoundNodeEnveloper::VolumeCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchCurve) == 0x0000F8, "Member 'USoundNodeEnveloper::PitchCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchMin) == 0x000180, "Member 'USoundNodeEnveloper::PitchMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchMax) == 0x000184, "Member 'USoundNodeEnveloper::PitchMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeMin) == 0x000188, "Member 'USoundNodeEnveloper::VolumeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeMax) == 0x00018C, "Member 'USoundNodeEnveloper::VolumeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeGroupControl \ static_assert(alignof(USoundNodeGroupControl) == 0x000008, "Wrong alignment on USoundNodeGroupControl"); \ static_assert(sizeof(USoundNodeGroupControl) == 0x000058, "Wrong size on USoundNodeGroupControl"); \ static_assert(offsetof(USoundNodeGroupControl, GroupSizes) == 0x000048, "Member 'USoundNodeGroupControl::GroupSizes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeLooping \ static_assert(alignof(USoundNodeLooping) == 0x000008, "Wrong alignment on USoundNodeLooping"); \ static_assert(sizeof(USoundNodeLooping) == 0x000050, "Wrong size on USoundNodeLooping"); \ static_assert(offsetof(USoundNodeLooping, LoopCount) == 0x000048, "Member 'USoundNodeLooping::LoopCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeMixer \ static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ static_assert(sizeof(USoundNodeMixer) == 0x000058, "Wrong size on USoundNodeMixer"); \ static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000048, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeModulator \ static_assert(alignof(USoundNodeModulator) == 0x000008, "Wrong alignment on USoundNodeModulator"); \ static_assert(sizeof(USoundNodeModulator) == 0x000058, "Wrong size on USoundNodeModulator"); \ static_assert(offsetof(USoundNodeModulator, PitchMin) == 0x000048, "Member 'USoundNodeModulator::PitchMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, PitchMax) == 0x00004C, "Member 'USoundNodeModulator::PitchMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMin) == 0x000050, "Member 'USoundNodeModulator::VolumeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMax) == 0x000054, "Member 'USoundNodeModulator::VolumeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeModulatorContinuous \ static_assert(alignof(USoundNodeModulatorContinuous) == 0x000008, "Wrong alignment on USoundNodeModulatorContinuous"); \ static_assert(sizeof(USoundNodeModulatorContinuous) == 0x000088, "Wrong size on USoundNodeModulatorContinuous"); \ static_assert(offsetof(USoundNodeModulatorContinuous, PitchModulationParams) == 0x000048, "Member 'USoundNodeModulatorContinuous::PitchModulationParams' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulatorContinuous, VolumeModulationParams) == 0x000068, "Member 'USoundNodeModulatorContinuous::VolumeModulationParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeParamCrossFade \ static_assert(alignof(USoundNodeParamCrossFade) == 0x000008, "Wrong alignment on USoundNodeParamCrossFade"); \ static_assert(sizeof(USoundNodeParamCrossFade) == 0x000060, "Wrong size on USoundNodeParamCrossFade"); \ static_assert(offsetof(USoundNodeParamCrossFade, ParamName) == 0x000058, "Member 'USoundNodeParamCrossFade::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeQualityLevel \ static_assert(alignof(USoundNodeQualityLevel) == 0x000008, "Wrong alignment on USoundNodeQualityLevel"); \ static_assert(sizeof(USoundNodeQualityLevel) == 0x000050, "Wrong size on USoundNodeQualityLevel"); \ static_assert(offsetof(USoundNodeQualityLevel, CookedQualityLevelIndex) == 0x000048, "Member 'USoundNodeQualityLevel::CookedQualityLevelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeRandom \ static_assert(alignof(USoundNodeRandom) == 0x000008, "Wrong alignment on USoundNodeRandom"); \ static_assert(sizeof(USoundNodeRandom) == 0x000078, "Wrong size on USoundNodeRandom"); \ static_assert(offsetof(USoundNodeRandom, Weights) == 0x000048, "Member 'USoundNodeRandom::Weights' has a wrong offset!"); \ static_assert(offsetof(USoundNodeRandom, HasBeenUsed) == 0x000058, "Member 'USoundNodeRandom::HasBeenUsed' has a wrong offset!"); \ static_assert(offsetof(USoundNodeRandom, NumRandomUsed) == 0x000068, "Member 'USoundNodeRandom::NumRandomUsed' has a wrong offset!"); \ static_assert(offsetof(USoundNodeRandom, PreselectAtLevelLoad) == 0x00006C, "Member 'USoundNodeRandom::PreselectAtLevelLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeSwitch \ static_assert(alignof(USoundNodeSwitch) == 0x000008, "Wrong alignment on USoundNodeSwitch"); \ static_assert(sizeof(USoundNodeSwitch) == 0x000050, "Wrong size on USoundNodeSwitch"); \ static_assert(offsetof(USoundNodeSwitch, IntParameterName) == 0x000048, "Member 'USoundNodeSwitch::IntParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeWaveParam \ static_assert(alignof(USoundNodeWaveParam) == 0x000008, "Wrong alignment on USoundNodeWaveParam"); \ static_assert(sizeof(USoundNodeWaveParam) == 0x000050, "Wrong size on USoundNodeWaveParam"); \ static_assert(offsetof(USoundNodeWaveParam, WaveParameterName) == 0x000048, "Member 'USoundNodeWaveParam::WaveParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeWavePlayer \ static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ static_assert(sizeof(USoundNodeWavePlayer) == 0x000088, "Wrong size on USoundNodeWavePlayer"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate \ static_assert(alignof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddEnvelopeFollowerDelegate"); \ static_assert(sizeof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000018, "Wrong size on SoundSubmix_AddEnvelopeFollowerDelegate"); \ static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, OnSubmixEnvelopeBP) == 0x000008, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::OnSubmixEnvelopeBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_AddSpectralAnalysisDelegate \ static_assert(alignof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddSpectralAnalysisDelegate"); \ static_assert(sizeof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000040, "Wrong size on SoundSubmix_AddSpectralAnalysisDelegate"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, InBandSettings) == 0x000008, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::InBandSettings' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000018, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, UpdateRate) == 0x000028, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, DecibelNoiseFloor) == 0x00002C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::DecibelNoiseFloor' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoNormalize) == 0x000030, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoNormalize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoAutoRange) == 0x000031, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoAutoRange' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeAttackTime) == 0x000034, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeAttackTime' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeReleaseTime) == 0x000038, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_RemoveSpectralAnalysisDelegate \ static_assert(alignof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ static_assert(sizeof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000018, "Wrong size on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000008, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_SetSubmixOutputVolume \ static_assert(alignof(SoundSubmix_SetSubmixOutputVolume) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixOutputVolume"); \ static_assert(sizeof(SoundSubmix_SetSubmixOutputVolume) == 0x000010, "Wrong size on SoundSubmix_SetSubmixOutputVolume"); \ static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixOutputVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, InOutputVolume) == 0x000008, "Member 'SoundSubmix_SetSubmixOutputVolume::InOutputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartEnvelopeFollowing \ static_assert(alignof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StartEnvelopeFollowing"); \ static_assert(sizeof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StartEnvelopeFollowing"); \ static_assert(offsetof(SoundSubmix_StartEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartRecordingOutput \ static_assert(alignof(SoundSubmix_StartRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StartRecordingOutput"); \ static_assert(sizeof(SoundSubmix_StartRecordingOutput) == 0x000010, "Wrong size on SoundSubmix_StartRecordingOutput"); \ static_assert(offsetof(SoundSubmix_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'SoundSubmix_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartSpectralAnalysis \ static_assert(alignof(SoundSubmix_StartSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StartSpectralAnalysis"); \ static_assert(sizeof(SoundSubmix_StartSpectralAnalysis) == 0x000018, "Wrong size on SoundSubmix_StartSpectralAnalysis"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, FFTSize) == 0x000008, "Member 'SoundSubmix_StartSpectralAnalysis::FFTSize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, InterpolationMethod) == 0x000009, "Member 'SoundSubmix_StartSpectralAnalysis::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WindowType) == 0x00000A, "Member 'SoundSubmix_StartSpectralAnalysis::WindowType' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, HopSize) == 0x00000C, "Member 'SoundSubmix_StartSpectralAnalysis::HopSize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, SpectrumType) == 0x000010, "Member 'SoundSubmix_StartSpectralAnalysis::SpectrumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopEnvelopeFollowing \ static_assert(alignof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StopEnvelopeFollowing"); \ static_assert(sizeof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StopEnvelopeFollowing"); \ static_assert(offsetof(SoundSubmix_StopEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopRecordingOutput \ static_assert(alignof(SoundSubmix_StopRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StopRecordingOutput"); \ static_assert(sizeof(SoundSubmix_StopRecordingOutput) == 0x000038, "Wrong size on SoundSubmix_StopRecordingOutput"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExportType) == 0x000008, "Member 'SoundSubmix_StopRecordingOutput::ExportType' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, Name_0) == 0x000010, "Member 'SoundSubmix_StopRecordingOutput::Name_0' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, Path) == 0x000020, "Member 'SoundSubmix_StopRecordingOutput::Path' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000030, "Member 'SoundSubmix_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopSpectralAnalysis \ static_assert(alignof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StopSpectralAnalysis"); \ static_assert(sizeof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong size on SoundSubmix_StopSpectralAnalysis"); \ static_assert(offsetof(SoundSubmix_StopSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmix \ static_assert(alignof(USoundSubmix) == 0x000008, "Wrong alignment on USoundSubmix"); \ static_assert(sizeof(USoundSubmix) == 0x0000C0, "Wrong size on USoundSubmix"); \ static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x000048, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000058, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000060, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x000064, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, GainMode) == 0x000068, "Member 'USoundSubmix::GainMode' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolume) == 0x00006C, "Member 'USoundSubmix::OutputVolume' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevel) == 0x000070, "Member 'USoundSubmix::WetLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevel) == 0x000074, "Member 'USoundSubmix::DryLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000078, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000088, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x000098, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x0000A8, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndpointSubmix \ static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ static_assert(sizeof(UEndpointSubmix) == 0x000050, "Wrong size on UEndpointSubmix"); \ static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000038, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000040, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x000048, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ static_assert(sizeof(USoundfieldEndpointSubmix) == 0x000070, "Wrong size on USoundfieldEndpointSubmix"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000038, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000040, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x000048, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x000050, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x000058, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x000060, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpectatorPawnMovement \ static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ static_assert(sizeof(USpectatorPawnMovement) == 0x000158, "Wrong size on USpectatorPawnMovement"); \ #define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ static_assert(sizeof(USphereReflectionCaptureComponent) == 0x000280, "Wrong size on USphereReflectionCaptureComponent"); \ static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x000270, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x000274, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000278, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' 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_SpotLightComponent_SetInnerConeAngle \ static_assert(alignof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetInnerConeAngle"); \ static_assert(sizeof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetInnerConeAngle"); \ static_assert(offsetof(SpotLightComponent_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLightComponent_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpotLightComponent_SetOuterConeAngle \ static_assert(alignof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetOuterConeAngle"); \ static_assert(sizeof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetOuterConeAngle"); \ static_assert(offsetof(SpotLightComponent_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLightComponent_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpotLightComponent \ static_assert(alignof(USpotLightComponent) == 0x000010, "Wrong alignment on USpotLightComponent"); \ static_assert(sizeof(USpotLightComponent) == 0x000360, "Wrong size on USpotLightComponent"); \ static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x000358, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x00035C, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringArmComponent_GetTargetRotation \ static_assert(alignof(SpringArmComponent_GetTargetRotation) == 0x000004, "Wrong alignment on SpringArmComponent_GetTargetRotation"); \ static_assert(sizeof(SpringArmComponent_GetTargetRotation) == 0x00000C, "Wrong size on SpringArmComponent_GetTargetRotation"); \ static_assert(offsetof(SpringArmComponent_GetTargetRotation, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetTargetRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringArmComponent_GetUnfixedCameraPosition \ static_assert(alignof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000004, "Wrong alignment on SpringArmComponent_GetUnfixedCameraPosition"); \ static_assert(sizeof(SpringArmComponent_GetUnfixedCameraPosition) == 0x00000C, "Wrong size on SpringArmComponent_GetUnfixedCameraPosition"); \ static_assert(offsetof(SpringArmComponent_GetUnfixedCameraPosition, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetUnfixedCameraPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringArmComponent_IsCollisionFixApplied \ static_assert(alignof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong alignment on SpringArmComponent_IsCollisionFixApplied"); \ static_assert(sizeof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong size on SpringArmComponent_IsCollisionFixApplied"); \ static_assert(offsetof(SpringArmComponent_IsCollisionFixApplied, ReturnValue) == 0x000000, "Member 'SpringArmComponent_IsCollisionFixApplied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpringArmComponent \ static_assert(alignof(USpringArmComponent) == 0x000010, "Wrong alignment on USpringArmComponent"); \ static_assert(sizeof(USpringArmComponent) == 0x000280, "Wrong size on USpringArmComponent"); \ static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x0001F8, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x0001FC, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000208, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000214, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x000218, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000220, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000224, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x000228, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x00022C, "Member 'USpringArmComponent::CameraLagMaxDistance' 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!"); \ #define DUMPER7_ASSERTS_StaticMesh_RemoveSocket \ static_assert(alignof(StaticMesh_RemoveSocket) == 0x000008, "Wrong alignment on StaticMesh_RemoveSocket"); \ static_assert(sizeof(StaticMesh_RemoveSocket) == 0x000008, "Wrong size on StaticMesh_RemoveSocket"); \ static_assert(offsetof(StaticMesh_RemoveSocket, Socket) == 0x000000, "Member 'StaticMesh_RemoveSocket::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_SetStaticMaterials \ static_assert(alignof(StaticMesh_SetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_SetStaticMaterials"); \ static_assert(sizeof(StaticMesh_SetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_SetStaticMaterials"); \ static_assert(offsetof(StaticMesh_SetStaticMaterials, InStaticMaterials) == 0x000000, "Member 'StaticMesh_SetStaticMaterials::InStaticMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_FindSocket \ static_assert(alignof(StaticMesh_FindSocket) == 0x000008, "Wrong alignment on StaticMesh_FindSocket"); \ static_assert(sizeof(StaticMesh_FindSocket) == 0x000010, "Wrong size on StaticMesh_FindSocket"); \ static_assert(offsetof(StaticMesh_FindSocket, InSocketName) == 0x000000, "Member 'StaticMesh_FindSocket::InSocketName' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_FindSocket, ReturnValue) == 0x000008, "Member 'StaticMesh_FindSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetBoundingBox \ static_assert(alignof(StaticMesh_GetBoundingBox) == 0x000004, "Wrong alignment on StaticMesh_GetBoundingBox"); \ static_assert(sizeof(StaticMesh_GetBoundingBox) == 0x00001C, "Wrong size on StaticMesh_GetBoundingBox"); \ static_assert(offsetof(StaticMesh_GetBoundingBox, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetBounds \ static_assert(alignof(StaticMesh_GetBounds) == 0x000004, "Wrong alignment on StaticMesh_GetBounds"); \ static_assert(sizeof(StaticMesh_GetBounds) == 0x00001C, "Wrong size on StaticMesh_GetBounds"); \ static_assert(offsetof(StaticMesh_GetBounds, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMaterial \ static_assert(alignof(StaticMesh_GetMaterial) == 0x000008, "Wrong alignment on StaticMesh_GetMaterial"); \ static_assert(sizeof(StaticMesh_GetMaterial) == 0x000010, "Wrong size on StaticMesh_GetMaterial"); \ static_assert(offsetof(StaticMesh_GetMaterial, MaterialIndex) == 0x000000, "Member 'StaticMesh_GetMaterial::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMaterialIndex \ static_assert(alignof(StaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on StaticMesh_GetMaterialIndex"); \ static_assert(sizeof(StaticMesh_GetMaterialIndex) == 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_GetNumLODs \ static_assert(alignof(StaticMesh_GetNumLODs) == 0x000004, "Wrong alignment on StaticMesh_GetNumLODs"); \ static_assert(sizeof(StaticMesh_GetNumLODs) == 0x000004, "Wrong size on StaticMesh_GetNumLODs"); \ static_assert(offsetof(StaticMesh_GetNumLODs, ReturnValue) == 0x000000, "Member 'StaticMesh_GetNumLODs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetNumSections \ static_assert(alignof(StaticMesh_GetNumSections) == 0x000004, "Wrong alignment on StaticMesh_GetNumSections"); \ static_assert(sizeof(StaticMesh_GetNumSections) == 0x000008, "Wrong size on StaticMesh_GetNumSections"); \ static_assert(offsetof(StaticMesh_GetNumSections, InLOD) == 0x000000, "Member 'StaticMesh_GetNumSections::InLOD' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetNumSections, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials \ static_assert(alignof(StaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMaterials"); \ static_assert(sizeof(StaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_GetStaticMaterials"); \ static_assert(offsetof(StaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'StaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMesh \ static_assert(alignof(UStaticMesh) == 0x000008, "Wrong alignment on UStaticMesh"); \ static_assert(sizeof(UStaticMesh) == 0x000150, "Wrong size on UStaticMesh"); \ static_assert(offsetof(UStaticMesh, MinLOD) == 0x000080, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LpvBiasMultiplier) == 0x000084, "Member 'UStaticMesh::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000088, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x000098, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x00009C, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0000A0, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0000A4, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, BodySetup) == 0x0000A8, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0000B0, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, Sockets) == 0x0000D8, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x0000F8, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x000104, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000110, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x00012C, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000130, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, EditableMesh) == 0x000140, "Member 'UStaticMesh::EditableMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NavCollision) == 0x000148, "Member 'UStaticMesh::NavCollision' 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_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_StereoLayerShapeEquirect_SetEquirectProps \ static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerShapeEquirect_SetEquirectProps"); \ static_assert(offsetof(StereoLayerShapeEquirect_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerShapeEquirect_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerShapeEquirect \ static_assert(alignof(UStereoLayerShapeEquirect) == 0x000008, "Wrong alignment on UStereoLayerShapeEquirect"); \ static_assert(sizeof(UStereoLayerShapeEquirect) == 0x000070, "Wrong size on UStereoLayerShapeEquirect"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000028, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x00003C, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000050, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000058, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000060, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x000068, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ static_assert(alignof(StereoLayerComponent_SetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_SetQuadSize"); \ static_assert(offsetof(StereoLayerComponent_SetQuadSize, InQuadSize) == 0x000000, "Member 'StereoLayerComponent_SetQuadSize::InQuadSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetTexture \ static_assert(alignof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetTexture"); \ static_assert(sizeof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetTexture"); \ static_assert(offsetof(StereoLayerComponent_SetTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetTexture::InTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect \ static_assert(alignof(StereoLayerComponent_SetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_SetUVRect"); \ static_assert(offsetof(StereoLayerComponent_SetUVRect, InUVRect) == 0x000000, "Member 'StereoLayerComponent_SetUVRect::InUVRect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture \ static_assert(alignof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetLeftTexture"); \ static_assert(sizeof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetLeftTexture"); \ static_assert(offsetof(StereoLayerComponent_GetLeftTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetLeftTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetPriority \ static_assert(alignof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_GetPriority"); \ static_assert(sizeof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong size on StereoLayerComponent_GetPriority"); \ static_assert(offsetof(StereoLayerComponent_GetPriority, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize \ static_assert(alignof(StereoLayerComponent_GetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_GetQuadSize"); \ static_assert(offsetof(StereoLayerComponent_GetQuadSize, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetQuadSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetTexture \ static_assert(alignof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetTexture"); \ static_assert(sizeof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetTexture"); \ static_assert(offsetof(StereoLayerComponent_GetTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect \ static_assert(alignof(StereoLayerComponent_GetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_GetUVRect"); \ static_assert(offsetof(StereoLayerComponent_GetUVRect, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetUVRect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerComponent \ static_assert(alignof(UStereoLayerComponent) == 0x000010, "Wrong alignment on UStereoLayerComponent"); \ static_assert(sizeof(UStereoLayerComponent) == 0x0002E0, "Wrong size on UStereoLayerComponent"); \ static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000200, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000208, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000214, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x00021C, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000230, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x000234, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000238, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x00023C, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x000284, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x000285, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, shape) == 0x000288, "Member 'UStereoLayerComponent::shape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, Priority) == 0x000290, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen \ static_assert(alignof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong alignment on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ static_assert(sizeof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong size on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ static_assert(offsetof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen, InAutoShowEnabled) == 0x000000, "Member 'StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen::InAutoShowEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerFunctionLibrary_SetSplashScreen \ static_assert(alignof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000008, "Wrong alignment on StereoLayerFunctionLibrary_SetSplashScreen"); \ static_assert(sizeof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000020, "Wrong size on StereoLayerFunctionLibrary_SetSplashScreen"); \ static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Texture) == 0x000000, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Texture' has a wrong offset!"); \ static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Scale) == 0x000008, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Scale' has a wrong offset!"); \ static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Offset) == 0x000010, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Offset' has a wrong offset!"); \ static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowLoadingMovie) == 0x00001C, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowLoadingMovie' has a wrong offset!"); \ static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowOnSet) == 0x00001D, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowOnSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerFunctionLibrary \ static_assert(alignof(UStereoLayerFunctionLibrary) == 0x000008, "Wrong alignment on UStereoLayerFunctionLibrary"); \ static_assert(sizeof(UStereoLayerFunctionLibrary) == 0x000028, "Wrong size on UStereoLayerFunctionLibrary"); \ #define DUMPER7_ASSERTS_USubsurfaceProfile \ static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ static_assert(sizeof(USubsurfaceProfile) == 0x0000B8, "Wrong size on USubsurfaceProfile"); \ static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetEngineSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000010, "Wrong size on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, Class_0) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, ReturnValue) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetGameInstanceSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController \ static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, PlayerController) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::PlayerController' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetWorldSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubsystemBlueprintLibrary \ static_assert(alignof(USubsystemBlueprintLibrary) == 0x000008, "Wrong alignment on USubsystemBlueprintLibrary"); \ static_assert(sizeof(USubsystemBlueprintLibrary) == 0x000028, "Wrong size on USubsystemBlueprintLibrary"); \ #define DUMPER7_ASSERTS_USubUVAnimation \ static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ static_assert(sizeof(USubUVAnimation) == 0x000068, "Wrong size on USubUVAnimation"); \ static_assert(offsetof(USubUVAnimation, SubUVTexture) == 0x000028, "Member 'USubUVAnimation::SubUVTexture' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, SubImages_Horizontal) == 0x000030, "Member 'USubUVAnimation::SubImages_Horizontal' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, SubImages_Vertical) == 0x000034, "Member 'USubUVAnimation::SubImages_Vertical' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, BoundingMode) == 0x000038, "Member 'USubUVAnimation::BoundingMode' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, OpacitySourceMode) == 0x000039, "Member 'USubUVAnimation::OpacitySourceMode' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, AlphaThreshold) == 0x00003C, "Member 'USubUVAnimation::AlphaThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATargetPoint \ static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ static_assert(sizeof(ATargetPoint) == 0x000220, "Wrong size on ATargetPoint"); \ #define DUMPER7_ASSERTS_UTextPropertyTestObject \ static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ static_assert(sizeof(UTextPropertyTestObject) == 0x000070, "Wrong size on UTextPropertyTestObject"); \ static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000040, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000058, "Member 'UTextPropertyTestObject::TransientText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATextRenderActor \ static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ static_assert(sizeof(ATextRenderActor) == 0x000228, "Wrong size on ATextRenderActor"); \ static_assert(offsetof(ATextRenderActor, TextRender) == 0x000220, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTexture2DArray \ static_assert(alignof(UTexture2DArray) == 0x000010, "Wrong alignment on UTexture2DArray"); \ static_assert(sizeof(UTexture2DArray) == 0x0001E0, "Wrong size on UTexture2DArray"); \ static_assert(offsetof(UTexture2DArray, AddressX) == 0x0001D0, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ static_assert(offsetof(UTexture2DArray, AddressY) == 0x0001D1, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ static_assert(offsetof(UTexture2DArray, AddressZ) == 0x0001D2, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTexture2DDynamic \ static_assert(alignof(UTexture2DDynamic) == 0x000010, "Wrong alignment on UTexture2DDynamic"); \ static_assert(sizeof(UTexture2DDynamic) == 0x000190, "Wrong size on UTexture2DDynamic"); \ static_assert(offsetof(UTexture2DDynamic, Format) == 0x000180, "Member 'UTexture2DDynamic::Format' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ static_assert(alignof(UTextureRenderTarget2DArray) == 0x000010, "Wrong alignment on UTextureRenderTarget2DArray"); \ static_assert(sizeof(UTextureRenderTarget2DArray) == 0x0001A0, "Wrong size on UTextureRenderTarget2DArray"); \ static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x000180, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x000184, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000188, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x00018C, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x00019C, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureRenderTargetCube \ static_assert(alignof(UTextureRenderTargetCube) == 0x000010, "Wrong alignment on UTextureRenderTargetCube"); \ static_assert(sizeof(UTextureRenderTargetCube) == 0x0001A0, "Wrong size on UTextureRenderTargetCube"); \ static_assert(offsetof(UTextureRenderTargetCube, SizeX) == 0x000180, "Member 'UTextureRenderTargetCube::SizeX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetCube, ClearColor) == 0x000184, "Member 'UTextureRenderTargetCube::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTargetCube, OverrideFormat) == 0x000194, "Member 'UTextureRenderTargetCube::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "Wrong size on TimelineComponent_SetFloatCurve"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000010, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000010, "Wrong size on TimelineComponent_SetVectorCurve"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_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) == 0x000150, "Wrong size on UTimelineComponent"); \ static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000B0, "Member 'UTimelineComponent::TheTimeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimelineTemplate \ static_assert(alignof(UTimelineTemplate) == 0x000008, "Wrong alignment on UTimelineTemplate"); \ static_assert(sizeof(UTimelineTemplate) == 0x0000B8, "Wrong size on UTimelineTemplate"); \ static_assert(offsetof(UTimelineTemplate, TimelineLength) == 0x000028, "Member 'UTimelineTemplate::TimelineLength' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, LengthMode) == 0x00002C, "Member 'UTimelineTemplate::LengthMode' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, EventTracks) == 0x000030, "Member 'UTimelineTemplate::EventTracks' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, FloatTracks) == 0x000040, "Member 'UTimelineTemplate::FloatTracks' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, VectorTracks) == 0x000050, "Member 'UTimelineTemplate::VectorTracks' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, LinearColorTracks) == 0x000060, "Member 'UTimelineTemplate::LinearColorTracks' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, MetaDataArray) == 0x000070, "Member 'UTimelineTemplate::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, TimelineGuid) == 0x000080, "Member 'UTimelineTemplate::TimelineGuid' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, TimelineTickGroup) == 0x000090, "Member 'UTimelineTemplate::TimelineTickGroup' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, VariableName) == 0x000094, "Member 'UTimelineTemplate::VariableName' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, DirectionPropertyName) == 0x00009C, "Member 'UTimelineTemplate::DirectionPropertyName' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, UpdateFunctionName) == 0x0000A4, "Member 'UTimelineTemplate::UpdateFunctionName' has a wrong offset!"); \ static_assert(offsetof(UTimelineTemplate, FinishedFunctionName) == 0x0000AC, "Member 'UTimelineTemplate::FinishedFunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerCapsule \ static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ static_assert(sizeof(ATriggerCapsule) == 0x000228, "Wrong size on ATriggerCapsule"); \ #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_UUserInterfaceSettings \ static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ static_assert(sizeof(UUserInterfaceSettings) == 0x000270, "Wrong size on UUserInterfaceSettings"); \ static_assert(offsetof(UUserInterfaceSettings, RenderFocusRule) == 0x000038, "Member 'UUserInterfaceSettings::RenderFocusRule' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, HardwareCursors) == 0x000040, "Member 'UUserInterfaceSettings::HardwareCursors' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, SoftwareCursors) == 0x000090, "Member 'UUserInterfaceSettings::SoftwareCursors' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, DefaultCursor) == 0x0000E0, "Member 'UUserInterfaceSettings::DefaultCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, TextEditBeamCursor) == 0x0000F8, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000110, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000128, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000140, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000158, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x000170, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x000188, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x00018C, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x000190, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001A8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000230, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000234, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00023C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000240, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x000250, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x000258, "Member 'UUserInterfaceSettings::CustomScalingRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VectorFieldComponent_SetIntensity \ static_assert(alignof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong alignment on VectorFieldComponent_SetIntensity"); \ static_assert(sizeof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong size on VectorFieldComponent_SetIntensity"); \ static_assert(offsetof(VectorFieldComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'VectorFieldComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldComponent \ static_assert(alignof(UVectorFieldComponent) == 0x000010, "Wrong alignment on UVectorFieldComponent"); \ static_assert(sizeof(UVectorFieldComponent) == 0x000480, "Wrong size on UVectorFieldComponent"); \ static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000450, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000458, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00045C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldStatic \ static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ static_assert(sizeof(UVectorFieldStatic) == 0x000098, "Wrong size on UVectorFieldStatic"); \ static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000048, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00004C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000050, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000054, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVectorFieldVolume \ static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ static_assert(sizeof(AVectorFieldVolume) == 0x000228, "Wrong size on AVectorFieldVolume"); \ static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000220, "Member 'AVectorFieldVolume::VectorFieldComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0001A0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ #define DUMPER7_ASSERTS_UVirtualTextureBuilder \ static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ static_assert(sizeof(UVirtualTextureBuilder) == 0x000038, "Wrong size on UVirtualTextureBuilder"); \ static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000028, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000030, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000040, "Wrong size on UVirtualTexturePoolConfig"); \ static_assert(offsetof(UVirtualTexturePoolConfig, DefaultSizeInMegabyte) == 0x000028, "Member 'UVirtualTexturePoolConfig::DefaultSizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(UVirtualTexturePoolConfig, Pools) == 0x000030, "Member 'UVirtualTexturePoolConfig::Pools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_EnableRecording \ static_assert(alignof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong alignment on VisualLoggerKismetLibrary_EnableRecording"); \ static_assert(sizeof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong size on VisualLoggerKismetLibrary_EnableRecording"); \ static_assert(offsetof(VisualLoggerKismetLibrary_EnableRecording, bEnabled) == 0x000000, "Member 'VisualLoggerKismetLibrary_EnableRecording::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox \ static_assert(alignof(VisualLoggerKismetLibrary_LogBox) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogBox"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogBox) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogBox"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogBox::BoxShape' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, Text) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogBox::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, ObjectColor) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogBox::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, LogCategory) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogBox::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bAddToMessageLog) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogBox::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogLocation \ static_assert(alignof(VisualLoggerKismetLibrary_LogLocation) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogLocation"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogLocation) == 0x000048, "Wrong size on VisualLoggerKismetLibrary_LogLocation"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Location) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogLocation::Location' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Text) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogLocation::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, ObjectColor) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogLocation::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, LogCategory) == 0x00003C, "Member 'VisualLoggerKismetLibrary_LogLocation::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, bAddToMessageLog) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogLocation::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSegment \ static_assert(alignof(VisualLoggerKismetLibrary_LogSegment) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSegment"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogSegment) == 0x000050, "Wrong size on VisualLoggerKismetLibrary_LogSegment"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSegment::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentEnd) == 0x000014, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Text) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSegment::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, ObjectColor) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogSegment::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Thickness) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogSegment::Thickness' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, CategoryName) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogSegment::CategoryName' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, bAddToMessageLog) == 0x00004C, "Member 'VisualLoggerKismetLibrary_LogSegment::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogText \ static_assert(alignof(VisualLoggerKismetLibrary_LogText) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogText"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogText) == 0x000028, "Wrong size on VisualLoggerKismetLibrary_LogText"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogText::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, Text) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogText::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, LogCategory) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogText::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, bAddToMessageLog) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogText::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_RedirectVislog \ static_assert(alignof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_RedirectVislog"); \ static_assert(sizeof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000010, "Wrong size on VisualLoggerKismetLibrary_RedirectVislog"); \ static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, SourceOwner) == 0x000000, "Member 'VisualLoggerKismetLibrary_RedirectVislog::SourceOwner' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, DestinationOwner) == 0x000008, "Member 'VisualLoggerKismetLibrary_RedirectVislog::DestinationOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVisualLoggerKismetLibrary \ static_assert(alignof(UVisualLoggerKismetLibrary) == 0x000008, "Wrong alignment on UVisualLoggerKismetLibrary"); \ static_assert(sizeof(UVisualLoggerKismetLibrary) == 0x000028, "Wrong size on UVisualLoggerKismetLibrary"); \ #define DUMPER7_ASSERTS_UVoiceChannel \ static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ #define DUMPER7_ASSERTS_UVolumeTexture \ static_assert(alignof(UVolumeTexture) == 0x000010, "Wrong alignment on UVolumeTexture"); \ static_assert(sizeof(UVolumeTexture) == 0x0001D0, "Wrong size on UVolumeTexture"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance \ static_assert(alignof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowTracingDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowTracingDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowTracingDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowTracingDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowViewSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion \ static_assert(alignof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ static_assert(sizeof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong size on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ static_assert(offsetof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold \ static_assert(alignof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ static_assert(sizeof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong size on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ static_assert(offsetof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetStopTracingTransmittanceThreshold::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance \ static_assert(alignof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingMaxDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingMaxDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetTracingMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingMaxDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance \ static_assert(alignof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetTracingStartMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartMaxDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetViewSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetViewSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetViewSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudComponent \ static_assert(alignof(UVolumetricCloudComponent) == 0x000010, "Wrong alignment on UVolumetricCloudComponent"); \ static_assert(sizeof(UVolumetricCloudComponent) == 0x000240, "Wrong size on UVolumetricCloudComponent"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x0001F8, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x0001FC, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000200, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000204, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000208, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00020C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000210, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00021C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000220, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x000224, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000228, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00022C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000230, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000234, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricCloud \ static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ static_assert(sizeof(AVolumetricCloud) == 0x000228, "Wrong size on AVolumetricCloud"); \ static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000220, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDirectionalSource \ static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ static_assert(sizeof(AWindDirectionalSource) == 0x000228, "Wrong size on AWindDirectionalSource"); \ static_assert(offsetof(AWindDirectionalSource, Component) == 0x000220, "Member 'AWindDirectionalSource::Component' 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) == 0x000220, "Wrong size on UWindDirectionalSourceComponent"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x0001F8, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x0001FC, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000200, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x000204, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000208, "Member 'UWindDirectionalSourceComponent::Radius' 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_AWorldSettings \ static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ static_assert(sizeof(AWorldSettings) == 0x0003A0, "Wrong size on AWorldSettings"); \ static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000228, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x00022C, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000230, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000238, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000240, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZ) == 0x000244, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000248, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000250, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x000254, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000258, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000260, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000268, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000270, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000278, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x00027C, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000288, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x00028C, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000290, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x000298, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0002B8, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0002E0, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0002E8, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x0002EC, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0002F0, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0002F4, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x0002F8, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x0002FC, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000300, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x000304, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, Pauser) == 0x000348, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000350, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000360, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000370, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000378, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000380, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000388, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x000398, "Member 'AWorldSettings::LastBookmarkClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACasket_T3_C \ static_assert(alignof(ACasket_T3_C) == 0x000010, "Wrong alignment on ACasket_T3_C"); \ static_assert(sizeof(ACasket_T3_C) == 0x000820, "Wrong size on ACasket_T3_C"); \ #define DUMPER7_ASSERTS_FFMODEventControlChannel \ static_assert(alignof(FFMODEventControlChannel) == 0x000008, "Wrong alignment on FFMODEventControlChannel"); \ static_assert(sizeof(FFMODEventControlChannel) == 0x000098, "Wrong size on FFMODEventControlChannel"); \ #define DUMPER7_ASSERTS_FFMODAssetLookupRow \ static_assert(alignof(FFMODAssetLookupRow) == 0x000008, "Wrong alignment on FFMODAssetLookupRow"); \ static_assert(sizeof(FFMODAssetLookupRow) == 0x000028, "Wrong size on FFMODAssetLookupRow"); \ static_assert(offsetof(FFMODAssetLookupRow, PackageName) == 0x000008, "Member 'FFMODAssetLookupRow::PackageName' has a wrong offset!"); \ static_assert(offsetof(FFMODAssetLookupRow, AssetName) == 0x000018, "Member 'FFMODAssetLookupRow::AssetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODOcclusionDetails \ static_assert(alignof(FFMODOcclusionDetails) == 0x000001, "Wrong alignment on FFMODOcclusionDetails"); \ static_assert(sizeof(FFMODOcclusionDetails) == 0x000003, "Wrong size on FFMODOcclusionDetails"); \ static_assert(offsetof(FFMODOcclusionDetails, bEnableOcclusion) == 0x000000, "Member 'FFMODOcclusionDetails::bEnableOcclusion' has a wrong offset!"); \ static_assert(offsetof(FFMODOcclusionDetails, OcclusionTraceChannel) == 0x000001, "Member 'FFMODOcclusionDetails::OcclusionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(FFMODOcclusionDetails, bUseComplexCollisionForOcclusion) == 0x000002, "Member 'FFMODOcclusionDetails::bUseComplexCollisionForOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODAttenuationDetails \ static_assert(alignof(FFMODAttenuationDetails) == 0x000004, "Wrong alignment on FFMODAttenuationDetails"); \ static_assert(sizeof(FFMODAttenuationDetails) == 0x00000C, "Wrong size on FFMODAttenuationDetails"); \ static_assert(offsetof(FFMODAttenuationDetails, MinimumDistance) == 0x000004, "Member 'FFMODAttenuationDetails::MinimumDistance' has a wrong offset!"); \ static_assert(offsetof(FFMODAttenuationDetails, MaximumDistance) == 0x000008, "Member 'FFMODAttenuationDetails::MaximumDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODEventControlSectionTemplate \ static_assert(alignof(FFMODEventControlSectionTemplate) == 0x000008, "Wrong alignment on FFMODEventControlSectionTemplate"); \ static_assert(sizeof(FFMODEventControlSectionTemplate) == 0x0000C0, "Wrong size on FFMODEventControlSectionTemplate"); \ static_assert(offsetof(FFMODEventControlSectionTemplate, ControlKeys) == 0x000020, "Member 'FFMODEventControlSectionTemplate::ControlKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODLocalizedBankTable \ static_assert(alignof(FFMODLocalizedBankTable) == 0x000008, "Wrong alignment on FFMODLocalizedBankTable"); \ static_assert(sizeof(FFMODLocalizedBankTable) == 0x000010, "Wrong size on FFMODLocalizedBankTable"); \ static_assert(offsetof(FFMODLocalizedBankTable, Banks) == 0x000008, "Member 'FFMODLocalizedBankTable::Banks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODLocalizedBankRow \ static_assert(alignof(FFMODLocalizedBankRow) == 0x000008, "Wrong alignment on FFMODLocalizedBankRow"); \ static_assert(sizeof(FFMODLocalizedBankRow) == 0x000018, "Wrong size on FFMODLocalizedBankRow"); \ static_assert(offsetof(FFMODLocalizedBankRow, Path) == 0x000008, "Member 'FFMODLocalizedBankRow::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODEventInstance \ static_assert(alignof(FFMODEventInstance) == 0x000008, "Wrong alignment on FFMODEventInstance"); \ static_assert(sizeof(FFMODEventInstance) == 0x000008, "Wrong size on FFMODEventInstance"); \ #define DUMPER7_ASSERTS_FFMODEventParameterSectionTemplate \ static_assert(alignof(FFMODEventParameterSectionTemplate) == 0x000008, "Wrong alignment on FFMODEventParameterSectionTemplate"); \ static_assert(sizeof(FFMODEventParameterSectionTemplate) == 0x000080, "Wrong size on FFMODEventParameterSectionTemplate"); \ #define DUMPER7_ASSERTS_FFMODProjectLocale \ static_assert(alignof(FFMODProjectLocale) == 0x000008, "Wrong alignment on FFMODProjectLocale"); \ static_assert(sizeof(FFMODProjectLocale) == 0x000028, "Wrong size on FFMODProjectLocale"); \ static_assert(offsetof(FFMODProjectLocale, LocaleName) == 0x000000, "Member 'FFMODProjectLocale::LocaleName' has a wrong offset!"); \ static_assert(offsetof(FFMODProjectLocale, LocaleCode) == 0x000010, "Member 'FFMODProjectLocale::LocaleCode' has a wrong offset!"); \ static_assert(offsetof(FFMODProjectLocale, bDefault) == 0x000020, "Member 'FFMODProjectLocale::bDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFMODPlatformSettings \ static_assert(alignof(FFMODPlatformSettings) == 0x000008, "Wrong alignment on FFMODPlatformSettings"); \ static_assert(sizeof(FFMODPlatformSettings) == 0x000060, "Wrong size on FFMODPlatformSettings"); \ static_assert(offsetof(FFMODPlatformSettings, RealChannelCount) == 0x000000, "Member 'FFMODPlatformSettings::RealChannelCount' has a wrong offset!"); \ static_assert(offsetof(FFMODPlatformSettings, SampleRate) == 0x000004, "Member 'FFMODPlatformSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FFMODPlatformSettings, SpeakerMode) == 0x000008, "Member 'FFMODPlatformSettings::SpeakerMode' has a wrong offset!"); \ static_assert(offsetof(FFMODPlatformSettings, OutputType) == 0x000009, "Member 'FFMODPlatformSettings::OutputType' has a wrong offset!"); \ static_assert(offsetof(FFMODPlatformSettings, CustomPoolSize) == 0x00000C, "Member 'FFMODPlatformSettings::CustomPoolSize' has a wrong offset!"); \ static_assert(offsetof(FFMODPlatformSettings, Codecs) == 0x000010, "Member 'FFMODPlatformSettings::Codecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomPoolSizes \ static_assert(alignof(FCustomPoolSizes) == 0x000004, "Wrong alignment on FCustomPoolSizes"); \ static_assert(sizeof(FCustomPoolSizes) == 0x000014, "Wrong size on FCustomPoolSizes"); \ static_assert(offsetof(FCustomPoolSizes, Desktop) == 0x000000, "Member 'FCustomPoolSizes::Desktop' has a wrong offset!"); \ static_assert(offsetof(FCustomPoolSizes, Mobile) == 0x000004, "Member 'FCustomPoolSizes::Mobile' has a wrong offset!"); \ static_assert(offsetof(FCustomPoolSizes, PS4) == 0x000008, "Member 'FCustomPoolSizes::PS4' has a wrong offset!"); \ static_assert(offsetof(FCustomPoolSizes, SWITCH) == 0x00000C, "Member 'FCustomPoolSizes::SWITCH' has a wrong offset!"); \ static_assert(offsetof(FCustomPoolSizes, XboxOne) == 0x000010, "Member 'FCustomPoolSizes::XboxOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODBankLookup \ static_assert(alignof(UFMODBankLookup) == 0x000008, "Wrong alignment on UFMODBankLookup"); \ static_assert(sizeof(UFMODBankLookup) == 0x000060, "Wrong size on UFMODBankLookup"); \ static_assert(offsetof(UFMODBankLookup, DataTable) == 0x000028, "Member 'UFMODBankLookup::DataTable' has a wrong offset!"); \ static_assert(offsetof(UFMODBankLookup, MasterBankPath) == 0x000030, "Member 'UFMODBankLookup::MasterBankPath' has a wrong offset!"); \ static_assert(offsetof(UFMODBankLookup, MasterAssetsBankPath) == 0x000040, "Member 'UFMODBankLookup::MasterAssetsBankPath' has a wrong offset!"); \ static_assert(offsetof(UFMODBankLookup, MasterStringsBankPath) == 0x000050, "Member 'UFMODBankLookup::MasterStringsBankPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFMODAmbientSound \ static_assert(alignof(AFMODAmbientSound) == 0x000008, "Wrong alignment on AFMODAmbientSound"); \ static_assert(sizeof(AFMODAmbientSound) == 0x000228, "Wrong size on AFMODAmbientSound"); \ static_assert(offsetof(AFMODAmbientSound, AudioComponent) == 0x000220, "Member 'AFMODAmbientSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_BusSetMute \ static_assert(alignof(FMODBlueprintStatics_BusSetMute) == 0x000008, "Wrong alignment on FMODBlueprintStatics_BusSetMute"); \ static_assert(sizeof(FMODBlueprintStatics_BusSetMute) == 0x000010, "Wrong size on FMODBlueprintStatics_BusSetMute"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetMute, Bus) == 0x000000, "Member 'FMODBlueprintStatics_BusSetMute::Bus' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetMute, bMute) == 0x000008, "Member 'FMODBlueprintStatics_BusSetMute::bMute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_BusSetPaused \ static_assert(alignof(FMODBlueprintStatics_BusSetPaused) == 0x000008, "Wrong alignment on FMODBlueprintStatics_BusSetPaused"); \ static_assert(sizeof(FMODBlueprintStatics_BusSetPaused) == 0x000010, "Wrong size on FMODBlueprintStatics_BusSetPaused"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetPaused, Bus) == 0x000000, "Member 'FMODBlueprintStatics_BusSetPaused::Bus' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetPaused, bPaused) == 0x000008, "Member 'FMODBlueprintStatics_BusSetPaused::bPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_BusSetVolume \ static_assert(alignof(FMODBlueprintStatics_BusSetVolume) == 0x000008, "Wrong alignment on FMODBlueprintStatics_BusSetVolume"); \ static_assert(sizeof(FMODBlueprintStatics_BusSetVolume) == 0x000010, "Wrong size on FMODBlueprintStatics_BusSetVolume"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetVolume, Bus) == 0x000000, "Member 'FMODBlueprintStatics_BusSetVolume::Bus' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_BusSetVolume, Volume) == 0x000008, "Member 'FMODBlueprintStatics_BusSetVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_BusStopAllEvents \ static_assert(alignof(FMODBlueprintStatics_BusStopAllEvents) == 0x000008, "Wrong alignment on FMODBlueprintStatics_BusStopAllEvents"); \ static_assert(sizeof(FMODBlueprintStatics_BusStopAllEvents) == 0x000010, "Wrong size on FMODBlueprintStatics_BusStopAllEvents"); \ static_assert(offsetof(FMODBlueprintStatics_BusStopAllEvents, Bus) == 0x000000, "Member 'FMODBlueprintStatics_BusStopAllEvents::Bus' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_BusStopAllEvents, stopMode) == 0x000008, "Member 'FMODBlueprintStatics_BusStopAllEvents::stopMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceGetParameter \ static_assert(alignof(FMODBlueprintStatics_EventInstanceGetParameter) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceGetParameter"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceGetParameter) == 0x000018, "Wrong size on FMODBlueprintStatics_EventInstanceGetParameter"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameter, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceGetParameter::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameter, Name_0) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceGetParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameter, ReturnValue) == 0x000010, "Member 'FMODBlueprintStatics_EventInstanceGetParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceGetParameterValue \ static_assert(alignof(FMODBlueprintStatics_EventInstanceGetParameterValue) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceGetParameterValue"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceGetParameterValue) == 0x000018, "Wrong size on FMODBlueprintStatics_EventInstanceGetParameterValue"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameterValue, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceGetParameterValue::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameterValue, Name_0) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceGetParameterValue::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameterValue, UserValue) == 0x000010, "Member 'FMODBlueprintStatics_EventInstanceGetParameterValue::UserValue' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceGetParameterValue, FinalValue) == 0x000014, "Member 'FMODBlueprintStatics_EventInstanceGetParameterValue::FinalValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceIsValid \ static_assert(alignof(FMODBlueprintStatics_EventInstanceIsValid) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceIsValid"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceIsValid) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceIsValid"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceIsValid, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceIsValid::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceIsValid, ReturnValue) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceKeyOff \ static_assert(alignof(FMODBlueprintStatics_EventInstanceKeyOff) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceKeyOff"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceKeyOff) == 0x000008, "Wrong size on FMODBlueprintStatics_EventInstanceKeyOff"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceKeyOff, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceKeyOff::EventInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstancePlay \ static_assert(alignof(FMODBlueprintStatics_EventInstancePlay) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstancePlay"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstancePlay) == 0x000008, "Wrong size on FMODBlueprintStatics_EventInstancePlay"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstancePlay, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstancePlay::EventInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceRelease \ static_assert(alignof(FMODBlueprintStatics_EventInstanceRelease) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceRelease"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceRelease) == 0x000008, "Wrong size on FMODBlueprintStatics_EventInstanceRelease"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceRelease, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceRelease::EventInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetParameter \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetParameter) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetParameter"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetParameter) == 0x000018, "Wrong size on FMODBlueprintStatics_EventInstanceSetParameter"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetParameter, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetParameter::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetParameter, Name_0) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceSetParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetParameter, Value) == 0x000010, "Member 'FMODBlueprintStatics_EventInstanceSetParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetPaused \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetPaused) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetPaused"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetPaused) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceSetPaused"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetPaused, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetPaused::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetPaused, paused) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceSetPaused::paused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetPitch \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetPitch) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetPitch"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetPitch) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceSetPitch"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetPitch, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetPitch::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetPitch, Pitch) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceSetPitch::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetProperty \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetProperty) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetProperty"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetProperty) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceSetProperty"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetProperty, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetProperty::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetProperty, Property) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceSetProperty::Property' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetProperty, Value) == 0x00000C, "Member 'FMODBlueprintStatics_EventInstanceSetProperty::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetTransform \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetTransform) == 0x000010, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetTransform"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetTransform) == 0x000040, "Wrong size on FMODBlueprintStatics_EventInstanceSetTransform"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetTransform, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetTransform::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetTransform, Location) == 0x000010, "Member 'FMODBlueprintStatics_EventInstanceSetTransform::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceSetVolume \ static_assert(alignof(FMODBlueprintStatics_EventInstanceSetVolume) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceSetVolume"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceSetVolume) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceSetVolume"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetVolume, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceSetVolume::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceSetVolume, Volume) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceSetVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_EventInstanceStop \ static_assert(alignof(FMODBlueprintStatics_EventInstanceStop) == 0x000008, "Wrong alignment on FMODBlueprintStatics_EventInstanceStop"); \ static_assert(sizeof(FMODBlueprintStatics_EventInstanceStop) == 0x000010, "Wrong size on FMODBlueprintStatics_EventInstanceStop"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceStop, EventInstance) == 0x000000, "Member 'FMODBlueprintStatics_EventInstanceStop::EventInstance' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_EventInstanceStop, Release) == 0x000008, "Member 'FMODBlueprintStatics_EventInstanceStop::Release' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_FindAssetByName \ static_assert(alignof(FMODBlueprintStatics_FindAssetByName) == 0x000008, "Wrong alignment on FMODBlueprintStatics_FindAssetByName"); \ static_assert(sizeof(FMODBlueprintStatics_FindAssetByName) == 0x000018, "Wrong size on FMODBlueprintStatics_FindAssetByName"); \ static_assert(offsetof(FMODBlueprintStatics_FindAssetByName, Name_0) == 0x000000, "Member 'FMODBlueprintStatics_FindAssetByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_FindAssetByName, ReturnValue) == 0x000010, "Member 'FMODBlueprintStatics_FindAssetByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_FindEventByName \ static_assert(alignof(FMODBlueprintStatics_FindEventByName) == 0x000008, "Wrong alignment on FMODBlueprintStatics_FindEventByName"); \ static_assert(sizeof(FMODBlueprintStatics_FindEventByName) == 0x000018, "Wrong size on FMODBlueprintStatics_FindEventByName"); \ static_assert(offsetof(FMODBlueprintStatics_FindEventByName, Name_0) == 0x000000, "Member 'FMODBlueprintStatics_FindEventByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_FindEventByName, ReturnValue) == 0x000010, "Member 'FMODBlueprintStatics_FindEventByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_FindEventInstances \ static_assert(alignof(FMODBlueprintStatics_FindEventInstances) == 0x000008, "Wrong alignment on FMODBlueprintStatics_FindEventInstances"); \ static_assert(sizeof(FMODBlueprintStatics_FindEventInstances) == 0x000020, "Wrong size on FMODBlueprintStatics_FindEventInstances"); \ static_assert(offsetof(FMODBlueprintStatics_FindEventInstances, WorldContextObject) == 0x000000, "Member 'FMODBlueprintStatics_FindEventInstances::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_FindEventInstances, Event) == 0x000008, "Member 'FMODBlueprintStatics_FindEventInstances::Event' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_FindEventInstances, ReturnValue) == 0x000010, "Member 'FMODBlueprintStatics_FindEventInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_GetGlobalParameterByName \ static_assert(alignof(FMODBlueprintStatics_GetGlobalParameterByName) == 0x000004, "Wrong alignment on FMODBlueprintStatics_GetGlobalParameterByName"); \ static_assert(sizeof(FMODBlueprintStatics_GetGlobalParameterByName) == 0x00000C, "Wrong size on FMODBlueprintStatics_GetGlobalParameterByName"); \ static_assert(offsetof(FMODBlueprintStatics_GetGlobalParameterByName, Name_0) == 0x000000, "Member 'FMODBlueprintStatics_GetGlobalParameterByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_GetGlobalParameterByName, ReturnValue) == 0x000008, "Member 'FMODBlueprintStatics_GetGlobalParameterByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_GetGlobalParameterValueByName \ static_assert(alignof(FMODBlueprintStatics_GetGlobalParameterValueByName) == 0x000004, "Wrong alignment on FMODBlueprintStatics_GetGlobalParameterValueByName"); \ static_assert(sizeof(FMODBlueprintStatics_GetGlobalParameterValueByName) == 0x000010, "Wrong size on FMODBlueprintStatics_GetGlobalParameterValueByName"); \ static_assert(offsetof(FMODBlueprintStatics_GetGlobalParameterValueByName, Name_0) == 0x000000, "Member 'FMODBlueprintStatics_GetGlobalParameterValueByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_GetGlobalParameterValueByName, UserValue) == 0x000008, "Member 'FMODBlueprintStatics_GetGlobalParameterValueByName::UserValue' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_GetGlobalParameterValueByName, FinalValue) == 0x00000C, "Member 'FMODBlueprintStatics_GetGlobalParameterValueByName::FinalValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_GetOutputDrivers \ static_assert(alignof(FMODBlueprintStatics_GetOutputDrivers) == 0x000008, "Wrong alignment on FMODBlueprintStatics_GetOutputDrivers"); \ static_assert(sizeof(FMODBlueprintStatics_GetOutputDrivers) == 0x000010, "Wrong size on FMODBlueprintStatics_GetOutputDrivers"); \ static_assert(offsetof(FMODBlueprintStatics_GetOutputDrivers, ReturnValue) == 0x000000, "Member 'FMODBlueprintStatics_GetOutputDrivers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_IsBankLoaded \ static_assert(alignof(FMODBlueprintStatics_IsBankLoaded) == 0x000008, "Wrong alignment on FMODBlueprintStatics_IsBankLoaded"); \ static_assert(sizeof(FMODBlueprintStatics_IsBankLoaded) == 0x000010, "Wrong size on FMODBlueprintStatics_IsBankLoaded"); \ static_assert(offsetof(FMODBlueprintStatics_IsBankLoaded, Bank) == 0x000000, "Member 'FMODBlueprintStatics_IsBankLoaded::Bank' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_IsBankLoaded, ReturnValue) == 0x000008, "Member 'FMODBlueprintStatics_IsBankLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_LoadBank \ static_assert(alignof(FMODBlueprintStatics_LoadBank) == 0x000008, "Wrong alignment on FMODBlueprintStatics_LoadBank"); \ static_assert(sizeof(FMODBlueprintStatics_LoadBank) == 0x000010, "Wrong size on FMODBlueprintStatics_LoadBank"); \ static_assert(offsetof(FMODBlueprintStatics_LoadBank, Bank) == 0x000000, "Member 'FMODBlueprintStatics_LoadBank::Bank' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_LoadBank, bBlocking) == 0x000008, "Member 'FMODBlueprintStatics_LoadBank::bBlocking' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_LoadBank, bLoadSampleData) == 0x000009, "Member 'FMODBlueprintStatics_LoadBank::bLoadSampleData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_LoadBankSampleData \ static_assert(alignof(FMODBlueprintStatics_LoadBankSampleData) == 0x000008, "Wrong alignment on FMODBlueprintStatics_LoadBankSampleData"); \ static_assert(sizeof(FMODBlueprintStatics_LoadBankSampleData) == 0x000008, "Wrong size on FMODBlueprintStatics_LoadBankSampleData"); \ static_assert(offsetof(FMODBlueprintStatics_LoadBankSampleData, Bank) == 0x000000, "Member 'FMODBlueprintStatics_LoadBankSampleData::Bank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_LoadEventSampleData \ static_assert(alignof(FMODBlueprintStatics_LoadEventSampleData) == 0x000008, "Wrong alignment on FMODBlueprintStatics_LoadEventSampleData"); \ static_assert(sizeof(FMODBlueprintStatics_LoadEventSampleData) == 0x000010, "Wrong size on FMODBlueprintStatics_LoadEventSampleData"); \ static_assert(offsetof(FMODBlueprintStatics_LoadEventSampleData, WorldContextObject) == 0x000000, "Member 'FMODBlueprintStatics_LoadEventSampleData::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_LoadEventSampleData, Event) == 0x000008, "Member 'FMODBlueprintStatics_LoadEventSampleData::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_PlayEvent2D \ static_assert(alignof(FMODBlueprintStatics_PlayEvent2D) == 0x000008, "Wrong alignment on FMODBlueprintStatics_PlayEvent2D"); \ static_assert(sizeof(FMODBlueprintStatics_PlayEvent2D) == 0x000020, "Wrong size on FMODBlueprintStatics_PlayEvent2D"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEvent2D, WorldContextObject) == 0x000000, "Member 'FMODBlueprintStatics_PlayEvent2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEvent2D, Event) == 0x000008, "Member 'FMODBlueprintStatics_PlayEvent2D::Event' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEvent2D, bAutoPlay) == 0x000010, "Member 'FMODBlueprintStatics_PlayEvent2D::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEvent2D, ReturnValue) == 0x000018, "Member 'FMODBlueprintStatics_PlayEvent2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_PlayEventAtLocation \ static_assert(alignof(FMODBlueprintStatics_PlayEventAtLocation) == 0x000010, "Wrong alignment on FMODBlueprintStatics_PlayEventAtLocation"); \ static_assert(sizeof(FMODBlueprintStatics_PlayEventAtLocation) == 0x000050, "Wrong size on FMODBlueprintStatics_PlayEventAtLocation"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAtLocation, WorldContextObject) == 0x000000, "Member 'FMODBlueprintStatics_PlayEventAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAtLocation, Event) == 0x000008, "Member 'FMODBlueprintStatics_PlayEventAtLocation::Event' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAtLocation, Location) == 0x000010, "Member 'FMODBlueprintStatics_PlayEventAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAtLocation, bAutoPlay) == 0x000040, "Member 'FMODBlueprintStatics_PlayEventAtLocation::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAtLocation, ReturnValue) == 0x000048, "Member 'FMODBlueprintStatics_PlayEventAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_PlayEventAttached \ static_assert(alignof(FMODBlueprintStatics_PlayEventAttached) == 0x000008, "Wrong alignment on FMODBlueprintStatics_PlayEventAttached"); \ static_assert(sizeof(FMODBlueprintStatics_PlayEventAttached) == 0x000030, "Wrong size on FMODBlueprintStatics_PlayEventAttached"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, Event) == 0x000000, "Member 'FMODBlueprintStatics_PlayEventAttached::Event' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, AttachToComponent) == 0x000008, "Member 'FMODBlueprintStatics_PlayEventAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, AttachPointName) == 0x000010, "Member 'FMODBlueprintStatics_PlayEventAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, Location) == 0x000018, "Member 'FMODBlueprintStatics_PlayEventAttached::Location' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, LocationType) == 0x000024, "Member 'FMODBlueprintStatics_PlayEventAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, bStopWhenAttachedToDestroyed) == 0x000025, "Member 'FMODBlueprintStatics_PlayEventAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, bAutoPlay) == 0x000026, "Member 'FMODBlueprintStatics_PlayEventAttached::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, bAutoDestroy) == 0x000027, "Member 'FMODBlueprintStatics_PlayEventAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_PlayEventAttached, ReturnValue) == 0x000028, "Member 'FMODBlueprintStatics_PlayEventAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_SetGlobalParameterByName \ static_assert(alignof(FMODBlueprintStatics_SetGlobalParameterByName) == 0x000004, "Wrong alignment on FMODBlueprintStatics_SetGlobalParameterByName"); \ static_assert(sizeof(FMODBlueprintStatics_SetGlobalParameterByName) == 0x00000C, "Wrong size on FMODBlueprintStatics_SetGlobalParameterByName"); \ static_assert(offsetof(FMODBlueprintStatics_SetGlobalParameterByName, Name_0) == 0x000000, "Member 'FMODBlueprintStatics_SetGlobalParameterByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_SetGlobalParameterByName, Value) == 0x000008, "Member 'FMODBlueprintStatics_SetGlobalParameterByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_SetLocale \ static_assert(alignof(FMODBlueprintStatics_SetLocale) == 0x000008, "Wrong alignment on FMODBlueprintStatics_SetLocale"); \ static_assert(sizeof(FMODBlueprintStatics_SetLocale) == 0x000010, "Wrong size on FMODBlueprintStatics_SetLocale"); \ static_assert(offsetof(FMODBlueprintStatics_SetLocale, Locale) == 0x000000, "Member 'FMODBlueprintStatics_SetLocale::Locale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_SetOutputDriverByIndex \ static_assert(alignof(FMODBlueprintStatics_SetOutputDriverByIndex) == 0x000004, "Wrong alignment on FMODBlueprintStatics_SetOutputDriverByIndex"); \ static_assert(sizeof(FMODBlueprintStatics_SetOutputDriverByIndex) == 0x000004, "Wrong size on FMODBlueprintStatics_SetOutputDriverByIndex"); \ static_assert(offsetof(FMODBlueprintStatics_SetOutputDriverByIndex, NewDriverIndex) == 0x000000, "Member 'FMODBlueprintStatics_SetOutputDriverByIndex::NewDriverIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_SetOutputDriverByName \ static_assert(alignof(FMODBlueprintStatics_SetOutputDriverByName) == 0x000008, "Wrong alignment on FMODBlueprintStatics_SetOutputDriverByName"); \ static_assert(sizeof(FMODBlueprintStatics_SetOutputDriverByName) == 0x000010, "Wrong size on FMODBlueprintStatics_SetOutputDriverByName"); \ static_assert(offsetof(FMODBlueprintStatics_SetOutputDriverByName, NewDriverName) == 0x000000, "Member 'FMODBlueprintStatics_SetOutputDriverByName::NewDriverName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_UnloadBank \ static_assert(alignof(FMODBlueprintStatics_UnloadBank) == 0x000008, "Wrong alignment on FMODBlueprintStatics_UnloadBank"); \ static_assert(sizeof(FMODBlueprintStatics_UnloadBank) == 0x000008, "Wrong size on FMODBlueprintStatics_UnloadBank"); \ static_assert(offsetof(FMODBlueprintStatics_UnloadBank, Bank) == 0x000000, "Member 'FMODBlueprintStatics_UnloadBank::Bank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_UnloadBankSampleData \ static_assert(alignof(FMODBlueprintStatics_UnloadBankSampleData) == 0x000008, "Wrong alignment on FMODBlueprintStatics_UnloadBankSampleData"); \ static_assert(sizeof(FMODBlueprintStatics_UnloadBankSampleData) == 0x000008, "Wrong size on FMODBlueprintStatics_UnloadBankSampleData"); \ static_assert(offsetof(FMODBlueprintStatics_UnloadBankSampleData, Bank) == 0x000000, "Member 'FMODBlueprintStatics_UnloadBankSampleData::Bank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_UnloadEventSampleData \ static_assert(alignof(FMODBlueprintStatics_UnloadEventSampleData) == 0x000008, "Wrong alignment on FMODBlueprintStatics_UnloadEventSampleData"); \ static_assert(sizeof(FMODBlueprintStatics_UnloadEventSampleData) == 0x000010, "Wrong size on FMODBlueprintStatics_UnloadEventSampleData"); \ static_assert(offsetof(FMODBlueprintStatics_UnloadEventSampleData, WorldContextObject) == 0x000000, "Member 'FMODBlueprintStatics_UnloadEventSampleData::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_UnloadEventSampleData, Event) == 0x000008, "Member 'FMODBlueprintStatics_UnloadEventSampleData::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODBlueprintStatics_VCASetVolume \ static_assert(alignof(FMODBlueprintStatics_VCASetVolume) == 0x000008, "Wrong alignment on FMODBlueprintStatics_VCASetVolume"); \ static_assert(sizeof(FMODBlueprintStatics_VCASetVolume) == 0x000010, "Wrong size on FMODBlueprintStatics_VCASetVolume"); \ static_assert(offsetof(FMODBlueprintStatics_VCASetVolume, Vca) == 0x000000, "Member 'FMODBlueprintStatics_VCASetVolume::Vca' has a wrong offset!"); \ static_assert(offsetof(FMODBlueprintStatics_VCASetVolume, Volume) == 0x000008, "Member 'FMODBlueprintStatics_VCASetVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODBlueprintStatics \ static_assert(alignof(UFMODBlueprintStatics) == 0x000008, "Wrong alignment on UFMODBlueprintStatics"); \ static_assert(sizeof(UFMODBlueprintStatics) == 0x000028, "Wrong size on UFMODBlueprintStatics"); \ #define DUMPER7_ASSERTS_UFMODAnimNotifyPlay \ static_assert(alignof(UFMODAnimNotifyPlay) == 0x000008, "Wrong alignment on UFMODAnimNotifyPlay"); \ static_assert(sizeof(UFMODAnimNotifyPlay) == 0x000058, "Wrong size on UFMODAnimNotifyPlay"); \ static_assert(offsetof(UFMODAnimNotifyPlay, AttachName) == 0x000040, "Member 'UFMODAnimNotifyPlay::AttachName' has a wrong offset!"); \ static_assert(offsetof(UFMODAnimNotifyPlay, Event) == 0x000050, "Member 'UFMODAnimNotifyPlay::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODAsset \ static_assert(alignof(UFMODAsset) == 0x000008, "Wrong alignment on UFMODAsset"); \ static_assert(sizeof(UFMODAsset) == 0x000038, "Wrong size on UFMODAsset"); \ static_assert(offsetof(UFMODAsset, AssetGuid) == 0x000028, "Member 'UFMODAsset::AssetGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODBus \ static_assert(alignof(UFMODBus) == 0x000008, "Wrong alignment on UFMODBus"); \ static_assert(sizeof(UFMODBus) == 0x000038, "Wrong size on UFMODBus"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetParameter \ static_assert(alignof(FMODAudioComponent_GetParameter) == 0x000004, "Wrong alignment on FMODAudioComponent_GetParameter"); \ static_assert(sizeof(FMODAudioComponent_GetParameter) == 0x00000C, "Wrong size on FMODAudioComponent_GetParameter"); \ static_assert(offsetof(FMODAudioComponent_GetParameter, Name_0) == 0x000000, "Member 'FMODAudioComponent_GetParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_GetParameter, ReturnValue) == 0x000008, "Member 'FMODAudioComponent_GetParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetParameterValue \ static_assert(alignof(FMODAudioComponent_GetParameterValue) == 0x000004, "Wrong alignment on FMODAudioComponent_GetParameterValue"); \ static_assert(sizeof(FMODAudioComponent_GetParameterValue) == 0x000010, "Wrong size on FMODAudioComponent_GetParameterValue"); \ static_assert(offsetof(FMODAudioComponent_GetParameterValue, Name_0) == 0x000000, "Member 'FMODAudioComponent_GetParameterValue::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_GetParameterValue, UserValue) == 0x000008, "Member 'FMODAudioComponent_GetParameterValue::UserValue' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_GetParameterValue, FinalValue) == 0x00000C, "Member 'FMODAudioComponent_GetParameterValue::FinalValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetPaused \ static_assert(alignof(FMODAudioComponent_GetPaused) == 0x000001, "Wrong alignment on FMODAudioComponent_GetPaused"); \ static_assert(sizeof(FMODAudioComponent_GetPaused) == 0x000001, "Wrong size on FMODAudioComponent_GetPaused"); \ static_assert(offsetof(FMODAudioComponent_GetPaused, ReturnValue) == 0x000000, "Member 'FMODAudioComponent_GetPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetProperty \ static_assert(alignof(FMODAudioComponent_GetProperty) == 0x000004, "Wrong alignment on FMODAudioComponent_GetProperty"); \ static_assert(sizeof(FMODAudioComponent_GetProperty) == 0x000008, "Wrong size on FMODAudioComponent_GetProperty"); \ static_assert(offsetof(FMODAudioComponent_GetProperty, Property) == 0x000000, "Member 'FMODAudioComponent_GetProperty::Property' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_GetProperty, ReturnValue) == 0x000004, "Member 'FMODAudioComponent_GetProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetTimelinePosition \ static_assert(alignof(FMODAudioComponent_GetTimelinePosition) == 0x000004, "Wrong alignment on FMODAudioComponent_GetTimelinePosition"); \ static_assert(sizeof(FMODAudioComponent_GetTimelinePosition) == 0x000004, "Wrong size on FMODAudioComponent_GetTimelinePosition"); \ static_assert(offsetof(FMODAudioComponent_GetTimelinePosition, ReturnValue) == 0x000000, "Member 'FMODAudioComponent_GetTimelinePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_IsPlaying \ static_assert(alignof(FMODAudioComponent_IsPlaying) == 0x000001, "Wrong alignment on FMODAudioComponent_IsPlaying"); \ static_assert(sizeof(FMODAudioComponent_IsPlaying) == 0x000001, "Wrong size on FMODAudioComponent_IsPlaying"); \ static_assert(offsetof(FMODAudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'FMODAudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetEvent \ static_assert(alignof(FMODAudioComponent_SetEvent) == 0x000008, "Wrong alignment on FMODAudioComponent_SetEvent"); \ static_assert(sizeof(FMODAudioComponent_SetEvent) == 0x000008, "Wrong size on FMODAudioComponent_SetEvent"); \ static_assert(offsetof(FMODAudioComponent_SetEvent, NewEvent) == 0x000000, "Member 'FMODAudioComponent_SetEvent::NewEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetParameter \ static_assert(alignof(FMODAudioComponent_SetParameter) == 0x000004, "Wrong alignment on FMODAudioComponent_SetParameter"); \ static_assert(sizeof(FMODAudioComponent_SetParameter) == 0x00000C, "Wrong size on FMODAudioComponent_SetParameter"); \ static_assert(offsetof(FMODAudioComponent_SetParameter, Name_0) == 0x000000, "Member 'FMODAudioComponent_SetParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_SetParameter, Value) == 0x000008, "Member 'FMODAudioComponent_SetParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetPaused \ static_assert(alignof(FMODAudioComponent_SetPaused) == 0x000001, "Wrong alignment on FMODAudioComponent_SetPaused"); \ static_assert(sizeof(FMODAudioComponent_SetPaused) == 0x000001, "Wrong size on FMODAudioComponent_SetPaused"); \ static_assert(offsetof(FMODAudioComponent_SetPaused, paused) == 0x000000, "Member 'FMODAudioComponent_SetPaused::paused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetPitch \ static_assert(alignof(FMODAudioComponent_SetPitch) == 0x000004, "Wrong alignment on FMODAudioComponent_SetPitch"); \ static_assert(sizeof(FMODAudioComponent_SetPitch) == 0x000004, "Wrong size on FMODAudioComponent_SetPitch"); \ static_assert(offsetof(FMODAudioComponent_SetPitch, Pitch) == 0x000000, "Member 'FMODAudioComponent_SetPitch::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetProgrammerSoundName \ static_assert(alignof(FMODAudioComponent_SetProgrammerSoundName) == 0x000008, "Wrong alignment on FMODAudioComponent_SetProgrammerSoundName"); \ static_assert(sizeof(FMODAudioComponent_SetProgrammerSoundName) == 0x000010, "Wrong size on FMODAudioComponent_SetProgrammerSoundName"); \ static_assert(offsetof(FMODAudioComponent_SetProgrammerSoundName, Value) == 0x000000, "Member 'FMODAudioComponent_SetProgrammerSoundName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetProperty \ static_assert(alignof(FMODAudioComponent_SetProperty) == 0x000004, "Wrong alignment on FMODAudioComponent_SetProperty"); \ static_assert(sizeof(FMODAudioComponent_SetProperty) == 0x000008, "Wrong size on FMODAudioComponent_SetProperty"); \ static_assert(offsetof(FMODAudioComponent_SetProperty, Property) == 0x000000, "Member 'FMODAudioComponent_SetProperty::Property' has a wrong offset!"); \ static_assert(offsetof(FMODAudioComponent_SetProperty, Value) == 0x000004, "Member 'FMODAudioComponent_SetProperty::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetTimelinePosition \ static_assert(alignof(FMODAudioComponent_SetTimelinePosition) == 0x000004, "Wrong alignment on FMODAudioComponent_SetTimelinePosition"); \ static_assert(sizeof(FMODAudioComponent_SetTimelinePosition) == 0x000004, "Wrong size on FMODAudioComponent_SetTimelinePosition"); \ static_assert(offsetof(FMODAudioComponent_SetTimelinePosition, Time) == 0x000000, "Member 'FMODAudioComponent_SetTimelinePosition::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_SetVolume \ static_assert(alignof(FMODAudioComponent_SetVolume) == 0x000004, "Wrong alignment on FMODAudioComponent_SetVolume"); \ static_assert(sizeof(FMODAudioComponent_SetVolume) == 0x000004, "Wrong size on FMODAudioComponent_SetVolume"); \ static_assert(offsetof(FMODAudioComponent_SetVolume, Volume) == 0x000000, "Member 'FMODAudioComponent_SetVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMODAudioComponent_GetLength \ static_assert(alignof(FMODAudioComponent_GetLength) == 0x000004, "Wrong alignment on FMODAudioComponent_GetLength"); \ static_assert(sizeof(FMODAudioComponent_GetLength) == 0x000004, "Wrong size on FMODAudioComponent_GetLength"); \ static_assert(offsetof(FMODAudioComponent_GetLength, ReturnValue) == 0x000000, "Member 'FMODAudioComponent_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODAudioComponent \ static_assert(alignof(UFMODAudioComponent) == 0x000010, "Wrong alignment on UFMODAudioComponent"); \ static_assert(sizeof(UFMODAudioComponent) == 0x0003B0, "Wrong size on UFMODAudioComponent"); \ static_assert(offsetof(UFMODAudioComponent, Event) == 0x0001F8, "Member 'UFMODAudioComponent::Event' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, ParameterCache) == 0x000200, "Member 'UFMODAudioComponent::ParameterCache' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, ProgrammerSoundName) == 0x000250, "Member 'UFMODAudioComponent::ProgrammerSoundName' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, OnEventStopped) == 0x000268, "Member 'UFMODAudioComponent::OnEventStopped' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, OnSoundStopped) == 0x000278, "Member 'UFMODAudioComponent::OnSoundStopped' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, OnTimelineMarker) == 0x000288, "Member 'UFMODAudioComponent::OnTimelineMarker' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, OnTimelineBeat) == 0x000298, "Member 'UFMODAudioComponent::OnTimelineBeat' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, AttenuationDetails) == 0x0002A8, "Member 'UFMODAudioComponent::AttenuationDetails' has a wrong offset!"); \ static_assert(offsetof(UFMODAudioComponent, OcclusionDetails) == 0x0002B4, "Member 'UFMODAudioComponent::OcclusionDetails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODBank \ static_assert(alignof(UFMODBank) == 0x000008, "Wrong alignment on UFMODBank"); \ static_assert(sizeof(UFMODBank) == 0x000038, "Wrong size on UFMODBank"); \ #define DUMPER7_ASSERTS_UFMODEvent \ static_assert(alignof(UFMODEvent) == 0x000008, "Wrong alignment on UFMODEvent"); \ static_assert(sizeof(UFMODEvent) == 0x000038, "Wrong size on UFMODEvent"); \ #define DUMPER7_ASSERTS_UFMODEventControlSection \ static_assert(alignof(UFMODEventControlSection) == 0x000008, "Wrong alignment on UFMODEventControlSection"); \ static_assert(sizeof(UFMODEventControlSection) == 0x000180, "Wrong size on UFMODEventControlSection"); \ static_assert(offsetof(UFMODEventControlSection, ControlKeys) == 0x0000E8, "Member 'UFMODEventControlSection::ControlKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODEventControlTrack \ static_assert(alignof(UFMODEventControlTrack) == 0x000008, "Wrong alignment on UFMODEventControlTrack"); \ static_assert(sizeof(UFMODEventControlTrack) == 0x0000A8, "Wrong size on UFMODEventControlTrack"); \ static_assert(offsetof(UFMODEventControlTrack, ControlSections) == 0x000098, "Member 'UFMODEventControlTrack::ControlSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODEventParameterTrack \ static_assert(alignof(UFMODEventParameterTrack) == 0x000008, "Wrong alignment on UFMODEventParameterTrack"); \ static_assert(sizeof(UFMODEventParameterTrack) == 0x0000A8, "Wrong size on UFMODEventParameterTrack"); \ static_assert(offsetof(UFMODEventParameterTrack, Sections) == 0x000098, "Member 'UFMODEventParameterTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODPort \ static_assert(alignof(UFMODPort) == 0x000008, "Wrong alignment on UFMODPort"); \ static_assert(sizeof(UFMODPort) == 0x000038, "Wrong size on UFMODPort"); \ #define DUMPER7_ASSERTS_UFMODSettings \ static_assert(alignof(UFMODSettings) == 0x000008, "Wrong alignment on UFMODSettings"); \ static_assert(sizeof(UFMODSettings) == 0x0001C0, "Wrong size on UFMODSettings"); \ static_assert(offsetof(UFMODSettings, bLoadAllBanks) == 0x000028, "Member 'UFMODSettings::bLoadAllBanks' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bLoadAllSampleData) == 0x000029, "Member 'UFMODSettings::bLoadAllSampleData' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bEnableLiveUpdate) == 0x00002A, "Member 'UFMODSettings::bEnableLiveUpdate' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bEnableEditorLiveUpdate) == 0x00002B, "Member 'UFMODSettings::bEnableEditorLiveUpdate' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, BankOutputDirectory) == 0x000030, "Member 'UFMODSettings::BankOutputDirectory' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, OutputFormat) == 0x000040, "Member 'UFMODSettings::OutputFormat' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, OutputType) == 0x000041, "Member 'UFMODSettings::OutputType' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, Locales) == 0x000048, "Member 'UFMODSettings::Locales' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, Vol0VirtualLevel) == 0x000058, "Member 'UFMODSettings::Vol0VirtualLevel' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, SampleRate) == 0x00005C, "Member 'UFMODSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bMatchHardwareSampleRate) == 0x000060, "Member 'UFMODSettings::bMatchHardwareSampleRate' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, RealChannelCount) == 0x000064, "Member 'UFMODSettings::RealChannelCount' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, TotalChannelCount) == 0x000068, "Member 'UFMODSettings::TotalChannelCount' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, DSPBufferLength) == 0x00006C, "Member 'UFMODSettings::DSPBufferLength' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, DSPBufferCount) == 0x000070, "Member 'UFMODSettings::DSPBufferCount' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, FileBufferSize) == 0x000074, "Member 'UFMODSettings::FileBufferSize' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, StudioUpdatePeriod) == 0x000078, "Member 'UFMODSettings::StudioUpdatePeriod' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, InitialOutputDriverName) == 0x000080, "Member 'UFMODSettings::InitialOutputDriverName' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bLockAllBuses) == 0x000090, "Member 'UFMODSettings::bLockAllBuses' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, MemoryPoolSizes) == 0x000094, "Member 'UFMODSettings::MemoryPoolSizes' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, LiveUpdatePort) == 0x0000A8, "Member 'UFMODSettings::LiveUpdatePort' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, EditorLiveUpdatePort) == 0x0000AC, "Member 'UFMODSettings::EditorLiveUpdatePort' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, ReloadBanksDelay) == 0x0000B0, "Member 'UFMODSettings::ReloadBanksDelay' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bEnableAPIErrorLogging) == 0x0000B4, "Member 'UFMODSettings::bEnableAPIErrorLogging' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, bEnableMemoryTracking) == 0x0000B5, "Member 'UFMODSettings::bEnableMemoryTracking' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, PluginFiles) == 0x0000B8, "Member 'UFMODSettings::PluginFiles' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, ContentBrowserPrefix) == 0x0000C8, "Member 'UFMODSettings::ContentBrowserPrefix' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, ForcePlatformName) == 0x0000D8, "Member 'UFMODSettings::ForcePlatformName' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, MasterBankName) == 0x0000E8, "Member 'UFMODSettings::MasterBankName' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, SkipLoadBankName) == 0x0000F8, "Member 'UFMODSettings::SkipLoadBankName' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, StudioBankKey) == 0x000108, "Member 'UFMODSettings::StudioBankKey' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, WavWriterPath) == 0x000118, "Member 'UFMODSettings::WavWriterPath' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, LoggingLevel) == 0x000128, "Member 'UFMODSettings::LoggingLevel' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, OcclusionParameter) == 0x000130, "Member 'UFMODSettings::OcclusionParameter' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, AmbientVolumeParameter) == 0x000140, "Member 'UFMODSettings::AmbientVolumeParameter' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, AmbientLPFParameter) == 0x000150, "Member 'UFMODSettings::AmbientLPFParameter' has a wrong offset!"); \ static_assert(offsetof(UFMODSettings, Platforms) == 0x000160, "Member 'UFMODSettings::Platforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODSnapshot \ static_assert(alignof(UFMODSnapshot) == 0x000008, "Wrong alignment on UFMODSnapshot"); \ static_assert(sizeof(UFMODSnapshot) == 0x000038, "Wrong size on UFMODSnapshot"); \ #define DUMPER7_ASSERTS_UFMODSnapshotReverb \ static_assert(alignof(UFMODSnapshotReverb) == 0x000008, "Wrong alignment on UFMODSnapshotReverb"); \ static_assert(sizeof(UFMODSnapshotReverb) == 0x000070, "Wrong size on UFMODSnapshotReverb"); \ static_assert(offsetof(UFMODSnapshotReverb, AssetGuid) == 0x000060, "Member 'UFMODSnapshotReverb::AssetGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFMODVCA \ static_assert(alignof(UFMODVCA) == 0x000008, "Wrong alignment on UFMODVCA"); \ static_assert(sizeof(UFMODVCA) == 0x000038, "Wrong size on UFMODVCA"); \ #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_FMovieSceneTangentData \ static_assert(alignof(FMovieSceneTangentData) == 0x000004, "Wrong alignment on FMovieSceneTangentData"); \ static_assert(sizeof(FMovieSceneTangentData) == 0x000014, "Wrong size on FMovieSceneTangentData"); \ static_assert(offsetof(FMovieSceneTangentData, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentData::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentData::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, ArriveTangentWeight) == 0x000008, "Member 'FMovieSceneTangentData::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, LeaveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentData::LeaveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, TangentWeightMode) == 0x000010, "Member 'FMovieSceneTangentData::TangentWeightMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatValue \ static_assert(alignof(FMovieSceneFloatValue) == 0x000004, "Wrong alignment on FMovieSceneFloatValue"); \ static_assert(sizeof(FMovieSceneFloatValue) == 0x00001C, "Wrong size on FMovieSceneFloatValue"); \ static_assert(offsetof(FMovieSceneFloatValue, Value) == 0x000000, "Member 'FMovieSceneFloatValue::Value' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, Tangent) == 0x000004, "Member 'FMovieSceneFloatValue::Tangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, InterpMode) == 0x000018, "Member 'FMovieSceneFloatValue::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, TangentMode) == 0x000019, "Member 'FMovieSceneFloatValue::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, PaddingByte) == 0x00001A, "Member 'FMovieSceneFloatValue::PaddingByte' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ #define DUMPER7_ASSERTS_FMovieSceneChannel \ static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ static_assert(sizeof(FMovieSceneChannel) == 0x000008, "Wrong size on FMovieSceneChannel"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ static_assert(sizeof(FMovieSceneFloatChannel) == 0x0000A0, "Wrong size on FMovieSceneFloatChannel"); \ static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000008, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000009, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000010, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000020, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x000034, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000038, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000098, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceCompilerMaskStruct \ static_assert(alignof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong alignment on FMovieSceneSequenceCompilerMaskStruct"); \ static_assert(sizeof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong size on FMovieSceneSequenceCompilerMaskStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceID \ static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneOrderedEvaluationKey \ static_assert(alignof(FMovieSceneOrderedEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneOrderedEvaluationKey"); \ static_assert(sizeof(FMovieSceneOrderedEvaluationKey) == 0x000010, "Wrong size on FMovieSceneOrderedEvaluationKey"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, Key) == 0x000000, "Member 'FMovieSceneOrderedEvaluationKey::Key' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, SetupIndex) == 0x00000C, "Member 'FMovieSceneOrderedEvaluationKey::SetupIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, TearDownIndex) == 0x00000E, "Member 'FMovieSceneOrderedEvaluationKey::TearDownIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneByteChannel \ static_assert(alignof(FMovieSceneByteChannel) == 0x000008, "Wrong alignment on FMovieSceneByteChannel"); \ static_assert(sizeof(FMovieSceneByteChannel) == 0x000098, "Wrong size on FMovieSceneByteChannel"); \ static_assert(offsetof(FMovieSceneByteChannel, Times) == 0x000008, "Member 'FMovieSceneByteChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneByteChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneByteChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneByteChannel, bHasDefaultValue) == 0x000019, "Member 'FMovieSceneByteChannel::bHasDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneByteChannel, Values) == 0x000020, "Member 'FMovieSceneByteChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneByteChannel, Enum) == 0x000030, "Member 'FMovieSceneByteChannel::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScenePropertyBinding \ static_assert(alignof(FMovieScenePropertyBinding) == 0x000004, "Wrong alignment on FMovieScenePropertyBinding"); \ static_assert(sizeof(FMovieScenePropertyBinding) == 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_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_FMovieSceneBinding \ static_assert(alignof(FMovieSceneBinding) == 0x000008, "Wrong alignment on FMovieSceneBinding"); \ static_assert(sizeof(FMovieSceneBinding) == 0x000030, "Wrong size on FMovieSceneBinding"); \ static_assert(offsetof(FMovieSceneBinding, ObjectGuid) == 0x000000, "Member 'FMovieSceneBinding::ObjectGuid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, BindingName) == 0x000010, "Member 'FMovieSceneBinding::BindingName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, Tracks) == 0x000020, "Member 'FMovieSceneBinding::Tracks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ #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_FMovieSceneKeyStruct \ static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneKeyTimeStruct \ static_assert(alignof(FMovieSceneKeyTimeStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyTimeStruct"); \ static_assert(sizeof(FMovieSceneKeyTimeStruct) == 0x000028, "Wrong size on FMovieSceneKeyTimeStruct"); \ static_assert(offsetof(FMovieSceneKeyTimeStruct, Time) == 0x000008, "Member 'FMovieSceneKeyTimeStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneBoolChannel \ static_assert(alignof(FMovieSceneBoolChannel) == 0x000008, "Wrong alignment on FMovieSceneBoolChannel"); \ static_assert(sizeof(FMovieSceneBoolChannel) == 0x000090, "Wrong size on FMovieSceneBoolChannel"); \ static_assert(offsetof(FMovieSceneBoolChannel, Times) == 0x000008, "Member 'FMovieSceneBoolChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBoolChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneBoolChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBoolChannel, bHasDefaultValue) == 0x000019, "Member 'FMovieSceneBoolChannel::bHasDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBoolChannel, Values) == 0x000020, "Member 'FMovieSceneBoolChannel::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationHookComponent \ static_assert(alignof(FMovieSceneEvaluationHookComponent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookComponent"); \ static_assert(sizeof(FMovieSceneEvaluationHookComponent) == 0x000020, "Wrong size on FMovieSceneEvaluationHookComponent"); \ static_assert(offsetof(FMovieSceneEvaluationHookComponent, Interface) == 0x000000, "Member 'FMovieSceneEvaluationHookComponent::Interface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEvent \ static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000038, "Wrong size on FMovieSceneEvaluationHookEvent"); \ static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneIntegerChannel \ static_assert(alignof(FMovieSceneIntegerChannel) == 0x000008, "Wrong alignment on FMovieSceneIntegerChannel"); \ static_assert(sizeof(FMovieSceneIntegerChannel) == 0x000090, "Wrong size on FMovieSceneIntegerChannel"); \ static_assert(offsetof(FMovieSceneIntegerChannel, Times) == 0x000008, "Member 'FMovieSceneIntegerChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneIntegerChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneIntegerChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneIntegerChannel, bHasDefaultValue) == 0x00001C, "Member 'FMovieSceneIntegerChannel::bHasDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneIntegerChannel, Values) == 0x000020, "Member 'FMovieSceneIntegerChannel::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneTrackImplementation \ static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ #define DUMPER7_ASSERTS_FMovieScenePropertySectionData \ static_assert(alignof(FMovieScenePropertySectionData) == 0x000008, "Wrong alignment on FMovieScenePropertySectionData"); \ static_assert(sizeof(FMovieScenePropertySectionData) == 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_FMovieSceneCompiledSequenceFlagStruct \ static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FMovieSceneObjectBindingID \ static_assert(alignof(FMovieSceneObjectBindingID) == 0x000004, "Wrong alignment on FMovieSceneObjectBindingID"); \ static_assert(sizeof(FMovieSceneObjectBindingID) == 0x000018, "Wrong size on FMovieSceneObjectBindingID"); \ static_assert(offsetof(FMovieSceneObjectBindingID, Guid) == 0x000000, "Member 'FMovieSceneObjectBindingID::Guid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneObjectBindingID, SequenceID) == 0x000010, "Member 'FMovieSceneObjectBindingID::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneObjectBindingID, ResolveParentIndex) == 0x000014, "Member 'FMovieSceneObjectBindingID::ResolveParentIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneObjectBindingIDs \ static_assert(alignof(FMovieSceneObjectBindingIDs) == 0x000008, "Wrong alignment on FMovieSceneObjectBindingIDs"); \ static_assert(sizeof(FMovieSceneObjectBindingIDs) == 0x000010, "Wrong size on FMovieSceneObjectBindingIDs"); \ static_assert(offsetof(FMovieSceneObjectBindingIDs, IDs) == 0x000000, "Member 'FMovieSceneObjectBindingIDs::IDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackLabels \ static_assert(alignof(FMovieSceneTrackLabels) == 0x000008, "Wrong alignment on FMovieSceneTrackLabels"); \ static_assert(sizeof(FMovieSceneTrackLabels) == 0x000010, "Wrong size on FMovieSceneTrackLabels"); \ static_assert(offsetof(FMovieSceneTrackLabels, Strings) == 0x000000, "Member 'FMovieSceneTrackLabels::Strings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneExpansionState \ static_assert(alignof(FMovieSceneExpansionState) == 0x000001, "Wrong alignment on FMovieSceneExpansionState"); \ static_assert(sizeof(FMovieSceneExpansionState) == 0x000001, "Wrong size on FMovieSceneExpansionState"); \ static_assert(offsetof(FMovieSceneExpansionState, bExpanded) == 0x000000, "Member 'FMovieSceneExpansionState::bExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEditorData \ static_assert(alignof(FMovieSceneEditorData) == 0x000008, "Wrong alignment on FMovieSceneEditorData"); \ static_assert(sizeof(FMovieSceneEditorData) == 0x0000F0, "Wrong size on FMovieSceneEditorData"); \ static_assert(offsetof(FMovieSceneEditorData, ExpansionStates) == 0x000000, "Member 'FMovieSceneEditorData::ExpansionStates' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, PinnedNodes) == 0x000050, "Member 'FMovieSceneEditorData::PinnedNodes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewStart) == 0x000060, "Member 'FMovieSceneEditorData::ViewStart' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewEnd) == 0x000068, "Member 'FMovieSceneEditorData::ViewEnd' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkStart) == 0x000070, "Member 'FMovieSceneEditorData::WorkStart' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkEnd) == 0x000078, "Member 'FMovieSceneEditorData::WorkEnd' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, MarkedFrames) == 0x000080, "Member 'FMovieSceneEditorData::MarkedFrames' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkingRange) == 0x0000D0, "Member 'FMovieSceneEditorData::WorkingRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewRange) == 0x0000E0, "Member 'FMovieSceneEditorData::ViewRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMarkedFrame \ static_assert(alignof(FMovieSceneMarkedFrame) == 0x000008, "Wrong alignment on FMovieSceneMarkedFrame"); \ static_assert(sizeof(FMovieSceneMarkedFrame) == 0x000020, "Wrong size on FMovieSceneMarkedFrame"); \ static_assert(offsetof(FMovieSceneMarkedFrame, FrameNumber) == 0x000000, "Member 'FMovieSceneMarkedFrame::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMarkedFrame, Label) == 0x000008, "Member 'FMovieSceneMarkedFrame::Label' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMarkedFrame, bIsDeterminismFence) == 0x000018, "Member 'FMovieSceneMarkedFrame::bIsDeterminismFence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTimecodeSource \ static_assert(alignof(FMovieSceneTimecodeSource) == 0x000004, "Wrong alignment on FMovieSceneTimecodeSource"); \ static_assert(sizeof(FMovieSceneTimecodeSource) == 0x000018, "Wrong size on FMovieSceneTimecodeSource"); \ static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member 'FMovieSceneTimecodeSource::Timecode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTimecodeSource, DeltaFrame) == 0x000014, "Member 'FMovieSceneTimecodeSource::DeltaFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneBindingOverrideData \ static_assert(alignof(FMovieSceneBindingOverrideData) == 0x000004, "Wrong alignment on FMovieSceneBindingOverrideData"); \ static_assert(sizeof(FMovieSceneBindingOverrideData) == 0x000024, "Wrong size on FMovieSceneBindingOverrideData"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, ObjectBindingId) == 0x000000, "Member 'FMovieSceneBindingOverrideData::ObjectBindingId' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, Object) == 0x000018, "Member 'FMovieSceneBindingOverrideData::Object' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, bOverridesDefault) == 0x000020, "Member 'FMovieSceneBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOptionalMovieSceneBlendType \ static_assert(alignof(FOptionalMovieSceneBlendType) == 0x000001, "Wrong alignment on FOptionalMovieSceneBlendType"); \ static_assert(sizeof(FOptionalMovieSceneBlendType) == 0x000002, "Wrong size on FOptionalMovieSceneBlendType"); \ static_assert(offsetof(FOptionalMovieSceneBlendType, BlendType) == 0x000000, "Member 'FOptionalMovieSceneBlendType::BlendType' has a wrong offset!"); \ static_assert(offsetof(FOptionalMovieSceneBlendType, bIsValid) == 0x000001, "Member 'FOptionalMovieSceneBlendType::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNodes \ static_assert(alignof(FMovieSceneEntitySystemGraphNodes) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNodes"); \ static_assert(sizeof(FMovieSceneEntitySystemGraphNodes) == 0x000038, "Wrong size on FMovieSceneEntitySystemGraphNodes"); \ #define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraph \ static_assert(alignof(FMovieSceneEntitySystemGraph) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraph"); \ static_assert(sizeof(FMovieSceneEntitySystemGraph) == 0x000138, "Wrong size on FMovieSceneEntitySystemGraph"); \ static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x000080, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFrameRange \ static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneSegmentIdentifier \ static_assert(alignof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong alignment on FMovieSceneSegmentIdentifier"); \ static_assert(sizeof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong size on FMovieSceneSegmentIdentifier"); \ static_assert(offsetof(FMovieSceneSegmentIdentifier, IdentifierIndex) == 0x000000, "Member 'FMovieSceneSegmentIdentifier::IdentifierIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSegmentPtr \ static_assert(alignof(FMovieSceneEvaluationFieldSegmentPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSegmentPtr"); \ static_assert(sizeof(FMovieSceneEvaluationFieldSegmentPtr) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldSegmentPtr"); \ static_assert(offsetof(FMovieSceneEvaluationFieldSegmentPtr, SegmentID) == 0x000008, "Member 'FMovieSceneEvaluationFieldSegmentPtr::SegmentID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityTree \ static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityMetaData \ static_assert(alignof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationFieldEntityMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, OverrideBoundPropertyPath) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityMetaData::OverrideBoundPropertyPath' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, ForcedTime) == 0x000010, "Member 'FMovieSceneEvaluationFieldEntityMetaData::ForcedTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, Flags) == 0x000018, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSharedEntityMetaData \ static_assert(alignof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationFieldSharedEntityMetaData, ObjectBindingId) == 0x000000, "Member 'FMovieSceneEvaluationFieldSharedEntityMetaData::ObjectBindingId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEntityComponentField \ static_assert(alignof(FMovieSceneEntityComponentField) == 0x000008, "Wrong alignment on FMovieSceneEntityComponentField"); \ static_assert(sizeof(FMovieSceneEntityComponentField) == 0x0000F0, "Wrong size on FMovieSceneEntityComponentField"); \ static_assert(offsetof(FMovieSceneEntityComponentField, PersistentEntityTree) == 0x000000, "Member 'FMovieSceneEntityComponentField::PersistentEntityTree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, OneShotEntityTree) == 0x000060, "Member 'FMovieSceneEntityComponentField::OneShotEntityTree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, Entities) == 0x0000C0, "Member 'FMovieSceneEntityComponentField::Entities' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, EntityMetaData) == 0x0000D0, "Member 'FMovieSceneEntityComponentField::EntityMetaData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, SharedMetaData) == 0x0000E0, "Member 'FMovieSceneEntityComponentField::SharedMetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationInstanceKey \ static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ #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_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_FMovieSceneTrackImplementationPtr \ static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationTrack \ static_assert(alignof(FMovieSceneEvaluationTrack) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTrack"); \ static_assert(sizeof(FMovieSceneEvaluationTrack) == 0x000078, "Wrong size on FMovieSceneEvaluationTrack"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, ObjectBindingId) == 0x000000, "Member 'FMovieSceneEvaluationTrack::ObjectBindingId' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationPriority) == 0x000010, "Member 'FMovieSceneEvaluationTrack::EvaluationPriority' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationMethod) == 0x000012, "Member 'FMovieSceneEvaluationTrack::EvaluationMethod' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, SourceTrack) == 0x000014, "Member 'FMovieSceneEvaluationTrack::SourceTrack' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, ChildTemplates) == 0x000020, "Member 'FMovieSceneEvaluationTrack::ChildTemplates' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, TrackTemplate) == 0x000030, "Member 'FMovieSceneEvaluationTrack::TrackTemplate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationGroup) == 0x000068, "Member 'FMovieSceneEvaluationTrack::EvaluationGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplateSerialNumber \ static_assert(alignof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong alignment on FMovieSceneEvaluationTemplateSerialNumber"); \ static_assert(sizeof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong size on FMovieSceneEvaluationTemplateSerialNumber"); \ static_assert(offsetof(FMovieSceneEvaluationTemplateSerialNumber, Value) == 0x000000, "Member 'FMovieSceneEvaluationTemplateSerialNumber::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationTemplate \ static_assert(alignof(FMovieSceneEvaluationTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTemplate"); \ static_assert(sizeof(FMovieSceneEvaluationTemplate) == 0x000160, "Wrong size on FMovieSceneEvaluationTemplate"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, Tracks) == 0x000000, "Member 'FMovieSceneEvaluationTemplate::Tracks' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, SequenceSignature) == 0x0000A0, "Member 'FMovieSceneEvaluationTemplate::SequenceSignature' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateSerialNumber) == 0x0000B0, "Member 'FMovieSceneEvaluationTemplate::TemplateSerialNumber' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateLedger) == 0x0000B8, "Member 'FMovieSceneEvaluationTemplate::TemplateLedger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSectionData \ static_assert(alignof(FMovieSceneSubSectionData) == 0x000004, "Wrong alignment on FMovieSceneSubSectionData"); \ static_assert(sizeof(FMovieSceneSubSectionData) == 0x00001C, "Wrong size on FMovieSceneSubSectionData"); \ static_assert(offsetof(FMovieSceneSubSectionData, Section) == 0x000000, "Member 'FMovieSceneSubSectionData::Section' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSectionData, ObjectBindingId) == 0x000008, "Member 'FMovieSceneSubSectionData::ObjectBindingId' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSectionData, Flags) == 0x000018, "Member 'FMovieSceneSubSectionData::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneRootEvaluationTemplateInstance \ static_assert(alignof(FMovieSceneRootEvaluationTemplateInstance) == 0x000008, "Wrong alignment on FMovieSceneRootEvaluationTemplateInstance"); \ static_assert(sizeof(FMovieSceneRootEvaluationTemplateInstance) == 0x0000E8, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, WeakRootSequence) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::WeakRootSequence' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, CompiledDataManager) == 0x000008, "Member 'FMovieSceneRootEvaluationTemplateInstance::CompiledDataManager' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000018, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, DirectorInstances) == 0x000090, "Member 'FMovieSceneRootEvaluationTemplateInstance::DirectorInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeneratedMovieSceneKeyStruct \ static_assert(alignof(FGeneratedMovieSceneKeyStruct) == 0x000010, "Wrong alignment on FGeneratedMovieSceneKeyStruct"); \ static_assert(sizeof(FGeneratedMovieSceneKeyStruct) == 0x000050, "Wrong size on FGeneratedMovieSceneKeyStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneObjectPathChannelKeyValue \ static_assert(alignof(FMovieSceneObjectPathChannelKeyValue) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannelKeyValue"); \ static_assert(sizeof(FMovieSceneObjectPathChannelKeyValue) == 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) == 0x0000C0, "Wrong size on FMovieSceneObjectPathChannel"); \ static_assert(offsetof(FMovieSceneObjectPathChannel, PropertyClass) == 0x000008, "Member 'FMovieSceneObjectPathChannel::PropertyClass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneObjectPathChannel, Times) == 0x000010, "Member 'FMovieSceneObjectPathChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneObjectPathChannel, Values) == 0x000020, "Member 'FMovieSceneObjectPathChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneObjectPathChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneObjectPathChannel::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScenePossessable \ static_assert(alignof(FMovieScenePossessable) == 0x000008, "Wrong alignment on FMovieScenePossessable"); \ static_assert(sizeof(FMovieScenePossessable) == 0x000048, "Wrong size on FMovieScenePossessable"); \ static_assert(offsetof(FMovieScenePossessable, Tags) == 0x000000, "Member 'FMovieScenePossessable::Tags' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePossessable, Guid) == 0x000010, "Member 'FMovieScenePossessable::Guid' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePossessable, Name) == 0x000020, "Member 'FMovieScenePossessable::Name' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePossessable, PossessedObjectClass) == 0x000030, "Member 'FMovieScenePossessable::PossessedObjectClass' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePossessable, ParentGuid) == 0x000038, "Member 'FMovieScenePossessable::ParentGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEasingSettings \ static_assert(alignof(FMovieSceneEasingSettings) == 0x000008, "Wrong alignment on FMovieSceneEasingSettings"); \ static_assert(sizeof(FMovieSceneEasingSettings) == 0x000038, "Wrong size on FMovieSceneEasingSettings"); \ static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseInDuration) == 0x000000, "Member 'FMovieSceneEasingSettings::AutoEaseInDuration' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseOutDuration) == 0x000004, "Member 'FMovieSceneEasingSettings::AutoEaseOutDuration' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, EaseIn) == 0x000008, "Member 'FMovieSceneEasingSettings::EaseIn' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseIn) == 0x000018, "Member 'FMovieSceneEasingSettings::bManualEaseIn' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseInDuration) == 0x00001C, "Member 'FMovieSceneEasingSettings::ManualEaseInDuration' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, EaseOut) == 0x000020, "Member 'FMovieSceneEasingSettings::EaseOut' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseOut) == 0x000030, "Member 'FMovieSceneEasingSettings::bManualEaseOut' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseOutDuration) == 0x000034, "Member 'FMovieSceneEasingSettings::ManualEaseOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSectionEvalOptions \ static_assert(alignof(FMovieSceneSectionEvalOptions) == 0x000001, "Wrong alignment on FMovieSceneSectionEvalOptions"); \ static_assert(sizeof(FMovieSceneSectionEvalOptions) == 0x000002, "Wrong size on FMovieSceneSectionEvalOptions"); \ static_assert(offsetof(FMovieSceneSectionEvalOptions, bCanEditCompletionMode) == 0x000000, "Member 'FMovieSceneSectionEvalOptions::bCanEditCompletionMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionEvalOptions, CompletionMode) == 0x000001, "Member 'FMovieSceneSectionEvalOptions::CompletionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSectionParameters \ static_assert(alignof(FMovieSceneSectionParameters) == 0x000004, "Wrong alignment on FMovieSceneSectionParameters"); \ static_assert(sizeof(FMovieSceneSectionParameters) == 0x000024, "Wrong size on FMovieSceneSectionParameters"); \ static_assert(offsetof(FMovieSceneSectionParameters, StartFrameOffset) == 0x000000, "Member 'FMovieSceneSectionParameters::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, bCanLoop) == 0x000004, "Member 'FMovieSceneSectionParameters::bCanLoop' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, EndFrameOffset) == 0x000008, "Member 'FMovieSceneSectionParameters::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, FirstLoopStartFrameOffset) == 0x00000C, "Member 'FMovieSceneSectionParameters::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, TimeScale) == 0x000010, "Member 'FMovieSceneSectionParameters::TimeScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, HierarchicalBias) == 0x000014, "Member 'FMovieSceneSectionParameters::HierarchicalBias' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x000018, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x00001C, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000020, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSegment \ static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ #define DUMPER7_ASSERTS_FSectionEvaluationData \ static_assert(alignof(FSectionEvaluationData) == 0x000004, "Wrong alignment on FSectionEvaluationData"); \ static_assert(sizeof(FSectionEvaluationData) == 0x00000C, "Wrong size on FSectionEvaluationData"); \ static_assert(offsetof(FSectionEvaluationData, ImplIndex) == 0x000000, "Member 'FSectionEvaluationData::ImplIndex' has a wrong offset!"); \ static_assert(offsetof(FSectionEvaluationData, ForcedTime) == 0x000004, "Member 'FSectionEvaluationData::ForcedTime' has a wrong offset!"); \ static_assert(offsetof(FSectionEvaluationData, Flags) == 0x000008, "Member 'FSectionEvaluationData::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchyNode \ static_assert(alignof(FMovieSceneSequenceHierarchyNode) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchyNode"); \ static_assert(sizeof(FMovieSceneSequenceHierarchyNode) == 0x000018, "Wrong size on FMovieSceneSequenceHierarchyNode"); \ static_assert(offsetof(FMovieSceneSequenceHierarchyNode, ParentID) == 0x000000, "Member 'FMovieSceneSequenceHierarchyNode::ParentID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchyNode, Children) == 0x000008, "Member 'FMovieSceneSequenceHierarchyNode::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceTree \ static_assert(alignof(FMovieSceneSubSequenceTree) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTree"); \ static_assert(sizeof(FMovieSceneSubSequenceTree) == 0x000060, "Wrong size on FMovieSceneSubSequenceTree"); \ #define DUMPER7_ASSERTS_FMovieSceneTimeTransform \ static_assert(alignof(FMovieSceneTimeTransform) == 0x000004, "Wrong alignment on FMovieSceneTimeTransform"); \ static_assert(sizeof(FMovieSceneTimeTransform) == 0x00000C, "Wrong size on FMovieSceneTimeTransform"); \ static_assert(offsetof(FMovieSceneTimeTransform, TimeScale) == 0x000000, "Member 'FMovieSceneTimeTransform::TimeScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTimeTransform, Offset) == 0x000004, "Member 'FMovieSceneTimeTransform::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTimeWarping \ static_assert(alignof(FMovieSceneTimeWarping) == 0x000004, "Wrong alignment on FMovieSceneTimeWarping"); \ static_assert(sizeof(FMovieSceneTimeWarping) == 0x000008, "Wrong size on FMovieSceneTimeWarping"); \ static_assert(offsetof(FMovieSceneTimeWarping, Start) == 0x000000, "Member 'FMovieSceneTimeWarping::Start' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTimeWarping, End) == 0x000004, "Member 'FMovieSceneTimeWarping::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNestedSequenceTransform \ static_assert(alignof(FMovieSceneNestedSequenceTransform) == 0x000004, "Wrong alignment on FMovieSceneNestedSequenceTransform"); \ static_assert(sizeof(FMovieSceneNestedSequenceTransform) == 0x000014, "Wrong size on FMovieSceneNestedSequenceTransform"); \ static_assert(offsetof(FMovieSceneNestedSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneNestedSequenceTransform::LinearTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNestedSequenceTransform, Warping) == 0x00000C, "Member 'FMovieSceneNestedSequenceTransform::Warping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceTransform \ static_assert(alignof(FMovieSceneSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneSequenceTransform"); \ static_assert(sizeof(FMovieSceneSequenceTransform) == 0x000020, "Wrong size on FMovieSceneSequenceTransform"); \ static_assert(offsetof(FMovieSceneSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneSequenceTransform::LinearTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceTransform, NestedTransforms) == 0x000010, "Member 'FMovieSceneSequenceTransform::NestedTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceDataPtr \ static_assert(alignof(FMovieSceneSequenceInstanceDataPtr) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceDataPtr"); \ static_assert(sizeof(FMovieSceneSequenceInstanceDataPtr) == 0x000018, "Wrong size on FMovieSceneSequenceInstanceDataPtr"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceData \ static_assert(alignof(FMovieSceneSubSequenceData) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceData"); \ static_assert(sizeof(FMovieSceneSubSequenceData) == 0x000108, "Wrong size on FMovieSceneSubSequenceData"); \ static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000018, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000038, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000058, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000060, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x000064, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentStartFrameOffset) == 0x000074, "Member 'FMovieSceneSubSequenceData::ParentStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentEndFrameOffset) == 0x000078, "Member 'FMovieSceneSubSequenceData::ParentEndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentFirstLoopStartFrameOffset) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentFirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x000080, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x000084, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, FullPlayRange) == 0x000094, "Member 'FMovieSceneSubSequenceData::FullPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, UnwarpedPlayRange) == 0x0000A4, "Member 'FMovieSceneSubSequenceData::UnwarpedPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x0000B4, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x0000C4, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000D4, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, bHasHierarchicalEasing) == 0x0000D6, "Member 'FMovieSceneSubSequenceData::bHasHierarchicalEasing' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000D8, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x0000F8, "Member 'FMovieSceneSubSequenceData::SubSectionSignature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchy \ static_assert(alignof(FMovieSceneSequenceHierarchy) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchy"); \ static_assert(sizeof(FMovieSceneSequenceHierarchy) == 0x000118, "Wrong size on FMovieSceneSequenceHierarchy"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, RootNode) == 0x000000, "Member 'FMovieSceneSequenceHierarchy::RootNode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, Tree) == 0x000018, "Member 'FMovieSceneSequenceHierarchy::Tree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000C8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceTreeEntry \ static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000018, "Wrong size on FMovieSceneSubSequenceTreeEntry"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceData \ static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ #define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackParams"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000021, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceLoopCount \ static_assert(alignof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong alignment on FMovieSceneSequenceLoopCount"); \ static_assert(sizeof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong size on FMovieSceneSequenceLoopCount"); \ static_assert(offsetof(FMovieSceneSequenceLoopCount, Value) == 0x000000, "Member 'FMovieSceneSequenceLoopCount::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000014, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x00000C, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000010, "Wrong size on FMovieSceneSequenceReplProperties"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceActorPointers \ static_assert(alignof(FMovieSceneSequenceActorPointers) == 0x000008, "Wrong alignment on FMovieSceneSequenceActorPointers"); \ static_assert(sizeof(FMovieSceneSequenceActorPointers) == 0x000018, "Wrong size on FMovieSceneSequenceActorPointers"); \ static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActor) == 0x000000, "Member 'FMovieSceneSequenceActorPointers::SequenceActor' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActorInterface) == 0x000008, "Member 'FMovieSceneSequenceActorPointers::SequenceActorInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneWarpCounter \ static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ static_assert(sizeof(FMovieSceneWarpCounter) == 0x000010, "Wrong size on FMovieSceneWarpCounter"); \ static_assert(offsetof(FMovieSceneWarpCounter, WarpCounts) == 0x000000, "Member 'FMovieSceneWarpCounter::WarpCounts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSpawnable \ static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ static_assert(sizeof(FMovieSceneSpawnable) == 0x000090, "Wrong size on FMovieSceneSpawnable"); \ static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000030, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000040, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000041, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bEvaluateTracksWhenNotSpawned) == 0x000042, "Member 'FMovieSceneSpawnable::bEvaluateTracksWhenNotSpawned' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x000044, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x000058, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x000068, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x000070, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x000080, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x000084, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTestMovieSceneEvalTemplate \ static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackDisplayOptions \ static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvalOptions \ static_assert(alignof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackEvalOptions"); \ static_assert(sizeof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong size on FMovieSceneTrackEvalOptions"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationFieldEntry \ static_assert(alignof(FMovieSceneTrackEvaluationFieldEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationFieldEntry"); \ static_assert(sizeof(FMovieSceneTrackEvaluationFieldEntry) == 0x000020, "Wrong size on FMovieSceneTrackEvaluationFieldEntry"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Section) == 0x000000, "Member 'FMovieSceneTrackEvaluationFieldEntry::Section' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Range) == 0x000008, "Member 'FMovieSceneTrackEvaluationFieldEntry::Range' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, ForcedTime) == 0x000018, "Member 'FMovieSceneTrackEvaluationFieldEntry::ForcedTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Flags) == 0x00001C, "Member 'FMovieSceneTrackEvaluationFieldEntry::Flags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, LegacySortOrder) == 0x00001E, "Member 'FMovieSceneTrackEvaluationFieldEntry::LegacySortOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationField \ static_assert(alignof(FMovieSceneTrackEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationField"); \ static_assert(sizeof(FMovieSceneTrackEvaluationField) == 0x000010, "Wrong size on FMovieSceneTrackEvaluationField"); \ static_assert(offsetof(FMovieSceneTrackEvaluationField, Entries) == 0x000000, "Member 'FMovieSceneTrackEvaluationField::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceInput \ static_assert(alignof(FMovieSceneTrackInstanceInput) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceInput"); \ static_assert(sizeof(FMovieSceneTrackInstanceInput) == 0x000010, "Wrong size on FMovieSceneTrackInstanceInput"); \ static_assert(offsetof(FMovieSceneTrackInstanceInput, Section) == 0x000000, "Member 'FMovieSceneTrackInstanceInput::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceEntry \ static_assert(alignof(FMovieSceneTrackInstanceEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceEntry"); \ static_assert(sizeof(FMovieSceneTrackInstanceEntry) == 0x000010, "Wrong size on FMovieSceneTrackInstanceEntry"); \ static_assert(offsetof(FMovieSceneTrackInstanceEntry, BoundObject) == 0x000000, "Member 'FMovieSceneTrackInstanceEntry::BoundObject' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackInstanceEntry, TrackInstance) == 0x000008, "Member 'FMovieSceneTrackInstanceEntry::TrackInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneSignedObject \ static_assert(alignof(UMovieSceneSignedObject) == 0x000008, "Wrong alignment on UMovieSceneSignedObject"); \ static_assert(sizeof(UMovieSceneSignedObject) == 0x000050, "Wrong size on UMovieSceneSignedObject"); \ static_assert(offsetof(UMovieSceneSignedObject, Signature) == 0x000028, "Member 'UMovieSceneSignedObject::Signature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEntitySystem \ static_assert(alignof(UMovieSceneEntitySystem) == 0x000008, "Wrong alignment on UMovieSceneEntitySystem"); \ static_assert(sizeof(UMovieSceneEntitySystem) == 0x000040, "Wrong size on UMovieSceneEntitySystem"); \ static_assert(offsetof(UMovieSceneEntitySystem, Linker) == 0x000028, "Member 'UMovieSceneEntitySystem::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_MovieSceneSection_SetBlendType \ static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSection \ static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ static_assert(sizeof(UMovieSceneSection) == 0x0000E8, "Wrong size on UMovieSceneSection"); \ static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000050, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, Easing) == 0x000058, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x000090, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000A0, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000A4, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000A8, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000AC, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000B4, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000B8, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PrerollTime) == 0x0000BC, "Member 'UMovieSceneSection::PrerollTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PostrollTime) == 0x0000C0, "Member 'UMovieSceneSection::PostrollTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000C8, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000C9, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000168, "Wrong size on UMovieSceneSubSection"); \ static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000E8, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x00010C, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000110, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000114, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x000118, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000120, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, ActorToRecord) == 0x000128, "Member 'UMovieSceneSubSection::ActorToRecord' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TargetSequenceName) == 0x000148, "Member 'UMovieSceneSubSection::TargetSequenceName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TargetPathToRecordTo) == 0x000158, "Member 'UMovieSceneSubSection::TargetPathToRecordTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ static_assert(sizeof(UMovieSceneEntitySystemLinker) == 0x0004F0, "Wrong size on UMovieSceneEntitySystemLinker"); \ static_assert(offsetof(UMovieSceneEntitySystemLinker, SystemGraph) == 0x000298, "Member 'UMovieSceneEntitySystemLinker::SystemGraph' 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_UMovieSceneTrack \ static_assert(alignof(UMovieSceneTrack) == 0x000008, "Wrong alignment on UMovieSceneTrack"); \ static_assert(sizeof(UMovieSceneTrack) == 0x000090, "Wrong size on UMovieSceneTrack"); \ static_assert(offsetof(UMovieSceneTrack, EvalOptions) == 0x000050, "Member 'UMovieSceneTrack::EvalOptions' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, bIsEvalDisabled) == 0x000055, "Member 'UMovieSceneTrack::bIsEvalDisabled' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, RowsDisabled) == 0x000058, "Member 'UMovieSceneTrack::RowsDisabled' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, EvaluationFieldGuid) == 0x00006C, "Member 'UMovieSceneTrack::EvaluationFieldGuid' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, EvaluationField) == 0x000080, "Member 'UMovieSceneTrack::EvaluationField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x0000D0, "Wrong size on UMovieSceneSequenceTickManager"); \ static_assert(offsetof(UMovieSceneSequenceTickManager, SequenceActors) == 0x000028, "Member 'UMovieSceneSequenceTickManager::SequenceActors' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequenceTickManager, Linker) == 0x000038, "Member 'UMovieSceneSequenceTickManager::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMovieSceneSequence \ static_assert(alignof(UMovieSceneSequence) == 0x000008, "Wrong alignment on UMovieSceneSequence"); \ static_assert(sizeof(UMovieSceneSequence) == 0x000060, "Wrong size on UMovieSceneSequence"); \ static_assert(offsetof(UMovieSceneSequence, CompiledData) == 0x000050, "Member 'UMovieSceneSequence::CompiledData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequence, DefaultCompletionMode) == 0x000058, "Member 'UMovieSceneSequence::DefaultCompletionMode' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequence, bParentContextsAreSignificant) == 0x000059, "Member 'UMovieSceneSequence::bParentContextsAreSignificant' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequence, bPlayableDirectly) == 0x00005A, "Member 'UMovieSceneSequence::bPlayableDirectly' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequence, SequenceFlags) == 0x00005B, "Member 'UMovieSceneSequence::SequenceFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneNameableTrack \ static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ static_assert(sizeof(UMovieSceneNameableTrack) == 0x000090, "Wrong size on UMovieSceneNameableTrack"); \ #define DUMPER7_ASSERTS_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_MovieSceneSequencePlayer_GetBoundObjects \ static_assert(alignof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetBoundObjects"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000028, "Wrong size on MovieSceneSequencePlayer_GetBoundObjects"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ReturnValue) == 0x000018, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDisableCameraCuts \ static_assert(alignof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetDisableCameraCuts, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDisableCameraCuts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetObjectBindings \ static_assert(alignof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetObjectBindings"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetObjectBindings"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, InObject) == 0x000000, "Member 'MovieSceneSequencePlayer_GetObjectBindings::InObject' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetObjectBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToFrame \ static_assert(alignof(MovieSceneSequencePlayer_JumpToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_JumpToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToFrame::NewPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_JumpToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayLooping \ static_assert(alignof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayLooping"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayLooping"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayLooping, NumLoops) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayLooping::NumLoops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayTo \ static_assert(alignof(MovieSceneSequencePlayer_PlayTo) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayTo"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayTo) == 0x000028, "Wrong size on MovieSceneSequencePlayer_PlayTo"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayTo, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayTo::PlaybackParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToFrame \ static_assert(alignof(MovieSceneSequencePlayer_PlayToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_PlayToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToFrame::NewPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent \ static_assert(alignof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ static_assert(sizeof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, Method) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::Method' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, RelevantTime) == 0x000004, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::RelevantTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnStopEvent \ static_assert(alignof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000008, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToFrame \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_ScrubToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToFrame::NewPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_ScrubToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetDisableCameraCuts \ static_assert(alignof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetDisableCameraCuts, bInDisableCameraCuts) == 0x000000, "Member 'MovieSceneSequencePlayer_SetDisableCameraCuts::bInDisableCameraCuts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRange \ static_assert(alignof(MovieSceneSequencePlayer_SetFrameRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRange"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRange) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_SetFrameRange"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, StartFrame) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetFrameRange::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, SubFrames) == 0x000008, "Member 'MovieSceneSequencePlayer_SetFrameRange::SubFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRate \ static_assert(alignof(MovieSceneSequencePlayer_SetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetFrameRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRate, FrameRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRate::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlaybackPosition \ static_assert(alignof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetPlaybackPosition"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000028, "Wrong size on MovieSceneSequencePlayer_SetPlaybackPosition"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetPlaybackPosition, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlaybackPosition::PlaybackParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlayRate \ static_assert(alignof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetPlayRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_SetPlayRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetPlayRate, PlayRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlayRate::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetTimeRange \ static_assert(alignof(MovieSceneSequencePlayer_SetTimeRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetTimeRange"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetTimeRange) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetTimeRange"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, StartTime_0) == 0x000000, "Member 'MovieSceneSequencePlayer_SetTimeRange::StartTime_0' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetTimeRange::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCurrentTime \ static_assert(alignof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetCurrentTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetCurrentTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDuration \ static_assert(alignof(MovieSceneSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetDuration"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetDuration) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetDuration"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetEndTime \ static_assert(alignof(MovieSceneSequencePlayer_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetEndTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetEndTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetEndTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameDuration \ static_assert(alignof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameDuration"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetFrameDuration"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetFrameDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameRate \ static_assert(alignof(MovieSceneSequencePlayer_GetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetFrameRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetFrameRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetPlayRate \ static_assert(alignof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetPlayRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetPlayRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetPlayRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetSequence \ static_assert(alignof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetSequence"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetSequence"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetStartTime \ static_assert(alignof(MovieSceneSequencePlayer_GetStartTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetStartTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetStartTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetStartTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetStartTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPaused \ static_assert(alignof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPaused"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPaused"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPlaying \ static_assert(alignof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPlaying"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPlaying"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsReversed \ static_assert(alignof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsReversed"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsReversed"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsReversed, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsReversed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSequencePlayer \ static_assert(alignof(UMovieSceneSequencePlayer) == 0x000008, "Wrong alignment on UMovieSceneSequencePlayer"); \ static_assert(sizeof(UMovieSceneSequencePlayer) == 0x0004E8, "Wrong size on UMovieSceneSequencePlayer"); \ static_assert(offsetof(UMovieSceneSequencePlayer, OnPlay) == 0x000260, "Member 'UMovieSceneSequencePlayer::OnPlay' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, OnPlayReverse) == 0x000270, "Member 'UMovieSceneSequencePlayer::OnPlayReverse' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, OnStop) == 0x000280, "Member 'UMovieSceneSequencePlayer::OnStop' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, OnPause) == 0x000290, "Member 'UMovieSceneSequencePlayer::OnPause' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, OnFinished) == 0x0002A0, "Member 'UMovieSceneSequencePlayer::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, Status) == 0x0002B0, "Member 'UMovieSceneSequencePlayer::Status' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, Sequence) == 0x0002B8, "Member 'UMovieSceneSequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, StartTime) == 0x0002C0, "Member 'UMovieSceneSequencePlayer::StartTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, DurationFrames) == 0x0002C4, "Member 'UMovieSceneSequencePlayer::DurationFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, DurationSubFrames) == 0x0002C8, "Member 'UMovieSceneSequencePlayer::DurationSubFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, CurrentNumLoops) == 0x0002CC, "Member 'UMovieSceneSequencePlayer::CurrentNumLoops' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackSettings) == 0x0002D0, "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) == 0x000438, "Member 'UMovieSceneSequencePlayer::NetSyncProps' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackClient) == 0x000448, "Member 'UMovieSceneSequencePlayer::PlaybackClient' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequencePlayer, TickManager) == 0x000458, "Member 'UMovieSceneSequencePlayer::TickManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCompiledData \ static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ static_assert(sizeof(UMovieSceneCompiledData) == 0x0003F8, "Wrong size on UMovieSceneCompiledData"); \ static_assert(offsetof(UMovieSceneCompiledData, EvaluationTemplate) == 0x000028, "Member 'UMovieSceneCompiledData::EvaluationTemplate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, Hierarchy) == 0x000188, "Member 'UMovieSceneCompiledData::Hierarchy' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, EntityComponentField) == 0x0002A0, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x000390, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003C0, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003D0, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x0003E0, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x0003F0, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x0003F1, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x0003F2, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSubTrack \ static_assert(alignof(UMovieSceneSubTrack) == 0x000008, "Wrong alignment on UMovieSceneSubTrack"); \ static_assert(sizeof(UMovieSceneSubTrack) == 0x0000A0, "Wrong size on UMovieSceneSubTrack"); \ static_assert(offsetof(UMovieSceneSubTrack, Sections) == 0x000090, "Member 'UMovieSceneSubTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ #define DUMPER7_ASSERTS_IMovieSceneDeterminismSource \ static_assert(alignof(IMovieSceneDeterminismSource) == 0x000001, "Wrong alignment on IMovieSceneDeterminismSource"); \ static_assert(sizeof(IMovieSceneDeterminismSource) == 0x000001, "Wrong size on IMovieSceneDeterminismSource"); \ #define DUMPER7_ASSERTS_IMovieSceneEntityProvider \ static_assert(alignof(IMovieSceneEntityProvider) == 0x000001, "Wrong alignment on IMovieSceneEntityProvider"); \ static_assert(sizeof(IMovieSceneEntityProvider) == 0x000001, "Wrong size on IMovieSceneEntityProvider"); \ #define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ #define DUMPER7_ASSERTS_IMovieScenePlaybackClient \ static_assert(alignof(IMovieScenePlaybackClient) == 0x000001, "Wrong alignment on IMovieScenePlaybackClient"); \ static_assert(sizeof(IMovieScenePlaybackClient) == 0x000001, "Wrong size on IMovieScenePlaybackClient"); \ #define DUMPER7_ASSERTS_IMovieSceneTrackTemplateProducer \ static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroup \ static_assert(alignof(UMovieSceneNodeGroup) == 0x000008, "Wrong alignment on UMovieSceneNodeGroup"); \ static_assert(sizeof(UMovieSceneNodeGroup) == 0x000028, "Wrong size on UMovieSceneNodeGroup"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroupCollection \ static_assert(alignof(UMovieSceneNodeGroupCollection) == 0x000008, "Wrong alignment on UMovieSceneNodeGroupCollection"); \ static_assert(sizeof(UMovieSceneNodeGroupCollection) == 0x000028, "Wrong size on UMovieSceneNodeGroupCollection"); \ #define DUMPER7_ASSERTS_UMovieScene \ static_assert(alignof(UMovieScene) == 0x000008, "Wrong alignment on UMovieScene"); \ static_assert(sizeof(UMovieScene) == 0x000148, "Wrong size on UMovieScene"); \ static_assert(offsetof(UMovieScene, Spawnables) == 0x000050, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, Possessables) == 0x000060, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000070, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, BindingGroups) == 0x000080, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MasterTracks) == 0x0000D0, "Member 'UMovieScene::MasterTracks' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000E0, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000E8, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, PlaybackRange) == 0x0000F8, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, TickResolution) == 0x000108, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, DisplayRate) == 0x000110, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, EvaluationType) == 0x000118, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ClockSource) == 0x000119, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000120, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000138, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneBoolSection \ static_assert(alignof(UMovieSceneBoolSection) == 0x000008, "Wrong alignment on UMovieSceneBoolSection"); \ static_assert(sizeof(UMovieSceneBoolSection) == 0x000180, "Wrong size on UMovieSceneBoolSection"); \ static_assert(offsetof(UMovieSceneBoolSection, DefaultValue) == 0x0000E8, "Member 'UMovieSceneBoolSection::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneBoolSection, BoolCurve) == 0x0000F0, "Member 'UMovieSceneBoolSection::BoolCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_IMovieSceneSceneComponentImpersonator \ static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ #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_IMovieSceneFloatDecomposer \ static_assert(alignof(IMovieSceneFloatDecomposer) == 0x000001, "Wrong alignment on IMovieSceneFloatDecomposer"); \ static_assert(sizeof(IMovieSceneFloatDecomposer) == 0x000001, "Wrong size on IMovieSceneFloatDecomposer"); \ #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_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_UMovieSceneEvalTimeSystem \ static_assert(alignof(UMovieSceneEvalTimeSystem) == 0x000008, "Wrong alignment on UMovieSceneEvalTimeSystem"); \ static_assert(sizeof(UMovieSceneEvalTimeSystem) == 0x000050, "Wrong size on UMovieSceneEvalTimeSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEvaluationHookSystem \ static_assert(alignof(UMovieSceneEvaluationHookSystem) == 0x000008, "Wrong alignment on UMovieSceneEvaluationHookSystem"); \ static_assert(sizeof(UMovieSceneEvaluationHookSystem) == 0x000090, "Wrong size on UMovieSceneEvaluationHookSystem"); \ static_assert(offsetof(UMovieSceneEvaluationHookSystem, PendingEventsByRootInstance) == 0x000040, "Member 'UMovieSceneEvaluationHookSystem::PendingEventsByRootInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFolder \ static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ static_assert(sizeof(UMovieSceneFolder) == 0x000070, "Wrong size on UMovieSceneFolder"); \ static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x000028, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000030, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildMasterTracks) == 0x000040, "Member 'UMovieSceneFolder::ChildMasterTracks' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000050, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneHookSection \ static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ #define DUMPER7_ASSERTS_IMovieSceneKeyProxy \ static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ #define DUMPER7_ASSERTS_UMovieSceneMasterInstantiatorSystem \ static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 0x000060, "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_IMovieSceneSequenceActor \ static_assert(alignof(IMovieSceneSequenceActor) == 0x000001, "Wrong alignment on IMovieSceneSequenceActor"); \ static_assert(sizeof(IMovieSceneSequenceActor) == 0x000001, "Wrong size on IMovieSceneSequenceActor"); \ #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_UMovieSceneSpawnSection \ static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ static_assert(sizeof(UMovieSceneSpawnSection) == 0x000188, "Wrong size on UMovieSceneSpawnSection"); \ #define DUMPER7_ASSERTS_UMovieSceneSpawnTrack \ static_assert(alignof(UMovieSceneSpawnTrack) == 0x000008, "Wrong alignment on UMovieSceneSpawnTrack"); \ static_assert(sizeof(UMovieSceneSpawnTrack) == 0x0000B0, "Wrong size on UMovieSceneSpawnTrack"); \ static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000090, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x0000A0, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneTrack \ static_assert(alignof(UTestMovieSceneTrack) == 0x000008, "Wrong alignment on UTestMovieSceneTrack"); \ static_assert(sizeof(UTestMovieSceneTrack) == 0x0000B0, "Wrong size on UTestMovieSceneTrack"); \ static_assert(offsetof(UTestMovieSceneTrack, bHighPassFilter) == 0x000098, "Member 'UTestMovieSceneTrack::bHighPassFilter' has a wrong offset!"); \ static_assert(offsetof(UTestMovieSceneTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSection \ static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ static_assert(sizeof(UTestMovieSceneSection) == 0x0000E8, "Wrong size on UTestMovieSceneSection"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSequence \ static_assert(alignof(UTestMovieSceneSequence) == 0x000008, "Wrong alignment on UTestMovieSceneSequence"); \ static_assert(sizeof(UTestMovieSceneSequence) == 0x000068, "Wrong size on UTestMovieSceneSequence"); \ static_assert(offsetof(UTestMovieSceneSequence, MovieScene) == 0x000060, "Member 'UTestMovieSceneSequence::MovieScene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSubTrack \ static_assert(alignof(UTestMovieSceneSubTrack) == 0x000008, "Wrong alignment on UTestMovieSceneSubTrack"); \ static_assert(sizeof(UTestMovieSceneSubTrack) == 0x0000B0, "Wrong size on UTestMovieSceneSubTrack"); \ static_assert(offsetof(UTestMovieSceneSubTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneSubTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ static_assert(sizeof(UTestMovieSceneSubSection) == 0x000168, "Wrong size on UTestMovieSceneSubSection"); \ #define DUMPER7_ASSERTS_UTestMovieSceneEvalHookTrack \ static_assert(alignof(UTestMovieSceneEvalHookTrack) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookTrack"); \ static_assert(sizeof(UTestMovieSceneEvalHookTrack) == 0x0000A0, "Wrong size on UTestMovieSceneEvalHookTrack"); \ static_assert(offsetof(UTestMovieSceneEvalHookTrack, SectionArray) == 0x000090, "Member 'UTestMovieSceneEvalHookTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneEvalHookSection \ static_assert(alignof(UTestMovieSceneEvalHookSection) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookSection"); \ static_assert(sizeof(UTestMovieSceneEvalHookSection) == 0x000118, "Wrong size on UTestMovieSceneEvalHookSection"); \ #define DUMPER7_ASSERTS_UMovieSceneTrackInstance \ static_assert(alignof(UMovieSceneTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneTrackInstance"); \ static_assert(sizeof(UMovieSceneTrackInstance) == 0x000050, "Wrong size on UMovieSceneTrackInstance"); \ static_assert(offsetof(UMovieSceneTrackInstance, AnimatedObject) == 0x000028, "Member 'UMovieSceneTrackInstance::AnimatedObject' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrackInstance, bIsMasterTrackInstance) == 0x000030, "Member 'UMovieSceneTrackInstance::bIsMasterTrackInstance' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrackInstance, Linker) == 0x000038, "Member 'UMovieSceneTrackInstance::Linker' 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_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_Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem \ static_assert(alignof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem) == 0x000008, "Wrong alignment on Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem"); \ static_assert(sizeof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem) == 0x0000A8, "Wrong size on Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, EntryPoint) == 0x000000, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_Event_Player_1) == 0x000018, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_Event_Player) == 0x000028, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CustomEvent_Sender) == 0x000030, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_CompareItem_bReturnValue) == 0x000048, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_CompareItem_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsAlreadyEquipped_bReturnValue) == 0x000049, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsAlreadyEquipped_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsComplete_ReturnValue) == 0x00004A, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x00004C, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsAlreadyEquipped_bReturnValue_1) == 0x00005D, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsAlreadyEquipped_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsComplete_ReturnValue_1) == 0x00005E, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsComplete_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005F, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CustomEvent_Name) == 0x000060, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CustomEvent_Count) == 0x000078, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CustomEvent_Icon) == 0x000080, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CustomEvent_Icon' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CustomEvent_Placeholder) == 0x000088, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, K2Node_CreateDelegate_OutputDelegate_2) == 0x000090, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsAlreadyEquipped_bReturnValue_2) == 0x0000A0, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsAlreadyEquipped_bReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_IsComplete_ReturnValue_2) == 0x0000A1, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_IsComplete_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A2, "Member 'Task_EquipItem_C_ExecuteUbergraph_Task_EquipItem::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_OnPlaceholderAddUI_Event_0 \ static_assert(alignof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0) == 0x000008, "Wrong alignment on Task_EquipItem_C_OnPlaceholderAddUI_Event_0"); \ static_assert(sizeof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0) == 0x000030, "Wrong size on Task_EquipItem_C_OnPlaceholderAddUI_Event_0"); \ static_assert(offsetof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0, Param_Name_0) == 0x000000, "Member 'Task_EquipItem_C_OnPlaceholderAddUI_Event_0::Param_Name_0' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0, Count) == 0x000018, "Member 'Task_EquipItem_C_OnPlaceholderAddUI_Event_0::Count' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0, Icon) == 0x000020, "Member 'Task_EquipItem_C_OnPlaceholderAddUI_Event_0::Icon' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_OnPlaceholderAddUI_Event_0, Placeholder) == 0x000028, "Member 'Task_EquipItem_C_OnPlaceholderAddUI_Event_0::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0 \ static_assert(alignof(Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0) == 0x000008, "Wrong alignment on Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0"); \ static_assert(sizeof(Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0) == 0x000008, "Wrong size on Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0"); \ static_assert(offsetof(Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0, Sender) == 0x000000, "Member 'Task_EquipItem_C_OnCurrentHeldItemChanged_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_OnRemoveFromPlayer \ static_assert(alignof(Task_EquipItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_EquipItem_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_EquipItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_EquipItem_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_EquipItem_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_EquipItem_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_OnGivePlayer \ static_assert(alignof(Task_EquipItem_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_EquipItem_C_OnGivePlayer"); \ static_assert(sizeof(Task_EquipItem_C_OnGivePlayer) == 0x000008, "Wrong size on Task_EquipItem_C_OnGivePlayer"); \ static_assert(offsetof(Task_EquipItem_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_EquipItem_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_IsAlreadyEquipped \ static_assert(alignof(Task_EquipItem_C_IsAlreadyEquipped) == 0x000008, "Wrong alignment on Task_EquipItem_C_IsAlreadyEquipped"); \ static_assert(sizeof(Task_EquipItem_C_IsAlreadyEquipped) == 0x000060, "Wrong size on Task_EquipItem_C_IsAlreadyEquipped"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, bReturnValue) == 0x000000, "Member 'Task_EquipItem_C_IsAlreadyEquipped::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Task_EquipItem_C_IsAlreadyEquipped::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Task_EquipItem_C_IsAlreadyEquipped::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'Task_EquipItem_C_IsAlreadyEquipped::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'Task_EquipItem_C_IsAlreadyEquipped::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Array_Get_Item) == 0x000028, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004D, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_HaveCurrentHeldItem_bReturnValue) == 0x00004E, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_HaveCurrentHeldItem_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_GetItemCountOfParentClass_ReturnValue) == 0x000050, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_GetItemCountOfParentClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000054, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000058, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00005C, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_IsAlreadyEquipped, CallFunc_IsValid_ReturnValue_1) == 0x00005D, "Member 'Task_EquipItem_C_IsAlreadyEquipped::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_HaveCurrentHeldItem \ static_assert(alignof(Task_EquipItem_C_HaveCurrentHeldItem) == 0x000008, "Wrong alignment on Task_EquipItem_C_HaveCurrentHeldItem"); \ static_assert(sizeof(Task_EquipItem_C_HaveCurrentHeldItem) == 0x000020, "Wrong size on Task_EquipItem_C_HaveCurrentHeldItem"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, PlayerCharacter) == 0x000000, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, bReturnValue) == 0x000008, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_HaveCurrentHeldItem, CallFunc_CompareItem_bReturnValue) == 0x000018, "Member 'Task_EquipItem_C_HaveCurrentHeldItem::CallFunc_CompareItem_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipItem_C_CompareItem \ static_assert(alignof(Task_EquipItem_C_CompareItem) == 0x000008, "Wrong alignment on Task_EquipItem_C_CompareItem"); \ static_assert(sizeof(Task_EquipItem_C_CompareItem) == 0x000028, "Wrong size on Task_EquipItem_C_CompareItem"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, ClassToCompare) == 0x000000, "Member 'Task_EquipItem_C_CompareItem::ClassToCompare' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, bReturnValue) == 0x000008, "Member 'Task_EquipItem_C_CompareItem::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Task_EquipItem_C_CompareItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'Task_EquipItem_C_CompareItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'Task_EquipItem_C_CompareItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_Array_Get_Item) == 0x000018, "Member 'Task_EquipItem_C_CompareItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'Task_EquipItem_C_CompareItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_ClassIsChildOf_ReturnValue) == 0x000024, "Member 'Task_EquipItem_C_CompareItem::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'Task_EquipItem_C_CompareItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipItem_C_CompareItem, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000026, "Member 'Task_EquipItem_C_CompareItem::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_EquipItem_C \ static_assert(alignof(UTask_EquipItem_C) == 0x000008, "Wrong alignment on UTask_EquipItem_C"); \ static_assert(sizeof(UTask_EquipItem_C) == 0x0000C0, "Wrong size on UTask_EquipItem_C"); \ static_assert(offsetof(UTask_EquipItem_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_EquipItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_EquipItem_C, bCompareChildClasses) == 0x0000A8, "Member 'UTask_EquipItem_C::bCompareChildClasses' has a wrong offset!"); \ static_assert(offsetof(UTask_EquipItem_C, ItemsToCheckEquip) == 0x0000B0, "Member 'UTask_EquipItem_C::ItemsToCheckEquip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USteamNetDriver \ static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ static_assert(sizeof(USteamNetDriver) == 0x0007D8, "Wrong size on USteamNetDriver"); \ #define DUMPER7_ASSERTS_USteamAuthComponentModuleInterface \ static_assert(alignof(USteamAuthComponentModuleInterface) == 0x000008, "Wrong alignment on USteamAuthComponentModuleInterface"); \ static_assert(sizeof(USteamAuthComponentModuleInterface) == 0x000028, "Wrong size on USteamAuthComponentModuleInterface"); \ #define DUMPER7_ASSERTS_USteamNetConnection \ static_assert(alignof(USteamNetConnection) == 0x000008, "Wrong alignment on USteamNetConnection"); \ static_assert(sizeof(USteamNetConnection) == 0x001C50, "Wrong size on USteamNetConnection"); \ static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x001C48, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintSessionResult \ static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo2 \ static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo2"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ static_assert(sizeof(FOnlineProxyStoreOffer) == 0x000110, "Wrong size on FOnlineProxyStoreOffer"); \ static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000028, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000040, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000070, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000078, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000090, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000098, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x0000A8, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x0000B0, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x0000B8, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x0000C0, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo \ static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FPlayerReservation \ static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ static_assert(sizeof(FPlayerReservation) == 0x000050, "Wrong size on FPlayerReservation"); \ static_assert(offsetof(FPlayerReservation, UniqueId) == 0x000000, "Member 'FPlayerReservation::UniqueId' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000028, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, Platform) == 0x000038, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000048, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x00004C, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPIELoginSettingsInternal \ static_assert(alignof(FPIELoginSettingsInternal) == 0x000008, "Wrong alignment on FPIELoginSettingsInternal"); \ static_assert(sizeof(FPIELoginSettingsInternal) == 0x000040, "Wrong size on FPIELoginSettingsInternal"); \ static_assert(offsetof(FPIELoginSettingsInternal, ID) == 0x000000, "Member 'FPIELoginSettingsInternal::ID' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Token) == 0x000010, "Member 'FPIELoginSettingsInternal::Token' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Type) == 0x000020, "Member 'FPIELoginSettingsInternal::Type' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, TokenBytes) == 0x000030, "Member 'FPIELoginSettingsInternal::TokenBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyBeaconCrossplayPlatformMapping \ static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(sizeof(FPartyBeaconCrossplayPlatformMapping) == 0x000020, "Wrong size on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformName) == 0x000000, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformName' has a wrong offset!"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformType) == 0x000010, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyReservation \ static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ static_assert(sizeof(FPartyReservation) == 0x000050, "Wrong size on FPartyReservation"); \ static_assert(offsetof(FPartyReservation, TeamNum) == 0x000000, "Member 'FPartyReservation::TeamNum' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyLeader) == 0x000008, "Member 'FPartyReservation::PartyLeader' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyMembers) == 0x000030, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000040, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpectatorReservation \ static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ static_assert(sizeof(FSpectatorReservation) == 0x000078, "Wrong size on FSpectatorReservation"); \ static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000028, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UIpConnection \ static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ static_assert(sizeof(UIpConnection) == 0x001C48, "Wrong size on UIpConnection"); \ static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001BF8, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIpNetDriver \ static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ static_assert(sizeof(UIpNetDriver) == 0x0007D0, "Wrong size on UIpNetDriver"); \ static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x000764, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000774, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000778, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00077C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x000780, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x000788, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x000790, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x000794, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000020, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000028, "Wrong size on UAchievementBlueprintLibrary"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteAchievementProgress \ static_assert(alignof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(sizeof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000028, "Wrong size on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::AchievementName' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, Progress) == 0x000018, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000080, "Wrong size on UAchievementWriteCallbackProxy"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementWriteCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConnectionCallbackProxy \ static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ static_assert(sizeof(UEndTurnCallbackProxy) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch \ static_assert(alignof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000008, "Wrong alignment on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ static_assert(sizeof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000038, "Wrong size on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, WorldContextObject) == 0x000000, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerController) == 0x000008, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MatchActor) == 0x000010, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MinPlayers) == 0x000020, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MinPlayers' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MaxPlayers) == 0x000024, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerGroup) == 0x000028, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerGroup' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ShowExistingMatches) == 0x00002C, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ShowExistingMatches' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ReturnValue) == 0x000030, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFindTurnBasedMatchCallbackProxy \ static_assert(alignof(UFindTurnBasedMatchCallbackProxy) == 0x000008, "Wrong alignment on UFindTurnBasedMatchCallbackProxy"); \ static_assert(sizeof(UFindTurnBasedMatchCallbackProxy) == 0x000088, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UFindTurnBasedMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase \ static_assert(alignof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ static_assert(sizeof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy \ static_assert(alignof(UInAppPurchaseCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseCallbackProxy) == 0x000080, "Wrong size on UInAppPurchaseCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl \ static_assert(alignof(UOnlineEngineInterfaceImpl) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl"); \ static_assert(sizeof(UOnlineEngineInterfaceImpl) == 0x000180, "Wrong size on UOnlineEngineInterfaceImpl"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 0x0000A8, "Wrong size on UInAppPurchaseCallbackProxy2"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery \ static_assert(alignof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(sizeof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy \ static_assert(alignof(UInAppPurchaseQueryCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseQueryCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseQueryCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 0x000068, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore \ static_assert(alignof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(sizeof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy \ static_assert(alignof(UInAppPurchaseRestoreCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseRestoreCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore \ static_assert(alignof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(sizeof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy2 \ static_assert(alignof(UInAppPurchaseRestoreCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy2) == 0x0000A8, "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_JoinSessionCallbackProxy_JoinSession \ static_assert(alignof(JoinSessionCallbackProxy_JoinSession) == 0x000008, "Wrong alignment on JoinSessionCallbackProxy_JoinSession"); \ static_assert(sizeof(JoinSessionCallbackProxy_JoinSession) == 0x000120, "Wrong size on JoinSessionCallbackProxy_JoinSession"); \ static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, WorldContextObject) == 0x000000, "Member 'JoinSessionCallbackProxy_JoinSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, PlayerController) == 0x000008, "Member 'JoinSessionCallbackProxy_JoinSession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, SearchResult) == 0x000010, "Member 'JoinSessionCallbackProxy_JoinSession::SearchResult' has a wrong offset!"); \ static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, ReturnValue) == 0x000118, "Member 'JoinSessionCallbackProxy_JoinSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoinSessionCallbackProxy \ static_assert(alignof(UJoinSessionCallbackProxy) == 0x000008, "Wrong alignment on UJoinSessionCallbackProxy"); \ static_assert(sizeof(UJoinSessionCallbackProxy) == 0x000180, "Wrong size on UJoinSessionCallbackProxy"); \ static_assert(offsetof(UJoinSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UJoinSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UJoinSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UJoinSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeaderboardBlueprintLibrary_WriteLeaderboardInteger \ static_assert(alignof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000008, "Wrong alignment on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ static_assert(sizeof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000018, "Wrong size on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, PlayerController) == 0x000000, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::PlayerController' has a wrong offset!"); \ static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatName) == 0x000008, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatName' has a wrong offset!"); \ static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatValue) == 0x000010, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatValue' has a wrong offset!"); \ static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, ReturnValue) == 0x000014, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeaderboardBlueprintLibrary \ static_assert(alignof(ULeaderboardBlueprintLibrary) == 0x000008, "Wrong alignment on ULeaderboardBlueprintLibrary"); \ static_assert(sizeof(ULeaderboardBlueprintLibrary) == 0x000028, "Wrong size on ULeaderboardBlueprintLibrary"); \ #define DUMPER7_ASSERTS_LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush \ static_assert(alignof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000008, "Wrong alignment on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ static_assert(sizeof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000018, "Wrong size on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, PlayerController) == 0x000000, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::PlayerController' has a wrong offset!"); \ static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, SessionName) == 0x000008, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::SessionName' has a wrong offset!"); \ static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, ReturnValue) == 0x000010, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeaderboardFlushCallbackProxy \ static_assert(alignof(ULeaderboardFlushCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardFlushCallbackProxy"); \ static_assert(sizeof(ULeaderboardFlushCallbackProxy) == 0x000068, "Wrong size on ULeaderboardFlushCallbackProxy"); \ static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardFlushCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnFailure) == 0x000038, "Member 'ULeaderboardFlushCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery \ static_assert(alignof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000008, "Wrong alignment on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ static_assert(sizeof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000018, "Wrong size on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, PlayerController) == 0x000000, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::PlayerController' has a wrong offset!"); \ static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, StatName) == 0x000008, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::StatName' has a wrong offset!"); \ static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, ReturnValue) == 0x000010, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeaderboardQueryCallbackProxy \ static_assert(alignof(ULeaderboardQueryCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardQueryCallbackProxy"); \ static_assert(sizeof(ULeaderboardQueryCallbackProxy) == 0x000098, "Wrong size on ULeaderboardQueryCallbackProxy"); \ static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnFailure) == 0x000038, "Member 'ULeaderboardQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LogoutCallbackProxy_Logout \ static_assert(alignof(LogoutCallbackProxy_Logout) == 0x000008, "Wrong alignment on LogoutCallbackProxy_Logout"); \ static_assert(sizeof(LogoutCallbackProxy_Logout) == 0x000018, "Wrong size on LogoutCallbackProxy_Logout"); \ static_assert(offsetof(LogoutCallbackProxy_Logout, WorldContextObject) == 0x000000, "Member 'LogoutCallbackProxy_Logout::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LogoutCallbackProxy_Logout, PlayerController) == 0x000008, "Member 'LogoutCallbackProxy_Logout::PlayerController' has a wrong offset!"); \ static_assert(offsetof(LogoutCallbackProxy_Logout, ReturnValue) == 0x000010, "Member 'LogoutCallbackProxy_Logout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULogoutCallbackProxy \ static_assert(alignof(ULogoutCallbackProxy) == 0x000008, "Wrong alignment on ULogoutCallbackProxy"); \ static_assert(sizeof(ULogoutCallbackProxy) == 0x000068, "Wrong size on ULogoutCallbackProxy"); \ static_assert(offsetof(ULogoutCallbackProxy, OnSuccess) == 0x000030, "Member 'ULogoutCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(ULogoutCallbackProxy, OnFailure) == 0x000040, "Member 'ULogoutCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeacon \ static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ static_assert(sizeof(AOnlineBeacon) == 0x000250, "Wrong size on AOnlineBeacon"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000228, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x00022C, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000230, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconClient \ static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ static_assert(sizeof(AOnlineBeaconClient) == 0x0002B0, "Wrong size on AOnlineBeaconClient"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x000250, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x000258, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x000260, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHost \ static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ static_assert(sizeof(AOnlineBeaconHost) == 0x000308, "Wrong size on AOnlineBeaconHost"); \ static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x000250, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000258, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ static_assert(sizeof(AOnlineBeaconHostObject) == 0x000248, "Wrong size on AOnlineBeaconHostObject"); \ static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000220, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000230, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x000238, "Member 'AOnlineBeaconHostObject::ClientActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl2 \ static_assert(alignof(UOnlineEngineInterfaceImpl2) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl2"); \ static_assert(sizeof(UOnlineEngineInterfaceImpl2) == 0x000188, "Wrong size on UOnlineEngineInterfaceImpl2"); \ static_assert(offsetof(UOnlineEngineInterfaceImpl2, MappedUniqueNetIdTypes) == 0x000028, "Member 'UOnlineEngineInterfaceImpl2::MappedUniqueNetIdTypes' has a wrong offset!"); \ static_assert(offsetof(UOnlineEngineInterfaceImpl2, CompatibleUniqueNetIdTypes) == 0x000078, "Member 'UOnlineEngineInterfaceImpl2::CompatibleUniqueNetIdTypes' has a wrong offset!"); \ static_assert(offsetof(UOnlineEngineInterfaceImpl2, VoiceSubsystemNameOverride) == 0x000088, "Member 'UOnlineEngineInterfaceImpl2::VoiceSubsystemNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlinePIESettings \ static_assert(alignof(UOnlinePIESettings) == 0x000008, "Wrong alignment on UOnlinePIESettings"); \ static_assert(sizeof(UOnlinePIESettings) == 0x000050, "Wrong size on UOnlinePIESettings"); \ static_assert(offsetof(UOnlinePIESettings, bOnlinePIEEnabled) == 0x000038, "Member 'UOnlinePIESettings::bOnlinePIEEnabled' has a wrong offset!"); \ static_assert(offsetof(UOnlinePIESettings, Logins) == 0x000040, "Member 'UOnlinePIESettings::Logins' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlineSessionClient \ static_assert(alignof(UOnlineSessionClient) == 0x000008, "Wrong alignment on UOnlineSessionClient"); \ static_assert(sizeof(UOnlineSessionClient) == 0x0001C8, "Wrong size on UOnlineSessionClient"); \ static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001C0, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001C1, "Member 'UOnlineSessionClient::bHandlingDisconnect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ClientCancelReservationResponse \ static_assert(alignof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientCancelReservationResponse"); \ static_assert(sizeof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientCancelReservationResponse"); \ static_assert(offsetof(PartyBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ClientReservationResponse \ static_assert(alignof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientReservationResponse"); \ static_assert(sizeof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientReservationResponse"); \ static_assert(offsetof(PartyBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ClientSendReservationUpdates \ static_assert(alignof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on PartyBeaconClient_ClientSendReservationUpdates"); \ static_assert(sizeof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on PartyBeaconClient_ClientSendReservationUpdates"); \ static_assert(offsetof(PartyBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'PartyBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ServerAddOrUpdateReservationRequest \ static_assert(alignof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ static_assert(sizeof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::SessionId' has a wrong offset!"); \ static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::Reservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ServerCancelReservationRequest \ static_assert(alignof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerCancelReservationRequest"); \ static_assert(sizeof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on PartyBeaconClient_ServerCancelReservationRequest"); \ static_assert(offsetof(PartyBeaconClient_ServerCancelReservationRequest, PartyLeader) == 0x000000, "Member 'PartyBeaconClient_ServerCancelReservationRequest::PartyLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ServerRemoveMemberFromReservationRequest \ static_assert(alignof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ static_assert(sizeof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::SessionId' has a wrong offset!"); \ static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::ReservationUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ServerReservationRequest \ static_assert(alignof(PartyBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerReservationRequest"); \ static_assert(sizeof(PartyBeaconClient_ServerReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerReservationRequest"); \ static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PartyBeaconClient_ServerUpdateReservationRequest \ static_assert(alignof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerUpdateReservationRequest"); \ static_assert(sizeof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerUpdateReservationRequest"); \ static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::SessionId' has a wrong offset!"); \ static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::ReservationUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APartyBeaconClient \ static_assert(alignof(APartyBeaconClient) == 0x000008, "Wrong alignment on APartyBeaconClient"); \ static_assert(sizeof(APartyBeaconClient) == 0x000370, "Wrong size on APartyBeaconClient"); \ static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x0002E0, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x0002F0, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, RequestType) == 0x000340, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x000341, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x000342, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APartyBeaconHost \ static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ static_assert(sizeof(APartyBeaconHost) == 0x0002C0, "Wrong size on APartyBeaconHost"); \ static_assert(offsetof(APartyBeaconHost, State) == 0x000248, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x0002B0, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x0002B4, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x0002B8, "Member 'APartyBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPartyBeaconState \ static_assert(alignof(UPartyBeaconState) == 0x000008, "Wrong alignment on UPartyBeaconState"); \ static_assert(sizeof(UPartyBeaconState) == 0x0000A0, "Wrong size on UPartyBeaconState"); \ static_assert(offsetof(UPartyBeaconState, SessionName) == 0x000028, "Member 'UPartyBeaconState::SessionName' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, NumConsumedReservations) == 0x000030, "Member 'UPartyBeaconState::NumConsumedReservations' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, MaxReservations) == 0x000034, "Member 'UPartyBeaconState::MaxReservations' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, NumTeams) == 0x000038, "Member 'UPartyBeaconState::NumTeams' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, NumPlayersPerTeam) == 0x00003C, "Member 'UPartyBeaconState::NumPlayersPerTeam' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, TeamAssignmentMethod) == 0x000040, "Member 'UPartyBeaconState::TeamAssignmentMethod' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, ReservedHostTeamNum) == 0x000048, "Member 'UPartyBeaconState::ReservedHostTeamNum' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, ForceTeamNum) == 0x00004C, "Member 'UPartyBeaconState::ForceTeamNum' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, bRestrictCrossConsole) == 0x000050, "Member 'UPartyBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, PlatformCrossplayRestrictions) == 0x000058, "Member 'UPartyBeaconState::PlatformCrossplayRestrictions' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, PlatformTypeMapping) == 0x000068, "Member 'UPartyBeaconState::PlatformTypeMapping' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, bEnableRemovalRequests) == 0x000078, "Member 'UPartyBeaconState::bEnableRemovalRequests' has a wrong offset!"); \ static_assert(offsetof(UPartyBeaconState, Reservations) == 0x000080, "Member 'UPartyBeaconState::Reservations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuitMatchCallbackProxy_QuitMatch \ static_assert(alignof(QuitMatchCallbackProxy_QuitMatch) == 0x000008, "Wrong alignment on QuitMatchCallbackProxy_QuitMatch"); \ static_assert(sizeof(QuitMatchCallbackProxy_QuitMatch) == 0x000030, "Wrong size on QuitMatchCallbackProxy_QuitMatch"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, WorldContextObject) == 0x000000, "Member 'QuitMatchCallbackProxy_QuitMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, PlayerController) == 0x000008, "Member 'QuitMatchCallbackProxy_QuitMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, MatchID) == 0x000010, "Member 'QuitMatchCallbackProxy_QuitMatch::MatchID' has a wrong offset!"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, Outcome) == 0x000020, "Member 'QuitMatchCallbackProxy_QuitMatch::Outcome' has a wrong offset!"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, TurnTimeoutInSeconds) == 0x000024, "Member 'QuitMatchCallbackProxy_QuitMatch::TurnTimeoutInSeconds' has a wrong offset!"); \ static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, ReturnValue) == 0x000028, "Member 'QuitMatchCallbackProxy_QuitMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuitMatchCallbackProxy \ static_assert(alignof(UQuitMatchCallbackProxy) == 0x000008, "Wrong alignment on UQuitMatchCallbackProxy"); \ static_assert(sizeof(UQuitMatchCallbackProxy) == 0x000078, "Wrong size on UQuitMatchCallbackProxy"); \ static_assert(offsetof(UQuitMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UQuitMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UQuitMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UQuitMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ShowLoginUICallbackProxy_ShowExternalLoginUI \ static_assert(alignof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000008, "Wrong alignment on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ static_assert(sizeof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000018, "Wrong size on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, WorldContextObject) == 0x000000, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, InPlayerController) == 0x000008, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::InPlayerController' has a wrong offset!"); \ static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, ReturnValue) == 0x000010, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShowLoginUICallbackProxy \ static_assert(alignof(UShowLoginUICallbackProxy) == 0x000008, "Wrong alignment on UShowLoginUICallbackProxy"); \ static_assert(sizeof(UShowLoginUICallbackProxy) == 0x000060, "Wrong size on UShowLoginUICallbackProxy"); \ static_assert(offsetof(UShowLoginUICallbackProxy, OnSuccess) == 0x000030, "Member 'UShowLoginUICallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UShowLoginUICallbackProxy, OnFailure) == 0x000040, "Member 'UShowLoginUICallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientCancelReservationResponse \ static_assert(alignof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientCancelReservationResponse"); \ static_assert(sizeof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientCancelReservationResponse"); \ static_assert(offsetof(SpectatorBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientReservationResponse \ static_assert(alignof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientReservationResponse"); \ static_assert(sizeof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientReservationResponse"); \ static_assert(offsetof(SpectatorBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientSendReservationUpdates \ static_assert(alignof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on SpectatorBeaconClient_ClientSendReservationUpdates"); \ static_assert(sizeof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on SpectatorBeaconClient_ClientSendReservationUpdates"); \ static_assert(offsetof(SpectatorBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'SpectatorBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerCancelReservationRequest \ static_assert(alignof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerCancelReservationRequest"); \ static_assert(sizeof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on SpectatorBeaconClient_ServerCancelReservationRequest"); \ static_assert(offsetof(SpectatorBeaconClient_ServerCancelReservationRequest, Spectator) == 0x000000, "Member 'SpectatorBeaconClient_ServerCancelReservationRequest::Spectator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerReservationRequest \ static_assert(alignof(SpectatorBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerReservationRequest"); \ static_assert(sizeof(SpectatorBeaconClient_ServerReservationRequest) == 0x000088, "Wrong size on SpectatorBeaconClient_ServerReservationRequest"); \ static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'SpectatorBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'SpectatorBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorBeaconClient \ static_assert(alignof(ASpectatorBeaconClient) == 0x000008, "Wrong alignment on ASpectatorBeaconClient"); \ static_assert(sizeof(ASpectatorBeaconClient) == 0x000398, "Wrong size on ASpectatorBeaconClient"); \ static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x0002E0, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x0002F0, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000368, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000369, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x00036A, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorBeaconHost \ static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ static_assert(sizeof(ASpectatorBeaconHost) == 0x0002C0, "Wrong size on ASpectatorBeaconHost"); \ static_assert(offsetof(ASpectatorBeaconHost, State) == 0x000248, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x0002B0, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x0002B4, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x0002B8, "Member 'ASpectatorBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpectatorBeaconState \ static_assert(alignof(USpectatorBeaconState) == 0x000008, "Wrong alignment on USpectatorBeaconState"); \ static_assert(sizeof(USpectatorBeaconState) == 0x000060, "Wrong size on USpectatorBeaconState"); \ static_assert(offsetof(USpectatorBeaconState, SessionName) == 0x000028, "Member 'USpectatorBeaconState::SessionName' has a wrong offset!"); \ static_assert(offsetof(USpectatorBeaconState, NumConsumedReservations) == 0x000030, "Member 'USpectatorBeaconState::NumConsumedReservations' has a wrong offset!"); \ static_assert(offsetof(USpectatorBeaconState, MaxReservations) == 0x000034, "Member 'USpectatorBeaconState::MaxReservations' has a wrong offset!"); \ static_assert(offsetof(USpectatorBeaconState, bRestrictCrossConsole) == 0x000038, "Member 'USpectatorBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ static_assert(offsetof(USpectatorBeaconState, Reservations) == 0x000040, "Member 'USpectatorBeaconState::Reservations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATestBeaconClient \ static_assert(alignof(ATestBeaconClient) == 0x000008, "Wrong alignment on ATestBeaconClient"); \ static_assert(sizeof(ATestBeaconClient) == 0x0002B0, "Wrong size on ATestBeaconClient"); \ #define DUMPER7_ASSERTS_ATestBeaconHost \ static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ static_assert(sizeof(ATestBeaconHost) == 0x000248, "Wrong size on ATestBeaconHost"); \ #define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetIsMyTurn \ static_assert(alignof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ static_assert(sizeof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::PlayerController' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::MatchID' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, bIsMyTurn) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::bIsMyTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetMyPlayerIndex \ static_assert(alignof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ static_assert(sizeof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerController' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::MatchID' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetPlayerDisplayName \ static_assert(alignof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ static_assert(sizeof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000038, "Wrong size on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerController' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::MatchID' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerDisplayName) == 0x000028, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject \ static_assert(alignof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ static_assert(sizeof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000018, "Wrong size on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::PlayerController' has a wrong offset!"); \ static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, Object) == 0x000010, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnBasedBlueprintLibrary \ static_assert(alignof(UTurnBasedBlueprintLibrary) == 0x000008, "Wrong alignment on UTurnBasedBlueprintLibrary"); \ static_assert(sizeof(UTurnBasedBlueprintLibrary) == 0x000028, "Wrong size on UTurnBasedBlueprintLibrary"); \ #define DUMPER7_ASSERTS_VoipListenerSynthComponent_IsIdling \ static_assert(alignof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong alignment on VoipListenerSynthComponent_IsIdling"); \ static_assert(sizeof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong size on VoipListenerSynthComponent_IsIdling"); \ static_assert(offsetof(VoipListenerSynthComponent_IsIdling, ReturnValue) == 0x000000, "Member 'VoipListenerSynthComponent_IsIdling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoipListenerSynthComponent \ static_assert(alignof(UVoipListenerSynthComponent) == 0x000010, "Wrong alignment on UVoipListenerSynthComponent"); \ static_assert(sizeof(UVoipListenerSynthComponent) == 0x000720, "Wrong size on UVoipListenerSynthComponent"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductInfo \ static_assert(alignof(FInAppPurchaseProductInfo) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo"); \ static_assert(sizeof(FInAppPurchaseProductInfo) == 0x0000A8, "Wrong size on FInAppPurchaseProductInfo"); \ static_assert(offsetof(FInAppPurchaseProductInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo::TransactionIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo::DisplayDescription' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo::DisplayPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo::RawPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo::CurrencySymbol' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo::DecimalSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo::GroupingSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo::ReceiptData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo \ static_assert(alignof(FInAppPurchaseRestoreInfo) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseRestoreInfo::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, ReceiptData) == 0x000010, "Member 'FInAppPurchaseRestoreInfo::ReceiptData' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, TransactionIdentifier) == 0x000020, "Member 'FInAppPurchaseRestoreInfo::TransactionIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNamedInterface \ static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ static_assert(sizeof(FNamedInterface) == 0x000010, "Wrong size on FNamedInterface"); \ static_assert(offsetof(FNamedInterface, InterfaceName) == 0x000000, "Member 'FNamedInterface::InterfaceName' has a wrong offset!"); \ static_assert(offsetof(FNamedInterface, InterfaceObject) == 0x000008, "Member 'FNamedInterface::InterfaceObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductRequest \ static_assert(alignof(FInAppPurchaseProductRequest) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest"); \ static_assert(sizeof(FInAppPurchaseProductRequest) == 0x000018, "Wrong size on FInAppPurchaseProductRequest"); \ static_assert(offsetof(FInAppPurchaseProductRequest, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest::ProductIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductRequest, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest::bIsConsumable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedInterfaces \ static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ static_assert(sizeof(UNamedInterfaces) == 0x000060, "Wrong size on UNamedInterfaces"); \ static_assert(offsetof(UNamedInterfaces, NamedInterfaces) == 0x000028, "Member 'UNamedInterfaces::NamedInterfaces' has a wrong offset!"); \ static_assert(offsetof(UNamedInterfaces, NamedInterfaceDefs) == 0x000038, "Member 'UNamedInterfaces::NamedInterfaceDefs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchEnded \ static_assert(alignof(TurnBasedMatchInterface_OnMatchEnded) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchEnded"); \ static_assert(sizeof(TurnBasedMatchInterface_OnMatchEnded) == 0x000010, "Wrong size on TurnBasedMatchInterface_OnMatchEnded"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchEnded, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchEnded::Match' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchReceivedTurn \ static_assert(alignof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ static_assert(sizeof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000018, "Wrong size on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::Match' has a wrong offset!"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, bDidBecomeActive) == 0x000010, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::bDidBecomeActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITurnBasedMatchInterface \ static_assert(alignof(ITurnBasedMatchInterface) == 0x000001, "Wrong alignment on ITurnBasedMatchInterface"); \ static_assert(sizeof(ITurnBasedMatchInterface) == 0x000001, "Wrong size on ITurnBasedMatchInterface"); \ #define DUMPER7_ASSERTS_UDeveloperSettings \ static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ #define DUMPER7_ASSERTS_FSubmixEffectDynamicProcessorFilterSettings \ static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, Cutoff) == 0x000004, "Member 'FSubmixEffectDynamicProcessorFilterSettings::Cutoff' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, GainDb) == 0x000008, "Member 'FSubmixEffectDynamicProcessorFilterSettings::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectDynamicsProcessorSettings \ static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectEQBand \ static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectReverbSettings \ static_assert(alignof(FSubmixEffectReverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectReverbSettings"); \ static_assert(sizeof(FSubmixEffectReverbSettings) == 0x000040, "Wrong size on FSubmixEffectReverbSettings"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypassEarlyReflections) == 0x000000, "Member 'FSubmixEffectReverbSettings::bBypassEarlyReflections' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsDelay) == 0x000004, "Member 'FSubmixEffectReverbSettings::ReflectionsDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, GainHF) == 0x000008, "Member 'FSubmixEffectReverbSettings::GainHF' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsGain) == 0x00000C, "Member 'FSubmixEffectReverbSettings::ReflectionsGain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypassLateReflections) == 0x000010, "Member 'FSubmixEffectReverbSettings::bBypassLateReflections' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, LateDelay) == 0x000014, "Member 'FSubmixEffectReverbSettings::LateDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DecayTime) == 0x000018, "Member 'FSubmixEffectReverbSettings::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Density) == 0x00001C, "Member 'FSubmixEffectReverbSettings::Density' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Diffusion) == 0x000020, "Member 'FSubmixEffectReverbSettings::Diffusion' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, AirAbsorptionGainHF) == 0x000024, "Member 'FSubmixEffectReverbSettings::AirAbsorptionGainHF' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DecayHFRatio) == 0x000028, "Member 'FSubmixEffectReverbSettings::DecayHFRatio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, LateGain) == 0x00002C, "Member 'FSubmixEffectReverbSettings::LateGain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Gain) == 0x000030, "Member 'FSubmixEffectReverbSettings::Gain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, WetLevel) == 0x000034, "Member 'FSubmixEffectReverbSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DryLevel) == 0x000038, "Member 'FSubmixEffectReverbSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypass) == 0x00003C, "Member 'FSubmixEffectReverbSettings::bBypass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterEnabled \ static_assert(alignof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on SynthComponent_SetLowPassFilterEnabled"); \ static_assert(sizeof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on SynthComponent_SetLowPassFilterEnabled"); \ static_assert(offsetof(SynthComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'SynthComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterFrequency \ static_assert(alignof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on SynthComponent_SetLowPassFilterFrequency"); \ static_assert(sizeof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on SynthComponent_SetLowPassFilterFrequency"); \ static_assert(offsetof(SynthComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'SynthComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_SetOutputToBusOnly \ static_assert(alignof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on SynthComponent_SetOutputToBusOnly"); \ static_assert(sizeof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on SynthComponent_SetOutputToBusOnly"); \ static_assert(offsetof(SynthComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'SynthComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_SetSubmixSend \ static_assert(alignof(SynthComponent_SetSubmixSend) == 0x000008, "Wrong alignment on SynthComponent_SetSubmixSend"); \ static_assert(sizeof(SynthComponent_SetSubmixSend) == 0x000010, "Wrong size on SynthComponent_SetSubmixSend"); \ static_assert(offsetof(SynthComponent_SetSubmixSend, Submix) == 0x000000, "Member 'SynthComponent_SetSubmixSend::Submix' has a wrong offset!"); \ static_assert(offsetof(SynthComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'SynthComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_SetVolumeMultiplier \ static_assert(alignof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on SynthComponent_SetVolumeMultiplier"); \ static_assert(sizeof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on SynthComponent_SetVolumeMultiplier"); \ static_assert(offsetof(SynthComponent_SetVolumeMultiplier, VolumeMultiplier) == 0x000000, "Member 'SynthComponent_SetVolumeMultiplier::VolumeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponent_IsPlaying \ static_assert(alignof(SynthComponent_IsPlaying) == 0x000001, "Wrong alignment on SynthComponent_IsPlaying"); \ static_assert(sizeof(SynthComponent_IsPlaying) == 0x000001, "Wrong size on SynthComponent_IsPlaying"); \ static_assert(offsetof(SynthComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SynthComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthComponent \ static_assert(alignof(USynthComponent) == 0x000010, "Wrong alignment on USynthComponent"); \ static_assert(sizeof(USynthComponent) == 0x0006C0, "Wrong size on USynthComponent"); \ static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000200, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000208, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x0005A8, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0005B0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundClass) == 0x000600, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x000608, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000610, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000618, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, BusSends) == 0x000628, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000638, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00064C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000650, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000658, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, Synth) == 0x000688, "Member 'USynthComponent::Synth' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AudioComponent) == 0x000690, "Member 'USynthComponent::AudioComponent' 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_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetCurrentTimestamp \ static_assert(alignof(QuartzClockHandle_GetCurrentTimestamp) == 0x000008, "Wrong alignment on QuartzClockHandle_GetCurrentTimestamp"); \ static_assert(sizeof(QuartzClockHandle_GetCurrentTimestamp) == 0x000018, "Wrong size on QuartzClockHandle_GetCurrentTimestamp"); \ static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetCurrentTimestamp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetCurrentTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds \ static_assert(alignof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(sizeof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000018, "Wrong size on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000008, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x00000C, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000010, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetEstimatedRunTime \ static_assert(alignof(QuartzClockHandle_GetEstimatedRunTime) == 0x000008, "Wrong alignment on QuartzClockHandle_GetEstimatedRunTime"); \ static_assert(sizeof(QuartzClockHandle_GetEstimatedRunTime) == 0x000010, "Wrong size on QuartzClockHandle_GetEstimatedRunTime"); \ static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetEstimatedRunTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetEstimatedRunTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_IsClockRunning \ static_assert(alignof(QuartzClockHandle_IsClockRunning) == 0x000008, "Wrong alignment on QuartzClockHandle_IsClockRunning"); \ static_assert(sizeof(QuartzClockHandle_IsClockRunning) == 0x000010, "Wrong size on QuartzClockHandle_IsClockRunning"); \ static_assert(offsetof(QuartzClockHandle_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_IsClockRunning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_IsClockRunning, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_IsClockRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_PauseClock \ static_assert(alignof(QuartzClockHandle_PauseClock) == 0x000008, "Wrong alignment on QuartzClockHandle_PauseClock"); \ static_assert(sizeof(QuartzClockHandle_PauseClock) == 0x000010, "Wrong size on QuartzClockHandle_PauseClock"); \ static_assert(offsetof(QuartzClockHandle_PauseClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_PauseClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_PauseClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_PauseClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransport \ static_assert(alignof(QuartzClockHandle_ResetTransport) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransport"); \ static_assert(sizeof(QuartzClockHandle_ResetTransport) == 0x000018, "Wrong size on QuartzClockHandle_ResetTransport"); \ static_assert(offsetof(QuartzClockHandle_ResetTransport, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransport, InDelegate) == 0x000008, "Member 'QuartzClockHandle_ResetTransport::InDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransportQuantized \ static_assert(alignof(QuartzClockHandle_ResetTransportQuantized) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransportQuantized"); \ static_assert(sizeof(QuartzClockHandle_ResetTransportQuantized) == 0x000030, "Wrong size on QuartzClockHandle_ResetTransportQuantized"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransportQuantized::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_ResetTransportQuantized::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InDelegate) == 0x000014, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResumeClock \ static_assert(alignof(QuartzClockHandle_ResumeClock) == 0x000008, "Wrong alignment on QuartzClockHandle_ResumeClock"); \ static_assert(sizeof(QuartzClockHandle_ResumeClock) == 0x000010, "Wrong size on QuartzClockHandle_ResumeClock"); \ static_assert(offsetof(QuartzClockHandle_ResumeClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResumeClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResumeClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_ResumeClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetBeatsPerMinute \ static_assert(alignof(QuartzClockHandle_SetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetBeatsPerMinute"); \ static_assert(sizeof(QuartzClockHandle_SetBeatsPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetBeatsPerMinute"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetBeatsPerMinute::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetBeatsPerMinute::BeatsPerMinute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetMillisecondsPerTick \ static_assert(alignof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetMillisecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetMillisecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetMillisecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetMillisecondsPerTick::MillisecondsPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetSecondsPerTick \ static_assert(alignof(QuartzClockHandle_SetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetSecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_SetSecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetSecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetSecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetSecondsPerTick::SecondsPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetThirtySecondNotesPerMinute \ static_assert(alignof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ static_assert(sizeof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ThirtySecondsNotesPerMinute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetTicksPerSecond \ static_assert(alignof(QuartzClockHandle_SetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_SetTicksPerSecond"); \ static_assert(sizeof(QuartzClockHandle_SetTicksPerSecond) == 0x000038, "Wrong size on QuartzClockHandle_SetTicksPerSecond"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetTicksPerSecond::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000030, "Member 'QuartzClockHandle_SetTicksPerSecond::TicksPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_StartClock \ static_assert(alignof(QuartzClockHandle_StartClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartClock"); \ static_assert(sizeof(QuartzClockHandle_StartClock) == 0x000010, "Wrong size on QuartzClockHandle_StartClock"); \ static_assert(offsetof(QuartzClockHandle_StartClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StartClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_StartClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_StartOtherClock \ static_assert(alignof(QuartzClockHandle_StartOtherClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartOtherClock"); \ static_assert(sizeof(QuartzClockHandle_StartOtherClock) == 0x000030, "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) == 0x00001C, "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) == 0x000190, "Wrong size on UQuartzClockHandle"); \ static_assert(offsetof(UQuartzClockHandle, QuartzSubsystem) == 0x000168, "Member 'UQuartzClockHandle::QuartzSubsystem' has a wrong offset!"); \ static_assert(offsetof(UQuartzClockHandle, WorldPtr) == 0x000188, "Member 'UQuartzClockHandle::WorldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetAudioBus \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetExternalSubmix \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetExternalSubmix::Submix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetSettings \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000060, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetSettings, Settings_0) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset \ static_assert(alignof(USubmixEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USubmixEffectDynamicsProcessorPreset"); \ static_assert(sizeof(USubmixEffectDynamicsProcessorPreset) == 0x000150, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F0, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectSubmixEQPreset_SetSettings \ static_assert(alignof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectSubmixEQPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectSubmixEQPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectSubmixEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectSubmixEQPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectSubmixEQPreset \ static_assert(alignof(USubmixEffectSubmixEQPreset) == 0x000008, "Wrong alignment on USubmixEffectSubmixEQPreset"); \ static_assert(sizeof(USubmixEffectSubmixEQPreset) == 0x0000B0, "Wrong size on USubmixEffectSubmixEQPreset"); \ static_assert(offsetof(USubmixEffectSubmixEQPreset, Settings) == 0x0000A0, "Member 'USubmixEffectSubmixEQPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_QuartzSubsystem_CreateNewClock \ static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000040, "Wrong size on QuartzSubsystem_CreateNewClock"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_CreateNewClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_CreateNewClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, InSettings) == 0x000010, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000030, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000031, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000038, "Member 'QuartzSubsystem_CreateNewClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByHandle \ static_assert(alignof(QuartzSubsystem_DeleteClockByHandle) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByHandle) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, InClockHandle) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByHandle::InClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByName \ static_assert(alignof(QuartzSubsystem_DeleteClockByName) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByName"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByName) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByName"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, ClockName) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByName::ClockName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DoesClockExist \ static_assert(alignof(QuartzSubsystem_DoesClockExist) == 0x000008, "Wrong alignment on QuartzSubsystem_DoesClockExist"); \ static_assert(sizeof(QuartzSubsystem_DoesClockExist) == 0x000018, "Wrong size on QuartzSubsystem_DoesClockExist"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DoesClockExist::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ClockName) == 0x000008, "Member 'QuartzSubsystem_DoesClockExist::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_DoesClockExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetCurrentClockTimestamp \ static_assert(alignof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000008, "Wrong alignment on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(sizeof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000020, "Wrong size on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds \ static_assert(alignof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(sizeof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000020, "Wrong size on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000010, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000018, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetEstimatedClockRunTime \ static_assert(alignof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000008, "Wrong alignment on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(sizeof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000018, "Wrong size on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetHandleForClock \ static_assert(alignof(QuartzSubsystem_GetHandleForClock) == 0x000008, "Wrong alignment on QuartzSubsystem_GetHandleForClock"); \ static_assert(sizeof(QuartzSubsystem_GetHandleForClock) == 0x000018, "Wrong size on QuartzSubsystem_GetHandleForClock"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetHandleForClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetHandleForClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetHandleForClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripAverageLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMaxLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMinLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsClockRunning \ static_assert(alignof(QuartzSubsystem_IsClockRunning) == 0x000008, "Wrong alignment on QuartzSubsystem_IsClockRunning"); \ static_assert(sizeof(QuartzSubsystem_IsClockRunning) == 0x000018, "Wrong size on QuartzSubsystem_IsClockRunning"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_IsClockRunning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ClockName) == 0x000008, "Member 'QuartzSubsystem_IsClockRunning::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_IsClockRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsQuartzEnabled \ static_assert(alignof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong alignment on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(sizeof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong size on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(offsetof(QuartzSubsystem_IsQuartzEnabled, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_IsQuartzEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuartzSubsystem \ static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ static_assert(sizeof(UQuartzSubsystem) == 0x000150, "Wrong size on UQuartzSubsystem"); \ #define DUMPER7_ASSERTS_USynthSound \ static_assert(alignof(USynthSound) == 0x000010, "Wrong alignment on USynthSound"); \ static_assert(sizeof(USynthSound) == 0x0003E0, "Wrong size on USynthSound"); \ static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x0003C0, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileHash \ static_assert(alignof(FNiagaraCompileHash) == 0x000008, "Wrong alignment on FNiagaraCompileHash"); \ static_assert(sizeof(FNiagaraCompileHash) == 0x000010, "Wrong size on FNiagaraCompileHash"); \ static_assert(offsetof(FNiagaraCompileHash, DataHash) == 0x000000, "Member 'FNiagaraCompileHash::DataHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMergeable \ static_assert(alignof(UNiagaraMergeable) == 0x000008, "Wrong alignment on UNiagaraMergeable"); \ static_assert(sizeof(UNiagaraMergeable) == 0x000028, "Wrong size on UNiagaraMergeable"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceBase \ static_assert(alignof(UNiagaraDataInterfaceBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceBase"); \ static_assert(sizeof(UNiagaraDataInterfaceBase) == 0x000028, "Wrong size on UNiagaraDataInterfaceBase"); \ #define DUMPER7_ASSERTS_UDefaultRangedCore_C \ static_assert(alignof(UDefaultRangedCore_C) == 0x000008, "Wrong alignment on UDefaultRangedCore_C"); \ static_assert(sizeof(UDefaultRangedCore_C) == 0x000270, "Wrong size on UDefaultRangedCore_C"); \ #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_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_FNiagaraTypeDefinitionHandle \ static_assert(alignof(FNiagaraTypeDefinitionHandle) == 0x000004, "Wrong alignment on FNiagaraTypeDefinitionHandle"); \ static_assert(sizeof(FNiagaraTypeDefinitionHandle) == 0x000004, "Wrong size on FNiagaraTypeDefinitionHandle"); \ static_assert(offsetof(FNiagaraTypeDefinitionHandle, RegisteredTypeIndex) == 0x000000, "Member 'FNiagaraTypeDefinitionHandle::RegisteredTypeIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableBase \ static_assert(alignof(FNiagaraVariableBase) == 0x000004, "Wrong alignment on FNiagaraVariableBase"); \ static_assert(sizeof(FNiagaraVariableBase) == 0x00000C, "Wrong size on FNiagaraVariableBase"); \ static_assert(offsetof(FNiagaraVariableBase, Name) == 0x000000, "Member 'FNiagaraVariableBase::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableBase, TypeDefHandle) == 0x000008, "Member 'FNiagaraVariableBase::TypeDefHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariable \ static_assert(alignof(FNiagaraVariable) == 0x000008, "Wrong alignment on FNiagaraVariable"); \ static_assert(sizeof(FNiagaraVariable) == 0x000020, "Wrong size on FNiagaraVariable"); \ static_assert(offsetof(FNiagaraVariable, VarData) == 0x000010, "Member 'FNiagaraVariable::VarData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000040, "Wrong size on FMovieSceneNiagaraParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraParameterSectionTemplate, Parameter) == 0x000020, "Member 'FMovieSceneNiagaraParameterSectionTemplate::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneNiagaraBoolParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraColorParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x0002C0, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x0000E0, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000180, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x000220, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x0000E0, "Wrong size on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraFloatParameterSectionTemplate, FloatChannel) == 0x000040, "Member 'FMovieSceneNiagaraFloatParameterSectionTemplate::FloatChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraIntegerParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackImplementation \ static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartFrame) == 0x000010, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndFrame) == 0x000014, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartBehavior) == 0x000018, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEvaluateBehavior) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x000020, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x000024, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneNiagaraSystemTrackTemplate \ static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraVectorParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x0002C8, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x0002C0, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ static_assert(alignof(FNiagaraBakerTextureSource) == 0x000004, "Wrong alignment on FNiagaraBakerTextureSource"); \ static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000008, "Wrong size on FNiagaraBakerTextureSource"); \ static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000000, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000030, "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) == 0x000014, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x00001C, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000028, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerEmitterInstanceData \ static_assert(alignof(FNiagaraOutlinerEmitterInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerEmitterInstanceData"); \ static_assert(sizeof(FNiagaraOutlinerEmitterInstanceData) == 0x000020, "Wrong size on FNiagaraOutlinerEmitterInstanceData"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, EmitterName) == 0x000000, "Member 'FNiagaraOutlinerEmitterInstanceData::EmitterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, SimTarget) == 0x000010, "Member 'FNiagaraOutlinerEmitterInstanceData::SimTarget' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, ExecState) == 0x000014, "Member 'FNiagaraOutlinerEmitterInstanceData::ExecState' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, NumParticles) == 0x000018, "Member 'FNiagaraOutlinerEmitterInstanceData::NumParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScalabilityState \ static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileDependency \ static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDeviceProfileStateEntry \ static_assert(alignof(FNiagaraDeviceProfileStateEntry) == 0x000004, "Wrong alignment on FNiagaraDeviceProfileStateEntry"); \ static_assert(sizeof(FNiagaraDeviceProfileStateEntry) == 0x000010, "Wrong size on FNiagaraDeviceProfileStateEntry"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, ProfileName) == 0x000000, "Member 'FNiagaraDeviceProfileStateEntry::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, QualityLevelMask) == 0x000008, "Member 'FNiagaraDeviceProfileStateEntry::QualityLevelMask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, SetQualityLevelMask) == 0x00000C, "Member 'FNiagaraDeviceProfileStateEntry::SetQualityLevelMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSetCVarCondition \ static_assert(alignof(FNiagaraPlatformSetCVarCondition) == 0x000008, "Wrong alignment on FNiagaraPlatformSetCVarCondition"); \ static_assert(sizeof(FNiagaraPlatformSetCVarCondition) == 0x000028, "Wrong size on FNiagaraPlatformSetCVarCondition"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, CVarName) == 0x000000, "Member 'FNiagaraPlatformSetCVarCondition::CVarName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, Value) == 0x000008, "Member 'FNiagaraPlatformSetCVarCondition::Value' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinInt) == 0x00000C, "Member 'FNiagaraPlatformSetCVarCondition::MinInt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxInt) == 0x000010, "Member 'FNiagaraPlatformSetCVarCondition::MaxInt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinFloat) == 0x000014, "Member 'FNiagaraPlatformSetCVarCondition::MinFloat' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxFloat) == 0x000018, "Member 'FNiagaraPlatformSetCVarCondition::MaxFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSet \ static_assert(alignof(FNiagaraPlatformSet) == 0x000008, "Wrong alignment on FNiagaraPlatformSet"); \ static_assert(sizeof(FNiagaraPlatformSet) == 0x000030, "Wrong size on FNiagaraPlatformSet"); \ static_assert(offsetof(FNiagaraPlatformSet, QualityLevelMask) == 0x000000, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSet, DeviceProfileStates) == 0x000008, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000018, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraRandInfo \ static_assert(alignof(FNiagaraRandInfo) == 0x000004, "Wrong alignment on FNiagaraRandInfo"); \ static_assert(sizeof(FNiagaraRandInfo) == 0x00000C, "Wrong size on FNiagaraRandInfo"); \ static_assert(offsetof(FNiagaraRandInfo, Seed1) == 0x000000, "Member 'FNiagaraRandInfo::Seed1' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed2) == 0x000004, "Member 'FNiagaraRandInfo::Seed2' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed3) == 0x000008, "Member 'FNiagaraRandInfo::Seed3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptVariableBinding \ static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ static_assert(sizeof(FNiagaraScriptVariableBinding) == 0x000008, "Wrong size on FNiagaraScriptVariableBinding"); \ static_assert(offsetof(FNiagaraScriptVariableBinding, Name) == 0x000000, "Member 'FNiagaraScriptVariableBinding::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableDataInterfaceBinding \ static_assert(alignof(FNiagaraVariableDataInterfaceBinding) == 0x000008, "Wrong alignment on FNiagaraVariableDataInterfaceBinding"); \ static_assert(sizeof(FNiagaraVariableDataInterfaceBinding) == 0x000020, "Wrong size on FNiagaraVariableDataInterfaceBinding"); \ static_assert(offsetof(FNiagaraVariableDataInterfaceBinding, BoundVariable) == 0x000000, "Member 'FNiagaraVariableDataInterfaceBinding::BoundVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialAttributeBinding \ static_assert(alignof(FNiagaraMaterialAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraMaterialAttributeBinding"); \ static_assert(sizeof(FNiagaraMaterialAttributeBinding) == 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_FNiagaraVariableAttributeBinding \ static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000058, "Wrong size on FNiagaraVariableAttributeBinding"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetVariable) == 0x000010, "Member 'FNiagaraVariableAttributeBinding::DataSetVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000030, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000050, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableInfo \ static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ static_assert(sizeof(FNiagaraVariableInfo) == 0x000040, "Wrong size on FNiagaraVariableInfo"); \ static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000038, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraSystemUpdateContext \ static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000068, "Wrong size on FNiagaraSystemUpdateContext"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000030, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVMFunctionSpecifier \ static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ static_assert(sizeof(FVMFunctionSpecifier) == 0x000010, "Wrong size on FVMFunctionSpecifier"); \ static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x000008, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000038, "Wrong size on FVMExternalFunctionBindingInfo"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x000008, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000010, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000020, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraTypeDefinition \ static_assert(alignof(FNiagaraTypeDefinition) == 0x000008, "Wrong alignment on FNiagaraTypeDefinition"); \ static_assert(sizeof(FNiagaraTypeDefinition) == 0x000010, "Wrong size on FNiagaraTypeDefinition"); \ static_assert(offsetof(FNiagaraTypeDefinition, ClassStructOrEnum) == 0x000000, "Member 'FNiagaraTypeDefinition::ClassStructOrEnum' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeDefinition, UnderlyingType) == 0x000008, "Member 'FNiagaraTypeDefinition::UnderlyingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceCompileInfo"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Name) == 0x000000, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, UserPtrIdx) == 0x000008, "Member 'FNiagaraScriptDataInterfaceCompileInfo::UserPtrIdx' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Type) == 0x000010, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapRead) == 0x000020, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapWrite) == 0x000028, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000030, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemCompileRequest \ static_assert(alignof(FNiagaraSystemCompileRequest) == 0x000008, "Wrong alignment on FNiagaraSystemCompileRequest"); \ static_assert(sizeof(FNiagaraSystemCompileRequest) == 0x000080, "Wrong size on FNiagaraSystemCompileRequest"); \ static_assert(offsetof(FNiagaraSystemCompileRequest, RootObjects) == 0x000008, "Member 'FNiagaraSystemCompileRequest::RootObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceInfo \ static_assert(alignof(FNiagaraScriptDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceInfo"); \ static_assert(sizeof(FNiagaraScriptDataInterfaceInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000028, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000030, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraFunctionSignature \ static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ static_assert(sizeof(FNiagaraFunctionSignature) == 0x000090, "Wrong size on FNiagaraFunctionSignature"); \ static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000008, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000018, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000028, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000034, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMinIndex) == 0x000038, "Member 'FNiagaraFunctionSignature::ContextStageMinIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMaxIndex) == 0x00003C, "Member 'FNiagaraFunctionSignature::ContextStageMaxIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000040, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataUsageInfo \ static_assert(alignof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong alignment on FNiagaraScriptDataUsageInfo"); \ static_assert(sizeof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong size on FNiagaraScriptDataUsageInfo"); \ static_assert(offsetof(FNiagaraScriptDataUsageInfo, bReadsAttributeData) == 0x000000, "Member 'FNiagaraScriptDataUsageInfo::bReadsAttributeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetID \ static_assert(alignof(FNiagaraDataSetID) == 0x000004, "Wrong alignment on FNiagaraDataSetID"); \ static_assert(sizeof(FNiagaraDataSetID) == 0x00000C, "Wrong size on FNiagaraDataSetID"); \ static_assert(offsetof(FNiagaraDataSetID, Name) == 0x000000, "Member 'FNiagaraDataSetID::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetID, Type) == 0x000008, "Member 'FNiagaraDataSetID::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetProperties \ static_assert(alignof(FNiagaraDataSetProperties) == 0x000008, "Wrong alignment on FNiagaraDataSetProperties"); \ static_assert(sizeof(FNiagaraDataSetProperties) == 0x000020, "Wrong size on FNiagaraDataSetProperties"); \ static_assert(offsetof(FNiagaraDataSetProperties, ID) == 0x000000, "Member 'FNiagaraDataSetProperties::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetProperties, Variables) == 0x000010, "Member 'FNiagaraDataSetProperties::Variables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialOverride \ static_assert(alignof(FNiagaraMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMaterialOverride"); \ static_assert(sizeof(FNiagaraMaterialOverride) == 0x000018, "Wrong size on FNiagaraMaterialOverride"); \ static_assert(offsetof(FNiagaraMaterialOverride, Material) == 0x000000, "Member 'FNiagaraMaterialOverride::Material' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialOverride, MaterialSubIndex) == 0x000008, "Member 'FNiagaraMaterialOverride::MaterialSubIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialOverride, EmitterRendererProperty) == 0x000010, "Member 'FNiagaraMaterialOverride::EmitterRendererProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNCPoolElement \ static_assert(alignof(FNCPoolElement) == 0x000008, "Wrong alignment on FNCPoolElement"); \ static_assert(sizeof(FNCPoolElement) == 0x000010, "Wrong size on FNCPoolElement"); \ static_assert(offsetof(FNCPoolElement, Component) == 0x000000, "Member 'FNCPoolElement::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNCPool \ static_assert(alignof(FNCPool) == 0x000008, "Wrong alignment on FNCPool"); \ static_assert(sizeof(FNCPool) == 0x000010, "Wrong size on FNCPool"); \ static_assert(offsetof(FNCPool, FreeElements) == 0x000000, "Member 'FNCPool::FreeElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNiagaraComponentPropertyBinding \ static_assert(alignof(FNiagaraComponentPropertyBinding) == 0x000008, "Wrong alignment on FNiagaraComponentPropertyBinding"); \ static_assert(sizeof(FNiagaraComponentPropertyBinding) == 0x0000E8, "Wrong size on FNiagaraComponentPropertyBinding"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000060, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000070, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000078, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, WritableValue) == 0x0000C8, "Member 'FNiagaraComponentPropertyBinding::WritableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterNameSettingsRef \ static_assert(alignof(FNiagaraEmitterNameSettingsRef) == 0x000008, "Wrong alignment on FNiagaraEmitterNameSettingsRef"); \ static_assert(sizeof(FNiagaraEmitterNameSettingsRef) == 0x000018, "Wrong size on FNiagaraEmitterNameSettingsRef"); \ static_assert(offsetof(FNiagaraEmitterNameSettingsRef, SystemName) == 0x000000, "Member 'FNiagaraEmitterNameSettingsRef::SystemName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterNameSettingsRef, EmitterName) == 0x000008, "Member 'FNiagaraEmitterNameSettingsRef::EmitterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBasicParticleData \ static_assert(alignof(FBasicParticleData) == 0x000004, "Wrong alignment on FBasicParticleData"); \ static_assert(sizeof(FBasicParticleData) == 0x00001C, "Wrong size on FBasicParticleData"); \ static_assert(offsetof(FBasicParticleData, Position) == 0x000000, "Member 'FBasicParticleData::Position' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, Size) == 0x00000C, "Member 'FBasicParticleData::Size' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, Velocity) == 0x000010, "Member 'FBasicParticleData::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshTriCoordinate \ static_assert(alignof(FMeshTriCoordinate) == 0x000004, "Wrong alignment on FMeshTriCoordinate"); \ static_assert(sizeof(FMeshTriCoordinate) == 0x000010, "Wrong size on FMeshTriCoordinate"); \ static_assert(offsetof(FMeshTriCoordinate, Tri) == 0x000000, "Member 'FMeshTriCoordinate::Tri' has a wrong offset!"); \ static_assert(offsetof(FMeshTriCoordinate, BaryCoord) == 0x000004, "Member 'FMeshTriCoordinate::BaryCoord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNDIStaticMeshSectionFilter \ static_assert(alignof(FNDIStaticMeshSectionFilter) == 0x000008, "Wrong alignment on FNDIStaticMeshSectionFilter"); \ static_assert(sizeof(FNDIStaticMeshSectionFilter) == 0x000010, "Wrong size on FNDIStaticMeshSectionFilter"); \ static_assert(offsetof(FNDIStaticMeshSectionFilter, AllowedMaterialSlots) == 0x000000, "Member 'FNDIStaticMeshSectionFilter::AllowedMaterialSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000040, "Wrong size on FNiagaraDataSetCompiledData"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, Variables) == 0x000000, "Member 'FNiagaraDataSetCompiledData::Variables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, VariableLayouts) == 0x000010, "Member 'FNiagaraDataSetCompiledData::VariableLayouts' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, ID) == 0x000020, "Member 'FNiagaraDataSetCompiledData::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalFloatComponents) == 0x00002C, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x00003C, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FNiagaraOutlinerCaptureSettings \ static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraWildcard \ static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ #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_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_FNiagaraDebugHudTextOptions \ static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000004, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000010, "Wrong size on FNiagaraDebugHudTextOptions"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, Font) == 0x000000, "Member 'FNiagaraDebugHudTextOptions::Font' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, HorizontalAlignment) == 0x000004, "Member 'FNiagaraDebugHudTextOptions::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, VerticalAlignment) == 0x000005, "Member 'FNiagaraDebugHudTextOptions::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, ScreenOffset) == 0x000008, "Member 'FNiagaraDebugHudTextOptions::ScreenOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 0x0000E0, "Wrong size on FNiagaraDebugHUDSettingsData"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000028, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000040, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000058, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x00006C, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000070, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x000074, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000075, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x000076, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x000099, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000C1, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x0000C4, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x0000C8, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x0000C9, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x0000CC, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x0000D0, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x0000D4, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000048, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000024, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000028, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000040, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerSystemData \ static_assert(alignof(FNiagaraOutlinerSystemData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemData"); \ static_assert(sizeof(FNiagaraOutlinerSystemData) == 0x000030, "Wrong size on FNiagaraOutlinerSystemData"); \ static_assert(offsetof(FNiagaraOutlinerSystemData, SystemInstances) == 0x000000, "Member 'FNiagaraOutlinerSystemData::SystemInstances' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerFrameTime) == 0x000010, "Member 'FNiagaraOutlinerSystemData::AveragePerFrameTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerFrameTime) == 0x000018, "Member 'FNiagaraOutlinerSystemData::MaxPerFrameTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerInstanceTime) == 0x000020, "Member 'FNiagaraOutlinerSystemData::AveragePerInstanceTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerInstanceTime) == 0x000028, "Member 'FNiagaraOutlinerSystemData::MaxPerInstanceTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerWorldData \ static_assert(alignof(FNiagaraOutlinerWorldData) == 0x000008, "Wrong alignment on FNiagaraOutlinerWorldData"); \ static_assert(sizeof(FNiagaraOutlinerWorldData) == 0x000068, "Wrong size on FNiagaraOutlinerWorldData"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, Systems) == 0x000000, "Member 'FNiagaraOutlinerWorldData::Systems' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, bHasBegunPlay) == 0x000050, "Member 'FNiagaraOutlinerWorldData::bHasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, WorldType) == 0x000051, "Member 'FNiagaraOutlinerWorldData::WorldType' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, NetMode) == 0x000052, "Member 'FNiagaraOutlinerWorldData::NetMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, AveragePerFrameTime) == 0x000054, "Member 'FNiagaraOutlinerWorldData::AveragePerFrameTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerWorldData, MaxPerFrameTime) == 0x00005C, "Member 'FNiagaraOutlinerWorldData::MaxPerFrameTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerData \ static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNiagaraOutlinerData"); \ static_assert(sizeof(FNiagaraOutlinerData) == 0x000050, "Wrong size on FNiagaraOutlinerData"); \ static_assert(offsetof(FNiagaraOutlinerData, WorldData) == 0x000000, "Member 'FNiagaraOutlinerData::WorldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ static_assert(offsetof(FNiagaraDebuggerOutlinerUpdate, OutlinerData) == 0x000000, "Member 'FNiagaraDebuggerOutlinerUpdate::OutlinerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraNumeric \ static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterScalabilitySettingsArray \ static_assert(alignof(FNiagaraEmitterScalabilitySettingsArray) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilitySettingsArray"); \ static_assert(sizeof(FNiagaraEmitterScalabilitySettingsArray) == 0x000010, "Wrong size on FNiagaraEmitterScalabilitySettingsArray"); \ static_assert(offsetof(FNiagaraEmitterScalabilitySettingsArray, Settings) == 0x000000, "Member 'FNiagaraEmitterScalabilitySettingsArray::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettings \ static_assert(alignof(FNiagaraSystemScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettings"); \ static_assert(sizeof(FNiagaraSystemScalabilitySettings) == 0x000048, "Wrong size on FNiagaraSystemScalabilitySettings"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraSystemScalabilitySettings::Platforms' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxDistance) == 0x000034, "Member 'FNiagaraSystemScalabilitySettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxInstances) == 0x000038, "Member 'FNiagaraSystemScalabilitySettings::MaxInstances' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemInstances) == 0x00003C, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemInstances' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxTimeWithoutRender) == 0x000040, "Member 'FNiagaraSystemScalabilitySettings::MaxTimeWithoutRender' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxGlobalBudgetUsage) == 0x000044, "Member 'FNiagaraSystemScalabilitySettings::MaxGlobalBudgetUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverride \ static_assert(alignof(FNiagaraSystemScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverride"); \ static_assert(sizeof(FNiagaraSystemScalabilityOverride) == 0x000050, "Wrong size on FNiagaraSystemScalabilityOverride"); \ #define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverrides \ static_assert(alignof(FNiagaraSystemScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverrides"); \ static_assert(sizeof(FNiagaraSystemScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraSystemScalabilityOverrides"); \ static_assert(offsetof(FNiagaraSystemScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraSystemScalabilityOverrides::Overrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettingsArray \ static_assert(alignof(FNiagaraSystemScalabilitySettingsArray) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettingsArray"); \ static_assert(sizeof(FNiagaraSystemScalabilitySettingsArray) == 0x000010, "Wrong size on FNiagaraSystemScalabilitySettingsArray"); \ static_assert(offsetof(FNiagaraSystemScalabilitySettingsArray, Settings) == 0x000000, "Member 'FNiagaraSystemScalabilitySettingsArray::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDetailsLevelScaleOverrides \ static_assert(alignof(FNiagaraDetailsLevelScaleOverrides) == 0x000004, "Wrong alignment on FNiagaraDetailsLevelScaleOverrides"); \ static_assert(sizeof(FNiagaraDetailsLevelScaleOverrides) == 0x000014, "Wrong size on FNiagaraDetailsLevelScaleOverrides"); \ static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Low) == 0x000000, "Member 'FNiagaraDetailsLevelScaleOverrides::Low' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Medium) == 0x000004, "Member 'FNiagaraDetailsLevelScaleOverrides::Medium' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, High) == 0x000008, "Member 'FNiagaraDetailsLevelScaleOverrides::High' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Epic) == 0x00000C, "Member 'FNiagaraDetailsLevelScaleOverrides::Epic' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Cine) == 0x000010, "Member 'FNiagaraDetailsLevelScaleOverrides::Cine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEventReceiverProperties \ static_assert(alignof(FNiagaraEventReceiverProperties) == 0x000004, "Wrong alignment on FNiagaraEventReceiverProperties"); \ static_assert(sizeof(FNiagaraEventReceiverProperties) == 0x000018, "Wrong size on FNiagaraEventReceiverProperties"); \ static_assert(offsetof(FNiagaraEventReceiverProperties, Name) == 0x000000, "Member 'FNiagaraEventReceiverProperties::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEventGenerator) == 0x000008, "Member 'FNiagaraEventReceiverProperties::SourceEventGenerator' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEmitter) == 0x000010, "Member 'FNiagaraEventReceiverProperties::SourceEmitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEventGeneratorProperties \ static_assert(alignof(FNiagaraEventGeneratorProperties) == 0x000008, "Wrong alignment on FNiagaraEventGeneratorProperties"); \ static_assert(sizeof(FNiagaraEventGeneratorProperties) == 0x000050, "Wrong size on FNiagaraEventGeneratorProperties"); \ static_assert(offsetof(FNiagaraEventGeneratorProperties, MaxEventsPerFrame) == 0x000000, "Member 'FNiagaraEventGeneratorProperties::MaxEventsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventGeneratorProperties, ID) == 0x000004, "Member 'FNiagaraEventGeneratorProperties::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventGeneratorProperties, DataSetCompiledData) == 0x000010, "Member 'FNiagaraEventGeneratorProperties::DataSetCompiledData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterScriptProperties \ static_assert(alignof(FNiagaraEmitterScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEmitterScriptProperties"); \ static_assert(sizeof(FNiagaraEmitterScriptProperties) == 0x000028, "Wrong size on FNiagaraEmitterScriptProperties"); \ static_assert(offsetof(FNiagaraEmitterScriptProperties, Script) == 0x000000, "Member 'FNiagaraEmitterScriptProperties::Script' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterScriptProperties, EventReceivers) == 0x000008, "Member 'FNiagaraEmitterScriptProperties::EventReceivers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterScriptProperties, EventGenerators) == 0x000018, "Member 'FNiagaraEmitterScriptProperties::EventGenerators' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEventScriptProperties \ static_assert(alignof(FNiagaraEventScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEventScriptProperties"); \ static_assert(sizeof(FNiagaraEventScriptProperties) == 0x000058, "Wrong size on FNiagaraEventScriptProperties"); \ static_assert(offsetof(FNiagaraEventScriptProperties, ExecutionMode) == 0x000028, "Member 'FNiagaraEventScriptProperties::ExecutionMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, SpawnNumber) == 0x00002C, "Member 'FNiagaraEventScriptProperties::SpawnNumber' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, MaxEventsPerFrame) == 0x000030, "Member 'FNiagaraEventScriptProperties::MaxEventsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, SourceEmitterID) == 0x000034, "Member 'FNiagaraEventScriptProperties::SourceEmitterID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, SourceEventName) == 0x000044, "Member 'FNiagaraEventScriptProperties::SourceEventName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, bRandomSpawnNumber) == 0x00004C, "Member 'FNiagaraEventScriptProperties::bRandomSpawnNumber' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEventScriptProperties, MinSpawnNumber) == 0x000050, "Member 'FNiagaraEventScriptProperties::MinSpawnNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterHandle \ static_assert(alignof(FNiagaraEmitterHandle) == 0x000008, "Wrong alignment on FNiagaraEmitterHandle"); \ static_assert(sizeof(FNiagaraEmitterHandle) == 0x000030, "Wrong size on FNiagaraEmitterHandle"); \ static_assert(offsetof(FNiagaraEmitterHandle, ID) == 0x000000, "Member 'FNiagaraEmitterHandle::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterHandle, IdName) == 0x000010, "Member 'FNiagaraEmitterHandle::IdName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterHandle, bIsEnabled) == 0x000018, "Member 'FNiagaraEmitterHandle::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterHandle, Name) == 0x00001C, "Member 'FNiagaraEmitterHandle::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterHandle, Instance) == 0x000028, "Member 'FNiagaraEmitterHandle::Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCollisionEventPayload \ static_assert(alignof(FNiagaraCollisionEventPayload) == 0x000004, "Wrong alignment on FNiagaraCollisionEventPayload"); \ static_assert(sizeof(FNiagaraCollisionEventPayload) == 0x00002C, "Wrong size on FNiagaraCollisionEventPayload"); \ static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionPos) == 0x000000, "Member 'FNiagaraCollisionEventPayload::CollisionPos' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionNormal) == 0x00000C, "Member 'FNiagaraCollisionEventPayload::CollisionNormal' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionVelocity) == 0x000018, "Member 'FNiagaraCollisionEventPayload::CollisionVelocity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCollisionEventPayload, ParticleIndex) == 0x000024, "Member 'FNiagaraCollisionEventPayload::ParticleIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCollisionEventPayload, PhysicalMaterialIndex) == 0x000028, "Member 'FNiagaraCollisionEventPayload::PhysicalMaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMeshRendererMeshProperties \ static_assert(alignof(FNiagaraMeshRendererMeshProperties) == 0x000008, "Wrong alignment on FNiagaraMeshRendererMeshProperties"); \ static_assert(sizeof(FNiagaraMeshRendererMeshProperties) == 0x000028, "Wrong size on FNiagaraMeshRendererMeshProperties"); \ static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Mesh) == 0x000000, "Member 'FNiagaraMeshRendererMeshProperties::Mesh' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Scale) == 0x000008, "Member 'FNiagaraMeshRendererMeshProperties::Scale' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffset) == 0x000014, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffsetSpace) == 0x000020, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffsetSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMeshMaterialOverride \ static_assert(alignof(FNiagaraMeshMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMeshMaterialOverride"); \ static_assert(sizeof(FNiagaraMeshMaterialOverride) == 0x000028, "Wrong size on FNiagaraMeshMaterialOverride"); \ static_assert(offsetof(FNiagaraMeshMaterialOverride, ExplicitMat) == 0x000000, "Member 'FNiagaraMeshMaterialOverride::ExplicitMat' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMeshMaterialOverride, UserParamBinding) == 0x000008, "Member 'FNiagaraMeshMaterialOverride::UserParamBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParameterDefinitionsSubscription \ static_assert(alignof(FParameterDefinitionsSubscription) == 0x000001, "Wrong alignment on FParameterDefinitionsSubscription"); \ static_assert(sizeof(FParameterDefinitionsSubscription) == 0x000001, "Wrong size on FParameterDefinitionsSubscription"); \ #define DUMPER7_ASSERTS_FNiagaraVariableWithOffset \ static_assert(alignof(FNiagaraVariableWithOffset) == 0x000004, "Wrong alignment on FNiagaraVariableWithOffset"); \ static_assert(sizeof(FNiagaraVariableWithOffset) == 0x000010, "Wrong size on FNiagaraVariableWithOffset"); \ static_assert(offsetof(FNiagaraVariableWithOffset, Offset) == 0x00000C, "Member 'FNiagaraVariableWithOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraParameterStore \ static_assert(alignof(FNiagaraParameterStore) == 0x000008, "Wrong alignment on FNiagaraParameterStore"); \ static_assert(sizeof(FNiagaraParameterStore) == 0x000078, "Wrong size on FNiagaraParameterStore"); \ static_assert(offsetof(FNiagaraParameterStore, Owner) == 0x000008, "Member 'FNiagaraParameterStore::Owner' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterStore, SortedParameterOffsets) == 0x000010, "Member 'FNiagaraParameterStore::SortedParameterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterStore, ParameterData) == 0x000020, "Member 'FNiagaraParameterStore::ParameterData' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterStore, DataInterfaces) == 0x000030, "Member 'FNiagaraParameterStore::DataInterfaces' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterStore, UObjects) == 0x000040, "Member 'FNiagaraParameterStore::UObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraBoundParameter \ static_assert(alignof(FNiagaraBoundParameter) == 0x000008, "Wrong alignment on FNiagaraBoundParameter"); \ static_assert(sizeof(FNiagaraBoundParameter) == 0x000028, "Wrong size on FNiagaraBoundParameter"); \ static_assert(offsetof(FNiagaraBoundParameter, Parameter) == 0x000000, "Member 'FNiagaraBoundParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraBoundParameter, SrcOffset) == 0x000020, "Member 'FNiagaraBoundParameter::SrcOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraBoundParameter, DestOffset) == 0x000024, "Member 'FNiagaraBoundParameter::DestOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraRibbonUVSettings \ static_assert(alignof(FNiagaraRibbonUVSettings) == 0x000004, "Wrong alignment on FNiagaraRibbonUVSettings"); \ static_assert(sizeof(FNiagaraRibbonUVSettings) == 0x000024, "Wrong size on FNiagaraRibbonUVSettings"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, DistributionMode) == 0x000000, "Member 'FNiagaraRibbonUVSettings::DistributionMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, LeadingEdgeMode) == 0x000004, "Member 'FNiagaraRibbonUVSettings::LeadingEdgeMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, TrailingEdgeMode) == 0x000008, "Member 'FNiagaraRibbonUVSettings::TrailingEdgeMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, TilingLength) == 0x00000C, "Member 'FNiagaraRibbonUVSettings::TilingLength' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, Offset) == 0x000010, "Member 'FNiagaraRibbonUVSettings::Offset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, Scale) == 0x000018, "Member 'FNiagaraRibbonUVSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleUOverride) == 0x000020, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleUOverride' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleVRangeOverride) == 0x000021, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleVRangeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraRibbonShapeCustomVertex \ static_assert(alignof(FNiagaraRibbonShapeCustomVertex) == 0x000004, "Wrong alignment on FNiagaraRibbonShapeCustomVertex"); \ static_assert(sizeof(FNiagaraRibbonShapeCustomVertex) == 0x000014, "Wrong size on FNiagaraRibbonShapeCustomVertex"); \ static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, Position) == 0x000000, "Member 'FNiagaraRibbonShapeCustomVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, Normal) == 0x000008, "Member 'FNiagaraRibbonShapeCustomVertex::Normal' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, TextureV) == 0x000010, "Member 'FNiagaraRibbonShapeCustomVertex::TextureV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScalabilityManager \ static_assert(alignof(FNiagaraScalabilityManager) == 0x000008, "Wrong alignment on FNiagaraScalabilityManager"); \ static_assert(sizeof(FNiagaraScalabilityManager) == 0x000070, "Wrong size on FNiagaraScalabilityManager"); \ static_assert(offsetof(FNiagaraScalabilityManager, EffectType) == 0x000000, "Member 'FNiagaraScalabilityManager::EffectType' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScalabilityManager, ManagedComponents) == 0x000008, "Member 'FNiagaraScalabilityManager::ManagedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVersionedNiagaraScriptData \ static_assert(alignof(FVersionedNiagaraScriptData) == 0x000001, "Wrong alignment on FVersionedNiagaraScriptData"); \ static_assert(sizeof(FVersionedNiagaraScriptData) == 0x000001, "Wrong size on FVersionedNiagaraScriptData"); \ #define DUMPER7_ASSERTS_FNiagaraCompilerTag \ static_assert(alignof(FNiagaraCompilerTag) == 0x000008, "Wrong alignment on FNiagaraCompilerTag"); \ static_assert(sizeof(FNiagaraCompilerTag) == 0x000030, "Wrong size on FNiagaraCompilerTag"); \ static_assert(offsetof(FNiagaraCompilerTag, Variable) == 0x000000, "Member 'FNiagaraCompilerTag::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompilerTag, StringValue) == 0x000020, "Member 'FNiagaraCompilerTag::StringValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ static_assert(sizeof(FNiagaraVMExecutableData) == 0x0000F0, "Wrong size on FNiagaraVMExecutableData"); \ static_assert(offsetof(FNiagaraVMExecutableData, ByteCode) == 0x000000, "Member 'FNiagaraVMExecutableData::ByteCode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, OptimizedByteCode) == 0x000010, "Member 'FNiagaraVMExecutableData::OptimizedByteCode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, NumTempRegisters) == 0x000020, "Member 'FNiagaraVMExecutableData::NumTempRegisters' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, NumUserPtrs) == 0x000024, "Member 'FNiagaraVMExecutableData::NumUserPtrs' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, CompileTags) == 0x000028, "Member 'FNiagaraVMExecutableData::CompileTags' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, ScriptLiterals) == 0x000038, "Member 'FNiagaraVMExecutableData::ScriptLiterals' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, Attributes) == 0x000048, "Member 'FNiagaraVMExecutableData::Attributes' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, DataUsage) == 0x000058, "Member 'FNiagaraVMExecutableData::DataUsage' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, DataInterfaceInfo) == 0x000060, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x000070, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x000090, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000A0, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x0000B0, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, DIParamInfo) == 0x0000C0, "Member 'FNiagaraVMExecutableData::DIParamInfo' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x0000D0, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x0000D8, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVMExecutableDataId \ static_assert(alignof(FNiagaraVMExecutableDataId) == 0x000008, "Wrong alignment on FNiagaraVMExecutableDataId"); \ static_assert(sizeof(FNiagaraVMExecutableDataId) == 0x000058, "Wrong size on FNiagaraVMExecutableDataId"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, CompilerVersionID) == 0x000000, "Member 'FNiagaraVMExecutableDataId::CompilerVersionID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageType) == 0x000010, "Member 'FNiagaraVMExecutableDataId::ScriptUsageType' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageTypeID) == 0x000014, "Member 'FNiagaraVMExecutableDataId::ScriptUsageTypeID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptID) == 0x000028, "Member 'FNiagaraVMExecutableDataId::BaseScriptID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptCompileHash) == 0x000038, "Member 'FNiagaraVMExecutableDataId::BaseScriptCompileHash' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptVersionID) == 0x000048, "Member 'FNiagaraVMExecutableDataId::ScriptVersionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraModuleDependency \ static_assert(alignof(FNiagaraModuleDependency) == 0x000008, "Wrong alignment on FNiagaraModuleDependency"); \ static_assert(sizeof(FNiagaraModuleDependency) == 0x000028, "Wrong size on FNiagaraModuleDependency"); \ static_assert(offsetof(FNiagaraModuleDependency, ID) == 0x000000, "Member 'FNiagaraModuleDependency::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraModuleDependency, Type) == 0x000008, "Member 'FNiagaraModuleDependency::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraModuleDependency, ScriptConstraint) == 0x000009, "Member 'FNiagaraModuleDependency::ScriptConstraint' has a wrong offset!"); \ static_assert(offsetof(FNiagaraModuleDependency, Description) == 0x000010, "Member 'FNiagaraModuleDependency::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptInstanceParameterStore \ static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000088, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ #define DUMPER7_ASSERTS_FNiagaraScriptExecutionParameterStore \ static_assert(alignof(FNiagaraScriptExecutionParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptExecutionParameterStore"); \ static_assert(sizeof(FNiagaraScriptExecutionParameterStore) == 0x000098, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000078, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddedParameterSize) == 0x00007C, "Member 'FNiagaraScriptExecutionParameterStore::PaddedParameterSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddingInfo) == 0x000080, "Member 'FNiagaraScriptExecutionParameterStore::PaddingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ static_assert(sizeof(FNiagaraScriptHighlight) == 0x000028, "Wrong size on FNiagaraScriptHighlight"); \ static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000090, "Wrong size on FEmitterCompiledScriptPair"); \ #define DUMPER7_ASSERTS_FNiagaraParameterDataSetBinding \ static_assert(alignof(FNiagaraParameterDataSetBinding) == 0x000004, "Wrong alignment on FNiagaraParameterDataSetBinding"); \ static_assert(sizeof(FNiagaraParameterDataSetBinding) == 0x000008, "Wrong size on FNiagaraParameterDataSetBinding"); \ static_assert(offsetof(FNiagaraParameterDataSetBinding, ParameterOffset) == 0x000000, "Member 'FNiagaraParameterDataSetBinding::ParameterOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterDataSetBinding, DataSetComponentOffset) == 0x000004, "Member 'FNiagaraParameterDataSetBinding::DataSetComponentOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraParameterDataSetBindingCollection \ static_assert(alignof(FNiagaraParameterDataSetBindingCollection) == 0x000008, "Wrong alignment on FNiagaraParameterDataSetBindingCollection"); \ static_assert(sizeof(FNiagaraParameterDataSetBindingCollection) == 0x000020, "Wrong size on FNiagaraParameterDataSetBindingCollection"); \ static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, FloatOffsets) == 0x000000, "Member 'FNiagaraParameterDataSetBindingCollection::FloatOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, Int32Offsets) == 0x000010, "Member 'FNiagaraParameterDataSetBindingCollection::Int32Offsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ static_assert(sizeof(FNiagaraSystemCompiledData) == 0x000218, "Wrong size on FNiagaraSystemCompiledData"); \ static_assert(offsetof(FNiagaraSystemCompiledData, InstanceParamStore) == 0x000000, "Member 'FNiagaraSystemCompiledData::InstanceParamStore' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, DataSetCompiledData) == 0x000078, "Member 'FNiagaraSystemCompiledData::DataSetCompiledData' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceParamsDataSetCompiledData) == 0x0000B8, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x0000F8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000138, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000158, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x000178, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x000198, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001A8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001C8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x0001E8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000208, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterCompiledData \ static_assert(alignof(FNiagaraEmitterCompiledData) == 0x000008, "Wrong alignment on FNiagaraEmitterCompiledData"); \ static_assert(sizeof(FNiagaraEmitterCompiledData) == 0x000130, "Wrong size on FNiagaraEmitterCompiledData"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, SpawnAttributes) == 0x000000, "Member 'FNiagaraEmitterCompiledData::SpawnAttributes' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnIntervalVar) == 0x000010, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnIntervalVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInterpSpawnStartDTVar) == 0x000030, "Member 'FNiagaraEmitterCompiledData::EmitterInterpSpawnStartDTVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnGroupVar) == 0x000050, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnGroupVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterAgeVar) == 0x000070, "Member 'FNiagaraEmitterCompiledData::EmitterAgeVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterRandomSeedVar) == 0x000090, "Member 'FNiagaraEmitterCompiledData::EmitterRandomSeedVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInstanceSeedVar) == 0x0000B0, "Member 'FNiagaraEmitterCompiledData::EmitterInstanceSeedVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterTotalSpawnedParticlesVar) == 0x0000D0, "Member 'FNiagaraEmitterCompiledData::EmitterTotalSpawnedParticlesVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterCompiledData, DataSetCompiledData) == 0x0000F0, "Member 'FNiagaraEmitterCompiledData::DataSetCompiledData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraVariableMetaData \ static_assert(alignof(FNiagaraVariableMetaData) == 0x000008, "Wrong alignment on FNiagaraVariableMetaData"); \ static_assert(sizeof(FNiagaraVariableMetaData) == 0x0000E0, "Wrong size on FNiagaraVariableMetaData"); \ static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000018, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000030, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000034, "Member 'FNiagaraVariableMetaData::EditorSortPriority' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000038, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000040, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x000058, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x000070, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x0000C0, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x0000C8, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x0000D8, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x0000DC, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileHashVisitorDebugInfo \ static_assert(alignof(FNiagaraCompileHashVisitorDebugInfo) == 0x000008, "Wrong alignment on FNiagaraCompileHashVisitorDebugInfo"); \ static_assert(sizeof(FNiagaraCompileHashVisitorDebugInfo) == 0x000030, "Wrong size on FNiagaraCompileHashVisitorDebugInfo"); \ static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, Object) == 0x000000, "Member 'FNiagaraCompileHashVisitorDebugInfo::Object' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyKeys) == 0x000010, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyKeys' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyValues) == 0x000020, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraID \ static_assert(alignof(FNiagaraID) == 0x000004, "Wrong alignment on FNiagaraID"); \ static_assert(sizeof(FNiagaraID) == 0x000008, "Wrong size on FNiagaraID"); \ static_assert(offsetof(FNiagaraID, Index) == 0x000000, "Member 'FNiagaraID::Index' has a wrong offset!"); \ static_assert(offsetof(FNiagaraID, AcquireTag) == 0x000004, "Member 'FNiagaraID::AcquireTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSpawnInfo \ static_assert(alignof(FNiagaraSpawnInfo) == 0x000004, "Wrong alignment on FNiagaraSpawnInfo"); \ static_assert(sizeof(FNiagaraSpawnInfo) == 0x000010, "Wrong size on FNiagaraSpawnInfo"); \ static_assert(offsetof(FNiagaraSpawnInfo, Count) == 0x000000, "Member 'FNiagaraSpawnInfo::Count' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSpawnInfo, InterpStartDt) == 0x000004, "Member 'FNiagaraSpawnInfo::InterpStartDt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSpawnInfo, IntervalDt) == 0x000008, "Member 'FNiagaraSpawnInfo::IntervalDt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSpawnInfo, SpawnGroup) == 0x00000C, "Member 'FNiagaraSpawnInfo::SpawnGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraAssetVersion \ static_assert(alignof(FNiagaraAssetVersion) == 0x000004, "Wrong alignment on FNiagaraAssetVersion"); \ static_assert(sizeof(FNiagaraAssetVersion) == 0x00001C, "Wrong size on FNiagaraAssetVersion"); \ static_assert(offsetof(FNiagaraAssetVersion, MajorVersion) == 0x000000, "Member 'FNiagaraAssetVersion::MajorVersion' has a wrong offset!"); \ static_assert(offsetof(FNiagaraAssetVersion, MinorVersion) == 0x000004, "Member 'FNiagaraAssetVersion::MinorVersion' has a wrong offset!"); \ static_assert(offsetof(FNiagaraAssetVersion, VersionGuid) == 0x000008, "Member 'FNiagaraAssetVersion::VersionGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraAssetVersion, bIsVisibleInVersionSelector) == 0x000018, "Member 'FNiagaraAssetVersion::bIsVisibleInVersionSelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraParameterMap \ static_assert(alignof(FNiagaraParameterMap) == 0x000001, "Wrong alignment on FNiagaraParameterMap"); \ static_assert(sizeof(FNiagaraParameterMap) == 0x000001, "Wrong size on FNiagaraParameterMap"); \ #define DUMPER7_ASSERTS_FNiagaraHalfVector4 \ static_assert(alignof(FNiagaraHalfVector4) == 0x000002, "Wrong alignment on FNiagaraHalfVector4"); \ static_assert(sizeof(FNiagaraHalfVector4) == 0x000008, "Wrong size on FNiagaraHalfVector4"); \ static_assert(offsetof(FNiagaraHalfVector4, X) == 0x000000, "Member 'FNiagaraHalfVector4::X' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHalfVector4, Y) == 0x000002, "Member 'FNiagaraHalfVector4::Y' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHalfVector4, Z) == 0x000004, "Member 'FNiagaraHalfVector4::Z' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHalfVector4, W) == 0x000006, "Member 'FNiagaraHalfVector4::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraHalfVector2 \ static_assert(alignof(FNiagaraHalfVector2) == 0x000002, "Wrong alignment on FNiagaraHalfVector2"); \ static_assert(sizeof(FNiagaraHalfVector2) == 0x000004, "Wrong size on FNiagaraHalfVector2"); \ static_assert(offsetof(FNiagaraHalfVector2, X) == 0x000000, "Member 'FNiagaraHalfVector2::X' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHalfVector2, Y) == 0x000002, "Member 'FNiagaraHalfVector2::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHalf \ static_assert(alignof(FNiagaraHalf) == 0x000002, "Wrong alignment on FNiagaraHalf"); \ static_assert(sizeof(FNiagaraHalf) == 0x000002, "Wrong size on FNiagaraHalf"); \ static_assert(offsetof(FNiagaraHalf, Value) == 0x000000, "Member 'FNiagaraHalf::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraBool \ static_assert(alignof(FNiagaraBool) == 0x000004, "Wrong alignment on FNiagaraBool"); \ static_assert(sizeof(FNiagaraBool) == 0x000004, "Wrong size on FNiagaraBool"); \ static_assert(offsetof(FNiagaraBool, Value) == 0x000000, "Member 'FNiagaraBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNiagaraUserRedirectionParameterStore \ static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000C8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000078, "Member 'FNiagaraUserRedirectionParameterStore::UserParameterRedirects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000030, "Wrong size on FNiagaraWorldManagerTickFunction"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterface \ static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ static_assert(sizeof(UNiagaraDataInterface) == 0x000038, "Wrong size on UNiagaraDataInterface"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceSkeletalMesh \ static_assert(alignof(UNiagaraDataInterfaceSkeletalMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSkeletalMesh"); \ static_assert(sizeof(UNiagaraDataInterfaceSkeletalMesh) == 0x0000C8, "Wrong size on UNiagaraDataInterfaceSkeletalMesh"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, Source) == 0x000040, "Member 'UNiagaraDataInterfaceSkeletalMesh::Source' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, MeshUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceSkeletalMesh::MeshUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceComponent) == 0x000068, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SkinningMode) == 0x000070, "Member 'UNiagaraDataInterfaceSkeletalMesh::SkinningMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SamplingRegions) == 0x000078, "Member 'UNiagaraDataInterfaceSkeletalMesh::SamplingRegions' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, WholeMeshLOD) == 0x000088, "Member 'UNiagaraDataInterfaceSkeletalMesh::WholeMeshLOD' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredBones) == 0x000090, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredBones' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredSockets) == 0x0000A0, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredSockets' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ExcludeBoneName) == 0x0000B0, "Member 'UNiagaraDataInterfaceSkeletalMesh::ExcludeBoneName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, UvSetIndex) == 0x0000BC, "Member 'UNiagaraDataInterfaceSkeletalMesh::UvSetIndex' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bRequireCurrentFrameData) == 0x0000C0, "Member 'UNiagaraDataInterfaceSkeletalMesh::bRequireCurrentFrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraTrack \ static_assert(alignof(UMovieSceneNiagaraTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraTrack"); \ static_assert(sizeof(UMovieSceneNiagaraTrack) == 0x0000A0, "Wrong size on UMovieSceneNiagaraTrack"); \ static_assert(offsetof(UMovieSceneNiagaraTrack, Sections) == 0x000090, "Member 'UMovieSceneNiagaraTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpline \ static_assert(alignof(UNiagaraDataInterfaceSpline) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpline"); \ static_assert(sizeof(UNiagaraDataInterfaceSpline) == 0x000060, "Wrong size on UNiagaraDataInterfaceSpline"); \ static_assert(offsetof(UNiagaraDataInterfaceSpline, Source) == 0x000038, "Member 'UNiagaraDataInterfaceSpline::Source' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceSpline, SplineUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceSpline::SplineUserParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraParameterTrack \ static_assert(alignof(UMovieSceneNiagaraParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraParameterTrack) == 0x0000C0, "Wrong size on UMovieSceneNiagaraParameterTrack"); \ static_assert(offsetof(UMovieSceneNiagaraParameterTrack, Parameter) == 0x0000A0, "Member 'UMovieSceneNiagaraParameterTrack::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraBoolParameterTrack \ static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x0000F8, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x0000E8, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x0000EC, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x0000F0, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x0000F4, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemTrack \ static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x0000A8, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraVectorParameterTrack \ static_assert(alignof(UMovieSceneNiagaraVectorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraVectorParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraVectorParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraVectorParameterTrack"); \ static_assert(offsetof(UMovieSceneNiagaraVectorParameterTrack, ChannelsUsed) == 0x0000C8, "Member 'UMovieSceneNiagaraVectorParameterTrack::ChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraActor_OnNiagaraSystemFinished \ static_assert(alignof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraActor_OnNiagaraSystemFinished"); \ static_assert(sizeof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraActor_OnNiagaraSystemFinished"); \ static_assert(offsetof(NiagaraActor_OnNiagaraSystemFinished, FinishedComponent) == 0x000000, "Member 'NiagaraActor_OnNiagaraSystemFinished::FinishedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraActor_SetDestroyOnSystemFinish \ static_assert(alignof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_SetDestroyOnSystemFinish"); \ static_assert(sizeof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_SetDestroyOnSystemFinish"); \ static_assert(offsetof(NiagaraActor_SetDestroyOnSystemFinish, bShouldDestroyOnSystemFinish) == 0x000000, "Member 'NiagaraActor_SetDestroyOnSystemFinish::bShouldDestroyOnSystemFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraActor \ static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ static_assert(sizeof(ANiagaraActor) == 0x000230, "Wrong size on ANiagaraActor"); \ static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000220, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraBakerSettings \ static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ static_assert(sizeof(UNiagaraBakerSettings) == 0x000118, "Wrong size on UNiagaraBakerSettings"); \ static_assert(offsetof(UNiagaraBakerSettings, StartSeconds) == 0x000028, "Member 'UNiagaraBakerSettings::StartSeconds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, DurationSeconds) == 0x00002C, "Member 'UNiagaraBakerSettings::DurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, FramesPerSecond) == 0x000030, "Member 'UNiagaraBakerSettings::FramesPerSecond' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, FramesPerDimension) == 0x000038, "Member 'UNiagaraBakerSettings::FramesPerDimension' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, OutputTextures) == 0x000040, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000050, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x000054, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x0000A8, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x0000FC, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x000100, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x000104, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x00010C, "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_GetDataInterface \ static_assert(alignof(NiagaraComponent_GetDataInterface) == 0x000008, "Wrong alignment on NiagaraComponent_GetDataInterface"); \ static_assert(sizeof(NiagaraComponent_GetDataInterface) == 0x000018, "Wrong size on NiagaraComponent_GetDataInterface"); \ static_assert(offsetof(NiagaraComponent_GetDataInterface, Name_0) == 0x000000, "Member 'NiagaraComponent_GetDataInterface::Name_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetDataInterface, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetDataInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticlePositions_DebugOnly \ static_assert(alignof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ static_assert(sizeof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::InEmitterName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValues_DebugOnly \ static_assert(alignof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InEmitterName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InValueName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly \ static_assert(alignof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InEmitterName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InValueName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SeekToDesiredAge \ static_assert(alignof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SeekToDesiredAge"); \ static_assert(sizeof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SeekToDesiredAge"); \ static_assert(offsetof(NiagaraComponent_SeekToDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SeekToDesiredAge::InDesiredAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetAgeUpdateMode \ static_assert(alignof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetAgeUpdateMode"); \ static_assert(sizeof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_SetAgeUpdateMode"); \ static_assert(offsetof(NiagaraComponent_SetAgeUpdateMode, InAgeUpdateMode) == 0x000000, "Member 'NiagaraComponent_SetAgeUpdateMode::InAgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetAllowScalability \ static_assert(alignof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_SetAllowScalability"); \ static_assert(sizeof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_SetAllowScalability"); \ static_assert(offsetof(NiagaraComponent_SetAllowScalability, bAllow) == 0x000000, "Member 'NiagaraComponent_SetAllowScalability::bAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetAsset \ static_assert(alignof(NiagaraComponent_SetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_SetAsset"); \ static_assert(sizeof(NiagaraComponent_SetAsset) == 0x000010, "Wrong size on NiagaraComponent_SetAsset"); \ static_assert(offsetof(NiagaraComponent_SetAsset, InAsset) == 0x000000, "Member 'NiagaraComponent_SetAsset::InAsset' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetAsset, bResetExistingOverrideParameters) == 0x000008, "Member 'NiagaraComponent_SetAsset::bResetExistingOverrideParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetAutoDestroy \ static_assert(alignof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong alignment on NiagaraComponent_SetAutoDestroy"); \ static_assert(sizeof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong size on NiagaraComponent_SetAutoDestroy"); \ static_assert(offsetof(NiagaraComponent_SetAutoDestroy, bInAutoDestroy) == 0x000000, "Member 'NiagaraComponent_SetAutoDestroy::bInAutoDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetCanRenderWhileSeeking \ static_assert(alignof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong alignment on NiagaraComponent_SetCanRenderWhileSeeking"); \ static_assert(sizeof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong size on NiagaraComponent_SetCanRenderWhileSeeking"); \ static_assert(offsetof(NiagaraComponent_SetCanRenderWhileSeeking, bInCanRenderWhileSeeking) == 0x000000, "Member 'NiagaraComponent_SetCanRenderWhileSeeking::bInCanRenderWhileSeeking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetDesiredAge \ static_assert(alignof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SetDesiredAge"); \ static_assert(sizeof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SetDesiredAge"); \ static_assert(offsetof(NiagaraComponent_SetDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SetDesiredAge::InDesiredAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetForceSolo \ static_assert(alignof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceSolo"); \ static_assert(sizeof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_SetForceSolo"); \ static_assert(offsetof(NiagaraComponent_SetForceSolo, bInForceSolo) == 0x000000, "Member 'NiagaraComponent_SetForceSolo::bInForceSolo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetGpuComputeDebug \ static_assert(alignof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong alignment on NiagaraComponent_SetGpuComputeDebug"); \ static_assert(sizeof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong size on NiagaraComponent_SetGpuComputeDebug"); \ static_assert(offsetof(NiagaraComponent_SetGpuComputeDebug, bEnableDebug) == 0x000000, "Member 'NiagaraComponent_SetGpuComputeDebug::bEnableDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta \ static_assert(alignof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ static_assert(sizeof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ static_assert(offsetof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta, bLock) == 0x000000, "Member 'NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta::bLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetMaxSimTime \ static_assert(alignof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_SetMaxSimTime"); \ static_assert(sizeof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_SetMaxSimTime"); \ static_assert(offsetof(NiagaraComponent_SetMaxSimTime, InMaxTime) == 0x000000, "Member 'NiagaraComponent_SetMaxSimTime::InMaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableActor \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableActor"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableActor) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableActor"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableActor::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, Actor) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableBool \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableBool) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableBool"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableBool) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableBool"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableBool::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableBool::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableFloat \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableFloat"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableFloat"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableInt \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableInt) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableInt"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableInt) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableInt"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableInt::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableInt::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableLinearColor \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableLinearColor"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableLinearColor"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableObject \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableObject"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableObject) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableObject"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableObject::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, Object) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableQuat \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableQuat"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableQuat"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec2 \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec2"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableVec2"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec3 \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec3"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec3"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec4 \ static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec4"); \ static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec4"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetPaused \ static_assert(alignof(NiagaraComponent_SetPaused) == 0x000001, "Wrong alignment on NiagaraComponent_SetPaused"); \ static_assert(sizeof(NiagaraComponent_SetPaused) == 0x000001, "Wrong size on NiagaraComponent_SetPaused"); \ static_assert(offsetof(NiagaraComponent_SetPaused, bInPaused) == 0x000000, "Member 'NiagaraComponent_SetPaused::bInPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetPreviewLODDistance \ static_assert(alignof(NiagaraComponent_SetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_SetPreviewLODDistance"); \ static_assert(sizeof(NiagaraComponent_SetPreviewLODDistance) == 0x000008, "Wrong size on NiagaraComponent_SetPreviewLODDistance"); \ static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, bEnablePreviewLODDistance) == 0x000000, "Member 'NiagaraComponent_SetPreviewLODDistance::bEnablePreviewLODDistance' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewLODDistance) == 0x000004, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewLODDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetRandomSeedOffset \ static_assert(alignof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_SetRandomSeedOffset"); \ static_assert(sizeof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_SetRandomSeedOffset"); \ static_assert(offsetof(NiagaraComponent_SetRandomSeedOffset, NewRandomSeedOffset) == 0x000000, "Member 'NiagaraComponent_SetRandomSeedOffset::NewRandomSeedOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetRenderingEnabled \ static_assert(alignof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_SetRenderingEnabled"); \ static_assert(sizeof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong size on NiagaraComponent_SetRenderingEnabled"); \ static_assert(offsetof(NiagaraComponent_SetRenderingEnabled, bInRenderingEnabled) == 0x000000, "Member 'NiagaraComponent_SetRenderingEnabled::bInRenderingEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetSeekDelta \ static_assert(alignof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_SetSeekDelta"); \ static_assert(sizeof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_SetSeekDelta"); \ static_assert(offsetof(NiagaraComponent_SetSeekDelta, InSeekDelta) == 0x000000, "Member 'NiagaraComponent_SetSeekDelta::InSeekDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetTickBehavior \ static_assert(alignof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_SetTickBehavior"); \ static_assert(sizeof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_SetTickBehavior"); \ static_assert(offsetof(NiagaraComponent_SetTickBehavior, NewTickBehavior) == 0x000000, "Member 'NiagaraComponent_SetTickBehavior::NewTickBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableActor \ static_assert(alignof(NiagaraComponent_SetVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableActor"); \ static_assert(sizeof(NiagaraComponent_SetVariableActor) == 0x000010, "Wrong size on NiagaraComponent_SetVariableActor"); \ static_assert(offsetof(NiagaraComponent_SetVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableActor::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableActor, Actor) == 0x000008, "Member 'NiagaraComponent_SetVariableActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableBool \ static_assert(alignof(NiagaraComponent_SetVariableBool) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableBool"); \ static_assert(sizeof(NiagaraComponent_SetVariableBool) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableBool"); \ static_assert(offsetof(NiagaraComponent_SetVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableBool::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableBool, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableBool::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableFloat \ static_assert(alignof(NiagaraComponent_SetVariableFloat) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableFloat"); \ static_assert(sizeof(NiagaraComponent_SetVariableFloat) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableFloat"); \ static_assert(offsetof(NiagaraComponent_SetVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableFloat::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableFloat, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableFloat::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableInt \ static_assert(alignof(NiagaraComponent_SetVariableInt) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableInt"); \ static_assert(sizeof(NiagaraComponent_SetVariableInt) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableInt"); \ static_assert(offsetof(NiagaraComponent_SetVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableInt::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableInt, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableInt::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableLinearColor \ static_assert(alignof(NiagaraComponent_SetVariableLinearColor) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableLinearColor"); \ static_assert(sizeof(NiagaraComponent_SetVariableLinearColor) == 0x000018, "Wrong size on NiagaraComponent_SetVariableLinearColor"); \ static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableLinearColor::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableLinearColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMaterial \ static_assert(alignof(NiagaraComponent_SetVariableMaterial) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableMaterial"); \ static_assert(sizeof(NiagaraComponent_SetVariableMaterial) == 0x000010, "Wrong size on NiagaraComponent_SetVariableMaterial"); \ static_assert(offsetof(NiagaraComponent_SetVariableMaterial, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMaterial::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableMaterial, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableMaterial::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableObject \ static_assert(alignof(NiagaraComponent_SetVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableObject"); \ static_assert(sizeof(NiagaraComponent_SetVariableObject) == 0x000010, "Wrong size on NiagaraComponent_SetVariableObject"); \ static_assert(offsetof(NiagaraComponent_SetVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableObject::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableObject, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableQuat \ static_assert(alignof(NiagaraComponent_SetVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableQuat"); \ static_assert(sizeof(NiagaraComponent_SetVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetVariableQuat"); \ static_assert(offsetof(NiagaraComponent_SetVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableQuat::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableQuat::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTextureRenderTarget \ static_assert(alignof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTextureRenderTarget"); \ static_assert(sizeof(NiagaraComponent_SetVariableTextureRenderTarget) == 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) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec2"); \ static_assert(sizeof(NiagaraComponent_SetVariableVec2) == 0x000010, "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) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec3"); \ static_assert(sizeof(NiagaraComponent_SetVariableVec3) == 0x000014, "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) == 0x000020, "Wrong size on NiagaraComponent_SetVariableVec4"); \ static_assert(offsetof(NiagaraComponent_SetVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec4::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableVec4::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetAgeUpdateMode \ static_assert(alignof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetAgeUpdateMode"); \ static_assert(sizeof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_GetAgeUpdateMode"); \ static_assert(offsetof(NiagaraComponent_GetAgeUpdateMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAgeUpdateMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetAsset \ static_assert(alignof(NiagaraComponent_GetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_GetAsset"); \ static_assert(sizeof(NiagaraComponent_GetAsset) == 0x000008, "Wrong size on NiagaraComponent_GetAsset"); \ static_assert(offsetof(NiagaraComponent_GetAsset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetDesiredAge \ static_assert(alignof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_GetDesiredAge"); \ static_assert(sizeof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_GetDesiredAge"); \ static_assert(offsetof(NiagaraComponent_GetDesiredAge, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetDesiredAge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetForceSolo \ static_assert(alignof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceSolo"); \ static_assert(sizeof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_GetForceSolo"); \ static_assert(offsetof(NiagaraComponent_GetForceSolo, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceSolo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta \ static_assert(alignof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ static_assert(sizeof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ static_assert(offsetof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetMaxSimTime \ static_assert(alignof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_GetMaxSimTime"); \ static_assert(sizeof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_GetMaxSimTime"); \ static_assert(offsetof(NiagaraComponent_GetMaxSimTime, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetMaxSimTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistance \ static_assert(alignof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_GetPreviewLODDistance"); \ static_assert(sizeof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong size on NiagaraComponent_GetPreviewLODDistance"); \ static_assert(offsetof(NiagaraComponent_GetPreviewLODDistance, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistanceEnabled \ static_assert(alignof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ static_assert(sizeof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong size on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ static_assert(offsetof(NiagaraComponent_GetPreviewLODDistanceEnabled, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistanceEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetRandomSeedOffset \ static_assert(alignof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_GetRandomSeedOffset"); \ static_assert(sizeof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_GetRandomSeedOffset"); \ static_assert(offsetof(NiagaraComponent_GetRandomSeedOffset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetRandomSeedOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetSeekDelta \ static_assert(alignof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_GetSeekDelta"); \ static_assert(sizeof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_GetSeekDelta"); \ static_assert(offsetof(NiagaraComponent_GetSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSeekDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_GetTickBehavior \ static_assert(alignof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_GetTickBehavior"); \ static_assert(sizeof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_GetTickBehavior"); \ static_assert(offsetof(NiagaraComponent_GetTickBehavior, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetTickBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraComponent_IsPaused \ static_assert(alignof(NiagaraComponent_IsPaused) == 0x000001, "Wrong alignment on NiagaraComponent_IsPaused"); \ static_assert(sizeof(NiagaraComponent_IsPaused) == 0x000001, "Wrong size on NiagaraComponent_IsPaused"); \ static_assert(offsetof(NiagaraComponent_IsPaused, ReturnValue) == 0x000000, "Member 'NiagaraComponent_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponent \ static_assert(alignof(UNiagaraComponent) == 0x000010, "Wrong alignment on UNiagaraComponent"); \ static_assert(sizeof(UNiagaraComponent) == 0x000600, "Wrong size on UNiagaraComponent"); \ static_assert(offsetof(UNiagaraComponent, Asset) == 0x000450, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000458, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00045C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000460, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00055C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, EmitterMaterials) == 0x000560, "Member 'UNiagaraComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000578, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000588, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x000590, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x000598, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x000599, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x00059A, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponentPool \ static_assert(alignof(UNiagaraComponentPool) == 0x000008, "Wrong alignment on UNiagaraComponentPool"); \ static_assert(sizeof(UNiagaraComponentPool) == 0x000080, "Wrong size on UNiagaraComponentPool"); \ static_assert(offsetof(UNiagaraComponentPool, WorldParticleSystemPools) == 0x000028, "Member 'UNiagaraComponentPool::WorldParticleSystemPools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraRendererProperties \ static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ static_assert(sizeof(UNiagaraRendererProperties) == 0x000078, "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) == 0x000060, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRendererProperties, bMotionBlurEnabled) == 0x000061, "Member 'UNiagaraRendererProperties::bMotionBlurEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x0001B0, "Wrong size on UNiagaraComponentRendererProperties"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x000078, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x000080, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x000088, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x0000E0, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000138, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyCreateComponentsOnParticleSpawn) == 0x000139, "Member 'UNiagaraComponentRendererProperties::bOnlyCreateComponentsOnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x00013C, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x000140, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x000148, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponentSettings \ static_assert(alignof(UNiagaraComponentSettings) == 0x000008, "Wrong alignment on UNiagaraComponentSettings"); \ static_assert(sizeof(UNiagaraComponentSettings) == 0x000118, "Wrong size on UNiagaraComponentSettings"); \ static_assert(offsetof(UNiagaraComponentSettings, SuppressActivationList) == 0x000028, "Member 'UNiagaraComponentSettings::SuppressActivationList' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentSettings, ForceAutoPooolingList) == 0x000078, "Member 'UNiagaraComponentSettings::ForceAutoPooolingList' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentSettings, SuppressEmitterList) == 0x0000C8, "Member 'UNiagaraComponentSettings::SuppressEmitterList' has a wrong offset!"); \ #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_UNiagaraDataInterface2DArrayTexture \ static_assert(alignof(UNiagaraDataInterface2DArrayTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterface2DArrayTexture"); \ static_assert(sizeof(UNiagaraDataInterface2DArrayTexture) == 0x000050, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArray \ static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000050, "Wrong size on UNiagaraDataInterfaceArray"); \ static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x000040, "Member 'UNiagaraDataInterfaceArray::MaxElements' 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, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat2::FloatData' 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, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat3::FloatData' 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, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat4::FloatData' 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, QuatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayQuat::QuatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 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_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) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, ReturnValue) == 0x000014, "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) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, Index_0) == 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) == 0x000020, "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) == 0x000014, "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_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) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Index_0) == 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) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 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) == 0x000020, "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) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, bSizeToFit) == 0x00001C, "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) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Index_0) == 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) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, bSizeToFit) == 0x000020, "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_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_UNiagaraDataInterfaceAudioSubmix \ static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000040, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x000044, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000070, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000064, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000068, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x000044, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000040, "Wrong size on UNiagaraDataInterfaceCamera"); \ static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000038, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x00003C, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000048, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000070, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000038, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000048, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x00004C, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x00005C, "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) == 0x000048, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' 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_UNiagaraDataInterfaceDebugDraw \ static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000038, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ #define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000018, "Wrong size on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, Data) == 0x000000, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::Data' has a wrong offset!"); \ static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INiagaraParticleCallbackHandler \ static_assert(alignof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong alignment on INiagaraParticleCallbackHandler"); \ static_assert(sizeof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong size on INiagaraParticleCallbackHandler"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceExport \ static_assert(alignof(UNiagaraDataInterfaceExport) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceExport"); \ static_assert(sizeof(UNiagaraDataInterfaceExport) == 0x000068, "Wrong size on UNiagaraDataInterfaceExport"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000038, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000058, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x00005C, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRWBase \ static_assert(alignof(UNiagaraDataInterfaceRWBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRWBase"); \ static_assert(sizeof(UNiagaraDataInterfaceRWBase) == 0x0000D8, "Wrong size on UNiagaraDataInterfaceRWBase"); \ static_assert(offsetof(UNiagaraDataInterfaceRWBase, OutputShaderStages) == 0x000038, "Member 'UNiagaraDataInterfaceRWBase::OutputShaderStages' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRWBase, IterationShaderStages) == 0x000088, "Member 'UNiagaraDataInterfaceRWBase::IterationShaderStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2D \ static_assert(alignof(UNiagaraDataInterfaceGrid2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2D"); \ static_assert(sizeof(UNiagaraDataInterfaceGrid2D) == 0x0000F8, "Wrong size on UNiagaraDataInterfaceGrid2D"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsX) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x0000DC, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x0000E0, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x0000E4, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid2D::SetGridFromMaxAxis' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2D, WorldBBoxSize) == 0x0000EC, "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) == 0x0001C0, "Wrong size on UNiagaraDataInterfaceGrid2DCollection"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid2DCollection::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat) == 0x000118, "Member 'UNiagaraDataInterfaceGrid2DCollection::OverrideBufferFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets) == 0x000170, "Member 'UNiagaraDataInterfaceGrid2DCollection::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollectionReader \ static_assert(alignof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollectionReader"); \ static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000168, "Wrong size on UNiagaraDataInterfaceGrid2DCollectionReader"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, EmitterName) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, DIName) == 0x000108, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::DIName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3D \ static_assert(alignof(UNiagaraDataInterfaceGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3D"); \ static_assert(sizeof(UNiagaraDataInterfaceGrid3D) == 0x000100, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x0000E4, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x0000EC, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x0000F0, "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) == 0x000180, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000100, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000108, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000128, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000150, "Wrong size on UNiagaraDataInterfaceIntRenderTarget2D"); \ static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, RenderTargetUserParameter) == 0x0000E0, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, ManagedRenderTargets) == 0x000100, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000058, "Wrong size on UNiagaraDataInterfaceLandscape"); \ static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceLandscape) == 0x000038, "Member 'UNiagaraDataInterfaceLandscape::SourceLandscape' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceMode) == 0x000040, "Member 'UNiagaraDataInterfaceLandscape::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceLandscape, PhysicalMaterials) == 0x000048, "Member 'UNiagaraDataInterfaceLandscape::PhysicalMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceMeshRendererInfo \ static_assert(alignof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMeshRendererInfo"); \ static_assert(sizeof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000050, "Wrong size on UNiagaraDataInterfaceMeshRendererInfo"); \ static_assert(offsetof(UNiagaraDataInterfaceMeshRendererInfo, MeshRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceMeshRendererInfo::MeshRenderer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceNeighborGrid3D \ static_assert(alignof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNeighborGrid3D"); \ static_assert(sizeof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000108, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000100, "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) == 0x0000E8, "Wrong size on UNiagaraDataInterfaceParticleRead"); \ static_assert(offsetof(UNiagaraDataInterfaceParticleRead, EmitterName) == 0x0000D8, "Member 'UNiagaraDataInterfaceParticleRead::EmitterName' 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_UNiagaraDataInterfaceRenderTarget2D \ static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x0001A8, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x0000E1, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, ManagedRenderTargets) == 0x000158, "Member 'UNiagaraDataInterfaceRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000150, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetCube::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x0000DC, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, ManagedRenderTargets) == 0x000100, "Member 'UNiagaraDataInterfaceRenderTargetCube::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000038, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x000088, "Wrong size on UNiagaraDataInterfaceStaticMesh"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceStaticMesh::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceStaticMesh::DefaultMesh' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, Source) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::Source' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000050, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000058, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000068, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceTexture \ static_assert(alignof(UNiagaraDataInterfaceTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceTexture"); \ static_assert(sizeof(UNiagaraDataInterfaceTexture) == 0x000048, "Wrong size on UNiagaraDataInterfaceTexture"); \ static_assert(offsetof(UNiagaraDataInterfaceTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector2DCurve \ static_assert(alignof(UNiagaraDataInterfaceVector2DCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector2DCurve"); \ static_assert(sizeof(UNiagaraDataInterfaceVector2DCurve) == 0x000170, "Wrong size on UNiagaraDataInterfaceVector2DCurve"); \ static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector2DCurve::XCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector2DCurve::YCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector4Curve \ static_assert(alignof(UNiagaraDataInterfaceVector4Curve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector4Curve"); \ static_assert(sizeof(UNiagaraDataInterfaceVector4Curve) == 0x000270, "Wrong size on UNiagaraDataInterfaceVector4Curve"); \ static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector4Curve::XCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector4Curve::YCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVector4Curve::ZCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, WCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceVector4Curve::WCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorCurve \ static_assert(alignof(UNiagaraDataInterfaceVectorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorCurve"); \ static_assert(sizeof(UNiagaraDataInterfaceVectorCurve) == 0x0001F0, "Wrong size on UNiagaraDataInterfaceVectorCurve"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVectorCurve::XCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVectorCurve::YCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVectorCurve::ZCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorField \ static_assert(alignof(UNiagaraDataInterfaceVectorField) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorField"); \ static_assert(sizeof(UNiagaraDataInterfaceVectorField) == 0x000048, "Wrong size on UNiagaraDataInterfaceVectorField"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorField, Field) == 0x000038, "Member 'UNiagaraDataInterfaceVectorField::Field' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileX) == 0x000040, "Member 'UNiagaraDataInterfaceVectorField::bTileX' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileY) == 0x000041, "Member 'UNiagaraDataInterfaceVectorField::bTileY' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileZ) == 0x000042, "Member 'UNiagaraDataInterfaceVectorField::bTileZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVolumeTexture \ static_assert(alignof(UNiagaraDataInterfaceVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVolumeTexture"); \ static_assert(sizeof(UNiagaraDataInterfaceVolumeTexture) == 0x000050, "Wrong size on UNiagaraDataInterfaceVolumeTexture"); \ static_assert(offsetof(UNiagaraDataInterfaceVolumeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVolumeTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDebugHUDSettings \ static_assert(alignof(UNiagaraDebugHUDSettings) == 0x000008, "Wrong alignment on UNiagaraDebugHUDSettings"); \ static_assert(sizeof(UNiagaraDebugHUDSettings) == 0x000128, "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_UNiagaraEditorParametersAdapterBase \ static_assert(alignof(UNiagaraEditorParametersAdapterBase) == 0x000008, "Wrong alignment on UNiagaraEditorParametersAdapterBase"); \ static_assert(sizeof(UNiagaraEditorParametersAdapterBase) == 0x000028, "Wrong size on UNiagaraEditorParametersAdapterBase"); \ #define DUMPER7_ASSERTS_UNiagaraSignificanceHandler \ static_assert(alignof(UNiagaraSignificanceHandler) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandler"); \ static_assert(sizeof(UNiagaraSignificanceHandler) == 0x000028, "Wrong size on UNiagaraSignificanceHandler"); \ #define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerDistance \ static_assert(alignof(UNiagaraSignificanceHandlerDistance) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerDistance"); \ static_assert(sizeof(UNiagaraSignificanceHandlerDistance) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerDistance"); \ #define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerAge \ static_assert(alignof(UNiagaraSignificanceHandlerAge) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerAge"); \ static_assert(sizeof(UNiagaraSignificanceHandlerAge) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerAge"); \ #define DUMPER7_ASSERTS_UNiagaraEffectType \ static_assert(alignof(UNiagaraEffectType) == 0x000008, "Wrong alignment on UNiagaraEffectType"); \ static_assert(sizeof(UNiagaraEffectType) == 0x000098, "Wrong size on UNiagaraEffectType"); \ static_assert(offsetof(UNiagaraEffectType, UpdateFrequency) == 0x000028, "Member 'UNiagaraEffectType::UpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, CullReaction) == 0x00002C, "Member 'UNiagaraEffectType::CullReaction' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, SignificanceHandler) == 0x000030, "Member 'UNiagaraEffectType::SignificanceHandler' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, DetailLevelScalabilitySettings) == 0x000038, "Member 'UNiagaraEffectType::DetailLevelScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, SystemScalabilitySettings) == 0x000048, "Member 'UNiagaraEffectType::SystemScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, EmitterScalabilitySettings) == 0x000058, "Member 'UNiagaraEffectType::EmitterScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, PerformanceBaselineController) == 0x000070, "Member 'UNiagaraEffectType::PerformanceBaselineController' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, PerfBaselineStats) == 0x000078, "Member 'UNiagaraEffectType::PerfBaselineStats' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEffectType, PerfBaselineVersion) == 0x000088, "Member 'UNiagaraEffectType::PerfBaselineVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraEmitter \ static_assert(alignof(UNiagaraEmitter) == 0x000008, "Wrong alignment on UNiagaraEmitter"); \ static_assert(sizeof(UNiagaraEmitter) == 0x0002A0, "Wrong size on UNiagaraEmitter"); \ static_assert(offsetof(UNiagaraEmitter, bLocalSpace) == 0x000028, "Member 'UNiagaraEmitter::bLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, bDeterminism) == 0x000029, "Member 'UNiagaraEmitter::bDeterminism' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, RandomSeed) == 0x00002C, "Member 'UNiagaraEmitter::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, AllocationMode) == 0x000030, "Member 'UNiagaraEmitter::AllocationMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, PreAllocationCount) == 0x000034, "Member 'UNiagaraEmitter::PreAllocationCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, UpdateScriptProps) == 0x000038, "Member 'UNiagaraEmitter::UpdateScriptProps' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SpawnScriptProps) == 0x000060, "Member 'UNiagaraEmitter::SpawnScriptProps' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SimTarget) == 0x000088, "Member 'UNiagaraEmitter::SimTarget' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, FixedBounds) == 0x00008C, "Member 'UNiagaraEmitter::FixedBounds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MinDetailLevel) == 0x0000A8, "Member 'UNiagaraEmitter::MinDetailLevel' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MaxDetailLevel) == 0x0000AC, "Member 'UNiagaraEmitter::MaxDetailLevel' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, GlobalSpawnCountScaleOverrides) == 0x0000B0, "Member 'UNiagaraEmitter::GlobalSpawnCountScaleOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, Platforms) == 0x0000C8, "Member 'UNiagaraEmitter::Platforms' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, ScalabilityOverrides) == 0x0000F8, "Member 'UNiagaraEmitter::ScalabilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MaxDeltaTimePerTick) == 0x00010C, "Member 'UNiagaraEmitter::MaxDeltaTimePerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, DefaultShaderStageIndex) == 0x000110, "Member 'UNiagaraEmitter::DefaultShaderStageIndex' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MaxUpdateIterations) == 0x000114, "Member 'UNiagaraEmitter::MaxUpdateIterations' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SpawnStages) == 0x000118, "Member 'UNiagaraEmitter::SpawnStages' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x000170, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, RendererProperties) == 0x000180, "Member 'UNiagaraEmitter::RendererProperties' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, EventHandlerScriptProps) == 0x000190, "Member 'UNiagaraEmitter::EventHandlerScriptProps' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SimulationStages) == 0x0001A0, "Member 'UNiagaraEmitter::SimulationStages' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, GPUComputeScript) == 0x0001B0, "Member 'UNiagaraEmitter::GPUComputeScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SharedEventGeneratorIds) == 0x0001B8, "Member 'UNiagaraEmitter::SharedEventGeneratorIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction \ static_assert(alignof(UNiagaraEventReceiverEmitterAction) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction"); \ static_assert(sizeof(UNiagaraEventReceiverEmitterAction) == 0x000028, "Wrong size on UNiagaraEventReceiverEmitterAction"); \ #define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction_SpawnParticles \ static_assert(alignof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ static_assert(sizeof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000030, "Wrong size on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ static_assert(offsetof(UNiagaraEventReceiverEmitterAction_SpawnParticles, NumParticles) == 0x000028, "Member 'UNiagaraEventReceiverEmitterAction_SpawnParticles::NumParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_GetNiagaraParameterCollection \ static_assert(alignof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ static_assert(sizeof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000018, "Wrong size on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, Collection) == 0x000008, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::Collection' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, ReturnValue) == 0x000010, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent \ static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, SkeletalMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh \ static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, StaticMesh) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent \ static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, StaticMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions \ static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, SamplingRegions) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::SamplingRegions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTexture2DArrayObject \ static_assert(alignof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ static_assert(sizeof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTextureObject \ static_assert(alignof(NiagaraFunctionLibrary_SetTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTextureObject"); \ static_assert(sizeof(NiagaraFunctionLibrary_SetTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTextureObject"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTextureObject::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTextureObject::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTextureObject::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetVolumeTextureObject \ static_assert(alignof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ static_assert(sizeof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocation \ static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000040, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, SystemTemplate) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::SystemTemplate' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Location) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Rotation) == 0x00001C, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Scale) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Scale' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoDestroy) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoActivate) == 0x000035, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, PoolingMethod) == 0x000036, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bPreCullCheck) == 0x000037, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bPreCullCheck' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, ReturnValue) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttached \ static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttached"); \ static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000040, "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) == 0x000024, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, LocationType) == 0x000030, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoDestroy) == 0x000031, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoActivate) == 0x000032, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, PoolingMethod) == 0x000033, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bPreCullCheck) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bPreCullCheck' has a wrong offset!"); \ static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, ReturnValue) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraFunctionLibrary \ static_assert(alignof(UNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraFunctionLibrary"); \ static_assert(sizeof(UNiagaraFunctionLibrary) == 0x000028, "Wrong size on UNiagaraFunctionLibrary"); \ #define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ static_assert(sizeof(UNiagaraLightRendererProperties) == 0x000330, "Wrong size on UNiagaraLightRendererProperties"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x00007C, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x000080, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x000084, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x000090, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x000098, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x0000F0, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x000148, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x0001A0, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x0001F8, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x000250, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x0002A8, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000898, "Wrong size on UNiagaraMeshRendererProperties"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x000078, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x000088, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x000089, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x000090, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000A0, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x0000A8, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x0000B0, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x0000BC, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x0000C0, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x0000C4, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x0000C8, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000128, "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) == 0x0001D8, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000230, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x000288, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x0002E0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x000338, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000390, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x0003E8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x000498, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0004F0, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x000548, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x0005A0, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x0005F8, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameterBindings) == 0x000650, "Member 'UNiagaraMeshRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000660, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x0006B8, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x000710, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x000768, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x0007C0, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ParticleMesh) == 0x000880, "Member 'UNiagaraMeshRendererProperties::ParticleMesh' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffset) == 0x000888, "Member 'UNiagaraMeshRendererProperties::PivotOffset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffsetSpace) == 0x000894, "Member 'UNiagaraMeshRendererProperties::PivotOffsetSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ static_assert(sizeof(UNiagaraMessageDataBase) == 0x000028, "Wrong size on UNiagaraMessageDataBase"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetBoolParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetBoolParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetBoolParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetColorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetColorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetColorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetFloatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetFloatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetFloatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetIntParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetIntParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetIntParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetQuatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetQuatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetQuatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector2DParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector4Parameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVectorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVectorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVectorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetBoolParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetBoolParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetBoolParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetColorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetColorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetColorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetFloatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetFloatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetFloatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetIntParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetIntParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetIntParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetQuatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetQuatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetQuatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector2DParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector4Parameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVectorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVectorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVectorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterCollectionInstance \ static_assert(alignof(UNiagaraParameterCollectionInstance) == 0x000008, "Wrong alignment on UNiagaraParameterCollectionInstance"); \ static_assert(sizeof(UNiagaraParameterCollectionInstance) == 0x0000E0, "Wrong size on UNiagaraParameterCollectionInstance"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, Collection) == 0x000028, "Member 'UNiagaraParameterCollectionInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, OverridenParameters) == 0x000030, "Member 'UNiagaraParameterCollectionInstance::OverridenParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, ParameterStorage) == 0x000040, "Member 'UNiagaraParameterCollectionInstance::ParameterStorage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterCollection \ static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ static_assert(sizeof(UNiagaraParameterCollection) == 0x000060, "Wrong size on UNiagaraParameterCollection"); \ static_assert(offsetof(UNiagaraParameterCollection, Namespace) == 0x000028, "Member 'UNiagaraParameterCollection::Namespace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, Parameters) == 0x000030, "Member 'UNiagaraParameterCollection::Parameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, SourceMaterialCollection) == 0x000040, "Member 'UNiagaraParameterCollection::SourceMaterialCollection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, DefaultInstance) == 0x000048, "Member 'UNiagaraParameterCollection::DefaultInstance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, CompileId) == 0x000050, "Member 'UNiagaraParameterCollection::CompileId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterDefinitionsBase \ static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_GetSystem \ static_assert(alignof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong alignment on NiagaraBaselineController_GetSystem"); \ static_assert(sizeof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong size on NiagaraBaselineController_GetSystem"); \ static_assert(offsetof(NiagaraBaselineController_GetSystem, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_GetSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnEndTest \ static_assert(alignof(NiagaraBaselineController_OnEndTest) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnEndTest"); \ static_assert(sizeof(NiagaraBaselineController_OnEndTest) == 0x000010, "Wrong size on NiagaraBaselineController_OnEndTest"); \ static_assert(offsetof(NiagaraBaselineController_OnEndTest, Stats) == 0x000000, "Member 'NiagaraBaselineController_OnEndTest::Stats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnOwnerTick \ static_assert(alignof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnOwnerTick"); \ static_assert(sizeof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong size on NiagaraBaselineController_OnOwnerTick"); \ static_assert(offsetof(NiagaraBaselineController_OnOwnerTick, DeltaTime) == 0x000000, "Member 'NiagaraBaselineController_OnOwnerTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnTickTest \ static_assert(alignof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong alignment on NiagaraBaselineController_OnTickTest"); \ static_assert(sizeof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong size on NiagaraBaselineController_OnTickTest"); \ static_assert(offsetof(NiagaraBaselineController_OnTickTest, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_OnTickTest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraBaselineController \ static_assert(alignof(UNiagaraBaselineController) == 0x000008, "Wrong alignment on UNiagaraBaselineController"); \ static_assert(sizeof(UNiagaraBaselineController) == 0x000068, "Wrong size on UNiagaraBaselineController"); \ static_assert(offsetof(UNiagaraBaselineController, TestDuration) == 0x000028, "Member 'UNiagaraBaselineController::TestDuration' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, EffectType) == 0x000030, "Member 'UNiagaraBaselineController::EffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, Owner) == 0x000038, "Member 'UNiagaraBaselineController::Owner' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, System) == 0x000040, "Member 'UNiagaraBaselineController::System' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraBaselineController_Basic \ static_assert(alignof(UNiagaraBaselineController_Basic) == 0x000008, "Wrong alignment on UNiagaraBaselineController_Basic"); \ static_assert(sizeof(UNiagaraBaselineController_Basic) == 0x000080, "Wrong size on UNiagaraBaselineController_Basic"); \ static_assert(offsetof(UNiagaraBaselineController_Basic, NumInstances) == 0x000068, "Member 'UNiagaraBaselineController_Basic::NumInstances' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController_Basic, SpawnedComponents) == 0x000070, "Member 'UNiagaraBaselineController_Basic::SpawnedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraPerfBaselineActor \ static_assert(alignof(ANiagaraPerfBaselineActor) == 0x000008, "Wrong alignment on ANiagaraPerfBaselineActor"); \ static_assert(sizeof(ANiagaraPerfBaselineActor) == 0x000230, "Wrong size on ANiagaraPerfBaselineActor"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000220, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000228, "Member 'ANiagaraPerfBaselineActor::Label' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPrecompileContainer \ static_assert(alignof(UNiagaraPrecompileContainer) == 0x000008, "Wrong alignment on UNiagaraPrecompileContainer"); \ static_assert(sizeof(UNiagaraPrecompileContainer) == 0x000040, "Wrong size on UNiagaraPrecompileContainer"); \ static_assert(offsetof(UNiagaraPrecompileContainer, Scripts) == 0x000028, "Member 'UNiagaraPrecompileContainer::Scripts' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPrecompileContainer, System) == 0x000038, "Member 'UNiagaraPrecompileContainer::System' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewBase_SetLabelText \ static_assert(alignof(NiagaraPreviewBase_SetLabelText) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetLabelText"); \ static_assert(sizeof(NiagaraPreviewBase_SetLabelText) == 0x000030, "Wrong size on NiagaraPreviewBase_SetLabelText"); \ static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InXAxisText) == 0x000000, "Member 'NiagaraPreviewBase_SetLabelText::InXAxisText' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InYAxisText) == 0x000018, "Member 'NiagaraPreviewBase_SetLabelText::InYAxisText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewBase_SetSystem \ static_assert(alignof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetSystem"); \ static_assert(sizeof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong size on NiagaraPreviewBase_SetSystem"); \ static_assert(offsetof(NiagaraPreviewBase_SetSystem, InSystem) == 0x000000, "Member 'NiagaraPreviewBase_SetSystem::InSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraPreviewBase \ static_assert(alignof(ANiagaraPreviewBase) == 0x000008, "Wrong alignment on ANiagaraPreviewBase"); \ static_assert(sizeof(ANiagaraPreviewBase) == 0x000220, "Wrong size on ANiagaraPreviewBase"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ static_assert(sizeof(UNiagaraPreviewAxis) == 0x000028, "Wrong size on UNiagaraPreviewAxis"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamBase \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamBase) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamBase"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamBase) == 0x000038, "Wrong size on UNiagaraPreviewAxis_InterpParamBase"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Param) == 0x000028, "Member 'UNiagaraPreviewAxis_InterpParamBase::Param' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Count) == 0x000030, "Member 'UNiagaraPreviewAxis_InterpParamBase::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamInt32 \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamInt32"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamInt32"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector2D \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector2D"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000048, "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) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector) == 0x000050, "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) == 0x000044, "Member 'UNiagaraPreviewAxis_InterpParamVector::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector4 \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000010, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector4"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000060, "Wrong size on UNiagaraPreviewAxis_InterpParamVector4"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000270, "Wrong size on ANiagaraPreviewGrid"); \ static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000220, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000228, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000230, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x000238, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x000240, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x000248, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x00024C, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x000250, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x000254, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x000258, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000860, "Wrong size on UNiagaraRibbonRendererProperties"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x000078, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x000080, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x0000A0, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000A4, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x0000C8, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x0000EC, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, shape) == 0x0000ED, "Member 'UNiagaraRibbonRendererProperties::shape' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bEnableAccurateGeometry) == 0x0000EE, "Member 'UNiagaraRibbonRendererProperties::bEnableAccurateGeometry' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x0000F0, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x0000F4, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x0000F8, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000100, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000110, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x000114, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000118, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseConstantFactor) == 0x00011C, "Member 'UNiagaraRibbonRendererProperties::bUseConstantFactor' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x000120, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bScreenSpaceTessellation) == 0x000124, "Member 'UNiagaraRibbonRendererProperties::bScreenSpaceTessellation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000128, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000180, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x0001D8, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x000230, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000288, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x0002E0, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x000338, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000390, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x0003E8, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x000498, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0004F0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x000548, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x0005A0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x0005F8, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x000650, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x0006A8, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000700, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000758, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameterBindings) == 0x0007B0, "Member 'UNiagaraRibbonRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScript \ static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ static_assert(sizeof(UNiagaraScript) == 0x0002E0, "Wrong size on UNiagaraScript"); \ static_assert(offsetof(UNiagaraScript, Usage) == 0x000028, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, UsageId) == 0x00002C, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000040, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000B8, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000150, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000160, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001C8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x0002B8, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedDefaultDataInterfaces) == 0x0002C8, "Member 'UNiagaraScript::CachedDefaultDataInterfaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000048, "Wrong size on UNiagaraScriptSourceBase"); \ #define DUMPER7_ASSERTS_UNiagaraSettings \ static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ static_assert(sizeof(UNiagaraSettings) == 0x0000C8, "Wrong size on UNiagaraSettings"); \ static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000038, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000050, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000060, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000B0, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000B1, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000B4, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000B8, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000B9, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000BA, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultEffectTypePtr) == 0x0000C0, "Member 'UNiagaraSettings::DefaultEffectTypePtr' 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) == 0x000070, "Wrong size on UNiagaraSimulationStageGeneric"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, Iterations) == 0x000044, "Member 'UNiagaraSimulationStageGeneric::Iterations' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000050, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000AB0, "Wrong size on UNiagaraSpriteRendererProperties"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x000078, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x000080, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x000088, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000A8, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000A9, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000AC, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000B4, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000B8, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000C4, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x0000D4, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000138, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000190, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001E8, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000240, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000298, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0002F0, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x000348, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0003A0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x0003F8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000450, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x0004A8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000500, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000558, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0005B0, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000608, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x000660, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0006B8, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000710, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameterBindings) == 0x000768, "Member 'UNiagaraSpriteRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000778, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0007D0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000828, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000880, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x0008D8, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000930, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000988, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0009E0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSystem \ static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ static_assert(sizeof(UNiagaraSystem) == 0x000498, "Wrong size on UNiagaraSystem"); \ static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000030, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000031, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x000033, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000038, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000040, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ScalabilityOverrides) == 0x000048, "Member 'UNiagaraSystem::ScalabilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000058, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000068, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000078, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000088, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000090, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000A8, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002C0, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000388, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003A4, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003A8, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003AC, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003B0, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x0003B4, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x0003B5, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x0003B8, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimulationStageMetaData \ static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ static_assert(sizeof(FSimulationStageMetaData) == 0x000030, "Wrong size on FSimulationStageMetaData"); \ static_assert(offsetof(FSimulationStageMetaData, SimulationStageName) == 0x000000, "Member 'FSimulationStageMetaData::SimulationStageName' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, IterationSource) == 0x000008, "Member 'FSimulationStageMetaData::IterationSource' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000018, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, MinStage) == 0x000028, "Member 'FSimulationStageMetaData::MinStage' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, MaxStage) == 0x00002C, "Member 'FSimulationStageMetaData::MaxStage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000028, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ #define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000030, "Wrong size on FNiagaraDataInterfaceGPUParamInfo"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DataInterfaceHLSLSymbol) == 0x000000, "Member 'FNiagaraDataInterfaceGPUParamInfo::DataInterfaceHLSLSymbol' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DIClassName) == 0x000010, "Member 'FNiagaraDataInterfaceGPUParamInfo::DIClassName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileEvent \ static_assert(alignof(FNiagaraCompileEvent) == 0x000008, "Wrong alignment on FNiagaraCompileEvent"); \ static_assert(sizeof(FNiagaraCompileEvent) == 0x000060, "Wrong size on FNiagaraCompileEvent"); \ static_assert(offsetof(FNiagaraCompileEvent, Severity) == 0x000000, "Member 'FNiagaraCompileEvent::Severity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, Message) == 0x000008, "Member 'FNiagaraCompileEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, ShortDescription) == 0x000018, "Member 'FNiagaraCompileEvent::ShortDescription' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, bDismissable) == 0x000028, "Member 'FNiagaraCompileEvent::bDismissable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, NodeGuid) == 0x00002C, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x00003C, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000050, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScriptBase \ static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ #define DUMPER7_ASSERTS_AnimNotify_PlayNiagaraEffect_GetSpawnedEffect \ static_assert(alignof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ static_assert(sizeof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong size on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ static_assert(offsetof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000000, "Member 'AnimNotify_PlayNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayNiagaraEffect \ static_assert(alignof(UAnimNotify_PlayNiagaraEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayNiagaraEffect"); \ static_assert(sizeof(UAnimNotify_PlayNiagaraEffect) == 0x000090, "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) == 0x00004C, "Member 'UAnimNotify_PlayNiagaraEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Scale) == 0x000058, "Member 'UAnimNotify_PlayNiagaraEffect::Scale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bAbsoluteScale) == 0x000064, "Member 'UAnimNotify_PlayNiagaraEffect::bAbsoluteScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, SocketName) == 0x000084, "Member 'UAnimNotify_PlayNiagaraEffect::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect \ static_assert(alignof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ static_assert(sizeof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000010, "Wrong size on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, MeshComp) == 0x000000, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000008, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_TimedNiagaraEffect \ static_assert(alignof(UAnimNotifyState_TimedNiagaraEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedNiagaraEffect"); \ static_assert(sizeof(UAnimNotifyState_TimedNiagaraEffect) == 0x000060, "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) == 0x00004C, "Member 'UAnimNotifyState_TimedNiagaraEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000058, "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) == 0x0000B0, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Piercing_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Piercing_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Piercing_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Piercing_C) == 0x0000D0, "Wrong size on UNaziSoldier_StatusEffect_Piercing_C"); \ #define DUMPER7_ASSERTS_FDestructibleChunkParameters \ static_assert(alignof(FDestructibleChunkParameters) == 0x000001, "Wrong alignment on FDestructibleChunkParameters"); \ static_assert(sizeof(FDestructibleChunkParameters) == 0x000004, "Wrong size on FDestructibleChunkParameters"); \ static_assert(offsetof(FDestructibleChunkParameters, bIsSupportChunk) == 0x000000, "Member 'FDestructibleChunkParameters::bIsSupportChunk' has a wrong offset!"); \ static_assert(offsetof(FDestructibleChunkParameters, bDoNotFracture) == 0x000001, "Member 'FDestructibleChunkParameters::bDoNotFracture' has a wrong offset!"); \ static_assert(offsetof(FDestructibleChunkParameters, bDoNotDamage) == 0x000002, "Member 'FDestructibleChunkParameters::bDoNotDamage' has a wrong offset!"); \ static_assert(offsetof(FDestructibleChunkParameters, bDoNotCrumble) == 0x000003, "Member 'FDestructibleChunkParameters::bDoNotCrumble' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFractureMaterial \ static_assert(alignof(FFractureMaterial) == 0x000004, "Wrong alignment on FFractureMaterial"); \ static_assert(sizeof(FFractureMaterial) == 0x000024, "Wrong size on FFractureMaterial"); \ static_assert(offsetof(FFractureMaterial, UVScale) == 0x000000, "Member 'FFractureMaterial::UVScale' has a wrong offset!"); \ static_assert(offsetof(FFractureMaterial, UVOffset) == 0x000008, "Member 'FFractureMaterial::UVOffset' has a wrong offset!"); \ static_assert(offsetof(FFractureMaterial, Tangent) == 0x000010, "Member 'FFractureMaterial::Tangent' has a wrong offset!"); \ static_assert(offsetof(FFractureMaterial, UAngle) == 0x00001C, "Member 'FFractureMaterial::UAngle' has a wrong offset!"); \ static_assert(offsetof(FFractureMaterial, InteriorElementIndex) == 0x000020, "Member 'FFractureMaterial::InteriorElementIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleDamageParameters \ static_assert(alignof(FDestructibleDamageParameters) == 0x000004, "Wrong alignment on FDestructibleDamageParameters"); \ static_assert(sizeof(FDestructibleDamageParameters) == 0x00001C, "Wrong size on FDestructibleDamageParameters"); \ static_assert(offsetof(FDestructibleDamageParameters, DamageThreshold) == 0x000000, "Member 'FDestructibleDamageParameters::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, DamageSpread) == 0x000004, "Member 'FDestructibleDamageParameters::DamageSpread' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, bEnableImpactDamage) == 0x000008, "Member 'FDestructibleDamageParameters::bEnableImpactDamage' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, ImpactDamage) == 0x00000C, "Member 'FDestructibleDamageParameters::ImpactDamage' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, DefaultImpactDamageDepth) == 0x000010, "Member 'FDestructibleDamageParameters::DefaultImpactDamageDepth' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, bCustomImpactResistance) == 0x000014, "Member 'FDestructibleDamageParameters::bCustomImpactResistance' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDamageParameters, ImpactResistance) == 0x000018, "Member 'FDestructibleDamageParameters::ImpactResistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleDebrisParameters \ static_assert(alignof(FDestructibleDebrisParameters) == 0x000004, "Wrong alignment on FDestructibleDebrisParameters"); \ static_assert(sizeof(FDestructibleDebrisParameters) == 0x00002C, "Wrong size on FDestructibleDebrisParameters"); \ static_assert(offsetof(FDestructibleDebrisParameters, DebrisLifetimeMin) == 0x000000, "Member 'FDestructibleDebrisParameters::DebrisLifetimeMin' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDebrisParameters, DebrisLifetimeMax) == 0x000004, "Member 'FDestructibleDebrisParameters::DebrisLifetimeMax' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDebrisParameters, DebrisMaxSeparationMin) == 0x000008, "Member 'FDestructibleDebrisParameters::DebrisMaxSeparationMin' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDebrisParameters, DebrisMaxSeparationMax) == 0x00000C, "Member 'FDestructibleDebrisParameters::DebrisMaxSeparationMax' has a wrong offset!"); \ static_assert(offsetof(FDestructibleDebrisParameters, ValidBounds) == 0x000010, "Member 'FDestructibleDebrisParameters::ValidBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleAdvancedParameters \ static_assert(alignof(FDestructibleAdvancedParameters) == 0x000004, "Wrong alignment on FDestructibleAdvancedParameters"); \ static_assert(sizeof(FDestructibleAdvancedParameters) == 0x000010, "Wrong size on FDestructibleAdvancedParameters"); \ static_assert(offsetof(FDestructibleAdvancedParameters, DamageCap) == 0x000000, "Member 'FDestructibleAdvancedParameters::DamageCap' has a wrong offset!"); \ static_assert(offsetof(FDestructibleAdvancedParameters, ImpactVelocityThreshold) == 0x000004, "Member 'FDestructibleAdvancedParameters::ImpactVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(FDestructibleAdvancedParameters, MaxChunkSpeed) == 0x000008, "Member 'FDestructibleAdvancedParameters::MaxChunkSpeed' has a wrong offset!"); \ static_assert(offsetof(FDestructibleAdvancedParameters, FractureImpulseScale) == 0x00000C, "Member 'FDestructibleAdvancedParameters::FractureImpulseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleSpecialHierarchyDepths \ static_assert(alignof(FDestructibleSpecialHierarchyDepths) == 0x000004, "Wrong alignment on FDestructibleSpecialHierarchyDepths"); \ static_assert(sizeof(FDestructibleSpecialHierarchyDepths) == 0x000014, "Wrong size on FDestructibleSpecialHierarchyDepths"); \ static_assert(offsetof(FDestructibleSpecialHierarchyDepths, SupportDepth) == 0x000000, "Member 'FDestructibleSpecialHierarchyDepths::SupportDepth' has a wrong offset!"); \ static_assert(offsetof(FDestructibleSpecialHierarchyDepths, MinimumFractureDepth) == 0x000004, "Member 'FDestructibleSpecialHierarchyDepths::MinimumFractureDepth' has a wrong offset!"); \ static_assert(offsetof(FDestructibleSpecialHierarchyDepths, bEnableDebris) == 0x000008, "Member 'FDestructibleSpecialHierarchyDepths::bEnableDebris' has a wrong offset!"); \ static_assert(offsetof(FDestructibleSpecialHierarchyDepths, DebrisDepth) == 0x00000C, "Member 'FDestructibleSpecialHierarchyDepths::DebrisDepth' has a wrong offset!"); \ static_assert(offsetof(FDestructibleSpecialHierarchyDepths, EssentialDepth) == 0x000010, "Member 'FDestructibleSpecialHierarchyDepths::EssentialDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleDepthParameters \ static_assert(alignof(FDestructibleDepthParameters) == 0x000001, "Wrong alignment on FDestructibleDepthParameters"); \ static_assert(sizeof(FDestructibleDepthParameters) == 0x000001, "Wrong size on FDestructibleDepthParameters"); \ static_assert(offsetof(FDestructibleDepthParameters, ImpactDamageOverride) == 0x000000, "Member 'FDestructibleDepthParameters::ImpactDamageOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDestructibleParametersFlag \ static_assert(alignof(FDestructibleParametersFlag) == 0x000004, "Wrong alignment on FDestructibleParametersFlag"); \ static_assert(sizeof(FDestructibleParametersFlag) == 0x000004, "Wrong size on FDestructibleParametersFlag"); \ #define DUMPER7_ASSERTS_FDestructibleParameters \ static_assert(alignof(FDestructibleParameters) == 0x000008, "Wrong alignment on FDestructibleParameters"); \ static_assert(sizeof(FDestructibleParameters) == 0x000088, "Wrong size on FDestructibleParameters"); \ static_assert(offsetof(FDestructibleParameters, DamageParameters) == 0x000000, "Member 'FDestructibleParameters::DamageParameters' has a wrong offset!"); \ static_assert(offsetof(FDestructibleParameters, DebrisParameters) == 0x00001C, "Member 'FDestructibleParameters::DebrisParameters' has a wrong offset!"); \ static_assert(offsetof(FDestructibleParameters, AdvancedParameters) == 0x000048, "Member 'FDestructibleParameters::AdvancedParameters' has a wrong offset!"); \ static_assert(offsetof(FDestructibleParameters, SpecialHierarchyDepths) == 0x000058, "Member 'FDestructibleParameters::SpecialHierarchyDepths' has a wrong offset!"); \ static_assert(offsetof(FDestructibleParameters, DepthParameters) == 0x000070, "Member 'FDestructibleParameters::DepthParameters' has a wrong offset!"); \ static_assert(offsetof(FDestructibleParameters, Flags) == 0x000080, "Member 'FDestructibleParameters::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADestructibleActor \ static_assert(alignof(ADestructibleActor) == 0x000008, "Wrong alignment on ADestructibleActor"); \ static_assert(sizeof(ADestructibleActor) == 0x000238, "Wrong size on ADestructibleActor"); \ static_assert(offsetof(ADestructibleActor, DestructibleComponent) == 0x000220, "Member 'ADestructibleActor::DestructibleComponent' has a wrong offset!"); \ static_assert(offsetof(ADestructibleActor, OnActorFracture) == 0x000228, "Member 'ADestructibleActor::OnActorFracture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestructibleComponent_ApplyDamage \ static_assert(alignof(DestructibleComponent_ApplyDamage) == 0x000004, "Wrong alignment on DestructibleComponent_ApplyDamage"); \ static_assert(sizeof(DestructibleComponent_ApplyDamage) == 0x000020, "Wrong size on DestructibleComponent_ApplyDamage"); \ static_assert(offsetof(DestructibleComponent_ApplyDamage, DamageAmount) == 0x000000, "Member 'DestructibleComponent_ApplyDamage::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyDamage, HitLocation) == 0x000004, "Member 'DestructibleComponent_ApplyDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseDir) == 0x000010, "Member 'DestructibleComponent_ApplyDamage::ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseStrength) == 0x00001C, "Member 'DestructibleComponent_ApplyDamage::ImpulseStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestructibleComponent_ApplyRadiusDamage \ static_assert(alignof(DestructibleComponent_ApplyRadiusDamage) == 0x000004, "Wrong alignment on DestructibleComponent_ApplyRadiusDamage"); \ static_assert(sizeof(DestructibleComponent_ApplyRadiusDamage) == 0x00001C, "Wrong size on DestructibleComponent_ApplyRadiusDamage"); \ static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, BaseDamage) == 0x000000, "Member 'DestructibleComponent_ApplyRadiusDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, HurtOrigin) == 0x000004, "Member 'DestructibleComponent_ApplyRadiusDamage::HurtOrigin' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, DamageRadius) == 0x000010, "Member 'DestructibleComponent_ApplyRadiusDamage::DamageRadius' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, ImpulseStrength) == 0x000014, "Member 'DestructibleComponent_ApplyRadiusDamage::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, bFullDamage) == 0x000018, "Member 'DestructibleComponent_ApplyRadiusDamage::bFullDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestructibleComponent_GetDestructibleMesh \ static_assert(alignof(DestructibleComponent_GetDestructibleMesh) == 0x000008, "Wrong alignment on DestructibleComponent_GetDestructibleMesh"); \ static_assert(sizeof(DestructibleComponent_GetDestructibleMesh) == 0x000008, "Wrong size on DestructibleComponent_GetDestructibleMesh"); \ static_assert(offsetof(DestructibleComponent_GetDestructibleMesh, ReturnValue) == 0x000000, "Member 'DestructibleComponent_GetDestructibleMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestructibleComponent_SetDestructibleMesh \ static_assert(alignof(DestructibleComponent_SetDestructibleMesh) == 0x000008, "Wrong alignment on DestructibleComponent_SetDestructibleMesh"); \ static_assert(sizeof(DestructibleComponent_SetDestructibleMesh) == 0x000008, "Wrong size on DestructibleComponent_SetDestructibleMesh"); \ static_assert(offsetof(DestructibleComponent_SetDestructibleMesh, NewMesh) == 0x000000, "Member 'DestructibleComponent_SetDestructibleMesh::NewMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestructibleComponent \ static_assert(alignof(UDestructibleComponent) == 0x000010, "Wrong alignment on UDestructibleComponent"); \ static_assert(sizeof(UDestructibleComponent) == 0x000780, "Wrong size on UDestructibleComponent"); \ static_assert(offsetof(UDestructibleComponent, FractureEffects) == 0x0006A8, "Member 'UDestructibleComponent::FractureEffects' has a wrong offset!"); \ static_assert(offsetof(UDestructibleComponent, bEnableHardSleeping) == 0x0006B8, "Member 'UDestructibleComponent::bEnableHardSleeping' has a wrong offset!"); \ static_assert(offsetof(UDestructibleComponent, LargeChunkThreshold) == 0x0006BC, "Member 'UDestructibleComponent::LargeChunkThreshold' has a wrong offset!"); \ static_assert(offsetof(UDestructibleComponent, OnComponentFracture) == 0x0006D0, "Member 'UDestructibleComponent::OnComponentFracture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestructibleFractureSettings \ static_assert(alignof(UDestructibleFractureSettings) == 0x000008, "Wrong alignment on UDestructibleFractureSettings"); \ static_assert(sizeof(UDestructibleFractureSettings) == 0x0000B8, "Wrong size on UDestructibleFractureSettings"); \ static_assert(offsetof(UDestructibleFractureSettings, CellSiteCount) == 0x000028, "Member 'UDestructibleFractureSettings::CellSiteCount' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, FractureMaterialDesc) == 0x00002C, "Member 'UDestructibleFractureSettings::FractureMaterialDesc' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, RandomSeed) == 0x000050, "Member 'UDestructibleFractureSettings::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, VoronoiSites) == 0x000058, "Member 'UDestructibleFractureSettings::VoronoiSites' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, OriginalSubmeshCount) == 0x000068, "Member 'UDestructibleFractureSettings::OriginalSubmeshCount' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, Materials) == 0x000070, "Member 'UDestructibleFractureSettings::Materials' has a wrong offset!"); \ static_assert(offsetof(UDestructibleFractureSettings, ChunkParameters) == 0x000080, "Member 'UDestructibleFractureSettings::ChunkParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestructibleMesh \ static_assert(alignof(UDestructibleMesh) == 0x000008, "Wrong alignment on UDestructibleMesh"); \ static_assert(sizeof(UDestructibleMesh) == 0x000440, "Wrong size on UDestructibleMesh"); \ static_assert(offsetof(UDestructibleMesh, DefaultDestructibleParameters) == 0x0003A0, "Member 'UDestructibleMesh::DefaultDestructibleParameters' has a wrong offset!"); \ static_assert(offsetof(UDestructibleMesh, FractureEffects) == 0x000428, "Member 'UDestructibleMesh::FractureEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrassPipe_C \ static_assert(alignof(ABrassPipe_C) == 0x000010, "Wrong alignment on ABrassPipe_C"); \ static_assert(sizeof(ABrassPipe_C) == 0x000430, "Wrong size on ABrassPipe_C"); \ #define DUMPER7_ASSERTS_FEOSUserInterface_CandidateEOSAccount \ static_assert(alignof(FEOSUserInterface_CandidateEOSAccount) == 0x000008, "Wrong alignment on FEOSUserInterface_CandidateEOSAccount"); \ static_assert(sizeof(FEOSUserInterface_CandidateEOSAccount) == 0x0000D0, "Wrong size on FEOSUserInterface_CandidateEOSAccount"); \ static_assert(offsetof(FEOSUserInterface_CandidateEOSAccount, DisplayName) == 0x000000, "Member 'FEOSUserInterface_CandidateEOSAccount::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSUserInterface_EnterDevicePinCode_Context \ static_assert(alignof(UEOSUserInterface_EnterDevicePinCode_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_EnterDevicePinCode_Context"); \ static_assert(sizeof(UEOSUserInterface_EnterDevicePinCode_Context) == 0x000038, "Wrong size on UEOSUserInterface_EnterDevicePinCode_Context"); \ #define DUMPER7_ASSERTS_UEOSControlChannel \ static_assert(alignof(UEOSControlChannel) == 0x000008, "Wrong alignment on UEOSControlChannel"); \ static_assert(sizeof(UEOSControlChannel) == 0x0002A0, "Wrong size on UEOSControlChannel"); \ #define DUMPER7_ASSERTS_EOSUserInterface_EnterDevicePinCode_SetupUserInterface \ static_assert(alignof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_EnterDevicePinCode_SetupUserInterface"); \ static_assert(sizeof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface) == 0x000028, "Wrong size on EOSUserInterface_EnterDevicePinCode_SetupUserInterface"); \ static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::Context' has a wrong offset!"); \ static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, VerificationUrl) == 0x000008, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::VerificationUrl' has a wrong offset!"); \ static_assert(offsetof(EOSUserInterface_EnterDevicePinCode_SetupUserInterface, PinCode) == 0x000018, "Member 'EOSUserInterface_EnterDevicePinCode_SetupUserInterface::PinCode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSUserInterface_EnterDevicePinCode \ static_assert(alignof(IEOSUserInterface_EnterDevicePinCode) == 0x000001, "Wrong alignment on IEOSUserInterface_EnterDevicePinCode"); \ static_assert(sizeof(IEOSUserInterface_EnterDevicePinCode) == 0x000001, "Wrong size on IEOSUserInterface_EnterDevicePinCode"); \ #define DUMPER7_ASSERTS_UEOSIpNetConnection \ static_assert(alignof(UEOSIpNetConnection) == 0x000008, "Wrong alignment on UEOSIpNetConnection"); \ static_assert(sizeof(UEOSIpNetConnection) == 0x001C48, "Wrong size on UEOSIpNetConnection"); \ #define DUMPER7_ASSERTS_EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates \ static_assert(alignof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates) == 0x000008, "Wrong alignment on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates"); \ static_assert(sizeof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates) == 0x000010, "Wrong size on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates"); \ static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates, SelectedCandidates_0) == 0x000000, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context_SelectedCandidates::SelectedCandidates_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context \ static_assert(alignof(UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context"); \ static_assert(sizeof(UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context) == 0x000038, "Wrong size on UEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_Context"); \ #define DUMPER7_ASSERTS_UEOSNetConnection \ static_assert(alignof(UEOSNetConnection) == 0x000008, "Wrong alignment on UEOSNetConnection"); \ static_assert(sizeof(UEOSNetConnection) == 0x001BB8, "Wrong size on UEOSNetConnection"); \ #define DUMPER7_ASSERTS_UEOSNetDriver \ static_assert(alignof(UEOSNetDriver) == 0x000008, "Wrong alignment on UEOSNetDriver"); \ static_assert(sizeof(UEOSNetDriver) == 0x000848, "Wrong size on UEOSNetDriver"); \ static_assert(offsetof(UEOSNetDriver, PendingConnectionClose) == 0x000838, "Member 'UEOSNetDriver::PendingConnectionClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSSubsystem \ static_assert(alignof(UEOSSubsystem) == 0x000008, "Wrong alignment on UEOSSubsystem"); \ static_assert(sizeof(UEOSSubsystem) == 0x000068, "Wrong size on UEOSSubsystem"); \ static_assert(offsetof(UEOSSubsystem, OnAddWidgetToViewport) == 0x000030, "Member 'UEOSSubsystem::OnAddWidgetToViewport' has a wrong offset!"); \ static_assert(offsetof(UEOSSubsystem, OnRemoveWidgetFromViewport) == 0x000040, "Member 'UEOSSubsystem::OnRemoveWidgetFromViewport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface \ static_assert(alignof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface"); \ static_assert(sizeof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface"); \ static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface::Context' has a wrong offset!"); \ static_assert(offsetof(EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface, AvailableCandidates) == 0x000008, "Member 'EOSUserInterface_LinkEOSAccountsAgainstCrossPlatform_SetupUserInterface::AvailableCandidates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform \ static_assert(alignof(IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform) == 0x000001, "Wrong alignment on IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform"); \ static_assert(sizeof(IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform) == 0x000001, "Wrong size on IEOSUserInterface_LinkEOSAccountsAgainstCrossPlatform"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SelectEOSAccount_Context_SelectCandidate \ static_assert(alignof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate) == 0x000008, "Wrong alignment on EOSUserInterface_SelectEOSAccount_Context_SelectCandidate"); \ static_assert(sizeof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate) == 0x0000D0, "Wrong size on EOSUserInterface_SelectEOSAccount_Context_SelectCandidate"); \ static_assert(offsetof(EOSUserInterface_SelectEOSAccount_Context_SelectCandidate, SelectedCandidate) == 0x000000, "Member 'EOSUserInterface_SelectEOSAccount_Context_SelectCandidate::SelectedCandidate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSUserInterface_SelectEOSAccount_Context \ static_assert(alignof(UEOSUserInterface_SelectEOSAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SelectEOSAccount_Context"); \ static_assert(sizeof(UEOSUserInterface_SelectEOSAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SelectEOSAccount_Context"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SelectEOSAccount_SetupUserInterface \ static_assert(alignof(EOSUserInterface_SelectEOSAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SelectEOSAccount_SetupUserInterface"); \ static_assert(sizeof(EOSUserInterface_SelectEOSAccount_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_SelectEOSAccount_SetupUserInterface"); \ static_assert(offsetof(EOSUserInterface_SelectEOSAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SelectEOSAccount_SetupUserInterface::Context' has a wrong offset!"); \ static_assert(offsetof(EOSUserInterface_SelectEOSAccount_SetupUserInterface, AvailableCandidates) == 0x000008, "Member 'EOSUserInterface_SelectEOSAccount_SetupUserInterface::AvailableCandidates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSUserInterface_SelectEOSAccount \ static_assert(alignof(IEOSUserInterface_SelectEOSAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SelectEOSAccount"); \ static_assert(sizeof(IEOSUserInterface_SelectEOSAccount) == 0x000001, "Wrong size on IEOSUserInterface_SelectEOSAccount"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice \ static_assert(alignof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice) == 0x000001, "Wrong alignment on EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice"); \ static_assert(sizeof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice) == 0x000001, "Wrong size on EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice"); \ static_assert(offsetof(EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice, SelectedChoice) == 0x000000, "Member 'EOSUserInterface_SignInOrCreateAccount_Context_SelectChoice::SelectedChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSUserInterface_SignInOrCreateAccount_Context \ static_assert(alignof(UEOSUserInterface_SignInOrCreateAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SignInOrCreateAccount_Context"); \ static_assert(sizeof(UEOSUserInterface_SignInOrCreateAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SignInOrCreateAccount_Context"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SignInOrCreateAccount_SetupUserInterface \ static_assert(alignof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SignInOrCreateAccount_SetupUserInterface"); \ static_assert(sizeof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface) == 0x000008, "Wrong size on EOSUserInterface_SignInOrCreateAccount_SetupUserInterface"); \ static_assert(offsetof(EOSUserInterface_SignInOrCreateAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SignInOrCreateAccount_SetupUserInterface::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSUserInterface_SignInOrCreateAccount \ static_assert(alignof(IEOSUserInterface_SignInOrCreateAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SignInOrCreateAccount"); \ static_assert(sizeof(IEOSUserInterface_SignInOrCreateAccount) == 0x000001, "Wrong size on IEOSUserInterface_SignInOrCreateAccount"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice \ static_assert(alignof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice) == 0x000001, "Wrong alignment on EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice"); \ static_assert(sizeof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice) == 0x000001, "Wrong size on EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice"); \ static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice, SelectedChoice) == 0x000000, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_Context_SelectChoice::SelectedChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSUserInterface_SwitchToCrossPlatformAccount_Context \ static_assert(alignof(UEOSUserInterface_SwitchToCrossPlatformAccount_Context) == 0x000008, "Wrong alignment on UEOSUserInterface_SwitchToCrossPlatformAccount_Context"); \ static_assert(sizeof(UEOSUserInterface_SwitchToCrossPlatformAccount_Context) == 0x000038, "Wrong size on UEOSUserInterface_SwitchToCrossPlatformAccount_Context"); \ #define DUMPER7_ASSERTS_EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface \ static_assert(alignof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface) == 0x000008, "Wrong alignment on EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface"); \ static_assert(sizeof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface) == 0x000018, "Wrong size on EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface"); \ static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface, Context) == 0x000000, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface::Context' has a wrong offset!"); \ static_assert(offsetof(EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface, EpicAccountName) == 0x000008, "Member 'EOSUserInterface_SwitchToCrossPlatformAccount_SetupUserInterface::EpicAccountName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSUserInterface_SwitchToCrossPlatformAccount \ static_assert(alignof(IEOSUserInterface_SwitchToCrossPlatformAccount) == 0x000001, "Wrong alignment on IEOSUserInterface_SwitchToCrossPlatformAccount"); \ static_assert(sizeof(IEOSUserInterface_SwitchToCrossPlatformAccount) == 0x000001, "Wrong size on IEOSUserInterface_SwitchToCrossPlatformAccount"); \ #define DUMPER7_ASSERTS_URecentPlayersWorldSubsystem \ static_assert(alignof(URecentPlayersWorldSubsystem) == 0x000008, "Wrong alignment on URecentPlayersWorldSubsystem"); \ static_assert(sizeof(URecentPlayersWorldSubsystem) == 0x000088, "Wrong size on URecentPlayersWorldSubsystem"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy \ static_assert(alignof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy) == 0x000008, "Wrong alignment on MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy"); \ static_assert(sizeof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy) == 0x000040, "Wrong size on MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, EntryPoint) == 0x000000, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, K2Node_CustomEvent_IsGamepadNow) == 0x000004, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, K2Node_Event_IsDesignTime) == 0x000018, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, K2Node_DynamicCast_AsHUD_Ansora) == 0x000030, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MTB_HUDNotify_Heavy_C_ExecuteUbergraph_MTB_HUDNotify_Heavy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0 \ static_assert(alignof(MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0) == 0x000001, "Wrong alignment on MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0) == 0x000001, "Wrong size on MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0, IsGamepadNOW) == 0x000000, "Member 'MTB_HUDNotify_Heavy_C_GamepadModeChange_Event_0::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Heavy_C_PreConstruct \ static_assert(alignof(MTB_HUDNotify_Heavy_C_PreConstruct) == 0x000001, "Wrong alignment on MTB_HUDNotify_Heavy_C_PreConstruct"); \ static_assert(sizeof(MTB_HUDNotify_Heavy_C_PreConstruct) == 0x000001, "Wrong size on MTB_HUDNotify_Heavy_C_PreConstruct"); \ static_assert(offsetof(MTB_HUDNotify_Heavy_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MTB_HUDNotify_Heavy_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMTB_HUDNotify_Heavy_C \ static_assert(alignof(UMTB_HUDNotify_Heavy_C) == 0x000008, "Wrong alignment on UMTB_HUDNotify_Heavy_C"); \ static_assert(sizeof(UMTB_HUDNotify_Heavy_C) == 0x000280, "Wrong size on UMTB_HUDNotify_Heavy_C"); \ static_assert(offsetof(UMTB_HUDNotify_Heavy_C, UberGraphFrame) == 0x000260, "Member 'UMTB_HUDNotify_Heavy_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Heavy_C, BookHintBox) == 0x000268, "Member 'UMTB_HUDNotify_Heavy_C::BookHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Heavy_C, KeyTooltipWidget_Drop) == 0x000270, "Member 'UMTB_HUDNotify_Heavy_C::KeyTooltipWidget_Drop' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Heavy_C, KeyTooltipWidget_Place) == 0x000278, "Member 'UMTB_HUDNotify_Heavy_C::KeyTooltipWidget_Place' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OculusEntitlementCallbackProxy_VerifyEntitlement \ static_assert(alignof(OculusEntitlementCallbackProxy_VerifyEntitlement) == 0x000008, "Wrong alignment on OculusEntitlementCallbackProxy_VerifyEntitlement"); \ static_assert(sizeof(OculusEntitlementCallbackProxy_VerifyEntitlement) == 0x000008, "Wrong size on OculusEntitlementCallbackProxy_VerifyEntitlement"); \ static_assert(offsetof(OculusEntitlementCallbackProxy_VerifyEntitlement, ReturnValue) == 0x000000, "Member 'OculusEntitlementCallbackProxy_VerifyEntitlement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusEntitlementCallbackProxy \ static_assert(alignof(UOculusEntitlementCallbackProxy) == 0x000008, "Wrong alignment on UOculusEntitlementCallbackProxy"); \ static_assert(sizeof(UOculusEntitlementCallbackProxy) == 0x000050, "Wrong size on UOculusEntitlementCallbackProxy"); \ static_assert(offsetof(UOculusEntitlementCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusEntitlementCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UOculusEntitlementCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusEntitlementCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OculusCreateSessionCallbackProxy_CreateSession \ static_assert(alignof(OculusCreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on OculusCreateSessionCallbackProxy_CreateSession"); \ static_assert(sizeof(OculusCreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on OculusCreateSessionCallbackProxy_CreateSession"); \ static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000000, "Member 'OculusCreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, OculusMatchmakingPool) == 0x000008, "Member 'OculusCreateSessionCallbackProxy_CreateSession::OculusMatchmakingPool' has a wrong offset!"); \ static_assert(offsetof(OculusCreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'OculusCreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusCreateSessionCallbackProxy \ static_assert(alignof(UOculusCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UOculusCreateSessionCallbackProxy"); \ static_assert(sizeof(UOculusCreateSessionCallbackProxy) == 0x000098, "Wrong size on UOculusCreateSessionCallbackProxy"); \ static_assert(offsetof(UOculusCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UOculusCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OculusFindSessionsCallbackProxy_FindMatchmakingSessions \ static_assert(alignof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions) == 0x000008, "Wrong alignment on OculusFindSessionsCallbackProxy_FindMatchmakingSessions"); \ static_assert(sizeof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions) == 0x000020, "Wrong size on OculusFindSessionsCallbackProxy_FindMatchmakingSessions"); \ static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, MaxResults) == 0x000000, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::MaxResults' has a wrong offset!"); \ static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, OculusMatchmakingPool) == 0x000008, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::OculusMatchmakingPool' has a wrong offset!"); \ static_assert(offsetof(OculusFindSessionsCallbackProxy_FindMatchmakingSessions, ReturnValue) == 0x000018, "Member 'OculusFindSessionsCallbackProxy_FindMatchmakingSessions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OculusFindSessionsCallbackProxy_FindModeratedSessions \ static_assert(alignof(OculusFindSessionsCallbackProxy_FindModeratedSessions) == 0x000008, "Wrong alignment on OculusFindSessionsCallbackProxy_FindModeratedSessions"); \ static_assert(sizeof(OculusFindSessionsCallbackProxy_FindModeratedSessions) == 0x000010, "Wrong size on OculusFindSessionsCallbackProxy_FindModeratedSessions"); \ static_assert(offsetof(OculusFindSessionsCallbackProxy_FindModeratedSessions, MaxResults) == 0x000000, "Member 'OculusFindSessionsCallbackProxy_FindModeratedSessions::MaxResults' has a wrong offset!"); \ static_assert(offsetof(OculusFindSessionsCallbackProxy_FindModeratedSessions, ReturnValue) == 0x000008, "Member 'OculusFindSessionsCallbackProxy_FindModeratedSessions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusFindSessionsCallbackProxy \ static_assert(alignof(UOculusFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UOculusFindSessionsCallbackProxy"); \ static_assert(sizeof(UOculusFindSessionsCallbackProxy) == 0x000098, "Wrong size on UOculusFindSessionsCallbackProxy"); \ static_assert(offsetof(UOculusFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UOculusFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OculusIdentityCallbackProxy_GetOculusIdentity \ static_assert(alignof(OculusIdentityCallbackProxy_GetOculusIdentity) == 0x000008, "Wrong alignment on OculusIdentityCallbackProxy_GetOculusIdentity"); \ static_assert(sizeof(OculusIdentityCallbackProxy_GetOculusIdentity) == 0x000010, "Wrong size on OculusIdentityCallbackProxy_GetOculusIdentity"); \ static_assert(offsetof(OculusIdentityCallbackProxy_GetOculusIdentity, LocalUserNum) == 0x000000, "Member 'OculusIdentityCallbackProxy_GetOculusIdentity::LocalUserNum' has a wrong offset!"); \ static_assert(offsetof(OculusIdentityCallbackProxy_GetOculusIdentity, ReturnValue) == 0x000008, "Member 'OculusIdentityCallbackProxy_GetOculusIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusIdentityCallbackProxy \ static_assert(alignof(UOculusIdentityCallbackProxy) == 0x000008, "Wrong alignment on UOculusIdentityCallbackProxy"); \ static_assert(sizeof(UOculusIdentityCallbackProxy) == 0x000060, "Wrong size on UOculusIdentityCallbackProxy"); \ static_assert(offsetof(UOculusIdentityCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusIdentityCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UOculusIdentityCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusIdentityCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusNetConnection \ static_assert(alignof(UOculusNetConnection) == 0x000008, "Wrong alignment on UOculusNetConnection"); \ static_assert(sizeof(UOculusNetConnection) == 0x001C58, "Wrong size on UOculusNetConnection"); \ #define DUMPER7_ASSERTS_UOculusNetDriver \ static_assert(alignof(UOculusNetDriver) == 0x000008, "Wrong alignment on UOculusNetDriver"); \ static_assert(sizeof(UOculusNetDriver) == 0x000888, "Wrong size on UOculusNetDriver"); \ #define DUMPER7_ASSERTS_OculusUpdateSessionCallbackProxy_SetSessionEnqueue \ static_assert(alignof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue) == 0x000008, "Wrong alignment on OculusUpdateSessionCallbackProxy_SetSessionEnqueue"); \ static_assert(sizeof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue) == 0x000010, "Wrong size on OculusUpdateSessionCallbackProxy_SetSessionEnqueue"); \ static_assert(offsetof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue, bShouldEnqueueInMatchmakingPool) == 0x000000, "Member 'OculusUpdateSessionCallbackProxy_SetSessionEnqueue::bShouldEnqueueInMatchmakingPool' has a wrong offset!"); \ static_assert(offsetof(OculusUpdateSessionCallbackProxy_SetSessionEnqueue, ReturnValue) == 0x000008, "Member 'OculusUpdateSessionCallbackProxy_SetSessionEnqueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOculusUpdateSessionCallbackProxy \ static_assert(alignof(UOculusUpdateSessionCallbackProxy) == 0x000008, "Wrong alignment on UOculusUpdateSessionCallbackProxy"); \ static_assert(sizeof(UOculusUpdateSessionCallbackProxy) == 0x000070, "Wrong size on UOculusUpdateSessionCallbackProxy"); \ static_assert(offsetof(UOculusUpdateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UOculusUpdateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UOculusUpdateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UOculusUpdateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Ram_C \ static_assert(alignof(UTutorialTask_Ram_C) == 0x000008, "Wrong alignment on UTutorialTask_Ram_C"); \ static_assert(sizeof(UTutorialTask_Ram_C) == 0x000060, "Wrong size on UTutorialTask_Ram_C"); \ #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_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) == 0x000040, "Wrong size on GameplayTask_SpawnActor_SpawnActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, TaskOwner) == 0x000000, "Member 'GameplayTask_SpawnActor_SpawnActor::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnLocation) == 0x000010, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnRotation) == 0x00001C, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnRotation' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, Class_0) == 0x000028, "Member 'GameplayTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, bSpawnOnlyOnAuthority) == 0x000030, "Member 'GameplayTask_SpawnActor_SpawnActor::bSpawnOnlyOnAuthority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'GameplayTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_SpawnActor_BeginSpawningActor \ static_assert(alignof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_BeginSpawningActor"); \ static_assert(sizeof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000018, "Wrong size on GameplayTask_SpawnActor_BeginSpawningActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000010, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_SpawnActor_FinishSpawningActor \ static_assert(alignof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_FinishSpawningActor"); \ static_assert(sizeof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000010, "Wrong size on GameplayTask_SpawnActor_FinishSpawningActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_SpawnActor \ static_assert(alignof(UGameplayTask_SpawnActor) == 0x000008, "Wrong alignment on UGameplayTask_SpawnActor"); \ static_assert(sizeof(UGameplayTask_SpawnActor) == 0x0000A8, "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) == 0x0000A0, "Member 'UGameplayTask_SpawnActor::ClassToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_TimeLimitedExecution \ static_assert(alignof(UGameplayTask_TimeLimitedExecution) == 0x000008, "Wrong alignment on UGameplayTask_TimeLimitedExecution"); \ static_assert(sizeof(UGameplayTask_TimeLimitedExecution) == 0x000098, "Wrong size on UGameplayTask_TimeLimitedExecution"); \ static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnFinished) == 0x000068, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000078, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_WaitDelay_TaskWaitDelay \ static_assert(alignof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000008, "Wrong alignment on GameplayTask_WaitDelay_TaskWaitDelay"); \ static_assert(sizeof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000020, "Wrong size on GameplayTask_WaitDelay_TaskWaitDelay"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, TaskOwner) == 0x000000, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Time) == 0x000010, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Priority) == 0x000014, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Priority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, ReturnValue) == 0x000018, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_WaitDelay \ static_assert(alignof(UGameplayTask_WaitDelay) == 0x000008, "Wrong alignment on UGameplayTask_WaitDelay"); \ static_assert(sizeof(UGameplayTask_WaitDelay) == 0x000080, "Wrong size on UGameplayTask_WaitDelay"); \ static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000120, "Wrong size on UGameplayTasksComponent"); \ static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000C0, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000D0, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x0000F0, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000100, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000110, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIRequestID \ static_assert(alignof(FAIRequestID) == 0x000004, "Wrong alignment on FAIRequestID"); \ static_assert(sizeof(FAIRequestID) == 0x000004, "Wrong size on FAIRequestID"); \ static_assert(offsetof(FAIRequestID, RequestID) == 0x000000, "Member 'FAIRequestID::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIStimulus \ static_assert(alignof(FAIStimulus) == 0x000004, "Wrong alignment on FAIStimulus"); \ static_assert(sizeof(FAIStimulus) == 0x00003C, "Wrong size on FAIStimulus"); \ static_assert(offsetof(FAIStimulus, Age) == 0x000000, "Member 'FAIStimulus::Age' has a wrong offset!"); \ static_assert(offsetof(FAIStimulus, ExpirationAge) == 0x000004, "Member 'FAIStimulus::ExpirationAge' has a wrong offset!"); \ static_assert(offsetof(FAIStimulus, Strength) == 0x000008, "Member 'FAIStimulus::Strength' has a wrong offset!"); \ static_assert(offsetof(FAIStimulus, StimulusLocation) == 0x00000C, "Member 'FAIStimulus::StimulusLocation' has a wrong offset!"); \ static_assert(offsetof(FAIStimulus, ReceiverLocation) == 0x000018, "Member 'FAIStimulus::ReceiverLocation' has a wrong offset!"); \ static_assert(offsetof(FAIStimulus, Tag) == 0x000024, "Member 'FAIStimulus::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FActorPerceptionUpdateInfo \ static_assert(alignof(FActorPerceptionUpdateInfo) == 0x000004, "Wrong alignment on FActorPerceptionUpdateInfo"); \ static_assert(sizeof(FActorPerceptionUpdateInfo) == 0x000048, "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) == 0x00000C, "Member 'FActorPerceptionUpdateInfo::Stimulus' 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_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_FBlackboardKeySelector \ static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ static_assert(sizeof(FBlackboardKeySelector) == 0x000028, "Wrong size on FBlackboardKeySelector"); \ static_assert(offsetof(FBlackboardKeySelector, AllowedTypes) == 0x000000, "Member 'FBlackboardKeySelector::AllowedTypes' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyName) == 0x000010, "Member 'FBlackboardKeySelector::SelectedKeyName' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyType) == 0x000018, "Member 'FBlackboardKeySelector::SelectedKeyType' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyID) == 0x000020, "Member 'FBlackboardKeySelector::SelectedKeyID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDynamicParam \ static_assert(alignof(FAIDynamicParam) == 0x000008, "Wrong alignment on FAIDynamicParam"); \ static_assert(sizeof(FAIDynamicParam) == 0x000038, "Wrong size on FAIDynamicParam"); \ static_assert(offsetof(FAIDynamicParam, ParamName) == 0x000000, "Member 'FAIDynamicParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(FAIDynamicParam, ParamType) == 0x000008, "Member 'FAIDynamicParam::ParamType' has a wrong offset!"); \ static_assert(offsetof(FAIDynamicParam, Value) == 0x00000C, "Member 'FAIDynamicParam::Value' has a wrong offset!"); \ static_assert(offsetof(FAIDynamicParam, BBKey) == 0x000010, "Member 'FAIDynamicParam::BBKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEQSParametrizedQueryExecutionRequest \ static_assert(alignof(FEQSParametrizedQueryExecutionRequest) == 0x000008, "Wrong alignment on FEQSParametrizedQueryExecutionRequest"); \ static_assert(sizeof(FEQSParametrizedQueryExecutionRequest) == 0x000048, "Wrong size on FEQSParametrizedQueryExecutionRequest"); \ static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, QueryTemplate) == 0x000000, "Member 'FEQSParametrizedQueryExecutionRequest::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, QueryConfig) == 0x000008, "Member 'FEQSParametrizedQueryExecutionRequest::QueryConfig' has a wrong offset!"); \ static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, EQSQueryBlackboardKey) == 0x000018, "Member 'FEQSParametrizedQueryExecutionRequest::EQSQueryBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, RunMode) == 0x000040, "Member 'FEQSParametrizedQueryExecutionRequest::RunMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDataProviderTypedValue \ static_assert(alignof(FAIDataProviderTypedValue) == 0x000008, "Wrong alignment on FAIDataProviderTypedValue"); \ static_assert(sizeof(FAIDataProviderTypedValue) == 0x000030, "Wrong size on FAIDataProviderTypedValue"); \ static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000020, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDataProviderIntValue \ static_assert(alignof(FAIDataProviderIntValue) == 0x000008, "Wrong alignment on FAIDataProviderIntValue"); \ static_assert(sizeof(FAIDataProviderIntValue) == 0x000038, "Wrong size on FAIDataProviderIntValue"); \ static_assert(offsetof(FAIDataProviderIntValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderIntValue::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAIDataProviderStructValue \ static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ static_assert(sizeof(FAIDataProviderStructValue) == 0x000030, "Wrong size on FAIDataProviderStructValue"); \ #define DUMPER7_ASSERTS_FActorPerceptionBlueprintInfo \ static_assert(alignof(FActorPerceptionBlueprintInfo) == 0x000008, "Wrong alignment on FActorPerceptionBlueprintInfo"); \ static_assert(sizeof(FActorPerceptionBlueprintInfo) == 0x000020, "Wrong size on FActorPerceptionBlueprintInfo"); \ static_assert(offsetof(FActorPerceptionBlueprintInfo, Target) == 0x000000, "Member 'FActorPerceptionBlueprintInfo::Target' has a wrong offset!"); \ static_assert(offsetof(FActorPerceptionBlueprintInfo, LastSensedStimuli) == 0x000008, "Member 'FActorPerceptionBlueprintInfo::LastSensedStimuli' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAISenseAffiliationFilter \ static_assert(alignof(FAISenseAffiliationFilter) == 0x000004, "Wrong alignment on FAISenseAffiliationFilter"); \ static_assert(sizeof(FAISenseAffiliationFilter) == 0x000004, "Wrong size on FAISenseAffiliationFilter"); \ #define DUMPER7_ASSERTS_FAIDamageEvent \ static_assert(alignof(FAIDamageEvent) == 0x000008, "Wrong alignment on FAIDamageEvent"); \ static_assert(sizeof(FAIDamageEvent) == 0x000038, "Wrong size on FAIDamageEvent"); \ static_assert(offsetof(FAIDamageEvent, Amount) == 0x000000, "Member 'FAIDamageEvent::Amount' has a wrong offset!"); \ static_assert(offsetof(FAIDamageEvent, Location) == 0x000004, "Member 'FAIDamageEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FAIDamageEvent, HitLocation) == 0x000010, "Member 'FAIDamageEvent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(FAIDamageEvent, DamagedActor) == 0x000020, "Member 'FAIDamageEvent::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(FAIDamageEvent, Instigator) == 0x000028, "Member 'FAIDamageEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAIDamageEvent, Tag) == 0x000030, "Member 'FAIDamageEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAINoiseEvent \ static_assert(alignof(FAINoiseEvent) == 0x000008, "Wrong alignment on FAINoiseEvent"); \ static_assert(sizeof(FAINoiseEvent) == 0x000030, "Wrong size on FAINoiseEvent"); \ static_assert(offsetof(FAINoiseEvent, NoiseLocation) == 0x000004, "Member 'FAINoiseEvent::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(FAINoiseEvent, Loudness) == 0x000010, "Member 'FAINoiseEvent::Loudness' has a wrong offset!"); \ static_assert(offsetof(FAINoiseEvent, MaxRange) == 0x000014, "Member 'FAINoiseEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FAINoiseEvent, Instigator) == 0x000018, "Member 'FAINoiseEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAINoiseEvent, Tag) == 0x000020, "Member 'FAINoiseEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000038, "Wrong size on FAITeamStimulusEvent"); \ static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000028, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000030, "Member 'FAITeamStimulusEvent::Enemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAITouchEvent \ static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ static_assert(sizeof(FAITouchEvent) == 0x000020, "Wrong size on FAITouchEvent"); \ static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000010, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000018, "Member 'FAITouchEvent::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntervalCountdown \ static_assert(alignof(FIntervalCountdown) == 0x000004, "Wrong alignment on FIntervalCountdown"); \ static_assert(sizeof(FIntervalCountdown) == 0x000008, "Wrong size on FIntervalCountdown"); \ static_assert(offsetof(FIntervalCountdown, Interval) == 0x000000, "Member 'FIntervalCountdown::Interval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIMoveRequest \ static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ static_assert(sizeof(FAIMoveRequest) == 0x000040, "Wrong size on FAIMoveRequest"); \ static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBehaviorTreeTemplateInfo \ static_assert(alignof(FBehaviorTreeTemplateInfo) == 0x000008, "Wrong alignment on FBehaviorTreeTemplateInfo"); \ static_assert(sizeof(FBehaviorTreeTemplateInfo) == 0x000018, "Wrong size on FBehaviorTreeTemplateInfo"); \ static_assert(offsetof(FBehaviorTreeTemplateInfo, Asset) == 0x000000, "Member 'FBehaviorTreeTemplateInfo::Asset' has a wrong offset!"); \ static_assert(offsetof(FBehaviorTreeTemplateInfo, Template) == 0x000008, "Member 'FBehaviorTreeTemplateInfo::Template' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBTCompositeChild \ static_assert(alignof(FBTCompositeChild) == 0x000008, "Wrong alignment on FBTCompositeChild"); \ static_assert(sizeof(FBTCompositeChild) == 0x000030, "Wrong size on FBTCompositeChild"); \ static_assert(offsetof(FBTCompositeChild, ChildComposite) == 0x000000, "Member 'FBTCompositeChild::ChildComposite' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, ChildTask) == 0x000008, "Member 'FBTCompositeChild::ChildTask' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, Decorators) == 0x000010, "Member 'FBTCompositeChild::Decorators' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, DecoratorOps) == 0x000020, "Member 'FBTCompositeChild::DecoratorOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCrowdAvoidanceSamplingPattern \ static_assert(alignof(FCrowdAvoidanceSamplingPattern) == 0x000008, "Wrong alignment on FCrowdAvoidanceSamplingPattern"); \ static_assert(sizeof(FCrowdAvoidanceSamplingPattern) == 0x000020, "Wrong size on FCrowdAvoidanceSamplingPattern"); \ static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Angles) == 0x000000, "Member 'FCrowdAvoidanceSamplingPattern::Angles' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Radii) == 0x000010, "Member 'FCrowdAvoidanceSamplingPattern::Radii' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCrowdAvoidanceConfig \ static_assert(alignof(FCrowdAvoidanceConfig) == 0x000004, "Wrong alignment on FCrowdAvoidanceConfig"); \ static_assert(sizeof(FCrowdAvoidanceConfig) == 0x00001C, "Wrong size on FCrowdAvoidanceConfig"); \ static_assert(offsetof(FCrowdAvoidanceConfig, VelocityBias) == 0x000000, "Member 'FCrowdAvoidanceConfig::VelocityBias' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, DesiredVelocityWeight) == 0x000004, "Member 'FCrowdAvoidanceConfig::DesiredVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, CurrentVelocityWeight) == 0x000008, "Member 'FCrowdAvoidanceConfig::CurrentVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, SideBiasWeight) == 0x00000C, "Member 'FCrowdAvoidanceConfig::SideBiasWeight' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeWeight) == 0x000010, "Member 'FCrowdAvoidanceConfig::ImpactTimeWeight' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeRange) == 0x000014, "Member 'FCrowdAvoidanceConfig::ImpactTimeRange' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, CustomPatternIdx) == 0x000018, "Member 'FCrowdAvoidanceConfig::CustomPatternIdx' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDivisions) == 0x000019, "Member 'FCrowdAvoidanceConfig::AdaptiveDivisions' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveRings) == 0x00001A, "Member 'FCrowdAvoidanceConfig::AdaptiveRings' has a wrong offset!"); \ static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDepth) == 0x00001B, "Member 'FCrowdAvoidanceConfig::AdaptiveDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvQueryInstanceCache \ static_assert(alignof(FEnvQueryInstanceCache) == 0x000008, "Wrong alignment on FEnvQueryInstanceCache"); \ static_assert(sizeof(FEnvQueryInstanceCache) == 0x000178, "Wrong size on FEnvQueryInstanceCache"); \ static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvQueryRequest \ static_assert(alignof(FEnvQueryRequest) == 0x000008, "Wrong alignment on FEnvQueryRequest"); \ static_assert(sizeof(FEnvQueryRequest) == 0x000068, "Wrong size on FEnvQueryRequest"); \ static_assert(offsetof(FEnvQueryRequest, QueryTemplate) == 0x000000, "Member 'FEnvQueryRequest::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, Owner) == 0x000008, "Member 'FEnvQueryRequest::Owner' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, World) == 0x000010, "Member 'FEnvQueryRequest::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvQueryResult \ static_assert(alignof(FEnvQueryResult) == 0x000008, "Wrong alignment on FEnvQueryResult"); \ static_assert(sizeof(FEnvQueryResult) == 0x000040, "Wrong size on FEnvQueryResult"); \ static_assert(offsetof(FEnvQueryResult, ItemType) == 0x000010, "Member 'FEnvQueryResult::ItemType' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryResult, OptionIndex) == 0x00002C, "Member 'FEnvQueryResult::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryResult, QueryID) == 0x000030, "Member 'FEnvQueryResult::QueryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvOverlapData \ static_assert(alignof(FEnvOverlapData) == 0x000004, "Wrong alignment on FEnvOverlapData"); \ static_assert(sizeof(FEnvOverlapData) == 0x000020, "Wrong size on FEnvOverlapData"); \ static_assert(offsetof(FEnvOverlapData, ExtentX) == 0x000000, "Member 'FEnvOverlapData::ExtentX' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ExtentY) == 0x000004, "Member 'FEnvOverlapData::ExtentY' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ExtentZ) == 0x000008, "Member 'FEnvOverlapData::ExtentZ' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ShapeOffset) == 0x00000C, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000018, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000019, "Member 'FEnvOverlapData::OverlapShape' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvTraceData \ static_assert(alignof(FEnvTraceData) == 0x000008, "Wrong alignment on FEnvTraceData"); \ static_assert(sizeof(FEnvTraceData) == 0x000030, "Wrong size on FEnvTraceData"); \ static_assert(offsetof(FEnvTraceData, VersionNum) == 0x000000, "Member 'FEnvTraceData::VersionNum' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, NavigationFilter) == 0x000008, "Member 'FEnvTraceData::NavigationFilter' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ProjectDown) == 0x000010, "Member 'FEnvTraceData::ProjectDown' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ProjectUp) == 0x000014, "Member 'FEnvTraceData::ProjectUp' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentX) == 0x000018, "Member 'FEnvTraceData::ExtentX' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentY) == 0x00001C, "Member 'FEnvTraceData::ExtentY' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentZ) == 0x000020, "Member 'FEnvTraceData::ExtentZ' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, PostProjectionVerticalOffset) == 0x000024, "Member 'FEnvTraceData::PostProjectionVerticalOffset' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceChannel) == 0x000028, "Member 'FEnvTraceData::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, SerializedChannel) == 0x000029, "Member 'FEnvTraceData::SerializedChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceShape) == 0x00002A, "Member 'FEnvTraceData::TraceShape' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceMode) == 0x00002B, "Member 'FEnvTraceData::TraceMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvDirection \ static_assert(alignof(FEnvDirection) == 0x000008, "Wrong alignment on FEnvDirection"); \ static_assert(sizeof(FEnvDirection) == 0x000020, "Wrong size on FEnvDirection"); \ static_assert(offsetof(FEnvDirection, LineFrom) == 0x000000, "Member 'FEnvDirection::LineFrom' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, LineTo) == 0x000008, "Member 'FEnvDirection::LineTo' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, Rotation) == 0x000010, "Member 'FEnvDirection::Rotation' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, DirMode) == 0x000018, "Member 'FEnvDirection::DirMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenericTeamId \ static_assert(alignof(FGenericTeamId) == 0x000001, "Wrong alignment on FGenericTeamId"); \ static_assert(sizeof(FGenericTeamId) == 0x000001, "Wrong size on FGenericTeamId"); \ static_assert(offsetof(FGenericTeamId, TeamID) == 0x000000, "Member 'FGenericTeamId::TeamID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPawnActionStack \ static_assert(alignof(FPawnActionStack) == 0x000008, "Wrong alignment on FPawnActionStack"); \ static_assert(sizeof(FPawnActionStack) == 0x000008, "Wrong size on FPawnActionStack"); \ static_assert(offsetof(FPawnActionStack, TopAction) == 0x000000, "Member 'FPawnActionStack::TopAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPawnActionEvent \ static_assert(alignof(FPawnActionEvent) == 0x000008, "Wrong alignment on FPawnActionEvent"); \ static_assert(sizeof(FPawnActionEvent) == 0x000018, "Wrong size on FPawnActionEvent"); \ static_assert(offsetof(FPawnActionEvent, Action) == 0x000000, "Member 'FPawnActionEvent::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecastGraphWrapper \ static_assert(alignof(FRecastGraphWrapper) == 0x000008, "Wrong alignment on FRecastGraphWrapper"); \ static_assert(sizeof(FRecastGraphWrapper) == 0x000098, "Wrong size on FRecastGraphWrapper"); \ static_assert(offsetof(FRecastGraphWrapper, RecastNavMeshActor) == 0x000000, "Member 'FRecastGraphWrapper::RecastNavMeshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISystem \ static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ static_assert(sizeof(UAISystem) == 0x000130, "Wrong size on UAISystem"); \ static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000058, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000070, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x000088, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x00008C, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x000090, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x000094, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x000095, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowStrafing) == 0x000096, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableBTAITasks) == 0x000097, "Member 'UAISystem::bEnableBTAITasks' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x000098, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x000099, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x00009A, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x00009B, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x00009C, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x0000A0, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x0000A8, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PerceptionSystem) == 0x0000B0, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AllProxyObjects) == 0x0000B8, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManager) == 0x0000C8, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, NavLocalGrids) == 0x0000D0, "Member 'UAISystem::NavLocalGrids' 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!"); \ #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_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_PathFollowingComponent_OnActorBump \ static_assert(alignof(PathFollowingComponent_OnActorBump) == 0x000008, "Wrong alignment on PathFollowingComponent_OnActorBump"); \ static_assert(sizeof(PathFollowingComponent_OnActorBump) == 0x0000A8, "Wrong size on PathFollowingComponent_OnActorBump"); \ static_assert(offsetof(PathFollowingComponent_OnActorBump, SelfActor) == 0x000000, "Member 'PathFollowingComponent_OnActorBump::SelfActor' has a wrong offset!"); \ static_assert(offsetof(PathFollowingComponent_OnActorBump, OtherActor) == 0x000008, "Member 'PathFollowingComponent_OnActorBump::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PathFollowingComponent_OnActorBump, NormalImpulse) == 0x000010, "Member 'PathFollowingComponent_OnActorBump::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(PathFollowingComponent_OnActorBump, Hit) == 0x00001C, "Member 'PathFollowingComponent_OnActorBump::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathFollowingComponent_OnNavDataRegistered \ static_assert(alignof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong alignment on PathFollowingComponent_OnNavDataRegistered"); \ static_assert(sizeof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong size on PathFollowingComponent_OnNavDataRegistered"); \ static_assert(offsetof(PathFollowingComponent_OnNavDataRegistered, NavData) == 0x000000, "Member 'PathFollowingComponent_OnNavDataRegistered::NavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathFollowingComponent_GetPathActionType \ static_assert(alignof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong alignment on PathFollowingComponent_GetPathActionType"); \ static_assert(sizeof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong size on PathFollowingComponent_GetPathActionType"); \ static_assert(offsetof(PathFollowingComponent_GetPathActionType, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathActionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathFollowingComponent_GetPathDestination \ static_assert(alignof(PathFollowingComponent_GetPathDestination) == 0x000004, "Wrong alignment on PathFollowingComponent_GetPathDestination"); \ static_assert(sizeof(PathFollowingComponent_GetPathDestination) == 0x00000C, "Wrong size on PathFollowingComponent_GetPathDestination"); \ static_assert(offsetof(PathFollowingComponent_GetPathDestination, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathFollowingComponent \ static_assert(alignof(UPathFollowingComponent) == 0x000008, "Wrong alignment on UPathFollowingComponent"); \ static_assert(sizeof(UPathFollowingComponent) == 0x000250, "Wrong size on UPathFollowingComponent"); \ static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000E8, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x0000F8, "Member 'UPathFollowingComponent::MyNavData' 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_Name \ static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ #define DUMPER7_ASSERTS_UAITask \ static_assert(alignof(UAITask) == 0x000008, "Wrong alignment on UAITask"); \ static_assert(sizeof(UAITask) == 0x000070, "Wrong size on UAITask"); \ static_assert(offsetof(UAITask, OwnerController) == 0x000068, "Member 'UAITask::OwnerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_LockLogic \ static_assert(alignof(UAITask_LockLogic) == 0x000008, "Wrong alignment on UAITask_LockLogic"); \ static_assert(sizeof(UAITask_LockLogic) == 0x000070, "Wrong size on UAITask_LockLogic"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_ProjectedPoints \ static_assert(alignof(UEnvQueryGenerator_ProjectedPoints) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ProjectedPoints"); \ static_assert(sizeof(UEnvQueryGenerator_ProjectedPoints) == 0x000080, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000050, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 0x000038, "Wrong size on AITask_MoveTo_AIMoveTo"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, Controller) == 0x000000, "Member 'AITask_MoveTo_AIMoveTo::Controller' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalLocation) == 0x000008, "Member 'AITask_MoveTo_AIMoveTo::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalActor) == 0x000018, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x000024, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x000025, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x000026, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x000027, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuosGoalTracking) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuosGoalTracking' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000029, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_MoveTo \ static_assert(alignof(UAITask_MoveTo) == 0x000008, "Wrong alignment on UAITask_MoveTo"); \ static_assert(sizeof(UAITask_MoveTo) == 0x000110, "Wrong size on UAITask_MoveTo"); \ static_assert(offsetof(UAITask_MoveTo, OnRequestFailed) == 0x000070, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000080, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x000090, "Member 'UAITask_MoveTo::MoveRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryContext \ static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Enum \ static_assert(alignof(UBlackboardKeyType_Enum) == 0x000008, "Wrong alignment on UBlackboardKeyType_Enum"); \ static_assert(sizeof(UBlackboardKeyType_Enum) == 0x000050, "Wrong size on UBlackboardKeyType_Enum"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000030, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_CreateActionInstance \ static_assert(alignof(PawnAction_CreateActionInstance) == 0x000008, "Wrong alignment on PawnAction_CreateActionInstance"); \ static_assert(sizeof(PawnAction_CreateActionInstance) == 0x000018, "Wrong size on PawnAction_CreateActionInstance"); \ static_assert(offsetof(PawnAction_CreateActionInstance, WorldContextObject) == 0x000000, "Member 'PawnAction_CreateActionInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PawnAction_CreateActionInstance, ActionClass) == 0x000008, "Member 'PawnAction_CreateActionInstance::ActionClass' has a wrong offset!"); \ static_assert(offsetof(PawnAction_CreateActionInstance, ReturnValue) == 0x000010, "Member 'PawnAction_CreateActionInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_Finish \ static_assert(alignof(PawnAction_Finish) == 0x000001, "Wrong alignment on PawnAction_Finish"); \ static_assert(sizeof(PawnAction_Finish) == 0x000001, "Wrong size on PawnAction_Finish"); \ static_assert(offsetof(PawnAction_Finish, WithResult) == 0x000000, "Member 'PawnAction_Finish::WithResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_GetActionPriority \ static_assert(alignof(PawnAction_GetActionPriority) == 0x000001, "Wrong alignment on PawnAction_GetActionPriority"); \ static_assert(sizeof(PawnAction_GetActionPriority) == 0x000001, "Wrong size on PawnAction_GetActionPriority"); \ static_assert(offsetof(PawnAction_GetActionPriority, ReturnValue) == 0x000000, "Member 'PawnAction_GetActionPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction \ static_assert(alignof(UPawnAction) == 0x000008, "Wrong alignment on UPawnAction"); \ static_assert(sizeof(UPawnAction) == 0x000090, "Wrong size on UPawnAction"); \ static_assert(offsetof(UPawnAction, ChildAction) == 0x000028, "Member 'UPawnAction::ChildAction' has a wrong offset!"); \ static_assert(offsetof(UPawnAction, ParentAction) == 0x000030, "Member 'UPawnAction::ParentAction' has a wrong offset!"); \ static_assert(offsetof(UPawnAction, OwnerComponent) == 0x000038, "Member 'UPawnAction::OwnerComponent' has a wrong offset!"); \ static_assert(offsetof(UPawnAction, Instigator) == 0x000040, "Member 'UPawnAction::Instigator' has a wrong offset!"); \ static_assert(offsetof(UPawnAction, BrainComp) == 0x000048, "Member 'UPawnAction::BrainComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Repeat \ static_assert(alignof(UPawnAction_Repeat) == 0x000008, "Wrong alignment on UPawnAction_Repeat"); \ static_assert(sizeof(UPawnAction_Repeat) == 0x0000B0, "Wrong size on UPawnAction_Repeat"); \ static_assert(offsetof(UPawnAction_Repeat, ActionToRepeat) == 0x000090, "Member 'UPawnAction_Repeat::ActionToRepeat' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, RecentActionCopy) == 0x000098, "Member 'UPawnAction_Repeat::RecentActionCopy' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Repeat::ChildFailureHandlingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ static_assert(sizeof(UBlackboardKeyType_Int) == 0x000030, "Wrong size on UBlackboardKeyType_Int"); \ #define DUMPER7_ASSERTS_UAIHotSpotManager \ static_assert(alignof(UAIHotSpotManager) == 0x000008, "Wrong alignment on UAIHotSpotManager"); \ static_assert(sizeof(UAIHotSpotManager) == 0x000028, "Wrong size on UAIHotSpotManager"); \ #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) == 0x000108, "Wrong size on UBrainComponent"); \ static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000B8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000C0, "Member 'UBrainComponent::AIOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense \ static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ static_assert(sizeof(UAISense) == 0x000080, "Wrong size on UAISense"); \ static_assert(offsetof(UAISense, DefaultExpirationAge) == 0x000028, "Member 'UAISense::DefaultExpirationAge' has a wrong offset!"); \ static_assert(offsetof(UAISense, NotifyType) == 0x00002C, "Member 'UAISense::NotifyType' has a wrong offset!"); \ static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000038, "Member 'UAISense::PerceptionSystemInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Team \ static_assert(alignof(UAISense_Team) == 0x000008, "Wrong alignment on UAISense_Team"); \ static_assert(sizeof(UAISense_Team) == 0x000090, "Wrong size on UAISense_Team"); \ static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000080, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_ClaimTaskResource \ static_assert(alignof(AIController_ClaimTaskResource) == 0x000008, "Wrong alignment on AIController_ClaimTaskResource"); \ static_assert(sizeof(AIController_ClaimTaskResource) == 0x000008, "Wrong size on AIController_ClaimTaskResource"); \ static_assert(offsetof(AIController_ClaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_ClaimTaskResource::ResourceClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetAIPerceptionComponent \ static_assert(alignof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong alignment on AIController_GetAIPerceptionComponent"); \ static_assert(sizeof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong size on AIController_GetAIPerceptionComponent"); \ static_assert(offsetof(AIController_GetAIPerceptionComponent, ReturnValue) == 0x000000, "Member 'AIController_GetAIPerceptionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_K2_SetFocalPoint \ static_assert(alignof(AIController_K2_SetFocalPoint) == 0x000004, "Wrong alignment on AIController_K2_SetFocalPoint"); \ static_assert(sizeof(AIController_K2_SetFocalPoint) == 0x00000C, "Wrong size on AIController_K2_SetFocalPoint"); \ static_assert(offsetof(AIController_K2_SetFocalPoint, FP) == 0x000000, "Member 'AIController_K2_SetFocalPoint::FP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_K2_SetFocus \ static_assert(alignof(AIController_K2_SetFocus) == 0x000008, "Wrong alignment on AIController_K2_SetFocus"); \ static_assert(sizeof(AIController_K2_SetFocus) == 0x000008, "Wrong size on AIController_K2_SetFocus"); \ static_assert(offsetof(AIController_K2_SetFocus, NewFocus) == 0x000000, "Member 'AIController_K2_SetFocus::NewFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_MoveToActor \ static_assert(alignof(AIController_MoveToActor) == 0x000008, "Wrong alignment on AIController_MoveToActor"); \ static_assert(sizeof(AIController_MoveToActor) == 0x000020, "Wrong size on AIController_MoveToActor"); \ static_assert(offsetof(AIController_MoveToActor, Goal) == 0x000000, "Member 'AIController_MoveToActor::Goal' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, AcceptanceRadius) == 0x000008, "Member 'AIController_MoveToActor::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, bStopOnOverlap) == 0x00000C, "Member 'AIController_MoveToActor::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, bUsePathfinding) == 0x00000D, "Member 'AIController_MoveToActor::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, bCanStrafe) == 0x00000E, "Member 'AIController_MoveToActor::bCanStrafe' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, FilterClass) == 0x000010, "Member 'AIController_MoveToActor::FilterClass' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, bAllowPartialPath) == 0x000018, "Member 'AIController_MoveToActor::bAllowPartialPath' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToActor, ReturnValue) == 0x000019, "Member 'AIController_MoveToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_MoveToLocation \ static_assert(alignof(AIController_MoveToLocation) == 0x000008, "Wrong alignment on AIController_MoveToLocation"); \ static_assert(sizeof(AIController_MoveToLocation) == 0x000028, "Wrong size on AIController_MoveToLocation"); \ static_assert(offsetof(AIController_MoveToLocation, Dest) == 0x000000, "Member 'AIController_MoveToLocation::Dest' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, AcceptanceRadius) == 0x00000C, "Member 'AIController_MoveToLocation::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, bStopOnOverlap) == 0x000010, "Member 'AIController_MoveToLocation::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, bUsePathfinding) == 0x000011, "Member 'AIController_MoveToLocation::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, bProjectDestinationToNavigation) == 0x000012, "Member 'AIController_MoveToLocation::bProjectDestinationToNavigation' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, bCanStrafe) == 0x000013, "Member 'AIController_MoveToLocation::bCanStrafe' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, FilterClass) == 0x000018, "Member 'AIController_MoveToLocation::FilterClass' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, bAllowPartialPath) == 0x000020, "Member 'AIController_MoveToLocation::bAllowPartialPath' has a wrong offset!"); \ static_assert(offsetof(AIController_MoveToLocation, ReturnValue) == 0x000021, "Member 'AIController_MoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_OnGameplayTaskResourcesClaimed \ static_assert(alignof(AIController_OnGameplayTaskResourcesClaimed) == 0x000002, "Wrong alignment on AIController_OnGameplayTaskResourcesClaimed"); \ static_assert(sizeof(AIController_OnGameplayTaskResourcesClaimed) == 0x000004, "Wrong size on AIController_OnGameplayTaskResourcesClaimed"); \ static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, NewlyClaimed) == 0x000000, "Member 'AIController_OnGameplayTaskResourcesClaimed::NewlyClaimed' has a wrong offset!"); \ static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, FreshlyReleased) == 0x000002, "Member 'AIController_OnGameplayTaskResourcesClaimed::FreshlyReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_OnUsingBlackBoard \ static_assert(alignof(AIController_OnUsingBlackBoard) == 0x000008, "Wrong alignment on AIController_OnUsingBlackBoard"); \ static_assert(sizeof(AIController_OnUsingBlackBoard) == 0x000010, "Wrong size on AIController_OnUsingBlackBoard"); \ static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardComp) == 0x000000, "Member 'AIController_OnUsingBlackBoard::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardAsset) == 0x000008, "Member 'AIController_OnUsingBlackBoard::BlackboardAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_RunBehaviorTree \ static_assert(alignof(AIController_RunBehaviorTree) == 0x000008, "Wrong alignment on AIController_RunBehaviorTree"); \ static_assert(sizeof(AIController_RunBehaviorTree) == 0x000010, "Wrong size on AIController_RunBehaviorTree"); \ static_assert(offsetof(AIController_RunBehaviorTree, BTAsset) == 0x000000, "Member 'AIController_RunBehaviorTree::BTAsset' has a wrong offset!"); \ static_assert(offsetof(AIController_RunBehaviorTree, ReturnValue) == 0x000008, "Member 'AIController_RunBehaviorTree::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_SetMoveBlockDetection \ static_assert(alignof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong alignment on AIController_SetMoveBlockDetection"); \ static_assert(sizeof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong size on AIController_SetMoveBlockDetection"); \ static_assert(offsetof(AIController_SetMoveBlockDetection, bEnable) == 0x000000, "Member 'AIController_SetMoveBlockDetection::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_SetPathFollowingComponent \ static_assert(alignof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_SetPathFollowingComponent"); \ static_assert(sizeof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong size on AIController_SetPathFollowingComponent"); \ static_assert(offsetof(AIController_SetPathFollowingComponent, NewPFComponent) == 0x000000, "Member 'AIController_SetPathFollowingComponent::NewPFComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_UnclaimTaskResource \ static_assert(alignof(AIController_UnclaimTaskResource) == 0x000008, "Wrong alignment on AIController_UnclaimTaskResource"); \ static_assert(sizeof(AIController_UnclaimTaskResource) == 0x000008, "Wrong size on AIController_UnclaimTaskResource"); \ static_assert(offsetof(AIController_UnclaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_UnclaimTaskResource::ResourceClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_UseBlackboard \ static_assert(alignof(AIController_UseBlackboard) == 0x000008, "Wrong alignment on AIController_UseBlackboard"); \ static_assert(sizeof(AIController_UseBlackboard) == 0x000018, "Wrong size on AIController_UseBlackboard"); \ static_assert(offsetof(AIController_UseBlackboard, BlackboardAsset) == 0x000000, "Member 'AIController_UseBlackboard::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(AIController_UseBlackboard, BlackboardComponent) == 0x000008, "Member 'AIController_UseBlackboard::BlackboardComponent' has a wrong offset!"); \ static_assert(offsetof(AIController_UseBlackboard, ReturnValue) == 0x000010, "Member 'AIController_UseBlackboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetFocalPoint \ static_assert(alignof(AIController_GetFocalPoint) == 0x000004, "Wrong alignment on AIController_GetFocalPoint"); \ static_assert(sizeof(AIController_GetFocalPoint) == 0x00000C, "Wrong size on AIController_GetFocalPoint"); \ static_assert(offsetof(AIController_GetFocalPoint, ReturnValue) == 0x000000, "Member 'AIController_GetFocalPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetFocalPointOnActor \ static_assert(alignof(AIController_GetFocalPointOnActor) == 0x000008, "Wrong alignment on AIController_GetFocalPointOnActor"); \ static_assert(sizeof(AIController_GetFocalPointOnActor) == 0x000018, "Wrong size on AIController_GetFocalPointOnActor"); \ static_assert(offsetof(AIController_GetFocalPointOnActor, Actor) == 0x000000, "Member 'AIController_GetFocalPointOnActor::Actor' has a wrong offset!"); \ static_assert(offsetof(AIController_GetFocalPointOnActor, ReturnValue) == 0x000008, "Member 'AIController_GetFocalPointOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetFocusActor \ static_assert(alignof(AIController_GetFocusActor) == 0x000008, "Wrong alignment on AIController_GetFocusActor"); \ static_assert(sizeof(AIController_GetFocusActor) == 0x000008, "Wrong size on AIController_GetFocusActor"); \ static_assert(offsetof(AIController_GetFocusActor, ReturnValue) == 0x000000, "Member 'AIController_GetFocusActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetImmediateMoveDestination \ static_assert(alignof(AIController_GetImmediateMoveDestination) == 0x000004, "Wrong alignment on AIController_GetImmediateMoveDestination"); \ static_assert(sizeof(AIController_GetImmediateMoveDestination) == 0x00000C, "Wrong size on AIController_GetImmediateMoveDestination"); \ static_assert(offsetof(AIController_GetImmediateMoveDestination, ReturnValue) == 0x000000, "Member 'AIController_GetImmediateMoveDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetMoveStatus \ static_assert(alignof(AIController_GetMoveStatus) == 0x000001, "Wrong alignment on AIController_GetMoveStatus"); \ static_assert(sizeof(AIController_GetMoveStatus) == 0x000001, "Wrong size on AIController_GetMoveStatus"); \ static_assert(offsetof(AIController_GetMoveStatus, ReturnValue) == 0x000000, "Member 'AIController_GetMoveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_GetPathFollowingComponent \ static_assert(alignof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_GetPathFollowingComponent"); \ static_assert(sizeof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong size on AIController_GetPathFollowingComponent"); \ static_assert(offsetof(AIController_GetPathFollowingComponent, ReturnValue) == 0x000000, "Member 'AIController_GetPathFollowingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIController_HasPartialPath \ static_assert(alignof(AIController_HasPartialPath) == 0x000001, "Wrong alignment on AIController_HasPartialPath"); \ static_assert(sizeof(AIController_HasPartialPath) == 0x000001, "Wrong size on AIController_HasPartialPath"); \ static_assert(offsetof(AIController_HasPartialPath, ReturnValue) == 0x000000, "Member 'AIController_HasPartialPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIController \ static_assert(alignof(AAIController) == 0x000008, "Wrong alignment on AAIController"); \ static_assert(sizeof(AAIController) == 0x000328, "Wrong size on AAIController"); \ static_assert(offsetof(AAIController, PathFollowingComponent) == 0x0002D8, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, BrainComponent) == 0x0002E0, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, PerceptionComponent) == 0x0002E8, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, ActionsComp) == 0x0002F0, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ static_assert(offsetof(AAIController, Blackboard) == 0x0002F8, "Member 'AAIController::Blackboard' has a wrong offset!"); \ static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000300, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000308, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000310, "Member 'AAIController::ReceiveMoveCompleted' 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) == 0x000040, "Wrong size on AISense_Damage_ReportDamageEvent"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, WorldContextObject) == 0x000000, "Member 'AISense_Damage_ReportDamageEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamagedActor) == 0x000008, "Member 'AISense_Damage_ReportDamageEvent::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, Instigator) == 0x000010, "Member 'AISense_Damage_ReportDamageEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamageAmount) == 0x000018, "Member 'AISense_Damage_ReportDamageEvent::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, EventLocation) == 0x00001C, "Member 'AISense_Damage_ReportDamageEvent::EventLocation' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, HitLocation) == 0x000028, "Member 'AISense_Damage_ReportDamageEvent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(AISense_Damage_ReportDamageEvent, Tag) == 0x000034, "Member 'AISense_Damage_ReportDamageEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Damage \ static_assert(alignof(UAISense_Damage) == 0x000008, "Wrong alignment on UAISense_Damage"); \ static_assert(sizeof(UAISense_Damage) == 0x000090, "Wrong size on UAISense_Damage"); \ static_assert(offsetof(UAISense_Damage, RegisteredEvents) == 0x000080, "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) == 0x000090, "Wrong size on UAISense_Prediction"); \ static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000080, "Member 'UAISense_Prediction::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Hearing_ReportNoiseEvent \ static_assert(alignof(AISense_Hearing_ReportNoiseEvent) == 0x000008, "Wrong alignment on AISense_Hearing_ReportNoiseEvent"); \ static_assert(sizeof(AISense_Hearing_ReportNoiseEvent) == 0x000030, "Wrong size on AISense_Hearing_ReportNoiseEvent"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, WorldContextObject) == 0x000000, "Member 'AISense_Hearing_ReportNoiseEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, NoiseLocation) == 0x000008, "Member 'AISense_Hearing_ReportNoiseEvent::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Loudness) == 0x000014, "Member 'AISense_Hearing_ReportNoiseEvent::Loudness' has a wrong offset!"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Instigator) == 0x000018, "Member 'AISense_Hearing_ReportNoiseEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, MaxRange) == 0x000020, "Member 'AISense_Hearing_ReportNoiseEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Tag) == 0x000024, "Member 'AISense_Hearing_ReportNoiseEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Hearing \ static_assert(alignof(UAISense_Hearing) == 0x000008, "Wrong alignment on UAISense_Hearing"); \ static_assert(sizeof(UAISense_Hearing) == 0x0000E8, "Wrong size on UAISense_Hearing"); \ static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000080, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x000090, "Member 'UAISense_Hearing::SpeedOfSoundSq' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig \ static_assert(alignof(UAISenseConfig) == 0x000008, "Wrong alignment on UAISenseConfig"); \ static_assert(sizeof(UAISenseConfig) == 0x000048, "Wrong size on UAISenseConfig"); \ static_assert(offsetof(UAISenseConfig, DebugColor) == 0x000028, "Member 'UAISenseConfig::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig, MaxAge) == 0x00002C, "Member 'UAISenseConfig::MaxAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Blueprint \ static_assert(alignof(UAISenseConfig_Blueprint) == 0x000008, "Wrong alignment on UAISenseConfig_Blueprint"); \ static_assert(sizeof(UAISenseConfig_Blueprint) == 0x000050, "Wrong size on UAISenseConfig_Blueprint"); \ static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000048, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_ClearValue \ static_assert(alignof(BlackboardComponent_ClearValue) == 0x000004, "Wrong alignment on BlackboardComponent_ClearValue"); \ static_assert(sizeof(BlackboardComponent_ClearValue) == 0x000008, "Wrong size on BlackboardComponent_ClearValue"); \ static_assert(offsetof(BlackboardComponent_ClearValue, KeyName) == 0x000000, "Member 'BlackboardComponent_ClearValue::KeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool \ static_assert(alignof(BlackboardComponent_SetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsBool"); \ static_assert(sizeof(BlackboardComponent_SetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsBool"); \ static_assert(offsetof(BlackboardComponent_SetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsBool::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsBool, BoolValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsBool::BoolValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass \ static_assert(alignof(BlackboardComponent_SetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsClass"); \ static_assert(sizeof(BlackboardComponent_SetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsClass"); \ static_assert(offsetof(BlackboardComponent_SetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsClass::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsClass, ClassValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsClass::ClassValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsEnum \ static_assert(alignof(BlackboardComponent_SetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsEnum"); \ static_assert(sizeof(BlackboardComponent_SetValueAsEnum) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsEnum"); \ static_assert(offsetof(BlackboardComponent_SetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsEnum::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsEnum, EnumValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsEnum::EnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsFloat \ static_assert(alignof(BlackboardComponent_SetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsFloat"); \ static_assert(sizeof(BlackboardComponent_SetValueAsFloat) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsFloat"); \ static_assert(offsetof(BlackboardComponent_SetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsFloat::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsFloat, FloatValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsFloat::FloatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsInt \ static_assert(alignof(BlackboardComponent_SetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsInt"); \ static_assert(sizeof(BlackboardComponent_SetValueAsInt) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsInt"); \ static_assert(offsetof(BlackboardComponent_SetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsInt::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsInt, IntValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsInt::IntValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsName \ static_assert(alignof(BlackboardComponent_SetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsName"); \ static_assert(sizeof(BlackboardComponent_SetValueAsName) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsName"); \ static_assert(offsetof(BlackboardComponent_SetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsName::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsName, NameValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsName::NameValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsObject \ static_assert(alignof(BlackboardComponent_SetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsObject"); \ static_assert(sizeof(BlackboardComponent_SetValueAsObject) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsObject"); \ static_assert(offsetof(BlackboardComponent_SetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsObject::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsObject, ObjectValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsObject::ObjectValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator \ static_assert(alignof(BlackboardComponent_SetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsRotator"); \ static_assert(sizeof(BlackboardComponent_SetValueAsRotator) == 0x000014, "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) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsVector"); \ static_assert(sizeof(BlackboardComponent_SetValueAsVector) == 0x000014, "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) == 0x000004, "Wrong alignment on BlackboardComponent_GetLocationFromEntry"); \ static_assert(sizeof(BlackboardComponent_GetLocationFromEntry) == 0x000018, "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) == 0x000014, "Member 'BlackboardComponent_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetRotationFromEntry \ static_assert(alignof(BlackboardComponent_GetRotationFromEntry) == 0x000004, "Wrong alignment on BlackboardComponent_GetRotationFromEntry"); \ static_assert(sizeof(BlackboardComponent_GetRotationFromEntry) == 0x000018, "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) == 0x000014, "Member 'BlackboardComponent_GetRotationFromEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsBool \ static_assert(alignof(BlackboardComponent_GetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsBool"); \ static_assert(sizeof(BlackboardComponent_GetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsBool"); \ static_assert(offsetof(BlackboardComponent_GetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsBool::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsBool, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsClass \ static_assert(alignof(BlackboardComponent_GetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsClass"); \ static_assert(sizeof(BlackboardComponent_GetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsClass"); \ static_assert(offsetof(BlackboardComponent_GetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsClass::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsClass, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsEnum \ static_assert(alignof(BlackboardComponent_GetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsEnum"); \ static_assert(sizeof(BlackboardComponent_GetValueAsEnum) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsEnum"); \ static_assert(offsetof(BlackboardComponent_GetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsEnum::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsEnum, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsFloat \ static_assert(alignof(BlackboardComponent_GetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsFloat"); \ static_assert(sizeof(BlackboardComponent_GetValueAsFloat) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsFloat"); \ static_assert(offsetof(BlackboardComponent_GetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsFloat::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsFloat, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsInt \ static_assert(alignof(BlackboardComponent_GetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsInt"); \ static_assert(sizeof(BlackboardComponent_GetValueAsInt) == 0x00000C, "Wrong size on BlackboardComponent_GetValueAsInt"); \ static_assert(offsetof(BlackboardComponent_GetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsInt::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsInt, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsName \ static_assert(alignof(BlackboardComponent_GetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsName"); \ static_assert(sizeof(BlackboardComponent_GetValueAsName) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsName"); \ static_assert(offsetof(BlackboardComponent_GetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsName::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsName, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsObject \ static_assert(alignof(BlackboardComponent_GetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsObject"); \ static_assert(sizeof(BlackboardComponent_GetValueAsObject) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsObject"); \ static_assert(offsetof(BlackboardComponent_GetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsObject::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_GetValueAsObject, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsRotator \ static_assert(alignof(BlackboardComponent_GetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsRotator"); \ static_assert(sizeof(BlackboardComponent_GetValueAsRotator) == 0x000014, "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) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsVector"); \ static_assert(sizeof(BlackboardComponent_GetValueAsVector) == 0x000014, "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) == 0x0001B8, "Wrong size on UBlackboardComponent"); \ static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000B0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000B8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000C0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000E8, "Member 'UBlackboardComponent::KeyInstances' 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_NavLinkProxy_ReceiveSmartLinkReached \ static_assert(alignof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000008, "Wrong alignment on NavLinkProxy_ReceiveSmartLinkReached"); \ static_assert(sizeof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000018, "Wrong size on NavLinkProxy_ReceiveSmartLinkReached"); \ static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Agent) == 0x000000, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Agent' has a wrong offset!"); \ static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Destination) == 0x000008, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Destination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_ResumePathFollowing \ static_assert(alignof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong alignment on NavLinkProxy_ResumePathFollowing"); \ static_assert(sizeof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong size on NavLinkProxy_ResumePathFollowing"); \ static_assert(offsetof(NavLinkProxy_ResumePathFollowing, Agent) == 0x000000, "Member 'NavLinkProxy_ResumePathFollowing::Agent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_SetSmartLinkEnabled \ static_assert(alignof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_SetSmartLinkEnabled"); \ static_assert(sizeof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_SetSmartLinkEnabled"); \ static_assert(offsetof(NavLinkProxy_SetSmartLinkEnabled, bEnabled) == 0x000000, "Member 'NavLinkProxy_SetSmartLinkEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_HasMovingAgents \ static_assert(alignof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong alignment on NavLinkProxy_HasMovingAgents"); \ static_assert(sizeof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong size on NavLinkProxy_HasMovingAgents"); \ static_assert(offsetof(NavLinkProxy_HasMovingAgents, ReturnValue) == 0x000000, "Member 'NavLinkProxy_HasMovingAgents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_IsSmartLinkEnabled \ static_assert(alignof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_IsSmartLinkEnabled"); \ static_assert(sizeof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_IsSmartLinkEnabled"); \ static_assert(offsetof(NavLinkProxy_IsSmartLinkEnabled, ReturnValue) == 0x000000, "Member 'NavLinkProxy_IsSmartLinkEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavLinkProxy \ static_assert(alignof(ANavLinkProxy) == 0x000008, "Wrong alignment on ANavLinkProxy"); \ static_assert(sizeof(ANavLinkProxy) == 0x000270, "Wrong size on ANavLinkProxy"); \ static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000230, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x000240, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x000250, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x000258, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x000260, "Member 'ANavLinkProxy::OnSmartLinkReached' 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) == 0x000060, "Wrong size on UAISenseEvent_Damage"); \ static_assert(offsetof(UAISenseEvent_Damage, Event) == 0x000028, "Member 'UAISenseEvent_Damage::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseEvent_Hearing \ static_assert(alignof(UAISenseEvent_Hearing) == 0x000008, "Wrong alignment on UAISenseEvent_Hearing"); \ static_assert(sizeof(UAISenseEvent_Hearing) == 0x000058, "Wrong size on UAISenseEvent_Hearing"); \ static_assert(offsetof(UAISenseEvent_Hearing, Event) == 0x000028, "Member 'UAISenseEvent_Hearing::Event' 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) == 0x0001D0, "Wrong size on UEnvQueryGenerator_Donut"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, InnerRadius) == 0x000080, "Member 'UEnvQueryGenerator_Donut::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, OuterRadius) == 0x0000B8, "Member 'UEnvQueryGenerator_Donut::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, NumberOfRings) == 0x0000F0, "Member 'UEnvQueryGenerator_Donut::NumberOfRings' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, PointsPerRing) == 0x000128, "Member 'UEnvQueryGenerator_Donut::PointsPerRing' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, ArcDirection) == 0x000160, "Member 'UEnvQueryGenerator_Donut::ArcDirection' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, ArcAngle) == 0x000180, "Member 'UEnvQueryGenerator_Donut::ArcAngle' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, bUseSpiralPattern) == 0x0001B8, "Member 'UEnvQueryGenerator_Donut::bUseSpiralPattern' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Donut, Center) == 0x0001C0, "Member 'UEnvQueryGenerator_Donut::Center' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTree \ static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ static_assert(sizeof(UBehaviorTree) == 0x000068, "Wrong size on UBehaviorTree"); \ static_assert(offsetof(UBehaviorTree, RootNode) == 0x000030, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000038, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000040, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000050, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTNode \ static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ static_assert(sizeof(UBTNode) == 0x000058, "Wrong size on UBTNode"); \ static_assert(offsetof(UBTNode, NodeName) == 0x000030, "Member 'UBTNode::NodeName' has a wrong offset!"); \ static_assert(offsetof(UBTNode, TreeAsset) == 0x000040, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ static_assert(offsetof(UBTNode, ParentNode) == 0x000048, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000038, "Wrong size on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Pawn) == 0x000008, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Pawn' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Destination) == 0x000010, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Destination' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, TargetActor) == 0x000020, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x00002C, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController \ static_assert(alignof(AIBlueprintHelperLibrary_GetAIController) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetAIController"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetAIController) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetAIController"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ControlledActor) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetAIController::ControlledActor' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetAIController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard \ static_assert(alignof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetBlackboard"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetBlackboard"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetBlackboard::Target' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetBlackboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPath"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPath"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathIndex \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetNextNavLinkIndex \ static_assert(alignof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIDirection \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIDirection"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, DirectionVector) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::DirectionVector' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAILocation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, Location) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::Location' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIRotation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, Rotation) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation \ static_assert(alignof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, bLockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::bLockMovement' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, LockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::LockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage \ static_assert(alignof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SendAIMessage"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SendAIMessage) == 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) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass \ static_assert(alignof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000048, "Wrong size on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, PawnClass) == 0x000008, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::PawnClass' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, BehaviorTree) == 0x000010, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::BehaviorTree' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Location) == 0x000018, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Location' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Rotation) == 0x000024, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000038, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000040, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ static_assert(sizeof(UAIBlueprintHelperLibrary) == 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_UEnvQueryItemType \ static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ static_assert(sizeof(UEnvQueryItemType) == 0x000030, "Wrong size on UEnvQueryItemType"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_VectorBase \ static_assert(alignof(UEnvQueryItemType_VectorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_VectorBase"); \ static_assert(sizeof(UEnvQueryItemType_VectorBase) == 0x000030, "Wrong size on UEnvQueryItemType_VectorBase"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_ActorBase \ static_assert(alignof(UEnvQueryItemType_ActorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_ActorBase"); \ static_assert(sizeof(UEnvQueryItemType_ActorBase) == 0x000030, "Wrong size on UEnvQueryItemType_ActorBase"); \ #define DUMPER7_ASSERTS_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_AIPerceptionComponent_GetActorsPerception \ static_assert(alignof(AIPerceptionComponent_GetActorsPerception) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetActorsPerception"); \ static_assert(sizeof(AIPerceptionComponent_GetActorsPerception) == 0x000030, "Wrong size on AIPerceptionComponent_GetActorsPerception"); \ static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Actor) == 0x000000, "Member 'AIPerceptionComponent_GetActorsPerception::Actor' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Info) == 0x000008, "Member 'AIPerceptionComponent_GetActorsPerception::Info' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, ReturnValue) == 0x000028, "Member 'AIPerceptionComponent_GetActorsPerception::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_OnOwnerEndPlay \ static_assert(alignof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000008, "Wrong alignment on AIPerceptionComponent_OnOwnerEndPlay"); \ static_assert(sizeof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000010, "Wrong size on AIPerceptionComponent_OnOwnerEndPlay"); \ static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, Actor) == 0x000000, "Member 'AIPerceptionComponent_OnOwnerEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionComponent_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_SetSenseEnabled \ static_assert(alignof(AIPerceptionComponent_SetSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_SetSenseEnabled"); \ static_assert(sizeof(AIPerceptionComponent_SetSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_SetSenseEnabled"); \ static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_SetSenseEnabled::SenseClass' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, bEnable) == 0x000008, "Member 'AIPerceptionComponent_SetSenseEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_GetCurrentlyPerceivedActors \ static_assert(alignof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ static_assert(sizeof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::SenseToUse' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_GetKnownPerceivedActors \ static_assert(alignof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetKnownPerceivedActors"); \ static_assert(sizeof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetKnownPerceivedActors"); \ static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::SenseToUse' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedActors \ static_assert(alignof(AIPerceptionComponent_GetPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedActors"); \ static_assert(sizeof(AIPerceptionComponent_GetPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedActors"); \ static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedActors::SenseToUse' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors \ static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActors"); \ static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000010, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActors"); \ static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActors, OutActors) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense \ static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::SenseToUse' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerceptionComponent \ static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ static_assert(sizeof(UAIPerceptionComponent) == 0x000190, "Wrong size on UAIPerceptionComponent"); \ static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000B0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000C0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000D8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000160, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000170, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000180, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAIPerceptionListenerInterface \ static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ #define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_RegisterForSense \ static_assert(alignof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ static_assert(sizeof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ static_assert(offsetof(AIPerceptionStimuliSourceComponent_RegisterForSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_RegisterForSense::SenseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_UnregisterFromSense \ static_assert(alignof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ static_assert(sizeof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ static_assert(offsetof(AIPerceptionStimuliSourceComponent_UnregisterFromSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_UnregisterFromSense::SenseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerceptionStimuliSourceComponent \ static_assert(alignof(UAIPerceptionStimuliSourceComponent) == 0x000008, "Wrong alignment on UAIPerceptionStimuliSourceComponent"); \ static_assert(sizeof(UAIPerceptionStimuliSourceComponent) == 0x0000C8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000B8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000B0, "Wrong size on UBTTask_PlayAnimation"); \ static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000070, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000080, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000088, "Member 'UBTTask_PlayAnimation::CachedSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_AIPerceptionSystem_GetSenseClassForStimulus \ static_assert(alignof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000008, "Wrong alignment on AIPerceptionSystem_GetSenseClassForStimulus"); \ static_assert(sizeof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000050, "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) == 0x000048, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionSystem_RegisterPerceptionStimuliSource \ static_assert(alignof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000008, "Wrong alignment on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ static_assert(sizeof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000020, "Wrong size on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Sense) == 0x000008, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Sense' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Target) == 0x000010, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Target' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, ReturnValue) == 0x000018, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionSystem_ReportPerceptionEvent \ static_assert(alignof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportPerceptionEvent"); \ static_assert(sizeof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000010, "Wrong size on AIPerceptionSystem_ReportPerceptionEvent"); \ static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_ReportPerceptionEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, PerceptionEvent) == 0x000008, "Member 'AIPerceptionSystem_ReportPerceptionEvent::PerceptionEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay \ static_assert(alignof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000008, "Wrong alignment on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ static_assert(sizeof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000010, "Wrong size on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, Actor) == 0x000000, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerceptionSystem_ReportEvent \ static_assert(alignof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportEvent"); \ static_assert(sizeof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong size on AIPerceptionSystem_ReportEvent"); \ static_assert(offsetof(AIPerceptionSystem_ReportEvent, PerceptionEvent) == 0x000000, "Member 'AIPerceptionSystem_ReportEvent::PerceptionEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerceptionSystem \ static_assert(alignof(UAIPerceptionSystem) == 0x000008, "Wrong alignment on UAIPerceptionSystem"); \ static_assert(sizeof(UAIPerceptionSystem) == 0x000130, "Wrong size on UAIPerceptionSystem"); \ static_assert(offsetof(UAIPerceptionSystem, Senses) == 0x000088, "Member 'UAIPerceptionSystem::Senses' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionSystem, PerceptionAgingRate) == 0x000098, "Member 'UAIPerceptionSystem::PerceptionAgingRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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, bUpdatedToUseQuery) == 0x000240, "Member 'UEnvQueryTest_GameplayTags::bUpdatedToUseQuery' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_GameplayTags, TagsToMatch) == 0x000241, "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_IAIResourceInterface \ static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ #define DUMPER7_ASSERTS_UAIResource_Movement \ static_assert(alignof(UAIResource_Movement) == 0x000008, "Wrong alignment on UAIResource_Movement"); \ static_assert(sizeof(UAIResource_Movement) == 0x000038, "Wrong size on UAIResource_Movement"); \ #define DUMPER7_ASSERTS_UAIResource_Logic \ static_assert(alignof(UAIResource_Logic) == 0x000008, "Wrong alignment on UAIResource_Logic"); \ static_assert(sizeof(UAIResource_Logic) == 0x000038, "Wrong size on UAIResource_Logic"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_K2_OnNewPawn \ static_assert(alignof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong alignment on AISense_Blueprint_K2_OnNewPawn"); \ static_assert(sizeof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong size on AISense_Blueprint_K2_OnNewPawn"); \ static_assert(offsetof(AISense_Blueprint_K2_OnNewPawn, NewPawn) == 0x000000, "Member 'AISense_Blueprint_K2_OnNewPawn::NewPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered \ static_assert(alignof(AISense_Blueprint_OnListenerRegistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerRegistered"); \ static_assert(sizeof(AISense_Blueprint_OnListenerRegistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerRegistered"); \ static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerRegistered::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerRegistered::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered \ static_assert(alignof(AISense_Blueprint_OnListenerUnregistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUnregistered"); \ static_assert(sizeof(AISense_Blueprint_OnListenerUnregistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUnregistered"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUnregistered::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUnregistered::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated \ static_assert(alignof(AISense_Blueprint_OnListenerUpdated) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUpdated"); \ static_assert(sizeof(AISense_Blueprint_OnListenerUpdated) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUpdated"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUpdated::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUpdated::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnUpdate \ static_assert(alignof(AISense_Blueprint_OnUpdate) == 0x000008, "Wrong alignment on AISense_Blueprint_OnUpdate"); \ static_assert(sizeof(AISense_Blueprint_OnUpdate) == 0x000018, "Wrong size on AISense_Blueprint_OnUpdate"); \ static_assert(offsetof(AISense_Blueprint_OnUpdate, EventsToProcess) == 0x000000, "Member 'AISense_Blueprint_OnUpdate::EventsToProcess' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnUpdate, ReturnValue) == 0x000010, "Member 'AISense_Blueprint_OnUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors \ static_assert(alignof(AISense_Blueprint_GetAllListenerActors) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerActors"); \ static_assert(sizeof(AISense_Blueprint_GetAllListenerActors) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerActors"); \ static_assert(offsetof(AISense_Blueprint_GetAllListenerActors, ListenerActors) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerActors::ListenerActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents \ static_assert(alignof(AISense_Blueprint_GetAllListenerComponents) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerComponents"); \ static_assert(sizeof(AISense_Blueprint_GetAllListenerComponents) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerComponents"); \ static_assert(offsetof(AISense_Blueprint_GetAllListenerComponents, ListenerComponents) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerComponents::ListenerComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Blueprint \ static_assert(alignof(UAISense_Blueprint) == 0x000008, "Wrong alignment on UAISense_Blueprint"); \ static_assert(sizeof(UAISense_Blueprint) == 0x0000A8, "Wrong size on UAISense_Blueprint"); \ static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000080, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000088, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000098, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Sight \ static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ static_assert(sizeof(UAISense_Sight) == 0x000170, "Wrong size on UAISense_Sight"); \ static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000148, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00014C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000150, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000158, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000160, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000164, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Touch \ static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ static_assert(sizeof(UAISense_Touch) == 0x000090, "Wrong size on UAISense_Touch"); \ static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000080, "Member 'UAISense_Touch::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseBlueprintListener \ static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Prediction \ static_assert(alignof(UAISenseConfig_Prediction) == 0x000008, "Wrong alignment on UAISenseConfig_Prediction"); \ static_assert(sizeof(UAISenseConfig_Prediction) == 0x000048, "Wrong size on UAISenseConfig_Prediction"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Sight \ static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ static_assert(sizeof(UAISenseConfig_Sight) == 0x000070, "Wrong size on UAISenseConfig_Sight"); \ static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000048, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000050, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x000054, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000058, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000060, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x000064, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000068, "Member 'UAISenseConfig_Sight::NearClippingRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Team \ static_assert(alignof(UAISenseConfig_Team) == 0x000008, "Wrong alignment on UAISenseConfig_Team"); \ static_assert(sizeof(UAISenseConfig_Team) == 0x000048, "Wrong size on UAISenseConfig_Team"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Touch \ static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ static_assert(sizeof(UAISenseConfig_Touch) == 0x000048, "Wrong size on UAISenseConfig_Touch"); \ #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_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_BehaviorTreeComponent_AddCooldownTagDuration \ static_assert(alignof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000004, "Wrong alignment on BehaviorTreeComponent_AddCooldownTagDuration"); \ static_assert(sizeof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000010, "Wrong size on BehaviorTreeComponent_AddCooldownTagDuration"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownDuration) == 0x000008, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, bAddToExistingDuration) == 0x00000C, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::bAddToExistingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BehaviorTreeComponent_SetDynamicSubtree \ static_assert(alignof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000008, "Wrong alignment on BehaviorTreeComponent_SetDynamicSubtree"); \ static_assert(sizeof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000010, "Wrong size on BehaviorTreeComponent_SetDynamicSubtree"); \ static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, InjectTag) == 0x000000, "Member 'BehaviorTreeComponent_SetDynamicSubtree::InjectTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, BehaviorAsset) == 0x000008, "Member 'BehaviorTreeComponent_SetDynamicSubtree::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime \ static_assert(alignof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000004, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x00000C, "Wrong size on BehaviorTreeComponent_GetTagCooldownEndTime"); \ static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, ReturnValue) == 0x000008, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeComponent \ static_assert(alignof(UBehaviorTreeComponent) == 0x000008, "Wrong alignment on UBehaviorTreeComponent"); \ static_assert(sizeof(UBehaviorTreeComponent) == 0x000298, "Wrong size on UBehaviorTreeComponent"); \ static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000128, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000278, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Wait \ static_assert(alignof(UPawnAction_Wait) == 0x000008, "Wrong alignment on UPawnAction_Wait"); \ static_assert(sizeof(UPawnAction_Wait) == 0x0000A0, "Wrong size on UPawnAction_Wait"); \ static_assert(offsetof(UPawnAction_Wait, TimeToWait) == 0x000090, "Member 'UPawnAction_Wait::TimeToWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeManager \ static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ static_assert(sizeof(UBehaviorTreeManager) == 0x000050, "Wrong size on UBehaviorTreeManager"); \ static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000028, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000030, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000040, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeTypes \ static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "Wrong size on UBehaviorTreeTypes"); \ #define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBlackboardAssetProvider \ static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ #define DUMPER7_ASSERTS_UBlackboardData \ static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Bool \ static_assert(alignof(UBlackboardKeyType_Bool) == 0x000008, "Wrong alignment on UBlackboardKeyType_Bool"); \ static_assert(sizeof(UBlackboardKeyType_Bool) == 0x000030, "Wrong size on UBlackboardKeyType_Bool"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ static_assert(sizeof(UBlackboardKeyType_Class) == 0x000038, "Wrong size on UBlackboardKeyType_Class"); \ static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Float \ static_assert(alignof(UBlackboardKeyType_Float) == 0x000008, "Wrong alignment on UBlackboardKeyType_Float"); \ static_assert(sizeof(UBlackboardKeyType_Float) == 0x000030, "Wrong size on UBlackboardKeyType_Float"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000048, "Wrong size on UBlackboardKeyType_NativeEnum"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000030, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000040, "Member 'UBlackboardKeyType_NativeEnum::EnumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Object \ static_assert(alignof(UBlackboardKeyType_Object) == 0x000008, "Wrong alignment on UBlackboardKeyType_Object"); \ static_assert(sizeof(UBlackboardKeyType_Object) == 0x000038, "Wrong size on UBlackboardKeyType_Object"); \ static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000030, "Wrong size on UBlackboardKeyType_Rotator"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_String \ static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ static_assert(sizeof(UBlackboardKeyType_String) == 0x000040, "Wrong size on UBlackboardKeyType_String"); \ static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBlackboardKeyType_Vector \ static_assert(alignof(UBlackboardKeyType_Vector) == 0x000008, "Wrong alignment on UBlackboardKeyType_Vector"); \ static_assert(sizeof(UBlackboardKeyType_Vector) == 0x000030, "Wrong size on UBlackboardKeyType_Vector"); \ #define DUMPER7_ASSERTS_UBTAuxiliaryNode \ static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ #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_UBTCompositeNode \ static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ static_assert(sizeof(UBTCompositeNode) == 0x000090, "Wrong size on UBTCompositeNode"); \ static_assert(offsetof(UBTCompositeNode, Children) == 0x000058, "Member 'UBTCompositeNode::Children' has a wrong offset!"); \ static_assert(offsetof(UBTCompositeNode, Services) == 0x000068, "Member 'UBTCompositeNode::Services' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTComposite_Selector \ static_assert(alignof(UBTComposite_Selector) == 0x000008, "Wrong alignment on UBTComposite_Selector"); \ static_assert(sizeof(UBTComposite_Selector) == 0x000090, "Wrong size on UBTComposite_Selector"); \ #define DUMPER7_ASSERTS_UBTComposite_Sequence \ static_assert(alignof(UBTComposite_Sequence) == 0x000008, "Wrong alignment on UBTComposite_Sequence"); \ static_assert(sizeof(UBTComposite_Sequence) == 0x000090, "Wrong size on UBTComposite_Sequence"); \ #define DUMPER7_ASSERTS_UBTComposite_SimpleParallel \ static_assert(alignof(UBTComposite_SimpleParallel) == 0x000008, "Wrong alignment on UBTComposite_SimpleParallel"); \ static_assert(sizeof(UBTComposite_SimpleParallel) == 0x000098, "Wrong size on UBTComposite_SimpleParallel"); \ static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000090, "Member 'UBTComposite_SimpleParallel::FinishMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator \ 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_UBTDecorator_BlackboardBase \ static_assert(alignof(UBTDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UBTDecorator_BlackboardBase"); \ static_assert(sizeof(UBTDecorator_BlackboardBase) == 0x000090, "Wrong size on UBTDecorator_BlackboardBase"); \ static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000068, "Member 'UBTDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Blackboard \ static_assert(alignof(UBTDecorator_Blackboard) == 0x000008, "Wrong alignment on UBTDecorator_Blackboard"); \ static_assert(sizeof(UBTDecorator_Blackboard) == 0x0000C0, "Wrong size on UBTDecorator_Blackboard"); \ static_assert(offsetof(UBTDecorator_Blackboard, IntValue) == 0x000090, "Member 'UBTDecorator_Blackboard::IntValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, FloatValue) == 0x000094, "Member 'UBTDecorator_Blackboard::FloatValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, StringValue) == 0x000098, "Member 'UBTDecorator_Blackboard::StringValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, CachedDescription) == 0x0000A8, "Member 'UBTDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, OperationType) == 0x0000B8, "Member 'UBTDecorator_Blackboard::OperationType' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, NotifyObserver) == 0x0000B9, "Member 'UBTDecorator_Blackboard::NotifyObserver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheck \ static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheck"); \ static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheck"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheckAI \ static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinish \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinishAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStart \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStart, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStartAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivated \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivated::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivatedAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivated \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivated::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTick \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorExecutionActive \ static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorExecutionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorObserverActive \ static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorObserverActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorObserverActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_BlueprintBase \ static_assert(alignof(UBTDecorator_BlueprintBase) == 0x000008, "Wrong alignment on UBTDecorator_BlueprintBase"); \ static_assert(sizeof(UBTDecorator_BlueprintBase) == 0x0000A0, "Wrong size on UBTDecorator_BlueprintBase"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, AIOwner) == 0x000068, "Member 'UBTDecorator_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, ActorOwner) == 0x000070, "Member 'UBTDecorator_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, ObservedKeyNames) == 0x000078, "Member 'UBTDecorator_BlueprintBase::ObservedKeyNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBTDecorator_CheckGameplayTagsOnActor \ static_assert(alignof(UBTDecorator_CheckGameplayTagsOnActor) == 0x000008, "Wrong alignment on UBTDecorator_CheckGameplayTagsOnActor"); \ static_assert(sizeof(UBTDecorator_CheckGameplayTagsOnActor) == 0x0000C8, "Wrong size on UBTDecorator_CheckGameplayTagsOnActor"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, ActorToCheck) == 0x000068, "Member 'UBTDecorator_CheckGameplayTagsOnActor::ActorToCheck' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, TagsToMatch) == 0x000090, "Member 'UBTDecorator_CheckGameplayTagsOnActor::TagsToMatch' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, GameplayTags) == 0x000098, "Member 'UBTDecorator_CheckGameplayTagsOnActor::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, CachedDescription) == 0x0000B8, "Member 'UBTDecorator_CheckGameplayTagsOnActor::CachedDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CompareBBEntries \ static_assert(alignof(UBTDecorator_CompareBBEntries) == 0x000008, "Wrong alignment on UBTDecorator_CompareBBEntries"); \ static_assert(sizeof(UBTDecorator_CompareBBEntries) == 0x0000C0, "Wrong size on UBTDecorator_CompareBBEntries"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, Operator) == 0x000068, "Member 'UBTDecorator_CompareBBEntries::Operator' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyA) == 0x000070, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyA' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyB) == 0x000098, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ConditionalLoop \ static_assert(alignof(UBTDecorator_ConditionalLoop) == 0x000008, "Wrong alignment on UBTDecorator_ConditionalLoop"); \ static_assert(sizeof(UBTDecorator_ConditionalLoop) == 0x0000C0, "Wrong size on UBTDecorator_ConditionalLoop"); \ #define DUMPER7_ASSERTS_UBTDecorator_ConeCheck \ static_assert(alignof(UBTDecorator_ConeCheck) == 0x000008, "Wrong alignment on UBTDecorator_ConeCheck"); \ static_assert(sizeof(UBTDecorator_ConeCheck) == 0x0000F0, "Wrong size on UBTDecorator_ConeCheck"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_ConeCheck::ConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeOrigin) == 0x000070, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x000098, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000C0, "Member 'UBTDecorator_ConeCheck::Observed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathFollowingManager \ static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ static_assert(sizeof(UPathFollowingManager) == 0x000028, "Wrong size on UPathFollowingManager"); \ #define DUMPER7_ASSERTS_UBTDecorator_Cooldown \ static_assert(alignof(UBTDecorator_Cooldown) == 0x000008, "Wrong alignment on UBTDecorator_Cooldown"); \ static_assert(sizeof(UBTDecorator_Cooldown) == 0x000070, "Wrong size on UBTDecorator_Cooldown"); \ static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 0x000068, "Member 'UBTDecorator_Cooldown::CoolDownTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_DoesPathExist \ static_assert(alignof(UBTDecorator_DoesPathExist) == 0x000008, "Wrong alignment on UBTDecorator_DoesPathExist"); \ static_assert(sizeof(UBTDecorator_DoesPathExist) == 0x0000C8, "Wrong size on UBTDecorator_DoesPathExist"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyA) == 0x000068, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyA' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyB) == 0x000090, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyB' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, PathQueryType) == 0x0000BC, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000C0, "Member 'UBTDecorator_DoesPathExist::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ForceSuccess \ static_assert(alignof(UBTDecorator_ForceSuccess) == 0x000008, "Wrong alignment on UBTDecorator_ForceSuccess"); \ static_assert(sizeof(UBTDecorator_ForceSuccess) == 0x000068, "Wrong size on UBTDecorator_ForceSuccess"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsAtLocation \ static_assert(alignof(UBTDecorator_IsAtLocation) == 0x000008, "Wrong alignment on UBTDecorator_IsAtLocation"); \ static_assert(sizeof(UBTDecorator_IsAtLocation) == 0x0000D8, "Wrong size on UBTDecorator_IsAtLocation"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, AcceptableRadius) == 0x000090, "Member 'UBTDecorator_IsAtLocation::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, ParametrizedAcceptableRadius) == 0x000098, "Member 'UBTDecorator_IsAtLocation::ParametrizedAcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, GeometricDistanceType) == 0x0000D0, "Member 'UBTDecorator_IsAtLocation::GeometricDistanceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000004, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x00000C, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector, GeneratedVector) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedVector::GeneratedVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGeneration \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGeneration::ContextLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_GetQuerier \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ static_assert(sizeof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ static_assert(offsetof(EnvQueryGenerator_BlueprintBase_GetQuerier, ReturnValue) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_GetQuerier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_BlueprintBase \ static_assert(alignof(UEnvQueryGenerator_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryGenerator_BlueprintBase"); \ static_assert(sizeof(UEnvQueryGenerator_BlueprintBase) == 0x000080, "Wrong size on UEnvQueryGenerator_BlueprintBase"); \ static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratorsActionDescription) == 0x000050, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratorsActionDescription' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, Context) == 0x000068, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000070, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratedItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsBBEntryOfClass \ static_assert(alignof(UBTDecorator_IsBBEntryOfClass) == 0x000008, "Wrong alignment on UBTDecorator_IsBBEntryOfClass"); \ static_assert(sizeof(UBTDecorator_IsBBEntryOfClass) == 0x000098, "Wrong size on UBTDecorator_IsBBEntryOfClass"); \ static_assert(offsetof(UBTDecorator_IsBBEntryOfClass, TestClass) == 0x000090, "Member 'UBTDecorator_IsBBEntryOfClass::TestClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_KeepInCone \ static_assert(alignof(UBTDecorator_KeepInCone) == 0x000008, "Wrong alignment on UBTDecorator_KeepInCone"); \ static_assert(sizeof(UBTDecorator_KeepInCone) == 0x0000C8, "Wrong size on UBTDecorator_KeepInCone"); \ static_assert(offsetof(UBTDecorator_KeepInCone, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_KeepInCone::ConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_KeepInCone, ConeOrigin) == 0x000070, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x000098, "Member 'UBTDecorator_KeepInCone::Observed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Loop \ static_assert(alignof(UBTDecorator_Loop) == 0x000008, "Wrong alignment on UBTDecorator_Loop"); \ static_assert(sizeof(UBTDecorator_Loop) == 0x000078, "Wrong size on UBTDecorator_Loop"); \ static_assert(offsetof(UBTDecorator_Loop, NumLoops) == 0x000068, "Member 'UBTDecorator_Loop::NumLoops' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Loop, bInfiniteLoop) == 0x00006C, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x000070, "Member 'UBTDecorator_Loop::InfiniteLoopTimeoutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ReachedMoveGoal \ static_assert(alignof(UBTDecorator_ReachedMoveGoal) == 0x000008, "Wrong alignment on UBTDecorator_ReachedMoveGoal"); \ static_assert(sizeof(UBTDecorator_ReachedMoveGoal) == 0x000068, "Wrong size on UBTDecorator_ReachedMoveGoal"); \ #define DUMPER7_ASSERTS_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) == 0x0000F8, "Wrong size on UPawnSensingComponent"); \ static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000B0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000B4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000B8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000BC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000C0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000D0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000E0, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x0000F0, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x0000F4, "Member 'UPawnSensingComponent::PeripheralVisionCosine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_SetTagCooldown \ static_assert(alignof(UBTDecorator_SetTagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_SetTagCooldown"); \ static_assert(sizeof(UBTDecorator_SetTagCooldown) == 0x000078, "Wrong size on UBTDecorator_SetTagCooldown"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_SetTagCooldown::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_TagCooldown \ static_assert(alignof(UBTDecorator_TagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_TagCooldown"); \ static_assert(sizeof(UBTDecorator_TagCooldown) == 0x000078, "Wrong size on UBTDecorator_TagCooldown"); \ static_assert(offsetof(UBTDecorator_TagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_TagCooldown::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_TagCooldown::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000075, "Member 'UBTDecorator_TagCooldown::bActivatesCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_TimeLimit \ static_assert(alignof(UBTDecorator_TimeLimit) == 0x000008, "Wrong alignment on UBTDecorator_TimeLimit"); \ static_assert(sizeof(UBTDecorator_TimeLimit) == 0x000070, "Wrong size on UBTDecorator_TimeLimit"); \ static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000068, "Member 'UBTDecorator_TimeLimit::TimeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue \ static_assert(alignof(BTFunctionLibrary_ClearBlackboardValue) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValue"); \ static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValue) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValue"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValue::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValue::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector \ static_assert(alignof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsActor"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsActor"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsBool \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsBool"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsBool"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsClass"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsClass"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsEnum \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsFloat \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsInt \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsInt"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsInt"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsName"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsName"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsObject"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsObject"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000040, "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) == 0x000040, "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) == 0x000040, "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) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsVector"); \ static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_StartUsingExternalEvent \ static_assert(alignof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StartUsingExternalEvent"); \ static_assert(sizeof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000010, "Wrong size on BTFunctionLibrary_StartUsingExternalEvent"); \ static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StartUsingExternalEvent::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, OwningActor) == 0x000008, "Member 'BTFunctionLibrary_StartUsingExternalEvent::OwningActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_StopUsingExternalEvent \ static_assert(alignof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StopUsingExternalEvent"); \ static_assert(sizeof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong size on BTFunctionLibrary_StopUsingExternalEvent"); \ static_assert(offsetof(BTFunctionLibrary_StopUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StopUsingExternalEvent::NodeOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTFunctionLibrary \ static_assert(alignof(UBTFunctionLibrary) == 0x000008, "Wrong alignment on UBTFunctionLibrary"); \ static_assert(sizeof(UBTFunctionLibrary) == 0x000028, "Wrong size on UBTFunctionLibrary"); \ #define DUMPER7_ASSERTS_UBTService \ static_assert(alignof(UBTService) == 0x000008, "Wrong alignment on UBTService"); \ static_assert(sizeof(UBTService) == 0x000070, "Wrong size on UBTService"); \ static_assert(offsetof(UBTService, Interval) == 0x000060, "Member 'UBTService::Interval' has a wrong offset!"); \ static_assert(offsetof(UBTService, RandomDeviation) == 0x000064, "Member 'UBTService::RandomDeviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000F0, "Wrong size on UBTService_RunEQS"); \ static_assert(offsetof(UBTService_RunEQS, EQSRequest) == 0x000098, "Member 'UBTService_RunEQS::EQSRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ static_assert(sizeof(UBTTask_FinishWithResult) == 0x000078, "Wrong size on UBTTask_FinishWithResult"); \ static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000070, "Member 'UBTTask_FinishWithResult::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_GameplayTaskBase \ static_assert(alignof(UBTTask_GameplayTaskBase) == 0x000008, "Wrong alignment on UBTTask_GameplayTaskBase"); \ static_assert(sizeof(UBTTask_GameplayTaskBase) == 0x000078, "Wrong size on UBTTask_GameplayTaskBase"); \ #define DUMPER7_ASSERTS_UBTTask_MakeNoise \ static_assert(alignof(UBTTask_MakeNoise) == 0x000008, "Wrong alignment on UBTTask_MakeNoise"); \ static_assert(sizeof(UBTTask_MakeNoise) == 0x000078, "Wrong size on UBTTask_MakeNoise"); \ static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000070, "Member 'UBTTask_MakeNoise::Loudnes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_MoveTo \ static_assert(alignof(UBTTask_MoveTo) == 0x000008, "Wrong alignment on UBTTask_MoveTo"); \ static_assert(sizeof(UBTTask_MoveTo) == 0x0000B0, "Wrong size on UBTTask_MoveTo"); \ static_assert(offsetof(UBTTask_MoveTo, AcceptableRadius) == 0x000098, "Member 'UBTTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_MoveTo, FilterClass) == 0x0000A0, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000A8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_MoveDirectlyToward \ static_assert(alignof(UBTTask_MoveDirectlyToward) == 0x000008, "Wrong alignment on UBTTask_MoveDirectlyToward"); \ static_assert(sizeof(UBTTask_MoveDirectlyToward) == 0x0000B8, "Wrong size on UBTTask_MoveDirectlyToward"); \ #define DUMPER7_ASSERTS_UBTTask_PawnActionBase \ static_assert(alignof(UBTTask_PawnActionBase) == 0x000008, "Wrong alignment on UBTTask_PawnActionBase"); \ static_assert(sizeof(UBTTask_PawnActionBase) == 0x000070, "Wrong size on UBTTask_PawnActionBase"); \ #define DUMPER7_ASSERTS_UBTTask_PlaySound \ static_assert(alignof(UBTTask_PlaySound) == 0x000008, "Wrong alignment on UBTTask_PlaySound"); \ static_assert(sizeof(UBTTask_PlaySound) == 0x000078, "Wrong size on UBTTask_PlaySound"); \ static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "Member 'UBTTask_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PushPawnAction \ static_assert(alignof(UBTTask_PushPawnAction) == 0x000008, "Wrong alignment on UBTTask_PushPawnAction"); \ static_assert(sizeof(UBTTask_PushPawnAction) == 0x000078, "Wrong size on UBTTask_PushPawnAction"); \ static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000070, "Member 'UBTTask_PushPawnAction::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RotateToFaceBBEntry \ static_assert(alignof(UBTTask_RotateToFaceBBEntry) == 0x000008, "Wrong alignment on UBTTask_RotateToFaceBBEntry"); \ static_assert(sizeof(UBTTask_RotateToFaceBBEntry) == 0x0000A0, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x000098, "Member 'UBTTask_RotateToFaceBBEntry::Precision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_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) == 0x000150, "Wrong size on UBTTask_RunEQSQuery"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryTemplate) == 0x000098, "Member 'UBTTask_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryParams) == 0x0000A0, "Member 'UBTTask_RunEQSQuery::QueryParams' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryConfig) == 0x0000B0, "Member 'UBTTask_RunEQSQuery::QueryConfig' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, RunMode) == 0x0000C0, "Member 'UBTTask_RunEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, EQSQueryBlackboardKey) == 0x0000C8, "Member 'UBTTask_RunEQSQuery::EQSQueryBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x0000F0, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x0000F8, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SetTagCooldown \ static_assert(alignof(UBTTask_SetTagCooldown) == 0x000008, "Wrong alignment on UBTTask_SetTagCooldown"); \ static_assert(sizeof(UBTTask_SetTagCooldown) == 0x000080, "Wrong size on UBTTask_SetTagCooldown"); \ static_assert(offsetof(UBTTask_SetTagCooldown, CooldownTag) == 0x000070, "Member 'UBTTask_SetTagCooldown::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(UBTTask_SetTagCooldown, bAddToExistingDuration) == 0x000078, "Member 'UBTTask_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ static_assert(offsetof(UBTTask_SetTagCooldown, CooldownDuration) == 0x00007C, "Member 'UBTTask_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Wait \ static_assert(alignof(UBTTask_Wait) == 0x000008, "Wrong alignment on UBTTask_Wait"); \ static_assert(sizeof(UBTTask_Wait) == 0x000078, "Wrong size on UBTTask_Wait"); \ static_assert(offsetof(UBTTask_Wait, WaitTime) == 0x000070, "Member 'UBTTask_Wait::WaitTime' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Wait, RandomDeviation) == 0x000074, "Member 'UBTTask_Wait::RandomDeviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_WaitBlackboardTime \ static_assert(alignof(UBTTask_WaitBlackboardTime) == 0x000008, "Wrong alignment on UBTTask_WaitBlackboardTime"); \ static_assert(sizeof(UBTTask_WaitBlackboardTime) == 0x0000A0, "Wrong size on UBTTask_WaitBlackboardTime"); \ static_assert(offsetof(UBTTask_WaitBlackboardTime, BlackboardKey) == 0x000078, "Member 'UBTTask_WaitBlackboardTime::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICrowdAgentInterface \ static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ #define DUMPER7_ASSERTS_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) == 0x000298, "Wrong size on UCrowdFollowingComponent"); \ static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000268, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADetourCrowdAIController \ static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ static_assert(sizeof(ADetourCrowdAIController) == 0x000328, "Wrong size on ADetourCrowdAIController"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_BlueprintBase \ static_assert(alignof(UEnvQueryContext_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_BlueprintBase"); \ static_assert(sizeof(UEnvQueryContext_BlueprintBase) == 0x000030, "Wrong size on UEnvQueryContext_BlueprintBase"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_Item \ static_assert(alignof(UEnvQueryContext_Item) == 0x000008, "Wrong alignment on UEnvQueryContext_Item"); \ static_assert(sizeof(UEnvQueryContext_Item) == 0x000028, "Wrong size on UEnvQueryContext_Item"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_Querier \ static_assert(alignof(UEnvQueryContext_Querier) == 0x000008, "Wrong alignment on UEnvQueryContext_Querier"); \ static_assert(sizeof(UEnvQueryContext_Querier) == 0x000028, "Wrong size on UEnvQueryContext_Querier"); \ #define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfClass \ static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x000090, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000C8, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_Composite \ static_assert(alignof(UEnvQueryGenerator_Composite) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Composite"); \ static_assert(sizeof(UEnvQueryGenerator_Composite) == 0x000070, "Wrong size on UEnvQueryGenerator_Composite"); \ static_assert(offsetof(UEnvQueryGenerator_Composite, Generators) == 0x000050, "Member 'UEnvQueryGenerator_Composite::Generators' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Composite, ForcedItemType) == 0x000068, "Member 'UEnvQueryGenerator_Composite::ForcedItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_Cone \ static_assert(alignof(UEnvQueryGenerator_Cone) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Cone"); \ static_assert(sizeof(UEnvQueryGenerator_Cone) == 0x000170, "Wrong size on UEnvQueryGenerator_Cone"); \ static_assert(offsetof(UEnvQueryGenerator_Cone, AlignedPointsDistance) == 0x000080, "Member 'UEnvQueryGenerator_Cone::AlignedPointsDistance' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Cone, ConeDegrees) == 0x0000B8, "Member 'UEnvQueryGenerator_Cone::ConeDegrees' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Cone, AngleStep) == 0x0000F0, "Member 'UEnvQueryGenerator_Cone::AngleStep' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Cone, Range) == 0x000128, "Member 'UEnvQueryGenerator_Cone::Range' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Cone, CenterActor) == 0x000160, "Member 'UEnvQueryGenerator_Cone::CenterActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_CurrentLocation \ static_assert(alignof(UEnvQueryGenerator_CurrentLocation) == 0x000008, "Wrong alignment on UEnvQueryGenerator_CurrentLocation"); \ static_assert(sizeof(UEnvQueryGenerator_CurrentLocation) == 0x000058, "Wrong size on UEnvQueryGenerator_CurrentLocation"); \ static_assert(offsetof(UEnvQueryGenerator_CurrentLocation, QueryContext) == 0x000050, "Member 'UEnvQueryGenerator_CurrentLocation::QueryContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_OnCircle \ static_assert(alignof(UEnvQueryGenerator_OnCircle) == 0x000008, "Wrong alignment on UEnvQueryGenerator_OnCircle"); \ static_assert(sizeof(UEnvQueryGenerator_OnCircle) == 0x000210, "Wrong size on UEnvQueryGenerator_OnCircle"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleRadius) == 0x000080, "Member 'UEnvQueryGenerator_OnCircle::CircleRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, SpaceBetween) == 0x0000B8, "Member 'UEnvQueryGenerator_OnCircle::SpaceBetween' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, NumberOfPoints) == 0x0000F0, "Member 'UEnvQueryGenerator_OnCircle::NumberOfPoints' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x000128, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcDirection) == 0x000130, "Member 'UEnvQueryGenerator_OnCircle::ArcDirection' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcAngle) == 0x000150, "Member 'UEnvQueryGenerator_OnCircle::ArcAngle' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, AngleRadians) == 0x000188, "Member 'UEnvQueryGenerator_OnCircle::AngleRadians' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenter) == 0x000190, "Member 'UEnvQueryGenerator_OnCircle::CircleCenter' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, bIgnoreAnyContextActorsWhenGeneratingCircle) == 0x000198, "Member 'UEnvQueryGenerator_OnCircle::bIgnoreAnyContextActorsWhenGeneratingCircle' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenterZOffset) == 0x0001A0, "Member 'UEnvQueryGenerator_OnCircle::CircleCenterZOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_OnCircle, TraceData) == 0x0001D8, "Member 'UEnvQueryGenerator_OnCircle::TraceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_SimpleGrid \ static_assert(alignof(UEnvQueryGenerator_SimpleGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_SimpleGrid"); \ static_assert(sizeof(UEnvQueryGenerator_SimpleGrid) == 0x0000F8, "Wrong size on UEnvQueryGenerator_SimpleGrid"); \ static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GridSize) == 0x000080, "Member 'UEnvQueryGenerator_SimpleGrid::GridSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, SpaceBetween) == 0x0000B8, "Member 'UEnvQueryGenerator_SimpleGrid::SpaceBetween' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GenerateAround) == 0x0000F0, "Member 'UEnvQueryGenerator_SimpleGrid::GenerateAround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_PathingGrid \ static_assert(alignof(UEnvQueryGenerator_PathingGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_PathingGrid"); \ static_assert(sizeof(UEnvQueryGenerator_PathingGrid) == 0x000170, "Wrong size on UEnvQueryGenerator_PathingGrid"); \ static_assert(offsetof(UEnvQueryGenerator_PathingGrid, PathToItem) == 0x0000F8, "Member 'UEnvQueryGenerator_PathingGrid::PathToItem' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_PathingGrid, NavigationFilter) == 0x000130, "Member 'UEnvQueryGenerator_PathingGrid::NavigationFilter' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_PathingGrid, ScanRangeMultiplier) == 0x000138, "Member 'UEnvQueryGenerator_PathingGrid::ScanRangeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x00000C, "Wrong size on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, ParamName) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, Value) == 0x000008, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000008, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ItemIndex) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ReturnValue) == 0x000004, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ResultActors) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ResultActors' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapper \ static_assert(alignof(UEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapper"); \ static_assert(sizeof(UEnvQueryInstanceBlueprintWrapper) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000030, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000058, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Actor \ static_assert(alignof(UEnvQueryItemType_Actor) == 0x000008, "Wrong alignment on UEnvQueryItemType_Actor"); \ static_assert(sizeof(UEnvQueryItemType_Actor) == 0x000030, "Wrong size on UEnvQueryItemType_Actor"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000030, "Wrong size on UEnvQueryItemType_Direction"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Point \ static_assert(alignof(UEnvQueryItemType_Point) == 0x000008, "Wrong alignment on UEnvQueryItemType_Point"); \ static_assert(sizeof(UEnvQueryItemType_Point) == 0x000030, "Wrong size on UEnvQueryItemType_Point"); \ #define DUMPER7_ASSERTS_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) == 0x000140, "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!"); \ #define DUMPER7_ASSERTS_UEnvQueryOption \ static_assert(alignof(UEnvQueryOption) == 0x000008, "Wrong alignment on UEnvQueryOption"); \ static_assert(sizeof(UEnvQueryOption) == 0x000040, "Wrong size on UEnvQueryOption"); \ static_assert(offsetof(UEnvQueryOption, Generator) == 0x000028, "Member 'UEnvQueryOption::Generator' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryOption, Tests) == 0x000030, "Member 'UEnvQueryOption::Tests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Distance \ static_assert(alignof(UEnvQueryTest_Distance) == 0x000008, "Wrong alignment on UEnvQueryTest_Distance"); \ static_assert(sizeof(UEnvQueryTest_Distance) == 0x000208, "Wrong size on UEnvQueryTest_Distance"); \ static_assert(offsetof(UEnvQueryTest_Distance, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Distance::TestMode' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Distance, DistanceTo) == 0x000200, "Member 'UEnvQueryTest_Distance::DistanceTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Dot \ static_assert(alignof(UEnvQueryTest_Dot) == 0x000008, "Wrong alignment on UEnvQueryTest_Dot"); \ static_assert(sizeof(UEnvQueryTest_Dot) == 0x000240, "Wrong size on UEnvQueryTest_Dot"); \ static_assert(offsetof(UEnvQueryTest_Dot, LineA) == 0x0001F8, "Member 'UEnvQueryTest_Dot::LineA' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, LineB) == 0x000218, "Member 'UEnvQueryTest_Dot::LineB' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, TestMode) == 0x000238, "Member 'UEnvQueryTest_Dot::TestMode' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, bAbsoluteValue) == 0x000239, "Member 'UEnvQueryTest_Dot::bAbsoluteValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Overlap \ static_assert(alignof(UEnvQueryTest_Overlap) == 0x000008, "Wrong alignment on UEnvQueryTest_Overlap"); \ static_assert(sizeof(UEnvQueryTest_Overlap) == 0x000218, "Wrong size on UEnvQueryTest_Overlap"); \ static_assert(offsetof(UEnvQueryTest_Overlap, OverlapData) == 0x0001F8, "Member 'UEnvQueryTest_Overlap::OverlapData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Pathfinding \ static_assert(alignof(UEnvQueryTest_Pathfinding) == 0x000008, "Wrong alignment on UEnvQueryTest_Pathfinding"); \ static_assert(sizeof(UEnvQueryTest_Pathfinding) == 0x000280, "Wrong size on UEnvQueryTest_Pathfinding"); \ static_assert(offsetof(UEnvQueryTest_Pathfinding, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Pathfinding::TestMode' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Pathfinding, Context) == 0x000200, "Member 'UEnvQueryTest_Pathfinding::Context' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Pathfinding, PathFromContext) == 0x000208, "Member 'UEnvQueryTest_Pathfinding::PathFromContext' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Pathfinding, SkipUnreachable) == 0x000240, "Member 'UEnvQueryTest_Pathfinding::SkipUnreachable' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Pathfinding, FilterClass) == 0x000278, "Member 'UEnvQueryTest_Pathfinding::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_PathfindingBatch \ static_assert(alignof(UEnvQueryTest_PathfindingBatch) == 0x000008, "Wrong alignment on UEnvQueryTest_PathfindingBatch"); \ static_assert(sizeof(UEnvQueryTest_PathfindingBatch) == 0x0002B8, "Wrong size on UEnvQueryTest_PathfindingBatch"); \ static_assert(offsetof(UEnvQueryTest_PathfindingBatch, ScanRangeMultiplier) == 0x000280, "Member 'UEnvQueryTest_PathfindingBatch::ScanRangeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Project \ static_assert(alignof(UEnvQueryTest_Project) == 0x000008, "Wrong alignment on UEnvQueryTest_Project"); \ static_assert(sizeof(UEnvQueryTest_Project) == 0x000228, "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) == 0x0002D8, "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) == 0x000228, "Member 'UEnvQueryTest_Trace::TraceFromContext' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Trace, ItemHeightOffset) == 0x000260, "Member 'UEnvQueryTest_Trace::ItemHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Trace, ContextHeightOffset) == 0x000298, "Member 'UEnvQueryTest_Trace::ContextHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Trace, Context) == 0x0002D0, "Member 'UEnvQueryTest_Trace::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Volume \ static_assert(alignof(UEnvQueryTest_Volume) == 0x000008, "Wrong alignment on UEnvQueryTest_Volume"); \ static_assert(sizeof(UEnvQueryTest_Volume) == 0x000210, "Wrong size on UEnvQueryTest_Volume"); \ static_assert(offsetof(UEnvQueryTest_Volume, VolumeContext) == 0x0001F8, "Member 'UEnvQueryTest_Volume::VolumeContext' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Volume, VolumeClass) == 0x000200, "Member 'UEnvQueryTest_Volume::VolumeClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTypes \ static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ static_assert(sizeof(UEnvQueryTypes) == 0x000028, "Wrong size on UEnvQueryTypes"); \ #define DUMPER7_ASSERTS_IEQSQueryResultSourceInterface \ static_assert(alignof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong alignment on IEQSQueryResultSourceInterface"); \ static_assert(sizeof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong size on IEQSQueryResultSourceInterface"); \ #define DUMPER7_ASSERTS_UEQSRenderingComponent \ static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ static_assert(sizeof(UEQSRenderingComponent) == 0x000490, "Wrong size on UEQSRenderingComponent"); \ #define DUMPER7_ASSERTS_AEQSTestingPawn \ static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ static_assert(sizeof(AEQSTestingPawn) == 0x000550, "Wrong size on AEQSTestingPawn"); \ static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x0004C0, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x0004C8, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x0004D8, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x0004E8, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x0004EC, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x0004F0, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x0004F8, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000500, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGenericTeamAgentInterface \ static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ #define DUMPER7_ASSERTS_AGridPathAIController \ static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ static_assert(sizeof(AGridPathAIController) == 0x000328, "Wrong size on AGridPathAIController"); \ #define DUMPER7_ASSERTS_UGridPathFollowingComponent \ static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ static_assert(sizeof(UGridPathFollowingComponent) == 0x000280, "Wrong size on UGridPathFollowingComponent"); \ static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000250, "Member 'UGridPathFollowingComponent::GridManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavFilter_AIControllerDefault \ static_assert(alignof(UNavFilter_AIControllerDefault) == 0x000008, "Wrong alignment on UNavFilter_AIControllerDefault"); \ static_assert(sizeof(UNavFilter_AIControllerDefault) == 0x000048, "Wrong size on UNavFilter_AIControllerDefault"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000040, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Extent) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000034, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000030, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleRadius) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Radius2D) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Locations) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Locations' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Radius2D) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Height) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, bRebuildGrids) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, ReturnValue) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_FindLocalNavigationGridPath \ static_assert(alignof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000008, "Wrong alignment on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(sizeof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000038, "Wrong size on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, Start) == 0x000008, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::Start' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, End) == 0x000014, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000030, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid \ static_assert(alignof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000008, "Wrong alignment on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(sizeof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000010, "Wrong size on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, GridId) == 0x000008, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::GridId' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, bRebuildGrids) == 0x00000C, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::bRebuildGrids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_SetLocalNavigationGridDensity \ static_assert(alignof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000008, "Wrong alignment on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(sizeof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000010, "Wrong size on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, CellSize) == 0x000008, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::CellSize' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, ReturnValue) == 0x00000C, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLocalGridManager \ static_assert(alignof(UNavLocalGridManager) == 0x000008, "Wrong alignment on UNavLocalGridManager"); \ static_assert(sizeof(UNavLocalGridManager) == 0x000058, "Wrong size on UNavLocalGridManager"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionFinished \ static_assert(alignof(PawnAction_BlueprintBase_ActionFinished) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionFinished) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, WithResult) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionFinished::WithResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionPause \ static_assert(alignof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionPause"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionPause"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionPause, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionPause::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionResume \ static_assert(alignof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionResume"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionResume"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionResume, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionResume::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionStart \ static_assert(alignof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionStart"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionStart"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionStart, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionTick \ static_assert(alignof(PawnAction_BlueprintBase_ActionTick) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionTick"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionTick) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionTick"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, DeltaSeconds) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_BlueprintBase \ static_assert(alignof(UPawnAction_BlueprintBase) == 0x000008, "Wrong alignment on UPawnAction_BlueprintBase"); \ static_assert(sizeof(UPawnAction_BlueprintBase) == 0x000090, "Wrong size on UPawnAction_BlueprintBase"); \ #define DUMPER7_ASSERTS_UPawnAction_Move \ static_assert(alignof(UPawnAction_Move) == 0x000008, "Wrong alignment on UPawnAction_Move"); \ static_assert(sizeof(UPawnAction_Move) == 0x0000E0, "Wrong size on UPawnAction_Move"); \ static_assert(offsetof(UPawnAction_Move, GoalActor) == 0x000090, "Member 'UPawnAction_Move::GoalActor' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, GoalLocation) == 0x000098, "Member 'UPawnAction_Move::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, AcceptableRadius) == 0x0000A4, "Member 'UPawnAction_Move::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, FilterClass) == 0x0000A8, "Member 'UPawnAction_Move::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Sequence \ static_assert(alignof(UPawnAction_Sequence) == 0x000008, "Wrong alignment on UPawnAction_Sequence"); \ static_assert(sizeof(UPawnAction_Sequence) == 0x0000B8, "Wrong size on UPawnAction_Sequence"); \ static_assert(offsetof(UPawnAction_Sequence, ActionSequence) == 0x000090, "Member 'UPawnAction_Sequence::ActionSequence' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Sequence, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Sequence::ChildFailureHandlingMode' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Sequence, RecentActionCopy) == 0x0000A8, "Member 'UPawnAction_Sequence::RecentActionCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnActionsComponent_K2_PerformAction \ static_assert(alignof(PawnActionsComponent_K2_PerformAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PerformAction"); \ static_assert(sizeof(PawnActionsComponent_K2_PerformAction) == 0x000018, "Wrong size on PawnActionsComponent_K2_PerformAction"); \ static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Pawn) == 0x000000, "Member 'PawnActionsComponent_K2_PerformAction::Pawn' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Action) == 0x000008, "Member 'PawnActionsComponent_K2_PerformAction::Action' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Priority) == 0x000010, "Member 'PawnActionsComponent_K2_PerformAction::Priority' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PerformAction, ReturnValue) == 0x000011, "Member 'PawnActionsComponent_K2_PerformAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnActionsComponent_K2_AbortAction \ static_assert(alignof(PawnActionsComponent_K2_AbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_AbortAction"); \ static_assert(sizeof(PawnActionsComponent_K2_AbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_AbortAction"); \ static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_AbortAction::ActionToAbort' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_AbortAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnActionsComponent_K2_ForceAbortAction \ static_assert(alignof(PawnActionsComponent_K2_ForceAbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_ForceAbortAction"); \ static_assert(sizeof(PawnActionsComponent_K2_ForceAbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_ForceAbortAction"); \ static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_ForceAbortAction::ActionToAbort' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_ForceAbortAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnActionsComponent_K2_PushAction \ static_assert(alignof(PawnActionsComponent_K2_PushAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PushAction"); \ static_assert(sizeof(PawnActionsComponent_K2_PushAction) == 0x000020, "Wrong size on PawnActionsComponent_K2_PushAction"); \ static_assert(offsetof(PawnActionsComponent_K2_PushAction, NewAction) == 0x000000, "Member 'PawnActionsComponent_K2_PushAction::NewAction' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PushAction, Priority) == 0x000008, "Member 'PawnActionsComponent_K2_PushAction::Priority' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PushAction, Instigator) == 0x000010, "Member 'PawnActionsComponent_K2_PushAction::Instigator' has a wrong offset!"); \ static_assert(offsetof(PawnActionsComponent_K2_PushAction, ReturnValue) == 0x000018, "Member 'PawnActionsComponent_K2_PushAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnActionsComponent \ static_assert(alignof(UPawnActionsComponent) == 0x000008, "Wrong alignment on UPawnActionsComponent"); \ static_assert(sizeof(UPawnActionsComponent) == 0x0000E8, "Wrong size on UPawnActionsComponent"); \ static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000B0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000B8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000C8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000D8, "Member 'UPawnActionsComponent::CurrentAction' 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_FEQSParametrizedQueryExecutionRequestHTN \ static_assert(alignof(FEQSParametrizedQueryExecutionRequestHTN) == 0x000008, "Wrong alignment on FEQSParametrizedQueryExecutionRequestHTN"); \ static_assert(sizeof(FEQSParametrizedQueryExecutionRequestHTN) == 0x000048, "Wrong size on FEQSParametrizedQueryExecutionRequestHTN"); \ #define DUMPER7_ASSERTS_FWorldstateSetValueContainer \ static_assert(alignof(FWorldstateSetValueContainer) == 0x000008, "Wrong alignment on FWorldstateSetValueContainer"); \ static_assert(sizeof(FWorldstateSetValueContainer) == 0x000040, "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) == 0x000014, "Member 'FWorldstateSetValueContainer::RotatorValue' has a wrong offset!"); \ static_assert(offsetof(FWorldstateSetValueContainer, StringValue) == 0x000020, "Member 'FWorldstateSetValueContainer::StringValue' has a wrong offset!"); \ static_assert(offsetof(FWorldstateSetValueContainer, NameValue) == 0x000030, "Member 'FWorldstateSetValueContainer::NameValue' has a wrong offset!"); \ static_assert(offsetof(FWorldstateSetValueContainer, ObjectValue) == 0x000038, "Member 'FWorldstateSetValueContainer::ObjectValue' 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) == 0x000118, "Wrong size on UAITask_HTNMoveTo"); \ #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_ForceReplan \ static_assert(alignof(HTNComponent_ForceReplan) == 0x000001, "Wrong alignment on HTNComponent_ForceReplan"); \ static_assert(sizeof(HTNComponent_ForceReplan) == 0x000003, "Wrong size on HTNComponent_ForceReplan"); \ static_assert(offsetof(HTNComponent_ForceReplan, bForceAbortPlan) == 0x000000, "Member 'HTNComponent_ForceReplan::bForceAbortPlan' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_ForceReplan, bForceRestartActivePlanning) == 0x000001, "Member 'HTNComponent_ForceReplan::bForceRestartActivePlanning' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_ForceReplan, bForceDeferToNextFrame) == 0x000002, "Member 'HTNComponent_ForceReplan::bForceDeferToNextFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNComponent_NotifyEventBasedDecoratorCondition \ static_assert(alignof(HTNComponent_NotifyEventBasedDecoratorCondition) == 0x000008, "Wrong alignment on HTNComponent_NotifyEventBasedDecoratorCondition"); \ static_assert(sizeof(HTNComponent_NotifyEventBasedDecoratorCondition) == 0x000010, "Wrong size on HTNComponent_NotifyEventBasedDecoratorCondition"); \ static_assert(offsetof(HTNComponent_NotifyEventBasedDecoratorCondition, Decorator) == 0x000000, "Member 'HTNComponent_NotifyEventBasedDecoratorCondition::Decorator' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_NotifyEventBasedDecoratorCondition, bRawConditionValue) == 0x000008, "Member 'HTNComponent_NotifyEventBasedDecoratorCondition::bRawConditionValue' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_NotifyEventBasedDecoratorCondition, bCanAbortPlanInstantly) == 0x000009, "Member 'HTNComponent_NotifyEventBasedDecoratorCondition::bCanAbortPlanInstantly' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_NotifyEventBasedDecoratorCondition, ReturnValue) == 0x00000A, "Member 'HTNComponent_NotifyEventBasedDecoratorCondition::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, bForceAbortCurrentPlanIfChanged) == 0x000010, "Member 'HTNComponent_SetDynamicHTN::bForceAbortCurrentPlanIfChanged' has a wrong offset!"); \ static_assert(offsetof(HTNComponent_SetDynamicHTN, ReturnValue) == 0x000011, "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_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_GetPlanningWorldStateProxy \ static_assert(alignof(HTNComponent_GetPlanningWorldStateProxy) == 0x000008, "Wrong alignment on HTNComponent_GetPlanningWorldStateProxy"); \ static_assert(sizeof(HTNComponent_GetPlanningWorldStateProxy) == 0x000008, "Wrong size on HTNComponent_GetPlanningWorldStateProxy"); \ static_assert(offsetof(HTNComponent_GetPlanningWorldStateProxy, ReturnValue) == 0x000000, "Member 'HTNComponent_GetPlanningWorldStateProxy::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_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_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_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) == 0x0002A0, "Wrong size on UHTNComponent"); \ static_assert(offsetof(UHTNComponent, PlanExecutionStartedBPEvent) == 0x000118, "Member 'UHTNComponent::PlanExecutionStartedBPEvent' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, PlanExecutionFinishedBPEvent) == 0x000140, "Member 'UHTNComponent::PlanExecutionFinishedBPEvent' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, CurrentHTNAsset) == 0x000168, "Member 'UHTNComponent::CurrentHTNAsset' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, CurrentPlanningTask) == 0x000170, "Member 'UHTNComponent::CurrentPlanningTask' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, InstancedNodes) == 0x0001B8, "Member 'UHTNComponent::InstancedNodes' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, PlanMemory) == 0x0001C8, "Member 'UHTNComponent::PlanMemory' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, PlanningWorldStateProxy) == 0x0001D8, "Member 'UHTNComponent::PlanningWorldStateProxy' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, BlackboardProxy) == 0x0001E0, "Member 'UHTNComponent::BlackboardProxy' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, CooldownOwnerToEndTimeMap) == 0x0001E8, "Member 'UHTNComponent::CooldownOwnerToEndTimeMap' has a wrong offset!"); \ static_assert(offsetof(UHTNComponent, GameplayTagToDynamicHTNMap) == 0x000238, "Member 'UHTNComponent::GameplayTagToDynamicHTNMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_MakeHTNPlan \ static_assert(alignof(UAITask_MakeHTNPlan) == 0x000008, "Wrong alignment on UAITask_MakeHTNPlan"); \ static_assert(sizeof(UAITask_MakeHTNPlan) == 0x000160, "Wrong size on UAITask_MakeHTNPlan"); \ static_assert(offsetof(UAITask_MakeHTNPlan, OwnerComponent) == 0x000070, "Member 'UAITask_MakeHTNPlan::OwnerComponent' has a wrong offset!"); \ static_assert(offsetof(UAITask_MakeHTNPlan, TopLevelHTN) == 0x000078, "Member 'UAITask_MakeHTNPlan::TopLevelHTN' has a wrong offset!"); \ static_assert(offsetof(UAITask_MakeHTNPlan, BlackboardComponent) == 0x000080, "Member 'UAITask_MakeHTNPlan::BlackboardComponent' has a wrong offset!"); \ static_assert(offsetof(UAITask_MakeHTNPlan, CurrentTask) == 0x000130, "Member 'UAITask_MakeHTNPlan::CurrentTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_GetQuerierLocation \ static_assert(alignof(EnvQueryContext_HTNBlueprintBase_GetQuerierLocation) == 0x000004, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_GetQuerierLocation"); \ static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_GetQuerierLocation) == 0x00000C, "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) == 0x000020, "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_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_UHTN \ static_assert(alignof(UHTN) == 0x000008, "Wrong alignment on UHTN"); \ static_assert(sizeof(UHTN) == 0x000060, "Wrong size on UHTN"); \ static_assert(offsetof(UHTN, StartNodes) == 0x000028, "Member 'UHTN::StartNodes' has a wrong offset!"); \ static_assert(offsetof(UHTN, RootDecorators) == 0x000038, "Member 'UHTN::RootDecorators' has a wrong offset!"); \ static_assert(offsetof(UHTN, RootServices) == 0x000048, "Member 'UHTN::RootServices' has a wrong offset!"); \ static_assert(offsetof(UHTN, BlackboardAsset) == 0x000058, "Member 'UHTN::BlackboardAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNBlueprintLibrary_RunHTN \ static_assert(alignof(HTNBlueprintLibrary_RunHTN) == 0x000008, "Wrong alignment on HTNBlueprintLibrary_RunHTN"); \ static_assert(sizeof(HTNBlueprintLibrary_RunHTN) == 0x000018, "Wrong size on HTNBlueprintLibrary_RunHTN"); \ static_assert(offsetof(HTNBlueprintLibrary_RunHTN, AIController) == 0x000000, "Member 'HTNBlueprintLibrary_RunHTN::AIController' has a wrong offset!"); \ static_assert(offsetof(HTNBlueprintLibrary_RunHTN, HTNAsset) == 0x000008, "Member 'HTNBlueprintLibrary_RunHTN::HTNAsset' has a wrong offset!"); \ static_assert(offsetof(HTNBlueprintLibrary_RunHTN, ReturnValue) == 0x000010, "Member 'HTNBlueprintLibrary_RunHTN::ReturnValue' 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_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_ForceReplan \ static_assert(alignof(HTNNodeLibrary_ForceReplan) == 0x000008, "Wrong alignment on HTNNodeLibrary_ForceReplan"); \ static_assert(sizeof(HTNNodeLibrary_ForceReplan) == 0x000010, "Wrong size on HTNNodeLibrary_ForceReplan"); \ static_assert(offsetof(HTNNodeLibrary_ForceReplan, Node) == 0x000000, "Member 'HTNNodeLibrary_ForceReplan::Node' has a wrong offset!"); \ static_assert(offsetof(HTNNodeLibrary_ForceReplan, bForceAbortPlan) == 0x000008, "Member 'HTNNodeLibrary_ForceReplan::bForceAbortPlan' has a wrong offset!"); \ static_assert(offsetof(HTNNodeLibrary_ForceReplan, bForceRestartActivePlanning) == 0x000009, "Member 'HTNNodeLibrary_ForceReplan::bForceRestartActivePlanning' 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) == 0x000050, "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) == 0x000040, "Member 'HTNNodeLibrary_GetLocationFromWorldState::OutActor' has a wrong offset!"); \ static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, ReturnValue) == 0x000048, "Member 'HTNNodeLibrary_GetLocationFromWorldState::ReturnValue' 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) == 0x000018, "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_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) == 0x000040, "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) == 0x000040, "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_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) == 0x000040, "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) == 0x000040, "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_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_UHTNNode \ static_assert(alignof(UHTNNode) == 0x000008, "Wrong alignment on UHTNNode"); \ static_assert(sizeof(UHTNNode) == 0x000060, "Wrong size on UHTNNode"); \ static_assert(offsetof(UHTNNode, NodeName) == 0x000030, "Member 'UHTNNode::NodeName' has a wrong offset!"); \ static_assert(offsetof(UHTNNode, TemplateNode) == 0x000040, "Member 'UHTNNode::TemplateNode' has a wrong offset!"); \ static_assert(offsetof(UHTNNode, HTNAsset) == 0x000050, "Member 'UHTNNode::HTNAsset' has a wrong offset!"); \ static_assert(offsetof(UHTNNode, OwnerComponent) == 0x000058, "Member 'UHTNNode::OwnerComponent' has a wrong offset!"); \ #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) == 0x000068, "Wrong size on UHTNDecorator"); \ #define DUMPER7_ASSERTS_UHTNDecorator_BlackboardBase \ static_assert(alignof(UHTNDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UHTNDecorator_BlackboardBase"); \ static_assert(sizeof(UHTNDecorator_BlackboardBase) == 0x000090, "Wrong size on UHTNDecorator_BlackboardBase"); \ static_assert(offsetof(UHTNDecorator_BlackboardBase, BlackboardKey) == 0x000068, "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) == 0x0000C0, "Wrong size on UHTNDecorator_Blackboard"); \ static_assert(offsetof(UHTNDecorator_Blackboard, IntValue) == 0x000090, "Member 'UHTNDecorator_Blackboard::IntValue' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Blackboard, FloatValue) == 0x000094, "Member 'UHTNDecorator_Blackboard::FloatValue' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Blackboard, StringValue) == 0x000098, "Member 'UHTNDecorator_Blackboard::StringValue' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Blackboard, CachedDescription) == 0x0000A8, "Member 'UHTNDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Blackboard, OperationType) == 0x0000B8, "Member 'UHTNDecorator_Blackboard::OperationType' 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_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) == 0x000088, "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) == 0x000070, "Wrong size on UHTNDecorator_Cooldown"); \ static_assert(offsetof(UHTNDecorator_Cooldown, CooldownDuration) == 0x000068, "Member 'UHTNDecorator_Cooldown::CooldownDuration' 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) == 0x0000C0, "Wrong size on UHTNDecorator_DistanceCheck"); \ static_assert(offsetof(UHTNDecorator_DistanceCheck, A) == 0x000068, "Member 'UHTNDecorator_DistanceCheck::A' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_DistanceCheck, B) == 0x000090, "Member 'UHTNDecorator_DistanceCheck::B' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_DistanceCheck, MinDistance) == 0x0000B8, "Member 'UHTNDecorator_DistanceCheck::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_DistanceCheck, MaxDistance) == 0x0000BC, "Member 'UHTNDecorator_DistanceCheck::MaxDistance' 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) == 0x0000A0, "Wrong size on UHTNDecorator_FocusScope"); \ static_assert(offsetof(UHTNDecorator_FocusScope, FocusTarget) == 0x000070, "Member 'UHTNDecorator_FocusScope::FocusTarget' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_FocusScope, FocusPriority) == 0x000098, "Member 'UHTNDecorator_FocusScope::FocusPriority' 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) == 0x0000D8, "Wrong size on UHTNDecorator_GuardValue"); \ static_assert(offsetof(UHTNDecorator_GuardValue, Value) == 0x000090, "Member 'UHTNDecorator_GuardValue::Value' 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) == 0x000070, "Wrong size on UHTNDecorator_ModifyCost"); \ static_assert(offsetof(UHTNDecorator_ModifyCost, Scale) == 0x000068, "Member 'UHTNDecorator_ModifyCost::Scale' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ModifyCost, Bias) == 0x00006C, "Member 'UHTNDecorator_ModifyCost::Bias' 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) == 0x000110, "Wrong size on UHTNDecorator_TraceTest"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceFrom) == 0x000068, "Member 'UHTNDecorator_TraceTest::TraceFrom' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceFromZOffset) == 0x000090, "Member 'UHTNDecorator_TraceTest::TraceFromZOffset' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceTo) == 0x000098, "Member 'UHTNDecorator_TraceTest::TraceTo' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceToZOffset) == 0x0000C0, "Member 'UHTNDecorator_TraceTest::TraceToZOffset' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, CollisionChannel) == 0x0000C4, "Member 'UHTNDecorator_TraceTest::CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceShape) == 0x0000C6, "Member 'UHTNDecorator_TraceTest::TraceShape' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentX) == 0x0000C8, "Member 'UHTNDecorator_TraceTest::TraceExtentX' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentY) == 0x0000CC, "Member 'UHTNDecorator_TraceTest::TraceExtentY' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentZ) == 0x0000D0, "Member 'UHTNDecorator_TraceTest::TraceExtentZ' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, DrawDebugType) == 0x0000D4, "Member 'UHTNDecorator_TraceTest::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, DebugColor) == 0x0000D8, "Member 'UHTNDecorator_TraceTest::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, DebugHitColor) == 0x0000E8, "Member 'UHTNDecorator_TraceTest::DebugHitColor' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, DebugDrawTime) == 0x0000F8, "Member 'UHTNDecorator_TraceTest::DebugDrawTime' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_TraceTest, ActorsToIgnoreBuffer) == 0x000100, "Member 'UHTNDecorator_TraceTest::ActorsToIgnoreBuffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNStandaloneNode \ static_assert(alignof(UHTNStandaloneNode) == 0x000008, "Wrong alignment on UHTNStandaloneNode"); \ static_assert(sizeof(UHTNStandaloneNode) == 0x000098, "Wrong size on UHTNStandaloneNode"); \ static_assert(offsetof(UHTNStandaloneNode, MaxRecursionLimit) == 0x000060, "Member 'UHTNStandaloneNode::MaxRecursionLimit' has a wrong offset!"); \ static_assert(offsetof(UHTNStandaloneNode, NextNodes) == 0x000068, "Member 'UHTNStandaloneNode::NextNodes' has a wrong offset!"); \ static_assert(offsetof(UHTNStandaloneNode, Decorators) == 0x000078, "Member 'UHTNStandaloneNode::Decorators' has a wrong offset!"); \ static_assert(offsetof(UHTNStandaloneNode, Services) == 0x000088, "Member 'UHTNStandaloneNode::Services' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNNode_TwoBranches \ static_assert(alignof(UHTNNode_TwoBranches) == 0x000008, "Wrong alignment on UHTNNode_TwoBranches"); \ static_assert(sizeof(UHTNNode_TwoBranches) == 0x0000A0, "Wrong size on UHTNNode_TwoBranches"); \ static_assert(offsetof(UHTNNode_TwoBranches, NumPrimaryNodes) == 0x000098, "Member 'UHTNNode_TwoBranches::NumPrimaryNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNNode_AnyOrder \ static_assert(alignof(UHTNNode_AnyOrder) == 0x000008, "Wrong alignment on UHTNNode_AnyOrder"); \ static_assert(sizeof(UHTNNode_AnyOrder) == 0x0000A0, "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) == 0x0000A8, "Wrong size on UHTNNode_If"); \ #define DUMPER7_ASSERTS_UHTNNode_Parallel \ static_assert(alignof(UHTNNode_Parallel) == 0x000008, "Wrong alignment on UHTNNode_Parallel"); \ static_assert(sizeof(UHTNNode_Parallel) == 0x0000A8, "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) == 0x0000A0, "Wrong size on UHTNNode_Prefer"); \ #define DUMPER7_ASSERTS_UHTNNode_Scope \ static_assert(alignof(UHTNNode_Scope) == 0x000008, "Wrong alignment on UHTNNode_Scope"); \ static_assert(sizeof(UHTNNode_Scope) == 0x000098, "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) == 0x0000A0, "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) == 0x0000A0, "Wrong size on UHTNNode_SubNetwork"); \ static_assert(offsetof(UHTNNode_SubNetwork, HTN) == 0x000098, "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) == 0x0000A8, "Wrong size on UHTNNode_SubNetworkDynamic"); \ static_assert(offsetof(UHTNNode_SubNetworkDynamic, DefaultHTN) == 0x000098, "Member 'UHTNNode_SubNetworkDynamic::DefaultHTN' has a wrong offset!"); \ static_assert(offsetof(UHTNNode_SubNetworkDynamic, InjectTag) == 0x0000A0, "Member 'UHTNNode_SubNetworkDynamic::InjectTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNService \ static_assert(alignof(UHTNService) == 0x000008, "Wrong alignment on UHTNService"); \ static_assert(sizeof(UHTNService) == 0x000070, "Wrong size on UHTNService"); \ static_assert(offsetof(UHTNService, TickInterval) == 0x000060, "Member 'UHTNService::TickInterval' has a wrong offset!"); \ static_assert(offsetof(UHTNService, TickIntervalRandomDeviation) == 0x000064, "Member 'UHTNService::TickIntervalRandomDeviation' 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_UHTNService_BlueprintBase \ static_assert(alignof(UHTNService_BlueprintBase) == 0x000008, "Wrong alignment on UHTNService_BlueprintBase"); \ static_assert(sizeof(UHTNService_BlueprintBase) == 0x000090, "Wrong size on UHTNService_BlueprintBase"); \ #define DUMPER7_ASSERTS_UHTNService_ReplanIfLocationChanges \ static_assert(alignof(UHTNService_ReplanIfLocationChanges) == 0x000008, "Wrong alignment on UHTNService_ReplanIfLocationChanges"); \ static_assert(sizeof(UHTNService_ReplanIfLocationChanges) == 0x0000A8, "Wrong size on UHTNService_ReplanIfLocationChanges"); \ static_assert(offsetof(UHTNService_ReplanIfLocationChanges, Tolerance) == 0x000070, "Member 'UHTNService_ReplanIfLocationChanges::Tolerance' has a wrong offset!"); \ static_assert(offsetof(UHTNService_ReplanIfLocationChanges, BlackboardKey) == 0x000078, "Member 'UHTNService_ReplanIfLocationChanges::BlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UHTNService_ReplanIfLocationChanges, bForceAbortPlan) == 0x0000A0, "Member 'UHTNService_ReplanIfLocationChanges::bForceAbortPlan' has a wrong offset!"); \ static_assert(offsetof(UHTNService_ReplanIfLocationChanges, bForceRestartActivePlanning) == 0x0000A1, "Member 'UHTNService_ReplanIfLocationChanges::bForceRestartActivePlanning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNTask \ static_assert(alignof(UHTNTask) == 0x000008, "Wrong alignment on UHTNTask"); \ static_assert(sizeof(UHTNTask) == 0x0000A0, "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) == 0x0000C8, "Wrong size on UHTNTask_BlackboardBase"); \ static_assert(offsetof(UHTNTask_BlackboardBase, BlackboardKey) == 0x0000A0, "Member 'UHTNTask_BlackboardBase::BlackboardKey' 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_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) == 0x0000F8, "Wrong size on UHTNTask_BlueprintBase"); \ static_assert(offsetof(UHTNTask_BlueprintBase, OutPlanningTask) == 0x0000C8, "Member 'UHTNTask_BlueprintBase::OutPlanningTask' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_BlueprintBase, TickInterval) == 0x0000D0, "Member 'UHTNTask_BlueprintBase::TickInterval' 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) == 0x0000C8, "Wrong size on UHTNTask_ClearValue"); \ #define DUMPER7_ASSERTS_UHTNTask_EQSQuery \ static_assert(alignof(UHTNTask_EQSQuery) == 0x000008, "Wrong alignment on UHTNTask_EQSQuery"); \ static_assert(sizeof(UHTNTask_EQSQuery) == 0x000118, "Wrong size on UHTNTask_EQSQuery"); \ static_assert(offsetof(UHTNTask_EQSQuery, EQSRequest) == 0x0000C8, "Member 'UHTNTask_EQSQuery::EQSRequest' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_EQSQuery, MaxNumCandidatePlans) == 0x000110, "Member 'UHTNTask_EQSQuery::MaxNumCandidatePlans' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_EQSQuery, Cost) == 0x000114, "Member 'UHTNTask_EQSQuery::Cost' 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) == 0x0000A0, "Wrong size on UHTNTask_Fail"); \ #define DUMPER7_ASSERTS_UHTNTask_MoveTo \ static_assert(alignof(UHTNTask_MoveTo) == 0x000008, "Wrong alignment on UHTNTask_MoveTo"); \ static_assert(sizeof(UHTNTask_MoveTo) == 0x0000E8, "Wrong size on UHTNTask_MoveTo"); \ static_assert(offsetof(UHTNTask_MoveTo, AcceptableRadius) == 0x0000C8, "Member 'UHTNTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_MoveTo, FilterClass) == 0x0000D0, "Member 'UHTNTask_MoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000D8, "Member 'UHTNTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_MoveTo, CostPerUnitPathLength) == 0x0000E0, "Member 'UHTNTask_MoveTo::CostPerUnitPathLength' 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) == 0x000108, "Wrong size on UHTNTask_SetValue"); \ static_assert(offsetof(UHTNTask_SetValue, Value) == 0x0000C8, "Member 'UHTNTask_SetValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNTask_Success \ static_assert(alignof(UHTNTask_Success) == 0x000008, "Wrong alignment on UHTNTask_Success"); \ static_assert(sizeof(UHTNTask_Success) == 0x0000A8, "Wrong size on UHTNTask_Success"); \ static_assert(offsetof(UHTNTask_Success, Cost) == 0x0000A0, "Member 'UHTNTask_Success::Cost' 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) == 0x0000B0, "Wrong size on UHTNTask_Wait"); \ static_assert(offsetof(UHTNTask_Wait, WaitTime) == 0x0000A0, "Member 'UHTNTask_Wait::WaitTime' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_Wait, RandomDeviation) == 0x0000A4, "Member 'UHTNTask_Wait::RandomDeviation' has a wrong offset!"); \ static_assert(offsetof(UHTNTask_Wait, Cost) == 0x0000A8, "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_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) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsRotator"); \ static_assert(sizeof(WorldStateProxy_SetValueAsRotator) == 0x000014, "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) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsVector"); \ static_assert(sizeof(WorldStateProxy_SetValueAsVector) == 0x000014, "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) == 0x000048, "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) == 0x000038, "Member 'WorldStateProxy_GetLocation::OutActor' has a wrong offset!"); \ static_assert(offsetof(WorldStateProxy_GetLocation, ReturnValue) == 0x000040, "Member 'WorldStateProxy_GetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateProxy_GetLocationFromEntry \ static_assert(alignof(WorldStateProxy_GetLocationFromEntry) == 0x000004, "Wrong alignment on WorldStateProxy_GetLocationFromEntry"); \ static_assert(sizeof(WorldStateProxy_GetLocationFromEntry) == 0x000018, "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) == 0x000014, "Member 'WorldStateProxy_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateProxy_GetRotationFromEntry \ static_assert(alignof(WorldStateProxy_GetRotationFromEntry) == 0x000004, "Wrong alignment on WorldStateProxy_GetRotationFromEntry"); \ static_assert(sizeof(WorldStateProxy_GetRotationFromEntry) == 0x000018, "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) == 0x000014, "Member 'WorldStateProxy_GetRotationFromEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateProxy_GetSelfLocation \ static_assert(alignof(WorldStateProxy_GetSelfLocation) == 0x000004, "Wrong alignment on WorldStateProxy_GetSelfLocation"); \ static_assert(sizeof(WorldStateProxy_GetSelfLocation) == 0x00000C, "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) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsRotator"); \ static_assert(sizeof(WorldStateProxy_GetValueAsRotator) == 0x000014, "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) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsVector"); \ static_assert(sizeof(WorldStateProxy_GetValueAsVector) == 0x000014, "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) == 0x000048, "Wrong size on UWorldStateProxy"); \ static_assert(offsetof(UWorldStateProxy, Owner) == 0x000028, "Member 'UWorldStateProxy::Owner' has a wrong offset!"); \ static_assert(offsetof(UWorldStateProxy, bIsEditable) == 0x000040, "Member 'UWorldStateProxy::bIsEditable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTeleportationPoint_Static_C \ static_assert(alignof(ARofleemoTeleportationPoint_Static_C) == 0x000008, "Wrong alignment on ARofleemoTeleportationPoint_Static_C"); \ static_assert(sizeof(ARofleemoTeleportationPoint_Static_C) == 0x000240, "Wrong size on ARofleemoTeleportationPoint_Static_C"); \ #define DUMPER7_ASSERTS_UDLSSOverrideSettings \ static_assert(alignof(UDLSSOverrideSettings) == 0x000008, "Wrong alignment on UDLSSOverrideSettings"); \ static_assert(sizeof(UDLSSOverrideSettings) == 0x000030, "Wrong size on UDLSSOverrideSettings"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInEditorViewportsOverride) == 0x000028, "Member 'UDLSSOverrideSettings::EnableDLSSInEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableScreenpercentageManipulationInDLSSEditorViewportsOverride) == 0x000029, "Member 'UDLSSOverrideSettings::EnableScreenpercentageManipulationInDLSSEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInPlayInEditorViewportsOverride) == 0x00002A, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00002B, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x00002C, "Member 'UDLSSOverrideSettings::ShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDLSSSettings \ static_assert(alignof(UDLSSSettings) == 0x000008, "Wrong alignment on UDLSSSettings"); \ static_assert(sizeof(UDLSSSettings) == 0x000060, "Wrong size on UDLSSSettings"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D12) == 0x000028, "Member 'UDLSSSettings::bEnableDLSSD3D12' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D11) == 0x000029, "Member 'UDLSSSettings::bEnableDLSSD3D11' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSVulkan) == 0x00002A, "Member 'UDLSSSettings::bEnableDLSSVulkan' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSInEditorViewports) == 0x00002B, "Member 'UDLSSSettings::bEnableDLSSInEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableScreenpercentageManipulationInDLSSEditorViewports) == 0x00002C, "Member 'UDLSSSettings::bEnableScreenpercentageManipulationInDLSSEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSInPlayInEditorViewports) == 0x00002D, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x00002E, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, GenericDLSSBinaryPath) == 0x000030, "Member 'UDLSSSettings::GenericDLSSBinaryPath' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bGenericDLSSBinaryExists) == 0x000040, "Member 'UDLSSSettings::bGenericDLSSBinaryExists' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x000044, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, CustomDLSSBinaryPath) == 0x000048, "Member 'UDLSSSettings::CustomDLSSBinaryPath' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bCustomDLSSBinaryExists) == 0x000058, "Member 'UDLSSSettings::bCustomDLSSBinaryExists' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000059, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x00005A, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x00005C, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x00005D, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x00005E, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x00005F, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLAA \ static_assert(alignof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLAA"); \ static_assert(sizeof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong size on DLSSLibrary_EnableDLAA"); \ static_assert(offsetof(DLSSLibrary_EnableDLAA, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLAA::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSS \ static_assert(alignof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSS"); \ static_assert(sizeof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSS"); \ static_assert(offsetof(DLSSLibrary_EnableDLSS, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSS::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSSRR \ static_assert(alignof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSSRR"); \ static_assert(sizeof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSSRR"); \ static_assert(offsetof(DLSSLibrary_EnableDLSSRR, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSSRR::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDefaultDLSSMode \ static_assert(alignof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDefaultDLSSMode"); \ static_assert(sizeof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDefaultDLSSMode"); \ static_assert(offsetof(DLSSLibrary_GetDefaultDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDefaultDLSSMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMinimumDriverVersion \ static_assert(alignof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ static_assert(sizeof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMode \ static_assert(alignof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDLSSMode"); \ static_assert(sizeof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDLSSMode"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSModeInformation \ static_assert(alignof(DLSSLibrary_GetDLSSModeInformation) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSModeInformation"); \ static_assert(sizeof(DLSSLibrary_GetDLSSModeInformation) == 0x000024, "Wrong size on DLSSLibrary_GetDLSSModeInformation"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, DLSSMode) == 0x000000, "Member 'DLSSLibrary_GetDLSSModeInformation::DLSSMode' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, ScreenResolution) == 0x000004, "Member 'DLSSLibrary_GetDLSSModeInformation::ScreenResolution' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsSupported) == 0x00000C, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsSupported' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalScreenPercentage) == 0x000010, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsFixedScreenPercentage) == 0x000014, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsFixedScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MinScreenPercentage) == 0x000018, "Member 'DLSSLibrary_GetDLSSModeInformation::MinScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MaxScreenPercentage) == 0x00001C, "Member 'DLSSLibrary_GetDLSSModeInformation::MaxScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalSharpness) == 0x000020, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSRRMinimumDriverVersion \ static_assert(alignof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ static_assert(sizeof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSScreenPercentageRange \ static_assert(alignof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSScreenPercentageRange"); \ static_assert(sizeof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSScreenPercentageRange"); \ static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSSharpness \ static_assert(alignof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSSharpness"); \ static_assert(sizeof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_GetDLSSSharpness"); \ static_assert(offsetof(DLSSLibrary_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetSupportedDLSSModes \ static_assert(alignof(DLSSLibrary_GetSupportedDLSSModes) == 0x000008, "Wrong alignment on DLSSLibrary_GetSupportedDLSSModes"); \ static_assert(sizeof(DLSSLibrary_GetSupportedDLSSModes) == 0x000010, "Wrong size on DLSSLibrary_GetSupportedDLSSModes"); \ static_assert(offsetof(DLSSLibrary_GetSupportedDLSSModes, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetSupportedDLSSModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLAAEnabled \ static_assert(alignof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLAAEnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLAAEnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLAAEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLAAEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSEnabled \ static_assert(alignof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSEnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSEnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSModeSupported \ static_assert(alignof(DLSSLibrary_IsDLSSModeSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSModeSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSModeSupported) == 0x000002, "Wrong size on DLSSLibrary_IsDLSSModeSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, DLSSMode) == 0x000000, "Member 'DLSSLibrary_IsDLSSModeSupported::DLSSMode' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, ReturnValue) == 0x000001, "Member 'DLSSLibrary_IsDLSSModeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRREnabled \ static_assert(alignof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRREnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRREnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRRSupported \ static_assert(alignof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRRSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRRSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSRRSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRRSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSSupported \ static_assert(alignof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSRRSupport \ static_assert(alignof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSRRSupport"); \ static_assert(sizeof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSRRSupport"); \ static_assert(offsetof(DLSSLibrary_QueryDLSSRRSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSRRSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSSupport \ static_assert(alignof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSSupport"); \ static_assert(sizeof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSSupport"); \ static_assert(offsetof(DLSSLibrary_QueryDLSSSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSMode \ static_assert(alignof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_SetDLSSMode"); \ static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::DLSSMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSSharpness \ static_assert(alignof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_SetDLSSSharpness"); \ static_assert(sizeof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_SetDLSSSharpness"); \ static_assert(offsetof(DLSSLibrary_SetDLSSSharpness, Sharpness) == 0x000000, "Member 'DLSSLibrary_SetDLSSSharpness::Sharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDLSSLibrary \ static_assert(alignof(UDLSSLibrary) == 0x000008, "Wrong alignment on UDLSSLibrary"); \ static_assert(sizeof(UDLSSLibrary) == 0x000028, "Wrong size on UDLSSLibrary"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction \ static_assert(alignof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction"); \ static_assert(sizeof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction) == 0x000290, "Wrong size on HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, EntryPoint) == 0x000000, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_Owner_3) == 0x000008, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_Owner_3' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_OwnerController_3) == 0x000010, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_OwnerController_3' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_ControlledPawn_3) == 0x000018, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_ControlledPawn_3' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_Owner_2) == 0x000028, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_OwnerController_2) == 0x000030, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_ControlledPawn_2) == 0x000038, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_DynamicCast_AsFGAICharacter) == 0x000040, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetObjectClass_ReturnValue) == 0x000050, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetClassDisplayName_ReturnValue) == 0x000060, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_CanBeTerminated_ReturnValue) == 0x000088, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_CanBeTerminated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValidAction_ReturnValue) == 0x0000D1, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetActionPlanner_ReturnValue) == 0x0000D8, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_BooleanOR_ReturnValue) == 0x0000E0, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetAction_ReturnValue) == 0x0000E8, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_DynamicCast_AsFGAICharacter_Action) == 0x0000F8, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_DynamicCast_AsFGAICharacter_Action' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValidAction_ReturnValue_1) == 0x000101, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValidAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_Owner_1) == 0x000108, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_OwnerController_1) == 0x000110, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_ControlledPawn_1) == 0x000118, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValid_ReturnValue_2) == 0x000120, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_CanBeTerminated_ReturnValue_1) == 0x000121, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_CanBeTerminated_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_Owner) == 0x000128, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_OwnerController) == 0x000130, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_ControlledPawn) == 0x000138, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_Event_Result) == 0x000140, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_Event_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000148, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_GetClassDisplayName_ReturnValue_2) == 0x000158, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_GetClassDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000168, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000180, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000198, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001D8, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_MakeArray_Array) == 0x000218, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, K2Node_MakeArray_Array_1) == 0x000228, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Format_ReturnValue) == 0x000238, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Format_ReturnValue_1) == 0x000250, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Conv_TextToString_ReturnValue) == 0x000268, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000278, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsValid_ReturnValue_3) == 0x000288, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_IsPlaying_ReturnValue) == 0x000289, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x00028A, "Member 'HTN_PlayAction_C_ExecuteUbergraph_HTN_PlayAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ReceiveOnFinished \ static_assert(alignof(HTN_PlayAction_C_ReceiveOnFinished) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ReceiveOnFinished"); \ static_assert(sizeof(HTN_PlayAction_C_ReceiveOnFinished) == 0x000020, "Wrong size on HTN_PlayAction_C_ReceiveOnFinished"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveOnFinished, Owner) == 0x000000, "Member 'HTN_PlayAction_C_ReceiveOnFinished::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveOnFinished, OwnerController) == 0x000008, "Member 'HTN_PlayAction_C_ReceiveOnFinished::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveOnFinished, ControlledPawn) == 0x000010, "Member 'HTN_PlayAction_C_ReceiveOnFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveOnFinished, Result) == 0x000018, "Member 'HTN_PlayAction_C_ReceiveOnFinished::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ReceiveAbort \ static_assert(alignof(HTN_PlayAction_C_ReceiveAbort) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ReceiveAbort"); \ static_assert(sizeof(HTN_PlayAction_C_ReceiveAbort) == 0x000018, "Wrong size on HTN_PlayAction_C_ReceiveAbort"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveAbort, Owner) == 0x000000, "Member 'HTN_PlayAction_C_ReceiveAbort::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveAbort, OwnerController) == 0x000008, "Member 'HTN_PlayAction_C_ReceiveAbort::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveAbort, ControlledPawn) == 0x000010, "Member 'HTN_PlayAction_C_ReceiveAbort::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ReceiveExecute \ static_assert(alignof(HTN_PlayAction_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ReceiveExecute"); \ static_assert(sizeof(HTN_PlayAction_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_PlayAction_C_ReceiveExecute"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_PlayAction_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_PlayAction_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_PlayAction_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ReceiveTick \ static_assert(alignof(HTN_PlayAction_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ReceiveTick"); \ static_assert(sizeof(HTN_PlayAction_C_ReceiveTick) == 0x000020, "Wrong size on HTN_PlayAction_C_ReceiveTick"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_PlayAction_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveTick, OwnerController) == 0x000008, "Member 'HTN_PlayAction_C_ReceiveTick::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_PlayAction_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveTick, DeltaSeconds) == 0x000018, "Member 'HTN_PlayAction_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlayAction_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_PlayAction_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_PlayAction_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_PlayAction_C_ReceiveCreatePlanSteps) == 0x000058, "Wrong size on HTN_PlayAction_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter) == 0x000018, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, CallFunc_GetClassDisplayName_ReturnValue) == 0x000028, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, CallFunc_GetActionPlanner_ReturnValue) == 0x000038, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, CallFunc_GetAction_ReturnValue) == 0x000040, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter_Action) == 0x000048, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter_Action' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlayAction_C_ReceiveCreatePlanSteps, CallFunc_IsValidAction_ReturnValue) == 0x000052, "Member 'HTN_PlayAction_C_ReceiveCreatePlanSteps::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_PlayAction_C \ static_assert(alignof(UHTN_PlayAction_C) == 0x000008, "Wrong alignment on UHTN_PlayAction_C"); \ static_assert(sizeof(UHTN_PlayAction_C) == 0x000110, "Wrong size on UHTN_PlayAction_C"); \ static_assert(offsetof(UHTN_PlayAction_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_PlayAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_PlayAction_C, ActionClass) == 0x000100, "Member 'UHTN_PlayAction_C::ActionClass' has a wrong offset!"); \ static_assert(offsetof(UHTN_PlayAction_C, SavedAction) == 0x000108, "Member 'UHTN_PlayAction_C::SavedAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn \ static_assert(alignof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn) == 0x000008, "Wrong alignment on WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn"); \ static_assert(sizeof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn) == 0x0003D0, "Wrong size on WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, EntryPoint) == 0x000000, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_Hit_3) == 0x000010, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_PlayerCharacter_2) == 0x000098, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_Hit_2) == 0x0000A0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_PlayerCharacter_1) == 0x000128, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_Hit_1) == 0x000130, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_PlayerCharacter) == 0x0001B8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001C0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001CC, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_MyComp) == 0x0001D8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_Other) == 0x0001E0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_OtherComp) == 0x0001E8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_bSelfMoved) == 0x0001F0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_HitLocation) == 0x0001F4, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_HitNormal) == 0x000200, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_NormalImpulse) == 0x00020C, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_Hit) == 0x000218, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_bBlockingHit) == 0x0002A0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002A1, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_Time) == 0x0002A4, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_Distance) == 0x0002A8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_Location) == 0x0002AC, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_ImpactPoint) == 0x0002B8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_Normal) == 0x0002C4, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_ImpactNormal) == 0x0002D0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_PhysMat) == 0x0002E0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_HitActor) == 0x0002E8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_HitComponent) == 0x0002F0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_HitBoneName) == 0x0002F8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_HitItem) == 0x000300, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_ElementIndex) == 0x000304, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_FaceIndex) == 0x000308, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_TraceStart) == 0x00030C, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BreakHitResult_TraceEnd) == 0x000318, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_AsFGProjectile) == 0x000328, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_AsFGProjectile' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_bSuccess) == 0x000330, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000331, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetInstigator_ReturnValue) == 0x000338, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000340, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_bSuccess_1) == 0x000348, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000349, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00034C, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_BooleanOR_ReturnValue) == 0x000358, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetGlobalParameterByName_ReturnValue) == 0x00035C, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetGlobalParameterByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_Conv_FloatToString_ReturnValue) == 0x000360, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetGameInstance_ReturnValue) == 0x000370, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetQuestManager_ReturnValue) == 0x000378, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_AsFGGame_Instance) == 0x000380, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_DynamicCast_bSuccess_2) == 0x000388, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue) == 0x000389, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue_1) == 0x00038A, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, K2Node_Event_ProgressionType) == 0x00038B, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::K2Node_Event_ProgressionType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00038C, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetParentTrain_ReturnValue) == 0x000390, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue_2) == 0x000398, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000399, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00039A, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_SetStaticMesh_ReturnValue) == 0x00039B, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0003A0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_HasAuthority_ReturnValue) == 0x0003A8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue_3) == 0x0003A9, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsUnlocked_ReturnValue) == 0x0003AA, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x0003B0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue_4) == 0x0003B8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_GetQuestGraphManager_ReturnValue_2) == 0x0003C0, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_GetQuestGraphManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn, CallFunc_IsValid_ReturnValue_5) == 0x0003C8, "Member 'WagonModule_Horn_C_ExecuteUbergraph_WagonModule_Horn::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_WorldProgressionUnlocked \ static_assert(alignof(WagonModule_Horn_C_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on WagonModule_Horn_C_WorldProgressionUnlocked"); \ static_assert(sizeof(WagonModule_Horn_C_WorldProgressionUnlocked) == 0x000001, "Wrong size on WagonModule_Horn_C_WorldProgressionUnlocked"); \ static_assert(offsetof(WagonModule_Horn_C_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'WagonModule_Horn_C_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_ReceiveHit \ static_assert(alignof(WagonModule_Horn_C_ReceiveHit) == 0x000008, "Wrong alignment on WagonModule_Horn_C_ReceiveHit"); \ static_assert(sizeof(WagonModule_Horn_C_ReceiveHit) == 0x0000C8, "Wrong size on WagonModule_Horn_C_ReceiveHit"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, MyComp) == 0x000000, "Member 'WagonModule_Horn_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, Other) == 0x000008, "Member 'WagonModule_Horn_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, OtherComp) == 0x000010, "Member 'WagonModule_Horn_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'WagonModule_Horn_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'WagonModule_Horn_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, HitNormal) == 0x000028, "Member 'WagonModule_Horn_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'WagonModule_Horn_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_ReceiveHit, Hit) == 0x000040, "Member 'WagonModule_Horn_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_OnUseNoFloor \ static_assert(alignof(WagonModule_Horn_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_Horn_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_Horn_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_Horn_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_Horn_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Horn_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_OnUseDisabled \ static_assert(alignof(WagonModule_Horn_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_Horn_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_Horn_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_Horn_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_Horn_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_Horn_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_OnUseBuild \ static_assert(alignof(WagonModule_Horn_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_Horn_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_Horn_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_Horn_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_Horn_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_Horn_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_GetItemSelection \ static_assert(alignof(WagonModule_Horn_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_Horn_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_Horn_C_GetItemSelection) == 0x0000C0, "Wrong size on WagonModule_Horn_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_Horn_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_Horn_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_Horn_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_Horn_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_Horn_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0000B0, "Member 'WagonModule_Horn_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000B8, "Member 'WagonModule_Horn_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'WagonModule_Horn_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Horn_C_CanUse \ static_assert(alignof(WagonModule_Horn_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_Horn_C_CanUse"); \ static_assert(sizeof(WagonModule_Horn_C_CanUse) == 0x000098, "Wrong size on WagonModule_Horn_C_CanUse"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_Horn_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Horn_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_Horn_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'WagonModule_Horn_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x000092, "Member 'WagonModule_Horn_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, CallFunc_IsUnlocked_ReturnValue) == 0x000093, "Member 'WagonModule_Horn_C_CanUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Horn_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'WagonModule_Horn_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Horn_C \ static_assert(alignof(AWagonModule_Horn_C) == 0x000008, "Wrong alignment on AWagonModule_Horn_C"); \ static_assert(sizeof(AWagonModule_Horn_C) == 0x000610, "Wrong size on AWagonModule_Horn_C"); \ static_assert(offsetof(AWagonModule_Horn_C, UberGraphFrame_WagonModule_Horn_C) == 0x0005B8, "Member 'AWagonModule_Horn_C::UberGraphFrame_WagonModule_Horn_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, FGQuestMark) == 0x0005C0, "Member 'AWagonModule_Horn_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, Sound) == 0x0005C8, "Member 'AWagonModule_Horn_C::Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, InteractionWidgetComponent) == 0x0005D0, "Member 'AWagonModule_Horn_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, Box) == 0x0005D8, "Member 'AWagonModule_Horn_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, BuilderZone) == 0x0005E0, "Member 'AWagonModule_Horn_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, Horn) == 0x0005E8, "Member 'AWagonModule_Horn_C::Horn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, World_Progression_Manager) == 0x0005F0, "Member 'AWagonModule_Horn_C::World_Progression_Manager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, QuestManager) == 0x0005F8, "Member 'AWagonModule_Horn_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, bSetWidgetHiddenInGame) == 0x000600, "Member 'AWagonModule_Horn_C::bSetWidgetHiddenInGame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Horn_C, TTAttracAttention) == 0x000604, "Member 'AWagonModule_Horn_C::TTAttracAttention' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineFilenameResolveParams \ static_assert(alignof(FMoviePipelineFilenameResolveParams) == 0x000008, "Wrong alignment on FMoviePipelineFilenameResolveParams"); \ static_assert(sizeof(FMoviePipelineFilenameResolveParams) == 0x000100, "Wrong size on FMoviePipelineFilenameResolveParams"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumber) == 0x000000, "Member 'FMoviePipelineFilenameResolveParams::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShot) == 0x000004, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShot' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberRel) == 0x000008, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberRel' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShotRel) == 0x00000C, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShotRel' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, CameraNameOverride) == 0x000010, "Member 'FMoviePipelineFilenameResolveParams::CameraNameOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotNameOverride) == 0x000020, "Member 'FMoviePipelineFilenameResolveParams::ShotNameOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ZeroPadFrameNumberCount) == 0x000030, "Member 'FMoviePipelineFilenameResolveParams::ZeroPadFrameNumberCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, bForceRelativeFrameNumbers) == 0x000034, "Member 'FMoviePipelineFilenameResolveParams::bForceRelativeFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileNameFormatOverrides) == 0x000038, "Member 'FMoviePipelineFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileMetadata) == 0x000088, "Member 'FMoviePipelineFilenameResolveParams::FileMetadata' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTime) == 0x0000D8, "Member 'FMoviePipelineFilenameResolveParams::InitializationTime' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationVersion) == 0x0000E0, "Member 'FMoviePipelineFilenameResolveParams::InitializationVersion' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, Job) == 0x0000E8, "Member 'FMoviePipelineFilenameResolveParams::Job' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotOverride) == 0x0000F0, "Member 'FMoviePipelineFilenameResolveParams::ShotOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, AdditionalFrameNumberOffset) == 0x0000F8, "Member 'FMoviePipelineFilenameResolveParams::AdditionalFrameNumberOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000010, "Wrong size on FMoviePipelinePassIdentifier"); \ static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineRenderPassOutputData \ static_assert(alignof(FMoviePipelineRenderPassOutputData) == 0x000008, "Wrong alignment on FMoviePipelineRenderPassOutputData"); \ static_assert(sizeof(FMoviePipelineRenderPassOutputData) == 0x000010, "Wrong size on FMoviePipelineRenderPassOutputData"); \ static_assert(offsetof(FMoviePipelineRenderPassOutputData, FilePaths) == 0x000000, "Member 'FMoviePipelineRenderPassOutputData::FilePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineShotOutputData \ static_assert(alignof(FMoviePipelineShotOutputData) == 0x000008, "Wrong alignment on FMoviePipelineShotOutputData"); \ static_assert(sizeof(FMoviePipelineShotOutputData) == 0x000058, "Wrong size on FMoviePipelineShotOutputData"); \ static_assert(offsetof(FMoviePipelineShotOutputData, Shot) == 0x000000, "Member 'FMoviePipelineShotOutputData::Shot' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineShotOutputData, RenderPassData) == 0x000008, "Member 'FMoviePipelineShotOutputData::RenderPassData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineOutputData \ static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ static_assert(sizeof(FMoviePipelineOutputData) == 0x000028, "Wrong size on FMoviePipelineOutputData"); \ static_assert(offsetof(FMoviePipelineOutputData, Pipeline) == 0x000000, "Member 'FMoviePipelineOutputData::Pipeline' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, Job) == 0x000008, "Member 'FMoviePipelineOutputData::Job' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, bSuccess) == 0x000010, "Member 'FMoviePipelineOutputData::bSuccess' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, ShotData) == 0x000018, "Member 'FMoviePipelineOutputData::ShotData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineSegmentWorkMetrics \ static_assert(alignof(FMoviePipelineSegmentWorkMetrics) == 0x000008, "Wrong alignment on FMoviePipelineSegmentWorkMetrics"); \ static_assert(sizeof(FMoviePipelineSegmentWorkMetrics) == 0x000028, "Wrong size on FMoviePipelineSegmentWorkMetrics"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, SegmentName) == 0x000000, "Member 'FMoviePipelineSegmentWorkMetrics::SegmentName' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputFrameIndex) == 0x000010, "Member 'FMoviePipelineSegmentWorkMetrics::OutputFrameIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalOutputFrameCount) == 0x000014, "Member 'FMoviePipelineSegmentWorkMetrics::TotalOutputFrameCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputSubSampleIndex) == 0x000018, "Member 'FMoviePipelineSegmentWorkMetrics::OutputSubSampleIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalSubSampleCount) == 0x00001C, "Member 'FMoviePipelineSegmentWorkMetrics::TotalSubSampleCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, EngineWarmUpFrameIndex) == 0x000020, "Member 'FMoviePipelineSegmentWorkMetrics::EngineWarmUpFrameIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalEngineWarmUpFrameCount) == 0x000024, "Member 'FMoviePipelineSegmentWorkMetrics::TotalEngineWarmUpFrameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineCameraCutInfo \ static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x000098, "Wrong size on FMoviePipelineCameraCutInfo"); \ #define DUMPER7_ASSERTS_FMoviePipelineFormatArgs \ static_assert(alignof(FMoviePipelineFormatArgs) == 0x000008, "Wrong alignment on FMoviePipelineFormatArgs"); \ static_assert(sizeof(FMoviePipelineFormatArgs) == 0x0000A8, "Wrong size on FMoviePipelineFormatArgs"); \ static_assert(offsetof(FMoviePipelineFormatArgs, FilenameArguments) == 0x000000, "Member 'FMoviePipelineFormatArgs::FilenameArguments' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFormatArgs, FileMetadata) == 0x000050, "Member 'FMoviePipelineFormatArgs::FileMetadata' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFormatArgs, InJob) == 0x0000A0, "Member 'FMoviePipelineFormatArgs::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_DuplicateSequence \ static_assert(alignof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, Outer_0) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::Outer_0' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, InSequence) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot \ static_assert(alignof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InSettingType) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InSettingType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InMasterConfig) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InMasterConfig' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InShot) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InShot' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, ReturnValue) == 0x000018, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCompletionPercentage \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentAperture \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocalLength \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocusDistance \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000038, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutOuterName) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutOuterName' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutInnerName) == 0x000020, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutInnerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentState \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000030, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotTimecode \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InMasterConfig) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InMasterConfig' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InPipelineExecutorShot) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InPipelineExecutorShot' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, OutEstimate) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::OutEstimate' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobAuthor \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobInitializationTime \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobName::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMapPackageName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, InJob) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterFrameNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterTimecode \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallOutputFrames \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutTotalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallSegmentCounts \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutTotalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetPipelineState \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetPipelineState"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetPipelineState"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments \ static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x0001C8, "Wrong size on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InFormatString) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InFormatString' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InParams) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutFinalPath) == 0x000110, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutFinalPath' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000120, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutMergedFormatArgs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveVersionNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000108, "Wrong size on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, InParams) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::InParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x000100, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence \ static_assert(alignof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InSequence) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InJob) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, bShotsChanged) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::bShotsChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBlueprintLibrary \ static_assert(alignof(UMoviePipelineBlueprintLibrary) == 0x000008, "Wrong alignment on UMoviePipelineBlueprintLibrary"); \ static_assert(sizeof(UMoviePipelineBlueprintLibrary) == 0x000028, "Wrong size on UMoviePipelineBlueprintLibrary"); \ #define DUMPER7_ASSERTS_MoviePipelineSetting_BuildNewProcessCommandLine \ static_assert(alignof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000008, "Wrong alignment on MoviePipelineSetting_BuildNewProcessCommandLine"); \ static_assert(sizeof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000020, "Wrong size on MoviePipelineSetting_BuildNewProcessCommandLine"); \ static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutUnrealURLParams) == 0x000000, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutUnrealURLParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutCommandLineArgs) == 0x000010, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutCommandLineArgs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineSetting \ static_assert(alignof(UMoviePipelineSetting) == 0x000008, "Wrong alignment on UMoviePipelineSetting"); \ static_assert(sizeof(UMoviePipelineSetting) == 0x000048, "Wrong size on UMoviePipelineSetting"); \ static_assert(offsetof(UMoviePipelineSetting, CachedPipeline) == 0x000028, "Member 'UMoviePipelineSetting::CachedPipeline' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineSetting, bEnabled) == 0x000030, "Member 'UMoviePipelineSetting::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCameraSetting \ static_assert(alignof(UMoviePipelineCameraSetting) == 0x000008, "Wrong alignment on UMoviePipelineCameraSetting"); \ static_assert(sizeof(UMoviePipelineCameraSetting) == 0x000050, "Wrong size on UMoviePipelineCameraSetting"); \ static_assert(offsetof(UMoviePipelineCameraSetting, ShutterTiming) == 0x000048, "Member 'UMoviePipelineCameraSetting::ShutterTiming' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCameraSetting, OverscanPercentage) == 0x00004C, "Member 'UMoviePipelineCameraSetting::OverscanPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineViewFamilySetting \ static_assert(alignof(UMoviePipelineViewFamilySetting) == 0x000008, "Wrong alignment on UMoviePipelineViewFamilySetting"); \ static_assert(sizeof(UMoviePipelineViewFamilySetting) == 0x000048, "Wrong size on UMoviePipelineViewFamilySetting"); \ #define DUMPER7_ASSERTS_MoviePipeline_Initialize \ static_assert(alignof(MoviePipeline_Initialize) == 0x000008, "Wrong alignment on MoviePipeline_Initialize"); \ static_assert(sizeof(MoviePipeline_Initialize) == 0x000008, "Wrong size on MoviePipeline_Initialize"); \ static_assert(offsetof(MoviePipeline_Initialize, InJob) == 0x000000, "Member 'MoviePipeline_Initialize::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_RequestShutdown \ static_assert(alignof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipeline_RequestShutdown"); \ static_assert(sizeof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong size on MoviePipeline_RequestShutdown"); \ static_assert(offsetof(MoviePipeline_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipeline_RequestShutdown::bIsError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_Shutdown \ static_assert(alignof(MoviePipeline_Shutdown) == 0x000001, "Wrong alignment on MoviePipeline_Shutdown"); \ static_assert(sizeof(MoviePipeline_Shutdown) == 0x000001, "Wrong size on MoviePipeline_Shutdown"); \ static_assert(offsetof(MoviePipeline_Shutdown, bError) == 0x000000, "Member 'MoviePipeline_Shutdown::bError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPipelineMasterConfig \ static_assert(alignof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(sizeof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(offsetof(MoviePipeline_GetPipelineMasterConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelineMasterConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPreviewTexture \ static_assert(alignof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong alignment on MoviePipeline_GetPreviewTexture"); \ static_assert(sizeof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong size on MoviePipeline_GetPreviewTexture"); \ static_assert(offsetof(MoviePipeline_GetPreviewTexture, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPreviewTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_IsShutdownRequested \ static_assert(alignof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipeline_IsShutdownRequested"); \ static_assert(sizeof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipeline_IsShutdownRequested"); \ static_assert(offsetof(MoviePipeline_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipeline_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipeline \ static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ static_assert(sizeof(UMoviePipeline) == 0x0002E0, "Wrong size on UMoviePipeline"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000028, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineWorkFinishedDelegate) == 0x000038, "Member 'UMoviePipeline::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineShotWorkFinishedDelegate) == 0x000048, "Member 'UMoviePipeline::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000058, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x000070, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x000078, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x000080, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x000088, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x000090, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x0002A0, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x0002A8, "Member 'UMoviePipeline::CurrentJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCustomTimeStep \ static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000030, "Wrong size on UMoviePipelineCustomTimeStep"); \ #define DUMPER7_ASSERTS_UMoviePipelineAntiAliasingSetting \ static_assert(alignof(UMoviePipelineAntiAliasingSetting) == 0x000008, "Wrong alignment on UMoviePipelineAntiAliasingSetting"); \ static_assert(sizeof(UMoviePipelineAntiAliasingSetting) == 0x000068, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000048, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x00004C, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000051, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000060, "Member 'UMoviePipelineAntiAliasingSetting::bRenderWarmUpFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000B0, "Wrong size on UMoviePipelineColorSetting"); \ static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000048, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000A8, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoder \ static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000088, "Wrong size on UMoviePipelineCommandLineEncoder"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000058, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000070, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000071, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x000100, "Wrong size on UMoviePipelineCommandLineEncoderSettings"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, ExecutablePath) == 0x000038, "Member 'UMoviePipelineCommandLineEncoderSettings::ExecutablePath' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CodecHelpText) == 0x000048, "Member 'UMoviePipelineCommandLineEncoderSettings::CodecHelpText' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoCodec) == 0x000060, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000070, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000080, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x000090, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x0000A0, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000B0, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000C0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000D0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000E0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x0000F0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Epic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_CopyFrom \ static_assert(alignof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_CopyFrom"); \ static_assert(sizeof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong size on MoviePipelineConfigBase_CopyFrom"); \ static_assert(offsetof(MoviePipelineConfigBase_CopyFrom, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_CopyFrom::InConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindOrAddSettingByClass \ static_assert(alignof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_RemoveSetting \ static_assert(alignof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_RemoveSetting"); \ static_assert(sizeof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong size on MoviePipelineConfigBase_RemoveSetting"); \ static_assert(offsetof(MoviePipelineConfigBase_RemoveSetting, InSetting) == 0x000000, "Member 'MoviePipelineConfigBase_RemoveSetting::InSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingByClass \ static_assert(alignof(MoviePipelineConfigBase_FindSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindSettingByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingsByClass \ static_assert(alignof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingsByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000020, "Wrong size on MoviePipelineConfigBase_FindSettingsByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingsByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetUserSettings \ static_assert(alignof(MoviePipelineConfigBase_GetUserSettings) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetUserSettings"); \ static_assert(sizeof(MoviePipelineConfigBase_GetUserSettings) == 0x000010, "Wrong size on MoviePipelineConfigBase_GetUserSettings"); \ static_assert(offsetof(MoviePipelineConfigBase_GetUserSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetUserSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineConfigBase \ static_assert(alignof(UMoviePipelineConfigBase) == 0x000008, "Wrong alignment on UMoviePipelineConfigBase"); \ static_assert(sizeof(UMoviePipelineConfigBase) == 0x000050, "Wrong size on UMoviePipelineConfigBase"); \ static_assert(offsetof(UMoviePipelineConfigBase, DisplayName) == 0x000028, "Member 'UMoviePipelineConfigBase::DisplayName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConfigBase, Settings) == 0x000038, "Member 'UMoviePipelineConfigBase::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineDebugSettings \ static_assert(alignof(UMoviePipelineDebugSettings) == 0x000008, "Wrong alignment on UMoviePipelineDebugSettings"); \ static_assert(sizeof(UMoviePipelineDebugSettings) == 0x000058, "Wrong size on UMoviePipelineDebugSettings"); \ static_assert(offsetof(UMoviePipelineDebugSettings, bWriteAllSamples) == 0x000048, "Member 'UMoviePipelineDebugSettings::bWriteAllSamples' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureFramesWithRenderDoc) == 0x000049, "Member 'UMoviePipelineDebugSettings::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDebugSettings, CaptureFrame) == 0x00004C, "Member 'UMoviePipelineDebugSettings::CaptureFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_ConnectSocket \ static_assert(alignof(MoviePipelineExecutorBase_ConnectSocket) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_ConnectSocket"); \ static_assert(sizeof(MoviePipelineExecutorBase_ConnectSocket) == 0x000018, "Wrong size on MoviePipelineExecutorBase_ConnectSocket"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InHostName) == 0x000000, "Member 'MoviePipelineExecutorBase_ConnectSocket::InHostName' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InPort) == 0x000010, "Member 'MoviePipelineExecutorBase_ConnectSocket::InPort' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, ReturnValue) == 0x000014, "Member 'MoviePipelineExecutorBase_ConnectSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_Execute \ static_assert(alignof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_Execute"); \ static_assert(sizeof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong size on MoviePipelineExecutorBase_Execute"); \ static_assert(offsetof(MoviePipelineExecutorBase_Execute, InPipelineQueue) == 0x000000, "Member 'MoviePipelineExecutorBase_Execute::InPipelineQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_OnExecutorErroredImpl \ static_assert(alignof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ static_assert(sizeof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000028, "Wrong size on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErroredPipeline) == 0x000000, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErroredPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, bFatal) == 0x000008, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::bFatal' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErrorReason) == 0x000010, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErrorReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendHTTPRequest \ static_assert(alignof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendHTTPRequest"); \ static_assert(sizeof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000088, "Wrong size on MoviePipelineExecutorBase_SendHTTPRequest"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InURL) == 0x000000, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InURL' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InVerb) == 0x000010, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InVerb' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InMessage) == 0x000020, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InMessage' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InHeaders) == 0x000030, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InHeaders' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, ReturnValue) == 0x000080, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendSocketMessage \ static_assert(alignof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendSocketMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000018, "Wrong size on MoviePipelineExecutorBase_SendSocketMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, InMessage) == 0x000000, "Member 'MoviePipelineExecutorBase_SendSocketMessage::InMessage' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorBase_SendSocketMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetMoviePipelineClass \ static_assert(alignof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong size on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetMoviePipelineClass, InPipelineClass) == 0x000000, "Member 'MoviePipelineExecutorBase_SetMoviePipelineClass::InPipelineClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorBase_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsRendering \ static_assert(alignof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsRendering"); \ static_assert(sizeof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsRendering"); \ static_assert(offsetof(MoviePipelineExecutorBase_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsSocketConnected \ static_assert(alignof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsSocketConnected"); \ static_assert(sizeof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsSocketConnected"); \ static_assert(offsetof(MoviePipelineExecutorBase_IsSocketConnected, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsSocketConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorBase \ static_assert(alignof(UMoviePipelineExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineExecutorBase"); \ static_assert(sizeof(UMoviePipelineExecutorBase) == 0x000108, "Wrong size on UMoviePipelineExecutorBase"); \ static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorFinishedDelegate) == 0x000028, "Member 'UMoviePipelineExecutorBase::OnExecutorFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorErroredDelegate) == 0x000050, "Member 'UMoviePipelineExecutorBase::OnExecutorErroredDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, SocketMessageRecievedDelegate) == 0x000080, "Member 'UMoviePipelineExecutorBase::SocketMessageRecievedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, HTTPResponseRecievedDelegate) == 0x000090, "Member 'UMoviePipelineExecutorBase::HTTPResponseRecievedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, DebugWidgetClass) == 0x0000A0, "Member 'UMoviePipelineExecutorBase::DebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, UserData) == 0x0000A8, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000B8, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineOutputBase \ static_assert(alignof(UMoviePipelineOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineOutputBase"); \ static_assert(sizeof(UMoviePipelineOutputBase) == 0x000048, "Wrong size on UMoviePipelineOutputBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineFCPXMLExporter \ static_assert(alignof(UMoviePipelineFCPXMLExporter) == 0x000008, "Wrong alignment on UMoviePipelineFCPXMLExporter"); \ static_assert(sizeof(UMoviePipelineFCPXMLExporter) == 0x000080, "Wrong size on UMoviePipelineFCPXMLExporter"); \ static_assert(offsetof(UMoviePipelineFCPXMLExporter, FileNameFormatOverride) == 0x000050, "Member 'UMoviePipelineFCPXMLExporter::FileNameFormatOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineFCPXMLExporter, DataSource) == 0x000060, "Member 'UMoviePipelineFCPXMLExporter::DataSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMoviePipelineGameMode \ static_assert(alignof(AMoviePipelineGameMode) == 0x000008, "Wrong alignment on AMoviePipelineGameMode"); \ static_assert(sizeof(AMoviePipelineGameMode) == 0x0002C0, "Wrong size on AMoviePipelineGameMode"); \ #define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000108, "Wrong size on UMoviePipelineGameOverrideSetting"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 0x000048, "Member 'UMoviePipelineGameOverrideSetting::GameModeOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bCinematicQualitySettings) == 0x000050, "Member 'UMoviePipelineGameOverrideSetting::bCinematicQualitySettings' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, TextureStreaming) == 0x000051, "Member 'UMoviePipelineGameOverrideSetting::TextureStreaming' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseLODZero) == 0x000052, "Member 'UMoviePipelineGameOverrideSetting::bUseLODZero' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bDisableHLODs) == 0x000053, "Member 'UMoviePipelineGameOverrideSetting::bDisableHLODs' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseHighQualityShadows) == 0x000054, "Member 'UMoviePipelineGameOverrideSetting::bUseHighQualityShadows' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowDistanceScale) == 0x000058, "Member 'UMoviePipelineGameOverrideSetting::ShadowDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowRadiusThreshold) == 0x00005C, "Member 'UMoviePipelineGameOverrideSetting::ShadowRadiusThreshold' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideViewDistanceScale) == 0x000060, "Member 'UMoviePipelineGameOverrideSetting::bOverrideViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ViewDistanceScale) == 0x000064, "Member 'UMoviePipelineGameOverrideSetting::ViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushGrassStreaming) == 0x000068, "Member 'UMoviePipelineGameOverrideSetting::bFlushGrassStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineHighResSetting \ static_assert(alignof(UMoviePipelineHighResSetting) == 0x000008, "Wrong alignment on UMoviePipelineHighResSetting"); \ static_assert(sizeof(UMoviePipelineHighResSetting) == 0x000060, "Wrong size on UMoviePipelineHighResSetting"); \ static_assert(offsetof(UMoviePipelineHighResSetting, TileCount) == 0x000048, "Member 'UMoviePipelineHighResSetting::TileCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, TextureSharpnessBias) == 0x00004C, "Member 'UMoviePipelineHighResSetting::TextureSharpnessBias' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, OverlapRatio) == 0x000050, "Member 'UMoviePipelineHighResSetting::OverlapRatio' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, bOverrideSubSurfaceScattering) == 0x000054, "Member 'UMoviePipelineHighResSetting::bOverrideSubSurfaceScattering' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, BurleySampleCount) == 0x000058, "Member 'UMoviePipelineHighResSetting::BurleySampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000130, "Wrong size on UMoviePipelineLinearExecutorBase"); \ static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000108, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000110, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000168, "Wrong size on UMoviePipelineInProcessExecutor"); \ static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000130, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutorSettings \ static_assert(alignof(UMoviePipelineInProcessExecutorSettings) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutorSettings"); \ static_assert(sizeof(UMoviePipelineInProcessExecutorSettings) == 0x000068, "Wrong size on UMoviePipelineInProcessExecutorSettings"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, bCloseEditor) == 0x000038, "Member 'UMoviePipelineInProcessExecutorSettings::bCloseEditor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, AdditionalCommandLineArguments) == 0x000040, "Member 'UMoviePipelineInProcessExecutorSettings::AdditionalCommandLineArguments' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InheritedCommandLineArguments) == 0x000050, "Member 'UMoviePipelineInProcessExecutorSettings::InheritedCommandLineArguments' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InitialDelayFrameCount) == 0x000060, "Member 'UMoviePipelineInProcessExecutorSettings::InitialDelayFrameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetAllSettings \ static_assert(alignof(MoviePipelineMasterConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetAllSettings"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelineMasterConfig_GetAllSettings"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetEffectiveFrameRate \ static_assert(alignof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetTransientSettings \ static_assert(alignof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetTransientSettings"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetTransientSettings"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineMasterConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineMasterConfig \ static_assert(alignof(UMoviePipelineMasterConfig) == 0x000008, "Wrong alignment on UMoviePipelineMasterConfig"); \ static_assert(sizeof(UMoviePipelineMasterConfig) == 0x0000B8, "Wrong size on UMoviePipelineMasterConfig"); \ static_assert(offsetof(UMoviePipelineMasterConfig, PerShotConfigMapping) == 0x000050, "Member 'UMoviePipelineMasterConfig::PerShotConfigMapping' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineMasterConfig, OutputSetting) == 0x0000A0, "Member 'UMoviePipelineMasterConfig::OutputSetting' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineMasterConfig, TransientSettings) == 0x0000A8, "Member 'UMoviePipelineMasterConfig::TransientSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineOutputSetting \ static_assert(alignof(UMoviePipelineOutputSetting) == 0x000008, "Wrong alignment on UMoviePipelineOutputSetting"); \ static_assert(sizeof(UMoviePipelineOutputSetting) == 0x0000B0, "Wrong size on UMoviePipelineOutputSetting"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputDirectory) == 0x000048, "Member 'UMoviePipelineOutputSetting::OutputDirectory' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, FileNameFormat) == 0x000058, "Member 'UMoviePipelineOutputSetting::FileNameFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputResolution) == 0x000068, "Member 'UMoviePipelineOutputSetting::OutputResolution' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomFrameRate) == 0x000070, "Member 'UMoviePipelineOutputSetting::bUseCustomFrameRate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameRate) == 0x000074, "Member 'UMoviePipelineOutputSetting::OutputFrameRate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bOverrideExistingOutput) == 0x000080, "Member 'UMoviePipelineOutputSetting::bOverrideExistingOutput' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, HandleFrameCount) == 0x000084, "Member 'UMoviePipelineOutputSetting::HandleFrameCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameStep) == 0x000088, "Member 'UMoviePipelineOutputSetting::OutputFrameStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomPlaybackRange) == 0x00008C, "Member 'UMoviePipelineOutputSetting::bUseCustomPlaybackRange' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, CustomStartFrame) == 0x000090, "Member 'UMoviePipelineOutputSetting::CustomStartFrame' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, CustomEndFrame) == 0x000094, "Member 'UMoviePipelineOutputSetting::CustomEndFrame' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, VersionNumber) == 0x000098, "Member 'UMoviePipelineOutputSetting::VersionNumber' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bAutoVersion) == 0x00009C, "Member 'UMoviePipelineOutputSetting::bAutoVersion' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, ZeroPadFrameNumbers) == 0x0000A0, "Member 'UMoviePipelineOutputSetting::ZeroPadFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, FrameNumberOffset) == 0x0000A4, "Member 'UMoviePipelineOutputSetting::FrameNumberOffset' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bFlushDiskWritesPerShot) == 0x0000A8, "Member 'UMoviePipelineOutputSetting::bFlushDiskWritesPerShot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_ExecuteDelayed \ static_assert(alignof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_ExecuteDelayed, InPipelineQueue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_ExecuteDelayed::InPipelineQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_OnMapLoad \ static_assert(alignof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_OnMapLoad"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_OnMapLoad"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_OnMapLoad, InWorld) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_OnMapLoad::InWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_GetLastLoadedWorld \ static_assert(alignof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld, ReturnValue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_GetLastLoadedWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelinePythonHostExecutor \ static_assert(alignof(UMoviePipelinePythonHostExecutor) == 0x000008, "Wrong alignment on UMoviePipelinePythonHostExecutor"); \ static_assert(sizeof(UMoviePipelinePythonHostExecutor) == 0x000120, "Wrong size on UMoviePipelinePythonHostExecutor"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000108, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000110, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::LastLoadedWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_AllocateNewShotOverrideConfig \ static_assert(alignof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ static_assert(sizeof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000010, "Wrong size on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, InConfigType) == 0x000000, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::InConfigType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverrideConfiguration \ static_assert(alignof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverrideConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverrideConfiguration::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverridePresetOrigin \ static_assert(alignof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverridePresetOrigin::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverrideConfiguration \ static_assert(alignof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverrideConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverrideConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverridePresetOrigin \ static_assert(alignof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverridePresetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_ShouldRender \ static_assert(alignof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_ShouldRender"); \ static_assert(sizeof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong size on MoviePipelineExecutorShot_ShouldRender"); \ static_assert(offsetof(MoviePipelineExecutorShot_ShouldRender, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_ShouldRender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorShot \ static_assert(alignof(UMoviePipelineExecutorShot) == 0x000008, "Wrong alignment on UMoviePipelineExecutorShot"); \ static_assert(sizeof(UMoviePipelineExecutorShot) == 0x000130, "Wrong size on UMoviePipelineExecutorShot"); \ static_assert(offsetof(UMoviePipelineExecutorShot, bEnabled) == 0x000028, "Member 'UMoviePipelineExecutorShot::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, OuterName) == 0x000030, "Member 'UMoviePipelineExecutorShot::OuterName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, InnerName) == 0x000040, "Member 'UMoviePipelineExecutorShot::InnerName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, Progress) == 0x0000E8, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x0000F0, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000100, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000108, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConfiguration \ static_assert(alignof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConfiguration::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConsumed \ static_assert(alignof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetConsumed"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetConsumed"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetConsumed, bInConsumed) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConsumed::bInConsumed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetPresetOrigin \ static_assert(alignof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetPresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetPresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetPresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetPresetOrigin::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetSequence \ static_assert(alignof(MoviePipelineExecutorJob_SetSequence) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetSequence"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetSequence) == 0x000018, "Wrong size on MoviePipelineExecutorJob_SetSequence"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetSequence, InSequence) == 0x000000, "Member 'MoviePipelineExecutorJob_SetSequence::InSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetConfiguration \ static_assert(alignof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetPresetOrigin \ static_assert(alignof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetPresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetPresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetPresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetPresetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsConsumed \ static_assert(alignof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsConsumed"); \ static_assert(sizeof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsConsumed"); \ static_assert(offsetof(MoviePipelineExecutorJob_IsConsumed, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsConsumed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ static_assert(sizeof(UMoviePipelineExecutorJob) == 0x0000E0, "Wrong size on UMoviePipelineExecutorJob"); \ static_assert(offsetof(UMoviePipelineExecutorJob, JobName) == 0x000028, "Member 'UMoviePipelineExecutorJob::JobName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Sequence) == 0x000038, "Member 'UMoviePipelineExecutorJob::Sequence' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Map) == 0x000050, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000068, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000078, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x000088, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x000098, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000A8, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000AC, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000B0, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000B8, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_AllocateNewJob \ static_assert(alignof(MoviePipelineQueue_AllocateNewJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_AllocateNewJob"); \ static_assert(sizeof(MoviePipelineQueue_AllocateNewJob) == 0x000010, "Wrong size on MoviePipelineQueue_AllocateNewJob"); \ static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, InJobType) == 0x000000, "Member 'MoviePipelineQueue_AllocateNewJob::InJobType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_AllocateNewJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_CopyFrom \ static_assert(alignof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineQueue_CopyFrom"); \ static_assert(sizeof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong size on MoviePipelineQueue_CopyFrom"); \ static_assert(offsetof(MoviePipelineQueue_CopyFrom, InQueue) == 0x000000, "Member 'MoviePipelineQueue_CopyFrom::InQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_DeleteJob \ static_assert(alignof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DeleteJob"); \ static_assert(sizeof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong size on MoviePipelineQueue_DeleteJob"); \ static_assert(offsetof(MoviePipelineQueue_DeleteJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DeleteJob::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_DuplicateJob \ static_assert(alignof(MoviePipelineQueue_DuplicateJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DuplicateJob"); \ static_assert(sizeof(MoviePipelineQueue_DuplicateJob) == 0x000010, "Wrong size on MoviePipelineQueue_DuplicateJob"); \ static_assert(offsetof(MoviePipelineQueue_DuplicateJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DuplicateJob::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueue_DuplicateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_DuplicateJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_GetJobs \ static_assert(alignof(MoviePipelineQueue_GetJobs) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetJobs"); \ static_assert(sizeof(MoviePipelineQueue_GetJobs) == 0x000010, "Wrong size on MoviePipelineQueue_GetJobs"); \ static_assert(offsetof(MoviePipelineQueue_GetJobs, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetJobs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineQueue \ static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ static_assert(sizeof(UMoviePipelineQueue) == 0x000040, "Wrong size on UMoviePipelineQueue"); \ static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000028, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, InExecutorType) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::InExecutorType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance, InExecutor) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance::InExecutor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetActiveExecutor \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetActiveExecutor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetQueue \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetQueue"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetQueue"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetQueue, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_IsRendering \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineQueueEngineSubsystem_IsRendering"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong size on MoviePipelineQueueEngineSubsystem_IsRendering"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_IsRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineQueueEngineSubsystem \ static_assert(alignof(UMoviePipelineQueueEngineSubsystem) == 0x000008, "Wrong alignment on UMoviePipelineQueueEngineSubsystem"); \ static_assert(sizeof(UMoviePipelineQueueEngineSubsystem) == 0x000040, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000030, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000038, "Member 'UMoviePipelineQueueEngineSubsystem::CurrentQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineRenderPass \ static_assert(alignof(UMoviePipelineRenderPass) == 0x000008, "Wrong alignment on UMoviePipelineRenderPass"); \ static_assert(sizeof(UMoviePipelineRenderPass) == 0x000048, "Wrong size on UMoviePipelineRenderPass"); \ #define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ static_assert(sizeof(UMoviePipelineShotConfig) == 0x000050, "Wrong size on UMoviePipelineShotConfig"); \ #define DUMPER7_ASSERTS_UMoviePipelineVideoOutputBase \ static_assert(alignof(UMoviePipelineVideoOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineVideoOutputBase"); \ static_assert(sizeof(UMoviePipelineVideoOutputBase) == 0x000088, "Wrong size on UMoviePipelineVideoOutputBase"); \ #define DUMPER7_ASSERTS_MovieRenderDebugWidget_OnInitializedForPipeline \ static_assert(alignof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong alignment on MovieRenderDebugWidget_OnInitializedForPipeline"); \ static_assert(sizeof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong size on MovieRenderDebugWidget_OnInitializedForPipeline"); \ static_assert(offsetof(MovieRenderDebugWidget_OnInitializedForPipeline, ForPipeline) == 0x000000, "Member 'MovieRenderDebugWidget_OnInitializedForPipeline::ForPipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieRenderDebugWidget \ static_assert(alignof(UMovieRenderDebugWidget) == 0x000008, "Wrong alignment on UMovieRenderDebugWidget"); \ static_assert(sizeof(UMovieRenderDebugWidget) == 0x000260, "Wrong size on UMovieRenderDebugWidget"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_GetDiskFreeSpace \ static_assert(alignof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong alignment on MobileInstalledContent_GetDiskFreeSpace"); \ static_assert(sizeof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong size on MobileInstalledContent_GetDiskFreeSpace"); \ static_assert(offsetof(MobileInstalledContent_GetDiskFreeSpace, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetDiskFreeSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_GetInstalledContentSize \ static_assert(alignof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong alignment on MobileInstalledContent_GetInstalledContentSize"); \ static_assert(sizeof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong size on MobileInstalledContent_GetInstalledContentSize"); \ static_assert(offsetof(MobileInstalledContent_GetInstalledContentSize, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetInstalledContentSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_Mount \ static_assert(alignof(MobileInstalledContent_Mount) == 0x000008, "Wrong alignment on MobileInstalledContent_Mount"); \ static_assert(sizeof(MobileInstalledContent_Mount) == 0x000020, "Wrong size on MobileInstalledContent_Mount"); \ static_assert(offsetof(MobileInstalledContent_Mount, PakOrder) == 0x000000, "Member 'MobileInstalledContent_Mount::PakOrder' has a wrong offset!"); \ static_assert(offsetof(MobileInstalledContent_Mount, MountPoint) == 0x000008, "Member 'MobileInstalledContent_Mount::MountPoint' has a wrong offset!"); \ static_assert(offsetof(MobileInstalledContent_Mount, ReturnValue) == 0x000018, "Member 'MobileInstalledContent_Mount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobileInstalledContent \ static_assert(alignof(UMobileInstalledContent) == 0x000008, "Wrong alignment on UMobileInstalledContent"); \ static_assert(sizeof(UMobileInstalledContent) == 0x000048, "Wrong size on UMobileInstalledContent"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSize \ static_assert(alignof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSize"); \ static_assert(sizeof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSize"); \ static_assert(offsetof(MobilePendingContent_GetDownloadSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSpeed \ static_assert(alignof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSpeed"); \ static_assert(sizeof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSpeed"); \ static_assert(offsetof(MobilePendingContent_GetDownloadSpeed, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadStatusText \ static_assert(alignof(MobilePendingContent_GetDownloadStatusText) == 0x000008, "Wrong alignment on MobilePendingContent_GetDownloadStatusText"); \ static_assert(sizeof(MobilePendingContent_GetDownloadStatusText) == 0x000018, "Wrong size on MobilePendingContent_GetDownloadStatusText"); \ static_assert(offsetof(MobilePendingContent_GetDownloadStatusText, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadStatusText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetInstallProgress \ static_assert(alignof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong alignment on MobilePendingContent_GetInstallProgress"); \ static_assert(sizeof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong size on MobilePendingContent_GetInstallProgress"); \ static_assert(offsetof(MobilePendingContent_GetInstallProgress, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetInstallProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetRequiredDiskSpace \ static_assert(alignof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong alignment on MobilePendingContent_GetRequiredDiskSpace"); \ static_assert(sizeof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong size on MobilePendingContent_GetRequiredDiskSpace"); \ static_assert(offsetof(MobilePendingContent_GetRequiredDiskSpace, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetRequiredDiskSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetTotalDownloadedSize \ static_assert(alignof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetTotalDownloadedSize"); \ static_assert(sizeof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong size on MobilePendingContent_GetTotalDownloadedSize"); \ static_assert(offsetof(MobilePendingContent_GetTotalDownloadedSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetTotalDownloadedSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_StartInstall \ static_assert(alignof(MobilePendingContent_StartInstall) == 0x000004, "Wrong alignment on MobilePendingContent_StartInstall"); \ static_assert(sizeof(MobilePendingContent_StartInstall) == 0x000020, "Wrong size on MobilePendingContent_StartInstall"); \ static_assert(offsetof(MobilePendingContent_StartInstall, OnSucceeded) == 0x000000, "Member 'MobilePendingContent_StartInstall::OnSucceeded' has a wrong offset!"); \ static_assert(offsetof(MobilePendingContent_StartInstall, OnFailed) == 0x000010, "Member 'MobilePendingContent_StartInstall::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobilePendingContent \ static_assert(alignof(UMobilePendingContent) == 0x000008, "Wrong alignment on UMobilePendingContent"); \ static_assert(sizeof(UMobilePendingContent) == 0x000088, "Wrong size on UMobilePendingContent"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetActiveDeviceProfileName \ static_assert(alignof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ static_assert(sizeof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000010, "Wrong size on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ static_assert(offsetof(MobilePatchingLibrary_GetActiveDeviceProfileName, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetActiveDeviceProfileName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetInstalledContent \ static_assert(alignof(MobilePatchingLibrary_GetInstalledContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetInstalledContent"); \ static_assert(sizeof(MobilePatchingLibrary_GetInstalledContent) == 0x000018, "Wrong size on MobilePatchingLibrary_GetInstalledContent"); \ static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, InstallDirectory) == 0x000000, "Member 'MobilePatchingLibrary_GetInstalledContent::InstallDirectory' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, ReturnValue) == 0x000010, "Member 'MobilePatchingLibrary_GetInstalledContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetSupportedPlatformNames \ static_assert(alignof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetSupportedPlatformNames"); \ static_assert(sizeof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000010, "Wrong size on MobilePatchingLibrary_GetSupportedPlatformNames"); \ static_assert(offsetof(MobilePatchingLibrary_GetSupportedPlatformNames, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetSupportedPlatformNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_HasActiveWiFiConnection \ static_assert(alignof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong alignment on MobilePatchingLibrary_HasActiveWiFiConnection"); \ static_assert(sizeof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong size on MobilePatchingLibrary_HasActiveWiFiConnection"); \ static_assert(offsetof(MobilePatchingLibrary_HasActiveWiFiConnection, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_HasActiveWiFiConnection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_RequestContent \ static_assert(alignof(MobilePatchingLibrary_RequestContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_RequestContent"); \ static_assert(sizeof(MobilePatchingLibrary_RequestContent) == 0x000050, "Wrong size on MobilePatchingLibrary_RequestContent"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, RemoteManifestURL) == 0x000000, "Member 'MobilePatchingLibrary_RequestContent::RemoteManifestURL' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, CloudURL) == 0x000010, "Member 'MobilePatchingLibrary_RequestContent::CloudURL' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, InstallDirectory) == 0x000020, "Member 'MobilePatchingLibrary_RequestContent::InstallDirectory' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnSucceeded) == 0x000030, "Member 'MobilePatchingLibrary_RequestContent::OnSucceeded' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnFailed) == 0x000040, "Member 'MobilePatchingLibrary_RequestContent::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobilePatchingLibrary \ static_assert(alignof(UMobilePatchingLibrary) == 0x000008, "Wrong alignment on UMobilePatchingLibrary"); \ static_assert(sizeof(UMobilePatchingLibrary) == 0x000028, "Wrong size on UMobilePatchingLibrary"); \ #define DUMPER7_ASSERTS_UMoviePipelineDLSSSetting \ static_assert(alignof(UMoviePipelineDLSSSetting) == 0x000008, "Wrong alignment on UMoviePipelineDLSSSetting"); \ static_assert(sizeof(UMoviePipelineDLSSSetting) == 0x000050, "Wrong size on UMoviePipelineDLSSSetting"); \ static_assert(offsetof(UMoviePipelineDLSSSetting, DLSSQuality) == 0x000048, "Member 'UMoviePipelineDLSSSetting::DLSSQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState \ static_assert(alignof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState"); \ static_assert(sizeof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState) == 0x000060, "Wrong size on HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, EntryPoint) == 0x000000, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_Owner_1) == 0x000008, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_OwnerAsController_1) == 0x000010, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_DeltaTime) == 0x000020, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_Owner) == 0x000028, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_OwnerAsController) == 0x000030, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_Event_ControlledPawn) == 0x000038, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_CustomEvent_Object) == 0x000040, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000048, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_GetDesiredTrainType_ReturnValue) == 0x000051, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_GetDesiredTrainType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_GetCurrentTrain_Result) == 0x000052, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_GetCurrentTrain_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_GetCurrentTrain_ReturnValue) == 0x000053, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_GetCurrentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_InCover_Result) == 0x000054, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_GetTimeSeconds_ReturnValue) == 0x000058, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00005C, "Member 'HTN_SyncNaziState_C_ExecuteUbergraph_HTN_SyncNaziState::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_Update \ static_assert(alignof(HTN_SyncNaziState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_Update"); \ static_assert(sizeof(HTN_SyncNaziState_C_Update) == 0x000008, "Wrong size on HTN_SyncNaziState_C_Update"); \ static_assert(offsetof(HTN_SyncNaziState_C_Update, Object) == 0x000000, "Member 'HTN_SyncNaziState_C_Update::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncNaziState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncNaziState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncNaziState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncNaziState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncNaziState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncNaziState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_ReceiveTick \ static_assert(alignof(HTN_SyncNaziState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_ReceiveTick"); \ static_assert(sizeof(HTN_SyncNaziState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SyncNaziState_C_ReceiveTick"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SyncNaziState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SyncNaziState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SyncNaziState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SyncNaziState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_GetCurrentTrain \ static_assert(alignof(HTN_SyncNaziState_C_GetCurrentTrain) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_GetCurrentTrain"); \ static_assert(sizeof(HTN_SyncNaziState_C_GetCurrentTrain) == 0x000048, "Wrong size on HTN_SyncNaziState_C_GetCurrentTrain"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, Pawn) == 0x000000, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, Result) == 0x000008, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, ReturnValue) == 0x000009, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetMovementBaseActor_ReturnValue) == 0x000010, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetMovementBaseActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetWorldStateValueAsEnum_ReturnValue) == 0x000018, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetWorldStateValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetValidValue_ReturnValue) == 0x00001A, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetParentActor_ReturnValue) == 0x000020, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, K2Node_DynamicCast_AsFGWagon) == 0x000028, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, K2Node_DynamicCast_AsFGWagon_1) == 0x000038, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_IsValid_ReturnValue_2) == 0x000042, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetCategory_ReturnValue) == 0x000043, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetCurrentTrain, CallFunc_GetCategory_ReturnValue_1) == 0x000044, "Member 'HTN_SyncNaziState_C_GetCurrentTrain::CallFunc_GetCategory_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_GetDesiredTrainType \ static_assert(alignof(HTN_SyncNaziState_C_GetDesiredTrainType) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_GetDesiredTrainType"); \ static_assert(sizeof(HTN_SyncNaziState_C_GetDesiredTrainType) == 0x000020, "Wrong size on HTN_SyncNaziState_C_GetDesiredTrainType"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, Character) == 0x000000, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, ReturnValue) == 0x000008, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, CallFunc_GetCurrentJobType_ReturnValue) == 0x000009, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::CallFunc_GetCurrentJobType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000010, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_GetDesiredTrainType, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'HTN_SyncNaziState_C_GetDesiredTrainType::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncNaziState_C_CheckeNeedReload \ static_assert(alignof(HTN_SyncNaziState_C_CheckeNeedReload) == 0x000008, "Wrong alignment on HTN_SyncNaziState_C_CheckeNeedReload"); \ static_assert(sizeof(HTN_SyncNaziState_C_CheckeNeedReload) == 0x000028, "Wrong size on HTN_SyncNaziState_C_CheckeNeedReload"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, Character) == 0x000000, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000010, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_GetCurrentAmmo_ReturnValue) == 0x00001C, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_GetCurrentAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_IsJammed_ReturnValue) == 0x000020, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_IsJammed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000021, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_GetItemState_ReturnValue) == 0x000022, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000024, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncNaziState_C_CheckeNeedReload, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'HTN_SyncNaziState_C_CheckeNeedReload::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncNaziState_C \ static_assert(alignof(UHTN_SyncNaziState_C) == 0x000008, "Wrong alignment on UHTN_SyncNaziState_C"); \ static_assert(sizeof(UHTN_SyncNaziState_C) == 0x000200, "Wrong size on UHTN_SyncNaziState_C"); \ static_assert(offsetof(UHTN_SyncNaziState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncNaziState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, CoverPoint) == 0x000098, "Member 'UHTN_SyncNaziState_C::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, InCover) == 0x0000C0, "Member 'UHTN_SyncNaziState_C::InCover' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, BestCoverPoint) == 0x0000E8, "Member 'UHTN_SyncNaziState_C::BestCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, ClosestCoverPoint) == 0x000110, "Member 'UHTN_SyncNaziState_C::ClosestCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, FireOnCooldown) == 0x000138, "Member 'UHTN_SyncNaziState_C::FireOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, CurrentTrainType) == 0x000160, "Member 'UHTN_SyncNaziState_C::CurrentTrainType' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, DesirdTrainType) == 0x000188, "Member 'UHTN_SyncNaziState_C::DesirdTrainType' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, InTrain) == 0x0001B0, "Member 'UHTN_SyncNaziState_C::InTrain' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncNaziState_C, CurrentCoverCanAttackAge) == 0x0001D8, "Member 'UHTN_SyncNaziState_C::CurrentCoverCanAttackAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell \ static_assert(alignof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell) == 0x000008, "Wrong alignment on InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell"); \ static_assert(sizeof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell) == 0x0001E8, "Wrong size on InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, EntryPoint) == 0x000000, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_struct_Variable) == 0x000010, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_struct_Variable_1) == 0x000018, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable) == 0x000020, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable) == 0x000024, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable_1) == 0x000028, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable_1) == 0x00002C, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable_2) == 0x00002D, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable_2) == 0x000030, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable_3) == 0x000034, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable_3) == 0x000038, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable_4) == 0x00003C, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_float_Variable_5) == 0x000040, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable_4) == 0x000044, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_object_Variable) == 0x000048, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_object_Variable_1) == 0x000050, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Event_isHovered) == 0x000058, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default) == 0x00005C, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeStruct_Margin) == 0x000060, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, Temp_bool_Variable_5) == 0x000070, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_CustomEvent_Count) == 0x000074, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default_1) == 0x0000B8, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeArray_Array) == 0x0000C0, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000E8, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Event_IsDesignTime) == 0x0000F0, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x0000F8, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000100, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeStruct_Margin_1) == 0x000104, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeStruct_SlateColor) == 0x000118, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_MakeStruct_SlateBrush) == 0x000140, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default_2) == 0x0001C8, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default_3) == 0x0001CC, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_GetItemHover_isHovered) == 0x0001D0, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default_4) == 0x0001D4, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, K2Node_Select_Default_5) == 0x0001D8, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0001E0, "Member 'InventoryV3_Cell_C_ExecuteUbergraph_InventoryV3_Cell::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_PreConstruct \ static_assert(alignof(InventoryV3_Cell_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV3_Cell_C_PreConstruct"); \ static_assert(sizeof(InventoryV3_Cell_C_PreConstruct) == 0x000001, "Wrong size on InventoryV3_Cell_C_PreConstruct"); \ static_assert(offsetof(InventoryV3_Cell_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV3_Cell_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_ShowDecrease \ static_assert(alignof(InventoryV3_Cell_C_ShowDecrease) == 0x000004, "Wrong alignment on InventoryV3_Cell_C_ShowDecrease"); \ static_assert(sizeof(InventoryV3_Cell_C_ShowDecrease) == 0x000004, "Wrong size on InventoryV3_Cell_C_ShowDecrease"); \ static_assert(offsetof(InventoryV3_Cell_C_ShowDecrease, Count) == 0x000000, "Member 'InventoryV3_Cell_C_ShowDecrease::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_SetItemHover \ static_assert(alignof(InventoryV3_Cell_C_SetItemHover) == 0x000001, "Wrong alignment on InventoryV3_Cell_C_SetItemHover"); \ static_assert(sizeof(InventoryV3_Cell_C_SetItemHover) == 0x000001, "Wrong size on InventoryV3_Cell_C_SetItemHover"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'InventoryV3_Cell_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_SetAvailable \ static_assert(alignof(InventoryV3_Cell_C_SetAvailable) == 0x000001, "Wrong alignment on InventoryV3_Cell_C_SetAvailable"); \ static_assert(sizeof(InventoryV3_Cell_C_SetAvailable) == 0x000006, "Wrong size on InventoryV3_Cell_C_SetAvailable"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, bIsAvailable_0) == 0x000000, "Member 'InventoryV3_Cell_C_SetAvailable::bIsAvailable_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, Temp_bool_Variable) == 0x000001, "Member 'InventoryV3_Cell_C_SetAvailable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, Temp_byte_Variable) == 0x000002, "Member 'InventoryV3_Cell_C_SetAvailable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, Temp_byte_Variable_1) == 0x000003, "Member 'InventoryV3_Cell_C_SetAvailable::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'InventoryV3_Cell_C_SetAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetAvailable, K2Node_Select_Default) == 0x000005, "Member 'InventoryV3_Cell_C_SetAvailable::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_SetItem \ static_assert(alignof(InventoryV3_Cell_C_SetItem) == 0x000008, "Wrong alignment on InventoryV3_Cell_C_SetItem"); \ static_assert(sizeof(InventoryV3_Cell_C_SetItem) == 0x0000A8, "Wrong size on InventoryV3_Cell_C_SetItem"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, Size) == 0x000000, "Member 'InventoryV3_Cell_C_SetItem::Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, PlaceholderItem) == 0x000008, "Member 'InventoryV3_Cell_C_SetItem::PlaceholderItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, Temp_float_Variable) == 0x000010, "Member 'InventoryV3_Cell_C_SetItem::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, Temp_float_Variable_1) == 0x000014, "Member 'InventoryV3_Cell_C_SetItem::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, Temp_bool_Variable) == 0x00001C, "Member 'InventoryV3_Cell_C_SetItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_GetTierColor_BorderColor) == 0x000020, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_GetTierColor_BorderColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_GetTierColor_BackgroundColor) == 0x000030, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_GetTierColor_BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000058, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, K2Node_Select_Default) == 0x00005C, "Member 'InventoryV3_Cell_C_SetItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_GetIcon_ReturnValue) == 0x000060, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x000068, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_GetCount_ReturnValue) == 0x00006C, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000070, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000074, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x000078, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00007C, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000080, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_BreakVector2D_X) == 0x000084, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_BreakVector2D_Y) == 0x000088, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_MakeVector2D_ReturnValue) == 0x000090, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_BreakVector2D_X_1) == 0x00009C, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_BreakVector2D_Y_1) == 0x0000A0, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetItem, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000A4, "Member 'InventoryV3_Cell_C_SetItem::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_SetUsable \ static_assert(alignof(InventoryV3_Cell_C_SetUsable) == 0x000004, "Wrong alignment on InventoryV3_Cell_C_SetUsable"); \ static_assert(sizeof(InventoryV3_Cell_C_SetUsable) == 0x000010, "Wrong size on InventoryV3_Cell_C_SetUsable"); \ static_assert(offsetof(InventoryV3_Cell_C_SetUsable, bIsUsable_0) == 0x000000, "Member 'InventoryV3_Cell_C_SetUsable::bIsUsable_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetUsable, Temp_bool_Variable) == 0x000001, "Member 'InventoryV3_Cell_C_SetUsable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetUsable, Temp_float_Variable) == 0x000004, "Member 'InventoryV3_Cell_C_SetUsable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetUsable, Temp_float_Variable_1) == 0x000008, "Member 'InventoryV3_Cell_C_SetUsable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetUsable, K2Node_Select_Default) == 0x00000C, "Member 'InventoryV3_Cell_C_SetUsable::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_GetUsable \ static_assert(alignof(InventoryV3_Cell_C_GetUsable) == 0x000001, "Wrong alignment on InventoryV3_Cell_C_GetUsable"); \ static_assert(sizeof(InventoryV3_Cell_C_GetUsable) == 0x000001, "Wrong size on InventoryV3_Cell_C_GetUsable"); \ static_assert(offsetof(InventoryV3_Cell_C_GetUsable, bIsUsable_0) == 0x000000, "Member 'InventoryV3_Cell_C_GetUsable::bIsUsable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_OnMouseButtonUp \ static_assert(alignof(InventoryV3_Cell_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on InventoryV3_Cell_C_OnMouseButtonUp"); \ static_assert(sizeof(InventoryV3_Cell_C_OnMouseButtonUp) == 0x000238, "Wrong size on InventoryV3_Cell_C_OnMouseButtonUp"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000218, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'InventoryV3_Cell_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_SetCount \ static_assert(alignof(InventoryV3_Cell_C_SetCount) == 0x000008, "Wrong alignment on InventoryV3_Cell_C_SetCount"); \ static_assert(sizeof(InventoryV3_Cell_C_SetCount) == 0x000030, "Wrong size on InventoryV3_Cell_C_SetCount"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, NewCount) == 0x000000, "Member 'InventoryV3_Cell_C_SetCount::NewCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_bool_Variable) == 0x000004, "Member 'InventoryV3_Cell_C_SetCount::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'InventoryV3_Cell_C_SetCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable) == 0x000020, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable_1) == 0x000021, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_bool_Variable_1) == 0x000022, "Member 'InventoryV3_Cell_C_SetCount::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable_2) == 0x000023, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable_3) == 0x000024, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_bool_Variable_2) == 0x000025, "Member 'InventoryV3_Cell_C_SetCount::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable_4) == 0x000026, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, Temp_byte_Variable_5) == 0x000027, "Member 'InventoryV3_Cell_C_SetCount::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV3_Cell_C_SetCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000029, "Member 'InventoryV3_Cell_C_SetCount::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, K2Node_Select_Default) == 0x00002A, "Member 'InventoryV3_Cell_C_SetCount::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, K2Node_Select_Default_1) == 0x00002B, "Member 'InventoryV3_Cell_C_SetCount::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00002C, "Member 'InventoryV3_Cell_C_SetCount::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV3_Cell_C_SetCount, K2Node_Select_Default_2) == 0x00002D, "Member 'InventoryV3_Cell_C_SetCount::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV3_Cell_C_GetBasicCellSize \ static_assert(alignof(InventoryV3_Cell_C_GetBasicCellSize) == 0x000004, "Wrong alignment on InventoryV3_Cell_C_GetBasicCellSize"); \ static_assert(sizeof(InventoryV3_Cell_C_GetBasicCellSize) == 0x000004, "Wrong size on InventoryV3_Cell_C_GetBasicCellSize"); \ static_assert(offsetof(InventoryV3_Cell_C_GetBasicCellSize, BasicCellSize_0) == 0x000000, "Member 'InventoryV3_Cell_C_GetBasicCellSize::BasicCellSize_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV3_Cell_C \ static_assert(alignof(UInventoryV3_Cell_C) == 0x000008, "Wrong alignment on UInventoryV3_Cell_C"); \ static_assert(sizeof(UInventoryV3_Cell_C) == 0x000320, "Wrong size on UInventoryV3_Cell_C"); \ static_assert(offsetof(UInventoryV3_Cell_C, UberGraphFrame_InventoryV3_Cell_C) == 0x0002A8, "Member 'UInventoryV3_Cell_C::UberGraphFrame_InventoryV3_Cell_C' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, DecreaseCountAnim) == 0x0002B0, "Member 'UInventoryV3_Cell_C::DecreaseCountAnim' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, CellBorder) == 0x0002B8, "Member 'UInventoryV3_Cell_C::CellBorder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, CircleIcon) == 0x0002C0, "Member 'UInventoryV3_Cell_C::CircleIcon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, DecreaseCounter) == 0x0002C8, "Member 'UInventoryV3_Cell_C::DecreaseCounter' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, FillBackground) == 0x0002D0, "Member 'UInventoryV3_Cell_C::FillBackground' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, ItemCounter) == 0x0002D8, "Member 'UInventoryV3_Cell_C::ItemCounter' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, ItemIcon) == 0x0002E0, "Member 'UInventoryV3_Cell_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, NotAvailableIcon) == 0x0002E8, "Member 'UInventoryV3_Cell_C::NotAvailableIcon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, SizeWrapper) == 0x0002F0, "Member 'UInventoryV3_Cell_C::SizeWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, BasicCellSize) == 0x0002F8, "Member 'UInventoryV3_Cell_C::BasicCellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, Placeholder_Item) == 0x000300, "Member 'UInventoryV3_Cell_C::Placeholder_Item' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, bIsUsable) == 0x000308, "Member 'UInventoryV3_Cell_C::bIsUsable' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, bIsAvailable) == 0x000309, "Member 'UInventoryV3_Cell_C::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UInventoryV3_Cell_C, Border_Color) == 0x00030C, "Member 'UInventoryV3_Cell_C::Border_Color' 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_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_FPaintContext \ static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ #define DUMPER7_ASSERTS_FEventReply \ static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ #define DUMPER7_ASSERTS_FWidgetTransform \ static_assert(alignof(FWidgetTransform) == 0x000004, "Wrong alignment on FWidgetTransform"); \ static_assert(sizeof(FWidgetTransform) == 0x00001C, "Wrong size on FWidgetTransform"); \ static_assert(offsetof(FWidgetTransform, Translation) == 0x000000, "Member 'FWidgetTransform::Translation' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Scale) == 0x000008, "Member 'FWidgetTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Shear) == 0x000010, "Member 'FWidgetTransform::Shear' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Angle) == 0x000018, "Member 'FWidgetTransform::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FShapedTextOptions \ static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnchorData \ static_assert(alignof(FAnchorData) == 0x000004, "Wrong alignment on FAnchorData"); \ static_assert(sizeof(FAnchorData) == 0x000028, "Wrong size on FAnchorData"); \ static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Alignment) == 0x000020, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicPropertyPath \ static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "Wrong size on FDynamicPropertyPath"); \ #define DUMPER7_ASSERTS_FMovieSceneWidgetMaterialSectionTemplate \ static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialBoxSettings \ static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichTextStyleRow \ static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ static_assert(sizeof(FRichTextStyleRow) == 0x000278, "Wrong size on FRichTextStyleRow"); \ static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000008, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichImageRow \ static_assert(alignof(FRichImageRow) == 0x000008, "Wrong alignment on FRichImageRow"); \ static_assert(sizeof(FRichImageRow) == 0x000090, "Wrong size on FRichImageRow"); \ static_assert(offsetof(FRichImageRow, Brush) == 0x000008, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateMeshVertex \ static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ static_assert(offsetof(FSlateMeshVertex, Position) == 0x000000, "Member 'FSlateMeshVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateChildSize \ static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FUserWidgetPool \ static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ static_assert(sizeof(FUserWidgetPool) == 0x000080, "Wrong size on FUserWidgetPool"); \ static_assert(offsetof(FUserWidgetPool, ActiveWidgets) == 0x000000, "Member 'FUserWidgetPool::ActiveWidgets' has a wrong offset!"); \ static_assert(offsetof(FUserWidgetPool, InactiveWidgets) == 0x000010, "Member 'FUserWidgetPool::InactiveWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWidgetAnimationBinding \ static_assert(alignof(FWidgetAnimationBinding) == 0x000004, "Wrong alignment on FWidgetAnimationBinding"); \ static_assert(sizeof(FWidgetAnimationBinding) == 0x000024, "Wrong size on FWidgetAnimationBinding"); \ static_assert(offsetof(FWidgetAnimationBinding, WidgetName) == 0x000000, "Member 'FWidgetAnimationBinding::WidgetName' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, SlotWidgetName) == 0x000008, "Member 'FWidgetAnimationBinding::SlotWidgetName' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, AnimationGuid) == 0x000010, "Member 'FWidgetAnimationBinding::AnimationGuid' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, bIsRootWidget) == 0x000020, "Member 'FWidgetAnimationBinding::bIsRootWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintWidgetAnimationDelegateBinding \ static_assert(alignof(FBlueprintWidgetAnimationDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintWidgetAnimationDelegateBinding"); \ static_assert(sizeof(FBlueprintWidgetAnimationDelegateBinding) == 0x00001C, "Wrong size on FBlueprintWidgetAnimationDelegateBinding"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, Action) == 0x000000, "Member 'FBlueprintWidgetAnimationDelegateBinding::Action' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, AnimationToBind) == 0x000004, "Member 'FBlueprintWidgetAnimationDelegateBinding::AnimationToBind' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintWidgetAnimationDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, UserTag) == 0x000014, "Member 'FBlueprintWidgetAnimationDelegateBinding::UserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDelegateRuntimeBinding \ static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ static_assert(sizeof(FDelegateRuntimeBinding) == 0x000050, "Wrong size on FDelegateRuntimeBinding"); \ static_assert(offsetof(FDelegateRuntimeBinding, ObjectName) == 0x000000, "Member 'FDelegateRuntimeBinding::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, PropertyName) == 0x000010, "Member 'FDelegateRuntimeBinding::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, FunctionName) == 0x000018, "Member 'FDelegateRuntimeBinding::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, SourcePath) == 0x000020, "Member 'FDelegateRuntimeBinding::SourcePath' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, Kind) == 0x000048, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWidgetComponentInstanceData \ static_assert(alignof(FWidgetComponentInstanceData) == 0x000008, "Wrong alignment on FWidgetComponentInstanceData"); \ static_assert(sizeof(FWidgetComponentInstanceData) == 0x0000C8, "Wrong size on FWidgetComponentInstanceData"); \ #define DUMPER7_ASSERTS_FWidgetNavigationData \ static_assert(alignof(FWidgetNavigationData) == 0x000004, "Wrong alignment on FWidgetNavigationData"); \ static_assert(sizeof(FWidgetNavigationData) == 0x000024, "Wrong size on FWidgetNavigationData"); \ static_assert(offsetof(FWidgetNavigationData, Rule) == 0x000000, "Member 'FWidgetNavigationData::Rule' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, WidgetToFocus) == 0x000004, "Member 'FWidgetNavigationData::WidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, Widget) == 0x00000C, "Member 'FWidgetNavigationData::Widget' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, CustomDelegate) == 0x000014, "Member 'FWidgetNavigationData::CustomDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene2DTransformPropertySystem \ static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ #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_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) == 0x000004, "Wrong alignment on Widget_SetRenderScale"); \ static_assert(sizeof(Widget_SetRenderScale) == 0x000008, "Wrong size on Widget_SetRenderScale"); \ static_assert(offsetof(Widget_SetRenderScale, Scale) == 0x000000, "Member 'Widget_SetRenderScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetRenderShear \ static_assert(alignof(Widget_SetRenderShear) == 0x000004, "Wrong alignment on Widget_SetRenderShear"); \ static_assert(sizeof(Widget_SetRenderShear) == 0x000008, "Wrong size on Widget_SetRenderShear"); \ static_assert(offsetof(Widget_SetRenderShear, Shear) == 0x000000, "Member 'Widget_SetRenderShear::Shear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetRenderTransform \ static_assert(alignof(Widget_SetRenderTransform) == 0x000004, "Wrong alignment on Widget_SetRenderTransform"); \ static_assert(sizeof(Widget_SetRenderTransform) == 0x00001C, "Wrong size on Widget_SetRenderTransform"); \ static_assert(offsetof(Widget_SetRenderTransform, InTransform) == 0x000000, "Member 'Widget_SetRenderTransform::InTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetRenderTransformAngle \ static_assert(alignof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_SetRenderTransformAngle"); \ static_assert(sizeof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong size on Widget_SetRenderTransformAngle"); \ static_assert(offsetof(Widget_SetRenderTransformAngle, Angle) == 0x000000, "Member 'Widget_SetRenderTransformAngle::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetRenderTransformPivot \ static_assert(alignof(Widget_SetRenderTransformPivot) == 0x000004, "Wrong alignment on Widget_SetRenderTransformPivot"); \ static_assert(sizeof(Widget_SetRenderTransformPivot) == 0x000008, "Wrong size on Widget_SetRenderTransformPivot"); \ static_assert(offsetof(Widget_SetRenderTransformPivot, Pivot) == 0x000000, "Member 'Widget_SetRenderTransformPivot::Pivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetRenderTranslation \ static_assert(alignof(Widget_SetRenderTranslation) == 0x000004, "Wrong alignment on Widget_SetRenderTranslation"); \ static_assert(sizeof(Widget_SetRenderTranslation) == 0x000008, "Wrong size on Widget_SetRenderTranslation"); \ static_assert(offsetof(Widget_SetRenderTranslation, Translation) == 0x000000, "Member 'Widget_SetRenderTranslation::Translation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetToolTip \ static_assert(alignof(Widget_SetToolTip) == 0x000008, "Wrong alignment on Widget_SetToolTip"); \ static_assert(sizeof(Widget_SetToolTip) == 0x000008, "Wrong size on Widget_SetToolTip"); \ static_assert(offsetof(Widget_SetToolTip, Widget) == 0x000000, "Member 'Widget_SetToolTip::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetToolTipText \ static_assert(alignof(Widget_SetToolTipText) == 0x000008, "Wrong alignment on Widget_SetToolTipText"); \ static_assert(sizeof(Widget_SetToolTipText) == 0x000018, "Wrong size on Widget_SetToolTipText"); \ static_assert(offsetof(Widget_SetToolTipText, InToolTipText) == 0x000000, "Member 'Widget_SetToolTipText::InToolTipText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetUserFocus \ static_assert(alignof(Widget_SetUserFocus) == 0x000008, "Wrong alignment on Widget_SetUserFocus"); \ static_assert(sizeof(Widget_SetUserFocus) == 0x000008, "Wrong size on Widget_SetUserFocus"); \ static_assert(offsetof(Widget_SetUserFocus, PlayerController) == 0x000000, "Member 'Widget_SetUserFocus::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_SetVisibility \ static_assert(alignof(Widget_SetVisibility) == 0x000001, "Wrong alignment on Widget_SetVisibility"); \ static_assert(sizeof(Widget_SetVisibility) == 0x000001, "Wrong size on Widget_SetVisibility"); \ static_assert(offsetof(Widget_SetVisibility, InVisibility) == 0x000000, "Member 'Widget_SetVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetAccessibleSummaryText \ static_assert(alignof(Widget_GetAccessibleSummaryText) == 0x000008, "Wrong alignment on Widget_GetAccessibleSummaryText"); \ static_assert(sizeof(Widget_GetAccessibleSummaryText) == 0x000018, "Wrong size on Widget_GetAccessibleSummaryText"); \ static_assert(offsetof(Widget_GetAccessibleSummaryText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleSummaryText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetAccessibleText \ static_assert(alignof(Widget_GetAccessibleText) == 0x000008, "Wrong alignment on Widget_GetAccessibleText"); \ static_assert(sizeof(Widget_GetAccessibleText) == 0x000018, "Wrong size on Widget_GetAccessibleText"); \ static_assert(offsetof(Widget_GetAccessibleText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetCachedGeometry \ static_assert(alignof(Widget_GetCachedGeometry) == 0x000004, "Wrong alignment on Widget_GetCachedGeometry"); \ static_assert(sizeof(Widget_GetCachedGeometry) == 0x000038, "Wrong size on Widget_GetCachedGeometry"); \ static_assert(offsetof(Widget_GetCachedGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetCachedGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetClipping \ static_assert(alignof(Widget_GetClipping) == 0x000001, "Wrong alignment on Widget_GetClipping"); \ static_assert(sizeof(Widget_GetClipping) == 0x000001, "Wrong size on Widget_GetClipping"); \ static_assert(offsetof(Widget_GetClipping, ReturnValue) == 0x000000, "Member 'Widget_GetClipping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetDesiredSize \ static_assert(alignof(Widget_GetDesiredSize) == 0x000004, "Wrong alignment on Widget_GetDesiredSize"); \ static_assert(sizeof(Widget_GetDesiredSize) == 0x000008, "Wrong size on Widget_GetDesiredSize"); \ static_assert(offsetof(Widget_GetDesiredSize, ReturnValue) == 0x000000, "Member 'Widget_GetDesiredSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetGameInstance \ static_assert(alignof(Widget_GetGameInstance) == 0x000008, "Wrong alignment on Widget_GetGameInstance"); \ static_assert(sizeof(Widget_GetGameInstance) == 0x000008, "Wrong size on Widget_GetGameInstance"); \ static_assert(offsetof(Widget_GetGameInstance, ReturnValue) == 0x000000, "Member 'Widget_GetGameInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetIsEnabled \ static_assert(alignof(Widget_GetIsEnabled) == 0x000001, "Wrong alignment on Widget_GetIsEnabled"); \ static_assert(sizeof(Widget_GetIsEnabled) == 0x000001, "Wrong size on Widget_GetIsEnabled"); \ static_assert(offsetof(Widget_GetIsEnabled, ReturnValue) == 0x000000, "Member 'Widget_GetIsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetOwningLocalPlayer \ static_assert(alignof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningLocalPlayer"); \ static_assert(sizeof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong size on Widget_GetOwningLocalPlayer"); \ static_assert(offsetof(Widget_GetOwningLocalPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningLocalPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetOwningPlayer \ static_assert(alignof(Widget_GetOwningPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningPlayer"); \ static_assert(sizeof(Widget_GetOwningPlayer) == 0x000008, "Wrong size on Widget_GetOwningPlayer"); \ static_assert(offsetof(Widget_GetOwningPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetPaintSpaceGeometry \ static_assert(alignof(Widget_GetPaintSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetPaintSpaceGeometry"); \ static_assert(sizeof(Widget_GetPaintSpaceGeometry) == 0x000038, "Wrong size on Widget_GetPaintSpaceGeometry"); \ static_assert(offsetof(Widget_GetPaintSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetPaintSpaceGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetParent \ static_assert(alignof(Widget_GetParent) == 0x000008, "Wrong alignment on Widget_GetParent"); \ static_assert(sizeof(Widget_GetParent) == 0x000008, "Wrong size on Widget_GetParent"); \ static_assert(offsetof(Widget_GetParent, ReturnValue) == 0x000000, "Member 'Widget_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetRenderOpacity \ static_assert(alignof(Widget_GetRenderOpacity) == 0x000004, "Wrong alignment on Widget_GetRenderOpacity"); \ static_assert(sizeof(Widget_GetRenderOpacity) == 0x000004, "Wrong size on Widget_GetRenderOpacity"); \ static_assert(offsetof(Widget_GetRenderOpacity, ReturnValue) == 0x000000, "Member 'Widget_GetRenderOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetRenderTransformAngle \ static_assert(alignof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_GetRenderTransformAngle"); \ static_assert(sizeof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong size on Widget_GetRenderTransformAngle"); \ static_assert(offsetof(Widget_GetRenderTransformAngle, ReturnValue) == 0x000000, "Member 'Widget_GetRenderTransformAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetTickSpaceGeometry \ static_assert(alignof(Widget_GetTickSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetTickSpaceGeometry"); \ static_assert(sizeof(Widget_GetTickSpaceGeometry) == 0x000038, "Wrong size on Widget_GetTickSpaceGeometry"); \ static_assert(offsetof(Widget_GetTickSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetTickSpaceGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_GetVisibility \ static_assert(alignof(Widget_GetVisibility) == 0x000001, "Wrong alignment on Widget_GetVisibility"); \ static_assert(sizeof(Widget_GetVisibility) == 0x000001, "Wrong size on Widget_GetVisibility"); \ static_assert(offsetof(Widget_GetVisibility, ReturnValue) == 0x000000, "Member 'Widget_GetVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasAnyUserFocus \ static_assert(alignof(Widget_HasAnyUserFocus) == 0x000001, "Wrong alignment on Widget_HasAnyUserFocus"); \ static_assert(sizeof(Widget_HasAnyUserFocus) == 0x000001, "Wrong size on Widget_HasAnyUserFocus"); \ static_assert(offsetof(Widget_HasAnyUserFocus, ReturnValue) == 0x000000, "Member 'Widget_HasAnyUserFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasFocusedDescendants \ static_assert(alignof(Widget_HasFocusedDescendants) == 0x000001, "Wrong alignment on Widget_HasFocusedDescendants"); \ static_assert(sizeof(Widget_HasFocusedDescendants) == 0x000001, "Wrong size on Widget_HasFocusedDescendants"); \ static_assert(offsetof(Widget_HasFocusedDescendants, ReturnValue) == 0x000000, "Member 'Widget_HasFocusedDescendants::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasKeyboardFocus \ static_assert(alignof(Widget_HasKeyboardFocus) == 0x000001, "Wrong alignment on Widget_HasKeyboardFocus"); \ static_assert(sizeof(Widget_HasKeyboardFocus) == 0x000001, "Wrong size on Widget_HasKeyboardFocus"); \ static_assert(offsetof(Widget_HasKeyboardFocus, ReturnValue) == 0x000000, "Member 'Widget_HasKeyboardFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasMouseCapture \ static_assert(alignof(Widget_HasMouseCapture) == 0x000001, "Wrong alignment on Widget_HasMouseCapture"); \ static_assert(sizeof(Widget_HasMouseCapture) == 0x000001, "Wrong size on Widget_HasMouseCapture"); \ static_assert(offsetof(Widget_HasMouseCapture, ReturnValue) == 0x000000, "Member 'Widget_HasMouseCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasMouseCaptureByUser \ static_assert(alignof(Widget_HasMouseCaptureByUser) == 0x000004, "Wrong alignment on Widget_HasMouseCaptureByUser"); \ static_assert(sizeof(Widget_HasMouseCaptureByUser) == 0x00000C, "Wrong size on Widget_HasMouseCaptureByUser"); \ static_assert(offsetof(Widget_HasMouseCaptureByUser, UserIndex) == 0x000000, "Member 'Widget_HasMouseCaptureByUser::UserIndex' has a wrong offset!"); \ static_assert(offsetof(Widget_HasMouseCaptureByUser, PointerIndex) == 0x000004, "Member 'Widget_HasMouseCaptureByUser::PointerIndex' has a wrong offset!"); \ static_assert(offsetof(Widget_HasMouseCaptureByUser, ReturnValue) == 0x000008, "Member 'Widget_HasMouseCaptureByUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasUserFocus \ static_assert(alignof(Widget_HasUserFocus) == 0x000008, "Wrong alignment on Widget_HasUserFocus"); \ static_assert(sizeof(Widget_HasUserFocus) == 0x000010, "Wrong size on Widget_HasUserFocus"); \ static_assert(offsetof(Widget_HasUserFocus, PlayerController) == 0x000000, "Member 'Widget_HasUserFocus::PlayerController' has a wrong offset!"); \ static_assert(offsetof(Widget_HasUserFocus, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_HasUserFocusedDescendants \ static_assert(alignof(Widget_HasUserFocusedDescendants) == 0x000008, "Wrong alignment on Widget_HasUserFocusedDescendants"); \ static_assert(sizeof(Widget_HasUserFocusedDescendants) == 0x000010, "Wrong size on Widget_HasUserFocusedDescendants"); \ static_assert(offsetof(Widget_HasUserFocusedDescendants, PlayerController) == 0x000000, "Member 'Widget_HasUserFocusedDescendants::PlayerController' has a wrong offset!"); \ static_assert(offsetof(Widget_HasUserFocusedDescendants, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocusedDescendants::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_IsHovered \ static_assert(alignof(Widget_IsHovered) == 0x000001, "Wrong alignment on Widget_IsHovered"); \ static_assert(sizeof(Widget_IsHovered) == 0x000001, "Wrong size on Widget_IsHovered"); \ static_assert(offsetof(Widget_IsHovered, ReturnValue) == 0x000000, "Member 'Widget_IsHovered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Widget_IsVisible \ static_assert(alignof(Widget_IsVisible) == 0x000001, "Wrong alignment on Widget_IsVisible"); \ static_assert(sizeof(Widget_IsVisible) == 0x000001, "Wrong size on Widget_IsVisible"); \ static_assert(offsetof(Widget_IsVisible, ReturnValue) == 0x000000, "Member 'Widget_IsVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidget \ static_assert(alignof(UWidget) == 0x000008, "Wrong alignment on UWidget"); \ static_assert(sizeof(UWidget) == 0x000108, "Wrong size on UWidget"); \ static_assert(offsetof(UWidget, Slot) == 0x000028, "Member 'UWidget::Slot' has a wrong offset!"); \ static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000030, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ static_assert(offsetof(UWidget, ToolTipText) == 0x000040, "Member 'UWidget::ToolTipText' has a wrong offset!"); \ static_assert(offsetof(UWidget, ToolTipTextDelegate) == 0x000058, "Member 'UWidget::ToolTipTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UWidget, ToolTipWidget) == 0x000068, "Member 'UWidget::ToolTipWidget' has a wrong offset!"); \ static_assert(offsetof(UWidget, ToolTipWidgetDelegate) == 0x000070, "Member 'UWidget::ToolTipWidgetDelegate' has a wrong offset!"); \ static_assert(offsetof(UWidget, VisibilityDelegate) == 0x000080, "Member 'UWidget::VisibilityDelegate' has a wrong offset!"); \ static_assert(offsetof(UWidget, RenderTransform) == 0x000090, "Member 'UWidget::RenderTransform' has a wrong offset!"); \ static_assert(offsetof(UWidget, RenderTransformPivot) == 0x0000AC, "Member 'UWidget::RenderTransformPivot' has a wrong offset!"); \ static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000B8, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ static_assert(offsetof(UWidget, Cursor) == 0x0000C1, "Member 'UWidget::Cursor' has a wrong offset!"); \ static_assert(offsetof(UWidget, Clipping) == 0x0000C2, "Member 'UWidget::Clipping' has a wrong offset!"); \ static_assert(offsetof(UWidget, Visibility) == 0x0000C3, "Member 'UWidget::Visibility' has a wrong offset!"); \ static_assert(offsetof(UWidget, RenderOpacity) == 0x0000C4, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ static_assert(offsetof(UWidget, Navigation) == 0x0000C8, "Member 'UWidget::Navigation' has a wrong offset!"); \ static_assert(offsetof(UWidget, FlowDirectionPreference) == 0x0000D0, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ static_assert(offsetof(UWidget, NativeBindings) == 0x0000F8, "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) == 0x000120, "Wrong size on UPanelWidget"); \ static_assert(offsetof(UPanelWidget, Slots) == 0x000108, "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) == 0x000120, "Wrong size on UContentWidget"); \ #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) == 0x000128, "Wrong size on UTextLayoutWidget"); \ static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000108, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00010B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00010C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000110, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000114, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000124, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000018, "Wrong size on MultiLineEditableText_SetHintText"); \ static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ static_assert(sizeof(MultiLineEditableText_SetText) == 0x000018, "Wrong size on MultiLineEditableText_SetText"); \ static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000008, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000270, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000018, "Wrong size on MultiLineEditableText_GetHintText"); \ static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ static_assert(sizeof(MultiLineEditableText_GetText) == 0x000018, "Wrong size on MultiLineEditableText_GetText"); \ static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiLineEditableText \ static_assert(alignof(UMultiLineEditableText) == 0x000008, "Wrong alignment on UMultiLineEditableText"); \ static_assert(sizeof(UMultiLineEditableText) == 0x000470, "Wrong size on UMultiLineEditableText"); \ static_assert(offsetof(UMultiLineEditableText, Text) == 0x000128, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, HintText) == 0x000140, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x0003D8, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, Font) == 0x0003E0, "Member 'UMultiLineEditableText::Font' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000438, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000439, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x00043A, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x00043B, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x00043C, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x00043D, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x00043E, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000440, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x000450, "Member 'UMultiLineEditableText::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncTaskDownloadImage_DownloadImage \ static_assert(alignof(AsyncTaskDownloadImage_DownloadImage) == 0x000008, "Wrong alignment on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(sizeof(AsyncTaskDownloadImage_DownloadImage) == 0x000018, "Wrong size on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, URL) == 0x000000, "Member 'AsyncTaskDownloadImage_DownloadImage::URL' has a wrong offset!"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, ReturnValue) == 0x000010, "Member 'AsyncTaskDownloadImage_DownloadImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncTaskDownloadImage \ static_assert(alignof(UAsyncTaskDownloadImage) == 0x000008, "Wrong alignment on UAsyncTaskDownloadImage"); \ static_assert(sizeof(UAsyncTaskDownloadImage) == 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_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) == 0x000130, "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) == 0x000078, "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) == 0x000078, "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) == 0x000070, "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) == 0x0000B0, "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) == 0x0000A8, "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) == 0x0000B0, "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) == 0x0000A8, "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) == 0x000078, "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) == 0x000070, "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) == 0x0000B8, "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) == 0x0000A8, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000B0, "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) == 0x0000B8, "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) == 0x0000A8, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000B0, "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) == 0x000110, "Wrong size on UserWidget_OnKeyChar"); \ static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000058, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ static_assert(sizeof(UserWidget_OnKeyDown) == 0x000128, "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) == 0x000070, "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) == 0x000128, "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) == 0x000070, "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) == 0x000138, "Wrong size on UserWidget_OnMotionDetected"); \ static_assert(offsetof(UserWidget_OnMotionDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnMotionDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMotionDetected, InMotionEvent) == 0x000038, "Member 'UserWidget_OnMotionDetected::InMotionEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMotionDetected, ReturnValue) == 0x000080, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x0000A8, "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) == 0x000070, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000128, "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) == 0x000070, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "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) == 0x000160, "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) == 0x0000A8, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlaySound \ static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PreConstruct \ static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ static_assert(alignof(UserWidget_SetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_SetAlignmentInViewport"); \ static_assert(offsetof(UserWidget_SetAlignmentInViewport, Alignment) == 0x000000, "Member 'UserWidget_SetAlignmentInViewport::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAnchorsInViewport \ static_assert(alignof(UserWidget_SetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_SetAnchorsInViewport"); \ static_assert(offsetof(UserWidget_SetAnchorsInViewport, Anchors) == 0x000000, "Member 'UserWidget_SetAnchorsInViewport::Anchors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAnimationCurrentTime \ static_assert(alignof(UserWidget_SetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_SetAnimationCurrentTime"); \ static_assert(sizeof(UserWidget_SetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_SetAnimationCurrentTime"); \ static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_SetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InTime) == 0x000008, "Member 'UserWidget_SetAnimationCurrentTime::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetColorAndOpacity \ static_assert(alignof(UserWidget_SetColorAndOpacity) == 0x000004, "Wrong alignment on UserWidget_SetColorAndOpacity"); \ static_assert(sizeof(UserWidget_SetColorAndOpacity) == 0x000010, "Wrong size on UserWidget_SetColorAndOpacity"); \ static_assert(offsetof(UserWidget_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'UserWidget_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetDesiredSizeInViewport \ static_assert(alignof(UserWidget_SetDesiredSizeInViewport) == 0x000004, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000008, "Wrong size on UserWidget_SetDesiredSizeInViewport"); \ static_assert(offsetof(UserWidget_SetDesiredSizeInViewport, Size) == 0x000000, "Member 'UserWidget_SetDesiredSizeInViewport::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetForegroundColor \ static_assert(alignof(UserWidget_SetForegroundColor) == 0x000008, "Wrong alignment on UserWidget_SetForegroundColor"); \ static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000028, "Wrong size on UserWidget_SetForegroundColor"); \ static_assert(offsetof(UserWidget_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'UserWidget_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetInputActionBlocking \ static_assert(alignof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong alignment on UserWidget_SetInputActionBlocking"); \ static_assert(sizeof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong size on UserWidget_SetInputActionBlocking"); \ static_assert(offsetof(UserWidget_SetInputActionBlocking, bShouldBlock) == 0x000000, "Member 'UserWidget_SetInputActionBlocking::bShouldBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetInputActionPriority \ static_assert(alignof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong alignment on UserWidget_SetInputActionPriority"); \ static_assert(sizeof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong size on UserWidget_SetInputActionPriority"); \ static_assert(offsetof(UserWidget_SetInputActionPriority, NewPriority) == 0x000000, "Member 'UserWidget_SetInputActionPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetNumLoopsToPlay \ static_assert(alignof(UserWidget_SetNumLoopsToPlay) == 0x000008, "Wrong alignment on UserWidget_SetNumLoopsToPlay"); \ static_assert(sizeof(UserWidget_SetNumLoopsToPlay) == 0x000010, "Wrong size on UserWidget_SetNumLoopsToPlay"); \ static_assert(offsetof(UserWidget_SetNumLoopsToPlay, InAnimation) == 0x000000, "Member 'UserWidget_SetNumLoopsToPlay::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetNumLoopsToPlay, NumLoopsToPlay) == 0x000008, "Member 'UserWidget_SetNumLoopsToPlay::NumLoopsToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetOwningPlayer \ static_assert(alignof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong alignment on UserWidget_SetOwningPlayer"); \ static_assert(sizeof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong size on UserWidget_SetOwningPlayer"); \ static_assert(offsetof(UserWidget_SetOwningPlayer, LocalPlayerController) == 0x000000, "Member 'UserWidget_SetOwningPlayer::LocalPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPadding \ static_assert(alignof(UserWidget_SetPadding) == 0x000004, "Wrong alignment on UserWidget_SetPadding"); \ static_assert(sizeof(UserWidget_SetPadding) == 0x000010, "Wrong size on UserWidget_SetPadding"); \ static_assert(offsetof(UserWidget_SetPadding, InPadding) == 0x000000, "Member 'UserWidget_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPlaybackSpeed \ static_assert(alignof(UserWidget_SetPlaybackSpeed) == 0x000008, "Wrong alignment on UserWidget_SetPlaybackSpeed"); \ static_assert(sizeof(UserWidget_SetPlaybackSpeed) == 0x000010, "Wrong size on UserWidget_SetPlaybackSpeed"); \ static_assert(offsetof(UserWidget_SetPlaybackSpeed, InAnimation) == 0x000000, "Member 'UserWidget_SetPlaybackSpeed::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetPlaybackSpeed, PlaybackSpeed) == 0x000008, "Member 'UserWidget_SetPlaybackSpeed::PlaybackSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPositionInViewport \ static_assert(alignof(UserWidget_SetPositionInViewport) == 0x000004, "Wrong alignment on UserWidget_SetPositionInViewport"); \ static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x00000C, "Wrong size on UserWidget_SetPositionInViewport"); \ static_assert(offsetof(UserWidget_SetPositionInViewport, Position) == 0x000000, "Member 'UserWidget_SetPositionInViewport::Position' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetPositionInViewport, bRemoveDPIScale) == 0x000008, "Member 'UserWidget_SetPositionInViewport::bRemoveDPIScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_StopAnimation \ static_assert(alignof(UserWidget_StopAnimation) == 0x000008, "Wrong alignment on UserWidget_StopAnimation"); \ static_assert(sizeof(UserWidget_StopAnimation) == 0x000008, "Wrong size on UserWidget_StopAnimation"); \ static_assert(offsetof(UserWidget_StopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_StopAnimation::InAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_StopListeningForInputAction \ static_assert(alignof(UserWidget_StopListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_StopListeningForInputAction"); \ static_assert(sizeof(UserWidget_StopListeningForInputAction) == 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) == 0x000004, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_GetAlignmentInViewport"); \ static_assert(offsetof(UserWidget_GetAlignmentInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAlignmentInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetAnchorsInViewport \ static_assert(alignof(UserWidget_GetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_GetAnchorsInViewport"); \ static_assert(offsetof(UserWidget_GetAnchorsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAnchorsInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetAnimationCurrentTime \ static_assert(alignof(UserWidget_GetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_GetAnimationCurrentTime"); \ static_assert(sizeof(UserWidget_GetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_GetAnimationCurrentTime"); \ static_assert(offsetof(UserWidget_GetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_GetAnimationCurrentTime, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetIsVisible \ static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsInteractable \ static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsInViewport \ static_assert(alignof(UserWidget_IsInViewport) == 0x000001, "Wrong alignment on UserWidget_IsInViewport"); \ static_assert(sizeof(UserWidget_IsInViewport) == 0x000001, "Wrong size on UserWidget_IsInViewport"); \ static_assert(offsetof(UserWidget_IsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_IsInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_IsListeningForInputAction"); \ static_assert(offsetof(UserWidget_IsListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_IsListeningForInputAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsListeningForInputAction, ReturnValue) == 0x000008, "Member 'UserWidget_IsListeningForInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsPlayingAnimation \ static_assert(alignof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong alignment on UserWidget_IsPlayingAnimation"); \ static_assert(sizeof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong size on UserWidget_IsPlayingAnimation"); \ static_assert(offsetof(UserWidget_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'UserWidget_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPaint \ static_assert(alignof(UserWidget_OnPaint) == 0x000008, "Wrong alignment on UserWidget_OnPaint"); \ static_assert(sizeof(UserWidget_OnPaint) == 0x000030, "Wrong size on UserWidget_OnPaint"); \ static_assert(offsetof(UserWidget_OnPaint, Context) == 0x000000, "Member 'UserWidget_OnPaint::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserWidget \ static_assert(alignof(UUserWidget) == 0x000008, "Wrong alignment on UUserWidget"); \ static_assert(sizeof(UUserWidget) == 0x000260, "Wrong size on UUserWidget"); \ static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x000110, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x000120, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, ForegroundColor) == 0x000130, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x000158, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x000168, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, Padding) == 0x000190, "Member 'UUserWidget::Padding' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x0001A0, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x0001B0, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x0001B8, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x0001C8, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, WidgetTree) == 0x0001D8, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, Priority) == 0x0001E0, "Member 'UUserWidget::Priority' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, TickFrequency) == 0x0001F0, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, InputComponent) == 0x0001F8, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x000200, "Member 'UUserWidget::AnimationCallbacks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene2DTransformSection \ static_assert(alignof(UMovieScene2DTransformSection) == 0x000008, "Wrong alignment on UMovieScene2DTransformSection"); \ static_assert(sizeof(UMovieScene2DTransformSection) == 0x000558, "Wrong size on UMovieScene2DTransformSection"); \ static_assert(offsetof(UMovieScene2DTransformSection, TransformMask) == 0x0000F0, "Member 'UMovieScene2DTransformSection::TransformMask' has a wrong offset!"); \ static_assert(offsetof(UMovieScene2DTransformSection, Translation) == 0x0000F8, "Member 'UMovieScene2DTransformSection::Translation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene2DTransformSection, Rotation) == 0x000238, "Member 'UMovieScene2DTransformSection::Rotation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene2DTransformSection, Scale) == 0x0002D8, "Member 'UMovieScene2DTransformSection::Scale' has a wrong offset!"); \ static_assert(offsetof(UMovieScene2DTransformSection, Shear) == 0x000418, "Member 'UMovieScene2DTransformSection::Shear' 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) == 0x000008, "Wrong alignment on Button_SetStyle"); \ static_assert(sizeof(Button_SetStyle) == 0x000278, "Wrong size on Button_SetStyle"); \ static_assert(offsetof(Button_SetStyle, InStyle) == 0x000000, "Member 'Button_SetStyle::InStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Button_SetTouchMethod \ static_assert(alignof(Button_SetTouchMethod) == 0x000001, "Wrong alignment on Button_SetTouchMethod"); \ static_assert(sizeof(Button_SetTouchMethod) == 0x000001, "Wrong size on Button_SetTouchMethod"); \ static_assert(offsetof(Button_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'Button_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Button_IsPressed \ static_assert(alignof(Button_IsPressed) == 0x000001, "Wrong alignment on Button_IsPressed"); \ static_assert(sizeof(Button_IsPressed) == 0x000001, "Wrong size on Button_IsPressed"); \ static_assert(offsetof(Button_IsPressed, ReturnValue) == 0x000000, "Member 'Button_IsPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButton \ static_assert(alignof(UButton) == 0x000008, "Wrong alignment on UButton"); \ static_assert(sizeof(UButton) == 0x000428, "Wrong size on UButton"); \ static_assert(offsetof(UButton, Style) == 0x000120, "Member 'UButton::Style' has a wrong offset!"); \ static_assert(offsetof(UButton, WidgetStyle) == 0x000128, "Member 'UButton::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UButton, ColorAndOpacity) == 0x0003A0, "Member 'UButton::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UButton, BackgroundColor) == 0x0003B0, "Member 'UButton::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UButton, ClickMethod) == 0x0003C0, "Member 'UButton::ClickMethod' has a wrong offset!"); \ static_assert(offsetof(UButton, TouchMethod) == 0x0003C1, "Member 'UButton::TouchMethod' has a wrong offset!"); \ static_assert(offsetof(UButton, PressMethod) == 0x0003C2, "Member 'UButton::PressMethod' has a wrong offset!"); \ static_assert(offsetof(UButton, IsFocusable) == 0x0003C3, "Member 'UButton::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UButton, OnClicked) == 0x0003C8, "Member 'UButton::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UButton, OnPressed) == 0x0003D8, "Member 'UButton::OnPressed' has a wrong offset!"); \ static_assert(offsetof(UButton, OnReleased) == 0x0003E8, "Member 'UButton::OnReleased' has a wrong offset!"); \ static_assert(offsetof(UButton, OnHovered) == 0x0003F8, "Member 'UButton::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UButton, OnUnhovered) == 0x000408, "Member 'UButton::OnUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_SetHintText \ static_assert(alignof(EditableText_SetHintText) == 0x000008, "Wrong alignment on EditableText_SetHintText"); \ static_assert(sizeof(EditableText_SetHintText) == 0x000018, "Wrong size on EditableText_SetHintText"); \ static_assert(offsetof(EditableText_SetHintText, InHintText) == 0x000000, "Member 'EditableText_SetHintText::InHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_SetIsPassword \ static_assert(alignof(EditableText_SetIsPassword) == 0x000001, "Wrong alignment on EditableText_SetIsPassword"); \ static_assert(sizeof(EditableText_SetIsPassword) == 0x000001, "Wrong size on EditableText_SetIsPassword"); \ static_assert(offsetof(EditableText_SetIsPassword, InbIsPassword) == 0x000000, "Member 'EditableText_SetIsPassword::InbIsPassword' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_SetIsReadOnly \ static_assert(alignof(EditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableText_SetIsReadOnly"); \ static_assert(sizeof(EditableText_SetIsReadOnly) == 0x000001, "Wrong size on EditableText_SetIsReadOnly"); \ static_assert(offsetof(EditableText_SetIsReadOnly, InbIsReadyOnly) == 0x000000, "Member 'EditableText_SetIsReadOnly::InbIsReadyOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_SetJustification \ static_assert(alignof(EditableText_SetJustification) == 0x000001, "Wrong alignment on EditableText_SetJustification"); \ static_assert(sizeof(EditableText_SetJustification) == 0x000001, "Wrong size on EditableText_SetJustification"); \ static_assert(offsetof(EditableText_SetJustification, InJustification) == 0x000000, "Member 'EditableText_SetJustification::InJustification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_SetText \ static_assert(alignof(EditableText_SetText) == 0x000008, "Wrong alignment on EditableText_SetText"); \ static_assert(sizeof(EditableText_SetText) == 0x000018, "Wrong size on EditableText_SetText"); \ static_assert(offsetof(EditableText_SetText, InText) == 0x000000, "Member 'EditableText_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableText_GetText \ static_assert(alignof(EditableText_GetText) == 0x000008, "Wrong alignment on EditableText_GetText"); \ static_assert(sizeof(EditableText_GetText) == 0x000018, "Wrong size on EditableText_GetText"); \ static_assert(offsetof(EditableText_GetText, ReturnValue) == 0x000000, "Member 'EditableText_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableText \ static_assert(alignof(UEditableText) == 0x000008, "Wrong alignment on UEditableText"); \ static_assert(sizeof(UEditableText) == 0x000460, "Wrong size on UEditableText"); \ static_assert(offsetof(UEditableText, Text) == 0x000108, "Member 'UEditableText::Text' has a wrong offset!"); \ static_assert(offsetof(UEditableText, TextDelegate) == 0x000120, "Member 'UEditableText::TextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableText, HintText) == 0x000130, "Member 'UEditableText::HintText' has a wrong offset!"); \ static_assert(offsetof(UEditableText, HintTextDelegate) == 0x000148, "Member 'UEditableText::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableText, WidgetStyle) == 0x000158, "Member 'UEditableText::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UEditableText, Style) == 0x000378, "Member 'UEditableText::Style' has a wrong offset!"); \ static_assert(offsetof(UEditableText, BackgroundImageSelected) == 0x000380, "Member 'UEditableText::BackgroundImageSelected' has a wrong offset!"); \ static_assert(offsetof(UEditableText, BackgroundImageComposing) == 0x000388, "Member 'UEditableText::BackgroundImageComposing' has a wrong offset!"); \ static_assert(offsetof(UEditableText, CaretImage) == 0x000390, "Member 'UEditableText::CaretImage' has a wrong offset!"); \ static_assert(offsetof(UEditableText, Font) == 0x000398, "Member 'UEditableText::Font' has a wrong offset!"); \ static_assert(offsetof(UEditableText, ColorAndOpacity) == 0x0003F0, "Member 'UEditableText::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UEditableText, IsReadOnly) == 0x000418, "Member 'UEditableText::IsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UEditableText, IsPassword) == 0x000419, "Member 'UEditableText::IsPassword' has a wrong offset!"); \ static_assert(offsetof(UEditableText, MinimumDesiredWidth) == 0x00041C, "Member 'UEditableText::MinimumDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UEditableText, IsCaretMovedWhenGainFocus) == 0x000420, "Member 'UEditableText::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ static_assert(offsetof(UEditableText, SelectAllTextWhenFocused) == 0x000421, "Member 'UEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ static_assert(offsetof(UEditableText, RevertTextOnEscape) == 0x000422, "Member 'UEditableText::RevertTextOnEscape' has a wrong offset!"); \ static_assert(offsetof(UEditableText, ClearKeyboardFocusOnCommit) == 0x000423, "Member 'UEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableText, SelectAllTextOnCommit) == 0x000424, "Member 'UEditableText::SelectAllTextOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableText, AllowContextMenu) == 0x000425, "Member 'UEditableText::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UEditableText, KeyboardType) == 0x000426, "Member 'UEditableText::KeyboardType' has a wrong offset!"); \ static_assert(offsetof(UEditableText, VirtualKeyboardOptions) == 0x000427, "Member 'UEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableText, VirtualKeyboardTrigger) == 0x000428, "Member 'UEditableText::VirtualKeyboardTrigger' has a wrong offset!"); \ static_assert(offsetof(UEditableText, VirtualKeyboardDismissAction) == 0x000429, "Member 'UEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UEditableText, Justification) == 0x00042A, "Member 'UEditableText::Justification' has a wrong offset!"); \ static_assert(offsetof(UEditableText, ShapedTextOptions) == 0x00042B, "Member 'UEditableText::ShapedTextOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableText, OnTextChanged) == 0x000430, "Member 'UEditableText::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UEditableText, OnTextCommitted) == 0x000440, "Member 'UEditableText::OnTextCommitted' 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_VerticalBoxSlot_SetHorizontalAlignment \ static_assert(alignof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(VerticalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetPadding \ static_assert(alignof(VerticalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetPadding"); \ static_assert(sizeof(VerticalBoxSlot_SetPadding) == 0x000010, "Wrong size on VerticalBoxSlot_SetPadding"); \ static_assert(offsetof(VerticalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'VerticalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetSize \ static_assert(alignof(VerticalBoxSlot_SetSize) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetSize"); \ static_assert(sizeof(VerticalBoxSlot_SetSize) == 0x000008, "Wrong size on VerticalBoxSlot_SetSize"); \ static_assert(offsetof(VerticalBoxSlot_SetSize, InSize) == 0x000000, "Member 'VerticalBoxSlot_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetVerticalAlignment \ static_assert(alignof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(VerticalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVerticalBoxSlot \ static_assert(alignof(UVerticalBoxSlot) == 0x000008, "Wrong alignment on UVerticalBoxSlot"); \ static_assert(sizeof(UVerticalBoxSlot) == 0x000060, "Wrong size on UVerticalBoxSlot"); \ static_assert(offsetof(UVerticalBoxSlot, Size) == 0x000038, "Member 'UVerticalBoxSlot::Size' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, Padding) == 0x000040, "Member 'UVerticalBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UVerticalBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URichTextBlockDecorator \ static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetHorizontalAlignment \ static_assert(alignof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(HorizontalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetPadding \ static_assert(alignof(HorizontalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetPadding"); \ static_assert(sizeof(HorizontalBoxSlot_SetPadding) == 0x000010, "Wrong size on HorizontalBoxSlot_SetPadding"); \ static_assert(offsetof(HorizontalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'HorizontalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetSize \ static_assert(alignof(HorizontalBoxSlot_SetSize) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetSize"); \ static_assert(sizeof(HorizontalBoxSlot_SetSize) == 0x000008, "Wrong size on HorizontalBoxSlot_SetSize"); \ static_assert(offsetof(HorizontalBoxSlot_SetSize, InSize) == 0x000000, "Member 'HorizontalBoxSlot_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetVerticalAlignment \ static_assert(alignof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(HorizontalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHorizontalBoxSlot \ static_assert(alignof(UHorizontalBoxSlot) == 0x000008, "Wrong alignment on UHorizontalBoxSlot"); \ static_assert(sizeof(UHorizontalBoxSlot) == 0x000060, "Wrong size on UHorizontalBoxSlot"); \ static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000040, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000050, "Member 'UHorizontalBoxSlot::Size' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UHorizontalBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UPropertyBinding \ static_assert(alignof(UPropertyBinding) == 0x000008, "Wrong alignment on UPropertyBinding"); \ static_assert(sizeof(UPropertyBinding) == 0x000060, "Wrong size on UPropertyBinding"); \ static_assert(offsetof(UPropertyBinding, SourceObject) == 0x000028, "Member 'UPropertyBinding::SourceObject' has a wrong offset!"); \ static_assert(offsetof(UPropertyBinding, SourcePath) == 0x000030, "Member 'UPropertyBinding::SourcePath' has a wrong offset!"); \ static_assert(offsetof(UPropertyBinding, DestinationProperty) == 0x000058, "Member 'UPropertyBinding::DestinationProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrushBinding_GetValue \ static_assert(alignof(BrushBinding_GetValue) == 0x000008, "Wrong alignment on BrushBinding_GetValue"); \ static_assert(sizeof(BrushBinding_GetValue) == 0x000088, "Wrong size on BrushBinding_GetValue"); \ static_assert(offsetof(BrushBinding_GetValue, ReturnValue) == 0x000000, "Member 'BrushBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushBinding \ static_assert(alignof(UBrushBinding) == 0x000008, "Wrong alignment on UBrushBinding"); \ static_assert(sizeof(UBrushBinding) == 0x000068, "Wrong size on UBrushBinding"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetBackgroundColor \ static_assert(alignof(WidgetComponent_SetBackgroundColor) == 0x000004, "Wrong alignment on WidgetComponent_SetBackgroundColor"); \ static_assert(sizeof(WidgetComponent_SetBackgroundColor) == 0x000010, "Wrong size on WidgetComponent_SetBackgroundColor"); \ static_assert(offsetof(WidgetComponent_SetBackgroundColor, NewBackgroundColor) == 0x000000, "Member 'WidgetComponent_SetBackgroundColor::NewBackgroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetCylinderArcAngle \ static_assert(alignof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_SetCylinderArcAngle"); \ static_assert(sizeof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_SetCylinderArcAngle"); \ static_assert(offsetof(WidgetComponent_SetCylinderArcAngle, InCylinderArcAngle) == 0x000000, "Member 'WidgetComponent_SetCylinderArcAngle::InCylinderArcAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetDrawAtDesiredSize \ static_assert(alignof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_SetDrawAtDesiredSize"); \ static_assert(sizeof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_SetDrawAtDesiredSize"); \ static_assert(offsetof(WidgetComponent_SetDrawAtDesiredSize, bInDrawAtDesiredSize) == 0x000000, "Member 'WidgetComponent_SetDrawAtDesiredSize::bInDrawAtDesiredSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetDrawSize \ static_assert(alignof(WidgetComponent_SetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_SetDrawSize"); \ static_assert(sizeof(WidgetComponent_SetDrawSize) == 0x000008, "Wrong size on WidgetComponent_SetDrawSize"); \ static_assert(offsetof(WidgetComponent_SetDrawSize, Size) == 0x000000, "Member 'WidgetComponent_SetDrawSize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetGeometryMode \ static_assert(alignof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_SetGeometryMode"); \ static_assert(sizeof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_SetGeometryMode"); \ static_assert(offsetof(WidgetComponent_SetGeometryMode, InGeometryMode) == 0x000000, "Member 'WidgetComponent_SetGeometryMode::InGeometryMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetManuallyRedraw \ static_assert(alignof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_SetManuallyRedraw"); \ static_assert(sizeof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_SetManuallyRedraw"); \ static_assert(offsetof(WidgetComponent_SetManuallyRedraw, bUseManualRedraw) == 0x000000, "Member 'WidgetComponent_SetManuallyRedraw::bUseManualRedraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetOwnerPlayer \ static_assert(alignof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_SetOwnerPlayer"); \ static_assert(sizeof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_SetOwnerPlayer"); \ static_assert(offsetof(WidgetComponent_SetOwnerPlayer, LocalPlayer) == 0x000000, "Member 'WidgetComponent_SetOwnerPlayer::LocalPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetPivot \ static_assert(alignof(WidgetComponent_SetPivot) == 0x000004, "Wrong alignment on WidgetComponent_SetPivot"); \ static_assert(sizeof(WidgetComponent_SetPivot) == 0x000008, "Wrong size on WidgetComponent_SetPivot"); \ static_assert(offsetof(WidgetComponent_SetPivot, InPivot) == 0x000000, "Member 'WidgetComponent_SetPivot::InPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetRedrawTime \ static_assert(alignof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_SetRedrawTime"); \ static_assert(sizeof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_SetRedrawTime"); \ static_assert(offsetof(WidgetComponent_SetRedrawTime, InRedrawTime) == 0x000000, "Member 'WidgetComponent_SetRedrawTime::InRedrawTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetTickMode \ static_assert(alignof(WidgetComponent_SetTickMode) == 0x000001, "Wrong alignment on WidgetComponent_SetTickMode"); \ static_assert(sizeof(WidgetComponent_SetTickMode) == 0x000001, "Wrong size on WidgetComponent_SetTickMode"); \ static_assert(offsetof(WidgetComponent_SetTickMode, InTickMode) == 0x000000, "Member 'WidgetComponent_SetTickMode::InTickMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetTickWhenOffscreen \ static_assert(alignof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_SetTickWhenOffscreen"); \ static_assert(sizeof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_SetTickWhenOffscreen"); \ static_assert(offsetof(WidgetComponent_SetTickWhenOffscreen, bWantTickWhenOffscreen) == 0x000000, "Member 'WidgetComponent_SetTickWhenOffscreen::bWantTickWhenOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetTintColorAndOpacity \ static_assert(alignof(WidgetComponent_SetTintColorAndOpacity) == 0x000004, "Wrong alignment on WidgetComponent_SetTintColorAndOpacity"); \ static_assert(sizeof(WidgetComponent_SetTintColorAndOpacity) == 0x000010, "Wrong size on WidgetComponent_SetTintColorAndOpacity"); \ static_assert(offsetof(WidgetComponent_SetTintColorAndOpacity, NewTintColorAndOpacity) == 0x000000, "Member 'WidgetComponent_SetTintColorAndOpacity::NewTintColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetTwoSided \ static_assert(alignof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_SetTwoSided"); \ static_assert(sizeof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong size on WidgetComponent_SetTwoSided"); \ static_assert(offsetof(WidgetComponent_SetTwoSided, bWantTwoSided) == 0x000000, "Member 'WidgetComponent_SetTwoSided::bWantTwoSided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetWidget \ static_assert(alignof(WidgetComponent_SetWidget) == 0x000008, "Wrong alignment on WidgetComponent_SetWidget"); \ static_assert(sizeof(WidgetComponent_SetWidget) == 0x000008, "Wrong size on WidgetComponent_SetWidget"); \ static_assert(offsetof(WidgetComponent_SetWidget, Widget_0) == 0x000000, "Member 'WidgetComponent_SetWidget::Widget_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetWidgetSpace \ static_assert(alignof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_SetWidgetSpace"); \ static_assert(sizeof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_SetWidgetSpace"); \ static_assert(offsetof(WidgetComponent_SetWidgetSpace, NewSpace) == 0x000000, "Member 'WidgetComponent_SetWidgetSpace::NewSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetWindowFocusable \ static_assert(alignof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowFocusable"); \ static_assert(sizeof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_SetWindowFocusable"); \ static_assert(offsetof(WidgetComponent_SetWindowFocusable, bInWindowFocusable) == 0x000000, "Member 'WidgetComponent_SetWindowFocusable::bInWindowFocusable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_SetWindowVisibility \ static_assert(alignof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowVisibility"); \ static_assert(sizeof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong size on WidgetComponent_SetWindowVisibility"); \ static_assert(offsetof(WidgetComponent_SetWindowVisibility, InVisibility) == 0x000000, "Member 'WidgetComponent_SetWindowVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetCurrentDrawSize \ static_assert(alignof(WidgetComponent_GetCurrentDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetCurrentDrawSize"); \ static_assert(sizeof(WidgetComponent_GetCurrentDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetCurrentDrawSize"); \ static_assert(offsetof(WidgetComponent_GetCurrentDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCurrentDrawSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetCylinderArcAngle \ static_assert(alignof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_GetCylinderArcAngle"); \ static_assert(sizeof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_GetCylinderArcAngle"); \ static_assert(offsetof(WidgetComponent_GetCylinderArcAngle, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCylinderArcAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetDrawAtDesiredSize \ static_assert(alignof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_GetDrawAtDesiredSize"); \ static_assert(sizeof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_GetDrawAtDesiredSize"); \ static_assert(offsetof(WidgetComponent_GetDrawAtDesiredSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawAtDesiredSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetDrawSize \ static_assert(alignof(WidgetComponent_GetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetDrawSize"); \ static_assert(sizeof(WidgetComponent_GetDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetDrawSize"); \ static_assert(offsetof(WidgetComponent_GetDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetGeometryMode \ static_assert(alignof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_GetGeometryMode"); \ static_assert(sizeof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_GetGeometryMode"); \ static_assert(offsetof(WidgetComponent_GetGeometryMode, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetGeometryMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetManuallyRedraw \ static_assert(alignof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_GetManuallyRedraw"); \ static_assert(sizeof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_GetManuallyRedraw"); \ static_assert(offsetof(WidgetComponent_GetManuallyRedraw, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetManuallyRedraw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetMaterialInstance \ static_assert(alignof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong alignment on WidgetComponent_GetMaterialInstance"); \ static_assert(sizeof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong size on WidgetComponent_GetMaterialInstance"); \ static_assert(offsetof(WidgetComponent_GetMaterialInstance, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetOwnerPlayer \ static_assert(alignof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_GetOwnerPlayer"); \ static_assert(sizeof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_GetOwnerPlayer"); \ static_assert(offsetof(WidgetComponent_GetOwnerPlayer, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetOwnerPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetPivot \ static_assert(alignof(WidgetComponent_GetPivot) == 0x000004, "Wrong alignment on WidgetComponent_GetPivot"); \ static_assert(sizeof(WidgetComponent_GetPivot) == 0x000008, "Wrong size on WidgetComponent_GetPivot"); \ static_assert(offsetof(WidgetComponent_GetPivot, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetPivot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetRedrawTime \ static_assert(alignof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_GetRedrawTime"); \ static_assert(sizeof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_GetRedrawTime"); \ static_assert(offsetof(WidgetComponent_GetRedrawTime, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRedrawTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetRenderTarget \ static_assert(alignof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong alignment on WidgetComponent_GetRenderTarget"); \ static_assert(sizeof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong size on WidgetComponent_GetRenderTarget"); \ static_assert(offsetof(WidgetComponent_GetRenderTarget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetTickWhenOffscreen \ static_assert(alignof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_GetTickWhenOffscreen"); \ static_assert(sizeof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_GetTickWhenOffscreen"); \ static_assert(offsetof(WidgetComponent_GetTickWhenOffscreen, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTickWhenOffscreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetTwoSided \ static_assert(alignof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_GetTwoSided"); \ static_assert(sizeof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong size on WidgetComponent_GetTwoSided"); \ static_assert(offsetof(WidgetComponent_GetTwoSided, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTwoSided::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetUserWidgetObject \ static_assert(alignof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong alignment on WidgetComponent_GetUserWidgetObject"); \ static_assert(sizeof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong size on WidgetComponent_GetUserWidgetObject"); \ static_assert(offsetof(WidgetComponent_GetUserWidgetObject, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetUserWidgetObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetWidget \ static_assert(alignof(WidgetComponent_GetWidget) == 0x000008, "Wrong alignment on WidgetComponent_GetWidget"); \ static_assert(sizeof(WidgetComponent_GetWidget) == 0x000008, "Wrong size on WidgetComponent_GetWidget"); \ static_assert(offsetof(WidgetComponent_GetWidget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetWidgetSpace \ static_assert(alignof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_GetWidgetSpace"); \ static_assert(sizeof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_GetWidgetSpace"); \ static_assert(offsetof(WidgetComponent_GetWidgetSpace, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidgetSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetWindowFocusable \ static_assert(alignof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowFocusable"); \ static_assert(sizeof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_GetWindowFocusable"); \ static_assert(offsetof(WidgetComponent_GetWindowFocusable, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowFocusable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_GetWindowVisiblility \ static_assert(alignof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowVisiblility"); \ static_assert(sizeof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong size on WidgetComponent_GetWindowVisiblility"); \ static_assert(offsetof(WidgetComponent_GetWindowVisiblility, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowVisiblility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetComponent_IsWidgetVisible \ static_assert(alignof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong alignment on WidgetComponent_IsWidgetVisible"); \ static_assert(sizeof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong size on WidgetComponent_IsWidgetVisible"); \ static_assert(offsetof(WidgetComponent_IsWidgetVisible, ReturnValue) == 0x000000, "Member 'WidgetComponent_IsWidgetVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetComponent \ static_assert(alignof(UWidgetComponent) == 0x000010, "Wrong alignment on UWidgetComponent"); \ static_assert(sizeof(UWidgetComponent) == 0x0005A0, "Wrong size on UWidgetComponent"); \ static_assert(offsetof(UWidgetComponent, Space) == 0x000478, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000479, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000480, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, DrawSize) == 0x000488, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x000490, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x000491, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x000494, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x0004A0, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0004A8, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Pivot) == 0x0004AC, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x0004B4, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x0004B5, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x0004B6, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x0004B7, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0004B8, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0004C0, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x0004D0, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x0004E0, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BlendMode) == 0x0004E4, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x0004E5, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x0004E6, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BodySetup) == 0x0004E8, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x0004F0, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x0004F8, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x000500, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x000508, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x000510, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000518, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000520, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000528, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000530, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000531, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x000534, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x00053C, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000540, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x000544, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickMode) == 0x000548, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Widget) == 0x000570, "Member 'UWidgetComponent::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetApplyAlphaToBlur \ static_assert(alignof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(sizeof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(offsetof(BackgroundBlur_SetApplyAlphaToBlur, bInApplyAlphaToBlur) == 0x000000, "Member 'BackgroundBlur_SetApplyAlphaToBlur::bInApplyAlphaToBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurRadius \ static_assert(alignof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurRadius"); \ static_assert(sizeof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong size on BackgroundBlur_SetBlurRadius"); \ static_assert(offsetof(BackgroundBlur_SetBlurRadius, InBlurRadius) == 0x000000, "Member 'BackgroundBlur_SetBlurRadius::InBlurRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurStrength \ static_assert(alignof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurStrength"); \ static_assert(sizeof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on BackgroundBlur_SetBlurStrength"); \ static_assert(offsetof(BackgroundBlur_SetBlurStrength, InStrength) == 0x000000, "Member 'BackgroundBlur_SetBlurStrength::InStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetHorizontalAlignment \ static_assert(alignof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetHorizontalAlignment"); \ static_assert(sizeof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetHorizontalAlignment"); \ static_assert(offsetof(BackgroundBlur_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlur_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetLowQualityFallbackBrush \ static_assert(alignof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000008, "Wrong alignment on BackgroundBlur_SetLowQualityFallbackBrush"); \ static_assert(sizeof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000088, "Wrong size on BackgroundBlur_SetLowQualityFallbackBrush"); \ static_assert(offsetof(BackgroundBlur_SetLowQualityFallbackBrush, InBrush) == 0x000000, "Member 'BackgroundBlur_SetLowQualityFallbackBrush::InBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetPadding \ static_assert(alignof(BackgroundBlur_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlur_SetPadding"); \ static_assert(sizeof(BackgroundBlur_SetPadding) == 0x000010, "Wrong size on BackgroundBlur_SetPadding"); \ static_assert(offsetof(BackgroundBlur_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlur_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetVerticalAlignment \ static_assert(alignof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetVerticalAlignment"); \ static_assert(sizeof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetVerticalAlignment"); \ static_assert(offsetof(BackgroundBlur_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlur_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackgroundBlur \ static_assert(alignof(UBackgroundBlur) == 0x000008, "Wrong alignment on UBackgroundBlur"); \ static_assert(sizeof(UBackgroundBlur) == 0x0001D8, "Wrong size on UBackgroundBlur"); \ static_assert(offsetof(UBackgroundBlur, Padding) == 0x000120, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x000130, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x000131, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x000132, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x000134, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x000138, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x00013C, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x000140, "Member 'UBackgroundBlur::LowQualityFallbackBrush' 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_BoolBinding_GetValue \ static_assert(alignof(BoolBinding_GetValue) == 0x000001, "Wrong alignment on BoolBinding_GetValue"); \ static_assert(sizeof(BoolBinding_GetValue) == 0x000001, "Wrong size on BoolBinding_GetValue"); \ static_assert(offsetof(BoolBinding_GetValue, ReturnValue) == 0x000000, "Member 'BoolBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoolBinding \ static_assert(alignof(UBoolBinding) == 0x000008, "Wrong alignment on UBoolBinding"); \ static_assert(sizeof(UBoolBinding) == 0x000060, "Wrong size on UBoolBinding"); \ #define DUMPER7_ASSERTS_Border_GetDynamicMaterial \ static_assert(alignof(Border_GetDynamicMaterial) == 0x000008, "Wrong alignment on Border_GetDynamicMaterial"); \ static_assert(sizeof(Border_GetDynamicMaterial) == 0x000008, "Wrong size on Border_GetDynamicMaterial"); \ static_assert(offsetof(Border_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Border_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrush \ static_assert(alignof(Border_SetBrush) == 0x000008, "Wrong alignment on Border_SetBrush"); \ static_assert(sizeof(Border_SetBrush) == 0x000088, "Wrong size on Border_SetBrush"); \ static_assert(offsetof(Border_SetBrush, InBrush) == 0x000000, "Member 'Border_SetBrush::InBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushColor \ static_assert(alignof(Border_SetBrushColor) == 0x000004, "Wrong alignment on Border_SetBrushColor"); \ static_assert(sizeof(Border_SetBrushColor) == 0x000010, "Wrong size on Border_SetBrushColor"); \ static_assert(offsetof(Border_SetBrushColor, InBrushColor) == 0x000000, "Member 'Border_SetBrushColor::InBrushColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromAsset \ static_assert(alignof(Border_SetBrushFromAsset) == 0x000008, "Wrong alignment on Border_SetBrushFromAsset"); \ static_assert(sizeof(Border_SetBrushFromAsset) == 0x000008, "Wrong size on Border_SetBrushFromAsset"); \ static_assert(offsetof(Border_SetBrushFromAsset, Asset) == 0x000000, "Member 'Border_SetBrushFromAsset::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromMaterial \ static_assert(alignof(Border_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Border_SetBrushFromMaterial"); \ static_assert(sizeof(Border_SetBrushFromMaterial) == 0x000008, "Wrong size on Border_SetBrushFromMaterial"); \ static_assert(offsetof(Border_SetBrushFromMaterial, Material) == 0x000000, "Member 'Border_SetBrushFromMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromTexture \ static_assert(alignof(Border_SetBrushFromTexture) == 0x000008, "Wrong alignment on Border_SetBrushFromTexture"); \ static_assert(sizeof(Border_SetBrushFromTexture) == 0x000008, "Wrong size on Border_SetBrushFromTexture"); \ static_assert(offsetof(Border_SetBrushFromTexture, Texture) == 0x000000, "Member 'Border_SetBrushFromTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetContentColorAndOpacity \ static_assert(alignof(Border_SetContentColorAndOpacity) == 0x000004, "Wrong alignment on Border_SetContentColorAndOpacity"); \ static_assert(sizeof(Border_SetContentColorAndOpacity) == 0x000010, "Wrong size on Border_SetContentColorAndOpacity"); \ static_assert(offsetof(Border_SetContentColorAndOpacity, InContentColorAndOpacity) == 0x000000, "Member 'Border_SetContentColorAndOpacity::InContentColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetDesiredSizeScale \ static_assert(alignof(Border_SetDesiredSizeScale) == 0x000004, "Wrong alignment on Border_SetDesiredSizeScale"); \ static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000008, "Wrong size on Border_SetDesiredSizeScale"); \ static_assert(offsetof(Border_SetDesiredSizeScale, InScale) == 0x000000, "Member 'Border_SetDesiredSizeScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetHorizontalAlignment \ static_assert(alignof(Border_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Border_SetHorizontalAlignment"); \ static_assert(sizeof(Border_SetHorizontalAlignment) == 0x000001, "Wrong size on Border_SetHorizontalAlignment"); \ static_assert(offsetof(Border_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'Border_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetPadding \ static_assert(alignof(Border_SetPadding) == 0x000004, "Wrong alignment on Border_SetPadding"); \ static_assert(sizeof(Border_SetPadding) == 0x000010, "Wrong size on Border_SetPadding"); \ static_assert(offsetof(Border_SetPadding, InPadding) == 0x000000, "Member 'Border_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetVerticalAlignment \ static_assert(alignof(Border_SetVerticalAlignment) == 0x000001, "Wrong alignment on Border_SetVerticalAlignment"); \ static_assert(sizeof(Border_SetVerticalAlignment) == 0x000001, "Wrong size on Border_SetVerticalAlignment"); \ static_assert(offsetof(Border_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'Border_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBorder \ static_assert(alignof(UBorder) == 0x000008, "Wrong alignment on UBorder"); \ static_assert(sizeof(UBorder) == 0x000270, "Wrong size on UBorder"); \ static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000120, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBorder, VerticalAlignment) == 0x000121, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000124, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x000134, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, Padding) == 0x000144, "Member 'UBorder::Padding' has a wrong offset!"); \ static_assert(offsetof(UBorder, Background) == 0x000158, "Member 'UBorder::Background' has a wrong offset!"); \ static_assert(offsetof(UBorder, BackgroundDelegate) == 0x0001E0, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, BrushColor) == 0x0001F0, "Member 'UBorder::BrushColor' has a wrong offset!"); \ static_assert(offsetof(UBorder, BrushColorDelegate) == 0x000200, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, DesiredSizeScale) == 0x000210, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x000218, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x00021C, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x00022C, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x00023C, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x00024C, "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_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) == 0x000130, "Wrong size on UCanvasPanel"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetAlignment \ static_assert(alignof(CanvasPanelSlot_SetAlignment) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetAlignment"); \ static_assert(sizeof(CanvasPanelSlot_SetAlignment) == 0x000008, "Wrong size on CanvasPanelSlot_SetAlignment"); \ static_assert(offsetof(CanvasPanelSlot_SetAlignment, InAlignment) == 0x000000, "Member 'CanvasPanelSlot_SetAlignment::InAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetAnchors \ static_assert(alignof(CanvasPanelSlot_SetAnchors) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetAnchors"); \ static_assert(sizeof(CanvasPanelSlot_SetAnchors) == 0x000010, "Wrong size on CanvasPanelSlot_SetAnchors"); \ static_assert(offsetof(CanvasPanelSlot_SetAnchors, InAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetAnchors::InAnchors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetAutoSize \ static_assert(alignof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_SetAutoSize"); \ static_assert(sizeof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_SetAutoSize"); \ static_assert(offsetof(CanvasPanelSlot_SetAutoSize, InbAutoSize) == 0x000000, "Member 'CanvasPanelSlot_SetAutoSize::InbAutoSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetLayout \ static_assert(alignof(CanvasPanelSlot_SetLayout) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetLayout"); \ static_assert(sizeof(CanvasPanelSlot_SetLayout) == 0x000028, "Wrong size on CanvasPanelSlot_SetLayout"); \ static_assert(offsetof(CanvasPanelSlot_SetLayout, InLayoutData) == 0x000000, "Member 'CanvasPanelSlot_SetLayout::InLayoutData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetMaximum \ static_assert(alignof(CanvasPanelSlot_SetMaximum) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetMaximum"); \ static_assert(sizeof(CanvasPanelSlot_SetMaximum) == 0x000008, "Wrong size on CanvasPanelSlot_SetMaximum"); \ static_assert(offsetof(CanvasPanelSlot_SetMaximum, InMaximumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMaximum::InMaximumAnchors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetMinimum \ static_assert(alignof(CanvasPanelSlot_SetMinimum) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetMinimum"); \ static_assert(sizeof(CanvasPanelSlot_SetMinimum) == 0x000008, "Wrong size on CanvasPanelSlot_SetMinimum"); \ static_assert(offsetof(CanvasPanelSlot_SetMinimum, InMinimumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMinimum::InMinimumAnchors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetOffsets \ static_assert(alignof(CanvasPanelSlot_SetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetOffsets"); \ static_assert(sizeof(CanvasPanelSlot_SetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_SetOffsets"); \ static_assert(offsetof(CanvasPanelSlot_SetOffsets, InOffset) == 0x000000, "Member 'CanvasPanelSlot_SetOffsets::InOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetPosition \ static_assert(alignof(CanvasPanelSlot_SetPosition) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetPosition"); \ static_assert(sizeof(CanvasPanelSlot_SetPosition) == 0x000008, "Wrong size on CanvasPanelSlot_SetPosition"); \ static_assert(offsetof(CanvasPanelSlot_SetPosition, InPosition) == 0x000000, "Member 'CanvasPanelSlot_SetPosition::InPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetSize \ static_assert(alignof(CanvasPanelSlot_SetSize) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetSize"); \ static_assert(sizeof(CanvasPanelSlot_SetSize) == 0x000008, "Wrong size on CanvasPanelSlot_SetSize"); \ static_assert(offsetof(CanvasPanelSlot_SetSize, InSize) == 0x000000, "Member 'CanvasPanelSlot_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_SetZOrder \ static_assert(alignof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetZOrder"); \ static_assert(sizeof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_SetZOrder"); \ static_assert(offsetof(CanvasPanelSlot_SetZOrder, InZOrder) == 0x000000, "Member 'CanvasPanelSlot_SetZOrder::InZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetAlignment \ static_assert(alignof(CanvasPanelSlot_GetAlignment) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetAlignment"); \ static_assert(sizeof(CanvasPanelSlot_GetAlignment) == 0x000008, "Wrong size on CanvasPanelSlot_GetAlignment"); \ static_assert(offsetof(CanvasPanelSlot_GetAlignment, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAlignment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetAnchors \ static_assert(alignof(CanvasPanelSlot_GetAnchors) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetAnchors"); \ static_assert(sizeof(CanvasPanelSlot_GetAnchors) == 0x000010, "Wrong size on CanvasPanelSlot_GetAnchors"); \ static_assert(offsetof(CanvasPanelSlot_GetAnchors, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAnchors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetAutoSize \ static_assert(alignof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_GetAutoSize"); \ static_assert(sizeof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_GetAutoSize"); \ static_assert(offsetof(CanvasPanelSlot_GetAutoSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAutoSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetLayout \ static_assert(alignof(CanvasPanelSlot_GetLayout) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetLayout"); \ static_assert(sizeof(CanvasPanelSlot_GetLayout) == 0x000028, "Wrong size on CanvasPanelSlot_GetLayout"); \ static_assert(offsetof(CanvasPanelSlot_GetLayout, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetLayout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetOffsets \ static_assert(alignof(CanvasPanelSlot_GetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetOffsets"); \ static_assert(sizeof(CanvasPanelSlot_GetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_GetOffsets"); \ static_assert(offsetof(CanvasPanelSlot_GetOffsets, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetOffsets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetPosition \ static_assert(alignof(CanvasPanelSlot_GetPosition) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetPosition"); \ static_assert(sizeof(CanvasPanelSlot_GetPosition) == 0x000008, "Wrong size on CanvasPanelSlot_GetPosition"); \ static_assert(offsetof(CanvasPanelSlot_GetPosition, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetSize \ static_assert(alignof(CanvasPanelSlot_GetSize) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetSize"); \ static_assert(sizeof(CanvasPanelSlot_GetSize) == 0x000008, "Wrong size on CanvasPanelSlot_GetSize"); \ static_assert(offsetof(CanvasPanelSlot_GetSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasPanelSlot_GetZOrder \ static_assert(alignof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetZOrder"); \ static_assert(sizeof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_GetZOrder"); \ static_assert(offsetof(CanvasPanelSlot_GetZOrder, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetZOrder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCanvasPanelSlot \ static_assert(alignof(UCanvasPanelSlot) == 0x000008, "Wrong alignment on UCanvasPanelSlot"); \ static_assert(sizeof(UCanvasPanelSlot) == 0x000070, "Wrong size on UCanvasPanelSlot"); \ static_assert(offsetof(UCanvasPanelSlot, LayoutData) == 0x000038, "Member 'UCanvasPanelSlot::LayoutData' has a wrong offset!"); \ static_assert(offsetof(UCanvasPanelSlot, bAutoSize) == 0x000060, "Member 'UCanvasPanelSlot::bAutoSize' has a wrong offset!"); \ static_assert(offsetof(UCanvasPanelSlot, ZOrder) == 0x000064, "Member 'UCanvasPanelSlot::ZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetCheckedState \ static_assert(alignof(CheckBox_SetCheckedState) == 0x000001, "Wrong alignment on CheckBox_SetCheckedState"); \ static_assert(sizeof(CheckBox_SetCheckedState) == 0x000001, "Wrong size on CheckBox_SetCheckedState"); \ static_assert(offsetof(CheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'CheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetClickMethod \ static_assert(alignof(CheckBox_SetClickMethod) == 0x000001, "Wrong alignment on CheckBox_SetClickMethod"); \ static_assert(sizeof(CheckBox_SetClickMethod) == 0x000001, "Wrong size on CheckBox_SetClickMethod"); \ static_assert(offsetof(CheckBox_SetClickMethod, InClickMethod) == 0x000000, "Member 'CheckBox_SetClickMethod::InClickMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetIsChecked \ static_assert(alignof(CheckBox_SetIsChecked) == 0x000001, "Wrong alignment on CheckBox_SetIsChecked"); \ static_assert(sizeof(CheckBox_SetIsChecked) == 0x000001, "Wrong size on CheckBox_SetIsChecked"); \ static_assert(offsetof(CheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'CheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetPressMethod \ static_assert(alignof(CheckBox_SetPressMethod) == 0x000001, "Wrong alignment on CheckBox_SetPressMethod"); \ static_assert(sizeof(CheckBox_SetPressMethod) == 0x000001, "Wrong size on CheckBox_SetPressMethod"); \ static_assert(offsetof(CheckBox_SetPressMethod, InPressMethod) == 0x000000, "Member 'CheckBox_SetPressMethod::InPressMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetTouchMethod \ static_assert(alignof(CheckBox_SetTouchMethod) == 0x000001, "Wrong alignment on CheckBox_SetTouchMethod"); \ static_assert(sizeof(CheckBox_SetTouchMethod) == 0x000001, "Wrong size on CheckBox_SetTouchMethod"); \ static_assert(offsetof(CheckBox_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CheckBox_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_GetCheckedState \ static_assert(alignof(CheckBox_GetCheckedState) == 0x000001, "Wrong alignment on CheckBox_GetCheckedState"); \ static_assert(sizeof(CheckBox_GetCheckedState) == 0x000001, "Wrong size on CheckBox_GetCheckedState"); \ static_assert(offsetof(CheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'CheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsChecked \ static_assert(alignof(CheckBox_IsChecked) == 0x000001, "Wrong alignment on CheckBox_IsChecked"); \ static_assert(sizeof(CheckBox_IsChecked) == 0x000001, "Wrong size on CheckBox_IsChecked"); \ static_assert(offsetof(CheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'CheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsPressed \ static_assert(alignof(CheckBox_IsPressed) == 0x000001, "Wrong alignment on CheckBox_IsPressed"); \ static_assert(sizeof(CheckBox_IsPressed) == 0x000001, "Wrong size on CheckBox_IsPressed"); \ static_assert(offsetof(CheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'CheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckBox \ static_assert(alignof(UCheckBox) == 0x000008, "Wrong alignment on UCheckBox"); \ static_assert(sizeof(UCheckBox) == 0x000770, "Wrong size on UCheckBox"); \ static_assert(offsetof(UCheckBox, CheckedState) == 0x000120, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000124, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000138, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Style) == 0x0006B8, "Member 'UCheckBox::Style' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedImage) == 0x0006C0, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x0006C8, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x0006D0, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedImage) == 0x0006D8, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x0006E0, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x0006E8, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x0006F0, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x0006F8, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000700, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000708, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Padding) == 0x00070C, "Member 'UCheckBox::Padding' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x000720, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, ClickMethod) == 0x000748, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, TouchMethod) == 0x000749, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, PressMethod) == 0x00074A, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, IsFocusable) == 0x00074B, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000750, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckedStateBinding_GetValue \ static_assert(alignof(CheckedStateBinding_GetValue) == 0x000001, "Wrong alignment on CheckedStateBinding_GetValue"); \ static_assert(sizeof(CheckedStateBinding_GetValue) == 0x000001, "Wrong size on CheckedStateBinding_GetValue"); \ static_assert(offsetof(CheckedStateBinding_GetValue, ReturnValue) == 0x000000, "Member 'CheckedStateBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckedStateBinding \ static_assert(alignof(UCheckedStateBinding) == 0x000008, "Wrong alignment on UCheckedStateBinding"); \ static_assert(sizeof(UCheckedStateBinding) == 0x000068, "Wrong size on UCheckedStateBinding"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetNumberOfPieces \ static_assert(alignof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong alignment on CircularThrobber_SetNumberOfPieces"); \ static_assert(sizeof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong size on CircularThrobber_SetNumberOfPieces"); \ static_assert(offsetof(CircularThrobber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'CircularThrobber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetPeriod \ static_assert(alignof(CircularThrobber_SetPeriod) == 0x000004, "Wrong alignment on CircularThrobber_SetPeriod"); \ static_assert(sizeof(CircularThrobber_SetPeriod) == 0x000004, "Wrong size on CircularThrobber_SetPeriod"); \ static_assert(offsetof(CircularThrobber_SetPeriod, InPeriod) == 0x000000, "Member 'CircularThrobber_SetPeriod::InPeriod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetRadius \ static_assert(alignof(CircularThrobber_SetRadius) == 0x000004, "Wrong alignment on CircularThrobber_SetRadius"); \ static_assert(sizeof(CircularThrobber_SetRadius) == 0x000004, "Wrong size on CircularThrobber_SetRadius"); \ static_assert(offsetof(CircularThrobber_SetRadius, InRadius) == 0x000000, "Member 'CircularThrobber_SetRadius::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCircularThrobber \ static_assert(alignof(UCircularThrobber) == 0x000008, "Wrong alignment on UCircularThrobber"); \ static_assert(sizeof(UCircularThrobber) == 0x0001C0, "Wrong size on UCircularThrobber"); \ static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000108, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Period) == 0x00010C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Radius) == 0x000110, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, PieceImage) == 0x000118, "Member 'UCircularThrobber::PieceImage' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Image) == 0x000120, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x0001A8, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ColorBinding_GetLinearValue \ static_assert(alignof(ColorBinding_GetLinearValue) == 0x000004, "Wrong alignment on ColorBinding_GetLinearValue"); \ static_assert(sizeof(ColorBinding_GetLinearValue) == 0x000010, "Wrong size on ColorBinding_GetLinearValue"); \ static_assert(offsetof(ColorBinding_GetLinearValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetLinearValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ColorBinding_GetSlateValue \ static_assert(alignof(ColorBinding_GetSlateValue) == 0x000008, "Wrong alignment on ColorBinding_GetSlateValue"); \ static_assert(sizeof(ColorBinding_GetSlateValue) == 0x000028, "Wrong size on ColorBinding_GetSlateValue"); \ static_assert(offsetof(ColorBinding_GetSlateValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetSlateValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UColorBinding \ static_assert(alignof(UColorBinding) == 0x000008, "Wrong alignment on UColorBinding"); \ static_assert(sizeof(UColorBinding) == 0x000068, "Wrong size on UColorBinding"); \ #define DUMPER7_ASSERTS_UComboBox \ static_assert(alignof(UComboBox) == 0x000008, "Wrong alignment on UComboBox"); \ static_assert(sizeof(UComboBox) == 0x000140, "Wrong size on UComboBox"); \ static_assert(offsetof(UComboBox, Items) == 0x000108, "Member 'UComboBox::Items' has a wrong offset!"); \ static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x000118, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ static_assert(offsetof(UComboBox, bIsFocusable) == 0x000128, "Member 'UComboBox::bIsFocusable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_AddOption \ static_assert(alignof(ComboBoxString_AddOption) == 0x000008, "Wrong alignment on ComboBoxString_AddOption"); \ static_assert(sizeof(ComboBoxString_AddOption) == 0x000010, "Wrong size on ComboBoxString_AddOption"); \ static_assert(offsetof(ComboBoxString_AddOption, Option) == 0x000000, "Member 'ComboBoxString_AddOption::Option' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_RemoveOption \ static_assert(alignof(ComboBoxString_RemoveOption) == 0x000008, "Wrong alignment on ComboBoxString_RemoveOption"); \ static_assert(sizeof(ComboBoxString_RemoveOption) == 0x000018, "Wrong size on ComboBoxString_RemoveOption"); \ static_assert(offsetof(ComboBoxString_RemoveOption, Option) == 0x000000, "Member 'ComboBoxString_RemoveOption::Option' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_RemoveOption, ReturnValue) == 0x000010, "Member 'ComboBoxString_RemoveOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_SetSelectedIndex \ static_assert(alignof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_SetSelectedIndex"); \ static_assert(sizeof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_SetSelectedIndex"); \ static_assert(offsetof(ComboBoxString_SetSelectedIndex, Index_0) == 0x000000, "Member 'ComboBoxString_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_SetSelectedOption \ static_assert(alignof(ComboBoxString_SetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_SetSelectedOption"); \ static_assert(sizeof(ComboBoxString_SetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_SetSelectedOption"); \ static_assert(offsetof(ComboBoxString_SetSelectedOption, Option) == 0x000000, "Member 'ComboBoxString_SetSelectedOption::Option' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_FindOptionIndex \ static_assert(alignof(ComboBoxString_FindOptionIndex) == 0x000008, "Wrong alignment on ComboBoxString_FindOptionIndex"); \ static_assert(sizeof(ComboBoxString_FindOptionIndex) == 0x000018, "Wrong size on ComboBoxString_FindOptionIndex"); \ static_assert(offsetof(ComboBoxString_FindOptionIndex, Option) == 0x000000, "Member 'ComboBoxString_FindOptionIndex::Option' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_FindOptionIndex, ReturnValue) == 0x000010, "Member 'ComboBoxString_FindOptionIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetOptionAtIndex \ static_assert(alignof(ComboBoxString_GetOptionAtIndex) == 0x000008, "Wrong alignment on ComboBoxString_GetOptionAtIndex"); \ static_assert(sizeof(ComboBoxString_GetOptionAtIndex) == 0x000018, "Wrong size on ComboBoxString_GetOptionAtIndex"); \ static_assert(offsetof(ComboBoxString_GetOptionAtIndex, Index_0) == 0x000000, "Member 'ComboBoxString_GetOptionAtIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_GetOptionAtIndex, ReturnValue) == 0x000008, "Member 'ComboBoxString_GetOptionAtIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetOptionCount \ static_assert(alignof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong alignment on ComboBoxString_GetOptionCount"); \ static_assert(sizeof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong size on ComboBoxString_GetOptionCount"); \ static_assert(offsetof(ComboBoxString_GetOptionCount, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetOptionCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetSelectedIndex \ static_assert(alignof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_GetSelectedIndex"); \ static_assert(sizeof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_GetSelectedIndex"); \ static_assert(offsetof(ComboBoxString_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetSelectedOption \ static_assert(alignof(ComboBoxString_GetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_GetSelectedOption"); \ static_assert(sizeof(ComboBoxString_GetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_GetSelectedOption"); \ static_assert(offsetof(ComboBoxString_GetSelectedOption, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_IsOpen \ static_assert(alignof(ComboBoxString_IsOpen) == 0x000001, "Wrong alignment on ComboBoxString_IsOpen"); \ static_assert(sizeof(ComboBoxString_IsOpen) == 0x000001, "Wrong size on ComboBoxString_IsOpen"); \ static_assert(offsetof(ComboBoxString_IsOpen, ReturnValue) == 0x000000, "Member 'ComboBoxString_IsOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComboBoxString \ static_assert(alignof(UComboBoxString) == 0x000008, "Wrong alignment on UComboBoxString"); \ static_assert(sizeof(UComboBoxString) == 0x000E00, "Wrong size on UComboBoxString"); \ static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000108, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000118, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x000128, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ItemStyle) == 0x000518, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ContentPadding) == 0x000CE0, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x000CF0, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x000CF4, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x000CF5, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, Font) == 0x000CF8, "Member 'UComboBoxString::Font' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x000D50, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x000D78, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x000D7C, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x000D90, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnOpening) == 0x000DA0, "Member 'UComboBoxString::OnOpening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000070, "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) == 0x000070, "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) == 0x000070, "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) == 0x000088, "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) == 0x00004C, "Member 'UDragDropOperation::Offset' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDrop) == 0x000058, "Member 'UDragDropOperation::OnDrop' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDragCancelled) == 0x000068, "Member 'UDragDropOperation::OnDragCancelled' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDragged) == 0x000078, "Member 'UDragDropOperation::OnDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetEntrySpacing \ static_assert(alignof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetEntrySpacing"); \ static_assert(sizeof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000008, "Wrong size on DynamicEntryBoxBase_SetEntrySpacing"); \ static_assert(offsetof(DynamicEntryBoxBase_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'DynamicEntryBoxBase_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetRadialSettings \ static_assert(alignof(DynamicEntryBoxBase_SetRadialSettings) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetRadialSettings"); \ static_assert(sizeof(DynamicEntryBoxBase_SetRadialSettings) == 0x000010, "Wrong size on DynamicEntryBoxBase_SetRadialSettings"); \ static_assert(offsetof(DynamicEntryBoxBase_SetRadialSettings, InSettings) == 0x000000, "Member 'DynamicEntryBoxBase_SetRadialSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetAllEntries \ static_assert(alignof(DynamicEntryBoxBase_GetAllEntries) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_GetAllEntries"); \ static_assert(sizeof(DynamicEntryBoxBase_GetAllEntries) == 0x000010, "Wrong size on DynamicEntryBoxBase_GetAllEntries"); \ static_assert(offsetof(DynamicEntryBoxBase_GetAllEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetAllEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetNumEntries \ static_assert(alignof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_GetNumEntries"); \ static_assert(sizeof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong size on DynamicEntryBoxBase_GetNumEntries"); \ static_assert(offsetof(DynamicEntryBoxBase_GetNumEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetNumEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicEntryBoxBase \ static_assert(alignof(UDynamicEntryBoxBase) == 0x000008, "Wrong alignment on UDynamicEntryBoxBase"); \ static_assert(sizeof(UDynamicEntryBoxBase) == 0x0001D8, "Wrong size on UDynamicEntryBoxBase"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000108, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x00010C, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000118, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x000128, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x000130, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x000131, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x000134, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x000138, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x000158, "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) == 0x0001E0, "Wrong size on UDynamicEntryBox"); \ static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x0001D8, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetError \ static_assert(alignof(EditableTextBox_SetError) == 0x000008, "Wrong alignment on EditableTextBox_SetError"); \ static_assert(sizeof(EditableTextBox_SetError) == 0x000018, "Wrong size on EditableTextBox_SetError"); \ static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetHintText \ static_assert(alignof(EditableTextBox_SetHintText) == 0x000008, "Wrong alignment on EditableTextBox_SetHintText"); \ static_assert(sizeof(EditableTextBox_SetHintText) == 0x000018, "Wrong size on EditableTextBox_SetHintText"); \ static_assert(offsetof(EditableTextBox_SetHintText, InText) == 0x000000, "Member 'EditableTextBox_SetHintText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetIsPassword \ static_assert(alignof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong alignment on EditableTextBox_SetIsPassword"); \ static_assert(sizeof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong size on EditableTextBox_SetIsPassword"); \ static_assert(offsetof(EditableTextBox_SetIsPassword, bIsPassword) == 0x000000, "Member 'EditableTextBox_SetIsPassword::bIsPassword' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetIsReadOnly \ static_assert(alignof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableTextBox_SetIsReadOnly"); \ static_assert(sizeof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on EditableTextBox_SetIsReadOnly"); \ static_assert(offsetof(EditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'EditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetJustification \ static_assert(alignof(EditableTextBox_SetJustification) == 0x000001, "Wrong alignment on EditableTextBox_SetJustification"); \ static_assert(sizeof(EditableTextBox_SetJustification) == 0x000001, "Wrong size on EditableTextBox_SetJustification"); \ static_assert(offsetof(EditableTextBox_SetJustification, InJustification) == 0x000000, "Member 'EditableTextBox_SetJustification::InJustification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetText \ static_assert(alignof(EditableTextBox_SetText) == 0x000008, "Wrong alignment on EditableTextBox_SetText"); \ static_assert(sizeof(EditableTextBox_SetText) == 0x000018, "Wrong size on EditableTextBox_SetText"); \ static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_GetText \ static_assert(alignof(EditableTextBox_GetText) == 0x000008, "Wrong alignment on EditableTextBox_GetText"); \ static_assert(sizeof(EditableTextBox_GetText) == 0x000018, "Wrong size on EditableTextBox_GetText"); \ static_assert(offsetof(EditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'EditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_HasError \ static_assert(alignof(EditableTextBox_HasError) == 0x000001, "Wrong alignment on EditableTextBox_HasError"); \ static_assert(sizeof(EditableTextBox_HasError) == 0x000001, "Wrong size on EditableTextBox_HasError"); \ static_assert(offsetof(EditableTextBox_HasError, ReturnValue) == 0x000000, "Member 'EditableTextBox_HasError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableTextBox \ static_assert(alignof(UEditableTextBox) == 0x000008, "Wrong alignment on UEditableTextBox"); \ static_assert(sizeof(UEditableTextBox) == 0x000A38, "Wrong size on UEditableTextBox"); \ static_assert(offsetof(UEditableTextBox, Text) == 0x000108, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000120, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x000130, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Style) == 0x000928, "Member 'UEditableTextBox::Style' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, HintText) == 0x000930, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x000948, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Font) == 0x000958, "Member 'UEditableTextBox::Font' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ForegroundColor) == 0x0009B0, "Member 'UEditableTextBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, BackgroundColor) == 0x0009C0, "Member 'UEditableTextBox::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ReadOnlyForegroundColor) == 0x0009D0, "Member 'UEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x0009E0, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsPassword) == 0x0009E1, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x0009E4, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Padding) == 0x0009E8, "Member 'UEditableTextBox::Padding' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x0009F8, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x0009F9, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x0009FA, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x0009FB, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x0009FC, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x0009FD, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x0009FE, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x0009FF, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x000A00, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x000A01, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Justification) == 0x000A02, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x000A03, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x000A08, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x000A18, "Member 'UEditableTextBox::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded \ static_assert(alignof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded"); \ static_assert(sizeof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded"); \ static_assert(offsetof(ExpandableArea_SetIsExpanded, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded::IsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded_Animated \ static_assert(alignof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded_Animated"); \ static_assert(sizeof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded_Animated"); \ static_assert(offsetof(ExpandableArea_SetIsExpanded_Animated, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded_Animated::IsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_GetIsExpanded \ static_assert(alignof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_GetIsExpanded"); \ static_assert(sizeof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_GetIsExpanded"); \ static_assert(offsetof(ExpandableArea_GetIsExpanded, ReturnValue) == 0x000000, "Member 'ExpandableArea_GetIsExpanded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpandableArea \ static_assert(alignof(UExpandableArea) == 0x000008, "Wrong alignment on UExpandableArea"); \ static_assert(sizeof(UExpandableArea) == 0x000338, "Wrong size on UExpandableArea"); \ static_assert(offsetof(UExpandableArea, Style) == 0x000110, "Member 'UExpandableArea::Style' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BorderBrush) == 0x000230, "Member 'UExpandableArea::BorderBrush' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BorderColor) == 0x0002B8, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x0002E0, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, MaxHeight) == 0x0002E4, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x0002E8, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, AreaPadding) == 0x0002F8, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x000308, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000318, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BodyContent) == 0x000320, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatBinding_GetValue \ static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloatBinding \ static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ static_assert(sizeof(UFloatBinding) == 0x000060, "Wrong size on UFloatBinding"); \ #define DUMPER7_ASSERTS_GridPanel_AddChildToGrid \ static_assert(alignof(GridPanel_AddChildToGrid) == 0x000008, "Wrong alignment on GridPanel_AddChildToGrid"); \ static_assert(sizeof(GridPanel_AddChildToGrid) == 0x000018, "Wrong size on GridPanel_AddChildToGrid"); \ static_assert(offsetof(GridPanel_AddChildToGrid, Content) == 0x000000, "Member 'GridPanel_AddChildToGrid::Content' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, InRow) == 0x000008, "Member 'GridPanel_AddChildToGrid::InRow' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, InColumn) == 0x00000C, "Member 'GridPanel_AddChildToGrid::InColumn' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, ReturnValue) == 0x000010, "Member 'GridPanel_AddChildToGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridPanel_SetColumnFill \ static_assert(alignof(GridPanel_SetColumnFill) == 0x000004, "Wrong alignment on GridPanel_SetColumnFill"); \ static_assert(sizeof(GridPanel_SetColumnFill) == 0x000008, "Wrong size on GridPanel_SetColumnFill"); \ static_assert(offsetof(GridPanel_SetColumnFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetColumnFill::ColumnIndex' has a wrong offset!"); \ static_assert(offsetof(GridPanel_SetColumnFill, Coefficient) == 0x000004, "Member 'GridPanel_SetColumnFill::Coefficient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridPanel_SetRowFill \ static_assert(alignof(GridPanel_SetRowFill) == 0x000004, "Wrong alignment on GridPanel_SetRowFill"); \ static_assert(sizeof(GridPanel_SetRowFill) == 0x000008, "Wrong size on GridPanel_SetRowFill"); \ static_assert(offsetof(GridPanel_SetRowFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetRowFill::ColumnIndex' has a wrong offset!"); \ static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridPanel \ static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ static_assert(sizeof(UGridPanel) == 0x000150, "Wrong size on UGridPanel"); \ static_assert(offsetof(UGridPanel, ColumnFill) == 0x000120, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ static_assert(offsetof(UGridPanel, RowFill) == 0x000130, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetColumn \ static_assert(alignof(GridSlot_SetColumn) == 0x000004, "Wrong alignment on GridSlot_SetColumn"); \ static_assert(sizeof(GridSlot_SetColumn) == 0x000004, "Wrong size on GridSlot_SetColumn"); \ static_assert(offsetof(GridSlot_SetColumn, InColumn) == 0x000000, "Member 'GridSlot_SetColumn::InColumn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetColumnSpan \ static_assert(alignof(GridSlot_SetColumnSpan) == 0x000004, "Wrong alignment on GridSlot_SetColumnSpan"); \ static_assert(sizeof(GridSlot_SetColumnSpan) == 0x000004, "Wrong size on GridSlot_SetColumnSpan"); \ static_assert(offsetof(GridSlot_SetColumnSpan, InColumnSpan) == 0x000000, "Member 'GridSlot_SetColumnSpan::InColumnSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetHorizontalAlignment \ static_assert(alignof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetHorizontalAlignment"); \ static_assert(sizeof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GridSlot_SetHorizontalAlignment"); \ static_assert(offsetof(GridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetLayer \ static_assert(alignof(GridSlot_SetLayer) == 0x000004, "Wrong alignment on GridSlot_SetLayer"); \ static_assert(sizeof(GridSlot_SetLayer) == 0x000004, "Wrong size on GridSlot_SetLayer"); \ static_assert(offsetof(GridSlot_SetLayer, InLayer) == 0x000000, "Member 'GridSlot_SetLayer::InLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetNudge \ static_assert(alignof(GridSlot_SetNudge) == 0x000004, "Wrong alignment on GridSlot_SetNudge"); \ static_assert(sizeof(GridSlot_SetNudge) == 0x000008, "Wrong size on GridSlot_SetNudge"); \ static_assert(offsetof(GridSlot_SetNudge, InNudge) == 0x000000, "Member 'GridSlot_SetNudge::InNudge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetPadding \ static_assert(alignof(GridSlot_SetPadding) == 0x000004, "Wrong alignment on GridSlot_SetPadding"); \ static_assert(sizeof(GridSlot_SetPadding) == 0x000010, "Wrong size on GridSlot_SetPadding"); \ static_assert(offsetof(GridSlot_SetPadding, InPadding) == 0x000000, "Member 'GridSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetRow \ static_assert(alignof(GridSlot_SetRow) == 0x000004, "Wrong alignment on GridSlot_SetRow"); \ static_assert(sizeof(GridSlot_SetRow) == 0x000004, "Wrong size on GridSlot_SetRow"); \ static_assert(offsetof(GridSlot_SetRow, InRow) == 0x000000, "Member 'GridSlot_SetRow::InRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetRowSpan \ static_assert(alignof(GridSlot_SetRowSpan) == 0x000004, "Wrong alignment on GridSlot_SetRowSpan"); \ static_assert(sizeof(GridSlot_SetRowSpan) == 0x000004, "Wrong size on GridSlot_SetRowSpan"); \ static_assert(offsetof(GridSlot_SetRowSpan, InRowSpan) == 0x000000, "Member 'GridSlot_SetRowSpan::InRowSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetVerticalAlignment \ static_assert(alignof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetVerticalAlignment"); \ static_assert(sizeof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GridSlot_SetVerticalAlignment"); \ static_assert(offsetof(GridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridSlot \ static_assert(alignof(UGridSlot) == 0x000008, "Wrong alignment on UGridSlot"); \ static_assert(sizeof(UGridSlot) == 0x000070, "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) == 0x000130, "Wrong size on UHorizontalBox"); \ #define DUMPER7_ASSERTS_Image_GetDynamicMaterial \ static_assert(alignof(Image_GetDynamicMaterial) == 0x000008, "Wrong alignment on Image_GetDynamicMaterial"); \ static_assert(sizeof(Image_GetDynamicMaterial) == 0x000008, "Wrong size on Image_GetDynamicMaterial"); \ static_assert(offsetof(Image_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Image_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Image_SetBrush \ static_assert(alignof(Image_SetBrush) == 0x000008, "Wrong alignment on Image_SetBrush"); \ static_assert(sizeof(Image_SetBrush) == 0x000088, "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_SetBrushSize \ static_assert(alignof(Image_SetBrushSize) == 0x000004, "Wrong alignment on Image_SetBrushSize"); \ static_assert(sizeof(Image_SetBrushSize) == 0x000008, "Wrong size on Image_SetBrushSize"); \ static_assert(offsetof(Image_SetBrushSize, DesiredSize) == 0x000000, "Member 'Image_SetBrushSize::DesiredSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Image_SetBrushTintColor \ static_assert(alignof(Image_SetBrushTintColor) == 0x000008, "Wrong alignment on Image_SetBrushTintColor"); \ static_assert(sizeof(Image_SetBrushTintColor) == 0x000028, "Wrong size on Image_SetBrushTintColor"); \ static_assert(offsetof(Image_SetBrushTintColor, TintColor) == 0x000000, "Member 'Image_SetBrushTintColor::TintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Image_SetColorAndOpacity \ static_assert(alignof(Image_SetColorAndOpacity) == 0x000004, "Wrong alignment on Image_SetColorAndOpacity"); \ static_assert(sizeof(Image_SetColorAndOpacity) == 0x000010, "Wrong size on Image_SetColorAndOpacity"); \ static_assert(offsetof(Image_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Image_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Image_SetOpacity \ static_assert(alignof(Image_SetOpacity) == 0x000004, "Wrong alignment on Image_SetOpacity"); \ static_assert(sizeof(Image_SetOpacity) == 0x000004, "Wrong size on Image_SetOpacity"); \ static_assert(offsetof(Image_SetOpacity, InOpacity) == 0x000000, "Member 'Image_SetOpacity::InOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImage \ static_assert(alignof(UImage) == 0x000008, "Wrong alignment on UImage"); \ static_assert(sizeof(UImage) == 0x000210, "Wrong size on UImage"); \ static_assert(offsetof(UImage, Brush) == 0x000108, "Member 'UImage::Brush' has a wrong offset!"); \ static_assert(offsetof(UImage, BrushDelegate) == 0x000190, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ static_assert(offsetof(UImage, ColorAndOpacity) == 0x0001A0, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x0001B0, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x0001C0, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x0001C4, "Member 'UImage::OnMouseButtonDownEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetAllowGamepadKeys \ static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000018, "Wrong size on InputKeySelector_SetKeySelectionText"); \ static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000018, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ static_assert(sizeof(InputKeySelector_SetSelectedKey) == 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) == 0x000008, "Wrong alignment on UInputKeySelector"); \ static_assert(sizeof(UInputKeySelector) == 0x000700, "Wrong size on UInputKeySelector"); \ static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000108, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, TextStyle) == 0x000380, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x0005F0, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, Font) == 0x000610, "Member 'UInputKeySelector::Font' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, Margin) == 0x000668, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, ColorAndOpacity) == 0x000678, "Member 'UInputKeySelector::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x000688, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x0006A0, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x0006B8, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x0006B9, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x0006C0, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x0006D0, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x0006E0, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Int32Binding_GetValue \ static_assert(alignof(Int32Binding_GetValue) == 0x000004, "Wrong alignment on Int32Binding_GetValue"); \ static_assert(sizeof(Int32Binding_GetValue) == 0x000004, "Wrong size on Int32Binding_GetValue"); \ static_assert(offsetof(Int32Binding_GetValue, ReturnValue) == 0x000000, "Member 'Int32Binding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInt32Binding \ static_assert(alignof(UInt32Binding) == 0x000008, "Wrong alignment on UInt32Binding"); \ static_assert(sizeof(UInt32Binding) == 0x000060, "Wrong size on UInt32Binding"); \ #define DUMPER7_ASSERTS_InvalidationBox_SetCanCache \ static_assert(alignof(InvalidationBox_SetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_SetCanCache"); \ static_assert(sizeof(InvalidationBox_SetCanCache) == 0x000001, "Wrong size on InvalidationBox_SetCanCache"); \ static_assert(offsetof(InvalidationBox_SetCanCache, CanCache) == 0x000000, "Member 'InvalidationBox_SetCanCache::CanCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InvalidationBox_GetCanCache \ static_assert(alignof(InvalidationBox_GetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_GetCanCache"); \ static_assert(sizeof(InvalidationBox_GetCanCache) == 0x000001, "Wrong size on InvalidationBox_GetCanCache"); \ static_assert(offsetof(InvalidationBox_GetCanCache, ReturnValue) == 0x000000, "Member 'InvalidationBox_GetCanCache::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInvalidationBox \ static_assert(alignof(UInvalidationBox) == 0x000008, "Wrong alignment on UInvalidationBox"); \ static_assert(sizeof(UInvalidationBox) == 0x000138, "Wrong size on UInvalidationBox"); \ static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000120, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ static_assert(offsetof(UInvalidationBox, CacheRelativeTransforms) == 0x000121, "Member 'UInvalidationBox::CacheRelativeTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntry_BP_OnItemExpansionChanged \ static_assert(alignof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemExpansionChanged"); \ static_assert(sizeof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemExpansionChanged"); \ static_assert(offsetof(UserListEntry_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UserListEntry_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntry_BP_OnItemSelectionChanged \ static_assert(alignof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemSelectionChanged"); \ static_assert(sizeof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemSelectionChanged"); \ static_assert(offsetof(UserListEntry_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UserListEntry_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUserListEntry \ static_assert(alignof(IUserListEntry) == 0x000001, "Wrong alignment on IUserListEntry"); \ static_assert(sizeof(IUserListEntry) == 0x000001, "Wrong size on IUserListEntry"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserListEntryLibrary \ static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ static_assert(sizeof(UUserListEntryLibrary) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ #define DUMPER7_ASSERTS_UserObjectListEntry_OnListItemObjectSet \ static_assert(alignof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong alignment on UserObjectListEntry_OnListItemObjectSet"); \ static_assert(sizeof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong size on UserObjectListEntry_OnListItemObjectSet"); \ static_assert(offsetof(UserObjectListEntry_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'UserObjectListEntry_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUserObjectListEntry \ static_assert(alignof(IUserObjectListEntry) == 0x000001, "Wrong alignment on IUserObjectListEntry"); \ static_assert(sizeof(IUserObjectListEntry) == 0x000001, "Wrong size on IUserObjectListEntry"); \ #define DUMPER7_ASSERTS_UserObjectListEntryLibrary_GetListItemObject \ static_assert(alignof(UserObjectListEntryLibrary_GetListItemObject) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(sizeof(UserObjectListEntryLibrary_GetListItemObject) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemObject::UserObjectListEntry' has a wrong offset!"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserObjectListEntryLibrary \ static_assert(alignof(UUserObjectListEntryLibrary) == 0x000008, "Wrong alignment on UUserObjectListEntryLibrary"); \ static_assert(sizeof(UUserObjectListEntryLibrary) == 0x000028, "Wrong size on UUserObjectListEntryLibrary"); \ #define DUMPER7_ASSERTS_ListViewBase_SetScrollbarVisibility \ static_assert(alignof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ListViewBase_SetScrollbarVisibility"); \ static_assert(sizeof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong size on ListViewBase_SetScrollbarVisibility"); \ static_assert(offsetof(ListViewBase_SetScrollbarVisibility, InVisibility) == 0x000000, "Member 'ListViewBase_SetScrollbarVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetScrollOffset \ static_assert(alignof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_SetScrollOffset"); \ static_assert(sizeof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong size on ListViewBase_SetScrollOffset"); \ static_assert(offsetof(ListViewBase_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'ListViewBase_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetWheelScrollMultiplier \ static_assert(alignof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(sizeof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(offsetof(ListViewBase_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ListViewBase_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_GetDisplayedEntryWidgets \ static_assert(alignof(ListViewBase_GetDisplayedEntryWidgets) == 0x000008, "Wrong alignment on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(sizeof(ListViewBase_GetDisplayedEntryWidgets) == 0x000010, "Wrong size on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(offsetof(ListViewBase_GetDisplayedEntryWidgets, ReturnValue) == 0x000000, "Member 'ListViewBase_GetDisplayedEntryWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListViewBase \ static_assert(alignof(UListViewBase) == 0x000008, "Wrong alignment on UListViewBase"); \ static_assert(sizeof(UListViewBase) == 0x000218, "Wrong size on UListViewBase"); \ static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000108, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x000110, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x000114, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x000115, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x000118, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000120, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000130, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000140, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_AddItem \ static_assert(alignof(ListView_AddItem) == 0x000008, "Wrong alignment on ListView_AddItem"); \ static_assert(sizeof(ListView_AddItem) == 0x000008, "Wrong size on ListView_AddItem"); \ static_assert(offsetof(ListView_AddItem, Item) == 0x000000, "Member 'ListView_AddItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_NavigateToItem \ static_assert(alignof(ListView_BP_NavigateToItem) == 0x000008, "Wrong alignment on ListView_BP_NavigateToItem"); \ static_assert(sizeof(ListView_BP_NavigateToItem) == 0x000008, "Wrong size on ListView_BP_NavigateToItem"); \ static_assert(offsetof(ListView_BP_NavigateToItem, Item) == 0x000000, "Member 'ListView_BP_NavigateToItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_ScrollItemIntoView \ static_assert(alignof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong alignment on ListView_BP_ScrollItemIntoView"); \ static_assert(sizeof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong size on ListView_BP_ScrollItemIntoView"); \ static_assert(offsetof(ListView_BP_ScrollItemIntoView, Item) == 0x000000, "Member 'ListView_BP_ScrollItemIntoView::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetItemSelection \ static_assert(alignof(ListView_BP_SetItemSelection) == 0x000008, "Wrong alignment on ListView_BP_SetItemSelection"); \ static_assert(sizeof(ListView_BP_SetItemSelection) == 0x000010, "Wrong size on ListView_BP_SetItemSelection"); \ static_assert(offsetof(ListView_BP_SetItemSelection, Item) == 0x000000, "Member 'ListView_BP_SetItemSelection::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_SetItemSelection, bSelected) == 0x000008, "Member 'ListView_BP_SetItemSelection::bSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetListItems \ static_assert(alignof(ListView_BP_SetListItems) == 0x000008, "Wrong alignment on ListView_BP_SetListItems"); \ static_assert(sizeof(ListView_BP_SetListItems) == 0x000010, "Wrong size on ListView_BP_SetListItems"); \ static_assert(offsetof(ListView_BP_SetListItems, InListItems) == 0x000000, "Member 'ListView_BP_SetListItems::InListItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetSelectedItem \ static_assert(alignof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_SetSelectedItem"); \ static_assert(sizeof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong size on ListView_BP_SetSelectedItem"); \ static_assert(offsetof(ListView_BP_SetSelectedItem, Item) == 0x000000, "Member 'ListView_BP_SetSelectedItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_NavigateToIndex \ static_assert(alignof(ListView_NavigateToIndex) == 0x000004, "Wrong alignment on ListView_NavigateToIndex"); \ static_assert(sizeof(ListView_NavigateToIndex) == 0x000004, "Wrong size on ListView_NavigateToIndex"); \ static_assert(offsetof(ListView_NavigateToIndex, Index_0) == 0x000000, "Member 'ListView_NavigateToIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_RemoveItem \ static_assert(alignof(ListView_RemoveItem) == 0x000008, "Wrong alignment on ListView_RemoveItem"); \ static_assert(sizeof(ListView_RemoveItem) == 0x000008, "Wrong size on ListView_RemoveItem"); \ static_assert(offsetof(ListView_RemoveItem, Item) == 0x000000, "Member 'ListView_RemoveItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_ScrollIndexIntoView \ static_assert(alignof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong alignment on ListView_ScrollIndexIntoView"); \ static_assert(sizeof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong size on ListView_ScrollIndexIntoView"); \ static_assert(offsetof(ListView_ScrollIndexIntoView, Index_0) == 0x000000, "Member 'ListView_ScrollIndexIntoView::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectedIndex \ static_assert(alignof(ListView_SetSelectedIndex) == 0x000004, "Wrong alignment on ListView_SetSelectedIndex"); \ static_assert(sizeof(ListView_SetSelectedIndex) == 0x000004, "Wrong size on ListView_SetSelectedIndex"); \ static_assert(offsetof(ListView_SetSelectedIndex, Index_0) == 0x000000, "Member 'ListView_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectionMode \ static_assert(alignof(ListView_SetSelectionMode) == 0x000001, "Wrong alignment on ListView_SetSelectionMode"); \ static_assert(sizeof(ListView_SetSelectionMode) == 0x000001, "Wrong size on ListView_SetSelectionMode"); \ static_assert(offsetof(ListView_SetSelectionMode, SelectionMode_0) == 0x000000, "Member 'ListView_SetSelectionMode::SelectionMode_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetNumItemsSelected \ static_assert(alignof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong alignment on ListView_BP_GetNumItemsSelected"); \ static_assert(sizeof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong size on ListView_BP_GetNumItemsSelected"); \ static_assert(offsetof(ListView_BP_GetNumItemsSelected, ReturnValue) == 0x000000, "Member 'ListView_BP_GetNumItemsSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItem \ static_assert(alignof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItem"); \ static_assert(sizeof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong size on ListView_BP_GetSelectedItem"); \ static_assert(offsetof(ListView_BP_GetSelectedItem, ReturnValue) == 0x000000, "Member 'ListView_BP_GetSelectedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItems \ static_assert(alignof(ListView_BP_GetSelectedItems) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItems"); \ static_assert(sizeof(ListView_BP_GetSelectedItems) == 0x000018, "Wrong size on ListView_BP_GetSelectedItems"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, Items) == 0x000000, "Member 'ListView_BP_GetSelectedItems::Items' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, ReturnValue) == 0x000010, "Member 'ListView_BP_GetSelectedItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_IsItemVisible \ static_assert(alignof(ListView_BP_IsItemVisible) == 0x000008, "Wrong alignment on ListView_BP_IsItemVisible"); \ static_assert(sizeof(ListView_BP_IsItemVisible) == 0x000010, "Wrong size on ListView_BP_IsItemVisible"); \ static_assert(offsetof(ListView_BP_IsItemVisible, Item) == 0x000000, "Member 'ListView_BP_IsItemVisible::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_IsItemVisible, ReturnValue) == 0x000008, "Member 'ListView_BP_IsItemVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetIndexForItem \ static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetItemAt \ static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetListItems \ static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetNumItems \ static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_IsRefreshPending \ static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListView \ static_assert(alignof(UListView) == 0x000008, "Wrong alignment on UListView"); \ static_assert(sizeof(UListView) == 0x000368, "Wrong size on UListView"); \ static_assert(offsetof(UListView, Orientation) == 0x0002D8, "Member 'UListView::Orientation' has a wrong offset!"); \ static_assert(offsetof(UListView, SelectionMode) == 0x0002D9, "Member 'UListView::SelectionMode' has a wrong offset!"); \ static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x0002DA, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x0002DB, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ static_assert(offsetof(UListView, bIsFocusable) == 0x0002DC, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ static_assert(offsetof(UListView, EntrySpacing) == 0x0002E0, "Member 'UListView::EntrySpacing' has a wrong offset!"); \ static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x0002E4, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ static_assert(offsetof(UListView, ListItems) == 0x0002E8, "Member 'UListView::ListItems' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000308, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000318, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000328, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000338, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000348, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000358, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ #define DUMPER7_ASSERTS_MenuAnchor_FitInWindow \ static_assert(alignof(MenuAnchor_FitInWindow) == 0x000001, "Wrong alignment on MenuAnchor_FitInWindow"); \ static_assert(sizeof(MenuAnchor_FitInWindow) == 0x000001, "Wrong size on MenuAnchor_FitInWindow"); \ static_assert(offsetof(MenuAnchor_FitInWindow, bFit) == 0x000000, "Member 'MenuAnchor_FitInWindow::bFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_Open \ static_assert(alignof(MenuAnchor_Open) == 0x000001, "Wrong alignment on MenuAnchor_Open"); \ static_assert(sizeof(MenuAnchor_Open) == 0x000001, "Wrong size on MenuAnchor_Open"); \ static_assert(offsetof(MenuAnchor_Open, bFocusMenu) == 0x000000, "Member 'MenuAnchor_Open::bFocusMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_SetPlacement \ static_assert(alignof(MenuAnchor_SetPlacement) == 0x000001, "Wrong alignment on MenuAnchor_SetPlacement"); \ static_assert(sizeof(MenuAnchor_SetPlacement) == 0x000001, "Wrong size on MenuAnchor_SetPlacement"); \ static_assert(offsetof(MenuAnchor_SetPlacement, InPlacement) == 0x000000, "Member 'MenuAnchor_SetPlacement::InPlacement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_ToggleOpen \ static_assert(alignof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong alignment on MenuAnchor_ToggleOpen"); \ static_assert(sizeof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong size on MenuAnchor_ToggleOpen"); \ static_assert(offsetof(MenuAnchor_ToggleOpen, bFocusOnOpen) == 0x000000, "Member 'MenuAnchor_ToggleOpen::bFocusOnOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_GetMenuPosition \ static_assert(alignof(MenuAnchor_GetMenuPosition) == 0x000004, "Wrong alignment on MenuAnchor_GetMenuPosition"); \ static_assert(sizeof(MenuAnchor_GetMenuPosition) == 0x000008, "Wrong size on MenuAnchor_GetMenuPosition"); \ static_assert(offsetof(MenuAnchor_GetMenuPosition, ReturnValue) == 0x000000, "Member 'MenuAnchor_GetMenuPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_HasOpenSubMenus \ static_assert(alignof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong alignment on MenuAnchor_HasOpenSubMenus"); \ static_assert(sizeof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong size on MenuAnchor_HasOpenSubMenus"); \ static_assert(offsetof(MenuAnchor_HasOpenSubMenus, ReturnValue) == 0x000000, "Member 'MenuAnchor_HasOpenSubMenus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_IsOpen \ static_assert(alignof(MenuAnchor_IsOpen) == 0x000001, "Wrong alignment on MenuAnchor_IsOpen"); \ static_assert(sizeof(MenuAnchor_IsOpen) == 0x000001, "Wrong size on MenuAnchor_IsOpen"); \ static_assert(offsetof(MenuAnchor_IsOpen, ReturnValue) == 0x000000, "Member 'MenuAnchor_IsOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuAnchor_ShouldOpenDueToClick \ static_assert(alignof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong alignment on MenuAnchor_ShouldOpenDueToClick"); \ static_assert(sizeof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong size on MenuAnchor_ShouldOpenDueToClick"); \ static_assert(offsetof(MenuAnchor_ShouldOpenDueToClick, ReturnValue) == 0x000000, "Member 'MenuAnchor_ShouldOpenDueToClick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMenuAnchor \ static_assert(alignof(UMenuAnchor) == 0x000008, "Wrong alignment on UMenuAnchor"); \ static_assert(sizeof(UMenuAnchor) == 0x000170, "Wrong size on UMenuAnchor"); \ static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000120, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000128, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x000138, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, Placement) == 0x000148, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x000149, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x00014A, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x00014B, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x000150, "Member 'UMenuAnchor::OnMenuOpenChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MouseCursorBinding_GetValue \ static_assert(alignof(MouseCursorBinding_GetValue) == 0x000001, "Wrong alignment on MouseCursorBinding_GetValue"); \ static_assert(sizeof(MouseCursorBinding_GetValue) == 0x000001, "Wrong size on MouseCursorBinding_GetValue"); \ static_assert(offsetof(MouseCursorBinding_GetValue, ReturnValue) == 0x000000, "Member 'MouseCursorBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMouseCursorBinding \ static_assert(alignof(UMouseCursorBinding) == 0x000008, "Wrong alignment on UMouseCursorBinding"); \ static_assert(sizeof(UMouseCursorBinding) == 0x000060, "Wrong size on UMouseCursorBinding"); \ #define DUMPER7_ASSERTS_UMovieScene2DTransformTrack \ static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ static_assert(sizeof(UMovieScene2DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene2DTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneMarginPropertySystem \ static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneMarginSection \ static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ static_assert(sizeof(UMovieSceneMarginSection) == 0x000370, "Wrong size on UMovieSceneMarginSection"); \ static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F0, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000190, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000230, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x0002D0, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000C0, "Wrong size on UMovieSceneMarginTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000C0, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000A8, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000B8, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetError"); \ static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetHintText \ static_assert(alignof(MultiLineEditableTextBox_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetHintText"); \ static_assert(sizeof(MultiLineEditableTextBox_SetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetText"); \ static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000270, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetText"); \ static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ static_assert(alignof(UMultiLineEditableTextBox) == 0x000008, "Wrong alignment on UMultiLineEditableTextBox"); \ static_assert(sizeof(UMultiLineEditableTextBox) == 0x000C98, "Wrong size on UMultiLineEditableTextBox"); \ static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000128, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x000140, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, TextStyle) == 0x000960, "Member 'UMultiLineEditableTextBox::TextStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x000BD0, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x000BD1, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x000BD2, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x000BD3, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, Style) == 0x000BD8, "Member 'UMultiLineEditableTextBox::Style' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, Font) == 0x000BE0, "Member 'UMultiLineEditableTextBox::Font' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, ForegroundColor) == 0x000C38, "Member 'UMultiLineEditableTextBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, BackgroundColor) == 0x000C48, "Member 'UMultiLineEditableTextBox::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, ReadOnlyForegroundColor) == 0x000C58, "Member 'UMultiLineEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x000C68, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x000C78, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedSlot \ static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ static_assert(sizeof(UNamedSlot) == 0x000130, "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) == 0x000118, "Wrong size on UNativeWidgetHost"); \ #define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ static_assert(offsetof(Overlay_AddChildToOverlay, Content) == 0x000000, "Member 'Overlay_AddChildToOverlay::Content' has a wrong offset!"); \ static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlay \ static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ static_assert(sizeof(UOverlay) == 0x000130, "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_ProgressBar_SetFillColorAndOpacity \ static_assert(alignof(ProgressBar_SetFillColorAndOpacity) == 0x000004, "Wrong alignment on ProgressBar_SetFillColorAndOpacity"); \ static_assert(sizeof(ProgressBar_SetFillColorAndOpacity) == 0x000010, "Wrong size on ProgressBar_SetFillColorAndOpacity"); \ static_assert(offsetof(ProgressBar_SetFillColorAndOpacity, InColor) == 0x000000, "Member 'ProgressBar_SetFillColorAndOpacity::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBar_SetIsMarquee \ static_assert(alignof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong alignment on ProgressBar_SetIsMarquee"); \ static_assert(sizeof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong size on ProgressBar_SetIsMarquee"); \ static_assert(offsetof(ProgressBar_SetIsMarquee, InbIsMarquee) == 0x000000, "Member 'ProgressBar_SetIsMarquee::InbIsMarquee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBar_SetPercent \ static_assert(alignof(ProgressBar_SetPercent) == 0x000004, "Wrong alignment on ProgressBar_SetPercent"); \ static_assert(sizeof(ProgressBar_SetPercent) == 0x000004, "Wrong size on ProgressBar_SetPercent"); \ static_assert(offsetof(ProgressBar_SetPercent, InPercent) == 0x000000, "Member 'ProgressBar_SetPercent::InPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressBar \ static_assert(alignof(UProgressBar) == 0x000008, "Wrong alignment on UProgressBar"); \ static_assert(sizeof(UProgressBar) == 0x000318, "Wrong size on UProgressBar"); \ static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000108, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, Style) == 0x0002A8, "Member 'UProgressBar::Style' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BackgroundImage) == 0x0002B0, "Member 'UProgressBar::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillImage) == 0x0002B8, "Member 'UProgressBar::FillImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, MarqueeImage) == 0x0002C0, "Member 'UProgressBar::MarqueeImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, Percent) == 0x0002C8, "Member 'UProgressBar::Percent' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BarFillType) == 0x0002CC, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, bIsMarquee) == 0x0002CD, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BorderPadding) == 0x0002D0, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, PercentDelegate) == 0x0002D8, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x0002E8, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x0002F8, "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) == 0x000150, "Wrong size on URetainerBox"); \ static_assert(offsetof(URetainerBox, bRetainRender) == 0x000120, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000121, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000122, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, Phase) == 0x000124, "Member 'URetainerBox::Phase' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, PhaseCount) == 0x000128, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, EffectMaterial) == 0x000130, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, TextureParameter) == 0x000138, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_GetDecoratorByClass \ static_assert(alignof(RichTextBlock_GetDecoratorByClass) == 0x000008, "Wrong alignment on RichTextBlock_GetDecoratorByClass"); \ static_assert(sizeof(RichTextBlock_GetDecoratorByClass) == 0x000010, "Wrong size on RichTextBlock_GetDecoratorByClass"); \ static_assert(offsetof(RichTextBlock_GetDecoratorByClass, DecoratorClass) == 0x000000, "Member 'RichTextBlock_GetDecoratorByClass::DecoratorClass' has a wrong offset!"); \ static_assert(offsetof(RichTextBlock_GetDecoratorByClass, ReturnValue) == 0x000008, "Member 'RichTextBlock_GetDecoratorByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetAutoWrapText \ static_assert(alignof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on RichTextBlock_SetAutoWrapText"); \ static_assert(sizeof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong size on RichTextBlock_SetAutoWrapText"); \ static_assert(offsetof(RichTextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'RichTextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000028, "Wrong size on RichTextBlock_SetDefaultColorAndOpacity"); \ static_assert(offsetof(RichTextBlock_SetDefaultColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultFont \ static_assert(alignof(RichTextBlock_SetDefaultFont) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultFont"); \ static_assert(sizeof(RichTextBlock_SetDefaultFont) == 0x000058, "Wrong size on RichTextBlock_SetDefaultFont"); \ static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000008, "Wrong size on RichTextBlock_SetDefaultShadowOffset"); \ static_assert(offsetof(RichTextBlock_SetDefaultShadowOffset, InShadowOffset) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowOffset::InShadowOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultStrikeBrush \ static_assert(alignof(RichTextBlock_SetDefaultStrikeBrush) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x000088, "Wrong size on RichTextBlock_SetDefaultStrikeBrush"); \ static_assert(offsetof(RichTextBlock_SetDefaultStrikeBrush, InStrikeBrush) == 0x000000, "Member 'RichTextBlock_SetDefaultStrikeBrush::InStrikeBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultTextStyle \ static_assert(alignof(RichTextBlock_SetDefaultTextStyle) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultTextStyle"); \ static_assert(sizeof(RichTextBlock_SetDefaultTextStyle) == 0x000270, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetText \ static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ static_assert(sizeof(RichTextBlock_SetText) == 0x000018, "Wrong size on RichTextBlock_SetText"); \ static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetTextStyleSet \ static_assert(alignof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_SetTextStyleSet"); \ static_assert(sizeof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_SetTextStyleSet"); \ static_assert(offsetof(RichTextBlock_SetTextStyleSet, NewTextStyleSet) == 0x000000, "Member 'RichTextBlock_SetTextStyleSet::NewTextStyleSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetTextTransformPolicy \ static_assert(alignof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextTransformPolicy"); \ static_assert(sizeof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextTransformPolicy"); \ static_assert(offsetof(RichTextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'RichTextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_GetText \ static_assert(alignof(RichTextBlock_GetText) == 0x000008, "Wrong alignment on RichTextBlock_GetText"); \ static_assert(sizeof(RichTextBlock_GetText) == 0x000018, "Wrong size on RichTextBlock_GetText"); \ static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URichTextBlock \ static_assert(alignof(URichTextBlock) == 0x000008, "Wrong alignment on URichTextBlock"); \ static_assert(sizeof(URichTextBlock) == 0x000678, "Wrong size on URichTextBlock"); \ static_assert(offsetof(URichTextBlock, Text) == 0x000128, "Member 'URichTextBlock::Text' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x000140, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x000148, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x000158, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x000160, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x0003D0, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x0003D4, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x0003D8, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000648, "Member 'URichTextBlock::InstanceDecorators' 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) == 0x000138, "Wrong size on USafeZone"); \ static_assert(offsetof(USafeZone, PadLeft) == 0x000120, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ static_assert(offsetof(USafeZone, PadRight) == 0x000121, "Member 'USafeZone::PadRight' has a wrong offset!"); \ static_assert(offsetof(USafeZone, PadTop) == 0x000122, "Member 'USafeZone::PadTop' has a wrong offset!"); \ static_assert(offsetof(USafeZone, PadBottom) == 0x000123, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USafeZoneSlot \ static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ static_assert(sizeof(USafeZoneSlot) == 0x000060, "Wrong size on USafeZoneSlot"); \ static_assert(offsetof(USafeZoneSlot, bIsTitleSafe) == 0x000038, "Member 'USafeZoneSlot::bIsTitleSafe' has a wrong offset!"); \ static_assert(offsetof(USafeZoneSlot, SafeAreaScale) == 0x00003C, "Member 'USafeZoneSlot::SafeAreaScale' has a wrong offset!"); \ static_assert(offsetof(USafeZoneSlot, HAlign) == 0x00004C, "Member 'USafeZoneSlot::HAlign' has a wrong offset!"); \ static_assert(offsetof(USafeZoneSlot, VAlign) == 0x00004D, "Member 'USafeZoneSlot::VAlign' has a wrong offset!"); \ static_assert(offsetof(USafeZoneSlot, Padding) == 0x000050, "Member 'USafeZoneSlot::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBox_SetIgnoreInheritedScale \ static_assert(alignof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on ScaleBox_SetIgnoreInheritedScale"); \ static_assert(sizeof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong size on ScaleBox_SetIgnoreInheritedScale"); \ static_assert(offsetof(ScaleBox_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'ScaleBox_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBox_SetStretch \ static_assert(alignof(ScaleBox_SetStretch) == 0x000001, "Wrong alignment on ScaleBox_SetStretch"); \ static_assert(sizeof(ScaleBox_SetStretch) == 0x000001, "Wrong size on ScaleBox_SetStretch"); \ static_assert(offsetof(ScaleBox_SetStretch, InStretch) == 0x000000, "Member 'ScaleBox_SetStretch::InStretch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBox_SetStretchDirection \ static_assert(alignof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong alignment on ScaleBox_SetStretchDirection"); \ static_assert(sizeof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong size on ScaleBox_SetStretchDirection"); \ static_assert(offsetof(ScaleBox_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'ScaleBox_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBox_SetUserSpecifiedScale \ static_assert(alignof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on ScaleBox_SetUserSpecifiedScale"); \ static_assert(sizeof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong size on ScaleBox_SetUserSpecifiedScale"); \ static_assert(offsetof(ScaleBox_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'ScaleBox_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScaleBox \ static_assert(alignof(UScaleBox) == 0x000008, "Wrong alignment on UScaleBox"); \ static_assert(sizeof(UScaleBox) == 0x000140, "Wrong size on UScaleBox"); \ static_assert(offsetof(UScaleBox, Stretch) == 0x000120, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ static_assert(offsetof(UScaleBox, StretchDirection) == 0x000121, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x000124, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000128, "Member 'UScaleBox::IgnoreInheritedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBoxSlot_SetHorizontalAlignment \ static_assert(alignof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(ScaleBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBoxSlot_SetPadding \ static_assert(alignof(ScaleBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScaleBoxSlot_SetPadding"); \ static_assert(sizeof(ScaleBoxSlot_SetPadding) == 0x000010, "Wrong size on ScaleBoxSlot_SetPadding"); \ static_assert(offsetof(ScaleBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScaleBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScaleBoxSlot_SetVerticalAlignment \ static_assert(alignof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(ScaleBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScaleBoxSlot \ static_assert(alignof(UScaleBoxSlot) == 0x000008, "Wrong alignment on UScaleBoxSlot"); \ static_assert(sizeof(UScaleBoxSlot) == 0x000060, "Wrong size on UScaleBoxSlot"); \ static_assert(offsetof(UScaleBoxSlot, Padding) == 0x000038, "Member 'UScaleBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000049, "Member 'UScaleBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBar_SetState \ static_assert(alignof(ScrollBar_SetState) == 0x000004, "Wrong alignment on ScrollBar_SetState"); \ static_assert(sizeof(ScrollBar_SetState) == 0x000008, "Wrong size on ScrollBar_SetState"); \ static_assert(offsetof(ScrollBar_SetState, InOffsetFraction) == 0x000000, "Member 'ScrollBar_SetState::InOffsetFraction' has a wrong offset!"); \ static_assert(offsetof(ScrollBar_SetState, InThumbSizeFraction) == 0x000004, "Member 'ScrollBar_SetState::InThumbSizeFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBar \ static_assert(alignof(UScrollBar) == 0x000008, "Wrong alignment on UScrollBar"); \ static_assert(sizeof(UScrollBar) == 0x000610, "Wrong size on UScrollBar"); \ static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000108, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, Style) == 0x0005D8, "Member 'UScrollBar::Style' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x0005E0, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x0005E1, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, Orientation) == 0x0005E2, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, Thickness) == 0x0005E4, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ static_assert(offsetof(UScrollBar, Padding) == 0x0005EC, "Member 'UScrollBar::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_ScrollWidgetIntoView \ static_assert(alignof(ScrollBox_ScrollWidgetIntoView) == 0x000008, "Wrong alignment on ScrollBox_ScrollWidgetIntoView"); \ static_assert(sizeof(ScrollBox_ScrollWidgetIntoView) == 0x000010, "Wrong size on ScrollBox_ScrollWidgetIntoView"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, WidgetToFind) == 0x000000, "Member 'ScrollBox_ScrollWidgetIntoView::WidgetToFind' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, AnimateScroll) == 0x000008, "Member 'ScrollBox_ScrollWidgetIntoView::AnimateScroll' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, ScrollDestination) == 0x000009, "Member 'ScrollBox_ScrollWidgetIntoView::ScrollDestination' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, Padding) == 0x00000C, "Member 'ScrollBox_ScrollWidgetIntoView::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAllowOverscroll \ static_assert(alignof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong alignment on ScrollBox_SetAllowOverscroll"); \ static_assert(sizeof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong size on ScrollBox_SetAllowOverscroll"); \ static_assert(offsetof(ScrollBox_SetAllowOverscroll, NewAllowOverscroll) == 0x000000, "Member 'ScrollBox_SetAllowOverscroll::NewAllowOverscroll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAlwaysShowScrollbar \ static_assert(alignof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong alignment on ScrollBox_SetAlwaysShowScrollbar"); \ static_assert(sizeof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong size on ScrollBox_SetAlwaysShowScrollbar"); \ static_assert(offsetof(ScrollBox_SetAlwaysShowScrollbar, NewAlwaysShowScrollbar) == 0x000000, "Member 'ScrollBox_SetAlwaysShowScrollbar::NewAlwaysShowScrollbar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAnimateWheelScrolling \ static_assert(alignof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong alignment on ScrollBox_SetAnimateWheelScrolling"); \ static_assert(sizeof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong size on ScrollBox_SetAnimateWheelScrolling"); \ static_assert(offsetof(ScrollBox_SetAnimateWheelScrolling, bShouldAnimateWheelScrolling) == 0x000000, "Member 'ScrollBox_SetAnimateWheelScrolling::bShouldAnimateWheelScrolling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetConsumeMouseWheel \ static_assert(alignof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong alignment on ScrollBox_SetConsumeMouseWheel"); \ static_assert(sizeof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong size on ScrollBox_SetConsumeMouseWheel"); \ static_assert(offsetof(ScrollBox_SetConsumeMouseWheel, NewConsumeMouseWheel) == 0x000000, "Member 'ScrollBox_SetConsumeMouseWheel::NewConsumeMouseWheel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetOrientation \ static_assert(alignof(ScrollBox_SetOrientation) == 0x000001, "Wrong alignment on ScrollBox_SetOrientation"); \ static_assert(sizeof(ScrollBox_SetOrientation) == 0x000001, "Wrong size on ScrollBox_SetOrientation"); \ static_assert(offsetof(ScrollBox_SetOrientation, NewOrientation) == 0x000000, "Member 'ScrollBox_SetOrientation::NewOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollbarPadding \ static_assert(alignof(ScrollBox_SetScrollbarPadding) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarPadding"); \ static_assert(sizeof(ScrollBox_SetScrollbarPadding) == 0x000010, "Wrong size on ScrollBox_SetScrollbarPadding"); \ static_assert(offsetof(ScrollBox_SetScrollbarPadding, NewScrollbarPadding) == 0x000000, "Member 'ScrollBox_SetScrollbarPadding::NewScrollbarPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollbarThickness \ static_assert(alignof(ScrollBox_SetScrollbarThickness) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarThickness"); \ static_assert(sizeof(ScrollBox_SetScrollbarThickness) == 0x000008, "Wrong size on ScrollBox_SetScrollbarThickness"); \ static_assert(offsetof(ScrollBox_SetScrollbarThickness, NewScrollbarThickness) == 0x000000, "Member 'ScrollBox_SetScrollbarThickness::NewScrollbarThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollbarVisibility \ static_assert(alignof(ScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ScrollBox_SetScrollbarVisibility"); \ static_assert(sizeof(ScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong size on ScrollBox_SetScrollbarVisibility"); \ static_assert(offsetof(ScrollBox_SetScrollbarVisibility, NewScrollBarVisibility) == 0x000000, "Member 'ScrollBox_SetScrollbarVisibility::NewScrollBarVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollOffset \ static_assert(alignof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_SetScrollOffset"); \ static_assert(sizeof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong size on ScrollBox_SetScrollOffset"); \ static_assert(offsetof(ScrollBox_SetScrollOffset, NewScrollOffset) == 0x000000, "Member 'ScrollBox_SetScrollOffset::NewScrollOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollWhenFocusChanges \ static_assert(alignof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong alignment on ScrollBox_SetScrollWhenFocusChanges"); \ static_assert(sizeof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong size on ScrollBox_SetScrollWhenFocusChanges"); \ static_assert(offsetof(ScrollBox_SetScrollWhenFocusChanges, NewScrollWhenFocusChanges) == 0x000000, "Member 'ScrollBox_SetScrollWhenFocusChanges::NewScrollWhenFocusChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetWheelScrollMultiplier \ static_assert(alignof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ScrollBox_SetWheelScrollMultiplier"); \ static_assert(sizeof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ScrollBox_SetWheelScrollMultiplier"); \ static_assert(offsetof(ScrollBox_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ScrollBox_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetScrollOffset \ static_assert(alignof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffset"); \ static_assert(sizeof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong size on ScrollBox_GetScrollOffset"); \ static_assert(offsetof(ScrollBox_GetScrollOffset, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetScrollOffsetOfEnd \ static_assert(alignof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffsetOfEnd"); \ static_assert(sizeof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong size on ScrollBox_GetScrollOffsetOfEnd"); \ static_assert(offsetof(ScrollBox_GetScrollOffsetOfEnd, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffsetOfEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetViewOffsetFraction \ static_assert(alignof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewOffsetFraction"); \ static_assert(sizeof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong size on ScrollBox_GetViewOffsetFraction"); \ static_assert(offsetof(ScrollBox_GetViewOffsetFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewOffsetFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBox \ static_assert(alignof(UScrollBox) == 0x000008, "Wrong alignment on UScrollBox"); \ static_assert(sizeof(UScrollBox) == 0x000880, "Wrong size on UScrollBox"); \ static_assert(offsetof(UScrollBox, WidgetStyle) == 0x000120, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x000348, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, Style) == 0x000818, "Member 'UScrollBox::Style' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, BarStyle) == 0x000820, "Member 'UScrollBox::BarStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, Orientation) == 0x000828, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x000829, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x00082A, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x00082C, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollbarPadding) == 0x000834, "Member 'UScrollBox::ScrollbarPadding' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x000844, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x000845, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x000846, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x000847, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, NavigationDestination) == 0x000848, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x00084C, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x000850, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x000851, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x000854, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000858, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBoxSlot_SetHorizontalAlignment \ static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBoxSlot \ static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ static_assert(sizeof(UScrollBoxSlot) == 0x000058, "Wrong size on UScrollBoxSlot"); \ static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000038, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000049, "Member 'UScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetHeightOverride \ static_assert(alignof(SizeBox_SetHeightOverride) == 0x000004, "Wrong alignment on SizeBox_SetHeightOverride"); \ static_assert(sizeof(SizeBox_SetHeightOverride) == 0x000004, "Wrong size on SizeBox_SetHeightOverride"); \ static_assert(offsetof(SizeBox_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'SizeBox_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxAspectRatio \ static_assert(alignof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMaxAspectRatio"); \ static_assert(sizeof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMaxAspectRatio"); \ static_assert(offsetof(SizeBox_SetMaxAspectRatio, InMaxAspectRatio) == 0x000000, "Member 'SizeBox_SetMaxAspectRatio::InMaxAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredHeight \ static_assert(alignof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredHeight"); \ static_assert(sizeof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredHeight"); \ static_assert(offsetof(SizeBox_SetMaxDesiredHeight, InMaxDesiredHeight) == 0x000000, "Member 'SizeBox_SetMaxDesiredHeight::InMaxDesiredHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredWidth \ static_assert(alignof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredWidth"); \ static_assert(sizeof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredWidth"); \ static_assert(offsetof(SizeBox_SetMaxDesiredWidth, InMaxDesiredWidth) == 0x000000, "Member 'SizeBox_SetMaxDesiredWidth::InMaxDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinAspectRatio \ static_assert(alignof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMinAspectRatio"); \ static_assert(sizeof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMinAspectRatio"); \ static_assert(offsetof(SizeBox_SetMinAspectRatio, InMinAspectRatio) == 0x000000, "Member 'SizeBox_SetMinAspectRatio::InMinAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinDesiredHeight \ static_assert(alignof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredHeight"); \ static_assert(sizeof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMinDesiredHeight"); \ static_assert(offsetof(SizeBox_SetMinDesiredHeight, InMinDesiredHeight) == 0x000000, "Member 'SizeBox_SetMinDesiredHeight::InMinDesiredHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinDesiredWidth \ static_assert(alignof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredWidth"); \ static_assert(sizeof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMinDesiredWidth"); \ static_assert(offsetof(SizeBox_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'SizeBox_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetWidthOverride \ static_assert(alignof(SizeBox_SetWidthOverride) == 0x000004, "Wrong alignment on SizeBox_SetWidthOverride"); \ static_assert(sizeof(SizeBox_SetWidthOverride) == 0x000004, "Wrong size on SizeBox_SetWidthOverride"); \ static_assert(offsetof(SizeBox_SetWidthOverride, InWidthOverride) == 0x000000, "Member 'SizeBox_SetWidthOverride::InWidthOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USizeBox \ static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ static_assert(sizeof(USizeBox) == 0x000158, "Wrong size on USizeBox"); \ static_assert(offsetof(USizeBox, WidthOverride) == 0x000130, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, HeightOverride) == 0x000134, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000138, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x00013C, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000140, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x000144, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000148, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x00014C, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetHorizontalAlignment \ static_assert(alignof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(SizeBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetPadding \ static_assert(alignof(SizeBoxSlot_SetPadding) == 0x000004, "Wrong alignment on SizeBoxSlot_SetPadding"); \ static_assert(sizeof(SizeBoxSlot_SetPadding) == 0x000010, "Wrong size on SizeBoxSlot_SetPadding"); \ static_assert(offsetof(SizeBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'SizeBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetVerticalAlignment \ static_assert(alignof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(SizeBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USizeBoxSlot \ static_assert(alignof(USizeBoxSlot) == 0x000008, "Wrong alignment on USizeBoxSlot"); \ static_assert(sizeof(USizeBoxSlot) == 0x000060, "Wrong size on USizeBoxSlot"); \ static_assert(offsetof(USizeBoxSlot, Padding) == 0x000038, "Member 'USizeBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(USizeBoxSlot, HorizontalAlignment) == 0x000058, "Member 'USizeBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(USizeBoxSlot, VerticalAlignment) == 0x000059, "Member 'USizeBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_AbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToViewport \ static_assert(alignof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000020, "Wrong size on SlateBlueprintLibrary_AbsoluteToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, AbsoluteDesktopCoordinate) == 0x000008, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::AbsoluteDesktopCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, PixelPosition) == 0x000010, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000118, "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) == 0x000088, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x000110, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetAbsoluteSize"); \ static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalSize \ static_assert(alignof(SlateBlueprintLibrary_GetLocalSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalSize"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalSize::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalTopLeft \ static_assert(alignof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalTopLeft"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_IsUnderLocation \ static_assert(alignof(SlateBlueprintLibrary_IsUnderLocation) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000044, "Wrong size on SlateBlueprintLibrary_IsUnderLocation"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_IsUnderLocation::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_LocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, LocalCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToViewport \ static_assert(alignof(SlateBlueprintLibrary_LocalToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_LocalToViewport) == 0x000058, "Wrong size on SlateBlueprintLibrary_LocalToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_LocalToViewport::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, LocalCoordinate) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToViewport \ static_assert(alignof(SlateBlueprintLibrary_ScreenToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToViewport) == 0x000018, "Wrong size on SlateBlueprintLibrary_ScreenToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToViewport::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ViewportPosition) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetAbsolute \ static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000020, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetLocal \ static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, ScreenPosition) == 0x000040, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000048, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorAbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateBlueprintLibrary \ static_assert(alignof(USlateBlueprintLibrary) == 0x000008, "Wrong alignment on USlateBlueprintLibrary"); \ static_assert(sizeof(USlateBlueprintLibrary) == 0x000028, "Wrong size on USlateBlueprintLibrary"); \ #define DUMPER7_ASSERTS_USlateVectorArtData \ static_assert(alignof(USlateVectorArtData) == 0x000008, "Wrong alignment on USlateVectorArtData"); \ static_assert(sizeof(USlateVectorArtData) == 0x000060, "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) == 0x000058, "Member 'USlateVectorArtData::ExtentMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ static_assert(sizeof(USlateAccessibleWidgetData) == 0x000080, "Wrong size on USlateAccessibleWidgetData"); \ static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000028, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000029, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x00002A, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000030, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000048, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000058, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000070, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetIndentHandle \ static_assert(alignof(Slider_SetIndentHandle) == 0x000001, "Wrong alignment on Slider_SetIndentHandle"); \ static_assert(sizeof(Slider_SetIndentHandle) == 0x000001, "Wrong size on Slider_SetIndentHandle"); \ static_assert(offsetof(Slider_SetIndentHandle, InValue) == 0x000000, "Member 'Slider_SetIndentHandle::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetLocked \ static_assert(alignof(Slider_SetLocked) == 0x000001, "Wrong alignment on Slider_SetLocked"); \ static_assert(sizeof(Slider_SetLocked) == 0x000001, "Wrong size on Slider_SetLocked"); \ static_assert(offsetof(Slider_SetLocked, InValue) == 0x000000, "Member 'Slider_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetMaxValue \ static_assert(alignof(Slider_SetMaxValue) == 0x000004, "Wrong alignment on Slider_SetMaxValue"); \ static_assert(sizeof(Slider_SetMaxValue) == 0x000004, "Wrong size on Slider_SetMaxValue"); \ static_assert(offsetof(Slider_SetMaxValue, InValue) == 0x000000, "Member 'Slider_SetMaxValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetMinValue \ static_assert(alignof(Slider_SetMinValue) == 0x000004, "Wrong alignment on Slider_SetMinValue"); \ static_assert(sizeof(Slider_SetMinValue) == 0x000004, "Wrong size on Slider_SetMinValue"); \ static_assert(offsetof(Slider_SetMinValue, InValue) == 0x000000, "Member 'Slider_SetMinValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetSliderBarColor \ static_assert(alignof(Slider_SetSliderBarColor) == 0x000004, "Wrong alignment on Slider_SetSliderBarColor"); \ static_assert(sizeof(Slider_SetSliderBarColor) == 0x000010, "Wrong size on Slider_SetSliderBarColor"); \ static_assert(offsetof(Slider_SetSliderBarColor, InValue) == 0x000000, "Member 'Slider_SetSliderBarColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetSliderHandleColor \ static_assert(alignof(Slider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Slider_SetSliderHandleColor"); \ static_assert(sizeof(Slider_SetSliderHandleColor) == 0x000010, "Wrong size on Slider_SetSliderHandleColor"); \ static_assert(offsetof(Slider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Slider_SetSliderHandleColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetStepSize \ static_assert(alignof(Slider_SetStepSize) == 0x000004, "Wrong alignment on Slider_SetStepSize"); \ static_assert(sizeof(Slider_SetStepSize) == 0x000004, "Wrong size on Slider_SetStepSize"); \ static_assert(offsetof(Slider_SetStepSize, InValue) == 0x000000, "Member 'Slider_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetValue \ static_assert(alignof(Slider_SetValue) == 0x000004, "Wrong alignment on Slider_SetValue"); \ static_assert(sizeof(Slider_SetValue) == 0x000004, "Wrong size on Slider_SetValue"); \ static_assert(offsetof(Slider_SetValue, InValue) == 0x000000, "Member 'Slider_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_GetNormalizedValue \ static_assert(alignof(Slider_GetNormalizedValue) == 0x000004, "Wrong alignment on Slider_GetNormalizedValue"); \ static_assert(sizeof(Slider_GetNormalizedValue) == 0x000004, "Wrong size on Slider_GetNormalizedValue"); \ static_assert(offsetof(Slider_GetNormalizedValue, ReturnValue) == 0x000000, "Member 'Slider_GetNormalizedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_GetValue \ static_assert(alignof(Slider_GetValue) == 0x000004, "Wrong alignment on Slider_GetValue"); \ static_assert(sizeof(Slider_GetValue) == 0x000004, "Wrong size on Slider_GetValue"); \ static_assert(offsetof(Slider_GetValue, ReturnValue) == 0x000000, "Member 'Slider_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlider \ static_assert(alignof(USlider) == 0x000008, "Wrong alignment on USlider"); \ static_assert(sizeof(USlider) == 0x0004F8, "Wrong size on USlider"); \ static_assert(offsetof(USlider, Value) == 0x000108, "Member 'USlider::Value' has a wrong offset!"); \ static_assert(offsetof(USlider, ValueDelegate) == 0x00010C, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(USlider, MinValue) == 0x00011C, "Member 'USlider::MinValue' has a wrong offset!"); \ static_assert(offsetof(USlider, MaxValue) == 0x000120, "Member 'USlider::MaxValue' has a wrong offset!"); \ static_assert(offsetof(USlider, WidgetStyle) == 0x000128, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USlider, Orientation) == 0x000468, "Member 'USlider::Orientation' has a wrong offset!"); \ static_assert(offsetof(USlider, SliderBarColor) == 0x00046C, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ static_assert(offsetof(USlider, SliderHandleColor) == 0x00047C, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ static_assert(offsetof(USlider, IndentHandle) == 0x00048C, "Member 'USlider::IndentHandle' has a wrong offset!"); \ static_assert(offsetof(USlider, Locked) == 0x00048D, "Member 'USlider::Locked' has a wrong offset!"); \ static_assert(offsetof(USlider, MouseUsesStep) == 0x00048E, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ static_assert(offsetof(USlider, RequiresControllerLock) == 0x00048F, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ static_assert(offsetof(USlider, StepSize) == 0x000490, "Member 'USlider::StepSize' has a wrong offset!"); \ static_assert(offsetof(USlider, IsFocusable) == 0x000494, "Member 'USlider::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x000498, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x0004A8, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x0004B8, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x0004C8, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USlider, OnValueChanged) == 0x0004D8, "Member 'USlider::OnValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spacer_SetSize \ static_assert(alignof(Spacer_SetSize) == 0x000004, "Wrong alignment on Spacer_SetSize"); \ static_assert(sizeof(Spacer_SetSize) == 0x000008, "Wrong size on Spacer_SetSize"); \ static_assert(offsetof(Spacer_SetSize, InSize) == 0x000000, "Member 'Spacer_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpacer \ static_assert(alignof(USpacer) == 0x000008, "Wrong alignment on USpacer"); \ static_assert(sizeof(USpacer) == 0x000120, "Wrong size on USpacer"); \ static_assert(offsetof(USpacer, Size) == 0x000108, "Member 'USpacer::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetAlwaysUsesDeltaSnap \ static_assert(alignof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_SetAlwaysUsesDeltaSnap"); \ static_assert(sizeof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_SetAlwaysUsesDeltaSnap"); \ static_assert(offsetof(SpinBox_SetAlwaysUsesDeltaSnap, bNewValue) == 0x000000, "Member 'SpinBox_SetAlwaysUsesDeltaSnap::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetDelta \ static_assert(alignof(SpinBox_SetDelta) == 0x000004, "Wrong alignment on SpinBox_SetDelta"); \ static_assert(sizeof(SpinBox_SetDelta) == 0x000004, "Wrong size on SpinBox_SetDelta"); \ static_assert(offsetof(SpinBox_SetDelta, NewValue) == 0x000000, "Member 'SpinBox_SetDelta::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetForegroundColor \ static_assert(alignof(SpinBox_SetForegroundColor) == 0x000008, "Wrong alignment on SpinBox_SetForegroundColor"); \ static_assert(sizeof(SpinBox_SetForegroundColor) == 0x000028, "Wrong size on SpinBox_SetForegroundColor"); \ static_assert(offsetof(SpinBox_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'SpinBox_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxFractionalDigits \ static_assert(alignof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMaxFractionalDigits"); \ static_assert(sizeof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMaxFractionalDigits"); \ static_assert(offsetof(SpinBox_SetMaxFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMaxFractionalDigits::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxSliderValue \ static_assert(alignof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxSliderValue"); \ static_assert(sizeof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_SetMaxSliderValue"); \ static_assert(offsetof(SpinBox_SetMaxSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxSliderValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxValue \ static_assert(alignof(SpinBox_SetMaxValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxValue"); \ static_assert(sizeof(SpinBox_SetMaxValue) == 0x000004, "Wrong size on SpinBox_SetMaxValue"); \ static_assert(offsetof(SpinBox_SetMaxValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinFractionalDigits \ static_assert(alignof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMinFractionalDigits"); \ static_assert(sizeof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMinFractionalDigits"); \ static_assert(offsetof(SpinBox_SetMinFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMinFractionalDigits::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinSliderValue \ static_assert(alignof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMinSliderValue"); \ static_assert(sizeof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong size on SpinBox_SetMinSliderValue"); \ static_assert(offsetof(SpinBox_SetMinSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinSliderValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinValue \ static_assert(alignof(SpinBox_SetMinValue) == 0x000004, "Wrong alignment on SpinBox_SetMinValue"); \ static_assert(sizeof(SpinBox_SetMinValue) == 0x000004, "Wrong size on SpinBox_SetMinValue"); \ static_assert(offsetof(SpinBox_SetMinValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetValue \ static_assert(alignof(SpinBox_SetValue) == 0x000004, "Wrong alignment on SpinBox_SetValue"); \ static_assert(sizeof(SpinBox_SetValue) == 0x000004, "Wrong size on SpinBox_SetValue"); \ static_assert(offsetof(SpinBox_SetValue, NewValue) == 0x000000, "Member 'SpinBox_SetValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetAlwaysUsesDeltaSnap \ static_assert(alignof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_GetAlwaysUsesDeltaSnap"); \ static_assert(sizeof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_GetAlwaysUsesDeltaSnap"); \ static_assert(offsetof(SpinBox_GetAlwaysUsesDeltaSnap, ReturnValue) == 0x000000, "Member 'SpinBox_GetAlwaysUsesDeltaSnap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetDelta \ static_assert(alignof(SpinBox_GetDelta) == 0x000004, "Wrong alignment on SpinBox_GetDelta"); \ static_assert(sizeof(SpinBox_GetDelta) == 0x000004, "Wrong size on SpinBox_GetDelta"); \ static_assert(offsetof(SpinBox_GetDelta, ReturnValue) == 0x000000, "Member 'SpinBox_GetDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxFractionalDigits \ static_assert(alignof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMaxFractionalDigits"); \ static_assert(sizeof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMaxFractionalDigits"); \ static_assert(offsetof(SpinBox_GetMaxFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxFractionalDigits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxSliderValue \ static_assert(alignof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxSliderValue"); \ static_assert(sizeof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_GetMaxSliderValue"); \ static_assert(offsetof(SpinBox_GetMaxSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxSliderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxValue \ static_assert(alignof(SpinBox_GetMaxValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxValue"); \ static_assert(sizeof(SpinBox_GetMaxValue) == 0x000004, "Wrong size on SpinBox_GetMaxValue"); \ static_assert(offsetof(SpinBox_GetMaxValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinFractionalDigits \ static_assert(alignof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMinFractionalDigits"); \ static_assert(sizeof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMinFractionalDigits"); \ static_assert(offsetof(SpinBox_GetMinFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinFractionalDigits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinSliderValue \ static_assert(alignof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMinSliderValue"); \ static_assert(sizeof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong size on SpinBox_GetMinSliderValue"); \ static_assert(offsetof(SpinBox_GetMinSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinSliderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinValue \ static_assert(alignof(SpinBox_GetMinValue) == 0x000004, "Wrong alignment on SpinBox_GetMinValue"); \ static_assert(sizeof(SpinBox_GetMinValue) == 0x000004, "Wrong size on SpinBox_GetMinValue"); \ static_assert(offsetof(SpinBox_GetMinValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetValue \ static_assert(alignof(SpinBox_GetValue) == 0x000004, "Wrong alignment on SpinBox_GetValue"); \ static_assert(sizeof(SpinBox_GetValue) == 0x000004, "Wrong size on SpinBox_GetValue"); \ static_assert(offsetof(SpinBox_GetValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpinBox \ static_assert(alignof(USpinBox) == 0x000008, "Wrong alignment on USpinBox"); \ static_assert(sizeof(USpinBox) == 0x000520, "Wrong size on USpinBox"); \ static_assert(offsetof(USpinBox, Value) == 0x000108, "Member 'USpinBox::Value' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ValueDelegate) == 0x00010C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(USpinBox, WidgetStyle) == 0x000120, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Style) == 0x000408, "Member 'USpinBox::Style' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000410, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x000414, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000418, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Delta) == 0x00041C, "Member 'USpinBox::Delta' has a wrong offset!"); \ static_assert(offsetof(USpinBox, SliderExponent) == 0x000420, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Font) == 0x000428, "Member 'USpinBox::Font' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Justification) == 0x000480, "Member 'USpinBox::Justification' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x000484, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000488, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000489, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ForegroundColor) == 0x000490, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnValueChanged) == 0x0004B8, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnValueCommitted) == 0x0004C8, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x0004D8, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x0004E8, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinValue) == 0x0004FC, "Member 'USpinBox::MinValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxValue) == 0x000500, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinSliderValue) == 0x000504, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000508, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBinding_GetStringValue \ static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBinding_GetTextValue \ static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ static_assert(sizeof(TextBinding_GetTextValue) == 0x000018, "Wrong size on TextBinding_GetTextValue"); \ static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextBinding \ static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ static_assert(sizeof(UTextBinding) == 0x000068, "Wrong size on UTextBinding"); \ #define DUMPER7_ASSERTS_TextBlock_GetDynamicFontMaterial \ static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000008, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000028, "Wrong size on TextBlock_SetColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetFont \ static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ static_assert(sizeof(TextBlock_SetFont) == 0x000058, "Wrong size on TextBlock_SetFont"); \ static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetOpacity \ static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ static_assert(alignof(TextBlock_SetShadowOffset) == 0x000004, "Wrong alignment on TextBlock_SetShadowOffset"); \ static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000008, "Wrong size on TextBlock_SetShadowOffset"); \ static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000008, "Wrong alignment on TextBlock_SetStrikeBrush"); \ static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x000088, "Wrong size on TextBlock_SetStrikeBrush"); \ static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetText \ static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ static_assert(sizeof(TextBlock_SetText) == 0x000018, "Wrong size on TextBlock_SetText"); \ static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_GetText \ static_assert(alignof(TextBlock_GetText) == 0x000008, "Wrong alignment on TextBlock_GetText"); \ static_assert(sizeof(TextBlock_GetText) == 0x000018, "Wrong size on TextBlock_GetText"); \ static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextBlock \ static_assert(alignof(UTextBlock) == 0x000008, "Wrong alignment on UTextBlock"); \ static_assert(sizeof(UTextBlock) == 0x0002A8, "Wrong size on UTextBlock"); \ static_assert(offsetof(UTextBlock, Text) == 0x000128, "Member 'UTextBlock::Text' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, TextDelegate) == 0x000140, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x000150, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x000178, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, Font) == 0x000188, "Member 'UTextBlock::Font' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, StrikeBrush) == 0x0001E0, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowOffset) == 0x000268, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000270, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000280, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x000290, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000294, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bAutoWrapText) == 0x000295, "Member 'UTextBlock::bAutoWrapText' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000296, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x000297, "Member 'UTextBlock::bSimpleTextMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetAnimateHorizontally \ static_assert(alignof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong alignment on Throbber_SetAnimateHorizontally"); \ static_assert(sizeof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong size on Throbber_SetAnimateHorizontally"); \ static_assert(offsetof(Throbber_SetAnimateHorizontally, bInAnimateHorizontally) == 0x000000, "Member 'Throbber_SetAnimateHorizontally::bInAnimateHorizontally' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetAnimateOpacity \ static_assert(alignof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong alignment on Throbber_SetAnimateOpacity"); \ static_assert(sizeof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong size on Throbber_SetAnimateOpacity"); \ static_assert(offsetof(Throbber_SetAnimateOpacity, bInAnimateOpacity) == 0x000000, "Member 'Throbber_SetAnimateOpacity::bInAnimateOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetAnimateVertically \ static_assert(alignof(Throbber_SetAnimateVertically) == 0x000001, "Wrong alignment on Throbber_SetAnimateVertically"); \ static_assert(sizeof(Throbber_SetAnimateVertically) == 0x000001, "Wrong size on Throbber_SetAnimateVertically"); \ static_assert(offsetof(Throbber_SetAnimateVertically, bInAnimateVertically) == 0x000000, "Member 'Throbber_SetAnimateVertically::bInAnimateVertically' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetNumberOfPieces \ static_assert(alignof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong alignment on Throbber_SetNumberOfPieces"); \ static_assert(sizeof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong size on Throbber_SetNumberOfPieces"); \ static_assert(offsetof(Throbber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'Throbber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UThrobber \ static_assert(alignof(UThrobber) == 0x000008, "Wrong alignment on UThrobber"); \ static_assert(sizeof(UThrobber) == 0x0001B0, "Wrong size on UThrobber"); \ static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000108, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00010C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00010D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00010E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ static_assert(offsetof(UThrobber, PieceImage) == 0x000110, "Member 'UThrobber::PieceImage' has a wrong offset!"); \ static_assert(offsetof(UThrobber, Image) == 0x000118, "Member 'UThrobber::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_SetEntryHeight \ static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_SetEntryWidth \ static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_GetEntryHeight \ static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_GetEntryWidth \ static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTileView \ static_assert(alignof(UTileView) == 0x000008, "Wrong alignment on UTileView"); \ static_assert(sizeof(UTileView) == 0x000388, "Wrong size on UTileView"); \ static_assert(offsetof(UTileView, EntryHeight) == 0x000368, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ static_assert(offsetof(UTileView, EntryWidth) == 0x00036C, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ static_assert(offsetof(UTileView, TileAlignment) == 0x000370, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000371, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TreeView_SetItemExpansion \ static_assert(alignof(TreeView_SetItemExpansion) == 0x000008, "Wrong alignment on TreeView_SetItemExpansion"); \ static_assert(sizeof(TreeView_SetItemExpansion) == 0x000010, "Wrong size on TreeView_SetItemExpansion"); \ static_assert(offsetof(TreeView_SetItemExpansion, Item) == 0x000000, "Member 'TreeView_SetItemExpansion::Item' has a wrong offset!"); \ static_assert(offsetof(TreeView_SetItemExpansion, bExpandItem) == 0x000008, "Member 'TreeView_SetItemExpansion::bExpandItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTreeView \ static_assert(alignof(UTreeView) == 0x000008, "Wrong alignment on UTreeView"); \ static_assert(sizeof(UTreeView) == 0x0003C0, "Wrong size on UTreeView"); \ static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000378, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000388, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_SetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_GetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequencePlayer \ static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ static_assert(sizeof(UUMGSequencePlayer) == 0x0003C8, "Wrong size on UUMGSequencePlayer"); \ static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000260, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000270, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequenceTickManager \ static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ static_assert(sizeof(UUMGSequenceTickManager) == 0x000120, "Wrong size on UUMGSequenceTickManager"); \ static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgets) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgets' has a wrong offset!"); \ static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000078, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, Content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::Content' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformGridPanel \ static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ static_assert(sizeof(UUniformGridPanel) == 0x000148, "Wrong size on UUniformGridPanel"); \ static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000120, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000130, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x000134, "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) == 0x000130, "Wrong size on UVerticalBox"); \ #define DUMPER7_ASSERTS_Viewport_SetViewLocation \ static_assert(alignof(Viewport_SetViewLocation) == 0x000004, "Wrong alignment on Viewport_SetViewLocation"); \ static_assert(sizeof(Viewport_SetViewLocation) == 0x00000C, "Wrong size on Viewport_SetViewLocation"); \ static_assert(offsetof(Viewport_SetViewLocation, Location) == 0x000000, "Member 'Viewport_SetViewLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_SetViewRotation \ static_assert(alignof(Viewport_SetViewRotation) == 0x000004, "Wrong alignment on Viewport_SetViewRotation"); \ static_assert(sizeof(Viewport_SetViewRotation) == 0x00000C, "Wrong size on Viewport_SetViewRotation"); \ static_assert(offsetof(Viewport_SetViewRotation, Rotation) == 0x000000, "Member 'Viewport_SetViewRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_Spawn \ static_assert(alignof(Viewport_Spawn) == 0x000008, "Wrong alignment on Viewport_Spawn"); \ static_assert(sizeof(Viewport_Spawn) == 0x000010, "Wrong size on Viewport_Spawn"); \ static_assert(offsetof(Viewport_Spawn, ActorClass) == 0x000000, "Member 'Viewport_Spawn::ActorClass' has a wrong offset!"); \ static_assert(offsetof(Viewport_Spawn, ReturnValue) == 0x000008, "Member 'Viewport_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_GetViewLocation \ static_assert(alignof(Viewport_GetViewLocation) == 0x000004, "Wrong alignment on Viewport_GetViewLocation"); \ static_assert(sizeof(Viewport_GetViewLocation) == 0x00000C, "Wrong size on Viewport_GetViewLocation"); \ static_assert(offsetof(Viewport_GetViewLocation, ReturnValue) == 0x000000, "Member 'Viewport_GetViewLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_GetViewportWorld \ static_assert(alignof(Viewport_GetViewportWorld) == 0x000008, "Wrong alignment on Viewport_GetViewportWorld"); \ static_assert(sizeof(Viewport_GetViewportWorld) == 0x000008, "Wrong size on Viewport_GetViewportWorld"); \ static_assert(offsetof(Viewport_GetViewportWorld, ReturnValue) == 0x000000, "Member 'Viewport_GetViewportWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_GetViewRotation \ static_assert(alignof(Viewport_GetViewRotation) == 0x000004, "Wrong alignment on Viewport_GetViewRotation"); \ static_assert(sizeof(Viewport_GetViewRotation) == 0x00000C, "Wrong size on Viewport_GetViewRotation"); \ static_assert(offsetof(Viewport_GetViewRotation, ReturnValue) == 0x000000, "Member 'Viewport_GetViewRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UViewport \ static_assert(alignof(UViewport) == 0x000008, "Wrong alignment on UViewport"); \ static_assert(sizeof(UViewport) == 0x000168, "Wrong size on UViewport"); \ static_assert(offsetof(UViewport, BackgroundColor) == 0x000120, "Member 'UViewport::BackgroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisibilityBinding_GetValue \ static_assert(alignof(VisibilityBinding_GetValue) == 0x000001, "Wrong alignment on VisibilityBinding_GetValue"); \ static_assert(sizeof(VisibilityBinding_GetValue) == 0x000001, "Wrong size on VisibilityBinding_GetValue"); \ static_assert(offsetof(VisibilityBinding_GetValue, ReturnValue) == 0x000000, "Member 'VisibilityBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVisibilityBinding \ static_assert(alignof(UVisibilityBinding) == 0x000008, "Wrong alignment on UVisibilityBinding"); \ static_assert(sizeof(UVisibilityBinding) == 0x000060, "Wrong size on UVisibilityBinding"); \ #define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationFinished::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationStarted \ static_assert(alignof(WidgetAnimation_BindToAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_BindToAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationStarted::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationFinished \ static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationFinished::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationStarted \ static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationStarted::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationFinished \ static_assert(alignof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationStarted \ static_assert(alignof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_GetEndTime \ static_assert(alignof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetEndTime"); \ static_assert(sizeof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong size on WidgetAnimation_GetEndTime"); \ static_assert(offsetof(WidgetAnimation_GetEndTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_GetStartTime \ static_assert(alignof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetStartTime"); \ static_assert(sizeof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong size on WidgetAnimation_GetStartTime"); \ static_assert(offsetof(WidgetAnimation_GetStartTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimation \ static_assert(alignof(UWidgetAnimation) == 0x000008, "Wrong alignment on UWidgetAnimation"); \ static_assert(sizeof(UWidgetAnimation) == 0x000090, "Wrong size on UWidgetAnimation"); \ static_assert(offsetof(UWidgetAnimation, MovieScene) == 0x000060, "Member 'UWidgetAnimation::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, AnimationBindings) == 0x000068, "Member 'UWidgetAnimation::AnimationBindings' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, bLegacyFinishOnStop) == 0x000078, "Member 'UWidgetAnimation::bLegacyFinishOnStop' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, DisplayLabel) == 0x000080, "Member 'UWidgetAnimation::DisplayLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimationDelegateBinding \ static_assert(alignof(UWidgetAnimationDelegateBinding) == 0x000008, "Wrong alignment on UWidgetAnimationDelegateBinding"); \ static_assert(sizeof(UWidgetAnimationDelegateBinding) == 0x000038, "Wrong size on UWidgetAnimationDelegateBinding"); \ static_assert(offsetof(UWidgetAnimationDelegateBinding, WidgetAnimationDelegateBindings) == 0x000028, "Member 'UWidgetAnimationDelegateBinding::WidgetAnimationDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject \ static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000030, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Result' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::InAnimation' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, NumLoopsToPlay) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlayMode) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlayMode' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlaybackSpeed) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, ReturnValue) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject \ static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000038, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Result' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::InAnimation' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, EndAtTime) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::EndAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, NumLoopsToPlay) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlayMode) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlayMode' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlaybackSpeed) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, ReturnValue) == 0x000030, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimationPlayCallbackProxy \ static_assert(alignof(UWidgetAnimationPlayCallbackProxy) == 0x000008, "Wrong alignment on UWidgetAnimationPlayCallbackProxy"); \ static_assert(sizeof(UWidgetAnimationPlayCallbackProxy) == 0x000048, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000028, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBinding_GetValue \ static_assert(alignof(WidgetBinding_GetValue) == 0x000008, "Wrong alignment on WidgetBinding_GetValue"); \ static_assert(sizeof(WidgetBinding_GetValue) == 0x000008, "Wrong size on WidgetBinding_GetValue"); \ static_assert(offsetof(WidgetBinding_GetValue, ReturnValue) == 0x000000, "Member 'WidgetBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetBinding \ static_assert(alignof(UWidgetBinding) == 0x000008, "Wrong alignment on UWidgetBinding"); \ static_assert(sizeof(UWidgetBinding) == 0x000060, "Wrong size on UWidgetBinding"); \ #define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x000368, "Wrong size on UWidgetBlueprintGeneratedClass"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000328, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000338, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000348, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x000358, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureJoystick \ static_assert(alignof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureJoystick"); \ static_assert(sizeof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000180, "Wrong size on WidgetBlueprintLibrary_CaptureJoystick"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureJoystick::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, CapturingWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::CapturingWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, bInAllJoysticks) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureJoystick::bInAllJoysticks' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureMouse \ static_assert(alignof(WidgetBlueprintLibrary_CaptureMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureMouse"); \ static_assert(sizeof(WidgetBlueprintLibrary_CaptureMouse) == 0x000178, "Wrong size on WidgetBlueprintLibrary_CaptureMouse"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureMouse::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, CapturingWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureMouse::CapturingWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureMouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ClearUserFocus \ static_assert(alignof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ClearUserFocus"); \ static_assert(sizeof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000178, "Wrong size on WidgetBlueprintLibrary_ClearUserFocus"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ClearUserFocus::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, bInAllUsers) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ClearUserFocus::bInAllUsers' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ClearUserFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Create \ static_assert(alignof(WidgetBlueprintLibrary_Create) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Create"); \ static_assert(sizeof(WidgetBlueprintLibrary_Create) == 0x000020, "Wrong size on WidgetBlueprintLibrary_Create"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_Create::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, WidgetType) == 0x000008, "Member 'WidgetBlueprintLibrary_Create::WidgetType' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, OwningPlayer) == 0x000010, "Member 'WidgetBlueprintLibrary_Create::OwningPlayer' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, ReturnValue) == 0x000018, "Member 'WidgetBlueprintLibrary_Create::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CreateDragDropOperation \ static_assert(alignof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CreateDragDropOperation"); \ static_assert(sizeof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000010, "Wrong size on WidgetBlueprintLibrary_CreateDragDropOperation"); \ static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, OperationClass) == 0x000000, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::OperationClass' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDrag \ static_assert(alignof(WidgetBlueprintLibrary_DetectDrag) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDrag"); \ static_assert(sizeof(WidgetBlueprintLibrary_DetectDrag) == 0x000190, "Wrong size on WidgetBlueprintLibrary_DetectDrag"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDrag::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, WidgetDetectingDrag) == 0x0000B8, "Member 'WidgetBlueprintLibrary_DetectDrag::WidgetDetectingDrag' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, DragKey) == 0x0000C0, "Member 'WidgetBlueprintLibrary_DetectDrag::DragKey' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, ReturnValue) == 0x0000D8, "Member 'WidgetBlueprintLibrary_DetectDrag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDragIfPressed \ static_assert(alignof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDragIfPressed"); \ static_assert(sizeof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000148, "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) == 0x000070, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000078, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawBox \ static_assert(alignof(WidgetBlueprintLibrary_DrawBox) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawBox"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawBox) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawBox"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawBox::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Position) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawBox::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Size) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawBox::Size' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Brush) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawBox::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawBox::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLine \ static_assert(alignof(WidgetBlueprintLibrary_DrawLine) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLine"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawLine) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLine"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLine::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionA) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLine::PositionA' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionB) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawLine::PositionB' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLine::Tint' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLine::bAntiAlias' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLine::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLines \ static_assert(alignof(WidgetBlueprintLibrary_DrawLines) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLines"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawLines) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLines"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLines::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Points) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLines::Points' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLines::Tint' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLines::bAntiAlias' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLines::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawText \ static_assert(alignof(WidgetBlueprintLibrary_DrawText) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawText"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawText) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawText"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawText::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, inString) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawText::inString' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Position) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawText::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawText::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawTextFormatted \ static_assert(alignof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawTextFormatted"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000078, "Wrong size on WidgetBlueprintLibrary_DrawTextFormatted"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Text) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Text' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Position) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Font) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Font' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontSize) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontSize' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontTypeFace) == 0x00005C, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontTypeFace' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Tint) == 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) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResource"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResource) == 0x000090, "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) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsMaterial \ static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000090, "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) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsTexture2D \ static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000090, "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) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDragDroppingContent \ static_assert(alignof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDragDroppingContent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong size on WidgetBlueprintLibrary_GetDragDroppingContent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetDragDroppingContent, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_GetDragDroppingContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDynamicMaterial \ static_assert(alignof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDynamicMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000090, "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) == 0x000088, "Member 'WidgetBlueprintLibrary_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromCharacterEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromKeyEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000050, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, ReturnValue) == 0x000038, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromNavigationEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromPointerEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000088, "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) == 0x000070, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000078, "Wrong size on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, ReturnValue) == 0x000040, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetSafeZonePadding \ static_assert(alignof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetSafeZonePadding"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000040, "Wrong size on WidgetBlueprintLibrary_GetSafeZonePadding"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePadding) == 0x000010, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePadding' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePaddingScale) == 0x000020, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePaddingScale' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SpillOverPadding) == 0x000030, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SpillOverPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Handled \ static_assert(alignof(WidgetBlueprintLibrary_Handled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Handled"); \ static_assert(sizeof(WidgetBlueprintLibrary_Handled) == 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) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000090, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, BrushAsset) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::BrushAsset' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromMaterial \ static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000098, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Material) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Width' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Height' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromTexture \ static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x000098, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Texture) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Width' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Height' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_NoResourceBrush \ static_assert(alignof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_NoResourceBrush"); \ static_assert(sizeof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000088, "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) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000090, "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) == 0x000088, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToTexture \ static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000090, "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) == 0x000088, "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) == 0x000020, "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) == 0x000014, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::HotSpot' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, ReturnValue) == 0x00001C, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUI \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::Target' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bLockMouseToViewport' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bHideCursorDuringCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUIEx \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InMouseLockMode' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bHideCursorDuringCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameOnly \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnly \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::Target' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::bLockMouseToViewport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnlyEx \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InMouseLockMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetMousePosition \ static_assert(alignof(WidgetBlueprintLibrary_SetMousePosition) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetMousePosition"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetMousePosition) == 0x000178, "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) == 0x0000C0, "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_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) == 0x000004, "Wrong alignment on WidgetInteractionComponent_SetCustomHitResult"); \ static_assert(sizeof(WidgetInteractionComponent_SetCustomHitResult) == 0x000088, "Wrong size on WidgetInteractionComponent_SetCustomHitResult"); \ static_assert(offsetof(WidgetInteractionComponent_SetCustomHitResult, HitResult) == 0x000000, "Member 'WidgetInteractionComponent_SetCustomHitResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_SetFocus \ static_assert(alignof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SetFocus"); \ static_assert(sizeof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong size on WidgetInteractionComponent_SetFocus"); \ static_assert(offsetof(WidgetInteractionComponent_SetFocus, FocusWidget) == 0x000000, "Member 'WidgetInteractionComponent_SetFocus::FocusWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_Get2DHitLocation \ static_assert(alignof(WidgetInteractionComponent_Get2DHitLocation) == 0x000004, "Wrong alignment on WidgetInteractionComponent_Get2DHitLocation"); \ static_assert(sizeof(WidgetInteractionComponent_Get2DHitLocation) == 0x000008, "Wrong size on WidgetInteractionComponent_Get2DHitLocation"); \ static_assert(offsetof(WidgetInteractionComponent_Get2DHitLocation, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_Get2DHitLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_GetHoveredWidgetComponent \ static_assert(alignof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong alignment on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ static_assert(sizeof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong size on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ static_assert(offsetof(WidgetInteractionComponent_GetHoveredWidgetComponent, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_GetHoveredWidgetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_GetLastHitResult \ static_assert(alignof(WidgetInteractionComponent_GetLastHitResult) == 0x000004, "Wrong alignment on WidgetInteractionComponent_GetLastHitResult"); \ static_assert(sizeof(WidgetInteractionComponent_GetLastHitResult) == 0x000088, "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) == 0x0003F0, "Wrong size on UWidgetInteractionComponent"); \ static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x0001F8, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000218, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x00021C, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000220, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x000224, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000228, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000229, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x00022A, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x00022C, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000230, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x000234, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002C0, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000348, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000350, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000358, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000360, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x0003E8, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x0003E9, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x0003EA, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000004, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnPlatform, ReturnValue) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnViewport \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionScaledByDPI \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, Player) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::Player' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationX) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationX' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationY) == 0x00000C, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationY' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, ReturnValue) == 0x000010, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry \ static_assert(alignof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ static_assert(sizeof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportScale \ static_assert(alignof(WidgetLayoutLibrary_GetViewportScale) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportScale"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportScale) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportScale"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportScale::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportSize \ static_assert(alignof(WidgetLayoutLibrary_GetViewportSize) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportSize"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportSize) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportSize"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportSize::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportWidgetGeometry \ static_assert(alignof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition \ static_assert(alignof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ static_assert(sizeof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000020, "Wrong size on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ScreenPosition) == 0x000014, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x00001C, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x00001D, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_RemoveAllWidgets \ static_assert(alignof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_RemoveAllWidgets"); \ static_assert(sizeof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong size on WidgetLayoutLibrary_RemoveAllWidgets"); \ static_assert(offsetof(WidgetLayoutLibrary_RemoveAllWidgets, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_RemoveAllWidgets::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsBorderSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsBorderSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsBorderSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsCanvasSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsGridSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsGridSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsGridSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsHorizontalBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsOverlaySlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSafeBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScaleBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScrollBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSizeBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsUniformGridSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsVerticalBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWrapBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetLayoutLibrary \ static_assert(alignof(UWidgetLayoutLibrary) == 0x000008, "Wrong alignment on UWidgetLayoutLibrary"); \ static_assert(sizeof(UWidgetLayoutLibrary) == 0x000028, "Wrong size on UWidgetLayoutLibrary"); \ #define DUMPER7_ASSERTS_UWidgetNavigation \ static_assert(alignof(UWidgetNavigation) == 0x000008, "Wrong alignment on UWidgetNavigation"); \ static_assert(sizeof(UWidgetNavigation) == 0x000100, "Wrong size on UWidgetNavigation"); \ static_assert(offsetof(UWidgetNavigation, Up) == 0x000028, "Member 'UWidgetNavigation::Up' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Down) == 0x00004C, "Member 'UWidgetNavigation::Down' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Left) == 0x000070, "Member 'UWidgetNavigation::Left' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Right) == 0x000094, "Member 'UWidgetNavigation::Right' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Next) == 0x0000B8, "Member 'UWidgetNavigation::Next' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Previous) == 0x0000DC, "Member 'UWidgetNavigation::Previous' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidget \ static_assert(alignof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_SetActiveWidget"); \ static_assert(sizeof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_SetActiveWidget"); \ static_assert(offsetof(WidgetSwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidgetIndex \ static_assert(alignof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_SetActiveWidgetIndex"); \ static_assert(sizeof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_SetActiveWidgetIndex"); \ static_assert(offsetof(WidgetSwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidget \ static_assert(alignof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_GetActiveWidget"); \ static_assert(sizeof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_GetActiveWidget"); \ static_assert(offsetof(WidgetSwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidgetIndex \ static_assert(alignof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_GetActiveWidgetIndex"); \ static_assert(sizeof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_GetActiveWidgetIndex"); \ static_assert(offsetof(WidgetSwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetNumWidgets \ static_assert(alignof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong alignment on WidgetSwitcher_GetNumWidgets"); \ static_assert(sizeof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong size on WidgetSwitcher_GetNumWidgets"); \ static_assert(offsetof(WidgetSwitcher_GetNumWidgets, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetNumWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetWidgetAtIndex \ static_assert(alignof(WidgetSwitcher_GetWidgetAtIndex) == 0x000008, "Wrong alignment on WidgetSwitcher_GetWidgetAtIndex"); \ static_assert(sizeof(WidgetSwitcher_GetWidgetAtIndex) == 0x000010, "Wrong size on WidgetSwitcher_GetWidgetAtIndex"); \ static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'WidgetSwitcher_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetSwitcher \ static_assert(alignof(UWidgetSwitcher) == 0x000008, "Wrong alignment on UWidgetSwitcher"); \ static_assert(sizeof(UWidgetSwitcher) == 0x000138, "Wrong size on UWidgetSwitcher"); \ static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000120, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetHorizontalAlignment \ static_assert(alignof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetHorizontalAlignment"); \ static_assert(sizeof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetHorizontalAlignment"); \ static_assert(offsetof(WidgetSwitcherSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetPadding \ static_assert(alignof(WidgetSwitcherSlot_SetPadding) == 0x000004, "Wrong alignment on WidgetSwitcherSlot_SetPadding"); \ static_assert(sizeof(WidgetSwitcherSlot_SetPadding) == 0x000010, "Wrong size on WidgetSwitcherSlot_SetPadding"); \ static_assert(offsetof(WidgetSwitcherSlot_SetPadding, InPadding) == 0x000000, "Member 'WidgetSwitcherSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetVerticalAlignment \ static_assert(alignof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetVerticalAlignment"); \ static_assert(sizeof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetVerticalAlignment"); \ static_assert(offsetof(WidgetSwitcherSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetSwitcherSlot \ static_assert(alignof(UWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UWidgetSwitcherSlot"); \ static_assert(sizeof(UWidgetSwitcherSlot) == 0x000058, "Wrong size on UWidgetSwitcherSlot"); \ static_assert(offsetof(UWidgetSwitcherSlot, Padding) == 0x000040, "Member 'UWidgetSwitcherSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UWidgetSwitcherSlot, HorizontalAlignment) == 0x000050, "Member 'UWidgetSwitcherSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UWidgetSwitcherSlot, VerticalAlignment) == 0x000051, "Member 'UWidgetSwitcherSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetTree \ static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ static_assert(sizeof(UWidgetTree) == 0x000030, "Wrong size on UWidgetTree"); \ static_assert(offsetof(UWidgetTree, RootWidget) == 0x000028, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetHorizontalAlignment \ static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindowTitleBarArea \ static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ static_assert(sizeof(UWindowTitleBarArea) == 0x000140, "Wrong size on UWindowTitleBarArea"); \ static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000120, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000121, "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_SetInnerSlotPadding \ static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000004, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong size on WrapBox_SetInnerSlotPadding"); \ static_assert(offsetof(WrapBox_SetInnerSlotPadding, InPadding) == 0x000000, "Member 'WrapBox_SetInnerSlotPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWrapBox \ static_assert(alignof(UWrapBox) == 0x000008, "Wrong alignment on UWrapBox"); \ static_assert(sizeof(UWrapBox) == 0x000148, "Wrong size on UWrapBox"); \ static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000120, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, WrapWidth) == 0x000128, "Member 'UWrapBox::WrapWidth' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, WrapSize) == 0x00012C, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, bExplicitWrapWidth) == 0x000130, "Member 'UWrapBox::bExplicitWrapWidth' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x000131, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, Orientation) == 0x000132, "Member 'UWrapBox::Orientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetFillEmptySpace \ static_assert(alignof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong alignment on WrapBoxSlot_SetFillEmptySpace"); \ static_assert(sizeof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong size on WrapBoxSlot_SetFillEmptySpace"); \ static_assert(offsetof(WrapBoxSlot_SetFillEmptySpace, InbFillEmptySpace) == 0x000000, "Member 'WrapBoxSlot_SetFillEmptySpace::InbFillEmptySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetFillSpanWhenLessThan \ static_assert(alignof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong alignment on WrapBoxSlot_SetFillSpanWhenLessThan"); \ static_assert(sizeof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong size on WrapBoxSlot_SetFillSpanWhenLessThan"); \ static_assert(offsetof(WrapBoxSlot_SetFillSpanWhenLessThan, InFillSpanWhenLessThan) == 0x000000, "Member 'WrapBoxSlot_SetFillSpanWhenLessThan::InFillSpanWhenLessThan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetHorizontalAlignment \ static_assert(alignof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(WrapBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetPadding \ static_assert(alignof(WrapBoxSlot_SetPadding) == 0x000004, "Wrong alignment on WrapBoxSlot_SetPadding"); \ static_assert(sizeof(WrapBoxSlot_SetPadding) == 0x000010, "Wrong size on WrapBoxSlot_SetPadding"); \ static_assert(offsetof(WrapBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'WrapBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetVerticalAlignment \ static_assert(alignof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(WrapBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWrapBoxSlot \ static_assert(alignof(UWrapBoxSlot) == 0x000008, "Wrong alignment on UWrapBoxSlot"); \ static_assert(sizeof(UWrapBoxSlot) == 0x000060, "Wrong size on UWrapBoxSlot"); \ static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x000048, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x00004C, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x000051, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left \ static_assert(alignof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left) == 0x000008, "Wrong alignment on JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left"); \ static_assert(sizeof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left) == 0x000160, "Wrong size on JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, EntryPoint) == 0x000000, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_Event_IsDesignTime) == 0x000014, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_GetTrackedQuests_ReturnValue) == 0x000030, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_GetTrackedQuests_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, Temp_int_Array_Index_Variable) == 0x000040, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Array_Get_Item) == 0x000048, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Get_Journal_List_Item_AsJournal_Abstract_List_Item) == 0x0000B8, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Get_Journal_List_Item_AsJournal_Abstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Get_Journal_List_Item_IsValid) == 0x0000C0, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Get_Journal_List_Item_IsValid' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Array_Contains_ReturnValue) == 0x0000C1, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000C8, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0000D0, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_Event_IsGamepadNow) == 0x0000D9, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000DC, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_CustomEvent_IsAlreadySelected) == 0x0000EC, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_CustomEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_CustomEvent_ItemIndex) == 0x0000F0, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_CustomEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Array_LastIndex_ReturnValue) == 0x0000F4, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000F8, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_AsJournal_Controller) == 0x000108, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_bSuccess_2) == 0x000110, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_CreateQuestDescription_QuestDescription) == 0x000118, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_CreateQuestDescription_QuestDescription' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Less_IntInt_ReturnValue) == 0x000124, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Add_IntInt_ReturnValue) == 0x000128, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Array_Length_ReturnValue_1) == 0x00012C, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000130, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_Subtract_IntInt_ReturnValue) == 0x000138, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_AsJournal_Controller_1) == 0x000140, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_AsJournal_Controller_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, K2Node_DynamicCast_bSuccess_3) == 0x000148, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_CreateRecipeDescription_QuestDescription) == 0x000150, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_CreateRecipeDescription_QuestDescription' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'JournalQuests_Left_C_ExecuteUbergraph_JournalQuests_Left::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_OnQuestSelected \ static_assert(alignof(JournalQuests_Left_C_OnQuestSelected) == 0x000004, "Wrong alignment on JournalQuests_Left_C_OnQuestSelected"); \ static_assert(sizeof(JournalQuests_Left_C_OnQuestSelected) == 0x000008, "Wrong size on JournalQuests_Left_C_OnQuestSelected"); \ static_assert(offsetof(JournalQuests_Left_C_OnQuestSelected, IsAlreadySelected) == 0x000000, "Member 'JournalQuests_Left_C_OnQuestSelected::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_OnQuestSelected, ItemIndex) == 0x000004, "Member 'JournalQuests_Left_C_OnQuestSelected::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_OnGamepadModeChanged \ static_assert(alignof(JournalQuests_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalQuests_Left_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalQuests_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalQuests_Left_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalQuests_Left_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalQuests_Left_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_PreConstruct \ static_assert(alignof(JournalQuests_Left_C_PreConstruct) == 0x000001, "Wrong alignment on JournalQuests_Left_C_PreConstruct"); \ static_assert(sizeof(JournalQuests_Left_C_PreConstruct) == 0x000001, "Wrong size on JournalQuests_Left_C_PreConstruct"); \ static_assert(offsetof(JournalQuests_Left_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalQuests_Left_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_CreateMockData \ static_assert(alignof(JournalQuests_Left_C_CreateMockData) == 0x000008, "Wrong alignment on JournalQuests_Left_C_CreateMockData"); \ static_assert(sizeof(JournalQuests_Left_C_CreateMockData) == 0x000040, "Wrong size on JournalQuests_Left_C_CreateMockData"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_Create_ReturnValue) == 0x000008, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_GetPlayerController_ReturnValue_1) == 0x000010, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_GetPlayerController_ReturnValue_2) == 0x000018, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_Create_ReturnValue_1) == 0x000020, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_Create_ReturnValue_2) == 0x000028, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_GetPlayerController_ReturnValue_3) == 0x000030, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateMockData, CallFunc_Create_ReturnValue_3) == 0x000038, "Member 'JournalQuests_Left_C_CreateMockData::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_CreateQuestDescription \ static_assert(alignof(JournalQuests_Left_C_CreateQuestDescription) == 0x000008, "Wrong alignment on JournalQuests_Left_C_CreateQuestDescription"); \ static_assert(sizeof(JournalQuests_Left_C_CreateQuestDescription) == 0x000088, "Wrong size on JournalQuests_Left_C_CreateQuestDescription"); \ static_assert(offsetof(JournalQuests_Left_C_CreateQuestDescription, QuestData) == 0x000000, "Member 'JournalQuests_Left_C_CreateQuestDescription::QuestData' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateQuestDescription, QuestDescription) == 0x000070, "Member 'JournalQuests_Left_C_CreateQuestDescription::QuestDescription' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateQuestDescription, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'JournalQuests_Left_C_CreateQuestDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateQuestDescription, CallFunc_Create_ReturnValue) == 0x000080, "Member 'JournalQuests_Left_C_CreateQuestDescription::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_CreateRecipeDescription \ static_assert(alignof(JournalQuests_Left_C_CreateRecipeDescription) == 0x000008, "Wrong alignment on JournalQuests_Left_C_CreateRecipeDescription"); \ static_assert(sizeof(JournalQuests_Left_C_CreateRecipeDescription) == 0x0002E8, "Wrong size on JournalQuests_Left_C_CreateRecipeDescription"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, Index_0) == 0x000000, "Member 'JournalQuests_Left_C_CreateRecipeDescription::Index_0' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, QuestDescription) == 0x000008, "Member 'JournalQuests_Left_C_CreateRecipeDescription::QuestDescription' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, LocalCraftManager) == 0x000010, "Member 'JournalQuests_Left_C_CreateRecipeDescription::LocalCraftManager' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000030, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetGameInstance_ReturnValue_1) == 0x000038, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000040, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000050, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'JournalQuests_Left_C_CreateRecipeDescription::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetFavoriteRecipes_ReturnValue) == 0x000060, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetFavoriteRecipes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Array_Get_Item) == 0x000070, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_IsValid_ReturnValue) == 0x000074, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Subtract_IntInt_ReturnValue) == 0x000078, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetRecipe_ReturnValue) == 0x000080, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_FindCraftRecipe_Data) == 0x000168, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_FindCraftRecipe_Data' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_FindCraftRecipe_ReturnValue) == 0x000218, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_FindCraftRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Get_Recipe_Requirements_Requirements) == 0x000220, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Get_Recipe_Requirements_Requirements' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Get_Recipe_Requirements_Requirements_1) == 0x000270, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Get_Recipe_Requirements_Requirements_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Less_IntInt_ReturnValue) == 0x0002C0, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Add_IntInt_ReturnValue) == 0x0002C4, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0002C8, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_GetPlayerController_ReturnValue) == 0x0002D0, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Create_ReturnValue) == 0x0002D8, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_CreateRecipeDescription, CallFunc_Create_ReturnValue_1) == 0x0002E0, "Member 'JournalQuests_Left_C_CreateRecipeDescription::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_Add_Items_by_Section \ static_assert(alignof(JournalQuests_Left_C_Add_Items_by_Section) == 0x000008, "Wrong alignment on JournalQuests_Left_C_Add_Items_by_Section"); \ static_assert(sizeof(JournalQuests_Left_C_Add_Items_by_Section) == 0x0000B0, "Wrong size on JournalQuests_Left_C_Add_Items_by_Section"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, Temp_int_Array_Index_Variable) == 0x000000, "Member 'JournalQuests_Left_C_Add_Items_by_Section::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'JournalQuests_Left_C_Add_Items_by_Section::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Get_Sorted_Quests_SortedQuests) == 0x000010, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Get_Sorted_Quests_SortedQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Array_Get_Item) == 0x000020, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Add_Items_by_Section, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'JournalQuests_Left_C_Add_Items_by_Section::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_GetSelectablesCount \ static_assert(alignof(JournalQuests_Left_C_GetSelectablesCount) == 0x000004, "Wrong alignment on JournalQuests_Left_C_GetSelectablesCount"); \ static_assert(sizeof(JournalQuests_Left_C_GetSelectablesCount) == 0x000008, "Wrong size on JournalQuests_Left_C_GetSelectablesCount"); \ static_assert(offsetof(JournalQuests_Left_C_GetSelectablesCount, SelectablesCount) == 0x000000, "Member 'JournalQuests_Left_C_GetSelectablesCount::SelectablesCount' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_GetSelectablesCount, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'JournalQuests_Left_C_GetSelectablesCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_SortQuests \ static_assert(alignof(JournalQuests_Left_C_SortQuests) == 0x000008, "Wrong alignment on JournalQuests_Left_C_SortQuests"); \ static_assert(sizeof(JournalQuests_Left_C_SortQuests) == 0x0000F0, "Wrong size on JournalQuests_Left_C_SortQuests"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, Quests_0) == 0x000000, "Member 'JournalQuests_Left_C_SortQuests::Quests_0' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, SortedQuests) == 0x000010, "Member 'JournalQuests_Left_C_SortQuests::SortedQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, Unsorted) == 0x000020, "Member 'JournalQuests_Left_C_SortQuests::Unsorted' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, AdditionalQuests) == 0x000030, "Member 'JournalQuests_Left_C_SortQuests::AdditionalQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, MainQuests) == 0x000040, "Member 'JournalQuests_Left_C_SortQuests::MainQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, Temp_byte_Variable) == 0x000050, "Member 'JournalQuests_Left_C_SortQuests::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'JournalQuests_Left_C_SortQuests::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, Temp_int_Array_Index_Variable) == 0x000058, "Member 'JournalQuests_Left_C_SortQuests::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'JournalQuests_Left_C_SortQuests::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, CallFunc_Array_Get_Item) == 0x000060, "Member 'JournalQuests_Left_C_SortQuests::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'JournalQuests_Left_C_SortQuests::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'JournalQuests_Left_C_SortQuests::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, K2Node_Select_Default) == 0x0000D8, "Member 'JournalQuests_Left_C_SortQuests::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_SortQuests, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'JournalQuests_Left_C_SortQuests::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_Get_Sorted_Quests \ static_assert(alignof(JournalQuests_Left_C_Get_Sorted_Quests) == 0x000008, "Wrong alignment on JournalQuests_Left_C_Get_Sorted_Quests"); \ static_assert(sizeof(JournalQuests_Left_C_Get_Sorted_Quests) == 0x000048, "Wrong size on JournalQuests_Left_C_Get_Sorted_Quests"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, SortedQuests) == 0x000000, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::SortedQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, RawQuests) == 0x000010, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::RawQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, CallFunc_SortQuests_SortedQuests) == 0x000028, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::CallFunc_SortQuests_SortedQuests' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Sorted_Quests, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'JournalQuests_Left_C_Get_Sorted_Quests::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_Get_Journal_List_Item \ static_assert(alignof(JournalQuests_Left_C_Get_Journal_List_Item) == 0x000008, "Wrong alignment on JournalQuests_Left_C_Get_Journal_List_Item"); \ static_assert(sizeof(JournalQuests_Left_C_Get_Journal_List_Item) == 0x000068, "Wrong size on JournalQuests_Left_C_Get_Journal_List_Item"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, IndexInList) == 0x000000, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::IndexInList' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, AsJournal_Abstract_List_Item) == 0x000008, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::AsJournal_Abstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, IsValid) == 0x000010, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::IsValid' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, Temp_int_Array_Index_Variable) == 0x000014, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000020, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_Array_Get_Item) == 0x000028, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000030, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, K2Node_DynamicCast_AsJournal_Abstract_List_Item) == 0x000048, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::K2Node_DynamicCast_AsJournal_Abstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_GetItemIndex_ItemIndex) == 0x000054, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_GetItemIndex_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000058, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Journal_List_Item, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'JournalQuests_Left_C_Get_Journal_List_Item::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_DrawPinnedRecipes \ static_assert(alignof(JournalQuests_Left_C_DrawPinnedRecipes) == 0x000008, "Wrong alignment on JournalQuests_Left_C_DrawPinnedRecipes"); \ static_assert(sizeof(JournalQuests_Left_C_DrawPinnedRecipes) == 0x000248, "Wrong size on JournalQuests_Left_C_DrawPinnedRecipes"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, LocalCraftManager) == 0x000000, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::LocalCraftManager' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Create_ReturnValue) == 0x000020, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetGameInstance_ReturnValue_1) == 0x000040, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetPlayerController_ReturnValue_1) == 0x000048, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000050, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Create_ReturnValue_1) == 0x000060, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000070, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000078, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetFavoriteRecipes_ReturnValue) == 0x000088, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetFavoriteRecipes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Array_Get_Item) == 0x00009C, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A4, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_GetRecipe_ReturnValue) == 0x0000A8, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_FindCraftRecipe_Data) == 0x000190, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_FindCraftRecipe_Data' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_FindCraftRecipe_ReturnValue) == 0x000240, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_FindCraftRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_DrawPinnedRecipes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000241, "Member 'JournalQuests_Left_C_DrawPinnedRecipes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_RemoveSelectedPinnedRecipe \ static_assert(alignof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe) == 0x000008, "Wrong alignment on JournalQuests_Left_C_RemoveSelectedPinnedRecipe"); \ static_assert(sizeof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe) == 0x000050, "Wrong size on JournalQuests_Left_C_RemoveSelectedPinnedRecipe"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, TargetSelection) == 0x000000, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::TargetSelection' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, K2Node_DynamicCast_AsJournal_Controller) == 0x000010, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_GetItemByIndex_IsValid) == 0x00001A, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_GetItemByIndex_Output) == 0x000020, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000028, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000040, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_RemoveSelectedPinnedRecipe, CallFunc_GetCurrentSelectedItem_Output) == 0x000048, "Member 'JournalQuests_Left_C_RemoveSelectedPinnedRecipe::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Left_C_Get_Recipe_Requirements \ static_assert(alignof(JournalQuests_Left_C_Get_Recipe_Requirements) == 0x000008, "Wrong alignment on JournalQuests_Left_C_Get_Recipe_Requirements"); \ static_assert(sizeof(JournalQuests_Left_C_Get_Recipe_Requirements) == 0x000280, "Wrong size on JournalQuests_Left_C_Get_Recipe_Requirements"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CraftRecipe) == 0x000000, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CraftRecipe' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, ModuleSettings) == 0x0000B0, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, Requirements) == 0x000198, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::Requirements' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, LocalRequirements) == 0x0001E8, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::LocalRequirements' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, Temp_int_Loop_Counter_Variable) == 0x000238, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Add_IntInt_ReturnValue) == 0x00023C, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, Temp_int_Array_Index_Variable) == 0x000240, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, Temp_int_Array_Index_Variable_1) == 0x000244, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, Temp_int_Loop_Counter_Variable_1) == 0x000248, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Add_IntInt_ReturnValue_1) == 0x00024C, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Array_Get_Item) == 0x000250, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Array_Length_ReturnValue) == 0x000260, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Less_IntInt_ReturnValue) == 0x000264, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Greater_IntInt_ReturnValue) == 0x000265, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Array_Get_Item_1) == 0x000268, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Array_Length_ReturnValue_1) == 0x000278, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Less_IntInt_ReturnValue_1) == 0x00027C, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Left_C_Get_Recipe_Requirements, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00027D, "Member 'JournalQuests_Left_C_Get_Recipe_Requirements::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalQuests_Left_C \ static_assert(alignof(UJournalQuests_Left_C) == 0x000008, "Wrong alignment on UJournalQuests_Left_C"); \ static_assert(sizeof(UJournalQuests_Left_C) == 0x000310, "Wrong size on UJournalQuests_Left_C"); \ static_assert(offsetof(UJournalQuests_Left_C, UberGraphFrame_JournalQuests_Left_C) == 0x0002A8, "Member 'UJournalQuests_Left_C::UberGraphFrame_JournalQuests_Left_C' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, NewAnimation) == 0x0002B0, "Member 'UJournalQuests_Left_C::NewAnimation' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, Image_101) == 0x0002B8, "Member 'UJournalQuests_Left_C::Image_101' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, Image_153) == 0x0002C0, "Member 'UJournalQuests_Left_C::Image_153' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, JournalPageHeader) == 0x0002C8, "Member 'UJournalQuests_Left_C::JournalPageHeader' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, QuestList) == 0x0002D0, "Member 'UJournalQuests_Left_C::QuestList' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, TipText) == 0x0002D8, "Member 'UJournalQuests_Left_C::TipText' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, TipWrapper) == 0x0002E0, "Member 'UJournalQuests_Left_C::TipWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, Quests) == 0x0002E8, "Member 'UJournalQuests_Left_C::Quests' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, Tips) == 0x0002F8, "Member 'UJournalQuests_Left_C::Tips' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Left_C, TabData) == 0x000308, "Member 'UJournalQuests_Left_C::TabData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_SnakeInDepot_C \ static_assert(alignof(UTutorialTask_SnakeInDepot_C) == 0x000008, "Wrong alignment on UTutorialTask_SnakeInDepot_C"); \ static_assert(sizeof(UTutorialTask_SnakeInDepot_C) == 0x000060, "Wrong size on UTutorialTask_SnakeInDepot_C"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000A0, "Wrong size on UMoviePipelineBurnInSetting"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000060, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000090, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x000098, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000260, "Wrong size on UMoviePipelineBurnInWidget"); \ #define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000C8, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000048, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x000098, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000A8, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineWidgetRenderer \ static_assert(alignof(UMoviePipelineWidgetRenderer) == 0x000008, "Wrong alignment on UMoviePipelineWidgetRenderer"); \ static_assert(sizeof(UMoviePipelineWidgetRenderer) == 0x000068, "Wrong size on UMoviePipelineWidgetRenderer"); \ static_assert(offsetof(UMoviePipelineWidgetRenderer, bCompositeOntoFinalImage) == 0x000048, "Member 'UMoviePipelineWidgetRenderer::bCompositeOntoFinalImage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineWidgetRenderer, RenderTarget) == 0x000060, "Member 'UMoviePipelineWidgetRenderer::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelinePostProcessPass \ static_assert(alignof(FMoviePipelinePostProcessPass) == 0x000008, "Wrong alignment on FMoviePipelinePostProcessPass"); \ static_assert(sizeof(FMoviePipelinePostProcessPass) == 0x000030, "Wrong size on FMoviePipelinePostProcessPass"); \ static_assert(offsetof(FMoviePipelinePostProcessPass, bEnabled) == 0x000000, "Member 'FMoviePipelinePostProcessPass::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelinePostProcessPass, Material) == 0x000008, "Member 'FMoviePipelinePostProcessPass::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineImagePassBase \ static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ static_assert(sizeof(UMoviePipelineImagePassBase) == 0x0000C8, "Wrong size on UMoviePipelineImagePassBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000170, "Wrong size on UMoviePipelineDeferredPassBase"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x0000C8, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x0000C9, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x0000CA, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x0000D0, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x0000E0, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayers) == 0x0000E8, "Member 'UMoviePipelineDeferredPassBase::StencilLayers' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x0000F8, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x000108, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, TileRenderTargets) == 0x000110, "Member 'UMoviePipelineDeferredPassBase::TileRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_Unlit \ static_assert(alignof(UMoviePipelineDeferredPass_Unlit) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_Unlit"); \ static_assert(sizeof(UMoviePipelineDeferredPass_Unlit) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_Unlit"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_DetailLighting \ static_assert(alignof(UMoviePipelineDeferredPass_DetailLighting) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_DetailLighting"); \ static_assert(sizeof(UMoviePipelineDeferredPass_DetailLighting) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_DetailLighting"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_LightingOnly \ static_assert(alignof(UMoviePipelineDeferredPass_LightingOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_LightingOnly"); \ static_assert(sizeof(UMoviePipelineDeferredPass_LightingOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_LightingOnly"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_ReflectionsOnly \ static_assert(alignof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_ReflectionsOnly"); \ static_assert(sizeof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_ReflectionsOnly"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_PathTracer \ static_assert(alignof(UMoviePipelineDeferredPass_PathTracer) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_PathTracer"); \ static_assert(sizeof(UMoviePipelineDeferredPass_PathTracer) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutputBase \ static_assert(alignof(UMoviePipelineImageSequenceOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutputBase"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutputBase) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutputBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_EXR \ static_assert(alignof(UMoviePipelineImageSequenceOutput_EXR) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_EXR"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_EXR) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_EXR"); \ static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, Compression) == 0x000068, "Member 'UMoviePipelineImageSequenceOutput_EXR::Compression' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, bMultilayer) == 0x000069, "Member 'UMoviePipelineImageSequenceOutput_EXR::bMultilayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_BMP \ static_assert(alignof(UMoviePipelineImageSequenceOutput_BMP) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_BMP"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_BMP) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_BMP"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_PNG \ static_assert(alignof(UMoviePipelineImageSequenceOutput_PNG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_PNG"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_PNG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_PNG"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_JPG"); \ #define DUMPER7_ASSERTS_UMoviePipelineWaveOutput \ static_assert(alignof(UMoviePipelineWaveOutput) == 0x000008, "Wrong alignment on UMoviePipelineWaveOutput"); \ static_assert(sizeof(UMoviePipelineWaveOutput) == 0x0000B8, "Wrong size on UMoviePipelineWaveOutput"); \ static_assert(offsetof(UMoviePipelineWaveOutput, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineWaveOutput::FileNameFormatOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorLayer \ static_assert(alignof(FActorLayer) == 0x000004, "Wrong alignment on FActorLayer"); \ static_assert(sizeof(FActorLayer) == 0x000008, "Wrong size on FActorLayer"); \ static_assert(offsetof(FActorLayer, Name) == 0x000000, "Member 'FActorLayer::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LayersBlueprintLibrary_AddActorToLayer \ static_assert(alignof(LayersBlueprintLibrary_AddActorToLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_AddActorToLayer"); \ static_assert(sizeof(LayersBlueprintLibrary_AddActorToLayer) == 0x000010, "Wrong size on LayersBlueprintLibrary_AddActorToLayer"); \ static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_AddActorToLayer::InActor' has a wrong offset!"); \ static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_AddActorToLayer::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LayersBlueprintLibrary_GetActors \ static_assert(alignof(LayersBlueprintLibrary_GetActors) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_GetActors"); \ static_assert(sizeof(LayersBlueprintLibrary_GetActors) == 0x000020, "Wrong size on LayersBlueprintLibrary_GetActors"); \ static_assert(offsetof(LayersBlueprintLibrary_GetActors, WorldContextObject) == 0x000000, "Member 'LayersBlueprintLibrary_GetActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LayersBlueprintLibrary_GetActors, ActorLayer) == 0x000008, "Member 'LayersBlueprintLibrary_GetActors::ActorLayer' has a wrong offset!"); \ static_assert(offsetof(LayersBlueprintLibrary_GetActors, ReturnValue) == 0x000010, "Member 'LayersBlueprintLibrary_GetActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LayersBlueprintLibrary_RemoveActorFromLayer \ static_assert(alignof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_RemoveActorFromLayer"); \ static_assert(sizeof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000010, "Wrong size on LayersBlueprintLibrary_RemoveActorFromLayer"); \ static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::InActor' has a wrong offset!"); \ static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULayersBlueprintLibrary \ static_assert(alignof(ULayersBlueprintLibrary) == 0x000008, "Wrong alignment on ULayersBlueprintLibrary"); \ static_assert(sizeof(ULayersBlueprintLibrary) == 0x000028, "Wrong size on ULayersBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FOpenColorIOColorSpace \ static_assert(alignof(FOpenColorIOColorSpace) == 0x000008, "Wrong alignment on FOpenColorIOColorSpace"); \ static_assert(sizeof(FOpenColorIOColorSpace) == 0x000028, "Wrong size on FOpenColorIOColorSpace"); \ static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceName) == 0x000000, "Member 'FOpenColorIOColorSpace::ColorSpaceName' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceIndex) == 0x000010, "Member 'FOpenColorIOColorSpace::ColorSpaceIndex' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorSpace, FamilyName) == 0x000018, "Member 'FOpenColorIOColorSpace::FamilyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000058, "Wrong size on FOpenColorIOColorConversionSettings"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, ConfigurationSource) == 0x000000, "Member 'FOpenColorIOColorConversionSettings::ConfigurationSource' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, SourceColorSpace) == 0x000008, "Member 'FOpenColorIOColorConversionSettings::SourceColorSpace' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationColorSpace) == 0x000030, "Member 'FOpenColorIOColorConversionSettings::DestinationColorSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x000060, "Wrong size on FOpenColorIODisplayConfiguration"); \ static_assert(offsetof(FOpenColorIODisplayConfiguration, bIsEnabled) == 0x000000, "Member 'FOpenColorIODisplayConfiguration::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIODisplayConfiguration, ColorConfiguration) == 0x000008, "Member 'FOpenColorIODisplayConfiguration::ColorConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000078, "Wrong size on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, WorldContextObject) == 0x000000, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ConversionSettings) == 0x000008, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ConversionSettings' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, InputTexture) == 0x000060, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x000068, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x000070, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIOBlueprintLibrary \ static_assert(alignof(UOpenColorIOBlueprintLibrary) == 0x000008, "Wrong alignment on UOpenColorIOBlueprintLibrary"); \ static_assert(sizeof(UOpenColorIOBlueprintLibrary) == 0x000028, "Wrong size on UOpenColorIOBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ static_assert(sizeof(UOpenColorIOColorTransform) == 0x000098, "Wrong size on UOpenColorIOColorTransform"); \ static_assert(offsetof(UOpenColorIOColorTransform, ConfigurationOwner) == 0x000028, "Member 'UOpenColorIOColorTransform::ConfigurationOwner' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOColorTransform, SourceColorSpace) == 0x000030, "Member 'UOpenColorIOColorTransform::SourceColorSpace' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOColorTransform, DestinationColorSpace) == 0x000040, "Member 'UOpenColorIOColorTransform::DestinationColorSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ static_assert(sizeof(UOpenColorIOConfiguration) == 0x000080, "Wrong size on UOpenColorIOConfiguration"); \ static_assert(offsetof(UOpenColorIOConfiguration, ConfigurationFile) == 0x000028, "Member 'UOpenColorIOConfiguration::ConfigurationFile' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOConfiguration, DesiredColorSpaces) == 0x000038, "Member 'UOpenColorIOConfiguration::DesiredColorSpaces' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOConfiguration, ColorTransforms) == 0x000048, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x0000C0, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, IsActiveFunction) == 0x000060, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000B0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000060, "Wrong size on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration::InDisplayConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000050, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction, IsActiveFunction) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction::IsActiveFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000010, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions, IsActiveFunctions) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions::IsActiveFunctions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000038, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ #define DUMPER7_ASSERTS_FSequencerBindingProxy \ static_assert(alignof(FSequencerBindingProxy) == 0x000008, "Wrong alignment on FSequencerBindingProxy"); \ static_assert(sizeof(FSequencerBindingProxy) == 0x000018, "Wrong size on FSequencerBindingProxy"); \ static_assert(offsetof(FSequencerBindingProxy, BindingID) == 0x000000, "Member 'FSequencerBindingProxy::BindingID' has a wrong offset!"); \ static_assert(offsetof(FSequencerBindingProxy, Sequence) == 0x000010, "Member 'FSequencerBindingProxy::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSequencerScriptingRange \ static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_AddTrack \ static_assert(alignof(MovieSceneBindingExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_AddTrack"); \ static_assert(sizeof(MovieSceneBindingExtensions_AddTrack) == 0x000028, "Wrong size on MovieSceneBindingExtensions_AddTrack"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_AddTrack::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_AddTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000028, "Wrong size on UMovieSceneBindingExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventRepeaterSection \ static_assert(alignof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::InTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventTriggerSection \ static_assert(alignof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::InTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000028, "Wrong size on UMovieSceneEventTrackExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildFolder \ static_assert(alignof(MovieSceneFolderExtensions_AddChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildFolder"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildFolder"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildFolder::TargetFolder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, FolderToAdd) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildFolder::FolderToAdd' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildMasterTrack \ static_assert(alignof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildMasterTrack"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildMasterTrack"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InMasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildMasterTracks \ static_assert(alignof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildMasterTracks"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildMasterTracks"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderName"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderName::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildFolder \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildFolder"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildFolder"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::TargetFolder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, FolderToRemove) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::FolderToRemove' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildMasterTrack \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InMasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_SetFolderName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFolderExtensions \ static_assert(alignof(UMovieSceneFolderExtensions) == 0x000008, "Wrong alignment on UMovieSceneFolderExtensions"); \ static_assert(sizeof(UMovieSceneFolderExtensions) == 0x000028, "Wrong size on UMovieSceneFolderExtensions"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetObjectPropertyClass \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyName \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyName"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyName"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyPath \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetUniqueTrackName \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetObjectPropertyClass \ static_assert(alignof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, PropertyClass) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::PropertyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetPropertyNameAndPath \ static_assert(alignof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000020, "Wrong size on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyName) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyName' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyPath) == 0x000010, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePropertyTrackExtensions \ static_assert(alignof(UMovieScenePropertyTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePropertyTrackExtensions"); \ static_assert(sizeof(UMovieScenePropertyTrackExtensions) == 0x000028, "Wrong size on UMovieScenePropertyTrackExtensions"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingKey \ static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ static_assert(sizeof(UMovieSceneScriptingKey) == 0x000040, "Wrong size on UMovieSceneScriptingKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetTime \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetValue \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetTime \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetValue \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceKey \ static_assert(alignof(UMovieSceneScriptingActorReferenceKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceKey"); \ static_assert(sizeof(UMovieSceneScriptingActorReferenceKey) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000030, "Wrong size on UMovieSceneScriptingChannel"); \ static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000028, "Member 'UMovieSceneScriptingChannel::ChannelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_AddKey \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, SubFrame) == 0x00001C, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, TimeUnit) == 0x000020, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, ReturnValue) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceChannel \ static_assert(alignof(UMovieSceneScriptingActorReferenceChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceChannel"); \ static_assert(sizeof(UMovieSceneScriptingActorReferenceChannel) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetTime \ static_assert(alignof(MovieSceneScriptingBoolKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingBoolKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingBoolKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetValue \ static_assert(alignof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetTime \ static_assert(alignof(MovieSceneScriptingBoolKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingBoolKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetValue \ static_assert(alignof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingBoolKey \ static_assert(alignof(UMovieSceneScriptingBoolKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolKey"); \ static_assert(sizeof(UMovieSceneScriptingBoolKey) == 0x000060, "Wrong size on UMovieSceneScriptingBoolKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_AddKey \ static_assert(alignof(MovieSceneScriptingBoolChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingBoolChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingBoolChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingBoolChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingBoolChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_ComputeEffectiveRange \ static_assert(alignof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_EvaluateKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::Range' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingBoolChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetNumKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_GetNumKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingBoolChannel_GetNumKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingBoolChannel \ static_assert(alignof(UMovieSceneScriptingBoolChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolChannel"); \ static_assert(sizeof(UMovieSceneScriptingBoolChannel) == 0x000060, "Wrong size on UMovieSceneScriptingBoolChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetTime \ static_assert(alignof(MovieSceneScriptingByteKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingByteKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingByteKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingByteKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetValue \ static_assert(alignof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetTime \ static_assert(alignof(MovieSceneScriptingByteKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingByteKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingByteKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetValue \ static_assert(alignof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingByteKey \ static_assert(alignof(UMovieSceneScriptingByteKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteKey"); \ static_assert(sizeof(UMovieSceneScriptingByteKey) == 0x000060, "Wrong size on UMovieSceneScriptingByteKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_AddKey \ static_assert(alignof(MovieSceneScriptingByteChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingByteChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingByteChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingByteChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingByteChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingByteChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingByteChannel_AddKey::InInterpolation' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingByteChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingByteChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingByteChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingByteChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingByteChannel \ static_assert(alignof(UMovieSceneScriptingByteChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteChannel"); \ static_assert(sizeof(UMovieSceneScriptingByteChannel) == 0x000060, "Wrong size on UMovieSceneScriptingByteChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetTime \ static_assert(alignof(MovieSceneScriptingEventKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingEventKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingEventKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingEventKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetValue \ static_assert(alignof(MovieSceneScriptingEventKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingEventKey_SetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetTime \ static_assert(alignof(MovieSceneScriptingEventKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingEventKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingEventKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetValue \ static_assert(alignof(MovieSceneScriptingEventKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingEventKey_GetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingEventKey \ static_assert(alignof(UMovieSceneScriptingEventKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventKey"); \ static_assert(sizeof(UMovieSceneScriptingEventKey) == 0x000060, "Wrong size on UMovieSceneScriptingEventKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_AddKey \ static_assert(alignof(MovieSceneScriptingEventChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_AddKey) == 0x000040, "Wrong size on MovieSceneScriptingEventChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingEventChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingEventChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, SubFrame) == 0x000030, "Member 'MovieSceneScriptingEventChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, TimeUnit) == 0x000034, "Member 'MovieSceneScriptingEventChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, ReturnValue) == 0x000038, "Member 'MovieSceneScriptingEventChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingEventChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingEventChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingEventChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingEventChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000060, "Wrong size on UMovieSceneScriptingEventChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetInterpolationMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentWeightMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTime \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingFloatKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingFloatKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetValue \ static_assert(alignof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetInterpolationMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentWeightMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTime \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingFloatKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetValue \ static_assert(alignof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingFloatKey \ static_assert(alignof(UMovieSceneScriptingFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatKey"); \ static_assert(sizeof(UMovieSceneScriptingFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingFloatKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_AddKey \ static_assert(alignof(MovieSceneScriptingFloatChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingFloatChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingFloatChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingFloatChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingFloatChannel_AddKey::InInterpolation' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingFloatChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_ComputeEffectiveRange \ static_assert(alignof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_EvaluateKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::Range' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingFloatChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetNumKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetNumKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetNumKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingFloatChannel \ static_assert(alignof(UMovieSceneScriptingFloatChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatChannel"); \ static_assert(sizeof(UMovieSceneScriptingFloatChannel) == 0x000060, "Wrong size on UMovieSceneScriptingFloatChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetTime \ static_assert(alignof(MovieSceneScriptingIntegerKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingIntegerKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetValue \ static_assert(alignof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetTime \ static_assert(alignof(MovieSceneScriptingIntegerKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetValue \ static_assert(alignof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerKey \ static_assert(alignof(UMovieSceneScriptingIntegerKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerKey"); \ static_assert(sizeof(UMovieSceneScriptingIntegerKey) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_AddKey \ static_assert(alignof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingIntegerChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingIntegerChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingIntegerChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingIntegerChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetTime \ static_assert(alignof(MovieSceneScriptingObjectPathKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingObjectPathKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetValue \ static_assert(alignof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetTime \ static_assert(alignof(MovieSceneScriptingObjectPathKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetValue \ static_assert(alignof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathKey \ static_assert(alignof(UMovieSceneScriptingObjectPathKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathKey"); \ static_assert(sizeof(UMovieSceneScriptingObjectPathKey) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_AddKey \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingObjectPathChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingObjectPathChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathChannel \ static_assert(alignof(UMovieSceneScriptingObjectPathChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathChannel"); \ static_assert(sizeof(UMovieSceneScriptingObjectPathChannel) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetTime \ static_assert(alignof(MovieSceneScriptingStringKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingStringKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingStringKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingStringKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetValue \ static_assert(alignof(MovieSceneScriptingStringKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingStringKey_SetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetTime \ static_assert(alignof(MovieSceneScriptingStringKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingStringKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingStringKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetValue \ static_assert(alignof(MovieSceneScriptingStringKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingStringKey_GetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingStringKey \ static_assert(alignof(UMovieSceneScriptingStringKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringKey"); \ static_assert(sizeof(UMovieSceneScriptingStringKey) == 0x000060, "Wrong size on UMovieSceneScriptingStringKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_AddKey \ static_assert(alignof(MovieSceneScriptingStringChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_AddKey) == 0x000028, "Wrong size on MovieSceneScriptingStringChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingStringChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingStringChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, SubFrame) == 0x000018, "Member 'MovieSceneScriptingStringChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, TimeUnit) == 0x00001C, "Member 'MovieSceneScriptingStringChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingStringChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingStringChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingStringChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_SetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingStringChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingStringChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingStringChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingStringChannel \ static_assert(alignof(UMovieSceneScriptingStringChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringChannel"); \ static_assert(sizeof(UMovieSceneScriptingStringChannel) == 0x000060, "Wrong size on UMovieSceneScriptingStringChannel"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_FindChannelsByType \ static_assert(alignof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_FindChannelsByType"); \ static_assert(sizeof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_FindChannelsByType"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_FindChannelsByType::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ChannelType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannels \ static_assert(alignof(MovieSceneSectionExtensions_GetChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannels"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannels"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannels::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetParentSequenceFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, InFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::InFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ParentSequence) == 0x000010, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ParentSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ReturnValue) == 0x000018, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_HasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_HasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_HasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_HasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, EndFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrame::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameBounded \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameBounded"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameBounded"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::bIsBounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, EndTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRange \ static_assert(alignof(MovieSceneSectionExtensions_SetRange) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRange"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetRange) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRange"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRange::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, EndFrame) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRange::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRangeSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRangeSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRangeSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::StartTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, EndTime) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrame::StartFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameBounded \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameBounded"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameBounded"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::bIsBounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSectionExtensions \ static_assert(alignof(UMovieSceneSectionExtensions) == 0x000008, "Wrong alignment on UMovieSceneSectionExtensions"); \ static_assert(sizeof(UMovieSceneSectionExtensions) == 0x000028, "Wrong size on UMovieSceneSectionExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::InMarkedFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMasterTrack \ static_assert(alignof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMasterTrack"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddMasterTrack"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingID' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByExactType \ static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByType \ static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMasterTracks \ static_assert(alignof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMasterTracks"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMasterTracks"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTimecodeSource \ static_assert(alignof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTimecodeSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetTimecodeSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_MakeBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, Space) == 0x000020, "Member 'MovieSceneSequenceExtensions_MakeBindingID::Space' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, ReturnValue) == 0x000024, "Member 'MovieSceneSequenceExtensions_MakeBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveMasterTrack \ static_assert(alignof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ static_assert(sizeof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, MasterTrack) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::MasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ static_assert(sizeof(UMovieSceneSequenceExtensions) == 0x000028, "Wrong size on UMovieSceneSequenceExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_AddSection \ static_assert(alignof(MovieSceneTrackExtensions_AddSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_AddSection"); \ static_assert(sizeof(MovieSceneTrackExtensions_AddSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_AddSection"); \ static_assert(offsetof(MovieSceneTrackExtensions_AddSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_AddSection::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_AddSection, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_AddSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetColorTint \ static_assert(alignof(MovieSceneTrackExtensions_GetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetColorTint"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetColorTint"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetColorTint::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetColorTint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetDisplayName \ static_assert(alignof(MovieSceneTrackExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetDisplayName"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_RemoveSection \ static_assert(alignof(MovieSceneTrackExtensions_RemoveSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_RemoveSection"); \ static_assert(sizeof(MovieSceneTrackExtensions_RemoveSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_RemoveSection"); \ static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_RemoveSection::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_RemoveSection::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetColorTint \ static_assert(alignof(MovieSceneTrackExtensions_SetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetColorTint"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetColorTint"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetColorTint::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, ColorTint) == 0x000008, "Member 'MovieSceneTrackExtensions_SetColorTint::ColorTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetDisplayName \ static_assert(alignof(MovieSceneTrackExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetDisplayName"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000028, "Wrong size on UMovieSceneTrackExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_GetNumChannelsUsed \ static_assert(alignof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ static_assert(sizeof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_SetNumChannelsUsed \ static_assert(alignof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ static_assert(sizeof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneVectorTrackExtensions \ static_assert(alignof(UMovieSceneVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneVectorTrackExtensions"); \ static_assert(sizeof(UMovieSceneVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneVectorTrackExtensions"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasEnd \ static_assert(alignof(SequencerScriptingRangeExtensions_HasEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasEnd"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_HasEnd) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasEnd"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasEnd::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasStart \ static_assert(alignof(SequencerScriptingRangeExtensions_HasStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasStart"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_HasStart) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasStart"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasStart::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveEnd \ static_assert(alignof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveEnd"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveEnd"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveEnd::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveStart \ static_assert(alignof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveStart"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveStart"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveStart::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequencerScriptingRangeExtensions \ static_assert(alignof(USequencerScriptingRangeExtensions) == 0x000008, "Wrong alignment on USequencerScriptingRangeExtensions"); \ static_assert(sizeof(USequencerScriptingRangeExtensions) == 0x000028, "Wrong size on USequencerScriptingRangeExtensions"); \ #define DUMPER7_ASSERTS_ItemSelection_C_ExecuteUbergraph_ItemSelection \ static_assert(alignof(ItemSelection_C_ExecuteUbergraph_ItemSelection) == 0x000004, "Wrong alignment on ItemSelection_C_ExecuteUbergraph_ItemSelection"); \ static_assert(sizeof(ItemSelection_C_ExecuteUbergraph_ItemSelection) == 0x000004, "Wrong size on ItemSelection_C_ExecuteUbergraph_ItemSelection"); \ static_assert(offsetof(ItemSelection_C_ExecuteUbergraph_ItemSelection, EntryPoint) == 0x000000, "Member 'ItemSelection_C_ExecuteUbergraph_ItemSelection::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelection_C_ShowSelection \ static_assert(alignof(ItemSelection_C_ShowSelection) == 0x000008, "Wrong alignment on ItemSelection_C_ShowSelection"); \ static_assert(sizeof(ItemSelection_C_ShowSelection) == 0x000118, "Wrong size on ItemSelection_C_ShowSelection"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, ButtonCaption) == 0x000000, "Member 'ItemSelection_C_ShowSelection::ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Text) == 0x000018, "Member 'ItemSelection_C_ShowSelection::Text' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, DisabledButton) == 0x000030, "Member 'ItemSelection_C_ShowSelection::DisabledButton' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, IsInfoText) == 0x000031, "Member 'ItemSelection_C_ShowSelection::IsInfoText' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Durability) == 0x000038, "Member 'ItemSelection_C_ShowSelection::Durability' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable) == 0x000050, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_TextIsEmpty_ReturnValue) == 0x000051, "Member 'ItemSelection_C_ShowSelection::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000052, "Member 'ItemSelection_C_ShowSelection::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000053, "Member 'ItemSelection_C_ShowSelection::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable) == 0x000054, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_1) == 0x000055, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable_1) == 0x000056, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_text_Variable) == 0x000058, "Member 'ItemSelection_C_ShowSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable_2) == 0x000070, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default) == 0x000078, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_2) == 0x000090, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_3) == 0x000091, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable_3) == 0x000092, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default_1) == 0x000093, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_4) == 0x000094, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_5) == 0x000095, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable_4) == 0x000096, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default_2) == 0x000097, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_struct_Variable) == 0x000098, "Member 'ItemSelection_C_ShowSelection::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_struct_Variable_1) == 0x0000A8, "Member 'ItemSelection_C_ShowSelection::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_bool_Variable_5) == 0x0000B8, "Member 'ItemSelection_C_ShowSelection::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default_3) == 0x0000BC, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_6) == 0x0000CC, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, Temp_byte_Variable_7) == 0x0000CD, "Member 'ItemSelection_C_ShowSelection::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'ItemSelection_C_ShowSelection::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default_4) == 0x0000D8, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_GetHUD_ReturnValue) == 0x0000E0, "Member 'ItemSelection_C_ShowSelection::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'ItemSelection_C_ShowSelection::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000F0, "Member 'ItemSelection_C_ShowSelection::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, CallFunc_GetHUD_ReturnValue_1) == 0x0000F8, "Member 'ItemSelection_C_ShowSelection::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_DynamicCast_AsHUD_Interface) == 0x000100, "Member 'ItemSelection_C_ShowSelection::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'ItemSelection_C_ShowSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_ShowSelection, K2Node_Select_Default_5) == 0x000111, "Member 'ItemSelection_C_ShowSelection::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelection_C_Hide \ static_assert(alignof(ItemSelection_C_Hide) == 0x000008, "Wrong alignment on ItemSelection_C_Hide"); \ static_assert(sizeof(ItemSelection_C_Hide) == 0x000028, "Wrong size on ItemSelection_C_Hide"); \ static_assert(offsetof(ItemSelection_C_Hide, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'ItemSelection_C_Hide::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_Hide, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'ItemSelection_C_Hide::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_Hide, K2Node_DynamicCast_AsHUD_Interface) == 0x000010, "Member 'ItemSelection_C_Hide::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ItemSelection_C_Hide, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ItemSelection_C_Hide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UItemSelection_C \ static_assert(alignof(UItemSelection_C) == 0x000008, "Wrong alignment on UItemSelection_C"); \ static_assert(sizeof(UItemSelection_C) == 0x0002B0, "Wrong size on UItemSelection_C"); \ static_assert(offsetof(UItemSelection_C, UberGraphFrame) == 0x000260, "Member 'UItemSelection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, BTN_BOX) == 0x000268, "Member 'UItemSelection_C::BTN_BOX' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, ButtonBG) == 0x000270, "Member 'UItemSelection_C::ButtonBG' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, DurabilityText) == 0x000278, "Member 'UItemSelection_C::DurabilityText' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, HotkeyText) == 0x000280, "Member 'UItemSelection_C::HotkeyText' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, TextBlock_0) == 0x000288, "Member 'UItemSelection_C::TextBlock_0' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, ShowSelectionHUD_V2) == 0x000290, "Member 'UItemSelection_C::ShowSelectionHUD_V2' has a wrong offset!"); \ static_assert(offsetof(UItemSelection_C, HideSelectionHUD_V2) == 0x0002A0, "Member 'UItemSelection_C::HideSelectionHUD_V2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ static_assert(sizeof(FTemplateSectionPropertyScale) == 0x0000C8, "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_TemplateSequencePlayer_CreateTemplateSequencePlayer \ static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequencePlayer \ static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F0, "Wrong size on UTemplateSequencePlayer"); \ #define DUMPER7_ASSERTS_UTemplateSequence \ static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ static_assert(sizeof(UTemplateSequence) == 0x000108, "Wrong size on UTemplateSequence"); \ static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000060, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000068, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x000090, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000B8, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAnimationSequence \ static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ static_assert(sizeof(UCameraAnimationSequence) == 0x000108, "Wrong size on UCameraAnimationSequence"); \ #define DUMPER7_ASSERTS_UTemplateSequenceSection \ static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ static_assert(sizeof(UTemplateSequenceSection) == 0x000180, "Wrong size on UTemplateSequenceSection"); \ static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000170, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakeCameraStandIn \ static_assert(alignof(USequenceCameraShakeCameraStandIn) == 0x000010, "Wrong alignment on USequenceCameraShakeCameraStandIn"); \ static_assert(sizeof(USequenceCameraShakeCameraStandIn) == 0x000670, "Wrong size on USequenceCameraShakeCameraStandIn"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, FieldOfView) == 0x000030, "Member 'USequenceCameraShakeCameraStandIn::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, AspectRatio) == 0x000038, "Member 'USequenceCameraShakeCameraStandIn::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessSettings) == 0x000040, "Member 'USequenceCameraShakeCameraStandIn::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessBlendWeight) == 0x0005A0, "Member 'USequenceCameraShakeCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, Filmback) == 0x0005A4, "Member 'USequenceCameraShakeCameraStandIn::Filmback' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, LensSettings) == 0x0005B0, "Member 'USequenceCameraShakeCameraStandIn::LensSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, FocusSettings) == 0x0005C8, "Member 'USequenceCameraShakeCameraStandIn::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocalLength) == 0x000620, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentAperture) == 0x000624, "Member 'USequenceCameraShakeCameraStandIn::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocusDistance) == 0x000628, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakePattern \ static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ static_assert(sizeof(USequenceCameraShakePattern) == 0x000058, "Wrong size on USequenceCameraShakePattern"); \ static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000028, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000030, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x000034, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000038, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x00003C, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000040, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x000044, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000048, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000050, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakeSequencePlayer \ static_assert(alignof(USequenceCameraShakeSequencePlayer) == 0x000008, "Wrong alignment on USequenceCameraShakeSequencePlayer"); \ static_assert(sizeof(USequenceCameraShakeSequencePlayer) == 0x000428, "Wrong size on USequenceCameraShakeSequencePlayer"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, BoundObjectOverride) == 0x0002D0, "Member 'USequenceCameraShakeSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, Sequence) == 0x0002D8, "Member 'USequenceCameraShakeSequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, RootTemplateInstance) == 0x0002E0, "Member 'USequenceCameraShakeSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATemplateSequenceActor \ static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ static_assert(sizeof(ATemplateSequenceActor) == 0x000278, "Wrong size on ATemplateSequenceActor"); \ static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000230, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x000248, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x000250, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000268, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequenceSystem \ static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B0, "Wrong size on UTemplateSequenceSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000090, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequenceTrack \ static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ static_assert(sizeof(UTemplateSequenceTrack) == 0x0000A0, "Wrong size on UTemplateSequenceTrack"); \ #define DUMPER7_ASSERTS_FProbeRelocation \ static_assert(alignof(FProbeRelocation) == 0x000004, "Wrong alignment on FProbeRelocation"); \ static_assert(sizeof(FProbeRelocation) == 0x00000C, "Wrong size on FProbeRelocation"); \ static_assert(offsetof(FProbeRelocation, AutomaticProbeRelocation) == 0x000000, "Member 'FProbeRelocation::AutomaticProbeRelocation' has a wrong offset!"); \ static_assert(offsetof(FProbeRelocation, ProbeMinFrontfaceDistance) == 0x000004, "Member 'FProbeRelocation::ProbeMinFrontfaceDistance' has a wrong offset!"); \ static_assert(offsetof(FProbeRelocation, ProbeBackfaceThreshold) == 0x000008, "Member 'FProbeRelocation::ProbeBackfaceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADDGIVolume \ static_assert(alignof(ADDGIVolume) == 0x000008, "Wrong alignment on ADDGIVolume"); \ static_assert(sizeof(ADDGIVolume) == 0x000228, "Wrong size on ADDGIVolume"); \ static_assert(offsetof(ADDGIVolume, DDGIVolumeComponent) == 0x000220, "Member 'ADDGIVolume::DDGIVolumeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_SetEmissiveMultiplier \ static_assert(alignof(DDGIVolumeComponent_SetEmissiveMultiplier) == 0x000004, "Wrong alignment on DDGIVolumeComponent_SetEmissiveMultiplier"); \ static_assert(sizeof(DDGIVolumeComponent_SetEmissiveMultiplier) == 0x000004, "Wrong size on DDGIVolumeComponent_SetEmissiveMultiplier"); \ static_assert(offsetof(DDGIVolumeComponent_SetEmissiveMultiplier, NewEmissiveMultiplier) == 0x000000, "Member 'DDGIVolumeComponent_SetEmissiveMultiplier::NewEmissiveMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_SetIrradianceScalar \ static_assert(alignof(DDGIVolumeComponent_SetIrradianceScalar) == 0x000004, "Wrong alignment on DDGIVolumeComponent_SetIrradianceScalar"); \ static_assert(sizeof(DDGIVolumeComponent_SetIrradianceScalar) == 0x000004, "Wrong size on DDGIVolumeComponent_SetIrradianceScalar"); \ static_assert(offsetof(DDGIVolumeComponent_SetIrradianceScalar, NewIrradianceScalar) == 0x000000, "Member 'DDGIVolumeComponent_SetIrradianceScalar::NewIrradianceScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_SetLightMultiplier \ static_assert(alignof(DDGIVolumeComponent_SetLightMultiplier) == 0x000004, "Wrong alignment on DDGIVolumeComponent_SetLightMultiplier"); \ static_assert(sizeof(DDGIVolumeComponent_SetLightMultiplier) == 0x000004, "Wrong size on DDGIVolumeComponent_SetLightMultiplier"); \ static_assert(offsetof(DDGIVolumeComponent_SetLightMultiplier, NewLightMultiplier) == 0x000000, "Member 'DDGIVolumeComponent_SetLightMultiplier::NewLightMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_ToggleVolume \ static_assert(alignof(DDGIVolumeComponent_ToggleVolume) == 0x000001, "Wrong alignment on DDGIVolumeComponent_ToggleVolume"); \ static_assert(sizeof(DDGIVolumeComponent_ToggleVolume) == 0x000001, "Wrong size on DDGIVolumeComponent_ToggleVolume"); \ static_assert(offsetof(DDGIVolumeComponent_ToggleVolume, IsVolumeEnabled) == 0x000000, "Member 'DDGIVolumeComponent_ToggleVolume::IsVolumeEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_GetEmissiveMultiplier \ static_assert(alignof(DDGIVolumeComponent_GetEmissiveMultiplier) == 0x000004, "Wrong alignment on DDGIVolumeComponent_GetEmissiveMultiplier"); \ static_assert(sizeof(DDGIVolumeComponent_GetEmissiveMultiplier) == 0x000004, "Wrong size on DDGIVolumeComponent_GetEmissiveMultiplier"); \ static_assert(offsetof(DDGIVolumeComponent_GetEmissiveMultiplier, ReturnValue) == 0x000000, "Member 'DDGIVolumeComponent_GetEmissiveMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_GetIrradianceScalar \ static_assert(alignof(DDGIVolumeComponent_GetIrradianceScalar) == 0x000004, "Wrong alignment on DDGIVolumeComponent_GetIrradianceScalar"); \ static_assert(sizeof(DDGIVolumeComponent_GetIrradianceScalar) == 0x000004, "Wrong size on DDGIVolumeComponent_GetIrradianceScalar"); \ static_assert(offsetof(DDGIVolumeComponent_GetIrradianceScalar, ReturnValue) == 0x000000, "Member 'DDGIVolumeComponent_GetIrradianceScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DDGIVolumeComponent_GetLightMultiplier \ static_assert(alignof(DDGIVolumeComponent_GetLightMultiplier) == 0x000004, "Wrong alignment on DDGIVolumeComponent_GetLightMultiplier"); \ static_assert(sizeof(DDGIVolumeComponent_GetLightMultiplier) == 0x000004, "Wrong size on DDGIVolumeComponent_GetLightMultiplier"); \ static_assert(offsetof(DDGIVolumeComponent_GetLightMultiplier, ReturnValue) == 0x000000, "Member 'DDGIVolumeComponent_GetLightMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDDGIVolumeComponent \ static_assert(alignof(UDDGIVolumeComponent) == 0x000010, "Wrong alignment on UDDGIVolumeComponent"); \ static_assert(sizeof(UDDGIVolumeComponent) == 0x000340, "Wrong size on UDDGIVolumeComponent"); \ static_assert(offsetof(UDDGIVolumeComponent, EnableVolume) == 0x000200, "Member 'UDDGIVolumeComponent::EnableVolume' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, UpdatePriority) == 0x000204, "Member 'UDDGIVolumeComponent::UpdatePriority' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, LightingPriority) == 0x000208, "Member 'UDDGIVolumeComponent::LightingPriority' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, BlendingDistance) == 0x00020C, "Member 'UDDGIVolumeComponent::BlendingDistance' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, BlendingCutoffDistance) == 0x000210, "Member 'UDDGIVolumeComponent::BlendingCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, RuntimeStatic) == 0x000214, "Member 'UDDGIVolumeComponent::RuntimeStatic' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, LastOrigin) == 0x000218, "Member 'UDDGIVolumeComponent::LastOrigin' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, RaysPerProbe) == 0x000224, "Member 'UDDGIVolumeComponent::RaysPerProbe' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ProbeCounts) == 0x000228, "Member 'UDDGIVolumeComponent::ProbeCounts' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ProbeMaxRayDistance) == 0x000234, "Member 'UDDGIVolumeComponent::ProbeMaxRayDistance' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ProbeHistoryWeight) == 0x000238, "Member 'UDDGIVolumeComponent::ProbeHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ProbeRelocation) == 0x00023C, "Member 'UDDGIVolumeComponent::ProbeRelocation' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ScrollProbesInfinitely) == 0x000248, "Member 'UDDGIVolumeComponent::ScrollProbesInfinitely' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, VisualizeProbes) == 0x000249, "Member 'UDDGIVolumeComponent::VisualizeProbes' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ProbeScrollOffset) == 0x00024C, "Member 'UDDGIVolumeComponent::ProbeScrollOffset' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, probeDistanceExponent) == 0x000258, "Member 'UDDGIVolumeComponent::probeDistanceExponent' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, probeIrradianceEncodingGamma) == 0x00025C, "Member 'UDDGIVolumeComponent::probeIrradianceEncodingGamma' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, probeChangeThreshold) == 0x000260, "Member 'UDDGIVolumeComponent::probeChangeThreshold' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, probeBrightnessThreshold) == 0x000264, "Member 'UDDGIVolumeComponent::probeBrightnessThreshold' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, SkyLightTypeOnRayMiss) == 0x000268, "Member 'UDDGIVolumeComponent::SkyLightTypeOnRayMiss' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, ViewBias) == 0x00026C, "Member 'UDDGIVolumeComponent::ViewBias' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, NormalBias) == 0x000270, "Member 'UDDGIVolumeComponent::NormalBias' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, LightMultiplier) == 0x000274, "Member 'UDDGIVolumeComponent::LightMultiplier' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, EmissiveMultiplier) == 0x000278, "Member 'UDDGIVolumeComponent::EmissiveMultiplier' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, IrradianceScalar) == 0x00027C, "Member 'UDDGIVolumeComponent::IrradianceScalar' has a wrong offset!"); \ static_assert(offsetof(UDDGIVolumeComponent, LightingChannels) == 0x000280, "Member 'UDDGIVolumeComponent::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URTXGIPluginSettings \ static_assert(alignof(URTXGIPluginSettings) == 0x000008, "Wrong alignment on URTXGIPluginSettings"); \ static_assert(sizeof(URTXGIPluginSettings) == 0x000050, "Wrong size on URTXGIPluginSettings"); \ static_assert(offsetof(URTXGIPluginSettings, IrradianceBits) == 0x000038, "Member 'URTXGIPluginSettings::IrradianceBits' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, DistanceBits) == 0x000039, "Member 'URTXGIPluginSettings::DistanceBits' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, DebugProbeRadius) == 0x00003C, "Member 'URTXGIPluginSettings::DebugProbeRadius' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, ProbeUpdateRayBudget) == 0x000040, "Member 'URTXGIPluginSettings::ProbeUpdateRayBudget' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, ProbesVisualization) == 0x000044, "Member 'URTXGIPluginSettings::ProbesVisualization' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, ProbesDepthScale) == 0x000048, "Member 'URTXGIPluginSettings::ProbesDepthScale' has a wrong offset!"); \ static_assert(offsetof(URTXGIPluginSettings, SerializeProbes) == 0x00004C, "Member 'URTXGIPluginSettings::SerializeProbes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntMargin \ static_assert(alignof(FIntMargin) == 0x000004, "Wrong alignment on FIntMargin"); \ static_assert(sizeof(FIntMargin) == 0x000010, "Wrong size on FIntMargin"); \ static_assert(offsetof(FIntMargin, Left) == 0x000000, "Member 'FIntMargin::Left' has a wrong offset!"); \ static_assert(offsetof(FIntMargin, Top) == 0x000004, "Member 'FIntMargin::Top' has a wrong offset!"); \ static_assert(offsetof(FIntMargin, Right) == 0x000008, "Member 'FIntMargin::Right' has a wrong offset!"); \ static_assert(offsetof(FIntMargin, Bottom) == 0x00000C, "Member 'FIntMargin::Bottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperFlipbookKeyFrame \ static_assert(alignof(FPaperFlipbookKeyFrame) == 0x000008, "Wrong alignment on FPaperFlipbookKeyFrame"); \ static_assert(sizeof(FPaperFlipbookKeyFrame) == 0x000010, "Wrong size on FPaperFlipbookKeyFrame"); \ static_assert(offsetof(FPaperFlipbookKeyFrame, Sprite) == 0x000000, "Member 'FPaperFlipbookKeyFrame::Sprite' has a wrong offset!"); \ static_assert(offsetof(FPaperFlipbookKeyFrame, FrameRun) == 0x000008, "Member 'FPaperFlipbookKeyFrame::FrameRun' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteInstanceData \ static_assert(alignof(FSpriteInstanceData) == 0x000010, "Wrong alignment on FSpriteInstanceData"); \ static_assert(sizeof(FSpriteInstanceData) == 0x000050, "Wrong size on FSpriteInstanceData"); \ static_assert(offsetof(FSpriteInstanceData, Transform) == 0x000000, "Member 'FSpriteInstanceData::Transform' has a wrong offset!"); \ static_assert(offsetof(FSpriteInstanceData, SourceSprite) == 0x000040, "Member 'FSpriteInstanceData::SourceSprite' has a wrong offset!"); \ static_assert(offsetof(FSpriteInstanceData, VertexColor) == 0x000048, "Member 'FSpriteInstanceData::VertexColor' has a wrong offset!"); \ static_assert(offsetof(FSpriteInstanceData, MaterialIndex) == 0x00004C, "Member 'FSpriteInstanceData::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperSpriteSocket \ static_assert(alignof(FPaperSpriteSocket) == 0x000010, "Wrong alignment on FPaperSpriteSocket"); \ static_assert(sizeof(FPaperSpriteSocket) == 0x000040, "Wrong size on FPaperSpriteSocket"); \ static_assert(offsetof(FPaperSpriteSocket, LocalTransform) == 0x000000, "Member 'FPaperSpriteSocket::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteSocket, SocketName) == 0x000030, "Member 'FPaperSpriteSocket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperSpriteAtlasSlot \ static_assert(alignof(FPaperSpriteAtlasSlot) == 0x000008, "Wrong alignment on FPaperSpriteAtlasSlot"); \ static_assert(sizeof(FPaperSpriteAtlasSlot) == 0x000040, "Wrong size on FPaperSpriteAtlasSlot"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, SpriteRef) == 0x000000, "Member 'FPaperSpriteAtlasSlot::SpriteRef' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, AtlasIndex) == 0x000028, "Member 'FPaperSpriteAtlasSlot::AtlasIndex' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, X) == 0x00002C, "Member 'FPaperSpriteAtlasSlot::X' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, Y) == 0x000030, "Member 'FPaperSpriteAtlasSlot::Y' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, Width) == 0x000034, "Member 'FPaperSpriteAtlasSlot::Width' has a wrong offset!"); \ static_assert(offsetof(FPaperSpriteAtlasSlot, Height) == 0x000038, "Member 'FPaperSpriteAtlasSlot::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperTerrainMaterialRule \ static_assert(alignof(FPaperTerrainMaterialRule) == 0x000008, "Wrong alignment on FPaperTerrainMaterialRule"); \ static_assert(sizeof(FPaperTerrainMaterialRule) == 0x000038, "Wrong size on FPaperTerrainMaterialRule"); \ static_assert(offsetof(FPaperTerrainMaterialRule, StartCap) == 0x000000, "Member 'FPaperTerrainMaterialRule::StartCap' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, Body) == 0x000008, "Member 'FPaperTerrainMaterialRule::Body' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, EndCap) == 0x000018, "Member 'FPaperTerrainMaterialRule::EndCap' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, MinimumAngle) == 0x000020, "Member 'FPaperTerrainMaterialRule::MinimumAngle' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, MaximumAngle) == 0x000024, "Member 'FPaperTerrainMaterialRule::MaximumAngle' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, bEnableCollision) == 0x000028, "Member 'FPaperTerrainMaterialRule::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, CollisionOffset) == 0x00002C, "Member 'FPaperTerrainMaterialRule::CollisionOffset' has a wrong offset!"); \ static_assert(offsetof(FPaperTerrainMaterialRule, DrawOrder) == 0x000030, "Member 'FPaperTerrainMaterialRule::DrawOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperTileInfo \ static_assert(alignof(FPaperTileInfo) == 0x000008, "Wrong alignment on FPaperTileInfo"); \ static_assert(sizeof(FPaperTileInfo) == 0x000010, "Wrong size on FPaperTileInfo"); \ static_assert(offsetof(FPaperTileInfo, TileSet) == 0x000000, "Member 'FPaperTileInfo::TileSet' has a wrong offset!"); \ static_assert(offsetof(FPaperTileInfo, PackedTileIndex) == 0x000008, "Member 'FPaperTileInfo::PackedTileIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperTileSetTerrain \ static_assert(alignof(FPaperTileSetTerrain) == 0x000008, "Wrong alignment on FPaperTileSetTerrain"); \ static_assert(sizeof(FPaperTileSetTerrain) == 0x000018, "Wrong size on FPaperTileSetTerrain"); \ static_assert(offsetof(FPaperTileSetTerrain, TerrainName) == 0x000000, "Member 'FPaperTileSetTerrain::TerrainName' has a wrong offset!"); \ static_assert(offsetof(FPaperTileSetTerrain, CenterTileIndex) == 0x000010, "Member 'FPaperTileSetTerrain::CenterTileIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteGeometryShape \ static_assert(alignof(FSpriteGeometryShape) == 0x000008, "Wrong alignment on FSpriteGeometryShape"); \ static_assert(sizeof(FSpriteGeometryShape) == 0x000030, "Wrong size on FSpriteGeometryShape"); \ static_assert(offsetof(FSpriteGeometryShape, ShapeType) == 0x000000, "Member 'FSpriteGeometryShape::ShapeType' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryShape, Vertices) == 0x000008, "Member 'FSpriteGeometryShape::Vertices' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryShape, BoxSize) == 0x000018, "Member 'FSpriteGeometryShape::BoxSize' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryShape, BoxPosition) == 0x000020, "Member 'FSpriteGeometryShape::BoxPosition' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryShape, Rotation) == 0x000028, "Member 'FSpriteGeometryShape::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryShape, bNegativeWinding) == 0x00002C, "Member 'FSpriteGeometryShape::bNegativeWinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteGeometryCollection \ static_assert(alignof(FSpriteGeometryCollection) == 0x000008, "Wrong alignment on FSpriteGeometryCollection"); \ static_assert(sizeof(FSpriteGeometryCollection) == 0x000030, "Wrong size on FSpriteGeometryCollection"); \ static_assert(offsetof(FSpriteGeometryCollection, Shapes) == 0x000000, "Member 'FSpriteGeometryCollection::Shapes' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, GeometryType) == 0x000010, "Member 'FSpriteGeometryCollection::GeometryType' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionX) == 0x000014, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionX' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionY) == 0x000018, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionY' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, bAvoidVertexMerging) == 0x00001C, "Member 'FSpriteGeometryCollection::bAvoidVertexMerging' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, AlphaThreshold) == 0x000020, "Member 'FSpriteGeometryCollection::AlphaThreshold' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, DetailAmount) == 0x000024, "Member 'FSpriteGeometryCollection::DetailAmount' has a wrong offset!"); \ static_assert(offsetof(FSpriteGeometryCollection, SimplifyEpsilon) == 0x000028, "Member 'FSpriteGeometryCollection::SimplifyEpsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaperTileMetadata \ static_assert(alignof(FPaperTileMetadata) == 0x000008, "Wrong alignment on FPaperTileMetadata"); \ static_assert(sizeof(FPaperTileMetadata) == 0x000040, "Wrong size on FPaperTileMetadata"); \ static_assert(offsetof(FPaperTileMetadata, UserDataName) == 0x000000, "Member 'FPaperTileMetadata::UserDataName' has a wrong offset!"); \ static_assert(offsetof(FPaperTileMetadata, CollisionData) == 0x000008, "Member 'FPaperTileMetadata::CollisionData' has a wrong offset!"); \ static_assert(offsetof(FPaperTileMetadata, TerrainMembership) == 0x000038, "Member 'FPaperTileMetadata::TerrainMembership' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteDrawCallRecord \ static_assert(alignof(FSpriteDrawCallRecord) == 0x000010, "Wrong alignment on FSpriteDrawCallRecord"); \ static_assert(sizeof(FSpriteDrawCallRecord) == 0x0000D0, "Wrong size on FSpriteDrawCallRecord"); \ static_assert(offsetof(FSpriteDrawCallRecord, Destination) == 0x000000, "Member 'FSpriteDrawCallRecord::Destination' has a wrong offset!"); \ static_assert(offsetof(FSpriteDrawCallRecord, BaseTexture) == 0x000010, "Member 'FSpriteDrawCallRecord::BaseTexture' has a wrong offset!"); \ static_assert(offsetof(FSpriteDrawCallRecord, Color) == 0x000048, "Member 'FSpriteDrawCallRecord::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpriteAssetInitParameters \ static_assert(alignof(FSpriteAssetInitParameters) == 0x000008, "Wrong alignment on FSpriteAssetInitParameters"); \ static_assert(sizeof(FSpriteAssetInitParameters) == 0x000040, "Wrong size on FSpriteAssetInitParameters"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_AddInstance \ static_assert(alignof(PaperGroupedSpriteComponent_AddInstance) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_AddInstance"); \ static_assert(sizeof(PaperGroupedSpriteComponent_AddInstance) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_AddInstance"); \ static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Transform) == 0x000000, "Member 'PaperGroupedSpriteComponent_AddInstance::Transform' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Sprite) == 0x000030, "Member 'PaperGroupedSpriteComponent_AddInstance::Sprite' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, bWorldSpace) == 0x000038, "Member 'PaperGroupedSpriteComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Color) == 0x00003C, "Member 'PaperGroupedSpriteComponent_AddInstance::Color' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, ReturnValue) == 0x00004C, "Member 'PaperGroupedSpriteComponent_AddInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_RemoveInstance \ static_assert(alignof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_RemoveInstance"); \ static_assert(sizeof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000008, "Wrong size on PaperGroupedSpriteComponent_RemoveInstance"); \ static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'PaperGroupedSpriteComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_SortInstancesAlongAxis \ static_assert(alignof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ static_assert(sizeof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x00000C, "Wrong size on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ static_assert(offsetof(PaperGroupedSpriteComponent_SortInstancesAlongAxis, WorldSpaceSortAxis) == 0x000000, "Member 'PaperGroupedSpriteComponent_SortInstancesAlongAxis::WorldSpaceSortAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceColor \ static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000018, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, NewInstanceColor) == 0x000004, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::NewInstanceColor' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, bMarkRenderStateDirty) == 0x000014, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, ReturnValue) == 0x000015, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceTransform \ static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceCount \ static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceCount"); \ static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong size on PaperGroupedSpriteComponent_GetInstanceCount"); \ static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceTransform \ static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceTransform"); \ static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_GetInstanceTransform"); \ static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperGroupedSpriteComponent \ static_assert(alignof(UPaperGroupedSpriteComponent) == 0x000010, "Wrong alignment on UPaperGroupedSpriteComponent"); \ static_assert(sizeof(UPaperGroupedSpriteComponent) == 0x0004B0, "Wrong size on UPaperGroupedSpriteComponent"); \ static_assert(offsetof(UPaperGroupedSpriteComponent, InstanceMaterials) == 0x000478, "Member 'UPaperGroupedSpriteComponent::InstanceMaterials' has a wrong offset!"); \ static_assert(offsetof(UPaperGroupedSpriteComponent, PerInstanceSpriteData) == 0x000488, "Member 'UPaperGroupedSpriteComponent::PerInstanceSpriteData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSpriteTextureSampler \ static_assert(alignof(UMaterialExpressionSpriteTextureSampler) == 0x000008, "Wrong alignment on UMaterialExpressionSpriteTextureSampler"); \ static_assert(sizeof(UMaterialExpressionSpriteTextureSampler) == 0x0000A0, "Wrong size on UMaterialExpressionSpriteTextureSampler"); \ static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, bSampleAdditionalTextures) == 0x000080, "Member 'UMaterialExpressionSpriteTextureSampler::bSampleAdditionalTextures' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, AdditionalSlotIndex) == 0x000084, "Member 'UMaterialExpressionSpriteTextureSampler::AdditionalSlotIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, SlotDisplayName) == 0x000088, "Member 'UMaterialExpressionSpriteTextureSampler::SlotDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperCharacter \ static_assert(alignof(APaperCharacter) == 0x000010, "Wrong alignment on APaperCharacter"); \ static_assert(sizeof(APaperCharacter) == 0x0004C0, "Wrong size on APaperCharacter"); \ static_assert(offsetof(APaperCharacter, Sprite) == 0x0004B8, "Member 'APaperCharacter::Sprite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetKeyFrameIndexAtTime \ static_assert(alignof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x000004, "Wrong alignment on PaperFlipbook_GetKeyFrameIndexAtTime"); \ static_assert(sizeof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x00000C, "Wrong size on PaperFlipbook_GetKeyFrameIndexAtTime"); \ static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::bClampToEnds' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetNumFrames \ static_assert(alignof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumFrames"); \ static_assert(sizeof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumFrames"); \ static_assert(offsetof(PaperFlipbook_GetNumFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetNumKeyFrames \ static_assert(alignof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumKeyFrames"); \ static_assert(sizeof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumKeyFrames"); \ static_assert(offsetof(PaperFlipbook_GetNumKeyFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumKeyFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtFrame \ static_assert(alignof(PaperFlipbook_GetSpriteAtFrame) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtFrame"); \ static_assert(sizeof(PaperFlipbook_GetSpriteAtFrame) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtFrame"); \ static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, FrameIndex) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtFrame::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtTime \ static_assert(alignof(PaperFlipbook_GetSpriteAtTime) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtTime"); \ static_assert(sizeof(PaperFlipbook_GetSpriteAtTime) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtTime"); \ static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetSpriteAtTime::bClampToEnds' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_GetTotalDuration \ static_assert(alignof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong alignment on PaperFlipbook_GetTotalDuration"); \ static_assert(sizeof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong size on PaperFlipbook_GetTotalDuration"); \ static_assert(offsetof(PaperFlipbook_GetTotalDuration, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetTotalDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbook_IsValidKeyFrameIndex \ static_assert(alignof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000004, "Wrong alignment on PaperFlipbook_IsValidKeyFrameIndex"); \ static_assert(sizeof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000008, "Wrong size on PaperFlipbook_IsValidKeyFrameIndex"); \ static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, Index_0) == 0x000000, "Member 'PaperFlipbook_IsValidKeyFrameIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, ReturnValue) == 0x000004, "Member 'PaperFlipbook_IsValidKeyFrameIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperFlipbook \ static_assert(alignof(UPaperFlipbook) == 0x000008, "Wrong alignment on UPaperFlipbook"); \ static_assert(sizeof(UPaperFlipbook) == 0x000050, "Wrong size on UPaperFlipbook"); \ static_assert(offsetof(UPaperFlipbook, FramesPerSecond) == 0x000028, "Member 'UPaperFlipbook::FramesPerSecond' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbook, KeyFrames) == 0x000030, "Member 'UPaperFlipbook::KeyFrames' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbook, DefaultMaterial) == 0x000040, "Member 'UPaperFlipbook::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbook, CollisionSource) == 0x000048, "Member 'UPaperFlipbook::CollisionSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperFlipbookActor \ static_assert(alignof(APaperFlipbookActor) == 0x000008, "Wrong alignment on APaperFlipbookActor"); \ static_assert(sizeof(APaperFlipbookActor) == 0x000228, "Wrong size on APaperFlipbookActor"); \ static_assert(offsetof(APaperFlipbookActor, RenderComponent) == 0x000220, "Member 'APaperFlipbookActor::RenderComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbook \ static_assert(alignof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_GetFlipbook"); \ static_assert(sizeof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_GetFlipbook"); \ static_assert(offsetof(PaperFlipbookComponent_GetFlipbook, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_OnRep_SourceFlipbook \ static_assert(alignof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ static_assert(sizeof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ static_assert(offsetof(PaperFlipbookComponent_OnRep_SourceFlipbook, OldFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_OnRep_SourceFlipbook::OldFlipbook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetFlipbook \ static_assert(alignof(PaperFlipbookComponent_SetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_SetFlipbook"); \ static_assert(sizeof(PaperFlipbookComponent_SetFlipbook) == 0x000010, "Wrong size on PaperFlipbookComponent_SetFlipbook"); \ static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, NewFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_SetFlipbook::NewFlipbook' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, ReturnValue) == 0x000008, "Member 'PaperFlipbookComponent_SetFlipbook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetLooping \ static_assert(alignof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_SetLooping"); \ static_assert(sizeof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_SetLooping"); \ static_assert(offsetof(PaperFlipbookComponent_SetLooping, bNewLooping) == 0x000000, "Member 'PaperFlipbookComponent_SetLooping::bNewLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetNewTime \ static_assert(alignof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetNewTime"); \ static_assert(sizeof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong size on PaperFlipbookComponent_SetNewTime"); \ static_assert(offsetof(PaperFlipbookComponent_SetNewTime, NewTime) == 0x000000, "Member 'PaperFlipbookComponent_SetNewTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPosition \ static_assert(alignof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPosition"); \ static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPosition"); \ static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPositionInFrames \ static_assert(alignof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, NewFramePosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::NewFramePosition' has a wrong offset!"); \ static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::bFireEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlayRate \ static_assert(alignof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlayRate"); \ static_assert(sizeof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_SetPlayRate"); \ static_assert(offsetof(PaperFlipbookComponent_SetPlayRate, NewRate) == 0x000000, "Member 'PaperFlipbookComponent_SetPlayRate::NewRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_SetSpriteColor \ static_assert(alignof(PaperFlipbookComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetSpriteColor"); \ static_assert(sizeof(PaperFlipbookComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_SetSpriteColor"); \ static_assert(offsetof(PaperFlipbookComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperFlipbookComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookFramerate \ static_assert(alignof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookFramerate"); \ static_assert(sizeof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookFramerate"); \ static_assert(offsetof(PaperFlipbookComponent_GetFlipbookFramerate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookFramerate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLength \ static_assert(alignof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLength"); \ static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLength"); \ static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLength, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLengthInFrames \ static_assert(alignof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLengthInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLengthInFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPosition \ static_assert(alignof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPosition"); \ static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPosition"); \ static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPositionInFrames \ static_assert(alignof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPositionInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPositionInFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlayRate \ static_assert(alignof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlayRate"); \ static_assert(sizeof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlayRate"); \ static_assert(offsetof(PaperFlipbookComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_GetSpriteColor \ static_assert(alignof(PaperFlipbookComponent_GetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetSpriteColor"); \ static_assert(sizeof(PaperFlipbookComponent_GetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_GetSpriteColor"); \ static_assert(offsetof(PaperFlipbookComponent_GetSpriteColor, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetSpriteColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_IsLooping \ static_assert(alignof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsLooping"); \ static_assert(sizeof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_IsLooping"); \ static_assert(offsetof(PaperFlipbookComponent_IsLooping, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_IsPlaying \ static_assert(alignof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsPlaying"); \ static_assert(sizeof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong size on PaperFlipbookComponent_IsPlaying"); \ static_assert(offsetof(PaperFlipbookComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperFlipbookComponent_IsReversing \ static_assert(alignof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsReversing"); \ static_assert(sizeof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong size on PaperFlipbookComponent_IsReversing"); \ static_assert(offsetof(PaperFlipbookComponent_IsReversing, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsReversing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperFlipbookComponent \ static_assert(alignof(UPaperFlipbookComponent) == 0x000010, "Wrong alignment on UPaperFlipbookComponent"); \ static_assert(sizeof(UPaperFlipbookComponent) == 0x0004C0, "Wrong size on UPaperFlipbookComponent"); \ static_assert(offsetof(UPaperFlipbookComponent, SourceFlipbook) == 0x000478, "Member 'UPaperFlipbookComponent::SourceFlipbook' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, Material) == 0x000480, "Member 'UPaperFlipbookComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, PlayRate) == 0x000488, "Member 'UPaperFlipbookComponent::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, AccumulatedTime) == 0x000490, "Member 'UPaperFlipbookComponent::AccumulatedTime' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, CachedFrameIndex) == 0x000494, "Member 'UPaperFlipbookComponent::CachedFrameIndex' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, SpriteColor) == 0x000498, "Member 'UPaperFlipbookComponent::SpriteColor' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, CachedBodySetup) == 0x0004A8, "Member 'UPaperFlipbookComponent::CachedBodySetup' has a wrong offset!"); \ static_assert(offsetof(UPaperFlipbookComponent, OnFinishedPlaying) == 0x0004B0, "Member 'UPaperFlipbookComponent::OnFinishedPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperGroupedSpriteActor \ static_assert(alignof(APaperGroupedSpriteActor) == 0x000008, "Wrong alignment on APaperGroupedSpriteActor"); \ static_assert(sizeof(APaperGroupedSpriteActor) == 0x000228, "Wrong size on APaperGroupedSpriteActor"); \ static_assert(offsetof(APaperGroupedSpriteActor, RenderComponent) == 0x000220, "Member 'APaperGroupedSpriteActor::RenderComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperRuntimeSettings \ static_assert(alignof(UPaperRuntimeSettings) == 0x000008, "Wrong alignment on UPaperRuntimeSettings"); \ static_assert(sizeof(UPaperRuntimeSettings) == 0x000030, "Wrong size on UPaperRuntimeSettings"); \ static_assert(offsetof(UPaperRuntimeSettings, bEnableSpriteAtlasGroups) == 0x000028, "Member 'UPaperRuntimeSettings::bEnableSpriteAtlasGroups' has a wrong offset!"); \ static_assert(offsetof(UPaperRuntimeSettings, bEnableTerrainSplineEditing) == 0x000029, "Member 'UPaperRuntimeSettings::bEnableTerrainSplineEditing' has a wrong offset!"); \ static_assert(offsetof(UPaperRuntimeSettings, bResizeSpriteDataToMatchTextures) == 0x00002A, "Member 'UPaperRuntimeSettings::bResizeSpriteDataToMatchTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperSprite \ static_assert(alignof(UPaperSprite) == 0x000008, "Wrong alignment on UPaperSprite"); \ static_assert(sizeof(UPaperSprite) == 0x0000A8, "Wrong size on UPaperSprite"); \ static_assert(offsetof(UPaperSprite, AdditionalSourceTextures) == 0x000038, "Member 'UPaperSprite::AdditionalSourceTextures' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, BakedSourceUV) == 0x000048, "Member 'UPaperSprite::BakedSourceUV' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, BakedSourceDimension) == 0x000050, "Member 'UPaperSprite::BakedSourceDimension' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, BakedSourceTexture) == 0x000058, "Member 'UPaperSprite::BakedSourceTexture' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, DefaultMaterial) == 0x000060, "Member 'UPaperSprite::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, AlternateMaterial) == 0x000068, "Member 'UPaperSprite::AlternateMaterial' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, Sockets) == 0x000070, "Member 'UPaperSprite::Sockets' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, SpriteCollisionDomain) == 0x000080, "Member 'UPaperSprite::SpriteCollisionDomain' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, PixelsPerUnrealUnit) == 0x000084, "Member 'UPaperSprite::PixelsPerUnrealUnit' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, BodySetup) == 0x000088, "Member 'UPaperSprite::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, AlternateMaterialSplitIndex) == 0x000090, "Member 'UPaperSprite::AlternateMaterialSplitIndex' has a wrong offset!"); \ static_assert(offsetof(UPaperSprite, BakedRenderData) == 0x000098, "Member 'UPaperSprite::BakedRenderData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperSpriteActor \ static_assert(alignof(APaperSpriteActor) == 0x000008, "Wrong alignment on APaperSpriteActor"); \ static_assert(sizeof(APaperSpriteActor) == 0x000228, "Wrong size on APaperSpriteActor"); \ static_assert(offsetof(APaperSpriteActor, RenderComponent) == 0x000220, "Member 'APaperSpriteActor::RenderComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperSpriteAtlas \ static_assert(alignof(UPaperSpriteAtlas) == 0x000008, "Wrong alignment on UPaperSpriteAtlas"); \ static_assert(sizeof(UPaperSpriteAtlas) == 0x000028, "Wrong size on UPaperSpriteAtlas"); \ #define DUMPER7_ASSERTS_PaperSpriteBlueprintLibrary_MakeBrushFromSprite \ static_assert(alignof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000008, "Wrong alignment on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ static_assert(sizeof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000098, "Wrong size on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Sprite) == 0x000000, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Sprite' has a wrong offset!"); \ static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Width) == 0x000008, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Width' has a wrong offset!"); \ static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Height) == 0x00000C, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Height' has a wrong offset!"); \ static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, ReturnValue) == 0x000010, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperSpriteBlueprintLibrary \ static_assert(alignof(UPaperSpriteBlueprintLibrary) == 0x000008, "Wrong alignment on UPaperSpriteBlueprintLibrary"); \ static_assert(sizeof(UPaperSpriteBlueprintLibrary) == 0x000028, "Wrong size on UPaperSpriteBlueprintLibrary"); \ #define DUMPER7_ASSERTS_PaperSpriteComponent_GetSprite \ static_assert(alignof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_GetSprite"); \ static_assert(sizeof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong size on PaperSpriteComponent_GetSprite"); \ static_assert(offsetof(PaperSpriteComponent_GetSprite, ReturnValue) == 0x000000, "Member 'PaperSpriteComponent_GetSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperSpriteComponent_SetSprite \ static_assert(alignof(PaperSpriteComponent_SetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_SetSprite"); \ static_assert(sizeof(PaperSpriteComponent_SetSprite) == 0x000010, "Wrong size on PaperSpriteComponent_SetSprite"); \ static_assert(offsetof(PaperSpriteComponent_SetSprite, NewSprite) == 0x000000, "Member 'PaperSpriteComponent_SetSprite::NewSprite' has a wrong offset!"); \ static_assert(offsetof(PaperSpriteComponent_SetSprite, ReturnValue) == 0x000008, "Member 'PaperSpriteComponent_SetSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperSpriteComponent_SetSpriteColor \ static_assert(alignof(PaperSpriteComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperSpriteComponent_SetSpriteColor"); \ static_assert(sizeof(PaperSpriteComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperSpriteComponent_SetSpriteColor"); \ static_assert(offsetof(PaperSpriteComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperSpriteComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperSpriteComponent \ static_assert(alignof(UPaperSpriteComponent) == 0x000010, "Wrong alignment on UPaperSpriteComponent"); \ static_assert(sizeof(UPaperSpriteComponent) == 0x0004A0, "Wrong size on UPaperSpriteComponent"); \ static_assert(offsetof(UPaperSpriteComponent, SourceSprite) == 0x000478, "Member 'UPaperSpriteComponent::SourceSprite' has a wrong offset!"); \ static_assert(offsetof(UPaperSpriteComponent, MaterialOverride) == 0x000480, "Member 'UPaperSpriteComponent::MaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UPaperSpriteComponent, SpriteColor) == 0x000488, "Member 'UPaperSpriteComponent::SpriteColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperTerrainActor \ static_assert(alignof(APaperTerrainActor) == 0x000008, "Wrong alignment on APaperTerrainActor"); \ static_assert(sizeof(APaperTerrainActor) == 0x000238, "Wrong size on APaperTerrainActor"); \ static_assert(offsetof(APaperTerrainActor, DummyRoot) == 0x000220, "Member 'APaperTerrainActor::DummyRoot' has a wrong offset!"); \ static_assert(offsetof(APaperTerrainActor, SplineComponent) == 0x000228, "Member 'APaperTerrainActor::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(APaperTerrainActor, RenderComponent) == 0x000230, "Member 'APaperTerrainActor::RenderComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTerrainComponent_SetTerrainColor \ static_assert(alignof(PaperTerrainComponent_SetTerrainColor) == 0x000004, "Wrong alignment on PaperTerrainComponent_SetTerrainColor"); \ static_assert(sizeof(PaperTerrainComponent_SetTerrainColor) == 0x000010, "Wrong size on PaperTerrainComponent_SetTerrainColor"); \ static_assert(offsetof(PaperTerrainComponent_SetTerrainColor, NewColor) == 0x000000, "Member 'PaperTerrainComponent_SetTerrainColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTerrainComponent \ static_assert(alignof(UPaperTerrainComponent) == 0x000010, "Wrong alignment on UPaperTerrainComponent"); \ static_assert(sizeof(UPaperTerrainComponent) == 0x0004B0, "Wrong size on UPaperTerrainComponent"); \ static_assert(offsetof(UPaperTerrainComponent, TerrainMaterial) == 0x000450, "Member 'UPaperTerrainComponent::TerrainMaterial' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, bClosedSpline) == 0x000458, "Member 'UPaperTerrainComponent::bClosedSpline' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, bFilledSpline) == 0x000459, "Member 'UPaperTerrainComponent::bFilledSpline' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, AssociatedSpline) == 0x000460, "Member 'UPaperTerrainComponent::AssociatedSpline' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, RandomSeed) == 0x000468, "Member 'UPaperTerrainComponent::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, SegmentOverlapAmount) == 0x00046C, "Member 'UPaperTerrainComponent::SegmentOverlapAmount' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, TerrainColor) == 0x000470, "Member 'UPaperTerrainComponent::TerrainColor' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, ReparamStepsPerSegment) == 0x000480, "Member 'UPaperTerrainComponent::ReparamStepsPerSegment' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, SpriteCollisionDomain) == 0x000484, "Member 'UPaperTerrainComponent::SpriteCollisionDomain' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, CollisionThickness) == 0x000488, "Member 'UPaperTerrainComponent::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainComponent, CachedBodySetup) == 0x000490, "Member 'UPaperTerrainComponent::CachedBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTerrainMaterial \ static_assert(alignof(UPaperTerrainMaterial) == 0x000008, "Wrong alignment on UPaperTerrainMaterial"); \ static_assert(sizeof(UPaperTerrainMaterial) == 0x000048, "Wrong size on UPaperTerrainMaterial"); \ static_assert(offsetof(UPaperTerrainMaterial, Rules) == 0x000030, "Member 'UPaperTerrainMaterial::Rules' has a wrong offset!"); \ static_assert(offsetof(UPaperTerrainMaterial, InteriorFill) == 0x000040, "Member 'UPaperTerrainMaterial::InteriorFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTerrainSplineComponent \ static_assert(alignof(UPaperTerrainSplineComponent) == 0x000010, "Wrong alignment on UPaperTerrainSplineComponent"); \ static_assert(sizeof(UPaperTerrainSplineComponent) == 0x000560, "Wrong size on UPaperTerrainSplineComponent"); \ #define DUMPER7_ASSERTS_UPaperTileLayer \ static_assert(alignof(UPaperTileLayer) == 0x000008, "Wrong alignment on UPaperTileLayer"); \ static_assert(sizeof(UPaperTileLayer) == 0x000098, "Wrong size on UPaperTileLayer"); \ static_assert(offsetof(UPaperTileLayer, LayerName) == 0x000028, "Member 'UPaperTileLayer::LayerName' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, LayerWidth) == 0x000040, "Member 'UPaperTileLayer::LayerWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, LayerHeight) == 0x000044, "Member 'UPaperTileLayer::LayerHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, CollisionThicknessOverride) == 0x00004C, "Member 'UPaperTileLayer::CollisionThicknessOverride' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, CollisionOffsetOverride) == 0x000050, "Member 'UPaperTileLayer::CollisionOffsetOverride' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, LayerColor) == 0x000054, "Member 'UPaperTileLayer::LayerColor' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, AllocatedWidth) == 0x000064, "Member 'UPaperTileLayer::AllocatedWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, AllocatedHeight) == 0x000068, "Member 'UPaperTileLayer::AllocatedHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, AllocatedCells) == 0x000070, "Member 'UPaperTileLayer::AllocatedCells' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, TileSet) == 0x000080, "Member 'UPaperTileLayer::TileSet' has a wrong offset!"); \ static_assert(offsetof(UPaperTileLayer, AllocatedGrid) == 0x000088, "Member 'UPaperTileLayer::AllocatedGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTileMap \ static_assert(alignof(UPaperTileMap) == 0x000008, "Wrong alignment on UPaperTileMap"); \ static_assert(sizeof(UPaperTileMap) == 0x0000A8, "Wrong size on UPaperTileMap"); \ static_assert(offsetof(UPaperTileMap, MapWidth) == 0x000028, "Member 'UPaperTileMap::MapWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, MapHeight) == 0x00002C, "Member 'UPaperTileMap::MapHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, TileWidth) == 0x000030, "Member 'UPaperTileMap::TileWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, TileHeight) == 0x000034, "Member 'UPaperTileMap::TileHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, PixelsPerUnrealUnit) == 0x000038, "Member 'UPaperTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, SeparationPerTileX) == 0x00003C, "Member 'UPaperTileMap::SeparationPerTileX' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, SeparationPerTileY) == 0x000040, "Member 'UPaperTileMap::SeparationPerTileY' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, SeparationPerLayer) == 0x000044, "Member 'UPaperTileMap::SeparationPerLayer' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, SelectedTileSet) == 0x000048, "Member 'UPaperTileMap::SelectedTileSet' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, Material) == 0x000070, "Member 'UPaperTileMap::Material' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, TileLayers) == 0x000078, "Member 'UPaperTileMap::TileLayers' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, CollisionThickness) == 0x000088, "Member 'UPaperTileMap::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, SpriteCollisionDomain) == 0x00008C, "Member 'UPaperTileMap::SpriteCollisionDomain' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, ProjectionMode) == 0x00008D, "Member 'UPaperTileMap::ProjectionMode' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, HexSideLength) == 0x000090, "Member 'UPaperTileMap::HexSideLength' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, BodySetup) == 0x000098, "Member 'UPaperTileMap::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMap, LayerNameIndex) == 0x0000A0, "Member 'UPaperTileMap::LayerNameIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaperTileMapActor \ static_assert(alignof(APaperTileMapActor) == 0x000008, "Wrong alignment on APaperTileMapActor"); \ static_assert(sizeof(APaperTileMapActor) == 0x000228, "Wrong size on APaperTileMapActor"); \ static_assert(offsetof(APaperTileMapActor, RenderComponent) == 0x000220, "Member 'APaperTileMapActor::RenderComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_AddNewLayer \ static_assert(alignof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong alignment on PaperTileMapComponent_AddNewLayer"); \ static_assert(sizeof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong size on PaperTileMapComponent_AddNewLayer"); \ static_assert(offsetof(PaperTileMapComponent_AddNewLayer, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_AddNewLayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_CreateNewTileMap \ static_assert(alignof(PaperTileMapComponent_CreateNewTileMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_CreateNewTileMap"); \ static_assert(sizeof(PaperTileMapComponent_CreateNewTileMap) == 0x000018, "Wrong size on PaperTileMapComponent_CreateNewTileMap"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_CreateNewTileMap::MapWidth_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_CreateNewTileMap::MapHeight_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileWidth_0) == 0x000008, "Member 'PaperTileMapComponent_CreateNewTileMap::TileWidth_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileHeight_0) == 0x00000C, "Member 'PaperTileMapComponent_CreateNewTileMap::TileHeight_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, PixelsPerUnrealUnit) == 0x000010, "Member 'PaperTileMapComponent_CreateNewTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, bCreateLayer) == 0x000014, "Member 'PaperTileMapComponent_CreateNewTileMap::bCreateLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetMapSize \ static_assert(alignof(PaperTileMapComponent_GetMapSize) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetMapSize"); \ static_assert(sizeof(PaperTileMapComponent_GetMapSize) == 0x00000C, "Wrong size on PaperTileMapComponent_GetMapSize"); \ static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_GetMapSize::MapWidth_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_GetMapSize::MapHeight_0' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetMapSize, NumLayers) == 0x000008, "Member 'PaperTileMapComponent_GetMapSize::NumLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_ResizeMap \ static_assert(alignof(PaperTileMapComponent_ResizeMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_ResizeMap"); \ static_assert(sizeof(PaperTileMapComponent_ResizeMap) == 0x000008, "Wrong size on PaperTileMapComponent_ResizeMap"); \ static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewWidthInTiles) == 0x000000, "Member 'PaperTileMapComponent_ResizeMap::NewWidthInTiles' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewHeightInTiles) == 0x000004, "Member 'PaperTileMapComponent_ResizeMap::NewHeightInTiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetDefaultCollisionThickness \ static_assert(alignof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetDefaultCollisionThickness"); \ static_assert(sizeof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000008, "Wrong size on PaperTileMapComponent_SetDefaultCollisionThickness"); \ static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, Thickness) == 0x000000, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::Thickness' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, bRebuildCollision) == 0x000004, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::bRebuildCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerCollision \ static_assert(alignof(PaperTileMapComponent_SetLayerCollision) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerCollision"); \ static_assert(sizeof(PaperTileMapComponent_SetLayerCollision) == 0x000018, "Wrong size on PaperTileMapComponent_SetLayerCollision"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, Layer) == 0x000000, "Member 'PaperTileMapComponent_SetLayerCollision::Layer' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bHasCollision) == 0x000004, "Member 'PaperTileMapComponent_SetLayerCollision::bHasCollision' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideThickness) == 0x000005, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideThickness' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomThickness) == 0x000008, "Member 'PaperTileMapComponent_SetLayerCollision::CustomThickness' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideOffset) == 0x00000C, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideOffset' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomOffset) == 0x000010, "Member 'PaperTileMapComponent_SetLayerCollision::CustomOffset' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bRebuildCollision) == 0x000014, "Member 'PaperTileMapComponent_SetLayerCollision::bRebuildCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerColor \ static_assert(alignof(PaperTileMapComponent_SetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerColor"); \ static_assert(sizeof(PaperTileMapComponent_SetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_SetLayerColor"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetLayerColor::NewColor' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetLayerColor, Layer) == 0x000010, "Member 'PaperTileMapComponent_SetLayerColor::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetTile \ static_assert(alignof(PaperTileMapComponent_SetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTile"); \ static_assert(sizeof(PaperTileMapComponent_SetTile) == 0x000020, "Wrong size on PaperTileMapComponent_SetTile"); \ static_assert(offsetof(PaperTileMapComponent_SetTile, X) == 0x000000, "Member 'PaperTileMapComponent_SetTile::X' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_SetTile::Y' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_SetTile::Layer' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetTile, NewValue) == 0x000010, "Member 'PaperTileMapComponent_SetTile::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMap \ static_assert(alignof(PaperTileMapComponent_SetTileMap) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTileMap"); \ static_assert(sizeof(PaperTileMapComponent_SetTileMap) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMap"); \ static_assert(offsetof(PaperTileMapComponent_SetTileMap, NewTileMap) == 0x000000, "Member 'PaperTileMapComponent_SetTileMap::NewTileMap' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_SetTileMap, ReturnValue) == 0x000008, "Member 'PaperTileMapComponent_SetTileMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMapColor \ static_assert(alignof(PaperTileMapComponent_SetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetTileMapColor"); \ static_assert(sizeof(PaperTileMapComponent_SetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMapColor"); \ static_assert(offsetof(PaperTileMapComponent_SetTileMapColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetTileMapColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetLayerColor \ static_assert(alignof(PaperTileMapComponent_GetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetLayerColor"); \ static_assert(sizeof(PaperTileMapComponent_GetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_GetLayerColor"); \ static_assert(offsetof(PaperTileMapComponent_GetLayerColor, Layer) == 0x000000, "Member 'PaperTileMapComponent_GetLayerColor::Layer' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetLayerColor, ReturnValue) == 0x000004, "Member 'PaperTileMapComponent_GetLayerColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetTile \ static_assert(alignof(PaperTileMapComponent_GetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTile"); \ static_assert(sizeof(PaperTileMapComponent_GetTile) == 0x000020, "Wrong size on PaperTileMapComponent_GetTile"); \ static_assert(offsetof(PaperTileMapComponent_GetTile, X) == 0x000000, "Member 'PaperTileMapComponent_GetTile::X' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_GetTile::Y' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_GetTile::Layer' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTile, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCenterPosition \ static_assert(alignof(PaperTileMapComponent_GetTileCenterPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCenterPosition"); \ static_assert(sizeof(PaperTileMapComponent_GetTileCenterPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCenterPosition"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileX' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileY' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCenterPosition::LayerIndex' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCenterPosition::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCenterPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCornerPosition \ static_assert(alignof(PaperTileMapComponent_GetTileCornerPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCornerPosition"); \ static_assert(sizeof(PaperTileMapComponent_GetTileCornerPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCornerPosition"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileX' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileY' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCornerPosition::LayerIndex' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCornerPosition::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCornerPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileMapColor \ static_assert(alignof(PaperTileMapComponent_GetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileMapColor"); \ static_assert(sizeof(PaperTileMapComponent_GetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_GetTileMapColor"); \ static_assert(offsetof(PaperTileMapComponent_GetTileMapColor, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_GetTileMapColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_GetTilePolygon \ static_assert(alignof(PaperTileMapComponent_GetTilePolygon) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTilePolygon"); \ static_assert(sizeof(PaperTileMapComponent_GetTilePolygon) == 0x000020, "Wrong size on PaperTileMapComponent_GetTilePolygon"); \ static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTilePolygon::TileX' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTilePolygon::TileY' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, Points) == 0x000008, "Member 'PaperTileMapComponent_GetTilePolygon::Points' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, LayerIndex) == 0x000018, "Member 'PaperTileMapComponent_GetTilePolygon::LayerIndex' has a wrong offset!"); \ static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, bWorldSpace) == 0x00001C, "Member 'PaperTileMapComponent_GetTilePolygon::bWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaperTileMapComponent_OwnsTileMap \ static_assert(alignof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong alignment on PaperTileMapComponent_OwnsTileMap"); \ static_assert(sizeof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong size on PaperTileMapComponent_OwnsTileMap"); \ static_assert(offsetof(PaperTileMapComponent_OwnsTileMap, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_OwnsTileMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTileMapComponent \ static_assert(alignof(UPaperTileMapComponent) == 0x000010, "Wrong alignment on UPaperTileMapComponent"); \ static_assert(sizeof(UPaperTileMapComponent) == 0x0004D0, "Wrong size on UPaperTileMapComponent"); \ static_assert(offsetof(UPaperTileMapComponent, MapWidth) == 0x000478, "Member 'UPaperTileMapComponent::MapWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, MapHeight) == 0x00047C, "Member 'UPaperTileMapComponent::MapHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, TileWidth) == 0x000480, "Member 'UPaperTileMapComponent::TileWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, TileHeight) == 0x000484, "Member 'UPaperTileMapComponent::TileHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, DefaultLayerTileSet) == 0x000488, "Member 'UPaperTileMapComponent::DefaultLayerTileSet' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, Material) == 0x000490, "Member 'UPaperTileMapComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, TileLayers) == 0x000498, "Member 'UPaperTileMapComponent::TileLayers' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, TileMapColor) == 0x0004A8, "Member 'UPaperTileMapComponent::TileMapColor' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, UseSingleLayerIndex) == 0x0004B8, "Member 'UPaperTileMapComponent::UseSingleLayerIndex' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, bUseSingleLayer) == 0x0004BC, "Member 'UPaperTileMapComponent::bUseSingleLayer' has a wrong offset!"); \ static_assert(offsetof(UPaperTileMapComponent, TileMap) == 0x0004C0, "Member 'UPaperTileMapComponent::TileMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPaperTileSet \ static_assert(alignof(UPaperTileSet) == 0x000008, "Wrong alignment on UPaperTileSet"); \ static_assert(sizeof(UPaperTileSet) == 0x0000A8, "Wrong size on UPaperTileSet"); \ static_assert(offsetof(UPaperTileSet, TileSize) == 0x000028, "Member 'UPaperTileSet::TileSize' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, TileSheet) == 0x000030, "Member 'UPaperTileSet::TileSheet' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, AdditionalSourceTextures) == 0x000038, "Member 'UPaperTileSet::AdditionalSourceTextures' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, BorderMargin) == 0x000048, "Member 'UPaperTileSet::BorderMargin' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, PerTileSpacing) == 0x000058, "Member 'UPaperTileSet::PerTileSpacing' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, DrawingOffset) == 0x000060, "Member 'UPaperTileSet::DrawingOffset' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, WidthInTiles) == 0x000068, "Member 'UPaperTileSet::WidthInTiles' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, HeightInTiles) == 0x00006C, "Member 'UPaperTileSet::HeightInTiles' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, AllocatedWidth) == 0x000070, "Member 'UPaperTileSet::AllocatedWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, AllocatedHeight) == 0x000074, "Member 'UPaperTileSet::AllocatedHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, PerTileData) == 0x000078, "Member 'UPaperTileSet::PerTileData' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, Terrains) == 0x000088, "Member 'UPaperTileSet::Terrains' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, TileWidth) == 0x000098, "Member 'UPaperTileSet::TileWidth' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, TileHeight) == 0x00009C, "Member 'UPaperTileSet::TileHeight' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, Margin) == 0x0000A0, "Member 'UPaperTileSet::Margin' has a wrong offset!"); \ static_assert(offsetof(UPaperTileSet, Spacing) == 0x0000A4, "Member 'UPaperTileSet::Spacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileMapBlueprintLibrary_BreakTile \ static_assert(alignof(TileMapBlueprintLibrary_BreakTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_BreakTile"); \ static_assert(sizeof(TileMapBlueprintLibrary_BreakTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_BreakTile"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_BreakTile::Tile' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileIndex) == 0x000010, "Member 'TileMapBlueprintLibrary_BreakTile::TileIndex' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileSet) == 0x000018, "Member 'TileMapBlueprintLibrary_BreakTile::TileSet' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipH) == 0x000020, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipH' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipV) == 0x000021, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipV' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipD) == 0x000022, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileTransform \ static_assert(alignof(TileMapBlueprintLibrary_GetTileTransform) == 0x000010, "Wrong alignment on TileMapBlueprintLibrary_GetTileTransform"); \ static_assert(sizeof(TileMapBlueprintLibrary_GetTileTransform) == 0x000040, "Wrong size on TileMapBlueprintLibrary_GetTileTransform"); \ static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileTransform::Tile' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileUserData \ static_assert(alignof(TileMapBlueprintLibrary_GetTileUserData) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_GetTileUserData"); \ static_assert(sizeof(TileMapBlueprintLibrary_GetTileUserData) == 0x000018, "Wrong size on TileMapBlueprintLibrary_GetTileUserData"); \ static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileUserData::Tile' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileUserData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileMapBlueprintLibrary_MakeTile \ static_assert(alignof(TileMapBlueprintLibrary_MakeTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_MakeTile"); \ static_assert(sizeof(TileMapBlueprintLibrary_MakeTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_MakeTile"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileIndex) == 0x000000, "Member 'TileMapBlueprintLibrary_MakeTile::TileIndex' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileSet) == 0x000008, "Member 'TileMapBlueprintLibrary_MakeTile::TileSet' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipH) == 0x000010, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipH' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipV) == 0x000011, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipV' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipD) == 0x000012, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipD' has a wrong offset!"); \ static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, ReturnValue) == 0x000018, "Member 'TileMapBlueprintLibrary_MakeTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTileMapBlueprintLibrary \ static_assert(alignof(UTileMapBlueprintLibrary) == 0x000008, "Wrong alignment on UTileMapBlueprintLibrary"); \ static_assert(sizeof(UTileMapBlueprintLibrary) == 0x000028, "Wrong size on UTileMapBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ULightPropagationVolumeBlendable \ static_assert(alignof(ULightPropagationVolumeBlendable) == 0x000008, "Wrong alignment on ULightPropagationVolumeBlendable"); \ static_assert(sizeof(ULightPropagationVolumeBlendable) == 0x000078, "Wrong size on ULightPropagationVolumeBlendable"); \ static_assert(offsetof(ULightPropagationVolumeBlendable, Settings) == 0x000030, "Member 'ULightPropagationVolumeBlendable::Settings' has a wrong offset!"); \ static_assert(offsetof(ULightPropagationVolumeBlendable, BlendWeight) == 0x000070, "Member 'ULightPropagationVolumeBlendable::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFOscillator \ static_assert(alignof(FFOscillator) == 0x000004, "Wrong alignment on FFOscillator"); \ static_assert(sizeof(FFOscillator) == 0x00000C, "Wrong size on FFOscillator"); \ static_assert(offsetof(FFOscillator, Amplitude) == 0x000000, "Member 'FFOscillator::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FFOscillator, Frequency) == 0x000004, "Member 'FFOscillator::Frequency' has a wrong offset!"); \ static_assert(offsetof(FFOscillator, InitialOffset) == 0x000008, "Member 'FFOscillator::InitialOffset' has a wrong offset!"); \ static_assert(offsetof(FFOscillator, Waveform) == 0x000009, "Member 'FFOscillator::Waveform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVOscillator \ static_assert(alignof(FVOscillator) == 0x000004, "Wrong alignment on FVOscillator"); \ static_assert(sizeof(FVOscillator) == 0x000024, "Wrong size on FVOscillator"); \ static_assert(offsetof(FVOscillator, X) == 0x000000, "Member 'FVOscillator::X' has a wrong offset!"); \ static_assert(offsetof(FVOscillator, Y) == 0x00000C, "Member 'FVOscillator::Y' has a wrong offset!"); \ static_assert(offsetof(FVOscillator, Z) == 0x000018, "Member 'FVOscillator::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FROscillator \ static_assert(alignof(FROscillator) == 0x000004, "Wrong alignment on FROscillator"); \ static_assert(sizeof(FROscillator) == 0x000024, "Wrong size on FROscillator"); \ static_assert(offsetof(FROscillator, Pitch) == 0x000000, "Member 'FROscillator::Pitch' has a wrong offset!"); \ static_assert(offsetof(FROscillator, Yaw) == 0x00000C, "Member 'FROscillator::Yaw' has a wrong offset!"); \ static_assert(offsetof(FROscillator, Roll) == 0x000018, "Member 'FROscillator::Roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerlinNoiseShaker \ static_assert(alignof(FPerlinNoiseShaker) == 0x000004, "Wrong alignment on FPerlinNoiseShaker"); \ static_assert(sizeof(FPerlinNoiseShaker) == 0x000008, "Wrong size on FPerlinNoiseShaker"); \ static_assert(offsetof(FPerlinNoiseShaker, Amplitude) == 0x000000, "Member 'FPerlinNoiseShaker::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FPerlinNoiseShaker, Frequency) == 0x000004, "Member 'FPerlinNoiseShaker::Frequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaveOscillator \ static_assert(alignof(FWaveOscillator) == 0x000004, "Wrong alignment on FWaveOscillator"); \ static_assert(sizeof(FWaveOscillator) == 0x00000C, "Wrong size on FWaveOscillator"); \ static_assert(offsetof(FWaveOscillator, Amplitude) == 0x000000, "Member 'FWaveOscillator::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FWaveOscillator, Frequency) == 0x000004, "Member 'FWaveOscillator::Frequency' has a wrong offset!"); \ static_assert(offsetof(FWaveOscillator, InitialOffsetType) == 0x000008, "Member 'FWaveOscillator::InitialOffsetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestCameraShake \ static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ static_assert(sizeof(UTestCameraShake) == 0x0000B0, "Wrong size on UTestCameraShake"); \ #define DUMPER7_ASSERTS_UMovieSceneMatineeCameraShakeEvaluator \ static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ #define DUMPER7_ASSERTS_USimpleCameraShakePattern \ static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ static_assert(sizeof(USimpleCameraShakePattern) == 0x000038, "Wrong size on USimpleCameraShakePattern"); \ static_assert(offsetof(USimpleCameraShakePattern, Duration) == 0x000028, "Member 'USimpleCameraShakePattern::Duration' has a wrong offset!"); \ static_assert(offsetof(USimpleCameraShakePattern, BlendInTime) == 0x00002C, "Member 'USimpleCameraShakePattern::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USimpleCameraShakePattern, BlendOutTime) == 0x000030, "Member 'USimpleCameraShakePattern::BlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConstantCameraShakePattern \ static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ static_assert(sizeof(UConstantCameraShakePattern) == 0x000050, "Wrong size on UConstantCameraShakePattern"); \ static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000038, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000044, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ static_assert(sizeof(UCompositeCameraShakePattern) == 0x000048, "Wrong size on UCompositeCameraShakePattern"); \ static_assert(offsetof(UCompositeCameraShakePattern, ChildPatterns) == 0x000028, "Member 'UCompositeCameraShakePattern::ChildPatterns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDefaultCameraShakeBase \ static_assert(alignof(UDefaultCameraShakeBase) == 0x000010, "Wrong alignment on UDefaultCameraShakeBase"); \ static_assert(sizeof(UDefaultCameraShakeBase) == 0x0000B0, "Wrong size on UDefaultCameraShakeBase"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShake \ static_assert(alignof(MatineeCameraShake_StartMatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShake"); \ static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShake) == 0x000030, "Wrong size on MatineeCameraShake_StartMatineeCameraShake"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShake::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, Scale) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlaySpace) == 0x000014, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ReturnValue) == 0x000028, "Member 'MatineeCameraShake_StartMatineeCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShakeFromSource \ static_assert(alignof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000038, "Wrong size on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, Scale) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::Scale' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ReturnValue) == 0x000030, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_BlueprintUpdateCameraShake \ static_assert(alignof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on MatineeCameraShake_BlueprintUpdateCameraShake"); \ static_assert(sizeof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000BF0, "Wrong size on MatineeCameraShake_BlueprintUpdateCameraShake"); \ static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, Alpha) == 0x000004, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::Alpha' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x000600, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_ReceivePlayShake \ static_assert(alignof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on MatineeCameraShake_ReceivePlayShake"); \ static_assert(sizeof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on MatineeCameraShake_ReceivePlayShake"); \ static_assert(offsetof(MatineeCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'MatineeCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveStopShake \ static_assert(alignof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveStopShake"); \ static_assert(sizeof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveStopShake"); \ static_assert(offsetof(MatineeCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'MatineeCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveIsFinished \ static_assert(alignof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveIsFinished"); \ static_assert(sizeof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveIsFinished"); \ static_assert(offsetof(MatineeCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'MatineeCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMatineeCameraShake \ static_assert(alignof(UMatineeCameraShake) == 0x000010, "Wrong alignment on UMatineeCameraShake"); \ static_assert(sizeof(UMatineeCameraShake) == 0x0001B0, "Wrong size on UMatineeCameraShake"); \ static_assert(offsetof(UMatineeCameraShake, OscillationDuration) == 0x0000A8, "Member 'UMatineeCameraShake::OscillationDuration' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, OscillationBlendInTime) == 0x0000AC, "Member 'UMatineeCameraShake::OscillationBlendInTime' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, OscillationBlendOutTime) == 0x0000B0, "Member 'UMatineeCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, RotOscillation) == 0x0000B4, "Member 'UMatineeCameraShake::RotOscillation' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, LocOscillation) == 0x0000D8, "Member 'UMatineeCameraShake::LocOscillation' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, FOVOscillation) == 0x0000FC, "Member 'UMatineeCameraShake::FOVOscillation' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimPlayRate) == 0x000108, "Member 'UMatineeCameraShake::AnimPlayRate' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimScale) == 0x00010C, "Member 'UMatineeCameraShake::AnimScale' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimBlendInTime) == 0x000110, "Member 'UMatineeCameraShake::AnimBlendInTime' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimBlendOutTime) == 0x000114, "Member 'UMatineeCameraShake::AnimBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, RandomAnimSegmentDuration) == 0x000118, "Member 'UMatineeCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, Anim) == 0x000120, "Member 'UMatineeCameraShake::Anim' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimSequence) == 0x000128, "Member 'UMatineeCameraShake::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, OscillatorTimeRemaining) == 0x000134, "Member 'UMatineeCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, AnimInst) == 0x000138, "Member 'UMatineeCameraShake::AnimInst' has a wrong offset!"); \ static_assert(offsetof(UMatineeCameraShake, SequenceShakePattern) == 0x000180, "Member 'UMatineeCameraShake::SequenceShakePattern' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMatineeCameraShakePattern \ static_assert(alignof(UMatineeCameraShakePattern) == 0x000008, "Wrong alignment on UMatineeCameraShakePattern"); \ static_assert(sizeof(UMatineeCameraShakePattern) == 0x000028, "Wrong size on UMatineeCameraShakePattern"); \ #define DUMPER7_ASSERTS_MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake \ static_assert(alignof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ static_assert(sizeof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000010, "Wrong size on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, CameraShake) == 0x000000, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::CameraShake' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, ReturnValue) == 0x000008, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMatineeCameraShakeFunctionLibrary \ static_assert(alignof(UMatineeCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on UMatineeCameraShakeFunctionLibrary"); \ static_assert(sizeof(UMatineeCameraShakeFunctionLibrary) == 0x000028, "Wrong size on UMatineeCameraShakeFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000B8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000040, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000048, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000050, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000D8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000040, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00004C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000064, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000068, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x000090, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000038, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneVisibilitySectionTemplate \ static_assert(alignof(FMovieSceneVisibilitySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneVisibilitySectionTemplate"); \ static_assert(sizeof(FMovieSceneVisibilitySectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneVisibilitySectionTemplate"); \ #define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ static_assert(sizeof(FVectorParameterNameAndCurves) == 0x0001E8, "Wrong size on FVectorParameterNameAndCurves"); \ static_assert(offsetof(FVectorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVectorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVectorParameterNameAndCurves::XCurve' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, YCurve) == 0x0000A8, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x000148, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventParameters \ static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ static_assert(sizeof(FMovieSceneEventParameters) == 0x000028, "Wrong size on FMovieSceneEventParameters"); \ #define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ static_assert(sizeof(FScalarParameterNameAndCurve) == 0x0000A8, "Wrong size on FScalarParameterNameAndCurve"); \ static_assert(offsetof(FScalarParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FScalarParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FScalarParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FScalarParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolParameterNameAndCurve \ static_assert(alignof(FBoolParameterNameAndCurve) == 0x000008, "Wrong alignment on FBoolParameterNameAndCurve"); \ static_assert(sizeof(FBoolParameterNameAndCurve) == 0x000098, "Wrong size on FBoolParameterNameAndCurve"); \ static_assert(offsetof(FBoolParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FBoolParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FBoolParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FBoolParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector2DParameterNameAndCurves \ static_assert(alignof(FVector2DParameterNameAndCurves) == 0x000008, "Wrong alignment on FVector2DParameterNameAndCurves"); \ static_assert(sizeof(FVector2DParameterNameAndCurves) == 0x000148, "Wrong size on FVector2DParameterNameAndCurves"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVector2DParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVector2DParameterNameAndCurves::XCurve' has a wrong offset!"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, YCurve) == 0x0000A8, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ static_assert(sizeof(FTransformParameterNameAndCurves) == 0x0005A8, "Wrong size on FTransformParameterNameAndCurves"); \ static_assert(offsetof(FTransformParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FTransformParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Translation) == 0x000008, "Member 'FTransformParameterNameAndCurves::Translation' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Rotation) == 0x0001E8, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x0003C8, "Member 'FTransformParameterNameAndCurves::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ static_assert(sizeof(FColorParameterNameAndCurves) == 0x000288, "Wrong size on FColorParameterNameAndCurves"); \ static_assert(offsetof(FColorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FColorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, RedCurve) == 0x000008, "Member 'FColorParameterNameAndCurves::RedCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, GreenCurve) == 0x0000A8, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x000148, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x0001E8, "Member 'FColorParameterNameAndCurves::AlphaCurve' 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_FMovieScene3DPathSectionTemplate \ static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x0000E0, "Wrong size on FMovieScene3DPathSectionTemplate"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, PathBindingID) == 0x000020, "Member 'FMovieScene3DPathSectionTemplate::PathBindingID' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, TimingCurve) == 0x000038, "Member 'FMovieScene3DPathSectionTemplate::TimingCurve' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, FrontAxisEnum) == 0x0000D8, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x0000D9, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationParams \ static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x0000D8, "Wrong size on FMovieSceneSkeletalAnimationParams"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Animation) == 0x000000, "Member 'FMovieSceneSkeletalAnimationParams::Animation' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneSkeletalAnimationParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneSkeletalAnimationParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneSkeletalAnimationParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, PlayRate) == 0x000014, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x00001C, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x0000C8, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x0000C9, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x0000CC, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x0000D0, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x0000E0, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x0000D8, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x0000DC, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000100, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTrigger \ static_assert(alignof(FMovieSceneCameraShakeSourceTrigger) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTrigger"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTrigger) == 0x000020, "Wrong size on FMovieSceneCameraShakeSourceTrigger"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSourceTrigger::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTrigger::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSourceTrigger::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSourceTrigger::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000040, "Wrong size on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerTimes) == 0x000020, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerValues) == 0x000030, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneStringChannel \ static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ static_assert(sizeof(FMovieSceneStringChannel) == 0x0000A0, "Wrong size on FMovieSceneStringChannel"); \ static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000008, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000018, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000028, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000038, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTransformMask \ static_assert(alignof(FMovieSceneTransformMask) == 0x000004, "Wrong alignment on FMovieSceneTransformMask"); \ static_assert(sizeof(FMovieSceneTransformMask) == 0x000004, "Wrong size on FMovieSceneTransformMask"); \ static_assert(offsetof(FMovieSceneTransformMask, mask) == 0x000000, "Member 'FMovieSceneTransformMask::mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DTransformKeyStruct \ static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000048, "Wrong size on FMovieScene3DTransformKeyStruct"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DTransformKeyStruct::Location' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Rotation) == 0x000014, "Member 'FMovieScene3DTransformKeyStruct::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Scale) == 0x000020, "Member 'FMovieScene3DTransformKeyStruct::Scale' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Time) == 0x00002C, "Member 'FMovieScene3DTransformKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DScaleKeyStruct \ static_assert(alignof(FMovieScene3DScaleKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DScaleKeyStruct"); \ static_assert(sizeof(FMovieScene3DScaleKeyStruct) == 0x000030, "Wrong size on FMovieScene3DScaleKeyStruct"); \ static_assert(offsetof(FMovieScene3DScaleKeyStruct, Scale) == 0x000008, "Member 'FMovieScene3DScaleKeyStruct::Scale' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DScaleKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DScaleKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DRotationKeyStruct \ static_assert(alignof(FMovieScene3DRotationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DRotationKeyStruct"); \ static_assert(sizeof(FMovieScene3DRotationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DRotationKeyStruct"); \ static_assert(offsetof(FMovieScene3DRotationKeyStruct, Rotation) == 0x000008, "Member 'FMovieScene3DRotationKeyStruct::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DRotationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DRotationKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DLocationKeyStruct \ static_assert(alignof(FMovieScene3DLocationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DLocationKeyStruct"); \ static_assert(sizeof(FMovieScene3DLocationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DLocationKeyStruct"); \ static_assert(offsetof(FMovieScene3DLocationKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DLocationKeyStruct::Location' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DLocationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DLocationKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000B0, "Wrong size on FMovieSceneActorReferenceData"); \ static_assert(offsetof(FMovieSceneActorReferenceData, KeyTimes) == 0x000008, "Member 'FMovieSceneActorReferenceData::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneActorReferenceData, DefaultValue) == 0x000018, "Member 'FMovieSceneActorReferenceData::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneActorReferenceData, KeyValues) == 0x000040, "Member 'FMovieSceneActorReferenceData::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventPtrs \ static_assert(alignof(FMovieSceneEventPtrs) == 0x000008, "Wrong alignment on FMovieSceneEventPtrs"); \ static_assert(sizeof(FMovieSceneEventPtrs) == 0x000028, "Wrong size on FMovieSceneEventPtrs"); \ static_assert(offsetof(FMovieSceneEventPtrs, Function) == 0x000000, "Member 'FMovieSceneEventPtrs::Function' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventPtrs, BoundObjectProperty) == 0x000008, "Member 'FMovieSceneEventPtrs::BoundObjectProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvent \ static_assert(alignof(FMovieSceneEvent) == 0x000008, "Wrong alignment on FMovieSceneEvent"); \ static_assert(sizeof(FMovieSceneEvent) == 0x000028, "Wrong size on FMovieSceneEvent"); \ static_assert(offsetof(FMovieSceneEvent, Ptrs) == 0x000000, "Member 'FMovieSceneEvent::Ptrs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventChannel \ static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ static_assert(sizeof(FMovieSceneEventChannel) == 0x000088, "Wrong size on FMovieSceneEventChannel"); \ static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000018, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneActorReferenceSectionTemplate \ static_assert(alignof(FMovieSceneActorReferenceSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceSectionTemplate"); \ static_assert(sizeof(FMovieSceneActorReferenceSectionTemplate) == 0x0000E8, "Wrong size on FMovieSceneActorReferenceSectionTemplate"); \ static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, PropertyData) == 0x000020, "Member 'FMovieSceneActorReferenceSectionTemplate::PropertyData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, ActorReferenceData) == 0x000038, "Member 'FMovieSceneActorReferenceSectionTemplate::ActorReferenceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneAudioSectionTemplate \ static_assert(alignof(FMovieSceneAudioSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneAudioSectionTemplate"); \ static_assert(sizeof(FMovieSceneAudioSectionTemplate) == 0x000028, "Wrong size on FMovieSceneAudioSectionTemplate"); \ static_assert(offsetof(FMovieSceneAudioSectionTemplate, AudioSection) == 0x000020, "Member 'FMovieSceneAudioSectionTemplate::AudioSection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionData \ static_assert(alignof(FMovieSceneCameraShakeSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionData"); \ static_assert(sizeof(FMovieSceneCameraShakeSectionData) == 0x000020, "Wrong size on FMovieSceneCameraShakeSectionData"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSectionData::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSectionData::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSectionData::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSectionData::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionData \ static_assert(alignof(FMovieSceneCameraAnimSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionData"); \ static_assert(sizeof(FMovieSceneCameraAnimSectionData) == 0x000020, "Wrong size on FMovieSceneCameraAnimSectionData"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, CameraAnim) == 0x000000, "Member 'FMovieSceneCameraAnimSectionData::CameraAnim' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayRate) == 0x000008, "Member 'FMovieSceneCameraAnimSectionData::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayScale) == 0x00000C, "Member 'FMovieSceneCameraAnimSectionData::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendInTime) == 0x000010, "Member 'FMovieSceneCameraAnimSectionData::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendOutTime) == 0x000014, "Member 'FMovieSceneCameraAnimSectionData::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, bLooping) == 0x000018, "Member 'FMovieSceneCameraAnimSectionData::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionTemplate \ static_assert(alignof(FMovieSceneCameraAnimSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraAnimSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraAnimSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraAnimSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraAnimSectionTemplate::SectionStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceShakeSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionEndTime) == 0x000044, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerChannel \ static_assert(alignof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerChannel"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000088, "Wrong size on FMovieSceneCameraShakeSourceTriggerChannel"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyValues) == 0x000018, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneColorKeyStruct \ static_assert(alignof(FMovieSceneColorKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneColorKeyStruct"); \ static_assert(sizeof(FMovieSceneColorKeyStruct) == 0x000038, "Wrong size on FMovieSceneColorKeyStruct"); \ static_assert(offsetof(FMovieSceneColorKeyStruct, Color) == 0x000008, "Member 'FMovieSceneColorKeyStruct::Color' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneColorKeyStruct, Time) == 0x000018, "Member 'FMovieSceneColorKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneColorSectionTemplate \ static_assert(alignof(FMovieSceneColorSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneColorSectionTemplate"); \ static_assert(sizeof(FMovieSceneColorSectionTemplate) == 0x0002C0, "Wrong size on FMovieSceneColorSectionTemplate"); \ static_assert(offsetof(FMovieSceneColorSectionTemplate, Curves) == 0x000038, "Member 'FMovieSceneColorSectionTemplate::Curves' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneColorSectionTemplate, BlendType) == 0x0002B8, "Member 'FMovieSceneColorSectionTemplate::BlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000010, "Wrong size on FMovieSceneEventPayloadVariable"); \ static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventPayload \ static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ static_assert(sizeof(FEventPayload) == 0x000030, "Wrong size on FEventPayload"); \ static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ static_assert(offsetof(FEventPayload, Parameters) == 0x000008, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ static_assert(sizeof(FMovieSceneEventSectionData) == 0x000088, "Wrong size on FMovieSceneEventSectionData"); \ static_assert(offsetof(FMovieSceneEventSectionData, Times) == 0x000008, "Member 'FMovieSceneEventSectionData::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventSectionData, KeyValues) == 0x000018, "Member 'FMovieSceneEventSectionData::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventTriggerData \ static_assert(alignof(FMovieSceneEventTriggerData) == 0x000008, "Wrong alignment on FMovieSceneEventTriggerData"); \ static_assert(sizeof(FMovieSceneEventTriggerData) == 0x000048, "Wrong size on FMovieSceneEventTriggerData"); \ static_assert(offsetof(FMovieSceneEventTriggerData, Ptrs) == 0x000000, "Member 'FMovieSceneEventTriggerData::Ptrs' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventTriggerData, ObjectBindingId) == 0x000028, "Member 'FMovieSceneEventTriggerData::ObjectBindingId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventSectionTemplate \ static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x0000B0, "Wrong size on FMovieSceneEventSectionTemplate"); \ static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFadeSectionTemplate \ static_assert(alignof(FMovieSceneFadeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneFadeSectionTemplate"); \ static_assert(sizeof(FMovieSceneFadeSectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneFadeSectionTemplate"); \ static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeCurve) == 0x000020, "Member 'FMovieSceneFadeSectionTemplate::FadeCurve' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeColor) == 0x0000C0, "Member 'FMovieSceneFadeSectionTemplate::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMaterialParameterCollectionTemplate \ static_assert(alignof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMaterialParameterCollectionTemplate"); \ static_assert(sizeof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000088, "Wrong size on FMovieSceneMaterialParameterCollectionTemplate"); \ static_assert(offsetof(FMovieSceneMaterialParameterCollectionTemplate, MPC) == 0x000080, "Member 'FMovieSceneMaterialParameterCollectionTemplate::MPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneObjectPropertyTemplate \ static_assert(alignof(FMovieSceneObjectPropertyTemplate) == 0x000008, "Wrong alignment on FMovieSceneObjectPropertyTemplate"); \ static_assert(sizeof(FMovieSceneObjectPropertyTemplate) == 0x0000F8, "Wrong size on FMovieSceneObjectPropertyTemplate"); \ static_assert(offsetof(FMovieSceneObjectPropertyTemplate, ObjectChannel) == 0x000038, "Member 'FMovieSceneObjectPropertyTemplate::ObjectChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneComponentMaterialSectionTemplate \ static_assert(alignof(FMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComponentMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneComponentMaterialSectionTemplate) == 0x000088, "Wrong size on FMovieSceneComponentMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x000080, "Member 'FMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ static_assert(sizeof(FMovieSceneParticleChannel) == 0x000098, "Wrong size on FMovieSceneParticleChannel"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneParticleSectionTemplate"); \ static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x0000E8, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000038, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimRootMotionTrackParams \ static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ #define DUMPER7_ASSERTS_FMovieSceneSlomoSectionTemplate \ static_assert(alignof(FMovieSceneSlomoSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSlomoSectionTemplate"); \ static_assert(sizeof(FMovieSceneSlomoSectionTemplate) == 0x0000C0, "Wrong size on FMovieSceneSlomoSectionTemplate"); \ static_assert(offsetof(FMovieSceneSlomoSectionTemplate, SlomoCurve) == 0x000020, "Member 'FMovieSceneSlomoSectionTemplate::SlomoCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelVisibilityComponentData \ static_assert(alignof(FLevelVisibilityComponentData) == 0x000008, "Wrong alignment on FLevelVisibilityComponentData"); \ static_assert(sizeof(FLevelVisibilityComponentData) == 0x000008, "Wrong size on FLevelVisibilityComponentData"); \ static_assert(offsetof(FLevelVisibilityComponentData, Section) == 0x000000, "Member 'FLevelVisibilityComponentData::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneVectorKeyStructBase \ static_assert(alignof(FMovieSceneVectorKeyStructBase) == 0x000008, "Wrong alignment on FMovieSceneVectorKeyStructBase"); \ static_assert(sizeof(FMovieSceneVectorKeyStructBase) == 0x000028, "Wrong size on FMovieSceneVectorKeyStructBase"); \ static_assert(offsetof(FMovieSceneVectorKeyStructBase, Time) == 0x000008, "Member 'FMovieSceneVectorKeyStructBase::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneVector4KeyStruct \ static_assert(alignof(FMovieSceneVector4KeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4KeyStruct"); \ static_assert(sizeof(FMovieSceneVector4KeyStruct) == 0x000040, "Wrong size on FMovieSceneVector4KeyStruct"); \ static_assert(offsetof(FMovieSceneVector4KeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4KeyStruct::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneVectorKeyStruct \ static_assert(alignof(FMovieSceneVectorKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVectorKeyStruct"); \ static_assert(sizeof(FMovieSceneVectorKeyStruct) == 0x000038, "Wrong size on FMovieSceneVectorKeyStruct"); \ static_assert(offsetof(FMovieSceneVectorKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVectorKeyStruct::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneVector2DKeyStruct \ static_assert(alignof(FMovieSceneVector2DKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2DKeyStruct"); \ static_assert(sizeof(FMovieSceneVector2DKeyStruct) == 0x000030, "Wrong size on FMovieSceneVector2DKeyStruct"); \ static_assert(offsetof(FMovieSceneVector2DKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2DKeyStruct::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_SetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_SetConstraintBindingID, InConstraintBindingID) == 0x000000, "Member 'MovieScene3DConstraintSection_SetConstraintBindingID::InConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_GetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_GetConstraintBindingID, ReturnValue) == 0x000000, "Member 'MovieScene3DConstraintSection_GetConstraintBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DConstraintSection \ static_assert(alignof(UMovieScene3DConstraintSection) == 0x000008, "Wrong alignment on UMovieScene3DConstraintSection"); \ static_assert(sizeof(UMovieScene3DConstraintSection) == 0x000110, "Wrong size on UMovieScene3DConstraintSection"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintId) == 0x0000E8, "Member 'UMovieScene3DConstraintSection::ConstraintId' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x0000F8, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSystem \ static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeEvaluator \ static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ #define DUMPER7_ASSERTS_UMovieScenePropertyTrack \ static_assert(alignof(UMovieScenePropertyTrack) == 0x000008, "Wrong alignment on UMovieScenePropertyTrack"); \ static_assert(sizeof(UMovieScenePropertyTrack) == 0x0000C0, "Wrong size on UMovieScenePropertyTrack"); \ static_assert(offsetof(UMovieScenePropertyTrack, SectionToKey) == 0x000090, "Member 'UMovieScenePropertyTrack::SectionToKey' has a wrong offset!"); \ static_assert(offsetof(UMovieScenePropertyTrack, PropertyBinding) == 0x000098, "Member 'UMovieScenePropertyTrack::PropertyBinding' has a wrong offset!"); \ static_assert(offsetof(UMovieScenePropertyTrack, Sections) == 0x0000B0, "Member 'UMovieScenePropertyTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000C0, "Wrong size on UMovieSceneIntegerTrack"); \ #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_UFloatChannelEvaluatorSystem \ static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneTransformOrigin_BP_GetTransformOrigin \ static_assert(alignof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(sizeof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000030, "Wrong size on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(offsetof(MovieSceneTransformOrigin_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'MovieSceneTransformOrigin_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneTransformOrigin \ static_assert(alignof(IMovieSceneTransformOrigin) == 0x000001, "Wrong alignment on IMovieSceneTransformOrigin"); \ static_assert(sizeof(IMovieSceneTransformOrigin) == 0x000001, "Wrong size on IMovieSceneTransformOrigin"); \ #define DUMPER7_ASSERTS_UIntegerChannelEvaluatorSystem \ static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UMovieScene3DConstraintTrack \ static_assert(alignof(UMovieScene3DConstraintTrack) == 0x000008, "Wrong alignment on UMovieScene3DConstraintTrack"); \ static_assert(sizeof(UMovieScene3DConstraintTrack) == 0x0000A0, "Wrong size on UMovieScene3DConstraintTrack"); \ static_assert(offsetof(UMovieScene3DConstraintTrack, ConstraintSections) == 0x000090, "Member 'UMovieScene3DConstraintTrack::ConstraintSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ static_assert(sizeof(UMovieScene3DAttachTrack) == 0x0000A0, "Wrong size on UMovieScene3DAttachTrack"); \ #define DUMPER7_ASSERTS_UMovieScene3DPathSection \ static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ static_assert(sizeof(UMovieScene3DPathSection) == 0x0001B8, "Wrong size on UMovieScene3DPathSection"); \ static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000110, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x0001B0, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x0001B1, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000A8, "Wrong size on UMovieScene3DPathTrack"); \ #define DUMPER7_ASSERTS_UMovieScenePropertySystem \ static_assert(alignof(UMovieScenePropertySystem) == 0x000008, "Wrong alignment on UMovieScenePropertySystem"); \ static_assert(sizeof(UMovieScenePropertySystem) == 0x000058, "Wrong size on UMovieScenePropertySystem"); \ static_assert(offsetof(UMovieScenePropertySystem, InstantiatorSystem) == 0x000048, "Member 'UMovieScenePropertySystem::InstantiatorSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene3DTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformSection \ static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ static_assert(sizeof(UMovieScene3DTransformSection) == 0x000740, "Wrong size on UMovieScene3DTransformSection"); \ static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x0000F0, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x0000F8, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x0002D8, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x0004B8, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x000698, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000738, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene3DTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x000228, "Wrong size on UMovieSceneActorReferenceSection"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x0000E8, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x000198, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x000218, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x0000C8, "Wrong size on UMovieSceneActorReferenceTrack"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_SetSound \ static_assert(alignof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetSound"); \ static_assert(sizeof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_SetSound"); \ static_assert(offsetof(MovieSceneAudioSection_SetSound, InSound) == 0x000000, "Member 'MovieSceneAudioSection_SetSound::InSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_SetStartOffset \ static_assert(alignof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_SetStartOffset"); \ static_assert(sizeof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_SetStartOffset"); \ static_assert(offsetof(MovieSceneAudioSection_SetStartOffset, InStartOffset) == 0x000000, "Member 'MovieSceneAudioSection_SetStartOffset::InStartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_GetSound \ static_assert(alignof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetSound"); \ static_assert(sizeof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetSound"); \ static_assert(offsetof(MovieSceneAudioSection_GetSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_GetStartOffset \ static_assert(alignof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_GetStartOffset"); \ static_assert(sizeof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_GetStartOffset"); \ static_assert(offsetof(MovieSceneAudioSection_GetStartOffset, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetStartOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAudioSection \ static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ static_assert(sizeof(UMovieSceneAudioSection) == 0x000338, "Wrong size on UMovieSceneAudioSection"); \ static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x0000E8, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x0000F0, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x0000F4, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x0000F8, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x0000FC, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000100, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000108, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x0001A8, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x000248, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x0002F8, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x0002F9, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x0002FA, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x000300, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x000308, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000318, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000328, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAudioTrack \ static_assert(alignof(UMovieSceneAudioTrack) == 0x000008, "Wrong alignment on UMovieSceneAudioTrack"); \ static_assert(sizeof(UMovieSceneAudioTrack) == 0x0000A8, "Wrong size on UMovieSceneAudioTrack"); \ static_assert(offsetof(UMovieSceneAudioTrack, AudioSections) == 0x000098, "Member 'UMovieSceneAudioTrack::AudioSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBaseValueEvaluatorSystem \ static_assert(alignof(UMovieSceneBaseValueEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneBaseValueEvaluatorSystem"); \ static_assert(sizeof(UMovieSceneBaseValueEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneBaseValueEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneBoolPropertySystem \ static_assert(alignof(UMovieSceneBoolPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBoolPropertySystem"); \ static_assert(sizeof(UMovieSceneBoolPropertySystem) == 0x000058, "Wrong size on UMovieSceneBoolPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneBoolTrack \ static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000C8, "Wrong size on UMovieSceneBoolTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneBytePropertySystem \ static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000058, "Wrong size on UMovieSceneBytePropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneByteSection \ static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ static_assert(sizeof(UMovieSceneByteSection) == 0x000188, "Wrong size on UMovieSceneByteSection"); \ static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F0, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneByteTrack \ static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ static_assert(sizeof(UMovieSceneByteTrack) == 0x0000C8, "Wrong size on UMovieSceneByteTrack"); \ static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000C0, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraAnimSection \ static_assert(alignof(UMovieSceneCameraAnimSection) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimSection"); \ static_assert(sizeof(UMovieSceneCameraAnimSection) == 0x000128, "Wrong size on UMovieSceneCameraAnimSection"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, AnimData) == 0x0000E8, "Member 'UMovieSceneCameraAnimSection::AnimData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, CameraAnim) == 0x000108, "Member 'UMovieSceneCameraAnimSection::CameraAnim' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, PlayRate) == 0x000110, "Member 'UMovieSceneCameraAnimSection::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, PlayScale) == 0x000114, "Member 'UMovieSceneCameraAnimSection::PlayScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, BlendInTime) == 0x000118, "Member 'UMovieSceneCameraAnimSection::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, BlendOutTime) == 0x00011C, "Member 'UMovieSceneCameraAnimSection::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, bLooping) == 0x000120, "Member 'UMovieSceneCameraAnimSection::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraAnimTrack \ static_assert(alignof(UMovieSceneCameraAnimTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimTrack"); \ static_assert(sizeof(UMovieSceneCameraAnimTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraAnimTrack"); \ static_assert(offsetof(UMovieSceneCameraAnimTrack, CameraAnimSections) == 0x000098, "Member 'UMovieSceneCameraAnimTrack::CameraAnimSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ static_assert(sizeof(UMovieSceneCameraCutSection) == 0x000160, "Wrong size on UMovieSceneCameraCutSection"); \ static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F0, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x0000F4, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x000104, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000120, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000150, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraCutTrack"); \ static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000090, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x0000B8, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000128, "Wrong size on UMovieSceneCameraShakeSection"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000108, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000110, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x000114, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000118, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000108, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeTrack \ static_assert(alignof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeTrack"); \ static_assert(sizeof(UMovieSceneCameraShakeSourceShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceShakeTrack"); \ static_assert(offsetof(UMovieSceneCameraShakeSourceShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceShakeTrack::CameraShakeSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerSection \ static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000170, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerTrack \ static_assert(alignof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerTrack"); \ static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceTriggerTrack"); \ static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceTriggerTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeTrack \ static_assert(alignof(UMovieSceneCameraShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeTrack"); \ static_assert(sizeof(UMovieSceneCameraShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeTrack"); \ static_assert(offsetof(UMovieSceneCameraShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeTrack::CameraShakeSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_SetShotDisplayName \ static_assert(alignof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_SetShotDisplayName"); \ static_assert(sizeof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_SetShotDisplayName"); \ static_assert(offsetof(MovieSceneCinematicShotSection_SetShotDisplayName, InShotDisplayName) == 0x000000, "Member 'MovieSceneCinematicShotSection_SetShotDisplayName::InShotDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_GetShotDisplayName \ static_assert(alignof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_GetShotDisplayName"); \ static_assert(sizeof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_GetShotDisplayName"); \ static_assert(offsetof(MovieSceneCinematicShotSection_GetShotDisplayName, ReturnValue) == 0x000000, "Member 'MovieSceneCinematicShotSection_GetShotDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCinematicShotSection \ static_assert(alignof(UMovieSceneCinematicShotSection) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotSection"); \ static_assert(sizeof(UMovieSceneCinematicShotSection) == 0x000190, "Wrong size on UMovieSceneCinematicShotSection"); \ static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x000168, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000178, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCinematicShotTrack \ static_assert(alignof(UMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotTrack"); \ static_assert(sizeof(UMovieSceneCinematicShotTrack) == 0x0000A0, "Wrong size on UMovieSceneCinematicShotTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneColorPropertySystem \ static_assert(alignof(UMovieSceneColorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneColorPropertySystem"); \ static_assert(sizeof(UMovieSceneColorPropertySystem) == 0x000058, "Wrong size on UMovieSceneColorPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneColorSection \ static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ static_assert(sizeof(UMovieSceneColorSection) == 0x000370, "Wrong size on UMovieSceneColorSection"); \ static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x0000F0, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x000190, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x000230, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x0002D0, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneColorTrack \ static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ static_assert(sizeof(UMovieSceneColorTrack) == 0x0000C8, "Wrong size on UMovieSceneColorTrack"); \ static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x0000C0, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentInvalidatorSystem \ static_assert(alignof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentInvalidatorSystem"); \ static_assert(sizeof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000040, "Wrong size on UMovieSceneComponentAttachmentInvalidatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentSystem \ static_assert(alignof(UMovieSceneComponentAttachmentSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentSystem"); \ static_assert(sizeof(UMovieSceneComponentAttachmentSystem) == 0x0001C0, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000220, "Wrong size on UMovieSceneComponentMobilitySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentTransformSystem \ static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000058, "Wrong size on UMovieSceneComponentTransformSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000058, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000058, "Wrong size on UMovieSceneEnumPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumSection \ static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ static_assert(sizeof(UMovieSceneEnumSection) == 0x000188, "Wrong size on UMovieSceneEnumSection"); \ static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F0, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000C8, "Wrong size on UMovieSceneEnumTrack"); \ static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000C0, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneEulerTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ static_assert(sizeof(UMovieSceneEventSectionBase) == 0x0000E8, "Wrong size on UMovieSceneEventSectionBase"); \ #define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000118, "Wrong size on UMovieSceneEventRepeaterSection"); \ static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x0000F0, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSection \ static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ static_assert(sizeof(UMovieSceneEventSection) == 0x0001E8, "Wrong size on UMovieSceneEventSection"); \ static_assert(offsetof(UMovieSceneEventSection, Events) == 0x0000E8, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000160, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTrack \ static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ static_assert(sizeof(UMovieSceneEventTrack) == 0x0000B8, "Wrong size on UMovieSceneEventTrack"); \ static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x0000A4, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x0000A8, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x000178, "Wrong size on UMovieSceneEventTriggerSection"); \ static_assert(offsetof(UMovieSceneEventTriggerSection, EventChannel) == 0x0000F0, "Member 'UMovieSceneEventTriggerSection::EventChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFadeSection \ static_assert(alignof(UMovieSceneFadeSection) == 0x000008, "Wrong alignment on UMovieSceneFadeSection"); \ static_assert(sizeof(UMovieSceneFadeSection) == 0x0001A0, "Wrong size on UMovieSceneFadeSection"); \ static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x0000E8, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x000188, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatTrack \ static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ static_assert(sizeof(UMovieSceneFloatTrack) == 0x0000C0, "Wrong size on UMovieSceneFloatTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneFadeTrack \ static_assert(alignof(UMovieSceneFadeTrack) == 0x000008, "Wrong alignment on UMovieSceneFadeTrack"); \ static_assert(sizeof(UMovieSceneFadeTrack) == 0x0000C8, "Wrong size on UMovieSceneFadeTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatPropertySystem \ static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatSection \ static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ static_assert(sizeof(UMovieSceneFloatSection) == 0x000190, "Wrong size on UMovieSceneFloatSection"); \ static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x0000F0, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneHierarchicalBiasSystem \ static_assert(alignof(UMovieSceneHierarchicalBiasSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalBiasSystem"); \ static_assert(sizeof(UMovieSceneHierarchicalBiasSystem) == 0x000040, "Wrong size on UMovieSceneHierarchicalBiasSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneInitialValueSystem \ static_assert(alignof(UMovieSceneInitialValueSystem) == 0x000008, "Wrong alignment on UMovieSceneInitialValueSystem"); \ static_assert(sizeof(UMovieSceneInitialValueSystem) == 0x000040, "Wrong size on UMovieSceneInitialValueSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerPropertySystem \ static_assert(alignof(UMovieSceneIntegerPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneIntegerPropertySystem"); \ static_assert(sizeof(UMovieSceneIntegerPropertySystem) == 0x000058, "Wrong size on UMovieSceneIntegerPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerSection \ static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ static_assert(sizeof(UMovieSceneIntegerSection) == 0x000180, "Wrong size on UMovieSceneIntegerSection"); \ static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x0000F0, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x0001E8, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000108, "Wrong size on UMovieSceneLevelVisibilitySection"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x0000F0, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x0000F8, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001A8, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilityTrack \ static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x0000A0, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000090, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMaterialTrack \ static_assert(alignof(UMovieSceneMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrack"); \ static_assert(sizeof(UMovieSceneMaterialTrack) == 0x0000A0, "Wrong size on UMovieSceneMaterialTrack"); \ static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000090, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000B0, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000A8, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000B0, "Wrong size on UMovieSceneComponentMaterialTrack"); \ static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000A8, "Member 'UMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x000098, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneObjectPropertySection \ static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x0001A8, "Wrong size on UMovieSceneObjectPropertySection"); \ static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x0000E8, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneObjectPropertyTrack \ static_assert(alignof(UMovieSceneObjectPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertyTrack"); \ static_assert(sizeof(UMovieSceneObjectPropertyTrack) == 0x0000D0, "Wrong size on UMovieSceneObjectPropertyTrack"); \ static_assert(offsetof(UMovieSceneObjectPropertyTrack, PropertyClass) == 0x0000C8, "Member 'UMovieSceneObjectPropertyTrack::PropertyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddBoolParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddBoolParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000010, "Wrong size on MovieSceneParameterSection_AddBoolParameterKey"); \ static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddColorParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddColorParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddColorParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddColorParameterKey) == 0x00001C, "Wrong size on MovieSceneParameterSection_AddColorParameterKey"); \ static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddColorParameterKey::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddScalarParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddScalarParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000010, "Wrong size on MovieSceneParameterSection_AddScalarParameterKey"); \ static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddTransformParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddTransformParameterKey) == 0x000010, "Wrong alignment on MovieSceneParameterSection_AddTransformParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddTransformParameterKey) == 0x000040, "Wrong size on MovieSceneParameterSection_AddTransformParameterKey"); \ static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddVector2DParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddVector2DParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddVector2DParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddVector2DParameterKey) == 0x000014, "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) == 0x00000C, "Member 'MovieSceneParameterSection_AddVector2DParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_AddVectorParameterKey \ static_assert(alignof(MovieSceneParameterSection_AddVectorParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddVectorParameterKey"); \ static_assert(sizeof(MovieSceneParameterSection_AddVectorParameterKey) == 0x000018, "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) == 0x00000C, "Member 'MovieSceneParameterSection_AddVectorParameterKey::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveBoolParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveBoolParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveBoolParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveBoolParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveBoolParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveBoolParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveBoolParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveBoolParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveBoolParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveColorParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveColorParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveColorParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveColorParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveColorParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveColorParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveColorParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveColorParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveColorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveScalarParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveScalarParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveScalarParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveScalarParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveScalarParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveScalarParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveScalarParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveScalarParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveScalarParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveTransformParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveTransformParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveTransformParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveTransformParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveTransformParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveTransformParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveTransformParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveTransformParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveTransformParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveVector2DParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveVector2DParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveVector2DParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveVector2DParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveVector2DParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveVector2DParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveVector2DParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveVector2DParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveVector2DParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveVectorParameter \ static_assert(alignof(MovieSceneParameterSection_RemoveVectorParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveVectorParameter"); \ static_assert(sizeof(MovieSceneParameterSection_RemoveVectorParameter) == 0x00000C, "Wrong size on MovieSceneParameterSection_RemoveVectorParameter"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveVectorParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveVectorParameter::InParameterName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneParameterSection_RemoveVectorParameter, ReturnValue) == 0x000008, "Member 'MovieSceneParameterSection_RemoveVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneParameterSection_GetParameterNames \ static_assert(alignof(MovieSceneParameterSection_GetParameterNames) == 0x000008, "Wrong alignment on MovieSceneParameterSection_GetParameterNames"); \ static_assert(sizeof(MovieSceneParameterSection_GetParameterNames) == 0x000050, "Wrong size on MovieSceneParameterSection_GetParameterNames"); \ static_assert(offsetof(MovieSceneParameterSection_GetParameterNames, ParameterNames) == 0x000000, "Member 'MovieSceneParameterSection_GetParameterNames::ParameterNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneParameterSection \ static_assert(alignof(UMovieSceneParameterSection) == 0x000008, "Wrong alignment on UMovieSceneParameterSection"); \ static_assert(sizeof(UMovieSceneParameterSection) == 0x000148, "Wrong size on UMovieSceneParameterSection"); \ static_assert(offsetof(UMovieSceneParameterSection, BoolParameterNamesAndCurves) == 0x0000E8, "Member 'UMovieSceneParameterSection::BoolParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneParameterSection, ScalarParameterNamesAndCurves) == 0x0000F8, "Member 'UMovieSceneParameterSection::ScalarParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneParameterSection, Vector2DParameterNamesAndCurves) == 0x000108, "Member 'UMovieSceneParameterSection::Vector2DParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneParameterSection, VectorParameterNamesAndCurves) == 0x000118, "Member 'UMovieSceneParameterSection::VectorParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneParameterSection, ColorParameterNamesAndCurves) == 0x000128, "Member 'UMovieSceneParameterSection::ColorParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneParameterSection, TransformParameterNamesAndCurves) == 0x000138, "Member 'UMovieSceneParameterSection::TransformParameterNamesAndCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneParticleParameterTrack \ static_assert(alignof(UMovieSceneParticleParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleParameterTrack"); \ static_assert(sizeof(UMovieSceneParticleParameterTrack) == 0x0000A8, "Wrong size on UMovieSceneParticleParameterTrack"); \ static_assert(offsetof(UMovieSceneParticleParameterTrack, Sections) == 0x000098, "Member 'UMovieSceneParticleParameterTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneParticleSection \ static_assert(alignof(UMovieSceneParticleSection) == 0x000008, "Wrong alignment on UMovieSceneParticleSection"); \ static_assert(sizeof(UMovieSceneParticleSection) == 0x000180, "Wrong size on UMovieSceneParticleSection"); \ static_assert(offsetof(UMovieSceneParticleSection, ParticleKeys) == 0x0000E8, "Member 'UMovieSceneParticleSection::ParticleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneParticleTrack \ static_assert(alignof(UMovieSceneParticleTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleTrack"); \ static_assert(sizeof(UMovieSceneParticleTrack) == 0x0000A8, "Wrong size on UMovieSceneParticleTrack"); \ static_assert(offsetof(UMovieSceneParticleTrack, ParticleSections) == 0x000098, "Member 'UMovieSceneParticleTrack::ParticleSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePiecewiseBoolBlenderSystem \ static_assert(alignof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseBoolBlenderSystem"); \ static_assert(sizeof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseBoolBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePiecewiseByteBlenderSystem \ static_assert(alignof(UMovieScenePiecewiseByteBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseByteBlenderSystem"); \ static_assert(sizeof(UMovieScenePiecewiseByteBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseByteBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePiecewiseEnumBlenderSystem \ static_assert(alignof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseEnumBlenderSystem"); \ static_assert(sizeof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseEnumBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePiecewiseFloatBlenderSystem \ static_assert(alignof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseFloatBlenderSystem"); \ static_assert(sizeof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000128, "Wrong size on UMovieScenePiecewiseFloatBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePiecewiseIntegerBlenderSystem \ static_assert(alignof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseIntegerBlenderSystem"); \ static_assert(sizeof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x0000B0, "Wrong size on UMovieScenePiecewiseIntegerBlenderSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialSection \ static_assert(alignof(UMovieScenePrimitiveMaterialSection) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialSection"); \ static_assert(sizeof(UMovieScenePrimitiveMaterialSection) == 0x0001A8, "Wrong size on UMovieScenePrimitiveMaterialSection"); \ static_assert(offsetof(UMovieScenePrimitiveMaterialSection, MaterialChannel) == 0x0000E8, "Member 'UMovieScenePrimitiveMaterialSection::MaterialChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrack \ static_assert(alignof(UMovieScenePrimitiveMaterialTrack) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrack"); \ static_assert(sizeof(UMovieScenePrimitiveMaterialTrack) == 0x0000D0, "Wrong size on UMovieScenePrimitiveMaterialTrack"); \ static_assert(offsetof(UMovieScenePrimitiveMaterialTrack, MaterialIndex) == 0x0000C8, "Member 'UMovieScenePrimitiveMaterialTrack::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePropertyInstantiatorSystem \ static_assert(alignof(UMovieScenePropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyInstantiatorSystem"); \ static_assert(sizeof(UMovieScenePropertyInstantiatorSystem) == 0x000248, "Wrong size on UMovieScenePropertyInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneQuaternionInterpolationRotationSystem \ static_assert(alignof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionInterpolationRotationSystem"); \ static_assert(sizeof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000040, "Wrong size on UMovieSceneQuaternionInterpolationRotationSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSection \ static_assert(alignof(UMovieSceneSkeletalAnimationSection) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationSection"); \ static_assert(sizeof(UMovieSceneSkeletalAnimationSection) == 0x000270, "Wrong size on UMovieSceneSkeletalAnimationSection"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Params_0) == 0x0000E8, "Member 'UMovieSceneSkeletalAnimationSection::Params_0' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, AnimSequence) == 0x0001C0, "Member 'UMovieSceneSkeletalAnimationSection::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Animation) == 0x0001C8, "Member 'UMovieSceneSkeletalAnimationSection::Animation' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartOffset) == 0x0001D0, "Member 'UMovieSceneSkeletalAnimationSection::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, EndOffset) == 0x0001D4, "Member 'UMovieSceneSkeletalAnimationSection::EndOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, PlayRate) == 0x0001D8, "Member 'UMovieSceneSkeletalAnimationSection::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, SlotName) == 0x0001E0, "Member 'UMovieSceneSkeletalAnimationSection::SlotName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartLocationOffset) == 0x0001E8, "Member 'UMovieSceneSkeletalAnimationSection::StartLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartRotationOffset) == 0x0001F4, "Member 'UMovieSceneSkeletalAnimationSection::StartRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchWithPrevious) == 0x000200, "Member 'UMovieSceneSkeletalAnimationSection::bMatchWithPrevious' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedBoneName) == 0x000204, "Member 'UMovieSceneSkeletalAnimationSection::MatchedBoneName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedLocationOffset) == 0x00020C, "Member 'UMovieSceneSkeletalAnimationSection::MatchedLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedRotationOffset) == 0x000218, "Member 'UMovieSceneSkeletalAnimationSection::MatchedRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchTranslation) == 0x000224, "Member 'UMovieSceneSkeletalAnimationSection::bMatchTranslation' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchIncludeZHeight) == 0x000225, "Member 'UMovieSceneSkeletalAnimationSection::bMatchIncludeZHeight' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationYaw) == 0x000226, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationYaw' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationPitch) == 0x000227, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationPitch' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationRoll) == 0x000228, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationTrack \ static_assert(alignof(UMovieSceneSkeletalAnimationTrack) == 0x000008, "Wrong alignment on UMovieSceneSkeletalAnimationTrack"); \ static_assert(sizeof(UMovieSceneSkeletalAnimationTrack) == 0x0000E8, "Wrong size on UMovieSceneSkeletalAnimationTrack"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneSkeletalAnimationTrack::AnimationSections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bUseLegacySectionIndexBlend) == 0x0000A8, "Member 'UMovieSceneSkeletalAnimationTrack::bUseLegacySectionIndexBlend' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, RootMotionParams) == 0x0000B0, "Member 'UMovieSceneSkeletalAnimationTrack::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bBlendFirstChildOfRoot) == 0x0000E0, "Member 'UMovieSceneSkeletalAnimationTrack::bBlendFirstChildOfRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSlomoSection \ static_assert(alignof(UMovieSceneSlomoSection) == 0x000008, "Wrong alignment on UMovieSceneSlomoSection"); \ static_assert(sizeof(UMovieSceneSlomoSection) == 0x000188, "Wrong size on UMovieSceneSlomoSection"); \ static_assert(offsetof(UMovieSceneSlomoSection, FloatCurve) == 0x0000E8, "Member 'UMovieSceneSlomoSection::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSlomoTrack \ static_assert(alignof(UMovieSceneSlomoTrack) == 0x000008, "Wrong alignment on UMovieSceneSlomoTrack"); \ static_assert(sizeof(UMovieSceneSlomoTrack) == 0x0000C8, "Wrong size on UMovieSceneSlomoTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneStringSection \ static_assert(alignof(UMovieSceneStringSection) == 0x000008, "Wrong alignment on UMovieSceneStringSection"); \ static_assert(sizeof(UMovieSceneStringSection) == 0x000188, "Wrong size on UMovieSceneStringSection"); \ static_assert(offsetof(UMovieSceneStringSection, StringCurve) == 0x0000E8, "Member 'UMovieSceneStringSection::StringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneStringTrack \ static_assert(alignof(UMovieSceneStringTrack) == 0x000008, "Wrong alignment on UMovieSceneStringTrack"); \ static_assert(sizeof(UMovieSceneStringTrack) == 0x0000C8, "Wrong size on UMovieSceneStringTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneTransformOriginSystem \ static_assert(alignof(UMovieSceneTransformOriginSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginSystem"); \ static_assert(sizeof(UMovieSceneTransformOriginSystem) == 0x000078, "Wrong size on UMovieSceneTransformOriginSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneTransformTrack \ static_assert(alignof(UMovieSceneTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneTransformTrack"); \ static_assert(sizeof(UMovieSceneTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneVectorPropertySystem \ static_assert(alignof(UMovieSceneVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneVectorPropertySystem"); \ static_assert(sizeof(UMovieSceneVectorPropertySystem) == 0x000058, "Wrong size on UMovieSceneVectorPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneVectorSection \ static_assert(alignof(UMovieSceneVectorSection) == 0x000008, "Wrong alignment on UMovieSceneVectorSection"); \ static_assert(sizeof(UMovieSceneVectorSection) == 0x000378, "Wrong size on UMovieSceneVectorSection"); \ static_assert(offsetof(UMovieSceneVectorSection, Curves) == 0x0000F0, "Member 'UMovieSceneVectorSection::Curves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneVectorSection, ChannelsUsed) == 0x000370, "Member 'UMovieSceneVectorSection::ChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneVectorTrack \ static_assert(alignof(UMovieSceneVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneVectorTrack"); \ static_assert(sizeof(UMovieSceneVectorTrack) == 0x0000C8, "Wrong size on UMovieSceneVectorTrack"); \ static_assert(offsetof(UMovieSceneVectorTrack, NumChannelsUsed) == 0x0000C0, "Member 'UMovieSceneVectorTrack::NumChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneVisibilityTrack \ static_assert(alignof(UMovieSceneVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneVisibilityTrack"); \ static_assert(sizeof(UMovieSceneVisibilityTrack) == 0x0000C8, "Wrong size on UMovieSceneVisibilityTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingInstantiatorSystem \ static_assert(alignof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000090, "Wrong size on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UWeightAndEasingEvaluatorSystem \ static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000078, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UOodleNetworkTrainerCommandlet \ static_assert(alignof(UOodleNetworkTrainerCommandlet) == 0x000008, "Wrong alignment on UOodleNetworkTrainerCommandlet"); \ static_assert(sizeof(UOodleNetworkTrainerCommandlet) == 0x0000A0, "Wrong size on UOodleNetworkTrainerCommandlet"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, bCompressionTest) == 0x000080, "Member 'UOodleNetworkTrainerCommandlet::bCompressionTest' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, HashTableSize) == 0x000084, "Member 'UOodleNetworkTrainerCommandlet::HashTableSize' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionarySize) == 0x000088, "Member 'UOodleNetworkTrainerCommandlet::DictionarySize' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionaryTrials) == 0x00008C, "Member 'UOodleNetworkTrainerCommandlet::DictionaryTrials' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialRandomness) == 0x000090, "Member 'UOodleNetworkTrainerCommandlet::TrialRandomness' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialGenerations) == 0x000094, "Member 'UOodleNetworkTrainerCommandlet::TrialGenerations' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, bNoTrials) == 0x000098, "Member 'UOodleNetworkTrainerCommandlet::bNoTrials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ #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_FAnimationSetup \ static_assert(alignof(FAnimationSetup) == 0x000008, "Wrong alignment on FAnimationSetup"); \ static_assert(sizeof(FAnimationSetup) == 0x000018, "Wrong size on FAnimationSetup"); \ static_assert(offsetof(FAnimationSetup, AnimSequence) == 0x000000, "Member 'FAnimationSetup::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, AnimBlueprint) == 0x000008, "Member 'FAnimationSetup::AnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, NumRandomizedInstances) == 0x000010, "Member 'FAnimationSetup::NumRandomizedInstances' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, Enabled) == 0x000014, "Member 'FAnimationSetup::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStateEntry \ static_assert(alignof(FAnimationStateEntry) == 0x000008, "Wrong alignment on FAnimationStateEntry"); \ static_assert(sizeof(FAnimationStateEntry) == 0x000030, "Wrong size on FAnimationStateEntry"); \ static_assert(offsetof(FAnimationStateEntry, State) == 0x000000, "Member 'FAnimationStateEntry::State' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, AnimationSetups) == 0x000008, "Member 'FAnimationStateEntry::AnimationSetups' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bOnDemand) == 0x000018, "Member 'FAnimationStateEntry::bOnDemand' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bAdditive) == 0x000019, "Member 'FAnimationStateEntry::bAdditive' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, BlendTime) == 0x00001C, "Member 'FAnimationStateEntry::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bReturnToPreviousState) == 0x000020, "Member 'FAnimationStateEntry::bReturnToPreviousState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bSetNextState) == 0x000021, "Member 'FAnimationStateEntry::bSetNextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, NextState) == 0x000022, "Member 'FAnimationStateEntry::NextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, MaximumNumberOfConcurrentInstances) == 0x000024, "Member 'FAnimationStateEntry::MaximumNumberOfConcurrentInstances' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, WiggleTimePercentage) == 0x000028, "Member 'FAnimationStateEntry::WiggleTimePercentage' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bRequiresCurves) == 0x00002C, "Member 'FAnimationStateEntry::bRequiresCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerSkeletonAnimationSharingSetup \ static_assert(alignof(FPerSkeletonAnimationSharingSetup) == 0x000008, "Wrong alignment on FPerSkeletonAnimationSharingSetup"); \ static_assert(sizeof(FPerSkeletonAnimationSharingSetup) == 0x000038, "Wrong size on FPerSkeletonAnimationSharingSetup"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, Skeleton) == 0x000000, "Member 'FPerSkeletonAnimationSharingSetup::Skeleton' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, SkeletalMesh) == 0x000008, "Member 'FPerSkeletonAnimationSharingSetup::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, BlendAnimBlueprint) == 0x000010, "Member 'FPerSkeletonAnimationSharingSetup::BlendAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AdditiveAnimBlueprint) == 0x000018, "Member 'FPerSkeletonAnimationSharingSetup::AdditiveAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, StateProcessorClass) == 0x000020, "Member 'FPerSkeletonAnimationSharingSetup::StateProcessorClass' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AnimationStates) == 0x000028, "Member 'FPerSkeletonAnimationSharingSetup::AnimationStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSharingStateInstance_GetInstancedActors \ static_assert(alignof(AnimSharingStateInstance_GetInstancedActors) == 0x000008, "Wrong alignment on AnimSharingStateInstance_GetInstancedActors"); \ static_assert(sizeof(AnimSharingStateInstance_GetInstancedActors) == 0x000010, "Wrong size on AnimSharingStateInstance_GetInstancedActors"); \ static_assert(offsetof(AnimSharingStateInstance_GetInstancedActors, Actors) == 0x000000, "Member 'AnimSharingStateInstance_GetInstancedActors::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingStateInstance \ static_assert(alignof(UAnimSharingStateInstance) == 0x000010, "Wrong alignment on UAnimSharingStateInstance"); \ static_assert(sizeof(UAnimSharingStateInstance) == 0x0002E0, "Wrong size on UAnimSharingStateInstance"); \ static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x0002B8, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x0002C0, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x0002C4, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x0002C8, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x0002D0, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ static_assert(sizeof(UAnimSharingTransitionInstance) == 0x0002D0, "Wrong size on UAnimSharingTransitionInstance"); \ static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x0002B8, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x0002C0, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x0002C8, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x0002CC, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x0002D0, "Wrong size on UAnimSharingAdditiveInstance"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x0002B8, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x0002C0, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x0002C8, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x0002CC, "Member 'UAnimSharingAdditiveInstance::bStateBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingInstance \ static_assert(alignof(UAnimSharingInstance) == 0x000008, "Wrong alignment on UAnimSharingInstance"); \ static_assert(sizeof(UAnimSharingInstance) == 0x000118, "Wrong size on UAnimSharingInstance"); \ static_assert(offsetof(UAnimSharingInstance, RegisteredActors) == 0x000028, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000088, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000C8, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000E8, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F0, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingManager \ static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ static_assert(sizeof(UAnimationSharingManager) == 0x000088, "Wrong size on UAnimationSharingManager"); \ static_assert(offsetof(UAnimationSharingManager, Skeletons) == 0x000028, "Member 'UAnimationSharingManager::Skeletons' has a wrong offset!"); \ static_assert(offsetof(UAnimationSharingManager, PerSkeletonData) == 0x000038, "Member 'UAnimationSharingManager::PerSkeletonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingSetup \ static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimationSharingSetup"); \ static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000028, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000038, "Member 'UAnimationSharingSetup::ScalabilitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_WinchRingVisible_C_Received_Notify \ static_assert(alignof(WinchRingVisible_C_Received_Notify) == 0x000008, "Wrong alignment on WinchRingVisible_C_Received_Notify"); \ static_assert(sizeof(WinchRingVisible_C_Received_Notify) == 0x000030, "Wrong size on WinchRingVisible_C_Received_Notify"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, MeshComp) == 0x000000, "Member 'WinchRingVisible_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, Animation) == 0x000008, "Member 'WinchRingVisible_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, ReturnValue) == 0x000010, "Member 'WinchRingVisible_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'WinchRingVisible_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'WinchRingVisible_C_Received_Notify::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WinchRingVisible_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WinchRingVisible_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WinchRingVisible_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWinchRingVisible_C \ static_assert(alignof(UWinchRingVisible_C) == 0x000008, "Wrong alignment on UWinchRingVisible_C"); \ static_assert(sizeof(UWinchRingVisible_C) == 0x000040, "Wrong size on UWinchRingVisible_C"); \ static_assert(offsetof(UWinchRingVisible_C, bHiddenInGame) == 0x000038, "Member 'UWinchRingVisible_C::bHiddenInGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USignificanceManager \ static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ static_assert(sizeof(USignificanceManager) == 0x000120, "Wrong size on USignificanceManager"); \ static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000108, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents \ static_assert(alignof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents) == 0x000008, "Wrong alignment on MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents"); \ static_assert(sizeof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents) == 0x0000B0, "Wrong size on MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, EntryPoint) == 0x000000, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, K2Node_Event_Hit) == 0x000010, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, K2Node_Event_PlayerCharacter) == 0x000098, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, CallFunc_GetNotesManager_ReturnValue_1) == 0x0000A0, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::CallFunc_GetNotesManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents, CallFunc_GiveNote_ReturnValue) == 0x0000A9, "Member 'MQ_13_Documents_C_ExecuteUbergraph_MQ_13_Documents::CallFunc_GiveNote_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Documents_C_OnUseActor \ static_assert(alignof(MQ_13_Documents_C_OnUseActor) == 0x000008, "Wrong alignment on MQ_13_Documents_C_OnUseActor"); \ static_assert(sizeof(MQ_13_Documents_C_OnUseActor) == 0x000090, "Wrong size on MQ_13_Documents_C_OnUseActor"); \ static_assert(offsetof(MQ_13_Documents_C_OnUseActor, Hit) == 0x000000, "Member 'MQ_13_Documents_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Documents_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'MQ_13_Documents_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Documents_C_UserConstructionScript \ static_assert(alignof(MQ_13_Documents_C_UserConstructionScript) == 0x000001, "Wrong alignment on MQ_13_Documents_C_UserConstructionScript"); \ static_assert(sizeof(MQ_13_Documents_C_UserConstructionScript) == 0x000001, "Wrong size on MQ_13_Documents_C_UserConstructionScript"); \ static_assert(offsetof(MQ_13_Documents_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'MQ_13_Documents_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_Documents_C \ static_assert(alignof(AMQ_13_Documents_C) == 0x000008, "Wrong alignment on AMQ_13_Documents_C"); \ static_assert(sizeof(AMQ_13_Documents_C) == 0x0002A0, "Wrong size on AMQ_13_Documents_C"); \ static_assert(offsetof(AMQ_13_Documents_C, UberGraphFrame_MQ_13_Documents_C) == 0x000288, "Member 'AMQ_13_Documents_C::UberGraphFrame_MQ_13_Documents_C' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Documents_C, DocumentsMesh) == 0x000290, "Member 'AMQ_13_Documents_C::DocumentsMesh' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Documents_C, GiveNoteID) == 0x000298, "Member 'AMQ_13_Documents_C::GiveNoteID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ static_assert(sizeof(UAudioCurveSourceComponent) == 0x0008A0, "Wrong size on UAudioCurveSourceComponent"); \ static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000868, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000870, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2 \ static_assert(alignof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2) == 0x000008, "Wrong alignment on BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2"); \ static_assert(sizeof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2) == 0x000178, "Wrong size on BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, EntryPoint) == 0x000000, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_byte_Variable) == 0x000004, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_struct_Variable) == 0x000008, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_struct_Variable_1) == 0x000018, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_struct_Variable_2) == 0x000028, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_struct_Variable_3) == 0x000038, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_struct_Variable_4) == 0x000048, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_bool_Variable) == 0x000058, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_byte_Variable_1) == 0x000059, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_byte_Variable_2) == 0x00005A, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_bool_Variable_1) == 0x00005B, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, Temp_int_Variable) == 0x00005C, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_Event_IsDesignTime) == 0x000060, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_CustomEvent_Header) == 0x000068, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_CustomEvent_Header' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_CustomEvent_InText) == 0x000080, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_CustomEvent_InText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, CallFunc_Conv_TextToString_ReturnValue) == 0x000098, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_CustomEvent_Style) == 0x0000A8, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_CustomEvent_Style' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, CallFunc_Replace_ReturnValue) == 0x0000B0, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_Select_Default) == 0x0000D8, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_MakeStruct_SlateColor) == 0x0000E8, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_Select_Default_1) == 0x000110, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, CallFunc_Greater_IntInt_ReturnValue) == 0x000111, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_Select_Default_2) == 0x000114, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, K2Node_MakeStruct_SlateFontInfo) == 0x000118, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2, CallFunc_Not_PreBool_ReturnValue) == 0x000170, "Member 'BenchV2_Elem_Info2_C_ExecuteUbergraph_BenchV2_Elem_Info2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info2_C_SetStyle \ static_assert(alignof(BenchV2_Elem_Info2_C_SetStyle) == 0x000001, "Wrong alignment on BenchV2_Elem_Info2_C_SetStyle"); \ static_assert(sizeof(BenchV2_Elem_Info2_C_SetStyle) == 0x000001, "Wrong size on BenchV2_Elem_Info2_C_SetStyle"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_SetStyle, Style_0) == 0x000000, "Member 'BenchV2_Elem_Info2_C_SetStyle::Style_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info2_C_Draw \ static_assert(alignof(BenchV2_Elem_Info2_C_Draw) == 0x000008, "Wrong alignment on BenchV2_Elem_Info2_C_Draw"); \ static_assert(sizeof(BenchV2_Elem_Info2_C_Draw) == 0x000030, "Wrong size on BenchV2_Elem_Info2_C_Draw"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_Draw, Header_0) == 0x000000, "Member 'BenchV2_Elem_Info2_C_Draw::Header_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_Draw, InText) == 0x000018, "Member 'BenchV2_Elem_Info2_C_Draw::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info2_C_PreConstruct \ static_assert(alignof(BenchV2_Elem_Info2_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Elem_Info2_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Elem_Info2_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Elem_Info2_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Elem_Info2_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Elem_Info2_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Elem_Info2_C \ static_assert(alignof(UBenchV2_Elem_Info2_C) == 0x000008, "Wrong alignment on UBenchV2_Elem_Info2_C"); \ static_assert(sizeof(UBenchV2_Elem_Info2_C) == 0x0002C0, "Wrong size on UBenchV2_Elem_Info2_C"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Elem_Info2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, Header) == 0x000268, "Member 'UBenchV2_Elem_Info2_C::Header' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, RichTextBlock_92) == 0x000270, "Member 'UBenchV2_Elem_Info2_C::RichTextBlock_92' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, Style) == 0x000278, "Member 'UBenchV2_Elem_Info2_C::Style' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, HeaderText) == 0x000280, "Member 'UBenchV2_Elem_Info2_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, Text) == 0x000298, "Member 'UBenchV2_Elem_Info2_C::Text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, ShowText) == 0x0002B0, "Member 'UBenchV2_Elem_Info2_C::ShowText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, HeaderTextSize) == 0x0002B4, "Member 'UBenchV2_Elem_Info2_C::HeaderTextSize' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info2_C, DarkBG) == 0x0002B8, "Member 'UBenchV2_Elem_Info2_C::DarkBG' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithCameraLookatTrackingSettingsTemplate \ static_assert(alignof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000008, "Wrong alignment on FDatasmithCameraLookatTrackingSettingsTemplate"); \ static_assert(sizeof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000030, "Wrong size on FDatasmithCameraLookatTrackingSettingsTemplate"); \ static_assert(offsetof(FDatasmithCameraLookatTrackingSettingsTemplate, ActorToTrack) == 0x000008, "Member 'FDatasmithCameraLookatTrackingSettingsTemplate::ActorToTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithPostProcessSettingsTemplate \ static_assert(alignof(FDatasmithPostProcessSettingsTemplate) == 0x000010, "Wrong alignment on FDatasmithPostProcessSettingsTemplate"); \ static_assert(sizeof(FDatasmithPostProcessSettingsTemplate) == 0x000040, "Wrong size on FDatasmithPostProcessSettingsTemplate"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, WhiteTemp) == 0x000008, "Member 'FDatasmithPostProcessSettingsTemplate::WhiteTemp' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, VignetteIntensity) == 0x00000C, "Member 'FDatasmithPostProcessSettingsTemplate::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, FilmWhitePoint) == 0x000010, "Member 'FDatasmithPostProcessSettingsTemplate::FilmWhitePoint' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, ColorSaturation) == 0x000020, "Member 'FDatasmithPostProcessSettingsTemplate::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, AutoExposureMethod) == 0x000030, "Member 'FDatasmithPostProcessSettingsTemplate::AutoExposureMethod' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraISO) == 0x000034, "Member 'FDatasmithPostProcessSettingsTemplate::CameraISO' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraShutterSpeed) == 0x000038, "Member 'FDatasmithPostProcessSettingsTemplate::CameraShutterSpeed' has a wrong offset!"); \ static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, DepthOfFieldFstop) == 0x00003C, "Member 'FDatasmithPostProcessSettingsTemplate::DepthOfFieldFstop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithCameraFocusSettingsTemplate \ static_assert(alignof(FDatasmithCameraFocusSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFocusSettingsTemplate"); \ static_assert(sizeof(FDatasmithCameraFocusSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFocusSettingsTemplate"); \ static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, FocusMethod) == 0x000000, "Member 'FDatasmithCameraFocusSettingsTemplate::FocusMethod' has a wrong offset!"); \ static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, ManualFocusDistance) == 0x000004, "Member 'FDatasmithCameraFocusSettingsTemplate::ManualFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithCameraLensSettingsTemplate \ static_assert(alignof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraLensSettingsTemplate"); \ static_assert(sizeof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong size on FDatasmithCameraLensSettingsTemplate"); \ static_assert(offsetof(FDatasmithCameraLensSettingsTemplate, MaxFStop) == 0x000000, "Member 'FDatasmithCameraLensSettingsTemplate::MaxFStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithCameraFilmbackSettingsTemplate \ static_assert(alignof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFilmbackSettingsTemplate"); \ static_assert(sizeof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFilmbackSettingsTemplate"); \ static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorWidth) == 0x000000, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorWidth' has a wrong offset!"); \ static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorHeight) == 0x000004, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithTessellationOptions \ static_assert(alignof(FDatasmithTessellationOptions) == 0x000004, "Wrong alignment on FDatasmithTessellationOptions"); \ static_assert(sizeof(FDatasmithTessellationOptions) == 0x000010, "Wrong size on FDatasmithTessellationOptions"); \ static_assert(offsetof(FDatasmithTessellationOptions, ChordTolerance) == 0x000000, "Member 'FDatasmithTessellationOptions::ChordTolerance' has a wrong offset!"); \ static_assert(offsetof(FDatasmithTessellationOptions, MaxEdgeLength) == 0x000004, "Member 'FDatasmithTessellationOptions::MaxEdgeLength' has a wrong offset!"); \ static_assert(offsetof(FDatasmithTessellationOptions, NormalTolerance) == 0x000008, "Member 'FDatasmithTessellationOptions::NormalTolerance' has a wrong offset!"); \ static_assert(offsetof(FDatasmithTessellationOptions, StitchingTechnique) == 0x00000C, "Member 'FDatasmithTessellationOptions::StitchingTechnique' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithRetessellationOptions \ static_assert(alignof(FDatasmithRetessellationOptions) == 0x000004, "Wrong alignment on FDatasmithRetessellationOptions"); \ static_assert(sizeof(FDatasmithRetessellationOptions) == 0x000014, "Wrong size on FDatasmithRetessellationOptions"); \ static_assert(offsetof(FDatasmithRetessellationOptions, RetessellationRule) == 0x000010, "Member 'FDatasmithRetessellationOptions::RetessellationRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithAssetImportOptions \ static_assert(alignof(FDatasmithAssetImportOptions) == 0x000004, "Wrong alignment on FDatasmithAssetImportOptions"); \ static_assert(sizeof(FDatasmithAssetImportOptions) == 0x000008, "Wrong size on FDatasmithAssetImportOptions"); \ static_assert(offsetof(FDatasmithAssetImportOptions, PackagePath) == 0x000000, "Member 'FDatasmithAssetImportOptions::PackagePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticMeshImportOptions \ static_assert(alignof(FDatasmithStaticMeshImportOptions) == 0x000001, "Wrong alignment on FDatasmithStaticMeshImportOptions"); \ static_assert(sizeof(FDatasmithStaticMeshImportOptions) == 0x000004, "Wrong size on FDatasmithStaticMeshImportOptions"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, MinLightmapResolution) == 0x000000, "Member 'FDatasmithStaticMeshImportOptions::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, MaxLightmapResolution) == 0x000001, "Member 'FDatasmithStaticMeshImportOptions::MaxLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, bGenerateLightmapUVs) == 0x000002, "Member 'FDatasmithStaticMeshImportOptions::bGenerateLightmapUVs' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, bRemoveDegenerates) == 0x000003, "Member 'FDatasmithStaticMeshImportOptions::bRemoveDegenerates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithImportBaseOptions \ static_assert(alignof(FDatasmithImportBaseOptions) == 0x000004, "Wrong alignment on FDatasmithImportBaseOptions"); \ static_assert(sizeof(FDatasmithImportBaseOptions) == 0x000014, "Wrong size on FDatasmithImportBaseOptions"); \ static_assert(offsetof(FDatasmithImportBaseOptions, SceneHandling) == 0x000000, "Member 'FDatasmithImportBaseOptions::SceneHandling' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeGeometry) == 0x000001, "Member 'FDatasmithImportBaseOptions::bIncludeGeometry' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeMaterial) == 0x000002, "Member 'FDatasmithImportBaseOptions::bIncludeMaterial' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeLight) == 0x000003, "Member 'FDatasmithImportBaseOptions::bIncludeLight' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeCamera) == 0x000004, "Member 'FDatasmithImportBaseOptions::bIncludeCamera' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeAnimation) == 0x000005, "Member 'FDatasmithImportBaseOptions::bIncludeAnimation' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, AssetOptions) == 0x000008, "Member 'FDatasmithImportBaseOptions::AssetOptions' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, StaticMeshOptions) == 0x000010, "Member 'FDatasmithImportBaseOptions::StaticMeshOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithReimportOptions \ static_assert(alignof(FDatasmithReimportOptions) == 0x000001, "Wrong alignment on FDatasmithReimportOptions"); \ static_assert(sizeof(FDatasmithReimportOptions) == 0x000002, "Wrong size on FDatasmithReimportOptions"); \ static_assert(offsetof(FDatasmithReimportOptions, bUpdateActors) == 0x000000, "Member 'FDatasmithReimportOptions::bUpdateActors' has a wrong offset!"); \ static_assert(offsetof(FDatasmithReimportOptions, bRespawnDeletedActors) == 0x000001, "Member 'FDatasmithReimportOptions::bRespawnDeletedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticParameterSetTemplate \ static_assert(alignof(FDatasmithStaticParameterSetTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticParameterSetTemplate"); \ static_assert(sizeof(FDatasmithStaticParameterSetTemplate) == 0x000050, "Wrong size on FDatasmithStaticParameterSetTemplate"); \ static_assert(offsetof(FDatasmithStaticParameterSetTemplate, StaticSwitchParameters) == 0x000000, "Member 'FDatasmithStaticParameterSetTemplate::StaticSwitchParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoTemplate \ static_assert(alignof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshSectionInfoTemplate"); \ static_assert(sizeof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong size on FDatasmithMeshSectionInfoTemplate"); \ static_assert(offsetof(FDatasmithMeshSectionInfoTemplate, MaterialIndex) == 0x000000, "Member 'FDatasmithMeshSectionInfoTemplate::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoMapTemplate \ static_assert(alignof(FDatasmithMeshSectionInfoMapTemplate) == 0x000008, "Wrong alignment on FDatasmithMeshSectionInfoMapTemplate"); \ static_assert(sizeof(FDatasmithMeshSectionInfoMapTemplate) == 0x000050, "Wrong size on FDatasmithMeshSectionInfoMapTemplate"); \ static_assert(offsetof(FDatasmithMeshSectionInfoMapTemplate, Map) == 0x000000, "Member 'FDatasmithMeshSectionInfoMapTemplate::Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticMaterialTemplate \ static_assert(alignof(FDatasmithStaticMaterialTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticMaterialTemplate"); \ static_assert(sizeof(FDatasmithStaticMaterialTemplate) == 0x000010, "Wrong size on FDatasmithStaticMaterialTemplate"); \ static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialSlotName) == 0x000000, "Member 'FDatasmithStaticMaterialTemplate::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialInterface) == 0x000008, "Member 'FDatasmithStaticMaterialTemplate::MaterialInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshBuildSettingsTemplate \ static_assert(alignof(FDatasmithMeshBuildSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshBuildSettingsTemplate"); \ static_assert(sizeof(FDatasmithMeshBuildSettingsTemplate) == 0x000010, "Wrong size on FDatasmithMeshBuildSettingsTemplate"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, MinLightmapResolution) == 0x000004, "Member 'FDatasmithMeshBuildSettingsTemplate::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, SrcLightmapIndex) == 0x000008, "Member 'FDatasmithMeshBuildSettingsTemplate::SrcLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, DstLightmapIndex) == 0x00000C, "Member 'FDatasmithMeshBuildSettingsTemplate::DstLightmapIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithObjectTemplate \ static_assert(alignof(UDatasmithObjectTemplate) == 0x000008, "Wrong alignment on UDatasmithObjectTemplate"); \ static_assert(sizeof(UDatasmithObjectTemplate) == 0x000030, "Wrong size on UDatasmithObjectTemplate"); \ #define DUMPER7_ASSERTS_UDatasmithAreaLightActorTemplate \ static_assert(alignof(UDatasmithAreaLightActorTemplate) == 0x000008, "Wrong alignment on UDatasmithAreaLightActorTemplate"); \ static_assert(sizeof(UDatasmithAreaLightActorTemplate) == 0x0000A0, "Wrong size on UDatasmithAreaLightActorTemplate"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, LightType) == 0x000030, "Member 'UDatasmithAreaLightActorTemplate::LightType' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, LightShape) == 0x000031, "Member 'UDatasmithAreaLightActorTemplate::LightShape' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, Dimensions) == 0x000034, "Member 'UDatasmithAreaLightActorTemplate::Dimensions' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, Color) == 0x00003C, "Member 'UDatasmithAreaLightActorTemplate::Color' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, Intensity) == 0x00004C, "Member 'UDatasmithAreaLightActorTemplate::Intensity' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, IntensityUnits) == 0x000050, "Member 'UDatasmithAreaLightActorTemplate::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, Temperature) == 0x000054, "Member 'UDatasmithAreaLightActorTemplate::Temperature' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, IESTexture) == 0x000058, "Member 'UDatasmithAreaLightActorTemplate::IESTexture' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, bUseIESBrightness) == 0x000080, "Member 'UDatasmithAreaLightActorTemplate::bUseIESBrightness' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, IESBrightnessScale) == 0x000084, "Member 'UDatasmithAreaLightActorTemplate::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, Rotation) == 0x000088, "Member 'UDatasmithAreaLightActorTemplate::Rotation' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, SourceRadius) == 0x000094, "Member 'UDatasmithAreaLightActorTemplate::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, SourceLength) == 0x000098, "Member 'UDatasmithAreaLightActorTemplate::SourceLength' has a wrong offset!"); \ static_assert(offsetof(UDatasmithAreaLightActorTemplate, AttenuationRadius) == 0x00009C, "Member 'UDatasmithAreaLightActorTemplate::AttenuationRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithActorTemplate \ static_assert(alignof(UDatasmithActorTemplate) == 0x000008, "Wrong alignment on UDatasmithActorTemplate"); \ static_assert(sizeof(UDatasmithActorTemplate) == 0x0000D0, "Wrong size on UDatasmithActorTemplate"); \ static_assert(offsetof(UDatasmithActorTemplate, Layers) == 0x000030, "Member 'UDatasmithActorTemplate::Layers' has a wrong offset!"); \ static_assert(offsetof(UDatasmithActorTemplate, Tags) == 0x000080, "Member 'UDatasmithActorTemplate::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithAdditionalData \ static_assert(alignof(UDatasmithAdditionalData) == 0x000008, "Wrong alignment on UDatasmithAdditionalData"); \ static_assert(sizeof(UDatasmithAdditionalData) == 0x000028, "Wrong size on UDatasmithAdditionalData"); \ #define DUMPER7_ASSERTS_ADatasmithAreaLightActor \ static_assert(alignof(ADatasmithAreaLightActor) == 0x000008, "Wrong alignment on ADatasmithAreaLightActor"); \ static_assert(sizeof(ADatasmithAreaLightActor) == 0x000278, "Wrong size on ADatasmithAreaLightActor"); \ static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000220, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000221, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x000222, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x000224, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x00022C, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x000230, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x000234, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x000244, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x000248, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x000250, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x000254, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x000258, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x000264, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x000268, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x00026C, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x000270, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x000274, "Member 'ADatasmithAreaLightActor::SpotlightOuterAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithAssetImportData \ static_assert(alignof(UDatasmithAssetImportData) == 0x000008, "Wrong alignment on UDatasmithAssetImportData"); \ static_assert(sizeof(UDatasmithAssetImportData) == 0x000028, "Wrong size on UDatasmithAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshImportData \ static_assert(alignof(UDatasmithStaticMeshImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshImportData"); \ static_assert(sizeof(UDatasmithStaticMeshImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshCADImportData \ static_assert(alignof(UDatasmithStaticMeshCADImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshCADImportData"); \ static_assert(sizeof(UDatasmithStaticMeshCADImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshCADImportData"); \ #define DUMPER7_ASSERTS_UDatasmithSceneImportData \ static_assert(alignof(UDatasmithSceneImportData) == 0x000008, "Wrong alignment on UDatasmithSceneImportData"); \ static_assert(sizeof(UDatasmithSceneImportData) == 0x000028, "Wrong size on UDatasmithSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithTranslatedSceneImportData \ static_assert(alignof(UDatasmithTranslatedSceneImportData) == 0x000008, "Wrong alignment on UDatasmithTranslatedSceneImportData"); \ static_assert(sizeof(UDatasmithTranslatedSceneImportData) == 0x000028, "Wrong size on UDatasmithTranslatedSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithCADImportSceneData \ static_assert(alignof(UDatasmithCADImportSceneData) == 0x000008, "Wrong alignment on UDatasmithCADImportSceneData"); \ static_assert(sizeof(UDatasmithCADImportSceneData) == 0x000028, "Wrong size on UDatasmithCADImportSceneData"); \ #define DUMPER7_ASSERTS_UDatasmithMDLSceneImportData \ static_assert(alignof(UDatasmithMDLSceneImportData) == 0x000008, "Wrong alignment on UDatasmithMDLSceneImportData"); \ static_assert(sizeof(UDatasmithMDLSceneImportData) == 0x000028, "Wrong size on UDatasmithMDLSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithGLTFSceneImportData \ static_assert(alignof(UDatasmithGLTFSceneImportData) == 0x000008, "Wrong alignment on UDatasmithGLTFSceneImportData"); \ static_assert(sizeof(UDatasmithGLTFSceneImportData) == 0x000070, "Wrong size on UDatasmithGLTFSceneImportData"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Generator) == 0x000028, "Member 'UDatasmithGLTFSceneImportData::Generator' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Version) == 0x000038, "Member 'UDatasmithGLTFSceneImportData::Version' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Author) == 0x000040, "Member 'UDatasmithGLTFSceneImportData::Author' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, License) == 0x000050, "Member 'UDatasmithGLTFSceneImportData::License' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Source) == 0x000060, "Member 'UDatasmithGLTFSceneImportData::Source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshGLTFImportData \ static_assert(alignof(UDatasmithStaticMeshGLTFImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshGLTFImportData"); \ static_assert(sizeof(UDatasmithStaticMeshGLTFImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshGLTFImportData"); \ static_assert(offsetof(UDatasmithStaticMeshGLTFImportData, SourceMeshName) == 0x000028, "Member 'UDatasmithStaticMeshGLTFImportData::SourceMeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithFBXSceneImportData \ static_assert(alignof(UDatasmithFBXSceneImportData) == 0x000008, "Wrong alignment on UDatasmithFBXSceneImportData"); \ static_assert(sizeof(UDatasmithFBXSceneImportData) == 0x000048, "Wrong size on UDatasmithFBXSceneImportData"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, bGenerateLightmapUVs) == 0x000028, "Member 'UDatasmithFBXSceneImportData::bGenerateLightmapUVs' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, TexturesDir) == 0x000030, "Member 'UDatasmithFBXSceneImportData::TexturesDir' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, IntermediateSerialization) == 0x000040, "Member 'UDatasmithFBXSceneImportData::IntermediateSerialization' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, bColorizeMaterials) == 0x000041, "Member 'UDatasmithFBXSceneImportData::bColorizeMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithDeltaGenAssetImportData \ static_assert(alignof(UDatasmithDeltaGenAssetImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenAssetImportData"); \ static_assert(sizeof(UDatasmithDeltaGenAssetImportData) == 0x000028, "Wrong size on UDatasmithDeltaGenAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithDeltaGenSceneImportData \ static_assert(alignof(UDatasmithDeltaGenSceneImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenSceneImportData"); \ static_assert(sizeof(UDatasmithDeltaGenSceneImportData) == 0x000090, "Wrong size on UDatasmithDeltaGenSceneImportData"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithDeltaGenSceneImportData::bMergeNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithDeltaGenSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bRemoveInvisibleNodes) == 0x00004A, "Member 'UDatasmithDeltaGenSceneImportData::bRemoveInvisibleNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bSimplifyNodeHierarchy) == 0x00004B, "Member 'UDatasmithDeltaGenSceneImportData::bSimplifyNodeHierarchy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportVar) == 0x00004C, "Member 'UDatasmithDeltaGenSceneImportData::bImportVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, VarPath) == 0x000050, "Member 'UDatasmithDeltaGenSceneImportData::VarPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportPos) == 0x000060, "Member 'UDatasmithDeltaGenSceneImportData::bImportPos' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, PosPath) == 0x000068, "Member 'UDatasmithDeltaGenSceneImportData::PosPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportTml) == 0x000078, "Member 'UDatasmithDeltaGenSceneImportData::bImportTml' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, TmlPath) == 0x000080, "Member 'UDatasmithDeltaGenSceneImportData::TmlPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithVREDAssetImportData \ static_assert(alignof(UDatasmithVREDAssetImportData) == 0x000008, "Wrong alignment on UDatasmithVREDAssetImportData"); \ static_assert(sizeof(UDatasmithVREDAssetImportData) == 0x000028, "Wrong size on UDatasmithVREDAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithVREDSceneImportData \ static_assert(alignof(UDatasmithVREDSceneImportData) == 0x000008, "Wrong alignment on UDatasmithVREDSceneImportData"); \ static_assert(sizeof(UDatasmithVREDSceneImportData) == 0x0000A8, "Wrong size on UDatasmithVREDSceneImportData"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithVREDSceneImportData::bMergeNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithVREDSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportMats) == 0x00004A, "Member 'UDatasmithVREDSceneImportData::bImportMats' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, MatsPath) == 0x000050, "Member 'UDatasmithVREDSceneImportData::MatsPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportVar) == 0x000060, "Member 'UDatasmithVREDSceneImportData::bImportVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bCleanVar) == 0x000061, "Member 'UDatasmithVREDSceneImportData::bCleanVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, VarPath) == 0x000068, "Member 'UDatasmithVREDSceneImportData::VarPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportLightInfo) == 0x000078, "Member 'UDatasmithVREDSceneImportData::bImportLightInfo' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, LightInfoPath) == 0x000080, "Member 'UDatasmithVREDSceneImportData::LightInfoPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportClipInfo) == 0x000090, "Member 'UDatasmithVREDSceneImportData::bImportClipInfo' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, ClipInfoPath) == 0x000098, "Member 'UDatasmithVREDSceneImportData::ClipInfoPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithIFCSceneImportData \ static_assert(alignof(UDatasmithIFCSceneImportData) == 0x000008, "Wrong alignment on UDatasmithIFCSceneImportData"); \ static_assert(sizeof(UDatasmithIFCSceneImportData) == 0x000028, "Wrong size on UDatasmithIFCSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshIFCImportData \ static_assert(alignof(UDatasmithStaticMeshIFCImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshIFCImportData"); \ static_assert(sizeof(UDatasmithStaticMeshIFCImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshIFCImportData"); \ static_assert(offsetof(UDatasmithStaticMeshIFCImportData, SourceGlobalId) == 0x000028, "Member 'UDatasmithStaticMeshIFCImportData::SourceGlobalId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithAssetUserData \ static_assert(alignof(UDatasmithAssetUserData) == 0x000008, "Wrong alignment on UDatasmithAssetUserData"); \ static_assert(sizeof(UDatasmithAssetUserData) == 0x000078, "Wrong size on UDatasmithAssetUserData"); \ static_assert(offsetof(UDatasmithAssetUserData, MetaData) == 0x000028, "Member 'UDatasmithAssetUserData::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithCineCameraActorTemplate \ static_assert(alignof(UDatasmithCineCameraActorTemplate) == 0x000008, "Wrong alignment on UDatasmithCineCameraActorTemplate"); \ static_assert(sizeof(UDatasmithCineCameraActorTemplate) == 0x000060, "Wrong size on UDatasmithCineCameraActorTemplate"); \ static_assert(offsetof(UDatasmithCineCameraActorTemplate, LookatTrackingSettings) == 0x000030, "Member 'UDatasmithCineCameraActorTemplate::LookatTrackingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithCineCameraComponentTemplate \ static_assert(alignof(UDatasmithCineCameraComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithCineCameraComponentTemplate"); \ static_assert(sizeof(UDatasmithCineCameraComponentTemplate) == 0x000090, "Wrong size on UDatasmithCineCameraComponentTemplate"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FilmbackSettings) == 0x000030, "Member 'UDatasmithCineCameraComponentTemplate::FilmbackSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, LensSettings) == 0x000038, "Member 'UDatasmithCineCameraComponentTemplate::LensSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FocusSettings) == 0x00003C, "Member 'UDatasmithCineCameraComponentTemplate::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentFocalLength) == 0x000044, "Member 'UDatasmithCineCameraComponentTemplate::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentAperture) == 0x000048, "Member 'UDatasmithCineCameraComponentTemplate::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, PostProcessSettings) == 0x000050, "Member 'UDatasmithCineCameraComponentTemplate::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserData \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000010, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, ReturnValue) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000038, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, StringToMatch) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::StringToMatch' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutKeys) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutKeys' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutValues) == 0x000028, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000020, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Key) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Key' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, ReturnValue) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithContentBlueprintLibrary \ static_assert(alignof(UDatasmithContentBlueprintLibrary) == 0x000008, "Wrong alignment on UDatasmithContentBlueprintLibrary"); \ static_assert(sizeof(UDatasmithContentBlueprintLibrary) == 0x000028, "Wrong size on UDatasmithContentBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UDatasmithCustomActionBase \ static_assert(alignof(UDatasmithCustomActionBase) == 0x000008, "Wrong alignment on UDatasmithCustomActionBase"); \ static_assert(sizeof(UDatasmithCustomActionBase) == 0x000030, "Wrong size on UDatasmithCustomActionBase"); \ #define DUMPER7_ASSERTS_UDatasmithDecalComponentTemplate \ static_assert(alignof(UDatasmithDecalComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithDecalComponentTemplate"); \ static_assert(sizeof(UDatasmithDecalComponentTemplate) == 0x000048, "Wrong size on UDatasmithDecalComponentTemplate"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, SortOrder) == 0x000030, "Member 'UDatasmithDecalComponentTemplate::SortOrder' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, DecalSize) == 0x000034, "Member 'UDatasmithDecalComponentTemplate::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, Material) == 0x000040, "Member 'UDatasmithDecalComponentTemplate::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithImportedSequencesActor_PlayLevelSequence \ static_assert(alignof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong alignment on DatasmithImportedSequencesActor_PlayLevelSequence"); \ static_assert(sizeof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong size on DatasmithImportedSequencesActor_PlayLevelSequence"); \ static_assert(offsetof(DatasmithImportedSequencesActor_PlayLevelSequence, SequenceToPlay) == 0x000000, "Member 'DatasmithImportedSequencesActor_PlayLevelSequence::SequenceToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADatasmithImportedSequencesActor \ static_assert(alignof(ADatasmithImportedSequencesActor) == 0x000008, "Wrong alignment on ADatasmithImportedSequencesActor"); \ static_assert(sizeof(ADatasmithImportedSequencesActor) == 0x000230, "Wrong size on ADatasmithImportedSequencesActor"); \ static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000220, "Member 'ADatasmithImportedSequencesActor::ImportedSequences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithOptionsBase \ static_assert(alignof(UDatasmithOptionsBase) == 0x000008, "Wrong alignment on UDatasmithOptionsBase"); \ static_assert(sizeof(UDatasmithOptionsBase) == 0x000028, "Wrong size on UDatasmithOptionsBase"); \ #define DUMPER7_ASSERTS_UDatasmithCommonTessellationOptions \ static_assert(alignof(UDatasmithCommonTessellationOptions) == 0x000008, "Wrong alignment on UDatasmithCommonTessellationOptions"); \ static_assert(sizeof(UDatasmithCommonTessellationOptions) == 0x000038, "Wrong size on UDatasmithCommonTessellationOptions"); \ static_assert(offsetof(UDatasmithCommonTessellationOptions, Options) == 0x000028, "Member 'UDatasmithCommonTessellationOptions::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithImportOptions \ static_assert(alignof(UDatasmithImportOptions) == 0x000008, "Wrong alignment on UDatasmithImportOptions"); \ static_assert(sizeof(UDatasmithImportOptions) == 0x000070, "Wrong size on UDatasmithImportOptions"); \ static_assert(offsetof(UDatasmithImportOptions, SearchPackagePolicy) == 0x000028, "Member 'UDatasmithImportOptions::SearchPackagePolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, MaterialConflictPolicy) == 0x000029, "Member 'UDatasmithImportOptions::MaterialConflictPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, TextureConflictPolicy) == 0x00002A, "Member 'UDatasmithImportOptions::TextureConflictPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, StaticMeshActorImportPolicy) == 0x00002B, "Member 'UDatasmithImportOptions::StaticMeshActorImportPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, LightImportPolicy) == 0x00002C, "Member 'UDatasmithImportOptions::LightImportPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, CameraImportPolicy) == 0x00002D, "Member 'UDatasmithImportOptions::CameraImportPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, OtherActorImportPolicy) == 0x00002E, "Member 'UDatasmithImportOptions::OtherActorImportPolicy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, MaterialQuality) == 0x00002F, "Member 'UDatasmithImportOptions::MaterialQuality' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, BaseOptions) == 0x000030, "Member 'UDatasmithImportOptions::BaseOptions' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, ReimportOptions) == 0x000044, "Member 'UDatasmithImportOptions::ReimportOptions' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, Filename) == 0x000048, "Member 'UDatasmithImportOptions::Filename' has a wrong offset!"); \ static_assert(offsetof(UDatasmithImportOptions, FilePath) == 0x000058, "Member 'UDatasmithImportOptions::FilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithLandscapeTemplate \ static_assert(alignof(UDatasmithLandscapeTemplate) == 0x000008, "Wrong alignment on UDatasmithLandscapeTemplate"); \ static_assert(sizeof(UDatasmithLandscapeTemplate) == 0x000040, "Wrong size on UDatasmithLandscapeTemplate"); \ static_assert(offsetof(UDatasmithLandscapeTemplate, LandscapeMaterial) == 0x000030, "Member 'UDatasmithLandscapeTemplate::LandscapeMaterial' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLandscapeTemplate, StaticLightingLOD) == 0x000038, "Member 'UDatasmithLandscapeTemplate::StaticLightingLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithLightComponentTemplate \ static_assert(alignof(UDatasmithLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithLightComponentTemplate"); \ static_assert(sizeof(UDatasmithLightComponentTemplate) == 0x000068, "Wrong size on UDatasmithLightComponentTemplate"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, Intensity) == 0x000038, "Member 'UDatasmithLightComponentTemplate::Intensity' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, Temperature) == 0x00003C, "Member 'UDatasmithLightComponentTemplate::Temperature' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, IESBrightnessScale) == 0x000040, "Member 'UDatasmithLightComponentTemplate::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, LightColor) == 0x000044, "Member 'UDatasmithLightComponentTemplate::LightColor' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, LightFunctionMaterial) == 0x000058, "Member 'UDatasmithLightComponentTemplate::LightFunctionMaterial' has a wrong offset!"); \ static_assert(offsetof(UDatasmithLightComponentTemplate, IESTexture) == 0x000060, "Member 'UDatasmithLightComponentTemplate::IESTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithMaterialInstanceTemplate \ static_assert(alignof(UDatasmithMaterialInstanceTemplate) == 0x000008, "Wrong alignment on UDatasmithMaterialInstanceTemplate"); \ static_assert(sizeof(UDatasmithMaterialInstanceTemplate) == 0x000198, "Wrong size on UDatasmithMaterialInstanceTemplate"); \ static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ParentMaterial) == 0x000030, "Member 'UDatasmithMaterialInstanceTemplate::ParentMaterial' has a wrong offset!"); \ static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ScalarParameterValues) == 0x000058, "Member 'UDatasmithMaterialInstanceTemplate::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(UDatasmithMaterialInstanceTemplate, VectorParameterValues) == 0x0000A8, "Member 'UDatasmithMaterialInstanceTemplate::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(UDatasmithMaterialInstanceTemplate, TextureParameterValues) == 0x0000F8, "Member 'UDatasmithMaterialInstanceTemplate::TextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UDatasmithMaterialInstanceTemplate, StaticParameters) == 0x000148, "Member 'UDatasmithMaterialInstanceTemplate::StaticParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithPointLightComponentTemplate \ static_assert(alignof(UDatasmithPointLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithPointLightComponentTemplate"); \ static_assert(sizeof(UDatasmithPointLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithPointLightComponentTemplate"); \ static_assert(offsetof(UDatasmithPointLightComponentTemplate, IntensityUnits) == 0x000030, "Member 'UDatasmithPointLightComponentTemplate::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceRadius) == 0x000034, "Member 'UDatasmithPointLightComponentTemplate::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceLength) == 0x000038, "Member 'UDatasmithPointLightComponentTemplate::SourceLength' has a wrong offset!"); \ static_assert(offsetof(UDatasmithPointLightComponentTemplate, AttenuationRadius) == 0x00003C, "Member 'UDatasmithPointLightComponentTemplate::AttenuationRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithPostProcessVolumeTemplate \ static_assert(alignof(UDatasmithPostProcessVolumeTemplate) == 0x000010, "Wrong alignment on UDatasmithPostProcessVolumeTemplate"); \ static_assert(sizeof(UDatasmithPostProcessVolumeTemplate) == 0x000080, "Wrong size on UDatasmithPostProcessVolumeTemplate"); \ static_assert(offsetof(UDatasmithPostProcessVolumeTemplate, Settings) == 0x000030, "Member 'UDatasmithPostProcessVolumeTemplate::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithScene \ static_assert(alignof(UDatasmithScene) == 0x000008, "Wrong alignment on UDatasmithScene"); \ static_assert(sizeof(UDatasmithScene) == 0x000030, "Wrong size on UDatasmithScene"); \ #define DUMPER7_ASSERTS_ADatasmithSceneActor \ static_assert(alignof(ADatasmithSceneActor) == 0x000008, "Wrong alignment on ADatasmithSceneActor"); \ static_assert(sizeof(ADatasmithSceneActor) == 0x000278, "Wrong size on ADatasmithSceneActor"); \ static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000220, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000228, "Member 'ADatasmithSceneActor::RelatedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithSceneComponentTemplate \ static_assert(alignof(UDatasmithSceneComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithSceneComponentTemplate"); \ static_assert(sizeof(UDatasmithSceneComponentTemplate) == 0x0000F0, "Wrong size on UDatasmithSceneComponentTemplate"); \ static_assert(offsetof(UDatasmithSceneComponentTemplate, RelativeTransform) == 0x000030, "Member 'UDatasmithSceneComponentTemplate::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSceneComponentTemplate, Mobility) == 0x000060, "Member 'UDatasmithSceneComponentTemplate::Mobility' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSceneComponentTemplate, AttachParent) == 0x000068, "Member 'UDatasmithSceneComponentTemplate::AttachParent' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSceneComponentTemplate, bVisible) == 0x000090, "Member 'UDatasmithSceneComponentTemplate::bVisible' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSceneComponentTemplate, Tags) == 0x000098, "Member 'UDatasmithSceneComponentTemplate::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithSkyLightComponentTemplate \ static_assert(alignof(UDatasmithSkyLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSkyLightComponentTemplate"); \ static_assert(sizeof(UDatasmithSkyLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithSkyLightComponentTemplate"); \ static_assert(offsetof(UDatasmithSkyLightComponentTemplate, SourceType) == 0x000030, "Member 'UDatasmithSkyLightComponentTemplate::SourceType' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSkyLightComponentTemplate, CubemapResolution) == 0x000034, "Member 'UDatasmithSkyLightComponentTemplate::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSkyLightComponentTemplate, Cubemap) == 0x000038, "Member 'UDatasmithSkyLightComponentTemplate::Cubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithSpotLightComponentTemplate \ static_assert(alignof(UDatasmithSpotLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSpotLightComponentTemplate"); \ static_assert(sizeof(UDatasmithSpotLightComponentTemplate) == 0x000038, "Wrong size on UDatasmithSpotLightComponentTemplate"); \ static_assert(offsetof(UDatasmithSpotLightComponentTemplate, InnerConeAngle) == 0x000030, "Member 'UDatasmithSpotLightComponentTemplate::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(UDatasmithSpotLightComponentTemplate, OuterConeAngle) == 0x000034, "Member 'UDatasmithSpotLightComponentTemplate::OuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshComponentTemplate \ static_assert(alignof(UDatasmithStaticMeshComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshComponentTemplate"); \ static_assert(sizeof(UDatasmithStaticMeshComponentTemplate) == 0x000048, "Wrong size on UDatasmithStaticMeshComponentTemplate"); \ static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, StaticMesh) == 0x000030, "Member 'UDatasmithStaticMeshComponentTemplate::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, OverrideMaterials) == 0x000038, "Member 'UDatasmithStaticMeshComponentTemplate::OverrideMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshTemplate \ static_assert(alignof(UDatasmithStaticMeshTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshTemplate"); \ static_assert(sizeof(UDatasmithStaticMeshTemplate) == 0x0000A8, "Wrong size on UDatasmithStaticMeshTemplate"); \ static_assert(offsetof(UDatasmithStaticMeshTemplate, SectionInfoMap) == 0x000030, "Member 'UDatasmithStaticMeshTemplate::SectionInfoMap' has a wrong offset!"); \ static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapCoordinateIndex) == 0x000080, "Member 'UDatasmithStaticMeshTemplate::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapResolution) == 0x000084, "Member 'UDatasmithStaticMeshTemplate::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UDatasmithStaticMeshTemplate, BuildSettings) == 0x000088, "Member 'UDatasmithStaticMeshTemplate::BuildSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithStaticMeshTemplate, StaticMaterials) == 0x000098, "Member 'UDatasmithStaticMeshTemplate::StaticMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerHitShake_C \ static_assert(alignof(UPlayerHitShake_C) == 0x000010, "Wrong alignment on UPlayerHitShake_C"); \ static_assert(sizeof(UPlayerHitShake_C) == 0x0001B0, "Wrong size on UPlayerHitShake_C"); \ #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) == 0x000288, "Wrong size on ALevelVariantSetsActor"); \ static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000220, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x000238, "Member 'ALevelVariantSetsActor::DirectorInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelVariantSetsFunctionDirector \ static_assert(alignof(ULevelVariantSetsFunctionDirector) == 0x000008, "Wrong alignment on ULevelVariantSetsFunctionDirector"); \ static_assert(sizeof(ULevelVariantSetsFunctionDirector) == 0x000040, "Wrong size on ULevelVariantSetsFunctionDirector"); \ #define DUMPER7_ASSERTS_PropertyValue_GetFullDisplayString \ static_assert(alignof(PropertyValue_GetFullDisplayString) == 0x000008, "Wrong alignment on PropertyValue_GetFullDisplayString"); \ static_assert(sizeof(PropertyValue_GetFullDisplayString) == 0x000010, "Wrong size on PropertyValue_GetFullDisplayString"); \ static_assert(offsetof(PropertyValue_GetFullDisplayString, ReturnValue) == 0x000000, "Member 'PropertyValue_GetFullDisplayString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PropertyValue_GetPropertyTooltip \ static_assert(alignof(PropertyValue_GetPropertyTooltip) == 0x000008, "Wrong alignment on PropertyValue_GetPropertyTooltip"); \ static_assert(sizeof(PropertyValue_GetPropertyTooltip) == 0x000018, "Wrong size on PropertyValue_GetPropertyTooltip"); \ static_assert(offsetof(PropertyValue_GetPropertyTooltip, ReturnValue) == 0x000000, "Member 'PropertyValue_GetPropertyTooltip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PropertyValue_HasRecordedData \ static_assert(alignof(PropertyValue_HasRecordedData) == 0x000001, "Wrong alignment on PropertyValue_HasRecordedData"); \ static_assert(sizeof(PropertyValue_HasRecordedData) == 0x000001, "Wrong size on PropertyValue_HasRecordedData"); \ static_assert(offsetof(PropertyValue_HasRecordedData, ReturnValue) == 0x000000, "Member 'PropertyValue_HasRecordedData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPropertyValue \ static_assert(alignof(UPropertyValue) == 0x000008, "Wrong alignment on UPropertyValue"); \ static_assert(sizeof(UPropertyValue) == 0x0001B8, "Wrong size on UPropertyValue"); \ static_assert(offsetof(UPropertyValue, Properties) == 0x000088, "Member 'UPropertyValue::Properties' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, PropertyIndices) == 0x000098, "Member 'UPropertyValue::PropertyIndices' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, CapturedPropSegments) == 0x0000A8, "Member 'UPropertyValue::CapturedPropSegments' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, FullDisplayString) == 0x0000B8, "Member 'UPropertyValue::FullDisplayString' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, PropertySetterName) == 0x0000C8, "Member 'UPropertyValue::PropertySetterName' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, PropertySetterParameterDefaults) == 0x0000D0, "Member 'UPropertyValue::PropertySetterParameterDefaults' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, bHasRecordedData) == 0x000120, "Member 'UPropertyValue::bHasRecordedData' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, LeafPropertyClass) == 0x000128, "Member 'UPropertyValue::LeafPropertyClass' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, ValueBytes) == 0x000138, "Member 'UPropertyValue::ValueBytes' has a wrong offset!"); \ static_assert(offsetof(UPropertyValue, PropCategory) == 0x000148, "Member 'UPropertyValue::PropCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPropertyValueTransform \ static_assert(alignof(UPropertyValueTransform) == 0x000008, "Wrong alignment on UPropertyValueTransform"); \ static_assert(sizeof(UPropertyValueTransform) == 0x0001B8, "Wrong size on UPropertyValueTransform"); \ #define DUMPER7_ASSERTS_UPropertyValueVisibility \ static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ static_assert(sizeof(UPropertyValueVisibility) == 0x0001B8, "Wrong size on UPropertyValueVisibility"); \ #define DUMPER7_ASSERTS_UPropertyValueColor \ static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ static_assert(sizeof(UPropertyValueColor) == 0x0001B8, "Wrong size on UPropertyValueColor"); \ #define DUMPER7_ASSERTS_UPropertyValueMaterial \ static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ static_assert(sizeof(UPropertyValueMaterial) == 0x0001B8, "Wrong size on UPropertyValueMaterial"); \ #define DUMPER7_ASSERTS_UPropertyValueOption \ static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ static_assert(sizeof(UPropertyValueOption) == 0x0001B8, "Wrong size on UPropertyValueOption"); \ #define DUMPER7_ASSERTS_UPropertyValueSoftObject \ static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ static_assert(sizeof(UPropertyValueSoftObject) == 0x0001B8, "Wrong size on UPropertyValueSoftObject"); \ #define DUMPER7_ASSERTS_SwitchActor_SelectOption \ static_assert(alignof(SwitchActor_SelectOption) == 0x000004, "Wrong alignment on SwitchActor_SelectOption"); \ static_assert(sizeof(SwitchActor_SelectOption) == 0x000004, "Wrong size on SwitchActor_SelectOption"); \ static_assert(offsetof(SwitchActor_SelectOption, OptionIndex) == 0x000000, "Member 'SwitchActor_SelectOption::OptionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwitchActor_GetOptions \ static_assert(alignof(SwitchActor_GetOptions) == 0x000008, "Wrong alignment on SwitchActor_GetOptions"); \ static_assert(sizeof(SwitchActor_GetOptions) == 0x000010, "Wrong size on SwitchActor_GetOptions"); \ static_assert(offsetof(SwitchActor_GetOptions, ReturnValue) == 0x000000, "Member 'SwitchActor_GetOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwitchActor_GetSelectedOption \ static_assert(alignof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong alignment on SwitchActor_GetSelectedOption"); \ static_assert(sizeof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong size on SwitchActor_GetSelectedOption"); \ static_assert(offsetof(SwitchActor_GetSelectedOption, ReturnValue) == 0x000000, "Member 'SwitchActor_GetSelectedOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASwitchActor \ static_assert(alignof(ASwitchActor) == 0x000008, "Wrong alignment on ASwitchActor"); \ static_assert(sizeof(ASwitchActor) == 0x000248, "Wrong size on ASwitchActor"); \ static_assert(offsetof(ASwitchActor, SceneComponent) == 0x000238, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x000240, "Member 'ASwitchActor::LastSelectedOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_AddDependency \ static_assert(alignof(Variant_AddDependency) == 0x000008, "Wrong alignment on Variant_AddDependency"); \ static_assert(sizeof(Variant_AddDependency) == 0x000060, "Wrong size on Variant_AddDependency"); \ static_assert(offsetof(Variant_AddDependency, Dependency) == 0x000000, "Member 'Variant_AddDependency::Dependency' has a wrong offset!"); \ static_assert(offsetof(Variant_AddDependency, ReturnValue) == 0x000058, "Member 'Variant_AddDependency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_DeleteDependency \ static_assert(alignof(Variant_DeleteDependency) == 0x000004, "Wrong alignment on Variant_DeleteDependency"); \ static_assert(sizeof(Variant_DeleteDependency) == 0x000004, "Wrong size on Variant_DeleteDependency"); \ static_assert(offsetof(Variant_DeleteDependency, Index_0) == 0x000000, "Member 'Variant_DeleteDependency::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetActor \ static_assert(alignof(Variant_GetActor) == 0x000008, "Wrong alignment on Variant_GetActor"); \ static_assert(sizeof(Variant_GetActor) == 0x000010, "Wrong size on Variant_GetActor"); \ static_assert(offsetof(Variant_GetActor, ActorIndex) == 0x000000, "Member 'Variant_GetActor::ActorIndex' has a wrong offset!"); \ static_assert(offsetof(Variant_GetActor, ReturnValue) == 0x000008, "Member 'Variant_GetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetDependency \ static_assert(alignof(Variant_GetDependency) == 0x000008, "Wrong alignment on Variant_GetDependency"); \ static_assert(sizeof(Variant_GetDependency) == 0x000060, "Wrong size on Variant_GetDependency"); \ static_assert(offsetof(Variant_GetDependency, Index_0) == 0x000000, "Member 'Variant_GetDependency::Index_0' has a wrong offset!"); \ static_assert(offsetof(Variant_GetDependency, ReturnValue) == 0x000008, "Member 'Variant_GetDependency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetDependents \ static_assert(alignof(Variant_GetDependents) == 0x000008, "Wrong alignment on Variant_GetDependents"); \ static_assert(sizeof(Variant_GetDependents) == 0x000020, "Wrong size on Variant_GetDependents"); \ static_assert(offsetof(Variant_GetDependents, LevelVariantSets) == 0x000000, "Member 'Variant_GetDependents::LevelVariantSets' has a wrong offset!"); \ static_assert(offsetof(Variant_GetDependents, bOnlyEnabledDependencies) == 0x000008, "Member 'Variant_GetDependents::bOnlyEnabledDependencies' has a wrong offset!"); \ static_assert(offsetof(Variant_GetDependents, ReturnValue) == 0x000010, "Member 'Variant_GetDependents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetNumActors \ static_assert(alignof(Variant_GetNumActors) == 0x000004, "Wrong alignment on Variant_GetNumActors"); \ static_assert(sizeof(Variant_GetNumActors) == 0x000004, "Wrong size on Variant_GetNumActors"); \ static_assert(offsetof(Variant_GetNumActors, ReturnValue) == 0x000000, "Member 'Variant_GetNumActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetNumDependencies \ static_assert(alignof(Variant_GetNumDependencies) == 0x000004, "Wrong alignment on Variant_GetNumDependencies"); \ static_assert(sizeof(Variant_GetNumDependencies) == 0x000004, "Wrong size on Variant_GetNumDependencies"); \ static_assert(offsetof(Variant_GetNumDependencies, ReturnValue) == 0x000000, "Member 'Variant_GetNumDependencies::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetParent \ static_assert(alignof(Variant_GetParent) == 0x000008, "Wrong alignment on Variant_GetParent"); \ static_assert(sizeof(Variant_GetParent) == 0x000008, "Wrong size on Variant_GetParent"); \ static_assert(offsetof(Variant_GetParent, ReturnValue) == 0x000000, "Member 'Variant_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetThumbnail \ static_assert(alignof(Variant_GetThumbnail) == 0x000008, "Wrong alignment on Variant_GetThumbnail"); \ static_assert(sizeof(Variant_GetThumbnail) == 0x000008, "Wrong size on Variant_GetThumbnail"); \ static_assert(offsetof(Variant_GetThumbnail, ReturnValue) == 0x000000, "Member 'Variant_GetThumbnail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_IsActive \ static_assert(alignof(Variant_IsActive) == 0x000001, "Wrong alignment on Variant_IsActive"); \ static_assert(sizeof(Variant_IsActive) == 0x000001, "Wrong size on Variant_IsActive"); \ static_assert(offsetof(Variant_IsActive, ReturnValue) == 0x000000, "Member 'Variant_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_SetDependency \ static_assert(alignof(Variant_SetDependency) == 0x000008, "Wrong alignment on Variant_SetDependency"); \ static_assert(sizeof(Variant_SetDependency) == 0x000060, "Wrong size on Variant_SetDependency"); \ static_assert(offsetof(Variant_SetDependency, Index_0) == 0x000000, "Member 'Variant_SetDependency::Index_0' has a wrong offset!"); \ static_assert(offsetof(Variant_SetDependency, Dependency) == 0x000008, "Member 'Variant_SetDependency::Dependency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_SetDisplayText \ static_assert(alignof(Variant_SetDisplayText) == 0x000008, "Wrong alignment on Variant_SetDisplayText"); \ static_assert(sizeof(Variant_SetDisplayText) == 0x000018, "Wrong size on Variant_SetDisplayText"); \ static_assert(offsetof(Variant_SetDisplayText, NewDisplayText) == 0x000000, "Member 'Variant_SetDisplayText::NewDisplayText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_SetThumbnailFromCamera \ static_assert(alignof(Variant_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on Variant_SetThumbnailFromCamera"); \ static_assert(sizeof(Variant_SetThumbnailFromCamera) == 0x000050, "Wrong size on Variant_SetThumbnailFromCamera"); \ static_assert(offsetof(Variant_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'Variant_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Variant_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'Variant_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ static_assert(offsetof(Variant_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'Variant_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ static_assert(offsetof(Variant_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'Variant_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ static_assert(offsetof(Variant_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'Variant_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_SetThumbnailFromFile \ static_assert(alignof(Variant_SetThumbnailFromFile) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromFile"); \ static_assert(sizeof(Variant_SetThumbnailFromFile) == 0x000010, "Wrong size on Variant_SetThumbnailFromFile"); \ static_assert(offsetof(Variant_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'Variant_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_SetThumbnailFromTexture \ static_assert(alignof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromTexture"); \ static_assert(sizeof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong size on Variant_SetThumbnailFromTexture"); \ static_assert(offsetof(Variant_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'Variant_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Variant_GetDisplayText \ static_assert(alignof(Variant_GetDisplayText) == 0x000008, "Wrong alignment on Variant_GetDisplayText"); \ static_assert(sizeof(Variant_GetDisplayText) == 0x000018, "Wrong size on Variant_GetDisplayText"); \ static_assert(offsetof(Variant_GetDisplayText, ReturnValue) == 0x000000, "Member 'Variant_GetDisplayText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVariant \ static_assert(alignof(UVariant) == 0x000008, "Wrong alignment on UVariant"); \ static_assert(sizeof(UVariant) == 0x000080, "Wrong size on UVariant"); \ static_assert(offsetof(UVariant, Dependencies) == 0x000028, "Member 'UVariant::Dependencies' has a wrong offset!"); \ static_assert(offsetof(UVariant, DisplayText) == 0x000038, "Member 'UVariant::DisplayText' has a wrong offset!"); \ static_assert(offsetof(UVariant, ObjectBindings) == 0x000068, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ static_assert(offsetof(UVariant, Thumbnail) == 0x000078, "Member 'UVariant::Thumbnail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVariantObjectBinding \ static_assert(alignof(UVariantObjectBinding) == 0x000008, "Wrong alignment on UVariantObjectBinding"); \ static_assert(sizeof(UVariantObjectBinding) == 0x000090, "Wrong size on UVariantObjectBinding"); \ static_assert(offsetof(UVariantObjectBinding, CachedActorLabel) == 0x000028, "Member 'UVariantObjectBinding::CachedActorLabel' has a wrong offset!"); \ static_assert(offsetof(UVariantObjectBinding, ObjectPtr) == 0x000038, "Member 'UVariantObjectBinding::ObjectPtr' has a wrong offset!"); \ static_assert(offsetof(UVariantObjectBinding, LazyObjectPtr) == 0x000050, "Member 'UVariantObjectBinding::LazyObjectPtr' has a wrong offset!"); \ static_assert(offsetof(UVariantObjectBinding, CapturedProperties) == 0x000070, "Member 'UVariantObjectBinding::CapturedProperties' has a wrong offset!"); \ static_assert(offsetof(UVariantObjectBinding, FunctionCallers) == 0x000080, "Member 'UVariantObjectBinding::FunctionCallers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetParent \ static_assert(alignof(VariantSet_GetParent) == 0x000008, "Wrong alignment on VariantSet_GetParent"); \ static_assert(sizeof(VariantSet_GetParent) == 0x000008, "Wrong size on VariantSet_GetParent"); \ static_assert(offsetof(VariantSet_GetParent, ReturnValue) == 0x000000, "Member 'VariantSet_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetThumbnail \ static_assert(alignof(VariantSet_GetThumbnail) == 0x000008, "Wrong alignment on VariantSet_GetThumbnail"); \ static_assert(sizeof(VariantSet_GetThumbnail) == 0x000008, "Wrong size on VariantSet_GetThumbnail"); \ static_assert(offsetof(VariantSet_GetThumbnail, ReturnValue) == 0x000000, "Member 'VariantSet_GetThumbnail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetVariant \ static_assert(alignof(VariantSet_GetVariant) == 0x000008, "Wrong alignment on VariantSet_GetVariant"); \ static_assert(sizeof(VariantSet_GetVariant) == 0x000010, "Wrong size on VariantSet_GetVariant"); \ static_assert(offsetof(VariantSet_GetVariant, VariantIndex) == 0x000000, "Member 'VariantSet_GetVariant::VariantIndex' has a wrong offset!"); \ static_assert(offsetof(VariantSet_GetVariant, ReturnValue) == 0x000008, "Member 'VariantSet_GetVariant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetVariantByName \ static_assert(alignof(VariantSet_GetVariantByName) == 0x000008, "Wrong alignment on VariantSet_GetVariantByName"); \ static_assert(sizeof(VariantSet_GetVariantByName) == 0x000018, "Wrong size on VariantSet_GetVariantByName"); \ static_assert(offsetof(VariantSet_GetVariantByName, VariantName) == 0x000000, "Member 'VariantSet_GetVariantByName::VariantName' has a wrong offset!"); \ static_assert(offsetof(VariantSet_GetVariantByName, ReturnValue) == 0x000010, "Member 'VariantSet_GetVariantByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_SetDisplayText \ static_assert(alignof(VariantSet_SetDisplayText) == 0x000008, "Wrong alignment on VariantSet_SetDisplayText"); \ static_assert(sizeof(VariantSet_SetDisplayText) == 0x000018, "Wrong size on VariantSet_SetDisplayText"); \ static_assert(offsetof(VariantSet_SetDisplayText, NewDisplayText) == 0x000000, "Member 'VariantSet_SetDisplayText::NewDisplayText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromCamera \ static_assert(alignof(VariantSet_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on VariantSet_SetThumbnailFromCamera"); \ static_assert(sizeof(VariantSet_SetThumbnailFromCamera) == 0x000050, "Wrong size on VariantSet_SetThumbnailFromCamera"); \ static_assert(offsetof(VariantSet_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'VariantSet_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VariantSet_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'VariantSet_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ static_assert(offsetof(VariantSet_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'VariantSet_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ static_assert(offsetof(VariantSet_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'VariantSet_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ static_assert(offsetof(VariantSet_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'VariantSet_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromFile \ static_assert(alignof(VariantSet_SetThumbnailFromFile) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromFile"); \ static_assert(sizeof(VariantSet_SetThumbnailFromFile) == 0x000010, "Wrong size on VariantSet_SetThumbnailFromFile"); \ static_assert(offsetof(VariantSet_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'VariantSet_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromTexture \ static_assert(alignof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromTexture"); \ static_assert(sizeof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong size on VariantSet_SetThumbnailFromTexture"); \ static_assert(offsetof(VariantSet_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'VariantSet_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetDisplayText \ static_assert(alignof(VariantSet_GetDisplayText) == 0x000008, "Wrong alignment on VariantSet_GetDisplayText"); \ static_assert(sizeof(VariantSet_GetDisplayText) == 0x000018, "Wrong size on VariantSet_GetDisplayText"); \ static_assert(offsetof(VariantSet_GetDisplayText, ReturnValue) == 0x000000, "Member 'VariantSet_GetDisplayText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantSet_GetNumVariants \ static_assert(alignof(VariantSet_GetNumVariants) == 0x000004, "Wrong alignment on VariantSet_GetNumVariants"); \ static_assert(sizeof(VariantSet_GetNumVariants) == 0x000004, "Wrong size on VariantSet_GetNumVariants"); \ static_assert(offsetof(VariantSet_GetNumVariants, ReturnValue) == 0x000000, "Member 'VariantSet_GetNumVariants::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVariantSet \ static_assert(alignof(UVariantSet) == 0x000008, "Wrong alignment on UVariantSet"); \ static_assert(sizeof(UVariantSet) == 0x000078, "Wrong size on UVariantSet"); \ static_assert(offsetof(UVariantSet, DisplayText) == 0x000028, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ static_assert(offsetof(UVariantSet, bExpanded) == 0x000058, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ static_assert(offsetof(UVariantSet, Variants) == 0x000060, "Member 'UVariantSet::Variants' has a wrong offset!"); \ static_assert(offsetof(UVariantSet, Thumbnail) == 0x000070, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_NestFlower_C \ static_assert(alignof(UDamageType_NestFlower_C) == 0x000008, "Wrong alignment on UDamageType_NestFlower_C"); \ static_assert(sizeof(UDamageType_NestFlower_C) == 0x000058, "Wrong size on UDamageType_NestFlower_C"); \ #define DUMPER7_ASSERTS_FTrackRenderData \ static_assert(alignof(FTrackRenderData) == 0x000010, "Wrong alignment on FTrackRenderData"); \ static_assert(sizeof(FTrackRenderData) == 0x000070, "Wrong size on FTrackRenderData"); \ #define DUMPER7_ASSERTS_FGeometryCacheMeshData \ static_assert(alignof(FGeometryCacheMeshData) == 0x000008, "Wrong alignment on FGeometryCacheMeshData"); \ static_assert(sizeof(FGeometryCacheMeshData) == 0x0000B0, "Wrong size on FGeometryCacheMeshData"); \ #define DUMPER7_ASSERTS_FGeometryCacheVertexInfo \ static_assert(alignof(FGeometryCacheVertexInfo) == 0x000001, "Wrong alignment on FGeometryCacheVertexInfo"); \ static_assert(sizeof(FGeometryCacheVertexInfo) == 0x000008, "Wrong size on FGeometryCacheVertexInfo"); \ #define DUMPER7_ASSERTS_FGeometryCacheMeshBatchInfo \ static_assert(alignof(FGeometryCacheMeshBatchInfo) == 0x000004, "Wrong alignment on FGeometryCacheMeshBatchInfo"); \ static_assert(sizeof(FGeometryCacheMeshBatchInfo) == 0x00000C, "Wrong size on FGeometryCacheMeshBatchInfo"); \ #define DUMPER7_ASSERTS_UGeometryCache \ static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ static_assert(sizeof(UGeometryCache) == 0x000070, "Wrong size on UGeometryCache"); \ static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, Tracks) == 0x000040, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, StartFrame) == 0x000060, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, EndFrame) == 0x000064, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, Hash) == 0x000068, "Member 'UGeometryCache::Hash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheActor_GetGeometryCacheComponent \ static_assert(alignof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong alignment on GeometryCacheActor_GetGeometryCacheComponent"); \ static_assert(sizeof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong size on GeometryCacheActor_GetGeometryCacheComponent"); \ static_assert(offsetof(GeometryCacheActor_GetGeometryCacheComponent, ReturnValue) == 0x000000, "Member 'GeometryCacheActor_GetGeometryCacheComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCacheActor \ static_assert(alignof(AGeometryCacheActor) == 0x000008, "Wrong alignment on AGeometryCacheActor"); \ static_assert(sizeof(AGeometryCacheActor) == 0x000228, "Wrong size on AGeometryCacheActor"); \ static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000220, "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_SetPlaybackSpeed \ static_assert(alignof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetPlaybackSpeed"); \ static_assert(sizeof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_SetPlaybackSpeed"); \ static_assert(offsetof(GeometryCacheComponent_SetPlaybackSpeed, NewPlaybackSpeed) == 0x000000, "Member 'GeometryCacheComponent_SetPlaybackSpeed::NewPlaybackSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_SetStartTimeOffset \ static_assert(alignof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetStartTimeOffset"); \ static_assert(sizeof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_SetStartTimeOffset"); \ static_assert(offsetof(GeometryCacheComponent_SetStartTimeOffset, NewStartTimeOffset) == 0x000000, "Member 'GeometryCacheComponent_SetStartTimeOffset::NewStartTimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_TickAtThisTime \ static_assert(alignof(GeometryCacheComponent_TickAtThisTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_TickAtThisTime"); \ static_assert(sizeof(GeometryCacheComponent_TickAtThisTime) == 0x000008, "Wrong size on GeometryCacheComponent_TickAtThisTime"); \ static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, Time) == 0x000000, "Member 'GeometryCacheComponent_TickAtThisTime::Time' has a wrong offset!"); \ static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsRunning) == 0x000004, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsRunning' has a wrong offset!"); \ static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInBackwards) == 0x000005, "Member 'GeometryCacheComponent_TickAtThisTime::bInBackwards' has a wrong offset!"); \ static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsLooping) == 0x000006, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetAnimationTime \ static_assert(alignof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetAnimationTime"); \ static_assert(sizeof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong size on GeometryCacheComponent_GetAnimationTime"); \ static_assert(offsetof(GeometryCacheComponent_GetAnimationTime, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetAnimationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetDuration \ static_assert(alignof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetDuration"); \ static_assert(sizeof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong size on GeometryCacheComponent_GetDuration"); \ static_assert(offsetof(GeometryCacheComponent_GetDuration, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetMotionVectorScale \ static_assert(alignof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetMotionVectorScale"); \ static_assert(sizeof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong size on GeometryCacheComponent_GetMotionVectorScale"); \ static_assert(offsetof(GeometryCacheComponent_GetMotionVectorScale, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetMotionVectorScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetNumberOfFrames \ static_assert(alignof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetNumberOfFrames"); \ static_assert(sizeof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong size on GeometryCacheComponent_GetNumberOfFrames"); \ static_assert(offsetof(GeometryCacheComponent_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackDirection \ static_assert(alignof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackDirection"); \ static_assert(sizeof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackDirection"); \ static_assert(offsetof(GeometryCacheComponent_GetPlaybackDirection, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackSpeed \ static_assert(alignof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackSpeed"); \ static_assert(sizeof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackSpeed"); \ static_assert(offsetof(GeometryCacheComponent_GetPlaybackSpeed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_GetStartTimeOffset \ static_assert(alignof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetStartTimeOffset"); \ static_assert(sizeof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_GetStartTimeOffset"); \ static_assert(offsetof(GeometryCacheComponent_GetStartTimeOffset, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetStartTimeOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_IsExtrapolatingFrames \ static_assert(alignof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsExtrapolatingFrames"); \ static_assert(sizeof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong size on GeometryCacheComponent_IsExtrapolatingFrames"); \ static_assert(offsetof(GeometryCacheComponent_IsExtrapolatingFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsExtrapolatingFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_IsLooping \ static_assert(alignof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsLooping"); \ static_assert(sizeof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong size on GeometryCacheComponent_IsLooping"); \ static_assert(offsetof(GeometryCacheComponent_IsLooping, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlaying \ static_assert(alignof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlaying"); \ static_assert(sizeof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlaying"); \ static_assert(offsetof(GeometryCacheComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlayingReversed \ static_assert(alignof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlayingReversed"); \ static_assert(sizeof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlayingReversed"); \ static_assert(offsetof(GeometryCacheComponent_IsPlayingReversed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlayingReversed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCacheComponent \ static_assert(alignof(UGeometryCacheComponent) == 0x000010, "Wrong alignment on UGeometryCacheComponent"); \ static_assert(sizeof(UGeometryCacheComponent) == 0x0004E0, "Wrong size on UGeometryCacheComponent"); \ static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000478, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000480, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000481, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x000482, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x000484, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000488, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x00048C, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x000490, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x000494, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0004CC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x0004D0, "Member 'UGeometryCacheComponent::bManualTick' 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) == 0x0000B8, "Wrong size on GeometryCacheTrack_FlipbookAnimation_AddMeshSample"); \ static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, MeshData) == 0x000000, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::MeshData' has a wrong offset!"); \ static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, SampleTime) == 0x0000B0, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::SampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCacheTrack_FlipbookAnimation \ static_assert(alignof(UGeometryCacheTrack_FlipbookAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_FlipbookAnimation"); \ static_assert(sizeof(UGeometryCacheTrack_FlipbookAnimation) == 0x000080, "Wrong size on UGeometryCacheTrack_FlipbookAnimation"); \ static_assert(offsetof(UGeometryCacheTrack_FlipbookAnimation, NumMeshSamples) == 0x000058, "Member 'UGeometryCacheTrack_FlipbookAnimation::NumMeshSamples' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCacheTrackStreamable \ static_assert(alignof(UGeometryCacheTrackStreamable) == 0x000008, "Wrong alignment on UGeometryCacheTrackStreamable"); \ static_assert(sizeof(UGeometryCacheTrackStreamable) == 0x0000D8, "Wrong size on UGeometryCacheTrackStreamable"); \ static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000058, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000C8, "Member 'UGeometryCacheTrackStreamable::StartSampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheTrack_TransformAnimation_SetMesh \ static_assert(alignof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformAnimation_SetMesh"); \ static_assert(sizeof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformAnimation_SetMesh"); \ static_assert(offsetof(GeometryCacheTrack_TransformAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformAnimation \ static_assert(alignof(UGeometryCacheTrack_TransformAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformAnimation"); \ static_assert(sizeof(UGeometryCacheTrack_TransformAnimation) == 0x000108, "Wrong size on UGeometryCacheTrack_TransformAnimation"); \ #define DUMPER7_ASSERTS_GeometryCacheTrack_TransformGroupAnimation_SetMesh \ static_assert(alignof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ static_assert(sizeof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ static_assert(offsetof(GeometryCacheTrack_TransformGroupAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformGroupAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformGroupAnimation \ static_assert(alignof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformGroupAnimation"); \ static_assert(sizeof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000108, "Wrong size on UGeometryCacheTrack_TransformGroupAnimation"); \ #define DUMPER7_ASSERTS_SettingsMenu_C_ExecuteUbergraph_SettingsMenu \ static_assert(alignof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu) == 0x000008, "Wrong alignment on SettingsMenu_C_ExecuteUbergraph_SettingsMenu"); \ static_assert(sizeof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu) == 0x000060, "Wrong size on SettingsMenu_C_ExecuteUbergraph_SettingsMenu"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, EntryPoint) == 0x000000, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_Create_ReturnValue) == 0x000008, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, Temp_byte_Variable) == 0x000010, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, Temp_byte_Variable_1) == 0x000011, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, Temp_int_Array_Index_Variable) == 0x000014, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, Temp_bool_Variable) == 0x000020, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, K2Node_Event_IsDesignTime) == 0x000021, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_Array_Get_Item) == 0x000028, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000040, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, K2Node_MakeStruct_Margin) == 0x00004C, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, K2Node_Event_bIsGamepad) == 0x00005D, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::K2Node_Event_bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_ExecuteUbergraph_SettingsMenu, K2Node_Select_Default) == 0x00005E, "Member 'SettingsMenu_C_ExecuteUbergraph_SettingsMenu::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenu_C_OnInputTypeChanged \ static_assert(alignof(SettingsMenu_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on SettingsMenu_C_OnInputTypeChanged"); \ static_assert(sizeof(SettingsMenu_C_OnInputTypeChanged) == 0x000001, "Wrong size on SettingsMenu_C_OnInputTypeChanged"); \ static_assert(offsetof(SettingsMenu_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'SettingsMenu_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenu_C_PreConstruct \ static_assert(alignof(SettingsMenu_C_PreConstruct) == 0x000001, "Wrong alignment on SettingsMenu_C_PreConstruct"); \ static_assert(sizeof(SettingsMenu_C_PreConstruct) == 0x000001, "Wrong size on SettingsMenu_C_PreConstruct"); \ static_assert(offsetof(SettingsMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SettingsMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenu_C_OnLanguageChanged \ static_assert(alignof(SettingsMenu_C_OnLanguageChanged) == 0x000008, "Wrong alignment on SettingsMenu_C_OnLanguageChanged"); \ static_assert(sizeof(SettingsMenu_C_OnLanguageChanged) == 0x000048, "Wrong size on SettingsMenu_C_OnLanguageChanged"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, Temp_int_Array_Index_Variable) == 0x000000, "Member 'SettingsMenu_C_OnLanguageChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'SettingsMenu_C_OnLanguageChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'SettingsMenu_C_OnLanguageChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'SettingsMenu_C_OnLanguageChanged::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'SettingsMenu_C_OnLanguageChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, CallFunc_Array_Get_Item) == 0x000028, "Member 'SettingsMenu_C_OnLanguageChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'SettingsMenu_C_OnLanguageChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, K2Node_DynamicCast_AsSettings_Menu_Item) == 0x000038, "Member 'SettingsMenu_C_OnLanguageChanged::K2Node_DynamicCast_AsSettings_Menu_Item' has a wrong offset!"); \ static_assert(offsetof(SettingsMenu_C_OnLanguageChanged, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'SettingsMenu_C_OnLanguageChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsMenu_C \ static_assert(alignof(USettingsMenu_C) == 0x000008, "Wrong alignment on USettingsMenu_C"); \ static_assert(sizeof(USettingsMenu_C) == 0x000300, "Wrong size on USettingsMenu_C"); \ static_assert(offsetof(USettingsMenu_C, UberGraphFrame_SettingsMenu_C) == 0x0002D0, "Member 'USettingsMenu_C::UberGraphFrame_SettingsMenu_C' has a wrong offset!"); \ static_assert(offsetof(USettingsMenu_C, Gamepad_Left) == 0x0002D8, "Member 'USettingsMenu_C::Gamepad_Left' has a wrong offset!"); \ static_assert(offsetof(USettingsMenu_C, Gamepad_Right) == 0x0002E0, "Member 'USettingsMenu_C::Gamepad_Right' has a wrong offset!"); \ static_assert(offsetof(USettingsMenu_C, MenuWrapper) == 0x0002E8, "Member 'USettingsMenu_C::MenuWrapper' has a wrong offset!"); \ static_assert(offsetof(USettingsMenu_C, MenuLabels) == 0x0002F0, "Member 'USettingsMenu_C::MenuLabels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000040, "Wrong size on FMovieSceneGeometryCacheParams"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCacheAsset) == 0x000000, "Member 'FMovieSceneGeometryCacheParams::GeometryCacheAsset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGeometryCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGeometryCacheParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGeometryCacheParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGeometryCacheParams::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, StartOffset) == 0x00001C, "Member 'FMovieSceneGeometryCacheParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, EndOffset) == 0x000020, "Member 'FMovieSceneGeometryCacheParams::EndOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCache) == 0x000028, "Member 'FMovieSceneGeometryCacheParams::GeometryCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplateParameters \ static_assert(alignof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000048, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000040, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x000044, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000068, "Wrong size on FMovieSceneGeometryCacheSectionTemplate"); \ static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCacheSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGeometryCacheSection \ static_assert(alignof(UMovieSceneGeometryCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheSection"); \ static_assert(sizeof(UMovieSceneGeometryCacheSection) == 0x000128, "Wrong size on UMovieSceneGeometryCacheSection"); \ static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000E8, "Member 'UMovieSceneGeometryCacheSection::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGeometryCacheTrack \ static_assert(alignof(UMovieSceneGeometryCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheTrack"); \ static_assert(sizeof(UMovieSceneGeometryCacheTrack) == 0x0000A8, "Wrong size on UMovieSceneGeometryCacheTrack"); \ static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare \ static_assert(alignof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare) == 0x000008, "Wrong alignment on SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare"); \ static_assert(sizeof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare) == 0x000328, "Wrong size on SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, EntryPoint) == 0x000000, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_CreateDelegate_OutputDelegate_3) == 0x000040, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000050, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000058, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_PlayAnimMontage_ReturnValue) == 0x000060, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_MakeHitResult_ReturnValue) == 0x000064, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_HasAuthority_ReturnValue) == 0x0000EC, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2) == 0x0000F0, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsValid_ReturnValue) == 0x0000F9, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2_1) == 0x000100, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_GetActorForwardVector_ReturnValue) == 0x00010C, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000118, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_GetSocketLocation_ReturnValue) == 0x000124, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000130, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001B8, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2_2) == 0x0001C0, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess_2) == 0x0001C8, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x0001CC, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_Event_DeltaTime) == 0x0001D0, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsPlaying_ReturnValue_1) == 0x0001D4, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2_3) == 0x0001D8, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess_3) == 0x0001E0, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsValid_ReturnValue_1) == 0x0001E1, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001E4, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0001F8, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000200, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_GetOwningPawn_ReturnValue) == 0x000210, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000218, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000224, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000230, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x00023C, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000248, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000254, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_Add_VectorVector_ReturnValue) == 0x000260, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_VInterpTo_Constant_ReturnValue) == 0x00026C, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000278, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000300, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2_4) == 0x000308, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess_4) == 0x000310, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsValid_ReturnValue_2) == 0x000311, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_HasAuthority_ReturnValue_1) == 0x000312, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_AsShark_2_5) == 0x000318, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_AsShark_2_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, K2Node_DynamicCast_bSuccess_5) == 0x000320, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsValid_ReturnValue_3) == 0x000321, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare, CallFunc_IsPlaying_ReturnValue_2) == 0x000322, "Member 'SharkAction_BowlingPrepare_C_ExecuteUbergraph_SharkAction_BowlingPrepare::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_BowlingPrepare_C_Tick \ static_assert(alignof(SharkAction_BowlingPrepare_C_Tick) == 0x000004, "Wrong alignment on SharkAction_BowlingPrepare_C_Tick"); \ static_assert(sizeof(SharkAction_BowlingPrepare_C_Tick) == 0x000004, "Wrong size on SharkAction_BowlingPrepare_C_Tick"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_BowlingPrepare_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_BowlingPrepare_C_IsValidAction \ static_assert(alignof(SharkAction_BowlingPrepare_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_BowlingPrepare_C_IsValidAction"); \ static_assert(sizeof(SharkAction_BowlingPrepare_C_IsValidAction) == 0x000004, "Wrong size on SharkAction_BowlingPrepare_C_IsValidAction"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_BowlingPrepare_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'SharkAction_BowlingPrepare_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'SharkAction_BowlingPrepare_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'SharkAction_BowlingPrepare_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_BowlingPrepare_C_CanBeTerminated \ static_assert(alignof(SharkAction_BowlingPrepare_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_BowlingPrepare_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_BowlingPrepare_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_BowlingPrepare_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_BowlingPrepare_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_BowlingPrepare_C_CanBeTerminated, CallFunc_CanBeTerminated_ReturnValue) == 0x000001, "Member 'SharkAction_BowlingPrepare_C_CanBeTerminated::CallFunc_CanBeTerminated_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_BowlingPrepare_C \ static_assert(alignof(USharkAction_BowlingPrepare_C) == 0x000008, "Wrong alignment on USharkAction_BowlingPrepare_C"); \ static_assert(sizeof(USharkAction_BowlingPrepare_C) == 0x0000F0, "Wrong size on USharkAction_BowlingPrepare_C"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_BowlingPrepare_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, BarfVomitMontage) == 0x0000C0, "Member 'USharkAction_BowlingPrepare_C::BarfVomitMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, PickupVomitMontage) == 0x0000C8, "Member 'USharkAction_BowlingPrepare_C::PickupVomitMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, bSyncPickupPosition) == 0x0000D0, "Member 'USharkAction_BowlingPrepare_C::bSyncPickupPosition' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, VomitActor) == 0x0000D8, "Member 'USharkAction_BowlingPrepare_C::VomitActor' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, TargetPoint) == 0x0000E0, "Member 'USharkAction_BowlingPrepare_C::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, bPlayingAnimation) == 0x0000EC, "Member 'USharkAction_BowlingPrepare_C::bPlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_BowlingPrepare_C, bOnCooldown) == 0x0000ED, "Member 'USharkAction_BowlingPrepare_C::bOnCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen \ static_assert(alignof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen) == 0x000008, "Wrong alignment on AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen"); \ static_assert(sizeof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen) == 0x000038, "Wrong size on AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, EntryPoint) == 0x000000, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000020, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000028, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'AfterwordTutorialScreen_C_ExecuteUbergraph_AfterwordTutorialScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AfterwordTutorialScreen_C_OnKeyDown \ static_assert(alignof(AfterwordTutorialScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on AfterwordTutorialScreen_C_OnKeyDown"); \ static_assert(sizeof(AfterwordTutorialScreen_C_OnKeyDown) == 0x0002B8, "Wrong size on AfterwordTutorialScreen_C_OnKeyDown"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'AfterwordTutorialScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'AfterwordTutorialScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'AfterwordTutorialScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'AfterwordTutorialScreen_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'AfterwordTutorialScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'AfterwordTutorialScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000200, "Member 'AfterwordTutorialScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AfterwordTutorialScreen_C_Show \ static_assert(alignof(AfterwordTutorialScreen_C_Show) == 0x000008, "Wrong alignment on AfterwordTutorialScreen_C_Show"); \ static_assert(sizeof(AfterwordTutorialScreen_C_Show) == 0x000048, "Wrong size on AfterwordTutorialScreen_C_Show"); \ static_assert(offsetof(AfterwordTutorialScreen_C_Show, Info) == 0x000000, "Member 'AfterwordTutorialScreen_C_Show::Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AfterwordTutorialScreen_C_OnFocusReceived \ static_assert(alignof(AfterwordTutorialScreen_C_OnFocusReceived) == 0x000008, "Wrong alignment on AfterwordTutorialScreen_C_OnFocusReceived"); \ static_assert(sizeof(AfterwordTutorialScreen_C_OnFocusReceived) == 0x0001B0, "Wrong size on AfterwordTutorialScreen_C_OnFocusReceived"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'AfterwordTutorialScreen_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'AfterwordTutorialScreen_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'AfterwordTutorialScreen_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AfterwordTutorialScreen_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'AfterwordTutorialScreen_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAfterwordTutorialScreen_C \ static_assert(alignof(UAfterwordTutorialScreen_C) == 0x000008, "Wrong alignment on UAfterwordTutorialScreen_C"); \ static_assert(sizeof(UAfterwordTutorialScreen_C) == 0x000298, "Wrong size on UAfterwordTutorialScreen_C"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, UberGraphFrame) == 0x000260, "Member 'UAfterwordTutorialScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, Fade1) == 0x000268, "Member 'UAfterwordTutorialScreen_C::Fade1' has a wrong offset!"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, BackBTN) == 0x000270, "Member 'UAfterwordTutorialScreen_C::BackBTN' has a wrong offset!"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, DescriptionText) == 0x000278, "Member 'UAfterwordTutorialScreen_C::DescriptionText' has a wrong offset!"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, TitleText) == 0x000280, "Member 'UAfterwordTutorialScreen_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UAfterwordTutorialScreen_C, OnExit) == 0x000288, "Member 'UAfterwordTutorialScreen_C::OnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_Sphere \ static_assert(alignof(FClothCollisionPrim_Sphere) == 0x000004, "Wrong alignment on FClothCollisionPrim_Sphere"); \ static_assert(sizeof(FClothCollisionPrim_Sphere) == 0x000014, "Wrong size on FClothCollisionPrim_Sphere"); \ static_assert(offsetof(FClothCollisionPrim_Sphere, BoneIndex) == 0x000000, "Member 'FClothCollisionPrim_Sphere::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Sphere, Radius) == 0x000004, "Member 'FClothCollisionPrim_Sphere::Radius' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Sphere, LocalPosition) == 0x000008, "Member 'FClothCollisionPrim_Sphere::LocalPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_SphereConnection \ static_assert(alignof(FClothCollisionPrim_SphereConnection) == 0x000004, "Wrong alignment on FClothCollisionPrim_SphereConnection"); \ static_assert(sizeof(FClothCollisionPrim_SphereConnection) == 0x000008, "Wrong size on FClothCollisionPrim_SphereConnection"); \ static_assert(offsetof(FClothCollisionPrim_SphereConnection, SphereIndices) == 0x000000, "Member 'FClothCollisionPrim_SphereConnection::SphereIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_ConvexFace \ static_assert(alignof(FClothCollisionPrim_ConvexFace) == 0x000010, "Wrong alignment on FClothCollisionPrim_ConvexFace"); \ static_assert(sizeof(FClothCollisionPrim_ConvexFace) == 0x000020, "Wrong size on FClothCollisionPrim_ConvexFace"); \ static_assert(offsetof(FClothCollisionPrim_ConvexFace, Plane) == 0x000000, "Member 'FClothCollisionPrim_ConvexFace::Plane' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_ConvexFace, Indices) == 0x000010, "Member 'FClothCollisionPrim_ConvexFace::Indices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_Convex \ static_assert(alignof(FClothCollisionPrim_Convex) == 0x000008, "Wrong alignment on FClothCollisionPrim_Convex"); \ static_assert(sizeof(FClothCollisionPrim_Convex) == 0x000028, "Wrong size on FClothCollisionPrim_Convex"); \ static_assert(offsetof(FClothCollisionPrim_Convex, Faces) == 0x000000, "Member 'FClothCollisionPrim_Convex::Faces' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Convex, SurfacePoints) == 0x000010, "Member 'FClothCollisionPrim_Convex::SurfacePoints' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Convex, BoneIndex) == 0x000020, "Member 'FClothCollisionPrim_Convex::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_Box \ static_assert(alignof(FClothCollisionPrim_Box) == 0x000010, "Wrong alignment on FClothCollisionPrim_Box"); \ static_assert(sizeof(FClothCollisionPrim_Box) == 0x000030, "Wrong size on FClothCollisionPrim_Box"); \ static_assert(offsetof(FClothCollisionPrim_Box, LocalPosition) == 0x000000, "Member 'FClothCollisionPrim_Box::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Box, LocalRotation) == 0x000010, "Member 'FClothCollisionPrim_Box::LocalRotation' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Box, HalfExtents) == 0x000020, "Member 'FClothCollisionPrim_Box::HalfExtents' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionPrim_Box, BoneIndex) == 0x00002C, "Member 'FClothCollisionPrim_Box::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothCollisionData \ static_assert(alignof(FClothCollisionData) == 0x000008, "Wrong alignment on FClothCollisionData"); \ static_assert(sizeof(FClothCollisionData) == 0x000040, "Wrong size on FClothCollisionData"); \ static_assert(offsetof(FClothCollisionData, Spheres) == 0x000000, "Member 'FClothCollisionData::Spheres' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionData, SphereConnections) == 0x000010, "Member 'FClothCollisionData::SphereConnections' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionData, Convexes) == 0x000020, "Member 'FClothCollisionData::Convexes' has a wrong offset!"); \ static_assert(offsetof(FClothCollisionData, Boxes) == 0x000030, "Member 'FClothCollisionData::Boxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothVertBoneData \ static_assert(alignof(FClothVertBoneData) == 0x000004, "Wrong alignment on FClothVertBoneData"); \ static_assert(sizeof(FClothVertBoneData) == 0x00004C, "Wrong size on FClothVertBoneData"); \ static_assert(offsetof(FClothVertBoneData, NumInfluences) == 0x000000, "Member 'FClothVertBoneData::NumInfluences' has a wrong offset!"); \ static_assert(offsetof(FClothVertBoneData, BoneIndices) == 0x000004, "Member 'FClothVertBoneData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FClothVertBoneData, BoneWeights) == 0x00001C, "Member 'FClothVertBoneData::BoneWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothConfigBase \ static_assert(alignof(UClothConfigBase) == 0x000008, "Wrong alignment on UClothConfigBase"); \ static_assert(sizeof(UClothConfigBase) == 0x000028, "Wrong size on UClothConfigBase"); \ #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_UClothSharedSimConfigBase \ static_assert(alignof(UClothSharedSimConfigBase) == 0x000008, "Wrong alignment on UClothSharedSimConfigBase"); \ static_assert(sizeof(UClothSharedSimConfigBase) == 0x000028, "Wrong size on UClothSharedSimConfigBase"); \ #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_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_ClothingSimulationInteractor_EnableGravityOverride \ static_assert(alignof(ClothingSimulationInteractor_EnableGravityOverride) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_EnableGravityOverride"); \ static_assert(sizeof(ClothingSimulationInteractor_EnableGravityOverride) == 0x00000C, "Wrong size on ClothingSimulationInteractor_EnableGravityOverride"); \ static_assert(offsetof(ClothingSimulationInteractor_EnableGravityOverride, InVector) == 0x000000, "Member 'ClothingSimulationInteractor_EnableGravityOverride::InVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetAnimDriveSpringStiffness \ static_assert(alignof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ static_assert(sizeof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ static_assert(offsetof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractor_SetAnimDriveSpringStiffness::InStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumIterations \ static_assert(alignof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumIterations"); \ static_assert(sizeof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumIterations"); \ static_assert(offsetof(ClothingSimulationInteractor_SetNumIterations, NumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumIterations::NumIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumSubsteps \ static_assert(alignof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumSubsteps"); \ static_assert(sizeof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumSubsteps"); \ static_assert(offsetof(ClothingSimulationInteractor_SetNumSubsteps, NumSubsteps) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumSubsteps::NumSubsteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetClothingInteractor \ static_assert(alignof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000008, "Wrong alignment on ClothingSimulationInteractor_GetClothingInteractor"); \ static_assert(sizeof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000018, "Wrong size on ClothingSimulationInteractor_GetClothingInteractor"); \ static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ClothingAssetName) == 0x000000, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ClothingAssetName' has a wrong offset!"); \ static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ReturnValue) == 0x000010, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumCloths \ static_assert(alignof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumCloths"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumCloths"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumCloths, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumCloths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumDynamicParticles \ static_assert(alignof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumDynamicParticles"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumDynamicParticles"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumDynamicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumDynamicParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumIterations \ static_assert(alignof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumIterations"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumIterations"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumIterations, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumIterations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumKinematicParticles \ static_assert(alignof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumKinematicParticles"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumKinematicParticles"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumKinematicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumKinematicParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumSubsteps \ static_assert(alignof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumSubsteps"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumSubsteps"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumSubsteps, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumSubsteps::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetSimulationTime \ static_assert(alignof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetSimulationTime"); \ static_assert(sizeof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetSimulationTime"); \ static_assert(offsetof(ClothingSimulationInteractor_GetSimulationTime, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetSimulationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothingSimulationInteractor \ static_assert(alignof(UClothingSimulationInteractor) == 0x000008, "Wrong alignment on UClothingSimulationInteractor"); \ static_assert(sizeof(UClothingSimulationInteractor) == 0x000090, "Wrong size on UClothingSimulationInteractor"); \ static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000028, "Member 'UClothingSimulationInteractor::ClothingInteractors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothingAssetBase \ static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ static_assert(sizeof(UClothingAssetBase) == 0x000048, "Wrong size on UClothingAssetBase"); \ static_assert(offsetof(UClothingAssetBase, ImportedFilePath) == 0x000028, "Member 'UClothingAssetBase::ImportedFilePath' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetBase, AssetGuid) == 0x000038, "Member 'UClothingAssetBase::AssetGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar \ static_assert(alignof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar) == 0x000008, "Wrong alignment on MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar"); \ static_assert(sizeof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar) == 0x000228, "Wrong size on MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, EntryPoint) == 0x000000, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_int_Variable) == 0x000004, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_HasAuthority_ReturnValue_1) == 0x000012, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_HasAuthority_ReturnValue_2) == 0x000024, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_Event_Hit) == 0x000030, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_Event_PlayerCharacter) == 0x0000B8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_CustomEvent_Character) == 0x0000C0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000C8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x0000D8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_CanUse_ReturnValue) == 0x0000E1, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0000E8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x0000F8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_2) == 0x000100, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_CustomEvent_MontageName) == 0x000104, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_CustomEvent_MontageName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_SwitchName_CmpSuccess) == 0x00010C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsInFirstPerson_ReturnValue) == 0x00010D, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000110, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000118, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Get_Item) == 0x000128, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsValid_ReturnValue_1) == 0x000130, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000138, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_1) == 0x000148, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_4) == 0x000150, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Length_ReturnValue) == 0x000154, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_AddUnique_ReturnValue) == 0x00015C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_GetQuestGraphManager_ReturnValue_2) == 0x000160, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_GetQuestGraphManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsValid_ReturnValue_2) == 0x000168, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_2) == 0x000170, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_5) == 0x000178, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_AddUnique_ReturnValue_1) == 0x00017C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000180, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000184, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000188, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00018C, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, Temp_bool_Variable) == 0x000190, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_Select_Default) == 0x000198, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0001A0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x0001A1, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001A8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0001B0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0001B8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_MakeArray_Array) == 0x0001C0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Get_Item_1) == 0x0001D0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001DC, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_GetQuestGraphManager_ReturnValue_3) == 0x0001E0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_GetQuestGraphManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsValid_ReturnValue_3) == 0x0001E8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_IsValid_ReturnValue_4) == 0x0001E9, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_3) == 0x0001F0, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_DynamicCast_bSuccess_6) == 0x0001F8, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_Event_EndPlayReason) == 0x0001F9, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, K2Node_MakeArray_Array_1) == 0x000200, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Length_ReturnValue_2) == 0x000210, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Array_Get_Item_2) == 0x000218, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar, CallFunc_Less_IntInt_ReturnValue_2) == 0x000220, "Member 'MQ_13_Altar_C_ExecuteUbergraph_MQ_13_Altar::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_ReceiveEndPlay \ static_assert(alignof(MQ_13_Altar_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on MQ_13_Altar_C_ReceiveEndPlay"); \ static_assert(sizeof(MQ_13_Altar_C_ReceiveEndPlay) == 0x000001, "Wrong size on MQ_13_Altar_C_ReceiveEndPlay"); \ static_assert(offsetof(MQ_13_Altar_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'MQ_13_Altar_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_OnMontageNotifyBegin \ static_assert(alignof(MQ_13_Altar_C_OnMontageNotifyBegin) == 0x000004, "Wrong alignment on MQ_13_Altar_C_OnMontageNotifyBegin"); \ static_assert(sizeof(MQ_13_Altar_C_OnMontageNotifyBegin) == 0x000008, "Wrong size on MQ_13_Altar_C_OnMontageNotifyBegin"); \ static_assert(offsetof(MQ_13_Altar_C_OnMontageNotifyBegin, MontageName) == 0x000000, "Member 'MQ_13_Altar_C_OnMontageNotifyBegin::MontageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_OnActionComplete_Event_0 \ static_assert(alignof(MQ_13_Altar_C_OnActionComplete_Event_0) == 0x000008, "Wrong alignment on MQ_13_Altar_C_OnActionComplete_Event_0"); \ static_assert(sizeof(MQ_13_Altar_C_OnActionComplete_Event_0) == 0x000008, "Wrong size on MQ_13_Altar_C_OnActionComplete_Event_0"); \ static_assert(offsetof(MQ_13_Altar_C_OnActionComplete_Event_0, Character) == 0x000000, "Member 'MQ_13_Altar_C_OnActionComplete_Event_0::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_OnUseActor \ static_assert(alignof(MQ_13_Altar_C_OnUseActor) == 0x000008, "Wrong alignment on MQ_13_Altar_C_OnUseActor"); \ static_assert(sizeof(MQ_13_Altar_C_OnUseActor) == 0x000090, "Wrong size on MQ_13_Altar_C_OnUseActor"); \ static_assert(offsetof(MQ_13_Altar_C_OnUseActor, Hit) == 0x000000, "Member 'MQ_13_Altar_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'MQ_13_Altar_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_UserConstructionScript \ static_assert(alignof(MQ_13_Altar_C_UserConstructionScript) == 0x000004, "Wrong alignment on MQ_13_Altar_C_UserConstructionScript"); \ static_assert(sizeof(MQ_13_Altar_C_UserConstructionScript) == 0x000088, "Wrong size on MQ_13_Altar_C_UserConstructionScript"); \ static_assert(offsetof(MQ_13_Altar_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000000, "Member 'MQ_13_Altar_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_CanUse \ static_assert(alignof(MQ_13_Altar_C_CanUse) == 0x000008, "Wrong alignment on MQ_13_Altar_C_CanUse"); \ static_assert(sizeof(MQ_13_Altar_C_CanUse) == 0x000098, "Wrong size on MQ_13_Altar_C_CanUse"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, Hit) == 0x000000, "Member 'MQ_13_Altar_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, PlayerCharacter) == 0x000088, "Member 'MQ_13_Altar_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, ReturnValue) == 0x000090, "Member 'MQ_13_Altar_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'MQ_13_Altar_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, CallFunc_CanPlayCutscene_ReturnValue) == 0x000092, "Member 'MQ_13_Altar_C_CanUse::CallFunc_CanPlayCutscene_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, CallFunc_CanUseForDontTouchAnything_bReturnValue) == 0x000093, "Member 'MQ_13_Altar_C_CanUse::CallFunc_CanUseForDontTouchAnything_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, CallFunc_CanUseForInspectAltar_bReturnValue) == 0x000094, "Member 'MQ_13_Altar_C_CanUse::CallFunc_CanUseForInspectAltar_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000095, "Member 'MQ_13_Altar_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_GetItemSelection \ static_assert(alignof(MQ_13_Altar_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_13_Altar_C_GetItemSelection"); \ static_assert(sizeof(MQ_13_Altar_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_13_Altar_C_GetItemSelection"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_13_Altar_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_13_Altar_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_13_Altar_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_13_Altar_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_13_Altar_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'MQ_13_Altar_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetItemSelection, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x0000AB, "Member 'MQ_13_Altar_C_GetItemSelection::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_FindPlayerPointByPlayer \ static_assert(alignof(MQ_13_Altar_C_FindPlayerPointByPlayer) == 0x000008, "Wrong alignment on MQ_13_Altar_C_FindPlayerPointByPlayer"); \ static_assert(sizeof(MQ_13_Altar_C_FindPlayerPointByPlayer) == 0x000030, "Wrong size on MQ_13_Altar_C_FindPlayerPointByPlayer"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, Player) == 0x000000, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, PlayerPoint) == 0x000008, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::PlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, CallFunc_Array_Get_Item) == 0x000020, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_FindPlayerPointByPlayer, CallFunc_IsPlayerPointContainsPlayer_bReturnValue) == 0x000029, "Member 'MQ_13_Altar_C_FindPlayerPointByPlayer::CallFunc_IsPlayerPointContainsPlayer_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_OnRep_InteractPlayer \ static_assert(alignof(MQ_13_Altar_C_OnRep_InteractPlayer) == 0x000008, "Wrong alignment on MQ_13_Altar_C_OnRep_InteractPlayer"); \ static_assert(sizeof(MQ_13_Altar_C_OnRep_InteractPlayer) == 0x000068, "Wrong size on MQ_13_Altar_C_OnRep_InteractPlayer"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, CallFunc_GetAction_ReturnValue) == 0x000030, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, CallFunc_HasAuthority_ReturnValue) == 0x000038, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_DynamicCast_AsAction_Play_Quest_Anim) == 0x000040, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_DynamicCast_AsAction_Play_Quest_Anim' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, CallFunc_GetAction_ReturnValue_1) == 0x000050, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::CallFunc_GetAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_DynamicCast_AsAction_Play_Quest_Anim_1) == 0x000058, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_DynamicCast_AsAction_Play_Quest_Anim_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_OnRep_InteractPlayer, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'MQ_13_Altar_C_OnRep_InteractPlayer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_CanUseForInspectAltar \ static_assert(alignof(MQ_13_Altar_C_CanUseForInspectAltar) == 0x000008, "Wrong alignment on MQ_13_Altar_C_CanUseForInspectAltar"); \ static_assert(sizeof(MQ_13_Altar_C_CanUseForInspectAltar) == 0x000010, "Wrong size on MQ_13_Altar_C_CanUseForInspectAltar"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForInspectAltar, PlayerCharacter) == 0x000000, "Member 'MQ_13_Altar_C_CanUseForInspectAltar::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForInspectAltar, bReturnValue) == 0x000008, "Member 'MQ_13_Altar_C_CanUseForInspectAltar::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForInspectAltar, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'MQ_13_Altar_C_CanUseForInspectAltar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForInspectAltar, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00000A, "Member 'MQ_13_Altar_C_CanUseForInspectAltar::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForInspectAltar, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'MQ_13_Altar_C_CanUseForInspectAltar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_CanUseForDontTouchAnything \ static_assert(alignof(MQ_13_Altar_C_CanUseForDontTouchAnything) == 0x000008, "Wrong alignment on MQ_13_Altar_C_CanUseForDontTouchAnything"); \ static_assert(sizeof(MQ_13_Altar_C_CanUseForDontTouchAnything) == 0x000010, "Wrong size on MQ_13_Altar_C_CanUseForDontTouchAnything"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, PlayerCharacter) == 0x000000, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, bReturnValue) == 0x000008, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, CallFunc_IsInInteractZone_Result) == 0x000009, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::CallFunc_IsInInteractZone_Result' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00000B, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_CanUseForDontTouchAnything, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'MQ_13_Altar_C_CanUseForDontTouchAnything::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_GetFirstEmptyPlayerPoint \ static_assert(alignof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint) == 0x000008, "Wrong alignment on MQ_13_Altar_C_GetFirstEmptyPlayerPoint"); \ static_assert(sizeof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint) == 0x000038, "Wrong size on MQ_13_Altar_C_GetFirstEmptyPlayerPoint"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, EmptyPlayerPoint) == 0x000000, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::EmptyPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, L_EmptyPlayerPoint) == 0x000008, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::L_EmptyPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, Temp_int_Array_Index_Variable) == 0x000014, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_Array_Get_Item) == 0x000028, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_IsPlayerPointEmpty_bReturnValue) == 0x000035, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_IsPlayerPointEmpty_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetFirstEmptyPlayerPoint, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'MQ_13_Altar_C_GetFirstEmptyPlayerPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Altar_C_GetPlayerPointLocation \ static_assert(alignof(MQ_13_Altar_C_GetPlayerPointLocation) == 0x000004, "Wrong alignment on MQ_13_Altar_C_GetPlayerPointLocation"); \ static_assert(sizeof(MQ_13_Altar_C_GetPlayerPointLocation) == 0x000018, "Wrong size on MQ_13_Altar_C_GetPlayerPointLocation"); \ static_assert(offsetof(MQ_13_Altar_C_GetPlayerPointLocation, ReturnValue) == 0x000000, "Member 'MQ_13_Altar_C_GetPlayerPointLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Altar_C_GetPlayerPointLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'MQ_13_Altar_C_GetPlayerPointLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_Altar_C \ static_assert(alignof(AMQ_13_Altar_C) == 0x000010, "Wrong alignment on AMQ_13_Altar_C"); \ static_assert(sizeof(AMQ_13_Altar_C) == 0x0004B0, "Wrong size on AMQ_13_Altar_C"); \ static_assert(offsetof(AMQ_13_Altar_C, UberGraphFrame_MQ_13_Altar_C) == 0x000230, "Member 'AMQ_13_Altar_C::UberGraphFrame_MQ_13_Altar_C' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, FX_ArtifactSmoke) == 0x000238, "Member 'AMQ_13_Altar_C::FX_ArtifactSmoke' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_6) == 0x000240, "Member 'AMQ_13_Altar_C::Smoke_BotL_6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_5) == 0x000248, "Member 'AMQ_13_Altar_C::Smoke_BotL_5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_4) == 0x000250, "Member 'AMQ_13_Altar_C::Smoke_BotL_4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_3) == 0x000258, "Member 'AMQ_13_Altar_C::Smoke_BotL_3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_2) == 0x000260, "Member 'AMQ_13_Altar_C::Smoke_BotL_2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_1) == 0x000268, "Member 'AMQ_13_Altar_C::Smoke_BotL_1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotL_7) == 0x000270, "Member 'AMQ_13_Altar_C::Smoke_BotL_7' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_5) == 0x000278, "Member 'AMQ_13_Altar_C::Smoke_BotR_5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_4) == 0x000280, "Member 'AMQ_13_Altar_C::Smoke_BotR_4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_3) == 0x000288, "Member 'AMQ_13_Altar_C::Smoke_BotR_3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_2) == 0x000290, "Member 'AMQ_13_Altar_C::Smoke_BotR_2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_1) == 0x000298, "Member 'AMQ_13_Altar_C::Smoke_BotR_1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_BotR_6) == 0x0002A0, "Member 'AMQ_13_Altar_C::Smoke_BotR_6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopR_5) == 0x0002A8, "Member 'AMQ_13_Altar_C::Smoke_TopR_5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopR_4) == 0x0002B0, "Member 'AMQ_13_Altar_C::Smoke_TopR_4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopR_3) == 0x0002B8, "Member 'AMQ_13_Altar_C::Smoke_TopR_3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopR_2) == 0x0002C0, "Member 'AMQ_13_Altar_C::Smoke_TopR_2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopR_1) == 0x0002C8, "Member 'AMQ_13_Altar_C::Smoke_TopR_1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_7) == 0x0002D0, "Member 'AMQ_13_Altar_C::Smoke_TopL_7' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_6) == 0x0002D8, "Member 'AMQ_13_Altar_C::Smoke_TopL_6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_5) == 0x0002E0, "Member 'AMQ_13_Altar_C::Smoke_TopL_5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_4) == 0x0002E8, "Member 'AMQ_13_Altar_C::Smoke_TopL_4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_Rune) == 0x0002F0, "Member 'AMQ_13_Altar_C::PointLight_Rune' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_Front) == 0x0002F8, "Member 'AMQ_13_Altar_C::PointLight_Front' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_BotLeft) == 0x000300, "Member 'AMQ_13_Altar_C::PointLight_BotLeft' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_BotRight) == 0x000308, "Member 'AMQ_13_Altar_C::PointLight_BotRight' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_TopRight) == 0x000310, "Member 'AMQ_13_Altar_C::PointLight_TopRight' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight_TopLeft) == 0x000318, "Member 'AMQ_13_Altar_C::PointLight_TopLeft' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLight) == 0x000320, "Member 'AMQ_13_Altar_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_3) == 0x000328, "Member 'AMQ_13_Altar_C::Smoke_TopL_3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_2) == 0x000330, "Member 'AMQ_13_Altar_C::Smoke_TopL_2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Smoke_TopL_1) == 0x000338, "Member 'AMQ_13_Altar_C::Smoke_TopL_1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, RoomPlayerBrowser) == 0x000340, "Member 'AMQ_13_Altar_C::RoomPlayerBrowser' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, AltarCup) == 0x000348, "Member 'AMQ_13_Altar_C::AltarCup' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, AltarArtefact) == 0x000350, "Member 'AMQ_13_Altar_C::AltarArtefact' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, RotationPoint) == 0x000358, "Member 'AMQ_13_Altar_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, LocationPoint) == 0x000360, "Member 'AMQ_13_Altar_C::LocationPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, FGQuestMark) == 0x000368, "Member 'AMQ_13_Altar_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Altar) == 0x000370, "Member 'AMQ_13_Altar_C::Altar' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRuneENd_Alpha_159BCC234B474346C46CF6915DBF3424) == 0x000378, "Member 'AMQ_13_Altar_C::GlowRuneENd_Alpha_159BCC234B474346C46CF6915DBF3424' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRuneENd__Direction_159BCC234B474346C46CF6915DBF3424) == 0x00037C, "Member 'AMQ_13_Altar_C::GlowRuneENd__Direction_159BCC234B474346C46CF6915DBF3424' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRuneENd) == 0x000380, "Member 'AMQ_13_Altar_C::GlowRuneENd' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRune_Alpha_FD285DEA4139DC1FE5F57F87A9447234) == 0x000388, "Member 'AMQ_13_Altar_C::GlowRune_Alpha_FD285DEA4139DC1FE5F57F87A9447234' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRune__Direction_FD285DEA4139DC1FE5F57F87A9447234) == 0x00038C, "Member 'AMQ_13_Altar_C::GlowRune__Direction_FD285DEA4139DC1FE5F57F87A9447234' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, GlowRune) == 0x000390, "Member 'AMQ_13_Altar_C::GlowRune' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, InspectAltarAnim) == 0x000398, "Member 'AMQ_13_Altar_C::InspectAltarAnim' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, InspectAltarAnimSettings) == 0x0003A8, "Member 'AMQ_13_Altar_C::InspectAltarAnimSettings' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, TT_MQ_13_Don_tTouchAnything) == 0x0003CC, "Member 'AMQ_13_Altar_C::TT_MQ_13_Don_tTouchAnything' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Action_Class) == 0x0003D8, "Member 'AMQ_13_Altar_C::Action_Class' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, bPlayingAction) == 0x0003E0, "Member 'AMQ_13_Altar_C::bPlayingAction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, bTeleportPlayersFailed) == 0x0003E1, "Member 'AMQ_13_Altar_C::bTeleportPlayersFailed' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, TeleportDelay) == 0x0003E4, "Member 'AMQ_13_Altar_C::TeleportDelay' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PlayerPoints) == 0x0003E8, "Member 'AMQ_13_Altar_C::PlayerPoints' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, InteractPlayer) == 0x0003F8, "Member 'AMQ_13_Altar_C::InteractPlayer' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, bStopWaitingSequence) == 0x000400, "Member 'AMQ_13_Altar_C::bStopWaitingSequence' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, FirstPlayerPoint) == 0x000408, "Member 'AMQ_13_Altar_C::FirstPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Relative) == 0x000410, "Member 'AMQ_13_Altar_C::Relative' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, Rotation) == 0x00041C, "Member 'AMQ_13_Altar_C::Rotation' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, RoomPlayerBrowserTransform) == 0x000430, "Member 'AMQ_13_Altar_C::RoomPlayerBrowserTransform' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, IgnoredPlayersToTeleport) == 0x000460, "Member 'AMQ_13_Altar_C::IgnoredPlayersToTeleport' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, DynMI_Candles) == 0x000470, "Member 'AMQ_13_Altar_C::DynMI_Candles' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, TT_MQ_13_InspectAltar) == 0x000478, "Member 'AMQ_13_Altar_C::TT_MQ_13_InspectAltar' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, bDebug) == 0x000480, "Member 'AMQ_13_Altar_C::bDebug' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, DynMI_Rune) == 0x000488, "Member 'AMQ_13_Altar_C::DynMI_Rune' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, DynMI_CandlesGlow) == 0x000490, "Member 'AMQ_13_Altar_C::DynMI_CandlesGlow' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, PointLights) == 0x000498, "Member 'AMQ_13_Altar_C::PointLights' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Altar_C, bEnableEmergency) == 0x0004A8, "Member 'AMQ_13_Altar_C::bEnableEmergency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothConstraintSetup_Legacy \ static_assert(alignof(FClothConstraintSetup_Legacy) == 0x000004, "Wrong alignment on FClothConstraintSetup_Legacy"); \ static_assert(sizeof(FClothConstraintSetup_Legacy) == 0x000010, "Wrong size on FClothConstraintSetup_Legacy"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, Stiffness) == 0x000000, "Member 'FClothConstraintSetup_Legacy::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetup_Legacy::StiffnessMultiplier' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, StretchLimit) == 0x000008, "Member 'FClothConstraintSetup_Legacy::StretchLimit' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetup_Legacy::CompressionLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothConfig_Legacy \ static_assert(alignof(FClothConfig_Legacy) == 0x000004, "Wrong alignment on FClothConfig_Legacy"); \ static_assert(sizeof(FClothConfig_Legacy) == 0x0000D4, "Wrong size on FClothConfig_Legacy"); \ static_assert(offsetof(FClothConfig_Legacy, WindMethod) == 0x000000, "Member 'FClothConfig_Legacy::WindMethod' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, VerticalConstraintConfig) == 0x000004, "Member 'FClothConfig_Legacy::VerticalConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, HorizontalConstraintConfig) == 0x000014, "Member 'FClothConfig_Legacy::HorizontalConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, BendConstraintConfig) == 0x000024, "Member 'FClothConfig_Legacy::BendConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, ShearConstraintConfig) == 0x000034, "Member 'FClothConfig_Legacy::ShearConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, SelfCollisionRadius) == 0x000044, "Member 'FClothConfig_Legacy::SelfCollisionRadius' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, SelfCollisionStiffness) == 0x000048, "Member 'FClothConfig_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, SelfCollisionCullScale) == 0x00004C, "Member 'FClothConfig_Legacy::SelfCollisionCullScale' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, Damping) == 0x000050, "Member 'FClothConfig_Legacy::Damping' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, Friction) == 0x00005C, "Member 'FClothConfig_Legacy::Friction' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, WindDragCoefficient) == 0x000060, "Member 'FClothConfig_Legacy::WindDragCoefficient' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, WindLiftCoefficient) == 0x000064, "Member 'FClothConfig_Legacy::WindLiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, LinearDrag) == 0x000068, "Member 'FClothConfig_Legacy::LinearDrag' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, AngularDrag) == 0x000074, "Member 'FClothConfig_Legacy::AngularDrag' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, LinearInertiaScale) == 0x000080, "Member 'FClothConfig_Legacy::LinearInertiaScale' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, AngularInertiaScale) == 0x00008C, "Member 'FClothConfig_Legacy::AngularInertiaScale' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, CentrifugalInertiaScale) == 0x000098, "Member 'FClothConfig_Legacy::CentrifugalInertiaScale' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, SolverFrequency) == 0x0000A4, "Member 'FClothConfig_Legacy::SolverFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, StiffnessFrequency) == 0x0000A8, "Member 'FClothConfig_Legacy::StiffnessFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, GravityScale) == 0x0000AC, "Member 'FClothConfig_Legacy::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, GravityOverride) == 0x0000B0, "Member 'FClothConfig_Legacy::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, bUseGravityOverride) == 0x0000BC, "Member 'FClothConfig_Legacy::bUseGravityOverride' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, TetherStiffness) == 0x0000C0, "Member 'FClothConfig_Legacy::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, TetherLimit) == 0x0000C4, "Member 'FClothConfig_Legacy::TetherLimit' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, CollisionThickness) == 0x0000C8, "Member 'FClothConfig_Legacy::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, AnimDriveSpringStiffness) == 0x0000CC, "Member 'FClothConfig_Legacy::AnimDriveSpringStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothConfig_Legacy, AnimDriveDamperStiffness) == 0x0000D0, "Member 'FClothConfig_Legacy::AnimDriveDamperStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointWeightMap \ static_assert(alignof(FPointWeightMap) == 0x000008, "Wrong alignment on FPointWeightMap"); \ static_assert(sizeof(FPointWeightMap) == 0x000010, "Wrong size on FPointWeightMap"); \ static_assert(offsetof(FPointWeightMap, Values) == 0x000000, "Member 'FPointWeightMap::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothPhysicalMeshData \ static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ static_assert(sizeof(FClothPhysicalMeshData) == 0x0000F8, "Wrong size on FClothPhysicalMeshData"); \ static_assert(offsetof(FClothPhysicalMeshData, Vertices) == 0x000000, "Member 'FClothPhysicalMeshData::Vertices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, Normals) == 0x000010, "Member 'FClothPhysicalMeshData::Normals' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, Indices) == 0x000020, "Member 'FClothPhysicalMeshData::Indices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, WeightMaps) == 0x000030, "Member 'FClothPhysicalMeshData::WeightMaps' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, InverseMasses) == 0x000080, "Member 'FClothPhysicalMeshData::InverseMasses' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, BoneData) == 0x000090, "Member 'FClothPhysicalMeshData::BoneData' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x0000A0, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x0000A4, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x0000A8, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, MaxDistances) == 0x0000B8, "Member 'FClothPhysicalMeshData::MaxDistances' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, BackstopDistances) == 0x0000C8, "Member 'FClothPhysicalMeshData::BackstopDistances' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, BackstopRadiuses) == 0x0000D8, "Member 'FClothPhysicalMeshData::BackstopRadiuses' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, AnimDriveMultipliers) == 0x0000E8, "Member 'FClothPhysicalMeshData::AnimDriveMultipliers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothLODDataCommon \ static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ static_assert(sizeof(FClothLODDataCommon) == 0x000160, "Wrong size on FClothLODDataCommon"); \ static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x0000F8, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000138, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00013C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothParameterMask_Legacy \ static_assert(alignof(FClothParameterMask_Legacy) == 0x000008, "Wrong alignment on FClothParameterMask_Legacy"); \ static_assert(sizeof(FClothParameterMask_Legacy) == 0x000030, "Wrong size on FClothParameterMask_Legacy"); \ static_assert(offsetof(FClothParameterMask_Legacy, MaskName) == 0x000000, "Member 'FClothParameterMask_Legacy::MaskName' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, CurrentTarget) == 0x000008, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x00000C, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000010, "Member 'FClothParameterMask_Legacy::MinValue' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, Values) == 0x000018, "Member 'FClothParameterMask_Legacy::Values' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, bEnabled) == 0x000028, "Member 'FClothParameterMask_Legacy::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothConfigCommon \ static_assert(alignof(UClothConfigCommon) == 0x000008, "Wrong alignment on UClothConfigCommon"); \ static_assert(sizeof(UClothConfigCommon) == 0x000028, "Wrong size on UClothConfigCommon"); \ #define DUMPER7_ASSERTS_UClothSharedConfigCommon \ static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ static_assert(sizeof(UClothSharedConfigCommon) == 0x000028, "Wrong size on UClothSharedConfigCommon"); \ #define DUMPER7_ASSERTS_UClothingAssetCustomData \ static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ static_assert(sizeof(UClothingAssetCustomData) == 0x000028, "Wrong size on UClothingAssetCustomData"); \ #define DUMPER7_ASSERTS_UClothingAssetCommon \ static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ static_assert(sizeof(UClothingAssetCommon) == 0x0000F0, "Wrong size on UClothingAssetCommon"); \ static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000048, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000050, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, LODData) == 0x0000A0, "Member 'UClothingAssetCommon::LODData' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000B0, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000C0, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000D0, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000E0, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, CustomData) == 0x0000E8, "Member 'UClothingAssetCommon::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothLODDataCommon_Legacy \ static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x000188, "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) == 0x000128, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosClothWeightedValue \ static_assert(alignof(FChaosClothWeightedValue) == 0x000004, "Wrong alignment on FChaosClothWeightedValue"); \ static_assert(sizeof(FChaosClothWeightedValue) == 0x000008, "Wrong size on FChaosClothWeightedValue"); \ static_assert(offsetof(FChaosClothWeightedValue, Low) == 0x000000, "Member 'FChaosClothWeightedValue::Low' has a wrong offset!"); \ static_assert(offsetof(FChaosClothWeightedValue, High) == 0x000004, "Member 'FChaosClothWeightedValue::High' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosClothingSimulationInteractor \ static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000A0, "Wrong size on UChaosClothingSimulationInteractor"); \ #define DUMPER7_ASSERTS_UChaosClothConfig \ static_assert(alignof(UChaosClothConfig) == 0x000008, "Wrong alignment on UChaosClothConfig"); \ static_assert(sizeof(UChaosClothConfig) == 0x0000C8, "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, EdgeStiffness) == 0x00003C, "Member 'UChaosClothConfig::EdgeStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, BendingStiffness) == 0x000040, "Member 'UChaosClothConfig::BendingStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseBendingElements) == 0x000044, "Member 'UChaosClothConfig::bUseBendingElements' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AreaStiffness) == 0x000048, "Member 'UChaosClothConfig::AreaStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, VolumeStiffness) == 0x00004C, "Member 'UChaosClothConfig::VolumeStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, TetherStiffness) == 0x000050, "Member 'UChaosClothConfig::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, LimitScale) == 0x000058, "Member 'UChaosClothConfig::LimitScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseGeodesicDistance) == 0x00005C, "Member 'UChaosClothConfig::bUseGeodesicDistance' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, ShapeTargetStiffness) == 0x000060, "Member 'UChaosClothConfig::ShapeTargetStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, CollisionThickness) == 0x000064, "Member 'UChaosClothConfig::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, FrictionCoefficient) == 0x000068, "Member 'UChaosClothConfig::FrictionCoefficient' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseCCD) == 0x00006C, "Member 'UChaosClothConfig::bUseCCD' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseSelfCollisions) == 0x00006D, "Member 'UChaosClothConfig::bUseSelfCollisions' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, SelfCollisionThickness) == 0x000070, "Member 'UChaosClothConfig::SelfCollisionThickness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseLegacyBackstop) == 0x000074, "Member 'UChaosClothConfig::bUseLegacyBackstop' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, DampingCoefficient) == 0x000078, "Member 'UChaosClothConfig::DampingCoefficient' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUsePointBasedWindModel) == 0x00007C, "Member 'UChaosClothConfig::bUsePointBasedWindModel' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, DragCoefficient) == 0x000080, "Member 'UChaosClothConfig::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, LiftCoefficient) == 0x000084, "Member 'UChaosClothConfig::LiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseGravityOverride) == 0x000088, "Member 'UChaosClothConfig::bUseGravityOverride' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, GravityScale) == 0x00008C, "Member 'UChaosClothConfig::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, Gravity) == 0x000090, "Member 'UChaosClothConfig::Gravity' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x00009C, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x0000A4, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x0000AC, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x0000B8, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x0000BC, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x0000C0, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x0000C1, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x0000C2, "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, SubdivisionCount) == 0x00002C, "Member 'UChaosClothSharedSimConfig::SubdivisionCount' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, bUseLocalSpaceSimulation) == 0x000030, "Member 'UChaosClothSharedSimConfig::bUseLocalSpaceSimulation' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, bUseXPBDConstraints) == 0x000031, "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) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAerodynamics"); \ static_assert(sizeof(ChaosClothingInteractor_SetAerodynamics) == 0x000014, "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) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAnimDrive"); \ static_assert(sizeof(ChaosClothingInteractor_SetAnimDrive) == 0x000010, "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) == 0x000008, "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_SetCollision \ static_assert(alignof(ChaosClothingInteractor_SetCollision) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetCollision"); \ static_assert(sizeof(ChaosClothingInteractor_SetCollision) == 0x000010, "Wrong size on ChaosClothingInteractor_SetCollision"); \ static_assert(offsetof(ChaosClothingInteractor_SetCollision, CollisionThickness) == 0x000000, "Member 'ChaosClothingInteractor_SetCollision::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetCollision, FrictionCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetCollision::FrictionCoefficient' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetCollision, bUseCCD) == 0x000008, "Member 'ChaosClothingInteractor_SetCollision::bUseCCD' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetCollision, SelfCollisionThickness) == 0x00000C, "Member 'ChaosClothingInteractor_SetCollision::SelfCollisionThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_SetDamping \ static_assert(alignof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetDamping"); \ static_assert(sizeof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong size on ChaosClothingInteractor_SetDamping"); \ static_assert(offsetof(ChaosClothingInteractor_SetDamping, DampingCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetDamping::DampingCoefficient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_SetGravity \ static_assert(alignof(ChaosClothingInteractor_SetGravity) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetGravity"); \ static_assert(sizeof(ChaosClothingInteractor_SetGravity) == 0x000014, "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) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachment"); \ static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000008, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachment"); \ static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherStiffness' 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) == 0x000004, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterialLinear \ static_assert(alignof(ChaosClothingInteractor_SetMaterialLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetMaterialLinear"); \ static_assert(sizeof(ChaosClothingInteractor_SetMaterialLinear) == 0x00000C, "Wrong size on ChaosClothingInteractor_SetMaterialLinear"); \ static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterialLinear::EdgeStiffness' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, BendingStiffness) == 0x000004, "Member 'ChaosClothingInteractor_SetMaterialLinear::BendingStiffness' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, AreaStiffness) == 0x000008, "Member 'ChaosClothingInteractor_SetMaterialLinear::AreaStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_SetVelocityScale \ static_assert(alignof(ChaosClothingInteractor_SetVelocityScale) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetVelocityScale"); \ static_assert(sizeof(ChaosClothingInteractor_SetVelocityScale) == 0x000014, "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) == 0x00000C, "Member 'ChaosClothingInteractor_SetVelocityScale::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, FictitiousAngularScale) == 0x000010, "Member 'ChaosClothingInteractor_SetVelocityScale::FictitiousAngularScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosClothingInteractor \ static_assert(alignof(UChaosClothingInteractor) == 0x000008, "Wrong alignment on UChaosClothingInteractor"); \ static_assert(sizeof(UChaosClothingInteractor) == 0x000040, "Wrong size on UChaosClothingInteractor"); \ #define DUMPER7_ASSERTS_UTutorialTask_HeavyItems_C \ static_assert(alignof(UTutorialTask_HeavyItems_C) == 0x000008, "Wrong alignment on UTutorialTask_HeavyItems_C"); \ static_assert(sizeof(UTutorialTask_HeavyItems_C) == 0x000060, "Wrong size on UTutorialTask_HeavyItems_C"); \ #define DUMPER7_ASSERTS_FMeshElementAttributeValue \ static_assert(alignof(FMeshElementAttributeValue) == 0x000010, "Wrong alignment on FMeshElementAttributeValue"); \ static_assert(sizeof(FMeshElementAttributeValue) == 0x000050, "Wrong size on FMeshElementAttributeValue"); \ #define DUMPER7_ASSERTS_FMeshElementAttributeData \ static_assert(alignof(FMeshElementAttributeData) == 0x000010, "Wrong alignment on FMeshElementAttributeData"); \ static_assert(sizeof(FMeshElementAttributeData) == 0x000060, "Wrong size on FMeshElementAttributeData"); \ static_assert(offsetof(FMeshElementAttributeData, AttributeName) == 0x000000, "Member 'FMeshElementAttributeData::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FMeshElementAttributeData, AttributeIndex) == 0x000008, "Member 'FMeshElementAttributeData::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(FMeshElementAttributeData, AttributeValue) == 0x000010, "Member 'FMeshElementAttributeData::AttributeValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshElementAttributeList \ static_assert(alignof(FMeshElementAttributeList) == 0x000008, "Wrong alignment on FMeshElementAttributeList"); \ static_assert(sizeof(FMeshElementAttributeList) == 0x000010, "Wrong size on FMeshElementAttributeList"); \ static_assert(offsetof(FMeshElementAttributeList, Attributes) == 0x000000, "Member 'FMeshElementAttributeList::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdaptorPolygon2Group \ static_assert(alignof(FAdaptorPolygon2Group) == 0x000008, "Wrong alignment on FAdaptorPolygon2Group"); \ static_assert(sizeof(FAdaptorPolygon2Group) == 0x000048, "Wrong size on FAdaptorPolygon2Group"); \ static_assert(offsetof(FAdaptorPolygon2Group, RenderingSectionIndex) == 0x000000, "Member 'FAdaptorPolygon2Group::RenderingSectionIndex' has a wrong offset!"); \ static_assert(offsetof(FAdaptorPolygon2Group, MaterialIndex) == 0x000004, "Member 'FAdaptorPolygon2Group::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FAdaptorPolygon2Group, MaxTriangles) == 0x000008, "Member 'FAdaptorPolygon2Group::MaxTriangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdaptorTriangleID \ static_assert(alignof(FAdaptorTriangleID) == 0x000004, "Wrong alignment on FAdaptorTriangleID"); \ static_assert(sizeof(FAdaptorTriangleID) == 0x000004, "Wrong size on FAdaptorTriangleID"); \ #define DUMPER7_ASSERTS_FAdaptorPolygon \ static_assert(alignof(FAdaptorPolygon) == 0x000008, "Wrong alignment on FAdaptorPolygon"); \ static_assert(sizeof(FAdaptorPolygon) == 0x000018, "Wrong size on FAdaptorPolygon"); \ static_assert(offsetof(FAdaptorPolygon, PolygonGroupID) == 0x000000, "Member 'FAdaptorPolygon::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(FAdaptorPolygon, TriangulatedPolygonTriangleIndices) == 0x000008, "Member 'FAdaptorPolygon::TriangulatedPolygonTriangleIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolygonGroupForPolygon \ static_assert(alignof(FPolygonGroupForPolygon) == 0x000004, "Wrong alignment on FPolygonGroupForPolygon"); \ static_assert(sizeof(FPolygonGroupForPolygon) == 0x000008, "Wrong size on FPolygonGroupForPolygon"); \ static_assert(offsetof(FPolygonGroupForPolygon, PolygonID) == 0x000000, "Member 'FPolygonGroupForPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(FPolygonGroupForPolygon, PolygonGroupID) == 0x000004, "Member 'FPolygonGroupForPolygon::PolygonGroupID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolygonGroupToCreate \ static_assert(alignof(FPolygonGroupToCreate) == 0x000008, "Wrong alignment on FPolygonGroupToCreate"); \ static_assert(sizeof(FPolygonGroupToCreate) == 0x000018, "Wrong size on FPolygonGroupToCreate"); \ static_assert(offsetof(FPolygonGroupToCreate, PolygonGroupAttributes) == 0x000000, "Member 'FPolygonGroupToCreate::PolygonGroupAttributes' has a wrong offset!"); \ static_assert(offsetof(FPolygonGroupToCreate, OriginalPolygonGroupID) == 0x000010, "Member 'FPolygonGroupToCreate::OriginalPolygonGroupID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexToMove \ static_assert(alignof(FVertexToMove) == 0x000004, "Wrong alignment on FVertexToMove"); \ static_assert(sizeof(FVertexToMove) == 0x000010, "Wrong size on FVertexToMove"); \ static_assert(offsetof(FVertexToMove, VertexID) == 0x000000, "Member 'FVertexToMove::VertexID' has a wrong offset!"); \ static_assert(offsetof(FVertexToMove, NewVertexPosition) == 0x000004, "Member 'FVertexToMove::NewVertexPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexIndexAndInstanceID \ static_assert(alignof(FVertexIndexAndInstanceID) == 0x000004, "Wrong alignment on FVertexIndexAndInstanceID"); \ static_assert(sizeof(FVertexIndexAndInstanceID) == 0x000008, "Wrong size on FVertexIndexAndInstanceID"); \ static_assert(offsetof(FVertexIndexAndInstanceID, ContourIndex) == 0x000000, "Member 'FVertexIndexAndInstanceID::ContourIndex' has a wrong offset!"); \ static_assert(offsetof(FVertexIndexAndInstanceID, VertexInstanceID) == 0x000004, "Member 'FVertexIndexAndInstanceID::VertexInstanceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexInstancesForPolygonHole \ static_assert(alignof(FVertexInstancesForPolygonHole) == 0x000008, "Wrong alignment on FVertexInstancesForPolygonHole"); \ static_assert(sizeof(FVertexInstancesForPolygonHole) == 0x000010, "Wrong size on FVertexInstancesForPolygonHole"); \ static_assert(offsetof(FVertexInstancesForPolygonHole, VertexIndicesAndInstanceIDs) == 0x000000, "Member 'FVertexInstancesForPolygonHole::VertexIndicesAndInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChangeVertexInstancesForPolygon \ static_assert(alignof(FChangeVertexInstancesForPolygon) == 0x000008, "Wrong alignment on FChangeVertexInstancesForPolygon"); \ static_assert(sizeof(FChangeVertexInstancesForPolygon) == 0x000028, "Wrong size on FChangeVertexInstancesForPolygon"); \ static_assert(offsetof(FChangeVertexInstancesForPolygon, PolygonID) == 0x000000, "Member 'FChangeVertexInstancesForPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(FChangeVertexInstancesForPolygon, PerimeterVertexIndicesAndInstanceIDs) == 0x000008, "Member 'FChangeVertexInstancesForPolygon::PerimeterVertexIndicesAndInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(FChangeVertexInstancesForPolygon, VertexIndicesAndInstanceIDsForEachHole) == 0x000018, "Member 'FChangeVertexInstancesForPolygon::VertexIndicesAndInstanceIDsForEachHole' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexAttributesForPolygonHole \ static_assert(alignof(FVertexAttributesForPolygonHole) == 0x000008, "Wrong alignment on FVertexAttributesForPolygonHole"); \ static_assert(sizeof(FVertexAttributesForPolygonHole) == 0x000010, "Wrong size on FVertexAttributesForPolygonHole"); \ static_assert(offsetof(FVertexAttributesForPolygonHole, VertexAttributeList) == 0x000000, "Member 'FVertexAttributesForPolygonHole::VertexAttributeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexAttributesForPolygon \ static_assert(alignof(FVertexAttributesForPolygon) == 0x000008, "Wrong alignment on FVertexAttributesForPolygon"); \ static_assert(sizeof(FVertexAttributesForPolygon) == 0x000028, "Wrong size on FVertexAttributesForPolygon"); \ static_assert(offsetof(FVertexAttributesForPolygon, PolygonID) == 0x000000, "Member 'FVertexAttributesForPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(FVertexAttributesForPolygon, PerimeterVertexAttributeLists) == 0x000008, "Member 'FVertexAttributesForPolygon::PerimeterVertexAttributeLists' has a wrong offset!"); \ static_assert(offsetof(FVertexAttributesForPolygon, VertexAttributeListsForEachHole) == 0x000018, "Member 'FVertexAttributesForPolygon::VertexAttributeListsForEachHole' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributesForEdge \ static_assert(alignof(FAttributesForEdge) == 0x000008, "Wrong alignment on FAttributesForEdge"); \ static_assert(sizeof(FAttributesForEdge) == 0x000018, "Wrong size on FAttributesForEdge"); \ static_assert(offsetof(FAttributesForEdge, EdgeID) == 0x000000, "Member 'FAttributesForEdge::EdgeID' has a wrong offset!"); \ static_assert(offsetof(FAttributesForEdge, EdgeAttributes) == 0x000008, "Member 'FAttributesForEdge::EdgeAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributesForVertexInstance \ static_assert(alignof(FAttributesForVertexInstance) == 0x000008, "Wrong alignment on FAttributesForVertexInstance"); \ static_assert(sizeof(FAttributesForVertexInstance) == 0x000018, "Wrong size on FAttributesForVertexInstance"); \ static_assert(offsetof(FAttributesForVertexInstance, VertexInstanceID) == 0x000000, "Member 'FAttributesForVertexInstance::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(FAttributesForVertexInstance, VertexInstanceAttributes) == 0x000008, "Member 'FAttributesForVertexInstance::VertexInstanceAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributesForVertex \ static_assert(alignof(FAttributesForVertex) == 0x000008, "Wrong alignment on FAttributesForVertex"); \ static_assert(sizeof(FAttributesForVertex) == 0x000018, "Wrong size on FAttributesForVertex"); \ static_assert(offsetof(FAttributesForVertex, VertexID) == 0x000000, "Member 'FAttributesForVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(FAttributesForVertex, VertexAttributes) == 0x000008, "Member 'FAttributesForVertex::VertexAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexPair \ static_assert(alignof(FVertexPair) == 0x000004, "Wrong alignment on FVertexPair"); \ static_assert(sizeof(FVertexPair) == 0x000008, "Wrong size on FVertexPair"); \ static_assert(offsetof(FVertexPair, VertexID0) == 0x000000, "Member 'FVertexPair::VertexID0' has a wrong offset!"); \ static_assert(offsetof(FVertexPair, VertexID1) == 0x000004, "Member 'FVertexPair::VertexID1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolygonToSplit \ static_assert(alignof(FPolygonToSplit) == 0x000008, "Wrong alignment on FPolygonToSplit"); \ static_assert(sizeof(FPolygonToSplit) == 0x000018, "Wrong size on FPolygonToSplit"); \ static_assert(offsetof(FPolygonToSplit, PolygonID) == 0x000000, "Member 'FPolygonToSplit::PolygonID' has a wrong offset!"); \ static_assert(offsetof(FPolygonToSplit, VertexPairsToSplitAt) == 0x000008, "Member 'FPolygonToSplit::VertexPairsToSplitAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexAndAttributes \ static_assert(alignof(FVertexAndAttributes) == 0x000008, "Wrong alignment on FVertexAndAttributes"); \ static_assert(sizeof(FVertexAndAttributes) == 0x000018, "Wrong size on FVertexAndAttributes"); \ static_assert(offsetof(FVertexAndAttributes, VertexInstanceID) == 0x000000, "Member 'FVertexAndAttributes::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(FVertexAndAttributes, VertexID) == 0x000004, "Member 'FVertexAndAttributes::VertexID' has a wrong offset!"); \ static_assert(offsetof(FVertexAndAttributes, PolygonVertexAttributes) == 0x000008, "Member 'FVertexAndAttributes::PolygonVertexAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolygonToCreate \ static_assert(alignof(FPolygonToCreate) == 0x000008, "Wrong alignment on FPolygonToCreate"); \ static_assert(sizeof(FPolygonToCreate) == 0x000020, "Wrong size on FPolygonToCreate"); \ static_assert(offsetof(FPolygonToCreate, PolygonGroupID) == 0x000000, "Member 'FPolygonToCreate::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(FPolygonToCreate, PerimeterVertices) == 0x000008, "Member 'FPolygonToCreate::PerimeterVertices' has a wrong offset!"); \ static_assert(offsetof(FPolygonToCreate, OriginalPolygonID) == 0x000018, "Member 'FPolygonToCreate::OriginalPolygonID' has a wrong offset!"); \ static_assert(offsetof(FPolygonToCreate, PolygonEdgeHardness) == 0x00001C, "Member 'FPolygonToCreate::PolygonEdgeHardness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdgeToCreate \ static_assert(alignof(FEdgeToCreate) == 0x000008, "Wrong alignment on FEdgeToCreate"); \ static_assert(sizeof(FEdgeToCreate) == 0x000020, "Wrong size on FEdgeToCreate"); \ static_assert(offsetof(FEdgeToCreate, VertexID0) == 0x000000, "Member 'FEdgeToCreate::VertexID0' has a wrong offset!"); \ static_assert(offsetof(FEdgeToCreate, VertexID1) == 0x000004, "Member 'FEdgeToCreate::VertexID1' has a wrong offset!"); \ static_assert(offsetof(FEdgeToCreate, EdgeAttributes) == 0x000008, "Member 'FEdgeToCreate::EdgeAttributes' has a wrong offset!"); \ static_assert(offsetof(FEdgeToCreate, OriginalEdgeID) == 0x000018, "Member 'FEdgeToCreate::OriginalEdgeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexInstanceToCreate \ static_assert(alignof(FVertexInstanceToCreate) == 0x000008, "Wrong alignment on FVertexInstanceToCreate"); \ static_assert(sizeof(FVertexInstanceToCreate) == 0x000020, "Wrong size on FVertexInstanceToCreate"); \ static_assert(offsetof(FVertexInstanceToCreate, VertexID) == 0x000000, "Member 'FVertexInstanceToCreate::VertexID' has a wrong offset!"); \ static_assert(offsetof(FVertexInstanceToCreate, VertexInstanceAttributes) == 0x000008, "Member 'FVertexInstanceToCreate::VertexInstanceAttributes' has a wrong offset!"); \ static_assert(offsetof(FVertexInstanceToCreate, OriginalVertexInstanceID) == 0x000018, "Member 'FVertexInstanceToCreate::OriginalVertexInstanceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexToCreate \ static_assert(alignof(FVertexToCreate) == 0x000008, "Wrong alignment on FVertexToCreate"); \ static_assert(sizeof(FVertexToCreate) == 0x000018, "Wrong size on FVertexToCreate"); \ static_assert(offsetof(FVertexToCreate, VertexAttributes) == 0x000000, "Member 'FVertexToCreate::VertexAttributes' has a wrong offset!"); \ static_assert(offsetof(FVertexToCreate, OriginalVertexID) == 0x000010, "Member 'FVertexToCreate::OriginalVertexID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubdividedQuadVertex \ static_assert(alignof(FSubdividedQuadVertex) == 0x000004, "Wrong alignment on FSubdividedQuadVertex"); \ static_assert(sizeof(FSubdividedQuadVertex) == 0x000034, "Wrong size on FSubdividedQuadVertex"); \ static_assert(offsetof(FSubdividedQuadVertex, VertexPositionIndex) == 0x000000, "Member 'FSubdividedQuadVertex::VertexPositionIndex' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, TextureCoordinate0) == 0x000004, "Member 'FSubdividedQuadVertex::TextureCoordinate0' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, TextureCoordinate1) == 0x00000C, "Member 'FSubdividedQuadVertex::TextureCoordinate1' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, VertexColor) == 0x000014, "Member 'FSubdividedQuadVertex::VertexColor' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, VertexNormal) == 0x000018, "Member 'FSubdividedQuadVertex::VertexNormal' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, VertexTangent) == 0x000024, "Member 'FSubdividedQuadVertex::VertexTangent' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuadVertex, VertexBinormalSign) == 0x000030, "Member 'FSubdividedQuadVertex::VertexBinormalSign' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubdividedQuad \ static_assert(alignof(FSubdividedQuad) == 0x000004, "Wrong alignment on FSubdividedQuad"); \ static_assert(sizeof(FSubdividedQuad) == 0x0000D0, "Wrong size on FSubdividedQuad"); \ static_assert(offsetof(FSubdividedQuad, QuadVertex0) == 0x000000, "Member 'FSubdividedQuad::QuadVertex0' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuad, QuadVertex1) == 0x000034, "Member 'FSubdividedQuad::QuadVertex1' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuad, QuadVertex2) == 0x000068, "Member 'FSubdividedQuad::QuadVertex2' has a wrong offset!"); \ static_assert(offsetof(FSubdividedQuad, QuadVertex3) == 0x00009C, "Member 'FSubdividedQuad::QuadVertex3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubdivisionLimitSection \ static_assert(alignof(FSubdivisionLimitSection) == 0x000008, "Wrong alignment on FSubdivisionLimitSection"); \ static_assert(sizeof(FSubdivisionLimitSection) == 0x000010, "Wrong size on FSubdivisionLimitSection"); \ static_assert(offsetof(FSubdivisionLimitSection, SubdividedQuads) == 0x000000, "Member 'FSubdivisionLimitSection::SubdividedQuads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubdividedWireEdge \ static_assert(alignof(FSubdividedWireEdge) == 0x000004, "Wrong alignment on FSubdividedWireEdge"); \ static_assert(sizeof(FSubdividedWireEdge) == 0x00000C, "Wrong size on FSubdividedWireEdge"); \ static_assert(offsetof(FSubdividedWireEdge, EdgeVertex0PositionIndex) == 0x000000, "Member 'FSubdividedWireEdge::EdgeVertex0PositionIndex' has a wrong offset!"); \ static_assert(offsetof(FSubdividedWireEdge, EdgeVertex1PositionIndex) == 0x000004, "Member 'FSubdividedWireEdge::EdgeVertex1PositionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubdivisionLimitData \ static_assert(alignof(FSubdivisionLimitData) == 0x000008, "Wrong alignment on FSubdivisionLimitData"); \ static_assert(sizeof(FSubdivisionLimitData) == 0x000030, "Wrong size on FSubdivisionLimitData"); \ static_assert(offsetof(FSubdivisionLimitData, VertexPositions) == 0x000000, "Member 'FSubdivisionLimitData::VertexPositions' has a wrong offset!"); \ static_assert(offsetof(FSubdivisionLimitData, Sections) == 0x000010, "Member 'FSubdivisionLimitData::Sections' has a wrong offset!"); \ static_assert(offsetof(FSubdivisionLimitData, SubdividedWireEdges) == 0x000020, "Member 'FSubdivisionLimitData::SubdividedWireEdges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderingPolygonGroup \ static_assert(alignof(FRenderingPolygonGroup) == 0x000008, "Wrong alignment on FRenderingPolygonGroup"); \ static_assert(sizeof(FRenderingPolygonGroup) == 0x000048, "Wrong size on FRenderingPolygonGroup"); \ static_assert(offsetof(FRenderingPolygonGroup, RenderingSectionIndex) == 0x000000, "Member 'FRenderingPolygonGroup::RenderingSectionIndex' has a wrong offset!"); \ static_assert(offsetof(FRenderingPolygonGroup, MaterialIndex) == 0x000004, "Member 'FRenderingPolygonGroup::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FRenderingPolygonGroup, MaxTriangles) == 0x000008, "Member 'FRenderingPolygonGroup::MaxTriangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderingPolygon \ static_assert(alignof(FRenderingPolygon) == 0x000008, "Wrong alignment on FRenderingPolygon"); \ static_assert(sizeof(FRenderingPolygon) == 0x000018, "Wrong size on FRenderingPolygon"); \ static_assert(offsetof(FRenderingPolygon, PolygonGroupID) == 0x000000, "Member 'FRenderingPolygon::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(FRenderingPolygon, TriangulatedPolygonTriangleIndices) == 0x000008, "Member 'FRenderingPolygon::TriangulatedPolygonTriangleIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableMeshAdapter \ static_assert(alignof(UEditableMeshAdapter) == 0x000008, "Wrong alignment on UEditableMeshAdapter"); \ static_assert(sizeof(UEditableMeshAdapter) == 0x000028, "Wrong size on UEditableMeshAdapter"); \ #define DUMPER7_ASSERTS_UEditableGeometryCollectionAdapter \ static_assert(alignof(UEditableGeometryCollectionAdapter) == 0x000008, "Wrong alignment on UEditableGeometryCollectionAdapter"); \ static_assert(sizeof(UEditableGeometryCollectionAdapter) == 0x0000D8, "Wrong size on UEditableGeometryCollectionAdapter"); \ static_assert(offsetof(UEditableGeometryCollectionAdapter, GeometryCollection) == 0x000028, "Member 'UEditableGeometryCollectionAdapter::GeometryCollection' has a wrong offset!"); \ static_assert(offsetof(UEditableGeometryCollectionAdapter, OriginalGeometryCollection) == 0x000030, "Member 'UEditableGeometryCollectionAdapter::OriginalGeometryCollection' has a wrong offset!"); \ static_assert(offsetof(UEditableGeometryCollectionAdapter, GeometryCollectionLODIndex) == 0x000038, "Member 'UEditableGeometryCollectionAdapter::GeometryCollectionLODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InvalidEdgeID \ static_assert(alignof(EditableMesh_InvalidEdgeID) == 0x000004, "Wrong alignment on EditableMesh_InvalidEdgeID"); \ static_assert(sizeof(EditableMesh_InvalidEdgeID) == 0x000004, "Wrong size on EditableMesh_InvalidEdgeID"); \ static_assert(offsetof(EditableMesh_InvalidEdgeID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidEdgeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InvalidPolygonGroupID \ static_assert(alignof(EditableMesh_InvalidPolygonGroupID) == 0x000004, "Wrong alignment on EditableMesh_InvalidPolygonGroupID"); \ static_assert(sizeof(EditableMesh_InvalidPolygonGroupID) == 0x000004, "Wrong size on EditableMesh_InvalidPolygonGroupID"); \ static_assert(offsetof(EditableMesh_InvalidPolygonGroupID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidPolygonGroupID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InvalidPolygonID \ static_assert(alignof(EditableMesh_InvalidPolygonID) == 0x000004, "Wrong alignment on EditableMesh_InvalidPolygonID"); \ static_assert(sizeof(EditableMesh_InvalidPolygonID) == 0x000004, "Wrong size on EditableMesh_InvalidPolygonID"); \ static_assert(offsetof(EditableMesh_InvalidPolygonID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidPolygonID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InvalidVertexID \ static_assert(alignof(EditableMesh_InvalidVertexID) == 0x000004, "Wrong alignment on EditableMesh_InvalidVertexID"); \ static_assert(sizeof(EditableMesh_InvalidVertexID) == 0x000004, "Wrong size on EditableMesh_InvalidVertexID"); \ static_assert(offsetof(EditableMesh_InvalidVertexID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidVertexID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_MakeEdgeID \ static_assert(alignof(EditableMesh_MakeEdgeID) == 0x000004, "Wrong alignment on EditableMesh_MakeEdgeID"); \ static_assert(sizeof(EditableMesh_MakeEdgeID) == 0x000008, "Wrong size on EditableMesh_MakeEdgeID"); \ static_assert(offsetof(EditableMesh_MakeEdgeID, EdgeIndex) == 0x000000, "Member 'EditableMesh_MakeEdgeID::EdgeIndex' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_MakeEdgeID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakeEdgeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_MakePolygonGroupID \ static_assert(alignof(EditableMesh_MakePolygonGroupID) == 0x000004, "Wrong alignment on EditableMesh_MakePolygonGroupID"); \ static_assert(sizeof(EditableMesh_MakePolygonGroupID) == 0x000008, "Wrong size on EditableMesh_MakePolygonGroupID"); \ static_assert(offsetof(EditableMesh_MakePolygonGroupID, PolygonGroupIndex) == 0x000000, "Member 'EditableMesh_MakePolygonGroupID::PolygonGroupIndex' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_MakePolygonGroupID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakePolygonGroupID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_MakePolygonID \ static_assert(alignof(EditableMesh_MakePolygonID) == 0x000004, "Wrong alignment on EditableMesh_MakePolygonID"); \ static_assert(sizeof(EditableMesh_MakePolygonID) == 0x000008, "Wrong size on EditableMesh_MakePolygonID"); \ static_assert(offsetof(EditableMesh_MakePolygonID, PolygonIndex) == 0x000000, "Member 'EditableMesh_MakePolygonID::PolygonIndex' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_MakePolygonID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakePolygonID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_MakeVertexID \ static_assert(alignof(EditableMesh_MakeVertexID) == 0x000004, "Wrong alignment on EditableMesh_MakeVertexID"); \ static_assert(sizeof(EditableMesh_MakeVertexID) == 0x000008, "Wrong size on EditableMesh_MakeVertexID"); \ static_assert(offsetof(EditableMesh_MakeVertexID, VertexIndex) == 0x000000, "Member 'EditableMesh_MakeVertexID::VertexIndex' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_MakeVertexID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakeVertexID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_AssignPolygonsToPolygonGroups \ static_assert(alignof(EditableMesh_AssignPolygonsToPolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_AssignPolygonsToPolygonGroups"); \ static_assert(sizeof(EditableMesh_AssignPolygonsToPolygonGroups) == 0x000018, "Wrong size on EditableMesh_AssignPolygonsToPolygonGroups"); \ static_assert(offsetof(EditableMesh_AssignPolygonsToPolygonGroups, PolygonGroupForPolygons) == 0x000000, "Member 'EditableMesh_AssignPolygonsToPolygonGroups::PolygonGroupForPolygons' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_AssignPolygonsToPolygonGroups, bDeleteOrphanedPolygonGroups) == 0x000010, "Member 'EditableMesh_AssignPolygonsToPolygonGroups::bDeleteOrphanedPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_BevelPolygons \ static_assert(alignof(EditableMesh_BevelPolygons) == 0x000008, "Wrong alignment on EditableMesh_BevelPolygons"); \ static_assert(sizeof(EditableMesh_BevelPolygons) == 0x000038, "Wrong size on EditableMesh_BevelPolygons"); \ static_assert(offsetof(EditableMesh_BevelPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_BevelPolygons::PolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_BevelPolygons, BevelFixedDistance) == 0x000010, "Member 'EditableMesh_BevelPolygons::BevelFixedDistance' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_BevelPolygons, BevelProgressTowardCenter) == 0x000014, "Member 'EditableMesh_BevelPolygons::BevelProgressTowardCenter' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_BevelPolygons, OutNewCenterPolygonIDs) == 0x000018, "Member 'EditableMesh_BevelPolygons::OutNewCenterPolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_BevelPolygons, OutNewSidePolygonIDs) == 0x000028, "Member 'EditableMesh_BevelPolygons::OutNewSidePolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ChangePolygonsVertexInstances \ static_assert(alignof(EditableMesh_ChangePolygonsVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_ChangePolygonsVertexInstances"); \ static_assert(sizeof(EditableMesh_ChangePolygonsVertexInstances) == 0x000010, "Wrong size on EditableMesh_ChangePolygonsVertexInstances"); \ static_assert(offsetof(EditableMesh_ChangePolygonsVertexInstances, VertexInstancesForPolygons) == 0x000000, "Member 'EditableMesh_ChangePolygonsVertexInstances::VertexInstancesForPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CommitInstance \ static_assert(alignof(EditableMesh_CommitInstance) == 0x000008, "Wrong alignment on EditableMesh_CommitInstance"); \ static_assert(sizeof(EditableMesh_CommitInstance) == 0x000010, "Wrong size on EditableMesh_CommitInstance"); \ static_assert(offsetof(EditableMesh_CommitInstance, ComponentToInstanceTo) == 0x000000, "Member 'EditableMesh_CommitInstance::ComponentToInstanceTo' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CommitInstance, ReturnValue) == 0x000008, "Member 'EditableMesh_CommitInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreateEdges \ static_assert(alignof(EditableMesh_CreateEdges) == 0x000008, "Wrong alignment on EditableMesh_CreateEdges"); \ static_assert(sizeof(EditableMesh_CreateEdges) == 0x000020, "Wrong size on EditableMesh_CreateEdges"); \ static_assert(offsetof(EditableMesh_CreateEdges, EdgesToCreate) == 0x000000, "Member 'EditableMesh_CreateEdges::EdgesToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreateEdges, OutNewEdgeIDs) == 0x000010, "Member 'EditableMesh_CreateEdges::OutNewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreateEmptyVertexRange \ static_assert(alignof(EditableMesh_CreateEmptyVertexRange) == 0x000008, "Wrong alignment on EditableMesh_CreateEmptyVertexRange"); \ static_assert(sizeof(EditableMesh_CreateEmptyVertexRange) == 0x000018, "Wrong size on EditableMesh_CreateEmptyVertexRange"); \ static_assert(offsetof(EditableMesh_CreateEmptyVertexRange, NumVerticesToCreate) == 0x000000, "Member 'EditableMesh_CreateEmptyVertexRange::NumVerticesToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreateEmptyVertexRange, OutNewVertexIDs) == 0x000008, "Member 'EditableMesh_CreateEmptyVertexRange::OutNewVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreateMissingPolygonPerimeterEdges \ static_assert(alignof(EditableMesh_CreateMissingPolygonPerimeterEdges) == 0x000008, "Wrong alignment on EditableMesh_CreateMissingPolygonPerimeterEdges"); \ static_assert(sizeof(EditableMesh_CreateMissingPolygonPerimeterEdges) == 0x000018, "Wrong size on EditableMesh_CreateMissingPolygonPerimeterEdges"); \ static_assert(offsetof(EditableMesh_CreateMissingPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'EditableMesh_CreateMissingPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreateMissingPolygonPerimeterEdges, OutNewEdgeIDs) == 0x000008, "Member 'EditableMesh_CreateMissingPolygonPerimeterEdges::OutNewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreatePolygonGroups \ static_assert(alignof(EditableMesh_CreatePolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_CreatePolygonGroups"); \ static_assert(sizeof(EditableMesh_CreatePolygonGroups) == 0x000020, "Wrong size on EditableMesh_CreatePolygonGroups"); \ static_assert(offsetof(EditableMesh_CreatePolygonGroups, PolygonGroupsToCreate) == 0x000000, "Member 'EditableMesh_CreatePolygonGroups::PolygonGroupsToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreatePolygonGroups, OutNewPolygonGroupIDs) == 0x000010, "Member 'EditableMesh_CreatePolygonGroups::OutNewPolygonGroupIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreatePolygons \ static_assert(alignof(EditableMesh_CreatePolygons) == 0x000008, "Wrong alignment on EditableMesh_CreatePolygons"); \ static_assert(sizeof(EditableMesh_CreatePolygons) == 0x000030, "Wrong size on EditableMesh_CreatePolygons"); \ static_assert(offsetof(EditableMesh_CreatePolygons, PolygonsToCreate) == 0x000000, "Member 'EditableMesh_CreatePolygons::PolygonsToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreatePolygons, OutNewPolygonIDs) == 0x000010, "Member 'EditableMesh_CreatePolygons::OutNewPolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreatePolygons, OutNewEdgeIDs) == 0x000020, "Member 'EditableMesh_CreatePolygons::OutNewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreateVertexInstances \ static_assert(alignof(EditableMesh_CreateVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_CreateVertexInstances"); \ static_assert(sizeof(EditableMesh_CreateVertexInstances) == 0x000020, "Wrong size on EditableMesh_CreateVertexInstances"); \ static_assert(offsetof(EditableMesh_CreateVertexInstances, VertexInstancesToCreate) == 0x000000, "Member 'EditableMesh_CreateVertexInstances::VertexInstancesToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreateVertexInstances, OutNewVertexInstanceIDs) == 0x000010, "Member 'EditableMesh_CreateVertexInstances::OutNewVertexInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_CreateVertices \ static_assert(alignof(EditableMesh_CreateVertices) == 0x000008, "Wrong alignment on EditableMesh_CreateVertices"); \ static_assert(sizeof(EditableMesh_CreateVertices) == 0x000020, "Wrong size on EditableMesh_CreateVertices"); \ static_assert(offsetof(EditableMesh_CreateVertices, VerticesToCreate) == 0x000000, "Member 'EditableMesh_CreateVertices::VerticesToCreate' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_CreateVertices, OutNewVertexIDs) == 0x000010, "Member 'EditableMesh_CreateVertices::OutNewVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeleteEdgeAndConnectedPolygons \ static_assert(alignof(EditableMesh_DeleteEdgeAndConnectedPolygons) == 0x000004, "Wrong alignment on EditableMesh_DeleteEdgeAndConnectedPolygons"); \ static_assert(sizeof(EditableMesh_DeleteEdgeAndConnectedPolygons) == 0x000008, "Wrong size on EditableMesh_DeleteEdgeAndConnectedPolygons"); \ static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, EdgeID) == 0x000000, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedEdges) == 0x000004, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedVertices) == 0x000005, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedVertexInstances) == 0x000006, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteEmptyPolygonGroups) == 0x000007, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeleteEdges \ static_assert(alignof(EditableMesh_DeleteEdges) == 0x000008, "Wrong alignment on EditableMesh_DeleteEdges"); \ static_assert(sizeof(EditableMesh_DeleteEdges) == 0x000018, "Wrong size on EditableMesh_DeleteEdges"); \ static_assert(offsetof(EditableMesh_DeleteEdges, EdgeIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteEdges::EdgeIDsToDelete' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteEdges, bDeleteOrphanedVertices) == 0x000010, "Member 'EditableMesh_DeleteEdges::bDeleteOrphanedVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeleteOrphanVertices \ static_assert(alignof(EditableMesh_DeleteOrphanVertices) == 0x000008, "Wrong alignment on EditableMesh_DeleteOrphanVertices"); \ static_assert(sizeof(EditableMesh_DeleteOrphanVertices) == 0x000010, "Wrong size on EditableMesh_DeleteOrphanVertices"); \ static_assert(offsetof(EditableMesh_DeleteOrphanVertices, VertexIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteOrphanVertices::VertexIDsToDelete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeletePolygonGroups \ static_assert(alignof(EditableMesh_DeletePolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_DeletePolygonGroups"); \ static_assert(sizeof(EditableMesh_DeletePolygonGroups) == 0x000010, "Wrong size on EditableMesh_DeletePolygonGroups"); \ static_assert(offsetof(EditableMesh_DeletePolygonGroups, PolygonGroupIDs) == 0x000000, "Member 'EditableMesh_DeletePolygonGroups::PolygonGroupIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeletePolygons \ static_assert(alignof(EditableMesh_DeletePolygons) == 0x000008, "Wrong alignment on EditableMesh_DeletePolygons"); \ static_assert(sizeof(EditableMesh_DeletePolygons) == 0x000018, "Wrong size on EditableMesh_DeletePolygons"); \ static_assert(offsetof(EditableMesh_DeletePolygons, PolygonIDsToDelete) == 0x000000, "Member 'EditableMesh_DeletePolygons::PolygonIDsToDelete' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedEdges) == 0x000010, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedVertices) == 0x000011, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedVertexInstances) == 0x000012, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteEmptyPolygonGroups) == 0x000013, "Member 'EditableMesh_DeletePolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons \ static_assert(alignof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons) == 0x000004, "Wrong alignment on EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons"); \ static_assert(sizeof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons) == 0x000008, "Wrong size on EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons"); \ static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, VertexID) == 0x000000, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedEdges) == 0x000004, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedVertices) == 0x000005, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedVertexInstances) == 0x000006, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteEmptyPolygonGroups) == 0x000007, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_DeleteVertexInstances \ static_assert(alignof(EditableMesh_DeleteVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_DeleteVertexInstances"); \ static_assert(sizeof(EditableMesh_DeleteVertexInstances) == 0x000018, "Wrong size on EditableMesh_DeleteVertexInstances"); \ static_assert(offsetof(EditableMesh_DeleteVertexInstances, VertexInstanceIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteVertexInstances::VertexInstanceIDsToDelete' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_DeleteVertexInstances, bDeleteOrphanedVertices) == 0x000010, "Member 'EditableMesh_DeleteVertexInstances::bDeleteOrphanedVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_EndModification \ static_assert(alignof(EditableMesh_EndModification) == 0x000001, "Wrong alignment on EditableMesh_EndModification"); \ static_assert(sizeof(EditableMesh_EndModification) == 0x000001, "Wrong size on EditableMesh_EndModification"); \ static_assert(offsetof(EditableMesh_EndModification, bFromUndo) == 0x000000, "Member 'EditableMesh_EndModification::bFromUndo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ExtendEdges \ static_assert(alignof(EditableMesh_ExtendEdges) == 0x000008, "Wrong alignment on EditableMesh_ExtendEdges"); \ static_assert(sizeof(EditableMesh_ExtendEdges) == 0x000028, "Wrong size on EditableMesh_ExtendEdges"); \ static_assert(offsetof(EditableMesh_ExtendEdges, EdgeIDs) == 0x000000, "Member 'EditableMesh_ExtendEdges::EdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtendEdges, bWeldNeighbors) == 0x000010, "Member 'EditableMesh_ExtendEdges::bWeldNeighbors' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtendEdges, OutNewExtendedEdgeIDs) == 0x000018, "Member 'EditableMesh_ExtendEdges::OutNewExtendedEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ExtendVertices \ static_assert(alignof(EditableMesh_ExtendVertices) == 0x000008, "Wrong alignment on EditableMesh_ExtendVertices"); \ static_assert(sizeof(EditableMesh_ExtendVertices) == 0x000030, "Wrong size on EditableMesh_ExtendVertices"); \ static_assert(offsetof(EditableMesh_ExtendVertices, VertexIDs) == 0x000000, "Member 'EditableMesh_ExtendVertices::VertexIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtendVertices, bOnlyExtendClosestEdge) == 0x000010, "Member 'EditableMesh_ExtendVertices::bOnlyExtendClosestEdge' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtendVertices, ReferencePosition) == 0x000014, "Member 'EditableMesh_ExtendVertices::ReferencePosition' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtendVertices, OutNewExtendedVertexIDs) == 0x000020, "Member 'EditableMesh_ExtendVertices::OutNewExtendedVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ExtrudePolygons \ static_assert(alignof(EditableMesh_ExtrudePolygons) == 0x000008, "Wrong alignment on EditableMesh_ExtrudePolygons"); \ static_assert(sizeof(EditableMesh_ExtrudePolygons) == 0x000028, "Wrong size on EditableMesh_ExtrudePolygons"); \ static_assert(offsetof(EditableMesh_ExtrudePolygons, Polygons) == 0x000000, "Member 'EditableMesh_ExtrudePolygons::Polygons' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtrudePolygons, ExtrudeDistance) == 0x000010, "Member 'EditableMesh_ExtrudePolygons::ExtrudeDistance' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtrudePolygons, bKeepNeighborsTogether) == 0x000014, "Member 'EditableMesh_ExtrudePolygons::bKeepNeighborsTogether' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ExtrudePolygons, OutNewExtrudedFrontPolygons) == 0x000018, "Member 'EditableMesh_ExtrudePolygons::OutNewExtrudedFrontPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_FlipPolygons \ static_assert(alignof(EditableMesh_FlipPolygons) == 0x000008, "Wrong alignment on EditableMesh_FlipPolygons"); \ static_assert(sizeof(EditableMesh_FlipPolygons) == 0x000010, "Wrong size on EditableMesh_FlipPolygons"); \ static_assert(offsetof(EditableMesh_FlipPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_FlipPolygons::PolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GeneratePolygonTangentsAndNormals \ static_assert(alignof(EditableMesh_GeneratePolygonTangentsAndNormals) == 0x000008, "Wrong alignment on EditableMesh_GeneratePolygonTangentsAndNormals"); \ static_assert(sizeof(EditableMesh_GeneratePolygonTangentsAndNormals) == 0x000010, "Wrong size on EditableMesh_GeneratePolygonTangentsAndNormals"); \ static_assert(offsetof(EditableMesh_GeneratePolygonTangentsAndNormals, PolygonIDs) == 0x000000, "Member 'EditableMesh_GeneratePolygonTangentsAndNormals::PolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InsertEdgeLoop \ static_assert(alignof(EditableMesh_InsertEdgeLoop) == 0x000008, "Wrong alignment on EditableMesh_InsertEdgeLoop"); \ static_assert(sizeof(EditableMesh_InsertEdgeLoop) == 0x000028, "Wrong size on EditableMesh_InsertEdgeLoop"); \ static_assert(offsetof(EditableMesh_InsertEdgeLoop, EdgeID) == 0x000000, "Member 'EditableMesh_InsertEdgeLoop::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsertEdgeLoop, Splits) == 0x000008, "Member 'EditableMesh_InsertEdgeLoop::Splits' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsertEdgeLoop, OutNewEdgeIDs) == 0x000018, "Member 'EditableMesh_InsertEdgeLoop::OutNewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_InsetPolygons \ static_assert(alignof(EditableMesh_InsetPolygons) == 0x000008, "Wrong alignment on EditableMesh_InsetPolygons"); \ static_assert(sizeof(EditableMesh_InsetPolygons) == 0x000040, "Wrong size on EditableMesh_InsetPolygons"); \ static_assert(offsetof(EditableMesh_InsetPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_InsetPolygons::PolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsetPolygons, InsetFixedDistance) == 0x000010, "Member 'EditableMesh_InsetPolygons::InsetFixedDistance' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsetPolygons, InsetProgressTowardCenter) == 0x000014, "Member 'EditableMesh_InsetPolygons::InsetProgressTowardCenter' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsetPolygons, Mode) == 0x000018, "Member 'EditableMesh_InsetPolygons::Mode' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsetPolygons, OutNewCenterPolygonIDs) == 0x000020, "Member 'EditableMesh_InsetPolygons::OutNewCenterPolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_InsetPolygons, OutNewSidePolygonIDs) == 0x000030, "Member 'EditableMesh_InsetPolygons::OutNewSidePolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_MoveVertices \ static_assert(alignof(EditableMesh_MoveVertices) == 0x000008, "Wrong alignment on EditableMesh_MoveVertices"); \ static_assert(sizeof(EditableMesh_MoveVertices) == 0x000010, "Wrong size on EditableMesh_MoveVertices"); \ static_assert(offsetof(EditableMesh_MoveVertices, VerticesToMove) == 0x000000, "Member 'EditableMesh_MoveVertices::VerticesToMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_QuadrangulateMesh \ static_assert(alignof(EditableMesh_QuadrangulateMesh) == 0x000008, "Wrong alignment on EditableMesh_QuadrangulateMesh"); \ static_assert(sizeof(EditableMesh_QuadrangulateMesh) == 0x000010, "Wrong size on EditableMesh_QuadrangulateMesh"); \ static_assert(offsetof(EditableMesh_QuadrangulateMesh, OutNewPolygonIDs) == 0x000000, "Member 'EditableMesh_QuadrangulateMesh::OutNewPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_RevertInstance \ static_assert(alignof(EditableMesh_RevertInstance) == 0x000008, "Wrong alignment on EditableMesh_RevertInstance"); \ static_assert(sizeof(EditableMesh_RevertInstance) == 0x000008, "Wrong size on EditableMesh_RevertInstance"); \ static_assert(offsetof(EditableMesh_RevertInstance, ReturnValue) == 0x000000, "Member 'EditableMesh_RevertInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetAllowCompact \ static_assert(alignof(EditableMesh_SetAllowCompact) == 0x000001, "Wrong alignment on EditableMesh_SetAllowCompact"); \ static_assert(sizeof(EditableMesh_SetAllowCompact) == 0x000001, "Wrong size on EditableMesh_SetAllowCompact"); \ static_assert(offsetof(EditableMesh_SetAllowCompact, bInAllowCompact) == 0x000000, "Member 'EditableMesh_SetAllowCompact::bInAllowCompact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetAllowSpatialDatabase \ static_assert(alignof(EditableMesh_SetAllowSpatialDatabase) == 0x000001, "Wrong alignment on EditableMesh_SetAllowSpatialDatabase"); \ static_assert(sizeof(EditableMesh_SetAllowSpatialDatabase) == 0x000001, "Wrong size on EditableMesh_SetAllowSpatialDatabase"); \ static_assert(offsetof(EditableMesh_SetAllowSpatialDatabase, bInAllowSpatialDatabase) == 0x000000, "Member 'EditableMesh_SetAllowSpatialDatabase::bInAllowSpatialDatabase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetAllowUndo \ static_assert(alignof(EditableMesh_SetAllowUndo) == 0x000001, "Wrong alignment on EditableMesh_SetAllowUndo"); \ static_assert(sizeof(EditableMesh_SetAllowUndo) == 0x000001, "Wrong size on EditableMesh_SetAllowUndo"); \ static_assert(offsetof(EditableMesh_SetAllowUndo, bInAllowUndo) == 0x000000, "Member 'EditableMesh_SetAllowUndo::bInAllowUndo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetEdgesAttributes \ static_assert(alignof(EditableMesh_SetEdgesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesAttributes"); \ static_assert(sizeof(EditableMesh_SetEdgesAttributes) == 0x000010, "Wrong size on EditableMesh_SetEdgesAttributes"); \ static_assert(offsetof(EditableMesh_SetEdgesAttributes, AttributesForEdges) == 0x000000, "Member 'EditableMesh_SetEdgesAttributes::AttributesForEdges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetEdgesCreaseSharpness \ static_assert(alignof(EditableMesh_SetEdgesCreaseSharpness) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesCreaseSharpness"); \ static_assert(sizeof(EditableMesh_SetEdgesCreaseSharpness) == 0x000020, "Wrong size on EditableMesh_SetEdgesCreaseSharpness"); \ static_assert(offsetof(EditableMesh_SetEdgesCreaseSharpness, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesCreaseSharpness::EdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SetEdgesCreaseSharpness, EdgesNewCreaseSharpness) == 0x000010, "Member 'EditableMesh_SetEdgesCreaseSharpness::EdgesNewCreaseSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetEdgesHardness \ static_assert(alignof(EditableMesh_SetEdgesHardness) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesHardness"); \ static_assert(sizeof(EditableMesh_SetEdgesHardness) == 0x000020, "Wrong size on EditableMesh_SetEdgesHardness"); \ static_assert(offsetof(EditableMesh_SetEdgesHardness, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesHardness::EdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SetEdgesHardness, EdgesNewIsHard) == 0x000010, "Member 'EditableMesh_SetEdgesHardness::EdgesNewIsHard' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetEdgesHardnessAutomatically \ static_assert(alignof(EditableMesh_SetEdgesHardnessAutomatically) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesHardnessAutomatically"); \ static_assert(sizeof(EditableMesh_SetEdgesHardnessAutomatically) == 0x000018, "Wrong size on EditableMesh_SetEdgesHardnessAutomatically"); \ static_assert(offsetof(EditableMesh_SetEdgesHardnessAutomatically, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesHardnessAutomatically::EdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SetEdgesHardnessAutomatically, MaxDotProductForSoftEdge) == 0x000010, "Member 'EditableMesh_SetEdgesHardnessAutomatically::MaxDotProductForSoftEdge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetPolygonsVertexAttributes \ static_assert(alignof(EditableMesh_SetPolygonsVertexAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetPolygonsVertexAttributes"); \ static_assert(sizeof(EditableMesh_SetPolygonsVertexAttributes) == 0x000010, "Wrong size on EditableMesh_SetPolygonsVertexAttributes"); \ static_assert(offsetof(EditableMesh_SetPolygonsVertexAttributes, VertexAttributesForPolygons) == 0x000000, "Member 'EditableMesh_SetPolygonsVertexAttributes::VertexAttributesForPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetSubdivisionCount \ static_assert(alignof(EditableMesh_SetSubdivisionCount) == 0x000004, "Wrong alignment on EditableMesh_SetSubdivisionCount"); \ static_assert(sizeof(EditableMesh_SetSubdivisionCount) == 0x000004, "Wrong size on EditableMesh_SetSubdivisionCount"); \ static_assert(offsetof(EditableMesh_SetSubdivisionCount, NewSubdivisionCount) == 0x000000, "Member 'EditableMesh_SetSubdivisionCount::NewSubdivisionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetTextureCoordinateCount \ static_assert(alignof(EditableMesh_SetTextureCoordinateCount) == 0x000004, "Wrong alignment on EditableMesh_SetTextureCoordinateCount"); \ static_assert(sizeof(EditableMesh_SetTextureCoordinateCount) == 0x000004, "Wrong size on EditableMesh_SetTextureCoordinateCount"); \ static_assert(offsetof(EditableMesh_SetTextureCoordinateCount, NumTexCoords) == 0x000000, "Member 'EditableMesh_SetTextureCoordinateCount::NumTexCoords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetVertexInstancesAttributes \ static_assert(alignof(EditableMesh_SetVertexInstancesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetVertexInstancesAttributes"); \ static_assert(sizeof(EditableMesh_SetVertexInstancesAttributes) == 0x000010, "Wrong size on EditableMesh_SetVertexInstancesAttributes"); \ static_assert(offsetof(EditableMesh_SetVertexInstancesAttributes, AttributesForVertexInstances) == 0x000000, "Member 'EditableMesh_SetVertexInstancesAttributes::AttributesForVertexInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetVerticesAttributes \ static_assert(alignof(EditableMesh_SetVerticesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetVerticesAttributes"); \ static_assert(sizeof(EditableMesh_SetVerticesAttributes) == 0x000010, "Wrong size on EditableMesh_SetVerticesAttributes"); \ static_assert(offsetof(EditableMesh_SetVerticesAttributes, AttributesForVertices) == 0x000000, "Member 'EditableMesh_SetVerticesAttributes::AttributesForVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SetVerticesCornerSharpness \ static_assert(alignof(EditableMesh_SetVerticesCornerSharpness) == 0x000008, "Wrong alignment on EditableMesh_SetVerticesCornerSharpness"); \ static_assert(sizeof(EditableMesh_SetVerticesCornerSharpness) == 0x000020, "Wrong size on EditableMesh_SetVerticesCornerSharpness"); \ static_assert(offsetof(EditableMesh_SetVerticesCornerSharpness, VertexIDs) == 0x000000, "Member 'EditableMesh_SetVerticesCornerSharpness::VertexIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SetVerticesCornerSharpness, VerticesNewCornerSharpness) == 0x000010, "Member 'EditableMesh_SetVerticesCornerSharpness::VerticesNewCornerSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SplitEdge \ static_assert(alignof(EditableMesh_SplitEdge) == 0x000008, "Wrong alignment on EditableMesh_SplitEdge"); \ static_assert(sizeof(EditableMesh_SplitEdge) == 0x000028, "Wrong size on EditableMesh_SplitEdge"); \ static_assert(offsetof(EditableMesh_SplitEdge, EdgeID) == 0x000000, "Member 'EditableMesh_SplitEdge::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitEdge, Splits) == 0x000008, "Member 'EditableMesh_SplitEdge::Splits' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitEdge, OutNewVertexIDs) == 0x000018, "Member 'EditableMesh_SplitEdge::OutNewVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SplitPolygonalMesh \ static_assert(alignof(EditableMesh_SplitPolygonalMesh) == 0x000010, "Wrong alignment on EditableMesh_SplitPolygonalMesh"); \ static_assert(sizeof(EditableMesh_SplitPolygonalMesh) == 0x000040, "Wrong size on EditableMesh_SplitPolygonalMesh"); \ static_assert(offsetof(EditableMesh_SplitPolygonalMesh, InPlane) == 0x000000, "Member 'EditableMesh_SplitPolygonalMesh::InPlane' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitPolygonalMesh, PolygonIDs1) == 0x000010, "Member 'EditableMesh_SplitPolygonalMesh::PolygonIDs1' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitPolygonalMesh, PolygonIDs2) == 0x000020, "Member 'EditableMesh_SplitPolygonalMesh::PolygonIDs2' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitPolygonalMesh, BoundaryIDs) == 0x000030, "Member 'EditableMesh_SplitPolygonalMesh::BoundaryIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SplitPolygons \ static_assert(alignof(EditableMesh_SplitPolygons) == 0x000008, "Wrong alignment on EditableMesh_SplitPolygons"); \ static_assert(sizeof(EditableMesh_SplitPolygons) == 0x000020, "Wrong size on EditableMesh_SplitPolygons"); \ static_assert(offsetof(EditableMesh_SplitPolygons, PolygonsToSplit) == 0x000000, "Member 'EditableMesh_SplitPolygons::PolygonsToSplit' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SplitPolygons, OutNewEdgeIDs) == 0x000010, "Member 'EditableMesh_SplitPolygons::OutNewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_StartModification \ static_assert(alignof(EditableMesh_StartModification) == 0x000001, "Wrong alignment on EditableMesh_StartModification"); \ static_assert(sizeof(EditableMesh_StartModification) == 0x000002, "Wrong size on EditableMesh_StartModification"); \ static_assert(offsetof(EditableMesh_StartModification, MeshModificationType) == 0x000000, "Member 'EditableMesh_StartModification::MeshModificationType' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_StartModification, MeshTopologyChange) == 0x000001, "Member 'EditableMesh_StartModification::MeshTopologyChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_TessellatePolygons \ static_assert(alignof(EditableMesh_TessellatePolygons) == 0x000008, "Wrong alignment on EditableMesh_TessellatePolygons"); \ static_assert(sizeof(EditableMesh_TessellatePolygons) == 0x000028, "Wrong size on EditableMesh_TessellatePolygons"); \ static_assert(offsetof(EditableMesh_TessellatePolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_TessellatePolygons::PolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TessellatePolygons, TriangleTessellationMode) == 0x000010, "Member 'EditableMesh_TessellatePolygons::TriangleTessellationMode' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TessellatePolygons, OutNewPolygonIDs) == 0x000018, "Member 'EditableMesh_TessellatePolygons::OutNewPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_TriangulatePolygons \ static_assert(alignof(EditableMesh_TriangulatePolygons) == 0x000008, "Wrong alignment on EditableMesh_TriangulatePolygons"); \ static_assert(sizeof(EditableMesh_TriangulatePolygons) == 0x000020, "Wrong size on EditableMesh_TriangulatePolygons"); \ static_assert(offsetof(EditableMesh_TriangulatePolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_TriangulatePolygons::PolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TriangulatePolygons, OutNewTrianglePolygons) == 0x000010, "Member 'EditableMesh_TriangulatePolygons::OutNewTrianglePolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_TryToRemovePolygonEdge \ static_assert(alignof(EditableMesh_TryToRemovePolygonEdge) == 0x000004, "Wrong alignment on EditableMesh_TryToRemovePolygonEdge"); \ static_assert(sizeof(EditableMesh_TryToRemovePolygonEdge) == 0x00000C, "Wrong size on EditableMesh_TryToRemovePolygonEdge"); \ static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, EdgeID) == 0x000000, "Member 'EditableMesh_TryToRemovePolygonEdge::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, bOutWasEdgeRemoved) == 0x000004, "Member 'EditableMesh_TryToRemovePolygonEdge::bOutWasEdgeRemoved' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, OutNewPolygonID) == 0x000008, "Member 'EditableMesh_TryToRemovePolygonEdge::OutNewPolygonID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_TryToRemoveVertex \ static_assert(alignof(EditableMesh_TryToRemoveVertex) == 0x000004, "Wrong alignment on EditableMesh_TryToRemoveVertex"); \ static_assert(sizeof(EditableMesh_TryToRemoveVertex) == 0x00000C, "Wrong size on EditableMesh_TryToRemoveVertex"); \ static_assert(offsetof(EditableMesh_TryToRemoveVertex, VertexID) == 0x000000, "Member 'EditableMesh_TryToRemoveVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TryToRemoveVertex, bOutWasVertexRemoved) == 0x000004, "Member 'EditableMesh_TryToRemoveVertex::bOutWasVertexRemoved' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_TryToRemoveVertex, OutNewEdgeID) == 0x000008, "Member 'EditableMesh_TryToRemoveVertex::OutNewEdgeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_WeldVertices \ static_assert(alignof(EditableMesh_WeldVertices) == 0x000008, "Wrong alignment on EditableMesh_WeldVertices"); \ static_assert(sizeof(EditableMesh_WeldVertices) == 0x000018, "Wrong size on EditableMesh_WeldVertices"); \ static_assert(offsetof(EditableMesh_WeldVertices, VertexIDs) == 0x000000, "Member 'EditableMesh_WeldVertices::VertexIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_WeldVertices, OutNewVertexID) == 0x000010, "Member 'EditableMesh_WeldVertices::OutNewVertexID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_AnyChangesToUndo \ static_assert(alignof(EditableMesh_AnyChangesToUndo) == 0x000001, "Wrong alignment on EditableMesh_AnyChangesToUndo"); \ static_assert(sizeof(EditableMesh_AnyChangesToUndo) == 0x000001, "Wrong size on EditableMesh_AnyChangesToUndo"); \ static_assert(offsetof(EditableMesh_AnyChangesToUndo, ReturnValue) == 0x000000, "Member 'EditableMesh_AnyChangesToUndo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputeBoundingBox \ static_assert(alignof(EditableMesh_ComputeBoundingBox) == 0x000004, "Wrong alignment on EditableMesh_ComputeBoundingBox"); \ static_assert(sizeof(EditableMesh_ComputeBoundingBox) == 0x00001C, "Wrong size on EditableMesh_ComputeBoundingBox"); \ static_assert(offsetof(EditableMesh_ComputeBoundingBox, ReturnValue) == 0x000000, "Member 'EditableMesh_ComputeBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputeBoundingBoxAndSphere \ static_assert(alignof(EditableMesh_ComputeBoundingBoxAndSphere) == 0x000004, "Wrong alignment on EditableMesh_ComputeBoundingBoxAndSphere"); \ static_assert(sizeof(EditableMesh_ComputeBoundingBoxAndSphere) == 0x00001C, "Wrong size on EditableMesh_ComputeBoundingBoxAndSphere"); \ static_assert(offsetof(EditableMesh_ComputeBoundingBoxAndSphere, ReturnValue) == 0x000000, "Member 'EditableMesh_ComputeBoundingBoxAndSphere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputePolygonCenter \ static_assert(alignof(EditableMesh_ComputePolygonCenter) == 0x000004, "Wrong alignment on EditableMesh_ComputePolygonCenter"); \ static_assert(sizeof(EditableMesh_ComputePolygonCenter) == 0x000010, "Wrong size on EditableMesh_ComputePolygonCenter"); \ static_assert(offsetof(EditableMesh_ComputePolygonCenter, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonCenter::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ComputePolygonCenter, ReturnValue) == 0x000004, "Member 'EditableMesh_ComputePolygonCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputePolygonNormal \ static_assert(alignof(EditableMesh_ComputePolygonNormal) == 0x000004, "Wrong alignment on EditableMesh_ComputePolygonNormal"); \ static_assert(sizeof(EditableMesh_ComputePolygonNormal) == 0x000010, "Wrong size on EditableMesh_ComputePolygonNormal"); \ static_assert(offsetof(EditableMesh_ComputePolygonNormal, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonNormal::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ComputePolygonNormal, ReturnValue) == 0x000004, "Member 'EditableMesh_ComputePolygonNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputePolygonPlane \ static_assert(alignof(EditableMesh_ComputePolygonPlane) == 0x000010, "Wrong alignment on EditableMesh_ComputePolygonPlane"); \ static_assert(sizeof(EditableMesh_ComputePolygonPlane) == 0x000020, "Wrong size on EditableMesh_ComputePolygonPlane"); \ static_assert(offsetof(EditableMesh_ComputePolygonPlane, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonPlane::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ComputePolygonPlane, ReturnValue) == 0x000010, "Member 'EditableMesh_ComputePolygonPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_ComputePolygonsSharedEdges \ static_assert(alignof(EditableMesh_ComputePolygonsSharedEdges) == 0x000008, "Wrong alignment on EditableMesh_ComputePolygonsSharedEdges"); \ static_assert(sizeof(EditableMesh_ComputePolygonsSharedEdges) == 0x000020, "Wrong size on EditableMesh_ComputePolygonsSharedEdges"); \ static_assert(offsetof(EditableMesh_ComputePolygonsSharedEdges, PolygonIDs) == 0x000000, "Member 'EditableMesh_ComputePolygonsSharedEdges::PolygonIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_ComputePolygonsSharedEdges, OutSharedEdgeIDs) == 0x000010, "Member 'EditableMesh_ComputePolygonsSharedEdges::OutSharedEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_FindPolygonLoop \ static_assert(alignof(EditableMesh_FindPolygonLoop) == 0x000008, "Wrong alignment on EditableMesh_FindPolygonLoop"); \ static_assert(sizeof(EditableMesh_FindPolygonLoop) == 0x000048, "Wrong size on EditableMesh_FindPolygonLoop"); \ static_assert(offsetof(EditableMesh_FindPolygonLoop, EdgeID) == 0x000000, "Member 'EditableMesh_FindPolygonLoop::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonLoop, OutEdgeLoopEdgeIDs) == 0x000008, "Member 'EditableMesh_FindPolygonLoop::OutEdgeLoopEdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonLoop, OutFlippedEdgeIDs) == 0x000018, "Member 'EditableMesh_FindPolygonLoop::OutFlippedEdgeIDs' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonLoop, OutReversedEdgeIDPathToTake) == 0x000028, "Member 'EditableMesh_FindPolygonLoop::OutReversedEdgeIDPathToTake' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonLoop, OutPolygonIDsToSplit) == 0x000038, "Member 'EditableMesh_FindPolygonLoop::OutPolygonIDsToSplit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_FindPolygonPerimeterEdgeNumberForVertices \ static_assert(alignof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices) == 0x000004, "Wrong alignment on EditableMesh_FindPolygonPerimeterEdgeNumberForVertices"); \ static_assert(sizeof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices) == 0x000010, "Wrong size on EditableMesh_FindPolygonPerimeterEdgeNumberForVertices"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, PolygonID) == 0x000000, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, EdgeVertexID0) == 0x000004, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::EdgeVertexID0' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, EdgeVertexID1) == 0x000008, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::EdgeVertexID1' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, ReturnValue) == 0x00000C, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_FindPolygonPerimeterVertexNumberForVertex \ static_assert(alignof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex) == 0x000004, "Wrong alignment on EditableMesh_FindPolygonPerimeterVertexNumberForVertex"); \ static_assert(sizeof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex) == 0x00000C, "Wrong size on EditableMesh_FindPolygonPerimeterVertexNumberForVertex"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, PolygonID) == 0x000000, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, VertexID) == 0x000004, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygon \ static_assert(alignof(EditableMesh_GetEdgeConnectedPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygon"); \ static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygon) == 0x00000C, "Wrong size on EditableMesh_GetEdgeConnectedPolygon"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygon::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, ConnectedPolygonNumber) == 0x000004, "Member 'EditableMesh_GetEdgeConnectedPolygon::ConnectedPolygonNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeConnectedPolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygonCount \ static_assert(alignof(EditableMesh_GetEdgeConnectedPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygonCount"); \ static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygonCount) == 0x000008, "Wrong size on EditableMesh_GetEdgeConnectedPolygonCount"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygonCount, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygonCount::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygonCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetEdgeConnectedPolygonCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygons \ static_assert(alignof(EditableMesh_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygons"); \ static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetEdgeConnectedPolygons"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeCount \ static_assert(alignof(EditableMesh_GetEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeCount"); \ static_assert(sizeof(EditableMesh_GetEdgeCount) == 0x000004, "Wrong size on EditableMesh_GetEdgeCount"); \ static_assert(offsetof(EditableMesh_GetEdgeCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetEdgeCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeLoopElements \ static_assert(alignof(EditableMesh_GetEdgeLoopElements) == 0x000008, "Wrong alignment on EditableMesh_GetEdgeLoopElements"); \ static_assert(sizeof(EditableMesh_GetEdgeLoopElements) == 0x000018, "Wrong size on EditableMesh_GetEdgeLoopElements"); \ static_assert(offsetof(EditableMesh_GetEdgeLoopElements, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeLoopElements::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeLoopElements, EdgeLoopIDs) == 0x000008, "Member 'EditableMesh_GetEdgeLoopElements::EdgeLoopIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeThatConnectsVertices \ static_assert(alignof(EditableMesh_GetEdgeThatConnectsVertices) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeThatConnectsVertices"); \ static_assert(sizeof(EditableMesh_GetEdgeThatConnectsVertices) == 0x00000C, "Wrong size on EditableMesh_GetEdgeThatConnectsVertices"); \ static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, VertexID0) == 0x000000, "Member 'EditableMesh_GetEdgeThatConnectsVertices::VertexID0' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, VertexID1) == 0x000004, "Member 'EditableMesh_GetEdgeThatConnectsVertices::VertexID1' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeThatConnectsVertices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeVertex \ static_assert(alignof(EditableMesh_GetEdgeVertex) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeVertex"); \ static_assert(sizeof(EditableMesh_GetEdgeVertex) == 0x00000C, "Wrong size on EditableMesh_GetEdgeVertex"); \ static_assert(offsetof(EditableMesh_GetEdgeVertex, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeVertex::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeVertex, EdgeVertexNumber) == 0x000004, "Member 'EditableMesh_GetEdgeVertex::EdgeVertexNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetEdgeVertices \ static_assert(alignof(EditableMesh_GetEdgeVertices) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeVertices"); \ static_assert(sizeof(EditableMesh_GetEdgeVertices) == 0x00000C, "Wrong size on EditableMesh_GetEdgeVertices"); \ static_assert(offsetof(EditableMesh_GetEdgeVertices, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeVertices::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeVertices, OutEdgeVertexID0) == 0x000004, "Member 'EditableMesh_GetEdgeVertices::OutEdgeVertexID0' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetEdgeVertices, OutEdgeVertexID1) == 0x000008, "Member 'EditableMesh_GetEdgeVertices::OutEdgeVertexID1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetFirstValidPolygonGroup \ static_assert(alignof(EditableMesh_GetFirstValidPolygonGroup) == 0x000004, "Wrong alignment on EditableMesh_GetFirstValidPolygonGroup"); \ static_assert(sizeof(EditableMesh_GetFirstValidPolygonGroup) == 0x000004, "Wrong size on EditableMesh_GetFirstValidPolygonGroup"); \ static_assert(offsetof(EditableMesh_GetFirstValidPolygonGroup, ReturnValue) == 0x000000, "Member 'EditableMesh_GetFirstValidPolygonGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetGroupForPolygon \ static_assert(alignof(EditableMesh_GetGroupForPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetGroupForPolygon"); \ static_assert(sizeof(EditableMesh_GetGroupForPolygon) == 0x000008, "Wrong size on EditableMesh_GetGroupForPolygon"); \ static_assert(offsetof(EditableMesh_GetGroupForPolygon, PolygonID) == 0x000000, "Member 'EditableMesh_GetGroupForPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetGroupForPolygon, ReturnValue) == 0x000004, "Member 'EditableMesh_GetGroupForPolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonAdjacentPolygons \ static_assert(alignof(EditableMesh_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonAdjacentPolygons"); \ static_assert(sizeof(EditableMesh_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on EditableMesh_GetPolygonAdjacentPolygons"); \ static_assert(offsetof(EditableMesh_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonAdjacentPolygons, OutAdjacentPolygons) == 0x000008, "Member 'EditableMesh_GetPolygonAdjacentPolygons::OutAdjacentPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonCount \ static_assert(alignof(EditableMesh_GetPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonCount"); \ static_assert(sizeof(EditableMesh_GetPolygonCount) == 0x000004, "Wrong size on EditableMesh_GetPolygonCount"); \ static_assert(offsetof(EditableMesh_GetPolygonCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetPolygonCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonCountInGroup \ static_assert(alignof(EditableMesh_GetPolygonCountInGroup) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonCountInGroup"); \ static_assert(sizeof(EditableMesh_GetPolygonCountInGroup) == 0x000008, "Wrong size on EditableMesh_GetPolygonCountInGroup"); \ static_assert(offsetof(EditableMesh_GetPolygonCountInGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_GetPolygonCountInGroup::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonCountInGroup, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonCountInGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonGroupCount \ static_assert(alignof(EditableMesh_GetPolygonGroupCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonGroupCount"); \ static_assert(sizeof(EditableMesh_GetPolygonGroupCount) == 0x000004, "Wrong size on EditableMesh_GetPolygonGroupCount"); \ static_assert(offsetof(EditableMesh_GetPolygonGroupCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetPolygonGroupCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonInGroup \ static_assert(alignof(EditableMesh_GetPolygonInGroup) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonInGroup"); \ static_assert(sizeof(EditableMesh_GetPolygonInGroup) == 0x00000C, "Wrong size on EditableMesh_GetPolygonInGroup"); \ static_assert(offsetof(EditableMesh_GetPolygonInGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_GetPolygonInGroup::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonInGroup, PolygonNumber) == 0x000004, "Member 'EditableMesh_GetPolygonInGroup::PolygonNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonInGroup, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonInGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdge \ static_assert(alignof(EditableMesh_GetPolygonPerimeterEdge) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdge"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdge) == 0x000010, "Wrong size on EditableMesh_GetPolygonPerimeterEdge"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdge::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, PerimeterEdgeNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterEdge::PerimeterEdgeNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, bOutEdgeWindingIsReversedForPolygon) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterEdge::bOutEdgeWindingIsReversedForPolygon' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, ReturnValue) == 0x00000C, "Member 'EditableMesh_GetPolygonPerimeterEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdgeCount \ static_assert(alignof(EditableMesh_GetPolygonPerimeterEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdgeCount"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdgeCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonPerimeterEdgeCount"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdgeCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdgeCount::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdgeCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterEdgeCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdges \ static_assert(alignof(EditableMesh_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdges"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterEdges"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdges, OutPolygonPerimeterEdgeIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterEdges::OutPolygonPerimeterEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertex \ static_assert(alignof(EditableMesh_GetPolygonPerimeterVertex) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertex"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertex) == 0x00000C, "Wrong size on EditableMesh_GetPolygonPerimeterVertex"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertex::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, PolygonVertexNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertex::PolygonVertexNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexCount \ static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexCount"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonPerimeterVertexCount"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexCount::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertexCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexInstance \ static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexInstance) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexInstance"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexInstance) == 0x00000C, "Wrong size on EditableMesh_GetPolygonPerimeterVertexInstance"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, PolygonVertexNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::PolygonVertexNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexInstances \ static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexInstances"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexInstances) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterVertexInstances"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstances, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexInstances::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstances, OutPolygonPerimeterVertexInstanceIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertexInstances::OutPolygonPerimeterVertexInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertices \ static_assert(alignof(EditableMesh_GetPolygonPerimeterVertices) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertices"); \ static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertices) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterVertices"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertices, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertices::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertices, OutPolygonPerimeterVertexIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertices::OutPolygonPerimeterVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonTriangulatedTriangle \ static_assert(alignof(EditableMesh_GetPolygonTriangulatedTriangle) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonTriangulatedTriangle"); \ static_assert(sizeof(EditableMesh_GetPolygonTriangulatedTriangle) == 0x00000C, "Wrong size on EditableMesh_GetPolygonTriangulatedTriangle"); \ static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, PolygonTriangleNumber) == 0x000004, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::PolygonTriangleNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetPolygonTriangulatedTriangleCount \ static_assert(alignof(EditableMesh_GetPolygonTriangulatedTriangleCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonTriangulatedTriangleCount"); \ static_assert(sizeof(EditableMesh_GetPolygonTriangulatedTriangleCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonTriangulatedTriangleCount"); \ static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangleCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonTriangulatedTriangleCount::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangleCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonTriangulatedTriangleCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetSubdivisionCount \ static_assert(alignof(EditableMesh_GetSubdivisionCount) == 0x000004, "Wrong alignment on EditableMesh_GetSubdivisionCount"); \ static_assert(sizeof(EditableMesh_GetSubdivisionCount) == 0x000004, "Wrong size on EditableMesh_GetSubdivisionCount"); \ static_assert(offsetof(EditableMesh_GetSubdivisionCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetSubdivisionCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetSubdivisionLimitData \ static_assert(alignof(EditableMesh_GetSubdivisionLimitData) == 0x000008, "Wrong alignment on EditableMesh_GetSubdivisionLimitData"); \ static_assert(sizeof(EditableMesh_GetSubdivisionLimitData) == 0x000030, "Wrong size on EditableMesh_GetSubdivisionLimitData"); \ static_assert(offsetof(EditableMesh_GetSubdivisionLimitData, ReturnValue) == 0x000000, "Member 'EditableMesh_GetSubdivisionLimitData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetTextureCoordinateCount \ static_assert(alignof(EditableMesh_GetTextureCoordinateCount) == 0x000004, "Wrong alignment on EditableMesh_GetTextureCoordinateCount"); \ static_assert(sizeof(EditableMesh_GetTextureCoordinateCount) == 0x000004, "Wrong size on EditableMesh_GetTextureCoordinateCount"); \ static_assert(offsetof(EditableMesh_GetTextureCoordinateCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetTextureCoordinateCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexAdjacentVertices \ static_assert(alignof(EditableMesh_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on EditableMesh_GetVertexAdjacentVertices"); \ static_assert(sizeof(EditableMesh_GetVertexAdjacentVertices) == 0x000018, "Wrong size on EditableMesh_GetVertexAdjacentVertices"); \ static_assert(offsetof(EditableMesh_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'EditableMesh_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdge \ static_assert(alignof(EditableMesh_GetVertexConnectedEdge) == 0x000004, "Wrong alignment on EditableMesh_GetVertexConnectedEdge"); \ static_assert(sizeof(EditableMesh_GetVertexConnectedEdge) == 0x00000C, "Wrong size on EditableMesh_GetVertexConnectedEdge"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdge::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, ConnectedEdgeNumber) == 0x000004, "Member 'EditableMesh_GetVertexConnectedEdge::ConnectedEdgeNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, ReturnValue) == 0x000008, "Member 'EditableMesh_GetVertexConnectedEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdgeCount \ static_assert(alignof(EditableMesh_GetVertexConnectedEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexConnectedEdgeCount"); \ static_assert(sizeof(EditableMesh_GetVertexConnectedEdgeCount) == 0x000008, "Wrong size on EditableMesh_GetVertexConnectedEdgeCount"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdgeCount, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdgeCount::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdgeCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexConnectedEdgeCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdges \ static_assert(alignof(EditableMesh_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on EditableMesh_GetVertexConnectedEdges"); \ static_assert(sizeof(EditableMesh_GetVertexConnectedEdges) == 0x000018, "Wrong size on EditableMesh_GetVertexConnectedEdges"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedEdges, OutConnectedEdgeIDs) == 0x000008, "Member 'EditableMesh_GetVertexConnectedEdges::OutConnectedEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedPolygons \ static_assert(alignof(EditableMesh_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetVertexConnectedPolygons"); \ static_assert(sizeof(EditableMesh_GetVertexConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetVertexConnectedPolygons"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexCount \ static_assert(alignof(EditableMesh_GetVertexCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexCount"); \ static_assert(sizeof(EditableMesh_GetVertexCount) == 0x000004, "Wrong size on EditableMesh_GetVertexCount"); \ static_assert(offsetof(EditableMesh_GetVertexCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetVertexCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygon \ static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygon"); \ static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygon) == 0x00000C, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygon"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, ConnectedPolygonNumber) == 0x000004, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::ConnectedPolygonNumber' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, ReturnValue) == 0x000008, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygonCount \ static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygonCount"); \ static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygonCount) == 0x000008, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygonCount"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygonCount, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygonCount::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygonCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexInstanceConnectedPolygonCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygons \ static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygons"); \ static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygons"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceCount \ static_assert(alignof(EditableMesh_GetVertexInstanceCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceCount"); \ static_assert(sizeof(EditableMesh_GetVertexInstanceCount) == 0x000004, "Wrong size on EditableMesh_GetVertexInstanceCount"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetVertexInstanceCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceVertex \ static_assert(alignof(EditableMesh_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceVertex"); \ static_assert(sizeof(EditableMesh_GetVertexInstanceVertex) == 0x000008, "Wrong size on EditableMesh_GetVertexInstanceVertex"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_GetVertexPairEdge \ static_assert(alignof(EditableMesh_GetVertexPairEdge) == 0x000004, "Wrong alignment on EditableMesh_GetVertexPairEdge"); \ static_assert(sizeof(EditableMesh_GetVertexPairEdge) == 0x000010, "Wrong size on EditableMesh_GetVertexPairEdge"); \ static_assert(offsetof(EditableMesh_GetVertexPairEdge, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexPairEdge::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexPairEdge, NextVertexID) == 0x000004, "Member 'EditableMesh_GetVertexPairEdge::NextVertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexPairEdge, bOutEdgeWindingIsReversed) == 0x000008, "Member 'EditableMesh_GetVertexPairEdge::bOutEdgeWindingIsReversed' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_GetVertexPairEdge, ReturnValue) == 0x00000C, "Member 'EditableMesh_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsBeingModified \ static_assert(alignof(EditableMesh_IsBeingModified) == 0x000001, "Wrong alignment on EditableMesh_IsBeingModified"); \ static_assert(sizeof(EditableMesh_IsBeingModified) == 0x000001, "Wrong size on EditableMesh_IsBeingModified"); \ static_assert(offsetof(EditableMesh_IsBeingModified, ReturnValue) == 0x000000, "Member 'EditableMesh_IsBeingModified::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsCommitted \ static_assert(alignof(EditableMesh_IsCommitted) == 0x000001, "Wrong alignment on EditableMesh_IsCommitted"); \ static_assert(sizeof(EditableMesh_IsCommitted) == 0x000001, "Wrong size on EditableMesh_IsCommitted"); \ static_assert(offsetof(EditableMesh_IsCommitted, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCommitted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsCommittedAsInstance \ static_assert(alignof(EditableMesh_IsCommittedAsInstance) == 0x000001, "Wrong alignment on EditableMesh_IsCommittedAsInstance"); \ static_assert(sizeof(EditableMesh_IsCommittedAsInstance) == 0x000001, "Wrong size on EditableMesh_IsCommittedAsInstance"); \ static_assert(offsetof(EditableMesh_IsCommittedAsInstance, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCommittedAsInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsCompactAllowed \ static_assert(alignof(EditableMesh_IsCompactAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsCompactAllowed"); \ static_assert(sizeof(EditableMesh_IsCompactAllowed) == 0x000001, "Wrong size on EditableMesh_IsCompactAllowed"); \ static_assert(offsetof(EditableMesh_IsCompactAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCompactAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsOrphanedVertex \ static_assert(alignof(EditableMesh_IsOrphanedVertex) == 0x000004, "Wrong alignment on EditableMesh_IsOrphanedVertex"); \ static_assert(sizeof(EditableMesh_IsOrphanedVertex) == 0x000008, "Wrong size on EditableMesh_IsOrphanedVertex"); \ static_assert(offsetof(EditableMesh_IsOrphanedVertex, VertexID) == 0x000000, "Member 'EditableMesh_IsOrphanedVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_IsOrphanedVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_IsOrphanedVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsPreviewingSubdivisions \ static_assert(alignof(EditableMesh_IsPreviewingSubdivisions) == 0x000001, "Wrong alignment on EditableMesh_IsPreviewingSubdivisions"); \ static_assert(sizeof(EditableMesh_IsPreviewingSubdivisions) == 0x000001, "Wrong size on EditableMesh_IsPreviewingSubdivisions"); \ static_assert(offsetof(EditableMesh_IsPreviewingSubdivisions, ReturnValue) == 0x000000, "Member 'EditableMesh_IsPreviewingSubdivisions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsSpatialDatabaseAllowed \ static_assert(alignof(EditableMesh_IsSpatialDatabaseAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsSpatialDatabaseAllowed"); \ static_assert(sizeof(EditableMesh_IsSpatialDatabaseAllowed) == 0x000001, "Wrong size on EditableMesh_IsSpatialDatabaseAllowed"); \ static_assert(offsetof(EditableMesh_IsSpatialDatabaseAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsSpatialDatabaseAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsUndoAllowed \ static_assert(alignof(EditableMesh_IsUndoAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsUndoAllowed"); \ static_assert(sizeof(EditableMesh_IsUndoAllowed) == 0x000001, "Wrong size on EditableMesh_IsUndoAllowed"); \ static_assert(offsetof(EditableMesh_IsUndoAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsUndoAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsValidEdge \ static_assert(alignof(EditableMesh_IsValidEdge) == 0x000004, "Wrong alignment on EditableMesh_IsValidEdge"); \ static_assert(sizeof(EditableMesh_IsValidEdge) == 0x000008, "Wrong size on EditableMesh_IsValidEdge"); \ static_assert(offsetof(EditableMesh_IsValidEdge, EdgeID) == 0x000000, "Member 'EditableMesh_IsValidEdge::EdgeID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_IsValidEdge, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsValidPolygon \ static_assert(alignof(EditableMesh_IsValidPolygon) == 0x000004, "Wrong alignment on EditableMesh_IsValidPolygon"); \ static_assert(sizeof(EditableMesh_IsValidPolygon) == 0x000008, "Wrong size on EditableMesh_IsValidPolygon"); \ static_assert(offsetof(EditableMesh_IsValidPolygon, PolygonID) == 0x000000, "Member 'EditableMesh_IsValidPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_IsValidPolygon, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidPolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsValidPolygonGroup \ static_assert(alignof(EditableMesh_IsValidPolygonGroup) == 0x000004, "Wrong alignment on EditableMesh_IsValidPolygonGroup"); \ static_assert(sizeof(EditableMesh_IsValidPolygonGroup) == 0x000008, "Wrong size on EditableMesh_IsValidPolygonGroup"); \ static_assert(offsetof(EditableMesh_IsValidPolygonGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_IsValidPolygonGroup::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_IsValidPolygonGroup, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidPolygonGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_IsValidVertex \ static_assert(alignof(EditableMesh_IsValidVertex) == 0x000004, "Wrong alignment on EditableMesh_IsValidVertex"); \ static_assert(sizeof(EditableMesh_IsValidVertex) == 0x000008, "Wrong size on EditableMesh_IsValidVertex"); \ static_assert(offsetof(EditableMesh_IsValidVertex, VertexID) == 0x000000, "Member 'EditableMesh_IsValidVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_IsValidVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsInVolume \ static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume) == 0x000008, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsInVolume"); \ static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume) == 0x000020, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsInVolume"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume, Planes) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsInVolume::Planes' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume, OutPolygons) == 0x000010, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsInVolume::OutPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment \ static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment) == 0x000008, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment"); \ static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment) == 0x000028, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, LineSegmentStart) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::LineSegmentStart' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, LineSegmentEnd) == 0x00000C, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::LineSegmentEnd' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, OutPolygons) == 0x000018, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::OutPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane \ static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane) == 0x000010, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane"); \ static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane) == 0x000020, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane, InPlane) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane::InPlane' has a wrong offset!"); \ static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane, OutPolygons) == 0x000010, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane::OutPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableMesh \ static_assert(alignof(UEditableMesh) == 0x000008, "Wrong alignment on UEditableMesh"); \ static_assert(sizeof(UEditableMesh) == 0x000708, "Wrong size on UEditableMesh"); \ static_assert(offsetof(UEditableMesh, Adapters) == 0x0003B8, "Member 'UEditableMesh::Adapters' has a wrong offset!"); \ static_assert(offsetof(UEditableMesh, TextureCoordinateCount) == 0x0003D0, "Member 'UEditableMesh::TextureCoordinateCount' has a wrong offset!"); \ static_assert(offsetof(UEditableMesh, PendingCompactCounter) == 0x00051C, "Member 'UEditableMesh::PendingCompactCounter' has a wrong offset!"); \ static_assert(offsetof(UEditableMesh, SubdivisionCount) == 0x000520, "Member 'UEditableMesh::SubdivisionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableMeshFactory_MakeEditableMesh \ static_assert(alignof(EditableMeshFactory_MakeEditableMesh) == 0x000008, "Wrong alignment on EditableMeshFactory_MakeEditableMesh"); \ static_assert(sizeof(EditableMeshFactory_MakeEditableMesh) == 0x000018, "Wrong size on EditableMeshFactory_MakeEditableMesh"); \ static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, PrimitiveComponent) == 0x000000, "Member 'EditableMeshFactory_MakeEditableMesh::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, LODIndex) == 0x000008, "Member 'EditableMeshFactory_MakeEditableMesh::LODIndex' has a wrong offset!"); \ static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, ReturnValue) == 0x000010, "Member 'EditableMeshFactory_MakeEditableMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableMeshFactory \ static_assert(alignof(UEditableMeshFactory) == 0x000008, "Wrong alignment on UEditableMeshFactory"); \ static_assert(sizeof(UEditableMeshFactory) == 0x000028, "Wrong size on UEditableMeshFactory"); \ #define DUMPER7_ASSERTS_UEditableStaticMeshAdapter \ static_assert(alignof(UEditableStaticMeshAdapter) == 0x000008, "Wrong alignment on UEditableStaticMeshAdapter"); \ static_assert(sizeof(UEditableStaticMeshAdapter) == 0x0000E0, "Wrong size on UEditableStaticMeshAdapter"); \ static_assert(offsetof(UEditableStaticMeshAdapter, StaticMesh) == 0x000028, "Member 'UEditableStaticMeshAdapter::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UEditableStaticMeshAdapter, OriginalStaticMesh) == 0x000030, "Member 'UEditableStaticMeshAdapter::OriginalStaticMesh' has a wrong offset!"); \ static_assert(offsetof(UEditableStaticMeshAdapter, StaticMeshLODIndex) == 0x000038, "Member 'UEditableStaticMeshAdapter::StaticMeshLODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionParams \ static_assert(alignof(FMovieSceneGeometryCollectionParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionParams"); \ static_assert(sizeof(FMovieSceneGeometryCollectionParams) == 0x000030, "Wrong size on FMovieSceneGeometryCollectionParams"); \ static_assert(offsetof(FMovieSceneGeometryCollectionParams, GeometryCollectionCache) == 0x000008, "Member 'FMovieSceneGeometryCollectionParams::GeometryCollectionCache' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCollectionParams, StartFrameOffset) == 0x000020, "Member 'FMovieSceneGeometryCollectionParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCollectionParams, EndFrameOffset) == 0x000024, "Member 'FMovieSceneGeometryCollectionParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCollectionParams, PlayRate) == 0x000028, "Member 'FMovieSceneGeometryCollectionParams::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplateParameters \ static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000038, "Wrong size on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionStartTime) == 0x000030, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionEndTime) == 0x000034, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplate \ static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplate"); \ static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000058, "Wrong size on FMovieSceneGeometryCollectionSectionTemplate"); \ static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCollectionSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGeometryCollectionSection \ static_assert(alignof(UMovieSceneGeometryCollectionSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCollectionSection"); \ static_assert(sizeof(UMovieSceneGeometryCollectionSection) == 0x000118, "Wrong size on UMovieSceneGeometryCollectionSection"); \ static_assert(offsetof(UMovieSceneGeometryCollectionSection, Params_0) == 0x0000E8, "Member 'UMovieSceneGeometryCollectionSection::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGeometryCollectionTrack \ static_assert(alignof(UMovieSceneGeometryCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneGeometryCollectionTrack"); \ static_assert(sizeof(UMovieSceneGeometryCollectionTrack) == 0x0000A8, "Wrong size on UMovieSceneGeometryCollectionTrack"); \ static_assert(offsetof(UMovieSceneGeometryCollectionTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGeometryCollectionTrack::AnimationSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshTangent \ static_assert(alignof(FProcMeshTangent) == 0x000004, "Wrong alignment on FProcMeshTangent"); \ static_assert(sizeof(FProcMeshTangent) == 0x000010, "Wrong size on FProcMeshTangent"); \ static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x00000C, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshVertex \ static_assert(alignof(FProcMeshVertex) == 0x000004, "Wrong alignment on FProcMeshVertex"); \ static_assert(sizeof(FProcMeshVertex) == 0x00004C, "Wrong size on FProcMeshVertex"); \ static_assert(offsetof(FProcMeshVertex, Position) == 0x000000, "Member 'FProcMeshVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, Normal) == 0x00000C, "Member 'FProcMeshVertex::Normal' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000018, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, Color) == 0x000028, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV0) == 0x00002C, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV1) == 0x000034, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV2) == 0x00003C, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV3) == 0x000044, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshSection \ static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ static_assert(sizeof(FProcMeshSection) == 0x000040, "Wrong size on FProcMeshSection"); \ static_assert(offsetof(FProcMeshSection, ProcVertexBuffer) == 0x000000, "Member 'FProcMeshSection::ProcVertexBuffer' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, ProcIndexBuffer) == 0x000010, "Member 'FProcMeshSection::ProcIndexBuffer' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, SectionLocalBox) == 0x000020, "Member 'FProcMeshSection::SectionLocalBox' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, bEnableCollision) == 0x00003C, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x00003D, "Member 'FProcMeshSection::bSectionVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CalculateTangentsForMesh \ static_assert(alignof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Vertices) == 0x000000, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, UVs) == 0x000020, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Tangents) == 0x000040, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_ConvertQuadToTriangles \ static_assert(alignof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ static_assert(sizeof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Triangles) == 0x000000, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert0) == 0x000010, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert0' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert1) == 0x000014, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert1' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert2) == 0x000018, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert2' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert3) == 0x00001C, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent \ static_assert(alignof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshSplit \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UV1s) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UV1s' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, GridSpacing) == 0x000048, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::GridSpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshTriangles \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, bWinding) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::bWinding' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshWelded \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, GridSpacing) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::GridSpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GenerateBoxMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, BoxRadius) == 0x000000, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::BoxRadius' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromProceduralMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromStaticMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, InMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::InMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::LODIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, SectionIndex) == 0x00000C, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_SliceProceduralMesh \ static_assert(alignof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::InProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlanePosition) == 0x000008, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlanePosition' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlaneNormal) == 0x000014, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000028, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000030, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetProceduralMeshLibrary \ static_assert(alignof(UKismetProceduralMeshLibrary) == 0x000008, "Wrong alignment on UKismetProceduralMeshLibrary"); \ static_assert(sizeof(UKismetProceduralMeshLibrary) == 0x000028, "Wrong size on UKismetProceduralMeshLibrary"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_AddCollisionConvexMesh \ static_assert(alignof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000008, "Wrong alignment on ProceduralMeshComponent_AddCollisionConvexMesh"); \ static_assert(sizeof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000010, "Wrong size on ProceduralMeshComponent_AddCollisionConvexMesh"); \ static_assert(offsetof(ProceduralMeshComponent_AddCollisionConvexMesh, ConvexVerts) == 0x000000, "Member 'ProceduralMeshComponent_AddCollisionConvexMesh::ConvexVerts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_ClearMeshSection \ static_assert(alignof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong alignment on ProceduralMeshComponent_ClearMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong size on ProceduralMeshComponent_ClearMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_ClearMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_ClearMeshSection::SectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection \ static_assert(alignof(ProceduralMeshComponent_CreateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection) == 0x000070, "Wrong size on ProceduralMeshComponent_CreateMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection::Triangles' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, VertexColors) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Tangents) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection::Tangents' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, bCreateCollision) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection_LinearColor \ static_assert(alignof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x0000A0, "Wrong size on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Triangles' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV1) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV1' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV2) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV2' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV3) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV3' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, VertexColors) == 0x000078, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Tangents) == 0x000088, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bCreateCollision) == 0x000098, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000088, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralMeshComponent \ static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ static_assert(sizeof(UProceduralMeshComponent) == 0x0004E0, "Wrong size on UProceduralMeshComponent"); \ static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000480, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000481, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000488, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x000490, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0004A0, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0004B0, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0004D0, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCoreAffixesDB \ static_assert(alignof(FCoreAffixesDB) == 0x000008, "Wrong alignment on FCoreAffixesDB"); \ static_assert(sizeof(FCoreAffixesDB) == 0x000010, "Wrong size on FCoreAffixesDB"); \ static_assert(offsetof(FCoreAffixesDB, Affixes_3_916F84CD4FE7B9747817A0A2C0E38B4C) == 0x000000, "Member 'FCoreAffixesDB::Affixes_3_916F84CD4FE7B9747817A0A2C0E38B4C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosDestructionEvent \ static_assert(alignof(FChaosDestructionEvent) == 0x000004, "Wrong alignment on FChaosDestructionEvent"); \ static_assert(sizeof(FChaosDestructionEvent) == 0x000044, "Wrong size on FChaosDestructionEvent"); \ static_assert(offsetof(FChaosDestructionEvent, Position) == 0x000000, "Member 'FChaosDestructionEvent::Position' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, Normal) == 0x00000C, "Member 'FChaosDestructionEvent::Normal' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, Velocity) == 0x000018, "Member 'FChaosDestructionEvent::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, AngularVelocity) == 0x000024, "Member 'FChaosDestructionEvent::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, ExtentMin) == 0x000030, "Member 'FChaosDestructionEvent::ExtentMin' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, ExtentMax) == 0x000034, "Member 'FChaosDestructionEvent::ExtentMax' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, ParticleID) == 0x000038, "Member 'FChaosDestructionEvent::ParticleID' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, Time) == 0x00003C, "Member 'FChaosDestructionEvent::Time' has a wrong offset!"); \ static_assert(offsetof(FChaosDestructionEvent, Type) == 0x000040, "Member 'FChaosDestructionEvent::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceChaosDestruction \ static_assert(alignof(UNiagaraDataInterfaceChaosDestruction) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceChaosDestruction"); \ static_assert(sizeof(UNiagaraDataInterfaceChaosDestruction) == 0x000238, "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) == 0x0000A0, "Member 'UNiagaraDataInterfaceChaosDestruction::SpawnChance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ImpulseToSpawnMinMax) == 0x0000A4, "Member 'UNiagaraDataInterfaceChaosDestruction::ImpulseToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpeedToSpawnMinMax) == 0x0000AC, "Member 'UNiagaraDataInterfaceChaosDestruction::SpeedToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MassToSpawnMinMax) == 0x0000B4, "Member 'UNiagaraDataInterfaceChaosDestruction::MassToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMinToSpawnMinMax) == 0x0000BC, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMinToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMaxToSpawnMinMax) == 0x0000C4, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMaxToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VolumeToSpawnMinMax) == 0x0000CC, "Member 'UNiagaraDataInterfaceChaosDestruction::VolumeToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTimeToSpawnMinMax) == 0x0000D4, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTimeToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SurfaceTypeToSpawn) == 0x0000DC, "Member 'UNiagaraDataInterfaceChaosDestruction::SurfaceTypeToSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationFilteringMode) == 0x0000E0, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationFilteringMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawn) == 0x0000E1, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawnMinMax) == 0x0000E4, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawn) == 0x0000EC, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawnMinMax) == 0x0000F0, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawn) == 0x0000F8, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawnMinMax) == 0x0000FC, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawnMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSortingType) == 0x000104, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSortingType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalCollisionData) == 0x000105, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalCollisionData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpatialHash) == 0x000106, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpatialHash' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMin) == 0x000108, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMin' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMax) == 0x000114, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeCellSize) == 0x000120, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeCellSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxDataPerCell) == 0x00012C, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxDataPerCell' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bApplyMaterialsFilter) == 0x000130, "Member 'UNiagaraDataInterfaceChaosDestruction::bApplyMaterialsFilter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ChaosBreakingMaterialSet) == 0x000138, "Member 'UNiagaraDataInterfaceChaosDestruction::ChaosBreakingMaterialSet' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalBreakingData) == 0x000188, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalBreakingData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalTrailingData) == 0x000189, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalTrailingData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomPositionMagnitudeMinMax) == 0x00018C, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomPositionMagnitudeMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, InheritedVelocityMultiplier) == 0x000194, "Member 'UNiagaraDataInterfaceChaosDestruction::InheritedVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityGenerationType) == 0x000198, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityGenerationType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityMagnitudeMinMax) == 0x00019C, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityMagnitudeMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpreadAngleMax) == 0x0001A4, "Member 'UNiagaraDataInterfaceChaosDestruction::SpreadAngleMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMin) == 0x0001A8, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMin' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMax) == 0x0001B4, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, FinalVelocityMagnitudeMinMax) == 0x0001C0, "Member 'UNiagaraDataInterfaceChaosDestruction::FinalVelocityMagnitudeMinMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxLatency) == 0x0001C8, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxLatency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DebugType) == 0x0001CC, "Member 'UNiagaraDataInterfaceChaosDestruction::DebugType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnedPointID) == 0x0001D0, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnedPointID' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnTime) == 0x0001D4, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTime) == 0x0001E8, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, TimeStampOfLastProcessedData) == 0x0001EC, "Member 'UNiagaraDataInterfaceChaosDestruction::TimeStampOfLastProcessedData' 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_FMotoSynthRuntimeSettings \ static_assert(alignof(FMotoSynthRuntimeSettings) == 0x000008, "Wrong alignment on FMotoSynthRuntimeSettings"); \ static_assert(sizeof(FMotoSynthRuntimeSettings) == 0x000068, "Wrong size on FMotoSynthRuntimeSettings"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, bSynthToneEnabled) == 0x000000, "Member 'FMotoSynthRuntimeSettings::bSynthToneEnabled' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneVolume) == 0x000004, "Member 'FMotoSynthRuntimeSettings::SynthToneVolume' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneFilterFrequency) == 0x000008, "Member 'FMotoSynthRuntimeSettings::SynthToneFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, SynthOctaveShift) == 0x00000C, "Member 'FMotoSynthRuntimeSettings::SynthOctaveShift' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, bGranularEngineEnabled) == 0x000010, "Member 'FMotoSynthRuntimeSettings::bGranularEngineEnabled' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEngineVolume) == 0x000014, "Member 'FMotoSynthRuntimeSettings::GranularEngineVolume' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEnginePitchScale) == 0x000018, "Member 'FMotoSynthRuntimeSettings::GranularEnginePitchScale' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, NumSamplesToCrossfadeBetweenGrains) == 0x00001C, "Member 'FMotoSynthRuntimeSettings::NumSamplesToCrossfadeBetweenGrains' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, NumGrainTableEntriesPerGrain) == 0x000020, "Member 'FMotoSynthRuntimeSettings::NumGrainTableEntriesPerGrain' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, GrainTableRandomOffsetForConstantRPMs) == 0x000024, "Member 'FMotoSynthRuntimeSettings::GrainTableRandomOffsetForConstantRPMs' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, GrainCrossfadeSamplesForConstantRPMs) == 0x000028, "Member 'FMotoSynthRuntimeSettings::GrainCrossfadeSamplesForConstantRPMs' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, AccelerationSource) == 0x000030, "Member 'FMotoSynthRuntimeSettings::AccelerationSource' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, DecelerationSource) == 0x000038, "Member 'FMotoSynthRuntimeSettings::DecelerationSource' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerEnabled) == 0x000040, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerEnabled' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoDelayMsec) == 0x000044, "Member 'FMotoSynthRuntimeSettings::StereoDelayMsec' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoFeedback) == 0x000048, "Member 'FMotoSynthRuntimeSettings::StereoFeedback' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerWetlevel) == 0x00004C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerWetlevel' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDryLevel) == 0x000050, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDryLevel' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDelayRatio) == 0x000054, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDelayRatio' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerFilterEnabled) == 0x000058, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterFrequency) == 0x00005C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterQ) == 0x000060, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGrainTableEntry \ static_assert(alignof(FGrainTableEntry) == 0x000004, "Wrong alignment on FGrainTableEntry"); \ static_assert(sizeof(FGrainTableEntry) == 0x000008, "Wrong size on FGrainTableEntry"); \ static_assert(offsetof(FGrainTableEntry, SampleIndex) == 0x000000, "Member 'FGrainTableEntry::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(FGrainTableEntry, RPM) == 0x000004, "Member 'FGrainTableEntry::RPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotoSynthPreset \ static_assert(alignof(UMotoSynthPreset) == 0x000008, "Wrong alignment on UMotoSynthPreset"); \ static_assert(sizeof(UMotoSynthPreset) == 0x000090, "Wrong size on UMotoSynthPreset"); \ static_assert(offsetof(UMotoSynthPreset, Settings) == 0x000028, "Member 'UMotoSynthPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotoSynthSource \ static_assert(alignof(UMotoSynthSource) == 0x000008, "Wrong alignment on UMotoSynthSource"); \ static_assert(sizeof(UMotoSynthSource) == 0x0000F8, "Wrong size on UMotoSynthSource"); \ static_assert(offsetof(UMotoSynthSource, bConvertTo8Bit) == 0x000028, "Member 'UMotoSynthSource::bConvertTo8Bit' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, DownSampleFactor) == 0x00002C, "Member 'UMotoSynthSource::DownSampleFactor' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, RPMCurve) == 0x000030, "Member 'UMotoSynthSource::RPMCurve' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, SourceData) == 0x0000B8, "Member 'UMotoSynthSource::SourceData' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, SourceDataPCM) == 0x0000C8, "Member 'UMotoSynthSource::SourceDataPCM' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, SourceSampleRate) == 0x0000D8, "Member 'UMotoSynthSource::SourceSampleRate' has a wrong offset!"); \ static_assert(offsetof(UMotoSynthSource, GrainTable) == 0x0000E0, "Member 'UMotoSynthSource::GrainTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMoto_GetRPMRange \ static_assert(alignof(SynthComponentMoto_GetRPMRange) == 0x000004, "Wrong alignment on SynthComponentMoto_GetRPMRange"); \ static_assert(sizeof(SynthComponentMoto_GetRPMRange) == 0x000008, "Wrong size on SynthComponentMoto_GetRPMRange"); \ static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMinRPM) == 0x000000, "Member 'SynthComponentMoto_GetRPMRange::OutMinRPM' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMaxRPM) == 0x000004, "Member 'SynthComponentMoto_GetRPMRange::OutMaxRPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMoto_SetRPM \ static_assert(alignof(SynthComponentMoto_SetRPM) == 0x000004, "Wrong alignment on SynthComponentMoto_SetRPM"); \ static_assert(sizeof(SynthComponentMoto_SetRPM) == 0x000008, "Wrong size on SynthComponentMoto_SetRPM"); \ static_assert(offsetof(SynthComponentMoto_SetRPM, InRPM) == 0x000000, "Member 'SynthComponentMoto_SetRPM::InRPM' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMoto_SetRPM, InTimeSec) == 0x000004, "Member 'SynthComponentMoto_SetRPM::InTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMoto_SetSettings \ static_assert(alignof(SynthComponentMoto_SetSettings) == 0x000008, "Wrong alignment on SynthComponentMoto_SetSettings"); \ static_assert(sizeof(SynthComponentMoto_SetSettings) == 0x000068, "Wrong size on SynthComponentMoto_SetSettings"); \ static_assert(offsetof(SynthComponentMoto_SetSettings, InSettings) == 0x000000, "Member 'SynthComponentMoto_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMoto_IsEnabled \ static_assert(alignof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong alignment on SynthComponentMoto_IsEnabled"); \ static_assert(sizeof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong size on SynthComponentMoto_IsEnabled"); \ static_assert(offsetof(SynthComponentMoto_IsEnabled, ReturnValue) == 0x000000, "Member 'SynthComponentMoto_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthComponentMoto \ static_assert(alignof(USynthComponentMoto) == 0x000010, "Wrong alignment on USynthComponentMoto"); \ static_assert(sizeof(USynthComponentMoto) == 0x000780, "Wrong size on USynthComponentMoto"); \ static_assert(offsetof(USynthComponentMoto, MotoSynthPreset) == 0x0006C0, "Member 'USynthComponentMoto::MotoSynthPreset' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMoto, RPM) == 0x0006C8, "Member 'USynthComponentMoto::RPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2 \ static_assert(alignof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2) == 0x000008, "Wrong alignment on MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2"); \ static_assert(sizeof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2) == 0x000020, "Wrong size on MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2"); \ static_assert(offsetof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2, EntryPoint) == 0x000000, "Member 'MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2, K2Node_Event_InFocusEvent) == 0x000010, "Member 'MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2::K2Node_Event_InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'MainMenuButton_2_C_ExecuteUbergraph_MainMenuButton_2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_OnFocusLost \ static_assert(alignof(MainMenuButton_2_C_OnFocusLost) == 0x000004, "Wrong alignment on MainMenuButton_2_C_OnFocusLost"); \ static_assert(sizeof(MainMenuButton_2_C_OnFocusLost) == 0x000008, "Wrong size on MainMenuButton_2_C_OnFocusLost"); \ static_assert(offsetof(MainMenuButton_2_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'MainMenuButton_2_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_OnFocusReceived \ static_assert(alignof(MainMenuButton_2_C_OnFocusReceived) == 0x000008, "Wrong alignment on MainMenuButton_2_C_OnFocusReceived"); \ static_assert(sizeof(MainMenuButton_2_C_OnFocusReceived) == 0x0001B0, "Wrong size on MainMenuButton_2_C_OnFocusReceived"); \ static_assert(offsetof(MainMenuButton_2_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'MainMenuButton_2_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'MainMenuButton_2_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'MainMenuButton_2_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'MainMenuButton_2_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_GetBrushColor_0 \ static_assert(alignof(MainMenuButton_2_C_GetBrushColor_0) == 0x000004, "Wrong alignment on MainMenuButton_2_C_GetBrushColor_0"); \ static_assert(sizeof(MainMenuButton_2_C_GetBrushColor_0) == 0x000024, "Wrong size on MainMenuButton_2_C_GetBrushColor_0"); \ static_assert(offsetof(MainMenuButton_2_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'MainMenuButton_2_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_GetBrushColor_0, Temp_bool_Variable) == 0x000010, "Member 'MainMenuButton_2_C_GetBrushColor_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_GetBrushColor_0, K2Node_Select_Default) == 0x000014, "Member 'MainMenuButton_2_C_GetBrushColor_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_Get_Stroke_Visibility_0 \ static_assert(alignof(MainMenuButton_2_C_Get_Stroke_Visibility_0) == 0x000001, "Wrong alignment on MainMenuButton_2_C_Get_Stroke_Visibility_0"); \ static_assert(sizeof(MainMenuButton_2_C_Get_Stroke_Visibility_0) == 0x000005, "Wrong size on MainMenuButton_2_C_Get_Stroke_Visibility_0"); \ static_assert(offsetof(MainMenuButton_2_C_Get_Stroke_Visibility_0, ReturnValue) == 0x000000, "Member 'MainMenuButton_2_C_Get_Stroke_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_Get_Stroke_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'MainMenuButton_2_C_Get_Stroke_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_Get_Stroke_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'MainMenuButton_2_C_Get_Stroke_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_Get_Stroke_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'MainMenuButton_2_C_Get_Stroke_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_Get_Stroke_Visibility_0, K2Node_Select_Default) == 0x000004, "Member 'MainMenuButton_2_C_Get_Stroke_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_2_C_OnKeyDown \ static_assert(alignof(MainMenuButton_2_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuButton_2_C_OnKeyDown"); \ static_assert(sizeof(MainMenuButton_2_C_OnKeyDown) == 0x0002B8, "Wrong size on MainMenuButton_2_C_OnKeyDown"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuButton_2_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuButton_2_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuButton_2_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000141, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000142, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000143, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000148, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_2_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000200, "Member 'MainMenuButton_2_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuButton_2_C \ static_assert(alignof(UMainMenuButton_2_C) == 0x000008, "Wrong alignment on UMainMenuButton_2_C"); \ static_assert(sizeof(UMainMenuButton_2_C) == 0x000310, "Wrong size on UMainMenuButton_2_C"); \ static_assert(offsetof(UMainMenuButton_2_C, UberGraphFrame) == 0x000280, "Member 'UMainMenuButton_2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, Border_0) == 0x000288, "Member 'UMainMenuButton_2_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, Button) == 0x000290, "Member 'UMainMenuButton_2_C::Button' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, ContentSlot) == 0x000298, "Member 'UMainMenuButton_2_C::ContentSlot' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, Stroke) == 0x0002A0, "Member 'UMainMenuButton_2_C::Stroke' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, SelectedColor) == 0x0002A8, "Member 'UMainMenuButton_2_C::SelectedColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, NormalColor) == 0x0002B8, "Member 'UMainMenuButton_2_C::NormalColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, OnEnterPress) == 0x0002C8, "Member 'UMainMenuButton_2_C::OnEnterPress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, OnFocused) == 0x0002D8, "Member 'UMainMenuButton_2_C::OnFocused' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, TooltipHint) == 0x0002E8, "Member 'UMainMenuButton_2_C::TooltipHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, OnHovered) == 0x000300, "Member 'UMainMenuButton_2_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, bDoNotFocusOnHover) == 0x000301, "Member 'UMainMenuButton_2_C::bDoNotFocusOnHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_2_C, ClickSound) == 0x000308, "Member 'UMainMenuButton_2_C::ClickSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzleA5_GroupMap \ static_assert(alignof(FTalesPuzzleA5_GroupMap) == 0x000008, "Wrong alignment on FTalesPuzzleA5_GroupMap"); \ static_assert(sizeof(FTalesPuzzleA5_GroupMap) == 0x000028, "Wrong size on FTalesPuzzleA5_GroupMap"); \ static_assert(offsetof(FTalesPuzzleA5_GroupMap, A5_ActorTexture_32_850ED0C646190872A0156A97540B9668) == 0x000000, "Member 'FTalesPuzzleA5_GroupMap::A5_ActorTexture_32_850ED0C646190872A0156A97540B9668' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA5_GroupMap, A5_HubEndingTexture_38_A05E4BDF4F29FEAD1E270F9E513535D3) == 0x000008, "Member 'FTalesPuzzleA5_GroupMap::A5_HubEndingTexture_38_A05E4BDF4F29FEAD1E270F9E513535D3' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA5_GroupMap, A5_HubHeroTexture_35_4B33CA4D421BE2E3412D478F50B64DBE) == 0x000010, "Member 'FTalesPuzzleA5_GroupMap::A5_HubHeroTexture_35_4B33CA4D421BE2E3412D478F50B64DBE' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA5_GroupMap, A5_HubCharCurrentTexture_36_B2E1003949A0B8C5D6F07695CDFD339A) == 0x000018, "Member 'FTalesPuzzleA5_GroupMap::A5_HubCharCurrentTexture_36_B2E1003949A0B8C5D6F07695CDFD339A' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA5_GroupMap, A5_EndingSound_37_7D82CBF44939E0F9AFBC03AADE2C4368) == 0x000020, "Member 'FTalesPuzzleA5_GroupMap::A5_EndingSound_37_7D82CBF44939E0F9AFBC03AADE2C4368' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapARPinObjectIdList \ static_assert(alignof(FMagicLeapARPinObjectIdList) == 0x000008, "Wrong alignment on FMagicLeapARPinObjectIdList"); \ static_assert(sizeof(FMagicLeapARPinObjectIdList) == 0x000050, "Wrong size on FMagicLeapARPinObjectIdList"); \ static_assert(offsetof(FMagicLeapARPinObjectIdList, ObjectIdList) == 0x000000, "Member 'FMagicLeapARPinObjectIdList::ObjectIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapARPinState \ static_assert(alignof(FMagicLeapARPinState) == 0x000004, "Wrong alignment on FMagicLeapARPinState"); \ static_assert(sizeof(FMagicLeapARPinState) == 0x000014, "Wrong size on FMagicLeapARPinState"); \ static_assert(offsetof(FMagicLeapARPinState, Confidence) == 0x000000, "Member 'FMagicLeapARPinState::Confidence' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinState, ValidRadius) == 0x000004, "Member 'FMagicLeapARPinState::ValidRadius' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinState, RotationError) == 0x000008, "Member 'FMagicLeapARPinState::RotationError' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinState, TranslationError) == 0x00000C, "Member 'FMagicLeapARPinState::TranslationError' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinState, PinType) == 0x000010, "Member 'FMagicLeapARPinState::PinType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapARPinQuery \ static_assert(alignof(FMagicLeapARPinQuery) == 0x000008, "Wrong alignment on FMagicLeapARPinQuery"); \ static_assert(sizeof(FMagicLeapARPinQuery) == 0x000068, "Wrong size on FMagicLeapARPinQuery"); \ static_assert(offsetof(FMagicLeapARPinQuery, Types) == 0x000000, "Member 'FMagicLeapARPinQuery::Types' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinQuery, MaxResults) == 0x000050, "Member 'FMagicLeapARPinQuery::MaxResults' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinQuery, TargetPoint) == 0x000054, "Member 'FMagicLeapARPinQuery::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinQuery, Radius) == 0x000060, "Member 'FMagicLeapARPinQuery::Radius' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapARPinQuery, bSorted) == 0x000064, "Member 'FMagicLeapARPinQuery::bSorted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_AttemptPinDataRestoration \ static_assert(alignof(MagicLeapARPinComponent_AttemptPinDataRestoration) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_AttemptPinDataRestoration"); \ static_assert(sizeof(MagicLeapARPinComponent_AttemptPinDataRestoration) == 0x000001, "Wrong size on MagicLeapARPinComponent_AttemptPinDataRestoration"); \ static_assert(offsetof(MagicLeapARPinComponent_AttemptPinDataRestoration, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_AttemptPinDataRestoration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinData \ static_assert(alignof(MagicLeapARPinComponent_GetPinData) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_GetPinData"); \ static_assert(sizeof(MagicLeapARPinComponent_GetPinData) == 0x000010, "Wrong size on MagicLeapARPinComponent_GetPinData"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinData, PinDataClass_0) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinData::PinDataClass_0' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinData, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_GetPinData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinActor \ static_assert(alignof(MagicLeapARPinComponent_PinActor) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_PinActor"); \ static_assert(sizeof(MagicLeapARPinComponent_PinActor) == 0x000010, "Wrong size on MagicLeapARPinComponent_PinActor"); \ static_assert(offsetof(MagicLeapARPinComponent_PinActor, ActorToPin) == 0x000000, "Member 'MagicLeapARPinComponent_PinActor::ActorToPin' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_PinActor, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_PinActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinSceneComponent \ static_assert(alignof(MagicLeapARPinComponent_PinSceneComponent) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_PinSceneComponent"); \ static_assert(sizeof(MagicLeapARPinComponent_PinSceneComponent) == 0x000010, "Wrong size on MagicLeapARPinComponent_PinSceneComponent"); \ static_assert(offsetof(MagicLeapARPinComponent_PinSceneComponent, ComponentToPin) == 0x000000, "Member 'MagicLeapARPinComponent_PinSceneComponent::ComponentToPin' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_PinSceneComponent, ReturnValue) == 0x000008, "Member 'MagicLeapARPinComponent_PinSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinToID \ static_assert(alignof(MagicLeapARPinComponent_PinToID) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_PinToID"); \ static_assert(sizeof(MagicLeapARPinComponent_PinToID) == 0x000014, "Wrong size on MagicLeapARPinComponent_PinToID"); \ static_assert(offsetof(MagicLeapARPinComponent_PinToID, PinId) == 0x000000, "Member 'MagicLeapARPinComponent_PinToID::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_PinToID, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_PinToID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinToRestoredOrSyncedID \ static_assert(alignof(MagicLeapARPinComponent_PinToRestoredOrSyncedID) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_PinToRestoredOrSyncedID"); \ static_assert(sizeof(MagicLeapARPinComponent_PinToRestoredOrSyncedID) == 0x000001, "Wrong size on MagicLeapARPinComponent_PinToRestoredOrSyncedID"); \ static_assert(offsetof(MagicLeapARPinComponent_PinToRestoredOrSyncedID, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_PinToRestoredOrSyncedID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_TryGetPinData \ static_assert(alignof(MagicLeapARPinComponent_TryGetPinData) == 0x000008, "Wrong alignment on MagicLeapARPinComponent_TryGetPinData"); \ static_assert(sizeof(MagicLeapARPinComponent_TryGetPinData) == 0x000018, "Wrong size on MagicLeapARPinComponent_TryGetPinData"); \ static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, InPinDataClass) == 0x000000, "Member 'MagicLeapARPinComponent_TryGetPinData::InPinDataClass' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, OutPinDataValid) == 0x000008, "Member 'MagicLeapARPinComponent_TryGetPinData::OutPinDataValid' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_TryGetPinData, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_TryGetPinData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinnedPinID \ static_assert(alignof(MagicLeapARPinComponent_GetPinnedPinID) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_GetPinnedPinID"); \ static_assert(sizeof(MagicLeapARPinComponent_GetPinnedPinID) == 0x000014, "Wrong size on MagicLeapARPinComponent_GetPinnedPinID"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinnedPinID, PinId) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinnedPinID::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinnedPinID, ReturnValue) == 0x000010, "Member 'MagicLeapARPinComponent_GetPinnedPinID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_GetPinState \ static_assert(alignof(MagicLeapARPinComponent_GetPinState) == 0x000004, "Wrong alignment on MagicLeapARPinComponent_GetPinState"); \ static_assert(sizeof(MagicLeapARPinComponent_GetPinState) == 0x000018, "Wrong size on MagicLeapARPinComponent_GetPinState"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinState, State) == 0x000000, "Member 'MagicLeapARPinComponent_GetPinState::State' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinComponent_GetPinState, ReturnValue) == 0x000014, "Member 'MagicLeapARPinComponent_GetPinState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_IsPinned \ static_assert(alignof(MagicLeapARPinComponent_IsPinned) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_IsPinned"); \ static_assert(sizeof(MagicLeapARPinComponent_IsPinned) == 0x000001, "Wrong size on MagicLeapARPinComponent_IsPinned"); \ static_assert(offsetof(MagicLeapARPinComponent_IsPinned, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_IsPinned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinComponent_PinRestoredOrSynced \ static_assert(alignof(MagicLeapARPinComponent_PinRestoredOrSynced) == 0x000001, "Wrong alignment on MagicLeapARPinComponent_PinRestoredOrSynced"); \ static_assert(sizeof(MagicLeapARPinComponent_PinRestoredOrSynced) == 0x000001, "Wrong size on MagicLeapARPinComponent_PinRestoredOrSynced"); \ static_assert(offsetof(MagicLeapARPinComponent_PinRestoredOrSynced, ReturnValue) == 0x000000, "Member 'MagicLeapARPinComponent_PinRestoredOrSynced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapARPinComponent \ static_assert(alignof(UMagicLeapARPinComponent) == 0x000010, "Wrong alignment on UMagicLeapARPinComponent"); \ static_assert(sizeof(UMagicLeapARPinComponent) == 0x0003B0, "Wrong size on UMagicLeapARPinComponent"); \ static_assert(offsetof(UMagicLeapARPinComponent, ObjectUID) == 0x0001F8, "Member 'UMagicLeapARPinComponent::ObjectUID' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, UserIndex) == 0x000208, "Member 'UMagicLeapARPinComponent::UserIndex' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, AutoPinType) == 0x00020C, "Member 'UMagicLeapARPinComponent::AutoPinType' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, bShouldPinActor) == 0x00020D, "Member 'UMagicLeapARPinComponent::bShouldPinActor' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, PinDataClass) == 0x000210, "Member 'UMagicLeapARPinComponent::PinDataClass' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, SearchPinTypes) == 0x000218, "Member 'UMagicLeapARPinComponent::SearchPinTypes' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, SearchVolume) == 0x000268, "Member 'UMagicLeapARPinComponent::SearchVolume' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, OnPersistentEntityPinned) == 0x000270, "Member 'UMagicLeapARPinComponent::OnPersistentEntityPinned' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, OnPersistentEntityPinLost) == 0x000280, "Member 'UMagicLeapARPinComponent::OnPersistentEntityPinLost' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, OnPinDataLoadAttemptCompleted) == 0x000290, "Member 'UMagicLeapARPinComponent::OnPinDataLoadAttemptCompleted' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, PinnedCFUID) == 0x0002A0, "Member 'UMagicLeapARPinComponent::PinnedCFUID' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, PinnedSceneComponent) == 0x0002B0, "Member 'UMagicLeapARPinComponent::PinnedSceneComponent' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinComponent, PinData) == 0x0002B8, "Member 'UMagicLeapARPinComponent::PinData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_ARPinIdToString \ static_assert(alignof(MagicLeapARPinFunctionLibrary_ARPinIdToString) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_ARPinIdToString"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_ARPinIdToString) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_ARPinIdToString"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_ARPinIdToString, ARPinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_ARPinIdToString::ARPinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_ARPinIdToString, ReturnValue) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_ARPinIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate \ static_assert(alignof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_BindToOnMagicLeapARPinUpdatedDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate \ static_assert(alignof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_BindToOnMagicLeapContentBindingFoundDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_CreateTracker \ static_assert(alignof(MagicLeapARPinFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_CreateTracker"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_CreateTracker"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_DestroyTracker \ static_assert(alignof(MagicLeapARPinFunctionLibrary_DestroyTracker) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_DestroyTracker"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_DestroyTracker) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_DestroyTracker"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_DestroyTracker, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_DestroyTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation) == 0x00002C, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, Position) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::Position' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, Orientation) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::Orientation' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, PinFoundInEnvironment) == 0x000028, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::PinFoundInEnvironment' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation, ReturnValue) == 0x000029, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace) == 0x00002C, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, Position) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::Position' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, Orientation) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::Orientation' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, PinFoundInEnvironment) == 0x000028, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::PinFoundInEnvironment' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace, ReturnValue) == 0x000029, "Member 'MagicLeapARPinFunctionLibrary_GetARPinPositionAndOrientation_TrackingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinState \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinState) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinState"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinState) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinState"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, PinId) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, State) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::State' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinState, ReturnValue) == 0x000024, "Member 'MagicLeapARPinFunctionLibrary_GetARPinState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetARPinStateToString \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetARPinStateToString) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetARPinStateToString"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetARPinStateToString) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_GetARPinStateToString"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinStateToString, State) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetARPinStateToString::State' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetARPinStateToString, ReturnValue) == 0x000018, "Member 'MagicLeapARPinFunctionLibrary_GetARPinStateToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetAvailableARPins \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetAvailableARPins) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetAvailableARPins"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetAvailableARPins) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_GetAvailableARPins"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, NumRequested) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::NumRequested' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, Pins) == 0x000008, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::Pins' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetAvailableARPins, ReturnValue) == 0x000018, "Member 'MagicLeapARPinFunctionLibrary_GetAvailableARPins::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetClosestARPin \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetClosestARPin) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetClosestARPin"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetClosestARPin) == 0x000020, "Wrong size on MagicLeapARPinFunctionLibrary_GetClosestARPin"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, SearchPoint) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::SearchPoint' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, PinId) == 0x00000C, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::PinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetClosestARPin, ReturnValue) == 0x00001C, "Member 'MagicLeapARPinFunctionLibrary_GetClosestARPin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex) == 0x000004, "Wrong size on MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetContentBindingSaveGameUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter) == 0x000070, "Wrong size on MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter, CurrentGlobalFilter) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter::CurrentGlobalFilter' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter, ReturnValue) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_GetGlobalQueryFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_GetNumAvailableARPins \ static_assert(alignof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_GetNumAvailableARPins"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins) == 0x000008, "Wrong size on MagicLeapARPinFunctionLibrary_GetNumAvailableARPins"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins, Count) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_GetNumAvailableARPins::Count' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_GetNumAvailableARPins, ReturnValue) == 0x000004, "Member 'MagicLeapARPinFunctionLibrary_GetNumAvailableARPins::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_IsTrackerValid \ static_assert(alignof(MagicLeapARPinFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapARPinFunctionLibrary_IsTrackerValid"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapARPinFunctionLibrary_IsTrackerValid"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_ParseStringToARPinId \ static_assert(alignof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_ParseStringToARPinId"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId) == 0x000028, "Wrong size on MagicLeapARPinFunctionLibrary_ParseStringToARPinId"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, PinIdString) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::PinIdString' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, ARPinId) == 0x000010, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::ARPinId' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_ParseStringToARPinId, ReturnValue) == 0x000020, "Member 'MagicLeapARPinFunctionLibrary_ParseStringToARPinId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_QueryARPins \ static_assert(alignof(MagicLeapARPinFunctionLibrary_QueryARPins) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_QueryARPins"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_QueryARPins) == 0x000080, "Wrong size on MagicLeapARPinFunctionLibrary_QueryARPins"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, Query) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::Query' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, Pins) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::Pins' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_QueryARPins, ReturnValue) == 0x000078, "Member 'MagicLeapARPinFunctionLibrary_QueryARPins::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex \ static_assert(alignof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex) == 0x000004, "Wrong size on MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex, UserIndex) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_SetContentBindingSaveGameUserIndex::UserIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter \ static_assert(alignof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter) == 0x000008, "Wrong alignment on MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter) == 0x000070, "Wrong size on MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter, InGlobalFilter) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter::InGlobalFilter' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter, ReturnValue) == 0x000068, "Member 'MagicLeapARPinFunctionLibrary_SetGlobalQueryFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate \ static_assert(alignof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapARPinUpdatedDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate \ static_assert(alignof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate) == 0x000004, "Wrong alignment on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate"); \ static_assert(sizeof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate) == 0x000010, "Wrong size on MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate"); \ static_assert(offsetof(MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate, Delegate) == 0x000000, "Member 'MagicLeapARPinFunctionLibrary_UnBindToOnMagicLeapContentBindingFoundDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapARPinFunctionLibrary \ static_assert(alignof(UMagicLeapARPinFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapARPinFunctionLibrary"); \ static_assert(sizeof(UMagicLeapARPinFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapARPinFunctionLibrary"); \ #define DUMPER7_ASSERTS_AMagicLeapARPinInfoActorBase \ static_assert(alignof(AMagicLeapARPinInfoActorBase) == 0x000008, "Wrong alignment on AMagicLeapARPinInfoActorBase"); \ static_assert(sizeof(AMagicLeapARPinInfoActorBase) == 0x000238, "Wrong size on AMagicLeapARPinInfoActorBase"); \ static_assert(offsetof(AMagicLeapARPinInfoActorBase, PinId) == 0x000220, "Member 'AMagicLeapARPinInfoActorBase::PinId' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActorBase, bVisibilityOverride) == 0x000230, "Member 'AMagicLeapARPinInfoActorBase::bVisibilityOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinRenderer_SetVisibilityOverride \ static_assert(alignof(MagicLeapARPinRenderer_SetVisibilityOverride) == 0x000001, "Wrong alignment on MagicLeapARPinRenderer_SetVisibilityOverride"); \ static_assert(sizeof(MagicLeapARPinRenderer_SetVisibilityOverride) == 0x000001, "Wrong size on MagicLeapARPinRenderer_SetVisibilityOverride"); \ static_assert(offsetof(MagicLeapARPinRenderer_SetVisibilityOverride, InVisibilityOverride) == 0x000000, "Member 'MagicLeapARPinRenderer_SetVisibilityOverride::InVisibilityOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMagicLeapARPinRenderer \ static_assert(alignof(AMagicLeapARPinRenderer) == 0x000008, "Wrong alignment on AMagicLeapARPinRenderer"); \ static_assert(sizeof(AMagicLeapARPinRenderer) == 0x000288, "Wrong size on AMagicLeapARPinRenderer"); \ static_assert(offsetof(AMagicLeapARPinRenderer, bInfoActorsVisibilityOverride) == 0x000220, "Member 'AMagicLeapARPinRenderer::bInfoActorsVisibilityOverride' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinRenderer, AllInfoActors) == 0x000228, "Member 'AMagicLeapARPinRenderer::AllInfoActors' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinRenderer, ClassToSpawn) == 0x000280, "Member 'AMagicLeapARPinRenderer::ClassToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapARPinSettings \ static_assert(alignof(UMagicLeapARPinSettings) == 0x000008, "Wrong alignment on UMagicLeapARPinSettings"); \ static_assert(sizeof(UMagicLeapARPinSettings) == 0x000040, "Wrong size on UMagicLeapARPinSettings"); \ static_assert(offsetof(UMagicLeapARPinSettings, UpdateCheckFrequency) == 0x000028, "Member 'UMagicLeapARPinSettings::UpdateCheckFrequency' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinSettings, OnUpdatedEventTriggerDelta) == 0x00002C, "Member 'UMagicLeapARPinSettings::OnUpdatedEventTriggerDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapARPinSaveGame \ static_assert(alignof(UMagicLeapARPinSaveGame) == 0x000010, "Wrong alignment on UMagicLeapARPinSaveGame"); \ static_assert(sizeof(UMagicLeapARPinSaveGame) == 0x0000B0, "Wrong size on UMagicLeapARPinSaveGame"); \ static_assert(offsetof(UMagicLeapARPinSaveGame, PinnedID) == 0x000028, "Member 'UMagicLeapARPinSaveGame::PinnedID' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinSaveGame, ComponentWorldTransform) == 0x000040, "Member 'UMagicLeapARPinSaveGame::ComponentWorldTransform' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinSaveGame, PinTransform) == 0x000070, "Member 'UMagicLeapARPinSaveGame::PinTransform' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapARPinSaveGame, bShouldPinActor) == 0x0000A0, "Member 'UMagicLeapARPinSaveGame::bShouldPinActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapARPinContentBindings \ static_assert(alignof(UMagicLeapARPinContentBindings) == 0x000008, "Wrong alignment on UMagicLeapARPinContentBindings"); \ static_assert(sizeof(UMagicLeapARPinContentBindings) == 0x000078, "Wrong size on UMagicLeapARPinContentBindings"); \ static_assert(offsetof(UMagicLeapARPinContentBindings, AllContentBindings) == 0x000028, "Member 'UMagicLeapARPinContentBindings::AllContentBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericTalesPuzzle_C \ static_assert(alignof(AGenericTalesPuzzle_C) == 0x000008, "Wrong alignment on AGenericTalesPuzzle_C"); \ static_assert(sizeof(AGenericTalesPuzzle_C) == 0x000240, "Wrong size on AGenericTalesPuzzle_C"); \ static_assert(offsetof(AGenericTalesPuzzle_C, DefaultSceneRoot) == 0x000230, "Member 'AGenericTalesPuzzle_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGenericTalesPuzzle_C, TalesDB) == 0x000238, "Member 'AGenericTalesPuzzle_C::TalesDB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapSharedWorldSharedData \ static_assert(alignof(FMagicLeapSharedWorldSharedData) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldSharedData"); \ static_assert(sizeof(FMagicLeapSharedWorldSharedData) == 0x000010, "Wrong size on FMagicLeapSharedWorldSharedData"); \ static_assert(offsetof(FMagicLeapSharedWorldSharedData, PinIDs) == 0x000000, "Member 'FMagicLeapSharedWorldSharedData::PinIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapSharedWorldAlignmentTransforms \ static_assert(alignof(FMagicLeapSharedWorldAlignmentTransforms) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldAlignmentTransforms"); \ static_assert(sizeof(FMagicLeapSharedWorldAlignmentTransforms) == 0x000010, "Wrong size on FMagicLeapSharedWorldAlignmentTransforms"); \ static_assert(offsetof(FMagicLeapSharedWorldAlignmentTransforms, AlignmentTransforms) == 0x000000, "Member 'FMagicLeapSharedWorldAlignmentTransforms::AlignmentTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapSharedWorldPinData \ static_assert(alignof(FMagicLeapSharedWorldPinData) == 0x000004, "Wrong alignment on FMagicLeapSharedWorldPinData"); \ static_assert(sizeof(FMagicLeapSharedWorldPinData) == 0x000024, "Wrong size on FMagicLeapSharedWorldPinData"); \ static_assert(offsetof(FMagicLeapSharedWorldPinData, PinId) == 0x000000, "Member 'FMagicLeapSharedWorldPinData::PinId' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapSharedWorldPinData, PinState) == 0x000010, "Member 'FMagicLeapSharedWorldPinData::PinState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapSharedWorldLocalData \ static_assert(alignof(FMagicLeapSharedWorldLocalData) == 0x000008, "Wrong alignment on FMagicLeapSharedWorldLocalData"); \ static_assert(sizeof(FMagicLeapSharedWorldLocalData) == 0x000010, "Wrong size on FMagicLeapSharedWorldLocalData"); \ static_assert(offsetof(FMagicLeapSharedWorldLocalData, LocalPins) == 0x000000, "Member 'FMagicLeapSharedWorldLocalData::LocalPins' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldGameMode_DetermineSharedWorldData \ static_assert(alignof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData) == 0x000008, "Wrong alignment on MagicLeapSharedWorldGameMode_DetermineSharedWorldData"); \ static_assert(sizeof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData) == 0x000010, "Wrong size on MagicLeapSharedWorldGameMode_DetermineSharedWorldData"); \ static_assert(offsetof(MagicLeapSharedWorldGameMode_DetermineSharedWorldData, NewSharedWorldData) == 0x000000, "Member 'MagicLeapSharedWorldGameMode_DetermineSharedWorldData::NewSharedWorldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients \ static_assert(alignof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients) == 0x000001, "Wrong alignment on MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients"); \ static_assert(sizeof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients) == 0x000001, "Wrong size on MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients"); \ static_assert(offsetof(MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldGameMode_SendSharedWorldDataToClients::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMagicLeapSharedWorldGameMode \ static_assert(alignof(AMagicLeapSharedWorldGameMode) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldGameMode"); \ static_assert(sizeof(AMagicLeapSharedWorldGameMode) == 0x0003D8, "Wrong size on AMagicLeapSharedWorldGameMode"); \ static_assert(offsetof(AMagicLeapSharedWorldGameMode, SharedWorldData) == 0x000308, "Member 'AMagicLeapSharedWorldGameMode::SharedWorldData' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameMode, OnNewLocalDataFromClients) == 0x000318, "Member 'AMagicLeapSharedWorldGameMode::OnNewLocalDataFromClients' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameMode, PinSelectionConfidenceThreshold) == 0x000328, "Member 'AMagicLeapSharedWorldGameMode::PinSelectionConfidenceThreshold' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameMode, ChosenOne) == 0x0003D0, "Member 'AMagicLeapSharedWorldGameMode::ChosenOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform \ static_assert(alignof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform) == 0x000010, "Wrong alignment on MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform"); \ static_assert(sizeof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform) == 0x000030, "Wrong size on MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform"); \ static_assert(offsetof(MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldGameState_CalculateXRCameraRootTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMagicLeapSharedWorldGameState \ static_assert(alignof(AMagicLeapSharedWorldGameState) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldGameState"); \ static_assert(sizeof(AMagicLeapSharedWorldGameState) == 0x0002D0, "Wrong size on AMagicLeapSharedWorldGameState"); \ static_assert(offsetof(AMagicLeapSharedWorldGameState, SharedWorldData) == 0x000290, "Member 'AMagicLeapSharedWorldGameState::SharedWorldData' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameState, AlignmentTransforms) == 0x0002A0, "Member 'AMagicLeapSharedWorldGameState::AlignmentTransforms' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameState, OnSharedWorldDataUpdated) == 0x0002B0, "Member 'AMagicLeapSharedWorldGameState::OnSharedWorldDataUpdated' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapSharedWorldGameState, OnAlignmentTransformsUpdated) == 0x0002C0, "Member 'AMagicLeapSharedWorldGameState::OnAlignmentTransformsUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ClientSetChosenOne \ static_assert(alignof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_ClientSetChosenOne"); \ static_assert(sizeof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_ClientSetChosenOne"); \ static_assert(offsetof(MagicLeapSharedWorldPlayerController_ClientSetChosenOne, bChosenOne) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ClientSetChosenOne::bChosenOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms \ static_assert(alignof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms) == 0x000008, "Wrong alignment on MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms"); \ static_assert(sizeof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms) == 0x000010, "Wrong size on MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms"); \ static_assert(offsetof(MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms, InAlignmentTransforms) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ServerSetAlignmentTransforms::InAlignmentTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData \ static_assert(alignof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData) == 0x000008, "Wrong alignment on MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData"); \ static_assert(sizeof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData) == 0x000010, "Wrong size on MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData"); \ static_assert(offsetof(MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData, LocalWorldReplicationData) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_ServerSetLocalWorldData::LocalWorldReplicationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer \ static_assert(alignof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer"); \ static_assert(sizeof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer"); \ static_assert(offsetof(MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_CanSendLocalDataToServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSharedWorldPlayerController_IsChosenOne \ static_assert(alignof(MagicLeapSharedWorldPlayerController_IsChosenOne) == 0x000001, "Wrong alignment on MagicLeapSharedWorldPlayerController_IsChosenOne"); \ static_assert(sizeof(MagicLeapSharedWorldPlayerController_IsChosenOne) == 0x000001, "Wrong size on MagicLeapSharedWorldPlayerController_IsChosenOne"); \ static_assert(offsetof(MagicLeapSharedWorldPlayerController_IsChosenOne, ReturnValue) == 0x000000, "Member 'MagicLeapSharedWorldPlayerController_IsChosenOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMagicLeapSharedWorldPlayerController \ static_assert(alignof(AMagicLeapSharedWorldPlayerController) == 0x000008, "Wrong alignment on AMagicLeapSharedWorldPlayerController"); \ static_assert(sizeof(AMagicLeapSharedWorldPlayerController) == 0x000588, "Wrong size on AMagicLeapSharedWorldPlayerController"); \ #define DUMPER7_ASSERTS_FMagicLeapGraphicsClientPerformanceInfo \ static_assert(alignof(FMagicLeapGraphicsClientPerformanceInfo) == 0x000004, "Wrong alignment on FMagicLeapGraphicsClientPerformanceInfo"); \ static_assert(sizeof(FMagicLeapGraphicsClientPerformanceInfo) == 0x00001C, "Wrong size on FMagicLeapGraphicsClientPerformanceInfo"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUCompAcquireCPUTimeMs) == 0x000000, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUCompAcquireCPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUFrameEndGPUTimeMs) == 0x000004, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUFrameEndGPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameStartCPUFrameStartCPUTimeMs) == 0x000008, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameStartCPUFrameStartCPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameDurationCPUTimeMs) == 0x00000C, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameDurationCPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameDurationGPUTimeMs) == 0x000010, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameDurationGPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameInternalDurationCPUTimeMs) == 0x000014, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameInternalDurationCPUTimeMs' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapGraphicsClientPerformanceInfo, FrameInternalDurationGPUTimeMs) == 0x000018, "Member 'FMagicLeapGraphicsClientPerformanceInfo::FrameInternalDurationGPUTimeMs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapRaycastQueryParams \ static_assert(alignof(FMagicLeapRaycastQueryParams) == 0x000004, "Wrong alignment on FMagicLeapRaycastQueryParams"); \ static_assert(sizeof(FMagicLeapRaycastQueryParams) == 0x000038, "Wrong size on FMagicLeapRaycastQueryParams"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, Position) == 0x000000, "Member 'FMagicLeapRaycastQueryParams::Position' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, Direction) == 0x00000C, "Member 'FMagicLeapRaycastQueryParams::Direction' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, UpVector) == 0x000018, "Member 'FMagicLeapRaycastQueryParams::UpVector' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, Width) == 0x000024, "Member 'FMagicLeapRaycastQueryParams::Width' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, Height) == 0x000028, "Member 'FMagicLeapRaycastQueryParams::Height' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, HorizontalFovDegrees) == 0x00002C, "Member 'FMagicLeapRaycastQueryParams::HorizontalFovDegrees' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, CollideWithUnobserved) == 0x000030, "Member 'FMagicLeapRaycastQueryParams::CollideWithUnobserved' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastQueryParams, UserData) == 0x000034, "Member 'FMagicLeapRaycastQueryParams::UserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapMeshBlockInfo \ static_assert(alignof(FMagicLeapMeshBlockInfo) == 0x000008, "Wrong alignment on FMagicLeapMeshBlockInfo"); \ static_assert(sizeof(FMagicLeapMeshBlockInfo) == 0x000048, "Wrong size on FMagicLeapMeshBlockInfo"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockID) == 0x000000, "Member 'FMagicLeapMeshBlockInfo::BlockID' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockPosition) == 0x000010, "Member 'FMagicLeapMeshBlockInfo::BlockPosition' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockOrientation) == 0x00001C, "Member 'FMagicLeapMeshBlockInfo::BlockOrientation' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockDimensions) == 0x000028, "Member 'FMagicLeapMeshBlockInfo::BlockDimensions' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, Timestamp) == 0x000038, "Member 'FMagicLeapMeshBlockInfo::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockInfo, BlockState) == 0x000040, "Member 'FMagicLeapMeshBlockInfo::BlockState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPurchaseItemDetails \ static_assert(alignof(FPurchaseItemDetails) == 0x000008, "Wrong alignment on FPurchaseItemDetails"); \ static_assert(sizeof(FPurchaseItemDetails) == 0x000040, "Wrong size on FPurchaseItemDetails"); \ static_assert(offsetof(FPurchaseItemDetails, Price) == 0x000010, "Member 'FPurchaseItemDetails::Price' has a wrong offset!"); \ static_assert(offsetof(FPurchaseItemDetails, Name) == 0x000020, "Member 'FPurchaseItemDetails::Name' has a wrong offset!"); \ static_assert(offsetof(FPurchaseItemDetails, Type) == 0x000030, "Member 'FPurchaseItemDetails::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPurchaseConfirmation \ static_assert(alignof(FPurchaseConfirmation) == 0x000008, "Wrong alignment on FPurchaseConfirmation"); \ static_assert(sizeof(FPurchaseConfirmation) == 0x000050, "Wrong size on FPurchaseConfirmation"); \ static_assert(offsetof(FPurchaseConfirmation, PackageName) == 0x000010, "Member 'FPurchaseConfirmation::PackageName' has a wrong offset!"); \ static_assert(offsetof(FPurchaseConfirmation, Type) == 0x000048, "Member 'FPurchaseConfirmation::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapRaycastHitResult \ static_assert(alignof(FMagicLeapRaycastHitResult) == 0x000004, "Wrong alignment on FMagicLeapRaycastHitResult"); \ static_assert(sizeof(FMagicLeapRaycastHitResult) == 0x000024, "Wrong size on FMagicLeapRaycastHitResult"); \ static_assert(offsetof(FMagicLeapRaycastHitResult, HitState) == 0x000000, "Member 'FMagicLeapRaycastHitResult::HitState' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastHitResult, HitPoint) == 0x000004, "Member 'FMagicLeapRaycastHitResult::HitPoint' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastHitResult, Normal) == 0x000010, "Member 'FMagicLeapRaycastHitResult::Normal' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastHitResult, Confidence) == 0x00001C, "Member 'FMagicLeapRaycastHitResult::Confidence' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapRaycastHitResult, UserData) == 0x000020, "Member 'FMagicLeapRaycastHitResult::UserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapMeshBlockRequest \ static_assert(alignof(FMagicLeapMeshBlockRequest) == 0x000004, "Wrong alignment on FMagicLeapMeshBlockRequest"); \ static_assert(sizeof(FMagicLeapMeshBlockRequest) == 0x000014, "Wrong size on FMagicLeapMeshBlockRequest"); \ static_assert(offsetof(FMagicLeapMeshBlockRequest, BlockID) == 0x000000, "Member 'FMagicLeapMeshBlockRequest::BlockID' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapMeshBlockRequest, LevelOfDetail) == 0x000010, "Member 'FMagicLeapMeshBlockRequest::LevelOfDetail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapTrackingMeshInfo \ static_assert(alignof(FMagicLeapTrackingMeshInfo) == 0x000008, "Wrong alignment on FMagicLeapTrackingMeshInfo"); \ static_assert(sizeof(FMagicLeapTrackingMeshInfo) == 0x000018, "Wrong size on FMagicLeapTrackingMeshInfo"); \ static_assert(offsetof(FMagicLeapTrackingMeshInfo, Timestamp) == 0x000000, "Member 'FMagicLeapTrackingMeshInfo::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTrackingMeshInfo, BlockData) == 0x000008, "Member 'FMagicLeapTrackingMeshInfo::BlockData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapHeadTrackingState \ static_assert(alignof(FMagicLeapHeadTrackingState) == 0x000004, "Wrong alignment on FMagicLeapHeadTrackingState"); \ static_assert(sizeof(FMagicLeapHeadTrackingState) == 0x000008, "Wrong size on FMagicLeapHeadTrackingState"); \ static_assert(offsetof(FMagicLeapHeadTrackingState, Mode) == 0x000000, "Member 'FMagicLeapHeadTrackingState::Mode' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHeadTrackingState, Error) == 0x000001, "Member 'FMagicLeapHeadTrackingState::Error' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHeadTrackingState, Confidence) == 0x000004, "Member 'FMagicLeapHeadTrackingState::Confidence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapResult \ static_assert(alignof(FMagicLeapResult) == 0x000008, "Wrong alignment on FMagicLeapResult"); \ static_assert(sizeof(FMagicLeapResult) == 0x000018, "Wrong size on FMagicLeapResult"); \ static_assert(offsetof(FMagicLeapResult, bSuccess) == 0x000000, "Member 'FMagicLeapResult::bSuccess' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapResult, AdditionalInfo) == 0x000008, "Member 'FMagicLeapResult::AdditionalInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapSettings \ static_assert(alignof(UMagicLeapSettings) == 0x000008, "Wrong alignment on UMagicLeapSettings"); \ static_assert(sizeof(UMagicLeapSettings) == 0x000030, "Wrong size on UMagicLeapSettings"); \ static_assert(offsetof(UMagicLeapSettings, bEnableZI) == 0x000028, "Member 'UMagicLeapSettings::bEnableZI' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapSettings, bUseVulkanForZI) == 0x000029, "Member 'UMagicLeapSettings::bUseVulkanForZI' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapSettings, bUseMLAudioForZI) == 0x00002A, "Member 'UMagicLeapSettings::bUseMLAudioForZI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseComponent_TryGetItemsDetailsAsync \ static_assert(alignof(InAppPurchaseComponent_TryGetItemsDetailsAsync) == 0x000008, "Wrong alignment on InAppPurchaseComponent_TryGetItemsDetailsAsync"); \ static_assert(sizeof(InAppPurchaseComponent_TryGetItemsDetailsAsync) == 0x000018, "Wrong size on InAppPurchaseComponent_TryGetItemsDetailsAsync"); \ static_assert(offsetof(InAppPurchaseComponent_TryGetItemsDetailsAsync, ItemIDs) == 0x000000, "Member 'InAppPurchaseComponent_TryGetItemsDetailsAsync::ItemIDs' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseComponent_TryGetItemsDetailsAsync, ReturnValue) == 0x000010, "Member 'InAppPurchaseComponent_TryGetItemsDetailsAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseComponent_TryGetPurchaseHistoryAsync \ static_assert(alignof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync) == 0x000004, "Wrong alignment on InAppPurchaseComponent_TryGetPurchaseHistoryAsync"); \ static_assert(sizeof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync) == 0x000008, "Wrong size on InAppPurchaseComponent_TryGetPurchaseHistoryAsync"); \ static_assert(offsetof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync, InNumPages) == 0x000000, "Member 'InAppPurchaseComponent_TryGetPurchaseHistoryAsync::InNumPages' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseComponent_TryGetPurchaseHistoryAsync, ReturnValue) == 0x000004, "Member 'InAppPurchaseComponent_TryGetPurchaseHistoryAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseComponent_TryPurchaseItemAsync \ static_assert(alignof(InAppPurchaseComponent_TryPurchaseItemAsync) == 0x000008, "Wrong alignment on InAppPurchaseComponent_TryPurchaseItemAsync"); \ static_assert(sizeof(InAppPurchaseComponent_TryPurchaseItemAsync) == 0x000048, "Wrong size on InAppPurchaseComponent_TryPurchaseItemAsync"); \ static_assert(offsetof(InAppPurchaseComponent_TryPurchaseItemAsync, ItemDetails) == 0x000000, "Member 'InAppPurchaseComponent_TryPurchaseItemAsync::ItemDetails' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseComponent_TryPurchaseItemAsync, ReturnValue) == 0x000040, "Member 'InAppPurchaseComponent_TryPurchaseItemAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseComponent \ static_assert(alignof(UInAppPurchaseComponent) == 0x000008, "Wrong alignment on UInAppPurchaseComponent"); \ static_assert(sizeof(UInAppPurchaseComponent) == 0x000128, "Wrong size on UInAppPurchaseComponent"); \ static_assert(offsetof(UInAppPurchaseComponent, InAppPurchaseLogMessage) == 0x0000B0, "Member 'UInAppPurchaseComponent::InAppPurchaseLogMessage' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, GetItemsDetailsSuccess) == 0x0000C0, "Member 'UInAppPurchaseComponent::GetItemsDetailsSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, GetItemsDetailsFailure) == 0x0000D0, "Member 'UInAppPurchaseComponent::GetItemsDetailsFailure' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, PurchaseConfirmationSuccess) == 0x0000E0, "Member 'UInAppPurchaseComponent::PurchaseConfirmationSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, PurchaseConfirmationFailure) == 0x0000F0, "Member 'UInAppPurchaseComponent::PurchaseConfirmationFailure' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, GetPurchaseHistorySuccess) == 0x000100, "Member 'UInAppPurchaseComponent::GetPurchaseHistorySuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseComponent, GetPurchaseHistoryFailure) == 0x000110, "Member 'UInAppPurchaseComponent::GetPurchaseHistoryFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapRaycastComponent_RequestRaycast \ static_assert(alignof(MagicLeapRaycastComponent_RequestRaycast) == 0x000004, "Wrong alignment on MagicLeapRaycastComponent_RequestRaycast"); \ static_assert(sizeof(MagicLeapRaycastComponent_RequestRaycast) == 0x00004C, "Wrong size on MagicLeapRaycastComponent_RequestRaycast"); \ static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, RequestParams) == 0x000000, "Member 'MagicLeapRaycastComponent_RequestRaycast::RequestParams' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, ResultDelegate) == 0x000038, "Member 'MagicLeapRaycastComponent_RequestRaycast::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastComponent_RequestRaycast, ReturnValue) == 0x000048, "Member 'MagicLeapRaycastComponent_RequestRaycast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapRaycastComponent \ static_assert(alignof(UMagicLeapRaycastComponent) == 0x000008, "Wrong alignment on UMagicLeapRaycastComponent"); \ static_assert(sizeof(UMagicLeapRaycastComponent) == 0x000118, "Wrong size on UMagicLeapRaycastComponent"); \ #define DUMPER7_ASSERTS_ULuminApplicationLifecycleComponent \ static_assert(alignof(ULuminApplicationLifecycleComponent) == 0x000008, "Wrong alignment on ULuminApplicationLifecycleComponent"); \ static_assert(sizeof(ULuminApplicationLifecycleComponent) == 0x000190, "Wrong size on ULuminApplicationLifecycleComponent"); \ static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceHasReactivatedDelegate) == 0x000140, "Member 'ULuminApplicationLifecycleComponent::DeviceHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceWillEnterRealityModeDelegate) == 0x000150, "Member 'ULuminApplicationLifecycleComponent::DeviceWillEnterRealityModeDelegate' has a wrong offset!"); \ static_assert(offsetof(ULuminApplicationLifecycleComponent, DeviceWillGoInStandbyDelegate) == 0x000160, "Member 'ULuminApplicationLifecycleComponent::DeviceWillGoInStandbyDelegate' has a wrong offset!"); \ static_assert(offsetof(ULuminApplicationLifecycleComponent, FocusLostDelegate) == 0x000170, "Member 'ULuminApplicationLifecycleComponent::FocusLostDelegate' has a wrong offset!"); \ static_assert(offsetof(ULuminApplicationLifecycleComponent, FocusGainedDelegate) == 0x000180, "Member 'ULuminApplicationLifecycleComponent::FocusGainedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapHeadTrackingNotificationsComponent \ static_assert(alignof(UMagicLeapHeadTrackingNotificationsComponent) == 0x000008, "Wrong alignment on UMagicLeapHeadTrackingNotificationsComponent"); \ static_assert(sizeof(UMagicLeapHeadTrackingNotificationsComponent) == 0x0001D0, "Wrong size on UMagicLeapHeadTrackingNotificationsComponent"); \ static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingLost) == 0x000140, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingLost' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingRecovered) == 0x000150, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingRecovered' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingRecoveryFailed) == 0x000160, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingRecoveryFailed' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapHeadTrackingNotificationsComponent, OnHeadTrackingNewSessionStarted) == 0x000170, "Member 'UMagicLeapHeadTrackingNotificationsComponent::OnHeadTrackingNewSessionStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo) == 0x000020, "Wrong size on MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo, PerformanceInfo) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo::PerformanceInfo' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo, ReturnValue) == 0x00001C, "Member 'MagicLeapHMDFunctionLibrary_GetGraphicsClientPerformanceInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents) == 0x000058, "Wrong size on MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents, MapEvents) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents::MapEvents' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents, ReturnValue) == 0x000050, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingMapEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetHeadTrackingState \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetHeadTrackingState"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_GetHeadTrackingState"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState, State) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingState::State' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetHeadTrackingState, ReturnValue) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_GetHeadTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMinimumAPILevel \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMinimumAPILevel"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMinimumAPILevel"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMinimumAPILevel, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMinimumAPILevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersion \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersion"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersion"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersion, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionMajor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionMinor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetMLSDKVersionRevision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_GetPlatformAPILevel \ static_assert(alignof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_GetPlatformAPILevel"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel) == 0x000004, "Wrong size on MagicLeapHMDFunctionLibrary_GetPlatformAPILevel"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_GetPlatformAPILevel, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_GetPlatformAPILevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD \ static_assert(alignof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD) == 0x000001, "Wrong alignment on MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD) == 0x000001, "Wrong size on MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_IsRunningOnMagicLeapHMD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetAppReady \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetAppReady) == 0x000001, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetAppReady"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetAppReady) == 0x000001, "Wrong size on MagicLeapHMDFunctionLibrary_SetAppReady"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetAppReady, ReturnValue) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetAppReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBaseOrientation \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBaseOrientation) == 0x000010, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBaseOrientation"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBaseOrientation) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetBaseOrientation"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBaseOrientation, InBaseOrientation) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBaseOrientation::InBaseOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBasePosition \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBasePosition) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBasePosition"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBasePosition) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_SetBasePosition"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBasePosition, InBasePosition) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBasePosition::InBasePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetBaseRotation \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetBaseRotation) == 0x000004, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetBaseRotation"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetBaseRotation) == 0x00000C, "Wrong size on MagicLeapHMDFunctionLibrary_SetBaseRotation"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetBaseRotation, InBaseRotation) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetBaseRotation::InBaseRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetFocusActor \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetFocusActor) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetFocusActor"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetFocusActor) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetFocusActor"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetFocusActor, InFocusActor) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetFocusActor::InFocusActor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetFocusActor, bSetStabilizationActor) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_SetFocusActor::bSetStabilizationActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor \ static_assert(alignof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor) == 0x000008, "Wrong alignment on MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor"); \ static_assert(sizeof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor) == 0x000010, "Wrong size on MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor, InStabilizationDepthActor) == 0x000000, "Member 'MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor::InStabilizationDepthActor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor, bSetFocusActor) == 0x000008, "Member 'MagicLeapHMDFunctionLibrary_SetStabilizationDepthActor::bSetFocusActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapHMDFunctionLibrary \ static_assert(alignof(UMagicLeapHMDFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHMDFunctionLibrary"); \ static_assert(sizeof(UMagicLeapHMDFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHMDFunctionLibrary"); \ #define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_ConnectBlockSelector \ static_assert(alignof(MagicLeapMeshTrackerComponent_ConnectBlockSelector) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_ConnectBlockSelector"); \ static_assert(sizeof(MagicLeapMeshTrackerComponent_ConnectBlockSelector) == 0x000010, "Wrong size on MagicLeapMeshTrackerComponent_ConnectBlockSelector"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_ConnectBlockSelector, Selector) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_ConnectBlockSelector::Selector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_ConnectMRMesh \ static_assert(alignof(MagicLeapMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_ConnectMRMesh"); \ static_assert(sizeof(MagicLeapMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MagicLeapMeshTrackerComponent_ConnectMRMesh"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_DisconnectMRMesh \ static_assert(alignof(MagicLeapMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_DisconnectMRMesh"); \ static_assert(sizeof(MagicLeapMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MagicLeapMeshTrackerComponent_DisconnectMRMesh"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates \ static_assert(alignof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates) == 0x000004, "Wrong alignment on MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates"); \ static_assert(sizeof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates) == 0x000004, "Wrong size on MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates, ReturnValue) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_GetNumQueuedBlockUpdates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapMeshTrackerComponent_SelectMeshBlocks \ static_assert(alignof(MagicLeapMeshTrackerComponent_SelectMeshBlocks) == 0x000008, "Wrong alignment on MagicLeapMeshTrackerComponent_SelectMeshBlocks"); \ static_assert(sizeof(MagicLeapMeshTrackerComponent_SelectMeshBlocks) == 0x000028, "Wrong size on MagicLeapMeshTrackerComponent_SelectMeshBlocks"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_SelectMeshBlocks, NewMeshInfo) == 0x000000, "Member 'MagicLeapMeshTrackerComponent_SelectMeshBlocks::NewMeshInfo' has a wrong offset!"); \ static_assert(offsetof(MagicLeapMeshTrackerComponent_SelectMeshBlocks, RequestedMesh) == 0x000018, "Member 'MagicLeapMeshTrackerComponent_SelectMeshBlocks::RequestedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapMeshTrackerComponent \ static_assert(alignof(UMagicLeapMeshTrackerComponent) == 0x000010, "Wrong alignment on UMagicLeapMeshTrackerComponent"); \ static_assert(sizeof(UMagicLeapMeshTrackerComponent) == 0x000290, "Wrong size on UMagicLeapMeshTrackerComponent"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000200, "Member 'UMagicLeapMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, ScanWorld) == 0x000210, "Member 'UMagicLeapMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, MeshType) == 0x000211, "Member 'UMagicLeapMeshTrackerComponent::MeshType' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, BoundingVolume) == 0x000218, "Member 'UMagicLeapMeshTrackerComponent::BoundingVolume' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, LevelOfDetail) == 0x000220, "Member 'UMagicLeapMeshTrackerComponent::LevelOfDetail' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, PerimeterOfGapsToFill) == 0x000224, "Member 'UMagicLeapMeshTrackerComponent::PerimeterOfGapsToFill' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, Planarize) == 0x000228, "Member 'UMagicLeapMeshTrackerComponent::Planarize' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, DisconnectedSectionArea) == 0x00022C, "Member 'UMagicLeapMeshTrackerComponent::DisconnectedSectionArea' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, RequestNormals) == 0x000230, "Member 'UMagicLeapMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, RequestVertexConfidence) == 0x000231, "Member 'UMagicLeapMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorMode) == 0x000232, "Member 'UMagicLeapMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, BlockVertexColors) == 0x000238, "Member 'UMagicLeapMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000248, "Member 'UMagicLeapMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000258, "Member 'UMagicLeapMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, RemoveOverlappingTriangles) == 0x000268, "Member 'UMagicLeapMeshTrackerComponent::RemoveOverlappingTriangles' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, MRMesh) == 0x000270, "Member 'UMagicLeapMeshTrackerComponent::MRMesh' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapMeshTrackerComponent, BricksPerFrame) == 0x000278, "Member 'UMagicLeapMeshTrackerComponent::BricksPerFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks \ static_assert(alignof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks) == 0x000008, "Wrong alignment on MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks"); \ static_assert(sizeof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks) == 0x000028, "Wrong size on MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks"); \ static_assert(offsetof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks, NewMeshInfo) == 0x000000, "Member 'MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks::NewMeshInfo' has a wrong offset!"); \ static_assert(offsetof(MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks, RequestedMesh) == 0x000018, "Member 'MagicLeapMeshBlockSelectorInterface_SelectMeshBlocks::RequestedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMagicLeapMeshBlockSelectorInterface \ static_assert(alignof(IMagicLeapMeshBlockSelectorInterface) == 0x000001, "Wrong alignment on IMagicLeapMeshBlockSelectorInterface"); \ static_assert(sizeof(IMagicLeapMeshBlockSelectorInterface) == 0x000001, "Wrong size on IMagicLeapMeshBlockSelectorInterface"); \ #define DUMPER7_ASSERTS_MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams \ static_assert(alignof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams) == 0x000004, "Wrong alignment on MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams"); \ static_assert(sizeof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams) == 0x000070, "Wrong size on MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Position) == 0x000000, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Position' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Direction) == 0x00000C, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Direction' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, UpVector) == 0x000018, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::UpVector' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Width) == 0x000024, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Width' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, Height) == 0x000028, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::Height' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, HorizontalFovDegrees) == 0x00002C, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::HorizontalFovDegrees' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, CollideWithUnobserved) == 0x000030, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::CollideWithUnobserved' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, UserData) == 0x000034, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::UserData' has a wrong offset!"); \ static_assert(offsetof(MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams, ReturnValue) == 0x000038, "Member 'MagicLeapRaycastFunctionLibrary_MakeRaycastQueryParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapRaycastFunctionLibrary \ static_assert(alignof(UMagicLeapRaycastFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapRaycastFunctionLibrary"); \ static_assert(sizeof(UMagicLeapRaycastFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapRaycastFunctionLibrary"); \ #define DUMPER7_ASSERTS_FXRMotionControllerData \ static_assert(alignof(FXRMotionControllerData) == 0x000010, "Wrong alignment on FXRMotionControllerData"); \ static_assert(sizeof(FXRMotionControllerData) == 0x0000A0, "Wrong size on FXRMotionControllerData"); \ static_assert(offsetof(FXRMotionControllerData, bValid) == 0x000000, "Member 'FXRMotionControllerData::bValid' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, DeviceName) == 0x000004, "Member 'FXRMotionControllerData::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, ApplicationInstanceID) == 0x00000C, "Member 'FXRMotionControllerData::ApplicationInstanceID' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, DeviceVisualType) == 0x00001C, "Member 'FXRMotionControllerData::DeviceVisualType' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, HandIndex) == 0x00001D, "Member 'FXRMotionControllerData::HandIndex' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, TrackingStatus) == 0x00001E, "Member 'FXRMotionControllerData::TrackingStatus' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, GripPosition) == 0x000020, "Member 'FXRMotionControllerData::GripPosition' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, GripRotation) == 0x000030, "Member 'FXRMotionControllerData::GripRotation' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, AimPosition) == 0x000040, "Member 'FXRMotionControllerData::AimPosition' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, AimRotation) == 0x000050, "Member 'FXRMotionControllerData::AimRotation' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, HandKeyPositions) == 0x000060, "Member 'FXRMotionControllerData::HandKeyPositions' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, HandKeyRotations) == 0x000070, "Member 'FXRMotionControllerData::HandKeyRotations' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, HandKeyRadii) == 0x000080, "Member 'FXRMotionControllerData::HandKeyRadii' has a wrong offset!"); \ static_assert(offsetof(FXRMotionControllerData, bIsGrasped) == 0x000090, "Member 'FXRMotionControllerData::bIsGrasped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXRHMDData \ static_assert(alignof(FXRHMDData) == 0x000010, "Wrong alignment on FXRHMDData"); \ static_assert(sizeof(FXRHMDData) == 0x000040, "Wrong size on FXRHMDData"); \ static_assert(offsetof(FXRHMDData, bValid) == 0x000000, "Member 'FXRHMDData::bValid' has a wrong offset!"); \ static_assert(offsetof(FXRHMDData, DeviceName) == 0x000004, "Member 'FXRHMDData::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FXRHMDData, ApplicationInstanceID) == 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) == 0x000030, "Member 'FXRHMDData::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXRDeviceId \ static_assert(alignof(FXRDeviceId) == 0x000004, "Wrong alignment on FXRDeviceId"); \ static_assert(sizeof(FXRDeviceId) == 0x00000C, "Wrong size on FXRDeviceId"); \ static_assert(offsetof(FXRDeviceId, SystemName) == 0x000000, "Member 'FXRDeviceId::SystemName' has a wrong offset!"); \ static_assert(offsetof(FXRDeviceId, DeviceID) == 0x000008, "Member 'FXRDeviceId::DeviceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXRGestureConfig \ static_assert(alignof(FXRGestureConfig) == 0x000001, "Wrong alignment on FXRGestureConfig"); \ static_assert(sizeof(FXRGestureConfig) == 0x000006, "Wrong size on FXRGestureConfig"); \ static_assert(offsetof(FXRGestureConfig, bTap) == 0x000000, "Member 'FXRGestureConfig::bTap' has a wrong offset!"); \ static_assert(offsetof(FXRGestureConfig, bHold) == 0x000001, "Member 'FXRGestureConfig::bHold' has a wrong offset!"); \ static_assert(offsetof(FXRGestureConfig, AxisGesture) == 0x000002, "Member 'FXRGestureConfig::AxisGesture' has a wrong offset!"); \ static_assert(offsetof(FXRGestureConfig, bNavigationAxisX) == 0x000003, "Member 'FXRGestureConfig::bNavigationAxisX' has a wrong offset!"); \ static_assert(offsetof(FXRGestureConfig, bNavigationAxisY) == 0x000004, "Member 'FXRGestureConfig::bNavigationAxisY' has a wrong offset!"); \ static_assert(offsetof(FXRGestureConfig, bNavigationAxisZ) == 0x000005, "Member 'FXRGestureConfig::bNavigationAxisZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_BreakKey \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_BreakKey"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000058, "Wrong size on HeadMountedDisplayFunctionLibrary_BreakKey"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, InKey) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::InKey' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, InteractionProfile) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::InteractionProfile' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Hand) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Hand' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, MotionSource) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::MotionSource' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Indentifier) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Indentifier' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Component) == 0x000048, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD, ExternalTrackingTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD::ExternalTrackingTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate, ActionPath) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate::ActionPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ConfigureGestures \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000007, "Wrong size on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, GestureConfig) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::GestureConfig' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, ReturnValue) == 0x000006, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, IpAddress) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::IpAddress' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, BitRate) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::BitRate' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, ReturnValue) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableHMD \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::bEnable' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, ReturnValue) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000020, "Wrong size on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, SystemId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::SystemId' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, DeviceType) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::DeviceType' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime) == 0x000060, "Wrong size on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ControllerIndex) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::ControllerIndex' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, MotionSource) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::MotionSource' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Time) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Time' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bTimeWasUsed) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bTimeWasUsed' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Orientation) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Orientation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Position) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Position' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedLinearVelocity) == 0x00003C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearVelocity) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearVelocity' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedAngularVelocity) == 0x00004C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, AngularVelocityRadPerSec) == 0x000050, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::AngularVelocityRadPerSec' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ReturnValue) == 0x00005C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetDevicePose \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetDevicePose"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x00002C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetDevicePose"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, XRDeviceId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, bIsTracked) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bIsTracked' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, Orientation) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::Orientation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, bHasPositionalTracking) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bHasPositionalTracking' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, Position) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose) == 0x000038, "Wrong size on HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, XRDeviceId) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, bIsTracked) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bIsTracked' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, Orientation) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::Orientation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, bHasPositionalTracking) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bHasPositionalTracking' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, Position) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDData \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDData) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDData"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDData) == 0x000050, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDData"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDData, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDData::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDData, HMDData) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDData::HMDData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDDeviceName \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDDeviceName"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDDeviceName"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDDeviceName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDWornState \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDWornState) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDWornState"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDWornState) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDWornState"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDWornState, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDWornState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetMotionControllerData \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetMotionControllerData"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData) == 0x0000B0, "Wrong size on HeadMountedDisplayFunctionLibrary_GetMotionControllerData"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, Hand) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::Hand' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, MotionControllerData) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::MotionControllerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition, DeviceRotation) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition::DeviceRotation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition, DevicePosition) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition::DevicePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPixelDensity \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPixelDensity) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPixelDensity"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPixelDensity) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPixelDensity"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPixelDensity, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPixelDensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds) == 0x00000C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds, ReturnValue) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x00002C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraOrigin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraOrigin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraRotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraRotation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, HFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::HFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, VFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::VFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraDistance) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraDistance' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, NearPlane) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::NearPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, FarPlane) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::FarPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetScreenPercentage \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetScreenPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingOrigin \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x00003C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Origin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Rotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Rotation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, LeftFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::LeftFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, RightFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::RightFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, TopFOV) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::TopFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, BottomFOV) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::BottomFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Distance) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Distance' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, NearPlane) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::NearPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, FarPlane) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::FarPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, IsActive) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::IsActive' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Index_0) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000040, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVersionString \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVersionString, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVersionString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVRFocusState \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bUseFocus) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bUseFocus' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bHasFocus) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bHasFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, ReturnValue) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetXRSystemFlags \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetXRSystemFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsDeviceTracking \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, XRDeviceId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, ReturnValue) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Yaw) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Yaw' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Options) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetClippingPlanes \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Near) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Near' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Far) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Far' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode, Mode) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000024, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMax) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMax' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMin) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMax) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMax' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bDrawEyeFirst) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bDrawEyeFirst' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bClearBlack) == 0x000021, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bClearBlack' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bUseAlpha) == 0x000022, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bUseAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture, InTexture) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture::InTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetTrackingOrigin \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetTrackingOrigin::Origin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, NewScale) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate, InDisconnectedDelegate) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate::InDisconnectedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, ActionName) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::ActionName' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, InDelegate) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::InDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition, ExternalTrackingTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition::ExternalTrackingTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHeadMountedDisplayFunctionLibrary \ static_assert(alignof(UHeadMountedDisplayFunctionLibrary) == 0x000008, "Wrong alignment on UHeadMountedDisplayFunctionLibrary"); \ static_assert(sizeof(UHeadMountedDisplayFunctionLibrary) == 0x000028, "Wrong size on UHeadMountedDisplayFunctionLibrary"); \ #define DUMPER7_ASSERTS_UVRNotificationsComponent \ static_assert(alignof(UVRNotificationsComponent) == 0x000008, "Wrong alignment on UVRNotificationsComponent"); \ static_assert(sizeof(UVRNotificationsComponent) == 0x000140, "Wrong size on UVRNotificationsComponent"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000B0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000C0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000120, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000130, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' 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) == 0x000004, "Wrong alignment on MotionControllerComponent_GetHandJointPosition"); \ static_assert(sizeof(MotionControllerComponent_GetHandJointPosition) == 0x000014, "Wrong size on MotionControllerComponent_GetHandJointPosition"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, jointIndex) == 0x000000, "Member 'MotionControllerComponent_GetHandJointPosition::jointIndex' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, bValueFound) == 0x000004, "Member 'MotionControllerComponent_GetHandJointPosition::bValueFound' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, ReturnValue) == 0x000008, "Member 'MotionControllerComponent_GetHandJointPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_GetParameterValue \ static_assert(alignof(MotionControllerComponent_GetParameterValue) == 0x000004, "Wrong alignment on MotionControllerComponent_GetParameterValue"); \ static_assert(sizeof(MotionControllerComponent_GetParameterValue) == 0x000010, "Wrong size on MotionControllerComponent_GetParameterValue"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, InName) == 0x000000, "Member 'MotionControllerComponent_GetParameterValue::InName' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, bValueFound) == 0x000008, "Member 'MotionControllerComponent_GetParameterValue::bValueFound' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, ReturnValue) == 0x00000C, "Member 'MotionControllerComponent_GetParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetAssociatedPlayerIndex \ static_assert(alignof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong alignment on MotionControllerComponent_SetAssociatedPlayerIndex"); \ static_assert(sizeof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong size on MotionControllerComponent_SetAssociatedPlayerIndex"); \ static_assert(offsetof(MotionControllerComponent_SetAssociatedPlayerIndex, NewPlayer) == 0x000000, "Member 'MotionControllerComponent_SetAssociatedPlayerIndex::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetCustomDisplayMesh \ static_assert(alignof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong alignment on MotionControllerComponent_SetCustomDisplayMesh"); \ static_assert(sizeof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong size on MotionControllerComponent_SetCustomDisplayMesh"); \ static_assert(offsetof(MotionControllerComponent_SetCustomDisplayMesh, NewDisplayMesh) == 0x000000, "Member 'MotionControllerComponent_SetCustomDisplayMesh::NewDisplayMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetDisplayModelSource \ static_assert(alignof(MotionControllerComponent_SetDisplayModelSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetDisplayModelSource"); \ static_assert(sizeof(MotionControllerComponent_SetDisplayModelSource) == 0x000008, "Wrong size on MotionControllerComponent_SetDisplayModelSource"); \ static_assert(offsetof(MotionControllerComponent_SetDisplayModelSource, NewDisplayModelSource) == 0x000000, "Member 'MotionControllerComponent_SetDisplayModelSource::NewDisplayModelSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetShowDeviceModel \ static_assert(alignof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong alignment on MotionControllerComponent_SetShowDeviceModel"); \ static_assert(sizeof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong size on MotionControllerComponent_SetShowDeviceModel"); \ static_assert(offsetof(MotionControllerComponent_SetShowDeviceModel, bShowControllerModel) == 0x000000, "Member 'MotionControllerComponent_SetShowDeviceModel::bShowControllerModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingMotionSource \ static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 0x000008, "Wrong size on MotionControllerComponent_SetTrackingMotionSource"); \ static_assert(offsetof(MotionControllerComponent_SetTrackingMotionSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingMotionSource::NewSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingSource \ static_assert(alignof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_SetTrackingSource"); \ static_assert(sizeof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_SetTrackingSource"); \ static_assert(offsetof(MotionControllerComponent_SetTrackingSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingSource::NewSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_GetTrackingSource \ static_assert(alignof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_GetTrackingSource"); \ static_assert(sizeof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_GetTrackingSource"); \ static_assert(offsetof(MotionControllerComponent_GetTrackingSource, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_GetTrackingSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_IsTracked \ static_assert(alignof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong alignment on MotionControllerComponent_IsTracked"); \ static_assert(sizeof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong size on MotionControllerComponent_IsTracked"); \ static_assert(offsetof(MotionControllerComponent_IsTracked, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_IsTracked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotionControllerComponent \ static_assert(alignof(UMotionControllerComponent) == 0x000010, "Wrong alignment on UMotionControllerComponent"); \ static_assert(sizeof(UMotionControllerComponent) == 0x000510, "Wrong size on UMotionControllerComponent"); \ static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000450, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, Hand) == 0x000454, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000458, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000464, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x000465, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x000468, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x000470, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x000478, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x0004F0, "Member 'UMotionControllerComponent::DisplayComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x00000C, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::SourceName' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::MotionControllerComponent' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::Hand' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::SourceName' has a wrong offset!"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, ReturnValue) == 0x00000C, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault \ static_assert(alignof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault, Enable) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotionTrackedDeviceFunctionLibrary \ static_assert(alignof(UMotionTrackedDeviceFunctionLibrary) == 0x000008, "Wrong alignment on UMotionTrackedDeviceFunctionLibrary"); \ static_assert(sizeof(UMotionTrackedDeviceFunctionLibrary) == 0x000028, "Wrong size on UMotionTrackedDeviceFunctionLibrary"); \ #define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking \ static_assert(alignof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ static_assert(sizeof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000060, "Wrong size on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000008, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000014, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, ReturnValue) == 0x000050, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking \ static_assert(alignof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ static_assert(sizeof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000070, "Wrong size on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, SystemName) == 0x000008, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::SystemName' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, DeviceName) == 0x000010, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::DeviceName' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000018, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000050, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, ReturnValue) == 0x000060, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXRAssetFunctionLibrary \ static_assert(alignof(UXRAssetFunctionLibrary) == 0x000008, "Wrong alignment on UXRAssetFunctionLibrary"); \ static_assert(sizeof(UXRAssetFunctionLibrary) == 0x000028, "Wrong size on UXRAssetFunctionLibrary"); \ #define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync \ static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000060, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, XRDeviceId) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, bManualAttachment) == 0x000014, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, NewComponent) == 0x000050, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, ReturnValue) == 0x000058, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync \ static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000070, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, SystemName) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::SystemName' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, DeviceName) == 0x000010, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::DeviceName' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, bManualAttachment) == 0x000018, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, XRDeviceId) == 0x000050, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, NewComponent) == 0x000060, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, ReturnValue) == 0x000068, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncTask_LoadXRDeviceVisComponent \ static_assert(alignof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000008, "Wrong alignment on UAsyncTask_LoadXRDeviceVisComponent"); \ static_assert(sizeof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000060, "Wrong size on UAsyncTask_LoadXRDeviceVisComponent"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnModelLoaded) == 0x000030, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnModelLoaded' has a wrong offset!"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnLoadFailure) == 0x000040, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnLoadFailure' has a wrong offset!"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, SpawnedComponent) == 0x000058, "Member 'UAsyncTask_LoadXRDeviceVisComponent::SpawnedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash \ static_assert(alignof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ static_assert(sizeof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000038, "Wrong size on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Texture' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Translation) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Translation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Rotation) == 0x000014, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Rotation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Size) == 0x000020, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Size' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, DeltaRotation) == 0x000028, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, bClearBeforeAdd) == 0x000034, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::bClearBeforeAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_SetLoadingScreen \ static_assert(alignof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ static_assert(sizeof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000020, "Wrong size on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Texture' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Scale) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Scale' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Offset) == 0x000010, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Offset' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowLoadingMovie) == 0x00001C, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowLoadingMovie' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowOnSet) == 0x00001D, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowOnSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXRLoadingScreenFunctionLibrary \ static_assert(alignof(UXRLoadingScreenFunctionLibrary) == 0x000008, "Wrong alignment on UXRLoadingScreenFunctionLibrary"); \ static_assert(sizeof(UXRLoadingScreenFunctionLibrary) == 0x000028, "Wrong size on UXRLoadingScreenFunctionLibrary"); \ #define DUMPER7_ASSERTS_TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer \ static_assert(alignof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer) == 0x000004, "Wrong alignment on TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer"); \ static_assert(sizeof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer) == 0x000010, "Wrong size on TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer"); \ static_assert(offsetof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer, EntryPoint) == 0x000000, "Member 'TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer, K2Node_Event_EventName) == 0x000004, "Member 'TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000C, "Member 'TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer, CallFunc_Set_Contains_ReturnValue) == 0x00000D, "Member 'TutorialTask_Hammer_C_ExecuteUbergraph_TutorialTask_Hammer::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Hammer_C_OnTutorialEvent \ static_assert(alignof(TutorialTask_Hammer_C_OnTutorialEvent) == 0x000004, "Wrong alignment on TutorialTask_Hammer_C_OnTutorialEvent"); \ static_assert(sizeof(TutorialTask_Hammer_C_OnTutorialEvent) == 0x000008, "Wrong size on TutorialTask_Hammer_C_OnTutorialEvent"); \ static_assert(offsetof(TutorialTask_Hammer_C_OnTutorialEvent, EventName) == 0x000000, "Member 'TutorialTask_Hammer_C_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Hammer_C_CanStart \ static_assert(alignof(TutorialTask_Hammer_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_Hammer_C_CanStart"); \ static_assert(sizeof(TutorialTask_Hammer_C_CanStart) == 0x000003, "Wrong size on TutorialTask_Hammer_C_CanStart"); \ static_assert(offsetof(TutorialTask_Hammer_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Hammer_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Hammer_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000001, "Member 'TutorialTask_Hammer_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Hammer_C_CanStart, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'TutorialTask_Hammer_C_CanStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Hammer_C \ static_assert(alignof(UTutorialTask_Hammer_C) == 0x000008, "Wrong alignment on UTutorialTask_Hammer_C"); \ static_assert(sizeof(UTutorialTask_Hammer_C) == 0x000070, "Wrong size on UTutorialTask_Hammer_C"); \ static_assert(offsetof(UTutorialTask_Hammer_C, UberGraphFrame_TutorialTask_Hammer_C) == 0x000060, "Member 'UTutorialTask_Hammer_C::UberGraphFrame_TutorialTask_Hammer_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_Hammer_C, bTrainWasAttacked) == 0x000068, "Member 'UTutorialTask_Hammer_C::bTrainWasAttacked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARSessionFunctionLibrary_StartLuminARSession \ static_assert(alignof(LuminARSessionFunctionLibrary_StartLuminARSession) == 0x000008, "Wrong alignment on LuminARSessionFunctionLibrary_StartLuminARSession"); \ static_assert(sizeof(LuminARSessionFunctionLibrary_StartLuminARSession) == 0x000028, "Wrong size on LuminARSessionFunctionLibrary_StartLuminARSession"); \ static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, WorldContextObject) == 0x000000, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, LatentInfo) == 0x000008, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(LuminARSessionFunctionLibrary_StartLuminARSession, Configuration) == 0x000020, "Member 'LuminARSessionFunctionLibrary_StartLuminARSession::Configuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARSessionFunctionLibrary \ static_assert(alignof(ULuminARSessionFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARSessionFunctionLibrary"); \ static_assert(sizeof(ULuminARSessionFunctionLibrary) == 0x000028, "Wrong size on ULuminARSessionFunctionLibrary"); \ #define DUMPER7_ASSERTS_LuminARFrameFunctionLibrary_GetTrackingState \ static_assert(alignof(LuminARFrameFunctionLibrary_GetTrackingState) == 0x000001, "Wrong alignment on LuminARFrameFunctionLibrary_GetTrackingState"); \ static_assert(sizeof(LuminARFrameFunctionLibrary_GetTrackingState) == 0x000001, "Wrong size on LuminARFrameFunctionLibrary_GetTrackingState"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_GetTrackingState, ReturnValue) == 0x000000, "Member 'LuminARFrameFunctionLibrary_GetTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARFrameFunctionLibrary_LuminARLineTrace \ static_assert(alignof(LuminARFrameFunctionLibrary_LuminARLineTrace) == 0x000008, "Wrong alignment on LuminARFrameFunctionLibrary_LuminARLineTrace"); \ static_assert(sizeof(LuminARFrameFunctionLibrary_LuminARLineTrace) == 0x000078, "Wrong size on LuminARFrameFunctionLibrary_LuminARLineTrace"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, WorldContextObject) == 0x000000, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, ScreenPosition) == 0x000008, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, TraceChannels) == 0x000010, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::TraceChannels' has a wrong offset!"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, OutHitResults) == 0x000060, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::OutHitResults' has a wrong offset!"); \ static_assert(offsetof(LuminARFrameFunctionLibrary_LuminARLineTrace, ReturnValue) == 0x000070, "Member 'LuminARFrameFunctionLibrary_LuminARLineTrace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARFrameFunctionLibrary \ static_assert(alignof(ULuminARFrameFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARFrameFunctionLibrary"); \ static_assert(sizeof(ULuminARFrameFunctionLibrary) == 0x000028, "Wrong size on ULuminARFrameFunctionLibrary"); \ #define DUMPER7_ASSERTS_LuminARLightEstimate_GetAmbientIntensityNits \ static_assert(alignof(LuminARLightEstimate_GetAmbientIntensityNits) == 0x000008, "Wrong alignment on LuminARLightEstimate_GetAmbientIntensityNits"); \ static_assert(sizeof(LuminARLightEstimate_GetAmbientIntensityNits) == 0x000010, "Wrong size on LuminARLightEstimate_GetAmbientIntensityNits"); \ static_assert(offsetof(LuminARLightEstimate_GetAmbientIntensityNits, ReturnValue) == 0x000000, "Member 'LuminARLightEstimate_GetAmbientIntensityNits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARLightEstimate \ static_assert(alignof(ULuminARLightEstimate) == 0x000008, "Wrong alignment on ULuminARLightEstimate"); \ static_assert(sizeof(ULuminARLightEstimate) == 0x000050, "Wrong size on ULuminARLightEstimate"); \ static_assert(offsetof(ULuminARLightEstimate, AmbientIntensityNits) == 0x000040, "Member 'ULuminARLightEstimate::AmbientIntensityNits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage \ static_assert(alignof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage) == 0x000008, "Wrong alignment on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage"); \ static_assert(sizeof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage) == 0x000030, "Wrong size on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, SessionConfig) == 0x000000, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::SessionConfig' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, CandidateTexture) == 0x000008, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::CandidateTexture' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, FriendlyName) == 0x000010, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, PhysicalWidth) == 0x000020, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::PhysicalWidth' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, bUseUnreliablePose) == 0x000024, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::bUseUnreliablePose' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, bImageIsStationary) == 0x000025, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::bImageIsStationary' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage, ReturnValue) == 0x000028, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx \ static_assert(alignof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx) == 0x000008, "Wrong alignment on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx"); \ static_assert(sizeof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx) == 0x000030, "Wrong size on LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, SessionConfig) == 0x000000, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::SessionConfig' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, CandidateTexture) == 0x000008, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::CandidateTexture' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, FriendlyName) == 0x000010, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, PhysicalWidth) == 0x000020, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::PhysicalWidth' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, bUseUnreliablePose) == 0x000024, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::bUseUnreliablePose' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, bImageIsStationary) == 0x000025, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::bImageIsStationary' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, InAxisOrientation) == 0x000026, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::InAxisOrientation' has a wrong offset!"); \ static_assert(offsetof(LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx, ReturnValue) == 0x000028, "Member 'LuminARImageTrackingFunctionLibrary_AddLuminRuntimeCandidateImageEx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARImageTrackingFunctionLibrary \ static_assert(alignof(ULuminARImageTrackingFunctionLibrary) == 0x000008, "Wrong alignment on ULuminARImageTrackingFunctionLibrary"); \ static_assert(sizeof(ULuminARImageTrackingFunctionLibrary) == 0x000028, "Wrong size on ULuminARImageTrackingFunctionLibrary"); \ #define DUMPER7_ASSERTS_ALuminAROrigin \ static_assert(alignof(ALuminAROrigin) == 0x000008, "Wrong alignment on ALuminAROrigin"); \ static_assert(sizeof(ALuminAROrigin) == 0x0002E0, "Wrong size on ALuminAROrigin"); \ static_assert(offsetof(ALuminAROrigin, MRMeshComponent) == 0x000220, "Member 'ALuminAROrigin::MRMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ALuminAROrigin, PlaneSurfaceMaterial) == 0x000228, "Member 'ALuminAROrigin::PlaneSurfaceMaterial' has a wrong offset!"); \ static_assert(offsetof(ALuminAROrigin, WireframeMaterial) == 0x000230, "Member 'ALuminAROrigin::WireframeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARSessionConfig \ static_assert(alignof(ULuminARSessionConfig) == 0x000010, "Wrong alignment on ULuminARSessionConfig"); \ static_assert(sizeof(ULuminARSessionConfig) == 0x0001A0, "Wrong size on ULuminARSessionConfig"); \ static_assert(offsetof(ULuminARSessionConfig, PlanesQuery) == 0x000110, "Member 'ULuminARSessionConfig::PlanesQuery' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, MaxPlaneQueryResults) == 0x000170, "Member 'ULuminARSessionConfig::MaxPlaneQueryResults' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, MinPlaneArea) == 0x000174, "Member 'ULuminARSessionConfig::MinPlaneArea' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, bArbitraryOrientationPlaneDetection) == 0x000178, "Member 'ULuminARSessionConfig::bArbitraryOrientationPlaneDetection' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, PlaneSearchExtents) == 0x00017C, "Member 'ULuminARSessionConfig::PlaneSearchExtents' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, PlaneQueryFlags) == 0x000188, "Member 'ULuminARSessionConfig::PlaneQueryFlags' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, bDiscardZeroExtentPlanes) == 0x000198, "Member 'ULuminARSessionConfig::bDiscardZeroExtentPlanes' has a wrong offset!"); \ static_assert(offsetof(ULuminARSessionConfig, bDefaultUseUnreliablePose) == 0x000199, "Member 'ULuminARSessionConfig::bDefaultUseUnreliablePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARCandidateImage_GetAxisOrientation \ static_assert(alignof(LuminARCandidateImage_GetAxisOrientation) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetAxisOrientation"); \ static_assert(sizeof(LuminARCandidateImage_GetAxisOrientation) == 0x000001, "Wrong size on LuminARCandidateImage_GetAxisOrientation"); \ static_assert(offsetof(LuminARCandidateImage_GetAxisOrientation, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetAxisOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARCandidateImage_GetImageIsStationary \ static_assert(alignof(LuminARCandidateImage_GetImageIsStationary) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetImageIsStationary"); \ static_assert(sizeof(LuminARCandidateImage_GetImageIsStationary) == 0x000001, "Wrong size on LuminARCandidateImage_GetImageIsStationary"); \ static_assert(offsetof(LuminARCandidateImage_GetImageIsStationary, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetImageIsStationary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LuminARCandidateImage_GetUseUnreliablePose \ static_assert(alignof(LuminARCandidateImage_GetUseUnreliablePose) == 0x000001, "Wrong alignment on LuminARCandidateImage_GetUseUnreliablePose"); \ static_assert(sizeof(LuminARCandidateImage_GetUseUnreliablePose) == 0x000001, "Wrong size on LuminARCandidateImage_GetUseUnreliablePose"); \ static_assert(offsetof(LuminARCandidateImage_GetUseUnreliablePose, ReturnValue) == 0x000000, "Member 'LuminARCandidateImage_GetUseUnreliablePose::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminARCandidateImage \ static_assert(alignof(ULuminARCandidateImage) == 0x000008, "Wrong alignment on ULuminARCandidateImage"); \ static_assert(sizeof(ULuminARCandidateImage) == 0x000060, "Wrong size on ULuminARCandidateImage"); \ static_assert(offsetof(ULuminARCandidateImage, bUseUnreliablePose) == 0x000058, "Member 'ULuminARCandidateImage::bUseUnreliablePose' has a wrong offset!"); \ static_assert(offsetof(ULuminARCandidateImage, bImageIsStationary) == 0x000059, "Member 'ULuminARCandidateImage::bImageIsStationary' has a wrong offset!"); \ static_assert(offsetof(ULuminARCandidateImage, AxisOrientation) == 0x00005A, "Member 'ULuminARCandidateImage::AxisOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSkeletonDefinition \ static_assert(alignof(FARSkeletonDefinition) == 0x000008, "Wrong alignment on FARSkeletonDefinition"); \ static_assert(sizeof(FARSkeletonDefinition) == 0x000028, "Wrong size on FARSkeletonDefinition"); \ static_assert(offsetof(FARSkeletonDefinition, NumJoints) == 0x000000, "Member 'FARSkeletonDefinition::NumJoints' has a wrong offset!"); \ static_assert(offsetof(FARSkeletonDefinition, JointNames) == 0x000008, "Member 'FARSkeletonDefinition::JointNames' has a wrong offset!"); \ static_assert(offsetof(FARSkeletonDefinition, ParentIndices) == 0x000018, "Member 'FARSkeletonDefinition::ParentIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPose2D \ static_assert(alignof(FARPose2D) == 0x000008, "Wrong alignment on FARPose2D"); \ static_assert(sizeof(FARPose2D) == 0x000048, "Wrong size on FARPose2D"); \ static_assert(offsetof(FARPose2D, SkeletonDefinition) == 0x000000, "Member 'FARPose2D::SkeletonDefinition' has a wrong offset!"); \ static_assert(offsetof(FARPose2D, JointLocations) == 0x000028, "Member 'FARPose2D::JointLocations' has a wrong offset!"); \ static_assert(offsetof(FARPose2D, IsJointTracked) == 0x000038, "Member 'FARPose2D::IsJointTracked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrackedGeometryGroup \ static_assert(alignof(FTrackedGeometryGroup) == 0x000008, "Wrong alignment on FTrackedGeometryGroup"); \ static_assert(sizeof(FTrackedGeometryGroup) == 0x000018, "Wrong size on FTrackedGeometryGroup"); \ static_assert(offsetof(FTrackedGeometryGroup, ARActor) == 0x000000, "Member 'FTrackedGeometryGroup::ARActor' has a wrong offset!"); \ static_assert(offsetof(FTrackedGeometryGroup, ARComponent) == 0x000008, "Member 'FTrackedGeometryGroup::ARComponent' has a wrong offset!"); \ static_assert(offsetof(FTrackedGeometryGroup, TrackedGeometry) == 0x000010, "Member 'FTrackedGeometryGroup::TrackedGeometry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSessionPayload \ static_assert(alignof(FARSessionPayload) == 0x000008, "Wrong alignment on FARSessionPayload"); \ static_assert(sizeof(FARSessionPayload) == 0x000018, "Wrong size on FARSessionPayload"); \ static_assert(offsetof(FARSessionPayload, ConfigFlags) == 0x000000, "Member 'FARSessionPayload::ConfigFlags' has a wrong offset!"); \ static_assert(offsetof(FARSessionPayload, DefaultMeshMaterial) == 0x000008, "Member 'FARSessionPayload::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(FARSessionPayload, DefaultWireframeMeshMaterial) == 0x000010, "Member 'FARSessionPayload::DefaultWireframeMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARGeoAnchorUpdatePayload \ static_assert(alignof(FARGeoAnchorUpdatePayload) == 0x000010, "Wrong alignment on FARGeoAnchorUpdatePayload"); \ static_assert(sizeof(FARGeoAnchorUpdatePayload) == 0x000070, "Wrong size on FARGeoAnchorUpdatePayload"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, SessionPayload) == 0x000000, "Member 'FARGeoAnchorUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, WorldTransform) == 0x000020, "Member 'FARGeoAnchorUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, Longitude) == 0x000050, "Member 'FARGeoAnchorUpdatePayload::Longitude' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, Latitude) == 0x000054, "Member 'FARGeoAnchorUpdatePayload::Latitude' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeMeters) == 0x000058, "Member 'FARGeoAnchorUpdatePayload::AltitudeMeters' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeSource) == 0x00005C, "Member 'FARGeoAnchorUpdatePayload::AltitudeSource' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AnchorName) == 0x000060, "Member 'FARGeoAnchorUpdatePayload::AnchorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARMeshUpdatePayload \ static_assert(alignof(FARMeshUpdatePayload) == 0x000010, "Wrong alignment on FARMeshUpdatePayload"); \ static_assert(sizeof(FARMeshUpdatePayload) == 0x000060, "Wrong size on FARMeshUpdatePayload"); \ static_assert(offsetof(FARMeshUpdatePayload, SessionPayload) == 0x000000, "Member 'FARMeshUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARMeshUpdatePayload, WorldTransform) == 0x000020, "Member 'FARMeshUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARMeshUpdatePayload, ObjectClassification) == 0x000050, "Member 'FARMeshUpdatePayload::ObjectClassification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARObjectUpdatePayload \ static_assert(alignof(FARObjectUpdatePayload) == 0x000010, "Wrong alignment on FARObjectUpdatePayload"); \ static_assert(sizeof(FARObjectUpdatePayload) == 0x000030, "Wrong size on FARObjectUpdatePayload"); \ static_assert(offsetof(FARObjectUpdatePayload, WorldTransform) == 0x000000, "Member 'FARObjectUpdatePayload::WorldTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAREnvironmentProbeUpdatePayload \ static_assert(alignof(FAREnvironmentProbeUpdatePayload) == 0x000010, "Wrong alignment on FAREnvironmentProbeUpdatePayload"); \ static_assert(sizeof(FAREnvironmentProbeUpdatePayload) == 0x000030, "Wrong size on FAREnvironmentProbeUpdatePayload"); \ static_assert(offsetof(FAREnvironmentProbeUpdatePayload, WorldTransform) == 0x000000, "Member 'FAREnvironmentProbeUpdatePayload::WorldTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPoseUpdatePayload \ static_assert(alignof(FARPoseUpdatePayload) == 0x000010, "Wrong alignment on FARPoseUpdatePayload"); \ static_assert(sizeof(FARPoseUpdatePayload) == 0x000040, "Wrong size on FARPoseUpdatePayload"); \ static_assert(offsetof(FARPoseUpdatePayload, WorldTransform) == 0x000000, "Member 'FARPoseUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARPoseUpdatePayload, JointTransforms) == 0x000030, "Member 'FARPoseUpdatePayload::JointTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARVideoFormat \ static_assert(alignof(FARVideoFormat) == 0x000004, "Wrong alignment on FARVideoFormat"); \ static_assert(sizeof(FARVideoFormat) == 0x00000C, "Wrong size on FARVideoFormat"); \ static_assert(offsetof(FARVideoFormat, FPS) == 0x000000, "Member 'FARVideoFormat::FPS' has a wrong offset!"); \ static_assert(offsetof(FARVideoFormat, Width) == 0x000004, "Member 'FARVideoFormat::Width' has a wrong offset!"); \ static_assert(offsetof(FARVideoFormat, Height) == 0x000008, "Member 'FARVideoFormat::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARQRCodeUpdatePayload \ static_assert(alignof(FARQRCodeUpdatePayload) == 0x000010, "Wrong alignment on FARQRCodeUpdatePayload"); \ static_assert(sizeof(FARQRCodeUpdatePayload) == 0x000070, "Wrong size on FARQRCodeUpdatePayload"); \ static_assert(offsetof(FARQRCodeUpdatePayload, SessionPayload) == 0x000000, "Member 'FARQRCodeUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, WorldTransform) == 0x000020, "Member 'FARQRCodeUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, Extents) == 0x000050, "Member 'FARQRCodeUpdatePayload::Extents' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, QRCode) == 0x000060, "Member 'FARQRCodeUpdatePayload::QRCode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARImageUpdatePayload \ static_assert(alignof(FARImageUpdatePayload) == 0x000010, "Wrong alignment on FARImageUpdatePayload"); \ static_assert(sizeof(FARImageUpdatePayload) == 0x000060, "Wrong size on FARImageUpdatePayload"); \ static_assert(offsetof(FARImageUpdatePayload, SessionPayload) == 0x000000, "Member 'FARImageUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, WorldTransform) == 0x000020, "Member 'FARImageUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, DetectedImage) == 0x000050, "Member 'FARImageUpdatePayload::DetectedImage' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, EstimatedSize) == 0x000058, "Member 'FARImageUpdatePayload::EstimatedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARFaceUpdatePayload \ static_assert(alignof(FARFaceUpdatePayload) == 0x000008, "Wrong alignment on FARFaceUpdatePayload"); \ static_assert(sizeof(FARFaceUpdatePayload) == 0x000040, "Wrong size on FARFaceUpdatePayload"); \ static_assert(offsetof(FARFaceUpdatePayload, SessionPayload) == 0x000000, "Member 'FARFaceUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, LeftEyePosition) == 0x000018, "Member 'FARFaceUpdatePayload::LeftEyePosition' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, RightEyePosition) == 0x000024, "Member 'FARFaceUpdatePayload::RightEyePosition' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, LookAtTarget) == 0x000030, "Member 'FARFaceUpdatePayload::LookAtTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPointUpdatePayload \ static_assert(alignof(FARPointUpdatePayload) == 0x000001, "Wrong alignment on FARPointUpdatePayload"); \ static_assert(sizeof(FARPointUpdatePayload) == 0x000001, "Wrong size on FARPointUpdatePayload"); \ #define DUMPER7_ASSERTS_FARPlaneUpdatePayload \ static_assert(alignof(FARPlaneUpdatePayload) == 0x000010, "Wrong alignment on FARPlaneUpdatePayload"); \ static_assert(sizeof(FARPlaneUpdatePayload) == 0x000080, "Wrong size on FARPlaneUpdatePayload"); \ static_assert(offsetof(FARPlaneUpdatePayload, SessionPayload) == 0x000000, "Member 'FARPlaneUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, WorldTransform) == 0x000020, "Member 'FARPlaneUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, Center) == 0x000050, "Member 'FARPlaneUpdatePayload::Center' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, Extents) == 0x00005C, "Member 'FARPlaneUpdatePayload::Extents' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, BoundaryVertices) == 0x000068, "Member 'FARPlaneUpdatePayload::BoundaryVertices' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, ObjectClassification) == 0x000078, "Member 'FARPlaneUpdatePayload::ObjectClassification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSharedWorldReplicationState \ static_assert(alignof(FARSharedWorldReplicationState) == 0x000004, "Wrong alignment on FARSharedWorldReplicationState"); \ static_assert(sizeof(FARSharedWorldReplicationState) == 0x000008, "Wrong size on FARSharedWorldReplicationState"); \ static_assert(offsetof(FARSharedWorldReplicationState, PreviewImageOffset) == 0x000000, "Member 'FARSharedWorldReplicationState::PreviewImageOffset' has a wrong offset!"); \ static_assert(offsetof(FARSharedWorldReplicationState, ARWorldOffset) == 0x000004, "Member 'FARSharedWorldReplicationState::ARWorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARTraceResult \ static_assert(alignof(FARTraceResult) == 0x000010, "Wrong alignment on FARTraceResult"); \ static_assert(sizeof(FARTraceResult) == 0x000060, "Wrong size on FARTraceResult"); \ static_assert(offsetof(FARTraceResult, DistanceFromCamera) == 0x000000, "Member 'FARTraceResult::DistanceFromCamera' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, TraceChannel) == 0x000004, "Member 'FARTraceResult::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, LocalTransform) == 0x000010, "Member 'FARTraceResult::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, TrackedGeometry) == 0x000040, "Member 'FARTraceResult::TrackedGeometry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARCameraIntrinsics \ static_assert(alignof(FARCameraIntrinsics) == 0x000004, "Wrong alignment on FARCameraIntrinsics"); \ static_assert(sizeof(FARCameraIntrinsics) == 0x000018, "Wrong size on FARCameraIntrinsics"); \ static_assert(offsetof(FARCameraIntrinsics, ImageResolution) == 0x000000, "Member 'FARCameraIntrinsics::ImageResolution' has a wrong offset!"); \ static_assert(offsetof(FARCameraIntrinsics, FocalLength) == 0x000008, "Member 'FARCameraIntrinsics::FocalLength' has a wrong offset!"); \ static_assert(offsetof(FARCameraIntrinsics, PrincipalPoint) == 0x000010, "Member 'FARCameraIntrinsics::PrincipalPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPose3D \ static_assert(alignof(FARPose3D) == 0x000008, "Wrong alignment on FARPose3D"); \ static_assert(sizeof(FARPose3D) == 0x000050, "Wrong size on FARPose3D"); \ static_assert(offsetof(FARPose3D, SkeletonDefinition) == 0x000000, "Member 'FARPose3D::SkeletonDefinition' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, JointTransforms) == 0x000028, "Member 'FARPose3D::JointTransforms' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, IsJointTracked) == 0x000038, "Member 'FARPose3D::IsJointTracked' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, JointTransformSpace) == 0x000048, "Member 'FARPose3D::JointTransformSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSessionStatus \ static_assert(alignof(FARSessionStatus) == 0x000008, "Wrong alignment on FARSessionStatus"); \ static_assert(sizeof(FARSessionStatus) == 0x000018, "Wrong size on FARSessionStatus"); \ static_assert(offsetof(FARSessionStatus, AdditionalInfo) == 0x000000, "Member 'FARSessionStatus::AdditionalInfo' has a wrong offset!"); \ static_assert(offsetof(FARSessionStatus, Status) == 0x000010, "Member 'FARSessionStatus::Status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARComponent_GetMRMesh \ static_assert(alignof(ARComponent_GetMRMesh) == 0x000008, "Wrong alignment on ARComponent_GetMRMesh"); \ static_assert(sizeof(ARComponent_GetMRMesh) == 0x000008, "Wrong size on ARComponent_GetMRMesh"); \ static_assert(offsetof(ARComponent_GetMRMesh, ReturnValue) == 0x000000, "Member 'ARComponent_GetMRMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARComponent_SetNativeID \ static_assert(alignof(ARComponent_SetNativeID) == 0x000004, "Wrong alignment on ARComponent_SetNativeID"); \ static_assert(sizeof(ARComponent_SetNativeID) == 0x000010, "Wrong size on ARComponent_SetNativeID"); \ static_assert(offsetof(ARComponent_SetNativeID, NativeID_0) == 0x000000, "Member 'ARComponent_SetNativeID::NativeID_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARComponent \ static_assert(alignof(UARComponent) == 0x000010, "Wrong alignment on UARComponent"); \ static_assert(sizeof(UARComponent) == 0x000280, "Wrong size on UARComponent"); \ static_assert(offsetof(UARComponent, NativeID) == 0x0001F8, "Member 'UARComponent::NativeID' has a wrong offset!"); \ static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000238, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000240, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000248, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000250, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000258, "Member 'UARComponent::MyTrackedGeometry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARMeshComponent_ReceiveAdd \ static_assert(alignof(ARMeshComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveAdd"); \ static_assert(sizeof(ARMeshComponent_ReceiveAdd) == 0x000060, "Wrong size on ARMeshComponent_ReceiveAdd"); \ static_assert(offsetof(ARMeshComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARMeshComponent_ReceiveUpdate \ static_assert(alignof(ARMeshComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveUpdate"); \ static_assert(sizeof(ARMeshComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARMeshComponent_ReceiveUpdate"); \ static_assert(offsetof(ARMeshComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARMeshComponent_ServerUpdatePayload \ static_assert(alignof(ARMeshComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARMeshComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARMeshComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARMeshComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARMeshComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARMeshComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARMeshComponent \ static_assert(alignof(UARMeshComponent) == 0x000010, "Wrong alignment on UARMeshComponent"); \ static_assert(sizeof(UARMeshComponent) == 0x0002E0, "Wrong size on UARMeshComponent"); \ static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x000280, "Member 'UARMeshComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAROriginActor \ static_assert(alignof(AAROriginActor) == 0x000008, "Wrong alignment on AAROriginActor"); \ static_assert(sizeof(AAROriginActor) == 0x000220, "Wrong size on AAROriginActor"); \ #define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateImage \ static_assert(alignof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateImage"); \ static_assert(sizeof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateImage"); \ static_assert(offsetof(ARSessionConfig_AddCandidateImage, NewCandidateImage) == 0x000000, "Member 'ARSessionConfig_AddCandidateImage::NewCandidateImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateObject \ static_assert(alignof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateObject"); \ static_assert(sizeof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateObject"); \ static_assert(offsetof(ARSessionConfig_AddCandidateObject, CandidateObject) == 0x000000, "Member 'ARSessionConfig_AddCandidateObject::CandidateObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetCandidateObjectList \ static_assert(alignof(ARSessionConfig_SetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_SetCandidateObjectList"); \ static_assert(sizeof(ARSessionConfig_SetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_SetCandidateObjectList"); \ static_assert(offsetof(ARSessionConfig_SetCandidateObjectList, InCandidateObjects) == 0x000000, "Member 'ARSessionConfig_SetCandidateObjectList::InCandidateObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetDesiredVideoFormat \ static_assert(alignof(ARSessionConfig_SetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_SetDesiredVideoFormat"); \ static_assert(sizeof(ARSessionConfig_SetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_SetDesiredVideoFormat"); \ static_assert(offsetof(ARSessionConfig_SetDesiredVideoFormat, NewFormat) == 0x000000, "Member 'ARSessionConfig_SetDesiredVideoFormat::NewFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetEnableAutoFocus \ static_assert(alignof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_SetEnableAutoFocus"); \ static_assert(sizeof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_SetEnableAutoFocus"); \ static_assert(offsetof(ARSessionConfig_SetEnableAutoFocus, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetEnableAutoFocus::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingDirection \ static_assert(alignof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingDirection"); \ static_assert(sizeof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingDirection"); \ static_assert(offsetof(ARSessionConfig_SetFaceTrackingDirection, InDirection) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingUpdate \ static_assert(alignof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingUpdate"); \ static_assert(sizeof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingUpdate"); \ static_assert(offsetof(ARSessionConfig_SetFaceTrackingUpdate, InUpdate) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingUpdate::InUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetResetCameraTracking \ static_assert(alignof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetCameraTracking"); \ static_assert(sizeof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_SetResetCameraTracking"); \ static_assert(offsetof(ARSessionConfig_SetResetCameraTracking, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetCameraTracking::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetResetTrackedObjects \ static_assert(alignof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetTrackedObjects"); \ static_assert(sizeof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_SetResetTrackedObjects"); \ static_assert(offsetof(ARSessionConfig_SetResetTrackedObjects, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetTrackedObjects::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetSceneReconstructionMethod \ static_assert(alignof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_SetSceneReconstructionMethod"); \ static_assert(sizeof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_SetSceneReconstructionMethod"); \ static_assert(offsetof(ARSessionConfig_SetSceneReconstructionMethod, InSceneReconstructionMethod) == 0x000000, "Member 'ARSessionConfig_SetSceneReconstructionMethod::InSceneReconstructionMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetSessionTrackingFeatureToEnable \ static_assert(alignof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong alignment on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ static_assert(sizeof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong size on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ static_assert(offsetof(ARSessionConfig_SetSessionTrackingFeatureToEnable, InSessionTrackingFeature) == 0x000000, "Member 'ARSessionConfig_SetSessionTrackingFeatureToEnable::InSessionTrackingFeature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetWorldMapData \ static_assert(alignof(ARSessionConfig_SetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_SetWorldMapData"); \ static_assert(sizeof(ARSessionConfig_SetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_SetWorldMapData"); \ static_assert(offsetof(ARSessionConfig_SetWorldMapData, WorldMapData_0) == 0x000000, "Member 'ARSessionConfig_SetWorldMapData::WorldMapData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateImageList \ static_assert(alignof(ARSessionConfig_GetCandidateImageList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateImageList"); \ static_assert(sizeof(ARSessionConfig_GetCandidateImageList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateImageList"); \ static_assert(offsetof(ARSessionConfig_GetCandidateImageList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateImageList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateObjectList \ static_assert(alignof(ARSessionConfig_GetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateObjectList"); \ static_assert(sizeof(ARSessionConfig_GetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateObjectList"); \ static_assert(offsetof(ARSessionConfig_GetCandidateObjectList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateObjectList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetDesiredVideoFormat \ static_assert(alignof(ARSessionConfig_GetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_GetDesiredVideoFormat"); \ static_assert(sizeof(ARSessionConfig_GetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_GetDesiredVideoFormat"); \ static_assert(offsetof(ARSessionConfig_GetDesiredVideoFormat, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetDesiredVideoFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetEnabledSessionTrackingFeature \ static_assert(alignof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ static_assert(sizeof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong size on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ static_assert(offsetof(ARSessionConfig_GetEnabledSessionTrackingFeature, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnabledSessionTrackingFeature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetEnvironmentCaptureProbeType \ static_assert(alignof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ static_assert(sizeof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong size on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ static_assert(offsetof(ARSessionConfig_GetEnvironmentCaptureProbeType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnvironmentCaptureProbeType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingDirection \ static_assert(alignof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingDirection"); \ static_assert(sizeof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingDirection"); \ static_assert(offsetof(ARSessionConfig_GetFaceTrackingDirection, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingUpdate \ static_assert(alignof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingUpdate"); \ static_assert(sizeof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingUpdate"); \ static_assert(offsetof(ARSessionConfig_GetFaceTrackingUpdate, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFrameSyncMode \ static_assert(alignof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetFrameSyncMode"); \ static_assert(sizeof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong size on ARSessionConfig_GetFrameSyncMode"); \ static_assert(offsetof(ARSessionConfig_GetFrameSyncMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFrameSyncMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetLightEstimationMode \ static_assert(alignof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetLightEstimationMode"); \ static_assert(sizeof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong size on ARSessionConfig_GetLightEstimationMode"); \ static_assert(offsetof(ARSessionConfig_GetLightEstimationMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetLightEstimationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetMaxNumSimultaneousImagesTracked \ static_assert(alignof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong alignment on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ static_assert(sizeof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong size on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ static_assert(offsetof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetMaxNumSimultaneousImagesTracked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetPlaneDetectionMode \ static_assert(alignof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetPlaneDetectionMode"); \ static_assert(sizeof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong size on ARSessionConfig_GetPlaneDetectionMode"); \ static_assert(offsetof(ARSessionConfig_GetPlaneDetectionMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetPlaneDetectionMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetSceneReconstructionMethod \ static_assert(alignof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_GetSceneReconstructionMethod"); \ static_assert(sizeof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_GetSceneReconstructionMethod"); \ static_assert(offsetof(ARSessionConfig_GetSceneReconstructionMethod, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSceneReconstructionMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetSessionType \ static_assert(alignof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong alignment on ARSessionConfig_GetSessionType"); \ static_assert(sizeof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong size on ARSessionConfig_GetSessionType"); \ static_assert(offsetof(ARSessionConfig_GetSessionType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSessionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetWorldAlignment \ static_assert(alignof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong alignment on ARSessionConfig_GetWorldAlignment"); \ static_assert(sizeof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong size on ARSessionConfig_GetWorldAlignment"); \ static_assert(offsetof(ARSessionConfig_GetWorldAlignment, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldAlignment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetWorldMapData \ static_assert(alignof(ARSessionConfig_GetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_GetWorldMapData"); \ static_assert(sizeof(ARSessionConfig_GetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_GetWorldMapData"); \ static_assert(offsetof(ARSessionConfig_GetWorldMapData, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldMapData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableAutoFocus \ static_assert(alignof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableAutoFocus"); \ static_assert(sizeof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableAutoFocus"); \ static_assert(offsetof(ARSessionConfig_ShouldEnableAutoFocus, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableAutoFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableCameraTracking \ static_assert(alignof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableCameraTracking"); \ static_assert(sizeof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableCameraTracking"); \ static_assert(offsetof(ARSessionConfig_ShouldEnableCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableCameraTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldRenderCameraOverlay \ static_assert(alignof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldRenderCameraOverlay"); \ static_assert(sizeof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong size on ARSessionConfig_ShouldRenderCameraOverlay"); \ static_assert(offsetof(ARSessionConfig_ShouldRenderCameraOverlay, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldRenderCameraOverlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetCameraTracking \ static_assert(alignof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetCameraTracking"); \ static_assert(sizeof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetCameraTracking"); \ static_assert(offsetof(ARSessionConfig_ShouldResetCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetCameraTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetTrackedObjects \ static_assert(alignof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetTrackedObjects"); \ static_assert(sizeof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetTrackedObjects"); \ static_assert(offsetof(ARSessionConfig_ShouldResetTrackedObjects, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetTrackedObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARSessionConfig \ static_assert(alignof(UARSessionConfig) == 0x000008, "Wrong alignment on UARSessionConfig"); \ static_assert(sizeof(UARSessionConfig) == 0x000110, "Wrong size on UARSessionConfig"); \ static_assert(offsetof(UARSessionConfig, bGenerateMeshDataFromTrackedGeometry) == 0x000030, "Member 'UARSessionConfig::bGenerateMeshDataFromTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bGenerateCollisionForMeshData) == 0x000031, "Member 'UARSessionConfig::bGenerateCollisionForMeshData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bGenerateNavMeshForMeshData) == 0x000032, "Member 'UARSessionConfig::bGenerateNavMeshForMeshData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseMeshDataForOcclusion) == 0x000033, "Member 'UARSessionConfig::bUseMeshDataForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bRenderMeshDataInWireframe) == 0x000034, "Member 'UARSessionConfig::bRenderMeshDataInWireframe' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bTrackSceneObjects) == 0x000035, "Member 'UARSessionConfig::bTrackSceneObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUsePersonSegmentationForOcclusion) == 0x000036, "Member 'UARSessionConfig::bUsePersonSegmentationForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseSceneDepthForOcclusion) == 0x000037, "Member 'UARSessionConfig::bUseSceneDepthForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseAutomaticImageScaleEstimation) == 0x000038, "Member 'UARSessionConfig::bUseAutomaticImageScaleEstimation' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseStandardOnboardingUX) == 0x000039, "Member 'UARSessionConfig::bUseStandardOnboardingUX' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, WorldAlignment) == 0x00003A, "Member 'UARSessionConfig::WorldAlignment' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SessionType) == 0x00003B, "Member 'UARSessionConfig::SessionType' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PlaneDetectionMode) == 0x00003C, "Member 'UARSessionConfig::PlaneDetectionMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bHorizontalPlaneDetection) == 0x00003D, "Member 'UARSessionConfig::bHorizontalPlaneDetection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bVerticalPlaneDetection) == 0x00003E, "Member 'UARSessionConfig::bVerticalPlaneDetection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutoFocus) == 0x00003F, "Member 'UARSessionConfig::bEnableAutoFocus' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, LightEstimationMode) == 0x000040, "Member 'UARSessionConfig::LightEstimationMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FrameSyncMode) == 0x000041, "Member 'UARSessionConfig::FrameSyncMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraOverlay) == 0x000042, "Member 'UARSessionConfig::bEnableAutomaticCameraOverlay' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraTracking) == 0x000043, "Member 'UARSessionConfig::bEnableAutomaticCameraTracking' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bResetCameraTracking) == 0x000044, "Member 'UARSessionConfig::bResetCameraTracking' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bResetTrackedObjects) == 0x000045, "Member 'UARSessionConfig::bResetTrackedObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, CandidateImages) == 0x000048, "Member 'UARSessionConfig::CandidateImages' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MaxNumSimultaneousImagesTracked) == 0x000058, "Member 'UARSessionConfig::MaxNumSimultaneousImagesTracked' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnvironmentCaptureProbeType) == 0x00005C, "Member 'UARSessionConfig::EnvironmentCaptureProbeType' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, WorldMapData) == 0x000060, "Member 'UARSessionConfig::WorldMapData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, CandidateObjects) == 0x000070, "Member 'UARSessionConfig::CandidateObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DesiredVideoFormat) == 0x000080, "Member 'UARSessionConfig::DesiredVideoFormat' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseOptimalVideoFormat) == 0x00008C, "Member 'UARSessionConfig::bUseOptimalVideoFormat' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceTrackingDirection) == 0x00008D, "Member 'UARSessionConfig::FaceTrackingDirection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceTrackingUpdate) == 0x00008E, "Member 'UARSessionConfig::FaceTrackingUpdate' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MaxNumberOfTrackedFaces) == 0x000090, "Member 'UARSessionConfig::MaxNumberOfTrackedFaces' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SerializedARCandidateImageDatabase) == 0x000098, "Member 'UARSessionConfig::SerializedARCandidateImageDatabase' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnabledSessionTrackingFeature) == 0x0000A8, "Member 'UARSessionConfig::EnabledSessionTrackingFeature' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SceneReconstructionMethod) == 0x0000A9, "Member 'UARSessionConfig::SceneReconstructionMethod' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PlaneComponentClass) == 0x0000B0, "Member 'UARSessionConfig::PlaneComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PointComponentClass) == 0x0000B8, "Member 'UARSessionConfig::PointComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceComponentClass) == 0x0000C0, "Member 'UARSessionConfig::FaceComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, ImageComponentClass) == 0x0000C8, "Member 'UARSessionConfig::ImageComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, QRCodeComponentClass) == 0x0000D0, "Member 'UARSessionConfig::QRCodeComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PoseComponentClass) == 0x0000D8, "Member 'UARSessionConfig::PoseComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnvironmentProbeComponentClass) == 0x0000E0, "Member 'UARSessionConfig::EnvironmentProbeComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, ObjectComponentClass) == 0x0000E8, "Member 'UARSessionConfig::ObjectComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MeshComponentClass) == 0x0000F0, "Member 'UARSessionConfig::MeshComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, GeoAnchorComponentClass) == 0x0000F8, "Member 'UARSessionConfig::GeoAnchorComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DefaultMeshMaterial) == 0x000100, "Member 'UARSessionConfig::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DefaultWireframeMeshMaterial) == 0x000108, "Member 'UARSessionConfig::DefaultWireframeMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARLightEstimate \ static_assert(alignof(UARLightEstimate) == 0x000008, "Wrong alignment on UARLightEstimate"); \ static_assert(sizeof(UARLightEstimate) == 0x000028, "Wrong size on UARLightEstimate"); \ #define DUMPER7_ASSERTS_UARBaseAsyncTaskBlueprintProxy \ static_assert(alignof(UARBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARBaseAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UARBaseAsyncTaskBlueprintProxy) == 0x000050, "Wrong size on UARBaseAsyncTaskBlueprintProxy"); \ #define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability \ static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000010, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, ReturnValue) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation \ static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000018, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Longitude) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Longitude' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Latitude) == 0x00000C, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Latitude' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, ReturnValue) == 0x000010, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy \ static_assert(alignof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetDistanceFromCamera \ static_assert(alignof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetDistanceFromCamera"); \ static_assert(sizeof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x000070, "Wrong size on ARTraceResultLibrary_GetDistanceFromCamera"); \ static_assert(offsetof(ARTraceResultLibrary_GetDistanceFromCamera, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetDistanceFromCamera::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetDistanceFromCamera, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetDistanceFromCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalToTrackingTransform \ static_assert(alignof(ARTraceResultLibrary_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalToTrackingTransform"); \ static_assert(sizeof(ARTraceResultLibrary_GetLocalToTrackingTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalToTrackingTransform"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalToTrackingTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalToTrackingTransform::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalToTrackingTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalToWorldTransform \ static_assert(alignof(ARTraceResultLibrary_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalToWorldTransform"); \ static_assert(sizeof(ARTraceResultLibrary_GetLocalToWorldTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalToWorldTransform"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalToWorldTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalToWorldTransform::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalToWorldTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalTransform \ static_assert(alignof(ARTraceResultLibrary_GetLocalTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalTransform"); \ static_assert(sizeof(ARTraceResultLibrary_GetLocalTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalTransform"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalTransform::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetLocalTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetTraceChannel \ static_assert(alignof(ARTraceResultLibrary_GetTraceChannel) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetTraceChannel"); \ static_assert(sizeof(ARTraceResultLibrary_GetTraceChannel) == 0x000070, "Wrong size on ARTraceResultLibrary_GetTraceChannel"); \ static_assert(offsetof(ARTraceResultLibrary_GetTraceChannel, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetTraceChannel::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetTraceChannel, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetTraceChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTraceResultLibrary_GetTrackedGeometry \ static_assert(alignof(ARTraceResultLibrary_GetTrackedGeometry) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetTrackedGeometry"); \ static_assert(sizeof(ARTraceResultLibrary_GetTrackedGeometry) == 0x000070, "Wrong size on ARTraceResultLibrary_GetTrackedGeometry"); \ static_assert(offsetof(ARTraceResultLibrary_GetTrackedGeometry, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetTrackedGeometry::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARTraceResultLibrary_GetTrackedGeometry, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetTrackedGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTraceResultLibrary \ static_assert(alignof(UARTraceResultLibrary) == 0x000008, "Wrong alignment on UARTraceResultLibrary"); \ static_assert(sizeof(UARTraceResultLibrary) == 0x000028, "Wrong size on UARTraceResultLibrary"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColor \ static_assert(alignof(ARBasicLightEstimate_GetAmbientColor) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColor"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientColor) == 0x000010, "Wrong size on ARBasicLightEstimate_GetAmbientColor"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientColor, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColorTemperatureKelvin \ static_assert(alignof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColorTemperatureKelvin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientIntensityLumens \ static_assert(alignof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientIntensityLumens, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientIntensityLumens::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARBasicLightEstimate \ static_assert(alignof(UARBasicLightEstimate) == 0x000008, "Wrong alignment on UARBasicLightEstimate"); \ static_assert(sizeof(UARBasicLightEstimate) == 0x000040, "Wrong size on UARBasicLightEstimate"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientIntensityLumens) == 0x000028, "Member 'UARBasicLightEstimate::AmbientIntensityLumens' has a wrong offset!"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientColorTemperatureKelvin) == 0x00002C, "Member 'UARBasicLightEstimate::AmbientColorTemperatureKelvin' has a wrong offset!"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientColor) == 0x000030, "Member 'UARBasicLightEstimate::AmbientColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetCandidateTexture \ static_assert(alignof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong alignment on ARCandidateImage_GetCandidateTexture"); \ static_assert(sizeof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong size on ARCandidateImage_GetCandidateTexture"); \ static_assert(offsetof(ARCandidateImage_GetCandidateTexture, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetCandidateTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetFriendlyName \ static_assert(alignof(ARCandidateImage_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateImage_GetFriendlyName"); \ static_assert(sizeof(ARCandidateImage_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateImage_GetFriendlyName"); \ static_assert(offsetof(ARCandidateImage_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetFriendlyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetOrientation \ static_assert(alignof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong alignment on ARCandidateImage_GetOrientation"); \ static_assert(sizeof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong size on ARCandidateImage_GetOrientation"); \ static_assert(offsetof(ARCandidateImage_GetOrientation, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalHeight \ static_assert(alignof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalHeight"); \ static_assert(sizeof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalHeight"); \ static_assert(offsetof(ARCandidateImage_GetPhysicalHeight, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalWidth \ static_assert(alignof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalWidth"); \ static_assert(sizeof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalWidth"); \ static_assert(offsetof(ARCandidateImage_GetPhysicalWidth, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARCandidateImage \ static_assert(alignof(UARCandidateImage) == 0x000008, "Wrong alignment on UARCandidateImage"); \ static_assert(sizeof(UARCandidateImage) == 0x000058, "Wrong size on UARCandidateImage"); \ static_assert(offsetof(UARCandidateImage, CandidateTexture) == 0x000030, "Member 'UARCandidateImage::CandidateTexture' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, FriendlyName) == 0x000038, "Member 'UARCandidateImage::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Width) == 0x000048, "Member 'UARCandidateImage::Width' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Height) == 0x00004C, "Member 'UARCandidateImage::Height' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Orientation) == 0x000050, "Member 'UARCandidateImage::Orientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARActor_AddARComponent \ static_assert(alignof(ARActor_AddARComponent) == 0x000008, "Wrong alignment on ARActor_AddARComponent"); \ static_assert(sizeof(ARActor_AddARComponent) == 0x000020, "Wrong size on ARActor_AddARComponent"); \ static_assert(offsetof(ARActor_AddARComponent, InComponentClass) == 0x000000, "Member 'ARActor_AddARComponent::InComponentClass' has a wrong offset!"); \ static_assert(offsetof(ARActor_AddARComponent, NativeID) == 0x000008, "Member 'ARActor_AddARComponent::NativeID' has a wrong offset!"); \ static_assert(offsetof(ARActor_AddARComponent, ReturnValue) == 0x000018, "Member 'ARActor_AddARComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARActor \ static_assert(alignof(AARActor) == 0x000008, "Wrong alignment on AARActor"); \ static_assert(sizeof(AARActor) == 0x000220, "Wrong size on AARActor"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_AddManualEnvironmentCaptureProbe \ static_assert(alignof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x000004, "Wrong alignment on ARBlueprintLibrary_AddManualEnvironmentCaptureProbe"); \ static_assert(sizeof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x00001C, "Wrong size on ARBlueprintLibrary_AddManualEnvironmentCaptureProbe"); \ static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, Location) == 0x000000, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::Location' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, Extent) == 0x00000C, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::Extent' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, ReturnValue) == 0x000018, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_AddRuntimeCandidateImage \ static_assert(alignof(ARBlueprintLibrary_AddRuntimeCandidateImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_AddRuntimeCandidateImage"); \ static_assert(sizeof(ARBlueprintLibrary_AddRuntimeCandidateImage) == 0x000030, "Wrong size on ARBlueprintLibrary_AddRuntimeCandidateImage"); \ static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, SessionConfig) == 0x000000, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::SessionConfig' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, CandidateTexture) == 0x000008, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::CandidateTexture' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, FriendlyName) == 0x000010, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, PhysicalWidth) == 0x000020, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::PhysicalWidth' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, ReturnValue) == 0x000028, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_AddTrackedPointWithName \ static_assert(alignof(ARBlueprintLibrary_AddTrackedPointWithName) == 0x000010, "Wrong alignment on ARBlueprintLibrary_AddTrackedPointWithName"); \ static_assert(sizeof(ARBlueprintLibrary_AddTrackedPointWithName) == 0x000050, "Wrong size on ARBlueprintLibrary_AddTrackedPointWithName"); \ static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, WorldTransform) == 0x000000, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, PointName) == 0x000030, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::PointName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, bDeletePointsWithSameName) == 0x000040, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::bDeletePointsWithSameName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, ReturnValue) == 0x000041, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_CalculateAlignmentTransform \ static_assert(alignof(ARBlueprintLibrary_CalculateAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_CalculateAlignmentTransform"); \ static_assert(sizeof(ARBlueprintLibrary_CalculateAlignmentTransform) == 0x000090, "Wrong size on ARBlueprintLibrary_CalculateAlignmentTransform"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, TransformInFirstCoordinateSystem) == 0x000000, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::TransformInFirstCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, TransformInSecondCoordinateSystem) == 0x000030, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::TransformInSecondCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, AlignmentTransform) == 0x000060, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::AlignmentTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_CalculateClosestIntersection \ static_assert(alignof(ARBlueprintLibrary_CalculateClosestIntersection) == 0x000008, "Wrong alignment on ARBlueprintLibrary_CalculateClosestIntersection"); \ static_assert(sizeof(ARBlueprintLibrary_CalculateClosestIntersection) == 0x000030, "Wrong size on ARBlueprintLibrary_CalculateClosestIntersection"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, StartPoints) == 0x000000, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::StartPoints' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, Endpoints) == 0x000010, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::Endpoints' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, ClosestIntersection) == 0x000020, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::ClosestIntersection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_DebugDrawPin \ static_assert(alignof(ARBlueprintLibrary_DebugDrawPin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_DebugDrawPin"); \ static_assert(sizeof(ARBlueprintLibrary_DebugDrawPin) == 0x000028, "Wrong size on ARBlueprintLibrary_DebugDrawPin"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, ARPin) == 0x000000, "Member 'ARBlueprintLibrary_DebugDrawPin::ARPin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, WorldContextObject) == 0x000008, "Member 'ARBlueprintLibrary_DebugDrawPin::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, Color) == 0x000010, "Member 'ARBlueprintLibrary_DebugDrawPin::Color' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, Scale) == 0x000020, "Member 'ARBlueprintLibrary_DebugDrawPin::Scale' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, PersistForSeconds) == 0x000024, "Member 'ARBlueprintLibrary_DebugDrawPin::PersistForSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_DebugDrawTrackedGeometry \ static_assert(alignof(ARBlueprintLibrary_DebugDrawTrackedGeometry) == 0x000008, "Wrong alignment on ARBlueprintLibrary_DebugDrawTrackedGeometry"); \ static_assert(sizeof(ARBlueprintLibrary_DebugDrawTrackedGeometry) == 0x000028, "Wrong size on ARBlueprintLibrary_DebugDrawTrackedGeometry"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, TrackedGeometry) == 0x000000, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::TrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, WorldContextObject) == 0x000008, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, Color) == 0x000010, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::Color' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, OutlineThickness) == 0x000020, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::OutlineThickness' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, PersistForSeconds) == 0x000024, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::PersistForSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_FindTrackedPointsByName \ static_assert(alignof(ARBlueprintLibrary_FindTrackedPointsByName) == 0x000008, "Wrong alignment on ARBlueprintLibrary_FindTrackedPointsByName"); \ static_assert(sizeof(ARBlueprintLibrary_FindTrackedPointsByName) == 0x000020, "Wrong size on ARBlueprintLibrary_FindTrackedPointsByName"); \ static_assert(offsetof(ARBlueprintLibrary_FindTrackedPointsByName, PointName) == 0x000000, "Member 'ARBlueprintLibrary_FindTrackedPointsByName::PointName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_FindTrackedPointsByName, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_FindTrackedPointsByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAlignmentTransform \ static_assert(alignof(ARBlueprintLibrary_GetAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_GetAlignmentTransform"); \ static_assert(sizeof(ARBlueprintLibrary_GetAlignmentTransform) == 0x000030, "Wrong size on ARBlueprintLibrary_GetAlignmentTransform"); \ static_assert(offsetof(ARBlueprintLibrary_GetAlignmentTransform, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAlignmentTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllGeometries \ static_assert(alignof(ARBlueprintLibrary_GetAllGeometries) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllGeometries"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllGeometries) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllGeometries"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllGeometries, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllGeometries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllGeometriesByClass \ static_assert(alignof(ARBlueprintLibrary_GetAllGeometriesByClass) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllGeometriesByClass"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllGeometriesByClass) == 0x000018, "Wrong size on ARBlueprintLibrary_GetAllGeometriesByClass"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllGeometriesByClass, GeometryClass) == 0x000000, "Member 'ARBlueprintLibrary_GetAllGeometriesByClass::GeometryClass' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllGeometriesByClass, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetAllGeometriesByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllPins \ static_assert(alignof(ARBlueprintLibrary_GetAllPins) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllPins"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllPins) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllPins"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllPins, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllPins::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTracked2DPoses \ static_assert(alignof(ARBlueprintLibrary_GetAllTracked2DPoses) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTracked2DPoses"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTracked2DPoses) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTracked2DPoses"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTracked2DPoses, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTracked2DPoses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes \ static_assert(alignof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedImages \ static_assert(alignof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedImages"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedImages"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedImages, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedImages::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPlanes \ static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPlanes"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPlanes"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPlanes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPlanes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoints \ static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoints"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoints"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoints, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoses \ static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoses"); \ static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoses"); \ static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoses, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARSessionStatus \ static_assert(alignof(ARBlueprintLibrary_GetARSessionStatus) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARSessionStatus"); \ static_assert(sizeof(ARBlueprintLibrary_GetARSessionStatus) == 0x000018, "Wrong size on ARBlueprintLibrary_GetARSessionStatus"); \ static_assert(offsetof(ARBlueprintLibrary_GetARSessionStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARSessionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARTexture \ static_assert(alignof(ARBlueprintLibrary_GetARTexture) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARTexture"); \ static_assert(sizeof(ARBlueprintLibrary_GetARTexture) == 0x000010, "Wrong size on ARBlueprintLibrary_GetARTexture"); \ static_assert(offsetof(ARBlueprintLibrary_GetARTexture, TextureType) == 0x000000, "Member 'ARBlueprintLibrary_GetARTexture::TextureType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetARTexture, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetARTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARWorldScale \ static_assert(alignof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetARWorldScale"); \ static_assert(sizeof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong size on ARBlueprintLibrary_GetARWorldScale"); \ static_assert(offsetof(ARBlueprintLibrary_GetARWorldScale, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARWorldScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraDepth \ static_assert(alignof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraDepth"); \ static_assert(sizeof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraDepth"); \ static_assert(offsetof(ARBlueprintLibrary_GetCameraDepth, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraDepth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraImage \ static_assert(alignof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraImage"); \ static_assert(sizeof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraImage"); \ static_assert(offsetof(ARBlueprintLibrary_GetCameraImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraIntrinsics \ static_assert(alignof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetCameraIntrinsics"); \ static_assert(sizeof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x00001C, "Wrong size on ARBlueprintLibrary_GetCameraIntrinsics"); \ static_assert(offsetof(ARBlueprintLibrary_GetCameraIntrinsics, OutCameraIntrinsics) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraIntrinsics::OutCameraIntrinsics' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetCameraIntrinsics, ReturnValue) == 0x000018, "Member 'ARBlueprintLibrary_GetCameraIntrinsics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCurrentLightEstimate \ static_assert(alignof(ARBlueprintLibrary_GetCurrentLightEstimate) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCurrentLightEstimate"); \ static_assert(sizeof(ARBlueprintLibrary_GetCurrentLightEstimate) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCurrentLightEstimate"); \ static_assert(offsetof(ARBlueprintLibrary_GetCurrentLightEstimate, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCurrentLightEstimate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetNumberOfTrackedFacesSupported \ static_assert(alignof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetNumberOfTrackedFacesSupported"); \ static_assert(sizeof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported) == 0x000004, "Wrong size on ARBlueprintLibrary_GetNumberOfTrackedFacesSupported"); \ static_assert(offsetof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetNumberOfTrackedFacesSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetObjectClassificationAtLocation \ static_assert(alignof(ARBlueprintLibrary_GetObjectClassificationAtLocation) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetObjectClassificationAtLocation"); \ static_assert(sizeof(ARBlueprintLibrary_GetObjectClassificationAtLocation) == 0x000024, "Wrong size on ARBlueprintLibrary_GetObjectClassificationAtLocation"); \ static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, InWorldLocation) == 0x000000, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::InWorldLocation' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, OutClassification) == 0x00000C, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000010, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x00001C, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, ReturnValue) == 0x000020, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPersonSegmentationDepthImage \ static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationDepthImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationDepthImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPersonSegmentationImage \ static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationImage"); \ static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationImage"); \ static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPointCloud \ static_assert(alignof(ARBlueprintLibrary_GetPointCloud) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPointCloud"); \ static_assert(sizeof(ARBlueprintLibrary_GetPointCloud) == 0x000010, "Wrong size on ARBlueprintLibrary_GetPointCloud"); \ static_assert(offsetof(ARBlueprintLibrary_GetPointCloud, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPointCloud::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSessionConfig \ static_assert(alignof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSessionConfig"); \ static_assert(sizeof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong size on ARBlueprintLibrary_GetSessionConfig"); \ static_assert(offsetof(ARBlueprintLibrary_GetSessionConfig, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetSessionConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSupportedVideoFormats \ static_assert(alignof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSupportedVideoFormats"); \ static_assert(sizeof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000018, "Wrong size on ARBlueprintLibrary_GetSupportedVideoFormats"); \ static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::SessionType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQuality \ static_assert(alignof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQuality"); \ static_assert(sizeof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQuality"); \ static_assert(offsetof(ARBlueprintLibrary_GetTrackingQuality, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQualityReason \ static_assert(alignof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQualityReason"); \ static_assert(sizeof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQualityReason"); \ static_assert(offsetof(ARBlueprintLibrary_GetTrackingQualityReason, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQualityReason::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_GetWorldMappingStatus \ static_assert(alignof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetWorldMappingStatus"); \ static_assert(sizeof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong size on ARBlueprintLibrary_GetWorldMappingStatus"); \ static_assert(offsetof(ARBlueprintLibrary_GetWorldMappingStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetWorldMappingStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreReady \ static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreReady, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreSupported \ static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARSupported \ static_assert(alignof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARSupported"); \ static_assert(sizeof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARSupported"); \ static_assert(offsetof(ARBlueprintLibrary_IsARSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSceneReconstructionSupported \ static_assert(alignof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ static_assert(sizeof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SessionType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SceneReconstructionMethod) == 0x000001, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SceneReconstructionMethod' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTrackingFeatureSupported \ static_assert(alignof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ static_assert(sizeof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionTrackingFeature) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionTrackingFeature' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTypeSupported \ static_assert(alignof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTypeSupported"); \ static_assert(sizeof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000002, "Wrong size on ARBlueprintLibrary_IsSessionTypeSupported"); \ static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::SessionType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, ReturnValue) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_LineTraceTrackedObjects \ static_assert(alignof(ARBlueprintLibrary_LineTraceTrackedObjects) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LineTraceTrackedObjects"); \ static_assert(sizeof(ARBlueprintLibrary_LineTraceTrackedObjects) == 0x000020, "Wrong size on ARBlueprintLibrary_LineTraceTrackedObjects"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, ScreenCoord) == 0x000000, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::ScreenCoord' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestFeaturePoints) == 0x000008, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestFeaturePoints' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestGroundPlane) == 0x000009, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestGroundPlane' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneExtents) == 0x00000A, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneExtents' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneBoundaryPolygon) == 0x00000B, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_LineTraceTrackedObjects3D \ static_assert(alignof(ARBlueprintLibrary_LineTraceTrackedObjects3D) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LineTraceTrackedObjects3D"); \ static_assert(sizeof(ARBlueprintLibrary_LineTraceTrackedObjects3D) == 0x000030, "Wrong size on ARBlueprintLibrary_LineTraceTrackedObjects3D"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, Start) == 0x000000, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::Start' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, End) == 0x00000C, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::End' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestFeaturePoints) == 0x000018, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestFeaturePoints' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestGroundPlane) == 0x000019, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestGroundPlane' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneExtents) == 0x00001A, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneExtents' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneBoundaryPolygon) == 0x00001B, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, ReturnValue) == 0x000020, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_LoadARPinsFromLocalStore \ static_assert(alignof(ARBlueprintLibrary_LoadARPinsFromLocalStore) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LoadARPinsFromLocalStore"); \ static_assert(sizeof(ARBlueprintLibrary_LoadARPinsFromLocalStore) == 0x000050, "Wrong size on ARBlueprintLibrary_LoadARPinsFromLocalStore"); \ static_assert(offsetof(ARBlueprintLibrary_LoadARPinsFromLocalStore, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_LoadARPinsFromLocalStore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponent \ static_assert(alignof(ARBlueprintLibrary_PinComponent) == 0x000010, "Wrong alignment on ARBlueprintLibrary_PinComponent"); \ static_assert(sizeof(ARBlueprintLibrary_PinComponent) == 0x000060, "Wrong size on ARBlueprintLibrary_PinComponent"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponent, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponent::ComponentToPin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponent, PinToWorldTransform) == 0x000010, "Member 'ARBlueprintLibrary_PinComponent::PinToWorldTransform' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponent, TrackedGeometry) == 0x000040, "Member 'ARBlueprintLibrary_PinComponent::TrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponent, DebugName) == 0x000048, "Member 'ARBlueprintLibrary_PinComponent::DebugName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponent, ReturnValue) == 0x000050, "Member 'ARBlueprintLibrary_PinComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponentToARPin \ static_assert(alignof(ARBlueprintLibrary_PinComponentToARPin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_PinComponentToARPin"); \ static_assert(sizeof(ARBlueprintLibrary_PinComponentToARPin) == 0x000018, "Wrong size on ARBlueprintLibrary_PinComponentToARPin"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponentToARPin::ComponentToPin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, Pin) == 0x000008, "Member 'ARBlueprintLibrary_PinComponentToARPin::Pin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_PinComponentToARPin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponentToTraceResult \ static_assert(alignof(ARBlueprintLibrary_PinComponentToTraceResult) == 0x000010, "Wrong alignment on ARBlueprintLibrary_PinComponentToTraceResult"); \ static_assert(sizeof(ARBlueprintLibrary_PinComponentToTraceResult) == 0x000080, "Wrong size on ARBlueprintLibrary_PinComponentToTraceResult"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::ComponentToPin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, TraceResult) == 0x000010, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::TraceResult' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, DebugName) == 0x000070, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::DebugName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, ReturnValue) == 0x000078, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_RemoveARPinFromLocalStore \ static_assert(alignof(ARBlueprintLibrary_RemoveARPinFromLocalStore) == 0x000004, "Wrong alignment on ARBlueprintLibrary_RemoveARPinFromLocalStore"); \ static_assert(sizeof(ARBlueprintLibrary_RemoveARPinFromLocalStore) == 0x000008, "Wrong size on ARBlueprintLibrary_RemoveARPinFromLocalStore"); \ static_assert(offsetof(ARBlueprintLibrary_RemoveARPinFromLocalStore, InSaveName) == 0x000000, "Member 'ARBlueprintLibrary_RemoveARPinFromLocalStore::InSaveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_RemovePin \ static_assert(alignof(ARBlueprintLibrary_RemovePin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_RemovePin"); \ static_assert(sizeof(ARBlueprintLibrary_RemovePin) == 0x000008, "Wrong size on ARBlueprintLibrary_RemovePin"); \ static_assert(offsetof(ARBlueprintLibrary_RemovePin, PinToRemove) == 0x000000, "Member 'ARBlueprintLibrary_RemovePin::PinToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_ResizeXRCamera \ static_assert(alignof(ARBlueprintLibrary_ResizeXRCamera) == 0x000004, "Wrong alignment on ARBlueprintLibrary_ResizeXRCamera"); \ static_assert(sizeof(ARBlueprintLibrary_ResizeXRCamera) == 0x000010, "Wrong size on ARBlueprintLibrary_ResizeXRCamera"); \ static_assert(offsetof(ARBlueprintLibrary_ResizeXRCamera, InSize) == 0x000000, "Member 'ARBlueprintLibrary_ResizeXRCamera::InSize' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_ResizeXRCamera, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_ResizeXRCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_SaveARPinToLocalStore \ static_assert(alignof(ARBlueprintLibrary_SaveARPinToLocalStore) == 0x000008, "Wrong alignment on ARBlueprintLibrary_SaveARPinToLocalStore"); \ static_assert(sizeof(ARBlueprintLibrary_SaveARPinToLocalStore) == 0x000018, "Wrong size on ARBlueprintLibrary_SaveARPinToLocalStore"); \ static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, InSaveName) == 0x000000, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::InSaveName' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, InPin) == 0x000008, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::InPin' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_SetAlignmentTransform \ static_assert(alignof(ARBlueprintLibrary_SetAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_SetAlignmentTransform"); \ static_assert(sizeof(ARBlueprintLibrary_SetAlignmentTransform) == 0x000030, "Wrong size on ARBlueprintLibrary_SetAlignmentTransform"); \ static_assert(offsetof(ARBlueprintLibrary_SetAlignmentTransform, InAlignmentTransform) == 0x000000, "Member 'ARBlueprintLibrary_SetAlignmentTransform::InAlignmentTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_SetARWorldOriginLocationAndRotation \ static_assert(alignof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation) == 0x000004, "Wrong alignment on ARBlueprintLibrary_SetARWorldOriginLocationAndRotation"); \ static_assert(sizeof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation) == 0x00001C, "Wrong size on ARBlueprintLibrary_SetARWorldOriginLocationAndRotation"); \ static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, OriginLocation) == 0x000000, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::OriginLocation' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, OriginRotation) == 0x00000C, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::OriginRotation' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bIsTransformInWorldSpace) == 0x000018, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::bIsTransformInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bMaintainUpDirection) == 0x000019, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::bMaintainUpDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_SetARWorldScale \ static_assert(alignof(ARBlueprintLibrary_SetARWorldScale) == 0x000004, "Wrong alignment on ARBlueprintLibrary_SetARWorldScale"); \ static_assert(sizeof(ARBlueprintLibrary_SetARWorldScale) == 0x000004, "Wrong size on ARBlueprintLibrary_SetARWorldScale"); \ static_assert(offsetof(ARBlueprintLibrary_SetARWorldScale, InWorldScale) == 0x000000, "Member 'ARBlueprintLibrary_SetARWorldScale::InWorldScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_SetEnabledXRCamera \ static_assert(alignof(ARBlueprintLibrary_SetEnabledXRCamera) == 0x000001, "Wrong alignment on ARBlueprintLibrary_SetEnabledXRCamera"); \ static_assert(sizeof(ARBlueprintLibrary_SetEnabledXRCamera) == 0x000001, "Wrong size on ARBlueprintLibrary_SetEnabledXRCamera"); \ static_assert(offsetof(ARBlueprintLibrary_SetEnabledXRCamera, bOnOff) == 0x000000, "Member 'ARBlueprintLibrary_SetEnabledXRCamera::bOnOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_StartARSession \ static_assert(alignof(ARBlueprintLibrary_StartARSession) == 0x000008, "Wrong alignment on ARBlueprintLibrary_StartARSession"); \ static_assert(sizeof(ARBlueprintLibrary_StartARSession) == 0x000008, "Wrong size on ARBlueprintLibrary_StartARSession"); \ static_assert(offsetof(ARBlueprintLibrary_StartARSession, SessionConfig) == 0x000000, "Member 'ARBlueprintLibrary_StartARSession::SessionConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_ToggleARCapture \ static_assert(alignof(ARBlueprintLibrary_ToggleARCapture) == 0x000001, "Wrong alignment on ARBlueprintLibrary_ToggleARCapture"); \ static_assert(sizeof(ARBlueprintLibrary_ToggleARCapture) == 0x000003, "Wrong size on ARBlueprintLibrary_ToggleARCapture"); \ static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, bOnOff) == 0x000000, "Member 'ARBlueprintLibrary_ToggleARCapture::bOnOff' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, CaptureType) == 0x000001, "Member 'ARBlueprintLibrary_ToggleARCapture::CaptureType' has a wrong offset!"); \ static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_ToggleARCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBlueprintLibrary_UnpinComponent \ static_assert(alignof(ARBlueprintLibrary_UnpinComponent) == 0x000008, "Wrong alignment on ARBlueprintLibrary_UnpinComponent"); \ static_assert(sizeof(ARBlueprintLibrary_UnpinComponent) == 0x000008, "Wrong size on ARBlueprintLibrary_UnpinComponent"); \ static_assert(offsetof(ARBlueprintLibrary_UnpinComponent, ComponentToUnpin) == 0x000000, "Member 'ARBlueprintLibrary_UnpinComponent::ComponentToUnpin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARBlueprintLibrary \ static_assert(alignof(UARBlueprintLibrary) == 0x000008, "Wrong alignment on UARBlueprintLibrary"); \ static_assert(sizeof(UARBlueprintLibrary) == 0x000028, "Wrong size on UARBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld \ static_assert(alignof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000008, "Wrong alignment on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ static_assert(sizeof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000010, "Wrong size on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, WorldContextObject) == 0x000000, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, ReturnValue) == 0x000008, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARSaveWorldAsyncTaskBlueprintProxy \ static_assert(alignof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARSaveWorldAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000080, "Wrong size on UARSaveWorldAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject \ static_assert(alignof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 0x000008, "Wrong alignment on ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject"); \ static_assert(sizeof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 0x000028, "Wrong size on ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject"); \ static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, WorldContextObject) == 0x000000, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, Location) == 0x000008, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::Location' has a wrong offset!"); \ static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, Extent) == 0x000014, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::Extent' has a wrong offset!"); \ static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, ReturnValue) == 0x000020, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARGetCandidateObjectAsyncTaskBlueprintProxy \ static_assert(alignof(UARGetCandidateObjectAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARGetCandidateObjectAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UARGetCandidateObjectAsyncTaskBlueprintProxy) == 0x000098, "Wrong size on UARGetCandidateObjectAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UARGetCandidateObjectAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UARGetCandidateObjectAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_GetARSharedWorldGameState \ static_assert(alignof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ static_assert(sizeof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong size on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ static_assert(offsetof(ARSharedWorldGameMode_GetARSharedWorldGameState, ReturnValue) == 0x000000, "Member 'ARSharedWorldGameMode_GetARSharedWorldGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetARSharedWorldData \ static_assert(alignof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetARSharedWorldData"); \ static_assert(sizeof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetARSharedWorldData"); \ static_assert(offsetof(ARSharedWorldGameMode_SetARSharedWorldData, ARWorldData) == 0x000000, "Member 'ARSharedWorldGameMode_SetARSharedWorldData::ARWorldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetPreviewImageData \ static_assert(alignof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetPreviewImageData"); \ static_assert(sizeof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetPreviewImageData"); \ static_assert(offsetof(ARSharedWorldGameMode_SetPreviewImageData, ImageData) == 0x000000, "Member 'ARSharedWorldGameMode_SetPreviewImageData::ImageData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameMode \ static_assert(alignof(AARSharedWorldGameMode) == 0x000008, "Wrong alignment on AARSharedWorldGameMode"); \ static_assert(sizeof(AARSharedWorldGameMode) == 0x000370, "Wrong size on AARSharedWorldGameMode"); \ static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000308, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_GetObjectClassificationDebugColors \ static_assert(alignof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_GetObjectClassificationDebugColors"); \ static_assert(sizeof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_GetObjectClassificationDebugColors"); \ static_assert(offsetof(ARPlaneComponent_GetObjectClassificationDebugColors, ReturnValue) == 0x000000, "Member 'ARPlaneComponent_GetObjectClassificationDebugColors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_SetObjectClassificationDebugColors \ static_assert(alignof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_SetObjectClassificationDebugColors"); \ static_assert(sizeof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_SetObjectClassificationDebugColors"); \ static_assert(offsetof(ARPlaneComponent_SetObjectClassificationDebugColors, InColors) == 0x000000, "Member 'ARPlaneComponent_SetObjectClassificationDebugColors::InColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_SetPlaneComponentDebugMode \ static_assert(alignof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong alignment on ARPlaneComponent_SetPlaneComponentDebugMode"); \ static_assert(sizeof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong size on ARPlaneComponent_SetPlaneComponentDebugMode"); \ static_assert(offsetof(ARPlaneComponent_SetPlaneComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPlaneComponent_SetPlaneComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveAdd \ static_assert(alignof(ARPlaneComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveAdd"); \ static_assert(sizeof(ARPlaneComponent_ReceiveAdd) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveAdd"); \ static_assert(offsetof(ARPlaneComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveUpdate \ static_assert(alignof(ARPlaneComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveUpdate"); \ static_assert(sizeof(ARPlaneComponent_ReceiveUpdate) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveUpdate"); \ static_assert(offsetof(ARPlaneComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneComponent_ServerUpdatePayload \ static_assert(alignof(ARPlaneComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPlaneComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARPlaneComponent_ServerUpdatePayload) == 0x000080, "Wrong size on ARPlaneComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARPlaneComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPlaneComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARPlaneComponent \ static_assert(alignof(UARPlaneComponent) == 0x000010, "Wrong alignment on UARPlaneComponent"); \ static_assert(sizeof(UARPlaneComponent) == 0x000300, "Wrong size on UARPlaneComponent"); \ static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x000280, "Member 'UARPlaneComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPointComponent_ReceiveAdd \ static_assert(alignof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveAdd"); \ static_assert(sizeof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong size on ARPointComponent_ReceiveAdd"); \ static_assert(offsetof(ARPointComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPointComponent_ReceiveUpdate \ static_assert(alignof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveUpdate"); \ static_assert(sizeof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong size on ARPointComponent_ReceiveUpdate"); \ static_assert(offsetof(ARPointComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPointComponent_ServerUpdatePayload \ static_assert(alignof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong alignment on ARPointComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong size on ARPointComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARPointComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPointComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARPointComponent \ static_assert(alignof(UARPointComponent) == 0x000010, "Wrong alignment on UARPointComponent"); \ static_assert(sizeof(UARPointComponent) == 0x000280, "Wrong size on UARPointComponent"); \ static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x000278, "Member 'UARPointComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceComponent_SetFaceComponentDebugMode \ static_assert(alignof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong alignment on ARFaceComponent_SetFaceComponentDebugMode"); \ static_assert(sizeof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong size on ARFaceComponent_SetFaceComponentDebugMode"); \ static_assert(offsetof(ARFaceComponent_SetFaceComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARFaceComponent_SetFaceComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceComponent_ReceiveAdd \ static_assert(alignof(ARFaceComponent_ReceiveAdd) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveAdd"); \ static_assert(sizeof(ARFaceComponent_ReceiveAdd) == 0x000040, "Wrong size on ARFaceComponent_ReceiveAdd"); \ static_assert(offsetof(ARFaceComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceComponent_ReceiveUpdate \ static_assert(alignof(ARFaceComponent_ReceiveUpdate) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveUpdate"); \ static_assert(sizeof(ARFaceComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARFaceComponent_ReceiveUpdate"); \ static_assert(offsetof(ARFaceComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceComponent_ServerUpdatePayload \ static_assert(alignof(ARFaceComponent_ServerUpdatePayload) == 0x000008, "Wrong alignment on ARFaceComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARFaceComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARFaceComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARFaceComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARFaceComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARFaceComponent \ static_assert(alignof(UARFaceComponent) == 0x000010, "Wrong alignment on UARFaceComponent"); \ static_assert(sizeof(UARFaceComponent) == 0x0002E0, "Wrong size on UARFaceComponent"); \ static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x000278, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x000279, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x00027A, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x000280, "Member 'UARFaceComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSkyLight_SetEnvironmentCaptureProbe \ static_assert(alignof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong alignment on ARSkyLight_SetEnvironmentCaptureProbe"); \ static_assert(sizeof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong size on ARSkyLight_SetEnvironmentCaptureProbe"); \ static_assert(offsetof(ARSkyLight_SetEnvironmentCaptureProbe, InCaptureProbe) == 0x000000, "Member 'ARSkyLight_SetEnvironmentCaptureProbe::InCaptureProbe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSkyLight \ static_assert(alignof(AARSkyLight) == 0x000008, "Wrong alignment on AARSkyLight"); \ static_assert(sizeof(AARSkyLight) == 0x000240, "Wrong size on AARSkyLight"); \ static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000230, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARImageComponent_SetImageComponentDebugMode \ static_assert(alignof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong alignment on ARImageComponent_SetImageComponentDebugMode"); \ static_assert(sizeof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong size on ARImageComponent_SetImageComponentDebugMode"); \ static_assert(offsetof(ARImageComponent_SetImageComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARImageComponent_SetImageComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARImageComponent_ReceiveAdd \ static_assert(alignof(ARImageComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveAdd"); \ static_assert(sizeof(ARImageComponent_ReceiveAdd) == 0x000060, "Wrong size on ARImageComponent_ReceiveAdd"); \ static_assert(offsetof(ARImageComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARImageComponent_ReceiveUpdate \ static_assert(alignof(ARImageComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveUpdate"); \ static_assert(sizeof(ARImageComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARImageComponent_ReceiveUpdate"); \ static_assert(offsetof(ARImageComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARImageComponent_ServerUpdatePayload \ static_assert(alignof(ARImageComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARImageComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARImageComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARImageComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARImageComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARImageComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARImageComponent \ static_assert(alignof(UARImageComponent) == 0x000010, "Wrong alignment on UARImageComponent"); \ static_assert(sizeof(UARImageComponent) == 0x0002E0, "Wrong size on UARImageComponent"); \ static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x000280, "Member 'UARImageComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARQRCodeComponent_SetQRCodeComponentDebugMode \ static_assert(alignof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong alignment on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ static_assert(sizeof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong size on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ static_assert(offsetof(ARQRCodeComponent_SetQRCodeComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARQRCodeComponent_SetQRCodeComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveAdd \ static_assert(alignof(ARQRCodeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveAdd"); \ static_assert(sizeof(ARQRCodeComponent_ReceiveAdd) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveAdd"); \ static_assert(offsetof(ARQRCodeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveUpdate \ static_assert(alignof(ARQRCodeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveUpdate"); \ static_assert(sizeof(ARQRCodeComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveUpdate"); \ static_assert(offsetof(ARQRCodeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARQRCodeComponent_ServerUpdatePayload \ static_assert(alignof(ARQRCodeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARQRCodeComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARQRCodeComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARQRCodeComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARQRCodeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARQRCodeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARQRCodeComponent \ static_assert(alignof(UARQRCodeComponent) == 0x000010, "Wrong alignment on UARQRCodeComponent"); \ static_assert(sizeof(UARQRCodeComponent) == 0x0002F0, "Wrong size on UARQRCodeComponent"); \ static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x000280, "Member 'UARQRCodeComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPoseComponent_SetPoseComponentDebugMode \ static_assert(alignof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong alignment on ARPoseComponent_SetPoseComponentDebugMode"); \ static_assert(sizeof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong size on ARPoseComponent_SetPoseComponentDebugMode"); \ static_assert(offsetof(ARPoseComponent_SetPoseComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPoseComponent_SetPoseComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPoseComponent_ReceiveAdd \ static_assert(alignof(ARPoseComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveAdd"); \ static_assert(sizeof(ARPoseComponent_ReceiveAdd) == 0x000040, "Wrong size on ARPoseComponent_ReceiveAdd"); \ static_assert(offsetof(ARPoseComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPoseComponent_ReceiveUpdate \ static_assert(alignof(ARPoseComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveUpdate"); \ static_assert(sizeof(ARPoseComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARPoseComponent_ReceiveUpdate"); \ static_assert(offsetof(ARPoseComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPoseComponent_ServerUpdatePayload \ static_assert(alignof(ARPoseComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPoseComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARPoseComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARPoseComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARPoseComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPoseComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARPoseComponent \ static_assert(alignof(UARPoseComponent) == 0x000010, "Wrong alignment on UARPoseComponent"); \ static_assert(sizeof(UARPoseComponent) == 0x0002C0, "Wrong size on UARPoseComponent"); \ static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x000280, "Member 'UARPoseComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameState \ static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ static_assert(sizeof(AARSharedWorldGameState) == 0x0002C8, "Wrong size on AARSharedWorldGameState"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x000290, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x0002A0, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x0002B0, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x0002B4, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x0002B8, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x0002BC, "Member 'AARSharedWorldGameState::ARWorldBytesDelivered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveAdd \ static_assert(alignof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveAdd"); \ static_assert(sizeof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveAdd"); \ static_assert(offsetof(AREnvironmentProbeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveUpdate \ static_assert(alignof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveUpdate"); \ static_assert(sizeof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveUpdate"); \ static_assert(offsetof(AREnvironmentProbeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ServerUpdatePayload \ static_assert(alignof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ServerUpdatePayload"); \ static_assert(sizeof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ServerUpdatePayload"); \ static_assert(offsetof(AREnvironmentProbeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'AREnvironmentProbeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAREnvironmentProbeComponent \ static_assert(alignof(UAREnvironmentProbeComponent) == 0x000010, "Wrong alignment on UAREnvironmentProbeComponent"); \ static_assert(sizeof(UAREnvironmentProbeComponent) == 0x0002B0, "Wrong size on UAREnvironmentProbeComponent"); \ static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x000280, "Member 'UAREnvironmentProbeComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTexture \ static_assert(alignof(UARTexture) == 0x000010, "Wrong alignment on UARTexture"); \ static_assert(sizeof(UARTexture) == 0x0001A0, "Wrong size on UARTexture"); \ static_assert(offsetof(UARTexture, TextureType) == 0x000178, "Member 'UARTexture::TextureType' has a wrong offset!"); \ static_assert(offsetof(UARTexture, Timestamp) == 0x00017C, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x000180, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ static_assert(offsetof(UARTexture, Size) == 0x000190, "Member 'UARTexture::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTextureCameraDepth \ static_assert(alignof(UARTextureCameraDepth) == 0x000010, "Wrong alignment on UARTextureCameraDepth"); \ static_assert(sizeof(UARTextureCameraDepth) == 0x0001A0, "Wrong size on UARTextureCameraDepth"); \ static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000198, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000199, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x00019A, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARObjectComponent_ReceiveAdd \ static_assert(alignof(ARObjectComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveAdd"); \ static_assert(sizeof(ARObjectComponent_ReceiveAdd) == 0x000030, "Wrong size on ARObjectComponent_ReceiveAdd"); \ static_assert(offsetof(ARObjectComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARObjectComponent_ReceiveUpdate \ static_assert(alignof(ARObjectComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveUpdate"); \ static_assert(sizeof(ARObjectComponent_ReceiveUpdate) == 0x000030, "Wrong size on ARObjectComponent_ReceiveUpdate"); \ static_assert(offsetof(ARObjectComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARObjectComponent_ServerUpdatePayload \ static_assert(alignof(ARObjectComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARObjectComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARObjectComponent_ServerUpdatePayload) == 0x000030, "Wrong size on ARObjectComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARObjectComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARObjectComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARObjectComponent \ static_assert(alignof(UARObjectComponent) == 0x000010, "Wrong alignment on UARObjectComponent"); \ static_assert(sizeof(UARObjectComponent) == 0x0002B0, "Wrong size on UARObjectComponent"); \ static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x000280, "Member 'UARObjectComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode \ static_assert(alignof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong alignment on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ static_assert(sizeof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong size on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ static_assert(offsetof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode::NewDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveAdd \ static_assert(alignof(ARGeoAnchorComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveAdd"); \ static_assert(sizeof(ARGeoAnchorComponent_ReceiveAdd) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveAdd"); \ static_assert(offsetof(ARGeoAnchorComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveAdd::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveUpdate \ static_assert(alignof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveUpdate"); \ static_assert(sizeof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveUpdate"); \ static_assert(offsetof(ARGeoAnchorComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchorComponent_ServerUpdatePayload \ static_assert(alignof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ServerUpdatePayload"); \ static_assert(sizeof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARGeoAnchorComponent_ServerUpdatePayload"); \ static_assert(offsetof(ARGeoAnchorComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARGeoAnchorComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARGeoAnchorComponent \ static_assert(alignof(UARGeoAnchorComponent) == 0x000010, "Wrong alignment on UARGeoAnchorComponent"); \ static_assert(sizeof(UARGeoAnchorComponent) == 0x0002F0, "Wrong size on UARGeoAnchorComponent"); \ static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x000280, "Member 'UARGeoAnchorComponent::ReplicatedPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARDependencyHandler_GetARDependencyHandler \ static_assert(alignof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong alignment on ARDependencyHandler_GetARDependencyHandler"); \ static_assert(sizeof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong size on ARDependencyHandler_GetARDependencyHandler"); \ static_assert(offsetof(ARDependencyHandler_GetARDependencyHandler, ReturnValue) == 0x000000, "Member 'ARDependencyHandler_GetARDependencyHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARDependencyHandler_CheckARServiceAvailability \ static_assert(alignof(ARDependencyHandler_CheckARServiceAvailability) == 0x000008, "Wrong alignment on ARDependencyHandler_CheckARServiceAvailability"); \ static_assert(sizeof(ARDependencyHandler_CheckARServiceAvailability) == 0x000028, "Wrong size on ARDependencyHandler_CheckARServiceAvailability"); \ static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_CheckARServiceAvailability::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_CheckARServiceAvailability::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, OutAvailability) == 0x000020, "Member 'ARDependencyHandler_CheckARServiceAvailability::OutAvailability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARDependencyHandler_InstallARService \ static_assert(alignof(ARDependencyHandler_InstallARService) == 0x000008, "Wrong alignment on ARDependencyHandler_InstallARService"); \ static_assert(sizeof(ARDependencyHandler_InstallARService) == 0x000028, "Wrong size on ARDependencyHandler_InstallARService"); \ static_assert(offsetof(ARDependencyHandler_InstallARService, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_InstallARService::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_InstallARService, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_InstallARService::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_InstallARService, OutInstallResult) == 0x000020, "Member 'ARDependencyHandler_InstallARService::OutInstallResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARDependencyHandler_RequestARSessionPermission \ static_assert(alignof(ARDependencyHandler_RequestARSessionPermission) == 0x000008, "Wrong alignment on ARDependencyHandler_RequestARSessionPermission"); \ static_assert(sizeof(ARDependencyHandler_RequestARSessionPermission) == 0x000030, "Wrong size on ARDependencyHandler_RequestARSessionPermission"); \ static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_RequestARSessionPermission::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_RequestARSessionPermission::SessionConfig' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_RequestARSessionPermission::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, OutPermissionResult) == 0x000028, "Member 'ARDependencyHandler_RequestARSessionPermission::OutPermissionResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARDependencyHandler_StartARSessionLatent \ static_assert(alignof(ARDependencyHandler_StartARSessionLatent) == 0x000008, "Wrong alignment on ARDependencyHandler_StartARSessionLatent"); \ static_assert(sizeof(ARDependencyHandler_StartARSessionLatent) == 0x000028, "Wrong size on ARDependencyHandler_StartARSessionLatent"); \ static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_StartARSessionLatent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_StartARSessionLatent::SessionConfig' has a wrong offset!"); \ static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_StartARSessionLatent::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARDependencyHandler \ static_assert(alignof(UARDependencyHandler) == 0x000008, "Wrong alignment on UARDependencyHandler"); \ static_assert(sizeof(UARDependencyHandler) == 0x000028, "Wrong size on UARDependencyHandler"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingSupport \ static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingSupport, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocation \ static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000020, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Longitude' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Latitude' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, OptionalAnchorName) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::OptionalAnchorName' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, ReturnValue) == 0x000018, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude \ static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000028, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Longitude' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Latitude' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, AltitudeMeters) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::AltitudeMeters' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, OptionalAnchorName) == 0x000010, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::OptionalAnchorName' has a wrong offset!"); \ static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, ReturnValue) == 0x000020, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingAccuracy \ static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingAccuracy, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingAccuracy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingState \ static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingState"); \ static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingState"); \ static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingState, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingStateReason \ static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingStateReason, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingStateReason::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARGeoTrackingSupport \ static_assert(alignof(UARGeoTrackingSupport) == 0x000008, "Wrong alignment on UARGeoTrackingSupport"); \ static_assert(sizeof(UARGeoTrackingSupport) == 0x000028, "Wrong size on UARGeoTrackingSupport"); \ #define DUMPER7_ASSERTS_GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition \ static_assert(alignof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000008, "Wrong alignment on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ static_assert(sizeof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000020, "Wrong size on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldContextObject) == 0x000000, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldPosition) == 0x000008, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, ReturnValue) == 0x000018, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGetGeoLocationAsyncTaskBlueprintProxy \ static_assert(alignof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UGetGeoLocationAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UGetGeoLocationAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerDestroyARActor \ static_assert(alignof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerDestroyARActor"); \ static_assert(sizeof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong size on ARLifeCycleComponent_ServerDestroyARActor"); \ static_assert(offsetof(ARLifeCycleComponent_ServerDestroyARActor, Actor) == 0x000000, "Member 'ARLifeCycleComponent_ServerDestroyARActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerSpawnARActor \ static_assert(alignof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerSpawnARActor"); \ static_assert(sizeof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000018, "Wrong size on ARLifeCycleComponent_ServerSpawnARActor"); \ static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, ComponentClass) == 0x000000, "Member 'ARLifeCycleComponent_ServerSpawnARActor::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, NativeID) == 0x000008, "Member 'ARLifeCycleComponent_ServerSpawnARActor::NativeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARLifeCycleComponent \ static_assert(alignof(UARLifeCycleComponent) == 0x000010, "Wrong alignment on UARLifeCycleComponent"); \ static_assert(sizeof(UARLifeCycleComponent) == 0x000230, "Wrong size on UARLifeCycleComponent"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x0001F8, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000208, "Member 'UARLifeCycleComponent::OnARActorToBeDestroyedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_DebugDraw \ static_assert(alignof(ARPin_DebugDraw) == 0x000008, "Wrong alignment on ARPin_DebugDraw"); \ static_assert(sizeof(ARPin_DebugDraw) == 0x000020, "Wrong size on ARPin_DebugDraw"); \ static_assert(offsetof(ARPin_DebugDraw, World) == 0x000000, "Member 'ARPin_DebugDraw::World' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, Color) == 0x000008, "Member 'ARPin_DebugDraw::Color' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, Scale) == 0x000018, "Member 'ARPin_DebugDraw::Scale' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, PersistForSeconds) == 0x00001C, "Member 'ARPin_DebugDraw::PersistForSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetDebugName \ static_assert(alignof(ARPin_GetDebugName) == 0x000004, "Wrong alignment on ARPin_GetDebugName"); \ static_assert(sizeof(ARPin_GetDebugName) == 0x000008, "Wrong size on ARPin_GetDebugName"); \ static_assert(offsetof(ARPin_GetDebugName, ReturnValue) == 0x000000, "Member 'ARPin_GetDebugName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetLocalToTrackingTransform \ static_assert(alignof(ARPin_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARPin_GetLocalToTrackingTransform"); \ static_assert(sizeof(ARPin_GetLocalToTrackingTransform) == 0x000030, "Wrong size on ARPin_GetLocalToTrackingTransform"); \ static_assert(offsetof(ARPin_GetLocalToTrackingTransform, ReturnValue) == 0x000000, "Member 'ARPin_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetLocalToWorldTransform \ static_assert(alignof(ARPin_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARPin_GetLocalToWorldTransform"); \ static_assert(sizeof(ARPin_GetLocalToWorldTransform) == 0x000030, "Wrong size on ARPin_GetLocalToWorldTransform"); \ static_assert(offsetof(ARPin_GetLocalToWorldTransform, ReturnValue) == 0x000000, "Member 'ARPin_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetPinnedComponent \ static_assert(alignof(ARPin_GetPinnedComponent) == 0x000008, "Wrong alignment on ARPin_GetPinnedComponent"); \ static_assert(sizeof(ARPin_GetPinnedComponent) == 0x000008, "Wrong size on ARPin_GetPinnedComponent"); \ static_assert(offsetof(ARPin_GetPinnedComponent, ReturnValue) == 0x000000, "Member 'ARPin_GetPinnedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetTrackedGeometry \ static_assert(alignof(ARPin_GetTrackedGeometry) == 0x000008, "Wrong alignment on ARPin_GetTrackedGeometry"); \ static_assert(sizeof(ARPin_GetTrackedGeometry) == 0x000008, "Wrong size on ARPin_GetTrackedGeometry"); \ static_assert(offsetof(ARPin_GetTrackedGeometry, ReturnValue) == 0x000000, "Member 'ARPin_GetTrackedGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetTrackingState \ static_assert(alignof(ARPin_GetTrackingState) == 0x000001, "Wrong alignment on ARPin_GetTrackingState"); \ static_assert(sizeof(ARPin_GetTrackingState) == 0x000001, "Wrong size on ARPin_GetTrackingState"); \ static_assert(offsetof(ARPin_GetTrackingState, ReturnValue) == 0x000000, "Member 'ARPin_GetTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARPin \ static_assert(alignof(UARPin) == 0x000010, "Wrong alignment on UARPin"); \ static_assert(sizeof(UARPin) == 0x0000F0, "Wrong size on UARPin"); \ static_assert(offsetof(UARPin, TrackedGeometry) == 0x000028, "Member 'UARPin::TrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARPin, PinnedComponent) == 0x000030, "Member 'UARPin::PinnedComponent' has a wrong offset!"); \ static_assert(offsetof(UARPin, LocalToTrackingTransform) == 0x000040, "Member 'UARPin::LocalToTrackingTransform' has a wrong offset!"); \ static_assert(offsetof(UARPin, LocalToAlignedTrackingTransform) == 0x000070, "Member 'UARPin::LocalToAlignedTrackingTransform' has a wrong offset!"); \ static_assert(offsetof(UARPin, TrackingState) == 0x0000A0, "Member 'UARPin::TrackingState' has a wrong offset!"); \ static_assert(offsetof(UARPin, OnARTrackingStateChanged) == 0x0000C0, "Member 'UARPin::OnARTrackingStateChanged' has a wrong offset!"); \ static_assert(offsetof(UARPin, OnARTransformUpdated) == 0x0000D0, "Member 'UARPin::OnARTransformUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientInitSharedWorld \ static_assert(alignof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000004, "Wrong alignment on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000008, "Wrong size on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, PreviewImageSize) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::PreviewImageSize' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, ARWorldDataSize) == 0x000004, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::ARWorldDataSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdateARWorldData \ static_assert(alignof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Offset' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Buffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdatePreviewImageData \ static_assert(alignof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Offset' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Buffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldPlayerController \ static_assert(alignof(AARSharedWorldPlayerController) == 0x000008, "Wrong alignment on AARSharedWorldPlayerController"); \ static_assert(sizeof(AARSharedWorldPlayerController) == 0x000578, "Wrong size on AARSharedWorldPlayerController"); \ #define DUMPER7_ASSERTS_UARTextureCameraImage \ static_assert(alignof(UARTextureCameraImage) == 0x000010, "Wrong alignment on UARTextureCameraImage"); \ static_assert(sizeof(UARTextureCameraImage) == 0x0001A0, "Wrong size on UARTextureCameraImage"); \ #define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x0001F0, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x0001D0, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x0001D4, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x0001D8, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x0001E8, "Member 'UAREnvironmentCaptureProbeTexture::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTraceResultDummy \ static_assert(alignof(UARTraceResultDummy) == 0x000008, "Wrong alignment on UARTraceResultDummy"); \ static_assert(sizeof(UARTraceResultDummy) == 0x000028, "Wrong size on UARTraceResultDummy"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetUnderlyingMesh \ static_assert(alignof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetUnderlyingMesh"); \ static_assert(sizeof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong size on ARTrackedGeometry_GetUnderlyingMesh"); \ static_assert(offsetof(ARTrackedGeometry_GetUnderlyingMesh, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetUnderlyingMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetDebugName \ static_assert(alignof(ARTrackedGeometry_GetDebugName) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetDebugName"); \ static_assert(sizeof(ARTrackedGeometry_GetDebugName) == 0x000008, "Wrong size on ARTrackedGeometry_GetDebugName"); \ static_assert(offsetof(ARTrackedGeometry_GetDebugName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetDebugName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateFrameNumber \ static_assert(alignof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ static_assert(sizeof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ static_assert(offsetof(ARTrackedGeometry_GetLastUpdateFrameNumber, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateTimestamp \ static_assert(alignof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateTimestamp"); \ static_assert(sizeof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateTimestamp"); \ static_assert(offsetof(ARTrackedGeometry_GetLastUpdateTimestamp, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToTrackingTransform \ static_assert(alignof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToTrackingTransform"); \ static_assert(sizeof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToTrackingTransform"); \ static_assert(offsetof(ARTrackedGeometry_GetLocalToTrackingTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToWorldTransform \ static_assert(alignof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToWorldTransform"); \ static_assert(sizeof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToWorldTransform"); \ static_assert(offsetof(ARTrackedGeometry_GetLocalToWorldTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetName \ static_assert(alignof(ARTrackedGeometry_GetName) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetName"); \ static_assert(sizeof(ARTrackedGeometry_GetName) == 0x000010, "Wrong size on ARTrackedGeometry_GetName"); \ static_assert(offsetof(ARTrackedGeometry_GetName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetObjectClassification \ static_assert(alignof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetObjectClassification"); \ static_assert(sizeof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong size on ARTrackedGeometry_GetObjectClassification"); \ static_assert(offsetof(ARTrackedGeometry_GetObjectClassification, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetObjectClassification::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_GetTrackingState \ static_assert(alignof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetTrackingState"); \ static_assert(sizeof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong size on ARTrackedGeometry_GetTrackingState"); \ static_assert(offsetof(ARTrackedGeometry_GetTrackingState, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_HasSpatialMeshUsageFlag \ static_assert(alignof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000001, "Wrong alignment on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ static_assert(sizeof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000002, "Wrong size on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, InFlag) == 0x000000, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::InFlag' has a wrong offset!"); \ static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, ReturnValue) == 0x000001, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedGeometry_IsTracked \ static_assert(alignof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong alignment on ARTrackedGeometry_IsTracked"); \ static_assert(sizeof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong size on ARTrackedGeometry_IsTracked"); \ static_assert(offsetof(ARTrackedGeometry_IsTracked, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_IsTracked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedGeometry \ static_assert(alignof(UARTrackedGeometry) == 0x000010, "Wrong alignment on UARTrackedGeometry"); \ static_assert(sizeof(UARTrackedGeometry) == 0x000100, "Wrong size on UARTrackedGeometry"); \ static_assert(offsetof(UARTrackedGeometry, UniqueId) == 0x000028, "Member 'UARTrackedGeometry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, LocalToTrackingTransform) == 0x000040, "Member 'UARTrackedGeometry::LocalToTrackingTransform' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, LocalToAlignedTrackingTransform) == 0x000070, "Member 'UARTrackedGeometry::LocalToAlignedTrackingTransform' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, TrackingState) == 0x0000A0, "Member 'UARTrackedGeometry::TrackingState' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, UnderlyingMesh) == 0x0000B0, "Member 'UARTrackedGeometry::UnderlyingMesh' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, ObjectClassification) == 0x0000B8, "Member 'UARTrackedGeometry::ObjectClassification' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, SpatialMeshUsageFlags) == 0x0000B9, "Member 'UARTrackedGeometry::SpatialMeshUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, LastUpdateFrameNumber) == 0x0000D0, "Member 'UARTrackedGeometry::LastUpdateFrameNumber' has a wrong offset!"); \ static_assert(offsetof(UARTrackedGeometry, DebugName) == 0x0000E0, "Member 'UARTrackedGeometry::DebugName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneGeometry_GetBoundaryPolygonInLocalSpace \ static_assert(alignof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ static_assert(sizeof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000010, "Wrong size on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ static_assert(offsetof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetBoundaryPolygonInLocalSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneGeometry_GetCenter \ static_assert(alignof(ARPlaneGeometry_GetCenter) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetCenter"); \ static_assert(sizeof(ARPlaneGeometry_GetCenter) == 0x00000C, "Wrong size on ARPlaneGeometry_GetCenter"); \ static_assert(offsetof(ARPlaneGeometry_GetCenter, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneGeometry_GetExtent \ static_assert(alignof(ARPlaneGeometry_GetExtent) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetExtent"); \ static_assert(sizeof(ARPlaneGeometry_GetExtent) == 0x00000C, "Wrong size on ARPlaneGeometry_GetExtent"); \ static_assert(offsetof(ARPlaneGeometry_GetExtent, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneGeometry_GetOrientation \ static_assert(alignof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong alignment on ARPlaneGeometry_GetOrientation"); \ static_assert(sizeof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong size on ARPlaneGeometry_GetOrientation"); \ static_assert(offsetof(ARPlaneGeometry_GetOrientation, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPlaneGeometry_GetSubsumedBy \ static_assert(alignof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetSubsumedBy"); \ static_assert(sizeof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong size on ARPlaneGeometry_GetSubsumedBy"); \ static_assert(offsetof(ARPlaneGeometry_GetSubsumedBy, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetSubsumedBy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARPlaneGeometry \ static_assert(alignof(UARPlaneGeometry) == 0x000010, "Wrong alignment on UARPlaneGeometry"); \ static_assert(sizeof(UARPlaneGeometry) == 0x000130, "Wrong size on UARPlaneGeometry"); \ static_assert(offsetof(UARPlaneGeometry, Orientation) == 0x0000F8, "Member 'UARPlaneGeometry::Orientation' has a wrong offset!"); \ static_assert(offsetof(UARPlaneGeometry, Center) == 0x0000FC, "Member 'UARPlaneGeometry::Center' has a wrong offset!"); \ static_assert(offsetof(UARPlaneGeometry, Extent) == 0x000108, "Member 'UARPlaneGeometry::Extent' has a wrong offset!"); \ static_assert(offsetof(UARPlaneGeometry, BoundaryPolygon) == 0x000118, "Member 'UARPlaneGeometry::BoundaryPolygon' has a wrong offset!"); \ static_assert(offsetof(UARPlaneGeometry, SubsumedBy) == 0x000128, "Member 'UARPlaneGeometry::SubsumedBy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedPoint \ static_assert(alignof(UARTrackedPoint) == 0x000010, "Wrong alignment on UARTrackedPoint"); \ static_assert(sizeof(UARTrackedPoint) == 0x000100, "Wrong size on UARTrackedPoint"); \ #define DUMPER7_ASSERTS_ARTrackedImage_GetEstimateSize \ static_assert(alignof(ARTrackedImage_GetEstimateSize) == 0x000004, "Wrong alignment on ARTrackedImage_GetEstimateSize"); \ static_assert(sizeof(ARTrackedImage_GetEstimateSize) == 0x000008, "Wrong size on ARTrackedImage_GetEstimateSize"); \ static_assert(offsetof(ARTrackedImage_GetEstimateSize, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetEstimateSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedImage_GetDetectedImage \ static_assert(alignof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong alignment on ARTrackedImage_GetDetectedImage"); \ static_assert(sizeof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong size on ARTrackedImage_GetDetectedImage"); \ static_assert(offsetof(ARTrackedImage_GetDetectedImage, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetDetectedImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedImage \ static_assert(alignof(UARTrackedImage) == 0x000010, "Wrong alignment on UARTrackedImage"); \ static_assert(sizeof(UARTrackedImage) == 0x000110, "Wrong size on UARTrackedImage"); \ static_assert(offsetof(UARTrackedImage, DetectedImage) == 0x0000F8, "Member 'UARTrackedImage::DetectedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackedImage, EstimatedSize) == 0x000100, "Member 'UARTrackedImage::EstimatedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedQRCode \ static_assert(alignof(UARTrackedQRCode) == 0x000010, "Wrong alignment on UARTrackedQRCode"); \ static_assert(sizeof(UARTrackedQRCode) == 0x000120, "Wrong size on UARTrackedQRCode"); \ static_assert(offsetof(UARTrackedQRCode, QRCode) == 0x000108, "Member 'UARTrackedQRCode::QRCode' has a wrong offset!"); \ static_assert(offsetof(UARTrackedQRCode, Version) == 0x000118, "Member 'UARTrackedQRCode::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapes \ static_assert(alignof(ARFaceGeometry_GetBlendShapes) == 0x000008, "Wrong alignment on ARFaceGeometry_GetBlendShapes"); \ static_assert(sizeof(ARFaceGeometry_GetBlendShapes) == 0x000050, "Wrong size on ARFaceGeometry_GetBlendShapes"); \ static_assert(offsetof(ARFaceGeometry_GetBlendShapes, ReturnValue) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapeValue \ static_assert(alignof(ARFaceGeometry_GetBlendShapeValue) == 0x000004, "Wrong alignment on ARFaceGeometry_GetBlendShapeValue"); \ static_assert(sizeof(ARFaceGeometry_GetBlendShapeValue) == 0x000008, "Wrong size on ARFaceGeometry_GetBlendShapeValue"); \ static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, BlendShape) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapeValue::BlendShape' has a wrong offset!"); \ static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, ReturnValue) == 0x000004, "Member 'ARFaceGeometry_GetBlendShapeValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceGeometry_GetLocalSpaceEyeTransform \ static_assert(alignof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ static_assert(sizeof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, Eye) == 0x000000, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::Eye' has a wrong offset!"); \ static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARFaceGeometry_GetWorldSpaceEyeTransform \ static_assert(alignof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ static_assert(sizeof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, Eye) == 0x000000, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::Eye' has a wrong offset!"); \ static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARFaceGeometry \ static_assert(alignof(UARFaceGeometry) == 0x000010, "Wrong alignment on UARFaceGeometry"); \ static_assert(sizeof(UARFaceGeometry) == 0x0001F0, "Wrong size on UARFaceGeometry"); \ static_assert(offsetof(UARFaceGeometry, LookAtTarget) == 0x0000F8, "Member 'UARFaceGeometry::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UARFaceGeometry, bIsTracked) == 0x000104, "Member 'UARFaceGeometry::bIsTracked' has a wrong offset!"); \ static_assert(offsetof(UARFaceGeometry, BlendShapes) == 0x000108, "Member 'UARFaceGeometry::BlendShapes' has a wrong offset!"); \ static_assert(offsetof(UARFaceGeometry, LeftEyeTransform) == 0x000190, "Member 'UARFaceGeometry::LeftEyeTransform' has a wrong offset!"); \ static_assert(offsetof(UARFaceGeometry, RightEyeTransform) == 0x0001C0, "Member 'UARFaceGeometry::RightEyeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture \ static_assert(alignof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong alignment on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ static_assert(sizeof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong size on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ static_assert(offsetof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetExtent \ static_assert(alignof(AREnvironmentCaptureProbe_GetExtent) == 0x000004, "Wrong alignment on AREnvironmentCaptureProbe_GetExtent"); \ static_assert(sizeof(AREnvironmentCaptureProbe_GetExtent) == 0x00000C, "Wrong size on AREnvironmentCaptureProbe_GetExtent"); \ static_assert(offsetof(AREnvironmentCaptureProbe_GetExtent, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAREnvironmentCaptureProbe \ static_assert(alignof(UAREnvironmentCaptureProbe) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbe"); \ static_assert(sizeof(UAREnvironmentCaptureProbe) == 0x000110, "Wrong size on UAREnvironmentCaptureProbe"); \ static_assert(offsetof(UAREnvironmentCaptureProbe, Extent) == 0x0000F8, "Member 'UAREnvironmentCaptureProbe::Extent' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbe, EnvironmentCaptureTexture) == 0x000108, "Member 'UAREnvironmentCaptureProbe::EnvironmentCaptureTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedObject_GetDetectedObject \ static_assert(alignof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong alignment on ARTrackedObject_GetDetectedObject"); \ static_assert(sizeof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong size on ARTrackedObject_GetDetectedObject"); \ static_assert(offsetof(ARTrackedObject_GetDetectedObject, ReturnValue) == 0x000000, "Member 'ARTrackedObject_GetDetectedObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedObject \ static_assert(alignof(UARTrackedObject) == 0x000010, "Wrong alignment on UARTrackedObject"); \ static_assert(sizeof(UARTrackedObject) == 0x000100, "Wrong size on UARTrackedObject"); \ static_assert(offsetof(UARTrackedObject, DetectedObject) == 0x0000F8, "Member 'UARTrackedObject::DetectedObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARTrackedPose_GetTrackedPoseData \ static_assert(alignof(ARTrackedPose_GetTrackedPoseData) == 0x000008, "Wrong alignment on ARTrackedPose_GetTrackedPoseData"); \ static_assert(sizeof(ARTrackedPose_GetTrackedPoseData) == 0x000050, "Wrong size on ARTrackedPose_GetTrackedPoseData"); \ static_assert(offsetof(ARTrackedPose_GetTrackedPoseData, ReturnValue) == 0x000000, "Member 'ARTrackedPose_GetTrackedPoseData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTrackedPose \ static_assert(alignof(UARTrackedPose) == 0x000010, "Wrong alignment on UARTrackedPose"); \ static_assert(sizeof(UARTrackedPose) == 0x000150, "Wrong size on UARTrackedPose"); \ static_assert(offsetof(UARTrackedPose, TrackedPose) == 0x0000F8, "Member 'UARTrackedPose::TrackedPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARMeshGeometry_GetObjectClassificationAtLocation \ static_assert(alignof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000004, "Wrong alignment on ARMeshGeometry_GetObjectClassificationAtLocation"); \ static_assert(sizeof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000024, "Wrong size on ARMeshGeometry_GetObjectClassificationAtLocation"); \ static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, InWorldLocation) == 0x000000, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::InWorldLocation' has a wrong offset!"); \ static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassification) == 0x00000C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000010, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x00001C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, ReturnValue) == 0x000020, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARMeshGeometry \ static_assert(alignof(UARMeshGeometry) == 0x000010, "Wrong alignment on UARMeshGeometry"); \ static_assert(sizeof(UARMeshGeometry) == 0x000100, "Wrong size on UARMeshGeometry"); \ #define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeMeters \ static_assert(alignof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong alignment on ARGeoAnchor_GetAltitudeMeters"); \ static_assert(sizeof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong size on ARGeoAnchor_GetAltitudeMeters"); \ static_assert(offsetof(ARGeoAnchor_GetAltitudeMeters, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeMeters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeSource \ static_assert(alignof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong alignment on ARGeoAnchor_GetAltitudeSource"); \ static_assert(sizeof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong size on ARGeoAnchor_GetAltitudeSource"); \ static_assert(offsetof(ARGeoAnchor_GetAltitudeSource, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchor_GetLatitude \ static_assert(alignof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLatitude"); \ static_assert(sizeof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLatitude"); \ static_assert(offsetof(ARGeoAnchor_GetLatitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLatitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGeoAnchor_GetLongitude \ static_assert(alignof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLongitude"); \ static_assert(sizeof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLongitude"); \ static_assert(offsetof(ARGeoAnchor_GetLongitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLongitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARGeoAnchor \ static_assert(alignof(UARGeoAnchor) == 0x000010, "Wrong alignment on UARGeoAnchor"); \ static_assert(sizeof(UARGeoAnchor) == 0x000110, "Wrong size on UARGeoAnchor"); \ #define DUMPER7_ASSERTS_UARTrackableNotifyComponent \ static_assert(alignof(UARTrackableNotifyComponent) == 0x000008, "Wrong alignment on UARTrackableNotifyComponent"); \ static_assert(sizeof(UARTrackableNotifyComponent) == 0x000200, "Wrong size on UARTrackableNotifyComponent"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000B0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000C0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000100, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000110, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000120, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000130, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000140, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000150, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000160, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000170, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000180, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x000190, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x0001F0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTypesDummyClass \ static_assert(alignof(UARTypesDummyClass) == 0x000008, "Wrong alignment on UARTypesDummyClass"); \ static_assert(sizeof(UARTypesDummyClass) == 0x000028, "Wrong size on UARTypesDummyClass"); \ #define DUMPER7_ASSERTS_ARCandidateObject_SetBoundingBox \ static_assert(alignof(ARCandidateObject_SetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_SetBoundingBox"); \ static_assert(sizeof(ARCandidateObject_SetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_SetBoundingBox"); \ static_assert(offsetof(ARCandidateObject_SetBoundingBox, InBoundingBox) == 0x000000, "Member 'ARCandidateObject_SetBoundingBox::InBoundingBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_SetCandidateObjectData \ static_assert(alignof(ARCandidateObject_SetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_SetCandidateObjectData"); \ static_assert(sizeof(ARCandidateObject_SetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_SetCandidateObjectData"); \ static_assert(offsetof(ARCandidateObject_SetCandidateObjectData, InCandidateObject) == 0x000000, "Member 'ARCandidateObject_SetCandidateObjectData::InCandidateObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_SetFriendlyName \ static_assert(alignof(ARCandidateObject_SetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_SetFriendlyName"); \ static_assert(sizeof(ARCandidateObject_SetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_SetFriendlyName"); \ static_assert(offsetof(ARCandidateObject_SetFriendlyName, NewName) == 0x000000, "Member 'ARCandidateObject_SetFriendlyName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_GetBoundingBox \ static_assert(alignof(ARCandidateObject_GetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_GetBoundingBox"); \ static_assert(sizeof(ARCandidateObject_GetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_GetBoundingBox"); \ static_assert(offsetof(ARCandidateObject_GetBoundingBox, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_GetCandidateObjectData \ static_assert(alignof(ARCandidateObject_GetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_GetCandidateObjectData"); \ static_assert(sizeof(ARCandidateObject_GetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_GetCandidateObjectData"); \ static_assert(offsetof(ARCandidateObject_GetCandidateObjectData, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetCandidateObjectData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_GetFriendlyName \ static_assert(alignof(ARCandidateObject_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_GetFriendlyName"); \ static_assert(sizeof(ARCandidateObject_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_GetFriendlyName"); \ static_assert(offsetof(ARCandidateObject_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetFriendlyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARCandidateObject \ static_assert(alignof(UARCandidateObject) == 0x000008, "Wrong alignment on UARCandidateObject"); \ static_assert(sizeof(UARCandidateObject) == 0x000070, "Wrong size on UARCandidateObject"); \ static_assert(offsetof(UARCandidateObject, CandidateObjectData) == 0x000030, "Member 'UARCandidateObject::CandidateObjectData' has a wrong offset!"); \ static_assert(offsetof(UARCandidateObject, FriendlyName) == 0x000040, "Member 'UARCandidateObject::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(UARCandidateObject, BoundingBox) == 0x000050, "Member 'UARCandidateObject::BoundingBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapAudioDummyStruct \ static_assert(alignof(FMagicLeapAudioDummyStruct) == 0x000001, "Wrong alignment on FMagicLeapAudioDummyStruct"); \ static_assert(sizeof(FMagicLeapAudioDummyStruct) == 0x000001, "Wrong size on FMagicLeapAudioDummyStruct"); \ #define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_IsMicMuted \ static_assert(alignof(MagicLeapAudioFunctionLibrary_IsMicMuted) == 0x000001, "Wrong alignment on MagicLeapAudioFunctionLibrary_IsMicMuted"); \ static_assert(sizeof(MagicLeapAudioFunctionLibrary_IsMicMuted) == 0x000001, "Wrong size on MagicLeapAudioFunctionLibrary_IsMicMuted"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_IsMicMuted, ReturnValue) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_IsMicMuted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetMicMute \ static_assert(alignof(MagicLeapAudioFunctionLibrary_SetMicMute) == 0x000001, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetMicMute"); \ static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetMicMute) == 0x000002, "Wrong size on MagicLeapAudioFunctionLibrary_SetMicMute"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetMicMute, IsMuted) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetMicMute::IsMuted' has a wrong offset!"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetMicMute, ReturnValue) == 0x000001, "Member 'MagicLeapAudioFunctionLibrary_SetMicMute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate \ static_assert(alignof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate) == 0x000004, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate"); \ static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate) == 0x000014, "Wrong size on MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate, ResultDelegate) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate, ReturnValue) == 0x000010, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackPluggedDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate \ static_assert(alignof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate) == 0x000004, "Wrong alignment on MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate"); \ static_assert(sizeof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate) == 0x000014, "Wrong size on MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate, ResultDelegate) == 0x000000, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate, ReturnValue) == 0x000010, "Member 'MagicLeapAudioFunctionLibrary_SetOnAudioJackUnpluggedDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapAudioFunctionLibrary \ static_assert(alignof(UMagicLeapAudioFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapAudioFunctionLibrary"); \ static_assert(sizeof(UMagicLeapAudioFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapAudioFunctionLibrary"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Magazine_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Magazine_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Magazine_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Magazine_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Magazine_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Magazine_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Magazine_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Magazine_C \ static_assert(alignof(AGenericWeaponModule_Magazine_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Magazine_C"); \ static_assert(sizeof(AGenericWeaponModule_Magazine_C) == 0x000470, "Wrong size on AGenericWeaponModule_Magazine_C"); \ #define DUMPER7_ASSERTS_FMagicLeapTouchpadGesture \ static_assert(alignof(FMagicLeapTouchpadGesture) == 0x000004, "Wrong alignment on FMagicLeapTouchpadGesture"); \ static_assert(sizeof(FMagicLeapTouchpadGesture) == 0x000030, "Wrong size on FMagicLeapTouchpadGesture"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Hand) == 0x000000, "Member 'FMagicLeapTouchpadGesture::Hand' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, MotionSource) == 0x000004, "Member 'FMagicLeapTouchpadGesture::MotionSource' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Type) == 0x00000C, "Member 'FMagicLeapTouchpadGesture::Type' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Direction) == 0x00000D, "Member 'FMagicLeapTouchpadGesture::Direction' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, PositionAndForce) == 0x000010, "Member 'FMagicLeapTouchpadGesture::PositionAndForce' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Speed) == 0x00001C, "Member 'FMagicLeapTouchpadGesture::Speed' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Distance) == 0x000020, "Member 'FMagicLeapTouchpadGesture::Distance' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, FingerGap) == 0x000024, "Member 'FMagicLeapTouchpadGesture::FingerGap' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Radius) == 0x000028, "Member 'FMagicLeapTouchpadGesture::Radius' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapTouchpadGesture, Angle) == 0x00002C, "Member 'FMagicLeapTouchpadGesture::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerMapping \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerMapping) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerMapping"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerMapping) == 0x000008, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerMapping"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, ControllerIndex) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::ControllerIndex' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, Hand) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerMapping, ReturnValue) == 0x000005, "Member 'MagicLeapControllerFunctionLibrary_GetControllerMapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerTrackingMode \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerTrackingMode"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode) == 0x000001, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerTrackingMode"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerTrackingMode, ReturnValue) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerTrackingMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetControllerType \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetControllerType) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetControllerType"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetControllerType) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetControllerType"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerType, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetControllerType::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetControllerType, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_GetControllerType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetHandForMotionSource \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetHandForMotionSource"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetHandForMotionSource"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetHandForMotionSource::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetHandForMotionSource, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_GetHandForMotionSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetMLControllerType \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetMLControllerType) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetMLControllerType"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetMLControllerType) == 0x000002, "Wrong size on MagicLeapControllerFunctionLibrary_GetMLControllerType"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMLControllerType, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetMLControllerType::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMLControllerType, ReturnValue) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_GetMLControllerType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_GetMotionSourceForHand \ static_assert(alignof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_GetMotionSourceForHand"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_GetMotionSourceForHand"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_GetMotionSourceForHand::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_GetMotionSourceForHand, ReturnValue) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_GetMotionSourceForHand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_IsMLControllerConnected \ static_assert(alignof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_IsMLControllerConnected"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_IsMLControllerConnected"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_IsMLControllerConnected::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_IsMLControllerConnected, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_IsMLControllerConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers \ static_assert(alignof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers) == 0x000004, "Wrong size on MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers, ReturnValue) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_MaxSupportedMagicLeapControllers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback) == 0x000004, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, HapticPattern) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::HapticPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, Intensity) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::Intensity' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback, ReturnValue) == 0x000003, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerHapticFeedback::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerLED \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerLED) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerLED"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerLED) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerLED"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, LEDPattern) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::LEDPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, LEDColor) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::LEDColor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, DurationInSec) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::DurationInSec' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLED, ReturnValue) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLED::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect) == 0x000010, "Wrong size on MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDEffect) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDEffect' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDSpeed) == 0x000002, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDSpeed' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDPattern) == 0x000003, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, LEDColor) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::LEDColor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, DurationInSec) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::DurationInSec' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect, ReturnValue) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayControllerLEDEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayHapticPattern \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayHapticPattern) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayHapticPattern"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayHapticPattern) == 0x00000C, "Wrong size on MagicLeapControllerFunctionLibrary_PlayHapticPattern"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, HapticPattern) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::HapticPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, Intensity) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::Intensity' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayHapticPattern, ReturnValue) == 0x00000A, "Member 'MagicLeapControllerFunctionLibrary_PlayHapticPattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayLEDEffect \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayLEDEffect) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayLEDEffect"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayLEDEffect) == 0x000014, "Wrong size on MagicLeapControllerFunctionLibrary_PlayLEDEffect"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDEffect) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDEffect' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDSpeed) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDSpeed' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDPattern) == 0x00000A, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, LEDColor) == 0x00000B, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::LEDColor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, DurationInSec) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::DurationInSec' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDEffect, ReturnValue) == 0x000010, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_PlayLEDPattern \ static_assert(alignof(MagicLeapControllerFunctionLibrary_PlayLEDPattern) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_PlayLEDPattern"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_PlayLEDPattern) == 0x000014, "Wrong size on MagicLeapControllerFunctionLibrary_PlayLEDPattern"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, MotionSource) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, LEDPattern) == 0x000008, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::LEDPattern' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, LEDColor) == 0x000009, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::LEDColor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, DurationInSec) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::DurationInSec' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_PlayLEDPattern, ReturnValue) == 0x000010, "Member 'MagicLeapControllerFunctionLibrary_PlayLEDPattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_SetControllerTrackingMode \ static_assert(alignof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode) == 0x000001, "Wrong alignment on MagicLeapControllerFunctionLibrary_SetControllerTrackingMode"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode) == 0x000002, "Wrong size on MagicLeapControllerFunctionLibrary_SetControllerTrackingMode"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode, TrackingMode) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_SetControllerTrackingMode::TrackingMode' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetControllerTrackingMode, ReturnValue) == 0x000001, "Member 'MagicLeapControllerFunctionLibrary_SetControllerTrackingMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapControllerFunctionLibrary_SetMotionSourceForHand \ static_assert(alignof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand) == 0x000004, "Wrong alignment on MagicLeapControllerFunctionLibrary_SetMotionSourceForHand"); \ static_assert(sizeof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand) == 0x000010, "Wrong size on MagicLeapControllerFunctionLibrary_SetMotionSourceForHand"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, Hand) == 0x000000, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, MotionSource) == 0x000004, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapControllerFunctionLibrary_SetMotionSourceForHand, ReturnValue) == 0x00000C, "Member 'MagicLeapControllerFunctionLibrary_SetMotionSourceForHand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapControllerFunctionLibrary \ static_assert(alignof(UMagicLeapControllerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapControllerFunctionLibrary"); \ static_assert(sizeof(UMagicLeapControllerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapControllerFunctionLibrary"); \ #define DUMPER7_ASSERTS_UMagicLeapTouchpadGesturesComponent \ static_assert(alignof(UMagicLeapTouchpadGesturesComponent) == 0x000008, "Wrong alignment on UMagicLeapTouchpadGesturesComponent"); \ static_assert(sizeof(UMagicLeapTouchpadGesturesComponent) == 0x000140, "Wrong size on UMagicLeapTouchpadGesturesComponent"); \ static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureStart) == 0x0000B8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureStart' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureContinue) == 0x0000C8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureContinue' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapTouchpadGesturesComponent, OnTouchpadGestureEnd) == 0x0000D8, "Member 'UMagicLeapTouchpadGesturesComponent::OnTouchpadGestureEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapEyeBlinkState \ static_assert(alignof(FMagicLeapEyeBlinkState) == 0x000001, "Wrong alignment on FMagicLeapEyeBlinkState"); \ static_assert(sizeof(FMagicLeapEyeBlinkState) == 0x000002, "Wrong size on FMagicLeapEyeBlinkState"); \ static_assert(offsetof(FMagicLeapEyeBlinkState, LeftEyeBlinked) == 0x000000, "Member 'FMagicLeapEyeBlinkState::LeftEyeBlinked' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapEyeBlinkState, RightEyeBlinked) == 0x000001, "Member 'FMagicLeapEyeBlinkState::RightEyeBlinked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus \ static_assert(alignof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus) == 0x000001, "Wrong alignment on MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus"); \ static_assert(sizeof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus) == 0x000001, "Wrong size on MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus"); \ static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus, ReturnValue) == 0x000000, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState \ static_assert(alignof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState) == 0x000001, "Wrong alignment on MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState"); \ static_assert(sizeof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState) == 0x000003, "Wrong size on MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState"); \ static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState, BlinkState) == 0x000000, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState::BlinkState' has a wrong offset!"); \ static_assert(offsetof(MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState, ReturnValue) == 0x000002, "Member 'MagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapEyeTrackerFunctionLibrary \ static_assert(alignof(UMagicLeapEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapEyeTrackerFunctionLibrary"); \ static_assert(sizeof(UMagicLeapEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapEyeTrackerFunctionLibrary"); \ #define DUMPER7_ASSERTS_Kazoo_C_ExecuteUbergraph_Kazoo \ static_assert(alignof(Kazoo_C_ExecuteUbergraph_Kazoo) == 0x000008, "Wrong alignment on Kazoo_C_ExecuteUbergraph_Kazoo"); \ static_assert(sizeof(Kazoo_C_ExecuteUbergraph_Kazoo) == 0x0000E0, "Wrong size on Kazoo_C_ExecuteUbergraph_Kazoo"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, EntryPoint) == 0x000000, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, Temp_int_Variable) == 0x000010, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, Temp_text_Variable) == 0x000020, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, Temp_text_Variable_1) == 0x000050, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, Temp_text_Variable_2) == 0x000068, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, Temp_text_Variable_3) == 0x000080, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_Event_StatusNum) == 0x000098, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_Event_StatusNum' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A0, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, CallFunc_GetHUD_ReturnValue_1) == 0x0000A8, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_Select_Default) == 0x0000B0, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000C8, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_ExecuteUbergraph_Kazoo, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'Kazoo_C_ExecuteUbergraph_Kazoo::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Kazoo_C_OnStatusChanged \ static_assert(alignof(Kazoo_C_OnStatusChanged) == 0x000004, "Wrong alignment on Kazoo_C_OnStatusChanged"); \ static_assert(sizeof(Kazoo_C_OnStatusChanged) == 0x000004, "Wrong size on Kazoo_C_OnStatusChanged"); \ static_assert(offsetof(Kazoo_C_OnStatusChanged, StatusNum) == 0x000000, "Member 'Kazoo_C_OnStatusChanged::StatusNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Kazoo_C_GetItemSelection \ static_assert(alignof(Kazoo_C_GetItemSelection) == 0x000008, "Wrong alignment on Kazoo_C_GetItemSelection"); \ static_assert(sizeof(Kazoo_C_GetItemSelection) == 0x000130, "Wrong size on Kazoo_C_GetItemSelection"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, Hit) == 0x000000, "Member 'Kazoo_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, Player) == 0x000088, "Member 'Kazoo_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Kazoo_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Kazoo_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Kazoo_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Kazoo_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'Kazoo_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Kazoo_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012D, "Member 'Kazoo_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKazoo_C \ static_assert(alignof(AKazoo_C) == 0x000010, "Wrong alignment on AKazoo_C"); \ static_assert(sizeof(AKazoo_C) == 0x0006C0, "Wrong size on AKazoo_C"); \ static_assert(offsetof(AKazoo_C, UberGraphFrame) == 0x0006B0, "Member 'AKazoo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AKazoo_C, SkeletalMesh) == 0x0006B8, "Member 'AKazoo_C::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_ExecuteUbergraph_BotanistNest \ static_assert(alignof(BotanistNest_C_ExecuteUbergraph_BotanistNest) == 0x000008, "Wrong alignment on BotanistNest_C_ExecuteUbergraph_BotanistNest"); \ static_assert(sizeof(BotanistNest_C_ExecuteUbergraph_BotanistNest) == 0x000510, "Wrong size on BotanistNest_C_ExecuteUbergraph_BotanistNest"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, EntryPoint) == 0x000000, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_NewName) == 0x000008, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Hit_4) == 0x000020, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0000A8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0000B0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_NewState) == 0x000118, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_OldState) == 0x000119, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000120, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_SwitchEnum_CmpSuccess) == 0x000128, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x000130, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000140, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetGameInstance_ReturnValue) == 0x000148, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsFGGame_Instance) == 0x000158, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetValueAsInt_ReturnValue) == 0x000164, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_1) == 0x000168, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000170, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Map_Find_Value) == 0x000180, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Map_Find_ReturnValue) == 0x000188, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Map_Find_Value_1) == 0x000190, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Map_Find_ReturnValue_1) == 0x000198, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsEmpty_ReturnValue) == 0x000199, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Not_PreBool_ReturnValue) == 0x00019A, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, Temp_bool_IsClosed_Variable) == 0x00019B, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_2) == 0x00019C, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetHaveItems_IconFillState) == 0x0001A0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_SwitchInteger_CmpSuccess) == 0x0001A4, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Hit_3) == 0x0001A8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter_5) == 0x000230, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_3) == 0x000238, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00023C, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetAllActorsOfClass_OutActors) == 0x000248, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Array_Find_ReturnValue) == 0x000258, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Add_IntInt_ReturnValue) == 0x00025C, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_CreateDelegate_OutputDelegate) == 0x000260, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000270, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000278, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000284, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_SwitchTest_OutputBranch) == 0x000288, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_SwitchTest_OutputBranch' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Add_FloatFloat_ReturnValue) == 0x00028C, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_SwitchEnum_CmpSuccess_1) == 0x000290, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_bNewMode) == 0x000291, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_4) == 0x000292, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_5) == 0x000293, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_6) == 0x000294, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_CreateDelegate_OutputDelegate_1) == 0x000298, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Hit_2) == 0x0002A8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter_4) == 0x000330, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000338, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000340, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess_3) == 0x000350, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsUnlocked_ReturnValue) == 0x000351, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Percentage_1) == 0x000354, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter_3) == 0x000358, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetPlayerController_ReturnValue) == 0x000360, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Hit_1) == 0x000368, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter_2) == 0x0003F0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetHUD_ReturnValue) == 0x0003F8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000400, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess_4) == 0x000410, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_7) == 0x000411, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_CustomEvent_Player) == 0x000418, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_CanUpgrade_ReturnValue) == 0x000420, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetController_ReturnValue) == 0x000428, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_SwitchEnum_CmpSuccess_2) == 0x000430, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_8) == 0x000431, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_CreateDelegate_OutputDelegate_2) == 0x000434, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Hit) == 0x000444, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter_1) == 0x0004D0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsValid_ReturnValue_9) == 0x0004D8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_Percentage) == 0x0004DC, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_Event_PlayerCharacter) == 0x0004E0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetPlayerController_ReturnValue_1) == 0x0004E8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_GetHUD_ReturnValue_1) == 0x0004F0, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0004F8, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, K2Node_DynamicCast_bSuccess_5) == 0x000508, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000509, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_Not_PreBool_ReturnValue_1) == 0x00050A, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_ExecuteUbergraph_BotanistNest, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x00050B, "Member 'BotanistNest_C_ExecuteUbergraph_BotanistNest::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_AltHoldProgressInfo \ static_assert(alignof(BotanistNest_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on BotanistNest_C_AltHoldProgressInfo"); \ static_assert(sizeof(BotanistNest_C_AltHoldProgressInfo) == 0x000010, "Wrong size on BotanistNest_C_AltHoldProgressInfo"); \ static_assert(offsetof(BotanistNest_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'BotanistNest_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'BotanistNest_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnAltHoldUseActor \ static_assert(alignof(BotanistNest_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on BotanistNest_C_OnAltHoldUseActor"); \ static_assert(sizeof(BotanistNest_C_OnAltHoldUseActor) == 0x000090, "Wrong size on BotanistNest_C_OnAltHoldUseActor"); \ static_assert(offsetof(BotanistNest_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'BotanistNest_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnHoldUse_M \ static_assert(alignof(BotanistNest_C_OnHoldUse_M) == 0x000008, "Wrong alignment on BotanistNest_C_OnHoldUse_M"); \ static_assert(sizeof(BotanistNest_C_OnHoldUse_M) == 0x000008, "Wrong size on BotanistNest_C_OnHoldUse_M"); \ static_assert(offsetof(BotanistNest_C_OnHoldUse_M, Player) == 0x000000, "Member 'BotanistNest_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnHoldUseActor \ static_assert(alignof(BotanistNest_C_OnHoldUseActor) == 0x000008, "Wrong alignment on BotanistNest_C_OnHoldUseActor"); \ static_assert(sizeof(BotanistNest_C_OnHoldUseActor) == 0x000090, "Wrong size on BotanistNest_C_OnHoldUseActor"); \ static_assert(offsetof(BotanistNest_C_OnHoldUseActor, Hit) == 0x000000, "Member 'BotanistNest_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_HoldProgressInfo \ static_assert(alignof(BotanistNest_C_HoldProgressInfo) == 0x000008, "Wrong alignment on BotanistNest_C_HoldProgressInfo"); \ static_assert(sizeof(BotanistNest_C_HoldProgressInfo) == 0x000010, "Wrong size on BotanistNest_C_HoldProgressInfo"); \ static_assert(offsetof(BotanistNest_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'BotanistNest_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'BotanistNest_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnAlternateUseActor \ static_assert(alignof(BotanistNest_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on BotanistNest_C_OnAlternateUseActor"); \ static_assert(sizeof(BotanistNest_C_OnAlternateUseActor) == 0x000090, "Wrong size on BotanistNest_C_OnAlternateUseActor"); \ static_assert(offsetof(BotanistNest_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'BotanistNest_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_EventSetRelocationMode \ static_assert(alignof(BotanistNest_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on BotanistNest_C_EventSetRelocationMode"); \ static_assert(sizeof(BotanistNest_C_EventSetRelocationMode) == 0x000001, "Wrong size on BotanistNest_C_EventSetRelocationMode"); \ static_assert(offsetof(BotanistNest_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'BotanistNest_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnUseActor \ static_assert(alignof(BotanistNest_C_OnUseActor) == 0x000008, "Wrong alignment on BotanistNest_C_OnUseActor"); \ static_assert(sizeof(BotanistNest_C_OnUseActor) == 0x000090, "Wrong size on BotanistNest_C_OnUseActor"); \ static_assert(offsetof(BotanistNest_C_OnUseActor, Hit) == 0x000000, "Member 'BotanistNest_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_EventOnStateUpdated \ static_assert(alignof(BotanistNest_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on BotanistNest_C_EventOnStateUpdated"); \ static_assert(sizeof(BotanistNest_C_EventOnStateUpdated) == 0x000002, "Wrong size on BotanistNest_C_EventOnStateUpdated"); \ static_assert(offsetof(BotanistNest_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'BotanistNest_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'BotanistNest_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_OnGotFocus \ static_assert(alignof(BotanistNest_C_OnGotFocus) == 0x000004, "Wrong alignment on BotanistNest_C_OnGotFocus"); \ static_assert(sizeof(BotanistNest_C_OnGotFocus) == 0x000088, "Wrong size on BotanistNest_C_OnGotFocus"); \ static_assert(offsetof(BotanistNest_C_OnGotFocus, Hit) == 0x000000, "Member 'BotanistNest_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_SetWorkerName \ static_assert(alignof(BotanistNest_C_SetWorkerName) == 0x000008, "Wrong alignment on BotanistNest_C_SetWorkerName"); \ static_assert(sizeof(BotanistNest_C_SetWorkerName) == 0x000018, "Wrong size on BotanistNest_C_SetWorkerName"); \ static_assert(offsetof(BotanistNest_C_SetWorkerName, NewName) == 0x000000, "Member 'BotanistNest_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_SendTutorial \ static_assert(alignof(BotanistNest_C_SendTutorial) == 0x000008, "Wrong alignment on BotanistNest_C_SendTutorial"); \ static_assert(sizeof(BotanistNest_C_SendTutorial) == 0x000048, "Wrong size on BotanistNest_C_SendTutorial"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, NewParam) == 0x000000, "Member 'BotanistNest_C_SendTutorial::NewParam' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BotanistNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BotanistNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'BotanistNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BotanistNest_C_SendTutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'BotanistNest_C_SendTutorial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'BotanistNest_C_SendTutorial::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'BotanistNest_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'BotanistNest_C_SendTutorial::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BotanistNest_C_SendTutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BotanistNest_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BotanistNest_C_SendTutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BotanistNest_C_SendTutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_Array_Get_Item) == 0x000028, "Member 'BotanistNest_C_SendTutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BotanistNest_C_SendTutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BotanistNest_C_SendTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'BotanistNest_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BotanistNest_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_CanHoldUse \ static_assert(alignof(BotanistNest_C_CanHoldUse) == 0x000008, "Wrong alignment on BotanistNest_C_CanHoldUse"); \ static_assert(sizeof(BotanistNest_C_CanHoldUse) == 0x0000B0, "Wrong size on BotanistNest_C_CanHoldUse"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, Hit) == 0x000000, "Member 'BotanistNest_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'BotanistNest_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'BotanistNest_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'BotanistNest_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BotanistNest_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'BotanistNest_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'BotanistNest_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_CanUse \ static_assert(alignof(BotanistNest_C_CanUse) == 0x000008, "Wrong alignment on BotanistNest_C_CanUse"); \ static_assert(sizeof(BotanistNest_C_CanUse) == 0x0000A0, "Wrong size on BotanistNest_C_CanUse"); \ static_assert(offsetof(BotanistNest_C_CanUse, Hit) == 0x000000, "Member 'BotanistNest_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, ReturnValue) == 0x000090, "Member 'BotanistNest_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000091, "Member 'BotanistNest_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, CallFunc_GetHaveItems_IconFillState) == 0x000094, "Member 'BotanistNest_C_CanUse::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'BotanistNest_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, CallFunc_Conv_IntToBool_ReturnValue) == 0x000099, "Member 'BotanistNest_C_CanUse::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x00009A, "Member 'BotanistNest_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetHaveItems \ static_assert(alignof(BotanistNest_C_GetHaveItems) == 0x000004, "Wrong alignment on BotanistNest_C_GetHaveItems"); \ static_assert(sizeof(BotanistNest_C_GetHaveItems) == 0x000020, "Wrong size on BotanistNest_C_GetHaveItems"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, IconFillState) == 0x000000, "Member 'BotanistNest_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BotanistNest_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000008, "Member 'BotanistNest_C_GetHaveItems::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BotanistNest_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BotanistNest_C_GetHaveItems::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'BotanistNest_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BotanistNest_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'BotanistNest_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'BotanistNest_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetItemSelection \ static_assert(alignof(BotanistNest_C_GetItemSelection) == 0x000008, "Wrong alignment on BotanistNest_C_GetItemSelection"); \ static_assert(sizeof(BotanistNest_C_GetItemSelection) == 0x0000B0, "Wrong size on BotanistNest_C_GetItemSelection"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, Hit) == 0x000000, "Member 'BotanistNest_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, Player) == 0x000088, "Member 'BotanistNest_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, SelectionText) == 0x000090, "Member 'BotanistNest_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'BotanistNest_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'BotanistNest_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'BotanistNest_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetItemDurability \ static_assert(alignof(BotanistNest_C_GetItemDurability) == 0x000008, "Wrong alignment on BotanistNest_C_GetItemDurability"); \ static_assert(sizeof(BotanistNest_C_GetItemDurability) == 0x0000C8, "Wrong size on BotanistNest_C_GetItemDurability"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'BotanistNest_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'BotanistNest_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'BotanistNest_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BotanistNest_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'BotanistNest_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BotanistNest_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BotanistNest_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetHoldUseTime \ static_assert(alignof(BotanistNest_C_GetHoldUseTime) == 0x000008, "Wrong alignment on BotanistNest_C_GetHoldUseTime"); \ static_assert(sizeof(BotanistNest_C_GetHoldUseTime) == 0x000010, "Wrong size on BotanistNest_C_GetHoldUseTime"); \ static_assert(offsetof(BotanistNest_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'BotanistNest_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'BotanistNest_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_CanAltHoldUse \ static_assert(alignof(BotanistNest_C_CanAltHoldUse) == 0x000008, "Wrong alignment on BotanistNest_C_CanAltHoldUse"); \ static_assert(sizeof(BotanistNest_C_CanAltHoldUse) == 0x000098, "Wrong size on BotanistNest_C_CanAltHoldUse"); \ static_assert(offsetof(BotanistNest_C_CanAltHoldUse, Hit) == 0x000000, "Member 'BotanistNest_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'BotanistNest_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'BotanistNest_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanAltHoldUse, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000091, "Member 'BotanistNest_C_CanAltHoldUse::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetProgressStatusTime \ static_assert(alignof(BotanistNest_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on BotanistNest_C_GetProgressStatusTime"); \ static_assert(sizeof(BotanistNest_C_GetProgressStatusTime) == 0x000010, "Wrong size on BotanistNest_C_GetProgressStatusTime"); \ static_assert(offsetof(BotanistNest_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'BotanistNest_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x000008, "Member 'BotanistNest_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetProgressStatusState \ static_assert(alignof(BotanistNest_C_GetProgressStatusState) == 0x000004, "Wrong alignment on BotanistNest_C_GetProgressStatusState"); \ static_assert(sizeof(BotanistNest_C_GetProgressStatusState) == 0x00000C, "Wrong size on BotanistNest_C_GetProgressStatusState"); \ static_assert(offsetof(BotanistNest_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'BotanistNest_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetProgressStatusState, CallFunc_GetHaveItems_IconFillState) == 0x000004, "Member 'BotanistNest_C_GetProgressStatusState::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetProgressStatusState, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'BotanistNest_C_GetProgressStatusState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetAdditionalButtons \ static_assert(alignof(BotanistNest_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on BotanistNest_C_GetAdditionalButtons"); \ static_assert(sizeof(BotanistNest_C_GetAdditionalButtons) == 0x0000F8, "Wrong size on BotanistNest_C_GetAdditionalButtons"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'BotanistNest_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'BotanistNest_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_bIsAvailable) == 0x000020, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_ActionButtonData) == 0x000028, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000064, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000068, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x0000A4, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x0000A8, "Member 'BotanistNest_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'BotanistNest_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x0000E4, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0000E8, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x0000F0, "Member 'BotanistNest_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_IsDeconstructionAllowed \ static_assert(alignof(BotanistNest_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on BotanistNest_C_IsDeconstructionAllowed"); \ static_assert(sizeof(BotanistNest_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on BotanistNest_C_IsDeconstructionAllowed"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'BotanistNest_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'BotanistNest_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'BotanistNest_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'BotanistNest_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'BotanistNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'BotanistNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'BotanistNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_CanRepairIt \ static_assert(alignof(BotanistNest_C_CanRepairIt) == 0x000004, "Wrong alignment on BotanistNest_C_CanRepairIt"); \ static_assert(sizeof(BotanistNest_C_CanRepairIt) == 0x00008C, "Wrong size on BotanistNest_C_CanRepairIt"); \ static_assert(offsetof(BotanistNest_C_CanRepairIt, Hit) == 0x000000, "Member 'BotanistNest_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanRepairIt, Repairable) == 0x000088, "Member 'BotanistNest_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'BotanistNest_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetSlots \ static_assert(alignof(BotanistNest_C_GetSlots) == 0x000008, "Wrong alignment on BotanistNest_C_GetSlots"); \ static_assert(sizeof(BotanistNest_C_GetSlots) == 0x000038, "Wrong size on BotanistNest_C_GetSlots"); \ static_assert(offsetof(BotanistNest_C_GetSlots, BaseSlots) == 0x000000, "Member 'BotanistNest_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, Overslots) == 0x000004, "Member 'BotanistNest_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, FullSlots) == 0x000008, "Member 'BotanistNest_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'BotanistNest_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'BotanistNest_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BotanistNest_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'BotanistNest_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'BotanistNest_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'BotanistNest_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'BotanistNest_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetIcon \ static_assert(alignof(BotanistNest_C_GetIcon) == 0x000008, "Wrong alignment on BotanistNest_C_GetIcon"); \ static_assert(sizeof(BotanistNest_C_GetIcon) == 0x000028, "Wrong size on BotanistNest_C_GetIcon"); \ static_assert(offsetof(BotanistNest_C_GetIcon, Icon) == 0x000000, "Member 'BotanistNest_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'BotanistNest_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BotanistNest_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'BotanistNest_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetWorkerActor \ static_assert(alignof(BotanistNest_C_GetWorkerActor) == 0x000008, "Wrong alignment on BotanistNest_C_GetWorkerActor"); \ static_assert(sizeof(BotanistNest_C_GetWorkerActor) == 0x000018, "Wrong size on BotanistNest_C_GetWorkerActor"); \ static_assert(offsetof(BotanistNest_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'BotanistNest_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'BotanistNest_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BotanistNest_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetName \ static_assert(alignof(BotanistNest_C_GetName) == 0x000008, "Wrong alignment on BotanistNest_C_GetName"); \ static_assert(sizeof(BotanistNest_C_GetName) == 0x000048, "Wrong size on BotanistNest_C_GetName"); \ static_assert(offsetof(BotanistNest_C_GetName, WorkerName) == 0x000000, "Member 'BotanistNest_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'BotanistNest_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BotanistNest_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'BotanistNest_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetDebuffs \ static_assert(alignof(BotanistNest_C_GetDebuffs) == 0x000008, "Wrong alignment on BotanistNest_C_GetDebuffs"); \ static_assert(sizeof(BotanistNest_C_GetDebuffs) == 0x000038, "Wrong size on BotanistNest_C_GetDebuffs"); \ static_assert(offsetof(BotanistNest_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'BotanistNest_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'BotanistNest_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BotanistNest_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'BotanistNest_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetPerks \ static_assert(alignof(BotanistNest_C_GetPerks) == 0x000008, "Wrong alignment on BotanistNest_C_GetPerks"); \ static_assert(sizeof(BotanistNest_C_GetPerks) == 0x000038, "Wrong size on BotanistNest_C_GetPerks"); \ static_assert(offsetof(BotanistNest_C_GetPerks, Perks) == 0x000000, "Member 'BotanistNest_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'BotanistNest_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BotanistNest_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'BotanistNest_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetCurrentHappines \ static_assert(alignof(BotanistNest_C_GetCurrentHappines) == 0x000008, "Wrong alignment on BotanistNest_C_GetCurrentHappines"); \ static_assert(sizeof(BotanistNest_C_GetCurrentHappines) == 0x000020, "Wrong size on BotanistNest_C_GetCurrentHappines"); \ static_assert(offsetof(BotanistNest_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'BotanistNest_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'BotanistNest_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BotanistNest_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'BotanistNest_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetModuleFeatures \ static_assert(alignof(BotanistNest_C_GetModuleFeatures) == 0x000008, "Wrong alignment on BotanistNest_C_GetModuleFeatures"); \ static_assert(sizeof(BotanistNest_C_GetModuleFeatures) == 0x0006E8, "Wrong size on BotanistNest_C_GetModuleFeatures"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, Features) == 0x000000, "Member 'BotanistNest_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, LocalFeatures) == 0x000050, "Member 'BotanistNest_C_GetModuleFeatures::LocalFeatures' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000108, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x000118, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_Values) == 0x000128, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_Values' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_OutputBranch) == 0x000138, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_OutputBranch' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_Values_1) == 0x000140, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_Values_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_OutputBranch_1) == 0x000150, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_OutputBranch_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_SwitchEnum_CmpSuccess) == 0x000151, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_SwitchEnum_CmpSuccess_1) == 0x000152, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x000158, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_3) == 0x0001A8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_Values_2) == 0x0001B8, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_Values_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_GetAbilitiesModifiedValues_OutputBranch_2) == 0x0001C8, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_GetAbilitiesModifiedValues_OutputBranch_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_4) == 0x0001D0, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001E0, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x0001E8, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x000200, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000240, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_5) == 0x000280, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x000290, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x0002D0, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_6) == 0x0002E8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_3) == 0x000338, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_7) == 0x000350, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000360, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_4) == 0x0003A0, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_8) == 0x0003B8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003C8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_5) == 0x000408, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_7) == 0x000420, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_8) == 0x000460, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x0004A0, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_9) == 0x0004B8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_9) == 0x0004C8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_6) == 0x000508, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_10) == 0x000520, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_10) == 0x000530, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_7) == 0x000570, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_11) == 0x000588, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_11' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000598, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_8) == 0x0005B0, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_11) == 0x0005C8, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_12) == 0x000608, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_12) == 0x000648, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_12' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeArray_Array_13) == 0x000658, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeArray_Array_13' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_9) == 0x000668, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_10) == 0x000680, "Member 'BotanistNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetModuleFeatures, K2Node_MakeMap_Map_1) == 0x000698, "Member 'BotanistNest_C_GetModuleFeatures::K2Node_MakeMap_Map_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_C_GetInteractionComponent \ static_assert(alignof(BotanistNest_C_GetInteractionComponent) == 0x000008, "Wrong alignment on BotanistNest_C_GetInteractionComponent"); \ static_assert(sizeof(BotanistNest_C_GetInteractionComponent) == 0x000010, "Wrong size on BotanistNest_C_GetInteractionComponent"); \ static_assert(offsetof(BotanistNest_C_GetInteractionComponent, Player) == 0x000000, "Member 'BotanistNest_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'BotanistNest_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABotanistNest_C \ static_assert(alignof(ABotanistNest_C) == 0x000008, "Wrong alignment on ABotanistNest_C"); \ static_assert(sizeof(ABotanistNest_C) == 0x000740, "Wrong size on ABotanistNest_C"); \ static_assert(offsetof(ABotanistNest_C, UberGraphFrame) == 0x000710, "Member 'ABotanistNest_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, FGInteraction) == 0x000718, "Member 'ABotanistNest_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, BuilderZone) == 0x000720, "Member 'ABotanistNest_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, ActivityPoint1) == 0x000728, "Member 'ABotanistNest_C::ActivityPoint1' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, Widget) == 0x000730, "Member 'ABotanistNest_C::Widget' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, Num) == 0x000738, "Member 'ABotanistNest_C::Num' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_C, InFocus) == 0x00073C, "Member 'ABotanistNest_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_WaterGathering_C \ static_assert(alignof(UTutorialTask_WaterGathering_C) == 0x000008, "Wrong alignment on UTutorialTask_WaterGathering_C"); \ static_assert(sizeof(UTutorialTask_WaterGathering_C) == 0x000060, "Wrong size on UTutorialTask_WaterGathering_C"); \ #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_FLiveLinkBaseBlueprintData \ static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ #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_FLiveLinkTransform \ static_assert(alignof(FLiveLinkTransform) == 0x000008, "Wrong alignment on FLiveLinkTransform"); \ static_assert(sizeof(FLiveLinkTransform) == 0x000020, "Wrong size on FLiveLinkTransform"); \ #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_FSubjectMetadata \ static_assert(alignof(FSubjectMetadata) == 0x000008, "Wrong alignment on FSubjectMetadata"); \ static_assert(sizeof(FSubjectMetadata) == 0x000070, "Wrong size on FSubjectMetadata"); \ static_assert(offsetof(FSubjectMetadata, StringMetadata) == 0x000000, "Member 'FSubjectMetadata::StringMetadata' has a wrong offset!"); \ static_assert(offsetof(FSubjectMetadata, SceneTimecode) == 0x000050, "Member 'FSubjectMetadata::SceneTimecode' has a wrong offset!"); \ static_assert(offsetof(FSubjectMetadata, SceneFramerate) == 0x000064, "Member 'FSubjectMetadata::SceneFramerate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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!"); \ #define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ static_assert(sizeof(FLiveLinkTransformFrameData) == 0x0000D0, "Wrong size on FLiveLinkTransformFrameData"); \ static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ static_assert(sizeof(FLiveLinkCameraFrameData) == 0x0000F0, "Wrong size on FLiveLinkCameraFrameData"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x0000D0, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x0000D4, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x0000D8, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x0000DC, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x0000E0, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x0000E4, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000120, "Wrong size on FLiveLinkCameraBlueprintData"); \ static_assert(offsetof(FLiveLinkCameraBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkCameraBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkCameraBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCurveConversionSettings \ static_assert(alignof(FLiveLinkCurveConversionSettings) == 0x000008, "Wrong alignment on FLiveLinkCurveConversionSettings"); \ static_assert(sizeof(FLiveLinkCurveConversionSettings) == 0x000050, "Wrong size on FLiveLinkCurveConversionSettings"); \ static_assert(offsetof(FLiveLinkCurveConversionSettings, CurveConversionAssetMap) == 0x000000, "Member 'FLiveLinkCurveConversionSettings::CurveConversionAssetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000100, "Wrong size on FLiveLinkLightFrameData"); \ static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x0000D0, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x0000D4, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x0000D8, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x0000DC, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x0000E0, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x0000E4, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x0000E8, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x0000EC, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x0000F0, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000130, "Wrong size on FLiveLinkLightBlueprintData"); \ static_assert(offsetof(FLiveLinkLightBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLightBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLightBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectName \ static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ static_assert(sizeof(FLiveLinkSubjectName) == 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_FLiveLinkSourcePreset \ static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ static_assert(sizeof(FLiveLinkSourcePreset) == 0x000030, "Wrong size on FLiveLinkSourcePreset"); \ static_assert(offsetof(FLiveLinkSourcePreset, Guid) == 0x000000, "Member 'FLiveLinkSourcePreset::Guid' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourcePreset, Settings) == 0x000010, "Member 'FLiveLinkSourcePreset::Settings' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourcePreset, SourceType) == 0x000018, "Member 'FLiveLinkSourcePreset::SourceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkRefSkeleton \ static_assert(alignof(FLiveLinkRefSkeleton) == 0x000008, "Wrong alignment on FLiveLinkRefSkeleton"); \ static_assert(sizeof(FLiveLinkRefSkeleton) == 0x000020, "Wrong size on FLiveLinkRefSkeleton"); \ static_assert(offsetof(FLiveLinkRefSkeleton, BoneNames) == 0x000000, "Member 'FLiveLinkRefSkeleton::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkRefSkeleton, BoneParents) == 0x000010, "Member 'FLiveLinkRefSkeleton::BoneParents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectRepresentation \ static_assert(alignof(FLiveLinkSubjectRepresentation) == 0x000008, "Wrong alignment on FLiveLinkSubjectRepresentation"); \ static_assert(sizeof(FLiveLinkSubjectRepresentation) == 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_FLiveLinkInterpolationSettings \ static_assert(alignof(FLiveLinkInterpolationSettings) == 0x000004, "Wrong alignment on FLiveLinkInterpolationSettings"); \ static_assert(sizeof(FLiveLinkInterpolationSettings) == 0x000008, "Wrong size on FLiveLinkInterpolationSettings"); \ static_assert(offsetof(FLiveLinkInterpolationSettings, bUseInterpolation) == 0x000000, "Member 'FLiveLinkInterpolationSettings::bUseInterpolation' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkInterpolationSettings, InterpolationOffset) == 0x000004, "Member 'FLiveLinkInterpolationSettings::InterpolationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeSynchronizationSettings \ static_assert(alignof(FLiveLinkTimeSynchronizationSettings) == 0x000004, "Wrong alignment on FLiveLinkTimeSynchronizationSettings"); \ static_assert(sizeof(FLiveLinkTimeSynchronizationSettings) == 0x00000C, "Wrong size on FLiveLinkTimeSynchronizationSettings"); \ static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameRate) == 0x000000, "Member 'FLiveLinkTimeSynchronizationSettings::FrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameOffset) == 0x000008, "Member 'FLiveLinkTimeSynchronizationSettings::FrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ static_assert(sizeof(FLiveLinkSourceDebugInfo) == 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_FLiveLinkSourceBufferManagementSettings \ static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000058, "Wrong size on FLiveLinkSourceBufferManagementSettings"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidEngineTimeEnabled) == 0x000000, "Member 'FLiveLinkSourceBufferManagementSettings::bValidEngineTimeEnabled' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidEngineTime) == 0x000004, "Member 'FLiveLinkSourceBufferManagementSettings::ValidEngineTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeOffset) == 0x000008, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeClockOffset) == 0x000010, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeClockOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x00001C, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000028, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x000034, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x00004C, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x0000F0, "Wrong size on FLiveLinkTransformBlueprintData"); \ static_assert(offsetof(FLiveLinkTransformBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkTransformBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformBlueprintData, FrameData) == 0x000020, "Member 'FLiveLinkTransformBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCurveElement \ static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ static_assert(sizeof(FLiveLinkCurveElement) == 0x00000C, "Wrong size on FLiveLinkCurveElement"); \ static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x000008, "Member 'FLiveLinkCurveElement::CurveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkFrameData \ static_assert(alignof(FLiveLinkFrameData) == 0x000008, "Wrong alignment on FLiveLinkFrameData"); \ static_assert(sizeof(FLiveLinkFrameData) == 0x000090, "Wrong size on FLiveLinkFrameData"); \ static_assert(offsetof(FLiveLinkFrameData, Transforms) == 0x000000, "Member 'FLiveLinkFrameData::Transforms' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, CurveElements) == 0x000010, "Member 'FLiveLinkFrameData::CurveElements' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, WorldTime) == 0x000020, "Member 'FLiveLinkFrameData::WorldTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, MetaData) == 0x000030, "Member 'FLiveLinkFrameData::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkFrameRate \ static_assert(alignof(FLiveLinkFrameRate) == 0x000004, "Wrong alignment on FLiveLinkFrameRate"); \ static_assert(sizeof(FLiveLinkFrameRate) == 0x000008, "Wrong size on FLiveLinkFrameRate"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeCode_Base_DEPRECATED \ static_assert(alignof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000004, "Wrong alignment on FLiveLinkTimeCode_Base_DEPRECATED"); \ static_assert(sizeof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000010, "Wrong size on FLiveLinkTimeCode_Base_DEPRECATED"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Seconds) == 0x000000, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Seconds' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Frames) == 0x000004, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Frames' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, FrameRate) == 0x000008, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeCode \ static_assert(alignof(FLiveLinkTimeCode) == 0x000004, "Wrong alignment on FLiveLinkTimeCode"); \ static_assert(sizeof(FLiveLinkTimeCode) == 0x000010, "Wrong size on FLiveLinkTimeCode"); \ #define DUMPER7_ASSERTS_FLiveLinkTime \ static_assert(alignof(FLiveLinkTime) == 0x000008, "Wrong alignment on FLiveLinkTime"); \ static_assert(sizeof(FLiveLinkTime) == 0x000018, "Wrong size on FLiveLinkTime"); \ static_assert(offsetof(FLiveLinkTime, WorldTime) == 0x000000, "Member 'FLiveLinkTime::WorldTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTime, SceneTime) == 0x000008, "Member 'FLiveLinkTime::SceneTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkRole \ static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ static_assert(sizeof(ULiveLinkRole) == 0x000028, "Wrong size on ULiveLinkRole"); \ #define DUMPER7_ASSERTS_ULiveLinkBasicRole \ static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ static_assert(sizeof(ULiveLinkBasicRole) == 0x000028, "Wrong size on ULiveLinkBasicRole"); \ #define DUMPER7_ASSERTS_ULiveLinkTransformRole \ static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ static_assert(sizeof(ULiveLinkTransformRole) == 0x000028, "Wrong size on ULiveLinkTransformRole"); \ #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_ULiveLinkAnimationRole \ static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ static_assert(sizeof(ULiveLinkAnimationRole) == 0x000028, "Wrong size on ULiveLinkAnimationRole"); \ #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_ULiveLinkController \ static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ static_assert(sizeof(ULiveLinkController) == 0x000028, "Wrong size on ULiveLinkController"); \ #define DUMPER7_ASSERTS_ULiveLinkSourceSettings \ static_assert(alignof(ULiveLinkSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkSourceSettings"); \ static_assert(sizeof(ULiveLinkSourceSettings) == 0x0000A0, "Wrong size on ULiveLinkSourceSettings"); \ static_assert(offsetof(ULiveLinkSourceSettings, Mode) == 0x000028, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000030, "Member 'ULiveLinkSourceSettings::BufferSettings' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, ConnectionString) == 0x000088, "Member 'ULiveLinkSourceSettings::ConnectionString' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, Factory) == 0x000098, "Member 'ULiveLinkSourceSettings::Factory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkCurveRemapSettings \ static_assert(alignof(ULiveLinkCurveRemapSettings) == 0x000008, "Wrong alignment on ULiveLinkCurveRemapSettings"); \ static_assert(sizeof(ULiveLinkCurveRemapSettings) == 0x0000F0, "Wrong size on ULiveLinkCurveRemapSettings"); \ static_assert(offsetof(ULiveLinkCurveRemapSettings, CurveConversionSettings) == 0x0000A0, "Member 'ULiveLinkCurveRemapSettings::CurveConversionSettings' has a wrong offset!"); \ #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_ULiveLinkFrameTranslator \ static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000028, "Wrong size on ULiveLinkFrameTranslator"); \ #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_ULiveLinkSubjectSettings \ static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ static_assert(sizeof(ULiveLinkSubjectSettings) == 0x000068, "Wrong size on ULiveLinkSubjectSettings"); \ static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000028, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000038, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000040, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000050, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000058, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000160, "Wrong size on ULiveLinkVirtualSubject"); \ static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000030, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000038, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000048, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000058, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkMagicLeapHandTrackingSourceFactory \ static_assert(alignof(ULiveLinkMagicLeapHandTrackingSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMagicLeapHandTrackingSourceFactory"); \ static_assert(sizeof(ULiveLinkMagicLeapHandTrackingSourceFactory) == 0x000028, "Wrong size on ULiveLinkMagicLeapHandTrackingSourceFactory"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetConfiguration \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetConfiguration"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration) == 0x000018, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetConfiguration"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, ActiveStaticGestures) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::ActiveStaticGestures' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, KeypointsFilterLevel) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::KeypointsFilterLevel' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, GestureFilterLevel) == 0x000011, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::GestureFilterLevel' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, bTrackingEnabled) == 0x000012, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::bTrackingEnabled' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetConfiguration, ReturnValue) == 0x000013, "Member 'MagicLeapHandTrackingFunctionLibrary_GetConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture) == 0x000001, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture) == 0x000003, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, Gesture) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::Gesture' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture, ReturnValue) == 0x000002, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGesture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence) == 0x00000C, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, Confidence) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::Confidence' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence, ReturnValue) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetCurrentGestureConfidence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints) == 0x000020, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, Keypoints) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::Keypoints' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints, ReturnValue) == 0x000018, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Keypoint) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Keypoint' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, TransformSpace) == 0x000002, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::TransformSpace' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, Transform) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetGestureKeypointTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandCenter \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandCenter"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandCenter"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, HandCenter) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::HandCenter' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenter, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized) == 0x000014, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, HandCenterNormalized) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::HandCenterNormalized' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized, ReturnValue) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandCenterNormalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, TransformSpace) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::TransformSpace' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, Pointer) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::Pointer' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandIndexFingerTip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource) == 0x00000C, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, MotionSource) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::MotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, OutKeyPoint) == 0x000008, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::OutKeyPoint' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource, ReturnValue) == 0x000009, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandKeypointForMotionSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip) == 0x000010, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip) == 0x000050, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, TransformSpace) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::TransformSpace' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, Secondary) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::Secondary' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip, ReturnValue) == 0x000040, "Member 'MagicLeapHandTrackingFunctionLibrary_GetHandThumbTip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource) == 0x000020, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource, SourceHandle) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource, ReturnValue) == 0x000018, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMagicLeapHandTrackingLiveLinkSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint) == 0x000010, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, Keypoint) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::Keypoint' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, OutMotionSource) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::OutMotionSource' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint, ReturnValue) == 0x00000C, "Member 'MagicLeapHandTrackingFunctionLibrary_GetMotionSourceForHandKeypoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold) == 0x000008, "Wrong size on MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold, Gesture) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold::Gesture' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold, ReturnValue) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_GetStaticGestureConfidenceThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_IsHoldingControl \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl) == 0x000001, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_IsHoldingControl"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl) == 0x000002, "Wrong size on MagicLeapHandTrackingFunctionLibrary_IsHoldingControl"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl, Hand) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_IsHoldingControl::Hand' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_IsHoldingControl, ReturnValue) == 0x000001, "Member 'MagicLeapHandTrackingFunctionLibrary_IsHoldingControl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_SetConfiguration \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration) == 0x000008, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_SetConfiguration"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration) == 0x000018, "Wrong size on MagicLeapHandTrackingFunctionLibrary_SetConfiguration"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, StaticGesturesToActivate) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::StaticGesturesToActivate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, KeypointsFilterLevel) == 0x000010, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::KeypointsFilterLevel' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, GestureFilterLevel) == 0x000011, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::GestureFilterLevel' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, bTrackingEnabled) == 0x000012, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::bTrackingEnabled' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetConfiguration, ReturnValue) == 0x000013, "Member 'MagicLeapHandTrackingFunctionLibrary_SetConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold \ static_assert(alignof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold) == 0x000004, "Wrong alignment on MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold"); \ static_assert(sizeof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold) == 0x000008, "Wrong size on MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold, Gesture) == 0x000000, "Member 'MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold::Gesture' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold, Confidence) == 0x000004, "Member 'MagicLeapHandTrackingFunctionLibrary_SetStaticGestureConfidenceThreshold::Confidence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapHandTrackingFunctionLibrary \ static_assert(alignof(UMagicLeapHandTrackingFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHandTrackingFunctionLibrary"); \ static_assert(sizeof(UMagicLeapHandTrackingFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHandTrackingFunctionLibrary"); \ #define DUMPER7_ASSERTS_ANazi_Soldier_T2_C \ static_assert(alignof(ANazi_Soldier_T2_C) == 0x000010, "Wrong alignment on ANazi_Soldier_T2_C"); \ static_assert(sizeof(ANazi_Soldier_T2_C) == 0x001370, "Wrong size on ANazi_Soldier_T2_C"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Bleeding_C \ static_assert(alignof(UBaseAction_StatusEffect_Bleeding_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Bleeding_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Bleeding_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Bleeding_C"); \ #define DUMPER7_ASSERTS_BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc \ static_assert(alignof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc) == 0x000010, "Wrong alignment on BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc"); \ static_assert(sizeof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc) == 0x000650, "Wrong size on BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, EntryPoint) == 0x000000, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_CustomEvent_ArcStruct) == 0x000008, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_CustomEvent_ArcStruct' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x000070, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue) == 0x000074, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Normal_ReturnValue) == 0x000080, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_1) == 0x00008C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000098, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_Has_Been_Initd_Variable) == 0x0000A4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_IsClosed_Variable) == 0x0000A5, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000C0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000CC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000D8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0000E4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_VSize_ReturnValue) == 0x0000F0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000FC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000108, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_2) == 0x000114, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_3) == 0x000120, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_4) == 0x00012C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_5) == 0x000138, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_6) == 0x000144, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000150, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00015C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_GetPlayRate_ReturnValue) == 0x00016C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000170, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001A0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001A8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001B0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001B8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Greater_IntInt_ReturnValue) == 0x0001BC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_MakeStruct_ArcValues) == 0x0001C0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_MakeStruct_ArcValues' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_struct_Variable) == 0x000220, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_AddComponent_ReturnValue) == 0x000250, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue) == 0x000258, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00025C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000260, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000268, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectFloat_ReturnValue) == 0x00026C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectFloat_ReturnValue_1) == 0x000270, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000274, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000280, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_MakeArray_Array) == 0x000290, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_MakeVector_ReturnValue) == 0x0002A0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0002AC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomRotator_ReturnValue) == 0x0002B8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_7) == 0x0002C4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0002D0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0002DC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_LineTraceSingle_OutHit) == 0x0002E8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_LineTraceSingle_ReturnValue) == 0x000370, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_bBlockingHit) == 0x000371, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_bInitialOverlap) == 0x000372, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_Time) == 0x000374, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_Distance) == 0x000378, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_Location) == 0x00037C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_ImpactPoint) == 0x000388, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_Normal) == 0x000394, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_ImpactNormal) == 0x0003A0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_PhysMat) == 0x0003B0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_HitActor) == 0x0003B8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_HitComponent) == 0x0003C0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_HitBoneName) == 0x0003C8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_HitItem) == 0x0003D0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_ElementIndex) == 0x0003D4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_FaceIndex) == 0x0003D8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_TraceStart) == 0x0003DC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakHitResult_TraceEnd) == 0x0003E8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x0003F4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000400, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000404, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Lerp_ReturnValue) == 0x000408, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_GetOwner_ReturnValue) == 0x000410, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000418, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000424, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_Event_DeltaSeconds) == 0x000430, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_4) == 0x000434, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Lerp_ReturnValue_1) == 0x000440, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_CreateDelegate_OutputDelegate) == 0x000444, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000454, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000458, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000460, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000464, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_Has_Been_Initd_Variable_1) == 0x000468, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, K2Node_MakeStruct_LinearColor) == 0x00046C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x00047C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x000480, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Array_Length_ReturnValue) == 0x000484, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000488, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00048C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Array_Get_Item) == 0x000490, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000498, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x0004A0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0004AC, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0004B8, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_5) == 0x0004C4, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_8) == 0x0004D0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Conv_VectorToTransform_ReturnValue_1) == 0x0004E0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Conv_VectorToTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_AddComponent_ReturnValue_1) == 0x000510, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000518, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Subtract_VectorVector_ReturnValue_6) == 0x000524, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Subtract_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000530, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_9) == 0x00053C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_MakeRotFromX_ReturnValue) == 0x000548, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_SelectVector_ReturnValue_10) == 0x000554, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_SelectVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_MakeTransform_ReturnValue) == 0x000560, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakColor_R) == 0x000590, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakColor_R' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakColor_G) == 0x000594, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakColor_G' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakColor_B) == 0x000598, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakColor_B' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_BreakColor_A) == 0x00059C, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_BreakColor_A' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0005A0, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_MakeVector_ReturnValue_1) == 0x000628, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, Temp_bool_IsClosed_Variable_1) == 0x000634, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x000638, "Member 'BP_SpawnedArc_C_ExecuteUbergraph_BP_SpawnedArc::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpawnedArc_C_ReceiveTick \ static_assert(alignof(BP_SpawnedArc_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SpawnedArc_C_ReceiveTick"); \ static_assert(sizeof(BP_SpawnedArc_C_ReceiveTick) == 0x000004, "Wrong size on BP_SpawnedArc_C_ReceiveTick"); \ static_assert(offsetof(BP_SpawnedArc_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SpawnedArc_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpawnedArc_C_Spawn \ static_assert(alignof(BP_SpawnedArc_C_Spawn) == 0x000004, "Wrong alignment on BP_SpawnedArc_C_Spawn"); \ static_assert(sizeof(BP_SpawnedArc_C_Spawn) == 0x00005C, "Wrong size on BP_SpawnedArc_C_Spawn"); \ static_assert(offsetof(BP_SpawnedArc_C_Spawn, ArcStruct) == 0x000000, "Member 'BP_SpawnedArc_C_Spawn::ArcStruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SpawnedArc_C \ static_assert(alignof(ABP_SpawnedArc_C) == 0x000008, "Wrong alignment on ABP_SpawnedArc_C"); \ static_assert(sizeof(ABP_SpawnedArc_C) == 0x000380, "Wrong size on ABP_SpawnedArc_C"); \ static_assert(offsetof(ABP_SpawnedArc_C, UberGraphFrame) == 0x000220, "Member 'ABP_SpawnedArc_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Arc_Impact_End) == 0x000228, "Member 'ABP_SpawnedArc_C::Arc_Impact_End' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_SpawnedArc_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Countdown_Dissipate_9FD5043C4F5DA086C96DAFAC03CAEBAC) == 0x000238, "Member 'ABP_SpawnedArc_C::Countdown_Dissipate_9FD5043C4F5DA086C96DAFAC03CAEBAC' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Countdown_RaiseArc_9FD5043C4F5DA086C96DAFAC03CAEBAC) == 0x00023C, "Member 'ABP_SpawnedArc_C::Countdown_RaiseArc_9FD5043C4F5DA086C96DAFAC03CAEBAC' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Countdown_StartArc_9FD5043C4F5DA086C96DAFAC03CAEBAC) == 0x000240, "Member 'ABP_SpawnedArc_C::Countdown_StartArc_9FD5043C4F5DA086C96DAFAC03CAEBAC' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Countdown__Direction_9FD5043C4F5DA086C96DAFAC03CAEBAC) == 0x000244, "Member 'ABP_SpawnedArc_C::Countdown__Direction_9FD5043C4F5DA086C96DAFAC03CAEBAC' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Countdown) == 0x000248, "Member 'ABP_SpawnedArc_C::Countdown' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, ArcLight) == 0x000250, "Member 'ABP_SpawnedArc_C::ArcLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Ignore) == 0x000258, "Member 'ABP_SpawnedArc_C::Ignore' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, ArcMat) == 0x000268, "Member 'ABP_SpawnedArc_C::ArcMat' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, NewColor) == 0x000270, "Member 'ABP_SpawnedArc_C::NewColor' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, ArcParticles) == 0x000280, "Member 'ABP_SpawnedArc_C::ArcParticles' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Spline) == 0x000288, "Member 'ABP_SpawnedArc_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, bIsBranch) == 0x000290, "Member 'ABP_SpawnedArc_C::bIsBranch' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, bAllowBranches) == 0x000291, "Member 'ABP_SpawnedArc_C::bAllowBranches' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, BranchCount) == 0x000294, "Member 'ABP_SpawnedArc_C::BranchCount' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Max_Distance) == 0x000298, "Member 'ABP_SpawnedArc_C::Max_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, HitLoc) == 0x00029C, "Member 'ABP_SpawnedArc_C::HitLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, HitNormal) == 0x0002A8, "Member 'ABP_SpawnedArc_C::HitNormal' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, PriorHitLoc) == 0x0002B4, "Member 'ABP_SpawnedArc_C::PriorHitLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, PriorHitNormal) == 0x0002C0, "Member 'ABP_SpawnedArc_C::PriorHitNormal' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, StartTangent) == 0x0002CC, "Member 'ABP_SpawnedArc_C::StartTangent' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, TraceHit) == 0x0002D8, "Member 'ABP_SpawnedArc_C::TraceHit' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, BranchSpeed) == 0x0002DC, "Member 'ABP_SpawnedArc_C::BranchSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, BiasVector) == 0x0002E0, "Member 'ABP_SpawnedArc_C::BiasVector' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, bAllowUpdates) == 0x0002EC, "Member 'ABP_SpawnedArc_C::bAllowUpdates' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Arc_Sounds) == 0x0002F0, "Member 'ABP_SpawnedArc_C::Arc_Sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, bTimeToDie) == 0x000300, "Member 'ABP_SpawnedArc_C::bTimeToDie' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, bAllowAnyTick) == 0x000301, "Member 'ABP_SpawnedArc_C::bAllowAnyTick' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, CustomPos) == 0x000302, "Member 'ABP_SpawnedArc_C::CustomPos' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, CustomLoc_D) == 0x000304, "Member 'ABP_SpawnedArc_C::CustomLoc_D' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, CustomLoc_O) == 0x000310, "Member 'ABP_SpawnedArc_C::CustomLoc_O' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Arc_Noise) == 0x00031C, "Member 'ABP_SpawnedArc_C::Arc_Noise' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Arc_Struct_Local) == 0x000320, "Member 'ABP_SpawnedArc_C::Arc_Struct_Local' has a wrong offset!"); \ static_assert(offsetof(ABP_SpawnedArc_C, Noise_Speed) == 0x00037C, "Member 'ABP_SpawnedArc_C::Noise_Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapIdentityAttribute \ static_assert(alignof(FMagicLeapIdentityAttribute) == 0x000008, "Wrong alignment on FMagicLeapIdentityAttribute"); \ static_assert(sizeof(FMagicLeapIdentityAttribute) == 0x000018, "Wrong size on FMagicLeapIdentityAttribute"); \ static_assert(offsetof(FMagicLeapIdentityAttribute, Attribute) == 0x000000, "Member 'FMagicLeapIdentityAttribute::Attribute' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapIdentityAttribute, Value) == 0x000008, "Member 'FMagicLeapIdentityAttribute::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapIdentity_GetAllAvailableAttributes \ static_assert(alignof(MagicLeapIdentity_GetAllAvailableAttributes) == 0x000008, "Wrong alignment on MagicLeapIdentity_GetAllAvailableAttributes"); \ static_assert(sizeof(MagicLeapIdentity_GetAllAvailableAttributes) == 0x000018, "Wrong size on MagicLeapIdentity_GetAllAvailableAttributes"); \ static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributes, AvailableAttributes) == 0x000000, "Member 'MagicLeapIdentity_GetAllAvailableAttributes::AvailableAttributes' has a wrong offset!"); \ static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributes, ReturnValue) == 0x000010, "Member 'MagicLeapIdentity_GetAllAvailableAttributes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapIdentity_GetAllAvailableAttributesAsync \ static_assert(alignof(MagicLeapIdentity_GetAllAvailableAttributesAsync) == 0x000004, "Wrong alignment on MagicLeapIdentity_GetAllAvailableAttributesAsync"); \ static_assert(sizeof(MagicLeapIdentity_GetAllAvailableAttributesAsync) == 0x000010, "Wrong size on MagicLeapIdentity_GetAllAvailableAttributesAsync"); \ static_assert(offsetof(MagicLeapIdentity_GetAllAvailableAttributesAsync, ResultDelegate) == 0x000000, "Member 'MagicLeapIdentity_GetAllAvailableAttributesAsync::ResultDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapIdentity_RequestAttributeValue \ static_assert(alignof(MagicLeapIdentity_RequestAttributeValue) == 0x000008, "Wrong alignment on MagicLeapIdentity_RequestAttributeValue"); \ static_assert(sizeof(MagicLeapIdentity_RequestAttributeValue) == 0x000028, "Wrong size on MagicLeapIdentity_RequestAttributeValue"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, RequestedAttributeList) == 0x000000, "Member 'MagicLeapIdentity_RequestAttributeValue::RequestedAttributeList' has a wrong offset!"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, RequestedAttributeValues) == 0x000010, "Member 'MagicLeapIdentity_RequestAttributeValue::RequestedAttributeValues' has a wrong offset!"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValue, ReturnValue) == 0x000020, "Member 'MagicLeapIdentity_RequestAttributeValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapIdentity_RequestAttributeValueAsync \ static_assert(alignof(MagicLeapIdentity_RequestAttributeValueAsync) == 0x000008, "Wrong alignment on MagicLeapIdentity_RequestAttributeValueAsync"); \ static_assert(sizeof(MagicLeapIdentity_RequestAttributeValueAsync) == 0x000028, "Wrong size on MagicLeapIdentity_RequestAttributeValueAsync"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, RequestedAttributeList) == 0x000000, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::RequestedAttributeList' has a wrong offset!"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, ResultDelegate) == 0x000010, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapIdentity_RequestAttributeValueAsync, ReturnValue) == 0x000020, "Member 'MagicLeapIdentity_RequestAttributeValueAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapIdentity \ static_assert(alignof(UMagicLeapIdentity) == 0x000008, "Wrong alignment on UMagicLeapIdentity"); \ static_assert(sizeof(UMagicLeapIdentity) == 0x000038, "Wrong size on UMagicLeapIdentity"); \ #define DUMPER7_ASSERTS_FMagicLeapImageTargetState \ static_assert(alignof(FMagicLeapImageTargetState) == 0x000004, "Wrong alignment on FMagicLeapImageTargetState"); \ static_assert(sizeof(FMagicLeapImageTargetState) == 0x00001C, "Wrong size on FMagicLeapImageTargetState"); \ static_assert(offsetof(FMagicLeapImageTargetState, TrackingStatus) == 0x000000, "Member 'FMagicLeapImageTargetState::TrackingStatus' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetState, Location) == 0x000004, "Member 'FMagicLeapImageTargetState::Location' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetState, Rotation) == 0x000010, "Member 'FMagicLeapImageTargetState::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapImageTargetSettings \ static_assert(alignof(FMagicLeapImageTargetSettings) == 0x000008, "Wrong alignment on FMagicLeapImageTargetSettings"); \ static_assert(sizeof(FMagicLeapImageTargetSettings) == 0x000020, "Wrong size on FMagicLeapImageTargetSettings"); \ static_assert(offsetof(FMagicLeapImageTargetSettings, ImageTexture) == 0x000000, "Member 'FMagicLeapImageTargetSettings::ImageTexture' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetSettings, Name) == 0x000008, "Member 'FMagicLeapImageTargetSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetSettings, LongerDimension) == 0x000018, "Member 'FMagicLeapImageTargetSettings::LongerDimension' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetSettings, bIsStationary) == 0x00001C, "Member 'FMagicLeapImageTargetSettings::bIsStationary' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapImageTargetSettings, bIsEnabled) == 0x00001D, "Member 'FMagicLeapImageTargetSettings::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerComponent_RemoveTargetAsync \ static_assert(alignof(MagicLeapImageTrackerComponent_RemoveTargetAsync) == 0x000001, "Wrong alignment on MagicLeapImageTrackerComponent_RemoveTargetAsync"); \ static_assert(sizeof(MagicLeapImageTrackerComponent_RemoveTargetAsync) == 0x000001, "Wrong size on MagicLeapImageTrackerComponent_RemoveTargetAsync"); \ static_assert(offsetof(MagicLeapImageTrackerComponent_RemoveTargetAsync, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerComponent_RemoveTargetAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerComponent_SetTargetAsync \ static_assert(alignof(MagicLeapImageTrackerComponent_SetTargetAsync) == 0x000008, "Wrong alignment on MagicLeapImageTrackerComponent_SetTargetAsync"); \ static_assert(sizeof(MagicLeapImageTrackerComponent_SetTargetAsync) == 0x000010, "Wrong size on MagicLeapImageTrackerComponent_SetTargetAsync"); \ static_assert(offsetof(MagicLeapImageTrackerComponent_SetTargetAsync, ImageTarget) == 0x000000, "Member 'MagicLeapImageTrackerComponent_SetTargetAsync::ImageTarget' has a wrong offset!"); \ static_assert(offsetof(MagicLeapImageTrackerComponent_SetTargetAsync, ReturnValue) == 0x000008, "Member 'MagicLeapImageTrackerComponent_SetTargetAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapImageTrackerComponent \ static_assert(alignof(UMagicLeapImageTrackerComponent) == 0x000010, "Wrong alignment on UMagicLeapImageTrackerComponent"); \ static_assert(sizeof(UMagicLeapImageTrackerComponent) == 0x000270, "Wrong size on UMagicLeapImageTrackerComponent"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, TargetImageTexture) == 0x0001F8, "Member 'UMagicLeapImageTrackerComponent::TargetImageTexture' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, Name_0) == 0x000200, "Member 'UMagicLeapImageTrackerComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, LongerDimension) == 0x000210, "Member 'UMagicLeapImageTrackerComponent::LongerDimension' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, bIsStationary) == 0x000214, "Member 'UMagicLeapImageTrackerComponent::bIsStationary' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, bUseUnreliablePose) == 0x000215, "Member 'UMagicLeapImageTrackerComponent::bUseUnreliablePose' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, AxisOrientation) == 0x000216, "Member 'UMagicLeapImageTrackerComponent::AxisOrientation' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, OnSetImageTargetSucceeded) == 0x000218, "Member 'UMagicLeapImageTrackerComponent::OnSetImageTargetSucceeded' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, OnSetImageTargetFailed) == 0x000228, "Member 'UMagicLeapImageTrackerComponent::OnSetImageTargetFailed' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetFound) == 0x000238, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetFound' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetLost) == 0x000248, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetLost' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapImageTrackerComponent, OnImageTargetUnreliableTracking) == 0x000258, "Member 'UMagicLeapImageTrackerComponent::OnImageTargetUnreliableTracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_EnableImageTracking \ static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking) == 0x000001, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_EnableImageTracking"); \ static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking) == 0x000001, "Wrong size on MagicLeapImageTrackerFunctionLibrary_EnableImageTracking"); \ static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_EnableImageTracking, bEnable) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_EnableImageTracking::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets \ static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets) == 0x000004, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets"); \ static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets) == 0x000004, "Wrong size on MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets"); \ static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_GetMaxSimultaneousTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled \ static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled) == 0x000001, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled"); \ static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled) == 0x000001, "Wrong size on MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled"); \ static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled, ReturnValue) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_IsImageTrackingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets \ static_assert(alignof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets) == 0x000004, "Wrong alignment on MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets"); \ static_assert(sizeof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets) == 0x000004, "Wrong size on MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets"); \ static_assert(offsetof(MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets, MaxSimultaneousTargets) == 0x000000, "Member 'MagicLeapImageTrackerFunctionLibrary_SetMaxSimultaneousTargets::MaxSimultaneousTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapImageTrackerFunctionLibrary \ static_assert(alignof(UMagicLeapImageTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapImageTrackerFunctionLibrary"); \ static_assert(sizeof(UMagicLeapImageTrackerFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapImageTrackerFunctionLibrary"); \ #define DUMPER7_ASSERTS_UTutorialTask_Unpacker_C \ static_assert(alignof(UTutorialTask_Unpacker_C) == 0x000008, "Wrong alignment on UTutorialTask_Unpacker_C"); \ static_assert(sizeof(UTutorialTask_Unpacker_C) == 0x000060, "Wrong size on UTutorialTask_Unpacker_C"); \ #define DUMPER7_ASSERTS_FMagicLeapPolygon \ static_assert(alignof(FMagicLeapPolygon) == 0x000008, "Wrong alignment on FMagicLeapPolygon"); \ static_assert(sizeof(FMagicLeapPolygon) == 0x000010, "Wrong size on FMagicLeapPolygon"); \ static_assert(offsetof(FMagicLeapPolygon, Vertices) == 0x000000, "Member 'FMagicLeapPolygon::Vertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapPlaneBoundary \ static_assert(alignof(FMagicLeapPlaneBoundary) == 0x000008, "Wrong alignment on FMagicLeapPlaneBoundary"); \ static_assert(sizeof(FMagicLeapPlaneBoundary) == 0x000020, "Wrong size on FMagicLeapPlaneBoundary"); \ static_assert(offsetof(FMagicLeapPlaneBoundary, Polygon) == 0x000000, "Member 'FMagicLeapPlaneBoundary::Polygon' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneBoundary, Holes) == 0x000010, "Member 'FMagicLeapPlaneBoundary::Holes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapPlaneBoundaries \ static_assert(alignof(FMagicLeapPlaneBoundaries) == 0x000008, "Wrong alignment on FMagicLeapPlaneBoundaries"); \ static_assert(sizeof(FMagicLeapPlaneBoundaries) == 0x000020, "Wrong size on FMagicLeapPlaneBoundaries"); \ static_assert(offsetof(FMagicLeapPlaneBoundaries, ID) == 0x000000, "Member 'FMagicLeapPlaneBoundaries::ID' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneBoundaries, Boundaries) == 0x000010, "Member 'FMagicLeapPlaneBoundaries::Boundaries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapPlaneResult \ static_assert(alignof(FMagicLeapPlaneResult) == 0x000008, "Wrong alignment on FMagicLeapPlaneResult"); \ static_assert(sizeof(FMagicLeapPlaneResult) == 0x000060, "Wrong size on FMagicLeapPlaneResult"); \ static_assert(offsetof(FMagicLeapPlaneResult, PlanePosition) == 0x000000, "Member 'FMagicLeapPlaneResult::PlanePosition' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, PlaneOrientation) == 0x00000C, "Member 'FMagicLeapPlaneResult::PlaneOrientation' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, ContentOrientation) == 0x000018, "Member 'FMagicLeapPlaneResult::ContentOrientation' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, PlaneDimensions) == 0x000024, "Member 'FMagicLeapPlaneResult::PlaneDimensions' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, PlaneFlags) == 0x000030, "Member 'FMagicLeapPlaneResult::PlaneFlags' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, ID) == 0x000040, "Member 'FMagicLeapPlaneResult::ID' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlaneResult, InnerID) == 0x000050, "Member 'FMagicLeapPlaneResult::InnerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapPlanesQuery \ static_assert(alignof(FMagicLeapPlanesQuery) == 0x000010, "Wrong alignment on FMagicLeapPlanesQuery"); \ static_assert(sizeof(FMagicLeapPlanesQuery) == 0x000060, "Wrong size on FMagicLeapPlanesQuery"); \ static_assert(offsetof(FMagicLeapPlanesQuery, Flags) == 0x000000, "Member 'FMagicLeapPlanesQuery::Flags' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolume) == 0x000010, "Member 'FMagicLeapPlanesQuery::SearchVolume' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, MaxResults) == 0x000018, "Member 'FMagicLeapPlanesQuery::MaxResults' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, MinHoleLength) == 0x00001C, "Member 'FMagicLeapPlanesQuery::MinHoleLength' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, MinPlaneArea) == 0x000020, "Member 'FMagicLeapPlanesQuery::MinPlaneArea' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumePosition) == 0x000024, "Member 'FMagicLeapPlanesQuery::SearchVolumePosition' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumeOrientation) == 0x000030, "Member 'FMagicLeapPlanesQuery::SearchVolumeOrientation' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, SearchVolumeExtents) == 0x000040, "Member 'FMagicLeapPlanesQuery::SearchVolumeExtents' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, SimilarityThreshold) == 0x00004C, "Member 'FMagicLeapPlanesQuery::SimilarityThreshold' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, bSearchVolumeTrackingSpace) == 0x000050, "Member 'FMagicLeapPlanesQuery::bSearchVolumeTrackingSpace' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapPlanesQuery, bResultTrackingSpace) == 0x000051, "Member 'FMagicLeapPlanesQuery::bResultTrackingSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesComponent_RequestPlanesAsync \ static_assert(alignof(MagicLeapPlanesComponent_RequestPlanesAsync) == 0x000001, "Wrong alignment on MagicLeapPlanesComponent_RequestPlanesAsync"); \ static_assert(sizeof(MagicLeapPlanesComponent_RequestPlanesAsync) == 0x000001, "Wrong size on MagicLeapPlanesComponent_RequestPlanesAsync"); \ static_assert(offsetof(MagicLeapPlanesComponent_RequestPlanesAsync, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesComponent_RequestPlanesAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapPlanesComponent \ static_assert(alignof(UMagicLeapPlanesComponent) == 0x000010, "Wrong alignment on UMagicLeapPlanesComponent"); \ static_assert(sizeof(UMagicLeapPlanesComponent) == 0x000260, "Wrong size on UMagicLeapPlanesComponent"); \ static_assert(offsetof(UMagicLeapPlanesComponent, QueryFlags) == 0x0001F8, "Member 'UMagicLeapPlanesComponent::QueryFlags' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, SearchVolume) == 0x000208, "Member 'UMagicLeapPlanesComponent::SearchVolume' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, MaxResults) == 0x000210, "Member 'UMagicLeapPlanesComponent::MaxResults' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, MinHolePerimeter) == 0x000214, "Member 'UMagicLeapPlanesComponent::MinHolePerimeter' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, MinPlaneArea) == 0x000218, "Member 'UMagicLeapPlanesComponent::MinPlaneArea' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, QueryType) == 0x00021C, "Member 'UMagicLeapPlanesComponent::QueryType' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, SimilarityThreshold) == 0x000220, "Member 'UMagicLeapPlanesComponent::SimilarityThreshold' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, OnPlanesQueryResult) == 0x000228, "Member 'UMagicLeapPlanesComponent::OnPlanesQueryResult' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapPlanesComponent, OnPersistentPlanesQueryResult) == 0x000238, "Member 'UMagicLeapPlanesComponent::OnPersistentPlanesQueryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_AddPersistentQuery \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery) == 0x000004, "Wrong alignment on MagicLeapPlanesFunctionLibrary_AddPersistentQuery"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery) == 0x000014, "Wrong size on MagicLeapPlanesFunctionLibrary_AddPersistentQuery"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery, PersistentQueryType) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_AddPersistentQuery::PersistentQueryType' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_AddPersistentQuery, ReturnValue) == 0x000004, "Member 'MagicLeapPlanesFunctionLibrary_AddPersistentQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_CreateTracker \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_CreateTracker"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_CreateTracker"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_DestroyTracker \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_DestroyTracker) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_DestroyTracker"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_DestroyTracker) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_DestroyTracker"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_DestroyTracker, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_DestroyTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_GetContentScale \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_GetContentScale) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_GetContentScale"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_GetContentScale) == 0x0000A0, "Wrong size on MagicLeapPlanesFunctionLibrary_GetContentScale"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, ContentActor) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::ContentActor' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, PlaneResult) == 0x000008, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::PlaneResult' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_GetContentScale, ReturnValue) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_GetContentScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_IsTrackerValid \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapPlanesFunctionLibrary_IsTrackerValid"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapPlanesFunctionLibrary_IsTrackerValid"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync) == 0x000090, "Wrong size on MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, Query) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::Query' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, Handle) == 0x000060, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::Handle' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, ResultDelegate) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync, ReturnValue) == 0x000080, "Member 'MagicLeapPlanesFunctionLibrary_PlanesPersistentQueryBeginAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync) == 0x000010, "Wrong alignment on MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync) == 0x000080, "Wrong size on MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, Query) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::Query' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, ResultDelegate) == 0x000060, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync, ReturnValue) == 0x000070, "Member 'MagicLeapPlanesFunctionLibrary_PlanesQueryBeginAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery) == 0x000008, "Wrong alignment on MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery) == 0x000030, "Wrong size on MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, InQueryFlags) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::InQueryFlags' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, InResultFlags) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::InResultFlags' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery, OutFlags) == 0x000020, "Member 'MagicLeapPlanesFunctionLibrary_RemoveFlagsNotInQuery::OutFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_RemovePersistentQuery \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery) == 0x000004, "Wrong alignment on MagicLeapPlanesFunctionLibrary_RemovePersistentQuery"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery) == 0x000014, "Wrong size on MagicLeapPlanesFunctionLibrary_RemovePersistentQuery"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery, Handle) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_RemovePersistentQuery::Handle' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_RemovePersistentQuery, ReturnValue) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_RemovePersistentQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags \ static_assert(alignof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags) == 0x000008, "Wrong alignment on MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags"); \ static_assert(sizeof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags) == 0x000030, "Wrong size on MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, InPriority) == 0x000000, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::InPriority' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, InFlagsToReorder) == 0x000010, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::InFlagsToReorder' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags, OutReorderedFlags) == 0x000020, "Member 'MagicLeapPlanesFunctionLibrary_ReorderPlaneFlags::OutReorderedFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapPlanesFunctionLibrary \ static_assert(alignof(UMagicLeapPlanesFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapPlanesFunctionLibrary"); \ static_assert(sizeof(UMagicLeapPlanesFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapPlanesFunctionLibrary"); \ #define DUMPER7_ASSERTS_ASwarmController_C \ static_assert(alignof(ASwarmController_C) == 0x000008, "Wrong alignment on ASwarmController_C"); \ static_assert(sizeof(ASwarmController_C) == 0x0003E0, "Wrong size on ASwarmController_C"); \ #define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_CheckPrivilege \ static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege) == 0x000001, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_CheckPrivilege"); \ static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege) == 0x000002, "Wrong size on MagicLeapPrivilegesFunctionLibrary_CheckPrivilege"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_CheckPrivilege::Privilege' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_CheckPrivilege, ReturnValue) == 0x000001, "Member 'MagicLeapPrivilegesFunctionLibrary_CheckPrivilege::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_RequestPrivilege \ static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege) == 0x000001, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_RequestPrivilege"); \ static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege) == 0x000002, "Wrong size on MagicLeapPrivilegesFunctionLibrary_RequestPrivilege"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilege::Privilege' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilege, ReturnValue) == 0x000001, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilege::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync \ static_assert(alignof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync) == 0x000004, "Wrong alignment on MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync"); \ static_assert(sizeof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync) == 0x000018, "Wrong size on MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, Privilege) == 0x000000, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::Privilege' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, ResultDelegate) == 0x000004, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync, ReturnValue) == 0x000014, "Member 'MagicLeapPrivilegesFunctionLibrary_RequestPrivilegeAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapPrivilegesFunctionLibrary \ static_assert(alignof(UMagicLeapPrivilegesFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapPrivilegesFunctionLibrary"); \ static_assert(sizeof(UMagicLeapPrivilegesFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapPrivilegesFunctionLibrary"); \ #define DUMPER7_ASSERTS_AWeaponModule_Grip_T1_C \ static_assert(alignof(AWeaponModule_Grip_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Grip_T1_C"); \ static_assert(sizeof(AWeaponModule_Grip_T1_C) == 0x000460, "Wrong size on AWeaponModule_Grip_T1_C"); \ #define DUMPER7_ASSERTS_JanitorNest_C_ExecuteUbergraph_JanitorNest \ static_assert(alignof(JanitorNest_C_ExecuteUbergraph_JanitorNest) == 0x000008, "Wrong alignment on JanitorNest_C_ExecuteUbergraph_JanitorNest"); \ static_assert(sizeof(JanitorNest_C_ExecuteUbergraph_JanitorNest) == 0x000428, "Wrong size on JanitorNest_C_ExecuteUbergraph_JanitorNest"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, EntryPoint) == 0x000000, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_NewName) == 0x000008, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_NewState) == 0x000020, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_OldState) == 0x000021, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_bNewMode) == 0x000023, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Hit_3) == 0x000024, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0000AC, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0000B0, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000118, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetGameInstance_ReturnValue) == 0x000120, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsFGGame_Instance) == 0x000130, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetValueAsInt_ReturnValue) == 0x00013C, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_1) == 0x000140, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000148, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Map_Find_Value) == 0x000158, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Map_Find_Value_1) == 0x000168, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Map_Find_ReturnValue_1) == 0x000170, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsEmpty_ReturnValue) == 0x000171, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Not_PreBool_ReturnValue) == 0x000172, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000178, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x000180, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess_2) == 0x000188, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_2) == 0x000189, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetHaveItems_IconFillState) == 0x00018C, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_SwitchInteger_CmpSuccess) == 0x000190, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_SetStaticMesh_ReturnValue) == 0x000191, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000192, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000193, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_CreateDelegate_OutputDelegate) == 0x000194, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_3) == 0x0001A4, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_4) == 0x0001A5, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_5) == 0x0001A6, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0001A8, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Hit_2) == 0x0001B0, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_PlayerCharacter_4) == 0x000238, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsUnlocked_ReturnValue) == 0x000240, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000248, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess_3) == 0x000258, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Percentage_1) == 0x00025C, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_PlayerCharacter_3) == 0x000260, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetPlayerController_ReturnValue) == 0x000268, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetHUD_ReturnValue) == 0x000270, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000278, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess_4) == 0x000288, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Hit_1) == 0x00028C, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_PlayerCharacter_2) == 0x000318, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_6) == 0x000320, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_CustomEvent_Player) == 0x000328, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_CanUpgrade_ReturnValue) == 0x000330, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetController_ReturnValue) == 0x000338, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_SwitchEnum_CmpSuccess_1) == 0x000340, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_7) == 0x000341, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, Temp_bool_Has_Been_Initd_Variable) == 0x000342, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Hit) == 0x000344, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_PlayerCharacter_1) == 0x0003D0, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_Percentage) == 0x0003D8, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_Event_PlayerCharacter) == 0x0003E0, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsValid_ReturnValue_8) == 0x0003E8, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetPlayerController_ReturnValue_1) == 0x0003F0, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_GetHUD_ReturnValue_1) == 0x0003F8, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000400, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_DynamicCast_bSuccess_5) == 0x000410, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, K2Node_CreateDelegate_OutputDelegate_1) == 0x000414, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000424, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000425, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_ExecuteUbergraph_JanitorNest, CallFunc_Not_PreBool_ReturnValue_1) == 0x000426, "Member 'JanitorNest_C_ExecuteUbergraph_JanitorNest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_AltHoldProgressInfo \ static_assert(alignof(JanitorNest_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on JanitorNest_C_AltHoldProgressInfo"); \ static_assert(sizeof(JanitorNest_C_AltHoldProgressInfo) == 0x000010, "Wrong size on JanitorNest_C_AltHoldProgressInfo"); \ static_assert(offsetof(JanitorNest_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'JanitorNest_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'JanitorNest_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_OnAltHoldUseActor \ static_assert(alignof(JanitorNest_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on JanitorNest_C_OnAltHoldUseActor"); \ static_assert(sizeof(JanitorNest_C_OnAltHoldUseActor) == 0x000090, "Wrong size on JanitorNest_C_OnAltHoldUseActor"); \ static_assert(offsetof(JanitorNest_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'JanitorNest_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_OnHoldUse_M \ static_assert(alignof(JanitorNest_C_OnHoldUse_M) == 0x000008, "Wrong alignment on JanitorNest_C_OnHoldUse_M"); \ static_assert(sizeof(JanitorNest_C_OnHoldUse_M) == 0x000008, "Wrong size on JanitorNest_C_OnHoldUse_M"); \ static_assert(offsetof(JanitorNest_C_OnHoldUse_M, Player) == 0x000000, "Member 'JanitorNest_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_OnHoldUseActor \ static_assert(alignof(JanitorNest_C_OnHoldUseActor) == 0x000008, "Wrong alignment on JanitorNest_C_OnHoldUseActor"); \ static_assert(sizeof(JanitorNest_C_OnHoldUseActor) == 0x000090, "Wrong size on JanitorNest_C_OnHoldUseActor"); \ static_assert(offsetof(JanitorNest_C_OnHoldUseActor, Hit) == 0x000000, "Member 'JanitorNest_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_HoldProgressInfo \ static_assert(alignof(JanitorNest_C_HoldProgressInfo) == 0x000008, "Wrong alignment on JanitorNest_C_HoldProgressInfo"); \ static_assert(sizeof(JanitorNest_C_HoldProgressInfo) == 0x000010, "Wrong size on JanitorNest_C_HoldProgressInfo"); \ static_assert(offsetof(JanitorNest_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'JanitorNest_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'JanitorNest_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_OnAlternateUseActor \ static_assert(alignof(JanitorNest_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on JanitorNest_C_OnAlternateUseActor"); \ static_assert(sizeof(JanitorNest_C_OnAlternateUseActor) == 0x000090, "Wrong size on JanitorNest_C_OnAlternateUseActor"); \ static_assert(offsetof(JanitorNest_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'JanitorNest_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_OnGotFocus \ static_assert(alignof(JanitorNest_C_OnGotFocus) == 0x000004, "Wrong alignment on JanitorNest_C_OnGotFocus"); \ static_assert(sizeof(JanitorNest_C_OnGotFocus) == 0x000088, "Wrong size on JanitorNest_C_OnGotFocus"); \ static_assert(offsetof(JanitorNest_C_OnGotFocus, Hit) == 0x000000, "Member 'JanitorNest_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_EventSetRelocationMode \ static_assert(alignof(JanitorNest_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on JanitorNest_C_EventSetRelocationMode"); \ static_assert(sizeof(JanitorNest_C_EventSetRelocationMode) == 0x000001, "Wrong size on JanitorNest_C_EventSetRelocationMode"); \ static_assert(offsetof(JanitorNest_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'JanitorNest_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_EventOnStateUpdated \ static_assert(alignof(JanitorNest_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on JanitorNest_C_EventOnStateUpdated"); \ static_assert(sizeof(JanitorNest_C_EventOnStateUpdated) == 0x000002, "Wrong size on JanitorNest_C_EventOnStateUpdated"); \ static_assert(offsetof(JanitorNest_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'JanitorNest_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'JanitorNest_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_SetWorkerName \ static_assert(alignof(JanitorNest_C_SetWorkerName) == 0x000008, "Wrong alignment on JanitorNest_C_SetWorkerName"); \ static_assert(sizeof(JanitorNest_C_SetWorkerName) == 0x000018, "Wrong size on JanitorNest_C_SetWorkerName"); \ static_assert(offsetof(JanitorNest_C_SetWorkerName, NewName) == 0x000000, "Member 'JanitorNest_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_SendTutorial \ static_assert(alignof(JanitorNest_C_SendTutorial) == 0x000008, "Wrong alignment on JanitorNest_C_SendTutorial"); \ static_assert(sizeof(JanitorNest_C_SendTutorial) == 0x000048, "Wrong size on JanitorNest_C_SendTutorial"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, NewParam) == 0x000000, "Member 'JanitorNest_C_SendTutorial::NewParam' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'JanitorNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'JanitorNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'JanitorNest_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, Temp_int_Array_Index_Variable) == 0x000004, "Member 'JanitorNest_C_SendTutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'JanitorNest_C_SendTutorial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'JanitorNest_C_SendTutorial::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'JanitorNest_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'JanitorNest_C_SendTutorial::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'JanitorNest_C_SendTutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'JanitorNest_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'JanitorNest_C_SendTutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'JanitorNest_C_SendTutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_Array_Get_Item) == 0x000028, "Member 'JanitorNest_C_SendTutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'JanitorNest_C_SendTutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'JanitorNest_C_SendTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'JanitorNest_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'JanitorNest_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetItemSelection \ static_assert(alignof(JanitorNest_C_GetItemSelection) == 0x000008, "Wrong alignment on JanitorNest_C_GetItemSelection"); \ static_assert(sizeof(JanitorNest_C_GetItemSelection) == 0x0000B0, "Wrong size on JanitorNest_C_GetItemSelection"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, Hit) == 0x000000, "Member 'JanitorNest_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, Player) == 0x000088, "Member 'JanitorNest_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, SelectionText) == 0x000090, "Member 'JanitorNest_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'JanitorNest_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'JanitorNest_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'JanitorNest_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetHaveItems \ static_assert(alignof(JanitorNest_C_GetHaveItems) == 0x000004, "Wrong alignment on JanitorNest_C_GetHaveItems"); \ static_assert(sizeof(JanitorNest_C_GetHaveItems) == 0x000020, "Wrong size on JanitorNest_C_GetHaveItems"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, IconFillState) == 0x000000, "Member 'JanitorNest_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'JanitorNest_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000008, "Member 'JanitorNest_C_GetHaveItems::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'JanitorNest_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'JanitorNest_C_GetHaveItems::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'JanitorNest_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'JanitorNest_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'JanitorNest_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'JanitorNest_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetItemDurability \ static_assert(alignof(JanitorNest_C_GetItemDurability) == 0x000008, "Wrong alignment on JanitorNest_C_GetItemDurability"); \ static_assert(sizeof(JanitorNest_C_GetItemDurability) == 0x0000C8, "Wrong size on JanitorNest_C_GetItemDurability"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'JanitorNest_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'JanitorNest_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'JanitorNest_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'JanitorNest_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'JanitorNest_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'JanitorNest_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'JanitorNest_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_CanHoldUse \ static_assert(alignof(JanitorNest_C_CanHoldUse) == 0x000008, "Wrong alignment on JanitorNest_C_CanHoldUse"); \ static_assert(sizeof(JanitorNest_C_CanHoldUse) == 0x0000B0, "Wrong size on JanitorNest_C_CanHoldUse"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, Hit) == 0x000000, "Member 'JanitorNest_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'JanitorNest_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'JanitorNest_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'JanitorNest_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'JanitorNest_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'JanitorNest_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'JanitorNest_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_CanUse \ static_assert(alignof(JanitorNest_C_CanUse) == 0x000008, "Wrong alignment on JanitorNest_C_CanUse"); \ static_assert(sizeof(JanitorNest_C_CanUse) == 0x0000A0, "Wrong size on JanitorNest_C_CanUse"); \ static_assert(offsetof(JanitorNest_C_CanUse, Hit) == 0x000000, "Member 'JanitorNest_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, ReturnValue) == 0x000090, "Member 'JanitorNest_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000091, "Member 'JanitorNest_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, CallFunc_GetHaveItems_IconFillState) == 0x000094, "Member 'JanitorNest_C_CanUse::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'JanitorNest_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, CallFunc_Conv_IntToBool_ReturnValue) == 0x000099, "Member 'JanitorNest_C_CanUse::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x00009A, "Member 'JanitorNest_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_CanAltHoldUse \ static_assert(alignof(JanitorNest_C_CanAltHoldUse) == 0x000008, "Wrong alignment on JanitorNest_C_CanAltHoldUse"); \ static_assert(sizeof(JanitorNest_C_CanAltHoldUse) == 0x000098, "Wrong size on JanitorNest_C_CanAltHoldUse"); \ static_assert(offsetof(JanitorNest_C_CanAltHoldUse, Hit) == 0x000000, "Member 'JanitorNest_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'JanitorNest_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'JanitorNest_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanAltHoldUse, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000091, "Member 'JanitorNest_C_CanAltHoldUse::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetProgressStatusTime \ static_assert(alignof(JanitorNest_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on JanitorNest_C_GetProgressStatusTime"); \ static_assert(sizeof(JanitorNest_C_GetProgressStatusTime) == 0x000010, "Wrong size on JanitorNest_C_GetProgressStatusTime"); \ static_assert(offsetof(JanitorNest_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'JanitorNest_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x000008, "Member 'JanitorNest_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetProgressStatusState \ static_assert(alignof(JanitorNest_C_GetProgressStatusState) == 0x000004, "Wrong alignment on JanitorNest_C_GetProgressStatusState"); \ static_assert(sizeof(JanitorNest_C_GetProgressStatusState) == 0x00000C, "Wrong size on JanitorNest_C_GetProgressStatusState"); \ static_assert(offsetof(JanitorNest_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'JanitorNest_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetProgressStatusState, CallFunc_GetHaveItems_IconFillState) == 0x000004, "Member 'JanitorNest_C_GetProgressStatusState::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetProgressStatusState, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'JanitorNest_C_GetProgressStatusState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetAdditionalButtons \ static_assert(alignof(JanitorNest_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on JanitorNest_C_GetAdditionalButtons"); \ static_assert(sizeof(JanitorNest_C_GetAdditionalButtons) == 0x0000F8, "Wrong size on JanitorNest_C_GetAdditionalButtons"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'JanitorNest_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'JanitorNest_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_bIsAvailable) == 0x000020, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_ActionButtonData) == 0x000028, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000064, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000068, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x0000A4, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x0000A8, "Member 'JanitorNest_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'JanitorNest_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x0000E4, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0000E8, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x0000F0, "Member 'JanitorNest_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_IsDeconstructionAllowed \ static_assert(alignof(JanitorNest_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on JanitorNest_C_IsDeconstructionAllowed"); \ static_assert(sizeof(JanitorNest_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on JanitorNest_C_IsDeconstructionAllowed"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'JanitorNest_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'JanitorNest_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'JanitorNest_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'JanitorNest_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'JanitorNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'JanitorNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'JanitorNest_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_CanRepairIt \ static_assert(alignof(JanitorNest_C_CanRepairIt) == 0x000004, "Wrong alignment on JanitorNest_C_CanRepairIt"); \ static_assert(sizeof(JanitorNest_C_CanRepairIt) == 0x00008C, "Wrong size on JanitorNest_C_CanRepairIt"); \ static_assert(offsetof(JanitorNest_C_CanRepairIt, Hit) == 0x000000, "Member 'JanitorNest_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanRepairIt, Repairable) == 0x000088, "Member 'JanitorNest_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'JanitorNest_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetSlots \ static_assert(alignof(JanitorNest_C_GetSlots) == 0x000008, "Wrong alignment on JanitorNest_C_GetSlots"); \ static_assert(sizeof(JanitorNest_C_GetSlots) == 0x000038, "Wrong size on JanitorNest_C_GetSlots"); \ static_assert(offsetof(JanitorNest_C_GetSlots, BaseSlots) == 0x000000, "Member 'JanitorNest_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, Overslots) == 0x000004, "Member 'JanitorNest_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, FullSlots) == 0x000008, "Member 'JanitorNest_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'JanitorNest_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'JanitorNest_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'JanitorNest_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'JanitorNest_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'JanitorNest_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'JanitorNest_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'JanitorNest_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetIcon \ static_assert(alignof(JanitorNest_C_GetIcon) == 0x000008, "Wrong alignment on JanitorNest_C_GetIcon"); \ static_assert(sizeof(JanitorNest_C_GetIcon) == 0x000028, "Wrong size on JanitorNest_C_GetIcon"); \ static_assert(offsetof(JanitorNest_C_GetIcon, Icon) == 0x000000, "Member 'JanitorNest_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'JanitorNest_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JanitorNest_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'JanitorNest_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetWorkerActor \ static_assert(alignof(JanitorNest_C_GetWorkerActor) == 0x000008, "Wrong alignment on JanitorNest_C_GetWorkerActor"); \ static_assert(sizeof(JanitorNest_C_GetWorkerActor) == 0x000018, "Wrong size on JanitorNest_C_GetWorkerActor"); \ static_assert(offsetof(JanitorNest_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'JanitorNest_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'JanitorNest_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'JanitorNest_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetName \ static_assert(alignof(JanitorNest_C_GetName) == 0x000008, "Wrong alignment on JanitorNest_C_GetName"); \ static_assert(sizeof(JanitorNest_C_GetName) == 0x000048, "Wrong size on JanitorNest_C_GetName"); \ static_assert(offsetof(JanitorNest_C_GetName, WorkerName) == 0x000000, "Member 'JanitorNest_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'JanitorNest_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'JanitorNest_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'JanitorNest_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetDebuffs \ static_assert(alignof(JanitorNest_C_GetDebuffs) == 0x000008, "Wrong alignment on JanitorNest_C_GetDebuffs"); \ static_assert(sizeof(JanitorNest_C_GetDebuffs) == 0x000038, "Wrong size on JanitorNest_C_GetDebuffs"); \ static_assert(offsetof(JanitorNest_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'JanitorNest_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'JanitorNest_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'JanitorNest_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'JanitorNest_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetPerks \ static_assert(alignof(JanitorNest_C_GetPerks) == 0x000008, "Wrong alignment on JanitorNest_C_GetPerks"); \ static_assert(sizeof(JanitorNest_C_GetPerks) == 0x000038, "Wrong size on JanitorNest_C_GetPerks"); \ static_assert(offsetof(JanitorNest_C_GetPerks, Perks) == 0x000000, "Member 'JanitorNest_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'JanitorNest_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'JanitorNest_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'JanitorNest_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetCurrentHappines \ static_assert(alignof(JanitorNest_C_GetCurrentHappines) == 0x000008, "Wrong alignment on JanitorNest_C_GetCurrentHappines"); \ static_assert(sizeof(JanitorNest_C_GetCurrentHappines) == 0x000020, "Wrong size on JanitorNest_C_GetCurrentHappines"); \ static_assert(offsetof(JanitorNest_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'JanitorNest_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'JanitorNest_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JanitorNest_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'JanitorNest_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetModuleFeatures \ static_assert(alignof(JanitorNest_C_GetModuleFeatures) == 0x000008, "Wrong alignment on JanitorNest_C_GetModuleFeatures"); \ static_assert(sizeof(JanitorNest_C_GetModuleFeatures) == 0x000788, "Wrong size on JanitorNest_C_GetModuleFeatures"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, Features) == 0x000000, "Member 'JanitorNest_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue) == 0x000100, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000108, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000158, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000170, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000180, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x000220, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000230, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x000248, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000260, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002A0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x0002E0, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_3) == 0x0002E8, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_7) == 0x0002F8, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_3) == 0x000338, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_4) == 0x000350, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_8) == 0x000360, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_4) == 0x0003A0, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_3) == 0x0003B8, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003C0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_10) == 0x000400, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_5) == 0x000440, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_6) == 0x000450, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_5) == 0x000460, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_6) == 0x000478, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_11) == 0x000490, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_12) == 0x0004D0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_4) == 0x000510, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_7) == 0x000518, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_13) == 0x000528, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_7) == 0x000568, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_8) == 0x000580, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_14) == 0x000590, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_8) == 0x0005D0, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_9) == 0x0005E8, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_15) == 0x0005F8, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_9) == 0x000638, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_10) == 0x000650, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000660, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_10) == 0x000678, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_16) == 0x000690, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_17) == 0x0006D0, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeArray_Array_11) == 0x000710, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeArray_Array_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue_11) == 0x000720, "Member 'JanitorNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x000738, "Member 'JanitorNest_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_C_GetInteractionComponent \ static_assert(alignof(JanitorNest_C_GetInteractionComponent) == 0x000008, "Wrong alignment on JanitorNest_C_GetInteractionComponent"); \ static_assert(sizeof(JanitorNest_C_GetInteractionComponent) == 0x000010, "Wrong size on JanitorNest_C_GetInteractionComponent"); \ static_assert(offsetof(JanitorNest_C_GetInteractionComponent, Player) == 0x000000, "Member 'JanitorNest_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'JanitorNest_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJanitorNest_C \ static_assert(alignof(AJanitorNest_C) == 0x000008, "Wrong alignment on AJanitorNest_C"); \ static_assert(sizeof(AJanitorNest_C) == 0x000710, "Wrong size on AJanitorNest_C"); \ static_assert(offsetof(AJanitorNest_C, UberGraphFrame) == 0x0006D8, "Member 'AJanitorNest_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, FGInteraction) == 0x0006E0, "Member 'AJanitorNest_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, BuilderZone) == 0x0006E8, "Member 'AJanitorNest_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, ActivityPoint1) == 0x0006F0, "Member 'AJanitorNest_C::ActivityPoint1' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, SecondaryMesh) == 0x0006F8, "Member 'AJanitorNest_C::SecondaryMesh' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, Widget) == 0x000700, "Member 'AJanitorNest_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_C, InFocus) == 0x000708, "Member 'AJanitorNest_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_DeleteSecureData \ static_assert(alignof(MagicLeapSecureStorage_DeleteSecureData) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_DeleteSecureData"); \ static_assert(sizeof(MagicLeapSecureStorage_DeleteSecureData) == 0x000018, "Wrong size on MagicLeapSecureStorage_DeleteSecureData"); \ static_assert(offsetof(MagicLeapSecureStorage_DeleteSecureData, Key) == 0x000000, "Member 'MagicLeapSecureStorage_DeleteSecureData::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_DeleteSecureData, ReturnValue) == 0x000010, "Member 'MagicLeapSecureStorage_DeleteSecureData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureArray \ static_assert(alignof(MagicLeapSecureStorage_GetSecureArray) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureArray"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureArray) == 0x000028, "Wrong size on MagicLeapSecureStorage_GetSecureArray"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureArray::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureArray::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureArray, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_GetSecureArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureBool \ static_assert(alignof(MagicLeapSecureStorage_GetSecureBool) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureBool"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureBool) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureBool"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureBool::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureBool::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureBool, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_GetSecureBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureByte \ static_assert(alignof(MagicLeapSecureStorage_GetSecureByte) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureByte"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureByte) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureByte"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureByte::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureByte::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureByte, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_GetSecureByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureFloat \ static_assert(alignof(MagicLeapSecureStorage_GetSecureFloat) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureFloat"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureFloat) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureFloat"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureFloat::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureFloat::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureFloat, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_GetSecureFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureInt \ static_assert(alignof(MagicLeapSecureStorage_GetSecureInt) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureInt"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureInt) == 0x000018, "Wrong size on MagicLeapSecureStorage_GetSecureInt"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureInt::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureInt::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_GetSecureInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureInt64 \ static_assert(alignof(MagicLeapSecureStorage_GetSecureInt64) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureInt64"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureInt64) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureInt64"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureInt64::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureInt64::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureInt64, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_GetSecureInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureRotator \ static_assert(alignof(MagicLeapSecureStorage_GetSecureRotator) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureRotator"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureRotator) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureRotator"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureRotator::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureRotator::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureRotator, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_GetSecureRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureSaveGame \ static_assert(alignof(MagicLeapSecureStorage_GetSecureSaveGame) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureSaveGame"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureSaveGame) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureSaveGame"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, ObjectToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::ObjectToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureSaveGame, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_GetSecureSaveGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureString \ static_assert(alignof(MagicLeapSecureStorage_GetSecureString) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureString"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureString) == 0x000028, "Wrong size on MagicLeapSecureStorage_GetSecureString"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureString::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureString::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureString, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_GetSecureString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureTransform \ static_assert(alignof(MagicLeapSecureStorage_GetSecureTransform) == 0x000010, "Wrong alignment on MagicLeapSecureStorage_GetSecureTransform"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureTransform) == 0x000050, "Wrong size on MagicLeapSecureStorage_GetSecureTransform"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureTransform::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureTransform::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureTransform, ReturnValue) == 0x000040, "Member 'MagicLeapSecureStorage_GetSecureTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_GetSecureVector \ static_assert(alignof(MagicLeapSecureStorage_GetSecureVector) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_GetSecureVector"); \ static_assert(sizeof(MagicLeapSecureStorage_GetSecureVector) == 0x000020, "Wrong size on MagicLeapSecureStorage_GetSecureVector"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, Key) == 0x000000, "Member 'MagicLeapSecureStorage_GetSecureVector::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, DataToRetrieve) == 0x000010, "Member 'MagicLeapSecureStorage_GetSecureVector::DataToRetrieve' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_GetSecureVector, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_GetSecureVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureArray \ static_assert(alignof(MagicLeapSecureStorage_PutSecureArray) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureArray"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureArray) == 0x000028, "Wrong size on MagicLeapSecureStorage_PutSecureArray"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureArray::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureArray::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureArray, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_PutSecureArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureBool \ static_assert(alignof(MagicLeapSecureStorage_PutSecureBool) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureBool"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureBool) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureBool"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureBool::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureBool::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureBool, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_PutSecureBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureByte \ static_assert(alignof(MagicLeapSecureStorage_PutSecureByte) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureByte"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureByte) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureByte"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureByte::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureByte::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureByte, ReturnValue) == 0x000011, "Member 'MagicLeapSecureStorage_PutSecureByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureFloat \ static_assert(alignof(MagicLeapSecureStorage_PutSecureFloat) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureFloat"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureFloat) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureFloat"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureFloat::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureFloat::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureFloat, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_PutSecureFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureInt \ static_assert(alignof(MagicLeapSecureStorage_PutSecureInt) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureInt"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureInt) == 0x000018, "Wrong size on MagicLeapSecureStorage_PutSecureInt"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureInt::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureInt::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt, ReturnValue) == 0x000014, "Member 'MagicLeapSecureStorage_PutSecureInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureInt64 \ static_assert(alignof(MagicLeapSecureStorage_PutSecureInt64) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureInt64"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureInt64) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureInt64"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureInt64::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureInt64::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureInt64, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_PutSecureInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureRotator \ static_assert(alignof(MagicLeapSecureStorage_PutSecureRotator) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureRotator"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureRotator) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureRotator"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureRotator::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureRotator::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureRotator, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_PutSecureRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureSaveGame \ static_assert(alignof(MagicLeapSecureStorage_PutSecureSaveGame) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureSaveGame"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureSaveGame) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureSaveGame"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, ObjectToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::ObjectToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureSaveGame, ReturnValue) == 0x000018, "Member 'MagicLeapSecureStorage_PutSecureSaveGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureString \ static_assert(alignof(MagicLeapSecureStorage_PutSecureString) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureString"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureString) == 0x000028, "Wrong size on MagicLeapSecureStorage_PutSecureString"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureString::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureString::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureString, ReturnValue) == 0x000020, "Member 'MagicLeapSecureStorage_PutSecureString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureTransform \ static_assert(alignof(MagicLeapSecureStorage_PutSecureTransform) == 0x000010, "Wrong alignment on MagicLeapSecureStorage_PutSecureTransform"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureTransform) == 0x000050, "Wrong size on MagicLeapSecureStorage_PutSecureTransform"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureTransform::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureTransform::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureTransform, ReturnValue) == 0x000040, "Member 'MagicLeapSecureStorage_PutSecureTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapSecureStorage_PutSecureVector \ static_assert(alignof(MagicLeapSecureStorage_PutSecureVector) == 0x000008, "Wrong alignment on MagicLeapSecureStorage_PutSecureVector"); \ static_assert(sizeof(MagicLeapSecureStorage_PutSecureVector) == 0x000020, "Wrong size on MagicLeapSecureStorage_PutSecureVector"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, Key) == 0x000000, "Member 'MagicLeapSecureStorage_PutSecureVector::Key' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, DataToStore) == 0x000010, "Member 'MagicLeapSecureStorage_PutSecureVector::DataToStore' has a wrong offset!"); \ static_assert(offsetof(MagicLeapSecureStorage_PutSecureVector, ReturnValue) == 0x00001C, "Member 'MagicLeapSecureStorage_PutSecureVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapSecureStorage \ static_assert(alignof(UMagicLeapSecureStorage) == 0x000008, "Wrong alignment on UMagicLeapSecureStorage"); \ static_assert(sizeof(UMagicLeapSecureStorage) == 0x000028, "Wrong size on UMagicLeapSecureStorage"); \ #define DUMPER7_ASSERTS_FMagicLeapHandMeshBlock \ static_assert(alignof(FMagicLeapHandMeshBlock) == 0x000008, "Wrong alignment on FMagicLeapHandMeshBlock"); \ static_assert(sizeof(FMagicLeapHandMeshBlock) == 0x000028, "Wrong size on FMagicLeapHandMeshBlock"); \ static_assert(offsetof(FMagicLeapHandMeshBlock, IndexCount) == 0x000000, "Member 'FMagicLeapHandMeshBlock::IndexCount' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHandMeshBlock, VertexCount) == 0x000004, "Member 'FMagicLeapHandMeshBlock::VertexCount' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHandMeshBlock, Vertex) == 0x000008, "Member 'FMagicLeapHandMeshBlock::Vertex' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHandMeshBlock, Index) == 0x000018, "Member 'FMagicLeapHandMeshBlock::Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapHandMesh \ static_assert(alignof(FMagicLeapHandMesh) == 0x000008, "Wrong alignment on FMagicLeapHandMesh"); \ static_assert(sizeof(FMagicLeapHandMesh) == 0x000018, "Wrong size on FMagicLeapHandMesh"); \ static_assert(offsetof(FMagicLeapHandMesh, Version) == 0x000000, "Member 'FMagicLeapHandMesh::Version' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHandMesh, DataCount) == 0x000004, "Member 'FMagicLeapHandMesh::DataCount' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapHandMesh, Data) == 0x000008, "Member 'FMagicLeapHandMesh::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_ConnectMRMesh \ static_assert(alignof(MagicLeapHandMeshingComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingComponent_ConnectMRMesh"); \ static_assert(sizeof(MagicLeapHandMeshingComponent_ConnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingComponent_ConnectMRMesh"); \ static_assert(offsetof(MagicLeapHandMeshingComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandMeshingComponent_ConnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingComponent_ConnectMRMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_DisconnectMRMesh \ static_assert(alignof(MagicLeapHandMeshingComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingComponent_DisconnectMRMesh"); \ static_assert(sizeof(MagicLeapHandMeshingComponent_DisconnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingComponent_DisconnectMRMesh"); \ static_assert(offsetof(MagicLeapHandMeshingComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandMeshingComponent_DisconnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingComponent_DisconnectMRMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingComponent_SetUseWeightedNormals \ static_assert(alignof(MagicLeapHandMeshingComponent_SetUseWeightedNormals) == 0x000001, "Wrong alignment on MagicLeapHandMeshingComponent_SetUseWeightedNormals"); \ static_assert(sizeof(MagicLeapHandMeshingComponent_SetUseWeightedNormals) == 0x000001, "Wrong size on MagicLeapHandMeshingComponent_SetUseWeightedNormals"); \ static_assert(offsetof(MagicLeapHandMeshingComponent_SetUseWeightedNormals, bInUseWeightedNormals) == 0x000000, "Member 'MagicLeapHandMeshingComponent_SetUseWeightedNormals::bInUseWeightedNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapHandMeshingComponent \ static_assert(alignof(UMagicLeapHandMeshingComponent) == 0x000008, "Wrong alignment on UMagicLeapHandMeshingComponent"); \ static_assert(sizeof(UMagicLeapHandMeshingComponent) == 0x0000B0, "Wrong size on UMagicLeapHandMeshingComponent"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh \ static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh"); \ static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingFunctionLibrary_ConnectMRMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_CreateClient \ static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_CreateClient) == 0x000001, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_CreateClient"); \ static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_CreateClient) == 0x000001, "Wrong size on MagicLeapHandMeshingFunctionLibrary_CreateClient"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_CreateClient, ReturnValue) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_CreateClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_DestroyClient \ static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_DestroyClient) == 0x000001, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_DestroyClient"); \ static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_DestroyClient) == 0x000001, "Wrong size on MagicLeapHandMeshingFunctionLibrary_DestroyClient"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DestroyClient, ReturnValue) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_DestroyClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh \ static_assert(alignof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh) == 0x000008, "Wrong alignment on MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh"); \ static_assert(sizeof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh) == 0x000010, "Wrong size on MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ static_assert(offsetof(MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh, ReturnValue) == 0x000008, "Member 'MagicLeapHandMeshingFunctionLibrary_DisconnectMRMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapHandMeshingFunctionLibrary \ static_assert(alignof(UMagicLeapHandMeshingFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapHandMeshingFunctionLibrary"); \ static_assert(sizeof(UMagicLeapHandMeshingFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapHandMeshingFunctionLibrary"); \ #define DUMPER7_ASSERTS_FMagicLeapLightEstimationColorTemperatureState \ static_assert(alignof(FMagicLeapLightEstimationColorTemperatureState) == 0x000008, "Wrong alignment on FMagicLeapLightEstimationColorTemperatureState"); \ static_assert(sizeof(FMagicLeapLightEstimationColorTemperatureState) == 0x000020, "Wrong size on FMagicLeapLightEstimationColorTemperatureState"); \ static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, ColorTemperatureKelvin) == 0x000000, "Member 'FMagicLeapLightEstimationColorTemperatureState::ColorTemperatureKelvin' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, AmbientColor) == 0x000004, "Member 'FMagicLeapLightEstimationColorTemperatureState::AmbientColor' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapLightEstimationColorTemperatureState, Timestamp) == 0x000018, "Member 'FMagicLeapLightEstimationColorTemperatureState::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMagicLeapLightEstimationAmbientGlobalState \ static_assert(alignof(FMagicLeapLightEstimationAmbientGlobalState) == 0x000008, "Wrong alignment on FMagicLeapLightEstimationAmbientGlobalState"); \ static_assert(sizeof(FMagicLeapLightEstimationAmbientGlobalState) == 0x000018, "Wrong size on FMagicLeapLightEstimationAmbientGlobalState"); \ static_assert(offsetof(FMagicLeapLightEstimationAmbientGlobalState, AmbientIntensityNits) == 0x000000, "Member 'FMagicLeapLightEstimationAmbientGlobalState::AmbientIntensityNits' has a wrong offset!"); \ static_assert(offsetof(FMagicLeapLightEstimationAmbientGlobalState, Timestamp) == 0x000010, "Member 'FMagicLeapLightEstimationAmbientGlobalState::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapLightingTrackingComponent \ static_assert(alignof(UMagicLeapLightingTrackingComponent) == 0x000008, "Wrong alignment on UMagicLeapLightingTrackingComponent"); \ static_assert(sizeof(UMagicLeapLightingTrackingComponent) == 0x0000C0, "Wrong size on UMagicLeapLightingTrackingComponent"); \ static_assert(offsetof(UMagicLeapLightingTrackingComponent, UseGlobalAmbience) == 0x0000B0, "Member 'UMagicLeapLightingTrackingComponent::UseGlobalAmbience' has a wrong offset!"); \ static_assert(offsetof(UMagicLeapLightingTrackingComponent, UseColorTemp) == 0x0000B1, "Member 'UMagicLeapLightingTrackingComponent::UseColorTemp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_CreateTracker \ static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_CreateTracker) == 0x000001, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_CreateTracker"); \ static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_CreateTracker) == 0x000001, "Wrong size on MagicLeapLightEstimationFunctionLibrary_CreateTracker"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_CreateTracker, ReturnValue) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_CreateTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState \ static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState) == 0x000008, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState"); \ static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState) == 0x000020, "Wrong size on MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState, GlobalAmbientState) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState::GlobalAmbientState' has a wrong offset!"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState, ReturnValue) == 0x000018, "Member 'MagicLeapLightEstimationFunctionLibrary_GetAmbientGlobalState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState \ static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState) == 0x000008, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState"); \ static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState) == 0x000028, "Wrong size on MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState, ColorTemperatureState) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState::ColorTemperatureState' has a wrong offset!"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState, ReturnValue) == 0x000020, "Member 'MagicLeapLightEstimationFunctionLibrary_GetColorTemperatureState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapLightEstimationFunctionLibrary_IsTrackerValid \ static_assert(alignof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong alignment on MagicLeapLightEstimationFunctionLibrary_IsTrackerValid"); \ static_assert(sizeof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid) == 0x000001, "Wrong size on MagicLeapLightEstimationFunctionLibrary_IsTrackerValid"); \ static_assert(offsetof(MagicLeapLightEstimationFunctionLibrary_IsTrackerValid, ReturnValue) == 0x000000, "Member 'MagicLeapLightEstimationFunctionLibrary_IsTrackerValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMagicLeapLightEstimationFunctionLibrary \ static_assert(alignof(UMagicLeapLightEstimationFunctionLibrary) == 0x000008, "Wrong alignment on UMagicLeapLightEstimationFunctionLibrary"); \ static_assert(sizeof(UMagicLeapLightEstimationFunctionLibrary) == 0x000028, "Wrong size on UMagicLeapLightEstimationFunctionLibrary"); \ #define DUMPER7_ASSERTS_ActionCost_C_ExecuteUbergraph_ActionCost \ static_assert(alignof(ActionCost_C_ExecuteUbergraph_ActionCost) == 0x000004, "Wrong alignment on ActionCost_C_ExecuteUbergraph_ActionCost"); \ static_assert(sizeof(ActionCost_C_ExecuteUbergraph_ActionCost) == 0x000004, "Wrong size on ActionCost_C_ExecuteUbergraph_ActionCost"); \ static_assert(offsetof(ActionCost_C_ExecuteUbergraph_ActionCost, EntryPoint) == 0x000000, "Member 'ActionCost_C_ExecuteUbergraph_ActionCost::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionCost_C_Draw_Requirements \ static_assert(alignof(ActionCost_C_Draw_Requirements) == 0x000008, "Wrong alignment on ActionCost_C_Draw_Requirements"); \ static_assert(sizeof(ActionCost_C_Draw_Requirements) == 0x000090, "Wrong size on ActionCost_C_Draw_Requirements"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, Array) == 0x000000, "Member 'ActionCost_C_Draw_Requirements::Array' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CurrentCostItem) == 0x000010, "Member 'ActionCost_C_Draw_Requirements::CurrentCostItem' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CurrentItem) == 0x000018, "Member 'ActionCost_C_Draw_Requirements::CurrentItem' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, Temp_int_Array_Index_Variable) == 0x000028, "Member 'ActionCost_C_Draw_Requirements::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'ActionCost_C_Draw_Requirements::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'ActionCost_C_Draw_Requirements::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_Create_ReturnValue) == 0x000038, "Member 'ActionCost_C_Draw_Requirements::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, K2Node_MakeStruct_Margin) == 0x000040, "Member 'ActionCost_C_Draw_Requirements::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, Temp_bool_Variable) == 0x000050, "Member 'ActionCost_C_Draw_Requirements::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_Array_Get_Item) == 0x000058, "Member 'ActionCost_C_Draw_Requirements::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'ActionCost_C_Draw_Requirements::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'ActionCost_C_Draw_Requirements::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_GetInventoryComponent_isValid) == 0x00006D, "Member 'ActionCost_C_Draw_Requirements::CallFunc_GetInventoryComponent_isValid' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_GetInventoryComponent_PlayerInventory) == 0x000070, "Member 'ActionCost_C_Draw_Requirements::CallFunc_GetInventoryComponent_PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, Temp_bool_Variable_1) == 0x000078, "Member 'ActionCost_C_Draw_Requirements::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_GetItemCountOfClass_ReturnValue) == 0x00007C, "Member 'ActionCost_C_Draw_Requirements::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000080, "Member 'ActionCost_C_Draw_Requirements::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, K2Node_Select_Default) == 0x000081, "Member 'ActionCost_C_Draw_Requirements::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ActionCost_C_Draw_Requirements, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000088, "Member 'ActionCost_C_Draw_Requirements::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionCost_C_GetIsAvailable \ static_assert(alignof(ActionCost_C_GetIsAvailable) == 0x000001, "Wrong alignment on ActionCost_C_GetIsAvailable"); \ static_assert(sizeof(ActionCost_C_GetIsAvailable) == 0x000001, "Wrong size on ActionCost_C_GetIsAvailable"); \ static_assert(offsetof(ActionCost_C_GetIsAvailable, bIsAvailable_0) == 0x000000, "Member 'ActionCost_C_GetIsAvailable::bIsAvailable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionCost_C \ static_assert(alignof(UActionCost_C) == 0x000008, "Wrong alignment on UActionCost_C"); \ static_assert(sizeof(UActionCost_C) == 0x000288, "Wrong size on UActionCost_C"); \ static_assert(offsetof(UActionCost_C, UberGraphFrame) == 0x000260, "Member 'UActionCost_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UActionCost_C, RequirementsContainer) == 0x000268, "Member 'UActionCost_C::RequirementsContainer' has a wrong offset!"); \ static_assert(offsetof(UActionCost_C, Requirements) == 0x000270, "Member 'UActionCost_C::Requirements' has a wrong offset!"); \ static_assert(offsetof(UActionCost_C, bIsAvailable) == 0x000280, "Member 'UActionCost_C::bIsAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvfMediaSettings \ static_assert(alignof(UAvfMediaSettings) == 0x000008, "Wrong alignment on UAvfMediaSettings"); \ static_assert(sizeof(UAvfMediaSettings) == 0x000030, "Wrong size on UAvfMediaSettings"); \ static_assert(offsetof(UAvfMediaSettings, NativeAudioOut) == 0x000028, "Member 'UAvfMediaSettings::NativeAudioOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_ExecuteUbergraph_SettingsItem \ static_assert(alignof(SettingsItem_C_ExecuteUbergraph_SettingsItem) == 0x000008, "Wrong alignment on SettingsItem_C_ExecuteUbergraph_SettingsItem"); \ static_assert(sizeof(SettingsItem_C_ExecuteUbergraph_SettingsItem) == 0x000168, "Wrong size on SettingsItem_C_ExecuteUbergraph_SettingsItem"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, EntryPoint) == 0x000000, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_GetCanItemInteract_isInteractable) == 0x000004, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_byte_Variable) == 0x000005, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_byte_Variable_1) == 0x000006, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_bool_Variable) == 0x000007, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_bool_Variable_1) == 0x000008, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_byte_Variable_2) == 0x000009, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_byte_Variable_3) == 0x00000A, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Event_IsDesignTime) == 0x00000B, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x00000C, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_ComponentBoundEvent_ItemIndex) == 0x000010, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_BreakVector2D_X_1) == 0x000024, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_ComponentBoundEvent_Value) == 0x00002C, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_RoundValueToStepSize_ReturnValue) == 0x000030, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_RoundValueToStepSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000034, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_FTrunc_ReturnValue) == 0x000050, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_MakeArray_Array) == 0x000098, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_bool_Variable_2) == 0x0000C0, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_MakeArray_Array_1) == 0x000108, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, Temp_int_Variable) == 0x000130, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_TextIsEmpty_ReturnValue) == 0x000134, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Select_Default) == 0x000138, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Select_Default_1) == 0x000140, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Event_isHovered) == 0x000141, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Event_isInteractable) == 0x000142, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Event_isInteractable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Select_Default_2) == 0x000148, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000160, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, K2Node_Select_Default_3) == 0x000161, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ExecuteUbergraph_SettingsItem, CallFunc_GetCanItemInteract_isInteractable_1) == 0x000162, "Member 'SettingsItem_C_ExecuteUbergraph_SettingsItem::CallFunc_GetCanItemInteract_isInteractable_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_SetCanItemInteract \ static_assert(alignof(SettingsItem_C_SetCanItemInteract) == 0x000001, "Wrong alignment on SettingsItem_C_SetCanItemInteract"); \ static_assert(sizeof(SettingsItem_C_SetCanItemInteract) == 0x000001, "Wrong size on SettingsItem_C_SetCanItemInteract"); \ static_assert(offsetof(SettingsItem_C_SetCanItemInteract, IsInteractable_0) == 0x000000, "Member 'SettingsItem_C_SetCanItemInteract::IsInteractable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_SetItemHover \ static_assert(alignof(SettingsItem_C_SetItemHover) == 0x000001, "Wrong alignment on SettingsItem_C_SetItemHover"); \ static_assert(sizeof(SettingsItem_C_SetItemHover) == 0x000001, "Wrong size on SettingsItem_C_SetItemHover"); \ static_assert(offsetof(SettingsItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'SettingsItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'SettingsItem_C_BndEvt__SettingsItem_Slider_113_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature \ static_assert(alignof(SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'SettingsItem_C_BndEvt__SettingsItem_HorizontalList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_PreConstruct \ static_assert(alignof(SettingsItem_C_PreConstruct) == 0x000001, "Wrong alignment on SettingsItem_C_PreConstruct"); \ static_assert(sizeof(SettingsItem_C_PreConstruct) == 0x000001, "Wrong size on SettingsItem_C_PreConstruct"); \ static_assert(offsetof(SettingsItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SettingsItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_MakeSwitcherButtons \ static_assert(alignof(SettingsItem_C_MakeSwitcherButtons) == 0x000008, "Wrong alignment on SettingsItem_C_MakeSwitcherButtons"); \ static_assert(sizeof(SettingsItem_C_MakeSwitcherButtons) == 0x000040, "Wrong size on SettingsItem_C_MakeSwitcherButtons"); \ static_assert(offsetof(SettingsItem_C_MakeSwitcherButtons, Temp_text_Variable) == 0x000000, "Member 'SettingsItem_C_MakeSwitcherButtons::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_MakeSwitcherButtons, CallFunc_Create_ReturnValue) == 0x000018, "Member 'SettingsItem_C_MakeSwitcherButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_MakeSwitcherButtons, CallFunc_Create_ReturnValue_1) == 0x000020, "Member 'SettingsItem_C_MakeSwitcherButtons::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_MakeSwitcherButtons, Temp_text_Variable_1) == 0x000028, "Member 'SettingsItem_C_MakeSwitcherButtons::Temp_text_Variable_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_SetSettingsValue \ static_assert(alignof(SettingsItem_C_SetSettingsValue) == 0x000008, "Wrong alignment on SettingsItem_C_SetSettingsValue"); \ static_assert(sizeof(SettingsItem_C_SetSettingsValue) == 0x0000D8, "Wrong size on SettingsItem_C_SetSettingsValue"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, SettingValue) == 0x000000, "Member 'SettingsItem_C_SetSettingsValue::SettingValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, Temp_bool_Variable) == 0x000004, "Member 'SettingsItem_C_SetSettingsValue::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000008, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'SettingsItem_C_SetSettingsValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, K2Node_MakeArray_Array) == 0x000050, "Member 'SettingsItem_C_SetSettingsValue::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_Format_ReturnValue) == 0x000060, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_Conv_FloatToText_ReturnValue) == 0x000078, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, K2Node_Select_Default) == 0x000090, "Member 'SettingsItem_C_SetSettingsValue::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_Round_ReturnValue) == 0x0000AC, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_GetItemByIndex_IsValid) == 0x0000B0, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_GetItemByIndex_Output) == 0x0000B8, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, K2Node_DynamicCast_AsSelectable_List_Item) == 0x0000C0, "Member 'SettingsItem_C_SetSettingsValue::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'SettingsItem_C_SetSettingsValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_SetSettingsValue, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0000D1, "Member 'SettingsItem_C_SetSettingsValue::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_GetSettingsValue \ static_assert(alignof(SettingsItem_C_GetSettingsValue) == 0x000004, "Wrong alignment on SettingsItem_C_GetSettingsValue"); \ static_assert(sizeof(SettingsItem_C_GetSettingsValue) == 0x000014, "Wrong size on SettingsItem_C_GetSettingsValue"); \ static_assert(offsetof(SettingsItem_C_GetSettingsValue, ReturnValue) == 0x000000, "Member 'SettingsItem_C_GetSettingsValue::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_GetSettingsValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'SettingsItem_C_GetSettingsValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_GetSettingsValue, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'SettingsItem_C_GetSettingsValue::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_GetSettingsValue, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'SettingsItem_C_GetSettingsValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_GetSettingsValue, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000010, "Member 'SettingsItem_C_GetSettingsValue::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_ShowHoverStyle \ static_assert(alignof(SettingsItem_C_ShowHoverStyle) == 0x000008, "Wrong alignment on SettingsItem_C_ShowHoverStyle"); \ static_assert(sizeof(SettingsItem_C_ShowHoverStyle) == 0x000088, "Wrong size on SettingsItem_C_ShowHoverStyle"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, bIsHovered) == 0x000000, "Member 'SettingsItem_C_ShowHoverStyle::bIsHovered' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, Temp_bool_Variable) == 0x000001, "Member 'SettingsItem_C_ShowHoverStyle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, Temp_bool_Variable_1) == 0x000002, "Member 'SettingsItem_C_ShowHoverStyle::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, Temp_byte_Variable) == 0x000003, "Member 'SettingsItem_C_ShowHoverStyle::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, Temp_byte_Variable_1) == 0x000004, "Member 'SettingsItem_C_ShowHoverStyle::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'SettingsItem_C_ShowHoverStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'SettingsItem_C_ShowHoverStyle::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, K2Node_Select_Default) == 0x000058, "Member 'SettingsItem_C_ShowHoverStyle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_ShowHoverStyle, K2Node_Select_Default_1) == 0x000080, "Member 'SettingsItem_C_ShowHoverStyle::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_IncreaseValue \ static_assert(alignof(SettingsItem_C_IncreaseValue) == 0x000004, "Wrong alignment on SettingsItem_C_IncreaseValue"); \ static_assert(sizeof(SettingsItem_C_IncreaseValue) == 0x000020, "Wrong size on SettingsItem_C_IncreaseValue"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, Temp_bool_Variable) == 0x000000, "Member 'SettingsItem_C_IncreaseValue::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_GetCanItemInteract_isInteractable) == 0x000001, "Member 'SettingsItem_C_IncreaseValue::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_BreakVector2D_X) == 0x000004, "Member 'SettingsItem_C_IncreaseValue::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'SettingsItem_C_IncreaseValue::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_GetSettingsValue_ReturnValue) == 0x00000C, "Member 'SettingsItem_C_IncreaseValue::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'SettingsItem_C_IncreaseValue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_RoundValueToStepSize_ReturnValue) == 0x000014, "Member 'SettingsItem_C_IncreaseValue::CallFunc_RoundValueToStepSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'SettingsItem_C_IncreaseValue::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_IncreaseValue, K2Node_Select_Default) == 0x00001C, "Member 'SettingsItem_C_IncreaseValue::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_DecreaseValue \ static_assert(alignof(SettingsItem_C_DecreaseValue) == 0x000004, "Wrong alignment on SettingsItem_C_DecreaseValue"); \ static_assert(sizeof(SettingsItem_C_DecreaseValue) == 0x000020, "Wrong size on SettingsItem_C_DecreaseValue"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, Temp_bool_Variable) == 0x000000, "Member 'SettingsItem_C_DecreaseValue::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_GetCanItemInteract_isInteractable) == 0x000001, "Member 'SettingsItem_C_DecreaseValue::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_BreakVector2D_X) == 0x000004, "Member 'SettingsItem_C_DecreaseValue::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'SettingsItem_C_DecreaseValue::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_GetSettingsValue_ReturnValue) == 0x00000C, "Member 'SettingsItem_C_DecreaseValue::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'SettingsItem_C_DecreaseValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_RoundValueToStepSize_ReturnValue) == 0x000014, "Member 'SettingsItem_C_DecreaseValue::CallFunc_RoundValueToStepSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'SettingsItem_C_DecreaseValue::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_DecreaseValue, K2Node_Select_Default) == 0x00001C, "Member 'SettingsItem_C_DecreaseValue::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_C_RoundValueToStepSize \ static_assert(alignof(SettingsItem_C_RoundValueToStepSize) == 0x000004, "Wrong alignment on SettingsItem_C_RoundValueToStepSize"); \ static_assert(sizeof(SettingsItem_C_RoundValueToStepSize) == 0x000014, "Wrong size on SettingsItem_C_RoundValueToStepSize"); \ static_assert(offsetof(SettingsItem_C_RoundValueToStepSize, RawValue) == 0x000000, "Member 'SettingsItem_C_RoundValueToStepSize::RawValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_RoundValueToStepSize, ReturnValue) == 0x000004, "Member 'SettingsItem_C_RoundValueToStepSize::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_RoundValueToStepSize, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'SettingsItem_C_RoundValueToStepSize::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_RoundValueToStepSize, CallFunc_Round_ReturnValue) == 0x00000C, "Member 'SettingsItem_C_RoundValueToStepSize::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_C_RoundValueToStepSize, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'SettingsItem_C_RoundValueToStepSize::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsItem_C \ static_assert(alignof(USettingsItem_C) == 0x000008, "Wrong alignment on USettingsItem_C"); \ static_assert(sizeof(USettingsItem_C) == 0x000398, "Wrong size on USettingsItem_C"); \ static_assert(offsetof(USettingsItem_C, UberGraphFrame_SettingsItem_C) == 0x0002A8, "Member 'USettingsItem_C::UberGraphFrame_SettingsItem_C' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, Button_102) == 0x0002B0, "Member 'USettingsItem_C::Button_102' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, HorizontalBox_0) == 0x0002B8, "Member 'USettingsItem_C::HorizontalBox_0' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, HoverIndicator) == 0x0002C0, "Member 'USettingsItem_C::HoverIndicator' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SettingsLabel) == 0x0002C8, "Member 'USettingsItem_C::SettingsLabel' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SettingsSublabel) == 0x0002D0, "Member 'USettingsItem_C::SettingsSublabel' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, Slider_113) == 0x0002D8, "Member 'USettingsItem_C::Slider_113' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SliderWrap) == 0x0002E0, "Member 'USettingsItem_C::SliderWrap' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SwitcherList) == 0x0002E8, "Member 'USettingsItem_C::SwitcherList' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, TextBlock_1) == 0x0002F0, "Member 'USettingsItem_C::TextBlock_1' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SettingsType) == 0x0002F8, "Member 'USettingsItem_C::SettingsType' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, OnValueChanged) == 0x000300, "Member 'USettingsItem_C::OnValueChanged' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, StepSize) == 0x000310, "Member 'USettingsItem_C::StepSize' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, ValuesRange) == 0x000314, "Member 'USettingsItem_C::ValuesRange' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, Label) == 0x000320, "Member 'USettingsItem_C::Label' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, Sublabel) == 0x000338, "Member 'USettingsItem_C::Sublabel' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, DefaultValue) == 0x000350, "Member 'USettingsItem_C::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, OnInfoHover) == 0x000358, "Member 'USettingsItem_C::OnInfoHover' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, OnInfoUnhover) == 0x000368, "Member 'USettingsItem_C::OnInfoUnhover' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, SettingsDescription) == 0x000378, "Member 'USettingsItem_C::SettingsDescription' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_C, bIsPercentageValue) == 0x000390, "Member 'USettingsItem_C::bIsPercentageValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp \ static_assert(alignof(BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp) == 0x000004, "Wrong alignment on BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp"); \ static_assert(sizeof(BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp) == 0x000004, "Wrong size on BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp"); \ static_assert(offsetof(BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp, EntryPoint) == 0x000000, "Member 'BP_BlueWarp_C_ExecuteUbergraph_BP_BlueWarp::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BlueWarp_C_UserConstructionScript \ static_assert(alignof(BP_BlueWarp_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_BlueWarp_C_UserConstructionScript"); \ static_assert(sizeof(BP_BlueWarp_C_UserConstructionScript) == 0x000088, "Wrong size on BP_BlueWarp_C_UserConstructionScript"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000000, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x00000C, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000018, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue_2) == 0x000028, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue_3) == 0x000034, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue_4) == 0x000040, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue_5) == 0x00004C, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue_1) == 0x000058, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000060, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue_2) == 0x000068, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000070, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue_3) == 0x000078, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BlueWarp_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000080, "Member 'BP_BlueWarp_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BlueWarp_C \ static_assert(alignof(ABP_BlueWarp_C) == 0x000008, "Wrong alignment on ABP_BlueWarp_C"); \ static_assert(sizeof(ABP_BlueWarp_C) == 0x000308, "Wrong size on ABP_BlueWarp_C"); \ static_assert(offsetof(ABP_BlueWarp_C, UberGraphFrame) == 0x000220, "Member 'ABP_BlueWarp_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Warp) == 0x000228, "Member 'ABP_BlueWarp_C::Warp' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Flare) == 0x000230, "Member 'ABP_BlueWarp_C::Flare' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Niagara) == 0x000238, "Member 'ABP_BlueWarp_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Camera) == 0x000240, "Member 'ABP_BlueWarp_C::Camera' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Stars) == 0x000248, "Member 'ABP_BlueWarp_C::Stars' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Sphere) == 0x000250, "Member 'ABP_BlueWarp_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, SM_WarpIntensive) == 0x000258, "Member 'ABP_BlueWarp_C::SM_WarpIntensive' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, SM_WarpBG) == 0x000260, "Member 'ABP_BlueWarp_C::SM_WarpBG' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, SM_WarpMain) == 0x000268, "Member 'ABP_BlueWarp_C::SM_WarpMain' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_BlueWarp_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_1_2_46C48FEE409510F3AA681C850D59C975) == 0x000278, "Member 'ABP_BlueWarp_C::Timeline_1_2_46C48FEE409510F3AA681C850D59C975' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_1_1_46C48FEE409510F3AA681C850D59C975) == 0x00027C, "Member 'ABP_BlueWarp_C::Timeline_1_1_46C48FEE409510F3AA681C850D59C975' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_1__Direction_46C48FEE409510F3AA681C850D59C975) == 0x000280, "Member 'ABP_BlueWarp_C::Timeline_1__Direction_46C48FEE409510F3AA681C850D59C975' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_1) == 0x000288, "Member 'ABP_BlueWarp_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_0_2_3000FE264EB0F05B2274A0A666E0E24D) == 0x000290, "Member 'ABP_BlueWarp_C::Timeline_0_2_3000FE264EB0F05B2274A0A666E0E24D' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_0_1_3000FE264EB0F05B2274A0A666E0E24D) == 0x000294, "Member 'ABP_BlueWarp_C::Timeline_0_1_3000FE264EB0F05B2274A0A666E0E24D' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_0__Direction_3000FE264EB0F05B2274A0A666E0E24D) == 0x000298, "Member 'ABP_BlueWarp_C::Timeline_0__Direction_3000FE264EB0F05B2274A0A666E0E24D' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Timeline_0) == 0x0002A0, "Member 'ABP_BlueWarp_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Speed) == 0x0002A8, "Member 'ABP_BlueWarp_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Color_1) == 0x0002AC, "Member 'ABP_BlueWarp_C::Color_1' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Color_2) == 0x0002BC, "Member 'ABP_BlueWarp_C::Color_2' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Color_3) == 0x0002CC, "Member 'ABP_BlueWarp_C::Color_3' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Color_4) == 0x0002DC, "Member 'ABP_BlueWarp_C::Color_4' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Color_BG) == 0x0002EC, "Member 'ABP_BlueWarp_C::Color_BG' has a wrong offset!"); \ static_assert(offsetof(ABP_BlueWarp_C, Particle_acceleration) == 0x0002FC, "Member 'ABP_BlueWarp_C::Particle_acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaCaptureDevice \ static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ static_assert(sizeof(FMediaCaptureDevice) == 0x000028, "Wrong size on FMediaCaptureDevice"); \ static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000018, "Member 'FMediaCaptureDevice::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x0000C0, "Wrong size on UMediaComponent"); \ static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000B0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000B8, "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_Next \ static_assert(alignof(MediaPlayer_Next) == 0x000001, "Wrong alignment on MediaPlayer_Next"); \ static_assert(sizeof(MediaPlayer_Next) == 0x000001, "Wrong size on MediaPlayer_Next"); \ static_assert(offsetof(MediaPlayer_Next, ReturnValue) == 0x000000, "Member 'MediaPlayer_Next::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenFile \ static_assert(alignof(MediaPlayer_OpenFile) == 0x000008, "Wrong alignment on MediaPlayer_OpenFile"); \ static_assert(sizeof(MediaPlayer_OpenFile) == 0x000018, "Wrong size on MediaPlayer_OpenFile"); \ static_assert(offsetof(MediaPlayer_OpenFile, FilePath) == 0x000000, "Member 'MediaPlayer_OpenFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenFile, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylist \ static_assert(alignof(MediaPlayer_OpenPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylist"); \ static_assert(sizeof(MediaPlayer_OpenPlaylist) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylist"); \ static_assert(offsetof(MediaPlayer_OpenPlaylist, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylist::InPlaylist' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenPlaylist, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenPlaylist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylistIndex \ static_assert(alignof(MediaPlayer_OpenPlaylistIndex) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylistIndex"); \ static_assert(sizeof(MediaPlayer_OpenPlaylistIndex) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylistIndex"); \ static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylistIndex::InPlaylist' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, Index_0) == 0x000008, "Member 'MediaPlayer_OpenPlaylistIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, ReturnValue) == 0x00000C, "Member 'MediaPlayer_OpenPlaylistIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenSource \ static_assert(alignof(MediaPlayer_OpenSource) == 0x000008, "Wrong alignment on MediaPlayer_OpenSource"); \ static_assert(sizeof(MediaPlayer_OpenSource) == 0x000010, "Wrong size on MediaPlayer_OpenSource"); \ static_assert(offsetof(MediaPlayer_OpenSource, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSource::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSource, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenSourceLatent \ static_assert(alignof(MediaPlayer_OpenSourceLatent) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceLatent"); \ static_assert(sizeof(MediaPlayer_OpenSourceLatent) == 0x000060, "Wrong size on MediaPlayer_OpenSourceLatent"); \ static_assert(offsetof(MediaPlayer_OpenSourceLatent, WorldContextObject) == 0x000000, "Member 'MediaPlayer_OpenSourceLatent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceLatent, LatentInfo) == 0x000008, "Member 'MediaPlayer_OpenSourceLatent::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceLatent, MediaSource) == 0x000020, "Member 'MediaPlayer_OpenSourceLatent::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceLatent, Options) == 0x000028, "Member 'MediaPlayer_OpenSourceLatent::Options' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceLatent, bSuccess) == 0x000058, "Member 'MediaPlayer_OpenSourceLatent::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenSourceWithOptions \ static_assert(alignof(MediaPlayer_OpenSourceWithOptions) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceWithOptions"); \ static_assert(sizeof(MediaPlayer_OpenSourceWithOptions) == 0x000040, "Wrong size on MediaPlayer_OpenSourceWithOptions"); \ static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSourceWithOptions::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, Options) == 0x000008, "Member 'MediaPlayer_OpenSourceWithOptions::Options' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, ReturnValue) == 0x000038, "Member 'MediaPlayer_OpenSourceWithOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_OpenUrl \ static_assert(alignof(MediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on MediaPlayer_OpenUrl"); \ static_assert(sizeof(MediaPlayer_OpenUrl) == 0x000018, "Wrong size on MediaPlayer_OpenUrl"); \ static_assert(offsetof(MediaPlayer_OpenUrl, URL) == 0x000000, "Member 'MediaPlayer_OpenUrl::URL' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Pause \ static_assert(alignof(MediaPlayer_Pause) == 0x000001, "Wrong alignment on MediaPlayer_Pause"); \ static_assert(sizeof(MediaPlayer_Pause) == 0x000001, "Wrong size on MediaPlayer_Pause"); \ static_assert(offsetof(MediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'MediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Play \ static_assert(alignof(MediaPlayer_Play) == 0x000001, "Wrong alignment on MediaPlayer_Play"); \ static_assert(sizeof(MediaPlayer_Play) == 0x000001, "Wrong size on MediaPlayer_Play"); \ static_assert(offsetof(MediaPlayer_Play, ReturnValue) == 0x000000, "Member 'MediaPlayer_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Previous \ static_assert(alignof(MediaPlayer_Previous) == 0x000001, "Wrong alignment on MediaPlayer_Previous"); \ static_assert(sizeof(MediaPlayer_Previous) == 0x000001, "Wrong size on MediaPlayer_Previous"); \ static_assert(offsetof(MediaPlayer_Previous, ReturnValue) == 0x000000, "Member 'MediaPlayer_Previous::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Reopen \ static_assert(alignof(MediaPlayer_Reopen) == 0x000001, "Wrong alignment on MediaPlayer_Reopen"); \ static_assert(sizeof(MediaPlayer_Reopen) == 0x000001, "Wrong size on MediaPlayer_Reopen"); \ static_assert(offsetof(MediaPlayer_Reopen, ReturnValue) == 0x000000, "Member 'MediaPlayer_Reopen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Rewind \ static_assert(alignof(MediaPlayer_Rewind) == 0x000001, "Wrong alignment on MediaPlayer_Rewind"); \ static_assert(sizeof(MediaPlayer_Rewind) == 0x000001, "Wrong size on MediaPlayer_Rewind"); \ static_assert(offsetof(MediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'MediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_Seek \ static_assert(alignof(MediaPlayer_Seek) == 0x000008, "Wrong alignment on MediaPlayer_Seek"); \ static_assert(sizeof(MediaPlayer_Seek) == 0x000010, "Wrong size on MediaPlayer_Seek"); \ static_assert(offsetof(MediaPlayer_Seek, Time) == 0x000000, "Member 'MediaPlayer_Seek::Time' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'MediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SelectTrack \ static_assert(alignof(MediaPlayer_SelectTrack) == 0x000004, "Wrong alignment on MediaPlayer_SelectTrack"); \ static_assert(sizeof(MediaPlayer_SelectTrack) == 0x00000C, "Wrong size on MediaPlayer_SelectTrack"); \ static_assert(offsetof(MediaPlayer_SelectTrack, TrackType) == 0x000000, "Member 'MediaPlayer_SelectTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SelectTrack, TrackIndex) == 0x000004, "Member 'MediaPlayer_SelectTrack::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SelectTrack, ReturnValue) == 0x000008, "Member 'MediaPlayer_SelectTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetBlockOnTime \ static_assert(alignof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong alignment on MediaPlayer_SetBlockOnTime"); \ static_assert(sizeof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong size on MediaPlayer_SetBlockOnTime"); \ static_assert(offsetof(MediaPlayer_SetBlockOnTime, Time) == 0x000000, "Member 'MediaPlayer_SetBlockOnTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetDesiredPlayerName \ static_assert(alignof(MediaPlayer_SetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_SetDesiredPlayerName"); \ static_assert(sizeof(MediaPlayer_SetDesiredPlayerName) == 0x000008, "Wrong size on MediaPlayer_SetDesiredPlayerName"); \ static_assert(offsetof(MediaPlayer_SetDesiredPlayerName, PlayerName) == 0x000000, "Member 'MediaPlayer_SetDesiredPlayerName::PlayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetLooping \ static_assert(alignof(MediaPlayer_SetLooping) == 0x000001, "Wrong alignment on MediaPlayer_SetLooping"); \ static_assert(sizeof(MediaPlayer_SetLooping) == 0x000002, "Wrong size on MediaPlayer_SetLooping"); \ static_assert(offsetof(MediaPlayer_SetLooping, Looping) == 0x000000, "Member 'MediaPlayer_SetLooping::Looping' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'MediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetMediaOptions \ static_assert(alignof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong alignment on MediaPlayer_SetMediaOptions"); \ static_assert(sizeof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong size on MediaPlayer_SetMediaOptions"); \ static_assert(offsetof(MediaPlayer_SetMediaOptions, Options) == 0x000000, "Member 'MediaPlayer_SetMediaOptions::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetNativeVolume \ static_assert(alignof(MediaPlayer_SetNativeVolume) == 0x000004, "Wrong alignment on MediaPlayer_SetNativeVolume"); \ static_assert(sizeof(MediaPlayer_SetNativeVolume) == 0x000008, "Wrong size on MediaPlayer_SetNativeVolume"); \ static_assert(offsetof(MediaPlayer_SetNativeVolume, Volume) == 0x000000, "Member 'MediaPlayer_SetNativeVolume::Volume' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetNativeVolume, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetNativeVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetRate \ static_assert(alignof(MediaPlayer_SetRate) == 0x000004, "Wrong alignment on MediaPlayer_SetRate"); \ static_assert(sizeof(MediaPlayer_SetRate) == 0x000008, "Wrong size on MediaPlayer_SetRate"); \ static_assert(offsetof(MediaPlayer_SetRate, Rate) == 0x000000, "Member 'MediaPlayer_SetRate::Rate' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetTimeDelay \ static_assert(alignof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_SetTimeDelay"); \ static_assert(sizeof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_SetTimeDelay"); \ static_assert(offsetof(MediaPlayer_SetTimeDelay, TimeDelay_0) == 0x000000, "Member 'MediaPlayer_SetTimeDelay::TimeDelay_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetTrackFormat \ static_assert(alignof(MediaPlayer_SetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_SetTrackFormat"); \ static_assert(sizeof(MediaPlayer_SetTrackFormat) == 0x000010, "Wrong size on MediaPlayer_SetTrackFormat"); \ static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_SetTrackFormat::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_SetTrackFormat::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetTrackFormat, FormatIndex) == 0x000008, "Member 'MediaPlayer_SetTrackFormat::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetTrackFormat, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetTrackFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetVideoTrackFrameRate \ static_assert(alignof(MediaPlayer_SetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_SetVideoTrackFrameRate"); \ static_assert(sizeof(MediaPlayer_SetVideoTrackFrameRate) == 0x000010, "Wrong size on MediaPlayer_SetVideoTrackFrameRate"); \ static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_SetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_SetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FrameRate) == 0x000008, "Member 'MediaPlayer_SetVideoTrackFrameRate::FrameRate' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetViewField \ static_assert(alignof(MediaPlayer_SetViewField) == 0x000004, "Wrong alignment on MediaPlayer_SetViewField"); \ static_assert(sizeof(MediaPlayer_SetViewField) == 0x00000C, "Wrong size on MediaPlayer_SetViewField"); \ static_assert(offsetof(MediaPlayer_SetViewField, Horizontal) == 0x000000, "Member 'MediaPlayer_SetViewField::Horizontal' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetViewField, Vertical) == 0x000004, "Member 'MediaPlayer_SetViewField::Vertical' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetViewField, Absolute) == 0x000008, "Member 'MediaPlayer_SetViewField::Absolute' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetViewField, ReturnValue) == 0x000009, "Member 'MediaPlayer_SetViewField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SetViewRotation \ static_assert(alignof(MediaPlayer_SetViewRotation) == 0x000004, "Wrong alignment on MediaPlayer_SetViewRotation"); \ static_assert(sizeof(MediaPlayer_SetViewRotation) == 0x000010, "Wrong size on MediaPlayer_SetViewRotation"); \ static_assert(offsetof(MediaPlayer_SetViewRotation, Rotation) == 0x000000, "Member 'MediaPlayer_SetViewRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetViewRotation, Absolute) == 0x00000C, "Member 'MediaPlayer_SetViewRotation::Absolute' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SetViewRotation, ReturnValue) == 0x00000D, "Member 'MediaPlayer_SetViewRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_CanPause \ static_assert(alignof(MediaPlayer_CanPause) == 0x000001, "Wrong alignment on MediaPlayer_CanPause"); \ static_assert(sizeof(MediaPlayer_CanPause) == 0x000001, "Wrong size on MediaPlayer_CanPause"); \ static_assert(offsetof(MediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'MediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackChannels \ static_assert(alignof(MediaPlayer_GetAudioTrackChannels) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackChannels"); \ static_assert(sizeof(MediaPlayer_GetAudioTrackChannels) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackChannels"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackChannels::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackChannels::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackChannels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackSampleRate \ static_assert(alignof(MediaPlayer_GetAudioTrackSampleRate) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackSampleRate"); \ static_assert(sizeof(MediaPlayer_GetAudioTrackSampleRate) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackSampleRate"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackSampleRate::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackSampleRate::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackSampleRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackType \ static_assert(alignof(MediaPlayer_GetAudioTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetAudioTrackType"); \ static_assert(sizeof(MediaPlayer_GetAudioTrackType) == 0x000018, "Wrong size on MediaPlayer_GetAudioTrackType"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackType::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackType::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetAudioTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetDesiredPlayerName \ static_assert(alignof(MediaPlayer_GetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetDesiredPlayerName"); \ static_assert(sizeof(MediaPlayer_GetDesiredPlayerName) == 0x000008, "Wrong size on MediaPlayer_GetDesiredPlayerName"); \ static_assert(offsetof(MediaPlayer_GetDesiredPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDesiredPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetDuration \ static_assert(alignof(MediaPlayer_GetDuration) == 0x000008, "Wrong alignment on MediaPlayer_GetDuration"); \ static_assert(sizeof(MediaPlayer_GetDuration) == 0x000008, "Wrong size on MediaPlayer_GetDuration"); \ static_assert(offsetof(MediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetHorizontalFieldOfView \ static_assert(alignof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetHorizontalFieldOfView"); \ static_assert(sizeof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetHorizontalFieldOfView"); \ static_assert(offsetof(MediaPlayer_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetMediaName \ static_assert(alignof(MediaPlayer_GetMediaName) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaName"); \ static_assert(sizeof(MediaPlayer_GetMediaName) == 0x000018, "Wrong size on MediaPlayer_GetMediaName"); \ static_assert(offsetof(MediaPlayer_GetMediaName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetNumTrackFormats \ static_assert(alignof(MediaPlayer_GetNumTrackFormats) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTrackFormats"); \ static_assert(sizeof(MediaPlayer_GetNumTrackFormats) == 0x00000C, "Wrong size on MediaPlayer_GetNumTrackFormats"); \ static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTrackFormats::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetNumTrackFormats::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetNumTrackFormats, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetNumTrackFormats::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetNumTracks \ static_assert(alignof(MediaPlayer_GetNumTracks) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTracks"); \ static_assert(sizeof(MediaPlayer_GetNumTracks) == 0x000008, "Wrong size on MediaPlayer_GetNumTracks"); \ static_assert(offsetof(MediaPlayer_GetNumTracks, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTracks::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetNumTracks, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetNumTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetPlayerName \ static_assert(alignof(MediaPlayer_GetPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetPlayerName"); \ static_assert(sizeof(MediaPlayer_GetPlayerName) == 0x000008, "Wrong size on MediaPlayer_GetPlayerName"); \ static_assert(offsetof(MediaPlayer_GetPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetPlaylist \ static_assert(alignof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_GetPlaylist"); \ static_assert(sizeof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong size on MediaPlayer_GetPlaylist"); \ static_assert(offsetof(MediaPlayer_GetPlaylist, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetPlaylistIndex \ static_assert(alignof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong alignment on MediaPlayer_GetPlaylistIndex"); \ static_assert(sizeof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong size on MediaPlayer_GetPlaylistIndex"); \ static_assert(offsetof(MediaPlayer_GetPlaylistIndex, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylistIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetRate \ static_assert(alignof(MediaPlayer_GetRate) == 0x000004, "Wrong alignment on MediaPlayer_GetRate"); \ static_assert(sizeof(MediaPlayer_GetRate) == 0x000004, "Wrong size on MediaPlayer_GetRate"); \ static_assert(offsetof(MediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetSelectedTrack \ static_assert(alignof(MediaPlayer_GetSelectedTrack) == 0x000004, "Wrong alignment on MediaPlayer_GetSelectedTrack"); \ static_assert(sizeof(MediaPlayer_GetSelectedTrack) == 0x000008, "Wrong size on MediaPlayer_GetSelectedTrack"); \ static_assert(offsetof(MediaPlayer_GetSelectedTrack, TrackType) == 0x000000, "Member 'MediaPlayer_GetSelectedTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetSelectedTrack, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetSelectedTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetSupportedRates \ static_assert(alignof(MediaPlayer_GetSupportedRates) == 0x000008, "Wrong alignment on MediaPlayer_GetSupportedRates"); \ static_assert(sizeof(MediaPlayer_GetSupportedRates) == 0x000018, "Wrong size on MediaPlayer_GetSupportedRates"); \ static_assert(offsetof(MediaPlayer_GetSupportedRates, OutRates) == 0x000000, "Member 'MediaPlayer_GetSupportedRates::OutRates' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetSupportedRates, Unthinned) == 0x000010, "Member 'MediaPlayer_GetSupportedRates::Unthinned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTime \ static_assert(alignof(MediaPlayer_GetTime) == 0x000008, "Wrong alignment on MediaPlayer_GetTime"); \ static_assert(sizeof(MediaPlayer_GetTime) == 0x000008, "Wrong size on MediaPlayer_GetTime"); \ static_assert(offsetof(MediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTimeDelay \ static_assert(alignof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeDelay"); \ static_assert(sizeof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_GetTimeDelay"); \ static_assert(offsetof(MediaPlayer_GetTimeDelay, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTimeStamp \ static_assert(alignof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeStamp"); \ static_assert(sizeof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong size on MediaPlayer_GetTimeStamp"); \ static_assert(offsetof(MediaPlayer_GetTimeStamp, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeStamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTrackDisplayName \ static_assert(alignof(MediaPlayer_GetTrackDisplayName) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackDisplayName"); \ static_assert(sizeof(MediaPlayer_GetTrackDisplayName) == 0x000020, "Wrong size on MediaPlayer_GetTrackDisplayName"); \ static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackDisplayName::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackDisplayName::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackDisplayName, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTrackFormat \ static_assert(alignof(MediaPlayer_GetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_GetTrackFormat"); \ static_assert(sizeof(MediaPlayer_GetTrackFormat) == 0x00000C, "Wrong size on MediaPlayer_GetTrackFormat"); \ static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackFormat::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackFormat::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackFormat, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetTrackLanguage \ static_assert(alignof(MediaPlayer_GetTrackLanguage) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackLanguage"); \ static_assert(sizeof(MediaPlayer_GetTrackLanguage) == 0x000018, "Wrong size on MediaPlayer_GetTrackLanguage"); \ static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackLanguage::TrackType' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackLanguage::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetTrackLanguage, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetUrl \ static_assert(alignof(MediaPlayer_GetUrl) == 0x000008, "Wrong alignment on MediaPlayer_GetUrl"); \ static_assert(sizeof(MediaPlayer_GetUrl) == 0x000010, "Wrong size on MediaPlayer_GetUrl"); \ static_assert(offsetof(MediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVerticalFieldOfView \ static_assert(alignof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetVerticalFieldOfView"); \ static_assert(sizeof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetVerticalFieldOfView"); \ static_assert(offsetof(MediaPlayer_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackAspectRatio \ static_assert(alignof(MediaPlayer_GetVideoTrackAspectRatio) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackAspectRatio"); \ static_assert(sizeof(MediaPlayer_GetVideoTrackAspectRatio) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackAspectRatio"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackAspectRatio::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackAspectRatio::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackAspectRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackDimensions \ static_assert(alignof(MediaPlayer_GetVideoTrackDimensions) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackDimensions"); \ static_assert(sizeof(MediaPlayer_GetVideoTrackDimensions) == 0x000010, "Wrong size on MediaPlayer_GetVideoTrackDimensions"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackDimensions::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackDimensions::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackDimensions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRate \ static_assert(alignof(MediaPlayer_GetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRate"); \ static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRate) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackFrameRate"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRates \ static_assert(alignof(MediaPlayer_GetVideoTrackFrameRates) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRates"); \ static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRates) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackFrameRates"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRates::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRates::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackType \ static_assert(alignof(MediaPlayer_GetVideoTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetVideoTrackType"); \ static_assert(sizeof(MediaPlayer_GetVideoTrackType) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackType"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackType::TrackIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackType::FormatIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_GetVideoTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_GetViewRotation \ static_assert(alignof(MediaPlayer_GetViewRotation) == 0x000004, "Wrong alignment on MediaPlayer_GetViewRotation"); \ static_assert(sizeof(MediaPlayer_GetViewRotation) == 0x00000C, "Wrong size on MediaPlayer_GetViewRotation"); \ static_assert(offsetof(MediaPlayer_GetViewRotation, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetViewRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_HasError \ static_assert(alignof(MediaPlayer_HasError) == 0x000001, "Wrong alignment on MediaPlayer_HasError"); \ static_assert(sizeof(MediaPlayer_HasError) == 0x000001, "Wrong size on MediaPlayer_HasError"); \ static_assert(offsetof(MediaPlayer_HasError, ReturnValue) == 0x000000, "Member 'MediaPlayer_HasError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsBuffering \ static_assert(alignof(MediaPlayer_IsBuffering) == 0x000001, "Wrong alignment on MediaPlayer_IsBuffering"); \ static_assert(sizeof(MediaPlayer_IsBuffering) == 0x000001, "Wrong size on MediaPlayer_IsBuffering"); \ static_assert(offsetof(MediaPlayer_IsBuffering, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsBuffering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsClosed \ static_assert(alignof(MediaPlayer_IsClosed) == 0x000001, "Wrong alignment on MediaPlayer_IsClosed"); \ static_assert(sizeof(MediaPlayer_IsClosed) == 0x000001, "Wrong size on MediaPlayer_IsClosed"); \ static_assert(offsetof(MediaPlayer_IsClosed, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsClosed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsConnecting \ static_assert(alignof(MediaPlayer_IsConnecting) == 0x000001, "Wrong alignment on MediaPlayer_IsConnecting"); \ static_assert(sizeof(MediaPlayer_IsConnecting) == 0x000001, "Wrong size on MediaPlayer_IsConnecting"); \ static_assert(offsetof(MediaPlayer_IsConnecting, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsConnecting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsLooping \ static_assert(alignof(MediaPlayer_IsLooping) == 0x000001, "Wrong alignment on MediaPlayer_IsLooping"); \ static_assert(sizeof(MediaPlayer_IsLooping) == 0x000001, "Wrong size on MediaPlayer_IsLooping"); \ static_assert(offsetof(MediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsPaused \ static_assert(alignof(MediaPlayer_IsPaused) == 0x000001, "Wrong alignment on MediaPlayer_IsPaused"); \ static_assert(sizeof(MediaPlayer_IsPaused) == 0x000001, "Wrong size on MediaPlayer_IsPaused"); \ static_assert(offsetof(MediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsPlaying \ static_assert(alignof(MediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on MediaPlayer_IsPlaying"); \ static_assert(sizeof(MediaPlayer_IsPlaying) == 0x000001, "Wrong size on MediaPlayer_IsPlaying"); \ static_assert(offsetof(MediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsPreparing \ static_assert(alignof(MediaPlayer_IsPreparing) == 0x000001, "Wrong alignment on MediaPlayer_IsPreparing"); \ static_assert(sizeof(MediaPlayer_IsPreparing) == 0x000001, "Wrong size on MediaPlayer_IsPreparing"); \ static_assert(offsetof(MediaPlayer_IsPreparing, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPreparing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_IsReady \ static_assert(alignof(MediaPlayer_IsReady) == 0x000001, "Wrong alignment on MediaPlayer_IsReady"); \ static_assert(sizeof(MediaPlayer_IsReady) == 0x000001, "Wrong size on MediaPlayer_IsReady"); \ static_assert(offsetof(MediaPlayer_IsReady, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SupportsRate \ static_assert(alignof(MediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on MediaPlayer_SupportsRate"); \ static_assert(sizeof(MediaPlayer_SupportsRate) == 0x000008, "Wrong size on MediaPlayer_SupportsRate"); \ static_assert(offsetof(MediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'MediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'MediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ static_assert(offsetof(MediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'MediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SupportsScrubbing \ static_assert(alignof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on MediaPlayer_SupportsScrubbing"); \ static_assert(sizeof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on MediaPlayer_SupportsScrubbing"); \ static_assert(offsetof(MediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlayer_SupportsSeeking \ static_assert(alignof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on MediaPlayer_SupportsSeeking"); \ static_assert(sizeof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on MediaPlayer_SupportsSeeking"); \ static_assert(offsetof(MediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaPlayer \ static_assert(alignof(UMediaPlayer) == 0x000008, "Wrong alignment on UMediaPlayer"); \ static_assert(sizeof(UMediaPlayer) == 0x000138, "Wrong size on UMediaPlayer"); \ static_assert(offsetof(UMediaPlayer, OnEndReached) == 0x000028, "Member 'UMediaPlayer::OnEndReached' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnMediaClosed) == 0x000038, "Member 'UMediaPlayer::OnMediaClosed' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnMediaOpened) == 0x000048, "Member 'UMediaPlayer::OnMediaOpened' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnMediaOpenFailed) == 0x000058, "Member 'UMediaPlayer::OnMediaOpenFailed' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnPlaybackResumed) == 0x000068, "Member 'UMediaPlayer::OnPlaybackResumed' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnPlaybackSuspended) == 0x000078, "Member 'UMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnSeekCompleted) == 0x000088, "Member 'UMediaPlayer::OnSeekCompleted' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, OnTracksChanged) == 0x000098, "Member 'UMediaPlayer::OnTracksChanged' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, CacheAhead) == 0x0000A8, "Member 'UMediaPlayer::CacheAhead' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, CacheBehind) == 0x0000B0, "Member 'UMediaPlayer::CacheBehind' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, CacheBehindGame) == 0x0000B8, "Member 'UMediaPlayer::CacheBehindGame' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, NativeAudioOut) == 0x0000C0, "Member 'UMediaPlayer::NativeAudioOut' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, PlayOnOpen) == 0x0000C1, "Member 'UMediaPlayer::PlayOnOpen' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, Playlist) == 0x0000C8, "Member 'UMediaPlayer::Playlist' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, PlaylistIndex) == 0x0000D0, "Member 'UMediaPlayer::PlaylistIndex' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, TimeDelay) == 0x0000D8, "Member 'UMediaPlayer::TimeDelay' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, HorizontalFieldOfView) == 0x0000E0, "Member 'UMediaPlayer::HorizontalFieldOfView' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, VerticalFieldOfView) == 0x0000E4, "Member 'UMediaPlayer::VerticalFieldOfView' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, ViewRotation) == 0x0000E8, "Member 'UMediaPlayer::ViewRotation' has a wrong offset!"); \ static_assert(offsetof(UMediaPlayer, PlayerGuid) == 0x000120, "Member 'UMediaPlayer::PlayerGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Add \ static_assert(alignof(MediaPlaylist_Add) == 0x000008, "Wrong alignment on MediaPlaylist_Add"); \ static_assert(sizeof(MediaPlaylist_Add) == 0x000010, "Wrong size on MediaPlaylist_Add"); \ static_assert(offsetof(MediaPlaylist_Add, MediaSource) == 0x000000, "Member 'MediaPlaylist_Add::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Add, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Add::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_AddFile \ static_assert(alignof(MediaPlaylist_AddFile) == 0x000008, "Wrong alignment on MediaPlaylist_AddFile"); \ static_assert(sizeof(MediaPlaylist_AddFile) == 0x000018, "Wrong size on MediaPlaylist_AddFile"); \ static_assert(offsetof(MediaPlaylist_AddFile, FilePath) == 0x000000, "Member 'MediaPlaylist_AddFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_AddFile, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_AddUrl \ static_assert(alignof(MediaPlaylist_AddUrl) == 0x000008, "Wrong alignment on MediaPlaylist_AddUrl"); \ static_assert(sizeof(MediaPlaylist_AddUrl) == 0x000018, "Wrong size on MediaPlaylist_AddUrl"); \ static_assert(offsetof(MediaPlaylist_AddUrl, URL) == 0x000000, "Member 'MediaPlaylist_AddUrl::URL' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_AddUrl, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Get \ static_assert(alignof(MediaPlaylist_Get) == 0x000008, "Wrong alignment on MediaPlaylist_Get"); \ static_assert(sizeof(MediaPlaylist_Get) == 0x000010, "Wrong size on MediaPlaylist_Get"); \ static_assert(offsetof(MediaPlaylist_Get, Index_0) == 0x000000, "Member 'MediaPlaylist_Get::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Get, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetNext \ static_assert(alignof(MediaPlaylist_GetNext) == 0x000008, "Wrong alignment on MediaPlaylist_GetNext"); \ static_assert(sizeof(MediaPlaylist_GetNext) == 0x000010, "Wrong size on MediaPlaylist_GetNext"); \ static_assert(offsetof(MediaPlaylist_GetNext, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetNext::InOutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetNext, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetNext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetPrevious \ static_assert(alignof(MediaPlaylist_GetPrevious) == 0x000008, "Wrong alignment on MediaPlaylist_GetPrevious"); \ static_assert(sizeof(MediaPlaylist_GetPrevious) == 0x000010, "Wrong size on MediaPlaylist_GetPrevious"); \ static_assert(offsetof(MediaPlaylist_GetPrevious, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetPrevious::InOutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetPrevious, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetPrevious::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetRandom \ static_assert(alignof(MediaPlaylist_GetRandom) == 0x000008, "Wrong alignment on MediaPlaylist_GetRandom"); \ static_assert(sizeof(MediaPlaylist_GetRandom) == 0x000010, "Wrong size on MediaPlaylist_GetRandom"); \ static_assert(offsetof(MediaPlaylist_GetRandom, OutIndex) == 0x000000, "Member 'MediaPlaylist_GetRandom::OutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetRandom, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetRandom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Insert \ static_assert(alignof(MediaPlaylist_Insert) == 0x000008, "Wrong alignment on MediaPlaylist_Insert"); \ static_assert(sizeof(MediaPlaylist_Insert) == 0x000010, "Wrong size on MediaPlaylist_Insert"); \ static_assert(offsetof(MediaPlaylist_Insert, MediaSource) == 0x000000, "Member 'MediaPlaylist_Insert::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Insert, Index_0) == 0x000008, "Member 'MediaPlaylist_Insert::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Num \ static_assert(alignof(MediaPlaylist_Num) == 0x000004, "Wrong alignment on MediaPlaylist_Num"); \ static_assert(sizeof(MediaPlaylist_Num) == 0x000004, "Wrong size on MediaPlaylist_Num"); \ static_assert(offsetof(MediaPlaylist_Num, ReturnValue) == 0x000000, "Member 'MediaPlaylist_Num::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Remove \ static_assert(alignof(MediaPlaylist_Remove) == 0x000008, "Wrong alignment on MediaPlaylist_Remove"); \ static_assert(sizeof(MediaPlaylist_Remove) == 0x000010, "Wrong size on MediaPlaylist_Remove"); \ static_assert(offsetof(MediaPlaylist_Remove, MediaSource) == 0x000000, "Member 'MediaPlaylist_Remove::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Remove, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Remove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_RemoveAt \ static_assert(alignof(MediaPlaylist_RemoveAt) == 0x000004, "Wrong alignment on MediaPlaylist_RemoveAt"); \ static_assert(sizeof(MediaPlaylist_RemoveAt) == 0x000008, "Wrong size on MediaPlaylist_RemoveAt"); \ static_assert(offsetof(MediaPlaylist_RemoveAt, Index_0) == 0x000000, "Member 'MediaPlaylist_RemoveAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_RemoveAt, ReturnValue) == 0x000004, "Member 'MediaPlaylist_RemoveAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Replace \ static_assert(alignof(MediaPlaylist_Replace) == 0x000008, "Wrong alignment on MediaPlaylist_Replace"); \ static_assert(sizeof(MediaPlaylist_Replace) == 0x000018, "Wrong size on MediaPlaylist_Replace"); \ static_assert(offsetof(MediaPlaylist_Replace, Index_0) == 0x000000, "Member 'MediaPlaylist_Replace::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Replace, Replacement) == 0x000008, "Member 'MediaPlaylist_Replace::Replacement' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Replace, ReturnValue) == 0x000010, "Member 'MediaPlaylist_Replace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaPlaylist \ static_assert(alignof(UMediaPlaylist) == 0x000008, "Wrong alignment on UMediaPlaylist"); \ static_assert(sizeof(UMediaPlaylist) == 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) == 0x0003A8, "Wrong size on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_GetNormalizedSpectralData \ static_assert(alignof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetNormalizedSpectralData"); \ static_assert(sizeof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetNormalizedSpectralData"); \ static_assert(offsetof(MediaSoundComponent_GetNormalizedSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetNormalizedSpectralData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_GetSpectralData \ static_assert(alignof(MediaSoundComponent_GetSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetSpectralData"); \ static_assert(sizeof(MediaSoundComponent_GetSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetSpectralData"); \ static_assert(offsetof(MediaSoundComponent_GetSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetSpectralData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableEnvelopeFollowing \ static_assert(alignof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ static_assert(sizeof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ static_assert(offsetof(MediaSoundComponent_SetEnableEnvelopeFollowing, bInEnvelopeFollowing) == 0x000000, "Member 'MediaSoundComponent_SetEnableEnvelopeFollowing::bInEnvelopeFollowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableSpectralAnalysis \ static_assert(alignof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableSpectralAnalysis"); \ static_assert(sizeof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableSpectralAnalysis"); \ static_assert(offsetof(MediaSoundComponent_SetEnableSpectralAnalysis, bInSpectralAnalysisEnabled) == 0x000000, "Member 'MediaSoundComponent_SetEnableSpectralAnalysis::bInSpectralAnalysisEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_SetEnvelopeFollowingsettings \ static_assert(alignof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000004, "Wrong alignment on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ static_assert(sizeof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000008, "Wrong size on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, AttackTimeMsec) == 0x000000, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, ReleaseTimeMsec) == 0x000004, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::ReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_SetMediaPlayer \ static_assert(alignof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_SetMediaPlayer"); \ static_assert(sizeof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_SetMediaPlayer"); \ static_assert(offsetof(MediaSoundComponent_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaSoundComponent_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_SetSpectralAnalysisSettings \ static_assert(alignof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000008, "Wrong alignment on MediaSoundComponent_SetSpectralAnalysisSettings"); \ static_assert(sizeof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000018, "Wrong size on MediaSoundComponent_SetSpectralAnalysisSettings"); \ static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFrequenciesToAnalyze) == 0x000000, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFrequenciesToAnalyze' has a wrong offset!"); \ static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFFTSize) == 0x000010, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFFTSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_GetEnvelopeValue \ static_assert(alignof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong alignment on MediaSoundComponent_GetEnvelopeValue"); \ static_assert(sizeof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong size on MediaSoundComponent_GetEnvelopeValue"); \ static_assert(offsetof(MediaSoundComponent_GetEnvelopeValue, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetEnvelopeValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSoundComponent_GetMediaPlayer \ static_assert(alignof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_GetMediaPlayer"); \ static_assert(sizeof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_GetMediaPlayer"); \ static_assert(offsetof(MediaSoundComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaSoundComponent \ static_assert(alignof(UMediaSoundComponent) == 0x000010, "Wrong alignment on UMediaSoundComponent"); \ static_assert(sizeof(UMediaSoundComponent) == 0x000820, "Wrong size on UMediaSoundComponent"); \ static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0006C0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0006C4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0006C8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0006CC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0006E0, "Member 'UMediaSoundComponent::MediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_SetMediaPlayer \ static_assert(alignof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_SetMediaPlayer"); \ static_assert(sizeof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_SetMediaPlayer"); \ static_assert(offsetof(MediaTexture_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaTexture_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_GetAspectRatio \ static_assert(alignof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong alignment on MediaTexture_GetAspectRatio"); \ static_assert(sizeof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong size on MediaTexture_GetAspectRatio"); \ static_assert(offsetof(MediaTexture_GetAspectRatio, ReturnValue) == 0x000000, "Member 'MediaTexture_GetAspectRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_GetHeight \ static_assert(alignof(MediaTexture_GetHeight) == 0x000004, "Wrong alignment on MediaTexture_GetHeight"); \ static_assert(sizeof(MediaTexture_GetHeight) == 0x000004, "Wrong size on MediaTexture_GetHeight"); \ static_assert(offsetof(MediaTexture_GetHeight, ReturnValue) == 0x000000, "Member 'MediaTexture_GetHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_GetMediaPlayer \ static_assert(alignof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_GetMediaPlayer"); \ static_assert(sizeof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_GetMediaPlayer"); \ static_assert(offsetof(MediaTexture_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaTexture_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_GetTextureNumMips \ static_assert(alignof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong alignment on MediaTexture_GetTextureNumMips"); \ static_assert(sizeof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong size on MediaTexture_GetTextureNumMips"); \ static_assert(offsetof(MediaTexture_GetTextureNumMips, ReturnValue) == 0x000000, "Member 'MediaTexture_GetTextureNumMips::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaTexture_GetWidth \ static_assert(alignof(MediaTexture_GetWidth) == 0x000004, "Wrong alignment on MediaTexture_GetWidth"); \ static_assert(sizeof(MediaTexture_GetWidth) == 0x000004, "Wrong size on MediaTexture_GetWidth"); \ static_assert(offsetof(MediaTexture_GetWidth, ReturnValue) == 0x000000, "Member 'MediaTexture_GetWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaTexture \ static_assert(alignof(UMediaTexture) == 0x000010, "Wrong alignment on UMediaTexture"); \ static_assert(sizeof(UMediaTexture) == 0x000260, "Wrong size on UMediaTexture"); \ static_assert(offsetof(UMediaTexture, AddressX) == 0x000178, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, AddressY) == 0x000179, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, AutoClear) == 0x00017A, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, ClearColor) == 0x00017C, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x00018C, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, NumMips) == 0x00018D, "Member 'UMediaTexture::NumMips' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x00018E, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, OutputFormat) == 0x00018F, "Member 'UMediaTexture::OutputFormat' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000190, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x000194, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000198, "Member 'UMediaTexture::MediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformMediaSource \ static_assert(alignof(UPlatformMediaSource) == 0x000008, "Wrong alignment on UPlatformMediaSource"); \ static_assert(sizeof(UPlatformMediaSource) == 0x000088, "Wrong size on UPlatformMediaSource"); \ static_assert(offsetof(UPlatformMediaSource, MediaSource) == 0x000080, "Member 'UPlatformMediaSource::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamMediaSource \ static_assert(alignof(UStreamMediaSource) == 0x000008, "Wrong alignment on UStreamMediaSource"); \ static_assert(sizeof(UStreamMediaSource) == 0x000098, "Wrong size on UStreamMediaSource"); \ static_assert(offsetof(UStreamMediaSource, StreamUrl) == 0x000088, "Member 'UStreamMediaSource::StreamUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSynchronizableMediaSource \ static_assert(alignof(UTimeSynchronizableMediaSource) == 0x000008, "Wrong alignment on UTimeSynchronizableMediaSource"); \ static_assert(sizeof(UTimeSynchronizableMediaSource) == 0x000098, "Wrong size on UTimeSynchronizableMediaSource"); \ static_assert(offsetof(UTimeSynchronizableMediaSource, bUseTimeSynchronization) == 0x000088, "Member 'UTimeSynchronizableMediaSource::bUseTimeSynchronization' has a wrong offset!"); \ static_assert(offsetof(UTimeSynchronizableMediaSource, FrameDelay) == 0x00008C, "Member 'UTimeSynchronizableMediaSource::FrameDelay' has a wrong offset!"); \ static_assert(offsetof(UTimeSynchronizableMediaSource, TimeDelay) == 0x000090, "Member 'UTimeSynchronizableMediaSource::TimeDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Freezing_C \ static_assert(alignof(UBaseAction_StatusEffect_Freezing_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Freezing_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Freezing_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Freezing_C"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest \ static_assert(alignof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest) == 0x0005D0, "Wrong size on WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, EntryPoint) == 0x000000, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit_4) == 0x000004, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_8) == 0x000090, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_6) == 0x000098, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_5) == 0x0000A0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Percentage_1) == 0x0000A8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_4) == 0x0000B0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_3) == 0x0000B8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Percentage) == 0x0000C0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_2) == 0x0000C8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, Temp_bool_Has_Been_Initd_Variable) == 0x0000D0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_NewState) == 0x0000D1, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_OldState) == 0x0000D2, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_SwitchEnum_CmpSuccess) == 0x0000D3, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, Temp_bool_IsClosed_Variable) == 0x0000D4, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_NewName) == 0x0000D8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_EndPlayReason) == 0x0000F0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, Temp_int_Array_Index_Variable) == 0x0000F4, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0000F8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Array_Get_Item) == 0x000110, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Subtract_IntInt_ReturnValue) == 0x000128, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00012C, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit_5) == 0x000134, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_9) == 0x0001C0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001C8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Max_ReturnValue) == 0x0001CC, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x0001D0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_bBlockingHit) == 0x0001D1, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001D2, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_Time) == 0x0001D4, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_Distance) == 0x0001D8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_Location) == 0x0001DC, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_Normal) == 0x0001F4, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_ImpactNormal) == 0x000200, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_PhysMat) == 0x000210, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_HitActor) == 0x000218, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_HitComponent) == 0x000220, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_HitBoneName) == 0x000228, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_HitItem) == 0x000230, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_ElementIndex) == 0x000234, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_FaceIndex) == 0x000238, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_TraceStart) == 0x00023C, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_BreakHitResult_TraceEnd) == 0x000248, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue) == 0x000254, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit_2) == 0x000258, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_1) == 0x0002E0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_CustomEvent_Character) == 0x0002E8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_CreateDelegate_OutputDelegate) == 0x0002F0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_CreateDelegate_OutputDelegate_1) == 0x000300, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_bNewMode) == 0x000310, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue_1) == 0x000311, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit_1) == 0x000314, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Get_Validated_Module_Settings_isValid) == 0x00039C, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0003A0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit_3) == 0x000408, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter_7) == 0x000490, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_SetStaticMesh_ReturnValue) == 0x000498, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetNPCHelper_ReturnValue) == 0x0004A0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetNPCHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0004A8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue_2) == 0x0004A9, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_AsNew_Rofleemo) == 0x0004B0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_bSuccess) == 0x0004B8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x0004C0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue_3) == 0x0004C8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue_4) == 0x0004C9, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetValueAsInt_ReturnValue) == 0x0004CC, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsEmpty_ReturnValue) == 0x0004D0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Not_PreBool_ReturnValue) == 0x0004D1, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetGameInstance_ReturnValue) == 0x0004D8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_AsFGGame_Instance) == 0x0004E0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_bSuccess_1) == 0x0004E8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsValid_ReturnValue_5) == 0x0004E9, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_AsRofleemo_Manager) == 0x0004F0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_bSuccess_2) == 0x0004F8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Map_Find_Value) == 0x000500, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Map_Find_ReturnValue) == 0x000508, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Map_Find_Value_1) == 0x000510, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_Map_Find_ReturnValue_1) == 0x000518, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_Hit) == 0x00051C, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_Event_PlayerCharacter) == 0x0005A8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0005B0, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0005B8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, K2Node_DynamicCast_bSuccess_3) == 0x0005C8, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest, CallFunc_IsUnlocked_ReturnValue) == 0x0005C9, "Member 'WagonModule_RofleemoNest_C_ExecuteUbergraph_WagonModule_RofleemoNest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_RofleemoNest_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoNest_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnGotFocus \ static_assert(alignof(WagonModule_RofleemoNest_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_RofleemoNest_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_RofleemoNest_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_EventSetRelocationMode \ static_assert(alignof(WagonModule_RofleemoNest_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on WagonModule_RofleemoNest_C_EventSetRelocationMode"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_EventSetRelocationMode) == 0x000001, "Wrong size on WagonModule_RofleemoNest_C_EventSetRelocationMode"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'WagonModule_RofleemoNest_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_TakeoffRofleemo \ static_assert(alignof(WagonModule_RofleemoNest_C_TakeoffRofleemo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_TakeoffRofleemo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_TakeoffRofleemo) == 0x000008, "Wrong size on WagonModule_RofleemoNest_C_TakeoffRofleemo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_TakeoffRofleemo, Character) == 0x000000, "Member 'WagonModule_RofleemoNest_C_TakeoffRofleemo::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnUseActor \ static_assert(alignof(WagonModule_RofleemoNest_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnUseActor"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoNest_C_OnUseActor"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_ReceiveEndPlay \ static_assert(alignof(WagonModule_RofleemoNest_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on WagonModule_RofleemoNest_C_ReceiveEndPlay"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_ReceiveEndPlay) == 0x000001, "Wrong size on WagonModule_RofleemoNest_C_ReceiveEndPlay"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'WagonModule_RofleemoNest_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_RofleemoNest_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_RofleemoNest_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_RofleemoNest_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_RofleemoNest_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_RofleemoNest_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_RofleemoNest_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_RofleemoNest_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_RofleemoNest_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_RofleemoNest_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_RofleemoNest_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_RofleemoNest_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoNest_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_HoldProgressInfo \ static_assert(alignof(WagonModule_RofleemoNest_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_RofleemoNest_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_RofleemoNest_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_RofleemoNest_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_HoldUseStarted \ static_assert(alignof(WagonModule_RofleemoNest_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_RofleemoNest_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoNest_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_RofleemoNest_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_RofleemoNest_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_SetWorkerName \ static_assert(alignof(WagonModule_RofleemoNest_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_RofleemoNest_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_RofleemoNest_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnUseNoFloor \ static_assert(alignof(WagonModule_RofleemoNest_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_RofleemoNest_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnUseDisabled \ static_assert(alignof(WagonModule_RofleemoNest_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_RofleemoNest_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OnUseBuild \ static_assert(alignof(WagonModule_RofleemoNest_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_RofleemoNest_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetItemSelection \ static_assert(alignof(WagonModule_RofleemoNest_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetItemSelection) == 0x000158, "Wrong size on WagonModule_RofleemoNest_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x00012C, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_IsActorBeingDestroyed_ReturnValue) == 0x00012D, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_IsActorBeingDestroyed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x00012E, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_GetObjectClass_ReturnValue) == 0x000130, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_ClassIsChildOf_ReturnValue) == 0x000138, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000140, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_Greater_IntInt_ReturnValue) == 0x000154, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000155, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000156, "Member 'WagonModule_RofleemoNest_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_CanUse \ static_assert(alignof(WagonModule_RofleemoNest_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_CanUse"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_CanUse) == 0x000098, "Wrong size on WagonModule_RofleemoNest_C_CanUse"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoNest_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'WagonModule_RofleemoNest_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_InitializeRofleemo \ static_assert(alignof(WagonModule_RofleemoNest_C_InitializeRofleemo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_InitializeRofleemo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_InitializeRofleemo) == 0x000068, "Wrong size on WagonModule_RofleemoNest_C_InitializeRofleemo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, bFromSave) == 0x000000, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::bFromSave' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, Temp_class_Variable) == 0x000008, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, Temp_class_Variable_1) == 0x000010, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, Temp_class_Variable_2) == 0x000018, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, Temp_class_Variable_3) == 0x000020, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::Temp_class_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_HasAuthority_ReturnValue) == 0x000028, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000030, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_GetValueAsInt_ReturnValue) == 0x000038, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, Temp_byte_Variable) == 0x00003C, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_IsValid_ReturnValue) == 0x00003D, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, K2Node_Select_Default) == 0x000040, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000048, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, CallFunc_FinishSpawningActor_ReturnValue) == 0x000050, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, K2Node_DynamicCast_AsGeneric_Rofleemo) == 0x000058, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::K2Node_DynamicCast_AsGeneric_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_InitializeRofleemo, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WagonModule_RofleemoNest_C_InitializeRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_OpenUI \ static_assert(alignof(WagonModule_RofleemoNest_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_OpenUI"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_OpenUI) == 0x000018, "Wrong size on WagonModule_RofleemoNest_C_OpenUI"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OpenUI, Player) == 0x000000, "Member 'WagonModule_RofleemoNest_C_OpenUI::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OpenUI, K2Node_DynamicCast_AsThird_Person_Character) == 0x000008, "Member 'WagonModule_RofleemoNest_C_OpenUI::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_RofleemoNest_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent \ static_assert(alignof(WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent) == 0x000038, "Wrong size on WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent, CallFunc_Save_SaveData) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent::CallFunc_Save_SaveData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent, K2Node_MakeArray_Array) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetCustomInventoriesSaveDataEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent \ static_assert(alignof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent) == 0x000020, "Wrong size on WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent, SaveData) == 0x000000, "Member 'WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent::SaveData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent, ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoNest_C_LoadCustomInventoriesSaveDataEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent \ static_assert(alignof(WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent) == 0x000020, "Wrong size on WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetPlaceholdersOnMakingThrashEvent::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetRofleemo \ static_assert(alignof(WagonModule_RofleemoNest_C_GetRofleemo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetRofleemo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetRofleemo) == 0x000068, "Wrong size on WagonModule_RofleemoNest_C_GetRofleemo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, InteractedCharacter) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::InteractedCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, L_CurrentRofleemoTier) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::L_CurrentRofleemoTier' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, L_CurrentRofleemoName) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::L_CurrentRofleemoName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, L_CurrentRofleemoSeed) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::L_CurrentRofleemoSeed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, L_RofleemoCage) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::L_RofleemoCage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000038, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue_3) == 0x000043, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue_4) == 0x000044, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000048, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00004C, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_IsValid_ReturnValue_5) == 0x00004D, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, K2Node_DynamicCast_AsGeneric_Rofleemo_Cage) == 0x000050, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::K2Node_DynamicCast_AsGeneric_Rofleemo_Cage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemo, CallFunc_GetObjectClass_ReturnValue) == 0x000060, "Member 'WagonModule_RofleemoNest_C_GetRofleemo::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GenerateSpec \ static_assert(alignof(WagonModule_RofleemoNest_C_GenerateSpec) == 0x000004, "Wrong alignment on WagonModule_RofleemoNest_C_GenerateSpec"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GenerateSpec) == 0x000014, "Wrong size on WagonModule_RofleemoNest_C_GenerateSpec"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, Temp_int_Variable) == 0x000004, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, Temp_byte_Variable) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, Temp_byte_Variable_1) == 0x000009, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, Temp_byte_Variable_2) == 0x00000A, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, Temp_byte_Variable_3) == 0x00000B, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateSpec, K2Node_Select_Default) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GenerateSpec::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GenerateMaterial \ static_assert(alignof(WagonModule_RofleemoNest_C_GenerateMaterial) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GenerateMaterial"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GenerateMaterial) == 0x000058, "Wrong size on WagonModule_RofleemoNest_C_GenerateMaterial"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, MaterialIndexHead) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, MaterialIndexBody) == 0x000004, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, Materials_Head) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::Materials_Head' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, Materials_Body) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::Materials_Body' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue_1) == 0x000030, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue) == 0x000038, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue_1) == 0x00003C, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue_2) == 0x000040, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue_2) == 0x000048, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x00004C, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_Conv_IntToBool_ReturnValue) == 0x000050, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateMaterial, CallFunc_RandomIntegerFromStream_ReturnValue_1) == 0x000054, "Member 'WagonModule_RofleemoNest_C_GenerateMaterial::CallFunc_RandomIntegerFromStream_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GenerateGender \ static_assert(alignof(WagonModule_RofleemoNest_C_GenerateGender) == 0x000004, "Wrong alignment on WagonModule_RofleemoNest_C_GenerateGender"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GenerateGender) == 0x00000C, "Wrong size on WagonModule_RofleemoNest_C_GenerateGender"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateGender, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GenerateGender::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateGender, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoNest_C_GenerateGender::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateGender, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GenerateGender::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateGender, CallFunc_GetValidValue_ReturnValue) == 0x000009, "Member 'WagonModule_RofleemoNest_C_GenerateGender::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GenerateAge \ static_assert(alignof(WagonModule_RofleemoNest_C_GenerateAge) == 0x000004, "Wrong alignment on WagonModule_RofleemoNest_C_GenerateAge"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GenerateAge) == 0x000010, "Wrong size on WagonModule_RofleemoNest_C_GenerateAge"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateAge, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GenerateAge::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateAge, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoNest_C_GenerateAge::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateAge, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GenerateAge::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateAge, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoNest_C_GenerateAge::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetDatatableRowStruct \ static_assert(alignof(WagonModule_RofleemoNest_C_GetDatatableRowStruct) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetDatatableRowStruct"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetDatatableRowStruct) == 0x000080, "Wrong size on WagonModule_RofleemoNest_C_GetDatatableRowStruct"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_Array_Get_Item) == 0x00001C, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDatatableRowStruct, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WagonModule_RofleemoNest_C_GetDatatableRowStruct::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GenerateCap \ static_assert(alignof(WagonModule_RofleemoNest_C_GenerateCap) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GenerateCap"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GenerateCap) == 0x000028, "Wrong size on WagonModule_RofleemoNest_C_GenerateCap"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateCap, Rofleemo_Caps) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GenerateCap::Rofleemo_Caps' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateCap, ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GenerateCap::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateCap, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GenerateCap::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GenerateCap, CallFunc_GetValueAsInt_ReturnValue) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GenerateCap::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_CompleteQuestBuildNest \ static_assert(alignof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_CompleteQuestBuildNest"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest) == 0x000018, "Wrong size on WagonModule_RofleemoNest_C_CompleteQuestBuildNest"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_CompleteQuestBuildNest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'WagonModule_RofleemoNest_C_CompleteQuestBuildNest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_CompleteQuestBuildNest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestBuildNest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_CompleteQuestBuildNest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo \ static_assert(alignof(WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo) == 0x000018, "Wrong size on WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_CompleteQuestPlaceRolfeemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetRofleemoSeed \ static_assert(alignof(WagonModule_RofleemoNest_C_GetRofleemoSeed) == 0x000004, "Wrong alignment on WagonModule_RofleemoNest_C_GetRofleemoSeed"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetRofleemoSeed) == 0x000004, "Wrong size on WagonModule_RofleemoNest_C_GetRofleemoSeed"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetRofleemoSeed, Seed) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetRofleemoSeed::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_CanHoldUse \ static_assert(alignof(WagonModule_RofleemoNest_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_CanHoldUse) == 0x0000A8, "Wrong size on WagonModule_RofleemoNest_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoNest_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoNest_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoNest_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanHoldUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000098, "Member 'WagonModule_RofleemoNest_C_CanHoldUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_CanHoldUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A0, "Member 'WagonModule_RofleemoNest_C_CanHoldUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories \ static_assert(alignof(WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories) == 0x000020, "Wrong size on WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories, K2Node_MakeArray_Array) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetTrainBuildResourceInventories::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_RofleemoNest_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetAdditionalButtons) == 0x000070, "Wrong size on WagonModule_RofleemoNest_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x000021, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000060, "Member 'WagonModule_RofleemoNest_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetInteractionComponent \ static_assert(alignof(WagonModule_RofleemoNest_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_RofleemoNest_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetIcon \ static_assert(alignof(WagonModule_RofleemoNest_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetIcon"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetIcon) == 0x000028, "Wrong size on WagonModule_RofleemoNest_C_GetIcon"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetWorkerActor \ static_assert(alignof(WagonModule_RofleemoNest_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_RofleemoNest_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetName \ static_assert(alignof(WagonModule_RofleemoNest_C_GetName) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetName"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetName) == 0x000048, "Wrong size on WagonModule_RofleemoNest_C_GetName"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_RofleemoNest_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetDebuffs \ static_assert(alignof(WagonModule_RofleemoNest_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_RofleemoNest_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetPerks \ static_assert(alignof(WagonModule_RofleemoNest_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetPerks"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetPerks) == 0x000038, "Wrong size on WagonModule_RofleemoNest_C_GetPerks"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetCurrentHappines \ static_assert(alignof(WagonModule_RofleemoNest_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_RofleemoNest_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_RofleemoNest_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_RofleemoNest_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetModuleFeatures \ static_assert(alignof(WagonModule_RofleemoNest_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetModuleFeatures) == 0x000160, "Wrong size on WagonModule_RofleemoNest_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, LocalFeatures) == 0x000050, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::LocalFeatures' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_GetHappinessParameter_Array) == 0x0000B0, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_GetHappinessParameter_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Conv_IntToText_ReturnValue) == 0x0000C8, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x0000E8, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000130, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000148, "Member 'WagonModule_RofleemoNest_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetSlots \ static_assert(alignof(WagonModule_RofleemoNest_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetSlots"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetSlots) == 0x000038, "Wrong size on WagonModule_RofleemoNest_C_GetSlots"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_RofleemoNest_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_RofleemoNest_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_RofleemoNest_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_RofleemoNest_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_RofleemoNest_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_RofleemoNest_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_RofleemoNest_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_RofleemoNest_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoNest_C_GetHoldUseTime \ static_assert(alignof(WagonModule_RofleemoNest_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_RofleemoNest_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_RofleemoNest_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_RofleemoNest_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoNest_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoNest_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoNest_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RofleemoNest_C \ static_assert(alignof(AWagonModule_RofleemoNest_C) == 0x000010, "Wrong alignment on AWagonModule_RofleemoNest_C"); \ static_assert(sizeof(AWagonModule_RofleemoNest_C) == 0x000810, "Wrong size on AWagonModule_RofleemoNest_C"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, UberGraphFrame_WagonModule_RofleemoNest_C) == 0x0005B8, "Member 'AWagonModule_RofleemoNest_C::UberGraphFrame_WagonModule_RofleemoNest_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoPoint) == 0x0005C0, "Member 'AWagonModule_RofleemoNest_C::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, NPCComponent) == 0x0005C8, "Member 'AWagonModule_RofleemoNest_C::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RecipeLearnProgressWidget) == 0x0005D0, "Member 'AWagonModule_RofleemoNest_C::RecipeLearnProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, Rotator) == 0x0005D8, "Member 'AWagonModule_RofleemoNest_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, BuildZone) == 0x0005E0, "Member 'AWagonModule_RofleemoNest_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, S_Characters_RofleemoNest_03) == 0x0005E8, "Member 'AWagonModule_RofleemoNest_C::S_Characters_RofleemoNest_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, S_Characters_RofleemoNest_02) == 0x0005F0, "Member 'AWagonModule_RofleemoNest_C::S_Characters_RofleemoNest_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, SpawnCagePoint) == 0x0005F8, "Member 'AWagonModule_RofleemoNest_C::SpawnCagePoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, InteractionComponent) == 0x000600, "Member 'AWagonModule_RofleemoNest_C::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, ContainerInventory) == 0x000608, "Member 'AWagonModule_RofleemoNest_C::ContainerInventory' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoBoxUseCollision) == 0x000610, "Member 'AWagonModule_RofleemoNest_C::RofleemoBoxUseCollision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, TargetPoint) == 0x000618, "Member 'AWagonModule_RofleemoNest_C::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoInstallationTransform_) == 0x000620, "Member 'AWagonModule_RofleemoNest_C::RofleemoInstallationTransform_' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoOnNest) == 0x000650, "Member 'AWagonModule_RofleemoNest_C::RofleemoOnNest' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoConfig) == 0x000658, "Member 'AWagonModule_RofleemoNest_C::RofleemoConfig' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoHeavyItem) == 0x0006D8, "Member 'AWagonModule_RofleemoNest_C::RofleemoHeavyItem' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, BasicLidRotation) == 0x0006E0, "Member 'AWagonModule_RofleemoNest_C::BasicLidRotation' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, BasicHandRotation) == 0x0006EC, "Member 'AWagonModule_RofleemoNest_C::BasicHandRotation' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RandomStream) == 0x0006F8, "Member 'AWagonModule_RofleemoNest_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoDataTable) == 0x000700, "Member 'AWagonModule_RofleemoNest_C::RofleemoDataTable' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, DatatableRowStruct) == 0x000708, "Member 'AWagonModule_RofleemoNest_C::DatatableRowStruct' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, bQuestBuildNestComleted) == 0x000788, "Member 'AWagonModule_RofleemoNest_C::bQuestBuildNestComleted' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, bQuestPlaceRofleemoCompleted) == 0x000789, "Member 'AWagonModule_RofleemoNest_C::bQuestPlaceRofleemoCompleted' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoSeed) == 0x00078C, "Member 'AWagonModule_RofleemoNest_C::RofleemoSeed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoManager) == 0x000790, "Member 'AWagonModule_RofleemoNest_C::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, ProgressTimerWidget) == 0x000798, "Member 'AWagonModule_RofleemoNest_C::ProgressTimerWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, bStartPlantRofleemoOnNest) == 0x0007A0, "Member 'AWagonModule_RofleemoNest_C::bStartPlantRofleemoOnNest' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, TemporaryRofleemoCage) == 0x0007A8, "Member 'AWagonModule_RofleemoNest_C::TemporaryRofleemoCage' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, DataTableRowStructNew) == 0x0007B0, "Member 'AWagonModule_RofleemoNest_C::DataTableRowStructNew' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, RofleemoOnnestWidget) == 0x000800, "Member 'AWagonModule_RofleemoNest_C::RofleemoOnnestWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, OldBodyMaterialCount) == 0x000808, "Member 'AWagonModule_RofleemoNest_C::OldBodyMaterialCount' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoNest_C, OldHeadMaterialCount) == 0x00080C, "Member 'AWagonModule_RofleemoNest_C::OldHeadMaterialCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Relocating_C \ static_assert(alignof(UTutorialTask_Relocating_C) == 0x000008, "Wrong alignment on UTutorialTask_Relocating_C"); \ static_assert(sizeof(UTutorialTask_Relocating_C) == 0x000060, "Wrong size on UTutorialTask_Relocating_C"); \ #define DUMPER7_ASSERTS_ImgMediaSource_AddGlobalCamera \ static_assert(alignof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_AddGlobalCamera"); \ static_assert(sizeof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_AddGlobalCamera"); \ static_assert(offsetof(ImgMediaSource_AddGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_AddGlobalCamera::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_AddTargetObject \ static_assert(alignof(ImgMediaSource_AddTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_AddTargetObject"); \ static_assert(sizeof(ImgMediaSource_AddTargetObject) == 0x000010, "Wrong size on ImgMediaSource_AddTargetObject"); \ static_assert(offsetof(ImgMediaSource_AddTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_AddTargetObject::InActor' has a wrong offset!"); \ static_assert(offsetof(ImgMediaSource_AddTargetObject, Width) == 0x000008, "Member 'ImgMediaSource_AddTargetObject::Width' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_RemoveGlobalCamera \ static_assert(alignof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveGlobalCamera"); \ static_assert(sizeof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_RemoveGlobalCamera"); \ static_assert(offsetof(ImgMediaSource_RemoveGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveGlobalCamera::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_RemoveTargetObject \ static_assert(alignof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveTargetObject"); \ static_assert(sizeof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong size on ImgMediaSource_RemoveTargetObject"); \ static_assert(offsetof(ImgMediaSource_RemoveTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveTargetObject::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_SetMipLevelDistance \ static_assert(alignof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong alignment on ImgMediaSource_SetMipLevelDistance"); \ static_assert(sizeof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong size on ImgMediaSource_SetMipLevelDistance"); \ static_assert(offsetof(ImgMediaSource_SetMipLevelDistance, Distance) == 0x000000, "Member 'ImgMediaSource_SetMipLevelDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_SetSequencePath \ static_assert(alignof(ImgMediaSource_SetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetSequencePath"); \ static_assert(sizeof(ImgMediaSource_SetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetSequencePath"); \ static_assert(offsetof(ImgMediaSource_SetSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetSequencePath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_GetProxies \ static_assert(alignof(ImgMediaSource_GetProxies) == 0x000008, "Wrong alignment on ImgMediaSource_GetProxies"); \ static_assert(sizeof(ImgMediaSource_GetProxies) == 0x000010, "Wrong size on ImgMediaSource_GetProxies"); \ static_assert(offsetof(ImgMediaSource_GetProxies, OutProxies) == 0x000000, "Member 'ImgMediaSource_GetProxies::OutProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_GetSequencePath \ static_assert(alignof(ImgMediaSource_GetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_GetSequencePath"); \ static_assert(sizeof(ImgMediaSource_GetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_GetSequencePath"); \ static_assert(offsetof(ImgMediaSource_GetSequencePath, ReturnValue) == 0x000000, "Member 'ImgMediaSource_GetSequencePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImgMediaSource \ static_assert(alignof(UImgMediaSource) == 0x000008, "Wrong alignment on UImgMediaSource"); \ static_assert(sizeof(UImgMediaSource) == 0x0000C8, "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, SequencePath) == 0x0000A8, "Member 'UImgMediaSource::SequencePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable \ static_assert(alignof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable) == 0x000010, "Wrong alignment on WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable) == 0x000310, "Wrong size on WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, EntryPoint) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_Hit_2) == 0x000004, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_PlayerCharacter_1) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_bNewMode) == 0x000098, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_OnUseAction_bShouldOpenUI) == 0x000099, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_OnUseAction_bShouldOpenUI' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetParentTrain_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetCategory_ReturnValue) == 0x0000B9, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000BA, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, Temp_int_Variable) == 0x0000BC, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetInteractionForZone_ReturnValue) == 0x0000C0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetInteractionForZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x0000C8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_IsValid_ReturnValue_2) == 0x0000D1, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D2, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_BooleanAND_ReturnValue) == 0x0000D8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_Hit_1) == 0x0000DC, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000164, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000168, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetDurabilityPercent_ReturnValue) == 0x0001D0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_SetStaticMesh_ReturnValue) == 0x0001D4, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001D5, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetState_ReturnValue) == 0x0001D6, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0001D8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001DC, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetState_ReturnValue_1) == 0x0001DD, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001DE, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, Temp_struct_Variable) == 0x0001E0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_BooleanOR_ReturnValue) == 0x000210, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_AddComponent_ReturnValue) == 0x000218, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetComponentByClass_ReturnValue) == 0x000220, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, Temp_int_Variable_1) == 0x000228, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetWorkingWeaponInZone_ReturnValue_1) == 0x000230, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetWorkingWeaponInZone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_IsValid_ReturnValue_3) == 0x000238, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000239, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_Add_IntInt_ReturnValue_1) == 0x00023C, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_IsValid_ReturnValue_4) == 0x000240, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_Hit) == 0x000244, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_Event_PlayerCharacter) == 0x0002D0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_OnAltUseAction_bShouldOpenUI) == 0x0002D8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_OnAltUseAction_bShouldOpenUI' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_GetPlayerController_ReturnValue) == 0x0002E0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_K2_GetPawn_ReturnValue) == 0x0002E8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0002F0, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, K2Node_DynamicCast_bSuccess) == 0x0002F8, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_CanInteractZone_ReturnValue) == 0x0002F9, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_CanInteractZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_CanInteractZone_InteractiveZone) == 0x000300, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_CanInteractZone_InteractiveZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_CanInteractZone_ZoneID) == 0x000308, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_CanInteractZone_ZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable, CallFunc_CanUse_ReturnValue) == 0x00030C, "Member 'WagonModule_GenericWeaponTable_C_ExecuteUbergraph_WagonModule_GenericWeaponTable::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_GenericWeaponTable_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OnGotFocus \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_GenericWeaponTable_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_GenericWeaponTable_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_EventSetRelocationMode \ static_assert(alignof(WagonModule_GenericWeaponTable_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on WagonModule_GenericWeaponTable_C_EventSetRelocationMode"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_EventSetRelocationMode) == 0x000001, "Wrong size on WagonModule_GenericWeaponTable_C_EventSetRelocationMode"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OnUseBuild \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_GenericWeaponTable_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OpenUI \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_OpenUI"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OpenUI) == 0x000018, "Wrong size on WagonModule_GenericWeaponTable_C_OpenUI"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OpenUI, Player) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OpenUI::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OpenUI, K2Node_DynamicCast_AsThird_Person_Character) == 0x000008, "Member 'WagonModule_GenericWeaponTable_C_OpenUI::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_GenericWeaponTable_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetInteractCollision \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetInteractCollision) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetInteractCollision"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetInteractCollision) == 0x000010, "Wrong size on WagonModule_GenericWeaponTable_C_GetInteractCollision"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetInteractCollision, WorkZone) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetInteractCollision::WorkZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetInteractCollision, Component) == 0x000008, "Member 'WagonModule_GenericWeaponTable_C_GetInteractCollision::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision) == 0x000010, "Wrong size on WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision, Component) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision::Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision, WorkZone) == 0x000008, "Member 'WagonModule_GenericWeaponTable_C_GetWorkzoneByInteractCollision::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_CanUse \ static_assert(alignof(WagonModule_GenericWeaponTable_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_CanUse"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_GenericWeaponTable_C_CanUse"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x000098, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'WagonModule_GenericWeaponTable_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_CreateWorkZone \ static_assert(alignof(WagonModule_GenericWeaponTable_C_CreateWorkZone) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_CreateWorkZone"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_CreateWorkZone) == 0x000028, "Wrong size on WagonModule_GenericWeaponTable_C_CreateWorkZone"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CreateWorkZone, Player) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_CreateWorkZone::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CreateWorkZone, Weapon) == 0x000008, "Member 'WagonModule_GenericWeaponTable_C_CreateWorkZone::Weapon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CreateWorkZone, CallFunc_AddComponentByClass_ReturnValue) == 0x000010, "Member 'WagonModule_GenericWeaponTable_C_CreateWorkZone::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CreateWorkZone, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'WagonModule_GenericWeaponTable_C_CreateWorkZone::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CreateWorkZone, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WagonModule_GenericWeaponTable_C_CreateWorkZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_CanInteractZone \ static_assert(alignof(WagonModule_GenericWeaponTable_C_CanInteractZone) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_CanInteractZone"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_CanInteractZone) == 0x000140, "Wrong size on WagonModule_GenericWeaponTable_C_CanInteractZone"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, HitResult) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::HitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, InteractingPlayer) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::InteractingPlayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, ReturnValue) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, InteractiveZone) == 0x000098, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::InteractiveZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, ZoneID) == 0x0000A0, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::ZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A4, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A5, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_Time) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_Distance) == 0x0000AC, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_Location) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_ImpactPoint) == 0x0000BC, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_Normal) == 0x0000C8, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D4, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_PhysMat) == 0x0000E0, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_HitActor) == 0x0000E8, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_HitComponent) == 0x0000F0, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_HitBoneName) == 0x0000F8, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_HitItem) == 0x000100, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_ElementIndex) == 0x000104, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_FaceIndex) == 0x000108, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_TraceStart) == 0x00010C, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_BreakHitResult_TraceEnd) == 0x000118, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_GetWorkzoneByInteractCollision_Workzone) == 0x000124, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_GetWorkzoneByInteractCollision_Workzone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000128, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_GetInteractionForZone_ReturnValue) == 0x000130, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_GetInteractionForZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanInteractZone, CallFunc_CanStartInteraction_ReturnValue) == 0x000139, "Member 'WagonModule_GenericWeaponTable_C_CanInteractZone::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OnUseAction \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OnUseAction) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_OnUseAction"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OnUseAction) == 0x0000D0, "Wrong size on WagonModule_GenericWeaponTable_C_OnUseAction"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, HitResult) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::HitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, InteractingPlayer) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::InteractingPlayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, bShouldOpenUI) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::bShouldOpenUI' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_CanInteractZone_ReturnValue) == 0x000091, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_CanInteractZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_CanInteractZone_InteractiveZone) == 0x000098, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_CanInteractZone_InteractiveZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_CanInteractZone_ZoneID) == 0x0000A0, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_CanInteractZone_ZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_IsWeaponFinished_ReturnValue) == 0x0000A4, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_IsWeaponFinished_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_OnInteractionStart_ReturnValue) == 0x0000B1, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnUseAction, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'WagonModule_GenericWeaponTable_C_OnUseAction::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_OnAltUseAction \ static_assert(alignof(WagonModule_GenericWeaponTable_C_OnAltUseAction) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_OnAltUseAction"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_OnAltUseAction) == 0x0000D0, "Wrong size on WagonModule_GenericWeaponTable_C_OnAltUseAction"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, HitResult) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::HitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, InteractingPlayer) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::InteractingPlayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, bShouldOpenUI) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::bShouldOpenUI' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_CanInteractZone_ReturnValue) == 0x000091, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_CanInteractZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_CanInteractZone_InteractiveZone) == 0x000098, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_CanInteractZone_InteractiveZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_CanInteractZone_ZoneID) == 0x0000A0, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_CanInteractZone_ZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_OnInteractionStart_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_OnAltUseAction, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'WagonModule_GenericWeaponTable_C_OnAltUseAction::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_CanAltUse \ static_assert(alignof(WagonModule_GenericWeaponTable_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_CanAltUse"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_CanAltUse) == 0x000098, "Wrong size on WagonModule_GenericWeaponTable_C_CanAltUse"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, CallFunc_CanAltUse_ReturnValue) == 0x000091, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::CallFunc_CanAltUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, CallFunc_CanUse_ReturnValue) == 0x000092, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanAltUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WagonModule_GenericWeaponTable_C_CanAltUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetItemSelection \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetItemSelection) == 0x000260, "Wrong size on WagonModule_GenericWeaponTable_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetWorkzoneByInteractCollision_Workzone) == 0x00013C, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetWorkzoneByInteractCollision_Workzone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x000140, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_IsWeaponFinished_ReturnValue) == 0x000148, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_IsWeaponFinished_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetInteractionForZone_ReturnValue) == 0x000150, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetInteractionForZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000158, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000159, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x00015A, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue_2) == 0x00015B, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x000160, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000168, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue_3) == 0x000178, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000198, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0001D8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0001D9, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x0001E0, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F8, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000238, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000248, "Member 'WagonModule_GenericWeaponTable_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetItemDurability \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_GenericWeaponTable_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_CanRepairIt \ static_assert(alignof(WagonModule_GenericWeaponTable_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_GenericWeaponTable_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_GenericWeaponTable_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_GenericWeaponTable_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_GenericWeaponTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons) == 0x000068, "Wrong size on WagonModule_GenericWeaponTable_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x000010, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000020, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000058, "Member 'WagonModule_GenericWeaponTable_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetProgressStatusState \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetProgressStatusState) == 0x000001, "Wrong size on WagonModule_GenericWeaponTable_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericWeaponTable_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_GenericWeaponTable_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_GenericWeaponTable_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_GenericWeaponTable_C_GetProgressStatusTime) == 0x000008, "Wrong size on WagonModule_GenericWeaponTable_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_GenericWeaponTable_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_GenericWeaponTable_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericWeaponTable_C \ static_assert(alignof(AWagonModule_GenericWeaponTable_C) == 0x000008, "Wrong alignment on AWagonModule_GenericWeaponTable_C"); \ static_assert(sizeof(AWagonModule_GenericWeaponTable_C) == 0x000618, "Wrong size on AWagonModule_GenericWeaponTable_C"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, UberGraphFrame) == 0x0005F0, "Member 'AWagonModule_GenericWeaponTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, BuilderZone) == 0x0005F8, "Member 'AWagonModule_GenericWeaponTable_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, FocusedZoneID) == 0x000600, "Member 'AWagonModule_GenericWeaponTable_C::FocusedZoneID' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, bHaveUseRights) == 0x000604, "Member 'AWagonModule_GenericWeaponTable_C::bHaveUseRights' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, DebounceTimer) == 0x000608, "Member 'AWagonModule_GenericWeaponTable_C::DebounceTimer' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericWeaponTable_C, CanHandleUse) == 0x000610, "Member 'AWagonModule_GenericWeaponTable_C::CanHandleUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImgMediaPlaybackComponent \ static_assert(alignof(UImgMediaPlaybackComponent) == 0x000008, "Wrong alignment on UImgMediaPlaybackComponent"); \ static_assert(sizeof(UImgMediaPlaybackComponent) == 0x0000D8, "Wrong size on UImgMediaPlaybackComponent"); \ static_assert(offsetof(UImgMediaPlaybackComponent, Width) == 0x0000B0, "Member 'UImgMediaPlaybackComponent::Width' has a wrong offset!"); \ static_assert(offsetof(UImgMediaPlaybackComponent, LODBias) == 0x0000B4, "Member 'UImgMediaPlaybackComponent::LODBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImgMediaSettings \ static_assert(alignof(UImgMediaSettings) == 0x000008, "Wrong alignment on UImgMediaSettings"); \ static_assert(sizeof(UImgMediaSettings) == 0x000068, "Wrong size on UImgMediaSettings"); \ static_assert(offsetof(UImgMediaSettings, DefaultFrameRate) == 0x000028, "Member 'UImgMediaSettings::DefaultFrameRate' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheBehindPercentage) == 0x000030, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000034, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x000038, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x00003C, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000040, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000044, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x000048, "Member 'UImgMediaSettings::ExrDecoderThreads' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, DefaultProxy) == 0x000050, "Member 'UImgMediaSettings::DefaultProxy' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, UseDefaultProxy) == 0x000060, "Member 'UImgMediaSettings::UseDefaultProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot \ static_assert(alignof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot) == 0x000004, "Wrong alignment on TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot"); \ static_assert(sizeof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot) == 0x000010, "Wrong size on TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot, EntryPoint) == 0x000000, "Member 'TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot, K2Node_Event_EventName) == 0x000004, "Member 'TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000C, "Member 'TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot, CallFunc_Set_Contains_ReturnValue) == 0x00000D, "Member 'TutorialTask_CombatDepot_C_ExecuteUbergraph_TutorialTask_CombatDepot::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_CombatDepot_C_OnTutorialEvent \ static_assert(alignof(TutorialTask_CombatDepot_C_OnTutorialEvent) == 0x000004, "Wrong alignment on TutorialTask_CombatDepot_C_OnTutorialEvent"); \ static_assert(sizeof(TutorialTask_CombatDepot_C_OnTutorialEvent) == 0x000008, "Wrong size on TutorialTask_CombatDepot_C_OnTutorialEvent"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_OnTutorialEvent, EventName) == 0x000000, "Member 'TutorialTask_CombatDepot_C_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_CombatDepot_C_CanStart \ static_assert(alignof(TutorialTask_CombatDepot_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_CombatDepot_C_CanStart"); \ static_assert(sizeof(TutorialTask_CombatDepot_C_CanStart) == 0x000001, "Wrong size on TutorialTask_CombatDepot_C_CanStart"); \ static_assert(offsetof(TutorialTask_CombatDepot_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_CombatDepot_C_CanStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_CombatDepot_C \ static_assert(alignof(UTutorialTask_CombatDepot_C) == 0x000008, "Wrong alignment on UTutorialTask_CombatDepot_C"); \ static_assert(sizeof(UTutorialTask_CombatDepot_C) == 0x000070, "Wrong size on UTutorialTask_CombatDepot_C"); \ static_assert(offsetof(UTutorialTask_CombatDepot_C, UberGraphFrame_TutorialTask_CombatDepot_C) == 0x000060, "Member 'UTutorialTask_CombatDepot_C::UberGraphFrame_TutorialTask_CombatDepot_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_CombatDepot_C, bTutorialDepot) == 0x000068, "Member 'UTutorialTask_CombatDepot_C::bTutorialDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaPlayerPropertySectionTemplate \ static_assert(alignof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaPlayerPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000048, "Wrong size on FMovieSceneMediaPlayerPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, MediaSource) == 0x000038, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::MediaSource' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, SectionStartFrame) == 0x000040, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::SectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, bLoop) == 0x000044, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaSectionParams \ static_assert(alignof(FMovieSceneMediaSectionParams) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionParams"); \ static_assert(sizeof(FMovieSceneMediaSectionParams) == 0x000030, "Wrong size on FMovieSceneMediaSectionParams"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSoundComponent) == 0x000000, "Member 'FMovieSceneMediaSectionParams::MediaSoundComponent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSource) == 0x000008, "Member 'FMovieSceneMediaSectionParams::MediaSource' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaTexture) == 0x000010, "Member 'FMovieSceneMediaSectionParams::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaPlayer) == 0x000018, "Member 'FMovieSceneMediaSectionParams::MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, SectionStartFrame) == 0x000020, "Member 'FMovieSceneMediaSectionParams::SectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, SectionEndFrame) == 0x000024, "Member 'FMovieSceneMediaSectionParams::SectionEndFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, bLooping) == 0x000028, "Member 'FMovieSceneMediaSectionParams::bLooping' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, StartFrameOffset) == 0x00002C, "Member 'FMovieSceneMediaSectionParams::StartFrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaSectionTemplate \ static_assert(alignof(FMovieSceneMediaSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionTemplate"); \ static_assert(sizeof(FMovieSceneMediaSectionTemplate) == 0x000050, "Wrong size on FMovieSceneMediaSectionTemplate"); \ static_assert(offsetof(FMovieSceneMediaSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneMediaSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertySection \ static_assert(alignof(UMovieSceneMediaPlayerPropertySection) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertySection"); \ static_assert(sizeof(UMovieSceneMediaPlayerPropertySection) == 0x0000F8, "Wrong size on UMovieSceneMediaPlayerPropertySection"); \ static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaPlayerPropertySection::MediaSource' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, bLoop) == 0x0000F0, "Member 'UMovieSceneMediaPlayerPropertySection::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertyTrack \ static_assert(alignof(UMovieSceneMediaPlayerPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertyTrack"); \ static_assert(sizeof(UMovieSceneMediaPlayerPropertyTrack) == 0x0000C8, "Wrong size on UMovieSceneMediaPlayerPropertyTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaSection \ static_assert(alignof(UMovieSceneMediaSection) == 0x000008, "Wrong alignment on UMovieSceneMediaSection"); \ static_assert(sizeof(UMovieSceneMediaSection) == 0x000118, "Wrong size on UMovieSceneMediaSection"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaSection::MediaSource' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, bLooping) == 0x0000F0, "Member 'UMovieSceneMediaSection::bLooping' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, StartFrameOffset) == 0x0000F4, "Member 'UMovieSceneMediaSection::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaTexture) == 0x0000F8, "Member 'UMovieSceneMediaSection::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaSoundComponent) == 0x000100, "Member 'UMovieSceneMediaSection::MediaSoundComponent' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, bUseExternalMediaPlayer) == 0x000108, "Member 'UMovieSceneMediaSection::bUseExternalMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, ExternalMediaPlayer) == 0x000110, "Member 'UMovieSceneMediaSection::ExternalMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaTrack \ static_assert(alignof(UMovieSceneMediaTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaTrack"); \ static_assert(sizeof(UMovieSceneMediaTrack) == 0x0000A8, "Wrong size on UMovieSceneMediaTrack"); \ static_assert(offsetof(UMovieSceneMediaTrack, MediaSections) == 0x000098, "Member 'UMovieSceneMediaTrack::MediaSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWmfMediaSettings \ static_assert(alignof(UWmfMediaSettings) == 0x000008, "Wrong alignment on UWmfMediaSettings"); \ static_assert(sizeof(UWmfMediaSettings) == 0x000030, "Wrong size on UWmfMediaSettings"); \ static_assert(offsetof(UWmfMediaSettings, AllowNonStandardCodecs) == 0x000028, "Member 'UWmfMediaSettings::AllowNonStandardCodecs' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, LowLatency) == 0x000029, "Member 'UWmfMediaSettings::LowLatency' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, NativeAudioOut) == 0x00002A, "Member 'UWmfMediaSettings::NativeAudioOut' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, HardwareAcceleratedVideoDecoding) == 0x00002B, "Member 'UWmfMediaSettings::HardwareAcceleratedVideoDecoding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_ExecuteUbergraph_Plankton \ static_assert(alignof(Plankton_C_ExecuteUbergraph_Plankton) == 0x000008, "Wrong alignment on Plankton_C_ExecuteUbergraph_Plankton"); \ static_assert(sizeof(Plankton_C_ExecuteUbergraph_Plankton) == 0x000028, "Wrong size on Plankton_C_ExecuteUbergraph_Plankton"); \ static_assert(offsetof(Plankton_C_ExecuteUbergraph_Plankton, EntryPoint) == 0x000000, "Member 'Plankton_C_ExecuteUbergraph_Plankton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_ExecuteUbergraph_Plankton, K2Node_Event_InInstigator) == 0x000008, "Member 'Plankton_C_ExecuteUbergraph_Plankton::K2Node_Event_InInstigator' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_ExecuteUbergraph_Plankton, K2Node_Event_InInstigator_3) == 0x000010, "Member 'Plankton_C_ExecuteUbergraph_Plankton::K2Node_Event_InInstigator_3' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_ExecuteUbergraph_Plankton, K2Node_Event_InInstigator_2) == 0x000018, "Member 'Plankton_C_ExecuteUbergraph_Plankton::K2Node_Event_InInstigator_2' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_ExecuteUbergraph_Plankton, K2Node_Event_InInstigator_1) == 0x000020, "Member 'Plankton_C_ExecuteUbergraph_Plankton::K2Node_Event_InInstigator_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_OnLootActor \ static_assert(alignof(Plankton_C_OnLootActor) == 0x000008, "Wrong alignment on Plankton_C_OnLootActor"); \ static_assert(sizeof(Plankton_C_OnLootActor) == 0x000008, "Wrong size on Plankton_C_OnLootActor"); \ static_assert(offsetof(Plankton_C_OnLootActor, InInstigator) == 0x000000, "Member 'Plankton_C_OnLootActor::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_OnHoldInteract \ static_assert(alignof(Plankton_C_OnHoldInteract) == 0x000008, "Wrong alignment on Plankton_C_OnHoldInteract"); \ static_assert(sizeof(Plankton_C_OnHoldInteract) == 0x000008, "Wrong size on Plankton_C_OnHoldInteract"); \ static_assert(offsetof(Plankton_C_OnHoldInteract, InInstigator) == 0x000000, "Member 'Plankton_C_OnHoldInteract::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_OnGrappleStart \ static_assert(alignof(Plankton_C_OnGrappleStart) == 0x000008, "Wrong alignment on Plankton_C_OnGrappleStart"); \ static_assert(sizeof(Plankton_C_OnGrappleStart) == 0x000008, "Wrong size on Plankton_C_OnGrappleStart"); \ static_assert(offsetof(Plankton_C_OnGrappleStart, InInstigator) == 0x000000, "Member 'Plankton_C_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_OnGrappleEnd \ static_assert(alignof(Plankton_C_OnGrappleEnd) == 0x000008, "Wrong alignment on Plankton_C_OnGrappleEnd"); \ static_assert(sizeof(Plankton_C_OnGrappleEnd) == 0x000008, "Wrong size on Plankton_C_OnGrappleEnd"); \ static_assert(offsetof(Plankton_C_OnGrappleEnd, InInstigator) == 0x000000, "Member 'Plankton_C_OnGrappleEnd::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_CanBeLooted \ static_assert(alignof(Plankton_C_CanBeLooted) == 0x000001, "Wrong alignment on Plankton_C_CanBeLooted"); \ static_assert(sizeof(Plankton_C_CanBeLooted) == 0x000001, "Wrong size on Plankton_C_CanBeLooted"); \ static_assert(offsetof(Plankton_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Plankton_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_CanBeGrappled \ static_assert(alignof(Plankton_C_CanBeGrappled) == 0x000001, "Wrong alignment on Plankton_C_CanBeGrappled"); \ static_assert(sizeof(Plankton_C_CanBeGrappled) == 0x000001, "Wrong size on Plankton_C_CanBeGrappled"); \ static_assert(offsetof(Plankton_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'Plankton_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_CanHoldInteract \ static_assert(alignof(Plankton_C_CanHoldInteract) == 0x000001, "Wrong alignment on Plankton_C_CanHoldInteract"); \ static_assert(sizeof(Plankton_C_CanHoldInteract) == 0x000001, "Wrong size on Plankton_C_CanHoldInteract"); \ static_assert(offsetof(Plankton_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'Plankton_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_OnDeathEvent \ static_assert(alignof(Plankton_C_OnDeathEvent) == 0x000008, "Wrong alignment on Plankton_C_OnDeathEvent"); \ static_assert(sizeof(Plankton_C_OnDeathEvent) == 0x000018, "Wrong size on Plankton_C_OnDeathEvent"); \ static_assert(offsetof(Plankton_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Plankton_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Plankton_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Plankton_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'Plankton_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_GetItemSelection \ static_assert(alignof(Plankton_C_GetItemSelection) == 0x000008, "Wrong alignment on Plankton_C_GetItemSelection"); \ static_assert(sizeof(Plankton_C_GetItemSelection) == 0x0000B0, "Wrong size on Plankton_C_GetItemSelection"); \ static_assert(offsetof(Plankton_C_GetItemSelection, Hit) == 0x000000, "Member 'Plankton_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, Player) == 0x000088, "Member 'Plankton_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Plankton_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Plankton_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Plankton_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, CallFunc_CanLoot_ReturnValue) == 0x0000AA, "Member 'Plankton_C_GetItemSelection::CallFunc_CanLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AB, "Member 'Plankton_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, CallFunc_IsEmpty_ReturnValue) == 0x0000AC, "Member 'Plankton_C_GetItemSelection::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000AD, "Member 'Plankton_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_C_GetIsEnemy \ static_assert(alignof(Plankton_C_GetIsEnemy) == 0x000001, "Wrong alignment on Plankton_C_GetIsEnemy"); \ static_assert(sizeof(Plankton_C_GetIsEnemy) == 0x000001, "Wrong size on Plankton_C_GetIsEnemy"); \ static_assert(offsetof(Plankton_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'Plankton_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlankton_C \ static_assert(alignof(APlankton_C) == 0x000010, "Wrong alignment on APlankton_C"); \ static_assert(sizeof(APlankton_C) == 0x000EC0, "Wrong size on APlankton_C"); \ static_assert(offsetof(APlankton_C, UberGraphFrame_Plankton_C) == 0x000EA8, "Member 'APlankton_C::UberGraphFrame_Plankton_C' has a wrong offset!"); \ static_assert(offsetof(APlankton_C, Death) == 0x000EB0, "Member 'APlankton_C::Death' has a wrong offset!"); \ static_assert(offsetof(APlankton_C, CurrentFrequency) == 0x000EB8, "Member 'APlankton_C::CurrentFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTcpMessagingSettings \ static_assert(alignof(UTcpMessagingSettings) == 0x000008, "Wrong alignment on UTcpMessagingSettings"); \ static_assert(sizeof(UTcpMessagingSettings) == 0x000058, "Wrong size on UTcpMessagingSettings"); \ static_assert(offsetof(UTcpMessagingSettings, EnableTransport) == 0x000028, "Member 'UTcpMessagingSettings::EnableTransport' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ListenEndpoint) == 0x000030, "Member 'UTcpMessagingSettings::ListenEndpoint' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ConnectToEndpoints) == 0x000040, "Member 'UTcpMessagingSettings::ConnectToEndpoints' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000050, "Member 'UTcpMessagingSettings::ConnectionRetryDelay' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000054, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUdpMockMessage \ static_assert(alignof(FUdpMockMessage) == 0x000008, "Wrong alignment on FUdpMockMessage"); \ static_assert(sizeof(FUdpMockMessage) == 0x000010, "Wrong size on FUdpMockMessage"); \ static_assert(offsetof(FUdpMockMessage, Data) == 0x000000, "Member 'FUdpMockMessage::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUdpMessagingSettings \ static_assert(alignof(UUdpMessagingSettings) == 0x000008, "Wrong alignment on UUdpMessagingSettings"); \ static_assert(sizeof(UUdpMessagingSettings) == 0x0000A8, "Wrong size on UUdpMessagingSettings"); \ static_assert(offsetof(UUdpMessagingSettings, EnabledByDefault) == 0x000028, "Member 'UUdpMessagingSettings::EnabledByDefault' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, EnableTransport) == 0x000029, "Member 'UUdpMessagingSettings::EnableTransport' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, bAutoRepair) == 0x00002A, "Member 'UUdpMessagingSettings::bAutoRepair' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MaxSendRate) == 0x00002C, "Member 'UUdpMessagingSettings::MaxSendRate' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, AutoRepairAttemptLimit) == 0x000030, "Member 'UUdpMessagingSettings::AutoRepairAttemptLimit' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000034, "Member 'UUdpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, UnicastEndpoint) == 0x000038, "Member 'UUdpMessagingSettings::UnicastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MulticastEndpoint) == 0x000048, "Member 'UUdpMessagingSettings::MulticastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MessageFormat) == 0x000058, "Member 'UUdpMessagingSettings::MessageFormat' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MulticastTimeToLive) == 0x000059, "Member 'UUdpMessagingSettings::MulticastTimeToLive' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, StaticEndpoints) == 0x000060, "Member 'UUdpMessagingSettings::StaticEndpoints' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, EnableTunnel) == 0x000070, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000078, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x000088, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x000098, "Member 'UUdpMessagingSettings::RemoteTunnelEndpoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_GetTestPoint_C_ProvideSingleLocation \ static_assert(alignof(BoomFish_GetTestPoint_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on BoomFish_GetTestPoint_C_ProvideSingleLocation"); \ static_assert(sizeof(BoomFish_GetTestPoint_C_ProvideSingleLocation) == 0x000030, "Wrong size on BoomFish_GetTestPoint_C_ProvideSingleLocation"); \ static_assert(offsetof(BoomFish_GetTestPoint_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'BoomFish_GetTestPoint_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BoomFish_GetTestPoint_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'BoomFish_GetTestPoint_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BoomFish_GetTestPoint_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'BoomFish_GetTestPoint_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(BoomFish_GetTestPoint_C_ProvideSingleLocation, K2Node_DynamicCast_AsBoom_Fish) == 0x000020, "Member 'BoomFish_GetTestPoint_C_ProvideSingleLocation::K2Node_DynamicCast_AsBoom_Fish' has a wrong offset!"); \ static_assert(offsetof(BoomFish_GetTestPoint_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BoomFish_GetTestPoint_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoomFish_GetTestPoint_C \ static_assert(alignof(UBoomFish_GetTestPoint_C) == 0x000008, "Wrong alignment on UBoomFish_GetTestPoint_C"); \ static_assert(sizeof(UBoomFish_GetTestPoint_C) == 0x000030, "Wrong size on UBoomFish_GetTestPoint_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Craft_C \ static_assert(alignof(UTutorialTask_Craft_C) == 0x000008, "Wrong alignment on UTutorialTask_Craft_C"); \ static_assert(sizeof(UTutorialTask_Craft_C) == 0x000060, "Wrong size on UTutorialTask_Craft_C"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReference \ static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequence \ static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ static_assert(sizeof(UActorSequence) == 0x000088, "Wrong size on UActorSequence"); \ static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequenceComponent \ static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ static_assert(sizeof(UActorSequenceComponent) == 0x0000D8, "Wrong size on UActorSequenceComponent"); \ static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000B0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000C8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000D0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequencePlayer \ static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ static_assert(sizeof(UActorSequencePlayer) == 0x0004E8, "Wrong size on UActorSequencePlayer"); \ #define DUMPER7_ASSERTS_UAndroidPermissionCallbackProxy \ static_assert(alignof(UAndroidPermissionCallbackProxy) == 0x000008, "Wrong alignment on UAndroidPermissionCallbackProxy"); \ static_assert(sizeof(UAndroidPermissionCallbackProxy) == 0x000048, "Wrong size on UAndroidPermissionCallbackProxy"); \ static_assert(offsetof(UAndroidPermissionCallbackProxy, OnPermissionsGrantedDynamicDelegate) == 0x000028, "Member 'UAndroidPermissionCallbackProxy::OnPermissionsGrantedDynamicDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_AcquirePermissions \ static_assert(alignof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ static_assert(sizeof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, Permissions) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::Permissions' has a wrong offset!"); \ static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_CheckPermission \ static_assert(alignof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_CheckPermission"); \ static_assert(sizeof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_CheckPermission"); \ static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, permission) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::permission' has a wrong offset!"); \ static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAndroidPermissionFunctionLibrary \ static_assert(alignof(UAndroidPermissionFunctionLibrary) == 0x000008, "Wrong alignment on UAndroidPermissionFunctionLibrary"); \ static_assert(sizeof(UAndroidPermissionFunctionLibrary) == 0x000028, "Wrong size on UAndroidPermissionFunctionLibrary"); \ #define DUMPER7_ASSERTS_FAppleImageUtilsImageConversionResult \ static_assert(alignof(FAppleImageUtilsImageConversionResult) == 0x000008, "Wrong alignment on FAppleImageUtilsImageConversionResult"); \ static_assert(sizeof(FAppleImageUtilsImageConversionResult) == 0x000020, "Wrong size on FAppleImageUtilsImageConversionResult"); \ static_assert(offsetof(FAppleImageUtilsImageConversionResult, Error) == 0x000000, "Member 'FAppleImageUtilsImageConversionResult::Error' has a wrong offset!"); \ static_assert(offsetof(FAppleImageUtilsImageConversionResult, ImageData) == 0x000010, "Member 'FAppleImageUtilsImageConversionResult::ImageData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF \ static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::SourceImage' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Quality' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bWantColor' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bUseGpu' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Scale' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Rotate' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG \ static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::SourceImage' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Quality' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bWantColor' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bUseGpu' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Scale' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Rotate' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG \ static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::SourceImage' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bWantColor' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bUseGpu' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Scale' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Rotate' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF \ static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::SourceImage' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bWantColor' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bUseGpu' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Scale' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Rotate' has a wrong offset!"); \ static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAppleImageUtilsBaseAsyncTaskBlueprintProxy \ static_assert(alignof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000088, "Wrong size on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnSuccess) == 0x000030, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnFailure) == 0x000040, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnFailure' has a wrong offset!"); \ static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, ConversionResult) == 0x000060, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::ConversionResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAppleImageInterface \ static_assert(alignof(IAppleImageInterface) == 0x000001, "Wrong alignment on IAppleImageInterface"); \ static_assert(sizeof(IAppleImageInterface) == 0x000001, "Wrong size on IAppleImageInterface"); \ #define DUMPER7_ASSERTS_AArchVisCharacter \ static_assert(alignof(AArchVisCharacter) == 0x000010, "Wrong alignment on AArchVisCharacter"); \ static_assert(sizeof(AArchVisCharacter) == 0x000520, "Wrong size on AArchVisCharacter"); \ static_assert(offsetof(AArchVisCharacter, LookUpAxisName) == 0x0004B8, "Member 'AArchVisCharacter::LookUpAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, LookUpAtRateAxisName) == 0x0004C8, "Member 'AArchVisCharacter::LookUpAtRateAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, TurnAxisName) == 0x0004D8, "Member 'AArchVisCharacter::TurnAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, TurnAtRateAxisName) == 0x0004E8, "Member 'AArchVisCharacter::TurnAtRateAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, MoveForwardAxisName) == 0x0004F8, "Member 'AArchVisCharacter::MoveForwardAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, MoveRightAxisName) == 0x000508, "Member 'AArchVisCharacter::MoveRightAxisName' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Pitch) == 0x000518, "Member 'AArchVisCharacter::MouseSensitivityScale_Pitch' has a wrong offset!"); \ static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Yaw) == 0x00051C, "Member 'AArchVisCharacter::MouseSensitivityScale_Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UArchVisCharMovementComponent \ static_assert(alignof(UArchVisCharMovementComponent) == 0x000010, "Wrong alignment on UArchVisCharMovementComponent"); \ static_assert(sizeof(UArchVisCharMovementComponent) == 0x000B40, "Wrong size on UArchVisCharMovementComponent"); \ static_assert(offsetof(UArchVisCharMovementComponent, RotationalAcceleration) == 0x000AF0, "Member 'UArchVisCharMovementComponent::RotationalAcceleration' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, RotationalDeceleration) == 0x000AFC, "Member 'UArchVisCharMovementComponent::RotationalDeceleration' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, MaxRotationalVelocity) == 0x000B08, "Member 'UArchVisCharMovementComponent::MaxRotationalVelocity' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, MinPitch) == 0x000B14, "Member 'UArchVisCharMovementComponent::MinPitch' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, MaxPitch) == 0x000B18, "Member 'UArchVisCharMovementComponent::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, WalkingFriction) == 0x000B1C, "Member 'UArchVisCharMovementComponent::WalkingFriction' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, WalkingSpeed) == 0x000B20, "Member 'UArchVisCharMovementComponent::WalkingSpeed' has a wrong offset!"); \ static_assert(offsetof(UArchVisCharMovementComponent, WalkingAcceleration) == 0x000B24, "Member 'UArchVisCharMovementComponent::WalkingAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope \ static_assert(alignof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope) == 0x000008, "Wrong alignment on MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope"); \ static_assert(sizeof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope) == 0x000098, "Wrong size on MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, EntryPoint) == 0x000000, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_Event_IsDesignTime) == 0x00002A, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_CustomEvent_IsGamepadNow) == 0x000038, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetHUD_ReturnValue_1) == 0x000040, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_GetUIKey_Key) == 0x000048, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000060, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_MakeArray_Array) == 0x000070, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, CallFunc_PlayAnimation_ReturnValue) == 0x000080, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'MTB_HUDNotify_Rope_C_ExecuteUbergraph_MTB_HUDNotify_Rope::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Rope_C_CustomEvent \ static_assert(alignof(MTB_HUDNotify_Rope_C_CustomEvent) == 0x000001, "Wrong alignment on MTB_HUDNotify_Rope_C_CustomEvent"); \ static_assert(sizeof(MTB_HUDNotify_Rope_C_CustomEvent) == 0x000001, "Wrong size on MTB_HUDNotify_Rope_C_CustomEvent"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_CustomEvent, IsGamepadNOW) == 0x000000, "Member 'MTB_HUDNotify_Rope_C_CustomEvent::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Rope_C_PreConstruct \ static_assert(alignof(MTB_HUDNotify_Rope_C_PreConstruct) == 0x000001, "Wrong alignment on MTB_HUDNotify_Rope_C_PreConstruct"); \ static_assert(sizeof(MTB_HUDNotify_Rope_C_PreConstruct) == 0x000001, "Wrong size on MTB_HUDNotify_Rope_C_PreConstruct"); \ static_assert(offsetof(MTB_HUDNotify_Rope_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MTB_HUDNotify_Rope_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMTB_HUDNotify_Rope_C \ static_assert(alignof(UMTB_HUDNotify_Rope_C) == 0x000008, "Wrong alignment on UMTB_HUDNotify_Rope_C"); \ static_assert(sizeof(UMTB_HUDNotify_Rope_C) == 0x000280, "Wrong size on UMTB_HUDNotify_Rope_C"); \ static_assert(offsetof(UMTB_HUDNotify_Rope_C, UberGraphFrame) == 0x000260, "Member 'UMTB_HUDNotify_Rope_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Rope_C, ShowTooltip) == 0x000268, "Member 'UMTB_HUDNotify_Rope_C::ShowTooltip' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Rope_C, BookHintBox) == 0x000270, "Member 'UMTB_HUDNotify_Rope_C::BookHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Rope_C, KeyTooltipWidget_Rotate) == 0x000278, "Member 'UMTB_HUDNotify_Rope_C::KeyTooltipWidget_Rotate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUVMapSettings \ static_assert(alignof(FUVMapSettings) == 0x000004, "Wrong alignment on FUVMapSettings"); \ static_assert(sizeof(FUVMapSettings) == 0x000038, "Wrong size on FUVMapSettings"); \ static_assert(offsetof(FUVMapSettings, Size) == 0x000000, "Member 'FUVMapSettings::Size' has a wrong offset!"); \ static_assert(offsetof(FUVMapSettings, UVTile) == 0x00000C, "Member 'FUVMapSettings::UVTile' has a wrong offset!"); \ static_assert(offsetof(FUVMapSettings, Position) == 0x000014, "Member 'FUVMapSettings::Position' has a wrong offset!"); \ static_assert(offsetof(FUVMapSettings, Rotation) == 0x000020, "Member 'FUVMapSettings::Rotation' has a wrong offset!"); \ static_assert(offsetof(FUVMapSettings, Scale) == 0x00002C, "Member 'FUVMapSettings::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshDescription_CreateCube \ static_assert(alignof(StaticMeshDescription_CreateCube) == 0x000004, "Wrong alignment on StaticMeshDescription_CreateCube"); \ static_assert(sizeof(StaticMeshDescription_CreateCube) == 0x000034, "Wrong size on StaticMeshDescription_CreateCube"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, Center) == 0x000000, "Member 'StaticMeshDescription_CreateCube::Center' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, HalfExtents) == 0x00000C, "Member 'StaticMeshDescription_CreateCube::HalfExtents' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonGroup) == 0x000018, "Member 'StaticMeshDescription_CreateCube::PolygonGroup' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusX) == 0x00001C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusX' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusX) == 0x000020, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusX' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusY) == 0x000024, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusY' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusY) == 0x000028, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusY' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusZ) == 0x00002C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusZ' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusZ) == 0x000030, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshDescription_SetPolygonGroupMaterialSlotName \ static_assert(alignof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 0x000004, "Wrong alignment on StaticMeshDescription_SetPolygonGroupMaterialSlotName"); \ static_assert(sizeof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 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) == 0x000004, "Wrong alignment on StaticMeshDescription_SetVertexInstanceUV"); \ static_assert(sizeof(StaticMeshDescription_SetVertexInstanceUV) == 0x000010, "Wrong size on StaticMeshDescription_SetVertexInstanceUV"); \ static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_SetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UV) == 0x000004, "Member 'StaticMeshDescription_SetVertexInstanceUV::UV' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UVIndex) == 0x00000C, "Member 'StaticMeshDescription_SetVertexInstanceUV::UVIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshDescription_GetVertexInstanceUV \ static_assert(alignof(StaticMeshDescription_GetVertexInstanceUV) == 0x000004, "Wrong alignment on StaticMeshDescription_GetVertexInstanceUV"); \ static_assert(sizeof(StaticMeshDescription_GetVertexInstanceUV) == 0x000010, "Wrong size on StaticMeshDescription_GetVertexInstanceUV"); \ static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_GetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, UVIndex) == 0x000004, "Member 'StaticMeshDescription_GetVertexInstanceUV::UVIndex' has a wrong offset!"); \ static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, ReturnValue) == 0x000008, "Member 'StaticMeshDescription_GetVertexInstanceUV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMeshDescription \ static_assert(alignof(UStaticMeshDescription) == 0x000008, "Wrong alignment on UStaticMeshDescription"); \ static_assert(sizeof(UStaticMeshDescription) == 0x000390, "Wrong size on UStaticMeshDescription"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_CollectionExists \ static_assert(alignof(AssetTagsSubsystem_CollectionExists) == 0x000004, "Wrong alignment on AssetTagsSubsystem_CollectionExists"); \ static_assert(sizeof(AssetTagsSubsystem_CollectionExists) == 0x00000C, "Wrong size on AssetTagsSubsystem_CollectionExists"); \ static_assert(offsetof(AssetTagsSubsystem_CollectionExists, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_CollectionExists::Name_0' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_CollectionExists, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_CollectionExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetAssetsInCollection \ static_assert(alignof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetAssetsInCollection"); \ static_assert(sizeof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000018, "Wrong size on AssetTagsSubsystem_GetAssetsInCollection"); \ static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_GetAssetsInCollection::Name_0' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetAssetsInCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollections \ static_assert(alignof(AssetTagsSubsystem_GetCollections) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollections"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollections) == 0x000010, "Wrong size on AssetTagsSubsystem_GetCollections"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollections, ReturnValue) == 0x000000, "Member 'AssetTagsSubsystem_GetCollections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAsset \ static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, AssetPathName) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::AssetPathName' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetData \ static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000070, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, AssetData) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::AssetData' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, ReturnValue) == 0x000060, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetPtr \ static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, AssetPtr) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::AssetPtr' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetTagsSubsystem \ static_assert(alignof(UAssetTagsSubsystem) == 0x000008, "Wrong alignment on UAssetTagsSubsystem"); \ static_assert(sizeof(UAssetTagsSubsystem) == 0x000030, "Wrong size on UAssetTagsSubsystem"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ExecuteUbergraph_NewRofleemo \ static_assert(alignof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo) == 0x000010, "Wrong alignment on NewRofleemo_C_ExecuteUbergraph_NewRofleemo"); \ static_assert(sizeof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo) == 0x001A90, "Wrong size on NewRofleemo_C_ExecuteUbergraph_NewRofleemo"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, EntryPoint) == 0x000000, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue) == 0x000040, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000080, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_2) == 0x000088, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000098, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0000B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_9) == 0x000108, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_AddComponentByClass_ReturnValue) == 0x000118, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_AddComponentByClass_ReturnValue_1) == 0x000120, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_AddComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_AddComponentByClass_ReturnValue_2) == 0x000128, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_AddComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_10) == 0x000130, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000140, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000150, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000158, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_1) == 0x000160, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000190, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetPollutionPercent_ReturnValue) == 0x000198, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetPollutionPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_2) == 0x00019C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue) == 0x00019D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Variable) == 0x00019E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_13) == 0x0001A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue) == 0x0001A8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0001A9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_11) == 0x0001AC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Array_Index_Variable) == 0x0001BC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_1) == 0x0001C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_2) == 0x0001C1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_14) == 0x0001C4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_3) == 0x0001CC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Loop_Counter_Variable) == 0x0001D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x0001D4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_4) == 0x0001D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001DC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_5) == 0x0001EC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_name_Variable) == 0x0001F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable) == 0x0001F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable) == 0x0001F9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_1) == 0x0001FA, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_1) == 0x0001FB, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_15) == 0x0001FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_13) == 0x000204, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_6) == 0x000214, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Array_Index_Variable_1) == 0x000218, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_True_if_break_was_hit_Variable) == 0x00021C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_7) == 0x00021D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_1) == 0x00021E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_16) == 0x000220, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_8) == 0x000228, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_9) == 0x000229, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_14) == 0x00022C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_17) == 0x00023C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_10) == 0x000244, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Loop_Counter_Variable_1) == 0x000248, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_15) == 0x00024C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_1) == 0x00025C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_18) == 0x000260, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_16) == 0x000268, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_11) == 0x000278, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_12) == 0x000279, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_19) == 0x00027C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_13) == 0x000284, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_2) == 0x000285, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_17) == 0x000288, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_2) == 0x000298, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_14) == 0x000299, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_name_Variable_1) == 0x00029C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Percentage_1) == 0x0002A4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_9) == 0x0002A8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_8) == 0x0002B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_7) == 0x0002B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_6) == 0x0002C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit_5) == 0x0002C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_5) == 0x000350, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_NewState) == 0x000358, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NewBed) == 0x000360, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NewBed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_3) == 0x000368, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_20) == 0x00036C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetMaterials_ReturnValue) == 0x000378, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue) == 0x000388, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00038C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000390, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue) == 0x00039C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x0003A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_1) == 0x0003D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_PlayEventAtLocation_ReturnValue) == 0x0003E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0003E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0003F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0003FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Conv_VectorToTransform_ReturnValue_1) == 0x000400, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Conv_VectorToTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_2) == 0x000430, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_PlayEventAtLocation_ReturnValue_1) == 0x000440, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_PlayEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Item_1) == 0x000448, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Item_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000450, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_2) == 0x000458, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Object) == 0x000460, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Location_1) == 0x000468, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Location_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Rotation) == 0x000474, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Rotation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_ThrowPower) == 0x000480, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_ThrowPower' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Vector_IsZero_ReturnValue) == 0x00048C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000490, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000518, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000520, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000528, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000530, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x00053C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_4) == 0x000548, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_1) == 0x00054C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000550, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_3) == 0x000554, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000560, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000568, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_4) == 0x000570, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_2) == 0x000580, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x0005B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindPointNearTrain_RofleemoLoc) == 0x0005B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindPointNearTrain_RofleemoLoc' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindPointNearTrain_ItemLoc) == 0x0005C4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindPointNearTrain_ItemLoc' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindPointNearTrain_Rotation) == 0x0005D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindPointNearTrain_Rotation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_15) == 0x0005DC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Roll) == 0x0005E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Pitch) == 0x0005E4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Yaw) == 0x0005E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0005EC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_18) == 0x0005F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_5) == 0x000600, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_16) == 0x00060C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_19) == 0x000610, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Instigator) == 0x000620, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_struct_Variable) == 0x000630, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_20) == 0x000660, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_AddComponent_ReturnValue) == 0x000670, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_name_Variable_2) == 0x000678, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName) == 0x000680, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryInstance_2) == 0x000688, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryInstance_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryStatus_2) == 0x000690, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryStatus_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000691, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000698, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x0006A8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_VectorVector_ReturnValue) == 0x0006AC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_21) == 0x0006B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0006C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_5) == 0x0006D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0006D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_6) == 0x0006E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_2) == 0x0006E4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0006E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_21) == 0x0006EC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_1) == 0x0006F4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000700, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000708, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_7) == 0x000710, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_8) == 0x000711, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_22) == 0x000714, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_23) == 0x000724, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_17) == 0x000734, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000738, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000740, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstance_ReturnValue) == 0x000748, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGGame_Instance) == 0x000750, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess) == 0x000758, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloat_ReturnValue) == 0x00075C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RunEQSQuery_ReturnValue) == 0x000760, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000768, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryInstance_1) == 0x000770, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryStatus_1) == 0x000778, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_6) == 0x00077C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000788, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ResultLocations_1) == 0x000790, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ResultLocations_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ReturnValue_1) == 0x0007A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_2) == 0x0007A4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeVector_ReturnValue) == 0x0007AC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0007B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0007C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_9) == 0x0007CC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0007CD, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Task_1) == 0x0007D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Task_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x0007D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0007D9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_22) == 0x0007DC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit_4) == 0x0007E4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_24) == 0x00086C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Get_Button_ButtonMeta) == 0x000880, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Get_Button_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0008B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RunEQSQuery_ReturnValue_1) == 0x0008C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorOfClass_ReturnValue) == 0x0008C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsGeneric_Casket) == 0x0008D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsGeneric_Casket' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_1) == 0x0008D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_10) == 0x0008D9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetRofleemoPoint_ReturnValue) == 0x0008E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetRofleemoPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0008E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0008F4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000900, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorForwardVector_ReturnValue) == 0x00090C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000918, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000924, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_11) == 0x000930, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetPlayerTrain_ReturnValue) == 0x000938, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetWorldStateManager_ReturnValue) == 0x000940, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000948, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_2) == 0x000950, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_3) == 0x000951, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_12) == 0x000952, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanBeCalled_ReturnValue) == 0x000953, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanBeCalled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000954, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindLookAtRotation_ReturnValue) == 0x000960, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Roll_1) == 0x00096C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Pitch_1) == 0x000970, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Yaw_1) == 0x000974, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_7) == 0x000978, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_13) == 0x000984, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_14) == 0x000985, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_25) == 0x000988, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue) == 0x000998, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000999, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00099A, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue_2) == 0x00099B, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x00099C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit_3) == 0x0009A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_4) == 0x000A28, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Amber) == 0x000A30, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_3) == 0x000A38, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_3) == 0x000A3C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_26) == 0x000A44, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetAllActorsOfClass_OutActors) == 0x000A58, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item) == 0x000A68, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_3) == 0x000A70, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000A74, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x000A80, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetRofleemoPoint_ReturnValue_1) == 0x000A88, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetRofleemoPoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanAND_ReturnValue) == 0x000A90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000A94, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000AA0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000AAC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000AB8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000AC4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000AD0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_4) == 0x000ADC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_4) == 0x000AE0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Greater_IntInt_ReturnValue) == 0x000AE8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_27) == 0x000AEC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Item) == 0x000B00, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_IgnoredActors) == 0x000B08, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_IgnoredActors' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CheckLocation_ReturnValue) == 0x000B18, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CheckLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Add_ReturnValue) == 0x000B1C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_23) == 0x000B20, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000B28, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_4) == 0x000B30, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Manager_1) == 0x000B38, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Manager_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_5) == 0x000B40, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_15) == 0x000B41, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Variable_1) == 0x000B42, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_3) == 0x000B43, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_1) == 0x000B48, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_5) == 0x000B50, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_1) == 0x000B54, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_2) == 0x000B58, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_28) == 0x000B60, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetWorldStateManager_ReturnValue_1) == 0x000B70, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetWorldStateManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_29) == 0x000B78, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000B88, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x000B89, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000B90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetAnimInstance_ReturnValue) == 0x000B98, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_16) == 0x000BA0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_17) == 0x000BA1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Task) == 0x000BA8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000BB0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_3) == 0x000BB1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_3) == 0x000BC0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000BF0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_30) == 0x000C78, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HaveCompletedTask_ReturnValue) == 0x000C88, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Player) == 0x000C90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_4) == 0x000C98, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_31) == 0x000C9C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_NewName_2) == 0x000CB0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_NewName_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_32) == 0x000CC8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x000CD8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_4) == 0x000D60, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_PlayerCharacter) == 0x000D68, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetController_ReturnValue) == 0x000D70, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsPlayer_Controller) == 0x000D78, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_6) == 0x000D80, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_18) == 0x000D81, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetHUD_ReturnValue) == 0x000D88, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000D90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_7) == 0x000DA0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanBeInvited_ReturnValue) == 0x000DA1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanBeInvited_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_33) == 0x000DA4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetPlayerPawn_ReturnValue) == 0x000DB8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000DC0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_8) == 0x000DC8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue) == 0x000DD0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsInitialQuestActive_ReturnValue) == 0x000DD8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsInitialQuestActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000DE0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_9) == 0x000DF0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_5) == 0x000DF1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_24) == 0x000DF4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_MakeStruct_KeyDisplayMeta) == 0x000E00, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_1) == 0x000E38, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsHUD_Interface) == 0x000E40, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_10) == 0x000E50, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanBeInvited_ReturnValue_1) == 0x000E51, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanBeInvited_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_2) == 0x000E58, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_3) == 0x000E60, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000E68, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_11) == 0x000E78, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000E80, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_12) == 0x000E90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_4) == 0x000E98, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsHUD_Interface_2) == 0x000EA0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_13) == 0x000EB0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_34) == 0x000EB4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanBeKicked_ReturnValue) == 0x000EC4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanBeKicked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_5) == 0x000EC8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsAction_Buttons_Displayer_2) == 0x000ED0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsAction_Buttons_Displayer_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_14) == 0x000EE0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Array_Index_Variable_2) == 0x000EE4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_3) == 0x000EE8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_19) == 0x000EF0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetLocalPlayerHUD_ReturnValue_6) == 0x000EF8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetLocalPlayerHUD_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_35) == 0x000F00, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsHUD_Interface_3) == 0x000F10, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsHUD_Interface_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_15) == 0x000F20, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000F28, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000F30, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000F38, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Manager_2) == 0x000F40, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Manager_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_16) == 0x000F48, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_20) == 0x000F49, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetTrainRofleemoOld_TrainRofleemo) == 0x000F50, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetTrainRofleemoOld_TrainRofleemo' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Manager_3) == 0x000F60, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Manager_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_17) == 0x000F68, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_NewName_1) == 0x000F70, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_NewName_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_FoodType) == 0x000F88, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_FoodType' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Num) == 0x000F90, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Num' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Max_ReturnValue) == 0x000F94, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_3) == 0x000F98, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_name_Variable_3) == 0x000F9C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000FA4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Loop_Counter_Variable_2) == 0x000FA8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_2) == 0x000FAC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000FB0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanNOR_ReturnValue) == 0x000FB4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanNOR_ReturnValue_1) == 0x000FB5, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanNOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_5) == 0x000FB8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanAND_ReturnValue_1) == 0x000FC0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanNOR_ReturnValue_2) == 0x000FC1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanNOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x000FC2, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetRelativeTransform_SweepHitResult_2) == 0x000FC4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetRelativeTransform_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_18) == 0x00104C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_36) == 0x001050, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_37) == 0x001060, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SpawnObject_ReturnValue) == 0x001070, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Length_ReturnValue_6) == 0x001078, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_21) == 0x00107C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CheckGround_bHitGround) == 0x00107D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CheckGround_bHitGround' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CheckGround_bHitGround_1) == 0x00107E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CheckGround_bHitGround_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_Location) == 0x001080, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00108C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_VectorVector_ReturnValue_3) == 0x001098, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_6) == 0x0010A4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_LineIntersectAnythingOnTrain_ReturnValue) == 0x0010B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_LineIntersectAnythingOnTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGWagon_Module) == 0x0010B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_18) == 0x0010C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGWagon) == 0x0010C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_19) == 0x0010D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_22) == 0x0010D1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0010D4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_38) == 0x0010E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0010F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanMoveRofleemo_ReturnValue) == 0x0010FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanMoveRofleemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_23) == 0x0010FD, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0010FE, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetTimerDelegate_ReturnValue_6) == 0x001100, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetTimerDelegate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Array_Index_Variable_3) == 0x001108, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanPlayNewTask_ReturnValue) == 0x00110C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanPlayNewTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_4) == 0x001110, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x001118, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Add_ReturnValue_1) == 0x001120, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x001124, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_19) == 0x001128, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstance_ReturnValue_1) == 0x001130, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x001138, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_20) == 0x001140, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsIcon_Capture_Manager) == 0x001148, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsIcon_Capture_Manager' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_21) == 0x001150, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_24) == 0x001151, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x001158, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_25) == 0x001160, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsGraphManagerLoaded_ReturnValue_1) == 0x001161, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsGraphManagerLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Find_ReturnValue) == 0x001164, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x001168, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x001169, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00116A, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanAND_ReturnValue_2) == 0x00116B, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_7) == 0x00116C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x001174, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AddActorWorldOffset_SweepHitResult_1) == 0x0011FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AddActorWorldOffset_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x001284, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetAppearancePosition_Succeed) == 0x001285, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetAppearancePosition_Succeed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetAppearancePosition_Succeed_1) == 0x001286, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetAppearancePosition_Succeed_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_39) == 0x001288, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x001298, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_4) == 0x0012B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_SwitchEnum_CmpSuccess) == 0x0012E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0012E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FinishSpawningActor_ReturnValue) == 0x0012F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0012F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryInstance) == 0x001308, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_QueryStatus) == 0x001310, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_MakeArray_Array) == 0x001318, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x001328, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CheckLocation_ReturnValue_1) == 0x001329, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CheckLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ResultLocations_2) == 0x001330, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ResultLocations_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetQueryResultsAsLocations_ReturnValue_2) == 0x001340, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetQueryResultsAsLocations_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_5) == 0x001344, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x001350, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x00135C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue_4) == 0x001368, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_8) == 0x001374, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Loop_Counter_Variable_3) == 0x00137C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_3) == 0x001380, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_3) == 0x001384, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_20) == 0x001388, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_40) == 0x00138C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_6) == 0x00139C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_RunEQSQuery_ReturnValue_2) == 0x0013A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_RunEQSQuery_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_9) == 0x0013A8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_21) == 0x0013B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_26) == 0x0013B1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_7) == 0x0013B2, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0013B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_DeltaSeconds) == 0x0013C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_27) == 0x0013C4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x0013C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_41) == 0x0013D4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0013E4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0013F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Roll_2) == 0x0013FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Pitch_2) == 0x001400, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Yaw_2) == 0x001404, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetUserWidgetObject_ReturnValue) == 0x001408, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_FloatFloat_ReturnValue) == 0x001410, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsWorker_Status_Indicator) == 0x001418, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsWorker_Status_Indicator' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_22) == 0x001420, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_8) == 0x001424, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x001430, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue_4) == 0x0014B8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_5) == 0x0014B9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Array_Index_Variable_4) == 0x0014BC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0014C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_6) == 0x0014C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_int_Loop_Counter_Variable_4) == 0x0014D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_4) == 0x0014D4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_4) == 0x0014D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0014E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0014E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Montage_Play_ReturnValue) == 0x0014F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorOfClass_ReturnValue_1) == 0x0014F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_28) == 0x001500, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindHappinessMod_ReturnValue) == 0x001508, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindHappinessMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindHappinessMod_ReturnValue_1) == 0x001510, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindHappinessMod_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindHappinessMod_ReturnValue_2) == 0x001518, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindHappinessMod_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_29) == 0x001520, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Add_ReturnValue_2) == 0x001524, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Giver_1) == 0x001528, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Giver_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Giver) == 0x001530, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Giver' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_30) == 0x001538, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_bReset) == 0x001539, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_bReset' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_ForceHideIcon) == 0x00153A, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_ForceHideIcon' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00153B, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanOR_ReturnValue) == 0x00153C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_5) == 0x00153D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayAnimation) == 0x00153E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayAnimation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_ResetSpecialActivity) == 0x00153F, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_ResetSpecialActivity' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_bDissolve) == 0x001540, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_bDissolve' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Location) == 0x001544, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Rotation) == 0x001550, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Rotation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Force) == 0x00155C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Force' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_ManualControl) == 0x00155D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_ManualControl' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_IgnoreCollision) == 0x00155E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_IgnoreCollision' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Subtract_VectorVector_ReturnValue_5) == 0x001560, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Subtract_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_RofleemoData) == 0x001570, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_RofleemoData' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsRofleemo_Manager_4) == 0x001600, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsRofleemo_Manager_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_23) == 0x001608, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetGameInstance_ReturnValue_2) == 0x001610, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x001618, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_24) == 0x001620, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindHappinessMod_ReturnValue_3) == 0x001628, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindHappinessMod_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsIcon_Capture_Manager_1) == 0x001630, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsIcon_Capture_Manager_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_25) == 0x001638, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Num) == 0x00163C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Num' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetAllHappinessSlots_ReturnValue) == 0x001640, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetAllHappinessSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_5) == 0x001644, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Min_ReturnValue) == 0x001648, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_IntInt_ReturnValue_6) == 0x00164C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Min_ReturnValue_1) == 0x001650, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Min_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_SwitchEnum_CmpSuccess_1) == 0x001654, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x001655, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_5) == 0x001660, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Add_VectorVector_ReturnValue_4) == 0x001690, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0016A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeTransform_ReturnValue_6) == 0x0016B0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeTransform_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x0016E0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0016E8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x0016F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetPassenger_IsSet) == 0x0016F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetPassenger_IsSet' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0016F9, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0016FA, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanOR_ReturnValue_1) == 0x0016FB, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_31) == 0x0016FC, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_8) == 0x0016FD, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetPassenger_IsSet_1) == 0x0016FE, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetPassenger_IsSet_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0016FF, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Montage_Play_ReturnValue_1) == 0x001700, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit_2) == 0x001704, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_3) == 0x001790, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Percentage) == 0x001798, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_2) == 0x0017A0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit_1) == 0x0017A8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter_1) == 0x001830, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_Hit) == 0x001838, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_PlayerCharacter) == 0x0018C0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_AsThird_Person_Character) == 0x0018C8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_DynamicCast_bSuccess_26) == 0x0018D0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_32) == 0x0018D1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_CanPickUpRofleemo_ReturnValue) == 0x0018D2, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_CanPickUpRofleemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_NewName) == 0x0018D8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Less_IntInt_ReturnValue_6) == 0x0018F0, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_6) == 0x0018F1, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_33) == 0x0018F2, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsLocallyControlled_ReturnValue) == 0x0018F3, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0018F4, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_AttachToComponent_ReturnValue_7) == 0x0018F5, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_AttachToComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_34) == 0x0018F6, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x0018F8, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x001904, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Roll_3) == 0x001910, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Pitch_3) == 0x001914, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Yaw_3) == 0x001918, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x00191C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_9) == 0x001928, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_FindLookAtRotation_ReturnValue_3) == 0x001934, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_FindLookAtRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Roll_4) == 0x001940, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Pitch_4) == 0x001944, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BreakRotator_Yaw_4) == 0x001948, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_MakeRotator_ReturnValue_10) == 0x00194C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_MakeRotator_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_35) == 0x001958, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_name_Variable_4) == 0x00195C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetEffectDataValue_ReturnValue) == 0x001964, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetEffectDataValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorOfClass_ReturnValue_2) == 0x001968, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorOfClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_36) == 0x001970, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_22) == 0x001971, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_37) == 0x001972, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_Event_EndPlayReason) == 0x001973, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_PlayEventAttached_ReturnValue) == 0x001978, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanOR_ReturnValue_2) == 0x001980, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_HasAuthority_ReturnValue_23) == 0x001981, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_HasAuthority_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_4) == 0x001982, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_10) == 0x001984, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00198C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_K2_SetRelativeTransform_SweepHitResult_3) == 0x001990, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_K2_SetRelativeTransform_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_SetStaticMesh_ReturnValue_5) == 0x001A18, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanOR_ReturnValue_3) == 0x001A19, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Not_PreBool_ReturnValue_9) == 0x001A1A, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_4) == 0x001A1B, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_BooleanOR_ReturnValue_4) == 0x001A1C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_5) == 0x001A1D, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_38) == 0x001A1E, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_39) == 0x001A1F, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsInRelocationMode_ReturnValue) == 0x001A20, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsInRelocationMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_42) == 0x001A24, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetRofleemoNum_ReturnValue) == 0x001A34, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetRofleemoNum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_11) == 0x001A38, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_5) == 0x001A40, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_43) == 0x001A44, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_IsValid_ReturnValue_40) == 0x001A54, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetActorOfClass_ReturnValue_3) == 0x001A58, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetActorOfClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_Array_Get_Item_7) == 0x001A60, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x001A64, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_IsClosed_Variable_6) == 0x001A65, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CustomEvent_NotifyName_12) == 0x001A68, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetWorldStateManager_ReturnValue_2) == 0x001A70, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetWorldStateManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, Temp_bool_Has_Been_Initd_Variable_6) == 0x001A78, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_ComponentBoundEvent_NewSignificance) == 0x001A79, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_SwitchEnum_CmpSuccess_2) == 0x001A7A, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_GetSignificance_ReturnValue) == 0x001A7B, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x001A7C, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ExecuteUbergraph_NewRofleemo, K2Node_CreateDelegate_OutputDelegate_44) == 0x001A80, "Member 'NewRofleemo_C_ExecuteUbergraph_NewRofleemo::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'NewRofleemo_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ReceiveEndPlay \ static_assert(alignof(NewRofleemo_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on NewRofleemo_C_ReceiveEndPlay"); \ static_assert(sizeof(NewRofleemo_C_ReceiveEndPlay) == 0x000001, "Wrong size on NewRofleemo_C_ReceiveEndPlay"); \ static_assert(offsetof(NewRofleemo_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'NewRofleemo_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetRofleemoName \ static_assert(alignof(NewRofleemo_C_SetRofleemoName) == 0x000008, "Wrong alignment on NewRofleemo_C_SetRofleemoName"); \ static_assert(sizeof(NewRofleemo_C_SetRofleemoName) == 0x000018, "Wrong size on NewRofleemo_C_SetRofleemoName"); \ static_assert(offsetof(NewRofleemo_C_SetRofleemoName, NewName) == 0x000000, "Member 'NewRofleemo_C_SetRofleemoName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnHoldUseActor \ static_assert(alignof(NewRofleemo_C_OnHoldUseActor) == 0x000008, "Wrong alignment on NewRofleemo_C_OnHoldUseActor"); \ static_assert(sizeof(NewRofleemo_C_OnHoldUseActor) == 0x000090, "Wrong size on NewRofleemo_C_OnHoldUseActor"); \ static_assert(offsetof(NewRofleemo_C_OnHoldUseActor, Hit) == 0x000000, "Member 'NewRofleemo_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnAlternateUseActor \ static_assert(alignof(NewRofleemo_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on NewRofleemo_C_OnAlternateUseActor"); \ static_assert(sizeof(NewRofleemo_C_OnAlternateUseActor) == 0x000090, "Wrong size on NewRofleemo_C_OnAlternateUseActor"); \ static_assert(offsetof(NewRofleemo_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'NewRofleemo_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_HoldProgressInfo \ static_assert(alignof(NewRofleemo_C_HoldProgressInfo) == 0x000008, "Wrong alignment on NewRofleemo_C_HoldProgressInfo"); \ static_assert(sizeof(NewRofleemo_C_HoldProgressInfo) == 0x000010, "Wrong size on NewRofleemo_C_HoldProgressInfo"); \ static_assert(offsetof(NewRofleemo_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'NewRofleemo_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'NewRofleemo_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnUseActor \ static_assert(alignof(NewRofleemo_C_OnUseActor) == 0x000008, "Wrong alignment on NewRofleemo_C_OnUseActor"); \ static_assert(sizeof(NewRofleemo_C_OnUseActor) == 0x000090, "Wrong size on NewRofleemo_C_OnUseActor"); \ static_assert(offsetof(NewRofleemo_C_OnUseActor, Hit) == 0x000000, "Member 'NewRofleemo_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_AddFullSlots \ static_assert(alignof(NewRofleemo_C_AddFullSlots) == 0x000004, "Wrong alignment on NewRofleemo_C_AddFullSlots"); \ static_assert(sizeof(NewRofleemo_C_AddFullSlots) == 0x000004, "Wrong size on NewRofleemo_C_AddFullSlots"); \ static_assert(offsetof(NewRofleemo_C_AddFullSlots, Num) == 0x000000, "Member 'NewRofleemo_C_AddFullSlots::Num' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_InitializeRofleemo \ static_assert(alignof(NewRofleemo_C_InitializeRofleemo) == 0x000008, "Wrong alignment on NewRofleemo_C_InitializeRofleemo"); \ static_assert(sizeof(NewRofleemo_C_InitializeRofleemo) == 0x000090, "Wrong size on NewRofleemo_C_InitializeRofleemo"); \ static_assert(offsetof(NewRofleemo_C_InitializeRofleemo, RofleemoData) == 0x000000, "Member 'NewRofleemo_C_InitializeRofleemo::RofleemoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TeleportToSingle \ static_assert(alignof(NewRofleemo_C_TeleportToSingle) == 0x000004, "Wrong alignment on NewRofleemo_C_TeleportToSingle"); \ static_assert(sizeof(NewRofleemo_C_TeleportToSingle) == 0x00001C, "Wrong size on NewRofleemo_C_TeleportToSingle"); \ static_assert(offsetof(NewRofleemo_C_TeleportToSingle, Location) == 0x000000, "Member 'NewRofleemo_C_TeleportToSingle::Location' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportToSingle, Rotation) == 0x00000C, "Member 'NewRofleemo_C_TeleportToSingle::Rotation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportToSingle, Force) == 0x000018, "Member 'NewRofleemo_C_TeleportToSingle::Force' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportToSingle, ManualControl) == 0x000019, "Member 'NewRofleemo_C_TeleportToSingle::ManualControl' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportToSingle, IgnoreCollision) == 0x00001A, "Member 'NewRofleemo_C_TeleportToSingle::IgnoreCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_DissolveRofleemo \ static_assert(alignof(NewRofleemo_C_DissolveRofleemo) == 0x000001, "Wrong alignment on NewRofleemo_C_DissolveRofleemo"); \ static_assert(sizeof(NewRofleemo_C_DissolveRofleemo) == 0x000001, "Wrong size on NewRofleemo_C_DissolveRofleemo"); \ static_assert(offsetof(NewRofleemo_C_DissolveRofleemo, bDissolve) == 0x000000, "Member 'NewRofleemo_C_DissolveRofleemo::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TakeNewTask \ static_assert(alignof(NewRofleemo_C_TakeNewTask) == 0x000001, "Wrong alignment on NewRofleemo_C_TakeNewTask"); \ static_assert(sizeof(NewRofleemo_C_TakeNewTask) == 0x000001, "Wrong size on NewRofleemo_C_TakeNewTask"); \ static_assert(offsetof(NewRofleemo_C_TakeNewTask, ResetSpecialActivity_0) == 0x000000, "Member 'NewRofleemo_C_TakeNewTask::ResetSpecialActivity_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_PlayAppearance \ static_assert(alignof(NewRofleemo_C_PlayAppearance) == 0x000001, "Wrong alignment on NewRofleemo_C_PlayAppearance"); \ static_assert(sizeof(NewRofleemo_C_PlayAppearance) == 0x000001, "Wrong size on NewRofleemo_C_PlayAppearance"); \ static_assert(offsetof(NewRofleemo_C_PlayAppearance, PlayAnimation) == 0x000000, "Member 'NewRofleemo_C_PlayAppearance::PlayAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_UpdateStateIcon \ static_assert(alignof(NewRofleemo_C_UpdateStateIcon) == 0x000001, "Wrong alignment on NewRofleemo_C_UpdateStateIcon"); \ static_assert(sizeof(NewRofleemo_C_UpdateStateIcon) == 0x000001, "Wrong size on NewRofleemo_C_UpdateStateIcon"); \ static_assert(offsetof(NewRofleemo_C_UpdateStateIcon, ForceHideIcon) == 0x000000, "Member 'NewRofleemo_C_UpdateStateIcon::ForceHideIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_DetachRofleemoFromHands \ static_assert(alignof(NewRofleemo_C_DetachRofleemoFromHands) == 0x000001, "Wrong alignment on NewRofleemo_C_DetachRofleemoFromHands"); \ static_assert(sizeof(NewRofleemo_C_DetachRofleemoFromHands) == 0x000001, "Wrong size on NewRofleemo_C_DetachRofleemoFromHands"); \ static_assert(offsetof(NewRofleemo_C_DetachRofleemoFromHands, bReset) == 0x000000, "Member 'NewRofleemo_C_DetachRofleemoFromHands::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GiveBooster \ static_assert(alignof(NewRofleemo_C_GiveBooster) == 0x000008, "Wrong alignment on NewRofleemo_C_GiveBooster"); \ static_assert(sizeof(NewRofleemo_C_GiveBooster) == 0x000008, "Wrong size on NewRofleemo_C_GiveBooster"); \ static_assert(offsetof(NewRofleemo_C_GiveBooster, Giver) == 0x000000, "Member 'NewRofleemo_C_GiveBooster::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GiveMushroom \ static_assert(alignof(NewRofleemo_C_GiveMushroom) == 0x000008, "Wrong alignment on NewRofleemo_C_GiveMushroom"); \ static_assert(sizeof(NewRofleemo_C_GiveMushroom) == 0x000008, "Wrong size on NewRofleemo_C_GiveMushroom"); \ static_assert(offsetof(NewRofleemo_C_GiveMushroom, Giver) == 0x000000, "Member 'NewRofleemo_C_GiveMushroom::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ReceiveTick \ static_assert(alignof(NewRofleemo_C_ReceiveTick) == 0x000004, "Wrong alignment on NewRofleemo_C_ReceiveTick"); \ static_assert(sizeof(NewRofleemo_C_ReceiveTick) == 0x000004, "Wrong size on NewRofleemo_C_ReceiveTick"); \ static_assert(offsetof(NewRofleemo_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'NewRofleemo_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnQueryFinishedEvent_Event_2 \ static_assert(alignof(NewRofleemo_C_OnQueryFinishedEvent_Event_2) == 0x000008, "Wrong alignment on NewRofleemo_C_OnQueryFinishedEvent_Event_2"); \ static_assert(sizeof(NewRofleemo_C_OnQueryFinishedEvent_Event_2) == 0x000010, "Wrong size on NewRofleemo_C_OnQueryFinishedEvent_Event_2"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_2, QueryInstance) == 0x000000, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_2::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_2, QueryStatus) == 0x000008, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_2::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CheckTPLocation \ static_assert(alignof(NewRofleemo_C_CheckTPLocation) == 0x000004, "Wrong alignment on NewRofleemo_C_CheckTPLocation"); \ static_assert(sizeof(NewRofleemo_C_CheckTPLocation) == 0x00000C, "Wrong size on NewRofleemo_C_CheckTPLocation"); \ static_assert(offsetof(NewRofleemo_C_CheckTPLocation, Location) == 0x000000, "Member 'NewRofleemo_C_CheckTPLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_AddFoodRequest \ static_assert(alignof(NewRofleemo_C_AddFoodRequest) == 0x000008, "Wrong alignment on NewRofleemo_C_AddFoodRequest"); \ static_assert(sizeof(NewRofleemo_C_AddFoodRequest) == 0x000010, "Wrong size on NewRofleemo_C_AddFoodRequest"); \ static_assert(offsetof(NewRofleemo_C_AddFoodRequest, FoodType) == 0x000000, "Member 'NewRofleemo_C_AddFoodRequest::FoodType' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddFoodRequest, Num) == 0x000008, "Member 'NewRofleemo_C_AddFoodRequest::Num' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetRofleemoName_M \ static_assert(alignof(NewRofleemo_C_SetRofleemoName_M) == 0x000008, "Wrong alignment on NewRofleemo_C_SetRofleemoName_M"); \ static_assert(sizeof(NewRofleemo_C_SetRofleemoName_M) == 0x000018, "Wrong size on NewRofleemo_C_SetRofleemoName_M"); \ static_assert(offsetof(NewRofleemo_C_SetRofleemoName_M, NewName) == 0x000000, "Member 'NewRofleemo_C_SetRofleemoName_M::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnRofleemoInteraction_M \ static_assert(alignof(NewRofleemo_C_OnRofleemoInteraction_M) == 0x000008, "Wrong alignment on NewRofleemo_C_OnRofleemoInteraction_M"); \ static_assert(sizeof(NewRofleemo_C_OnRofleemoInteraction_M) == 0x000008, "Wrong size on NewRofleemo_C_OnRofleemoInteraction_M"); \ static_assert(offsetof(NewRofleemo_C_OnRofleemoInteraction_M, PlayerCharacter) == 0x000000, "Member 'NewRofleemo_C_OnRofleemoInteraction_M::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetWorkerName \ static_assert(alignof(NewRofleemo_C_SetWorkerName) == 0x000008, "Wrong alignment on NewRofleemo_C_SetWorkerName"); \ static_assert(sizeof(NewRofleemo_C_SetWorkerName) == 0x000018, "Wrong size on NewRofleemo_C_SetWorkerName"); \ static_assert(offsetof(NewRofleemo_C_SetWorkerName, NewName) == 0x000000, "Member 'NewRofleemo_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TakeOnHands \ static_assert(alignof(NewRofleemo_C_TakeOnHands) == 0x000008, "Wrong alignment on NewRofleemo_C_TakeOnHands"); \ static_assert(sizeof(NewRofleemo_C_TakeOnHands) == 0x000008, "Wrong size on NewRofleemo_C_TakeOnHands"); \ static_assert(offsetof(NewRofleemo_C_TakeOnHands, Player) == 0x000000, "Member 'NewRofleemo_C_TakeOnHands::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnTaskCompleted_Event_0 \ static_assert(alignof(NewRofleemo_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong alignment on NewRofleemo_C_OnTaskCompleted_Event_0"); \ static_assert(sizeof(NewRofleemo_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong size on NewRofleemo_C_OnTaskCompleted_Event_0"); \ static_assert(offsetof(NewRofleemo_C_OnTaskCompleted_Event_0, task) == 0x000000, "Member 'NewRofleemo_C_OnTaskCompleted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_PlaceItem \ static_assert(alignof(NewRofleemo_C_PlaceItem) == 0x000008, "Wrong alignment on NewRofleemo_C_PlaceItem"); \ static_assert(sizeof(NewRofleemo_C_PlaceItem) == 0x000018, "Wrong size on NewRofleemo_C_PlaceItem"); \ static_assert(offsetof(NewRofleemo_C_PlaceItem, Item) == 0x000000, "Member 'NewRofleemo_C_PlaceItem::Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_PlaceItem, IgnoredActors) == 0x000008, "Member 'NewRofleemo_C_PlaceItem::IgnoredActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnPlayerSeeActor \ static_assert(alignof(NewRofleemo_C_OnPlayerSeeActor) == 0x000008, "Wrong alignment on NewRofleemo_C_OnPlayerSeeActor"); \ static_assert(sizeof(NewRofleemo_C_OnPlayerSeeActor) == 0x000090, "Wrong size on NewRofleemo_C_OnPlayerSeeActor"); \ static_assert(offsetof(NewRofleemo_C_OnPlayerSeeActor, Hit) == 0x000000, "Member 'NewRofleemo_C_OnPlayerSeeActor::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnPlayerSeeActor, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_OnPlayerSeeActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnGotFocus \ static_assert(alignof(NewRofleemo_C_OnGotFocus) == 0x000004, "Wrong alignment on NewRofleemo_C_OnGotFocus"); \ static_assert(sizeof(NewRofleemo_C_OnGotFocus) == 0x000088, "Wrong size on NewRofleemo_C_OnGotFocus"); \ static_assert(offsetof(NewRofleemo_C_OnGotFocus, Hit) == 0x000000, "Member 'NewRofleemo_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnTaskStarted_Event_0 \ static_assert(alignof(NewRofleemo_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on NewRofleemo_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(NewRofleemo_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on NewRofleemo_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(NewRofleemo_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'NewRofleemo_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnQueryFinishedEvent_Event_1 \ static_assert(alignof(NewRofleemo_C_OnQueryFinishedEvent_Event_1) == 0x000008, "Wrong alignment on NewRofleemo_C_OnQueryFinishedEvent_Event_1"); \ static_assert(sizeof(NewRofleemo_C_OnQueryFinishedEvent_Event_1) == 0x000010, "Wrong size on NewRofleemo_C_OnQueryFinishedEvent_Event_1"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_1, QueryInstance) == 0x000000, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_1, QueryStatus) == 0x000008, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(NewRofleemo_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on NewRofleemo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(NewRofleemo_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on NewRofleemo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'NewRofleemo_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_InviteRofleemo \ static_assert(alignof(NewRofleemo_C_InviteRofleemo) == 0x000008, "Wrong alignment on NewRofleemo_C_InviteRofleemo"); \ static_assert(sizeof(NewRofleemo_C_InviteRofleemo) == 0x000008, "Wrong size on NewRofleemo_C_InviteRofleemo"); \ static_assert(offsetof(NewRofleemo_C_InviteRofleemo, Instigator_0) == 0x000000, "Member 'NewRofleemo_C_InviteRofleemo::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TeleportObjectTo \ static_assert(alignof(NewRofleemo_C_TeleportObjectTo) == 0x000008, "Wrong alignment on NewRofleemo_C_TeleportObjectTo"); \ static_assert(sizeof(NewRofleemo_C_TeleportObjectTo) == 0x000030, "Wrong size on NewRofleemo_C_TeleportObjectTo"); \ static_assert(offsetof(NewRofleemo_C_TeleportObjectTo, Object) == 0x000000, "Member 'NewRofleemo_C_TeleportObjectTo::Object' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportObjectTo, Location) == 0x000008, "Member 'NewRofleemo_C_TeleportObjectTo::Location' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportObjectTo, Rotation) == 0x000014, "Member 'NewRofleemo_C_TeleportObjectTo::Rotation' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_TeleportObjectTo, ThrowPower) == 0x000020, "Member 'NewRofleemo_C_TeleportObjectTo::ThrowPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TeleportHeavyItem \ static_assert(alignof(NewRofleemo_C_TeleportHeavyItem) == 0x000008, "Wrong alignment on NewRofleemo_C_TeleportHeavyItem"); \ static_assert(sizeof(NewRofleemo_C_TeleportHeavyItem) == 0x000008, "Wrong size on NewRofleemo_C_TeleportHeavyItem"); \ static_assert(offsetof(NewRofleemo_C_TeleportHeavyItem, Item) == 0x000000, "Member 'NewRofleemo_C_TeleportHeavyItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetBed \ static_assert(alignof(NewRofleemo_C_SetBed) == 0x000008, "Wrong alignment on NewRofleemo_C_SetBed"); \ static_assert(sizeof(NewRofleemo_C_SetBed) == 0x000008, "Wrong size on NewRofleemo_C_SetBed"); \ static_assert(offsetof(NewRofleemo_C_SetBed, NewBed) == 0x000000, "Member 'NewRofleemo_C_SetBed::NewBed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetActorState \ static_assert(alignof(NewRofleemo_C_SetActorState) == 0x000004, "Wrong alignment on NewRofleemo_C_SetActorState"); \ static_assert(sizeof(NewRofleemo_C_SetActorState) == 0x000008, "Wrong size on NewRofleemo_C_SetActorState"); \ static_assert(offsetof(NewRofleemo_C_SetActorState, NewState) == 0x000000, "Member 'NewRofleemo_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnAltHoldUseActor \ static_assert(alignof(NewRofleemo_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on NewRofleemo_C_OnAltHoldUseActor"); \ static_assert(sizeof(NewRofleemo_C_OnAltHoldUseActor) == 0x000090, "Wrong size on NewRofleemo_C_OnAltHoldUseActor"); \ static_assert(offsetof(NewRofleemo_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'NewRofleemo_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnHoldUseFinished \ static_assert(alignof(NewRofleemo_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on NewRofleemo_C_OnHoldUseFinished"); \ static_assert(sizeof(NewRofleemo_C_OnHoldUseFinished) == 0x000008, "Wrong size on NewRofleemo_C_OnHoldUseFinished"); \ static_assert(offsetof(NewRofleemo_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'NewRofleemo_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_HoldUseStarted \ static_assert(alignof(NewRofleemo_C_HoldUseStarted) == 0x000008, "Wrong alignment on NewRofleemo_C_HoldUseStarted"); \ static_assert(sizeof(NewRofleemo_C_HoldUseStarted) == 0x000008, "Wrong size on NewRofleemo_C_HoldUseStarted"); \ static_assert(offsetof(NewRofleemo_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'NewRofleemo_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_AltHoldUseStarted \ static_assert(alignof(NewRofleemo_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on NewRofleemo_C_AltHoldUseStarted"); \ static_assert(sizeof(NewRofleemo_C_AltHoldUseStarted) == 0x000008, "Wrong size on NewRofleemo_C_AltHoldUseStarted"); \ static_assert(offsetof(NewRofleemo_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'NewRofleemo_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_AltHoldProgressInfo \ static_assert(alignof(NewRofleemo_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on NewRofleemo_C_AltHoldProgressInfo"); \ static_assert(sizeof(NewRofleemo_C_AltHoldProgressInfo) == 0x000010, "Wrong size on NewRofleemo_C_AltHoldProgressInfo"); \ static_assert(offsetof(NewRofleemo_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'NewRofleemo_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'NewRofleemo_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E \ static_assert(alignof(NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E) == 0x000004, "Wrong alignment on NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E"); \ static_assert(sizeof(NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E) == 0x000008, "Wrong size on NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E"); \ static_assert(offsetof(NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnCompleted_CAC4F12643137E81711582B60668E16E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E \ static_assert(alignof(NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E) == 0x000004, "Wrong alignment on NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E"); \ static_assert(sizeof(NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E) == 0x000008, "Wrong size on NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E"); \ static_assert(offsetof(NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnBlendOut_CAC4F12643137E81711582B60668E16E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E \ static_assert(alignof(NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E) == 0x000004, "Wrong alignment on NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E"); \ static_assert(sizeof(NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E) == 0x000008, "Wrong size on NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E"); \ static_assert(offsetof(NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnInterrupted_CAC4F12643137E81711582B60668E16E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E \ static_assert(alignof(NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyBegin_CAC4F12643137E81711582B60668E16E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E \ static_assert(alignof(NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyEnd_CAC4F12643137E81711582B60668E16E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984 \ static_assert(alignof(NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000004, "Wrong alignment on NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(sizeof(NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000008, "Wrong size on NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(offsetof(NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnCompleted_A6E95CD44EFD2E03E6E0EE94BC3B8984::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984 \ static_assert(alignof(NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000004, "Wrong alignment on NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(sizeof(NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000008, "Wrong size on NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(offsetof(NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnBlendOut_A6E95CD44EFD2E03E6E0EE94BC3B8984::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984 \ static_assert(alignof(NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000004, "Wrong alignment on NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(sizeof(NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000008, "Wrong size on NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(offsetof(NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnInterrupted_A6E95CD44EFD2E03E6E0EE94BC3B8984::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984 \ static_assert(alignof(NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyBegin_A6E95CD44EFD2E03E6E0EE94BC3B8984::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984 \ static_assert(alignof(NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyEnd_A6E95CD44EFD2E03E6E0EE94BC3B8984::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149 \ static_assert(alignof(NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149) == 0x000004, "Wrong alignment on NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149"); \ static_assert(sizeof(NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149) == 0x000008, "Wrong size on NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149"); \ static_assert(offsetof(NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnCompleted_01E368C74D83A1857BD252A348082149::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149 \ static_assert(alignof(NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149) == 0x000004, "Wrong alignment on NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149"); \ static_assert(sizeof(NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149) == 0x000008, "Wrong size on NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149"); \ static_assert(offsetof(NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnBlendOut_01E368C74D83A1857BD252A348082149::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149 \ static_assert(alignof(NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149) == 0x000004, "Wrong alignment on NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149"); \ static_assert(sizeof(NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149) == 0x000008, "Wrong size on NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149"); \ static_assert(offsetof(NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnInterrupted_01E368C74D83A1857BD252A348082149::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149 \ static_assert(alignof(NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyBegin_01E368C74D83A1857BD252A348082149::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149 \ static_assert(alignof(NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyEnd_01E368C74D83A1857BD252A348082149::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C \ static_assert(alignof(NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C) == 0x000004, "Wrong alignment on NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(sizeof(NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C) == 0x000008, "Wrong size on NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(offsetof(NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnCompleted_8B05EC664102674CF1ACF4922173F34C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C \ static_assert(alignof(NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C) == 0x000004, "Wrong alignment on NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(sizeof(NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C) == 0x000008, "Wrong size on NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(offsetof(NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnBlendOut_8B05EC664102674CF1ACF4922173F34C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C \ static_assert(alignof(NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C) == 0x000004, "Wrong alignment on NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(sizeof(NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C) == 0x000008, "Wrong size on NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(offsetof(NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnInterrupted_8B05EC664102674CF1ACF4922173F34C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C \ static_assert(alignof(NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyBegin_8B05EC664102674CF1ACF4922173F34C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C \ static_assert(alignof(NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyEnd_8B05EC664102674CF1ACF4922173F34C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29 \ static_assert(alignof(NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29) == 0x000004, "Wrong alignment on NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(sizeof(NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29) == 0x000008, "Wrong size on NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(offsetof(NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnCompleted_98A2135B479367CB5C637A91D10E4D29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29 \ static_assert(alignof(NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29) == 0x000004, "Wrong alignment on NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(sizeof(NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29) == 0x000008, "Wrong size on NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(offsetof(NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnBlendOut_98A2135B479367CB5C637A91D10E4D29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29 \ static_assert(alignof(NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29) == 0x000004, "Wrong alignment on NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(sizeof(NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29) == 0x000008, "Wrong size on NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(offsetof(NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnInterrupted_98A2135B479367CB5C637A91D10E4D29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29 \ static_assert(alignof(NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyBegin_98A2135B479367CB5C637A91D10E4D29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29 \ static_assert(alignof(NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29) == 0x000004, "Wrong alignment on NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(sizeof(NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29) == 0x000008, "Wrong size on NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29"); \ static_assert(offsetof(NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29, NotifyName) == 0x000000, "Member 'NewRofleemo_C_OnNotifyEnd_98A2135B479367CB5C637A91D10E4D29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_TeleportToActivity \ static_assert(alignof(NewRofleemo_C_TeleportToActivity) == 0x000004, "Wrong alignment on NewRofleemo_C_TeleportToActivity"); \ static_assert(sizeof(NewRofleemo_C_TeleportToActivity) == 0x00000C, "Wrong size on NewRofleemo_C_TeleportToActivity"); \ static_assert(offsetof(NewRofleemo_C_TeleportToActivity, PointLocation) == 0x000000, "Member 'NewRofleemo_C_TeleportToActivity::PointLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CompleteQuestUse \ static_assert(alignof(NewRofleemo_C_CompleteQuestUse) == 0x000008, "Wrong alignment on NewRofleemo_C_CompleteQuestUse"); \ static_assert(sizeof(NewRofleemo_C_CompleteQuestUse) == 0x000030, "Wrong size on NewRofleemo_C_CompleteQuestUse"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, Player) == 0x000000, "Member 'NewRofleemo_C_CompleteQuestUse::Player' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_IsUnlocked_ReturnValue) == 0x000018, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00001B, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'NewRofleemo_C_CompleteQuestUse::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NewRofleemo_C_CompleteQuestUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_HaveActiveQuestTask_ReturnValue_1) == 0x000029, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_HaveActiveQuestTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestUse, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'NewRofleemo_C_CompleteQuestUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CompleteQuestTask \ static_assert(alignof(NewRofleemo_C_CompleteQuestTask) == 0x000008, "Wrong alignment on NewRofleemo_C_CompleteQuestTask"); \ static_assert(sizeof(NewRofleemo_C_CompleteQuestTask) == 0x000018, "Wrong size on NewRofleemo_C_CompleteQuestTask"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestTask, TaskTag) == 0x000000, "Member 'NewRofleemo_C_CompleteQuestTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_CompleteQuestTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CompleteQuestTask, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_CompleteQuestTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_Can_Show_Perks \ static_assert(alignof(NewRofleemo_C_Can_Show_Perks) == 0x000001, "Wrong alignment on NewRofleemo_C_Can_Show_Perks"); \ static_assert(sizeof(NewRofleemo_C_Can_Show_Perks) == 0x000003, "Wrong size on NewRofleemo_C_Can_Show_Perks"); \ static_assert(offsetof(NewRofleemo_C_Can_Show_Perks, CanShowPerks) == 0x000000, "Member 'NewRofleemo_C_Can_Show_Perks::CanShowPerks' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Can_Show_Perks, CallFunc_IsRofleemoUnlocked_ReturnValue) == 0x000001, "Member 'NewRofleemo_C_Can_Show_Perks::CallFunc_IsRofleemoUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Can_Show_Perks, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'NewRofleemo_C_Can_Show_Perks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_Get_Button \ static_assert(alignof(NewRofleemo_C_Get_Button) == 0x000008, "Wrong alignment on NewRofleemo_C_Get_Button"); \ static_assert(sizeof(NewRofleemo_C_Get_Button) == 0x0000E0, "Wrong size on NewRofleemo_C_Get_Button"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, ButtonMeta) == 0x000000, "Member 'NewRofleemo_C_Get_Button::ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, Temp_bool_Variable) == 0x000038, "Member 'NewRofleemo_C_Get_Button::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, Temp_text_Variable) == 0x000040, "Member 'NewRofleemo_C_Get_Button::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, Temp_text_Variable_1) == 0x000058, "Member 'NewRofleemo_C_Get_Button::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, CallFunc_GetPlayerTrain_ReturnValue) == 0x000070, "Member 'NewRofleemo_C_Get_Button::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000078, "Member 'NewRofleemo_C_Get_Button::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'NewRofleemo_C_Get_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, CallFunc_FindAvaliableBed_isFound) == 0x000081, "Member 'NewRofleemo_C_Get_Button::CallFunc_FindAvaliableBed_isFound' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, CallFunc_FindAvaliableBed_FreeBed) == 0x000088, "Member 'NewRofleemo_C_Get_Button::CallFunc_FindAvaliableBed_FreeBed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, K2Node_Select_Default) == 0x000090, "Member 'NewRofleemo_C_Get_Button::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_Get_Button, K2Node_MakeStruct_KeyDisplayMeta) == 0x0000A8, "Member 'NewRofleemo_C_Get_Button::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_InitializeFromSeed \ static_assert(alignof(NewRofleemo_C_InitializeFromSeed) == 0x000004, "Wrong alignment on NewRofleemo_C_InitializeFromSeed"); \ static_assert(sizeof(NewRofleemo_C_InitializeFromSeed) == 0x000010, "Wrong size on NewRofleemo_C_InitializeFromSeed"); \ static_assert(offsetof(NewRofleemo_C_InitializeFromSeed, Seed) == 0x000000, "Member 'NewRofleemo_C_InitializeFromSeed::Seed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitializeFromSeed, HeaddreasIndex) == 0x000004, "Member 'NewRofleemo_C_InitializeFromSeed::HeaddreasIndex' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitializeFromSeed, BodyIndex) == 0x000008, "Member 'NewRofleemo_C_InitializeFromSeed::BodyIndex' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitializeFromSeed, HeadIndex) == 0x00000C, "Member 'NewRofleemo_C_InitializeFromSeed::HeadIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CheckProviantValue \ static_assert(alignof(NewRofleemo_C_CheckProviantValue) == 0x000008, "Wrong alignment on NewRofleemo_C_CheckProviantValue"); \ static_assert(sizeof(NewRofleemo_C_CheckProviantValue) == 0x000038, "Wrong size on NewRofleemo_C_CheckProviantValue"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, NewParam) == 0x000000, "Member 'NewRofleemo_C_CheckProviantValue::NewParam' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, Result) == 0x000010, "Member 'NewRofleemo_C_CheckProviantValue::Result' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'NewRofleemo_C_CheckProviantValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, Temp_int_Array_Index_Variable) == 0x000018, "Member 'NewRofleemo_C_CheckProviantValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'NewRofleemo_C_CheckProviantValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, CallFunc_Array_Get_Item) == 0x000020, "Member 'NewRofleemo_C_CheckProviantValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'NewRofleemo_C_CheckProviantValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'NewRofleemo_C_CheckProviantValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CheckProviantValue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'NewRofleemo_C_CheckProviantValue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetFoodRequest \ static_assert(alignof(NewRofleemo_C_GetFoodRequest) == 0x000008, "Wrong alignment on NewRofleemo_C_GetFoodRequest"); \ static_assert(sizeof(NewRofleemo_C_GetFoodRequest) == 0x000050, "Wrong size on NewRofleemo_C_GetFoodRequest"); \ static_assert(offsetof(NewRofleemo_C_GetFoodRequest, Request) == 0x000000, "Member 'NewRofleemo_C_GetFoodRequest::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_IsInitialQuestActive \ static_assert(alignof(NewRofleemo_C_IsInitialQuestActive) == 0x000008, "Wrong alignment on NewRofleemo_C_IsInitialQuestActive"); \ static_assert(sizeof(NewRofleemo_C_IsInitialQuestActive) == 0x000010, "Wrong size on NewRofleemo_C_IsInitialQuestActive"); \ static_assert(offsetof(NewRofleemo_C_IsInitialQuestActive, Player) == 0x000000, "Member 'NewRofleemo_C_IsInitialQuestActive::Player' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_IsInitialQuestActive, ReturnValue) == 0x000008, "Member 'NewRofleemo_C_IsInitialQuestActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_IsInitialQuestActive, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000009, "Member 'NewRofleemo_C_IsInitialQuestActive::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetLocalPlayerHUD \ static_assert(alignof(NewRofleemo_C_GetLocalPlayerHUD) == 0x000008, "Wrong alignment on NewRofleemo_C_GetLocalPlayerHUD"); \ static_assert(sizeof(NewRofleemo_C_GetLocalPlayerHUD) == 0x000018, "Wrong size on NewRofleemo_C_GetLocalPlayerHUD"); \ static_assert(offsetof(NewRofleemo_C_GetLocalPlayerHUD, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_GetLocalPlayerHUD::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetLocalPlayerHUD, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_GetLocalPlayerHUD::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetLocalPlayerHUD, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_GetLocalPlayerHUD::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnRep_Bed \ static_assert(alignof(NewRofleemo_C_OnRep_Bed) == 0x000008, "Wrong alignment on NewRofleemo_C_OnRep_Bed"); \ static_assert(sizeof(NewRofleemo_C_OnRep_Bed) == 0x000018, "Wrong size on NewRofleemo_C_OnRep_Bed"); \ static_assert(offsetof(NewRofleemo_C_OnRep_Bed, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'NewRofleemo_C_OnRep_Bed::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnRep_Bed, CallFunc_FindHappinessMod_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_OnRep_Bed::CallFunc_FindHappinessMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnRep_Bed, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_OnRep_Bed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ShowFullCrew \ static_assert(alignof(NewRofleemo_C_ShowFullCrew) == 0x000008, "Wrong alignment on NewRofleemo_C_ShowFullCrew"); \ static_assert(sizeof(NewRofleemo_C_ShowFullCrew) == 0x0001D8, "Wrong size on NewRofleemo_C_ShowFullCrew"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_GetLocalPlayerHUD_ReturnValue) == 0x000000, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_GetLocalPlayerHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_DynamicCast_AsHUD_Interface) == 0x000008, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000080, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000088, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_BooleanOR_ReturnValue) == 0x0000A0, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_GetCrewStat_CurrentCrew) == 0x0000E8, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_GetCrewStat_CurrentCrew' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_GetCrewStat_CrewMax) == 0x0000EC, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_GetCrewStat_CrewMax' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000170, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeArray_Array) == 0x000178, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, CallFunc_Format_ReturnValue) == 0x000188, "Member 'NewRofleemo_C_ShowFullCrew::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowFullCrew, K2Node_MakeStruct_KeyDisplayMeta) == 0x0001A0, "Member 'NewRofleemo_C_ShowFullCrew::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanGiveBooster \ static_assert(alignof(NewRofleemo_C_CanGiveBooster) == 0x000008, "Wrong alignment on NewRofleemo_C_CanGiveBooster"); \ static_assert(sizeof(NewRofleemo_C_CanGiveBooster) == 0x000018, "Wrong size on NewRofleemo_C_CanGiveBooster"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, Instigator_0) == 0x000000, "Member 'NewRofleemo_C_CanGiveBooster::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, Result) == 0x000008, "Member 'NewRofleemo_C_CanGiveBooster::Result' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, CallFunc_GetItemCountOfClass_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_CanGiveBooster::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_CanGiveBooster::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'NewRofleemo_C_CanGiveBooster::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveBooster, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'NewRofleemo_C_CanGiveBooster::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanGiveMushroom \ static_assert(alignof(NewRofleemo_C_CanGiveMushroom) == 0x000008, "Wrong alignment on NewRofleemo_C_CanGiveMushroom"); \ static_assert(sizeof(NewRofleemo_C_CanGiveMushroom) == 0x000018, "Wrong size on NewRofleemo_C_CanGiveMushroom"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, Instigator_0) == 0x000000, "Member 'NewRofleemo_C_CanGiveMushroom::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, Result) == 0x000008, "Member 'NewRofleemo_C_CanGiveMushroom::Result' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, CallFunc_GetAllHappinessSlots_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_CanGiveMushroom::CallFunc_GetAllHappinessSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_CanGiveMushroom::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'NewRofleemo_C_CanGiveMushroom::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000015, "Member 'NewRofleemo_C_CanGiveMushroom::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanGiveMushroom, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'NewRofleemo_C_CanGiveMushroom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanBeInvited \ static_assert(alignof(NewRofleemo_C_CanBeInvited) == 0x000008, "Wrong alignment on NewRofleemo_C_CanBeInvited"); \ static_assert(sizeof(NewRofleemo_C_CanBeInvited) == 0x000028, "Wrong size on NewRofleemo_C_CanBeInvited"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_CanBeInvited::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_GetCrewStat_CurrentCrew) == 0x000004, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_GetCrewStat_CurrentCrew' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_GetCrewStat_CrewMax) == 0x000008, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_GetCrewStat_CrewMax' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000E, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_BooleanAND_ReturnValue) == 0x00000F, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_IsUnlocked_ReturnValue) == 0x000020, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeInvited, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'NewRofleemo_C_CanBeInvited::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnLeftDepot \ static_assert(alignof(NewRofleemo_C_OnLeftDepot) == 0x000008, "Wrong alignment on NewRofleemo_C_OnLeftDepot"); \ static_assert(sizeof(NewRofleemo_C_OnLeftDepot) == 0x000060, "Wrong size on NewRofleemo_C_OnLeftDepot"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, Manager) == 0x000000, "Member 'NewRofleemo_C_OnLeftDepot::Manager' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, Temp_int_Variable) == 0x000008, "Member 'NewRofleemo_C_OnLeftDepot::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_CheckNPCPerk_ReturnValue) == 0x00001C, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_CheckNPCPerk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_DynamicCast_AsFGWagon_Module_Turret) == 0x000020, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_DynamicCast_AsFGWagon_Module_Turret' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_IsValid_ReturnValue_1) == 0x00003C, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_SwitchEnum_CmpSuccess) == 0x00003D, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000040, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'NewRofleemo_C_OnLeftDepot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_IsHungry_ReturnValue) == 0x000049, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_IsHungry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLeftDepot, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'NewRofleemo_C_OnLeftDepot::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_InitMaterials \ static_assert(alignof(NewRofleemo_C_InitMaterials) == 0x000008, "Wrong alignment on NewRofleemo_C_InitMaterials"); \ static_assert(sizeof(NewRofleemo_C_InitMaterials) == 0x0000C0, "Wrong size on NewRofleemo_C_InitMaterials"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, Temp_int_Array_Index_Variable) == 0x000000, "Member 'NewRofleemo_C_InitMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'NewRofleemo_C_InitMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'NewRofleemo_C_InitMaterials::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'NewRofleemo_C_InitMaterials::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'NewRofleemo_C_InitMaterials::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Subtract_IntInt_ReturnValue) == 0x000084, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000088, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Clamp_ReturnValue) == 0x00008C, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Clamp_ReturnValue_1) == 0x000090, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Get_Item) == 0x000098, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000A8, "Member 'NewRofleemo_C_InitMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0000B0, "Member 'NewRofleemo_C_InitMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitMaterials, CallFunc_Array_Add_ReturnValue_1) == 0x0000BC, "Member 'NewRofleemo_C_InitMaterials::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_InitInteriorNeeds \ static_assert(alignof(NewRofleemo_C_InitInteriorNeeds) == 0x000008, "Wrong alignment on NewRofleemo_C_InitInteriorNeeds"); \ static_assert(sizeof(NewRofleemo_C_InitInteriorNeeds) == 0x000058, "Wrong size on NewRofleemo_C_InitInteriorNeeds"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'NewRofleemo_C_InitInteriorNeeds::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, Temp_int_Array_Index_Variable) == 0x000004, "Member 'NewRofleemo_C_InitInteriorNeeds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'NewRofleemo_C_InitInteriorNeeds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Array_Get_Item) == 0x00002C, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000050, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_BooleanAND_ReturnValue) == 0x000051, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000052, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_InitInteriorNeeds, CallFunc_Clamp_ReturnValue) == 0x000054, "Member 'NewRofleemo_C_InitInteriorNeeds::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_AddBasicNeeds \ static_assert(alignof(NewRofleemo_C_AddBasicNeeds) == 0x000008, "Wrong alignment on NewRofleemo_C_AddBasicNeeds"); \ static_assert(sizeof(NewRofleemo_C_AddBasicNeeds) == 0x000038, "Wrong size on NewRofleemo_C_AddBasicNeeds"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_FindHappinessMod_ReturnValue) == 0x000000, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_FindHappinessMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_FindHappinessMod_ReturnValue_1) == 0x000008, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_FindHappinessMod_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_Array_AddUnique_ReturnValue) == 0x000020, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_SpawnObject_ReturnValue_1) == 0x000028, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_AddBasicNeeds, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000030, "Member 'NewRofleemo_C_AddBasicNeeds::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_StopAction \ static_assert(alignof(NewRofleemo_C_StopAction) == 0x000008, "Wrong alignment on NewRofleemo_C_StopAction"); \ static_assert(sizeof(NewRofleemo_C_StopAction) == 0x000048, "Wrong size on NewRofleemo_C_StopAction"); \ static_assert(offsetof(NewRofleemo_C_StopAction, Silent) == 0x000000, "Member 'NewRofleemo_C_StopAction::Silent' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, Temp_int_Array_Index_Variable) == 0x000004, "Member 'NewRofleemo_C_StopAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'NewRofleemo_C_StopAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_StopAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_GetAction_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_StopAction::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, K2Node_DynamicCast_AsRofleemo_Mass_Action) == 0x000018, "Member 'NewRofleemo_C_StopAction::K2Node_DynamicCast_AsRofleemo_Mass_Action' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NewRofleemo_C_StopAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_Array_Get_Item) == 0x000028, "Member 'NewRofleemo_C_StopAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'NewRofleemo_C_StopAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000038, "Member 'NewRofleemo_C_StopAction::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'NewRofleemo_C_StopAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'NewRofleemo_C_StopAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000042, "Member 'NewRofleemo_C_StopAction::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_StopAction, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000043, "Member 'NewRofleemo_C_StopAction::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GenerateFoodRequest \ static_assert(alignof(NewRofleemo_C_GenerateFoodRequest) == 0x000008, "Wrong alignment on NewRofleemo_C_GenerateFoodRequest"); \ static_assert(sizeof(NewRofleemo_C_GenerateFoodRequest) == 0x0000B0, "Wrong size on NewRofleemo_C_GenerateFoodRequest"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CurrentWR) == 0x000000, "Member 'NewRofleemo_C_GenerateFoodRequest::CurrentWR' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, Temp_int_Array_Index_Variable) == 0x000004, "Member 'NewRofleemo_C_GenerateFoodRequest::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'NewRofleemo_C_GenerateFoodRequest::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000028, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_Array_Get_Item) == 0x000038, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetWorldRate_ReturnValue) == 0x000040, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GetDefaultObject_ReturnValue) == 0x000068, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_DynamicCast_AsFGLoot_List) == 0x000078, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_DynamicCast_AsFGLoot_List' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_Roll_ReturnValue) == 0x000088, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_Roll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_LessEqual_ByteByte_ReturnValue) == 0x000098, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_LessEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000099, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x0000A0, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, K2Node_ClassDynamicCast_bSuccess) == 0x0000A8, "Member 'NewRofleemo_C_GenerateFoodRequest::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GenerateFoodRequest, CallFunc_BooleanAND_ReturnValue) == 0x0000A9, "Member 'NewRofleemo_C_GenerateFoodRequest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanBeKicked \ static_assert(alignof(NewRofleemo_C_CanBeKicked) == 0x000001, "Wrong alignment on NewRofleemo_C_CanBeKicked"); \ static_assert(sizeof(NewRofleemo_C_CanBeKicked) == 0x00000A, "Wrong size on NewRofleemo_C_CanBeKicked"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_CanBeKicked::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanBeKicked, CallFunc_BooleanAND_ReturnValue_2) == 0x000009, "Member 'NewRofleemo_C_CanBeKicked::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_SetAppearancePosition \ static_assert(alignof(NewRofleemo_C_SetAppearancePosition) == 0x000008, "Wrong alignment on NewRofleemo_C_SetAppearancePosition"); \ static_assert(sizeof(NewRofleemo_C_SetAppearancePosition) == 0x0000C8, "Wrong size on NewRofleemo_C_SetAppearancePosition"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, Succeed) == 0x000000, "Member 'NewRofleemo_C_SetAppearancePosition::Succeed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000014, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000020, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000A8, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_HasAuthority_ReturnValue_1) == 0x0000A9, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, K2Node_MakeArray_Array) == 0x0000B0, "Member 'NewRofleemo_C_SetAppearancePosition::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_CheckLocation_ReturnValue) == 0x0000C0, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_CheckLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_SetAppearancePosition, CallFunc_BooleanOR_ReturnValue) == 0x0000C1, "Member 'NewRofleemo_C_SetAppearancePosition::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanUseAbility \ static_assert(alignof(NewRofleemo_C_CanUseAbility) == 0x000001, "Wrong alignment on NewRofleemo_C_CanUseAbility"); \ static_assert(sizeof(NewRofleemo_C_CanUseAbility) == 0x000003, "Wrong size on NewRofleemo_C_CanUseAbility"); \ static_assert(offsetof(NewRofleemo_C_CanUseAbility, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_CanUseAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUseAbility, CallFunc_IsPlayingAnyAction_ReturnValue) == 0x000001, "Member 'NewRofleemo_C_CanUseAbility::CallFunc_IsPlayingAnyAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUseAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'NewRofleemo_C_CanUseAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_PlayFear \ static_assert(alignof(NewRofleemo_C_PlayFear) == 0x000008, "Wrong alignment on NewRofleemo_C_PlayFear"); \ static_assert(sizeof(NewRofleemo_C_PlayFear) == 0x000020, "Wrong size on NewRofleemo_C_PlayFear"); \ static_assert(offsetof(NewRofleemo_C_PlayFear, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000000, "Member 'NewRofleemo_C_PlayFear::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_PlayFear, CallFunc_GetAction_ReturnValue) == 0x000008, "Member 'NewRofleemo_C_PlayFear::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_PlayFear, K2Node_DynamicCast_AsRofleemo_Action_Base) == 0x000010, "Member 'NewRofleemo_C_PlayFear::K2Node_DynamicCast_AsRofleemo_Action_Base' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_PlayFear, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NewRofleemo_C_PlayFear::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_OnLostBed \ static_assert(alignof(NewRofleemo_C_OnLostBed) == 0x000008, "Wrong alignment on NewRofleemo_C_OnLostBed"); \ static_assert(sizeof(NewRofleemo_C_OnLostBed) == 0x000038, "Wrong size on NewRofleemo_C_OnLostBed"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_FindHappinessMod_ReturnValue) == 0x000000, "Member 'NewRofleemo_C_OnLostBed::CallFunc_FindHappinessMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_FindHappinessMod_ReturnValue_1) == 0x000008, "Member 'NewRofleemo_C_OnLostBed::CallFunc_FindHappinessMod_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_OnLostBed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'NewRofleemo_C_OnLostBed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'NewRofleemo_C_OnLostBed::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'NewRofleemo_C_OnLostBed::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_SpawnObject_ReturnValue_1) == 0x000028, "Member 'NewRofleemo_C_OnLostBed::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_OnLostBed, CallFunc_Array_Add_ReturnValue_1) == 0x000030, "Member 'NewRofleemo_C_OnLostBed::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ShowKeyHints \ static_assert(alignof(NewRofleemo_C_ShowKeyHints) == 0x000008, "Wrong alignment on NewRofleemo_C_ShowKeyHints"); \ static_assert(sizeof(NewRofleemo_C_ShowKeyHints) == 0x0001D8, "Wrong size on NewRofleemo_C_ShowKeyHints"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, LocalHUD) == 0x000000, "Member 'NewRofleemo_C_ShowKeyHints::LocalHUD' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000008, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000020, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer_2) == 0x000038, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer_3) == 0x000050, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer_4) == 0x000068, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess_4) == 0x000078, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_AsAction_Buttons_Displayer_5) == 0x000080, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_AsAction_Buttons_Displayer_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_DynamicCast_bSuccess_5) == 0x000090, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_GetLocalPlayerHUD_ReturnValue) == 0x000098, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_GetLocalPlayerHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_GetName_WorkerName) == 0x0000A0, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_GetName_WorkerName' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B8, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_GetName_WorkerName_1) == 0x0000C0, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_GetName_WorkerName_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000D8, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_CanPickUpRofleemo_ReturnValue) == 0x0000E0, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_CanPickUpRofleemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000E8, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_CanPickUpRofleemo_ReturnValue_1) == 0x0000F0, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_CanPickUpRofleemo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_CanMoveRofleemo_ReturnValue) == 0x0000F1, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_CanMoveRofleemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, CallFunc_CanBeKicked_ReturnValue) == 0x0000F2, "Member 'NewRofleemo_C_ShowKeyHints::CallFunc_CanBeKicked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_MakeStruct_KeyDisplayMeta) == 0x0000F8, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_MakeStruct_KeyDisplayMeta_1) == 0x000130, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_MakeStruct_KeyDisplayMeta_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_MakeStruct_KeyDisplayMeta_2) == 0x000168, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_MakeStruct_KeyDisplayMeta_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_ShowKeyHints, K2Node_MakeStruct_KeyDisplayMeta_3) == 0x0001A0, "Member 'NewRofleemo_C_ShowKeyHints::K2Node_MakeStruct_KeyDisplayMeta_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_IsDeconstructionAllowed \ static_assert(alignof(NewRofleemo_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on NewRofleemo_C_IsDeconstructionAllowed"); \ static_assert(sizeof(NewRofleemo_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on NewRofleemo_C_IsDeconstructionAllowed"); \ static_assert(offsetof(NewRofleemo_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'NewRofleemo_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'NewRofleemo_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'NewRofleemo_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'NewRofleemo_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanRepairIt \ static_assert(alignof(NewRofleemo_C_CanRepairIt) == 0x000004, "Wrong alignment on NewRofleemo_C_CanRepairIt"); \ static_assert(sizeof(NewRofleemo_C_CanRepairIt) == 0x00008C, "Wrong size on NewRofleemo_C_CanRepairIt"); \ static_assert(offsetof(NewRofleemo_C_CanRepairIt, Hit) == 0x000000, "Member 'NewRofleemo_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanRepairIt, Repairable) == 0x000088, "Member 'NewRofleemo_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetAdditionalButtons \ static_assert(alignof(NewRofleemo_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on NewRofleemo_C_GetAdditionalButtons"); \ static_assert(sizeof(NewRofleemo_C_GetAdditionalButtons) == 0x000010, "Wrong size on NewRofleemo_C_GetAdditionalButtons"); \ static_assert(offsetof(NewRofleemo_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'NewRofleemo_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetProgressStatusState \ static_assert(alignof(NewRofleemo_C_GetProgressStatusState) == 0x000001, "Wrong alignment on NewRofleemo_C_GetProgressStatusState"); \ static_assert(sizeof(NewRofleemo_C_GetProgressStatusState) == 0x000001, "Wrong size on NewRofleemo_C_GetProgressStatusState"); \ static_assert(offsetof(NewRofleemo_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'NewRofleemo_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetProgressStatusTime \ static_assert(alignof(NewRofleemo_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on NewRofleemo_C_GetProgressStatusTime"); \ static_assert(sizeof(NewRofleemo_C_GetProgressStatusTime) == 0x000008, "Wrong size on NewRofleemo_C_GetProgressStatusTime"); \ static_assert(offsetof(NewRofleemo_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'NewRofleemo_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetActorState \ static_assert(alignof(NewRofleemo_C_GetActorState) == 0x000004, "Wrong alignment on NewRofleemo_C_GetActorState"); \ static_assert(sizeof(NewRofleemo_C_GetActorState) == 0x000008, "Wrong size on NewRofleemo_C_GetActorState"); \ static_assert(offsetof(NewRofleemo_C_GetActorState, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetIcon \ static_assert(alignof(NewRofleemo_C_GetIcon) == 0x000008, "Wrong alignment on NewRofleemo_C_GetIcon"); \ static_assert(sizeof(NewRofleemo_C_GetIcon) == 0x000008, "Wrong size on NewRofleemo_C_GetIcon"); \ static_assert(offsetof(NewRofleemo_C_GetIcon, Icon_0) == 0x000000, "Member 'NewRofleemo_C_GetIcon::Icon_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetWorkerActor \ static_assert(alignof(NewRofleemo_C_GetWorkerActor) == 0x000008, "Wrong alignment on NewRofleemo_C_GetWorkerActor"); \ static_assert(sizeof(NewRofleemo_C_GetWorkerActor) == 0x000008, "Wrong size on NewRofleemo_C_GetWorkerActor"); \ static_assert(offsetof(NewRofleemo_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'NewRofleemo_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetName \ static_assert(alignof(NewRofleemo_C_GetName) == 0x000008, "Wrong alignment on NewRofleemo_C_GetName"); \ static_assert(sizeof(NewRofleemo_C_GetName) == 0x000058, "Wrong size on NewRofleemo_C_GetName"); \ static_assert(offsetof(NewRofleemo_C_GetName, WorkerName) == 0x000000, "Member 'NewRofleemo_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, Temp_bool_Variable) == 0x000018, "Member 'NewRofleemo_C_GetName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, Temp_text_Variable) == 0x000020, "Member 'NewRofleemo_C_GetName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, CallFunc_IsGDKPlatform_ReturnValue) == 0x000038, "Member 'NewRofleemo_C_GetName::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'NewRofleemo_C_GetName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x00003A, "Member 'NewRofleemo_C_GetName::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'NewRofleemo_C_GetName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetName, K2Node_Select_Default) == 0x000040, "Member 'NewRofleemo_C_GetName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetDebuffs \ static_assert(alignof(NewRofleemo_C_GetDebuffs) == 0x000008, "Wrong alignment on NewRofleemo_C_GetDebuffs"); \ static_assert(sizeof(NewRofleemo_C_GetDebuffs) == 0x000010, "Wrong size on NewRofleemo_C_GetDebuffs"); \ static_assert(offsetof(NewRofleemo_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'NewRofleemo_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetPerks \ static_assert(alignof(NewRofleemo_C_GetPerks) == 0x000008, "Wrong alignment on NewRofleemo_C_GetPerks"); \ static_assert(sizeof(NewRofleemo_C_GetPerks) == 0x0000C0, "Wrong size on NewRofleemo_C_GetPerks"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, Perks) == 0x000000, "Member 'NewRofleemo_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, PerksLocal) == 0x000010, "Member 'NewRofleemo_C_GetPerks::PerksLocal' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, Temp_int_Array_Index_Variable) == 0x000020, "Member 'NewRofleemo_C_GetPerks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'NewRofleemo_C_GetPerks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'NewRofleemo_C_GetPerks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'NewRofleemo_C_GetPerks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'NewRofleemo_C_GetPerks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'NewRofleemo_C_GetPerks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000038, "Member 'NewRofleemo_C_GetPerks::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'NewRofleemo_C_GetPerks::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Array_Get_Item) == 0x000040, "Member 'NewRofleemo_C_GetPerks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Array_Length_ReturnValue_2) == 0x000044, "Member 'NewRofleemo_C_GetPerks::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_FindRofleemoPerkData_Data) == 0x000048, "Member 'NewRofleemo_C_GetPerks::CallFunc_FindRofleemoPerkData_Data' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_FindRofleemoPerkData_ReturnValue) == 0x0000A8, "Member 'NewRofleemo_C_GetPerks::CallFunc_FindRofleemoPerkData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'NewRofleemo_C_GetPerks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'NewRofleemo_C_GetPerks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'NewRofleemo_C_GetPerks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetPerks, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'NewRofleemo_C_GetPerks::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetCurrentHappines \ static_assert(alignof(NewRofleemo_C_GetCurrentHappines) == 0x000004, "Wrong alignment on NewRofleemo_C_GetCurrentHappines"); \ static_assert(sizeof(NewRofleemo_C_GetCurrentHappines) == 0x000008, "Wrong size on NewRofleemo_C_GetCurrentHappines"); \ static_assert(offsetof(NewRofleemo_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'NewRofleemo_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetCurrentHappines, CallFunc_GetActiveHappinessSlots_ReturnValue) == 0x000004, "Member 'NewRofleemo_C_GetCurrentHappines::CallFunc_GetActiveHappinessSlots_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetModuleFeatures \ static_assert(alignof(NewRofleemo_C_GetModuleFeatures) == 0x000008, "Wrong alignment on NewRofleemo_C_GetModuleFeatures"); \ static_assert(sizeof(NewRofleemo_C_GetModuleFeatures) == 0x000050, "Wrong size on NewRofleemo_C_GetModuleFeatures"); \ static_assert(offsetof(NewRofleemo_C_GetModuleFeatures, Features) == 0x000000, "Member 'NewRofleemo_C_GetModuleFeatures::Features' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetSlots \ static_assert(alignof(NewRofleemo_C_GetSlots) == 0x000004, "Wrong alignment on NewRofleemo_C_GetSlots"); \ static_assert(sizeof(NewRofleemo_C_GetSlots) == 0x000014, "Wrong size on NewRofleemo_C_GetSlots"); \ static_assert(offsetof(NewRofleemo_C_GetSlots, BaseSlots) == 0x000000, "Member 'NewRofleemo_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetSlots, Overslots) == 0x000004, "Member 'NewRofleemo_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetSlots, FullSlots) == 0x000008, "Member 'NewRofleemo_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'NewRofleemo_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetSlots, CallFunc_GetFrozenSlots_ReturnValue) == 0x000010, "Member 'NewRofleemo_C_GetSlots::CallFunc_GetFrozenSlots_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanUse \ static_assert(alignof(NewRofleemo_C_CanUse) == 0x000008, "Wrong alignment on NewRofleemo_C_CanUse"); \ static_assert(sizeof(NewRofleemo_C_CanUse) == 0x0000A8, "Wrong size on NewRofleemo_C_CanUse"); \ static_assert(offsetof(NewRofleemo_C_CanUse, Hit) == 0x000000, "Member 'NewRofleemo_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, ReturnValue) == 0x000090, "Member 'NewRofleemo_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, CallFunc_IsInitialQuestActive_ReturnValue) == 0x000091, "Member 'NewRofleemo_C_CanUse::CallFunc_IsInitialQuestActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000098, "Member 'NewRofleemo_C_CanUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A0, "Member 'NewRofleemo_C_CanUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'NewRofleemo_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x0000A2, "Member 'NewRofleemo_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanHoldUse \ static_assert(alignof(NewRofleemo_C_CanHoldUse) == 0x000008, "Wrong alignment on NewRofleemo_C_CanHoldUse"); \ static_assert(sizeof(NewRofleemo_C_CanHoldUse) == 0x000098, "Wrong size on NewRofleemo_C_CanHoldUse"); \ static_assert(offsetof(NewRofleemo_C_CanHoldUse, Hit) == 0x000000, "Member 'NewRofleemo_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'NewRofleemo_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanAltUse \ static_assert(alignof(NewRofleemo_C_CanAltUse) == 0x000008, "Wrong alignment on NewRofleemo_C_CanAltUse"); \ static_assert(sizeof(NewRofleemo_C_CanAltUse) == 0x000098, "Wrong size on NewRofleemo_C_CanAltUse"); \ static_assert(offsetof(NewRofleemo_C_CanAltUse, Hit) == 0x000000, "Member 'NewRofleemo_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanAltUse, ReturnValue) == 0x000090, "Member 'NewRofleemo_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanAltUse, CallFunc_CanPickUpRofleemo_ReturnValue) == 0x000091, "Member 'NewRofleemo_C_CanAltUse::CallFunc_CanPickUpRofleemo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_CanAltHoldUse \ static_assert(alignof(NewRofleemo_C_CanAltHoldUse) == 0x000008, "Wrong alignment on NewRofleemo_C_CanAltHoldUse"); \ static_assert(sizeof(NewRofleemo_C_CanAltHoldUse) == 0x000098, "Wrong size on NewRofleemo_C_CanAltHoldUse"); \ static_assert(offsetof(NewRofleemo_C_CanAltHoldUse, Hit) == 0x000000, "Member 'NewRofleemo_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'NewRofleemo_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'NewRofleemo_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetItemSelection \ static_assert(alignof(NewRofleemo_C_GetItemSelection) == 0x000008, "Wrong alignment on NewRofleemo_C_GetItemSelection"); \ static_assert(sizeof(NewRofleemo_C_GetItemSelection) == 0x0000B0, "Wrong size on NewRofleemo_C_GetItemSelection"); \ static_assert(offsetof(NewRofleemo_C_GetItemSelection, Hit) == 0x000000, "Member 'NewRofleemo_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetItemSelection, Player) == 0x000088, "Member 'NewRofleemo_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetItemSelection, SelectionText) == 0x000090, "Member 'NewRofleemo_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'NewRofleemo_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'NewRofleemo_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetItemDurability \ static_assert(alignof(NewRofleemo_C_GetItemDurability) == 0x000008, "Wrong alignment on NewRofleemo_C_GetItemDurability"); \ static_assert(sizeof(NewRofleemo_C_GetItemDurability) == 0x000018, "Wrong size on NewRofleemo_C_GetItemDurability"); \ static_assert(offsetof(NewRofleemo_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_GetHoldUseTime \ static_assert(alignof(NewRofleemo_C_GetHoldUseTime) == 0x000008, "Wrong alignment on NewRofleemo_C_GetHoldUseTime"); \ static_assert(sizeof(NewRofleemo_C_GetHoldUseTime) == 0x000010, "Wrong size on NewRofleemo_C_GetHoldUseTime"); \ static_assert(offsetof(NewRofleemo_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'NewRofleemo_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(NewRofleemo_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'NewRofleemo_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NewRofleemo_C_ShouldNotBeSaved \ static_assert(alignof(NewRofleemo_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on NewRofleemo_C_ShouldNotBeSaved"); \ static_assert(sizeof(NewRofleemo_C_ShouldNotBeSaved) == 0x000001, "Wrong size on NewRofleemo_C_ShouldNotBeSaved"); \ static_assert(offsetof(NewRofleemo_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'NewRofleemo_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANewRofleemo_C \ static_assert(alignof(ANewRofleemo_C) == 0x000010, "Wrong alignment on ANewRofleemo_C"); \ static_assert(sizeof(ANewRofleemo_C) == 0x001260, "Wrong size on ANewRofleemo_C"); \ static_assert(offsetof(ANewRofleemo_C, UberGraphFrame) == 0x001120, "Member 'ANewRofleemo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, FGSignificance) == 0x001128, "Member 'ANewRofleemo_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, HandMeshStatic2) == 0x001130, "Member 'ANewRofleemo_C::HandMeshStatic2' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, HandMeshStatic) == 0x001138, "Member 'ANewRofleemo_C::HandMeshStatic' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, HandMesh) == 0x001140, "Member 'ANewRofleemo_C::HandMesh' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, RofleemoIdle) == 0x001148, "Member 'ANewRofleemo_C::RofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, SKMushroom) == 0x001150, "Member 'ANewRofleemo_C::SKMushroom' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, SK_Booster) == 0x001158, "Member 'ANewRofleemo_C::SK_Booster' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, StatusIndicator) == 0x001160, "Member 'ANewRofleemo_C::StatusIndicator' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, Scene) == 0x001168, "Member 'ANewRofleemo_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, BuilderCollision) == 0x001170, "Member 'ANewRofleemo_C::BuilderCollision' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, FGQuestMark) == 0x001178, "Member 'ANewRofleemo_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, DissolveObject_Value_0EE7F6FE4D6AD3C7391691959A386588) == 0x001180, "Member 'ANewRofleemo_C::DissolveObject_Value_0EE7F6FE4D6AD3C7391691959A386588' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, DissolveObject__Direction_0EE7F6FE4D6AD3C7391691959A386588) == 0x001184, "Member 'ANewRofleemo_C::DissolveObject__Direction_0EE7F6FE4D6AD3C7391691959A386588' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, DissolveObject) == 0x001188, "Member 'ANewRofleemo_C::DissolveObject' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, Dissolve_Value_23AA06534BC87FC2CBF87A8ADB1C9BC4) == 0x001190, "Member 'ANewRofleemo_C::Dissolve_Value_23AA06534BC87FC2CBF87A8ADB1C9BC4' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, Dissolve__Direction_23AA06534BC87FC2CBF87A8ADB1C9BC4) == 0x001194, "Member 'ANewRofleemo_C::Dissolve__Direction_23AA06534BC87FC2CBF87A8ADB1C9BC4' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, Dissolve) == 0x001198, "Member 'ANewRofleemo_C::Dissolve' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, TeleportationRot) == 0x0011A0, "Member 'ANewRofleemo_C::TeleportationRot' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, Bed) == 0x0011B0, "Member 'ANewRofleemo_C::Bed' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, TaskTagTakeBeastThings) == 0x0011B8, "Member 'ANewRofleemo_C::TaskTagTakeBeastThings' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, HeavyItem) == 0x0011C0, "Member 'ANewRofleemo_C::HeavyItem' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, bIsOnTrain) == 0x0011C8, "Member 'ANewRofleemo_C::bIsOnTrain' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, TeleportAnimations) == 0x0011D0, "Member 'ANewRofleemo_C::TeleportAnimations' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, TeleportingPlayer) == 0x0011E0, "Member 'ANewRofleemo_C::TeleportingPlayer' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, RofleemoSack) == 0x0011E8, "Member 'ANewRofleemo_C::RofleemoSack' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, OnNameSet) == 0x0011F0, "Member 'ANewRofleemo_C::OnNameSet' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, OnItemLeaved) == 0x001200, "Member 'ANewRofleemo_C::OnItemLeaved' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, WagonToAttach) == 0x001210, "Member 'ANewRofleemo_C::WagonToAttach' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, bPlayTaskGiveItems) == 0x001218, "Member 'ANewRofleemo_C::bPlayTaskGiveItems' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, StopJitteringTimer) == 0x001220, "Member 'ANewRofleemo_C::StopJitteringTimer' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, JitteringBaseTimer) == 0x001228, "Member 'ANewRofleemo_C::JitteringBaseTimer' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, PositionBeforeTaken) == 0x001230, "Member 'ANewRofleemo_C::PositionBeforeTaken' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, TPIgnoreCollision) == 0x001238, "Member 'ANewRofleemo_C::TPIgnoreCollision' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, OnOverslotAdded) == 0x001240, "Member 'ANewRofleemo_C::OnOverslotAdded' has a wrong offset!"); \ static_assert(offsetof(ANewRofleemo_C, OnFullslotAdded) == 0x001250, "Member 'ANewRofleemo_C::OnFullslotAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_BenchV2_ModuleValues \ static_assert(alignof(FS_BenchV2_ModuleValues) == 0x000004, "Wrong alignment on FS_BenchV2_ModuleValues"); \ static_assert(sizeof(FS_BenchV2_ModuleValues) == 0x000020, "Wrong size on FS_BenchV2_ModuleValues"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Damage_6_1372FCB5448968AE20D407BB135F8C64) == 0x000000, "Member 'FS_BenchV2_ModuleValues::Damage_6_1372FCB5448968AE20D407BB135F8C64' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Accuracy_8_B86513104BE1D4E60BC2829A20A9EB4A) == 0x000004, "Member 'FS_BenchV2_ModuleValues::Accuracy_8_B86513104BE1D4E60BC2829A20A9EB4A' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, RPM_10_211C79664C7F7942A1ECBEB9012BC857) == 0x000008, "Member 'FS_BenchV2_ModuleValues::RPM_10_211C79664C7F7942A1ECBEB9012BC857' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Reload_12_50F4A99846603BE0BD6A75A5FC271C4B) == 0x00000C, "Member 'FS_BenchV2_ModuleValues::Reload_12_50F4A99846603BE0BD6A75A5FC271C4B' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Stability_14_F5CE96BC4710BF786B04449982C8FD8F) == 0x000010, "Member 'FS_BenchV2_ModuleValues::Stability_14_F5CE96BC4710BF786B04449982C8FD8F' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Magazine_16_97ABF71940636D8DE9F94498A076C145) == 0x000014, "Member 'FS_BenchV2_ModuleValues::Magazine_16_97ABF71940636D8DE9F94498A076C145' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Range_18_C42195CC4B0F26AEE96C3BA5F57F557B) == 0x000018, "Member 'FS_BenchV2_ModuleValues::Range_18_C42195CC4B0F26AEE96C3BA5F57F557B' has a wrong offset!"); \ static_assert(offsetof(FS_BenchV2_ModuleValues, Handling_20_C5D97E92451D8FB5BD3FB1B871602D22) == 0x00001C, "Member 'FS_BenchV2_ModuleValues::Handling_20_C5D97E92451D8FB5BD3FB1B871602D22' 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_UAudioCaptureComponent \ static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on UAudioCaptureComponent"); \ static_assert(sizeof(UAudioCaptureComponent) == 0x000780, "Wrong size on UAudioCaptureComponent"); \ static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x0006C0, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACableActor \ static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ static_assert(sizeof(ACableActor) == 0x000228, "Wrong size on ACableActor"); \ static_assert(offsetof(ACableActor, CableComponent) == 0x000220, "Member 'ACableActor::CableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CableComponent_SetAttachEndTo \ static_assert(alignof(CableComponent_SetAttachEndTo) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndTo"); \ static_assert(sizeof(CableComponent_SetAttachEndTo) == 0x000018, "Wrong size on CableComponent_SetAttachEndTo"); \ static_assert(offsetof(CableComponent_SetAttachEndTo, Actor) == 0x000000, "Member 'CableComponent_SetAttachEndTo::Actor' has a wrong offset!"); \ static_assert(offsetof(CableComponent_SetAttachEndTo, ComponentProperty) == 0x000008, "Member 'CableComponent_SetAttachEndTo::ComponentProperty' has a wrong offset!"); \ static_assert(offsetof(CableComponent_SetAttachEndTo, SocketName) == 0x000010, "Member 'CableComponent_SetAttachEndTo::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CableComponent_SetAttachEndToComponent \ static_assert(alignof(CableComponent_SetAttachEndToComponent) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndToComponent"); \ static_assert(sizeof(CableComponent_SetAttachEndToComponent) == 0x000010, "Wrong size on CableComponent_SetAttachEndToComponent"); \ static_assert(offsetof(CableComponent_SetAttachEndToComponent, Component) == 0x000000, "Member 'CableComponent_SetAttachEndToComponent::Component' has a wrong offset!"); \ static_assert(offsetof(CableComponent_SetAttachEndToComponent, SocketName) == 0x000008, "Member 'CableComponent_SetAttachEndToComponent::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CableComponent_GetAttachedActor \ static_assert(alignof(CableComponent_GetAttachedActor) == 0x000008, "Wrong alignment on CableComponent_GetAttachedActor"); \ static_assert(sizeof(CableComponent_GetAttachedActor) == 0x000008, "Wrong size on CableComponent_GetAttachedActor"); \ static_assert(offsetof(CableComponent_GetAttachedActor, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CableComponent_GetAttachedComponent \ static_assert(alignof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong alignment on CableComponent_GetAttachedComponent"); \ static_assert(sizeof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong size on CableComponent_GetAttachedComponent"); \ static_assert(offsetof(CableComponent_GetAttachedComponent, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CableComponent_GetCableParticleLocations \ static_assert(alignof(CableComponent_GetCableParticleLocations) == 0x000008, "Wrong alignment on CableComponent_GetCableParticleLocations"); \ static_assert(sizeof(CableComponent_GetCableParticleLocations) == 0x000010, "Wrong size on CableComponent_GetCableParticleLocations"); \ static_assert(offsetof(CableComponent_GetCableParticleLocations, Locations) == 0x000000, "Member 'CableComponent_GetCableParticleLocations::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCableComponent \ static_assert(alignof(UCableComponent) == 0x000010, "Wrong alignment on UCableComponent"); \ static_assert(sizeof(UCableComponent) == 0x000510, "Wrong size on UCableComponent"); \ static_assert(offsetof(UCableComponent, bAttachStart) == 0x000478, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000479, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, AttachEndTo) == 0x000480, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x0004A8, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, EndLocation) == 0x0004B0, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableLength) == 0x0004BC, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSegments) == 0x0004C0, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SubstepTime) == 0x0004C4, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SolverIterations) == 0x0004C8, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0004CC, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0004CD, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0004CE, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0004CF, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableCollision) == 0x0004D0, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CollisionFriction) == 0x0004D4, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableForce) == 0x0004D8, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableGravityScale) == 0x0004E4, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableWidth) == 0x0004E8, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSides) == 0x0004EC, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, TileMaterial) == 0x0004F0, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_ExecuteUbergraph_SE_Shock \ static_assert(alignof(SE_Shock_C_ExecuteUbergraph_SE_Shock) == 0x000008, "Wrong alignment on SE_Shock_C_ExecuteUbergraph_SE_Shock"); \ static_assert(sizeof(SE_Shock_C_ExecuteUbergraph_SE_Shock) == 0x0000D8, "Wrong size on SE_Shock_C_ExecuteUbergraph_SE_Shock"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, EntryPoint) == 0x000000, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_HasAuthority_ReturnValue) == 0x000018, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Conv_BoolToString_ReturnValue) == 0x000030, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, K2Node_CustomEvent_Characters) == 0x000060, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::K2Node_CustomEvent_Characters' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_CreateNiagaraComponent_ReturnValue) == 0x000078, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_CreateNiagaraComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Subtract_IntInt_ReturnValue) == 0x000080, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, Temp_int_Variable) == 0x000084, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Array_Get_Item) == 0x000088, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_GetRandomArcPoint_Result) == 0x0000A8, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_GetRandomArcPoint_Result' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_IsValid_ReturnValue) == 0x0000B4, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B8, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C4, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C8, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ExecuteUbergraph_SE_Shock, CallFunc_K2_SetTimer_ReturnValue) == 0x0000D0, "Member 'SE_Shock_C_ExecuteUbergraph_SE_Shock::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_SpawnArcEffect \ static_assert(alignof(SE_Shock_C_SpawnArcEffect) == 0x000008, "Wrong alignment on SE_Shock_C_SpawnArcEffect"); \ static_assert(sizeof(SE_Shock_C_SpawnArcEffect) == 0x000010, "Wrong size on SE_Shock_C_SpawnArcEffect"); \ static_assert(offsetof(SE_Shock_C_SpawnArcEffect, Characters) == 0x000000, "Member 'SE_Shock_C_SpawnArcEffect::Characters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_CalculateArc \ static_assert(alignof(SE_Shock_C_CalculateArc) == 0x000008, "Wrong alignment on SE_Shock_C_CalculateArc"); \ static_assert(sizeof(SE_Shock_C_CalculateArc) == 0x000100, "Wrong size on SE_Shock_C_CalculateArc"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, ArcTargets) == 0x000000, "Member 'SE_Shock_C_CalculateArc::ArcTargets' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, randomIndex) == 0x000010, "Member 'SE_Shock_C_CalculateArc::randomIndex' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, bLocalFindTarget) == 0x000014, "Member 'SE_Shock_C_CalculateArc::bLocalFindTarget' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, LocalArcedCharacters) == 0x000018, "Member 'SE_Shock_C_CalculateArc::LocalArcedCharacters' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, LocalArcLength) == 0x000028, "Member 'SE_Shock_C_CalculateArc::LocalArcLength' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, Temp_bool_Variable) == 0x00002C, "Member 'SE_Shock_C_CalculateArc::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'SE_Shock_C_CalculateArc::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'SE_Shock_C_CalculateArc::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'SE_Shock_C_CalculateArc::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005C, "Member 'SE_Shock_C_CalculateArc::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, Temp_int_Variable) == 0x000060, "Member 'SE_Shock_C_CalculateArc::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Subtract_IntInt_ReturnValue) == 0x000064, "Member 'SE_Shock_C_CalculateArc::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Get_Item) == 0x000068, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'SE_Shock_C_CalculateArc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'SE_Shock_C_CalculateArc::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, K2Node_MakeArray_Array) == 0x000080, "Member 'SE_Shock_C_CalculateArc::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_SphereOverlapActors_OutActors) == 0x000090, "Member 'SE_Shock_C_CalculateArc::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_SphereOverlapActors_ReturnValue) == 0x0000A0, "Member 'SE_Shock_C_CalculateArc::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000A1, "Member 'SE_Shock_C_CalculateArc::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_BooleanAND_ReturnValue) == 0x0000A2, "Member 'SE_Shock_C_CalculateArc::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, K2Node_DynamicCast_AsFGCharacter) == 0x0000B0, "Member 'SE_Shock_C_CalculateArc::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'SE_Shock_C_CalculateArc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_GetObjectClass_ReturnValue) == 0x0000C0, "Member 'SE_Shock_C_CalculateArc::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000C8, "Member 'SE_Shock_C_CalculateArc::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Add_ReturnValue_1) == 0x0000CC, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000D0, "Member 'SE_Shock_C_CalculateArc::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Length_ReturnValue_1) == 0x0000D4, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, Temp_object_Variable) == 0x0000D8, "Member 'SE_Shock_C_CalculateArc::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E0, "Member 'SE_Shock_C_CalculateArc::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Array_Add_ReturnValue_2) == 0x0000E4, "Member 'SE_Shock_C_CalculateArc::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0000E8, "Member 'SE_Shock_C_CalculateArc::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Greater_IntInt_ReturnValue) == 0x0000EC, "Member 'SE_Shock_C_CalculateArc::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_BooleanAND_ReturnValue_1) == 0x0000ED, "Member 'SE_Shock_C_CalculateArc::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_GetImplicitModValue_ReturnValue) == 0x0000F0, "Member 'SE_Shock_C_CalculateArc::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_FTrunc_ReturnValue) == 0x0000F4, "Member 'SE_Shock_C_CalculateArc::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_CalculateArc, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F8, "Member 'SE_Shock_C_CalculateArc::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_GetRandomArcPoint \ static_assert(alignof(SE_Shock_C_GetRandomArcPoint) == 0x000004, "Wrong alignment on SE_Shock_C_GetRandomArcPoint"); \ static_assert(sizeof(SE_Shock_C_GetRandomArcPoint) == 0x000058, "Wrong size on SE_Shock_C_GetRandomArcPoint"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, Location) == 0x000000, "Member 'SE_Shock_C_GetRandomArcPoint::Location' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, Result) == 0x00000C, "Member 'SE_Shock_C_GetRandomArcPoint::Result' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, Temp_bool_Variable) == 0x000018, "Member 'SE_Shock_C_GetRandomArcPoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, Temp_bool_Variable_1) == 0x000019, "Member 'SE_Shock_C_GetRandomArcPoint::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomFloatInRange_ReturnValue) == 0x00001C, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000020, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomBool_ReturnValue) == 0x000024, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000028, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x00002C, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, K2Node_Select_Default) == 0x000030, "Member 'SE_Shock_C_GetRandomArcPoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000034, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_RandomBool_ReturnValue_1) == 0x000038, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_RandomBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, K2Node_Select_Default_1) == 0x00003C, "Member 'SE_Shock_C_GetRandomArcPoint::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_GetRandomArcPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00004C, "Member 'SE_Shock_C_GetRandomArcPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_ArcDealDamage \ static_assert(alignof(SE_Shock_C_ArcDealDamage) == 0x000008, "Wrong alignment on SE_Shock_C_ArcDealDamage"); \ static_assert(sizeof(SE_Shock_C_ArcDealDamage) == 0x000038, "Wrong size on SE_Shock_C_ArcDealDamage"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, Character) == 0x000000, "Member 'SE_Shock_C_ArcDealDamage::Character' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_GetController_ReturnValue_1) == 0x000020, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_GetImplicitModValue_ReturnValue) == 0x000028, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_ArcDealDamage, CallFunc_ApplyDamage_ReturnValue) == 0x000034, "Member 'SE_Shock_C_ArcDealDamage::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_PlayStartSound \ static_assert(alignof(SE_Shock_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Shock_C_PlayStartSound"); \ static_assert(sizeof(SE_Shock_C_PlayStartSound) == 0x000010, "Wrong size on SE_Shock_C_PlayStartSound"); \ static_assert(offsetof(SE_Shock_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Shock_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(SE_Shock_C_PlayStartSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'SE_Shock_C_PlayStartSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Shock_C_PlayStopSound \ static_assert(alignof(SE_Shock_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Shock_C_PlayStopSound"); \ static_assert(sizeof(SE_Shock_C_PlayStopSound) == 0x000008, "Wrong size on SE_Shock_C_PlayStopSound"); \ static_assert(offsetof(SE_Shock_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Shock_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Shock_C \ static_assert(alignof(USE_Shock_C) == 0x000008, "Wrong alignment on USE_Shock_C"); \ static_assert(sizeof(USE_Shock_C) == 0x0001E8, "Wrong size on USE_Shock_C"); \ static_assert(offsetof(USE_Shock_C, UberGraphFrame_SE_Shock_C) == 0x0001B8, "Member 'USE_Shock_C::UberGraphFrame_SE_Shock_C' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, TH_Arc) == 0x0001C0, "Member 'USE_Shock_C::TH_Arc' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcNiagaraSystem) == 0x0001C8, "Member 'USE_Shock_C::ArcNiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcLength) == 0x0001D0, "Member 'USE_Shock_C::ArcLength' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcChainRadius) == 0x0001D4, "Member 'USE_Shock_C::ArcChainRadius' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcFrequency) == 0x0001D8, "Member 'USE_Shock_C::ArcFrequency' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcDamageMultiplier) == 0x0001DC, "Member 'USE_Shock_C::ArcDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(USE_Shock_C, ArcDamageType) == 0x0001E0, "Member 'USE_Shock_C::ArcDamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter \ static_assert(alignof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter) == 0x000010, "Wrong alignment on RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter"); \ static_assert(sizeof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter) == 0x000700, "Wrong size on RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, EntryPoint) == 0x000000, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_9) == 0x000004, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_8) == 0x00001C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_7) == 0x000034, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_6) == 0x00004C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_5) == 0x000064, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_name_Variable) == 0x00007C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_4) == 0x000094, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_3) == 0x00009C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_2) == 0x0000B4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_1) == 0x0000CC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName) == 0x0000E4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_name_Variable_1) == 0x0000FC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_10) == 0x000104, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_11) == 0x000114, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_12) == 0x000124, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Loop_Counter_Variable) == 0x000134, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Array_Index_Variable) == 0x00013C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_bool_Variable) == 0x000140, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Not_PreBool_ReturnValue) == 0x000141, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Loop_Counter_Variable_1) == 0x000144, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Add_IntInt_ReturnValue_1) == 0x000148, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeTransform_ReturnValue) == 0x000150, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000180, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_FinishSpawningActor_ReturnValue) == 0x000188, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Array_Index_Variable_1) == 0x000190, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Loop_Counter_Variable_2) == 0x000194, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000198, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Array_Index_Variable_2) == 0x00019C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_bool_Variable_1) == 0x0001A0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A1, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_HasAuthority_ReturnValue) == 0x0001A2, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_AnimationType) == 0x0001A4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_AnimationType' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetMaterials_ReturnValue) == 0x0001A8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Length_ReturnValue) == 0x0001B8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001BC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Length_ReturnValue_1) == 0x0001C0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Array_Index_Variable_3) == 0x0001C8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item) == 0x0001D0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001D8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue) == 0x0001E0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Add_ReturnValue) == 0x0001E4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Object) == 0x0001E8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Location_1) == 0x0001F0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Location_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Rotation_1) == 0x0001FC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_ThrowPower) == 0x000208, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_ThrowPower' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Vector_IsZero_ReturnValue) == 0x000214, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000218, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0002A0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0002A8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0002B0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002B8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002C4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_1) == 0x0002D0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Length_ReturnValue_2) == 0x0002D8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_RandomFloatInRange_ReturnValue) == 0x0002DC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue) == 0x0002E0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0002EC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002F0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue_1) == 0x0002F8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Loop_Counter_Variable_3) == 0x000304, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000308, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000310, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Add_IntInt_ReturnValue_3) == 0x000314, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_name_Variable_2) == 0x000318, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_10) == 0x000320, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_13) == 0x000328, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_2) == 0x000338, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Data) == 0x000340, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Data' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0003D0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_1) == 0x0003D8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003E0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000430, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000438, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Length_ReturnValue_3) == 0x000448, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Less_IntInt_ReturnValue_2) == 0x00044C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_3) == 0x000450, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000458, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_4) == 0x000460, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000468, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_11) == 0x000470, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Add_ReturnValue_1) == 0x000478, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Add_ReturnValue_2) == 0x00047C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000480, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue_2) == 0x000484, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000490, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue_3) == 0x000494, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Loop_Counter_Variable_4) == 0x0004A0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004A4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Add_IntInt_ReturnValue_4) == 0x0004A8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_14) == 0x0004AC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0004BC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0004C8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x0004D4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x00055C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, Temp_int_Array_Index_Variable_4) == 0x000560, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_5) == 0x000568, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Location) == 0x000570, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Rotation) == 0x00057C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_12) == 0x000588, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_bDissolve) == 0x000590, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_bDissolve' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000598, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Get_Item_6) == 0x0005A0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_2) == 0x0005A8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Array_Length_ReturnValue_4) == 0x0005AC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Less_IntInt_ReturnValue_4) == 0x0005B0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0005B8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0005C0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_3) == 0x0005CC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0005D0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0005E0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0005E8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_Item) == 0x0005F8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x000600, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_4) == 0x000608, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000609, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_QueryInstance) == 0x000610, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_QueryStatus) == 0x000618, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_15) == 0x00061C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00062C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000630, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000640, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_13) == 0x000644, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_RunEQSQuery_ReturnValue) == 0x000650, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_5) == 0x000658, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00065C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_FindLookAtRotation_ReturnValue) == 0x000668, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Roll) == 0x000674, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Pitch) == 0x000678, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Yaw) == 0x00067C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue_4) == 0x000680, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_16) == 0x00068C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CustomEvent_NotifyName_14) == 0x00069C, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_6) == 0x0006A4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_IsValid_ReturnValue_7) == 0x0006A5, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, K2Node_CreateDelegate_OutputDelegate_17) == 0x0006A8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_FindPointNearTrain_RofleemoLoc) == 0x0006B8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_FindPointNearTrain_RofleemoLoc' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_FindPointNearTrain_ItemLoc) == 0x0006C4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_FindPointNearTrain_ItemLoc' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_FindPointNearTrain_Rotation) == 0x0006D0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_FindPointNearTrain_Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Roll_1) == 0x0006DC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Pitch_1) == 0x0006E0, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_BreakRotator_Yaw_1) == 0x0006E4, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0006E8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_MakeRotator_ReturnValue_5) == 0x0006EC, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter, CallFunc_GetWorldStateManager_ReturnValue) == 0x0006F8, "Member 'RofleemoTeleporter_C_ExecuteUbergraph_RofleemoTeleporter::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_CustomEvent \ static_assert(alignof(RofleemoTeleporter_C_CustomEvent) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_CustomEvent"); \ static_assert(sizeof(RofleemoTeleporter_C_CustomEvent) == 0x000010, "Wrong size on RofleemoTeleporter_C_CustomEvent"); \ static_assert(offsetof(RofleemoTeleporter_C_CustomEvent, QueryInstance) == 0x000000, "Member 'RofleemoTeleporter_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_CustomEvent, QueryStatus) == 0x000008, "Member 'RofleemoTeleporter_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_TeleportHeavyItem \ static_assert(alignof(RofleemoTeleporter_C_TeleportHeavyItem) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_TeleportHeavyItem"); \ static_assert(sizeof(RofleemoTeleporter_C_TeleportHeavyItem) == 0x000008, "Wrong size on RofleemoTeleporter_C_TeleportHeavyItem"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportHeavyItem, Item) == 0x000000, "Member 'RofleemoTeleporter_C_TeleportHeavyItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_DissolveRofleemo \ static_assert(alignof(RofleemoTeleporter_C_DissolveRofleemo) == 0x000001, "Wrong alignment on RofleemoTeleporter_C_DissolveRofleemo"); \ static_assert(sizeof(RofleemoTeleporter_C_DissolveRofleemo) == 0x000001, "Wrong size on RofleemoTeleporter_C_DissolveRofleemo"); \ static_assert(offsetof(RofleemoTeleporter_C_DissolveRofleemo, bDissolve) == 0x000000, "Member 'RofleemoTeleporter_C_DissolveRofleemo::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_TeleportToSingle \ static_assert(alignof(RofleemoTeleporter_C_TeleportToSingle) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_TeleportToSingle"); \ static_assert(sizeof(RofleemoTeleporter_C_TeleportToSingle) == 0x000018, "Wrong size on RofleemoTeleporter_C_TeleportToSingle"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportToSingle, Location) == 0x000000, "Member 'RofleemoTeleporter_C_TeleportToSingle::Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportToSingle, Rotation) == 0x00000C, "Member 'RofleemoTeleporter_C_TeleportToSingle::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_SetLook \ static_assert(alignof(RofleemoTeleporter_C_SetLook) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_SetLook"); \ static_assert(sizeof(RofleemoTeleporter_C_SetLook) == 0x000090, "Wrong size on RofleemoTeleporter_C_SetLook"); \ static_assert(offsetof(RofleemoTeleporter_C_SetLook, Data) == 0x000000, "Member 'RofleemoTeleporter_C_SetLook::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_TeleportObjectTo \ static_assert(alignof(RofleemoTeleporter_C_TeleportObjectTo) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_TeleportObjectTo"); \ static_assert(sizeof(RofleemoTeleporter_C_TeleportObjectTo) == 0x000030, "Wrong size on RofleemoTeleporter_C_TeleportObjectTo"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportObjectTo, Object) == 0x000000, "Member 'RofleemoTeleporter_C_TeleportObjectTo::Object' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportObjectTo, Location) == 0x000008, "Member 'RofleemoTeleporter_C_TeleportObjectTo::Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportObjectTo, Rotation) == 0x000014, "Member 'RofleemoTeleporter_C_TeleportObjectTo::Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_TeleportObjectTo, ThrowPower) == 0x000020, "Member 'RofleemoTeleporter_C_TeleportObjectTo::ThrowPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_PlayerTeleportation \ static_assert(alignof(RofleemoTeleporter_C_PlayerTeleportation) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_PlayerTeleportation"); \ static_assert(sizeof(RofleemoTeleporter_C_PlayerTeleportation) == 0x000004, "Wrong size on RofleemoTeleporter_C_PlayerTeleportation"); \ static_assert(offsetof(RofleemoTeleporter_C_PlayerTeleportation, AnimationType) == 0x000000, "Member 'RofleemoTeleporter_C_PlayerTeleportation::AnimationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294 \ static_assert(alignof(RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294"); \ static_assert(sizeof(RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294"); \ static_assert(offsetof(RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnCompleted_2C99BE054D4B1054166229BED2D29294::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294 \ static_assert(alignof(RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294"); \ static_assert(sizeof(RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294"); \ static_assert(offsetof(RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnBlendOut_2C99BE054D4B1054166229BED2D29294::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294 \ static_assert(alignof(RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294"); \ static_assert(sizeof(RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294"); \ static_assert(offsetof(RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnInterrupted_2C99BE054D4B1054166229BED2D29294::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyBegin_2C99BE054D4B1054166229BED2D29294::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyEnd_2C99BE054D4B1054166229BED2D29294::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9 \ static_assert(alignof(RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(sizeof(RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(offsetof(RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnCompleted_DDA4FE3F4610EF8EA41191B25C3494D9::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9 \ static_assert(alignof(RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(sizeof(RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(offsetof(RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnBlendOut_DDA4FE3F4610EF8EA41191B25C3494D9::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9 \ static_assert(alignof(RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(sizeof(RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(offsetof(RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnInterrupted_DDA4FE3F4610EF8EA41191B25C3494D9::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyBegin_DDA4FE3F4610EF8EA41191B25C3494D9::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyEnd_DDA4FE3F4610EF8EA41191B25C3494D9::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185 \ static_assert(alignof(RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(sizeof(RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(offsetof(RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnCompleted_47D1B6754C98CB970292FD91C94E9185::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185 \ static_assert(alignof(RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(sizeof(RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(offsetof(RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnBlendOut_47D1B6754C98CB970292FD91C94E9185::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185 \ static_assert(alignof(RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(sizeof(RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(offsetof(RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnInterrupted_47D1B6754C98CB970292FD91C94E9185::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyBegin_47D1B6754C98CB970292FD91C94E9185::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185 \ static_assert(alignof(RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185) == 0x000004, "Wrong alignment on RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(sizeof(RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185) == 0x000008, "Wrong size on RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185"); \ static_assert(offsetof(RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185, NotifyName) == 0x000000, "Member 'RofleemoTeleporter_C_OnNotifyEnd_47D1B6754C98CB970292FD91C94E9185::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_FindPointNearTrain \ static_assert(alignof(RofleemoTeleporter_C_FindPointNearTrain) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_FindPointNearTrain"); \ static_assert(sizeof(RofleemoTeleporter_C_FindPointNearTrain) == 0x0001A8, "Wrong size on RofleemoTeleporter_C_FindPointNearTrain"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, RofleemoLoc) == 0x000000, "Member 'RofleemoTeleporter_C_FindPointNearTrain::RofleemoLoc' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, ItemLoc) == 0x00000C, "Member 'RofleemoTeleporter_C_FindPointNearTrain::ItemLoc' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, Rotation) == 0x000018, "Member 'RofleemoTeleporter_C_FindPointNearTrain::Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, ItemLocation) == 0x000024, "Member 'RofleemoTeleporter_C_FindPointNearTrain::ItemLocation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, NewLocation) == 0x000030, "Member 'RofleemoTeleporter_C_FindPointNearTrain::NewLocation' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CurrentWagon) == 0x000040, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CurrentWagon' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, PointLoc) == 0x000048, "Member 'RofleemoTeleporter_C_FindPointNearTrain::PointLoc' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, ForwardVector) == 0x000054, "Member 'RofleemoTeleporter_C_FindPointNearTrain::ForwardVector' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, RightVector) == 0x000060, "Member 'RofleemoTeleporter_C_FindPointNearTrain::RightVector' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'RofleemoTeleporter_C_FindPointNearTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, Temp_int_Array_Index_Variable) == 0x000074, "Member 'RofleemoTeleporter_C_FindPointNearTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetPlayerTrain_ReturnValue) == 0x000078, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetWagons_ReturnValue) == 0x000080, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Array_Get_Item) == 0x000090, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000A0, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000AC, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetActorRightVector_ReturnValue) == 0x0000B8, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetActorRightVector_ReturnValue_1) == 0x0000C4, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetActorRightVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D0, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000DC, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000E8, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F4, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, K2Node_MakeArray_Array) == 0x000100, "Member 'RofleemoTeleporter_C_FindPointNearTrain::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, K2Node_MakeArray_Array_1) == 0x000110, "Member 'RofleemoTeleporter_C_FindPointNearTrain::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_CheckLocation_ReturnValue) == 0x000120, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_CheckLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000124, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000130, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetActorRightVector_ReturnValue_2) == 0x00013C, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetActorRightVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_GetActorForwardVector_ReturnValue) == 0x000148, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000154, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, Temp_int_Variable) == 0x000160, "Member 'RofleemoTeleporter_C_FindPointNearTrain::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000164, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000168, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000174, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000178, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000184, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Add_IntInt_ReturnValue_1) == 0x000190, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_CheckLocation_ReturnValue_1) == 0x000194, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_CheckLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_FindPointNearTrain, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000198, "Member 'RofleemoTeleporter_C_FindPointNearTrain::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleporter_C_CompleteQuestTask \ static_assert(alignof(RofleemoTeleporter_C_CompleteQuestTask) == 0x000008, "Wrong alignment on RofleemoTeleporter_C_CompleteQuestTask"); \ static_assert(sizeof(RofleemoTeleporter_C_CompleteQuestTask) == 0x000018, "Wrong size on RofleemoTeleporter_C_CompleteQuestTask"); \ static_assert(offsetof(RofleemoTeleporter_C_CompleteQuestTask, TaskTag) == 0x000000, "Member 'RofleemoTeleporter_C_CompleteQuestTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_CompleteQuestTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'RofleemoTeleporter_C_CompleteQuestTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoTeleporter_C_CompleteQuestTask, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'RofleemoTeleporter_C_CompleteQuestTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTeleporter_C \ static_assert(alignof(ARofleemoTeleporter_C) == 0x000008, "Wrong alignment on ARofleemoTeleporter_C"); \ static_assert(sizeof(ARofleemoTeleporter_C) == 0x0002F0, "Wrong size on ARofleemoTeleporter_C"); \ static_assert(offsetof(ARofleemoTeleporter_C, UberGraphFrame) == 0x000220, "Member 'ARofleemoTeleporter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, SkeletalMesh) == 0x000228, "Member 'ARofleemoTeleporter_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, DefaultSceneRoot) == 0x000230, "Member 'ARofleemoTeleporter_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationDissolve_Value_FED3CE864A0C718121A4A68A63759751) == 0x000238, "Member 'ARofleemoTeleporter_C::TeleportationDissolve_Value_FED3CE864A0C718121A4A68A63759751' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationDissolve__Direction_FED3CE864A0C718121A4A68A63759751) == 0x00023C, "Member 'ARofleemoTeleporter_C::TeleportationDissolve__Direction_FED3CE864A0C718121A4A68A63759751' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationDissolve) == 0x000240, "Member 'ARofleemoTeleporter_C::TeleportationDissolve' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, ObjectDissolve_Value_053DF56446543D7DB7112999E52CCB8C) == 0x000248, "Member 'ARofleemoTeleporter_C::ObjectDissolve_Value_053DF56446543D7DB7112999E52CCB8C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, ObjectDissolve__Direction_053DF56446543D7DB7112999E52CCB8C) == 0x00024C, "Member 'ARofleemoTeleporter_C::ObjectDissolve__Direction_053DF56446543D7DB7112999E52CCB8C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, ObjectDissolve) == 0x000250, "Member 'ARofleemoTeleporter_C::ObjectDissolve' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, PlayerDissolve_Anim_265C87A545C940A1E0FA97954E0DCFE2) == 0x000258, "Member 'ARofleemoTeleporter_C::PlayerDissolve_Anim_265C87A545C940A1E0FA97954E0DCFE2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, PlayerDissolve__Direction_265C87A545C940A1E0FA97954E0DCFE2) == 0x00025C, "Member 'ARofleemoTeleporter_C::PlayerDissolve__Direction_265C87A545C940A1E0FA97954E0DCFE2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, PlayerDissolve) == 0x000260, "Member 'ARofleemoTeleporter_C::PlayerDissolve' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, Rofleemo_Materials) == 0x000268, "Member 'ARofleemoTeleporter_C::Rofleemo_Materials' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, DissolveTime) == 0x000278, "Member 'ARofleemoTeleporter_C::DissolveTime' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, DissolveParamName) == 0x00027C, "Member 'ARofleemoTeleporter_C::DissolveParamName' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, HeavyItem) == 0x000288, "Member 'ARofleemoTeleporter_C::HeavyItem' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationTime) == 0x000290, "Member 'ARofleemoTeleporter_C::TeleportationTime' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationLoc) == 0x000294, "Member 'ARofleemoTeleporter_C::TeleportationLoc' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationRot) == 0x0002A0, "Member 'ARofleemoTeleporter_C::TeleportationRot' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationStartFX) == 0x0002B0, "Member 'ARofleemoTeleporter_C::TeleportationStartFX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationEndFX) == 0x0002B8, "Member 'ARofleemoTeleporter_C::TeleportationEndFX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationAnimations) == 0x0002C0, "Member 'ARofleemoTeleporter_C::TeleportationAnimations' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, RofleemoSkinTable) == 0x0002D0, "Member 'ARofleemoTeleporter_C::RofleemoSkinTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, TeleportationAttacher) == 0x0002D8, "Member 'ARofleemoTeleporter_C::TeleportationAttacher' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleporter_C, OnTeleported) == 0x0002E0, "Member 'ARofleemoTeleporter_C::OnTeleported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomMeshTriangle \ static_assert(alignof(FCustomMeshTriangle) == 0x000004, "Wrong alignment on FCustomMeshTriangle"); \ static_assert(sizeof(FCustomMeshTriangle) == 0x000024, "Wrong size on FCustomMeshTriangle"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x00000C, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000018, "Member 'FCustomMeshTriangle::Vertex2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomMeshComponent_AddCustomMeshTriangles \ static_assert(alignof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_AddCustomMeshTriangles"); \ static_assert(sizeof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000010, "Wrong size on CustomMeshComponent_AddCustomMeshTriangles"); \ static_assert(offsetof(CustomMeshComponent_AddCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_AddCustomMeshTriangles::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomMeshComponent_SetCustomMeshTriangles \ static_assert(alignof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_SetCustomMeshTriangles"); \ static_assert(sizeof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000018, "Wrong size on CustomMeshComponent_SetCustomMeshTriangles"); \ static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_SetCustomMeshTriangles::Triangles' has a wrong offset!"); \ static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, ReturnValue) == 0x000010, "Member 'CustomMeshComponent_SetCustomMeshTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomMeshComponent \ static_assert(alignof(UCustomMeshComponent) == 0x000010, "Wrong alignment on UCustomMeshComponent"); \ static_assert(sizeof(UCustomMeshComponent) == 0x000490, "Wrong size on UCustomMeshComponent"); \ #define DUMPER7_ASSERTS_IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root \ static_assert(alignof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root) == 0x000008, "Wrong alignment on IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root"); \ static_assert(sizeof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root) == 0x000468, "Wrong size on IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, EntryPoint) == 0x000000, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_8) == 0x000084, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_9) == 0x000094, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000A4, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_11) == 0x0000C0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_Event_IsDesignTime) == 0x0000D0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue) == 0x0000D8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue_1) == 0x0000E0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue_2) == 0x0000E8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue_3) == 0x0000F0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue) == 0x0000F8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue) == 0x000110, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000128, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue_1) == 0x000140, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000158, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue_2) == 0x000170, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000188, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue_3) == 0x0001A0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0001B8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue_4) == 0x0001D0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue_4) == 0x0001E8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0001F0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_AsThird_Person_Character) == 0x0001F8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_IsValid_ReturnValue) == 0x000201, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_CreateDelegate_OutputDelegate_12) == 0x000204, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_PlayEvent2D_ReturnValue) == 0x000218, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000220, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_PlayEvent2D_ReturnValue_2) == 0x000228, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_PlayEvent2D_ReturnValue_3) == 0x000230, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerControllerFromID_ReturnValue_5) == 0x000238, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerControllerFromID_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_IsValid_ReturnValue_1) == 0x000240, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData) == 0x000248, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData_1) == 0x000288, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002C8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData_3) == 0x000308, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData_4) == 0x000348, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetWorldRate_ReturnValue) == 0x000388, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetGameInstance_ReturnValue) == 0x000390, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeStruct_FormatArgumentData_5) == 0x000398, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_AsFGGame_Instance) == 0x0003D8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_bSuccess_1) == 0x0003E0, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_MakeArray_Array) == 0x0003E8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_IsValid_ReturnValue_2) == 0x0003F8, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_Format_ReturnValue) == 0x000400, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000418, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_TextToUpper_ReturnValue_5) == 0x000430, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_TextToUpper_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_IsValid_ReturnValue_3) == 0x000448, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_GetPlayerController_ReturnValue) == 0x000450, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000458, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, K2Node_DynamicCast_bSuccess_2) == 0x000460, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_HasAuthority_ReturnValue) == 0x000461, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root, CallFunc_Not_PreBool_ReturnValue) == 0x000462, "Member 'IngameMenu_Root_C_ExecuteUbergraph_IngameMenu_Root::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenu_Root_C_PreConstruct \ static_assert(alignof(IngameMenu_Root_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenu_Root_C_PreConstruct"); \ static_assert(sizeof(IngameMenu_Root_C_PreConstruct) == 0x000001, "Wrong size on IngameMenu_Root_C_PreConstruct"); \ static_assert(offsetof(IngameMenu_Root_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenu_Root_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenu_Root_C_OnKeyDown \ static_assert(alignof(IngameMenu_Root_C_OnKeyDown) == 0x000008, "Wrong alignment on IngameMenu_Root_C_OnKeyDown"); \ static_assert(sizeof(IngameMenu_Root_C_OnKeyDown) == 0x0002B8, "Wrong size on IngameMenu_Root_C_OnKeyDown"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'IngameMenu_Root_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'IngameMenu_Root_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'IngameMenu_Root_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'IngameMenu_Root_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'IngameMenu_Root_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'IngameMenu_Root_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000200, "Member 'IngameMenu_Root_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenu_Root_C_Get_SaveBTN_Visibility_0 \ static_assert(alignof(IngameMenu_Root_C_Get_SaveBTN_Visibility_0) == 0x000001, "Wrong alignment on IngameMenu_Root_C_Get_SaveBTN_Visibility_0"); \ static_assert(sizeof(IngameMenu_Root_C_Get_SaveBTN_Visibility_0) == 0x000001, "Wrong size on IngameMenu_Root_C_Get_SaveBTN_Visibility_0"); \ static_assert(offsetof(IngameMenu_Root_C_Get_SaveBTN_Visibility_0, ReturnValue) == 0x000000, "Member 'IngameMenu_Root_C_Get_SaveBTN_Visibility_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenu_Root_C_Get_Seed_Text_0 \ static_assert(alignof(IngameMenu_Root_C_Get_Seed_Text_0) == 0x000008, "Wrong alignment on IngameMenu_Root_C_Get_Seed_Text_0"); \ static_assert(sizeof(IngameMenu_Root_C_Get_Seed_Text_0) == 0x0000B0, "Wrong size on IngameMenu_Root_C_Get_Seed_Text_0"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, ReturnValue) == 0x000000, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, K2Node_MakeArray_Array) == 0x000088, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenu_Root_C_Get_Seed_Text_0, CallFunc_Format_ReturnValue) == 0x000098, "Member 'IngameMenu_Root_C_Get_Seed_Text_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenu_Root_C \ static_assert(alignof(UIngameMenu_Root_C) == 0x000008, "Wrong alignment on UIngameMenu_Root_C"); \ static_assert(sizeof(UIngameMenu_Root_C) == 0x000338, "Wrong size on UIngameMenu_Root_C"); \ static_assert(offsetof(UIngameMenu_Root_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenu_Root_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, AdvancedOptions_v3) == 0x000268, "Member 'UIngameMenu_Root_C::AdvancedOptions_v3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, AudioOptions_v3) == 0x000270, "Member 'UIngameMenu_Root_C::AudioOptions_v3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ContinueBTN) == 0x000278, "Member 'UIngameMenu_Root_C::ContinueBTN' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ContinueText) == 0x000280, "Member 'UIngameMenu_Root_C::ContinueText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ControlsWidget) == 0x000288, "Member 'UIngameMenu_Root_C::ControlsWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, CustomizationBTN) == 0x000290, "Member 'UIngameMenu_Root_C::CustomizationBTN' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, CustomizationText) == 0x000298, "Member 'UIngameMenu_Root_C::CustomizationText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ExitBTN) == 0x0002A0, "Member 'UIngameMenu_Root_C::ExitBTN' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ExitText) == 0x0002A8, "Member 'UIngameMenu_Root_C::ExitText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, GameOptions) == 0x0002B0, "Member 'UIngameMenu_Root_C::GameOptions' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, GraphicsOptions_v3) == 0x0002B8, "Member 'UIngameMenu_Root_C::GraphicsOptions_v3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, OptionsBTN) == 0x0002C0, "Member 'UIngameMenu_Root_C::OptionsBTN' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, OptionsScreen_v3) == 0x0002C8, "Member 'UIngameMenu_Root_C::OptionsScreen_v3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, OptionsText) == 0x0002D0, "Member 'UIngameMenu_Root_C::OptionsText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, RootBox) == 0x0002D8, "Member 'UIngameMenu_Root_C::RootBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, SaveBTN) == 0x0002E0, "Member 'UIngameMenu_Root_C::SaveBTN' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, SaveGameFileName) == 0x0002E8, "Member 'UIngameMenu_Root_C::SaveGameFileName' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, SaveText) == 0x0002F0, "Member 'UIngameMenu_Root_C::SaveText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, Seed) == 0x0002F8, "Member 'UIngameMenu_Root_C::Seed' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, Title) == 0x000300, "Member 'UIngameMenu_Root_C::Title' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, WR) == 0x000308, "Member 'UIngameMenu_Root_C::WR' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, Player) == 0x000310, "Member 'UIngameMenu_Root_C::Player' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, ClickSound) == 0x000318, "Member 'UIngameMenu_Root_C::ClickSound' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, TimerHandle) == 0x000320, "Member 'UIngameMenu_Root_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, WorldStateManager) == 0x000328, "Member 'UIngameMenu_Root_C::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UIngameMenu_Root_C, MapManager) == 0x000330, "Member 'UIngameMenu_Root_C::MapManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_CancelDownload \ static_assert(alignof(GooglePADFunctionLibrary_CancelDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_CancelDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_CancelDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_CancelDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Location) == 0x000010, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetsPath \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetsPath::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, ReturnValue) == 0x000008, "Member 'GooglePADFunctionLibrary_GetAssetsPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetBytesDownloaded \ static_assert(alignof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadState) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadState) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadState::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, State) == 0x000010, "Member 'GooglePADFunctionLibrary_GetDownloadState::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetDownloadState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000002, "Wrong size on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, Status) == 0x000000, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::Status' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, ReturnValue) == 0x000001, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetStorageMethod \ static_assert(alignof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetStorageMethod::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetStorageMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetTotalBytesToDownload \ static_assert(alignof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseAssetPackLocation, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseAssetPackLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseDownloadState, State) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseDownloadState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestDownload \ static_assert(alignof(GooglePADFunctionLibrary_RequestDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestInfo \ static_assert(alignof(GooglePADFunctionLibrary_RequestInfo) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestInfo) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestInfo::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestRemoval \ static_assert(alignof(GooglePADFunctionLibrary_RequestRemoval) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestRemoval) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestRemoval::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestRemoval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ShowCellularDataConfirmation \ static_assert(alignof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong size on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ShowCellularDataConfirmation, ReturnValue) == 0x000000, "Member 'GooglePADFunctionLibrary_ShowCellularDataConfirmation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGooglePADFunctionLibrary \ static_assert(alignof(UGooglePADFunctionLibrary) == 0x000008, "Wrong alignment on UGooglePADFunctionLibrary"); \ static_assert(sizeof(UGooglePADFunctionLibrary) == 0x000028, "Wrong size on UGooglePADFunctionLibrary"); \ #define DUMPER7_ASSERTS_FLocationServicesData \ static_assert(alignof(FLocationServicesData) == 0x000004, "Wrong alignment on FLocationServicesData"); \ static_assert(sizeof(FLocationServicesData) == 0x000018, "Wrong size on FLocationServicesData"); \ static_assert(offsetof(FLocationServicesData, Timestamp) == 0x000000, "Member 'FLocationServicesData::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Longitude) == 0x000004, "Member 'FLocationServicesData::Longitude' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Latitude) == 0x000008, "Member 'FLocationServicesData::Latitude' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, HorizontalAccuracy) == 0x00000C, "Member 'FLocationServicesData::HorizontalAccuracy' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, VerticalAccuracy) == 0x000010, "Member 'FLocationServicesData::VerticalAccuracy' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Altitude) == 0x000014, "Member 'FLocationServicesData::Altitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_AreLocationServicesEnabled \ static_assert(alignof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong alignment on LocationServices_AreLocationServicesEnabled"); \ static_assert(sizeof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong size on LocationServices_AreLocationServicesEnabled"); \ static_assert(offsetof(LocationServices_AreLocationServicesEnabled, ReturnValue) == 0x000000, "Member 'LocationServices_AreLocationServicesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_GetLastKnownLocation \ static_assert(alignof(LocationServices_GetLastKnownLocation) == 0x000004, "Wrong alignment on LocationServices_GetLastKnownLocation"); \ static_assert(sizeof(LocationServices_GetLastKnownLocation) == 0x000018, "Wrong size on LocationServices_GetLastKnownLocation"); \ static_assert(offsetof(LocationServices_GetLastKnownLocation, ReturnValue) == 0x000000, "Member 'LocationServices_GetLastKnownLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_GetLocationServicesImpl \ static_assert(alignof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong alignment on LocationServices_GetLocationServicesImpl"); \ static_assert(sizeof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong size on LocationServices_GetLocationServicesImpl"); \ static_assert(offsetof(LocationServices_GetLocationServicesImpl, ReturnValue) == 0x000000, "Member 'LocationServices_GetLocationServicesImpl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_InitLocationServices \ static_assert(alignof(LocationServices_InitLocationServices) == 0x000004, "Wrong alignment on LocationServices_InitLocationServices"); \ static_assert(sizeof(LocationServices_InitLocationServices) == 0x000010, "Wrong size on LocationServices_InitLocationServices"); \ static_assert(offsetof(LocationServices_InitLocationServices, Accuracy) == 0x000000, "Member 'LocationServices_InitLocationServices::Accuracy' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, UpdateFrequency) == 0x000004, "Member 'LocationServices_InitLocationServices::UpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, MinDistanceFilter) == 0x000008, "Member 'LocationServices_InitLocationServices::MinDistanceFilter' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, ReturnValue) == 0x00000C, "Member 'LocationServices_InitLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_IsLocationAccuracyAvailable \ static_assert(alignof(LocationServices_IsLocationAccuracyAvailable) == 0x000001, "Wrong alignment on LocationServices_IsLocationAccuracyAvailable"); \ static_assert(sizeof(LocationServices_IsLocationAccuracyAvailable) == 0x000002, "Wrong size on LocationServices_IsLocationAccuracyAvailable"); \ static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, Accuracy) == 0x000000, "Member 'LocationServices_IsLocationAccuracyAvailable::Accuracy' has a wrong offset!"); \ static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, ReturnValue) == 0x000001, "Member 'LocationServices_IsLocationAccuracyAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_StartLocationServices \ static_assert(alignof(LocationServices_StartLocationServices) == 0x000001, "Wrong alignment on LocationServices_StartLocationServices"); \ static_assert(sizeof(LocationServices_StartLocationServices) == 0x000001, "Wrong size on LocationServices_StartLocationServices"); \ static_assert(offsetof(LocationServices_StartLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StartLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_StopLocationServices \ static_assert(alignof(LocationServices_StopLocationServices) == 0x000001, "Wrong alignment on LocationServices_StopLocationServices"); \ static_assert(sizeof(LocationServices_StopLocationServices) == 0x000001, "Wrong size on LocationServices_StopLocationServices"); \ static_assert(offsetof(LocationServices_StopLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StopLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocationServices \ static_assert(alignof(ULocationServices) == 0x000008, "Wrong alignment on ULocationServices"); \ static_assert(sizeof(ULocationServices) == 0x000028, "Wrong size on ULocationServices"); \ #define DUMPER7_ASSERTS_ULocationServicesImpl \ static_assert(alignof(ULocationServicesImpl) == 0x000008, "Wrong alignment on ULocationServicesImpl"); \ static_assert(sizeof(ULocationServicesImpl) == 0x000038, "Wrong size on ULocationServicesImpl"); \ static_assert(offsetof(ULocationServicesImpl, OnLocationChanged) == 0x000028, "Member 'ULocationServicesImpl::OnLocationChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon \ static_assert(alignof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon"); \ static_assert(sizeof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon) == 0x0000B8, "Wrong size on BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, EntryPoint) == 0x000000, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_CustomEvent_Items) == 0x000008, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_CustomEvent_Items' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_PlayEvent2D_ReturnValue) == 0x000018, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000028, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_ComponentBoundEvent_ItemIndex) == 0x00002C, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Array_Get_Item) == 0x000038, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_ComponentBoundEvent_isHoveredNow) == 0x000041, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_ComponentBoundEvent_isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_ComponentBoundEvent_ItemIndex_1) == 0x000044, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_ComponentBoundEvent_ItemIndex_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_GetOwningPlayer_ReturnValue) == 0x000050, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000058, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_Event_MyGeometry) == 0x00005C, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, K2Node_Event_InDeltaTime) == 0x000094, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_MakeVector2D_ReturnValue) == 0x000098, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_IsNearlyZero2D_ReturnValue) == 0x0000A0, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_IsNearlyZero2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A1, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Get_Item_Index_by_Rotation_ReturnValue) == 0x0000A4, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Get_Item_Index_by_Rotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_DegAtan2_ReturnValue) == 0x0000AC, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000B0, "Member 'BenchSelectWeapon_C_ExecuteUbergraph_BenchSelectWeapon::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_Tick \ static_assert(alignof(BenchSelectWeapon_C_Tick) == 0x000004, "Wrong alignment on BenchSelectWeapon_C_Tick"); \ static_assert(sizeof(BenchSelectWeapon_C_Tick) == 0x00003C, "Wrong size on BenchSelectWeapon_C_Tick"); \ static_assert(offsetof(BenchSelectWeapon_C_Tick, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Tick, InDeltaTime) == 0x000038, "Member 'BenchSelectWeapon_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature \ static_assert(alignof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_2_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_ShowMenu \ static_assert(alignof(BenchSelectWeapon_C_ShowMenu) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_ShowMenu"); \ static_assert(sizeof(BenchSelectWeapon_C_ShowMenu) == 0x000010, "Wrong size on BenchSelectWeapon_C_ShowMenu"); \ static_assert(offsetof(BenchSelectWeapon_C_ShowMenu, Items) == 0x000000, "Member 'BenchSelectWeapon_C_ShowMenu::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature \ static_assert(alignof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature) == 0x000004, "Wrong alignment on BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature"); \ static_assert(sizeof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature) == 0x000008, "Wrong size on BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature"); \ static_assert(offsetof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature, isHoveredNow) == 0x000000, "Member 'BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature, ItemIndex) == 0x000004, "Member 'BenchSelectWeapon_C_BndEvt__BenchSelectWeapon_RadialList_K2Node_ComponentBoundEvent_0_OnListItemHovered__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_BuildMenu \ static_assert(alignof(BenchSelectWeapon_C_BuildMenu) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_BuildMenu"); \ static_assert(sizeof(BenchSelectWeapon_C_BuildMenu) == 0x000050, "Wrong size on BenchSelectWeapon_C_BuildMenu"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, ItemPlaceholders) == 0x000000, "Member 'BenchSelectWeapon_C_BuildMenu::ItemPlaceholders' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, ItemWidgets) == 0x000010, "Member 'BenchSelectWeapon_C_BuildMenu::ItemWidgets' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BenchSelectWeapon_C_BuildMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BenchSelectWeapon_C_BuildMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Create_ReturnValue) == 0x000030, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Array_Get_Item) == 0x000040, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_BuildMenu, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BenchSelectWeapon_C_BuildMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_Show_Item_Name \ static_assert(alignof(BenchSelectWeapon_C_Show_Item_Name) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_Show_Item_Name"); \ static_assert(sizeof(BenchSelectWeapon_C_Show_Item_Name) == 0x000218, "Wrong size on BenchSelectWeapon_C_Show_Item_Name"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, Placeholder) == 0x000000, "Member 'BenchSelectWeapon_C_Show_Item_Name::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000008, "Member 'BenchSelectWeapon_C_Show_Item_Name::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BenchSelectWeapon_C_Show_Item_Name::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000018, "Member 'BenchSelectWeapon_C_Show_Item_Name::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BenchSelectWeapon_C_Show_Item_Name::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, CallFunc_GetOwningPlayer_ReturnValue) == 0x000028, "Member 'BenchSelectWeapon_C_Show_Item_Name::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Show_Item_Name, CallFunc_GenerateWeaponSettings_Settings) == 0x000030, "Member 'BenchSelectWeapon_C_Show_Item_Name::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_DrawArrow \ static_assert(alignof(BenchSelectWeapon_C_DrawArrow) == 0x000004, "Wrong alignment on BenchSelectWeapon_C_DrawArrow"); \ static_assert(sizeof(BenchSelectWeapon_C_DrawArrow) == 0x000028, "Wrong size on BenchSelectWeapon_C_DrawArrow"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, HoverIndex) == 0x000000, "Member 'BenchSelectWeapon_C_DrawArrow::HoverIndex' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, Temp_bool_Variable) == 0x000004, "Member 'BenchSelectWeapon_C_DrawArrow::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, Temp_float_Variable) == 0x00000C, "Member 'BenchSelectWeapon_C_DrawArrow::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, K2Node_Select_Default) == 0x000020, "Member 'BenchSelectWeapon_C_DrawArrow::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_DrawArrow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'BenchSelectWeapon_C_DrawArrow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_OnKeyDown \ static_assert(alignof(BenchSelectWeapon_C_OnKeyDown) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_OnKeyDown"); \ static_assert(sizeof(BenchSelectWeapon_C_OnKeyDown) == 0x0001E0, "Wrong size on BenchSelectWeapon_C_OnKeyDown"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'BenchSelectWeapon_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'BenchSelectWeapon_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'BenchSelectWeapon_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_OnKeyUp \ static_assert(alignof(BenchSelectWeapon_C_OnKeyUp) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_OnKeyUp"); \ static_assert(sizeof(BenchSelectWeapon_C_OnKeyUp) == 0x000258, "Wrong size on BenchSelectWeapon_C_OnKeyUp"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'BenchSelectWeapon_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'BenchSelectWeapon_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'BenchSelectWeapon_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, K2Node_MakeMap_Map) == 0x000140, "Member 'BenchSelectWeapon_C_OnKeyUp::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x000190, "Member 'BenchSelectWeapon_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000198, "Member 'BenchSelectWeapon_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnKeyUp, K2Node_SwitchEnum_CmpSuccess) == 0x000250, "Member 'BenchSelectWeapon_C_OnKeyUp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_OnMouseButtonDown \ static_assert(alignof(BenchSelectWeapon_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_OnMouseButtonDown"); \ static_assert(sizeof(BenchSelectWeapon_C_OnMouseButtonDown) == 0x000218, "Wrong size on BenchSelectWeapon_C_OnMouseButtonDown"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'BenchSelectWeapon_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'BenchSelectWeapon_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'BenchSelectWeapon_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_OnMouseButtonUp \ static_assert(alignof(BenchSelectWeapon_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_OnMouseButtonUp"); \ static_assert(sizeof(BenchSelectWeapon_C_OnMouseButtonUp) == 0x000238, "Wrong size on BenchSelectWeapon_C_OnMouseButtonUp"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'BenchSelectWeapon_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_OnAnalogValueChanged \ static_assert(alignof(BenchSelectWeapon_C_OnAnalogValueChanged) == 0x000008, "Wrong alignment on BenchSelectWeapon_C_OnAnalogValueChanged"); \ static_assert(sizeof(BenchSelectWeapon_C_OnAnalogValueChanged) == 0x0002A8, "Wrong size on BenchSelectWeapon_C_OnAnalogValueChanged"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, ReturnValue) == 0x000078, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue) == 0x000130, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetAnalogValue_ReturnValue) == 0x000168, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetAnalogValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetKey_ReturnValue) == 0x000170, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000188, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue_1) == 0x000190, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_Not_PreBool_ReturnValue) == 0x0001C8, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetKey_ReturnValue_1) == 0x0001D0, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001E8, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001E9, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_GetAnalogValue_ReturnValue_1) == 0x0001EC, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_GetAnalogValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_OnAnalogValueChanged, CallFunc_Handled_ReturnValue) == 0x0001F0, "Member 'BenchSelectWeapon_C_OnAnalogValueChanged::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchSelectWeapon_C_Get_Item_Index_by_Rotation \ static_assert(alignof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation) == 0x000004, "Wrong alignment on BenchSelectWeapon_C_Get_Item_Index_by_Rotation"); \ static_assert(sizeof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation) == 0x000034, "Wrong size on BenchSelectWeapon_C_Get_Item_Index_by_Rotation"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, TestAngle) == 0x000000, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::TestAngle' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, ReturnValue) == 0x000004, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, Temp_int_Variable) == 0x000008, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, Temp_bool_Variable) == 0x000014, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000018, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000020, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, CallFunc_Round_ReturnValue) == 0x00002C, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchSelectWeapon_C_Get_Item_Index_by_Rotation, K2Node_Select_Default) == 0x000030, "Member 'BenchSelectWeapon_C_Get_Item_Index_by_Rotation::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchSelectWeapon_C \ static_assert(alignof(UBenchSelectWeapon_C) == 0x000008, "Wrong alignment on UBenchSelectWeapon_C"); \ static_assert(sizeof(UBenchSelectWeapon_C) == 0x000308, "Wrong size on UBenchSelectWeapon_C"); \ static_assert(offsetof(UBenchSelectWeapon_C, UberGraphFrame) == 0x000260, "Member 'UBenchSelectWeapon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, OpenAnimation) == 0x000268, "Member 'UBenchSelectWeapon_C::OpenAnimation' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, Back) == 0x000270, "Member 'UBenchSelectWeapon_C::Back' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, Background) == 0x000278, "Member 'UBenchSelectWeapon_C::Background' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, Big) == 0x000280, "Member 'UBenchSelectWeapon_C::Big' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, CenterBack) == 0x000288, "Member 'UBenchSelectWeapon_C::CenterBack' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, CentralInfoVerticalBox) == 0x000290, "Member 'UBenchSelectWeapon_C::CentralInfoVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, Little) == 0x000298, "Member 'UBenchSelectWeapon_C::Little' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, LootName) == 0x0002A0, "Member 'UBenchSelectWeapon_C::LootName' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, Middle) == 0x0002A8, "Member 'UBenchSelectWeapon_C::Middle' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, RadialList) == 0x0002B0, "Member 'UBenchSelectWeapon_C::RadialList' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, RadialMenu) == 0x0002B8, "Member 'UBenchSelectWeapon_C::RadialMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, RoundArrow) == 0x0002C0, "Member 'UBenchSelectWeapon_C::RoundArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, CurrentPlaceholders) == 0x0002C8, "Member 'UBenchSelectWeapon_C::CurrentPlaceholders' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, OnCloseMenu) == 0x0002D8, "Member 'UBenchSelectWeapon_C::OnCloseMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, OnWeaponSelect) == 0x0002E8, "Member 'UBenchSelectWeapon_C::OnWeaponSelect' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, LThumbXTilt) == 0x0002F8, "Member 'UBenchSelectWeapon_C::LThumbXTilt' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, LThumbYTilt) == 0x0002FC, "Member 'UBenchSelectWeapon_C::LThumbYTilt' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, CurrentStickHintRotation) == 0x000300, "Member 'UBenchSelectWeapon_C::CurrentStickHintRotation' has a wrong offset!"); \ static_assert(offsetof(UBenchSelectWeapon_C, LThumbAnalogUsed) == 0x000304, "Member 'UBenchSelectWeapon_C::LThumbAnalogUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleGearData \ static_assert(alignof(FVehicleGearData) == 0x000004, "Wrong alignment on FVehicleGearData"); \ static_assert(sizeof(FVehicleGearData) == 0x00000C, "Wrong size on FVehicleGearData"); \ static_assert(offsetof(FVehicleGearData, Ratio) == 0x000000, "Member 'FVehicleGearData::Ratio' has a wrong offset!"); \ static_assert(offsetof(FVehicleGearData, DownRatio) == 0x000004, "Member 'FVehicleGearData::DownRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleGearData, UpRatio) == 0x000008, "Member 'FVehicleGearData::UpRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_WheelHandler \ static_assert(alignof(FAnimNode_WheelHandler) == 0x000008, "Wrong alignment on FAnimNode_WheelHandler"); \ static_assert(sizeof(FAnimNode_WheelHandler) == 0x0000E0, "Wrong size on FAnimNode_WheelHandler"); \ #define DUMPER7_ASSERTS_FTireConfigMaterialFriction \ static_assert(alignof(FTireConfigMaterialFriction) == 0x000008, "Wrong alignment on FTireConfigMaterialFriction"); \ static_assert(sizeof(FTireConfigMaterialFriction) == 0x000010, "Wrong size on FTireConfigMaterialFriction"); \ static_assert(offsetof(FTireConfigMaterialFriction, PhysicalMaterial) == 0x000000, "Member 'FTireConfigMaterialFriction::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FTireConfigMaterialFriction, FrictionScale) == 0x000008, "Member 'FTireConfigMaterialFriction::FrictionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleAnimInstanceProxy \ static_assert(alignof(FVehicleAnimInstanceProxy) == 0x000010, "Wrong alignment on FVehicleAnimInstanceProxy"); \ static_assert(sizeof(FVehicleAnimInstanceProxy) == 0x000780, "Wrong size on FVehicleAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FVehicleInputRate \ static_assert(alignof(FVehicleInputRate) == 0x000004, "Wrong alignment on FVehicleInputRate"); \ static_assert(sizeof(FVehicleInputRate) == 0x000008, "Wrong size on FVehicleInputRate"); \ static_assert(offsetof(FVehicleInputRate, RiseRate) == 0x000000, "Member 'FVehicleInputRate::RiseRate' has a wrong offset!"); \ static_assert(offsetof(FVehicleInputRate, FallRate) == 0x000004, "Member 'FVehicleInputRate::FallRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedVehicleState \ static_assert(alignof(FReplicatedVehicleState) == 0x000004, "Wrong alignment on FReplicatedVehicleState"); \ static_assert(sizeof(FReplicatedVehicleState) == 0x000014, "Wrong size on FReplicatedVehicleState"); \ static_assert(offsetof(FReplicatedVehicleState, SteeringInput) == 0x000000, "Member 'FReplicatedVehicleState::SteeringInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, ThrottleInput) == 0x000004, "Member 'FReplicatedVehicleState::ThrottleInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, BrakeInput) == 0x000008, "Member 'FReplicatedVehicleState::BrakeInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, HandbrakeInput) == 0x00000C, "Member 'FReplicatedVehicleState::HandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, CurrentGear) == 0x000010, "Member 'FReplicatedVehicleState::CurrentGear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWheelSetup \ static_assert(alignof(FWheelSetup) == 0x000008, "Wrong alignment on FWheelSetup"); \ static_assert(sizeof(FWheelSetup) == 0x000020, "Wrong size on FWheelSetup"); \ static_assert(offsetof(FWheelSetup, WheelClass) == 0x000000, "Member 'FWheelSetup::WheelClass' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, BoneName) == 0x000008, "Member 'FWheelSetup::BoneName' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, AdditionalOffset) == 0x000010, "Member 'FWheelSetup::AdditionalOffset' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, bDisableSteering) == 0x00001C, "Member 'FWheelSetup::bDisableSteering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleTransmissionData \ static_assert(alignof(FVehicleTransmissionData) == 0x000008, "Wrong alignment on FVehicleTransmissionData"); \ static_assert(sizeof(FVehicleTransmissionData) == 0x000030, "Wrong size on FVehicleTransmissionData"); \ static_assert(offsetof(FVehicleTransmissionData, bUseGearAutoBox) == 0x000000, "Member 'FVehicleTransmissionData::bUseGearAutoBox' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, GearSwitchTime) == 0x000004, "Member 'FVehicleTransmissionData::GearSwitchTime' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, GearAutoBoxLatency) == 0x000008, "Member 'FVehicleTransmissionData::GearAutoBoxLatency' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, FinalRatio) == 0x00000C, "Member 'FVehicleTransmissionData::FinalRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ForwardGears) == 0x000010, "Member 'FVehicleTransmissionData::ForwardGears' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ReverseGearRatio) == 0x000020, "Member 'FVehicleTransmissionData::ReverseGearRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, NeutralGearUpRatio) == 0x000024, "Member 'FVehicleTransmissionData::NeutralGearUpRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ClutchStrength) == 0x000028, "Member 'FVehicleTransmissionData::ClutchStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleEngineData \ static_assert(alignof(FVehicleEngineData) == 0x000008, "Wrong alignment on FVehicleEngineData"); \ static_assert(sizeof(FVehicleEngineData) == 0x0000A0, "Wrong size on FVehicleEngineData"); \ static_assert(offsetof(FVehicleEngineData, TorqueCurve) == 0x000000, "Member 'FVehicleEngineData::TorqueCurve' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, MaxRPM) == 0x000088, "Member 'FVehicleEngineData::MaxRPM' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, MOI) == 0x00008C, "Member 'FVehicleEngineData::MOI' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateFullThrottle) == 0x000090, "Member 'FVehicleEngineData::DampingRateFullThrottle' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchEngaged) == 0x000094, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchEngaged' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchDisengaged) == 0x000098, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchDisengaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleDifferential4WData \ static_assert(alignof(FVehicleDifferential4WData) == 0x000004, "Wrong alignment on FVehicleDifferential4WData"); \ static_assert(sizeof(FVehicleDifferential4WData) == 0x00001C, "Wrong size on FVehicleDifferential4WData"); \ static_assert(offsetof(FVehicleDifferential4WData, DifferentialType) == 0x000000, "Member 'FVehicleDifferential4WData::DifferentialType' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontRearSplit) == 0x000004, "Member 'FVehicleDifferential4WData::FrontRearSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontLeftRightSplit) == 0x000008, "Member 'FVehicleDifferential4WData::FrontLeftRightSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, RearLeftRightSplit) == 0x00000C, "Member 'FVehicleDifferential4WData::RearLeftRightSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, CentreBias) == 0x000010, "Member 'FVehicleDifferential4WData::CentreBias' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontBias) == 0x000014, "Member 'FVehicleDifferential4WData::FrontBias' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, RearBias) == 0x000018, "Member 'FVehicleDifferential4WData::RearBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_ServerUpdateState \ static_assert(alignof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_ServerUpdateState"); \ static_assert(sizeof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000014, "Wrong size on WheeledVehicleMovementComponent_ServerUpdateState"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InSteeringInput) == 0x000000, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InSteeringInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InThrottleInput) == 0x000004, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InThrottleInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InBrakeInput) == 0x000008, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InBrakeInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InHandbrakeInput) == 0x00000C, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InHandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, CurrentGear) == 0x000010, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::CurrentGear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceEnabled \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroup \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroupMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetBrakeInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetBrakeInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetBrakeInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetBrakeInput, Brake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetBrakeInput::Brake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearDown \ static_assert(alignof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearDown"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearDown"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGearDown, bNewGearDown) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearDown::bNewGearDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearUp \ static_assert(alignof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearUp"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearUp"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGearUp, bNewGearUp) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearUp::bNewGearUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoid \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoidMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnore \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnoreMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetHandbrakeInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetHandbrakeInput, bNewHandbrake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetHandbrakeInput::bNewHandbrake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetSteeringInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetSteeringInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetSteeringInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetSteeringInput, Steering) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetSteeringInput::Steering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetTargetGear \ static_assert(alignof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetTargetGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000008, "Wrong size on WheeledVehicleMovementComponent_SetTargetGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, GearNum) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetTargetGear::GearNum' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, bImmediate) == 0x000004, "Member 'WheeledVehicleMovementComponent_SetTargetGear::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetThrottleInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetThrottleInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetThrottleInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetThrottleInput, Throttle) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetThrottleInput::Throttle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetUseAutoGears \ static_assert(alignof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetUseAutoGears"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetUseAutoGears"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetUseAutoGears, bUseAuto) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetUseAutoGears::bUseAuto' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetCurrentGear \ static_assert(alignof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetCurrentGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetCurrentGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetCurrentGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetCurrentGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineRotationSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineRotationSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetForwardSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetForwardSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetForwardSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetTargetGear \ static_assert(alignof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetTargetGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetTargetGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetTargetGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetTargetGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetUseAutoGears \ static_assert(alignof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_GetUseAutoGears"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_GetUseAutoGears"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetUseAutoGears, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetUseAutoGears::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent \ static_assert(alignof(UWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent"); \ static_assert(sizeof(UWheeledVehicleMovementComponent) == 0x000290, "Wrong size on UWheeledVehicleMovementComponent"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, Mass) == 0x000148, "Member 'UWheeledVehicleMovementComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, WheelSetups) == 0x000150, "Member 'UWheeledVehicleMovementComponent::WheelSetups' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DragCoefficient) == 0x000160, "Member 'UWheeledVehicleMovementComponent::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisWidth) == 0x000164, "Member 'UWheeledVehicleMovementComponent::ChassisWidth' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisHeight) == 0x000168, "Member 'UWheeledVehicleMovementComponent::ChassisHeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DragArea) == 0x00016C, "Member 'UWheeledVehicleMovementComponent::DragArea' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, EstimatedMaxEngineSpeed) == 0x000170, "Member 'UWheeledVehicleMovementComponent::EstimatedMaxEngineSpeed' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxEngineRPM) == 0x000174, "Member 'UWheeledVehicleMovementComponent::MaxEngineRPM' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DebugDragMagnitude) == 0x000178, "Member 'UWheeledVehicleMovementComponent::DebugDragMagnitude' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, InertiaTensorScale) == 0x00017C, "Member 'UWheeledVehicleMovementComponent::InertiaTensorScale' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoad) == 0x000188, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoadFiltered) == 0x00018C, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoadFiltered' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoad) == 0x000190, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoadFiltered) == 0x000194, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoadFiltered' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThresholdLongitudinalSpeed) == 0x000198, "Member 'UWheeledVehicleMovementComponent::ThresholdLongitudinalSpeed' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, LowForwardSpeedSubStepCount) == 0x00019C, "Member 'UWheeledVehicleMovementComponent::LowForwardSpeedSubStepCount' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HighForwardSpeedSubStepCount) == 0x0001A0, "Member 'UWheeledVehicleMovementComponent::HighForwardSpeedSubStepCount' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, Wheels) == 0x0001A8, "Member 'UWheeledVehicleMovementComponent::Wheels' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceRadius) == 0x0001D0, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceRadius' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceHeight) == 0x0001D4, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceHeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceConsiderationRadius) == 0x0001D8, "Member 'UWheeledVehicleMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOSteeringStep) == 0x0001DC, "Member 'UWheeledVehicleMovementComponent::RVOSteeringStep' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOThrottleStep) == 0x0001E0, "Member 'UWheeledVehicleMovementComponent::RVOThrottleStep' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceUID) == 0x0001E4, "Member 'UWheeledVehicleMovementComponent::AvoidanceUID' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceGroup) == 0x0001E8, "Member 'UWheeledVehicleMovementComponent::AvoidanceGroup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToAvoid) == 0x0001EC, "Member 'UWheeledVehicleMovementComponent::GroupsToAvoid' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToIgnore) == 0x0001F0, "Member 'UWheeledVehicleMovementComponent::GroupsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceWeight) == 0x0001F4, "Member 'UWheeledVehicleMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, PendingLaunchVelocity) == 0x0001F8, "Member 'UWheeledVehicleMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ReplicatedState) == 0x000204, "Member 'UWheeledVehicleMovementComponent::ReplicatedState' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawSteeringInput) == 0x00021C, "Member 'UWheeledVehicleMovementComponent::RawSteeringInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawThrottleInput) == 0x000220, "Member 'UWheeledVehicleMovementComponent::RawThrottleInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawBrakeInput) == 0x000224, "Member 'UWheeledVehicleMovementComponent::RawBrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInput) == 0x000228, "Member 'UWheeledVehicleMovementComponent::SteeringInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInput) == 0x00022C, "Member 'UWheeledVehicleMovementComponent::ThrottleInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInput) == 0x000230, "Member 'UWheeledVehicleMovementComponent::BrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInput) == 0x000234, "Member 'UWheeledVehicleMovementComponent::HandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, IdleBrakeInput) == 0x000238, "Member 'UWheeledVehicleMovementComponent::IdleBrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, StopThreshold) == 0x00023C, "Member 'UWheeledVehicleMovementComponent::StopThreshold' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, WrongDirectionThreshold) == 0x000240, "Member 'UWheeledVehicleMovementComponent::WrongDirectionThreshold' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInputRate) == 0x000244, "Member 'UWheeledVehicleMovementComponent::ThrottleInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInputRate) == 0x00024C, "Member 'UWheeledVehicleMovementComponent::BrakeInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInputRate) == 0x000254, "Member 'UWheeledVehicleMovementComponent::HandbrakeInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInputRate) == 0x00025C, "Member 'UWheeledVehicleMovementComponent::SteeringInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, OverrideController) == 0x000288, "Member 'UWheeledVehicleMovementComponent::OverrideController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetBrakeTorque \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, BrakeTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::BrakeTorque' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetDriveTorque \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, DriveTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::DriveTorque' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetSteerAngle \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, SteerAngle) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::SteerAngle' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USimpleWheeledVehicleMovementComponent \ static_assert(alignof(USimpleWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on USimpleWheeledVehicleMovementComponent"); \ static_assert(sizeof(USimpleWheeledVehicleMovementComponent) == 0x000290, "Wrong size on USimpleWheeledVehicleMovementComponent"); \ #define DUMPER7_ASSERTS_UTireConfig \ static_assert(alignof(UTireConfig) == 0x000008, "Wrong alignment on UTireConfig"); \ static_assert(sizeof(UTireConfig) == 0x000050, "Wrong size on UTireConfig"); \ static_assert(offsetof(UTireConfig, FrictionScale) == 0x000030, "Member 'UTireConfig::FrictionScale' has a wrong offset!"); \ static_assert(offsetof(UTireConfig, TireFrictionScales) == 0x000038, "Member 'UTireConfig::TireFrictionScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleAnimInstance_GetVehicle \ static_assert(alignof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong alignment on VehicleAnimInstance_GetVehicle"); \ static_assert(sizeof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong size on VehicleAnimInstance_GetVehicle"); \ static_assert(offsetof(VehicleAnimInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleAnimInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVehicleAnimInstance \ static_assert(alignof(UVehicleAnimInstance) == 0x000010, "Wrong alignment on UVehicleAnimInstance"); \ static_assert(sizeof(UVehicleAnimInstance) == 0x000A60, "Wrong size on UVehicleAnimInstance"); \ static_assert(offsetof(UVehicleAnimInstance, WheeledVehicleMovementComponent) == 0x000A50, "Member 'UVehicleAnimInstance::WheeledVehicleMovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetRotationAngle \ static_assert(alignof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetRotationAngle"); \ static_assert(sizeof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong size on VehicleWheel_GetRotationAngle"); \ static_assert(offsetof(VehicleWheel_GetRotationAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetRotationAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetSteerAngle \ static_assert(alignof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetSteerAngle"); \ static_assert(sizeof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong size on VehicleWheel_GetSteerAngle"); \ static_assert(offsetof(VehicleWheel_GetSteerAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSteerAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetSuspensionOffset \ static_assert(alignof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong alignment on VehicleWheel_GetSuspensionOffset"); \ static_assert(sizeof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong size on VehicleWheel_GetSuspensionOffset"); \ static_assert(offsetof(VehicleWheel_GetSuspensionOffset, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSuspensionOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_IsInAir \ static_assert(alignof(VehicleWheel_IsInAir) == 0x000001, "Wrong alignment on VehicleWheel_IsInAir"); \ static_assert(sizeof(VehicleWheel_IsInAir) == 0x000001, "Wrong size on VehicleWheel_IsInAir"); \ static_assert(offsetof(VehicleWheel_IsInAir, ReturnValue) == 0x000000, "Member 'VehicleWheel_IsInAir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVehicleWheel \ static_assert(alignof(UVehicleWheel) == 0x000008, "Wrong alignment on UVehicleWheel"); \ static_assert(sizeof(UVehicleWheel) == 0x0000F0, "Wrong size on UVehicleWheel"); \ static_assert(offsetof(UVehicleWheel, CollisionMesh) == 0x000028, "Member 'UVehicleWheel::CollisionMesh' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bDontCreateShape) == 0x000030, "Member 'UVehicleWheel::bDontCreateShape' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bAutoAdjustCollisionSize) == 0x000031, "Member 'UVehicleWheel::bAutoAdjustCollisionSize' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Offset) == 0x000034, "Member 'UVehicleWheel::Offset' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, ShapeRadius) == 0x000040, "Member 'UVehicleWheel::ShapeRadius' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, ShapeWidth) == 0x000044, "Member 'UVehicleWheel::ShapeWidth' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Mass) == 0x000048, "Member 'UVehicleWheel::Mass' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DampingRate) == 0x00004C, "Member 'UVehicleWheel::DampingRate' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SteerAngle) == 0x000050, "Member 'UVehicleWheel::SteerAngle' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bAffectedByHandbrake) == 0x000054, "Member 'UVehicleWheel::bAffectedByHandbrake' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, TireType) == 0x000058, "Member 'UVehicleWheel::TireType' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, TireConfig) == 0x000060, "Member 'UVehicleWheel::TireConfig' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LatStiffMaxLoad) == 0x000068, "Member 'UVehicleWheel::LatStiffMaxLoad' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LatStiffValue) == 0x00006C, "Member 'UVehicleWheel::LatStiffValue' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LongStiffValue) == 0x000070, "Member 'UVehicleWheel::LongStiffValue' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionForceOffset) == 0x000074, "Member 'UVehicleWheel::SuspensionForceOffset' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionMaxRaise) == 0x000078, "Member 'UVehicleWheel::SuspensionMaxRaise' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionMaxDrop) == 0x00007C, "Member 'UVehicleWheel::SuspensionMaxDrop' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionNaturalFrequency) == 0x000080, "Member 'UVehicleWheel::SuspensionNaturalFrequency' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionDampingRatio) == 0x000084, "Member 'UVehicleWheel::SuspensionDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SweepType) == 0x000088, "Member 'UVehicleWheel::SweepType' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, MaxBrakeTorque) == 0x00008C, "Member 'UVehicleWheel::MaxBrakeTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, MaxHandBrakeTorque) == 0x000090, "Member 'UVehicleWheel::MaxHandBrakeTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, VehicleSim) == 0x000098, "Member 'UVehicleWheel::VehicleSim' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, WheelIndex) == 0x0000A0, "Member 'UVehicleWheel::WheelIndex' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLongSlip) == 0x0000A4, "Member 'UVehicleWheel::DebugLongSlip' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLatSlip) == 0x0000A8, "Member 'UVehicleWheel::DebugLatSlip' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugNormalizedTireLoad) == 0x0000AC, "Member 'UVehicleWheel::DebugNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugWheelTorque) == 0x0000B4, "Member 'UVehicleWheel::DebugWheelTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLongForce) == 0x0000B8, "Member 'UVehicleWheel::DebugLongForce' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLatForce) == 0x0000BC, "Member 'UVehicleWheel::DebugLatForce' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Location) == 0x0000C0, "Member 'UVehicleWheel::Location' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, OldLocation) == 0x0000CC, "Member 'UVehicleWheel::OldLocation' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Velocity) == 0x0000D8, "Member 'UVehicleWheel::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWheeledVehicle \ static_assert(alignof(AWheeledVehicle) == 0x000008, "Wrong alignment on AWheeledVehicle"); \ static_assert(sizeof(AWheeledVehicle) == 0x000290, "Wrong size on AWheeledVehicle"); \ static_assert(offsetof(AWheeledVehicle, Mesh) == 0x000280, "Member 'AWheeledVehicle::Mesh' has a wrong offset!"); \ static_assert(offsetof(AWheeledVehicle, VehicleMovement) == 0x000288, "Member 'AWheeledVehicle::VehicleMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent4W \ static_assert(alignof(UWheeledVehicleMovementComponent4W) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent4W"); \ static_assert(sizeof(UWheeledVehicleMovementComponent4W) == 0x000408, "Wrong size on UWheeledVehicleMovementComponent4W"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, EngineSetup) == 0x000290, "Member 'UWheeledVehicleMovementComponent4W::EngineSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, DifferentialSetup) == 0x000330, "Member 'UWheeledVehicleMovementComponent4W::DifferentialSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, AckermannAccuracy) == 0x00034C, "Member 'UWheeledVehicleMovementComponent4W::AckermannAccuracy' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, TransmissionSetup) == 0x000350, "Member 'UWheeledVehicleMovementComponent4W::TransmissionSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, SteeringCurve) == 0x000380, "Member 'UWheeledVehicleMovementComponent4W::SteeringCurve' has a wrong offset!"); \ #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_USoundfieldEncodingSettingsBase \ static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ #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_USpatializationPluginSourceSettingsBase \ static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_USoundModulatorBase \ static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ static_assert(sizeof(USoundModulatorBase) == 0x000028, "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_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_BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In \ static_assert(alignof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In) == 0x000008, "Wrong alignment on BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In"); \ static_assert(sizeof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In) == 0x000228, "Wrong size on BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, EntryPoint) == 0x000000, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x0000B0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000C0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000C4, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000C8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0000CC, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, Temp_int_Array_Index_Variable_1) == 0x0000DC, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x0000E0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherActor_2) == 0x0000E8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0000F0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x0000F8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x000100, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Not_PreBool_ReturnValue) == 0x000109, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000110, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000118, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000120, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000128, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x00012C, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000130, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_AsGeneric_Locomotive_2) == 0x0001B8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_AsGeneric_Locomotive_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_DynamicCast_bSuccess_2) == 0x0001C0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_MakeArray_Array) == 0x0001C8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, K2Node_MakeArray_Array_1) == 0x0001D8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Array_Get_Item) == 0x0001E8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Array_Length_ReturnValue) == 0x0001F0, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, Temp_int_Loop_Counter_Variable_1) == 0x0001F4, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001FC, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Array_Get_Item_1) == 0x000200, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Array_Length_ReturnValue_1) == 0x000208, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_Less_IntInt_ReturnValue_1) == 0x00020C, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000210, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000218, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In, CallFunc_GetActorOfClass_ReturnValue) == 0x000220, "Member 'BP_Gate_Auto_In_C_ExecuteUbergraph_BP_Gate_Auto_In::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Gate_Auto_In_C_BndEvt__LigthOff_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Gate_Auto_In_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Gate_Auto_In_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_In_C_StartTimerGateEffect \ static_assert(alignof(BP_Gate_Auto_In_C_StartTimerGateEffect) == 0x000001, "Wrong alignment on BP_Gate_Auto_In_C_StartTimerGateEffect"); \ static_assert(sizeof(BP_Gate_Auto_In_C_StartTimerGateEffect) == 0x000001, "Wrong size on BP_Gate_Auto_In_C_StartTimerGateEffect"); \ static_assert(offsetof(BP_Gate_Auto_In_C_StartTimerGateEffect, Success) == 0x000000, "Member 'BP_Gate_Auto_In_C_StartTimerGateEffect::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Gate_Auto_In_C \ static_assert(alignof(ABP_Gate_Auto_In_C) == 0x000008, "Wrong alignment on ABP_Gate_Auto_In_C"); \ static_assert(sizeof(ABP_Gate_Auto_In_C) == 0x0003B0, "Wrong size on ABP_Gate_Auto_In_C"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, UberGraphFrame) == 0x000230, "Member 'ABP_Gate_Auto_In_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, LigthOff) == 0x000238, "Member 'ABP_Gate_Auto_In_C::LigthOff' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Lightning_L2) == 0x000240, "Member 'ABP_Gate_Auto_In_C::Lightning_L2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, TubeLight_R4) == 0x000248, "Member 'ABP_Gate_Auto_In_C::TubeLight_R4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, TubeLight_R3) == 0x000250, "Member 'ABP_Gate_Auto_In_C::TubeLight_R3' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, lightning_L) == 0x000258, "Member 'ABP_Gate_Auto_In_C::lightning_L' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Lightning_R1) == 0x000260, "Member 'ABP_Gate_Auto_In_C::Lightning_R1' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, TubeLight_R2) == 0x000268, "Member 'ABP_Gate_Auto_In_C::TubeLight_R2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, TubeLight_R1) == 0x000270, "Member 'ABP_Gate_Auto_In_C::TubeLight_R1' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, lightning_R) == 0x000278, "Member 'ABP_Gate_Auto_In_C::lightning_R' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Close_Gate) == 0x000280, "Member 'ABP_Gate_Auto_In_C::Close_Gate' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Open_Gate) == 0x000288, "Member 'ABP_Gate_Auto_In_C::Open_Gate' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, DirectionTip) == 0x000290, "Member 'ABP_Gate_Auto_In_C::DirectionTip' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Blocker) == 0x000298, "Member 'ABP_Gate_Auto_In_C::Blocker' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, CloseRange) == 0x0002A0, "Member 'ABP_Gate_Auto_In_C::CloseRange' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, OpenRange) == 0x0002A8, "Member 'ABP_Gate_Auto_In_C::OpenRange' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_8_NewTrack_0_5329B6A54905A577E99813960050868B) == 0x0002B0, "Member 'ABP_Gate_Auto_In_C::Timeline_8_NewTrack_0_5329B6A54905A577E99813960050868B' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_8__Direction_5329B6A54905A577E99813960050868B) == 0x0002B4, "Member 'ABP_Gate_Auto_In_C::Timeline_8__Direction_5329B6A54905A577E99813960050868B' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_8) == 0x0002B8, "Member 'ABP_Gate_Auto_In_C::Timeline_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_7_NewTrack_0_F86B3A0E486094C529C1CC88B2540D58) == 0x0002C0, "Member 'ABP_Gate_Auto_In_C::Timeline_7_NewTrack_0_F86B3A0E486094C529C1CC88B2540D58' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_7__Direction_F86B3A0E486094C529C1CC88B2540D58) == 0x0002C4, "Member 'ABP_Gate_Auto_In_C::Timeline_7__Direction_F86B3A0E486094C529C1CC88B2540D58' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_7) == 0x0002C8, "Member 'ABP_Gate_Auto_In_C::Timeline_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_6_GlowRuneTime_289C5A534E7F0D93AF8C0284E08ADF47) == 0x0002D0, "Member 'ABP_Gate_Auto_In_C::Timeline_6_GlowRuneTime_289C5A534E7F0D93AF8C0284E08ADF47' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_6__Direction_289C5A534E7F0D93AF8C0284E08ADF47) == 0x0002D4, "Member 'ABP_Gate_Auto_In_C::Timeline_6__Direction_289C5A534E7F0D93AF8C0284E08ADF47' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_6) == 0x0002D8, "Member 'ABP_Gate_Auto_In_C::Timeline_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_1_GlowRuneTime_56D39E714A7D6E9113D2518B148AFE9E) == 0x0002E0, "Member 'ABP_Gate_Auto_In_C::Timeline_1_GlowRuneTime_56D39E714A7D6E9113D2518B148AFE9E' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_1__Direction_56D39E714A7D6E9113D2518B148AFE9E) == 0x0002E4, "Member 'ABP_Gate_Auto_In_C::Timeline_1__Direction_56D39E714A7D6E9113D2518B148AFE9E' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_1) == 0x0002E8, "Member 'ABP_Gate_Auto_In_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_5_GlowRuneTime_C6EA66FC4808A90A7CA429B17261FB69) == 0x0002F0, "Member 'ABP_Gate_Auto_In_C::Timeline_5_GlowRuneTime_C6EA66FC4808A90A7CA429B17261FB69' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_5__Direction_C6EA66FC4808A90A7CA429B17261FB69) == 0x0002F4, "Member 'ABP_Gate_Auto_In_C::Timeline_5__Direction_C6EA66FC4808A90A7CA429B17261FB69' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_5) == 0x0002F8, "Member 'ABP_Gate_Auto_In_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_4_GlowRuneTime_DFD52C97475D13B976ED02ACD5378A23) == 0x000300, "Member 'ABP_Gate_Auto_In_C::Timeline_4_GlowRuneTime_DFD52C97475D13B976ED02ACD5378A23' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_4__Direction_DFD52C97475D13B976ED02ACD5378A23) == 0x000304, "Member 'ABP_Gate_Auto_In_C::Timeline_4__Direction_DFD52C97475D13B976ED02ACD5378A23' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_4) == 0x000308, "Member 'ABP_Gate_Auto_In_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_3_GlowRuneTime_A63D75AD41163781CB72D0A62322F0B2) == 0x000310, "Member 'ABP_Gate_Auto_In_C::Timeline_3_GlowRuneTime_A63D75AD41163781CB72D0A62322F0B2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_3__Direction_A63D75AD41163781CB72D0A62322F0B2) == 0x000314, "Member 'ABP_Gate_Auto_In_C::Timeline_3__Direction_A63D75AD41163781CB72D0A62322F0B2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_3) == 0x000318, "Member 'ABP_Gate_Auto_In_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_2_GlowRuneTime_FB77FFB543D95A38233052AFCD9933D9) == 0x000320, "Member 'ABP_Gate_Auto_In_C::Timeline_2_GlowRuneTime_FB77FFB543D95A38233052AFCD9933D9' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_2__Direction_FB77FFB543D95A38233052AFCD9933D9) == 0x000324, "Member 'ABP_Gate_Auto_In_C::Timeline_2__Direction_FB77FFB543D95A38233052AFCD9933D9' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_2) == 0x000328, "Member 'ABP_Gate_Auto_In_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_0_GlowRuneTime_5BE71862465D08BCB36E71ADBD27F5A4) == 0x000330, "Member 'ABP_Gate_Auto_In_C::Timeline_0_GlowRuneTime_5BE71862465D08BCB36E71ADBD27F5A4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_0__Direction_5BE71862465D08BCB36E71ADBD27F5A4) == 0x000334, "Member 'ABP_Gate_Auto_In_C::Timeline_0__Direction_5BE71862465D08BCB36E71ADBD27F5A4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Timeline_0) == 0x000338, "Member 'ABP_Gate_Auto_In_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Closing_timeline_NewTrack_0_A7EA2F5C4C5A5E4E5848699C06836109) == 0x000340, "Member 'ABP_Gate_Auto_In_C::Closing_timeline_NewTrack_0_A7EA2F5C4C5A5E4E5848699C06836109' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Closing_timeline__Direction_A7EA2F5C4C5A5E4E5848699C06836109) == 0x000344, "Member 'ABP_Gate_Auto_In_C::Closing_timeline__Direction_A7EA2F5C4C5A5E4E5848699C06836109' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Closing_timeline) == 0x000348, "Member 'ABP_Gate_Auto_In_C::Closing_timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Opening_timeline_Intensity_C3D3CA714E5C162AE87A05845E5193ED) == 0x000350, "Member 'ABP_Gate_Auto_In_C::Opening_timeline_Intensity_C3D3CA714E5C162AE87A05845E5193ED' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Opening_timeline__Direction_C3D3CA714E5C162AE87A05845E5193ED) == 0x000354, "Member 'ABP_Gate_Auto_In_C::Opening_timeline__Direction_C3D3CA714E5C162AE87A05845E5193ED' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Opening_timeline) == 0x000358, "Member 'ABP_Gate_Auto_In_C::Opening_timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, GateIsBlocked) == 0x000360, "Member 'ABP_Gate_Auto_In_C::GateIsBlocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, PortalOpened) == 0x000361, "Member 'ABP_Gate_Auto_In_C::PortalOpened' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, bIsOpened) == 0x000362, "Member 'ABP_Gate_Auto_In_C::bIsOpened' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, PlayDepotSound) == 0x000363, "Member 'ABP_Gate_Auto_In_C::PlayDepotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, ManualUnblocked) == 0x000364, "Member 'ABP_Gate_Auto_In_C::ManualUnblocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Lightning) == 0x000368, "Member 'ABP_Gate_Auto_In_C::Lightning' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, Light) == 0x000378, "Member 'ABP_Gate_Auto_In_C::Light' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, bGateEffectActivated) == 0x000388, "Member 'ABP_Gate_Auto_In_C::bGateEffectActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, MI_Tubes) == 0x000390, "Member 'ABP_Gate_Auto_In_C::MI_Tubes' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, MI_GlowRune) == 0x000398, "Member 'ABP_Gate_Auto_In_C::MI_GlowRune' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, bOverlapLigthOffTrigger) == 0x0003A0, "Member 'ABP_Gate_Auto_In_C::bOverlapLigthOffTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_In_C, LocomotiveGG) == 0x0003A8, "Member 'ABP_Gate_Auto_In_C::LocomotiveGG' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbisonicsEncodingSettings \ static_assert(alignof(UAmbisonicsEncodingSettings) == 0x000008, "Wrong alignment on UAmbisonicsEncodingSettings"); \ static_assert(sizeof(UAmbisonicsEncodingSettings) == 0x000030, "Wrong size on UAmbisonicsEncodingSettings"); \ static_assert(offsetof(UAmbisonicsEncodingSettings, AmbisonicsOrder) == 0x000028, "Member 'UAmbisonicsEncodingSettings::AmbisonicsOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectChorusSettings \ static_assert(alignof(FSourceEffectChorusSettings) == 0x000008, "Wrong alignment on FSourceEffectChorusSettings"); \ static_assert(sizeof(FSourceEffectChorusSettings) == 0x000078, "Wrong size on FSourceEffectChorusSettings"); \ static_assert(offsetof(FSourceEffectChorusSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DepthModulation) == 0x000018, "Member 'FSourceEffectChorusSettings::DepthModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, FrequencyModulation) == 0x000028, "Member 'FSourceEffectChorusSettings::FrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, FeedbackModulation) == 0x000038, "Member 'FSourceEffectChorusSettings::FeedbackModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, WetModulation) == 0x000048, "Member 'FSourceEffectChorusSettings::WetModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DryModulation) == 0x000058, "Member 'FSourceEffectChorusSettings::DryModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, SpreadModulation) == 0x000068, "Member 'FSourceEffectChorusSettings::SpreadModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynth1PatchCable \ static_assert(alignof(FSynth1PatchCable) == 0x000004, "Wrong alignment on FSynth1PatchCable"); \ static_assert(sizeof(FSynth1PatchCable) == 0x000008, "Wrong size on FSynth1PatchCable"); \ static_assert(offsetof(FSynth1PatchCable, Depth) == 0x000000, "Member 'FSynth1PatchCable::Depth' has a wrong offset!"); \ static_assert(offsetof(FSynth1PatchCable, Destination) == 0x000004, "Member 'FSynth1PatchCable::Destination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEpicSynth1Patch \ static_assert(alignof(FEpicSynth1Patch) == 0x000008, "Wrong alignment on FEpicSynth1Patch"); \ static_assert(sizeof(FEpicSynth1Patch) == 0x000018, "Wrong size on FEpicSynth1Patch"); \ static_assert(offsetof(FEpicSynth1Patch, PatchSource) == 0x000000, "Member 'FEpicSynth1Patch::PatchSource' has a wrong offset!"); \ static_assert(offsetof(FEpicSynth1Patch, PatchCables) == 0x000008, "Member 'FEpicSynth1Patch::PatchCables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModularSynthPreset \ static_assert(alignof(FModularSynthPreset) == 0x000008, "Wrong alignment on FModularSynthPreset"); \ static_assert(sizeof(FModularSynthPreset) == 0x0000E0, "Wrong size on FModularSynthPreset"); \ static_assert(offsetof(FModularSynthPreset, Osc1Type) == 0x00000C, "Member 'FModularSynthPreset::Osc1Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Gain) == 0x000010, "Member 'FModularSynthPreset::Osc1Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Octave) == 0x000014, "Member 'FModularSynthPreset::Osc1Octave' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Semitones) == 0x000018, "Member 'FModularSynthPreset::Osc1Semitones' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Cents) == 0x00001C, "Member 'FModularSynthPreset::Osc1Cents' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1PulseWidth) == 0x000020, "Member 'FModularSynthPreset::Osc1PulseWidth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Type) == 0x000024, "Member 'FModularSynthPreset::Osc2Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Gain) == 0x000028, "Member 'FModularSynthPreset::Osc2Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Octave) == 0x00002C, "Member 'FModularSynthPreset::Osc2Octave' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Semitones) == 0x000030, "Member 'FModularSynthPreset::Osc2Semitones' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Cents) == 0x000034, "Member 'FModularSynthPreset::Osc2Cents' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2PulseWidth) == 0x000038, "Member 'FModularSynthPreset::Osc2PulseWidth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Portamento) == 0x00003C, "Member 'FModularSynthPreset::Portamento' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Spread) == 0x000044, "Member 'FModularSynthPreset::Spread' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Pan) == 0x000048, "Member 'FModularSynthPreset::Pan' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Frequency) == 0x00004C, "Member 'FModularSynthPreset::LFO1Frequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Gain) == 0x000050, "Member 'FModularSynthPreset::LFO1Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Type) == 0x000054, "Member 'FModularSynthPreset::LFO1Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Mode) == 0x000055, "Member 'FModularSynthPreset::LFO1Mode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1PatchType) == 0x000056, "Member 'FModularSynthPreset::LFO1PatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Frequency) == 0x000058, "Member 'FModularSynthPreset::LFO2Frequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Gain) == 0x00005C, "Member 'FModularSynthPreset::LFO2Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Type) == 0x000060, "Member 'FModularSynthPreset::LFO2Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Mode) == 0x000061, "Member 'FModularSynthPreset::LFO2Mode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2PatchType) == 0x000062, "Member 'FModularSynthPreset::LFO2PatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, GainDb) == 0x000064, "Member 'FModularSynthPreset::GainDb' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, AttackTime) == 0x000068, "Member 'FModularSynthPreset::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, DecayTime) == 0x00006C, "Member 'FModularSynthPreset::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, SustainGain) == 0x000070, "Member 'FModularSynthPreset::SustainGain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ReleaseTime) == 0x000074, "Member 'FModularSynthPreset::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModEnvPatchType) == 0x000078, "Member 'FModularSynthPreset::ModEnvPatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModEnvBiasPatchType) == 0x000079, "Member 'FModularSynthPreset::ModEnvBiasPatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDepth) == 0x000080, "Member 'FModularSynthPreset::ModulationEnvelopeDepth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeAttackTime) == 0x000084, "Member 'FModularSynthPreset::ModulationEnvelopeAttackTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDecayTime) == 0x000088, "Member 'FModularSynthPreset::ModulationEnvelopeDecayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeSustainGain) == 0x00008C, "Member 'FModularSynthPreset::ModulationEnvelopeSustainGain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeReleaseTime) == 0x000090, "Member 'FModularSynthPreset::ModulationEnvelopeReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterFrequency) == 0x000098, "Member 'FModularSynthPreset::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterQ) == 0x00009C, "Member 'FModularSynthPreset::FilterQ' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterType) == 0x0000A0, "Member 'FModularSynthPreset::FilterType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterAlgorithm) == 0x0000A1, "Member 'FModularSynthPreset::FilterAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayMode) == 0x0000A8, "Member 'FModularSynthPreset::StereoDelayMode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayTime) == 0x0000AC, "Member 'FModularSynthPreset::StereoDelayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayFeedback) == 0x0000B0, "Member 'FModularSynthPreset::StereoDelayFeedback' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayWetlevel) == 0x0000B4, "Member 'FModularSynthPreset::StereoDelayWetlevel' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayRatio) == 0x0000B8, "Member 'FModularSynthPreset::StereoDelayRatio' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusDepth) == 0x0000C0, "Member 'FModularSynthPreset::ChorusDepth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusFeedback) == 0x0000C4, "Member 'FModularSynthPreset::ChorusFeedback' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusFrequency) == 0x0000C8, "Member 'FModularSynthPreset::ChorusFrequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Patches) == 0x0000D0, "Member 'FModularSynthPreset::Patches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModularSynthPresetBankEntry \ static_assert(alignof(FModularSynthPresetBankEntry) == 0x000008, "Wrong alignment on FModularSynthPresetBankEntry"); \ static_assert(sizeof(FModularSynthPresetBankEntry) == 0x0000F0, "Wrong size on FModularSynthPresetBankEntry"); \ static_assert(offsetof(FModularSynthPresetBankEntry, PresetName) == 0x000000, "Member 'FModularSynthPresetBankEntry::PresetName' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPresetBankEntry, Preset) == 0x000010, "Member 'FModularSynthPresetBankEntry::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPatchId \ static_assert(alignof(FPatchId) == 0x000004, "Wrong alignment on FPatchId"); \ static_assert(sizeof(FPatchId) == 0x000004, "Wrong size on FPatchId"); \ static_assert(offsetof(FPatchId, ID) == 0x000000, "Member 'FPatchId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectBitCrusherSettings \ static_assert(alignof(FSourceEffectBitCrusherSettings) == 0x000008, "Wrong alignment on FSourceEffectBitCrusherSettings"); \ static_assert(sizeof(FSourceEffectBitCrusherSettings) == 0x000030, "Wrong size on FSourceEffectBitCrusherSettings"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedSampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherSettings::CrushedSampleRate' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, SampleRateModulation) == 0x000008, "Member 'FSourceEffectBitCrusherSettings::SampleRateModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedBits) == 0x000018, "Member 'FSourceEffectBitCrusherSettings::CrushedBits' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, BitModulation) == 0x000020, "Member 'FSourceEffectBitCrusherSettings::BitModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectBitCrusherBaseSettings \ static_assert(alignof(FSourceEffectBitCrusherBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectBitCrusherBaseSettings"); \ static_assert(sizeof(FSourceEffectBitCrusherBaseSettings) == 0x000008, "Wrong size on FSourceEffectBitCrusherBaseSettings"); \ static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, SampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherBaseSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, BitDepth) == 0x000004, "Member 'FSourceEffectBitCrusherBaseSettings::BitDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectChorusBaseSettings \ static_assert(alignof(FSourceEffectChorusBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectChorusBaseSettings"); \ static_assert(sizeof(FSourceEffectChorusBaseSettings) == 0x000018, "Wrong size on FSourceEffectChorusBaseSettings"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusBaseSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusBaseSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusBaseSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusBaseSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusBaseSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusBaseSettings::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectDynamicsProcessorSettings \ static_assert(alignof(FSourceEffectDynamicsProcessorSettings) == 0x000004, "Wrong alignment on FSourceEffectDynamicsProcessorSettings"); \ static_assert(sizeof(FSourceEffectDynamicsProcessorSettings) == 0x000028, "Wrong size on FSourceEffectDynamicsProcessorSettings"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSourceEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSourceEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000004, "Member 'FSourceEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000008, "Member 'FSourceEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ThresholdDb) == 0x000010, "Member 'FSourceEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, Ratio) == 0x000014, "Member 'FSourceEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000018, "Member 'FSourceEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, InputGainDb) == 0x00001C, "Member 'FSourceEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, OutputGainDb) == 0x000020, "Member 'FSourceEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEnvelopeFollowerSettings \ static_assert(alignof(FSourceEffectEnvelopeFollowerSettings) == 0x000004, "Wrong alignment on FSourceEffectEnvelopeFollowerSettings"); \ static_assert(sizeof(FSourceEffectEnvelopeFollowerSettings) == 0x00000C, "Wrong size on FSourceEffectEnvelopeFollowerSettings"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, AttackTime) == 0x000000, "Member 'FSourceEffectEnvelopeFollowerSettings::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, ReleaseTime) == 0x000004, "Member 'FSourceEffectEnvelopeFollowerSettings::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, PeakMode) == 0x000008, "Member 'FSourceEffectEnvelopeFollowerSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, bIsAnalogMode) == 0x000009, "Member 'FSourceEffectEnvelopeFollowerSettings::bIsAnalogMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEQBand \ static_assert(alignof(FSourceEffectEQBand) == 0x000004, "Wrong alignment on FSourceEffectEQBand"); \ static_assert(sizeof(FSourceEffectEQBand) == 0x000010, "Wrong size on FSourceEffectEQBand"); \ static_assert(offsetof(FSourceEffectEQBand, Frequency) == 0x000000, "Member 'FSourceEffectEQBand::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEQBand, Bandwidth) == 0x000004, "Member 'FSourceEffectEQBand::Bandwidth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEQBand, GainDb) == 0x000008, "Member 'FSourceEffectEQBand::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEQSettings \ static_assert(alignof(FSourceEffectEQSettings) == 0x000008, "Wrong alignment on FSourceEffectEQSettings"); \ static_assert(sizeof(FSourceEffectEQSettings) == 0x000010, "Wrong size on FSourceEffectEQSettings"); \ static_assert(offsetof(FSourceEffectEQSettings, EQBands) == 0x000000, "Member 'FSourceEffectEQSettings::EQBands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFilterAudioBusModulationSettings \ static_assert(alignof(FSourceEffectFilterAudioBusModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterAudioBusModulationSettings"); \ static_assert(sizeof(FSourceEffectFilterAudioBusModulationSettings) == 0x000028, "Wrong size on FSourceEffectFilterAudioBusModulationSettings"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, AudioBus) == 0x000000, "Member 'FSourceEffectFilterAudioBusModulationSettings::AudioBus' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerAttackTimeMsec) == 0x000008, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeGainMultiplier) == 0x000010, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeGainMultiplier' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, FilterParam) == 0x000014, "Member 'FSourceEffectFilterAudioBusModulationSettings::FilterParam' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinFrequencyModulation) == 0x000018, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinFrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxFrequencyModulation) == 0x00001C, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxFrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinResonanceModulation) == 0x000020, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinResonanceModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxResonanceModulation) == 0x000024, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxResonanceModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFilterSettings \ static_assert(alignof(FSourceEffectFilterSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterSettings"); \ static_assert(sizeof(FSourceEffectFilterSettings) == 0x000020, "Wrong size on FSourceEffectFilterSettings"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterCircuit) == 0x000000, "Member 'FSourceEffectFilterSettings::FilterCircuit' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterType) == 0x000001, "Member 'FSourceEffectFilterSettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, CutoffFrequency) == 0x000004, "Member 'FSourceEffectFilterSettings::CutoffFrequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSourceEffectFilterSettings::FilterQ' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, AudioBusModulation) == 0x000010, "Member 'FSourceEffectFilterSettings::AudioBusModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFoldbackDistortionSettings \ static_assert(alignof(FSourceEffectFoldbackDistortionSettings) == 0x000004, "Wrong alignment on FSourceEffectFoldbackDistortionSettings"); \ static_assert(sizeof(FSourceEffectFoldbackDistortionSettings) == 0x00000C, "Wrong size on FSourceEffectFoldbackDistortionSettings"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, InputGainDb) == 0x000000, "Member 'FSourceEffectFoldbackDistortionSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, ThresholdDb) == 0x000004, "Member 'FSourceEffectFoldbackDistortionSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, OutputGainDb) == 0x000008, "Member 'FSourceEffectFoldbackDistortionSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectMidSideSpreaderSettings \ static_assert(alignof(FSourceEffectMidSideSpreaderSettings) == 0x000004, "Wrong alignment on FSourceEffectMidSideSpreaderSettings"); \ static_assert(sizeof(FSourceEffectMidSideSpreaderSettings) == 0x000008, "Wrong size on FSourceEffectMidSideSpreaderSettings"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, SpreadAmount) == 0x000000, "Member 'FSourceEffectMidSideSpreaderSettings::SpreadAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, InputMode) == 0x000004, "Member 'FSourceEffectMidSideSpreaderSettings::InputMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, OutputMode) == 0x000005, "Member 'FSourceEffectMidSideSpreaderSettings::OutputMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, bEqualPower) == 0x000006, "Member 'FSourceEffectMidSideSpreaderSettings::bEqualPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectPannerSettings \ static_assert(alignof(FSourceEffectPannerSettings) == 0x000004, "Wrong alignment on FSourceEffectPannerSettings"); \ static_assert(sizeof(FSourceEffectPannerSettings) == 0x000008, "Wrong size on FSourceEffectPannerSettings"); \ static_assert(offsetof(FSourceEffectPannerSettings, Spread) == 0x000000, "Member 'FSourceEffectPannerSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPannerSettings, Pan) == 0x000004, "Member 'FSourceEffectPannerSettings::Pan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectPhaserSettings \ static_assert(alignof(FSourceEffectPhaserSettings) == 0x000004, "Wrong alignment on FSourceEffectPhaserSettings"); \ static_assert(sizeof(FSourceEffectPhaserSettings) == 0x000010, "Wrong size on FSourceEffectPhaserSettings"); \ static_assert(offsetof(FSourceEffectPhaserSettings, WetLevel) == 0x000000, "Member 'FSourceEffectPhaserSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, Frequency) == 0x000004, "Member 'FSourceEffectPhaserSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, Feedback) == 0x000008, "Member 'FSourceEffectPhaserSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, LFOType) == 0x00000C, "Member 'FSourceEffectPhaserSettings::LFOType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, UseQuadraturePhase) == 0x00000D, "Member 'FSourceEffectPhaserSettings::UseQuadraturePhase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectRingModulationSettings \ static_assert(alignof(FSourceEffectRingModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectRingModulationSettings"); \ static_assert(sizeof(FSourceEffectRingModulationSettings) == 0x000020, "Wrong size on FSourceEffectRingModulationSettings"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, ModulatorType) == 0x000000, "Member 'FSourceEffectRingModulationSettings::ModulatorType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, Frequency) == 0x000004, "Member 'FSourceEffectRingModulationSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, Depth) == 0x000008, "Member 'FSourceEffectRingModulationSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, DryLevel) == 0x00000C, "Member 'FSourceEffectRingModulationSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, WetLevel) == 0x000010, "Member 'FSourceEffectRingModulationSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, AudioBusModulator) == 0x000018, "Member 'FSourceEffectRingModulationSettings::AudioBusModulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectSimpleDelaySettings \ static_assert(alignof(FSourceEffectSimpleDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectSimpleDelaySettings"); \ static_assert(sizeof(FSourceEffectSimpleDelaySettings) == 0x000018, "Wrong size on FSourceEffectSimpleDelaySettings"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, SpeedOfSound) == 0x000000, "Member 'FSourceEffectSimpleDelaySettings::SpeedOfSound' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, DelayAmount) == 0x000004, "Member 'FSourceEffectSimpleDelaySettings::DelayAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, DryAmount) == 0x000008, "Member 'FSourceEffectSimpleDelaySettings::DryAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, WetAmount) == 0x00000C, "Member 'FSourceEffectSimpleDelaySettings::WetAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, Feedback) == 0x000010, "Member 'FSourceEffectSimpleDelaySettings::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectStereoDelaySettings \ static_assert(alignof(FSourceEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectStereoDelaySettings"); \ static_assert(sizeof(FSourceEffectStereoDelaySettings) == 0x000024, "Wrong size on FSourceEffectStereoDelaySettings"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSourceEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSourceEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSourceEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSourceEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSourceEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSourceEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSourceEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSourceEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSourceEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSourceEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectWaveShaperSettings \ static_assert(alignof(FSourceEffectWaveShaperSettings) == 0x000004, "Wrong alignment on FSourceEffectWaveShaperSettings"); \ static_assert(sizeof(FSourceEffectWaveShaperSettings) == 0x000008, "Wrong size on FSourceEffectWaveShaperSettings"); \ static_assert(offsetof(FSourceEffectWaveShaperSettings, Amount) == 0x000000, "Member 'FSourceEffectWaveShaperSettings::Amount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectWaveShaperSettings, OutputGainDb) == 0x000004, "Member 'FSourceEffectWaveShaperSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectConvolutionReverbSettings \ static_assert(alignof(FSubmixEffectConvolutionReverbSettings) == 0x000008, "Wrong alignment on FSubmixEffectConvolutionReverbSettings"); \ static_assert(sizeof(FSubmixEffectConvolutionReverbSettings) == 0x000028, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x000005, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x000006, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHArdwareAcceleration) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::AllowHArdwareAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectDelaySettings \ static_assert(alignof(FSubmixEffectDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectDelaySettings"); \ static_assert(sizeof(FSubmixEffectDelaySettings) == 0x00000C, "Wrong size on FSubmixEffectDelaySettings"); \ static_assert(offsetof(FSubmixEffectDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectDelaySettings::MaximumDelayLength' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectDelaySettings::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDelaySettings, DelayLength) == 0x000008, "Member 'FSubmixEffectDelaySettings::DelayLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectFilterSettings \ static_assert(alignof(FSubmixEffectFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectFilterSettings"); \ static_assert(sizeof(FSubmixEffectFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectFilterSettings"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterType) == 0x000000, "Member 'FSubmixEffectFilterSettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterAlgorithm) == 0x000001, "Member 'FSubmixEffectFilterSettings::FilterAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterFrequency) == 0x000004, "Member 'FSubmixEffectFilterSettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSubmixEffectFilterSettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectFlexiverbSettings \ static_assert(alignof(FSubmixEffectFlexiverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectFlexiverbSettings"); \ static_assert(sizeof(FSubmixEffectFlexiverbSettings) == 0x000010, "Wrong size on FSubmixEffectFlexiverbSettings"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, PreDelay) == 0x000000, "Member 'FSubmixEffectFlexiverbSettings::PreDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, DecayTime) == 0x000004, "Member 'FSubmixEffectFlexiverbSettings::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, RoomDampening) == 0x000008, "Member 'FSubmixEffectFlexiverbSettings::RoomDampening' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, Complexity) == 0x00000C, "Member 'FSubmixEffectFlexiverbSettings::Complexity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicsBandSettings \ static_assert(alignof(FDynamicsBandSettings) == 0x000004, "Wrong alignment on FDynamicsBandSettings"); \ static_assert(sizeof(FDynamicsBandSettings) == 0x000020, "Wrong size on FDynamicsBandSettings"); \ static_assert(offsetof(FDynamicsBandSettings, CrossoverTopFrequency) == 0x000000, "Member 'FDynamicsBandSettings::CrossoverTopFrequency' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, AttackTimeMsec) == 0x000004, "Member 'FDynamicsBandSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FDynamicsBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, ThresholdDb) == 0x00000C, "Member 'FDynamicsBandSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, Ratio) == 0x000010, "Member 'FDynamicsBandSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, KneeBandwidthDb) == 0x000014, "Member 'FDynamicsBandSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, InputGainDb) == 0x000018, "Member 'FDynamicsBandSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, OutputGainDb) == 0x00001C, "Member 'FDynamicsBandSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectMultibandCompressorSettings \ static_assert(alignof(FSubmixEffectMultibandCompressorSettings) == 0x000008, "Wrong alignment on FSubmixEffectMultibandCompressorSettings"); \ static_assert(sizeof(FSubmixEffectMultibandCompressorSettings) == 0x000020, "Wrong size on FSubmixEffectMultibandCompressorSettings"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectMultibandCompressorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectMultibandCompressorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bLinkChannels) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bLinkChannels' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::Bands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectStereoDelaySettings \ static_assert(alignof(FSubmixEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectStereoDelaySettings"); \ static_assert(sizeof(FSubmixEffectStereoDelaySettings) == 0x000024, "Wrong size on FSubmixEffectStereoDelaySettings"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSubmixEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSubmixEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSubmixEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSubmixEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSubmixEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSubmixEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSubmixEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSubmixEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSubmixEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSubmixEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTapDelayInfo \ static_assert(alignof(FTapDelayInfo) == 0x000004, "Wrong alignment on FTapDelayInfo"); \ static_assert(sizeof(FTapDelayInfo) == 0x000018, "Wrong size on FTapDelayInfo"); \ static_assert(offsetof(FTapDelayInfo, TapLineMode) == 0x000000, "Member 'FTapDelayInfo::TapLineMode' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, DelayLength) == 0x000004, "Member 'FTapDelayInfo::DelayLength' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, Gain) == 0x000008, "Member 'FTapDelayInfo::Gain' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, OutputChannel) == 0x00000C, "Member 'FTapDelayInfo::OutputChannel' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, PanInDegrees) == 0x000010, "Member 'FTapDelayInfo::PanInDegrees' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, TapId) == 0x000014, "Member 'FTapDelayInfo::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectTapDelaySettings \ static_assert(alignof(FSubmixEffectTapDelaySettings) == 0x000008, "Wrong alignment on FSubmixEffectTapDelaySettings"); \ static_assert(sizeof(FSubmixEffectTapDelaySettings) == 0x000018, "Wrong size on FSubmixEffectTapDelaySettings"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectTapDelaySettings::MaximumDelayLength' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectTapDelaySettings::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, Taps) == 0x000008, "Member 'FSubmixEffectTapDelaySettings::Taps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynth2DSliderStyle \ static_assert(alignof(FSynth2DSliderStyle) == 0x000008, "Wrong alignment on FSynth2DSliderStyle"); \ static_assert(sizeof(FSynth2DSliderStyle) == 0x0002B8, "Wrong size on FSynth2DSliderStyle"); \ static_assert(offsetof(FSynth2DSliderStyle, NormalThumbImage) == 0x000008, "Member 'FSynth2DSliderStyle::NormalThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, DisabledThumbImage) == 0x000090, "Member 'FSynth2DSliderStyle::DisabledThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, NormalBarImage) == 0x000118, "Member 'FSynth2DSliderStyle::NormalBarImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, DisabledBarImage) == 0x0001A0, "Member 'FSynth2DSliderStyle::DisabledBarImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, BackgroundImage) == 0x000228, "Member 'FSynth2DSliderStyle::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, BarThickness) == 0x0002B0, "Member 'FSynth2DSliderStyle::BarThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynthKnobStyle \ static_assert(alignof(FSynthKnobStyle) == 0x000008, "Wrong alignment on FSynthKnobStyle"); \ static_assert(sizeof(FSynthKnobStyle) == 0x000238, "Wrong size on FSynthKnobStyle"); \ static_assert(offsetof(FSynthKnobStyle, LargeKnob) == 0x000008, "Member 'FSynthKnobStyle::LargeKnob' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, LargeKnobOverlay) == 0x000090, "Member 'FSynthKnobStyle::LargeKnobOverlay' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MediumKnob) == 0x000118, "Member 'FSynthKnobStyle::MediumKnob' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MediumKnobOverlay) == 0x0001A0, "Member 'FSynthKnobStyle::MediumKnobOverlay' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MinValueAngle) == 0x000228, "Member 'FSynthKnobStyle::MinValueAngle' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MaxValueAngle) == 0x00022C, "Member 'FSynthKnobStyle::MaxValueAngle' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, KnobSize) == 0x000230, "Member 'FSynthKnobStyle::KnobSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynthSlateStyle \ static_assert(alignof(FSynthSlateStyle) == 0x000008, "Wrong alignment on FSynthSlateStyle"); \ static_assert(sizeof(FSynthSlateStyle) == 0x000010, "Wrong size on FSynthSlateStyle"); \ static_assert(offsetof(FSynthSlateStyle, SizeType) == 0x000008, "Member 'FSynthSlateStyle::SizeType' has a wrong offset!"); \ static_assert(offsetof(FSynthSlateStyle, ColorStyle) == 0x000009, "Member 'FSynthSlateStyle::ColorStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvelopeFollowerListener \ static_assert(alignof(UEnvelopeFollowerListener) == 0x000008, "Wrong alignment on UEnvelopeFollowerListener"); \ static_assert(sizeof(UEnvelopeFollowerListener) == 0x0000D0, "Wrong size on UEnvelopeFollowerListener"); \ static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000B0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthPresetBank \ static_assert(alignof(UModularSynthPresetBank) == 0x000008, "Wrong alignment on UModularSynthPresetBank"); \ static_assert(sizeof(UModularSynthPresetBank) == 0x000038, "Wrong size on UModularSynthPresetBank"); \ static_assert(offsetof(UModularSynthPresetBank, Presets) == 0x000028, "Member 'UModularSynthPresetBank::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_SetSettings \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEnvelopeFollowerPreset \ static_assert(alignof(USourceEffectEnvelopeFollowerPreset) == 0x000008, "Wrong alignment on USourceEffectEnvelopeFollowerPreset"); \ static_assert(sizeof(USourceEffectEnvelopeFollowerPreset) == 0x0000A8, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x00009C, "Member 'USourceEffectEnvelopeFollowerPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthLibrary_AddModularSynthPresetToBankAsset \ static_assert(alignof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x000008, "Wrong alignment on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ static_assert(sizeof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x0000F8, "Wrong size on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, InBank) == 0x000000, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::InBank' has a wrong offset!"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, Preset) == 0x000008, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::Preset' has a wrong offset!"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, PresetName) == 0x0000E8, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthLibrary \ static_assert(alignof(UModularSynthLibrary) == 0x000008, "Wrong alignment on UModularSynthLibrary"); \ static_assert(sizeof(UModularSynthLibrary) == 0x000028, "Wrong size on UModularSynthLibrary"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_CreatePatch \ static_assert(alignof(ModularSynthComponent_CreatePatch) == 0x000008, "Wrong alignment on ModularSynthComponent_CreatePatch"); \ static_assert(sizeof(ModularSynthComponent_CreatePatch) == 0x000020, "Wrong size on ModularSynthComponent_CreatePatch"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchSource) == 0x000000, "Member 'ModularSynthComponent_CreatePatch::PatchSource' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchCables) == 0x000008, "Member 'ModularSynthComponent_CreatePatch::PatchCables' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, bEnableByDefault) == 0x000018, "Member 'ModularSynthComponent_CreatePatch::bEnableByDefault' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, ReturnValue) == 0x00001C, "Member 'ModularSynthComponent_CreatePatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_NoteOff \ static_assert(alignof(ModularSynthComponent_NoteOff) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOff"); \ static_assert(sizeof(ModularSynthComponent_NoteOff) == 0x000008, "Wrong size on ModularSynthComponent_NoteOff"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOff::Note' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, bAllNotesOff) == 0x000004, "Member 'ModularSynthComponent_NoteOff::bAllNotesOff' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, bKillAllNotes) == 0x000005, "Member 'ModularSynthComponent_NoteOff::bKillAllNotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_NoteOn \ static_assert(alignof(ModularSynthComponent_NoteOn) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOn"); \ static_assert(sizeof(ModularSynthComponent_NoteOn) == 0x00000C, "Wrong size on ModularSynthComponent_NoteOn"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOn::Note' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Velocity) == 0x000004, "Member 'ModularSynthComponent_NoteOn::Velocity' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Duration) == 0x000008, "Member 'ModularSynthComponent_NoteOn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetAttackTime \ static_assert(alignof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetAttackTime"); \ static_assert(sizeof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetAttackTime"); \ static_assert(offsetof(ModularSynthComponent_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusDepth \ static_assert(alignof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusDepth"); \ static_assert(sizeof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusDepth"); \ static_assert(offsetof(ModularSynthComponent_SetChorusDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetChorusDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusEnabled \ static_assert(alignof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetChorusEnabled"); \ static_assert(sizeof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetChorusEnabled"); \ static_assert(offsetof(ModularSynthComponent_SetChorusEnabled, EnableChorus) == 0x000000, "Member 'ModularSynthComponent_SetChorusEnabled::EnableChorus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFeedback \ static_assert(alignof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFeedback"); \ static_assert(sizeof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFeedback"); \ static_assert(offsetof(ModularSynthComponent_SetChorusFeedback, Feedback) == 0x000000, "Member 'ModularSynthComponent_SetChorusFeedback::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFrequency \ static_assert(alignof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetChorusFrequency, Frequency) == 0x000000, "Member 'ModularSynthComponent_SetChorusFrequency::Frequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetDecayTime \ static_assert(alignof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetDecayTime"); \ static_assert(sizeof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetDecayTime"); \ static_assert(offsetof(ModularSynthComponent_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableLegato \ static_assert(alignof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableLegato"); \ static_assert(sizeof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableLegato"); \ static_assert(offsetof(ModularSynthComponent_SetEnableLegato, LegatoEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableLegato::LegatoEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePatch \ static_assert(alignof(ModularSynthComponent_SetEnablePatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetEnablePatch"); \ static_assert(sizeof(ModularSynthComponent_SetEnablePatch) == 0x000008, "Wrong size on ModularSynthComponent_SetEnablePatch"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, PatchId) == 0x000000, "Member 'ModularSynthComponent_SetEnablePatch::PatchId' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, bIsEnabled) == 0x000004, "Member 'ModularSynthComponent_SetEnablePatch::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, ReturnValue) == 0x000005, "Member 'ModularSynthComponent_SetEnablePatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePolyphony \ static_assert(alignof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnablePolyphony"); \ static_assert(sizeof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong size on ModularSynthComponent_SetEnablePolyphony"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePolyphony, bEnablePolyphony) == 0x000000, "Member 'ModularSynthComponent_SetEnablePolyphony::bEnablePolyphony' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableRetrigger \ static_assert(alignof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableRetrigger"); \ static_assert(sizeof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableRetrigger"); \ static_assert(offsetof(ModularSynthComponent_SetEnableRetrigger, RetriggerEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableRetrigger::RetriggerEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableUnison \ static_assert(alignof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableUnison"); \ static_assert(sizeof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableUnison"); \ static_assert(offsetof(ModularSynthComponent_SetEnableUnison, EnableUnison) == 0x000000, "Member 'ModularSynthComponent_SetEnableUnison::EnableUnison' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterAlgorithm \ static_assert(alignof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterAlgorithm"); \ static_assert(sizeof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterAlgorithm"); \ static_assert(offsetof(ModularSynthComponent_SetFilterAlgorithm, FilterAlgorithm) == 0x000000, "Member 'ModularSynthComponent_SetFilterAlgorithm::FilterAlgorithm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequency \ static_assert(alignof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetFilterFrequency, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequency::FilterFrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetFilterFrequencyMod, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequencyMod::FilterFrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQ \ static_assert(alignof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQ"); \ static_assert(sizeof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQ"); \ static_assert(offsetof(ModularSynthComponent_SetFilterQ, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQ::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQMod \ static_assert(alignof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQMod"); \ static_assert(sizeof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQMod"); \ static_assert(offsetof(ModularSynthComponent_SetFilterQMod, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQMod::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterType \ static_assert(alignof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterType"); \ static_assert(sizeof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterType"); \ static_assert(offsetof(ModularSynthComponent_SetFilterType, FilterType) == 0x000000, "Member 'ModularSynthComponent_SetFilterType::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetGainDb \ static_assert(alignof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong alignment on ModularSynthComponent_SetGainDb"); \ static_assert(sizeof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong size on ModularSynthComponent_SetGainDb"); \ static_assert(offsetof(ModularSynthComponent_SetGainDb, GainDb) == 0x000000, "Member 'ModularSynthComponent_SetGainDb::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequency \ static_assert(alignof(ModularSynthComponent_SetLFOFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetLFOFrequency) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequency::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, FrequencyHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequency::FrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequencyMod::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, FrequencyModHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequencyMod::FrequencyModHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGain \ static_assert(alignof(ModularSynthComponent_SetLFOGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGain"); \ static_assert(sizeof(ModularSynthComponent_SetLFOGain) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGain"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGain, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGain::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGain, Gain) == 0x000004, "Member 'ModularSynthComponent_SetLFOGain::Gain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGainMod \ static_assert(alignof(ModularSynthComponent_SetLFOGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGainMod"); \ static_assert(sizeof(ModularSynthComponent_SetLFOGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGainMod"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGainMod::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, GainMod) == 0x000004, "Member 'ModularSynthComponent_SetLFOGainMod::GainMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOMode \ static_assert(alignof(ModularSynthComponent_SetLFOMode) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOMode"); \ static_assert(sizeof(ModularSynthComponent_SetLFOMode) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOMode"); \ static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOMode::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOMode) == 0x000004, "Member 'ModularSynthComponent_SetLFOMode::LFOMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOPatch \ static_assert(alignof(ModularSynthComponent_SetLFOPatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOPatch"); \ static_assert(sizeof(ModularSynthComponent_SetLFOPatch) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOPatch"); \ static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOPatch::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOPatchType) == 0x000004, "Member 'ModularSynthComponent_SetLFOPatch::LFOPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOType \ static_assert(alignof(ModularSynthComponent_SetLFOType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOType"); \ static_assert(sizeof(ModularSynthComponent_SetLFOType) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOType"); \ static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOType::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOType) == 0x000004, "Member 'ModularSynthComponent_SetLFOType::LFOType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvAttackTime \ static_assert(alignof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvAttackTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvAttackTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasInvert \ static_assert(alignof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasInvert"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasInvert"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvBiasInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasInvert::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasPatch \ static_assert(alignof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasPatch"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasPatch"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvBiasPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasPatch::InPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDecayTime \ static_assert(alignof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDecayTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDecayTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDepth \ static_assert(alignof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDepth"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDepth"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvInvert \ static_assert(alignof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvInvert"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvInvert"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvInvert::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvPatch \ static_assert(alignof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvPatch"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvPatch"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvPatch::InPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvReleaseTime \ static_assert(alignof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvReleaseTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvReleaseTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvReleaseTime, Release) == 0x000000, "Member 'ModularSynthComponent_SetModEnvReleaseTime::Release' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvSustainGain \ static_assert(alignof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvSustainGain"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvSustainGain"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetModEnvSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscCents \ static_assert(alignof(ModularSynthComponent_SetOscCents) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscCents"); \ static_assert(sizeof(ModularSynthComponent_SetOscCents) == 0x000008, "Wrong size on ModularSynthComponent_SetOscCents"); \ static_assert(offsetof(ModularSynthComponent_SetOscCents, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscCents::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscCents, Cents) == 0x000004, "Member 'ModularSynthComponent_SetOscCents::Cents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetOscFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetOscFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscFreqMod) == 0x000004, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscFreqMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGain \ static_assert(alignof(ModularSynthComponent_SetOscGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGain"); \ static_assert(sizeof(ModularSynthComponent_SetOscGain) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGain"); \ static_assert(offsetof(ModularSynthComponent_SetOscGain, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGain::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscGain, OscGain) == 0x000004, "Member 'ModularSynthComponent_SetOscGain::OscGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGainMod \ static_assert(alignof(ModularSynthComponent_SetOscGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGainMod"); \ static_assert(sizeof(ModularSynthComponent_SetOscGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGainMod"); \ static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGainMod::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscGainMod) == 0x000004, "Member 'ModularSynthComponent_SetOscGainMod::OscGainMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscOctave \ static_assert(alignof(ModularSynthComponent_SetOscOctave) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscOctave"); \ static_assert(sizeof(ModularSynthComponent_SetOscOctave) == 0x000008, "Wrong size on ModularSynthComponent_SetOscOctave"); \ static_assert(offsetof(ModularSynthComponent_SetOscOctave, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscOctave::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscOctave, Octave) == 0x000004, "Member 'ModularSynthComponent_SetOscOctave::Octave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscPulsewidth \ static_assert(alignof(ModularSynthComponent_SetOscPulsewidth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscPulsewidth"); \ static_assert(sizeof(ModularSynthComponent_SetOscPulsewidth) == 0x000008, "Wrong size on ModularSynthComponent_SetOscPulsewidth"); \ static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscPulsewidth::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, Pulsewidth) == 0x000004, "Member 'ModularSynthComponent_SetOscPulsewidth::Pulsewidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSemitones \ static_assert(alignof(ModularSynthComponent_SetOscSemitones) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscSemitones"); \ static_assert(sizeof(ModularSynthComponent_SetOscSemitones) == 0x000008, "Wrong size on ModularSynthComponent_SetOscSemitones"); \ static_assert(offsetof(ModularSynthComponent_SetOscSemitones, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscSemitones::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscSemitones, Semitones) == 0x000004, "Member 'ModularSynthComponent_SetOscSemitones::Semitones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSync \ static_assert(alignof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong alignment on ModularSynthComponent_SetOscSync"); \ static_assert(sizeof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong size on ModularSynthComponent_SetOscSync"); \ static_assert(offsetof(ModularSynthComponent_SetOscSync, bIsSynced) == 0x000000, "Member 'ModularSynthComponent_SetOscSync::bIsSynced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscType \ static_assert(alignof(ModularSynthComponent_SetOscType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscType"); \ static_assert(sizeof(ModularSynthComponent_SetOscType) == 0x000008, "Wrong size on ModularSynthComponent_SetOscType"); \ static_assert(offsetof(ModularSynthComponent_SetOscType, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscType::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscType, OscType) == 0x000004, "Member 'ModularSynthComponent_SetOscType::OscType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPan \ static_assert(alignof(ModularSynthComponent_SetPan) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPan"); \ static_assert(sizeof(ModularSynthComponent_SetPan) == 0x000004, "Wrong size on ModularSynthComponent_SetPan"); \ static_assert(offsetof(ModularSynthComponent_SetPan, Pan) == 0x000000, "Member 'ModularSynthComponent_SetPan::Pan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPitchBend \ static_assert(alignof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPitchBend"); \ static_assert(sizeof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong size on ModularSynthComponent_SetPitchBend"); \ static_assert(offsetof(ModularSynthComponent_SetPitchBend, PitchBend) == 0x000000, "Member 'ModularSynthComponent_SetPitchBend::PitchBend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPortamento \ static_assert(alignof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPortamento"); \ static_assert(sizeof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong size on ModularSynthComponent_SetPortamento"); \ static_assert(offsetof(ModularSynthComponent_SetPortamento, Portamento) == 0x000000, "Member 'ModularSynthComponent_SetPortamento::Portamento' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetReleaseTime \ static_assert(alignof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetReleaseTime"); \ static_assert(sizeof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetReleaseTime"); \ static_assert(offsetof(ModularSynthComponent_SetReleaseTime, ReleaseTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetReleaseTime::ReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSpread \ static_assert(alignof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSpread"); \ static_assert(sizeof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong size on ModularSynthComponent_SetSpread"); \ static_assert(offsetof(ModularSynthComponent_SetSpread, Spread) == 0x000000, "Member 'ModularSynthComponent_SetSpread::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayFeedback \ static_assert(alignof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayFeedback"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayFeedback"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayFeedback, DelayFeedback) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayFeedback::DelayFeedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayIsEnabled \ static_assert(alignof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayIsEnabled"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayIsEnabled"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayIsEnabled, StereoDelayEnabled) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayIsEnabled::StereoDelayEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayMode \ static_assert(alignof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayMode"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayMode"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayMode, StereoDelayMode) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayMode::StereoDelayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayRatio \ static_assert(alignof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayRatio"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayRatio"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayRatio, DelayRatio) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayRatio::DelayRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayTime \ static_assert(alignof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayTime"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayTime"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayTime, DelayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayTime::DelayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayWetlevel \ static_assert(alignof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayWetlevel"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayWetlevel"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayWetlevel, DelayWetlevel) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayWetlevel::DelayWetlevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSustainGain \ static_assert(alignof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSustainGain"); \ static_assert(sizeof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetSustainGain"); \ static_assert(offsetof(ModularSynthComponent_SetSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSynthPreset \ static_assert(alignof(ModularSynthComponent_SetSynthPreset) == 0x000008, "Wrong alignment on ModularSynthComponent_SetSynthPreset"); \ static_assert(sizeof(ModularSynthComponent_SetSynthPreset) == 0x0000E0, "Wrong size on ModularSynthComponent_SetSynthPreset"); \ static_assert(offsetof(ModularSynthComponent_SetSynthPreset, SynthPreset) == 0x000000, "Member 'ModularSynthComponent_SetSynthPreset::SynthPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthComponent \ static_assert(alignof(UModularSynthComponent) == 0x000010, "Wrong alignment on UModularSynthComponent"); \ static_assert(sizeof(UModularSynthComponent) == 0x000D80, "Wrong size on UModularSynthComponent"); \ static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0006C0, "Member 'UModularSynthComponent::VoiceCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBitModulator \ static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulator"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulator"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBits \ static_assert(alignof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetBits"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetBits"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetBits, Bits) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBits::Bits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetModulationSettings \ static_assert(alignof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetModulationSettings"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000030, "Wrong size on SourceEffectBitCrusherPreset_SetModulationSettings"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRate \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRate"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRate"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRate, SampleRate) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRate::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRateModulator \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSettings \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSettings"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSettings"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectBitCrusherPreset \ static_assert(alignof(USourceEffectBitCrusherPreset) == 0x000008, "Wrong alignment on USourceEffectBitCrusherPreset"); \ static_assert(sizeof(USourceEffectBitCrusherPreset) == 0x0000F0, "Wrong size on USourceEffectBitCrusherPreset"); \ static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x0000C0, "Member 'USourceEffectBitCrusherPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepth \ static_assert(alignof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDepth"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDepth"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDepth, Depth) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepthModulator \ static_assert(alignof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDepthModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDepthModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDepthModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepthModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDry \ static_assert(alignof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDry"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDry"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDry, DryAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetDry::DryAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDryModulator \ static_assert(alignof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDryModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDryModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDryModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDryModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedback \ static_assert(alignof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFeedback"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFeedback"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFeedback, Feedback) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedback::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedbackModulator \ static_assert(alignof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFeedbackModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFeedbackModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFeedbackModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedbackModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequency \ static_assert(alignof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFrequency"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFrequency"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFrequency, Frequency) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequency::Frequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequencyModulator \ static_assert(alignof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFrequencyModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFrequencyModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFrequencyModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequencyModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetModulationSettings \ static_assert(alignof(SourceEffectChorusPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetModulationSettings"); \ static_assert(sizeof(SourceEffectChorusPreset_SetModulationSettings) == 0x000078, "Wrong size on SourceEffectChorusPreset_SetModulationSettings"); \ static_assert(offsetof(SourceEffectChorusPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectChorusPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSettings \ static_assert(alignof(SourceEffectChorusPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSettings"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectChorusPreset_SetSettings"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectChorusPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpread \ static_assert(alignof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSpread"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetSpread"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSpread, Spread) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpread::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpreadModulator \ static_assert(alignof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetSpreadModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetSpreadModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSpreadModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpreadModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWet \ static_assert(alignof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetWet"); \ static_assert(sizeof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetWet"); \ static_assert(offsetof(SourceEffectChorusPreset_SetWet, WetAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetWet::WetAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWetModulator \ static_assert(alignof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetWetModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetWetModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetWetModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetWetModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectChorusPreset \ static_assert(alignof(USourceEffectChorusPreset) == 0x000008, "Wrong alignment on USourceEffectChorusPreset"); \ static_assert(sizeof(USourceEffectChorusPreset) == 0x000180, "Wrong size on USourceEffectChorusPreset"); \ static_assert(offsetof(USourceEffectChorusPreset, Settings) == 0x000108, "Member 'USourceEffectChorusPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectDynamicsProcessorPreset_SetSettings \ static_assert(alignof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(sizeof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000028, "Wrong size on SourceEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(offsetof(SourceEffectDynamicsProcessorPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectDynamicsProcessorPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectDynamicsProcessorPreset \ static_assert(alignof(USourceEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USourceEffectDynamicsProcessorPreset"); \ static_assert(sizeof(USourceEffectDynamicsProcessorPreset) == 0x0000E0, "Wrong size on USourceEffectDynamicsProcessorPreset"); \ static_assert(offsetof(USourceEffectDynamicsProcessorPreset, Settings) == 0x0000B8, "Member 'USourceEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEQPreset_SetSettings \ static_assert(alignof(SourceEffectEQPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectEQPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEQPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectEQPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEQPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEQPreset \ static_assert(alignof(USourceEffectEQPreset) == 0x000008, "Wrong alignment on USourceEffectEQPreset"); \ static_assert(sizeof(USourceEffectEQPreset) == 0x0000B0, "Wrong size on USourceEffectEQPreset"); \ static_assert(offsetof(USourceEffectEQPreset, Settings) == 0x0000A0, "Member 'USourceEffectEQPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFilterPreset_SetSettings \ static_assert(alignof(SourceEffectFilterPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectFilterPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFilterPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectFilterPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFilterPreset \ static_assert(alignof(USourceEffectFilterPreset) == 0x000008, "Wrong alignment on USourceEffectFilterPreset"); \ static_assert(sizeof(USourceEffectFilterPreset) == 0x0000D0, "Wrong size on USourceEffectFilterPreset"); \ static_assert(offsetof(USourceEffectFilterPreset, Settings) == 0x0000B0, "Member 'USourceEffectFilterPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFoldbackDistortionPreset_SetSettings \ static_assert(alignof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFoldbackDistortionPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFoldbackDistortionPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFoldbackDistortionPreset \ static_assert(alignof(USourceEffectFoldbackDistortionPreset) == 0x000008, "Wrong alignment on USourceEffectFoldbackDistortionPreset"); \ static_assert(sizeof(USourceEffectFoldbackDistortionPreset) == 0x0000A8, "Wrong size on USourceEffectFoldbackDistortionPreset"); \ static_assert(offsetof(USourceEffectFoldbackDistortionPreset, Settings) == 0x00009C, "Member 'USourceEffectFoldbackDistortionPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectMidSideSpreaderPreset_SetSettings \ static_assert(alignof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(sizeof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(offsetof(SourceEffectMidSideSpreaderPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectMidSideSpreaderPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectMidSideSpreaderPreset \ static_assert(alignof(USourceEffectMidSideSpreaderPreset) == 0x000008, "Wrong alignment on USourceEffectMidSideSpreaderPreset"); \ static_assert(sizeof(USourceEffectMidSideSpreaderPreset) == 0x0000A0, "Wrong size on USourceEffectMidSideSpreaderPreset"); \ static_assert(offsetof(USourceEffectMidSideSpreaderPreset, Settings) == 0x000098, "Member 'USourceEffectMidSideSpreaderPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectPannerPreset_SetSettings \ static_assert(alignof(SourceEffectPannerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPannerPreset_SetSettings"); \ static_assert(sizeof(SourceEffectPannerPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectPannerPreset_SetSettings"); \ static_assert(offsetof(SourceEffectPannerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPannerPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectPannerPreset \ static_assert(alignof(USourceEffectPannerPreset) == 0x000008, "Wrong alignment on USourceEffectPannerPreset"); \ static_assert(sizeof(USourceEffectPannerPreset) == 0x0000A0, "Wrong size on USourceEffectPannerPreset"); \ static_assert(offsetof(USourceEffectPannerPreset, Settings) == 0x000098, "Member 'USourceEffectPannerPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectPhaserPreset_SetSettings \ static_assert(alignof(SourceEffectPhaserPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPhaserPreset_SetSettings"); \ static_assert(sizeof(SourceEffectPhaserPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectPhaserPreset_SetSettings"); \ static_assert(offsetof(SourceEffectPhaserPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPhaserPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectPhaserPreset \ static_assert(alignof(USourceEffectPhaserPreset) == 0x000008, "Wrong alignment on USourceEffectPhaserPreset"); \ static_assert(sizeof(USourceEffectPhaserPreset) == 0x0000B0, "Wrong size on USourceEffectPhaserPreset"); \ static_assert(offsetof(USourceEffectPhaserPreset, Settings) == 0x0000A0, "Member 'USourceEffectPhaserPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectRingModulationPreset_SetSettings \ static_assert(alignof(SourceEffectRingModulationPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectRingModulationPreset_SetSettings"); \ static_assert(sizeof(SourceEffectRingModulationPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectRingModulationPreset_SetSettings"); \ static_assert(offsetof(SourceEffectRingModulationPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectRingModulationPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectRingModulationPreset \ static_assert(alignof(USourceEffectRingModulationPreset) == 0x000008, "Wrong alignment on USourceEffectRingModulationPreset"); \ static_assert(sizeof(USourceEffectRingModulationPreset) == 0x0000D0, "Wrong size on USourceEffectRingModulationPreset"); \ static_assert(offsetof(USourceEffectRingModulationPreset, Settings) == 0x0000B0, "Member 'USourceEffectRingModulationPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectSimpleDelayPreset_SetSettings \ static_assert(alignof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectSimpleDelayPreset_SetSettings"); \ static_assert(sizeof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectSimpleDelayPreset_SetSettings"); \ static_assert(offsetof(SourceEffectSimpleDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectSimpleDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectSimpleDelayPreset \ static_assert(alignof(USourceEffectSimpleDelayPreset) == 0x000008, "Wrong alignment on USourceEffectSimpleDelayPreset"); \ static_assert(sizeof(USourceEffectSimpleDelayPreset) == 0x0000C0, "Wrong size on USourceEffectSimpleDelayPreset"); \ static_assert(offsetof(USourceEffectSimpleDelayPreset, Settings) == 0x0000A8, "Member 'USourceEffectSimpleDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectStereoDelayPreset_SetSettings \ static_assert(alignof(SourceEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectStereoDelayPreset_SetSettings"); \ static_assert(sizeof(SourceEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SourceEffectStereoDelayPreset_SetSettings"); \ static_assert(offsetof(SourceEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectStereoDelayPreset \ static_assert(alignof(USourceEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USourceEffectStereoDelayPreset"); \ static_assert(sizeof(USourceEffectStereoDelayPreset) == 0x0000D8, "Wrong size on USourceEffectStereoDelayPreset"); \ static_assert(offsetof(USourceEffectStereoDelayPreset, Settings) == 0x0000B4, "Member 'USourceEffectStereoDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectWaveShaperPreset_SetSettings \ static_assert(alignof(SourceEffectWaveShaperPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectWaveShaperPreset_SetSettings"); \ static_assert(sizeof(SourceEffectWaveShaperPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectWaveShaperPreset_SetSettings"); \ static_assert(offsetof(SourceEffectWaveShaperPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectWaveShaperPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectWaveShaperPreset \ static_assert(alignof(USourceEffectWaveShaperPreset) == 0x000008, "Wrong alignment on USourceEffectWaveShaperPreset"); \ static_assert(sizeof(USourceEffectWaveShaperPreset) == 0x0000A0, "Wrong size on USourceEffectWaveShaperPreset"); \ static_assert(offsetof(USourceEffectWaveShaperPreset, Settings) == 0x000098, "Member 'USourceEffectWaveShaperPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioImpulseResponse \ static_assert(alignof(UAudioImpulseResponse) == 0x000008, "Wrong alignment on UAudioImpulseResponse"); \ static_assert(sizeof(UAudioImpulseResponse) == 0x000058, "Wrong size on UAudioImpulseResponse"); \ static_assert(offsetof(UAudioImpulseResponse, ImpulseResponse) == 0x000028, "Member 'UAudioImpulseResponse::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, NumChannels) == 0x000038, "Member 'UAudioImpulseResponse::NumChannels' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, SampleRate) == 0x00003C, "Member 'UAudioImpulseResponse::SampleRate' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, NormalizationVolumeDb) == 0x000040, "Member 'UAudioImpulseResponse::NormalizationVolumeDb' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, bTrueStereo) == 0x000044, "Member 'UAudioImpulseResponse::bTrueStereo' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, IRData) == 0x000048, "Member 'UAudioImpulseResponse::IRData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetImpulseResponse \ static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong size on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse, InImpulseResponse) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetImpulseResponse::InImpulseResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetSettings \ static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000028, "Wrong size on SubmixEffectConvolutionReverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectConvolutionReverbPreset \ static_assert(alignof(USubmixEffectConvolutionReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectConvolutionReverbPreset"); \ static_assert(sizeof(USubmixEffectConvolutionReverbPreset) == 0x0000F0, "Wrong size on USubmixEffectConvolutionReverbPreset"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, ImpulseResponse) == 0x000068, "Member 'USubmixEffectConvolutionReverbPreset::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, Settings) == 0x000070, "Member 'USubmixEffectConvolutionReverbPreset::Settings' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, BlockSize) == 0x000098, "Member 'USubmixEffectConvolutionReverbPreset::BlockSize' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, bEnableHardwareAcceleration) == 0x000099, "Member 'USubmixEffectConvolutionReverbPreset::bEnableHardwareAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_GetMaxDelayInMilliseconds \ static_assert(alignof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(sizeof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(offsetof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetDelay \ static_assert(alignof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetDelay"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetDelay"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetDelay, Length) == 0x000000, "Member 'SubmixEffectDelayPreset_SetDelay::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetInterpolationTime \ static_assert(alignof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetInterpolationTime"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetInterpolationTime"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectDelayPreset \ static_assert(alignof(USubmixEffectDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectDelayPreset"); \ static_assert(sizeof(USubmixEffectDelayPreset) == 0x0000B8, "Wrong size on USubmixEffectDelayPreset"); \ static_assert(offsetof(USubmixEffectDelayPreset, Settings) == 0x00009C, "Member 'USubmixEffectDelayPreset::Settings' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectDelayPreset, DynamicSettings) == 0x0000A8, "Member 'USubmixEffectDelayPreset::DynamicSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterAlgorithm \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterAlgorithm, InAlgorithm) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterAlgorithm::InAlgorithm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequency \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequency, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequency::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQ \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQ"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQ"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQ, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQ::InQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQMod \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQMod"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQMod"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQMod, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQMod::InQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterType \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterType"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterType"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterType, InType) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetSettings \ static_assert(alignof(SubmixEffectFilterPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectFilterPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectFilterPreset \ static_assert(alignof(USubmixEffectFilterPreset) == 0x000008, "Wrong alignment on USubmixEffectFilterPreset"); \ static_assert(sizeof(USubmixEffectFilterPreset) == 0x0000A8, "Wrong size on USubmixEffectFilterPreset"); \ static_assert(offsetof(USubmixEffectFilterPreset, Settings) == 0x00009C, "Member 'USubmixEffectFilterPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFlexiverbPreset_SetSettings \ static_assert(alignof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFlexiverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectFlexiverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectFlexiverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFlexiverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectFlexiverbPreset \ static_assert(alignof(USubmixEffectFlexiverbPreset) == 0x000008, "Wrong alignment on USubmixEffectFlexiverbPreset"); \ static_assert(sizeof(USubmixEffectFlexiverbPreset) == 0x0000B0, "Wrong size on USubmixEffectFlexiverbPreset"); \ static_assert(offsetof(USubmixEffectFlexiverbPreset, Settings) == 0x0000A0, "Member 'USubmixEffectFlexiverbPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectMultibandCompressorPreset_SetSettings \ static_assert(alignof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectMultibandCompressorPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000020, "Wrong size on SubmixEffectMultibandCompressorPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectMultibandCompressorPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectMultibandCompressorPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectMultibandCompressorPreset \ static_assert(alignof(USubmixEffectMultibandCompressorPreset) == 0x000008, "Wrong alignment on USubmixEffectMultibandCompressorPreset"); \ static_assert(sizeof(USubmixEffectMultibandCompressorPreset) == 0x0000D0, "Wrong size on USubmixEffectMultibandCompressorPreset"); \ static_assert(offsetof(USubmixEffectMultibandCompressorPreset, Settings) == 0x0000B0, "Member 'USubmixEffectMultibandCompressorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectStereoDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectStereoDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SubmixEffectStereoDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectStereoDelayPreset \ static_assert(alignof(USubmixEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectStereoDelayPreset"); \ static_assert(sizeof(USubmixEffectStereoDelayPreset) == 0x0000D8, "Wrong size on USubmixEffectStereoDelayPreset"); \ static_assert(offsetof(USubmixEffectStereoDelayPreset, Settings) == 0x0000B4, "Member 'USubmixEffectStereoDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_AddTap \ static_assert(alignof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_AddTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_AddTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_AddTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_AddTap::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds \ static_assert(alignof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTap \ static_assert(alignof(SubmixEffectTapDelayPreset_GetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_GetTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTap::TapId' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_GetTap::TapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTapIds \ static_assert(alignof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_GetTapIds"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000010, "Wrong size on SubmixEffectTapDelayPreset_GetTapIds"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTapIds, TapIds) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTapIds::TapIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_RemoveTap \ static_assert(alignof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_RemoveTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_RemoveTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_RemoveTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_RemoveTap::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetInterpolationTime \ static_assert(alignof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectTapDelayPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetSettings) == 0x000018, "Wrong size on SubmixEffectTapDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetTap \ static_assert(alignof(SubmixEffectTapDelayPreset_SetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_SetTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetTap::TapId' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_SetTap::TapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectTapDelayPreset \ static_assert(alignof(USubmixEffectTapDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectTapDelayPreset"); \ static_assert(sizeof(USubmixEffectTapDelayPreset) == 0x0000D8, "Wrong size on USubmixEffectTapDelayPreset"); \ static_assert(offsetof(USubmixEffectTapDelayPreset, Settings) == 0x0000A8, "Member 'USubmixEffectTapDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetIndentHandle \ static_assert(alignof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong alignment on Synth2DSlider_SetIndentHandle"); \ static_assert(sizeof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong size on Synth2DSlider_SetIndentHandle"); \ static_assert(offsetof(Synth2DSlider_SetIndentHandle, InValue) == 0x000000, "Member 'Synth2DSlider_SetIndentHandle::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetLocked \ static_assert(alignof(Synth2DSlider_SetLocked) == 0x000001, "Wrong alignment on Synth2DSlider_SetLocked"); \ static_assert(sizeof(Synth2DSlider_SetLocked) == 0x000001, "Wrong size on Synth2DSlider_SetLocked"); \ static_assert(offsetof(Synth2DSlider_SetLocked, InValue) == 0x000000, "Member 'Synth2DSlider_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetSliderHandleColor \ static_assert(alignof(Synth2DSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Synth2DSlider_SetSliderHandleColor"); \ static_assert(sizeof(Synth2DSlider_SetSliderHandleColor) == 0x000010, "Wrong size on Synth2DSlider_SetSliderHandleColor"); \ static_assert(offsetof(Synth2DSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Synth2DSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetStepSize \ static_assert(alignof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong alignment on Synth2DSlider_SetStepSize"); \ static_assert(sizeof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong size on Synth2DSlider_SetStepSize"); \ static_assert(offsetof(Synth2DSlider_SetStepSize, InValue) == 0x000000, "Member 'Synth2DSlider_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetValue \ static_assert(alignof(Synth2DSlider_SetValue) == 0x000004, "Wrong alignment on Synth2DSlider_SetValue"); \ static_assert(sizeof(Synth2DSlider_SetValue) == 0x000008, "Wrong size on Synth2DSlider_SetValue"); \ static_assert(offsetof(Synth2DSlider_SetValue, InValue) == 0x000000, "Member 'Synth2DSlider_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_GetValue \ static_assert(alignof(Synth2DSlider_GetValue) == 0x000004, "Wrong alignment on Synth2DSlider_GetValue"); \ static_assert(sizeof(Synth2DSlider_GetValue) == 0x000008, "Wrong size on Synth2DSlider_GetValue"); \ static_assert(offsetof(Synth2DSlider_GetValue, ReturnValue) == 0x000000, "Member 'Synth2DSlider_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynth2DSlider \ static_assert(alignof(USynth2DSlider) == 0x000008, "Wrong alignment on USynth2DSlider"); \ static_assert(sizeof(USynth2DSlider) == 0x000478, "Wrong size on USynth2DSlider"); \ static_assert(offsetof(USynth2DSlider, ValueX) == 0x000108, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueY) == 0x00010C, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000110, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000120, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x000130, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x0003E8, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x0003F8, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, Locked) == 0x0003F9, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, StepSize) == 0x0003FC, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x000400, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x000408, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x000418, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x000428, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x000438, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x000448, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x000458, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_NoteOff \ static_assert(alignof(GranularSynth_NoteOff) == 0x000004, "Wrong alignment on GranularSynth_NoteOff"); \ static_assert(sizeof(GranularSynth_NoteOff) == 0x000008, "Wrong size on GranularSynth_NoteOff"); \ static_assert(offsetof(GranularSynth_NoteOff, Note) == 0x000000, "Member 'GranularSynth_NoteOff::Note' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOff, bKill) == 0x000004, "Member 'GranularSynth_NoteOff::bKill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_NoteOn \ static_assert(alignof(GranularSynth_NoteOn) == 0x000004, "Wrong alignment on GranularSynth_NoteOn"); \ static_assert(sizeof(GranularSynth_NoteOn) == 0x00000C, "Wrong size on GranularSynth_NoteOn"); \ static_assert(offsetof(GranularSynth_NoteOn, Note) == 0x000000, "Member 'GranularSynth_NoteOn::Note' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOn, Velocity) == 0x000004, "Member 'GranularSynth_NoteOn::Velocity' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOn, Duration) == 0x000008, "Member 'GranularSynth_NoteOn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetAttackTime \ static_assert(alignof(GranularSynth_SetAttackTime) == 0x000004, "Wrong alignment on GranularSynth_SetAttackTime"); \ static_assert(sizeof(GranularSynth_SetAttackTime) == 0x000004, "Wrong size on GranularSynth_SetAttackTime"); \ static_assert(offsetof(GranularSynth_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'GranularSynth_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetDecayTime \ static_assert(alignof(GranularSynth_SetDecayTime) == 0x000004, "Wrong alignment on GranularSynth_SetDecayTime"); \ static_assert(sizeof(GranularSynth_SetDecayTime) == 0x000004, "Wrong size on GranularSynth_SetDecayTime"); \ static_assert(offsetof(GranularSynth_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'GranularSynth_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainDuration \ static_assert(alignof(GranularSynth_SetGrainDuration) == 0x000004, "Wrong alignment on GranularSynth_SetGrainDuration"); \ static_assert(sizeof(GranularSynth_SetGrainDuration) == 0x00000C, "Wrong size on GranularSynth_SetGrainDuration"); \ static_assert(offsetof(GranularSynth_SetGrainDuration, BaseDurationMsec) == 0x000000, "Member 'GranularSynth_SetGrainDuration::BaseDurationMsec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainDuration, DurationRange) == 0x000004, "Member 'GranularSynth_SetGrainDuration::DurationRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainEnvelopeType \ static_assert(alignof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong alignment on GranularSynth_SetGrainEnvelopeType"); \ static_assert(sizeof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong size on GranularSynth_SetGrainEnvelopeType"); \ static_assert(offsetof(GranularSynth_SetGrainEnvelopeType, EnvelopeType) == 0x000000, "Member 'GranularSynth_SetGrainEnvelopeType::EnvelopeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainPan \ static_assert(alignof(GranularSynth_SetGrainPan) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPan"); \ static_assert(sizeof(GranularSynth_SetGrainPan) == 0x00000C, "Wrong size on GranularSynth_SetGrainPan"); \ static_assert(offsetof(GranularSynth_SetGrainPan, BasePan) == 0x000000, "Member 'GranularSynth_SetGrainPan::BasePan' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainPan, PanRange) == 0x000004, "Member 'GranularSynth_SetGrainPan::PanRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainPitch \ static_assert(alignof(GranularSynth_SetGrainPitch) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPitch"); \ static_assert(sizeof(GranularSynth_SetGrainPitch) == 0x00000C, "Wrong size on GranularSynth_SetGrainPitch"); \ static_assert(offsetof(GranularSynth_SetGrainPitch, BasePitch) == 0x000000, "Member 'GranularSynth_SetGrainPitch::BasePitch' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainPitch, PitchRange) == 0x000004, "Member 'GranularSynth_SetGrainPitch::PitchRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainProbability \ static_assert(alignof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong alignment on GranularSynth_SetGrainProbability"); \ static_assert(sizeof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong size on GranularSynth_SetGrainProbability"); \ static_assert(offsetof(GranularSynth_SetGrainProbability, InGrainProbability) == 0x000000, "Member 'GranularSynth_SetGrainProbability::InGrainProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainsPerSecond \ static_assert(alignof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong alignment on GranularSynth_SetGrainsPerSecond"); \ static_assert(sizeof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong size on GranularSynth_SetGrainsPerSecond"); \ static_assert(offsetof(GranularSynth_SetGrainsPerSecond, InGrainsPerSecond) == 0x000000, "Member 'GranularSynth_SetGrainsPerSecond::InGrainsPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainVolume \ static_assert(alignof(GranularSynth_SetGrainVolume) == 0x000004, "Wrong alignment on GranularSynth_SetGrainVolume"); \ static_assert(sizeof(GranularSynth_SetGrainVolume) == 0x00000C, "Wrong size on GranularSynth_SetGrainVolume"); \ static_assert(offsetof(GranularSynth_SetGrainVolume, BaseVolume) == 0x000000, "Member 'GranularSynth_SetGrainVolume::BaseVolume' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainVolume, VolumeRange) == 0x000004, "Member 'GranularSynth_SetGrainVolume::VolumeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetPlaybackSpeed \ static_assert(alignof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GranularSynth_SetPlaybackSpeed"); \ static_assert(sizeof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong size on GranularSynth_SetPlaybackSpeed"); \ static_assert(offsetof(GranularSynth_SetPlaybackSpeed, InPlayheadRate) == 0x000000, "Member 'GranularSynth_SetPlaybackSpeed::InPlayheadRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetPlayheadTime \ static_assert(alignof(GranularSynth_SetPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_SetPlayheadTime"); \ static_assert(sizeof(GranularSynth_SetPlayheadTime) == 0x00000C, "Wrong size on GranularSynth_SetPlayheadTime"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, InPositionSec) == 0x000000, "Member 'GranularSynth_SetPlayheadTime::InPositionSec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, LerpTimeSec) == 0x000004, "Member 'GranularSynth_SetPlayheadTime::LerpTimeSec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, SeekType) == 0x000008, "Member 'GranularSynth_SetPlayheadTime::SeekType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetReleaseTimeMsec \ static_assert(alignof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong alignment on GranularSynth_SetReleaseTimeMsec"); \ static_assert(sizeof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong size on GranularSynth_SetReleaseTimeMsec"); \ static_assert(offsetof(GranularSynth_SetReleaseTimeMsec, ReleaseTimeMsec) == 0x000000, "Member 'GranularSynth_SetReleaseTimeMsec::ReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetScrubMode \ static_assert(alignof(GranularSynth_SetScrubMode) == 0x000001, "Wrong alignment on GranularSynth_SetScrubMode"); \ static_assert(sizeof(GranularSynth_SetScrubMode) == 0x000001, "Wrong size on GranularSynth_SetScrubMode"); \ static_assert(offsetof(GranularSynth_SetScrubMode, bScrubMode) == 0x000000, "Member 'GranularSynth_SetScrubMode::bScrubMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetSoundWave \ static_assert(alignof(GranularSynth_SetSoundWave) == 0x000008, "Wrong alignment on GranularSynth_SetSoundWave"); \ static_assert(sizeof(GranularSynth_SetSoundWave) == 0x000008, "Wrong size on GranularSynth_SetSoundWave"); \ static_assert(offsetof(GranularSynth_SetSoundWave, InSoundWave) == 0x000000, "Member 'GranularSynth_SetSoundWave::InSoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetSustainGain \ static_assert(alignof(GranularSynth_SetSustainGain) == 0x000004, "Wrong alignment on GranularSynth_SetSustainGain"); \ static_assert(sizeof(GranularSynth_SetSustainGain) == 0x000004, "Wrong size on GranularSynth_SetSustainGain"); \ static_assert(offsetof(GranularSynth_SetSustainGain, SustainGain) == 0x000000, "Member 'GranularSynth_SetSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_GetCurrentPlayheadTime \ static_assert(alignof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_GetCurrentPlayheadTime"); \ static_assert(sizeof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong size on GranularSynth_GetCurrentPlayheadTime"); \ static_assert(offsetof(GranularSynth_GetCurrentPlayheadTime, ReturnValue) == 0x000000, "Member 'GranularSynth_GetCurrentPlayheadTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_GetSampleDuration \ static_assert(alignof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong alignment on GranularSynth_GetSampleDuration"); \ static_assert(sizeof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong size on GranularSynth_GetSampleDuration"); \ static_assert(offsetof(GranularSynth_GetSampleDuration, ReturnValue) == 0x000000, "Member 'GranularSynth_GetSampleDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_IsLoaded \ static_assert(alignof(GranularSynth_IsLoaded) == 0x000001, "Wrong alignment on GranularSynth_IsLoaded"); \ static_assert(sizeof(GranularSynth_IsLoaded) == 0x000001, "Wrong size on GranularSynth_IsLoaded"); \ static_assert(offsetof(GranularSynth_IsLoaded, ReturnValue) == 0x000000, "Member 'GranularSynth_IsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGranularSynth \ static_assert(alignof(UGranularSynth) == 0x000010, "Wrong alignment on UGranularSynth"); \ static_assert(sizeof(UGranularSynth) == 0x000A80, "Wrong size on UGranularSynth"); \ static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0006C0, "Member 'UGranularSynth::GranulatedSoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMonoWaveTableSynthPreset \ static_assert(alignof(UMonoWaveTableSynthPreset) == 0x000008, "Wrong alignment on UMonoWaveTableSynthPreset"); \ static_assert(sizeof(UMonoWaveTableSynthPreset) == 0x000170, "Wrong size on UMonoWaveTableSynthPreset"); \ static_assert(offsetof(UMonoWaveTableSynthPreset, PresetName) == 0x000028, "Member 'UMonoWaveTableSynthPreset::PresetName' has a wrong offset!"); \ static_assert(offsetof(UMonoWaveTableSynthPreset, LockKeyframesToGrid) == 0x00003C, "Member 'UMonoWaveTableSynthPreset::LockKeyframesToGrid' has a wrong offset!"); \ static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTableResolution) == 0x000040, "Member 'UMonoWaveTableSynthPreset::WaveTableResolution' has a wrong offset!"); \ static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTable) == 0x000048, "Member 'UMonoWaveTableSynthPreset::WaveTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetCurveTangent \ static_assert(alignof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetCurveTangent"); \ static_assert(sizeof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_GetCurveTangent"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::TableIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, ReturnValue) == 0x000004, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetNumTableEntries \ static_assert(alignof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetNumTableEntries"); \ static_assert(sizeof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetNumTableEntries"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetNumTableEntries, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetNumTableEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOff \ static_assert(alignof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOff"); \ static_assert(sizeof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_NoteOff"); \ static_assert(offsetof(SynthComponentMonoWaveTable_NoteOff, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOff::InMidiNote' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOn \ static_assert(alignof(SynthComponentMonoWaveTable_NoteOn) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOn"); \ static_assert(sizeof(SynthComponentMonoWaveTable_NoteOn) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_NoteOn"); \ static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOn::InMidiNote' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InVelocity) == 0x000004, "Member 'SynthComponentMonoWaveTable_NoteOn::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_RefreshWaveTable \ static_assert(alignof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_RefreshWaveTable"); \ static_assert(sizeof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_RefreshWaveTable"); \ static_assert(offsetof(SynthComponentMonoWaveTable_RefreshWaveTable, Index_0) == 0x000000, "Member 'SynthComponentMonoWaveTable_RefreshWaveTable::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeInvert::bInInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain \ static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveInterpolationType \ static_assert(alignof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, InterpolationType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::InterpolationType' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, TableIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::TableIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveTangent \ static_assert(alignof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveTangent"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveTangent"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::TableIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, InNewTangent) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::InNewTangent' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveValue \ static_assert(alignof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveValue"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000010, "Wrong size on SynthComponentMonoWaveTable_SetCurveValue"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveValue::TableIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, KeyframeIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveValue::KeyframeIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, NewValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveValue::NewValue' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, ReturnValue) == 0x00000C, "Member 'SynthComponentMonoWaveTable_SetCurveValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeInvert::bInInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime::InDecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain \ static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequency \ static_assert(alignof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequency"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequency"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequency, FrequencyHz) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequency::FrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyPitchBend \ static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyPitchBend, FrequencyOffsetCents) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyPitchBend::FrequencyOffsetCents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyWithMidiNote \ static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyWithMidiNote::InMidiNote' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetLowPassFilterResonance \ static_assert(alignof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetLowPassFilterResonance, InNewQ) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetLowPassFilterResonance::InNewQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDepth::InDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeInvert \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeInvert::bInInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain \ static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoDepth \ static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoDepth, InLfoDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoDepth::InLfoDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoFrequency \ static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoFrequency, InLfoFrequency) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoFrequency::InLfoFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoType \ static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoType"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoType"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoType, InLfoType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoType::InLfoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetSustainPedalState \ static_assert(alignof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetSustainPedalState"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetSustainPedalState"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetSustainPedalState, InSustainPedalState) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetSustainPedalState::InSustainPedalState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetWaveTablePosition \ static_assert(alignof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ static_assert(sizeof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ static_assert(offsetof(SynthComponentMonoWaveTable_SetWaveTablePosition, InPosition) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetWaveTablePosition::InPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetKeyFrameValuesForTable \ static_assert(alignof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000008, "Wrong alignment on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ static_assert(sizeof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000018, "Wrong size on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::TableIndex' has a wrong offset!"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetMaxTableIndex \ static_assert(alignof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ static_assert(sizeof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ static_assert(offsetof(SynthComponentMonoWaveTable_GetMaxTableIndex, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetMaxTableIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthComponentMonoWaveTable \ static_assert(alignof(USynthComponentMonoWaveTable) == 0x000010, "Wrong alignment on USynthComponentMonoWaveTable"); \ static_assert(sizeof(USynthComponentMonoWaveTable) == 0x000E00, "Wrong size on USynthComponentMonoWaveTable"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0006C0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0006D0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x0006E0, "Member 'USynthComponentMonoWaveTable::CurrentPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentToneGenerator_SetFrequency \ static_assert(alignof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetFrequency"); \ static_assert(sizeof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetFrequency"); \ static_assert(offsetof(SynthComponentToneGenerator_SetFrequency, InFrequency) == 0x000000, "Member 'SynthComponentToneGenerator_SetFrequency::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthComponentToneGenerator_SetVolume \ static_assert(alignof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetVolume"); \ static_assert(sizeof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetVolume"); \ static_assert(offsetof(SynthComponentToneGenerator_SetVolume, InVolume) == 0x000000, "Member 'SynthComponentToneGenerator_SetVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthComponentToneGenerator \ static_assert(alignof(USynthComponentToneGenerator) == 0x000010, "Wrong alignment on USynthComponentToneGenerator"); \ static_assert(sizeof(USynthComponentToneGenerator) == 0x0006E0, "Wrong size on USynthComponentToneGenerator"); \ static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0006C0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0006C4, "Member 'USynthComponentToneGenerator::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_SeekToTime \ static_assert(alignof(SynthSamplePlayer_SeekToTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_SeekToTime"); \ static_assert(sizeof(SynthSamplePlayer_SeekToTime) == 0x000008, "Wrong size on SynthSamplePlayer_SeekToTime"); \ static_assert(offsetof(SynthSamplePlayer_SeekToTime, TimeSec) == 0x000000, "Member 'SynthSamplePlayer_SeekToTime::TimeSec' has a wrong offset!"); \ static_assert(offsetof(SynthSamplePlayer_SeekToTime, SeekType) == 0x000004, "Member 'SynthSamplePlayer_SeekToTime::SeekType' has a wrong offset!"); \ static_assert(offsetof(SynthSamplePlayer_SeekToTime, bWrap) == 0x000005, "Member 'SynthSamplePlayer_SeekToTime::bWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_SetPitch \ static_assert(alignof(SynthSamplePlayer_SetPitch) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetPitch"); \ static_assert(sizeof(SynthSamplePlayer_SetPitch) == 0x000008, "Wrong size on SynthSamplePlayer_SetPitch"); \ static_assert(offsetof(SynthSamplePlayer_SetPitch, InPitch) == 0x000000, "Member 'SynthSamplePlayer_SetPitch::InPitch' has a wrong offset!"); \ static_assert(offsetof(SynthSamplePlayer_SetPitch, TimeSec) == 0x000004, "Member 'SynthSamplePlayer_SetPitch::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubMode \ static_assert(alignof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong alignment on SynthSamplePlayer_SetScrubMode"); \ static_assert(sizeof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong size on SynthSamplePlayer_SetScrubMode"); \ static_assert(offsetof(SynthSamplePlayer_SetScrubMode, bScrubMode) == 0x000000, "Member 'SynthSamplePlayer_SetScrubMode::bScrubMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubTimeWidth \ static_assert(alignof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetScrubTimeWidth"); \ static_assert(sizeof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong size on SynthSamplePlayer_SetScrubTimeWidth"); \ static_assert(offsetof(SynthSamplePlayer_SetScrubTimeWidth, InScrubTimeWidthSec) == 0x000000, "Member 'SynthSamplePlayer_SetScrubTimeWidth::InScrubTimeWidthSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_SetSoundWave \ static_assert(alignof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong alignment on SynthSamplePlayer_SetSoundWave"); \ static_assert(sizeof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong size on SynthSamplePlayer_SetSoundWave"); \ static_assert(offsetof(SynthSamplePlayer_SetSoundWave, InSoundWave) == 0x000000, "Member 'SynthSamplePlayer_SetSoundWave::InSoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressPercent \ static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressTime \ static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressTime, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_GetSampleDuration \ static_assert(alignof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetSampleDuration"); \ static_assert(sizeof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong size on SynthSamplePlayer_GetSampleDuration"); \ static_assert(offsetof(SynthSamplePlayer_GetSampleDuration, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetSampleDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthSamplePlayer_IsLoaded \ static_assert(alignof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong alignment on SynthSamplePlayer_IsLoaded"); \ static_assert(sizeof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong size on SynthSamplePlayer_IsLoaded"); \ static_assert(offsetof(SynthSamplePlayer_IsLoaded, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_IsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthSamplePlayer \ static_assert(alignof(USynthSamplePlayer) == 0x000010, "Wrong alignment on USynthSamplePlayer"); \ static_assert(sizeof(USynthSamplePlayer) == 0x0007F0, "Wrong size on USynthSamplePlayer"); \ static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0006C0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0006C8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0006D8, "Member 'USynthSamplePlayer::OnSamplePlaybackProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency \ static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InLogFrequencyValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InLogFrequencyValue' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMin' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMax' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMin' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMax' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency \ static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InLinearValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InLinearValue' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMin' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMax' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMin' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMax' has a wrong offset!"); \ static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthesisUtilitiesBlueprintFunctionLibrary \ static_assert(alignof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USynthesisUtilitiesBlueprintFunctionLibrary"); \ static_assert(sizeof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000028, "Wrong size on USynthesisUtilitiesBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_SynthKnob_SetLocked \ static_assert(alignof(SynthKnob_SetLocked) == 0x000001, "Wrong alignment on SynthKnob_SetLocked"); \ static_assert(sizeof(SynthKnob_SetLocked) == 0x000001, "Wrong size on SynthKnob_SetLocked"); \ static_assert(offsetof(SynthKnob_SetLocked, InValue) == 0x000000, "Member 'SynthKnob_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthKnob_SetStepSize \ static_assert(alignof(SynthKnob_SetStepSize) == 0x000004, "Wrong alignment on SynthKnob_SetStepSize"); \ static_assert(sizeof(SynthKnob_SetStepSize) == 0x000004, "Wrong size on SynthKnob_SetStepSize"); \ static_assert(offsetof(SynthKnob_SetStepSize, InValue) == 0x000000, "Member 'SynthKnob_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthKnob_SetValue \ static_assert(alignof(SynthKnob_SetValue) == 0x000004, "Wrong alignment on SynthKnob_SetValue"); \ static_assert(sizeof(SynthKnob_SetValue) == 0x000004, "Wrong size on SynthKnob_SetValue"); \ static_assert(offsetof(SynthKnob_SetValue, InValue) == 0x000000, "Member 'SynthKnob_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SynthKnob_GetValue \ static_assert(alignof(SynthKnob_GetValue) == 0x000004, "Wrong alignment on SynthKnob_GetValue"); \ static_assert(sizeof(SynthKnob_GetValue) == 0x000004, "Wrong size on SynthKnob_GetValue"); \ static_assert(offsetof(SynthKnob_GetValue, ReturnValue) == 0x000000, "Member 'SynthKnob_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynthKnob \ static_assert(alignof(USynthKnob) == 0x000008, "Wrong alignment on USynthKnob"); \ static_assert(sizeof(USynthKnob) == 0x000400, "Wrong size on USynthKnob"); \ static_assert(offsetof(USynthKnob, Value) == 0x000108, "Member 'USynthKnob::Value' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, StepSize) == 0x00010C, "Member 'USynthKnob::StepSize' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, MouseSpeed) == 0x000110, "Member 'USynthKnob::MouseSpeed' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, MouseFineTuneSpeed) == 0x000114, "Member 'USynthKnob::MouseFineTuneSpeed' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, ParameterName) == 0x000120, "Member 'USynthKnob::ParameterName' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, ParameterUnits) == 0x000138, "Member 'USynthKnob::ParameterUnits' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, ValueDelegate) == 0x000150, "Member 'USynthKnob::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, WidgetStyle) == 0x000160, "Member 'USynthKnob::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, Locked) == 0x000398, "Member 'USynthKnob::Locked' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, IsFocusable) == 0x000399, "Member 'USynthKnob::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnMouseCaptureBegin) == 0x0003A0, "Member 'USynthKnob::OnMouseCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnMouseCaptureEnd) == 0x0003B0, "Member 'USynthKnob::OnMouseCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x0003C0, "Member 'USynthKnob::OnControllerCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x0003D0, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynthKnob, OnValueChanged) == 0x0003E0, "Member 'USynthKnob::OnValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioAnalyzerAsset \ static_assert(alignof(UAudioAnalyzerAsset) == 0x000008, "Wrong alignment on UAudioAnalyzerAsset"); \ static_assert(sizeof(UAudioAnalyzerAsset) == 0x000028, "Wrong size on UAudioAnalyzerAsset"); \ #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_UAudioSynesthesiaNRT \ static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000078, "Wrong size on UAudioSynesthesiaNRT"); \ #define DUMPER7_ASSERTS_OnsetNRT_GetChannelOnsetsBetweenTimes \ static_assert(alignof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ static_assert(sizeof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes \ static_assert(alignof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ static_assert(sizeof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnsetNRT \ static_assert(alignof(UOnsetNRT) == 0x000008, "Wrong alignment on UOnsetNRT"); \ static_assert(sizeof(UOnsetNRT) == 0x000080, "Wrong size on UOnsetNRT"); \ static_assert(offsetof(UOnsetNRT, Settings) == 0x000078, "Member 'UOnsetNRT::Settings' 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_UConstantQNRTSettings \ static_assert(alignof(UConstantQNRTSettings) == 0x000008, "Wrong alignment on UConstantQNRTSettings"); \ static_assert(sizeof(UConstantQNRTSettings) == 0x000048, "Wrong size on UConstantQNRTSettings"); \ static_assert(offsetof(UConstantQNRTSettings, StartingFrequency) == 0x000028, "Member 'UConstantQNRTSettings::StartingFrequency' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, NumBands) == 0x00002C, "Member 'UConstantQNRTSettings::NumBands' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, NumBandsPerOctave) == 0x000030, "Member 'UConstantQNRTSettings::NumBandsPerOctave' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, AnalysisPeriod) == 0x000034, "Member 'UConstantQNRTSettings::AnalysisPeriod' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, bDownmixToMono) == 0x000038, "Member 'UConstantQNRTSettings::bDownmixToMono' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, FFTSize) == 0x000039, "Member 'UConstantQNRTSettings::FFTSize' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, WindowType) == 0x00003A, "Member 'UConstantQNRTSettings::WindowType' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, SpectrumType) == 0x00003B, "Member 'UConstantQNRTSettings::SpectrumType' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, BandWidthStretch) == 0x00003C, "Member 'UConstantQNRTSettings::BandWidthStretch' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, CQTNormalization) == 0x000040, "Member 'UConstantQNRTSettings::CQTNormalization' has a wrong offset!"); \ static_assert(offsetof(UConstantQNRTSettings, NoiseFloorDb) == 0x000044, "Member 'UConstantQNRTSettings::NoiseFloorDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstantQNRT_GetChannelConstantQAtTime \ static_assert(alignof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetChannelConstantQAtTime"); \ static_assert(sizeof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetChannelConstantQAtTime"); \ static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InChannel' has a wrong offset!"); \ static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstantQNRT_GetNormalizedChannelConstantQAtTime \ static_assert(alignof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ static_assert(sizeof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InChannel' has a wrong offset!"); \ static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConstantQNRT \ static_assert(alignof(UConstantQNRT) == 0x000008, "Wrong alignment on UConstantQNRT"); \ static_assert(sizeof(UConstantQNRT) == 0x000080, "Wrong size on UConstantQNRT"); \ static_assert(offsetof(UConstantQNRT, Settings) == 0x000078, "Member 'UConstantQNRT::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UPlanktonAction_StartCutScene3_C \ static_assert(alignof(UPlanktonAction_StartCutScene3_C) == 0x000008, "Wrong alignment on UPlanktonAction_StartCutScene3_C"); \ static_assert(sizeof(UPlanktonAction_StartCutScene3_C) == 0x0000C8, "Wrong size on UPlanktonAction_StartCutScene3_C"); \ #define DUMPER7_ASSERTS_FAISpawnChanceSettings \ static_assert(alignof(FAISpawnChanceSettings) == 0x000008, "Wrong alignment on FAISpawnChanceSettings"); \ static_assert(sizeof(FAISpawnChanceSettings) == 0x000010, "Wrong size on FAISpawnChanceSettings"); \ static_assert(offsetof(FAISpawnChanceSettings, AIClass) == 0x000000, "Member 'FAISpawnChanceSettings::AIClass' has a wrong offset!"); \ static_assert(offsetof(FAISpawnChanceSettings, Chance) == 0x000008, "Member 'FAISpawnChanceSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FAISpawnChanceSettings, UnitCap) == 0x00000C, "Member 'FAISpawnChanceSettings::UnitCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIModuleStageSettings \ static_assert(alignof(FAIModuleStageSettings) == 0x000008, "Wrong alignment on FAIModuleStageSettings"); \ static_assert(sizeof(FAIModuleStageSettings) == 0x000010, "Wrong size on FAIModuleStageSettings"); \ static_assert(offsetof(FAIModuleStageSettings, ClassRollSettings) == 0x000000, "Member 'FAIModuleStageSettings::ClassRollSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDirectorModuleAreaPreset \ static_assert(alignof(FAIDirectorModuleAreaPreset) == 0x000008, "Wrong alignment on FAIDirectorModuleAreaPreset"); \ static_assert(sizeof(FAIDirectorModuleAreaPreset) == 0x000020, "Wrong size on FAIDirectorModuleAreaPreset"); \ static_assert(offsetof(FAIDirectorModuleAreaPreset, ID) == 0x000008, "Member 'FAIDirectorModuleAreaPreset::ID' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleAreaPreset, WorldRate) == 0x00000C, "Member 'FAIDirectorModuleAreaPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleAreaPreset, StageSettings) == 0x000010, "Member 'FAIDirectorModuleAreaPreset::StageSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubTaskInfo \ static_assert(alignof(FSubTaskInfo) == 0x000008, "Wrong alignment on FSubTaskInfo"); \ static_assert(sizeof(FSubTaskInfo) == 0x000028, "Wrong size on FSubTaskInfo"); \ static_assert(offsetof(FSubTaskInfo, RequiredClass) == 0x000000, "Member 'FSubTaskInfo::RequiredClass' has a wrong offset!"); \ static_assert(offsetof(FSubTaskInfo, Name) == 0x000008, "Member 'FSubTaskInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FSubTaskInfo, Progress) == 0x000020, "Member 'FSubTaskInfo::Progress' has a wrong offset!"); \ static_assert(offsetof(FSubTaskInfo, MaxProgress) == 0x000024, "Member 'FSubTaskInfo::MaxProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTaskView \ static_assert(alignof(FTaskView) == 0x000008, "Wrong alignment on FTaskView"); \ static_assert(sizeof(FTaskView) == 0x000070, "Wrong size on FTaskView"); \ static_assert(offsetof(FTaskView, ID) == 0x000000, "Member 'FTaskView::ID' has a wrong offset!"); \ static_assert(offsetof(FTaskView, Name) == 0x000008, "Member 'FTaskView::Name' has a wrong offset!"); \ static_assert(offsetof(FTaskView, Progress) == 0x000020, "Member 'FTaskView::Progress' has a wrong offset!"); \ static_assert(offsetof(FTaskView, MaxProgress) == 0x000024, "Member 'FTaskView::MaxProgress' has a wrong offset!"); \ static_assert(offsetof(FTaskView, IsComplete) == 0x000028, "Member 'FTaskView::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FTaskView, Tag) == 0x00002C, "Member 'FTaskView::Tag' has a wrong offset!"); \ static_assert(offsetof(FTaskView, bMarkIsHidden) == 0x000034, "Member 'FTaskView::bMarkIsHidden' has a wrong offset!"); \ static_assert(offsetof(FTaskView, SubTaskInfos) == 0x000038, "Member 'FTaskView::SubTaskInfos' has a wrong offset!"); \ static_assert(offsetof(FTaskView, task) == 0x000060, "Member 'FTaskView::task' has a wrong offset!"); \ static_assert(offsetof(FTaskView, Player) == 0x000068, "Member 'FTaskView::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkStatData \ static_assert(alignof(FSharkStatData) == 0x000008, "Wrong alignment on FSharkStatData"); \ static_assert(sizeof(FSharkStatData) == 0x000020, "Wrong size on FSharkStatData"); \ static_assert(offsetof(FSharkStatData, Type) == 0x000008, "Member 'FSharkStatData::Type' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData, Level) == 0x00000C, "Member 'FSharkStatData::Level' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData, TempBonus) == 0x000010, "Member 'FSharkStatData::TempBonus' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData, BaseMaxLevel) == 0x000014, "Member 'FSharkStatData::BaseMaxLevel' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData, OverMaxLevel) == 0x000018, "Member 'FSharkStatData::OverMaxLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponGenerationStats \ static_assert(alignof(FWeaponGenerationStats) == 0x000008, "Wrong alignment on FWeaponGenerationStats"); \ static_assert(sizeof(FWeaponGenerationStats) == 0x0000B0, "Wrong size on FWeaponGenerationStats"); \ static_assert(offsetof(FWeaponGenerationStats, Damage_Min) == 0x000008, "Member 'FWeaponGenerationStats::Damage_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Damage_Max) == 0x00000C, "Member 'FWeaponGenerationStats::Damage_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, RPM_Min) == 0x000010, "Member 'FWeaponGenerationStats::RPM_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, RPM_Max) == 0x000014, "Member 'FWeaponGenerationStats::RPM_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Stability_Min) == 0x000018, "Member 'FWeaponGenerationStats::Stability_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Stability_Max) == 0x00001C, "Member 'FWeaponGenerationStats::Stability_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Accuracy_Min) == 0x000020, "Member 'FWeaponGenerationStats::Accuracy_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Accuracy_Max) == 0x000024, "Member 'FWeaponGenerationStats::Accuracy_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Range_Min) == 0x000028, "Member 'FWeaponGenerationStats::Range_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Range_Max) == 0x00002C, "Member 'FWeaponGenerationStats::Range_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Magazine_Min) == 0x000030, "Member 'FWeaponGenerationStats::Magazine_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Magazine_Max) == 0x000034, "Member 'FWeaponGenerationStats::Magazine_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Reload_Min) == 0x000038, "Member 'FWeaponGenerationStats::Reload_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Reload_Max) == 0x00003C, "Member 'FWeaponGenerationStats::Reload_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Handling_Min) == 0x000040, "Member 'FWeaponGenerationStats::Handling_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, Handling_Max) == 0x000044, "Member 'FWeaponGenerationStats::Handling_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, CriticalChance) == 0x000048, "Member 'FWeaponGenerationStats::CriticalChance' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, CriticalMultiplier) == 0x00004C, "Member 'FWeaponGenerationStats::CriticalMultiplier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, HeadshotMultiplier) == 0x000050, "Member 'FWeaponGenerationStats::HeadshotMultiplier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, StatusChance) == 0x000054, "Member 'FWeaponGenerationStats::StatusChance' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelDamagePerShard) == 0x000058, "Member 'FWeaponGenerationStats::BarrelDamagePerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelDamageShardMin) == 0x00005C, "Member 'FWeaponGenerationStats::BarrelDamageShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelDamageShardMax) == 0x000060, "Member 'FWeaponGenerationStats::BarrelDamageShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRPMPerShard) == 0x000064, "Member 'FWeaponGenerationStats::BarrelRPMPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRPMShardMin) == 0x000068, "Member 'FWeaponGenerationStats::BarrelRPMShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRPMShardMax) == 0x00006C, "Member 'FWeaponGenerationStats::BarrelRPMShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelSTBPerShard) == 0x000070, "Member 'FWeaponGenerationStats::BarrelSTBPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelSTBShardMin) == 0x000074, "Member 'FWeaponGenerationStats::BarrelSTBShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelSTBShardMax) == 0x000078, "Member 'FWeaponGenerationStats::BarrelSTBShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelACCPerShard) == 0x00007C, "Member 'FWeaponGenerationStats::BarrelACCPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelACCShardMin) == 0x000080, "Member 'FWeaponGenerationStats::BarrelACCShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelACCShardMax) == 0x000084, "Member 'FWeaponGenerationStats::BarrelACCShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelMAGPerShard) == 0x000088, "Member 'FWeaponGenerationStats::BarrelMAGPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelMAGShardMin) == 0x00008C, "Member 'FWeaponGenerationStats::BarrelMAGShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelMAGShardMax) == 0x000090, "Member 'FWeaponGenerationStats::BarrelMAGShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRANPerShard) == 0x000094, "Member 'FWeaponGenerationStats::BarrelRANPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRANShardMin) == 0x000098, "Member 'FWeaponGenerationStats::BarrelRANShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRANShardMax) == 0x00009C, "Member 'FWeaponGenerationStats::BarrelRANShardMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRLDPerShard) == 0x0000A0, "Member 'FWeaponGenerationStats::BarrelRLDPerShard' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRLDShardMin) == 0x0000A4, "Member 'FWeaponGenerationStats::BarrelRLDShardMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStats, BarrelRLDShardMax) == 0x0000A8, "Member 'FWeaponGenerationStats::BarrelRLDShardMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIStateConfigBase \ static_assert(alignof(FAIStateConfigBase) == 0x000004, "Wrong alignment on FAIStateConfigBase"); \ static_assert(sizeof(FAIStateConfigBase) == 0x000004, "Wrong size on FAIStateConfigBase"); \ static_assert(offsetof(FAIStateConfigBase, Speed) == 0x000000, "Member 'FAIStateConfigBase::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenImplicit \ static_assert(alignof(FPathTokenImplicit) == 0x000008, "Wrong alignment on FPathTokenImplicit"); \ static_assert(sizeof(FPathTokenImplicit) == 0x000030, "Wrong size on FPathTokenImplicit"); \ static_assert(offsetof(FPathTokenImplicit, Implicit) == 0x000000, "Member 'FPathTokenImplicit::Implicit' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicit, Name) == 0x000008, "Member 'FPathTokenImplicit::Name' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicit, Value) == 0x000020, "Member 'FPathTokenImplicit::Value' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicit, Cap) == 0x000024, "Member 'FPathTokenImplicit::Cap' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicit, LootWeight) == 0x000028, "Member 'FPathTokenImplicit::LootWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlaceholderSaveData \ static_assert(alignof(FPlaceholderSaveData) == 0x000008, "Wrong alignment on FPlaceholderSaveData"); \ static_assert(sizeof(FPlaceholderSaveData) == 0x000020, "Wrong size on FPlaceholderSaveData"); \ static_assert(offsetof(FPlaceholderSaveData, Count) == 0x000000, "Member 'FPlaceholderSaveData::Count' has a wrong offset!"); \ static_assert(offsetof(FPlaceholderSaveData, bOrientVertical) == 0x000004, "Member 'FPlaceholderSaveData::bOrientVertical' has a wrong offset!"); \ static_assert(offsetof(FPlaceholderSaveData, ItemType) == 0x000008, "Member 'FPlaceholderSaveData::ItemType' has a wrong offset!"); \ static_assert(offsetof(FPlaceholderSaveData, LifetimeData) == 0x000010, "Member 'FPlaceholderSaveData::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryPlaceholderSaveData \ static_assert(alignof(FInventoryPlaceholderSaveData) == 0x000008, "Wrong alignment on FInventoryPlaceholderSaveData"); \ static_assert(sizeof(FInventoryPlaceholderSaveData) == 0x000028, "Wrong size on FInventoryPlaceholderSaveData"); \ static_assert(offsetof(FInventoryPlaceholderSaveData, Position) == 0x000000, "Member 'FInventoryPlaceholderSaveData::Position' has a wrong offset!"); \ static_assert(offsetof(FInventoryPlaceholderSaveData, PlaceholderData) == 0x000008, "Member 'FInventoryPlaceholderSaveData::PlaceholderData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventorySaveData \ static_assert(alignof(FInventorySaveData) == 0x000008, "Wrong alignment on FInventorySaveData"); \ static_assert(sizeof(FInventorySaveData) == 0x000018, "Wrong size on FInventorySaveData"); \ static_assert(offsetof(FInventorySaveData, bNotEmpty) == 0x000000, "Member 'FInventorySaveData::bNotEmpty' has a wrong offset!"); \ static_assert(offsetof(FInventorySaveData, HSize) == 0x000001, "Member 'FInventorySaveData::HSize' has a wrong offset!"); \ static_assert(offsetof(FInventorySaveData, VSize) == 0x000002, "Member 'FInventorySaveData::VSize' has a wrong offset!"); \ static_assert(offsetof(FInventorySaveData, bAllowHeavyItems) == 0x000003, "Member 'FInventorySaveData::bAllowHeavyItems' has a wrong offset!"); \ static_assert(offsetof(FInventorySaveData, Placeholders) == 0x000008, "Member 'FInventorySaveData::Placeholders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventorySlotSaveData \ static_assert(alignof(FInventorySlotSaveData) == 0x000008, "Wrong alignment on FInventorySlotSaveData"); \ static_assert(sizeof(FInventorySlotSaveData) == 0x000028, "Wrong size on FInventorySlotSaveData"); \ static_assert(offsetof(FInventorySlotSaveData, SlotName) == 0x000000, "Member 'FInventorySlotSaveData::SlotName' has a wrong offset!"); \ static_assert(offsetof(FInventorySlotSaveData, PlaceholderData) == 0x000008, "Member 'FInventorySlotSaveData::PlaceholderData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlotInventorySaveData \ static_assert(alignof(FSlotInventorySaveData) == 0x000008, "Wrong alignment on FSlotInventorySaveData"); \ static_assert(sizeof(FSlotInventorySaveData) == 0x000018, "Wrong size on FSlotInventorySaveData"); \ static_assert(offsetof(FSlotInventorySaveData, bNotEmpty) == 0x000000, "Member 'FSlotInventorySaveData::bNotEmpty' has a wrong offset!"); \ static_assert(offsetof(FSlotInventorySaveData, SlotSaveData) == 0x000008, "Member 'FSlotInventorySaveData::SlotSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunition \ static_assert(alignof(FGAmmunition) == 0x000004, "Wrong alignment on FGAmmunition"); \ static_assert(sizeof(FGAmmunition) == 0x000008, "Wrong size on FGAmmunition"); \ static_assert(offsetof(FGAmmunition, Type) == 0x000000, "Member 'FGAmmunition::Type' has a wrong offset!"); \ static_assert(offsetof(FGAmmunition, AmmoCount) == 0x000004, "Member 'FGAmmunition::AmmoCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTaskSaveData \ static_assert(alignof(FTaskSaveData) == 0x000008, "Wrong alignment on FTaskSaveData"); \ static_assert(sizeof(FTaskSaveData) == 0x000020, "Wrong size on FTaskSaveData"); \ static_assert(offsetof(FTaskSaveData, TaskClass) == 0x000000, "Member 'FTaskSaveData::TaskClass' has a wrong offset!"); \ static_assert(offsetof(FTaskSaveData, Tag) == 0x000008, "Member 'FTaskSaveData::Tag' has a wrong offset!"); \ static_assert(offsetof(FTaskSaveData, ByteData) == 0x000010, "Member 'FTaskSaveData::ByteData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestSaveData \ static_assert(alignof(FQuestSaveData) == 0x000008, "Wrong alignment on FQuestSaveData"); \ static_assert(sizeof(FQuestSaveData) == 0x000028, "Wrong size on FQuestSaveData"); \ static_assert(offsetof(FQuestSaveData, ID) == 0x000000, "Member 'FQuestSaveData::ID' has a wrong offset!"); \ static_assert(offsetof(FQuestSaveData, GraphTemplate) == 0x000008, "Member 'FQuestSaveData::GraphTemplate' has a wrong offset!"); \ static_assert(offsetof(FQuestSaveData, ActiveTasks) == 0x000010, "Member 'FQuestSaveData::ActiveTasks' has a wrong offset!"); \ static_assert(offsetof(FQuestSaveData, bIsComplete) == 0x000020, "Member 'FQuestSaveData::bIsComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGraphSaveData \ static_assert(alignof(FGraphSaveData) == 0x000008, "Wrong alignment on FGraphSaveData"); \ static_assert(sizeof(FGraphSaveData) == 0x000060, "Wrong size on FGraphSaveData"); \ static_assert(offsetof(FGraphSaveData, NodesPendingExecute) == 0x000000, "Member 'FGraphSaveData::NodesPendingExecute' has a wrong offset!"); \ static_assert(offsetof(FGraphSaveData, NodesRunning) == 0x000010, "Member 'FGraphSaveData::NodesRunning' has a wrong offset!"); \ static_assert(offsetof(FGraphSaveData, NodesComplete) == 0x000020, "Member 'FGraphSaveData::NodesComplete' has a wrong offset!"); \ static_assert(offsetof(FGraphSaveData, GraphTemplate) == 0x000030, "Member 'FGraphSaveData::GraphTemplate' has a wrong offset!"); \ static_assert(offsetof(FGraphSaveData, QuestSaveData) == 0x000038, "Member 'FGraphSaveData::QuestSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestManagerSaveData \ static_assert(alignof(FQuestManagerSaveData) == 0x000008, "Wrong alignment on FQuestManagerSaveData"); \ static_assert(sizeof(FQuestManagerSaveData) == 0x000048, "Wrong size on FQuestManagerSaveData"); \ static_assert(offsetof(FQuestManagerSaveData, ActiveGraphs) == 0x000000, "Member 'FQuestManagerSaveData::ActiveGraphs' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, CompleteQuests) == 0x000010, "Member 'FQuestManagerSaveData::CompleteQuests' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, LastQuestID) == 0x000020, "Member 'FQuestManagerSaveData::LastQuestID' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, QuestTrainState) == 0x000024, "Member 'FQuestManagerSaveData::QuestTrainState' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, PlayerEngineForceSpeed) == 0x000028, "Member 'FQuestManagerSaveData::PlayerEngineForceSpeed' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, UnlockedQuestProgression) == 0x000030, "Member 'FQuestManagerSaveData::UnlockedQuestProgression' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, bEndStoryMessageCompletelyShowed) == 0x000040, "Member 'FQuestManagerSaveData::bEndStoryMessageCompletelyShowed' has a wrong offset!"); \ static_assert(offsetof(FQuestManagerSaveData, ToiletEventRemainingTime) == 0x000044, "Member 'FQuestManagerSaveData::ToiletEventRemainingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrackedQuest \ static_assert(alignof(FTrackedQuest) == 0x000004, "Wrong alignment on FTrackedQuest"); \ static_assert(sizeof(FTrackedQuest) == 0x00000C, "Wrong size on FTrackedQuest"); \ static_assert(offsetof(FTrackedQuest, QuestTag) == 0x000000, "Member 'FTrackedQuest::QuestTag' has a wrong offset!"); \ static_assert(offsetof(FTrackedQuest, QuestCategory) == 0x000008, "Member 'FTrackedQuest::QuestCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerSaveData \ static_assert(alignof(FPlayerSaveData) == 0x000008, "Wrong alignment on FPlayerSaveData"); \ static_assert(sizeof(FPlayerSaveData) == 0x000118, "Wrong size on FPlayerSaveData"); \ static_assert(offsetof(FPlayerSaveData, InventorySaveData) == 0x000000, "Member 'FPlayerSaveData::InventorySaveData' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, EquipInventorySaveData) == 0x000018, "Member 'FPlayerSaveData::EquipInventorySaveData' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, AmmunitionSaveData) == 0x000030, "Member 'FPlayerSaveData::AmmunitionSaveData' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, TutorialProgress) == 0x000040, "Member 'FPlayerSaveData::TutorialProgress' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, QuestTasksProgress) == 0x000050, "Member 'FPlayerSaveData::QuestTasksProgress' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, QuestTasksStarted) == 0x000060, "Member 'FPlayerSaveData::QuestTasksStarted' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, HealthPercentage) == 0x000070, "Member 'FPlayerSaveData::HealthPercentage' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, HungerPercentage) == 0x000074, "Member 'FPlayerSaveData::HungerPercentage' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, ThirstyPercentage) == 0x000078, "Member 'FPlayerSaveData::ThirstyPercentage' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, SelectedWeaponSlotIdx) == 0x00007C, "Member 'FPlayerSaveData::SelectedWeaponSlotIdx' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, FavoriteItems) == 0x000080, "Member 'FPlayerSaveData::FavoriteItems' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, bUsedBirdTeleport) == 0x000090, "Member 'FPlayerSaveData::bUsedBirdTeleport' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, UniqueReloadChance) == 0x000094, "Member 'FPlayerSaveData::UniqueReloadChance' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, QuestManagerSaveData) == 0x000098, "Member 'FPlayerSaveData::QuestManagerSaveData' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, HeavyItemIsSelected) == 0x0000E0, "Member 'FPlayerSaveData::HeavyItemIsSelected' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, HeavyItemSlotIdx) == 0x0000E4, "Member 'FPlayerSaveData::HeavyItemSlotIdx' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, TrackedQuestsInJournal) == 0x0000E8, "Member 'FPlayerSaveData::TrackedQuestsInJournal' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, bIsDeathSave) == 0x0000F8, "Member 'FPlayerSaveData::bIsDeathSave' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, FavoriteRecipes) == 0x000100, "Member 'FPlayerSaveData::FavoriteRecipes' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, MiniGameEatenFish) == 0x000110, "Member 'FPlayerSaveData::MiniGameEatenFish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoteCell \ static_assert(alignof(FNoteCell) == 0x000008, "Wrong alignment on FNoteCell"); \ static_assert(sizeof(FNoteCell) == 0x000018, "Wrong size on FNoteCell"); \ static_assert(offsetof(FNoteCell, AvailableNoteIDs) == 0x000000, "Member 'FNoteCell::AvailableNoteIDs' has a wrong offset!"); \ static_assert(offsetof(FNoteCell, NoteType) == 0x000010, "Member 'FNoteCell::NoteType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleAttachmentsSettings \ static_assert(alignof(FWeaponModuleAttachmentsSettings) == 0x000008, "Wrong alignment on FWeaponModuleAttachmentsSettings"); \ static_assert(sizeof(FWeaponModuleAttachmentsSettings) == 0x000020, "Wrong size on FWeaponModuleAttachmentsSettings"); \ static_assert(offsetof(FWeaponModuleAttachmentsSettings, ModuleMesh) == 0x000008, "Member 'FWeaponModuleAttachmentsSettings::ModuleMesh' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAttachmentsSettings, AttachmentMesh1) == 0x000010, "Member 'FWeaponModuleAttachmentsSettings::AttachmentMesh1' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAttachmentsSettings, AttachmentMesh2) == 0x000018, "Member 'FWeaponModuleAttachmentsSettings::AttachmentMesh2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIBaseAdditiveChance \ static_assert(alignof(FAIBaseAdditiveChance) == 0x000004, "Wrong alignment on FAIBaseAdditiveChance"); \ static_assert(sizeof(FAIBaseAdditiveChance) == 0x000008, "Wrong size on FAIBaseAdditiveChance"); \ static_assert(offsetof(FAIBaseAdditiveChance, BaseChance) == 0x000000, "Member 'FAIBaseAdditiveChance::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FAIBaseAdditiveChance, AdditiveChance) == 0x000004, "Member 'FAIBaseAdditiveChance::AdditiveChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPooledActorSettings \ static_assert(alignof(FPooledActorSettings) == 0x000008, "Wrong alignment on FPooledActorSettings"); \ static_assert(sizeof(FPooledActorSettings) == 0x000010, "Wrong size on FPooledActorSettings"); \ static_assert(offsetof(FPooledActorSettings, ActorClass) == 0x000000, "Member 'FPooledActorSettings::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FPooledActorSettings, PoolSize) == 0x000008, "Member 'FPooledActorSettings::PoolSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleProjectConstructionSettings \ static_assert(alignof(FWagonModuleProjectConstructionSettings) == 0x000008, "Wrong alignment on FWagonModuleProjectConstructionSettings"); \ static_assert(sizeof(FWagonModuleProjectConstructionSettings) == 0x000010, "Wrong size on FWagonModuleProjectConstructionSettings"); \ static_assert(offsetof(FWagonModuleProjectConstructionSettings, Class) == 0x000000, "Member 'FWagonModuleProjectConstructionSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleProjectConstructionSettings, AddedAmount) == 0x000008, "Member 'FWagonModuleProjectConstructionSettings::AddedAmount' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleProjectConstructionSettings, RequiredAmount) == 0x00000C, "Member 'FWagonModuleProjectConstructionSettings::RequiredAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleColorSettings \ static_assert(alignof(FWagonModuleColorSettings) == 0x000004, "Wrong alignment on FWagonModuleColorSettings"); \ static_assert(sizeof(FWagonModuleColorSettings) == 0x000018, "Wrong size on FWagonModuleColorSettings"); \ static_assert(offsetof(FWagonModuleColorSettings, PrimaryColor) == 0x000000, "Member 'FWagonModuleColorSettings::PrimaryColor' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleColorSettings, PrimaryColorValue) == 0x000004, "Member 'FWagonModuleColorSettings::PrimaryColorValue' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleColorSettings, AccentColor) == 0x000008, "Member 'FWagonModuleColorSettings::AccentColor' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleColorSettings, AccentColorValue) == 0x00000C, "Member 'FWagonModuleColorSettings::AccentColorValue' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleColorSettings, DetailColor) == 0x000010, "Member 'FWagonModuleColorSettings::DetailColor' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleColorSettings, DetailColorValue) == 0x000014, "Member 'FWagonModuleColorSettings::DetailColorValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleSettings \ static_assert(alignof(FWagonModuleSettings) == 0x000008, "Wrong alignment on FWagonModuleSettings"); \ static_assert(sizeof(FWagonModuleSettings) == 0x000078, "Wrong size on FWagonModuleSettings"); \ static_assert(offsetof(FWagonModuleSettings, Type) == 0x000000, "Member 'FWagonModuleSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, Mesh) == 0x000008, "Member 'FWagonModuleSettings::Mesh' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, UpdatedMesh) == 0x000010, "Member 'FWagonModuleSettings::UpdatedMesh' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, State) == 0x000018, "Member 'FWagonModuleSettings::State' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, RecipeID) == 0x00001C, "Member 'FWagonModuleSettings::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, ConstructionsRequirements) == 0x000020, "Member 'FWagonModuleSettings::ConstructionsRequirements' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, ProjectName) == 0x000030, "Member 'FWagonModuleSettings::ProjectName' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, DurabilityCurrent) == 0x000048, "Member 'FWagonModuleSettings::DurabilityCurrent' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, DurabilityMax) == 0x00004C, "Member 'FWagonModuleSettings::DurabilityMax' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, WorldRateWeightAdditive) == 0x000050, "Member 'FWagonModuleSettings::WorldRateWeightAdditive' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, RotationOffset) == 0x000054, "Member 'FWagonModuleSettings::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSettings, CustomColor) == 0x000060, "Member 'FWagonModuleSettings::CustomColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGathererProgress \ static_assert(alignof(FGathererProgress) == 0x000008, "Wrong alignment on FGathererProgress"); \ static_assert(sizeof(FGathererProgress) == 0x000018, "Wrong size on FGathererProgress"); \ static_assert(offsetof(FGathererProgress, StartTime) == 0x000000, "Member 'FGathererProgress::StartTime' has a wrong offset!"); \ static_assert(offsetof(FGathererProgress, EndTime) == 0x000004, "Member 'FGathererProgress::EndTime' has a wrong offset!"); \ static_assert(offsetof(FGathererProgress, WorkTime) == 0x000008, "Member 'FGathererProgress::WorkTime' has a wrong offset!"); \ static_assert(offsetof(FGathererProgress, State) == 0x00000C, "Member 'FGathererProgress::State' has a wrong offset!"); \ static_assert(offsetof(FGathererProgress, PauseReason) == 0x00000D, "Member 'FGathererProgress::PauseReason' has a wrong offset!"); \ static_assert(offsetof(FGathererProgress, TimerHandle) == 0x000010, "Member 'FGathererProgress::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGatheringSaveData \ static_assert(alignof(FGatheringSaveData) == 0x000008, "Wrong alignment on FGatheringSaveData"); \ static_assert(sizeof(FGatheringSaveData) == 0x000030, "Wrong size on FGatheringSaveData"); \ static_assert(offsetof(FGatheringSaveData, GatheringProgressSaveData) == 0x000000, "Member 'FGatheringSaveData::GatheringProgressSaveData' has a wrong offset!"); \ static_assert(offsetof(FGatheringSaveData, GathererInventorySaveData) == 0x000018, "Member 'FGatheringSaveData::GathererInventorySaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftProgress \ static_assert(alignof(FCraftProgress) == 0x000008, "Wrong alignment on FCraftProgress"); \ static_assert(sizeof(FCraftProgress) == 0x000040, "Wrong size on FCraftProgress"); \ static_assert(offsetof(FCraftProgress, WorkZone) == 0x000000, "Member 'FCraftProgress::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, ItemsLeft) == 0x000004, "Member 'FCraftProgress::ItemsLeft' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, ItemsTotal) == 0x000008, "Member 'FCraftProgress::ItemsTotal' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, RecipeID) == 0x00000C, "Member 'FCraftProgress::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, TimePerCraft) == 0x000010, "Member 'FCraftProgress::TimePerCraft' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, AllItemsStartCraftTime) == 0x000014, "Member 'FCraftProgress::AllItemsStartCraftTime' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, AllItemsEndCraftTime) == 0x000018, "Member 'FCraftProgress::AllItemsEndCraftTime' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, CurrentItemStartCraftTime) == 0x00001C, "Member 'FCraftProgress::CurrentItemStartCraftTime' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, CurrentItemEndCraftTime) == 0x000020, "Member 'FCraftProgress::CurrentItemEndCraftTime' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, CraftTimerHandle) == 0x000028, "Member 'FCraftProgress::CraftTimerHandle' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, CraftProgressState) == 0x000030, "Member 'FCraftProgress::CraftProgressState' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, CraftPauseReason) == 0x000031, "Member 'FCraftProgress::CraftPauseReason' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, FuelPointsPerCraft) == 0x000034, "Member 'FCraftProgress::FuelPointsPerCraft' has a wrong offset!"); \ static_assert(offsetof(FCraftProgress, PowerPointsPerCraft) == 0x000038, "Member 'FCraftProgress::PowerPointsPerCraft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftSaveData \ static_assert(alignof(FCraftSaveData) == 0x000008, "Wrong alignment on FCraftSaveData"); \ static_assert(sizeof(FCraftSaveData) == 0x000010, "Wrong size on FCraftSaveData"); \ static_assert(offsetof(FCraftSaveData, CraftInProgressSaveData) == 0x000000, "Member 'FCraftSaveData::CraftInProgressSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftingTableCompleteCraft \ static_assert(alignof(FCraftingTableCompleteCraft) == 0x000004, "Wrong alignment on FCraftingTableCompleteCraft"); \ static_assert(sizeof(FCraftingTableCompleteCraft) == 0x000008, "Wrong size on FCraftingTableCompleteCraft"); \ static_assert(offsetof(FCraftingTableCompleteCraft, WorkZone) == 0x000000, "Member 'FCraftingTableCompleteCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FCraftingTableCompleteCraft, RecipeID) == 0x000004, "Member 'FCraftingTableCompleteCraft::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGardenSaveData \ static_assert(alignof(FGardenSaveData) == 0x000008, "Wrong alignment on FGardenSaveData"); \ static_assert(sizeof(FGardenSaveData) == 0x000018, "Wrong size on FGardenSaveData"); \ static_assert(offsetof(FGardenSaveData, GardenState) == 0x000000, "Member 'FGardenSaveData::GardenState' has a wrong offset!"); \ static_assert(offsetof(FGardenSaveData, bIsFertilizerAdded) == 0x000001, "Member 'FGardenSaveData::bIsFertilizerAdded' has a wrong offset!"); \ static_assert(offsetof(FGardenSaveData, SeedClass) == 0x000008, "Member 'FGardenSaveData::SeedClass' has a wrong offset!"); \ static_assert(offsetof(FGardenSaveData, ActionProgress) == 0x000010, "Member 'FGardenSaveData::ActionProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleSaveData \ static_assert(alignof(FWagonModuleSaveData) == 0x000008, "Wrong alignment on FWagonModuleSaveData"); \ static_assert(sizeof(FWagonModuleSaveData) == 0x0001A8, "Wrong size on FWagonModuleSaveData"); \ static_assert(offsetof(FWagonModuleSaveData, Class) == 0x000000, "Member 'FWagonModuleSaveData::Class' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, WagonModuleSettings) == 0x000008, "Member 'FWagonModuleSaveData::WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, LocationOffset) == 0x000080, "Member 'FWagonModuleSaveData::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, RotationOffset) == 0x00008C, "Member 'FWagonModuleSaveData::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, BrokenFloorMeshes) == 0x000098, "Member 'FWagonModuleSaveData::BrokenFloorMeshes' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, TrashInventorySaveData) == 0x0000A8, "Member 'FWagonModuleSaveData::TrashInventorySaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CustomInventoriesSaveData) == 0x0000C0, "Member 'FWagonModuleSaveData::CustomInventoriesSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CustomSlotInventoriesSaveData) == 0x0000D0, "Member 'FWagonModuleSaveData::CustomSlotInventoriesSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CompleteCraft) == 0x0000E0, "Member 'FWagonModuleSaveData::CompleteCraft' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CraftSaveData) == 0x0000F0, "Member 'FWagonModuleSaveData::CraftSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, Name) == 0x000100, "Member 'FWagonModuleSaveData::Name' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, LifetimeData) == 0x000118, "Member 'FWagonModuleSaveData::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, bModuleBuilded) == 0x000128, "Member 'FWagonModuleSaveData::bModuleBuilded' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, bModuleProjected) == 0x000129, "Member 'FWagonModuleSaveData::bModuleProjected' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, GatheringSaveData) == 0x000130, "Member 'FWagonModuleSaveData::GatheringSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, GardenSaveData) == 0x000160, "Member 'FWagonModuleSaveData::GardenSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CanteenFoodValue) == 0x000178, "Member 'FWagonModuleSaveData::CanteenFoodValue' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, TableFuelPoints) == 0x00017C, "Member 'FWagonModuleSaveData::TableFuelPoints' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, IconIndex) == 0x000180, "Member 'FWagonModuleSaveData::IconIndex' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, ColorIndex) == 0x000184, "Member 'FWagonModuleSaveData::ColorIndex' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, SpentPowerPoints) == 0x000188, "Member 'FWagonModuleSaveData::SpentPowerPoints' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, CustomColor) == 0x00018C, "Member 'FWagonModuleSaveData::CustomColor' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleSaveData, bIsConnectedToElectricity) == 0x0001A4, "Member 'FWagonModuleSaveData::bIsConnectedToElectricity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticWagonModuleSaveData \ static_assert(alignof(FStaticWagonModuleSaveData) == 0x000008, "Wrong alignment on FStaticWagonModuleSaveData"); \ static_assert(sizeof(FStaticWagonModuleSaveData) == 0x000048, "Wrong size on FStaticWagonModuleSaveData"); \ static_assert(offsetof(FStaticWagonModuleSaveData, State) == 0x000000, "Member 'FStaticWagonModuleSaveData::State' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, RecipeID) == 0x000004, "Member 'FStaticWagonModuleSaveData::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, ConstructionsRequirements) == 0x000008, "Member 'FStaticWagonModuleSaveData::ConstructionsRequirements' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, RotationOffset) == 0x000018, "Member 'FStaticWagonModuleSaveData::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, DurabilityCurrent) == 0x000024, "Member 'FStaticWagonModuleSaveData::DurabilityCurrent' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, DurabilityMax) == 0x000028, "Member 'FStaticWagonModuleSaveData::DurabilityMax' has a wrong offset!"); \ static_assert(offsetof(FStaticWagonModuleSaveData, CustomColor) == 0x00002C, "Member 'FStaticWagonModuleSaveData::CustomColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventorySaveDataListedItem \ static_assert(alignof(FInventorySaveDataListedItem) == 0x000008, "Wrong alignment on FInventorySaveDataListedItem"); \ static_assert(sizeof(FInventorySaveDataListedItem) == 0x000020, "Wrong size on FInventorySaveDataListedItem"); \ static_assert(offsetof(FInventorySaveDataListedItem, Index) == 0x000000, "Member 'FInventorySaveDataListedItem::Index' has a wrong offset!"); \ static_assert(offsetof(FInventorySaveDataListedItem, Inventory) == 0x000008, "Member 'FInventorySaveDataListedItem::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonSaveData \ static_assert(alignof(FWagonSaveData) == 0x000008, "Wrong alignment on FWagonSaveData"); \ static_assert(sizeof(FWagonSaveData) == 0x000070, "Wrong size on FWagonSaveData"); \ static_assert(offsetof(FWagonSaveData, PlatformsAmount) == 0x000000, "Member 'FWagonSaveData::PlatformsAmount' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, Class) == 0x000008, "Member 'FWagonSaveData::Class' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, InstalledModulesSaveData) == 0x000010, "Member 'FWagonSaveData::InstalledModulesSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, FloorSaveData) == 0x000020, "Member 'FWagonSaveData::FloorSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, FrameSaveData) == 0x000030, "Member 'FWagonSaveData::FrameSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, WallSaveData) == 0x000040, "Member 'FWagonSaveData::WallSaveData' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, WagonModuleTrashInventoryList) == 0x000050, "Member 'FWagonSaveData::WagonModuleTrashInventoryList' has a wrong offset!"); \ static_assert(offsetof(FWagonSaveData, ArmorWallSaveData) == 0x000060, "Member 'FWagonSaveData::ArmorWallSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainSaveData \ static_assert(alignof(FTrainSaveData) == 0x000010, "Wrong alignment on FTrainSaveData"); \ static_assert(sizeof(FTrainSaveData) == 0x000060, "Wrong size on FTrainSaveData"); \ static_assert(offsetof(FTrainSaveData, TrainTransform) == 0x000000, "Member 'FTrainSaveData::TrainTransform' has a wrong offset!"); \ static_assert(offsetof(FTrainSaveData, WagonsSaveData) == 0x000030, "Member 'FTrainSaveData::WagonsSaveData' has a wrong offset!"); \ static_assert(offsetof(FTrainSaveData, TrainName) == 0x000040, "Member 'FTrainSaveData::TrainName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseSaveData \ static_assert(alignof(FChaseSaveData) == 0x000010, "Wrong alignment on FChaseSaveData"); \ static_assert(sizeof(FChaseSaveData) == 0x000070, "Wrong size on FChaseSaveData"); \ static_assert(offsetof(FChaseSaveData, State) == 0x000000, "Member 'FChaseSaveData::State' has a wrong offset!"); \ static_assert(offsetof(FChaseSaveData, EnemyTrainSaveData) == 0x000010, "Member 'FChaseSaveData::EnemyTrainSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSpawnInfo \ static_assert(alignof(FActorSpawnInfo) == 0x000010, "Wrong alignment on FActorSpawnInfo"); \ static_assert(sizeof(FActorSpawnInfo) == 0x0000A0, "Wrong size on FActorSpawnInfo"); \ static_assert(offsetof(FActorSpawnInfo, ClassToSpawn) == 0x000000, "Member 'FActorSpawnInfo::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, SpawnTransform) == 0x000010, "Member 'FActorSpawnInfo::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, Owner) == 0x000040, "Member 'FActorSpawnInfo::Owner' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, SpawnCollisionMethod) == 0x000048, "Member 'FActorSpawnInfo::SpawnCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, Spawner) == 0x000050, "Member 'FActorSpawnInfo::Spawner' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, SpawnRequestID) == 0x000058, "Member 'FActorSpawnInfo::SpawnRequestID' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, SpawnTime) == 0x00005C, "Member 'FActorSpawnInfo::SpawnTime' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, PointTransform) == 0x000060, "Member 'FActorSpawnInfo::PointTransform' has a wrong offset!"); \ static_assert(offsetof(FActorSpawnInfo, SpawnInstigator) == 0x000090, "Member 'FActorSpawnInfo::SpawnInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmmoCap \ static_assert(alignof(FAmmoCap) == 0x000008, "Wrong alignment on FAmmoCap"); \ static_assert(sizeof(FAmmoCap) == 0x000050, "Wrong size on FAmmoCap"); \ static_assert(offsetof(FAmmoCap, AmmoCap) == 0x000000, "Member 'FAmmoCap::AmmoCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnlineStatData \ static_assert(alignof(FOnlineStatData) == 0x000008, "Wrong alignment on FOnlineStatData"); \ static_assert(sizeof(FOnlineStatData) == 0x000018, "Wrong size on FOnlineStatData"); \ static_assert(offsetof(FOnlineStatData, Name) == 0x000000, "Member 'FOnlineStatData::Name' has a wrong offset!"); \ static_assert(offsetof(FOnlineStatData, Value) == 0x000010, "Member 'FOnlineStatData::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootListInfo \ static_assert(alignof(FLootListInfo) == 0x000008, "Wrong alignment on FLootListInfo"); \ static_assert(sizeof(FLootListInfo) == 0x000010, "Wrong size on FLootListInfo"); \ static_assert(offsetof(FLootListInfo, LootList) == 0x000000, "Member 'FLootListInfo::LootList' has a wrong offset!"); \ static_assert(offsetof(FLootListInfo, DropChance) == 0x000008, "Member 'FLootListInfo::DropChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponImplicitModSettings \ static_assert(alignof(FWeaponImplicitModSettings) == 0x000008, "Wrong alignment on FWeaponImplicitModSettings"); \ static_assert(sizeof(FWeaponImplicitModSettings) == 0x000010, "Wrong size on FWeaponImplicitModSettings"); \ static_assert(offsetof(FWeaponImplicitModSettings, ImplicitMod) == 0x000008, "Member 'FWeaponImplicitModSettings::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitModSettings, Value) == 0x00000C, "Member 'FWeaponImplicitModSettings::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponImplicitRandomModSettings \ static_assert(alignof(FWeaponImplicitRandomModSettings) == 0x000008, "Wrong alignment on FWeaponImplicitRandomModSettings"); \ static_assert(sizeof(FWeaponImplicitRandomModSettings) == 0x000018, "Wrong size on FWeaponImplicitRandomModSettings"); \ static_assert(offsetof(FWeaponImplicitRandomModSettings, ImplicitMod) == 0x000008, "Member 'FWeaponImplicitRandomModSettings::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitRandomModSettings, MinValue) == 0x00000C, "Member 'FWeaponImplicitRandomModSettings::MinValue' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitRandomModSettings, MaxValue) == 0x000010, "Member 'FWeaponImplicitRandomModSettings::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleAffixesSettings \ static_assert(alignof(FWeaponModuleAffixesSettings) == 0x000008, "Wrong alignment on FWeaponModuleAffixesSettings"); \ static_assert(sizeof(FWeaponModuleAffixesSettings) == 0x000068, "Wrong size on FWeaponModuleAffixesSettings"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, ID) == 0x000008, "Member 'FWeaponModuleAffixesSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, Tier) == 0x00000C, "Member 'FWeaponModuleAffixesSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, Element) == 0x00000D, "Member 'FWeaponModuleAffixesSettings::Element' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, CategoryID) == 0x000010, "Member 'FWeaponModuleAffixesSettings::CategoryID' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, ModSettings) == 0x000018, "Member 'FWeaponModuleAffixesSettings::ModSettings' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, Name) == 0x000028, "Member 'FWeaponModuleAffixesSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, Weight) == 0x000040, "Member 'FWeaponModuleAffixesSettings::Weight' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, StaticMeshes) == 0x000048, "Member 'FWeaponModuleAffixesSettings::StaticMeshes' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixesSettings, SkeletalMeshes) == 0x000058, "Member 'FWeaponModuleAffixesSettings::SkeletalMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleAffixes \ static_assert(alignof(FWeaponModuleAffixes) == 0x000008, "Wrong alignment on FWeaponModuleAffixes"); \ static_assert(sizeof(FWeaponModuleAffixes) == 0x000030, "Wrong size on FWeaponModuleAffixes"); \ static_assert(offsetof(FWeaponModuleAffixes, ImplicitMods) == 0x000000, "Member 'FWeaponModuleAffixes::ImplicitMods' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixes, Prefixes) == 0x000010, "Member 'FWeaponModuleAffixes::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixes, Suffixes) == 0x000020, "Member 'FWeaponModuleAffixes::Suffixes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModuleDescription \ static_assert(alignof(FModuleDescription) == 0x000008, "Wrong alignment on FModuleDescription"); \ static_assert(sizeof(FModuleDescription) == 0x000068, "Wrong size on FModuleDescription"); \ static_assert(offsetof(FModuleDescription, ModuleName) == 0x000000, "Member 'FModuleDescription::ModuleName' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, Seed) == 0x000010, "Member 'FModuleDescription::Seed' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, Tier) == 0x000014, "Member 'FModuleDescription::Tier' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, Affixes) == 0x000018, "Member 'FModuleDescription::Affixes' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, StaticMesh) == 0x000048, "Member 'FModuleDescription::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, ConsumedDurability) == 0x000050, "Member 'FModuleDescription::ConsumedDurability' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, RepairedCount) == 0x000054, "Member 'FModuleDescription::RepairedCount' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, DurabilityTierModifier) == 0x000058, "Member 'FModuleDescription::DurabilityTierModifier' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, DurabilityDebuffCap) == 0x00005C, "Member 'FModuleDescription::DurabilityDebuffCap' has a wrong offset!"); \ static_assert(offsetof(FModuleDescription, DurabilityLessPoint) == 0x000060, "Member 'FModuleDescription::DurabilityLessPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGripDescription \ static_assert(alignof(FGripDescription) == 0x000008, "Wrong alignment on FGripDescription"); \ static_assert(sizeof(FGripDescription) == 0x000088, "Wrong size on FGripDescription"); \ static_assert(offsetof(FGripDescription, ID) == 0x000068, "Member 'FGripDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FGripDescription, TypeID) == 0x00006C, "Member 'FGripDescription::TypeID' has a wrong offset!"); \ static_assert(offsetof(FGripDescription, Mesh) == 0x000070, "Member 'FGripDescription::Mesh' has a wrong offset!"); \ static_assert(offsetof(FGripDescription, Handling) == 0x000078, "Member 'FGripDescription::Handling' has a wrong offset!"); \ static_assert(offsetof(FGripDescription, FireLength) == 0x00007C, "Member 'FGripDescription::FireLength' has a wrong offset!"); \ static_assert(offsetof(FGripDescription, FireType) == 0x000080, "Member 'FGripDescription::FireType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubzoneAreaPreset \ static_assert(alignof(FSubzoneAreaPreset) == 0x000008, "Wrong alignment on FSubzoneAreaPreset"); \ static_assert(sizeof(FSubzoneAreaPreset) == 0x000020, "Wrong size on FSubzoneAreaPreset"); \ static_assert(offsetof(FSubzoneAreaPreset, WorldRate) == 0x000008, "Member 'FSubzoneAreaPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FSubzoneAreaPreset, AIClass) == 0x000010, "Member 'FSubzoneAreaPreset::AIClass' has a wrong offset!"); \ static_assert(offsetof(FSubzoneAreaPreset, UnitCap) == 0x000018, "Member 'FSubzoneAreaPreset::UnitCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrozenLootGenerationSettings \ static_assert(alignof(FFrozenLootGenerationSettings) == 0x000008, "Wrong alignment on FFrozenLootGenerationSettings"); \ static_assert(sizeof(FFrozenLootGenerationSettings) == 0x000020, "Wrong size on FFrozenLootGenerationSettings"); \ static_assert(offsetof(FFrozenLootGenerationSettings, WorldRate) == 0x000008, "Member 'FFrozenLootGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootGenerationSettings, MinRollCount) == 0x00000C, "Member 'FFrozenLootGenerationSettings::MinRollCount' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootGenerationSettings, MaxRollCount) == 0x000010, "Member 'FFrozenLootGenerationSettings::MaxRollCount' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootGenerationSettings, LootList) == 0x000018, "Member 'FFrozenLootGenerationSettings::LootList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestView \ static_assert(alignof(FQuestView) == 0x000008, "Wrong alignment on FQuestView"); \ static_assert(sizeof(FQuestView) == 0x000070, "Wrong size on FQuestView"); \ static_assert(offsetof(FQuestView, ID) == 0x000000, "Member 'FQuestView::ID' has a wrong offset!"); \ static_assert(offsetof(FQuestView, Name) == 0x000008, "Member 'FQuestView::Name' has a wrong offset!"); \ static_assert(offsetof(FQuestView, Description) == 0x000020, "Member 'FQuestView::Description' has a wrong offset!"); \ static_assert(offsetof(FQuestView, Tag) == 0x000038, "Member 'FQuestView::Tag' has a wrong offset!"); \ static_assert(offsetof(FQuestView, QuestCategory) == 0x000040, "Member 'FQuestView::QuestCategory' has a wrong offset!"); \ static_assert(offsetof(FQuestView, bOverrideTrackedQuest) == 0x000041, "Member 'FQuestView::bOverrideTrackedQuest' has a wrong offset!"); \ static_assert(offsetof(FQuestView, TaskViews) == 0x000048, "Member 'FQuestView::TaskViews' has a wrong offset!"); \ static_assert(offsetof(FQuestView, IsComplete) == 0x000058, "Member 'FQuestView::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FQuestView, bShowTitleNotify) == 0x000059, "Member 'FQuestView::bShowTitleNotify' has a wrong offset!"); \ static_assert(offsetof(FQuestView, Player) == 0x000060, "Member 'FQuestView::Player' has a wrong offset!"); \ static_assert(offsetof(FQuestView, Quest) == 0x000068, "Member 'FQuestView::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPollutionCD \ static_assert(alignof(FPollutionCD) == 0x000004, "Wrong alignment on FPollutionCD"); \ static_assert(sizeof(FPollutionCD) == 0x000008, "Wrong size on FPollutionCD"); \ static_assert(offsetof(FPollutionCD, Type) == 0x000000, "Member 'FPollutionCD::Type' has a wrong offset!"); \ static_assert(offsetof(FPollutionCD, CDStarted) == 0x000004, "Member 'FPollutionCD::CDStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIMapTierUnitCap \ static_assert(alignof(FAIMapTierUnitCap) == 0x000004, "Wrong alignment on FAIMapTierUnitCap"); \ static_assert(sizeof(FAIMapTierUnitCap) == 0x000008, "Wrong size on FAIMapTierUnitCap"); \ static_assert(offsetof(FAIMapTierUnitCap, MapTier) == 0x000000, "Member 'FAIMapTierUnitCap::MapTier' has a wrong offset!"); \ static_assert(offsetof(FAIMapTierUnitCap, UnitCap) == 0x000004, "Member 'FAIMapTierUnitCap::UnitCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementPlatformData_Epic \ static_assert(alignof(FAchievementPlatformData_Epic) == 0x000008, "Wrong alignment on FAchievementPlatformData_Epic"); \ static_assert(sizeof(FAchievementPlatformData_Epic) == 0x000020, "Wrong size on FAchievementPlatformData_Epic"); \ static_assert(offsetof(FAchievementPlatformData_Epic, AchievementName) == 0x000000, "Member 'FAchievementPlatformData_Epic::AchievementName' has a wrong offset!"); \ static_assert(offsetof(FAchievementPlatformData_Epic, StatName) == 0x000010, "Member 'FAchievementPlatformData_Epic::StatName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementPlatformData_Steam \ static_assert(alignof(FAchievementPlatformData_Steam) == 0x000008, "Wrong alignment on FAchievementPlatformData_Steam"); \ static_assert(sizeof(FAchievementPlatformData_Steam) == 0x000020, "Wrong size on FAchievementPlatformData_Steam"); \ static_assert(offsetof(FAchievementPlatformData_Steam, AchievementName) == 0x000000, "Member 'FAchievementPlatformData_Steam::AchievementName' has a wrong offset!"); \ static_assert(offsetof(FAchievementPlatformData_Steam, StatName) == 0x000010, "Member 'FAchievementPlatformData_Steam::StatName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementPlatformData \ static_assert(alignof(FAchievementPlatformData) == 0x000008, "Wrong alignment on FAchievementPlatformData"); \ static_assert(sizeof(FAchievementPlatformData) == 0x000040, "Wrong size on FAchievementPlatformData"); \ static_assert(offsetof(FAchievementPlatformData, EpicData) == 0x000000, "Member 'FAchievementPlatformData::EpicData' has a wrong offset!"); \ static_assert(offsetof(FAchievementPlatformData, SteamData) == 0x000020, "Member 'FAchievementPlatformData::SteamData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementsSettings \ static_assert(alignof(FAchievementsSettings) == 0x000008, "Wrong alignment on FAchievementsSettings"); \ static_assert(sizeof(FAchievementsSettings) == 0x000060, "Wrong size on FAchievementsSettings"); \ static_assert(offsetof(FAchievementsSettings, Name) == 0x000008, "Member 'FAchievementsSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FAchievementsSettings, Type) == 0x000018, "Member 'FAchievementsSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FAchievementsSettings, bIsPersonal) == 0x000019, "Member 'FAchievementsSettings::bIsPersonal' has a wrong offset!"); \ static_assert(offsetof(FAchievementsSettings, MaxValue) == 0x00001C, "Member 'FAchievementsSettings::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FAchievementsSettings, PlatformData) == 0x000020, "Member 'FAchievementsSettings::PlatformData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkelMeshMergeUVTransform \ static_assert(alignof(FSkelMeshMergeUVTransform) == 0x000008, "Wrong alignment on FSkelMeshMergeUVTransform"); \ static_assert(sizeof(FSkelMeshMergeUVTransform) == 0x000010, "Wrong size on FSkelMeshMergeUVTransform"); \ static_assert(offsetof(FSkelMeshMergeUVTransform, UVTransforms) == 0x000000, "Member 'FSkelMeshMergeUVTransform::UVTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGSkelMeshMergeUVTransformMapping \ static_assert(alignof(FFGSkelMeshMergeUVTransformMapping) == 0x000008, "Wrong alignment on FFGSkelMeshMergeUVTransformMapping"); \ static_assert(sizeof(FFGSkelMeshMergeUVTransformMapping) == 0x000010, "Wrong size on FFGSkelMeshMergeUVTransformMapping"); \ static_assert(offsetof(FFGSkelMeshMergeUVTransformMapping, UVTransformsPerMesh) == 0x000000, "Member 'FFGSkelMeshMergeUVTransformMapping::UVTransformsPerMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechTypeInfo \ static_assert(alignof(FVoidTechTypeInfo) == 0x000004, "Wrong alignment on FVoidTechTypeInfo"); \ static_assert(sizeof(FVoidTechTypeInfo) == 0x000008, "Wrong size on FVoidTechTypeInfo"); \ static_assert(offsetof(FVoidTechTypeInfo, Type) == 0x000000, "Member 'FVoidTechTypeInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FVoidTechTypeInfo, ID) == 0x000004, "Member 'FVoidTechTypeInfo::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueSubtitleInfo \ static_assert(alignof(FDialogueSubtitleInfo) == 0x000008, "Wrong alignment on FDialogueSubtitleInfo"); \ static_assert(sizeof(FDialogueSubtitleInfo) == 0x000040, "Wrong size on FDialogueSubtitleInfo"); \ static_assert(offsetof(FDialogueSubtitleInfo, SubtitleId) == 0x000008, "Member 'FDialogueSubtitleInfo::SubtitleId' has a wrong offset!"); \ static_assert(offsetof(FDialogueSubtitleInfo, Author) == 0x000010, "Member 'FDialogueSubtitleInfo::Author' has a wrong offset!"); \ static_assert(offsetof(FDialogueSubtitleInfo, SubtitleLine) == 0x000028, "Member 'FDialogueSubtitleInfo::SubtitleLine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementsCounterItem \ static_assert(alignof(FAchievementsCounterItem) == 0x000001, "Wrong alignment on FAchievementsCounterItem"); \ static_assert(sizeof(FAchievementsCounterItem) == 0x000002, "Wrong size on FAchievementsCounterItem"); \ static_assert(offsetof(FAchievementsCounterItem, Type) == 0x000000, "Member 'FAchievementsCounterItem::Type' has a wrong offset!"); \ static_assert(offsetof(FAchievementsCounterItem, Counter) == 0x000001, "Member 'FAchievementsCounterItem::Counter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementsCounter \ static_assert(alignof(FAchievementsCounter) == 0x000008, "Wrong alignment on FAchievementsCounter"); \ static_assert(sizeof(FAchievementsCounter) == 0x000010, "Wrong size on FAchievementsCounter"); \ static_assert(offsetof(FAchievementsCounter, Counters) == 0x000000, "Member 'FAchievementsCounter::Counters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotEventSettings \ static_assert(alignof(FDepotEventSettings) == 0x000008, "Wrong alignment on FDepotEventSettings"); \ static_assert(sizeof(FDepotEventSettings) == 0x000028, "Wrong size on FDepotEventSettings"); \ static_assert(offsetof(FDepotEventSettings, WorldRate) == 0x000008, "Member 'FDepotEventSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, TeslaCatchCountMin) == 0x00000C, "Member 'FDepotEventSettings::TeslaCatchCountMin' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, TeslaCatchCountMax) == 0x000010, "Member 'FDepotEventSettings::TeslaCatchCountMax' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, EggSpawnMin) == 0x000014, "Member 'FDepotEventSettings::EggSpawnMin' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, EggSpawnMax) == 0x000018, "Member 'FDepotEventSettings::EggSpawnMax' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, EggCopScale) == 0x00001C, "Member 'FDepotEventSettings::EggCopScale' has a wrong offset!"); \ static_assert(offsetof(FDepotEventSettings, EventSpawnChance) == 0x000020, "Member 'FDepotEventSettings::EventSpawnChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseMapInfo \ static_assert(alignof(FChaseMapInfo) == 0x000004, "Wrong alignment on FChaseMapInfo"); \ static_assert(sizeof(FChaseMapInfo) == 0x000004, "Wrong size on FChaseMapInfo"); \ static_assert(offsetof(FChaseMapInfo, MaximumPathSections) == 0x000000, "Member 'FChaseMapInfo::MaximumPathSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementCounterData \ static_assert(alignof(FAchievementCounterData) == 0x000004, "Wrong alignment on FAchievementCounterData"); \ static_assert(sizeof(FAchievementCounterData) == 0x000008, "Wrong size on FAchievementCounterData"); \ static_assert(offsetof(FAchievementCounterData, Type) == 0x000000, "Member 'FAchievementCounterData::Type' has a wrong offset!"); \ static_assert(offsetof(FAchievementCounterData, Value) == 0x000004, "Member 'FAchievementCounterData::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponFrameCoefficientsSettings \ static_assert(alignof(FWeaponFrameCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponFrameCoefficientsSettings"); \ static_assert(sizeof(FWeaponFrameCoefficientsSettings) == 0x000078, "Wrong size on FWeaponFrameCoefficientsSettings"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, ID) == 0x000008, "Member 'FWeaponFrameCoefficientsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Prefix) == 0x000010, "Member 'FWeaponFrameCoefficientsSettings::Prefix' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Damage_Min) == 0x000028, "Member 'FWeaponFrameCoefficientsSettings::Damage_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Damage_Max) == 0x00002C, "Member 'FWeaponFrameCoefficientsSettings::Damage_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, RPM_Min) == 0x000030, "Member 'FWeaponFrameCoefficientsSettings::RPM_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, RPM_Max) == 0x000034, "Member 'FWeaponFrameCoefficientsSettings::RPM_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Stability_Min) == 0x000038, "Member 'FWeaponFrameCoefficientsSettings::Stability_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Stability_Max) == 0x00003C, "Member 'FWeaponFrameCoefficientsSettings::Stability_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Accuracy_Min) == 0x000040, "Member 'FWeaponFrameCoefficientsSettings::Accuracy_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Accuracy_Max) == 0x000044, "Member 'FWeaponFrameCoefficientsSettings::Accuracy_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Prefixes) == 0x000048, "Member 'FWeaponFrameCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, PrefixesData) == 0x000050, "Member 'FWeaponFrameCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, Suffixes) == 0x000060, "Member 'FWeaponFrameCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponFrameCoefficientsSettings, SuffixesData) == 0x000068, "Member 'FWeaponFrameCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSingleItemInfo \ static_assert(alignof(FSingleItemInfo) == 0x000008, "Wrong alignment on FSingleItemInfo"); \ static_assert(sizeof(FSingleItemInfo) == 0x000018, "Wrong size on FSingleItemInfo"); \ static_assert(offsetof(FSingleItemInfo, ItemClass) == 0x000000, "Member 'FSingleItemInfo::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FSingleItemInfo, DropChance) == 0x000008, "Member 'FSingleItemInfo::DropChance' has a wrong offset!"); \ static_assert(offsetof(FSingleItemInfo, MaxDropCount) == 0x00000C, "Member 'FSingleItemInfo::MaxDropCount' has a wrong offset!"); \ static_assert(offsetof(FSingleItemInfo, MinDropCount) == 0x000010, "Member 'FSingleItemInfo::MinDropCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementPublishData \ static_assert(alignof(FAchievementPublishData) == 0x000008, "Wrong alignment on FAchievementPublishData"); \ static_assert(sizeof(FAchievementPublishData) == 0x000048, "Wrong size on FAchievementPublishData"); \ static_assert(offsetof(FAchievementPublishData, PlatformData) == 0x000000, "Member 'FAchievementPublishData::PlatformData' has a wrong offset!"); \ static_assert(offsetof(FAchievementPublishData, Value) == 0x000040, "Member 'FAchievementPublishData::Value' has a wrong offset!"); \ static_assert(offsetof(FAchievementPublishData, MaximumValue) == 0x000044, "Member 'FAchievementPublishData::MaximumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebuffProperties \ static_assert(alignof(FDebuffProperties) == 0x000004, "Wrong alignment on FDebuffProperties"); \ static_assert(sizeof(FDebuffProperties) == 0x000008, "Wrong size on FDebuffProperties"); \ static_assert(offsetof(FDebuffProperties, PlayerStatMod) == 0x000000, "Member 'FDebuffProperties::PlayerStatMod' has a wrong offset!"); \ static_assert(offsetof(FDebuffProperties, Value) == 0x000004, "Member 'FDebuffProperties::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAISpawnerArray \ static_assert(alignof(FAISpawnerArray) == 0x000008, "Wrong alignment on FAISpawnerArray"); \ static_assert(sizeof(FAISpawnerArray) == 0x000010, "Wrong size on FAISpawnerArray"); \ static_assert(offsetof(FAISpawnerArray, Spawners) == 0x000000, "Member 'FAISpawnerArray::Spawners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFuelOrbPriorityScale \ static_assert(alignof(FFuelOrbPriorityScale) == 0x000004, "Wrong alignment on FFuelOrbPriorityScale"); \ static_assert(sizeof(FFuelOrbPriorityScale) == 0x000008, "Wrong size on FFuelOrbPriorityScale"); \ static_assert(offsetof(FFuelOrbPriorityScale, Type) == 0x000000, "Member 'FFuelOrbPriorityScale::Type' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbPriorityScale, Scale) == 0x000004, "Member 'FFuelOrbPriorityScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoolContainerInfo \ static_assert(alignof(FPoolContainerInfo) == 0x000008, "Wrong alignment on FPoolContainerInfo"); \ static_assert(sizeof(FPoolContainerInfo) == 0x000010, "Wrong size on FPoolContainerInfo"); \ static_assert(offsetof(FPoolContainerInfo, Container) == 0x000000, "Member 'FPoolContainerInfo::Container' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIStageWaveMods \ static_assert(alignof(FAIStageWaveMods) == 0x000004, "Wrong alignment on FAIStageWaveMods"); \ static_assert(sizeof(FAIStageWaveMods) == 0x00000C, "Wrong size on FAIStageWaveMods"); \ static_assert(offsetof(FAIStageWaveMods, WaveCountMod) == 0x000000, "Member 'FAIStageWaveMods::WaveCountMod' has a wrong offset!"); \ static_assert(offsetof(FAIStageWaveMods, WaveDmgMod) == 0x000004, "Member 'FAIStageWaveMods::WaveDmgMod' has a wrong offset!"); \ static_assert(offsetof(FAIStageWaveMods, WaveHealthMod) == 0x000008, "Member 'FAIStageWaveMods::WaveHealthMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIModuleStageModSettings \ static_assert(alignof(FAIModuleStageModSettings) == 0x000008, "Wrong alignment on FAIModuleStageModSettings"); \ static_assert(sizeof(FAIModuleStageModSettings) == 0x000020, "Wrong size on FAIModuleStageModSettings"); \ static_assert(offsetof(FAIModuleStageModSettings, ID) == 0x000008, "Member 'FAIModuleStageModSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FAIModuleStageModSettings, WorldRate) == 0x00000C, "Member 'FAIModuleStageModSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FAIModuleStageModSettings, StageMods) == 0x000010, "Member 'FAIModuleStageModSettings::StageMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionEQSQuery \ static_assert(alignof(FActionEQSQuery) == 0x000008, "Wrong alignment on FActionEQSQuery"); \ static_assert(sizeof(FActionEQSQuery) == 0x000040, "Wrong size on FActionEQSQuery"); \ static_assert(offsetof(FActionEQSQuery, CallingAction) == 0x000000, "Member 'FActionEQSQuery::CallingAction' has a wrong offset!"); \ static_assert(offsetof(FActionEQSQuery, Querier) == 0x000008, "Member 'FActionEQSQuery::Querier' has a wrong offset!"); \ static_assert(offsetof(FActionEQSQuery, Query) == 0x000010, "Member 'FActionEQSQuery::Query' has a wrong offset!"); \ static_assert(offsetof(FActionEQSQuery, RunMode) == 0x000018, "Member 'FActionEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(FActionEQSQuery, ResultDelegate) == 0x00001C, "Member 'FActionEQSQuery::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FActionEQSQuery, QueryParams) == 0x000030, "Member 'FActionEQSQuery::QueryParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProceduralDepotGenerationSettings \ static_assert(alignof(FProceduralDepotGenerationSettings) == 0x000008, "Wrong alignment on FProceduralDepotGenerationSettings"); \ static_assert(sizeof(FProceduralDepotGenerationSettings) == 0x000018, "Wrong size on FProceduralDepotGenerationSettings"); \ static_assert(offsetof(FProceduralDepotGenerationSettings, WorldRate) == 0x000008, "Member 'FProceduralDepotGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FProceduralDepotGenerationSettings, AltarPathMin) == 0x00000C, "Member 'FProceduralDepotGenerationSettings::AltarPathMin' has a wrong offset!"); \ static_assert(offsetof(FProceduralDepotGenerationSettings, AltarPathMax) == 0x000010, "Member 'FProceduralDepotGenerationSettings::AltarPathMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIShotsNoiseEvent \ static_assert(alignof(FAIShotsNoiseEvent) == 0x000008, "Wrong alignment on FAIShotsNoiseEvent"); \ static_assert(sizeof(FAIShotsNoiseEvent) == 0x000030, "Wrong size on FAIShotsNoiseEvent"); \ static_assert(offsetof(FAIShotsNoiseEvent, NoiseLocation) == 0x000004, "Member 'FAIShotsNoiseEvent::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(FAIShotsNoiseEvent, Loudness) == 0x000010, "Member 'FAIShotsNoiseEvent::Loudness' has a wrong offset!"); \ static_assert(offsetof(FAIShotsNoiseEvent, MaxRange) == 0x000014, "Member 'FAIShotsNoiseEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FAIShotsNoiseEvent, Instigator) == 0x000018, "Member 'FAIShotsNoiseEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAIShotsNoiseEvent, Tag) == 0x000020, "Member 'FAIShotsNoiseEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIHornEvent \ static_assert(alignof(FAIHornEvent) == 0x000008, "Wrong alignment on FAIHornEvent"); \ static_assert(sizeof(FAIHornEvent) == 0x000018, "Wrong size on FAIHornEvent"); \ static_assert(offsetof(FAIHornEvent, Location) == 0x000000, "Member 'FAIHornEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FAIHornEvent, Instigator) == 0x000010, "Member 'FAIHornEvent::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponMagazineElementChance \ static_assert(alignof(FWeaponMagazineElementChance) == 0x000004, "Wrong alignment on FWeaponMagazineElementChance"); \ static_assert(sizeof(FWeaponMagazineElementChance) == 0x000008, "Wrong size on FWeaponMagazineElementChance"); \ static_assert(offsetof(FWeaponMagazineElementChance, Element) == 0x000000, "Member 'FWeaponMagazineElementChance::Element' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineElementChance, Chance) == 0x000004, "Member 'FWeaponMagazineElementChance::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAINPCEvent \ static_assert(alignof(FAINPCEvent) == 0x000008, "Wrong alignment on FAINPCEvent"); \ static_assert(sizeof(FAINPCEvent) == 0x000018, "Wrong size on FAINPCEvent"); \ static_assert(offsetof(FAINPCEvent, Instigator) == 0x000000, "Member 'FAINPCEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAINPCEvent, Location) == 0x000008, "Member 'FAINPCEvent::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAISpawnedInfo \ static_assert(alignof(FAISpawnedInfo) == 0x000010, "Wrong alignment on FAISpawnedInfo"); \ static_assert(sizeof(FAISpawnedInfo) == 0x000060, "Wrong size on FAISpawnedInfo"); \ static_assert(offsetof(FAISpawnedInfo, CharacterClass) == 0x000000, "Member 'FAISpawnedInfo::CharacterClass' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, bDead) == 0x000008, "Member 'FAISpawnedInfo::bDead' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, SpawnedLocation) == 0x00000C, "Member 'FAISpawnedInfo::SpawnedLocation' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, SpawnedRotation) == 0x000020, "Member 'FAISpawnedInfo::SpawnedRotation' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, HealthPercent) == 0x000030, "Member 'FAISpawnedInfo::HealthPercent' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, bReinforcementCalled) == 0x000034, "Member 'FAISpawnedInfo::bReinforcementCalled' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, InventorySave) == 0x000038, "Member 'FAISpawnedInfo::InventorySave' has a wrong offset!"); \ static_assert(offsetof(FAISpawnedInfo, SpawnRequestID) == 0x000050, "Member 'FAISpawnedInfo::SpawnRequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponFiringFOVSettings \ static_assert(alignof(FWeaponFiringFOVSettings) == 0x000004, "Wrong alignment on FWeaponFiringFOVSettings"); \ static_assert(sizeof(FWeaponFiringFOVSettings) == 0x00002C, "Wrong size on FWeaponFiringFOVSettings"); \ static_assert(offsetof(FWeaponFiringFOVSettings, OffsetFOVToAdd) == 0x000000, "Member 'FWeaponFiringFOVSettings::OffsetFOVToAdd' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, OffsetFOVToAddSingle) == 0x000008, "Member 'FWeaponFiringFOVSettings::OffsetFOVToAddSingle' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, OffsetFOVCup) == 0x000010, "Member 'FWeaponFiringFOVSettings::OffsetFOVCup' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, WeaponRPM) == 0x000014, "Member 'FWeaponFiringFOVSettings::WeaponRPM' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, WeaponRPMSingle) == 0x00001C, "Member 'FWeaponFiringFOVSettings::WeaponRPMSingle' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, FOVDecreaseDelay) == 0x000024, "Member 'FWeaponFiringFOVSettings::FOVDecreaseDelay' has a wrong offset!"); \ static_assert(offsetof(FWeaponFiringFOVSettings, FOVDecreaseSpeed) == 0x000028, "Member 'FWeaponFiringFOVSettings::FOVDecreaseSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubzoneAreaPresetArray \ static_assert(alignof(FSubzoneAreaPresetArray) == 0x000008, "Wrong alignment on FSubzoneAreaPresetArray"); \ static_assert(sizeof(FSubzoneAreaPresetArray) == 0x000010, "Wrong size on FSubzoneAreaPresetArray"); \ static_assert(offsetof(FSubzoneAreaPresetArray, Presets) == 0x000000, "Member 'FSubzoneAreaPresetArray::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponGenerationStatsLimits \ static_assert(alignof(FWeaponGenerationStatsLimits) == 0x000008, "Wrong alignment on FWeaponGenerationStatsLimits"); \ static_assert(sizeof(FWeaponGenerationStatsLimits) == 0x000068, "Wrong size on FWeaponGenerationStatsLimits"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Damage_Min) == 0x000008, "Member 'FWeaponGenerationStatsLimits::Damage_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Damage_Max) == 0x00000C, "Member 'FWeaponGenerationStatsLimits::Damage_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, RPM_Min) == 0x000010, "Member 'FWeaponGenerationStatsLimits::RPM_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, RPM_Max) == 0x000014, "Member 'FWeaponGenerationStatsLimits::RPM_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Stability_Min) == 0x000018, "Member 'FWeaponGenerationStatsLimits::Stability_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Stability_Max) == 0x00001C, "Member 'FWeaponGenerationStatsLimits::Stability_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Accuracy_Min) == 0x000020, "Member 'FWeaponGenerationStatsLimits::Accuracy_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Accuracy_Max) == 0x000024, "Member 'FWeaponGenerationStatsLimits::Accuracy_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Range_Min) == 0x000028, "Member 'FWeaponGenerationStatsLimits::Range_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Range_Max) == 0x00002C, "Member 'FWeaponGenerationStatsLimits::Range_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Handling_Min) == 0x000030, "Member 'FWeaponGenerationStatsLimits::Handling_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Handling_Max) == 0x000034, "Member 'FWeaponGenerationStatsLimits::Handling_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Magazine_Min) == 0x000038, "Member 'FWeaponGenerationStatsLimits::Magazine_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Magazine_Max) == 0x00003C, "Member 'FWeaponGenerationStatsLimits::Magazine_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Reload_Min) == 0x000040, "Member 'FWeaponGenerationStatsLimits::Reload_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, Reload_Max) == 0x000044, "Member 'FWeaponGenerationStatsLimits::Reload_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, CriticalChance_Min) == 0x000048, "Member 'FWeaponGenerationStatsLimits::CriticalChance_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, CriticalChance_Max) == 0x00004C, "Member 'FWeaponGenerationStatsLimits::CriticalChance_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, CriticalMultiplier_Min) == 0x000050, "Member 'FWeaponGenerationStatsLimits::CriticalMultiplier_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, CriticalMultiplier_Max) == 0x000054, "Member 'FWeaponGenerationStatsLimits::CriticalMultiplier_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, HeadshotMultiplier_Min) == 0x000058, "Member 'FWeaponGenerationStatsLimits::HeadshotMultiplier_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, HeadshotMultiplier_Max) == 0x00005C, "Member 'FWeaponGenerationStatsLimits::HeadshotMultiplier_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, StatusChance_Min) == 0x000060, "Member 'FWeaponGenerationStatsLimits::StatusChance_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationStatsLimits, StatusChance_Max) == 0x000064, "Member 'FWeaponGenerationStatsLimits::StatusChance_Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIRofleemoConfig \ static_assert(alignof(FAIRofleemoConfig) == 0x000008, "Wrong alignment on FAIRofleemoConfig"); \ static_assert(sizeof(FAIRofleemoConfig) == 0x000080, "Wrong size on FAIRofleemoConfig"); \ static_assert(offsetof(FAIRofleemoConfig, AISpec) == 0x000008, "Member 'FAIRofleemoConfig::AISpec' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, GeneratedTier) == 0x000009, "Member 'FAIRofleemoConfig::GeneratedTier' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, RofleemoAge) == 0x00000C, "Member 'FAIRofleemoConfig::RofleemoAge' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, RofleemoName) == 0x000010, "Member 'FAIRofleemoConfig::RofleemoName' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, RofleemoNames) == 0x000028, "Member 'FAIRofleemoConfig::RofleemoNames' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, RofleemoGender) == 0x000038, "Member 'FAIRofleemoConfig::RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, MaterialsHead) == 0x000040, "Member 'FAIRofleemoConfig::MaterialsHead' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, MaterialsBody) == 0x000050, "Member 'FAIRofleemoConfig::MaterialsBody' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, GeneratedMetarialIndexHead) == 0x000060, "Member 'FAIRofleemoConfig::GeneratedMetarialIndexHead' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, GeneratedMetarialIndexBody) == 0x000064, "Member 'FAIRofleemoConfig::GeneratedMetarialIndexBody' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, RofleemoCaps) == 0x000068, "Member 'FAIRofleemoConfig::RofleemoCaps' has a wrong offset!"); \ static_assert(offsetof(FAIRofleemoConfig, GeneratedCapIndex) == 0x000078, "Member 'FAIRofleemoConfig::GeneratedCapIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIMaterialsPreset \ static_assert(alignof(FAIMaterialsPreset) == 0x000008, "Wrong alignment on FAIMaterialsPreset"); \ static_assert(sizeof(FAIMaterialsPreset) == 0x000010, "Wrong size on FAIMaterialsPreset"); \ static_assert(offsetof(FAIMaterialsPreset, Materials) == 0x000000, "Member 'FAIMaterialsPreset::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponProjectileTemplate \ static_assert(alignof(FWeaponProjectileTemplate) == 0x000008, "Wrong alignment on FWeaponProjectileTemplate"); \ static_assert(sizeof(FWeaponProjectileTemplate) == 0x000018, "Wrong size on FWeaponProjectileTemplate"); \ static_assert(offsetof(FWeaponProjectileTemplate, ProjectileClass) == 0x000000, "Member 'FWeaponProjectileTemplate::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(FWeaponProjectileTemplate, OverrideBaseRecoilPitch) == 0x000008, "Member 'FWeaponProjectileTemplate::OverrideBaseRecoilPitch' has a wrong offset!"); \ static_assert(offsetof(FWeaponProjectileTemplate, OverrideMaxRecoilPitch) == 0x00000C, "Member 'FWeaponProjectileTemplate::OverrideMaxRecoilPitch' has a wrong offset!"); \ static_assert(offsetof(FWeaponProjectileTemplate, OverrideShootCameraShakeClass) == 0x000010, "Member 'FWeaponProjectileTemplate::OverrideShootCameraShakeClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDirectorModuleAreaPresetArray \ static_assert(alignof(FAIDirectorModuleAreaPresetArray) == 0x000008, "Wrong alignment on FAIDirectorModuleAreaPresetArray"); \ static_assert(sizeof(FAIDirectorModuleAreaPresetArray) == 0x000020, "Wrong size on FAIDirectorModuleAreaPresetArray"); \ static_assert(offsetof(FAIDirectorModuleAreaPresetArray, Data) == 0x000000, "Member 'FAIDirectorModuleAreaPresetArray::Data' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleAreaPresetArray, StageModsData) == 0x000010, "Member 'FAIDirectorModuleAreaPresetArray::StageModsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScopeDescription \ static_assert(alignof(FScopeDescription) == 0x000008, "Wrong alignment on FScopeDescription"); \ static_assert(sizeof(FScopeDescription) == 0x000068, "Wrong size on FScopeDescription"); \ #define DUMPER7_ASSERTS_FWeaponStockCoefficientsSettings \ static_assert(alignof(FWeaponStockCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponStockCoefficientsSettings"); \ static_assert(sizeof(FWeaponStockCoefficientsSettings) == 0x000038, "Wrong size on FWeaponStockCoefficientsSettings"); \ static_assert(offsetof(FWeaponStockCoefficientsSettings, Prefixes) == 0x000008, "Member 'FWeaponStockCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponStockCoefficientsSettings, PrefixesData) == 0x000010, "Member 'FWeaponStockCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponStockCoefficientsSettings, Suffixes) == 0x000020, "Member 'FWeaponStockCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponStockCoefficientsSettings, SuffixesData) == 0x000028, "Member 'FWeaponStockCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBarrelDescription \ static_assert(alignof(FBarrelDescription) == 0x000008, "Wrong alignment on FBarrelDescription"); \ static_assert(sizeof(FBarrelDescription) == 0x0000A0, "Wrong size on FBarrelDescription"); \ static_assert(offsetof(FBarrelDescription, ID) == 0x000068, "Member 'FBarrelDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, Type) == 0x00006C, "Member 'FBarrelDescription::Type' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, TypeID) == 0x000070, "Member 'FBarrelDescription::TypeID' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, Range) == 0x000074, "Member 'FBarrelDescription::Range' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, Shards) == 0x000078, "Member 'FBarrelDescription::Shards' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, DamageMod) == 0x00007C, "Member 'FBarrelDescription::DamageMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, RPMMod) == 0x000080, "Member 'FBarrelDescription::RPMMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, StabilityMod) == 0x000084, "Member 'FBarrelDescription::StabilityMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, AccuracyMod) == 0x000088, "Member 'FBarrelDescription::AccuracyMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, MagazineMod) == 0x00008C, "Member 'FBarrelDescription::MagazineMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, RangeMod) == 0x000090, "Member 'FBarrelDescription::RangeMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, ReloadMod) == 0x000094, "Member 'FBarrelDescription::ReloadMod' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, Output) == 0x000098, "Member 'FBarrelDescription::Output' has a wrong offset!"); \ static_assert(offsetof(FBarrelDescription, BarrelGripType) == 0x00009C, "Member 'FBarrelDescription::BarrelGripType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDirectorModuleSettings \ static_assert(alignof(FAIDirectorModuleSettings) == 0x000008, "Wrong alignment on FAIDirectorModuleSettings"); \ static_assert(sizeof(FAIDirectorModuleSettings) == 0x000038, "Wrong size on FAIDirectorModuleSettings"); \ static_assert(offsetof(FAIDirectorModuleSettings, ID) == 0x000008, "Member 'FAIDirectorModuleSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleSettings, ChunkClass) == 0x000010, "Member 'FAIDirectorModuleSettings::ChunkClass' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleSettings, DataTable) == 0x000018, "Member 'FAIDirectorModuleSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleSettings, StageModSettingsTable) == 0x000020, "Member 'FAIDirectorModuleSettings::StageModSettingsTable' has a wrong offset!"); \ static_assert(offsetof(FAIDirectorModuleSettings, MapTierUnitCaps) == 0x000028, "Member 'FAIDirectorModuleSettings::MapTierUnitCaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponMagazineNameSettings \ static_assert(alignof(FWeaponMagazineNameSettings) == 0x000008, "Wrong alignment on FWeaponMagazineNameSettings"); \ static_assert(sizeof(FWeaponMagazineNameSettings) == 0x000028, "Wrong size on FWeaponMagazineNameSettings"); \ static_assert(offsetof(FWeaponMagazineNameSettings, Element) == 0x000008, "Member 'FWeaponMagazineNameSettings::Element' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineNameSettings, Name) == 0x000010, "Member 'FWeaponMagazineNameSettings::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIMapTierUnitCapsArray \ static_assert(alignof(FAIMapTierUnitCapsArray) == 0x000008, "Wrong alignment on FAIMapTierUnitCapsArray"); \ static_assert(sizeof(FAIMapTierUnitCapsArray) == 0x000010, "Wrong size on FAIMapTierUnitCapsArray"); \ static_assert(offsetof(FAIMapTierUnitCapsArray, Data) == 0x000000, "Member 'FAIMapTierUnitCapsArray::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAICombatStateConfig \ static_assert(alignof(FAICombatStateConfig) == 0x000008, "Wrong alignment on FAICombatStateConfig"); \ static_assert(sizeof(FAICombatStateConfig) == 0x0000E8, "Wrong size on FAICombatStateConfig"); \ static_assert(offsetof(FAICombatStateConfig, NormalSpeed) == 0x000000, "Member 'FAICombatStateConfig::NormalSpeed' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, TargetingSpeed) == 0x000004, "Member 'FAICombatStateConfig::TargetingSpeed' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, ReloadingSpeed) == 0x000008, "Member 'FAICombatStateConfig::ReloadingSpeed' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, DamagePerFireCycle) == 0x00000C, "Member 'FAICombatStateConfig::DamagePerFireCycle' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, DamageOtherFractionMod) == 0x000010, "Member 'FAICombatStateConfig::DamageOtherFractionMod' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, FireDuration) == 0x000014, "Member 'FAICombatStateConfig::FireDuration' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, FireDurationVariationMin) == 0x000018, "Member 'FAICombatStateConfig::FireDurationVariationMin' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, FireDurationVariationMax) == 0x00001C, "Member 'FAICombatStateConfig::FireDurationVariationMax' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, IdleFireDuration) == 0x000020, "Member 'FAICombatStateConfig::IdleFireDuration' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, IdleFireDurationVariationMin) == 0x000024, "Member 'FAICombatStateConfig::IdleFireDurationVariationMin' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, IdleFireDurationVariationMax) == 0x000028, "Member 'FAICombatStateConfig::IdleFireDurationVariationMax' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, MeleeAttackDamage) == 0x00002C, "Member 'FAICombatStateConfig::MeleeAttackDamage' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, MeleeAttackImpulse) == 0x000030, "Member 'FAICombatStateConfig::MeleeAttackImpulse' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, MeleeDistanceMin) == 0x000034, "Member 'FAICombatStateConfig::MeleeDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, MeleeDistanceMax) == 0x000038, "Member 'FAICombatStateConfig::MeleeDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, RangedDistanceMin) == 0x00003C, "Member 'FAICombatStateConfig::RangedDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, RangedDistanceMax) == 0x000040, "Member 'FAICombatStateConfig::RangedDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, FireCycleAttackMod) == 0x000048, "Member 'FAICombatStateConfig::FireCycleAttackMod' has a wrong offset!"); \ static_assert(offsetof(FAICombatStateConfig, FireCycleIdleMod) == 0x000098, "Member 'FAICombatStateConfig::FireCycleIdleMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAISearchStateConfig \ static_assert(alignof(FAISearchStateConfig) == 0x000004, "Wrong alignment on FAISearchStateConfig"); \ static_assert(sizeof(FAISearchStateConfig) == 0x000020, "Wrong size on FAISearchStateConfig"); \ static_assert(offsetof(FAISearchStateConfig, SearchTargetTime) == 0x000004, "Member 'FAISearchStateConfig::SearchTargetTime' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, SearchRadius) == 0x000008, "Member 'FAISearchStateConfig::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, MinSearchPointDistance) == 0x00000C, "Member 'FAISearchStateConfig::MinSearchPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, MaxSearchPointDistance) == 0x000010, "Member 'FAISearchStateConfig::MaxSearchPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, SearchDuration) == 0x000014, "Member 'FAISearchStateConfig::SearchDuration' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, SearchDurationVariationMin) == 0x000018, "Member 'FAISearchStateConfig::SearchDurationVariationMin' has a wrong offset!"); \ static_assert(offsetof(FAISearchStateConfig, SearchDurationVariationMax) == 0x00001C, "Member 'FAISearchStateConfig::SearchDurationVariationMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIInspectStateConfig \ static_assert(alignof(FAIInspectStateConfig) == 0x000004, "Wrong alignment on FAIInspectStateConfig"); \ static_assert(sizeof(FAIInspectStateConfig) == 0x000024, "Wrong size on FAIInspectStateConfig"); \ static_assert(offsetof(FAIInspectStateConfig, MinNoiseActivateVolume) == 0x000004, "Member 'FAIInspectStateConfig::MinNoiseActivateVolume' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, NoiseInspectRadius) == 0x000008, "Member 'FAIInspectStateConfig::NoiseInspectRadius' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, MinInspectPointDistance) == 0x00000C, "Member 'FAIInspectStateConfig::MinInspectPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, MaxInspectPointDistance) == 0x000010, "Member 'FAIInspectStateConfig::MaxInspectPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, InspectDuration) == 0x000014, "Member 'FAIInspectStateConfig::InspectDuration' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, InspectDurationVariationMin) == 0x000018, "Member 'FAIInspectStateConfig::InspectDurationVariationMin' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, InspectDurationVariationMax) == 0x00001C, "Member 'FAIInspectStateConfig::InspectDurationVariationMax' has a wrong offset!"); \ static_assert(offsetof(FAIInspectStateConfig, LookAroundSpeed) == 0x000020, "Member 'FAIInspectStateConfig::LookAroundSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIPatrolStateConfig \ static_assert(alignof(FAIPatrolStateConfig) == 0x000008, "Wrong alignment on FAIPatrolStateConfig"); \ static_assert(sizeof(FAIPatrolStateConfig) == 0x000030, "Wrong size on FAIPatrolStateConfig"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolRadius) == 0x000004, "Member 'FAIPatrolStateConfig::PatrolRadius' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, MinPatrolPointDistance) == 0x000008, "Member 'FAIPatrolStateConfig::MinPatrolPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, MaxPatrolPointDistance) == 0x00000C, "Member 'FAIPatrolStateConfig::MaxPatrolPointDistance' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolPointIdleTime) == 0x000010, "Member 'FAIPatrolStateConfig::PatrolPointIdleTime' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolPointIdleTimeVariationMin) == 0x000014, "Member 'FAIPatrolStateConfig::PatrolPointIdleTimeVariationMin' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolPointIdleTimeVariationMax) == 0x000018, "Member 'FAIPatrolStateConfig::PatrolPointIdleTimeVariationMax' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolIdleAnimationChance) == 0x00001C, "Member 'FAIPatrolStateConfig::PatrolIdleAnimationChance' has a wrong offset!"); \ static_assert(offsetof(FAIPatrolStateConfig, PatrolIdleMontages) == 0x000020, "Member 'FAIPatrolStateConfig::PatrolIdleMontages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIWorldState \ static_assert(alignof(FAIWorldState) == 0x000008, "Wrong alignment on FAIWorldState"); \ static_assert(sizeof(FAIWorldState) == 0x0000C8, "Wrong size on FAIWorldState"); \ static_assert(offsetof(FAIWorldState, AISelf) == 0x000000, "Member 'FAIWorldState::AISelf' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, GoalLocation) == 0x000008, "Member 'FAIWorldState::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, GoalRequester) == 0x000018, "Member 'FAIWorldState::GoalRequester' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, Target) == 0x000020, "Member 'FAIWorldState::Target' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, TargetLocation) == 0x000028, "Member 'FAIWorldState::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, DistanceSqToTarget) == 0x000034, "Member 'FAIWorldState::DistanceSqToTarget' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bHaveTarget) == 0x000038, "Member 'FAIWorldState::bHaveTarget' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bTargetIsAlive) == 0x000039, "Member 'FAIWorldState::bTargetIsAlive' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bTargetIsEaten) == 0x00003A, "Member 'FAIWorldState::bTargetIsEaten' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bCanReachTargetByNavigation) == 0x00003B, "Member 'FAIWorldState::bCanReachTargetByNavigation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, GroupLeader) == 0x000040, "Member 'FAIWorldState::GroupLeader' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, GroupLeaderIsValid) == 0x000048, "Member 'FAIWorldState::GroupLeaderIsValid' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bGroupMoving) == 0x000049, "Member 'FAIWorldState::bGroupMoving' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, SpawnerActor) == 0x000050, "Member 'FAIWorldState::SpawnerActor' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastDamageTakeTime) == 0x000058, "Member 'FAIWorldState::LastDamageTakeTime' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastTargetSeenLocation) == 0x00005C, "Member 'FAIWorldState::LastTargetSeenLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastTargetSeenAge) == 0x000068, "Member 'FAIWorldState::LastTargetSeenAge' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, WeaponEquipped) == 0x00006C, "Member 'FAIWorldState::WeaponEquipped' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastTargetStimulusLocation) == 0x000070, "Member 'FAIWorldState::LastTargetStimulusLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastTargetStimulusLocationInspected) == 0x00007C, "Member 'FAIWorldState::LastTargetStimulusLocationInspected' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastNoiseLocation) == 0x000080, "Member 'FAIWorldState::LastNoiseLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastNoiseAge) == 0x00008C, "Member 'FAIWorldState::LastNoiseAge' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastNoiseLocationInspected) == 0x000090, "Member 'FAIWorldState::LastNoiseLocationInspected' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, bHaveThreatSight) == 0x000091, "Member 'FAIWorldState::bHaveThreatSight' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, BestTeamTarget) == 0x000098, "Member 'FAIWorldState::BestTeamTarget' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, TeamTargetLocation) == 0x0000A0, "Member 'FAIWorldState::TeamTargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, TeamTargetLocationInspected) == 0x0000AC, "Member 'FAIWorldState::TeamTargetLocationInspected' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastDamageTakenLocation) == 0x0000B0, "Member 'FAIWorldState::LastDamageTakenLocation' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastDamageTakeAge) == 0x0000BC, "Member 'FAIWorldState::LastDamageTakeAge' has a wrong offset!"); \ static_assert(offsetof(FAIWorldState, LastDamageReactionAge) == 0x0000C0, "Member 'FAIWorldState::LastDamageReactionAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmmoCapPerTech \ static_assert(alignof(FAmmoCapPerTech) == 0x000008, "Wrong alignment on FAmmoCapPerTech"); \ static_assert(sizeof(FAmmoCapPerTech) == 0x000050, "Wrong size on FAmmoCapPerTech"); \ static_assert(offsetof(FAmmoCapPerTech, AmmoCapPerTech) == 0x000000, "Member 'FAmmoCapPerTech::AmmoCapPerTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmmoCapData \ static_assert(alignof(FAmmoCapData) == 0x000008, "Wrong alignment on FAmmoCapData"); \ static_assert(sizeof(FAmmoCapData) == 0x000050, "Wrong size on FAmmoCapData"); \ static_assert(offsetof(FAmmoCapData, AmmoCaps) == 0x000000, "Member 'FAmmoCapData::AmmoCaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponImplicitLimits \ static_assert(alignof(FWeaponImplicitLimits) == 0x000008, "Wrong alignment on FWeaponImplicitLimits"); \ static_assert(sizeof(FWeaponImplicitLimits) == 0x000018, "Wrong size on FWeaponImplicitLimits"); \ static_assert(offsetof(FWeaponImplicitLimits, Implicit) == 0x000008, "Member 'FWeaponImplicitLimits::Implicit' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitLimits, Min) == 0x00000C, "Member 'FWeaponImplicitLimits::Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitLimits, Max) == 0x000010, "Member 'FWeaponImplicitLimits::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaIslandMap \ static_assert(alignof(FArenaIslandMap) == 0x000008, "Wrong alignment on FArenaIslandMap"); \ static_assert(sizeof(FArenaIslandMap) == 0x000030, "Wrong size on FArenaIslandMap"); \ static_assert(offsetof(FArenaIslandMap, StartingPlatformSublevelName) == 0x000000, "Member 'FArenaIslandMap::StartingPlatformSublevelName' has a wrong offset!"); \ static_assert(offsetof(FArenaIslandMap, VoidPlatformSublevelName) == 0x000010, "Member 'FArenaIslandMap::VoidPlatformSublevelName' has a wrong offset!"); \ static_assert(offsetof(FArenaIslandMap, ArenaSublevelName) == 0x000020, "Member 'FArenaIslandMap::ArenaSublevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDurabilityDamageSettings \ static_assert(alignof(FDurabilityDamageSettings) == 0x000008, "Wrong alignment on FDurabilityDamageSettings"); \ static_assert(sizeof(FDurabilityDamageSettings) == 0x000018, "Wrong size on FDurabilityDamageSettings"); \ static_assert(offsetof(FDurabilityDamageSettings, DamageType) == 0x000008, "Member 'FDurabilityDamageSettings::DamageType' has a wrong offset!"); \ static_assert(offsetof(FDurabilityDamageSettings, DamageCap) == 0x000010, "Member 'FDurabilityDamageSettings::DamageCap' has a wrong offset!"); \ static_assert(offsetof(FDurabilityDamageSettings, DamageScale) == 0x000014, "Member 'FDurabilityDamageSettings::DamageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootListRollResult \ static_assert(alignof(FLootListRollResult) == 0x000008, "Wrong alignment on FLootListRollResult"); \ static_assert(sizeof(FLootListRollResult) == 0x000010, "Wrong size on FLootListRollResult"); \ static_assert(offsetof(FLootListRollResult, ItemClass) == 0x000000, "Member 'FLootListRollResult::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FLootListRollResult, Count) == 0x000008, "Member 'FLootListRollResult::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaSaveData \ static_assert(alignof(FArenaSaveData) == 0x000008, "Wrong alignment on FArenaSaveData"); \ static_assert(sizeof(FArenaSaveData) == 0x000048, "Wrong size on FArenaSaveData"); \ static_assert(offsetof(FArenaSaveData, State) == 0x000000, "Member 'FArenaSaveData::State' has a wrong offset!"); \ static_assert(offsetof(FArenaSaveData, Rewards) == 0x000008, "Member 'FArenaSaveData::Rewards' has a wrong offset!"); \ static_assert(offsetof(FArenaSaveData, Caskets) == 0x000018, "Member 'FArenaSaveData::Caskets' has a wrong offset!"); \ static_assert(offsetof(FArenaSaveData, NextWaveRewards) == 0x000028, "Member 'FArenaSaveData::NextWaveRewards' has a wrong offset!"); \ static_assert(offsetof(FArenaSaveData, NextWaveCasket) == 0x000038, "Member 'FArenaSaveData::NextWaveCasket' has a wrong offset!"); \ static_assert(offsetof(FArenaSaveData, CurrentWave) == 0x000040, "Member 'FArenaSaveData::CurrentWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldProgressionSaveData \ static_assert(alignof(FWorldProgressionSaveData) == 0x000008, "Wrong alignment on FWorldProgressionSaveData"); \ static_assert(sizeof(FWorldProgressionSaveData) == 0x000010, "Wrong size on FWorldProgressionSaveData"); \ static_assert(offsetof(FWorldProgressionSaveData, UnlockedProgression) == 0x000000, "Member 'FWorldProgressionSaveData::UnlockedProgression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootItemsInfo \ static_assert(alignof(FLootItemsInfo) == 0x000008, "Wrong alignment on FLootItemsInfo"); \ static_assert(sizeof(FLootItemsInfo) == 0x000020, "Wrong size on FLootItemsInfo"); \ static_assert(offsetof(FLootItemsInfo, LootLists) == 0x000000, "Member 'FLootItemsInfo::LootLists' has a wrong offset!"); \ static_assert(offsetof(FLootItemsInfo, SingleItems) == 0x000010, "Member 'FLootItemsInfo::SingleItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaItemLootSettings \ static_assert(alignof(FArenaItemLootSettings) == 0x000008, "Wrong alignment on FArenaItemLootSettings"); \ static_assert(sizeof(FArenaItemLootSettings) == 0x000290, "Wrong size on FArenaItemLootSettings"); \ static_assert(offsetof(FArenaItemLootSettings, ID) == 0x000008, "Member 'FArenaItemLootSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, WorldRate) == 0x00000C, "Member 'FArenaItemLootSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave1) == 0x000010, "Member 'FArenaItemLootSettings::Wave1' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave2) == 0x000030, "Member 'FArenaItemLootSettings::Wave2' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave3) == 0x000050, "Member 'FArenaItemLootSettings::Wave3' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave4) == 0x000070, "Member 'FArenaItemLootSettings::Wave4' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave5) == 0x000090, "Member 'FArenaItemLootSettings::Wave5' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave6) == 0x0000B0, "Member 'FArenaItemLootSettings::Wave6' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave7) == 0x0000D0, "Member 'FArenaItemLootSettings::Wave7' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave8) == 0x0000F0, "Member 'FArenaItemLootSettings::Wave8' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave9) == 0x000110, "Member 'FArenaItemLootSettings::Wave9' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave10) == 0x000130, "Member 'FArenaItemLootSettings::Wave10' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave11) == 0x000150, "Member 'FArenaItemLootSettings::Wave11' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave12) == 0x000170, "Member 'FArenaItemLootSettings::Wave12' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave13) == 0x000190, "Member 'FArenaItemLootSettings::Wave13' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave14) == 0x0001B0, "Member 'FArenaItemLootSettings::Wave14' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave15) == 0x0001D0, "Member 'FArenaItemLootSettings::Wave15' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave16) == 0x0001F0, "Member 'FArenaItemLootSettings::Wave16' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave17) == 0x000210, "Member 'FArenaItemLootSettings::Wave17' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave18) == 0x000230, "Member 'FArenaItemLootSettings::Wave18' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave19) == 0x000250, "Member 'FArenaItemLootSettings::Wave19' has a wrong offset!"); \ static_assert(offsetof(FArenaItemLootSettings, Wave20) == 0x000270, "Member 'FArenaItemLootSettings::Wave20' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSaveInfo \ static_assert(alignof(FSaveInfo) == 0x000008, "Wrong alignment on FSaveInfo"); \ static_assert(sizeof(FSaveInfo) == 0x000050, "Wrong size on FSaveInfo"); \ static_assert(offsetof(FSaveInfo, SaveTime) == 0x000000, "Member 'FSaveInfo::SaveTime' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, SaveTimeString) == 0x000008, "Member 'FSaveInfo::SaveTimeString' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, SaveName) == 0x000018, "Member 'FSaveInfo::SaveName' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, SaveVersion) == 0x000028, "Member 'FSaveInfo::SaveVersion' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, ServerTimeStamp) == 0x00002C, "Member 'FSaveInfo::ServerTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, TotalPlatforms) == 0x000030, "Member 'FSaveInfo::TotalPlatforms' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, TrainEngineEra) == 0x000034, "Member 'FSaveInfo::TrainEngineEra' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, MapsCompleted) == 0x000038, "Member 'FSaveInfo::MapsCompleted' has a wrong offset!"); \ static_assert(offsetof(FSaveInfo, AppVersion) == 0x000040, "Member 'FSaveInfo::AppVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaCasketSpawnSettings \ static_assert(alignof(FArenaCasketSpawnSettings) == 0x000008, "Wrong alignment on FArenaCasketSpawnSettings"); \ static_assert(sizeof(FArenaCasketSpawnSettings) == 0x000018, "Wrong size on FArenaCasketSpawnSettings"); \ static_assert(offsetof(FArenaCasketSpawnSettings, Tier) == 0x000000, "Member 'FArenaCasketSpawnSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketSpawnSettings, Class) == 0x000008, "Member 'FArenaCasketSpawnSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketSpawnSettings, Chance) == 0x000010, "Member 'FArenaCasketSpawnSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaCasketLootSettings \ static_assert(alignof(FArenaCasketLootSettings) == 0x000008, "Wrong alignment on FArenaCasketLootSettings"); \ static_assert(sizeof(FArenaCasketLootSettings) == 0x000150, "Wrong size on FArenaCasketLootSettings"); \ static_assert(offsetof(FArenaCasketLootSettings, ID) == 0x000008, "Member 'FArenaCasketLootSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, WorldRate) == 0x00000C, "Member 'FArenaCasketLootSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave1) == 0x000010, "Member 'FArenaCasketLootSettings::Wave1' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave2) == 0x000020, "Member 'FArenaCasketLootSettings::Wave2' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave3) == 0x000030, "Member 'FArenaCasketLootSettings::Wave3' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave4) == 0x000040, "Member 'FArenaCasketLootSettings::Wave4' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave5) == 0x000050, "Member 'FArenaCasketLootSettings::Wave5' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave6) == 0x000060, "Member 'FArenaCasketLootSettings::Wave6' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave7) == 0x000070, "Member 'FArenaCasketLootSettings::Wave7' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave8) == 0x000080, "Member 'FArenaCasketLootSettings::Wave8' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave9) == 0x000090, "Member 'FArenaCasketLootSettings::Wave9' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave10) == 0x0000A0, "Member 'FArenaCasketLootSettings::Wave10' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave11) == 0x0000B0, "Member 'FArenaCasketLootSettings::Wave11' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave12) == 0x0000C0, "Member 'FArenaCasketLootSettings::Wave12' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave13) == 0x0000D0, "Member 'FArenaCasketLootSettings::Wave13' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave14) == 0x0000E0, "Member 'FArenaCasketLootSettings::Wave14' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave15) == 0x0000F0, "Member 'FArenaCasketLootSettings::Wave15' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave16) == 0x000100, "Member 'FArenaCasketLootSettings::Wave16' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave17) == 0x000110, "Member 'FArenaCasketLootSettings::Wave17' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave18) == 0x000120, "Member 'FArenaCasketLootSettings::Wave18' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave19) == 0x000130, "Member 'FArenaCasketLootSettings::Wave19' has a wrong offset!"); \ static_assert(offsetof(FArenaCasketLootSettings, Wave20) == 0x000140, "Member 'FArenaCasketLootSettings::Wave20' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssociatedListNote \ static_assert(alignof(FAssociatedListNote) == 0x000008, "Wrong alignment on FAssociatedListNote"); \ static_assert(sizeof(FAssociatedListNote) == 0x000018, "Wrong size on FAssociatedListNote"); \ static_assert(offsetof(FAssociatedListNote, ListID) == 0x000008, "Member 'FAssociatedListNote::ListID' has a wrong offset!"); \ static_assert(offsetof(FAssociatedListNote, NoteID) == 0x00000C, "Member 'FAssociatedListNote::NoteID' has a wrong offset!"); \ static_assert(offsetof(FAssociatedListNote, NoteType) == 0x000010, "Member 'FAssociatedListNote::NoteType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkylightPresetSettings \ static_assert(alignof(FSkylightPresetSettings) == 0x000004, "Wrong alignment on FSkylightPresetSettings"); \ static_assert(sizeof(FSkylightPresetSettings) == 0x000024, "Wrong size on FSkylightPresetSettings"); \ static_assert(offsetof(FSkylightPresetSettings, VolumetricScatteringIntensity) == 0x000000, "Member 'FSkylightPresetSettings::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkylightPresetSettings, LowerHemisphereColor) == 0x000004, "Member 'FSkylightPresetSettings::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(FSkylightPresetSettings, OcclusionContrast) == 0x000014, "Member 'FSkylightPresetSettings::OcclusionContrast' has a wrong offset!"); \ static_assert(offsetof(FSkylightPresetSettings, OcclusionExponent) == 0x000018, "Member 'FSkylightPresetSettings::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FSkylightPresetSettings, MinOcclusion) == 0x00001C, "Member 'FSkylightPresetSettings::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(FSkylightPresetSettings, OcclusionTint) == 0x000020, "Member 'FSkylightPresetSettings::OcclusionTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogPresetSettings_Component \ static_assert(alignof(FExponentialHeightFogPresetSettings_Component) == 0x000004, "Wrong alignment on FExponentialHeightFogPresetSettings_Component"); \ static_assert(sizeof(FExponentialHeightFogPresetSettings_Component) == 0x000008, "Wrong size on FExponentialHeightFogPresetSettings_Component"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_Component, FogMaxOpacity) == 0x000000, "Member 'FExponentialHeightFogPresetSettings_Component::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_Component, FogCutoffDistance) == 0x000004, "Member 'FExponentialHeightFogPresetSettings_Component::FogCutoffDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogPresetSettings_InscatteringTexture \ static_assert(alignof(FExponentialHeightFogPresetSettings_InscatteringTexture) == 0x000008, "Wrong alignment on FExponentialHeightFogPresetSettings_InscatteringTexture"); \ static_assert(sizeof(FExponentialHeightFogPresetSettings_InscatteringTexture) == 0x000028, "Wrong size on FExponentialHeightFogPresetSettings_InscatteringTexture"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_InscatteringTexture, InscatteringColorCubemap) == 0x000000, "Member 'FExponentialHeightFogPresetSettings_InscatteringTexture::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_InscatteringTexture, InscatteringColorCubemapAngle) == 0x000008, "Member 'FExponentialHeightFogPresetSettings_InscatteringTexture::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_InscatteringTexture, InscatteringTextureTint) == 0x00000C, "Member 'FExponentialHeightFogPresetSettings_InscatteringTexture::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_InscatteringTexture, FullyDirectionalInscatteringColorDistance) == 0x00001C, "Member 'FExponentialHeightFogPresetSettings_InscatteringTexture::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_InscatteringTexture, NonDirectionalInscatteringColorDistance) == 0x000020, "Member 'FExponentialHeightFogPresetSettings_InscatteringTexture::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogPresetSettings_DirectionalInscattering \ static_assert(alignof(FExponentialHeightFogPresetSettings_DirectionalInscattering) == 0x000004, "Wrong alignment on FExponentialHeightFogPresetSettings_DirectionalInscattering"); \ static_assert(sizeof(FExponentialHeightFogPresetSettings_DirectionalInscattering) == 0x000008, "Wrong size on FExponentialHeightFogPresetSettings_DirectionalInscattering"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_DirectionalInscattering, DirectionalInscatteringExponent) == 0x000000, "Member 'FExponentialHeightFogPresetSettings_DirectionalInscattering::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_DirectionalInscattering, DirectionalInscatteringStartDistance) == 0x000004, "Member 'FExponentialHeightFogPresetSettings_DirectionalInscattering::DirectionalInscatteringStartDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogPresetSettings_VolumetricFog \ static_assert(alignof(FExponentialHeightFogPresetSettings_VolumetricFog) == 0x000001, "Wrong alignment on FExponentialHeightFogPresetSettings_VolumetricFog"); \ static_assert(sizeof(FExponentialHeightFogPresetSettings_VolumetricFog) == 0x000001, "Wrong size on FExponentialHeightFogPresetSettings_VolumetricFog"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings_VolumetricFog, bEnableVolumetricFog) == 0x000000, "Member 'FExponentialHeightFogPresetSettings_VolumetricFog::bEnableVolumetricFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogPresetSettings \ static_assert(alignof(FExponentialHeightFogPresetSettings) == 0x000008, "Wrong alignment on FExponentialHeightFogPresetSettings"); \ static_assert(sizeof(FExponentialHeightFogPresetSettings) == 0x000050, "Wrong size on FExponentialHeightFogPresetSettings"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings, Location) == 0x000000, "Member 'FExponentialHeightFogPresetSettings::Location' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings, ExponentialHeightFogComponent) == 0x00000C, "Member 'FExponentialHeightFogPresetSettings::ExponentialHeightFogComponent' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings, InscatteringTexture) == 0x000018, "Member 'FExponentialHeightFogPresetSettings::InscatteringTexture' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings, DirectionalInscattering) == 0x000040, "Member 'FExponentialHeightFogPresetSettings::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogPresetSettings, VolumetricFog) == 0x000048, "Member 'FExponentialHeightFogPresetSettings::VolumetricFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightSourcePresetSettings \ static_assert(alignof(FLightSourcePresetSettings) == 0x000004, "Wrong alignment on FLightSourcePresetSettings"); \ static_assert(sizeof(FLightSourcePresetSettings) == 0x00001C, "Wrong size on FLightSourcePresetSettings"); \ static_assert(offsetof(FLightSourcePresetSettings, VolumetricScatteringIntensity) == 0x000000, "Member 'FLightSourcePresetSettings::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, SpecularScale) == 0x000004, "Member 'FLightSourcePresetSettings::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, BloomScale) == 0x000008, "Member 'FLightSourcePresetSettings::BloomScale' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, BloomThreshold) == 0x00000C, "Member 'FLightSourcePresetSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, BloomMaxBrightness) == 0x000010, "Member 'FLightSourcePresetSettings::BloomMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, BloomTint) == 0x000014, "Member 'FLightSourcePresetSettings::BloomTint' has a wrong offset!"); \ static_assert(offsetof(FLightSourcePresetSettings, bLightShaftBloom) == 0x000018, "Member 'FLightSourcePresetSettings::bLightShaftBloom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessVolumePresetSettings_ColorGrading \ static_assert(alignof(FPostProcessVolumePresetSettings_ColorGrading) == 0x000010, "Wrong alignment on FPostProcessVolumePresetSettings_ColorGrading"); \ static_assert(sizeof(FPostProcessVolumePresetSettings_ColorGrading) == 0x000120, "Wrong size on FPostProcessVolumePresetSettings_ColorGrading"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, WhiteTemp) == 0x000000, "Member 'FPostProcessVolumePresetSettings_ColorGrading::WhiteTemp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, WhiteTint) == 0x000004, "Member 'FPostProcessVolumePresetSettings_ColorGrading::WhiteTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorSaturation) == 0x000010, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorContrast) == 0x000020, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorContrast' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGamma) == 0x000030, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGamma' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGain) == 0x000040, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGain' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorSaturationShadows) == 0x000050, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorSaturationShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorContrastShadows) == 0x000060, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorContrastShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGammaShadows) == 0x000070, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGammaShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGainShadows) == 0x000080, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGainShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorSaturationMidtones) == 0x000090, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorSaturationMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorContrastMidtones) == 0x0000A0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorContrastMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGammaMidtones) == 0x0000B0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGammaMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGainMidtones) == 0x0000C0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGainMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorSaturationHighlights) == 0x0000D0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorSaturationHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorContrastHighlights) == 0x0000E0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorContrastHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGammaHighlights) == 0x0000F0, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGammaHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorGainHighlights) == 0x000100, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorGainHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorCorrectionHighlightsMin) == 0x000110, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorCorrectionHighlightsMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings_ColorGrading, ColorCorrectionShadowsMax) == 0x000114, "Member 'FPostProcessVolumePresetSettings_ColorGrading::ColorCorrectionShadowsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessVolumePresetSettings \ static_assert(alignof(FPostProcessVolumePresetSettings) == 0x000010, "Wrong alignment on FPostProcessVolumePresetSettings"); \ static_assert(sizeof(FPostProcessVolumePresetSettings) == 0x000190, "Wrong size on FPostProcessVolumePresetSettings"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, BloomIntensity) == 0x000000, "Member 'FPostProcessVolumePresetSettings::BloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, BloomThreshold) == 0x000004, "Member 'FPostProcessVolumePresetSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, ExposureCompensation) == 0x000008, "Member 'FPostProcessVolumePresetSettings::ExposureCompensation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AutoExposureMinBrightness) == 0x00000C, "Member 'FPostProcessVolumePresetSettings::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AutoExposureMaxBrightness) == 0x000010, "Member 'FPostProcessVolumePresetSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AutoExposureSpeedUp) == 0x000014, "Member 'FPostProcessVolumePresetSettings::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AutoExposureSpeedDown) == 0x000018, "Member 'FPostProcessVolumePresetSettings::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, VignetteIntensity) == 0x00001C, "Member 'FPostProcessVolumePresetSettings::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, GrainJitter) == 0x000020, "Member 'FPostProcessVolumePresetSettings::GrainJitter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, GrainIntensity) == 0x000024, "Member 'FPostProcessVolumePresetSettings::GrainIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, DepthOfFieldFocalDistance) == 0x000028, "Member 'FPostProcessVolumePresetSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, DepthOfFieldDepthBlurAmount) == 0x00002C, "Member 'FPostProcessVolumePresetSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, DepthOfFieldDepthBlurRadius) == 0x000030, "Member 'FPostProcessVolumePresetSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, ColorGrading) == 0x000040, "Member 'FPostProcessVolumePresetSettings::ColorGrading' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AmbientOcclusionIntensity) == 0x000160, "Member 'FPostProcessVolumePresetSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, AmbientOcclusionRadius) == 0x000164, "Member 'FPostProcessVolumePresetSettings::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, IndirectLightingColor) == 0x000168, "Member 'FPostProcessVolumePresetSettings::IndirectLightingColor' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, IndirectLightingIntensity) == 0x000178, "Member 'FPostProcessVolumePresetSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, ScreenSpaceReflectionIntensity) == 0x00017C, "Member 'FPostProcessVolumePresetSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, ScreenSpaceReflectionQuality) == 0x000180, "Member 'FPostProcessVolumePresetSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ static_assert(offsetof(FPostProcessVolumePresetSettings, ScreenSpaceReflectionMaxRoughness) == 0x000184, "Member 'FPostProcessVolumePresetSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCloudPresetSettings \ static_assert(alignof(FCloudPresetSettings) == 0x000004, "Wrong alignment on FCloudPresetSettings"); \ static_assert(sizeof(FCloudPresetSettings) == 0x000010, "Wrong size on FCloudPresetSettings"); \ static_assert(offsetof(FCloudPresetSettings, CloudInnerColor) == 0x000000, "Member 'FCloudPresetSettings::CloudInnerColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidCloudsSettings \ static_assert(alignof(FVoidCloudsSettings) == 0x000004, "Wrong alignment on FVoidCloudsSettings"); \ static_assert(sizeof(FVoidCloudsSettings) == 0x000034, "Wrong size on FVoidCloudsSettings"); \ static_assert(offsetof(FVoidCloudsSettings, ColorPower) == 0x000000, "Member 'FVoidCloudsSettings::ColorPower' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, Emissive) == 0x000004, "Member 'FVoidCloudsSettings::Emissive' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, Multiply) == 0x000008, "Member 'FVoidCloudsSettings::Multiply' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, Power) == 0x00000C, "Member 'FVoidCloudsSettings::Power' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, Scale) == 0x000010, "Member 'FVoidCloudsSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, Color) == 0x000014, "Member 'FVoidCloudsSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FVoidCloudsSettings, WindVector) == 0x000024, "Member 'FVoidCloudsSettings::WindVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBiomePresetsSettings \ static_assert(alignof(FBiomePresetsSettings) == 0x000010, "Wrong alignment on FBiomePresetsSettings"); \ static_assert(sizeof(FBiomePresetsSettings) == 0x000380, "Wrong size on FBiomePresetsSettings"); \ static_assert(offsetof(FBiomePresetsSettings, ID) == 0x000008, "Member 'FBiomePresetsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, Biome) == 0x000009, "Member 'FBiomePresetsSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, Cubemap) == 0x000010, "Member 'FBiomePresetsSettings::Cubemap' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, Intensity) == 0x000018, "Member 'FBiomePresetsSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, LightColor) == 0x00001C, "Member 'FBiomePresetsSettings::LightColor' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, SkySphereMaterialInstance) == 0x000030, "Member 'FBiomePresetsSettings::SkySphereMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, FogDensity) == 0x000038, "Member 'FBiomePresetsSettings::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, FogHeightFalloff) == 0x00003C, "Member 'FBiomePresetsSettings::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, FogInscatteringColor) == 0x000040, "Member 'FBiomePresetsSettings::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, StartDistance) == 0x000050, "Member 'FBiomePresetsSettings::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, DirectionalInscatteringColor) == 0x000054, "Member 'FBiomePresetsSettings::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ScatteringDistribution) == 0x000064, "Member 'FBiomePresetsSettings::ScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, Albedo) == 0x000068, "Member 'FBiomePresetsSettings::Albedo' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, Emissive) == 0x00006C, "Member 'FBiomePresetsSettings::Emissive' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ExtinctionScale) == 0x00007C, "Member 'FBiomePresetsSettings::ExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ViewDistance) == 0x000080, "Member 'FBiomePresetsSettings::ViewDistance' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, LightSourceIntensity) == 0x000084, "Member 'FBiomePresetsSettings::LightSourceIntensity' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, LightSourceLightColor) == 0x000088, "Member 'FBiomePresetsSettings::LightSourceLightColor' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, LightSourceRotation) == 0x00008C, "Member 'FBiomePresetsSettings::LightSourceRotation' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ExposureMinBrightness) == 0x000098, "Member 'FBiomePresetsSettings::ExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ExposureMaxBrightness) == 0x00009C, "Member 'FBiomePresetsSettings::ExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ColorGradingLUT) == 0x0000A0, "Member 'FBiomePresetsSettings::ColorGradingLUT' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, IndirectLightingColor) == 0x0000A8, "Member 'FBiomePresetsSettings::IndirectLightingColor' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, IndirectLightingIntensity) == 0x0000B8, "Member 'FBiomePresetsSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, AmbientCubemapIntensity) == 0x0000BC, "Member 'FBiomePresetsSettings::AmbientCubemapIntensity' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, AmbientCubemapTexture) == 0x0000C0, "Member 'FBiomePresetsSettings::AmbientCubemapTexture' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, SunMultiplier) == 0x0000C8, "Member 'FBiomePresetsSettings::SunMultiplier' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, FogMultiplier) == 0x0000CC, "Member 'FBiomePresetsSettings::FogMultiplier' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, ExponentialHeightFog) == 0x0000D0, "Member 'FBiomePresetsSettings::ExponentialHeightFog' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, SkyLight) == 0x000120, "Member 'FBiomePresetsSettings::SkyLight' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, LightSource) == 0x000144, "Member 'FBiomePresetsSettings::LightSource' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, PostProcessVolume) == 0x000160, "Member 'FBiomePresetsSettings::PostProcessVolume' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, CloudPresetSettings) == 0x0002F0, "Member 'FBiomePresetsSettings::CloudPresetSettings' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, EnvironmentSkySphere) == 0x000300, "Member 'FBiomePresetsSettings::EnvironmentSkySphere' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, EnvironmentSkySphereTransform) == 0x000310, "Member 'FBiomePresetsSettings::EnvironmentSkySphereTransform' has a wrong offset!"); \ static_assert(offsetof(FBiomePresetsSettings, VoidCloudsSettings) == 0x000340, "Member 'FBiomePresetsSettings::VoidCloudsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKFootInfo \ static_assert(alignof(FIKFootInfo) == 0x000004, "Wrong alignment on FIKFootInfo"); \ static_assert(sizeof(FIKFootInfo) == 0x000044, "Wrong size on FIKFootInfo"); \ static_assert(offsetof(FIKFootInfo, EffectorBoneName) == 0x000000, "Member 'FIKFootInfo::EffectorBoneName' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, IKTraceBoneName) == 0x000008, "Member 'FIKFootInfo::IKTraceBoneName' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, MaxDropHeight) == 0x000010, "Member 'FIKFootInfo::MaxDropHeight' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, FootRelativeZ) == 0x000014, "Member 'FIKFootInfo::FootRelativeZ' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, TraceResultDistance) == 0x000018, "Member 'FIKFootInfo::TraceResultDistance' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, EffectorRotation) == 0x00001C, "Member 'FIKFootInfo::EffectorRotation' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, EffectorLocation) == 0x000028, "Member 'FIKFootInfo::EffectorLocation' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, HitLocation) == 0x000034, "Member 'FIKFootInfo::HitLocation' has a wrong offset!"); \ static_assert(offsetof(FIKFootInfo, bWasHit) == 0x000040, "Member 'FIKFootInfo::bWasHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWinchActorSaveInfo \ static_assert(alignof(FWinchActorSaveInfo) == 0x000008, "Wrong alignment on FWinchActorSaveInfo"); \ static_assert(sizeof(FWinchActorSaveInfo) == 0x000030, "Wrong size on FWinchActorSaveInfo"); \ static_assert(offsetof(FWinchActorSaveInfo, Class) == 0x000000, "Member 'FWinchActorSaveInfo::Class' has a wrong offset!"); \ static_assert(offsetof(FWinchActorSaveInfo, Location) == 0x000008, "Member 'FWinchActorSaveInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FWinchActorSaveInfo, Rotation) == 0x000014, "Member 'FWinchActorSaveInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FWinchActorSaveInfo, LifetimeData) == 0x000020, "Member 'FWinchActorSaveInfo::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerNotes \ static_assert(alignof(FPlayerNotes) == 0x000008, "Wrong alignment on FPlayerNotes"); \ static_assert(sizeof(FPlayerNotes) == 0x000040, "Wrong size on FPlayerNotes"); \ #define DUMPER7_ASSERTS_FBestiaryNotes \ static_assert(alignof(FBestiaryNotes) == 0x000008, "Wrong alignment on FBestiaryNotes"); \ static_assert(sizeof(FBestiaryNotes) == 0x000040, "Wrong size on FBestiaryNotes"); \ #define DUMPER7_ASSERTS_FActionPlayState \ static_assert(alignof(FActionPlayState) == 0x000004, "Wrong alignment on FActionPlayState"); \ static_assert(sizeof(FActionPlayState) == 0x000008, "Wrong size on FActionPlayState"); \ static_assert(offsetof(FActionPlayState, bIsPlaying) == 0x000000, "Member 'FActionPlayState::bIsPlaying' has a wrong offset!"); \ static_assert(offsetof(FActionPlayState, ReplicateCounter) == 0x000004, "Member 'FActionPlayState::ReplicateCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationMaskData \ static_assert(alignof(FCharacterCustomizationMaskData) == 0x000004, "Wrong alignment on FCharacterCustomizationMaskData"); \ static_assert(sizeof(FCharacterCustomizationMaskData) == 0x000020, "Wrong size on FCharacterCustomizationMaskData"); \ static_assert(offsetof(FCharacterCustomizationMaskData, TextureIndex) == 0x000000, "Member 'FCharacterCustomizationMaskData::TextureIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskData, MaskValue) == 0x000004, "Member 'FCharacterCustomizationMaskData::MaskValue' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskData, ColorIndex) == 0x000008, "Member 'FCharacterCustomizationMaskData::ColorIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskData, CustomColor) == 0x00000C, "Member 'FCharacterCustomizationMaskData::CustomColor' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskData, Rougness) == 0x00001C, "Member 'FCharacterCustomizationMaskData::Rougness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationEyeSettings \ static_assert(alignof(FCharacterCustomizationEyeSettings) == 0x000004, "Wrong alignment on FCharacterCustomizationEyeSettings"); \ static_assert(sizeof(FCharacterCustomizationEyeSettings) == 0x000030, "Wrong size on FCharacterCustomizationEyeSettings"); \ static_assert(offsetof(FCharacterCustomizationEyeSettings, Color) == 0x000000, "Member 'FCharacterCustomizationEyeSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationEyeSettings, Damage) == 0x000020, "Member 'FCharacterCustomizationEyeSettings::Damage' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationEyeSettings, BallBrightness) == 0x000024, "Member 'FCharacterCustomizationEyeSettings::BallBrightness' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationEyeSettings, Brightness) == 0x000028, "Member 'FCharacterCustomizationEyeSettings::Brightness' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationEyeSettings, Density) == 0x00002C, "Member 'FCharacterCustomizationEyeSettings::Density' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationSaveData \ static_assert(alignof(FCharacterCustomizationSaveData) == 0x000008, "Wrong alignment on FCharacterCustomizationSaveData"); \ static_assert(sizeof(FCharacterCustomizationSaveData) == 0x0001C0, "Wrong size on FCharacterCustomizationSaveData"); \ static_assert(offsetof(FCharacterCustomizationSaveData, HairIndex) == 0x000000, "Member 'FCharacterCustomizationSaveData::HairIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, HatIndex) == 0x000004, "Member 'FCharacterCustomizationSaveData::HatIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BeardIndex) == 0x000008, "Member 'FCharacterCustomizationSaveData::BeardIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, MustacheIndex) == 0x00000C, "Member 'FCharacterCustomizationSaveData::MustacheIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BrowsIndex) == 0x000010, "Member 'FCharacterCustomizationSaveData::BrowsIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BodyIndex) == 0x000014, "Member 'FCharacterCustomizationSaveData::BodyIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, PantsIndex) == 0x000018, "Member 'FCharacterCustomizationSaveData::PantsIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, HeadIndex) == 0x00001C, "Member 'FCharacterCustomizationSaveData::HeadIndex' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BodyTypeMorph) == 0x000020, "Member 'FCharacterCustomizationSaveData::BodyTypeMorph' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, Gender) == 0x000024, "Member 'FCharacterCustomizationSaveData::Gender' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, Age) == 0x000028, "Member 'FCharacterCustomizationSaveData::Age' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, SkinTone) == 0x00002C, "Member 'FCharacterCustomizationSaveData::SkinTone' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, LipstickMask) == 0x000030, "Member 'FCharacterCustomizationSaveData::LipstickMask' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, OverTintMask) == 0x000050, "Member 'FCharacterCustomizationSaveData::OverTintMask' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, EyeCntrMask) == 0x000070, "Member 'FCharacterCustomizationSaveData::EyeCntrMask' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, EyeShadowsMask) == 0x000090, "Member 'FCharacterCustomizationSaveData::EyeShadowsMask' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, bSaved) == 0x0000B0, "Member 'FCharacterCustomizationSaveData::bSaved' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BoneCustomizationOffsets) == 0x0000B8, "Member 'FCharacterCustomizationSaveData::BoneCustomizationOffsets' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, EyeSettings) == 0x000108, "Member 'FCharacterCustomizationSaveData::EyeSettings' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, HairColor) == 0x000138, "Member 'FCharacterCustomizationSaveData::HairColor' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BeardColor) == 0x000158, "Member 'FCharacterCustomizationSaveData::BeardColor' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, MustacheColor) == 0x000178, "Member 'FCharacterCustomizationSaveData::MustacheColor' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, BrowsColor) == 0x000198, "Member 'FCharacterCustomizationSaveData::BrowsColor' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSaveData, UnperfIndex) == 0x0001B8, "Member 'FCharacterCustomizationSaveData::UnperfIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponCoreSettings \ static_assert(alignof(FWeaponCoreSettings) == 0x000008, "Wrong alignment on FWeaponCoreSettings"); \ static_assert(sizeof(FWeaponCoreSettings) == 0x000070, "Wrong size on FWeaponCoreSettings"); \ static_assert(offsetof(FWeaponCoreSettings, ID) == 0x000008, "Member 'FWeaponCoreSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, Tier) == 0x00000C, "Member 'FWeaponCoreSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, CoreName) == 0x000010, "Member 'FWeaponCoreSettings::CoreName' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, Description) == 0x000028, "Member 'FWeaponCoreSettings::Description' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, RPM) == 0x000040, "Member 'FWeaponCoreSettings::RPM' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, Accuracy) == 0x000044, "Member 'FWeaponCoreSettings::Accuracy' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, Stability) == 0x000048, "Member 'FWeaponCoreSettings::Stability' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, Range) == 0x00004C, "Member 'FWeaponCoreSettings::Range' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, StatusChanceOverride) == 0x000050, "Member 'FWeaponCoreSettings::StatusChanceOverride' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, WeaponCoreClass) == 0x000058, "Member 'FWeaponCoreSettings::WeaponCoreClass' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreSettings, ModSettings) == 0x000060, "Member 'FWeaponCoreSettings::ModSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEffectsManagerSave \ static_assert(alignof(FEffectsManagerSave) == 0x000008, "Wrong alignment on FEffectsManagerSave"); \ static_assert(sizeof(FEffectsManagerSave) == 0x000018, "Wrong size on FEffectsManagerSave"); \ static_assert(offsetof(FEffectsManagerSave, EffectName) == 0x000000, "Member 'FEffectsManagerSave::EffectName' has a wrong offset!"); \ static_assert(offsetof(FEffectsManagerSave, TimeLeft) == 0x000010, "Member 'FEffectsManagerSave::TimeLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldRateFloatSettings \ static_assert(alignof(FWorldRateFloatSettings) == 0x000004, "Wrong alignment on FWorldRateFloatSettings"); \ static_assert(sizeof(FWorldRateFloatSettings) == 0x000008, "Wrong size on FWorldRateFloatSettings"); \ static_assert(offsetof(FWorldRateFloatSettings, WorldRate) == 0x000000, "Member 'FWorldRateFloatSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FWorldRateFloatSettings, Value) == 0x000004, "Member 'FWorldRateFloatSettings::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseWagonSpecialTypesGenerationSettings \ static_assert(alignof(FChaseWagonSpecialTypesGenerationSettings) == 0x000008, "Wrong alignment on FChaseWagonSpecialTypesGenerationSettings"); \ static_assert(sizeof(FChaseWagonSpecialTypesGenerationSettings) == 0x000020, "Wrong size on FChaseWagonSpecialTypesGenerationSettings"); \ static_assert(offsetof(FChaseWagonSpecialTypesGenerationSettings, ID) == 0x000008, "Member 'FChaseWagonSpecialTypesGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonSpecialTypesGenerationSettings, Type) == 0x00000C, "Member 'FChaseWagonSpecialTypesGenerationSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonSpecialTypesGenerationSettings, Era) == 0x00000D, "Member 'FChaseWagonSpecialTypesGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonSpecialTypesGenerationSettings, SpawnChance) == 0x000010, "Member 'FChaseWagonSpecialTypesGenerationSettings::SpawnChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseWagonLayoutSpotGenerationSettings \ static_assert(alignof(FChaseWagonLayoutSpotGenerationSettings) == 0x000008, "Wrong alignment on FChaseWagonLayoutSpotGenerationSettings"); \ static_assert(sizeof(FChaseWagonLayoutSpotGenerationSettings) == 0x000030, "Wrong size on FChaseWagonLayoutSpotGenerationSettings"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, Size) == 0x000000, "Member 'FChaseWagonLayoutSpotGenerationSettings::Size' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, Row) == 0x000004, "Member 'FChaseWagonLayoutSpotGenerationSettings::Row' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, Column) == 0x000008, "Member 'FChaseWagonLayoutSpotGenerationSettings::Column' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, Chance) == 0x00000C, "Member 'FChaseWagonLayoutSpotGenerationSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, CategoryIDs) == 0x000010, "Member 'FChaseWagonLayoutSpotGenerationSettings::CategoryIDs' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, bMirror) == 0x000020, "Member 'FChaseWagonLayoutSpotGenerationSettings::bMirror' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutSpotGenerationSettings, CustomRotation) == 0x000024, "Member 'FChaseWagonLayoutSpotGenerationSettings::CustomRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseWagonLayoutGenerationSettings \ static_assert(alignof(FChaseWagonLayoutGenerationSettings) == 0x000008, "Wrong alignment on FChaseWagonLayoutGenerationSettings"); \ static_assert(sizeof(FChaseWagonLayoutGenerationSettings) == 0x000020, "Wrong size on FChaseWagonLayoutGenerationSettings"); \ static_assert(offsetof(FChaseWagonLayoutGenerationSettings, ID) == 0x000008, "Member 'FChaseWagonLayoutGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutGenerationSettings, Platforms) == 0x00000C, "Member 'FChaseWagonLayoutGenerationSettings::Platforms' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonLayoutGenerationSettings, Spots) == 0x000010, "Member 'FChaseWagonLayoutGenerationSettings::Spots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseWagonGenerationSettings \ static_assert(alignof(FChaseWagonGenerationSettings) == 0x000008, "Wrong alignment on FChaseWagonGenerationSettings"); \ static_assert(sizeof(FChaseWagonGenerationSettings) == 0x000078, "Wrong size on FChaseWagonGenerationSettings"); \ static_assert(offsetof(FChaseWagonGenerationSettings, ID) == 0x000008, "Member 'FChaseWagonGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, WorldRate) == 0x00000C, "Member 'FChaseWagonGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, Era) == 0x000010, "Member 'FChaseWagonGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, Type) == 0x000011, "Member 'FChaseWagonGenerationSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, Priority) == 0x000014, "Member 'FChaseWagonGenerationSettings::Priority' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, bIsImportant) == 0x000018, "Member 'FChaseWagonGenerationSettings::bIsImportant' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, TrainLimit) == 0x00001C, "Member 'FChaseWagonGenerationSettings::TrainLimit' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, PlatformsMin) == 0x000020, "Member 'FChaseWagonGenerationSettings::PlatformsMin' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, PlatformsMax) == 0x000024, "Member 'FChaseWagonGenerationSettings::PlatformsMax' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, FloorRecipeIDs) == 0x000028, "Member 'FChaseWagonGenerationSettings::FloorRecipeIDs' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, WallRecipeIDs) == 0x000038, "Member 'FChaseWagonGenerationSettings::WallRecipeIDs' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, StartingWallLampPlatformIndex) == 0x000048, "Member 'FChaseWagonGenerationSettings::StartingWallLampPlatformIndex' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, WallsLampsRecipeIDs) == 0x000050, "Member 'FChaseWagonGenerationSettings::WallsLampsRecipeIDs' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, LayoutsDatatable) == 0x000060, "Member 'FChaseWagonGenerationSettings::LayoutsDatatable' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonGenerationSettings, LayoutsSettings) == 0x000068, "Member 'FChaseWagonGenerationSettings::LayoutsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseWagonModuleGenerationSettings \ static_assert(alignof(FChaseWagonModuleGenerationSettings) == 0x000008, "Wrong alignment on FChaseWagonModuleGenerationSettings"); \ static_assert(sizeof(FChaseWagonModuleGenerationSettings) == 0x000018, "Wrong size on FChaseWagonModuleGenerationSettings"); \ static_assert(offsetof(FChaseWagonModuleGenerationSettings, Category) == 0x000008, "Member 'FChaseWagonModuleGenerationSettings::Category' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonModuleGenerationSettings, RecipeID) == 0x00000C, "Member 'FChaseWagonModuleGenerationSettings::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FChaseWagonModuleGenerationSettings, Size) == 0x000010, "Member 'FChaseWagonModuleGenerationSettings::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseTrainPlatformsGenerationSettings \ static_assert(alignof(FChaseTrainPlatformsGenerationSettings) == 0x000008, "Wrong alignment on FChaseTrainPlatformsGenerationSettings"); \ static_assert(sizeof(FChaseTrainPlatformsGenerationSettings) == 0x000020, "Wrong size on FChaseTrainPlatformsGenerationSettings"); \ static_assert(offsetof(FChaseTrainPlatformsGenerationSettings, ID) == 0x000008, "Member 'FChaseTrainPlatformsGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainPlatformsGenerationSettings, WorldRate) == 0x00000C, "Member 'FChaseTrainPlatformsGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainPlatformsGenerationSettings, Era) == 0x000010, "Member 'FChaseTrainPlatformsGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainPlatformsGenerationSettings, PlatformsMin) == 0x000014, "Member 'FChaseTrainPlatformsGenerationSettings::PlatformsMin' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainPlatformsGenerationSettings, PlatformsMax) == 0x000018, "Member 'FChaseTrainPlatformsGenerationSettings::PlatformsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseTrainGenerationSettings \ static_assert(alignof(FChaseTrainGenerationSettings) == 0x000008, "Wrong alignment on FChaseTrainGenerationSettings"); \ static_assert(sizeof(FChaseTrainGenerationSettings) == 0x000018, "Wrong size on FChaseTrainGenerationSettings"); \ static_assert(offsetof(FChaseTrainGenerationSettings, WorldRate) == 0x000000, "Member 'FChaseTrainGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainGenerationSettings, Era) == 0x000004, "Member 'FChaseTrainGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainGenerationSettings, RandomStream) == 0x000008, "Member 'FChaseTrainGenerationSettings::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainGenerationSettings, Train) == 0x000010, "Member 'FChaseTrainGenerationSettings::Train' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseGenerationSettings \ static_assert(alignof(FChaseGenerationSettings) == 0x000008, "Wrong alignment on FChaseGenerationSettings"); \ static_assert(sizeof(FChaseGenerationSettings) == 0x000020, "Wrong size on FChaseGenerationSettings"); \ static_assert(offsetof(FChaseGenerationSettings, ID) == 0x000008, "Member 'FChaseGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChaseGenerationSettings, Era) == 0x00000C, "Member 'FChaseGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FChaseGenerationSettings, WorldRate) == 0x000010, "Member 'FChaseGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FChaseGenerationSettings, PathSectionsMin) == 0x000014, "Member 'FChaseGenerationSettings::PathSectionsMin' has a wrong offset!"); \ static_assert(offsetof(FChaseGenerationSettings, PathSectionsMax) == 0x000018, "Member 'FChaseGenerationSettings::PathSectionsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_ChaseGenerationSettings \ static_assert(alignof(FVI_ChaseGenerationSettings) == 0x000008, "Wrong alignment on FVI_ChaseGenerationSettings"); \ static_assert(sizeof(FVI_ChaseGenerationSettings) == 0x000028, "Wrong size on FVI_ChaseGenerationSettings"); \ static_assert(offsetof(FVI_ChaseGenerationSettings, Version) == 0x000008, "Member 'FVI_ChaseGenerationSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_ChaseGenerationSettings, DataTable) == 0x000010, "Member 'FVI_ChaseGenerationSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_ChaseGenerationSettings, ChaseGenerationSettings) == 0x000018, "Member 'FVI_ChaseGenerationSettings::ChaseGenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseTrainWagonDecoreSchemeItemSettings \ static_assert(alignof(FChaseTrainWagonDecoreSchemeItemSettings) == 0x000008, "Wrong alignment on FChaseTrainWagonDecoreSchemeItemSettings"); \ static_assert(sizeof(FChaseTrainWagonDecoreSchemeItemSettings) == 0x000028, "Wrong size on FChaseTrainWagonDecoreSchemeItemSettings"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeItemSettings, RecipeIDs) == 0x000000, "Member 'FChaseTrainWagonDecoreSchemeItemSettings::RecipeIDs' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeItemSettings, LocationX) == 0x000010, "Member 'FChaseTrainWagonDecoreSchemeItemSettings::LocationX' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeItemSettings, LocationY) == 0x000014, "Member 'FChaseTrainWagonDecoreSchemeItemSettings::LocationY' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeItemSettings, Rotation) == 0x000018, "Member 'FChaseTrainWagonDecoreSchemeItemSettings::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaseTrainWagonDecoreSchemeSettings \ static_assert(alignof(FChaseTrainWagonDecoreSchemeSettings) == 0x000008, "Wrong alignment on FChaseTrainWagonDecoreSchemeSettings"); \ static_assert(sizeof(FChaseTrainWagonDecoreSchemeSettings) == 0x000020, "Wrong size on FChaseTrainWagonDecoreSchemeSettings"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeSettings, SizeX) == 0x000000, "Member 'FChaseTrainWagonDecoreSchemeSettings::SizeX' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeSettings, SizeY) == 0x000004, "Member 'FChaseTrainWagonDecoreSchemeSettings::SizeY' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeSettings, Chance) == 0x000008, "Member 'FChaseTrainWagonDecoreSchemeSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FChaseTrainWagonDecoreSchemeSettings, Items) == 0x000010, "Member 'FChaseTrainWagonDecoreSchemeSettings::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationListenerItem \ static_assert(alignof(FContentCustomizationListenerItem) == 0x000008, "Wrong alignment on FContentCustomizationListenerItem"); \ static_assert(sizeof(FContentCustomizationListenerItem) == 0x000010, "Wrong size on FContentCustomizationListenerItem"); \ static_assert(offsetof(FContentCustomizationListenerItem, Listener) == 0x000000, "Member 'FContentCustomizationListenerItem::Listener' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationListenerItem, PlayerState) == 0x000008, "Member 'FContentCustomizationListenerItem::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationListenerItems \ static_assert(alignof(FContentCustomizationListenerItems) == 0x000008, "Wrong alignment on FContentCustomizationListenerItems"); \ static_assert(sizeof(FContentCustomizationListenerItems) == 0x000010, "Wrong size on FContentCustomizationListenerItems"); \ static_assert(offsetof(FContentCustomizationListenerItems, Items) == 0x000000, "Member 'FContentCustomizationListenerItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationManagerSaveData \ static_assert(alignof(FContentCustomizationManagerSaveData) == 0x000004, "Wrong alignment on FContentCustomizationManagerSaveData"); \ static_assert(sizeof(FContentCustomizationManagerSaveData) == 0x000004, "Wrong size on FContentCustomizationManagerSaveData"); \ static_assert(offsetof(FContentCustomizationManagerSaveData, CurrentPhaseID) == 0x000000, "Member 'FContentCustomizationManagerSaveData::CurrentPhaseID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationUnlocksData \ static_assert(alignof(FContentCustomizationUnlocksData) == 0x000008, "Wrong alignment on FContentCustomizationUnlocksData"); \ static_assert(sizeof(FContentCustomizationUnlocksData) == 0x000078, "Wrong size on FContentCustomizationUnlocksData"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_Hammer) == 0x000000, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_Hammer' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_Journal) == 0x000010, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_Journal' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_Bracelet) == 0x000020, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_Bracelet' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_Rails) == 0x000030, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_Rails' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_Decore) == 0x000040, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_Decore' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_RofleemoGhost) == 0x000050, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_RofleemoGhost' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, CachedUnlockedIDs_RofleemoSkin) == 0x000060, "Member 'FContentCustomizationUnlocksData::CachedUnlockedIDs_RofleemoSkin' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationUnlocksData, bInitialized) == 0x000070, "Member 'FContentCustomizationUnlocksData::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationData \ static_assert(alignof(FContentCustomizationData) == 0x000004, "Wrong alignment on FContentCustomizationData"); \ static_assert(sizeof(FContentCustomizationData) == 0x000010, "Wrong size on FContentCustomizationData"); \ static_assert(offsetof(FContentCustomizationData, RailsID) == 0x000000, "Member 'FContentCustomizationData::RailsID' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationData, HammerID) == 0x000004, "Member 'FContentCustomizationData::HammerID' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationData, JournalID) == 0x000008, "Member 'FContentCustomizationData::JournalID' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationData, BraceletID) == 0x00000C, "Member 'FContentCustomizationData::BraceletID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentCustomizationSettings \ static_assert(alignof(FContentCustomizationSettings) == 0x000008, "Wrong alignment on FContentCustomizationSettings"); \ static_assert(sizeof(FContentCustomizationSettings) == 0x000058, "Wrong size on FContentCustomizationSettings"); \ static_assert(offsetof(FContentCustomizationSettings, ID) == 0x000008, "Member 'FContentCustomizationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, ExpansionType) == 0x00000C, "Member 'FContentCustomizationSettings::ExpansionType' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, VoidTechRequirement) == 0x000010, "Member 'FContentCustomizationSettings::VoidTechRequirement' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, AdditionalData) == 0x000018, "Member 'FContentCustomizationSettings::AdditionalData' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, StaticMeshes) == 0x000028, "Member 'FContentCustomizationSettings::StaticMeshes' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, SkeletalMeshes) == 0x000038, "Member 'FContentCustomizationSettings::SkeletalMeshes' has a wrong offset!"); \ static_assert(offsetof(FContentCustomizationSettings, Materials) == 0x000048, "Member 'FContentCustomizationSettings::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpansionInfo \ static_assert(alignof(FExpansionInfo) == 0x000008, "Wrong alignment on FExpansionInfo"); \ static_assert(sizeof(FExpansionInfo) == 0x000018, "Wrong size on FExpansionInfo"); \ static_assert(offsetof(FExpansionInfo, SteamID) == 0x000000, "Member 'FExpansionInfo::SteamID' has a wrong offset!"); \ static_assert(offsetof(FExpansionInfo, EGSAudienceItemID) == 0x000008, "Member 'FExpansionInfo::EGSAudienceItemID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContentExpansionInfo \ static_assert(alignof(FContentExpansionInfo) == 0x000008, "Wrong alignment on FContentExpansionInfo"); \ static_assert(sizeof(FContentExpansionInfo) == 0x000040, "Wrong size on FContentExpansionInfo"); \ static_assert(offsetof(FContentExpansionInfo, Type) == 0x000008, "Member 'FContentExpansionInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FContentExpansionInfo, ExpansionInfo) == 0x000010, "Member 'FContentExpansionInfo::ExpansionInfo' has a wrong offset!"); \ static_assert(offsetof(FContentExpansionInfo, Description) == 0x000028, "Member 'FContentExpansionInfo::Description' has a wrong offset!"); \ static_assert(offsetof(FContentExpansionInfo, bRequireServerOwnership) == 0x000038, "Member 'FContentExpansionInfo::bRequireServerOwnership' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftProgressList \ static_assert(alignof(FCraftProgressList) == 0x000008, "Wrong alignment on FCraftProgressList"); \ static_assert(sizeof(FCraftProgressList) == 0x000010, "Wrong size on FCraftProgressList"); \ static_assert(offsetof(FCraftProgressList, CraftProgress) == 0x000000, "Member 'FCraftProgressList::CraftProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftInProgressItem \ static_assert(alignof(FCraftInProgressItem) == 0x000008, "Wrong alignment on FCraftInProgressItem"); \ static_assert(sizeof(FCraftInProgressItem) == 0x000018, "Wrong size on FCraftInProgressItem"); \ static_assert(offsetof(FCraftInProgressItem, CraftingTable) == 0x000000, "Member 'FCraftInProgressItem::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FCraftInProgressItem, CraftProgressList) == 0x000008, "Member 'FCraftInProgressItem::CraftProgressList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftInProgress \ static_assert(alignof(FCraftInProgress) == 0x000008, "Wrong alignment on FCraftInProgress"); \ static_assert(sizeof(FCraftInProgress) == 0x000020, "Wrong size on FCraftInProgress"); \ static_assert(offsetof(FCraftInProgress, CraftInProgressItems) == 0x000000, "Member 'FCraftInProgress::CraftInProgressItems' has a wrong offset!"); \ static_assert(offsetof(FCraftInProgress, NULLPROGRESSLIST) == 0x000010, "Member 'FCraftInProgress::NULLPROGRESSLIST' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftResourceRequirement \ static_assert(alignof(FCraftResourceRequirement) == 0x000008, "Wrong alignment on FCraftResourceRequirement"); \ static_assert(sizeof(FCraftResourceRequirement) == 0x000010, "Wrong size on FCraftResourceRequirement"); \ static_assert(offsetof(FCraftResourceRequirement, Amount) == 0x000000, "Member 'FCraftResourceRequirement::Amount' has a wrong offset!"); \ static_assert(offsetof(FCraftResourceRequirement, Class) == 0x000008, "Member 'FCraftResourceRequirement::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftRecipeData \ static_assert(alignof(FCraftRecipeData) == 0x000008, "Wrong alignment on FCraftRecipeData"); \ static_assert(sizeof(FCraftRecipeData) == 0x0000B0, "Wrong size on FCraftRecipeData"); \ static_assert(offsetof(FCraftRecipeData, ID) == 0x000008, "Member 'FCraftRecipeData::ID' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, SortingID) == 0x00000C, "Member 'FCraftRecipeData::SortingID' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, TitleName) == 0x000010, "Member 'FCraftRecipeData::TitleName' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, Description) == 0x000028, "Member 'FCraftRecipeData::Description' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, Category) == 0x000040, "Member 'FCraftRecipeData::Category' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, Table) == 0x000041, "Member 'FCraftRecipeData::Table' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, TableTier) == 0x000044, "Member 'FCraftRecipeData::TableTier' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, NPCRequired) == 0x000048, "Member 'FCraftRecipeData::NPCRequired' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, HappinessRequired) == 0x00004C, "Member 'FCraftRecipeData::HappinessRequired' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, ResourceRequirements) == 0x000050, "Member 'FCraftRecipeData::ResourceRequirements' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, TechnologyResourceRequirements) == 0x000060, "Member 'FCraftRecipeData::TechnologyResourceRequirements' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, CraftTime) == 0x000070, "Member 'FCraftRecipeData::CraftTime' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, AmountPerCraft) == 0x000074, "Member 'FCraftRecipeData::AmountPerCraft' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelPointsRequirement) == 0x000078, "Member 'FCraftRecipeData::FuelPointsRequirement' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, PowerPointsRequirement) == 0x00007C, "Member 'FCraftRecipeData::PowerPointsRequirement' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelType) == 0x000080, "Member 'FCraftRecipeData::FuelType' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelTier) == 0x000084, "Member 'FCraftRecipeData::FuelTier' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, ResultClass) == 0x000088, "Member 'FCraftRecipeData::ResultClass' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelModifiers) == 0x000090, "Member 'FCraftRecipeData::FuelModifiers' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelModifier) == 0x0000A0, "Member 'FCraftRecipeData::FuelModifier' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, FuelRequirementBase) == 0x0000A4, "Member 'FCraftRecipeData::FuelRequirementBase' has a wrong offset!"); \ static_assert(offsetof(FCraftRecipeData, AchievementType) == 0x0000A8, "Member 'FCraftRecipeData::AchievementType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationBoneInfo \ static_assert(alignof(FCharacterCustomizationBoneInfo) == 0x000010, "Wrong alignment on FCharacterCustomizationBoneInfo"); \ static_assert(sizeof(FCharacterCustomizationBoneInfo) == 0x000070, "Wrong size on FCharacterCustomizationBoneInfo"); \ static_assert(offsetof(FCharacterCustomizationBoneInfo, BoneName) == 0x000000, "Member 'FCharacterCustomizationBoneInfo::BoneName' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationBoneInfo, BoneDisplayName) == 0x000008, "Member 'FCharacterCustomizationBoneInfo::BoneDisplayName' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationBoneInfo, BoneOffset_Min) == 0x000010, "Member 'FCharacterCustomizationBoneInfo::BoneOffset_Min' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationBoneInfo, BoneOffset_Max) == 0x000040, "Member 'FCharacterCustomizationBoneInfo::BoneOffset_Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizationOverride \ static_assert(alignof(FCustomizationOverride) == 0x000008, "Wrong alignment on FCustomizationOverride"); \ static_assert(sizeof(FCustomizationOverride) == 0x000040, "Wrong size on FCustomizationOverride"); \ static_assert(offsetof(FCustomizationOverride, HeadMesh) == 0x000000, "Member 'FCustomizationOverride::HeadMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, HairMesh) == 0x000008, "Member 'FCustomizationOverride::HairMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, HatMesh) == 0x000010, "Member 'FCustomizationOverride::HatMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, BeardMesh) == 0x000018, "Member 'FCustomizationOverride::BeardMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, MustacheMesh) == 0x000020, "Member 'FCustomizationOverride::MustacheMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, BrowsMesh) == 0x000028, "Member 'FCustomizationOverride::BrowsMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, BodyMesh) == 0x000030, "Member 'FCustomizationOverride::BodyMesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationOverride, PantsMesh) == 0x000038, "Member 'FCustomizationOverride::PantsMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationMaskSettings \ static_assert(alignof(FCharacterCustomizationMaskSettings) == 0x000008, "Wrong alignment on FCharacterCustomizationMaskSettings"); \ static_assert(sizeof(FCharacterCustomizationMaskSettings) == 0x000030, "Wrong size on FCharacterCustomizationMaskSettings"); \ static_assert(offsetof(FCharacterCustomizationMaskSettings, ID) == 0x000008, "Member 'FCharacterCustomizationMaskSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskSettings, Slot) == 0x00000C, "Member 'FCharacterCustomizationMaskSettings::Slot' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskSettings, Gender) == 0x00000D, "Member 'FCharacterCustomizationMaskSettings::Gender' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskSettings, Colors) == 0x000010, "Member 'FCharacterCustomizationMaskSettings::Colors' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationMaskSettings, Textures) == 0x000020, "Member 'FCharacterCustomizationMaskSettings::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizationMorphMesh \ static_assert(alignof(FCustomizationMorphMesh) == 0x000008, "Wrong alignment on FCustomizationMorphMesh"); \ static_assert(sizeof(FCustomizationMorphMesh) == 0x000020, "Wrong size on FCustomizationMorphMesh"); \ static_assert(offsetof(FCustomizationMorphMesh, Mesh) == 0x000000, "Member 'FCustomizationMorphMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(FCustomizationMorphMesh, bEnableBodyTypeMorph) == 0x000008, "Member 'FCustomizationMorphMesh::bEnableBodyTypeMorph' has a wrong offset!"); \ static_assert(offsetof(FCustomizationMorphMesh, FatBodyName) == 0x00000C, "Member 'FCustomizationMorphMesh::FatBodyName' has a wrong offset!"); \ static_assert(offsetof(FCustomizationMorphMesh, ThinBodyName) == 0x000014, "Member 'FCustomizationMorphMesh::ThinBodyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterCustomizationSettings \ static_assert(alignof(FCharacterCustomizationSettings) == 0x000008, "Wrong alignment on FCharacterCustomizationSettings"); \ static_assert(sizeof(FCharacterCustomizationSettings) == 0x000030, "Wrong size on FCharacterCustomizationSettings"); \ static_assert(offsetof(FCharacterCustomizationSettings, ID) == 0x000008, "Member 'FCharacterCustomizationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSettings, Slot) == 0x00000C, "Member 'FCharacterCustomizationSettings::Slot' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSettings, Gender) == 0x00000D, "Member 'FCharacterCustomizationSettings::Gender' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSettings, TP_Meshes) == 0x000010, "Member 'FCharacterCustomizationSettings::TP_Meshes' has a wrong offset!"); \ static_assert(offsetof(FCharacterCustomizationSettings, FP_Meshes) == 0x000020, "Member 'FCharacterCustomizationSettings::FP_Meshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizationSettings \ static_assert(alignof(FCustomizationSettings) == 0x000008, "Wrong alignment on FCustomizationSettings"); \ static_assert(sizeof(FCustomizationSettings) == 0x0000A0, "Wrong size on FCustomizationSettings"); \ static_assert(offsetof(FCustomizationSettings, TP_ComponentReference) == 0x000000, "Member 'FCustomizationSettings::TP_ComponentReference' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, FP_ComponentReference) == 0x000028, "Member 'FCustomizationSettings::FP_ComponentReference' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, TP_Component) == 0x000050, "Member 'FCustomizationSettings::TP_Component' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, FP_Component) == 0x000058, "Member 'FCustomizationSettings::FP_Component' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, TP_MaleMeshes) == 0x000060, "Member 'FCustomizationSettings::TP_MaleMeshes' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, TP_FemaleMeshes) == 0x000070, "Member 'FCustomizationSettings::TP_FemaleMeshes' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, FP_MaleMeshes) == 0x000080, "Member 'FCustomizationSettings::FP_MaleMeshes' has a wrong offset!"); \ static_assert(offsetof(FCustomizationSettings, FP_FemaleMeshes) == 0x000090, "Member 'FCustomizationSettings::FP_FemaleMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMorphProperty \ static_assert(alignof(FMorphProperty) == 0x000004, "Wrong alignment on FMorphProperty"); \ static_assert(sizeof(FMorphProperty) == 0x000018, "Wrong size on FMorphProperty"); \ static_assert(offsetof(FMorphProperty, MorphTargetName) == 0x000000, "Member 'FMorphProperty::MorphTargetName' has a wrong offset!"); \ static_assert(offsetof(FMorphProperty, Chance) == 0x000008, "Member 'FMorphProperty::Chance' has a wrong offset!"); \ static_assert(offsetof(FMorphProperty, MinValue) == 0x00000C, "Member 'FMorphProperty::MinValue' has a wrong offset!"); \ static_assert(offsetof(FMorphProperty, MaxValue) == 0x000010, "Member 'FMorphProperty::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FMorphProperty, Value) == 0x000014, "Member 'FMorphProperty::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMorphCategory \ static_assert(alignof(FMorphCategory) == 0x000008, "Wrong alignment on FMorphCategory"); \ static_assert(sizeof(FMorphCategory) == 0x000018, "Wrong size on FMorphCategory"); \ static_assert(offsetof(FMorphCategory, CategoryType) == 0x000000, "Member 'FMorphCategory::CategoryType' has a wrong offset!"); \ static_assert(offsetof(FMorphCategory, Properties) == 0x000008, "Member 'FMorphCategory::Properties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMorphCategoryList \ static_assert(alignof(FMorphCategoryList) == 0x000008, "Wrong alignment on FMorphCategoryList"); \ static_assert(sizeof(FMorphCategoryList) == 0x000010, "Wrong size on FMorphCategoryList"); \ static_assert(offsetof(FMorphCategoryList, Categories) == 0x000000, "Member 'FMorphCategoryList::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotLeftPlatformOverrideSettings \ static_assert(alignof(FDepotLeftPlatformOverrideSettings) == 0x000008, "Wrong alignment on FDepotLeftPlatformOverrideSettings"); \ static_assert(sizeof(FDepotLeftPlatformOverrideSettings) == 0x000030, "Wrong size on FDepotLeftPlatformOverrideSettings"); \ static_assert(offsetof(FDepotLeftPlatformOverrideSettings, Cycle) == 0x000008, "Member 'FDepotLeftPlatformOverrideSettings::Cycle' has a wrong offset!"); \ static_assert(offsetof(FDepotLeftPlatformOverrideSettings, SublevelName) == 0x000010, "Member 'FDepotLeftPlatformOverrideSettings::SublevelName' has a wrong offset!"); \ static_assert(offsetof(FDepotLeftPlatformOverrideSettings, UtilitySublevelName) == 0x000020, "Member 'FDepotLeftPlatformOverrideSettings::UtilitySublevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotPlatformSublevelSettings \ static_assert(alignof(FDepotPlatformSublevelSettings) == 0x000008, "Wrong alignment on FDepotPlatformSublevelSettings"); \ static_assert(sizeof(FDepotPlatformSublevelSettings) == 0x000030, "Wrong size on FDepotPlatformSublevelSettings"); \ static_assert(offsetof(FDepotPlatformSublevelSettings, PlatformSublevelName) == 0x000008, "Member 'FDepotPlatformSublevelSettings::PlatformSublevelName' has a wrong offset!"); \ static_assert(offsetof(FDepotPlatformSublevelSettings, Cycles) == 0x000018, "Member 'FDepotPlatformSublevelSettings::Cycles' has a wrong offset!"); \ static_assert(offsetof(FDepotPlatformSublevelSettings, Chance) == 0x000028, "Member 'FDepotPlatformSublevelSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotSublevelSettings \ static_assert(alignof(FDepotSublevelSettings) == 0x000008, "Wrong alignment on FDepotSublevelSettings"); \ static_assert(sizeof(FDepotSublevelSettings) == 0x000030, "Wrong size on FDepotSublevelSettings"); \ static_assert(offsetof(FDepotSublevelSettings, SublevelName) == 0x000008, "Member 'FDepotSublevelSettings::SublevelName' has a wrong offset!"); \ static_assert(offsetof(FDepotSublevelSettings, Cycles) == 0x000018, "Member 'FDepotSublevelSettings::Cycles' has a wrong offset!"); \ static_assert(offsetof(FDepotSublevelSettings, Chance) == 0x000028, "Member 'FDepotSublevelSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotTypeSettings \ static_assert(alignof(FDepotTypeSettings) == 0x000008, "Wrong alignment on FDepotTypeSettings"); \ static_assert(sizeof(FDepotTypeSettings) == 0x000010, "Wrong size on FDepotTypeSettings"); \ static_assert(offsetof(FDepotTypeSettings, Cycle) == 0x000008, "Member 'FDepotTypeSettings::Cycle' has a wrong offset!"); \ static_assert(offsetof(FDepotTypeSettings, Type) == 0x000009, "Member 'FDepotTypeSettings::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotChunkInfo \ static_assert(alignof(FDepotChunkInfo) == 0x000008, "Wrong alignment on FDepotChunkInfo"); \ static_assert(sizeof(FDepotChunkInfo) == 0x000028, "Wrong size on FDepotChunkInfo"); \ static_assert(offsetof(FDepotChunkInfo, SublevelName) == 0x000000, "Member 'FDepotChunkInfo::SublevelName' has a wrong offset!"); \ static_assert(offsetof(FDepotChunkInfo, PlatformSublevelName) == 0x000010, "Member 'FDepotChunkInfo::PlatformSublevelName' has a wrong offset!"); \ static_assert(offsetof(FDepotChunkInfo, Type) == 0x000020, "Member 'FDepotChunkInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FDepotChunkInfo, PeacefulPreset) == 0x000021, "Member 'FDepotChunkInfo::PeacefulPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProceduralDepotSublevelSettings \ static_assert(alignof(FProceduralDepotSublevelSettings) == 0x000008, "Wrong alignment on FProceduralDepotSublevelSettings"); \ static_assert(sizeof(FProceduralDepotSublevelSettings) == 0x000020, "Wrong size on FProceduralDepotSublevelSettings"); \ static_assert(offsetof(FProceduralDepotSublevelSettings, Type) == 0x000008, "Member 'FProceduralDepotSublevelSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FProceduralDepotSublevelSettings, Sublevels) == 0x000010, "Member 'FProceduralDepotSublevelSettings::Sublevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_ProceduralDepotSublevelSettings \ static_assert(alignof(FVI_ProceduralDepotSublevelSettings) == 0x000008, "Wrong alignment on FVI_ProceduralDepotSublevelSettings"); \ static_assert(sizeof(FVI_ProceduralDepotSublevelSettings) == 0x000028, "Wrong size on FVI_ProceduralDepotSublevelSettings"); \ static_assert(offsetof(FVI_ProceduralDepotSublevelSettings, Version) == 0x000008, "Member 'FVI_ProceduralDepotSublevelSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_ProceduralDepotSublevelSettings, DataTable) == 0x000010, "Member 'FVI_ProceduralDepotSublevelSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_ProceduralDepotSublevelSettings, ProceduralDepotSublevelSettings) == 0x000018, "Member 'FVI_ProceduralDepotSublevelSettings::ProceduralDepotSublevelSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotRofleemoPlatformInfo \ static_assert(alignof(FDepotRofleemoPlatformInfo) == 0x000008, "Wrong alignment on FDepotRofleemoPlatformInfo"); \ static_assert(sizeof(FDepotRofleemoPlatformInfo) == 0x000030, "Wrong size on FDepotRofleemoPlatformInfo"); \ static_assert(offsetof(FDepotRofleemoPlatformInfo, PlatformIndex) == 0x000000, "Member 'FDepotRofleemoPlatformInfo::PlatformIndex' has a wrong offset!"); \ static_assert(offsetof(FDepotRofleemoPlatformInfo, ZonesAmount) == 0x000004, "Member 'FDepotRofleemoPlatformInfo::ZonesAmount' has a wrong offset!"); \ static_assert(offsetof(FDepotRofleemoPlatformInfo, PlatformType) == 0x000008, "Member 'FDepotRofleemoPlatformInfo::PlatformType' has a wrong offset!"); \ static_assert(offsetof(FDepotRofleemoPlatformInfo, PlatformBorderSublevel) == 0x000010, "Member 'FDepotRofleemoPlatformInfo::PlatformBorderSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotRofleemoPlatformInfo, PlatformSublevels) == 0x000020, "Member 'FDepotRofleemoPlatformInfo::PlatformSublevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotAltarPathSectionSublevelsInfo \ static_assert(alignof(FDepotAltarPathSectionSublevelsInfo) == 0x000008, "Wrong alignment on FDepotAltarPathSectionSublevelsInfo"); \ static_assert(sizeof(FDepotAltarPathSectionSublevelsInfo) == 0x000020, "Wrong size on FDepotAltarPathSectionSublevelsInfo"); \ static_assert(offsetof(FDepotAltarPathSectionSublevelsInfo, PathSublevel) == 0x000000, "Member 'FDepotAltarPathSectionSublevelsInfo::PathSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotAltarPathSectionSublevelsInfo, PathBorderSublevel) == 0x000010, "Member 'FDepotAltarPathSectionSublevelsInfo::PathBorderSublevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotMap \ static_assert(alignof(FDepotMap) == 0x000008, "Wrong alignment on FDepotMap"); \ static_assert(sizeof(FDepotMap) == 0x000128, "Wrong size on FDepotMap"); \ static_assert(offsetof(FDepotMap, ThemeName) == 0x000000, "Member 'FDepotMap::ThemeName' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, LeftPlatformType) == 0x000010, "Member 'FDepotMap::LeftPlatformType' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, RofleemoFirstZoneInfo) == 0x000018, "Member 'FDepotMap::RofleemoFirstZoneInfo' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, RofleemoSecondZoneInfo) == 0x000048, "Member 'FDepotMap::RofleemoSecondZoneInfo' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, RofleemoThirdZoneInfo) == 0x000078, "Member 'FDepotMap::RofleemoThirdZoneInfo' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, AltarPathLength) == 0x0000A8, "Member 'FDepotMap::AltarPathLength' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, BasePlatformRightSublevel) == 0x0000B0, "Member 'FDepotMap::BasePlatformRightSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, BasePlatformRightLightIndex) == 0x0000C0, "Member 'FDepotMap::BasePlatformRightLightIndex' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, BasePlatformLeftUtilitySublevel) == 0x0000C8, "Member 'FDepotMap::BasePlatformLeftUtilitySublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, BasePlatformLeftUtilityLightIndex) == 0x0000D8, "Member 'FDepotMap::BasePlatformLeftUtilityLightIndex' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, LeftPlatformSublevel) == 0x0000E0, "Member 'FDepotMap::LeftPlatformSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, DecoreZoneSublevel) == 0x0000F0, "Member 'FDepotMap::DecoreZoneSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, AltarSublevel) == 0x000100, "Member 'FDepotMap::AltarSublevel' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, AltarPathSublevels) == 0x000110, "Member 'FDepotMap::AltarPathSublevels' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, bLeftPlatformOverrided) == 0x000120, "Member 'FDepotMap::bLeftPlatformOverrided' has a wrong offset!"); \ static_assert(offsetof(FDepotMap, bLeftPlatformUtilityOverrided) == 0x000121, "Member 'FDepotMap::bLeftPlatformUtilityOverrided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubtitlePhrase \ static_assert(alignof(FSubtitlePhrase) == 0x000008, "Wrong alignment on FSubtitlePhrase"); \ static_assert(sizeof(FSubtitlePhrase) == 0x000028, "Wrong size on FSubtitlePhrase"); \ static_assert(offsetof(FSubtitlePhrase, ActorName) == 0x000000, "Member 'FSubtitlePhrase::ActorName' has a wrong offset!"); \ static_assert(offsetof(FSubtitlePhrase, SubtitleText) == 0x000010, "Member 'FSubtitlePhrase::SubtitleText' has a wrong offset!"); \ static_assert(offsetof(FSubtitlePhrase, ActorPortraitIndex) == 0x000020, "Member 'FSubtitlePhrase::ActorPortraitIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCombinedSubtitleLine \ static_assert(alignof(FCombinedSubtitleLine) == 0x000008, "Wrong alignment on FCombinedSubtitleLine"); \ static_assert(sizeof(FCombinedSubtitleLine) == 0x000018, "Wrong size on FCombinedSubtitleLine"); \ static_assert(offsetof(FCombinedSubtitleLine, SubtitlePhrases) == 0x000000, "Member 'FCombinedSubtitleLine::SubtitlePhrases' has a wrong offset!"); \ static_assert(offsetof(FCombinedSubtitleLine, ShowDelay) == 0x000010, "Member 'FCombinedSubtitleLine::ShowDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayDialogInfo \ static_assert(alignof(FPlayDialogInfo) == 0x000008, "Wrong alignment on FPlayDialogInfo"); \ static_assert(sizeof(FPlayDialogInfo) == 0x000020, "Wrong size on FPlayDialogInfo"); \ static_assert(offsetof(FPlayDialogInfo, DialogEvent) == 0x000000, "Member 'FPlayDialogInfo::DialogEvent' has a wrong offset!"); \ static_assert(offsetof(FPlayDialogInfo, SubtitleLines) == 0x000008, "Member 'FPlayDialogInfo::SubtitleLines' has a wrong offset!"); \ static_assert(offsetof(FPlayDialogInfo, TotalPlayTime) == 0x000018, "Member 'FPlayDialogInfo::TotalPlayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubtitleLine \ static_assert(alignof(FSubtitleLine) == 0x000008, "Wrong alignment on FSubtitleLine"); \ static_assert(sizeof(FSubtitleLine) == 0x000038, "Wrong size on FSubtitleLine"); \ static_assert(offsetof(FSubtitleLine, Subtitle) == 0x000000, "Member 'FSubtitleLine::Subtitle' has a wrong offset!"); \ static_assert(offsetof(FSubtitleLine, ActorName) == 0x000018, "Member 'FSubtitleLine::ActorName' has a wrong offset!"); \ static_assert(offsetof(FSubtitleLine, ShowDelay) == 0x000030, "Member 'FSubtitleLine::ShowDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDCMQueueItem \ static_assert(alignof(FDCMQueueItem) == 0x000008, "Wrong alignment on FDCMQueueItem"); \ static_assert(sizeof(FDCMQueueItem) == 0x000010, "Wrong size on FDCMQueueItem"); \ static_assert(offsetof(FDCMQueueItem, Actor) == 0x000000, "Member 'FDCMQueueItem::Actor' has a wrong offset!"); \ static_assert(offsetof(FDCMQueueItem, Type) == 0x000008, "Member 'FDCMQueueItem::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FElectricitySaveData \ static_assert(alignof(FElectricitySaveData) == 0x000004, "Wrong alignment on FElectricitySaveData"); \ static_assert(sizeof(FElectricitySaveData) == 0x000004, "Wrong size on FElectricitySaveData"); \ static_assert(offsetof(FElectricitySaveData, PowerPoints) == 0x000000, "Member 'FElectricitySaveData::PowerPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPowerItemData \ static_assert(alignof(FPowerItemData) == 0x000008, "Wrong alignment on FPowerItemData"); \ static_assert(sizeof(FPowerItemData) == 0x000010, "Wrong size on FPowerItemData"); \ static_assert(offsetof(FPowerItemData, ItemClass) == 0x000000, "Member 'FPowerItemData::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FPowerItemData, Amount) == 0x000008, "Member 'FPowerItemData::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFuelOrbSettings \ static_assert(alignof(FFuelOrbSettings) == 0x000008, "Wrong alignment on FFuelOrbSettings"); \ static_assert(sizeof(FFuelOrbSettings) == 0x000028, "Wrong size on FFuelOrbSettings"); \ static_assert(offsetof(FFuelOrbSettings, Type) == 0x000008, "Member 'FFuelOrbSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSettings, LootList) == 0x000010, "Member 'FFuelOrbSettings::LootList' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSettings, SpawnChance) == 0x000018, "Member 'FFuelOrbSettings::SpawnChance' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSettings, AdditionalSpawnChance) == 0x00001C, "Member 'FFuelOrbSettings::AdditionalSpawnChance' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSettings, Cooldown) == 0x000020, "Member 'FFuelOrbSettings::Cooldown' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSettings, PriorityScaleCap) == 0x000024, "Member 'FFuelOrbSettings::PriorityScaleCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGSlotInfo \ static_assert(alignof(FFGSlotInfo) == 0x000008, "Wrong alignment on FFGSlotInfo"); \ static_assert(sizeof(FFGSlotInfo) == 0x000010, "Wrong size on FFGSlotInfo"); \ static_assert(offsetof(FFGSlotInfo, Name) == 0x000000, "Member 'FFGSlotInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FFGSlotInfo, SlotTemplate) == 0x000008, "Member 'FFGSlotInfo::SlotTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFuelOrbSpawner \ static_assert(alignof(FFuelOrbSpawner) == 0x000004, "Wrong alignment on FFuelOrbSpawner"); \ static_assert(sizeof(FFuelOrbSpawner) == 0x00000C, "Wrong size on FFuelOrbSpawner"); \ static_assert(offsetof(FFuelOrbSpawner, Type) == 0x000000, "Member 'FFuelOrbSpawner::Type' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSpawner, SpawnTime) == 0x000004, "Member 'FFuelOrbSpawner::SpawnTime' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbSpawner, AdditionalSpawnChance) == 0x000008, "Member 'FFuelOrbSpawner::AdditionalSpawnChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameDifficultySettings_Character \ static_assert(alignof(FGameDifficultySettings_Character) == 0x000004, "Wrong alignment on FGameDifficultySettings_Character"); \ static_assert(sizeof(FGameDifficultySettings_Character) == 0x000008, "Wrong size on FGameDifficultySettings_Character"); \ static_assert(offsetof(FGameDifficultySettings_Character, bDropLootOnDeath) == 0x000000, "Member 'FGameDifficultySettings_Character::bDropLootOnDeath' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_Character, bDestroyLootOnDeath) == 0x000001, "Member 'FGameDifficultySettings_Character::bDestroyLootOnDeath' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_Character, bHungerDealDamage) == 0x000002, "Member 'FGameDifficultySettings_Character::bHungerDealDamage' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_Character, ItemMaxStackScale) == 0x000004, "Member 'FGameDifficultySettings_Character::ItemMaxStackScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameDifficultySettings_WagonModule \ static_assert(alignof(FGameDifficultySettings_WagonModule) == 0x000004, "Wrong alignment on FGameDifficultySettings_WagonModule"); \ static_assert(sizeof(FGameDifficultySettings_WagonModule) == 0x000004, "Wrong size on FGameDifficultySettings_WagonModule"); \ static_assert(offsetof(FGameDifficultySettings_WagonModule, DurabilityDamageMultipler) == 0x000000, "Member 'FGameDifficultySettings_WagonModule::DurabilityDamageMultipler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameDifficultySettings_AI \ static_assert(alignof(FGameDifficultySettings_AI) == 0x000004, "Wrong alignment on FGameDifficultySettings_AI"); \ static_assert(sizeof(FGameDifficultySettings_AI) == 0x000030, "Wrong size on FGameDifficultySettings_AI"); \ static_assert(offsetof(FGameDifficultySettings_AI, VoidDamageScale) == 0x000000, "Member 'FGameDifficultySettings_AI::VoidDamageScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, VoidHealthScale) == 0x000004, "Member 'FGameDifficultySettings_AI::VoidHealthScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, NaziDamageScale) == 0x000008, "Member 'FGameDifficultySettings_AI::NaziDamageScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, NaziHealthScale) == 0x00000C, "Member 'FGameDifficultySettings_AI::NaziHealthScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, NaziAccuracyScale) == 0x000010, "Member 'FGameDifficultySettings_AI::NaziAccuracyScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, NaziAggressionScale) == 0x000014, "Member 'FGameDifficultySettings_AI::NaziAggressionScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, SwarmDamageScale) == 0x000018, "Member 'FGameDifficultySettings_AI::SwarmDamageScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, SwarmHealthScale) == 0x00001C, "Member 'FGameDifficultySettings_AI::SwarmHealthScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, SharkBaseCount) == 0x000020, "Member 'FGameDifficultySettings_AI::SharkBaseCount' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, CorruptedHealthScale) == 0x000024, "Member 'FGameDifficultySettings_AI::CorruptedHealthScale' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, CorruptedTurretDamage) == 0x000028, "Member 'FGameDifficultySettings_AI::CorruptedTurretDamage' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings_AI, CorruptedFlowerDamage) == 0x00002C, "Member 'FGameDifficultySettings_AI::CorruptedFlowerDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameDifficultySettings \ static_assert(alignof(FGameDifficultySettings) == 0x000004, "Wrong alignment on FGameDifficultySettings"); \ static_assert(sizeof(FGameDifficultySettings) == 0x00003C, "Wrong size on FGameDifficultySettings"); \ static_assert(offsetof(FGameDifficultySettings, Character) == 0x000000, "Member 'FGameDifficultySettings::Character' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings, WagonModule) == 0x000008, "Member 'FGameDifficultySettings::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGameDifficultySettings, AI) == 0x00000C, "Member 'FGameDifficultySettings::AI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleDifficultyChance \ static_assert(alignof(FPuzzleDifficultyChance) == 0x000004, "Wrong alignment on FPuzzleDifficultyChance"); \ static_assert(sizeof(FPuzzleDifficultyChance) == 0x000008, "Wrong size on FPuzzleDifficultyChance"); \ static_assert(offsetof(FPuzzleDifficultyChance, Difficulty) == 0x000000, "Member 'FPuzzleDifficultyChance::Difficulty' has a wrong offset!"); \ static_assert(offsetof(FPuzzleDifficultyChance, Chance) == 0x000004, "Member 'FPuzzleDifficultyChance::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleDifficultySettings \ static_assert(alignof(FPuzzleDifficultySettings) == 0x000008, "Wrong alignment on FPuzzleDifficultySettings"); \ static_assert(sizeof(FPuzzleDifficultySettings) == 0x000020, "Wrong size on FPuzzleDifficultySettings"); \ static_assert(offsetof(FPuzzleDifficultySettings, ID) == 0x000008, "Member 'FPuzzleDifficultySettings::ID' has a wrong offset!"); \ static_assert(offsetof(FPuzzleDifficultySettings, WorldRate) == 0x00000C, "Member 'FPuzzleDifficultySettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FPuzzleDifficultySettings, Chances) == 0x000010, "Member 'FPuzzleDifficultySettings::Chances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopBackgammonTurnInfo \ static_assert(alignof(FTabletopBackgammonTurnInfo) == 0x000004, "Wrong alignment on FTabletopBackgammonTurnInfo"); \ static_assert(sizeof(FTabletopBackgammonTurnInfo) == 0x000010, "Wrong size on FTabletopBackgammonTurnInfo"); \ static_assert(offsetof(FTabletopBackgammonTurnInfo, TurnSide) == 0x000000, "Member 'FTabletopBackgammonTurnInfo::TurnSide' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurnInfo, FromIndex) == 0x000004, "Member 'FTabletopBackgammonTurnInfo::FromIndex' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurnInfo, ToIndex) == 0x000008, "Member 'FTabletopBackgammonTurnInfo::ToIndex' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurnInfo, ReplicationCounter) == 0x00000C, "Member 'FTabletopBackgammonTurnInfo::ReplicationCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayLogRecord \ static_assert(alignof(FGameplayLogRecord) == 0x000008, "Wrong alignment on FGameplayLogRecord"); \ static_assert(sizeof(FGameplayLogRecord) == 0x000038, "Wrong size on FGameplayLogRecord"); \ static_assert(offsetof(FGameplayLogRecord, Time) == 0x000008, "Member 'FGameplayLogRecord::Time' has a wrong offset!"); \ static_assert(offsetof(FGameplayLogRecord, Type) == 0x00000C, "Member 'FGameplayLogRecord::Type' has a wrong offset!"); \ static_assert(offsetof(FGameplayLogRecord, Category) == 0x000010, "Member 'FGameplayLogRecord::Category' has a wrong offset!"); \ static_assert(offsetof(FGameplayLogRecord, Description) == 0x000020, "Member 'FGameplayLogRecord::Description' has a wrong offset!"); \ static_assert(offsetof(FGameplayLogRecord, Class) == 0x000030, "Member 'FGameplayLogRecord::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayLogSaveData \ static_assert(alignof(FGameplayLogSaveData) == 0x000008, "Wrong alignment on FGameplayLogSaveData"); \ static_assert(sizeof(FGameplayLogSaveData) == 0x000020, "Wrong size on FGameplayLogSaveData"); \ static_assert(offsetof(FGameplayLogSaveData, GameplayLogs) == 0x000000, "Member 'FGameplayLogSaveData::GameplayLogs' has a wrong offset!"); \ static_assert(offsetof(FGameplayLogSaveData, QuestLogs) == 0x000010, "Member 'FGameplayLogSaveData::QuestLogs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidCorruptionGenerationSettings \ static_assert(alignof(FVoidCorruptionGenerationSettings) == 0x000008, "Wrong alignment on FVoidCorruptionGenerationSettings"); \ static_assert(sizeof(FVoidCorruptionGenerationSettings) == 0x000030, "Wrong size on FVoidCorruptionGenerationSettings"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, WorldRate) == 0x000008, "Member 'FVoidCorruptionGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, BaseChance) == 0x00000C, "Member 'FVoidCorruptionGenerationSettings::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, AdditiveBaseChance) == 0x000010, "Member 'FVoidCorruptionGenerationSettings::AdditiveBaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, TierTwoBaseChance) == 0x000014, "Member 'FVoidCorruptionGenerationSettings::TierTwoBaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, AdditiveTierTwoBaseChance) == 0x000018, "Member 'FVoidCorruptionGenerationSettings::AdditiveTierTwoBaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, TierThreeBaseChance) == 0x00001C, "Member 'FVoidCorruptionGenerationSettings::TierThreeBaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, AdditiveTierThreeBaseChance) == 0x000020, "Member 'FVoidCorruptionGenerationSettings::AdditiveTierThreeBaseChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, TierOneBonusChance) == 0x000024, "Member 'FVoidCorruptionGenerationSettings::TierOneBonusChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, TierTwoBonusChance) == 0x000028, "Member 'FVoidCorruptionGenerationSettings::TierTwoBonusChance' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionGenerationSettings, TierThreeBonusChance) == 0x00002C, "Member 'FVoidCorruptionGenerationSettings::TierThreeBonusChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleGenerationSettings \ static_assert(alignof(FPuzzleGenerationSettings) == 0x000008, "Wrong alignment on FPuzzleGenerationSettings"); \ static_assert(sizeof(FPuzzleGenerationSettings) == 0x000018, "Wrong size on FPuzzleGenerationSettings"); \ static_assert(offsetof(FPuzzleGenerationSettings, ID) == 0x000008, "Member 'FPuzzleGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FPuzzleGenerationSettings, WorldRate) == 0x00000C, "Member 'FPuzzleGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FPuzzleGenerationSettings, MinAmount) == 0x000010, "Member 'FPuzzleGenerationSettings::MinAmount' has a wrong offset!"); \ static_assert(offsetof(FPuzzleGenerationSettings, MaxAmount) == 0x000014, "Member 'FPuzzleGenerationSettings::MaxAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleMapCountSettings \ static_assert(alignof(FPuzzleMapCountSettings) == 0x000008, "Wrong alignment on FPuzzleMapCountSettings"); \ static_assert(sizeof(FPuzzleMapCountSettings) == 0x000040, "Wrong size on FPuzzleMapCountSettings"); \ static_assert(offsetof(FPuzzleMapCountSettings, MinMapCount) == 0x000008, "Member 'FPuzzleMapCountSettings::MinMapCount' has a wrong offset!"); \ static_assert(offsetof(FPuzzleMapCountSettings, DifficultySettingsDataTable) == 0x000010, "Member 'FPuzzleMapCountSettings::DifficultySettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(FPuzzleMapCountSettings, GenerationSettingsDataTable) == 0x000018, "Member 'FPuzzleMapCountSettings::GenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(FPuzzleMapCountSettings, DifficultySettings) == 0x000020, "Member 'FPuzzleMapCountSettings::DifficultySettings' has a wrong offset!"); \ static_assert(offsetof(FPuzzleMapCountSettings, GenerationSettings) == 0x000030, "Member 'FPuzzleMapCountSettings::GenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathSectionsMapCycleOverrideSettings \ static_assert(alignof(FPathSectionsMapCycleOverrideSettings) == 0x000008, "Wrong alignment on FPathSectionsMapCycleOverrideSettings"); \ static_assert(sizeof(FPathSectionsMapCycleOverrideSettings) == 0x000018, "Wrong size on FPathSectionsMapCycleOverrideSettings"); \ static_assert(offsetof(FPathSectionsMapCycleOverrideSettings, MapCycle) == 0x000008, "Member 'FPathSectionsMapCycleOverrideSettings::MapCycle' has a wrong offset!"); \ static_assert(offsetof(FPathSectionsMapCycleOverrideSettings, MinimumSections) == 0x00000C, "Member 'FPathSectionsMapCycleOverrideSettings::MinimumSections' has a wrong offset!"); \ static_assert(offsetof(FPathSectionsMapCycleOverrideSettings, MaximumSections) == 0x000010, "Member 'FPathSectionsMapCycleOverrideSettings::MaximumSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_PathSectionsMapCycleOverrideSettings \ static_assert(alignof(FVI_PathSectionsMapCycleOverrideSettings) == 0x000008, "Wrong alignment on FVI_PathSectionsMapCycleOverrideSettings"); \ static_assert(sizeof(FVI_PathSectionsMapCycleOverrideSettings) == 0x000028, "Wrong size on FVI_PathSectionsMapCycleOverrideSettings"); \ static_assert(offsetof(FVI_PathSectionsMapCycleOverrideSettings, Version) == 0x000008, "Member 'FVI_PathSectionsMapCycleOverrideSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_PathSectionsMapCycleOverrideSettings, DataTable) == 0x000010, "Member 'FVI_PathSectionsMapCycleOverrideSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_PathSectionsMapCycleOverrideSettings, OverrideSettings) == 0x000018, "Member 'FVI_PathSectionsMapCycleOverrideSettings::OverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSettings \ static_assert(alignof(FMovieSceneSettings) == 0x000004, "Wrong alignment on FMovieSceneSettings"); \ static_assert(sizeof(FMovieSceneSettings) == 0x000024, "Wrong size on FMovieSceneSettings"); \ static_assert(offsetof(FMovieSceneSettings, bDisableInput) == 0x000000, "Member 'FMovieSceneSettings::bDisableInput' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bHideHUD) == 0x000001, "Member 'FMovieSceneSettings::bHideHUD' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bHideHUDInstant) == 0x000002, "Member 'FMovieSceneSettings::bHideHUDInstant' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bEnableCinematicMod) == 0x000003, "Member 'FMovieSceneSettings::bEnableCinematicMod' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bPlayAsNormalMontage) == 0x000004, "Member 'FMovieSceneSettings::bPlayAsNormalMontage' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bPlayingRootMotion) == 0x000005, "Member 'FMovieSceneSettings::bPlayingRootMotion' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, LocInterpolationSpeed) == 0x000008, "Member 'FMovieSceneSettings::LocInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, RotInterpolationSpeed) == 0x00000C, "Member 'FMovieSceneSettings::RotInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, LocationAccuracy) == 0x000010, "Member 'FMovieSceneSettings::LocationAccuracy' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, RotationAccuracy) == 0x000014, "Member 'FMovieSceneSettings::RotationAccuracy' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, InterpolationTime) == 0x000018, "Member 'FMovieSceneSettings::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bSkipInterpolation) == 0x00001C, "Member 'FMovieSceneSettings::bSkipInterpolation' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, bDisableMovementReplication) == 0x00001D, "Member 'FMovieSceneSettings::bDisableMovementReplication' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSettings, PlayAnimationFrom) == 0x000020, "Member 'FMovieSceneSettings::PlayAnimationFrom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleSublevelSettings \ static_assert(alignof(FSimpleSublevelSettings) == 0x000008, "Wrong alignment on FSimpleSublevelSettings"); \ static_assert(sizeof(FSimpleSublevelSettings) == 0x000020, "Wrong size on FSimpleSublevelSettings"); \ static_assert(offsetof(FSimpleSublevelSettings, ID) == 0x000008, "Member 'FSimpleSublevelSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FSimpleSublevelSettings, Sublevel) == 0x000010, "Member 'FSimpleSublevelSettings::Sublevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinesTypesSettings \ static_assert(alignof(FMinesTypesSettings) == 0x000008, "Wrong alignment on FMinesTypesSettings"); \ static_assert(sizeof(FMinesTypesSettings) == 0x000020, "Wrong size on FMinesTypesSettings"); \ static_assert(offsetof(FMinesTypesSettings, ID) == 0x000008, "Member 'FMinesTypesSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FMinesTypesSettings, Type) == 0x00000C, "Member 'FMinesTypesSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FMinesTypesSettings, Chance) == 0x000010, "Member 'FMinesTypesSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleSettings \ static_assert(alignof(FPuzzleSettings) == 0x000008, "Wrong alignment on FPuzzleSettings"); \ static_assert(sizeof(FPuzzleSettings) == 0x000018, "Wrong size on FPuzzleSettings"); \ static_assert(offsetof(FPuzzleSettings, Type) == 0x000000, "Member 'FPuzzleSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FPuzzleSettings, Difficulty) == 0x000001, "Member 'FPuzzleSettings::Difficulty' has a wrong offset!"); \ static_assert(offsetof(FPuzzleSettings, Sublevel) == 0x000008, "Member 'FPuzzleSettings::Sublevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleIslandMap \ static_assert(alignof(FPuzzleIslandMap) == 0x000008, "Wrong alignment on FPuzzleIslandMap"); \ static_assert(sizeof(FPuzzleIslandMap) == 0x000030, "Wrong size on FPuzzleIslandMap"); \ static_assert(offsetof(FPuzzleIslandMap, EntranceSublevelName) == 0x000000, "Member 'FPuzzleIslandMap::EntranceSublevelName' has a wrong offset!"); \ static_assert(offsetof(FPuzzleIslandMap, HubSublevelName) == 0x000010, "Member 'FPuzzleIslandMap::HubSublevelName' has a wrong offset!"); \ static_assert(offsetof(FPuzzleIslandMap, Puzzles) == 0x000020, "Member 'FPuzzleIslandMap::Puzzles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBiomeGenerationSettings \ static_assert(alignof(FBiomeGenerationSettings) == 0x000008, "Wrong alignment on FBiomeGenerationSettings"); \ static_assert(sizeof(FBiomeGenerationSettings) == 0x000020, "Wrong size on FBiomeGenerationSettings"); \ static_assert(offsetof(FBiomeGenerationSettings, ID) == 0x000008, "Member 'FBiomeGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FBiomeGenerationSettings, Biome) == 0x00000C, "Member 'FBiomeGenerationSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FBiomeGenerationSettings, Chance) == 0x000010, "Member 'FBiomeGenerationSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_BiomeGenerationSettings \ static_assert(alignof(FVI_BiomeGenerationSettings) == 0x000008, "Wrong alignment on FVI_BiomeGenerationSettings"); \ static_assert(sizeof(FVI_BiomeGenerationSettings) == 0x000028, "Wrong size on FVI_BiomeGenerationSettings"); \ static_assert(offsetof(FVI_BiomeGenerationSettings, Version) == 0x000008, "Member 'FVI_BiomeGenerationSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_BiomeGenerationSettings, DataTable) == 0x000010, "Member 'FVI_BiomeGenerationSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_BiomeGenerationSettings, BiomeGenerationSettings) == 0x000018, "Member 'FVI_BiomeGenerationSettings::BiomeGenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepFGProjMovement \ static_assert(alignof(FRepFGProjMovement) == 0x000004, "Wrong alignment on FRepFGProjMovement"); \ static_assert(sizeof(FRepFGProjMovement) == 0x000024, "Wrong size on FRepFGProjMovement"); \ static_assert(offsetof(FRepFGProjMovement, LinearVelocity) == 0x000000, "Member 'FRepFGProjMovement::LinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FRepFGProjMovement, Location) == 0x00000C, "Member 'FRepFGProjMovement::Location' has a wrong offset!"); \ static_assert(offsetof(FRepFGProjMovement, Rotation) == 0x000018, "Member 'FRepFGProjMovement::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandLayerGenerationSettings \ static_assert(alignof(FIslandLayerGenerationSettings) == 0x000008, "Wrong alignment on FIslandLayerGenerationSettings"); \ static_assert(sizeof(FIslandLayerGenerationSettings) == 0x000030, "Wrong size on FIslandLayerGenerationSettings"); \ static_assert(offsetof(FIslandLayerGenerationSettings, Tier) == 0x000008, "Member 'FIslandLayerGenerationSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, SizeXMin) == 0x00000C, "Member 'FIslandLayerGenerationSettings::SizeXMin' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, SizeXMax) == 0x000010, "Member 'FIslandLayerGenerationSettings::SizeXMax' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, SizeYMin) == 0x000014, "Member 'FIslandLayerGenerationSettings::SizeYMin' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, SizeYMax) == 0x000018, "Member 'FIslandLayerGenerationSettings::SizeYMax' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, LayerSizeMin) == 0x00001C, "Member 'FIslandLayerGenerationSettings::LayerSizeMin' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, LayerSizeMax) == 0x000020, "Member 'FIslandLayerGenerationSettings::LayerSizeMax' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, BigCellsMin) == 0x000024, "Member 'FIslandLayerGenerationSettings::BigCellsMin' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, BigCellsMax) == 0x000028, "Member 'FIslandLayerGenerationSettings::BigCellsMax' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerGenerationSettings, WidthMin) == 0x00002C, "Member 'FIslandLayerGenerationSettings::WidthMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandLayerSpawnSettings \ static_assert(alignof(FIslandLayerSpawnSettings) == 0x000008, "Wrong alignment on FIslandLayerSpawnSettings"); \ static_assert(sizeof(FIslandLayerSpawnSettings) == 0x000020, "Wrong size on FIslandLayerSpawnSettings"); \ static_assert(offsetof(FIslandLayerSpawnSettings, Tier) == 0x000008, "Member 'FIslandLayerSpawnSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerSpawnSettings, Chance) == 0x00000C, "Member 'FIslandLayerSpawnSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FIslandLayerSpawnSettings, WorldRateChance) == 0x000010, "Member 'FIslandLayerSpawnSettings::WorldRateChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHelpMessageInfo \ static_assert(alignof(FHelpMessageInfo) == 0x000008, "Wrong alignment on FHelpMessageInfo"); \ static_assert(sizeof(FHelpMessageInfo) == 0x000030, "Wrong size on FHelpMessageInfo"); \ static_assert(offsetof(FHelpMessageInfo, Title) == 0x000000, "Member 'FHelpMessageInfo::Title' has a wrong offset!"); \ static_assert(offsetof(FHelpMessageInfo, Subtitle) == 0x000018, "Member 'FHelpMessageInfo::Subtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRailsInfo \ static_assert(alignof(FRailsInfo) == 0x000008, "Wrong alignment on FRailsInfo"); \ static_assert(sizeof(FRailsInfo) == 0x000010, "Wrong size on FRailsInfo"); \ static_assert(offsetof(FRailsInfo, Points) == 0x000000, "Member 'FRailsInfo::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkGenerationSettings \ static_assert(alignof(FChunkGenerationSettings) == 0x000008, "Wrong alignment on FChunkGenerationSettings"); \ static_assert(sizeof(FChunkGenerationSettings) == 0x000078, "Wrong size on FChunkGenerationSettings"); \ static_assert(offsetof(FChunkGenerationSettings, ID) == 0x000008, "Member 'FChunkGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, Class) == 0x000010, "Member 'FChunkGenerationSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, Chance) == 0x000018, "Member 'FChunkGenerationSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, PathSections) == 0x000028, "Member 'FChunkGenerationSettings::PathSections' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, MinimumPathSectionsFromStart) == 0x00002C, "Member 'FChunkGenerationSettings::MinimumPathSectionsFromStart' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, MinimumPathSectionsFromThisClass) == 0x000030, "Member 'FChunkGenerationSettings::MinimumPathSectionsFromThisClass' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, Type) == 0x000034, "Member 'FChunkGenerationSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bGenerateDecore) == 0x000035, "Member 'FChunkGenerationSettings::bGenerateDecore' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bGenerateLoot) == 0x000036, "Member 'FChunkGenerationSettings::bGenerateLoot' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bGenerateRoadEvents) == 0x000037, "Member 'FChunkGenerationSettings::bGenerateRoadEvents' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, RailsInfo) == 0x000038, "Member 'FChunkGenerationSettings::RailsInfo' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, ChaseRailsInfo) == 0x000048, "Member 'FChunkGenerationSettings::ChaseRailsInfo' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bDecoreIgnoreTrainStreaming) == 0x000058, "Member 'FChunkGenerationSettings::bDecoreIgnoreTrainStreaming' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, BlueprintClass) == 0x000060, "Member 'FChunkGenerationSettings::BlueprintClass' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bCanBeCorrupted) == 0x000068, "Member 'FChunkGenerationSettings::bCanBeCorrupted' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, CorruptedSectionsMin) == 0x00006C, "Member 'FChunkGenerationSettings::CorruptedSectionsMin' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, CorruptedSectionsMax) == 0x000070, "Member 'FChunkGenerationSettings::CorruptedSectionsMax' has a wrong offset!"); \ static_assert(offsetof(FChunkGenerationSettings, bRandomSpecialFullSublevelNames) == 0x000074, "Member 'FChunkGenerationSettings::bRandomSpecialFullSublevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandGenerationLayerSettings \ static_assert(alignof(FIslandGenerationLayerSettings) == 0x000004, "Wrong alignment on FIslandGenerationLayerSettings"); \ static_assert(sizeof(FIslandGenerationLayerSettings) == 0x000018, "Wrong size on FIslandGenerationLayerSettings"); \ static_assert(offsetof(FIslandGenerationLayerSettings, SizeX) == 0x000000, "Member 'FIslandGenerationLayerSettings::SizeX' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationLayerSettings, SizeY) == 0x000004, "Member 'FIslandGenerationLayerSettings::SizeY' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationLayerSettings, LayerSize) == 0x000008, "Member 'FIslandGenerationLayerSettings::LayerSize' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationLayerSettings, BigCells) == 0x00000C, "Member 'FIslandGenerationLayerSettings::BigCells' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationLayerSettings, WidthMin) == 0x000010, "Member 'FIslandGenerationLayerSettings::WidthMin' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationLayerSettings, Tier) == 0x000014, "Member 'FIslandGenerationLayerSettings::Tier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandGenerationSettings \ static_assert(alignof(FIslandGenerationSettings) == 0x000008, "Wrong alignment on FIslandGenerationSettings"); \ static_assert(sizeof(FIslandGenerationSettings) == 0x000018, "Wrong size on FIslandGenerationSettings"); \ static_assert(offsetof(FIslandGenerationSettings, Seed) == 0x000000, "Member 'FIslandGenerationSettings::Seed' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationSettings, Biome) == 0x000004, "Member 'FIslandGenerationSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FIslandGenerationSettings, LayersSettings) == 0x000008, "Member 'FIslandGenerationSettings::LayersSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinesGenerationSettings \ static_assert(alignof(FMinesGenerationSettings) == 0x000008, "Wrong alignment on FMinesGenerationSettings"); \ static_assert(sizeof(FMinesGenerationSettings) == 0x000060, "Wrong size on FMinesGenerationSettings"); \ static_assert(offsetof(FMinesGenerationSettings, ID) == 0x000008, "Member 'FMinesGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, MineType) == 0x00000C, "Member 'FMinesGenerationSettings::MineType' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, SpawnType) == 0x00000D, "Member 'FMinesGenerationSettings::SpawnType' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, WorldRate) == 0x000010, "Member 'FMinesGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, XOffsetMin) == 0x000014, "Member 'FMinesGenerationSettings::XOffsetMin' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, XOffsetMax) == 0x000018, "Member 'FMinesGenerationSettings::XOffsetMax' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, YOffsetMin) == 0x00001C, "Member 'FMinesGenerationSettings::YOffsetMin' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, YOffsetMax) == 0x000020, "Member 'FMinesGenerationSettings::YOffsetMax' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, ZOffsetMin) == 0x000024, "Member 'FMinesGenerationSettings::ZOffsetMin' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, ZOffsetMax) == 0x000028, "Member 'FMinesGenerationSettings::ZOffsetMax' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, FieldSizeMin) == 0x00002C, "Member 'FMinesGenerationSettings::FieldSizeMin' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, FieldSizeMax) == 0x000030, "Member 'FMinesGenerationSettings::FieldSizeMax' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, BreakMin) == 0x000034, "Member 'FMinesGenerationSettings::BreakMin' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, BreakMax) == 0x000038, "Member 'FMinesGenerationSettings::BreakMax' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, OtherSideChance) == 0x00003C, "Member 'FMinesGenerationSettings::OtherSideChance' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, AddictiveOtherSideChance) == 0x000040, "Member 'FMinesGenerationSettings::AddictiveOtherSideChance' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, CenterChance) == 0x000044, "Member 'FMinesGenerationSettings::CenterChance' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, AddictiveCenterChance) == 0x000048, "Member 'FMinesGenerationSettings::AddictiveCenterChance' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, Class) == 0x000050, "Member 'FMinesGenerationSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FMinesGenerationSettings, Seed) == 0x000058, "Member 'FMinesGenerationSettings::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapChunkInfo \ static_assert(alignof(FMapChunkInfo) == 0x000008, "Wrong alignment on FMapChunkInfo"); \ static_assert(sizeof(FMapChunkInfo) == 0x000288, "Wrong size on FMapChunkInfo"); \ static_assert(offsetof(FMapChunkInfo, Index) == 0x000000, "Member 'FMapChunkInfo::Index' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, GenerationSettings) == 0x000008, "Member 'FMapChunkInfo::GenerationSettings' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, LeftSublevelNames) == 0x000080, "Member 'FMapChunkInfo::LeftSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, RightSublevelNames) == 0x000090, "Member 'FMapChunkInfo::RightSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, FarLeftSublevelNames) == 0x0000A0, "Member 'FMapChunkInfo::FarLeftSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, FarRightSublevelNames) == 0x0000B0, "Member 'FMapChunkInfo::FarRightSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, BottomSublevelNames) == 0x0000C0, "Member 'FMapChunkInfo::BottomSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, UpperSublevelNames) == 0x0000D0, "Member 'FMapChunkInfo::UpperSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, StreamingVolumeSide) == 0x0000E0, "Member 'FMapChunkInfo::StreamingVolumeSide' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, IslandGenerationSettings) == 0x0000E8, "Member 'FMapChunkInfo::IslandGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, MinesGenerationSettings) == 0x000100, "Member 'FMapChunkInfo::MinesGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, CenterMinesGenerationSettings) == 0x000160, "Member 'FMapChunkInfo::CenterMinesGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, DecoreGenerationSettings) == 0x0001C0, "Member 'FMapChunkInfo::DecoreGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, DepotChunkInfo) == 0x000220, "Member 'FMapChunkInfo::DepotChunkInfo' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, ChunkSeed) == 0x000248, "Member 'FMapChunkInfo::ChunkSeed' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, LootLaneNames) == 0x000250, "Member 'FMapChunkInfo::LootLaneNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, SpecialLootLaneNames) == 0x000260, "Member 'FMapChunkInfo::SpecialLootLaneNames' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, CorruptionTier) == 0x000270, "Member 'FMapChunkInfo::CorruptionTier' has a wrong offset!"); \ static_assert(offsetof(FMapChunkInfo, CorruptedSections) == 0x000278, "Member 'FMapChunkInfo::CorruptedSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenReward \ static_assert(alignof(FPathTokenReward) == 0x000008, "Wrong alignment on FPathTokenReward"); \ static_assert(sizeof(FPathTokenReward) == 0x000048, "Wrong size on FPathTokenReward"); \ static_assert(offsetof(FPathTokenReward, ID) == 0x000008, "Member 'FPathTokenReward::ID' has a wrong offset!"); \ static_assert(offsetof(FPathTokenReward, Description) == 0x000010, "Member 'FPathTokenReward::Description' has a wrong offset!"); \ static_assert(offsetof(FPathTokenReward, Reward) == 0x000028, "Member 'FPathTokenReward::Reward' has a wrong offset!"); \ static_assert(offsetof(FPathTokenReward, Value) == 0x00002C, "Member 'FPathTokenReward::Value' has a wrong offset!"); \ static_assert(offsetof(FPathTokenReward, ValueCap) == 0x000030, "Member 'FPathTokenReward::ValueCap' has a wrong offset!"); \ static_assert(offsetof(FPathTokenReward, LootItemInfo) == 0x000038, "Member 'FPathTokenReward::LootItemInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathToken \ static_assert(alignof(FPathToken) == 0x000008, "Wrong alignment on FPathToken"); \ static_assert(sizeof(FPathToken) == 0x000068, "Wrong size on FPathToken"); \ static_assert(offsetof(FPathToken, ID) == 0x000000, "Member 'FPathToken::ID' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Name) == 0x000008, "Member 'FPathToken::Name' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Description) == 0x000020, "Member 'FPathToken::Description' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Icon) == 0x000038, "Member 'FPathToken::Icon' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Mesh) == 0x000040, "Member 'FPathToken::Mesh' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Material) == 0x000048, "Member 'FPathToken::Material' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Implicits) == 0x000050, "Member 'FPathToken::Implicits' has a wrong offset!"); \ static_assert(offsetof(FPathToken, Type) == 0x000060, "Member 'FPathToken::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenRewardsArray \ static_assert(alignof(FPathTokenRewardsArray) == 0x000008, "Wrong alignment on FPathTokenRewardsArray"); \ static_assert(sizeof(FPathTokenRewardsArray) == 0x000010, "Wrong size on FPathTokenRewardsArray"); \ static_assert(offsetof(FPathTokenRewardsArray, PathTokenRewards) == 0x000000, "Member 'FPathTokenRewardsArray::PathTokenRewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapGeneratorSaveData \ static_assert(alignof(FMapGeneratorSaveData) == 0x000008, "Wrong alignment on FMapGeneratorSaveData"); \ static_assert(sizeof(FMapGeneratorSaveData) == 0x000060, "Wrong size on FMapGeneratorSaveData"); \ static_assert(offsetof(FMapGeneratorSaveData, Seed) == 0x000000, "Member 'FMapGeneratorSaveData::Seed' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, Era) == 0x000004, "Member 'FMapGeneratorSaveData::Era' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, WorldRate) == 0x000008, "Member 'FMapGeneratorSaveData::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, PathTokens) == 0x000010, "Member 'FMapGeneratorSaveData::PathTokens' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, Rewards) == 0x000020, "Member 'FMapGeneratorSaveData::Rewards' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, FuelOrbSpawners) == 0x000030, "Member 'FMapGeneratorSaveData::FuelOrbSpawners' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, bFirstGeneration) == 0x000040, "Member 'FMapGeneratorSaveData::bFirstGeneration' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, bRofleemoWasSpawned) == 0x000041, "Member 'FMapGeneratorSaveData::bRofleemoWasSpawned' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, Version) == 0x000044, "Member 'FMapGeneratorSaveData::Version' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, DayOfYear) == 0x000048, "Member 'FMapGeneratorSaveData::DayOfYear' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, ChaseAdditiveChance) == 0x00004C, "Member 'FMapGeneratorSaveData::ChaseAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, OverrideChasePathSections) == 0x000050, "Member 'FMapGeneratorSaveData::OverrideChasePathSections' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, PreviousMapCycle) == 0x000054, "Member 'FMapGeneratorSaveData::PreviousMapCycle' has a wrong offset!"); \ static_assert(offsetof(FMapGeneratorSaveData, AdditiveWhaleEventChance) == 0x000058, "Member 'FMapGeneratorSaveData::AdditiveWhaleEventChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapInfo \ static_assert(alignof(FMapInfo) == 0x000008, "Wrong alignment on FMapInfo"); \ static_assert(sizeof(FMapInfo) == 0x0000C0, "Wrong size on FMapInfo"); \ static_assert(offsetof(FMapInfo, Seed) == 0x000000, "Member 'FMapInfo::Seed' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, Era) == 0x000004, "Member 'FMapInfo::Era' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, WorldRate) == 0x000008, "Member 'FMapInfo::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, Biome) == 0x00000C, "Member 'FMapInfo::Biome' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, Chunks) == 0x000010, "Member 'FMapInfo::Chunks' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, Sections) == 0x000020, "Member 'FMapInfo::Sections' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, ImplicitsData) == 0x000028, "Member 'FMapInfo::ImplicitsData' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, RewardsData) == 0x000038, "Member 'FMapInfo::RewardsData' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, SaveData) == 0x000048, "Member 'FMapInfo::SaveData' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, BiomePreset) == 0x0000A8, "Member 'FMapInfo::BiomePreset' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, GeneratorVersion) == 0x0000AC, "Member 'FMapInfo::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, MapTheme) == 0x0000B0, "Member 'FMapInfo::MapTheme' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, CurrentChaseAdditiveChance) == 0x0000B4, "Member 'FMapInfo::CurrentChaseAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, MapCycle) == 0x0000B8, "Member 'FMapInfo::MapCycle' has a wrong offset!"); \ static_assert(offsetof(FMapInfo, bGenerateVoidCorruption) == 0x0000B9, "Member 'FMapInfo::bGenerateVoidCorruption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStorylineView \ static_assert(alignof(FStorylineView) == 0x000008, "Wrong alignment on FStorylineView"); \ static_assert(sizeof(FStorylineView) == 0x000050, "Wrong size on FStorylineView"); \ static_assert(offsetof(FStorylineView, Name) == 0x000000, "Member 'FStorylineView::Name' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, Description) == 0x000018, "Member 'FStorylineView::Description' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, CompleteGraphs) == 0x000030, "Member 'FStorylineView::CompleteGraphs' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, TotalGraphs) == 0x000034, "Member 'FStorylineView::TotalGraphs' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, AlreadyStarted) == 0x000038, "Member 'FStorylineView::AlreadyStarted' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, StartingGraph) == 0x000040, "Member 'FStorylineView::StartingGraph' has a wrong offset!"); \ static_assert(offsetof(FStorylineView, CanBeStarted) == 0x000048, "Member 'FStorylineView::CanBeStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathPointData \ static_assert(alignof(FPathPointData) == 0x000008, "Wrong alignment on FPathPointData"); \ static_assert(sizeof(FPathPointData) == 0x000020, "Wrong size on FPathPointData"); \ static_assert(offsetof(FPathPointData, PathPoints) == 0x000000, "Member 'FPathPointData::PathPoints' has a wrong offset!"); \ static_assert(offsetof(FPathPointData, TaskToObserve) == 0x000010, "Member 'FPathPointData::TaskToObserve' has a wrong offset!"); \ static_assert(offsetof(FPathPointData, CompletePathPointIndex) == 0x000018, "Member 'FPathPointData::CompletePathPointIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleIslandSublevelSettings \ static_assert(alignof(FPuzzleIslandSublevelSettings) == 0x000008, "Wrong alignment on FPuzzleIslandSublevelSettings"); \ static_assert(sizeof(FPuzzleIslandSublevelSettings) == 0x000020, "Wrong size on FPuzzleIslandSublevelSettings"); \ static_assert(offsetof(FPuzzleIslandSublevelSettings, Biome) == 0x000008, "Member 'FPuzzleIslandSublevelSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FPuzzleIslandSublevelSettings, Type) == 0x000009, "Member 'FPuzzleIslandSublevelSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FPuzzleIslandSublevelSettings, SublevelNames) == 0x000010, "Member 'FPuzzleIslandSublevelSettings::SublevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_PuzzleIslandSublevelSettings \ static_assert(alignof(FVI_PuzzleIslandSublevelSettings) == 0x000008, "Wrong alignment on FVI_PuzzleIslandSublevelSettings"); \ static_assert(sizeof(FVI_PuzzleIslandSublevelSettings) == 0x000028, "Wrong size on FVI_PuzzleIslandSublevelSettings"); \ static_assert(offsetof(FVI_PuzzleIslandSublevelSettings, Version) == 0x000008, "Member 'FVI_PuzzleIslandSublevelSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_PuzzleIslandSublevelSettings, DataTable) == 0x000010, "Member 'FVI_PuzzleIslandSublevelSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_PuzzleIslandSublevelSettings, PuzzleIslandSublevelSettings) == 0x000018, "Member 'FVI_PuzzleIslandSublevelSettings::PuzzleIslandSublevelSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNarratorDialogueEvent \ static_assert(alignof(FNarratorDialogueEvent) == 0x000008, "Wrong alignment on FNarratorDialogueEvent"); \ static_assert(sizeof(FNarratorDialogueEvent) == 0x000010, "Wrong size on FNarratorDialogueEvent"); \ static_assert(offsetof(FNarratorDialogueEvent, DialogueEvent) == 0x000000, "Member 'FNarratorDialogueEvent::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogueEvent, bWaitUIClose) == 0x000008, "Member 'FNarratorDialogueEvent::bWaitUIClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRoadEventSublevelSettings \ static_assert(alignof(FRoadEventSublevelSettings) == 0x000008, "Wrong alignment on FRoadEventSublevelSettings"); \ static_assert(sizeof(FRoadEventSublevelSettings) == 0x000030, "Wrong size on FRoadEventSublevelSettings"); \ static_assert(offsetof(FRoadEventSublevelSettings, Type) == 0x000008, "Member 'FRoadEventSublevelSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FRoadEventSublevelSettings, FullSublevelNames) == 0x000010, "Member 'FRoadEventSublevelSettings::FullSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FRoadEventSublevelSettings, SpecialFullSublevelNames) == 0x000020, "Member 'FRoadEventSublevelSettings::SpecialFullSublevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestRewardSave \ static_assert(alignof(FQuestRewardSave) == 0x000008, "Wrong alignment on FQuestRewardSave"); \ static_assert(sizeof(FQuestRewardSave) == 0x000018, "Wrong size on FQuestRewardSave"); \ static_assert(offsetof(FQuestRewardSave, PlayerID) == 0x000000, "Member 'FQuestRewardSave::PlayerID' has a wrong offset!"); \ static_assert(offsetof(FQuestRewardSave, QuestGraphCompleteName) == 0x000010, "Member 'FQuestRewardSave::QuestGraphCompleteName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSecondLayerDecorSettings \ static_assert(alignof(FSecondLayerDecorSettings) == 0x000008, "Wrong alignment on FSecondLayerDecorSettings"); \ static_assert(sizeof(FSecondLayerDecorSettings) == 0x000098, "Wrong size on FSecondLayerDecorSettings"); \ static_assert(offsetof(FSecondLayerDecorSettings, ID) == 0x000008, "Member 'FSecondLayerDecorSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, Biome) == 0x00000C, "Member 'FSecondLayerDecorSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, Class) == 0x000010, "Member 'FSecondLayerDecorSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, SideSublevelNames) == 0x000018, "Member 'FSecondLayerDecorSettings::SideSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, UpperSublevelNames) == 0x000028, "Member 'FSecondLayerDecorSettings::UpperSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, BottomSublevelNames) == 0x000038, "Member 'FSecondLayerDecorSettings::BottomSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, FarSideSublevelNames) == 0x000048, "Member 'FSecondLayerDecorSettings::FarSideSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, SpecialSideSublevelNames) == 0x000058, "Member 'FSecondLayerDecorSettings::SpecialSideSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, SpecialUpperSublevelNames) == 0x000068, "Member 'FSecondLayerDecorSettings::SpecialUpperSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, SpecialBottomSublevelNames) == 0x000078, "Member 'FSecondLayerDecorSettings::SpecialBottomSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FSecondLayerDecorSettings, SpecialFarSideSublevelNames) == 0x000088, "Member 'FSecondLayerDecorSettings::SpecialFarSideSublevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_SecondLayerDecorSettings \ static_assert(alignof(FVI_SecondLayerDecorSettings) == 0x000008, "Wrong alignment on FVI_SecondLayerDecorSettings"); \ static_assert(sizeof(FVI_SecondLayerDecorSettings) == 0x000058, "Wrong size on FVI_SecondLayerDecorSettings"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, Version) == 0x000008, "Member 'FVI_SecondLayerDecorSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, DataTable) == 0x000010, "Member 'FVI_SecondLayerDecorSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, HalloweenDataTable) == 0x000018, "Member 'FVI_SecondLayerDecorSettings::HalloweenDataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, ChristmasDataTable) == 0x000020, "Member 'FVI_SecondLayerDecorSettings::ChristmasDataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, SecondLayerDecorSettings) == 0x000028, "Member 'FVI_SecondLayerDecorSettings::SecondLayerDecorSettings' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, HalloweenSecondLayerDecorSettings) == 0x000038, "Member 'FVI_SecondLayerDecorSettings::HalloweenSecondLayerDecorSettings' has a wrong offset!"); \ static_assert(offsetof(FVI_SecondLayerDecorSettings, ChristmasSecondLayerDecorSettings) == 0x000048, "Member 'FVI_SecondLayerDecorSettings::ChristmasSecondLayerDecorSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestInventoryClasses \ static_assert(alignof(FQuestInventoryClasses) == 0x000008, "Wrong alignment on FQuestInventoryClasses"); \ static_assert(sizeof(FQuestInventoryClasses) == 0x000030, "Wrong size on FQuestInventoryClasses"); \ static_assert(offsetof(FQuestInventoryClasses, ExploreLocomitiveItemClass) == 0x000000, "Member 'FQuestInventoryClasses::ExploreLocomitiveItemClass' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryClasses, ExploreWagonItemClass) == 0x000008, "Member 'FQuestInventoryClasses::ExploreWagonItemClass' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryClasses, AmberItemClass) == 0x000010, "Member 'FQuestInventoryClasses::AmberItemClass' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryClasses, AmberItemClassTrainModule) == 0x000018, "Member 'FQuestInventoryClasses::AmberItemClassTrainModule' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryClasses, CasketItemClass) == 0x000020, "Member 'FQuestInventoryClasses::CasketItemClass' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryClasses, CasketItemClassTrainModule) == 0x000028, "Member 'FQuestInventoryClasses::CasketItemClassTrainModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_ChunkGenerationSettings \ static_assert(alignof(FVI_ChunkGenerationSettings) == 0x000008, "Wrong alignment on FVI_ChunkGenerationSettings"); \ static_assert(sizeof(FVI_ChunkGenerationSettings) == 0x000028, "Wrong size on FVI_ChunkGenerationSettings"); \ static_assert(offsetof(FVI_ChunkGenerationSettings, Version) == 0x000008, "Member 'FVI_ChunkGenerationSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_ChunkGenerationSettings, DataTable) == 0x000010, "Member 'FVI_ChunkGenerationSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_ChunkGenerationSettings, ChunkGenerationSettings) == 0x000018, "Member 'FVI_ChunkGenerationSettings::ChunkGenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldRateIntSettings \ static_assert(alignof(FWorldRateIntSettings) == 0x000004, "Wrong alignment on FWorldRateIntSettings"); \ static_assert(sizeof(FWorldRateIntSettings) == 0x000008, "Wrong size on FWorldRateIntSettings"); \ static_assert(offsetof(FWorldRateIntSettings, WorldRate) == 0x000000, "Member 'FWorldRateIntSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FWorldRateIntSettings, Value) == 0x000004, "Member 'FWorldRateIntSettings::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerationSettings \ static_assert(alignof(FGenerationSettings) == 0x000008, "Wrong alignment on FGenerationSettings"); \ static_assert(sizeof(FGenerationSettings) == 0x0000C8, "Wrong size on FGenerationSettings"); \ static_assert(offsetof(FGenerationSettings, ID) == 0x000008, "Member 'FGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Era) == 0x00000C, "Member 'FGenerationSettings::Era' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MinimumPathSections) == 0x000010, "Member 'FGenerationSettings::MinimumPathSections' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MaximumPathSections) == 0x000020, "Member 'FGenerationSettings::MaximumPathSections' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Islands) == 0x000030, "Member 'FGenerationSettings::Islands' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Minefields) == 0x000040, "Member 'FGenerationSettings::Minefields' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Puzzles) == 0x000050, "Member 'FGenerationSettings::Puzzles' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Arenas) == 0x000060, "Member 'FGenerationSettings::Arenas' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Outposts) == 0x000070, "Member 'FGenerationSettings::Outposts' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, Chases) == 0x000080, "Member 'FGenerationSettings::Chases' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MemorialIslands) == 0x000090, "Member 'FGenerationSettings::MemorialIslands' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MinimumPathSectionsValue) == 0x0000A0, "Member 'FGenerationSettings::MinimumPathSectionsValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MaximumPathSectionsValue) == 0x0000A4, "Member 'FGenerationSettings::MaximumPathSectionsValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, IslandsValue) == 0x0000A8, "Member 'FGenerationSettings::IslandsValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MinefieldsValue) == 0x0000AC, "Member 'FGenerationSettings::MinefieldsValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, PuzzlesValue) == 0x0000B0, "Member 'FGenerationSettings::PuzzlesValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, ArenasValue) == 0x0000B4, "Member 'FGenerationSettings::ArenasValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, OutpostsValue) == 0x0000B8, "Member 'FGenerationSettings::OutpostsValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, ChasesValue) == 0x0000BC, "Member 'FGenerationSettings::ChasesValue' has a wrong offset!"); \ static_assert(offsetof(FGenerationSettings, MemorialIslandsValue) == 0x0000C0, "Member 'FGenerationSettings::MemorialIslandsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_GenerationSettings \ static_assert(alignof(FVI_GenerationSettings) == 0x000008, "Wrong alignment on FVI_GenerationSettings"); \ static_assert(sizeof(FVI_GenerationSettings) == 0x000028, "Wrong size on FVI_GenerationSettings"); \ static_assert(offsetof(FVI_GenerationSettings, Version) == 0x000008, "Member 'FVI_GenerationSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_GenerationSettings, DataTable) == 0x000010, "Member 'FVI_GenerationSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_GenerationSettings, GenerationSettings) == 0x000018, "Member 'FVI_GenerationSettings::GenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoPerTierSettings \ static_assert(alignof(FRofleemoPerTierSettings) == 0x000008, "Wrong alignment on FRofleemoPerTierSettings"); \ static_assert(sizeof(FRofleemoPerTierSettings) == 0x000018, "Wrong size on FRofleemoPerTierSettings"); \ static_assert(offsetof(FRofleemoPerTierSettings, Tier) == 0x000008, "Member 'FRofleemoPerTierSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerTierSettings, NumOfPerks) == 0x00000C, "Member 'FRofleemoPerTierSettings::NumOfPerks' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerTierSettings, NumOfInteriorNeeds) == 0x000010, "Member 'FRofleemoPerTierSettings::NumOfInteriorNeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerationRollBase \ static_assert(alignof(FGenerationRollBase) == 0x000004, "Wrong alignment on FGenerationRollBase"); \ static_assert(sizeof(FGenerationRollBase) == 0x000004, "Wrong size on FGenerationRollBase"); \ static_assert(offsetof(FGenerationRollBase, Chance) == 0x000000, "Member 'FGenerationRollBase::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerationRollFloat \ static_assert(alignof(FGenerationRollFloat) == 0x000004, "Wrong alignment on FGenerationRollFloat"); \ static_assert(sizeof(FGenerationRollFloat) == 0x000008, "Wrong size on FGenerationRollFloat"); \ static_assert(offsetof(FGenerationRollFloat, Value) == 0x000004, "Member 'FGenerationRollFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerationRollInt \ static_assert(alignof(FGenerationRollInt) == 0x000004, "Wrong alignment on FGenerationRollInt"); \ static_assert(sizeof(FGenerationRollInt) == 0x000008, "Wrong size on FGenerationRollInt"); \ static_assert(offsetof(FGenerationRollInt, Value) == 0x000004, "Member 'FGenerationRollInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRequirementEQSQuery \ static_assert(alignof(FRequirementEQSQuery) == 0x000008, "Wrong alignment on FRequirementEQSQuery"); \ static_assert(sizeof(FRequirementEQSQuery) == 0x000040, "Wrong size on FRequirementEQSQuery"); \ static_assert(offsetof(FRequirementEQSQuery, CallingRequirement) == 0x000000, "Member 'FRequirementEQSQuery::CallingRequirement' has a wrong offset!"); \ static_assert(offsetof(FRequirementEQSQuery, Querier) == 0x000008, "Member 'FRequirementEQSQuery::Querier' has a wrong offset!"); \ static_assert(offsetof(FRequirementEQSQuery, Query) == 0x000010, "Member 'FRequirementEQSQuery::Query' has a wrong offset!"); \ static_assert(offsetof(FRequirementEQSQuery, RunMode) == 0x000018, "Member 'FRequirementEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(FRequirementEQSQuery, ResultDelegate) == 0x00001C, "Member 'FRequirementEQSQuery::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FRequirementEQSQuery, QueryParams) == 0x000030, "Member 'FRequirementEQSQuery::QueryParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGoalLocationsList \ static_assert(alignof(FGoalLocationsList) == 0x000008, "Wrong alignment on FGoalLocationsList"); \ static_assert(sizeof(FGoalLocationsList) == 0x000010, "Wrong size on FGoalLocationsList"); \ #define DUMPER7_ASSERTS_FAIActionNodesList \ static_assert(alignof(FAIActionNodesList) == 0x000008, "Wrong alignment on FAIActionNodesList"); \ static_assert(sizeof(FAIActionNodesList) == 0x000010, "Wrong size on FAIActionNodesList"); \ #define DUMPER7_ASSERTS_FPerkCost \ static_assert(alignof(FPerkCost) == 0x000004, "Wrong alignment on FPerkCost"); \ static_assert(sizeof(FPerkCost) == 0x000008, "Wrong size on FPerkCost"); \ static_assert(offsetof(FPerkCost, Perk) == 0x000000, "Member 'FPerkCost::Perk' has a wrong offset!"); \ static_assert(offsetof(FPerkCost, Cost) == 0x000004, "Member 'FPerkCost::Cost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIActionList \ static_assert(alignof(FAIActionList) == 0x000008, "Wrong alignment on FAIActionList"); \ static_assert(sizeof(FAIActionList) == 0x000010, "Wrong size on FAIActionList"); \ #define DUMPER7_ASSERTS_FRofleemoDecoreLearnSettings \ static_assert(alignof(FRofleemoDecoreLearnSettings) == 0x000008, "Wrong alignment on FRofleemoDecoreLearnSettings"); \ static_assert(sizeof(FRofleemoDecoreLearnSettings) == 0x000028, "Wrong size on FRofleemoDecoreLearnSettings"); \ static_assert(offsetof(FRofleemoDecoreLearnSettings, ID) == 0x000008, "Member 'FRofleemoDecoreLearnSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreLearnSettings, Recipes) == 0x000010, "Member 'FRofleemoDecoreLearnSettings::Recipes' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreLearnSettings, Priority) == 0x000020, "Member 'FRofleemoDecoreLearnSettings::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoSpec \ static_assert(alignof(FRofleemoSpec) == 0x000008, "Wrong alignment on FRofleemoSpec"); \ static_assert(sizeof(FRofleemoSpec) == 0x000048, "Wrong size on FRofleemoSpec"); \ static_assert(offsetof(FRofleemoSpec, ID) == 0x000008, "Member 'FRofleemoSpec::ID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpec, Class) == 0x00000C, "Member 'FRofleemoSpec::Class' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpec, Title) == 0x000010, "Member 'FRofleemoSpec::Title' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpec, Description) == 0x000028, "Member 'FRofleemoSpec::Description' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpec, Icon) == 0x000040, "Member 'FRofleemoSpec::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputHandler \ static_assert(alignof(FInputHandler) == 0x000008, "Wrong alignment on FInputHandler"); \ static_assert(sizeof(FInputHandler) == 0x000030, "Wrong size on FInputHandler"); \ static_assert(offsetof(FInputHandler, World) == 0x000000, "Member 'FInputHandler::World' has a wrong offset!"); \ static_assert(offsetof(FInputHandler, InputComponent) == 0x000008, "Member 'FInputHandler::InputComponent' has a wrong offset!"); \ static_assert(offsetof(FInputHandler, PlayerInput) == 0x000010, "Member 'FInputHandler::PlayerInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAxisData \ static_assert(alignof(FAxisData) == 0x000004, "Wrong alignment on FAxisData"); \ static_assert(sizeof(FAxisData) == 0x00000C, "Wrong size on FAxisData"); \ static_assert(offsetof(FAxisData, Name) == 0x000000, "Member 'FAxisData::Name' has a wrong offset!"); \ static_assert(offsetof(FAxisData, Value) == 0x000008, "Member 'FAxisData::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionData \ static_assert(alignof(FActionData) == 0x000008, "Wrong alignment on FActionData"); \ static_assert(sizeof(FActionData) == 0x000028, "Wrong size on FActionData"); \ static_assert(offsetof(FActionData, Name) == 0x000000, "Member 'FActionData::Name' has a wrong offset!"); \ static_assert(offsetof(FActionData, Key) == 0x000008, "Member 'FActionData::Key' has a wrong offset!"); \ static_assert(offsetof(FActionData, bState) == 0x000020, "Member 'FActionData::bState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBindingsData \ static_assert(alignof(FBindingsData) == 0x000008, "Wrong alignment on FBindingsData"); \ static_assert(sizeof(FBindingsData) == 0x000028, "Wrong size on FBindingsData"); \ static_assert(offsetof(FBindingsData, AxisValues) == 0x000000, "Member 'FBindingsData::AxisValues' has a wrong offset!"); \ static_assert(offsetof(FBindingsData, ActionValues) == 0x000010, "Member 'FBindingsData::ActionValues' has a wrong offset!"); \ static_assert(offsetof(FBindingsData, WorldTime) == 0x000020, "Member 'FBindingsData::WorldTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputData \ static_assert(alignof(FInputData) == 0x000010, "Wrong alignment on FInputData"); \ static_assert(sizeof(FInputData) == 0x000050, "Wrong size on FInputData"); \ static_assert(offsetof(FInputData, Bindings) == 0x000000, "Member 'FInputData::Bindings' has a wrong offset!"); \ static_assert(offsetof(FInputData, InitialTransform) == 0x000010, "Member 'FInputData::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(FInputData, ControlRotation) == 0x000040, "Member 'FInputData::ControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoDecoreProgress \ static_assert(alignof(FRofleemoDecoreProgress) == 0x000008, "Wrong alignment on FRofleemoDecoreProgress"); \ static_assert(sizeof(FRofleemoDecoreProgress) == 0x000038, "Wrong size on FRofleemoDecoreProgress"); \ static_assert(offsetof(FRofleemoDecoreProgress, RofleemoID) == 0x000000, "Member 'FRofleemoDecoreProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, RecipeID) == 0x000008, "Member 'FRofleemoDecoreProgress::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, StartLearnTime) == 0x000018, "Member 'FRofleemoDecoreProgress::StartLearnTime' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, LearnTime) == 0x00001C, "Member 'FRofleemoDecoreProgress::LearnTime' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, CurrentLearnTime) == 0x000020, "Member 'FRofleemoDecoreProgress::CurrentLearnTime' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, LearnSpeed) == 0x000024, "Member 'FRofleemoDecoreProgress::LearnSpeed' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, LearnProgressState) == 0x000028, "Member 'FRofleemoDecoreProgress::LearnProgressState' has a wrong offset!"); \ static_assert(offsetof(FRofleemoDecoreProgress, LearnTimerHandle) == 0x000030, "Member 'FRofleemoDecoreProgress::LearnTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoPerkB \ static_assert(alignof(FRofleemoPerkB) == 0x000008, "Wrong alignment on FRofleemoPerkB"); \ static_assert(sizeof(FRofleemoPerkB) == 0x000038, "Wrong size on FRofleemoPerkB"); \ static_assert(offsetof(FRofleemoPerkB, ID) == 0x000008, "Member 'FRofleemoPerkB::ID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, MinWR) == 0x00000C, "Member 'FRofleemoPerkB::MinWR' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, NPCTier) == 0x000010, "Member 'FRofleemoPerkB::NPCTier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, FirstPerkPool) == 0x000018, "Member 'FRofleemoPerkB::FirstPerkPool' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, SecondPerkMechanicChance) == 0x000020, "Member 'FRofleemoPerkB::SecondPerkMechanicChance' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, SecondPerkMechanicPool) == 0x000028, "Member 'FRofleemoPerkB::SecondPerkMechanicPool' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkB, SecondPerkAdditivePool) == 0x000030, "Member 'FRofleemoPerkB::SecondPerkAdditivePool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGInputAxisKeyMapping \ static_assert(alignof(FFGInputAxisKeyMapping) == 0x000008, "Wrong alignment on FFGInputAxisKeyMapping"); \ static_assert(sizeof(FFGInputAxisKeyMapping) == 0x000028, "Wrong size on FFGInputAxisKeyMapping"); \ static_assert(offsetof(FFGInputAxisKeyMapping, ActionName) == 0x000000, "Member 'FFGInputAxisKeyMapping::ActionName' has a wrong offset!"); \ static_assert(offsetof(FFGInputAxisKeyMapping, Key) == 0x000008, "Member 'FFGInputAxisKeyMapping::Key' has a wrong offset!"); \ static_assert(offsetof(FFGInputAxisKeyMapping, Scale) == 0x000020, "Member 'FFGInputAxisKeyMapping::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkStatData_Endurance \ static_assert(alignof(FSharkStatData_Endurance) == 0x000008, "Wrong alignment on FSharkStatData_Endurance"); \ static_assert(sizeof(FSharkStatData_Endurance) == 0x000020, "Wrong size on FSharkStatData_Endurance"); \ #define DUMPER7_ASSERTS_FFGInputActionKeyMapping \ static_assert(alignof(FFGInputActionKeyMapping) == 0x000008, "Wrong alignment on FFGInputActionKeyMapping"); \ static_assert(sizeof(FFGInputActionKeyMapping) == 0x000038, "Wrong size on FFGInputActionKeyMapping"); \ static_assert(offsetof(FFGInputActionKeyMapping, ActionName) == 0x000000, "Member 'FFGInputActionKeyMapping::ActionName' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, Key) == 0x000008, "Member 'FFGInputActionKeyMapping::Key' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, KeyEvent) == 0x000020, "Member 'FFGInputActionKeyMapping::KeyEvent' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, HoldKeyTime) == 0x000024, "Member 'FFGInputActionKeyMapping::HoldKeyTime' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, HoldActionName) == 0x000028, "Member 'FFGInputActionKeyMapping::HoldActionName' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, LastHoldPressTriggered) == 0x000030, "Member 'FFGInputActionKeyMapping::LastHoldPressTriggered' has a wrong offset!"); \ static_assert(offsetof(FFGInputActionKeyMapping, bFlushInputWhenInputModeChanged) == 0x000034, "Member 'FFGInputActionKeyMapping::bFlushInputWhenInputModeChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGInventoryNotifyInfo \ static_assert(alignof(FFGInventoryNotifyInfo) == 0x000008, "Wrong alignment on FFGInventoryNotifyInfo"); \ static_assert(sizeof(FFGInventoryNotifyInfo) == 0x000010, "Wrong size on FFGInventoryNotifyInfo"); \ static_assert(offsetof(FFGInventoryNotifyInfo, Placeholder) == 0x000000, "Member 'FFGInventoryNotifyInfo::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FFGInventoryNotifyInfo, Count) == 0x000008, "Member 'FFGInventoryNotifyInfo::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneLayerSwitcherContainer \ static_assert(alignof(FSceneLayerSwitcherContainer) == 0x000008, "Wrong alignment on FSceneLayerSwitcherContainer"); \ static_assert(sizeof(FSceneLayerSwitcherContainer) == 0x000010, "Wrong size on FSceneLayerSwitcherContainer"); \ static_assert(offsetof(FSceneLayerSwitcherContainer, SceneActors) == 0x000000, "Member 'FSceneLayerSwitcherContainer::SceneActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGInventoryPlaceholdersArray \ static_assert(alignof(FFGInventoryPlaceholdersArray) == 0x000008, "Wrong alignment on FFGInventoryPlaceholdersArray"); \ static_assert(sizeof(FFGInventoryPlaceholdersArray) == 0x000010, "Wrong size on FFGInventoryPlaceholdersArray"); \ static_assert(offsetof(FFGInventoryPlaceholdersArray, Placeholders) == 0x000000, "Member 'FFGInventoryPlaceholdersArray::Placeholders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGInventoryLayoutInfo \ static_assert(alignof(FFGInventoryLayoutInfo) == 0x000004, "Wrong alignment on FFGInventoryLayoutInfo"); \ static_assert(sizeof(FFGInventoryLayoutInfo) == 0x000010, "Wrong size on FFGInventoryLayoutInfo"); \ static_assert(offsetof(FFGInventoryLayoutInfo, Position) == 0x000000, "Member 'FFGInventoryLayoutInfo::Position' has a wrong offset!"); \ static_assert(offsetof(FFGInventoryLayoutInfo, Size) == 0x000008, "Member 'FFGInventoryLayoutInfo::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoData \ static_assert(alignof(FRofleemoData) == 0x000008, "Wrong alignment on FRofleemoData"); \ static_assert(sizeof(FRofleemoData) == 0x000090, "Wrong size on FRofleemoData"); \ static_assert(offsetof(FRofleemoData, ID) == 0x000000, "Member 'FRofleemoData::ID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Specialization) == 0x000004, "Member 'FRofleemoData::Specialization' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Perks) == 0x000008, "Member 'FRofleemoData::Perks' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Tier) == 0x000018, "Member 'FRofleemoData::Tier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Age) == 0x00001C, "Member 'FRofleemoData::Age' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Name) == 0x000020, "Member 'FRofleemoData::Name' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Gender) == 0x000038, "Member 'FRofleemoData::Gender' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, HeadMaterial) == 0x00003C, "Member 'FRofleemoData::HeadMaterial' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, BodyMaterial) == 0x000040, "Member 'FRofleemoData::BodyMaterial' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Headdress) == 0x000044, "Member 'FRofleemoData::Headdress' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Seed) == 0x000048, "Member 'FRofleemoData::Seed' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, FoodRequestType) == 0x000050, "Member 'FRofleemoData::FoodRequestType' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, FoodRequestNum) == 0x000058, "Member 'FRofleemoData::FoodRequestNum' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, SavedHappinessMods) == 0x000060, "Member 'FRofleemoData::SavedHappinessMods' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, SavedHappinessModsTime) == 0x000070, "Member 'FRofleemoData::SavedHappinessModsTime' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, RemainingToiletTime) == 0x000080, "Member 'FRofleemoData::RemainingToiletTime' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, MaxHappinessSlots) == 0x000084, "Member 'FRofleemoData::MaxHappinessSlots' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, FullHappinessSlots) == 0x000088, "Member 'FRofleemoData::FullHappinessSlots' has a wrong offset!"); \ static_assert(offsetof(FRofleemoData, Overslots) == 0x00008C, "Member 'FRofleemoData::Overslots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGInventoryPlaceholderInfo \ static_assert(alignof(FFGInventoryPlaceholderInfo) == 0x000008, "Wrong alignment on FFGInventoryPlaceholderInfo"); \ static_assert(sizeof(FFGInventoryPlaceholderInfo) == 0x000018, "Wrong size on FFGInventoryPlaceholderInfo"); \ static_assert(offsetof(FFGInventoryPlaceholderInfo, Position) == 0x000000, "Member 'FFGInventoryPlaceholderInfo::Position' has a wrong offset!"); \ static_assert(offsetof(FFGInventoryPlaceholderInfo, Size) == 0x000008, "Member 'FFGInventoryPlaceholderInfo::Size' has a wrong offset!"); \ static_assert(offsetof(FFGInventoryPlaceholderInfo, ItemPlaceholder) == 0x000010, "Member 'FFGInventoryPlaceholderInfo::ItemPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandTileDecoreSublevelSettings \ static_assert(alignof(FIslandTileDecoreSublevelSettings) == 0x000008, "Wrong alignment on FIslandTileDecoreSublevelSettings"); \ static_assert(sizeof(FIslandTileDecoreSublevelSettings) == 0x000020, "Wrong size on FIslandTileDecoreSublevelSettings"); \ static_assert(offsetof(FIslandTileDecoreSublevelSettings, Biome) == 0x000008, "Member 'FIslandTileDecoreSublevelSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FIslandTileDecoreSublevelSettings, Decore) == 0x000009, "Member 'FIslandTileDecoreSublevelSettings::Decore' has a wrong offset!"); \ static_assert(offsetof(FIslandTileDecoreSublevelSettings, Sublevels) == 0x000010, "Member 'FIslandTileDecoreSublevelSettings::Sublevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkStatData_Deception \ static_assert(alignof(FSharkStatData_Deception) == 0x000008, "Wrong alignment on FSharkStatData_Deception"); \ static_assert(sizeof(FSharkStatData_Deception) == 0x000020, "Wrong size on FSharkStatData_Deception"); \ #define DUMPER7_ASSERTS_FIslandTileSublevelSettings \ static_assert(alignof(FIslandTileSublevelSettings) == 0x000008, "Wrong alignment on FIslandTileSublevelSettings"); \ static_assert(sizeof(FIslandTileSublevelSettings) == 0x000028, "Wrong size on FIslandTileSublevelSettings"); \ static_assert(offsetof(FIslandTileSublevelSettings, Biome) == 0x000008, "Member 'FIslandTileSublevelSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FIslandTileSublevelSettings, Tile) == 0x000009, "Member 'FIslandTileSublevelSettings::Tile' has a wrong offset!"); \ static_assert(offsetof(FIslandTileSublevelSettings, Sublevels) == 0x000010, "Member 'FIslandTileSublevelSettings::Sublevels' has a wrong offset!"); \ static_assert(offsetof(FIslandTileSublevelSettings, LootControllers) == 0x000020, "Member 'FIslandTileSublevelSettings::LootControllers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBigCell \ static_assert(alignof(FBigCell) == 0x000004, "Wrong alignment on FBigCell"); \ static_assert(sizeof(FBigCell) == 0x00000C, "Wrong size on FBigCell"); \ static_assert(offsetof(FBigCell, X) == 0x000000, "Member 'FBigCell::X' has a wrong offset!"); \ static_assert(offsetof(FBigCell, Y) == 0x000004, "Member 'FBigCell::Y' has a wrong offset!"); \ static_assert(offsetof(FBigCell, Tile) == 0x000008, "Member 'FBigCell::Tile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSECharacterNiagaraSystemSpawnSettings \ static_assert(alignof(FSECharacterNiagaraSystemSpawnSettings) == 0x000008, "Wrong alignment on FSECharacterNiagaraSystemSpawnSettings"); \ static_assert(sizeof(FSECharacterNiagaraSystemSpawnSettings) == 0x000010, "Wrong size on FSECharacterNiagaraSystemSpawnSettings"); \ static_assert(offsetof(FSECharacterNiagaraSystemSpawnSettings, System) == 0x000000, "Member 'FSECharacterNiagaraSystemSpawnSettings::System' has a wrong offset!"); \ static_assert(offsetof(FSECharacterNiagaraSystemSpawnSettings, Socket) == 0x000008, "Member 'FSECharacterNiagaraSystemSpawnSettings::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandDecoreDescription \ static_assert(alignof(FIslandDecoreDescription) == 0x000004, "Wrong alignment on FIslandDecoreDescription"); \ static_assert(sizeof(FIslandDecoreDescription) == 0x000014, "Wrong size on FIslandDecoreDescription"); \ static_assert(offsetof(FIslandDecoreDescription, Decore) == 0x000000, "Member 'FIslandDecoreDescription::Decore' has a wrong offset!"); \ static_assert(offsetof(FIslandDecoreDescription, Rotation) == 0x000004, "Member 'FIslandDecoreDescription::Rotation' has a wrong offset!"); \ static_assert(offsetof(FIslandDecoreDescription, SublevelID) == 0x000010, "Member 'FIslandDecoreDescription::SublevelID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandCell \ static_assert(alignof(FIslandCell) == 0x000008, "Wrong alignment on FIslandCell"); \ static_assert(sizeof(FIslandCell) == 0x000080, "Wrong size on FIslandCell"); \ static_assert(offsetof(FIslandCell, X) == 0x000000, "Member 'FIslandCell::X' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, Y) == 0x000004, "Member 'FIslandCell::Y' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, Tile) == 0x000008, "Member 'FIslandCell::Tile' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, DecoreList) == 0x000010, "Member 'FIslandCell::DecoreList' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, Rotation) == 0x000020, "Member 'FIslandCell::Rotation' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, LocationOffset) == 0x00002C, "Member 'FIslandCell::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, SublevelID) == 0x000038, "Member 'FIslandCell::SublevelID' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, NotDecoredEdges) == 0x000040, "Member 'FIslandCell::NotDecoredEdges' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, bInvertedTile) == 0x000050, "Member 'FIslandCell::bInvertedTile' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, Tier) == 0x000051, "Member 'FIslandCell::Tier' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, SpawnedLevelStreamingVolume) == 0x000058, "Member 'FIslandCell::SpawnedLevelStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, Caskets) == 0x000060, "Member 'FIslandCell::Caskets' has a wrong offset!"); \ static_assert(offsetof(FIslandCell, FuelOrbs) == 0x000070, "Member 'FIslandCell::FuelOrbs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIslandMap \ static_assert(alignof(FIslandMap) == 0x000008, "Wrong alignment on FIslandMap"); \ static_assert(sizeof(FIslandMap) == 0x000038, "Wrong size on FIslandMap"); \ static_assert(offsetof(FIslandMap, MapCells) == 0x000000, "Member 'FIslandMap::MapCells' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, SizeX) == 0x000010, "Member 'FIslandMap::SizeX' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, SizeY) == 0x000014, "Member 'FIslandMap::SizeY' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, GenerationSizeX) == 0x000018, "Member 'FIslandMap::GenerationSizeX' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, GenerationSizeY) == 0x00001C, "Member 'FIslandMap::GenerationSizeY' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, bFirstRowEven) == 0x000020, "Member 'FIslandMap::bFirstRowEven' has a wrong offset!"); \ static_assert(offsetof(FIslandMap, StartingPlatformSublevelName) == 0x000028, "Member 'FIslandMap::StartingPlatformSublevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkelMeshMergeSectionMapping_BP \ static_assert(alignof(FSkelMeshMergeSectionMapping_BP) == 0x000008, "Wrong alignment on FSkelMeshMergeSectionMapping_BP"); \ static_assert(sizeof(FSkelMeshMergeSectionMapping_BP) == 0x000010, "Wrong size on FSkelMeshMergeSectionMapping_BP"); \ static_assert(offsetof(FSkelMeshMergeSectionMapping_BP, SectionIDs) == 0x000000, "Member 'FSkelMeshMergeSectionMapping_BP::SectionIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAIGroupPoint \ static_assert(alignof(FAIGroupPoint) == 0x000008, "Wrong alignment on FAIGroupPoint"); \ static_assert(sizeof(FAIGroupPoint) == 0x000018, "Wrong size on FAIGroupPoint"); \ static_assert(offsetof(FAIGroupPoint, FollowQueue) == 0x000000, "Member 'FAIGroupPoint::FollowQueue' has a wrong offset!"); \ static_assert(offsetof(FAIGroupPoint, bIsValid) == 0x000010, "Member 'FAIGroupPoint::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkPassiveEvolve \ static_assert(alignof(FSharkPassiveEvolve) == 0x000004, "Wrong alignment on FSharkPassiveEvolve"); \ static_assert(sizeof(FSharkPassiveEvolve) == 0x000010, "Wrong size on FSharkPassiveEvolve"); \ static_assert(offsetof(FSharkPassiveEvolve, WorldRate) == 0x000000, "Member 'FSharkPassiveEvolve::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FSharkPassiveEvolve, PassiveEvolveChanceTick) == 0x000004, "Member 'FSharkPassiveEvolve::PassiveEvolveChanceTick' has a wrong offset!"); \ static_assert(offsetof(FSharkPassiveEvolve, PassiveEvolveValuePerTick) == 0x000008, "Member 'FSharkPassiveEvolve::PassiveEvolveValuePerTick' has a wrong offset!"); \ static_assert(offsetof(FSharkPassiveEvolve, ConvertDamageToEvolveChance) == 0x00000C, "Member 'FSharkPassiveEvolve::ConvertDamageToEvolveChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandingProperty \ static_assert(alignof(FLandingProperty) == 0x000008, "Wrong alignment on FLandingProperty"); \ static_assert(sizeof(FLandingProperty) == 0x000018, "Wrong size on FLandingProperty"); \ static_assert(offsetof(FLandingProperty, FallingSpeed) == 0x000000, "Member 'FLandingProperty::FallingSpeed' has a wrong offset!"); \ static_assert(offsetof(FLandingProperty, TrajectoryComponent) == 0x000008, "Member 'FLandingProperty::TrajectoryComponent' has a wrong offset!"); \ static_assert(offsetof(FLandingProperty, bLandWithRoll) == 0x000010, "Member 'FLandingProperty::bLandWithRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelStreamingInfo \ static_assert(alignof(FLevelStreamingInfo) == 0x000010, "Wrong alignment on FLevelStreamingInfo"); \ static_assert(sizeof(FLevelStreamingInfo) == 0x000060, "Wrong size on FLevelStreamingInfo"); \ static_assert(offsetof(FLevelStreamingInfo, Folder) == 0x000000, "Member 'FLevelStreamingInfo::Folder' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamingInfo, Name) == 0x000010, "Member 'FLevelStreamingInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamingInfo, ID) == 0x000020, "Member 'FLevelStreamingInfo::ID' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamingInfo, Transform) == 0x000030, "Member 'FLevelStreamingInfo::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonInitializationSettings \ static_assert(alignof(FWagonInitializationSettings) == 0x000008, "Wrong alignment on FWagonInitializationSettings"); \ static_assert(sizeof(FWagonInitializationSettings) == 0x000020, "Wrong size on FWagonInitializationSettings"); \ static_assert(offsetof(FWagonInitializationSettings, newTrain) == 0x000000, "Member 'FWagonInitializationSettings::newTrain' has a wrong offset!"); \ static_assert(offsetof(FWagonInitializationSettings, currentRails) == 0x000008, "Member 'FWagonInitializationSettings::currentRails' has a wrong offset!"); \ static_assert(offsetof(FWagonInitializationSettings, newTrainOffset) == 0x000010, "Member 'FWagonInitializationSettings::newTrainOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonInitializationSettings, newPlatformsAmount) == 0x000014, "Member 'FWagonInitializationSettings::newPlatformsAmount' has a wrong offset!"); \ static_assert(offsetof(FWagonInitializationSettings, newRailsDistance) == 0x000018, "Member 'FWagonInitializationSettings::newRailsDistance' has a wrong offset!"); \ static_assert(offsetof(FWagonInitializationSettings, bInitialized) == 0x00001C, "Member 'FWagonInitializationSettings::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootDispenserSplineDropQueueItem \ static_assert(alignof(FLootDispenserSplineDropQueueItem) == 0x000008, "Wrong alignment on FLootDispenserSplineDropQueueItem"); \ static_assert(sizeof(FLootDispenserSplineDropQueueItem) == 0x000030, "Wrong size on FLootDispenserSplineDropQueueItem"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, SplineComponent) == 0x000000, "Member 'FLootDispenserSplineDropQueueItem::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, Item) == 0x000008, "Member 'FLootDispenserSplineDropQueueItem::Item' has a wrong offset!"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, TimeComplete) == 0x000010, "Member 'FLootDispenserSplineDropQueueItem::TimeComplete' has a wrong offset!"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, TimeTotal) == 0x000014, "Member 'FLootDispenserSplineDropQueueItem::TimeTotal' has a wrong offset!"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, SplinePoints) == 0x000018, "Member 'FLootDispenserSplineDropQueueItem::SplinePoints' has a wrong offset!"); \ static_assert(offsetof(FLootDispenserSplineDropQueueItem, SpawnDelayTime) == 0x000028, "Member 'FLootDispenserSplineDropQueueItem::SpawnDelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootContainerPresetsDrop \ static_assert(alignof(FLootContainerPresetsDrop) == 0x000008, "Wrong alignment on FLootContainerPresetsDrop"); \ static_assert(sizeof(FLootContainerPresetsDrop) == 0x000018, "Wrong size on FLootContainerPresetsDrop"); \ static_assert(offsetof(FLootContainerPresetsDrop, LootLists) == 0x000008, "Member 'FLootContainerPresetsDrop::LootLists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCorruptedLootSettings \ static_assert(alignof(FCorruptedLootSettings) == 0x000008, "Wrong alignment on FCorruptedLootSettings"); \ static_assert(sizeof(FCorruptedLootSettings) == 0x000020, "Wrong size on FCorruptedLootSettings"); \ static_assert(offsetof(FCorruptedLootSettings, WorldRate) == 0x000008, "Member 'FCorruptedLootSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FCorruptedLootSettings, ContainerPresetsDrop) == 0x000010, "Member 'FCorruptedLootSettings::ContainerPresetsDrop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTaskCTP \ static_assert(alignof(FTaskCTP) == 0x000004, "Wrong alignment on FTaskCTP"); \ static_assert(sizeof(FTaskCTP) == 0x000008, "Wrong size on FTaskCTP"); \ static_assert(offsetof(FTaskCTP, ChanceToPlay) == 0x000000, "Member 'FTaskCTP::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FTaskCTP, bCanPlay) == 0x000004, "Member 'FTaskCTP::bCanPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWhaleEventSettings \ static_assert(alignof(FWhaleEventSettings) == 0x000008, "Wrong alignment on FWhaleEventSettings"); \ static_assert(sizeof(FWhaleEventSettings) == 0x000018, "Wrong size on FWhaleEventSettings"); \ static_assert(offsetof(FWhaleEventSettings, WorldRate) == 0x000008, "Member 'FWhaleEventSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FWhaleEventSettings, BaseChance) == 0x00000C, "Member 'FWhaleEventSettings::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FWhaleEventSettings, MinAdditiveChance) == 0x000010, "Member 'FWhaleEventSettings::MinAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FWhaleEventSettings, MaxAdditiveChance) == 0x000014, "Member 'FWhaleEventSettings::MaxAdditiveChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponGenerationOverride \ static_assert(alignof(FWeaponGenerationOverride) == 0x000004, "Wrong alignment on FWeaponGenerationOverride"); \ static_assert(sizeof(FWeaponGenerationOverride) == 0x000060, "Wrong size on FWeaponGenerationOverride"); \ static_assert(offsetof(FWeaponGenerationOverride, FrameSeed) == 0x000000, "Member 'FWeaponGenerationOverride::FrameSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideFrameSeed) == 0x000004, "Member 'FWeaponGenerationOverride::bOverrideFrameSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, FrameID) == 0x000008, "Member 'FWeaponGenerationOverride::FrameID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideFrameID) == 0x00000C, "Member 'FWeaponGenerationOverride::bOverrideFrameID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, FrameTier) == 0x00000D, "Member 'FWeaponGenerationOverride::FrameTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideFrameTier) == 0x00000E, "Member 'FWeaponGenerationOverride::bOverrideFrameTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, BarrelSeed) == 0x000010, "Member 'FWeaponGenerationOverride::BarrelSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideBarrelSeed) == 0x000014, "Member 'FWeaponGenerationOverride::bOverrideBarrelSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, BarrelID) == 0x000018, "Member 'FWeaponGenerationOverride::BarrelID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideBarrelID) == 0x00001C, "Member 'FWeaponGenerationOverride::bOverrideBarrelID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, BarrelTier) == 0x00001D, "Member 'FWeaponGenerationOverride::BarrelTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideBarrelTier) == 0x00001E, "Member 'FWeaponGenerationOverride::bOverrideBarrelTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, GripSeed) == 0x000020, "Member 'FWeaponGenerationOverride::GripSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideGripSeed) == 0x000024, "Member 'FWeaponGenerationOverride::bOverrideGripSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, GripID) == 0x000028, "Member 'FWeaponGenerationOverride::GripID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideGripID) == 0x00002C, "Member 'FWeaponGenerationOverride::bOverrideGripID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, GripTier) == 0x00002D, "Member 'FWeaponGenerationOverride::GripTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideGripTier) == 0x00002E, "Member 'FWeaponGenerationOverride::bOverrideGripTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, MagazineSeed) == 0x000030, "Member 'FWeaponGenerationOverride::MagazineSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideMagazineSeed) == 0x000034, "Member 'FWeaponGenerationOverride::bOverrideMagazineSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, MagazineID) == 0x000038, "Member 'FWeaponGenerationOverride::MagazineID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideMagazineID) == 0x00003C, "Member 'FWeaponGenerationOverride::bOverrideMagazineID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, MagazineTier) == 0x00003D, "Member 'FWeaponGenerationOverride::MagazineTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideMagazineTier) == 0x00003E, "Member 'FWeaponGenerationOverride::bOverrideMagazineTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, MagazineElement) == 0x00003F, "Member 'FWeaponGenerationOverride::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideMagazineElement) == 0x000040, "Member 'FWeaponGenerationOverride::bOverrideMagazineElement' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, StockSeed) == 0x000044, "Member 'FWeaponGenerationOverride::StockSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideStockSeed) == 0x000048, "Member 'FWeaponGenerationOverride::bOverrideStockSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bHaveStock) == 0x000049, "Member 'FWeaponGenerationOverride::bHaveStock' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideHaveStock) == 0x00004A, "Member 'FWeaponGenerationOverride::bOverrideHaveStock' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, StockTier) == 0x00004B, "Member 'FWeaponGenerationOverride::StockTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideStockTier) == 0x00004C, "Member 'FWeaponGenerationOverride::bOverrideStockTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, ScopeSeed) == 0x000050, "Member 'FWeaponGenerationOverride::ScopeSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideScopeSeed) == 0x000054, "Member 'FWeaponGenerationOverride::bOverrideScopeSeed' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bHaveScope) == 0x000055, "Member 'FWeaponGenerationOverride::bHaveScope' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideHaveScope) == 0x000056, "Member 'FWeaponGenerationOverride::bOverrideHaveScope' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, ScopeTier) == 0x000057, "Member 'FWeaponGenerationOverride::ScopeTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideScopeTier) == 0x000058, "Member 'FWeaponGenerationOverride::bOverrideScopeTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bFrameHaveSocket) == 0x000059, "Member 'FWeaponGenerationOverride::bFrameHaveSocket' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideFrameHaveSocket) == 0x00005A, "Member 'FWeaponGenerationOverride::bOverrideFrameHaveSocket' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, WeaponCoreTier) == 0x00005B, "Member 'FWeaponGenerationOverride::WeaponCoreTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverride, bOverrideWeaponCoreTier) == 0x00005C, "Member 'FWeaponGenerationOverride::bOverrideWeaponCoreTier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkMutagenSpawnSettings \ static_assert(alignof(FSharkMutagenSpawnSettings) == 0x000008, "Wrong alignment on FSharkMutagenSpawnSettings"); \ static_assert(sizeof(FSharkMutagenSpawnSettings) == 0x000020, "Wrong size on FSharkMutagenSpawnSettings"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, ID) == 0x000008, "Member 'FSharkMutagenSpawnSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, WorldRate) == 0x00000C, "Member 'FSharkMutagenSpawnSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, MiddleMin) == 0x000010, "Member 'FSharkMutagenSpawnSettings::MiddleMin' has a wrong offset!"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, MiddleMax) == 0x000014, "Member 'FSharkMutagenSpawnSettings::MiddleMax' has a wrong offset!"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, FarMin) == 0x000018, "Member 'FSharkMutagenSpawnSettings::FarMin' has a wrong offset!"); \ static_assert(offsetof(FSharkMutagenSpawnSettings, FarMax) == 0x00001C, "Member 'FSharkMutagenSpawnSettings::FarMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootFieldPathTokenRewardScale \ static_assert(alignof(FLootFieldPathTokenRewardScale) == 0x000004, "Wrong alignment on FLootFieldPathTokenRewardScale"); \ static_assert(sizeof(FLootFieldPathTokenRewardScale) == 0x000008, "Wrong size on FLootFieldPathTokenRewardScale"); \ static_assert(offsetof(FLootFieldPathTokenRewardScale, Reward) == 0x000000, "Member 'FLootFieldPathTokenRewardScale::Reward' has a wrong offset!"); \ static_assert(offsetof(FLootFieldPathTokenRewardScale, Scale) == 0x000004, "Member 'FLootFieldPathTokenRewardScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrozenLootMorphSettings \ static_assert(alignof(FFrozenLootMorphSettings) == 0x000008, "Wrong alignment on FFrozenLootMorphSettings"); \ static_assert(sizeof(FFrozenLootMorphSettings) == 0x000030, "Wrong size on FFrozenLootMorphSettings"); \ static_assert(offsetof(FFrozenLootMorphSettings, ItemClass) == 0x000008, "Member 'FFrozenLootMorphSettings::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootMorphSettings, MinAdditiveChance) == 0x000010, "Member 'FFrozenLootMorphSettings::MinAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootMorphSettings, MaxAdditiveChance) == 0x000014, "Member 'FFrozenLootMorphSettings::MaxAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootMorphSettings, PathTokenRewardScale) == 0x000018, "Member 'FFrozenLootMorphSettings::PathTokenRewardScale' has a wrong offset!"); \ static_assert(offsetof(FFrozenLootMorphSettings, CurrentChance) == 0x000028, "Member 'FFrozenLootMorphSettings::CurrentChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleTrashInventory \ static_assert(alignof(FWagonModuleTrashInventory) == 0x000008, "Wrong alignment on FWagonModuleTrashInventory"); \ static_assert(sizeof(FWagonModuleTrashInventory) == 0x000010, "Wrong size on FWagonModuleTrashInventory"); \ static_assert(offsetof(FWagonModuleTrashInventory, Mesh) == 0x000000, "Member 'FWagonModuleTrashInventory::Mesh' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleTrashInventory, Inventory) == 0x000008, "Member 'FWagonModuleTrashInventory::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopDominoTile \ static_assert(alignof(FTabletopDominoTile) == 0x000004, "Wrong alignment on FTabletopDominoTile"); \ static_assert(sizeof(FTabletopDominoTile) == 0x000014, "Wrong size on FTabletopDominoTile"); \ static_assert(offsetof(FTabletopDominoTile, ID) == 0x000000, "Member 'FTabletopDominoTile::ID' has a wrong offset!"); \ static_assert(offsetof(FTabletopDominoTile, FirstEnd) == 0x000004, "Member 'FTabletopDominoTile::FirstEnd' has a wrong offset!"); \ static_assert(offsetof(FTabletopDominoTile, SecondEnd) == 0x000008, "Member 'FTabletopDominoTile::SecondEnd' has a wrong offset!"); \ static_assert(offsetof(FTabletopDominoTile, FirstConnectedID) == 0x00000C, "Member 'FTabletopDominoTile::FirstConnectedID' has a wrong offset!"); \ static_assert(offsetof(FTabletopDominoTile, SecondConnectedID) == 0x000010, "Member 'FTabletopDominoTile::SecondConnectedID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootFieldItemSettings \ static_assert(alignof(FLootFieldItemSettings) == 0x000008, "Wrong alignment on FLootFieldItemSettings"); \ static_assert(sizeof(FLootFieldItemSettings) == 0x000030, "Wrong size on FLootFieldItemSettings"); \ static_assert(offsetof(FLootFieldItemSettings, WorldRate) == 0x000008, "Member 'FLootFieldItemSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootFieldItemSettings, ItemClass) == 0x000010, "Member 'FLootFieldItemSettings::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FLootFieldItemSettings, BaseChance) == 0x000018, "Member 'FLootFieldItemSettings::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FLootFieldItemSettings, PathTokenRewardScale) == 0x000020, "Member 'FLootFieldItemSettings::PathTokenRewardScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootFieldGenerationSettings \ static_assert(alignof(FLootFieldGenerationSettings) == 0x000008, "Wrong alignment on FLootFieldGenerationSettings"); \ static_assert(sizeof(FLootFieldGenerationSettings) == 0x000028, "Wrong size on FLootFieldGenerationSettings"); \ static_assert(offsetof(FLootFieldGenerationSettings, WorldRate) == 0x000008, "Member 'FLootFieldGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootFieldGenerationSettings, BaseChance) == 0x00000C, "Member 'FLootFieldGenerationSettings::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FLootFieldGenerationSettings, MinAdditiveChance) == 0x000010, "Member 'FLootFieldGenerationSettings::MinAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FLootFieldGenerationSettings, MaxAdditiveChance) == 0x000014, "Member 'FLootFieldGenerationSettings::MaxAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FLootFieldGenerationSettings, PathTokenRewardScale) == 0x000018, "Member 'FLootFieldGenerationSettings::PathTokenRewardScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleConstructionsRequirement \ static_assert(alignof(FWagonModuleConstructionsRequirement) == 0x000008, "Wrong alignment on FWagonModuleConstructionsRequirement"); \ static_assert(sizeof(FWagonModuleConstructionsRequirement) == 0x000010, "Wrong size on FWagonModuleConstructionsRequirement"); \ static_assert(offsetof(FWagonModuleConstructionsRequirement, Amount) == 0x000000, "Member 'FWagonModuleConstructionsRequirement::Amount' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsRequirement, Class) == 0x000008, "Member 'FWagonModuleConstructionsRequirement::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleRepairCost \ static_assert(alignof(FWagonModuleRepairCost) == 0x000008, "Wrong alignment on FWagonModuleRepairCost"); \ static_assert(sizeof(FWagonModuleRepairCost) == 0x000010, "Wrong size on FWagonModuleRepairCost"); \ static_assert(offsetof(FWagonModuleRepairCost, Class) == 0x000000, "Member 'FWagonModuleRepairCost::Class' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleRepairCost, DurabilityPercent) == 0x000008, "Member 'FWagonModuleRepairCost::DurabilityPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonModuleConstructionsSettings \ static_assert(alignof(FWagonModuleConstructionsSettings) == 0x000008, "Wrong alignment on FWagonModuleConstructionsSettings"); \ static_assert(sizeof(FWagonModuleConstructionsSettings) == 0x0000E8, "Wrong size on FWagonModuleConstructionsSettings"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, ID) == 0x000008, "Member 'FWagonModuleConstructionsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Name) == 0x000010, "Member 'FWagonModuleConstructionsSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Description) == 0x000028, "Member 'FWagonModuleConstructionsSettings::Description' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Image) == 0x000040, "Member 'FWagonModuleConstructionsSettings::Image' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Class) == 0x000068, "Member 'FWagonModuleConstructionsSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Requirements) == 0x000070, "Member 'FWagonModuleConstructionsSettings::Requirements' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Bench) == 0x000080, "Member 'FWagonModuleConstructionsSettings::Bench' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, Category) == 0x000081, "Member 'FWagonModuleConstructionsSettings::Category' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, InstallationType) == 0x000082, "Member 'FWagonModuleConstructionsSettings::InstallationType' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, bCanRotate) == 0x000083, "Member 'FWagonModuleConstructionsSettings::bCanRotate' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, bOnlyLocomotive) == 0x000084, "Member 'FWagonModuleConstructionsSettings::bOnlyLocomotive' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, bOnlyWagons) == 0x000085, "Member 'FWagonModuleConstructionsSettings::bOnlyWagons' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, TrainLimit) == 0x000088, "Member 'FWagonModuleConstructionsSettings::TrainLimit' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, WagonLimit) == 0x00008C, "Member 'FWagonModuleConstructionsSettings::WagonLimit' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, PlatformLimit) == 0x000090, "Member 'FWagonModuleConstructionsSettings::PlatformLimit' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, RepairCost) == 0x000098, "Member 'FWagonModuleConstructionsSettings::RepairCost' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, bCanBeMultitoolRecycled) == 0x0000A8, "Member 'FWagonModuleConstructionsSettings::bCanBeMultitoolRecycled' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, WorldRateWeightAdditive) == 0x0000AC, "Member 'FWagonModuleConstructionsSettings::WorldRateWeightAdditive' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, DurabilityMax) == 0x0000B0, "Member 'FWagonModuleConstructionsSettings::DurabilityMax' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, ConstructionWeight) == 0x0000B4, "Member 'FWagonModuleConstructionsSettings::ConstructionWeight' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, ItemClassAtTrashState) == 0x0000B8, "Member 'FWagonModuleConstructionsSettings::ItemClassAtTrashState' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, InstallationSize) == 0x0000C8, "Member 'FWagonModuleConstructionsSettings::InstallationSize' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, BuildingLimiter) == 0x0000D0, "Member 'FWagonModuleConstructionsSettings::BuildingLimiter' has a wrong offset!"); \ static_assert(offsetof(FWagonModuleConstructionsSettings, AchievementType) == 0x0000E0, "Member 'FWagonModuleConstructionsSettings::AchievementType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFuelOrbPresetsDrop \ static_assert(alignof(FFuelOrbPresetsDrop) == 0x000008, "Wrong alignment on FFuelOrbPresetsDrop"); \ static_assert(sizeof(FFuelOrbPresetsDrop) == 0x000018, "Wrong size on FFuelOrbPresetsDrop"); \ static_assert(offsetof(FFuelOrbPresetsDrop, Type) == 0x000008, "Member 'FFuelOrbPresetsDrop::Type' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbPresetsDrop, DropChance) == 0x00000C, "Member 'FFuelOrbPresetsDrop::DropChance' has a wrong offset!"); \ static_assert(offsetof(FFuelOrbPresetsDrop, ItemClass) == 0x000010, "Member 'FFuelOrbPresetsDrop::ItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerTrainAreaPreset \ static_assert(alignof(FLootManagerTrainAreaPreset) == 0x000008, "Wrong alignment on FLootManagerTrainAreaPreset"); \ static_assert(sizeof(FLootManagerTrainAreaPreset) == 0x000050, "Wrong size on FLootManagerTrainAreaPreset"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, ID) == 0x000008, "Member 'FLootManagerTrainAreaPreset::ID' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, WorldRate) == 0x00000C, "Member 'FLootManagerTrainAreaPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, CategoryID) == 0x000010, "Member 'FLootManagerTrainAreaPreset::CategoryID' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, SpawnRateMin) == 0x000014, "Member 'FLootManagerTrainAreaPreset::SpawnRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, SpawnRateMax) == 0x000018, "Member 'FLootManagerTrainAreaPreset::SpawnRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, ContainerPresetsDropList) == 0x000020, "Member 'FLootManagerTrainAreaPreset::ContainerPresetsDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, SingleItemDropList) == 0x000030, "Member 'FLootManagerTrainAreaPreset::SingleItemDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerTrainAreaPreset, FuelOrbsDropList) == 0x000040, "Member 'FLootManagerTrainAreaPreset::FuelOrbsDropList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTeleportationVoteProgress \ static_assert(alignof(FTeleportationVoteProgress) == 0x000004, "Wrong alignment on FTeleportationVoteProgress"); \ static_assert(sizeof(FTeleportationVoteProgress) == 0x000018, "Wrong size on FTeleportationVoteProgress"); \ static_assert(offsetof(FTeleportationVoteProgress, StartTime) == 0x000000, "Member 'FTeleportationVoteProgress::StartTime' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteProgress, EndTime) == 0x000004, "Member 'FTeleportationVoteProgress::EndTime' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteProgress, bInProgress) == 0x000008, "Member 'FTeleportationVoteProgress::bInProgress' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteProgress, TotalVotes) == 0x00000C, "Member 'FTeleportationVoteProgress::TotalVotes' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteProgress, PositiveVotes) == 0x000010, "Member 'FTeleportationVoteProgress::PositiveVotes' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteProgress, NegativeVotes) == 0x000014, "Member 'FTeleportationVoteProgress::NegativeVotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPuzzleLootSpawnSettings \ static_assert(alignof(FPuzzleLootSpawnSettings) == 0x000008, "Wrong alignment on FPuzzleLootSpawnSettings"); \ static_assert(sizeof(FPuzzleLootSpawnSettings) == 0x000050, "Wrong size on FPuzzleLootSpawnSettings"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, ID) == 0x000008, "Member 'FPuzzleLootSpawnSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, WorldRate) == 0x00000C, "Member 'FPuzzleLootSpawnSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, CasualDifficultyLoot) == 0x000010, "Member 'FPuzzleLootSpawnSettings::CasualDifficultyLoot' has a wrong offset!"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, EasyDifficultyLoot) == 0x000020, "Member 'FPuzzleLootSpawnSettings::EasyDifficultyLoot' has a wrong offset!"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, MediumDifficultyLoot) == 0x000030, "Member 'FPuzzleLootSpawnSettings::MediumDifficultyLoot' has a wrong offset!"); \ static_assert(offsetof(FPuzzleLootSpawnSettings, HardDifficultyLoot) == 0x000040, "Member 'FPuzzleLootSpawnSettings::HardDifficultyLoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerAreaPreset \ static_assert(alignof(FLootManagerAreaPreset) == 0x000008, "Wrong alignment on FLootManagerAreaPreset"); \ static_assert(sizeof(FLootManagerAreaPreset) == 0x0000B8, "Wrong size on FLootManagerAreaPreset"); \ static_assert(offsetof(FLootManagerAreaPreset, ID) == 0x000008, "Member 'FLootManagerAreaPreset::ID' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, WorldRate) == 0x00000C, "Member 'FLootManagerAreaPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ControllersRateMin) == 0x000010, "Member 'FLootManagerAreaPreset::ControllersRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ControllersRateMax) == 0x000014, "Member 'FLootManagerAreaPreset::ControllersRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ContainerSpawnRateMin) == 0x000018, "Member 'FLootManagerAreaPreset::ContainerSpawnRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ContainerSpawnRateMax) == 0x00001C, "Member 'FLootManagerAreaPreset::ContainerSpawnRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ContainerPresetsDrop) == 0x000020, "Member 'FLootManagerAreaPreset::ContainerPresetsDrop' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, SingleItemRateMin) == 0x000030, "Member 'FLootManagerAreaPreset::SingleItemRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, SingleItemRateMax) == 0x000034, "Member 'FLootManagerAreaPreset::SingleItemRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, SingleItemDropList) == 0x000038, "Member 'FLootManagerAreaPreset::SingleItemDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, FuelOrbsRateMin) == 0x000048, "Member 'FLootManagerAreaPreset::FuelOrbsRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, FuelOrbsRateMax) == 0x00004C, "Member 'FLootManagerAreaPreset::FuelOrbsRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, FuelOrbsDropList) == 0x000050, "Member 'FLootManagerAreaPreset::FuelOrbsDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CasketsRateMin) == 0x000060, "Member 'FLootManagerAreaPreset::CasketsRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CasketsRateMax) == 0x000064, "Member 'FLootManagerAreaPreset::CasketsRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CasketsDropList) == 0x000068, "Member 'FLootManagerAreaPreset::CasketsDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CanisterRateMin) == 0x000078, "Member 'FLootManagerAreaPreset::CanisterRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CanisterRateMax) == 0x00007C, "Member 'FLootManagerAreaPreset::CanisterRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, CanisterDropList) == 0x000080, "Member 'FLootManagerAreaPreset::CanisterDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, AmmoContainerRateMin) == 0x000090, "Member 'FLootManagerAreaPreset::AmmoContainerRateMin' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, AmmoContainerRateMax) == 0x000094, "Member 'FLootManagerAreaPreset::AmmoContainerRateMax' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, AmmoContainerDropList) == 0x000098, "Member 'FLootManagerAreaPreset::AmmoContainerDropList' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, MetalLootOrbChance) == 0x0000A8, "Member 'FLootManagerAreaPreset::MetalLootOrbChance' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, WoodLootOrbChance) == 0x0000AC, "Member 'FLootManagerAreaPreset::WoodLootOrbChance' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, ChemicalLootOrbChance) == 0x0000B0, "Member 'FLootManagerAreaPreset::ChemicalLootOrbChance' has a wrong offset!"); \ static_assert(offsetof(FLootManagerAreaPreset, VoidoniteLootOrbChance) == 0x0000B4, "Member 'FLootManagerAreaPreset::VoidoniteLootOrbChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerGenerationSettingsArray \ static_assert(alignof(FLootManagerGenerationSettingsArray) == 0x000008, "Wrong alignment on FLootManagerGenerationSettingsArray"); \ static_assert(sizeof(FLootManagerGenerationSettingsArray) == 0x000010, "Wrong size on FLootManagerGenerationSettingsArray"); \ static_assert(offsetof(FLootManagerGenerationSettingsArray, Settings) == 0x000000, "Member 'FLootManagerGenerationSettingsArray::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopBackgammonTile \ static_assert(alignof(FTabletopBackgammonTile) == 0x000004, "Wrong alignment on FTabletopBackgammonTile"); \ static_assert(sizeof(FTabletopBackgammonTile) == 0x000010, "Wrong size on FTabletopBackgammonTile"); \ static_assert(offsetof(FTabletopBackgammonTile, Index) == 0x000000, "Member 'FTabletopBackgammonTile::Index' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTile, PlayerSide) == 0x000004, "Member 'FTabletopBackgammonTile::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTile, Count) == 0x000008, "Member 'FTabletopBackgammonTile::Count' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTile, ReplicationCounter) == 0x00000C, "Member 'FTabletopBackgammonTile::ReplicationCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopBackgammonField \ static_assert(alignof(FTabletopBackgammonField) == 0x000008, "Wrong alignment on FTabletopBackgammonField"); \ static_assert(sizeof(FTabletopBackgammonField) == 0x000050, "Wrong size on FTabletopBackgammonField"); \ static_assert(offsetof(FTabletopBackgammonField, Tiles) == 0x000000, "Member 'FTabletopBackgammonField::Tiles' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonField, YellowBearingOffTile) == 0x000010, "Member 'FTabletopBackgammonField::YellowBearingOffTile' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonField, BlueBearingOffTile) == 0x000020, "Member 'FTabletopBackgammonField::BlueBearingOffTile' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonField, YellowKnockedOutTile) == 0x000030, "Member 'FTabletopBackgammonField::YellowKnockedOutTile' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonField, BlueKnockedOutTile) == 0x000040, "Member 'FTabletopBackgammonField::BlueKnockedOutTile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerGenerationSettings \ static_assert(alignof(FLootManagerGenerationSettings) == 0x000008, "Wrong alignment on FLootManagerGenerationSettings"); \ static_assert(sizeof(FLootManagerGenerationSettings) == 0x000018, "Wrong size on FLootManagerGenerationSettings"); \ static_assert(offsetof(FLootManagerGenerationSettings, ID) == 0x000008, "Member 'FLootManagerGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FLootManagerGenerationSettings, AreaType) == 0x00000C, "Member 'FLootManagerGenerationSettings::AreaType' has a wrong offset!"); \ static_assert(offsetof(FLootManagerGenerationSettings, DataTable) == 0x000010, "Member 'FLootManagerGenerationSettings::DataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainBuilderQueue_Resources \ static_assert(alignof(FTrainBuilderQueue_Resources) == 0x000008, "Wrong alignment on FTrainBuilderQueue_Resources"); \ static_assert(sizeof(FTrainBuilderQueue_Resources) == 0x000010, "Wrong size on FTrainBuilderQueue_Resources"); \ static_assert(offsetof(FTrainBuilderQueue_Resources, Class) == 0x000000, "Member 'FTrainBuilderQueue_Resources::Class' has a wrong offset!"); \ static_assert(offsetof(FTrainBuilderQueue_Resources, NeedAmount) == 0x000008, "Member 'FTrainBuilderQueue_Resources::NeedAmount' has a wrong offset!"); \ static_assert(offsetof(FTrainBuilderQueue_Resources, HaveAmount) == 0x00000C, "Member 'FTrainBuilderQueue_Resources::HaveAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootSublevelSettings \ static_assert(alignof(FLootSublevelSettings) == 0x000008, "Wrong alignment on FLootSublevelSettings"); \ static_assert(sizeof(FLootSublevelSettings) == 0x000038, "Wrong size on FLootSublevelSettings"); \ static_assert(offsetof(FLootSublevelSettings, Biome) == 0x000008, "Member 'FLootSublevelSettings::Biome' has a wrong offset!"); \ static_assert(offsetof(FLootSublevelSettings, Class) == 0x000010, "Member 'FLootSublevelSettings::Class' has a wrong offset!"); \ static_assert(offsetof(FLootSublevelSettings, FullSublevelNames) == 0x000018, "Member 'FLootSublevelSettings::FullSublevelNames' has a wrong offset!"); \ static_assert(offsetof(FLootSublevelSettings, SpecialFullSublevelNames) == 0x000028, "Member 'FLootSublevelSettings::SpecialFullSublevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootSpawnTemplateRollSettings \ static_assert(alignof(FLootSpawnTemplateRollSettings) == 0x000004, "Wrong alignment on FLootSpawnTemplateRollSettings"); \ static_assert(sizeof(FLootSpawnTemplateRollSettings) == 0x000008, "Wrong size on FLootSpawnTemplateRollSettings"); \ static_assert(offsetof(FLootSpawnTemplateRollSettings, Template) == 0x000000, "Member 'FLootSpawnTemplateRollSettings::Template' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnTemplateRollSettings, Chance) == 0x000004, "Member 'FLootSpawnTemplateRollSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootSpawnSettings \ static_assert(alignof(FLootSpawnSettings) == 0x000008, "Wrong alignment on FLootSpawnSettings"); \ static_assert(sizeof(FLootSpawnSettings) == 0x000050, "Wrong size on FLootSpawnSettings"); \ static_assert(offsetof(FLootSpawnSettings, ID) == 0x000008, "Member 'FLootSpawnSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, WorldRate) == 0x00000C, "Member 'FLootSpawnSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, EasyMin) == 0x000010, "Member 'FLootSpawnSettings::EasyMin' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, EasyMax) == 0x000014, "Member 'FLootSpawnSettings::EasyMax' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, EasyLootLists) == 0x000018, "Member 'FLootSpawnSettings::EasyLootLists' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, HardMin) == 0x000028, "Member 'FLootSpawnSettings::HardMin' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, HardMax) == 0x00002C, "Member 'FLootSpawnSettings::HardMax' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, HardLootLists) == 0x000030, "Member 'FLootSpawnSettings::HardLootLists' has a wrong offset!"); \ static_assert(offsetof(FLootSpawnSettings, SpawnTemplates) == 0x000040, "Member 'FLootSpawnSettings::SpawnTemplates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveItemClassRedirect \ static_assert(alignof(FActiveItemClassRedirect) == 0x000008, "Wrong alignment on FActiveItemClassRedirect"); \ static_assert(sizeof(FActiveItemClassRedirect) == 0x000018, "Wrong size on FActiveItemClassRedirect"); \ static_assert(offsetof(FActiveItemClassRedirect, FromItemType) == 0x000000, "Member 'FActiveItemClassRedirect::FromItemType' has a wrong offset!"); \ static_assert(offsetof(FActiveItemClassRedirect, ToItemType) == 0x000008, "Member 'FActiveItemClassRedirect::ToItemType' has a wrong offset!"); \ static_assert(offsetof(FActiveItemClassRedirect, Multipler) == 0x000010, "Member 'FActiveItemClassRedirect::Multipler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerFrozenOrbMorphSaveData \ static_assert(alignof(FLootManagerFrozenOrbMorphSaveData) == 0x000008, "Wrong alignment on FLootManagerFrozenOrbMorphSaveData"); \ static_assert(sizeof(FLootManagerFrozenOrbMorphSaveData) == 0x000010, "Wrong size on FLootManagerFrozenOrbMorphSaveData"); \ static_assert(offsetof(FLootManagerFrozenOrbMorphSaveData, ItemClass) == 0x000000, "Member 'FLootManagerFrozenOrbMorphSaveData::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FLootManagerFrozenOrbMorphSaveData, CurrentChance) == 0x000008, "Member 'FLootManagerFrozenOrbMorphSaveData::CurrentChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootManagerSaveData \ static_assert(alignof(FLootManagerSaveData) == 0x000008, "Wrong alignment on FLootManagerSaveData"); \ static_assert(sizeof(FLootManagerSaveData) == 0x000028, "Wrong size on FLootManagerSaveData"); \ static_assert(offsetof(FLootManagerSaveData, FuelOrbSpawners) == 0x000000, "Member 'FLootManagerSaveData::FuelOrbSpawners' has a wrong offset!"); \ static_assert(offsetof(FLootManagerSaveData, CurrentLootFieldAdditiveChance) == 0x000010, "Member 'FLootManagerSaveData::CurrentLootFieldAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FLootManagerSaveData, FrozenOrbMorphSaveData) == 0x000018, "Member 'FLootManagerSaveData::FrozenOrbMorphSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMemorialGamblePresetsSettings \ static_assert(alignof(FMemorialGamblePresetsSettings) == 0x000008, "Wrong alignment on FMemorialGamblePresetsSettings"); \ static_assert(sizeof(FMemorialGamblePresetsSettings) == 0x000030, "Wrong size on FMemorialGamblePresetsSettings"); \ static_assert(offsetof(FMemorialGamblePresetsSettings, WorldRate) == 0x000008, "Member 'FMemorialGamblePresetsSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FMemorialGamblePresetsSettings, Queries) == 0x000010, "Member 'FMemorialGamblePresetsSettings::Queries' has a wrong offset!"); \ static_assert(offsetof(FMemorialGamblePresetsSettings, Rewards) == 0x000020, "Member 'FMemorialGamblePresetsSettings::Rewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTourismManagerSaveData \ static_assert(alignof(FTourismManagerSaveData) == 0x000004, "Wrong alignment on FTourismManagerSaveData"); \ static_assert(sizeof(FTourismManagerSaveData) == 0x000004, "Wrong size on FTourismManagerSaveData"); \ static_assert(offsetof(FTourismManagerSaveData, TourismTickets) == 0x000000, "Member 'FTourismManagerSaveData::TourismTickets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMemorialGenerationSettings \ static_assert(alignof(FMemorialGenerationSettings) == 0x000008, "Wrong alignment on FMemorialGenerationSettings"); \ static_assert(sizeof(FMemorialGenerationSettings) == 0x000018, "Wrong size on FMemorialGenerationSettings"); \ static_assert(offsetof(FMemorialGenerationSettings, WorldRate) == 0x000008, "Member 'FMemorialGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FMemorialGenerationSettings, TombstonesMin) == 0x00000C, "Member 'FMemorialGenerationSettings::TombstonesMin' has a wrong offset!"); \ static_assert(offsetof(FMemorialGenerationSettings, TombstonesMax) == 0x000010, "Member 'FMemorialGenerationSettings::TombstonesMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinesSpawnQueueItem \ static_assert(alignof(FMinesSpawnQueueItem) == 0x000008, "Wrong alignment on FMinesSpawnQueueItem"); \ static_assert(sizeof(FMinesSpawnQueueItem) == 0x000018, "Wrong size on FMinesSpawnQueueItem"); \ static_assert(offsetof(FMinesSpawnQueueItem, Location) == 0x000000, "Member 'FMinesSpawnQueueItem::Location' has a wrong offset!"); \ static_assert(offsetof(FMinesSpawnQueueItem, Class) == 0x000010, "Member 'FMinesSpawnQueueItem::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGModifyBone \ static_assert(alignof(FFGModifyBone) == 0x000008, "Wrong alignment on FFGModifyBone"); \ static_assert(sizeof(FFGModifyBone) == 0x000110, "Wrong size on FFGModifyBone"); \ static_assert(offsetof(FFGModifyBone, Character) == 0x000108, "Member 'FFGModifyBone::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModuleAbility \ static_assert(alignof(FModuleAbility) == 0x000008, "Wrong alignment on FModuleAbility"); \ static_assert(sizeof(FModuleAbility) == 0x000010, "Wrong size on FModuleAbility"); \ static_assert(offsetof(FModuleAbility, AbilityClass) == 0x000000, "Member 'FModuleAbility::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(FModuleAbility, ClassValue) == 0x000008, "Member 'FModuleAbility::ClassValue' has a wrong offset!"); \ static_assert(offsetof(FModuleAbility, PowerPointsCost) == 0x00000C, "Member 'FModuleAbility::PowerPointsCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModulePerkData \ static_assert(alignof(FModulePerkData) == 0x000008, "Wrong alignment on FModulePerkData"); \ static_assert(sizeof(FModulePerkData) == 0x000020, "Wrong size on FModulePerkData"); \ static_assert(offsetof(FModulePerkData, ID) == 0x000008, "Member 'FModulePerkData::ID' has a wrong offset!"); \ static_assert(offsetof(FModulePerkData, Abilities) == 0x000010, "Member 'FModulePerkData::Abilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSignificanceCollisionLODInfo \ static_assert(alignof(FSignificanceCollisionLODInfo) == 0x000008, "Wrong alignment on FSignificanceCollisionLODInfo"); \ static_assert(sizeof(FSignificanceCollisionLODInfo) == 0x000038, "Wrong size on FSignificanceCollisionLODInfo"); \ static_assert(offsetof(FSignificanceCollisionLODInfo, HighestMesh) == 0x000008, "Member 'FSignificanceCollisionLODInfo::HighestMesh' has a wrong offset!"); \ static_assert(offsetof(FSignificanceCollisionLODInfo, MediumMesh) == 0x000010, "Member 'FSignificanceCollisionLODInfo::MediumMesh' has a wrong offset!"); \ static_assert(offsetof(FSignificanceCollisionLODInfo, LowMesh) == 0x000018, "Member 'FSignificanceCollisionLODInfo::LowMesh' has a wrong offset!"); \ static_assert(offsetof(FSignificanceCollisionLODInfo, LowestMesh) == 0x000020, "Member 'FSignificanceCollisionLODInfo::LowestMesh' has a wrong offset!"); \ static_assert(offsetof(FSignificanceCollisionLODInfo, CustomTag) == 0x000028, "Member 'FSignificanceCollisionLODInfo::CustomTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModulePerk \ static_assert(alignof(FModulePerk) == 0x000004, "Wrong alignment on FModulePerk"); \ static_assert(sizeof(FModulePerk) == 0x000008, "Wrong size on FModulePerk"); \ static_assert(offsetof(FModulePerk, Happiness) == 0x000000, "Member 'FModulePerk::Happiness' has a wrong offset!"); \ static_assert(offsetof(FModulePerk, ID) == 0x000004, "Member 'FModulePerk::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModulePerkGroup \ static_assert(alignof(FModulePerkGroup) == 0x000008, "Wrong alignment on FModulePerkGroup"); \ static_assert(sizeof(FModulePerkGroup) == 0x000010, "Wrong size on FModulePerkGroup"); \ static_assert(offsetof(FModulePerkGroup, GroupOfPerks) == 0x000000, "Member 'FModulePerkGroup::GroupOfPerks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPowerPortionInfo \ static_assert(alignof(FPowerPortionInfo) == 0x000004, "Wrong alignment on FPowerPortionInfo"); \ static_assert(sizeof(FPowerPortionInfo) == 0x000008, "Wrong size on FPowerPortionInfo"); \ static_assert(offsetof(FPowerPortionInfo, Type) == 0x000000, "Member 'FPowerPortionInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FPowerPortionInfo, Value) == 0x000004, "Member 'FPowerPortionInfo::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDetachComponentInfo \ static_assert(alignof(FDetachComponentInfo) == 0x000010, "Wrong alignment on FDetachComponentInfo"); \ static_assert(sizeof(FDetachComponentInfo) == 0x000070, "Wrong size on FDetachComponentInfo"); \ static_assert(offsetof(FDetachComponentInfo, ParentComponent) == 0x000000, "Member 'FDetachComponentInfo::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(FDetachComponentInfo, RelativeTransform) == 0x000010, "Member 'FDetachComponentInfo::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(FDetachComponentInfo, SocketName) == 0x000040, "Member 'FDetachComponentInfo::SocketName' has a wrong offset!"); \ static_assert(offsetof(FDetachComponentInfo, CollisionType) == 0x000048, "Member 'FDetachComponentInfo::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FDetachComponentInfo, Children) == 0x000050, "Member 'FDetachComponentInfo::Children' has a wrong offset!"); \ static_assert(offsetof(FDetachComponentInfo, bVisibility) == 0x000060, "Member 'FDetachComponentInfo::bVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponRevolverGenerationSettings \ static_assert(alignof(FWeaponRevolverGenerationSettings) == 0x000008, "Wrong alignment on FWeaponRevolverGenerationSettings"); \ static_assert(sizeof(FWeaponRevolverGenerationSettings) == 0x000068, "Wrong size on FWeaponRevolverGenerationSettings"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, ID) == 0x000008, "Member 'FWeaponRevolverGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Module) == 0x00000C, "Member 'FWeaponRevolverGenerationSettings::Module' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Name) == 0x000010, "Member 'FWeaponRevolverGenerationSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Tier) == 0x000028, "Member 'FWeaponRevolverGenerationSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, SkeletalMesh) == 0x000030, "Member 'FWeaponRevolverGenerationSettings::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, StaticMesh) == 0x000038, "Member 'FWeaponRevolverGenerationSettings::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Damage) == 0x000040, "Member 'FWeaponRevolverGenerationSettings::Damage' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, RPM) == 0x000044, "Member 'FWeaponRevolverGenerationSettings::RPM' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Stability) == 0x000048, "Member 'FWeaponRevolverGenerationSettings::Stability' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Accuracy) == 0x00004C, "Member 'FWeaponRevolverGenerationSettings::Accuracy' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Magazine) == 0x000050, "Member 'FWeaponRevolverGenerationSettings::Magazine' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Reload) == 0x000054, "Member 'FWeaponRevolverGenerationSettings::Reload' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Range) == 0x000058, "Member 'FWeaponRevolverGenerationSettings::Range' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Handling) == 0x00005C, "Member 'FWeaponRevolverGenerationSettings::Handling' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, Shards) == 0x000060, "Member 'FWeaponRevolverGenerationSettings::Shards' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverGenerationSettings, FireType) == 0x000064, "Member 'FWeaponRevolverGenerationSettings::FireType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMusicTrackData \ static_assert(alignof(FMusicTrackData) == 0x000008, "Wrong alignment on FMusicTrackData"); \ static_assert(sizeof(FMusicTrackData) == 0x000028, "Wrong size on FMusicTrackData"); \ static_assert(offsetof(FMusicTrackData, Players) == 0x000000, "Member 'FMusicTrackData::Players' has a wrong offset!"); \ static_assert(offsetof(FMusicTrackData, InstrumentIDs) == 0x000010, "Member 'FMusicTrackData::InstrumentIDs' has a wrong offset!"); \ static_assert(offsetof(FMusicTrackData, TrackID) == 0x000020, "Member 'FMusicTrackData::TrackID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGNavGridRegionPathFinder \ static_assert(alignof(FFGNavGridRegionPathFinder) == 0x000008, "Wrong alignment on FFGNavGridRegionPathFinder"); \ static_assert(sizeof(FFGNavGridRegionPathFinder) == 0x000008, "Wrong size on FFGNavGridRegionPathFinder"); \ #define DUMPER7_ASSERTS_FFGTooltipButtonInfo \ static_assert(alignof(FFGTooltipButtonInfo) == 0x000008, "Wrong alignment on FFGTooltipButtonInfo"); \ static_assert(sizeof(FFGTooltipButtonInfo) == 0x000030, "Wrong size on FFGTooltipButtonInfo"); \ static_assert(offsetof(FFGTooltipButtonInfo, ButtonType) == 0x000000, "Member 'FFGTooltipButtonInfo::ButtonType' has a wrong offset!"); \ static_assert(offsetof(FFGTooltipButtonInfo, Caption) == 0x000008, "Member 'FFGTooltipButtonInfo::Caption' has a wrong offset!"); \ static_assert(offsetof(FFGTooltipButtonInfo, bIsRightTooltip) == 0x000020, "Member 'FFGTooltipButtonInfo::bIsRightTooltip' has a wrong offset!"); \ static_assert(offsetof(FFGTooltipButtonInfo, ButtonIndex) == 0x000024, "Member 'FFGTooltipButtonInfo::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(FFGTooltipButtonInfo, bIsEnabled) == 0x000028, "Member 'FFGTooltipButtonInfo::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGNavGridRegion \ static_assert(alignof(FFGNavGridRegion) == 0x000008, "Wrong alignment on FFGNavGridRegion"); \ static_assert(sizeof(FFGNavGridRegion) == 0x000078, "Wrong size on FFGNavGridRegion"); \ static_assert(offsetof(FFGNavGridRegion, RegionCells) == 0x000000, "Member 'FFGNavGridRegion::RegionCells' has a wrong offset!"); \ static_assert(offsetof(FFGNavGridRegion, ParentVolume) == 0x000050, "Member 'FFGNavGridRegion::ParentVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainHitchSaveInfo \ static_assert(alignof(FTrainHitchSaveInfo) == 0x000004, "Wrong alignment on FTrainHitchSaveInfo"); \ static_assert(sizeof(FTrainHitchSaveInfo) == 0x000008, "Wrong size on FTrainHitchSaveInfo"); \ static_assert(offsetof(FTrainHitchSaveInfo, State) == 0x000000, "Member 'FTrainHitchSaveInfo::State' has a wrong offset!"); \ static_assert(offsetof(FTrainHitchSaveInfo, ArrowHealth) == 0x000004, "Member 'FTrainHitchSaveInfo::ArrowHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoAbilityProgress \ static_assert(alignof(FRofleemoAbilityProgress) == 0x000004, "Wrong alignment on FRofleemoAbilityProgress"); \ static_assert(sizeof(FRofleemoAbilityProgress) == 0x000008, "Wrong size on FRofleemoAbilityProgress"); \ static_assert(offsetof(FRofleemoAbilityProgress, RofleemoID) == 0x000000, "Member 'FRofleemoAbilityProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoAbilityProgress, AbilityRemaningTime) == 0x000004, "Member 'FRofleemoAbilityProgress::AbilityRemaningTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoManagerSaveData \ static_assert(alignof(FRofleemoManagerSaveData) == 0x000008, "Wrong alignment on FRofleemoManagerSaveData"); \ static_assert(sizeof(FRofleemoManagerSaveData) == 0x000020, "Wrong size on FRofleemoManagerSaveData"); \ static_assert(offsetof(FRofleemoManagerSaveData, LearnInProgress) == 0x000000, "Member 'FRofleemoManagerSaveData::LearnInProgress' has a wrong offset!"); \ static_assert(offsetof(FRofleemoManagerSaveData, AbilityProgress) == 0x000010, "Member 'FRofleemoManagerSaveData::AbilityProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForcedReplicatedBool \ static_assert(alignof(FForcedReplicatedBool) == 0x000001, "Wrong alignment on FForcedReplicatedBool"); \ static_assert(sizeof(FForcedReplicatedBool) == 0x000002, "Wrong size on FForcedReplicatedBool"); \ static_assert(offsetof(FForcedReplicatedBool, bBoolValue) == 0x000000, "Member 'FForcedReplicatedBool::bBoolValue' has a wrong offset!"); \ static_assert(offsetof(FForcedReplicatedBool, ReplicationCounter) == 0x000001, "Member 'FForcedReplicatedBool::ReplicationCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNotesSaveData \ static_assert(alignof(FNotesSaveData) == 0x000008, "Wrong alignment on FNotesSaveData"); \ static_assert(sizeof(FNotesSaveData) == 0x000020, "Wrong size on FNotesSaveData"); \ static_assert(offsetof(FNotesSaveData, AddedNoteListIDs) == 0x000000, "Member 'FNotesSaveData::AddedNoteListIDs' has a wrong offset!"); \ static_assert(offsetof(FNotesSaveData, AddedTutorialNotes) == 0x000010, "Member 'FNotesSaveData::AddedTutorialNotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestGraphRequirementInfo \ static_assert(alignof(FQuestGraphRequirementInfo) == 0x000008, "Wrong alignment on FQuestGraphRequirementInfo"); \ static_assert(sizeof(FQuestGraphRequirementInfo) == 0x000010, "Wrong size on FQuestGraphRequirementInfo"); \ static_assert(offsetof(FQuestGraphRequirementInfo, RequirementType) == 0x000000, "Member 'FQuestGraphRequirementInfo::RequirementType' has a wrong offset!"); \ static_assert(offsetof(FQuestGraphRequirementInfo, RequirementInstance) == 0x000008, "Member 'FQuestGraphRequirementInfo::RequirementInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPCEffectData \ static_assert(alignof(FNPCEffectData) == 0x000008, "Wrong alignment on FNPCEffectData"); \ static_assert(sizeof(FNPCEffectData) == 0x000070, "Wrong size on FNPCEffectData"); \ static_assert(offsetof(FNPCEffectData, Values) == 0x000000, "Member 'FNPCEffectData::Values' has a wrong offset!"); \ static_assert(offsetof(FNPCEffectData, Happiness) == 0x000010, "Member 'FNPCEffectData::Happiness' has a wrong offset!"); \ static_assert(offsetof(FNPCEffectData, Debuffs) == 0x000020, "Member 'FNPCEffectData::Debuffs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPCRecipeEffectData \ static_assert(alignof(FNPCRecipeEffectData) == 0x000008, "Wrong alignment on FNPCRecipeEffectData"); \ static_assert(sizeof(FNPCRecipeEffectData) == 0x000050, "Wrong size on FNPCRecipeEffectData"); \ static_assert(offsetof(FNPCRecipeEffectData, RecipeEffects) == 0x000000, "Member 'FNPCRecipeEffectData::RecipeEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterAnimMontageInfo \ static_assert(alignof(FCharacterAnimMontageInfo) == 0x000008, "Wrong alignment on FCharacterAnimMontageInfo"); \ static_assert(sizeof(FCharacterAnimMontageInfo) == 0x000010, "Wrong size on FCharacterAnimMontageInfo"); \ static_assert(offsetof(FCharacterAnimMontageInfo, FirstPerson) == 0x000000, "Member 'FCharacterAnimMontageInfo::FirstPerson' has a wrong offset!"); \ static_assert(offsetof(FCharacterAnimMontageInfo, ThirdPerson) == 0x000008, "Member 'FCharacterAnimMontageInfo::ThirdPerson' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemAnimMontageInfo \ static_assert(alignof(FItemAnimMontageInfo) == 0x000008, "Wrong alignment on FItemAnimMontageInfo"); \ static_assert(sizeof(FItemAnimMontageInfo) == 0x000018, "Wrong size on FItemAnimMontageInfo"); \ static_assert(offsetof(FItemAnimMontageInfo, Item) == 0x000010, "Member 'FItemAnimMontageInfo::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutpostTierChance \ static_assert(alignof(FOutpostTierChance) == 0x000004, "Wrong alignment on FOutpostTierChance"); \ static_assert(sizeof(FOutpostTierChance) == 0x000008, "Wrong size on FOutpostTierChance"); \ static_assert(offsetof(FOutpostTierChance, Tier) == 0x000000, "Member 'FOutpostTierChance::Tier' has a wrong offset!"); \ static_assert(offsetof(FOutpostTierChance, Chance) == 0x000004, "Member 'FOutpostTierChance::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutpostTierSettings \ static_assert(alignof(FOutpostTierSettings) == 0x000008, "Wrong alignment on FOutpostTierSettings"); \ static_assert(sizeof(FOutpostTierSettings) == 0x000020, "Wrong size on FOutpostTierSettings"); \ static_assert(offsetof(FOutpostTierSettings, WorldRate) == 0x000008, "Member 'FOutpostTierSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FOutpostTierSettings, Chances) == 0x000010, "Member 'FOutpostTierSettings::Chances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCorruptionAreaPreset \ static_assert(alignof(FCorruptionAreaPreset) == 0x000008, "Wrong alignment on FCorruptionAreaPreset"); \ static_assert(sizeof(FCorruptionAreaPreset) == 0x000018, "Wrong size on FCorruptionAreaPreset"); \ static_assert(offsetof(FCorruptionAreaPreset, WorldRate) == 0x000008, "Member 'FCorruptionAreaPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FCorruptionAreaPreset, CorruptionTier) == 0x00000C, "Member 'FCorruptionAreaPreset::CorruptionTier' has a wrong offset!"); \ static_assert(offsetof(FCorruptionAreaPreset, Type) == 0x00000D, "Member 'FCorruptionAreaPreset::Type' has a wrong offset!"); \ static_assert(offsetof(FCorruptionAreaPreset, SpawnCountMin) == 0x000010, "Member 'FCorruptionAreaPreset::SpawnCountMin' has a wrong offset!"); \ static_assert(offsetof(FCorruptionAreaPreset, SpawnCountMax) == 0x000014, "Member 'FCorruptionAreaPreset::SpawnCountMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidCorruptionContentSettings \ static_assert(alignof(FVoidCorruptionContentSettings) == 0x000008, "Wrong alignment on FVoidCorruptionContentSettings"); \ static_assert(sizeof(FVoidCorruptionContentSettings) == 0x000028, "Wrong size on FVoidCorruptionContentSettings"); \ static_assert(offsetof(FVoidCorruptionContentSettings, AreaType) == 0x000008, "Member 'FVoidCorruptionContentSettings::AreaType' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionContentSettings, DataTable) == 0x000010, "Member 'FVoidCorruptionContentSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVoidCorruptionContentSettings, CorruptionAreaPreset) == 0x000018, "Member 'FVoidCorruptionContentSettings::CorruptionAreaPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutpostSublevelSettings \ static_assert(alignof(FOutpostSublevelSettings) == 0x000008, "Wrong alignment on FOutpostSublevelSettings"); \ static_assert(sizeof(FOutpostSublevelSettings) == 0x000048, "Wrong size on FOutpostSublevelSettings"); \ static_assert(offsetof(FOutpostSublevelSettings, ID) == 0x000008, "Member 'FOutpostSublevelSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FOutpostSublevelSettings, Tier) == 0x00000C, "Member 'FOutpostSublevelSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FOutpostSublevelSettings, SpawnChance) == 0x000010, "Member 'FOutpostSublevelSettings::SpawnChance' has a wrong offset!"); \ static_assert(offsetof(FOutpostSublevelSettings, Type) == 0x000020, "Member 'FOutpostSublevelSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FOutpostSublevelSettings, SublevelName) == 0x000028, "Member 'FOutpostSublevelSettings::SublevelName' has a wrong offset!"); \ static_assert(offsetof(FOutpostSublevelSettings, CorruptedSublevelName) == 0x000038, "Member 'FOutpostSublevelSettings::CorruptedSublevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVI_OutpostSublevelSettings \ static_assert(alignof(FVI_OutpostSublevelSettings) == 0x000008, "Wrong alignment on FVI_OutpostSublevelSettings"); \ static_assert(sizeof(FVI_OutpostSublevelSettings) == 0x000028, "Wrong size on FVI_OutpostSublevelSettings"); \ static_assert(offsetof(FVI_OutpostSublevelSettings, Version) == 0x000008, "Member 'FVI_OutpostSublevelSettings::Version' has a wrong offset!"); \ static_assert(offsetof(FVI_OutpostSublevelSettings, DataTable) == 0x000010, "Member 'FVI_OutpostSublevelSettings::DataTable' has a wrong offset!"); \ static_assert(offsetof(FVI_OutpostSublevelSettings, SublevelSettings) == 0x000018, "Member 'FVI_OutpostSublevelSettings::SublevelSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineItemPriceInfo \ static_assert(alignof(FVendingMachineItemPriceInfo) == 0x000008, "Wrong alignment on FVendingMachineItemPriceInfo"); \ static_assert(sizeof(FVendingMachineItemPriceInfo) == 0x000018, "Wrong size on FVendingMachineItemPriceInfo"); \ static_assert(offsetof(FVendingMachineItemPriceInfo, StackSize) == 0x000000, "Member 'FVendingMachineItemPriceInfo::StackSize' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemPriceInfo, Class) == 0x000008, "Member 'FVendingMachineItemPriceInfo::Class' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemPriceInfo, Amount) == 0x000010, "Member 'FVendingMachineItemPriceInfo::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutpostMap \ static_assert(alignof(FOutpostMap) == 0x000008, "Wrong alignment on FOutpostMap"); \ static_assert(sizeof(FOutpostMap) == 0x000020, "Wrong size on FOutpostMap"); \ static_assert(offsetof(FOutpostMap, Type) == 0x000000, "Member 'FOutpostMap::Type' has a wrong offset!"); \ static_assert(offsetof(FOutpostMap, OutpostSublevelName) == 0x000008, "Member 'FOutpostMap::OutpostSublevelName' has a wrong offset!"); \ static_assert(offsetof(FOutpostMap, Tier) == 0x000018, "Member 'FOutpostMap::Tier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathSwitcherSaveData \ static_assert(alignof(FPathSwitcherSaveData) == 0x000008, "Wrong alignment on FPathSwitcherSaveData"); \ static_assert(sizeof(FPathSwitcherSaveData) == 0x000020, "Wrong size on FPathSwitcherSaveData"); \ static_assert(offsetof(FPathSwitcherSaveData, ProphecyInventorySaveData) == 0x000000, "Member 'FPathSwitcherSaveData::ProphecyInventorySaveData' has a wrong offset!"); \ static_assert(offsetof(FPathSwitcherSaveData, SelectedRewardSlot) == 0x000018, "Member 'FPathSwitcherSaveData::SelectedRewardSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRangedWeaponAnimationsInfo \ static_assert(alignof(FRangedWeaponAnimationsInfo) == 0x000008, "Wrong alignment on FRangedWeaponAnimationsInfo"); \ static_assert(sizeof(FRangedWeaponAnimationsInfo) == 0x0000F0, "Wrong size on FRangedWeaponAnimationsInfo"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ShotAnimation) == 0x000000, "Member 'FRangedWeaponAnimationsInfo::ShotAnimation' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadMontage) == 0x000018, "Member 'FRangedWeaponAnimationsInfo::ReloadMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadSprintMontage) == 0x000030, "Member 'FRangedWeaponAnimationsInfo::ReloadSprintMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadSlowMontage) == 0x000048, "Member 'FRangedWeaponAnimationsInfo::ReloadSlowMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadSprintSlowMontage) == 0x000060, "Member 'FRangedWeaponAnimationsInfo::ReloadSprintSlowMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadFastMontage) == 0x000078, "Member 'FRangedWeaponAnimationsInfo::ReloadFastMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, ReloadSprintFastMontage) == 0x000090, "Member 'FRangedWeaponAnimationsInfo::ReloadSprintFastMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, EquipMontage) == 0x0000A8, "Member 'FRangedWeaponAnimationsInfo::EquipMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, SprintEquipMontage) == 0x0000C0, "Member 'FRangedWeaponAnimationsInfo::SprintEquipMontage' has a wrong offset!"); \ static_assert(offsetof(FRangedWeaponAnimationsInfo, UnequipMontage) == 0x0000D8, "Member 'FRangedWeaponAnimationsInfo::UnequipMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenRewardPreset \ static_assert(alignof(FPathTokenRewardPreset) == 0x000008, "Wrong alignment on FPathTokenRewardPreset"); \ static_assert(sizeof(FPathTokenRewardPreset) == 0x000028, "Wrong size on FPathTokenRewardPreset"); \ static_assert(offsetof(FPathTokenRewardPreset, ID) == 0x000008, "Member 'FPathTokenRewardPreset::ID' has a wrong offset!"); \ static_assert(offsetof(FPathTokenRewardPreset, LootWeight) == 0x00000C, "Member 'FPathTokenRewardPreset::LootWeight' has a wrong offset!"); \ static_assert(offsetof(FPathTokenRewardPreset, WorldRate) == 0x000010, "Member 'FPathTokenRewardPreset::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FPathTokenRewardPreset, Rewards) == 0x000018, "Member 'FPathTokenRewardPreset::Rewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenTypeSettings \ static_assert(alignof(FPathTokenTypeSettings) == 0x000008, "Wrong alignment on FPathTokenTypeSettings"); \ static_assert(sizeof(FPathTokenTypeSettings) == 0x000018, "Wrong size on FPathTokenTypeSettings"); \ static_assert(offsetof(FPathTokenTypeSettings, Type) == 0x000008, "Member 'FPathTokenTypeSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FPathTokenTypeSettings, Mesh) == 0x000010, "Member 'FPathTokenTypeSettings::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineItemInfo \ static_assert(alignof(FVendingMachineItemInfo) == 0x000008, "Wrong alignment on FVendingMachineItemInfo"); \ static_assert(sizeof(FVendingMachineItemInfo) == 0x000030, "Wrong size on FVendingMachineItemInfo"); \ static_assert(offsetof(FVendingMachineItemInfo, Class) == 0x000000, "Member 'FVendingMachineItemInfo::Class' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemInfo, Amount) == 0x000008, "Member 'FVendingMachineItemInfo::Amount' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemInfo, Price) == 0x000010, "Member 'FVendingMachineItemInfo::Price' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemInfo, bIsDiscounted) == 0x000028, "Member 'FVendingMachineItemInfo::bIsDiscounted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenTierSettings \ static_assert(alignof(FPathTokenTierSettings) == 0x000008, "Wrong alignment on FPathTokenTierSettings"); \ static_assert(sizeof(FPathTokenTierSettings) == 0x000018, "Wrong size on FPathTokenTierSettings"); \ static_assert(offsetof(FPathTokenTierSettings, Tier) == 0x000008, "Member 'FPathTokenTierSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FPathTokenTierSettings, Material) == 0x000010, "Member 'FPathTokenTierSettings::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenImplicitSettings \ static_assert(alignof(FPathTokenImplicitSettings) == 0x000008, "Wrong alignment on FPathTokenImplicitSettings"); \ static_assert(sizeof(FPathTokenImplicitSettings) == 0x000020, "Wrong size on FPathTokenImplicitSettings"); \ static_assert(offsetof(FPathTokenImplicitSettings, Implicit) == 0x000008, "Member 'FPathTokenImplicitSettings::Implicit' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitSettings, Min) == 0x00000C, "Member 'FPathTokenImplicitSettings::Min' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitSettings, Max) == 0x000010, "Member 'FPathTokenImplicitSettings::Max' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitSettings, StepSize) == 0x000014, "Member 'FPathTokenImplicitSettings::StepSize' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitSettings, Cap) == 0x000018, "Member 'FPathTokenImplicitSettings::Cap' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitSettings, LootWeight) == 0x00001C, "Member 'FPathTokenImplicitSettings::LootWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenGenerationSettings \ static_assert(alignof(FPathTokenGenerationSettings) == 0x000008, "Wrong alignment on FPathTokenGenerationSettings"); \ static_assert(sizeof(FPathTokenGenerationSettings) == 0x000060, "Wrong size on FPathTokenGenerationSettings"); \ static_assert(offsetof(FPathTokenGenerationSettings, ID) == 0x000008, "Member 'FPathTokenGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Tier) == 0x00000C, "Member 'FPathTokenGenerationSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Type) == 0x00000D, "Member 'FPathTokenGenerationSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, WorldRate) == 0x000010, "Member 'FPathTokenGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Name) == 0x000018, "Member 'FPathTokenGenerationSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Description) == 0x000030, "Member 'FPathTokenGenerationSettings::Description' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Icon) == 0x000048, "Member 'FPathTokenGenerationSettings::Icon' has a wrong offset!"); \ static_assert(offsetof(FPathTokenGenerationSettings, Implicits) == 0x000050, "Member 'FPathTokenGenerationSettings::Implicits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCraftOutputZone \ static_assert(alignof(FCraftOutputZone) == 0x000008, "Wrong alignment on FCraftOutputZone"); \ static_assert(sizeof(FCraftOutputZone) == 0x000018, "Wrong size on FCraftOutputZone"); \ static_assert(offsetof(FCraftOutputZone, RecipeID) == 0x000000, "Member 'FCraftOutputZone::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FCraftOutputZone, ResultClass) == 0x000008, "Member 'FCraftOutputZone::ResultClass' has a wrong offset!"); \ static_assert(offsetof(FCraftOutputZone, Amount) == 0x000010, "Member 'FCraftOutputZone::Amount' has a wrong offset!"); \ static_assert(offsetof(FCraftOutputZone, MaxStack) == 0x000014, "Member 'FCraftOutputZone::MaxStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathTokenImplicitName \ static_assert(alignof(FPathTokenImplicitName) == 0x000008, "Wrong alignment on FPathTokenImplicitName"); \ static_assert(sizeof(FPathTokenImplicitName) == 0x000028, "Wrong size on FPathTokenImplicitName"); \ static_assert(offsetof(FPathTokenImplicitName, Implicit) == 0x000008, "Member 'FPathTokenImplicitName::Implicit' has a wrong offset!"); \ static_assert(offsetof(FPathTokenImplicitName, Name) == 0x000010, "Member 'FPathTokenImplicitName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechLearningProgress \ static_assert(alignof(FVoidTechLearningProgress) == 0x000008, "Wrong alignment on FVoidTechLearningProgress"); \ static_assert(sizeof(FVoidTechLearningProgress) == 0x000018, "Wrong size on FVoidTechLearningProgress"); \ static_assert(offsetof(FVoidTechLearningProgress, TypeInfo) == 0x000000, "Member 'FVoidTechLearningProgress::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FVoidTechLearningProgress, LearnTime) == 0x000008, "Member 'FVoidTechLearningProgress::LearnTime' has a wrong offset!"); \ static_assert(offsetof(FVoidTechLearningProgress, ServerEndTime) == 0x00000C, "Member 'FVoidTechLearningProgress::ServerEndTime' has a wrong offset!"); \ static_assert(offsetof(FVoidTechLearningProgress, LearnTimerHandle) == 0x000010, "Member 'FVoidTechLearningProgress::LearnTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechSaveData \ static_assert(alignof(FVoidTechSaveData) == 0x000008, "Wrong alignment on FVoidTechSaveData"); \ static_assert(sizeof(FVoidTechSaveData) == 0x000058, "Wrong size on FVoidTechSaveData"); \ static_assert(offsetof(FVoidTechSaveData, LearnedTech) == 0x000000, "Member 'FVoidTechSaveData::LearnedTech' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, CurrentVoidTechResearch) == 0x000010, "Member 'FVoidTechSaveData::CurrentVoidTechResearch' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, AllStartedVoidTechResearches) == 0x000028, "Member 'FVoidTechSaveData::AllStartedVoidTechResearches' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, CurrentPhaseID) == 0x000038, "Member 'FVoidTechSaveData::CurrentPhaseID' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, Version) == 0x00003C, "Member 'FVoidTechSaveData::Version' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, LearnedTechTypeInfo) == 0x000040, "Member 'FVoidTechSaveData::LearnedTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(FVoidTechSaveData, ResearchPoints) == 0x000050, "Member 'FVoidTechSaveData::ResearchPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGOAPNode_Transition \ static_assert(alignof(FGOAPNode_Transition) == 0x000008, "Wrong alignment on FGOAPNode_Transition"); \ static_assert(sizeof(FGOAPNode_Transition) == 0x000010, "Wrong size on FGOAPNode_Transition"); \ static_assert(offsetof(FGOAPNode_Transition, TransitionAction) == 0x000000, "Member 'FGOAPNode_Transition::TransitionAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineGenerationSettings \ static_assert(alignof(FVendingMachineGenerationSettings) == 0x000008, "Wrong alignment on FVendingMachineGenerationSettings"); \ static_assert(sizeof(FVendingMachineGenerationSettings) == 0x000028, "Wrong size on FVendingMachineGenerationSettings"); \ static_assert(offsetof(FVendingMachineGenerationSettings, WorldRate) == 0x000008, "Member 'FVendingMachineGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, ItemsNumberMin) == 0x00000C, "Member 'FVendingMachineGenerationSettings::ItemsNumberMin' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, ItemsNumberMax) == 0x000010, "Member 'FVendingMachineGenerationSettings::ItemsNumberMax' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, ItemAmountMin) == 0x000014, "Member 'FVendingMachineGenerationSettings::ItemAmountMin' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, ItemAmountMax) == 0x000018, "Member 'FVendingMachineGenerationSettings::ItemAmountMax' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, DiscountedItemsMin) == 0x00001C, "Member 'FVendingMachineGenerationSettings::DiscountedItemsMin' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineGenerationSettings, DiscountedItemsMax) == 0x000020, "Member 'FVendingMachineGenerationSettings::DiscountedItemsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechRequirement \ static_assert(alignof(FVoidTechRequirement) == 0x000008, "Wrong alignment on FVoidTechRequirement"); \ static_assert(sizeof(FVoidTechRequirement) == 0x000010, "Wrong size on FVoidTechRequirement"); \ static_assert(offsetof(FVoidTechRequirement, Amount) == 0x000000, "Member 'FVoidTechRequirement::Amount' has a wrong offset!"); \ static_assert(offsetof(FVoidTechRequirement, Class) == 0x000008, "Member 'FVoidTechRequirement::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechData \ static_assert(alignof(FVoidTechData) == 0x000008, "Wrong alignment on FVoidTechData"); \ static_assert(sizeof(FVoidTechData) == 0x000110, "Wrong size on FVoidTechData"); \ static_assert(offsetof(FVoidTechData, ID) == 0x000008, "Member 'FVoidTechData::ID' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, TypeInfo) == 0x00000C, "Member 'FVoidTechData::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, PhaseID) == 0x000014, "Member 'FVoidTechData::PhaseID' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Group) == 0x000018, "Member 'FVoidTechData::Group' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Name) == 0x000020, "Member 'FVoidTechData::Name' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Description) == 0x000038, "Member 'FVoidTechData::Description' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, LoreDescription) == 0x000050, "Member 'FVoidTechData::LoreDescription' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Image) == 0x000068, "Member 'FVoidTechData::Image' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, BigImage) == 0x000090, "Member 'FVoidTechData::BigImage' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Requirements) == 0x0000B8, "Member 'FVoidTechData::Requirements' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, LearnTime) == 0x0000C8, "Member 'FVoidTechData::LearnTime' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, CraftRecipesReward) == 0x0000D0, "Member 'FVoidTechData::CraftRecipesReward' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, TrainBuildRecipesReward) == 0x0000E0, "Member 'FVoidTechData::TrainBuildRecipesReward' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, Modifier) == 0x0000F0, "Member 'FVoidTechData::Modifier' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, WorldRateWeightAdditive) == 0x0000F4, "Member 'FVoidTechData::WorldRateWeightAdditive' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, bIsHidden) == 0x0000F8, "Member 'FVoidTechData::bIsHidden' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, RandomDecoreGroupID) == 0x0000FC, "Member 'FVoidTechData::RandomDecoreGroupID' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, DesiredProgression) == 0x000100, "Member 'FVoidTechData::DesiredProgression' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, ResearchPointsCost) == 0x000104, "Member 'FVoidTechData::ResearchPointsCost' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, PowerPointsCost) == 0x000108, "Member 'FVoidTechData::PowerPointsCost' has a wrong offset!"); \ static_assert(offsetof(FVoidTechData, TourismTicketsCost) == 0x00010C, "Member 'FVoidTechData::TourismTicketsCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerRights \ static_assert(alignof(FPlayerRights) == 0x000008, "Wrong alignment on FPlayerRights"); \ static_assert(sizeof(FPlayerRights) == 0x000030, "Wrong size on FPlayerRights"); \ static_assert(offsetof(FPlayerRights, UniquePlayerID) == 0x000000, "Member 'FPlayerRights::UniquePlayerID' has a wrong offset!"); \ static_assert(offsetof(FPlayerRights, BlockedRights) == 0x000010, "Member 'FPlayerRights::BlockedRights' has a wrong offset!"); \ static_assert(offsetof(FPlayerRights, UnlockedRights) == 0x000020, "Member 'FPlayerRights::UnlockedRights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerRightsSettingsSaveData \ static_assert(alignof(FPlayerRightsSettingsSaveData) == 0x000008, "Wrong alignment on FPlayerRightsSettingsSaveData"); \ static_assert(sizeof(FPlayerRightsSettingsSaveData) == 0x000010, "Wrong size on FPlayerRightsSettingsSaveData"); \ static_assert(offsetof(FPlayerRightsSettingsSaveData, PlayersRights) == 0x000000, "Member 'FPlayerRightsSettingsSaveData::PlayersRights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepairResourceRequirement \ static_assert(alignof(FRepairResourceRequirement) == 0x000008, "Wrong alignment on FRepairResourceRequirement"); \ static_assert(sizeof(FRepairResourceRequirement) == 0x000010, "Wrong size on FRepairResourceRequirement"); \ static_assert(offsetof(FRepairResourceRequirement, Amount) == 0x000000, "Member 'FRepairResourceRequirement::Amount' has a wrong offset!"); \ static_assert(offsetof(FRepairResourceRequirement, Class) == 0x000008, "Member 'FRepairResourceRequirement::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepairCountResourceRequirement \ static_assert(alignof(FRepairCountResourceRequirement) == 0x000008, "Wrong alignment on FRepairCountResourceRequirement"); \ static_assert(sizeof(FRepairCountResourceRequirement) == 0x000018, "Wrong size on FRepairCountResourceRequirement"); \ static_assert(offsetof(FRepairCountResourceRequirement, RepairCount) == 0x000000, "Member 'FRepairCountResourceRequirement::RepairCount' has a wrong offset!"); \ static_assert(offsetof(FRepairCountResourceRequirement, ResourceRequirement) == 0x000008, "Member 'FRepairCountResourceRequirement::ResourceRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPollutionData \ static_assert(alignof(FPollutionData) == 0x000008, "Wrong alignment on FPollutionData"); \ static_assert(sizeof(FPollutionData) == 0x000020, "Wrong size on FPollutionData"); \ static_assert(offsetof(FPollutionData, Cooldown) == 0x000000, "Member 'FPollutionData::Cooldown' has a wrong offset!"); \ static_assert(offsetof(FPollutionData, SourceCooldown) == 0x000008, "Member 'FPollutionData::SourceCooldown' has a wrong offset!"); \ static_assert(offsetof(FPollutionData, PollutionSource) == 0x000010, "Member 'FPollutionData::PollutionSource' has a wrong offset!"); \ static_assert(offsetof(FPollutionData, PollutionValue) == 0x000018, "Member 'FPollutionData::PollutionValue' has a wrong offset!"); \ static_assert(offsetof(FPollutionData, MatID) == 0x00001C, "Member 'FPollutionData::MatID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTurretSpeedProfile \ static_assert(alignof(FTurretSpeedProfile) == 0x000004, "Wrong alignment on FTurretSpeedProfile"); \ static_assert(sizeof(FTurretSpeedProfile) == 0x000014, "Wrong size on FTurretSpeedProfile"); \ static_assert(offsetof(FTurretSpeedProfile, ShootCooldown) == 0x000000, "Member 'FTurretSpeedProfile::ShootCooldown' has a wrong offset!"); \ static_assert(offsetof(FTurretSpeedProfile, AimingSpeed) == 0x000004, "Member 'FTurretSpeedProfile::AimingSpeed' has a wrong offset!"); \ static_assert(offsetof(FTurretSpeedProfile, AimReleaseSpeed) == 0x000008, "Member 'FTurretSpeedProfile::AimReleaseSpeed' has a wrong offset!"); \ static_assert(offsetof(FTurretSpeedProfile, DesiredAimingTime) == 0x00000C, "Member 'FTurretSpeedProfile::DesiredAimingTime' has a wrong offset!"); \ static_assert(offsetof(FTurretSpeedProfile, AnimationRateScale) == 0x000010, "Member 'FTurretSpeedProfile::AnimationRateScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPollutionChance \ static_assert(alignof(FPollutionChance) == 0x000008, "Wrong alignment on FPollutionChance"); \ static_assert(sizeof(FPollutionChance) == 0x000018, "Wrong size on FPollutionChance"); \ static_assert(offsetof(FPollutionChance, Type) == 0x000008, "Member 'FPollutionChance::Type' has a wrong offset!"); \ static_assert(offsetof(FPollutionChance, Chance) == 0x00000C, "Member 'FPollutionChance::Chance' has a wrong offset!"); \ static_assert(offsetof(FPollutionChance, Cooldown) == 0x000010, "Member 'FPollutionChance::Cooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPollutionManagerSaveData \ static_assert(alignof(FPollutionManagerSaveData) == 0x000004, "Wrong alignment on FPollutionManagerSaveData"); \ static_assert(sizeof(FPollutionManagerSaveData) == 0x000008, "Wrong size on FPollutionManagerSaveData"); \ static_assert(offsetof(FPollutionManagerSaveData, SectionID) == 0x000000, "Member 'FPollutionManagerSaveData::SectionID' has a wrong offset!"); \ static_assert(offsetof(FPollutionManagerSaveData, PollutionProgress) == 0x000004, "Member 'FPollutionManagerSaveData::PollutionProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechRandomDecoreRecipesData \ static_assert(alignof(FVoidTechRandomDecoreRecipesData) == 0x000008, "Wrong alignment on FVoidTechRandomDecoreRecipesData"); \ static_assert(sizeof(FVoidTechRandomDecoreRecipesData) == 0x000020, "Wrong size on FVoidTechRandomDecoreRecipesData"); \ static_assert(offsetof(FVoidTechRandomDecoreRecipesData, GroupID) == 0x000008, "Member 'FVoidTechRandomDecoreRecipesData::GroupID' has a wrong offset!"); \ static_assert(offsetof(FVoidTechRandomDecoreRecipesData, RecipeIDs) == 0x000010, "Member 'FVoidTechRandomDecoreRecipesData::RecipeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProfileSaveData \ static_assert(alignof(FProfileSaveData) == 0x000008, "Wrong alignment on FProfileSaveData"); \ static_assert(sizeof(FProfileSaveData) == 0x0002B0, "Wrong size on FProfileSaveData"); \ static_assert(offsetof(FProfileSaveData, bIsInitialized) == 0x000000, "Member 'FProfileSaveData::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, CustomizationSaveData) == 0x000008, "Member 'FProfileSaveData::CustomizationSaveData' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, ContentCustomizationData) == 0x0001C8, "Member 'FProfileSaveData::ContentCustomizationData' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, ContentCustomizationUnlocksData) == 0x0001D8, "Member 'FProfileSaveData::ContentCustomizationUnlocksData' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, AchievementsCounter) == 0x000250, "Member 'FProfileSaveData::AchievementsCounter' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, PlayedInstruments) == 0x000260, "Member 'FProfileSaveData::PlayedInstruments' has a wrong offset!"); \ static_assert(offsetof(FProfileSaveData, DefaultGameDifficultySettings) == 0x000270, "Member 'FProfileSaveData::DefaultGameDifficultySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProjectileInfo \ static_assert(alignof(FProjectileInfo) == 0x000008, "Wrong alignment on FProjectileInfo"); \ static_assert(sizeof(FProjectileInfo) == 0x000020, "Wrong size on FProjectileInfo"); \ static_assert(offsetof(FProjectileInfo, ProjectileClass) == 0x000000, "Member 'FProjectileInfo::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(FProjectileInfo, ShotID) == 0x000008, "Member 'FProjectileInfo::ShotID' has a wrong offset!"); \ static_assert(offsetof(FProjectileInfo, AmmoID) == 0x00000C, "Member 'FProjectileInfo::AmmoID' has a wrong offset!"); \ static_assert(offsetof(FProjectileInfo, MagazineElement) == 0x000010, "Member 'FProjectileInfo::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(FProjectileInfo, DamageScale) == 0x000014, "Member 'FProjectileInfo::DamageScale' has a wrong offset!"); \ static_assert(offsetof(FProjectileInfo, CanApplyStatusEffect) == 0x000018, "Member 'FProjectileInfo::CanApplyStatusEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestContextNode \ static_assert(alignof(FQuestContextNode) == 0x000008, "Wrong alignment on FQuestContextNode"); \ static_assert(sizeof(FQuestContextNode) == 0x000020, "Wrong size on FQuestContextNode"); \ static_assert(offsetof(FQuestContextNode, ContextNodeName) == 0x000000, "Member 'FQuestContextNode::ContextNodeName' has a wrong offset!"); \ static_assert(offsetof(FQuestContextNode, ContextNodeClass) == 0x000010, "Member 'FQuestContextNode::ContextNodeClass' has a wrong offset!"); \ static_assert(offsetof(FQuestContextNode, ContextNode) == 0x000018, "Member 'FQuestContextNode::ContextNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestInventoryPlaceholder \ static_assert(alignof(FQuestInventoryPlaceholder) == 0x000008, "Wrong alignment on FQuestInventoryPlaceholder"); \ static_assert(sizeof(FQuestInventoryPlaceholder) == 0x000010, "Wrong size on FQuestInventoryPlaceholder"); \ static_assert(offsetof(FQuestInventoryPlaceholder, QuestItem) == 0x000000, "Member 'FQuestInventoryPlaceholder::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FQuestInventoryPlaceholder, Count) == 0x000008, "Member 'FQuestInventoryPlaceholder::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepotQuestsSpawnSettings \ static_assert(alignof(FDepotQuestsSpawnSettings) == 0x000008, "Wrong alignment on FDepotQuestsSpawnSettings"); \ static_assert(sizeof(FDepotQuestsSpawnSettings) == 0x000020, "Wrong size on FDepotQuestsSpawnSettings"); \ static_assert(offsetof(FDepotQuestsSpawnSettings, MapCycle) == 0x000008, "Member 'FDepotQuestsSpawnSettings::MapCycle' has a wrong offset!"); \ static_assert(offsetof(FDepotQuestsSpawnSettings, QuestGraphs) == 0x000010, "Member 'FDepotQuestsSpawnSettings::QuestGraphs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestVolumeGenerationSettings \ static_assert(alignof(FQuestVolumeGenerationSettings) == 0x000004, "Wrong alignment on FQuestVolumeGenerationSettings"); \ static_assert(sizeof(FQuestVolumeGenerationSettings) == 0x000058, "Wrong size on FQuestVolumeGenerationSettings"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, QuestSpawnVolumeOutpostOffset) == 0x000000, "Member 'FQuestVolumeGenerationSettings::QuestSpawnVolumeOutpostOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandStartQuestMult) == 0x000004, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandStartQuestMult' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandStartQuestOffset) == 0x000008, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandStartQuestOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandStopTrainMult) == 0x00000C, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandStopTrainMult' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandStopTrainOffset) == 0x000010, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandStopTrainOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandFollowFirefliesMult) == 0x000014, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandFollowFirefliesMult' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandFollowFirefliesOffset) == 0x000018, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandFollowFirefliesOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandVolumeSizeFollowFireflies) == 0x00001C, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandVolumeSizeFollowFireflies' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandVolumeHubSize) == 0x000028, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandVolumeHubSize' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, PuzzleIslandSearchIslandVolumeSize) == 0x000034, "Member 'FQuestVolumeGenerationSettings::PuzzleIslandSearchIslandVolumeSize' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, ChaseStartMult) == 0x000040, "Member 'FQuestVolumeGenerationSettings::ChaseStartMult' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, QuestSpawnVolumeDerailedTrainOffset) == 0x000044, "Member 'FQuestVolumeGenerationSettings::QuestSpawnVolumeDerailedTrainOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, QuestSpawnVolumeVelvaOffset) == 0x000048, "Member 'FQuestVolumeGenerationSettings::QuestSpawnVolumeVelvaOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, QuestSpawnVolumeLightHouseOffset) == 0x00004C, "Member 'FQuestVolumeGenerationSettings::QuestSpawnVolumeLightHouseOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, TriggerVolumeSurvivalRoadOffset) == 0x000050, "Member 'FQuestVolumeGenerationSettings::TriggerVolumeSurvivalRoadOffset' has a wrong offset!"); \ static_assert(offsetof(FQuestVolumeGenerationSettings, TriggerVolumeSurvivalRoadMulti) == 0x000054, "Member 'FQuestVolumeGenerationSettings::TriggerVolumeSurvivalRoadMulti' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNarratorDialogue \ static_assert(alignof(FNarratorDialogue) == 0x000008, "Wrong alignment on FNarratorDialogue"); \ static_assert(sizeof(FNarratorDialogue) == 0x000038, "Wrong size on FNarratorDialogue"); \ static_assert(offsetof(FNarratorDialogue, DialogueID) == 0x000008, "Member 'FNarratorDialogue::DialogueID' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, DialogueSound) == 0x000010, "Member 'FNarratorDialogue::DialogueSound' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, BeginDialogueParameter) == 0x000018, "Member 'FNarratorDialogue::BeginDialogueParameter' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, ParameterValue) == 0x000020, "Member 'FNarratorDialogue::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, CompleteDialogueParameter) == 0x000024, "Member 'FNarratorDialogue::CompleteDialogueParameter' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, CompleteDialogueValue) == 0x00002C, "Member 'FNarratorDialogue::CompleteDialogueValue' has a wrong offset!"); \ static_assert(offsetof(FNarratorDialogue, bWaitUIClose) == 0x000030, "Member 'FNarratorDialogue::bWaitUIClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestGraphDescription \ static_assert(alignof(FQuestGraphDescription) == 0x000008, "Wrong alignment on FQuestGraphDescription"); \ static_assert(sizeof(FQuestGraphDescription) == 0x000010, "Wrong size on FQuestGraphDescription"); \ static_assert(offsetof(FQuestGraphDescription, QuestGraph) == 0x000000, "Member 'FQuestGraphDescription::QuestGraph' has a wrong offset!"); \ static_assert(offsetof(FQuestGraphDescription, QuestDifficulty) == 0x000008, "Member 'FQuestGraphDescription::QuestDifficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuestUniqueRewardItemInfo \ static_assert(alignof(FQuestUniqueRewardItemInfo) == 0x000008, "Wrong alignment on FQuestUniqueRewardItemInfo"); \ static_assert(sizeof(FQuestUniqueRewardItemInfo) == 0x000018, "Wrong size on FQuestUniqueRewardItemInfo"); \ static_assert(offsetof(FQuestUniqueRewardItemInfo, UniqueItemClass) == 0x000000, "Member 'FQuestUniqueRewardItemInfo::UniqueItemClass' has a wrong offset!"); \ static_assert(offsetof(FQuestUniqueRewardItemInfo, AlternativeItemClasses) == 0x000008, "Member 'FQuestUniqueRewardItemInfo::AlternativeItemClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponRevolverNameSettings \ static_assert(alignof(FWeaponRevolverNameSettings) == 0x000008, "Wrong alignment on FWeaponRevolverNameSettings"); \ static_assert(sizeof(FWeaponRevolverNameSettings) == 0x000030, "Wrong size on FWeaponRevolverNameSettings"); \ static_assert(offsetof(FWeaponRevolverNameSettings, ID) == 0x000008, "Member 'FWeaponRevolverNameSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverNameSettings, FrameID) == 0x00000C, "Member 'FWeaponRevolverNameSettings::FrameID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverNameSettings, BarrelID) == 0x000010, "Member 'FWeaponRevolverNameSettings::BarrelID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverNameSettings, GripID) == 0x000014, "Member 'FWeaponRevolverNameSettings::GripID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRevolverNameSettings, Name) == 0x000018, "Member 'FWeaponRevolverNameSettings::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRoadEventRollSettings \ static_assert(alignof(FRoadEventRollSettings) == 0x000004, "Wrong alignment on FRoadEventRollSettings"); \ static_assert(sizeof(FRoadEventRollSettings) == 0x000018, "Wrong size on FRoadEventRollSettings"); \ static_assert(offsetof(FRoadEventRollSettings, Type) == 0x000000, "Member 'FRoadEventRollSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FRoadEventRollSettings, RollChance) == 0x000004, "Member 'FRoadEventRollSettings::RollChance' has a wrong offset!"); \ static_assert(offsetof(FRoadEventRollSettings, BaseChance) == 0x000008, "Member 'FRoadEventRollSettings::BaseChance' has a wrong offset!"); \ static_assert(offsetof(FRoadEventRollSettings, AdditiveChance) == 0x00000C, "Member 'FRoadEventRollSettings::AdditiveChance' has a wrong offset!"); \ static_assert(offsetof(FRoadEventRollSettings, Cooldown) == 0x000010, "Member 'FRoadEventRollSettings::Cooldown' has a wrong offset!"); \ static_assert(offsetof(FRoadEventRollSettings, CooldownLeft) == 0x000014, "Member 'FRoadEventRollSettings::CooldownLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRoadEventGenerationSettings \ static_assert(alignof(FRoadEventGenerationSettings) == 0x000008, "Wrong alignment on FRoadEventGenerationSettings"); \ static_assert(sizeof(FRoadEventGenerationSettings) == 0x000040, "Wrong size on FRoadEventGenerationSettings"); \ static_assert(offsetof(FRoadEventGenerationSettings, ID) == 0x000008, "Member 'FRoadEventGenerationSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FRoadEventGenerationSettings, Type) == 0x00000C, "Member 'FRoadEventGenerationSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FRoadEventGenerationSettings, StartSpawnOffset) == 0x000010, "Member 'FRoadEventGenerationSettings::StartSpawnOffset' has a wrong offset!"); \ static_assert(offsetof(FRoadEventGenerationSettings, BaseSpawnChance) == 0x000018, "Member 'FRoadEventGenerationSettings::BaseSpawnChance' has a wrong offset!"); \ static_assert(offsetof(FRoadEventGenerationSettings, AdditiveSpawnChance) == 0x000028, "Member 'FRoadEventGenerationSettings::AdditiveSpawnChance' has a wrong offset!"); \ static_assert(offsetof(FRoadEventGenerationSettings, Cooldown) == 0x000030, "Member 'FRoadEventGenerationSettings::Cooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventSearchParams \ static_assert(alignof(FEventSearchParams) == 0x000004, "Wrong alignment on FEventSearchParams"); \ static_assert(sizeof(FEventSearchParams) == 0x000010, "Wrong size on FEventSearchParams"); \ static_assert(offsetof(FEventSearchParams, bOnGround) == 0x000000, "Member 'FEventSearchParams::bOnGround' has a wrong offset!"); \ static_assert(offsetof(FEventSearchParams, bInAir) == 0x000001, "Member 'FEventSearchParams::bInAir' has a wrong offset!"); \ static_assert(offsetof(FEventSearchParams, Size) == 0x000004, "Member 'FEventSearchParams::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoFood \ static_assert(alignof(FRofleemoFood) == 0x000008, "Wrong alignment on FRofleemoFood"); \ static_assert(sizeof(FRofleemoFood) == 0x000018, "Wrong size on FRofleemoFood"); \ static_assert(offsetof(FRofleemoFood, MinWR) == 0x000008, "Member 'FRofleemoFood::MinWR' has a wrong offset!"); \ static_assert(offsetof(FRofleemoFood, Tier) == 0x00000C, "Member 'FRofleemoFood::Tier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoFood, LootList) == 0x000010, "Member 'FRofleemoFood::LootList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoTierGen \ static_assert(alignof(FRofleemoTierGen) == 0x000008, "Wrong alignment on FRofleemoTierGen"); \ static_assert(sizeof(FRofleemoTierGen) == 0x000060, "Wrong size on FRofleemoTierGen"); \ static_assert(offsetof(FRofleemoTierGen, WR) == 0x000008, "Member 'FRofleemoTierGen::WR' has a wrong offset!"); \ static_assert(offsetof(FRofleemoTierGen, Rolls) == 0x000010, "Member 'FRofleemoTierGen::Rolls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoSpecRoll \ static_assert(alignof(FRofleemoSpecRoll) == 0x000008, "Wrong alignment on FRofleemoSpecRoll"); \ static_assert(sizeof(FRofleemoSpecRoll) == 0x000060, "Wrong size on FRofleemoSpecRoll"); \ static_assert(offsetof(FRofleemoSpecRoll, MinWR) == 0x000008, "Member 'FRofleemoSpecRoll::MinWR' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpecRoll, Rolls) == 0x000010, "Member 'FRofleemoSpecRoll::Rolls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoPerkC \ static_assert(alignof(FRofleemoPerkC) == 0x000008, "Wrong alignment on FRofleemoPerkC"); \ static_assert(sizeof(FRofleemoPerkC) == 0x000018, "Wrong size on FRofleemoPerkC"); \ static_assert(offsetof(FRofleemoPerkC, MinWR) == 0x000008, "Member 'FRofleemoPerkC::MinWR' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkC, Perk) == 0x00000C, "Member 'FRofleemoPerkC::Perk' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkC, GroupID) == 0x000010, "Member 'FRofleemoPerkC::GroupID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkC, Chance) == 0x000014, "Member 'FRofleemoPerkC::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoPerkA \ static_assert(alignof(FRofleemoPerkA) == 0x000008, "Wrong alignment on FRofleemoPerkA"); \ static_assert(sizeof(FRofleemoPerkA) == 0x000060, "Wrong size on FRofleemoPerkA"); \ static_assert(offsetof(FRofleemoPerkA, ID) == 0x000008, "Member 'FRofleemoPerkA::ID' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, Class) == 0x00000C, "Member 'FRofleemoPerkA::Class' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, ClassValue) == 0x000010, "Member 'FRofleemoPerkA::ClassValue' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, BaseCost) == 0x000014, "Member 'FRofleemoPerkA::BaseCost' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, DuplicateScaleMod) == 0x000018, "Member 'FRofleemoPerkA::DuplicateScaleMod' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, TechRequired) == 0x00001C, "Member 'FRofleemoPerkA::TechRequired' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, Title) == 0x000020, "Member 'FRofleemoPerkA::Title' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, Description) == 0x000038, "Member 'FRofleemoPerkA::Description' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, Tier) == 0x000050, "Member 'FRofleemoPerkA::Tier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoPerkA, Icon) == 0x000058, "Member 'FRofleemoPerkA::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRofleemoSpawnSettings \ static_assert(alignof(FRofleemoSpawnSettings) == 0x000008, "Wrong alignment on FRofleemoSpawnSettings"); \ static_assert(sizeof(FRofleemoSpawnSettings) == 0x000028, "Wrong size on FRofleemoSpawnSettings"); \ static_assert(offsetof(FRofleemoSpawnSettings, WorldRate) == 0x000008, "Member 'FRofleemoSpawnSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpawnSettings, SpawnedTier) == 0x000010, "Member 'FRofleemoSpawnSettings::SpawnedTier' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpawnSettings, SpawnedChance) == 0x000018, "Member 'FRofleemoSpawnSettings::SpawnedChance' has a wrong offset!"); \ static_assert(offsetof(FRofleemoSpawnSettings, SpawnedTierInFirstTime) == 0x000020, "Member 'FRofleemoSpawnSettings::SpawnedTierInFirstTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkEvolutionData \ static_assert(alignof(FSharkEvolutionData) == 0x000008, "Wrong alignment on FSharkEvolutionData"); \ static_assert(sizeof(FSharkEvolutionData) == 0x000070, "Wrong size on FSharkEvolutionData"); \ static_assert(offsetof(FSharkEvolutionData, EvolutionLvl) == 0x000000, "Member 'FSharkEvolutionData::EvolutionLvl' has a wrong offset!"); \ static_assert(offsetof(FSharkEvolutionData, MutagenCollected) == 0x000004, "Member 'FSharkEvolutionData::MutagenCollected' has a wrong offset!"); \ static_assert(offsetof(FSharkEvolutionData, EvolutionRequirement) == 0x000008, "Member 'FSharkEvolutionData::EvolutionRequirement' has a wrong offset!"); \ static_assert(offsetof(FSharkEvolutionData, LearnedMutations) == 0x000010, "Member 'FSharkEvolutionData::LearnedMutations' has a wrong offset!"); \ static_assert(offsetof(FSharkEvolutionData, ArmorDurabilities) == 0x000020, "Member 'FSharkEvolutionData::ArmorDurabilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkStatData_Power \ static_assert(alignof(FSharkStatData_Power) == 0x000008, "Wrong alignment on FSharkStatData_Power"); \ static_assert(sizeof(FSharkStatData_Power) == 0x000020, "Wrong size on FSharkStatData_Power"); \ #define DUMPER7_ASSERTS_FSharkStatData_Stats \ static_assert(alignof(FSharkStatData_Stats) == 0x000008, "Wrong alignment on FSharkStatData_Stats"); \ static_assert(sizeof(FSharkStatData_Stats) == 0x000060, "Wrong size on FSharkStatData_Stats"); \ static_assert(offsetof(FSharkStatData_Stats, Endurance) == 0x000000, "Member 'FSharkStatData_Stats::Endurance' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData_Stats, Power) == 0x000020, "Member 'FSharkStatData_Stats::Power' has a wrong offset!"); \ static_assert(offsetof(FSharkStatData_Stats, Deception) == 0x000040, "Member 'FSharkStatData_Stats::Deception' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharkStatMod \ static_assert(alignof(FSharkStatMod) == 0x000004, "Wrong alignment on FSharkStatMod"); \ static_assert(sizeof(FSharkStatMod) == 0x000008, "Wrong size on FSharkStatMod"); \ static_assert(offsetof(FSharkStatMod, ValuePerLevel) == 0x000000, "Member 'FSharkStatMod::ValuePerLevel' has a wrong offset!"); \ static_assert(offsetof(FSharkStatMod, MaxValue) == 0x000004, "Member 'FSharkStatMod::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSENiagaraMaterialSettings \ static_assert(alignof(FSENiagaraMaterialSettings) == 0x000004, "Wrong alignment on FSENiagaraMaterialSettings"); \ static_assert(sizeof(FSENiagaraMaterialSettings) == 0x00000C, "Wrong size on FSENiagaraMaterialSettings"); \ static_assert(offsetof(FSENiagaraMaterialSettings, Name) == 0x000000, "Member 'FSENiagaraMaterialSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FSENiagaraMaterialSettings, Value) == 0x000008, "Member 'FSENiagaraMaterialSettings::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatusEffectAdaptiveChance \ static_assert(alignof(FStatusEffectAdaptiveChance) == 0x000004, "Wrong alignment on FStatusEffectAdaptiveChance"); \ static_assert(sizeof(FStatusEffectAdaptiveChance) == 0x000008, "Wrong size on FStatusEffectAdaptiveChance"); \ static_assert(offsetof(FStatusEffectAdaptiveChance, Type) == 0x000000, "Member 'FStatusEffectAdaptiveChance::Type' has a wrong offset!"); \ static_assert(offsetof(FStatusEffectAdaptiveChance, Chance) == 0x000004, "Member 'FStatusEffectAdaptiveChance::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopBackgammonTurn \ static_assert(alignof(FTabletopBackgammonTurn) == 0x000008, "Wrong alignment on FTabletopBackgammonTurn"); \ static_assert(sizeof(FTabletopBackgammonTurn) == 0x000020, "Wrong size on FTabletopBackgammonTurn"); \ static_assert(offsetof(FTabletopBackgammonTurn, PlayerSide) == 0x000000, "Member 'FTabletopBackgammonTurn::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurn, FromIndex) == 0x000004, "Member 'FTabletopBackgammonTurn::FromIndex' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurn, TurnIndex) == 0x000008, "Member 'FTabletopBackgammonTurn::TurnIndex' has a wrong offset!"); \ static_assert(offsetof(FTabletopBackgammonTurn, Dice) == 0x000010, "Member 'FTabletopBackgammonTurn::Dice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTabletopGameSlot \ static_assert(alignof(FTabletopGameSlot) == 0x000008, "Wrong alignment on FTabletopGameSlot"); \ static_assert(sizeof(FTabletopGameSlot) == 0x000018, "Wrong size on FTabletopGameSlot"); \ static_assert(offsetof(FTabletopGameSlot, Index) == 0x000000, "Member 'FTabletopGameSlot::Index' has a wrong offset!"); \ static_assert(offsetof(FTabletopGameSlot, Type) == 0x000004, "Member 'FTabletopGameSlot::Type' has a wrong offset!"); \ static_assert(offsetof(FTabletopGameSlot, Player) == 0x000008, "Member 'FTabletopGameSlot::Player' has a wrong offset!"); \ static_assert(offsetof(FTabletopGameSlot, Status) == 0x000010, "Member 'FTabletopGameSlot::Status' has a wrong offset!"); \ static_assert(offsetof(FTabletopGameSlot, ReplicationCoounter) == 0x000014, "Member 'FTabletopGameSlot::ReplicationCoounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTaskChanceRange \ static_assert(alignof(FTaskChanceRange) == 0x000004, "Wrong alignment on FTaskChanceRange"); \ static_assert(sizeof(FTaskChanceRange) == 0x000008, "Wrong size on FTaskChanceRange"); \ static_assert(offsetof(FTaskChanceRange, MinValue) == 0x000000, "Member 'FTaskChanceRange::MinValue' has a wrong offset!"); \ static_assert(offsetof(FTaskChanceRange, MaxValue) == 0x000004, "Member 'FTaskChanceRange::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTeleportationVoteSettings \ static_assert(alignof(FTeleportationVoteSettings) == 0x000008, "Wrong alignment on FTeleportationVoteSettings"); \ static_assert(sizeof(FTeleportationVoteSettings) == 0x000010, "Wrong size on FTeleportationVoteSettings"); \ static_assert(offsetof(FTeleportationVoteSettings, StartTime) == 0x000008, "Member 'FTeleportationVoteSettings::StartTime' has a wrong offset!"); \ static_assert(offsetof(FTeleportationVoteSettings, EndTime) == 0x00000C, "Member 'FTeleportationVoteSettings::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainBuilderQueue_Modules \ static_assert(alignof(FTrainBuilderQueue_Modules) == 0x000004, "Wrong alignment on FTrainBuilderQueue_Modules"); \ static_assert(sizeof(FTrainBuilderQueue_Modules) == 0x000008, "Wrong size on FTrainBuilderQueue_Modules"); \ static_assert(offsetof(FTrainBuilderQueue_Modules, RecipeID) == 0x000000, "Member 'FTrainBuilderQueue_Modules::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FTrainBuilderQueue_Modules, Amount) == 0x000004, "Member 'FTrainBuilderQueue_Modules::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainBuilderQueue \ static_assert(alignof(FTrainBuilderQueue) == 0x000008, "Wrong alignment on FTrainBuilderQueue"); \ static_assert(sizeof(FTrainBuilderQueue) == 0x000020, "Wrong size on FTrainBuilderQueue"); \ static_assert(offsetof(FTrainBuilderQueue, Modules) == 0x000000, "Member 'FTrainBuilderQueue::Modules' has a wrong offset!"); \ static_assert(offsetof(FTrainBuilderQueue, Resources) == 0x000010, "Member 'FTrainBuilderQueue::Resources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineDurabilitySettings \ static_assert(alignof(FEngineDurabilitySettings) == 0x000004, "Wrong alignment on FEngineDurabilitySettings"); \ static_assert(sizeof(FEngineDurabilitySettings) == 0x000008, "Wrong size on FEngineDurabilitySettings"); \ static_assert(offsetof(FEngineDurabilitySettings, DurabilityPercent) == 0x000000, "Member 'FEngineDurabilitySettings::DurabilityPercent' has a wrong offset!"); \ static_assert(offsetof(FEngineDurabilitySettings, Modifier) == 0x000004, "Member 'FEngineDurabilitySettings::Modifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTutorialInfo \ static_assert(alignof(FTutorialInfo) == 0x000004, "Wrong alignment on FTutorialInfo"); \ static_assert(sizeof(FTutorialInfo) == 0x000010, "Wrong size on FTutorialInfo"); \ static_assert(offsetof(FTutorialInfo, ID) == 0x000000, "Member 'FTutorialInfo::ID' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, Delay) == 0x000008, "Member 'FTutorialInfo::Delay' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, TriggerTime) == 0x00000C, "Member 'FTutorialInfo::TriggerTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstructionsInfoData \ static_assert(alignof(FInstructionsInfoData) == 0x000008, "Wrong alignment on FInstructionsInfoData"); \ static_assert(sizeof(FInstructionsInfoData) == 0x000048, "Wrong size on FInstructionsInfoData"); \ static_assert(offsetof(FInstructionsInfoData, Title) == 0x000008, "Member 'FInstructionsInfoData::Title' has a wrong offset!"); \ static_assert(offsetof(FInstructionsInfoData, Description) == 0x000020, "Member 'FInstructionsInfoData::Description' has a wrong offset!"); \ static_assert(offsetof(FInstructionsInfoData, Image) == 0x000038, "Member 'FInstructionsInfoData::Image' has a wrong offset!"); \ static_assert(offsetof(FInstructionsInfoData, Video) == 0x000040, "Member 'FInstructionsInfoData::Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArrayOfFloat \ static_assert(alignof(FArrayOfFloat) == 0x000008, "Wrong alignment on FArrayOfFloat"); \ static_assert(sizeof(FArrayOfFloat) == 0x000010, "Wrong size on FArrayOfFloat"); \ static_assert(offsetof(FArrayOfFloat, Array) == 0x000000, "Member 'FArrayOfFloat::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerBackpackLayout \ static_assert(alignof(FPlayerBackpackLayout) == 0x000008, "Wrong alignment on FPlayerBackpackLayout"); \ static_assert(sizeof(FPlayerBackpackLayout) == 0x000018, "Wrong size on FPlayerBackpackLayout"); \ static_assert(offsetof(FPlayerBackpackLayout, HSize) == 0x000000, "Member 'FPlayerBackpackLayout::HSize' has a wrong offset!"); \ static_assert(offsetof(FPlayerBackpackLayout, VSize) == 0x000004, "Member 'FPlayerBackpackLayout::VSize' has a wrong offset!"); \ static_assert(offsetof(FPlayerBackpackLayout, Layouts) == 0x000008, "Member 'FPlayerBackpackLayout::Layouts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSignificanceThresholds \ static_assert(alignof(FSignificanceThresholds) == 0x000004, "Wrong alignment on FSignificanceThresholds"); \ static_assert(sizeof(FSignificanceThresholds) == 0x000008, "Wrong size on FSignificanceThresholds"); \ static_assert(offsetof(FSignificanceThresholds, Significance) == 0x000000, "Member 'FSignificanceThresholds::Significance' has a wrong offset!"); \ static_assert(offsetof(FSignificanceThresholds, MaxDistance) == 0x000004, "Member 'FSignificanceThresholds::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOptimizationSettings \ static_assert(alignof(FOptimizationSettings) == 0x000001, "Wrong alignment on FOptimizationSettings"); \ static_assert(sizeof(FOptimizationSettings) == 0x000005, "Wrong size on FOptimizationSettings"); \ static_assert(offsetof(FOptimizationSettings, bUseSkipFrame) == 0x000000, "Member 'FOptimizationSettings::bUseSkipFrame' has a wrong offset!"); \ static_assert(offsetof(FOptimizationSettings, bUseHideShadows) == 0x000001, "Member 'FOptimizationSettings::bUseHideShadows' has a wrong offset!"); \ static_assert(offsetof(FOptimizationSettings, bUseDisableCollision) == 0x000002, "Member 'FOptimizationSettings::bUseDisableCollision' has a wrong offset!"); \ static_assert(offsetof(FOptimizationSettings, bUseDisableTick) == 0x000003, "Member 'FOptimizationSettings::bUseDisableTick' has a wrong offset!"); \ static_assert(offsetof(FOptimizationSettings, bUseAnimTickOption) == 0x000004, "Member 'FOptimizationSettings::bUseAnimTickOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSignificanceOptimizations \ static_assert(alignof(FSignificanceOptimizations) == 0x000004, "Wrong alignment on FSignificanceOptimizations"); \ static_assert(sizeof(FSignificanceOptimizations) == 0x000008, "Wrong size on FSignificanceOptimizations"); \ static_assert(offsetof(FSignificanceOptimizations, SkipFrames) == 0x000000, "Member 'FSignificanceOptimizations::SkipFrames' has a wrong offset!"); \ static_assert(offsetof(FSignificanceOptimizations, bHideShadows) == 0x000004, "Member 'FSignificanceOptimizations::bHideShadows' has a wrong offset!"); \ static_assert(offsetof(FSignificanceOptimizations, bDisableCollision) == 0x000005, "Member 'FSignificanceOptimizations::bDisableCollision' has a wrong offset!"); \ static_assert(offsetof(FSignificanceOptimizations, bDisableTick) == 0x000006, "Member 'FSignificanceOptimizations::bDisableTick' has a wrong offset!"); \ static_assert(offsetof(FSignificanceOptimizations, AnimTickOption) == 0x000007, "Member 'FSignificanceOptimizations::AnimTickOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSignificanceSettings \ static_assert(alignof(FSignificanceSettings) == 0x000008, "Wrong alignment on FSignificanceSettings"); \ static_assert(sizeof(FSignificanceSettings) == 0x000068, "Wrong size on FSignificanceSettings"); \ static_assert(offsetof(FSignificanceSettings, SignificanceThresholds) == 0x000000, "Member 'FSignificanceSettings::SignificanceThresholds' has a wrong offset!"); \ static_assert(offsetof(FSignificanceSettings, OptimizationsSettings) == 0x000010, "Member 'FSignificanceSettings::OptimizationsSettings' has a wrong offset!"); \ static_assert(offsetof(FSignificanceSettings, SignificanceOptimizations) == 0x000018, "Member 'FSignificanceSettings::SignificanceOptimizations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTakeHitInfo \ static_assert(alignof(FTakeHitInfo) == 0x000008, "Wrong alignment on FTakeHitInfo"); \ static_assert(sizeof(FTakeHitInfo) == 0x000128, "Wrong size on FTakeHitInfo"); \ static_assert(offsetof(FTakeHitInfo, ActualDamage) == 0x000000, "Member 'FTakeHitInfo::ActualDamage' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, DamageTypeClass) == 0x000008, "Member 'FTakeHitInfo::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, PawnInstigator) == 0x000010, "Member 'FTakeHitInfo::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, DamageCauser) == 0x000018, "Member 'FTakeHitInfo::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, DamageEventClassID) == 0x000020, "Member 'FTakeHitInfo::DamageEventClassID' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, bUseDeathAnimation) == 0x000028, "Member 'FTakeHitInfo::bUseDeathAnimation' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, bCanDieForward) == 0x000029, "Member 'FTakeHitInfo::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, bCanDieBackward) == 0x00002A, "Member 'FTakeHitInfo::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, EnsureReplicationByte) == 0x00002B, "Member 'FTakeHitInfo::EnsureReplicationByte' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, GeneralDamageEvent) == 0x000030, "Member 'FTakeHitInfo::GeneralDamageEvent' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, PointDamageEvent) == 0x000040, "Member 'FTakeHitInfo::PointDamageEvent' has a wrong offset!"); \ static_assert(offsetof(FTakeHitInfo, RadialDamageEvent) == 0x0000E8, "Member 'FTakeHitInfo::RadialDamageEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBufferArchiveWraper \ static_assert(alignof(FBufferArchiveWraper) == 0x000008, "Wrong alignment on FBufferArchiveWraper"); \ static_assert(sizeof(FBufferArchiveWraper) == 0x000010, "Wrong size on FBufferArchiveWraper"); \ static_assert(offsetof(FBufferArchiveWraper, Archive) == 0x000000, "Member 'FBufferArchiveWraper::Archive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineItemsPriceSettings \ static_assert(alignof(FVendingMachineItemsPriceSettings) == 0x000008, "Wrong alignment on FVendingMachineItemsPriceSettings"); \ static_assert(sizeof(FVendingMachineItemsPriceSettings) == 0x000038, "Wrong size on FVendingMachineItemsPriceSettings"); \ static_assert(offsetof(FVendingMachineItemsPriceSettings, ItemClass) == 0x000008, "Member 'FVendingMachineItemsPriceSettings::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemsPriceSettings, Price) == 0x000010, "Member 'FVendingMachineItemsPriceSettings::Price' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemsPriceSettings, bCanBeDiscounted) == 0x000020, "Member 'FVendingMachineItemsPriceSettings::bCanBeDiscounted' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemsPriceSettings, DiscountedPrice) == 0x000028, "Member 'FVendingMachineItemsPriceSettings::DiscountedPrice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineItemGenerationSettings \ static_assert(alignof(FVendingMachineItemGenerationSettings) == 0x000008, "Wrong alignment on FVendingMachineItemGenerationSettings"); \ static_assert(sizeof(FVendingMachineItemGenerationSettings) == 0x000020, "Wrong size on FVendingMachineItemGenerationSettings"); \ static_assert(offsetof(FVendingMachineItemGenerationSettings, WorldRate) == 0x000008, "Member 'FVendingMachineItemGenerationSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineItemGenerationSettings, LootLists) == 0x000010, "Member 'FVendingMachineItemGenerationSettings::LootLists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendingMachineInfo \ static_assert(alignof(FVendingMachineInfo) == 0x000008, "Wrong alignment on FVendingMachineInfo"); \ static_assert(sizeof(FVendingMachineInfo) == 0x000018, "Wrong size on FVendingMachineInfo"); \ static_assert(offsetof(FVendingMachineInfo, ID) == 0x000000, "Member 'FVendingMachineInfo::ID' has a wrong offset!"); \ static_assert(offsetof(FVendingMachineInfo, Items) == 0x000008, "Member 'FVendingMachineInfo::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkVoidCorruptionMap \ static_assert(alignof(FChunkVoidCorruptionMap) == 0x000008, "Wrong alignment on FChunkVoidCorruptionMap"); \ static_assert(sizeof(FChunkVoidCorruptionMap) == 0x000030, "Wrong size on FChunkVoidCorruptionMap"); \ static_assert(offsetof(FChunkVoidCorruptionMap, Turrets) == 0x000000, "Member 'FChunkVoidCorruptionMap::Turrets' has a wrong offset!"); \ static_assert(offsetof(FChunkVoidCorruptionMap, Flowers) == 0x000010, "Member 'FChunkVoidCorruptionMap::Flowers' has a wrong offset!"); \ static_assert(offsetof(FChunkVoidCorruptionMap, Loot) == 0x000020, "Member 'FChunkVoidCorruptionMap::Loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoidTechListenerItems \ static_assert(alignof(FVoidTechListenerItems) == 0x000008, "Wrong alignment on FVoidTechListenerItems"); \ static_assert(sizeof(FVoidTechListenerItems) == 0x000010, "Wrong size on FVoidTechListenerItems"); \ static_assert(offsetof(FVoidTechListenerItems, Items) == 0x000000, "Member 'FVoidTechListenerItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootGathererItemChances \ static_assert(alignof(FLootGathererItemChances) == 0x000008, "Wrong alignment on FLootGathererItemChances"); \ static_assert(sizeof(FLootGathererItemChances) == 0x000048, "Wrong size on FLootGathererItemChances"); \ static_assert(offsetof(FLootGathererItemChances, WorldRate) == 0x000008, "Member 'FLootGathererItemChances::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FLootGathererItemChances, ItemClass) == 0x000010, "Member 'FLootGathererItemChances::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FLootGathererItemChances, Chance) == 0x000038, "Member 'FLootGathererItemChances::Chance' has a wrong offset!"); \ static_assert(offsetof(FLootGathererItemChances, ItemClassPath) == 0x00003C, "Member 'FLootGathererItemChances::ItemClassPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonPaintRecipe \ static_assert(alignof(FWagonPaintRecipe) == 0x000008, "Wrong alignment on FWagonPaintRecipe"); \ static_assert(sizeof(FWagonPaintRecipe) == 0x000028, "Wrong size on FWagonPaintRecipe"); \ static_assert(offsetof(FWagonPaintRecipe, RecipeID) == 0x000008, "Member 'FWagonPaintRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FWagonPaintRecipe, Reagents) == 0x000010, "Member 'FWagonPaintRecipe::Reagents' has a wrong offset!"); \ static_assert(offsetof(FWagonPaintRecipe, ResultColor) == 0x000020, "Member 'FWagonPaintRecipe::ResultColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWagonPlatformSettings \ static_assert(alignof(FWagonPlatformSettings) == 0x000010, "Wrong alignment on FWagonPlatformSettings"); \ static_assert(sizeof(FWagonPlatformSettings) == 0x0000A0, "Wrong size on FWagonPlatformSettings"); \ static_assert(offsetof(FWagonPlatformSettings, BackMeshLocation) == 0x000000, "Member 'FWagonPlatformSettings::BackMeshLocation' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, OutVolumeTransform) == 0x000010, "Member 'FWagonPlatformSettings::OutVolumeTransform' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, InVolumeTransform) == 0x000040, "Member 'FWagonPlatformSettings::InVolumeTransform' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, RightGrabSplineFrontOffset) == 0x000070, "Member 'FWagonPlatformSettings::RightGrabSplineFrontOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, RightGrabSplineBackOffset) == 0x00007C, "Member 'FWagonPlatformSettings::RightGrabSplineBackOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, LeftGrabSplineFrontOffset) == 0x000088, "Member 'FWagonPlatformSettings::LeftGrabSplineFrontOffset' has a wrong offset!"); \ static_assert(offsetof(FWagonPlatformSettings, LeftGrabSplineBackOffset) == 0x000094, "Member 'FWagonPlatformSettings::LeftGrabSplineBackOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleDisassembleData \ static_assert(alignof(FWeaponModuleDisassembleData) == 0x000008, "Wrong alignment on FWeaponModuleDisassembleData"); \ static_assert(sizeof(FWeaponModuleDisassembleData) == 0x000020, "Wrong size on FWeaponModuleDisassembleData"); \ static_assert(offsetof(FWeaponModuleDisassembleData, Tier) == 0x000008, "Member 'FWeaponModuleDisassembleData::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleDisassembleData, Type) == 0x000009, "Member 'FWeaponModuleDisassembleData::Type' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleDisassembleData, DisassembleInfo) == 0x000010, "Member 'FWeaponModuleDisassembleData::DisassembleInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerationRollWeaponModuleTier \ static_assert(alignof(FGenerationRollWeaponModuleTier) == 0x000004, "Wrong alignment on FGenerationRollWeaponModuleTier"); \ static_assert(sizeof(FGenerationRollWeaponModuleTier) == 0x000008, "Wrong size on FGenerationRollWeaponModuleTier"); \ static_assert(offsetof(FGenerationRollWeaponModuleTier, Value) == 0x000004, "Member 'FGenerationRollWeaponModuleTier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponGenerationOverrideSettings \ static_assert(alignof(FWeaponGenerationOverrideSettings) == 0x000008, "Wrong alignment on FWeaponGenerationOverrideSettings"); \ static_assert(sizeof(FWeaponGenerationOverrideSettings) == 0x0000D8, "Wrong size on FWeaponGenerationOverrideSettings"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, ID) == 0x000008, "Member 'FWeaponGenerationOverrideSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, WorldRate) == 0x00000C, "Member 'FWeaponGenerationOverrideSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, Type) == 0x000010, "Member 'FWeaponGenerationOverrideSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, SpawnChance) == 0x000014, "Member 'FWeaponGenerationOverrideSettings::SpawnChance' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, FrameID) == 0x000018, "Member 'FWeaponGenerationOverrideSettings::FrameID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, FrameTier) == 0x000028, "Member 'FWeaponGenerationOverrideSettings::FrameTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, BarrelID) == 0x000038, "Member 'FWeaponGenerationOverrideSettings::BarrelID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, BarrelTier) == 0x000048, "Member 'FWeaponGenerationOverrideSettings::BarrelTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, GripID) == 0x000058, "Member 'FWeaponGenerationOverrideSettings::GripID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, GripTier) == 0x000068, "Member 'FWeaponGenerationOverrideSettings::GripTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, MagazineID) == 0x000078, "Member 'FWeaponGenerationOverrideSettings::MagazineID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, MagazineTier) == 0x000088, "Member 'FWeaponGenerationOverrideSettings::MagazineTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, StockSpawnChance) == 0x000098, "Member 'FWeaponGenerationOverrideSettings::StockSpawnChance' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, StockTier) == 0x0000A0, "Member 'FWeaponGenerationOverrideSettings::StockTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, ScopeSpawnChance) == 0x0000B0, "Member 'FWeaponGenerationOverrideSettings::ScopeSpawnChance' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, ScopeTier) == 0x0000B8, "Member 'FWeaponGenerationOverrideSettings::ScopeTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponGenerationOverrideSettings, FrameCoreTier) == 0x0000C8, "Member 'FWeaponGenerationOverrideSettings::FrameCoreTier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponCoreDescription \ static_assert(alignof(FWeaponCoreDescription) == 0x000008, "Wrong alignment on FWeaponCoreDescription"); \ static_assert(sizeof(FWeaponCoreDescription) == 0x0000E0, "Wrong size on FWeaponCoreDescription"); \ static_assert(offsetof(FWeaponCoreDescription, ID) == 0x000068, "Member 'FWeaponCoreDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreDescription, Settings) == 0x000070, "Member 'FWeaponCoreDescription::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponCoreFrameSocketSpawnSettings \ static_assert(alignof(FWeaponCoreFrameSocketSpawnSettings) == 0x000008, "Wrong alignment on FWeaponCoreFrameSocketSpawnSettings"); \ static_assert(sizeof(FWeaponCoreFrameSocketSpawnSettings) == 0x000010, "Wrong size on FWeaponCoreFrameSocketSpawnSettings"); \ static_assert(offsetof(FWeaponCoreFrameSocketSpawnSettings, Tier) == 0x000008, "Member 'FWeaponCoreFrameSocketSpawnSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponCoreFrameSocketSpawnSettings, Chance) == 0x00000C, "Member 'FWeaponCoreFrameSocketSpawnSettings::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponRecoilSettings \ static_assert(alignof(FWeaponRecoilSettings) == 0x000008, "Wrong alignment on FWeaponRecoilSettings"); \ static_assert(sizeof(FWeaponRecoilSettings) == 0x000058, "Wrong size on FWeaponRecoilSettings"); \ static_assert(offsetof(FWeaponRecoilSettings, ID) == 0x000008, "Member 'FWeaponRecoilSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RecoilCurve) == 0x000010, "Member 'FWeaponRecoilSettings::RecoilCurve' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, CompatibleBarrelTypes) == 0x000018, "Member 'FWeaponRecoilSettings::CompatibleBarrelTypes' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RPMMin) == 0x000028, "Member 'FWeaponRecoilSettings::RPMMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RPMMax) == 0x00002C, "Member 'FWeaponRecoilSettings::RPMMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MinBaseRecoil) == 0x000030, "Member 'FWeaponRecoilSettings::MinBaseRecoil' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MaxBaseRecoil) == 0x000034, "Member 'FWeaponRecoilSettings::MaxBaseRecoil' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MaxRecoilCap) == 0x000038, "Member 'FWeaponRecoilSettings::MaxRecoilCap' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MaxRecoilOvercap) == 0x00003C, "Member 'FWeaponRecoilSettings::MaxRecoilOvercap' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RecoilInterpTime) == 0x000040, "Member 'FWeaponRecoilSettings::RecoilInterpTime' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RecoilRecoverInterpTime) == 0x000044, "Member 'FWeaponRecoilSettings::RecoilRecoverInterpTime' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RecoilRecoverDelay) == 0x000048, "Member 'FWeaponRecoilSettings::RecoilRecoverDelay' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MinRecoilToCamera) == 0x00004C, "Member 'FWeaponRecoilSettings::MinRecoilToCamera' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, MaxRecoilToCamera) == 0x000050, "Member 'FWeaponRecoilSettings::MaxRecoilToCamera' has a wrong offset!"); \ static_assert(offsetof(FWeaponRecoilSettings, RecoilToCameraCup) == 0x000054, "Member 'FWeaponRecoilSettings::RecoilToCameraCup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponEffectsTemplate \ static_assert(alignof(FWeaponEffectsTemplate) == 0x000008, "Wrong alignment on FWeaponEffectsTemplate"); \ static_assert(sizeof(FWeaponEffectsTemplate) == 0x000028, "Wrong size on FWeaponEffectsTemplate"); \ static_assert(offsetof(FWeaponEffectsTemplate, OverrideFireSound) == 0x000000, "Member 'FWeaponEffectsTemplate::OverrideFireSound' has a wrong offset!"); \ static_assert(offsetof(FWeaponEffectsTemplate, OverrideFireSoundFP) == 0x000008, "Member 'FWeaponEffectsTemplate::OverrideFireSoundFP' has a wrong offset!"); \ static_assert(offsetof(FWeaponEffectsTemplate, OverrideMuzzleFX) == 0x000010, "Member 'FWeaponEffectsTemplate::OverrideMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(FWeaponEffectsTemplate, OverrideMuzzleFXNiagara) == 0x000018, "Member 'FWeaponEffectsTemplate::OverrideMuzzleFXNiagara' has a wrong offset!"); \ static_assert(offsetof(FWeaponEffectsTemplate, OverrideMuzzleLightActorClass) == 0x000020, "Member 'FWeaponEffectsTemplate::OverrideMuzzleLightActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponMagazineElementSettings \ static_assert(alignof(FWeaponMagazineElementSettings) == 0x000008, "Wrong alignment on FWeaponMagazineElementSettings"); \ static_assert(sizeof(FWeaponMagazineElementSettings) == 0x000020, "Wrong size on FWeaponMagazineElementSettings"); \ static_assert(offsetof(FWeaponMagazineElementSettings, ID) == 0x000008, "Member 'FWeaponMagazineElementSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineElementSettings, WorldRate) == 0x00000C, "Member 'FWeaponMagazineElementSettings::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineElementSettings, Elements) == 0x000010, "Member 'FWeaponMagazineElementSettings::Elements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponImplicitSettings \ static_assert(alignof(FWeaponImplicitSettings) == 0x000008, "Wrong alignment on FWeaponImplicitSettings"); \ static_assert(sizeof(FWeaponImplicitSettings) == 0x000068, "Wrong size on FWeaponImplicitSettings"); \ static_assert(offsetof(FWeaponImplicitSettings, ID) == 0x000008, "Member 'FWeaponImplicitSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, Name) == 0x000010, "Member 'FWeaponImplicitSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, WeaponModule) == 0x000028, "Member 'FWeaponImplicitSettings::WeaponModule' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, WeaponModuleTier) == 0x000029, "Member 'FWeaponImplicitSettings::WeaponModuleTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, ImplicitMods) == 0x000030, "Member 'FWeaponImplicitSettings::ImplicitMods' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, Chance) == 0x000040, "Member 'FWeaponImplicitSettings::Chance' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, StaticMeshes) == 0x000048, "Member 'FWeaponImplicitSettings::StaticMeshes' has a wrong offset!"); \ static_assert(offsetof(FWeaponImplicitSettings, SkeletalMeshes) == 0x000058, "Member 'FWeaponImplicitSettings::SkeletalMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeneratedWeaponSettings \ static_assert(alignof(FGeneratedWeaponSettings) == 0x000008, "Wrong alignment on FGeneratedWeaponSettings"); \ static_assert(sizeof(FGeneratedWeaponSettings) == 0x0001E8, "Wrong size on FGeneratedWeaponSettings"); \ static_assert(offsetof(FGeneratedWeaponSettings, Name) == 0x000000, "Member 'FGeneratedWeaponSettings::Name' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Tier) == 0x000018, "Member 'FGeneratedWeaponSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Implicit) == 0x000020, "Member 'FGeneratedWeaponSettings::Implicit' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Affixes) == 0x000088, "Member 'FGeneratedWeaponSettings::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, FrameSkeletalMesh) == 0x0000B8, "Member 'FGeneratedWeaponSettings::FrameSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, FrameStaticMesh) == 0x0000C0, "Member 'FGeneratedWeaponSettings::FrameStaticMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, GateMesh) == 0x0000C8, "Member 'FGeneratedWeaponSettings::GateMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, BarrelMesh) == 0x0000D0, "Member 'FGeneratedWeaponSettings::BarrelMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, MagazineMesh) == 0x0000D8, "Member 'FGeneratedWeaponSettings::MagazineMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, MagazineSocketMesh) == 0x0000E0, "Member 'FGeneratedWeaponSettings::MagazineSocketMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, GripMesh) == 0x0000E8, "Member 'FGeneratedWeaponSettings::GripMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, StockMesh) == 0x0000F0, "Member 'FGeneratedWeaponSettings::StockMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, ScopeMesh) == 0x0000F8, "Member 'FGeneratedWeaponSettings::ScopeMesh' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Damage) == 0x000100, "Member 'FGeneratedWeaponSettings::Damage' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, RPM) == 0x000104, "Member 'FGeneratedWeaponSettings::RPM' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Stability) == 0x000108, "Member 'FGeneratedWeaponSettings::Stability' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Accuracy) == 0x00010C, "Member 'FGeneratedWeaponSettings::Accuracy' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Range) == 0x000110, "Member 'FGeneratedWeaponSettings::Range' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Shards) == 0x000114, "Member 'FGeneratedWeaponSettings::Shards' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, DamageMod) == 0x000118, "Member 'FGeneratedWeaponSettings::DamageMod' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, STBMod_Add) == 0x00011C, "Member 'FGeneratedWeaponSettings::STBMod_Add' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, STBMod_Max) == 0x000120, "Member 'FGeneratedWeaponSettings::STBMod_Max' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, ACCMod_Add) == 0x000124, "Member 'FGeneratedWeaponSettings::ACCMod_Add' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, ACCMod_Max) == 0x000128, "Member 'FGeneratedWeaponSettings::ACCMod_Max' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, RPMMod_Add) == 0x00012C, "Member 'FGeneratedWeaponSettings::RPMMod_Add' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, RPMMod_Max) == 0x000130, "Member 'FGeneratedWeaponSettings::RPMMod_Max' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, StatLimits) == 0x000138, "Member 'FGeneratedWeaponSettings::StatLimits' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, MagazineElement) == 0x0001A0, "Member 'FGeneratedWeaponSettings::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Magazine) == 0x0001A4, "Member 'FGeneratedWeaponSettings::Magazine' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Reload) == 0x0001A8, "Member 'FGeneratedWeaponSettings::Reload' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Handling) == 0x0001AC, "Member 'FGeneratedWeaponSettings::Handling' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, FireLength) == 0x0001B0, "Member 'FGeneratedWeaponSettings::FireLength' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, FireType) == 0x0001B4, "Member 'FGeneratedWeaponSettings::FireType' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, BadRange) == 0x0001B8, "Member 'FGeneratedWeaponSettings::BadRange' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, BullletFlySpeedMOD) == 0x0001BC, "Member 'FGeneratedWeaponSettings::BullletFlySpeedMOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, BullletLifetimeMOD) == 0x0001C0, "Member 'FGeneratedWeaponSettings::BullletLifetimeMOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, Shards_BF_CoeffMOD) == 0x0001C4, "Member 'FGeneratedWeaponSettings::Shards_BF_CoeffMOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, IsDuplexMode_MOD) == 0x0001C8, "Member 'FGeneratedWeaponSettings::IsDuplexMode_MOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, FreeShot_MOD) == 0x0001CC, "Member 'FGeneratedWeaponSettings::FreeShot_MOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, HeadshotMultiplier) == 0x0001D0, "Member 'FGeneratedWeaponSettings::HeadshotMultiplier' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, CriticalMultiplier) == 0x0001D4, "Member 'FGeneratedWeaponSettings::CriticalMultiplier' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, CriticalChance) == 0x0001D8, "Member 'FGeneratedWeaponSettings::CriticalChance' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, PiercingDamage_MOD) == 0x0001DC, "Member 'FGeneratedWeaponSettings::PiercingDamage_MOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, PiercingChain_MOD) == 0x0001E0, "Member 'FGeneratedWeaponSettings::PiercingChain_MOD' has a wrong offset!"); \ static_assert(offsetof(FGeneratedWeaponSettings, PiercingShot_MOD) == 0x0001E4, "Member 'FGeneratedWeaponSettings::PiercingShot_MOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponNameSettings \ static_assert(alignof(FWeaponNameSettings) == 0x000008, "Wrong alignment on FWeaponNameSettings"); \ static_assert(sizeof(FWeaponNameSettings) == 0x000030, "Wrong size on FWeaponNameSettings"); \ static_assert(offsetof(FWeaponNameSettings, FrameID) == 0x000008, "Member 'FWeaponNameSettings::FrameID' has a wrong offset!"); \ static_assert(offsetof(FWeaponNameSettings, BarrelID) == 0x00000C, "Member 'FWeaponNameSettings::BarrelID' has a wrong offset!"); \ static_assert(offsetof(FWeaponNameSettings, GripID) == 0x000010, "Member 'FWeaponNameSettings::GripID' has a wrong offset!"); \ static_assert(offsetof(FWeaponNameSettings, MagazineElement) == 0x000014, "Member 'FWeaponNameSettings::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(FWeaponNameSettings, Name) == 0x000018, "Member 'FWeaponNameSettings::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStockDescription \ static_assert(alignof(FStockDescription) == 0x000008, "Wrong alignment on FStockDescription"); \ static_assert(sizeof(FStockDescription) == 0x000068, "Wrong size on FStockDescription"); \ #define DUMPER7_ASSERTS_FMagazineDescription \ static_assert(alignof(FMagazineDescription) == 0x000008, "Wrong alignment on FMagazineDescription"); \ static_assert(sizeof(FMagazineDescription) == 0x000080, "Wrong size on FMagazineDescription"); \ static_assert(offsetof(FMagazineDescription, TypeID) == 0x000068, "Member 'FMagazineDescription::TypeID' has a wrong offset!"); \ static_assert(offsetof(FMagazineDescription, Element) == 0x00006C, "Member 'FMagazineDescription::Element' has a wrong offset!"); \ static_assert(offsetof(FMagazineDescription, SocketMesh) == 0x000070, "Member 'FMagazineDescription::SocketMesh' has a wrong offset!"); \ static_assert(offsetof(FMagazineDescription, Magazine) == 0x000078, "Member 'FMagazineDescription::Magazine' has a wrong offset!"); \ static_assert(offsetof(FMagazineDescription, Reload) == 0x00007C, "Member 'FMagazineDescription::Reload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameDescription \ static_assert(alignof(FFrameDescription) == 0x000008, "Wrong alignment on FFrameDescription"); \ static_assert(sizeof(FFrameDescription) == 0x000118, "Wrong size on FFrameDescription"); \ static_assert(offsetof(FFrameDescription, ID) == 0x000068, "Member 'FFrameDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, TypeID) == 0x00006C, "Member 'FFrameDescription::TypeID' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Implicit) == 0x000070, "Member 'FFrameDescription::Implicit' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, GateMesh) == 0x0000D8, "Member 'FFrameDescription::GateMesh' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, PickupMesh) == 0x0000E0, "Member 'FFrameDescription::PickupMesh' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, SkeletalMesh) == 0x0000E8, "Member 'FFrameDescription::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Damage) == 0x0000F0, "Member 'FFrameDescription::Damage' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, RPM) == 0x0000F4, "Member 'FFrameDescription::RPM' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Stability) == 0x0000F8, "Member 'FFrameDescription::Stability' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Accuracy) == 0x0000FC, "Member 'FFrameDescription::Accuracy' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Magazine) == 0x000100, "Member 'FFrameDescription::Magazine' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, Reload) == 0x000104, "Member 'FFrameDescription::Reload' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, bHaveWeaponSocket) == 0x000108, "Member 'FFrameDescription::bHaveWeaponSocket' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, WeaponCoreId) == 0x00010C, "Member 'FFrameDescription::WeaponCoreId' has a wrong offset!"); \ static_assert(offsetof(FFrameDescription, WeaponCoreSeed) == 0x000110, "Member 'FFrameDescription::WeaponCoreSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponTierModifiers \ static_assert(alignof(FWeaponTierModifiers) == 0x000008, "Wrong alignment on FWeaponTierModifiers"); \ static_assert(sizeof(FWeaponTierModifiers) == 0x000018, "Wrong size on FWeaponTierModifiers"); \ static_assert(offsetof(FWeaponTierModifiers, WeaponTier) == 0x000008, "Member 'FWeaponTierModifiers::WeaponTier' has a wrong offset!"); \ static_assert(offsetof(FWeaponTierModifiers, Multiplier) == 0x00000C, "Member 'FWeaponTierModifiers::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FWeaponTierModifiers, Additive) == 0x000010, "Member 'FWeaponTierModifiers::Additive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponScopeCoefficientsSettings \ static_assert(alignof(FWeaponScopeCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponScopeCoefficientsSettings"); \ static_assert(sizeof(FWeaponScopeCoefficientsSettings) == 0x000038, "Wrong size on FWeaponScopeCoefficientsSettings"); \ static_assert(offsetof(FWeaponScopeCoefficientsSettings, Prefixes) == 0x000008, "Member 'FWeaponScopeCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponScopeCoefficientsSettings, PrefixesData) == 0x000010, "Member 'FWeaponScopeCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponScopeCoefficientsSettings, Suffixes) == 0x000020, "Member 'FWeaponScopeCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponScopeCoefficientsSettings, SuffixesData) == 0x000028, "Member 'FWeaponScopeCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponGripCoefficientsSettings \ static_assert(alignof(FWeaponGripCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponGripCoefficientsSettings"); \ static_assert(sizeof(FWeaponGripCoefficientsSettings) == 0x000070, "Wrong size on FWeaponGripCoefficientsSettings"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, ID) == 0x000008, "Member 'FWeaponGripCoefficientsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, Prefix) == 0x000010, "Member 'FWeaponGripCoefficientsSettings::Prefix' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, Handling_Min) == 0x000028, "Member 'FWeaponGripCoefficientsSettings::Handling_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, Handling_Max) == 0x00002C, "Member 'FWeaponGripCoefficientsSettings::Handling_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, FireType) == 0x000030, "Member 'FWeaponGripCoefficientsSettings::FireType' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, LengthMin) == 0x000034, "Member 'FWeaponGripCoefficientsSettings::LengthMin' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, LengthMax) == 0x000038, "Member 'FWeaponGripCoefficientsSettings::LengthMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, Prefixes) == 0x000040, "Member 'FWeaponGripCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, PrefixesData) == 0x000048, "Member 'FWeaponGripCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, Suffixes) == 0x000058, "Member 'FWeaponGripCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponGripCoefficientsSettings, SuffixesData) == 0x000060, "Member 'FWeaponGripCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponMagazineCoefficientsSettings \ static_assert(alignof(FWeaponMagazineCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponMagazineCoefficientsSettings"); \ static_assert(sizeof(FWeaponMagazineCoefficientsSettings) == 0x000068, "Wrong size on FWeaponMagazineCoefficientsSettings"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, ID) == 0x000008, "Member 'FWeaponMagazineCoefficientsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Prefix) == 0x000010, "Member 'FWeaponMagazineCoefficientsSettings::Prefix' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Magazine_Min) == 0x000028, "Member 'FWeaponMagazineCoefficientsSettings::Magazine_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Magazine_Max) == 0x00002C, "Member 'FWeaponMagazineCoefficientsSettings::Magazine_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Reload_Min) == 0x000030, "Member 'FWeaponMagazineCoefficientsSettings::Reload_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Reload_Max) == 0x000034, "Member 'FWeaponMagazineCoefficientsSettings::Reload_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Prefixes) == 0x000038, "Member 'FWeaponMagazineCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, PrefixesData) == 0x000040, "Member 'FWeaponMagazineCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, Suffixes) == 0x000050, "Member 'FWeaponMagazineCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponMagazineCoefficientsSettings, SuffixesData) == 0x000058, "Member 'FWeaponMagazineCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponBarrelCoefficientsSettings \ static_assert(alignof(FWeaponBarrelCoefficientsSettings) == 0x000008, "Wrong alignment on FWeaponBarrelCoefficientsSettings"); \ static_assert(sizeof(FWeaponBarrelCoefficientsSettings) == 0x000080, "Wrong size on FWeaponBarrelCoefficientsSettings"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, ID) == 0x000008, "Member 'FWeaponBarrelCoefficientsSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Type) == 0x00000C, "Member 'FWeaponBarrelCoefficientsSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Range_Min) == 0x000010, "Member 'FWeaponBarrelCoefficientsSettings::Range_Min' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Range_Max) == 0x000014, "Member 'FWeaponBarrelCoefficientsSettings::Range_Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Output) == 0x000018, "Member 'FWeaponBarrelCoefficientsSettings::Output' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, OutputMax) == 0x00001C, "Member 'FWeaponBarrelCoefficientsSettings::OutputMax' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Shards) == 0x000020, "Member 'FWeaponBarrelCoefficientsSettings::Shards' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, PrefixNameFromCalibration) == 0x000028, "Member 'FWeaponBarrelCoefficientsSettings::PrefixNameFromCalibration' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, OverrideSettings) == 0x000040, "Member 'FWeaponBarrelCoefficientsSettings::OverrideSettings' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Prefixes) == 0x000050, "Member 'FWeaponBarrelCoefficientsSettings::Prefixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, PrefixesData) == 0x000058, "Member 'FWeaponBarrelCoefficientsSettings::PrefixesData' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, Suffixes) == 0x000068, "Member 'FWeaponBarrelCoefficientsSettings::Suffixes' has a wrong offset!"); \ static_assert(offsetof(FWeaponBarrelCoefficientsSettings, SuffixesData) == 0x000070, "Member 'FWeaponBarrelCoefficientsSettings::SuffixesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleAffixWeight \ static_assert(alignof(FWeaponModuleAffixWeight) == 0x000004, "Wrong alignment on FWeaponModuleAffixWeight"); \ static_assert(sizeof(FWeaponModuleAffixWeight) == 0x000008, "Wrong size on FWeaponModuleAffixWeight"); \ static_assert(offsetof(FWeaponModuleAffixWeight, Weight) == 0x000000, "Member 'FWeaponModuleAffixWeight::Weight' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixWeight, Chance) == 0x000004, "Member 'FWeaponModuleAffixWeight::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeaponModuleAffixRollSettings \ static_assert(alignof(FWeaponModuleAffixRollSettings) == 0x000008, "Wrong alignment on FWeaponModuleAffixRollSettings"); \ static_assert(sizeof(FWeaponModuleAffixRollSettings) == 0x000028, "Wrong size on FWeaponModuleAffixRollSettings"); \ static_assert(offsetof(FWeaponModuleAffixRollSettings, ID) == 0x000008, "Member 'FWeaponModuleAffixRollSettings::ID' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixRollSettings, Tier) == 0x00000C, "Member 'FWeaponModuleAffixRollSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixRollSettings, Type) == 0x00000D, "Member 'FWeaponModuleAffixRollSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixRollSettings, Max) == 0x000010, "Member 'FWeaponModuleAffixRollSettings::Max' has a wrong offset!"); \ static_assert(offsetof(FWeaponModuleAffixRollSettings, Weight) == 0x000018, "Member 'FWeaponModuleAffixRollSettings::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBarrelGripMeshTypes \ static_assert(alignof(FBarrelGripMeshTypes) == 0x000008, "Wrong alignment on FBarrelGripMeshTypes"); \ static_assert(sizeof(FBarrelGripMeshTypes) == 0x000018, "Wrong size on FBarrelGripMeshTypes"); \ static_assert(offsetof(FBarrelGripMeshTypes, BarrelGripType) == 0x000008, "Member 'FBarrelGripMeshTypes::BarrelGripType' has a wrong offset!"); \ static_assert(offsetof(FBarrelGripMeshTypes, StaticMesh) == 0x000010, "Member 'FBarrelGripMeshTypes::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoreOutputMODShotPayload \ static_assert(alignof(FMoreOutputMODShotPayload) == 0x000004, "Wrong alignment on FMoreOutputMODShotPayload"); \ static_assert(sizeof(FMoreOutputMODShotPayload) == 0x000008, "Wrong size on FMoreOutputMODShotPayload"); \ static_assert(offsetof(FMoreOutputMODShotPayload, bOverrideAllIndexesByMoreOutput) == 0x000000, "Member 'FMoreOutputMODShotPayload::bOverrideAllIndexesByMoreOutput' has a wrong offset!"); \ static_assert(offsetof(FMoreOutputMODShotPayload, OverrideShotIndexByMoreOutput) == 0x000004, "Member 'FMoreOutputMODShotPayload::OverrideShotIndexByMoreOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldProgressionListenerItems \ static_assert(alignof(FWorldProgressionListenerItems) == 0x000008, "Wrong alignment on FWorldProgressionListenerItems"); \ static_assert(sizeof(FWorldProgressionListenerItems) == 0x000010, "Wrong size on FWorldProgressionListenerItems"); \ static_assert(offsetof(FWorldProgressionListenerItems, Items) == 0x000000, "Member 'FWorldProgressionListenerItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDroppedItemSaveInfo \ static_assert(alignof(FDroppedItemSaveInfo) == 0x000008, "Wrong alignment on FDroppedItemSaveInfo"); \ static_assert(sizeof(FDroppedItemSaveInfo) == 0x000040, "Wrong size on FDroppedItemSaveInfo"); \ static_assert(offsetof(FDroppedItemSaveInfo, Class) == 0x000000, "Member 'FDroppedItemSaveInfo::Class' has a wrong offset!"); \ static_assert(offsetof(FDroppedItemSaveInfo, Location) == 0x000008, "Member 'FDroppedItemSaveInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FDroppedItemSaveInfo, LifetimeData) == 0x000018, "Member 'FDroppedItemSaveInfo::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FDroppedItemSaveInfo, InventorySaveData) == 0x000028, "Member 'FDroppedItemSaveInfo::InventorySaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldSaveData \ static_assert(alignof(FWorldSaveData) == 0x000010, "Wrong alignment on FWorldSaveData"); \ static_assert(sizeof(FWorldSaveData) == 0x0004F0, "Wrong size on FWorldSaveData"); \ static_assert(offsetof(FWorldSaveData, TrainSaveData) == 0x000000, "Member 'FWorldSaveData::TrainSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, ServerTimeStamp) == 0x000060, "Member 'FWorldSaveData::ServerTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, TimeOfDay) == 0x000064, "Member 'FWorldSaveData::TimeOfDay' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, LearnedTrainModuleRecipes) == 0x000068, "Member 'FWorldSaveData::LearnedTrainModuleRecipes' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, VoidTechSaveData) == 0x000078, "Member 'FWorldSaveData::VoidTechSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, BiomePreset) == 0x0000D0, "Member 'FWorldSaveData::BiomePreset' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, MapGeneratorSaveData) == 0x0000D8, "Member 'FWorldSaveData::MapGeneratorSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, bIsInitialized) == 0x000138, "Member 'FWorldSaveData::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, SaveInfo) == 0x000140, "Member 'FWorldSaveData::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, DepotInventorySaveData) == 0x000190, "Member 'FWorldSaveData::DepotInventorySaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, PlayerSaveData) == 0x0001A8, "Member 'FWorldSaveData::PlayerSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, PathSwitcherSaveData) == 0x0002C0, "Member 'FWorldSaveData::PathSwitcherSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, WorldStateData) == 0x0002E0, "Member 'FWorldSaveData::WorldStateData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, LootManagerSaveData) == 0x0002F0, "Member 'FWorldSaveData::LootManagerSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, WorldState) == 0x000318, "Member 'FWorldSaveData::WorldState' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, DroppedItemsSaveData) == 0x000320, "Member 'FWorldSaveData::DroppedItemsSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, bInDepot) == 0x000330, "Member 'FWorldSaveData::bInDepot' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, WinchActorsSaveData) == 0x000338, "Member 'FWorldSaveData::WinchActorsSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, WorldProgressionSaveData) == 0x000348, "Member 'FWorldSaveData::WorldProgressionSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, ArenaSaveData) == 0x000358, "Member 'FWorldSaveData::ArenaSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, RofleemoManagerSaveData) == 0x0003A0, "Member 'FWorldSaveData::RofleemoManagerSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, PollutionManagerSaveData) == 0x0003C0, "Member 'FWorldSaveData::PollutionManagerSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, PlayerRightsSaveData) == 0x0003D0, "Member 'FWorldSaveData::PlayerRightsSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, ChaseSaveData) == 0x0003E0, "Member 'FWorldSaveData::ChaseSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, AutoSaveIndex) == 0x000450, "Member 'FWorldSaveData::AutoSaveIndex' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, GameplayLogsSaveData) == 0x000458, "Member 'FWorldSaveData::GameplayLogsSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, MapsCompleted) == 0x000478, "Member 'FWorldSaveData::MapsCompleted' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, bIsDemoComplete) == 0x00047C, "Member 'FWorldSaveData::bIsDemoComplete' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, NotesSaveData) == 0x000480, "Member 'FWorldSaveData::NotesSaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, GameDifficultySettings) == 0x0004A0, "Member 'FWorldSaveData::GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, ElectricitySaveData) == 0x0004DC, "Member 'FWorldSaveData::ElectricitySaveData' has a wrong offset!"); \ static_assert(offsetof(FWorldSaveData, TourismManagerSaveData) == 0x0004E0, "Member 'FWorldSaveData::TourismManagerSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSublevelActorDatabase \ static_assert(alignof(FSublevelActorDatabase) == 0x000008, "Wrong alignment on FSublevelActorDatabase"); \ static_assert(sizeof(FSublevelActorDatabase) == 0x000050, "Wrong size on FSublevelActorDatabase"); \ static_assert(offsetof(FSublevelActorDatabase, ActorDatabase) == 0x000000, "Member 'FSublevelActorDatabase::ActorDatabase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFGSessionSettings \ static_assert(alignof(FFGSessionSettings) == 0x000008, "Wrong alignment on FFGSessionSettings"); \ static_assert(sizeof(FFGSessionSettings) == 0x000020, "Wrong size on FFGSessionSettings"); \ static_assert(offsetof(FFGSessionSettings, bServerCreated) == 0x000000, "Member 'FFGSessionSettings::bServerCreated' has a wrong offset!"); \ static_assert(offsetof(FFGSessionSettings, bSessionOpened) == 0x000001, "Member 'FFGSessionSettings::bSessionOpened' has a wrong offset!"); \ static_assert(offsetof(FFGSessionSettings, MaximumPlayers) == 0x000004, "Member 'FFGSessionSettings::MaximumPlayers' has a wrong offset!"); \ static_assert(offsetof(FFGSessionSettings, Password) == 0x000008, "Member 'FFGSessionSettings::Password' has a wrong offset!"); \ static_assert(offsetof(FFGSessionSettings, bFriendsOnly) == 0x000018, "Member 'FFGSessionSettings::bFriendsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTutorialNotes \ static_assert(alignof(FTutorialNotes) == 0x000008, "Wrong alignment on FTutorialNotes"); \ static_assert(sizeof(FTutorialNotes) == 0x000040, "Wrong size on FTutorialNotes"); \ #define DUMPER7_ASSERTS_FScientistNotes \ static_assert(alignof(FScientistNotes) == 0x000008, "Wrong alignment on FScientistNotes"); \ static_assert(sizeof(FScientistNotes) == 0x000040, "Wrong size on FScientistNotes"); \ #define DUMPER7_ASSERTS_FNoteList \ static_assert(alignof(FNoteList) == 0x000008, "Wrong alignment on FNoteList"); \ static_assert(sizeof(FNoteList) == 0x000020, "Wrong size on FNoteList"); \ static_assert(offsetof(FNoteList, JournalNote) == 0x000008, "Member 'FNoteList::JournalNote' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_AddAmmo \ static_assert(alignof(FGAmmunitionInventory_AddAmmo) == 0x000004, "Wrong alignment on FGAmmunitionInventory_AddAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_AddAmmo) == 0x00000C, "Wrong size on FGAmmunitionInventory_AddAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_AddAmmo, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_AddAmmo::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_AddAmmo, Count) == 0x000004, "Member 'FGAmmunitionInventory_AddAmmo::Count' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_AddAmmo, ReturnValue) == 0x000008, "Member 'FGAmmunitionInventory_AddAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_CanAddAmmo \ static_assert(alignof(FGAmmunitionInventory_CanAddAmmo) == 0x000001, "Wrong alignment on FGAmmunitionInventory_CanAddAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_CanAddAmmo) == 0x000002, "Wrong size on FGAmmunitionInventory_CanAddAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_CanAddAmmo, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_CanAddAmmo::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_CanAddAmmo, ReturnValue) == 0x000001, "Member 'FGAmmunitionInventory_CanAddAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_CanAddAmmoByClass \ static_assert(alignof(FGAmmunitionInventory_CanAddAmmoByClass) == 0x000008, "Wrong alignment on FGAmmunitionInventory_CanAddAmmoByClass"); \ static_assert(sizeof(FGAmmunitionInventory_CanAddAmmoByClass) == 0x000010, "Wrong size on FGAmmunitionInventory_CanAddAmmoByClass"); \ static_assert(offsetof(FGAmmunitionInventory_CanAddAmmoByClass, AmmoClass) == 0x000000, "Member 'FGAmmunitionInventory_CanAddAmmoByClass::AmmoClass' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_CanAddAmmoByClass, ReturnValue) == 0x000008, "Member 'FGAmmunitionInventory_CanAddAmmoByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_GetAmmoMaxStack \ static_assert(alignof(FGAmmunitionInventory_GetAmmoMaxStack) == 0x000004, "Wrong alignment on FGAmmunitionInventory_GetAmmoMaxStack"); \ static_assert(sizeof(FGAmmunitionInventory_GetAmmoMaxStack) == 0x000008, "Wrong size on FGAmmunitionInventory_GetAmmoMaxStack"); \ static_assert(offsetof(FGAmmunitionInventory_GetAmmoMaxStack, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_GetAmmoMaxStack::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_GetAmmoMaxStack, ReturnValue) == 0x000004, "Member 'FGAmmunitionInventory_GetAmmoMaxStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_OnRepAmmunitionChanged \ static_assert(alignof(FGAmmunitionInventory_OnRepAmmunitionChanged) == 0x000008, "Wrong alignment on FGAmmunitionInventory_OnRepAmmunitionChanged"); \ static_assert(sizeof(FGAmmunitionInventory_OnRepAmmunitionChanged) == 0x000010, "Wrong size on FGAmmunitionInventory_OnRepAmmunitionChanged"); \ static_assert(offsetof(FGAmmunitionInventory_OnRepAmmunitionChanged, OldValue) == 0x000000, "Member 'FGAmmunitionInventory_OnRepAmmunitionChanged::OldValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_RemoveAmmo \ static_assert(alignof(FGAmmunitionInventory_RemoveAmmo) == 0x000004, "Wrong alignment on FGAmmunitionInventory_RemoveAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_RemoveAmmo) == 0x000008, "Wrong size on FGAmmunitionInventory_RemoveAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_RemoveAmmo, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_RemoveAmmo::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_RemoveAmmo, Count) == 0x000004, "Member 'FGAmmunitionInventory_RemoveAmmo::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_ServerAddAmmo \ static_assert(alignof(FGAmmunitionInventory_ServerAddAmmo) == 0x000004, "Wrong alignment on FGAmmunitionInventory_ServerAddAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_ServerAddAmmo) == 0x000008, "Wrong size on FGAmmunitionInventory_ServerAddAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_ServerAddAmmo, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_ServerAddAmmo::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_ServerAddAmmo, Count) == 0x000004, "Member 'FGAmmunitionInventory_ServerAddAmmo::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_ServerLootAmmo \ static_assert(alignof(FGAmmunitionInventory_ServerLootAmmo) == 0x000008, "Wrong alignment on FGAmmunitionInventory_ServerLootAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_ServerLootAmmo) == 0x000008, "Wrong size on FGAmmunitionInventory_ServerLootAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_ServerLootAmmo, Ammo) == 0x000000, "Member 'FGAmmunitionInventory_ServerLootAmmo::Ammo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_ServerRemoveAmmo \ static_assert(alignof(FGAmmunitionInventory_ServerRemoveAmmo) == 0x000004, "Wrong alignment on FGAmmunitionInventory_ServerRemoveAmmo"); \ static_assert(sizeof(FGAmmunitionInventory_ServerRemoveAmmo) == 0x000008, "Wrong size on FGAmmunitionInventory_ServerRemoveAmmo"); \ static_assert(offsetof(FGAmmunitionInventory_ServerRemoveAmmo, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_ServerRemoveAmmo::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_ServerRemoveAmmo, Count) == 0x000004, "Member 'FGAmmunitionInventory_ServerRemoveAmmo::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_ClientOnAmmoPickedUp \ static_assert(alignof(FGAmmunitionInventory_ClientOnAmmoPickedUp) == 0x000008, "Wrong alignment on FGAmmunitionInventory_ClientOnAmmoPickedUp"); \ static_assert(sizeof(FGAmmunitionInventory_ClientOnAmmoPickedUp) == 0x000028, "Wrong size on FGAmmunitionInventory_ClientOnAmmoPickedUp"); \ static_assert(offsetof(FGAmmunitionInventory_ClientOnAmmoPickedUp, ItemName) == 0x000000, "Member 'FGAmmunitionInventory_ClientOnAmmoPickedUp::ItemName' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_ClientOnAmmoPickedUp, PickedUpCount) == 0x000018, "Member 'FGAmmunitionInventory_ClientOnAmmoPickedUp::PickedUpCount' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_ClientOnAmmoPickedUp, ItemIcon) == 0x000020, "Member 'FGAmmunitionInventory_ClientOnAmmoPickedUp::ItemIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_GetCurrentAmmoCount \ static_assert(alignof(FGAmmunitionInventory_GetCurrentAmmoCount) == 0x000004, "Wrong alignment on FGAmmunitionInventory_GetCurrentAmmoCount"); \ static_assert(sizeof(FGAmmunitionInventory_GetCurrentAmmoCount) == 0x000008, "Wrong size on FGAmmunitionInventory_GetCurrentAmmoCount"); \ static_assert(offsetof(FGAmmunitionInventory_GetCurrentAmmoCount, AmmoType) == 0x000000, "Member 'FGAmmunitionInventory_GetCurrentAmmoCount::AmmoType' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_GetCurrentAmmoCount, ReturnValue) == 0x000004, "Member 'FGAmmunitionInventory_GetCurrentAmmoCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAmmunitionInventory_GetCurrentAmmoCountByClass \ static_assert(alignof(FGAmmunitionInventory_GetCurrentAmmoCountByClass) == 0x000008, "Wrong alignment on FGAmmunitionInventory_GetCurrentAmmoCountByClass"); \ static_assert(sizeof(FGAmmunitionInventory_GetCurrentAmmoCountByClass) == 0x000010, "Wrong size on FGAmmunitionInventory_GetCurrentAmmoCountByClass"); \ static_assert(offsetof(FGAmmunitionInventory_GetCurrentAmmoCountByClass, AmmoClass) == 0x000000, "Member 'FGAmmunitionInventory_GetCurrentAmmoCountByClass::AmmoClass' has a wrong offset!"); \ static_assert(offsetof(FGAmmunitionInventory_GetCurrentAmmoCountByClass, ReturnValue) == 0x000008, "Member 'FGAmmunitionInventory_GetCurrentAmmoCountByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAmmunitionInventory \ static_assert(alignof(UFGAmmunitionInventory) == 0x000008, "Wrong alignment on UFGAmmunitionInventory"); \ static_assert(sizeof(UFGAmmunitionInventory) == 0x0001A0, "Wrong size on UFGAmmunitionInventory"); \ static_assert(offsetof(UFGAmmunitionInventory, PlayerAmmunition) == 0x0000B8, "Member 'UFGAmmunitionInventory::PlayerAmmunition' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, AmmoTypeByClass) == 0x0000C8, "Member 'UFGAmmunitionInventory::AmmoTypeByClass' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, OnAmmoPickedUp) == 0x000118, "Member 'UFGAmmunitionInventory::OnAmmoPickedUp' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, AmmoCapInfo) == 0x000128, "Member 'UFGAmmunitionInventory::AmmoCapInfo' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, bDebugEnabled) == 0x000178, "Member 'UFGAmmunitionInventory::bDebugEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, OnAmmoChanged) == 0x000180, "Member 'UFGAmmunitionInventory::OnAmmoChanged' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, CurrentLearnedTech) == 0x000190, "Member 'UFGAmmunitionInventory::CurrentLearnedTech' has a wrong offset!"); \ static_assert(offsetof(UFGAmmunitionInventory, OwningCharacter) == 0x000198, "Member 'UFGAmmunitionInventory::OwningCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_TrainSpace \ static_assert(alignof(UEnvQueryGenerator_TrainSpace) == 0x000008, "Wrong alignment on UEnvQueryGenerator_TrainSpace"); \ static_assert(sizeof(UEnvQueryGenerator_TrainSpace) == 0x0001A8, "Wrong size on UEnvQueryGenerator_TrainSpace"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, ContextActor) == 0x000080, "Member 'UEnvQueryGenerator_TrainSpace::ContextActor' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, ColliderXSize) == 0x000088, "Member 'UEnvQueryGenerator_TrainSpace::ColliderXSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, ColliderYSize) == 0x0000C0, "Member 'UEnvQueryGenerator_TrainSpace::ColliderYSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, ColliderZSize) == 0x0000F8, "Member 'UEnvQueryGenerator_TrainSpace::ColliderZSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, bInAir) == 0x000130, "Member 'UEnvQueryGenerator_TrainSpace::bInAir' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, bOnGround) == 0x000168, "Member 'UEnvQueryGenerator_TrainSpace::bOnGround' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, NumOfWagons) == 0x0001A0, "Member 'UEnvQueryGenerator_TrainSpace::NumOfWagons' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_TrainSpace, bDebug) == 0x0001A1, "Member 'UEnvQueryGenerator_TrainSpace::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_AbortJob \ static_assert(alignof(FGAIDirectorModule_AbortJob) == 0x000008, "Wrong alignment on FGAIDirectorModule_AbortJob"); \ static_assert(sizeof(FGAIDirectorModule_AbortJob) == 0x000008, "Wrong size on FGAIDirectorModule_AbortJob"); \ static_assert(offsetof(FGAIDirectorModule_AbortJob, Job) == 0x000000, "Member 'FGAIDirectorModule_AbortJob::Job' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_DespawnJob \ static_assert(alignof(FGAIDirectorModule_DespawnJob) == 0x000008, "Wrong alignment on FGAIDirectorModule_DespawnJob"); \ static_assert(sizeof(FGAIDirectorModule_DespawnJob) == 0x000008, "Wrong size on FGAIDirectorModule_DespawnJob"); \ static_assert(offsetof(FGAIDirectorModule_DespawnJob, Job) == 0x000000, "Member 'FGAIDirectorModule_DespawnJob::Job' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_GetImplicitValue \ static_assert(alignof(FGAIDirectorModule_GetImplicitValue) == 0x000004, "Wrong alignment on FGAIDirectorModule_GetImplicitValue"); \ static_assert(sizeof(FGAIDirectorModule_GetImplicitValue) == 0x000008, "Wrong size on FGAIDirectorModule_GetImplicitValue"); \ static_assert(offsetof(FGAIDirectorModule_GetImplicitValue, PathTokenImplicit) == 0x000000, "Member 'FGAIDirectorModule_GetImplicitValue::PathTokenImplicit' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_GetImplicitValue, ReturnValue) == 0x000004, "Member 'FGAIDirectorModule_GetImplicitValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_GetWorldRate \ static_assert(alignof(FGAIDirectorModule_GetWorldRate) == 0x000004, "Wrong alignment on FGAIDirectorModule_GetWorldRate"); \ static_assert(sizeof(FGAIDirectorModule_GetWorldRate) == 0x000004, "Wrong size on FGAIDirectorModule_GetWorldRate"); \ static_assert(offsetof(FGAIDirectorModule_GetWorldRate, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_GetWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_OnCharacterDied \ static_assert(alignof(FGAIDirectorModule_OnCharacterDied) == 0x000008, "Wrong alignment on FGAIDirectorModule_OnCharacterDied"); \ static_assert(sizeof(FGAIDirectorModule_OnCharacterDied) == 0x000008, "Wrong size on FGAIDirectorModule_OnCharacterDied"); \ static_assert(offsetof(FGAIDirectorModule_OnCharacterDied, Character) == 0x000000, "Member 'FGAIDirectorModule_OnCharacterDied::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_SpawnJob \ static_assert(alignof(FGAIDirectorModule_SpawnJob) == 0x000008, "Wrong alignment on FGAIDirectorModule_SpawnJob"); \ static_assert(sizeof(FGAIDirectorModule_SpawnJob) == 0x000010, "Wrong size on FGAIDirectorModule_SpawnJob"); \ static_assert(offsetof(FGAIDirectorModule_SpawnJob, JobClass) == 0x000000, "Member 'FGAIDirectorModule_SpawnJob::JobClass' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_SpawnJob, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_SpawnJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_GetSpawnedJobs \ static_assert(alignof(FGAIDirectorModule_GetSpawnedJobs) == 0x000008, "Wrong alignment on FGAIDirectorModule_GetSpawnedJobs"); \ static_assert(sizeof(FGAIDirectorModule_GetSpawnedJobs) == 0x000010, "Wrong size on FGAIDirectorModule_GetSpawnedJobs"); \ static_assert(offsetof(FGAIDirectorModule_GetSpawnedJobs, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_GetSpawnedJobs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIDirectorModule \ static_assert(alignof(AFGAIDirectorModule) == 0x000008, "Wrong alignment on AFGAIDirectorModule"); \ static_assert(sizeof(AFGAIDirectorModule) == 0x000250, "Wrong size on AFGAIDirectorModule"); \ static_assert(offsetof(AFGAIDirectorModule, bMustResetOnNewCycle) == 0x000228, "Member 'AFGAIDirectorModule::bMustResetOnNewCycle' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule, Manager) == 0x000230, "Member 'AFGAIDirectorModule::Manager' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule, MapGenerator) == 0x000238, "Member 'AFGAIDirectorModule::MapGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule, SpawnedJobs) == 0x000240, "Member 'AFGAIDirectorModule::SpawnedJobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPlanktonAnimInstance \ static_assert(alignof(UFGPlanktonAnimInstance) == 0x000010, "Wrong alignment on UFGPlanktonAnimInstance"); \ static_assert(sizeof(UFGPlanktonAnimInstance) == 0x0002E0, "Wrong size on UFGPlanktonAnimInstance"); \ static_assert(offsetof(UFGPlanktonAnimInstance, MoveUp) == 0x0002B8, "Member 'UFGPlanktonAnimInstance::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UFGPlanktonAnimInstance, MoveRight) == 0x0002BC, "Member 'UFGPlanktonAnimInstance::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UFGPlanktonAnimInstance, Speed) == 0x0002C0, "Member 'UFGPlanktonAnimInstance::Speed' has a wrong offset!"); \ static_assert(offsetof(UFGPlanktonAnimInstance, LookAtGoal) == 0x0002C4, "Member 'UFGPlanktonAnimInstance::LookAtGoal' has a wrong offset!"); \ static_assert(offsetof(UFGPlanktonAnimInstance, AICharacter) == 0x0002D0, "Member 'UFGPlanktonAnimInstance::AICharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISenseEvent_Horn \ static_assert(alignof(UFGAISenseEvent_Horn) == 0x000008, "Wrong alignment on UFGAISenseEvent_Horn"); \ static_assert(sizeof(UFGAISenseEvent_Horn) == 0x000040, "Wrong size on UFGAISenseEvent_Horn"); \ static_assert(offsetof(UFGAISenseEvent_Horn, Event) == 0x000028, "Member 'UFGAISenseEvent_Horn::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGManagersSubsystem_BP_GetManager \ static_assert(alignof(FGManagersSubsystem_BP_GetManager) == 0x000008, "Wrong alignment on FGManagersSubsystem_BP_GetManager"); \ static_assert(sizeof(FGManagersSubsystem_BP_GetManager) == 0x000010, "Wrong size on FGManagersSubsystem_BP_GetManager"); \ static_assert(offsetof(FGManagersSubsystem_BP_GetManager, Class_0) == 0x000000, "Member 'FGManagersSubsystem_BP_GetManager::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGManagersSubsystem_BP_GetManager, ReturnValue) == 0x000008, "Member 'FGManagersSubsystem_BP_GetManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGManagersSubsystem \ static_assert(alignof(UFGManagersSubsystem) == 0x000008, "Wrong alignment on UFGManagersSubsystem"); \ static_assert(sizeof(UFGManagersSubsystem) == 0x000080, "Wrong size on UFGManagersSubsystem"); \ static_assert(offsetof(UFGManagersSubsystem, CachedManagers) == 0x000030, "Member 'UFGManagersSubsystem::CachedManagers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentBalancierCoefficient \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentBalancierCoefficient) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentBalancierCoefficient"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentBalancierCoefficient) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetCurrentBalancierCoefficient"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentBalancierCoefficient, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentBalancierCoefficient::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentBalancierCoefficient, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_Area_GetCurrentBalancierCoefficient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentBudget \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentBudget) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentBudget"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentBudget) == 0x000008, "Wrong size on FGAIDirectorModule_Area_GetCurrentBudget"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentBudget, Stage) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentBudget::Stage' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentBudget, ReturnValue) == 0x000004, "Member 'FGAIDirectorModule_Area_GetCurrentBudget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentCount \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentCount) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentCount"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentCount) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetCurrentCount"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentCount, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentCount::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentCount, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_Area_GetCurrentCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentPreset \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentPreset) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentPreset"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentPreset) == 0x000020, "Wrong size on FGAIDirectorModule_Area_GetCurrentPreset"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentPreset, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentSpawnChance \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentSpawnChance) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentSpawnChance"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentSpawnChance) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetCurrentSpawnChance"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentSpawnChance, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentSpawnChance::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentSpawnChance, Stage) == 0x000008, "Member 'FGAIDirectorModule_Area_GetCurrentSpawnChance::Stage' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentSpawnChance, ReturnValue) == 0x00000C, "Member 'FGAIDirectorModule_Area_GetCurrentSpawnChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentSpawnQueue \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentSpawnQueue) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentSpawnQueue"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentSpawnQueue) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetCurrentSpawnQueue"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentSpawnQueue, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentSpawnQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentSpawnQueueSize \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentSpawnQueueSize) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentSpawnQueueSize"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentSpawnQueueSize) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetCurrentSpawnQueueSize"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentSpawnQueueSize, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentSpawnQueueSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentWeight \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentWeight) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentWeight"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentWeight) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetCurrentWeight"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentWeight, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentWeight::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentWeight, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_Area_GetCurrentWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetDefaultSpawnChance \ static_assert(alignof(FGAIDirectorModule_Area_GetDefaultSpawnChance) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetDefaultSpawnChance"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetDefaultSpawnChance) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetDefaultSpawnChance"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDefaultSpawnChance, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetDefaultSpawnChance::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDefaultSpawnChance, Stage) == 0x000008, "Member 'FGAIDirectorModule_Area_GetDefaultSpawnChance::Stage' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDefaultSpawnChance, ReturnValue) == 0x00000C, "Member 'FGAIDirectorModule_Area_GetDefaultSpawnChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetDefaultWeight \ static_assert(alignof(FGAIDirectorModule_Area_GetDefaultWeight) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetDefaultWeight"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetDefaultWeight) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetDefaultWeight"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDefaultWeight, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetDefaultWeight::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDefaultWeight, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_Area_GetDefaultWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetImplicitType \ static_assert(alignof(FGAIDirectorModule_Area_GetImplicitType) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetImplicitType"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetImplicitType) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetImplicitType"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetImplicitType, Class_0) == 0x000000, "Member 'FGAIDirectorModule_Area_GetImplicitType::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetImplicitType, ReturnValue) == 0x000008, "Member 'FGAIDirectorModule_Area_GetImplicitType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetMaxAliveEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetMaxAliveEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetMaxAliveEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetMaxAliveEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetMaxAliveEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetMaxAliveEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetMaxAliveEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetStageMods \ static_assert(alignof(FGAIDirectorModule_Area_GetStageMods) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetStageMods"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetStageMods) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetStageMods"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetStageMods, Stage) == 0x000000, "Member 'FGAIDirectorModule_Area_GetStageMods::Stage' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetStageMods, ReturnValue) == 0x000004, "Member 'FGAIDirectorModule_Area_GetStageMods::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetStagesCount \ static_assert(alignof(FGAIDirectorModule_Area_GetStagesCount) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetStagesCount"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetStagesCount) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetStagesCount"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetStagesCount, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetStagesCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_OnVolumeTriggered \ static_assert(alignof(FGAIDirectorModule_Area_OnVolumeTriggered) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_OnVolumeTriggered"); \ static_assert(sizeof(FGAIDirectorModule_Area_OnVolumeTriggered) == 0x000008, "Wrong size on FGAIDirectorModule_Area_OnVolumeTriggered"); \ static_assert(offsetof(FGAIDirectorModule_Area_OnVolumeTriggered, Volume) == 0x000000, "Member 'FGAIDirectorModule_Area_OnVolumeTriggered::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_StartStage \ static_assert(alignof(FGAIDirectorModule_Area_StartStage) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_StartStage"); \ static_assert(sizeof(FGAIDirectorModule_Area_StartStage) == 0x000004, "Wrong size on FGAIDirectorModule_Area_StartStage"); \ static_assert(offsetof(FGAIDirectorModule_Area_StartStage, StageNum) == 0x000000, "Member 'FGAIDirectorModule_Area_StartStage::StageNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetCurrentStage \ static_assert(alignof(FGAIDirectorModule_Area_GetCurrentStage) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetCurrentStage"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetCurrentStage) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetCurrentStage"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetCurrentStage, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetCurrentStage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetDiedEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetDiedEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetDiedEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetDiedEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetDiedEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetDiedEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetDiedEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetPlayersCount \ static_assert(alignof(FGAIDirectorModule_Area_GetPlayersCount) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetPlayersCount"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetPlayersCount) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetPlayersCount"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetPlayersCount, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetPlayersCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetSpawnedAliveCharacters \ static_assert(alignof(FGAIDirectorModule_Area_GetSpawnedAliveCharacters) == 0x000008, "Wrong alignment on FGAIDirectorModule_Area_GetSpawnedAliveCharacters"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetSpawnedAliveCharacters) == 0x000010, "Wrong size on FGAIDirectorModule_Area_GetSpawnedAliveCharacters"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetSpawnedAliveCharacters, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetSpawnedAliveCharacters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetSpawnedEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetSpawnedEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetSpawnedEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetSpawnedEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetSpawnedEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetSpawnedEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetSpawnedEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetTotalDiedEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetTotalDiedEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetTotalDiedEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetTotalDiedEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetTotalDiedEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetTotalDiedEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetTotalDiedEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetTotalSpawnedEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetTotalSpawnedEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetTotalSpawnedEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetTotalSpawnedEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetTotalSpawnedEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetTotalSpawnedEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetTotalSpawnedEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Area_GetUnloadedEnemy \ static_assert(alignof(FGAIDirectorModule_Area_GetUnloadedEnemy) == 0x000004, "Wrong alignment on FGAIDirectorModule_Area_GetUnloadedEnemy"); \ static_assert(sizeof(FGAIDirectorModule_Area_GetUnloadedEnemy) == 0x000004, "Wrong size on FGAIDirectorModule_Area_GetUnloadedEnemy"); \ static_assert(offsetof(FGAIDirectorModule_Area_GetUnloadedEnemy, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Area_GetUnloadedEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIDirectorModule_Area \ static_assert(alignof(AFGAIDirectorModule_Area) == 0x000008, "Wrong alignment on AFGAIDirectorModule_Area"); \ static_assert(sizeof(AFGAIDirectorModule_Area) == 0x000378, "Wrong size on AFGAIDirectorModule_Area"); \ static_assert(offsetof(AFGAIDirectorModule_Area, BaseAreaUnitCount) == 0x000250, "Member 'AFGAIDirectorModule_Area::BaseAreaUnitCount' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, CoopScaleValue) == 0x000254, "Member 'AFGAIDirectorModule_Area::CoopScaleValue' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, BudgetDeltaModifier) == 0x000258, "Member 'AFGAIDirectorModule_Area::BudgetDeltaModifier' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, WavesCountData) == 0x000260, "Member 'AFGAIDirectorModule_Area::WavesCountData' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, ParentChunk) == 0x000270, "Member 'AFGAIDirectorModule_Area::ParentChunk' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, ChunkClass) == 0x000278, "Member 'AFGAIDirectorModule_Area::ChunkClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, RolledClassesToSpawn) == 0x000280, "Member 'AFGAIDirectorModule_Area::RolledClassesToSpawn' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, AreaSpawnPresetData) == 0x000290, "Member 'AFGAIDirectorModule_Area::AreaSpawnPresetData' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, StageModSettingsData) == 0x0002A0, "Member 'AFGAIDirectorModule_Area::StageModSettingsData' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, MapTierUnitCaps) == 0x0002B0, "Member 'AFGAIDirectorModule_Area::MapTierUnitCaps' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, bStarted) == 0x0002C0, "Member 'AFGAIDirectorModule_Area::bStarted' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, bComplete) == 0x0002C1, "Member 'AFGAIDirectorModule_Area::bComplete' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, CurrentStage) == 0x0002C4, "Member 'AFGAIDirectorModule_Area::CurrentStage' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, CurrentStageDiedEnemy) == 0x0002C8, "Member 'AFGAIDirectorModule_Area::CurrentStageDiedEnemy' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, TotalDiedEnemy) == 0x0002CC, "Member 'AFGAIDirectorModule_Area::TotalDiedEnemy' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, CurrentStageMaxAliveCharacters) == 0x0002D0, "Member 'AFGAIDirectorModule_Area::CurrentStageMaxAliveCharacters' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, RegisteredSpawners) == 0x0002D8, "Member 'AFGAIDirectorModule_Area::RegisteredSpawners' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, NULLSpawnChanceSettings) == 0x000318, "Member 'AFGAIDirectorModule_Area::NULLSpawnChanceSettings' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Area, UnloadedEnemyCount) == 0x000328, "Member 'AFGAIDirectorModule_Area::UnloadedEnemyCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphNode_GetNodeDescription \ static_assert(alignof(FGQuestGraphNode_GetNodeDescription) == 0x000008, "Wrong alignment on FGQuestGraphNode_GetNodeDescription"); \ static_assert(sizeof(FGQuestGraphNode_GetNodeDescription) == 0x000010, "Wrong size on FGQuestGraphNode_GetNodeDescription"); \ static_assert(offsetof(FGQuestGraphNode_GetNodeDescription, ReturnValue) == 0x000000, "Member 'FGQuestGraphNode_GetNodeDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode \ static_assert(alignof(UFGQuestGraphNode) == 0x000008, "Wrong alignment on UFGQuestGraphNode"); \ static_assert(sizeof(UFGQuestGraphNode) == 0x000090, "Wrong size on UFGQuestGraphNode"); \ static_assert(offsetof(UFGQuestGraphNode, NodeID) == 0x000038, "Member 'UFGQuestGraphNode::NodeID' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, BackgroundColor) == 0x000040, "Member 'UFGQuestGraphNode::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, bForceAutoSave) == 0x000050, "Member 'UFGQuestGraphNode::bForceAutoSave' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, ContextNodes) == 0x000058, "Member 'UFGQuestGraphNode::ContextNodes' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, NextNodes) == 0x000068, "Member 'UFGQuestGraphNode::NextNodes' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, Owner) == 0x000080, "Member 'UFGQuestGraphNode::Owner' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode, QuestManager) == 0x000088, "Member 'UFGQuestGraphNode::QuestManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_QuestComplete \ static_assert(alignof(UFGQuestGraphNode_QuestComplete) == 0x000008, "Wrong alignment on UFGQuestGraphNode_QuestComplete"); \ static_assert(sizeof(UFGQuestGraphNode_QuestComplete) == 0x000098, "Wrong size on UFGQuestGraphNode_QuestComplete"); \ static_assert(offsetof(UFGQuestGraphNode_QuestComplete, NextGraph) == 0x000090, "Member 'UFGQuestGraphNode_QuestComplete::NextGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_CanSpawn \ static_assert(alignof(FGAISpawner_CanSpawn) == 0x000001, "Wrong alignment on FGAISpawner_CanSpawn"); \ static_assert(sizeof(FGAISpawner_CanSpawn) == 0x000001, "Wrong size on FGAISpawner_CanSpawn"); \ static_assert(offsetof(FGAISpawner_CanSpawn, ReturnValue) == 0x000000, "Member 'FGAISpawner_CanSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_GetAIDirectorManager \ static_assert(alignof(FGAISpawner_GetAIDirectorManager) == 0x000008, "Wrong alignment on FGAISpawner_GetAIDirectorManager"); \ static_assert(sizeof(FGAISpawner_GetAIDirectorManager) == 0x000008, "Wrong size on FGAISpawner_GetAIDirectorManager"); \ static_assert(offsetof(FGAISpawner_GetAIDirectorManager, ReturnValue) == 0x000000, "Member 'FGAISpawner_GetAIDirectorManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_IsOnCooldown \ static_assert(alignof(FGAISpawner_IsOnCooldown) == 0x000001, "Wrong alignment on FGAISpawner_IsOnCooldown"); \ static_assert(sizeof(FGAISpawner_IsOnCooldown) == 0x000001, "Wrong size on FGAISpawner_IsOnCooldown"); \ static_assert(offsetof(FGAISpawner_IsOnCooldown, ReturnValue) == 0x000000, "Member 'FGAISpawner_IsOnCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_IsValidSpawner \ static_assert(alignof(FGAISpawner_IsValidSpawner) == 0x000001, "Wrong alignment on FGAISpawner_IsValidSpawner"); \ static_assert(sizeof(FGAISpawner_IsValidSpawner) == 0x000001, "Wrong size on FGAISpawner_IsValidSpawner"); \ static_assert(offsetof(FGAISpawner_IsValidSpawner, ReturnValue) == 0x000000, "Member 'FGAISpawner_IsValidSpawner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_K2_OnActorSpawned \ static_assert(alignof(FGAISpawner_K2_OnActorSpawned) == 0x000010, "Wrong alignment on FGAISpawner_K2_OnActorSpawned"); \ static_assert(sizeof(FGAISpawner_K2_OnActorSpawned) == 0x0000B0, "Wrong size on FGAISpawner_K2_OnActorSpawned"); \ static_assert(offsetof(FGAISpawner_K2_OnActorSpawned, SpawnInfo) == 0x000000, "Member 'FGAISpawner_K2_OnActorSpawned::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_K2_OnActorSpawned, SpawnedActor) == 0x0000A0, "Member 'FGAISpawner_K2_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_OnActorEndPlay \ static_assert(alignof(FGAISpawner_OnActorEndPlay) == 0x000008, "Wrong alignment on FGAISpawner_OnActorEndPlay"); \ static_assert(sizeof(FGAISpawner_OnActorEndPlay) == 0x000010, "Wrong size on FGAISpawner_OnActorEndPlay"); \ static_assert(offsetof(FGAISpawner_OnActorEndPlay, Actor) == 0x000000, "Member 'FGAISpawner_OnActorEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'FGAISpawner_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_OnCharacterDeath \ static_assert(alignof(FGAISpawner_OnCharacterDeath) == 0x000008, "Wrong alignment on FGAISpawner_OnCharacterDeath"); \ static_assert(sizeof(FGAISpawner_OnCharacterDeath) == 0x000008, "Wrong size on FGAISpawner_OnCharacterDeath"); \ static_assert(offsetof(FGAISpawner_OnCharacterDeath, Character) == 0x000000, "Member 'FGAISpawner_OnCharacterDeath::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_Spawn \ static_assert(alignof(FGAISpawner_Spawn) == 0x000008, "Wrong alignment on FGAISpawner_Spawn"); \ static_assert(sizeof(FGAISpawner_Spawn) == 0x000018, "Wrong size on FGAISpawner_Spawn"); \ static_assert(offsetof(FGAISpawner_Spawn, ClassToSpawn) == 0x000000, "Member 'FGAISpawner_Spawn::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_Spawn, SpawnInstigator) == 0x000008, "Member 'FGAISpawner_Spawn::SpawnInstigator' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_Spawn, ReturnValue) == 0x000010, "Member 'FGAISpawner_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_SpawnCharacter \ static_assert(alignof(FGAISpawner_SpawnCharacter) == 0x000010, "Wrong alignment on FGAISpawner_SpawnCharacter"); \ static_assert(sizeof(FGAISpawner_SpawnCharacter) == 0x000050, "Wrong size on FGAISpawner_SpawnCharacter"); \ static_assert(offsetof(FGAISpawner_SpawnCharacter, CharacterClass) == 0x000000, "Member 'FGAISpawner_SpawnCharacter::CharacterClass' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_SpawnCharacter, SpawnTransform) == 0x000010, "Member 'FGAISpawner_SpawnCharacter::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_SpawnCharacter, SpawnInstigator) == 0x000040, "Member 'FGAISpawner_SpawnCharacter::SpawnInstigator' has a wrong offset!"); \ static_assert(offsetof(FGAISpawner_SpawnCharacter, ReturnValue) == 0x000048, "Member 'FGAISpawner_SpawnCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISpawner_HasSpawned \ static_assert(alignof(FGAISpawner_HasSpawned) == 0x000001, "Wrong alignment on FGAISpawner_HasSpawned"); \ static_assert(sizeof(FGAISpawner_HasSpawned) == 0x000001, "Wrong size on FGAISpawner_HasSpawned"); \ static_assert(offsetof(FGAISpawner_HasSpawned, ReturnValue) == 0x000000, "Member 'FGAISpawner_HasSpawned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAISpawner \ static_assert(alignof(AFGAISpawner) == 0x000008, "Wrong alignment on AFGAISpawner"); \ static_assert(sizeof(AFGAISpawner) == 0x000328, "Wrong size on AFGAISpawner"); \ static_assert(offsetof(AFGAISpawner, SceneRoot) == 0x000228, "Member 'AFGAISpawner::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, BillboardComponent) == 0x000230, "Member 'AFGAISpawner::BillboardComponent' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnPoint1) == 0x000238, "Member 'AFGAISpawner::SpawnPoint1' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnPoint2) == 0x000240, "Member 'AFGAISpawner::SpawnPoint2' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnPoint3) == 0x000248, "Member 'AFGAISpawner::SpawnPoint3' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnPoint4) == 0x000250, "Member 'AFGAISpawner::SpawnPoint4' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnPoint5) == 0x000258, "Member 'AFGAISpawner::SpawnPoint5' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, ManualClassesToSpawn) == 0x000260, "Member 'AFGAISpawner::ManualClassesToSpawn' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnCooldownTime) == 0x000270, "Member 'AFGAISpawner::SpawnCooldownTime' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnCollisionMethod) == 0x000274, "Member 'AFGAISpawner::SpawnCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, bSpawnTraceFloorCheck) == 0x000275, "Member 'AFGAISpawner::bSpawnTraceFloorCheck' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnedCharactersInfo) == 0x000278, "Member 'AFGAISpawner::SpawnedCharactersInfo' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnedCharacters) == 0x000288, "Member 'AFGAISpawner::SpawnedCharacters' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, bWantFlySpawn) == 0x000298, "Member 'AFGAISpawner::bWantFlySpawn' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, DebugChunkClass) == 0x0002A0, "Member 'AFGAISpawner::DebugChunkClass' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, AIDirectorManager) == 0x0002A8, "Member 'AFGAISpawner::AIDirectorManager' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, AIDirectorModule) == 0x0002B0, "Member 'AFGAISpawner::AIDirectorModule' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, PendingSpawns) == 0x0002B8, "Member 'AFGAISpawner::PendingSpawns' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawner, SpawnComponents) == 0x000310, "Member 'AFGAISpawner::SpawnComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAISpawner_Train \ static_assert(alignof(AFGAISpawner_Train) == 0x000008, "Wrong alignment on AFGAISpawner_Train"); \ static_assert(sizeof(AFGAISpawner_Train) == 0x000330, "Wrong size on AFGAISpawner_Train"); \ static_assert(offsetof(AFGAISpawner_Train, Wagon) == 0x000328, "Member 'AFGAISpawner_Train::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_3dGrid \ static_assert(alignof(UEnvQueryGenerator_3dGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_3dGrid"); \ static_assert(sizeof(UEnvQueryGenerator_3dGrid) == 0x000210, "Wrong size on UEnvQueryGenerator_3dGrid"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, GridXSize) == 0x000080, "Member 'UEnvQueryGenerator_3dGrid::GridXSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, GridYSize) == 0x0000B8, "Member 'UEnvQueryGenerator_3dGrid::GridYSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, GridZSize) == 0x0000F0, "Member 'UEnvQueryGenerator_3dGrid::GridZSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, OffsetSpaceX) == 0x000128, "Member 'UEnvQueryGenerator_3dGrid::OffsetSpaceX' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, OffsetSpaceY) == 0x000160, "Member 'UEnvQueryGenerator_3dGrid::OffsetSpaceY' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, OffsetSpaceZ) == 0x000198, "Member 'UEnvQueryGenerator_3dGrid::OffsetSpaceZ' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, SpaceBetween) == 0x0001D0, "Member 'UEnvQueryGenerator_3dGrid::SpaceBetween' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3dGrid, GenerateAround) == 0x000208, "Member 'UEnvQueryGenerator_3dGrid::GenerateAround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_AddWagonPlatform \ static_assert(alignof(FGTrain_AddWagonPlatform) == 0x000008, "Wrong alignment on FGTrain_AddWagonPlatform"); \ static_assert(sizeof(FGTrain_AddWagonPlatform) == 0x000010, "Wrong size on FGTrain_AddWagonPlatform"); \ static_assert(offsetof(FGTrain_AddWagonPlatform, Wagon) == 0x000000, "Member 'FGTrain_AddWagonPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrain_AddWagonPlatform, ReturnValue) == 0x000008, "Member 'FGTrain_AddWagonPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_AddWagonPlatformByIndex \ static_assert(alignof(FGTrain_AddWagonPlatformByIndex) == 0x000008, "Wrong alignment on FGTrain_AddWagonPlatformByIndex"); \ static_assert(sizeof(FGTrain_AddWagonPlatformByIndex) == 0x000010, "Wrong size on FGTrain_AddWagonPlatformByIndex"); \ static_assert(offsetof(FGTrain_AddWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrain_AddWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(FGTrain_AddWagonPlatformByIndex, ReturnValue) == 0x000008, "Member 'FGTrain_AddWagonPlatformByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_CalculateWorldRateWeight \ static_assert(alignof(FGTrain_CalculateWorldRateWeight) == 0x000004, "Wrong alignment on FGTrain_CalculateWorldRateWeight"); \ static_assert(sizeof(FGTrain_CalculateWorldRateWeight) == 0x000008, "Wrong size on FGTrain_CalculateWorldRateWeight"); \ static_assert(offsetof(FGTrain_CalculateWorldRateWeight, Additive) == 0x000000, "Member 'FGTrain_CalculateWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGTrain_CalculateWorldRateWeight, Scale) == 0x000004, "Member 'FGTrain_CalculateWorldRateWeight::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_CanAddWagon \ static_assert(alignof(FGTrain_CanAddWagon) == 0x000001, "Wrong alignment on FGTrain_CanAddWagon"); \ static_assert(sizeof(FGTrain_CanAddWagon) == 0x000001, "Wrong size on FGTrain_CanAddWagon"); \ static_assert(offsetof(FGTrain_CanAddWagon, ReturnValue) == 0x000000, "Member 'FGTrain_CanAddWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_CanAddWagonPlatform \ static_assert(alignof(FGTrain_CanAddWagonPlatform) == 0x000008, "Wrong alignment on FGTrain_CanAddWagonPlatform"); \ static_assert(sizeof(FGTrain_CanAddWagonPlatform) == 0x000010, "Wrong size on FGTrain_CanAddWagonPlatform"); \ static_assert(offsetof(FGTrain_CanAddWagonPlatform, Wagon) == 0x000000, "Member 'FGTrain_CanAddWagonPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrain_CanAddWagonPlatform, ReturnValue) == 0x000008, "Member 'FGTrain_CanAddWagonPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_CanAddWagonPlatformByIndex \ static_assert(alignof(FGTrain_CanAddWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrain_CanAddWagonPlatformByIndex"); \ static_assert(sizeof(FGTrain_CanAddWagonPlatformByIndex) == 0x000008, "Wrong size on FGTrain_CanAddWagonPlatformByIndex"); \ static_assert(offsetof(FGTrain_CanAddWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrain_CanAddWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(FGTrain_CanAddWagonPlatformByIndex, ReturnValue) == 0x000004, "Member 'FGTrain_CanAddWagonPlatformByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_CanRemoveWagonPlatform \ static_assert(alignof(FGTrain_CanRemoveWagonPlatform) == 0x000008, "Wrong alignment on FGTrain_CanRemoveWagonPlatform"); \ static_assert(sizeof(FGTrain_CanRemoveWagonPlatform) == 0x000010, "Wrong size on FGTrain_CanRemoveWagonPlatform"); \ static_assert(offsetof(FGTrain_CanRemoveWagonPlatform, Wagon) == 0x000000, "Member 'FGTrain_CanRemoveWagonPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrain_CanRemoveWagonPlatform, ReturnValue) == 0x000008, "Member 'FGTrain_CanRemoveWagonPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_EnableWagonModuleEditMode \ static_assert(alignof(FGTrain_EnableWagonModuleEditMode) == 0x000001, "Wrong alignment on FGTrain_EnableWagonModuleEditMode"); \ static_assert(sizeof(FGTrain_EnableWagonModuleEditMode) == 0x000001, "Wrong size on FGTrain_EnableWagonModuleEditMode"); \ static_assert(offsetof(FGTrain_EnableWagonModuleEditMode, bFromDepot) == 0x000000, "Member 'FGTrain_EnableWagonModuleEditMode::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetAchievementReadySpawnedWagonModulesAmount \ static_assert(alignof(FGTrain_GetAchievementReadySpawnedWagonModulesAmount) == 0x000008, "Wrong alignment on FGTrain_GetAchievementReadySpawnedWagonModulesAmount"); \ static_assert(sizeof(FGTrain_GetAchievementReadySpawnedWagonModulesAmount) == 0x000010, "Wrong size on FGTrain_GetAchievementReadySpawnedWagonModulesAmount"); \ static_assert(offsetof(FGTrain_GetAchievementReadySpawnedWagonModulesAmount, WagonModuleClass) == 0x000000, "Member 'FGTrain_GetAchievementReadySpawnedWagonModulesAmount::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetAchievementReadySpawnedWagonModulesAmount, ReturnValue) == 0x000008, "Member 'FGTrain_GetAchievementReadySpawnedWagonModulesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetActiveMiasmAmount \ static_assert(alignof(FGTrain_GetActiveMiasmAmount) == 0x000004, "Wrong alignment on FGTrain_GetActiveMiasmAmount"); \ static_assert(sizeof(FGTrain_GetActiveMiasmAmount) == 0x000004, "Wrong size on FGTrain_GetActiveMiasmAmount"); \ static_assert(offsetof(FGTrain_GetActiveMiasmAmount, ReturnValue) == 0x000000, "Member 'FGTrain_GetActiveMiasmAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetBuildArmorWallsAmount \ static_assert(alignof(FGTrain_GetBuildArmorWallsAmount) == 0x000004, "Wrong alignment on FGTrain_GetBuildArmorWallsAmount"); \ static_assert(sizeof(FGTrain_GetBuildArmorWallsAmount) == 0x000004, "Wrong size on FGTrain_GetBuildArmorWallsAmount"); \ static_assert(offsetof(FGTrain_GetBuildArmorWallsAmount, ReturnValue) == 0x000000, "Member 'FGTrain_GetBuildArmorWallsAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetCategory \ static_assert(alignof(FGTrain_GetCategory) == 0x000001, "Wrong alignment on FGTrain_GetCategory"); \ static_assert(sizeof(FGTrain_GetCategory) == 0x000001, "Wrong size on FGTrain_GetCategory"); \ static_assert(offsetof(FGTrain_GetCategory, ReturnValue) == 0x000000, "Member 'FGTrain_GetCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetClosestWagon \ static_assert(alignof(FGTrain_GetClosestWagon) == 0x000008, "Wrong alignment on FGTrain_GetClosestWagon"); \ static_assert(sizeof(FGTrain_GetClosestWagon) == 0x000010, "Wrong size on FGTrain_GetClosestWagon"); \ static_assert(offsetof(FGTrain_GetClosestWagon, TargetActor) == 0x000000, "Member 'FGTrain_GetClosestWagon::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetClosestWagon, ReturnValue) == 0x000008, "Member 'FGTrain_GetClosestWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetCurrentChunk \ static_assert(alignof(FGTrain_GetCurrentChunk) == 0x000008, "Wrong alignment on FGTrain_GetCurrentChunk"); \ static_assert(sizeof(FGTrain_GetCurrentChunk) == 0x000008, "Wrong size on FGTrain_GetCurrentChunk"); \ static_assert(offsetof(FGTrain_GetCurrentChunk, ReturnValue) == 0x000000, "Member 'FGTrain_GetCurrentChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetEngineComponent \ static_assert(alignof(FGTrain_GetEngineComponent) == 0x000008, "Wrong alignment on FGTrain_GetEngineComponent"); \ static_assert(sizeof(FGTrain_GetEngineComponent) == 0x000008, "Wrong size on FGTrain_GetEngineComponent"); \ static_assert(offsetof(FGTrain_GetEngineComponent, ReturnValue) == 0x000000, "Member 'FGTrain_GetEngineComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetFirstLeftGrabSplineLocation \ static_assert(alignof(FGTrain_GetFirstLeftGrabSplineLocation) == 0x000004, "Wrong alignment on FGTrain_GetFirstLeftGrabSplineLocation"); \ static_assert(sizeof(FGTrain_GetFirstLeftGrabSplineLocation) == 0x00000C, "Wrong size on FGTrain_GetFirstLeftGrabSplineLocation"); \ static_assert(offsetof(FGTrain_GetFirstLeftGrabSplineLocation, ReturnValue) == 0x000000, "Member 'FGTrain_GetFirstLeftGrabSplineLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetFirstRightGrabSplineLocation \ static_assert(alignof(FGTrain_GetFirstRightGrabSplineLocation) == 0x000004, "Wrong alignment on FGTrain_GetFirstRightGrabSplineLocation"); \ static_assert(sizeof(FGTrain_GetFirstRightGrabSplineLocation) == 0x00000C, "Wrong size on FGTrain_GetFirstRightGrabSplineLocation"); \ static_assert(offsetof(FGTrain_GetFirstRightGrabSplineLocation, ReturnValue) == 0x000000, "Member 'FGTrain_GetFirstRightGrabSplineLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetInstalledModules \ static_assert(alignof(FGTrain_GetInstalledModules) == 0x000008, "Wrong alignment on FGTrain_GetInstalledModules"); \ static_assert(sizeof(FGTrain_GetInstalledModules) == 0x000010, "Wrong size on FGTrain_GetInstalledModules"); \ static_assert(offsetof(FGTrain_GetInstalledModules, ReturnValue) == 0x000000, "Member 'FGTrain_GetInstalledModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetInstalledModulesOfType \ static_assert(alignof(FGTrain_GetInstalledModulesOfType) == 0x000008, "Wrong alignment on FGTrain_GetInstalledModulesOfType"); \ static_assert(sizeof(FGTrain_GetInstalledModulesOfType) == 0x000018, "Wrong size on FGTrain_GetInstalledModulesOfType"); \ static_assert(offsetof(FGTrain_GetInstalledModulesOfType, Modules) == 0x000000, "Member 'FGTrain_GetInstalledModulesOfType::Modules' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetInstalledModulesOfType, FilterModule) == 0x000010, "Member 'FGTrain_GetInstalledModulesOfType::FilterModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetInstalledModulesOfTypes \ static_assert(alignof(FGTrain_GetInstalledModulesOfTypes) == 0x000008, "Wrong alignment on FGTrain_GetInstalledModulesOfTypes"); \ static_assert(sizeof(FGTrain_GetInstalledModulesOfTypes) == 0x000020, "Wrong size on FGTrain_GetInstalledModulesOfTypes"); \ static_assert(offsetof(FGTrain_GetInstalledModulesOfTypes, Modules) == 0x000000, "Member 'FGTrain_GetInstalledModulesOfTypes::Modules' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetInstalledModulesOfTypes, FilterModules) == 0x000010, "Member 'FGTrain_GetInstalledModulesOfTypes::FilterModules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetLastLeftGrabSplineLocation \ static_assert(alignof(FGTrain_GetLastLeftGrabSplineLocation) == 0x000004, "Wrong alignment on FGTrain_GetLastLeftGrabSplineLocation"); \ static_assert(sizeof(FGTrain_GetLastLeftGrabSplineLocation) == 0x00000C, "Wrong size on FGTrain_GetLastLeftGrabSplineLocation"); \ static_assert(offsetof(FGTrain_GetLastLeftGrabSplineLocation, ReturnValue) == 0x000000, "Member 'FGTrain_GetLastLeftGrabSplineLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetLastRightGrabSplineLocation \ static_assert(alignof(FGTrain_GetLastRightGrabSplineLocation) == 0x000004, "Wrong alignment on FGTrain_GetLastRightGrabSplineLocation"); \ static_assert(sizeof(FGTrain_GetLastRightGrabSplineLocation) == 0x00000C, "Wrong size on FGTrain_GetLastRightGrabSplineLocation"); \ static_assert(offsetof(FGTrain_GetLastRightGrabSplineLocation, ReturnValue) == 0x000000, "Member 'FGTrain_GetLastRightGrabSplineLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetLastWagon \ static_assert(alignof(FGTrain_GetLastWagon) == 0x000008, "Wrong alignment on FGTrain_GetLastWagon"); \ static_assert(sizeof(FGTrain_GetLastWagon) == 0x000008, "Wrong size on FGTrain_GetLastWagon"); \ static_assert(offsetof(FGTrain_GetLastWagon, ReturnValue) == 0x000000, "Member 'FGTrain_GetLastWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetLength \ static_assert(alignof(FGTrain_GetLength) == 0x000004, "Wrong alignment on FGTrain_GetLength"); \ static_assert(sizeof(FGTrain_GetLength) == 0x000004, "Wrong size on FGTrain_GetLength"); \ static_assert(offsetof(FGTrain_GetLength, ReturnValue) == 0x000000, "Member 'FGTrain_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetLocomotive \ static_assert(alignof(FGTrain_GetLocomotive) == 0x000008, "Wrong alignment on FGTrain_GetLocomotive"); \ static_assert(sizeof(FGTrain_GetLocomotive) == 0x000008, "Wrong size on FGTrain_GetLocomotive"); \ static_assert(offsetof(FGTrain_GetLocomotive, ReturnValue) == 0x000000, "Member 'FGTrain_GetLocomotive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetMaxPlatformsLimit \ static_assert(alignof(FGTrain_GetMaxPlatformsLimit) == 0x000004, "Wrong alignment on FGTrain_GetMaxPlatformsLimit"); \ static_assert(sizeof(FGTrain_GetMaxPlatformsLimit) == 0x000004, "Wrong size on FGTrain_GetMaxPlatformsLimit"); \ static_assert(offsetof(FGTrain_GetMaxPlatformsLimit, ReturnValue) == 0x000000, "Member 'FGTrain_GetMaxPlatformsLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetModulesOfTypeNum \ static_assert(alignof(FGTrain_GetModulesOfTypeNum) == 0x000008, "Wrong alignment on FGTrain_GetModulesOfTypeNum"); \ static_assert(sizeof(FGTrain_GetModulesOfTypeNum) == 0x000010, "Wrong size on FGTrain_GetModulesOfTypeNum"); \ static_assert(offsetof(FGTrain_GetModulesOfTypeNum, FilterModule) == 0x000000, "Member 'FGTrain_GetModulesOfTypeNum::FilterModule' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetModulesOfTypeNum, ReturnValue) == 0x000008, "Member 'FGTrain_GetModulesOfTypeNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetMovementDirection \ static_assert(alignof(FGTrain_GetMovementDirection) == 0x000001, "Wrong alignment on FGTrain_GetMovementDirection"); \ static_assert(sizeof(FGTrain_GetMovementDirection) == 0x000001, "Wrong size on FGTrain_GetMovementDirection"); \ static_assert(offsetof(FGTrain_GetMovementDirection, ReturnValue) == 0x000000, "Member 'FGTrain_GetMovementDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetOverloadPlatformsLimit \ static_assert(alignof(FGTrain_GetOverloadPlatformsLimit) == 0x000004, "Wrong alignment on FGTrain_GetOverloadPlatformsLimit"); \ static_assert(sizeof(FGTrain_GetOverloadPlatformsLimit) == 0x000004, "Wrong size on FGTrain_GetOverloadPlatformsLimit"); \ static_assert(offsetof(FGTrain_GetOverloadPlatformsLimit, ReturnValue) == 0x000000, "Member 'FGTrain_GetOverloadPlatformsLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetRam \ static_assert(alignof(FGTrain_GetRam) == 0x000008, "Wrong alignment on FGTrain_GetRam"); \ static_assert(sizeof(FGTrain_GetRam) == 0x000008, "Wrong size on FGTrain_GetRam"); \ static_assert(offsetof(FGTrain_GetRam, ReturnValue) == 0x000000, "Member 'FGTrain_GetRam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetRandomMiasm \ static_assert(alignof(FGTrain_GetRandomMiasm) == 0x000008, "Wrong alignment on FGTrain_GetRandomMiasm"); \ static_assert(sizeof(FGTrain_GetRandomMiasm) == 0x000008, "Wrong size on FGTrain_GetRandomMiasm"); \ static_assert(offsetof(FGTrain_GetRandomMiasm, ReturnValue) == 0x000000, "Member 'FGTrain_GetRandomMiasm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetSpawnedWagonModulesAmount \ static_assert(alignof(FGTrain_GetSpawnedWagonModulesAmount) == 0x000008, "Wrong alignment on FGTrain_GetSpawnedWagonModulesAmount"); \ static_assert(sizeof(FGTrain_GetSpawnedWagonModulesAmount) == 0x000010, "Wrong size on FGTrain_GetSpawnedWagonModulesAmount"); \ static_assert(offsetof(FGTrain_GetSpawnedWagonModulesAmount, WagonModuleClass) == 0x000000, "Member 'FGTrain_GetSpawnedWagonModulesAmount::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetSpawnedWagonModulesAmount, ReturnValue) == 0x000008, "Member 'FGTrain_GetSpawnedWagonModulesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetState \ static_assert(alignof(FGTrain_GetState) == 0x000001, "Wrong alignment on FGTrain_GetState"); \ static_assert(sizeof(FGTrain_GetState) == 0x000001, "Wrong size on FGTrain_GetState"); \ static_assert(offsetof(FGTrain_GetState, ReturnValue) == 0x000000, "Member 'FGTrain_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTotalPlatforms \ static_assert(alignof(FGTrain_GetTotalPlatforms) == 0x000004, "Wrong alignment on FGTrain_GetTotalPlatforms"); \ static_assert(sizeof(FGTrain_GetTotalPlatforms) == 0x000004, "Wrong size on FGTrain_GetTotalPlatforms"); \ static_assert(offsetof(FGTrain_GetTotalPlatforms, ReturnValue) == 0x000000, "Member 'FGTrain_GetTotalPlatforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTotalPlatformsLimit \ static_assert(alignof(FGTrain_GetTotalPlatformsLimit) == 0x000004, "Wrong alignment on FGTrain_GetTotalPlatformsLimit"); \ static_assert(sizeof(FGTrain_GetTotalPlatformsLimit) == 0x000004, "Wrong size on FGTrain_GetTotalPlatformsLimit"); \ static_assert(offsetof(FGTrain_GetTotalPlatformsLimit, ReturnValue) == 0x000000, "Member 'FGTrain_GetTotalPlatformsLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTrainBrakeState \ static_assert(alignof(FGTrain_GetTrainBrakeState) == 0x000001, "Wrong alignment on FGTrain_GetTrainBrakeState"); \ static_assert(sizeof(FGTrain_GetTrainBrakeState) == 0x000001, "Wrong size on FGTrain_GetTrainBrakeState"); \ static_assert(offsetof(FGTrain_GetTrainBrakeState, ReturnValue) == 0x000000, "Member 'FGTrain_GetTrainBrakeState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTrainEngineEra \ static_assert(alignof(FGTrain_GetTrainEngineEra) == 0x000001, "Wrong alignment on FGTrain_GetTrainEngineEra"); \ static_assert(sizeof(FGTrain_GetTrainEngineEra) == 0x000001, "Wrong size on FGTrain_GetTrainEngineEra"); \ static_assert(offsetof(FGTrain_GetTrainEngineEra, ReturnValue) == 0x000000, "Member 'FGTrain_GetTrainEngineEra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTrainEngineModule \ static_assert(alignof(FGTrain_GetTrainEngineModule) == 0x000008, "Wrong alignment on FGTrain_GetTrainEngineModule"); \ static_assert(sizeof(FGTrain_GetTrainEngineModule) == 0x000008, "Wrong size on FGTrain_GetTrainEngineModule"); \ static_assert(offsetof(FGTrain_GetTrainEngineModule, ReturnValue) == 0x000000, "Member 'FGTrain_GetTrainEngineModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTrainName \ static_assert(alignof(FGTrain_GetTrainName) == 0x000008, "Wrong alignment on FGTrain_GetTrainName"); \ static_assert(sizeof(FGTrain_GetTrainName) == 0x000018, "Wrong size on FGTrain_GetTrainName"); \ static_assert(offsetof(FGTrain_GetTrainName, ReturnValue) == 0x000000, "Member 'FGTrain_GetTrainName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTrainSpeed \ static_assert(alignof(FGTrain_GetTrainSpeed) == 0x000004, "Wrong alignment on FGTrain_GetTrainSpeed"); \ static_assert(sizeof(FGTrain_GetTrainSpeed) == 0x000004, "Wrong size on FGTrain_GetTrainSpeed"); \ static_assert(offsetof(FGTrain_GetTrainSpeed, ReturnValue) == 0x000000, "Member 'FGTrain_GetTrainSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetTurretsAmount \ static_assert(alignof(FGTrain_GetTurretsAmount) == 0x000004, "Wrong alignment on FGTrain_GetTurretsAmount"); \ static_assert(sizeof(FGTrain_GetTurretsAmount) == 0x000004, "Wrong size on FGTrain_GetTurretsAmount"); \ static_assert(offsetof(FGTrain_GetTurretsAmount, ReturnValue) == 0x000000, "Member 'FGTrain_GetTurretsAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWagonByIndex \ static_assert(alignof(FGTrain_GetWagonByIndex) == 0x000008, "Wrong alignment on FGTrain_GetWagonByIndex"); \ static_assert(sizeof(FGTrain_GetWagonByIndex) == 0x000010, "Wrong size on FGTrain_GetWagonByIndex"); \ static_assert(offsetof(FGTrain_GetWagonByIndex, WagonIndex) == 0x000000, "Member 'FGTrain_GetWagonByIndex::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetWagonByIndex, ReturnValue) == 0x000008, "Member 'FGTrain_GetWagonByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWagonIndex \ static_assert(alignof(FGTrain_GetWagonIndex) == 0x000008, "Wrong alignment on FGTrain_GetWagonIndex"); \ static_assert(sizeof(FGTrain_GetWagonIndex) == 0x000010, "Wrong size on FGTrain_GetWagonIndex"); \ static_assert(offsetof(FGTrain_GetWagonIndex, Wagon) == 0x000000, "Member 'FGTrain_GetWagonIndex::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetWagonIndex, ReturnValue) == 0x000008, "Member 'FGTrain_GetWagonIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWagonsPlatforms \ static_assert(alignof(FGTrain_GetWagonsPlatforms) == 0x000004, "Wrong alignment on FGTrain_GetWagonsPlatforms"); \ static_assert(sizeof(FGTrain_GetWagonsPlatforms) == 0x000004, "Wrong size on FGTrain_GetWagonsPlatforms"); \ static_assert(offsetof(FGTrain_GetWagonsPlatforms, ReturnValue) == 0x000000, "Member 'FGTrain_GetWagonsPlatforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWinchActors \ static_assert(alignof(FGTrain_GetWinchActors) == 0x000008, "Wrong alignment on FGTrain_GetWinchActors"); \ static_assert(sizeof(FGTrain_GetWinchActors) == 0x000010, "Wrong size on FGTrain_GetWinchActors"); \ static_assert(offsetof(FGTrain_GetWinchActors, ReturnValue) == 0x000000, "Member 'FGTrain_GetWinchActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWorldLocationWithRailsOffset \ static_assert(alignof(FGTrain_GetWorldLocationWithRailsOffset) == 0x000004, "Wrong alignment on FGTrain_GetWorldLocationWithRailsOffset"); \ static_assert(sizeof(FGTrain_GetWorldLocationWithRailsOffset) == 0x000010, "Wrong size on FGTrain_GetWorldLocationWithRailsOffset"); \ static_assert(offsetof(FGTrain_GetWorldLocationWithRailsOffset, Offset) == 0x000000, "Member 'FGTrain_GetWorldLocationWithRailsOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(FGTrain_GetWorldLocationWithRailsOffset, ReturnValue) == 0x000004, "Member 'FGTrain_GetWorldLocationWithRailsOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_IsEmpty \ static_assert(alignof(FGTrain_IsEmpty) == 0x000001, "Wrong alignment on FGTrain_IsEmpty"); \ static_assert(sizeof(FGTrain_IsEmpty) == 0x000002, "Wrong size on FGTrain_IsEmpty"); \ static_assert(offsetof(FGTrain_IsEmpty, bIncludeDeadPeople) == 0x000000, "Member 'FGTrain_IsEmpty::bIncludeDeadPeople' has a wrong offset!"); \ static_assert(offsetof(FGTrain_IsEmpty, ReturnValue) == 0x000001, "Member 'FGTrain_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_IsMovingBackward \ static_assert(alignof(FGTrain_IsMovingBackward) == 0x000001, "Wrong alignment on FGTrain_IsMovingBackward"); \ static_assert(sizeof(FGTrain_IsMovingBackward) == 0x000001, "Wrong size on FGTrain_IsMovingBackward"); \ static_assert(offsetof(FGTrain_IsMovingBackward, ReturnValue) == 0x000000, "Member 'FGTrain_IsMovingBackward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_IsOnBrake \ static_assert(alignof(FGTrain_IsOnBrake) == 0x000001, "Wrong alignment on FGTrain_IsOnBrake"); \ static_assert(sizeof(FGTrain_IsOnBrake) == 0x000001, "Wrong size on FGTrain_IsOnBrake"); \ static_assert(offsetof(FGTrain_IsOnBrake, ReturnValue) == 0x000000, "Member 'FGTrain_IsOnBrake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_IsPlayerTrain \ static_assert(alignof(FGTrain_IsPlayerTrain) == 0x000001, "Wrong alignment on FGTrain_IsPlayerTrain"); \ static_assert(sizeof(FGTrain_IsPlayerTrain) == 0x000001, "Wrong size on FGTrain_IsPlayerTrain"); \ static_assert(offsetof(FGTrain_IsPlayerTrain, ReturnValue) == 0x000000, "Member 'FGTrain_IsPlayerTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_OnEnteringNewChunk \ static_assert(alignof(FGTrain_OnEnteringNewChunk) == 0x000008, "Wrong alignment on FGTrain_OnEnteringNewChunk"); \ static_assert(sizeof(FGTrain_OnEnteringNewChunk) == 0x000008, "Wrong size on FGTrain_OnEnteringNewChunk"); \ static_assert(offsetof(FGTrain_OnEnteringNewChunk, Chunk) == 0x000000, "Member 'FGTrain_OnEnteringNewChunk::Chunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_OnQuestTrainStateChanged \ static_assert(alignof(FGTrain_OnQuestTrainStateChanged) == 0x000001, "Wrong alignment on FGTrain_OnQuestTrainStateChanged"); \ static_assert(sizeof(FGTrain_OnQuestTrainStateChanged) == 0x000001, "Wrong size on FGTrain_OnQuestTrainStateChanged"); \ static_assert(offsetof(FGTrain_OnQuestTrainStateChanged, NewQuestTrainState) == 0x000000, "Member 'FGTrain_OnQuestTrainStateChanged::NewQuestTrainState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_RemoveWagonPlatform \ static_assert(alignof(FGTrain_RemoveWagonPlatform) == 0x000008, "Wrong alignment on FGTrain_RemoveWagonPlatform"); \ static_assert(sizeof(FGTrain_RemoveWagonPlatform) == 0x000008, "Wrong size on FGTrain_RemoveWagonPlatform"); \ static_assert(offsetof(FGTrain_RemoveWagonPlatform, Wagon) == 0x000000, "Member 'FGTrain_RemoveWagonPlatform::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_RemoveWagonPlatformByIndex \ static_assert(alignof(FGTrain_RemoveWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrain_RemoveWagonPlatformByIndex"); \ static_assert(sizeof(FGTrain_RemoveWagonPlatformByIndex) == 0x000004, "Wrong size on FGTrain_RemoveWagonPlatformByIndex"); \ static_assert(offsetof(FGTrain_RemoveWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrain_RemoveWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_SetBrake \ static_assert(alignof(FGTrain_SetBrake) == 0x000001, "Wrong alignment on FGTrain_SetBrake"); \ static_assert(sizeof(FGTrain_SetBrake) == 0x000001, "Wrong size on FGTrain_SetBrake"); \ static_assert(offsetof(FGTrain_SetBrake, bNewValue) == 0x000000, "Member 'FGTrain_SetBrake::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_SetState \ static_assert(alignof(FGTrain_SetState) == 0x000001, "Wrong alignment on FGTrain_SetState"); \ static_assert(sizeof(FGTrain_SetState) == 0x000001, "Wrong size on FGTrain_SetState"); \ static_assert(offsetof(FGTrain_SetState, NewState) == 0x000000, "Member 'FGTrain_SetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_SwapWagons \ static_assert(alignof(FGTrain_SwapWagons) == 0x000004, "Wrong alignment on FGTrain_SwapWagons"); \ static_assert(sizeof(FGTrain_SwapWagons) == 0x000008, "Wrong size on FGTrain_SwapWagons"); \ static_assert(offsetof(FGTrain_SwapWagons, FirstIndex) == 0x000000, "Member 'FGTrain_SwapWagons::FirstIndex' has a wrong offset!"); \ static_assert(offsetof(FGTrain_SwapWagons, SecondIndex) == 0x000004, "Member 'FGTrain_SwapWagons::SecondIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_TeleportTrainAlongRails \ static_assert(alignof(FGTrain_TeleportTrainAlongRails) == 0x000004, "Wrong alignment on FGTrain_TeleportTrainAlongRails"); \ static_assert(sizeof(FGTrain_TeleportTrainAlongRails) == 0x000010, "Wrong size on FGTrain_TeleportTrainAlongRails"); \ static_assert(offsetof(FGTrain_TeleportTrainAlongRails, DesiredLocation) == 0x000000, "Member 'FGTrain_TeleportTrainAlongRails::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(FGTrain_TeleportTrainAlongRails, bApplyPlatformOffset) == 0x00000C, "Member 'FGTrain_TeleportTrainAlongRails::bApplyPlatformOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetQuestTrainState \ static_assert(alignof(FGTrain_GetQuestTrainState) == 0x000001, "Wrong alignment on FGTrain_GetQuestTrainState"); \ static_assert(sizeof(FGTrain_GetQuestTrainState) == 0x000001, "Wrong size on FGTrain_GetQuestTrainState"); \ static_assert(offsetof(FGTrain_GetQuestTrainState, ReturnValue) == 0x000000, "Member 'FGTrain_GetQuestTrainState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_GetWagons \ static_assert(alignof(FGTrain_GetWagons) == 0x000008, "Wrong alignment on FGTrain_GetWagons"); \ static_assert(sizeof(FGTrain_GetWagons) == 0x000010, "Wrong size on FGTrain_GetWagons"); \ static_assert(offsetof(FGTrain_GetWagons, ReturnValue) == 0x000000, "Member 'FGTrain_GetWagons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrain_IsTrainControllBlockedByQuest \ static_assert(alignof(FGTrain_IsTrainControllBlockedByQuest) == 0x000001, "Wrong alignment on FGTrain_IsTrainControllBlockedByQuest"); \ static_assert(sizeof(FGTrain_IsTrainControllBlockedByQuest) == 0x000001, "Wrong size on FGTrain_IsTrainControllBlockedByQuest"); \ static_assert(offsetof(FGTrain_IsTrainControllBlockedByQuest, ReturnValue) == 0x000000, "Member 'FGTrain_IsTrainControllBlockedByQuest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTrain \ static_assert(alignof(AFGTrain) == 0x000010, "Wrong alignment on AFGTrain"); \ static_assert(sizeof(AFGTrain) == 0x000530, "Wrong size on AFGTrain"); \ static_assert(offsetof(AFGTrain, bIsLoading) == 0x000220, "Member 'AFGTrain::bIsLoading' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, DelayedAchievementValidationModules) == 0x000228, "Member 'AFGTrain::DelayedAchievementValidationModules' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bAutoLoad) == 0x000238, "Member 'AFGTrain::bAutoLoad' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, State) == 0x000239, "Member 'AFGTrain::State' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bNoBrakePath) == 0x00023A, "Member 'AFGTrain::bNoBrakePath' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TrainCategory) == 0x00023B, "Member 'AFGTrain::TrainCategory' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TrainName) == 0x000240, "Member 'AFGTrain::TrainName' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnStateUpdated) == 0x000258, "Member 'AFGTrain::OnStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TrainBrakeState) == 0x000268, "Member 'AFGTrain::TrainBrakeState' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnTrainBrakeStateUpdated) == 0x000270, "Member 'AFGTrain::OnTrainBrakeStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bPlayerTrain) == 0x000280, "Member 'AFGTrain::bPlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bWagonModuleEditMode) == 0x000281, "Member 'AFGTrain::bWagonModuleEditMode' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TrainSave) == 0x000290, "Member 'AFGTrain::TrainSave' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnePlatformLocomotiveSoftClass) == 0x0002F0, "Member 'AFGTrain::OnePlatformLocomotiveSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TwoPlatformsLocomotiveSoftClass) == 0x000318, "Member 'AFGTrain::TwoPlatformsLocomotiveSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, ThreePlatformsLocomotiveSoftClass) == 0x000340, "Member 'AFGTrain::ThreePlatformsLocomotiveSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, FourPlatformsLocomotiveSoftClass) == 0x000368, "Member 'AFGTrain::FourPlatformsLocomotiveSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnePlatformWagonSoftClass) == 0x000390, "Member 'AFGTrain::OnePlatformWagonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TwoPlatformsWagonSoftClass) == 0x0003B8, "Member 'AFGTrain::TwoPlatformsWagonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, ThreePlatformsWagonSoftClass) == 0x0003E0, "Member 'AFGTrain::ThreePlatformsWagonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, FourPlatformsWagonSoftClass) == 0x000408, "Member 'AFGTrain::FourPlatformsWagonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, WagonsAmount) == 0x000430, "Member 'AFGTrain::WagonsAmount' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, TrainTotalPlatforms) == 0x000434, "Member 'AFGTrain::TrainTotalPlatforms' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, WagonsTotalPlatforms) == 0x000438, "Member 'AFGTrain::WagonsTotalPlatforms' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, WagonsAmountMin) == 0x00043C, "Member 'AFGTrain::WagonsAmountMin' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, WagonsAmountMax) == 0x000440, "Member 'AFGTrain::WagonsAmountMax' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, DebugFastTravelSpeed) == 0x000444, "Member 'AFGTrain::DebugFastTravelSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, Wagons) == 0x000448, "Member 'AFGTrain::Wagons' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, LocomotiveWagon) == 0x000458, "Member 'AFGTrain::LocomotiveWagon' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, Rails) == 0x000460, "Member 'AFGTrain::Rails' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, RailsDistance) == 0x000468, "Member 'AFGTrain::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bOnBrake) == 0x00046C, "Member 'AFGTrain::bOnBrake' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnBrakeUpdated) == 0x000470, "Member 'AFGTrain::OnBrakeUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnWagonsUpdated) == 0x000480, "Member 'AFGTrain::OnWagonsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, RailsBlockActors) == 0x000490, "Member 'AFGTrain::RailsBlockActors' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bRailsBlocked) == 0x0004A0, "Member 'AFGTrain::bRailsBlocked' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnTrainMovementDirectionUpdated) == 0x0004A8, "Member 'AFGTrain::OnTrainMovementDirectionUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnWagonModuleInstalled) == 0x0004B8, "Member 'AFGTrain::OnWagonModuleInstalled' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnWagonModuleUninstalled) == 0x0004C8, "Member 'AFGTrain::OnWagonModuleUninstalled' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, CurrentChunk) == 0x0004D8, "Member 'AFGTrain::CurrentChunk' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnTrainCurrentChunkUpdated) == 0x0004E0, "Member 'AFGTrain::OnTrainCurrentChunkUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, ActivePlatformVolumes) == 0x0004F0, "Member 'AFGTrain::ActivePlatformVolumes' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, OnActivePlatformVolumesListUpdated) == 0x000500, "Member 'AFGTrain::OnActivePlatformVolumesListUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, ContainerClasses) == 0x000510, "Member 'AFGTrain::ContainerClasses' has a wrong offset!"); \ static_assert(offsetof(AFGTrain, bNoSlowPath) == 0x000520, "Member 'AFGTrain::bNoSlowPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_3DSphere \ static_assert(alignof(UEnvQueryGenerator_3DSphere) == 0x000008, "Wrong alignment on UEnvQueryGenerator_3DSphere"); \ static_assert(sizeof(UEnvQueryGenerator_3DSphere) == 0x000098, "Wrong size on UEnvQueryGenerator_3DSphere"); \ static_assert(offsetof(UEnvQueryGenerator_3DSphere, GenerateAround) == 0x000080, "Member 'UEnvQueryGenerator_3DSphere::GenerateAround' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3DSphere, SphereRadius) == 0x000088, "Member 'UEnvQueryGenerator_3DSphere::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3DSphere, PointsOnRing) == 0x00008C, "Member 'UEnvQueryGenerator_3DSphere::PointsOnRing' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_3DSphere, bAddTopAndBottom) == 0x000090, "Member 'UEnvQueryGenerator_3DSphere::bAddTopAndBottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_GetTrainHitchClass \ static_assert(alignof(FGAiTrain_GetTrainHitchClass) == 0x000008, "Wrong alignment on FGAiTrain_GetTrainHitchClass"); \ static_assert(sizeof(FGAiTrain_GetTrainHitchClass) == 0x000008, "Wrong size on FGAiTrain_GetTrainHitchClass"); \ static_assert(offsetof(FGAiTrain_GetTrainHitchClass, ReturnValue) == 0x000000, "Member 'FGAiTrain_GetTrainHitchClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_HasAtLeastOneDetachedHitch \ static_assert(alignof(FGAiTrain_HasAtLeastOneDetachedHitch) == 0x000001, "Wrong alignment on FGAiTrain_HasAtLeastOneDetachedHitch"); \ static_assert(sizeof(FGAiTrain_HasAtLeastOneDetachedHitch) == 0x000001, "Wrong size on FGAiTrain_HasAtLeastOneDetachedHitch"); \ static_assert(offsetof(FGAiTrain_HasAtLeastOneDetachedHitch, ReturnValue) == 0x000000, "Member 'FGAiTrain_HasAtLeastOneDetachedHitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_HasAtLeastOneValidHitch \ static_assert(alignof(FGAiTrain_HasAtLeastOneValidHitch) == 0x000001, "Wrong alignment on FGAiTrain_HasAtLeastOneValidHitch"); \ static_assert(sizeof(FGAiTrain_HasAtLeastOneValidHitch) == 0x000001, "Wrong size on FGAiTrain_HasAtLeastOneValidHitch"); \ static_assert(offsetof(FGAiTrain_HasAtLeastOneValidHitch, ReturnValue) == 0x000000, "Member 'FGAiTrain_HasAtLeastOneValidHitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_IsAllHitchDetached \ static_assert(alignof(FGAiTrain_IsAllHitchDetached) == 0x000001, "Wrong alignment on FGAiTrain_IsAllHitchDetached"); \ static_assert(sizeof(FGAiTrain_IsAllHitchDetached) == 0x000001, "Wrong size on FGAiTrain_IsAllHitchDetached"); \ static_assert(offsetof(FGAiTrain_IsAllHitchDetached, ReturnValue) == 0x000000, "Member 'FGAiTrain_IsAllHitchDetached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_IsAllHitchIdle \ static_assert(alignof(FGAiTrain_IsAllHitchIdle) == 0x000001, "Wrong alignment on FGAiTrain_IsAllHitchIdle"); \ static_assert(sizeof(FGAiTrain_IsAllHitchIdle) == 0x000001, "Wrong size on FGAiTrain_IsAllHitchIdle"); \ static_assert(offsetof(FGAiTrain_IsAllHitchIdle, ReturnValue) == 0x000000, "Member 'FGAiTrain_IsAllHitchIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAiTrain_IsAttachedToPlayerTrain \ static_assert(alignof(FGAiTrain_IsAttachedToPlayerTrain) == 0x000001, "Wrong alignment on FGAiTrain_IsAttachedToPlayerTrain"); \ static_assert(sizeof(FGAiTrain_IsAttachedToPlayerTrain) == 0x000001, "Wrong size on FGAiTrain_IsAttachedToPlayerTrain"); \ static_assert(offsetof(FGAiTrain_IsAttachedToPlayerTrain, ReturnValue) == 0x000000, "Member 'FGAiTrain_IsAttachedToPlayerTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAiTrain \ static_assert(alignof(AFGAiTrain) == 0x000010, "Wrong alignment on AFGAiTrain"); \ static_assert(sizeof(AFGAiTrain) == 0x000590, "Wrong size on AFGAiTrain"); \ static_assert(offsetof(AFGAiTrain, TrainHitchSoftClass) == 0x000528, "Member 'AFGAiTrain::TrainHitchSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGAiTrain, NaziTrainEngineComponent) == 0x000550, "Member 'AFGAiTrain::NaziTrainEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGAiTrain, SpawnedHitches) == 0x000560, "Member 'AFGAiTrain::SpawnedHitches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRecastNavMesh \ static_assert(alignof(AFGRecastNavMesh) == 0x000008, "Wrong alignment on AFGRecastNavMesh"); \ static_assert(sizeof(AFGRecastNavMesh) == 0x0004D8, "Wrong size on AFGRecastNavMesh"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_BasePositions \ static_assert(alignof(UEnvQueryGenerator_BasePositions) == 0x000008, "Wrong alignment on UEnvQueryGenerator_BasePositions"); \ static_assert(sizeof(UEnvQueryGenerator_BasePositions) == 0x000080, "Wrong size on UEnvQueryGenerator_BasePositions"); \ #define DUMPER7_ASSERTS_FGProjectile_OnBeginOverlap \ static_assert(alignof(FGProjectile_OnBeginOverlap) == 0x000008, "Wrong alignment on FGProjectile_OnBeginOverlap"); \ static_assert(sizeof(FGProjectile_OnBeginOverlap) == 0x0000A8, "Wrong size on FGProjectile_OnBeginOverlap"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGProjectile_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGProjectile_OnBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, OtherComp) == 0x000010, "Member 'FGProjectile_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGProjectile_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGProjectile_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnBeginOverlap, SweepResult) == 0x000020, "Member 'FGProjectile_OnBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_OnPawnSphereBeginOverlap \ static_assert(alignof(FGProjectile_OnPawnSphereBeginOverlap) == 0x000008, "Wrong alignment on FGProjectile_OnPawnSphereBeginOverlap"); \ static_assert(sizeof(FGProjectile_OnPawnSphereBeginOverlap) == 0x0000A8, "Wrong size on FGProjectile_OnPawnSphereBeginOverlap"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGProjectile_OnPawnSphereBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, OtherActor) == 0x000008, "Member 'FGProjectile_OnPawnSphereBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, OtherComp) == 0x000010, "Member 'FGProjectile_OnPawnSphereBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGProjectile_OnPawnSphereBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGProjectile_OnPawnSphereBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_OnPawnSphereBeginOverlap, SweepResult) == 0x000020, "Member 'FGProjectile_OnPawnSphereBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_OnStop \ static_assert(alignof(FGProjectile_OnStop) == 0x000004, "Wrong alignment on FGProjectile_OnStop"); \ static_assert(sizeof(FGProjectile_OnStop) == 0x000088, "Wrong size on FGProjectile_OnStop"); \ static_assert(offsetof(FGProjectile_OnStop, Hit) == 0x000000, "Member 'FGProjectile_OnStop::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_ProcessHit \ static_assert(alignof(FGProjectile_ProcessHit) == 0x000004, "Wrong alignment on FGProjectile_ProcessHit"); \ static_assert(sizeof(FGProjectile_ProcessHit) == 0x000088, "Wrong size on FGProjectile_ProcessHit"); \ static_assert(offsetof(FGProjectile_ProcessHit, Impact) == 0x000000, "Member 'FGProjectile_ProcessHit::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_TestOverlap \ static_assert(alignof(FGProjectile_TestOverlap) == 0x000008, "Wrong alignment on FGProjectile_TestOverlap"); \ static_assert(sizeof(FGProjectile_TestOverlap) == 0x000010, "Wrong size on FGProjectile_TestOverlap"); \ static_assert(offsetof(FGProjectile_TestOverlap, OtherActor) == 0x000000, "Member 'FGProjectile_TestOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_TestOverlap, OtherComp) == 0x000008, "Member 'FGProjectile_TestOverlap::OtherComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_IsFiredByAI \ static_assert(alignof(FGProjectile_IsFiredByAI) == 0x000001, "Wrong alignment on FGProjectile_IsFiredByAI"); \ static_assert(sizeof(FGProjectile_IsFiredByAI) == 0x000001, "Wrong size on FGProjectile_IsFiredByAI"); \ static_assert(offsetof(FGProjectile_IsFiredByAI, ReturnValue) == 0x000000, "Member 'FGProjectile_IsFiredByAI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_ProjectileChargedByPowerShoot \ static_assert(alignof(FGProjectile_ProjectileChargedByPowerShoot) == 0x000001, "Wrong alignment on FGProjectile_ProjectileChargedByPowerShoot"); \ static_assert(sizeof(FGProjectile_ProjectileChargedByPowerShoot) == 0x000001, "Wrong size on FGProjectile_ProjectileChargedByPowerShoot"); \ static_assert(offsetof(FGProjectile_ProjectileChargedByPowerShoot, ReturnValue) == 0x000000, "Member 'FGProjectile_ProjectileChargedByPowerShoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile \ static_assert(alignof(AFGProjectile) == 0x000008, "Wrong alignment on AFGProjectile"); \ static_assert(sizeof(AFGProjectile) == 0x000438, "Wrong size on AFGProjectile"); \ static_assert(offsetof(AFGProjectile, ProjReplicatedMovement) == 0x000228, "Member 'AFGProjectile::ProjReplicatedMovement' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, CollisionComponent) == 0x000250, "Member 'AFGProjectile::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, ProjectileMovement) == 0x000258, "Member 'AFGProjectile::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, OverlapRadius) == 0x000260, "Member 'AFGProjectile::OverlapRadius' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, BaseBulletFlySpeed) == 0x000264, "Member 'AFGProjectile::BaseBulletFlySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, MaxLifetime) == 0x000268, "Member 'AFGProjectile::MaxLifetime' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, BadRANGravityScale) == 0x00026C, "Member 'AFGProjectile::BadRANGravityScale' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, bKillAfterBADRAN) == 0x000270, "Member 'AFGProjectile::bKillAfterBADRAN' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, bDebugTrajectory) == 0x000271, "Member 'AFGProjectile::bDebugTrajectory' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, DamageScaleModifier) == 0x000274, "Member 'AFGProjectile::DamageScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, MoreOutputDamageScaleModifier) == 0x000278, "Member 'AFGProjectile::MoreOutputDamageScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, bCanApplyStatusEffectFromMoreOutputMOD) == 0x00027C, "Member 'AFGProjectile::bCanApplyStatusEffectFromMoreOutputMOD' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, EffectsTemplate) == 0x000280, "Member 'AFGProjectile::EffectsTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, ImplicitEffectsTemplate) == 0x0002A8, "Member 'AFGProjectile::ImplicitEffectsTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, MagElementEffectsTemplate) == 0x0002F8, "Member 'AFGProjectile::MagElementEffectsTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, ImpactTemplate) == 0x000348, "Member 'AFGProjectile::ImpactTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, PawnOverlapSphere) == 0x000350, "Member 'AFGProjectile::PawnOverlapSphere' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, ImplicitMod) == 0x000364, "Member 'AFGProjectile::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, MagazineElement) == 0x000365, "Member 'AFGProjectile::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile, ImpactHit) == 0x0003A0, "Member 'AFGProjectile::ImpactHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_KillExplosion \ static_assert(alignof(AFGProjectile_KillExplosion) == 0x000008, "Wrong alignment on AFGProjectile_KillExplosion"); \ static_assert(sizeof(AFGProjectile_KillExplosion) == 0x000440, "Wrong size on AFGProjectile_KillExplosion"); \ static_assert(offsetof(AFGProjectile_KillExplosion, ExplosionClass) == 0x000438, "Member 'AFGProjectile_KillExplosion::ExplosionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_AtAttackRadius \ static_assert(alignof(UEnvQueryTest_AtAttackRadius) == 0x000008, "Wrong alignment on UEnvQueryTest_AtAttackRadius"); \ static_assert(sizeof(UEnvQueryTest_AtAttackRadius) == 0x000208, "Wrong size on UEnvQueryTest_AtAttackRadius"); \ static_assert(offsetof(UEnvQueryTest_AtAttackRadius, DistanceTolerance) == 0x0001F8, "Member 'UEnvQueryTest_AtAttackRadius::DistanceTolerance' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_AtAttackRadius, AttackRadius) == 0x0001FC, "Member 'UEnvQueryTest_AtAttackRadius::AttackRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_AtAttackRadius, ContextActor) == 0x000200, "Member 'UEnvQueryTest_AtAttackRadius::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_AtPrefAttackRadius \ static_assert(alignof(UEnvQueryTest_AtPrefAttackRadius) == 0x000008, "Wrong alignment on UEnvQueryTest_AtPrefAttackRadius"); \ static_assert(sizeof(UEnvQueryTest_AtPrefAttackRadius) == 0x000210, "Wrong size on UEnvQueryTest_AtPrefAttackRadius"); \ static_assert(offsetof(UEnvQueryTest_AtPrefAttackRadius, DistanceTolerance) == 0x0001F8, "Member 'UEnvQueryTest_AtPrefAttackRadius::DistanceTolerance' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_AtPrefAttackRadius, DistanceAcceptance) == 0x0001FC, "Member 'UEnvQueryTest_AtPrefAttackRadius::DistanceAcceptance' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_AtPrefAttackRadius, bDoGradient) == 0x000200, "Member 'UEnvQueryTest_AtPrefAttackRadius::bDoGradient' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_AtPrefAttackRadius, ContextActor) == 0x000208, "Member 'UEnvQueryTest_AtPrefAttackRadius::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_AddSpawnImpulse \ static_assert(alignof(FGItem_AddSpawnImpulse) == 0x000004, "Wrong alignment on FGItem_AddSpawnImpulse"); \ static_assert(sizeof(FGItem_AddSpawnImpulse) == 0x00000C, "Wrong size on FGItem_AddSpawnImpulse"); \ static_assert(offsetof(FGItem_AddSpawnImpulse, Impulse) == 0x000000, "Member 'FGItem_AddSpawnImpulse::Impulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_IsGravityEnabled \ static_assert(alignof(FGItem_IsGravityEnabled) == 0x000001, "Wrong alignment on FGItem_IsGravityEnabled"); \ static_assert(sizeof(FGItem_IsGravityEnabled) == 0x000001, "Wrong size on FGItem_IsGravityEnabled"); \ static_assert(offsetof(FGItem_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'FGItem_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_OnBeginOverlap \ static_assert(alignof(FGItem_OnBeginOverlap) == 0x000008, "Wrong alignment on FGItem_OnBeginOverlap"); \ static_assert(sizeof(FGItem_OnBeginOverlap) == 0x000010, "Wrong size on FGItem_OnBeginOverlap"); \ static_assert(offsetof(FGItem_OnBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGItem_OnBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGItem_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGItem_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_OnEndOverlap \ static_assert(alignof(FGItem_OnEndOverlap) == 0x000008, "Wrong alignment on FGItem_OnEndOverlap"); \ static_assert(sizeof(FGItem_OnEndOverlap) == 0x000010, "Wrong size on FGItem_OnEndOverlap"); \ static_assert(offsetof(FGItem_OnEndOverlap, OverlappedActor) == 0x000000, "Member 'FGItem_OnEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGItem_OnEndOverlap, OtherActor) == 0x000008, "Member 'FGItem_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_SetItemName \ static_assert(alignof(FGItem_SetItemName) == 0x000008, "Wrong alignment on FGItem_SetItemName"); \ static_assert(sizeof(FGItem_SetItemName) == 0x000018, "Wrong size on FGItem_SetItemName"); \ static_assert(offsetof(FGItem_SetItemName, NewName) == 0x000000, "Member 'FGItem_SetItemName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_StickIn \ static_assert(alignof(FGItem_StickIn) == 0x000004, "Wrong alignment on FGItem_StickIn"); \ static_assert(sizeof(FGItem_StickIn) == 0x000088, "Wrong size on FGItem_StickIn"); \ static_assert(offsetof(FGItem_StickIn, Hit) == 0x000000, "Member 'FGItem_StickIn::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_GetItemName \ static_assert(alignof(FGItem_GetItemName) == 0x000008, "Wrong alignment on FGItem_GetItemName"); \ static_assert(sizeof(FGItem_GetItemName) == 0x000018, "Wrong size on FGItem_GetItemName"); \ static_assert(offsetof(FGItem_GetItemName, ReturnValue) == 0x000000, "Member 'FGItem_GetItemName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem \ static_assert(alignof(AFGItem) == 0x000008, "Wrong alignment on AFGItem"); \ static_assert(sizeof(AFGItem) == 0x000280, "Wrong size on AFGItem"); \ static_assert(offsetof(AFGItem, VoidMovementComponent) == 0x000220, "Member 'AFGItem::VoidMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AFGItem, Name_0) == 0x000228, "Member 'AFGItem::Name_0' has a wrong offset!"); \ static_assert(offsetof(AFGItem, Description) == 0x000240, "Member 'AFGItem::Description' has a wrong offset!"); \ static_assert(offsetof(AFGItem, ItemType) == 0x000258, "Member 'AFGItem::ItemType' has a wrong offset!"); \ static_assert(offsetof(AFGItem, ItemTier) == 0x000259, "Member 'AFGItem::ItemTier' has a wrong offset!"); \ static_assert(offsetof(AFGItem, WorldRateWeightAdditive) == 0x00025C, "Member 'AFGItem::WorldRateWeightAdditive' has a wrong offset!"); \ static_assert(offsetof(AFGItem, WorldRateWeightScale) == 0x000260, "Member 'AFGItem::WorldRateWeightScale' has a wrong offset!"); \ static_assert(offsetof(AFGItem, bGeneratedItemName) == 0x000264, "Member 'AFGItem::bGeneratedItemName' has a wrong offset!"); \ static_assert(offsetof(AFGItem, DropChance) == 0x000268, "Member 'AFGItem::DropChance' has a wrong offset!"); \ static_assert(offsetof(AFGItem, bCustomGravityEnabled) == 0x00026C, "Member 'AFGItem::bCustomGravityEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGItem, bGravityEnabled) == 0x00026D, "Member 'AFGItem::bGravityEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGItem, SpawnImpulse) == 0x000270, "Member 'AFGItem::SpawnImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_AddDurability \ static_assert(alignof(FGLootableItem_AddDurability) == 0x000004, "Wrong alignment on FGLootableItem_AddDurability"); \ static_assert(sizeof(FGLootableItem_AddDurability) == 0x000004, "Wrong size on FGLootableItem_AddDurability"); \ static_assert(offsetof(FGLootableItem_AddDurability, Value) == 0x000000, "Member 'FGLootableItem_AddDurability::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetDisassembleInfo \ static_assert(alignof(FGLootableItem_GetDisassembleInfo) == 0x000008, "Wrong alignment on FGLootableItem_GetDisassembleInfo"); \ static_assert(sizeof(FGLootableItem_GetDisassembleInfo) == 0x000018, "Wrong size on FGLootableItem_GetDisassembleInfo"); \ static_assert(offsetof(FGLootableItem_GetDisassembleInfo, DisassembleLifetimeData) == 0x000000, "Member 'FGLootableItem_GetDisassembleInfo::DisassembleLifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGLootableItem_GetDisassembleInfo, ReturnValue) == 0x000008, "Member 'FGLootableItem_GetDisassembleInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetFuelPoints \ static_assert(alignof(FGLootableItem_GetFuelPoints) == 0x000004, "Wrong alignment on FGLootableItem_GetFuelPoints"); \ static_assert(sizeof(FGLootableItem_GetFuelPoints) == 0x000004, "Wrong size on FGLootableItem_GetFuelPoints"); \ static_assert(offsetof(FGLootableItem_GetFuelPoints, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetFuelPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetInLootingState \ static_assert(alignof(FGLootableItem_GetInLootingState) == 0x000001, "Wrong alignment on FGLootableItem_GetInLootingState"); \ static_assert(sizeof(FGLootableItem_GetInLootingState) == 0x000001, "Wrong size on FGLootableItem_GetInLootingState"); \ static_assert(offsetof(FGLootableItem_GetInLootingState, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetInLootingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetPickUpMesh \ static_assert(alignof(FGLootableItem_GetPickUpMesh) == 0x000008, "Wrong alignment on FGLootableItem_GetPickUpMesh"); \ static_assert(sizeof(FGLootableItem_GetPickUpMesh) == 0x000008, "Wrong size on FGLootableItem_GetPickUpMesh"); \ static_assert(offsetof(FGLootableItem_GetPickUpMesh, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetPickUpMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetPowerPoints \ static_assert(alignof(FGLootableItem_GetPowerPoints) == 0x000004, "Wrong alignment on FGLootableItem_GetPowerPoints"); \ static_assert(sizeof(FGLootableItem_GetPowerPoints) == 0x000004, "Wrong size on FGLootableItem_GetPowerPoints"); \ static_assert(offsetof(FGLootableItem_GetPowerPoints, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetResearchPoints \ static_assert(alignof(FGLootableItem_GetResearchPoints) == 0x000004, "Wrong alignment on FGLootableItem_GetResearchPoints"); \ static_assert(sizeof(FGLootableItem_GetResearchPoints) == 0x000004, "Wrong size on FGLootableItem_GetResearchPoints"); \ static_assert(offsetof(FGLootableItem_GetResearchPoints, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetResearchPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_RemoveDurability \ static_assert(alignof(FGLootableItem_RemoveDurability) == 0x000004, "Wrong alignment on FGLootableItem_RemoveDurability"); \ static_assert(sizeof(FGLootableItem_RemoveDurability) == 0x000004, "Wrong size on FGLootableItem_RemoveDurability"); \ static_assert(offsetof(FGLootableItem_RemoveDurability, Value) == 0x000000, "Member 'FGLootableItem_RemoveDurability::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_SetCount \ static_assert(alignof(FGLootableItem_SetCount) == 0x000001, "Wrong alignment on FGLootableItem_SetCount"); \ static_assert(sizeof(FGLootableItem_SetCount) == 0x000001, "Wrong size on FGLootableItem_SetCount"); \ static_assert(offsetof(FGLootableItem_SetCount, InCount) == 0x000000, "Member 'FGLootableItem_SetCount::InCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_SetFuelPoints \ static_assert(alignof(FGLootableItem_SetFuelPoints) == 0x000004, "Wrong alignment on FGLootableItem_SetFuelPoints"); \ static_assert(sizeof(FGLootableItem_SetFuelPoints) == 0x000004, "Wrong size on FGLootableItem_SetFuelPoints"); \ static_assert(offsetof(FGLootableItem_SetFuelPoints, NewValue) == 0x000000, "Member 'FGLootableItem_SetFuelPoints::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_SetInLootingState \ static_assert(alignof(FGLootableItem_SetInLootingState) == 0x000001, "Wrong alignment on FGLootableItem_SetInLootingState"); \ static_assert(sizeof(FGLootableItem_SetInLootingState) == 0x000001, "Wrong size on FGLootableItem_SetInLootingState"); \ static_assert(offsetof(FGLootableItem_SetInLootingState, bLootingState) == 0x000000, "Member 'FGLootableItem_SetInLootingState::bLootingState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_SetIsInDrop \ static_assert(alignof(FGLootableItem_SetIsInDrop) == 0x000001, "Wrong alignment on FGLootableItem_SetIsInDrop"); \ static_assert(sizeof(FGLootableItem_SetIsInDrop) == 0x000001, "Wrong size on FGLootableItem_SetIsInDrop"); \ static_assert(offsetof(FGLootableItem_SetIsInDrop, bNewDropState) == 0x000000, "Member 'FGLootableItem_SetIsInDrop::bNewDropState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetDurability \ static_assert(alignof(FGLootableItem_GetDurability) == 0x000004, "Wrong alignment on FGLootableItem_GetDurability"); \ static_assert(sizeof(FGLootableItem_GetDurability) == 0x000004, "Wrong size on FGLootableItem_GetDurability"); \ static_assert(offsetof(FGLootableItem_GetDurability, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetItemLifetimeData \ static_assert(alignof(FGLootableItem_GetItemLifetimeData) == 0x000008, "Wrong alignment on FGLootableItem_GetItemLifetimeData"); \ static_assert(sizeof(FGLootableItem_GetItemLifetimeData) == 0x000008, "Wrong size on FGLootableItem_GetItemLifetimeData"); \ static_assert(offsetof(FGLootableItem_GetItemLifetimeData, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetItemLifetimeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetItemLootingState \ static_assert(alignof(FGLootableItem_GetItemLootingState) == 0x000001, "Wrong alignment on FGLootableItem_GetItemLootingState"); \ static_assert(sizeof(FGLootableItem_GetItemLootingState) == 0x000001, "Wrong size on FGLootableItem_GetItemLootingState"); \ static_assert(offsetof(FGLootableItem_GetItemLootingState, ReturnValue) == 0x000000, "Member 'FGLootableItem_GetItemLootingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_GetMaxStack \ static_assert(alignof(FGLootableItem_GetMaxStack) == 0x000008, "Wrong alignment on FGLootableItem_GetMaxStack"); \ static_assert(sizeof(FGLootableItem_GetMaxStack) == 0x000010, "Wrong size on FGLootableItem_GetMaxStack"); \ static_assert(offsetof(FGLootableItem_GetMaxStack, ContextObject) == 0x000000, "Member 'FGLootableItem_GetMaxStack::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootableItem_GetMaxStack, ReturnValue) == 0x000008, "Member 'FGLootableItem_GetMaxStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_InitPlaceholderFromLifetimeData \ static_assert(alignof(FGLootableItem_InitPlaceholderFromLifetimeData) == 0x000008, "Wrong alignment on FGLootableItem_InitPlaceholderFromLifetimeData"); \ static_assert(sizeof(FGLootableItem_InitPlaceholderFromLifetimeData) == 0x000010, "Wrong size on FGLootableItem_InitPlaceholderFromLifetimeData"); \ static_assert(offsetof(FGLootableItem_InitPlaceholderFromLifetimeData, Placeholder) == 0x000000, "Member 'FGLootableItem_InitPlaceholderFromLifetimeData::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGLootableItem_InitPlaceholderFromLifetimeData, LifetimeData) == 0x000008, "Member 'FGLootableItem_InitPlaceholderFromLifetimeData::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableItem_MakePlaceholder \ static_assert(alignof(FGLootableItem_MakePlaceholder) == 0x000008, "Wrong alignment on FGLootableItem_MakePlaceholder"); \ static_assert(sizeof(FGLootableItem_MakePlaceholder) == 0x000010, "Wrong size on FGLootableItem_MakePlaceholder"); \ static_assert(offsetof(FGLootableItem_MakePlaceholder, Outer_0) == 0x000000, "Member 'FGLootableItem_MakePlaceholder::Outer_0' has a wrong offset!"); \ static_assert(offsetof(FGLootableItem_MakePlaceholder, ReturnValue) == 0x000008, "Member 'FGLootableItem_MakePlaceholder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootableItem \ static_assert(alignof(AFGLootableItem) == 0x000010, "Wrong alignment on AFGLootableItem"); \ static_assert(sizeof(AFGLootableItem) == 0x0003E0, "Wrong size on AFGLootableItem"); \ static_assert(offsetof(AFGLootableItem, bForceDisableSimulatePhysics) == 0x000288, "Member 'AFGLootableItem::bForceDisableSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bForceDisableCollisionEnabled) == 0x000289, "Member 'AFGLootableItem::bForceDisableCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bForceDisableVoidMovementComponent) == 0x00028A, "Member 'AFGLootableItem::bForceDisableVoidMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, MaxStackInQuestInventory) == 0x00028C, "Member 'AFGLootableItem::MaxStackInQuestInventory' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bIsItemInstance) == 0x000291, "Member 'AFGLootableItem::bIsItemInstance' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bIsInDrop) == 0x000292, "Member 'AFGLootableItem::bIsInDrop' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, ItemLifetimeData) == 0x000298, "Member 'AFGLootableItem::ItemLifetimeData' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bInLootingState) == 0x0002A0, "Member 'AFGLootableItem::bInLootingState' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bUsable) == 0x0002A9, "Member 'AFGLootableItem::bUsable' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bHoldInteraction) == 0x0002AA, "Member 'AFGLootableItem::bHoldInteraction' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bConsumable) == 0x0002AB, "Member 'AFGLootableItem::bConsumable' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bPutInConsumableSlot) == 0x0002AC, "Member 'AFGLootableItem::bPutInConsumableSlot' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bPuzzleItem) == 0x0002AD, "Member 'AFGLootableItem::bPuzzleItem' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, EmptyTareClass) == 0x0002B0, "Member 'AFGLootableItem::EmptyTareClass' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, DropLootDelayTime) == 0x0002B8, "Member 'AFGLootableItem::DropLootDelayTime' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, Icon) == 0x0002C0, "Member 'AFGLootableItem::Icon' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, RenderTexture) == 0x0002C8, "Member 'AFGLootableItem::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, RenderLocalTransform) == 0x0002D0, "Member 'AFGLootableItem::RenderLocalTransform' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, HSize) == 0x000300, "Member 'AFGLootableItem::HSize' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, VSize) == 0x000301, "Member 'AFGLootableItem::VSize' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, MaxStack) == 0x000302, "Member 'AFGLootableItem::MaxStack' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, FuelType) == 0x000303, "Member 'AFGLootableItem::FuelType' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, FuelPoints) == 0x000304, "Member 'AFGLootableItem::FuelPoints' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, PowerPoints) == 0x000308, "Member 'AFGLootableItem::PowerPoints' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, ResearchPoints) == 0x00030C, "Member 'AFGLootableItem::ResearchPoints' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, FuelTier) == 0x000310, "Member 'AFGLootableItem::FuelTier' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, DurabilityMax) == 0x000314, "Member 'AFGLootableItem::DurabilityMax' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bIsProxyItem) == 0x000318, "Member 'AFGLootableItem::bIsProxyItem' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, ProxyLootlist) == 0x000320, "Member 'AFGLootableItem::ProxyLootlist' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bPlaceholderNeedTransform) == 0x000328, "Member 'AFGLootableItem::bPlaceholderNeedTransform' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, PlaceholderTransform) == 0x000330, "Member 'AFGLootableItem::PlaceholderTransform' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, bIsDropped) == 0x000360, "Member 'AFGLootableItem::bIsDropped' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, PickupWorldProgressionUnlock) == 0x000370, "Member 'AFGLootableItem::PickupWorldProgressionUnlock' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, ItemLootSound) == 0x000378, "Member 'AFGLootableItem::ItemLootSound' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, LockOwner) == 0x000380, "Member 'AFGLootableItem::LockOwner' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, DisassembleInfo) == 0x000388, "Member 'AFGLootableItem::DisassembleInfo' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, VendorPlaceholderTransform) == 0x0003A0, "Member 'AFGLootableItem::VendorPlaceholderTransform' has a wrong offset!"); \ static_assert(offsetof(AFGLootableItem, ItemLootingState) == 0x0003D0, "Member 'AFGLootableItem::ItemLootingState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_SimplePickup \ static_assert(alignof(AFGItem_SimplePickup) == 0x000010, "Wrong alignment on AFGItem_SimplePickup"); \ static_assert(sizeof(AFGItem_SimplePickup) == 0x0003E0, "Wrong size on AFGItem_SimplePickup"); \ static_assert(offsetof(AFGItem_SimplePickup, PickupMesh) == 0x0003D8, "Member 'AFGItem_SimplePickup::PickupMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_AttackAviability \ static_assert(alignof(UEnvQueryTest_AttackAviability) == 0x000008, "Wrong alignment on UEnvQueryTest_AttackAviability"); \ static_assert(sizeof(UEnvQueryTest_AttackAviability) == 0x000200, "Wrong size on UEnvQueryTest_AttackAviability"); \ static_assert(offsetof(UEnvQueryTest_AttackAviability, ContextActor) == 0x0001F8, "Member 'UEnvQueryTest_AttackAviability::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_WaitActorState \ static_assert(alignof(UFGQuestGraphNode_WaitActorState) == 0x000008, "Wrong alignment on UFGQuestGraphNode_WaitActorState"); \ static_assert(sizeof(UFGQuestGraphNode_WaitActorState) == 0x0000C0, "Wrong size on UFGQuestGraphNode_WaitActorState"); \ static_assert(offsetof(UFGQuestGraphNode_WaitActorState, ActorClass) == 0x000090, "Member 'UFGQuestGraphNode_WaitActorState::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_WaitActorState, ActorReferences) == 0x000098, "Member 'UFGQuestGraphNode_WaitActorState::ActorReferences' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_WaitActorState, State) == 0x0000A8, "Member 'UFGQuestGraphNode_WaitActorState::State' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_WaitActorState, FindActors) == 0x0000B0, "Member 'UFGQuestGraphNode_WaitActorState::FindActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_AtWeaponRange \ static_assert(alignof(UEnvQueryTest_AtWeaponRange) == 0x000008, "Wrong alignment on UEnvQueryTest_AtWeaponRange"); \ static_assert(sizeof(UEnvQueryTest_AtWeaponRange) == 0x000200, "Wrong size on UEnvQueryTest_AtWeaponRange"); \ static_assert(offsetof(UEnvQueryTest_AtWeaponRange, Context) == 0x0001F8, "Member 'UEnvQueryTest_AtWeaponRange::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_IsOnArena \ static_assert(alignof(UEnvQueryTest_IsOnArena) == 0x000008, "Wrong alignment on UEnvQueryTest_IsOnArena"); \ static_assert(sizeof(UEnvQueryTest_IsOnArena) == 0x000200, "Wrong size on UEnvQueryTest_IsOnArena"); \ static_assert(offsetof(UEnvQueryTest_IsOnArena, ContextActor) == 0x0001F8, "Member 'UEnvQueryTest_IsOnArena::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_NearFriendlyLoc \ static_assert(alignof(UEnvQueryTest_NearFriendlyLoc) == 0x000008, "Wrong alignment on UEnvQueryTest_NearFriendlyLoc"); \ static_assert(sizeof(UEnvQueryTest_NearFriendlyLoc) == 0x000208, "Wrong size on UEnvQueryTest_NearFriendlyLoc"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyLoc, DistanceFromFriend) == 0x0001F8, "Member 'UEnvQueryTest_NearFriendlyLoc::DistanceFromFriend' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyLoc, ContextActor) == 0x000200, "Member 'UEnvQueryTest_NearFriendlyLoc::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_AddAttacker \ static_assert(alignof(FGCharacter_AddAttacker) == 0x000008, "Wrong alignment on FGCharacter_AddAttacker"); \ static_assert(sizeof(FGCharacter_AddAttacker) == 0x000008, "Wrong size on FGCharacter_AddAttacker"); \ static_assert(offsetof(FGCharacter_AddAttacker, Attacker) == 0x000000, "Member 'FGCharacter_AddAttacker::Attacker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanPlayCutscene \ static_assert(alignof(FGCharacter_CanPlayCutscene) == 0x000001, "Wrong alignment on FGCharacter_CanPlayCutscene"); \ static_assert(sizeof(FGCharacter_CanPlayCutscene) == 0x000001, "Wrong size on FGCharacter_CanPlayCutscene"); \ static_assert(offsetof(FGCharacter_CanPlayCutscene, ReturnValue) == 0x000000, "Member 'FGCharacter_CanPlayCutscene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetActiveSlot \ static_assert(alignof(FGCharacter_GetActiveSlot) == 0x000008, "Wrong alignment on FGCharacter_GetActiveSlot"); \ static_assert(sizeof(FGCharacter_GetActiveSlot) == 0x000008, "Wrong size on FGCharacter_GetActiveSlot"); \ static_assert(offsetof(FGCharacter_GetActiveSlot, ReturnValue) == 0x000000, "Member 'FGCharacter_GetActiveSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetAnimMontageDuration \ static_assert(alignof(FGCharacter_GetAnimMontageDuration) == 0x000008, "Wrong alignment on FGCharacter_GetAnimMontageDuration"); \ static_assert(sizeof(FGCharacter_GetAnimMontageDuration) == 0x000018, "Wrong size on FGCharacter_GetAnimMontageDuration"); \ static_assert(offsetof(FGCharacter_GetAnimMontageDuration, AnimMontageInfo) == 0x000000, "Member 'FGCharacter_GetAnimMontageDuration::AnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetAnimMontageDuration, ReturnValue) == 0x000010, "Member 'FGCharacter_GetAnimMontageDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetCharacterMovementState \ static_assert(alignof(FGCharacter_GetCharacterMovementState) == 0x000001, "Wrong alignment on FGCharacter_GetCharacterMovementState"); \ static_assert(sizeof(FGCharacter_GetCharacterMovementState) == 0x000001, "Wrong size on FGCharacter_GetCharacterMovementState"); \ static_assert(offsetof(FGCharacter_GetCharacterMovementState, ReturnValue) == 0x000000, "Member 'FGCharacter_GetCharacterMovementState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetCustomWeaponAccuracy \ static_assert(alignof(FGCharacter_GetCustomWeaponAccuracy) == 0x000008, "Wrong alignment on FGCharacter_GetCustomWeaponAccuracy"); \ static_assert(sizeof(FGCharacter_GetCustomWeaponAccuracy) == 0x000010, "Wrong size on FGCharacter_GetCustomWeaponAccuracy"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponAccuracy, HeldItemWeapon) == 0x000000, "Member 'FGCharacter_GetCustomWeaponAccuracy::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponAccuracy, Accuracy) == 0x000008, "Member 'FGCharacter_GetCustomWeaponAccuracy::Accuracy' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponAccuracy, ReturnValue) == 0x00000C, "Member 'FGCharacter_GetCustomWeaponAccuracy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetCustomWeaponMagazineSize \ static_assert(alignof(FGCharacter_GetCustomWeaponMagazineSize) == 0x000008, "Wrong alignment on FGCharacter_GetCustomWeaponMagazineSize"); \ static_assert(sizeof(FGCharacter_GetCustomWeaponMagazineSize) == 0x000010, "Wrong size on FGCharacter_GetCustomWeaponMagazineSize"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponMagazineSize, HeldItemWeapon) == 0x000000, "Member 'FGCharacter_GetCustomWeaponMagazineSize::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponMagazineSize, MagazineSize) == 0x000008, "Member 'FGCharacter_GetCustomWeaponMagazineSize::MagazineSize' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponMagazineSize, ReturnValue) == 0x00000C, "Member 'FGCharacter_GetCustomWeaponMagazineSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetCustomWeaponRange \ static_assert(alignof(FGCharacter_GetCustomWeaponRange) == 0x000008, "Wrong alignment on FGCharacter_GetCustomWeaponRange"); \ static_assert(sizeof(FGCharacter_GetCustomWeaponRange) == 0x000010, "Wrong size on FGCharacter_GetCustomWeaponRange"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponRange, HeldItemWeapon) == 0x000000, "Member 'FGCharacter_GetCustomWeaponRange::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponRange, Range) == 0x000008, "Member 'FGCharacter_GetCustomWeaponRange::Range' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetCustomWeaponRange, ReturnValue) == 0x00000C, "Member 'FGCharacter_GetCustomWeaponRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetDynamicMaterials \ static_assert(alignof(FGCharacter_GetDynamicMaterials) == 0x000008, "Wrong alignment on FGCharacter_GetDynamicMaterials"); \ static_assert(sizeof(FGCharacter_GetDynamicMaterials) == 0x000010, "Wrong size on FGCharacter_GetDynamicMaterials"); \ static_assert(offsetof(FGCharacter_GetDynamicMaterials, ReturnValue) == 0x000000, "Member 'FGCharacter_GetDynamicMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetGender \ static_assert(alignof(FGCharacter_GetGender) == 0x000001, "Wrong alignment on FGCharacter_GetGender"); \ static_assert(sizeof(FGCharacter_GetGender) == 0x000001, "Wrong size on FGCharacter_GetGender"); \ static_assert(offsetof(FGCharacter_GetGender, ReturnValue) == 0x000000, "Member 'FGCharacter_GetGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetLastActiveSlot \ static_assert(alignof(FGCharacter_GetLastActiveSlot) == 0x000008, "Wrong alignment on FGCharacter_GetLastActiveSlot"); \ static_assert(sizeof(FGCharacter_GetLastActiveSlot) == 0x000008, "Wrong size on FGCharacter_GetLastActiveSlot"); \ static_assert(offsetof(FGCharacter_GetLastActiveSlot, ReturnValue) == 0x000000, "Member 'FGCharacter_GetLastActiveSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnBuletDetectBeginOverlap \ static_assert(alignof(FGCharacter_OnBuletDetectBeginOverlap) == 0x000008, "Wrong alignment on FGCharacter_OnBuletDetectBeginOverlap"); \ static_assert(sizeof(FGCharacter_OnBuletDetectBeginOverlap) == 0x0000A8, "Wrong size on FGCharacter_OnBuletDetectBeginOverlap"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGCharacter_OnBuletDetectBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, OtherActor) == 0x000008, "Member 'FGCharacter_OnBuletDetectBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, OtherComp) == 0x000010, "Member 'FGCharacter_OnBuletDetectBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGCharacter_OnBuletDetectBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGCharacter_OnBuletDetectBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBuletDetectBeginOverlap, SweepResult) == 0x000020, "Member 'FGCharacter_OnBuletDetectBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnBulletFlyby \ static_assert(alignof(FGCharacter_OnBulletFlyby) == 0x000008, "Wrong alignment on FGCharacter_OnBulletFlyby"); \ static_assert(sizeof(FGCharacter_OnBulletFlyby) == 0x000090, "Wrong size on FGCharacter_OnBulletFlyby"); \ static_assert(offsetof(FGCharacter_OnBulletFlyby, Projectile) == 0x000000, "Member 'FGCharacter_OnBulletFlyby::Projectile' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnBulletFlyby, Impact) == 0x000008, "Member 'FGCharacter_OnBulletFlyby::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnDamageDealt \ static_assert(alignof(FGCharacter_OnDamageDealt) == 0x000008, "Wrong alignment on FGCharacter_OnDamageDealt"); \ static_assert(sizeof(FGCharacter_OnDamageDealt) == 0x000010, "Wrong size on FGCharacter_OnDamageDealt"); \ static_assert(offsetof(FGCharacter_OnDamageDealt, Damage) == 0x000000, "Member 'FGCharacter_OnDamageDealt::Damage' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnDamageDealt, DamageTarget) == 0x000008, "Member 'FGCharacter_OnDamageDealt::DamageTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnDeathEvent \ static_assert(alignof(FGCharacter_OnDeathEvent) == 0x000008, "Wrong alignment on FGCharacter_OnDeathEvent"); \ static_assert(sizeof(FGCharacter_OnDeathEvent) == 0x000018, "Wrong size on FGCharacter_OnDeathEvent"); \ static_assert(offsetof(FGCharacter_OnDeathEvent, DamageCauser) == 0x000000, "Member 'FGCharacter_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'FGCharacter_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_OnDeathEvent, ReturnValue) == 0x000010, "Member 'FGCharacter_OnDeathEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnFootStep \ static_assert(alignof(FGCharacter_OnFootStep) == 0x000001, "Wrong alignment on FGCharacter_OnFootStep"); \ static_assert(sizeof(FGCharacter_OnFootStep) == 0x000001, "Wrong size on FGCharacter_OnFootStep"); \ static_assert(offsetof(FGCharacter_OnFootStep, ReturnValue) == 0x000000, "Member 'FGCharacter_OnFootStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnTakeHit \ static_assert(alignof(FGCharacter_OnTakeHit) == 0x000004, "Wrong alignment on FGCharacter_OnTakeHit"); \ static_assert(sizeof(FGCharacter_OnTakeHit) == 0x000088, "Wrong size on FGCharacter_OnTakeHit"); \ static_assert(offsetof(FGCharacter_OnTakeHit, Hit) == 0x000000, "Member 'FGCharacter_OnTakeHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_OnUpdateCamera \ static_assert(alignof(FGCharacter_OnUpdateCamera) == 0x000004, "Wrong alignment on FGCharacter_OnUpdateCamera"); \ static_assert(sizeof(FGCharacter_OnUpdateCamera) == 0x000004, "Wrong size on FGCharacter_OnUpdateCamera"); \ static_assert(offsetof(FGCharacter_OnUpdateCamera, DeltaTime) == 0x000000, "Member 'FGCharacter_OnUpdateCamera::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_PlayAnimMontageInfo \ static_assert(alignof(FGCharacter_PlayAnimMontageInfo) == 0x000008, "Wrong alignment on FGCharacter_PlayAnimMontageInfo"); \ static_assert(sizeof(FGCharacter_PlayAnimMontageInfo) == 0x000020, "Wrong size on FGCharacter_PlayAnimMontageInfo"); \ static_assert(offsetof(FGCharacter_PlayAnimMontageInfo, AnimMontageInfo) == 0x000000, "Member 'FGCharacter_PlayAnimMontageInfo::AnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_PlayAnimMontageInfo, InPlayRate) == 0x000010, "Member 'FGCharacter_PlayAnimMontageInfo::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_PlayAnimMontageInfo, StartSectionName) == 0x000014, "Member 'FGCharacter_PlayAnimMontageInfo::StartSectionName' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_PlayAnimMontageInfo, ReturnValue) == 0x00001C, "Member 'FGCharacter_PlayAnimMontageInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_RagdollPlayHit \ static_assert(alignof(FGCharacter_RagdollPlayHit) == 0x000008, "Wrong alignment on FGCharacter_RagdollPlayHit"); \ static_assert(sizeof(FGCharacter_RagdollPlayHit) == 0x0000A8, "Wrong size on FGCharacter_RagdollPlayHit"); \ static_assert(offsetof(FGCharacter_RagdollPlayHit, HitResult) == 0x000000, "Member 'FGCharacter_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_RagdollPlayHit, DamageType) == 0x000088, "Member 'FGCharacter_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'FGCharacter_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'FGCharacter_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ReceiveAnyDamageCustom \ static_assert(alignof(FGCharacter_ReceiveAnyDamageCustom) == 0x000008, "Wrong alignment on FGCharacter_ReceiveAnyDamageCustom"); \ static_assert(sizeof(FGCharacter_ReceiveAnyDamageCustom) == 0x000020, "Wrong size on FGCharacter_ReceiveAnyDamageCustom"); \ static_assert(offsetof(FGCharacter_ReceiveAnyDamageCustom, Damage) == 0x000000, "Member 'FGCharacter_ReceiveAnyDamageCustom::Damage' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_ReceiveAnyDamageCustom, DamageType) == 0x000008, "Member 'FGCharacter_ReceiveAnyDamageCustom::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_ReceiveAnyDamageCustom, InstigatedBy) == 0x000010, "Member 'FGCharacter_ReceiveAnyDamageCustom::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_ReceiveAnyDamageCustom, DamageCauser) == 0x000018, "Member 'FGCharacter_ReceiveAnyDamageCustom::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_RemoveAttacker \ static_assert(alignof(FGCharacter_RemoveAttacker) == 0x000008, "Wrong alignment on FGCharacter_RemoveAttacker"); \ static_assert(sizeof(FGCharacter_RemoveAttacker) == 0x000008, "Wrong size on FGCharacter_RemoveAttacker"); \ static_assert(offsetof(FGCharacter_RemoveAttacker, Attacker) == 0x000000, "Member 'FGCharacter_RemoveAttacker::Attacker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ServerSetAdjustVelocity \ static_assert(alignof(FGCharacter_ServerSetAdjustVelocity) == 0x000004, "Wrong alignment on FGCharacter_ServerSetAdjustVelocity"); \ static_assert(sizeof(FGCharacter_ServerSetAdjustVelocity) == 0x00000C, "Wrong size on FGCharacter_ServerSetAdjustVelocity"); \ static_assert(offsetof(FGCharacter_ServerSetAdjustVelocity, InAdjustVelocity) == 0x000000, "Member 'FGCharacter_ServerSetAdjustVelocity::InAdjustVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ServerSetHeldItem \ static_assert(alignof(FGCharacter_ServerSetHeldItem) == 0x000008, "Wrong alignment on FGCharacter_ServerSetHeldItem"); \ static_assert(sizeof(FGCharacter_ServerSetHeldItem) == 0x000008, "Wrong size on FGCharacter_ServerSetHeldItem"); \ static_assert(offsetof(FGCharacter_ServerSetHeldItem, Item) == 0x000000, "Member 'FGCharacter_ServerSetHeldItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ServerSetRunning \ static_assert(alignof(FGCharacter_ServerSetRunning) == 0x000001, "Wrong alignment on FGCharacter_ServerSetRunning"); \ static_assert(sizeof(FGCharacter_ServerSetRunning) == 0x000002, "Wrong size on FGCharacter_ServerSetRunning"); \ static_assert(offsetof(FGCharacter_ServerSetRunning, bNewRunning) == 0x000000, "Member 'FGCharacter_ServerSetRunning::bNewRunning' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_ServerSetRunning, bToggle) == 0x000001, "Member 'FGCharacter_ServerSetRunning::bToggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ServerSetTargeting \ static_assert(alignof(FGCharacter_ServerSetTargeting) == 0x000001, "Wrong alignment on FGCharacter_ServerSetTargeting"); \ static_assert(sizeof(FGCharacter_ServerSetTargeting) == 0x000001, "Wrong size on FGCharacter_ServerSetTargeting"); \ static_assert(offsetof(FGCharacter_ServerSetTargeting, bNewTargeting) == 0x000000, "Member 'FGCharacter_ServerSetTargeting::bNewTargeting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_ServerSetWantsLookout \ static_assert(alignof(FGCharacter_ServerSetWantsLookout) == 0x000001, "Wrong alignment on FGCharacter_ServerSetWantsLookout"); \ static_assert(sizeof(FGCharacter_ServerSetWantsLookout) == 0x000001, "Wrong size on FGCharacter_ServerSetWantsLookout"); \ static_assert(offsetof(FGCharacter_ServerSetWantsLookout, LookoutSide) == 0x000000, "Member 'FGCharacter_ServerSetWantsLookout::LookoutSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetActiveSlot \ static_assert(alignof(FGCharacter_SetActiveSlot) == 0x000008, "Wrong alignment on FGCharacter_SetActiveSlot"); \ static_assert(sizeof(FGCharacter_SetActiveSlot) == 0x000008, "Wrong size on FGCharacter_SetActiveSlot"); \ static_assert(offsetof(FGCharacter_SetActiveSlot, ActiveSlot) == 0x000000, "Member 'FGCharacter_SetActiveSlot::ActiveSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetCrouchButtonPressed \ static_assert(alignof(FGCharacter_SetCrouchButtonPressed) == 0x000001, "Wrong alignment on FGCharacter_SetCrouchButtonPressed"); \ static_assert(sizeof(FGCharacter_SetCrouchButtonPressed) == 0x000001, "Wrong size on FGCharacter_SetCrouchButtonPressed"); \ static_assert(offsetof(FGCharacter_SetCrouchButtonPressed, bValue) == 0x000000, "Member 'FGCharacter_SetCrouchButtonPressed::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetEaten \ static_assert(alignof(FGCharacter_SetEaten) == 0x000001, "Wrong alignment on FGCharacter_SetEaten"); \ static_assert(sizeof(FGCharacter_SetEaten) == 0x000001, "Wrong size on FGCharacter_SetEaten"); \ static_assert(offsetof(FGCharacter_SetEaten, bEaten) == 0x000000, "Member 'FGCharacter_SetEaten::bEaten' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetGender \ static_assert(alignof(FGCharacter_SetGender) == 0x000001, "Wrong alignment on FGCharacter_SetGender"); \ static_assert(sizeof(FGCharacter_SetGender) == 0x000001, "Wrong size on FGCharacter_SetGender"); \ static_assert(offsetof(FGCharacter_SetGender, newGender) == 0x000000, "Member 'FGCharacter_SetGender::newGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetHeldItem \ static_assert(alignof(FGCharacter_SetHeldItem) == 0x000008, "Wrong alignment on FGCharacter_SetHeldItem"); \ static_assert(sizeof(FGCharacter_SetHeldItem) == 0x000008, "Wrong size on FGCharacter_SetHeldItem"); \ static_assert(offsetof(FGCharacter_SetHeldItem, Item) == 0x000000, "Member 'FGCharacter_SetHeldItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetJumpButtonPressed \ static_assert(alignof(FGCharacter_SetJumpButtonPressed) == 0x000001, "Wrong alignment on FGCharacter_SetJumpButtonPressed"); \ static_assert(sizeof(FGCharacter_SetJumpButtonPressed) == 0x000001, "Wrong size on FGCharacter_SetJumpButtonPressed"); \ static_assert(offsetof(FGCharacter_SetJumpButtonPressed, bValue) == 0x000000, "Member 'FGCharacter_SetJumpButtonPressed::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetPlayingHitReaction \ static_assert(alignof(FGCharacter_SetPlayingHitReaction) == 0x000004, "Wrong alignment on FGCharacter_SetPlayingHitReaction"); \ static_assert(sizeof(FGCharacter_SetPlayingHitReaction) == 0x000004, "Wrong size on FGCharacter_SetPlayingHitReaction"); \ static_assert(offsetof(FGCharacter_SetPlayingHitReaction, PlayTime) == 0x000000, "Member 'FGCharacter_SetPlayingHitReaction::PlayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetReplicationToSwitchingHeldItems \ static_assert(alignof(FGCharacter_SetReplicationToSwitchingHeldItems) == 0x000008, "Wrong alignment on FGCharacter_SetReplicationToSwitchingHeldItems"); \ static_assert(sizeof(FGCharacter_SetReplicationToSwitchingHeldItems) == 0x000008, "Wrong size on FGCharacter_SetReplicationToSwitchingHeldItems"); \ static_assert(offsetof(FGCharacter_SetReplicationToSwitchingHeldItems, Item) == 0x000000, "Member 'FGCharacter_SetReplicationToSwitchingHeldItems::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetRunning \ static_assert(alignof(FGCharacter_SetRunning) == 0x000001, "Wrong alignment on FGCharacter_SetRunning"); \ static_assert(sizeof(FGCharacter_SetRunning) == 0x000002, "Wrong size on FGCharacter_SetRunning"); \ static_assert(offsetof(FGCharacter_SetRunning, bNewRunning) == 0x000000, "Member 'FGCharacter_SetRunning::bNewRunning' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_SetRunning, bToggle) == 0x000001, "Member 'FGCharacter_SetRunning::bToggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetTargeting \ static_assert(alignof(FGCharacter_SetTargeting) == 0x000001, "Wrong alignment on FGCharacter_SetTargeting"); \ static_assert(sizeof(FGCharacter_SetTargeting) == 0x000001, "Wrong size on FGCharacter_SetTargeting"); \ static_assert(offsetof(FGCharacter_SetTargeting, bNewTargeting) == 0x000000, "Member 'FGCharacter_SetTargeting::bNewTargeting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetWantsAltFire \ static_assert(alignof(FGCharacter_SetWantsAltFire) == 0x000001, "Wrong alignment on FGCharacter_SetWantsAltFire"); \ static_assert(sizeof(FGCharacter_SetWantsAltFire) == 0x000002, "Wrong size on FGCharacter_SetWantsAltFire"); \ static_assert(offsetof(FGCharacter_SetWantsAltFire, inWantsAltFire) == 0x000000, "Member 'FGCharacter_SetWantsAltFire::inWantsAltFire' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_SetWantsAltFire, Toggle) == 0x000001, "Member 'FGCharacter_SetWantsAltFire::Toggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetWantsFire \ static_assert(alignof(FGCharacter_SetWantsFire) == 0x000001, "Wrong alignment on FGCharacter_SetWantsFire"); \ static_assert(sizeof(FGCharacter_SetWantsFire) == 0x000001, "Wrong size on FGCharacter_SetWantsFire"); \ static_assert(offsetof(FGCharacter_SetWantsFire, inWantsFire) == 0x000000, "Member 'FGCharacter_SetWantsFire::inWantsFire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_SetWantsLookout \ static_assert(alignof(FGCharacter_SetWantsLookout) == 0x000001, "Wrong alignment on FGCharacter_SetWantsLookout"); \ static_assert(sizeof(FGCharacter_SetWantsLookout) == 0x000001, "Wrong size on FGCharacter_SetWantsLookout"); \ static_assert(offsetof(FGCharacter_SetWantsLookout, bWantsLookout) == 0x000000, "Member 'FGCharacter_SetWantsLookout::bWantsLookout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_StopAnimMontageInfo \ static_assert(alignof(FGCharacter_StopAnimMontageInfo) == 0x000008, "Wrong alignment on FGCharacter_StopAnimMontageInfo"); \ static_assert(sizeof(FGCharacter_StopAnimMontageInfo) == 0x000010, "Wrong size on FGCharacter_StopAnimMontageInfo"); \ static_assert(offsetof(FGCharacter_StopAnimMontageInfo, AnimMontageInfo) == 0x000000, "Member 'FGCharacter_StopAnimMontageInfo::AnimMontageInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanAltFire \ static_assert(alignof(FGCharacter_CanAltFire) == 0x000001, "Wrong alignment on FGCharacter_CanAltFire"); \ static_assert(sizeof(FGCharacter_CanAltFire) == 0x000001, "Wrong size on FGCharacter_CanAltFire"); \ static_assert(offsetof(FGCharacter_CanAltFire, ReturnValue) == 0x000000, "Member 'FGCharacter_CanAltFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanBeSeenFrom_BP \ static_assert(alignof(FGCharacter_CanBeSeenFrom_BP) == 0x000008, "Wrong alignment on FGCharacter_CanBeSeenFrom_BP"); \ static_assert(sizeof(FGCharacter_CanBeSeenFrom_BP) == 0x000030, "Wrong size on FGCharacter_CanBeSeenFrom_BP"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, ObserverLocation) == 0x000000, "Member 'FGCharacter_CanBeSeenFrom_BP::ObserverLocation' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, OutSeenLocation) == 0x00000C, "Member 'FGCharacter_CanBeSeenFrom_BP::OutSeenLocation' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, NumberOfLoSChecksPerformed) == 0x000018, "Member 'FGCharacter_CanBeSeenFrom_BP::NumberOfLoSChecksPerformed' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, OutSightStrength) == 0x00001C, "Member 'FGCharacter_CanBeSeenFrom_BP::OutSightStrength' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, IgnoreActor) == 0x000020, "Member 'FGCharacter_CanBeSeenFrom_BP::IgnoreActor' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanBeSeenFrom_BP, ReturnValue) == 0x000028, "Member 'FGCharacter_CanBeSeenFrom_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanDie \ static_assert(alignof(FGCharacter_CanDie) == 0x000008, "Wrong alignment on FGCharacter_CanDie"); \ static_assert(sizeof(FGCharacter_CanDie) == 0x000030, "Wrong size on FGCharacter_CanDie"); \ static_assert(offsetof(FGCharacter_CanDie, KillingDamage) == 0x000000, "Member 'FGCharacter_CanDie::KillingDamage' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanDie, DamageEvent) == 0x000008, "Member 'FGCharacter_CanDie::DamageEvent' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanDie, Killer) == 0x000018, "Member 'FGCharacter_CanDie::Killer' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanDie, DamageCauser) == 0x000020, "Member 'FGCharacter_CanDie::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanDie, ReturnValue) == 0x000028, "Member 'FGCharacter_CanDie::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanFire \ static_assert(alignof(FGCharacter_CanFire) == 0x000001, "Wrong alignment on FGCharacter_CanFire"); \ static_assert(sizeof(FGCharacter_CanFire) == 0x000001, "Wrong size on FGCharacter_CanFire"); \ static_assert(offsetof(FGCharacter_CanFire, ReturnValue) == 0x000000, "Member 'FGCharacter_CanFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanPlayDeathAnimation \ static_assert(alignof(FGCharacter_CanPlayDeathAnimation) == 0x000001, "Wrong alignment on FGCharacter_CanPlayDeathAnimation"); \ static_assert(sizeof(FGCharacter_CanPlayDeathAnimation) == 0x000003, "Wrong size on FGCharacter_CanPlayDeathAnimation"); \ static_assert(offsetof(FGCharacter_CanPlayDeathAnimation, bCanDieForward) == 0x000000, "Member 'FGCharacter_CanPlayDeathAnimation::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanPlayDeathAnimation, bCanDieBackward) == 0x000001, "Member 'FGCharacter_CanPlayDeathAnimation::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_CanPlayDeathAnimation, ReturnValue) == 0x000002, "Member 'FGCharacter_CanPlayDeathAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanReload \ static_assert(alignof(FGCharacter_CanReload) == 0x000001, "Wrong alignment on FGCharacter_CanReload"); \ static_assert(sizeof(FGCharacter_CanReload) == 0x000001, "Wrong size on FGCharacter_CanReload"); \ static_assert(offsetof(FGCharacter_CanReload, ReturnValue) == 0x000000, "Member 'FGCharacter_CanReload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_CanSwitchWeapon \ static_assert(alignof(FGCharacter_CanSwitchWeapon) == 0x000001, "Wrong alignment on FGCharacter_CanSwitchWeapon"); \ static_assert(sizeof(FGCharacter_CanSwitchWeapon) == 0x000001, "Wrong size on FGCharacter_CanSwitchWeapon"); \ static_assert(offsetof(FGCharacter_CanSwitchWeapon, ReturnValue) == 0x000000, "Member 'FGCharacter_CanSwitchWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetAttackersAsArray \ static_assert(alignof(FGCharacter_GetAttackersAsArray) == 0x000008, "Wrong alignment on FGCharacter_GetAttackersAsArray"); \ static_assert(sizeof(FGCharacter_GetAttackersAsArray) == 0x000010, "Wrong size on FGCharacter_GetAttackersAsArray"); \ static_assert(offsetof(FGCharacter_GetAttackersAsArray, ReturnValue) == 0x000000, "Member 'FGCharacter_GetAttackersAsArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetDeathAnimationIndex \ static_assert(alignof(FGCharacter_GetDeathAnimationIndex) == 0x000004, "Wrong alignment on FGCharacter_GetDeathAnimationIndex"); \ static_assert(sizeof(FGCharacter_GetDeathAnimationIndex) == 0x000008, "Wrong size on FGCharacter_GetDeathAnimationIndex"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationIndex, bCanDieForward) == 0x000000, "Member 'FGCharacter_GetDeathAnimationIndex::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationIndex, bCanDieBackward) == 0x000001, "Member 'FGCharacter_GetDeathAnimationIndex::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationIndex, ReturnValue) == 0x000004, "Member 'FGCharacter_GetDeathAnimationIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_GetDeathAnimationSequence \ static_assert(alignof(FGCharacter_GetDeathAnimationSequence) == 0x000008, "Wrong alignment on FGCharacter_GetDeathAnimationSequence"); \ static_assert(sizeof(FGCharacter_GetDeathAnimationSequence) == 0x000010, "Wrong size on FGCharacter_GetDeathAnimationSequence"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationSequence, bCanDieForward) == 0x000000, "Member 'FGCharacter_GetDeathAnimationSequence::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationSequence, bCanDieBackward) == 0x000001, "Member 'FGCharacter_GetDeathAnimationSequence::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(FGCharacter_GetDeathAnimationSequence, ReturnValue) == 0x000008, "Member 'FGCharacter_GetDeathAnimationSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsAlive \ static_assert(alignof(FGCharacter_IsAlive) == 0x000001, "Wrong alignment on FGCharacter_IsAlive"); \ static_assert(sizeof(FGCharacter_IsAlive) == 0x000001, "Wrong size on FGCharacter_IsAlive"); \ static_assert(offsetof(FGCharacter_IsAlive, ReturnValue) == 0x000000, "Member 'FGCharacter_IsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsEaten \ static_assert(alignof(FGCharacter_IsEaten) == 0x000001, "Wrong alignment on FGCharacter_IsEaten"); \ static_assert(sizeof(FGCharacter_IsEaten) == 0x000001, "Wrong size on FGCharacter_IsEaten"); \ static_assert(offsetof(FGCharacter_IsEaten, ReturnValue) == 0x000000, "Member 'FGCharacter_IsEaten::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsFiring \ static_assert(alignof(FGCharacter_IsFiring) == 0x000001, "Wrong alignment on FGCharacter_IsFiring"); \ static_assert(sizeof(FGCharacter_IsFiring) == 0x000001, "Wrong size on FGCharacter_IsFiring"); \ static_assert(offsetof(FGCharacter_IsFiring, ReturnValue) == 0x000000, "Member 'FGCharacter_IsFiring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsInGravity \ static_assert(alignof(FGCharacter_IsInGravity) == 0x000001, "Wrong alignment on FGCharacter_IsInGravity"); \ static_assert(sizeof(FGCharacter_IsInGravity) == 0x000001, "Wrong size on FGCharacter_IsInGravity"); \ static_assert(offsetof(FGCharacter_IsInGravity, ReturnValue) == 0x000000, "Member 'FGCharacter_IsInGravity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsLookOut \ static_assert(alignof(FGCharacter_IsLookOut) == 0x000001, "Wrong alignment on FGCharacter_IsLookOut"); \ static_assert(sizeof(FGCharacter_IsLookOut) == 0x000001, "Wrong size on FGCharacter_IsLookOut"); \ static_assert(offsetof(FGCharacter_IsLookOut, ReturnValue) == 0x000000, "Member 'FGCharacter_IsLookOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsMovingBackwards \ static_assert(alignof(FGCharacter_IsMovingBackwards) == 0x000001, "Wrong alignment on FGCharacter_IsMovingBackwards"); \ static_assert(sizeof(FGCharacter_IsMovingBackwards) == 0x000001, "Wrong size on FGCharacter_IsMovingBackwards"); \ static_assert(offsetof(FGCharacter_IsMovingBackwards, ReturnValue) == 0x000000, "Member 'FGCharacter_IsMovingBackwards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsPlayingHitReaction \ static_assert(alignof(FGCharacter_IsPlayingHitReaction) == 0x000001, "Wrong alignment on FGCharacter_IsPlayingHitReaction"); \ static_assert(sizeof(FGCharacter_IsPlayingHitReaction) == 0x000001, "Wrong size on FGCharacter_IsPlayingHitReaction"); \ static_assert(offsetof(FGCharacter_IsPlayingHitReaction, ReturnValue) == 0x000000, "Member 'FGCharacter_IsPlayingHitReaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsRunning \ static_assert(alignof(FGCharacter_IsRunning) == 0x000001, "Wrong alignment on FGCharacter_IsRunning"); \ static_assert(sizeof(FGCharacter_IsRunning) == 0x000001, "Wrong size on FGCharacter_IsRunning"); \ static_assert(offsetof(FGCharacter_IsRunning, ReturnValue) == 0x000000, "Member 'FGCharacter_IsRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsTargeting \ static_assert(alignof(FGCharacter_IsTargeting) == 0x000001, "Wrong alignment on FGCharacter_IsTargeting"); \ static_assert(sizeof(FGCharacter_IsTargeting) == 0x000001, "Wrong size on FGCharacter_IsTargeting"); \ static_assert(offsetof(FGCharacter_IsTargeting, ReturnValue) == 0x000000, "Member 'FGCharacter_IsTargeting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsWinchPlaying \ static_assert(alignof(FGCharacter_IsWinchPlaying) == 0x000001, "Wrong alignment on FGCharacter_IsWinchPlaying"); \ static_assert(sizeof(FGCharacter_IsWinchPlaying) == 0x000001, "Wrong size on FGCharacter_IsWinchPlaying"); \ static_assert(offsetof(FGCharacter_IsWinchPlaying, ReturnValue) == 0x000000, "Member 'FGCharacter_IsWinchPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_IsWinchPulling \ static_assert(alignof(FGCharacter_IsWinchPulling) == 0x000001, "Wrong alignment on FGCharacter_IsWinchPulling"); \ static_assert(sizeof(FGCharacter_IsWinchPulling) == 0x000001, "Wrong size on FGCharacter_IsWinchPulling"); \ static_assert(offsetof(FGCharacter_IsWinchPulling, ReturnValue) == 0x000000, "Member 'FGCharacter_IsWinchPulling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacter_RangedFireShouldMiss \ static_assert(alignof(FGCharacter_RangedFireShouldMiss) == 0x000001, "Wrong alignment on FGCharacter_RangedFireShouldMiss"); \ static_assert(sizeof(FGCharacter_RangedFireShouldMiss) == 0x000001, "Wrong size on FGCharacter_RangedFireShouldMiss"); \ static_assert(offsetof(FGCharacter_RangedFireShouldMiss, ReturnValue) == 0x000000, "Member 'FGCharacter_RangedFireShouldMiss::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCharacter \ static_assert(alignof(AFGCharacter) == 0x000010, "Wrong alignment on AFGCharacter"); \ static_assert(sizeof(AFGCharacter) == 0x000A20, "Wrong size on AFGCharacter"); \ static_assert(offsetof(AFGCharacter, bIsInGravity) == 0x0004C8, "Member 'AFGCharacter::bIsInGravity' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, WeaponGenerationOverrideSettings) == 0x0004D0, "Member 'AFGCharacter::WeaponGenerationOverrideSettings' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, Gender) == 0x0004D8, "Member 'AFGCharacter::Gender' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, ActionsComponent) == 0x0004E0, "Member 'AFGCharacter::ActionsComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, VoidMovement) == 0x0004E8, "Member 'AFGCharacter::VoidMovement' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, BulletDetectCapsule) == 0x0004F0, "Member 'AFGCharacter::BulletDetectCapsule' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CharacterFaction) == 0x0004F8, "Member 'AFGCharacter::CharacterFaction' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, EquipmentInventory) == 0x000500, "Member 'AFGCharacter::EquipmentInventory' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bDebugWeaponAimDirection) == 0x000508, "Member 'AFGCharacter::bDebugWeaponAimDirection' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bUsePhysicalAnimation) == 0x000509, "Member 'AFGCharacter::bUsePhysicalAnimation' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, ApplyPhysAnimationBelowBones) == 0x000510, "Member 'AFGCharacter::ApplyPhysAnimationBelowBones' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CustomBlendWeights) == 0x000520, "Member 'AFGCharacter::CustomBlendWeights' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnlyHitReactionBelowBones) == 0x000570, "Member 'AFGCharacter::OnlyHitReactionBelowBones' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, ExcludeBelowBones) == 0x000580, "Member 'AFGCharacter::ExcludeBelowBones' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, PhysicalAnimationProfileName) == 0x000590, "Member 'AFGCharacter::PhysicalAnimationProfileName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DefaultPhysicsBlendWeight) == 0x000598, "Member 'AFGCharacter::DefaultPhysicsBlendWeight' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RangedWeaponAnimationsMap) == 0x0005A0, "Member 'AFGCharacter::RangedWeaponAnimationsMap' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bSkipEquipAnimations) == 0x0005F0, "Member 'AFGCharacter::bSkipEquipAnimations' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnEquipSlotChanged) == 0x0005F8, "Member 'AFGCharacter::OnEquipSlotChanged' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterDeath) == 0x000608, "Member 'AFGCharacter::OnCharacterDeath' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterDeathExtended) == 0x000618, "Member 'AFGCharacter::OnCharacterDeathExtended' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterDamage) == 0x000628, "Member 'AFGCharacter::OnCharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, ArmorDamagePortion) == 0x00063C, "Member 'AFGCharacter::ArmorDamagePortion' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LastTakeHitInfo) == 0x000640, "Member 'AFGCharacter::LastTakeHitInfo' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LastTakeHitTimeTimeout) == 0x000768, "Member 'AFGCharacter::LastTakeHitTimeTimeout' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DeathBagClass) == 0x000778, "Member 'AFGCharacter::DeathBagClass' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DeathCollisionProfileName) == 0x000780, "Member 'AFGCharacter::DeathCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DeathLootDispenserClass) == 0x000788, "Member 'AFGCharacter::DeathLootDispenserClass' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DeathAnimationPlayChance) == 0x000790, "Member 'AFGCharacter::DeathAnimationPlayChance' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bCustomNoRagdoll) == 0x000794, "Member 'AFGCharacter::bCustomNoRagdoll' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bInRagdoll) == 0x0007A8, "Member 'AFGCharacter::bInRagdoll' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RightWeaponSocketName) == 0x0007AC, "Member 'AFGCharacter::RightWeaponSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LeftWeaponSocketName) == 0x0007B4, "Member 'AFGCharacter::LeftWeaponSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LeftWristWeaponSocketName) == 0x0007BC, "Member 'AFGCharacter::LeftWristWeaponSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, BoneEatName) == 0x0007C4, "Member 'AFGCharacter::BoneEatName' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bUseAlternateCanBeSeenFrom) == 0x0007CC, "Member 'AFGCharacter::bUseAlternateCanBeSeenFrom' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, HeadBoneNames) == 0x0007D0, "Member 'AFGCharacter::HeadBoneNames' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, BodyBoneNames) == 0x0007E0, "Member 'AFGCharacter::BodyBoneNames' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, HandsBoneNames) == 0x0007F0, "Member 'AFGCharacter::HandsBoneNames' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, IgnoredBoneNames) == 0x000800, "Member 'AFGCharacter::IgnoredBoneNames' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bDamageOnlyAllowedBones) == 0x000810, "Member 'AFGCharacter::bDamageOnlyAllowedBones' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DamageableBoneNames) == 0x000818, "Member 'AFGCharacter::DamageableBoneNames' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LookoutTraceRange) == 0x000828, "Member 'AFGCharacter::LookoutTraceRange' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LookoutTraceOffset) == 0x00082C, "Member 'AFGCharacter::LookoutTraceOffset' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bActionActive) == 0x000830, "Member 'AFGCharacter::bActionActive' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bRunningBlocked) == 0x000831, "Member 'AFGCharacter::bRunningBlocked' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, PhysicalAnimation) == 0x000838, "Member 'AFGCharacter::PhysicalAnimation' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, Health) == 0x000840, "Member 'AFGCharacter::Health' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, Speed) == 0x000848, "Member 'AFGCharacter::Speed' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CharacterEffectsManager) == 0x000850, "Member 'AFGCharacter::CharacterEffectsManager' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, EventsManager) == 0x000858, "Member 'AFGCharacter::EventsManager' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, StatusEffectsManager) == 0x000860, "Member 'AFGCharacter::StatusEffectsManager' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, StatusEffectsAudioComponent) == 0x000868, "Member 'AFGCharacter::StatusEffectsAudioComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, IgnoredDamageTypes) == 0x000870, "Member 'AFGCharacter::IgnoredDamageTypes' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, Inventory) == 0x000880, "Member 'AFGCharacter::Inventory' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CorpseLayTime) == 0x000888, "Member 'AFGCharacter::CorpseLayTime' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RespawnTime) == 0x00088C, "Member 'AFGCharacter::RespawnTime' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, DeathPhysAssetOverride) == 0x000890, "Member 'AFGCharacter::DeathPhysAssetOverride' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, Attackers) == 0x000898, "Member 'AFGCharacter::Attackers' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CharacterMovementState) == 0x0008E8, "Member 'AFGCharacter::CharacterMovementState' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsTargeting) == 0x0008E9, "Member 'AFGCharacter::bIsTargeting' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bWantsTargeting) == 0x0008EA, "Member 'AFGCharacter::bWantsTargeting' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bWantsFire) == 0x0008EB, "Member 'AFGCharacter::bWantsFire' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bWantsAltFire) == 0x0008EC, "Member 'AFGCharacter::bWantsAltFire' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsPlayingHitReaction) == 0x0008ED, "Member 'AFGCharacter::bIsPlayingHitReaction' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LastPlayHitReactionTimeEnd) == 0x0008F0, "Member 'AFGCharacter::LastPlayHitReactionTimeEnd' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, TH_PlayingHitReaction) == 0x0008F8, "Member 'AFGCharacter::TH_PlayingHitReaction' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, WantsLookoutSide) == 0x000900, "Member 'AFGCharacter::WantsLookoutSide' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, WeaponSelectionQueue) == 0x000910, "Member 'AFGCharacter::WeaponSelectionQueue' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CurrentActiveSlot) == 0x000920, "Member 'AFGCharacter::CurrentActiveSlot' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, LastActiveSlot) == 0x000928, "Member 'AFGCharacter::LastActiveSlot' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, PendingAfterDropSlot) == 0x000930, "Member 'AFGCharacter::PendingAfterDropSlot' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bJumpButtonPressed) == 0x000939, "Member 'AFGCharacter::bJumpButtonPressed' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bCrouchButtonPressed) == 0x00093A, "Member 'AFGCharacter::bCrouchButtonPressed' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, PendingActiveSlot) == 0x000940, "Member 'AFGCharacter::PendingActiveSlot' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bCanBeKilled) == 0x000950, "Member 'AFGCharacter::bCanBeKilled' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterMovementStateUpdated) == 0x000958, "Member 'AFGCharacter::OnCharacterMovementStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterFired) == 0x000968, "Member 'AFGCharacter::OnCharacterFired' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCharacterReloading) == 0x000978, "Member 'AFGCharacter::OnCharacterReloading' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsPlayingInteract) == 0x000988, "Member 'AFGCharacter::bIsPlayingInteract' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsPlayingCinematic) == 0x000989, "Member 'AFGCharacter::bIsPlayingCinematic' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsLiftingRope) == 0x00098A, "Member 'AFGCharacter::bIsLiftingRope' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RopeMountPoint) == 0x000990, "Member 'AFGCharacter::RopeMountPoint' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsWinchPlaying) == 0x000998, "Member 'AFGCharacter::bIsWinchPlaying' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bIsWinchPulling) == 0x000999, "Member 'AFGCharacter::bIsWinchPulling' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, OnCurrentHeldItemChanged) == 0x0009A0, "Member 'AFGCharacter::OnCurrentHeldItemChanged' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CurrentHeldItem) == 0x0009B0, "Member 'AFGCharacter::CurrentHeldItem' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, PendingHeldItem) == 0x0009B8, "Member 'AFGCharacter::PendingHeldItem' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RecoilRotation) == 0x0009C0, "Member 'AFGCharacter::RecoilRotation' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, AutoAimDeltaRotation) == 0x0009CC, "Member 'AFGCharacter::AutoAimDeltaRotation' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bHeadShotProtection) == 0x0009D8, "Member 'AFGCharacter::bHeadShotProtection' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, FlowVelocityMultiplier) == 0x0009DC, "Member 'AFGCharacter::FlowVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, RemoteViewYaw) == 0x0009E1, "Member 'AFGCharacter::RemoteViewYaw' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, bUserRemoteViewYaw) == 0x0009E2, "Member 'AFGCharacter::bUserRemoteViewYaw' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, CachedDynamicMaterials) == 0x0009F8, "Member 'AFGCharacter::CachedDynamicMaterials' has a wrong offset!"); \ static_assert(offsetof(AFGCharacter, AdjustVelocity) == 0x000A08, "Member 'AFGCharacter::AdjustVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_AddFearLevel \ static_assert(alignof(FGAICharacter_AddFearLevel) == 0x000004, "Wrong alignment on FGAICharacter_AddFearLevel"); \ static_assert(sizeof(FGAICharacter_AddFearLevel) == 0x000004, "Wrong size on FGAICharacter_AddFearLevel"); \ static_assert(offsetof(FGAICharacter_AddFearLevel, Value) == 0x000000, "Member 'FGAICharacter_AddFearLevel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_CanVoidNavigateActor \ static_assert(alignof(FGAICharacter_CanVoidNavigateActor) == 0x000008, "Wrong alignment on FGAICharacter_CanVoidNavigateActor"); \ static_assert(sizeof(FGAICharacter_CanVoidNavigateActor) == 0x000010, "Wrong size on FGAICharacter_CanVoidNavigateActor"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateActor, Actor) == 0x000000, "Member 'FGAICharacter_CanVoidNavigateActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateActor, ReturnValue) == 0x000008, "Member 'FGAICharacter_CanVoidNavigateActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_CanVoidNavigateActorComponent \ static_assert(alignof(FGAICharacter_CanVoidNavigateActorComponent) == 0x000008, "Wrong alignment on FGAICharacter_CanVoidNavigateActorComponent"); \ static_assert(sizeof(FGAICharacter_CanVoidNavigateActorComponent) == 0x000010, "Wrong size on FGAICharacter_CanVoidNavigateActorComponent"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateActorComponent, ActorComponent) == 0x000000, "Member 'FGAICharacter_CanVoidNavigateActorComponent::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateActorComponent, ReturnValue) == 0x000008, "Member 'FGAICharacter_CanVoidNavigateActorComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_CanVoidNavigateLocation \ static_assert(alignof(FGAICharacter_CanVoidNavigateLocation) == 0x000004, "Wrong alignment on FGAICharacter_CanVoidNavigateLocation"); \ static_assert(sizeof(FGAICharacter_CanVoidNavigateLocation) == 0x000010, "Wrong size on FGAICharacter_CanVoidNavigateLocation"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateLocation, Location) == 0x000000, "Member 'FGAICharacter_CanVoidNavigateLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_CanVoidNavigateLocation, ReturnValue) == 0x00000C, "Member 'FGAICharacter_CanVoidNavigateLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetBaseAttackPoint \ static_assert(alignof(FGAICharacter_GetBaseAttackPoint) == 0x000004, "Wrong alignment on FGAICharacter_GetBaseAttackPoint"); \ static_assert(sizeof(FGAICharacter_GetBaseAttackPoint) == 0x00000C, "Wrong size on FGAICharacter_GetBaseAttackPoint"); \ static_assert(offsetof(FGAICharacter_GetBaseAttackPoint, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetBaseAttackPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetClosestNavigationPoint \ static_assert(alignof(FGAICharacter_GetClosestNavigationPoint) == 0x000004, "Wrong alignment on FGAICharacter_GetClosestNavigationPoint"); \ static_assert(sizeof(FGAICharacter_GetClosestNavigationPoint) == 0x000010, "Wrong size on FGAICharacter_GetClosestNavigationPoint"); \ static_assert(offsetof(FGAICharacter_GetClosestNavigationPoint, OutLocation) == 0x000000, "Member 'FGAICharacter_GetClosestNavigationPoint::OutLocation' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_GetClosestNavigationPoint, ReturnValue) == 0x00000C, "Member 'FGAICharacter_GetClosestNavigationPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetImmuneToDamage \ static_assert(alignof(FGAICharacter_GetImmuneToDamage) == 0x000001, "Wrong alignment on FGAICharacter_GetImmuneToDamage"); \ static_assert(sizeof(FGAICharacter_GetImmuneToDamage) == 0x000001, "Wrong size on FGAICharacter_GetImmuneToDamage"); \ static_assert(offsetof(FGAICharacter_GetImmuneToDamage, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetImmuneToDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_HaveGridPathToLocation \ static_assert(alignof(FGAICharacter_HaveGridPathToLocation) == 0x000004, "Wrong alignment on FGAICharacter_HaveGridPathToLocation"); \ static_assert(sizeof(FGAICharacter_HaveGridPathToLocation) == 0x000010, "Wrong size on FGAICharacter_HaveGridPathToLocation"); \ static_assert(offsetof(FGAICharacter_HaveGridPathToLocation, Location) == 0x000000, "Member 'FGAICharacter_HaveGridPathToLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_HaveGridPathToLocation, bCheckOtherCharactersLocation) == 0x00000C, "Member 'FGAICharacter_HaveGridPathToLocation::bCheckOtherCharactersLocation' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_HaveGridPathToLocation, ReturnValue) == 0x00000D, "Member 'FGAICharacter_HaveGridPathToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_OverrideTakeDamage \ static_assert(alignof(FGAICharacter_OverrideTakeDamage) == 0x000008, "Wrong alignment on FGAICharacter_OverrideTakeDamage"); \ static_assert(sizeof(FGAICharacter_OverrideTakeDamage) == 0x000028, "Wrong size on FGAICharacter_OverrideTakeDamage"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, Damage) == 0x000000, "Member 'FGAICharacter_OverrideTakeDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, DamageType) == 0x000008, "Member 'FGAICharacter_OverrideTakeDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, EventInstigator) == 0x000010, "Member 'FGAICharacter_OverrideTakeDamage::EventInstigator' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, DamageCauser) == 0x000018, "Member 'FGAICharacter_OverrideTakeDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, bHeadShot) == 0x000020, "Member 'FGAICharacter_OverrideTakeDamage::bHeadShot' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_OverrideTakeDamage, ReturnValue) == 0x000024, "Member 'FGAICharacter_OverrideTakeDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_ProjectPointOnGridNavigation \ static_assert(alignof(FGAICharacter_ProjectPointOnGridNavigation) == 0x000004, "Wrong alignment on FGAICharacter_ProjectPointOnGridNavigation"); \ static_assert(sizeof(FGAICharacter_ProjectPointOnGridNavigation) == 0x00001C, "Wrong size on FGAICharacter_ProjectPointOnGridNavigation"); \ static_assert(offsetof(FGAICharacter_ProjectPointOnGridNavigation, InLocation) == 0x000000, "Member 'FGAICharacter_ProjectPointOnGridNavigation::InLocation' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_ProjectPointOnGridNavigation, OutLocation) == 0x00000C, "Member 'FGAICharacter_ProjectPointOnGridNavigation::OutLocation' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_ProjectPointOnGridNavigation, ReturnValue) == 0x000018, "Member 'FGAICharacter_ProjectPointOnGridNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_RotateToLocation \ static_assert(alignof(FGAICharacter_RotateToLocation) == 0x000004, "Wrong alignment on FGAICharacter_RotateToLocation"); \ static_assert(sizeof(FGAICharacter_RotateToLocation) == 0x000014, "Wrong size on FGAICharacter_RotateToLocation"); \ static_assert(offsetof(FGAICharacter_RotateToLocation, LookLocation) == 0x000000, "Member 'FGAICharacter_RotateToLocation::LookLocation' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_RotateToLocation, DeltaTime) == 0x00000C, "Member 'FGAICharacter_RotateToLocation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_RotateToLocation, RotateSpeed) == 0x000010, "Member 'FGAICharacter_RotateToLocation::RotateSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_RotateToTarget \ static_assert(alignof(FGAICharacter_RotateToTarget) == 0x000004, "Wrong alignment on FGAICharacter_RotateToTarget"); \ static_assert(sizeof(FGAICharacter_RotateToTarget) == 0x000008, "Wrong size on FGAICharacter_RotateToTarget"); \ static_assert(offsetof(FGAICharacter_RotateToTarget, DeltaTime) == 0x000000, "Member 'FGAICharacter_RotateToTarget::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_RotateToTarget, RotateSpeed) == 0x000004, "Member 'FGAICharacter_RotateToTarget::RotateSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_SetBaseAttackPoint \ static_assert(alignof(FGAICharacter_SetBaseAttackPoint) == 0x000004, "Wrong alignment on FGAICharacter_SetBaseAttackPoint"); \ static_assert(sizeof(FGAICharacter_SetBaseAttackPoint) == 0x00000C, "Wrong size on FGAICharacter_SetBaseAttackPoint"); \ static_assert(offsetof(FGAICharacter_SetBaseAttackPoint, Point) == 0x000000, "Member 'FGAICharacter_SetBaseAttackPoint::Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_SetCustomCoopHealthScale \ static_assert(alignof(FGAICharacter_SetCustomCoopHealthScale) == 0x000004, "Wrong alignment on FGAICharacter_SetCustomCoopHealthScale"); \ static_assert(sizeof(FGAICharacter_SetCustomCoopHealthScale) == 0x000004, "Wrong size on FGAICharacter_SetCustomCoopHealthScale"); \ static_assert(offsetof(FGAICharacter_SetCustomCoopHealthScale, NewValue) == 0x000000, "Member 'FGAICharacter_SetCustomCoopHealthScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_SetGroupLeader \ static_assert(alignof(FGAICharacter_SetGroupLeader) == 0x000008, "Wrong alignment on FGAICharacter_SetGroupLeader"); \ static_assert(sizeof(FGAICharacter_SetGroupLeader) == 0x000008, "Wrong size on FGAICharacter_SetGroupLeader"); \ static_assert(offsetof(FGAICharacter_SetGroupLeader, LeaderCharacter) == 0x000000, "Member 'FGAICharacter_SetGroupLeader::LeaderCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_SetImmuneToDamage \ static_assert(alignof(FGAICharacter_SetImmuneToDamage) == 0x000001, "Wrong alignment on FGAICharacter_SetImmuneToDamage"); \ static_assert(sizeof(FGAICharacter_SetImmuneToDamage) == 0x000001, "Wrong size on FGAICharacter_SetImmuneToDamage"); \ static_assert(offsetof(FGAICharacter_SetImmuneToDamage, bImmune) == 0x000000, "Member 'FGAICharacter_SetImmuneToDamage::bImmune' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_CanReachTargetByNavmesh \ static_assert(alignof(FGAICharacter_CanReachTargetByNavmesh) == 0x000001, "Wrong alignment on FGAICharacter_CanReachTargetByNavmesh"); \ static_assert(sizeof(FGAICharacter_CanReachTargetByNavmesh) == 0x000001, "Wrong size on FGAICharacter_CanReachTargetByNavmesh"); \ static_assert(offsetof(FGAICharacter_CanReachTargetByNavmesh, ReturnValue) == 0x000000, "Member 'FGAICharacter_CanReachTargetByNavmesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_CanSeeTarget \ static_assert(alignof(FGAICharacter_CanSeeTarget) == 0x000001, "Wrong alignment on FGAICharacter_CanSeeTarget"); \ static_assert(sizeof(FGAICharacter_CanSeeTarget) == 0x000001, "Wrong size on FGAICharacter_CanSeeTarget"); \ static_assert(offsetof(FGAICharacter_CanSeeTarget, ReturnValue) == 0x000000, "Member 'FGAICharacter_CanSeeTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetActionPlanner \ static_assert(alignof(FGAICharacter_GetActionPlanner) == 0x000008, "Wrong alignment on FGAICharacter_GetActionPlanner"); \ static_assert(sizeof(FGAICharacter_GetActionPlanner) == 0x000008, "Wrong size on FGAICharacter_GetActionPlanner"); \ static_assert(offsetof(FGAICharacter_GetActionPlanner, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetActionPlanner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetAIController \ static_assert(alignof(FGAICharacter_GetAIController) == 0x000008, "Wrong alignment on FGAICharacter_GetAIController"); \ static_assert(sizeof(FGAICharacter_GetAIController) == 0x000008, "Wrong size on FGAICharacter_GetAIController"); \ static_assert(offsetof(FGAICharacter_GetAIController, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetAIController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetAimYawLimit \ static_assert(alignof(FGAICharacter_GetAimYawLimit) == 0x000004, "Wrong alignment on FGAICharacter_GetAimYawLimit"); \ static_assert(sizeof(FGAICharacter_GetAimYawLimit) == 0x000008, "Wrong size on FGAICharacter_GetAimYawLimit"); \ static_assert(offsetof(FGAICharacter_GetAimYawLimit, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetAimYawLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetAttackRadiusBase \ static_assert(alignof(FGAICharacter_GetAttackRadiusBase) == 0x000004, "Wrong alignment on FGAICharacter_GetAttackRadiusBase"); \ static_assert(sizeof(FGAICharacter_GetAttackRadiusBase) == 0x000008, "Wrong size on FGAICharacter_GetAttackRadiusBase"); \ static_assert(offsetof(FGAICharacter_GetAttackRadiusBase, Radius) == 0x000000, "Member 'FGAICharacter_GetAttackRadiusBase::Radius' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_GetAttackRadiusBase, ReturnValue) == 0x000004, "Member 'FGAICharacter_GetAttackRadiusBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetAttackRadiusMinMax \ static_assert(alignof(FGAICharacter_GetAttackRadiusMinMax) == 0x000004, "Wrong alignment on FGAICharacter_GetAttackRadiusMinMax"); \ static_assert(sizeof(FGAICharacter_GetAttackRadiusMinMax) == 0x00000C, "Wrong size on FGAICharacter_GetAttackRadiusMinMax"); \ static_assert(offsetof(FGAICharacter_GetAttackRadiusMinMax, Radius) == 0x000000, "Member 'FGAICharacter_GetAttackRadiusMinMax::Radius' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_GetAttackRadiusMinMax, ReturnValue) == 0x000004, "Member 'FGAICharacter_GetAttackRadiusMinMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetCurrentJobType \ static_assert(alignof(FGAICharacter_GetCurrentJobType) == 0x000001, "Wrong alignment on FGAICharacter_GetCurrentJobType"); \ static_assert(sizeof(FGAICharacter_GetCurrentJobType) == 0x000001, "Wrong size on FGAICharacter_GetCurrentJobType"); \ static_assert(offsetof(FGAICharacter_GetCurrentJobType, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetCurrentJobType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetCurrentTargetRadius \ static_assert(alignof(FGAICharacter_GetCurrentTargetRadius) == 0x000001, "Wrong alignment on FGAICharacter_GetCurrentTargetRadius"); \ static_assert(sizeof(FGAICharacter_GetCurrentTargetRadius) == 0x000001, "Wrong size on FGAICharacter_GetCurrentTargetRadius"); \ static_assert(offsetof(FGAICharacter_GetCurrentTargetRadius, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetCurrentTargetRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetDifficultyAccuracyScale \ static_assert(alignof(FGAICharacter_GetDifficultyAccuracyScale) == 0x000004, "Wrong alignment on FGAICharacter_GetDifficultyAccuracyScale"); \ static_assert(sizeof(FGAICharacter_GetDifficultyAccuracyScale) == 0x000004, "Wrong size on FGAICharacter_GetDifficultyAccuracyScale"); \ static_assert(offsetof(FGAICharacter_GetDifficultyAccuracyScale, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetDifficultyAccuracyScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetDifficultyAggressionScale \ static_assert(alignof(FGAICharacter_GetDifficultyAggressionScale) == 0x000004, "Wrong alignment on FGAICharacter_GetDifficultyAggressionScale"); \ static_assert(sizeof(FGAICharacter_GetDifficultyAggressionScale) == 0x000004, "Wrong size on FGAICharacter_GetDifficultyAggressionScale"); \ static_assert(offsetof(FGAICharacter_GetDifficultyAggressionScale, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetDifficultyAggressionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetDifficultyDamageScale \ static_assert(alignof(FGAICharacter_GetDifficultyDamageScale) == 0x000004, "Wrong alignment on FGAICharacter_GetDifficultyDamageScale"); \ static_assert(sizeof(FGAICharacter_GetDifficultyDamageScale) == 0x000004, "Wrong size on FGAICharacter_GetDifficultyDamageScale"); \ static_assert(offsetof(FGAICharacter_GetDifficultyDamageScale, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetDifficultyDamageScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_GetFearLevel \ static_assert(alignof(FGAICharacter_GetFearLevel) == 0x000004, "Wrong alignment on FGAICharacter_GetFearLevel"); \ static_assert(sizeof(FGAICharacter_GetFearLevel) == 0x000004, "Wrong size on FGAICharacter_GetFearLevel"); \ static_assert(offsetof(FGAICharacter_GetFearLevel, ReturnValue) == 0x000000, "Member 'FGAICharacter_GetFearLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacter_IsOnNavigation \ static_assert(alignof(FGAICharacter_IsOnNavigation) == 0x000004, "Wrong alignment on FGAICharacter_IsOnNavigation"); \ static_assert(sizeof(FGAICharacter_IsOnNavigation) == 0x000008, "Wrong size on FGAICharacter_IsOnNavigation"); \ static_assert(offsetof(FGAICharacter_IsOnNavigation, Threshold) == 0x000000, "Member 'FGAICharacter_IsOnNavigation::Threshold' has a wrong offset!"); \ static_assert(offsetof(FGAICharacter_IsOnNavigation, ReturnValue) == 0x000004, "Member 'FGAICharacter_IsOnNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAICharacter \ static_assert(alignof(AFGAICharacter) == 0x000010, "Wrong alignment on AFGAICharacter"); \ static_assert(sizeof(AFGAICharacter) == 0x000DD0, "Wrong size on AFGAICharacter"); \ static_assert(offsetof(AFGAICharacter, DamageTracker) == 0x000A18, "Member 'AFGAICharacter::DamageTracker' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, SpawnZOffset) == 0x000A20, "Member 'AFGAICharacter::SpawnZOffset' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bSpawnTraceFloorCheck) == 0x000A24, "Member 'AFGAICharacter::bSpawnTraceFloorCheck' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, Tier) == 0x000A25, "Member 'AFGAICharacter::Tier' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, WR_ArmorModifier) == 0x000A28, "Member 'AFGAICharacter::WR_ArmorModifier' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bCanEnterGravity) == 0x000A38, "Member 'AFGAICharacter::bCanEnterGravity' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bUseHeadViewLocation) == 0x000A39, "Member 'AFGAICharacter::bUseHeadViewLocation' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, HeadSocketName) == 0x000A3C, "Member 'AFGAICharacter::HeadSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, FearDecreaseRate) == 0x000A44, "Member 'AFGAICharacter::FearDecreaseRate' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, FearUpdateDelay) == 0x000A48, "Member 'AFGAICharacter::FearUpdateDelay' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, AimedDegreesRange) == 0x000A4C, "Member 'AFGAICharacter::AimedDegreesRange' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, AimInterpRate) == 0x000A50, "Member 'AFGAICharacter::AimInterpRate' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bWantAimTarget) == 0x000A54, "Member 'AFGAICharacter::bWantAimTarget' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bIsFightAmbientCharacter) == 0x000A55, "Member 'AFGAICharacter::bIsFightAmbientCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bIgnoreAIDirectorLifetimeContol) == 0x000A56, "Member 'AFGAICharacter::bIgnoreAIDirectorLifetimeContol' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bForceTargetLocation) == 0x000A57, "Member 'AFGAICharacter::bForceTargetLocation' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, PatrolStateConfig) == 0x000A58, "Member 'AFGAICharacter::PatrolStateConfig' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, InspectStateConfig) == 0x000A88, "Member 'AFGAICharacter::InspectStateConfig' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, SearchStateConfig) == 0x000AAC, "Member 'AFGAICharacter::SearchStateConfig' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CombatStateConfig) == 0x000AD0, "Member 'AFGAICharacter::CombatStateConfig' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, PreferredAttackRadius) == 0x000BB8, "Member 'AFGAICharacter::PreferredAttackRadius' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bRespectLOF) == 0x000BB9, "Member 'AFGAICharacter::bRespectLOF' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, PersonalSpace) == 0x000BBC, "Member 'AFGAICharacter::PersonalSpace' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, PersonalSpaceImportance) == 0x000BC0, "Member 'AFGAICharacter::PersonalSpaceImportance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CoopHealthScale) == 0x000BC4, "Member 'AFGAICharacter::CoopHealthScale' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CoopDamageScale) == 0x000BC8, "Member 'AFGAICharacter::CoopDamageScale' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CanHaveBaseAttackPoint) == 0x000BCC, "Member 'AFGAICharacter::CanHaveBaseAttackPoint' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bCanUseVoidSplineNavigation) == 0x000BCD, "Member 'AFGAICharacter::bCanUseVoidSplineNavigation' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CrioBlastActionClass) == 0x000BD0, "Member 'AFGAICharacter::CrioBlastActionClass' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, GunDropChance) == 0x000BD8, "Member 'AFGAICharacter::GunDropChance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, RevolverDropChance) == 0x000BDC, "Member 'AFGAICharacter::RevolverDropChance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, GunModuleDropChance) == 0x000BE0, "Member 'AFGAICharacter::GunModuleDropChance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bDisableAimAssist) == 0x000BE4, "Member 'AFGAICharacter::bDisableAimAssist' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, SignificanceSettings) == 0x000BE8, "Member 'AFGAICharacter::SignificanceSettings' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bDisableMovementOnLowSignificance) == 0x000C50, "Member 'AFGAICharacter::bDisableMovementOnLowSignificance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, SplineMovement) == 0x000C58, "Member 'AFGAICharacter::SplineMovement' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CurrentWorldState) == 0x000C60, "Member 'AFGAICharacter::CurrentWorldState' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bFireOnCooldown) == 0x000D28, "Member 'AFGAICharacter::bFireOnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bWantDecreaseFear) == 0x000D29, "Member 'AFGAICharacter::bWantDecreaseFear' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CurrentJob) == 0x000D30, "Member 'AFGAICharacter::CurrentJob' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bReinforcementCalled) == 0x000D40, "Member 'AFGAICharacter::bReinforcementCalled' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bShouldSkipMovementOptimization) == 0x000D41, "Member 'AFGAICharacter::bShouldSkipMovementOptimization' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bDontDropDeathInventory) == 0x000D42, "Member 'AFGAICharacter::bDontDropDeathInventory' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, StuckDetection) == 0x000D44, "Member 'AFGAICharacter::StuckDetection' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bNeedMoveAway) == 0x000D48, "Member 'AFGAICharacter::bNeedMoveAway' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bCustomSpeedFromHTN) == 0x000D49, "Member 'AFGAICharacter::bCustomSpeedFromHTN' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, CurrentSignificance) == 0x000D4A, "Member 'AFGAICharacter::CurrentSignificance' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bIsSupportAttacker) == 0x000D4B, "Member 'AFGAICharacter::bIsSupportAttacker' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, PerceivedActorsArray) == 0x000D68, "Member 'AFGAICharacter::PerceivedActorsArray' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, BaseAttackPoint) == 0x000D78, "Member 'AFGAICharacter::BaseAttackPoint' has a wrong offset!"); \ static_assert(offsetof(AFGAICharacter, bImmuneToDamage) == 0x000DC0, "Member 'AFGAICharacter::bImmuneToDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetEffectDataValue \ static_assert(alignof(FGRofleemo_GetEffectDataValue) == 0x000008, "Wrong alignment on FGRofleemo_GetEffectDataValue"); \ static_assert(sizeof(FGRofleemo_GetEffectDataValue) == 0x000098, "Wrong size on FGRofleemo_GetEffectDataValue"); \ static_assert(offsetof(FGRofleemo_GetEffectDataValue, Data) == 0x000000, "Member 'FGRofleemo_GetEffectDataValue::Data' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_GetEffectDataValue, ReturnValue) == 0x000090, "Member 'FGRofleemo_GetEffectDataValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_AddFullSlots \ static_assert(alignof(FGRofleemo_AddFullSlots) == 0x000004, "Wrong alignment on FGRofleemo_AddFullSlots"); \ static_assert(sizeof(FGRofleemo_AddFullSlots) == 0x000004, "Wrong size on FGRofleemo_AddFullSlots"); \ static_assert(offsetof(FGRofleemo_AddFullSlots, Num) == 0x000000, "Member 'FGRofleemo_AddFullSlots::Num' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanBeInvited \ static_assert(alignof(FGRofleemo_CanBeInvited) == 0x000001, "Wrong alignment on FGRofleemo_CanBeInvited"); \ static_assert(sizeof(FGRofleemo_CanBeInvited) == 0x000001, "Wrong size on FGRofleemo_CanBeInvited"); \ static_assert(offsetof(FGRofleemo_CanBeInvited, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanBeInvited::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanBeKicked \ static_assert(alignof(FGRofleemo_CanBeKicked) == 0x000001, "Wrong alignment on FGRofleemo_CanBeKicked"); \ static_assert(sizeof(FGRofleemo_CanBeKicked) == 0x000001, "Wrong size on FGRofleemo_CanBeKicked"); \ static_assert(offsetof(FGRofleemo_CanBeKicked, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanBeKicked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanMoveRofleemo \ static_assert(alignof(FGRofleemo_CanMoveRofleemo) == 0x000001, "Wrong alignment on FGRofleemo_CanMoveRofleemo"); \ static_assert(sizeof(FGRofleemo_CanMoveRofleemo) == 0x000001, "Wrong size on FGRofleemo_CanMoveRofleemo"); \ static_assert(offsetof(FGRofleemo_CanMoveRofleemo, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanMoveRofleemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanPickUpRofleemo \ static_assert(alignof(FGRofleemo_CanPickUpRofleemo) == 0x000008, "Wrong alignment on FGRofleemo_CanPickUpRofleemo"); \ static_assert(sizeof(FGRofleemo_CanPickUpRofleemo) == 0x000010, "Wrong size on FGRofleemo_CanPickUpRofleemo"); \ static_assert(offsetof(FGRofleemo_CanPickUpRofleemo, Character) == 0x000000, "Member 'FGRofleemo_CanPickUpRofleemo::Character' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_CanPickUpRofleemo, ReturnValue) == 0x000008, "Member 'FGRofleemo_CanPickUpRofleemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanPlayNewTask \ static_assert(alignof(FGRofleemo_CanPlayNewTask) == 0x000001, "Wrong alignment on FGRofleemo_CanPlayNewTask"); \ static_assert(sizeof(FGRofleemo_CanPlayNewTask) == 0x000001, "Wrong size on FGRofleemo_CanPlayNewTask"); \ static_assert(offsetof(FGRofleemo_CanPlayNewTask, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanPlayNewTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanUseAbility \ static_assert(alignof(FGRofleemo_CanUseAbility) == 0x000001, "Wrong alignment on FGRofleemo_CanUseAbility"); \ static_assert(sizeof(FGRofleemo_CanUseAbility) == 0x000001, "Wrong size on FGRofleemo_CanUseAbility"); \ static_assert(offsetof(FGRofleemo_CanUseAbility, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanUseAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CheckGround \ static_assert(alignof(FGRofleemo_CheckGround) == 0x000001, "Wrong alignment on FGRofleemo_CheckGround"); \ static_assert(sizeof(FGRofleemo_CheckGround) == 0x000001, "Wrong size on FGRofleemo_CheckGround"); \ static_assert(offsetof(FGRofleemo_CheckGround, bHitGround) == 0x000000, "Member 'FGRofleemo_CheckGround::bHitGround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CollectFood \ static_assert(alignof(FGRofleemo_CollectFood) == 0x000001, "Wrong alignment on FGRofleemo_CollectFood"); \ static_assert(sizeof(FGRofleemo_CollectFood) == 0x000001, "Wrong size on FGRofleemo_CollectFood"); \ static_assert(offsetof(FGRofleemo_CollectFood, Collected) == 0x000000, "Member 'FGRofleemo_CollectFood::Collected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_DetachRofleemoFromHands \ static_assert(alignof(FGRofleemo_DetachRofleemoFromHands) == 0x000001, "Wrong alignment on FGRofleemo_DetachRofleemoFromHands"); \ static_assert(sizeof(FGRofleemo_DetachRofleemoFromHands) == 0x000001, "Wrong size on FGRofleemo_DetachRofleemoFromHands"); \ static_assert(offsetof(FGRofleemo_DetachRofleemoFromHands, bReset) == 0x000000, "Member 'FGRofleemo_DetachRofleemoFromHands::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_DissolveRofleemo \ static_assert(alignof(FGRofleemo_DissolveRofleemo) == 0x000001, "Wrong alignment on FGRofleemo_DissolveRofleemo"); \ static_assert(sizeof(FGRofleemo_DissolveRofleemo) == 0x000001, "Wrong size on FGRofleemo_DissolveRofleemo"); \ static_assert(offsetof(FGRofleemo_DissolveRofleemo, bDissolve) == 0x000000, "Member 'FGRofleemo_DissolveRofleemo::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_Feed \ static_assert(alignof(FGRofleemo_Feed) == 0x000008, "Wrong alignment on FGRofleemo_Feed"); \ static_assert(sizeof(FGRofleemo_Feed) == 0x000010, "Wrong size on FGRofleemo_Feed"); \ static_assert(offsetof(FGRofleemo_Feed, Feeder) == 0x000000, "Member 'FGRofleemo_Feed::Feeder' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_Feed, ReturnValue) == 0x000008, "Member 'FGRofleemo_Feed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_FindCloseActivityPoint \ static_assert(alignof(FGRofleemo_FindCloseActivityPoint) == 0x000008, "Wrong alignment on FGRofleemo_FindCloseActivityPoint"); \ static_assert(sizeof(FGRofleemo_FindCloseActivityPoint) == 0x000008, "Wrong size on FGRofleemo_FindCloseActivityPoint"); \ static_assert(offsetof(FGRofleemo_FindCloseActivityPoint, PositionBeforeTaken) == 0x000000, "Member 'FGRofleemo_FindCloseActivityPoint::PositionBeforeTaken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_FindHappinessMod \ static_assert(alignof(FGRofleemo_FindHappinessMod) == 0x000008, "Wrong alignment on FGRofleemo_FindHappinessMod"); \ static_assert(sizeof(FGRofleemo_FindHappinessMod) == 0x000010, "Wrong size on FGRofleemo_FindHappinessMod"); \ static_assert(offsetof(FGRofleemo_FindHappinessMod, Mod) == 0x000000, "Member 'FGRofleemo_FindHappinessMod::Mod' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_FindHappinessMod, ReturnValue) == 0x000008, "Member 'FGRofleemo_FindHappinessMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_FindOrAddHappinessModClass \ static_assert(alignof(FGRofleemo_FindOrAddHappinessModClass) == 0x000008, "Wrong alignment on FGRofleemo_FindOrAddHappinessModClass"); \ static_assert(sizeof(FGRofleemo_FindOrAddHappinessModClass) == 0x000018, "Wrong size on FGRofleemo_FindOrAddHappinessModClass"); \ static_assert(offsetof(FGRofleemo_FindOrAddHappinessModClass, ModClass) == 0x000000, "Member 'FGRofleemo_FindOrAddHappinessModClass::ModClass' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_FindOrAddHappinessModClass, bSave) == 0x000008, "Member 'FGRofleemo_FindOrAddHappinessModClass::bSave' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_FindOrAddHappinessModClass, ReturnValue) == 0x000010, "Member 'FGRofleemo_FindOrAddHappinessModClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_FindPointNearTrain \ static_assert(alignof(FGRofleemo_FindPointNearTrain) == 0x000004, "Wrong alignment on FGRofleemo_FindPointNearTrain"); \ static_assert(sizeof(FGRofleemo_FindPointNearTrain) == 0x000024, "Wrong size on FGRofleemo_FindPointNearTrain"); \ static_assert(offsetof(FGRofleemo_FindPointNearTrain, RofleemoLoc) == 0x000000, "Member 'FGRofleemo_FindPointNearTrain::RofleemoLoc' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_FindPointNearTrain, ItemLoc) == 0x00000C, "Member 'FGRofleemo_FindPointNearTrain::ItemLoc' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_FindPointNearTrain, Rotation) == 0x000018, "Member 'FGRofleemo_FindPointNearTrain::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetActiveHappinessSlots \ static_assert(alignof(FGRofleemo_GetActiveHappinessSlots) == 0x000004, "Wrong alignment on FGRofleemo_GetActiveHappinessSlots"); \ static_assert(sizeof(FGRofleemo_GetActiveHappinessSlots) == 0x000004, "Wrong size on FGRofleemo_GetActiveHappinessSlots"); \ static_assert(offsetof(FGRofleemo_GetActiveHappinessSlots, ReturnValue) == 0x000000, "Member 'FGRofleemo_GetActiveHappinessSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetFrozenSlots \ static_assert(alignof(FGRofleemo_GetFrozenSlots) == 0x000004, "Wrong alignment on FGRofleemo_GetFrozenSlots"); \ static_assert(sizeof(FGRofleemo_GetFrozenSlots) == 0x000004, "Wrong size on FGRofleemo_GetFrozenSlots"); \ static_assert(offsetof(FGRofleemo_GetFrozenSlots, ReturnValue) == 0x000000, "Member 'FGRofleemo_GetFrozenSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetRofleemoName \ static_assert(alignof(FGRofleemo_GetRofleemoName) == 0x000008, "Wrong alignment on FGRofleemo_GetRofleemoName"); \ static_assert(sizeof(FGRofleemo_GetRofleemoName) == 0x000018, "Wrong size on FGRofleemo_GetRofleemoName"); \ static_assert(offsetof(FGRofleemo_GetRofleemoName, Name_0) == 0x000000, "Member 'FGRofleemo_GetRofleemoName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetRofleemoSpecialization \ static_assert(alignof(FGRofleemo_GetRofleemoSpecialization) == 0x000008, "Wrong alignment on FGRofleemo_GetRofleemoSpecialization"); \ static_assert(sizeof(FGRofleemo_GetRofleemoSpecialization) == 0x000020, "Wrong size on FGRofleemo_GetRofleemoSpecialization"); \ static_assert(offsetof(FGRofleemo_GetRofleemoSpecialization, Specialization) == 0x000000, "Member 'FGRofleemo_GetRofleemoSpecialization::Specialization' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_GetRofleemoSpecialization, SpecializationDescription) == 0x000008, "Member 'FGRofleemo_GetRofleemoSpecialization::SpecializationDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GiveBooster \ static_assert(alignof(FGRofleemo_GiveBooster) == 0x000008, "Wrong alignment on FGRofleemo_GiveBooster"); \ static_assert(sizeof(FGRofleemo_GiveBooster) == 0x000008, "Wrong size on FGRofleemo_GiveBooster"); \ static_assert(offsetof(FGRofleemo_GiveBooster, Giver) == 0x000000, "Member 'FGRofleemo_GiveBooster::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GiveBooster_M \ static_assert(alignof(FGRofleemo_GiveBooster_M) == 0x000008, "Wrong alignment on FGRofleemo_GiveBooster_M"); \ static_assert(sizeof(FGRofleemo_GiveBooster_M) == 0x000008, "Wrong size on FGRofleemo_GiveBooster_M"); \ static_assert(offsetof(FGRofleemo_GiveBooster_M, Giver) == 0x000000, "Member 'FGRofleemo_GiveBooster_M::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GiveMushroom \ static_assert(alignof(FGRofleemo_GiveMushroom) == 0x000008, "Wrong alignment on FGRofleemo_GiveMushroom"); \ static_assert(sizeof(FGRofleemo_GiveMushroom) == 0x000008, "Wrong size on FGRofleemo_GiveMushroom"); \ static_assert(offsetof(FGRofleemo_GiveMushroom, Giver) == 0x000000, "Member 'FGRofleemo_GiveMushroom::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GiveMushroom_M \ static_assert(alignof(FGRofleemo_GiveMushroom_M) == 0x000008, "Wrong alignment on FGRofleemo_GiveMushroom_M"); \ static_assert(sizeof(FGRofleemo_GiveMushroom_M) == 0x000008, "Wrong size on FGRofleemo_GiveMushroom_M"); \ static_assert(offsetof(FGRofleemo_GiveMushroom_M, Giver) == 0x000000, "Member 'FGRofleemo_GiveMushroom_M::Giver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_Hide \ static_assert(alignof(FGRofleemo_Hide) == 0x000001, "Wrong alignment on FGRofleemo_Hide"); \ static_assert(sizeof(FGRofleemo_Hide) == 0x000003, "Wrong size on FGRofleemo_Hide"); \ static_assert(offsetof(FGRofleemo_Hide, bTeleport) == 0x000000, "Member 'FGRofleemo_Hide::bTeleport' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_Hide, bStayHidden) == 0x000001, "Member 'FGRofleemo_Hide::bStayHidden' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_Hide, bSilent) == 0x000002, "Member 'FGRofleemo_Hide::bSilent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_InitializeRofleemo \ static_assert(alignof(FGRofleemo_InitializeRofleemo) == 0x000008, "Wrong alignment on FGRofleemo_InitializeRofleemo"); \ static_assert(sizeof(FGRofleemo_InitializeRofleemo) == 0x000090, "Wrong size on FGRofleemo_InitializeRofleemo"); \ static_assert(offsetof(FGRofleemo_InitializeRofleemo, RofleemoData) == 0x000000, "Member 'FGRofleemo_InitializeRofleemo::RofleemoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_IsBusy \ static_assert(alignof(FGRofleemo_IsBusy) == 0x000001, "Wrong alignment on FGRofleemo_IsBusy"); \ static_assert(sizeof(FGRofleemo_IsBusy) == 0x000001, "Wrong size on FGRofleemo_IsBusy"); \ static_assert(offsetof(FGRofleemo_IsBusy, ReturnValue) == 0x000000, "Member 'FGRofleemo_IsBusy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_IsHungry \ static_assert(alignof(FGRofleemo_IsHungry) == 0x000001, "Wrong alignment on FGRofleemo_IsHungry"); \ static_assert(sizeof(FGRofleemo_IsHungry) == 0x000001, "Wrong size on FGRofleemo_IsHungry"); \ static_assert(offsetof(FGRofleemo_IsHungry, ReturnValue) == 0x000000, "Member 'FGRofleemo_IsHungry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_IsPlayingAnyAction \ static_assert(alignof(FGRofleemo_IsPlayingAnyAction) == 0x000001, "Wrong alignment on FGRofleemo_IsPlayingAnyAction"); \ static_assert(sizeof(FGRofleemo_IsPlayingAnyAction) == 0x000001, "Wrong size on FGRofleemo_IsPlayingAnyAction"); \ static_assert(offsetof(FGRofleemo_IsPlayingAnyAction, ReturnValue) == 0x000000, "Member 'FGRofleemo_IsPlayingAnyAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_IsRofleemoUnlocked \ static_assert(alignof(FGRofleemo_IsRofleemoUnlocked) == 0x000001, "Wrong alignment on FGRofleemo_IsRofleemoUnlocked"); \ static_assert(sizeof(FGRofleemo_IsRofleemoUnlocked) == 0x000001, "Wrong size on FGRofleemo_IsRofleemoUnlocked"); \ static_assert(offsetof(FGRofleemo_IsRofleemoUnlocked, ReturnValue) == 0x000000, "Member 'FGRofleemo_IsRofleemoUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_IsStarving \ static_assert(alignof(FGRofleemo_IsStarving) == 0x000001, "Wrong alignment on FGRofleemo_IsStarving"); \ static_assert(sizeof(FGRofleemo_IsStarving) == 0x000001, "Wrong size on FGRofleemo_IsStarving"); \ static_assert(offsetof(FGRofleemo_IsStarving, ReturnValue) == 0x000000, "Member 'FGRofleemo_IsStarving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_OnRofleemoToiletUnlocked \ static_assert(alignof(FGRofleemo_OnRofleemoToiletUnlocked) == 0x000001, "Wrong alignment on FGRofleemo_OnRofleemoToiletUnlocked"); \ static_assert(sizeof(FGRofleemo_OnRofleemoToiletUnlocked) == 0x000001, "Wrong size on FGRofleemo_OnRofleemoToiletUnlocked"); \ static_assert(offsetof(FGRofleemo_OnRofleemoToiletUnlocked, WorldProgression) == 0x000000, "Member 'FGRofleemo_OnRofleemoToiletUnlocked::WorldProgression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_PlayAppearance \ static_assert(alignof(FGRofleemo_PlayAppearance) == 0x000001, "Wrong alignment on FGRofleemo_PlayAppearance"); \ static_assert(sizeof(FGRofleemo_PlayAppearance) == 0x000001, "Wrong size on FGRofleemo_PlayAppearance"); \ static_assert(offsetof(FGRofleemo_PlayAppearance, PlayAnimation) == 0x000000, "Member 'FGRofleemo_PlayAppearance::PlayAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_PlayMusic \ static_assert(alignof(FGRofleemo_PlayMusic) == 0x000001, "Wrong alignment on FGRofleemo_PlayMusic"); \ static_assert(sizeof(FGRofleemo_PlayMusic) == 0x000002, "Wrong size on FGRofleemo_PlayMusic"); \ static_assert(offsetof(FGRofleemo_PlayMusic, Instrument) == 0x000000, "Member 'FGRofleemo_PlayMusic::Instrument' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_PlayMusic, ReturnValue) == 0x000001, "Member 'FGRofleemo_PlayMusic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_RemoveHappinessMod \ static_assert(alignof(FGRofleemo_RemoveHappinessMod) == 0x000008, "Wrong alignment on FGRofleemo_RemoveHappinessMod"); \ static_assert(sizeof(FGRofleemo_RemoveHappinessMod) == 0x000008, "Wrong size on FGRofleemo_RemoveHappinessMod"); \ static_assert(offsetof(FGRofleemo_RemoveHappinessMod, Mod) == 0x000000, "Member 'FGRofleemo_RemoveHappinessMod::Mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_RemoveHappinessModClass \ static_assert(alignof(FGRofleemo_RemoveHappinessModClass) == 0x000008, "Wrong alignment on FGRofleemo_RemoveHappinessModClass"); \ static_assert(sizeof(FGRofleemo_RemoveHappinessModClass) == 0x000008, "Wrong size on FGRofleemo_RemoveHappinessModClass"); \ static_assert(offsetof(FGRofleemo_RemoveHappinessModClass, Mod) == 0x000000, "Member 'FGRofleemo_RemoveHappinessModClass::Mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_RemovePriorityTask \ static_assert(alignof(FGRofleemo_RemovePriorityTask) == 0x000001, "Wrong alignment on FGRofleemo_RemovePriorityTask"); \ static_assert(sizeof(FGRofleemo_RemovePriorityTask) == 0x000001, "Wrong size on FGRofleemo_RemovePriorityTask"); \ static_assert(offsetof(FGRofleemo_RemovePriorityTask, bStopKeeping) == 0x000000, "Member 'FGRofleemo_RemovePriorityTask::bStopKeeping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SaveHappinessMod \ static_assert(alignof(FGRofleemo_SaveHappinessMod) == 0x000008, "Wrong alignment on FGRofleemo_SaveHappinessMod"); \ static_assert(sizeof(FGRofleemo_SaveHappinessMod) == 0x000008, "Wrong size on FGRofleemo_SaveHappinessMod"); \ static_assert(offsetof(FGRofleemo_SaveHappinessMod, Mod) == 0x000000, "Member 'FGRofleemo_SaveHappinessMod::Mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetAppearancePosition \ static_assert(alignof(FGRofleemo_SetAppearancePosition) == 0x000001, "Wrong alignment on FGRofleemo_SetAppearancePosition"); \ static_assert(sizeof(FGRofleemo_SetAppearancePosition) == 0x000001, "Wrong size on FGRofleemo_SetAppearancePosition"); \ static_assert(offsetof(FGRofleemo_SetAppearancePosition, Succeed) == 0x000000, "Member 'FGRofleemo_SetAppearancePosition::Succeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetCurrentData \ static_assert(alignof(FGRofleemo_SetCurrentData) == 0x000008, "Wrong alignment on FGRofleemo_SetCurrentData"); \ static_assert(sizeof(FGRofleemo_SetCurrentData) == 0x000090, "Wrong size on FGRofleemo_SetCurrentData"); \ static_assert(offsetof(FGRofleemo_SetCurrentData, Data) == 0x000000, "Member 'FGRofleemo_SetCurrentData::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetIcon \ static_assert(alignof(FGRofleemo_SetIcon) == 0x000008, "Wrong alignment on FGRofleemo_SetIcon"); \ static_assert(sizeof(FGRofleemo_SetIcon) == 0x000008, "Wrong size on FGRofleemo_SetIcon"); \ static_assert(offsetof(FGRofleemo_SetIcon, NewIcon) == 0x000000, "Member 'FGRofleemo_SetIcon::NewIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetInteriorModifiers \ static_assert(alignof(FGRofleemo_SetInteriorModifiers) == 0x000004, "Wrong alignment on FGRofleemo_SetInteriorModifiers"); \ static_assert(sizeof(FGRofleemo_SetInteriorModifiers) == 0x000004, "Wrong size on FGRofleemo_SetInteriorModifiers"); \ static_assert(offsetof(FGRofleemo_SetInteriorModifiers, Value) == 0x000000, "Member 'FGRofleemo_SetInteriorModifiers::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetKeepPriorityTask \ static_assert(alignof(FGRofleemo_SetKeepPriorityTask) == 0x000001, "Wrong alignment on FGRofleemo_SetKeepPriorityTask"); \ static_assert(sizeof(FGRofleemo_SetKeepPriorityTask) == 0x000001, "Wrong size on FGRofleemo_SetKeepPriorityTask"); \ static_assert(offsetof(FGRofleemo_SetKeepPriorityTask, bKeepTask) == 0x000000, "Member 'FGRofleemo_SetKeepPriorityTask::bKeepTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetPriorityTask \ static_assert(alignof(FGRofleemo_SetPriorityTask) == 0x000001, "Wrong alignment on FGRofleemo_SetPriorityTask"); \ static_assert(sizeof(FGRofleemo_SetPriorityTask) == 0x000002, "Wrong size on FGRofleemo_SetPriorityTask"); \ static_assert(offsetof(FGRofleemo_SetPriorityTask, task) == 0x000000, "Member 'FGRofleemo_SetPriorityTask::task' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_SetPriorityTask, bKeepTask) == 0x000001, "Member 'FGRofleemo_SetPriorityTask::bKeepTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetRofleemoName \ static_assert(alignof(FGRofleemo_SetRofleemoName) == 0x000008, "Wrong alignment on FGRofleemo_SetRofleemoName"); \ static_assert(sizeof(FGRofleemo_SetRofleemoName) == 0x000018, "Wrong size on FGRofleemo_SetRofleemoName"); \ static_assert(offsetof(FGRofleemo_SetRofleemoName, NewName) == 0x000000, "Member 'FGRofleemo_SetRofleemoName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetStateIconType \ static_assert(alignof(FGRofleemo_SetStateIconType) == 0x000001, "Wrong alignment on FGRofleemo_SetStateIconType"); \ static_assert(sizeof(FGRofleemo_SetStateIconType) == 0x000001, "Wrong size on FGRofleemo_SetStateIconType"); \ static_assert(offsetof(FGRofleemo_SetStateIconType, Type) == 0x000000, "Member 'FGRofleemo_SetStateIconType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetTeleportationLoc \ static_assert(alignof(FGRofleemo_SetTeleportationLoc) == 0x000004, "Wrong alignment on FGRofleemo_SetTeleportationLoc"); \ static_assert(sizeof(FGRofleemo_SetTeleportationLoc) == 0x00000C, "Wrong size on FGRofleemo_SetTeleportationLoc"); \ static_assert(offsetof(FGRofleemo_SetTeleportationLoc, NewLoc) == 0x000000, "Member 'FGRofleemo_SetTeleportationLoc::NewLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetWork \ static_assert(alignof(FGRofleemo_SetWork) == 0x000008, "Wrong alignment on FGRofleemo_SetWork"); \ static_assert(sizeof(FGRofleemo_SetWork) == 0x000008, "Wrong size on FGRofleemo_SetWork"); \ static_assert(offsetof(FGRofleemo_SetWork, Module) == 0x000000, "Member 'FGRofleemo_SetWork::Module' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_SetWork_Multi \ static_assert(alignof(FGRofleemo_SetWork_Multi) == 0x000008, "Wrong alignment on FGRofleemo_SetWork_Multi"); \ static_assert(sizeof(FGRofleemo_SetWork_Multi) == 0x000008, "Wrong size on FGRofleemo_SetWork_Multi"); \ static_assert(offsetof(FGRofleemo_SetWork_Multi, NewWorkplace) == 0x000000, "Member 'FGRofleemo_SetWork_Multi::NewWorkplace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_StartToiletTimer \ static_assert(alignof(FGRofleemo_StartToiletTimer) == 0x000001, "Wrong alignment on FGRofleemo_StartToiletTimer"); \ static_assert(sizeof(FGRofleemo_StartToiletTimer) == 0x000001, "Wrong size on FGRofleemo_StartToiletTimer"); \ static_assert(offsetof(FGRofleemo_StartToiletTimer, bRestart) == 0x000000, "Member 'FGRofleemo_StartToiletTimer::bRestart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_StopAction \ static_assert(alignof(FGRofleemo_StopAction) == 0x000001, "Wrong alignment on FGRofleemo_StopAction"); \ static_assert(sizeof(FGRofleemo_StopAction) == 0x000001, "Wrong size on FGRofleemo_StopAction"); \ static_assert(offsetof(FGRofleemo_StopAction, Silent) == 0x000000, "Member 'FGRofleemo_StopAction::Silent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_TakeNewTask \ static_assert(alignof(FGRofleemo_TakeNewTask) == 0x000001, "Wrong alignment on FGRofleemo_TakeNewTask"); \ static_assert(sizeof(FGRofleemo_TakeNewTask) == 0x000001, "Wrong size on FGRofleemo_TakeNewTask"); \ static_assert(offsetof(FGRofleemo_TakeNewTask, ResetSpecialActivity) == 0x000000, "Member 'FGRofleemo_TakeNewTask::ResetSpecialActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_TeleportToPoint \ static_assert(alignof(FGRofleemo_TeleportToPoint) == 0x000008, "Wrong alignment on FGRofleemo_TeleportToPoint"); \ static_assert(sizeof(FGRofleemo_TeleportToPoint) == 0x000018, "Wrong size on FGRofleemo_TeleportToPoint"); \ static_assert(offsetof(FGRofleemo_TeleportToPoint, Points) == 0x000000, "Member 'FGRofleemo_TeleportToPoint::Points' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_TeleportToPoint, bForce) == 0x000010, "Member 'FGRofleemo_TeleportToPoint::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_TeleportToSingle \ static_assert(alignof(FGRofleemo_TeleportToSingle) == 0x000004, "Wrong alignment on FGRofleemo_TeleportToSingle"); \ static_assert(sizeof(FGRofleemo_TeleportToSingle) == 0x00001C, "Wrong size on FGRofleemo_TeleportToSingle"); \ static_assert(offsetof(FGRofleemo_TeleportToSingle, Location) == 0x000000, "Member 'FGRofleemo_TeleportToSingle::Location' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_TeleportToSingle, Rotation) == 0x00000C, "Member 'FGRofleemo_TeleportToSingle::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_TeleportToSingle, Force) == 0x000018, "Member 'FGRofleemo_TeleportToSingle::Force' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_TeleportToSingle, ManualControl) == 0x000019, "Member 'FGRofleemo_TeleportToSingle::ManualControl' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_TeleportToSingle, IgnoreCollision) == 0x00001A, "Member 'FGRofleemo_TeleportToSingle::IgnoreCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_UpdateStateIcon \ static_assert(alignof(FGRofleemo_UpdateStateIcon) == 0x000001, "Wrong alignment on FGRofleemo_UpdateStateIcon"); \ static_assert(sizeof(FGRofleemo_UpdateStateIcon) == 0x000001, "Wrong size on FGRofleemo_UpdateStateIcon"); \ static_assert(offsetof(FGRofleemo_UpdateStateIcon, ForceHideIcon) == 0x000000, "Member 'FGRofleemo_UpdateStateIcon::ForceHideIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_UseTurret \ static_assert(alignof(FGRofleemo_UseTurret) == 0x000008, "Wrong alignment on FGRofleemo_UseTurret"); \ static_assert(sizeof(FGRofleemo_UseTurret) == 0x000008, "Wrong size on FGRofleemo_UseTurret"); \ static_assert(offsetof(FGRofleemo_UseTurret, InTurret) == 0x000000, "Member 'FGRofleemo_UseTurret::InTurret' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CanBeCalled \ static_assert(alignof(FGRofleemo_CanBeCalled) == 0x000001, "Wrong alignment on FGRofleemo_CanBeCalled"); \ static_assert(sizeof(FGRofleemo_CanBeCalled) == 0x000001, "Wrong size on FGRofleemo_CanBeCalled"); \ static_assert(offsetof(FGRofleemo_CanBeCalled, ReturnValue) == 0x000000, "Member 'FGRofleemo_CanBeCalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_CheckNPCPerk \ static_assert(alignof(FGRofleemo_CheckNPCPerk) == 0x000001, "Wrong alignment on FGRofleemo_CheckNPCPerk"); \ static_assert(sizeof(FGRofleemo_CheckNPCPerk) == 0x000002, "Wrong size on FGRofleemo_CheckNPCPerk"); \ static_assert(offsetof(FGRofleemo_CheckNPCPerk, Perk) == 0x000000, "Member 'FGRofleemo_CheckNPCPerk::Perk' has a wrong offset!"); \ static_assert(offsetof(FGRofleemo_CheckNPCPerk, ReturnValue) == 0x000001, "Member 'FGRofleemo_CheckNPCPerk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetAllHappinessSlots \ static_assert(alignof(FGRofleemo_GetAllHappinessSlots) == 0x000004, "Wrong alignment on FGRofleemo_GetAllHappinessSlots"); \ static_assert(sizeof(FGRofleemo_GetAllHappinessSlots) == 0x000004, "Wrong size on FGRofleemo_GetAllHappinessSlots"); \ static_assert(offsetof(FGRofleemo_GetAllHappinessSlots, ReturnValue) == 0x000000, "Member 'FGRofleemo_GetAllHappinessSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetKeepPriorityTask \ static_assert(alignof(FGRofleemo_GetKeepPriorityTask) == 0x000001, "Wrong alignment on FGRofleemo_GetKeepPriorityTask"); \ static_assert(sizeof(FGRofleemo_GetKeepPriorityTask) == 0x000001, "Wrong size on FGRofleemo_GetKeepPriorityTask"); \ static_assert(offsetof(FGRofleemo_GetKeepPriorityTask, ReturnValue) == 0x000000, "Member 'FGRofleemo_GetKeepPriorityTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetNPCPerks \ static_assert(alignof(FGRofleemo_GetNPCPerks) == 0x000008, "Wrong alignment on FGRofleemo_GetNPCPerks"); \ static_assert(sizeof(FGRofleemo_GetNPCPerks) == 0x000010, "Wrong size on FGRofleemo_GetNPCPerks"); \ static_assert(offsetof(FGRofleemo_GetNPCPerks, Perks) == 0x000000, "Member 'FGRofleemo_GetNPCPerks::Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemo_GetPriorityTask \ static_assert(alignof(FGRofleemo_GetPriorityTask) == 0x000001, "Wrong alignment on FGRofleemo_GetPriorityTask"); \ static_assert(sizeof(FGRofleemo_GetPriorityTask) == 0x000001, "Wrong size on FGRofleemo_GetPriorityTask"); \ static_assert(offsetof(FGRofleemo_GetPriorityTask, ReturnValue) == 0x000000, "Member 'FGRofleemo_GetPriorityTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRofleemo \ static_assert(alignof(AFGRofleemo) == 0x000010, "Wrong alignment on AFGRofleemo"); \ static_assert(sizeof(AFGRofleemo) == 0x001120, "Wrong size on AFGRofleemo"); \ static_assert(offsetof(AFGRofleemo, SpecComponent) == 0x000DC8, "Member 'AFGRofleemo::SpecComponent' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, FMODComponent) == 0x000DD0, "Member 'AFGRofleemo::FMODComponent' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TurretHelmet) == 0x000DD8, "Member 'AFGRofleemo::TurretHelmet' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, StateIconType) == 0x000DE0, "Member 'AFGRofleemo::StateIconType' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnStateIconChanged) == 0x000DE8, "Member 'AFGRofleemo::OnStateIconChanged' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TeleportationLoc) == 0x000DF8, "Member 'AFGRofleemo::TeleportationLoc' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, InteriorModifiers) == 0x000E04, "Member 'AFGRofleemo::InteriorModifiers' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnPlayActionMontage) == 0x000E10, "Member 'AFGRofleemo::OnPlayActionMontage' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnWorkChanged) == 0x000E20, "Member 'AFGRofleemo::OnWorkChanged' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnTeleportationComplete) == 0x000E30, "Member 'AFGRofleemo::OnTeleportationComplete' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnTeleported_Hidden) == 0x000E40, "Member 'AFGRofleemo::OnTeleported_Hidden' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnFeedingSuccess) == 0x000E50, "Member 'AFGRofleemo::OnFeedingSuccess' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnTakeRofleemoOnHands) == 0x000E60, "Member 'AFGRofleemo::OnTakeRofleemoOnHands' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnRemoveRofleemoFromHands) == 0x000E70, "Member 'AFGRofleemo::OnRemoveRofleemoFromHands' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OnHappinessChanged) == 0x000E80, "Member 'AFGRofleemo::OnHappinessChanged' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, DissolveParamName) == 0x000E90, "Member 'AFGRofleemo::DissolveParamName' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TeleportationTime) == 0x000E98, "Member 'AFGRofleemo::TeleportationTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, DissolveTime) == 0x000E9C, "Member 'AFGRofleemo::DissolveTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TeleportationStartFX) == 0x000EA0, "Member 'AFGRofleemo::TeleportationStartFX' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TeleportationEndFX) == 0x000EA8, "Member 'AFGRofleemo::TeleportationEndFX' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TpOnTrainCollisionSize) == 0x000EB0, "Member 'AFGRofleemo::TpOnTrainCollisionSize' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, PerTierTable) == 0x000EB8, "Member 'AFGRofleemo::PerTierTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoSkinTable) == 0x000EC0, "Member 'AFGRofleemo::RofleemoSkinTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ActivityDelayMin) == 0x000EC8, "Member 'AFGRofleemo::ActivityDelayMin' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ActivityDelayMax) == 0x000ECC, "Member 'AFGRofleemo::ActivityDelayMax' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, SpecialActivityDelayMin) == 0x000ED0, "Member 'AFGRofleemo::SpecialActivityDelayMin' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, SpecialActivityDelayMax) == 0x000ED4, "Member 'AFGRofleemo::SpecialActivityDelayMax' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TakeTaskDelayTime) == 0x000ED8, "Member 'AFGRofleemo::TakeTaskDelayTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, CloseActivityDistance) == 0x000EDC, "Member 'AFGRofleemo::CloseActivityDistance' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoFoodTable) == 0x000EE0, "Member 'AFGRofleemo::RofleemoFoodTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoFoodPriority) == 0x000EE8, "Member 'AFGRofleemo::RofleemoFoodPriority' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, EatMushroomMontage) == 0x000EF0, "Member 'AFGRofleemo::EatMushroomMontage' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, NoBedDebuff) == 0x000EF8, "Member 'AFGRofleemo::NoBedDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, HungryDebuff) == 0x000F00, "Member 'AFGRofleemo::HungryDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ChangedWorkDebuff) == 0x000F08, "Member 'AFGRofleemo::ChangedWorkDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, NoInteriorDebuff) == 0x000F10, "Member 'AFGRofleemo::NoInteriorDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ShitDebuff) == 0x000F18, "Member 'AFGRofleemo::ShitDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ToiletTime) == 0x000F20, "Member 'AFGRofleemo::ToiletTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoTier) == 0x000F24, "Member 'AFGRofleemo::RofleemoTier' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, CurrentData) == 0x000F28, "Member 'AFGRofleemo::CurrentData' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoMaterials) == 0x000FB8, "Member 'AFGRofleemo::RofleemoMaterials' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, MaxInteriorNeeds) == 0x000FC8, "Member 'AFGRofleemo::MaxInteriorNeeds' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, HappinessModifiers) == 0x000FD0, "Member 'AFGRofleemo::HappinessModifiers' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, Icon) == 0x000FE0, "Member 'AFGRofleemo::Icon' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, CurrentWorkplace) == 0x000FE8, "Member 'AFGRofleemo::CurrentWorkplace' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, CurrentState) == 0x000FF0, "Member 'AFGRofleemo::CurrentState' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, Hunger) == 0x000FF4, "Member 'AFGRofleemo::Hunger' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, FoodToRecover) == 0x000FF8, "Member 'AFGRofleemo::FoodToRecover' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bFeelDanger) == 0x001048, "Member 'AFGRofleemo::bFeelDanger' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bAbilityInProgress) == 0x001049, "Member 'AFGRofleemo::bAbilityInProgress' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bInHands) == 0x00104A, "Member 'AFGRofleemo::bInHands' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bFloating) == 0x00104B, "Member 'AFGRofleemo::bFloating' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bKicked) == 0x00104C, "Member 'AFGRofleemo::bKicked' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bBusy) == 0x00104D, "Member 'AFGRofleemo::bBusy' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bCanMove) == 0x00104E, "Member 'AFGRofleemo::bCanMove' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bCanPlayActions) == 0x00104F, "Member 'AFGRofleemo::bCanPlayActions' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bInToilet) == 0x001050, "Member 'AFGRofleemo::bInToilet' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bHungerState) == 0x001051, "Member 'AFGRofleemo::bHungerState' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoSeed) == 0x001054, "Member 'AFGRofleemo::RofleemoSeed' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, HappinessBaseSlots) == 0x001058, "Member 'AFGRofleemo::HappinessBaseSlots' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, HappinessOverSlots) == 0x00105C, "Member 'AFGRofleemo::HappinessOverSlots' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, HappinessFullSlots) == 0x001060, "Member 'AFGRofleemo::HappinessFullSlots' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, OverslotsLimit) == 0x001064, "Member 'AFGRofleemo::OverslotsLimit' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, Stream) == 0x001068, "Member 'AFGRofleemo::Stream' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bPlaceItem) == 0x001070, "Member 'AFGRofleemo::bPlaceItem' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, IgnoredTeleportActors) == 0x001078, "Member 'AFGRofleemo::IgnoredTeleportActors' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, PointIsFree) == 0x001088, "Member 'AFGRofleemo::PointIsFree' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ManualControlTP) == 0x001089, "Member 'AFGRofleemo::ManualControlTP' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, NeedReturn) == 0x00108A, "Member 'AFGRofleemo::NeedReturn' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TeleportationAttacher) == 0x001090, "Member 'AFGRofleemo::TeleportationAttacher' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoBearer) == 0x001098, "Member 'AFGRofleemo::RofleemoBearer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ActivityCDTimer) == 0x0010A0, "Member 'AFGRofleemo::ActivityCDTimer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, SpecialActivityTimer) == 0x0010A8, "Member 'AFGRofleemo::SpecialActivityTimer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TakeTaskDelayTimer) == 0x0010B0, "Member 'AFGRofleemo::TakeTaskDelayTimer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, AppearanceTimer_H) == 0x0010B8, "Member 'AFGRofleemo::AppearanceTimer_H' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, PlayedAction) == 0x0010C0, "Member 'AFGRofleemo::PlayedAction' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bSpecialActivityReady) == 0x0010C8, "Member 'AFGRofleemo::bSpecialActivityReady' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bForceGetActivity) == 0x0010C9, "Member 'AFGRofleemo::bForceGetActivity' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bTakingAction) == 0x0010CA, "Member 'AFGRofleemo::bTakingAction' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bTakeTaskDelay) == 0x0010CB, "Member 'AFGRofleemo::bTakeTaskDelay' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, FixingPosTimer) == 0x0010D0, "Member 'AFGRofleemo::FixingPosTimer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, ToiletTimerHandle) == 0x0010D8, "Member 'AFGRofleemo::ToiletTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, bUsingTurret) == 0x0010E0, "Member 'AFGRofleemo::bUsingTurret' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, Turret) == 0x0010E8, "Member 'AFGRofleemo::Turret' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, WorldStateManager) == 0x0010F0, "Member 'AFGRofleemo::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, TaskManager) == 0x0010F8, "Member 'AFGRofleemo::TaskManager' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, RofleemoManager) == 0x001100, "Member 'AFGRofleemo::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemo, Train) == 0x001108, "Member 'AFGRofleemo::Train' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_NearFriendlyLOF \ static_assert(alignof(UEnvQueryTest_NearFriendlyLOF) == 0x000008, "Wrong alignment on UEnvQueryTest_NearFriendlyLOF"); \ static_assert(sizeof(UEnvQueryTest_NearFriendlyLOF) == 0x000208, "Wrong size on UEnvQueryTest_NearFriendlyLOF"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyLOF, DistanceFromLine) == 0x0001F8, "Member 'UEnvQueryTest_NearFriendlyLOF::DistanceFromLine' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyLOF, ContextActor) == 0x000200, "Member 'UEnvQueryTest_NearFriendlyLOF::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerStart \ static_assert(alignof(AFGPlayerStart) == 0x000008, "Wrong alignment on AFGPlayerStart"); \ static_assert(sizeof(AFGPlayerStart) == 0x000250, "Wrong size on AFGPlayerStart"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_NearFriendlyPos \ static_assert(alignof(UEnvQueryTest_NearFriendlyPos) == 0x000008, "Wrong alignment on UEnvQueryTest_NearFriendlyPos"); \ static_assert(sizeof(UEnvQueryTest_NearFriendlyPos) == 0x000208, "Wrong size on UEnvQueryTest_NearFriendlyPos"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyPos, DistanceFromFriendsPosition) == 0x0001F8, "Member 'UEnvQueryTest_NearFriendlyPos::DistanceFromFriendsPosition' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_NearFriendlyPos, ContextActor) == 0x000200, "Member 'UEnvQueryTest_NearFriendlyPos::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_NearPlayer \ static_assert(alignof(UEnvQueryTest_NearPlayer) == 0x000008, "Wrong alignment on UEnvQueryTest_NearPlayer"); \ static_assert(sizeof(UEnvQueryTest_NearPlayer) == 0x000208, "Wrong size on UEnvQueryTest_NearPlayer"); \ static_assert(offsetof(UEnvQueryTest_NearPlayer, DistanceFromCharacter) == 0x0001F8, "Member 'UEnvQueryTest_NearPlayer::DistanceFromCharacter' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_NearPlayer, ContextActor) == 0x000200, "Member 'UEnvQueryTest_NearPlayer::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_OverlapModule \ static_assert(alignof(UEnvQueryTest_OverlapModule) == 0x000008, "Wrong alignment on UEnvQueryTest_OverlapModule"); \ static_assert(sizeof(UEnvQueryTest_OverlapModule) == 0x0002B0, "Wrong size on UEnvQueryTest_OverlapModule"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, bWantsHit) == 0x0001F8, "Member 'UEnvQueryTest_OverlapModule::bWantsHit' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, bDebug) == 0x0001F9, "Member 'UEnvQueryTest_OverlapModule::bDebug' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, DebugTime) == 0x0001FC, "Member 'UEnvQueryTest_OverlapModule::DebugTime' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, bOverrideZByTrain) == 0x000200, "Member 'UEnvQueryTest_OverlapModule::bOverrideZByTrain' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, CollisionBoxSizeX) == 0x000208, "Member 'UEnvQueryTest_OverlapModule::CollisionBoxSizeX' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, CollisionBoxSizeY) == 0x000240, "Member 'UEnvQueryTest_OverlapModule::CollisionBoxSizeY' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapModule, CollisionBoxSizeZ) == 0x000278, "Member 'UEnvQueryTest_OverlapModule::CollisionBoxSizeZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestSpawner_SpawnQuests \ static_assert(alignof(FGQuestSpawner_SpawnQuests) == 0x000008, "Wrong alignment on FGQuestSpawner_SpawnQuests"); \ static_assert(sizeof(FGQuestSpawner_SpawnQuests) == 0x000010, "Wrong size on FGQuestSpawner_SpawnQuests"); \ static_assert(offsetof(FGQuestSpawner_SpawnQuests, QuestsToSpawn) == 0x000000, "Member 'FGQuestSpawner_SpawnQuests::QuestsToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestSpawner_StartEventTimerToilet \ static_assert(alignof(FGQuestSpawner_StartEventTimerToilet) == 0x000004, "Wrong alignment on FGQuestSpawner_StartEventTimerToilet"); \ static_assert(sizeof(FGQuestSpawner_StartEventTimerToilet) == 0x000004, "Wrong size on FGQuestSpawner_StartEventTimerToilet"); \ static_assert(offsetof(FGQuestSpawner_StartEventTimerToilet, RemainingTime) == 0x000000, "Member 'FGQuestSpawner_StartEventTimerToilet::RemainingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestSpawner \ static_assert(alignof(AFGQuestSpawner) == 0x000008, "Wrong alignment on AFGQuestSpawner"); \ static_assert(sizeof(AFGQuestSpawner) == 0x0003F8, "Wrong size on AFGQuestSpawner"); \ static_assert(offsetof(AFGQuestSpawner, OnTrainDepotArrived) == 0x000220, "Member 'AFGQuestSpawner::OnTrainDepotArrived' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, DepotQuests) == 0x000230, "Member 'AFGQuestSpawner::DepotQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, DepotQuestsSpawnSettingsSoftDataTable) == 0x000240, "Member 'AFGQuestSpawner::DepotQuestsSpawnSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, DepotQuestsSpawnSettings) == 0x000268, "Member 'AFGQuestSpawner::DepotQuestsSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, OutpostQuests) == 0x000278, "Member 'AFGQuestSpawner::OutpostQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, PuzzleIslandQuests) == 0x000288, "Member 'AFGQuestSpawner::PuzzleIslandQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, ArenaQuests) == 0x000298, "Member 'AFGQuestSpawner::ArenaQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, ChaseQuests) == 0x0002A8, "Member 'AFGQuestSpawner::ChaseQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, QuestChaseQuests) == 0x0002B8, "Member 'AFGQuestSpawner::QuestChaseQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, WorldQuests) == 0x0002C8, "Member 'AFGQuestSpawner::WorldQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, BeginPlayQuests) == 0x0002D8, "Member 'AFGQuestSpawner::BeginPlayQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, SideWaterGathering) == 0x0002E8, "Member 'AFGQuestSpawner::SideWaterGathering' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, QuestEventRofleemoToilet) == 0x0002F0, "Member 'AFGQuestSpawner::QuestEventRofleemoToilet' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, MailBoxQuests) == 0x0002F8, "Member 'AFGQuestSpawner::MailBoxQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, CorruptedOutpostQuest) == 0x000308, "Member 'AFGQuestSpawner::CorruptedOutpostQuest' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, DerailedTrainQuest) == 0x000330, "Member 'AFGQuestSpawner::DerailedTrainQuest' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, WitchIslandQuest) == 0x000358, "Member 'AFGQuestSpawner::WitchIslandQuest' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, LighthouseQuest) == 0x000380, "Member 'AFGQuestSpawner::LighthouseQuest' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, ScientistOutpostQuest) == 0x0003A8, "Member 'AFGQuestSpawner::ScientistOutpostQuest' has a wrong offset!"); \ static_assert(offsetof(AFGQuestSpawner, MemorialIslandQuest) == 0x0003D0, "Member 'AFGQuestSpawner::MemorialIslandQuest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGJellifishAnimInstance \ static_assert(alignof(UFGJellifishAnimInstance) == 0x000010, "Wrong alignment on UFGJellifishAnimInstance"); \ static_assert(sizeof(UFGJellifishAnimInstance) == 0x0002D0, "Wrong size on UFGJellifishAnimInstance"); \ static_assert(offsetof(UFGJellifishAnimInstance, Speed) == 0x0002B8, "Member 'UFGJellifishAnimInstance::Speed' has a wrong offset!"); \ static_assert(offsetof(UFGJellifishAnimInstance, LastLocation) == 0x0002BC, "Member 'UFGJellifishAnimInstance::LastLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_OverlapSolid \ static_assert(alignof(UEnvQueryTest_OverlapSolid) == 0x000008, "Wrong alignment on UEnvQueryTest_OverlapSolid"); \ static_assert(sizeof(UEnvQueryTest_OverlapSolid) == 0x0002F0, "Wrong size on UEnvQueryTest_OverlapSolid"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, CollisionShape) == 0x0001F8, "Member 'UEnvQueryTest_OverlapSolid::CollisionShape' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, CollisionSphereSize) == 0x000200, "Member 'UEnvQueryTest_OverlapSolid::CollisionSphereSize' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, CollisionBoxSizeX) == 0x000238, "Member 'UEnvQueryTest_OverlapSolid::CollisionBoxSizeX' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, CollisionBoxSizeY) == 0x000270, "Member 'UEnvQueryTest_OverlapSolid::CollisionBoxSizeY' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, CollisionBoxSizeZ) == 0x0002A8, "Member 'UEnvQueryTest_OverlapSolid::CollisionBoxSizeZ' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, ContextActor) == 0x0002E0, "Member 'UEnvQueryTest_OverlapSolid::ContextActor' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, bWantsHit) == 0x0002E8, "Member 'UEnvQueryTest_OverlapSolid::bWantsHit' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, bDebug) == 0x0002E9, "Member 'UEnvQueryTest_OverlapSolid::bDebug' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapSolid, DebugTime) == 0x0002EC, "Member 'UEnvQueryTest_OverlapSolid::DebugTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_GetNotesManager \ static_assert(alignof(FGQuestLib_GetNotesManager) == 0x000008, "Wrong alignment on FGQuestLib_GetNotesManager"); \ static_assert(sizeof(FGQuestLib_GetNotesManager) == 0x000010, "Wrong size on FGQuestLib_GetNotesManager"); \ static_assert(offsetof(FGQuestLib_GetNotesManager, ContextObject) == 0x000000, "Member 'FGQuestLib_GetNotesManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGQuestLib_GetNotesManager, ReturnValue) == 0x000008, "Member 'FGQuestLib_GetNotesManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_GetQuestGraphManager \ static_assert(alignof(FGQuestLib_GetQuestGraphManager) == 0x000008, "Wrong alignment on FGQuestLib_GetQuestGraphManager"); \ static_assert(sizeof(FGQuestLib_GetQuestGraphManager) == 0x000010, "Wrong size on FGQuestLib_GetQuestGraphManager"); \ static_assert(offsetof(FGQuestLib_GetQuestGraphManager, ContextActor) == 0x000000, "Member 'FGQuestLib_GetQuestGraphManager::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGQuestLib_GetQuestGraphManager, ReturnValue) == 0x000008, "Member 'FGQuestLib_GetQuestGraphManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_GetQuestInventory \ static_assert(alignof(FGQuestLib_GetQuestInventory) == 0x000008, "Wrong alignment on FGQuestLib_GetQuestInventory"); \ static_assert(sizeof(FGQuestLib_GetQuestInventory) == 0x000010, "Wrong size on FGQuestLib_GetQuestInventory"); \ static_assert(offsetof(FGQuestLib_GetQuestInventory, ContextObject) == 0x000000, "Member 'FGQuestLib_GetQuestInventory::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGQuestLib_GetQuestInventory, ReturnValue) == 0x000008, "Member 'FGQuestLib_GetQuestInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_GetQuestMarkManager \ static_assert(alignof(FGQuestLib_GetQuestMarkManager) == 0x000008, "Wrong alignment on FGQuestLib_GetQuestMarkManager"); \ static_assert(sizeof(FGQuestLib_GetQuestMarkManager) == 0x000010, "Wrong size on FGQuestLib_GetQuestMarkManager"); \ static_assert(offsetof(FGQuestLib_GetQuestMarkManager, ContextObject) == 0x000000, "Member 'FGQuestLib_GetQuestMarkManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGQuestLib_GetQuestMarkManager, ReturnValue) == 0x000008, "Member 'FGQuestLib_GetQuestMarkManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_GetQuestSpawner \ static_assert(alignof(FGQuestLib_GetQuestSpawner) == 0x000008, "Wrong alignment on FGQuestLib_GetQuestSpawner"); \ static_assert(sizeof(FGQuestLib_GetQuestSpawner) == 0x000010, "Wrong size on FGQuestLib_GetQuestSpawner"); \ static_assert(offsetof(FGQuestLib_GetQuestSpawner, ContextActor) == 0x000000, "Member 'FGQuestLib_GetQuestSpawner::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGQuestLib_GetQuestSpawner, ReturnValue) == 0x000008, "Member 'FGQuestLib_GetQuestSpawner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestLib_QuestEventReachDepot \ static_assert(alignof(FGQuestLib_QuestEventReachDepot) == 0x000008, "Wrong alignment on FGQuestLib_QuestEventReachDepot"); \ static_assert(sizeof(FGQuestLib_QuestEventReachDepot) == 0x000008, "Wrong size on FGQuestLib_QuestEventReachDepot"); \ static_assert(offsetof(FGQuestLib_QuestEventReachDepot, ContextActor) == 0x000000, "Member 'FGQuestLib_QuestEventReachDepot::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestLib \ static_assert(alignof(UFGQuestLib) == 0x000008, "Wrong alignment on UFGQuestLib"); \ static_assert(sizeof(UFGQuestLib) == 0x000028, "Wrong size on UFGQuestLib"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Sight \ static_assert(alignof(UEnvQueryTest_Sight) == 0x000008, "Wrong alignment on UEnvQueryTest_Sight"); \ static_assert(sizeof(UEnvQueryTest_Sight) == 0x000200, "Wrong size on UEnvQueryTest_Sight"); \ static_assert(offsetof(UEnvQueryTest_Sight, ContextActor) == 0x0001F8, "Member 'UEnvQueryTest_Sight::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_TargetPatrol \ static_assert(alignof(UEnvQueryTest_TargetPatrol) == 0x000008, "Wrong alignment on UEnvQueryTest_TargetPatrol"); \ static_assert(sizeof(UEnvQueryTest_TargetPatrol) == 0x000210, "Wrong size on UEnvQueryTest_TargetPatrol"); \ static_assert(offsetof(UEnvQueryTest_TargetPatrol, TargetOffset) == 0x0001F8, "Member 'UEnvQueryTest_TargetPatrol::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TargetPatrol, TargetActor) == 0x000200, "Member 'UEnvQueryTest_TargetPatrol::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TargetPatrol, ContextActor) == 0x000208, "Member 'UEnvQueryTest_TargetPatrol::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_ThreatLevel \ static_assert(alignof(UEnvQueryTest_ThreatLevel) == 0x000008, "Wrong alignment on UEnvQueryTest_ThreatLevel"); \ static_assert(sizeof(UEnvQueryTest_ThreatLevel) == 0x000200, "Wrong size on UEnvQueryTest_ThreatLevel"); \ static_assert(offsetof(UEnvQueryTest_ThreatLevel, ContextActor) == 0x0001F8, "Member 'UEnvQueryTest_ThreatLevel::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSaveLib \ static_assert(alignof(UFGSaveLib) == 0x000008, "Wrong alignment on UFGSaveLib"); \ static_assert(sizeof(UFGSaveLib) == 0x000028, "Wrong size on UFGSaveLib"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_TraceFromLocation \ static_assert(alignof(UEnvQueryTest_TraceFromLocation) == 0x000008, "Wrong alignment on UEnvQueryTest_TraceFromLocation"); \ static_assert(sizeof(UEnvQueryTest_TraceFromLocation) == 0x0002F0, "Wrong size on UEnvQueryTest_TraceFromLocation"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, bIgnoreOwner) == 0x0001F8, "Member 'UEnvQueryTest_TraceFromLocation::bIgnoreOwner' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, bIgnoreTarget) == 0x0001F9, "Member 'UEnvQueryTest_TraceFromLocation::bIgnoreTarget' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, bDebug) == 0x0001FA, "Member 'UEnvQueryTest_TraceFromLocation::bDebug' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, TraceData) == 0x000200, "Member 'UEnvQueryTest_TraceFromLocation::TraceData' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, ObstacleQueryChannels) == 0x000230, "Member 'UEnvQueryTest_TraceFromLocation::ObstacleQueryChannels' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, TraceFromContext) == 0x000240, "Member 'UEnvQueryTest_TraceFromLocation::TraceFromContext' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, ItemHeightOffset) == 0x000278, "Member 'UEnvQueryTest_TraceFromLocation::ItemHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, ContextHeightOffset) == 0x0002B0, "Member 'UEnvQueryTest_TraceFromLocation::ContextHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation, Context) == 0x0002E8, "Member 'UEnvQueryTest_TraceFromLocation::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestBase_GivePlayer \ static_assert(alignof(FGQuestBase_GivePlayer) == 0x000008, "Wrong alignment on FGQuestBase_GivePlayer"); \ static_assert(sizeof(FGQuestBase_GivePlayer) == 0x000008, "Wrong size on FGQuestBase_GivePlayer"); \ static_assert(offsetof(FGQuestBase_GivePlayer, Player) == 0x000000, "Member 'FGQuestBase_GivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestBase_IsComplete \ static_assert(alignof(FGQuestBase_IsComplete) == 0x000001, "Wrong alignment on FGQuestBase_IsComplete"); \ static_assert(sizeof(FGQuestBase_IsComplete) == 0x000001, "Wrong size on FGQuestBase_IsComplete"); \ static_assert(offsetof(FGQuestBase_IsComplete, ReturnValue) == 0x000000, "Member 'FGQuestBase_IsComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestBase_OnGivePlayer \ static_assert(alignof(FGQuestBase_OnGivePlayer) == 0x000008, "Wrong alignment on FGQuestBase_OnGivePlayer"); \ static_assert(sizeof(FGQuestBase_OnGivePlayer) == 0x000008, "Wrong size on FGQuestBase_OnGivePlayer"); \ static_assert(offsetof(FGQuestBase_OnGivePlayer, Player) == 0x000000, "Member 'FGQuestBase_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestBase_OnRemoveFromPlayer \ static_assert(alignof(FGQuestBase_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on FGQuestBase_OnRemoveFromPlayer"); \ static_assert(sizeof(FGQuestBase_OnRemoveFromPlayer) == 0x000008, "Wrong size on FGQuestBase_OnRemoveFromPlayer"); \ static_assert(offsetof(FGQuestBase_OnRemoveFromPlayer, Player) == 0x000000, "Member 'FGQuestBase_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestBase_RemoveFromPlayer \ static_assert(alignof(FGQuestBase_RemoveFromPlayer) == 0x000008, "Wrong alignment on FGQuestBase_RemoveFromPlayer"); \ static_assert(sizeof(FGQuestBase_RemoveFromPlayer) == 0x000008, "Wrong size on FGQuestBase_RemoveFromPlayer"); \ static_assert(offsetof(FGQuestBase_RemoveFromPlayer, Player) == 0x000000, "Member 'FGQuestBase_RemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestBase \ static_assert(alignof(UFGQuestBase) == 0x000008, "Wrong alignment on UFGQuestBase"); \ static_assert(sizeof(UFGQuestBase) == 0x000050, "Wrong size on UFGQuestBase"); \ static_assert(offsetof(UFGQuestBase, ID) == 0x000028, "Member 'UFGQuestBase::ID' has a wrong offset!"); \ static_assert(offsetof(UFGQuestBase, Tag) == 0x00002C, "Member 'UFGQuestBase::Tag' has a wrong offset!"); \ static_assert(offsetof(UFGQuestBase, Name_0) == 0x000038, "Member 'UFGQuestBase::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTemp_GetActiveTasks \ static_assert(alignof(FGQuestTemp_GetActiveTasks) == 0x000008, "Wrong alignment on FGQuestTemp_GetActiveTasks"); \ static_assert(sizeof(FGQuestTemp_GetActiveTasks) == 0x000010, "Wrong size on FGQuestTemp_GetActiveTasks"); \ static_assert(offsetof(FGQuestTemp_GetActiveTasks, ReturnValue) == 0x000000, "Member 'FGQuestTemp_GetActiveTasks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestTemp \ static_assert(alignof(UFGQuestTemp) == 0x000008, "Wrong alignment on UFGQuestTemp"); \ static_assert(sizeof(UFGQuestTemp) == 0x0000D0, "Wrong size on UFGQuestTemp"); \ static_assert(offsetof(UFGQuestTemp, bOverrideTrackedQuest) == 0x000050, "Member 'UFGQuestTemp::bOverrideTrackedQuest' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, Description) == 0x000058, "Member 'UFGQuestTemp::Description' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, GraphTemplate) == 0x000070, "Member 'UFGQuestTemp::GraphTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, GraphInstance) == 0x000078, "Member 'UFGQuestTemp::GraphInstance' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, QuestCategory) == 0x000080, "Member 'UFGQuestTemp::QuestCategory' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, OnUpdated) == 0x000088, "Member 'UFGQuestTemp::OnUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, bHiddenInJournal) == 0x000098, "Member 'UFGQuestTemp::bHiddenInJournal' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, ShowTitleNotify) == 0x000099, "Member 'UFGQuestTemp::ShowTitleNotify' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, ActiveTasks) == 0x0000B0, "Member 'UFGQuestTemp::ActiveTasks' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTemp, QuestManager) == 0x0000C0, "Member 'UFGQuestTemp::QuestManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_TraceFromLocation2 \ static_assert(alignof(UEnvQueryTest_TraceFromLocation2) == 0x000008, "Wrong alignment on UEnvQueryTest_TraceFromLocation2"); \ static_assert(sizeof(UEnvQueryTest_TraceFromLocation2) == 0x000280, "Wrong size on UEnvQueryTest_TraceFromLocation2"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, bIgnoreOwner) == 0x0001F8, "Member 'UEnvQueryTest_TraceFromLocation2::bIgnoreOwner' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, bIgnoreTarget) == 0x0001F9, "Member 'UEnvQueryTest_TraceFromLocation2::bIgnoreTarget' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, bIgnoreTrain) == 0x0001FA, "Member 'UEnvQueryTest_TraceFromLocation2::bIgnoreTrain' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, bDebug) == 0x0001FB, "Member 'UEnvQueryTest_TraceFromLocation2::bDebug' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, TraceSphereRadius) == 0x0001FC, "Member 'UEnvQueryTest_TraceFromLocation2::TraceSphereRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, TraceChannel) == 0x000200, "Member 'UEnvQueryTest_TraceFromLocation2::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, ItemHeightOffset) == 0x000208, "Member 'UEnvQueryTest_TraceFromLocation2::ItemHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, ContextHeightOffset) == 0x000240, "Member 'UEnvQueryTest_TraceFromLocation2::ContextHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_TraceFromLocation2, Context) == 0x000278, "Member 'UEnvQueryTest_TraceFromLocation2::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFG_EnvQueryGen_NaziTrainPositions \ static_assert(alignof(UFG_EnvQueryGen_NaziTrainPositions) == 0x000008, "Wrong alignment on UFG_EnvQueryGen_NaziTrainPositions"); \ static_assert(sizeof(UFG_EnvQueryGen_NaziTrainPositions) == 0x000058, "Wrong size on UFG_EnvQueryGen_NaziTrainPositions"); \ static_assert(offsetof(UFG_EnvQueryGen_NaziTrainPositions, QueryContext) == 0x000050, "Member 'UFG_EnvQueryGen_NaziTrainPositions::QueryContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_GetAchievementsSettings \ static_assert(alignof(FGAchievementsSubsystem_GetAchievementsSettings) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_GetAchievementsSettings"); \ static_assert(sizeof(FGAchievementsSubsystem_GetAchievementsSettings) == 0x000010, "Wrong size on FGAchievementsSubsystem_GetAchievementsSettings"); \ static_assert(offsetof(FGAchievementsSubsystem_GetAchievementsSettings, ReturnValue) == 0x000000, "Member 'FGAchievementsSubsystem_GetAchievementsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_IncrementCounter \ static_assert(alignof(FGAchievementsSubsystem_IncrementCounter) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_IncrementCounter"); \ static_assert(sizeof(FGAchievementsSubsystem_IncrementCounter) == 0x000018, "Wrong size on FGAchievementsSubsystem_IncrementCounter"); \ static_assert(offsetof(FGAchievementsSubsystem_IncrementCounter, AchievementType) == 0x000000, "Member 'FGAchievementsSubsystem_IncrementCounter::AchievementType' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_IncrementCounter, PlayerState) == 0x000008, "Member 'FGAchievementsSubsystem_IncrementCounter::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_IncrementCounter, CounterValue) == 0x000010, "Member 'FGAchievementsSubsystem_IncrementCounter::CounterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_IncrementCounters \ static_assert(alignof(FGAchievementsSubsystem_IncrementCounters) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_IncrementCounters"); \ static_assert(sizeof(FGAchievementsSubsystem_IncrementCounters) == 0x000018, "Wrong size on FGAchievementsSubsystem_IncrementCounters"); \ static_assert(offsetof(FGAchievementsSubsystem_IncrementCounters, AchievementCountersData) == 0x000000, "Member 'FGAchievementsSubsystem_IncrementCounters::AchievementCountersData' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_IncrementCounters, PlayerState) == 0x000010, "Member 'FGAchievementsSubsystem_IncrementCounters::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_PublishAchievementCounterChanges \ static_assert(alignof(FGAchievementsSubsystem_PublishAchievementCounterChanges) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_PublishAchievementCounterChanges"); \ static_assert(sizeof(FGAchievementsSubsystem_PublishAchievementCounterChanges) == 0x000010, "Wrong size on FGAchievementsSubsystem_PublishAchievementCounterChanges"); \ static_assert(offsetof(FGAchievementsSubsystem_PublishAchievementCounterChanges, AchievementCounterItems) == 0x000000, "Member 'FGAchievementsSubsystem_PublishAchievementCounterChanges::AchievementCounterItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_ResetCounter \ static_assert(alignof(FGAchievementsSubsystem_ResetCounter) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_ResetCounter"); \ static_assert(sizeof(FGAchievementsSubsystem_ResetCounter) == 0x000018, "Wrong size on FGAchievementsSubsystem_ResetCounter"); \ static_assert(offsetof(FGAchievementsSubsystem_ResetCounter, AchievementType) == 0x000000, "Member 'FGAchievementsSubsystem_ResetCounter::AchievementType' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_ResetCounter, PlayerState) == 0x000008, "Member 'FGAchievementsSubsystem_ResetCounter::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_ResetCounter, bResetOnlyUncomplete) == 0x000010, "Member 'FGAchievementsSubsystem_ResetCounter::bResetOnlyUncomplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_SetCounter \ static_assert(alignof(FGAchievementsSubsystem_SetCounter) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_SetCounter"); \ static_assert(sizeof(FGAchievementsSubsystem_SetCounter) == 0x000018, "Wrong size on FGAchievementsSubsystem_SetCounter"); \ static_assert(offsetof(FGAchievementsSubsystem_SetCounter, AchievementType) == 0x000000, "Member 'FGAchievementsSubsystem_SetCounter::AchievementType' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_SetCounter, PlayerState) == 0x000008, "Member 'FGAchievementsSubsystem_SetCounter::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_SetCounter, CounterValue) == 0x000010, "Member 'FGAchievementsSubsystem_SetCounter::CounterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAchievementsSubsystem_SetCounters \ static_assert(alignof(FGAchievementsSubsystem_SetCounters) == 0x000008, "Wrong alignment on FGAchievementsSubsystem_SetCounters"); \ static_assert(sizeof(FGAchievementsSubsystem_SetCounters) == 0x000018, "Wrong size on FGAchievementsSubsystem_SetCounters"); \ static_assert(offsetof(FGAchievementsSubsystem_SetCounters, AchievementCountersData) == 0x000000, "Member 'FGAchievementsSubsystem_SetCounters::AchievementCountersData' has a wrong offset!"); \ static_assert(offsetof(FGAchievementsSubsystem_SetCounters, PlayerState) == 0x000010, "Member 'FGAchievementsSubsystem_SetCounters::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAchievementsSubsystem \ static_assert(alignof(UFGAchievementsSubsystem) == 0x000008, "Wrong alignment on UFGAchievementsSubsystem"); \ static_assert(sizeof(UFGAchievementsSubsystem) == 0x000048, "Wrong size on UFGAchievementsSubsystem"); \ static_assert(offsetof(UFGAchievementsSubsystem, bInitialized) == 0x000030, "Member 'UFGAchievementsSubsystem::bInitialized' has a wrong offset!"); \ static_assert(offsetof(UFGAchievementsSubsystem, AchievementsSettings) == 0x000038, "Member 'UFGAchievementsSubsystem::AchievementsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGLevelStreamingDynamic \ static_assert(alignof(UFGLevelStreamingDynamic) == 0x000010, "Wrong alignment on UFGLevelStreamingDynamic"); \ static_assert(sizeof(UFGLevelStreamingDynamic) == 0x000160, "Wrong size on UFGLevelStreamingDynamic"); \ static_assert(offsetof(UFGLevelStreamingDynamic, LevelStreamingVolume) == 0x000150, "Member 'UFGLevelStreamingDynamic::LevelStreamingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGActorPoolManager_GetActorFromPool \ static_assert(alignof(FGActorPoolManager_GetActorFromPool) == 0x000008, "Wrong alignment on FGActorPoolManager_GetActorFromPool"); \ static_assert(sizeof(FGActorPoolManager_GetActorFromPool) == 0x000010, "Wrong size on FGActorPoolManager_GetActorFromPool"); \ static_assert(offsetof(FGActorPoolManager_GetActorFromPool, ActorClass) == 0x000000, "Member 'FGActorPoolManager_GetActorFromPool::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FGActorPoolManager_GetActorFromPool, ReturnValue) == 0x000008, "Member 'FGActorPoolManager_GetActorFromPool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGActorPoolManager \ static_assert(alignof(AFGActorPoolManager) == 0x000008, "Wrong alignment on AFGActorPoolManager"); \ static_assert(sizeof(AFGActorPoolManager) == 0x000298, "Wrong size on AFGActorPoolManager"); \ static_assert(offsetof(AFGActorPoolManager, PoolSettings) == 0x000220, "Member 'AFGActorPoolManager::PoolSettings' has a wrong offset!"); \ static_assert(offsetof(AFGActorPoolManager, bDisabled) == 0x000230, "Member 'AFGActorPoolManager::bDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGActorPoolManager, PoolContainers) == 0x000238, "Member 'AFGActorPoolManager::PoolContainers' has a wrong offset!"); \ static_assert(offsetof(AFGActorPoolManager, SpawnedActors) == 0x000288, "Member 'AFGActorPoolManager::SpawnedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkPathPoint_TriggerPoint \ static_assert(alignof(FGQuestMarkPathPoint_TriggerPoint) == 0x000008, "Wrong alignment on FGQuestMarkPathPoint_TriggerPoint"); \ static_assert(sizeof(FGQuestMarkPathPoint_TriggerPoint) == 0x000008, "Wrong size on FGQuestMarkPathPoint_TriggerPoint"); \ static_assert(offsetof(FGQuestMarkPathPoint_TriggerPoint, PlayerCharacter) == 0x000000, "Member 'FGQuestMarkPathPoint_TriggerPoint::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestMarkPathPoint \ static_assert(alignof(AFGQuestMarkPathPoint) == 0x000008, "Wrong alignment on AFGQuestMarkPathPoint"); \ static_assert(sizeof(AFGQuestMarkPathPoint) == 0x000278, "Wrong size on AFGQuestMarkPathPoint"); \ static_assert(offsetof(AFGQuestMarkPathPoint, OwningController) == 0x000260, "Member 'AFGQuestMarkPathPoint::OwningController' has a wrong offset!"); \ static_assert(offsetof(AFGQuestMarkPathPoint, QuestMark) == 0x000268, "Member 'AFGQuestMarkPathPoint::QuestMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingVolume_OnBeginOverlap \ static_assert(alignof(FGStreamingVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on FGStreamingVolume_OnBeginOverlap"); \ static_assert(sizeof(FGStreamingVolume_OnBeginOverlap) == 0x000010, "Wrong size on FGStreamingVolume_OnBeginOverlap"); \ static_assert(offsetof(FGStreamingVolume_OnBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGStreamingVolume_OnBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGStreamingVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGStreamingVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingVolume_OnEndOverlap \ static_assert(alignof(FGStreamingVolume_OnEndOverlap) == 0x000008, "Wrong alignment on FGStreamingVolume_OnEndOverlap"); \ static_assert(sizeof(FGStreamingVolume_OnEndOverlap) == 0x000010, "Wrong size on FGStreamingVolume_OnEndOverlap"); \ static_assert(offsetof(FGStreamingVolume_OnEndOverlap, OverlappedActor) == 0x000000, "Member 'FGStreamingVolume_OnEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGStreamingVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'FGStreamingVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingVolume_SetAlwaysLoaded \ static_assert(alignof(FGStreamingVolume_SetAlwaysLoaded) == 0x000001, "Wrong alignment on FGStreamingVolume_SetAlwaysLoaded"); \ static_assert(sizeof(FGStreamingVolume_SetAlwaysLoaded) == 0x000001, "Wrong size on FGStreamingVolume_SetAlwaysLoaded"); \ static_assert(offsetof(FGStreamingVolume_SetAlwaysLoaded, bNewAlwaysLoaded) == 0x000000, "Member 'FGStreamingVolume_SetAlwaysLoaded::bNewAlwaysLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingVolume_SetAlwaysUnLoaded \ static_assert(alignof(FGStreamingVolume_SetAlwaysUnLoaded) == 0x000001, "Wrong alignment on FGStreamingVolume_SetAlwaysUnLoaded"); \ static_assert(sizeof(FGStreamingVolume_SetAlwaysUnLoaded) == 0x000001, "Wrong size on FGStreamingVolume_SetAlwaysUnLoaded"); \ static_assert(offsetof(FGStreamingVolume_SetAlwaysUnLoaded, bNewAlwaysUnLoaded) == 0x000000, "Member 'FGStreamingVolume_SetAlwaysUnLoaded::bNewAlwaysUnLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingVolume_ShouldBeLoaded \ static_assert(alignof(FGStreamingVolume_ShouldBeLoaded) == 0x000001, "Wrong alignment on FGStreamingVolume_ShouldBeLoaded"); \ static_assert(sizeof(FGStreamingVolume_ShouldBeLoaded) == 0x000001, "Wrong size on FGStreamingVolume_ShouldBeLoaded"); \ static_assert(offsetof(FGStreamingVolume_ShouldBeLoaded, ReturnValue) == 0x000000, "Member 'FGStreamingVolume_ShouldBeLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGStreamingVolume \ static_assert(alignof(AFGStreamingVolume) == 0x000008, "Wrong alignment on AFGStreamingVolume"); \ static_assert(sizeof(AFGStreamingVolume) == 0x000250, "Wrong size on AFGStreamingVolume"); \ static_assert(offsetof(AFGStreamingVolume, StreamingVolumeHash) == 0x000220, "Member 'AFGStreamingVolume::StreamingVolumeHash' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, SceneRoot) == 0x000230, "Member 'AFGStreamingVolume::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, OverlapBox) == 0x000238, "Member 'AFGStreamingVolume::OverlapBox' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, bServerStreamingObjectLoaded) == 0x000240, "Member 'AFGStreamingVolume::bServerStreamingObjectLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, StreamingVolumeID) == 0x000244, "Member 'AFGStreamingVolume::StreamingVolumeID' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, bAlwaysLoaded) == 0x000248, "Member 'AFGStreamingVolume::bAlwaysLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, bAlwaysUnLoaded) == 0x000249, "Member 'AFGStreamingVolume::bAlwaysUnLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, bDebug) == 0x00024A, "Member 'AFGStreamingVolume::bDebug' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingVolume, bIgnoreTrain) == 0x00024B, "Member 'AFGStreamingVolume::bIgnoreTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGActorStreamingVolume \ static_assert(alignof(AFGActorStreamingVolume) == 0x000008, "Wrong alignment on AFGActorStreamingVolume"); \ static_assert(sizeof(AFGActorStreamingVolume) == 0x000260, "Wrong size on AFGActorStreamingVolume"); \ static_assert(offsetof(AFGActorStreamingVolume, StreamingActorClass) == 0x000250, "Member 'AFGActorStreamingVolume::StreamingActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGActorStreamingVolume, StreamingActor) == 0x000258, "Member 'AFGActorStreamingVolume::StreamingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGIconCaptureManager_EnqueueCapturePlaceholder \ static_assert(alignof(FGIconCaptureManager_EnqueueCapturePlaceholder) == 0x000008, "Wrong alignment on FGIconCaptureManager_EnqueueCapturePlaceholder"); \ static_assert(sizeof(FGIconCaptureManager_EnqueueCapturePlaceholder) == 0x000008, "Wrong size on FGIconCaptureManager_EnqueueCapturePlaceholder"); \ static_assert(offsetof(FGIconCaptureManager_EnqueueCapturePlaceholder, Placeholder) == 0x000000, "Member 'FGIconCaptureManager_EnqueueCapturePlaceholder::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGIconCaptureManager_OnCapturePlaceholder \ static_assert(alignof(FGIconCaptureManager_OnCapturePlaceholder) == 0x000008, "Wrong alignment on FGIconCaptureManager_OnCapturePlaceholder"); \ static_assert(sizeof(FGIconCaptureManager_OnCapturePlaceholder) == 0x000008, "Wrong size on FGIconCaptureManager_OnCapturePlaceholder"); \ static_assert(offsetof(FGIconCaptureManager_OnCapturePlaceholder, Placeholder) == 0x000000, "Member 'FGIconCaptureManager_OnCapturePlaceholder::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGIconCaptureManager \ static_assert(alignof(AFGIconCaptureManager) == 0x000008, "Wrong alignment on AFGIconCaptureManager"); \ static_assert(sizeof(AFGIconCaptureManager) == 0x000240, "Wrong size on AFGIconCaptureManager"); \ static_assert(offsetof(AFGIconCaptureManager, CaptureComponent) == 0x000220, "Member 'AFGIconCaptureManager::CaptureComponent' has a wrong offset!"); \ static_assert(offsetof(AFGIconCaptureManager, CaptureQueue) == 0x000228, "Member 'AFGIconCaptureManager::CaptureQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMergeSkeletalMeshComponent \ static_assert(alignof(UFGMergeSkeletalMeshComponent) == 0x000010, "Wrong alignment on UFGMergeSkeletalMeshComponent"); \ static_assert(sizeof(UFGMergeSkeletalMeshComponent) == 0x000EF0, "Wrong size on UFGMergeSkeletalMeshComponent"); \ static_assert(offsetof(UFGMergeSkeletalMeshComponent, bDisableAutoMerge) == 0x000EC8, "Member 'UFGMergeSkeletalMeshComponent::bDisableAutoMerge' has a wrong offset!"); \ static_assert(offsetof(UFGMergeSkeletalMeshComponent, CachedSkeletalMesh) == 0x000ED0, "Member 'UFGMergeSkeletalMeshComponent::CachedSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UFGMergeSkeletalMeshComponent, CachedMaterials) == 0x000ED8, "Member 'UFGMergeSkeletalMeshComponent::CachedMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_PlayDialog \ static_assert(alignof(UFGQuestGraphNode_PlayDialog) == 0x000008, "Wrong alignment on UFGQuestGraphNode_PlayDialog"); \ static_assert(sizeof(UFGQuestGraphNode_PlayDialog) == 0x0000B8, "Wrong size on UFGQuestGraphNode_PlayDialog"); \ static_assert(offsetof(UFGQuestGraphNode_PlayDialog, DialogueID) == 0x000090, "Member 'UFGQuestGraphNode_PlayDialog::DialogueID' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayDialog, DialogueWave) == 0x000098, "Member 'UFGQuestGraphNode_PlayDialog::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayDialog, Overlays) == 0x0000A8, "Member 'UFGQuestGraphNode_PlayDialog::Overlays' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayDialog, bSkipDialog) == 0x0000B0, "Member 'UFGQuestGraphNode_PlayDialog::bSkipDialog' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayDialog, bWaitFinishAction) == 0x0000B1, "Member 'UFGQuestGraphNode_PlayDialog::bWaitFinishAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIArmorComponent_ThrowOff \ static_assert(alignof(FGAIArmorComponent_ThrowOff) == 0x000008, "Wrong alignment on FGAIArmorComponent_ThrowOff"); \ static_assert(sizeof(FGAIArmorComponent_ThrowOff) == 0x000018, "Wrong size on FGAIArmorComponent_ThrowOff"); \ static_assert(offsetof(FGAIArmorComponent_ThrowOff, ThrowImpulse) == 0x000000, "Member 'FGAIArmorComponent_ThrowOff::ThrowImpulse' has a wrong offset!"); \ static_assert(offsetof(FGAIArmorComponent_ThrowOff, ArmorDestructor) == 0x000010, "Member 'FGAIArmorComponent_ThrowOff::ArmorDestructor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIArmorComponent_GetDurability \ static_assert(alignof(FGAIArmorComponent_GetDurability) == 0x000004, "Wrong alignment on FGAIArmorComponent_GetDurability"); \ static_assert(sizeof(FGAIArmorComponent_GetDurability) == 0x000004, "Wrong size on FGAIArmorComponent_GetDurability"); \ static_assert(offsetof(FGAIArmorComponent_GetDurability, ReturnValue) == 0x000000, "Member 'FGAIArmorComponent_GetDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAIArmorComponent \ static_assert(alignof(UFGAIArmorComponent) == 0x000010, "Wrong alignment on UFGAIArmorComponent"); \ static_assert(sizeof(UFGAIArmorComponent) == 0x000F70, "Wrong size on UFGAIArmorComponent"); \ static_assert(offsetof(UFGAIArmorComponent, BaseDurability) == 0x000EE8, "Member 'UFGAIArmorComponent::BaseDurability' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, bInfiniteArmor) == 0x000EEC, "Member 'UFGAIArmorComponent::bInfiniteArmor' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, CollisionAttachBoneName) == 0x000EF0, "Member 'UFGAIArmorComponent::CollisionAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, ArmorDetachBehavior) == 0x000EF8, "Member 'UFGAIArmorComponent::ArmorDetachBehavior' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, DetachPower) == 0x000EFC, "Member 'UFGAIArmorComponent::DetachPower' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, ArmorDestroy) == 0x000F00, "Member 'UFGAIArmorComponent::ArmorDestroy' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, CollisionMeshComponent) == 0x000F08, "Member 'UFGAIArmorComponent::CollisionMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, bIsHelmet) == 0x000F10, "Member 'UFGAIArmorComponent::bIsHelmet' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, bDisableCustomCollisionComponent) == 0x000F11, "Member 'UFGAIArmorComponent::bDisableCustomCollisionComponent' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, bManualMasterPose) == 0x000F12, "Member 'UFGAIArmorComponent::bManualMasterPose' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, bCoopScale) == 0x000F13, "Member 'UFGAIArmorComponent::bCoopScale' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, CoopScaleValue) == 0x000F14, "Member 'UFGAIArmorComponent::CoopScaleValue' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, BodyNamesConfig) == 0x000F18, "Member 'UFGAIArmorComponent::BodyNamesConfig' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, OnThrownOff) == 0x000F28, "Member 'UFGAIArmorComponent::OnThrownOff' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, ArmorPhysMatOverride) == 0x000F38, "Member 'UFGAIArmorComponent::ArmorPhysMatOverride' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, InfiniteArmorPhysMatOverride) == 0x000F40, "Member 'UFGAIArmorComponent::InfiniteArmorPhysMatOverride' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, BodyNames) == 0x000F50, "Member 'UFGAIArmorComponent::BodyNames' has a wrong offset!"); \ static_assert(offsetof(UFGAIArmorComponent, CachedSkeletalMeshAsset) == 0x000F68, "Member 'UFGAIArmorComponent::CachedSkeletalMeshAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAIAttachComponent \ static_assert(alignof(UFGAIAttachComponent) == 0x000010, "Wrong alignment on UFGAIAttachComponent"); \ static_assert(sizeof(UFGAIAttachComponent) == 0x000200, "Wrong size on UFGAIAttachComponent"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_AddPlaceholderFromClass \ static_assert(alignof(FGInventoryBaseComponent_AddPlaceholderFromClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_AddPlaceholderFromClass"); \ static_assert(sizeof(FGInventoryBaseComponent_AddPlaceholderFromClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_AddPlaceholderFromClass"); \ static_assert(offsetof(FGInventoryBaseComponent_AddPlaceholderFromClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_AddPlaceholderFromClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_AddPlaceholderFromClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_AddPlaceholderFromClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_AddPlaceholderFromOther \ static_assert(alignof(FGInventoryBaseComponent_AddPlaceholderFromOther) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_AddPlaceholderFromOther"); \ static_assert(sizeof(FGInventoryBaseComponent_AddPlaceholderFromOther) == 0x000008, "Wrong size on FGInventoryBaseComponent_AddPlaceholderFromOther"); \ static_assert(offsetof(FGInventoryBaseComponent_AddPlaceholderFromOther, InPlaceholder) == 0x000000, "Member 'FGInventoryBaseComponent_AddPlaceholderFromOther::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CalculateWorldRateWeight \ static_assert(alignof(FGInventoryBaseComponent_CalculateWorldRateWeight) == 0x000004, "Wrong alignment on FGInventoryBaseComponent_CalculateWorldRateWeight"); \ static_assert(sizeof(FGInventoryBaseComponent_CalculateWorldRateWeight) == 0x000008, "Wrong size on FGInventoryBaseComponent_CalculateWorldRateWeight"); \ static_assert(offsetof(FGInventoryBaseComponent_CalculateWorldRateWeight, Additive) == 0x000000, "Member 'FGInventoryBaseComponent_CalculateWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CalculateWorldRateWeight, Scale) == 0x000004, "Member 'FGInventoryBaseComponent_CalculateWorldRateWeight::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanAdd \ static_assert(alignof(FGInventoryBaseComponent_CanAdd) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanAdd"); \ static_assert(sizeof(FGInventoryBaseComponent_CanAdd) == 0x000010, "Wrong size on FGInventoryBaseComponent_CanAdd"); \ static_assert(offsetof(FGInventoryBaseComponent_CanAdd, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_CanAdd::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanAdd, Amount) == 0x000008, "Member 'FGInventoryBaseComponent_CanAdd::Amount' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanAdd, ReturnValue) == 0x00000C, "Member 'FGInventoryBaseComponent_CanAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanAddFromPlaceholder \ static_assert(alignof(FGInventoryBaseComponent_CanAddFromPlaceholder) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanAddFromPlaceholder"); \ static_assert(sizeof(FGInventoryBaseComponent_CanAddFromPlaceholder) == 0x000010, "Wrong size on FGInventoryBaseComponent_CanAddFromPlaceholder"); \ static_assert(offsetof(FGInventoryBaseComponent_CanAddFromPlaceholder, InPlaceholder) == 0x000000, "Member 'FGInventoryBaseComponent_CanAddFromPlaceholder::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanAddFromPlaceholder, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_CanAddFromPlaceholder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanLootItem \ static_assert(alignof(FGInventoryBaseComponent_CanLootItem) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanLootItem"); \ static_assert(sizeof(FGInventoryBaseComponent_CanLootItem) == 0x000010, "Wrong size on FGInventoryBaseComponent_CanLootItem"); \ static_assert(offsetof(FGInventoryBaseComponent_CanLootItem, Item) == 0x000000, "Member 'FGInventoryBaseComponent_CanLootItem::Item' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanLootItem, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_CanLootItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanLootItemWithReason \ static_assert(alignof(FGInventoryBaseComponent_CanLootItemWithReason) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanLootItemWithReason"); \ static_assert(sizeof(FGInventoryBaseComponent_CanLootItemWithReason) == 0x000010, "Wrong size on FGInventoryBaseComponent_CanLootItemWithReason"); \ static_assert(offsetof(FGInventoryBaseComponent_CanLootItemWithReason, Item) == 0x000000, "Member 'FGInventoryBaseComponent_CanLootItemWithReason::Item' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanLootItemWithReason, reason) == 0x000008, "Member 'FGInventoryBaseComponent_CanLootItemWithReason::reason' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanLootItemWithReason, ReturnValue) == 0x000009, "Member 'FGInventoryBaseComponent_CanLootItemWithReason::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanReplace \ static_assert(alignof(FGInventoryBaseComponent_CanReplace) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanReplace"); \ static_assert(sizeof(FGInventoryBaseComponent_CanReplace) == 0x000018, "Wrong size on FGInventoryBaseComponent_CanReplace"); \ static_assert(offsetof(FGInventoryBaseComponent_CanReplace, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_CanReplace::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanReplace, TargetPlaceholder) == 0x000008, "Member 'FGInventoryBaseComponent_CanReplace::TargetPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanReplace, ReturnValue) == 0x000010, "Member 'FGInventoryBaseComponent_CanReplace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_CanRotate \ static_assert(alignof(FGInventoryBaseComponent_CanRotate) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_CanRotate"); \ static_assert(sizeof(FGInventoryBaseComponent_CanRotate) == 0x000010, "Wrong size on FGInventoryBaseComponent_CanRotate"); \ static_assert(offsetof(FGInventoryBaseComponent_CanRotate, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_CanRotate::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_CanRotate, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_CanRotate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Click \ static_assert(alignof(FGInventoryBaseComponent_Click) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Click"); \ static_assert(sizeof(FGInventoryBaseComponent_Click) == 0x000010, "Wrong size on FGInventoryBaseComponent_Click"); \ static_assert(offsetof(FGInventoryBaseComponent_Click, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Click::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Click, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_Click::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Consume \ static_assert(alignof(FGInventoryBaseComponent_Consume) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Consume"); \ static_assert(sizeof(FGInventoryBaseComponent_Consume) == 0x000008, "Wrong size on FGInventoryBaseComponent_Consume"); \ static_assert(offsetof(FGInventoryBaseComponent_Consume, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Consume::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Drop \ static_assert(alignof(FGInventoryBaseComponent_Drop) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Drop"); \ static_assert(sizeof(FGInventoryBaseComponent_Drop) == 0x000010, "Wrong size on FGInventoryBaseComponent_Drop"); \ static_assert(offsetof(FGInventoryBaseComponent_Drop, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Drop::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Drop, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_Drop::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_GetAllPlaceholders \ static_assert(alignof(FGInventoryBaseComponent_GetAllPlaceholders) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_GetAllPlaceholders"); \ static_assert(sizeof(FGInventoryBaseComponent_GetAllPlaceholders) == 0x000010, "Wrong size on FGInventoryBaseComponent_GetAllPlaceholders"); \ static_assert(offsetof(FGInventoryBaseComponent_GetAllPlaceholders, ReturnValue) == 0x000000, "Member 'FGInventoryBaseComponent_GetAllPlaceholders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_GetAllPlaceholdersCopy \ static_assert(alignof(FGInventoryBaseComponent_GetAllPlaceholdersCopy) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_GetAllPlaceholdersCopy"); \ static_assert(sizeof(FGInventoryBaseComponent_GetAllPlaceholdersCopy) == 0x000010, "Wrong size on FGInventoryBaseComponent_GetAllPlaceholdersCopy"); \ static_assert(offsetof(FGInventoryBaseComponent_GetAllPlaceholdersCopy, ReturnValue) == 0x000000, "Member 'FGInventoryBaseComponent_GetAllPlaceholdersCopy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_GetItemCountOfClass \ static_assert(alignof(FGInventoryBaseComponent_GetItemCountOfClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_GetItemCountOfClass"); \ static_assert(sizeof(FGInventoryBaseComponent_GetItemCountOfClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_GetItemCountOfClass"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemCountOfClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_GetItemCountOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemCountOfClass, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_GetItemCountOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_GetItemCountOfParentClass \ static_assert(alignof(FGInventoryBaseComponent_GetItemCountOfParentClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_GetItemCountOfParentClass"); \ static_assert(sizeof(FGInventoryBaseComponent_GetItemCountOfParentClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_GetItemCountOfParentClass"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemCountOfParentClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_GetItemCountOfParentClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemCountOfParentClass, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_GetItemCountOfParentClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_GetItemsOfParentClass \ static_assert(alignof(FGInventoryBaseComponent_GetItemsOfParentClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_GetItemsOfParentClass"); \ static_assert(sizeof(FGInventoryBaseComponent_GetItemsOfParentClass) == 0x000058, "Wrong size on FGInventoryBaseComponent_GetItemsOfParentClass"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemsOfParentClass, Items) == 0x000000, "Member 'FGInventoryBaseComponent_GetItemsOfParentClass::Items' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_GetItemsOfParentClass, ItemType) == 0x000050, "Member 'FGInventoryBaseComponent_GetItemsOfParentClass::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Grab \ static_assert(alignof(FGInventoryBaseComponent_Grab) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Grab"); \ static_assert(sizeof(FGInventoryBaseComponent_Grab) == 0x000020, "Wrong size on FGInventoryBaseComponent_Grab"); \ static_assert(offsetof(FGInventoryBaseComponent_Grab, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_Grab::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Grab, ItemCount) == 0x000008, "Member 'FGInventoryBaseComponent_Grab::ItemCount' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Grab, ContextActor) == 0x000010, "Member 'FGInventoryBaseComponent_Grab::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Grab, AffectedByRofleemo) == 0x000018, "Member 'FGInventoryBaseComponent_Grab::AffectedByRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_LootItem \ static_assert(alignof(FGInventoryBaseComponent_LootItem) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_LootItem"); \ static_assert(sizeof(FGInventoryBaseComponent_LootItem) == 0x000008, "Wrong size on FGInventoryBaseComponent_LootItem"); \ static_assert(offsetof(FGInventoryBaseComponent_LootItem, Item) == 0x000000, "Member 'FGInventoryBaseComponent_LootItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_MakePlaceholderFromClass \ static_assert(alignof(FGInventoryBaseComponent_MakePlaceholderFromClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_MakePlaceholderFromClass"); \ static_assert(sizeof(FGInventoryBaseComponent_MakePlaceholderFromClass) == 0x000018, "Wrong size on FGInventoryBaseComponent_MakePlaceholderFromClass"); \ static_assert(offsetof(FGInventoryBaseComponent_MakePlaceholderFromClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_MakePlaceholderFromClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_MakePlaceholderFromClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_MakePlaceholderFromClass::Count' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_MakePlaceholderFromClass, ReturnValue) == 0x000010, "Member 'FGInventoryBaseComponent_MakePlaceholderFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_MakePlaceholderFromOther \ static_assert(alignof(FGInventoryBaseComponent_MakePlaceholderFromOther) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_MakePlaceholderFromOther"); \ static_assert(sizeof(FGInventoryBaseComponent_MakePlaceholderFromOther) == 0x000010, "Wrong size on FGInventoryBaseComponent_MakePlaceholderFromOther"); \ static_assert(offsetof(FGInventoryBaseComponent_MakePlaceholderFromOther, Other) == 0x000000, "Member 'FGInventoryBaseComponent_MakePlaceholderFromOther::Other' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_MakePlaceholderFromOther, ReturnValue) == 0x000008, "Member 'FGInventoryBaseComponent_MakePlaceholderFromOther::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_OnPlaceholderAdded \ static_assert(alignof(FGInventoryBaseComponent_OnPlaceholderAdded) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_OnPlaceholderAdded"); \ static_assert(sizeof(FGInventoryBaseComponent_OnPlaceholderAdded) == 0x000030, "Wrong size on FGInventoryBaseComponent_OnPlaceholderAdded"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderAdded, Name_0) == 0x000000, "Member 'FGInventoryBaseComponent_OnPlaceholderAdded::Name_0' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderAdded, Count) == 0x000018, "Member 'FGInventoryBaseComponent_OnPlaceholderAdded::Count' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderAdded, Icon) == 0x000020, "Member 'FGInventoryBaseComponent_OnPlaceholderAdded::Icon' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderAdded, Placeholder) == 0x000028, "Member 'FGInventoryBaseComponent_OnPlaceholderAdded::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_OnPlaceholderChanged \ static_assert(alignof(FGInventoryBaseComponent_OnPlaceholderChanged) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_OnPlaceholderChanged"); \ static_assert(sizeof(FGInventoryBaseComponent_OnPlaceholderChanged) == 0x000008, "Wrong size on FGInventoryBaseComponent_OnPlaceholderChanged"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderChanged, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_OnPlaceholderChanged::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_OnPlaceholderConsumed \ static_assert(alignof(FGInventoryBaseComponent_OnPlaceholderConsumed) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_OnPlaceholderConsumed"); \ static_assert(sizeof(FGInventoryBaseComponent_OnPlaceholderConsumed) == 0x000010, "Wrong size on FGInventoryBaseComponent_OnPlaceholderConsumed"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderConsumed, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_OnPlaceholderConsumed::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_OnPlaceholderConsumed, Count) == 0x000008, "Member 'FGInventoryBaseComponent_OnPlaceholderConsumed::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Remove \ static_assert(alignof(FGInventoryBaseComponent_Remove) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Remove"); \ static_assert(sizeof(FGInventoryBaseComponent_Remove) == 0x000008, "Wrong size on FGInventoryBaseComponent_Remove"); \ static_assert(offsetof(FGInventoryBaseComponent_Remove, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Remove::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_RemovePlaceholderOfClass \ static_assert(alignof(FGInventoryBaseComponent_RemovePlaceholderOfClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_RemovePlaceholderOfClass"); \ static_assert(sizeof(FGInventoryBaseComponent_RemovePlaceholderOfClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_RemovePlaceholderOfClass"); \ static_assert(offsetof(FGInventoryBaseComponent_RemovePlaceholderOfClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_RemovePlaceholderOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_RemovePlaceholderOfClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_RemovePlaceholderOfClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_RemovePlaceholderOfParentClass \ static_assert(alignof(FGInventoryBaseComponent_RemovePlaceholderOfParentClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_RemovePlaceholderOfParentClass"); \ static_assert(sizeof(FGInventoryBaseComponent_RemovePlaceholderOfParentClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_RemovePlaceholderOfParentClass"); \ static_assert(offsetof(FGInventoryBaseComponent_RemovePlaceholderOfParentClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_RemovePlaceholderOfParentClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_RemovePlaceholderOfParentClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_RemovePlaceholderOfParentClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Replace \ static_assert(alignof(FGInventoryBaseComponent_Replace) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Replace"); \ static_assert(sizeof(FGInventoryBaseComponent_Replace) == 0x000010, "Wrong size on FGInventoryBaseComponent_Replace"); \ static_assert(offsetof(FGInventoryBaseComponent_Replace, TargetPlaceholder) == 0x000000, "Member 'FGInventoryBaseComponent_Replace::TargetPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Replace, SourcePlaceholder) == 0x000008, "Member 'FGInventoryBaseComponent_Replace::SourcePlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Rotate \ static_assert(alignof(FGInventoryBaseComponent_Rotate) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Rotate"); \ static_assert(sizeof(FGInventoryBaseComponent_Rotate) == 0x000008, "Wrong size on FGInventoryBaseComponent_Rotate"); \ static_assert(offsetof(FGInventoryBaseComponent_Rotate, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Rotate::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerAddPlaceholderFromClass \ static_assert(alignof(FGInventoryBaseComponent_ServerAddPlaceholderFromClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerAddPlaceholderFromClass"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerAddPlaceholderFromClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerAddPlaceholderFromClass"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerAddPlaceholderFromClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_ServerAddPlaceholderFromClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerAddPlaceholderFromClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_ServerAddPlaceholderFromClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerAddPlaceholderFromOther \ static_assert(alignof(FGInventoryBaseComponent_ServerAddPlaceholderFromOther) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerAddPlaceholderFromOther"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerAddPlaceholderFromOther) == 0x000008, "Wrong size on FGInventoryBaseComponent_ServerAddPlaceholderFromOther"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerAddPlaceholderFromOther, InPlaceholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerAddPlaceholderFromOther::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerClick \ static_assert(alignof(FGInventoryBaseComponent_ServerClick) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerClick"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerClick) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerClick"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerClick, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerClick::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerClick, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_ServerClick::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerConsume \ static_assert(alignof(FGInventoryBaseComponent_ServerConsume) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerConsume"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerConsume) == 0x000008, "Wrong size on FGInventoryBaseComponent_ServerConsume"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerConsume, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerConsume::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerDrop \ static_assert(alignof(FGInventoryBaseComponent_ServerDrop) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerDrop"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerDrop) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerDrop"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerDrop, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerDrop::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerDrop, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_ServerDrop::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerGrab \ static_assert(alignof(FGInventoryBaseComponent_ServerGrab) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerGrab"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerGrab) == 0x000020, "Wrong size on FGInventoryBaseComponent_ServerGrab"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerGrab, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_ServerGrab::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerGrab, ItemCount) == 0x000008, "Member 'FGInventoryBaseComponent_ServerGrab::ItemCount' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerGrab, ContextActor) == 0x000010, "Member 'FGInventoryBaseComponent_ServerGrab::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerGrab, AffectedByRofleemo) == 0x000018, "Member 'FGInventoryBaseComponent_ServerGrab::AffectedByRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerLootItem \ static_assert(alignof(FGInventoryBaseComponent_ServerLootItem) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerLootItem"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerLootItem) == 0x000008, "Wrong size on FGInventoryBaseComponent_ServerLootItem"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerLootItem, Item) == 0x000000, "Member 'FGInventoryBaseComponent_ServerLootItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerRemove \ static_assert(alignof(FGInventoryBaseComponent_ServerRemove) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerRemove"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerRemove) == 0x000008, "Wrong size on FGInventoryBaseComponent_ServerRemove"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRemove, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerRemove::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerRemovePlaceholderOfClass \ static_assert(alignof(FGInventoryBaseComponent_ServerRemovePlaceholderOfClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerRemovePlaceholderOfClass"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerRemovePlaceholderOfClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerRemovePlaceholderOfClass"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRemovePlaceholderOfClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_ServerRemovePlaceholderOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRemovePlaceholderOfClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_ServerRemovePlaceholderOfClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass \ static_assert(alignof(FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass, ItemType) == 0x000000, "Member 'FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass, Count) == 0x000008, "Member 'FGInventoryBaseComponent_ServerRemovePlaceholderOfParentClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerReplace \ static_assert(alignof(FGInventoryBaseComponent_ServerReplace) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerReplace"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerReplace) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerReplace"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerReplace, TargetPlaceholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerReplace::TargetPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerReplace, SourcePlaceholder) == 0x000008, "Member 'FGInventoryBaseComponent_ServerReplace::SourcePlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerRotate \ static_assert(alignof(FGInventoryBaseComponent_ServerRotate) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerRotate"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerRotate) == 0x000008, "Wrong size on FGInventoryBaseComponent_ServerRotate"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerRotate, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerRotate::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerSplit \ static_assert(alignof(FGInventoryBaseComponent_ServerSplit) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerSplit"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerSplit) == 0x000018, "Wrong size on FGInventoryBaseComponent_ServerSplit"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerSplit, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerSplit::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerSplit, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_ServerSplit::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerSplit, OtherPartCount) == 0x000010, "Member 'FGInventoryBaseComponent_ServerSplit::OtherPartCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerUnload \ static_assert(alignof(FGInventoryBaseComponent_ServerUnload) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerUnload"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerUnload) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerUnload"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerUnload, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerUnload::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerUnload, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_ServerUnload::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_ServerUse \ static_assert(alignof(FGInventoryBaseComponent_ServerUse) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_ServerUse"); \ static_assert(sizeof(FGInventoryBaseComponent_ServerUse) == 0x000010, "Wrong size on FGInventoryBaseComponent_ServerUse"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerUse, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_ServerUse::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_ServerUse, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_ServerUse::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Split \ static_assert(alignof(FGInventoryBaseComponent_Split) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Split"); \ static_assert(sizeof(FGInventoryBaseComponent_Split) == 0x000018, "Wrong size on FGInventoryBaseComponent_Split"); \ static_assert(offsetof(FGInventoryBaseComponent_Split, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Split::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Split, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_Split::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Split, OtherPartCount) == 0x000010, "Member 'FGInventoryBaseComponent_Split::OtherPartCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Unload \ static_assert(alignof(FGInventoryBaseComponent_Unload) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Unload"); \ static_assert(sizeof(FGInventoryBaseComponent_Unload) == 0x000010, "Wrong size on FGInventoryBaseComponent_Unload"); \ static_assert(offsetof(FGInventoryBaseComponent_Unload, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Unload::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Unload, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_Unload::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_Use \ static_assert(alignof(FGInventoryBaseComponent_Use) == 0x000008, "Wrong alignment on FGInventoryBaseComponent_Use"); \ static_assert(sizeof(FGInventoryBaseComponent_Use) == 0x000010, "Wrong size on FGInventoryBaseComponent_Use"); \ static_assert(offsetof(FGInventoryBaseComponent_Use, Placeholder) == 0x000000, "Member 'FGInventoryBaseComponent_Use::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryBaseComponent_Use, ContextActor) == 0x000008, "Member 'FGInventoryBaseComponent_Use::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryBaseComponent_IsEmpty \ static_assert(alignof(FGInventoryBaseComponent_IsEmpty) == 0x000001, "Wrong alignment on FGInventoryBaseComponent_IsEmpty"); \ static_assert(sizeof(FGInventoryBaseComponent_IsEmpty) == 0x000001, "Wrong size on FGInventoryBaseComponent_IsEmpty"); \ static_assert(offsetof(FGInventoryBaseComponent_IsEmpty, ReturnValue) == 0x000000, "Member 'FGInventoryBaseComponent_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInventoryBaseComponent \ static_assert(alignof(UFGInventoryBaseComponent) == 0x000008, "Wrong alignment on UFGInventoryBaseComponent"); \ static_assert(sizeof(UFGInventoryBaseComponent) == 0x0000F0, "Wrong size on UFGInventoryBaseComponent"); \ static_assert(offsetof(UFGInventoryBaseComponent, PlaceholderAddNotifyQueue) == 0x0000B0, "Member 'UFGInventoryBaseComponent::PlaceholderAddNotifyQueue' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryBaseComponent, OnPlaceholderAddUI) == 0x0000C0, "Member 'UFGInventoryBaseComponent::OnPlaceholderAddUI' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryBaseComponent, OnPlaceholderAdd) == 0x0000D0, "Member 'UFGInventoryBaseComponent::OnPlaceholderAdd' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryBaseComponent, OnPlaceholderRemove) == 0x0000E0, "Member 'UFGInventoryBaseComponent::OnPlaceholderRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterAction_Tick \ static_assert(alignof(FGCharacterAction_Tick) == 0x000004, "Wrong alignment on FGCharacterAction_Tick"); \ static_assert(sizeof(FGCharacterAction_Tick) == 0x000004, "Wrong size on FGCharacterAction_Tick"); \ static_assert(offsetof(FGCharacterAction_Tick, DeltaTime) == 0x000000, "Member 'FGCharacterAction_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterAction_CanBePlayed \ static_assert(alignof(FGCharacterAction_CanBePlayed) == 0x000001, "Wrong alignment on FGCharacterAction_CanBePlayed"); \ static_assert(sizeof(FGCharacterAction_CanBePlayed) == 0x000001, "Wrong size on FGCharacterAction_CanBePlayed"); \ static_assert(offsetof(FGCharacterAction_CanBePlayed, ReturnValue) == 0x000000, "Member 'FGCharacterAction_CanBePlayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterAction_GetOwningPawn \ static_assert(alignof(FGCharacterAction_GetOwningPawn) == 0x000008, "Wrong alignment on FGCharacterAction_GetOwningPawn"); \ static_assert(sizeof(FGCharacterAction_GetOwningPawn) == 0x000008, "Wrong size on FGCharacterAction_GetOwningPawn"); \ static_assert(offsetof(FGCharacterAction_GetOwningPawn, ReturnValue) == 0x000000, "Member 'FGCharacterAction_GetOwningPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterAction_GetOwningWorld \ static_assert(alignof(FGCharacterAction_GetOwningWorld) == 0x000008, "Wrong alignment on FGCharacterAction_GetOwningWorld"); \ static_assert(sizeof(FGCharacterAction_GetOwningWorld) == 0x000008, "Wrong size on FGCharacterAction_GetOwningWorld"); \ static_assert(offsetof(FGCharacterAction_GetOwningWorld, ReturnValue) == 0x000000, "Member 'FGCharacterAction_GetOwningWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterAction_IsPlaying \ static_assert(alignof(FGCharacterAction_IsPlaying) == 0x000001, "Wrong alignment on FGCharacterAction_IsPlaying"); \ static_assert(sizeof(FGCharacterAction_IsPlaying) == 0x000001, "Wrong size on FGCharacterAction_IsPlaying"); \ static_assert(offsetof(FGCharacterAction_IsPlaying, ReturnValue) == 0x000000, "Member 'FGCharacterAction_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterAction \ static_assert(alignof(UFGCharacterAction) == 0x000008, "Wrong alignment on UFGCharacterAction"); \ static_assert(sizeof(UFGCharacterAction) == 0x000050, "Wrong size on UFGCharacterAction"); \ static_assert(offsetof(UFGCharacterAction, PreconditionsTickRate) == 0x000028, "Member 'UFGCharacterAction::PreconditionsTickRate' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterAction, PlayUnlockTime) == 0x00002C, "Member 'UFGCharacterAction::PlayUnlockTime' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterAction, ActionPlayState) == 0x000034, "Member 'UFGCharacterAction::ActionPlayState' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterAction, OwningPawn) == 0x000040, "Member 'UFGCharacterAction::OwningPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_RunExclusiveEQSQuery \ static_assert(alignof(FGAICharacterAction_RunExclusiveEQSQuery) == 0x000008, "Wrong alignment on FGAICharacterAction_RunExclusiveEQSQuery"); \ static_assert(sizeof(FGAICharacterAction_RunExclusiveEQSQuery) == 0x000038, "Wrong size on FGAICharacterAction_RunExclusiveEQSQuery"); \ static_assert(offsetof(FGAICharacterAction_RunExclusiveEQSQuery, Query) == 0x000000, "Member 'FGAICharacterAction_RunExclusiveEQSQuery::Query' has a wrong offset!"); \ static_assert(offsetof(FGAICharacterAction_RunExclusiveEQSQuery, RunMode) == 0x000008, "Member 'FGAICharacterAction_RunExclusiveEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(FGAICharacterAction_RunExclusiveEQSQuery, InResultDelegate) == 0x00000C, "Member 'FGAICharacterAction_RunExclusiveEQSQuery::InResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FGAICharacterAction_RunExclusiveEQSQuery, QueryParams) == 0x000020, "Member 'FGAICharacterAction_RunExclusiveEQSQuery::QueryParams' has a wrong offset!"); \ static_assert(offsetof(FGAICharacterAction_RunExclusiveEQSQuery, Querier) == 0x000030, "Member 'FGAICharacterAction_RunExclusiveEQSQuery::Querier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_CanBeTerminated \ static_assert(alignof(FGAICharacterAction_CanBeTerminated) == 0x000001, "Wrong alignment on FGAICharacterAction_CanBeTerminated"); \ static_assert(sizeof(FGAICharacterAction_CanBeTerminated) == 0x000001, "Wrong size on FGAICharacterAction_CanBeTerminated"); \ static_assert(offsetof(FGAICharacterAction_CanBeTerminated, ReturnValue) == 0x000000, "Member 'FGAICharacterAction_CanBeTerminated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_GetCost \ static_assert(alignof(FGAICharacterAction_GetCost) == 0x000004, "Wrong alignment on FGAICharacterAction_GetCost"); \ static_assert(sizeof(FGAICharacterAction_GetCost) == 0x000004, "Wrong size on FGAICharacterAction_GetCost"); \ static_assert(offsetof(FGAICharacterAction_GetCost, ReturnValue) == 0x000000, "Member 'FGAICharacterAction_GetCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_GetWorldTimeSeconds \ static_assert(alignof(FGAICharacterAction_GetWorldTimeSeconds) == 0x000004, "Wrong alignment on FGAICharacterAction_GetWorldTimeSeconds"); \ static_assert(sizeof(FGAICharacterAction_GetWorldTimeSeconds) == 0x000004, "Wrong size on FGAICharacterAction_GetWorldTimeSeconds"); \ static_assert(offsetof(FGAICharacterAction_GetWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'FGAICharacterAction_GetWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_IsBlockingFire \ static_assert(alignof(FGAICharacterAction_IsBlockingFire) == 0x000001, "Wrong alignment on FGAICharacterAction_IsBlockingFire"); \ static_assert(sizeof(FGAICharacterAction_IsBlockingFire) == 0x000001, "Wrong size on FGAICharacterAction_IsBlockingFire"); \ static_assert(offsetof(FGAICharacterAction_IsBlockingFire, ReturnValue) == 0x000000, "Member 'FGAICharacterAction_IsBlockingFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAICharacterAction_IsValidAction \ static_assert(alignof(FGAICharacterAction_IsValidAction) == 0x000001, "Wrong alignment on FGAICharacterAction_IsValidAction"); \ static_assert(sizeof(FGAICharacterAction_IsValidAction) == 0x000001, "Wrong size on FGAICharacterAction_IsValidAction"); \ static_assert(offsetof(FGAICharacterAction_IsValidAction, ReturnValue) == 0x000000, "Member 'FGAICharacterAction_IsValidAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAICharacterAction \ static_assert(alignof(UFGAICharacterAction) == 0x000008, "Wrong alignment on UFGAICharacterAction"); \ static_assert(sizeof(UFGAICharacterAction) == 0x0000B8, "Wrong size on UFGAICharacterAction"); \ static_assert(offsetof(UFGAICharacterAction, Satisfies) == 0x000050, "Member 'UFGAICharacterAction::Satisfies' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, Required) == 0x000060, "Member 'UFGAICharacterAction::Required' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, BaseCost) == 0x000070, "Member 'UFGAICharacterAction::BaseCost' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, bIsMoveRequestAction) == 0x000074, "Member 'UFGAICharacterAction::bIsMoveRequestAction' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, OwningAIPawn) == 0x000078, "Member 'UFGAICharacterAction::OwningAIPawn' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, EQSResultActors) == 0x000080, "Member 'UFGAICharacterAction::EQSResultActors' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, EQSResultsLocations) == 0x000090, "Member 'UFGAICharacterAction::EQSResultsLocations' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, bEQSQueryRequestPending) == 0x0000A0, "Member 'UFGAICharacterAction::bEQSQueryRequestPending' has a wrong offset!"); \ static_assert(offsetof(UFGAICharacterAction, bEQSResultsAvailable) == 0x0000A1, "Member 'UFGAICharacterAction::bEQSResultsAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAICharacterMovementComponent \ static_assert(alignof(UFGAICharacterMovementComponent) == 0x000010, "Wrong alignment on UFGAICharacterMovementComponent"); \ static_assert(sizeof(UFGAICharacterMovementComponent) == 0x000AF0, "Wrong size on UFGAICharacterMovementComponent"); \ #define DUMPER7_ASSERTS_FGIslandGenerator_GetTileDecoreSublevelName \ static_assert(alignof(FGIslandGenerator_GetTileDecoreSublevelName) == 0x000008, "Wrong alignment on FGIslandGenerator_GetTileDecoreSublevelName"); \ static_assert(sizeof(FGIslandGenerator_GetTileDecoreSublevelName) == 0x000018, "Wrong size on FGIslandGenerator_GetTileDecoreSublevelName"); \ static_assert(offsetof(FGIslandGenerator_GetTileDecoreSublevelName, Decore) == 0x000000, "Member 'FGIslandGenerator_GetTileDecoreSublevelName::Decore' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileDecoreSublevelName, Biome) == 0x000001, "Member 'FGIslandGenerator_GetTileDecoreSublevelName::Biome' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileDecoreSublevelName, SublevelID) == 0x000004, "Member 'FGIslandGenerator_GetTileDecoreSublevelName::SublevelID' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileDecoreSublevelName, ReturnValue) == 0x000008, "Member 'FGIslandGenerator_GetTileDecoreSublevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGIslandGenerator_GetTileSublevelName \ static_assert(alignof(FGIslandGenerator_GetTileSublevelName) == 0x000008, "Wrong alignment on FGIslandGenerator_GetTileSublevelName"); \ static_assert(sizeof(FGIslandGenerator_GetTileSublevelName) == 0x000018, "Wrong size on FGIslandGenerator_GetTileSublevelName"); \ static_assert(offsetof(FGIslandGenerator_GetTileSublevelName, IslandTile) == 0x000000, "Member 'FGIslandGenerator_GetTileSublevelName::IslandTile' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileSublevelName, Biome) == 0x000001, "Member 'FGIslandGenerator_GetTileSublevelName::Biome' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileSublevelName, SublevelID) == 0x000004, "Member 'FGIslandGenerator_GetTileSublevelName::SublevelID' has a wrong offset!"); \ static_assert(offsetof(FGIslandGenerator_GetTileSublevelName, ReturnValue) == 0x000008, "Member 'FGIslandGenerator_GetTileSublevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGIslandGenerator_IsInitialized \ static_assert(alignof(FGIslandGenerator_IsInitialized) == 0x000001, "Wrong alignment on FGIslandGenerator_IsInitialized"); \ static_assert(sizeof(FGIslandGenerator_IsInitialized) == 0x000001, "Wrong size on FGIslandGenerator_IsInitialized"); \ static_assert(offsetof(FGIslandGenerator_IsInitialized, ReturnValue) == 0x000000, "Member 'FGIslandGenerator_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGIslandGenerator \ static_assert(alignof(AFGIslandGenerator) == 0x000008, "Wrong alignment on AFGIslandGenerator"); \ static_assert(sizeof(AFGIslandGenerator) == 0x000300, "Wrong size on AFGIslandGenerator"); \ static_assert(offsetof(AFGIslandGenerator, bIsInitialized) == 0x000220, "Member 'AFGIslandGenerator::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, LootManager) == 0x000228, "Member 'AFGIslandGenerator::LootManager' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, MapGenerator) == 0x000230, "Member 'AFGIslandGenerator::MapGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandGenerationSettings) == 0x000238, "Member 'AFGIslandGenerator::IslandGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, Map) == 0x000250, "Member 'AFGIslandGenerator::Map' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, MapLayers) == 0x000288, "Member 'AFGIslandGenerator::MapLayers' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, bDebugLog) == 0x000298, "Member 'AFGIslandGenerator::bDebugLog' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandTileSublevelSettingsDataTable) == 0x0002A0, "Member 'AFGIslandGenerator::IslandTileSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandTileSublevelSettings) == 0x0002A8, "Member 'AFGIslandGenerator::IslandTileSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandTileDecoreSublevelSettingsDataTable) == 0x0002B8, "Member 'AFGIslandGenerator::IslandTileDecoreSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandTileDecoreSublevelSettings) == 0x0002C0, "Member 'AFGIslandGenerator::IslandTileDecoreSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandStartingPlatformSublevelSettingsDataTable) == 0x0002D0, "Member 'AFGIslandGenerator::IslandStartingPlatformSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, IslandStartingPlatformSublevelSettings) == 0x0002D8, "Member 'AFGIslandGenerator::IslandStartingPlatformSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, BigCellsList) == 0x0002E8, "Member 'AFGIslandGenerator::BigCellsList' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, bDebugGeneration) == 0x0002F8, "Member 'AFGIslandGenerator::bDebugGeneration' has a wrong offset!"); \ static_assert(offsetof(AFGIslandGenerator, CrossXLength) == 0x0002FC, "Member 'AFGIslandGenerator::CrossXLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIController_GetLastStimulusLocation \ static_assert(alignof(FGAIController_GetLastStimulusLocation) == 0x000008, "Wrong alignment on FGAIController_GetLastStimulusLocation"); \ static_assert(sizeof(FGAIController_GetLastStimulusLocation) == 0x000018, "Wrong size on FGAIController_GetLastStimulusLocation"); \ static_assert(offsetof(FGAIController_GetLastStimulusLocation, Actor) == 0x000000, "Member 'FGAIController_GetLastStimulusLocation::Actor' has a wrong offset!"); \ static_assert(offsetof(FGAIController_GetLastStimulusLocation, bSuccessful) == 0x000008, "Member 'FGAIController_GetLastStimulusLocation::bSuccessful' has a wrong offset!"); \ static_assert(offsetof(FGAIController_GetLastStimulusLocation, ReturnValue) == 0x00000C, "Member 'FGAIController_GetLastStimulusLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIController_OnPerceptionUpdate \ static_assert(alignof(FGAIController_OnPerceptionUpdate) == 0x000008, "Wrong alignment on FGAIController_OnPerceptionUpdate"); \ static_assert(sizeof(FGAIController_OnPerceptionUpdate) == 0x000048, "Wrong size on FGAIController_OnPerceptionUpdate"); \ static_assert(offsetof(FGAIController_OnPerceptionUpdate, Actor) == 0x000000, "Member 'FGAIController_OnPerceptionUpdate::Actor' has a wrong offset!"); \ static_assert(offsetof(FGAIController_OnPerceptionUpdate, Stimulus) == 0x000008, "Member 'FGAIController_OnPerceptionUpdate::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIController_OnWeaponChanged \ static_assert(alignof(FGAIController_OnWeaponChanged) == 0x000008, "Wrong alignment on FGAIController_OnWeaponChanged"); \ static_assert(sizeof(FGAIController_OnWeaponChanged) == 0x000008, "Wrong size on FGAIController_OnWeaponChanged"); \ static_assert(offsetof(FGAIController_OnWeaponChanged, Sender) == 0x000000, "Member 'FGAIController_OnWeaponChanged::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIController_GetPlayerViewPoint \ static_assert(alignof(FGAIController_GetPlayerViewPoint) == 0x000004, "Wrong alignment on FGAIController_GetPlayerViewPoint"); \ static_assert(sizeof(FGAIController_GetPlayerViewPoint) == 0x000018, "Wrong size on FGAIController_GetPlayerViewPoint"); \ static_assert(offsetof(FGAIController_GetPlayerViewPoint, out_Location) == 0x000000, "Member 'FGAIController_GetPlayerViewPoint::out_Location' has a wrong offset!"); \ static_assert(offsetof(FGAIController_GetPlayerViewPoint, out_Rotation) == 0x00000C, "Member 'FGAIController_GetPlayerViewPoint::out_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIController_IsUnderYawLimit \ static_assert(alignof(FGAIController_IsUnderYawLimit) == 0x000001, "Wrong alignment on FGAIController_IsUnderYawLimit"); \ static_assert(sizeof(FGAIController_IsUnderYawLimit) == 0x000001, "Wrong size on FGAIController_IsUnderYawLimit"); \ static_assert(offsetof(FGAIController_IsUnderYawLimit, ReturnValue) == 0x000000, "Member 'FGAIController_IsUnderYawLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIController \ static_assert(alignof(AFGAIController) == 0x000008, "Wrong alignment on AFGAIController"); \ static_assert(sizeof(AFGAIController) == 0x0003D0, "Wrong size on AFGAIController"); \ static_assert(offsetof(AFGAIController, Perception) == 0x000328, "Member 'AFGAIController::Perception' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, ThreatLevel) == 0x000330, "Member 'AFGAIController::ThreatLevel' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, CustomFocusedTarget) == 0x000380, "Member 'AFGAIController::CustomFocusedTarget' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, CustomFocusPoint) == 0x000388, "Member 'AFGAIController::CustomFocusPoint' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, FocusedTarget) == 0x000398, "Member 'AFGAIController::FocusedTarget' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, BestTeamTarget) == 0x0003A0, "Member 'AFGAIController::BestTeamTarget' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, MinAttackRange) == 0x0003A8, "Member 'AFGAIController::MinAttackRange' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, MaxAttackRange) == 0x0003AC, "Member 'AFGAIController::MaxAttackRange' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, bIsMainAttackMelee) == 0x0003B0, "Member 'AFGAIController::bIsMainAttackMelee' has a wrong offset!"); \ static_assert(offsetof(AFGAIController, CachedRangedWeapon) == 0x0003C8, "Member 'AFGAIController::CachedRangedWeapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRichTextBlockImageDecorator \ static_assert(alignof(UFGRichTextBlockImageDecorator) == 0x000008, "Wrong alignment on UFGRichTextBlockImageDecorator"); \ static_assert(sizeof(UFGRichTextBlockImageDecorator) == 0x000030, "Wrong size on UFGRichTextBlockImageDecorator"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_AddToSpawnQueue \ static_assert(alignof(FGAIDirectorManager_AddToSpawnQueue) == 0x000010, "Wrong alignment on FGAIDirectorManager_AddToSpawnQueue"); \ static_assert(sizeof(FGAIDirectorManager_AddToSpawnQueue) == 0x0000B0, "Wrong size on FGAIDirectorManager_AddToSpawnQueue"); \ static_assert(offsetof(FGAIDirectorManager_AddToSpawnQueue, SpawnInfo) == 0x000000, "Member 'FGAIDirectorManager_AddToSpawnQueue::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_AddToSpawnQueue, ReturnValue) == 0x0000A0, "Member 'FGAIDirectorManager_AddToSpawnQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetActorSpawnQueue \ static_assert(alignof(FGAIDirectorManager_GetActorSpawnQueue) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetActorSpawnQueue"); \ static_assert(sizeof(FGAIDirectorManager_GetActorSpawnQueue) == 0x000010, "Wrong size on FGAIDirectorManager_GetActorSpawnQueue"); \ static_assert(offsetof(FGAIDirectorManager_GetActorSpawnQueue, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_GetActorSpawnQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetAreaModuleForActor \ static_assert(alignof(FGAIDirectorManager_GetAreaModuleForActor) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetAreaModuleForActor"); \ static_assert(sizeof(FGAIDirectorManager_GetAreaModuleForActor) == 0x000010, "Wrong size on FGAIDirectorManager_GetAreaModuleForActor"); \ static_assert(offsetof(FGAIDirectorManager_GetAreaModuleForActor, Actor) == 0x000000, "Member 'FGAIDirectorManager_GetAreaModuleForActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_GetAreaModuleForActor, ReturnValue) == 0x000008, "Member 'FGAIDirectorManager_GetAreaModuleForActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetGroupModuleOfClass \ static_assert(alignof(FGAIDirectorManager_GetGroupModuleOfClass) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetGroupModuleOfClass"); \ static_assert(sizeof(FGAIDirectorManager_GetGroupModuleOfClass) == 0x000010, "Wrong size on FGAIDirectorManager_GetGroupModuleOfClass"); \ static_assert(offsetof(FGAIDirectorManager_GetGroupModuleOfClass, ModuleClass) == 0x000000, "Member 'FGAIDirectorManager_GetGroupModuleOfClass::ModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_GetGroupModuleOfClass, ReturnValue) == 0x000008, "Member 'FGAIDirectorManager_GetGroupModuleOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetModuleForAreaType \ static_assert(alignof(FGAIDirectorManager_GetModuleForAreaType) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetModuleForAreaType"); \ static_assert(sizeof(FGAIDirectorManager_GetModuleForAreaType) == 0x000020, "Wrong size on FGAIDirectorManager_GetModuleForAreaType"); \ static_assert(offsetof(FGAIDirectorManager_GetModuleForAreaType, ChunkClass) == 0x000000, "Member 'FGAIDirectorManager_GetModuleForAreaType::ChunkClass' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_GetModuleForAreaType, bSpawnIfNull) == 0x000008, "Member 'FGAIDirectorManager_GetModuleForAreaType::bSpawnIfNull' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_GetModuleForAreaType, TestLocation) == 0x00000C, "Member 'FGAIDirectorManager_GetModuleForAreaType::TestLocation' has a wrong offset!"); \ static_assert(offsetof(FGAIDirectorManager_GetModuleForAreaType, ReturnValue) == 0x000018, "Member 'FGAIDirectorManager_GetModuleForAreaType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_IsLoaded \ static_assert(alignof(FGAIDirectorManager_IsLoaded) == 0x000001, "Wrong alignment on FGAIDirectorManager_IsLoaded"); \ static_assert(sizeof(FGAIDirectorManager_IsLoaded) == 0x000001, "Wrong size on FGAIDirectorManager_IsLoaded"); \ static_assert(offsetof(FGAIDirectorManager_IsLoaded, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_IsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_RollDepotEvent \ static_assert(alignof(FGAIDirectorManager_RollDepotEvent) == 0x000001, "Wrong alignment on FGAIDirectorManager_RollDepotEvent"); \ static_assert(sizeof(FGAIDirectorManager_RollDepotEvent) == 0x000001, "Wrong size on FGAIDirectorManager_RollDepotEvent"); \ static_assert(offsetof(FGAIDirectorManager_RollDepotEvent, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_RollDepotEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_RollDepotEventEggsCount \ static_assert(alignof(FGAIDirectorManager_RollDepotEventEggsCount) == 0x000004, "Wrong alignment on FGAIDirectorManager_RollDepotEventEggsCount"); \ static_assert(sizeof(FGAIDirectorManager_RollDepotEventEggsCount) == 0x000004, "Wrong size on FGAIDirectorManager_RollDepotEventEggsCount"); \ static_assert(offsetof(FGAIDirectorManager_RollDepotEventEggsCount, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_RollDepotEventEggsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_CanSpawn \ static_assert(alignof(FGAIDirectorManager_CanSpawn) == 0x000001, "Wrong alignment on FGAIDirectorManager_CanSpawn"); \ static_assert(sizeof(FGAIDirectorManager_CanSpawn) == 0x000001, "Wrong size on FGAIDirectorManager_CanSpawn"); \ static_assert(offsetof(FGAIDirectorManager_CanSpawn, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_CanSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetDepotEventSettings \ static_assert(alignof(FGAIDirectorManager_GetDepotEventSettings) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetDepotEventSettings"); \ static_assert(sizeof(FGAIDirectorManager_GetDepotEventSettings) == 0x000028, "Wrong size on FGAIDirectorManager_GetDepotEventSettings"); \ static_assert(offsetof(FGAIDirectorManager_GetDepotEventSettings, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_GetDepotEventSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_GetSpawnedCharacters \ static_assert(alignof(FGAIDirectorManager_GetSpawnedCharacters) == 0x000008, "Wrong alignment on FGAIDirectorManager_GetSpawnedCharacters"); \ static_assert(sizeof(FGAIDirectorManager_GetSpawnedCharacters) == 0x000010, "Wrong size on FGAIDirectorManager_GetSpawnedCharacters"); \ static_assert(offsetof(FGAIDirectorManager_GetSpawnedCharacters, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_GetSpawnedCharacters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorManager_IsPendingSpawn \ static_assert(alignof(FGAIDirectorManager_IsPendingSpawn) == 0x000001, "Wrong alignment on FGAIDirectorManager_IsPendingSpawn"); \ static_assert(sizeof(FGAIDirectorManager_IsPendingSpawn) == 0x000001, "Wrong size on FGAIDirectorManager_IsPendingSpawn"); \ static_assert(offsetof(FGAIDirectorManager_IsPendingSpawn, ReturnValue) == 0x000000, "Member 'FGAIDirectorManager_IsPendingSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIDirectorManager \ static_assert(alignof(AFGAIDirectorManager) == 0x000008, "Wrong alignment on AFGAIDirectorManager"); \ static_assert(sizeof(AFGAIDirectorManager) == 0x000508, "Wrong size on AFGAIDirectorManager"); \ static_assert(offsetof(AFGAIDirectorManager, ModuleTemplate) == 0x000228, "Member 'AFGAIDirectorManager::ModuleTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, AIWeightMap) == 0x000278, "Member 'AFGAIDirectorManager::AIWeightMap' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, DirectorModuleSettingsDataTable) == 0x0002C8, "Member 'AFGAIDirectorManager::DirectorModuleSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, SpawnCooldownFromSublevelLoading) == 0x0002D0, "Member 'AFGAIDirectorManager::SpawnCooldownFromSublevelLoading' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, ModuleClassIgnoreAttack) == 0x0002D8, "Member 'AFGAIDirectorManager::ModuleClassIgnoreAttack' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, AutoInitGroupModules) == 0x0002E8, "Member 'AFGAIDirectorManager::AutoInitGroupModules' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, DepotEventSpawnSettingsDataTable) == 0x0002F8, "Member 'AFGAIDirectorManager::DepotEventSpawnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, bDebugNavmeshPath) == 0x000300, "Member 'AFGAIDirectorManager::bDebugNavmeshPath' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, bDebugNavmeshAvoidRadius) == 0x000301, "Member 'AFGAIDirectorManager::bDebugNavmeshAvoidRadius' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, SpawnedCharacters) == 0x000308, "Member 'AFGAIDirectorManager::SpawnedCharacters' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, ModuleSaveDatabase) == 0x000318, "Member 'AFGAIDirectorManager::ModuleSaveDatabase' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, AIDirectorModuleSettings) == 0x000368, "Member 'AFGAIDirectorManager::AIDirectorModuleSettings' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, AIDirectorModuleMapTierUnitCaps) == 0x0003B8, "Member 'AFGAIDirectorManager::AIDirectorModuleMapTierUnitCaps' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, OnSpawnFailed) == 0x000408, "Member 'AFGAIDirectorManager::OnSpawnFailed' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, OnSpawnSuccess) == 0x000418, "Member 'AFGAIDirectorManager::OnSpawnSuccess' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, ActorSpawnQueue) == 0x0004C8, "Member 'AFGAIDirectorManager::ActorSpawnQueue' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, DepotEventSettings) == 0x0004F0, "Member 'AFGAIDirectorManager::DepotEventSettings' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorManager, CurrentDepotEventAdditiveChance) == 0x000500, "Member 'AFGAIDirectorManager::CurrentDepotEventAdditiveChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIDirectorModule_AreaMulti \ static_assert(alignof(AFGAIDirectorModule_AreaMulti) == 0x000008, "Wrong alignment on AFGAIDirectorModule_AreaMulti"); \ static_assert(sizeof(AFGAIDirectorModule_AreaMulti) == 0x000398, "Wrong size on AFGAIDirectorModule_AreaMulti"); \ static_assert(offsetof(AFGAIDirectorModule_AreaMulti, ActiveSpawners) == 0x000378, "Member 'AFGAIDirectorModule_AreaMulti::ActiveSpawners' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_AreaMulti, PendingMultispawners) == 0x000388, "Member 'AFGAIDirectorModule_AreaMulti::PendingMultispawners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Group_AddToGroup \ static_assert(alignof(FGAIDirectorModule_Group_AddToGroup) == 0x000008, "Wrong alignment on FGAIDirectorModule_Group_AddToGroup"); \ static_assert(sizeof(FGAIDirectorModule_Group_AddToGroup) == 0x000008, "Wrong size on FGAIDirectorModule_Group_AddToGroup"); \ static_assert(offsetof(FGAIDirectorModule_Group_AddToGroup, Character) == 0x000000, "Member 'FGAIDirectorModule_Group_AddToGroup::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Group_GetGroupCharacters \ static_assert(alignof(FGAIDirectorModule_Group_GetGroupCharacters) == 0x000008, "Wrong alignment on FGAIDirectorModule_Group_GetGroupCharacters"); \ static_assert(sizeof(FGAIDirectorModule_Group_GetGroupCharacters) == 0x000010, "Wrong size on FGAIDirectorModule_Group_GetGroupCharacters"); \ static_assert(offsetof(FGAIDirectorModule_Group_GetGroupCharacters, ReturnValue) == 0x000000, "Member 'FGAIDirectorModule_Group_GetGroupCharacters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Group_OnCharacterAdd \ static_assert(alignof(FGAIDirectorModule_Group_OnCharacterAdd) == 0x000008, "Wrong alignment on FGAIDirectorModule_Group_OnCharacterAdd"); \ static_assert(sizeof(FGAIDirectorModule_Group_OnCharacterAdd) == 0x000008, "Wrong size on FGAIDirectorModule_Group_OnCharacterAdd"); \ static_assert(offsetof(FGAIDirectorModule_Group_OnCharacterAdd, Character) == 0x000000, "Member 'FGAIDirectorModule_Group_OnCharacterAdd::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIDirectorModule_Group_OnCharacterDestroyed \ static_assert(alignof(FGAIDirectorModule_Group_OnCharacterDestroyed) == 0x000008, "Wrong alignment on FGAIDirectorModule_Group_OnCharacterDestroyed"); \ static_assert(sizeof(FGAIDirectorModule_Group_OnCharacterDestroyed) == 0x000008, "Wrong size on FGAIDirectorModule_Group_OnCharacterDestroyed"); \ static_assert(offsetof(FGAIDirectorModule_Group_OnCharacterDestroyed, DestroyedActor) == 0x000000, "Member 'FGAIDirectorModule_Group_OnCharacterDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIDirectorModule_Group \ static_assert(alignof(AFGAIDirectorModule_Group) == 0x000008, "Wrong alignment on AFGAIDirectorModule_Group"); \ static_assert(sizeof(AFGAIDirectorModule_Group) == 0x000278, "Wrong size on AFGAIDirectorModule_Group"); \ static_assert(offsetof(AFGAIDirectorModule_Group, AvailableJobClasses) == 0x000250, "Member 'AFGAIDirectorModule_Group::AvailableJobClasses' has a wrong offset!"); \ static_assert(offsetof(AFGAIDirectorModule_Group, RegisteredCharacters) == 0x000260, "Member 'AFGAIDirectorModule_Group::RegisteredCharacters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_GetClosestMeshIndex \ static_assert(alignof(FGAIGroupCharacter_GetClosestMeshIndex) == 0x000004, "Wrong alignment on FGAIGroupCharacter_GetClosestMeshIndex"); \ static_assert(sizeof(FGAIGroupCharacter_GetClosestMeshIndex) == 0x000014, "Wrong size on FGAIGroupCharacter_GetClosestMeshIndex"); \ static_assert(offsetof(FGAIGroupCharacter_GetClosestMeshIndex, Location) == 0x000000, "Member 'FGAIGroupCharacter_GetClosestMeshIndex::Location' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GetClosestMeshIndex, Dist) == 0x00000C, "Member 'FGAIGroupCharacter_GetClosestMeshIndex::Dist' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GetClosestMeshIndex, ReturnValue) == 0x000010, "Member 'FGAIGroupCharacter_GetClosestMeshIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_GetDieHitDirection \ static_assert(alignof(FGAIGroupCharacter_GetDieHitDirection) == 0x000004, "Wrong alignment on FGAIGroupCharacter_GetDieHitDirection"); \ static_assert(sizeof(FGAIGroupCharacter_GetDieHitDirection) == 0x000010, "Wrong size on FGAIGroupCharacter_GetDieHitDirection"); \ static_assert(offsetof(FGAIGroupCharacter_GetDieHitDirection, Index_0) == 0x000000, "Member 'FGAIGroupCharacter_GetDieHitDirection::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GetDieHitDirection, ReturnValue) == 0x000004, "Member 'FGAIGroupCharacter_GetDieHitDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_GrappleGroupCharacter \ static_assert(alignof(FGAIGroupCharacter_GrappleGroupCharacter) == 0x000008, "Wrong alignment on FGAIGroupCharacter_GrappleGroupCharacter"); \ static_assert(sizeof(FGAIGroupCharacter_GrappleGroupCharacter) == 0x000018, "Wrong size on FGAIGroupCharacter_GrappleGroupCharacter"); \ static_assert(offsetof(FGAIGroupCharacter_GrappleGroupCharacter, Index_0) == 0x000000, "Member 'FGAIGroupCharacter_GrappleGroupCharacter::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GrappleGroupCharacter, Hook) == 0x000008, "Member 'FGAIGroupCharacter_GrappleGroupCharacter::Hook' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GrappleGroupCharacter, PawnInstigator) == 0x000010, "Member 'FGAIGroupCharacter_GrappleGroupCharacter::PawnInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_GroupIsAlive \ static_assert(alignof(FGAIGroupCharacter_GroupIsAlive) == 0x000001, "Wrong alignment on FGAIGroupCharacter_GroupIsAlive"); \ static_assert(sizeof(FGAIGroupCharacter_GroupIsAlive) == 0x000001, "Wrong size on FGAIGroupCharacter_GroupIsAlive"); \ static_assert(offsetof(FGAIGroupCharacter_GroupIsAlive, ReturnValue) == 0x000000, "Member 'FGAIGroupCharacter_GroupIsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_OnDeadGroupMemberSpawned \ static_assert(alignof(FGAIGroupCharacter_OnDeadGroupMemberSpawned) == 0x000004, "Wrong alignment on FGAIGroupCharacter_OnDeadGroupMemberSpawned"); \ static_assert(sizeof(FGAIGroupCharacter_OnDeadGroupMemberSpawned) == 0x000004, "Wrong size on FGAIGroupCharacter_OnDeadGroupMemberSpawned"); \ static_assert(offsetof(FGAIGroupCharacter_OnDeadGroupMemberSpawned, Index_0) == 0x000000, "Member 'FGAIGroupCharacter_OnDeadGroupMemberSpawned::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_OnDeadMeshSyncedEvent \ static_assert(alignof(FGAIGroupCharacter_OnDeadMeshSyncedEvent) == 0x000008, "Wrong alignment on FGAIGroupCharacter_OnDeadMeshSyncedEvent"); \ static_assert(sizeof(FGAIGroupCharacter_OnDeadMeshSyncedEvent) == 0x000010, "Wrong size on FGAIGroupCharacter_OnDeadMeshSyncedEvent"); \ static_assert(offsetof(FGAIGroupCharacter_OnDeadMeshSyncedEvent, DeadMeshComp) == 0x000000, "Member 'FGAIGroupCharacter_OnDeadMeshSyncedEvent::DeadMeshComp' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_OnDeadMeshSyncedEvent, DeadChar) == 0x000008, "Member 'FGAIGroupCharacter_OnDeadMeshSyncedEvent::DeadChar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_OnMeshInitialized \ static_assert(alignof(FGAIGroupCharacter_OnMeshInitialized) == 0x000008, "Wrong alignment on FGAIGroupCharacter_OnMeshInitialized"); \ static_assert(sizeof(FGAIGroupCharacter_OnMeshInitialized) == 0x000008, "Wrong size on FGAIGroupCharacter_OnMeshInitialized"); \ static_assert(offsetof(FGAIGroupCharacter_OnMeshInitialized, MeshComponent) == 0x000000, "Member 'FGAIGroupCharacter_OnMeshInitialized::MeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_UpdateDeadGroupMembers \ static_assert(alignof(FGAIGroupCharacter_UpdateDeadGroupMembers) == 0x000004, "Wrong alignment on FGAIGroupCharacter_UpdateDeadGroupMembers"); \ static_assert(sizeof(FGAIGroupCharacter_UpdateDeadGroupMembers) == 0x000004, "Wrong size on FGAIGroupCharacter_UpdateDeadGroupMembers"); \ static_assert(offsetof(FGAIGroupCharacter_UpdateDeadGroupMembers, DeltaTime) == 0x000000, "Member 'FGAIGroupCharacter_UpdateDeadGroupMembers::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIGroupCharacter_GetMeshIndex \ static_assert(alignof(FGAIGroupCharacter_GetMeshIndex) == 0x000008, "Wrong alignment on FGAIGroupCharacter_GetMeshIndex"); \ static_assert(sizeof(FGAIGroupCharacter_GetMeshIndex) == 0x000010, "Wrong size on FGAIGroupCharacter_GetMeshIndex"); \ static_assert(offsetof(FGAIGroupCharacter_GetMeshIndex, MeshComponent) == 0x000000, "Member 'FGAIGroupCharacter_GetMeshIndex::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FGAIGroupCharacter_GetMeshIndex, ReturnValue) == 0x000008, "Member 'FGAIGroupCharacter_GetMeshIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIGroupCharacter \ static_assert(alignof(AFGAIGroupCharacter) == 0x000010, "Wrong alignment on AFGAIGroupCharacter"); \ static_assert(sizeof(AFGAIGroupCharacter) == 0x000E70, "Wrong size on AFGAIGroupCharacter"); \ static_assert(offsetof(AFGAIGroupCharacter, SpawnMin) == 0x000DD0, "Member 'AFGAIGroupCharacter::SpawnMin' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, SpawnMax) == 0x000DD4, "Member 'AFGAIGroupCharacter::SpawnMax' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, BaseRingRadius) == 0x000DD8, "Member 'AFGAIGroupCharacter::BaseRingRadius' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, MaxHealth) == 0x000DDC, "Member 'AFGAIGroupCharacter::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, DeadGroupMemberClass) == 0x000DE0, "Member 'AFGAIGroupCharacter::DeadGroupMemberClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, GrappleDeadGroupMemberClass) == 0x000DE8, "Member 'AFGAIGroupCharacter::GrappleDeadGroupMemberClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, FakeGroupMemberClass) == 0x000DF0, "Member 'AFGAIGroupCharacter::FakeGroupMemberClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, Meshes) == 0x000DF8, "Member 'AFGAIGroupCharacter::Meshes' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, GroupTemplate) == 0x000E08, "Member 'AFGAIGroupCharacter::GroupTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, Healths) == 0x000E10, "Member 'AFGAIGroupCharacter::Healths' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, CurrentMeshLocations) == 0x000E20, "Member 'AFGAIGroupCharacter::CurrentMeshLocations' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, DeadMeshes) == 0x000E30, "Member 'AFGAIGroupCharacter::DeadMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, DeadCharacters) == 0x000E40, "Member 'AFGAIGroupCharacter::DeadCharacters' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, DieHitDirections) == 0x000E50, "Member 'AFGAIGroupCharacter::DieHitDirections' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, bGroupIsDied) == 0x000E60, "Member 'AFGAIGroupCharacter::bGroupIsDied' has a wrong offset!"); \ static_assert(offsetof(AFGAIGroupCharacter, RelativeGroupMemberRotation) == 0x000E64, "Member 'AFGAIGroupCharacter::RelativeGroupMemberRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGenericManager \ static_assert(alignof(AFGGenericManager) == 0x000008, "Wrong alignment on AFGGenericManager"); \ static_assert(sizeof(AFGGenericManager) == 0x000220, "Wrong size on AFGGenericManager"); \ #define DUMPER7_ASSERTS_FGResourceManager_ConsumeResource \ static_assert(alignof(FGResourceManager_ConsumeResource) == 0x000008, "Wrong alignment on FGResourceManager_ConsumeResource"); \ static_assert(sizeof(FGResourceManager_ConsumeResource) == 0x000020, "Wrong size on FGResourceManager_ConsumeResource"); \ static_assert(offsetof(FGResourceManager_ConsumeResource, Resource) == 0x000000, "Member 'FGResourceManager_ConsumeResource::Resource' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResource, PlayerCharacter) == 0x000010, "Member 'FGResourceManager_ConsumeResource::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResource, bUseDepotInventory) == 0x000018, "Member 'FGResourceManager_ConsumeResource::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResource, bIsParentClass) == 0x000019, "Member 'FGResourceManager_ConsumeResource::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResource, ReturnValue) == 0x00001A, "Member 'FGResourceManager_ConsumeResource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGResourceManager_ConsumeResourceByClass \ static_assert(alignof(FGResourceManager_ConsumeResourceByClass) == 0x000008, "Wrong alignment on FGResourceManager_ConsumeResourceByClass"); \ static_assert(sizeof(FGResourceManager_ConsumeResourceByClass) == 0x000020, "Wrong size on FGResourceManager_ConsumeResourceByClass"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, Class_0) == 0x000000, "Member 'FGResourceManager_ConsumeResourceByClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, Amount) == 0x000008, "Member 'FGResourceManager_ConsumeResourceByClass::Amount' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, PlayerCharacter) == 0x000010, "Member 'FGResourceManager_ConsumeResourceByClass::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, bUseDepotInventory) == 0x000018, "Member 'FGResourceManager_ConsumeResourceByClass::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, bIsParentClass) == 0x000019, "Member 'FGResourceManager_ConsumeResourceByClass::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResourceByClass, ReturnValue) == 0x00001A, "Member 'FGResourceManager_ConsumeResourceByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGResourceManager_ConsumeResources \ static_assert(alignof(FGResourceManager_ConsumeResources) == 0x000008, "Wrong alignment on FGResourceManager_ConsumeResources"); \ static_assert(sizeof(FGResourceManager_ConsumeResources) == 0x000020, "Wrong size on FGResourceManager_ConsumeResources"); \ static_assert(offsetof(FGResourceManager_ConsumeResources, Resources) == 0x000000, "Member 'FGResourceManager_ConsumeResources::Resources' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResources, PlayerCharacter) == 0x000010, "Member 'FGResourceManager_ConsumeResources::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResources, bUseDepotInventory) == 0x000018, "Member 'FGResourceManager_ConsumeResources::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResources, bIsParentClass) == 0x000019, "Member 'FGResourceManager_ConsumeResources::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_ConsumeResources, ReturnValue) == 0x00001A, "Member 'FGResourceManager_ConsumeResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGResourceManager_GetResourceAmount \ static_assert(alignof(FGResourceManager_GetResourceAmount) == 0x000008, "Wrong alignment on FGResourceManager_GetResourceAmount"); \ static_assert(sizeof(FGResourceManager_GetResourceAmount) == 0x000010, "Wrong size on FGResourceManager_GetResourceAmount"); \ static_assert(offsetof(FGResourceManager_GetResourceAmount, ItemClass) == 0x000000, "Member 'FGResourceManager_GetResourceAmount::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmount, bUseDepotInventory) == 0x000008, "Member 'FGResourceManager_GetResourceAmount::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmount, bIsParentClass) == 0x000009, "Member 'FGResourceManager_GetResourceAmount::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmount, ReturnValue) == 0x00000C, "Member 'FGResourceManager_GetResourceAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGResourceManager_GetResourceAmountForPlayerCharacter \ static_assert(alignof(FGResourceManager_GetResourceAmountForPlayerCharacter) == 0x000008, "Wrong alignment on FGResourceManager_GetResourceAmountForPlayerCharacter"); \ static_assert(sizeof(FGResourceManager_GetResourceAmountForPlayerCharacter) == 0x000018, "Wrong size on FGResourceManager_GetResourceAmountForPlayerCharacter"); \ static_assert(offsetof(FGResourceManager_GetResourceAmountForPlayerCharacter, ItemClass) == 0x000000, "Member 'FGResourceManager_GetResourceAmountForPlayerCharacter::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmountForPlayerCharacter, PlayerCharacter) == 0x000008, "Member 'FGResourceManager_GetResourceAmountForPlayerCharacter::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmountForPlayerCharacter, bUseDepotInventory) == 0x000010, "Member 'FGResourceManager_GetResourceAmountForPlayerCharacter::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmountForPlayerCharacter, bIsParentClass) == 0x000011, "Member 'FGResourceManager_GetResourceAmountForPlayerCharacter::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourceAmountForPlayerCharacter, ReturnValue) == 0x000014, "Member 'FGResourceManager_GetResourceAmountForPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGResourceManager_GetResourcesAmount \ static_assert(alignof(FGResourceManager_GetResourcesAmount) == 0x000008, "Wrong alignment on FGResourceManager_GetResourcesAmount"); \ static_assert(sizeof(FGResourceManager_GetResourcesAmount) == 0x000028, "Wrong size on FGResourceManager_GetResourcesAmount"); \ static_assert(offsetof(FGResourceManager_GetResourcesAmount, ItemsClasses) == 0x000000, "Member 'FGResourceManager_GetResourcesAmount::ItemsClasses' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourcesAmount, bUseDepotInventory) == 0x000010, "Member 'FGResourceManager_GetResourcesAmount::bUseDepotInventory' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourcesAmount, bIsParentClass) == 0x000011, "Member 'FGResourceManager_GetResourcesAmount::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGResourceManager_GetResourcesAmount, ReturnValue) == 0x000018, "Member 'FGResourceManager_GetResourcesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGResourceManager \ static_assert(alignof(AFGResourceManager) == 0x000008, "Wrong alignment on AFGResourceManager"); \ static_assert(sizeof(AFGResourceManager) == 0x000270, "Wrong size on AFGResourceManager"); \ static_assert(offsetof(AFGResourceManager, DepotInventory) == 0x000220, "Member 'AFGResourceManager::DepotInventory' has a wrong offset!"); \ static_assert(offsetof(AFGResourceManager, LocalPlayerCharacter) == 0x000228, "Member 'AFGResourceManager::LocalPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGResourceManager, RegisteredWagonModules) == 0x000230, "Member 'AFGResourceManager::RegisteredWagonModules' has a wrong offset!"); \ static_assert(offsetof(AFGResourceManager, OnTrainInventoriesUpdated) == 0x000240, "Member 'AFGResourceManager::OnTrainInventoriesUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGResourceManager, OnDepotInventoryUpdated) == 0x000250, "Member 'AFGResourceManager::OnDepotInventoryUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGResourceManager, OnAllInventoriesUpdated) == 0x000260, "Member 'AFGResourceManager::OnAllInventoriesUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIGroupController \ static_assert(alignof(AFGAIGroupController) == 0x000008, "Wrong alignment on AFGAIGroupController"); \ static_assert(sizeof(AFGAIGroupController) == 0x000328, "Wrong size on AFGAIGroupController"); \ #define DUMPER7_ASSERTS_UFGAIJellyfishMovementComponent \ static_assert(alignof(UFGAIJellyfishMovementComponent) == 0x000010, "Wrong alignment on UFGAIJellyfishMovementComponent"); \ static_assert(sizeof(UFGAIJellyfishMovementComponent) == 0x000B00, "Wrong size on UFGAIJellyfishMovementComponent"); \ static_assert(offsetof(UFGAIJellyfishMovementComponent, OwnerJellyfishCharacter) == 0x000AF8, "Member 'UFGAIJellyfishMovementComponent::OwnerJellyfishCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_AssignCharacter \ static_assert(alignof(FGAIJob_AssignCharacter) == 0x000008, "Wrong alignment on FGAIJob_AssignCharacter"); \ static_assert(sizeof(FGAIJob_AssignCharacter) == 0x000008, "Wrong size on FGAIJob_AssignCharacter"); \ static_assert(offsetof(FGAIJob_AssignCharacter, Character) == 0x000000, "Member 'FGAIJob_AssignCharacter::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_ExcludeCharacter \ static_assert(alignof(FGAIJob_ExcludeCharacter) == 0x000008, "Wrong alignment on FGAIJob_ExcludeCharacter"); \ static_assert(sizeof(FGAIJob_ExcludeCharacter) == 0x000008, "Wrong size on FGAIJob_ExcludeCharacter"); \ static_assert(offsetof(FGAIJob_ExcludeCharacter, Character) == 0x000000, "Member 'FGAIJob_ExcludeCharacter::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_IsValidJob \ static_assert(alignof(FGAIJob_IsValidJob) == 0x000001, "Wrong alignment on FGAIJob_IsValidJob"); \ static_assert(sizeof(FGAIJob_IsValidJob) == 0x000001, "Wrong size on FGAIJob_IsValidJob"); \ static_assert(offsetof(FGAIJob_IsValidJob, ReturnValue) == 0x000000, "Member 'FGAIJob_IsValidJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_OnAssign \ static_assert(alignof(FGAIJob_OnAssign) == 0x000008, "Wrong alignment on FGAIJob_OnAssign"); \ static_assert(sizeof(FGAIJob_OnAssign) == 0x000008, "Wrong size on FGAIJob_OnAssign"); \ static_assert(offsetof(FGAIJob_OnAssign, Character) == 0x000000, "Member 'FGAIJob_OnAssign::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_OnExclude \ static_assert(alignof(FGAIJob_OnExclude) == 0x000008, "Wrong alignment on FGAIJob_OnExclude"); \ static_assert(sizeof(FGAIJob_OnExclude) == 0x000008, "Wrong size on FGAIJob_OnExclude"); \ static_assert(offsetof(FGAIJob_OnExclude, Character) == 0x000000, "Member 'FGAIJob_OnExclude::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_Contains \ static_assert(alignof(FGAIJob_Contains) == 0x000008, "Wrong alignment on FGAIJob_Contains"); \ static_assert(sizeof(FGAIJob_Contains) == 0x000010, "Wrong size on FGAIJob_Contains"); \ static_assert(offsetof(FGAIJob_Contains, Character) == 0x000000, "Member 'FGAIJob_Contains::Character' has a wrong offset!"); \ static_assert(offsetof(FGAIJob_Contains, ReturnValue) == 0x000008, "Member 'FGAIJob_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_GetTimeSeconds \ static_assert(alignof(FGAIJob_GetTimeSeconds) == 0x000004, "Wrong alignment on FGAIJob_GetTimeSeconds"); \ static_assert(sizeof(FGAIJob_GetTimeSeconds) == 0x000004, "Wrong size on FGAIJob_GetTimeSeconds"); \ static_assert(offsetof(FGAIJob_GetTimeSeconds, ReturnValue) == 0x000000, "Member 'FGAIJob_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_IsCharacterA_Better_CharacterB \ static_assert(alignof(FGAIJob_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on FGAIJob_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(FGAIJob_IsCharacterA_Better_CharacterB) == 0x000018, "Wrong size on FGAIJob_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(FGAIJob_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'FGAIJob_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(FGAIJob_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'FGAIJob_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(FGAIJob_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'FGAIJob_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIJob_IsValidForJob \ static_assert(alignof(FGAIJob_IsValidForJob) == 0x000008, "Wrong alignment on FGAIJob_IsValidForJob"); \ static_assert(sizeof(FGAIJob_IsValidForJob) == 0x000010, "Wrong size on FGAIJob_IsValidForJob"); \ static_assert(offsetof(FGAIJob_IsValidForJob, Character) == 0x000000, "Member 'FGAIJob_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(FGAIJob_IsValidForJob, ReturnValue) == 0x000008, "Member 'FGAIJob_IsValidForJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAIJob \ static_assert(alignof(UFGAIJob) == 0x000008, "Wrong alignment on UFGAIJob"); \ static_assert(sizeof(UFGAIJob) == 0x000060, "Wrong size on UFGAIJob"); \ static_assert(offsetof(UFGAIJob, JobType) == 0x000028, "Member 'UFGAIJob::JobType' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, Priority) == 0x00002C, "Member 'UFGAIJob::Priority' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, DesiredWorkers) == 0x000030, "Member 'UFGAIJob::DesiredWorkers' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, UpdatePeriod) == 0x000034, "Member 'UFGAIJob::UpdatePeriod' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, bDestroyOnAbort) == 0x000038, "Member 'UFGAIJob::bDestroyOnAbort' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, AIDirectorModule) == 0x000040, "Member 'UFGAIJob::AIDirectorModule' has a wrong offset!"); \ static_assert(offsetof(UFGAIJob, AssignedCharacters) == 0x000048, "Member 'UFGAIJob::AssignedCharacters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCameraManager_GetCameraModeAlpha \ static_assert(alignof(FGPlayerCameraManager_GetCameraModeAlpha) == 0x000004, "Wrong alignment on FGPlayerCameraManager_GetCameraModeAlpha"); \ static_assert(sizeof(FGPlayerCameraManager_GetCameraModeAlpha) == 0x000004, "Wrong size on FGPlayerCameraManager_GetCameraModeAlpha"); \ static_assert(offsetof(FGPlayerCameraManager_GetCameraModeAlpha, ReturnValue) == 0x000000, "Member 'FGPlayerCameraManager_GetCameraModeAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerCameraManager \ static_assert(alignof(AFGPlayerCameraManager) == 0x000010, "Wrong alignment on AFGPlayerCameraManager"); \ static_assert(sizeof(AFGPlayerCameraManager) == 0x002860, "Wrong size on AFGPlayerCameraManager"); \ static_assert(offsetof(AFGPlayerCameraManager, TargetingOffsetFOV) == 0x00282C, "Member 'AFGPlayerCameraManager::TargetingOffsetFOV' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, LookOutOffsetFOV) == 0x002830, "Member 'AFGPlayerCameraManager::LookOutOffsetFOV' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, LookOutInterpSpeed) == 0x002834, "Member 'AFGPlayerCameraManager::LookOutInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, GI) == 0x002840, "Member 'AFGPlayerCameraManager::GI' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, bIsLookCloser) == 0x002848, "Member 'AFGPlayerCameraManager::bIsLookCloser' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, LookCloserOffset) == 0x00284C, "Member 'AFGPlayerCameraManager::LookCloserOffset' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCameraManager, LookCloserInterpSpeed) == 0x002850, "Member 'AFGPlayerCameraManager::LookCloserInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAimAssistComponent_GetEnemyCapsuleScreenBounds \ static_assert(alignof(FGAimAssistComponent_GetEnemyCapsuleScreenBounds) == 0x000008, "Wrong alignment on FGAimAssistComponent_GetEnemyCapsuleScreenBounds"); \ static_assert(sizeof(FGAimAssistComponent_GetEnemyCapsuleScreenBounds) == 0x000020, "Wrong size on FGAimAssistComponent_GetEnemyCapsuleScreenBounds"); \ static_assert(offsetof(FGAimAssistComponent_GetEnemyCapsuleScreenBounds, AICharacter) == 0x000000, "Member 'FGAimAssistComponent_GetEnemyCapsuleScreenBounds::AICharacter' has a wrong offset!"); \ static_assert(offsetof(FGAimAssistComponent_GetEnemyCapsuleScreenBounds, ReturnValue) == 0x000008, "Member 'FGAimAssistComponent_GetEnemyCapsuleScreenBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAimAssistComponent \ static_assert(alignof(UFGAimAssistComponent) == 0x000008, "Wrong alignment on UFGAimAssistComponent"); \ static_assert(sizeof(UFGAimAssistComponent) == 0x000130, "Wrong size on UFGAimAssistComponent"); \ static_assert(offsetof(UFGAimAssistComponent, AimAssistRadius) == 0x0000B0, "Member 'UFGAimAssistComponent::AimAssistRadius' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, SlowDownStrength) == 0x0000B4, "Member 'UFGAimAssistComponent::SlowDownStrength' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, SlowDownStrengthTrageting) == 0x0000B8, "Member 'UFGAimAssistComponent::SlowDownStrengthTrageting' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, RotationalStrength) == 0x0000BC, "Member 'UFGAimAssistComponent::RotationalStrength' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, RotationalStrengthTargeting) == 0x0000C0, "Member 'UFGAimAssistComponent::RotationalStrengthTargeting' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, MaxRotationDelta) == 0x0000C4, "Member 'UFGAimAssistComponent::MaxRotationDelta' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, SuddenMovementThreshold) == 0x0000C8, "Member 'UFGAimAssistComponent::SuddenMovementThreshold' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, DeadZoneInputThreshold) == 0x0000CC, "Member 'UFGAimAssistComponent::DeadZoneInputThreshold' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, ReleaseSmoothness) == 0x0000D0, "Member 'UFGAimAssistComponent::ReleaseSmoothness' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, bDebug) == 0x0000D4, "Member 'UFGAimAssistComponent::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, CurrentAimTarget) == 0x0000D8, "Member 'UFGAimAssistComponent::CurrentAimTarget' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, OwningCharacter) == 0x0000E0, "Member 'UFGAimAssistComponent::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, OwningController) == 0x0000E8, "Member 'UFGAimAssistComponent::OwningController' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, AIDirectorManager) == 0x0000F0, "Member 'UFGAimAssistComponent::AIDirectorManager' has a wrong offset!"); \ static_assert(offsetof(UFGAimAssistComponent, FGGameInstance) == 0x0000F8, "Member 'UFGAimAssistComponent::FGGameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraph \ static_assert(alignof(UFGQuestGraph) == 0x000008, "Wrong alignment on UFGQuestGraph"); \ static_assert(sizeof(UFGQuestGraph) == 0x0000D8, "Wrong size on UFGQuestGraph"); \ static_assert(offsetof(UFGQuestGraph, RequirementsToStartQuest) == 0x000030, "Member 'UFGQuestGraph::RequirementsToStartQuest' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, AllNodes) == 0x000040, "Member 'UFGQuestGraph::AllNodes' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, RootNodes) == 0x000050, "Member 'UFGQuestGraph::RootNodes' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, bIsRunning) == 0x000060, "Member 'UFGQuestGraph::bIsRunning' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, PawnInstigator) == 0x000068, "Member 'UFGQuestGraph::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, GraphInstance) == 0x000070, "Member 'UFGQuestGraph::GraphInstance' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, GraphTemplate) == 0x000078, "Member 'UFGQuestGraph::GraphTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, QuestTemplate) == 0x000080, "Member 'UFGQuestGraph::QuestTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, QuestInstance) == 0x000088, "Member 'UFGQuestGraph::QuestInstance' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, NodesRunningQueue) == 0x000098, "Member 'UFGQuestGraph::NodesRunningQueue' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, NodesPendingRemoveRunning) == 0x0000A8, "Member 'UFGQuestGraph::NodesPendingRemoveRunning' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, NodesPendingExecuteQueue) == 0x0000B8, "Member 'UFGQuestGraph::NodesPendingExecuteQueue' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraph, NodesComplete) == 0x0000C8, "Member 'UFGQuestGraph::NodesComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIModuleTriggerVolume_OnComponentBeginOverlap \ static_assert(alignof(FGAIModuleTriggerVolume_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on FGAIModuleTriggerVolume_OnComponentBeginOverlap"); \ static_assert(sizeof(FGAIModuleTriggerVolume_OnComponentBeginOverlap) == 0x0000A8, "Wrong size on FGAIModuleTriggerVolume_OnComponentBeginOverlap"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, OtherActor) == 0x000008, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGAIModuleTriggerVolume_OnComponentBeginOverlap, SweepResult) == 0x000020, "Member 'FGAIModuleTriggerVolume_OnComponentBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIModuleTriggerVolume \ static_assert(alignof(AFGAIModuleTriggerVolume) == 0x000008, "Wrong alignment on AFGAIModuleTriggerVolume"); \ static_assert(sizeof(AFGAIModuleTriggerVolume) == 0x000238, "Wrong size on AFGAIModuleTriggerVolume"); \ static_assert(offsetof(AFGAIModuleTriggerVolume, CollisionShape) == 0x000220, "Member 'AFGAIModuleTriggerVolume::CollisionShape' has a wrong offset!"); \ static_assert(offsetof(AFGAIModuleTriggerVolume, CustomChunkClass) == 0x000228, "Member 'AFGAIModuleTriggerVolume::CustomChunkClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIModuleTriggerVolume, TriggerName) == 0x000230, "Member 'AFGAIModuleTriggerVolume::TriggerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIMultispawner_SetMaxSpawners \ static_assert(alignof(FGAIMultispawner_SetMaxSpawners) == 0x000004, "Wrong alignment on FGAIMultispawner_SetMaxSpawners"); \ static_assert(sizeof(FGAIMultispawner_SetMaxSpawners) == 0x000004, "Wrong size on FGAIMultispawner_SetMaxSpawners"); \ static_assert(offsetof(FGAIMultispawner_SetMaxSpawners, SpawnersLimit) == 0x000000, "Member 'FGAIMultispawner_SetMaxSpawners::SpawnersLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAIMultispawner_SetMinimalDistance \ static_assert(alignof(FGAIMultispawner_SetMinimalDistance) == 0x000004, "Wrong alignment on FGAIMultispawner_SetMinimalDistance"); \ static_assert(sizeof(FGAIMultispawner_SetMinimalDistance) == 0x000004, "Wrong size on FGAIMultispawner_SetMinimalDistance"); \ static_assert(offsetof(FGAIMultispawner_SetMinimalDistance, MinimalDistance) == 0x000000, "Member 'FGAIMultispawner_SetMinimalDistance::MinimalDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAIMultispawner \ static_assert(alignof(AFGAIMultispawner) == 0x000008, "Wrong alignment on AFGAIMultispawner"); \ static_assert(sizeof(AFGAIMultispawner) == 0x000378, "Wrong size on AFGAIMultispawner"); \ static_assert(offsetof(AFGAIMultispawner, Subzone) == 0x000328, "Member 'AFGAIMultispawner::Subzone' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, bUseAttachComponents) == 0x000334, "Member 'AFGAIMultispawner::bUseAttachComponents' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, AttachActorClass) == 0x000338, "Member 'AFGAIMultispawner::AttachActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, AttachComponentClass) == 0x000340, "Member 'AFGAIMultispawner::AttachComponentClass' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, SpawnPoints) == 0x000348, "Member 'AFGAIMultispawner::SpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, bFindPoints) == 0x000358, "Member 'AFGAIMultispawner::bFindPoints' has a wrong offset!"); \ static_assert(offsetof(AFGAIMultispawner, StartFrom) == 0x00035C, "Member 'AFGAIMultispawner::StartFrom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBaseLootSpawnController_OnLootDestroyed \ static_assert(alignof(FGBaseLootSpawnController_OnLootDestroyed) == 0x000008, "Wrong alignment on FGBaseLootSpawnController_OnLootDestroyed"); \ static_assert(sizeof(FGBaseLootSpawnController_OnLootDestroyed) == 0x000008, "Wrong size on FGBaseLootSpawnController_OnLootDestroyed"); \ static_assert(offsetof(FGBaseLootSpawnController_OnLootDestroyed, DestroyedActor) == 0x000000, "Member 'FGBaseLootSpawnController_OnLootDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGBaseLootSpawnController \ static_assert(alignof(AFGBaseLootSpawnController) == 0x000008, "Wrong alignment on AFGBaseLootSpawnController"); \ static_assert(sizeof(AFGBaseLootSpawnController) == 0x000248, "Wrong size on AFGBaseLootSpawnController"); \ static_assert(offsetof(AFGBaseLootSpawnController, bIsStateRestored) == 0x000228, "Member 'AFGBaseLootSpawnController::bIsStateRestored' has a wrong offset!"); \ static_assert(offsetof(AFGBaseLootSpawnController, ParentChunk) == 0x000230, "Member 'AFGBaseLootSpawnController::ParentChunk' has a wrong offset!"); \ static_assert(offsetof(AFGBaseLootSpawnController, ParentLevelStreamingVolume) == 0x000238, "Member 'AFGBaseLootSpawnController::ParentLevelStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGBaseLootSpawnController, bValidateChunk) == 0x000240, "Member 'AFGBaseLootSpawnController::bValidateChunk' has a wrong offset!"); \ static_assert(offsetof(AFGBaseLootSpawnController, bAutoStart) == 0x000241, "Member 'AFGBaseLootSpawnController::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(AFGBaseLootSpawnController, LootAreaType) == 0x000242, "Member 'AFGBaseLootSpawnController::LootAreaType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGSharkMutagenSpawnController \ static_assert(alignof(AFGSharkMutagenSpawnController) == 0x000008, "Wrong alignment on AFGSharkMutagenSpawnController"); \ static_assert(sizeof(AFGSharkMutagenSpawnController) == 0x0002C0, "Wrong size on AFGSharkMutagenSpawnController"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, MutagenItemClass) == 0x000248, "Member 'AFGSharkMutagenSpawnController::MutagenItemClass' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, MiddleSpawnPoints) == 0x000250, "Member 'AFGSharkMutagenSpawnController::MiddleSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, MiddleSpawnPointClasses) == 0x000260, "Member 'AFGSharkMutagenSpawnController::MiddleSpawnPointClasses' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, FarSpawnPoints) == 0x000270, "Member 'AFGSharkMutagenSpawnController::FarSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, FarSpawnPointClasses) == 0x000280, "Member 'AFGSharkMutagenSpawnController::FarSpawnPointClasses' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, MiddleSpawnedMutagens) == 0x000290, "Member 'AFGSharkMutagenSpawnController::MiddleSpawnedMutagens' has a wrong offset!"); \ static_assert(offsetof(AFGSharkMutagenSpawnController, FarSpawnedMutagens) == 0x0002A0, "Member 'AFGSharkMutagenSpawnController::FarSpawnedMutagens' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISense_HearingShots_ReportShotsNoiseEvent \ static_assert(alignof(FGAISense_HearingShots_ReportShotsNoiseEvent) == 0x000008, "Wrong alignment on FGAISense_HearingShots_ReportShotsNoiseEvent"); \ static_assert(sizeof(FGAISense_HearingShots_ReportShotsNoiseEvent) == 0x000030, "Wrong size on FGAISense_HearingShots_ReportShotsNoiseEvent"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, WorldContextObject) == 0x000000, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, NoiseLocation) == 0x000008, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, Loudness) == 0x000014, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::Loudness' has a wrong offset!"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, Instigator) == 0x000018, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, MaxRange) == 0x000020, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FGAISense_HearingShots_ReportShotsNoiseEvent, Tag) == 0x000024, "Member 'FGAISense_HearingShots_ReportShotsNoiseEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISense_HearingShots \ static_assert(alignof(UFGAISense_HearingShots) == 0x000008, "Wrong alignment on UFGAISense_HearingShots"); \ static_assert(sizeof(UFGAISense_HearingShots) == 0x0000F8, "Wrong size on UFGAISense_HearingShots"); \ static_assert(offsetof(UFGAISense_HearingShots, RegisteredEvents) == 0x0000E8, "Member 'UFGAISense_HearingShots::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAISense_Horn_ReportHornEvent \ static_assert(alignof(FGAISense_Horn_ReportHornEvent) == 0x000008, "Wrong alignment on FGAISense_Horn_ReportHornEvent"); \ static_assert(sizeof(FGAISense_Horn_ReportHornEvent) == 0x000020, "Wrong size on FGAISense_Horn_ReportHornEvent"); \ static_assert(offsetof(FGAISense_Horn_ReportHornEvent, WorldContextObject) == 0x000000, "Member 'FGAISense_Horn_ReportHornEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGAISense_Horn_ReportHornEvent, Instigator) == 0x000008, "Member 'FGAISense_Horn_ReportHornEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGAISense_Horn_ReportHornEvent, EventLocation) == 0x000010, "Member 'FGAISense_Horn_ReportHornEvent::EventLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISense_Horn \ static_assert(alignof(UFGAISense_Horn) == 0x000008, "Wrong alignment on UFGAISense_Horn"); \ static_assert(sizeof(UFGAISense_Horn) == 0x000090, "Wrong size on UFGAISense_Horn"); \ static_assert(offsetof(UFGAISense_Horn, RegisteredEvents) == 0x000080, "Member 'UFGAISense_Horn::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_ClientOnAchievementCountersUpdated \ static_assert(alignof(FGPlayerState_ClientOnAchievementCountersUpdated) == 0x000008, "Wrong alignment on FGPlayerState_ClientOnAchievementCountersUpdated"); \ static_assert(sizeof(FGPlayerState_ClientOnAchievementCountersUpdated) == 0x000010, "Wrong size on FGPlayerState_ClientOnAchievementCountersUpdated"); \ static_assert(offsetof(FGPlayerState_ClientOnAchievementCountersUpdated, AchievementCounterItems) == 0x000000, "Member 'FGPlayerState_ClientOnAchievementCountersUpdated::AchievementCounterItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_ClientSaveData \ static_assert(alignof(FGPlayerState_ClientSaveData) == 0x000010, "Wrong alignment on FGPlayerState_ClientSaveData"); \ static_assert(sizeof(FGPlayerState_ClientSaveData) == 0x0007B0, "Wrong size on FGPlayerState_ClientSaveData"); \ static_assert(offsetof(FGPlayerState_ClientSaveData, LoadedWorldSaveData) == 0x000000, "Member 'FGPlayerState_ClientSaveData::LoadedWorldSaveData' has a wrong offset!"); \ static_assert(offsetof(FGPlayerState_ClientSaveData, LoadedProfileSaveData) == 0x0004F0, "Member 'FGPlayerState_ClientSaveData::LoadedProfileSaveData' has a wrong offset!"); \ static_assert(offsetof(FGPlayerState_ClientSaveData, SaveName) == 0x0007A0, "Member 'FGPlayerState_ClientSaveData::SaveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_GetAchievementCounterValue \ static_assert(alignof(FGPlayerState_GetAchievementCounterValue) == 0x000004, "Wrong alignment on FGPlayerState_GetAchievementCounterValue"); \ static_assert(sizeof(FGPlayerState_GetAchievementCounterValue) == 0x000008, "Wrong size on FGPlayerState_GetAchievementCounterValue"); \ static_assert(offsetof(FGPlayerState_GetAchievementCounterValue, AchievementType) == 0x000000, "Member 'FGPlayerState_GetAchievementCounterValue::AchievementType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerState_GetAchievementCounterValue, ReturnValue) == 0x000004, "Member 'FGPlayerState_GetAchievementCounterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_GetPlayerProfile \ static_assert(alignof(FGPlayerState_GetPlayerProfile) == 0x000008, "Wrong alignment on FGPlayerState_GetPlayerProfile"); \ static_assert(sizeof(FGPlayerState_GetPlayerProfile) == 0x0002B0, "Wrong size on FGPlayerState_GetPlayerProfile"); \ static_assert(offsetof(FGPlayerState_GetPlayerProfile, ReturnValue) == 0x000000, "Member 'FGPlayerState_GetPlayerProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_IsSaveDataLoaded \ static_assert(alignof(FGPlayerState_IsSaveDataLoaded) == 0x000001, "Wrong alignment on FGPlayerState_IsSaveDataLoaded"); \ static_assert(sizeof(FGPlayerState_IsSaveDataLoaded) == 0x000001, "Wrong size on FGPlayerState_IsSaveDataLoaded"); \ static_assert(offsetof(FGPlayerState_IsSaveDataLoaded, ReturnValue) == 0x000000, "Member 'FGPlayerState_IsSaveDataLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_ServerSendClientSaveData \ static_assert(alignof(FGPlayerState_ServerSendClientSaveData) == 0x000010, "Wrong alignment on FGPlayerState_ServerSendClientSaveData"); \ static_assert(sizeof(FGPlayerState_ServerSendClientSaveData) == 0x0007A0, "Wrong size on FGPlayerState_ServerSendClientSaveData"); \ static_assert(offsetof(FGPlayerState_ServerSendClientSaveData, LoadedWorldSaveData) == 0x000000, "Member 'FGPlayerState_ServerSendClientSaveData::LoadedWorldSaveData' has a wrong offset!"); \ static_assert(offsetof(FGPlayerState_ServerSendClientSaveData, LoadedProfileSaveData) == 0x0004F0, "Member 'FGPlayerState_ServerSendClientSaveData::LoadedProfileSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerState_ServerSetPlayerName \ static_assert(alignof(FGPlayerState_ServerSetPlayerName) == 0x000008, "Wrong alignment on FGPlayerState_ServerSetPlayerName"); \ static_assert(sizeof(FGPlayerState_ServerSetPlayerName) == 0x000010, "Wrong size on FGPlayerState_ServerSetPlayerName"); \ static_assert(offsetof(FGPlayerState_ServerSetPlayerName, NewPlayerName) == 0x000000, "Member 'FGPlayerState_ServerSetPlayerName::NewPlayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerState \ static_assert(alignof(AFGPlayerState) == 0x000010, "Wrong alignment on AFGPlayerState"); \ static_assert(sizeof(AFGPlayerState) == 0x000C10, "Wrong size on AFGPlayerState"); \ static_assert(offsetof(AFGPlayerState, bSteamNameInitialized) == 0x000320, "Member 'AFGPlayerState::bSteamNameInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, ProfileSaveData) == 0x000330, "Member 'AFGPlayerState::ProfileSaveData' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, bIsSaveDataLoaded) == 0x0005E0, "Member 'AFGPlayerState::bIsSaveDataLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, WorldSaveData) == 0x0005F0, "Member 'AFGPlayerState::WorldSaveData' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, PlayerSaveData) == 0x000AE0, "Member 'AFGPlayerState::PlayerSaveData' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, WorldSaveDataInstance) == 0x000BF8, "Member 'AFGPlayerState::WorldSaveDataInstance' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerState, ProfileSaveDataInstance) == 0x000C00, "Member 'AFGPlayerState::ProfileSaveDataInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISense_TeamSight \ static_assert(alignof(UFGAISense_TeamSight) == 0x000008, "Wrong alignment on UFGAISense_TeamSight"); \ static_assert(sizeof(UFGAISense_TeamSight) == 0x000080, "Wrong size on UFGAISense_TeamSight"); \ #define DUMPER7_ASSERTS_UFGNPCSpecComponent \ static_assert(alignof(UFGNPCSpecComponent) == 0x000008, "Wrong alignment on UFGNPCSpecComponent"); \ static_assert(sizeof(UFGNPCSpecComponent) == 0x0000B0, "Wrong size on UFGNPCSpecComponent"); \ #define DUMPER7_ASSERTS_FGAISense_TrainNPC_ReportNPCEvent \ static_assert(alignof(FGAISense_TrainNPC_ReportNPCEvent) == 0x000008, "Wrong alignment on FGAISense_TrainNPC_ReportNPCEvent"); \ static_assert(sizeof(FGAISense_TrainNPC_ReportNPCEvent) == 0x000020, "Wrong size on FGAISense_TrainNPC_ReportNPCEvent"); \ static_assert(offsetof(FGAISense_TrainNPC_ReportNPCEvent, WorldContextObject) == 0x000000, "Member 'FGAISense_TrainNPC_ReportNPCEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGAISense_TrainNPC_ReportNPCEvent, Instigator) == 0x000008, "Member 'FGAISense_TrainNPC_ReportNPCEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGAISense_TrainNPC_ReportNPCEvent, EventLocation) == 0x000010, "Member 'FGAISense_TrainNPC_ReportNPCEvent::EventLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISense_TrainNPC \ static_assert(alignof(UFGAISense_TrainNPC) == 0x000008, "Wrong alignment on UFGAISense_TrainNPC"); \ static_assert(sizeof(UFGAISense_TrainNPC) == 0x000090, "Wrong size on UFGAISense_TrainNPC"); \ static_assert(offsetof(UFGAISense_TrainNPC, RegisteredEvents) == 0x000080, "Member 'UFGAISense_TrainNPC::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISenseConfig_HearingShots \ static_assert(alignof(UFGAISenseConfig_HearingShots) == 0x000008, "Wrong alignment on UFGAISenseConfig_HearingShots"); \ static_assert(sizeof(UFGAISenseConfig_HearingShots) == 0x000060, "Wrong size on UFGAISenseConfig_HearingShots"); \ #define DUMPER7_ASSERTS_FGScientistArenaManager_GetBossArenaStreamingVolume \ static_assert(alignof(FGScientistArenaManager_GetBossArenaStreamingVolume) == 0x000008, "Wrong alignment on FGScientistArenaManager_GetBossArenaStreamingVolume"); \ static_assert(sizeof(FGScientistArenaManager_GetBossArenaStreamingVolume) == 0x000008, "Wrong size on FGScientistArenaManager_GetBossArenaStreamingVolume"); \ static_assert(offsetof(FGScientistArenaManager_GetBossArenaStreamingVolume, ReturnValue) == 0x000000, "Member 'FGScientistArenaManager_GetBossArenaStreamingVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGScientistArenaManager_IsAnyPlayerOnArena \ static_assert(alignof(FGScientistArenaManager_IsAnyPlayerOnArena) == 0x000001, "Wrong alignment on FGScientistArenaManager_IsAnyPlayerOnArena"); \ static_assert(sizeof(FGScientistArenaManager_IsAnyPlayerOnArena) == 0x000001, "Wrong size on FGScientistArenaManager_IsAnyPlayerOnArena"); \ static_assert(offsetof(FGScientistArenaManager_IsAnyPlayerOnArena, ReturnValue) == 0x000000, "Member 'FGScientistArenaManager_IsAnyPlayerOnArena::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGScientistArenaManager_IsPlayerOnArena \ static_assert(alignof(FGScientistArenaManager_IsPlayerOnArena) == 0x000008, "Wrong alignment on FGScientistArenaManager_IsPlayerOnArena"); \ static_assert(sizeof(FGScientistArenaManager_IsPlayerOnArena) == 0x000010, "Wrong size on FGScientistArenaManager_IsPlayerOnArena"); \ static_assert(offsetof(FGScientistArenaManager_IsPlayerOnArena, PlayerCharacter) == 0x000000, "Member 'FGScientistArenaManager_IsPlayerOnArena::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGScientistArenaManager_IsPlayerOnArena, ReturnValue) == 0x000008, "Member 'FGScientistArenaManager_IsPlayerOnArena::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGScientistArenaManager_OnPlayerTeleportedToArena \ static_assert(alignof(FGScientistArenaManager_OnPlayerTeleportedToArena) == 0x000008, "Wrong alignment on FGScientistArenaManager_OnPlayerTeleportedToArena"); \ static_assert(sizeof(FGScientistArenaManager_OnPlayerTeleportedToArena) == 0x000008, "Wrong size on FGScientistArenaManager_OnPlayerTeleportedToArena"); \ static_assert(offsetof(FGScientistArenaManager_OnPlayerTeleportedToArena, PlayerCharacter) == 0x000000, "Member 'FGScientistArenaManager_OnPlayerTeleportedToArena::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGScientistArenaManager \ static_assert(alignof(AFGScientistArenaManager) == 0x000008, "Wrong alignment on AFGScientistArenaManager"); \ static_assert(sizeof(AFGScientistArenaManager) == 0x000290, "Wrong size on AFGScientistArenaManager"); \ static_assert(offsetof(AFGScientistArenaManager, SceneRoot) == 0x000228, "Member 'AFGScientistArenaManager::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, OverlapBox) == 0x000230, "Member 'AFGScientistArenaManager::OverlapBox' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, ScientistCharacter) == 0x000238, "Member 'AFGScientistArenaManager::ScientistCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, BossArenaStreamingVolume) == 0x000240, "Member 'AFGScientistArenaManager::BossArenaStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, bIsInVoidPhase) == 0x000248, "Member 'AFGScientistArenaManager::bIsInVoidPhase' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, VoidPhaseSpawnPoints) == 0x000250, "Member 'AFGScientistArenaManager::VoidPhaseSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, VoidPhaseSpawnPointsTransforms) == 0x000260, "Member 'AFGScientistArenaManager::VoidPhaseSpawnPointsTransforms' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, FirstPhaseSpawnPoints) == 0x000270, "Member 'AFGScientistArenaManager::FirstPhaseSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGScientistArenaManager, FirstPhaseSpawnPointsTransforms) == 0x000280, "Member 'AFGScientistArenaManager::FirstPhaseSpawnPointsTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISenseConfig_Horn \ static_assert(alignof(UFGAISenseConfig_Horn) == 0x000008, "Wrong alignment on UFGAISenseConfig_Horn"); \ static_assert(sizeof(UFGAISenseConfig_Horn) == 0x000050, "Wrong size on UFGAISenseConfig_Horn"); \ static_assert(offsetof(UFGAISenseConfig_Horn, HearingRange) == 0x000048, "Member 'UFGAISenseConfig_Horn::HearingRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISenseConfig_TeamSight \ static_assert(alignof(UFGAISenseConfig_TeamSight) == 0x000008, "Wrong alignment on UFGAISenseConfig_TeamSight"); \ static_assert(sizeof(UFGAISenseConfig_TeamSight) == 0x000048, "Wrong size on UFGAISenseConfig_TeamSight"); \ #define DUMPER7_ASSERTS_UFGAISenseConfig_TrainNPC \ static_assert(alignof(UFGAISenseConfig_TrainNPC) == 0x000008, "Wrong alignment on UFGAISenseConfig_TrainNPC"); \ static_assert(sizeof(UFGAISenseConfig_TrainNPC) == 0x000050, "Wrong size on UFGAISenseConfig_TrainNPC"); \ static_assert(offsetof(UFGAISenseConfig_TrainNPC, FeelingRange) == 0x000048, "Member 'UFGAISenseConfig_TrainNPC::FeelingRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_OnComponentBeginOverlap \ static_assert(alignof(FGQuestZoneVolume_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on FGQuestZoneVolume_OnComponentBeginOverlap"); \ static_assert(sizeof(FGQuestZoneVolume_OnComponentBeginOverlap) == 0x0000A8, "Wrong size on FGQuestZoneVolume_OnComponentBeginOverlap"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, OtherActor) == 0x000008, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGQuestZoneVolume_OnComponentBeginOverlap, SweepResult) == 0x000020, "Member 'FGQuestZoneVolume_OnComponentBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_OnPlayerReachedZone \ static_assert(alignof(FGQuestZoneVolume_OnPlayerReachedZone) == 0x000008, "Wrong alignment on FGQuestZoneVolume_OnPlayerReachedZone"); \ static_assert(sizeof(FGQuestZoneVolume_OnPlayerReachedZone) == 0x000008, "Wrong size on FGQuestZoneVolume_OnPlayerReachedZone"); \ static_assert(offsetof(FGQuestZoneVolume_OnPlayerReachedZone, Actor) == 0x000000, "Member 'FGQuestZoneVolume_OnPlayerReachedZone::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_OnTaskStarted \ static_assert(alignof(FGQuestZoneVolume_OnTaskStarted) == 0x000008, "Wrong alignment on FGQuestZoneVolume_OnTaskStarted"); \ static_assert(sizeof(FGQuestZoneVolume_OnTaskStarted) == 0x000008, "Wrong size on FGQuestZoneVolume_OnTaskStarted"); \ static_assert(offsetof(FGQuestZoneVolume_OnTaskStarted, TaskTemp) == 0x000000, "Member 'FGQuestZoneVolume_OnTaskStarted::TaskTemp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_QuestZoneEventIslands \ static_assert(alignof(FGQuestZoneVolume_QuestZoneEventIslands) == 0x000008, "Wrong alignment on FGQuestZoneVolume_QuestZoneEventIslands"); \ static_assert(sizeof(FGQuestZoneVolume_QuestZoneEventIslands) == 0x000008, "Wrong size on FGQuestZoneVolume_QuestZoneEventIslands"); \ static_assert(offsetof(FGQuestZoneVolume_QuestZoneEventIslands, OverlapActor) == 0x000000, "Member 'FGQuestZoneVolume_QuestZoneEventIslands::OverlapActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_QuestZoneEventMemorialIsland \ static_assert(alignof(FGQuestZoneVolume_QuestZoneEventMemorialIsland) == 0x000008, "Wrong alignment on FGQuestZoneVolume_QuestZoneEventMemorialIsland"); \ static_assert(sizeof(FGQuestZoneVolume_QuestZoneEventMemorialIsland) == 0x000008, "Wrong size on FGQuestZoneVolume_QuestZoneEventMemorialIsland"); \ static_assert(offsetof(FGQuestZoneVolume_QuestZoneEventMemorialIsland, OverlapActor) == 0x000000, "Member 'FGQuestZoneVolume_QuestZoneEventMemorialIsland::OverlapActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestZoneVolume_QuestZoneEventSurvivalRoad \ static_assert(alignof(FGQuestZoneVolume_QuestZoneEventSurvivalRoad) == 0x000008, "Wrong alignment on FGQuestZoneVolume_QuestZoneEventSurvivalRoad"); \ static_assert(sizeof(FGQuestZoneVolume_QuestZoneEventSurvivalRoad) == 0x000008, "Wrong size on FGQuestZoneVolume_QuestZoneEventSurvivalRoad"); \ static_assert(offsetof(FGQuestZoneVolume_QuestZoneEventSurvivalRoad, OverlapActor) == 0x000000, "Member 'FGQuestZoneVolume_QuestZoneEventSurvivalRoad::OverlapActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestZoneVolume \ static_assert(alignof(AFGQuestZoneVolume) == 0x000008, "Wrong alignment on AFGQuestZoneVolume"); \ static_assert(sizeof(AFGQuestZoneVolume) == 0x000248, "Wrong size on AFGQuestZoneVolume"); \ static_assert(offsetof(AFGQuestZoneVolume, CollisionShape) == 0x000220, "Member 'AFGQuestZoneVolume::CollisionShape' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, QuestMark) == 0x000228, "Member 'AFGQuestZoneVolume::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, TaskTag) == 0x000230, "Member 'AFGQuestZoneVolume::TaskTag' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, QuestTriggerEventTag) == 0x000238, "Member 'AFGQuestZoneVolume::QuestTriggerEventTag' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, bCanShowMark) == 0x000240, "Member 'AFGQuestZoneVolume::bCanShowMark' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, bCompleteTaskIfPlayerCameQuestZoneEarlier) == 0x000241, "Member 'AFGQuestZoneVolume::bCompleteTaskIfPlayerCameQuestZoneEarlier' has a wrong offset!"); \ static_assert(offsetof(AFGQuestZoneVolume, bPlayerReachedZone) == 0x000242, "Member 'AFGQuestZoneVolume::bPlayerReachedZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAISenseEvent_TrainNPC \ static_assert(alignof(UFGAISenseEvent_TrainNPC) == 0x000008, "Wrong alignment on UFGAISenseEvent_TrainNPC"); \ static_assert(sizeof(UFGAISenseEvent_TrainNPC) == 0x000040, "Wrong size on UFGAISenseEvent_TrainNPC"); \ static_assert(offsetof(UFGAISenseEvent_TrainNPC, Event) == 0x000028, "Member 'UFGAISenseEvent_TrainNPC::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAISingleSpawner \ static_assert(alignof(AFGAISingleSpawner) == 0x000008, "Wrong alignment on AFGAISingleSpawner"); \ static_assert(sizeof(AFGAISingleSpawner) == 0x000328, "Wrong size on AFGAISingleSpawner"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_WaitTrainState \ static_assert(alignof(UFGQuestGraphNode_WaitTrainState) == 0x000008, "Wrong alignment on UFGQuestGraphNode_WaitTrainState"); \ static_assert(sizeof(UFGQuestGraphNode_WaitTrainState) == 0x000098, "Wrong size on UFGQuestGraphNode_WaitTrainState"); \ static_assert(offsetof(UFGQuestGraphNode_WaitTrainState, WaitingState) == 0x000090, "Member 'UFGQuestGraphNode_WaitTrainState::WaitingState' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_WaitTrainState, bWaitStartTrain) == 0x000091, "Member 'UFGQuestGraphNode_WaitTrainState::bWaitStartTrain' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_WaitTrainState, bWaitStopTrain) == 0x000092, "Member 'UFGQuestGraphNode_WaitTrainState::bWaitStopTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInputRecorder_GetInputFromPlayerCharacter \ static_assert(alignof(FGInputRecorder_GetInputFromPlayerCharacter) == 0x000008, "Wrong alignment on FGInputRecorder_GetInputFromPlayerCharacter"); \ static_assert(sizeof(FGInputRecorder_GetInputFromPlayerCharacter) == 0x000008, "Wrong size on FGInputRecorder_GetInputFromPlayerCharacter"); \ static_assert(offsetof(FGInputRecorder_GetInputFromPlayerCharacter, ReturnValue) == 0x000000, "Member 'FGInputRecorder_GetInputFromPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInputRecorder \ static_assert(alignof(UFGInputRecorder) == 0x000010, "Wrong alignment on UFGInputRecorder"); \ static_assert(sizeof(UFGInputRecorder) == 0x000170, "Wrong size on UFGInputRecorder"); \ static_assert(offsetof(UFGInputRecorder, SaveDirName) == 0x0000B0, "Member 'UFGInputRecorder::SaveDirName' has a wrong offset!"); \ static_assert(offsetof(UFGInputRecorder, PlayerInput) == 0x0000C0, "Member 'UFGInputRecorder::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(UFGInputRecorder, ControllerInputComponent) == 0x000120, "Member 'UFGInputRecorder::ControllerInputComponent' has a wrong offset!"); \ static_assert(offsetof(UFGInputRecorder, PlayerInputComponent) == 0x000128, "Member 'UFGInputRecorder::PlayerInputComponent' has a wrong offset!"); \ static_assert(offsetof(UFGInputRecorder, bPlayReplayImmediatelyIfPossible) == 0x000132, "Member 'UFGInputRecorder::bPlayReplayImmediatelyIfPossible' has a wrong offset!"); \ static_assert(offsetof(UFGInputRecorder, InputHandler) == 0x000138, "Member 'UFGInputRecorder::InputHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAISpawnAttachPoint \ static_assert(alignof(AFGAISpawnAttachPoint) == 0x000008, "Wrong alignment on AFGAISpawnAttachPoint"); \ static_assert(sizeof(AFGAISpawnAttachPoint) == 0x000230, "Wrong size on AFGAISpawnAttachPoint"); \ static_assert(offsetof(AFGAISpawnAttachPoint, ActorPreview) == 0x000220, "Member 'AFGAISpawnAttachPoint::ActorPreview' has a wrong offset!"); \ static_assert(offsetof(AFGAISpawnAttachPoint, PreviewActor) == 0x000228, "Member 'AFGAISpawnAttachPoint::PreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPlayerAction \ static_assert(alignof(UFGPlayerAction) == 0x000008, "Wrong alignment on UFGPlayerAction"); \ static_assert(sizeof(UFGPlayerAction) == 0x000050, "Wrong size on UFGPlayerAction"); \ #define DUMPER7_ASSERTS_FGPlayerAction_ThrowHeldItem_GetFlySpeed \ static_assert(alignof(FGPlayerAction_ThrowHeldItem_GetFlySpeed) == 0x000004, "Wrong alignment on FGPlayerAction_ThrowHeldItem_GetFlySpeed"); \ static_assert(sizeof(FGPlayerAction_ThrowHeldItem_GetFlySpeed) == 0x000004, "Wrong size on FGPlayerAction_ThrowHeldItem_GetFlySpeed"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_GetFlySpeed, ReturnValue) == 0x000000, "Member 'FGPlayerAction_ThrowHeldItem_GetFlySpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerAction_ThrowHeldItem_GetThrowDistance \ static_assert(alignof(FGPlayerAction_ThrowHeldItem_GetThrowDistance) == 0x000004, "Wrong alignment on FGPlayerAction_ThrowHeldItem_GetThrowDistance"); \ static_assert(sizeof(FGPlayerAction_ThrowHeldItem_GetThrowDistance) == 0x000004, "Wrong size on FGPlayerAction_ThrowHeldItem_GetThrowDistance"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_GetThrowDistance, ReturnValue) == 0x000000, "Member 'FGPlayerAction_ThrowHeldItem_GetThrowDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerAction_ThrowHeldItem_Server_Throw \ static_assert(alignof(FGPlayerAction_ThrowHeldItem_Server_Throw) == 0x000008, "Wrong alignment on FGPlayerAction_ThrowHeldItem_Server_Throw"); \ static_assert(sizeof(FGPlayerAction_ThrowHeldItem_Server_Throw) == 0x000020, "Wrong size on FGPlayerAction_ThrowHeldItem_Server_Throw"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_Server_Throw, PathPoints) == 0x000000, "Member 'FGPlayerAction_ThrowHeldItem_Server_Throw::PathPoints' has a wrong offset!"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_Server_Throw, LaunchVel) == 0x000010, "Member 'FGPlayerAction_ThrowHeldItem_Server_Throw::LaunchVel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming \ static_assert(alignof(FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming) == 0x000001, "Wrong alignment on FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming"); \ static_assert(sizeof(FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming) == 0x000001, "Wrong size on FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming, bAiming) == 0x000000, "Member 'FGPlayerAction_ThrowHeldItem_Server_WinchRingAiming::bAiming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerAction_ThrowHeldItem_ShowPathTrace \ static_assert(alignof(FGPlayerAction_ThrowHeldItem_ShowPathTrace) == 0x000001, "Wrong alignment on FGPlayerAction_ThrowHeldItem_ShowPathTrace"); \ static_assert(sizeof(FGPlayerAction_ThrowHeldItem_ShowPathTrace) == 0x000001, "Wrong size on FGPlayerAction_ThrowHeldItem_ShowPathTrace"); \ static_assert(offsetof(FGPlayerAction_ThrowHeldItem_ShowPathTrace, bShow) == 0x000000, "Member 'FGPlayerAction_ThrowHeldItem_ShowPathTrace::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPlayerAction_ThrowHeldItem \ static_assert(alignof(UFGPlayerAction_ThrowHeldItem) == 0x000008, "Wrong alignment on UFGPlayerAction_ThrowHeldItem"); \ static_assert(sizeof(UFGPlayerAction_ThrowHeldItem) == 0x000080, "Wrong size on UFGPlayerAction_ThrowHeldItem"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, ThrowPathTraceClass) == 0x000050, "Member 'UFGPlayerAction_ThrowHeldItem::ThrowPathTraceClass' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, ThrowDistanceMax) == 0x000058, "Member 'UFGPlayerAction_ThrowHeldItem::ThrowDistanceMax' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, FlySpeed) == 0x00005C, "Member 'UFGPlayerAction_ThrowHeldItem::FlySpeed' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, BonusThrowDistance) == 0x000060, "Member 'UFGPlayerAction_ThrowHeldItem::BonusThrowDistance' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, BonusFlySpeed) == 0x000064, "Member 'UFGPlayerAction_ThrowHeldItem::BonusFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, bShowPathTrace) == 0x000068, "Member 'UFGPlayerAction_ThrowHeldItem::bShowPathTrace' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, SpawnedPathTrace) == 0x000070, "Member 'UFGPlayerAction_ThrowHeldItem::SpawnedPathTrace' has a wrong offset!"); \ static_assert(offsetof(UFGPlayerAction_ThrowHeldItem, SpawnedItem) == 0x000078, "Member 'UFGPlayerAction_ThrowHeldItem::SpawnedItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAOEActorBase_ApplyEffect \ static_assert(alignof(FGAOEActorBase_ApplyEffect) == 0x000008, "Wrong alignment on FGAOEActorBase_ApplyEffect"); \ static_assert(sizeof(FGAOEActorBase_ApplyEffect) == 0x000008, "Wrong size on FGAOEActorBase_ApplyEffect"); \ static_assert(offsetof(FGAOEActorBase_ApplyEffect, Character) == 0x000000, "Member 'FGAOEActorBase_ApplyEffect::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAOEActorBase_OnBeginOverlap \ static_assert(alignof(FGAOEActorBase_OnBeginOverlap) == 0x000008, "Wrong alignment on FGAOEActorBase_OnBeginOverlap"); \ static_assert(sizeof(FGAOEActorBase_OnBeginOverlap) == 0x0000A8, "Wrong size on FGAOEActorBase_OnBeginOverlap"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'FGAOEActorBase_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGAOEActorBase_OnBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, OtherComp) == 0x000010, "Member 'FGAOEActorBase_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGAOEActorBase_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGAOEActorBase_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGAOEActorBase_OnBeginOverlap, SweepResult) == 0x000020, "Member 'FGAOEActorBase_OnBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGAOEActorBase \ static_assert(alignof(AFGAOEActorBase) == 0x000008, "Wrong alignment on AFGAOEActorBase"); \ static_assert(sizeof(AFGAOEActorBase) == 0x000248, "Wrong size on AFGAOEActorBase"); \ static_assert(offsetof(AFGAOEActorBase, AreaFX) == 0x000220, "Member 'AFGAOEActorBase::AreaFX' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, AreaSFX) == 0x000228, "Member 'AFGAOEActorBase::AreaSFX' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, SphereCollision) == 0x000230, "Member 'AFGAOEActorBase::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, bAffectEnemies) == 0x000238, "Member 'AFGAOEActorBase::bAffectEnemies' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, AOERadius) == 0x00023C, "Member 'AFGAOEActorBase::AOERadius' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, bEndless) == 0x000240, "Member 'AFGAOEActorBase::bEndless' has a wrong offset!"); \ static_assert(offsetof(AFGAOEActorBase, Duration) == 0x000244, "Member 'AFGAOEActorBase::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArenaFightVolume \ static_assert(alignof(AFGArenaFightVolume) == 0x000008, "Wrong alignment on AFGArenaFightVolume"); \ static_assert(sizeof(AFGArenaFightVolume) == 0x000230, "Wrong size on AFGArenaFightVolume"); \ static_assert(offsetof(AFGArenaFightVolume, SceneRoot) == 0x000220, "Member 'AFGArenaFightVolume::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGArenaFightVolume, OverlapBox) == 0x000228, "Member 'AFGArenaFightVolume::OverlapBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaIslandGenerator_IsInitialized \ static_assert(alignof(FGArenaIslandGenerator_IsInitialized) == 0x000001, "Wrong alignment on FGArenaIslandGenerator_IsInitialized"); \ static_assert(sizeof(FGArenaIslandGenerator_IsInitialized) == 0x000001, "Wrong size on FGArenaIslandGenerator_IsInitialized"); \ static_assert(offsetof(FGArenaIslandGenerator_IsInitialized, ReturnValue) == 0x000000, "Member 'FGArenaIslandGenerator_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArenaIslandGenerator \ static_assert(alignof(AFGArenaIslandGenerator) == 0x000008, "Wrong alignment on AFGArenaIslandGenerator"); \ static_assert(sizeof(AFGArenaIslandGenerator) == 0x000388, "Wrong size on AFGArenaIslandGenerator"); \ static_assert(offsetof(AFGArenaIslandGenerator, bDebugLog) == 0x000220, "Member 'AFGArenaIslandGenerator::bDebugLog' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, StartingPlatformSublevelSettingsSoftDataTable) == 0x000228, "Member 'AFGArenaIslandGenerator::StartingPlatformSublevelSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, StartingPlatformSublevelSettings) == 0x000250, "Member 'AFGArenaIslandGenerator::StartingPlatformSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, VoidPlatformSublevelSettingsSoftDataTable) == 0x000260, "Member 'AFGArenaIslandGenerator::VoidPlatformSublevelSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, VoidPlatformSublevelSettings) == 0x000288, "Member 'AFGArenaIslandGenerator::VoidPlatformSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaSublevelSettingsSoftDataTable) == 0x000298, "Member 'AFGArenaIslandGenerator::ArenaSublevelSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaSublevelSettings) == 0x0002C0, "Member 'AFGArenaIslandGenerator::ArenaSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaItemsRewardsSoftDataTable) == 0x0002D0, "Member 'AFGArenaIslandGenerator::ArenaItemsRewardsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaItemsRewards) == 0x0002F8, "Member 'AFGArenaIslandGenerator::ArenaItemsRewards' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaMinimalItemsRewardsSoftDataTable) == 0x000308, "Member 'AFGArenaIslandGenerator::ArenaMinimalItemsRewardsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaMinimalItemsRewards) == 0x000330, "Member 'AFGArenaIslandGenerator::ArenaMinimalItemsRewards' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaCasketRewardsSoftDataTable) == 0x000340, "Member 'AFGArenaIslandGenerator::ArenaCasketRewardsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, ArenaCasketRewards) == 0x000368, "Member 'AFGArenaIslandGenerator::ArenaCasketRewards' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, bIsInitialized) == 0x000378, "Member 'AFGArenaIslandGenerator::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGArenaIslandGenerator, MapGenerator) == 0x000380, "Member 'AFGArenaIslandGenerator::MapGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkComponent_ActivateMarkIfTaskActive \ static_assert(alignof(FGQuestMarkComponent_ActivateMarkIfTaskActive) == 0x000008, "Wrong alignment on FGQuestMarkComponent_ActivateMarkIfTaskActive"); \ static_assert(sizeof(FGQuestMarkComponent_ActivateMarkIfTaskActive) == 0x000008, "Wrong size on FGQuestMarkComponent_ActivateMarkIfTaskActive"); \ static_assert(offsetof(FGQuestMarkComponent_ActivateMarkIfTaskActive, QuestManager) == 0x000000, "Member 'FGQuestMarkComponent_ActivateMarkIfTaskActive::QuestManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkComponent_TryActivateMarkFromQuest \ static_assert(alignof(FGQuestMarkComponent_TryActivateMarkFromQuest) == 0x000008, "Wrong alignment on FGQuestMarkComponent_TryActivateMarkFromQuest"); \ static_assert(sizeof(FGQuestMarkComponent_TryActivateMarkFromQuest) == 0x000008, "Wrong size on FGQuestMarkComponent_TryActivateMarkFromQuest"); \ static_assert(offsetof(FGQuestMarkComponent_TryActivateMarkFromQuest, Quest) == 0x000000, "Member 'FGQuestMarkComponent_TryActivateMarkFromQuest::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkComponent_TryActivateMarkFromTask \ static_assert(alignof(FGQuestMarkComponent_TryActivateMarkFromTask) == 0x000008, "Wrong alignment on FGQuestMarkComponent_TryActivateMarkFromTask"); \ static_assert(sizeof(FGQuestMarkComponent_TryActivateMarkFromTask) == 0x000008, "Wrong size on FGQuestMarkComponent_TryActivateMarkFromTask"); \ static_assert(offsetof(FGQuestMarkComponent_TryActivateMarkFromTask, task) == 0x000000, "Member 'FGQuestMarkComponent_TryActivateMarkFromTask::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkComponent_TryDeactivateMarkFromQuest \ static_assert(alignof(FGQuestMarkComponent_TryDeactivateMarkFromQuest) == 0x000008, "Wrong alignment on FGQuestMarkComponent_TryDeactivateMarkFromQuest"); \ static_assert(sizeof(FGQuestMarkComponent_TryDeactivateMarkFromQuest) == 0x000008, "Wrong size on FGQuestMarkComponent_TryDeactivateMarkFromQuest"); \ static_assert(offsetof(FGQuestMarkComponent_TryDeactivateMarkFromQuest, Quest) == 0x000000, "Member 'FGQuestMarkComponent_TryDeactivateMarkFromQuest::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkComponent_TryDeactivateMarkFromTask \ static_assert(alignof(FGQuestMarkComponent_TryDeactivateMarkFromTask) == 0x000008, "Wrong alignment on FGQuestMarkComponent_TryDeactivateMarkFromTask"); \ static_assert(sizeof(FGQuestMarkComponent_TryDeactivateMarkFromTask) == 0x000008, "Wrong size on FGQuestMarkComponent_TryDeactivateMarkFromTask"); \ static_assert(offsetof(FGQuestMarkComponent_TryDeactivateMarkFromTask, task) == 0x000000, "Member 'FGQuestMarkComponent_TryDeactivateMarkFromTask::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestMarkComponent \ static_assert(alignof(UFGQuestMarkComponent) == 0x000010, "Wrong alignment on UFGQuestMarkComponent"); \ static_assert(sizeof(UFGQuestMarkComponent) == 0x000230, "Wrong size on UFGQuestMarkComponent"); \ static_assert(offsetof(UFGQuestMarkComponent, QuestEntityTags) == 0x000200, "Member 'UFGQuestMarkComponent::QuestEntityTags' has a wrong offset!"); \ static_assert(offsetof(UFGQuestMarkComponent, bBindOnQuestEntitiesWhenStarted) == 0x000210, "Member 'UFGQuestMarkComponent::bBindOnQuestEntitiesWhenStarted' has a wrong offset!"); \ static_assert(offsetof(UFGQuestMarkComponent, bEnableMarkWhenStart) == 0x000211, "Member 'UFGQuestMarkComponent::bEnableMarkWhenStart' has a wrong offset!"); \ static_assert(offsetof(UFGQuestMarkComponent, bShowMarkPersistent) == 0x000212, "Member 'UFGQuestMarkComponent::bShowMarkPersistent' has a wrong offset!"); \ static_assert(offsetof(UFGQuestMarkComponent, ShowMarkDistance) == 0x000214, "Member 'UFGQuestMarkComponent::ShowMarkDistance' has a wrong offset!"); \ static_assert(offsetof(UFGQuestMarkComponent, MarkContainer) == 0x000218, "Member 'UFGQuestMarkComponent::MarkContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_GetItemAnimMontageDuration \ static_assert(alignof(FGItem_Equippable_GetItemAnimMontageDuration) == 0x000008, "Wrong alignment on FGItem_Equippable_GetItemAnimMontageDuration"); \ static_assert(sizeof(FGItem_Equippable_GetItemAnimMontageDuration) == 0x000020, "Wrong size on FGItem_Equippable_GetItemAnimMontageDuration"); \ static_assert(offsetof(FGItem_Equippable_GetItemAnimMontageDuration, Animation) == 0x000000, "Member 'FGItem_Equippable_GetItemAnimMontageDuration::Animation' has a wrong offset!"); \ static_assert(offsetof(FGItem_Equippable_GetItemAnimMontageDuration, ReturnValue) == 0x000018, "Member 'FGItem_Equippable_GetItemAnimMontageDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_OnEnterInventory \ static_assert(alignof(FGItem_Equippable_OnEnterInventory) == 0x000008, "Wrong alignment on FGItem_Equippable_OnEnterInventory"); \ static_assert(sizeof(FGItem_Equippable_OnEnterInventory) == 0x000008, "Wrong size on FGItem_Equippable_OnEnterInventory"); \ static_assert(offsetof(FGItem_Equippable_OnEnterInventory, Character) == 0x000000, "Member 'FGItem_Equippable_OnEnterInventory::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_PlayEquipMontage \ static_assert(alignof(FGItem_Equippable_PlayEquipMontage) == 0x000004, "Wrong alignment on FGItem_Equippable_PlayEquipMontage"); \ static_assert(sizeof(FGItem_Equippable_PlayEquipMontage) == 0x000004, "Wrong size on FGItem_Equippable_PlayEquipMontage"); \ static_assert(offsetof(FGItem_Equippable_PlayEquipMontage, ReturnValue) == 0x000000, "Member 'FGItem_Equippable_PlayEquipMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_PlayItemAnimMontage \ static_assert(alignof(FGItem_Equippable_PlayItemAnimMontage) == 0x000008, "Wrong alignment on FGItem_Equippable_PlayItemAnimMontage"); \ static_assert(sizeof(FGItem_Equippable_PlayItemAnimMontage) == 0x000020, "Wrong size on FGItem_Equippable_PlayItemAnimMontage"); \ static_assert(offsetof(FGItem_Equippable_PlayItemAnimMontage, Animation) == 0x000000, "Member 'FGItem_Equippable_PlayItemAnimMontage::Animation' has a wrong offset!"); \ static_assert(offsetof(FGItem_Equippable_PlayItemAnimMontage, PlayRate) == 0x000018, "Member 'FGItem_Equippable_PlayItemAnimMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FGItem_Equippable_PlayItemAnimMontage, ReturnValue) == 0x00001C, "Member 'FGItem_Equippable_PlayItemAnimMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_PlayUnequipMontage \ static_assert(alignof(FGItem_Equippable_PlayUnequipMontage) == 0x000004, "Wrong alignment on FGItem_Equippable_PlayUnequipMontage"); \ static_assert(sizeof(FGItem_Equippable_PlayUnequipMontage) == 0x000004, "Wrong size on FGItem_Equippable_PlayUnequipMontage"); \ static_assert(offsetof(FGItem_Equippable_PlayUnequipMontage, ReturnValue) == 0x000000, "Member 'FGItem_Equippable_PlayUnequipMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_GetItemState \ static_assert(alignof(FGItem_Equippable_GetItemState) == 0x000001, "Wrong alignment on FGItem_Equippable_GetItemState"); \ static_assert(sizeof(FGItem_Equippable_GetItemState) == 0x000001, "Wrong size on FGItem_Equippable_GetItemState"); \ static_assert(offsetof(FGItem_Equippable_GetItemState, ReturnValue) == 0x000000, "Member 'FGItem_Equippable_GetItemState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_GetOwningPawn \ static_assert(alignof(FGItem_Equippable_GetOwningPawn) == 0x000008, "Wrong alignment on FGItem_Equippable_GetOwningPawn"); \ static_assert(sizeof(FGItem_Equippable_GetOwningPawn) == 0x000008, "Wrong size on FGItem_Equippable_GetOwningPawn"); \ static_assert(offsetof(FGItem_Equippable_GetOwningPawn, ReturnValue) == 0x000000, "Member 'FGItem_Equippable_GetOwningPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_Equippable_IsEquipped \ static_assert(alignof(FGItem_Equippable_IsEquipped) == 0x000001, "Wrong alignment on FGItem_Equippable_IsEquipped"); \ static_assert(sizeof(FGItem_Equippable_IsEquipped) == 0x000001, "Wrong size on FGItem_Equippable_IsEquipped"); \ static_assert(offsetof(FGItem_Equippable_IsEquipped, ReturnValue) == 0x000000, "Member 'FGItem_Equippable_IsEquipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_Equippable \ static_assert(alignof(AFGItem_Equippable) == 0x000010, "Wrong alignment on AFGItem_Equippable"); \ static_assert(sizeof(AFGItem_Equippable) == 0x0004E0, "Wrong size on AFGItem_Equippable"); \ static_assert(offsetof(AFGItem_Equippable, bCanSkipEquipAnimation) == 0x0003D8, "Member 'AFGItem_Equippable::bCanSkipEquipAnimation' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, EquipMontage) == 0x0003E0, "Member 'AFGItem_Equippable::EquipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, SprintEquipMontage) == 0x0003F8, "Member 'AFGItem_Equippable::SprintEquipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, QuestEquipMontage) == 0x000410, "Member 'AFGItem_Equippable::QuestEquipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, UnequipMontage) == 0x000428, "Member 'AFGItem_Equippable::UnequipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, SprintUnequipMontage) == 0x000440, "Member 'AFGItem_Equippable::SprintUnequipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, OnEquipItemStarted) == 0x000458, "Member 'AFGItem_Equippable::OnEquipItemStarted' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, OnEquipItemFinished) == 0x000468, "Member 'AFGItem_Equippable::OnEquipItemFinished' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, OnUnequipItemStarted) == 0x000478, "Member 'AFGItem_Equippable::OnUnequipItemStarted' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, OnUnequipItemFinished) == 0x000488, "Member 'AFGItem_Equippable::OnUnequipItemFinished' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, OwningPawn) == 0x0004B0, "Member 'AFGItem_Equippable::OwningPawn' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, EquipEffects) == 0x0004B8, "Member 'AFGItem_Equippable::EquipEffects' has a wrong offset!"); \ static_assert(offsetof(AFGItem_Equippable, ActiveEffects) == 0x0004C8, "Member 'AFGItem_Equippable::ActiveEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HandsEquippable_GetFPCopyComponent \ static_assert(alignof(FGItem_HandsEquippable_GetFPCopyComponent) == 0x000008, "Wrong alignment on FGItem_HandsEquippable_GetFPCopyComponent"); \ static_assert(sizeof(FGItem_HandsEquippable_GetFPCopyComponent) == 0x000010, "Wrong size on FGItem_HandsEquippable_GetFPCopyComponent"); \ static_assert(offsetof(FGItem_HandsEquippable_GetFPCopyComponent, SourceComp) == 0x000000, "Member 'FGItem_HandsEquippable_GetFPCopyComponent::SourceComp' has a wrong offset!"); \ static_assert(offsetof(FGItem_HandsEquippable_GetFPCopyComponent, ReturnValue) == 0x000008, "Member 'FGItem_HandsEquippable_GetFPCopyComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HandsEquippable_ServerOnActorHit \ static_assert(alignof(FGItem_HandsEquippable_ServerOnActorHit) == 0x000004, "Wrong alignment on FGItem_HandsEquippable_ServerOnActorHit"); \ static_assert(sizeof(FGItem_HandsEquippable_ServerOnActorHit) == 0x000088, "Wrong size on FGItem_HandsEquippable_ServerOnActorHit"); \ static_assert(offsetof(FGItem_HandsEquippable_ServerOnActorHit, Hit) == 0x000000, "Member 'FGItem_HandsEquippable_ServerOnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HandsEquippable_SpawnMeleeImpactEffects \ static_assert(alignof(FGItem_HandsEquippable_SpawnMeleeImpactEffects) == 0x000008, "Wrong alignment on FGItem_HandsEquippable_SpawnMeleeImpactEffects"); \ static_assert(sizeof(FGItem_HandsEquippable_SpawnMeleeImpactEffects) == 0x000090, "Wrong size on FGItem_HandsEquippable_SpawnMeleeImpactEffects"); \ static_assert(offsetof(FGItem_HandsEquippable_SpawnMeleeImpactEffects, Impact) == 0x000000, "Member 'FGItem_HandsEquippable_SpawnMeleeImpactEffects::Impact' has a wrong offset!"); \ static_assert(offsetof(FGItem_HandsEquippable_SpawnMeleeImpactEffects, ImpactTemplate) == 0x000088, "Member 'FGItem_HandsEquippable_SpawnMeleeImpactEffects::ImpactTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_HandsEquippable \ static_assert(alignof(AFGItem_HandsEquippable) == 0x000010, "Wrong alignment on AFGItem_HandsEquippable"); \ static_assert(sizeof(AFGItem_HandsEquippable) == 0x000630, "Wrong size on AFGItem_HandsEquippable"); \ static_assert(offsetof(AFGItem_HandsEquippable, bDebug) == 0x0004D8, "Member 'AFGItem_HandsEquippable::bDebug' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, Root) == 0x0004E0, "Member 'AFGItem_HandsEquippable::Root' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, FPRootCopy) == 0x0004E8, "Member 'AFGItem_HandsEquippable::FPRootCopy' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, HitCollision) == 0x0004F0, "Member 'AFGItem_HandsEquippable::HitCollision' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, HitCollision_FP) == 0x0004F8, "Member 'AFGItem_HandsEquippable::HitCollision_FP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, Type) == 0x000500, "Member 'AFGItem_HandsEquippable::Type' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, AttachType) == 0x000501, "Member 'AFGItem_HandsEquippable::AttachType' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, DamageTypeClass) == 0x000598, "Member 'AFGItem_HandsEquippable::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, MeleeDamageTypeClass) == 0x0005A0, "Member 'AFGItem_HandsEquippable::MeleeDamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, HitedActors) == 0x0005B0, "Member 'AFGItem_HandsEquippable::HitedActors' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, AnimSkeletalMesh) == 0x0005C0, "Member 'AFGItem_HandsEquippable::AnimSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, AnimSkeletalMesh_FP) == 0x0005C8, "Member 'AFGItem_HandsEquippable::AnimSkeletalMesh_FP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, FPMeshCopyMap) == 0x0005D0, "Member 'AFGItem_HandsEquippable::FPMeshCopyMap' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HandsEquippable, bUseControlRotation) == 0x000621, "Member 'AFGItem_HandsEquippable::bUseControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_ApplyStatusEffect \ static_assert(alignof(FGWeapon_ApplyStatusEffect) == 0x000008, "Wrong alignment on FGWeapon_ApplyStatusEffect"); \ static_assert(sizeof(FGWeapon_ApplyStatusEffect) == 0x000050, "Wrong size on FGWeapon_ApplyStatusEffect"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, DamagedCharacter) == 0x000000, "Member 'FGWeapon_ApplyStatusEffect::DamagedCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, Damage) == 0x000008, "Member 'FGWeapon_ApplyStatusEffect::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, Affixes) == 0x000010, "Member 'FGWeapon_ApplyStatusEffect::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, OverrideStatusEffect) == 0x000040, "Member 'FGWeapon_ApplyStatusEffect::OverrideStatusEffect' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, StatusChanceOverride) == 0x000048, "Member 'FGWeapon_ApplyStatusEffect::StatusChanceOverride' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_ApplyStatusEffect, ReturnValue) == 0x00004C, "Member 'FGWeapon_ApplyStatusEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_CanFire \ static_assert(alignof(FGWeapon_CanFire) == 0x000001, "Wrong alignment on FGWeapon_CanFire"); \ static_assert(sizeof(FGWeapon_CanFire) == 0x000001, "Wrong size on FGWeapon_CanFire"); \ static_assert(offsetof(FGWeapon_CanFire, ReturnValue) == 0x000000, "Member 'FGWeapon_CanFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_IsFiring \ static_assert(alignof(FGWeapon_IsFiring) == 0x000001, "Wrong alignment on FGWeapon_IsFiring"); \ static_assert(sizeof(FGWeapon_IsFiring) == 0x000001, "Wrong size on FGWeapon_IsFiring"); \ static_assert(offsetof(FGWeapon_IsFiring, ReturnValue) == 0x000000, "Member 'FGWeapon_IsFiring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon \ static_assert(alignof(AFGWeapon) == 0x000010, "Wrong alignment on AFGWeapon"); \ static_assert(sizeof(AFGWeapon) == 0x000650, "Wrong size on AFGWeapon"); \ static_assert(offsetof(AFGWeapon, bDebugWeaponTrace) == 0x000628, "Member 'AFGWeapon::bDebugWeaponTrace' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon, bWantsFire) == 0x00062C, "Member 'AFGWeapon::bWantsFire' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon, StatusEffectClass) == 0x000638, "Member 'AFGWeapon::StatusEffectClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon, bCanPlayHitAnim) == 0x000640, "Member 'AFGWeapon::bCanPlayHitAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_Melee \ static_assert(alignof(AFGWeapon_Melee) == 0x000010, "Wrong alignment on AFGWeapon_Melee"); \ static_assert(sizeof(AFGWeapon_Melee) == 0x000680, "Wrong size on AFGWeapon_Melee"); \ static_assert(offsetof(AFGWeapon_Melee, StaticWeaponMesh) == 0x000648, "Member 'AFGWeapon_Melee::StaticWeaponMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Melee, BaseHitDamage) == 0x000650, "Member 'AFGWeapon_Melee::BaseHitDamage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Melee, SwingAnimation) == 0x000658, "Member 'AFGWeapon_Melee::SwingAnimation' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Melee, TH_Swing) == 0x000670, "Member 'AFGWeapon_Melee::TH_Swing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaAIModule \ static_assert(alignof(FGArenaManager_GetArenaAIModule) == 0x000008, "Wrong alignment on FGArenaManager_GetArenaAIModule"); \ static_assert(sizeof(FGArenaManager_GetArenaAIModule) == 0x000008, "Wrong size on FGArenaManager_GetArenaAIModule"); \ static_assert(offsetof(FGArenaManager_GetArenaAIModule, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaAIModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaAliveEnemiesAmount \ static_assert(alignof(FGArenaManager_GetArenaAliveEnemiesAmount) == 0x000004, "Wrong alignment on FGArenaManager_GetArenaAliveEnemiesAmount"); \ static_assert(sizeof(FGArenaManager_GetArenaAliveEnemiesAmount) == 0x000004, "Wrong size on FGArenaManager_GetArenaAliveEnemiesAmount"); \ static_assert(offsetof(FGArenaManager_GetArenaAliveEnemiesAmount, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaAliveEnemiesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaAlivePlayersAmount \ static_assert(alignof(FGArenaManager_GetArenaAlivePlayersAmount) == 0x000004, "Wrong alignment on FGArenaManager_GetArenaAlivePlayersAmount"); \ static_assert(sizeof(FGArenaManager_GetArenaAlivePlayersAmount) == 0x000004, "Wrong size on FGArenaManager_GetArenaAlivePlayersAmount"); \ static_assert(offsetof(FGArenaManager_GetArenaAlivePlayersAmount, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaAlivePlayersAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaFightVolume \ static_assert(alignof(FGArenaManager_GetArenaFightVolume) == 0x000008, "Wrong alignment on FGArenaManager_GetArenaFightVolume"); \ static_assert(sizeof(FGArenaManager_GetArenaFightVolume) == 0x000008, "Wrong size on FGArenaManager_GetArenaFightVolume"); \ static_assert(offsetof(FGArenaManager_GetArenaFightVolume, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaFightVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaStreamingVolume \ static_assert(alignof(FGArenaManager_GetArenaStreamingVolume) == 0x000008, "Wrong alignment on FGArenaManager_GetArenaStreamingVolume"); \ static_assert(sizeof(FGArenaManager_GetArenaStreamingVolume) == 0x000008, "Wrong size on FGArenaManager_GetArenaStreamingVolume"); \ static_assert(offsetof(FGArenaManager_GetArenaStreamingVolume, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaStreamingVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetArenaVoidPlatformVolume \ static_assert(alignof(FGArenaManager_GetArenaVoidPlatformVolume) == 0x000008, "Wrong alignment on FGArenaManager_GetArenaVoidPlatformVolume"); \ static_assert(sizeof(FGArenaManager_GetArenaVoidPlatformVolume) == 0x000008, "Wrong size on FGArenaManager_GetArenaVoidPlatformVolume"); \ static_assert(offsetof(FGArenaManager_GetArenaVoidPlatformVolume, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetArenaVoidPlatformVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetCurrentWave \ static_assert(alignof(FGArenaManager_GetCurrentWave) == 0x000004, "Wrong alignment on FGArenaManager_GetCurrentWave"); \ static_assert(sizeof(FGArenaManager_GetCurrentWave) == 0x000004, "Wrong size on FGArenaManager_GetCurrentWave"); \ static_assert(offsetof(FGArenaManager_GetCurrentWave, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetCurrentWave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetLastWaveResult \ static_assert(alignof(FGArenaManager_GetLastWaveResult) == 0x000001, "Wrong alignment on FGArenaManager_GetLastWaveResult"); \ static_assert(sizeof(FGArenaManager_GetLastWaveResult) == 0x000001, "Wrong size on FGArenaManager_GetLastWaveResult"); \ static_assert(offsetof(FGArenaManager_GetLastWaveResult, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetLastWaveResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetState \ static_assert(alignof(FGArenaManager_GetState) == 0x000001, "Wrong alignment on FGArenaManager_GetState"); \ static_assert(sizeof(FGArenaManager_GetState) == 0x000001, "Wrong size on FGArenaManager_GetState"); \ static_assert(offsetof(FGArenaManager_GetState, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetTotalAlivePlayers \ static_assert(alignof(FGArenaManager_GetTotalAlivePlayers) == 0x000004, "Wrong alignment on FGArenaManager_GetTotalAlivePlayers"); \ static_assert(sizeof(FGArenaManager_GetTotalAlivePlayers) == 0x000004, "Wrong size on FGArenaManager_GetTotalAlivePlayers"); \ static_assert(offsetof(FGArenaManager_GetTotalAlivePlayers, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetTotalAlivePlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetTotalWaves \ static_assert(alignof(FGArenaManager_GetTotalWaves) == 0x000004, "Wrong alignment on FGArenaManager_GetTotalWaves"); \ static_assert(sizeof(FGArenaManager_GetTotalWaves) == 0x000004, "Wrong size on FGArenaManager_GetTotalWaves"); \ static_assert(offsetof(FGArenaManager_GetTotalWaves, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetTotalWaves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_GetVoidPlatformAlivePlayersAmount \ static_assert(alignof(FGArenaManager_GetVoidPlatformAlivePlayersAmount) == 0x000004, "Wrong alignment on FGArenaManager_GetVoidPlatformAlivePlayersAmount"); \ static_assert(sizeof(FGArenaManager_GetVoidPlatformAlivePlayersAmount) == 0x000004, "Wrong size on FGArenaManager_GetVoidPlatformAlivePlayersAmount"); \ static_assert(offsetof(FGArenaManager_GetVoidPlatformAlivePlayersAmount, ReturnValue) == 0x000000, "Member 'FGArenaManager_GetVoidPlatformAlivePlayersAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_IsArenaCompletedRecently \ static_assert(alignof(FGArenaManager_IsArenaCompletedRecently) == 0x000001, "Wrong alignment on FGArenaManager_IsArenaCompletedRecently"); \ static_assert(sizeof(FGArenaManager_IsArenaCompletedRecently) == 0x000001, "Wrong size on FGArenaManager_IsArenaCompletedRecently"); \ static_assert(offsetof(FGArenaManager_IsArenaCompletedRecently, ReturnValue) == 0x000000, "Member 'FGArenaManager_IsArenaCompletedRecently::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_IsPlayerOnArena \ static_assert(alignof(FGArenaManager_IsPlayerOnArena) == 0x000008, "Wrong alignment on FGArenaManager_IsPlayerOnArena"); \ static_assert(sizeof(FGArenaManager_IsPlayerOnArena) == 0x000010, "Wrong size on FGArenaManager_IsPlayerOnArena"); \ static_assert(offsetof(FGArenaManager_IsPlayerOnArena, PlayerCharacter) == 0x000000, "Member 'FGArenaManager_IsPlayerOnArena::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGArenaManager_IsPlayerOnArena, ReturnValue) == 0x000008, "Member 'FGArenaManager_IsPlayerOnArena::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_IsPlayerOnPlatform \ static_assert(alignof(FGArenaManager_IsPlayerOnPlatform) == 0x000008, "Wrong alignment on FGArenaManager_IsPlayerOnPlatform"); \ static_assert(sizeof(FGArenaManager_IsPlayerOnPlatform) == 0x000010, "Wrong size on FGArenaManager_IsPlayerOnPlatform"); \ static_assert(offsetof(FGArenaManager_IsPlayerOnPlatform, PlayerCharacter) == 0x000000, "Member 'FGArenaManager_IsPlayerOnPlatform::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGArenaManager_IsPlayerOnPlatform, ReturnValue) == 0x000008, "Member 'FGArenaManager_IsPlayerOnPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaManager_SpawnRewardCaskets \ static_assert(alignof(FGArenaManager_SpawnRewardCaskets) == 0x000008, "Wrong alignment on FGArenaManager_SpawnRewardCaskets"); \ static_assert(sizeof(FGArenaManager_SpawnRewardCaskets) == 0x000020, "Wrong size on FGArenaManager_SpawnRewardCaskets"); \ static_assert(offsetof(FGArenaManager_SpawnRewardCaskets, Transforms) == 0x000000, "Member 'FGArenaManager_SpawnRewardCaskets::Transforms' has a wrong offset!"); \ static_assert(offsetof(FGArenaManager_SpawnRewardCaskets, ReturnValue) == 0x000010, "Member 'FGArenaManager_SpawnRewardCaskets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArenaManager \ static_assert(alignof(AFGArenaManager) == 0x000008, "Wrong alignment on AFGArenaManager"); \ static_assert(sizeof(AFGArenaManager) == 0x000338, "Wrong size on AFGArenaManager"); \ static_assert(offsetof(AFGArenaManager, State) == 0x000220, "Member 'AFGArenaManager::State' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PreviousState) == 0x000221, "Member 'AFGArenaManager::PreviousState' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, ArenaSaveData) == 0x000228, "Member 'AFGArenaManager::ArenaSaveData' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, bLoadingIsSublevelLoaded) == 0x000270, "Member 'AFGArenaManager::bLoadingIsSublevelLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PreLoadingTime) == 0x000274, "Member 'AFGArenaManager::PreLoadingTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PreLoadingCurrentTime) == 0x000278, "Member 'AFGArenaManager::PreLoadingCurrentTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LandingCurrentLandingTime) == 0x00027C, "Member 'AFGArenaManager::LandingCurrentLandingTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PlayersLandingTime) == 0x000280, "Member 'AFGArenaManager::PlayersLandingTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LandingArenaMasterAnimationTime) == 0x000284, "Member 'AFGArenaManager::LandingArenaMasterAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LandingArenaMasterAnimationTimeCurrent) == 0x000288, "Member 'AFGArenaManager::LandingArenaMasterAnimationTimeCurrent' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, CurrentPreFightTime) == 0x00028C, "Member 'AFGArenaManager::CurrentPreFightTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, CurrentPostFightTime) == 0x000290, "Member 'AFGArenaManager::CurrentPostFightTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LoadingPlatformMoveTime) == 0x000294, "Member 'AFGArenaManager::LoadingPlatformMoveTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LoadingCurrentPlatformMoveTime) == 0x000298, "Member 'AFGArenaManager::LoadingCurrentPlatformMoveTime' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PreFightTimer) == 0x00029C, "Member 'AFGArenaManager::PreFightTimer' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, PostFightTimer) == 0x0002A0, "Member 'AFGArenaManager::PostFightTimer' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, CurrentWave) == 0x0002A4, "Member 'AFGArenaManager::CurrentWave' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, TotalWaves) == 0x0002A8, "Member 'AFGArenaManager::TotalWaves' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, bPreparationComplete) == 0x0002AC, "Member 'AFGArenaManager::bPreparationComplete' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, ArenaStreamingVolume) == 0x0002B0, "Member 'AFGArenaManager::ArenaStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, ArenaFightVolume) == 0x0002B8, "Member 'AFGArenaManager::ArenaFightVolume' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, ArenaVoidPlatformVolume) == 0x0002C0, "Member 'AFGArenaManager::ArenaVoidPlatformVolume' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, ArenaAIModule) == 0x0002C8, "Member 'AFGArenaManager::ArenaAIModule' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, LastWaveResult) == 0x0002D0, "Member 'AFGArenaManager::LastWaveResult' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, NextWaveMods) == 0x0002D4, "Member 'AFGArenaManager::NextWaveMods' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, NextWaveRewards) == 0x0002E0, "Member 'AFGArenaManager::NextWaveRewards' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, Rewards) == 0x0002F0, "Member 'AFGArenaManager::Rewards' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, NextWaveCasket) == 0x000300, "Member 'AFGArenaManager::NextWaveCasket' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, Caskets) == 0x000308, "Member 'AFGArenaManager::Caskets' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, bIsArenaCompletedRecently) == 0x000320, "Member 'AFGArenaManager::bIsArenaCompletedRecently' has a wrong offset!"); \ static_assert(offsetof(AFGArenaManager, HardAchievementPlayers) == 0x000328, "Member 'AFGArenaManager::HardAchievementPlayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaTransportSpawner_GetEnableSpawn \ static_assert(alignof(FGArenaTransportSpawner_GetEnableSpawn) == 0x000001, "Wrong alignment on FGArenaTransportSpawner_GetEnableSpawn"); \ static_assert(sizeof(FGArenaTransportSpawner_GetEnableSpawn) == 0x000001, "Wrong size on FGArenaTransportSpawner_GetEnableSpawn"); \ static_assert(offsetof(FGArenaTransportSpawner_GetEnableSpawn, ReturnValue) == 0x000000, "Member 'FGArenaTransportSpawner_GetEnableSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaTransportSpawner_SetEnableSpawn \ static_assert(alignof(FGArenaTransportSpawner_SetEnableSpawn) == 0x000001, "Wrong alignment on FGArenaTransportSpawner_SetEnableSpawn"); \ static_assert(sizeof(FGArenaTransportSpawner_SetEnableSpawn) == 0x000001, "Wrong size on FGArenaTransportSpawner_SetEnableSpawn"); \ static_assert(offsetof(FGArenaTransportSpawner_SetEnableSpawn, bNewValue) == 0x000000, "Member 'FGArenaTransportSpawner_SetEnableSpawn::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArenaTransportSpawner \ static_assert(alignof(AFGArenaTransportSpawner) == 0x000008, "Wrong alignment on AFGArenaTransportSpawner"); \ static_assert(sizeof(AFGArenaTransportSpawner) == 0x000220, "Wrong size on AFGArenaTransportSpawner"); \ #define DUMPER7_ASSERTS_FGPlatformGravityVolume_OnBeginOverlap \ static_assert(alignof(FGPlatformGravityVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on FGPlatformGravityVolume_OnBeginOverlap"); \ static_assert(sizeof(FGPlatformGravityVolume_OnBeginOverlap) == 0x000010, "Wrong size on FGPlatformGravityVolume_OnBeginOverlap"); \ static_assert(offsetof(FGPlatformGravityVolume_OnBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGPlatformGravityVolume_OnBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGPlatformGravityVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGPlatformGravityVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformGravityVolume_OnEndOverlap \ static_assert(alignof(FGPlatformGravityVolume_OnEndOverlap) == 0x000008, "Wrong alignment on FGPlatformGravityVolume_OnEndOverlap"); \ static_assert(sizeof(FGPlatformGravityVolume_OnEndOverlap) == 0x000010, "Wrong size on FGPlatformGravityVolume_OnEndOverlap"); \ static_assert(offsetof(FGPlatformGravityVolume_OnEndOverlap, OverlappedActor) == 0x000000, "Member 'FGPlatformGravityVolume_OnEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGPlatformGravityVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'FGPlatformGravityVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlatformGravityVolume \ static_assert(alignof(AFGPlatformGravityVolume) == 0x000008, "Wrong alignment on AFGPlatformGravityVolume"); \ static_assert(sizeof(AFGPlatformGravityVolume) == 0x000230, "Wrong size on AFGPlatformGravityVolume"); \ static_assert(offsetof(AFGPlatformGravityVolume, SceneComponent) == 0x000220, "Member 'AFGPlatformGravityVolume::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGPlatformGravityVolume, bGravityEnabled) == 0x000228, "Member 'AFGPlatformGravityVolume::bGravityEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGPlatformGravityVolume, ForcedTraceGravityDuration) == 0x00022C, "Member 'AFGPlatformGravityVolume::ForcedTraceGravityDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_Goal_GetPriority \ static_assert(alignof(FGGOAP_Goal_GetPriority) == 0x000004, "Wrong alignment on FGGOAP_Goal_GetPriority"); \ static_assert(sizeof(FGGOAP_Goal_GetPriority) == 0x000004, "Wrong size on FGGOAP_Goal_GetPriority"); \ static_assert(offsetof(FGGOAP_Goal_GetPriority, ReturnValue) == 0x000000, "Member 'FGGOAP_Goal_GetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_Goal_GetWorldTimeSeconds \ static_assert(alignof(FGGOAP_Goal_GetWorldTimeSeconds) == 0x000004, "Wrong alignment on FGGOAP_Goal_GetWorldTimeSeconds"); \ static_assert(sizeof(FGGOAP_Goal_GetWorldTimeSeconds) == 0x000004, "Wrong size on FGGOAP_Goal_GetWorldTimeSeconds"); \ static_assert(offsetof(FGGOAP_Goal_GetWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'FGGOAP_Goal_GetWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_Goal_IsValidGloal \ static_assert(alignof(FGGOAP_Goal_IsValidGloal) == 0x000001, "Wrong alignment on FGGOAP_Goal_IsValidGloal"); \ static_assert(sizeof(FGGOAP_Goal_IsValidGloal) == 0x000001, "Wrong size on FGGOAP_Goal_IsValidGloal"); \ static_assert(offsetof(FGGOAP_Goal_IsValidGloal, ReturnValue) == 0x000000, "Member 'FGGOAP_Goal_IsValidGloal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGOAP_Goal \ static_assert(alignof(UFGGOAP_Goal) == 0x000008, "Wrong alignment on UFGGOAP_Goal"); \ static_assert(sizeof(UFGGOAP_Goal) == 0x000058, "Wrong size on UFGGOAP_Goal"); \ static_assert(offsetof(UFGGOAP_Goal, TargetRequiremenetClass) == 0x000028, "Member 'UFGGOAP_Goal::TargetRequiremenetClass' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_Goal, BasePriority) == 0x000030, "Member 'UFGGOAP_Goal::BasePriority' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_Goal, OwningAIPawn) == 0x000038, "Member 'UFGGOAP_Goal::OwningAIPawn' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_Goal, Plan) == 0x000040, "Member 'UFGGOAP_Goal::Plan' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_Goal, bHaveValidPlan) == 0x000050, "Member 'UFGGOAP_Goal::bHaveValidPlan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaVoidVolume_SetCloseSphereEvent \ static_assert(alignof(FGArenaVoidVolume_SetCloseSphereEvent) == 0x000001, "Wrong alignment on FGArenaVoidVolume_SetCloseSphereEvent"); \ static_assert(sizeof(FGArenaVoidVolume_SetCloseSphereEvent) == 0x000002, "Wrong size on FGArenaVoidVolume_SetCloseSphereEvent"); \ static_assert(offsetof(FGArenaVoidVolume_SetCloseSphereEvent, bNewValue) == 0x000000, "Member 'FGArenaVoidVolume_SetCloseSphereEvent::bNewValue' has a wrong offset!"); \ static_assert(offsetof(FGArenaVoidVolume_SetCloseSphereEvent, ReturnValue) == 0x000001, "Member 'FGArenaVoidVolume_SetCloseSphereEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaVoidVolume_SetDropOutEvent \ static_assert(alignof(FGArenaVoidVolume_SetDropOutEvent) == 0x000001, "Wrong alignment on FGArenaVoidVolume_SetDropOutEvent"); \ static_assert(sizeof(FGArenaVoidVolume_SetDropOutEvent) == 0x000002, "Wrong size on FGArenaVoidVolume_SetDropOutEvent"); \ static_assert(offsetof(FGArenaVoidVolume_SetDropOutEvent, bNewValue) == 0x000000, "Member 'FGArenaVoidVolume_SetDropOutEvent::bNewValue' has a wrong offset!"); \ static_assert(offsetof(FGArenaVoidVolume_SetDropOutEvent, ReturnValue) == 0x000001, "Member 'FGArenaVoidVolume_SetDropOutEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaVoidVolume_SetEnableCollisionBlockEvent \ static_assert(alignof(FGArenaVoidVolume_SetEnableCollisionBlockEvent) == 0x000001, "Wrong alignment on FGArenaVoidVolume_SetEnableCollisionBlockEvent"); \ static_assert(sizeof(FGArenaVoidVolume_SetEnableCollisionBlockEvent) == 0x000002, "Wrong size on FGArenaVoidVolume_SetEnableCollisionBlockEvent"); \ static_assert(offsetof(FGArenaVoidVolume_SetEnableCollisionBlockEvent, bNewValue) == 0x000000, "Member 'FGArenaVoidVolume_SetEnableCollisionBlockEvent::bNewValue' has a wrong offset!"); \ static_assert(offsetof(FGArenaVoidVolume_SetEnableCollisionBlockEvent, ReturnValue) == 0x000001, "Member 'FGArenaVoidVolume_SetEnableCollisionBlockEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArenaVoidVolume_SetSphereVisibilityEvent \ static_assert(alignof(FGArenaVoidVolume_SetSphereVisibilityEvent) == 0x000001, "Wrong alignment on FGArenaVoidVolume_SetSphereVisibilityEvent"); \ static_assert(sizeof(FGArenaVoidVolume_SetSphereVisibilityEvent) == 0x000002, "Wrong size on FGArenaVoidVolume_SetSphereVisibilityEvent"); \ static_assert(offsetof(FGArenaVoidVolume_SetSphereVisibilityEvent, bNewValue) == 0x000000, "Member 'FGArenaVoidVolume_SetSphereVisibilityEvent::bNewValue' has a wrong offset!"); \ static_assert(offsetof(FGArenaVoidVolume_SetSphereVisibilityEvent, ReturnValue) == 0x000001, "Member 'FGArenaVoidVolume_SetSphereVisibilityEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArenaVoidVolume \ static_assert(alignof(AFGArenaVoidVolume) == 0x000008, "Wrong alignment on AFGArenaVoidVolume"); \ static_assert(sizeof(AFGArenaVoidVolume) == 0x000240, "Wrong size on AFGArenaVoidVolume"); \ static_assert(offsetof(AFGArenaVoidVolume, SceneRoot) == 0x000230, "Member 'AFGArenaVoidVolume::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGArenaVoidVolume, OverlapSphere) == 0x000238, "Member 'AFGArenaVoidVolume::OverlapSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLeechMiasm \ static_assert(alignof(AFGLeechMiasm) == 0x000008, "Wrong alignment on AFGLeechMiasm"); \ static_assert(sizeof(AFGLeechMiasm) == 0x000220, "Wrong size on AFGLeechMiasm"); \ #define DUMPER7_ASSERTS_FGQuestMarkPathController_OnTaskCompleted \ static_assert(alignof(FGQuestMarkPathController_OnTaskCompleted) == 0x000008, "Wrong alignment on FGQuestMarkPathController_OnTaskCompleted"); \ static_assert(sizeof(FGQuestMarkPathController_OnTaskCompleted) == 0x000008, "Wrong size on FGQuestMarkPathController_OnTaskCompleted"); \ static_assert(offsetof(FGQuestMarkPathController_OnTaskCompleted, task) == 0x000000, "Member 'FGQuestMarkPathController_OnTaskCompleted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkPathController_OnTaskStarted \ static_assert(alignof(FGQuestMarkPathController_OnTaskStarted) == 0x000008, "Wrong alignment on FGQuestMarkPathController_OnTaskStarted"); \ static_assert(sizeof(FGQuestMarkPathController_OnTaskStarted) == 0x000008, "Wrong size on FGQuestMarkPathController_OnTaskStarted"); \ static_assert(offsetof(FGQuestMarkPathController_OnTaskStarted, task) == 0x000000, "Member 'FGQuestMarkPathController_OnTaskStarted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestMarkPathController \ static_assert(alignof(AFGQuestMarkPathController) == 0x000008, "Wrong alignment on AFGQuestMarkPathController"); \ static_assert(sizeof(AFGQuestMarkPathController) == 0x000248, "Wrong size on AFGQuestMarkPathController"); \ static_assert(offsetof(AFGQuestMarkPathController, QuestPaths) == 0x000228, "Member 'AFGQuestMarkPathController::QuestPaths' has a wrong offset!"); \ static_assert(offsetof(AFGQuestMarkPathController, CompletePathPointIndexes) == 0x000238, "Member 'AFGQuestMarkPathController::CompletePathPointIndexes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArmor \ static_assert(alignof(AFGArmor) == 0x000010, "Wrong alignment on AFGArmor"); \ static_assert(sizeof(AFGArmor) == 0x0004F0, "Wrong size on AFGArmor"); \ static_assert(offsetof(AFGArmor, PickupMesh) == 0x0004D8, "Member 'AFGArmor::PickupMesh' has a wrong offset!"); \ static_assert(offsetof(AFGArmor, Mesh) == 0x0004E0, "Member 'AFGArmor::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArmor_Backpack \ static_assert(alignof(AFGArmor_Backpack) == 0x000010, "Wrong alignment on AFGArmor_Backpack"); \ static_assert(sizeof(AFGArmor_Backpack) == 0x0004F0, "Wrong size on AFGArmor_Backpack"); \ #define DUMPER7_ASSERTS_FGArmor_Overalls_GetArmorValue \ static_assert(alignof(FGArmor_Overalls_GetArmorValue) == 0x000004, "Wrong alignment on FGArmor_Overalls_GetArmorValue"); \ static_assert(sizeof(FGArmor_Overalls_GetArmorValue) == 0x000004, "Wrong size on FGArmor_Overalls_GetArmorValue"); \ static_assert(offsetof(FGArmor_Overalls_GetArmorValue, ReturnValue) == 0x000000, "Member 'FGArmor_Overalls_GetArmorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGArmor_Overalls_Synchronize \ static_assert(alignof(FGArmor_Overalls_Synchronize) == 0x000008, "Wrong alignment on FGArmor_Overalls_Synchronize"); \ static_assert(sizeof(FGArmor_Overalls_Synchronize) == 0x000008, "Wrong size on FGArmor_Overalls_Synchronize"); \ static_assert(offsetof(FGArmor_Overalls_Synchronize, Armor) == 0x000000, "Member 'FGArmor_Overalls_Synchronize::Armor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGArmor_Overalls \ static_assert(alignof(AFGArmor_Overalls) == 0x000010, "Wrong alignment on AFGArmor_Overalls"); \ static_assert(sizeof(AFGArmor_Overalls) == 0x0004F0, "Wrong size on AFGArmor_Overalls"); \ static_assert(offsetof(AFGArmor_Overalls, ArmorSegments) == 0x0004E8, "Member 'AFGArmor_Overalls::ArmorSegments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGAutotestLibrary_LoadAutomationSave \ static_assert(alignof(FGAutotestLibrary_LoadAutomationSave) == 0x000008, "Wrong alignment on FGAutotestLibrary_LoadAutomationSave"); \ static_assert(sizeof(FGAutotestLibrary_LoadAutomationSave) == 0x000018, "Wrong size on FGAutotestLibrary_LoadAutomationSave"); \ static_assert(offsetof(FGAutotestLibrary_LoadAutomationSave, AutotestSaveFile) == 0x000000, "Member 'FGAutotestLibrary_LoadAutomationSave::AutotestSaveFile' has a wrong offset!"); \ static_assert(offsetof(FGAutotestLibrary_LoadAutomationSave, ReturnValue) == 0x000010, "Member 'FGAutotestLibrary_LoadAutomationSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGAutotestLibrary \ static_assert(alignof(UFGAutotestLibrary) == 0x000008, "Wrong alignment on UFGAutotestLibrary"); \ static_assert(sizeof(UFGAutotestLibrary) == 0x000028, "Wrong size on UFGAutotestLibrary"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_Base_BackwardFlightStopped \ static_assert(alignof(FGGrapplingHook_Base_BackwardFlightStopped) == 0x000001, "Wrong alignment on FGGrapplingHook_Base_BackwardFlightStopped"); \ static_assert(sizeof(FGGrapplingHook_Base_BackwardFlightStopped) == 0x000001, "Wrong size on FGGrapplingHook_Base_BackwardFlightStopped"); \ static_assert(offsetof(FGGrapplingHook_Base_BackwardFlightStopped, ReturnValue) == 0x000000, "Member 'FGGrapplingHook_Base_BackwardFlightStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_Base_ForwardFlightStopped \ static_assert(alignof(FGGrapplingHook_Base_ForwardFlightStopped) == 0x000001, "Wrong alignment on FGGrapplingHook_Base_ForwardFlightStopped"); \ static_assert(sizeof(FGGrapplingHook_Base_ForwardFlightStopped) == 0x000001, "Wrong size on FGGrapplingHook_Base_ForwardFlightStopped"); \ static_assert(offsetof(FGGrapplingHook_Base_ForwardFlightStopped, ReturnValue) == 0x000000, "Member 'FGGrapplingHook_Base_ForwardFlightStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_Base_OnSphereBeginOverlap \ static_assert(alignof(FGGrapplingHook_Base_OnSphereBeginOverlap) == 0x000008, "Wrong alignment on FGGrapplingHook_Base_OnSphereBeginOverlap"); \ static_assert(sizeof(FGGrapplingHook_Base_OnSphereBeginOverlap) == 0x0000A8, "Wrong size on FGGrapplingHook_Base_OnSphereBeginOverlap"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, OverlappedComp) == 0x000000, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, Other) == 0x000008, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, OtherComp) == 0x000010, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_Base_OnSphereBeginOverlap, SweepResult) == 0x000020, "Member 'FGGrapplingHook_Base_OnSphereBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_Base_OnStop \ static_assert(alignof(FGGrapplingHook_Base_OnStop) == 0x000004, "Wrong alignment on FGGrapplingHook_Base_OnStop"); \ static_assert(sizeof(FGGrapplingHook_Base_OnStop) == 0x000088, "Wrong size on FGGrapplingHook_Base_OnStop"); \ static_assert(offsetof(FGGrapplingHook_Base_OnStop, Hit) == 0x000000, "Member 'FGGrapplingHook_Base_OnStop::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrapplingHook_Base \ static_assert(alignof(AFGGrapplingHook_Base) == 0x000008, "Wrong alignment on AFGGrapplingHook_Base"); \ static_assert(sizeof(AFGGrapplingHook_Base) == 0x000240, "Wrong size on AFGGrapplingHook_Base"); \ static_assert(offsetof(AFGGrapplingHook_Base, ProjectileMovement) == 0x000220, "Member 'AFGGrapplingHook_Base::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Base, Sphere) == 0x000228, "Member 'AFGGrapplingHook_Base::Sphere' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Base, Deceleration) == 0x000230, "Member 'AFGGrapplingHook_Base::Deceleration' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Base, DespawnDistance) == 0x000234, "Member 'AFGGrapplingHook_Base::DespawnDistance' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Base, bStopForwardFlight) == 0x000238, "Member 'AFGGrapplingHook_Base::bStopForwardFlight' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Base, bStopBackwardFlight) == 0x000239, "Member 'AFGGrapplingHook_Base::bStopBackwardFlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_AttachLoot \ static_assert(alignof(FGGrapplingHook_AttachLoot) == 0x000008, "Wrong alignment on FGGrapplingHook_AttachLoot"); \ static_assert(sizeof(FGGrapplingHook_AttachLoot) == 0x000010, "Wrong size on FGGrapplingHook_AttachLoot"); \ static_assert(offsetof(FGGrapplingHook_AttachLoot, Other) == 0x000000, "Member 'FGGrapplingHook_AttachLoot::Other' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_AttachLoot, OtherComponent) == 0x000008, "Member 'FGGrapplingHook_AttachLoot::OtherComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_OnBounce \ static_assert(alignof(FGGrapplingHook_OnBounce) == 0x000004, "Wrong alignment on FGGrapplingHook_OnBounce"); \ static_assert(sizeof(FGGrapplingHook_OnBounce) == 0x000094, "Wrong size on FGGrapplingHook_OnBounce"); \ static_assert(offsetof(FGGrapplingHook_OnBounce, ImpactResult) == 0x000000, "Member 'FGGrapplingHook_OnBounce::ImpactResult' has a wrong offset!"); \ static_assert(offsetof(FGGrapplingHook_OnBounce, ImpactVelocity) == 0x000088, "Member 'FGGrapplingHook_OnBounce::ImpactVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrapplingHook_CanGrapple \ static_assert(alignof(FGGrapplingHook_CanGrapple) == 0x000001, "Wrong alignment on FGGrapplingHook_CanGrapple"); \ static_assert(sizeof(FGGrapplingHook_CanGrapple) == 0x000001, "Wrong size on FGGrapplingHook_CanGrapple"); \ static_assert(offsetof(FGGrapplingHook_CanGrapple, ReturnValue) == 0x000000, "Member 'FGGrapplingHook_CanGrapple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrapplingHook \ static_assert(alignof(AFGGrapplingHook) == 0x000008, "Wrong alignment on AFGGrapplingHook"); \ static_assert(sizeof(AFGGrapplingHook) == 0x000278, "Wrong size on AFGGrapplingHook"); \ static_assert(offsetof(AFGGrapplingHook, CollisionComponent) == 0x000240, "Member 'AFGGrapplingHook::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook, MagnetismEffect) == 0x000248, "Member 'AFGGrapplingHook::MagnetismEffect' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook, MaxLootItems) == 0x000250, "Member 'AFGGrapplingHook::MaxLootItems' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook, GrappledActors) == 0x000258, "Member 'AFGGrapplingHook::GrappledActors' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook, GrappledActorComponents) == 0x000268, "Member 'AFGGrapplingHook::GrappledActorComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrapplingHook_Loot \ static_assert(alignof(AFGGrapplingHook_Loot) == 0x000008, "Wrong alignment on AFGGrapplingHook_Loot"); \ static_assert(sizeof(AFGGrapplingHook_Loot) == 0x000278, "Wrong size on AFGGrapplingHook_Loot"); \ #define DUMPER7_ASSERTS_FGInventorySlot_CanPlace \ static_assert(alignof(FGInventorySlot_CanPlace) == 0x000008, "Wrong alignment on FGInventorySlot_CanPlace"); \ static_assert(sizeof(FGInventorySlot_CanPlace) == 0x000010, "Wrong size on FGInventorySlot_CanPlace"); \ static_assert(offsetof(FGInventorySlot_CanPlace, InPlaceholder) == 0x000000, "Member 'FGInventorySlot_CanPlace::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventorySlot_CanPlace, ReturnValue) == 0x000008, "Member 'FGInventorySlot_CanPlace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventorySlot_CanStack \ static_assert(alignof(FGInventorySlot_CanStack) == 0x000008, "Wrong alignment on FGInventorySlot_CanStack"); \ static_assert(sizeof(FGInventorySlot_CanStack) == 0x000010, "Wrong size on FGInventorySlot_CanStack"); \ static_assert(offsetof(FGInventorySlot_CanStack, InPlaceholder) == 0x000000, "Member 'FGInventorySlot_CanStack::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventorySlot_CanStack, ReturnValue) == 0x000008, "Member 'FGInventorySlot_CanStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventorySlot_SetPlaceholder \ static_assert(alignof(FGInventorySlot_SetPlaceholder) == 0x000008, "Wrong alignment on FGInventorySlot_SetPlaceholder"); \ static_assert(sizeof(FGInventorySlot_SetPlaceholder) == 0x000008, "Wrong size on FGInventorySlot_SetPlaceholder"); \ static_assert(offsetof(FGInventorySlot_SetPlaceholder, NewPlaceholder) == 0x000000, "Member 'FGInventorySlot_SetPlaceholder::NewPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventorySlot_GetInventoryOwner \ static_assert(alignof(FGInventorySlot_GetInventoryOwner) == 0x000008, "Wrong alignment on FGInventorySlot_GetInventoryOwner"); \ static_assert(sizeof(FGInventorySlot_GetInventoryOwner) == 0x000008, "Wrong size on FGInventorySlot_GetInventoryOwner"); \ static_assert(offsetof(FGInventorySlot_GetInventoryOwner, ReturnValue) == 0x000000, "Member 'FGInventorySlot_GetInventoryOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventorySlot_GetPlaceholder \ static_assert(alignof(FGInventorySlot_GetPlaceholder) == 0x000008, "Wrong alignment on FGInventorySlot_GetPlaceholder"); \ static_assert(sizeof(FGInventorySlot_GetPlaceholder) == 0x000008, "Wrong size on FGInventorySlot_GetPlaceholder"); \ static_assert(offsetof(FGInventorySlot_GetPlaceholder, ReturnValue) == 0x000000, "Member 'FGInventorySlot_GetPlaceholder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInventorySlot \ static_assert(alignof(UFGInventorySlot) == 0x000008, "Wrong alignment on UFGInventorySlot"); \ static_assert(sizeof(UFGInventorySlot) == 0x000050, "Wrong size on UFGInventorySlot"); \ static_assert(offsetof(UFGInventorySlot, OnSlotUpdate) == 0x000028, "Member 'UFGInventorySlot::OnSlotUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGInventorySlot, Placeholder) == 0x000040, "Member 'UFGInventorySlot::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UFGInventorySlot, InventoryOwner) == 0x000048, "Member 'UFGInventorySlot::InventoryOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_GetItemInstance \ static_assert(alignof(FGEquipmentSlot_GetItemInstance) == 0x000008, "Wrong alignment on FGEquipmentSlot_GetItemInstance"); \ static_assert(sizeof(FGEquipmentSlot_GetItemInstance) == 0x000008, "Wrong size on FGEquipmentSlot_GetItemInstance"); \ static_assert(offsetof(FGEquipmentSlot_GetItemInstance, ReturnValue) == 0x000000, "Member 'FGEquipmentSlot_GetItemInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_SetIsEnabled \ static_assert(alignof(FGEquipmentSlot_SetIsEnabled) == 0x000001, "Wrong alignment on FGEquipmentSlot_SetIsEnabled"); \ static_assert(sizeof(FGEquipmentSlot_SetIsEnabled) == 0x000001, "Wrong size on FGEquipmentSlot_SetIsEnabled"); \ static_assert(offsetof(FGEquipmentSlot_SetIsEnabled, bEnabled) == 0x000000, "Member 'FGEquipmentSlot_SetIsEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_GetIsEnabled \ static_assert(alignof(FGEquipmentSlot_GetIsEnabled) == 0x000001, "Wrong alignment on FGEquipmentSlot_GetIsEnabled"); \ static_assert(sizeof(FGEquipmentSlot_GetIsEnabled) == 0x000001, "Wrong size on FGEquipmentSlot_GetIsEnabled"); \ static_assert(offsetof(FGEquipmentSlot_GetIsEnabled, ReturnValue) == 0x000000, "Member 'FGEquipmentSlot_GetIsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_GetIsEquipped \ static_assert(alignof(FGEquipmentSlot_GetIsEquipped) == 0x000001, "Wrong alignment on FGEquipmentSlot_GetIsEquipped"); \ static_assert(sizeof(FGEquipmentSlot_GetIsEquipped) == 0x000001, "Wrong size on FGEquipmentSlot_GetIsEquipped"); \ static_assert(offsetof(FGEquipmentSlot_GetIsEquipped, ReturnValue) == 0x000000, "Member 'FGEquipmentSlot_GetIsEquipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEquipmentSlot \ static_assert(alignof(UFGEquipmentSlot) == 0x000008, "Wrong alignment on UFGEquipmentSlot"); \ static_assert(sizeof(UFGEquipmentSlot) == 0x000070, "Wrong size on UFGEquipmentSlot"); \ static_assert(offsetof(UFGEquipmentSlot, Type) == 0x000050, "Member 'UFGEquipmentSlot::Type' has a wrong offset!"); \ static_assert(offsetof(UFGEquipmentSlot, bDisabled) == 0x000058, "Member 'UFGEquipmentSlot::bDisabled' has a wrong offset!"); \ static_assert(offsetof(UFGEquipmentSlot, ItemInstance) == 0x000060, "Member 'UFGEquipmentSlot::ItemInstance' has a wrong offset!"); \ static_assert(offsetof(UFGEquipmentSlot, ownerCharacter) == 0x000068, "Member 'UFGEquipmentSlot::ownerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEquipmentSlot_Consumable \ static_assert(alignof(UFGEquipmentSlot_Consumable) == 0x000008, "Wrong alignment on UFGEquipmentSlot_Consumable"); \ static_assert(sizeof(UFGEquipmentSlot_Consumable) == 0x000070, "Wrong size on UFGEquipmentSlot_Consumable"); \ #define DUMPER7_ASSERTS_AFGBaseLootSpawnPoint \ static_assert(alignof(AFGBaseLootSpawnPoint) == 0x000008, "Wrong alignment on AFGBaseLootSpawnPoint"); \ static_assert(sizeof(AFGBaseLootSpawnPoint) == 0x000220, "Wrong size on AFGBaseLootSpawnPoint"); \ #define DUMPER7_ASSERTS_FGBiomePresets_AddValue \ static_assert(alignof(FGBiomePresets_AddValue) == 0x000010, "Wrong alignment on FGBiomePresets_AddValue"); \ static_assert(sizeof(FGBiomePresets_AddValue) == 0x000380, "Wrong size on FGBiomePresets_AddValue"); \ static_assert(offsetof(FGBiomePresets_AddValue, BiomePresetsSettingsRow) == 0x000000, "Member 'FGBiomePresets_AddValue::BiomePresetsSettingsRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_BP_ActivatePreset \ static_assert(alignof(FGBiomePresets_BP_ActivatePreset) == 0x000004, "Wrong alignment on FGBiomePresets_BP_ActivatePreset"); \ static_assert(sizeof(FGBiomePresets_BP_ActivatePreset) == 0x00000C, "Wrong size on FGBiomePresets_BP_ActivatePreset"); \ static_assert(offsetof(FGBiomePresets_BP_ActivatePreset, Type) == 0x000000, "Member 'FGBiomePresets_BP_ActivatePreset::Type' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_BP_ActivatePreset, Time) == 0x000004, "Member 'FGBiomePresets_BP_ActivatePreset::Time' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_BP_ActivatePreset, bIsLocal) == 0x000008, "Member 'FGBiomePresets_BP_ActivatePreset::bIsLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_FindValue \ static_assert(alignof(FGBiomePresets_FindValue) == 0x000010, "Wrong alignment on FGBiomePresets_FindValue"); \ static_assert(sizeof(FGBiomePresets_FindValue) == 0x000390, "Wrong size on FGBiomePresets_FindValue"); \ static_assert(offsetof(FGBiomePresets_FindValue, Type) == 0x000000, "Member 'FGBiomePresets_FindValue::Type' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_FindValue, Result) == 0x000001, "Member 'FGBiomePresets_FindValue::Result' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_FindValue, ReturnValue) == 0x000010, "Member 'FGBiomePresets_FindValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream \ static_assert(alignof(FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream) == 0x000004, "Wrong alignment on FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream"); \ static_assert(sizeof(FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream) == 0x00000C, "Wrong size on FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream, RandomStream) == 0x000000, "Member 'FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream, MapCycle) == 0x000008, "Member 'FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream::MapCycle' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream, ReturnValue) == 0x000009, "Member 'FGBiomePresets_GenerateRandomDepotBiomePresetFromRandomStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream \ static_assert(alignof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream) == 0x000004, "Wrong alignment on FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream"); \ static_assert(sizeof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream) == 0x000010, "Wrong size on FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream, RandomStream) == 0x000000, "Member 'FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream, GeneratorVersion) == 0x000008, "Member 'FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream, MapCycle) == 0x00000C, "Member 'FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream::MapCycle' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream, ReturnValue) == 0x00000D, "Member 'FGBiomePresets_GenerateRandomVoidBiomePresetFromRandomStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GetLastDepotFightBiomePresetType \ static_assert(alignof(FGBiomePresets_GetLastDepotFightBiomePresetType) == 0x000001, "Wrong alignment on FGBiomePresets_GetLastDepotFightBiomePresetType"); \ static_assert(sizeof(FGBiomePresets_GetLastDepotFightBiomePresetType) == 0x000001, "Wrong size on FGBiomePresets_GetLastDepotFightBiomePresetType"); \ static_assert(offsetof(FGBiomePresets_GetLastDepotFightBiomePresetType, ReturnValue) == 0x000000, "Member 'FGBiomePresets_GetLastDepotFightBiomePresetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GetLastDepotPeacefulBiomePresetType \ static_assert(alignof(FGBiomePresets_GetLastDepotPeacefulBiomePresetType) == 0x000001, "Wrong alignment on FGBiomePresets_GetLastDepotPeacefulBiomePresetType"); \ static_assert(sizeof(FGBiomePresets_GetLastDepotPeacefulBiomePresetType) == 0x000001, "Wrong size on FGBiomePresets_GetLastDepotPeacefulBiomePresetType"); \ static_assert(offsetof(FGBiomePresets_GetLastDepotPeacefulBiomePresetType, ReturnValue) == 0x000000, "Member 'FGBiomePresets_GetLastDepotPeacefulBiomePresetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GetNextVoidBiomePreset \ static_assert(alignof(FGBiomePresets_GetNextVoidBiomePreset) == 0x000001, "Wrong alignment on FGBiomePresets_GetNextVoidBiomePreset"); \ static_assert(sizeof(FGBiomePresets_GetNextVoidBiomePreset) == 0x000002, "Wrong size on FGBiomePresets_GetNextVoidBiomePreset"); \ static_assert(offsetof(FGBiomePresets_GetNextVoidBiomePreset, CurrentVoidBiomePreset) == 0x000000, "Member 'FGBiomePresets_GetNextVoidBiomePreset::CurrentVoidBiomePreset' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GetNextVoidBiomePreset, ReturnValue) == 0x000001, "Member 'FGBiomePresets_GetNextVoidBiomePreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GetRandomItem \ static_assert(alignof(FGBiomePresets_GetRandomItem) == 0x000010, "Wrong alignment on FGBiomePresets_GetRandomItem"); \ static_assert(sizeof(FGBiomePresets_GetRandomItem) == 0x000390, "Wrong size on FGBiomePresets_GetRandomItem"); \ static_assert(offsetof(FGBiomePresets_GetRandomItem, Result) == 0x000000, "Member 'FGBiomePresets_GetRandomItem::Result' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_GetRandomItem, ReturnValue) == 0x000010, "Member 'FGBiomePresets_GetRandomItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_GetRandomVoidBiomePreset \ static_assert(alignof(FGBiomePresets_GetRandomVoidBiomePreset) == 0x000001, "Wrong alignment on FGBiomePresets_GetRandomVoidBiomePreset"); \ static_assert(sizeof(FGBiomePresets_GetRandomVoidBiomePreset) == 0x000001, "Wrong size on FGBiomePresets_GetRandomVoidBiomePreset"); \ static_assert(offsetof(FGBiomePresets_GetRandomVoidBiomePreset, ReturnValue) == 0x000000, "Member 'FGBiomePresets_GetRandomVoidBiomePreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBiomePresets_SetCurrentPreset \ static_assert(alignof(FGBiomePresets_SetCurrentPreset) == 0x000001, "Wrong alignment on FGBiomePresets_SetCurrentPreset"); \ static_assert(sizeof(FGBiomePresets_SetCurrentPreset) == 0x000002, "Wrong size on FGBiomePresets_SetCurrentPreset"); \ static_assert(offsetof(FGBiomePresets_SetCurrentPreset, NewValue) == 0x000000, "Member 'FGBiomePresets_SetCurrentPreset::NewValue' has a wrong offset!"); \ static_assert(offsetof(FGBiomePresets_SetCurrentPreset, bIsLocal) == 0x000001, "Member 'FGBiomePresets_SetCurrentPreset::bIsLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGBiomePresets \ static_assert(alignof(AFGBiomePresets) == 0x000008, "Wrong alignment on AFGBiomePresets"); \ static_assert(sizeof(AFGBiomePresets) == 0x000260, "Wrong size on AFGBiomePresets"); \ static_assert(offsetof(AFGBiomePresets, BiomePresetsSettingsDataTable) == 0x000220, "Member 'AFGBiomePresets::BiomePresetsSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, BiomePresetsSettings) == 0x000228, "Member 'AFGBiomePresets::BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, WorldPresetID) == 0x000238, "Member 'AFGBiomePresets::WorldPresetID' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, DepotLoadingPresetID) == 0x00023C, "Member 'AFGBiomePresets::DepotLoadingPresetID' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, DepotPresetID) == 0x000240, "Member 'AFGBiomePresets::DepotPresetID' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, DepotTrainBuildingPresetID) == 0x000244, "Member 'AFGBiomePresets::DepotTrainBuildingPresetID' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, IslandPresetID) == 0x000248, "Member 'AFGBiomePresets::IslandPresetID' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, NewGameBiomePresetType) == 0x00024C, "Member 'AFGBiomePresets::NewGameBiomePresetType' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, MCTwentyFiveBiomePresetType) == 0x00024D, "Member 'AFGBiomePresets::MCTwentyFiveBiomePresetType' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, CurrentPreset) == 0x00024E, "Member 'AFGBiomePresets::CurrentPreset' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, ServerPreset) == 0x00024F, "Member 'AFGBiomePresets::ServerPreset' has a wrong offset!"); \ static_assert(offsetof(AFGBiomePresets, PostProcessBlendableClouds) == 0x000250, "Member 'AFGBiomePresets::PostProcessBlendableClouds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_AddDurabilityPercent \ static_assert(alignof(FGWagonModule_AddDurabilityPercent) == 0x000004, "Wrong alignment on FGWagonModule_AddDurabilityPercent"); \ static_assert(sizeof(FGWagonModule_AddDurabilityPercent) == 0x000004, "Wrong size on FGWagonModule_AddDurabilityPercent"); \ static_assert(offsetof(FGWagonModule_AddDurabilityPercent, PercentageToAdd) == 0x000000, "Member 'FGWagonModule_AddDurabilityPercent::PercentageToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_AddProjectResources \ static_assert(alignof(FGWagonModule_AddProjectResources) == 0x000008, "Wrong alignment on FGWagonModule_AddProjectResources"); \ static_assert(sizeof(FGWagonModule_AddProjectResources) == 0x000010, "Wrong size on FGWagonModule_AddProjectResources"); \ static_assert(offsetof(FGWagonModule_AddProjectResources, Class_0) == 0x000000, "Member 'FGWagonModule_AddProjectResources::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_AddProjectResources, Amount) == 0x000008, "Member 'FGWagonModule_AddProjectResources::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_AddProjectResources, ReturnValue) == 0x00000C, "Member 'FGWagonModule_AddProjectResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_AddSpentPowerPoints \ static_assert(alignof(FGWagonModule_AddSpentPowerPoints) == 0x000004, "Wrong alignment on FGWagonModule_AddSpentPowerPoints"); \ static_assert(sizeof(FGWagonModule_AddSpentPowerPoints) == 0x000004, "Wrong size on FGWagonModule_AddSpentPowerPoints"); \ static_assert(offsetof(FGWagonModule_AddSpentPowerPoints, Value) == 0x000000, "Member 'FGWagonModule_AddSpentPowerPoints::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_ApplyDurabilityDamage \ static_assert(alignof(FGWagonModule_ApplyDurabilityDamage) == 0x000008, "Wrong alignment on FGWagonModule_ApplyDurabilityDamage"); \ static_assert(sizeof(FGWagonModule_ApplyDurabilityDamage) == 0x000010, "Wrong size on FGWagonModule_ApplyDurabilityDamage"); \ static_assert(offsetof(FGWagonModule_ApplyDurabilityDamage, Damage) == 0x000000, "Member 'FGWagonModule_ApplyDurabilityDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ApplyDurabilityDamage, DamageType) == 0x000008, "Member 'FGWagonModule_ApplyDurabilityDamage::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_ApplyPercentageDurabilityDamage \ static_assert(alignof(FGWagonModule_ApplyPercentageDurabilityDamage) == 0x000008, "Wrong alignment on FGWagonModule_ApplyPercentageDurabilityDamage"); \ static_assert(sizeof(FGWagonModule_ApplyPercentageDurabilityDamage) == 0x000010, "Wrong size on FGWagonModule_ApplyPercentageDurabilityDamage"); \ static_assert(offsetof(FGWagonModule_ApplyPercentageDurabilityDamage, PercentageDamage) == 0x000000, "Member 'FGWagonModule_ApplyPercentageDurabilityDamage::PercentageDamage' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ApplyPercentageDurabilityDamage, DamageType) == 0x000008, "Member 'FGWagonModule_ApplyPercentageDurabilityDamage::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_BuildFreeProject \ static_assert(alignof(FGWagonModule_BuildFreeProject) == 0x000001, "Wrong alignment on FGWagonModule_BuildFreeProject"); \ static_assert(sizeof(FGWagonModule_BuildFreeProject) == 0x000001, "Wrong size on FGWagonModule_BuildFreeProject"); \ static_assert(offsetof(FGWagonModule_BuildFreeProject, ReturnValue) == 0x000000, "Member 'FGWagonModule_BuildFreeProject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CalculateLocalWorldRateWeight \ static_assert(alignof(FGWagonModule_CalculateLocalWorldRateWeight) == 0x000004, "Wrong alignment on FGWagonModule_CalculateLocalWorldRateWeight"); \ static_assert(sizeof(FGWagonModule_CalculateLocalWorldRateWeight) == 0x00000C, "Wrong size on FGWagonModule_CalculateLocalWorldRateWeight"); \ static_assert(offsetof(FGWagonModule_CalculateLocalWorldRateWeight, Additive) == 0x000000, "Member 'FGWagonModule_CalculateLocalWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CalculateLocalWorldRateWeight, Scale) == 0x000004, "Member 'FGWagonModule_CalculateLocalWorldRateWeight::Scale' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CalculateLocalWorldRateWeight, ReturnValue) == 0x000008, "Member 'FGWagonModule_CalculateLocalWorldRateWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CalculateWorldRateWeight \ static_assert(alignof(FGWagonModule_CalculateWorldRateWeight) == 0x000004, "Wrong alignment on FGWagonModule_CalculateWorldRateWeight"); \ static_assert(sizeof(FGWagonModule_CalculateWorldRateWeight) == 0x000008, "Wrong size on FGWagonModule_CalculateWorldRateWeight"); \ static_assert(offsetof(FGWagonModule_CalculateWorldRateWeight, Additive) == 0x000000, "Member 'FGWagonModule_CalculateWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CalculateWorldRateWeight, Scale) == 0x000004, "Member 'FGWagonModule_CalculateWorldRateWeight::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanAlwaysConsumePowerPoints \ static_assert(alignof(FGWagonModule_CanAlwaysConsumePowerPoints) == 0x000001, "Wrong alignment on FGWagonModule_CanAlwaysConsumePowerPoints"); \ static_assert(sizeof(FGWagonModule_CanAlwaysConsumePowerPoints) == 0x000001, "Wrong size on FGWagonModule_CanAlwaysConsumePowerPoints"); \ static_assert(offsetof(FGWagonModule_CanAlwaysConsumePowerPoints, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanAlwaysConsumePowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanBeMultitoolRecycled \ static_assert(alignof(FGWagonModule_CanBeMultitoolRecycled) == 0x000001, "Wrong alignment on FGWagonModule_CanBeMultitoolRecycled"); \ static_assert(sizeof(FGWagonModule_CanBeMultitoolRecycled) == 0x000001, "Wrong size on FGWagonModule_CanBeMultitoolRecycled"); \ static_assert(offsetof(FGWagonModule_CanBeMultitoolRecycled, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanBeMultitoolRecycled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanBeRepaired \ static_assert(alignof(FGWagonModule_CanBeRepaired) == 0x000001, "Wrong alignment on FGWagonModule_CanBeRepaired"); \ static_assert(sizeof(FGWagonModule_CanBeRepaired) == 0x000001, "Wrong size on FGWagonModule_CanBeRepaired"); \ static_assert(offsetof(FGWagonModule_CanBeRepaired, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanBeRepaired::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanBeStored \ static_assert(alignof(FGWagonModule_CanBeStored) == 0x000001, "Wrong alignment on FGWagonModule_CanBeStored"); \ static_assert(sizeof(FGWagonModule_CanBeStored) == 0x000001, "Wrong size on FGWagonModule_CanBeStored"); \ static_assert(offsetof(FGWagonModule_CanBeStored, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanBeStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanConsumeElectricityNetworkVoltage \ static_assert(alignof(FGWagonModule_CanConsumeElectricityNetworkVoltage) == 0x000001, "Wrong alignment on FGWagonModule_CanConsumeElectricityNetworkVoltage"); \ static_assert(sizeof(FGWagonModule_CanConsumeElectricityNetworkVoltage) == 0x000001, "Wrong size on FGWagonModule_CanConsumeElectricityNetworkVoltage"); \ static_assert(offsetof(FGWagonModule_CanConsumeElectricityNetworkVoltage, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanConsumeElectricityNetworkVoltage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanDisassembleModule \ static_assert(alignof(FGWagonModule_CanDisassembleModule) == 0x000001, "Wrong alignment on FGWagonModule_CanDisassembleModule"); \ static_assert(sizeof(FGWagonModule_CanDisassembleModule) == 0x000002, "Wrong size on FGWagonModule_CanDisassembleModule"); \ static_assert(offsetof(FGWagonModule_CanDisassembleModule, bFromDepot) == 0x000000, "Member 'FGWagonModule_CanDisassembleModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CanDisassembleModule, ReturnValue) == 0x000001, "Member 'FGWagonModule_CanDisassembleModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanHaveDecoreModules \ static_assert(alignof(FGWagonModule_CanHaveDecoreModules) == 0x000001, "Wrong alignment on FGWagonModule_CanHaveDecoreModules"); \ static_assert(sizeof(FGWagonModule_CanHaveDecoreModules) == 0x000001, "Wrong size on FGWagonModule_CanHaveDecoreModules"); \ static_assert(offsetof(FGWagonModule_CanHaveDecoreModules, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanHaveDecoreModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanProduceElectricityNetworkVoltage \ static_assert(alignof(FGWagonModule_CanProduceElectricityNetworkVoltage) == 0x000001, "Wrong alignment on FGWagonModule_CanProduceElectricityNetworkVoltage"); \ static_assert(sizeof(FGWagonModule_CanProduceElectricityNetworkVoltage) == 0x000001, "Wrong size on FGWagonModule_CanProduceElectricityNetworkVoltage"); \ static_assert(offsetof(FGWagonModule_CanProduceElectricityNetworkVoltage, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanProduceElectricityNetworkVoltage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanRelocateModule \ static_assert(alignof(FGWagonModule_CanRelocateModule) == 0x000001, "Wrong alignment on FGWagonModule_CanRelocateModule"); \ static_assert(sizeof(FGWagonModule_CanRelocateModule) == 0x000002, "Wrong size on FGWagonModule_CanRelocateModule"); \ static_assert(offsetof(FGWagonModule_CanRelocateModule, bFromDepot) == 0x000000, "Member 'FGWagonModule_CanRelocateModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CanRelocateModule, ReturnValue) == 0x000001, "Member 'FGWagonModule_CanRelocateModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CanStoreModules \ static_assert(alignof(FGWagonModule_CanStoreModules) == 0x000001, "Wrong alignment on FGWagonModule_CanStoreModules"); \ static_assert(sizeof(FGWagonModule_CanStoreModules) == 0x000001, "Wrong size on FGWagonModule_CanStoreModules"); \ static_assert(offsetof(FGWagonModule_CanStoreModules, ReturnValue) == 0x000000, "Member 'FGWagonModule_CanStoreModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_ConsumeResourcesOfClass \ static_assert(alignof(FGWagonModule_ConsumeResourcesOfClass) == 0x000008, "Wrong alignment on FGWagonModule_ConsumeResourcesOfClass"); \ static_assert(sizeof(FGWagonModule_ConsumeResourcesOfClass) == 0x000018, "Wrong size on FGWagonModule_ConsumeResourcesOfClass"); \ static_assert(offsetof(FGWagonModule_ConsumeResourcesOfClass, ItemType) == 0x000000, "Member 'FGWagonModule_ConsumeResourcesOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ConsumeResourcesOfClass, Count) == 0x000008, "Member 'FGWagonModule_ConsumeResourcesOfClass::Count' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ConsumeResourcesOfClass, bIsParentClass) == 0x00000C, "Member 'FGWagonModule_ConsumeResourcesOfClass::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ConsumeResourcesOfClass, ReturnValue) == 0x000010, "Member 'FGWagonModule_ConsumeResourcesOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_DisassembleModule \ static_assert(alignof(FGWagonModule_DisassembleModule) == 0x000008, "Wrong alignment on FGWagonModule_DisassembleModule"); \ static_assert(sizeof(FGWagonModule_DisassembleModule) == 0x000010, "Wrong size on FGWagonModule_DisassembleModule"); \ static_assert(offsetof(FGWagonModule_DisassembleModule, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_DisassembleModule::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_DisassembleModule, bFromDepot) == 0x000008, "Member 'FGWagonModule_DisassembleModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_DisassembleModule, bReturnFullResources) == 0x000009, "Member 'FGWagonModule_DisassembleModule::bReturnFullResources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_EventOnStateUpdated \ static_assert(alignof(FGWagonModule_EventOnStateUpdated) == 0x000001, "Wrong alignment on FGWagonModule_EventOnStateUpdated"); \ static_assert(sizeof(FGWagonModule_EventOnStateUpdated) == 0x000002, "Wrong size on FGWagonModule_EventOnStateUpdated"); \ static_assert(offsetof(FGWagonModule_EventOnStateUpdated, NewState) == 0x000000, "Member 'FGWagonModule_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_EventOnStateUpdated, OldState) == 0x000001, "Member 'FGWagonModule_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_EventSetRelocationMode \ static_assert(alignof(FGWagonModule_EventSetRelocationMode) == 0x000001, "Wrong alignment on FGWagonModule_EventSetRelocationMode"); \ static_assert(sizeof(FGWagonModule_EventSetRelocationMode) == 0x000001, "Wrong size on FGWagonModule_EventSetRelocationMode"); \ static_assert(offsetof(FGWagonModule_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'FGWagonModule_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetConstructionSettings \ static_assert(alignof(FGWagonModule_GetConstructionSettings) == 0x000008, "Wrong alignment on FGWagonModule_GetConstructionSettings"); \ static_assert(sizeof(FGWagonModule_GetConstructionSettings) == 0x000018, "Wrong size on FGWagonModule_GetConstructionSettings"); \ static_assert(offsetof(FGWagonModule_GetConstructionSettings, Class_0) == 0x000000, "Member 'FGWagonModule_GetConstructionSettings::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_GetConstructionSettings, ReturnValue) == 0x000008, "Member 'FGWagonModule_GetConstructionSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetCustomInventoriesSaveDataEvent \ static_assert(alignof(FGWagonModule_GetCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on FGWagonModule_GetCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(FGWagonModule_GetCustomInventoriesSaveDataEvent) == 0x000010, "Wrong size on FGWagonModule_GetCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(FGWagonModule_GetCustomInventoriesSaveDataEvent, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetDurability \ static_assert(alignof(FGWagonModule_GetDurability) == 0x000004, "Wrong alignment on FGWagonModule_GetDurability"); \ static_assert(sizeof(FGWagonModule_GetDurability) == 0x000004, "Wrong size on FGWagonModule_GetDurability"); \ static_assert(offsetof(FGWagonModule_GetDurability, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetDurabilityMax \ static_assert(alignof(FGWagonModule_GetDurabilityMax) == 0x000004, "Wrong alignment on FGWagonModule_GetDurabilityMax"); \ static_assert(sizeof(FGWagonModule_GetDurabilityMax) == 0x000004, "Wrong size on FGWagonModule_GetDurabilityMax"); \ static_assert(offsetof(FGWagonModule_GetDurabilityMax, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetDurabilityMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetDurabilityPercent \ static_assert(alignof(FGWagonModule_GetDurabilityPercent) == 0x000004, "Wrong alignment on FGWagonModule_GetDurabilityPercent"); \ static_assert(sizeof(FGWagonModule_GetDurabilityPercent) == 0x000004, "Wrong size on FGWagonModule_GetDurabilityPercent"); \ static_assert(offsetof(FGWagonModule_GetDurabilityPercent, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetDurabilityPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetLocationOffsetToParentWagon \ static_assert(alignof(FGWagonModule_GetLocationOffsetToParentWagon) == 0x000004, "Wrong alignment on FGWagonModule_GetLocationOffsetToParentWagon"); \ static_assert(sizeof(FGWagonModule_GetLocationOffsetToParentWagon) == 0x00000C, "Wrong size on FGWagonModule_GetLocationOffsetToParentWagon"); \ static_assert(offsetof(FGWagonModule_GetLocationOffsetToParentWagon, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetLocationOffsetToParentWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetLocationOffsetToWagon \ static_assert(alignof(FGWagonModule_GetLocationOffsetToWagon) == 0x000008, "Wrong alignment on FGWagonModule_GetLocationOffsetToWagon"); \ static_assert(sizeof(FGWagonModule_GetLocationOffsetToWagon) == 0x000018, "Wrong size on FGWagonModule_GetLocationOffsetToWagon"); \ static_assert(offsetof(FGWagonModule_GetLocationOffsetToWagon, Wagon) == 0x000000, "Member 'FGWagonModule_GetLocationOffsetToWagon::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_GetLocationOffsetToWagon, ReturnValue) == 0x000008, "Member 'FGWagonModule_GetLocationOffsetToWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetModuleVoltageDebuff \ static_assert(alignof(FGWagonModule_GetModuleVoltageDebuff) == 0x000004, "Wrong alignment on FGWagonModule_GetModuleVoltageDebuff"); \ static_assert(sizeof(FGWagonModule_GetModuleVoltageDebuff) == 0x000004, "Wrong size on FGWagonModule_GetModuleVoltageDebuff"); \ static_assert(offsetof(FGWagonModule_GetModuleVoltageDebuff, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetModuleVoltageDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetParentRelocationModule \ static_assert(alignof(FGWagonModule_GetParentRelocationModule) == 0x000008, "Wrong alignment on FGWagonModule_GetParentRelocationModule"); \ static_assert(sizeof(FGWagonModule_GetParentRelocationModule) == 0x000008, "Wrong size on FGWagonModule_GetParentRelocationModule"); \ static_assert(offsetof(FGWagonModule_GetParentRelocationModule, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetParentRelocationModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetParentRelocationModuleState \ static_assert(alignof(FGWagonModule_GetParentRelocationModuleState) == 0x000001, "Wrong alignment on FGWagonModule_GetParentRelocationModuleState"); \ static_assert(sizeof(FGWagonModule_GetParentRelocationModuleState) == 0x000001, "Wrong size on FGWagonModule_GetParentRelocationModuleState"); \ static_assert(offsetof(FGWagonModule_GetParentRelocationModuleState, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetParentRelocationModuleState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetParentTrain \ static_assert(alignof(FGWagonModule_GetParentTrain) == 0x000008, "Wrong alignment on FGWagonModule_GetParentTrain"); \ static_assert(sizeof(FGWagonModule_GetParentTrain) == 0x000008, "Wrong size on FGWagonModule_GetParentTrain"); \ static_assert(offsetof(FGWagonModule_GetParentTrain, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetParentTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetParentTrainCategory \ static_assert(alignof(FGWagonModule_GetParentTrainCategory) == 0x000001, "Wrong alignment on FGWagonModule_GetParentTrainCategory"); \ static_assert(sizeof(FGWagonModule_GetParentTrainCategory) == 0x000001, "Wrong size on FGWagonModule_GetParentTrainCategory"); \ static_assert(offsetof(FGWagonModule_GetParentTrainCategory, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetParentTrainCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetPlaceholdersOnMakingThrashEvent \ static_assert(alignof(FGWagonModule_GetPlaceholdersOnMakingThrashEvent) == 0x000008, "Wrong alignment on FGWagonModule_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(sizeof(FGWagonModule_GetPlaceholdersOnMakingThrashEvent) == 0x000010, "Wrong size on FGWagonModule_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(offsetof(FGWagonModule_GetPlaceholdersOnMakingThrashEvent, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetPlaceholdersOnMakingThrashEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetPlatformIndex \ static_assert(alignof(FGWagonModule_GetPlatformIndex) == 0x000004, "Wrong alignment on FGWagonModule_GetPlatformIndex"); \ static_assert(sizeof(FGWagonModule_GetPlatformIndex) == 0x000004, "Wrong size on FGWagonModule_GetPlatformIndex"); \ static_assert(offsetof(FGWagonModule_GetPlatformIndex, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetPlatformIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetPlatformOffset \ static_assert(alignof(FGWagonModule_GetPlatformOffset) == 0x000004, "Wrong alignment on FGWagonModule_GetPlatformOffset"); \ static_assert(sizeof(FGWagonModule_GetPlatformOffset) == 0x00000C, "Wrong size on FGWagonModule_GetPlatformOffset"); \ static_assert(offsetof(FGWagonModule_GetPlatformOffset, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetPlatformOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetResourcesCountOfClass \ static_assert(alignof(FGWagonModule_GetResourcesCountOfClass) == 0x000008, "Wrong alignment on FGWagonModule_GetResourcesCountOfClass"); \ static_assert(sizeof(FGWagonModule_GetResourcesCountOfClass) == 0x000010, "Wrong size on FGWagonModule_GetResourcesCountOfClass"); \ static_assert(offsetof(FGWagonModule_GetResourcesCountOfClass, ItemType) == 0x000000, "Member 'FGWagonModule_GetResourcesCountOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_GetResourcesCountOfClass, bIsParentClass) == 0x000008, "Member 'FGWagonModule_GetResourcesCountOfClass::bIsParentClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_GetResourcesCountOfClass, ReturnValue) == 0x00000C, "Member 'FGWagonModule_GetResourcesCountOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetSaveData \ static_assert(alignof(FGWagonModule_GetSaveData) == 0x000008, "Wrong alignment on FGWagonModule_GetSaveData"); \ static_assert(sizeof(FGWagonModule_GetSaveData) == 0x0001A8, "Wrong size on FGWagonModule_GetSaveData"); \ static_assert(offsetof(FGWagonModule_GetSaveData, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetSpentPowerPoints \ static_assert(alignof(FGWagonModule_GetSpentPowerPoints) == 0x000004, "Wrong alignment on FGWagonModule_GetSpentPowerPoints"); \ static_assert(sizeof(FGWagonModule_GetSpentPowerPoints) == 0x000004, "Wrong size on FGWagonModule_GetSpentPowerPoints"); \ static_assert(offsetof(FGWagonModule_GetSpentPowerPoints, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetSpentPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetTrainBuildResourceInventories \ static_assert(alignof(FGWagonModule_GetTrainBuildResourceInventories) == 0x000008, "Wrong alignment on FGWagonModule_GetTrainBuildResourceInventories"); \ static_assert(sizeof(FGWagonModule_GetTrainBuildResourceInventories) == 0x000010, "Wrong size on FGWagonModule_GetTrainBuildResourceInventories"); \ static_assert(offsetof(FGWagonModule_GetTrainBuildResourceInventories, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetTrainBuildResourceInventories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetWagonModuleConstructionsSettings \ static_assert(alignof(FGWagonModule_GetWagonModuleConstructionsSettings) == 0x000008, "Wrong alignment on FGWagonModule_GetWagonModuleConstructionsSettings"); \ static_assert(sizeof(FGWagonModule_GetWagonModuleConstructionsSettings) == 0x0000E8, "Wrong size on FGWagonModule_GetWagonModuleConstructionsSettings"); \ static_assert(offsetof(FGWagonModule_GetWagonModuleConstructionsSettings, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetWagonModuleConstructionsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetWagonModuleName \ static_assert(alignof(FGWagonModule_GetWagonModuleName) == 0x000008, "Wrong alignment on FGWagonModule_GetWagonModuleName"); \ static_assert(sizeof(FGWagonModule_GetWagonModuleName) == 0x000018, "Wrong size on FGWagonModule_GetWagonModuleName"); \ static_assert(offsetof(FGWagonModule_GetWagonModuleName, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetWagonModuleName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsConnectedToElectricity \ static_assert(alignof(FGWagonModule_IsConnectedToElectricity) == 0x000001, "Wrong alignment on FGWagonModule_IsConnectedToElectricity"); \ static_assert(sizeof(FGWagonModule_IsConnectedToElectricity) == 0x000001, "Wrong size on FGWagonModule_IsConnectedToElectricity"); \ static_assert(offsetof(FGWagonModule_IsConnectedToElectricity, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsConnectedToElectricity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsInRelocationMode \ static_assert(alignof(FGWagonModule_IsInRelocationMode) == 0x000001, "Wrong alignment on FGWagonModule_IsInRelocationMode"); \ static_assert(sizeof(FGWagonModule_IsInRelocationMode) == 0x000001, "Wrong size on FGWagonModule_IsInRelocationMode"); \ static_assert(offsetof(FGWagonModule_IsInRelocationMode, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsInRelocationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsModuleBroken \ static_assert(alignof(FGWagonModule_IsModuleBroken) == 0x000001, "Wrong alignment on FGWagonModule_IsModuleBroken"); \ static_assert(sizeof(FGWagonModule_IsModuleBroken) == 0x000001, "Wrong size on FGWagonModule_IsModuleBroken"); \ static_assert(offsetof(FGWagonModule_IsModuleBroken, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsModuleBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsModuleDisabled \ static_assert(alignof(FGWagonModule_IsModuleDisabled) == 0x000001, "Wrong alignment on FGWagonModule_IsModuleDisabled"); \ static_assert(sizeof(FGWagonModule_IsModuleDisabled) == 0x000001, "Wrong size on FGWagonModule_IsModuleDisabled"); \ static_assert(offsetof(FGWagonModule_IsModuleDisabled, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsModuleDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsModuleHaveNoFloor \ static_assert(alignof(FGWagonModule_IsModuleHaveNoFloor) == 0x000001, "Wrong alignment on FGWagonModule_IsModuleHaveNoFloor"); \ static_assert(sizeof(FGWagonModule_IsModuleHaveNoFloor) == 0x000001, "Wrong size on FGWagonModule_IsModuleHaveNoFloor"); \ static_assert(offsetof(FGWagonModule_IsModuleHaveNoFloor, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsModuleHaveNoFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsVoltageConsumer \ static_assert(alignof(FGWagonModule_IsVoltageConsumer) == 0x000001, "Wrong alignment on FGWagonModule_IsVoltageConsumer"); \ static_assert(sizeof(FGWagonModule_IsVoltageConsumer) == 0x000001, "Wrong size on FGWagonModule_IsVoltageConsumer"); \ static_assert(offsetof(FGWagonModule_IsVoltageConsumer, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsVoltageConsumer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_IsVoltageProducer \ static_assert(alignof(FGWagonModule_IsVoltageProducer) == 0x000001, "Wrong alignment on FGWagonModule_IsVoltageProducer"); \ static_assert(sizeof(FGWagonModule_IsVoltageProducer) == 0x000001, "Wrong size on FGWagonModule_IsVoltageProducer"); \ static_assert(offsetof(FGWagonModule_IsVoltageProducer, ReturnValue) == 0x000000, "Member 'FGWagonModule_IsVoltageProducer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_LoadCustomInventoriesSaveDataEvent \ static_assert(alignof(FGWagonModule_LoadCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on FGWagonModule_LoadCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(FGWagonModule_LoadCustomInventoriesSaveDataEvent) == 0x000018, "Wrong size on FGWagonModule_LoadCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(FGWagonModule_LoadCustomInventoriesSaveDataEvent, SaveData) == 0x000000, "Member 'FGWagonModule_LoadCustomInventoriesSaveDataEvent::SaveData' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_LoadCustomInventoriesSaveDataEvent, ReturnValue) == 0x000010, "Member 'FGWagonModule_LoadCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_ModifyDurabilityDamageBP \ static_assert(alignof(FGWagonModule_ModifyDurabilityDamageBP) == 0x000004, "Wrong alignment on FGWagonModule_ModifyDurabilityDamageBP"); \ static_assert(sizeof(FGWagonModule_ModifyDurabilityDamageBP) == 0x000008, "Wrong size on FGWagonModule_ModifyDurabilityDamageBP"); \ static_assert(offsetof(FGWagonModule_ModifyDurabilityDamageBP, Damage) == 0x000000, "Member 'FGWagonModule_ModifyDurabilityDamageBP::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_ModifyDurabilityDamageBP, ReturnValue) == 0x000004, "Member 'FGWagonModule_ModifyDurabilityDamageBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RegisterResourcesInventory \ static_assert(alignof(FGWagonModule_RegisterResourcesInventory) == 0x000008, "Wrong alignment on FGWagonModule_RegisterResourcesInventory"); \ static_assert(sizeof(FGWagonModule_RegisterResourcesInventory) == 0x000008, "Wrong size on FGWagonModule_RegisterResourcesInventory"); \ static_assert(offsetof(FGWagonModule_RegisterResourcesInventory, InventoryComponent) == 0x000000, "Member 'FGWagonModule_RegisterResourcesInventory::InventoryComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RemoveSpentPowerPoints \ static_assert(alignof(FGWagonModule_RemoveSpentPowerPoints) == 0x000004, "Wrong alignment on FGWagonModule_RemoveSpentPowerPoints"); \ static_assert(sizeof(FGWagonModule_RemoveSpentPowerPoints) == 0x000004, "Wrong size on FGWagonModule_RemoveSpentPowerPoints"); \ static_assert(offsetof(FGWagonModule_RemoveSpentPowerPoints, Value) == 0x000000, "Member 'FGWagonModule_RemoveSpentPowerPoints::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RepairDurability \ static_assert(alignof(FGWagonModule_RepairDurability) == 0x000008, "Wrong alignment on FGWagonModule_RepairDurability"); \ static_assert(sizeof(FGWagonModule_RepairDurability) == 0x000008, "Wrong size on FGWagonModule_RepairDurability"); \ static_assert(offsetof(FGWagonModule_RepairDurability, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_RepairDurability::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetDurabilityCurrent \ static_assert(alignof(FGWagonModule_SetDurabilityCurrent) == 0x000004, "Wrong alignment on FGWagonModule_SetDurabilityCurrent"); \ static_assert(sizeof(FGWagonModule_SetDurabilityCurrent) == 0x000008, "Wrong size on FGWagonModule_SetDurabilityCurrent"); \ static_assert(offsetof(FGWagonModule_SetDurabilityCurrent, NewValue) == 0x000000, "Member 'FGWagonModule_SetDurabilityCurrent::NewValue' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_SetDurabilityCurrent, ReturnValue) == 0x000004, "Member 'FGWagonModule_SetDurabilityCurrent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetDurabilityMax \ static_assert(alignof(FGWagonModule_SetDurabilityMax) == 0x000004, "Wrong alignment on FGWagonModule_SetDurabilityMax"); \ static_assert(sizeof(FGWagonModule_SetDurabilityMax) == 0x000008, "Wrong size on FGWagonModule_SetDurabilityMax"); \ static_assert(offsetof(FGWagonModule_SetDurabilityMax, NewValue) == 0x000000, "Member 'FGWagonModule_SetDurabilityMax::NewValue' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_SetDurabilityMax, ReturnValue) == 0x000004, "Member 'FGWagonModule_SetDurabilityMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetDurabilityVisualize \ static_assert(alignof(FGWagonModule_SetDurabilityVisualize) == 0x000001, "Wrong alignment on FGWagonModule_SetDurabilityVisualize"); \ static_assert(sizeof(FGWagonModule_SetDurabilityVisualize) == 0x000001, "Wrong size on FGWagonModule_SetDurabilityVisualize"); \ static_assert(offsetof(FGWagonModule_SetDurabilityVisualize, bVisualize) == 0x000000, "Member 'FGWagonModule_SetDurabilityVisualize::bVisualize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetIsConnectedToElectricity \ static_assert(alignof(FGWagonModule_SetIsConnectedToElectricity) == 0x000001, "Wrong alignment on FGWagonModule_SetIsConnectedToElectricity"); \ static_assert(sizeof(FGWagonModule_SetIsConnectedToElectricity) == 0x000001, "Wrong size on FGWagonModule_SetIsConnectedToElectricity"); \ static_assert(offsetof(FGWagonModule_SetIsConnectedToElectricity, bNewValue) == 0x000000, "Member 'FGWagonModule_SetIsConnectedToElectricity::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetModuleCustomization \ static_assert(alignof(FGWagonModule_SetModuleCustomization) == 0x000004, "Wrong alignment on FGWagonModule_SetModuleCustomization"); \ static_assert(sizeof(FGWagonModule_SetModuleCustomization) == 0x000008, "Wrong size on FGWagonModule_SetModuleCustomization"); \ static_assert(offsetof(FGWagonModule_SetModuleCustomization, inIconIndex) == 0x000000, "Member 'FGWagonModule_SetModuleCustomization::inIconIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_SetModuleCustomization, inColorIndex) == 0x000004, "Member 'FGWagonModule_SetModuleCustomization::inColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetMultitoolHighlighted \ static_assert(alignof(FGWagonModule_SetMultitoolHighlighted) == 0x000001, "Wrong alignment on FGWagonModule_SetMultitoolHighlighted"); \ static_assert(sizeof(FGWagonModule_SetMultitoolHighlighted) == 0x000001, "Wrong size on FGWagonModule_SetMultitoolHighlighted"); \ static_assert(offsetof(FGWagonModule_SetMultitoolHighlighted, IsHighlighted) == 0x000000, "Member 'FGWagonModule_SetMultitoolHighlighted::IsHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetSelectedOutline \ static_assert(alignof(FGWagonModule_SetSelectedOutline) == 0x000001, "Wrong alignment on FGWagonModule_SetSelectedOutline"); \ static_assert(sizeof(FGWagonModule_SetSelectedOutline) == 0x000001, "Wrong size on FGWagonModule_SetSelectedOutline"); \ static_assert(offsetof(FGWagonModule_SetSelectedOutline, IsSelected) == 0x000000, "Member 'FGWagonModule_SetSelectedOutline::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetState \ static_assert(alignof(FGWagonModule_SetState) == 0x000001, "Wrong alignment on FGWagonModule_SetState"); \ static_assert(sizeof(FGWagonModule_SetState) == 0x000001, "Wrong size on FGWagonModule_SetState"); \ static_assert(offsetof(FGWagonModule_SetState, State) == 0x000000, "Member 'FGWagonModule_SetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_SetWagonLifetimeData \ static_assert(alignof(FGWagonModule_SetWagonLifetimeData) == 0x000008, "Wrong alignment on FGWagonModule_SetWagonLifetimeData"); \ static_assert(sizeof(FGWagonModule_SetWagonLifetimeData) == 0x000008, "Wrong size on FGWagonModule_SetWagonLifetimeData"); \ static_assert(offsetof(FGWagonModule_SetWagonLifetimeData, NewLifetimeData) == 0x000000, "Member 'FGWagonModule_SetWagonLifetimeData::NewLifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetLocalModuleBounds \ static_assert(alignof(FGWagonModule_GetLocalModuleBounds) == 0x000004, "Wrong alignment on FGWagonModule_GetLocalModuleBounds"); \ static_assert(sizeof(FGWagonModule_GetLocalModuleBounds) == 0x00001C, "Wrong size on FGWagonModule_GetLocalModuleBounds"); \ static_assert(offsetof(FGWagonModule_GetLocalModuleBounds, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetLocalModuleBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetModuleLifetimeData \ static_assert(alignof(FGWagonModule_GetModuleLifetimeData) == 0x000008, "Wrong alignment on FGWagonModule_GetModuleLifetimeData"); \ static_assert(sizeof(FGWagonModule_GetModuleLifetimeData) == 0x000008, "Wrong size on FGWagonModule_GetModuleLifetimeData"); \ static_assert(offsetof(FGWagonModule_GetModuleLifetimeData, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetModuleLifetimeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_GetState \ static_assert(alignof(FGWagonModule_GetState) == 0x000001, "Wrong alignment on FGWagonModule_GetState"); \ static_assert(sizeof(FGWagonModule_GetState) == 0x000001, "Wrong size on FGWagonModule_GetState"); \ static_assert(offsetof(FGWagonModule_GetState, ReturnValue) == 0x000000, "Member 'FGWagonModule_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule \ static_assert(alignof(AFGWagonModule) == 0x000008, "Wrong alignment on AFGWagonModule"); \ static_assert(sizeof(AFGWagonModule) == 0x000570, "Wrong size on AFGWagonModule"); \ static_assert(offsetof(AFGWagonModule, Mesh) == 0x000228, "Member 'AFGWagonModule::Mesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, BuildCollision) == 0x000230, "Member 'AFGWagonModule::BuildCollision' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ModuleBoxExtentSizeSquared) == 0x000238, "Member 'AFGWagonModule::ModuleBoxExtentSizeSquared' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, WagonModuleSettings) == 0x000240, "Member 'AFGWagonModule::WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, IconIndex) == 0x0002B8, "Member 'AFGWagonModule::IconIndex' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ColorIndex) == 0x0002BC, "Member 'AFGWagonModule::ColorIndex' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, WagonModuleConstructionsSettings) == 0x0002C0, "Member 'AFGWagonModule::WagonModuleConstructionsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, WagonModuleName) == 0x0003A8, "Member 'AFGWagonModule::WagonModuleName' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, BuildPlayerCharacter) == 0x0003C0, "Member 'AFGWagonModule::BuildPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, UnlockFuelOrbType) == 0x0003C8, "Member 'AFGWagonModule::UnlockFuelOrbType' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, FuelOrbScale) == 0x0003D0, "Member 'AFGWagonModule::FuelOrbScale' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, AbsorbDurabilityDamageMod) == 0x0003E0, "Member 'AFGWagonModule::AbsorbDurabilityDamageMod' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnWagonModuleSettingsUpdated) == 0x0003E8, "Member 'AFGWagonModule::OnWagonModuleSettingsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnWagonModuleCustomizationUpdated) == 0x0003F8, "Member 'AFGWagonModule::OnWagonModuleCustomizationUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnWagonModuleStateUpdated) == 0x000408, "Member 'AFGWagonModule::OnWagonModuleStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ParentTrain) == 0x000418, "Member 'AFGWagonModule::ParentTrain' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bInitialized) == 0x000420, "Member 'AFGWagonModule::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnWagonModuleInitialized) == 0x000428, "Member 'AFGWagonModule::OnWagonModuleInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ParentWagon) == 0x000438, "Member 'AFGWagonModule::ParentWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ConstructionID) == 0x000440, "Member 'AFGWagonModule::ConstructionID' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, LocalModuleBounds) == 0x000448, "Member 'AFGWagonModule::LocalModuleBounds' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanBeDestroyed) == 0x000464, "Member 'AFGWagonModule::bCanBeDestroyed' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bReturnResourcesOnThrash) == 0x000465, "Member 'AFGWagonModule::bReturnResourcesOnThrash' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bDurabilityCanBeDamaged) == 0x000466, "Member 'AFGWagonModule::bDurabilityCanBeDamaged' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanBeRepaired) == 0x000467, "Member 'AFGWagonModule::bCanBeRepaired' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bOnModuleBuilded) == 0x000468, "Member 'AFGWagonModule::bOnModuleBuilded' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bOnModuleProjected) == 0x000469, "Member 'AFGWagonModule::bOnModuleProjected' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, TrashInventory) == 0x000470, "Member 'AFGWagonModule::TrashInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bIsStand) == 0x000478, "Member 'AFGWagonModule::bIsStand' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bPendingRemove) == 0x000479, "Member 'AFGWagonModule::bPendingRemove' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bAtValidPlacing) == 0x00047A, "Member 'AFGWagonModule::bAtValidPlacing' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, BrokenFloorMeshes) == 0x000480, "Member 'AFGWagonModule::BrokenFloorMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, InstallRotationOffset) == 0x000490, "Member 'AFGWagonModule::InstallRotationOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, InstallLocationOffset) == 0x00049C, "Member 'AFGWagonModule::InstallLocationOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, TestChannel) == 0x0004A8, "Member 'AFGWagonModule::TestChannel' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, CurrentInstallationRotationOffset) == 0x0004AC, "Member 'AFGWagonModule::CurrentInstallationRotationOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bAllowModuleRelocation) == 0x0004B8, "Member 'AFGWagonModule::bAllowModuleRelocation' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanHaveDecoreModules) == 0x0004B9, "Member 'AFGWagonModule::bCanHaveDecoreModules' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bMultitoolHighlighted) == 0x0004BA, "Member 'AFGWagonModule::bMultitoolHighlighted' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bSelected) == 0x0004BB, "Member 'AFGWagonModule::bSelected' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanStoreModules) == 0x0004BC, "Member 'AFGWagonModule::bCanStoreModules' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanRelocateStoredModules) == 0x0004BD, "Member 'AFGWagonModule::bCanRelocateStoredModules' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bCanBeStored) == 0x0004BE, "Member 'AFGWagonModule::bCanBeStored' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ModuleLifetimeData) == 0x0004C0, "Member 'AFGWagonModule::ModuleLifetimeData' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ParentRelocationModule) == 0x0004C8, "Member 'AFGWagonModule::ParentRelocationModule' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bInRelocationMode) == 0x0004D0, "Member 'AFGWagonModule::bInRelocationMode' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, CachedPlayerBlockComponents) == 0x0004D8, "Member 'AFGWagonModule::CachedPlayerBlockComponents' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, CachedProjectileBlockComponents) == 0x0004E8, "Member 'AFGWagonModule::CachedProjectileBlockComponents' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnWagonModuleResourceUpdated) == 0x0004F8, "Member 'AFGWagonModule::OnWagonModuleResourceUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bRegisterResources) == 0x000508, "Member 'AFGWagonModule::bRegisterResources' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, RegisteredResourceInventories) == 0x000510, "Member 'AFGWagonModule::RegisteredResourceInventories' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, LinkedRelocationModulesList) == 0x000520, "Member 'AFGWagonModule::LinkedRelocationModulesList' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bIsHardworkModule) == 0x000530, "Member 'AFGWagonModule::bIsHardworkModule' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bIsConnectedToElectricity) == 0x000540, "Member 'AFGWagonModule::bIsConnectedToElectricity' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, OnIsConnectedToElectricityUpdated) == 0x000548, "Member 'AFGWagonModule::OnIsConnectedToElectricityUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ElectricityNetworkVoltageProduction) == 0x000558, "Member 'AFGWagonModule::ElectricityNetworkVoltageProduction' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ElectricityNetworkVoltageRequirement) == 0x00055C, "Member 'AFGWagonModule::ElectricityNetworkVoltageRequirement' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, bAlwaysConsumePowerPoints) == 0x000560, "Member 'AFGWagonModule::bAlwaysConsumePowerPoints' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, ModuleVoltageDebuff) == 0x000564, "Member 'AFGWagonModule::ModuleVoltageDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, BonusMaximumPowerPoints) == 0x000568, "Member 'AFGWagonModule::BonusMaximumPowerPoints' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule, SpentPowerPoints) == 0x00056C, "Member 'AFGWagonModule::SpentPowerPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJumpSplineComponent_IsValidJumpPoint \ static_assert(alignof(FGJumpSplineComponent_IsValidJumpPoint) == 0x000008, "Wrong alignment on FGJumpSplineComponent_IsValidJumpPoint"); \ static_assert(sizeof(FGJumpSplineComponent_IsValidJumpPoint) == 0x000010, "Wrong size on FGJumpSplineComponent_IsValidJumpPoint"); \ static_assert(offsetof(FGJumpSplineComponent_IsValidJumpPoint, Querier) == 0x000000, "Member 'FGJumpSplineComponent_IsValidJumpPoint::Querier' has a wrong offset!"); \ static_assert(offsetof(FGJumpSplineComponent_IsValidJumpPoint, ReturnValue) == 0x000008, "Member 'FGJumpSplineComponent_IsValidJumpPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGJumpSplineComponent \ static_assert(alignof(UFGJumpSplineComponent) == 0x000010, "Wrong alignment on UFGJumpSplineComponent"); \ static_assert(sizeof(UFGJumpSplineComponent) == 0x000560, "Wrong size on UFGJumpSplineComponent"); \ static_assert(offsetof(UFGJumpSplineComponent, Occupied) == 0x000548, "Member 'UFGJumpSplineComponent::Occupied' has a wrong offset!"); \ static_assert(offsetof(UFGJumpSplineComponent, BaseHitchTargetPoint) == 0x000550, "Member 'UFGJumpSplineComponent::BaseHitchTargetPoint' has a wrong offset!"); \ static_assert(offsetof(UFGJumpSplineComponent, DestinationPoint) == 0x000558, "Member 'UFGJumpSplineComponent::DestinationPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_CanUpgrade \ static_assert(alignof(FGWagonModule_Usable_CanUpgrade) == 0x000008, "Wrong alignment on FGWagonModule_Usable_CanUpgrade"); \ static_assert(sizeof(FGWagonModule_Usable_CanUpgrade) == 0x000010, "Wrong size on FGWagonModule_Usable_CanUpgrade"); \ static_assert(offsetof(FGWagonModule_Usable_CanUpgrade, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Usable_CanUpgrade::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_CanUpgrade, ReturnValue) == 0x000008, "Member 'FGWagonModule_Usable_CanUpgrade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_GetUpgradeResultText \ static_assert(alignof(FGWagonModule_Usable_GetUpgradeResultText) == 0x000008, "Wrong alignment on FGWagonModule_Usable_GetUpgradeResultText"); \ static_assert(sizeof(FGWagonModule_Usable_GetUpgradeResultText) == 0x000028, "Wrong size on FGWagonModule_Usable_GetUpgradeResultText"); \ static_assert(offsetof(FGWagonModule_Usable_GetUpgradeResultText, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Usable_GetUpgradeResultText::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_GetUpgradeResultText, UpgradeResult) == 0x000008, "Member 'FGWagonModule_Usable_GetUpgradeResultText::UpgradeResult' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_GetUpgradeResultText, ReturnValue) == 0x000010, "Member 'FGWagonModule_Usable_GetUpgradeResultText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUpgrade \ static_assert(alignof(FGWagonModule_Usable_OnUpgrade) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUpgrade"); \ static_assert(sizeof(FGWagonModule_Usable_OnUpgrade) == 0x000008, "Wrong size on FGWagonModule_Usable_OnUpgrade"); \ static_assert(offsetof(FGWagonModule_Usable_OnUpgrade, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Usable_OnUpgrade::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUse \ static_assert(alignof(FGWagonModule_Usable_OnUse) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUse"); \ static_assert(sizeof(FGWagonModule_Usable_OnUse) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUse"); \ static_assert(offsetof(FGWagonModule_Usable_OnUse, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUse::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUse, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUseBroken \ static_assert(alignof(FGWagonModule_Usable_OnUseBroken) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUseBroken"); \ static_assert(sizeof(FGWagonModule_Usable_OnUseBroken) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUseBroken"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseBroken, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUseBuild \ static_assert(alignof(FGWagonModule_Usable_OnUseBuild) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUseBuild"); \ static_assert(sizeof(FGWagonModule_Usable_OnUseBuild) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUseBuild"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseBuild, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUseDisabled \ static_assert(alignof(FGWagonModule_Usable_OnUseDisabled) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUseDisabled"); \ static_assert(sizeof(FGWagonModule_Usable_OnUseDisabled) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUseDisabled"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseDisabled, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUseNoFloor \ static_assert(alignof(FGWagonModule_Usable_OnUseNoFloor) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUseNoFloor"); \ static_assert(sizeof(FGWagonModule_Usable_OnUseNoFloor) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUseNoFloor"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseNoFloor, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_OnUseTrash \ static_assert(alignof(FGWagonModule_Usable_OnUseTrash) == 0x000008, "Wrong alignment on FGWagonModule_Usable_OnUseTrash"); \ static_assert(sizeof(FGWagonModule_Usable_OnUseTrash) == 0x000090, "Wrong size on FGWagonModule_Usable_OnUseTrash"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseTrash, Hit) == 0x000000, "Member 'FGWagonModule_Usable_OnUseTrash::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Usable_OnUseTrash, PlayerCharacter) == 0x000088, "Member 'FGWagonModule_Usable_OnUseTrash::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Usable_Upgrade \ static_assert(alignof(FGWagonModule_Usable_Upgrade) == 0x000008, "Wrong alignment on FGWagonModule_Usable_Upgrade"); \ static_assert(sizeof(FGWagonModule_Usable_Upgrade) == 0x000008, "Wrong size on FGWagonModule_Usable_Upgrade"); \ static_assert(offsetof(FGWagonModule_Usable_Upgrade, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Usable_Upgrade::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Usable \ static_assert(alignof(AFGWagonModule_Usable) == 0x000008, "Wrong alignment on AFGWagonModule_Usable"); \ static_assert(sizeof(AFGWagonModule_Usable) == 0x0005A8, "Wrong size on AFGWagonModule_Usable"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseBuild) == 0x000578, "Member 'AFGWagonModule_Usable::bCanUseBuild' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseBroken) == 0x000579, "Member 'AFGWagonModule_Usable::bCanUseBroken' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseDisabled) == 0x00057A, "Member 'AFGWagonModule_Usable::bCanUseDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseTrash) == 0x00057B, "Member 'AFGWagonModule_Usable::bCanUseTrash' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseNoFloor) == 0x00057C, "Member 'AFGWagonModule_Usable::bCanUseNoFloor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseBuild) == 0x00057D, "Member 'AFGWagonModule_Usable::bCanAltUseBuild' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseBroken) == 0x00057E, "Member 'AFGWagonModule_Usable::bCanAltUseBroken' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseDisabled) == 0x00057F, "Member 'AFGWagonModule_Usable::bCanAltUseDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseTrash) == 0x000580, "Member 'AFGWagonModule_Usable::bCanAltUseTrash' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseNoFloor) == 0x000581, "Member 'AFGWagonModule_Usable::bCanAltUseNoFloor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanUseOnAiTrainCategory) == 0x000582, "Member 'AFGWagonModule_Usable::bCanUseOnAiTrainCategory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, bCanAltUseOnAiTrainCategory) == 0x000583, "Member 'AFGWagonModule_Usable::bCanAltUseOnAiTrainCategory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, UpgradeRequiredResources) == 0x000588, "Member 'AFGWagonModule_Usable::UpgradeRequiredResources' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, UpgradeResultClass) == 0x000598, "Member 'AFGWagonModule_Usable::UpgradeResultClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Usable, UpgradeRequiredTech) == 0x0005A0, "Member 'AFGWagonModule_Usable::UpgradeRequiredTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_CanAddTutorialNote \ static_assert(alignof(FGNotesManager_CanAddTutorialNote) == 0x000004, "Wrong alignment on FGNotesManager_CanAddTutorialNote"); \ static_assert(sizeof(FGNotesManager_CanAddTutorialNote) == 0x00000C, "Wrong size on FGNotesManager_CanAddTutorialNote"); \ static_assert(offsetof(FGNotesManager_CanAddTutorialNote, NoteName) == 0x000000, "Member 'FGNotesManager_CanAddTutorialNote::NoteName' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_CanAddTutorialNote, ReturnValue) == 0x000008, "Member 'FGNotesManager_CanAddTutorialNote::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_GetAddedNotesCells \ static_assert(alignof(FGNotesManager_GetAddedNotesCells) == 0x000008, "Wrong alignment on FGNotesManager_GetAddedNotesCells"); \ static_assert(sizeof(FGNotesManager_GetAddedNotesCells) == 0x000010, "Wrong size on FGNotesManager_GetAddedNotesCells"); \ static_assert(offsetof(FGNotesManager_GetAddedNotesCells, ReturnValue) == 0x000000, "Member 'FGNotesManager_GetAddedNotesCells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_GiveNote \ static_assert(alignof(FGNotesManager_GiveNote) == 0x000004, "Wrong alignment on FGNotesManager_GiveNote"); \ static_assert(sizeof(FGNotesManager_GiveNote) == 0x000008, "Wrong size on FGNotesManager_GiveNote"); \ static_assert(offsetof(FGNotesManager_GiveNote, ListID) == 0x000000, "Member 'FGNotesManager_GiveNote::ListID' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_GiveNote, ReturnValue) == 0x000004, "Member 'FGNotesManager_GiveNote::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_GiveTutorialNote \ static_assert(alignof(FGNotesManager_GiveTutorialNote) == 0x000004, "Wrong alignment on FGNotesManager_GiveTutorialNote"); \ static_assert(sizeof(FGNotesManager_GiveTutorialNote) == 0x00000C, "Wrong size on FGNotesManager_GiveTutorialNote"); \ static_assert(offsetof(FGNotesManager_GiveTutorialNote, NoteName) == 0x000000, "Member 'FGNotesManager_GiveTutorialNote::NoteName' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_GiveTutorialNote, ReturnValue) == 0x000008, "Member 'FGNotesManager_GiveTutorialNote::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_OnPlayerLoadComplete \ static_assert(alignof(FGNotesManager_OnPlayerLoadComplete) == 0x000008, "Wrong alignment on FGNotesManager_OnPlayerLoadComplete"); \ static_assert(sizeof(FGNotesManager_OnPlayerLoadComplete) == 0x000008, "Wrong size on FGNotesManager_OnPlayerLoadComplete"); \ static_assert(offsetof(FGNotesManager_OnPlayerLoadComplete, LoadedPlayer) == 0x000000, "Member 'FGNotesManager_OnPlayerLoadComplete::LoadedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_CanAddNote \ static_assert(alignof(FGNotesManager_CanAddNote) == 0x000004, "Wrong alignment on FGNotesManager_CanAddNote"); \ static_assert(sizeof(FGNotesManager_CanAddNote) == 0x000008, "Wrong size on FGNotesManager_CanAddNote"); \ static_assert(offsetof(FGNotesManager_CanAddNote, NoteID) == 0x000000, "Member 'FGNotesManager_CanAddNote::NoteID' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_CanAddNote, InNoteType) == 0x000004, "Member 'FGNotesManager_CanAddNote::InNoteType' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_CanAddNote, ReturnValue) == 0x000005, "Member 'FGNotesManager_CanAddNote::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_GetAddedNoteIDsByType \ static_assert(alignof(FGNotesManager_GetAddedNoteIDsByType) == 0x000008, "Wrong alignment on FGNotesManager_GetAddedNoteIDsByType"); \ static_assert(sizeof(FGNotesManager_GetAddedNoteIDsByType) == 0x000018, "Wrong size on FGNotesManager_GetAddedNoteIDsByType"); \ static_assert(offsetof(FGNotesManager_GetAddedNoteIDsByType, InNoteType) == 0x000000, "Member 'FGNotesManager_GetAddedNoteIDsByType::InNoteType' has a wrong offset!"); \ static_assert(offsetof(FGNotesManager_GetAddedNoteIDsByType, ReturnValue) == 0x000008, "Member 'FGNotesManager_GetAddedNoteIDsByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_GetAddedTutorialNotes \ static_assert(alignof(FGNotesManager_GetAddedTutorialNotes) == 0x000008, "Wrong alignment on FGNotesManager_GetAddedTutorialNotes"); \ static_assert(sizeof(FGNotesManager_GetAddedTutorialNotes) == 0x000010, "Wrong size on FGNotesManager_GetAddedTutorialNotes"); \ static_assert(offsetof(FGNotesManager_GetAddedTutorialNotes, ReturnValue) == 0x000000, "Member 'FGNotesManager_GetAddedTutorialNotes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNotesManager_IsNotesManagerLoaded \ static_assert(alignof(FGNotesManager_IsNotesManagerLoaded) == 0x000001, "Wrong alignment on FGNotesManager_IsNotesManagerLoaded"); \ static_assert(sizeof(FGNotesManager_IsNotesManagerLoaded) == 0x000001, "Wrong size on FGNotesManager_IsNotesManagerLoaded"); \ static_assert(offsetof(FGNotesManager_IsNotesManagerLoaded, ReturnValue) == 0x000000, "Member 'FGNotesManager_IsNotesManagerLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGNotesManager \ static_assert(alignof(AFGNotesManager) == 0x000008, "Wrong alignment on AFGNotesManager"); \ static_assert(sizeof(AFGNotesManager) == 0x000388, "Wrong size on AFGNotesManager"); \ static_assert(offsetof(AFGNotesManager, OnNoteAdded) == 0x000220, "Member 'AFGNotesManager::OnNoteAdded' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, OnAddedNoteCellsUpdate) == 0x000230, "Member 'AFGNotesManager::OnAddedNoteCellsUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, AddedNotes) == 0x000250, "Member 'AFGNotesManager::AddedNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, AddedNoteCells) == 0x000260, "Member 'AFGNotesManager::AddedNoteCells' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, LastAddedCell) == 0x000270, "Member 'AFGNotesManager::LastAddedCell' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, JournalNotesStructs) == 0x000288, "Member 'AFGNotesManager::JournalNotesStructs' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, JournalNotesMap) == 0x000298, "Member 'AFGNotesManager::JournalNotesMap' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, ContextString) == 0x0002E8, "Member 'AFGNotesManager::ContextString' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, JournalNotesDataTable) == 0x0002F8, "Member 'AFGNotesManager::JournalNotesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, JournalTutorialNotesDataTable) == 0x000300, "Member 'AFGNotesManager::JournalTutorialNotesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, JournalTutorialNotesStructs) == 0x000308, "Member 'AFGNotesManager::JournalTutorialNotesStructs' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, AddedTutorialNotes) == 0x000318, "Member 'AFGNotesManager::AddedTutorialNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, LastAddedTutorialNote) == 0x000328, "Member 'AFGNotesManager::LastAddedTutorialNote' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, OnTutorialNoteAdded) == 0x000330, "Member 'AFGNotesManager::OnTutorialNoteAdded' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, LoadDataToApply) == 0x000340, "Member 'AFGNotesManager::LoadDataToApply' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, EditorPreUnlockedJournalNotes) == 0x000360, "Member 'AFGNotesManager::EditorPreUnlockedJournalNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, EditorPreUnlockedJournalTutorialNotes) == 0x000370, "Member 'AFGNotesManager::EditorPreUnlockedJournalTutorialNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, bEditorUnlockAllNotes) == 0x000380, "Member 'AFGNotesManager::bEditorUnlockAllNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, bEditorUnlockJournalNotes) == 0x000381, "Member 'AFGNotesManager::bEditorUnlockJournalNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, bEditorUnlockJournalTutorialNotes) == 0x000382, "Member 'AFGNotesManager::bEditorUnlockJournalTutorialNotes' has a wrong offset!"); \ static_assert(offsetof(AFGNotesManager, bNotesManagerLoaded) == 0x000383, "Member 'AFGNotesManager::bNotesManagerLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_AddFuel \ static_assert(alignof(FGWagonModule_Gathering_AddFuel) == 0x000008, "Wrong alignment on FGWagonModule_Gathering_AddFuel"); \ static_assert(sizeof(FGWagonModule_Gathering_AddFuel) == 0x000018, "Wrong size on FGWagonModule_Gathering_AddFuel"); \ static_assert(offsetof(FGWagonModule_Gathering_AddFuel, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Gathering_AddFuel::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Gathering_AddFuel, FuelItemClass) == 0x000008, "Member 'FGWagonModule_Gathering_AddFuel::FuelItemClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Gathering_AddFuel, Amount) == 0x000010, "Member 'FGWagonModule_Gathering_AddFuel::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Gathering_AddFuel, ReturnValue) == 0x000014, "Member 'FGWagonModule_Gathering_AddFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_CanStartNewGathering \ static_assert(alignof(FGWagonModule_Gathering_CanStartNewGathering) == 0x000001, "Wrong alignment on FGWagonModule_Gathering_CanStartNewGathering"); \ static_assert(sizeof(FGWagonModule_Gathering_CanStartNewGathering) == 0x000001, "Wrong size on FGWagonModule_Gathering_CanStartNewGathering"); \ static_assert(offsetof(FGWagonModule_Gathering_CanStartNewGathering, ReturnValue) == 0x000000, "Member 'FGWagonModule_Gathering_CanStartNewGathering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_GetCurrentServerTime \ static_assert(alignof(FGWagonModule_Gathering_GetCurrentServerTime) == 0x000004, "Wrong alignment on FGWagonModule_Gathering_GetCurrentServerTime"); \ static_assert(sizeof(FGWagonModule_Gathering_GetCurrentServerTime) == 0x000004, "Wrong size on FGWagonModule_Gathering_GetCurrentServerTime"); \ static_assert(offsetof(FGWagonModule_Gathering_GetCurrentServerTime, ReturnValue) == 0x000000, "Member 'FGWagonModule_Gathering_GetCurrentServerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_GetFullGatheringTime \ static_assert(alignof(FGWagonModule_Gathering_GetFullGatheringTime) == 0x000004, "Wrong alignment on FGWagonModule_Gathering_GetFullGatheringTime"); \ static_assert(sizeof(FGWagonModule_Gathering_GetFullGatheringTime) == 0x000004, "Wrong size on FGWagonModule_Gathering_GetFullGatheringTime"); \ static_assert(offsetof(FGWagonModule_Gathering_GetFullGatheringTime, ReturnValue) == 0x000000, "Member 'FGWagonModule_Gathering_GetFullGatheringTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_GiveLoot \ static_assert(alignof(FGWagonModule_Gathering_GiveLoot) == 0x000008, "Wrong alignment on FGWagonModule_Gathering_GiveLoot"); \ static_assert(sizeof(FGWagonModule_Gathering_GiveLoot) == 0x000008, "Wrong size on FGWagonModule_Gathering_GiveLoot"); \ static_assert(offsetof(FGWagonModule_Gathering_GiveLoot, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Gathering_GiveLoot::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_OnChaseStateUpdated \ static_assert(alignof(FGWagonModule_Gathering_OnChaseStateUpdated) == 0x000001, "Wrong alignment on FGWagonModule_Gathering_OnChaseStateUpdated"); \ static_assert(sizeof(FGWagonModule_Gathering_OnChaseStateUpdated) == 0x000001, "Wrong size on FGWagonModule_Gathering_OnChaseStateUpdated"); \ static_assert(offsetof(FGWagonModule_Gathering_OnChaseStateUpdated, NewState) == 0x000000, "Member 'FGWagonModule_Gathering_OnChaseStateUpdated::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_OnTrainBrakeUpdated \ static_assert(alignof(FGWagonModule_Gathering_OnTrainBrakeUpdated) == 0x000001, "Wrong alignment on FGWagonModule_Gathering_OnTrainBrakeUpdated"); \ static_assert(sizeof(FGWagonModule_Gathering_OnTrainBrakeUpdated) == 0x000001, "Wrong size on FGWagonModule_Gathering_OnTrainBrakeUpdated"); \ static_assert(offsetof(FGWagonModule_Gathering_OnTrainBrakeUpdated, bNewValue) == 0x000000, "Member 'FGWagonModule_Gathering_OnTrainBrakeUpdated::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_OnTrainStateUpdated \ static_assert(alignof(FGWagonModule_Gathering_OnTrainStateUpdated) == 0x000001, "Wrong alignment on FGWagonModule_Gathering_OnTrainStateUpdated"); \ static_assert(sizeof(FGWagonModule_Gathering_OnTrainStateUpdated) == 0x000001, "Wrong size on FGWagonModule_Gathering_OnTrainStateUpdated"); \ static_assert(offsetof(FGWagonModule_Gathering_OnTrainStateUpdated, NewState) == 0x000000, "Member 'FGWagonModule_Gathering_OnTrainStateUpdated::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Gathering_ServerGiveLoot \ static_assert(alignof(FGWagonModule_Gathering_ServerGiveLoot) == 0x000008, "Wrong alignment on FGWagonModule_Gathering_ServerGiveLoot"); \ static_assert(sizeof(FGWagonModule_Gathering_ServerGiveLoot) == 0x000008, "Wrong size on FGWagonModule_Gathering_ServerGiveLoot"); \ static_assert(offsetof(FGWagonModule_Gathering_ServerGiveLoot, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Gathering_ServerGiveLoot::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Gathering \ static_assert(alignof(AFGWagonModule_Gathering) == 0x000008, "Wrong alignment on AFGWagonModule_Gathering"); \ static_assert(sizeof(AFGWagonModule_Gathering) == 0x000660, "Wrong size on AFGWagonModule_Gathering"); \ static_assert(offsetof(AFGWagonModule_Gathering, GathererInventory) == 0x0005A8, "Member 'AFGWagonModule_Gathering::GathererInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, GatheringNPCComponent) == 0x0005B0, "Member 'AFGWagonModule_Gathering::GatheringNPCComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, FuelPoints) == 0x0005B8, "Member 'AFGWagonModule_Gathering::FuelPoints' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, OnFuelPointsUpdated) == 0x0005C0, "Member 'AFGWagonModule_Gathering::OnFuelPointsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, FuelConsumption) == 0x0005D0, "Member 'AFGWagonModule_Gathering::FuelConsumption' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, GatheringTime) == 0x0005D4, "Member 'AFGWagonModule_Gathering::GatheringTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, DisabledStateTimeModifier) == 0x0005D8, "Member 'AFGWagonModule_Gathering::DisabledStateTimeModifier' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, MaximumItems) == 0x0005DC, "Member 'AFGWagonModule_Gathering::MaximumItems' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, DangerEnvironmentChunks) == 0x0005E0, "Member 'AFGWagonModule_Gathering::DangerEnvironmentChunks' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bCanWorkInDepot) == 0x0005F0, "Member 'AFGWagonModule_Gathering::bCanWorkInDepot' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bCanWorkDuringChase) == 0x0005F1, "Member 'AFGWagonModule_Gathering::bCanWorkDuringChase' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bCanWorkStationary) == 0x0005F2, "Member 'AFGWagonModule_Gathering::bCanWorkStationary' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bSimpleLootGeneration) == 0x0005F3, "Member 'AFGWagonModule_Gathering::bSimpleLootGeneration' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bUseNPCComponent) == 0x0005F4, "Member 'AFGWagonModule_Gathering::bUseNPCComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, MinimalWorkerHappiness) == 0x0005F8, "Member 'AFGWagonModule_Gathering::MinimalWorkerHappiness' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bGathererInitialized) == 0x0005FC, "Member 'AFGWagonModule_Gathering::bGathererInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, Progress) == 0x000600, "Member 'AFGWagonModule_Gathering::Progress' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, OnProgressUpdated) == 0x000618, "Member 'AFGWagonModule_Gathering::OnProgressUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bShouldAutoStartFromSave) == 0x000628, "Member 'AFGWagonModule_Gathering::bShouldAutoStartFromSave' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, LootAchievementType) == 0x000629, "Member 'AFGWagonModule_Gathering::LootAchievementType' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, DropFuelItemClass) == 0x000630, "Member 'AFGWagonModule_Gathering::DropFuelItemClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, OnNPCStateUpdated) == 0x000638, "Member 'AFGWagonModule_Gathering::OnNPCStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, GatheringPowerPointsCost) == 0x000648, "Member 'AFGWagonModule_Gathering::GatheringPowerPointsCost' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, bCyclePowerPointsConsumed) == 0x00064C, "Member 'AFGWagonModule_Gathering::bCyclePowerPointsConsumed' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Gathering, OnCyclePowerPointsConsumedUpdated) == 0x000650, "Member 'AFGWagonModule_Gathering::OnCyclePowerPointsConsumedUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoNest_StartWorking \ static_assert(alignof(FGRofleemoNest_StartWorking) == 0x000004, "Wrong alignment on FGRofleemoNest_StartWorking"); \ static_assert(sizeof(FGRofleemoNest_StartWorking) == 0x000004, "Wrong size on FGRofleemoNest_StartWorking"); \ static_assert(offsetof(FGRofleemoNest_StartWorking, WorkingTime) == 0x000000, "Member 'FGRofleemoNest_StartWorking::WorkingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRofleemoNest \ static_assert(alignof(AFGRofleemoNest) == 0x000008, "Wrong alignment on AFGRofleemoNest"); \ static_assert(sizeof(AFGRofleemoNest) == 0x0006A0, "Wrong size on AFGRofleemoNest"); \ static_assert(offsetof(AFGRofleemoNest, RofleemoPoint) == 0x000670, "Member 'AFGRofleemoNest::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoNest, ProgressWidget) == 0x000678, "Member 'AFGRofleemoNest::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoNest, Train) == 0x000680, "Member 'AFGRofleemoNest::Train' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoNest, ActionDelay) == 0x000688, "Member 'AFGRofleemoNest::ActionDelay' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoNest, WorkTimer) == 0x000690, "Member 'AFGRofleemoNest::WorkTimer' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoNest, bWorking) == 0x000698, "Member 'AFGRofleemoNest::bWorking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGBotanistNest_ChangeIndicatorState \ static_assert(alignof(FGBotanistNest_ChangeIndicatorState) == 0x000001, "Wrong alignment on FGBotanistNest_ChangeIndicatorState"); \ static_assert(sizeof(FGBotanistNest_ChangeIndicatorState) == 0x000001, "Wrong size on FGBotanistNest_ChangeIndicatorState"); \ static_assert(offsetof(FGBotanistNest_ChangeIndicatorState, NewState) == 0x000000, "Member 'FGBotanistNest_ChangeIndicatorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGBotanistNest \ static_assert(alignof(AFGBotanistNest) == 0x000008, "Wrong alignment on AFGBotanistNest"); \ static_assert(sizeof(AFGBotanistNest) == 0x000710, "Wrong size on AFGBotanistNest"); \ static_assert(offsetof(AFGBotanistNest, SecondaryMesh) == 0x0006A0, "Member 'AFGBotanistNest::SecondaryMesh' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, IndicatorMeshes) == 0x0006C8, "Member 'AFGBotanistNest::IndicatorMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, SelectedGarden) == 0x0006D8, "Member 'AFGBotanistNest::SelectedGarden' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, SeedClasses) == 0x0006E0, "Member 'AFGBotanistNest::SeedClasses' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, WaterClass) == 0x0006F0, "Member 'AFGBotanistNest::WaterClass' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, FertilizerClass) == 0x0006F8, "Member 'AFGBotanistNest::FertilizerClass' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, HarvestClass) == 0x000700, "Member 'AFGBotanistNest::HarvestClass' has a wrong offset!"); \ static_assert(offsetof(AFGBotanistNest, BonusLootClass) == 0x000708, "Member 'AFGBotanistNest::BonusLootClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_CanUseElectricity \ static_assert(alignof(FGModuleAbility_CanUseElectricity) == 0x000008, "Wrong alignment on FGModuleAbility_CanUseElectricity"); \ static_assert(sizeof(FGModuleAbility_CanUseElectricity) == 0x000010, "Wrong size on FGModuleAbility_CanUseElectricity"); \ static_assert(offsetof(FGModuleAbility_CanUseElectricity, WagonModule) == 0x000000, "Member 'FGModuleAbility_CanUseElectricity::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGModuleAbility_CanUseElectricity, ReturnValue) == 0x000008, "Member 'FGModuleAbility_CanUseElectricity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_GetCDDuration \ static_assert(alignof(FGModuleAbility_GetCDDuration) == 0x000004, "Wrong alignment on FGModuleAbility_GetCDDuration"); \ static_assert(sizeof(FGModuleAbility_GetCDDuration) == 0x000004, "Wrong size on FGModuleAbility_GetCDDuration"); \ static_assert(offsetof(FGModuleAbility_GetCDDuration, ReturnValue) == 0x000000, "Member 'FGModuleAbility_GetCDDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_GetModifiedValue \ static_assert(alignof(FGModuleAbility_GetModifiedValue) == 0x000008, "Wrong alignment on FGModuleAbility_GetModifiedValue"); \ static_assert(sizeof(FGModuleAbility_GetModifiedValue) == 0x000010, "Wrong size on FGModuleAbility_GetModifiedValue"); \ static_assert(offsetof(FGModuleAbility_GetModifiedValue, WagonModule) == 0x000000, "Member 'FGModuleAbility_GetModifiedValue::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGModuleAbility_GetModifiedValue, ReturnValue) == 0x000008, "Member 'FGModuleAbility_GetModifiedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_GetPowerModifiedValue \ static_assert(alignof(FGModuleAbility_GetPowerModifiedValue) == 0x000008, "Wrong alignment on FGModuleAbility_GetPowerModifiedValue"); \ static_assert(sizeof(FGModuleAbility_GetPowerModifiedValue) == 0x000010, "Wrong size on FGModuleAbility_GetPowerModifiedValue"); \ static_assert(offsetof(FGModuleAbility_GetPowerModifiedValue, WagonModule) == 0x000000, "Member 'FGModuleAbility_GetPowerModifiedValue::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGModuleAbility_GetPowerModifiedValue, ReturnValue) == 0x000008, "Member 'FGModuleAbility_GetPowerModifiedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_GetPowerPointsCost \ static_assert(alignof(FGModuleAbility_GetPowerPointsCost) == 0x000004, "Wrong alignment on FGModuleAbility_GetPowerPointsCost"); \ static_assert(sizeof(FGModuleAbility_GetPowerPointsCost) == 0x000004, "Wrong size on FGModuleAbility_GetPowerPointsCost"); \ static_assert(offsetof(FGModuleAbility_GetPowerPointsCost, ReturnValue) == 0x000000, "Member 'FGModuleAbility_GetPowerPointsCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_InitAbility \ static_assert(alignof(FGModuleAbility_InitAbility) == 0x000008, "Wrong alignment on FGModuleAbility_InitAbility"); \ static_assert(sizeof(FGModuleAbility_InitAbility) == 0x000010, "Wrong size on FGModuleAbility_InitAbility"); \ static_assert(offsetof(FGModuleAbility_InitAbility, OwningNPCComponent) == 0x000000, "Member 'FGModuleAbility_InitAbility::OwningNPCComponent' has a wrong offset!"); \ static_assert(offsetof(FGModuleAbility_InitAbility, ClassValue) == 0x000008, "Member 'FGModuleAbility_InitAbility::ClassValue' has a wrong offset!"); \ static_assert(offsetof(FGModuleAbility_InitAbility, PowerPointsCost) == 0x00000C, "Member 'FGModuleAbility_InitAbility::PowerPointsCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_IsOnCD \ static_assert(alignof(FGModuleAbility_IsOnCD) == 0x000001, "Wrong alignment on FGModuleAbility_IsOnCD"); \ static_assert(sizeof(FGModuleAbility_IsOnCD) == 0x000001, "Wrong size on FGModuleAbility_IsOnCD"); \ static_assert(offsetof(FGModuleAbility_IsOnCD, ReturnValue) == 0x000000, "Member 'FGModuleAbility_IsOnCD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_SetCDStartTime \ static_assert(alignof(FGModuleAbility_SetCDStartTime) == 0x000004, "Wrong alignment on FGModuleAbility_SetCDStartTime"); \ static_assert(sizeof(FGModuleAbility_SetCDStartTime) == 0x000004, "Wrong size on FGModuleAbility_SetCDStartTime"); \ static_assert(offsetof(FGModuleAbility_SetCDStartTime, NewTime) == 0x000000, "Member 'FGModuleAbility_SetCDStartTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGModuleAbility_UseAbility \ static_assert(alignof(FGModuleAbility_UseAbility) == 0x000001, "Wrong alignment on FGModuleAbility_UseAbility"); \ static_assert(sizeof(FGModuleAbility_UseAbility) == 0x000001, "Wrong size on FGModuleAbility_UseAbility"); \ static_assert(offsetof(FGModuleAbility_UseAbility, ReturnValue) == 0x000000, "Member 'FGModuleAbility_UseAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGModuleAbility \ static_assert(alignof(UFGModuleAbility) == 0x000008, "Wrong alignment on UFGModuleAbility"); \ static_assert(sizeof(UFGModuleAbility) == 0x000050, "Wrong size on UFGModuleAbility"); \ static_assert(offsetof(UFGModuleAbility, NPCComponent) == 0x000028, "Member 'UFGModuleAbility::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, AbilityTimer) == 0x000030, "Member 'UFGModuleAbility::AbilityTimer' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, AbilityValue) == 0x000038, "Member 'UFGModuleAbility::AbilityValue' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, AbilityPowerPointsCost) == 0x00003C, "Member 'UFGModuleAbility::AbilityPowerPointsCost' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, bAvailable) == 0x000040, "Member 'UFGModuleAbility::bAvailable' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, CDStartTime) == 0x000044, "Member 'UFGModuleAbility::CDStartTime' has a wrong offset!"); \ static_assert(offsetof(UFGModuleAbility, CDDuration) == 0x000048, "Member 'UFGModuleAbility::CDDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMA_JanitorRefuelToilet \ static_assert(alignof(UFGMA_JanitorRefuelToilet) == 0x000008, "Wrong alignment on UFGMA_JanitorRefuelToilet"); \ static_assert(sizeof(UFGMA_JanitorRefuelToilet) == 0x000050, "Wrong size on UFGMA_JanitorRefuelToilet"); \ #define DUMPER7_ASSERTS_FGButton_SetTextColorAndOpacity \ static_assert(alignof(FGButton_SetTextColorAndOpacity) == 0x000008, "Wrong alignment on FGButton_SetTextColorAndOpacity"); \ static_assert(sizeof(FGButton_SetTextColorAndOpacity) == 0x000028, "Wrong size on FGButton_SetTextColorAndOpacity"); \ static_assert(offsetof(FGButton_SetTextColorAndOpacity, Color) == 0x000000, "Member 'FGButton_SetTextColorAndOpacity::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGButton_GetTextColorAndOpacity \ static_assert(alignof(FGButton_GetTextColorAndOpacity) == 0x000008, "Wrong alignment on FGButton_GetTextColorAndOpacity"); \ static_assert(sizeof(FGButton_GetTextColorAndOpacity) == 0x000028, "Wrong size on FGButton_GetTextColorAndOpacity"); \ static_assert(offsetof(FGButton_GetTextColorAndOpacity, ReturnValue) == 0x000000, "Member 'FGButton_GetTextColorAndOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGButton \ static_assert(alignof(UFGButton) == 0x000008, "Wrong alignment on UFGButton"); \ static_assert(sizeof(UFGButton) == 0x000500, "Wrong size on UFGButton"); \ static_assert(offsetof(UFGButton, Text) == 0x000428, "Member 'UFGButton::Text' has a wrong offset!"); \ static_assert(offsetof(UFGButton, TextFont) == 0x000440, "Member 'UFGButton::TextFont' has a wrong offset!"); \ static_assert(offsetof(UFGButton, TextColorAndOpacity) == 0x000498, "Member 'UFGButton::TextColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UFGButton, TextShadowOffset) == 0x0004C0, "Member 'UFGButton::TextShadowOffset' has a wrong offset!"); \ static_assert(offsetof(UFGButton, TextShadowColorAndOpacity) == 0x0004C8, "Member 'UFGButton::TextShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UFGButton, TextMargin) == 0x0004D8, "Member 'UFGButton::TextMargin' has a wrong offset!"); \ static_assert(offsetof(UFGButton, CustomStyle) == 0x0004E8, "Member 'UFGButton::CustomStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_SimpleDispenseLoot \ static_assert(alignof(FGLootDispenser_SimpleDispenseLoot) == 0x000010, "Wrong alignment on FGLootDispenser_SimpleDispenseLoot"); \ static_assert(sizeof(FGLootDispenser_SimpleDispenseLoot) == 0x000050, "Wrong size on FGLootDispenser_SimpleDispenseLoot"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, LootContainer) == 0x000000, "Member 'FGLootDispenser_SimpleDispenseLoot::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, DispenserClass) == 0x000008, "Member 'FGLootDispenser_SimpleDispenseLoot::DispenserClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, SpawnTransform) == 0x000010, "Member 'FGLootDispenser_SimpleDispenseLoot::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, Inventory) == 0x000040, "Member 'FGLootDispenser_SimpleDispenseLoot::Inventory' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, bEnableLootGravity) == 0x000048, "Member 'FGLootDispenser_SimpleDispenseLoot::bEnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLoot, ReturnValue) == 0x000049, "Member 'FGLootDispenser_SimpleDispenseLoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_SimpleDispenseLootFromClass \ static_assert(alignof(FGLootDispenser_SimpleDispenseLootFromClass) == 0x000010, "Wrong alignment on FGLootDispenser_SimpleDispenseLootFromClass"); \ static_assert(sizeof(FGLootDispenser_SimpleDispenseLootFromClass) == 0x000050, "Wrong size on FGLootDispenser_SimpleDispenseLootFromClass"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, LootContainer) == 0x000000, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, DispenserClass) == 0x000008, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::DispenserClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, SpawnTransform) == 0x000010, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, ItemClass) == 0x000040, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, Count) == 0x000048, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::Count' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, bEnableLootGravity) == 0x00004C, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::bEnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromClass, ReturnValue) == 0x00004D, "Member 'FGLootDispenser_SimpleDispenseLootFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_SimpleDispenseLootFromPlaceholders \ static_assert(alignof(FGLootDispenser_SimpleDispenseLootFromPlaceholders) == 0x000010, "Wrong alignment on FGLootDispenser_SimpleDispenseLootFromPlaceholders"); \ static_assert(sizeof(FGLootDispenser_SimpleDispenseLootFromPlaceholders) == 0x000060, "Wrong size on FGLootDispenser_SimpleDispenseLootFromPlaceholders"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, LootContainer) == 0x000000, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, DispenserClass) == 0x000008, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::DispenserClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, SpawnTransform) == 0x000010, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, Placeholders) == 0x000040, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::Placeholders' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, bEnableLootGravity) == 0x000050, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::bEnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SimpleDispenseLootFromPlaceholders, ReturnValue) == 0x000051, "Member 'FGLootDispenser_SimpleDispenseLootFromPlaceholders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_AddSplineDropQueueItem \ static_assert(alignof(FGLootDispenser_AddSplineDropQueueItem) == 0x000008, "Wrong alignment on FGLootDispenser_AddSplineDropQueueItem"); \ static_assert(sizeof(FGLootDispenser_AddSplineDropQueueItem) == 0x000018, "Wrong size on FGLootDispenser_AddSplineDropQueueItem"); \ static_assert(offsetof(FGLootDispenser_AddSplineDropQueueItem, Item) == 0x000000, "Member 'FGLootDispenser_AddSplineDropQueueItem::Item' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_AddSplineDropQueueItem, LootDropComponent) == 0x000008, "Member 'FGLootDispenser_AddSplineDropQueueItem::LootDropComponent' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_AddSplineDropQueueItem, ReturnValue) == 0x000010, "Member 'FGLootDispenser_AddSplineDropQueueItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_BP_TickMoveDropQueueItem \ static_assert(alignof(FGLootDispenser_BP_TickMoveDropQueueItem) == 0x000008, "Wrong alignment on FGLootDispenser_BP_TickMoveDropQueueItem"); \ static_assert(sizeof(FGLootDispenser_BP_TickMoveDropQueueItem) == 0x000038, "Wrong size on FGLootDispenser_BP_TickMoveDropQueueItem"); \ static_assert(offsetof(FGLootDispenser_BP_TickMoveDropQueueItem, QueueItem) == 0x000000, "Member 'FGLootDispenser_BP_TickMoveDropQueueItem::QueueItem' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_BP_TickMoveDropQueueItem, Percentage) == 0x000030, "Member 'FGLootDispenser_BP_TickMoveDropQueueItem::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_CloneDropInventory \ static_assert(alignof(FGLootDispenser_CloneDropInventory) == 0x000008, "Wrong alignment on FGLootDispenser_CloneDropInventory"); \ static_assert(sizeof(FGLootDispenser_CloneDropInventory) == 0x000010, "Wrong size on FGLootDispenser_CloneDropInventory"); \ static_assert(offsetof(FGLootDispenser_CloneDropInventory, Inventory) == 0x000000, "Member 'FGLootDispenser_CloneDropInventory::Inventory' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_CloneDropInventory, ReturnValue) == 0x000008, "Member 'FGLootDispenser_CloneDropInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_OnSpawnLootEvent \ static_assert(alignof(FGLootDispenser_OnSpawnLootEvent) == 0x000008, "Wrong alignment on FGLootDispenser_OnSpawnLootEvent"); \ static_assert(sizeof(FGLootDispenser_OnSpawnLootEvent) == 0x000018, "Wrong size on FGLootDispenser_OnSpawnLootEvent"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootEvent, LootContainer) == 0x000000, "Member 'FGLootDispenser_OnSpawnLootEvent::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootEvent, Inventory) == 0x000008, "Member 'FGLootDispenser_OnSpawnLootEvent::Inventory' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootEvent, bEnableLootGravity) == 0x000010, "Member 'FGLootDispenser_OnSpawnLootEvent::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_OnSpawnLootFromClassEvent \ static_assert(alignof(FGLootDispenser_OnSpawnLootFromClassEvent) == 0x000008, "Wrong alignment on FGLootDispenser_OnSpawnLootFromClassEvent"); \ static_assert(sizeof(FGLootDispenser_OnSpawnLootFromClassEvent) == 0x000018, "Wrong size on FGLootDispenser_OnSpawnLootFromClassEvent"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootFromClassEvent, LootContainer) == 0x000000, "Member 'FGLootDispenser_OnSpawnLootFromClassEvent::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootFromClassEvent, ItemClass) == 0x000008, "Member 'FGLootDispenser_OnSpawnLootFromClassEvent::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootFromClassEvent, Count) == 0x000010, "Member 'FGLootDispenser_OnSpawnLootFromClassEvent::Count' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_OnSpawnLootFromClassEvent, bEnableLootGravity) == 0x000014, "Member 'FGLootDispenser_OnSpawnLootFromClassEvent::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_SpawnLoot \ static_assert(alignof(FGLootDispenser_SpawnLoot) == 0x000008, "Wrong alignment on FGLootDispenser_SpawnLoot"); \ static_assert(sizeof(FGLootDispenser_SpawnLoot) == 0x000018, "Wrong size on FGLootDispenser_SpawnLoot"); \ static_assert(offsetof(FGLootDispenser_SpawnLoot, LootContainer) == 0x000000, "Member 'FGLootDispenser_SpawnLoot::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLoot, Inventory) == 0x000008, "Member 'FGLootDispenser_SpawnLoot::Inventory' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLoot, bAutoDestroy) == 0x000010, "Member 'FGLootDispenser_SpawnLoot::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLoot, bEnableLootGravity) == 0x000011, "Member 'FGLootDispenser_SpawnLoot::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootDispenser_SpawnLootFromClass \ static_assert(alignof(FGLootDispenser_SpawnLootFromClass) == 0x000008, "Wrong alignment on FGLootDispenser_SpawnLootFromClass"); \ static_assert(sizeof(FGLootDispenser_SpawnLootFromClass) == 0x000018, "Wrong size on FGLootDispenser_SpawnLootFromClass"); \ static_assert(offsetof(FGLootDispenser_SpawnLootFromClass, LootContainer) == 0x000000, "Member 'FGLootDispenser_SpawnLootFromClass::LootContainer' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLootFromClass, ItemClass) == 0x000008, "Member 'FGLootDispenser_SpawnLootFromClass::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLootFromClass, Count) == 0x000010, "Member 'FGLootDispenser_SpawnLootFromClass::Count' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLootFromClass, bAutoDestroy) == 0x000014, "Member 'FGLootDispenser_SpawnLootFromClass::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FGLootDispenser_SpawnLootFromClass, bEnableLootGravity) == 0x000015, "Member 'FGLootDispenser_SpawnLootFromClass::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootDispenser \ static_assert(alignof(AFGLootDispenser) == 0x000008, "Wrong alignment on AFGLootDispenser"); \ static_assert(sizeof(AFGLootDispenser) == 0x000258, "Wrong size on AFGLootDispenser"); \ static_assert(offsetof(AFGLootDispenser, bDisableDropCollision) == 0x000220, "Member 'AFGLootDispenser::bDisableDropCollision' has a wrong offset!"); \ static_assert(offsetof(AFGLootDispenser, NetworkSplineDropQueue) == 0x000228, "Member 'AFGLootDispenser::NetworkSplineDropQueue' has a wrong offset!"); \ static_assert(offsetof(AFGLootDispenser, LocalSplineDropQueue) == 0x000238, "Member 'AFGLootDispenser::LocalSplineDropQueue' has a wrong offset!"); \ static_assert(offsetof(AFGLootDispenser, bAutoDestroyDispenser) == 0x000248, "Member 'AFGLootDispenser::bAutoDestroyDispenser' has a wrong offset!"); \ static_assert(offsetof(AFGLootDispenser, TrailClass) == 0x000250, "Member 'AFGLootDispenser::TrailClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_GetNextTakePointLocation \ static_assert(alignof(FGCableComponent_GetNextTakePointLocation) == 0x000004, "Wrong alignment on FGCableComponent_GetNextTakePointLocation"); \ static_assert(sizeof(FGCableComponent_GetNextTakePointLocation) == 0x00000C, "Wrong size on FGCableComponent_GetNextTakePointLocation"); \ static_assert(offsetof(FGCableComponent_GetNextTakePointLocation, ReturnValue) == 0x000000, "Member 'FGCableComponent_GetNextTakePointLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_GetTakePointLocation \ static_assert(alignof(FGCableComponent_GetTakePointLocation) == 0x000004, "Wrong alignment on FGCableComponent_GetTakePointLocation"); \ static_assert(sizeof(FGCableComponent_GetTakePointLocation) == 0x00000C, "Wrong size on FGCableComponent_GetTakePointLocation"); \ static_assert(offsetof(FGCableComponent_GetTakePointLocation, ReturnValue) == 0x000000, "Member 'FGCableComponent_GetTakePointLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_SetAttachEndTo \ static_assert(alignof(FGCableComponent_SetAttachEndTo) == 0x000008, "Wrong alignment on FGCableComponent_SetAttachEndTo"); \ static_assert(sizeof(FGCableComponent_SetAttachEndTo) == 0x000018, "Wrong size on FGCableComponent_SetAttachEndTo"); \ static_assert(offsetof(FGCableComponent_SetAttachEndTo, Actor) == 0x000000, "Member 'FGCableComponent_SetAttachEndTo::Actor' has a wrong offset!"); \ static_assert(offsetof(FGCableComponent_SetAttachEndTo, ComponentProperty) == 0x000008, "Member 'FGCableComponent_SetAttachEndTo::ComponentProperty' has a wrong offset!"); \ static_assert(offsetof(FGCableComponent_SetAttachEndTo, SocketName) == 0x000010, "Member 'FGCableComponent_SetAttachEndTo::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_SetAttachEndToComponent \ static_assert(alignof(FGCableComponent_SetAttachEndToComponent) == 0x000008, "Wrong alignment on FGCableComponent_SetAttachEndToComponent"); \ static_assert(sizeof(FGCableComponent_SetAttachEndToComponent) == 0x000010, "Wrong size on FGCableComponent_SetAttachEndToComponent"); \ static_assert(offsetof(FGCableComponent_SetAttachEndToComponent, Component) == 0x000000, "Member 'FGCableComponent_SetAttachEndToComponent::Component' has a wrong offset!"); \ static_assert(offsetof(FGCableComponent_SetAttachEndToComponent, SocketName) == 0x000008, "Member 'FGCableComponent_SetAttachEndToComponent::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_SetAttachTakeToComponent \ static_assert(alignof(FGCableComponent_SetAttachTakeToComponent) == 0x000008, "Wrong alignment on FGCableComponent_SetAttachTakeToComponent"); \ static_assert(sizeof(FGCableComponent_SetAttachTakeToComponent) == 0x000010, "Wrong size on FGCableComponent_SetAttachTakeToComponent"); \ static_assert(offsetof(FGCableComponent_SetAttachTakeToComponent, Component) == 0x000000, "Member 'FGCableComponent_SetAttachTakeToComponent::Component' has a wrong offset!"); \ static_assert(offsetof(FGCableComponent_SetAttachTakeToComponent, SocketName) == 0x000008, "Member 'FGCableComponent_SetAttachTakeToComponent::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_GetAttachedActor \ static_assert(alignof(FGCableComponent_GetAttachedActor) == 0x000008, "Wrong alignment on FGCableComponent_GetAttachedActor"); \ static_assert(sizeof(FGCableComponent_GetAttachedActor) == 0x000008, "Wrong size on FGCableComponent_GetAttachedActor"); \ static_assert(offsetof(FGCableComponent_GetAttachedActor, ReturnValue) == 0x000000, "Member 'FGCableComponent_GetAttachedActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_GetAttachedComponent \ static_assert(alignof(FGCableComponent_GetAttachedComponent) == 0x000008, "Wrong alignment on FGCableComponent_GetAttachedComponent"); \ static_assert(sizeof(FGCableComponent_GetAttachedComponent) == 0x000008, "Wrong size on FGCableComponent_GetAttachedComponent"); \ static_assert(offsetof(FGCableComponent_GetAttachedComponent, ReturnValue) == 0x000000, "Member 'FGCableComponent_GetAttachedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCableComponent_GetCableParticleLocations \ static_assert(alignof(FGCableComponent_GetCableParticleLocations) == 0x000008, "Wrong alignment on FGCableComponent_GetCableParticleLocations"); \ static_assert(sizeof(FGCableComponent_GetCableParticleLocations) == 0x000010, "Wrong size on FGCableComponent_GetCableParticleLocations"); \ static_assert(offsetof(FGCableComponent_GetCableParticleLocations, Locations) == 0x000000, "Member 'FGCableComponent_GetCableParticleLocations::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCableComponent \ static_assert(alignof(UFGCableComponent) == 0x000010, "Wrong alignment on UFGCableComponent"); \ static_assert(sizeof(UFGCableComponent) == 0x000550, "Wrong size on UFGCableComponent"); \ static_assert(offsetof(UFGCableComponent, bAttachStart) == 0x000478, "Member 'UFGCableComponent::bAttachStart' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, bAttachEnd) == 0x000479, "Member 'UFGCableComponent::bAttachEnd' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, AttachEndTo) == 0x000480, "Member 'UFGCableComponent::AttachEndTo' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, AttachEndToSocketName) == 0x0004A8, "Member 'UFGCableComponent::AttachEndToSocketName' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, EndLocation) == 0x0004B0, "Member 'UFGCableComponent::EndLocation' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, CableLength) == 0x0004BC, "Member 'UFGCableComponent::CableLength' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, NumSegments) == 0x0004C0, "Member 'UFGCableComponent::NumSegments' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, SubstepTime) == 0x0004C4, "Member 'UFGCableComponent::SubstepTime' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, SolverIterations) == 0x0004C8, "Member 'UFGCableComponent::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, bEnableStiffness) == 0x0004CC, "Member 'UFGCableComponent::bEnableStiffness' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, bEnableCollision) == 0x0004CD, "Member 'UFGCableComponent::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, CollisionFriction) == 0x0004D0, "Member 'UFGCableComponent::CollisionFriction' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, CableForce) == 0x0004D4, "Member 'UFGCableComponent::CableForce' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, CableGravityScale) == 0x0004E0, "Member 'UFGCableComponent::CableGravityScale' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, CableWidth) == 0x0004E4, "Member 'UFGCableComponent::CableWidth' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, NumSides) == 0x0004E8, "Member 'UFGCableComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, TileMaterial) == 0x0004EC, "Member 'UFGCableComponent::TileMaterial' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, TakeSegmentDistance) == 0x000508, "Member 'UFGCableComponent::TakeSegmentDistance' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, AttachTakeTo) == 0x000510, "Member 'UFGCableComponent::AttachTakeTo' has a wrong offset!"); \ static_assert(offsetof(UFGCableComponent, AttachTakeToSocketName) == 0x000538, "Member 'UFGCableComponent::AttachTakeToSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetAltCoreAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetAltCoreAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetAltCoreAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetAltCoreAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetAltCoreAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetAltCoreAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetAltCoreAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetBarrelGripAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetLeftHandIKAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetLeftHandLocation \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetLeftHandLocation) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetLeftHandLocation"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetLeftHandLocation) == 0x00000C, "Wrong size on FGMainCharacterAnimInstance_FP_GetLeftHandLocation"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetLeftHandLocation, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetLeftHandLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetRangedAimCorrectionRotateAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetWeaponHandOffset \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetWeaponHandOffset) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetWeaponHandOffset"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetWeaponHandOffset) == 0x00000C, "Wrong size on FGMainCharacterAnimInstance_FP_GetWeaponHandOffset"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetWeaponHandOffset, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetWeaponHandOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_FP_GetWeaponRollLimit \ static_assert(alignof(FGMainCharacterAnimInstance_FP_GetWeaponRollLimit) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_FP_GetWeaponRollLimit"); \ static_assert(sizeof(FGMainCharacterAnimInstance_FP_GetWeaponRollLimit) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_FP_GetWeaponRollLimit"); \ static_assert(offsetof(FGMainCharacterAnimInstance_FP_GetWeaponRollLimit, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_FP_GetWeaponRollLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMainCharacterAnimInstance_FP \ static_assert(alignof(UFGMainCharacterAnimInstance_FP) == 0x000010, "Wrong alignment on UFGMainCharacterAnimInstance_FP"); \ static_assert(sizeof(UFGMainCharacterAnimInstance_FP) == 0x0002C0, "Wrong size on UFGMainCharacterAnimInstance_FP"); \ #define DUMPER7_ASSERTS_FGCanShootAtActor_CanBeShot \ static_assert(alignof(FGCanShootAtActor_CanBeShot) == 0x000001, "Wrong alignment on FGCanShootAtActor_CanBeShot"); \ static_assert(sizeof(FGCanShootAtActor_CanBeShot) == 0x000001, "Wrong size on FGCanShootAtActor_CanBeShot"); \ static_assert(offsetof(FGCanShootAtActor_CanBeShot, ReturnValue) == 0x000000, "Member 'FGCanShootAtActor_CanBeShot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGCanShootAtActor \ static_assert(alignof(IFGCanShootAtActor) == 0x000001, "Wrong alignment on IFGCanShootAtActor"); \ static_assert(sizeof(IFGCanShootAtActor) == 0x000001, "Wrong size on IFGCanShootAtActor"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_GetAction \ static_assert(alignof(FGCharacterActionsComponent_GetAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_GetAction"); \ static_assert(sizeof(FGCharacterActionsComponent_GetAction) == 0x000010, "Wrong size on FGCharacterActionsComponent_GetAction"); \ static_assert(offsetof(FGCharacterActionsComponent_GetAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_GetAction::ActionClass' has a wrong offset!"); \ static_assert(offsetof(FGCharacterActionsComponent_GetAction, ReturnValue) == 0x000008, "Member 'FGCharacterActionsComponent_GetAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_IsPlayingAction \ static_assert(alignof(FGCharacterActionsComponent_IsPlayingAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_IsPlayingAction"); \ static_assert(sizeof(FGCharacterActionsComponent_IsPlayingAction) == 0x000010, "Wrong size on FGCharacterActionsComponent_IsPlayingAction"); \ static_assert(offsetof(FGCharacterActionsComponent_IsPlayingAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_IsPlayingAction::ActionClass' has a wrong offset!"); \ static_assert(offsetof(FGCharacterActionsComponent_IsPlayingAction, ReturnValue) == 0x000008, "Member 'FGCharacterActionsComponent_IsPlayingAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_PlayAction \ static_assert(alignof(FGCharacterActionsComponent_PlayAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_PlayAction"); \ static_assert(sizeof(FGCharacterActionsComponent_PlayAction) == 0x000008, "Wrong size on FGCharacterActionsComponent_PlayAction"); \ static_assert(offsetof(FGCharacterActionsComponent_PlayAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_PlayAction::ActionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_ServerPlayAction \ static_assert(alignof(FGCharacterActionsComponent_ServerPlayAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_ServerPlayAction"); \ static_assert(sizeof(FGCharacterActionsComponent_ServerPlayAction) == 0x000008, "Wrong size on FGCharacterActionsComponent_ServerPlayAction"); \ static_assert(offsetof(FGCharacterActionsComponent_ServerPlayAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_ServerPlayAction::ActionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_ServerStopAction \ static_assert(alignof(FGCharacterActionsComponent_ServerStopAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_ServerStopAction"); \ static_assert(sizeof(FGCharacterActionsComponent_ServerStopAction) == 0x000008, "Wrong size on FGCharacterActionsComponent_ServerStopAction"); \ static_assert(offsetof(FGCharacterActionsComponent_ServerStopAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_ServerStopAction::ActionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_StopAction \ static_assert(alignof(FGCharacterActionsComponent_StopAction) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_StopAction"); \ static_assert(sizeof(FGCharacterActionsComponent_StopAction) == 0x000008, "Wrong size on FGCharacterActionsComponent_StopAction"); \ static_assert(offsetof(FGCharacterActionsComponent_StopAction, ActionClass) == 0x000000, "Member 'FGCharacterActionsComponent_StopAction::ActionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_GetAllActions \ static_assert(alignof(FGCharacterActionsComponent_GetAllActions) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_GetAllActions"); \ static_assert(sizeof(FGCharacterActionsComponent_GetAllActions) == 0x000010, "Wrong size on FGCharacterActionsComponent_GetAllActions"); \ static_assert(offsetof(FGCharacterActionsComponent_GetAllActions, ReturnValue) == 0x000000, "Member 'FGCharacterActionsComponent_GetAllActions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterActionsComponent_GetAllActiveActions \ static_assert(alignof(FGCharacterActionsComponent_GetAllActiveActions) == 0x000008, "Wrong alignment on FGCharacterActionsComponent_GetAllActiveActions"); \ static_assert(sizeof(FGCharacterActionsComponent_GetAllActiveActions) == 0x000010, "Wrong size on FGCharacterActionsComponent_GetAllActiveActions"); \ static_assert(offsetof(FGCharacterActionsComponent_GetAllActiveActions, ReturnValue) == 0x000000, "Member 'FGCharacterActionsComponent_GetAllActiveActions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterActionsComponent \ static_assert(alignof(UFGCharacterActionsComponent) == 0x000008, "Wrong alignment on UFGCharacterActionsComponent"); \ static_assert(sizeof(UFGCharacterActionsComponent) == 0x000140, "Wrong size on UFGCharacterActionsComponent"); \ static_assert(offsetof(UFGCharacterActionsComponent, AvailableActionClasses) == 0x0000B0, "Member 'UFGCharacterActionsComponent::AvailableActionClasses' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterActionsComponent, AvailableActionSoftClasses) == 0x0000C0, "Member 'UFGCharacterActionsComponent::AvailableActionSoftClasses' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterActionsComponent, ActionsPool) == 0x0000D8, "Member 'UFGCharacterActionsComponent::ActionsPool' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterActionsComponent, ActionsPoolArray) == 0x000128, "Member 'UFGCharacterActionsComponent::ActionsPoolArray' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterActionsComponent, OwningPawn) == 0x000138, "Member 'UFGCharacterActionsComponent::OwningPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_CreateEffect \ static_assert(alignof(FGCharacterEffect_CreateEffect) == 0x000008, "Wrong alignment on FGCharacterEffect_CreateEffect"); \ static_assert(sizeof(FGCharacterEffect_CreateEffect) == 0x000018, "Wrong size on FGCharacterEffect_CreateEffect"); \ static_assert(offsetof(FGCharacterEffect_CreateEffect, EffectClass) == 0x000000, "Member 'FGCharacterEffect_CreateEffect::EffectClass' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffect_CreateEffect, OwnerActor) == 0x000008, "Member 'FGCharacterEffect_CreateEffect::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffect_CreateEffect, ReturnValue) == 0x000010, "Member 'FGCharacterEffect_CreateEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_GetEffectStartTime \ static_assert(alignof(FGCharacterEffect_GetEffectStartTime) == 0x000004, "Wrong alignment on FGCharacterEffect_GetEffectStartTime"); \ static_assert(sizeof(FGCharacterEffect_GetEffectStartTime) == 0x000004, "Wrong size on FGCharacterEffect_GetEffectStartTime"); \ static_assert(offsetof(FGCharacterEffect_GetEffectStartTime, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_GetEffectStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_GetLifeTime \ static_assert(alignof(FGCharacterEffect_GetLifeTime) == 0x000004, "Wrong alignment on FGCharacterEffect_GetLifeTime"); \ static_assert(sizeof(FGCharacterEffect_GetLifeTime) == 0x000004, "Wrong size on FGCharacterEffect_GetLifeTime"); \ static_assert(offsetof(FGCharacterEffect_GetLifeTime, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_GetLifeTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_IsRunning \ static_assert(alignof(FGCharacterEffect_IsRunning) == 0x000001, "Wrong alignment on FGCharacterEffect_IsRunning"); \ static_assert(sizeof(FGCharacterEffect_IsRunning) == 0x000001, "Wrong size on FGCharacterEffect_IsRunning"); \ static_assert(offsetof(FGCharacterEffect_IsRunning, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_IsRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_IsUnique \ static_assert(alignof(FGCharacterEffect_IsUnique) == 0x000001, "Wrong alignment on FGCharacterEffect_IsUnique"); \ static_assert(sizeof(FGCharacterEffect_IsUnique) == 0x000001, "Wrong size on FGCharacterEffect_IsUnique"); \ static_assert(offsetof(FGCharacterEffect_IsUnique, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_IsUnique::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_SetDamageCauserCharacter \ static_assert(alignof(FGCharacterEffect_SetDamageCauserCharacter) == 0x000008, "Wrong alignment on FGCharacterEffect_SetDamageCauserCharacter"); \ static_assert(sizeof(FGCharacterEffect_SetDamageCauserCharacter) == 0x000008, "Wrong size on FGCharacterEffect_SetDamageCauserCharacter"); \ static_assert(offsetof(FGCharacterEffect_SetDamageCauserCharacter, Character) == 0x000000, "Member 'FGCharacterEffect_SetDamageCauserCharacter::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_SetLifeTime \ static_assert(alignof(FGCharacterEffect_SetLifeTime) == 0x000004, "Wrong alignment on FGCharacterEffect_SetLifeTime"); \ static_assert(sizeof(FGCharacterEffect_SetLifeTime) == 0x000004, "Wrong size on FGCharacterEffect_SetLifeTime"); \ static_assert(offsetof(FGCharacterEffect_SetLifeTime, Value) == 0x000000, "Member 'FGCharacterEffect_SetLifeTime::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_SetRunning \ static_assert(alignof(FGCharacterEffect_SetRunning) == 0x000001, "Wrong alignment on FGCharacterEffect_SetRunning"); \ static_assert(sizeof(FGCharacterEffect_SetRunning) == 0x000001, "Wrong size on FGCharacterEffect_SetRunning"); \ static_assert(offsetof(FGCharacterEffect_SetRunning, newRunning) == 0x000000, "Member 'FGCharacterEffect_SetRunning::newRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_SetRunningValue \ static_assert(alignof(FGCharacterEffect_SetRunningValue) == 0x000001, "Wrong alignment on FGCharacterEffect_SetRunningValue"); \ static_assert(sizeof(FGCharacterEffect_SetRunningValue) == 0x000001, "Wrong size on FGCharacterEffect_SetRunningValue"); \ static_assert(offsetof(FGCharacterEffect_SetRunningValue, newRunning) == 0x000000, "Member 'FGCharacterEffect_SetRunningValue::newRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_Start \ static_assert(alignof(FGCharacterEffect_Start) == 0x000001, "Wrong alignment on FGCharacterEffect_Start"); \ static_assert(sizeof(FGCharacterEffect_Start) == 0x000001, "Wrong size on FGCharacterEffect_Start"); \ static_assert(offsetof(FGCharacterEffect_Start, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_Start::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_UpdateLifeTime \ static_assert(alignof(FGCharacterEffect_UpdateLifeTime) == 0x000004, "Wrong alignment on FGCharacterEffect_UpdateLifeTime"); \ static_assert(sizeof(FGCharacterEffect_UpdateLifeTime) == 0x000004, "Wrong size on FGCharacterEffect_UpdateLifeTime"); \ static_assert(offsetof(FGCharacterEffect_UpdateLifeTime, newLifeTime) == 0x000000, "Member 'FGCharacterEffect_UpdateLifeTime::newLifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffect_UseSave \ static_assert(alignof(FGCharacterEffect_UseSave) == 0x000001, "Wrong alignment on FGCharacterEffect_UseSave"); \ static_assert(sizeof(FGCharacterEffect_UseSave) == 0x000001, "Wrong size on FGCharacterEffect_UseSave"); \ static_assert(offsetof(FGCharacterEffect_UseSave, ReturnValue) == 0x000000, "Member 'FGCharacterEffect_UseSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCharacterEffect \ static_assert(alignof(AFGCharacterEffect) == 0x000008, "Wrong alignment on AFGCharacterEffect"); \ static_assert(sizeof(AFGCharacterEffect) == 0x000330, "Wrong size on AFGCharacterEffect"); \ static_assert(offsetof(AFGCharacterEffect, Name_0) == 0x000220, "Member 'AFGCharacterEffect::Name_0' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, ClassDescription) == 0x000238, "Member 'AFGCharacterEffect::ClassDescription' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, Description) == 0x000250, "Member 'AFGCharacterEffect::Description' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, ApplyChance) == 0x000268, "Member 'AFGCharacterEffect::ApplyChance' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, DebuffProperties) == 0x000270, "Member 'AFGCharacterEffect::DebuffProperties' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, Debuffs) == 0x000280, "Member 'AFGCharacterEffect::Debuffs' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, AppliedDebuffs) == 0x000290, "Member 'AFGCharacterEffect::AppliedDebuffs' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, Blendables) == 0x0002A0, "Member 'AFGCharacterEffect::Blendables' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, OnStartSounds) == 0x0002B0, "Member 'AFGCharacterEffect::OnStartSounds' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, bDelayFirstDamageTick) == 0x0002C0, "Member 'AFGCharacterEffect::bDelayFirstDamageTick' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, TickTime) == 0x0002C4, "Member 'AFGCharacterEffect::TickTime' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, DamagePerTickFlat) == 0x0002C8, "Member 'AFGCharacterEffect::DamagePerTickFlat' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, DamagePerTickPercent) == 0x0002CC, "Member 'AFGCharacterEffect::DamagePerTickPercent' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, HealPerTickFlat) == 0x0002D0, "Member 'AFGCharacterEffect::HealPerTickFlat' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, HealPerTickPercent) == 0x0002D4, "Member 'AFGCharacterEffect::HealPerTickPercent' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, DamageTypeClass) == 0x0002D8, "Member 'AFGCharacterEffect::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, DamageCauserCharacter) == 0x0002E0, "Member 'AFGCharacterEffect::DamageCauserCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, OwnerStatusEffect) == 0x0002E8, "Member 'AFGCharacterEffect::OwnerStatusEffect' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, ownerCharacter) == 0x000300, "Member 'AFGCharacterEffect::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, bUnique) == 0x000308, "Member 'AFGCharacterEffect::bUnique' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, LifeTime) == 0x00030C, "Member 'AFGCharacterEffect::LifeTime' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, EffectStartTime) == 0x000310, "Member 'AFGCharacterEffect::EffectStartTime' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, bUseSave) == 0x000314, "Member 'AFGCharacterEffect::bUseSave' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, bDestroyOnFinish) == 0x000315, "Member 'AFGCharacterEffect::bDestroyOnFinish' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, _initialized) == 0x000316, "Member 'AFGCharacterEffect::_initialized' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, ActiveAudioComponents) == 0x000318, "Member 'AFGCharacterEffect::ActiveAudioComponents' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffect, _running) == 0x000328, "Member 'AFGCharacterEffect::_running' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMA_TrainkeeperRefill \ static_assert(alignof(UFGMA_TrainkeeperRefill) == 0x000008, "Wrong alignment on UFGMA_TrainkeeperRefill"); \ static_assert(sizeof(UFGMA_TrainkeeperRefill) == 0x000050, "Wrong size on UFGMA_TrainkeeperRefill"); \ #define DUMPER7_ASSERTS_AFGCharacterEffectMaintained \ static_assert(alignof(AFGCharacterEffectMaintained) == 0x000008, "Wrong alignment on AFGCharacterEffectMaintained"); \ static_assert(sizeof(AFGCharacterEffectMaintained) == 0x000348, "Wrong size on AFGCharacterEffectMaintained"); \ static_assert(offsetof(AFGCharacterEffectMaintained, OnEffectEnded) == 0x000330, "Member 'AFGCharacterEffectMaintained::OnEffectEnded' has a wrong offset!"); \ static_assert(offsetof(AFGCharacterEffectMaintained, bMaintained) == 0x000340, "Member 'AFGCharacterEffectMaintained::bMaintained' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGSignificantActor \ static_assert(alignof(AFGSignificantActor) == 0x000008, "Wrong alignment on AFGSignificantActor"); \ static_assert(sizeof(AFGSignificantActor) == 0x000308, "Wrong size on AFGSignificantActor"); \ static_assert(offsetof(AFGSignificantActor, CurrentSignificance) == 0x000220, "Member 'AFGSignificantActor::CurrentSignificance' has a wrong offset!"); \ static_assert(offsetof(AFGSignificantActor, SignificanceSettings) == 0x000228, "Member 'AFGSignificantActor::SignificanceSettings' has a wrong offset!"); \ static_assert(offsetof(AFGSignificantActor, SignificantSkeletalMeshes) == 0x000290, "Member 'AFGSignificantActor::SignificantSkeletalMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGSignificantActor, SignificantStaticMeshes) == 0x0002A0, "Member 'AFGSignificantActor::SignificantStaticMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGSignificantActor, MeshesCollisionState) == 0x0002B0, "Member 'AFGSignificantActor::MeshesCollisionState' has a wrong offset!"); \ static_assert(offsetof(AFGSignificantActor, bDefaultTickState) == 0x000300, "Member 'AFGSignificantActor::bDefaultTickState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_CollectItem \ static_assert(alignof(FGGathererCharacter_CollectItem) == 0x000008, "Wrong alignment on FGGathererCharacter_CollectItem"); \ static_assert(sizeof(FGGathererCharacter_CollectItem) == 0x000008, "Wrong size on FGGathererCharacter_CollectItem"); \ static_assert(offsetof(FGGathererCharacter_CollectItem, Item) == 0x000000, "Member 'FGGathererCharacter_CollectItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_Dissolve \ static_assert(alignof(FGGathererCharacter_Dissolve) == 0x000001, "Wrong alignment on FGGathererCharacter_Dissolve"); \ static_assert(sizeof(FGGathererCharacter_Dissolve) == 0x000001, "Wrong size on FGGathererCharacter_Dissolve"); \ static_assert(offsetof(FGGathererCharacter_Dissolve, bDissolve) == 0x000000, "Member 'FGGathererCharacter_Dissolve::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_PlayAppearance \ static_assert(alignof(FGGathererCharacter_PlayAppearance) == 0x000001, "Wrong alignment on FGGathererCharacter_PlayAppearance"); \ static_assert(sizeof(FGGathererCharacter_PlayAppearance) == 0x000001, "Wrong size on FGGathererCharacter_PlayAppearance"); \ static_assert(offsetof(FGGathererCharacter_PlayAppearance, bPlayAnimation) == 0x000000, "Member 'FGGathererCharacter_PlayAppearance::bPlayAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_SetAppearancePosition \ static_assert(alignof(FGGathererCharacter_SetAppearancePosition) == 0x000001, "Wrong alignment on FGGathererCharacter_SetAppearancePosition"); \ static_assert(sizeof(FGGathererCharacter_SetAppearancePosition) == 0x000001, "Wrong size on FGGathererCharacter_SetAppearancePosition"); \ static_assert(offsetof(FGGathererCharacter_SetAppearancePosition, bSucceed) == 0x000000, "Member 'FGGathererCharacter_SetAppearancePosition::bSucceed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_SetAtWork \ static_assert(alignof(FGGathererCharacter_SetAtWork) == 0x000008, "Wrong alignment on FGGathererCharacter_SetAtWork"); \ static_assert(sizeof(FGGathererCharacter_SetAtWork) == 0x000008, "Wrong size on FGGathererCharacter_SetAtWork"); \ static_assert(offsetof(FGGathererCharacter_SetAtWork, LootGatherer) == 0x000000, "Member 'FGGathererCharacter_SetAtWork::LootGatherer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_SetOverheatState \ static_assert(alignof(FGGathererCharacter_SetOverheatState) == 0x000001, "Wrong alignment on FGGathererCharacter_SetOverheatState"); \ static_assert(sizeof(FGGathererCharacter_SetOverheatState) == 0x000001, "Wrong size on FGGathererCharacter_SetOverheatState"); \ static_assert(offsetof(FGGathererCharacter_SetOverheatState, bState) == 0x000000, "Member 'FGGathererCharacter_SetOverheatState::bState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_SetTeleportationLoc \ static_assert(alignof(FGGathererCharacter_SetTeleportationLoc) == 0x000004, "Wrong alignment on FGGathererCharacter_SetTeleportationLoc"); \ static_assert(sizeof(FGGathererCharacter_SetTeleportationLoc) == 0x00000C, "Wrong size on FGGathererCharacter_SetTeleportationLoc"); \ static_assert(offsetof(FGGathererCharacter_SetTeleportationLoc, NewLoc) == 0x000000, "Member 'FGGathererCharacter_SetTeleportationLoc::NewLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGathererCharacter_TeleportToLocation \ static_assert(alignof(FGGathererCharacter_TeleportToLocation) == 0x000004, "Wrong alignment on FGGathererCharacter_TeleportToLocation"); \ static_assert(sizeof(FGGathererCharacter_TeleportToLocation) == 0x000018, "Wrong size on FGGathererCharacter_TeleportToLocation"); \ static_assert(offsetof(FGGathererCharacter_TeleportToLocation, Location) == 0x000000, "Member 'FGGathererCharacter_TeleportToLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGGathererCharacter_TeleportToLocation, Rotation) == 0x00000C, "Member 'FGGathererCharacter_TeleportToLocation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGathererCharacter \ static_assert(alignof(AFGGathererCharacter) == 0x000008, "Wrong alignment on AFGGathererCharacter"); \ static_assert(sizeof(AFGGathererCharacter) == 0x0003B8, "Wrong size on AFGGathererCharacter"); \ static_assert(offsetof(AFGGathererCharacter, Scene) == 0x000308, "Member 'AFGGathererCharacter::Scene' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, GathererMesh) == 0x000310, "Member 'AFGGathererCharacter::GathererMesh' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, ItemSocket) == 0x000318, "Member 'AFGGathererCharacter::ItemSocket' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationLoc) == 0x000320, "Member 'AFGGathererCharacter::TeleportationLoc' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, OnTeleportationComplete) == 0x000330, "Member 'AFGGathererCharacter::OnTeleportationComplete' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, OnItemCollected) == 0x000340, "Member 'AFGGathererCharacter::OnItemCollected' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationStartFX) == 0x000350, "Member 'AFGGathererCharacter::TeleportationStartFX' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationEndFX) == 0x000358, "Member 'AFGGathererCharacter::TeleportationEndFX' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, DissolveParamName) == 0x000360, "Member 'AFGGathererCharacter::DissolveParamName' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationTime) == 0x000368, "Member 'AFGGathererCharacter::TeleportationTime' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, DissolveTime) == 0x00036C, "Member 'AFGGathererCharacter::DissolveTime' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, HeatingTime) == 0x000370, "Member 'AFGGathererCharacter::HeatingTime' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationRot) == 0x000374, "Member 'AFGGathererCharacter::TeleportationRot' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, WagonToAttach) == 0x000380, "Member 'AFGGathererCharacter::WagonToAttach' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bTPIgnoreCollision) == 0x000388, "Member 'AFGGathererCharacter::bTPIgnoreCollision' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bBusy) == 0x000389, "Member 'AFGGathererCharacter::bBusy' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, TeleportationAttacher) == 0x000390, "Member 'AFGGathererCharacter::TeleportationAttacher' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, GathererMaterials) == 0x000398, "Member 'AFGGathererCharacter::GathererMaterials' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, ParentModule) == 0x0003A8, "Member 'AFGGathererCharacter::ParentModule' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bEnabled) == 0x0003B0, "Member 'AFGGathererCharacter::bEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bHot) == 0x0003B1, "Member 'AFGGathererCharacter::bHot' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bOverheat) == 0x0003B2, "Member 'AFGGathererCharacter::bOverheat' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bFullLoot) == 0x0003B3, "Member 'AFGGathererCharacter::bFullLoot' has a wrong offset!"); \ static_assert(offsetof(AFGGathererCharacter, bInAir) == 0x0003B4, "Member 'AFGGathererCharacter::bInAir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffectsManager_AddEffect \ static_assert(alignof(FGCharacterEffectsManager_AddEffect) == 0x000008, "Wrong alignment on FGCharacterEffectsManager_AddEffect"); \ static_assert(sizeof(FGCharacterEffectsManager_AddEffect) == 0x000010, "Wrong size on FGCharacterEffectsManager_AddEffect"); \ static_assert(offsetof(FGCharacterEffectsManager_AddEffect, Effect) == 0x000000, "Member 'FGCharacterEffectsManager_AddEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffectsManager_AddEffect, ReturnValue) == 0x000008, "Member 'FGCharacterEffectsManager_AddEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffectsManager_ClientAddEffect \ static_assert(alignof(FGCharacterEffectsManager_ClientAddEffect) == 0x000008, "Wrong alignment on FGCharacterEffectsManager_ClientAddEffect"); \ static_assert(sizeof(FGCharacterEffectsManager_ClientAddEffect) == 0x000010, "Wrong size on FGCharacterEffectsManager_ClientAddEffect"); \ static_assert(offsetof(FGCharacterEffectsManager_ClientAddEffect, Effect) == 0x000000, "Member 'FGCharacterEffectsManager_ClientAddEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffectsManager_ClientAddEffect, ReturnValue) == 0x000008, "Member 'FGCharacterEffectsManager_ClientAddEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffectsManager_ClientRemoveEffect \ static_assert(alignof(FGCharacterEffectsManager_ClientRemoveEffect) == 0x000008, "Wrong alignment on FGCharacterEffectsManager_ClientRemoveEffect"); \ static_assert(sizeof(FGCharacterEffectsManager_ClientRemoveEffect) == 0x000010, "Wrong size on FGCharacterEffectsManager_ClientRemoveEffect"); \ static_assert(offsetof(FGCharacterEffectsManager_ClientRemoveEffect, Effect) == 0x000000, "Member 'FGCharacterEffectsManager_ClientRemoveEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffectsManager_ClientRemoveEffect, ReturnValue) == 0x000008, "Member 'FGCharacterEffectsManager_ClientRemoveEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffectsManager_GetActiveEffects \ static_assert(alignof(FGCharacterEffectsManager_GetActiveEffects) == 0x000008, "Wrong alignment on FGCharacterEffectsManager_GetActiveEffects"); \ static_assert(sizeof(FGCharacterEffectsManager_GetActiveEffects) == 0x000010, "Wrong size on FGCharacterEffectsManager_GetActiveEffects"); \ static_assert(offsetof(FGCharacterEffectsManager_GetActiveEffects, ReturnValue) == 0x000000, "Member 'FGCharacterEffectsManager_GetActiveEffects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterEffectsManager_RemoveEffect \ static_assert(alignof(FGCharacterEffectsManager_RemoveEffect) == 0x000008, "Wrong alignment on FGCharacterEffectsManager_RemoveEffect"); \ static_assert(sizeof(FGCharacterEffectsManager_RemoveEffect) == 0x000010, "Wrong size on FGCharacterEffectsManager_RemoveEffect"); \ static_assert(offsetof(FGCharacterEffectsManager_RemoveEffect, Effect) == 0x000000, "Member 'FGCharacterEffectsManager_RemoveEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(FGCharacterEffectsManager_RemoveEffect, ReturnValue) == 0x000008, "Member 'FGCharacterEffectsManager_RemoveEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterEffectsManager \ static_assert(alignof(UFGCharacterEffectsManager) == 0x000008, "Wrong alignment on UFGCharacterEffectsManager"); \ static_assert(sizeof(UFGCharacterEffectsManager) == 0x0000D8, "Wrong size on UFGCharacterEffectsManager"); \ static_assert(offsetof(UFGCharacterEffectsManager, _activeEffects) == 0x0000B0, "Member 'UFGCharacterEffectsManager::_activeEffects' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterEffectsManager, ownerCharacter) == 0x0000C0, "Member 'UFGCharacterEffectsManager::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterEffectsManager, activeBlendables) == 0x0000C8, "Member 'UFGCharacterEffectsManager::activeBlendables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterMovementComponent_CanUnCrouch \ static_assert(alignof(FGCharacterMovementComponent_CanUnCrouch) == 0x000001, "Wrong alignment on FGCharacterMovementComponent_CanUnCrouch"); \ static_assert(sizeof(FGCharacterMovementComponent_CanUnCrouch) == 0x000001, "Wrong size on FGCharacterMovementComponent_CanUnCrouch"); \ static_assert(offsetof(FGCharacterMovementComponent_CanUnCrouch, ReturnValue) == 0x000000, "Member 'FGCharacterMovementComponent_CanUnCrouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterMovementComponent \ static_assert(alignof(UFGCharacterMovementComponent) == 0x000010, "Wrong alignment on UFGCharacterMovementComponent"); \ static_assert(sizeof(UFGCharacterMovementComponent) == 0x000B20, "Wrong size on UFGCharacterMovementComponent"); \ static_assert(offsetof(UFGCharacterMovementComponent, VoidSettings) == 0x000AF0, "Member 'UFGCharacterMovementComponent::VoidSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterMovementComponent, Train) == 0x000AF8, "Member 'UFGCharacterMovementComponent::Train' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterMovementComponent, FGCharacterOwner) == 0x000B08, "Member 'UFGCharacterMovementComponent::FGCharacterOwner' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterMovementComponent, InputVelocity) == 0x000B10, "Member 'UFGCharacterMovementComponent::InputVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Add \ static_assert(alignof(FGCharacterStat_Add) == 0x000004, "Wrong alignment on FGCharacterStat_Add"); \ static_assert(sizeof(FGCharacterStat_Add) == 0x000004, "Wrong size on FGCharacterStat_Add"); \ static_assert(offsetof(FGCharacterStat_Add, Value) == 0x000000, "Member 'FGCharacterStat_Add::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_AddPercent \ static_assert(alignof(FGCharacterStat_AddPercent) == 0x000004, "Wrong alignment on FGCharacterStat_AddPercent"); \ static_assert(sizeof(FGCharacterStat_AddPercent) == 0x000004, "Wrong size on FGCharacterStat_AddPercent"); \ static_assert(offsetof(FGCharacterStat_AddPercent, Value) == 0x000000, "Member 'FGCharacterStat_AddPercent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetCurrentSection \ static_assert(alignof(FGCharacterStat_GetCurrentSection) == 0x000001, "Wrong alignment on FGCharacterStat_GetCurrentSection"); \ static_assert(sizeof(FGCharacterStat_GetCurrentSection) == 0x000001, "Wrong size on FGCharacterStat_GetCurrentSection"); \ static_assert(offsetof(FGCharacterStat_GetCurrentSection, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetCurrentSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetLearnedVoidTechList \ static_assert(alignof(FGCharacterStat_GetLearnedVoidTechList) == 0x000008, "Wrong alignment on FGCharacterStat_GetLearnedVoidTechList"); \ static_assert(sizeof(FGCharacterStat_GetLearnedVoidTechList) == 0x000010, "Wrong size on FGCharacterStat_GetLearnedVoidTechList"); \ static_assert(offsetof(FGCharacterStat_GetLearnedVoidTechList, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetLearnedVoidTechList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetNextSection \ static_assert(alignof(FGCharacterStat_GetNextSection) == 0x000001, "Wrong alignment on FGCharacterStat_GetNextSection"); \ static_assert(sizeof(FGCharacterStat_GetNextSection) == 0x000001, "Wrong size on FGCharacterStat_GetNextSection"); \ static_assert(offsetof(FGCharacterStat_GetNextSection, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetNextSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetUIMaxValue \ static_assert(alignof(FGCharacterStat_GetUIMaxValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetUIMaxValue"); \ static_assert(sizeof(FGCharacterStat_GetUIMaxValue) == 0x000004, "Wrong size on FGCharacterStat_GetUIMaxValue"); \ static_assert(offsetof(FGCharacterStat_GetUIMaxValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetUIMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetUIMinValue \ static_assert(alignof(FGCharacterStat_GetUIMinValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetUIMinValue"); \ static_assert(sizeof(FGCharacterStat_GetUIMinValue) == 0x000004, "Wrong size on FGCharacterStat_GetUIMinValue"); \ static_assert(offsetof(FGCharacterStat_GetUIMinValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetUIMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetUIPercentageValue \ static_assert(alignof(FGCharacterStat_GetUIPercentageValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetUIPercentageValue"); \ static_assert(sizeof(FGCharacterStat_GetUIPercentageValue) == 0x000004, "Wrong size on FGCharacterStat_GetUIPercentageValue"); \ static_assert(offsetof(FGCharacterStat_GetUIPercentageValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetUIPercentageValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetUIValue \ static_assert(alignof(FGCharacterStat_GetUIValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetUIValue"); \ static_assert(sizeof(FGCharacterStat_GetUIValue) == 0x000004, "Wrong size on FGCharacterStat_GetUIValue"); \ static_assert(offsetof(FGCharacterStat_GetUIValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetUIValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetValueForPercentage \ static_assert(alignof(FGCharacterStat_GetValueForPercentage) == 0x000004, "Wrong alignment on FGCharacterStat_GetValueForPercentage"); \ static_assert(sizeof(FGCharacterStat_GetValueForPercentage) == 0x000008, "Wrong size on FGCharacterStat_GetValueForPercentage"); \ static_assert(offsetof(FGCharacterStat_GetValueForPercentage, Percentage) == 0x000000, "Member 'FGCharacterStat_GetValueForPercentage::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGCharacterStat_GetValueForPercentage, ReturnValue) == 0x000004, "Member 'FGCharacterStat_GetValueForPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_IsVoidTechLearned \ static_assert(alignof(FGCharacterStat_IsVoidTechLearned) == 0x000001, "Wrong alignment on FGCharacterStat_IsVoidTechLearned"); \ static_assert(sizeof(FGCharacterStat_IsVoidTechLearned) == 0x000002, "Wrong size on FGCharacterStat_IsVoidTechLearned"); \ static_assert(offsetof(FGCharacterStat_IsVoidTechLearned, VoidTechType) == 0x000000, "Member 'FGCharacterStat_IsVoidTechLearned::VoidTechType' has a wrong offset!"); \ static_assert(offsetof(FGCharacterStat_IsVoidTechLearned, ReturnValue) == 0x000001, "Member 'FGCharacterStat_IsVoidTechLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_ReinitializeMax \ static_assert(alignof(FGCharacterStat_ReinitializeMax) == 0x000004, "Wrong alignment on FGCharacterStat_ReinitializeMax"); \ static_assert(sizeof(FGCharacterStat_ReinitializeMax) == 0x000004, "Wrong size on FGCharacterStat_ReinitializeMax"); \ static_assert(offsetof(FGCharacterStat_ReinitializeMax, CustomValue) == 0x000000, "Member 'FGCharacterStat_ReinitializeMax::CustomValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_SetMax \ static_assert(alignof(FGCharacterStat_SetMax) == 0x000004, "Wrong alignment on FGCharacterStat_SetMax"); \ static_assert(sizeof(FGCharacterStat_SetMax) == 0x000004, "Wrong size on FGCharacterStat_SetMax"); \ static_assert(offsetof(FGCharacterStat_SetMax, Value) == 0x000000, "Member 'FGCharacterStat_SetMax::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_SetMin \ static_assert(alignof(FGCharacterStat_SetMin) == 0x000004, "Wrong alignment on FGCharacterStat_SetMin"); \ static_assert(sizeof(FGCharacterStat_SetMin) == 0x000004, "Wrong size on FGCharacterStat_SetMin"); \ static_assert(offsetof(FGCharacterStat_SetMin, Value) == 0x000000, "Member 'FGCharacterStat_SetMin::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_SetPercent \ static_assert(alignof(FGCharacterStat_SetPercent) == 0x000004, "Wrong alignment on FGCharacterStat_SetPercent"); \ static_assert(sizeof(FGCharacterStat_SetPercent) == 0x000004, "Wrong size on FGCharacterStat_SetPercent"); \ static_assert(offsetof(FGCharacterStat_SetPercent, Value) == 0x000000, "Member 'FGCharacterStat_SetPercent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_SetValue \ static_assert(alignof(FGCharacterStat_SetValue) == 0x000004, "Wrong alignment on FGCharacterStat_SetValue"); \ static_assert(sizeof(FGCharacterStat_SetValue) == 0x000004, "Wrong size on FGCharacterStat_SetValue"); \ static_assert(offsetof(FGCharacterStat_SetValue, Value) == 0x000000, "Member 'FGCharacterStat_SetValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Substract \ static_assert(alignof(FGCharacterStat_Substract) == 0x000004, "Wrong alignment on FGCharacterStat_Substract"); \ static_assert(sizeof(FGCharacterStat_Substract) == 0x000004, "Wrong size on FGCharacterStat_Substract"); \ static_assert(offsetof(FGCharacterStat_Substract, Value) == 0x000000, "Member 'FGCharacterStat_Substract::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetDefaultMaxValue \ static_assert(alignof(FGCharacterStat_GetDefaultMaxValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetDefaultMaxValue"); \ static_assert(sizeof(FGCharacterStat_GetDefaultMaxValue) == 0x000004, "Wrong size on FGCharacterStat_GetDefaultMaxValue"); \ static_assert(offsetof(FGCharacterStat_GetDefaultMaxValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetDefaultMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetDefaultValue \ static_assert(alignof(FGCharacterStat_GetDefaultValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetDefaultValue"); \ static_assert(sizeof(FGCharacterStat_GetDefaultValue) == 0x000004, "Wrong size on FGCharacterStat_GetDefaultValue"); \ static_assert(offsetof(FGCharacterStat_GetDefaultValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetDefaultValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetMaxValue \ static_assert(alignof(FGCharacterStat_GetMaxValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetMaxValue"); \ static_assert(sizeof(FGCharacterStat_GetMaxValue) == 0x000004, "Wrong size on FGCharacterStat_GetMaxValue"); \ static_assert(offsetof(FGCharacterStat_GetMaxValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetMinValue \ static_assert(alignof(FGCharacterStat_GetMinValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetMinValue"); \ static_assert(sizeof(FGCharacterStat_GetMinValue) == 0x000004, "Wrong size on FGCharacterStat_GetMinValue"); \ static_assert(offsetof(FGCharacterStat_GetMinValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetPercentageValue \ static_assert(alignof(FGCharacterStat_GetPercentageValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetPercentageValue"); \ static_assert(sizeof(FGCharacterStat_GetPercentageValue) == 0x000004, "Wrong size on FGCharacterStat_GetPercentageValue"); \ static_assert(offsetof(FGCharacterStat_GetPercentageValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetPercentageValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_GetValue \ static_assert(alignof(FGCharacterStat_GetValue) == 0x000004, "Wrong alignment on FGCharacterStat_GetValue"); \ static_assert(sizeof(FGCharacterStat_GetValue) == 0x000004, "Wrong size on FGCharacterStat_GetValue"); \ static_assert(offsetof(FGCharacterStat_GetValue, ReturnValue) == 0x000000, "Member 'FGCharacterStat_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterStat \ static_assert(alignof(UFGCharacterStat) == 0x000008, "Wrong alignment on UFGCharacterStat"); \ static_assert(sizeof(UFGCharacterStat) == 0x000150, "Wrong size on UFGCharacterStat"); \ static_assert(offsetof(UFGCharacterStat, _value) == 0x0000C0, "Member 'UFGCharacterStat::_value' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, _cachedValue) == 0x0000C4, "Member 'UFGCharacterStat::_cachedValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, _valueRounded) == 0x0000C8, "Member 'UFGCharacterStat::_valueRounded' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, lastReplicatedValue) == 0x0000CC, "Member 'UFGCharacterStat::lastReplicatedValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, _percentageValue) == 0x0000D0, "Member 'UFGCharacterStat::_percentageValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bMaxValueInitialized) == 0x0000D4, "Member 'UFGCharacterStat::bMaxValueInitialized' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, DefaultValue) == 0x0000D8, "Member 'UFGCharacterStat::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, MinValue) == 0x0000DC, "Member 'UFGCharacterStat::MinValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, MaxValue) == 0x0000E0, "Member 'UFGCharacterStat::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, DefaultMaxValue) == 0x0000E4, "Member 'UFGCharacterStat::DefaultMaxValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, ownerCharacter) == 0x0000E8, "Member 'UFGCharacterStat::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, ownerPlayerCharacter) == 0x0000F0, "Member 'UFGCharacterStat::ownerPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, effectsReady) == 0x0000F8, "Member 'UFGCharacterStat::effectsReady' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bDontClampMax) == 0x0000F9, "Member 'UFGCharacterStat::bDontClampMax' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bAllowClientSetValue) == 0x0000FA, "Member 'UFGCharacterStat::bAllowClientSetValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bRoundReplicationValueToTenths) == 0x0000FB, "Member 'UFGCharacterStat::bRoundReplicationValueToTenths' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, FOnValueChanged) == 0x000100, "Member 'UFGCharacterStat::FOnValueChanged' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, Debuffs) == 0x000110, "Member 'UFGCharacterStat::Debuffs' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, LearnedVoidTechList) == 0x000120, "Member 'UFGCharacterStat::LearnedVoidTechList' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, OnVoidTechLearned) == 0x000130, "Member 'UFGCharacterStat::OnVoidTechLearned' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bCalculateCharacterStatSections) == 0x000140, "Member 'UFGCharacterStat::bCalculateCharacterStatSections' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, bCalculateCharacterStatSectionsOnlyForPlayerCharacter) == 0x000141, "Member 'UFGCharacterStat::bCalculateCharacterStatSectionsOnlyForPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, CharacterStatSection) == 0x000142, "Member 'UFGCharacterStat::CharacterStatSection' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, SecondCharacterStatSectionValue) == 0x000144, "Member 'UFGCharacterStat::SecondCharacterStatSectionValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, ThirdCharacterStatSectionValue) == 0x000148, "Member 'UFGCharacterStat::ThirdCharacterStatSectionValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat, FourthCharacterStatSectionValue) == 0x00014C, "Member 'UFGCharacterStat::FourthCharacterStatSectionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanPlaceAt \ static_assert(alignof(FGInventoryComponent_CanPlaceAt) == 0x000008, "Wrong alignment on FGInventoryComponent_CanPlaceAt"); \ static_assert(sizeof(FGInventoryComponent_CanPlaceAt) == 0x000028, "Wrong size on FGInventoryComponent_CanPlaceAt"); \ static_assert(offsetof(FGInventoryComponent_CanPlaceAt, Placeholder) == 0x000000, "Member 'FGInventoryComponent_CanPlaceAt::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanPlaceAt, X) == 0x000008, "Member 'FGInventoryComponent_CanPlaceAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanPlaceAt, Y) == 0x00000C, "Member 'FGInventoryComponent_CanPlaceAt::Y' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanPlaceAt, bSuccess) == 0x000010, "Member 'FGInventoryComponent_CanPlaceAt::bSuccess' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanPlaceAt, ReturnValue) == 0x000018, "Member 'FGInventoryComponent_CanPlaceAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanReplaceAt \ static_assert(alignof(FGInventoryComponent_CanReplaceAt) == 0x000008, "Wrong alignment on FGInventoryComponent_CanReplaceAt"); \ static_assert(sizeof(FGInventoryComponent_CanReplaceAt) == 0x000020, "Wrong size on FGInventoryComponent_CanReplaceAt"); \ static_assert(offsetof(FGInventoryComponent_CanReplaceAt, Placeholder) == 0x000000, "Member 'FGInventoryComponent_CanReplaceAt::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanReplaceAt, TargetPlaceholder) == 0x000008, "Member 'FGInventoryComponent_CanReplaceAt::TargetPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanReplaceAt, X) == 0x000010, "Member 'FGInventoryComponent_CanReplaceAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanReplaceAt, Y) == 0x000014, "Member 'FGInventoryComponent_CanReplaceAt::Y' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanReplaceAt, ReturnValue) == 0x000018, "Member 'FGInventoryComponent_CanReplaceAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanStackCountEntireInventory \ static_assert(alignof(FGInventoryComponent_CanStackCountEntireInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_CanStackCountEntireInventory"); \ static_assert(sizeof(FGInventoryComponent_CanStackCountEntireInventory) == 0x000010, "Wrong size on FGInventoryComponent_CanStackCountEntireInventory"); \ static_assert(offsetof(FGInventoryComponent_CanStackCountEntireInventory, Placeholder) == 0x000000, "Member 'FGInventoryComponent_CanStackCountEntireInventory::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanStackCountEntireInventory, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_CanStackCountEntireInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanStackCountWith \ static_assert(alignof(FGInventoryComponent_CanStackCountWith) == 0x000008, "Wrong alignment on FGInventoryComponent_CanStackCountWith"); \ static_assert(sizeof(FGInventoryComponent_CanStackCountWith) == 0x000018, "Wrong size on FGInventoryComponent_CanStackCountWith"); \ static_assert(offsetof(FGInventoryComponent_CanStackCountWith, Placeholder) == 0x000000, "Member 'FGInventoryComponent_CanStackCountWith::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanStackCountWith, TargetPlaceholder) == 0x000008, "Member 'FGInventoryComponent_CanStackCountWith::TargetPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanStackCountWith, ReturnValue) == 0x000010, "Member 'FGInventoryComponent_CanStackCountWith::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanStoreAnyFromInventory \ static_assert(alignof(FGInventoryComponent_CanStoreAnyFromInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_CanStoreAnyFromInventory"); \ static_assert(sizeof(FGInventoryComponent_CanStoreAnyFromInventory) == 0x000010, "Wrong size on FGInventoryComponent_CanStoreAnyFromInventory"); \ static_assert(offsetof(FGInventoryComponent_CanStoreAnyFromInventory, SourceInventory) == 0x000000, "Member 'FGInventoryComponent_CanStoreAnyFromInventory::SourceInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanStoreAnyFromInventory, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_CanStoreAnyFromInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CanStoreByMatchingTypeFrom \ static_assert(alignof(FGInventoryComponent_CanStoreByMatchingTypeFrom) == 0x000008, "Wrong alignment on FGInventoryComponent_CanStoreByMatchingTypeFrom"); \ static_assert(sizeof(FGInventoryComponent_CanStoreByMatchingTypeFrom) == 0x000010, "Wrong size on FGInventoryComponent_CanStoreByMatchingTypeFrom"); \ static_assert(offsetof(FGInventoryComponent_CanStoreByMatchingTypeFrom, FromInventory) == 0x000000, "Member 'FGInventoryComponent_CanStoreByMatchingTypeFrom::FromInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_CanStoreByMatchingTypeFrom, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_CanStoreByMatchingTypeFrom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_CompactInventory \ static_assert(alignof(FGInventoryComponent_CompactInventory) == 0x000004, "Wrong alignment on FGInventoryComponent_CompactInventory"); \ static_assert(sizeof(FGInventoryComponent_CompactInventory) == 0x000004, "Wrong size on FGInventoryComponent_CompactInventory"); \ static_assert(offsetof(FGInventoryComponent_CompactInventory, PageIndex) == 0x000000, "Member 'FGInventoryComponent_CompactInventory::PageIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetLayoutData \ static_assert(alignof(FGInventoryComponent_GetLayoutData) == 0x000008, "Wrong alignment on FGInventoryComponent_GetLayoutData"); \ static_assert(sizeof(FGInventoryComponent_GetLayoutData) == 0x000010, "Wrong size on FGInventoryComponent_GetLayoutData"); \ static_assert(offsetof(FGInventoryComponent_GetLayoutData, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetLayoutData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetLayoutSize \ static_assert(alignof(FGInventoryComponent_GetLayoutSize) == 0x000004, "Wrong alignment on FGInventoryComponent_GetLayoutSize"); \ static_assert(sizeof(FGInventoryComponent_GetLayoutSize) == 0x000008, "Wrong size on FGInventoryComponent_GetLayoutSize"); \ static_assert(offsetof(FGInventoryComponent_GetLayoutSize, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetLayoutSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetPlaceholderInfoAt \ static_assert(alignof(FGInventoryComponent_GetPlaceholderInfoAt) == 0x000008, "Wrong alignment on FGInventoryComponent_GetPlaceholderInfoAt"); \ static_assert(sizeof(FGInventoryComponent_GetPlaceholderInfoAt) == 0x000020, "Wrong size on FGInventoryComponent_GetPlaceholderInfoAt"); \ static_assert(offsetof(FGInventoryComponent_GetPlaceholderInfoAt, X) == 0x000000, "Member 'FGInventoryComponent_GetPlaceholderInfoAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_GetPlaceholderInfoAt, Y) == 0x000004, "Member 'FGInventoryComponent_GetPlaceholderInfoAt::Y' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_GetPlaceholderInfoAt, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_GetPlaceholderInfoAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetTotalItemsCount \ static_assert(alignof(FGInventoryComponent_GetTotalItemsCount) == 0x000004, "Wrong alignment on FGInventoryComponent_GetTotalItemsCount"); \ static_assert(sizeof(FGInventoryComponent_GetTotalItemsCount) == 0x000004, "Wrong size on FGInventoryComponent_GetTotalItemsCount"); \ static_assert(offsetof(FGInventoryComponent_GetTotalItemsCount, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetTotalItemsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_LoadFromSave \ static_assert(alignof(FGInventoryComponent_LoadFromSave) == 0x000008, "Wrong alignment on FGInventoryComponent_LoadFromSave"); \ static_assert(sizeof(FGInventoryComponent_LoadFromSave) == 0x000018, "Wrong size on FGInventoryComponent_LoadFromSave"); \ static_assert(offsetof(FGInventoryComponent_LoadFromSave, SaveData) == 0x000000, "Member 'FGInventoryComponent_LoadFromSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_MoveToOtherInventory \ static_assert(alignof(FGInventoryComponent_MoveToOtherInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_MoveToOtherInventory"); \ static_assert(sizeof(FGInventoryComponent_MoveToOtherInventory) == 0x000018, "Wrong size on FGInventoryComponent_MoveToOtherInventory"); \ static_assert(offsetof(FGInventoryComponent_MoveToOtherInventory, Placeholder) == 0x000000, "Member 'FGInventoryComponent_MoveToOtherInventory::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_MoveToOtherInventory, OtherInventory) == 0x000008, "Member 'FGInventoryComponent_MoveToOtherInventory::OtherInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_MoveToOtherInventory, Count) == 0x000010, "Member 'FGInventoryComponent_MoveToOtherInventory::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_PlaceAt \ static_assert(alignof(FGInventoryComponent_PlaceAt) == 0x000008, "Wrong alignment on FGInventoryComponent_PlaceAt"); \ static_assert(sizeof(FGInventoryComponent_PlaceAt) == 0x000010, "Wrong size on FGInventoryComponent_PlaceAt"); \ static_assert(offsetof(FGInventoryComponent_PlaceAt, Placeholder) == 0x000000, "Member 'FGInventoryComponent_PlaceAt::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_PlaceAt, X) == 0x000008, "Member 'FGInventoryComponent_PlaceAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_PlaceAt, Y) == 0x00000C, "Member 'FGInventoryComponent_PlaceAt::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_PutPlaceholderFromOther \ static_assert(alignof(FGInventoryComponent_PutPlaceholderFromOther) == 0x000008, "Wrong alignment on FGInventoryComponent_PutPlaceholderFromOther"); \ static_assert(sizeof(FGInventoryComponent_PutPlaceholderFromOther) == 0x000010, "Wrong size on FGInventoryComponent_PutPlaceholderFromOther"); \ static_assert(offsetof(FGInventoryComponent_PutPlaceholderFromOther, InPlaceholder) == 0x000000, "Member 'FGInventoryComponent_PutPlaceholderFromOther::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_PutPlaceholderFromOther, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_PutPlaceholderFromOther::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ReplaceFromClass \ static_assert(alignof(FGInventoryComponent_ReplaceFromClass) == 0x000008, "Wrong alignment on FGInventoryComponent_ReplaceFromClass"); \ static_assert(sizeof(FGInventoryComponent_ReplaceFromClass) == 0x000018, "Wrong size on FGInventoryComponent_ReplaceFromClass"); \ static_assert(offsetof(FGInventoryComponent_ReplaceFromClass, Placeholder) == 0x000000, "Member 'FGInventoryComponent_ReplaceFromClass::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ReplaceFromClass, ItemType) == 0x000008, "Member 'FGInventoryComponent_ReplaceFromClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ReplaceFromClass, Count) == 0x000010, "Member 'FGInventoryComponent_ReplaceFromClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_Save \ static_assert(alignof(FGInventoryComponent_Save) == 0x000008, "Wrong alignment on FGInventoryComponent_Save"); \ static_assert(sizeof(FGInventoryComponent_Save) == 0x000018, "Wrong size on FGInventoryComponent_Save"); \ static_assert(offsetof(FGInventoryComponent_Save, SaveData) == 0x000000, "Member 'FGInventoryComponent_Save::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerCompactInventory \ static_assert(alignof(FGInventoryComponent_ServerCompactInventory) == 0x000004, "Wrong alignment on FGInventoryComponent_ServerCompactInventory"); \ static_assert(sizeof(FGInventoryComponent_ServerCompactInventory) == 0x000004, "Wrong size on FGInventoryComponent_ServerCompactInventory"); \ static_assert(offsetof(FGInventoryComponent_ServerCompactInventory, PageIndex) == 0x000000, "Member 'FGInventoryComponent_ServerCompactInventory::PageIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerMoveToOtherInventory \ static_assert(alignof(FGInventoryComponent_ServerMoveToOtherInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_ServerMoveToOtherInventory"); \ static_assert(sizeof(FGInventoryComponent_ServerMoveToOtherInventory) == 0x000018, "Wrong size on FGInventoryComponent_ServerMoveToOtherInventory"); \ static_assert(offsetof(FGInventoryComponent_ServerMoveToOtherInventory, Placeholder) == 0x000000, "Member 'FGInventoryComponent_ServerMoveToOtherInventory::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerMoveToOtherInventory, OtherInventory) == 0x000008, "Member 'FGInventoryComponent_ServerMoveToOtherInventory::OtherInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerMoveToOtherInventory, Count) == 0x000010, "Member 'FGInventoryComponent_ServerMoveToOtherInventory::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerPlaceAt \ static_assert(alignof(FGInventoryComponent_ServerPlaceAt) == 0x000008, "Wrong alignment on FGInventoryComponent_ServerPlaceAt"); \ static_assert(sizeof(FGInventoryComponent_ServerPlaceAt) == 0x000010, "Wrong size on FGInventoryComponent_ServerPlaceAt"); \ static_assert(offsetof(FGInventoryComponent_ServerPlaceAt, Placeholder) == 0x000000, "Member 'FGInventoryComponent_ServerPlaceAt::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerPlaceAt, X) == 0x000008, "Member 'FGInventoryComponent_ServerPlaceAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerPlaceAt, Y) == 0x00000C, "Member 'FGInventoryComponent_ServerPlaceAt::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerSetSize \ static_assert(alignof(FGInventoryComponent_ServerSetSize) == 0x000004, "Wrong alignment on FGInventoryComponent_ServerSetSize"); \ static_assert(sizeof(FGInventoryComponent_ServerSetSize) == 0x000008, "Wrong size on FGInventoryComponent_ServerSetSize"); \ static_assert(offsetof(FGInventoryComponent_ServerSetSize, H) == 0x000000, "Member 'FGInventoryComponent_ServerSetSize::H' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerSetSize, V) == 0x000004, "Member 'FGInventoryComponent_ServerSetSize::V' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerStackAndMoveToInventory \ static_assert(alignof(FGInventoryComponent_ServerStackAndMoveToInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_ServerStackAndMoveToInventory"); \ static_assert(sizeof(FGInventoryComponent_ServerStackAndMoveToInventory) == 0x000008, "Wrong size on FGInventoryComponent_ServerStackAndMoveToInventory"); \ static_assert(offsetof(FGInventoryComponent_ServerStackAndMoveToInventory, Placeholder) == 0x000000, "Member 'FGInventoryComponent_ServerStackAndMoveToInventory::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerStackWith \ static_assert(alignof(FGInventoryComponent_ServerStackWith) == 0x000008, "Wrong alignment on FGInventoryComponent_ServerStackWith"); \ static_assert(sizeof(FGInventoryComponent_ServerStackWith) == 0x000010, "Wrong size on FGInventoryComponent_ServerStackWith"); \ static_assert(offsetof(FGInventoryComponent_ServerStackWith, Placeholder) == 0x000000, "Member 'FGInventoryComponent_ServerStackWith::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerStackWith, TargetPlaceholder) == 0x000008, "Member 'FGInventoryComponent_ServerStackWith::TargetPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_ServerTransferFromInventory \ static_assert(alignof(FGInventoryComponent_ServerTransferFromInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_ServerTransferFromInventory"); \ static_assert(sizeof(FGInventoryComponent_ServerTransferFromInventory) == 0x000010, "Wrong size on FGInventoryComponent_ServerTransferFromInventory"); \ static_assert(offsetof(FGInventoryComponent_ServerTransferFromInventory, FromInventory) == 0x000000, "Member 'FGInventoryComponent_ServerTransferFromInventory::FromInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_ServerTransferFromInventory, bShouldMatchType) == 0x000008, "Member 'FGInventoryComponent_ServerTransferFromInventory::bShouldMatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_SetExtendInventoryComponent \ static_assert(alignof(FGInventoryComponent_SetExtendInventoryComponent) == 0x000008, "Wrong alignment on FGInventoryComponent_SetExtendInventoryComponent"); \ static_assert(sizeof(FGInventoryComponent_SetExtendInventoryComponent) == 0x000008, "Wrong size on FGInventoryComponent_SetExtendInventoryComponent"); \ static_assert(offsetof(FGInventoryComponent_SetExtendInventoryComponent, InventoryComponent) == 0x000000, "Member 'FGInventoryComponent_SetExtendInventoryComponent::InventoryComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_SetSize \ static_assert(alignof(FGInventoryComponent_SetSize) == 0x000004, "Wrong alignment on FGInventoryComponent_SetSize"); \ static_assert(sizeof(FGInventoryComponent_SetSize) == 0x000008, "Wrong size on FGInventoryComponent_SetSize"); \ static_assert(offsetof(FGInventoryComponent_SetSize, H) == 0x000000, "Member 'FGInventoryComponent_SetSize::H' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_SetSize, V) == 0x000004, "Member 'FGInventoryComponent_SetSize::V' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_StackAndMoveToInventory \ static_assert(alignof(FGInventoryComponent_StackAndMoveToInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_StackAndMoveToInventory"); \ static_assert(sizeof(FGInventoryComponent_StackAndMoveToInventory) == 0x000010, "Wrong size on FGInventoryComponent_StackAndMoveToInventory"); \ static_assert(offsetof(FGInventoryComponent_StackAndMoveToInventory, Placeholder) == 0x000000, "Member 'FGInventoryComponent_StackAndMoveToInventory::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_StackAndMoveToInventory, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_StackAndMoveToInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_StackWith \ static_assert(alignof(FGInventoryComponent_StackWith) == 0x000008, "Wrong alignment on FGInventoryComponent_StackWith"); \ static_assert(sizeof(FGInventoryComponent_StackWith) == 0x000010, "Wrong size on FGInventoryComponent_StackWith"); \ static_assert(offsetof(FGInventoryComponent_StackWith, Placeholder) == 0x000000, "Member 'FGInventoryComponent_StackWith::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_StackWith, TargetPlaceholder) == 0x000008, "Member 'FGInventoryComponent_StackWith::TargetPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_TransferFromInventory \ static_assert(alignof(FGInventoryComponent_TransferFromInventory) == 0x000008, "Wrong alignment on FGInventoryComponent_TransferFromInventory"); \ static_assert(sizeof(FGInventoryComponent_TransferFromInventory) == 0x000010, "Wrong size on FGInventoryComponent_TransferFromInventory"); \ static_assert(offsetof(FGInventoryComponent_TransferFromInventory, FromInventory) == 0x000000, "Member 'FGInventoryComponent_TransferFromInventory::FromInventory' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_TransferFromInventory, bShouldMatchType) == 0x000008, "Member 'FGInventoryComponent_TransferFromInventory::bShouldMatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetConsumableClasses \ static_assert(alignof(FGInventoryComponent_GetConsumableClasses) == 0x000008, "Wrong alignment on FGInventoryComponent_GetConsumableClasses"); \ static_assert(sizeof(FGInventoryComponent_GetConsumableClasses) == 0x000050, "Wrong size on FGInventoryComponent_GetConsumableClasses"); \ static_assert(offsetof(FGInventoryComponent_GetConsumableClasses, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetConsumableClasses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetExtendInventoryComponent \ static_assert(alignof(FGInventoryComponent_GetExtendInventoryComponent) == 0x000008, "Wrong alignment on FGInventoryComponent_GetExtendInventoryComponent"); \ static_assert(sizeof(FGInventoryComponent_GetExtendInventoryComponent) == 0x000008, "Wrong size on FGInventoryComponent_GetExtendInventoryComponent"); \ static_assert(offsetof(FGInventoryComponent_GetExtendInventoryComponent, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetExtendInventoryComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetItemPlaceholders \ static_assert(alignof(FGInventoryComponent_GetItemPlaceholders) == 0x000008, "Wrong alignment on FGInventoryComponent_GetItemPlaceholders"); \ static_assert(sizeof(FGInventoryComponent_GetItemPlaceholders) == 0x000018, "Wrong size on FGInventoryComponent_GetItemPlaceholders"); \ static_assert(offsetof(FGInventoryComponent_GetItemPlaceholders, PageIndex) == 0x000000, "Member 'FGInventoryComponent_GetItemPlaceholders::PageIndex' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_GetItemPlaceholders, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_GetItemPlaceholders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetLayoutIDAt \ static_assert(alignof(FGInventoryComponent_GetLayoutIDAt) == 0x000004, "Wrong alignment on FGInventoryComponent_GetLayoutIDAt"); \ static_assert(sizeof(FGInventoryComponent_GetLayoutIDAt) == 0x00000C, "Wrong size on FGInventoryComponent_GetLayoutIDAt"); \ static_assert(offsetof(FGInventoryComponent_GetLayoutIDAt, X) == 0x000000, "Member 'FGInventoryComponent_GetLayoutIDAt::X' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_GetLayoutIDAt, Y) == 0x000004, "Member 'FGInventoryComponent_GetLayoutIDAt::Y' has a wrong offset!"); \ static_assert(offsetof(FGInventoryComponent_GetLayoutIDAt, ReturnValue) == 0x000008, "Member 'FGInventoryComponent_GetLayoutIDAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetOutlyingItems \ static_assert(alignof(FGInventoryComponent_GetOutlyingItems) == 0x000008, "Wrong alignment on FGInventoryComponent_GetOutlyingItems"); \ static_assert(sizeof(FGInventoryComponent_GetOutlyingItems) == 0x000010, "Wrong size on FGInventoryComponent_GetOutlyingItems"); \ static_assert(offsetof(FGInventoryComponent_GetOutlyingItems, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetOutlyingItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetPagesCount \ static_assert(alignof(FGInventoryComponent_GetPagesCount) == 0x000004, "Wrong alignment on FGInventoryComponent_GetPagesCount"); \ static_assert(sizeof(FGInventoryComponent_GetPagesCount) == 0x000004, "Wrong size on FGInventoryComponent_GetPagesCount"); \ static_assert(offsetof(FGInventoryComponent_GetPagesCount, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetPagesCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetSize \ static_assert(alignof(FGInventoryComponent_GetSize) == 0x000004, "Wrong alignment on FGInventoryComponent_GetSize"); \ static_assert(sizeof(FGInventoryComponent_GetSize) == 0x000008, "Wrong size on FGInventoryComponent_GetSize"); \ static_assert(offsetof(FGInventoryComponent_GetSize, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetStoredItemTypes \ static_assert(alignof(FGInventoryComponent_GetStoredItemTypes) == 0x000008, "Wrong alignment on FGInventoryComponent_GetStoredItemTypes"); \ static_assert(sizeof(FGInventoryComponent_GetStoredItemTypes) == 0x000050, "Wrong size on FGInventoryComponent_GetStoredItemTypes"); \ static_assert(offsetof(FGInventoryComponent_GetStoredItemTypes, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetStoredItemTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryComponent_GetWeaponModules \ static_assert(alignof(FGInventoryComponent_GetWeaponModules) == 0x000008, "Wrong alignment on FGInventoryComponent_GetWeaponModules"); \ static_assert(sizeof(FGInventoryComponent_GetWeaponModules) == 0x000050, "Wrong size on FGInventoryComponent_GetWeaponModules"); \ static_assert(offsetof(FGInventoryComponent_GetWeaponModules, ReturnValue) == 0x000000, "Member 'FGInventoryComponent_GetWeaponModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInventoryComponent \ static_assert(alignof(UFGInventoryComponent) == 0x000008, "Wrong alignment on UFGInventoryComponent"); \ static_assert(sizeof(UFGInventoryComponent) == 0x000278, "Wrong size on UFGInventoryComponent"); \ static_assert(offsetof(UFGInventoryComponent, LayoutData) == 0x0000F0, "Member 'UFGInventoryComponent::LayoutData' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, HSize) == 0x000100, "Member 'UFGInventoryComponent::HSize' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, VSize) == 0x000101, "Member 'UFGInventoryComponent::VSize' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, Layout) == 0x000108, "Member 'UFGInventoryComponent::Layout' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, bAllowHeavyItems) == 0x000118, "Member 'UFGInventoryComponent::bAllowHeavyItems' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, bInfiniteSize) == 0x000119, "Member 'UFGInventoryComponent::bInfiniteSize' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, bDebugLayout) == 0x00011A, "Member 'UFGInventoryComponent::bDebugLayout' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, OnStructureUpdate) == 0x000120, "Member 'UFGInventoryComponent::OnStructureUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, OnContentCacheUpdate) == 0x000130, "Member 'UFGInventoryComponent::OnContentCacheUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, ItemPlaceholders) == 0x000148, "Member 'UFGInventoryComponent::ItemPlaceholders' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, ItemPlaceholdersEnsureCounter) == 0x000158, "Member 'UFGInventoryComponent::ItemPlaceholdersEnsureCounter' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, ContentClassesCount) == 0x000170, "Member 'UFGInventoryComponent::ContentClassesCount' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, CounsumableClasses) == 0x0001C0, "Member 'UFGInventoryComponent::CounsumableClasses' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, WeaponModules) == 0x000210, "Member 'UFGInventoryComponent::WeaponModules' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, TotalItemsCount) == 0x000260, "Member 'UFGInventoryComponent::TotalItemsCount' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, ExtendInventoryComponent) == 0x000268, "Member 'UFGInventoryComponent::ExtendInventoryComponent' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryComponent, CanRofleemoTakeFood) == 0x000270, "Member 'UFGInventoryComponent::CanRofleemoTakeFood' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGFlatInventoryComponent_GetPlaceholderInfoByIndex \ static_assert(alignof(FGFlatInventoryComponent_GetPlaceholderInfoByIndex) == 0x000008, "Wrong alignment on FGFlatInventoryComponent_GetPlaceholderInfoByIndex"); \ static_assert(sizeof(FGFlatInventoryComponent_GetPlaceholderInfoByIndex) == 0x000028, "Wrong size on FGFlatInventoryComponent_GetPlaceholderInfoByIndex"); \ static_assert(offsetof(FGFlatInventoryComponent_GetPlaceholderInfoByIndex, Index_0) == 0x000000, "Member 'FGFlatInventoryComponent_GetPlaceholderInfoByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGFlatInventoryComponent_GetPlaceholderInfoByIndex, PlaceholderInfo) == 0x000008, "Member 'FGFlatInventoryComponent_GetPlaceholderInfoByIndex::PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(FGFlatInventoryComponent_GetPlaceholderInfoByIndex, ReturnValue) == 0x000020, "Member 'FGFlatInventoryComponent_GetPlaceholderInfoByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGFlatInventoryComponent_ServerSwapPlaceholderByIndex \ static_assert(alignof(FGFlatInventoryComponent_ServerSwapPlaceholderByIndex) == 0x000004, "Wrong alignment on FGFlatInventoryComponent_ServerSwapPlaceholderByIndex"); \ static_assert(sizeof(FGFlatInventoryComponent_ServerSwapPlaceholderByIndex) == 0x000008, "Wrong size on FGFlatInventoryComponent_ServerSwapPlaceholderByIndex"); \ static_assert(offsetof(FGFlatInventoryComponent_ServerSwapPlaceholderByIndex, SourceIndex) == 0x000000, "Member 'FGFlatInventoryComponent_ServerSwapPlaceholderByIndex::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(FGFlatInventoryComponent_ServerSwapPlaceholderByIndex, TargetIndex) == 0x000004, "Member 'FGFlatInventoryComponent_ServerSwapPlaceholderByIndex::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGFlatInventoryComponent_SwapPlaceholderByIndex \ static_assert(alignof(FGFlatInventoryComponent_SwapPlaceholderByIndex) == 0x000004, "Wrong alignment on FGFlatInventoryComponent_SwapPlaceholderByIndex"); \ static_assert(sizeof(FGFlatInventoryComponent_SwapPlaceholderByIndex) == 0x000008, "Wrong size on FGFlatInventoryComponent_SwapPlaceholderByIndex"); \ static_assert(offsetof(FGFlatInventoryComponent_SwapPlaceholderByIndex, SourceIndex) == 0x000000, "Member 'FGFlatInventoryComponent_SwapPlaceholderByIndex::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(FGFlatInventoryComponent_SwapPlaceholderByIndex, TargetIndex) == 0x000004, "Member 'FGFlatInventoryComponent_SwapPlaceholderByIndex::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGFlatInventoryComponent \ static_assert(alignof(UFGFlatInventoryComponent) == 0x000008, "Wrong alignment on UFGFlatInventoryComponent"); \ static_assert(sizeof(UFGFlatInventoryComponent) == 0x000278, "Wrong size on UFGFlatInventoryComponent"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Armor_RepairSegment \ static_assert(alignof(FGCharacterStat_Armor_RepairSegment) == 0x000001, "Wrong alignment on FGCharacterStat_Armor_RepairSegment"); \ static_assert(sizeof(FGCharacterStat_Armor_RepairSegment) == 0x000001, "Wrong size on FGCharacterStat_Armor_RepairSegment"); \ static_assert(offsetof(FGCharacterStat_Armor_RepairSegment, ReturnValue) == 0x000000, "Member 'FGCharacterStat_Armor_RepairSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Armor_UpdateArmourItem \ static_assert(alignof(FGCharacterStat_Armor_UpdateArmourItem) == 0x000008, "Wrong alignment on FGCharacterStat_Armor_UpdateArmourItem"); \ static_assert(sizeof(FGCharacterStat_Armor_UpdateArmourItem) == 0x000008, "Wrong size on FGCharacterStat_Armor_UpdateArmourItem"); \ static_assert(offsetof(FGCharacterStat_Armor_UpdateArmourItem, Overalls) == 0x000000, "Member 'FGCharacterStat_Armor_UpdateArmourItem::Overalls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterStat_Armor \ static_assert(alignof(UFGCharacterStat_Armor) == 0x000008, "Wrong alignment on UFGCharacterStat_Armor"); \ static_assert(sizeof(UFGCharacterStat_Armor) == 0x000168, "Wrong size on UFGCharacterStat_Armor"); \ static_assert(offsetof(UFGCharacterStat_Armor, ArmourPerSegment) == 0x000150, "Member 'UFGCharacterStat_Armor::ArmourPerSegment' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Armor, MaximumActiveSegments) == 0x000154, "Member 'UFGCharacterStat_Armor::MaximumActiveSegments' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Armor, BonusRepairPercentage) == 0x000158, "Member 'UFGCharacterStat_Armor::BonusRepairPercentage' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Armor, CachedOveralls) == 0x000160, "Member 'UFGCharacterStat_Armor::CachedOveralls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameDifficultySubsystem_GetSettings \ static_assert(alignof(FGGameDifficultySubsystem_GetSettings) == 0x000004, "Wrong alignment on FGGameDifficultySubsystem_GetSettings"); \ static_assert(sizeof(FGGameDifficultySubsystem_GetSettings) == 0x00003C, "Wrong size on FGGameDifficultySubsystem_GetSettings"); \ static_assert(offsetof(FGGameDifficultySubsystem_GetSettings, ReturnValue) == 0x000000, "Member 'FGGameDifficultySubsystem_GetSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameDifficultySubsystem_GetSettingsFromSave \ static_assert(alignof(FGGameDifficultySubsystem_GetSettingsFromSave) == 0x000008, "Wrong alignment on FGGameDifficultySubsystem_GetSettingsFromSave"); \ static_assert(sizeof(FGGameDifficultySubsystem_GetSettingsFromSave) == 0x000058, "Wrong size on FGGameDifficultySubsystem_GetSettingsFromSave"); \ static_assert(offsetof(FGGameDifficultySubsystem_GetSettingsFromSave, GameDifficultySettings) == 0x000000, "Member 'FGGameDifficultySubsystem_GetSettingsFromSave::GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(FGGameDifficultySubsystem_GetSettingsFromSave, SaveName) == 0x000040, "Member 'FGGameDifficultySubsystem_GetSettingsFromSave::SaveName' has a wrong offset!"); \ static_assert(offsetof(FGGameDifficultySubsystem_GetSettingsFromSave, ReturnValue) == 0x000050, "Member 'FGGameDifficultySubsystem_GetSettingsFromSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameDifficultySubsystem_SaveSettings \ static_assert(alignof(FGGameDifficultySubsystem_SaveSettings) == 0x000008, "Wrong alignment on FGGameDifficultySubsystem_SaveSettings"); \ static_assert(sizeof(FGGameDifficultySubsystem_SaveSettings) == 0x000058, "Wrong size on FGGameDifficultySubsystem_SaveSettings"); \ static_assert(offsetof(FGGameDifficultySubsystem_SaveSettings, GameDifficultySettings) == 0x000000, "Member 'FGGameDifficultySubsystem_SaveSettings::GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(FGGameDifficultySubsystem_SaveSettings, SaveName) == 0x000040, "Member 'FGGameDifficultySubsystem_SaveSettings::SaveName' has a wrong offset!"); \ static_assert(offsetof(FGGameDifficultySubsystem_SaveSettings, ReturnValue) == 0x000050, "Member 'FGGameDifficultySubsystem_SaveSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGameDifficultySubsystem \ static_assert(alignof(UFGGameDifficultySubsystem) == 0x000008, "Wrong alignment on UFGGameDifficultySubsystem"); \ static_assert(sizeof(UFGGameDifficultySubsystem) == 0x000070, "Wrong size on UFGGameDifficultySubsystem"); \ static_assert(offsetof(UFGGameDifficultySubsystem, DefaultSettings) == 0x000030, "Member 'UFGGameDifficultySubsystem::DefaultSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterStat_Health \ static_assert(alignof(UFGCharacterStat_Health) == 0x000008, "Wrong alignment on UFGCharacterStat_Health"); \ static_assert(sizeof(UFGCharacterStat_Health) == 0x000190, "Wrong size on UFGCharacterStat_Health"); \ static_assert(offsetof(UFGCharacterStat_Health, bHealingActive) == 0x000150, "Member 'UFGCharacterStat_Health::bHealingActive' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, HealthIncreaseOneMaxBonusValue) == 0x000154, "Member 'UFGCharacterStat_Health::HealthIncreaseOneMaxBonusValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, HealthIncreaseTwoMaxBonusValue) == 0x000158, "Member 'UFGCharacterStat_Health::HealthIncreaseTwoMaxBonusValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, HealthIncreaseThreeMaxBonusValue) == 0x00015C, "Member 'UFGCharacterStat_Health::HealthIncreaseThreeMaxBonusValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, SelfHealing) == 0x000160, "Member 'UFGCharacterStat_Health::SelfHealing' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, SelfHealingClass) == 0x000168, "Member 'UFGCharacterStat_Health::SelfHealingClass' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, LiveWireSelfHealingClass) == 0x000170, "Member 'UFGCharacterStat_Health::LiveWireSelfHealingClass' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, DamageDelay) == 0x000178, "Member 'UFGCharacterStat_Health::DamageDelay' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, ConfigDamageDelay) == 0x00017C, "Member 'UFGCharacterStat_Health::ConfigDamageDelay' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, SectionDelay) == 0x000180, "Member 'UFGCharacterStat_Health::SectionDelay' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, ConfigSectionDelay) == 0x000184, "Member 'UFGCharacterStat_Health::ConfigSectionDelay' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Health, ConfigFastRegenerationSectionDelay) == 0x000188, "Member 'UFGCharacterStat_Health::ConfigFastRegenerationSectionDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterStat_Hunger \ static_assert(alignof(UFGCharacterStat_Hunger) == 0x000008, "Wrong alignment on UFGCharacterStat_Hunger"); \ static_assert(sizeof(UFGCharacterStat_Hunger) == 0x0001A0, "Wrong size on UFGCharacterStat_Hunger"); \ static_assert(offsetof(UFGCharacterStat_Hunger, bExhaustionActive) == 0x000150, "Member 'UFGCharacterStat_Hunger::bExhaustionActive' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, Exhaustion) == 0x000158, "Member 'UFGCharacterStat_Hunger::Exhaustion' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, ExhaustionClass) == 0x000160, "Member 'UFGCharacterStat_Hunger::ExhaustionClass' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, ExhaustionStateValue) == 0x000168, "Member 'UFGCharacterStat_Hunger::ExhaustionStateValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, ConstantHungerLossModifier) == 0x00016C, "Member 'UFGCharacterStat_Hunger::ConstantHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, HomeComfortModifier) == 0x000170, "Member 'UFGCharacterStat_Hunger::HomeComfortModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, SpeedModifier) == 0x000174, "Member 'UFGCharacterStat_Hunger::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, IdleHungerLossModifier) == 0x000178, "Member 'UFGCharacterStat_Hunger::IdleHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, WalkHungerLossModifier) == 0x00017C, "Member 'UFGCharacterStat_Hunger::WalkHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, CrouchHungerLossModifier) == 0x000180, "Member 'UFGCharacterStat_Hunger::CrouchHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, SprintHungerLossModifier) == 0x000184, "Member 'UFGCharacterStat_Hunger::SprintHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, RestHungerLossModifier) == 0x000188, "Member 'UFGCharacterStat_Hunger::RestHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, WorkHungerLossModifier) == 0x00018C, "Member 'UFGCharacterStat_Hunger::WorkHungerLossModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, HungerIncreaseOneMaxBonusValue) == 0x000190, "Member 'UFGCharacterStat_Hunger::HungerIncreaseOneMaxBonusValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, HungerIncreaseTwoMaxBonusValue) == 0x000194, "Member 'UFGCharacterStat_Hunger::HungerIncreaseTwoMaxBonusValue' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Hunger, HungerIncreaseThreeMaxBonusValue) == 0x000198, "Member 'UFGCharacterStat_Hunger::HungerIncreaseThreeMaxBonusValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Speed_SetRunningSpeedEffectsMod \ static_assert(alignof(FGCharacterStat_Speed_SetRunningSpeedEffectsMod) == 0x000004, "Wrong alignment on FGCharacterStat_Speed_SetRunningSpeedEffectsMod"); \ static_assert(sizeof(FGCharacterStat_Speed_SetRunningSpeedEffectsMod) == 0x000004, "Wrong size on FGCharacterStat_Speed_SetRunningSpeedEffectsMod"); \ static_assert(offsetof(FGCharacterStat_Speed_SetRunningSpeedEffectsMod, NewValue) == 0x000000, "Member 'FGCharacterStat_Speed_SetRunningSpeedEffectsMod::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCharacterStat_Speed_SetSpeedEffectsMod \ static_assert(alignof(FGCharacterStat_Speed_SetSpeedEffectsMod) == 0x000004, "Wrong alignment on FGCharacterStat_Speed_SetSpeedEffectsMod"); \ static_assert(sizeof(FGCharacterStat_Speed_SetSpeedEffectsMod) == 0x000004, "Wrong size on FGCharacterStat_Speed_SetSpeedEffectsMod"); \ static_assert(offsetof(FGCharacterStat_Speed_SetSpeedEffectsMod, NewValue) == 0x000000, "Member 'FGCharacterStat_Speed_SetSpeedEffectsMod::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCharacterStat_Speed \ static_assert(alignof(UFGCharacterStat_Speed) == 0x000008, "Wrong alignment on UFGCharacterStat_Speed"); \ static_assert(sizeof(UFGCharacterStat_Speed) == 0x000188, "Wrong size on UFGCharacterStat_Speed"); \ static_assert(offsetof(UFGCharacterStat_Speed, BasicSpeed) == 0x000150, "Member 'UFGCharacterStat_Speed::BasicSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, BasicFlySpeed) == 0x000154, "Member 'UFGCharacterStat_Speed::BasicFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, CrouchingSpeedModifier) == 0x000158, "Member 'UFGCharacterStat_Speed::CrouchingSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, CrouchingSpeedModifierTotal) == 0x00015C, "Member 'UFGCharacterStat_Speed::CrouchingSpeedModifierTotal' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, RunningSpeedModifier) == 0x000160, "Member 'UFGCharacterStat_Speed::RunningSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, FlyRunningSpeedModifier) == 0x000164, "Member 'UFGCharacterStat_Speed::FlyRunningSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, BackwardsSpeedModifier) == 0x000168, "Member 'UFGCharacterStat_Speed::BackwardsSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, ConstantSpeedModifier) == 0x00016C, "Member 'UFGCharacterStat_Speed::ConstantSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, CurrentSpeed) == 0x000170, "Member 'UFGCharacterStat_Speed::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, SpeedEffectsMod) == 0x000174, "Member 'UFGCharacterStat_Speed::SpeedEffectsMod' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, SpeedMaxEffectsMod) == 0x000178, "Member 'UFGCharacterStat_Speed::SpeedMaxEffectsMod' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, RunningSpeedEffectsMod) == 0x00017C, "Member 'UFGCharacterStat_Speed::RunningSpeedEffectsMod' has a wrong offset!"); \ static_assert(offsetof(UFGCharacterStat_Speed, RunningSpeedMaxEffectsMod) == 0x000180, "Member 'UFGCharacterStat_Speed::RunningSpeedMaxEffectsMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGItemInteraction \ static_assert(alignof(UFGItemInteraction) == 0x000008, "Wrong alignment on UFGItemInteraction"); \ static_assert(sizeof(UFGItemInteraction) == 0x0000B8, "Wrong size on UFGItemInteraction"); \ #define DUMPER7_ASSERTS_UFGCharacterStat_Thirsty \ static_assert(alignof(UFGCharacterStat_Thirsty) == 0x000008, "Wrong alignment on UFGCharacterStat_Thirsty"); \ static_assert(sizeof(UFGCharacterStat_Thirsty) == 0x000150, "Wrong size on UFGCharacterStat_Thirsty"); \ #define DUMPER7_ASSERTS_FGQuestInventory_AddItemByClass \ static_assert(alignof(FGQuestInventory_AddItemByClass) == 0x000008, "Wrong alignment on FGQuestInventory_AddItemByClass"); \ static_assert(sizeof(FGQuestInventory_AddItemByClass) == 0x000010, "Wrong size on FGQuestInventory_AddItemByClass"); \ static_assert(offsetof(FGQuestInventory_AddItemByClass, QuestItem) == 0x000000, "Member 'FGQuestInventory_AddItemByClass::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_AddItemByClass, Count) == 0x000008, "Member 'FGQuestInventory_AddItemByClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_GetItemCountByClass \ static_assert(alignof(FGQuestInventory_GetItemCountByClass) == 0x000008, "Wrong alignment on FGQuestInventory_GetItemCountByClass"); \ static_assert(sizeof(FGQuestInventory_GetItemCountByClass) == 0x000010, "Wrong size on FGQuestInventory_GetItemCountByClass"); \ static_assert(offsetof(FGQuestInventory_GetItemCountByClass, QuestItem) == 0x000000, "Member 'FGQuestInventory_GetItemCountByClass::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_GetItemCountByClass, ReturnValue) == 0x000008, "Member 'FGQuestInventory_GetItemCountByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_MultiOnItemPickedUp \ static_assert(alignof(FGQuestInventory_MultiOnItemPickedUp) == 0x000008, "Wrong alignment on FGQuestInventory_MultiOnItemPickedUp"); \ static_assert(sizeof(FGQuestInventory_MultiOnItemPickedUp) == 0x000008, "Wrong size on FGQuestInventory_MultiOnItemPickedUp"); \ static_assert(offsetof(FGQuestInventory_MultiOnItemPickedUp, PickedUpItem) == 0x000000, "Member 'FGQuestInventory_MultiOnItemPickedUp::PickedUpItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_OnTaskCompleted \ static_assert(alignof(FGQuestInventory_OnTaskCompleted) == 0x000008, "Wrong alignment on FGQuestInventory_OnTaskCompleted"); \ static_assert(sizeof(FGQuestInventory_OnTaskCompleted) == 0x000008, "Wrong size on FGQuestInventory_OnTaskCompleted"); \ static_assert(offsetof(FGQuestInventory_OnTaskCompleted, task) == 0x000000, "Member 'FGQuestInventory_OnTaskCompleted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_OnTaskStarted \ static_assert(alignof(FGQuestInventory_OnTaskStarted) == 0x000008, "Wrong alignment on FGQuestInventory_OnTaskStarted"); \ static_assert(sizeof(FGQuestInventory_OnTaskStarted) == 0x000008, "Wrong size on FGQuestInventory_OnTaskStarted"); \ static_assert(offsetof(FGQuestInventory_OnTaskStarted, task) == 0x000000, "Member 'FGQuestInventory_OnTaskStarted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_RemoveItemByClass \ static_assert(alignof(FGQuestInventory_RemoveItemByClass) == 0x000008, "Wrong alignment on FGQuestInventory_RemoveItemByClass"); \ static_assert(sizeof(FGQuestInventory_RemoveItemByClass) == 0x000010, "Wrong size on FGQuestInventory_RemoveItemByClass"); \ static_assert(offsetof(FGQuestInventory_RemoveItemByClass, QuestItem) == 0x000000, "Member 'FGQuestInventory_RemoveItemByClass::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_RemoveItemByClass, Count) == 0x000008, "Member 'FGQuestInventory_RemoveItemByClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_ServerAddItem \ static_assert(alignof(FGQuestInventory_ServerAddItem) == 0x000008, "Wrong alignment on FGQuestInventory_ServerAddItem"); \ static_assert(sizeof(FGQuestInventory_ServerAddItem) == 0x000008, "Wrong size on FGQuestInventory_ServerAddItem"); \ static_assert(offsetof(FGQuestInventory_ServerAddItem, Item) == 0x000000, "Member 'FGQuestInventory_ServerAddItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_ServerAddItemByClass \ static_assert(alignof(FGQuestInventory_ServerAddItemByClass) == 0x000008, "Wrong alignment on FGQuestInventory_ServerAddItemByClass"); \ static_assert(sizeof(FGQuestInventory_ServerAddItemByClass) == 0x000010, "Wrong size on FGQuestInventory_ServerAddItemByClass"); \ static_assert(offsetof(FGQuestInventory_ServerAddItemByClass, QuestItem) == 0x000000, "Member 'FGQuestInventory_ServerAddItemByClass::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_ServerAddItemByClass, Count) == 0x000008, "Member 'FGQuestInventory_ServerAddItemByClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_ServerRemoveItemCountByClass \ static_assert(alignof(FGQuestInventory_ServerRemoveItemCountByClass) == 0x000008, "Wrong alignment on FGQuestInventory_ServerRemoveItemCountByClass"); \ static_assert(sizeof(FGQuestInventory_ServerRemoveItemCountByClass) == 0x000010, "Wrong size on FGQuestInventory_ServerRemoveItemCountByClass"); \ static_assert(offsetof(FGQuestInventory_ServerRemoveItemCountByClass, QuestItem) == 0x000000, "Member 'FGQuestInventory_ServerRemoveItemCountByClass::QuestItem' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_ServerRemoveItemCountByClass, Count) == 0x000008, "Member 'FGQuestInventory_ServerRemoveItemCountByClass::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_HaveAmberInTheVoid \ static_assert(alignof(FGQuestInventory_HaveAmberInTheVoid) == 0x000001, "Wrong alignment on FGQuestInventory_HaveAmberInTheVoid"); \ static_assert(sizeof(FGQuestInventory_HaveAmberInTheVoid) == 0x000001, "Wrong size on FGQuestInventory_HaveAmberInTheVoid"); \ static_assert(offsetof(FGQuestInventory_HaveAmberInTheVoid, ReturnValue) == 0x000000, "Member 'FGQuestInventory_HaveAmberInTheVoid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_HaveCasketInTheVoid \ static_assert(alignof(FGQuestInventory_HaveCasketInTheVoid) == 0x000001, "Wrong alignment on FGQuestInventory_HaveCasketInTheVoid"); \ static_assert(sizeof(FGQuestInventory_HaveCasketInTheVoid) == 0x000001, "Wrong size on FGQuestInventory_HaveCasketInTheVoid"); \ static_assert(offsetof(FGQuestInventory_HaveCasketInTheVoid, ReturnValue) == 0x000000, "Member 'FGQuestInventory_HaveCasketInTheVoid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_HaveItemInPlayersEquipmentInventory \ static_assert(alignof(FGQuestInventory_HaveItemInPlayersEquipmentInventory) == 0x000008, "Wrong alignment on FGQuestInventory_HaveItemInPlayersEquipmentInventory"); \ static_assert(sizeof(FGQuestInventory_HaveItemInPlayersEquipmentInventory) == 0x000010, "Wrong size on FGQuestInventory_HaveItemInPlayersEquipmentInventory"); \ static_assert(offsetof(FGQuestInventory_HaveItemInPlayersEquipmentInventory, ItemClass) == 0x000000, "Member 'FGQuestInventory_HaveItemInPlayersEquipmentInventory::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_HaveItemInPlayersEquipmentInventory, bIncludeChilds) == 0x000008, "Member 'FGQuestInventory_HaveItemInPlayersEquipmentInventory::bIncludeChilds' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_HaveItemInPlayersEquipmentInventory, ReturnValue) == 0x000009, "Member 'FGQuestInventory_HaveItemInPlayersEquipmentInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInventory_HaveItemInTheWorld \ static_assert(alignof(FGQuestInventory_HaveItemInTheWorld) == 0x000008, "Wrong alignment on FGQuestInventory_HaveItemInTheWorld"); \ static_assert(sizeof(FGQuestInventory_HaveItemInTheWorld) == 0x000010, "Wrong size on FGQuestInventory_HaveItemInTheWorld"); \ static_assert(offsetof(FGQuestInventory_HaveItemInTheWorld, ItemClass) == 0x000000, "Member 'FGQuestInventory_HaveItemInTheWorld::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGQuestInventory_HaveItemInTheWorld, ReturnValue) == 0x000008, "Member 'FGQuestInventory_HaveItemInTheWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestInventory \ static_assert(alignof(AFGQuestInventory) == 0x000008, "Wrong alignment on AFGQuestInventory"); \ static_assert(sizeof(AFGQuestInventory) == 0x0002B0, "Wrong size on AFGQuestInventory"); \ static_assert(offsetof(AFGQuestInventory, QuestInventories) == 0x000228, "Member 'AFGQuestInventory::QuestInventories' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, OnItemPickedUp) == 0x000238, "Member 'AFGQuestInventory::OnItemPickedUp' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, LocomotivePartsClass) == 0x000248, "Member 'AFGQuestInventory::LocomotivePartsClass' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, WagonPartsClass) == 0x000250, "Member 'AFGQuestInventory::WagonPartsClass' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, UsableInventoryClasses) == 0x000258, "Member 'AFGQuestInventory::UsableInventoryClasses' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, CreatureComparisonTaskNames) == 0x000288, "Member 'AFGQuestInventory::CreatureComparisonTaskNames' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, TH_CheckPresenceAmberInVoid) == 0x000298, "Member 'AFGQuestInventory::TH_CheckPresenceAmberInVoid' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, PlaceCasketOnTheTrainTaskTag) == 0x0002A0, "Member 'AFGQuestInventory::PlaceCasketOnTheTrainTaskTag' has a wrong offset!"); \ static_assert(offsetof(AFGQuestInventory, ObserverCasketInTheWorld) == 0x0002A8, "Member 'AFGQuestInventory::ObserverCasketInTheWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseGenerator_GenerateChase \ static_assert(alignof(FGChaseGenerator_GenerateChase) == 0x000004, "Wrong alignment on FGChaseGenerator_GenerateChase"); \ static_assert(sizeof(FGChaseGenerator_GenerateChase) == 0x000014, "Wrong size on FGChaseGenerator_GenerateChase"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, GeneratorVersion) == 0x000000, "Member 'FGChaseGenerator_GenerateChase::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, WorldRate) == 0x000004, "Member 'FGChaseGenerator_GenerateChase::WorldRate' has a wrong offset!"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, Seed) == 0x000008, "Member 'FGChaseGenerator_GenerateChase::Seed' has a wrong offset!"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, Era) == 0x00000C, "Member 'FGChaseGenerator_GenerateChase::Era' has a wrong offset!"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, ChunkType) == 0x00000D, "Member 'FGChaseGenerator_GenerateChase::ChunkType' has a wrong offset!"); \ static_assert(offsetof(FGChaseGenerator_GenerateChase, ReturnValue) == 0x000010, "Member 'FGChaseGenerator_GenerateChase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChaseGenerator \ static_assert(alignof(AFGChaseGenerator) == 0x000008, "Wrong alignment on AFGChaseGenerator"); \ static_assert(sizeof(AFGChaseGenerator) == 0x000308, "Wrong size on AFGChaseGenerator"); \ static_assert(offsetof(AFGChaseGenerator, bGenerationOverrideTrainEra) == 0x000220, "Member 'AFGChaseGenerator::bGenerationOverrideTrainEra' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, GenerationTrainEraOverride) == 0x000221, "Member 'AFGChaseGenerator::GenerationTrainEraOverride' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, FrameRecipeID) == 0x000224, "Member 'AFGChaseGenerator::FrameRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, MechanicalEngineRecipeID) == 0x000228, "Member 'AFGChaseGenerator::MechanicalEngineRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, SteamEngineRecipeID) == 0x00022C, "Member 'AFGChaseGenerator::SteamEngineRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, DieselEngineRecipeID) == 0x000230, "Member 'AFGChaseGenerator::DieselEngineRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ElectricityEngineRecipeID) == 0x000234, "Member 'AFGChaseGenerator::ElectricityEngineRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, LocomotiveHandrailsRecipeID) == 0x000238, "Member 'AFGChaseGenerator::LocomotiveHandrailsRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, LocomotiveBrakeRecipeID) == 0x00023C, "Member 'AFGChaseGenerator::LocomotiveBrakeRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, LocomotiveGearboxRecipeID) == 0x000240, "Member 'AFGChaseGenerator::LocomotiveGearboxRecipeID' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, TrainBuildFirstCellLocation) == 0x000244, "Member 'AFGChaseGenerator::TrainBuildFirstCellLocation' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, HarpoonModuleCategory) == 0x000250, "Member 'AFGChaseGenerator::HarpoonModuleCategory' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, TrainBuildCellLocations) == 0x000258, "Member 'AFGChaseGenerator::TrainBuildCellLocations' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ClosedWallsRecipeIDs) == 0x000268, "Member 'AFGChaseGenerator::ClosedWallsRecipeIDs' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, TrainBuildWallAutoLightOffsetLocation) == 0x000278, "Member 'AFGChaseGenerator::TrainBuildWallAutoLightOffsetLocation' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, VI_ChaseGenerationSettingsDataTable) == 0x000288, "Member 'AFGChaseGenerator::VI_ChaseGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, VI_ChaseGenerationSettings) == 0x000290, "Member 'AFGChaseGenerator::VI_ChaseGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, TrainPlatformsGenerationSettingsDataTable) == 0x0002A0, "Member 'AFGChaseGenerator::TrainPlatformsGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, TrainPlatformsGenerationSettings) == 0x0002A8, "Member 'AFGChaseGenerator::TrainPlatformsGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonGenerationSettingsDataTable) == 0x0002B8, "Member 'AFGChaseGenerator::ChaseWagonGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonGenerationSettings) == 0x0002C0, "Member 'AFGChaseGenerator::ChaseWagonGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonSpecialTypesGenerationSettingsDataTable) == 0x0002D0, "Member 'AFGChaseGenerator::ChaseWagonSpecialTypesGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonSpecialTypesGenerationSettings) == 0x0002D8, "Member 'AFGChaseGenerator::ChaseWagonSpecialTypesGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonModuleGenerationSettingsDataTable) == 0x0002E8, "Member 'AFGChaseGenerator::ChaseWagonModuleGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, ChaseWagonModuleGenerationSettings) == 0x0002F0, "Member 'AFGChaseGenerator::ChaseWagonModuleGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGChaseGenerator, bInitialized) == 0x000300, "Member 'AFGChaseGenerator::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoTask_FindPlaceOnTrain \ static_assert(alignof(FGRofleemoTask_FindPlaceOnTrain) == 0x000004, "Wrong alignment on FGRofleemoTask_FindPlaceOnTrain"); \ static_assert(sizeof(FGRofleemoTask_FindPlaceOnTrain) == 0x000014, "Wrong size on FGRofleemoTask_FindPlaceOnTrain"); \ static_assert(offsetof(FGRofleemoTask_FindPlaceOnTrain, Params_0) == 0x000000, "Member 'FGRofleemoTask_FindPlaceOnTrain::Params_0' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoTask_FindPlaceOnTrain, ReturnValue) == 0x000010, "Member 'FGRofleemoTask_FindPlaceOnTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRofleemoTask \ static_assert(alignof(AFGRofleemoTask) == 0x000008, "Wrong alignment on AFGRofleemoTask"); \ static_assert(sizeof(AFGRofleemoTask) == 0x000260, "Wrong size on AFGRofleemoTask"); \ static_assert(offsetof(AFGRofleemoTask, ParticipantsNum) == 0x000220, "Member 'AFGRofleemoTask::ParticipantsNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_GetClosestFlightDistanceToEnemyTrain \ static_assert(alignof(FGChaseManager_GetClosestFlightDistanceToEnemyTrain) == 0x000004, "Wrong alignment on FGChaseManager_GetClosestFlightDistanceToEnemyTrain"); \ static_assert(sizeof(FGChaseManager_GetClosestFlightDistanceToEnemyTrain) == 0x000004, "Wrong size on FGChaseManager_GetClosestFlightDistanceToEnemyTrain"); \ static_assert(offsetof(FGChaseManager_GetClosestFlightDistanceToEnemyTrain, ReturnValue) == 0x000000, "Member 'FGChaseManager_GetClosestFlightDistanceToEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain \ static_assert(alignof(FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain) == 0x000004, "Wrong alignment on FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain"); \ static_assert(sizeof(FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain) == 0x000004, "Wrong size on FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain"); \ static_assert(offsetof(FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain, ReturnValue) == 0x000000, "Member 'FGChaseManager_GetClosestSquaredFlightDistanceToEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_GetCurrentChaseChunk \ static_assert(alignof(FGChaseManager_GetCurrentChaseChunk) == 0x000008, "Wrong alignment on FGChaseManager_GetCurrentChaseChunk"); \ static_assert(sizeof(FGChaseManager_GetCurrentChaseChunk) == 0x000008, "Wrong size on FGChaseManager_GetCurrentChaseChunk"); \ static_assert(offsetof(FGChaseManager_GetCurrentChaseChunk, ReturnValue) == 0x000000, "Member 'FGChaseManager_GetCurrentChaseChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_GetEnemyTrain \ static_assert(alignof(FGChaseManager_GetEnemyTrain) == 0x000008, "Wrong alignment on FGChaseManager_GetEnemyTrain"); \ static_assert(sizeof(FGChaseManager_GetEnemyTrain) == 0x000008, "Wrong size on FGChaseManager_GetEnemyTrain"); \ static_assert(offsetof(FGChaseManager_GetEnemyTrain, ReturnValue) == 0x000000, "Member 'FGChaseManager_GetEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_GetState \ static_assert(alignof(FGChaseManager_GetState) == 0x000001, "Wrong alignment on FGChaseManager_GetState"); \ static_assert(sizeof(FGChaseManager_GetState) == 0x000001, "Wrong size on FGChaseManager_GetState"); \ static_assert(offsetof(FGChaseManager_GetState, ReturnValue) == 0x000000, "Member 'FGChaseManager_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_LoadSaveData \ static_assert(alignof(FGChaseManager_LoadSaveData) == 0x000010, "Wrong alignment on FGChaseManager_LoadSaveData"); \ static_assert(sizeof(FGChaseManager_LoadSaveData) == 0x000070, "Wrong size on FGChaseManager_LoadSaveData"); \ static_assert(offsetof(FGChaseManager_LoadSaveData, SaveData) == 0x000000, "Member 'FGChaseManager_LoadSaveData::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_SetState \ static_assert(alignof(FGChaseManager_SetState) == 0x000001, "Wrong alignment on FGChaseManager_SetState"); \ static_assert(sizeof(FGChaseManager_SetState) == 0x000002, "Wrong size on FGChaseManager_SetState"); \ static_assert(offsetof(FGChaseManager_SetState, NewState) == 0x000000, "Member 'FGChaseManager_SetState::NewState' has a wrong offset!"); \ static_assert(offsetof(FGChaseManager_SetState, bFromSave) == 0x000001, "Member 'FGChaseManager_SetState::bFromSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChaseManager_SpawnEnemyTrain \ static_assert(alignof(FGChaseManager_SpawnEnemyTrain) == 0x000010, "Wrong alignment on FGChaseManager_SpawnEnemyTrain"); \ static_assert(sizeof(FGChaseManager_SpawnEnemyTrain) == 0x000060, "Wrong size on FGChaseManager_SpawnEnemyTrain"); \ static_assert(offsetof(FGChaseManager_SpawnEnemyTrain, EnemyTrainSaveData) == 0x000000, "Member 'FGChaseManager_SpawnEnemyTrain::EnemyTrainSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChaseManager \ static_assert(alignof(AFGChaseManager) == 0x000008, "Wrong alignment on AFGChaseManager"); \ static_assert(sizeof(AFGChaseManager) == 0x000260, "Wrong size on AFGChaseManager"); \ static_assert(offsetof(AFGChaseManager, EnemyTrainClass) == 0x000228, "Member 'AFGChaseManager::EnemyTrainClass' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, TrainSpawnRailsOffset) == 0x000230, "Member 'AFGChaseManager::TrainSpawnRailsOffset' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, QuestStartVolumeMult) == 0x000234, "Member 'AFGChaseManager::QuestStartVolumeMult' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, StopPlayerMult) == 0x000238, "Member 'AFGChaseManager::StopPlayerMult' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, StartEnemyMovingMult) == 0x00023C, "Member 'AFGChaseManager::StartEnemyMovingMult' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, StopEnemyMult) == 0x000240, "Member 'AFGChaseManager::StopEnemyMult' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, State) == 0x000244, "Member 'AFGChaseManager::State' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, ServerPreviousState) == 0x000245, "Member 'AFGChaseManager::ServerPreviousState' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, OnStateUpdated) == 0x000248, "Member 'AFGChaseManager::OnStateUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGChaseManager, EnemyTrain) == 0x000258, "Member 'AFGChaseManager::EnemyTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_DestroyChunkContentFromLocation \ static_assert(alignof(FGChunk_DestroyChunkContentFromLocation) == 0x000004, "Wrong alignment on FGChunk_DestroyChunkContentFromLocation"); \ static_assert(sizeof(FGChunk_DestroyChunkContentFromLocation) == 0x00000C, "Wrong size on FGChunk_DestroyChunkContentFromLocation"); \ static_assert(offsetof(FGChunk_DestroyChunkContentFromLocation, Location) == 0x000000, "Member 'FGChunk_DestroyChunkContentFromLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_FindRailsTransformAtStartOffset \ static_assert(alignof(FGChunk_FindRailsTransformAtStartOffset) == 0x000010, "Wrong alignment on FGChunk_FindRailsTransformAtStartOffset"); \ static_assert(sizeof(FGChunk_FindRailsTransformAtStartOffset) == 0x000050, "Wrong size on FGChunk_FindRailsTransformAtStartOffset"); \ static_assert(offsetof(FGChunk_FindRailsTransformAtStartOffset, StartOffset) == 0x000000, "Member 'FGChunk_FindRailsTransformAtStartOffset::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FGChunk_FindRailsTransformAtStartOffset, RailsTransform) == 0x000010, "Member 'FGChunk_FindRailsTransformAtStartOffset::RailsTransform' has a wrong offset!"); \ static_assert(offsetof(FGChunk_FindRailsTransformAtStartOffset, ReturnValue) == 0x000040, "Member 'FGChunk_FindRailsTransformAtStartOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_FindRailsTransformClosesttoWorldLocation \ static_assert(alignof(FGChunk_FindRailsTransformClosesttoWorldLocation) == 0x000010, "Wrong alignment on FGChunk_FindRailsTransformClosesttoWorldLocation"); \ static_assert(sizeof(FGChunk_FindRailsTransformClosesttoWorldLocation) == 0x000050, "Wrong size on FGChunk_FindRailsTransformClosesttoWorldLocation"); \ static_assert(offsetof(FGChunk_FindRailsTransformClosesttoWorldLocation, WorldLocation) == 0x000000, "Member 'FGChunk_FindRailsTransformClosesttoWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(FGChunk_FindRailsTransformClosesttoWorldLocation, ResultTransform) == 0x000010, "Member 'FGChunk_FindRailsTransformClosesttoWorldLocation::ResultTransform' has a wrong offset!"); \ static_assert(offsetof(FGChunk_FindRailsTransformClosesttoWorldLocation, ReturnValue) == 0x000040, "Member 'FGChunk_FindRailsTransformClosesttoWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetChunkInfo \ static_assert(alignof(FGChunk_GetChunkInfo) == 0x000008, "Wrong alignment on FGChunk_GetChunkInfo"); \ static_assert(sizeof(FGChunk_GetChunkInfo) == 0x000288, "Wrong size on FGChunk_GetChunkInfo"); \ static_assert(offsetof(FGChunk_GetChunkInfo, ReturnValue) == 0x000000, "Member 'FGChunk_GetChunkInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetCurrentPlayerPathSection \ static_assert(alignof(FGChunk_GetCurrentPlayerPathSection) == 0x000004, "Wrong alignment on FGChunk_GetCurrentPlayerPathSection"); \ static_assert(sizeof(FGChunk_GetCurrentPlayerPathSection) == 0x000004, "Wrong size on FGChunk_GetCurrentPlayerPathSection"); \ static_assert(offsetof(FGChunk_GetCurrentPlayerPathSection, ReturnValue) == 0x000000, "Member 'FGChunk_GetCurrentPlayerPathSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetStreamingVolumeSide \ static_assert(alignof(FGChunk_GetStreamingVolumeSide) == 0x000001, "Wrong alignment on FGChunk_GetStreamingVolumeSide"); \ static_assert(sizeof(FGChunk_GetStreamingVolumeSide) == 0x000001, "Wrong size on FGChunk_GetStreamingVolumeSide"); \ static_assert(offsetof(FGChunk_GetStreamingVolumeSide, ReturnValue) == 0x000000, "Member 'FGChunk_GetStreamingVolumeSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetVoidCorruptionMapForSubsection \ static_assert(alignof(FGChunk_GetVoidCorruptionMapForSubsection) == 0x000008, "Wrong alignment on FGChunk_GetVoidCorruptionMapForSubsection"); \ static_assert(sizeof(FGChunk_GetVoidCorruptionMapForSubsection) == 0x000048, "Wrong size on FGChunk_GetVoidCorruptionMapForSubsection"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionMapForSubsection, PathSection) == 0x000000, "Member 'FGChunk_GetVoidCorruptionMapForSubsection::PathSection' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionMapForSubsection, PathSubsection) == 0x000004, "Member 'FGChunk_GetVoidCorruptionMapForSubsection::PathSubsection' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionMapForSubsection, AreaType) == 0x000008, "Member 'FGChunk_GetVoidCorruptionMapForSubsection::AreaType' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionMapForSubsection, Map) == 0x000010, "Member 'FGChunk_GetVoidCorruptionMapForSubsection::Map' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionMapForSubsection, ReturnValue) == 0x000040, "Member 'FGChunk_GetVoidCorruptionMapForSubsection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetVoidCorruptionTierForFirstPathSection \ static_assert(alignof(FGChunk_GetVoidCorruptionTierForFirstPathSection) == 0x000001, "Wrong alignment on FGChunk_GetVoidCorruptionTierForFirstPathSection"); \ static_assert(sizeof(FGChunk_GetVoidCorruptionTierForFirstPathSection) == 0x000001, "Wrong size on FGChunk_GetVoidCorruptionTierForFirstPathSection"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForFirstPathSection, ReturnValue) == 0x000000, "Member 'FGChunk_GetVoidCorruptionTierForFirstPathSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetVoidCorruptionTierForLastPathSection \ static_assert(alignof(FGChunk_GetVoidCorruptionTierForLastPathSection) == 0x000001, "Wrong alignment on FGChunk_GetVoidCorruptionTierForLastPathSection"); \ static_assert(sizeof(FGChunk_GetVoidCorruptionTierForLastPathSection) == 0x000001, "Wrong size on FGChunk_GetVoidCorruptionTierForLastPathSection"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForLastPathSection, ReturnValue) == 0x000000, "Member 'FGChunk_GetVoidCorruptionTierForLastPathSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetVoidCorruptionTierForPathSection \ static_assert(alignof(FGChunk_GetVoidCorruptionTierForPathSection) == 0x000004, "Wrong alignment on FGChunk_GetVoidCorruptionTierForPathSection"); \ static_assert(sizeof(FGChunk_GetVoidCorruptionTierForPathSection) == 0x000008, "Wrong size on FGChunk_GetVoidCorruptionTierForPathSection"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForPathSection, PathSection) == 0x000000, "Member 'FGChunk_GetVoidCorruptionTierForPathSection::PathSection' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForPathSection, ReturnValue) == 0x000004, "Member 'FGChunk_GetVoidCorruptionTierForPathSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_GetVoidCorruptionTierForSubsection \ static_assert(alignof(FGChunk_GetVoidCorruptionTierForSubsection) == 0x000004, "Wrong alignment on FGChunk_GetVoidCorruptionTierForSubsection"); \ static_assert(sizeof(FGChunk_GetVoidCorruptionTierForSubsection) == 0x00000C, "Wrong size on FGChunk_GetVoidCorruptionTierForSubsection"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForSubsection, PathSection) == 0x000000, "Member 'FGChunk_GetVoidCorruptionTierForSubsection::PathSection' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForSubsection, PathSubsection) == 0x000004, "Member 'FGChunk_GetVoidCorruptionTierForSubsection::PathSubsection' has a wrong offset!"); \ static_assert(offsetof(FGChunk_GetVoidCorruptionTierForSubsection, ReturnValue) == 0x000008, "Member 'FGChunk_GetVoidCorruptionTierForSubsection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk \ static_assert(alignof(AFGChunk) == 0x000008, "Wrong alignment on AFGChunk"); \ static_assert(sizeof(AFGChunk) == 0x000600, "Wrong size on AFGChunk"); \ static_assert(offsetof(AFGChunk, Box) == 0x000220, "Member 'AFGChunk::Box' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, PathSectionLength) == 0x000228, "Member 'AFGChunk::PathSectionLength' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, bInitialized) == 0x00022C, "Member 'AFGChunk::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, StreamingVolumeID) == 0x000230, "Member 'AFGChunk::StreamingVolumeID' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, ChunkInfo) == 0x000238, "Member 'AFGChunk::ChunkInfo' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, ChunkMapInfo) == 0x0004C0, "Member 'AFGChunk::ChunkMapInfo' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, StreamingVolumes) == 0x000580, "Member 'AFGChunk::StreamingVolumes' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, ChunkHash) == 0x000590, "Member 'AFGChunk::ChunkHash' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, ChunkRightSublevelOffset) == 0x0005A0, "Member 'AFGChunk::ChunkRightSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, ChunkLeftSublevelOffset) == 0x0005AC, "Member 'AFGChunk::ChunkLeftSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, VoidCorruptionList) == 0x0005B8, "Member 'AFGChunk::VoidCorruptionList' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, VoidLootCorruptionMap) == 0x0005C8, "Member 'AFGChunk::VoidLootCorruptionMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, SpawnedRails) == 0x0005D8, "Member 'AFGChunk::SpawnedRails' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, SpawnedPathBlockers) == 0x0005E8, "Member 'AFGChunk::SpawnedPathBlockers' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, bShouldSpawnRailsPathBlocker) == 0x0005F8, "Member 'AFGChunk::bShouldSpawnRailsPathBlocker' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, bTrainEntered) == 0x0005F9, "Member 'AFGChunk::bTrainEntered' has a wrong offset!"); \ static_assert(offsetof(AFGChunk, bTrainLeave) == 0x0005FA, "Member 'AFGChunk::bTrainLeave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Empty \ static_assert(alignof(AFGChunk_Empty) == 0x000008, "Wrong alignment on AFGChunk_Empty"); \ static_assert(sizeof(AFGChunk_Empty) == 0x000608, "Wrong size on AFGChunk_Empty"); \ static_assert(offsetof(AFGChunk_Empty, QuestTriggerVolume) == 0x000600, "Member 'AFGChunk_Empty::QuestTriggerVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_AddGoalLocation \ static_assert(alignof(FGGOAPlanner_AddGoalLocation) == 0x000008, "Wrong alignment on FGGOAPlanner_AddGoalLocation"); \ static_assert(sizeof(FGGOAPlanner_AddGoalLocation) == 0x000018, "Wrong size on FGGOAPlanner_AddGoalLocation"); \ static_assert(offsetof(FGGOAPlanner_AddGoalLocation, GoalClass) == 0x000000, "Member 'FGGOAPlanner_AddGoalLocation::GoalClass' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_AddGoalLocation, Location) == 0x000008, "Member 'FGGOAPlanner_AddGoalLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_ClearGoalLocations \ static_assert(alignof(FGGOAPlanner_ClearGoalLocations) == 0x000008, "Wrong alignment on FGGOAPlanner_ClearGoalLocations"); \ static_assert(sizeof(FGGOAPlanner_ClearGoalLocations) == 0x000008, "Wrong size on FGGOAPlanner_ClearGoalLocations"); \ static_assert(offsetof(FGGOAPlanner_ClearGoalLocations, GoalClass) == 0x000000, "Member 'FGGOAPlanner_ClearGoalLocations::GoalClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetActualGoalLocation \ static_assert(alignof(FGGOAPlanner_GetActualGoalLocation) == 0x000008, "Wrong alignment on FGGOAPlanner_GetActualGoalLocation"); \ static_assert(sizeof(FGGOAPlanner_GetActualGoalLocation) == 0x000018, "Wrong size on FGGOAPlanner_GetActualGoalLocation"); \ static_assert(offsetof(FGGOAPlanner_GetActualGoalLocation, GoalClass) == 0x000000, "Member 'FGGOAPlanner_GetActualGoalLocation::GoalClass' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_GetActualGoalLocation, ReturnValue) == 0x000008, "Member 'FGGOAPlanner_GetActualGoalLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetBestGoal \ static_assert(alignof(FGGOAPlanner_GetBestGoal) == 0x000008, "Wrong alignment on FGGOAPlanner_GetBestGoal"); \ static_assert(sizeof(FGGOAPlanner_GetBestGoal) == 0x000008, "Wrong size on FGGOAPlanner_GetBestGoal"); \ static_assert(offsetof(FGGOAPlanner_GetBestGoal, ReturnValue) == 0x000000, "Member 'FGGOAPlanner_GetBestGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetInstancedRequirement \ static_assert(alignof(FGGOAPlanner_GetInstancedRequirement) == 0x000008, "Wrong alignment on FGGOAPlanner_GetInstancedRequirement"); \ static_assert(sizeof(FGGOAPlanner_GetInstancedRequirement) == 0x000010, "Wrong size on FGGOAPlanner_GetInstancedRequirement"); \ static_assert(offsetof(FGGOAPlanner_GetInstancedRequirement, RequirementClass) == 0x000000, "Member 'FGGOAPlanner_GetInstancedRequirement::RequirementClass' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_GetInstancedRequirement, ReturnValue) == 0x000008, "Member 'FGGOAPlanner_GetInstancedRequirement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetLastGoalLocation \ static_assert(alignof(FGGOAPlanner_GetLastGoalLocation) == 0x000008, "Wrong alignment on FGGOAPlanner_GetLastGoalLocation"); \ static_assert(sizeof(FGGOAPlanner_GetLastGoalLocation) == 0x000018, "Wrong size on FGGOAPlanner_GetLastGoalLocation"); \ static_assert(offsetof(FGGOAPlanner_GetLastGoalLocation, GoalClass) == 0x000000, "Member 'FGGOAPlanner_GetLastGoalLocation::GoalClass' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_GetLastGoalLocation, ReturnValue) == 0x000008, "Member 'FGGOAPlanner_GetLastGoalLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetValidActionsForState \ static_assert(alignof(FGGOAPlanner_GetValidActionsForState) == 0x000008, "Wrong alignment on FGGOAPlanner_GetValidActionsForState"); \ static_assert(sizeof(FGGOAPlanner_GetValidActionsForState) == 0x000018, "Wrong size on FGGOAPlanner_GetValidActionsForState"); \ static_assert(offsetof(FGGOAPlanner_GetValidActionsForState, StateRequirementClass) == 0x000000, "Member 'FGGOAPlanner_GetValidActionsForState::StateRequirementClass' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_GetValidActionsForState, ReturnValue) == 0x000008, "Member 'FGGOAPlanner_GetValidActionsForState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_RunEQSQuery \ static_assert(alignof(FGGOAPlanner_RunEQSQuery) == 0x000008, "Wrong alignment on FGGOAPlanner_RunEQSQuery"); \ static_assert(sizeof(FGGOAPlanner_RunEQSQuery) == 0x000040, "Wrong size on FGGOAPlanner_RunEQSQuery"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, Action) == 0x000000, "Member 'FGGOAPlanner_RunEQSQuery::Action' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, Query) == 0x000008, "Member 'FGGOAPlanner_RunEQSQuery::Query' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, RunMode) == 0x000010, "Member 'FGGOAPlanner_RunEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, ResultDelegate) == 0x000014, "Member 'FGGOAPlanner_RunEQSQuery::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, QueryParams) == 0x000028, "Member 'FGGOAPlanner_RunEQSQuery::QueryParams' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunEQSQuery, Querier) == 0x000038, "Member 'FGGOAPlanner_RunEQSQuery::Querier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_RunRequirementEQSQuery \ static_assert(alignof(FGGOAPlanner_RunRequirementEQSQuery) == 0x000008, "Wrong alignment on FGGOAPlanner_RunRequirementEQSQuery"); \ static_assert(sizeof(FGGOAPlanner_RunRequirementEQSQuery) == 0x000040, "Wrong size on FGGOAPlanner_RunRequirementEQSQuery"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, Requirement) == 0x000000, "Member 'FGGOAPlanner_RunRequirementEQSQuery::Requirement' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, Query) == 0x000008, "Member 'FGGOAPlanner_RunRequirementEQSQuery::Query' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, RunMode) == 0x000010, "Member 'FGGOAPlanner_RunRequirementEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, ResultDelegate) == 0x000014, "Member 'FGGOAPlanner_RunRequirementEQSQuery::ResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, QueryParams) == 0x000028, "Member 'FGGOAPlanner_RunRequirementEQSQuery::QueryParams' has a wrong offset!"); \ static_assert(offsetof(FGGOAPlanner_RunRequirementEQSQuery, Querier) == 0x000038, "Member 'FGGOAPlanner_RunRequirementEQSQuery::Querier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_SetNextGoalLocation \ static_assert(alignof(FGGOAPlanner_SetNextGoalLocation) == 0x000008, "Wrong alignment on FGGOAPlanner_SetNextGoalLocation"); \ static_assert(sizeof(FGGOAPlanner_SetNextGoalLocation) == 0x000008, "Wrong size on FGGOAPlanner_SetNextGoalLocation"); \ static_assert(offsetof(FGGOAPlanner_SetNextGoalLocation, GoalClass) == 0x000000, "Member 'FGGOAPlanner_SetNextGoalLocation::GoalClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetCurrentAction \ static_assert(alignof(FGGOAPlanner_GetCurrentAction) == 0x000008, "Wrong alignment on FGGOAPlanner_GetCurrentAction"); \ static_assert(sizeof(FGGOAPlanner_GetCurrentAction) == 0x000008, "Wrong size on FGGOAPlanner_GetCurrentAction"); \ static_assert(offsetof(FGGOAPlanner_GetCurrentAction, ReturnValue) == 0x000000, "Member 'FGGOAPlanner_GetCurrentAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetCurrentRequirement \ static_assert(alignof(FGGOAPlanner_GetCurrentRequirement) == 0x000008, "Wrong alignment on FGGOAPlanner_GetCurrentRequirement"); \ static_assert(sizeof(FGGOAPlanner_GetCurrentRequirement) == 0x000008, "Wrong size on FGGOAPlanner_GetCurrentRequirement"); \ static_assert(offsetof(FGGOAPlanner_GetCurrentRequirement, ReturnValue) == 0x000000, "Member 'FGGOAPlanner_GetCurrentRequirement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAPlanner_GetLastPlayedAction \ static_assert(alignof(FGGOAPlanner_GetLastPlayedAction) == 0x000008, "Wrong alignment on FGGOAPlanner_GetLastPlayedAction"); \ static_assert(sizeof(FGGOAPlanner_GetLastPlayedAction) == 0x000008, "Wrong size on FGGOAPlanner_GetLastPlayedAction"); \ static_assert(offsetof(FGGOAPlanner_GetLastPlayedAction, ReturnValue) == 0x000000, "Member 'FGGOAPlanner_GetLastPlayedAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGOAPlanner \ static_assert(alignof(UFGGOAPlanner) == 0x000010, "Wrong alignment on UFGGOAPlanner"); \ static_assert(sizeof(UFGGOAPlanner) == 0x000370, "Wrong size on UFGGOAPlanner"); \ static_assert(offsetof(UFGGOAPlanner, AvailableGoalClasses) == 0x000140, "Member 'UFGGOAPlanner::AvailableGoalClasses' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, GoalLocationsMap) == 0x000150, "Member 'UFGGOAPlanner::GoalLocationsMap' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentPlan) == 0x0001A0, "Member 'UFGGOAPlanner::CurrentPlan' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentAction) == 0x0001B0, "Member 'UFGGOAPlanner::CurrentAction' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentRequirement) == 0x0001B8, "Member 'UFGGOAPlanner::CurrentRequirement' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, LastAction) == 0x0001C0, "Member 'UFGGOAPlanner::LastAction' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentActionEQSQuery) == 0x0001F0, "Member 'UFGGOAPlanner::CurrentActionEQSQuery' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentRequirementEQSQuery) == 0x000230, "Member 'UFGGOAPlanner::CurrentRequirementEQSQuery' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, CurrentGoal) == 0x000270, "Member 'UFGGOAPlanner::CurrentGoal' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, AvailableGoals) == 0x000278, "Member 'UFGGOAPlanner::AvailableGoals' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, SortedGoals) == 0x000288, "Member 'UFGGOAPlanner::SortedGoals' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, OwningAIPawn) == 0x000298, "Member 'UFGGOAPlanner::OwningAIPawn' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, SatisfiesRequirementActionsMap) == 0x0002A0, "Member 'UFGGOAPlanner::SatisfiesRequirementActionsMap' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, RequirementInstanceMap) == 0x0002F0, "Member 'UFGGOAPlanner::RequirementInstanceMap' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, OpenNodes) == 0x000340, "Member 'UFGGOAPlanner::OpenNodes' has a wrong offset!"); \ static_assert(offsetof(UFGGOAPlanner, ClosedNodes) == 0x000350, "Member 'UFGGOAPlanner::ClosedNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Sublevel \ static_assert(alignof(AFGChunk_Sublevel) == 0x000008, "Wrong alignment on AFGChunk_Sublevel"); \ static_assert(sizeof(AFGChunk_Sublevel) == 0x000608, "Wrong size on AFGChunk_Sublevel"); \ #define DUMPER7_ASSERTS_AFGChunk_ArenaIsland \ static_assert(alignof(AFGChunk_ArenaIsland) == 0x000010, "Wrong alignment on AFGChunk_ArenaIsland"); \ static_assert(sizeof(AFGChunk_ArenaIsland) == 0x000690, "Wrong size on AFGChunk_ArenaIsland"); \ static_assert(offsetof(AFGChunk_ArenaIsland, ArenaIslandMap) == 0x000608, "Member 'AFGChunk_ArenaIsland::ArenaIslandMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_ArenaIsland, ArenaTransform) == 0x000640, "Member 'AFGChunk_ArenaIsland::ArenaTransform' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_ArenaIsland, ArenaSublevelStreamingVolume) == 0x000670, "Member 'AFGChunk_ArenaIsland::ArenaSublevelStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_ArenaIsland, VoidPlatformStreamingVolume) == 0x000678, "Member 'AFGChunk_ArenaIsland::VoidPlatformStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_ArenaIsland, StartingPlatformStreamingVolume) == 0x000680, "Member 'AFGChunk_ArenaIsland::StartingPlatformStreamingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Chase \ static_assert(alignof(AFGChunk_Chase) == 0x000008, "Wrong alignment on AFGChunk_Chase"); \ static_assert(sizeof(AFGChunk_Chase) == 0x000628, "Wrong size on AFGChunk_Chase"); \ static_assert(offsetof(AFGChunk_Chase, ChaseMapInfo) == 0x000608, "Member 'AFGChunk_Chase::ChaseMapInfo' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Chase, SpawnedEnemyRails) == 0x000610, "Member 'AFGChunk_Chase::SpawnedEnemyRails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_Depot_GetParkingLocation \ static_assert(alignof(FGChunk_Depot_GetParkingLocation) == 0x000004, "Wrong alignment on FGChunk_Depot_GetParkingLocation"); \ static_assert(sizeof(FGChunk_Depot_GetParkingLocation) == 0x00000C, "Wrong size on FGChunk_Depot_GetParkingLocation"); \ static_assert(offsetof(FGChunk_Depot_GetParkingLocation, ReturnValue) == 0x000000, "Member 'FGChunk_Depot_GetParkingLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Depot \ static_assert(alignof(AFGChunk_Depot) == 0x000008, "Wrong alignment on AFGChunk_Depot"); \ static_assert(sizeof(AFGChunk_Depot) == 0x000760, "Wrong size on AFGChunk_Depot"); \ static_assert(offsetof(AFGChunk_Depot, DepotMap) == 0x000608, "Member 'AFGChunk_Depot::DepotMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Depot, FXSublevelsVolumes) == 0x000730, "Member 'AFGChunk_Depot::FXSublevelsVolumes' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Depot, PlatformStreamingVolume) == 0x000750, "Member 'AFGChunk_Depot::PlatformStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Depot, DepotBoxStreamingVolume) == 0x000758, "Member 'AFGChunk_Depot::DepotBoxStreamingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGHTNDecorator_Distance2D \ static_assert(alignof(UFGHTNDecorator_Distance2D) == 0x000008, "Wrong alignment on UFGHTNDecorator_Distance2D"); \ static_assert(sizeof(UFGHTNDecorator_Distance2D) == 0x0000C0, "Wrong size on UFGHTNDecorator_Distance2D"); \ #define DUMPER7_ASSERTS_AFGChunk_Eater \ static_assert(alignof(AFGChunk_Eater) == 0x000008, "Wrong alignment on AFGChunk_Eater"); \ static_assert(sizeof(AFGChunk_Eater) == 0x000620, "Wrong size on AFGChunk_Eater"); \ static_assert(offsetof(AFGChunk_Eater, EaterRailsClass) == 0x000608, "Member 'AFGChunk_Eater::EaterRailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Eater, EaterSpawnOffset) == 0x000610, "Member 'AFGChunk_Eater::EaterSpawnOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_GiveTutorNote \ static_assert(alignof(UFGQuestGraphNode_GiveTutorNote) == 0x000008, "Wrong alignment on UFGQuestGraphNode_GiveTutorNote"); \ static_assert(sizeof(UFGQuestGraphNode_GiveTutorNote) == 0x000098, "Wrong size on UFGQuestGraphNode_GiveTutorNote"); \ static_assert(offsetof(UFGQuestGraphNode_GiveTutorNote, TutorialNote) == 0x000090, "Member 'UFGQuestGraphNode_GiveTutorNote::TutorialNote' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Entrance \ static_assert(alignof(AFGChunk_Entrance) == 0x000008, "Wrong alignment on AFGChunk_Entrance"); \ static_assert(sizeof(AFGChunk_Entrance) == 0x000620, "Wrong size on AFGChunk_Entrance"); \ static_assert(offsetof(AFGChunk_Entrance, EntranceRailsClass) == 0x000608, "Member 'AFGChunk_Entrance::EntranceRailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Entrance, SublevelName) == 0x000610, "Member 'AFGChunk_Entrance::SublevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Island \ static_assert(alignof(AFGChunk_Island) == 0x000010, "Wrong alignment on AFGChunk_Island"); \ static_assert(sizeof(AFGChunk_Island) == 0x000660, "Wrong size on AFGChunk_Island"); \ static_assert(offsetof(AFGChunk_Island, IslandMap) == 0x000608, "Member 'AFGChunk_Island::IslandMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Island, MapRotation) == 0x000640, "Member 'AFGChunk_Island::MapRotation' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Island, FirstCellLocation) == 0x000650, "Member 'AFGChunk_Island::FirstCellLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_MemorialIsland \ static_assert(alignof(AFGChunk_MemorialIsland) == 0x000008, "Wrong alignment on AFGChunk_MemorialIsland"); \ static_assert(sizeof(AFGChunk_MemorialIsland) == 0x000610, "Wrong size on AFGChunk_MemorialIsland"); \ static_assert(offsetof(AFGChunk_MemorialIsland, MemoryIsland) == 0x000608, "Member 'AFGChunk_MemorialIsland::MemoryIsland' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrabSplineActor_CanAutoAttach \ static_assert(alignof(FGGrabSplineActor_CanAutoAttach) == 0x000001, "Wrong alignment on FGGrabSplineActor_CanAutoAttach"); \ static_assert(sizeof(FGGrabSplineActor_CanAutoAttach) == 0x000001, "Wrong size on FGGrabSplineActor_CanAutoAttach"); \ static_assert(offsetof(FGGrabSplineActor_CanAutoAttach, ReturnValue) == 0x000000, "Member 'FGGrabSplineActor_CanAutoAttach::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGrabSplineActor_GetAttachPoint \ static_assert(alignof(FGGrabSplineActor_GetAttachPoint) == 0x000004, "Wrong alignment on FGGrabSplineActor_GetAttachPoint"); \ static_assert(sizeof(FGGrabSplineActor_GetAttachPoint) == 0x00000C, "Wrong size on FGGrabSplineActor_GetAttachPoint"); \ static_assert(offsetof(FGGrabSplineActor_GetAttachPoint, ReturnValue) == 0x000000, "Member 'FGGrabSplineActor_GetAttachPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrabSplineActor \ static_assert(alignof(AFGGrabSplineActor) == 0x000008, "Wrong alignment on AFGGrabSplineActor"); \ static_assert(sizeof(AFGGrabSplineActor) == 0x000228, "Wrong size on AFGGrabSplineActor"); \ static_assert(offsetof(AFGGrabSplineActor, bCanAttachPlayer) == 0x000220, "Member 'AFGGrabSplineActor::bCanAttachPlayer' has a wrong offset!"); \ static_assert(offsetof(AFGGrabSplineActor, bCanAutoAttach) == 0x000221, "Member 'AFGGrabSplineActor::bCanAutoAttach' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrapplingHook_WinchActor \ static_assert(alignof(AFGGrapplingHook_WinchActor) == 0x000008, "Wrong alignment on AFGGrapplingHook_WinchActor"); \ static_assert(sizeof(AFGGrapplingHook_WinchActor) == 0x000250, "Wrong size on AFGGrapplingHook_WinchActor"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, SceneComponent) == 0x000228, "Member 'AFGGrapplingHook_WinchActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, StaticMesh) == 0x000230, "Member 'AFGGrapplingHook_WinchActor::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, AttachPoint) == 0x000238, "Member 'AFGGrapplingHook_WinchActor::AttachPoint' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, bEnemyTrainWinch) == 0x000240, "Member 'AFGGrapplingHook_WinchActor::bEnemyTrainWinch' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, bPlayerTrainWinch) == 0x000241, "Member 'AFGGrapplingHook_WinchActor::bPlayerTrainWinch' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_WinchActor, AttachedPlayer) == 0x000248, "Member 'AFGGrapplingHook_WinchActor::AttachedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_Minefield_GetMineSpawnController \ static_assert(alignof(FGChunk_Minefield_GetMineSpawnController) == 0x000008, "Wrong alignment on FGChunk_Minefield_GetMineSpawnController"); \ static_assert(sizeof(FGChunk_Minefield_GetMineSpawnController) == 0x000008, "Wrong size on FGChunk_Minefield_GetMineSpawnController"); \ static_assert(offsetof(FGChunk_Minefield_GetMineSpawnController, ReturnValue) == 0x000000, "Member 'FGChunk_Minefield_GetMineSpawnController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Minefield \ static_assert(alignof(AFGChunk_Minefield) == 0x000008, "Wrong alignment on AFGChunk_Minefield"); \ static_assert(sizeof(AFGChunk_Minefield) == 0x000610, "Wrong size on AFGChunk_Minefield"); \ static_assert(offsetof(AFGChunk_Minefield, MineSpawnController) == 0x000608, "Member 'AFGChunk_Minefield::MineSpawnController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Outpost \ static_assert(alignof(AFGChunk_Outpost) == 0x000008, "Wrong alignment on AFGChunk_Outpost"); \ static_assert(sizeof(AFGChunk_Outpost) == 0x000660, "Wrong size on AFGChunk_Outpost"); \ static_assert(offsetof(AFGChunk_Outpost, OutpostMap) == 0x000608, "Member 'AFGChunk_Outpost::OutpostMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Outpost, TriggerVolumeOffset) == 0x000628, "Member 'AFGChunk_Outpost::TriggerVolumeOffset' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_Outpost, VoidOutpostCorruptionMap) == 0x000630, "Member 'AFGChunk_Outpost::VoidOutpostCorruptionMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_PuzzleIsland_GetPuzzleDifficulty \ static_assert(alignof(FGChunk_PuzzleIsland_GetPuzzleDifficulty) == 0x000001, "Wrong alignment on FGChunk_PuzzleIsland_GetPuzzleDifficulty"); \ static_assert(sizeof(FGChunk_PuzzleIsland_GetPuzzleDifficulty) == 0x000002, "Wrong size on FGChunk_PuzzleIsland_GetPuzzleDifficulty"); \ static_assert(offsetof(FGChunk_PuzzleIsland_GetPuzzleDifficulty, Type) == 0x000000, "Member 'FGChunk_PuzzleIsland_GetPuzzleDifficulty::Type' has a wrong offset!"); \ static_assert(offsetof(FGChunk_PuzzleIsland_GetPuzzleDifficulty, ReturnValue) == 0x000001, "Member 'FGChunk_PuzzleIsland_GetPuzzleDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_PuzzleIsland \ static_assert(alignof(AFGChunk_PuzzleIsland) == 0x000010, "Wrong alignment on AFGChunk_PuzzleIsland"); \ static_assert(sizeof(AFGChunk_PuzzleIsland) == 0x0006C0, "Wrong size on AFGChunk_PuzzleIsland"); \ static_assert(offsetof(AFGChunk_PuzzleIsland, PuzzleIslandMap) == 0x000608, "Member 'AFGChunk_PuzzleIsland::PuzzleIslandMap' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_PuzzleIsland, EntranceTransform) == 0x000640, "Member 'AFGChunk_PuzzleIsland::EntranceTransform' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_PuzzleIsland, HubTransform) == 0x000670, "Member 'AFGChunk_PuzzleIsland::HubTransform' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_PuzzleIsland, PuzzleTransforms) == 0x0006A0, "Member 'AFGChunk_PuzzleIsland::PuzzleTransforms' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_PuzzleIsland, SpawnedVolumes) == 0x0006B0, "Member 'AFGChunk_PuzzleIsland::SpawnedVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEventsManager_ApplyDebuff \ static_assert(alignof(FGEventsManager_ApplyDebuff) == 0x000008, "Wrong alignment on FGEventsManager_ApplyDebuff"); \ static_assert(sizeof(FGEventsManager_ApplyDebuff) == 0x000010, "Wrong size on FGEventsManager_ApplyDebuff"); \ static_assert(offsetof(FGEventsManager_ApplyDebuff, Debuff) == 0x000000, "Member 'FGEventsManager_ApplyDebuff::Debuff' has a wrong offset!"); \ static_assert(offsetof(FGEventsManager_ApplyDebuff, ReturnValue) == 0x000008, "Member 'FGEventsManager_ApplyDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEventsManager_RemoveDebuff \ static_assert(alignof(FGEventsManager_RemoveDebuff) == 0x000008, "Wrong alignment on FGEventsManager_RemoveDebuff"); \ static_assert(sizeof(FGEventsManager_RemoveDebuff) == 0x000010, "Wrong size on FGEventsManager_RemoveDebuff"); \ static_assert(offsetof(FGEventsManager_RemoveDebuff, Debuff) == 0x000000, "Member 'FGEventsManager_RemoveDebuff::Debuff' has a wrong offset!"); \ static_assert(offsetof(FGEventsManager_RemoveDebuff, ReturnValue) == 0x000008, "Member 'FGEventsManager_RemoveDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEventsManager \ static_assert(alignof(UFGEventsManager) == 0x000008, "Wrong alignment on UFGEventsManager"); \ static_assert(sizeof(UFGEventsManager) == 0x000118, "Wrong size on UFGEventsManager"); \ static_assert(offsetof(UFGEventsManager, bDebug) == 0x0000B0, "Member 'UFGEventsManager::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGEventsManager, ActiveDebuffs) == 0x0000B8, "Member 'UFGEventsManager::ActiveDebuffs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap \ static_assert(alignof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap) == 0x000008, "Wrong alignment on FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap"); \ static_assert(sizeof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap) == 0x0000A8, "Wrong size on FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, OtherActor) == 0x000008, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, OtherComp) == 0x000010, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap, SweepResult) == 0x000020, "Member 'FGChunk_QuestChase_OnStartEnemyMovingBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestChase \ static_assert(alignof(AFGChunk_QuestChase) == 0x000008, "Wrong alignment on AFGChunk_QuestChase"); \ static_assert(sizeof(AFGChunk_QuestChase) == 0x000638, "Wrong size on AFGChunk_QuestChase"); \ static_assert(offsetof(AFGChunk_QuestChase, SpawnedVolumes) == 0x000628, "Member 'AFGChunk_QuestChase::SpawnedVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLevelStreamingVolume_Initialize \ static_assert(alignof(FGLevelStreamingVolume_Initialize) == 0x000010, "Wrong alignment on FGLevelStreamingVolume_Initialize"); \ static_assert(sizeof(FGLevelStreamingVolume_Initialize) == 0x000070, "Wrong size on FGLevelStreamingVolume_Initialize"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, Chunk) == 0x000000, "Member 'FGLevelStreamingVolume_Initialize::Chunk' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newStreamingVolumeID) == 0x000008, "Member 'FGLevelStreamingVolume_Initialize::newStreamingVolumeID' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newLevelFolder) == 0x000010, "Member 'FGLevelStreamingVolume_Initialize::newLevelFolder' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newLevelName) == 0x000020, "Member 'FGLevelStreamingVolume_Initialize::newLevelName' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newLevelTransform) == 0x000030, "Member 'FGLevelStreamingVolume_Initialize::newLevelTransform' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, bNewIgnoreTrain) == 0x000060, "Member 'FGLevelStreamingVolume_Initialize::bNewIgnoreTrain' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newPathSection) == 0x000064, "Member 'FGLevelStreamingVolume_Initialize::newPathSection' has a wrong offset!"); \ static_assert(offsetof(FGLevelStreamingVolume_Initialize, newPathSubsection) == 0x000068, "Member 'FGLevelStreamingVolume_Initialize::newPathSubsection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLevelStreamingVolume_IsLevelLoaded \ static_assert(alignof(FGLevelStreamingVolume_IsLevelLoaded) == 0x000001, "Wrong alignment on FGLevelStreamingVolume_IsLevelLoaded"); \ static_assert(sizeof(FGLevelStreamingVolume_IsLevelLoaded) == 0x000001, "Wrong size on FGLevelStreamingVolume_IsLevelLoaded"); \ static_assert(offsetof(FGLevelStreamingVolume_IsLevelLoaded, ReturnValue) == 0x000000, "Member 'FGLevelStreamingVolume_IsLevelLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLevelStreamingVolume_IsLevelVisible \ static_assert(alignof(FGLevelStreamingVolume_IsLevelVisible) == 0x000001, "Wrong alignment on FGLevelStreamingVolume_IsLevelVisible"); \ static_assert(sizeof(FGLevelStreamingVolume_IsLevelVisible) == 0x000001, "Wrong size on FGLevelStreamingVolume_IsLevelVisible"); \ static_assert(offsetof(FGLevelStreamingVolume_IsLevelVisible, ReturnValue) == 0x000000, "Member 'FGLevelStreamingVolume_IsLevelVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLevelStreamingVolume \ static_assert(alignof(AFGLevelStreamingVolume) == 0x000010, "Wrong alignment on AFGLevelStreamingVolume"); \ static_assert(sizeof(AFGLevelStreamingVolume) == 0x000300, "Wrong size on AFGLevelStreamingVolume"); \ static_assert(offsetof(AFGLevelStreamingVolume, bManualLoadingBlock) == 0x000250, "Member 'AFGLevelStreamingVolume::bManualLoadingBlock' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, LevelOffset) == 0x000254, "Member 'AFGLevelStreamingVolume::LevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, LevelStreamingInfo) == 0x000260, "Member 'AFGLevelStreamingVolume::LevelStreamingInfo' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, bSublevelLoaded) == 0x0002C8, "Member 'AFGLevelStreamingVolume::bSublevelLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, UniqueLevelPackageName) == 0x0002D0, "Member 'AFGLevelStreamingVolume::UniqueLevelPackageName' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, StreamingLevel) == 0x0002E0, "Member 'AFGLevelStreamingVolume::StreamingLevel' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, OwnerChunk) == 0x0002E8, "Member 'AFGLevelStreamingVolume::OwnerChunk' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, bDebugLog) == 0x0002F0, "Member 'AFGLevelStreamingVolume::bDebugLog' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, PathSection) == 0x0002F4, "Member 'AFGLevelStreamingVolume::PathSection' has a wrong offset!"); \ static_assert(offsetof(AFGLevelStreamingVolume, PathSubsection) == 0x0002F8, "Member 'AFGLevelStreamingVolume::PathSubsection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGIslandCellStreamingVolume \ static_assert(alignof(AFGIslandCellStreamingVolume) == 0x000010, "Wrong alignment on AFGIslandCellStreamingVolume"); \ static_assert(sizeof(AFGIslandCellStreamingVolume) == 0x000300, "Wrong size on AFGIslandCellStreamingVolume"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestCorruptedOutpost \ static_assert(alignof(AFGChunk_QuestCorruptedOutpost) == 0x000008, "Wrong alignment on AFGChunk_QuestCorruptedOutpost"); \ static_assert(sizeof(AFGChunk_QuestCorruptedOutpost) == 0x000608, "Wrong size on AFGChunk_QuestCorruptedOutpost"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_SetTrainState \ static_assert(alignof(UFGQuestGraphNode_SetTrainState) == 0x000008, "Wrong alignment on UFGQuestGraphNode_SetTrainState"); \ static_assert(sizeof(UFGQuestGraphNode_SetTrainState) == 0x0000A0, "Wrong size on UFGQuestGraphNode_SetTrainState"); \ static_assert(offsetof(UFGQuestGraphNode_SetTrainState, TrainState) == 0x000090, "Member 'UFGQuestGraphNode_SetTrainState::TrainState' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_SetTrainState, bForceSpeedForEngine) == 0x000091, "Member 'UFGQuestGraphNode_SetTrainState::bForceSpeedForEngine' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_SetTrainState, PlayerEngineForceSpeed) == 0x000094, "Member 'UFGQuestGraphNode_SetTrainState::PlayerEngineForceSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_SetTrainState, bCutTrainSpeed) == 0x000098, "Member 'UFGQuestGraphNode_SetTrainState::bCutTrainSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestDerailedTrain \ static_assert(alignof(AFGChunk_QuestDerailedTrain) == 0x000008, "Wrong alignment on AFGChunk_QuestDerailedTrain"); \ static_assert(sizeof(AFGChunk_QuestDerailedTrain) == 0x000608, "Wrong size on AFGChunk_QuestDerailedTrain"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestEnding \ static_assert(alignof(AFGChunk_QuestEnding) == 0x000008, "Wrong alignment on AFGChunk_QuestEnding"); \ static_assert(sizeof(AFGChunk_QuestEnding) == 0x000608, "Wrong size on AFGChunk_QuestEnding"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestFirstRift \ static_assert(alignof(AFGChunk_QuestFirstRift) == 0x000008, "Wrong alignment on AFGChunk_QuestFirstRift"); \ static_assert(sizeof(AFGChunk_QuestFirstRift) == 0x000608, "Wrong size on AFGChunk_QuestFirstRift"); \ #define DUMPER7_ASSERTS_UFGMA_JanitorCleanPollution \ static_assert(alignof(UFGMA_JanitorCleanPollution) == 0x000008, "Wrong alignment on UFGMA_JanitorCleanPollution"); \ static_assert(sizeof(UFGMA_JanitorCleanPollution) == 0x000050, "Wrong size on UFGMA_JanitorCleanPollution"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestLighthouse \ static_assert(alignof(AFGChunk_QuestLighthouse) == 0x000008, "Wrong alignment on AFGChunk_QuestLighthouse"); \ static_assert(sizeof(AFGChunk_QuestLighthouse) == 0x000608, "Wrong size on AFGChunk_QuestLighthouse"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestScientistOutpost \ static_assert(alignof(AFGChunk_QuestScientistOutpost) == 0x000008, "Wrong alignment on AFGChunk_QuestScientistOutpost"); \ static_assert(sizeof(AFGChunk_QuestScientistOutpost) == 0x000608, "Wrong size on AFGChunk_QuestScientistOutpost"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestScientistRevenge \ static_assert(alignof(AFGChunk_QuestScientistRevenge) == 0x000008, "Wrong alignment on AFGChunk_QuestScientistRevenge"); \ static_assert(sizeof(AFGChunk_QuestScientistRevenge) == 0x000608, "Wrong size on AFGChunk_QuestScientistRevenge"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_ActivateState \ static_assert(alignof(FGTrainEngineComponent_ActivateState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_ActivateState"); \ static_assert(sizeof(FGTrainEngineComponent_ActivateState) == 0x000002, "Wrong size on FGTrainEngineComponent_ActivateState"); \ static_assert(offsetof(FGTrainEngineComponent_ActivateState, State) == 0x000000, "Member 'FGTrainEngineComponent_ActivateState::State' has a wrong offset!"); \ static_assert(offsetof(FGTrainEngineComponent_ActivateState, ReturnValue) == 0x000001, "Member 'FGTrainEngineComponent_ActivateState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_BP_CanStartBurstTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_BP_CanStartBurstTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_BP_CanStartBurstTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_BP_CanStartBurstTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_BP_CanStartBurstTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_BP_CanStartBurstTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_BP_CanStartBurstTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_BP_CanStartFastTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_BP_CanStartFastTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_BP_CanStartFastTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_BP_CanStartFastTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_BP_CanStartFastTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_BP_CanStartFastTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_BP_CanStartFastTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_BP_CanStartMediumTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_BP_CanStartMediumTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_BP_CanStartMediumTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_BP_CanStartMediumTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_BP_CanStartMediumTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_BP_CanStartMediumTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_BP_CanStartMediumTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_BP_CanStartSlowTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_BP_CanStartSlowTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_BP_CanStartSlowTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_BP_CanStartSlowTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_BP_CanStartSlowTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_BP_CanStartSlowTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_BP_CanStartSlowTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_BP_CanStartStopTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_BP_CanStartStopTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_BP_CanStartStopTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_BP_CanStartStopTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_BP_CanStartStopTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_BP_CanStartStopTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_BP_CanStartStopTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_CanStartBurstTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_CanStartBurstTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_CanStartBurstTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_CanStartBurstTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_CanStartBurstTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_CanStartBurstTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_CanStartBurstTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_CanStartFastTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_CanStartFastTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_CanStartFastTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_CanStartFastTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_CanStartFastTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_CanStartFastTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_CanStartFastTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_CanStartMediumTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_CanStartMediumTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_CanStartMediumTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_CanStartMediumTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_CanStartMediumTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_CanStartMediumTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_CanStartMediumTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_CanStartSlowTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_CanStartSlowTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_CanStartSlowTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_CanStartSlowTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_CanStartSlowTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_CanStartSlowTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_CanStartSlowTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_CanStartStopTrainEngineState \ static_assert(alignof(FGTrainEngineComponent_CanStartStopTrainEngineState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_CanStartStopTrainEngineState"); \ static_assert(sizeof(FGTrainEngineComponent_CanStartStopTrainEngineState) == 0x000001, "Wrong size on FGTrainEngineComponent_CanStartStopTrainEngineState"); \ static_assert(offsetof(FGTrainEngineComponent_CanStartStopTrainEngineState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_CanStartStopTrainEngineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetEngineDurabilityModifier \ static_assert(alignof(FGTrainEngineComponent_GetEngineDurabilityModifier) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetEngineDurabilityModifier"); \ static_assert(sizeof(FGTrainEngineComponent_GetEngineDurabilityModifier) == 0x000004, "Wrong size on FGTrainEngineComponent_GetEngineDurabilityModifier"); \ static_assert(offsetof(FGTrainEngineComponent_GetEngineDurabilityModifier, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetEngineDurabilityModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetEnginePowerCurrent \ static_assert(alignof(FGTrainEngineComponent_GetEnginePowerCurrent) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetEnginePowerCurrent"); \ static_assert(sizeof(FGTrainEngineComponent_GetEnginePowerCurrent) == 0x000004, "Wrong size on FGTrainEngineComponent_GetEnginePowerCurrent"); \ static_assert(offsetof(FGTrainEngineComponent_GetEnginePowerCurrent, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetEnginePowerCurrent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetFlameFuel \ static_assert(alignof(FGTrainEngineComponent_GetFlameFuel) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetFlameFuel"); \ static_assert(sizeof(FGTrainEngineComponent_GetFlameFuel) == 0x000004, "Wrong size on FGTrainEngineComponent_GetFlameFuel"); \ static_assert(offsetof(FGTrainEngineComponent_GetFlameFuel, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetFlameFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetFuelAmount \ static_assert(alignof(FGTrainEngineComponent_GetFuelAmount) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetFuelAmount"); \ static_assert(sizeof(FGTrainEngineComponent_GetFuelAmount) == 0x000008, "Wrong size on FGTrainEngineComponent_GetFuelAmount"); \ static_assert(offsetof(FGTrainEngineComponent_GetFuelAmount, FuelType) == 0x000000, "Member 'FGTrainEngineComponent_GetFuelAmount::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGTrainEngineComponent_GetFuelAmount, ReturnValue) == 0x000004, "Member 'FGTrainEngineComponent_GetFuelAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetMaxSpeed \ static_assert(alignof(FGTrainEngineComponent_GetMaxSpeed) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetMaxSpeed"); \ static_assert(sizeof(FGTrainEngineComponent_GetMaxSpeed) == 0x000004, "Wrong size on FGTrainEngineComponent_GetMaxSpeed"); \ static_assert(offsetof(FGTrainEngineComponent_GetMaxSpeed, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetMaxWorkPower \ static_assert(alignof(FGTrainEngineComponent_GetMaxWorkPower) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetMaxWorkPower"); \ static_assert(sizeof(FGTrainEngineComponent_GetMaxWorkPower) == 0x000004, "Wrong size on FGTrainEngineComponent_GetMaxWorkPower"); \ static_assert(offsetof(FGTrainEngineComponent_GetMaxWorkPower, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetMaxWorkPower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetMinSpeed \ static_assert(alignof(FGTrainEngineComponent_GetMinSpeed) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetMinSpeed"); \ static_assert(sizeof(FGTrainEngineComponent_GetMinSpeed) == 0x000004, "Wrong size on FGTrainEngineComponent_GetMinSpeed"); \ static_assert(offsetof(FGTrainEngineComponent_GetMinSpeed, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetMinSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetOverloadPlatformsLimit \ static_assert(alignof(FGTrainEngineComponent_GetOverloadPlatformsLimit) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetOverloadPlatformsLimit"); \ static_assert(sizeof(FGTrainEngineComponent_GetOverloadPlatformsLimit) == 0x000004, "Wrong size on FGTrainEngineComponent_GetOverloadPlatformsLimit"); \ static_assert(offsetof(FGTrainEngineComponent_GetOverloadPlatformsLimit, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetOverloadPlatformsLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetState \ static_assert(alignof(FGTrainEngineComponent_GetState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_GetState"); \ static_assert(sizeof(FGTrainEngineComponent_GetState) == 0x000001, "Wrong size on FGTrainEngineComponent_GetState"); \ static_assert(offsetof(FGTrainEngineComponent_GetState, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetTotalPlatformsLimit \ static_assert(alignof(FGTrainEngineComponent_GetTotalPlatformsLimit) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetTotalPlatformsLimit"); \ static_assert(sizeof(FGTrainEngineComponent_GetTotalPlatformsLimit) == 0x000004, "Wrong size on FGTrainEngineComponent_GetTotalPlatformsLimit"); \ static_assert(offsetof(FGTrainEngineComponent_GetTotalPlatformsLimit, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetTotalPlatformsLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetTrainEngineEra \ static_assert(alignof(FGTrainEngineComponent_GetTrainEngineEra) == 0x000001, "Wrong alignment on FGTrainEngineComponent_GetTrainEngineEra"); \ static_assert(sizeof(FGTrainEngineComponent_GetTrainEngineEra) == 0x000001, "Wrong size on FGTrainEngineComponent_GetTrainEngineEra"); \ static_assert(offsetof(FGTrainEngineComponent_GetTrainEngineEra, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetTrainEngineEra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetWaterFuel \ static_assert(alignof(FGTrainEngineComponent_GetWaterFuel) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetWaterFuel"); \ static_assert(sizeof(FGTrainEngineComponent_GetWaterFuel) == 0x000004, "Wrong size on FGTrainEngineComponent_GetWaterFuel"); \ static_assert(offsetof(FGTrainEngineComponent_GetWaterFuel, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetWaterFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_ServerActivateState \ static_assert(alignof(FGTrainEngineComponent_ServerActivateState) == 0x000001, "Wrong alignment on FGTrainEngineComponent_ServerActivateState"); \ static_assert(sizeof(FGTrainEngineComponent_ServerActivateState) == 0x000001, "Wrong size on FGTrainEngineComponent_ServerActivateState"); \ static_assert(offsetof(FGTrainEngineComponent_ServerActivateState, State) == 0x000000, "Member 'FGTrainEngineComponent_ServerActivateState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_SetUnderHarpoon \ static_assert(alignof(FGTrainEngineComponent_SetUnderHarpoon) == 0x000001, "Wrong alignment on FGTrainEngineComponent_SetUnderHarpoon"); \ static_assert(sizeof(FGTrainEngineComponent_SetUnderHarpoon) == 0x000001, "Wrong size on FGTrainEngineComponent_SetUnderHarpoon"); \ static_assert(offsetof(FGTrainEngineComponent_SetUnderHarpoon, inUnderHarpoon) == 0x000000, "Member 'FGTrainEngineComponent_SetUnderHarpoon::inUnderHarpoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_UpdateDurability \ static_assert(alignof(FGTrainEngineComponent_UpdateDurability) == 0x000004, "Wrong alignment on FGTrainEngineComponent_UpdateDurability"); \ static_assert(sizeof(FGTrainEngineComponent_UpdateDurability) == 0x000004, "Wrong size on FGTrainEngineComponent_UpdateDurability"); \ static_assert(offsetof(FGTrainEngineComponent_UpdateDurability, DurabilityPercent) == 0x000000, "Member 'FGTrainEngineComponent_UpdateDurability::DurabilityPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetTotalLootCatchersLimit \ static_assert(alignof(FGTrainEngineComponent_GetTotalLootCatchersLimit) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetTotalLootCatchersLimit"); \ static_assert(sizeof(FGTrainEngineComponent_GetTotalLootCatchersLimit) == 0x000004, "Wrong size on FGTrainEngineComponent_GetTotalLootCatchersLimit"); \ static_assert(offsetof(FGTrainEngineComponent_GetTotalLootCatchersLimit, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetTotalLootCatchersLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainEngineComponent_GetTotalWorkersLimit \ static_assert(alignof(FGTrainEngineComponent_GetTotalWorkersLimit) == 0x000004, "Wrong alignment on FGTrainEngineComponent_GetTotalWorkersLimit"); \ static_assert(sizeof(FGTrainEngineComponent_GetTotalWorkersLimit) == 0x000004, "Wrong size on FGTrainEngineComponent_GetTotalWorkersLimit"); \ static_assert(offsetof(FGTrainEngineComponent_GetTotalWorkersLimit, ReturnValue) == 0x000000, "Member 'FGTrainEngineComponent_GetTotalWorkersLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainEngineComponent \ static_assert(alignof(UFGTrainEngineComponent) == 0x000008, "Wrong alignment on UFGTrainEngineComponent"); \ static_assert(sizeof(UFGTrainEngineComponent) == 0x000198, "Wrong size on UFGTrainEngineComponent"); \ static_assert(offsetof(UFGTrainEngineComponent, ModuleOwner) == 0x0000B8, "Member 'UFGTrainEngineComponent::ModuleOwner' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TrainOwner) == 0x0000C0, "Member 'UFGTrainEngineComponent::TrainOwner' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, EnginePowerCurrent) == 0x0000C8, "Member 'UFGTrainEngineComponent::EnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MaxWorkPower) == 0x0000CC, "Member 'UFGTrainEngineComponent::MaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MaxWorkPowerVoidTechBonus) == 0x0000D0, "Member 'UFGTrainEngineComponent::MaxWorkPowerVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MaxSpeed) == 0x0000D4, "Member 'UFGTrainEngineComponent::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MaxSpeedVoidTechBonus) == 0x0000D8, "Member 'UFGTrainEngineComponent::MaxSpeedVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, EngineEra) == 0x0000DC, "Member 'UFGTrainEngineComponent::EngineEra' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, OverloadPlatformsLimit) == 0x0000E0, "Member 'UFGTrainEngineComponent::OverloadPlatformsLimit' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, OverloadPlatformsLimitVoidTechBonus) == 0x0000E4, "Member 'UFGTrainEngineComponent::OverloadPlatformsLimitVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TotalPlatformsLimit) == 0x0000E8, "Member 'UFGTrainEngineComponent::TotalPlatformsLimit' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TotalPlatformsLimitVoidTechBonus) == 0x0000EC, "Member 'UFGTrainEngineComponent::TotalPlatformsLimitVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TotalWorkersLimit) == 0x0000F0, "Member 'UFGTrainEngineComponent::TotalWorkersLimit' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TotalLootCatchersLimit) == 0x0000F4, "Member 'UFGTrainEngineComponent::TotalLootCatchersLimit' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, BurstPowerVoidTechBonus) == 0x0000F8, "Member 'UFGTrainEngineComponent::BurstPowerVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, bOnBrake) == 0x0000FC, "Member 'UFGTrainEngineComponent::bOnBrake' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, StopMaxSpeed) == 0x000100, "Member 'UFGTrainEngineComponent::StopMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, SlowMaxSpeed) == 0x000104, "Member 'UFGTrainEngineComponent::SlowMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MediumMaxSpeed) == 0x000108, "Member 'UFGTrainEngineComponent::MediumMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, FastMaxSpeed) == 0x00010C, "Member 'UFGTrainEngineComponent::FastMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, BurstMaxSpeed) == 0x000110, "Member 'UFGTrainEngineComponent::BurstMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, UnderHarpoonMaxSpeed) == 0x000114, "Member 'UFGTrainEngineComponent::UnderHarpoonMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, UnderHitchMaxSpeed) == 0x000118, "Member 'UFGTrainEngineComponent::UnderHitchMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, StopMaxWorkPower) == 0x00011C, "Member 'UFGTrainEngineComponent::StopMaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, SlowMaxWorkPower) == 0x000120, "Member 'UFGTrainEngineComponent::SlowMaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MediumMaxWorkPower) == 0x000124, "Member 'UFGTrainEngineComponent::MediumMaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, FastMaxWorkPower) == 0x000128, "Member 'UFGTrainEngineComponent::FastMaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, BurstMaxWorkPower) == 0x00012C, "Member 'UFGTrainEngineComponent::BurstMaxWorkPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, StopEnginePowerCurrent) == 0x000130, "Member 'UFGTrainEngineComponent::StopEnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, SlowEnginePowerCurrent) == 0x000134, "Member 'UFGTrainEngineComponent::SlowEnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MediumEnginePowerCurrent) == 0x000138, "Member 'UFGTrainEngineComponent::MediumEnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, FastEnginePowerCurrent) == 0x00013C, "Member 'UFGTrainEngineComponent::FastEnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, BurstEnginePowerCurrent) == 0x000140, "Member 'UFGTrainEngineComponent::BurstEnginePowerCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MinSpeed) == 0x000144, "Member 'UFGTrainEngineComponent::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, MaxPenaltyPerPlatform) == 0x000148, "Member 'UFGTrainEngineComponent::MaxPenaltyPerPlatform' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, PenaltyPerPlatform) == 0x00014C, "Member 'UFGTrainEngineComponent::PenaltyPerPlatform' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, EnginePassivePower) == 0x000150, "Member 'UFGTrainEngineComponent::EnginePassivePower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, BackwardPassivePower) == 0x000154, "Member 'UFGTrainEngineComponent::BackwardPassivePower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, EngineDurabilitySettings) == 0x000158, "Member 'UFGTrainEngineComponent::EngineDurabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, EngineDurabilityModifier) == 0x000168, "Member 'UFGTrainEngineComponent::EngineDurabilityModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, CachedFuelInventory) == 0x000170, "Member 'UFGTrainEngineComponent::CachedFuelInventory' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TrainEngineState) == 0x000178, "Member 'UFGTrainEngineComponent::TrainEngineState' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, OnTrainEngineState) == 0x000180, "Member 'UFGTrainEngineComponent::OnTrainEngineState' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, bBurstThreeMinutesComplete) == 0x000190, "Member 'UFGTrainEngineComponent::bBurstThreeMinutesComplete' has a wrong offset!"); \ static_assert(offsetof(UFGTrainEngineComponent, TotalBurstWorkTime) == 0x000194, "Member 'UFGTrainEngineComponent::TotalBurstWorkTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestSecondRift \ static_assert(alignof(AFGChunk_QuestSecondRift) == 0x000008, "Wrong alignment on AFGChunk_QuestSecondRift"); \ static_assert(sizeof(AFGChunk_QuestSecondRift) == 0x000610, "Wrong size on AFGChunk_QuestSecondRift"); \ static_assert(offsetof(AFGChunk_QuestSecondRift, Island) == 0x000608, "Member 'AFGChunk_QuestSecondRift::Island' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_K2_InitializeLifetimeData \ static_assert(alignof(FGItem_HeavyItem_K2_InitializeLifetimeData) == 0x000008, "Wrong alignment on FGItem_HeavyItem_K2_InitializeLifetimeData"); \ static_assert(sizeof(FGItem_HeavyItem_K2_InitializeLifetimeData) == 0x000008, "Wrong size on FGItem_HeavyItem_K2_InitializeLifetimeData"); \ static_assert(offsetof(FGItem_HeavyItem_K2_InitializeLifetimeData, LifetimeData) == 0x000000, "Member 'FGItem_HeavyItem_K2_InitializeLifetimeData::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_MulticastDrop \ static_assert(alignof(FGItem_HeavyItem_MulticastDrop) == 0x000008, "Wrong alignment on FGItem_HeavyItem_MulticastDrop"); \ static_assert(sizeof(FGItem_HeavyItem_MulticastDrop) == 0x000008, "Wrong size on FGItem_HeavyItem_MulticastDrop"); \ static_assert(offsetof(FGItem_HeavyItem_MulticastDrop, InPlaceholder) == 0x000000, "Member 'FGItem_HeavyItem_MulticastDrop::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_OnDroppedItemDestroyed \ static_assert(alignof(FGItem_HeavyItem_OnDroppedItemDestroyed) == 0x000008, "Wrong alignment on FGItem_HeavyItem_OnDroppedItemDestroyed"); \ static_assert(sizeof(FGItem_HeavyItem_OnDroppedItemDestroyed) == 0x000008, "Wrong size on FGItem_HeavyItem_OnDroppedItemDestroyed"); \ static_assert(offsetof(FGItem_HeavyItem_OnDroppedItemDestroyed, DestroyedActor) == 0x000000, "Member 'FGItem_HeavyItem_OnDroppedItemDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_OnRep_DroppedItem \ static_assert(alignof(FGItem_HeavyItem_OnRep_DroppedItem) == 0x000008, "Wrong alignment on FGItem_HeavyItem_OnRep_DroppedItem"); \ static_assert(sizeof(FGItem_HeavyItem_OnRep_DroppedItem) == 0x000008, "Wrong size on FGItem_HeavyItem_OnRep_DroppedItem"); \ static_assert(offsetof(FGItem_HeavyItem_OnRep_DroppedItem, LastDroppedItem) == 0x000000, "Member 'FGItem_HeavyItem_OnRep_DroppedItem::LastDroppedItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_ReadDataFromLTD \ static_assert(alignof(FGItem_HeavyItem_ReadDataFromLTD) == 0x000008, "Wrong alignment on FGItem_HeavyItem_ReadDataFromLTD"); \ static_assert(sizeof(FGItem_HeavyItem_ReadDataFromLTD) == 0x000008, "Wrong size on FGItem_HeavyItem_ReadDataFromLTD"); \ static_assert(offsetof(FGItem_HeavyItem_ReadDataFromLTD, LifetimeData) == 0x000000, "Member 'FGItem_HeavyItem_ReadDataFromLTD::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_SetWasStolen \ static_assert(alignof(FGItem_HeavyItem_SetWasStolen) == 0x000001, "Wrong alignment on FGItem_HeavyItem_SetWasStolen"); \ static_assert(sizeof(FGItem_HeavyItem_SetWasStolen) == 0x000001, "Wrong size on FGItem_HeavyItem_SetWasStolen"); \ static_assert(offsetof(FGItem_HeavyItem_SetWasStolen, bStolen) == 0x000000, "Member 'FGItem_HeavyItem_SetWasStolen::bStolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_HeavyItem_GetWasStolen \ static_assert(alignof(FGItem_HeavyItem_GetWasStolen) == 0x000001, "Wrong alignment on FGItem_HeavyItem_GetWasStolen"); \ static_assert(sizeof(FGItem_HeavyItem_GetWasStolen) == 0x000001, "Wrong size on FGItem_HeavyItem_GetWasStolen"); \ static_assert(offsetof(FGItem_HeavyItem_GetWasStolen, ReturnValue) == 0x000000, "Member 'FGItem_HeavyItem_GetWasStolen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_HeavyItem \ static_assert(alignof(AFGItem_HeavyItem) == 0x000010, "Wrong alignment on AFGItem_HeavyItem"); \ static_assert(sizeof(AFGItem_HeavyItem) == 0x0006D0, "Wrong size on AFGItem_HeavyItem"); \ static_assert(offsetof(AFGItem_HeavyItem, PickupMesh) == 0x000628, "Member 'AFGItem_HeavyItem::PickupMesh' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, DropMontage) == 0x000630, "Member 'AFGItem_HeavyItem::DropMontage' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, PoseOffsetAnimation_FP) == 0x000648, "Member 'AFGItem_HeavyItem::PoseOffsetAnimation_FP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, PoseOffsetAnimationNoGravity_FP) == 0x000650, "Member 'AFGItem_HeavyItem::PoseOffsetAnimationNoGravity_FP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, PoseOffsetAnimation_TP) == 0x000658, "Member 'AFGItem_HeavyItem::PoseOffsetAnimation_TP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, PoseOffsetAnimationNoGravity_TP) == 0x000660, "Member 'AFGItem_HeavyItem::PoseOffsetAnimationNoGravity_TP' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, LeftHandIKOffset) == 0x000668, "Member 'AFGItem_HeavyItem::LeftHandIKOffset' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, DropTime) == 0x000674, "Member 'AFGItem_HeavyItem::DropTime' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, LinkedWagonModule) == 0x000678, "Member 'AFGItem_HeavyItem::LinkedWagonModule' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, bCreateFromInteract) == 0x000680, "Member 'AFGItem_HeavyItem::bCreateFromInteract' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, DroppedItem) == 0x000688, "Member 'AFGItem_HeavyItem::DroppedItem' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, LocalDroppedItem) == 0x000690, "Member 'AFGItem_HeavyItem::LocalDroppedItem' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, SourcePlaceholder) == 0x0006B8, "Member 'AFGItem_HeavyItem::SourcePlaceholder' has a wrong offset!"); \ static_assert(offsetof(AFGItem_HeavyItem, bWasStolen) == 0x0006C0, "Member 'AFGItem_HeavyItem::bWasStolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestSnakePath \ static_assert(alignof(AFGChunk_QuestSnakePath) == 0x000008, "Wrong alignment on AFGChunk_QuestSnakePath"); \ static_assert(sizeof(AFGChunk_QuestSnakePath) == 0x000608, "Wrong size on AFGChunk_QuestSnakePath"); \ #define DUMPER7_ASSERTS_FGQuestGraphRequirement_CheckResult \ static_assert(alignof(FGQuestGraphRequirement_CheckResult) == 0x000008, "Wrong alignment on FGQuestGraphRequirement_CheckResult"); \ static_assert(sizeof(FGQuestGraphRequirement_CheckResult) == 0x000018, "Wrong size on FGQuestGraphRequirement_CheckResult"); \ static_assert(offsetof(FGQuestGraphRequirement_CheckResult, Graph) == 0x000000, "Member 'FGQuestGraphRequirement_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphRequirement_CheckResult, QuestManager) == 0x000008, "Member 'FGQuestGraphRequirement_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphRequirement_CheckResult, ReturnValue) == 0x000010, "Member 'FGQuestGraphRequirement_CheckResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphRequirement \ static_assert(alignof(UFGQuestGraphRequirement) == 0x000008, "Wrong alignment on UFGQuestGraphRequirement"); \ static_assert(sizeof(UFGQuestGraphRequirement) == 0x000028, "Wrong size on UFGQuestGraphRequirement"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestSurviveRoad \ static_assert(alignof(AFGChunk_QuestSurviveRoad) == 0x000008, "Wrong alignment on AFGChunk_QuestSurviveRoad"); \ static_assert(sizeof(AFGChunk_QuestSurviveRoad) == 0x000610, "Wrong size on AFGChunk_QuestSurviveRoad"); \ static_assert(offsetof(AFGChunk_QuestSurviveRoad, QuestZoneVolume) == 0x000608, "Member 'AFGChunk_QuestSurviveRoad::QuestZoneVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestVelvaIsland \ static_assert(alignof(AFGChunk_QuestVelvaIsland) == 0x000010, "Wrong alignment on AFGChunk_QuestVelvaIsland"); \ static_assert(sizeof(AFGChunk_QuestVelvaIsland) == 0x000670, "Wrong size on AFGChunk_QuestVelvaIsland"); \ static_assert(offsetof(AFGChunk_QuestVelvaIsland, QuestZoneVolume) == 0x000608, "Member 'AFGChunk_QuestVelvaIsland::QuestZoneVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInteractionComponent_CanStartInteraction \ static_assert(alignof(FGInteractionComponent_CanStartInteraction) == 0x000008, "Wrong alignment on FGInteractionComponent_CanStartInteraction"); \ static_assert(sizeof(FGInteractionComponent_CanStartInteraction) == 0x000010, "Wrong size on FGInteractionComponent_CanStartInteraction"); \ static_assert(offsetof(FGInteractionComponent_CanStartInteraction, PlayerCharacter) == 0x000000, "Member 'FGInteractionComponent_CanStartInteraction::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGInteractionComponent_CanStartInteraction, ReturnValue) == 0x000008, "Member 'FGInteractionComponent_CanStartInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInteractionComponent_OnInteractionEnd \ static_assert(alignof(FGInteractionComponent_OnInteractionEnd) == 0x000008, "Wrong alignment on FGInteractionComponent_OnInteractionEnd"); \ static_assert(sizeof(FGInteractionComponent_OnInteractionEnd) == 0x000008, "Wrong size on FGInteractionComponent_OnInteractionEnd"); \ static_assert(offsetof(FGInteractionComponent_OnInteractionEnd, PlayerCharacter) == 0x000000, "Member 'FGInteractionComponent_OnInteractionEnd::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInteractionComponent_OnInteractionStart \ static_assert(alignof(FGInteractionComponent_OnInteractionStart) == 0x000008, "Wrong alignment on FGInteractionComponent_OnInteractionStart"); \ static_assert(sizeof(FGInteractionComponent_OnInteractionStart) == 0x000010, "Wrong size on FGInteractionComponent_OnInteractionStart"); \ static_assert(offsetof(FGInteractionComponent_OnInteractionStart, PlayerCharacter) == 0x000000, "Member 'FGInteractionComponent_OnInteractionStart::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGInteractionComponent_OnInteractionStart, ReturnValue) == 0x000008, "Member 'FGInteractionComponent_OnInteractionStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInteractionComponent \ static_assert(alignof(UFGInteractionComponent) == 0x000008, "Wrong alignment on UFGInteractionComponent"); \ static_assert(sizeof(UFGInteractionComponent) == 0x0000E0, "Wrong size on UFGInteractionComponent"); \ static_assert(offsetof(UFGInteractionComponent, bShareSameOwner) == 0x0000B0, "Member 'UFGInteractionComponent::bShareSameOwner' has a wrong offset!"); \ static_assert(offsetof(UFGInteractionComponent, InteractedPlayerCharacter) == 0x0000B8, "Member 'UFGInteractionComponent::InteractedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGInteractionComponent, OnInteractUpdated) == 0x0000C0, "Member 'UFGInteractionComponent::OnInteractUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGInteractionComponent, OnInteractionAbort) == 0x0000D0, "Member 'UFGInteractionComponent::OnInteractionAbort' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes \ static_assert(alignof(FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes) == 0x000001, "Wrong alignment on FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes"); \ static_assert(sizeof(FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes) == 0x000001, "Wrong size on FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes"); \ static_assert(offsetof(FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes, bAlwaysLoaded) == 0x000000, "Member 'FGChunk_QuestWitchIsland_SetAlwaysLoadQuestVolumes::bAlwaysLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_QuestWitchIsland \ static_assert(alignof(AFGChunk_QuestWitchIsland) == 0x000010, "Wrong alignment on AFGChunk_QuestWitchIsland"); \ static_assert(sizeof(AFGChunk_QuestWitchIsland) == 0x000720, "Wrong size on AFGChunk_QuestWitchIsland"); \ static_assert(offsetof(AFGChunk_QuestWitchIsland, TowerDefaultSub) == 0x000608, "Member 'AFGChunk_QuestWitchIsland::TowerDefaultSub' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_QuestWitchIsland, TowerPath) == 0x000610, "Member 'AFGChunk_QuestWitchIsland::TowerPath' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_QuestWitchIsland, MiniGameSub) == 0x000618, "Member 'AFGChunk_QuestWitchIsland::MiniGameSub' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_QuestWitchIsland, ShackSub) == 0x000620, "Member 'AFGChunk_QuestWitchIsland::ShackSub' has a wrong offset!"); \ static_assert(offsetof(AFGChunk_QuestWitchIsland, Tower) == 0x000628, "Member 'AFGChunk_QuestWitchIsland::Tower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunk_Starting \ static_assert(alignof(AFGChunk_Starting) == 0x000008, "Wrong alignment on AFGChunk_Starting"); \ static_assert(sizeof(AFGChunk_Starting) == 0x000608, "Wrong size on AFGChunk_Starting"); \ #define DUMPER7_ASSERTS_FGFuelSlotTrainEngineComponent_GetFuelInventories \ static_assert(alignof(FGFuelSlotTrainEngineComponent_GetFuelInventories) == 0x000008, "Wrong alignment on FGFuelSlotTrainEngineComponent_GetFuelInventories"); \ static_assert(sizeof(FGFuelSlotTrainEngineComponent_GetFuelInventories) == 0x000010, "Wrong size on FGFuelSlotTrainEngineComponent_GetFuelInventories"); \ static_assert(offsetof(FGFuelSlotTrainEngineComponent_GetFuelInventories, ReturnValue) == 0x000000, "Member 'FGFuelSlotTrainEngineComponent_GetFuelInventories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGFuelSlotTrainEngineComponent \ static_assert(alignof(UFGFuelSlotTrainEngineComponent) == 0x000008, "Wrong alignment on UFGFuelSlotTrainEngineComponent"); \ static_assert(sizeof(UFGFuelSlotTrainEngineComponent) == 0x0001C0, "Wrong size on UFGFuelSlotTrainEngineComponent"); \ static_assert(offsetof(UFGFuelSlotTrainEngineComponent, MaximumFuelSlots) == 0x000198, "Member 'UFGFuelSlotTrainEngineComponent::MaximumFuelSlots' has a wrong offset!"); \ static_assert(offsetof(UFGFuelSlotTrainEngineComponent, UnlockedFuelSlots) == 0x00019C, "Member 'UFGFuelSlotTrainEngineComponent::UnlockedFuelSlots' has a wrong offset!"); \ static_assert(offsetof(UFGFuelSlotTrainEngineComponent, FuelSlotUnlocksTechList) == 0x0001A0, "Member 'UFGFuelSlotTrainEngineComponent::FuelSlotUnlocksTechList' has a wrong offset!"); \ static_assert(offsetof(UFGFuelSlotTrainEngineComponent, CachedFuelInventories) == 0x0001B0, "Member 'UFGFuelSlotTrainEngineComponent::CachedFuelInventories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_GetSteamCurrent \ static_assert(alignof(FGTrainSteamEngineComponent_GetSteamCurrent) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_GetSteamCurrent"); \ static_assert(sizeof(FGTrainSteamEngineComponent_GetSteamCurrent) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_GetSteamCurrent"); \ static_assert(offsetof(FGTrainSteamEngineComponent_GetSteamCurrent, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_GetSteamCurrent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_GetSteamMax \ static_assert(alignof(FGTrainSteamEngineComponent_GetSteamMax) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_GetSteamMax"); \ static_assert(sizeof(FGTrainSteamEngineComponent_GetSteamMax) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_GetSteamMax"); \ static_assert(offsetof(FGTrainSteamEngineComponent_GetSteamMax, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_GetSteamMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainSteamEngineComponent \ static_assert(alignof(UFGTrainSteamEngineComponent) == 0x000008, "Wrong alignment on UFGTrainSteamEngineComponent"); \ static_assert(sizeof(UFGTrainSteamEngineComponent) == 0x000250, "Wrong size on UFGTrainSteamEngineComponent"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamDefault) == 0x0001C0, "Member 'UFGTrainSteamEngineComponent::SteamDefault' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamMax) == 0x0001C4, "Member 'UFGTrainSteamEngineComponent::SteamMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamCurrent) == 0x0001C8, "Member 'UFGTrainSteamEngineComponent::SteamCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamUpdateTime) == 0x0001CC, "Member 'UFGTrainSteamEngineComponent::SteamUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, MediumSteamCreateTickValue) == 0x0001D0, "Member 'UFGTrainSteamEngineComponent::MediumSteamCreateTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, BurstSteamCreateTickValue) == 0x0001D4, "Member 'UFGTrainSteamEngineComponent::BurstSteamCreateTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamLossTickTime) == 0x0001D8, "Member 'UFGTrainSteamEngineComponent::SteamLossTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamLossTickValue) == 0x0001DC, "Member 'UFGTrainSteamEngineComponent::SteamLossTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, WorkPowerPerSteamValue) == 0x0001E0, "Member 'UFGTrainSteamEngineComponent::WorkPowerPerSteamValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureDefault) == 0x0001E4, "Member 'UFGTrainSteamEngineComponent::TemperatureDefault' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureMax) == 0x0001E8, "Member 'UFGTrainSteamEngineComponent::TemperatureMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureCurrent) == 0x0001EC, "Member 'UFGTrainSteamEngineComponent::TemperatureCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureUpdateTime) == 0x0001F0, "Member 'UFGTrainSteamEngineComponent::TemperatureUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureWarmingTickTime) == 0x0001F4, "Member 'UFGTrainSteamEngineComponent::TemperatureWarmingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureWarmingTickValue) == 0x0001F8, "Member 'UFGTrainSteamEngineComponent::TemperatureWarmingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureCoolingTickTime) == 0x0001FC, "Member 'UFGTrainSteamEngineComponent::TemperatureCoolingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, TemperatureCoolingTickValue) == 0x000200, "Member 'UFGTrainSteamEngineComponent::TemperatureCoolingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, ConsumeWaterTickValue) == 0x000204, "Member 'UFGTrainSteamEngineComponent::ConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, ConsumeFlameTickValue) == 0x000208, "Member 'UFGTrainSteamEngineComponent::ConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, StopStateConsumeWaterTickValue) == 0x00020C, "Member 'UFGTrainSteamEngineComponent::StopStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, StopStateConsumeFlameTickValue) == 0x000210, "Member 'UFGTrainSteamEngineComponent::StopStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SlowStateConsumeWaterTickValue) == 0x000214, "Member 'UFGTrainSteamEngineComponent::SlowStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SlowStateConsumeFlameTickValue) == 0x000218, "Member 'UFGTrainSteamEngineComponent::SlowStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, MediumStateConsumeWaterTickValue) == 0x00021C, "Member 'UFGTrainSteamEngineComponent::MediumStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, MediumStateConsumeFlameTickValue) == 0x000220, "Member 'UFGTrainSteamEngineComponent::MediumStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, FastStateConsumeWaterTickValue) == 0x000224, "Member 'UFGTrainSteamEngineComponent::FastStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, FastStateConsumeFlameTickValue) == 0x000228, "Member 'UFGTrainSteamEngineComponent::FastStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, BurstStateConsumeWaterTickValue) == 0x00022C, "Member 'UFGTrainSteamEngineComponent::BurstStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, BurstStateConsumeFlameTickValue) == 0x000230, "Member 'UFGTrainSteamEngineComponent::BurstStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, ResourcesUpdateTime) == 0x000234, "Member 'UFGTrainSteamEngineComponent::ResourcesUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, ResourcesUpdateTickTime) == 0x000238, "Member 'UFGTrainSteamEngineComponent::ResourcesUpdateTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamMaxVoidTechBonus) == 0x00023C, "Member 'UFGTrainSteamEngineComponent::SteamMaxVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, SteamCreatePerTickVoidTechModifier) == 0x000240, "Member 'UFGTrainSteamEngineComponent::SteamCreatePerTickVoidTechModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, FlameLossPerTickVoidTechModifier) == 0x000244, "Member 'UFGTrainSteamEngineComponent::FlameLossPerTickVoidTechModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent, WaterConsumePerTickVoidTechModifier) == 0x000248, "Member 'UFGTrainSteamEngineComponent::WaterConsumePerTickVoidTechModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectileMovementComponent_GetDistanceTraveledSqr \ static_assert(alignof(FGProjectileMovementComponent_GetDistanceTraveledSqr) == 0x000004, "Wrong alignment on FGProjectileMovementComponent_GetDistanceTraveledSqr"); \ static_assert(sizeof(FGProjectileMovementComponent_GetDistanceTraveledSqr) == 0x000004, "Wrong size on FGProjectileMovementComponent_GetDistanceTraveledSqr"); \ static_assert(offsetof(FGProjectileMovementComponent_GetDistanceTraveledSqr, ReturnValue) == 0x000000, "Member 'FGProjectileMovementComponent_GetDistanceTraveledSqr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGProjectileMovementComponent \ static_assert(alignof(UFGProjectileMovementComponent) == 0x000010, "Wrong alignment on UFGProjectileMovementComponent"); \ static_assert(sizeof(UFGProjectileMovementComponent) == 0x000210, "Wrong size on UFGProjectileMovementComponent"); \ static_assert(offsetof(UFGProjectileMovementComponent, HomingSkeletal) == 0x000208, "Member 'UFGProjectileMovementComponent::HomingSkeletal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunkDecoreStreamingVolume \ static_assert(alignof(AFGChunkDecoreStreamingVolume) == 0x000010, "Wrong alignment on AFGChunkDecoreStreamingVolume"); \ static_assert(sizeof(AFGChunkDecoreStreamingVolume) == 0x000300, "Wrong size on AFGChunkDecoreStreamingVolume"); \ #define DUMPER7_ASSERTS_FGMITombstoneController_OnProgressionUnlocked \ static_assert(alignof(FGMITombstoneController_OnProgressionUnlocked) == 0x000001, "Wrong alignment on FGMITombstoneController_OnProgressionUnlocked"); \ static_assert(sizeof(FGMITombstoneController_OnProgressionUnlocked) == 0x000001, "Wrong size on FGMITombstoneController_OnProgressionUnlocked"); \ static_assert(offsetof(FGMITombstoneController_OnProgressionUnlocked, Progression) == 0x000000, "Member 'FGMITombstoneController_OnProgressionUnlocked::Progression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMITombstoneController \ static_assert(alignof(AFGMITombstoneController) == 0x000008, "Wrong alignment on AFGMITombstoneController"); \ static_assert(sizeof(AFGMITombstoneController) == 0x000258, "Wrong size on AFGMITombstoneController"); \ static_assert(offsetof(AFGMITombstoneController, bIsGenerated) == 0x000228, "Member 'AFGMITombstoneController::bIsGenerated' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstoneController, MemorialGenerationSettingsDataTable) == 0x000230, "Member 'AFGMITombstoneController::MemorialGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstoneController, MemorialGenerationSettings) == 0x000238, "Member 'AFGMITombstoneController::MemorialGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstoneController, Tombstones) == 0x000248, "Member 'AFGMITombstoneController::Tombstones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunkLootSpawnController_OnChemicalOrbLootDestroyed \ static_assert(alignof(FGChunkLootSpawnController_OnChemicalOrbLootDestroyed) == 0x000008, "Wrong alignment on FGChunkLootSpawnController_OnChemicalOrbLootDestroyed"); \ static_assert(sizeof(FGChunkLootSpawnController_OnChemicalOrbLootDestroyed) == 0x000008, "Wrong size on FGChunkLootSpawnController_OnChemicalOrbLootDestroyed"); \ static_assert(offsetof(FGChunkLootSpawnController_OnChemicalOrbLootDestroyed, DestroyedActor) == 0x000000, "Member 'FGChunkLootSpawnController_OnChemicalOrbLootDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunkLootSpawnController_OnMetalOrbLootDestroyed \ static_assert(alignof(FGChunkLootSpawnController_OnMetalOrbLootDestroyed) == 0x000008, "Wrong alignment on FGChunkLootSpawnController_OnMetalOrbLootDestroyed"); \ static_assert(sizeof(FGChunkLootSpawnController_OnMetalOrbLootDestroyed) == 0x000008, "Wrong size on FGChunkLootSpawnController_OnMetalOrbLootDestroyed"); \ static_assert(offsetof(FGChunkLootSpawnController_OnMetalOrbLootDestroyed, DestroyedActor) == 0x000000, "Member 'FGChunkLootSpawnController_OnMetalOrbLootDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed \ static_assert(alignof(FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed) == 0x000008, "Wrong alignment on FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed"); \ static_assert(sizeof(FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed) == 0x000008, "Wrong size on FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed"); \ static_assert(offsetof(FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed, DestroyedActor) == 0x000000, "Member 'FGChunkLootSpawnController_OnVoidoniteOrbLootDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGChunkLootSpawnController_OnWoodOrbLootDestroyed \ static_assert(alignof(FGChunkLootSpawnController_OnWoodOrbLootDestroyed) == 0x000008, "Wrong alignment on FGChunkLootSpawnController_OnWoodOrbLootDestroyed"); \ static_assert(sizeof(FGChunkLootSpawnController_OnWoodOrbLootDestroyed) == 0x000008, "Wrong size on FGChunkLootSpawnController_OnWoodOrbLootDestroyed"); \ static_assert(offsetof(FGChunkLootSpawnController_OnWoodOrbLootDestroyed, DestroyedActor) == 0x000000, "Member 'FGChunkLootSpawnController_OnWoodOrbLootDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunkLootSpawnController \ static_assert(alignof(AFGChunkLootSpawnController) == 0x000008, "Wrong alignment on AFGChunkLootSpawnController"); \ static_assert(sizeof(AFGChunkLootSpawnController) == 0x000320, "Wrong size on AFGChunkLootSpawnController"); \ static_assert(offsetof(AFGChunkLootSpawnController, ContainerSpawnPoints) == 0x000248, "Member 'AFGChunkLootSpawnController::ContainerSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bContainerSpawnPointsGenerated) == 0x000258, "Member 'AFGChunkLootSpawnController::bContainerSpawnPointsGenerated' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, SingleItemSpawnPoints) == 0x000260, "Member 'AFGChunkLootSpawnController::SingleItemSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, SingleItemSpawnPointsClasses) == 0x000270, "Member 'AFGChunkLootSpawnController::SingleItemSpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, SingleItems) == 0x000280, "Member 'AFGChunkLootSpawnController::SingleItems' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bEnableSingleItemGravity) == 0x000290, "Member 'AFGChunkLootSpawnController::bEnableSingleItemGravity' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, CasketSpawnPoints) == 0x000298, "Member 'AFGChunkLootSpawnController::CasketSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, CasketSpawnPointsClasses) == 0x0002A8, "Member 'AFGChunkLootSpawnController::CasketSpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, FuelOrbSpawnPoints) == 0x0002B8, "Member 'AFGChunkLootSpawnController::FuelOrbSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, FuelOrbSpawnPointsClasses) == 0x0002C8, "Member 'AFGChunkLootSpawnController::FuelOrbSpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, CanisterSpawnPoints) == 0x0002D8, "Member 'AFGChunkLootSpawnController::CanisterSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, WoodOrbLootSpawnPoint) == 0x0002E8, "Member 'AFGChunkLootSpawnController::WoodOrbLootSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, ChemicalOrbLootSpawnPoint) == 0x0002F0, "Member 'AFGChunkLootSpawnController::ChemicalOrbLootSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, MetalOrbLootSpawnPoint) == 0x0002F8, "Member 'AFGChunkLootSpawnController::MetalOrbLootSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, VoidoniteOrbLootSpawnPoint) == 0x000300, "Member 'AFGChunkLootSpawnController::VoidoniteOrbLootSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bOrbLootSpawnPointsGenerated) == 0x000308, "Member 'AFGChunkLootSpawnController::bOrbLootSpawnPointsGenerated' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bShouldSpawnMetalLootOrb) == 0x000309, "Member 'AFGChunkLootSpawnController::bShouldSpawnMetalLootOrb' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bShouldSpawnWoodLootOrb) == 0x00030A, "Member 'AFGChunkLootSpawnController::bShouldSpawnWoodLootOrb' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bShouldSpawnChemicalLootOrb) == 0x00030B, "Member 'AFGChunkLootSpawnController::bShouldSpawnChemicalLootOrb' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, bShouldSpawnVoidoniteLootOrb) == 0x00030C, "Member 'AFGChunkLootSpawnController::bShouldSpawnVoidoniteLootOrb' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnController, AmmoContainerSpawnPoints) == 0x000310, "Member 'AFGChunkLootSpawnController::AmmoContainerSpawnPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNavQueryFilter_AvoidZones \ static_assert(alignof(UFGNavQueryFilter_AvoidZones) == 0x000008, "Wrong alignment on UFGNavQueryFilter_AvoidZones"); \ static_assert(sizeof(UFGNavQueryFilter_AvoidZones) == 0x0002C8, "Wrong size on UFGNavQueryFilter_AvoidZones"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, AiAvoidZoneRadius) == 0x000048, "Member 'UFGNavQueryFilter_AvoidZones::AiAvoidZoneRadius' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, AiAvoidPathRadius) == 0x00004C, "Member 'UFGNavQueryFilter_AvoidZones::AiAvoidPathRadius' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, PlayerAvoidZoneRadius) == 0x000050, "Member 'UFGNavQueryFilter_AvoidZones::PlayerAvoidZoneRadius' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, OtherPathAvoidRadius) == 0x000054, "Member 'UFGNavQueryFilter_AvoidZones::OtherPathAvoidRadius' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, bInvalidatePlayerAvoidZones) == 0x000058, "Member 'UFGNavQueryFilter_AvoidZones::bInvalidatePlayerAvoidZones' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, bShowAIAvoidZones) == 0x000059, "Member 'UFGNavQueryFilter_AvoidZones::bShowAIAvoidZones' has a wrong offset!"); \ static_assert(offsetof(UFGNavQueryFilter_AvoidZones, bShowPlayerAvoidZones) == 0x00005A, "Member 'UFGNavQueryFilter_AvoidZones::bShowPlayerAvoidZones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunkLootSpawnMasterController \ static_assert(alignof(AFGChunkLootSpawnMasterController) == 0x000008, "Wrong alignment on AFGChunkLootSpawnMasterController"); \ static_assert(sizeof(AFGChunkLootSpawnMasterController) == 0x000268, "Wrong size on AFGChunkLootSpawnMasterController"); \ static_assert(offsetof(AFGChunkLootSpawnMasterController, ChunkLootSpawnControllers) == 0x000248, "Member 'AFGChunkLootSpawnMasterController::ChunkLootSpawnControllers' has a wrong offset!"); \ static_assert(offsetof(AFGChunkLootSpawnMasterController, ChunkLootSpawnControllersStatus) == 0x000258, "Member 'AFGChunkLootSpawnMasterController::ChunkLootSpawnControllersStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunkLootSpawnPoint \ static_assert(alignof(AFGChunkLootSpawnPoint) == 0x000008, "Wrong alignment on AFGChunkLootSpawnPoint"); \ static_assert(sizeof(AFGChunkLootSpawnPoint) == 0x000220, "Wrong size on AFGChunkLootSpawnPoint"); \ #define DUMPER7_ASSERTS_AFGChunkRailsStreamingVolume \ static_assert(alignof(AFGChunkRailsStreamingVolume) == 0x000010, "Wrong alignment on AFGChunkRailsStreamingVolume"); \ static_assert(sizeof(AFGChunkRailsStreamingVolume) == 0x000300, "Wrong size on AFGChunkRailsStreamingVolume"); \ #define DUMPER7_ASSERTS_FGSignificanceComponent_GetSignificance \ static_assert(alignof(FGSignificanceComponent_GetSignificance) == 0x000001, "Wrong alignment on FGSignificanceComponent_GetSignificance"); \ static_assert(sizeof(FGSignificanceComponent_GetSignificance) == 0x000001, "Wrong size on FGSignificanceComponent_GetSignificance"); \ static_assert(offsetof(FGSignificanceComponent_GetSignificance, ReturnValue) == 0x000000, "Member 'FGSignificanceComponent_GetSignificance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSignificanceComponent \ static_assert(alignof(UFGSignificanceComponent) == 0x000008, "Wrong alignment on UFGSignificanceComponent"); \ static_assert(sizeof(UFGSignificanceComponent) == 0x0000E0, "Wrong size on UFGSignificanceComponent"); \ static_assert(offsetof(UFGSignificanceComponent, HighSignificanceDistance) == 0x0000B0, "Member 'UFGSignificanceComponent::HighSignificanceDistance' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, MediumSignificanceDistance) == 0x0000B4, "Member 'UFGSignificanceComponent::MediumSignificanceDistance' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, LowSignificanceDistance) == 0x0000B8, "Member 'UFGSignificanceComponent::LowSignificanceDistance' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, bMakeInViewportTest) == 0x0000BC, "Member 'UFGSignificanceComponent::bMakeInViewportTest' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, InViewportDegrees) == 0x0000C0, "Member 'UFGSignificanceComponent::InViewportDegrees' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, bConcurentPostUpdate) == 0x0000C4, "Member 'UFGSignificanceComponent::bConcurentPostUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, bDebugPrint) == 0x0000C5, "Member 'UFGSignificanceComponent::bDebugPrint' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, bDebugDraw) == 0x0000C6, "Member 'UFGSignificanceComponent::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UFGSignificanceComponent, OnSignificanceUpdate) == 0x0000CC, "Member 'UFGSignificanceComponent::OnSignificanceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGChunkRofleemoSpawnController \ static_assert(alignof(AFGChunkRofleemoSpawnController) == 0x000008, "Wrong alignment on AFGChunkRofleemoSpawnController"); \ static_assert(sizeof(AFGChunkRofleemoSpawnController) == 0x000288, "Wrong size on AFGChunkRofleemoSpawnController"); \ static_assert(offsetof(AFGChunkRofleemoSpawnController, SingleItemSpawnPointsClasses) == 0x000248, "Member 'AFGChunkRofleemoSpawnController::SingleItemSpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGChunkRofleemoSpawnController, RofleemoSpawnPoints) == 0x000258, "Member 'AFGChunkRofleemoSpawnController::RofleemoSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGChunkRofleemoSpawnController, RofleemoSpawnPointClasses) == 0x000268, "Member 'AFGChunkRofleemoSpawnController::RofleemoSpawnPointClasses' has a wrong offset!"); \ static_assert(offsetof(AFGChunkRofleemoSpawnController, RofleemoItems) == 0x000278, "Member 'AFGChunkRofleemoSpawnController::RofleemoItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSpectatorPawn_IsInputBlocked \ static_assert(alignof(FGTrainSpectatorPawn_IsInputBlocked) == 0x000001, "Wrong alignment on FGTrainSpectatorPawn_IsInputBlocked"); \ static_assert(sizeof(FGTrainSpectatorPawn_IsInputBlocked) == 0x000001, "Wrong size on FGTrainSpectatorPawn_IsInputBlocked"); \ static_assert(offsetof(FGTrainSpectatorPawn_IsInputBlocked, ReturnValue) == 0x000000, "Member 'FGTrainSpectatorPawn_IsInputBlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSpectatorPawn_SetInputBlock \ static_assert(alignof(FGTrainSpectatorPawn_SetInputBlock) == 0x000001, "Wrong alignment on FGTrainSpectatorPawn_SetInputBlock"); \ static_assert(sizeof(FGTrainSpectatorPawn_SetInputBlock) == 0x000001, "Wrong size on FGTrainSpectatorPawn_SetInputBlock"); \ static_assert(offsetof(FGTrainSpectatorPawn_SetInputBlock, bNewValue) == 0x000000, "Member 'FGTrainSpectatorPawn_SetInputBlock::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTrainSpectatorPawn \ static_assert(alignof(AFGTrainSpectatorPawn) == 0x000008, "Wrong alignment on AFGTrainSpectatorPawn"); \ static_assert(sizeof(AFGTrainSpectatorPawn) == 0x0002B0, "Wrong size on AFGTrainSpectatorPawn"); \ static_assert(offsetof(AFGTrainSpectatorPawn, bInputBlock) == 0x0002A8, "Member 'AFGTrainSpectatorPawn::bInputBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGContentCustomizationListener \ static_assert(alignof(IFGContentCustomizationListener) == 0x000001, "Wrong alignment on IFGContentCustomizationListener"); \ static_assert(sizeof(IFGContentCustomizationListener) == 0x000001, "Wrong size on IFGContentCustomizationListener"); \ #define DUMPER7_ASSERTS_FGVendingMachine_BuyItem \ static_assert(alignof(FGVendingMachine_BuyItem) == 0x000008, "Wrong alignment on FGVendingMachine_BuyItem"); \ static_assert(sizeof(FGVendingMachine_BuyItem) == 0x000018, "Wrong size on FGVendingMachine_BuyItem"); \ static_assert(offsetof(FGVendingMachine_BuyItem, ItemIndex) == 0x000000, "Member 'FGVendingMachine_BuyItem::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(FGVendingMachine_BuyItem, PlayerCharacter) == 0x000008, "Member 'FGVendingMachine_BuyItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGVendingMachine_BuyItem, ReturnValue) == 0x000010, "Member 'FGVendingMachine_BuyItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachine_DropItem \ static_assert(alignof(FGVendingMachine_DropItem) == 0x000008, "Wrong alignment on FGVendingMachine_DropItem"); \ static_assert(sizeof(FGVendingMachine_DropItem) == 0x000008, "Wrong size on FGVendingMachine_DropItem"); \ static_assert(offsetof(FGVendingMachine_DropItem, DropInventory) == 0x000000, "Member 'FGVendingMachine_DropItem::DropInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachine_GetState \ static_assert(alignof(FGVendingMachine_GetState) == 0x000001, "Wrong alignment on FGVendingMachine_GetState"); \ static_assert(sizeof(FGVendingMachine_GetState) == 0x000001, "Wrong size on FGVendingMachine_GetState"); \ static_assert(offsetof(FGVendingMachine_GetState, ReturnValue) == 0x000000, "Member 'FGVendingMachine_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVendingMachine \ static_assert(alignof(AFGVendingMachine) == 0x000008, "Wrong alignment on AFGVendingMachine"); \ static_assert(sizeof(AFGVendingMachine) == 0x000260, "Wrong size on AFGVendingMachine"); \ static_assert(offsetof(AFGVendingMachine, State) == 0x000220, "Member 'AFGVendingMachine::State' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachine, VendingMachineInfo) == 0x000228, "Member 'AFGVendingMachine::VendingMachineInfo' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachine, CachedVendingMachineInfo) == 0x000240, "Member 'AFGVendingMachine::CachedVendingMachineInfo' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachine, VendingMachineController) == 0x000258, "Member 'AFGVendingMachine::VendingMachineController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestEvent_ExecuteEvent \ static_assert(alignof(FGQuestEvent_ExecuteEvent) == 0x000008, "Wrong alignment on FGQuestEvent_ExecuteEvent"); \ static_assert(sizeof(FGQuestEvent_ExecuteEvent) == 0x000008, "Wrong size on FGQuestEvent_ExecuteEvent"); \ static_assert(offsetof(FGQuestEvent_ExecuteEvent, QuestManager) == 0x000000, "Member 'FGQuestEvent_ExecuteEvent::QuestManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestEvent_IsEventComplete \ static_assert(alignof(FGQuestEvent_IsEventComplete) == 0x000001, "Wrong alignment on FGQuestEvent_IsEventComplete"); \ static_assert(sizeof(FGQuestEvent_IsEventComplete) == 0x000001, "Wrong size on FGQuestEvent_IsEventComplete"); \ static_assert(offsetof(FGQuestEvent_IsEventComplete, ReturnValue) == 0x000000, "Member 'FGQuestEvent_IsEventComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestEvent \ static_assert(alignof(UFGQuestEvent) == 0x000008, "Wrong alignment on UFGQuestEvent"); \ static_assert(sizeof(UFGQuestEvent) == 0x000028, "Wrong size on UFGQuestEvent"); \ #define DUMPER7_ASSERTS_UFGQuestEvent_SetTrainState \ static_assert(alignof(UFGQuestEvent_SetTrainState) == 0x000008, "Wrong alignment on UFGQuestEvent_SetTrainState"); \ static_assert(sizeof(UFGQuestEvent_SetTrainState) == 0x000030, "Wrong size on UFGQuestEvent_SetTrainState"); \ static_assert(offsetof(UFGQuestEvent_SetTrainState, TrainState) == 0x000028, "Member 'UFGQuestEvent_SetTrainState::TrainState' has a wrong offset!"); \ static_assert(offsetof(UFGQuestEvent_SetTrainState, bStartTrain) == 0x000029, "Member 'UFGQuestEvent_SetTrainState::bStartTrain' has a wrong offset!"); \ static_assert(offsetof(UFGQuestEvent_SetTrainState, bStopTrain) == 0x00002A, "Member 'UFGQuestEvent_SetTrainState::bStopTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_GetContentCustomizationManager \ static_assert(alignof(FGContentCustomizationManager_GetContentCustomizationManager) == 0x000008, "Wrong alignment on FGContentCustomizationManager_GetContentCustomizationManager"); \ static_assert(sizeof(FGContentCustomizationManager_GetContentCustomizationManager) == 0x000010, "Wrong size on FGContentCustomizationManager_GetContentCustomizationManager"); \ static_assert(offsetof(FGContentCustomizationManager_GetContentCustomizationManager, ContextObject) == 0x000000, "Member 'FGContentCustomizationManager_GetContentCustomizationManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetContentCustomizationManager, ReturnValue) == 0x000008, "Member 'FGContentCustomizationManager_GetContentCustomizationManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_IsVisualContentUnlocked \ static_assert(alignof(FGContentCustomizationManager_IsVisualContentUnlocked) == 0x000008, "Wrong alignment on FGContentCustomizationManager_IsVisualContentUnlocked"); \ static_assert(sizeof(FGContentCustomizationManager_IsVisualContentUnlocked) == 0x000018, "Wrong size on FGContentCustomizationManager_IsVisualContentUnlocked"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualContentUnlocked, ContextObject) == 0x000000, "Member 'FGContentCustomizationManager_IsVisualContentUnlocked::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualContentUnlocked, ContentCustomizationCategory) == 0x000008, "Member 'FGContentCustomizationManager_IsVisualContentUnlocked::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualContentUnlocked, ContentID) == 0x00000C, "Member 'FGContentCustomizationManager_IsVisualContentUnlocked::ContentID' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualContentUnlocked, ReturnValue) == 0x000010, "Member 'FGContentCustomizationManager_IsVisualContentUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_FindContentCustomizationSettings \ static_assert(alignof(FGContentCustomizationManager_FindContentCustomizationSettings) == 0x000008, "Wrong alignment on FGContentCustomizationManager_FindContentCustomizationSettings"); \ static_assert(sizeof(FGContentCustomizationManager_FindContentCustomizationSettings) == 0x000068, "Wrong size on FGContentCustomizationManager_FindContentCustomizationSettings"); \ static_assert(offsetof(FGContentCustomizationManager_FindContentCustomizationSettings, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_FindContentCustomizationSettings::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindContentCustomizationSettings, ContentID) == 0x000004, "Member 'FGContentCustomizationManager_FindContentCustomizationSettings::ContentID' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindContentCustomizationSettings, Settings) == 0x000008, "Member 'FGContentCustomizationManager_FindContentCustomizationSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindContentCustomizationSettings, ReturnValue) == 0x000060, "Member 'FGContentCustomizationManager_FindContentCustomizationSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory \ static_assert(alignof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory) == 0x000008, "Wrong alignment on FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory"); \ static_assert(sizeof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory) == 0x000020, "Wrong size on FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory, IDs) == 0x000008, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory::IDs' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory, ReturnValue) == 0x000018, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer \ static_assert(alignof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer) == 0x000008, "Wrong alignment on FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer"); \ static_assert(sizeof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer) == 0x000028, "Wrong size on FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer, IDs) == 0x000008, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer::IDs' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer, PlayerState) == 0x000018, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer, ReturnValue) == 0x000020, "Member 'FGContentCustomizationManager_FindUnlockedVisualsIDsByCategoryForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_GetActiveCustomizationContentID \ static_assert(alignof(FGContentCustomizationManager_GetActiveCustomizationContentID) == 0x000004, "Wrong alignment on FGContentCustomizationManager_GetActiveCustomizationContentID"); \ static_assert(sizeof(FGContentCustomizationManager_GetActiveCustomizationContentID) == 0x000008, "Wrong size on FGContentCustomizationManager_GetActiveCustomizationContentID"); \ static_assert(offsetof(FGContentCustomizationManager_GetActiveCustomizationContentID, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_GetActiveCustomizationContentID::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetActiveCustomizationContentID, ReturnValue) == 0x000004, "Member 'FGContentCustomizationManager_GetActiveCustomizationContentID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer \ static_assert(alignof(FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer) == 0x000008, "Wrong alignment on FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer"); \ static_assert(sizeof(FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer) == 0x000018, "Wrong size on FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer"); \ static_assert(offsetof(FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer, PlayerState) == 0x000008, "Member 'FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer, ReturnValue) == 0x000010, "Member 'FGContentCustomizationManager_GetActiveCustomizationContentIDForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_GetAllContentCustomizationSettings \ static_assert(alignof(FGContentCustomizationManager_GetAllContentCustomizationSettings) == 0x000008, "Wrong alignment on FGContentCustomizationManager_GetAllContentCustomizationSettings"); \ static_assert(sizeof(FGContentCustomizationManager_GetAllContentCustomizationSettings) == 0x000018, "Wrong size on FGContentCustomizationManager_GetAllContentCustomizationSettings"); \ static_assert(offsetof(FGContentCustomizationManager_GetAllContentCustomizationSettings, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_GetAllContentCustomizationSettings::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetAllContentCustomizationSettings, Settings) == 0x000008, "Member 'FGContentCustomizationManager_GetAllContentCustomizationSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_GetContentExpansionInfo \ static_assert(alignof(FGContentCustomizationManager_GetContentExpansionInfo) == 0x000008, "Wrong alignment on FGContentCustomizationManager_GetContentExpansionInfo"); \ static_assert(sizeof(FGContentCustomizationManager_GetContentExpansionInfo) == 0x000050, "Wrong size on FGContentCustomizationManager_GetContentExpansionInfo"); \ static_assert(offsetof(FGContentCustomizationManager_GetContentExpansionInfo, Type) == 0x000000, "Member 'FGContentCustomizationManager_GetContentExpansionInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetContentExpansionInfo, ExpansionInfo) == 0x000008, "Member 'FGContentCustomizationManager_GetContentExpansionInfo::ExpansionInfo' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_GetContentExpansionInfo, ReturnValue) == 0x000048, "Member 'FGContentCustomizationManager_GetContentExpansionInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_IsExpansionUnlockedForServer \ static_assert(alignof(FGContentCustomizationManager_IsExpansionUnlockedForServer) == 0x000001, "Wrong alignment on FGContentCustomizationManager_IsExpansionUnlockedForServer"); \ static_assert(sizeof(FGContentCustomizationManager_IsExpansionUnlockedForServer) == 0x000002, "Wrong size on FGContentCustomizationManager_IsExpansionUnlockedForServer"); \ static_assert(offsetof(FGContentCustomizationManager_IsExpansionUnlockedForServer, Type) == 0x000000, "Member 'FGContentCustomizationManager_IsExpansionUnlockedForServer::Type' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsExpansionUnlockedForServer, ReturnValue) == 0x000001, "Member 'FGContentCustomizationManager_IsExpansionUnlockedForServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_IsVisualUnlocked \ static_assert(alignof(FGContentCustomizationManager_IsVisualUnlocked) == 0x000004, "Wrong alignment on FGContentCustomizationManager_IsVisualUnlocked"); \ static_assert(sizeof(FGContentCustomizationManager_IsVisualUnlocked) == 0x00000C, "Wrong size on FGContentCustomizationManager_IsVisualUnlocked"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlocked, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_IsVisualUnlocked::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlocked, ContentID) == 0x000004, "Member 'FGContentCustomizationManager_IsVisualUnlocked::ContentID' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlocked, ReturnValue) == 0x000008, "Member 'FGContentCustomizationManager_IsVisualUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_IsVisualUnlockedForPlayer \ static_assert(alignof(FGContentCustomizationManager_IsVisualUnlockedForPlayer) == 0x000008, "Wrong alignment on FGContentCustomizationManager_IsVisualUnlockedForPlayer"); \ static_assert(sizeof(FGContentCustomizationManager_IsVisualUnlockedForPlayer) == 0x000018, "Wrong size on FGContentCustomizationManager_IsVisualUnlockedForPlayer"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlockedForPlayer, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_IsVisualUnlockedForPlayer::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlockedForPlayer, ContentID) == 0x000004, "Member 'FGContentCustomizationManager_IsVisualUnlockedForPlayer::ContentID' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlockedForPlayer, PlayerState) == 0x000008, "Member 'FGContentCustomizationManager_IsVisualUnlockedForPlayer::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_IsVisualUnlockedForPlayer, ReturnValue) == 0x000010, "Member 'FGContentCustomizationManager_IsVisualUnlockedForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_SetActiveCustomizationContentID \ static_assert(alignof(FGContentCustomizationManager_SetActiveCustomizationContentID) == 0x000004, "Wrong alignment on FGContentCustomizationManager_SetActiveCustomizationContentID"); \ static_assert(sizeof(FGContentCustomizationManager_SetActiveCustomizationContentID) == 0x000008, "Wrong size on FGContentCustomizationManager_SetActiveCustomizationContentID"); \ static_assert(offsetof(FGContentCustomizationManager_SetActiveCustomizationContentID, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_SetActiveCustomizationContentID::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_SetActiveCustomizationContentID, NewID) == 0x000004, "Member 'FGContentCustomizationManager_SetActiveCustomizationContentID::NewID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer \ static_assert(alignof(FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer) == 0x000008, "Wrong alignment on FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer"); \ static_assert(sizeof(FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer) == 0x000010, "Wrong size on FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer"); \ static_assert(offsetof(FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer, ContentCustomizationCategory) == 0x000000, "Member 'FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer::ContentCustomizationCategory' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer, NewID) == 0x000004, "Member 'FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer::NewID' has a wrong offset!"); \ static_assert(offsetof(FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer, PlayerState) == 0x000008, "Member 'FGContentCustomizationManager_SetActiveCustomizationContentIDForPlayer::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGContentCustomizationManager \ static_assert(alignof(AFGContentCustomizationManager) == 0x000008, "Wrong alignment on AFGContentCustomizationManager"); \ static_assert(sizeof(AFGContentCustomizationManager) == 0x000448, "Wrong size on AFGContentCustomizationManager"); \ static_assert(offsetof(AFGContentCustomizationManager, ServerUnlockedExpansions) == 0x000220, "Member 'AFGContentCustomizationManager::ServerUnlockedExpansions' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentExpansionsInfoDataTable) == 0x000230, "Member 'AFGContentCustomizationManager::ContentExpansionsInfoDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentExpansionsInfo) == 0x000258, "Member 'AFGContentCustomizationManager::ContentExpansionsInfo' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_Hammer) == 0x000268, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_Hammer' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_Hammer) == 0x000290, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_Hammer' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_Journal) == 0x0002A0, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_Journal' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_Journal) == 0x0002C8, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_Journal' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_Bracelet) == 0x0002D8, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_Bracelet' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_Bracelet) == 0x000300, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_Bracelet' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_Rails) == 0x000310, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_Rails' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_Rails) == 0x000338, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_Rails' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_Decore) == 0x000348, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_Decore' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_Decore) == 0x000370, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_Decore' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_RofleemoGhost) == 0x000380, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_RofleemoGhost' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_RofleemoGhost) == 0x0003A8, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_RofleemoGhost' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettingsDataTable_RofleemoSkin) == 0x0003B8, "Member 'AFGContentCustomizationManager::ContentCustomizationSettingsDataTable_RofleemoSkin' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationSettings_RofleemoSkin) == 0x0003E0, "Member 'AFGContentCustomizationManager::ContentCustomizationSettings_RofleemoSkin' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, bIsInitialized) == 0x0003F0, "Member 'AFGContentCustomizationManager::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGContentCustomizationManager, ContentCustomizationListeners) == 0x0003F8, "Member 'AFGContentCustomizationManager::ContentCustomizationListeners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistPerks \ static_assert(alignof(UFGModuleAbility_BotanistPerks) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistPerks"); \ static_assert(sizeof(UFGModuleAbility_BotanistPerks) == 0x000050, "Wrong size on UFGModuleAbility_BotanistPerks"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistFertilize \ static_assert(alignof(UFGModuleAbility_BotanistFertilize) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistFertilize"); \ static_assert(sizeof(UFGModuleAbility_BotanistFertilize) == 0x000050, "Wrong size on UFGModuleAbility_BotanistFertilize"); \ #define DUMPER7_ASSERTS_FGLootList_GetAllItemClasses \ static_assert(alignof(FGLootList_GetAllItemClasses) == 0x000008, "Wrong alignment on FGLootList_GetAllItemClasses"); \ static_assert(sizeof(FGLootList_GetAllItemClasses) == 0x000018, "Wrong size on FGLootList_GetAllItemClasses"); \ static_assert(offsetof(FGLootList_GetAllItemClasses, WorldContextObject) == 0x000000, "Member 'FGLootList_GetAllItemClasses::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootList_GetAllItemClasses, ReturnValue) == 0x000008, "Member 'FGLootList_GetAllItemClasses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootList_Roll \ static_assert(alignof(FGLootList_Roll) == 0x000008, "Wrong alignment on FGLootList_Roll"); \ static_assert(sizeof(FGLootList_Roll) == 0x000018, "Wrong size on FGLootList_Roll"); \ static_assert(offsetof(FGLootList_Roll, WorldContextObject) == 0x000000, "Member 'FGLootList_Roll::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootList_Roll, ReturnValue) == 0x000008, "Member 'FGLootList_Roll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootList_RollFromStream \ static_assert(alignof(FGLootList_RollFromStream) == 0x000008, "Wrong alignment on FGLootList_RollFromStream"); \ static_assert(sizeof(FGLootList_RollFromStream) == 0x000020, "Wrong size on FGLootList_RollFromStream"); \ static_assert(offsetof(FGLootList_RollFromStream, WorldContextObject) == 0x000000, "Member 'FGLootList_RollFromStream::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollFromStream, RandomStream) == 0x000008, "Member 'FGLootList_RollFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollFromStream, ReturnValue) == 0x000010, "Member 'FGLootList_RollFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootList_RollWithAdditionalChance \ static_assert(alignof(FGLootList_RollWithAdditionalChance) == 0x000008, "Wrong alignment on FGLootList_RollWithAdditionalChance"); \ static_assert(sizeof(FGLootList_RollWithAdditionalChance) == 0x000020, "Wrong size on FGLootList_RollWithAdditionalChance"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChance, WorldContextObject) == 0x000000, "Member 'FGLootList_RollWithAdditionalChance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChance, AdditionalChance) == 0x000008, "Member 'FGLootList_RollWithAdditionalChance::AdditionalChance' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChance, ReturnValue) == 0x000010, "Member 'FGLootList_RollWithAdditionalChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootList_RollWithAdditionalChanceFromStream \ static_assert(alignof(FGLootList_RollWithAdditionalChanceFromStream) == 0x000008, "Wrong alignment on FGLootList_RollWithAdditionalChanceFromStream"); \ static_assert(sizeof(FGLootList_RollWithAdditionalChanceFromStream) == 0x000028, "Wrong size on FGLootList_RollWithAdditionalChanceFromStream"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChanceFromStream, WorldContextObject) == 0x000000, "Member 'FGLootList_RollWithAdditionalChanceFromStream::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChanceFromStream, AdditionalChance) == 0x000008, "Member 'FGLootList_RollWithAdditionalChanceFromStream::AdditionalChance' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChanceFromStream, RandomStream) == 0x00000C, "Member 'FGLootList_RollWithAdditionalChanceFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGLootList_RollWithAdditionalChanceFromStream, ReturnValue) == 0x000018, "Member 'FGLootList_RollWithAdditionalChanceFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootList \ static_assert(alignof(AFGLootList) == 0x000008, "Wrong alignment on AFGLootList"); \ static_assert(sizeof(AFGLootList) == 0x000240, "Wrong size on AFGLootList"); \ static_assert(offsetof(AFGLootList, ItemList) == 0x000220, "Member 'AFGLootList::ItemList' has a wrong offset!"); \ static_assert(offsetof(AFGLootList, LootLists) == 0x000230, "Member 'AFGLootList::LootLists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootList_MapEvents \ static_assert(alignof(AFGLootList_MapEvents) == 0x000008, "Wrong alignment on AFGLootList_MapEvents"); \ static_assert(sizeof(AFGLootList_MapEvents) == 0x000268, "Wrong size on AFGLootList_MapEvents"); \ static_assert(offsetof(AFGLootList_MapEvents, MapEvent) == 0x000240, "Member 'AFGLootList_MapEvents::MapEvent' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_MapEvents, MapEventLootLists) == 0x000248, "Member 'AFGLootList_MapEvents::MapEventLootLists' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_MapEvents, MapEventItemList) == 0x000258, "Member 'AFGLootList_MapEvents::MapEventItemList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedSpawner_OnHealthValueChange \ static_assert(alignof(FGCorruptedSpawner_OnHealthValueChange) == 0x000004, "Wrong alignment on FGCorruptedSpawner_OnHealthValueChange"); \ static_assert(sizeof(FGCorruptedSpawner_OnHealthValueChange) == 0x000008, "Wrong size on FGCorruptedSpawner_OnHealthValueChange"); \ static_assert(offsetof(FGCorruptedSpawner_OnHealthValueChange, OldValue) == 0x000000, "Member 'FGCorruptedSpawner_OnHealthValueChange::OldValue' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedSpawner_OnHealthValueChange, NewValue) == 0x000004, "Member 'FGCorruptedSpawner_OnHealthValueChange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedSpawner_OnTakeDamage \ static_assert(alignof(FGCorruptedSpawner_OnTakeDamage) == 0x000008, "Wrong alignment on FGCorruptedSpawner_OnTakeDamage"); \ static_assert(sizeof(FGCorruptedSpawner_OnTakeDamage) == 0x000028, "Wrong size on FGCorruptedSpawner_OnTakeDamage"); \ static_assert(offsetof(FGCorruptedSpawner_OnTakeDamage, DamagedActor) == 0x000000, "Member 'FGCorruptedSpawner_OnTakeDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedSpawner_OnTakeDamage, Damage) == 0x000008, "Member 'FGCorruptedSpawner_OnTakeDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedSpawner_OnTakeDamage, DamageType) == 0x000010, "Member 'FGCorruptedSpawner_OnTakeDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedSpawner_OnTakeDamage, InstigatedBy) == 0x000018, "Member 'FGCorruptedSpawner_OnTakeDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedSpawner_OnTakeDamage, DamageCauser) == 0x000020, "Member 'FGCorruptedSpawner_OnTakeDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCorruptedSpawner \ static_assert(alignof(AFGCorruptedSpawner) == 0x000008, "Wrong alignment on AFGCorruptedSpawner"); \ static_assert(sizeof(AFGCorruptedSpawner) == 0x000328, "Wrong size on AFGCorruptedSpawner"); \ static_assert(offsetof(AFGCorruptedSpawner, HealthComponent) == 0x000318, "Member 'AFGCorruptedSpawner::HealthComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedSpawner, MaxHealth) == 0x000320, "Member 'AFGCorruptedSpawner::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedSpawner, CorruptedActorState) == 0x000324, "Member 'AFGCorruptedSpawner::CorruptedActorState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedContainer_Enable \ static_assert(alignof(FGCorruptedContainer_Enable) == 0x000008, "Wrong alignment on FGCorruptedContainer_Enable"); \ static_assert(sizeof(FGCorruptedContainer_Enable) == 0x000020, "Wrong size on FGCorruptedContainer_Enable"); \ static_assert(offsetof(FGCorruptedContainer_Enable, NewLootLists) == 0x000000, "Member 'FGCorruptedContainer_Enable::NewLootLists' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedContainer_Enable, NewSingleList) == 0x000010, "Member 'FGCorruptedContainer_Enable::NewSingleList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCorruptedContainer \ static_assert(alignof(AFGCorruptedContainer) == 0x000008, "Wrong alignment on AFGCorruptedContainer"); \ static_assert(sizeof(AFGCorruptedContainer) == 0x0003A8, "Wrong size on AFGCorruptedContainer"); \ static_assert(offsetof(AFGCorruptedContainer, SceneComponent) == 0x000328, "Member 'AFGCorruptedContainer::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, StaticMesh) == 0x000330, "Member 'AFGCorruptedContainer::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, StaticMesh2) == 0x000338, "Member 'AFGCorruptedContainer::StaticMesh2' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, SplineComponent) == 0x000340, "Member 'AFGCorruptedContainer::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, SplineComponent2) == 0x000348, "Member 'AFGCorruptedContainer::SplineComponent2' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, CapsuleCollision) == 0x000350, "Member 'AFGCorruptedContainer::CapsuleCollision' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, Inventory) == 0x000358, "Member 'AFGCorruptedContainer::Inventory' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, LootLists) == 0x000360, "Member 'AFGCorruptedContainer::LootLists' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, SingleItemList) == 0x000370, "Member 'AFGCorruptedContainer::SingleItemList' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, InventorySaveData) == 0x000380, "Member 'AFGCorruptedContainer::InventorySaveData' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, DispenserClass) == 0x000398, "Member 'AFGCorruptedContainer::DispenserClass' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, bIsInVoid) == 0x0003A0, "Member 'AFGCorruptedContainer::bIsInVoid' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedContainer, bExploded) == 0x0003A1, "Member 'AFGCorruptedContainer::bExploded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCorruptedFlower \ static_assert(alignof(AFGCorruptedFlower) == 0x000008, "Wrong alignment on AFGCorruptedFlower"); \ static_assert(sizeof(AFGCorruptedFlower) == 0x000368, "Wrong size on AFGCorruptedFlower"); \ static_assert(offsetof(AFGCorruptedFlower, SceneComponent) == 0x000328, "Member 'AFGCorruptedFlower::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, StaticMesh) == 0x000330, "Member 'AFGCorruptedFlower::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, StaticMesh2) == 0x000338, "Member 'AFGCorruptedFlower::StaticMesh2' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, SphereCollision) == 0x000340, "Member 'AFGCorruptedFlower::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, SphereCollision2) == 0x000348, "Member 'AFGCorruptedFlower::SphereCollision2' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, ExplosionRadius) == 0x000350, "Member 'AFGCorruptedFlower::ExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, ExplosionDamage) == 0x000354, "Member 'AFGCorruptedFlower::ExplosionDamage' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, ChargeDuration) == 0x000358, "Member 'AFGCorruptedFlower::ChargeDuration' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, ChargeRadius) == 0x00035C, "Member 'AFGCorruptedFlower::ChargeRadius' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedFlower, bExploded) == 0x000360, "Member 'AFGCorruptedFlower::bExploded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedProjectile_LaunchProjectile \ static_assert(alignof(FGCorruptedProjectile_LaunchProjectile) == 0x000004, "Wrong alignment on FGCorruptedProjectile_LaunchProjectile"); \ static_assert(sizeof(FGCorruptedProjectile_LaunchProjectile) == 0x00000C, "Wrong size on FGCorruptedProjectile_LaunchProjectile"); \ static_assert(offsetof(FGCorruptedProjectile_LaunchProjectile, TargetLocation) == 0x000000, "Member 'FGCorruptedProjectile_LaunchProjectile::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCorruptedProjectile \ static_assert(alignof(AFGCorruptedProjectile) == 0x000008, "Wrong alignment on AFGCorruptedProjectile"); \ static_assert(sizeof(AFGCorruptedProjectile) == 0x000238, "Wrong size on AFGCorruptedProjectile"); \ static_assert(offsetof(AFGCorruptedProjectile, SphereCollision) == 0x000220, "Member 'AFGCorruptedProjectile::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedProjectile, Damage) == 0x000228, "Member 'AFGCorruptedProjectile::Damage' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedProjectile, ProjectileSpeed) == 0x00022C, "Member 'AFGCorruptedProjectile::ProjectileSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedProjectile, ScaleAIDamage) == 0x000230, "Member 'AFGCorruptedProjectile::ScaleAIDamage' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedProjectile, DamageCoopMod) == 0x000234, "Member 'AFGCorruptedProjectile::DamageCoopMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_GetSlotDetailsWidget \ static_assert(alignof(FGUserWidget_GetSlotDetailsWidget) == 0x000008, "Wrong alignment on FGUserWidget_GetSlotDetailsWidget"); \ static_assert(sizeof(FGUserWidget_GetSlotDetailsWidget) == 0x000008, "Wrong size on FGUserWidget_GetSlotDetailsWidget"); \ static_assert(offsetof(FGUserWidget_GetSlotDetailsWidget, ReturnValue) == 0x000000, "Member 'FGUserWidget_GetSlotDetailsWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_GetTooltipButtons \ static_assert(alignof(FGUserWidget_GetTooltipButtons) == 0x000008, "Wrong alignment on FGUserWidget_GetTooltipButtons"); \ static_assert(sizeof(FGUserWidget_GetTooltipButtons) == 0x000010, "Wrong size on FGUserWidget_GetTooltipButtons"); \ static_assert(offsetof(FGUserWidget_GetTooltipButtons, ReturnValue) == 0x000000, "Member 'FGUserWidget_GetTooltipButtons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_GetTooltipsCounter \ static_assert(alignof(FGUserWidget_GetTooltipsCounter) == 0x000004, "Wrong alignment on FGUserWidget_GetTooltipsCounter"); \ static_assert(sizeof(FGUserWidget_GetTooltipsCounter) == 0x000004, "Wrong size on FGUserWidget_GetTooltipsCounter"); \ static_assert(offsetof(FGUserWidget_GetTooltipsCounter, ReturnValue) == 0x000000, "Member 'FGUserWidget_GetTooltipsCounter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_SetSelected \ static_assert(alignof(FGUserWidget_SetSelected) == 0x000001, "Wrong alignment on FGUserWidget_SetSelected"); \ static_assert(sizeof(FGUserWidget_SetSelected) == 0x000001, "Wrong size on FGUserWidget_SetSelected"); \ static_assert(offsetof(FGUserWidget_SetSelected, bSelected) == 0x000000, "Member 'FGUserWidget_SetSelected::bSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_SetSlotDetailsWidget \ static_assert(alignof(FGUserWidget_SetSlotDetailsWidget) == 0x000008, "Wrong alignment on FGUserWidget_SetSlotDetailsWidget"); \ static_assert(sizeof(FGUserWidget_SetSlotDetailsWidget) == 0x000008, "Wrong size on FGUserWidget_SetSlotDetailsWidget"); \ static_assert(offsetof(FGUserWidget_SetSlotDetailsWidget, Widget) == 0x000000, "Member 'FGUserWidget_SetSlotDetailsWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_SetSlotMovePayload \ static_assert(alignof(FGUserWidget_SetSlotMovePayload) == 0x000008, "Wrong alignment on FGUserWidget_SetSlotMovePayload"); \ static_assert(sizeof(FGUserWidget_SetSlotMovePayload) == 0x000008, "Wrong size on FGUserWidget_SetSlotMovePayload"); \ static_assert(offsetof(FGUserWidget_SetSlotMovePayload, Payload) == 0x000000, "Member 'FGUserWidget_SetSlotMovePayload::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_SetTooltipButtons \ static_assert(alignof(FGUserWidget_SetTooltipButtons) == 0x000008, "Wrong alignment on FGUserWidget_SetTooltipButtons"); \ static_assert(sizeof(FGUserWidget_SetTooltipButtons) == 0x000010, "Wrong size on FGUserWidget_SetTooltipButtons"); \ static_assert(offsetof(FGUserWidget_SetTooltipButtons, NewTooltipButtons) == 0x000000, "Member 'FGUserWidget_SetTooltipButtons::NewTooltipButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_GetSlotMovePayload \ static_assert(alignof(FGUserWidget_GetSlotMovePayload) == 0x000008, "Wrong alignment on FGUserWidget_GetSlotMovePayload"); \ static_assert(sizeof(FGUserWidget_GetSlotMovePayload) == 0x000008, "Wrong size on FGUserWidget_GetSlotMovePayload"); \ static_assert(offsetof(FGUserWidget_GetSlotMovePayload, ReturnValue) == 0x000000, "Member 'FGUserWidget_GetSlotMovePayload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUserWidget_IsTickedRecently \ static_assert(alignof(FGUserWidget_IsTickedRecently) == 0x000001, "Wrong alignment on FGUserWidget_IsTickedRecently"); \ static_assert(sizeof(FGUserWidget_IsTickedRecently) == 0x000001, "Wrong size on FGUserWidget_IsTickedRecently"); \ static_assert(offsetof(FGUserWidget_IsTickedRecently, ReturnValue) == 0x000000, "Member 'FGUserWidget_IsTickedRecently::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGUserWidget \ static_assert(alignof(UFGUserWidget) == 0x000008, "Wrong alignment on UFGUserWidget"); \ static_assert(sizeof(UFGUserWidget) == 0x000280, "Wrong size on UFGUserWidget"); \ static_assert(offsetof(UFGUserWidget, IsSelectable) == 0x000260, "Member 'UFGUserWidget::IsSelectable' has a wrong offset!"); \ static_assert(offsetof(UFGUserWidget, IsSelected) == 0x000261, "Member 'UFGUserWidget::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UFGUserWidget, FOnWidgetSelect) == 0x000268, "Member 'UFGUserWidget::FOnWidgetSelect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedTurret_RestrictLocation \ static_assert(alignof(FGCorruptedTurret_RestrictLocation) == 0x000004, "Wrong alignment on FGCorruptedTurret_RestrictLocation"); \ static_assert(sizeof(FGCorruptedTurret_RestrictLocation) == 0x00000C, "Wrong size on FGCorruptedTurret_RestrictLocation"); \ static_assert(offsetof(FGCorruptedTurret_RestrictLocation, Location) == 0x000000, "Member 'FGCorruptedTurret_RestrictLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedTurret_GetAimPitchLimit \ static_assert(alignof(FGCorruptedTurret_GetAimPitchLimit) == 0x000004, "Wrong alignment on FGCorruptedTurret_GetAimPitchLimit"); \ static_assert(sizeof(FGCorruptedTurret_GetAimPitchLimit) == 0x00000C, "Wrong size on FGCorruptedTurret_GetAimPitchLimit"); \ static_assert(offsetof(FGCorruptedTurret_GetAimPitchLimit, CurrentYaw) == 0x000000, "Member 'FGCorruptedTurret_GetAimPitchLimit::CurrentYaw' has a wrong offset!"); \ static_assert(offsetof(FGCorruptedTurret_GetAimPitchLimit, ReturnValue) == 0x000004, "Member 'FGCorruptedTurret_GetAimPitchLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedTurret_GetAimYawLimit \ static_assert(alignof(FGCorruptedTurret_GetAimYawLimit) == 0x000004, "Wrong alignment on FGCorruptedTurret_GetAimYawLimit"); \ static_assert(sizeof(FGCorruptedTurret_GetAimYawLimit) == 0x000008, "Wrong size on FGCorruptedTurret_GetAimYawLimit"); \ static_assert(offsetof(FGCorruptedTurret_GetAimYawLimit, ReturnValue) == 0x000000, "Member 'FGCorruptedTurret_GetAimYawLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCorruptedTurret_GetControlRotation \ static_assert(alignof(FGCorruptedTurret_GetControlRotation) == 0x000004, "Wrong alignment on FGCorruptedTurret_GetControlRotation"); \ static_assert(sizeof(FGCorruptedTurret_GetControlRotation) == 0x00000C, "Wrong size on FGCorruptedTurret_GetControlRotation"); \ static_assert(offsetof(FGCorruptedTurret_GetControlRotation, ReturnValue) == 0x000000, "Member 'FGCorruptedTurret_GetControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCorruptedTurret \ static_assert(alignof(AFGCorruptedTurret) == 0x000008, "Wrong alignment on AFGCorruptedTurret"); \ static_assert(sizeof(AFGCorruptedTurret) == 0x0003F8, "Wrong size on AFGCorruptedTurret"); \ static_assert(offsetof(AFGCorruptedTurret, SceneComponent) == 0x000330, "Member 'AFGCorruptedTurret::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, SkeletalMesh) == 0x000338, "Member 'AFGCorruptedTurret::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, Legs) == 0x000340, "Member 'AFGCorruptedTurret::Legs' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, SphereCollision) == 0x000348, "Member 'AFGCorruptedTurret::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, VoidLootDropComponent) == 0x000350, "Member 'AFGCorruptedTurret::VoidLootDropComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, GravityLootDropComponent) == 0x000358, "Member 'AFGCorruptedTurret::GravityLootDropComponent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, Inventory) == 0x000360, "Member 'AFGCorruptedTurret::Inventory' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, bIsInVoid) == 0x000368, "Member 'AFGCorruptedTurret::bIsInVoid' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, OnStartAttackEvent) == 0x000370, "Member 'AFGCorruptedTurret::OnStartAttackEvent' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, ControlRotation) == 0x000380, "Member 'AFGCorruptedTurret::ControlRotation' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, DesiredRotation) == 0x00038C, "Member 'AFGCorruptedTurret::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, AttackCooldown) == 0x000398, "Member 'AFGCorruptedTurret::AttackCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, PrepareAttackTime) == 0x00039C, "Member 'AFGCorruptedTurret::PrepareAttackTime' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, FindTargetCooldown) == 0x0003A0, "Member 'AFGCorruptedTurret::FindTargetCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, TargetingDistance) == 0x0003A4, "Member 'AFGCorruptedTurret::TargetingDistance' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, ProjectileClass) == 0x0003A8, "Member 'AFGCorruptedTurret::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, AimingSpeed) == 0x0003B0, "Member 'AFGCorruptedTurret::AimingSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, bDebugTurretTrace) == 0x0003B4, "Member 'AFGCorruptedTurret::bDebugTurretTrace' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, Target) == 0x0003B8, "Member 'AFGCorruptedTurret::Target' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptedTurret, TargetLocationOffset) == 0x0003C0, "Member 'AFGCorruptedTurret::TargetLocationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGVoidTechListener \ static_assert(alignof(IFGVoidTechListener) == 0x000001, "Wrong alignment on IFGVoidTechListener"); \ static_assert(sizeof(IFGVoidTechListener) == 0x000001, "Wrong size on IFGVoidTechListener"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_CompleteDemo \ static_assert(alignof(UFGQuestGraphNode_CompleteDemo) == 0x000008, "Wrong alignment on UFGQuestGraphNode_CompleteDemo"); \ static_assert(sizeof(UFGQuestGraphNode_CompleteDemo) == 0x000090, "Wrong size on UFGQuestGraphNode_CompleteDemo"); \ #define DUMPER7_ASSERTS_AFGCorruptionGenerator \ static_assert(alignof(AFGCorruptionGenerator) == 0x000008, "Wrong alignment on AFGCorruptionGenerator"); \ static_assert(sizeof(AFGCorruptionGenerator) == 0x000240, "Wrong size on AFGCorruptionGenerator"); \ static_assert(offsetof(AFGCorruptionGenerator, VoidCorruptionContentSettingsDataTable) == 0x000220, "Member 'AFGCorruptionGenerator::VoidCorruptionContentSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptionGenerator, VoidCorruptionContentSettings) == 0x000228, "Member 'AFGCorruptionGenerator::VoidCorruptionContentSettings' has a wrong offset!"); \ static_assert(offsetof(AFGCorruptionGenerator, bInitialized) == 0x000238, "Member 'AFGCorruptionGenerator::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainNaziEngineComponent_GetLocomotivesDistance \ static_assert(alignof(FGTrainNaziEngineComponent_GetLocomotivesDistance) == 0x000004, "Wrong alignment on FGTrainNaziEngineComponent_GetLocomotivesDistance"); \ static_assert(sizeof(FGTrainNaziEngineComponent_GetLocomotivesDistance) == 0x000004, "Wrong size on FGTrainNaziEngineComponent_GetLocomotivesDistance"); \ static_assert(offsetof(FGTrainNaziEngineComponent_GetLocomotivesDistance, ReturnValue) == 0x000000, "Member 'FGTrainNaziEngineComponent_GetLocomotivesDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainNaziEngineComponent_GetPlayerRelativeSpeed \ static_assert(alignof(FGTrainNaziEngineComponent_GetPlayerRelativeSpeed) == 0x000004, "Wrong alignment on FGTrainNaziEngineComponent_GetPlayerRelativeSpeed"); \ static_assert(sizeof(FGTrainNaziEngineComponent_GetPlayerRelativeSpeed) == 0x000004, "Wrong size on FGTrainNaziEngineComponent_GetPlayerRelativeSpeed"); \ static_assert(offsetof(FGTrainNaziEngineComponent_GetPlayerRelativeSpeed, ReturnValue) == 0x000000, "Member 'FGTrainNaziEngineComponent_GetPlayerRelativeSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainNaziEngineComponent_NeedOperator \ static_assert(alignof(FGTrainNaziEngineComponent_NeedOperator) == 0x000001, "Wrong alignment on FGTrainNaziEngineComponent_NeedOperator"); \ static_assert(sizeof(FGTrainNaziEngineComponent_NeedOperator) == 0x000001, "Wrong size on FGTrainNaziEngineComponent_NeedOperator"); \ static_assert(offsetof(FGTrainNaziEngineComponent_NeedOperator, ReturnValue) == 0x000000, "Member 'FGTrainNaziEngineComponent_NeedOperator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainNaziEngineComponent_SetNaziTrainEngineState \ static_assert(alignof(FGTrainNaziEngineComponent_SetNaziTrainEngineState) == 0x000001, "Wrong alignment on FGTrainNaziEngineComponent_SetNaziTrainEngineState"); \ static_assert(sizeof(FGTrainNaziEngineComponent_SetNaziTrainEngineState) == 0x000002, "Wrong size on FGTrainNaziEngineComponent_SetNaziTrainEngineState"); \ static_assert(offsetof(FGTrainNaziEngineComponent_SetNaziTrainEngineState, NewState) == 0x000000, "Member 'FGTrainNaziEngineComponent_SetNaziTrainEngineState::NewState' has a wrong offset!"); \ static_assert(offsetof(FGTrainNaziEngineComponent_SetNaziTrainEngineState, bForceBrake) == 0x000001, "Member 'FGTrainNaziEngineComponent_SetNaziTrainEngineState::bForceBrake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainNaziEngineComponent \ static_assert(alignof(UFGTrainNaziEngineComponent) == 0x000008, "Wrong alignment on UFGTrainNaziEngineComponent"); \ static_assert(sizeof(UFGTrainNaziEngineComponent) == 0x0001D0, "Wrong size on UFGTrainNaziEngineComponent"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, FollowPlayerBonusSpeed) == 0x000198, "Member 'UFGTrainNaziEngineComponent::FollowPlayerBonusSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, HarpoonBonusSpeed) == 0x00019C, "Member 'UFGTrainNaziEngineComponent::HarpoonBonusSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, SlowDownPowerSpeed) == 0x0001A0, "Member 'UFGTrainNaziEngineComponent::SlowDownPowerSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, EndChasePower) == 0x0001A4, "Member 'UFGTrainNaziEngineComponent::EndChasePower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, QuestStartPower) == 0x0001A8, "Member 'UFGTrainNaziEngineComponent::QuestStartPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, QuestEndPower) == 0x0001AC, "Member 'UFGTrainNaziEngineComponent::QuestEndPower' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, ReachedPlayerDistance) == 0x0001B0, "Member 'UFGTrainNaziEngineComponent::ReachedPlayerDistance' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, FarFromPlayerDistance) == 0x0001B4, "Member 'UFGTrainNaziEngineComponent::FarFromPlayerDistance' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, UpdatePowerTimer) == 0x0001B8, "Member 'UFGTrainNaziEngineComponent::UpdatePowerTimer' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, NaziTrainEngineState) == 0x0001BC, "Member 'UFGTrainNaziEngineComponent::NaziTrainEngineState' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, bHarpoonActive) == 0x0001BD, "Member 'UFGTrainNaziEngineComponent::bHarpoonActive' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, bPositionSynced) == 0x0001BE, "Member 'UFGTrainNaziEngineComponent::bPositionSynced' has a wrong offset!"); \ static_assert(offsetof(UFGTrainNaziEngineComponent, AttachedOperator) == 0x0001C0, "Member 'UFGTrainNaziEngineComponent::AttachedOperator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCoverBaseComponent \ static_assert(alignof(UFGCoverBaseComponent) == 0x000010, "Wrong alignment on UFGCoverBaseComponent"); \ static_assert(sizeof(UFGCoverBaseComponent) == 0x000200, "Wrong size on UFGCoverBaseComponent"); \ static_assert(offsetof(UFGCoverBaseComponent, bEnabled) == 0x0001F8, "Member 'UFGCoverBaseComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGCoverBaseComponent, CoverSpaceRadius) == 0x0001FC, "Member 'UFGCoverBaseComponent::CoverSpaceRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation \ static_assert(alignof(FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation) == 0x000004, "Wrong alignment on FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation"); \ static_assert(sizeof(FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation) == 0x000088, "Wrong size on FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation"); \ static_assert(offsetof(FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation, HitResult) == 0x000000, "Member 'FGProjectile_Bullet_ProjectilePenetrateSurface_Implementation::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Bullet_CanProjectilePenetrateSurface \ static_assert(alignof(FGProjectile_Bullet_CanProjectilePenetrateSurface) == 0x000004, "Wrong alignment on FGProjectile_Bullet_CanProjectilePenetrateSurface"); \ static_assert(sizeof(FGProjectile_Bullet_CanProjectilePenetrateSurface) == 0x00008C, "Wrong size on FGProjectile_Bullet_CanProjectilePenetrateSurface"); \ static_assert(offsetof(FGProjectile_Bullet_CanProjectilePenetrateSurface, HitResult) == 0x000000, "Member 'FGProjectile_Bullet_CanProjectilePenetrateSurface::HitResult' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_Bullet_CanProjectilePenetrateSurface, ReturnValue) == 0x000088, "Member 'FGProjectile_Bullet_CanProjectilePenetrateSurface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Bullet_ComputeProjectileRicochet \ static_assert(alignof(FGProjectile_Bullet_ComputeProjectileRicochet) == 0x000004, "Wrong alignment on FGProjectile_Bullet_ComputeProjectileRicochet"); \ static_assert(sizeof(FGProjectile_Bullet_ComputeProjectileRicochet) == 0x00001C, "Wrong size on FGProjectile_Bullet_ComputeProjectileRicochet"); \ static_assert(offsetof(FGProjectile_Bullet_ComputeProjectileRicochet, Dir) == 0x000000, "Member 'FGProjectile_Bullet_ComputeProjectileRicochet::Dir' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_Bullet_ComputeProjectileRicochet, AngleDeg) == 0x00000C, "Member 'FGProjectile_Bullet_ComputeProjectileRicochet::AngleDeg' has a wrong offset!"); \ static_assert(offsetof(FGProjectile_Bullet_ComputeProjectileRicochet, ReturnValue) == 0x000010, "Member 'FGProjectile_Bullet_ComputeProjectileRicochet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Bullet_GetBadRange \ static_assert(alignof(FGProjectile_Bullet_GetBadRange) == 0x000004, "Wrong alignment on FGProjectile_Bullet_GetBadRange"); \ static_assert(sizeof(FGProjectile_Bullet_GetBadRange) == 0x000004, "Wrong size on FGProjectile_Bullet_GetBadRange"); \ static_assert(offsetof(FGProjectile_Bullet_GetBadRange, ReturnValue) == 0x000000, "Member 'FGProjectile_Bullet_GetBadRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Bullet_GetStartTravelLocation \ static_assert(alignof(FGProjectile_Bullet_GetStartTravelLocation) == 0x000004, "Wrong alignment on FGProjectile_Bullet_GetStartTravelLocation"); \ static_assert(sizeof(FGProjectile_Bullet_GetStartTravelLocation) == 0x00000C, "Wrong size on FGProjectile_Bullet_GetStartTravelLocation"); \ static_assert(offsetof(FGProjectile_Bullet_GetStartTravelLocation, ReturnValue) == 0x000000, "Member 'FGProjectile_Bullet_GetStartTravelLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_Bullet \ static_assert(alignof(AFGProjectile_Bullet) == 0x000008, "Wrong alignment on AFGProjectile_Bullet"); \ static_assert(sizeof(AFGProjectile_Bullet) == 0x0004C8, "Wrong size on AFGProjectile_Bullet"); \ static_assert(offsetof(AFGProjectile_Bullet, PiercingDamageReduceMod) == 0x000438, "Member 'AFGProjectile_Bullet::PiercingDamageReduceMod' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, NailingDistance) == 0x00043C, "Member 'AFGProjectile_Bullet::NailingDistance' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, MuzzleLocation) == 0x000440, "Member 'AFGProjectile_Bullet::MuzzleLocation' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, bSpawnAtCameraLocation) == 0x00044C, "Member 'AFGProjectile_Bullet::bSpawnAtCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, RicochetAngle) == 0x000450, "Member 'AFGProjectile_Bullet::RicochetAngle' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, bProjectileCanPenetrateSurface) == 0x000454, "Member 'AFGProjectile_Bullet::bProjectileCanPenetrateSurface' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Bullet, ProjectileID) == 0x000460, "Member 'AFGProjectile_Bullet::ProjectileID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_CancelCraft \ static_assert(alignof(FGCraftManager_CancelCraft) == 0x000008, "Wrong alignment on FGCraftManager_CancelCraft"); \ static_assert(sizeof(FGCraftManager_CancelCraft) == 0x000010, "Wrong size on FGCraftManager_CancelCraft"); \ static_assert(offsetof(FGCraftManager_CancelCraft, WorkZone) == 0x000000, "Member 'FGCraftManager_CancelCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_CancelCraft, CraftingTable) == 0x000008, "Member 'FGCraftManager_CancelCraft::CraftingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_CanCraft \ static_assert(alignof(FGCraftManager_CanCraft) == 0x000008, "Wrong alignment on FGCraftManager_CanCraft"); \ static_assert(sizeof(FGCraftManager_CanCraft) == 0x000020, "Wrong size on FGCraftManager_CanCraft"); \ static_assert(offsetof(FGCraftManager_CanCraft, RecipeID) == 0x000000, "Member 'FGCraftManager_CanCraft::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_CanCraft, Amount) == 0x000004, "Member 'FGCraftManager_CanCraft::Amount' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_CanCraft, WorkZone) == 0x000008, "Member 'FGCraftManager_CanCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_CanCraft, CraftingTable) == 0x000010, "Member 'FGCraftManager_CanCraft::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_CanCraft, ReturnValue) == 0x000018, "Member 'FGCraftManager_CanCraft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_Craft \ static_assert(alignof(FGCraftManager_Craft) == 0x000008, "Wrong alignment on FGCraftManager_Craft"); \ static_assert(sizeof(FGCraftManager_Craft) == 0x000018, "Wrong size on FGCraftManager_Craft"); \ static_assert(offsetof(FGCraftManager_Craft, RecipeID) == 0x000000, "Member 'FGCraftManager_Craft::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_Craft, Amount) == 0x000004, "Member 'FGCraftManager_Craft::Amount' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_Craft, WorkZone) == 0x000008, "Member 'FGCraftManager_Craft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_Craft, CraftingTable) == 0x000010, "Member 'FGCraftManager_Craft::CraftingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_FindCraftInProgress \ static_assert(alignof(FGCraftManager_FindCraftInProgress) == 0x000008, "Wrong alignment on FGCraftManager_FindCraftInProgress"); \ static_assert(sizeof(FGCraftManager_FindCraftInProgress) == 0x000020, "Wrong size on FGCraftManager_FindCraftInProgress"); \ static_assert(offsetof(FGCraftManager_FindCraftInProgress, CraftingTable) == 0x000000, "Member 'FGCraftManager_FindCraftInProgress::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindCraftInProgress, List) == 0x000008, "Member 'FGCraftManager_FindCraftInProgress::List' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindCraftInProgress, ReturnValue) == 0x000018, "Member 'FGCraftManager_FindCraftInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_FindCraftRecipe \ static_assert(alignof(FGCraftManager_FindCraftRecipe) == 0x000008, "Wrong alignment on FGCraftManager_FindCraftRecipe"); \ static_assert(sizeof(FGCraftManager_FindCraftRecipe) == 0x0000C0, "Wrong size on FGCraftManager_FindCraftRecipe"); \ static_assert(offsetof(FGCraftManager_FindCraftRecipe, RecipeID) == 0x000000, "Member 'FGCraftManager_FindCraftRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindCraftRecipe, Data) == 0x000008, "Member 'FGCraftManager_FindCraftRecipe::Data' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindCraftRecipe, ReturnValue) == 0x0000B8, "Member 'FGCraftManager_FindCraftRecipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_FindRecipeByClass \ static_assert(alignof(FGCraftManager_FindRecipeByClass) == 0x000008, "Wrong alignment on FGCraftManager_FindRecipeByClass"); \ static_assert(sizeof(FGCraftManager_FindRecipeByClass) == 0x0000C0, "Wrong size on FGCraftManager_FindRecipeByClass"); \ static_assert(offsetof(FGCraftManager_FindRecipeByClass, Recipe) == 0x000000, "Member 'FGCraftManager_FindRecipeByClass::Recipe' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindRecipeByClass, ResultClass) == 0x0000B0, "Member 'FGCraftManager_FindRecipeByClass::ResultClass' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_FindRecipeByClass, ReturnValue) == 0x0000B8, "Member 'FGCraftManager_FindRecipeByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_GetActualCraftTime \ static_assert(alignof(FGCraftManager_GetActualCraftTime) == 0x000008, "Wrong alignment on FGCraftManager_GetActualCraftTime"); \ static_assert(sizeof(FGCraftManager_GetActualCraftTime) == 0x0000C0, "Wrong size on FGCraftManager_GetActualCraftTime"); \ static_assert(offsetof(FGCraftManager_GetActualCraftTime, CraftingTable) == 0x000000, "Member 'FGCraftManager_GetActualCraftTime::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetActualCraftTime, RecipeData) == 0x000008, "Member 'FGCraftManager_GetActualCraftTime::RecipeData' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetActualCraftTime, ReturnValue) == 0x0000B8, "Member 'FGCraftManager_GetActualCraftTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_GetCurrentDisabledCraftTableDebuff \ static_assert(alignof(FGCraftManager_GetCurrentDisabledCraftTableDebuff) == 0x000008, "Wrong alignment on FGCraftManager_GetCurrentDisabledCraftTableDebuff"); \ static_assert(sizeof(FGCraftManager_GetCurrentDisabledCraftTableDebuff) == 0x000010, "Wrong size on FGCraftManager_GetCurrentDisabledCraftTableDebuff"); \ static_assert(offsetof(FGCraftManager_GetCurrentDisabledCraftTableDebuff, CraftingTable) == 0x000000, "Member 'FGCraftManager_GetCurrentDisabledCraftTableDebuff::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetCurrentDisabledCraftTableDebuff, ReturnValue) == 0x000008, "Member 'FGCraftManager_GetCurrentDisabledCraftTableDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_GetCurrentServerTime \ static_assert(alignof(FGCraftManager_GetCurrentServerTime) == 0x000004, "Wrong alignment on FGCraftManager_GetCurrentServerTime"); \ static_assert(sizeof(FGCraftManager_GetCurrentServerTime) == 0x000004, "Wrong size on FGCraftManager_GetCurrentServerTime"); \ static_assert(offsetof(FGCraftManager_GetCurrentServerTime, ReturnValue) == 0x000000, "Member 'FGCraftManager_GetCurrentServerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_GetCurrentVoltageCraftTableDebuff \ static_assert(alignof(FGCraftManager_GetCurrentVoltageCraftTableDebuff) == 0x000008, "Wrong alignment on FGCraftManager_GetCurrentVoltageCraftTableDebuff"); \ static_assert(sizeof(FGCraftManager_GetCurrentVoltageCraftTableDebuff) == 0x0000C0, "Wrong size on FGCraftManager_GetCurrentVoltageCraftTableDebuff"); \ static_assert(offsetof(FGCraftManager_GetCurrentVoltageCraftTableDebuff, CraftingTable) == 0x000000, "Member 'FGCraftManager_GetCurrentVoltageCraftTableDebuff::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetCurrentVoltageCraftTableDebuff, RecipeData) == 0x000008, "Member 'FGCraftManager_GetCurrentVoltageCraftTableDebuff::RecipeData' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetCurrentVoltageCraftTableDebuff, ReturnValue) == 0x0000B8, "Member 'FGCraftManager_GetCurrentVoltageCraftTableDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_GetLearnedRecipesData \ static_assert(alignof(FGCraftManager_GetLearnedRecipesData) == 0x000008, "Wrong alignment on FGCraftManager_GetLearnedRecipesData"); \ static_assert(sizeof(FGCraftManager_GetLearnedRecipesData) == 0x000018, "Wrong size on FGCraftManager_GetLearnedRecipesData"); \ static_assert(offsetof(FGCraftManager_GetLearnedRecipesData, CraftingTable) == 0x000000, "Member 'FGCraftManager_GetLearnedRecipesData::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_GetLearnedRecipesData, ReturnValue) == 0x000008, "Member 'FGCraftManager_GetLearnedRecipesData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_LearnRecipe \ static_assert(alignof(FGCraftManager_LearnRecipe) == 0x000004, "Wrong alignment on FGCraftManager_LearnRecipe"); \ static_assert(sizeof(FGCraftManager_LearnRecipe) == 0x000004, "Wrong size on FGCraftManager_LearnRecipe"); \ static_assert(offsetof(FGCraftManager_LearnRecipe, RecipeID) == 0x000000, "Member 'FGCraftManager_LearnRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_OnCraftComplete \ static_assert(alignof(FGCraftManager_OnCraftComplete) == 0x000008, "Wrong alignment on FGCraftManager_OnCraftComplete"); \ static_assert(sizeof(FGCraftManager_OnCraftComplete) == 0x000010, "Wrong size on FGCraftManager_OnCraftComplete"); \ static_assert(offsetof(FGCraftManager_OnCraftComplete, CraftingTable) == 0x000000, "Member 'FGCraftManager_OnCraftComplete::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_OnCraftComplete, WorkZone) == 0x000008, "Member 'FGCraftManager_OnCraftComplete::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_PauseCraft \ static_assert(alignof(FGCraftManager_PauseCraft) == 0x000008, "Wrong alignment on FGCraftManager_PauseCraft"); \ static_assert(sizeof(FGCraftManager_PauseCraft) == 0x000018, "Wrong size on FGCraftManager_PauseCraft"); \ static_assert(offsetof(FGCraftManager_PauseCraft, WorkZone) == 0x000000, "Member 'FGCraftManager_PauseCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_PauseCraft, CraftingTable) == 0x000008, "Member 'FGCraftManager_PauseCraft::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_PauseCraft, reason) == 0x000010, "Member 'FGCraftManager_PauseCraft::reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_ResumeCraft \ static_assert(alignof(FGCraftManager_ResumeCraft) == 0x000008, "Wrong alignment on FGCraftManager_ResumeCraft"); \ static_assert(sizeof(FGCraftManager_ResumeCraft) == 0x000010, "Wrong size on FGCraftManager_ResumeCraft"); \ static_assert(offsetof(FGCraftManager_ResumeCraft, WorkZone) == 0x000000, "Member 'FGCraftManager_ResumeCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_ResumeCraft, CraftingTable) == 0x000008, "Member 'FGCraftManager_ResumeCraft::CraftingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCraftManager_UpdateCraftProgress \ static_assert(alignof(FGCraftManager_UpdateCraftProgress) == 0x000008, "Wrong alignment on FGCraftManager_UpdateCraftProgress"); \ static_assert(sizeof(FGCraftManager_UpdateCraftProgress) == 0x000010, "Wrong size on FGCraftManager_UpdateCraftProgress"); \ static_assert(offsetof(FGCraftManager_UpdateCraftProgress, CraftingTable) == 0x000000, "Member 'FGCraftManager_UpdateCraftProgress::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(FGCraftManager_UpdateCraftProgress, WorkZone) == 0x000008, "Member 'FGCraftManager_UpdateCraftProgress::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCraftManager \ static_assert(alignof(AFGCraftManager) == 0x000008, "Wrong alignment on AFGCraftManager"); \ static_assert(sizeof(AFGCraftManager) == 0x000348, "Wrong size on AFGCraftManager"); \ static_assert(offsetof(AFGCraftManager, bInitialized) == 0x000228, "Member 'AFGCraftManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, DropCharcoalItemClass) == 0x000230, "Member 'AFGCraftManager::DropCharcoalItemClass' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, DisabledCraftTableDebuff) == 0x000238, "Member 'AFGCraftManager::DisabledCraftTableDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, CraftDataTable) == 0x000240, "Member 'AFGCraftManager::CraftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, SmeltingIronBonusRecipes) == 0x000248, "Member 'AFGCraftManager::SmeltingIronBonusRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, SmeltingSteelBonusRecipes) == 0x000258, "Member 'AFGCraftManager::SmeltingSteelBonusRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, CraftWorldProgressionUnlock) == 0x000268, "Member 'AFGCraftManager::CraftWorldProgressionUnlock' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, CraftRecipesData) == 0x0002B8, "Member 'AFGCraftManager::CraftRecipesData' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, bUpdateTechRequirements) == 0x0002C8, "Member 'AFGCraftManager::bUpdateTechRequirements' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, CraftInProgress) == 0x0002D0, "Member 'AFGCraftManager::CraftInProgress' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, LastLocalCraftInProgress) == 0x0002F0, "Member 'AFGCraftManager::LastLocalCraftInProgress' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, LearnedRecipes) == 0x000310, "Member 'AFGCraftManager::LearnedRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, PreLearnedRecipes) == 0x000320, "Member 'AFGCraftManager::PreLearnedRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, OnCraftingManagerItemCrafted) == 0x000330, "Member 'AFGCraftManager::OnCraftingManagerItemCrafted' has a wrong offset!"); \ static_assert(offsetof(AFGCraftManager, bTempStartingRoom) == 0x000340, "Member 'AFGCraftManager::bTempStartingRoom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_AddSpawnedShark \ static_assert(alignof(FGMapGenerator_AddSpawnedShark) == 0x000008, "Wrong alignment on FGMapGenerator_AddSpawnedShark"); \ static_assert(sizeof(FGMapGenerator_AddSpawnedShark) == 0x000008, "Wrong size on FGMapGenerator_AddSpawnedShark"); \ static_assert(offsetof(FGMapGenerator_AddSpawnedShark, Shark) == 0x000000, "Member 'FGMapGenerator_AddSpawnedShark::Shark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_CanSpawnVoidCreatureAtLocation \ static_assert(alignof(FGMapGenerator_CanSpawnVoidCreatureAtLocation) == 0x000004, "Wrong alignment on FGMapGenerator_CanSpawnVoidCreatureAtLocation"); \ static_assert(sizeof(FGMapGenerator_CanSpawnVoidCreatureAtLocation) == 0x000014, "Wrong size on FGMapGenerator_CanSpawnVoidCreatureAtLocation"); \ static_assert(offsetof(FGMapGenerator_CanSpawnVoidCreatureAtLocation, Location) == 0x000000, "Member 'FGMapGenerator_CanSpawnVoidCreatureAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_CanSpawnVoidCreatureAtLocation, TestRadius) == 0x00000C, "Member 'FGMapGenerator_CanSpawnVoidCreatureAtLocation::TestRadius' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_CanSpawnVoidCreatureAtLocation, ReturnValue) == 0x000010, "Member 'FGMapGenerator_CanSpawnVoidCreatureAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_CanSpawnVoidCreatures \ static_assert(alignof(FGMapGenerator_CanSpawnVoidCreatures) == 0x000004, "Wrong alignment on FGMapGenerator_CanSpawnVoidCreatures"); \ static_assert(sizeof(FGMapGenerator_CanSpawnVoidCreatures) == 0x000008, "Wrong size on FGMapGenerator_CanSpawnVoidCreatures"); \ static_assert(offsetof(FGMapGenerator_CanSpawnVoidCreatures, RailsOffset) == 0x000000, "Member 'FGMapGenerator_CanSpawnVoidCreatures::RailsOffset' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_CanSpawnVoidCreatures, ReturnValue) == 0x000004, "Member 'FGMapGenerator_CanSpawnVoidCreatures::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_CanSpawnWhale \ static_assert(alignof(FGMapGenerator_CanSpawnWhale) == 0x000004, "Wrong alignment on FGMapGenerator_CanSpawnWhale"); \ static_assert(sizeof(FGMapGenerator_CanSpawnWhale) == 0x000008, "Wrong size on FGMapGenerator_CanSpawnWhale"); \ static_assert(offsetof(FGMapGenerator_CanSpawnWhale, RailsOffset) == 0x000000, "Member 'FGMapGenerator_CanSpawnWhale::RailsOffset' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_CanSpawnWhale, ReturnValue) == 0x000004, "Member 'FGMapGenerator_CanSpawnWhale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_CanSpawnWhaleEvent \ static_assert(alignof(FGMapGenerator_CanSpawnWhaleEvent) == 0x000004, "Wrong alignment on FGMapGenerator_CanSpawnWhaleEvent"); \ static_assert(sizeof(FGMapGenerator_CanSpawnWhaleEvent) == 0x000008, "Wrong size on FGMapGenerator_CanSpawnWhaleEvent"); \ static_assert(offsetof(FGMapGenerator_CanSpawnWhaleEvent, RailsOffset) == 0x000000, "Member 'FGMapGenerator_CanSpawnWhaleEvent::RailsOffset' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_CanSpawnWhaleEvent, ReturnValue) == 0x000004, "Member 'FGMapGenerator_CanSpawnWhaleEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_FillCollisionLODDataTable \ static_assert(alignof(FGMapGenerator_FillCollisionLODDataTable) == 0x000008, "Wrong alignment on FGMapGenerator_FillCollisionLODDataTable"); \ static_assert(sizeof(FGMapGenerator_FillCollisionLODDataTable) == 0x000018, "Wrong size on FGMapGenerator_FillCollisionLODDataTable"); \ static_assert(offsetof(FGMapGenerator_FillCollisionLODDataTable, DataTable) == 0x000000, "Member 'FGMapGenerator_FillCollisionLODDataTable::DataTable' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_FillCollisionLODDataTable, MeshFolder) == 0x000008, "Member 'FGMapGenerator_FillCollisionLODDataTable::MeshFolder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_FindReward \ static_assert(alignof(FGMapGenerator_FindReward) == 0x000008, "Wrong alignment on FGMapGenerator_FindReward"); \ static_assert(sizeof(FGMapGenerator_FindReward) == 0x000058, "Wrong size on FGMapGenerator_FindReward"); \ static_assert(offsetof(FGMapGenerator_FindReward, Type) == 0x000000, "Member 'FGMapGenerator_FindReward::Type' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_FindReward, Data) == 0x000008, "Member 'FGMapGenerator_FindReward::Data' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_FindReward, ReturnValue) == 0x000050, "Member 'FGMapGenerator_FindReward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GenerateAndLoadNextLevel \ static_assert(alignof(FGMapGenerator_GenerateAndLoadNextLevel) == 0x000008, "Wrong alignment on FGMapGenerator_GenerateAndLoadNextLevel"); \ static_assert(sizeof(FGMapGenerator_GenerateAndLoadNextLevel) == 0x000020, "Wrong size on FGMapGenerator_GenerateAndLoadNextLevel"); \ static_assert(offsetof(FGMapGenerator_GenerateAndLoadNextLevel, PathTokens) == 0x000000, "Member 'FGMapGenerator_GenerateAndLoadNextLevel::PathTokens' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GenerateAndLoadNextLevel, Rewards) == 0x000010, "Member 'FGMapGenerator_GenerateAndLoadNextLevel::Rewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GeneratePathToken \ static_assert(alignof(FGMapGenerator_GeneratePathToken) == 0x000008, "Wrong alignment on FGMapGenerator_GeneratePathToken"); \ static_assert(sizeof(FGMapGenerator_GeneratePathToken) == 0x000080, "Wrong size on FGMapGenerator_GeneratePathToken"); \ static_assert(offsetof(FGMapGenerator_GeneratePathToken, PathTokenSeed) == 0x000000, "Member 'FGMapGenerator_GeneratePathToken::PathTokenSeed' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathToken, PathTokenWorldRate) == 0x000004, "Member 'FGMapGenerator_GeneratePathToken::PathTokenWorldRate' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathToken, TokenTier) == 0x000008, "Member 'FGMapGenerator_GeneratePathToken::TokenTier' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathToken, PathToken) == 0x000010, "Member 'FGMapGenerator_GeneratePathToken::PathToken' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathToken, ReturnValue) == 0x000078, "Member 'FGMapGenerator_GeneratePathToken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GeneratePathTokenRewards \ static_assert(alignof(FGMapGenerator_GeneratePathTokenRewards) == 0x000008, "Wrong alignment on FGMapGenerator_GeneratePathTokenRewards"); \ static_assert(sizeof(FGMapGenerator_GeneratePathTokenRewards) == 0x000030, "Wrong size on FGMapGenerator_GeneratePathTokenRewards"); \ static_assert(offsetof(FGMapGenerator_GeneratePathTokenRewards, LootWeights) == 0x000000, "Member 'FGMapGenerator_GeneratePathTokenRewards::LootWeights' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathTokenRewards, Seeds) == 0x000010, "Member 'FGMapGenerator_GeneratePathTokenRewards::Seeds' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GeneratePathTokenRewards, ReturnValue) == 0x000020, "Member 'FGMapGenerator_GeneratePathTokenRewards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetChunkGenerationSettings \ static_assert(alignof(FGMapGenerator_GetChunkGenerationSettings) == 0x000008, "Wrong alignment on FGMapGenerator_GetChunkGenerationSettings"); \ static_assert(sizeof(FGMapGenerator_GetChunkGenerationSettings) == 0x000018, "Wrong size on FGMapGenerator_GetChunkGenerationSettings"); \ static_assert(offsetof(FGMapGenerator_GetChunkGenerationSettings, GeneratorVersion) == 0x000000, "Member 'FGMapGenerator_GetChunkGenerationSettings::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetChunkGenerationSettings, ReturnValue) == 0x000008, "Member 'FGMapGenerator_GetChunkGenerationSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetDepotBiomePreset \ static_assert(alignof(FGMapGenerator_GetDepotBiomePreset) == 0x000001, "Wrong alignment on FGMapGenerator_GetDepotBiomePreset"); \ static_assert(sizeof(FGMapGenerator_GetDepotBiomePreset) == 0x000001, "Wrong size on FGMapGenerator_GetDepotBiomePreset"); \ static_assert(offsetof(FGMapGenerator_GetDepotBiomePreset, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetDepotBiomePreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetGenerationSettings \ static_assert(alignof(FGMapGenerator_GetGenerationSettings) == 0x000008, "Wrong alignment on FGMapGenerator_GetGenerationSettings"); \ static_assert(sizeof(FGMapGenerator_GetGenerationSettings) == 0x000018, "Wrong size on FGMapGenerator_GetGenerationSettings"); \ static_assert(offsetof(FGMapGenerator_GetGenerationSettings, GeneratorVersion) == 0x000000, "Member 'FGMapGenerator_GetGenerationSettings::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetGenerationSettings, ReturnValue) == 0x000008, "Member 'FGMapGenerator_GetGenerationSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetImplicitList \ static_assert(alignof(FGMapGenerator_GetImplicitList) == 0x000008, "Wrong alignment on FGMapGenerator_GetImplicitList"); \ static_assert(sizeof(FGMapGenerator_GetImplicitList) == 0x000020, "Wrong size on FGMapGenerator_GetImplicitList"); \ static_assert(offsetof(FGMapGenerator_GetImplicitList, PathTokens) == 0x000000, "Member 'FGMapGenerator_GetImplicitList::PathTokens' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetImplicitList, ReturnValue) == 0x000010, "Member 'FGMapGenerator_GetImplicitList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetImplicitValue \ static_assert(alignof(FGMapGenerator_GetImplicitValue) == 0x000004, "Wrong alignment on FGMapGenerator_GetImplicitValue"); \ static_assert(sizeof(FGMapGenerator_GetImplicitValue) == 0x000008, "Wrong size on FGMapGenerator_GetImplicitValue"); \ static_assert(offsetof(FGMapGenerator_GetImplicitValue, PathTokenImplicit) == 0x000000, "Member 'FGMapGenerator_GetImplicitValue::PathTokenImplicit' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetImplicitValue, ReturnValue) == 0x000004, "Member 'FGMapGenerator_GetImplicitValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetJellyfishClass \ static_assert(alignof(FGMapGenerator_GetJellyfishClass) == 0x000008, "Wrong alignment on FGMapGenerator_GetJellyfishClass"); \ static_assert(sizeof(FGMapGenerator_GetJellyfishClass) == 0x000008, "Wrong size on FGMapGenerator_GetJellyfishClass"); \ static_assert(offsetof(FGMapGenerator_GetJellyfishClass, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetJellyfishClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetJellyfishSpawnChance \ static_assert(alignof(FGMapGenerator_GetJellyfishSpawnChance) == 0x000004, "Wrong alignment on FGMapGenerator_GetJellyfishSpawnChance"); \ static_assert(sizeof(FGMapGenerator_GetJellyfishSpawnChance) == 0x000004, "Wrong size on FGMapGenerator_GetJellyfishSpawnChance"); \ static_assert(offsetof(FGMapGenerator_GetJellyfishSpawnChance, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetJellyfishSpawnChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetJellyfishSpawnCooldown \ static_assert(alignof(FGMapGenerator_GetJellyfishSpawnCooldown) == 0x000004, "Wrong alignment on FGMapGenerator_GetJellyfishSpawnCooldown"); \ static_assert(sizeof(FGMapGenerator_GetJellyfishSpawnCooldown) == 0x000004, "Wrong size on FGMapGenerator_GetJellyfishSpawnCooldown"); \ static_assert(offsetof(FGMapGenerator_GetJellyfishSpawnCooldown, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetJellyfishSpawnCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetLastChunk \ static_assert(alignof(FGMapGenerator_GetLastChunk) == 0x000008, "Wrong alignment on FGMapGenerator_GetLastChunk"); \ static_assert(sizeof(FGMapGenerator_GetLastChunk) == 0x000008, "Wrong size on FGMapGenerator_GetLastChunk"); \ static_assert(offsetof(FGMapGenerator_GetLastChunk, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetLastChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetLastDepotLocation \ static_assert(alignof(FGMapGenerator_GetLastDepotLocation) == 0x000004, "Wrong alignment on FGMapGenerator_GetLastDepotLocation"); \ static_assert(sizeof(FGMapGenerator_GetLastDepotLocation) == 0x00000C, "Wrong size on FGMapGenerator_GetLastDepotLocation"); \ static_assert(offsetof(FGMapGenerator_GetLastDepotLocation, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetLastDepotLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetLeechSpawnChance \ static_assert(alignof(FGMapGenerator_GetLeechSpawnChance) == 0x000004, "Wrong alignment on FGMapGenerator_GetLeechSpawnChance"); \ static_assert(sizeof(FGMapGenerator_GetLeechSpawnChance) == 0x000004, "Wrong size on FGMapGenerator_GetLeechSpawnChance"); \ static_assert(offsetof(FGMapGenerator_GetLeechSpawnChance, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetLeechSpawnChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetLeechSpawnCooldown \ static_assert(alignof(FGMapGenerator_GetLeechSpawnCooldown) == 0x000004, "Wrong alignment on FGMapGenerator_GetLeechSpawnCooldown"); \ static_assert(sizeof(FGMapGenerator_GetLeechSpawnCooldown) == 0x000004, "Wrong size on FGMapGenerator_GetLeechSpawnCooldown"); \ static_assert(offsetof(FGMapGenerator_GetLeechSpawnCooldown, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetLeechSpawnCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetMapBiomePreset \ static_assert(alignof(FGMapGenerator_GetMapBiomePreset) == 0x000001, "Wrong alignment on FGMapGenerator_GetMapBiomePreset"); \ static_assert(sizeof(FGMapGenerator_GetMapBiomePreset) == 0x000001, "Wrong size on FGMapGenerator_GetMapBiomePreset"); \ static_assert(offsetof(FGMapGenerator_GetMapBiomePreset, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetMapBiomePreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetMapCycle \ static_assert(alignof(FGMapGenerator_GetMapCycle) == 0x000001, "Wrong alignment on FGMapGenerator_GetMapCycle"); \ static_assert(sizeof(FGMapGenerator_GetMapCycle) == 0x000001, "Wrong size on FGMapGenerator_GetMapCycle"); \ static_assert(offsetof(FGMapGenerator_GetMapCycle, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetMapCycle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetMapTheme \ static_assert(alignof(FGMapGenerator_GetMapTheme) == 0x000001, "Wrong alignment on FGMapGenerator_GetMapTheme"); \ static_assert(sizeof(FGMapGenerator_GetMapTheme) == 0x000001, "Wrong size on FGMapGenerator_GetMapTheme"); \ static_assert(offsetof(FGMapGenerator_GetMapTheme, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetMapTheme::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetPathTokenImplicitName \ static_assert(alignof(FGMapGenerator_GetPathTokenImplicitName) == 0x000008, "Wrong alignment on FGMapGenerator_GetPathTokenImplicitName"); \ static_assert(sizeof(FGMapGenerator_GetPathTokenImplicitName) == 0x000020, "Wrong size on FGMapGenerator_GetPathTokenImplicitName"); \ static_assert(offsetof(FGMapGenerator_GetPathTokenImplicitName, PathTokenImplicit) == 0x000000, "Member 'FGMapGenerator_GetPathTokenImplicitName::PathTokenImplicit' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetPathTokenImplicitName, ReturnValue) == 0x000008, "Member 'FGMapGenerator_GetPathTokenImplicitName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetRewardsList \ static_assert(alignof(FGMapGenerator_GetRewardsList) == 0x000008, "Wrong alignment on FGMapGenerator_GetRewardsList"); \ static_assert(sizeof(FGMapGenerator_GetRewardsList) == 0x000020, "Wrong size on FGMapGenerator_GetRewardsList"); \ static_assert(offsetof(FGMapGenerator_GetRewardsList, Rewards) == 0x000000, "Member 'FGMapGenerator_GetRewardsList::Rewards' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetRewardsList, ReturnValue) == 0x000010, "Member 'FGMapGenerator_GetRewardsList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetRewardValue \ static_assert(alignof(FGMapGenerator_GetRewardValue) == 0x000004, "Wrong alignment on FGMapGenerator_GetRewardValue"); \ static_assert(sizeof(FGMapGenerator_GetRewardValue) == 0x000008, "Wrong size on FGMapGenerator_GetRewardValue"); \ static_assert(offsetof(FGMapGenerator_GetRewardValue, PathTokenReward) == 0x000000, "Member 'FGMapGenerator_GetRewardValue::PathTokenReward' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetRewardValue, bIsMultiplier) == 0x000001, "Member 'FGMapGenerator_GetRewardValue::bIsMultiplier' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetRewardValue, ReturnValue) == 0x000004, "Member 'FGMapGenerator_GetRewardValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetSecondLayerDecorSettings \ static_assert(alignof(FGMapGenerator_GetSecondLayerDecorSettings) == 0x000008, "Wrong alignment on FGMapGenerator_GetSecondLayerDecorSettings"); \ static_assert(sizeof(FGMapGenerator_GetSecondLayerDecorSettings) == 0x0000D0, "Wrong size on FGMapGenerator_GetSecondLayerDecorSettings"); \ static_assert(offsetof(FGMapGenerator_GetSecondLayerDecorSettings, Map) == 0x000000, "Member 'FGMapGenerator_GetSecondLayerDecorSettings::Map' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetSecondLayerDecorSettings, ReturnValue) == 0x0000C0, "Member 'FGMapGenerator_GetSecondLayerDecorSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetSharkClass \ static_assert(alignof(FGMapGenerator_GetSharkClass) == 0x000008, "Wrong alignment on FGMapGenerator_GetSharkClass"); \ static_assert(sizeof(FGMapGenerator_GetSharkClass) == 0x000008, "Wrong size on FGMapGenerator_GetSharkClass"); \ static_assert(offsetof(FGMapGenerator_GetSharkClass, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetSharkClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetSpawnedChunkByType \ static_assert(alignof(FGMapGenerator_GetSpawnedChunkByType) == 0x000008, "Wrong alignment on FGMapGenerator_GetSpawnedChunkByType"); \ static_assert(sizeof(FGMapGenerator_GetSpawnedChunkByType) == 0x000010, "Wrong size on FGMapGenerator_GetSpawnedChunkByType"); \ static_assert(offsetof(FGMapGenerator_GetSpawnedChunkByType, ChunkType) == 0x000000, "Member 'FGMapGenerator_GetSpawnedChunkByType::ChunkType' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_GetSpawnedChunkByType, ReturnValue) == 0x000008, "Member 'FGMapGenerator_GetSpawnedChunkByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetSpawnedMap \ static_assert(alignof(FGMapGenerator_GetSpawnedMap) == 0x000008, "Wrong alignment on FGMapGenerator_GetSpawnedMap"); \ static_assert(sizeof(FGMapGenerator_GetSpawnedMap) == 0x0000C0, "Wrong size on FGMapGenerator_GetSpawnedMap"); \ static_assert(offsetof(FGMapGenerator_GetSpawnedMap, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetSpawnedMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetWorldRate \ static_assert(alignof(FGMapGenerator_GetWorldRate) == 0x000004, "Wrong alignment on FGMapGenerator_GetWorldRate"); \ static_assert(sizeof(FGMapGenerator_GetWorldRate) == 0x000004, "Wrong size on FGMapGenerator_GetWorldRate"); \ static_assert(offsetof(FGMapGenerator_GetWorldRate, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_IsInitialized \ static_assert(alignof(FGMapGenerator_IsInitialized) == 0x000001, "Wrong alignment on FGMapGenerator_IsInitialized"); \ static_assert(sizeof(FGMapGenerator_IsInitialized) == 0x000001, "Wrong size on FGMapGenerator_IsInitialized"); \ static_assert(offsetof(FGMapGenerator_IsInitialized, ReturnValue) == 0x000000, "Member 'FGMapGenerator_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_SetJellyfishSpawnerPassed \ static_assert(alignof(FGMapGenerator_SetJellyfishSpawnerPassed) == 0x000004, "Wrong alignment on FGMapGenerator_SetJellyfishSpawnerPassed"); \ static_assert(sizeof(FGMapGenerator_SetJellyfishSpawnerPassed) == 0x000004, "Wrong size on FGMapGenerator_SetJellyfishSpawnerPassed"); \ static_assert(offsetof(FGMapGenerator_SetJellyfishSpawnerPassed, Value) == 0x000000, "Member 'FGMapGenerator_SetJellyfishSpawnerPassed::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_SpawnJellyfishAtLocation \ static_assert(alignof(FGMapGenerator_SpawnJellyfishAtLocation) == 0x000004, "Wrong alignment on FGMapGenerator_SpawnJellyfishAtLocation"); \ static_assert(sizeof(FGMapGenerator_SpawnJellyfishAtLocation) == 0x00000C, "Wrong size on FGMapGenerator_SpawnJellyfishAtLocation"); \ static_assert(offsetof(FGMapGenerator_SpawnJellyfishAtLocation, Location) == 0x000000, "Member 'FGMapGenerator_SpawnJellyfishAtLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_SpawnLeechAtLocation \ static_assert(alignof(FGMapGenerator_SpawnLeechAtLocation) == 0x000004, "Wrong alignment on FGMapGenerator_SpawnLeechAtLocation"); \ static_assert(sizeof(FGMapGenerator_SpawnLeechAtLocation) == 0x00000C, "Wrong size on FGMapGenerator_SpawnLeechAtLocation"); \ static_assert(offsetof(FGMapGenerator_SpawnLeechAtLocation, Location) == 0x000000, "Member 'FGMapGenerator_SpawnLeechAtLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_SpawnMap \ static_assert(alignof(FGMapGenerator_SpawnMap) == 0x000008, "Wrong alignment on FGMapGenerator_SpawnMap"); \ static_assert(sizeof(FGMapGenerator_SpawnMap) == 0x0000C8, "Wrong size on FGMapGenerator_SpawnMap"); \ static_assert(offsetof(FGMapGenerator_SpawnMap, Map) == 0x000000, "Member 'FGMapGenerator_SpawnMap::Map' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_SpawnMap, bOnlyLastDepot) == 0x0000C0, "Member 'FGMapGenerator_SpawnMap::bOnlyLastDepot' has a wrong offset!"); \ static_assert(offsetof(FGMapGenerator_SpawnMap, ReturnValue) == 0x0000C1, "Member 'FGMapGenerator_SpawnMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetEmptyLeechAttachPlace \ static_assert(alignof(FGMapGenerator_GetEmptyLeechAttachPlace) == 0x000008, "Wrong alignment on FGMapGenerator_GetEmptyLeechAttachPlace"); \ static_assert(sizeof(FGMapGenerator_GetEmptyLeechAttachPlace) == 0x000008, "Wrong size on FGMapGenerator_GetEmptyLeechAttachPlace"); \ static_assert(offsetof(FGMapGenerator_GetEmptyLeechAttachPlace, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetEmptyLeechAttachPlace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMapGenerator_GetJellyfishSpawnerPassed \ static_assert(alignof(FGMapGenerator_GetJellyfishSpawnerPassed) == 0x000004, "Wrong alignment on FGMapGenerator_GetJellyfishSpawnerPassed"); \ static_assert(sizeof(FGMapGenerator_GetJellyfishSpawnerPassed) == 0x000004, "Wrong size on FGMapGenerator_GetJellyfishSpawnerPassed"); \ static_assert(offsetof(FGMapGenerator_GetJellyfishSpawnerPassed, ReturnValue) == 0x000000, "Member 'FGMapGenerator_GetJellyfishSpawnerPassed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMapGenerator \ static_assert(alignof(AFGMapGenerator) == 0x000008, "Wrong alignment on AFGMapGenerator"); \ static_assert(sizeof(AFGMapGenerator) == 0x000970, "Wrong size on AFGMapGenerator"); \ static_assert(offsetof(AFGMapGenerator, PlayerTrain) == 0x000220, "Member 'AFGMapGenerator::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LastGeneratorVersion) == 0x000228, "Member 'AFGMapGenerator::LastGeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDisableAI) == 0x00022C, "Member 'AFGMapGenerator::bDisableAI' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDisableLoot) == 0x00022D, "Member 'AFGMapGenerator::bDisableLoot' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PregeneratedMap) == 0x000230, "Member 'AFGMapGenerator::PregeneratedMap' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bOverrideMapCycle) == 0x000240, "Member 'AFGMapGenerator::bOverrideMapCycle' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, OverrideMapCycle) == 0x000241, "Member 'AFGMapGenerator::OverrideMapCycle' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RailsPoints) == 0x000248, "Member 'AFGMapGenerator::RailsPoints' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RailsPoints2) == 0x000258, "Member 'AFGMapGenerator::RailsPoints2' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SeedSetting) == 0x000268, "Member 'AFGMapGenerator::SeedSetting' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, EraSetting) == 0x00026C, "Member 'AFGMapGenerator::EraSetting' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WorldRateSetting) == 0x000270, "Member 'AFGMapGenerator::WorldRateSetting' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, GeneratedMap) == 0x000278, "Member 'AFGMapGenerator::GeneratedMap' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedMap) == 0x000288, "Member 'AFGMapGenerator::SpawnedMap' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedChunks) == 0x000348, "Member 'AFGMapGenerator::SpawnedChunks' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_GenerationSettingsDataTable) == 0x000358, "Member 'AFGMapGenerator::VI_GenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_GenerationSettings) == 0x000360, "Member 'AFGMapGenerator::VI_GenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_ChunkGenerationSettingsDataTable) == 0x000370, "Member 'AFGMapGenerator::VI_ChunkGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_ChunkGenerationSettings) == 0x000378, "Member 'AFGMapGenerator::VI_ChunkGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_SecondLayerDecorSettingsDataTable) == 0x000388, "Member 'AFGMapGenerator::VI_SecondLayerDecorSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_SecondLayerDecorSettings) == 0x000390, "Member 'AFGMapGenerator::VI_SecondLayerDecorSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_BiomeGenerationSettingsDataTable) == 0x0003A0, "Member 'AFGMapGenerator::VI_BiomeGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_BiomeGenerationSettings) == 0x0003A8, "Member 'AFGMapGenerator::VI_BiomeGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, MinesGenerationSettingsSoftDataTable) == 0x0003B8, "Member 'AFGMapGenerator::MinesGenerationSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, MinesGenerationSettings) == 0x0003E0, "Member 'AFGMapGenerator::MinesGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, MinesTypesSettingsDataTable) == 0x0003F0, "Member 'AFGMapGenerator::MinesTypesSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, MinesTypesSettings) == 0x0003F8, "Member 'AFGMapGenerator::MinesTypesSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotTypeSettingsDataTable) == 0x000408, "Member 'AFGMapGenerator::DepotTypeSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotTypeSettings) == 0x000410, "Member 'AFGMapGenerator::DepotTypeSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotSublevelSettingsDataTable) == 0x000420, "Member 'AFGMapGenerator::DepotSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotSublevelSettings) == 0x000428, "Member 'AFGMapGenerator::DepotSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotPlatformSublevelSettingsDataTable) == 0x000438, "Member 'AFGMapGenerator::DepotPlatformSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DepotPlatformSublevelSettings) == 0x000440, "Member 'AFGMapGenerator::DepotPlatformSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LootSublevelSettingsDataTable) == 0x000450, "Member 'AFGMapGenerator::LootSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LootSublevelSettings) == 0x000458, "Member 'AFGMapGenerator::LootSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, IslandLayerSpawnSettingsDataTable) == 0x000468, "Member 'AFGMapGenerator::IslandLayerSpawnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, IslandLayerSpawnSettings) == 0x000470, "Member 'AFGMapGenerator::IslandLayerSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, IslandLayerGenerationSettingsDataTable) == 0x000480, "Member 'AFGMapGenerator::IslandLayerGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, IslandLayerGenerationSettings) == 0x000488, "Member 'AFGMapGenerator::IslandLayerGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenGenerationSettingsDataTable) == 0x000498, "Member 'AFGMapGenerator::PathTokenGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenGenerationSettings) == 0x0004A0, "Member 'AFGMapGenerator::PathTokenGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenImplicitNamesDataTable) == 0x0004B0, "Member 'AFGMapGenerator::PathTokenImplicitNamesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenImplicitNames) == 0x0004B8, "Member 'AFGMapGenerator::PathTokenImplicitNames' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenRewardPresetDataTable) == 0x0004C8, "Member 'AFGMapGenerator::PathTokenRewardPresetDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenRewardPresets) == 0x0004D0, "Member 'AFGMapGenerator::PathTokenRewardPresets' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SoftPathTokenRewardDataTable) == 0x0004E0, "Member 'AFGMapGenerator::SoftPathTokenRewardDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenRewards) == 0x000508, "Member 'AFGMapGenerator::PathTokenRewards' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenTierSettingsSoftDataTable) == 0x000518, "Member 'AFGMapGenerator::PathTokenTierSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenTierSettings) == 0x000540, "Member 'AFGMapGenerator::PathTokenTierSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenTypeSettingsSoftDataTable) == 0x000550, "Member 'AFGMapGenerator::PathTokenTypeSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PathTokenTypeSettings) == 0x000578, "Member 'AFGMapGenerator::PathTokenTypeSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RoadEventGenerationSettingsDataTable) == 0x000588, "Member 'AFGMapGenerator::RoadEventGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RoadEventGenerationSettings) == 0x000590, "Member 'AFGMapGenerator::RoadEventGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RoadEventSublevelSettingsDataTable) == 0x0005A0, "Member 'AFGMapGenerator::RoadEventSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RoadEventSublevelSettings) == 0x0005A8, "Member 'AFGMapGenerator::RoadEventSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_PathSectionsMapCycleOverrideSettingsDataTable) == 0x0005B8, "Member 'AFGMapGenerator::VI_PathSectionsMapCycleOverrideSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VI_PathSectionsMapCycleOverrideSettings) == 0x0005C0, "Member 'AFGMapGenerator::VI_PathSectionsMapCycleOverrideSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleEventSettingsDataTable) == 0x0005D0, "Member 'AFGMapGenerator::WhaleEventSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleEventSettings) == 0x0005D8, "Member 'AFGMapGenerator::WhaleEventSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VoidCorruptionGenerationSettingsDataTable) == 0x0005E8, "Member 'AFGMapGenerator::VoidCorruptionGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, VoidCorruptionGenerationSettings) == 0x0005F0, "Member 'AFGMapGenerator::VoidCorruptionGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, StaticMeshCollisionLODSettingsDataTables) == 0x000600, "Member 'AFGMapGenerator::StaticMeshCollisionLODSettingsDataTables' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, StaticMeshCollisionLODSettings) == 0x000610, "Member 'AFGMapGenerator::StaticMeshCollisionLODSettings' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bRofleemoWasSpawned) == 0x000660, "Member 'AFGMapGenerator::bRofleemoWasSpawned' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDebugGeneratorFull) == 0x000661, "Member 'AFGMapGenerator::bDebugGeneratorFull' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDebugGenerator) == 0x000662, "Member 'AFGMapGenerator::bDebugGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDebugPathTokenGenerator) == 0x000663, "Member 'AFGMapGenerator::bDebugPathTokenGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bDebugWhaleEventSpawn) == 0x000664, "Member 'AFGMapGenerator::bDebugWhaleEventSpawn' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, ChaseAdditiveChanceConfig) == 0x000668, "Member 'AFGMapGenerator::ChaseAdditiveChanceConfig' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LootSpawnOffset) == 0x00066C, "Member 'AFGMapGenerator::LootSpawnOffset' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RightDecorLayerOffset) == 0x000670, "Member 'AFGMapGenerator::RightDecorLayerOffset' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeftDecorLayerOffset) == 0x00067C, "Member 'AFGMapGenerator::LeftDecorLayerOffset' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnersUpdateFrequency) == 0x000688, "Member 'AFGMapGenerator::SpawnersUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleSpawnCooldown) == 0x00068C, "Member 'AFGMapGenerator::WhaleSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleSpawnChance) == 0x000690, "Member 'AFGMapGenerator::WhaleSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleFollowerSpawnChance) == 0x000694, "Member 'AFGMapGenerator::WhaleFollowerSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleFollowerWhaleChildSpawnChance) == 0x000698, "Member 'AFGMapGenerator::WhaleFollowerWhaleChildSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleFollowerCountMax) == 0x00069C, "Member 'AFGMapGenerator::WhaleFollowerCountMax' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleSoftClass) == 0x0006A0, "Member 'AFGMapGenerator::WhaleSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleFollowerPlanktonSoftClass) == 0x0006C8, "Member 'AFGMapGenerator::WhaleFollowerPlanktonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleFollowerWhaleChildSoftClass) == 0x0006F0, "Member 'AFGMapGenerator::WhaleFollowerWhaleChildSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleEventSoftClass) == 0x000718, "Member 'AFGMapGenerator::WhaleEventSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WhaleEventSpawnOffsetFromTrain) == 0x000740, "Member 'AFGMapGenerator::WhaleEventSpawnOffsetFromTrain' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonTrainSpawnCooldown) == 0x00074C, "Member 'AFGMapGenerator::PlanktonTrainSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonGroupTrainSpawnedMax) == 0x000750, "Member 'AFGMapGenerator::PlanktonGroupTrainSpawnedMax' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonDecorSpawnCooldown) == 0x000754, "Member 'AFGMapGenerator::PlanktonDecorSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonDecorSpawnChance) == 0x000758, "Member 'AFGMapGenerator::PlanktonDecorSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, TrainPlanktonSoftClass) == 0x000760, "Member 'AFGMapGenerator::TrainPlanktonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DecorPlanktonSoftClass) == 0x000788, "Member 'AFGMapGenerator::DecorPlanktonSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonGroupDecorSpawnedMax) == 0x0007B0, "Member 'AFGMapGenerator::PlanktonGroupDecorSpawnedMax' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, PlanktonDecorSpawnMinDistance) == 0x0007B4, "Member 'AFGMapGenerator::PlanktonDecorSpawnMinDistance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DespawnAIDistance) == 0x0007B8, "Member 'AFGMapGenerator::DespawnAIDistance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeechSpawnChance) == 0x0007C0, "Member 'AFGMapGenerator::LeechSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeechSpawnCooldown) == 0x0007D0, "Member 'AFGMapGenerator::LeechSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeechSoftClass) == 0x0007E0, "Member 'AFGMapGenerator::LeechSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeechSpawnedMax) == 0x000808, "Member 'AFGMapGenerator::LeechSpawnedMax' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SharkSoftClass) == 0x000810, "Member 'AFGMapGenerator::SharkSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SharkAIModuleClass) == 0x000838, "Member 'AFGMapGenerator::SharkAIModuleClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SharkSpawnCooldown) == 0x000840, "Member 'AFGMapGenerator::SharkSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SharkMigrationConst) == 0x000844, "Member 'AFGMapGenerator::SharkMigrationConst' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, JellyfishSpawnChance) == 0x000848, "Member 'AFGMapGenerator::JellyfishSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, JellyfishSpawnCooldown) == 0x000858, "Member 'AFGMapGenerator::JellyfishSpawnCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, JellyfishStartSpawnOffset) == 0x000868, "Member 'AFGMapGenerator::JellyfishStartSpawnOffset' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, JellyfishSoftClass) == 0x000870, "Member 'AFGMapGenerator::JellyfishSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, JellyfishAIModuleClass) == 0x000898, "Member 'AFGMapGenerator::JellyfishAIModuleClass' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bSaveDataLoaded) == 0x0008B0, "Member 'AFGMapGenerator::bSaveDataLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, bInitialized) == 0x0008B1, "Member 'AFGMapGenerator::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, RightSideSpawnedWhale) == 0x0008B8, "Member 'AFGMapGenerator::RightSideSpawnedWhale' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LeftSideSpawnedWhale) == 0x0008C0, "Member 'AFGMapGenerator::LeftSideSpawnedWhale' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, TrainSpawnedPlankton) == 0x0008C8, "Member 'AFGMapGenerator::TrainSpawnedPlankton' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, DecorSpawnedPlankton) == 0x0008D8, "Member 'AFGMapGenerator::DecorSpawnedPlankton' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedLeeches) == 0x0008E8, "Member 'AFGMapGenerator::SpawnedLeeches' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedSharks) == 0x0008F8, "Member 'AFGMapGenerator::SpawnedSharks' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedWhaleAndFolowers) == 0x000908, "Member 'AFGMapGenerator::SpawnedWhaleAndFolowers' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, SpawnedJellyfish) == 0x000918, "Member 'AFGMapGenerator::SpawnedJellyfish' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LastItem) == 0x000928, "Member 'AFGMapGenerator::LastItem' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, ItemSpawnXDiff) == 0x000930, "Member 'AFGMapGenerator::ItemSpawnXDiff' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, WorldStateManager) == 0x000938, "Member 'AFGMapGenerator::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, FakeRoadEventSublevel) == 0x000940, "Member 'AFGMapGenerator::FakeRoadEventSublevel' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, LastMapCycle) == 0x000950, "Member 'AFGMapGenerator::LastMapCycle' has a wrong offset!"); \ static_assert(offsetof(AFGMapGenerator, TH_SpawnersUpdate) == 0x000958, "Member 'AFGMapGenerator::TH_SpawnersUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInteractionZone \ static_assert(alignof(UFGInteractionZone) == 0x000008, "Wrong alignment on UFGInteractionZone"); \ static_assert(sizeof(UFGInteractionZone) == 0x0000B0, "Wrong size on UFGInteractionZone"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetBoneCustomizationOffsets \ static_assert(alignof(FGCustomizationComponent_GetBoneCustomizationOffsets) == 0x000008, "Wrong alignment on FGCustomizationComponent_GetBoneCustomizationOffsets"); \ static_assert(sizeof(FGCustomizationComponent_GetBoneCustomizationOffsets) == 0x000050, "Wrong size on FGCustomizationComponent_GetBoneCustomizationOffsets"); \ static_assert(offsetof(FGCustomizationComponent_GetBoneCustomizationOffsets, ReturnValue) == 0x000000, "Member 'FGCustomizationComponent_GetBoneCustomizationOffsets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetCustomizationMaskColor \ static_assert(alignof(FGCustomizationComponent_GetCustomizationMaskColor) == 0x000004, "Wrong alignment on FGCustomizationComponent_GetCustomizationMaskColor"); \ static_assert(sizeof(FGCustomizationComponent_GetCustomizationMaskColor) == 0x000034, "Wrong size on FGCustomizationComponent_GetCustomizationMaskColor"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskColor, CustomizationMaskSlot) == 0x000000, "Member 'FGCustomizationComponent_GetCustomizationMaskColor::CustomizationMaskSlot' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskColor, MaskData) == 0x000004, "Member 'FGCustomizationComponent_GetCustomizationMaskColor::MaskData' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskColor, ReturnValue) == 0x000024, "Member 'FGCustomizationComponent_GetCustomizationMaskColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetCustomizationMaskTexture \ static_assert(alignof(FGCustomizationComponent_GetCustomizationMaskTexture) == 0x000008, "Wrong alignment on FGCustomizationComponent_GetCustomizationMaskTexture"); \ static_assert(sizeof(FGCustomizationComponent_GetCustomizationMaskTexture) == 0x000030, "Wrong size on FGCustomizationComponent_GetCustomizationMaskTexture"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskTexture, CustomizationMaskSlot) == 0x000000, "Member 'FGCustomizationComponent_GetCustomizationMaskTexture::CustomizationMaskSlot' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskTexture, MaskData) == 0x000004, "Member 'FGCustomizationComponent_GetCustomizationMaskTexture::MaskData' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetCustomizationMaskTexture, ReturnValue) == 0x000028, "Member 'FGCustomizationComponent_GetCustomizationMaskTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetGender \ static_assert(alignof(FGCustomizationComponent_GetGender) == 0x000001, "Wrong alignment on FGCustomizationComponent_GetGender"); \ static_assert(sizeof(FGCustomizationComponent_GetGender) == 0x000001, "Wrong size on FGCustomizationComponent_GetGender"); \ static_assert(offsetof(FGCustomizationComponent_GetGender, ReturnValue) == 0x000000, "Member 'FGCustomizationComponent_GetGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetSaveData \ static_assert(alignof(FGCustomizationComponent_GetSaveData) == 0x000008, "Wrong alignment on FGCustomizationComponent_GetSaveData"); \ static_assert(sizeof(FGCustomizationComponent_GetSaveData) == 0x0001C0, "Wrong size on FGCustomizationComponent_GetSaveData"); \ static_assert(offsetof(FGCustomizationComponent_GetSaveData, ReturnValue) == 0x000000, "Member 'FGCustomizationComponent_GetSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_LoadSaveData \ static_assert(alignof(FGCustomizationComponent_LoadSaveData) == 0x000008, "Wrong alignment on FGCustomizationComponent_LoadSaveData"); \ static_assert(sizeof(FGCustomizationComponent_LoadSaveData) == 0x0001C0, "Wrong size on FGCustomizationComponent_LoadSaveData"); \ static_assert(offsetof(FGCustomizationComponent_LoadSaveData, SaveData) == 0x000000, "Member 'FGCustomizationComponent_LoadSaveData::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetAge \ static_assert(alignof(FGCustomizationComponent_SetAge) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetAge"); \ static_assert(sizeof(FGCustomizationComponent_SetAge) == 0x000004, "Wrong size on FGCustomizationComponent_SetAge"); \ static_assert(offsetof(FGCustomizationComponent_SetAge, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetAge::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBeardColorSettings \ static_assert(alignof(FGCustomizationComponent_SetBeardColorSettings) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBeardColorSettings"); \ static_assert(sizeof(FGCustomizationComponent_SetBeardColorSettings) == 0x000020, "Wrong size on FGCustomizationComponent_SetBeardColorSettings"); \ static_assert(offsetof(FGCustomizationComponent_SetBeardColorSettings, NewSettings) == 0x000000, "Member 'FGCustomizationComponent_SetBeardColorSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBeardIndex \ static_assert(alignof(FGCustomizationComponent_SetBeardIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBeardIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetBeardIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetBeardIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetBeardIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetBeardIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBodyIndex \ static_assert(alignof(FGCustomizationComponent_SetBodyIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBodyIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetBodyIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetBodyIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetBodyIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetBodyIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBodyTypeMorph \ static_assert(alignof(FGCustomizationComponent_SetBodyTypeMorph) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBodyTypeMorph"); \ static_assert(sizeof(FGCustomizationComponent_SetBodyTypeMorph) == 0x000004, "Wrong size on FGCustomizationComponent_SetBodyTypeMorph"); \ static_assert(offsetof(FGCustomizationComponent_SetBodyTypeMorph, Value) == 0x000000, "Member 'FGCustomizationComponent_SetBodyTypeMorph::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBoneOffset \ static_assert(alignof(FGCustomizationComponent_SetBoneOffset) == 0x000010, "Wrong alignment on FGCustomizationComponent_SetBoneOffset"); \ static_assert(sizeof(FGCustomizationComponent_SetBoneOffset) == 0x000040, "Wrong size on FGCustomizationComponent_SetBoneOffset"); \ static_assert(offsetof(FGCustomizationComponent_SetBoneOffset, BoneName) == 0x000000, "Member 'FGCustomizationComponent_SetBoneOffset::BoneName' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_SetBoneOffset, InBoneOffset) == 0x000010, "Member 'FGCustomizationComponent_SetBoneOffset::InBoneOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBrowsColorSettings \ static_assert(alignof(FGCustomizationComponent_SetBrowsColorSettings) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBrowsColorSettings"); \ static_assert(sizeof(FGCustomizationComponent_SetBrowsColorSettings) == 0x000020, "Wrong size on FGCustomizationComponent_SetBrowsColorSettings"); \ static_assert(offsetof(FGCustomizationComponent_SetBrowsColorSettings, NewSettings) == 0x000000, "Member 'FGCustomizationComponent_SetBrowsColorSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetBrowsIndex \ static_assert(alignof(FGCustomizationComponent_SetBrowsIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetBrowsIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetBrowsIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetBrowsIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetBrowsIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetBrowsIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetEyeCntrMask \ static_assert(alignof(FGCustomizationComponent_SetEyeCntrMask) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetEyeCntrMask"); \ static_assert(sizeof(FGCustomizationComponent_SetEyeCntrMask) == 0x000020, "Wrong size on FGCustomizationComponent_SetEyeCntrMask"); \ static_assert(offsetof(FGCustomizationComponent_SetEyeCntrMask, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetEyeCntrMask::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetEyeSettings \ static_assert(alignof(FGCustomizationComponent_SetEyeSettings) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetEyeSettings"); \ static_assert(sizeof(FGCustomizationComponent_SetEyeSettings) == 0x000030, "Wrong size on FGCustomizationComponent_SetEyeSettings"); \ static_assert(offsetof(FGCustomizationComponent_SetEyeSettings, NewSettings) == 0x000000, "Member 'FGCustomizationComponent_SetEyeSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetEyeShadowsMask \ static_assert(alignof(FGCustomizationComponent_SetEyeShadowsMask) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetEyeShadowsMask"); \ static_assert(sizeof(FGCustomizationComponent_SetEyeShadowsMask) == 0x000020, "Wrong size on FGCustomizationComponent_SetEyeShadowsMask"); \ static_assert(offsetof(FGCustomizationComponent_SetEyeShadowsMask, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetEyeShadowsMask::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetGender \ static_assert(alignof(FGCustomizationComponent_SetGender) == 0x000001, "Wrong alignment on FGCustomizationComponent_SetGender"); \ static_assert(sizeof(FGCustomizationComponent_SetGender) == 0x000001, "Wrong size on FGCustomizationComponent_SetGender"); \ static_assert(offsetof(FGCustomizationComponent_SetGender, Gender) == 0x000000, "Member 'FGCustomizationComponent_SetGender::Gender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetHairIndex \ static_assert(alignof(FGCustomizationComponent_SetHairIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetHairIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetHairIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetHairIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetHairIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetHairIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetHairSettings \ static_assert(alignof(FGCustomizationComponent_SetHairSettings) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetHairSettings"); \ static_assert(sizeof(FGCustomizationComponent_SetHairSettings) == 0x000020, "Wrong size on FGCustomizationComponent_SetHairSettings"); \ static_assert(offsetof(FGCustomizationComponent_SetHairSettings, NewSettings) == 0x000000, "Member 'FGCustomizationComponent_SetHairSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetHatIndex \ static_assert(alignof(FGCustomizationComponent_SetHatIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetHatIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetHatIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetHatIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetHatIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetHatIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetHeadIndex \ static_assert(alignof(FGCustomizationComponent_SetHeadIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetHeadIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetHeadIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetHeadIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetHeadIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetHeadIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetLipstickMask \ static_assert(alignof(FGCustomizationComponent_SetLipstickMask) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetLipstickMask"); \ static_assert(sizeof(FGCustomizationComponent_SetLipstickMask) == 0x000020, "Wrong size on FGCustomizationComponent_SetLipstickMask"); \ static_assert(offsetof(FGCustomizationComponent_SetLipstickMask, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetLipstickMask::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetMustacheColorSettings \ static_assert(alignof(FGCustomizationComponent_SetMustacheColorSettings) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetMustacheColorSettings"); \ static_assert(sizeof(FGCustomizationComponent_SetMustacheColorSettings) == 0x000020, "Wrong size on FGCustomizationComponent_SetMustacheColorSettings"); \ static_assert(offsetof(FGCustomizationComponent_SetMustacheColorSettings, NewSettings) == 0x000000, "Member 'FGCustomizationComponent_SetMustacheColorSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetMustacheIndex \ static_assert(alignof(FGCustomizationComponent_SetMustacheIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetMustacheIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetMustacheIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetMustacheIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetMustacheIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetMustacheIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetOverTintMask \ static_assert(alignof(FGCustomizationComponent_SetOverTintMask) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetOverTintMask"); \ static_assert(sizeof(FGCustomizationComponent_SetOverTintMask) == 0x000020, "Wrong size on FGCustomizationComponent_SetOverTintMask"); \ static_assert(offsetof(FGCustomizationComponent_SetOverTintMask, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetOverTintMask::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetPantsIndex \ static_assert(alignof(FGCustomizationComponent_SetPantsIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetPantsIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetPantsIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetPantsIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetPantsIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetPantsIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetSkinTone \ static_assert(alignof(FGCustomizationComponent_SetSkinTone) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetSkinTone"); \ static_assert(sizeof(FGCustomizationComponent_SetSkinTone) == 0x000004, "Wrong size on FGCustomizationComponent_SetSkinTone"); \ static_assert(offsetof(FGCustomizationComponent_SetSkinTone, NewValue) == 0x000000, "Member 'FGCustomizationComponent_SetSkinTone::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_SetUnperfIndex \ static_assert(alignof(FGCustomizationComponent_SetUnperfIndex) == 0x000004, "Wrong alignment on FGCustomizationComponent_SetUnperfIndex"); \ static_assert(sizeof(FGCustomizationComponent_SetUnperfIndex) == 0x000004, "Wrong size on FGCustomizationComponent_SetUnperfIndex"); \ static_assert(offsetof(FGCustomizationComponent_SetUnperfIndex, NewIndex) == 0x000000, "Member 'FGCustomizationComponent_SetUnperfIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetBoneCustomizationInfo \ static_assert(alignof(FGCustomizationComponent_GetBoneCustomizationInfo) == 0x000010, "Wrong alignment on FGCustomizationComponent_GetBoneCustomizationInfo"); \ static_assert(sizeof(FGCustomizationComponent_GetBoneCustomizationInfo) == 0x000080, "Wrong size on FGCustomizationComponent_GetBoneCustomizationInfo"); \ static_assert(offsetof(FGCustomizationComponent_GetBoneCustomizationInfo, InBoneName) == 0x000000, "Member 'FGCustomizationComponent_GetBoneCustomizationInfo::InBoneName' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetBoneCustomizationInfo, ReturnValue) == 0x000010, "Member 'FGCustomizationComponent_GetBoneCustomizationInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCustomizationComponent_GetBoneOffset \ static_assert(alignof(FGCustomizationComponent_GetBoneOffset) == 0x000010, "Wrong alignment on FGCustomizationComponent_GetBoneOffset"); \ static_assert(sizeof(FGCustomizationComponent_GetBoneOffset) == 0x000040, "Wrong size on FGCustomizationComponent_GetBoneOffset"); \ static_assert(offsetof(FGCustomizationComponent_GetBoneOffset, BoneName) == 0x000000, "Member 'FGCustomizationComponent_GetBoneOffset::BoneName' has a wrong offset!"); \ static_assert(offsetof(FGCustomizationComponent_GetBoneOffset, ReturnValue) == 0x000010, "Member 'FGCustomizationComponent_GetBoneOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCustomizationComponent \ static_assert(alignof(UFGCustomizationComponent) == 0x000008, "Wrong alignment on UFGCustomizationComponent"); \ static_assert(sizeof(UFGCustomizationComponent) == 0x0008E0, "Wrong size on UFGCustomizationComponent"); \ static_assert(offsetof(UFGCustomizationComponent, bOverrideCustomization) == 0x0000B0, "Member 'UFGCustomizationComponent::bOverrideCustomization' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, CustomizationOverride) == 0x0000B8, "Member 'UFGCustomizationComponent::CustomizationOverride' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HeadSettings) == 0x0000F8, "Member 'UFGCustomizationComponent::HeadSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HairSettings) == 0x000198, "Member 'UFGCustomizationComponent::HairSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HatHairSettings) == 0x000238, "Member 'UFGCustomizationComponent::HatHairSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HatSettings) == 0x0002D8, "Member 'UFGCustomizationComponent::HatSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BeardSettings) == 0x000378, "Member 'UFGCustomizationComponent::BeardSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, MustacheSettings) == 0x000418, "Member 'UFGCustomizationComponent::MustacheSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BrowsSettings) == 0x0004B8, "Member 'UFGCustomizationComponent::BrowsSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BodySettings) == 0x000558, "Member 'UFGCustomizationComponent::BodySettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, PantsSettings) == 0x0005F8, "Member 'UFGCustomizationComponent::PantsSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BoneCustomizationSettings) == 0x000698, "Member 'UFGCustomizationComponent::BoneCustomizationSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, SoftCharacterCustomizationSettingsDataTable) == 0x0006A8, "Member 'UFGCustomizationComponent::SoftCharacterCustomizationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, CharacterCustomizationSettings) == 0x0006D0, "Member 'UFGCustomizationComponent::CharacterCustomizationSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, SoftCharacterCustomizationMaskSettingsDataTable) == 0x0006E0, "Member 'UFGCustomizationComponent::SoftCharacterCustomizationMaskSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, CharacterCustomizationMaskSettings) == 0x000708, "Member 'UFGCustomizationComponent::CharacterCustomizationMaskSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, bIsInitialized) == 0x000718, "Member 'UFGCustomizationComponent::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, CharacterGender) == 0x000719, "Member 'UFGCustomizationComponent::CharacterGender' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HairIndex) == 0x00071C, "Member 'UFGCustomizationComponent::HairIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HatIndex) == 0x000720, "Member 'UFGCustomizationComponent::HatIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BeardIndex) == 0x000724, "Member 'UFGCustomizationComponent::BeardIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, MustacheIndex) == 0x000728, "Member 'UFGCustomizationComponent::MustacheIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BrowsIndex) == 0x00072C, "Member 'UFGCustomizationComponent::BrowsIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BodyIndex) == 0x000730, "Member 'UFGCustomizationComponent::BodyIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, PantsIndex) == 0x000734, "Member 'UFGCustomizationComponent::PantsIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HeadIndex) == 0x000738, "Member 'UFGCustomizationComponent::HeadIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BodyTypeMorph) == 0x00073C, "Member 'UFGCustomizationComponent::BodyTypeMorph' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, Age) == 0x000740, "Member 'UFGCustomizationComponent::Age' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, SkinTone) == 0x000744, "Member 'UFGCustomizationComponent::SkinTone' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, LipstickMask) == 0x000748, "Member 'UFGCustomizationComponent::LipstickMask' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, OverTintMask) == 0x000768, "Member 'UFGCustomizationComponent::OverTintMask' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, EyeCntrMask) == 0x000788, "Member 'UFGCustomizationComponent::EyeCntrMask' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, EyeShadowsMask) == 0x0007A8, "Member 'UFGCustomizationComponent::EyeShadowsMask' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, UnperfIndex) == 0x0007C8, "Member 'UFGCustomizationComponent::UnperfIndex' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BoneCustomizationVersion) == 0x0007CC, "Member 'UFGCustomizationComponent::BoneCustomizationVersion' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, EyeSettings) == 0x0007D0, "Member 'UFGCustomizationComponent::EyeSettings' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, HairColor) == 0x000800, "Member 'UFGCustomizationComponent::HairColor' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BeardColor) == 0x000820, "Member 'UFGCustomizationComponent::BeardColor' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, MustacheColor) == 0x000840, "Member 'UFGCustomizationComponent::MustacheColor' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BrowsColor) == 0x000860, "Member 'UFGCustomizationComponent::BrowsColor' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BoneCustomizationOffsets) == 0x000880, "Member 'UFGCustomizationComponent::BoneCustomizationOffsets' has a wrong offset!"); \ static_assert(offsetof(UFGCustomizationComponent, BoneCustomizationOffsetsDump) == 0x0008D0, "Member 'UFGCustomizationComponent::BoneCustomizationOffsetsDump' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCustomNetSkeletalMeshComponent \ static_assert(alignof(UFGCustomNetSkeletalMeshComponent) == 0x000010, "Wrong alignment on UFGCustomNetSkeletalMeshComponent"); \ static_assert(sizeof(UFGCustomNetSkeletalMeshComponent) == 0x000F00, "Wrong size on UFGCustomNetSkeletalMeshComponent"); \ static_assert(offsetof(UFGCustomNetSkeletalMeshComponent, SavedLocation) == 0x000EC8, "Member 'UFGCustomNetSkeletalMeshComponent::SavedLocation' has a wrong offset!"); \ static_assert(offsetof(UFGCustomNetSkeletalMeshComponent, SavedRotation) == 0x000ED4, "Member 'UFGCustomNetSkeletalMeshComponent::SavedRotation' has a wrong offset!"); \ static_assert(offsetof(UFGCustomNetSkeletalMeshComponent, ReplicatedLocation) == 0x000EE0, "Member 'UFGCustomNetSkeletalMeshComponent::ReplicatedLocation' has a wrong offset!"); \ static_assert(offsetof(UFGCustomNetSkeletalMeshComponent, ReplicatedRotation) == 0x000EEC, "Member 'UFGCustomNetSkeletalMeshComponent::ReplicatedRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGNPCInterface \ static_assert(alignof(IFGNPCInterface) == 0x000001, "Wrong alignment on IFGNPCInterface"); \ static_assert(sizeof(IFGNPCInterface) == 0x000001, "Wrong size on IFGNPCInterface"); \ #define DUMPER7_ASSERTS_FGCutsceneManager_PlayCutScene \ static_assert(alignof(FGCutsceneManager_PlayCutScene) == 0x000008, "Wrong alignment on FGCutsceneManager_PlayCutScene"); \ static_assert(sizeof(FGCutsceneManager_PlayCutScene) == 0x000038, "Wrong size on FGCutsceneManager_PlayCutScene"); \ static_assert(offsetof(FGCutsceneManager_PlayCutScene, MontageToPlay) == 0x000000, "Member 'FGCutsceneManager_PlayCutScene::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(FGCutsceneManager_PlayCutScene, CutSceneSettings) == 0x000010, "Member 'FGCutsceneManager_PlayCutScene::CutSceneSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCutsceneManager_IsPlayingCutScene \ static_assert(alignof(FGCutsceneManager_IsPlayingCutScene) == 0x000001, "Wrong alignment on FGCutsceneManager_IsPlayingCutScene"); \ static_assert(sizeof(FGCutsceneManager_IsPlayingCutScene) == 0x000001, "Wrong size on FGCutsceneManager_IsPlayingCutScene"); \ static_assert(offsetof(FGCutsceneManager_IsPlayingCutScene, ReturnValue) == 0x000000, "Member 'FGCutsceneManager_IsPlayingCutScene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGCutsceneManager \ static_assert(alignof(AFGCutsceneManager) == 0x000008, "Wrong alignment on AFGCutsceneManager"); \ static_assert(sizeof(AFGCutsceneManager) == 0x000228, "Wrong size on AFGCutsceneManager"); \ static_assert(offsetof(AFGCutsceneManager, bPlayingCutScene) == 0x000220, "Member 'AFGCutsceneManager::bPlayingCutScene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNetMovementComponent \ static_assert(alignof(UFGNetMovementComponent) == 0x000008, "Wrong alignment on UFGNetMovementComponent"); \ static_assert(sizeof(UFGNetMovementComponent) == 0x000128, "Wrong size on UFGNetMovementComponent"); \ static_assert(offsetof(UFGNetMovementComponent, ReplicatedMove) == 0x0000F0, "Member 'UFGNetMovementComponent::ReplicatedMove' has a wrong offset!"); \ static_assert(offsetof(UFGNetMovementComponent, bStopMovement) == 0x000124, "Member 'UFGNetMovementComponent::bStopMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidMovementComponent_OnOwnerHit \ static_assert(alignof(FGVoidMovementComponent_OnOwnerHit) == 0x000008, "Wrong alignment on FGVoidMovementComponent_OnOwnerHit"); \ static_assert(sizeof(FGVoidMovementComponent_OnOwnerHit) == 0x0000A8, "Wrong size on FGVoidMovementComponent_OnOwnerHit"); \ static_assert(offsetof(FGVoidMovementComponent_OnOwnerHit, SelfActor) == 0x000000, "Member 'FGVoidMovementComponent_OnOwnerHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(FGVoidMovementComponent_OnOwnerHit, OtherActor) == 0x000008, "Member 'FGVoidMovementComponent_OnOwnerHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGVoidMovementComponent_OnOwnerHit, NormalImpulse) == 0x000010, "Member 'FGVoidMovementComponent_OnOwnerHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FGVoidMovementComponent_OnOwnerHit, Hit) == 0x00001C, "Member 'FGVoidMovementComponent_OnOwnerHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGVoidMovementComponent \ static_assert(alignof(UFGVoidMovementComponent) == 0x000008, "Wrong alignment on UFGVoidMovementComponent"); \ static_assert(sizeof(UFGVoidMovementComponent) == 0x000150, "Wrong size on UFGVoidMovementComponent"); \ static_assert(offsetof(UFGVoidMovementComponent, VoidSpeedModifier) == 0x000128, "Member 'UFGVoidMovementComponent::VoidSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, bStopVoidMovement) == 0x00012C, "Member 'UFGVoidMovementComponent::bStopVoidMovement' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, bFollowTrain) == 0x00012D, "Member 'UFGVoidMovementComponent::bFollowTrain' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, FollowTrainSpeed) == 0x000130, "Member 'UFGVoidMovementComponent::FollowTrainSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, TrainFollowOffset) == 0x000134, "Member 'UFGVoidMovementComponent::TrainFollowOffset' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, VoidSettings) == 0x000140, "Member 'UFGVoidMovementComponent::VoidSettings' has a wrong offset!"); \ static_assert(offsetof(UFGVoidMovementComponent, PlayerTrain) == 0x000148, "Member 'UFGVoidMovementComponent::PlayerTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDamageTrackerComponent_GetDegenHP \ static_assert(alignof(FGDamageTrackerComponent_GetDegenHP) == 0x000004, "Wrong alignment on FGDamageTrackerComponent_GetDegenHP"); \ static_assert(sizeof(FGDamageTrackerComponent_GetDegenHP) == 0x000008, "Wrong size on FGDamageTrackerComponent_GetDegenHP"); \ static_assert(offsetof(FGDamageTrackerComponent_GetDegenHP, AgeSeconds) == 0x000000, "Member 'FGDamageTrackerComponent_GetDegenHP::AgeSeconds' has a wrong offset!"); \ static_assert(offsetof(FGDamageTrackerComponent_GetDegenHP, ReturnValue) == 0x000004, "Member 'FGDamageTrackerComponent_GetDegenHP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDamageTrackerComponent_OnTakeAnyDamage \ static_assert(alignof(FGDamageTrackerComponent_OnTakeAnyDamage) == 0x000008, "Wrong alignment on FGDamageTrackerComponent_OnTakeAnyDamage"); \ static_assert(sizeof(FGDamageTrackerComponent_OnTakeAnyDamage) == 0x000028, "Wrong size on FGDamageTrackerComponent_OnTakeAnyDamage"); \ static_assert(offsetof(FGDamageTrackerComponent_OnTakeAnyDamage, DamagedActor) == 0x000000, "Member 'FGDamageTrackerComponent_OnTakeAnyDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(FGDamageTrackerComponent_OnTakeAnyDamage, Damage) == 0x000008, "Member 'FGDamageTrackerComponent_OnTakeAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGDamageTrackerComponent_OnTakeAnyDamage, DamageType) == 0x000010, "Member 'FGDamageTrackerComponent_OnTakeAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGDamageTrackerComponent_OnTakeAnyDamage, InstigatedBy) == 0x000018, "Member 'FGDamageTrackerComponent_OnTakeAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(FGDamageTrackerComponent_OnTakeAnyDamage, DamageCauser) == 0x000020, "Member 'FGDamageTrackerComponent_OnTakeAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageTrackerComponent \ static_assert(alignof(UFGDamageTrackerComponent) == 0x000008, "Wrong alignment on UFGDamageTrackerComponent"); \ static_assert(sizeof(UFGDamageTrackerComponent) == 0x000110, "Wrong size on UFGDamageTrackerComponent"); \ static_assert(offsetof(UFGDamageTrackerComponent, HistorySize) == 0x0000B0, "Member 'UFGDamageTrackerComponent::HistorySize' has a wrong offset!"); \ static_assert(offsetof(UFGDamageTrackerComponent, TakenDamageMap) == 0x0000B8, "Member 'UFGDamageTrackerComponent::TakenDamageMap' has a wrong offset!"); \ static_assert(offsetof(UFGDamageTrackerComponent, TH_Clear) == 0x000108, "Member 'UFGDamageTrackerComponent::TH_Clear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_ElectricConveyor \ static_assert(alignof(AFGWagonModule_ElectricConveyor) == 0x000008, "Wrong alignment on AFGWagonModule_ElectricConveyor"); \ static_assert(sizeof(AFGWagonModule_ElectricConveyor) == 0x0005A8, "Wrong size on AFGWagonModule_ElectricConveyor"); \ #define DUMPER7_ASSERTS_AFGPathPointBase \ static_assert(alignof(AFGPathPointBase) == 0x000008, "Wrong alignment on AFGPathPointBase"); \ static_assert(sizeof(AFGPathPointBase) == 0x000240, "Wrong size on AFGPathPointBase"); \ static_assert(offsetof(AFGPathPointBase, QuestMark) == 0x000230, "Member 'AFGPathPointBase::QuestMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_ClientInitializeWithSaveData \ static_assert(alignof(FGTutorialComponent_ClientInitializeWithSaveData) == 0x000008, "Wrong alignment on FGTutorialComponent_ClientInitializeWithSaveData"); \ static_assert(sizeof(FGTutorialComponent_ClientInitializeWithSaveData) == 0x000010, "Wrong size on FGTutorialComponent_ClientInitializeWithSaveData"); \ static_assert(offsetof(FGTutorialComponent_ClientInitializeWithSaveData, InProgress) == 0x000000, "Member 'FGTutorialComponent_ClientInitializeWithSaveData::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_ClientOnTutorialEvent \ static_assert(alignof(FGTutorialComponent_ClientOnTutorialEvent) == 0x000004, "Wrong alignment on FGTutorialComponent_ClientOnTutorialEvent"); \ static_assert(sizeof(FGTutorialComponent_ClientOnTutorialEvent) == 0x000008, "Wrong size on FGTutorialComponent_ClientOnTutorialEvent"); \ static_assert(offsetof(FGTutorialComponent_ClientOnTutorialEvent, EventName) == 0x000000, "Member 'FGTutorialComponent_ClientOnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_GetInstructionData \ static_assert(alignof(FGTutorialComponent_GetInstructionData) == 0x000008, "Wrong alignment on FGTutorialComponent_GetInstructionData"); \ static_assert(sizeof(FGTutorialComponent_GetInstructionData) == 0x000058, "Wrong size on FGTutorialComponent_GetInstructionData"); \ static_assert(offsetof(FGTutorialComponent_GetInstructionData, InstructionID) == 0x000000, "Member 'FGTutorialComponent_GetInstructionData::InstructionID' has a wrong offset!"); \ static_assert(offsetof(FGTutorialComponent_GetInstructionData, Result) == 0x000008, "Member 'FGTutorialComponent_GetInstructionData::Result' has a wrong offset!"); \ static_assert(offsetof(FGTutorialComponent_GetInstructionData, ReturnValue) == 0x000050, "Member 'FGTutorialComponent_GetInstructionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_OnTutorialEvent \ static_assert(alignof(FGTutorialComponent_OnTutorialEvent) == 0x000004, "Wrong alignment on FGTutorialComponent_OnTutorialEvent"); \ static_assert(sizeof(FGTutorialComponent_OnTutorialEvent) == 0x000008, "Wrong size on FGTutorialComponent_OnTutorialEvent"); \ static_assert(offsetof(FGTutorialComponent_OnTutorialEvent, EventName) == 0x000000, "Member 'FGTutorialComponent_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_ServerSetProgress \ static_assert(alignof(FGTutorialComponent_ServerSetProgress) == 0x000004, "Wrong alignment on FGTutorialComponent_ServerSetProgress"); \ static_assert(sizeof(FGTutorialComponent_ServerSetProgress) == 0x000008, "Wrong size on FGTutorialComponent_ServerSetProgress"); \ static_assert(offsetof(FGTutorialComponent_ServerSetProgress, ID) == 0x000000, "Member 'FGTutorialComponent_ServerSetProgress::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_TriggerTurorial \ static_assert(alignof(FGTutorialComponent_TriggerTurorial) == 0x000004, "Wrong alignment on FGTutorialComponent_TriggerTurorial"); \ static_assert(sizeof(FGTutorialComponent_TriggerTurorial) == 0x000010, "Wrong size on FGTutorialComponent_TriggerTurorial"); \ static_assert(offsetof(FGTutorialComponent_TriggerTurorial, InstructionID) == 0x000000, "Member 'FGTutorialComponent_TriggerTurorial::InstructionID' has a wrong offset!"); \ static_assert(offsetof(FGTutorialComponent_TriggerTurorial, Delay) == 0x000008, "Member 'FGTutorialComponent_TriggerTurorial::Delay' has a wrong offset!"); \ static_assert(offsetof(FGTutorialComponent_TriggerTurorial, bFirstPriority) == 0x00000C, "Member 'FGTutorialComponent_TriggerTurorial::bFirstPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialComponent_TutorialShown \ static_assert(alignof(FGTutorialComponent_TutorialShown) == 0x000004, "Wrong alignment on FGTutorialComponent_TutorialShown"); \ static_assert(sizeof(FGTutorialComponent_TutorialShown) == 0x000008, "Wrong size on FGTutorialComponent_TutorialShown"); \ static_assert(offsetof(FGTutorialComponent_TutorialShown, InstructionID) == 0x000000, "Member 'FGTutorialComponent_TutorialShown::InstructionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTutorialComponent \ static_assert(alignof(UFGTutorialComponent) == 0x000008, "Wrong alignment on UFGTutorialComponent"); \ static_assert(sizeof(UFGTutorialComponent) == 0x0001D0, "Wrong size on UFGTutorialComponent"); \ static_assert(offsetof(UFGTutorialComponent, InstructionsData) == 0x0000B0, "Member 'UFGTutorialComponent::InstructionsData' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, bUseAutoTriggers) == 0x0000B8, "Member 'UFGTutorialComponent::bUseAutoTriggers' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, Progress) == 0x0000C0, "Member 'UFGTutorialComponent::Progress' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, AvailableTaskClasses) == 0x000110, "Member 'UFGTutorialComponent::AvailableTaskClasses' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, OnShowTutorial) == 0x000160, "Member 'UFGTutorialComponent::OnShowTutorial' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, OnCheckTriggers) == 0x000170, "Member 'UFGTutorialComponent::OnCheckTriggers' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, ownerCharacter) == 0x000180, "Member 'UFGTutorialComponent::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, SpawnedTutorialTasks) == 0x000198, "Member 'UFGTutorialComponent::SpawnedTutorialTasks' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, TutorialQueue) == 0x0001A8, "Member 'UFGTutorialComponent::TutorialQueue' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialComponent, ContextString) == 0x0001B8, "Member 'UFGTutorialComponent::ContextString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType \ static_assert(alignof(UFGDamageType) == 0x000008, "Wrong alignment on UFGDamageType"); \ static_assert(sizeof(UFGDamageType) == 0x000058, "Wrong size on UFGDamageType"); \ static_assert(offsetof(UFGDamageType, RagdollReactionTime) == 0x000040, "Member 'UFGDamageType::RagdollReactionTime' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, bAffectTrain) == 0x000044, "Member 'UFGDamageType::bAffectTrain' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, TrainDamage) == 0x000048, "Member 'UFGDamageType::TrainDamage' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, bDamageEachPart) == 0x00004C, "Member 'UFGDamageType::bDamageEachPart' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, EnemyDamageMod) == 0x000050, "Member 'UFGDamageType::EnemyDamageMod' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, bDontHurtAllies) == 0x000054, "Member 'UFGDamageType::bDontHurtAllies' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType, bApplyImpulse) == 0x000055, "Member 'UFGDamageType::bApplyImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_PhantomShard_DeactivateShard \ static_assert(alignof(FGProjectile_PhantomShard_DeactivateShard) == 0x000008, "Wrong alignment on FGProjectile_PhantomShard_DeactivateShard"); \ static_assert(sizeof(FGProjectile_PhantomShard_DeactivateShard) == 0x000008, "Wrong size on FGProjectile_PhantomShard_DeactivateShard"); \ static_assert(offsetof(FGProjectile_PhantomShard_DeactivateShard, Sender) == 0x000000, "Member 'FGProjectile_PhantomShard_DeactivateShard::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_PhantomShard_OnEnemyDeath \ static_assert(alignof(FGProjectile_PhantomShard_OnEnemyDeath) == 0x000008, "Wrong alignment on FGProjectile_PhantomShard_OnEnemyDeath"); \ static_assert(sizeof(FGProjectile_PhantomShard_OnEnemyDeath) == 0x000008, "Wrong size on FGProjectile_PhantomShard_OnEnemyDeath"); \ static_assert(offsetof(FGProjectile_PhantomShard_OnEnemyDeath, Sender) == 0x000000, "Member 'FGProjectile_PhantomShard_OnEnemyDeath::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_PhantomShard_CanExplode \ static_assert(alignof(FGProjectile_PhantomShard_CanExplode) == 0x000001, "Wrong alignment on FGProjectile_PhantomShard_CanExplode"); \ static_assert(sizeof(FGProjectile_PhantomShard_CanExplode) == 0x000001, "Wrong size on FGProjectile_PhantomShard_CanExplode"); \ static_assert(offsetof(FGProjectile_PhantomShard_CanExplode, ReturnValue) == 0x000000, "Member 'FGProjectile_PhantomShard_CanExplode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_PhantomShard \ static_assert(alignof(AFGProjectile_PhantomShard) == 0x000008, "Wrong alignment on AFGProjectile_PhantomShard"); \ static_assert(sizeof(AFGProjectile_PhantomShard) == 0x000458, "Wrong size on AFGProjectile_PhantomShard"); \ static_assert(offsetof(AFGProjectile_PhantomShard, ExplosionClass) == 0x000438, "Member 'AFGProjectile_PhantomShard::ExplosionClass' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_PhantomShard, TimeToExplosion) == 0x000440, "Member 'AFGProjectile_PhantomShard::TimeToExplosion' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_PhantomShard, PhantomShardsMax) == 0x000444, "Member 'AFGProjectile_PhantomShard::PhantomShardsMax' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_PhantomShard, PhantomShardsBodyMax) == 0x000448, "Member 'AFGProjectile_PhantomShard::PhantomShardsBodyMax' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_PhantomShard, DamagePercentage) == 0x00044C, "Member 'AFGProjectile_PhantomShard::DamagePercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType_Splash \ static_assert(alignof(UFGDamageType_Splash) == 0x000008, "Wrong alignment on UFGDamageType_Splash"); \ static_assert(sizeof(UFGDamageType_Splash) == 0x000058, "Wrong size on UFGDamageType_Splash"); \ #define DUMPER7_ASSERTS_FGMiniGamePawnInterface_GetMainPlayerCharacter \ static_assert(alignof(FGMiniGamePawnInterface_GetMainPlayerCharacter) == 0x000008, "Wrong alignment on FGMiniGamePawnInterface_GetMainPlayerCharacter"); \ static_assert(sizeof(FGMiniGamePawnInterface_GetMainPlayerCharacter) == 0x000008, "Wrong size on FGMiniGamePawnInterface_GetMainPlayerCharacter"); \ static_assert(offsetof(FGMiniGamePawnInterface_GetMainPlayerCharacter, ReturnValue) == 0x000000, "Member 'FGMiniGamePawnInterface_GetMainPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGMiniGamePawnInterface \ static_assert(alignof(IFGMiniGamePawnInterface) == 0x000001, "Wrong alignment on IFGMiniGamePawnInterface"); \ static_assert(sizeof(IFGMiniGamePawnInterface) == 0x000001, "Wrong size on IFGMiniGamePawnInterface"); \ #define DUMPER7_ASSERTS_UFGDamageType_BlastShot \ static_assert(alignof(UFGDamageType_BlastShot) == 0x000008, "Wrong alignment on UFGDamageType_BlastShot"); \ static_assert(sizeof(UFGDamageType_BlastShot) == 0x000058, "Wrong size on UFGDamageType_BlastShot"); \ #define DUMPER7_ASSERTS_UFGDamageType_CharacterEffect \ static_assert(alignof(UFGDamageType_CharacterEffect) == 0x000008, "Wrong alignment on UFGDamageType_CharacterEffect"); \ static_assert(sizeof(UFGDamageType_CharacterEffect) == 0x000060, "Wrong size on UFGDamageType_CharacterEffect"); \ static_assert(offsetof(UFGDamageType_CharacterEffect, bArmorAbsorbed) == 0x000058, "Member 'UFGDamageType_CharacterEffect::bArmorAbsorbed' has a wrong offset!"); \ static_assert(offsetof(UFGDamageType_CharacterEffect, ArmorDamageMod) == 0x00005C, "Member 'UFGDamageType_CharacterEffect::ArmorDamageMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType_Bleeding \ static_assert(alignof(UFGDamageType_Bleeding) == 0x000008, "Wrong alignment on UFGDamageType_Bleeding"); \ static_assert(sizeof(UFGDamageType_Bleeding) == 0x000060, "Wrong size on UFGDamageType_Bleeding"); \ #define DUMPER7_ASSERTS_FGMainMenuPlayerController_LoadCustomizationData \ static_assert(alignof(FGMainMenuPlayerController_LoadCustomizationData) == 0x000008, "Wrong alignment on FGMainMenuPlayerController_LoadCustomizationData"); \ static_assert(sizeof(FGMainMenuPlayerController_LoadCustomizationData) == 0x0001C0, "Wrong size on FGMainMenuPlayerController_LoadCustomizationData"); \ static_assert(offsetof(FGMainMenuPlayerController_LoadCustomizationData, ReturnValue) == 0x000000, "Member 'FGMainMenuPlayerController_LoadCustomizationData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainMenuPlayerController_SaveCustomizationData \ static_assert(alignof(FGMainMenuPlayerController_SaveCustomizationData) == 0x000008, "Wrong alignment on FGMainMenuPlayerController_SaveCustomizationData"); \ static_assert(sizeof(FGMainMenuPlayerController_SaveCustomizationData) == 0x0001C0, "Wrong size on FGMainMenuPlayerController_SaveCustomizationData"); \ static_assert(offsetof(FGMainMenuPlayerController_SaveCustomizationData, SaveData) == 0x000000, "Member 'FGMainMenuPlayerController_SaveCustomizationData::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainMenuPlayerController_SetIsGamepadNow \ static_assert(alignof(FGMainMenuPlayerController_SetIsGamepadNow) == 0x000001, "Wrong alignment on FGMainMenuPlayerController_SetIsGamepadNow"); \ static_assert(sizeof(FGMainMenuPlayerController_SetIsGamepadNow) == 0x000001, "Wrong size on FGMainMenuPlayerController_SetIsGamepadNow"); \ static_assert(offsetof(FGMainMenuPlayerController_SetIsGamepadNow, IsGamepad) == 0x000000, "Member 'FGMainMenuPlayerController_SetIsGamepadNow::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainMenuPlayerController_GetIsGamepadNow \ static_assert(alignof(FGMainMenuPlayerController_GetIsGamepadNow) == 0x000001, "Wrong alignment on FGMainMenuPlayerController_GetIsGamepadNow"); \ static_assert(sizeof(FGMainMenuPlayerController_GetIsGamepadNow) == 0x000001, "Wrong size on FGMainMenuPlayerController_GetIsGamepadNow"); \ static_assert(offsetof(FGMainMenuPlayerController_GetIsGamepadNow, ReturnValue) == 0x000000, "Member 'FGMainMenuPlayerController_GetIsGamepadNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMainMenuPlayerController \ static_assert(alignof(AFGMainMenuPlayerController) == 0x000008, "Wrong alignment on AFGMainMenuPlayerController"); \ static_assert(sizeof(AFGMainMenuPlayerController) == 0x000580, "Wrong size on AFGMainMenuPlayerController"); \ static_assert(offsetof(AFGMainMenuPlayerController, ProfileSaveDataInstance) == 0x000570, "Member 'AFGMainMenuPlayerController::ProfileSaveDataInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType_CharacterStat \ static_assert(alignof(UFGDamageType_CharacterStat) == 0x000008, "Wrong alignment on UFGDamageType_CharacterStat"); \ static_assert(sizeof(UFGDamageType_CharacterStat) == 0x000058, "Wrong size on UFGDamageType_CharacterStat"); \ #define DUMPER7_ASSERTS_FGWagonModule_Disassembler_OnLootGenerated \ static_assert(alignof(FGWagonModule_Disassembler_OnLootGenerated) == 0x000008, "Wrong alignment on FGWagonModule_Disassembler_OnLootGenerated"); \ static_assert(sizeof(FGWagonModule_Disassembler_OnLootGenerated) == 0x000028, "Wrong size on FGWagonModule_Disassembler_OnLootGenerated"); \ static_assert(offsetof(FGWagonModule_Disassembler_OnLootGenerated, PlaceholderInfo) == 0x000000, "Member 'FGWagonModule_Disassembler_OnLootGenerated::PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Disassembler_OnLootGenerated, ItemClass) == 0x000018, "Member 'FGWagonModule_Disassembler_OnLootGenerated::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Disassembler_OnLootGenerated, Amount) == 0x000020, "Member 'FGWagonModule_Disassembler_OnLootGenerated::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Disassembler_StartDisassemble \ static_assert(alignof(FGWagonModule_Disassembler_StartDisassemble) == 0x000001, "Wrong alignment on FGWagonModule_Disassembler_StartDisassemble"); \ static_assert(sizeof(FGWagonModule_Disassembler_StartDisassemble) == 0x000001, "Wrong size on FGWagonModule_Disassembler_StartDisassemble"); \ static_assert(offsetof(FGWagonModule_Disassembler_StartDisassemble, ReturnValue) == 0x000000, "Member 'FGWagonModule_Disassembler_StartDisassemble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Disassembler \ static_assert(alignof(AFGWagonModule_Disassembler) == 0x000008, "Wrong alignment on AFGWagonModule_Disassembler"); \ static_assert(sizeof(AFGWagonModule_Disassembler) == 0x000680, "Wrong size on AFGWagonModule_Disassembler"); \ static_assert(offsetof(AFGWagonModule_Disassembler, DisassembleInventory) == 0x000660, "Member 'AFGWagonModule_Disassembler::DisassembleInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Disassembler, AdvancedDrillingClasses) == 0x000668, "Member 'AFGWagonModule_Disassembler::AdvancedDrillingClasses' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Disassembler, BonusLootLootList) == 0x000678, "Member 'AFGWagonModule_Disassembler::BonusLootLootList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameMovementComponent_OnPlayerHit \ static_assert(alignof(FGMiniGameMovementComponent_OnPlayerHit) == 0x000008, "Wrong alignment on FGMiniGameMovementComponent_OnPlayerHit"); \ static_assert(sizeof(FGMiniGameMovementComponent_OnPlayerHit) == 0x0000A8, "Wrong size on FGMiniGameMovementComponent_OnPlayerHit"); \ static_assert(offsetof(FGMiniGameMovementComponent_OnPlayerHit, SelfActor) == 0x000000, "Member 'FGMiniGameMovementComponent_OnPlayerHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameMovementComponent_OnPlayerHit, OtherActor) == 0x000008, "Member 'FGMiniGameMovementComponent_OnPlayerHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameMovementComponent_OnPlayerHit, NormalImpulse) == 0x000010, "Member 'FGMiniGameMovementComponent_OnPlayerHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameMovementComponent_OnPlayerHit, Hit) == 0x00001C, "Member 'FGMiniGameMovementComponent_OnPlayerHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMiniGameMovementComponent \ static_assert(alignof(UFGMiniGameMovementComponent) == 0x000010, "Wrong alignment on UFGMiniGameMovementComponent"); \ static_assert(sizeof(UFGMiniGameMovementComponent) == 0x000B40, "Wrong size on UFGMiniGameMovementComponent"); \ static_assert(offsetof(UFGMiniGameMovementComponent, bMiniGameStarted) == 0x000AF0, "Member 'UFGMiniGameMovementComponent::bMiniGameStarted' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, ForwardSpeed) == 0x000AF4, "Member 'UFGMiniGameMovementComponent::ForwardSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MaxForwardSpeed) == 0x000AF8, "Member 'UFGMiniGameMovementComponent::MaxForwardSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MinForwardSpeed) == 0x000AFC, "Member 'UFGMiniGameMovementComponent::MinForwardSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MiniGameForwardMoveAcceleration) == 0x000B00, "Member 'UFGMiniGameMovementComponent::MiniGameForwardMoveAcceleration' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MiniGameTurnSpeed) == 0x000B04, "Member 'UFGMiniGameMovementComponent::MiniGameTurnSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MiniGameBrakingDeceleration) == 0x000B08, "Member 'UFGMiniGameMovementComponent::MiniGameBrakingDeceleration' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, PhysicImpactVelocityDeceleration) == 0x000B24, "Member 'UFGMiniGameMovementComponent::PhysicImpactVelocityDeceleration' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, bPushableForcesEnabled) == 0x000B28, "Member 'UFGMiniGameMovementComponent::bPushableForcesEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameMovementComponent, MiniGamePawn) == 0x000B30, "Member 'UFGMiniGameMovementComponent::MiniGamePawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType_Combustion \ static_assert(alignof(UFGDamageType_Combustion) == 0x000008, "Wrong alignment on UFGDamageType_Combustion"); \ static_assert(sizeof(UFGDamageType_Combustion) == 0x000060, "Wrong size on UFGDamageType_Combustion"); \ #define DUMPER7_ASSERTS_UFGDamageType_Exhaustion \ static_assert(alignof(UFGDamageType_Exhaustion) == 0x000008, "Wrong alignment on UFGDamageType_Exhaustion"); \ static_assert(sizeof(UFGDamageType_Exhaustion) == 0x000058, "Wrong size on UFGDamageType_Exhaustion"); \ #define DUMPER7_ASSERTS_UFGDamageType_Fist \ static_assert(alignof(UFGDamageType_Fist) == 0x000008, "Wrong alignment on UFGDamageType_Fist"); \ static_assert(sizeof(UFGDamageType_Fist) == 0x000058, "Wrong size on UFGDamageType_Fist"); \ #define DUMPER7_ASSERTS_FGNavGridSuperManager_ProjectPointToNavigation \ static_assert(alignof(FGNavGridSuperManager_ProjectPointToNavigation) == 0x000008, "Wrong alignment on FGNavGridSuperManager_ProjectPointToNavigation"); \ static_assert(sizeof(FGNavGridSuperManager_ProjectPointToNavigation) == 0x000028, "Wrong size on FGNavGridSuperManager_ProjectPointToNavigation"); \ static_assert(offsetof(FGNavGridSuperManager_ProjectPointToNavigation, Point) == 0x000000, "Member 'FGNavGridSuperManager_ProjectPointToNavigation::Point' has a wrong offset!"); \ static_assert(offsetof(FGNavGridSuperManager_ProjectPointToNavigation, OutLocation) == 0x00000C, "Member 'FGNavGridSuperManager_ProjectPointToNavigation::OutLocation' has a wrong offset!"); \ static_assert(offsetof(FGNavGridSuperManager_ProjectPointToNavigation, UsedVolume) == 0x000018, "Member 'FGNavGridSuperManager_ProjectPointToNavigation::UsedVolume' has a wrong offset!"); \ static_assert(offsetof(FGNavGridSuperManager_ProjectPointToNavigation, ReturnValue) == 0x000020, "Member 'FGNavGridSuperManager_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNavGridSuperManager \ static_assert(alignof(UFGNavGridSuperManager) == 0x000008, "Wrong alignment on UFGNavGridSuperManager"); \ static_assert(sizeof(UFGNavGridSuperManager) == 0x0000B8, "Wrong size on UFGNavGridSuperManager"); \ static_assert(offsetof(UFGNavGridSuperManager, RegisteredGridVolumes) == 0x000028, "Member 'UFGNavGridSuperManager::RegisteredGridVolumes' has a wrong offset!"); \ static_assert(offsetof(UFGNavGridSuperManager, INVALID_REGION) == 0x000038, "Member 'UFGNavGridSuperManager::INVALID_REGION' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDamageType_Poisoning \ static_assert(alignof(UFGDamageType_Poisoning) == 0x000008, "Wrong alignment on UFGDamageType_Poisoning"); \ static_assert(sizeof(UFGDamageType_Poisoning) == 0x000060, "Wrong size on UFGDamageType_Poisoning"); \ #define DUMPER7_ASSERTS_UFGDamageType_Shock \ static_assert(alignof(UFGDamageType_Shock) == 0x000008, "Wrong alignment on UFGDamageType_Shock"); \ static_assert(sizeof(UFGDamageType_Shock) == 0x000060, "Wrong size on UFGDamageType_Shock"); \ #define DUMPER7_ASSERTS_UFGEvent \ static_assert(alignof(UFGEvent) == 0x000008, "Wrong alignment on UFGEvent"); \ static_assert(sizeof(UFGEvent) == 0x000028, "Wrong size on UFGEvent"); \ #define DUMPER7_ASSERTS_UFGDebuff \ static_assert(alignof(UFGDebuff) == 0x000008, "Wrong alignment on UFGDebuff"); \ static_assert(sizeof(UFGDebuff) == 0x000030, "Wrong size on UFGDebuff"); \ static_assert(offsetof(UFGDebuff, DebuffProperties) == 0x000028, "Member 'UFGDebuff::DebuffProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_GetEGSSaveFolder \ static_assert(alignof(FGGameMode_GetEGSSaveFolder) == 0x000008, "Wrong alignment on FGGameMode_GetEGSSaveFolder"); \ static_assert(sizeof(FGGameMode_GetEGSSaveFolder) == 0x000018, "Wrong size on FGGameMode_GetEGSSaveFolder"); \ static_assert(offsetof(FGGameMode_GetEGSSaveFolder, WorldContextObject) == 0x000000, "Member 'FGGameMode_GetEGSSaveFolder::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetEGSSaveFolder, ReturnValue) == 0x000008, "Member 'FGGameMode_GetEGSSaveFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_GetSavePrefix \ static_assert(alignof(FGGameMode_GetSavePrefix) == 0x000008, "Wrong alignment on FGGameMode_GetSavePrefix"); \ static_assert(sizeof(FGGameMode_GetSavePrefix) == 0x000020, "Wrong size on FGGameMode_GetSavePrefix"); \ static_assert(offsetof(FGGameMode_GetSavePrefix, WorldContextObject) == 0x000000, "Member 'FGGameMode_GetSavePrefix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetSavePrefix, PlayerState) == 0x000008, "Member 'FGGameMode_GetSavePrefix::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetSavePrefix, ReturnValue) == 0x000010, "Member 'FGGameMode_GetSavePrefix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_GetSteamSaveFolder \ static_assert(alignof(FGGameMode_GetSteamSaveFolder) == 0x000008, "Wrong alignment on FGGameMode_GetSteamSaveFolder"); \ static_assert(sizeof(FGGameMode_GetSteamSaveFolder) == 0x000018, "Wrong size on FGGameMode_GetSteamSaveFolder"); \ static_assert(offsetof(FGGameMode_GetSteamSaveFolder, WorldContextObject) == 0x000000, "Member 'FGGameMode_GetSteamSaveFolder::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetSteamSaveFolder, ReturnValue) == 0x000008, "Member 'FGGameMode_GetSteamSaveFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_GetUserName \ static_assert(alignof(FGGameMode_GetUserName) == 0x000008, "Wrong alignment on FGGameMode_GetUserName"); \ static_assert(sizeof(FGGameMode_GetUserName) == 0x000020, "Wrong size on FGGameMode_GetUserName"); \ static_assert(offsetof(FGGameMode_GetUserName, WorldContextObject) == 0x000000, "Member 'FGGameMode_GetUserName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetUserName, PlayerState) == 0x000008, "Member 'FGGameMode_GetUserName::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetUserName, ReturnValue) == 0x000010, "Member 'FGGameMode_GetUserName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_GetUserSaveName \ static_assert(alignof(FGGameMode_GetUserSaveName) == 0x000008, "Wrong alignment on FGGameMode_GetUserSaveName"); \ static_assert(sizeof(FGGameMode_GetUserSaveName) == 0x000020, "Wrong size on FGGameMode_GetUserSaveName"); \ static_assert(offsetof(FGGameMode_GetUserSaveName, WorldContextObject) == 0x000000, "Member 'FGGameMode_GetUserSaveName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetUserSaveName, PlayerState) == 0x000008, "Member 'FGGameMode_GetUserSaveName::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_GetUserSaveName, ReturnValue) == 0x000010, "Member 'FGGameMode_GetUserSaveName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_FindPlayerSpawnTransform \ static_assert(alignof(FGGameMode_FindPlayerSpawnTransform) == 0x000010, "Wrong alignment on FGGameMode_FindPlayerSpawnTransform"); \ static_assert(sizeof(FGGameMode_FindPlayerSpawnTransform) == 0x000040, "Wrong size on FGGameMode_FindPlayerSpawnTransform"); \ static_assert(offsetof(FGGameMode_FindPlayerSpawnTransform, Transform) == 0x000000, "Member 'FGGameMode_FindPlayerSpawnTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_FindPlayerSpawnTransform, ReturnValue) == 0x000030, "Member 'FGGameMode_FindPlayerSpawnTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_KickPlayer \ static_assert(alignof(FGGameMode_KickPlayer) == 0x000008, "Wrong alignment on FGGameMode_KickPlayer"); \ static_assert(sizeof(FGGameMode_KickPlayer) == 0x000020, "Wrong size on FGGameMode_KickPlayer"); \ static_assert(offsetof(FGGameMode_KickPlayer, KickedPlayer) == 0x000000, "Member 'FGGameMode_KickPlayer::KickedPlayer' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_KickPlayer, KickReason) == 0x000008, "Member 'FGGameMode_KickPlayer::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_KickPlayerEvent \ static_assert(alignof(FGGameMode_KickPlayerEvent) == 0x000008, "Wrong alignment on FGGameMode_KickPlayerEvent"); \ static_assert(sizeof(FGGameMode_KickPlayerEvent) == 0x000020, "Wrong size on FGGameMode_KickPlayerEvent"); \ static_assert(offsetof(FGGameMode_KickPlayerEvent, KickedPlayer) == 0x000000, "Member 'FGGameMode_KickPlayerEvent::KickedPlayer' has a wrong offset!"); \ static_assert(offsetof(FGGameMode_KickPlayerEvent, KickReason) == 0x000008, "Member 'FGGameMode_KickPlayerEvent::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameMode_LogoutEvent \ static_assert(alignof(FGGameMode_LogoutEvent) == 0x000008, "Wrong alignment on FGGameMode_LogoutEvent"); \ static_assert(sizeof(FGGameMode_LogoutEvent) == 0x000008, "Wrong size on FGGameMode_LogoutEvent"); \ static_assert(offsetof(FGGameMode_LogoutEvent, Exiting) == 0x000000, "Member 'FGGameMode_LogoutEvent::Exiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGameMode \ static_assert(alignof(AFGGameMode) == 0x000008, "Wrong alignment on AFGGameMode"); \ static_assert(sizeof(AFGGameMode) == 0x0003D8, "Wrong size on AFGGameMode"); \ static_assert(offsetof(AFGGameMode, PlayerTrainClass) == 0x000308, "Member 'AFGGameMode::PlayerTrainClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, RailsClass) == 0x000310, "Member 'AFGGameMode::RailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, ChaseEntranceRailsClass) == 0x000318, "Member 'AFGGameMode::ChaseEntranceRailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, ChaseExitRailsClass) == 0x000320, "Member 'AFGGameMode::ChaseExitRailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, ChaseSpecialRailsClass) == 0x000328, "Member 'AFGGameMode::ChaseSpecialRailsClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, WorldStateManagerClass) == 0x000330, "Member 'AFGGameMode::WorldStateManagerClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, TrainBuilderClass) == 0x000338, "Member 'AFGGameMode::TrainBuilderClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, RailsPathBlockerClass) == 0x000340, "Member 'AFGGameMode::RailsPathBlockerClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, TrainEra) == 0x000348, "Member 'AFGGameMode::TrainEra' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, AIDirectorManagerClass) == 0x000350, "Member 'AFGGameMode::AIDirectorManagerClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, QuestManagerClass) == 0x000358, "Member 'AFGGameMode::QuestManagerClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, ArenaPlayerStartClass) == 0x000360, "Member 'AFGGameMode::ArenaPlayerStartClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, ArenaVoidPlatformPlayerStartClass) == 0x000368, "Member 'AFGGameMode::ArenaVoidPlatformPlayerStartClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, WorldLoadingActorClass) == 0x000370, "Member 'AFGGameMode::WorldLoadingActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bSpawnTrain) == 0x000378, "Member 'AFGGameMode::bSpawnTrain' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bSaveGame) == 0x000379, "Member 'AFGGameMode::bSaveGame' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bShouldAutoSaveMap) == 0x00037A, "Member 'AFGGameMode::bShouldAutoSaveMap' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bShouldGenerateWorld) == 0x00037B, "Member 'AFGGameMode::bShouldGenerateWorld' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bDisableDecore) == 0x00037C, "Member 'AFGGameMode::bDisableDecore' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bLoadAllSublevels) == 0x00037D, "Member 'AFGGameMode::bLoadAllSublevels' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bDebugStartingRoom) == 0x00037E, "Member 'AFGGameMode::bDebugStartingRoom' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bStraightRails) == 0x00037F, "Member 'AFGGameMode::bStraightRails' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bEditorForceEOS) == 0x000380, "Member 'AFGGameMode::bEditorForceEOS' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bDisableAllExpansions) == 0x000381, "Member 'AFGGameMode::bDisableAllExpansions' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bDisableLoadingScreen) == 0x000382, "Member 'AFGGameMode::bDisableLoadingScreen' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bOverrideVoidCorruptionTier) == 0x000383, "Member 'AFGGameMode::bOverrideVoidCorruptionTier' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, OverriddenVoidCorruptionTier) == 0x000384, "Member 'AFGGameMode::OverriddenVoidCorruptionTier' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bEditorSimulateShippingBuild) == 0x000385, "Member 'AFGGameMode::bEditorSimulateShippingBuild' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, MatchLoadingState) == 0x000386, "Member 'AFGGameMode::MatchLoadingState' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bWorldSpawned) == 0x000387, "Member 'AFGGameMode::bWorldSpawned' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, bAllExistingPlayersRegistered) == 0x000388, "Member 'AFGGameMode::bAllExistingPlayersRegistered' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, WorldLoadingActor) == 0x000390, "Member 'AFGGameMode::WorldLoadingActor' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, OnPlayerPostLogin) == 0x000398, "Member 'AFGGameMode::OnPlayerPostLogin' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, OnPlayerPostLoginEvent) == 0x0003A8, "Member 'AFGGameMode::OnPlayerPostLoginEvent' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, OnPlayerLogoutEvent) == 0x0003B8, "Member 'AFGGameMode::OnPlayerLogoutEvent' has a wrong offset!"); \ static_assert(offsetof(AFGGameMode, OnWorldLoaded) == 0x0003C8, "Member 'AFGGameMode::OnWorldLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGDebugManager \ static_assert(alignof(AFGDebugManager) == 0x000008, "Wrong alignment on AFGDebugManager"); \ static_assert(sizeof(AFGDebugManager) == 0x000220, "Wrong size on AFGDebugManager"); \ #define DUMPER7_ASSERTS_AFGDepotGenerator \ static_assert(alignof(AFGDepotGenerator) == 0x000008, "Wrong alignment on AFGDepotGenerator"); \ static_assert(sizeof(AFGDepotGenerator) == 0x000270, "Wrong size on AFGDepotGenerator"); \ static_assert(offsetof(AFGDepotGenerator, bInitialized) == 0x000220, "Member 'AFGDepotGenerator::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, GenerationSettingsDataTable) == 0x000228, "Member 'AFGDepotGenerator::GenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, DepotGenerationSettings) == 0x000230, "Member 'AFGDepotGenerator::DepotGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, VI_ProceduralDepotSublevelSettingsDataTable) == 0x000240, "Member 'AFGDepotGenerator::VI_ProceduralDepotSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, VI_ProceduralDepotSublevelSettings) == 0x000248, "Member 'AFGDepotGenerator::VI_ProceduralDepotSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, LeftPlatformOverrideSettingsDataTable) == 0x000258, "Member 'AFGDepotGenerator::LeftPlatformOverrideSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGDepotGenerator, LeftPlatformOverrideSettings) == 0x000260, "Member 'AFGDepotGenerator::LeftPlatformOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDialogComponent_ClientPlayDialogEvent \ static_assert(alignof(FGDialogComponent_ClientPlayDialogEvent) == 0x000008, "Wrong alignment on FGDialogComponent_ClientPlayDialogEvent"); \ static_assert(sizeof(FGDialogComponent_ClientPlayDialogEvent) == 0x000008, "Wrong size on FGDialogComponent_ClientPlayDialogEvent"); \ static_assert(offsetof(FGDialogComponent_ClientPlayDialogEvent, DialogueEvent) == 0x000000, "Member 'FGDialogComponent_ClientPlayDialogEvent::DialogueEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDialogComponent_ClientPlayDialogFromOverlays \ static_assert(alignof(FGDialogComponent_ClientPlayDialogFromOverlays) == 0x000008, "Wrong alignment on FGDialogComponent_ClientPlayDialogFromOverlays"); \ static_assert(sizeof(FGDialogComponent_ClientPlayDialogFromOverlays) == 0x000010, "Wrong size on FGDialogComponent_ClientPlayDialogFromOverlays"); \ static_assert(offsetof(FGDialogComponent_ClientPlayDialogFromOverlays, DialogEvent) == 0x000000, "Member 'FGDialogComponent_ClientPlayDialogFromOverlays::DialogEvent' has a wrong offset!"); \ static_assert(offsetof(FGDialogComponent_ClientPlayDialogFromOverlays, Overlays) == 0x000008, "Member 'FGDialogComponent_ClientPlayDialogFromOverlays::Overlays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDialogComponent_GetSubtitleByID \ static_assert(alignof(FGDialogComponent_GetSubtitleByID) == 0x000008, "Wrong alignment on FGDialogComponent_GetSubtitleByID"); \ static_assert(sizeof(FGDialogComponent_GetSubtitleByID) == 0x000050, "Wrong size on FGDialogComponent_GetSubtitleByID"); \ static_assert(offsetof(FGDialogComponent_GetSubtitleByID, SubtitleId) == 0x000000, "Member 'FGDialogComponent_GetSubtitleByID::SubtitleId' has a wrong offset!"); \ static_assert(offsetof(FGDialogComponent_GetSubtitleByID, OutSubtitle) == 0x000008, "Member 'FGDialogComponent_GetSubtitleByID::OutSubtitle' has a wrong offset!"); \ static_assert(offsetof(FGDialogComponent_GetSubtitleByID, ReturnValue) == 0x000048, "Member 'FGDialogComponent_GetSubtitleByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDialogComponent_PlayDialogEvent \ static_assert(alignof(FGDialogComponent_PlayDialogEvent) == 0x000008, "Wrong alignment on FGDialogComponent_PlayDialogEvent"); \ static_assert(sizeof(FGDialogComponent_PlayDialogEvent) == 0x000010, "Wrong size on FGDialogComponent_PlayDialogEvent"); \ static_assert(offsetof(FGDialogComponent_PlayDialogEvent, DialogueEvent) == 0x000000, "Member 'FGDialogComponent_PlayDialogEvent::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(FGDialogComponent_PlayDialogEvent, EventInstance) == 0x000008, "Member 'FGDialogComponent_PlayDialogEvent::EventInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDialogComponent \ static_assert(alignof(UFGDialogComponent) == 0x000010, "Wrong alignment on UFGDialogComponent"); \ static_assert(sizeof(UFGDialogComponent) == 0x000170, "Wrong size on UFGDialogComponent"); \ static_assert(offsetof(UFGDialogComponent, SubtitlesTable) == 0x0000B0, "Member 'UFGDialogComponent::SubtitlesTable' has a wrong offset!"); \ static_assert(offsetof(UFGDialogComponent, CurrentPlayingDialog) == 0x0000F0, "Member 'UFGDialogComponent::CurrentPlayingDialog' has a wrong offset!"); \ static_assert(offsetof(UFGDialogComponent, CurrentPlayingDialogEvent) == 0x000110, "Member 'UFGDialogComponent::CurrentPlayingDialogEvent' has a wrong offset!"); \ static_assert(offsetof(UFGDialogComponent, OwnerController) == 0x000118, "Member 'UFGDialogComponent::OwnerController' has a wrong offset!"); \ static_assert(offsetof(UFGDialogComponent, Subtitles) == 0x000120, "Member 'UFGDialogComponent::Subtitles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGDynamicCableComponent \ static_assert(alignof(UFGDynamicCableComponent) == 0x000010, "Wrong alignment on UFGDynamicCableComponent"); \ static_assert(sizeof(UFGDynamicCableComponent) == 0x000550, "Wrong size on UFGDynamicCableComponent"); \ #define DUMPER7_ASSERTS_FGNaziTrainHitch_IsArrowPulled \ static_assert(alignof(FGNaziTrainHitch_IsArrowPulled) == 0x000001, "Wrong alignment on FGNaziTrainHitch_IsArrowPulled"); \ static_assert(sizeof(FGNaziTrainHitch_IsArrowPulled) == 0x000001, "Wrong size on FGNaziTrainHitch_IsArrowPulled"); \ static_assert(offsetof(FGNaziTrainHitch_IsArrowPulled, ReturnValue) == 0x000000, "Member 'FGNaziTrainHitch_IsArrowPulled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziTrainHitch_IsTrainAimed \ static_assert(alignof(FGNaziTrainHitch_IsTrainAimed) == 0x000001, "Wrong alignment on FGNaziTrainHitch_IsTrainAimed"); \ static_assert(sizeof(FGNaziTrainHitch_IsTrainAimed) == 0x000001, "Wrong size on FGNaziTrainHitch_IsTrainAimed"); \ static_assert(offsetof(FGNaziTrainHitch_IsTrainAimed, ReturnValue) == 0x000000, "Member 'FGNaziTrainHitch_IsTrainAimed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziTrainHitch_SetGrabSpline \ static_assert(alignof(FGNaziTrainHitch_SetGrabSpline) == 0x000008, "Wrong alignment on FGNaziTrainHitch_SetGrabSpline"); \ static_assert(sizeof(FGNaziTrainHitch_SetGrabSpline) == 0x000008, "Wrong size on FGNaziTrainHitch_SetGrabSpline"); \ static_assert(offsetof(FGNaziTrainHitch_SetGrabSpline, InGrabSplineComponent) == 0x000000, "Member 'FGNaziTrainHitch_SetGrabSpline::InGrabSplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGNaziTrainHitch \ static_assert(alignof(AFGNaziTrainHitch) == 0x000008, "Wrong alignment on AFGNaziTrainHitch"); \ static_assert(sizeof(AFGNaziTrainHitch) == 0x000280, "Wrong size on AFGNaziTrainHitch"); \ static_assert(offsetof(AFGNaziTrainHitch, Root) == 0x000220, "Member 'AFGNaziTrainHitch::Root' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, GrabSplineComponent) == 0x000228, "Member 'AFGNaziTrainHitch::GrabSplineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, PullTargetComponent) == 0x000230, "Member 'AFGNaziTrainHitch::PullTargetComponent' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, PullSourceComponent) == 0x000238, "Member 'AFGNaziTrainHitch::PullSourceComponent' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, State) == 0x000240, "Member 'AFGNaziTrainHitch::State' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, ForwardPoint) == 0x000248, "Member 'AFGNaziTrainHitch::ForwardPoint' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, BackwardPoint) == 0x000250, "Member 'AFGNaziTrainHitch::BackwardPoint' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, NavigationVolume) == 0x000258, "Member 'AFGNaziTrainHitch::NavigationVolume' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, IdleOffset) == 0x000260, "Member 'AFGNaziTrainHitch::IdleOffset' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, OnHitchStateChanged) == 0x000268, "Member 'AFGNaziTrainHitch::OnHitchStateChanged' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, bIsBroken) == 0x000278, "Member 'AFGNaziTrainHitch::bIsBroken' has a wrong offset!"); \ static_assert(offsetof(AFGNaziTrainHitch, bLeftSide) == 0x000279, "Member 'AFGNaziTrainHitch::bLeftSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDynamicCollisionManager_RegisterAICharacter \ static_assert(alignof(FGDynamicCollisionManager_RegisterAICharacter) == 0x000008, "Wrong alignment on FGDynamicCollisionManager_RegisterAICharacter"); \ static_assert(sizeof(FGDynamicCollisionManager_RegisterAICharacter) == 0x000008, "Wrong size on FGDynamicCollisionManager_RegisterAICharacter"); \ static_assert(offsetof(FGDynamicCollisionManager_RegisterAICharacter, AICharacter) == 0x000000, "Member 'FGDynamicCollisionManager_RegisterAICharacter::AICharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGDynamicCollisionManager_UnregisterAICharacter \ static_assert(alignof(FGDynamicCollisionManager_UnregisterAICharacter) == 0x000008, "Wrong alignment on FGDynamicCollisionManager_UnregisterAICharacter"); \ static_assert(sizeof(FGDynamicCollisionManager_UnregisterAICharacter) == 0x000008, "Wrong size on FGDynamicCollisionManager_UnregisterAICharacter"); \ static_assert(offsetof(FGDynamicCollisionManager_UnregisterAICharacter, AICharacter) == 0x000000, "Member 'FGDynamicCollisionManager_UnregisterAICharacter::AICharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGDynamicCollisionManager \ static_assert(alignof(AFGDynamicCollisionManager) == 0x000008, "Wrong alignment on AFGDynamicCollisionManager"); \ static_assert(sizeof(AFGDynamicCollisionManager) == 0x000298, "Wrong size on AFGDynamicCollisionManager"); \ static_assert(offsetof(AFGDynamicCollisionManager, IgnoreList) == 0x000220, "Member 'AFGDynamicCollisionManager::IgnoreList' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, CollisionDisableDistanceSq) == 0x000230, "Member 'AFGDynamicCollisionManager::CollisionDisableDistanceSq' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, bDisableManager) == 0x000234, "Member 'AFGDynamicCollisionManager::bDisableManager' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, RegisteredModules) == 0x000238, "Member 'AFGDynamicCollisionManager::RegisteredModules' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, RegisteredPlayers) == 0x000248, "Member 'AFGDynamicCollisionManager::RegisteredPlayers' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, RegisteredAICharacters) == 0x000258, "Member 'AFGDynamicCollisionManager::RegisteredAICharacters' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, RegisteredProjectiles) == 0x000268, "Member 'AFGDynamicCollisionManager::RegisteredProjectiles' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, UpdateCollisionQueue) == 0x000278, "Member 'AFGDynamicCollisionManager::UpdateCollisionQueue' has a wrong offset!"); \ static_assert(offsetof(AFGDynamicCollisionManager, RegisteredNavVolumes) == 0x000288, "Member 'AFGDynamicCollisionManager::RegisteredNavVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_TurretCanFocusAI \ static_assert(alignof(UFGModuleAbility_TurretCanFocusAI) == 0x000008, "Wrong alignment on UFGModuleAbility_TurretCanFocusAI"); \ static_assert(sizeof(UFGModuleAbility_TurretCanFocusAI) == 0x000050, "Wrong size on UFGModuleAbility_TurretCanFocusAI"); \ #define DUMPER7_ASSERTS_FGElectricityManager_AddPowerItem \ static_assert(alignof(FGElectricityManager_AddPowerItem) == 0x000008, "Wrong alignment on FGElectricityManager_AddPowerItem"); \ static_assert(sizeof(FGElectricityManager_AddPowerItem) == 0x000018, "Wrong size on FGElectricityManager_AddPowerItem"); \ static_assert(offsetof(FGElectricityManager_AddPowerItem, PlayerCharacter) == 0x000000, "Member 'FGElectricityManager_AddPowerItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_AddPowerItem, PowerItemClass) == 0x000008, "Member 'FGElectricityManager_AddPowerItem::PowerItemClass' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_AddPowerItem, PowerItemAmount) == 0x000010, "Member 'FGElectricityManager_AddPowerItem::PowerItemAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_AddPowerItems \ static_assert(alignof(FGElectricityManager_AddPowerItems) == 0x000008, "Wrong alignment on FGElectricityManager_AddPowerItems"); \ static_assert(sizeof(FGElectricityManager_AddPowerItems) == 0x000018, "Wrong size on FGElectricityManager_AddPowerItems"); \ static_assert(offsetof(FGElectricityManager_AddPowerItems, PlayerCharacter) == 0x000000, "Member 'FGElectricityManager_AddPowerItems::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_AddPowerItems, PowerItems) == 0x000008, "Member 'FGElectricityManager_AddPowerItems::PowerItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_AddPowerPoints \ static_assert(alignof(FGElectricityManager_AddPowerPoints) == 0x000004, "Wrong alignment on FGElectricityManager_AddPowerPoints"); \ static_assert(sizeof(FGElectricityManager_AddPowerPoints) == 0x000008, "Wrong size on FGElectricityManager_AddPowerPoints"); \ static_assert(offsetof(FGElectricityManager_AddPowerPoints, Amount) == 0x000000, "Member 'FGElectricityManager_AddPowerPoints::Amount' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_AddPowerPoints, ReturnValue) == 0x000004, "Member 'FGElectricityManager_AddPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_ConsumePowerPoints \ static_assert(alignof(FGElectricityManager_ConsumePowerPoints) == 0x000004, "Wrong alignment on FGElectricityManager_ConsumePowerPoints"); \ static_assert(sizeof(FGElectricityManager_ConsumePowerPoints) == 0x000008, "Wrong size on FGElectricityManager_ConsumePowerPoints"); \ static_assert(offsetof(FGElectricityManager_ConsumePowerPoints, Amount) == 0x000000, "Member 'FGElectricityManager_ConsumePowerPoints::Amount' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_ConsumePowerPoints, bAllowPartial) == 0x000004, "Member 'FGElectricityManager_ConsumePowerPoints::bAllowPartial' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_ConsumePowerPoints, ReturnValue) == 0x000005, "Member 'FGElectricityManager_ConsumePowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetGlobalVoltageProduction \ static_assert(alignof(FGElectricityManager_GetGlobalVoltageProduction) == 0x000004, "Wrong alignment on FGElectricityManager_GetGlobalVoltageProduction"); \ static_assert(sizeof(FGElectricityManager_GetGlobalVoltageProduction) == 0x000004, "Wrong size on FGElectricityManager_GetGlobalVoltageProduction"); \ static_assert(offsetof(FGElectricityManager_GetGlobalVoltageProduction, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetGlobalVoltageProduction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetGlobalVoltageRequirement \ static_assert(alignof(FGElectricityManager_GetGlobalVoltageRequirement) == 0x000004, "Wrong alignment on FGElectricityManager_GetGlobalVoltageRequirement"); \ static_assert(sizeof(FGElectricityManager_GetGlobalVoltageRequirement) == 0x000004, "Wrong size on FGElectricityManager_GetGlobalVoltageRequirement"); \ static_assert(offsetof(FGElectricityManager_GetGlobalVoltageRequirement, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetGlobalVoltageRequirement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetMaximumPowerPoints \ static_assert(alignof(FGElectricityManager_GetMaximumPowerPoints) == 0x000004, "Wrong alignment on FGElectricityManager_GetMaximumPowerPoints"); \ static_assert(sizeof(FGElectricityManager_GetMaximumPowerPoints) == 0x000004, "Wrong size on FGElectricityManager_GetMaximumPowerPoints"); \ static_assert(offsetof(FGElectricityManager_GetMaximumPowerPoints, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetMaximumPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetPlayerTrain \ static_assert(alignof(FGElectricityManager_GetPlayerTrain) == 0x000008, "Wrong alignment on FGElectricityManager_GetPlayerTrain"); \ static_assert(sizeof(FGElectricityManager_GetPlayerTrain) == 0x000008, "Wrong size on FGElectricityManager_GetPlayerTrain"); \ static_assert(offsetof(FGElectricityManager_GetPlayerTrain, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetPlayerTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetPowerPoints \ static_assert(alignof(FGElectricityManager_GetPowerPoints) == 0x000004, "Wrong alignment on FGElectricityManager_GetPowerPoints"); \ static_assert(sizeof(FGElectricityManager_GetPowerPoints) == 0x000004, "Wrong size on FGElectricityManager_GetPowerPoints"); \ static_assert(offsetof(FGElectricityManager_GetPowerPoints, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetVoltageDebuff \ static_assert(alignof(FGElectricityManager_GetVoltageDebuff) == 0x000004, "Wrong alignment on FGElectricityManager_GetVoltageDebuff"); \ static_assert(sizeof(FGElectricityManager_GetVoltageDebuff) == 0x000004, "Wrong size on FGElectricityManager_GetVoltageDebuff"); \ static_assert(offsetof(FGElectricityManager_GetVoltageDebuff, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetVoltageDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_IsElectricutyAvailible \ static_assert(alignof(FGElectricityManager_IsElectricutyAvailible) == 0x000001, "Wrong alignment on FGElectricityManager_IsElectricutyAvailible"); \ static_assert(sizeof(FGElectricityManager_IsElectricutyAvailible) == 0x000001, "Wrong size on FGElectricityManager_IsElectricutyAvailible"); \ static_assert(offsetof(FGElectricityManager_IsElectricutyAvailible, ReturnValue) == 0x000000, "Member 'FGElectricityManager_IsElectricutyAvailible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_OnWagonModuleInstalled \ static_assert(alignof(FGElectricityManager_OnWagonModuleInstalled) == 0x000008, "Wrong alignment on FGElectricityManager_OnWagonModuleInstalled"); \ static_assert(sizeof(FGElectricityManager_OnWagonModuleInstalled) == 0x000008, "Wrong size on FGElectricityManager_OnWagonModuleInstalled"); \ static_assert(offsetof(FGElectricityManager_OnWagonModuleInstalled, WagonModule) == 0x000000, "Member 'FGElectricityManager_OnWagonModuleInstalled::WagonModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_OnWagonModuleStateUpdated \ static_assert(alignof(FGElectricityManager_OnWagonModuleStateUpdated) == 0x000008, "Wrong alignment on FGElectricityManager_OnWagonModuleStateUpdated"); \ static_assert(sizeof(FGElectricityManager_OnWagonModuleStateUpdated) == 0x000010, "Wrong size on FGElectricityManager_OnWagonModuleStateUpdated"); \ static_assert(offsetof(FGElectricityManager_OnWagonModuleStateUpdated, WagonModule) == 0x000000, "Member 'FGElectricityManager_OnWagonModuleStateUpdated::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_OnWagonModuleStateUpdated, NewState) == 0x000008, "Member 'FGElectricityManager_OnWagonModuleStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(FGElectricityManager_OnWagonModuleStateUpdated, OldState) == 0x000009, "Member 'FGElectricityManager_OnWagonModuleStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_OnWagonModuleUninstalled \ static_assert(alignof(FGElectricityManager_OnWagonModuleUninstalled) == 0x000008, "Wrong alignment on FGElectricityManager_OnWagonModuleUninstalled"); \ static_assert(sizeof(FGElectricityManager_OnWagonModuleUninstalled) == 0x000008, "Wrong size on FGElectricityManager_OnWagonModuleUninstalled"); \ static_assert(offsetof(FGElectricityManager_OnWagonModuleUninstalled, WagonModule) == 0x000000, "Member 'FGElectricityManager_OnWagonModuleUninstalled::WagonModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetMaximumPowerBonusModules \ static_assert(alignof(FGElectricityManager_GetMaximumPowerBonusModules) == 0x000008, "Wrong alignment on FGElectricityManager_GetMaximumPowerBonusModules"); \ static_assert(sizeof(FGElectricityManager_GetMaximumPowerBonusModules) == 0x000010, "Wrong size on FGElectricityManager_GetMaximumPowerBonusModules"); \ static_assert(offsetof(FGElectricityManager_GetMaximumPowerBonusModules, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetMaximumPowerBonusModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetVoltageConsumers \ static_assert(alignof(FGElectricityManager_GetVoltageConsumers) == 0x000008, "Wrong alignment on FGElectricityManager_GetVoltageConsumers"); \ static_assert(sizeof(FGElectricityManager_GetVoltageConsumers) == 0x000010, "Wrong size on FGElectricityManager_GetVoltageConsumers"); \ static_assert(offsetof(FGElectricityManager_GetVoltageConsumers, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetVoltageConsumers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGElectricityManager_GetVoltageSources \ static_assert(alignof(FGElectricityManager_GetVoltageSources) == 0x000008, "Wrong alignment on FGElectricityManager_GetVoltageSources"); \ static_assert(sizeof(FGElectricityManager_GetVoltageSources) == 0x000010, "Wrong size on FGElectricityManager_GetVoltageSources"); \ static_assert(offsetof(FGElectricityManager_GetVoltageSources, ReturnValue) == 0x000000, "Member 'FGElectricityManager_GetVoltageSources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGElectricityManager \ static_assert(alignof(AFGElectricityManager) == 0x000008, "Wrong alignment on AFGElectricityManager"); \ static_assert(sizeof(AFGElectricityManager) == 0x0002A8, "Wrong size on AFGElectricityManager"); \ static_assert(offsetof(AFGElectricityManager, CachedPlayerTrain) == 0x000230, "Member 'AFGElectricityManager::CachedPlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, ElectricGeneratorReference) == 0x000238, "Member 'AFGElectricityManager::ElectricGeneratorReference' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, GlobalVoltageProduction) == 0x000240, "Member 'AFGElectricityManager::GlobalVoltageProduction' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, GlobalVoltageRequirement) == 0x000244, "Member 'AFGElectricityManager::GlobalVoltageRequirement' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, VoltageSources) == 0x000248, "Member 'AFGElectricityManager::VoltageSources' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, VoltageConsumers) == 0x000258, "Member 'AFGElectricityManager::VoltageConsumers' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, VoltageDebuff) == 0x000268, "Member 'AFGElectricityManager::VoltageDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, MaximumPowerPoints) == 0x00026C, "Member 'AFGElectricityManager::MaximumPowerPoints' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, MaximumPowerBonusModules) == 0x000270, "Member 'AFGElectricityManager::MaximumPowerBonusModules' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, PowerPoints) == 0x000280, "Member 'AFGElectricityManager::PowerPoints' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, OnPowerPointsUpdated) == 0x000288, "Member 'AFGElectricityManager::OnPowerPointsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGElectricityManager, PowerPointsItemsClasses) == 0x000298, "Member 'AFGElectricityManager::PowerPointsItemsClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGSpawnerManager \ static_assert(alignof(AFGSpawnerManager) == 0x000008, "Wrong alignment on AFGSpawnerManager"); \ static_assert(sizeof(AFGSpawnerManager) == 0x000240, "Wrong size on AFGSpawnerManager"); \ static_assert(offsetof(AFGSpawnerManager, SpawnPoints) == 0x000220, "Member 'AFGSpawnerManager::SpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGSpawnerManager, SpawnPointsTransforms) == 0x000230, "Member 'AFGSpawnerManager::SpawnPointsTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGEndingDepotManager \ static_assert(alignof(AFGEndingDepotManager) == 0x000008, "Wrong alignment on AFGEndingDepotManager"); \ static_assert(sizeof(AFGEndingDepotManager) == 0x000240, "Wrong size on AFGEndingDepotManager"); \ #define DUMPER7_ASSERTS_AFGEndingManager \ static_assert(alignof(AFGEndingManager) == 0x000008, "Wrong alignment on AFGEndingManager"); \ static_assert(sizeof(AFGEndingManager) == 0x0002A0, "Wrong size on AFGEndingManager"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsCheckpointOne) == 0x000240, "Member 'AFGEndingManager::SpawnPointsCheckpointOne' has a wrong offset!"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsTransformsCheckpointOne) == 0x000250, "Member 'AFGEndingManager::SpawnPointsTransformsCheckpointOne' has a wrong offset!"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsCheckpointTwo) == 0x000260, "Member 'AFGEndingManager::SpawnPointsCheckpointTwo' has a wrong offset!"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsTransformsCheckpointTwo) == 0x000270, "Member 'AFGEndingManager::SpawnPointsTransformsCheckpointTwo' has a wrong offset!"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsCheckpointThree) == 0x000280, "Member 'AFGEndingManager::SpawnPointsCheckpointThree' has a wrong offset!"); \ static_assert(offsetof(AFGEndingManager, SpawnPointsTransformsCheckpointThree) == 0x000290, "Member 'AFGEndingManager::SpawnPointsTransformsCheckpointThree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistWatering \ static_assert(alignof(UFGModuleAbility_BotanistWatering) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistWatering"); \ static_assert(sizeof(UFGModuleAbility_BotanistWatering) == 0x000050, "Wrong size on UFGModuleAbility_BotanistWatering"); \ #define DUMPER7_ASSERTS_FGRails_GetDistanceClosestToTrainLocation \ static_assert(alignof(FGRails_GetDistanceClosestToTrainLocation) == 0x000004, "Wrong alignment on FGRails_GetDistanceClosestToTrainLocation"); \ static_assert(sizeof(FGRails_GetDistanceClosestToTrainLocation) == 0x000014, "Wrong size on FGRails_GetDistanceClosestToTrainLocation"); \ static_assert(offsetof(FGRails_GetDistanceClosestToTrainLocation, TrainLocation) == 0x000000, "Member 'FGRails_GetDistanceClosestToTrainLocation::TrainLocation' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetDistanceClosestToTrainLocation, RailsDistance) == 0x00000C, "Member 'FGRails_GetDistanceClosestToTrainLocation::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetDistanceClosestToTrainLocation, ReturnValue) == 0x000010, "Member 'FGRails_GetDistanceClosestToTrainLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetLocationAtDistanceAlongSpline \ static_assert(alignof(FGRails_GetLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on FGRails_GetLocationAtDistanceAlongSpline"); \ static_assert(sizeof(FGRails_GetLocationAtDistanceAlongSpline) == 0x000014, "Wrong size on FGRails_GetLocationAtDistanceAlongSpline"); \ static_assert(offsetof(FGRails_GetLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'FGRails_GetLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetLocationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'FGRails_GetLocationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetLocationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'FGRails_GetLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetNextRails \ static_assert(alignof(FGRails_GetNextRails) == 0x000008, "Wrong alignment on FGRails_GetNextRails"); \ static_assert(sizeof(FGRails_GetNextRails) == 0x000008, "Wrong size on FGRails_GetNextRails"); \ static_assert(offsetof(FGRails_GetNextRails, ReturnValue) == 0x000000, "Member 'FGRails_GetNextRails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetPreviousRails \ static_assert(alignof(FGRails_GetPreviousRails) == 0x000008, "Wrong alignment on FGRails_GetPreviousRails"); \ static_assert(sizeof(FGRails_GetPreviousRails) == 0x000008, "Wrong size on FGRails_GetPreviousRails"); \ static_assert(offsetof(FGRails_GetPreviousRails, ReturnValue) == 0x000000, "Member 'FGRails_GetPreviousRails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetRoadSpline \ static_assert(alignof(FGRails_GetRoadSpline) == 0x000008, "Wrong alignment on FGRails_GetRoadSpline"); \ static_assert(sizeof(FGRails_GetRoadSpline) == 0x000008, "Wrong size on FGRails_GetRoadSpline"); \ static_assert(offsetof(FGRails_GetRoadSpline, ReturnValue) == 0x000000, "Member 'FGRails_GetRoadSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetSplineDistanceClosesttoWorldLocation \ static_assert(alignof(FGRails_GetSplineDistanceClosesttoWorldLocation) == 0x000004, "Wrong alignment on FGRails_GetSplineDistanceClosesttoWorldLocation"); \ static_assert(sizeof(FGRails_GetSplineDistanceClosesttoWorldLocation) == 0x000010, "Wrong size on FGRails_GetSplineDistanceClosesttoWorldLocation"); \ static_assert(offsetof(FGRails_GetSplineDistanceClosesttoWorldLocation, WorldLocation) == 0x000000, "Member 'FGRails_GetSplineDistanceClosesttoWorldLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetSplineDistanceClosesttoWorldLocation, ReturnValue) == 0x00000C, "Member 'FGRails_GetSplineDistanceClosesttoWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetTransformAtDistanceAlongSpline \ static_assert(alignof(FGRails_GetTransformAtDistanceAlongSpline) == 0x000010, "Wrong alignment on FGRails_GetTransformAtDistanceAlongSpline"); \ static_assert(sizeof(FGRails_GetTransformAtDistanceAlongSpline) == 0x000040, "Wrong size on FGRails_GetTransformAtDistanceAlongSpline"); \ static_assert(offsetof(FGRails_GetTransformAtDistanceAlongSpline, Distance) == 0x000000, "Member 'FGRails_GetTransformAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetTransformAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'FGRails_GetTransformAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetTransformAtDistanceAlongSpline, ReturnValue) == 0x000010, "Member 'FGRails_GetTransformAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_GetTransformClosestToCharacter \ static_assert(alignof(FGRails_GetTransformClosestToCharacter) == 0x000010, "Wrong alignment on FGRails_GetTransformClosestToCharacter"); \ static_assert(sizeof(FGRails_GetTransformClosestToCharacter) == 0x000050, "Wrong size on FGRails_GetTransformClosestToCharacter"); \ static_assert(offsetof(FGRails_GetTransformClosestToCharacter, Character) == 0x000000, "Member 'FGRails_GetTransformClosestToCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetTransformClosestToCharacter, RailsTransform) == 0x000010, "Member 'FGRails_GetTransformClosestToCharacter::RailsTransform' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetTransformClosestToCharacter, RailsDistance) == 0x000040, "Member 'FGRails_GetTransformClosestToCharacter::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(FGRails_GetTransformClosestToCharacter, ReturnValue) == 0x000044, "Member 'FGRails_GetTransformClosestToCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_IsAiRails \ static_assert(alignof(FGRails_IsAiRails) == 0x000001, "Wrong alignment on FGRails_IsAiRails"); \ static_assert(sizeof(FGRails_IsAiRails) == 0x000001, "Wrong size on FGRails_IsAiRails"); \ static_assert(offsetof(FGRails_IsAiRails, ReturnValue) == 0x000000, "Member 'FGRails_IsAiRails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRails_SetPoints \ static_assert(alignof(FGRails_SetPoints) == 0x000008, "Wrong alignment on FGRails_SetPoints"); \ static_assert(sizeof(FGRails_SetPoints) == 0x000010, "Wrong size on FGRails_SetPoints"); \ static_assert(offsetof(FGRails_SetPoints, RailsInfo) == 0x000000, "Member 'FGRails_SetPoints::RailsInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRails \ static_assert(alignof(AFGRails) == 0x000008, "Wrong alignment on AFGRails"); \ static_assert(sizeof(AFGRails) == 0x000280, "Wrong size on AFGRails"); \ static_assert(offsetof(AFGRails, bIsAiRails) == 0x000228, "Member 'AFGRails::bIsAiRails' has a wrong offset!"); \ static_assert(offsetof(AFGRails, ChunkOwner) == 0x000230, "Member 'AFGRails::ChunkOwner' has a wrong offset!"); \ static_assert(offsetof(AFGRails, RoadSpline) == 0x000238, "Member 'AFGRails::RoadSpline' has a wrong offset!"); \ static_assert(offsetof(AFGRails, RoadSpline2) == 0x000240, "Member 'AFGRails::RoadSpline2' has a wrong offset!"); \ static_assert(offsetof(AFGRails, NextRails) == 0x000248, "Member 'AFGRails::NextRails' has a wrong offset!"); \ static_assert(offsetof(AFGRails, PreviousRails) == 0x000250, "Member 'AFGRails::PreviousRails' has a wrong offset!"); \ static_assert(offsetof(AFGRails, RailsPoints) == 0x000258, "Member 'AFGRails::RailsPoints' has a wrong offset!"); \ static_assert(offsetof(AFGRails, RailsPathBlocker) == 0x000268, "Member 'AFGRails::RailsPathBlocker' has a wrong offset!"); \ static_assert(offsetof(AFGRails, RailsTrainOverlapVolumeClass) == 0x000270, "Member 'AFGRails::RailsTrainOverlapVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGRails, OverrideStaticMesh) == 0x000278, "Member 'AFGRails::OverrideStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEntranceRails_GetAllRoadSplineEnds \ static_assert(alignof(FGEntranceRails_GetAllRoadSplineEnds) == 0x000008, "Wrong alignment on FGEntranceRails_GetAllRoadSplineEnds"); \ static_assert(sizeof(FGEntranceRails_GetAllRoadSplineEnds) == 0x000010, "Wrong size on FGEntranceRails_GetAllRoadSplineEnds"); \ static_assert(offsetof(FGEntranceRails_GetAllRoadSplineEnds, ReturnValue) == 0x000000, "Member 'FGEntranceRails_GetAllRoadSplineEnds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEntranceRails_GetSelectedRoadSpline \ static_assert(alignof(FGEntranceRails_GetSelectedRoadSpline) == 0x000008, "Wrong alignment on FGEntranceRails_GetSelectedRoadSpline"); \ static_assert(sizeof(FGEntranceRails_GetSelectedRoadSpline) == 0x000008, "Wrong size on FGEntranceRails_GetSelectedRoadSpline"); \ static_assert(offsetof(FGEntranceRails_GetSelectedRoadSpline, ReturnValue) == 0x000000, "Member 'FGEntranceRails_GetSelectedRoadSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGEntranceRails \ static_assert(alignof(AFGEntranceRails) == 0x000008, "Wrong alignment on AFGEntranceRails"); \ static_assert(sizeof(AFGEntranceRails) == 0x000280, "Wrong size on AFGEntranceRails"); \ #define DUMPER7_ASSERTS_UFGEnvQueryGen_TrainHitchTarget \ static_assert(alignof(UFGEnvQueryGen_TrainHitchTarget) == 0x000008, "Wrong alignment on UFGEnvQueryGen_TrainHitchTarget"); \ static_assert(sizeof(UFGEnvQueryGen_TrainHitchTarget) == 0x000058, "Wrong size on UFGEnvQueryGen_TrainHitchTarget"); \ static_assert(offsetof(UFGEnvQueryGen_TrainHitchTarget, TrainSide) == 0x000050, "Member 'UFGEnvQueryGen_TrainHitchTarget::TrainSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootList_WP \ static_assert(alignof(AFGLootList_WP) == 0x000008, "Wrong alignment on AFGLootList_WP"); \ static_assert(sizeof(AFGLootList_WP) == 0x000268, "Wrong size on AFGLootList_WP"); \ static_assert(offsetof(AFGLootList_WP, WorldProgression) == 0x000240, "Member 'AFGLootList_WP::WorldProgression' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_WP, WorldProgressionLootLists) == 0x000248, "Member 'AFGLootList_WP::WorldProgressionLootLists' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_WP, WorldProgressionItemList) == 0x000258, "Member 'AFGLootList_WP::WorldProgressionItemList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryGenerator_AITarget \ static_assert(alignof(UFGEnvQueryGenerator_AITarget) == 0x000008, "Wrong alignment on UFGEnvQueryGenerator_AITarget"); \ static_assert(sizeof(UFGEnvQueryGenerator_AITarget) == 0x000080, "Wrong size on UFGEnvQueryGenerator_AITarget"); \ static_assert(offsetof(UFGEnvQueryGenerator_AITarget, SearchedActorClasses) == 0x000050, "Member 'UFGEnvQueryGenerator_AITarget::SearchedActorClasses' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_AITarget, SearchedSensorClasses) == 0x000060, "Member 'UFGEnvQueryGenerator_AITarget::SearchedSensorClasses' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_AITarget, bOnlySuccessfullySensed) == 0x000070, "Member 'UFGEnvQueryGenerator_AITarget::bOnlySuccessfullySensed' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_AITarget, ContextActor) == 0x000078, "Member 'UFGEnvQueryGenerator_AITarget::ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMA_RecyclerBonusLoot \ static_assert(alignof(UFGMA_RecyclerBonusLoot) == 0x000008, "Wrong alignment on UFGMA_RecyclerBonusLoot"); \ static_assert(sizeof(UFGMA_RecyclerBonusLoot) == 0x000050, "Wrong size on UFGMA_RecyclerBonusLoot"); \ #define DUMPER7_ASSERTS_UFGEnvQueryGenerator_BetterDonut \ static_assert(alignof(UFGEnvQueryGenerator_BetterDonut) == 0x000008, "Wrong alignment on UFGEnvQueryGenerator_BetterDonut"); \ static_assert(sizeof(UFGEnvQueryGenerator_BetterDonut) == 0x000278, "Wrong size on UFGEnvQueryGenerator_BetterDonut"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, InnerRadius) == 0x000080, "Member 'UFGEnvQueryGenerator_BetterDonut::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, OuterRadius) == 0x0000B8, "Member 'UFGEnvQueryGenerator_BetterDonut::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, NumberOfRings) == 0x0000F0, "Member 'UFGEnvQueryGenerator_BetterDonut::NumberOfRings' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, PointsPerRing) == 0x000128, "Member 'UFGEnvQueryGenerator_BetterDonut::PointsPerRing' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, ArcDirection) == 0x000160, "Member 'UFGEnvQueryGenerator_BetterDonut::ArcDirection' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, ArcAngle) == 0x000180, "Member 'UFGEnvQueryGenerator_BetterDonut::ArcAngle' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, bUseSpiralPattern) == 0x0001B8, "Member 'UFGEnvQueryGenerator_BetterDonut::bUseSpiralPattern' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, OffsetByTrain) == 0x0001C0, "Member 'UFGEnvQueryGenerator_BetterDonut::OffsetByTrain' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, CollisionSize) == 0x0001F8, "Member 'UFGEnvQueryGenerator_BetterDonut::CollisionSize' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, ZLimit) == 0x000230, "Member 'UFGEnvQueryGenerator_BetterDonut::ZLimit' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, PlayerContext) == 0x000268, "Member 'UFGEnvQueryGenerator_BetterDonut::PlayerContext' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_BetterDonut, bDebug) == 0x000274, "Member 'UFGEnvQueryGenerator_BetterDonut::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryGenerator_Donut \ static_assert(alignof(UFGEnvQueryGenerator_Donut) == 0x000008, "Wrong alignment on UFGEnvQueryGenerator_Donut"); \ static_assert(sizeof(UFGEnvQueryGenerator_Donut) == 0x0001D8, "Wrong size on UFGEnvQueryGenerator_Donut"); \ static_assert(offsetof(UFGEnvQueryGenerator_Donut, DistanceCheckSquared) == 0x0001D0, "Member 'UFGEnvQueryGenerator_Donut::DistanceCheckSquared' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGridPathFollowingComponent_GetMoveStatus \ static_assert(alignof(FGGridPathFollowingComponent_GetMoveStatus) == 0x000001, "Wrong alignment on FGGridPathFollowingComponent_GetMoveStatus"); \ static_assert(sizeof(FGGridPathFollowingComponent_GetMoveStatus) == 0x000001, "Wrong size on FGGridPathFollowingComponent_GetMoveStatus"); \ static_assert(offsetof(FGGridPathFollowingComponent_GetMoveStatus, ReturnValue) == 0x000000, "Member 'FGGridPathFollowingComponent_GetMoveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGridPathFollowingComponent \ static_assert(alignof(UFGGridPathFollowingComponent) == 0x000008, "Wrong alignment on UFGGridPathFollowingComponent"); \ static_assert(sizeof(UFGGridPathFollowingComponent) == 0x0002B8, "Wrong size on UFGGridPathFollowingComponent"); \ static_assert(offsetof(UFGGridPathFollowingComponent, GridManager) == 0x000250, "Member 'UFGGridPathFollowingComponent::GridManager' has a wrong offset!"); \ static_assert(offsetof(UFGGridPathFollowingComponent, PathEnd) == 0x000258, "Member 'UFGGridPathFollowingComponent::PathEnd' has a wrong offset!"); \ static_assert(offsetof(UFGGridPathFollowingComponent, ActiveVolume) == 0x000290, "Member 'UFGGridPathFollowingComponent::ActiveVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGridPathFollowingComponent, GridPathPoints) == 0x0002A0, "Member 'UFGGridPathFollowingComponent::GridPathPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryGenerator_GridCells \ static_assert(alignof(UFGEnvQueryGenerator_GridCells) == 0x000008, "Wrong alignment on UFGEnvQueryGenerator_GridCells"); \ static_assert(sizeof(UFGEnvQueryGenerator_GridCells) == 0x000060, "Wrong size on UFGEnvQueryGenerator_GridCells"); \ static_assert(offsetof(UFGEnvQueryGenerator_GridCells, QueryContext) == 0x000050, "Member 'UFGEnvQueryGenerator_GridCells::QueryContext' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryGenerator_GridCells, MinRadius) == 0x000058, "Member 'UFGEnvQueryGenerator_GridCells::MinRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_BlastShot \ static_assert(alignof(AFGProjectile_BlastShot) == 0x000008, "Wrong alignment on AFGProjectile_BlastShot"); \ static_assert(sizeof(AFGProjectile_BlastShot) == 0x000440, "Wrong size on AFGProjectile_BlastShot"); \ static_assert(offsetof(AFGProjectile_BlastShot, ExplosionClass) == 0x000438, "Member 'AFGProjectile_BlastShot::ExplosionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryTest_HaveGridPath \ static_assert(alignof(UFGEnvQueryTest_HaveGridPath) == 0x000008, "Wrong alignment on UFGEnvQueryTest_HaveGridPath"); \ static_assert(sizeof(UFGEnvQueryTest_HaveGridPath) == 0x000200, "Wrong size on UFGEnvQueryTest_HaveGridPath"); \ static_assert(offsetof(UFGEnvQueryTest_HaveGridPath, Context) == 0x0001F8, "Member 'UFGEnvQueryTest_HaveGridPath::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryTest_ModuleDurability \ static_assert(alignof(UFGEnvQueryTest_ModuleDurability) == 0x000008, "Wrong alignment on UFGEnvQueryTest_ModuleDurability"); \ static_assert(sizeof(UFGEnvQueryTest_ModuleDurability) == 0x000200, "Wrong size on UFGEnvQueryTest_ModuleDurability"); \ static_assert(offsetof(UFGEnvQueryTest_ModuleDurability, MinDurability) == 0x0001F8, "Member 'UFGEnvQueryTest_ModuleDurability::MinDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryTest_MultiPathfinding \ static_assert(alignof(UFGEnvQueryTest_MultiPathfinding) == 0x000008, "Wrong alignment on UFGEnvQueryTest_MultiPathfinding"); \ static_assert(sizeof(UFGEnvQueryTest_MultiPathfinding) == 0x0002F0, "Wrong size on UFGEnvQueryTest_MultiPathfinding"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, TestGridNavigation) == 0x0001F8, "Member 'UFGEnvQueryTest_MultiPathfinding::TestGridNavigation' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, TestNavmeshNavigation) == 0x000230, "Member 'UFGEnvQueryTest_MultiPathfinding::TestNavmeshNavigation' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, TestMode) == 0x000268, "Member 'UFGEnvQueryTest_MultiPathfinding::TestMode' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, Context) == 0x000270, "Member 'UFGEnvQueryTest_MultiPathfinding::Context' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, PathFromContext) == 0x000278, "Member 'UFGEnvQueryTest_MultiPathfinding::PathFromContext' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, SkipUnreachable) == 0x0002B0, "Member 'UFGEnvQueryTest_MultiPathfinding::SkipUnreachable' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_MultiPathfinding, FilterClass) == 0x0002E8, "Member 'UFGEnvQueryTest_MultiPathfinding::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_DisablePlayer \ static_assert(alignof(FGMiniGameComponent_DisablePlayer) == 0x000001, "Wrong alignment on FGMiniGameComponent_DisablePlayer"); \ static_assert(sizeof(FGMiniGameComponent_DisablePlayer) == 0x000001, "Wrong size on FGMiniGameComponent_DisablePlayer"); \ static_assert(offsetof(FGMiniGameComponent_DisablePlayer, bNewDisablePlayer) == 0x000000, "Member 'FGMiniGameComponent_DisablePlayer::bNewDisablePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_OnControllerEndPlay \ static_assert(alignof(FGMiniGameComponent_OnControllerEndPlay) == 0x000008, "Wrong alignment on FGMiniGameComponent_OnControllerEndPlay"); \ static_assert(sizeof(FGMiniGameComponent_OnControllerEndPlay) == 0x000010, "Wrong size on FGMiniGameComponent_OnControllerEndPlay"); \ static_assert(offsetof(FGMiniGameComponent_OnControllerEndPlay, Actor) == 0x000000, "Member 'FGMiniGameComponent_OnControllerEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameComponent_OnControllerEndPlay, EndPlayReason) == 0x000008, "Member 'FGMiniGameComponent_OnControllerEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_PlayShackCutScene \ static_assert(alignof(FGMiniGameComponent_PlayShackCutScene) == 0x000008, "Wrong alignment on FGMiniGameComponent_PlayShackCutScene"); \ static_assert(sizeof(FGMiniGameComponent_PlayShackCutScene) == 0x000010, "Wrong size on FGMiniGameComponent_PlayShackCutScene"); \ static_assert(offsetof(FGMiniGameComponent_PlayShackCutScene, Montage) == 0x000000, "Member 'FGMiniGameComponent_PlayShackCutScene::Montage' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameComponent_PlayShackCutScene, ReturnValue) == 0x000008, "Member 'FGMiniGameComponent_PlayShackCutScene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_ServerCallClientLoaded \ static_assert(alignof(FGMiniGameComponent_ServerCallClientLoaded) == 0x000008, "Wrong alignment on FGMiniGameComponent_ServerCallClientLoaded"); \ static_assert(sizeof(FGMiniGameComponent_ServerCallClientLoaded) == 0x000008, "Wrong size on FGMiniGameComponent_ServerCallClientLoaded"); \ static_assert(offsetof(FGMiniGameComponent_ServerCallClientLoaded, Player) == 0x000000, "Member 'FGMiniGameComponent_ServerCallClientLoaded::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_SetEatenFishes \ static_assert(alignof(FGMiniGameComponent_SetEatenFishes) == 0x000004, "Wrong alignment on FGMiniGameComponent_SetEatenFishes"); \ static_assert(sizeof(FGMiniGameComponent_SetEatenFishes) == 0x000004, "Wrong size on FGMiniGameComponent_SetEatenFishes"); \ static_assert(offsetof(FGMiniGameComponent_SetEatenFishes, InEatenFishes) == 0x000000, "Member 'FGMiniGameComponent_SetEatenFishes::InEatenFishes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_SetLastArrivedCheckPoint \ static_assert(alignof(FGMiniGameComponent_SetLastArrivedCheckPoint) == 0x000004, "Wrong alignment on FGMiniGameComponent_SetLastArrivedCheckPoint"); \ static_assert(sizeof(FGMiniGameComponent_SetLastArrivedCheckPoint) == 0x000004, "Wrong size on FGMiniGameComponent_SetLastArrivedCheckPoint"); \ static_assert(offsetof(FGMiniGameComponent_SetLastArrivedCheckPoint, Index_0) == 0x000000, "Member 'FGMiniGameComponent_SetLastArrivedCheckPoint::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_TeleportPlayer \ static_assert(alignof(FGMiniGameComponent_TeleportPlayer) == 0x000004, "Wrong alignment on FGMiniGameComponent_TeleportPlayer"); \ static_assert(sizeof(FGMiniGameComponent_TeleportPlayer) == 0x00001C, "Wrong size on FGMiniGameComponent_TeleportPlayer"); \ static_assert(offsetof(FGMiniGameComponent_TeleportPlayer, DesiredLocation) == 0x000000, "Member 'FGMiniGameComponent_TeleportPlayer::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameComponent_TeleportPlayer, DesiredRotation) == 0x00000C, "Member 'FGMiniGameComponent_TeleportPlayer::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameComponent_TeleportPlayer, ReturnValue) == 0x000018, "Member 'FGMiniGameComponent_TeleportPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_GetEatenFishes \ static_assert(alignof(FGMiniGameComponent_GetEatenFishes) == 0x000004, "Wrong alignment on FGMiniGameComponent_GetEatenFishes"); \ static_assert(sizeof(FGMiniGameComponent_GetEatenFishes) == 0x000004, "Wrong size on FGMiniGameComponent_GetEatenFishes"); \ static_assert(offsetof(FGMiniGameComponent_GetEatenFishes, ReturnValue) == 0x000000, "Member 'FGMiniGameComponent_GetEatenFishes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameComponent_GetLastArrivedCheckPoint \ static_assert(alignof(FGMiniGameComponent_GetLastArrivedCheckPoint) == 0x000004, "Wrong alignment on FGMiniGameComponent_GetLastArrivedCheckPoint"); \ static_assert(sizeof(FGMiniGameComponent_GetLastArrivedCheckPoint) == 0x000004, "Wrong size on FGMiniGameComponent_GetLastArrivedCheckPoint"); \ static_assert(offsetof(FGMiniGameComponent_GetLastArrivedCheckPoint, ReturnValue) == 0x000000, "Member 'FGMiniGameComponent_GetLastArrivedCheckPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMiniGameComponent \ static_assert(alignof(UFGMiniGameComponent) == 0x000010, "Wrong alignment on UFGMiniGameComponent"); \ static_assert(sizeof(UFGMiniGameComponent) == 0x000110, "Wrong size on UFGMiniGameComponent"); \ static_assert(offsetof(UFGMiniGameComponent, DisablePlayerState) == 0x0000B0, "Member 'UFGMiniGameComponent::DisablePlayerState' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, PlayShackMontage) == 0x0000B8, "Member 'UFGMiniGameComponent::PlayShackMontage' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, OwningController) == 0x0000C0, "Member 'UFGMiniGameComponent::OwningController' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, EatenFish) == 0x0000C8, "Member 'UFGMiniGameComponent::EatenFish' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, NewPlayerTransform) == 0x0000D0, "Member 'UFGMiniGameComponent::NewPlayerTransform' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, LastArrivedCheckPoint) == 0x000100, "Member 'UFGMiniGameComponent::LastArrivedCheckPoint' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGameComponent, bInitialized) == 0x000104, "Member 'UFGMiniGameComponent::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEnvQueryTest_TraceToActor \ static_assert(alignof(UFGEnvQueryTest_TraceToActor) == 0x000008, "Wrong alignment on UFGEnvQueryTest_TraceToActor"); \ static_assert(sizeof(UFGEnvQueryTest_TraceToActor) == 0x000280, "Wrong size on UFGEnvQueryTest_TraceToActor"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, bIgnoreOwner) == 0x0001F8, "Member 'UFGEnvQueryTest_TraceToActor::bIgnoreOwner' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, TraceSphereRadius) == 0x0001FC, "Member 'UFGEnvQueryTest_TraceToActor::TraceSphereRadius' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, bForceActorEnableCollision) == 0x000200, "Member 'UFGEnvQueryTest_TraceToActor::bForceActorEnableCollision' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, bUseActorBounds) == 0x000201, "Member 'UFGEnvQueryTest_TraceToActor::bUseActorBounds' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, bDebug) == 0x000202, "Member 'UFGEnvQueryTest_TraceToActor::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, TraceChannel) == 0x000203, "Member 'UFGEnvQueryTest_TraceToActor::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, ItemHeightOffset) == 0x000208, "Member 'UFGEnvQueryTest_TraceToActor::ItemHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, ContextHeightOffset) == 0x000240, "Member 'UFGEnvQueryTest_TraceToActor::ContextHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UFGEnvQueryTest_TraceToActor, Context) == 0x000278, "Member 'UFGEnvQueryTest_TraceToActor::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMusicalInstrument_OnStatusChanged \ static_assert(alignof(FGMusicalInstrument_OnStatusChanged) == 0x000004, "Wrong alignment on FGMusicalInstrument_OnStatusChanged"); \ static_assert(sizeof(FGMusicalInstrument_OnStatusChanged) == 0x000004, "Wrong size on FGMusicalInstrument_OnStatusChanged"); \ static_assert(offsetof(FGMusicalInstrument_OnStatusChanged, StatusNum) == 0x000000, "Member 'FGMusicalInstrument_OnStatusChanged::StatusNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMusicalInstrument_UseInstrument \ static_assert(alignof(FGMusicalInstrument_UseInstrument) == 0x000001, "Wrong alignment on FGMusicalInstrument_UseInstrument"); \ static_assert(sizeof(FGMusicalInstrument_UseInstrument) == 0x000001, "Wrong size on FGMusicalInstrument_UseInstrument"); \ static_assert(offsetof(FGMusicalInstrument_UseInstrument, ReturnValue) == 0x000000, "Member 'FGMusicalInstrument_UseInstrument::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMusicalInstrument \ static_assert(alignof(AFGMusicalInstrument) == 0x000010, "Wrong alignment on AFGMusicalInstrument"); \ static_assert(sizeof(AFGMusicalInstrument) == 0x0006B0, "Wrong size on AFGMusicalInstrument"); \ static_assert(offsetof(AFGMusicalInstrument, FMODComp) == 0x000680, "Member 'AFGMusicalInstrument::FMODComp' has a wrong offset!"); \ static_assert(offsetof(AFGMusicalInstrument, MusicalInstrumentType) == 0x000688, "Member 'AFGMusicalInstrument::MusicalInstrumentType' has a wrong offset!"); \ static_assert(offsetof(AFGMusicalInstrument, CheckPlayAlongTime) == 0x00068C, "Member 'AFGMusicalInstrument::CheckPlayAlongTime' has a wrong offset!"); \ static_assert(offsetof(AFGMusicalInstrument, bPlaying) == 0x000690, "Member 'AFGMusicalInstrument::bPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEpicSessionSearchResult \ static_assert(alignof(UEpicSessionSearchResult) == 0x000008, "Wrong alignment on UEpicSessionSearchResult"); \ static_assert(sizeof(UEpicSessionSearchResult) == 0x000168, "Wrong size on UEpicSessionSearchResult"); \ static_assert(offsetof(UEpicSessionSearchResult, SessionId) == 0x000130, "Member 'UEpicSessionSearchResult::SessionId' has a wrong offset!"); \ static_assert(offsetof(UEpicSessionSearchResult, UserID) == 0x000140, "Member 'UEpicSessionSearchResult::UserID' has a wrong offset!"); \ static_assert(offsetof(UEpicSessionSearchResult, ConnectionString) == 0x000150, "Member 'UEpicSessionSearchResult::ConnectionString' has a wrong offset!"); \ static_assert(offsetof(UEpicSessionSearchResult, bIsDedicatedServer) == 0x000160, "Member 'UEpicSessionSearchResult::bIsDedicatedServer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetDisplayName \ static_assert(alignof(ExampleCPPFriend_GetDisplayName) == 0x000008, "Wrong alignment on ExampleCPPFriend_GetDisplayName"); \ static_assert(sizeof(ExampleCPPFriend_GetDisplayName) == 0x000010, "Wrong size on ExampleCPPFriend_GetDisplayName"); \ static_assert(offsetof(ExampleCPPFriend_GetDisplayName, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetRealName \ static_assert(alignof(ExampleCPPFriend_GetRealName) == 0x000008, "Wrong alignment on ExampleCPPFriend_GetRealName"); \ static_assert(sizeof(ExampleCPPFriend_GetRealName) == 0x000010, "Wrong size on ExampleCPPFriend_GetRealName"); \ static_assert(offsetof(ExampleCPPFriend_GetRealName, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetRealName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetUserId \ static_assert(alignof(ExampleCPPFriend_GetUserId) == 0x000008, "Wrong alignment on ExampleCPPFriend_GetUserId"); \ static_assert(sizeof(ExampleCPPFriend_GetUserId) == 0x000028, "Wrong size on ExampleCPPFriend_GetUserId"); \ static_assert(offsetof(ExampleCPPFriend_GetUserId, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetUserIdString \ static_assert(alignof(ExampleCPPFriend_GetUserIdString) == 0x000008, "Wrong alignment on ExampleCPPFriend_GetUserIdString"); \ static_assert(sizeof(ExampleCPPFriend_GetUserIdString) == 0x000010, "Wrong size on ExampleCPPFriend_GetUserIdString"); \ static_assert(offsetof(ExampleCPPFriend_GetUserIdString, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetUserIdString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetUserIdType \ static_assert(alignof(ExampleCPPFriend_GetUserIdType) == 0x000004, "Wrong alignment on ExampleCPPFriend_GetUserIdType"); \ static_assert(sizeof(ExampleCPPFriend_GetUserIdType) == 0x000008, "Wrong size on ExampleCPPFriend_GetUserIdType"); \ static_assert(offsetof(ExampleCPPFriend_GetUserIdType, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetUserIdType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_GetWrappedFriendsSummary \ static_assert(alignof(ExampleCPPFriend_GetWrappedFriendsSummary) == 0x000008, "Wrong alignment on ExampleCPPFriend_GetWrappedFriendsSummary"); \ static_assert(sizeof(ExampleCPPFriend_GetWrappedFriendsSummary) == 0x000010, "Wrong size on ExampleCPPFriend_GetWrappedFriendsSummary"); \ static_assert(offsetof(ExampleCPPFriend_GetWrappedFriendsSummary, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_GetWrappedFriendsSummary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExampleCPPFriend_ToString \ static_assert(alignof(ExampleCPPFriend_ToString) == 0x000008, "Wrong alignment on ExampleCPPFriend_ToString"); \ static_assert(sizeof(ExampleCPPFriend_ToString) == 0x000010, "Wrong size on ExampleCPPFriend_ToString"); \ static_assert(offsetof(ExampleCPPFriend_ToString, ReturnValue) == 0x000000, "Member 'ExampleCPPFriend_ToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExampleCPPFriend \ static_assert(alignof(UExampleCPPFriend) == 0x000008, "Wrong alignment on UExampleCPPFriend"); \ static_assert(sizeof(UExampleCPPFriend) == 0x000038, "Wrong size on UExampleCPPFriend"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_AutoLogin \ static_assert(alignof(FGEpicSubsystem_AutoLogin) == 0x000001, "Wrong alignment on FGEpicSubsystem_AutoLogin"); \ static_assert(sizeof(FGEpicSubsystem_AutoLogin) == 0x000001, "Wrong size on FGEpicSubsystem_AutoLogin"); \ static_assert(offsetof(FGEpicSubsystem_AutoLogin, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_AutoLogin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_AutoLogout \ static_assert(alignof(FGEpicSubsystem_AutoLogout) == 0x000001, "Wrong alignment on FGEpicSubsystem_AutoLogout"); \ static_assert(sizeof(FGEpicSubsystem_AutoLogout) == 0x000001, "Wrong size on FGEpicSubsystem_AutoLogout"); \ static_assert(offsetof(FGEpicSubsystem_AutoLogout, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_AutoLogout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_CanLinkToEpicGamesAccount \ static_assert(alignof(FGEpicSubsystem_CanLinkToEpicGamesAccount) == 0x000008, "Wrong alignment on FGEpicSubsystem_CanLinkToEpicGamesAccount"); \ static_assert(sizeof(FGEpicSubsystem_CanLinkToEpicGamesAccount) == 0x000010, "Wrong size on FGEpicSubsystem_CanLinkToEpicGamesAccount"); \ static_assert(offsetof(FGEpicSubsystem_CanLinkToEpicGamesAccount, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_CanLinkToEpicGamesAccount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_CanLinkToEpicGamesAccount, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_CanLinkToEpicGamesAccount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_CreateSession \ static_assert(alignof(FGEpicSubsystem_CreateSession) == 0x000008, "Wrong alignment on FGEpicSubsystem_CreateSession"); \ static_assert(sizeof(FGEpicSubsystem_CreateSession) == 0x000020, "Wrong size on FGEpicSubsystem_CreateSession"); \ static_assert(offsetof(FGEpicSubsystem_CreateSession, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_CreateSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_CreateSession, OnDone) == 0x000008, "Member 'FGEpicSubsystem_CreateSession::OnDone' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_CreateSession, bFriendsOnly) == 0x000018, "Member 'FGEpicSubsystem_CreateSession::bFriendsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_DestroySession \ static_assert(alignof(FGEpicSubsystem_DestroySession) == 0x000008, "Wrong alignment on FGEpicSubsystem_DestroySession"); \ static_assert(sizeof(FGEpicSubsystem_DestroySession) == 0x000020, "Wrong size on FGEpicSubsystem_DestroySession"); \ static_assert(offsetof(FGEpicSubsystem_DestroySession, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_DestroySession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_DestroySession, SessionName) == 0x000008, "Member 'FGEpicSubsystem_DestroySession::SessionName' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_DestroySession, OnDone) == 0x000010, "Member 'FGEpicSubsystem_DestroySession::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_DestroySessionFast \ static_assert(alignof(FGEpicSubsystem_DestroySessionFast) == 0x000008, "Wrong alignment on FGEpicSubsystem_DestroySessionFast"); \ static_assert(sizeof(FGEpicSubsystem_DestroySessionFast) == 0x000008, "Wrong size on FGEpicSubsystem_DestroySessionFast"); \ static_assert(offsetof(FGEpicSubsystem_DestroySessionFast, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_DestroySessionFast::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_FindSessions \ static_assert(alignof(FGEpicSubsystem_FindSessions) == 0x000008, "Wrong alignment on FGEpicSubsystem_FindSessions"); \ static_assert(sizeof(FGEpicSubsystem_FindSessions) == 0x000020, "Wrong size on FGEpicSubsystem_FindSessions"); \ static_assert(offsetof(FGEpicSubsystem_FindSessions, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_FindSessions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_FindSessions, bOnlyOpened) == 0x000008, "Member 'FGEpicSubsystem_FindSessions::bOnlyOpened' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_FindSessions, bHideFull) == 0x000009, "Member 'FGEpicSubsystem_FindSessions::bHideFull' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_FindSessions, OnDone) == 0x00000C, "Member 'FGEpicSubsystem_FindSessions::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetCurrentGameLanguage \ static_assert(alignof(FGEpicSubsystem_GetCurrentGameLanguage) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetCurrentGameLanguage"); \ static_assert(sizeof(FGEpicSubsystem_GetCurrentGameLanguage) == 0x000010, "Wrong size on FGEpicSubsystem_GetCurrentGameLanguage"); \ static_assert(offsetof(FGEpicSubsystem_GetCurrentGameLanguage, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetCurrentGameLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetFriends \ static_assert(alignof(FGEpicSubsystem_GetFriends) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetFriends"); \ static_assert(sizeof(FGEpicSubsystem_GetFriends) == 0x000018, "Wrong size on FGEpicSubsystem_GetFriends"); \ static_assert(offsetof(FGEpicSubsystem_GetFriends, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetFriends::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetFriends, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_GetFriends::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInAuthAttribute \ static_assert(alignof(FGEpicSubsystem_GetLoggedInAuthAttribute) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInAuthAttribute"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInAuthAttribute) == 0x000020, "Wrong size on FGEpicSubsystem_GetLoggedInAuthAttribute"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute, InAuthAttrName) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute::InAuthAttrName' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute, ReturnValue) == 0x000010, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType \ static_assert(alignof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType) == 0x000010, "Wrong size on FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute_AuthType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum \ static_assert(alignof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum) == 0x000001, "Wrong alignment on FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum) == 0x000001, "Wrong size on FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute_AuthTypeAsEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID \ static_assert(alignof(FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID) == 0x000010, "Wrong size on FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute_EpicID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID \ static_assert(alignof(FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID) == 0x000010, "Wrong size on FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInAuthAttribute_SteamID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInEpicAccountId \ static_assert(alignof(FGEpicSubsystem_GetLoggedInEpicAccountId) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInEpicAccountId"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInEpicAccountId) == 0x000018, "Wrong size on FGEpicSubsystem_GetLoggedInEpicAccountId"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInEpicAccountId, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInEpicAccountId::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInEpicAccountId, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_GetLoggedInEpicAccountId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInProductUserId \ static_assert(alignof(FGEpicSubsystem_GetLoggedInProductUserId) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInProductUserId"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInProductUserId) == 0x000018, "Wrong size on FGEpicSubsystem_GetLoggedInProductUserId"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInProductUserId, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInProductUserId::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInProductUserId, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_GetLoggedInProductUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoggedInUsername \ static_assert(alignof(FGEpicSubsystem_GetLoggedInUsername) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoggedInUsername"); \ static_assert(sizeof(FGEpicSubsystem_GetLoggedInUsername) == 0x000018, "Wrong size on FGEpicSubsystem_GetLoggedInUsername"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInUsername, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetLoggedInUsername::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetLoggedInUsername, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_GetLoggedInUsername::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetLoginStatus \ static_assert(alignof(FGEpicSubsystem_GetLoginStatus) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetLoginStatus"); \ static_assert(sizeof(FGEpicSubsystem_GetLoginStatus) == 0x000010, "Wrong size on FGEpicSubsystem_GetLoginStatus"); \ static_assert(offsetof(FGEpicSubsystem_GetLoginStatus, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetLoginStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetPlayerNickname \ static_assert(alignof(FGEpicSubsystem_GetPlayerNickname) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetPlayerNickname"); \ static_assert(sizeof(FGEpicSubsystem_GetPlayerNickname) == 0x000010, "Wrong size on FGEpicSubsystem_GetPlayerNickname"); \ static_assert(offsetof(FGEpicSubsystem_GetPlayerNickname, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_GetPlayerNickname::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetResolvedConnectString \ static_assert(alignof(FGEpicSubsystem_GetResolvedConnectString) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetResolvedConnectString"); \ static_assert(sizeof(FGEpicSubsystem_GetResolvedConnectString) == 0x000018, "Wrong size on FGEpicSubsystem_GetResolvedConnectString"); \ static_assert(offsetof(FGEpicSubsystem_GetResolvedConnectString, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetResolvedConnectString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetResolvedConnectString, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_GetResolvedConnectString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetResolvedConnectStringForSession \ static_assert(alignof(FGEpicSubsystem_GetResolvedConnectStringForSession) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetResolvedConnectStringForSession"); \ static_assert(sizeof(FGEpicSubsystem_GetResolvedConnectStringForSession) == 0x000020, "Wrong size on FGEpicSubsystem_GetResolvedConnectStringForSession"); \ static_assert(offsetof(FGEpicSubsystem_GetResolvedConnectStringForSession, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetResolvedConnectStringForSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetResolvedConnectStringForSession, SessionName) == 0x000008, "Member 'FGEpicSubsystem_GetResolvedConnectStringForSession::SessionName' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetResolvedConnectStringForSession, ReturnValue) == 0x000010, "Member 'FGEpicSubsystem_GetResolvedConnectStringForSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetSessionSettingsBool \ static_assert(alignof(FGEpicSubsystem_GetSessionSettingsBool) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetSessionSettingsBool"); \ static_assert(sizeof(FGEpicSubsystem_GetSessionSettingsBool) == 0x000028, "Wrong size on FGEpicSubsystem_GetSessionSettingsBool"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsBool, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetSessionSettingsBool::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsBool, SearchResult) == 0x000008, "Member 'FGEpicSubsystem_GetSessionSettingsBool::SearchResult' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsBool, SettingsKey) == 0x000010, "Member 'FGEpicSubsystem_GetSessionSettingsBool::SettingsKey' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsBool, ReturnValue) == 0x000020, "Member 'FGEpicSubsystem_GetSessionSettingsBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_GetSessionSettingsString \ static_assert(alignof(FGEpicSubsystem_GetSessionSettingsString) == 0x000008, "Wrong alignment on FGEpicSubsystem_GetSessionSettingsString"); \ static_assert(sizeof(FGEpicSubsystem_GetSessionSettingsString) == 0x000030, "Wrong size on FGEpicSubsystem_GetSessionSettingsString"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsString, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_GetSessionSettingsString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsString, SearchResult) == 0x000008, "Member 'FGEpicSubsystem_GetSessionSettingsString::SearchResult' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsString, SettingsKey) == 0x000010, "Member 'FGEpicSubsystem_GetSessionSettingsString::SettingsKey' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_GetSessionSettingsString, ReturnValue) == 0x000020, "Member 'FGEpicSubsystem_GetSessionSettingsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_IngestStats \ static_assert(alignof(FGEpicSubsystem_IngestStats) == 0x000008, "Wrong alignment on FGEpicSubsystem_IngestStats"); \ static_assert(sizeof(FGEpicSubsystem_IngestStats) == 0x000028, "Wrong size on FGEpicSubsystem_IngestStats"); \ static_assert(offsetof(FGEpicSubsystem_IngestStats, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_IngestStats::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_IngestStats, StatsData) == 0x000008, "Member 'FGEpicSubsystem_IngestStats::StatsData' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_IngestStats, OnDone) == 0x000018, "Member 'FGEpicSubsystem_IngestStats::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_IsAuthorized \ static_assert(alignof(FGEpicSubsystem_IsAuthorized) == 0x000008, "Wrong alignment on FGEpicSubsystem_IsAuthorized"); \ static_assert(sizeof(FGEpicSubsystem_IsAuthorized) == 0x000010, "Wrong size on FGEpicSubsystem_IsAuthorized"); \ static_assert(offsetof(FGEpicSubsystem_IsAuthorized, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_IsAuthorized::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_IsAuthorized, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_IsAuthorized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_JoinSession \ static_assert(alignof(FGEpicSubsystem_JoinSession) == 0x000008, "Wrong alignment on FGEpicSubsystem_JoinSession"); \ static_assert(sizeof(FGEpicSubsystem_JoinSession) == 0x000020, "Wrong size on FGEpicSubsystem_JoinSession"); \ static_assert(offsetof(FGEpicSubsystem_JoinSession, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_JoinSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_JoinSession, SearchResult) == 0x000008, "Member 'FGEpicSubsystem_JoinSession::SearchResult' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_JoinSession, OnDone) == 0x000010, "Member 'FGEpicSubsystem_JoinSession::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_LinkToEpicGamesAccount \ static_assert(alignof(FGEpicSubsystem_LinkToEpicGamesAccount) == 0x000008, "Wrong alignment on FGEpicSubsystem_LinkToEpicGamesAccount"); \ static_assert(sizeof(FGEpicSubsystem_LinkToEpicGamesAccount) == 0x000010, "Wrong size on FGEpicSubsystem_LinkToEpicGamesAccount"); \ static_assert(offsetof(FGEpicSubsystem_LinkToEpicGamesAccount, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_LinkToEpicGamesAccount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_LinkToEpicGamesAccount, ReturnValue) == 0x000008, "Member 'FGEpicSubsystem_LinkToEpicGamesAccount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_OpenExpansionStorePage \ static_assert(alignof(FGEpicSubsystem_OpenExpansionStorePage) == 0x000008, "Wrong alignment on FGEpicSubsystem_OpenExpansionStorePage"); \ static_assert(sizeof(FGEpicSubsystem_OpenExpansionStorePage) == 0x000020, "Wrong size on FGEpicSubsystem_OpenExpansionStorePage"); \ static_assert(offsetof(FGEpicSubsystem_OpenExpansionStorePage, ExpansionInfo) == 0x000000, "Member 'FGEpicSubsystem_OpenExpansionStorePage::ExpansionInfo' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_OpenExpansionStorePage, ReturnValue) == 0x000018, "Member 'FGEpicSubsystem_OpenExpansionStorePage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_QueryStats \ static_assert(alignof(FGEpicSubsystem_QueryStats) == 0x000008, "Wrong alignment on FGEpicSubsystem_QueryStats"); \ static_assert(sizeof(FGEpicSubsystem_QueryStats) == 0x000028, "Wrong size on FGEpicSubsystem_QueryStats"); \ static_assert(offsetof(FGEpicSubsystem_QueryStats, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_QueryStats::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_QueryStats, StatNames) == 0x000008, "Member 'FGEpicSubsystem_QueryStats::StatNames' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_QueryStats, OnDone) == 0x000018, "Member 'FGEpicSubsystem_QueryStats::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_StartLogin \ static_assert(alignof(FGEpicSubsystem_StartLogin) == 0x000008, "Wrong alignment on FGEpicSubsystem_StartLogin"); \ static_assert(sizeof(FGEpicSubsystem_StartLogin) == 0x000020, "Wrong size on FGEpicSubsystem_StartLogin"); \ static_assert(offsetof(FGEpicSubsystem_StartLogin, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_StartLogin::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_StartLogin, LocalUserNum) == 0x000008, "Member 'FGEpicSubsystem_StartLogin::LocalUserNum' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_StartLogin, OnDone) == 0x00000C, "Member 'FGEpicSubsystem_StartLogin::OnDone' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_StartLogin, ReturnValue) == 0x00001C, "Member 'FGEpicSubsystem_StartLogin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_StartReadFriends \ static_assert(alignof(FGEpicSubsystem_StartReadFriends) == 0x000008, "Wrong alignment on FGEpicSubsystem_StartReadFriends"); \ static_assert(sizeof(FGEpicSubsystem_StartReadFriends) == 0x000018, "Wrong size on FGEpicSubsystem_StartReadFriends"); \ static_assert(offsetof(FGEpicSubsystem_StartReadFriends, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_StartReadFriends::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_StartReadFriends, OnDone) == 0x000008, "Member 'FGEpicSubsystem_StartReadFriends::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_SteamGetPlayerNickname \ static_assert(alignof(FGEpicSubsystem_SteamGetPlayerNickname) == 0x000008, "Wrong alignment on FGEpicSubsystem_SteamGetPlayerNickname"); \ static_assert(sizeof(FGEpicSubsystem_SteamGetPlayerNickname) == 0x000010, "Wrong size on FGEpicSubsystem_SteamGetPlayerNickname"); \ static_assert(offsetof(FGEpicSubsystem_SteamGetPlayerNickname, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_SteamGetPlayerNickname::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_SteamGetUserID \ static_assert(alignof(FGEpicSubsystem_SteamGetUserID) == 0x000008, "Wrong alignment on FGEpicSubsystem_SteamGetUserID"); \ static_assert(sizeof(FGEpicSubsystem_SteamGetUserID) == 0x000010, "Wrong size on FGEpicSubsystem_SteamGetUserID"); \ static_assert(offsetof(FGEpicSubsystem_SteamGetUserID, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_SteamGetUserID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_SteamIsAvailable \ static_assert(alignof(FGEpicSubsystem_SteamIsAvailable) == 0x000001, "Wrong alignment on FGEpicSubsystem_SteamIsAvailable"); \ static_assert(sizeof(FGEpicSubsystem_SteamIsAvailable) == 0x000001, "Wrong size on FGEpicSubsystem_SteamIsAvailable"); \ static_assert(offsetof(FGEpicSubsystem_SteamIsAvailable, ReturnValue) == 0x000000, "Member 'FGEpicSubsystem_SteamIsAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_TestRename \ static_assert(alignof(FGEpicSubsystem_TestRename) == 0x000008, "Wrong alignment on FGEpicSubsystem_TestRename"); \ static_assert(sizeof(FGEpicSubsystem_TestRename) == 0x000010, "Wrong size on FGEpicSubsystem_TestRename"); \ static_assert(offsetof(FGEpicSubsystem_TestRename, TextToRename) == 0x000000, "Member 'FGEpicSubsystem_TestRename::TextToRename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEpicSubsystem_UpdateSessionSettings \ static_assert(alignof(FGEpicSubsystem_UpdateSessionSettings) == 0x000008, "Wrong alignment on FGEpicSubsystem_UpdateSessionSettings"); \ static_assert(sizeof(FGEpicSubsystem_UpdateSessionSettings) == 0x000018, "Wrong size on FGEpicSubsystem_UpdateSessionSettings"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, WorldContextObject) == 0x000000, "Member 'FGEpicSubsystem_UpdateSessionSettings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, TotalPlatforms) == 0x000008, "Member 'FGEpicSubsystem_UpdateSessionSettings::TotalPlatforms' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, CurrentPlayers) == 0x00000C, "Member 'FGEpicSubsystem_UpdateSessionSettings::CurrentPlayers' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, MaximumPlayers) == 0x000010, "Member 'FGEpicSubsystem_UpdateSessionSettings::MaximumPlayers' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, bSessionOpened) == 0x000014, "Member 'FGEpicSubsystem_UpdateSessionSettings::bSessionOpened' has a wrong offset!"); \ static_assert(offsetof(FGEpicSubsystem_UpdateSessionSettings, bFriendsOnly) == 0x000015, "Member 'FGEpicSubsystem_UpdateSessionSettings::bFriendsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEpicSubsystem \ static_assert(alignof(UFGEpicSubsystem) == 0x000008, "Wrong alignment on UFGEpicSubsystem"); \ static_assert(sizeof(UFGEpicSubsystem) == 0x000098, "Wrong size on UFGEpicSubsystem"); \ static_assert(offsetof(UFGEpicSubsystem, SessionJoinedMapTravelRequired) == 0x000058, "Member 'UFGEpicSubsystem::SessionJoinedMapTravelRequired' has a wrong offset!"); \ static_assert(offsetof(UFGEpicSubsystem, CachedWorldContextObject) == 0x000078, "Member 'UFGEpicSubsystem::CachedWorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMA_RecyclerShard \ static_assert(alignof(UFGMA_RecyclerShard) == 0x000008, "Wrong alignment on UFGMA_RecyclerShard"); \ static_assert(sizeof(UFGMA_RecyclerShard) == 0x000050, "Wrong size on UFGMA_RecyclerShard"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_Fuel_ConsumeFuel \ static_assert(alignof(FGEquipmentSlot_Fuel_ConsumeFuel) == 0x000004, "Wrong alignment on FGEquipmentSlot_Fuel_ConsumeFuel"); \ static_assert(sizeof(FGEquipmentSlot_Fuel_ConsumeFuel) == 0x000004, "Wrong size on FGEquipmentSlot_Fuel_ConsumeFuel"); \ static_assert(offsetof(FGEquipmentSlot_Fuel_ConsumeFuel, Amount) == 0x000000, "Member 'FGEquipmentSlot_Fuel_ConsumeFuel::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentSlot_Fuel_GetFuel \ static_assert(alignof(FGEquipmentSlot_Fuel_GetFuel) == 0x000004, "Wrong alignment on FGEquipmentSlot_Fuel_GetFuel"); \ static_assert(sizeof(FGEquipmentSlot_Fuel_GetFuel) == 0x000004, "Wrong size on FGEquipmentSlot_Fuel_GetFuel"); \ static_assert(offsetof(FGEquipmentSlot_Fuel_GetFuel, ReturnValue) == 0x000000, "Member 'FGEquipmentSlot_Fuel_GetFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEquipmentSlot_Fuel \ static_assert(alignof(UFGEquipmentSlot_Fuel) == 0x000008, "Wrong alignment on UFGEquipmentSlot_Fuel"); \ static_assert(sizeof(UFGEquipmentSlot_Fuel) == 0x000058, "Wrong size on UFGEquipmentSlot_Fuel"); \ static_assert(offsetof(UFGEquipmentSlot_Fuel, FuelType) == 0x000050, "Member 'UFGEquipmentSlot_Fuel::FuelType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGExplosionBase_SetAOERadius \ static_assert(alignof(FGExplosionBase_SetAOERadius) == 0x000004, "Wrong alignment on FGExplosionBase_SetAOERadius"); \ static_assert(sizeof(FGExplosionBase_SetAOERadius) == 0x000004, "Wrong size on FGExplosionBase_SetAOERadius"); \ static_assert(offsetof(FGExplosionBase_SetAOERadius, Value) == 0x000000, "Member 'FGExplosionBase_SetAOERadius::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGExplosionBase_SetDamageScale \ static_assert(alignof(FGExplosionBase_SetDamageScale) == 0x000004, "Wrong alignment on FGExplosionBase_SetDamageScale"); \ static_assert(sizeof(FGExplosionBase_SetDamageScale) == 0x000004, "Wrong size on FGExplosionBase_SetDamageScale"); \ static_assert(offsetof(FGExplosionBase_SetDamageScale, Value) == 0x000000, "Member 'FGExplosionBase_SetDamageScale::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGExplosionBase_GetDamageScale \ static_assert(alignof(FGExplosionBase_GetDamageScale) == 0x000004, "Wrong alignment on FGExplosionBase_GetDamageScale"); \ static_assert(sizeof(FGExplosionBase_GetDamageScale) == 0x000004, "Wrong size on FGExplosionBase_GetDamageScale"); \ static_assert(offsetof(FGExplosionBase_GetDamageScale, ReturnValue) == 0x000000, "Member 'FGExplosionBase_GetDamageScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGExplosionBase \ static_assert(alignof(AFGExplosionBase) == 0x000008, "Wrong alignment on AFGExplosionBase"); \ static_assert(sizeof(AFGExplosionBase) == 0x000278, "Wrong size on AFGExplosionBase"); \ static_assert(offsetof(AFGExplosionBase, ExplosionFX) == 0x000220, "Member 'AFGExplosionBase::ExplosionFX' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, ExplosionSFX) == 0x000228, "Member 'AFGExplosionBase::ExplosionSFX' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, Damage) == 0x000230, "Member 'AFGExplosionBase::Damage' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, PenetrateDepth) == 0x000234, "Member 'AFGExplosionBase::PenetrateDepth' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, DamageModifier) == 0x000238, "Member 'AFGExplosionBase::DamageModifier' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, DamageType) == 0x000240, "Member 'AFGExplosionBase::DamageType' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, InnerRadius) == 0x000248, "Member 'AFGExplosionBase::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, InnerRadiusDamagePortion) == 0x00024C, "Member 'AFGExplosionBase::InnerRadiusDamagePortion' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, AOERadius) == 0x000250, "Member 'AFGExplosionBase::AOERadius' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, bIgnoreCover) == 0x000254, "Member 'AFGExplosionBase::bIgnoreCover' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, ArmorDamagePortion) == 0x000258, "Member 'AFGExplosionBase::ArmorDamagePortion' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, RadialImpulsePower) == 0x00025C, "Member 'AFGExplosionBase::RadialImpulsePower' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, bRadialImpulseEnabled) == 0x000260, "Member 'AFGExplosionBase::bRadialImpulseEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, bDebugEnabled) == 0x000261, "Member 'AFGExplosionBase::bDebugEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGExplosionBase, IgnoredActors) == 0x000268, "Member 'AFGExplosionBase::IgnoredActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGForgeArenaManager_OnPlayerTeleportedToArena \ static_assert(alignof(FGForgeArenaManager_OnPlayerTeleportedToArena) == 0x000008, "Wrong alignment on FGForgeArenaManager_OnPlayerTeleportedToArena"); \ static_assert(sizeof(FGForgeArenaManager_OnPlayerTeleportedToArena) == 0x000008, "Wrong size on FGForgeArenaManager_OnPlayerTeleportedToArena"); \ static_assert(offsetof(FGForgeArenaManager_OnPlayerTeleportedToArena, PlayerCharacter) == 0x000000, "Member 'FGForgeArenaManager_OnPlayerTeleportedToArena::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGForgeArenaManager \ static_assert(alignof(AFGForgeArenaManager) == 0x000008, "Wrong alignment on AFGForgeArenaManager"); \ static_assert(sizeof(AFGForgeArenaManager) == 0x000240, "Wrong size on AFGForgeArenaManager"); \ static_assert(offsetof(AFGForgeArenaManager, SpawnPointsTransforms) == 0x000220, "Member 'AFGForgeArenaManager::SpawnPointsTransforms' has a wrong offset!"); \ static_assert(offsetof(AFGForgeArenaManager, PlayerSpawnPoints) == 0x000230, "Member 'AFGForgeArenaManager::PlayerSpawnPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_AddNamedSlot \ static_assert(alignof(FGSlotInventoryComponent_AddNamedSlot) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_AddNamedSlot"); \ static_assert(sizeof(FGSlotInventoryComponent_AddNamedSlot) == 0x000010, "Wrong size on FGSlotInventoryComponent_AddNamedSlot"); \ static_assert(offsetof(FGSlotInventoryComponent_AddNamedSlot, SlotName) == 0x000000, "Member 'FGSlotInventoryComponent_AddNamedSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_AddNamedSlot, SlotClass) == 0x000008, "Member 'FGSlotInventoryComponent_AddNamedSlot::SlotClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_LoadFromSave \ static_assert(alignof(FGSlotInventoryComponent_LoadFromSave) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_LoadFromSave"); \ static_assert(sizeof(FGSlotInventoryComponent_LoadFromSave) == 0x000018, "Wrong size on FGSlotInventoryComponent_LoadFromSave"); \ static_assert(offsetof(FGSlotInventoryComponent_LoadFromSave, SaveData) == 0x000000, "Member 'FGSlotInventoryComponent_LoadFromSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_Save \ static_assert(alignof(FGSlotInventoryComponent_Save) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_Save"); \ static_assert(sizeof(FGSlotInventoryComponent_Save) == 0x000018, "Wrong size on FGSlotInventoryComponent_Save"); \ static_assert(offsetof(FGSlotInventoryComponent_Save, SaveData) == 0x000000, "Member 'FGSlotInventoryComponent_Save::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_ServerSetInSlot \ static_assert(alignof(FGSlotInventoryComponent_ServerSetInSlot) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_ServerSetInSlot"); \ static_assert(sizeof(FGSlotInventoryComponent_ServerSetInSlot) == 0x000010, "Wrong size on FGSlotInventoryComponent_ServerSetInSlot"); \ static_assert(offsetof(FGSlotInventoryComponent_ServerSetInSlot, Slot) == 0x000000, "Member 'FGSlotInventoryComponent_ServerSetInSlot::Slot' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_ServerSetInSlot, Placeholder) == 0x000008, "Member 'FGSlotInventoryComponent_ServerSetInSlot::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_ServerStackWith \ static_assert(alignof(FGSlotInventoryComponent_ServerStackWith) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_ServerStackWith"); \ static_assert(sizeof(FGSlotInventoryComponent_ServerStackWith) == 0x000010, "Wrong size on FGSlotInventoryComponent_ServerStackWith"); \ static_assert(offsetof(FGSlotInventoryComponent_ServerStackWith, Slot) == 0x000000, "Member 'FGSlotInventoryComponent_ServerStackWith::Slot' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_ServerStackWith, InPlaceholder) == 0x000008, "Member 'FGSlotInventoryComponent_ServerStackWith::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_SetInSlot \ static_assert(alignof(FGSlotInventoryComponent_SetInSlot) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_SetInSlot"); \ static_assert(sizeof(FGSlotInventoryComponent_SetInSlot) == 0x000010, "Wrong size on FGSlotInventoryComponent_SetInSlot"); \ static_assert(offsetof(FGSlotInventoryComponent_SetInSlot, Slot) == 0x000000, "Member 'FGSlotInventoryComponent_SetInSlot::Slot' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_SetInSlot, Placeholder) == 0x000008, "Member 'FGSlotInventoryComponent_SetInSlot::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_StackWith \ static_assert(alignof(FGSlotInventoryComponent_StackWith) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_StackWith"); \ static_assert(sizeof(FGSlotInventoryComponent_StackWith) == 0x000010, "Wrong size on FGSlotInventoryComponent_StackWith"); \ static_assert(offsetof(FGSlotInventoryComponent_StackWith, Slot) == 0x000000, "Member 'FGSlotInventoryComponent_StackWith::Slot' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_StackWith, InPlaceholder) == 0x000008, "Member 'FGSlotInventoryComponent_StackWith::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_GetSlotByName \ static_assert(alignof(FGSlotInventoryComponent_GetSlotByName) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_GetSlotByName"); \ static_assert(sizeof(FGSlotInventoryComponent_GetSlotByName) == 0x000010, "Wrong size on FGSlotInventoryComponent_GetSlotByName"); \ static_assert(offsetof(FGSlotInventoryComponent_GetSlotByName, Name_0) == 0x000000, "Member 'FGSlotInventoryComponent_GetSlotByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FGSlotInventoryComponent_GetSlotByName, ReturnValue) == 0x000008, "Member 'FGSlotInventoryComponent_GetSlotByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSlotInventoryComponent_GetSlots \ static_assert(alignof(FGSlotInventoryComponent_GetSlots) == 0x000008, "Wrong alignment on FGSlotInventoryComponent_GetSlots"); \ static_assert(sizeof(FGSlotInventoryComponent_GetSlots) == 0x000010, "Wrong size on FGSlotInventoryComponent_GetSlots"); \ static_assert(offsetof(FGSlotInventoryComponent_GetSlots, ReturnValue) == 0x000000, "Member 'FGSlotInventoryComponent_GetSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSlotInventoryComponent \ static_assert(alignof(UFGSlotInventoryComponent) == 0x000008, "Wrong alignment on UFGSlotInventoryComponent"); \ static_assert(sizeof(UFGSlotInventoryComponent) == 0x000120, "Wrong size on UFGSlotInventoryComponent"); \ static_assert(offsetof(UFGSlotInventoryComponent, SlotsPreset) == 0x0000F0, "Member 'UFGSlotInventoryComponent::SlotsPreset' has a wrong offset!"); \ static_assert(offsetof(UFGSlotInventoryComponent, SlotMap) == 0x000100, "Member 'UFGSlotInventoryComponent::SlotMap' has a wrong offset!"); \ static_assert(offsetof(UFGSlotInventoryComponent, Slots) == 0x000110, "Member 'UFGSlotInventoryComponent::Slots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGFuelInventoryComponent_ConsumeFuel \ static_assert(alignof(FGFuelInventoryComponent_ConsumeFuel) == 0x000004, "Wrong alignment on FGFuelInventoryComponent_ConsumeFuel"); \ static_assert(sizeof(FGFuelInventoryComponent_ConsumeFuel) == 0x00000C, "Wrong size on FGFuelInventoryComponent_ConsumeFuel"); \ static_assert(offsetof(FGFuelInventoryComponent_ConsumeFuel, FuelType) == 0x000000, "Member 'FGFuelInventoryComponent_ConsumeFuel::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGFuelInventoryComponent_ConsumeFuel, Amount) == 0x000004, "Member 'FGFuelInventoryComponent_ConsumeFuel::Amount' has a wrong offset!"); \ static_assert(offsetof(FGFuelInventoryComponent_ConsumeFuel, ReturnValue) == 0x000008, "Member 'FGFuelInventoryComponent_ConsumeFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGFuelInventoryComponent_GetFuel \ static_assert(alignof(FGFuelInventoryComponent_GetFuel) == 0x000004, "Wrong alignment on FGFuelInventoryComponent_GetFuel"); \ static_assert(sizeof(FGFuelInventoryComponent_GetFuel) == 0x000008, "Wrong size on FGFuelInventoryComponent_GetFuel"); \ static_assert(offsetof(FGFuelInventoryComponent_GetFuel, FuelType) == 0x000000, "Member 'FGFuelInventoryComponent_GetFuel::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGFuelInventoryComponent_GetFuel, ReturnValue) == 0x000004, "Member 'FGFuelInventoryComponent_GetFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGFuelInventoryComponent \ static_assert(alignof(UFGFuelInventoryComponent) == 0x000008, "Wrong alignment on UFGFuelInventoryComponent"); \ static_assert(sizeof(UFGFuelInventoryComponent) == 0x000140, "Wrong size on UFGFuelInventoryComponent"); \ static_assert(offsetof(UFGFuelInventoryComponent, FlameItemsFilter) == 0x000120, "Member 'UFGFuelInventoryComponent::FlameItemsFilter' has a wrong offset!"); \ static_assert(offsetof(UFGFuelInventoryComponent, CoolantItemsFilter) == 0x000130, "Member 'UFGFuelInventoryComponent::CoolantItemsFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_CopyEpicSaveToSteam \ static_assert(alignof(FGGameInstance_CopyEpicSaveToSteam) == 0x000001, "Wrong alignment on FGGameInstance_CopyEpicSaveToSteam"); \ static_assert(sizeof(FGGameInstance_CopyEpicSaveToSteam) == 0x000001, "Wrong size on FGGameInstance_CopyEpicSaveToSteam"); \ static_assert(offsetof(FGGameInstance_CopyEpicSaveToSteam, ReturnValue) == 0x000000, "Member 'FGGameInstance_CopyEpicSaveToSteam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_FindSlotSaveInfo \ static_assert(alignof(FGGameInstance_FindSlotSaveInfo) == 0x000008, "Wrong alignment on FGGameInstance_FindSlotSaveInfo"); \ static_assert(sizeof(FGGameInstance_FindSlotSaveInfo) == 0x000078, "Wrong size on FGGameInstance_FindSlotSaveInfo"); \ static_assert(offsetof(FGGameInstance_FindSlotSaveInfo, SlotSaveName) == 0x000000, "Member 'FGGameInstance_FindSlotSaveInfo::SlotSaveName' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_FindSlotSaveInfo, SaveInfo) == 0x000010, "Member 'FGGameInstance_FindSlotSaveInfo::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_FindSlotSaveInfo, SavePrefix) == 0x000060, "Member 'FGGameInstance_FindSlotSaveInfo::SavePrefix' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_FindSlotSaveInfo, ReturnValue) == 0x000070, "Member 'FGGameInstance_FindSlotSaveInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetAimGamepadSensitivityMultiplier \ static_assert(alignof(FGGameInstance_GetAimGamepadSensitivityMultiplier) == 0x000004, "Wrong alignment on FGGameInstance_GetAimGamepadSensitivityMultiplier"); \ static_assert(sizeof(FGGameInstance_GetAimGamepadSensitivityMultiplier) == 0x000004, "Wrong size on FGGameInstance_GetAimGamepadSensitivityMultiplier"); \ static_assert(offsetof(FGGameInstance_GetAimGamepadSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetAimGamepadSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetAimMouseSensitivityMultiplier \ static_assert(alignof(FGGameInstance_GetAimMouseSensitivityMultiplier) == 0x000004, "Wrong alignment on FGGameInstance_GetAimMouseSensitivityMultiplier"); \ static_assert(sizeof(FGGameInstance_GetAimMouseSensitivityMultiplier) == 0x000004, "Wrong size on FGGameInstance_GetAimMouseSensitivityMultiplier"); \ static_assert(offsetof(FGGameInstance_GetAimMouseSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetAimMouseSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDLSSMode \ static_assert(alignof(FGGameInstance_GetDLSSMode) == 0x000004, "Wrong alignment on FGGameInstance_GetDLSSMode"); \ static_assert(sizeof(FGGameInstance_GetDLSSMode) == 0x000004, "Wrong size on FGGameInstance_GetDLSSMode"); \ static_assert(offsetof(FGGameInstance_GetDLSSMode, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDLSSMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDOFLevel \ static_assert(alignof(FGGameInstance_GetDOFLevel) == 0x000004, "Wrong alignment on FGGameInstance_GetDOFLevel"); \ static_assert(sizeof(FGGameInstance_GetDOFLevel) == 0x000004, "Wrong size on FGGameInstance_GetDOFLevel"); \ static_assert(offsetof(FGGameInstance_GetDOFLevel, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDOFLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetEnableMapTheme \ static_assert(alignof(FGGameInstance_GetEnableMapTheme) == 0x000001, "Wrong alignment on FGGameInstance_GetEnableMapTheme"); \ static_assert(sizeof(FGGameInstance_GetEnableMapTheme) == 0x000001, "Wrong size on FGGameInstance_GetEnableMapTheme"); \ static_assert(offsetof(FGGameInstance_GetEnableMapTheme, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetEnableMapTheme::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetEpicLastSaveProfile \ static_assert(alignof(FGGameInstance_GetEpicLastSaveProfile) == 0x000008, "Wrong alignment on FGGameInstance_GetEpicLastSaveProfile"); \ static_assert(sizeof(FGGameInstance_GetEpicLastSaveProfile) == 0x000018, "Wrong size on FGGameInstance_GetEpicLastSaveProfile"); \ static_assert(offsetof(FGGameInstance_GetEpicLastSaveProfile, ProfileName) == 0x000000, "Member 'FGGameInstance_GetEpicLastSaveProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_GetEpicLastSaveProfile, ReturnValue) == 0x000010, "Member 'FGGameInstance_GetEpicLastSaveProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetGamepadSensitivityX \ static_assert(alignof(FGGameInstance_GetGamepadSensitivityX) == 0x000004, "Wrong alignment on FGGameInstance_GetGamepadSensitivityX"); \ static_assert(sizeof(FGGameInstance_GetGamepadSensitivityX) == 0x000004, "Wrong size on FGGameInstance_GetGamepadSensitivityX"); \ static_assert(offsetof(FGGameInstance_GetGamepadSensitivityX, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetGamepadSensitivityX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetGamepadSensitivityY \ static_assert(alignof(FGGameInstance_GetGamepadSensitivityY) == 0x000004, "Wrong alignment on FGGameInstance_GetGamepadSensitivityY"); \ static_assert(sizeof(FGGameInstance_GetGamepadSensitivityY) == 0x000004, "Wrong size on FGGameInstance_GetGamepadSensitivityY"); \ static_assert(offsetof(FGGameInstance_GetGamepadSensitivityY, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetGamepadSensitivityY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetIsAzerty \ static_assert(alignof(FGGameInstance_GetIsAzerty) == 0x000001, "Wrong alignment on FGGameInstance_GetIsAzerty"); \ static_assert(sizeof(FGGameInstance_GetIsAzerty) == 0x000001, "Wrong size on FGGameInstance_GetIsAzerty"); \ static_assert(offsetof(FGGameInstance_GetIsAzerty, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetIsAzerty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetIsCrossplayEnabled \ static_assert(alignof(FGGameInstance_GetIsCrossplayEnabled) == 0x000001, "Wrong alignment on FGGameInstance_GetIsCrossplayEnabled"); \ static_assert(sizeof(FGGameInstance_GetIsCrossplayEnabled) == 0x000001, "Wrong size on FGGameInstance_GetIsCrossplayEnabled"); \ static_assert(offsetof(FGGameInstance_GetIsCrossplayEnabled, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetIsCrossplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetIsLanguageInitialized \ static_assert(alignof(FGGameInstance_GetIsLanguageInitialized) == 0x000001, "Wrong alignment on FGGameInstance_GetIsLanguageInitialized"); \ static_assert(sizeof(FGGameInstance_GetIsLanguageInitialized) == 0x000001, "Wrong size on FGGameInstance_GetIsLanguageInitialized"); \ static_assert(offsetof(FGGameInstance_GetIsLanguageInitialized, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetIsLanguageInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetLastSave \ static_assert(alignof(FGGameInstance_GetLastSave) == 0x000008, "Wrong alignment on FGGameInstance_GetLastSave"); \ static_assert(sizeof(FGGameInstance_GetLastSave) == 0x000050, "Wrong size on FGGameInstance_GetLastSave"); \ static_assert(offsetof(FGGameInstance_GetLastSave, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetLastSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetMouseSensitivity \ static_assert(alignof(FGGameInstance_GetMouseSensitivity) == 0x000004, "Wrong alignment on FGGameInstance_GetMouseSensitivity"); \ static_assert(sizeof(FGGameInstance_GetMouseSensitivity) == 0x000004, "Wrong size on FGGameInstance_GetMouseSensitivity"); \ static_assert(offsetof(FGGameInstance_GetMouseSensitivity, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetMouseSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetRHIType \ static_assert(alignof(FGGameInstance_GetRHIType) == 0x000001, "Wrong alignment on FGGameInstance_GetRHIType"); \ static_assert(sizeof(FGGameInstance_GetRHIType) == 0x000001, "Wrong size on FGGameInstance_GetRHIType"); \ static_assert(offsetof(FGGameInstance_GetRHIType, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetRHIType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetSaveNameToLoad \ static_assert(alignof(FGGameInstance_GetSaveNameToLoad) == 0x000008, "Wrong alignment on FGGameInstance_GetSaveNameToLoad"); \ static_assert(sizeof(FGGameInstance_GetSaveNameToLoad) == 0x000010, "Wrong size on FGGameInstance_GetSaveNameToLoad"); \ static_assert(offsetof(FGGameInstance_GetSaveNameToLoad, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetSaveNameToLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetSavesList \ static_assert(alignof(FGGameInstance_GetSavesList) == 0x000008, "Wrong alignment on FGGameInstance_GetSavesList"); \ static_assert(sizeof(FGGameInstance_GetSavesList) == 0x000020, "Wrong size on FGGameInstance_GetSavesList"); \ static_assert(offsetof(FGGameInstance_GetSavesList, SavePrefix) == 0x000000, "Member 'FGGameInstance_GetSavesList::SavePrefix' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_GetSavesList, ReturnValue) == 0x000010, "Member 'FGGameInstance_GetSavesList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetShouldSkipEquipAnimations \ static_assert(alignof(FGGameInstance_GetShouldSkipEquipAnimations) == 0x000001, "Wrong alignment on FGGameInstance_GetShouldSkipEquipAnimations"); \ static_assert(sizeof(FGGameInstance_GetShouldSkipEquipAnimations) == 0x000001, "Wrong size on FGGameInstance_GetShouldSkipEquipAnimations"); \ static_assert(offsetof(FGGameInstance_GetShouldSkipEquipAnimations, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetShouldSkipEquipAnimations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_IsDemo \ static_assert(alignof(FGGameInstance_IsDemo) == 0x000001, "Wrong alignment on FGGameInstance_IsDemo"); \ static_assert(sizeof(FGGameInstance_IsDemo) == 0x000001, "Wrong size on FGGameInstance_IsDemo"); \ static_assert(offsetof(FGGameInstance_IsDemo, ReturnValue) == 0x000000, "Member 'FGGameInstance_IsDemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetAimGamepadSensitivityMultiplier \ static_assert(alignof(FGGameInstance_SetAimGamepadSensitivityMultiplier) == 0x000004, "Wrong alignment on FGGameInstance_SetAimGamepadSensitivityMultiplier"); \ static_assert(sizeof(FGGameInstance_SetAimGamepadSensitivityMultiplier) == 0x000004, "Wrong size on FGGameInstance_SetAimGamepadSensitivityMultiplier"); \ static_assert(offsetof(FGGameInstance_SetAimGamepadSensitivityMultiplier, NewValue) == 0x000000, "Member 'FGGameInstance_SetAimGamepadSensitivityMultiplier::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetAimMode \ static_assert(alignof(FGGameInstance_SetAimMode) == 0x000001, "Wrong alignment on FGGameInstance_SetAimMode"); \ static_assert(sizeof(FGGameInstance_SetAimMode) == 0x000001, "Wrong size on FGGameInstance_SetAimMode"); \ static_assert(offsetof(FGGameInstance_SetAimMode, bToggled) == 0x000000, "Member 'FGGameInstance_SetAimMode::bToggled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetAimMouseSensitivityMultiplier \ static_assert(alignof(FGGameInstance_SetAimMouseSensitivityMultiplier) == 0x000004, "Wrong alignment on FGGameInstance_SetAimMouseSensitivityMultiplier"); \ static_assert(sizeof(FGGameInstance_SetAimMouseSensitivityMultiplier) == 0x000004, "Wrong size on FGGameInstance_SetAimMouseSensitivityMultiplier"); \ static_assert(offsetof(FGGameInstance_SetAimMouseSensitivityMultiplier, NewValue) == 0x000000, "Member 'FGGameInstance_SetAimMouseSensitivityMultiplier::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetDisableCameraBobbing \ static_assert(alignof(FGGameInstance_SetDisableCameraBobbing) == 0x000001, "Wrong alignment on FGGameInstance_SetDisableCameraBobbing"); \ static_assert(sizeof(FGGameInstance_SetDisableCameraBobbing) == 0x000001, "Wrong size on FGGameInstance_SetDisableCameraBobbing"); \ static_assert(offsetof(FGGameInstance_SetDisableCameraBobbing, bNewValue) == 0x000000, "Member 'FGGameInstance_SetDisableCameraBobbing::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetDisableCameraShakes \ static_assert(alignof(FGGameInstance_SetDisableCameraShakes) == 0x000001, "Wrong alignment on FGGameInstance_SetDisableCameraShakes"); \ static_assert(sizeof(FGGameInstance_SetDisableCameraShakes) == 0x000001, "Wrong size on FGGameInstance_SetDisableCameraShakes"); \ static_assert(offsetof(FGGameInstance_SetDisableCameraShakes, bNewValue) == 0x000000, "Member 'FGGameInstance_SetDisableCameraShakes::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetDisableTutorial \ static_assert(alignof(FGGameInstance_SetDisableTutorial) == 0x000001, "Wrong alignment on FGGameInstance_SetDisableTutorial"); \ static_assert(sizeof(FGGameInstance_SetDisableTutorial) == 0x000001, "Wrong size on FGGameInstance_SetDisableTutorial"); \ static_assert(offsetof(FGGameInstance_SetDisableTutorial, bNewValue) == 0x000000, "Member 'FGGameInstance_SetDisableTutorial::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetDLSSMode \ static_assert(alignof(FGGameInstance_SetDLSSMode) == 0x000004, "Wrong alignment on FGGameInstance_SetDLSSMode"); \ static_assert(sizeof(FGGameInstance_SetDLSSMode) == 0x000004, "Wrong size on FGGameInstance_SetDLSSMode"); \ static_assert(offsetof(FGGameInstance_SetDLSSMode, NewDLSSMode) == 0x000000, "Member 'FGGameInstance_SetDLSSMode::NewDLSSMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetDOFLevel \ static_assert(alignof(FGGameInstance_SetDOFLevel) == 0x000004, "Wrong alignment on FGGameInstance_SetDOFLevel"); \ static_assert(sizeof(FGGameInstance_SetDOFLevel) == 0x000004, "Wrong size on FGGameInstance_SetDOFLevel"); \ static_assert(offsetof(FGGameInstance_SetDOFLevel, NewValue) == 0x000000, "Member 'FGGameInstance_SetDOFLevel::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetEnableMapTheme \ static_assert(alignof(FGGameInstance_SetEnableMapTheme) == 0x000001, "Wrong alignment on FGGameInstance_SetEnableMapTheme"); \ static_assert(sizeof(FGGameInstance_SetEnableMapTheme) == 0x000001, "Wrong size on FGGameInstance_SetEnableMapTheme"); \ static_assert(offsetof(FGGameInstance_SetEnableMapTheme, NewValue) == 0x000000, "Member 'FGGameInstance_SetEnableMapTheme::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetFOV \ static_assert(alignof(FGGameInstance_SetFOV) == 0x000004, "Wrong alignment on FGGameInstance_SetFOV"); \ static_assert(sizeof(FGGameInstance_SetFOV) == 0x000004, "Wrong size on FGGameInstance_SetFOV"); \ static_assert(offsetof(FGGameInstance_SetFOV, InFOV) == 0x000000, "Member 'FGGameInstance_SetFOV::InFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetGamepadSensitivityX \ static_assert(alignof(FGGameInstance_SetGamepadSensitivityX) == 0x000004, "Wrong alignment on FGGameInstance_SetGamepadSensitivityX"); \ static_assert(sizeof(FGGameInstance_SetGamepadSensitivityX) == 0x000004, "Wrong size on FGGameInstance_SetGamepadSensitivityX"); \ static_assert(offsetof(FGGameInstance_SetGamepadSensitivityX, NewValue) == 0x000000, "Member 'FGGameInstance_SetGamepadSensitivityX::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetGamepadSensitivityY \ static_assert(alignof(FGGameInstance_SetGamepadSensitivityY) == 0x000004, "Wrong alignment on FGGameInstance_SetGamepadSensitivityY"); \ static_assert(sizeof(FGGameInstance_SetGamepadSensitivityY) == 0x000004, "Wrong size on FGGameInstance_SetGamepadSensitivityY"); \ static_assert(offsetof(FGGameInstance_SetGamepadSensitivityY, NewValue) == 0x000000, "Member 'FGGameInstance_SetGamepadSensitivityY::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetGamma \ static_assert(alignof(FGGameInstance_SetGamma) == 0x000004, "Wrong alignment on FGGameInstance_SetGamma"); \ static_assert(sizeof(FGGameInstance_SetGamma) == 0x000004, "Wrong size on FGGameInstance_SetGamma"); \ static_assert(offsetof(FGGameInstance_SetGamma, InGamma) == 0x000000, "Member 'FGGameInstance_SetGamma::InGamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetIsAzerty \ static_assert(alignof(FGGameInstance_SetIsAzerty) == 0x000001, "Wrong alignment on FGGameInstance_SetIsAzerty"); \ static_assert(sizeof(FGGameInstance_SetIsAzerty) == 0x000001, "Wrong size on FGGameInstance_SetIsAzerty"); \ static_assert(offsetof(FGGameInstance_SetIsAzerty, bNewValue) == 0x000000, "Member 'FGGameInstance_SetIsAzerty::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetIsCrossplayEnabled \ static_assert(alignof(FGGameInstance_SetIsCrossplayEnabled) == 0x000001, "Wrong alignment on FGGameInstance_SetIsCrossplayEnabled"); \ static_assert(sizeof(FGGameInstance_SetIsCrossplayEnabled) == 0x000001, "Wrong size on FGGameInstance_SetIsCrossplayEnabled"); \ static_assert(offsetof(FGGameInstance_SetIsCrossplayEnabled, bNewValue) == 0x000000, "Member 'FGGameInstance_SetIsCrossplayEnabled::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetIsLanguageInitialized \ static_assert(alignof(FGGameInstance_SetIsLanguageInitialized) == 0x000001, "Wrong alignment on FGGameInstance_SetIsLanguageInitialized"); \ static_assert(sizeof(FGGameInstance_SetIsLanguageInitialized) == 0x000001, "Wrong size on FGGameInstance_SetIsLanguageInitialized"); \ static_assert(offsetof(FGGameInstance_SetIsLanguageInitialized, bNewValue) == 0x000000, "Member 'FGGameInstance_SetIsLanguageInitialized::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetJournalFOV \ static_assert(alignof(FGGameInstance_SetJournalFOV) == 0x000004, "Wrong alignment on FGGameInstance_SetJournalFOV"); \ static_assert(sizeof(FGGameInstance_SetJournalFOV) == 0x000008, "Wrong size on FGGameInstance_SetJournalFOV"); \ static_assert(offsetof(FGGameInstance_SetJournalFOV, bEnabled) == 0x000000, "Member 'FGGameInstance_SetJournalFOV::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FGGameInstance_SetJournalFOV, InFOV) == 0x000004, "Member 'FGGameInstance_SetJournalFOV::InFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetMotionBlur \ static_assert(alignof(FGGameInstance_SetMotionBlur) == 0x000001, "Wrong alignment on FGGameInstance_SetMotionBlur"); \ static_assert(sizeof(FGGameInstance_SetMotionBlur) == 0x000001, "Wrong size on FGGameInstance_SetMotionBlur"); \ static_assert(offsetof(FGGameInstance_SetMotionBlur, InMotionBlur) == 0x000000, "Member 'FGGameInstance_SetMotionBlur::InMotionBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetMouseSensitivity \ static_assert(alignof(FGGameInstance_SetMouseSensitivity) == 0x000004, "Wrong alignment on FGGameInstance_SetMouseSensitivity"); \ static_assert(sizeof(FGGameInstance_SetMouseSensitivity) == 0x000004, "Wrong size on FGGameInstance_SetMouseSensitivity"); \ static_assert(offsetof(FGGameInstance_SetMouseSensitivity, NewValue) == 0x000000, "Member 'FGGameInstance_SetMouseSensitivity::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetRHIType \ static_assert(alignof(FGGameInstance_SetRHIType) == 0x000001, "Wrong alignment on FGGameInstance_SetRHIType"); \ static_assert(sizeof(FGGameInstance_SetRHIType) == 0x000001, "Wrong size on FGGameInstance_SetRHIType"); \ static_assert(offsetof(FGGameInstance_SetRHIType, RHIType) == 0x000000, "Member 'FGGameInstance_SetRHIType::RHIType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetSaveNameToLoad \ static_assert(alignof(FGGameInstance_SetSaveNameToLoad) == 0x000008, "Wrong alignment on FGGameInstance_SetSaveNameToLoad"); \ static_assert(sizeof(FGGameInstance_SetSaveNameToLoad) == 0x000010, "Wrong size on FGGameInstance_SetSaveNameToLoad"); \ static_assert(offsetof(FGGameInstance_SetSaveNameToLoad, NewValue) == 0x000000, "Member 'FGGameInstance_SetSaveNameToLoad::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_SetShouldSkipEquipAnimations \ static_assert(alignof(FGGameInstance_SetShouldSkipEquipAnimations) == 0x000001, "Wrong alignment on FGGameInstance_SetShouldSkipEquipAnimations"); \ static_assert(sizeof(FGGameInstance_SetShouldSkipEquipAnimations) == 0x000001, "Wrong size on FGGameInstance_SetShouldSkipEquipAnimations"); \ static_assert(offsetof(FGGameInstance_SetShouldSkipEquipAnimations, NewValue) == 0x000000, "Member 'FGGameInstance_SetShouldSkipEquipAnimations::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDefaultFOV \ static_assert(alignof(FGGameInstance_GetDefaultFOV) == 0x000004, "Wrong alignment on FGGameInstance_GetDefaultFOV"); \ static_assert(sizeof(FGGameInstance_GetDefaultFOV) == 0x000004, "Wrong size on FGGameInstance_GetDefaultFOV"); \ static_assert(offsetof(FGGameInstance_GetDefaultFOV, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDefaultFOV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDefaultGamma \ static_assert(alignof(FGGameInstance_GetDefaultGamma) == 0x000004, "Wrong alignment on FGGameInstance_GetDefaultGamma"); \ static_assert(sizeof(FGGameInstance_GetDefaultGamma) == 0x000004, "Wrong size on FGGameInstance_GetDefaultGamma"); \ static_assert(offsetof(FGGameInstance_GetDefaultGamma, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDefaultGamma::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDefaultMotionBlur \ static_assert(alignof(FGGameInstance_GetDefaultMotionBlur) == 0x000001, "Wrong alignment on FGGameInstance_GetDefaultMotionBlur"); \ static_assert(sizeof(FGGameInstance_GetDefaultMotionBlur) == 0x000001, "Wrong size on FGGameInstance_GetDefaultMotionBlur"); \ static_assert(offsetof(FGGameInstance_GetDefaultMotionBlur, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDefaultMotionBlur::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDisableCameraBobbing \ static_assert(alignof(FGGameInstance_GetDisableCameraBobbing) == 0x000001, "Wrong alignment on FGGameInstance_GetDisableCameraBobbing"); \ static_assert(sizeof(FGGameInstance_GetDisableCameraBobbing) == 0x000001, "Wrong size on FGGameInstance_GetDisableCameraBobbing"); \ static_assert(offsetof(FGGameInstance_GetDisableCameraBobbing, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDisableCameraBobbing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetDisableCameraShakes \ static_assert(alignof(FGGameInstance_GetDisableCameraShakes) == 0x000001, "Wrong alignment on FGGameInstance_GetDisableCameraShakes"); \ static_assert(sizeof(FGGameInstance_GetDisableCameraShakes) == 0x000001, "Wrong size on FGGameInstance_GetDisableCameraShakes"); \ static_assert(offsetof(FGGameInstance_GetDisableCameraShakes, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetDisableCameraShakes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGameInstance_GetTrainVelocity \ static_assert(alignof(FGGameInstance_GetTrainVelocity) == 0x000004, "Wrong alignment on FGGameInstance_GetTrainVelocity"); \ static_assert(sizeof(FGGameInstance_GetTrainVelocity) == 0x00000C, "Wrong size on FGGameInstance_GetTrainVelocity"); \ static_assert(offsetof(FGGameInstance_GetTrainVelocity, ReturnValue) == 0x000000, "Member 'FGGameInstance_GetTrainVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGameInstance \ static_assert(alignof(UFGGameInstance) == 0x000008, "Wrong alignment on UFGGameInstance"); \ static_assert(sizeof(UFGGameInstance) == 0x000460, "Wrong size on UFGGameInstance"); \ static_assert(offsetof(UFGGameInstance, bMouseSensitivityValidated) == 0x0001B0, "Member 'UFGGameInstance::bMouseSensitivityValidated' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bWantsRunToggle) == 0x0001B1, "Member 'UFGGameInstance::bWantsRunToggle' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bWantsToggleAim) == 0x0001B2, "Member 'UFGGameInstance::bWantsToggleAim' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bDisableTutorial) == 0x0001B3, "Member 'UFGGameInstance::bDisableTutorial' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MasterAudioVolume) == 0x0001B4, "Member 'UFGGameInstance::MasterAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MusicAudioVolume) == 0x0001B8, "Member 'UFGGameInstance::MusicAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, SoundsAudioVolume) == 0x0001BC, "Member 'UFGGameInstance::SoundsAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, VoiceAudioVolume) == 0x0001C0, "Member 'UFGGameInstance::VoiceAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, RofleemoAudioVolume) == 0x0001C4, "Member 'UFGGameInstance::RofleemoAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MusicToolsAudioVolume) == 0x0001C8, "Member 'UFGGameInstance::MusicToolsAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, RofleemoMusicAudioVolume) == 0x0001CC, "Member 'UFGGameInstance::RofleemoMusicAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bSoloMode) == 0x0001D0, "Member 'UFGGameInstance::bSoloMode' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, AimAssistMode) == 0x0001D1, "Member 'UFGGameInstance::AimAssistMode' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bAimAssistOnlyWhenTargeting) == 0x0001D2, "Member 'UFGGameInstance::bAimAssistOnlyWhenTargeting' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bDebugAimAssistEnable) == 0x0001D3, "Member 'UFGGameInstance::bDebugAimAssistEnable' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, FOV) == 0x0001D4, "Member 'UFGGameInstance::FOV' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, Gamma) == 0x0001D8, "Member 'UFGGameInstance::Gamma' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MotionBlur) == 0x0001DC, "Member 'UFGGameInstance::MotionBlur' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bDontShowFindGameNotify) == 0x0001DD, "Member 'UFGGameInstance::bDontShowFindGameNotify' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bCrouchToggle) == 0x0001DE, "Member 'UFGGameInstance::bCrouchToggle' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, DLSSMode) == 0x0001E0, "Member 'UFGGameInstance::DLSSMode' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bAddFiringOffsetFOV) == 0x0001E4, "Member 'UFGGameInstance::bAddFiringOffsetFOV' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bUseRollMouseToSelectWeapon) == 0x0001E5, "Member 'UFGGameInstance::bUseRollMouseToSelectWeapon' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bEnableCameraBobbing) == 0x0001E6, "Member 'UFGGameInstance::bEnableCameraBobbing' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bDisableCameraShakes) == 0x0001E7, "Member 'UFGGameInstance::bDisableCameraShakes' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bSharkMutagensEnabled) == 0x0001E8, "Member 'UFGGameInstance::bSharkMutagensEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, VoidSettings) == 0x0001F0, "Member 'UFGGameInstance::VoidSettings' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MapManager) == 0x0001F8, "Member 'UFGGameInstance::MapManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, LootManager) == 0x000200, "Member 'UFGGameInstance::LootManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, StreamingManager) == 0x000208, "Member 'UFGGameInstance::StreamingManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, IslandGenerationManager) == 0x000210, "Member 'UFGGameInstance::IslandGenerationManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, PuzzleIslandGenerator) == 0x000218, "Member 'UFGGameInstance::PuzzleIslandGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ArenaIslandGenerator) == 0x000220, "Member 'UFGGameInstance::ArenaIslandGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ArenaManager) == 0x000228, "Member 'UFGGameInstance::ArenaManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, RofleemoManager) == 0x000230, "Member 'UFGGameInstance::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, TaskManager) == 0x000238, "Member 'UFGGameInstance::TaskManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, WeaponGenerator) == 0x000240, "Member 'UFGGameInstance::WeaponGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, RevolverWeaponGenerator) == 0x000248, "Member 'UFGGameInstance::RevolverWeaponGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, UpdatedRevolverWeaponGenerator) == 0x000250, "Member 'UFGGameInstance::UpdatedRevolverWeaponGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, SublevelID) == 0x000258, "Member 'UFGGameInstance::SublevelID' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, PlayerTrain) == 0x000260, "Member 'UFGGameInstance::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, WorldStateManager) == 0x000268, "Member 'UFGGameInstance::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, VoidTechManager) == 0x000270, "Member 'UFGGameInstance::VoidTechManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, CraftManager) == 0x000278, "Member 'UFGGameInstance::CraftManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, PathSwitcher) == 0x000280, "Member 'UFGGameInstance::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, BiomePresetManager) == 0x000288, "Member 'UFGGameInstance::BiomePresetManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, WorldProgressionManager) == 0x000290, "Member 'UFGGameInstance::WorldProgressionManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, DepotGenerator) == 0x000298, "Member 'UFGGameInstance::DepotGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, NavGridSuperManager) == 0x0002A0, "Member 'UFGGameInstance::NavGridSuperManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, AIDirectorManager) == 0x0002A8, "Member 'UFGGameInstance::AIDirectorManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, IconCaptureManager) == 0x0002B0, "Member 'UFGGameInstance::IconCaptureManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, CutSceneManager) == 0x0002B8, "Member 'UFGGameInstance::CutSceneManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestManager) == 0x0002C0, "Member 'UFGGameInstance::QuestManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ResourceManager) == 0x0002C8, "Member 'UFGGameInstance::ResourceManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ChaseGenerator) == 0x0002D0, "Member 'UFGGameInstance::ChaseGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ChaseManager) == 0x0002D8, "Member 'UFGGameInstance::ChaseManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, RightsManager) == 0x0002E0, "Member 'UFGGameInstance::RightsManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, VendingMachineGenerator) == 0x0002E8, "Member 'UFGGameInstance::VendingMachineGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ActorPoolManager) == 0x0002F0, "Member 'UFGGameInstance::ActorPoolManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestGraphManager) == 0x0002F8, "Member 'UFGGameInstance::QuestGraphManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestMarkManager) == 0x000300, "Member 'UFGGameInstance::QuestMarkManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestInventory) == 0x000308, "Member 'UFGGameInstance::QuestInventory' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestSpawner) == 0x000310, "Member 'UFGGameInstance::QuestSpawner' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, QuestNotesManager) == 0x000318, "Member 'UFGGameInstance::QuestNotesManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ContentCustomizationManager) == 0x000320, "Member 'UFGGameInstance::ContentCustomizationManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, DynamicCollisionManager) == 0x000328, "Member 'UFGGameInstance::DynamicCollisionManager' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MiniGameController) == 0x000330, "Member 'UFGGameInstance::MiniGameController' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, OutpostGenerator) == 0x000338, "Member 'UFGGameInstance::OutpostGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, CorruptionGenerator) == 0x000340, "Member 'UFGGameInstance::CorruptionGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, SaveNameToLoad) == 0x000348, "Member 'UFGGameInstance::SaveNameToLoad' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bSavesCopied) == 0x000358, "Member 'UFGGameInstance::bSavesCopied' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ItemBlueprintsPath) == 0x000360, "Member 'UFGGameInstance::ItemBlueprintsPath' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ItemClassesRegistry) == 0x000370, "Member 'UFGGameInstance::ItemClassesRegistry' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, OnCultureChanged) == 0x0003C0, "Member 'UFGGameInstance::OnCultureChanged' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, OnConfigChanged) == 0x0003D0, "Member 'UFGGameInstance::OnConfigChanged' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, JournalFOV) == 0x0003E0, "Member 'UFGGameInstance::JournalFOV' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bJournalFOVEnabled) == 0x0003E4, "Member 'UFGGameInstance::bJournalFOVEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bDisableBuildCollision) == 0x0003E5, "Member 'UFGGameInstance::bDisableBuildCollision' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, LoadingScreenWidgetClass) == 0x0003E8, "Member 'UFGGameInstance::LoadingScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, LoadingClass) == 0x0003F0, "Member 'UFGGameInstance::LoadingClass' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bShowLoadingScreens) == 0x0003F8, "Member 'UFGGameInstance::bShowLoadingScreens' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bSkipIntroCutscene) == 0x0003F9, "Member 'UFGGameInstance::bSkipIntroCutscene' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bIsAzerty) == 0x0003FA, "Member 'UFGGameInstance::bIsAzerty' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bIsLanguageInitialized) == 0x0003FB, "Member 'UFGGameInstance::bIsLanguageInitialized' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bIsCrossplayEnabled) == 0x0003FC, "Member 'UFGGameInstance::bIsCrossplayEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, AutotestSaveLoaded) == 0x0003FD, "Member 'UFGGameInstance::AutotestSaveLoaded' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ActiveInventoryItemClassRedirects) == 0x000400, "Member 'UFGGameInstance::ActiveInventoryItemClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ActiveVoidLootItemClassRedirects) == 0x000410, "Member 'UFGGameInstance::ActiveVoidLootItemClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ActiveVendingMachineItemClassRedirects) == 0x000420, "Member 'UFGGameInstance::ActiveVendingMachineItemClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, ActiveCraftItemClassRedirects) == 0x000430, "Member 'UFGGameInstance::ActiveCraftItemClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, MouseSensitivity) == 0x000440, "Member 'UFGGameInstance::MouseSensitivity' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, AimMouseSensitivityMultiplier) == 0x000444, "Member 'UFGGameInstance::AimMouseSensitivityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, AimGamepadSensitivityMultiplier) == 0x000448, "Member 'UFGGameInstance::AimGamepadSensitivityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, GamepadSensitivityX) == 0x00044C, "Member 'UFGGameInstance::GamepadSensitivityX' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, GamepadSensitivityY) == 0x000450, "Member 'UFGGameInstance::GamepadSensitivityY' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, DOFLevel) == 0x000454, "Member 'UFGGameInstance::DOFLevel' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bShouldSkipEquipAnimations) == 0x000458, "Member 'UFGGameInstance::bShouldSkipEquipAnimations' has a wrong offset!"); \ static_assert(offsetof(UFGGameInstance, bEnableMapTheme) == 0x000459, "Member 'UFGGameInstance::bEnableMapTheme' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGameState \ static_assert(alignof(AFGGameState) == 0x000008, "Wrong alignment on AFGGameState"); \ static_assert(sizeof(AFGGameState) == 0x0002A0, "Wrong size on AFGGameState"); \ static_assert(offsetof(AFGGameState, OnPlayerStateListUpdate) == 0x000290, "Member 'AFGGameState::OnPlayerStateListUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGlobalLootContainer \ static_assert(alignof(AFGGlobalLootContainer) == 0x000008, "Wrong alignment on AFGGlobalLootContainer"); \ static_assert(sizeof(AFGGlobalLootContainer) == 0x000270, "Wrong size on AFGGlobalLootContainer"); \ static_assert(offsetof(AFGGlobalLootContainer, bIsEnabled) == 0x000228, "Member 'AFGGlobalLootContainer::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGGlobalLootContainer, Inventory) == 0x000230, "Member 'AFGGlobalLootContainer::Inventory' has a wrong offset!"); \ static_assert(offsetof(AFGGlobalLootContainer, LootLists) == 0x000238, "Member 'AFGGlobalLootContainer::LootLists' has a wrong offset!"); \ static_assert(offsetof(AFGGlobalLootContainer, SingleItemList) == 0x000248, "Member 'AFGGlobalLootContainer::SingleItemList' has a wrong offset!"); \ static_assert(offsetof(AFGGlobalLootContainer, InventorySaveData) == 0x000258, "Member 'AFGGlobalLootContainer::InventorySaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_AddGoal \ static_assert(alignof(FGGOAP_WorldStateRequirement_AddGoal) == 0x000004, "Wrong alignment on FGGOAP_WorldStateRequirement_AddGoal"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_AddGoal) == 0x00000C, "Wrong size on FGGOAP_WorldStateRequirement_AddGoal"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_AddGoal, Goal) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_AddGoal::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_CanReach \ static_assert(alignof(FGGOAP_WorldStateRequirement_CanReach) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_CanReach"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_CanReach) == 0x0000D0, "Wrong size on FGGOAP_WorldStateRequirement_CanReach"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_CanReach, WorldState) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_CanReach::WorldState' has a wrong offset!"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_CanReach, ReturnValue) == 0x0000C8, "Member 'FGGOAP_WorldStateRequirement_CanReach::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_CheckValidOrQuery \ static_assert(alignof(FGGOAP_WorldStateRequirement_CheckValidOrQuery) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_CheckValidOrQuery"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_CheckValidOrQuery) == 0x0000D0, "Wrong size on FGGOAP_WorldStateRequirement_CheckValidOrQuery"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_CheckValidOrQuery, WorldState) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_CheckValidOrQuery::WorldState' has a wrong offset!"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_CheckValidOrQuery, ReturnValue) == 0x0000C8, "Member 'FGGOAP_WorldStateRequirement_CheckValidOrQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_IsSatisfied \ static_assert(alignof(FGGOAP_WorldStateRequirement_IsSatisfied) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_IsSatisfied"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_IsSatisfied) == 0x0000D0, "Wrong size on FGGOAP_WorldStateRequirement_IsSatisfied"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_IsSatisfied, WorldState) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'FGGOAP_WorldStateRequirement_IsSatisfied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_QueryState \ static_assert(alignof(FGGOAP_WorldStateRequirement_QueryState) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_QueryState"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_QueryState) == 0x0000C8, "Wrong size on FGGOAP_WorldStateRequirement_QueryState"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_QueryState, WorldState) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_StateIsValid \ static_assert(alignof(FGGOAP_WorldStateRequirement_StateIsValid) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_StateIsValid"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_StateIsValid) == 0x0000D0, "Wrong size on FGGOAP_WorldStateRequirement_StateIsValid"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_StateIsValid, WorldState) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_StateIsValid, ReturnValue) == 0x0000C8, "Member 'FGGOAP_WorldStateRequirement_StateIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_GetCurrentGoal \ static_assert(alignof(FGGOAP_WorldStateRequirement_GetCurrentGoal) == 0x000004, "Wrong alignment on FGGOAP_WorldStateRequirement_GetCurrentGoal"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_GetCurrentGoal) == 0x00000C, "Wrong size on FGGOAP_WorldStateRequirement_GetCurrentGoal"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_GetCurrentGoal, ReturnValue) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_GetCurrentGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_GetFinalGoal \ static_assert(alignof(FGGOAP_WorldStateRequirement_GetFinalGoal) == 0x000004, "Wrong alignment on FGGOAP_WorldStateRequirement_GetFinalGoal"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_GetFinalGoal) == 0x00000C, "Wrong size on FGGOAP_WorldStateRequirement_GetFinalGoal"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_GetFinalGoal, ReturnValue) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_GetFinalGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_GetOwningWorld \ static_assert(alignof(FGGOAP_WorldStateRequirement_GetOwningWorld) == 0x000008, "Wrong alignment on FGGOAP_WorldStateRequirement_GetOwningWorld"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_GetOwningWorld) == 0x000008, "Wrong size on FGGOAP_WorldStateRequirement_GetOwningWorld"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_GetOwningWorld, ReturnValue) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_GetOwningWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGGOAP_WorldStateRequirement_GetWorldTimeSeconds \ static_assert(alignof(FGGOAP_WorldStateRequirement_GetWorldTimeSeconds) == 0x000004, "Wrong alignment on FGGOAP_WorldStateRequirement_GetWorldTimeSeconds"); \ static_assert(sizeof(FGGOAP_WorldStateRequirement_GetWorldTimeSeconds) == 0x000004, "Wrong size on FGGOAP_WorldStateRequirement_GetWorldTimeSeconds"); \ static_assert(offsetof(FGGOAP_WorldStateRequirement_GetWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'FGGOAP_WorldStateRequirement_GetWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGOAP_WorldStateRequirement \ static_assert(alignof(UFGGOAP_WorldStateRequirement) == 0x000008, "Wrong alignment on UFGGOAP_WorldStateRequirement"); \ static_assert(sizeof(UFGGOAP_WorldStateRequirement) == 0x000088, "Wrong size on UFGGOAP_WorldStateRequirement"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, QueryStateCooldown) == 0x000028, "Member 'UFGGOAP_WorldStateRequirement::QueryStateCooldown' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, OwningAIPawn) == 0x000040, "Member 'UFGGOAP_WorldStateRequirement::OwningAIPawn' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, EQSResultActors) == 0x000048, "Member 'UFGGOAP_WorldStateRequirement::EQSResultActors' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, EQSResultsLocations) == 0x000058, "Member 'UFGGOAP_WorldStateRequirement::EQSResultsLocations' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, bEQSQueryRequestPending) == 0x000068, "Member 'UFGGOAP_WorldStateRequirement::bEQSQueryRequestPending' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, bEQSResultsAvailable) == 0x000069, "Member 'UFGGOAP_WorldStateRequirement::bEQSResultsAvailable' has a wrong offset!"); \ static_assert(offsetof(UFGGOAP_WorldStateRequirement, PathArray) == 0x000078, "Member 'UFGGOAP_WorldStateRequirement::PathArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGGraphNode_ForceQuestTrack \ static_assert(alignof(UFGGraphNode_ForceQuestTrack) == 0x000008, "Wrong alignment on UFGGraphNode_ForceQuestTrack"); \ static_assert(sizeof(UFGGraphNode_ForceQuestTrack) == 0x000098, "Wrong size on UFGGraphNode_ForceQuestTrack"); \ static_assert(offsetof(UFGGraphNode_ForceQuestTrack, Tag) == 0x000090, "Member 'UFGGraphNode_ForceQuestTrack::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGGrapplingHook_Winch \ static_assert(alignof(AFGGrapplingHook_Winch) == 0x000008, "Wrong alignment on AFGGrapplingHook_Winch"); \ static_assert(sizeof(AFGGrapplingHook_Winch) == 0x000248, "Wrong size on AFGGrapplingHook_Winch"); \ static_assert(offsetof(AFGGrapplingHook_Winch, WinchPullingDespawnDistance) == 0x000240, "Member 'AFGGrapplingHook_Winch::WinchPullingDespawnDistance' has a wrong offset!"); \ static_assert(offsetof(AFGGrapplingHook_Winch, bIsWinchPulling) == 0x000244, "Member 'AFGGrapplingHook_Winch::bIsWinchPulling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_AltHoldProgressInfo \ static_assert(alignof(FGHoldUseInfo_AltHoldProgressInfo) == 0x000008, "Wrong alignment on FGHoldUseInfo_AltHoldProgressInfo"); \ static_assert(sizeof(FGHoldUseInfo_AltHoldProgressInfo) == 0x000010, "Wrong size on FGHoldUseInfo_AltHoldProgressInfo"); \ static_assert(offsetof(FGHoldUseInfo_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'FGHoldUseInfo_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGHoldUseInfo_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'FGHoldUseInfo_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_AltHoldUseStarted \ static_assert(alignof(FGHoldUseInfo_AltHoldUseStarted) == 0x000008, "Wrong alignment on FGHoldUseInfo_AltHoldUseStarted"); \ static_assert(sizeof(FGHoldUseInfo_AltHoldUseStarted) == 0x000008, "Wrong size on FGHoldUseInfo_AltHoldUseStarted"); \ static_assert(offsetof(FGHoldUseInfo_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'FGHoldUseInfo_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_GetHoldUseTime \ static_assert(alignof(FGHoldUseInfo_GetHoldUseTime) == 0x000008, "Wrong alignment on FGHoldUseInfo_GetHoldUseTime"); \ static_assert(sizeof(FGHoldUseInfo_GetHoldUseTime) == 0x000010, "Wrong size on FGHoldUseInfo_GetHoldUseTime"); \ static_assert(offsetof(FGHoldUseInfo_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'FGHoldUseInfo_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGHoldUseInfo_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'FGHoldUseInfo_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_HoldProgressInfo \ static_assert(alignof(FGHoldUseInfo_HoldProgressInfo) == 0x000008, "Wrong alignment on FGHoldUseInfo_HoldProgressInfo"); \ static_assert(sizeof(FGHoldUseInfo_HoldProgressInfo) == 0x000010, "Wrong size on FGHoldUseInfo_HoldProgressInfo"); \ static_assert(offsetof(FGHoldUseInfo_HoldProgressInfo, Percentage) == 0x000000, "Member 'FGHoldUseInfo_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGHoldUseInfo_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'FGHoldUseInfo_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_HoldUseStarted \ static_assert(alignof(FGHoldUseInfo_HoldUseStarted) == 0x000008, "Wrong alignment on FGHoldUseInfo_HoldUseStarted"); \ static_assert(sizeof(FGHoldUseInfo_HoldUseStarted) == 0x000008, "Wrong size on FGHoldUseInfo_HoldUseStarted"); \ static_assert(offsetof(FGHoldUseInfo_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'FGHoldUseInfo_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHoldUseInfo_OnHoldUseFinished \ static_assert(alignof(FGHoldUseInfo_OnHoldUseFinished) == 0x000008, "Wrong alignment on FGHoldUseInfo_OnHoldUseFinished"); \ static_assert(sizeof(FGHoldUseInfo_OnHoldUseFinished) == 0x000008, "Wrong size on FGHoldUseInfo_OnHoldUseFinished"); \ static_assert(offsetof(FGHoldUseInfo_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'FGHoldUseInfo_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGHoldUseInfo \ static_assert(alignof(IFGHoldUseInfo) == 0x000001, "Wrong alignment on IFGHoldUseInfo"); \ static_assert(sizeof(IFGHoldUseInfo) == 0x000001, "Wrong size on IFGHoldUseInfo"); \ #define DUMPER7_ASSERTS_FGHTNDecorator_ScopeMovement_UpdateCombatState \ static_assert(alignof(FGHTNDecorator_ScopeMovement_UpdateCombatState) == 0x000008, "Wrong alignment on FGHTNDecorator_ScopeMovement_UpdateCombatState"); \ static_assert(sizeof(FGHTNDecorator_ScopeMovement_UpdateCombatState) == 0x000010, "Wrong size on FGHTNDecorator_ScopeMovement_UpdateCombatState"); \ static_assert(offsetof(FGHTNDecorator_ScopeMovement_UpdateCombatState, Pawn) == 0x000000, "Member 'FGHTNDecorator_ScopeMovement_UpdateCombatState::Pawn' has a wrong offset!"); \ static_assert(offsetof(FGHTNDecorator_ScopeMovement_UpdateCombatState, bCanFireFromMovement) == 0x000008, "Member 'FGHTNDecorator_ScopeMovement_UpdateCombatState::bCanFireFromMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGHTNDecorator_ScopeMovement_UpdateMovementSpeed \ static_assert(alignof(FGHTNDecorator_ScopeMovement_UpdateMovementSpeed) == 0x000008, "Wrong alignment on FGHTNDecorator_ScopeMovement_UpdateMovementSpeed"); \ static_assert(sizeof(FGHTNDecorator_ScopeMovement_UpdateMovementSpeed) == 0x000018, "Wrong size on FGHTNDecorator_ScopeMovement_UpdateMovementSpeed"); \ static_assert(offsetof(FGHTNDecorator_ScopeMovement_UpdateMovementSpeed, AIController) == 0x000000, "Member 'FGHTNDecorator_ScopeMovement_UpdateMovementSpeed::AIController' has a wrong offset!"); \ static_assert(offsetof(FGHTNDecorator_ScopeMovement_UpdateMovementSpeed, Pawn) == 0x000008, "Member 'FGHTNDecorator_ScopeMovement_UpdateMovementSpeed::Pawn' has a wrong offset!"); \ static_assert(offsetof(FGHTNDecorator_ScopeMovement_UpdateMovementSpeed, outCanFire) == 0x000010, "Member 'FGHTNDecorator_ScopeMovement_UpdateMovementSpeed::outCanFire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGHTNDecorator_ScopeMovement \ static_assert(alignof(UFGHTNDecorator_ScopeMovement) == 0x000008, "Wrong alignment on UFGHTNDecorator_ScopeMovement"); \ static_assert(sizeof(UFGHTNDecorator_ScopeMovement) == 0x0000B0, "Wrong size on UFGHTNDecorator_ScopeMovement"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bWantsFire) == 0x000068, "Member 'UFGHTNDecorator_ScopeMovement::bWantsFire' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bWantsAim) == 0x000069, "Member 'UFGHTNDecorator_ScopeMovement::bWantsAim' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bWantsTargeting) == 0x00006A, "Member 'UFGHTNDecorator_ScopeMovement::bWantsTargeting' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bWantsRun) == 0x00006B, "Member 'UFGHTNDecorator_ScopeMovement::bWantsRun' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bOrientToMovementWhenRunning) == 0x00006C, "Member 'UFGHTNDecorator_ScopeMovement::bOrientToMovementWhenRunning' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bOTMCantSeeTarget) == 0x00006D, "Member 'UFGHTNDecorator_ScopeMovement::bOTMCantSeeTarget' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, ForceTargetingDistance) == 0x000070, "Member 'UFGHTNDecorator_ScopeMovement::ForceTargetingDistance' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, SpeedType) == 0x000074, "Member 'UFGHTNDecorator_ScopeMovement::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, CustomSpeed) == 0x000078, "Member 'UFGHTNDecorator_ScopeMovement::CustomSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bRunOnLargePath) == 0x00007C, "Member 'UFGHTNDecorator_ScopeMovement::bRunOnLargePath' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, LargePathDistance) == 0x000080, "Member 'UFGHTNDecorator_ScopeMovement::LargePathDistance' has a wrong offset!"); \ static_assert(offsetof(UFGHTNDecorator_ScopeMovement, bWantsCrouch) == 0x000084, "Member 'UFGHTNDecorator_ScopeMovement::bWantsCrouch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGImpactEffect \ static_assert(alignof(AFGImpactEffect) == 0x000008, "Wrong alignment on AFGImpactEffect"); \ static_assert(sizeof(AFGImpactEffect) == 0x0004F0, "Wrong size on AFGImpactEffect"); \ static_assert(offsetof(AFGImpactEffect, DefaultFX) == 0x000220, "Member 'AFGImpactEffect::DefaultFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ConcreteFX) == 0x000228, "Member 'AFGImpactEffect::ConcreteFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DirtFX) == 0x000230, "Member 'AFGImpactEffect::DirtFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, WaterFX) == 0x000238, "Member 'AFGImpactEffect::WaterFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MetalFX) == 0x000240, "Member 'AFGImpactEffect::MetalFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, WoodFX) == 0x000248, "Member 'AFGImpactEffect::WoodFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GlassFX) == 0x000250, "Member 'AFGImpactEffect::GlassFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GrassFX) == 0x000258, "Member 'AFGImpactEffect::GrassFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FleshFX) == 0x000260, "Member 'AFGImpactEffect::FleshFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FleshNiagaraFX) == 0x000268, "Member 'AFGImpactEffect::FleshNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GreenFleshFX) == 0x000270, "Member 'AFGImpactEffect::GreenFleshFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ArmorFX) == 0x000278, "Member 'AFGImpactEffect::ArmorFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, InfiniteArmorFX) == 0x000280, "Member 'AFGImpactEffect::InfiniteArmorFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, IceNiagaraFX) == 0x000288, "Member 'AFGImpactEffect::IceNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FabricFX) == 0x000290, "Member 'AFGImpactEffect::FabricFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DepotStructureFX) == 0x000298, "Member 'AFGImpactEffect::DepotStructureFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, VoidRockFX) == 0x0002A0, "Member 'AFGImpactEffect::VoidRockFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, CrystallFX) == 0x0002A8, "Member 'AFGImpactEffect::CrystallFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FlowerNestFX) == 0x0002B0, "Member 'AFGImpactEffect::FlowerNestFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, BatteryFX) == 0x0002B8, "Member 'AFGImpactEffect::BatteryFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, VoidMetalFX) == 0x0002C0, "Member 'AFGImpactEffect::VoidMetalFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DefaultSound) == 0x0002C8, "Member 'AFGImpactEffect::DefaultSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ConcreteSound) == 0x0002D0, "Member 'AFGImpactEffect::ConcreteSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DirtSound) == 0x0002D8, "Member 'AFGImpactEffect::DirtSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, WaterSound) == 0x0002E0, "Member 'AFGImpactEffect::WaterSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MetalSound) == 0x0002E8, "Member 'AFGImpactEffect::MetalSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, WoodSound) == 0x0002F0, "Member 'AFGImpactEffect::WoodSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GlassSound) == 0x0002F8, "Member 'AFGImpactEffect::GlassSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GrassSound) == 0x000300, "Member 'AFGImpactEffect::GrassSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FleshSound) == 0x000308, "Member 'AFGImpactEffect::FleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GreenFleshSound) == 0x000310, "Member 'AFGImpactEffect::GreenFleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ArmorSound) == 0x000318, "Member 'AFGImpactEffect::ArmorSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, InfiniteArmorSound) == 0x000320, "Member 'AFGImpactEffect::InfiniteArmorSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, IceSound) == 0x000328, "Member 'AFGImpactEffect::IceSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FabricSound) == 0x000330, "Member 'AFGImpactEffect::FabricSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DepotStructureSound) == 0x000338, "Member 'AFGImpactEffect::DepotStructureSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, VoidRockSound) == 0x000340, "Member 'AFGImpactEffect::VoidRockSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, CrystallSound) == 0x000348, "Member 'AFGImpactEffect::CrystallSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FlowerNestSound) == 0x000350, "Member 'AFGImpactEffect::FlowerNestSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, BatterySound) == 0x000358, "Member 'AFGImpactEffect::BatterySound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, VoidMetalSound) == 0x000360, "Member 'AFGImpactEffect::VoidMetalSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, LocalFleshSound) == 0x000368, "Member 'AFGImpactEffect::LocalFleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, LocalGreenFleshSound) == 0x000370, "Member 'AFGImpactEffect::LocalGreenFleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, LocalArmorSound) == 0x000378, "Member 'AFGImpactEffect::LocalArmorSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, LocalInfiniteArmorSound) == 0x000380, "Member 'AFGImpactEffect::LocalInfiniteArmorSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, PlayerFleshSound) == 0x000388, "Member 'AFGImpactEffect::PlayerFleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DecalSize) == 0x000390, "Member 'AFGImpactEffect::DecalSize' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DecalLifetime) == 0x000394, "Member 'AFGImpactEffect::DecalLifetime' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DefaultDecal) == 0x000398, "Member 'AFGImpactEffect::DefaultDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ArmoredDecal) == 0x0003A8, "Member 'AFGImpactEffect::ArmoredDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, ConcreteDecal) == 0x0003B8, "Member 'AFGImpactEffect::ConcreteDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, FleshDecal) == 0x0003C8, "Member 'AFGImpactEffect::FleshDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GreenFleshDecal) == 0x0003D8, "Member 'AFGImpactEffect::GreenFleshDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, GlassDecal) == 0x0003E8, "Member 'AFGImpactEffect::GlassDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, IceDecal) == 0x0003F8, "Member 'AFGImpactEffect::IceDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MetalDecal) == 0x000408, "Member 'AFGImpactEffect::MetalDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, SoilDecal) == 0x000418, "Member 'AFGImpactEffect::SoilDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, WoodDecal) == 0x000428, "Member 'AFGImpactEffect::WoodDecal' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, DefaultMeleeFX) == 0x000438, "Member 'AFGImpactEffect::DefaultMeleeFX' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MeleeDefaultSound) == 0x000440, "Member 'AFGImpactEffect::MeleeDefaultSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MeleeWoodSound) == 0x000448, "Member 'AFGImpactEffect::MeleeWoodSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MeleeMetalSound) == 0x000450, "Member 'AFGImpactEffect::MeleeMetalSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, MeleeFleshSound) == 0x000458, "Member 'AFGImpactEffect::MeleeFleshSound' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, SurfaceHit) == 0x000460, "Member 'AFGImpactEffect::SurfaceHit' has a wrong offset!"); \ static_assert(offsetof(AFGImpactEffect, bFromMeleeHit) == 0x0004E8, "Member 'AFGImpactEffect::bFromMeleeHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInputScheme \ static_assert(alignof(UFGInputScheme) == 0x000008, "Wrong alignment on UFGInputScheme"); \ static_assert(sizeof(UFGInputScheme) == 0x000050, "Wrong size on UFGInputScheme"); \ static_assert(offsetof(UFGInputScheme, ActionMappings) == 0x000028, "Member 'UFGInputScheme::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UFGInputScheme, AxisMappings) == 0x000038, "Member 'UFGInputScheme::AxisMappings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_ConsumeFuel \ static_assert(alignof(FGInventoryPlaceholder_ConsumeFuel) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_ConsumeFuel"); \ static_assert(sizeof(FGInventoryPlaceholder_ConsumeFuel) == 0x000008, "Wrong size on FGInventoryPlaceholder_ConsumeFuel"); \ static_assert(offsetof(FGInventoryPlaceholder_ConsumeFuel, FuelType) == 0x000000, "Member 'FGInventoryPlaceholder_ConsumeFuel::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryPlaceholder_ConsumeFuel, Amount) == 0x000004, "Member 'FGInventoryPlaceholder_ConsumeFuel::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetDurability \ static_assert(alignof(FGInventoryPlaceholder_GetDurability) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_GetDurability"); \ static_assert(sizeof(FGInventoryPlaceholder_GetDurability) == 0x000004, "Wrong size on FGInventoryPlaceholder_GetDurability"); \ static_assert(offsetof(FGInventoryPlaceholder_GetDurability, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetFuelConvertModifier \ static_assert(alignof(FGInventoryPlaceholder_GetFuelConvertModifier) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_GetFuelConvertModifier"); \ static_assert(sizeof(FGInventoryPlaceholder_GetFuelConvertModifier) == 0x000008, "Wrong size on FGInventoryPlaceholder_GetFuelConvertModifier"); \ static_assert(offsetof(FGInventoryPlaceholder_GetFuelConvertModifier, FuelType) == 0x000000, "Member 'FGInventoryPlaceholder_GetFuelConvertModifier::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryPlaceholder_GetFuelConvertModifier, ReturnValue) == 0x000004, "Member 'FGInventoryPlaceholder_GetFuelConvertModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetFuelOfType \ static_assert(alignof(FGInventoryPlaceholder_GetFuelOfType) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_GetFuelOfType"); \ static_assert(sizeof(FGInventoryPlaceholder_GetFuelOfType) == 0x000008, "Wrong size on FGInventoryPlaceholder_GetFuelOfType"); \ static_assert(offsetof(FGInventoryPlaceholder_GetFuelOfType, FuelType) == 0x000000, "Member 'FGInventoryPlaceholder_GetFuelOfType::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGInventoryPlaceholder_GetFuelOfType, ReturnValue) == 0x000004, "Member 'FGInventoryPlaceholder_GetFuelOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetIcon \ static_assert(alignof(FGInventoryPlaceholder_GetIcon) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_GetIcon"); \ static_assert(sizeof(FGInventoryPlaceholder_GetIcon) == 0x000008, "Wrong size on FGInventoryPlaceholder_GetIcon"); \ static_assert(offsetof(FGInventoryPlaceholder_GetIcon, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetItemName \ static_assert(alignof(FGInventoryPlaceholder_GetItemName) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_GetItemName"); \ static_assert(sizeof(FGInventoryPlaceholder_GetItemName) == 0x000018, "Wrong size on FGInventoryPlaceholder_GetItemName"); \ static_assert(offsetof(FGInventoryPlaceholder_GetItemName, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetItemName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_InitializeFromLifetimeData \ static_assert(alignof(FGInventoryPlaceholder_InitializeFromLifetimeData) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_InitializeFromLifetimeData"); \ static_assert(sizeof(FGInventoryPlaceholder_InitializeFromLifetimeData) == 0x000008, "Wrong size on FGInventoryPlaceholder_InitializeFromLifetimeData"); \ static_assert(offsetof(FGInventoryPlaceholder_InitializeFromLifetimeData, LifetimeData) == 0x000000, "Member 'FGInventoryPlaceholder_InitializeFromLifetimeData::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_IsForeign \ static_assert(alignof(FGInventoryPlaceholder_IsForeign) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_IsForeign"); \ static_assert(sizeof(FGInventoryPlaceholder_IsForeign) == 0x000001, "Wrong size on FGInventoryPlaceholder_IsForeign"); \ static_assert(offsetof(FGInventoryPlaceholder_IsForeign, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_IsForeign::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_SetConsumedFuel \ static_assert(alignof(FGInventoryPlaceholder_SetConsumedFuel) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_SetConsumedFuel"); \ static_assert(sizeof(FGInventoryPlaceholder_SetConsumedFuel) == 0x000004, "Wrong size on FGInventoryPlaceholder_SetConsumedFuel"); \ static_assert(offsetof(FGInventoryPlaceholder_SetConsumedFuel, Value) == 0x000000, "Member 'FGInventoryPlaceholder_SetConsumedFuel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_SetCount \ static_assert(alignof(FGInventoryPlaceholder_SetCount) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_SetCount"); \ static_assert(sizeof(FGInventoryPlaceholder_SetCount) == 0x000001, "Wrong size on FGInventoryPlaceholder_SetCount"); \ static_assert(offsetof(FGInventoryPlaceholder_SetCount, InCount) == 0x000000, "Member 'FGInventoryPlaceholder_SetCount::InCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_SetIcon \ static_assert(alignof(FGInventoryPlaceholder_SetIcon) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_SetIcon"); \ static_assert(sizeof(FGInventoryPlaceholder_SetIcon) == 0x000008, "Wrong size on FGInventoryPlaceholder_SetIcon"); \ static_assert(offsetof(FGInventoryPlaceholder_SetIcon, NewIcon) == 0x000000, "Member 'FGInventoryPlaceholder_SetIcon::NewIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_SetItemName \ static_assert(alignof(FGInventoryPlaceholder_SetItemName) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_SetItemName"); \ static_assert(sizeof(FGInventoryPlaceholder_SetItemName) == 0x000018, "Wrong size on FGInventoryPlaceholder_SetItemName"); \ static_assert(offsetof(FGInventoryPlaceholder_SetItemName, NewName) == 0x000000, "Member 'FGInventoryPlaceholder_SetItemName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_SetVerticalOrientation \ static_assert(alignof(FGInventoryPlaceholder_SetVerticalOrientation) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_SetVerticalOrientation"); \ static_assert(sizeof(FGInventoryPlaceholder_SetVerticalOrientation) == 0x000001, "Wrong size on FGInventoryPlaceholder_SetVerticalOrientation"); \ static_assert(offsetof(FGInventoryPlaceholder_SetVerticalOrientation, InVerticalOrientation) == 0x000000, "Member 'FGInventoryPlaceholder_SetVerticalOrientation::InVerticalOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetConsumedFuel \ static_assert(alignof(FGInventoryPlaceholder_GetConsumedFuel) == 0x000004, "Wrong alignment on FGInventoryPlaceholder_GetConsumedFuel"); \ static_assert(sizeof(FGInventoryPlaceholder_GetConsumedFuel) == 0x000004, "Wrong size on FGInventoryPlaceholder_GetConsumedFuel"); \ static_assert(offsetof(FGInventoryPlaceholder_GetConsumedFuel, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetConsumedFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetCount \ static_assert(alignof(FGInventoryPlaceholder_GetCount) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_GetCount"); \ static_assert(sizeof(FGInventoryPlaceholder_GetCount) == 0x000001, "Wrong size on FGInventoryPlaceholder_GetCount"); \ static_assert(offsetof(FGInventoryPlaceholder_GetCount, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetItemLifetimeData \ static_assert(alignof(FGInventoryPlaceholder_GetItemLifetimeData) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_GetItemLifetimeData"); \ static_assert(sizeof(FGInventoryPlaceholder_GetItemLifetimeData) == 0x000008, "Wrong size on FGInventoryPlaceholder_GetItemLifetimeData"); \ static_assert(offsetof(FGInventoryPlaceholder_GetItemLifetimeData, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetItemLifetimeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetItemType \ static_assert(alignof(FGInventoryPlaceholder_GetItemType) == 0x000008, "Wrong alignment on FGInventoryPlaceholder_GetItemType"); \ static_assert(sizeof(FGInventoryPlaceholder_GetItemType) == 0x000008, "Wrong size on FGInventoryPlaceholder_GetItemType"); \ static_assert(offsetof(FGInventoryPlaceholder_GetItemType, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetItemType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_GetVerticalOrientation \ static_assert(alignof(FGInventoryPlaceholder_GetVerticalOrientation) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_GetVerticalOrientation"); \ static_assert(sizeof(FGInventoryPlaceholder_GetVerticalOrientation) == 0x000001, "Wrong size on FGInventoryPlaceholder_GetVerticalOrientation"); \ static_assert(offsetof(FGInventoryPlaceholder_GetVerticalOrientation, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_GetVerticalOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_IsItemPreview \ static_assert(alignof(FGInventoryPlaceholder_IsItemPreview) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_IsItemPreview"); \ static_assert(sizeof(FGInventoryPlaceholder_IsItemPreview) == 0x000001, "Wrong size on FGInventoryPlaceholder_IsItemPreview"); \ static_assert(offsetof(FGInventoryPlaceholder_IsItemPreview, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_IsItemPreview::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_IsNetworkObject \ static_assert(alignof(FGInventoryPlaceholder_IsNetworkObject) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_IsNetworkObject"); \ static_assert(sizeof(FGInventoryPlaceholder_IsNetworkObject) == 0x000001, "Wrong size on FGInventoryPlaceholder_IsNetworkObject"); \ static_assert(offsetof(FGInventoryPlaceholder_IsNetworkObject, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_IsNetworkObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_IsStackable \ static_assert(alignof(FGInventoryPlaceholder_IsStackable) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_IsStackable"); \ static_assert(sizeof(FGInventoryPlaceholder_IsStackable) == 0x000001, "Wrong size on FGInventoryPlaceholder_IsStackable"); \ static_assert(offsetof(FGInventoryPlaceholder_IsStackable, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_IsStackable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGInventoryPlaceholder_IsValid \ static_assert(alignof(FGInventoryPlaceholder_IsValid) == 0x000001, "Wrong alignment on FGInventoryPlaceholder_IsValid"); \ static_assert(sizeof(FGInventoryPlaceholder_IsValid) == 0x000001, "Wrong size on FGInventoryPlaceholder_IsValid"); \ static_assert(offsetof(FGInventoryPlaceholder_IsValid, ReturnValue) == 0x000000, "Member 'FGInventoryPlaceholder_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGInventoryPlaceholder \ static_assert(alignof(UFGInventoryPlaceholder) == 0x000008, "Wrong alignment on UFGInventoryPlaceholder"); \ static_assert(sizeof(UFGInventoryPlaceholder) == 0x000080, "Wrong size on UFGInventoryPlaceholder"); \ static_assert(offsetof(UFGInventoryPlaceholder, InventoryOwner) == 0x000028, "Member 'UFGInventoryPlaceholder::InventoryOwner' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, ItemCDO) == 0x000030, "Member 'UFGInventoryPlaceholder::ItemCDO' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, Icon) == 0x000038, "Member 'UFGInventoryPlaceholder::Icon' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, OnUpdate) == 0x000040, "Member 'UFGInventoryPlaceholder::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, Count) == 0x000050, "Member 'UFGInventoryPlaceholder::Count' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, ItemLifetimeData) == 0x000058, "Member 'UFGInventoryPlaceholder::ItemLifetimeData' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, bVerticalOrientation) == 0x000060, "Member 'UFGInventoryPlaceholder::bVerticalOrientation' has a wrong offset!"); \ static_assert(offsetof(UFGInventoryPlaceholder, SavedGeneratedItemName) == 0x000068, "Member 'UFGInventoryPlaceholder::SavedGeneratedItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGIslandDecoreStreamingVolume \ static_assert(alignof(AFGIslandDecoreStreamingVolume) == 0x000010, "Wrong alignment on AFGIslandDecoreStreamingVolume"); \ static_assert(sizeof(AFGIslandDecoreStreamingVolume) == 0x000300, "Wrong size on AFGIslandDecoreStreamingVolume"); \ #define DUMPER7_ASSERTS_AFGIslandLoadingPortal \ static_assert(alignof(AFGIslandLoadingPortal) == 0x000008, "Wrong alignment on AFGIslandLoadingPortal"); \ static_assert(sizeof(AFGIslandLoadingPortal) == 0x000228, "Wrong size on AFGIslandLoadingPortal"); \ static_assert(offsetof(AFGIslandLoadingPortal, Type) == 0x000220, "Member 'AFGIslandLoadingPortal::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_DeathBag \ static_assert(alignof(AFGItem_DeathBag) == 0x000010, "Wrong alignment on AFGItem_DeathBag"); \ static_assert(sizeof(AFGItem_DeathBag) == 0x000400, "Wrong size on AFGItem_DeathBag"); \ static_assert(offsetof(AFGItem_DeathBag, Inventory) == 0x0003E8, "Member 'AFGItem_DeathBag::Inventory' has a wrong offset!"); \ static_assert(offsetof(AFGItem_DeathBag, bDissolveBag) == 0x0003F0, "Member 'AFGItem_DeathBag::bDissolveBag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_HandsEquippableSkeletal \ static_assert(alignof(AFGItem_HandsEquippableSkeletal) == 0x000010, "Wrong alignment on AFGItem_HandsEquippableSkeletal"); \ static_assert(sizeof(AFGItem_HandsEquippableSkeletal) == 0x000630, "Wrong size on AFGItem_HandsEquippableSkeletal"); \ static_assert(offsetof(AFGItem_HandsEquippableSkeletal, Mesh) == 0x000628, "Member 'AFGItem_HandsEquippableSkeletal::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGItem_WinchRing_OnPlayHitEffects \ static_assert(alignof(FGItem_WinchRing_OnPlayHitEffects) == 0x000004, "Wrong alignment on FGItem_WinchRing_OnPlayHitEffects"); \ static_assert(sizeof(FGItem_WinchRing_OnPlayHitEffects) == 0x00001C, "Wrong size on FGItem_WinchRing_OnPlayHitEffects"); \ static_assert(offsetof(FGItem_WinchRing_OnPlayHitEffects, bInSticked) == 0x000000, "Member 'FGItem_WinchRing_OnPlayHitEffects::bInSticked' has a wrong offset!"); \ static_assert(offsetof(FGItem_WinchRing_OnPlayHitEffects, ImpactPoint) == 0x000004, "Member 'FGItem_WinchRing_OnPlayHitEffects::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(FGItem_WinchRing_OnPlayHitEffects, ImpactNormal) == 0x000010, "Member 'FGItem_WinchRing_OnPlayHitEffects::ImpactNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGItem_WinchRing \ static_assert(alignof(AFGItem_WinchRing) == 0x000010, "Wrong alignment on AFGItem_WinchRing"); \ static_assert(sizeof(AFGItem_WinchRing) == 0x000730, "Wrong size on AFGItem_WinchRing"); \ static_assert(offsetof(AFGItem_WinchRing, Mesh) == 0x000628, "Member 'AFGItem_WinchRing::Mesh' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, ThrowActionClass) == 0x000630, "Member 'AFGItem_WinchRing::ThrowActionClass' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, WinchActorClass) == 0x000638, "Member 'AFGItem_WinchRing::WinchActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, TrailFX) == 0x000640, "Member 'AFGItem_WinchRing::TrailFX' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, HitFX) == 0x000648, "Member 'AFGItem_WinchRing::HitFX' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, MissFX) == 0x000650, "Member 'AFGItem_WinchRing::MissFX' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, ImpactTemplate) == 0x000658, "Member 'AFGItem_WinchRing::ImpactTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, ThrowSound) == 0x000660, "Member 'AFGItem_WinchRing::ThrowSound' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, FlySound) == 0x000668, "Member 'AFGItem_WinchRing::FlySound' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, StickSound) == 0x000670, "Member 'AFGItem_WinchRing::StickSound' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, MissSound) == 0x000678, "Member 'AFGItem_WinchRing::MissSound' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, bSticked) == 0x000680, "Member 'AFGItem_WinchRing::bSticked' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, bDisableWinchRing) == 0x000681, "Member 'AFGItem_WinchRing::bDisableWinchRing' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, StickOffset) == 0x00070C, "Member 'AFGItem_WinchRing::StickOffset' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, StickTraceRadius) == 0x000710, "Member 'AFGItem_WinchRing::StickTraceRadius' has a wrong offset!"); \ static_assert(offsetof(AFGItem_WinchRing, bShowTraceDebug) == 0x000714, "Member 'AFGItem_WinchRing::bShowTraceDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJanitorNest_CleanUp \ static_assert(alignof(FGJanitorNest_CleanUp) == 0x000008, "Wrong alignment on FGJanitorNest_CleanUp"); \ static_assert(sizeof(FGJanitorNest_CleanUp) == 0x000008, "Wrong size on FGJanitorNest_CleanUp"); \ static_assert(offsetof(FGJanitorNest_CleanUp, Toilet) == 0x000000, "Member 'FGJanitorNest_CleanUp::Toilet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJanitorNest_OnActionComplete \ static_assert(alignof(FGJanitorNest_OnActionComplete) == 0x000001, "Wrong alignment on FGJanitorNest_OnActionComplete"); \ static_assert(sizeof(FGJanitorNest_OnActionComplete) == 0x000001, "Wrong size on FGJanitorNest_OnActionComplete"); \ static_assert(offsetof(FGJanitorNest_OnActionComplete, WorkedWithToilet) == 0x000000, "Member 'FGJanitorNest_OnActionComplete::WorkedWithToilet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJanitorNest_Refuel \ static_assert(alignof(FGJanitorNest_Refuel) == 0x000008, "Wrong alignment on FGJanitorNest_Refuel"); \ static_assert(sizeof(FGJanitorNest_Refuel) == 0x000008, "Wrong size on FGJanitorNest_Refuel"); \ static_assert(offsetof(FGJanitorNest_Refuel, Toilet) == 0x000000, "Member 'FGJanitorNest_Refuel::Toilet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGJanitorNest \ static_assert(alignof(AFGJanitorNest) == 0x000008, "Wrong alignment on AFGJanitorNest"); \ static_assert(sizeof(AFGJanitorNest) == 0x0006D8, "Wrong size on AFGJanitorNest"); \ static_assert(offsetof(AFGJanitorNest, ChemicalsClass) == 0x0006A0, "Member 'AFGJanitorNest::ChemicalsClass' has a wrong offset!"); \ static_assert(offsetof(AFGJanitorNest, bFull) == 0x0006A8, "Member 'AFGJanitorNest::bFull' has a wrong offset!"); \ static_assert(offsetof(AFGJanitorNest, GarbageOrbClass) == 0x0006B0, "Member 'AFGJanitorNest::GarbageOrbClass' has a wrong offset!"); \ static_assert(offsetof(AFGJanitorNest, SelectedToilet) == 0x0006C8, "Member 'AFGJanitorNest::SelectedToilet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJellyfishGroupCharacter_JellyfishDie \ static_assert(alignof(FGJellyfishGroupCharacter_JellyfishDie) == 0x000004, "Wrong alignment on FGJellyfishGroupCharacter_JellyfishDie"); \ static_assert(sizeof(FGJellyfishGroupCharacter_JellyfishDie) == 0x000090, "Wrong size on FGJellyfishGroupCharacter_JellyfishDie"); \ static_assert(offsetof(FGJellyfishGroupCharacter_JellyfishDie, Index_0) == 0x000000, "Member 'FGJellyfishGroupCharacter_JellyfishDie::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGJellyfishGroupCharacter_JellyfishDie, DieHitResult) == 0x000004, "Member 'FGJellyfishGroupCharacter_JellyfishDie::DieHitResult' has a wrong offset!"); \ static_assert(offsetof(FGJellyfishGroupCharacter_JellyfishDie, bHideDeadCharacterAfterSpawn) == 0x00008C, "Member 'FGJellyfishGroupCharacter_JellyfishDie::bHideDeadCharacterAfterSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGJellyfishGroupCharacter_OnElectricShockEvent \ static_assert(alignof(FGJellyfishGroupCharacter_OnElectricShockEvent) == 0x000008, "Wrong alignment on FGJellyfishGroupCharacter_OnElectricShockEvent"); \ static_assert(sizeof(FGJellyfishGroupCharacter_OnElectricShockEvent) == 0x000018, "Wrong size on FGJellyfishGroupCharacter_OnElectricShockEvent"); \ static_assert(offsetof(FGJellyfishGroupCharacter_OnElectricShockEvent, TestMeshComp) == 0x000000, "Member 'FGJellyfishGroupCharacter_OnElectricShockEvent::TestMeshComp' has a wrong offset!"); \ static_assert(offsetof(FGJellyfishGroupCharacter_OnElectricShockEvent, MeshIndex) == 0x000008, "Member 'FGJellyfishGroupCharacter_OnElectricShockEvent::MeshIndex' has a wrong offset!"); \ static_assert(offsetof(FGJellyfishGroupCharacter_OnElectricShockEvent, HitActor) == 0x000010, "Member 'FGJellyfishGroupCharacter_OnElectricShockEvent::HitActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGJellyfishGroupCharacter \ static_assert(alignof(AFGJellyfishGroupCharacter) == 0x000010, "Wrong alignment on AFGJellyfishGroupCharacter"); \ static_assert(sizeof(AFGJellyfishGroupCharacter) == 0x000FA0, "Wrong size on AFGJellyfishGroupCharacter"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, RingsCount) == 0x000E70, "Member 'AFGJellyfishGroupCharacter::RingsCount' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, RingsDistance) == 0x000E74, "Member 'AFGJellyfishGroupCharacter::RingsDistance' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, RadiusDeviationMax) == 0x000E78, "Member 'AFGJellyfishGroupCharacter::RadiusDeviationMax' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, DistanceDeviationMax) == 0x000E7C, "Member 'AFGJellyfishGroupCharacter::DistanceDeviationMax' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, AngleDeviationMax) == 0x000E80, "Member 'AFGJellyfishGroupCharacter::AngleDeviationMax' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, FollowPathCheckFrequency) == 0x000E84, "Member 'AFGJellyfishGroupCharacter::FollowPathCheckFrequency' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, bIsElectric) == 0x000E88, "Member 'AFGJellyfishGroupCharacter::bIsElectric' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockFrequency) == 0x000E8C, "Member 'AFGJellyfishGroupCharacter::ElectricShockFrequency' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockDistance) == 0x000E90, "Member 'AFGJellyfishGroupCharacter::ElectricShockDistance' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockDamage) == 0x000E94, "Member 'AFGJellyfishGroupCharacter::ElectricShockDamage' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockShotCooldown) == 0x000E98, "Member 'AFGJellyfishGroupCharacter::ElectricShockShotCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockIgnoreClasses) == 0x000EA0, "Member 'AFGJellyfishGroupCharacter::ElectricShockIgnoreClasses' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricDeathBallSpawnChance) == 0x000EB0, "Member 'AFGJellyfishGroupCharacter::ElectricDeathBallSpawnChance' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricDeathBallClass) == 0x000EB8, "Member 'AFGJellyfishGroupCharacter::ElectricDeathBallClass' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, RadiusDeviation) == 0x000EC0, "Member 'AFGJellyfishGroupCharacter::RadiusDeviation' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, DistanceDeviation) == 0x000ED0, "Member 'AFGJellyfishGroupCharacter::DistanceDeviation' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, AngleDeviation) == 0x000EE0, "Member 'AFGJellyfishGroupCharacter::AngleDeviation' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, CachedTargetMeshLocation) == 0x000EF0, "Member 'AFGJellyfishGroupCharacter::CachedTargetMeshLocation' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, CachedTargetMeshRotation) == 0x000F00, "Member 'AFGJellyfishGroupCharacter::CachedTargetMeshRotation' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, Rails) == 0x000F10, "Member 'AFGJellyfishGroupCharacter::Rails' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, RailsDistance) == 0x000F18, "Member 'AFGJellyfishGroupCharacter::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, OverlapsTestResult) == 0x000F28, "Member 'AFGJellyfishGroupCharacter::OverlapsTestResult' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockCandidates) == 0x000F38, "Member 'AFGJellyfishGroupCharacter::ElectricShockCandidates' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, ElectricShockLastShotTime) == 0x000F48, "Member 'AFGJellyfishGroupCharacter::ElectricShockLastShotTime' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, FollowGroupPoints) == 0x000F58, "Member 'AFGJellyfishGroupCharacter::FollowGroupPoints' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, MeshVelocity) == 0x000F68, "Member 'AFGJellyfishGroupCharacter::MeshVelocity' has a wrong offset!"); \ static_assert(offsetof(AFGJellyfishGroupCharacter, MeshSignificance) == 0x000F78, "Member 'AFGJellyfishGroupCharacter::MeshSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLandingComponent_IsInSplineLanding \ static_assert(alignof(FGLandingComponent_IsInSplineLanding) == 0x000001, "Wrong alignment on FGLandingComponent_IsInSplineLanding"); \ static_assert(sizeof(FGLandingComponent_IsInSplineLanding) == 0x000001, "Wrong size on FGLandingComponent_IsInSplineLanding"); \ static_assert(offsetof(FGLandingComponent_IsInSplineLanding, ReturnValue) == 0x000000, "Member 'FGLandingComponent_IsInSplineLanding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLandingComponent_MultiLandingMontage \ static_assert(alignof(FGLandingComponent_MultiLandingMontage) == 0x000008, "Wrong alignment on FGLandingComponent_MultiLandingMontage"); \ static_assert(sizeof(FGLandingComponent_MultiLandingMontage) == 0x000008, "Wrong size on FGLandingComponent_MultiLandingMontage"); \ static_assert(offsetof(FGLandingComponent_MultiLandingMontage, LandingMontage) == 0x000000, "Member 'FGLandingComponent_MultiLandingMontage::LandingMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLandingComponent_OnActorDieWhenFall \ static_assert(alignof(FGLandingComponent_OnActorDieWhenFall) == 0x000008, "Wrong alignment on FGLandingComponent_OnActorDieWhenFall"); \ static_assert(sizeof(FGLandingComponent_OnActorDieWhenFall) == 0x000008, "Wrong size on FGLandingComponent_OnActorDieWhenFall"); \ static_assert(offsetof(FGLandingComponent_OnActorDieWhenFall, Character) == 0x000000, "Member 'FGLandingComponent_OnActorDieWhenFall::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLandingComponent_StartLanding \ static_assert(alignof(FGLandingComponent_StartLanding) == 0x000008, "Wrong alignment on FGLandingComponent_StartLanding"); \ static_assert(sizeof(FGLandingComponent_StartLanding) == 0x000018, "Wrong size on FGLandingComponent_StartLanding"); \ static_assert(offsetof(FGLandingComponent_StartLanding, LandingProperty) == 0x000000, "Member 'FGLandingComponent_StartLanding::LandingProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGLandingComponent \ static_assert(alignof(UFGLandingComponent) == 0x000008, "Wrong alignment on UFGLandingComponent"); \ static_assert(sizeof(UFGLandingComponent) == 0x000180, "Wrong size on UFGLandingComponent"); \ static_assert(offsetof(UFGLandingComponent, DebugOffset) == 0x0000C8, "Member 'UFGLandingComponent::DebugOffset' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, bRollLanding) == 0x0000CC, "Member 'UFGLandingComponent::bRollLanding' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, DefaultLandingMontage) == 0x0000D0, "Member 'UFGLandingComponent::DefaultLandingMontage' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, LandingMontages) == 0x0000D8, "Member 'UFGLandingComponent::LandingMontages' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, MyOwner) == 0x000130, "Member 'UFGLandingComponent::MyOwner' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, ImpulseRadius) == 0x000138, "Member 'UFGLandingComponent::ImpulseRadius' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, ImpulseStrength) == 0x00013C, "Member 'UFGLandingComponent::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, bXYOverride) == 0x000140, "Member 'UFGLandingComponent::bXYOverride' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, bZOverride) == 0x000141, "Member 'UFGLandingComponent::bZOverride' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, TrailFX) == 0x000148, "Member 'UFGLandingComponent::TrailFX' has a wrong offset!"); \ static_assert(offsetof(UFGLandingComponent, bDebugSuecide) == 0x000170, "Member 'UFGLandingComponent::bDebugSuecide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_AddComplexCollisionToComponent \ static_assert(alignof(FGLib_AddComplexCollisionToComponent) == 0x000008, "Wrong alignment on FGLib_AddComplexCollisionToComponent"); \ static_assert(sizeof(FGLib_AddComplexCollisionToComponent) == 0x000010, "Wrong size on FGLib_AddComplexCollisionToComponent"); \ static_assert(offsetof(FGLib_AddComplexCollisionToComponent, TargetComponent) == 0x000000, "Member 'FGLib_AddComplexCollisionToComponent::TargetComponent' has a wrong offset!"); \ static_assert(offsetof(FGLib_AddComplexCollisionToComponent, SourceMeshWithComplexCollision) == 0x000008, "Member 'FGLib_AddComplexCollisionToComponent::SourceMeshWithComplexCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_AffixesGetImplicitModValue \ static_assert(alignof(FGLib_AffixesGetImplicitModValue) == 0x000008, "Wrong alignment on FGLib_AffixesGetImplicitModValue"); \ static_assert(sizeof(FGLib_AffixesGetImplicitModValue) == 0x000038, "Wrong size on FGLib_AffixesGetImplicitModValue"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValue, Affixes) == 0x000000, "Member 'FGLib_AffixesGetImplicitModValue::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValue, ImplicitMod) == 0x000030, "Member 'FGLib_AffixesGetImplicitModValue::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValue, ReturnValue) == 0x000034, "Member 'FGLib_AffixesGetImplicitModValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_AffixesGetImplicitModValueAdding \ static_assert(alignof(FGLib_AffixesGetImplicitModValueAdding) == 0x000008, "Wrong alignment on FGLib_AffixesGetImplicitModValueAdding"); \ static_assert(sizeof(FGLib_AffixesGetImplicitModValueAdding) == 0x000038, "Wrong size on FGLib_AffixesGetImplicitModValueAdding"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValueAdding, Affixes) == 0x000000, "Member 'FGLib_AffixesGetImplicitModValueAdding::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValueAdding, ImplicitMod) == 0x000030, "Member 'FGLib_AffixesGetImplicitModValueAdding::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesGetImplicitModValueAdding, ReturnValue) == 0x000034, "Member 'FGLib_AffixesGetImplicitModValueAdding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_AffixesHaveImplicitMod \ static_assert(alignof(FGLib_AffixesHaveImplicitMod) == 0x000008, "Wrong alignment on FGLib_AffixesHaveImplicitMod"); \ static_assert(sizeof(FGLib_AffixesHaveImplicitMod) == 0x000038, "Wrong size on FGLib_AffixesHaveImplicitMod"); \ static_assert(offsetof(FGLib_AffixesHaveImplicitMod, Affixes) == 0x000000, "Member 'FGLib_AffixesHaveImplicitMod::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesHaveImplicitMod, ImplicitMod) == 0x000030, "Member 'FGLib_AffixesHaveImplicitMod::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FGLib_AffixesHaveImplicitMod, ReturnValue) == 0x000031, "Member 'FGLib_AffixesHaveImplicitMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ApplyDurabilityScale \ static_assert(alignof(FGLib_ApplyDurabilityScale) == 0x000008, "Wrong alignment on FGLib_ApplyDurabilityScale"); \ static_assert(sizeof(FGLib_ApplyDurabilityScale) == 0x000760, "Wrong size on FGLib_ApplyDurabilityScale"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Settings) == 0x000000, "Member 'FGLib_ApplyDurabilityScale::Settings' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Frame) == 0x0001E8, "Member 'FGLib_ApplyDurabilityScale::Frame' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Barrel) == 0x000300, "Member 'FGLib_ApplyDurabilityScale::Barrel' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Magazine) == 0x0003A0, "Member 'FGLib_ApplyDurabilityScale::Magazine' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Grip) == 0x000420, "Member 'FGLib_ApplyDurabilityScale::Grip' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Stock) == 0x0004A8, "Member 'FGLib_ApplyDurabilityScale::Stock' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, Scope) == 0x000510, "Member 'FGLib_ApplyDurabilityScale::Scope' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyDurabilityScale, ReturnValue) == 0x000578, "Member 'FGLib_ApplyDurabilityScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ApplyRadialDamage \ static_assert(alignof(FGLib_ApplyRadialDamage) == 0x000008, "Wrong alignment on FGLib_ApplyRadialDamage"); \ static_assert(sizeof(FGLib_ApplyRadialDamage) == 0x000060, "Wrong size on FGLib_ApplyRadialDamage"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, WorldContextObject) == 0x000000, "Member 'FGLib_ApplyRadialDamage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, BaseDamage) == 0x000008, "Member 'FGLib_ApplyRadialDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, Origin) == 0x00000C, "Member 'FGLib_ApplyRadialDamage::Origin' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamageInnerRadius) == 0x000018, "Member 'FGLib_ApplyRadialDamage::DamageInnerRadius' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamageOuterRadius) == 0x00001C, "Member 'FGLib_ApplyRadialDamage::DamageOuterRadius' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamageTypeClass) == 0x000020, "Member 'FGLib_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, IgnoreActors) == 0x000028, "Member 'FGLib_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamageCauser) == 0x000038, "Member 'FGLib_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, InstigatedByController) == 0x000040, "Member 'FGLib_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, bDoFullDamage) == 0x000048, "Member 'FGLib_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamagePreventionChannel) == 0x000049, "Member 'FGLib_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, DamageScale) == 0x00004C, "Member 'FGLib_ApplyRadialDamage::DamageScale' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, PenetrateDeath) == 0x000050, "Member 'FGLib_ApplyRadialDamage::PenetrateDeath' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, InnerRadiusDamagePortion) == 0x000054, "Member 'FGLib_ApplyRadialDamage::InnerRadiusDamagePortion' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, ArmorDamagePortion) == 0x000058, "Member 'FGLib_ApplyRadialDamage::ArmorDamagePortion' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, bIgnorCover) == 0x00005C, "Member 'FGLib_ApplyRadialDamage::bIgnorCover' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, bDebug) == 0x00005D, "Member 'FGLib_ApplyRadialDamage::bDebug' has a wrong offset!"); \ static_assert(offsetof(FGLib_ApplyRadialDamage, ReturnValue) == 0x00005E, "Member 'FGLib_ApplyRadialDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_AttachToWagon \ static_assert(alignof(FGLib_AttachToWagon) == 0x000008, "Wrong alignment on FGLib_AttachToWagon"); \ static_assert(sizeof(FGLib_AttachToWagon) == 0x000008, "Wrong size on FGLib_AttachToWagon"); \ static_assert(offsetof(FGLib_AttachToWagon, ActorToAttach) == 0x000000, "Member 'FGLib_AttachToWagon::ActorToAttach' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_BarrelAsModuleDescription \ static_assert(alignof(FGLib_BarrelAsModuleDescription) == 0x000008, "Wrong alignment on FGLib_BarrelAsModuleDescription"); \ static_assert(sizeof(FGLib_BarrelAsModuleDescription) == 0x000108, "Wrong size on FGLib_BarrelAsModuleDescription"); \ static_assert(offsetof(FGLib_BarrelAsModuleDescription, InDescription) == 0x000000, "Member 'FGLib_BarrelAsModuleDescription::InDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_BarrelAsModuleDescription, ReturnValue) == 0x0000A0, "Member 'FGLib_BarrelAsModuleDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_CalculateMemoryUsage \ static_assert(alignof(FGLib_CalculateMemoryUsage) == 0x000008, "Wrong alignment on FGLib_CalculateMemoryUsage"); \ static_assert(sizeof(FGLib_CalculateMemoryUsage) == 0x000018, "Wrong size on FGLib_CalculateMemoryUsage"); \ static_assert(offsetof(FGLib_CalculateMemoryUsage, StaticMeshComponents) == 0x000000, "Member 'FGLib_CalculateMemoryUsage::StaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(FGLib_CalculateMemoryUsage, ReturnValue) == 0x000010, "Member 'FGLib_CalculateMemoryUsage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_CanUseAction \ static_assert(alignof(FGLib_CanUseAction) == 0x000008, "Wrong alignment on FGLib_CanUseAction"); \ static_assert(sizeof(FGLib_CanUseAction) == 0x000010, "Wrong size on FGLib_CanUseAction"); \ static_assert(offsetof(FGLib_CanUseAction, Target) == 0x000000, "Member 'FGLib_CanUseAction::Target' has a wrong offset!"); \ static_assert(offsetof(FGLib_CanUseAction, ReturnValue) == 0x000008, "Member 'FGLib_CanUseAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_CheckLocation \ static_assert(alignof(FGLib_CheckLocation) == 0x000008, "Wrong alignment on FGLib_CheckLocation"); \ static_assert(sizeof(FGLib_CheckLocation) == 0x000030, "Wrong size on FGLib_CheckLocation"); \ static_assert(offsetof(FGLib_CheckLocation, Instigator) == 0x000000, "Member 'FGLib_CheckLocation::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGLib_CheckLocation, Location) == 0x000008, "Member 'FGLib_CheckLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGLib_CheckLocation, Radius) == 0x000014, "Member 'FGLib_CheckLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(FGLib_CheckLocation, IgnoredActors) == 0x000018, "Member 'FGLib_CheckLocation::IgnoredActors' has a wrong offset!"); \ static_assert(offsetof(FGLib_CheckLocation, bDebug) == 0x000028, "Member 'FGLib_CheckLocation::bDebug' has a wrong offset!"); \ static_assert(offsetof(FGLib_CheckLocation, ReturnValue) == 0x000029, "Member 'FGLib_CheckLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ClearComplexCollision \ static_assert(alignof(FGLib_ClearComplexCollision) == 0x000008, "Wrong alignment on FGLib_ClearComplexCollision"); \ static_assert(sizeof(FGLib_ClearComplexCollision) == 0x000008, "Wrong size on FGLib_ClearComplexCollision"); \ static_assert(offsetof(FGLib_ClearComplexCollision, TargetComponent) == 0x000000, "Member 'FGLib_ClearComplexCollision::TargetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ClientSetRotation \ static_assert(alignof(FGLib_ClientSetRotation) == 0x000008, "Wrong alignment on FGLib_ClientSetRotation"); \ static_assert(sizeof(FGLib_ClientSetRotation) == 0x000018, "Wrong size on FGLib_ClientSetRotation"); \ static_assert(offsetof(FGLib_ClientSetRotation, PlayerController) == 0x000000, "Member 'FGLib_ClientSetRotation::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FGLib_ClientSetRotation, NewRotation) == 0x000008, "Member 'FGLib_ClientSetRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(FGLib_ClientSetRotation, bResetCamera) == 0x000014, "Member 'FGLib_ClientSetRotation::bResetCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ConditionalDestroyComponent \ static_assert(alignof(FGLib_ConditionalDestroyComponent) == 0x000008, "Wrong alignment on FGLib_ConditionalDestroyComponent"); \ static_assert(sizeof(FGLib_ConditionalDestroyComponent) == 0x000008, "Wrong size on FGLib_ConditionalDestroyComponent"); \ static_assert(offsetof(FGLib_ConditionalDestroyComponent, Component) == 0x000000, "Member 'FGLib_ConditionalDestroyComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_CreateDynamicSplineComponent \ static_assert(alignof(FGLib_CreateDynamicSplineComponent) == 0x000008, "Wrong alignment on FGLib_CreateDynamicSplineComponent"); \ static_assert(sizeof(FGLib_CreateDynamicSplineComponent) == 0x000010, "Wrong size on FGLib_CreateDynamicSplineComponent"); \ static_assert(offsetof(FGLib_CreateDynamicSplineComponent, WorldContextObject) == 0x000000, "Member 'FGLib_CreateDynamicSplineComponent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_CreateDynamicSplineComponent, ReturnValue) == 0x000008, "Member 'FGLib_CreateDynamicSplineComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_FindClassByName \ static_assert(alignof(FGLib_FindClassByName) == 0x000008, "Wrong alignment on FGLib_FindClassByName"); \ static_assert(sizeof(FGLib_FindClassByName) == 0x000018, "Wrong size on FGLib_FindClassByName"); \ static_assert(offsetof(FGLib_FindClassByName, ClassName) == 0x000000, "Member 'FGLib_FindClassByName::ClassName' has a wrong offset!"); \ static_assert(offsetof(FGLib_FindClassByName, ReturnValue) == 0x000010, "Member 'FGLib_FindClassByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_FindPlayerStartsFromClass \ static_assert(alignof(FGLib_FindPlayerStartsFromClass) == 0x000008, "Wrong alignment on FGLib_FindPlayerStartsFromClass"); \ static_assert(sizeof(FGLib_FindPlayerStartsFromClass) == 0x000020, "Wrong size on FGLib_FindPlayerStartsFromClass"); \ static_assert(offsetof(FGLib_FindPlayerStartsFromClass, PlayerStartClass) == 0x000000, "Member 'FGLib_FindPlayerStartsFromClass::PlayerStartClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_FindPlayerStartsFromClass, WorldContextObject) == 0x000008, "Member 'FGLib_FindPlayerStartsFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_FindPlayerStartsFromClass, ReturnValue) == 0x000010, "Member 'FGLib_FindPlayerStartsFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_FrameAsModuleDescription \ static_assert(alignof(FGLib_FrameAsModuleDescription) == 0x000008, "Wrong alignment on FGLib_FrameAsModuleDescription"); \ static_assert(sizeof(FGLib_FrameAsModuleDescription) == 0x000180, "Wrong size on FGLib_FrameAsModuleDescription"); \ static_assert(offsetof(FGLib_FrameAsModuleDescription, InDescription) == 0x000000, "Member 'FGLib_FrameAsModuleDescription::InDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_FrameAsModuleDescription, ReturnValue) == 0x000118, "Member 'FGLib_FrameAsModuleDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetActionMapping \ static_assert(alignof(FGLib_GetActionMapping) == 0x000008, "Wrong alignment on FGLib_GetActionMapping"); \ static_assert(sizeof(FGLib_GetActionMapping) == 0x000018, "Wrong size on FGLib_GetActionMapping"); \ static_assert(offsetof(FGLib_GetActionMapping, ActionName) == 0x000000, "Member 'FGLib_GetActionMapping::ActionName' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetActionMapping, Bindings) == 0x000008, "Member 'FGLib_GetActionMapping::Bindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetActorLocalMeshBounds \ static_assert(alignof(FGLib_GetActorLocalMeshBounds) == 0x000008, "Wrong alignment on FGLib_GetActorLocalMeshBounds"); \ static_assert(sizeof(FGLib_GetActorLocalMeshBounds) == 0x000028, "Wrong size on FGLib_GetActorLocalMeshBounds"); \ static_assert(offsetof(FGLib_GetActorLocalMeshBounds, InActor) == 0x000000, "Member 'FGLib_GetActorLocalMeshBounds::InActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetActorLocalMeshBounds, ReturnValue) == 0x000008, "Member 'FGLib_GetActorLocalMeshBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetActorPoolManager \ static_assert(alignof(FGLib_GetActorPoolManager) == 0x000008, "Wrong alignment on FGLib_GetActorPoolManager"); \ static_assert(sizeof(FGLib_GetActorPoolManager) == 0x000010, "Wrong size on FGLib_GetActorPoolManager"); \ static_assert(offsetof(FGLib_GetActorPoolManager, ContextObject) == 0x000000, "Member 'FGLib_GetActorPoolManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetActorPoolManager, ReturnValue) == 0x000008, "Member 'FGLib_GetActorPoolManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetActorWorldMeshBounds \ static_assert(alignof(FGLib_GetActorWorldMeshBounds) == 0x000008, "Wrong alignment on FGLib_GetActorWorldMeshBounds"); \ static_assert(sizeof(FGLib_GetActorWorldMeshBounds) == 0x000028, "Wrong size on FGLib_GetActorWorldMeshBounds"); \ static_assert(offsetof(FGLib_GetActorWorldMeshBounds, InActor) == 0x000000, "Member 'FGLib_GetActorWorldMeshBounds::InActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetActorWorldMeshBounds, ReturnValue) == 0x000008, "Member 'FGLib_GetActorWorldMeshBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAIDirectorManager \ static_assert(alignof(FGLib_GetAIDirectorManager) == 0x000008, "Wrong alignment on FGLib_GetAIDirectorManager"); \ static_assert(sizeof(FGLib_GetAIDirectorManager) == 0x000010, "Wrong size on FGLib_GetAIDirectorManager"); \ static_assert(offsetof(FGLib_GetAIDirectorManager, ContextObject) == 0x000000, "Member 'FGLib_GetAIDirectorManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAIDirectorManager, ReturnValue) == 0x000008, "Member 'FGLib_GetAIDirectorManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAllClassesFromParentClass \ static_assert(alignof(FGLib_GetAllClassesFromParentClass) == 0x000008, "Wrong alignment on FGLib_GetAllClassesFromParentClass"); \ static_assert(sizeof(FGLib_GetAllClassesFromParentClass) == 0x000028, "Wrong size on FGLib_GetAllClassesFromParentClass"); \ static_assert(offsetof(FGLib_GetAllClassesFromParentClass, Path) == 0x000000, "Member 'FGLib_GetAllClassesFromParentClass::Path' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAllClassesFromParentClass, ParentClass) == 0x000010, "Member 'FGLib_GetAllClassesFromParentClass::ParentClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAllClassesFromParentClass, Result) == 0x000018, "Member 'FGLib_GetAllClassesFromParentClass::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAllItemsOfType \ static_assert(alignof(FGLib_GetAllItemsOfType) == 0x000008, "Wrong alignment on FGLib_GetAllItemsOfType"); \ static_assert(sizeof(FGLib_GetAllItemsOfType) == 0x000028, "Wrong size on FGLib_GetAllItemsOfType"); \ static_assert(offsetof(FGLib_GetAllItemsOfType, Items) == 0x000000, "Member 'FGLib_GetAllItemsOfType::Items' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAllItemsOfType, WorldContextObject) == 0x000010, "Member 'FGLib_GetAllItemsOfType::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAllItemsOfType, ParentClass) == 0x000018, "Member 'FGLib_GetAllItemsOfType::ParentClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAllItemsOfType, bUnique) == 0x000020, "Member 'FGLib_GetAllItemsOfType::bUnique' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAppVersion \ static_assert(alignof(FGLib_GetAppVersion) == 0x000008, "Wrong alignment on FGLib_GetAppVersion"); \ static_assert(sizeof(FGLib_GetAppVersion) == 0x000010, "Wrong size on FGLib_GetAppVersion"); \ static_assert(offsetof(FGLib_GetAppVersion, ReturnValue) == 0x000000, "Member 'FGLib_GetAppVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAttackBasePoint \ static_assert(alignof(FGLib_GetAttackBasePoint) == 0x000008, "Wrong alignment on FGLib_GetAttackBasePoint"); \ static_assert(sizeof(FGLib_GetAttackBasePoint) == 0x000028, "Wrong size on FGLib_GetAttackBasePoint"); \ static_assert(offsetof(FGLib_GetAttackBasePoint, AIPawn) == 0x000000, "Member 'FGLib_GetAttackBasePoint::AIPawn' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAttackBasePoint, TargetLocation) == 0x000008, "Member 'FGLib_GetAttackBasePoint::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAttackBasePoint, AttackRadius) == 0x000014, "Member 'FGLib_GetAttackBasePoint::AttackRadius' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAttackBasePoint, Sector) == 0x000015, "Member 'FGLib_GetAttackBasePoint::Sector' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAttackBasePoint, ReturnValue) == 0x000018, "Member 'FGLib_GetAttackBasePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetAxisMapping \ static_assert(alignof(FGLib_GetAxisMapping) == 0x000008, "Wrong alignment on FGLib_GetAxisMapping"); \ static_assert(sizeof(FGLib_GetAxisMapping) == 0x000020, "Wrong size on FGLib_GetAxisMapping"); \ static_assert(offsetof(FGLib_GetAxisMapping, AxisName) == 0x000000, "Member 'FGLib_GetAxisMapping::AxisName' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAxisMapping, AxisScale) == 0x000008, "Member 'FGLib_GetAxisMapping::AxisScale' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetAxisMapping, Bindings) == 0x000010, "Member 'FGLib_GetAxisMapping::Bindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetChildClasses \ static_assert(alignof(FGLib_GetChildClasses) == 0x000008, "Wrong alignment on FGLib_GetChildClasses"); \ static_assert(sizeof(FGLib_GetChildClasses) == 0x000020, "Wrong size on FGLib_GetChildClasses"); \ static_assert(offsetof(FGLib_GetChildClasses, ParentClass) == 0x000000, "Member 'FGLib_GetChildClasses::ParentClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetChildClasses, bIncludeBlueprintClasses) == 0x000008, "Member 'FGLib_GetChildClasses::bIncludeBlueprintClasses' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetChildClasses, ReturnValue) == 0x000010, "Member 'FGLib_GetChildClasses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetConnectedPlayers \ static_assert(alignof(FGLib_GetConnectedPlayers) == 0x000008, "Wrong alignment on FGLib_GetConnectedPlayers"); \ static_assert(sizeof(FGLib_GetConnectedPlayers) == 0x000018, "Wrong size on FGLib_GetConnectedPlayers"); \ static_assert(offsetof(FGLib_GetConnectedPlayers, WorldContextObject) == 0x000000, "Member 'FGLib_GetConnectedPlayers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetConnectedPlayers, ReturnValue) == 0x000008, "Member 'FGLib_GetConnectedPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetControllerId \ static_assert(alignof(FGLib_GetControllerId) == 0x000008, "Wrong alignment on FGLib_GetControllerId"); \ static_assert(sizeof(FGLib_GetControllerId) == 0x000018, "Wrong size on FGLib_GetControllerId"); \ static_assert(offsetof(FGLib_GetControllerId, PlayerController) == 0x000000, "Member 'FGLib_GetControllerId::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetControllerId, ReturnValue) == 0x000008, "Member 'FGLib_GetControllerId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetDefaultObject \ static_assert(alignof(FGLib_GetDefaultObject) == 0x000008, "Wrong alignment on FGLib_GetDefaultObject"); \ static_assert(sizeof(FGLib_GetDefaultObject) == 0x000010, "Wrong size on FGLib_GetDefaultObject"); \ static_assert(offsetof(FGLib_GetDefaultObject, ObjectClass) == 0x000000, "Member 'FGLib_GetDefaultObject::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetDefaultObject, ReturnValue) == 0x000008, "Member 'FGLib_GetDefaultObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetEnemyTrain \ static_assert(alignof(FGLib_GetEnemyTrain) == 0x000008, "Wrong alignment on FGLib_GetEnemyTrain"); \ static_assert(sizeof(FGLib_GetEnemyTrain) == 0x000010, "Wrong size on FGLib_GetEnemyTrain"); \ static_assert(offsetof(FGLib_GetEnemyTrain, ContextObject) == 0x000000, "Member 'FGLib_GetEnemyTrain::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetEnemyTrain, ReturnValue) == 0x000008, "Member 'FGLib_GetEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetEventInstancesCount \ static_assert(alignof(FGLib_GetEventInstancesCount) == 0x000008, "Wrong alignment on FGLib_GetEventInstancesCount"); \ static_assert(sizeof(FGLib_GetEventInstancesCount) == 0x000018, "Wrong size on FGLib_GetEventInstancesCount"); \ static_assert(offsetof(FGLib_GetEventInstancesCount, WorldContextObject) == 0x000000, "Member 'FGLib_GetEventInstancesCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetEventInstancesCount, Event) == 0x000008, "Member 'FGLib_GetEventInstancesCount::Event' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetEventInstancesCount, ReturnValue) == 0x000010, "Member 'FGLib_GetEventInstancesCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetFloatPrecisioin2 \ static_assert(alignof(FGLib_GetFloatPrecisioin2) == 0x000004, "Wrong alignment on FGLib_GetFloatPrecisioin2"); \ static_assert(sizeof(FGLib_GetFloatPrecisioin2) == 0x000008, "Wrong size on FGLib_GetFloatPrecisioin2"); \ static_assert(offsetof(FGLib_GetFloatPrecisioin2, Value) == 0x000000, "Member 'FGLib_GetFloatPrecisioin2::Value' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetFloatPrecisioin2, ReturnValue) == 0x000004, "Member 'FGLib_GetFloatPrecisioin2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetGamepadInvertAxisX \ static_assert(alignof(FGLib_GetGamepadInvertAxisX) == 0x000001, "Wrong alignment on FGLib_GetGamepadInvertAxisX"); \ static_assert(sizeof(FGLib_GetGamepadInvertAxisX) == 0x000001, "Wrong size on FGLib_GetGamepadInvertAxisX"); \ static_assert(offsetof(FGLib_GetGamepadInvertAxisX, ReturnValue) == 0x000000, "Member 'FGLib_GetGamepadInvertAxisX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetGamepadInvertAxisY \ static_assert(alignof(FGLib_GetGamepadInvertAxisY) == 0x000001, "Wrong alignment on FGLib_GetGamepadInvertAxisY"); \ static_assert(sizeof(FGLib_GetGamepadInvertAxisY) == 0x000001, "Wrong size on FGLib_GetGamepadInvertAxisY"); \ static_assert(offsetof(FGLib_GetGamepadInvertAxisY, ReturnValue) == 0x000000, "Member 'FGLib_GetGamepadInvertAxisY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetGamepadSensitivityX \ static_assert(alignof(FGLib_GetGamepadSensitivityX) == 0x000004, "Wrong alignment on FGLib_GetGamepadSensitivityX"); \ static_assert(sizeof(FGLib_GetGamepadSensitivityX) == 0x000004, "Wrong size on FGLib_GetGamepadSensitivityX"); \ static_assert(offsetof(FGLib_GetGamepadSensitivityX, ReturnValue) == 0x000000, "Member 'FGLib_GetGamepadSensitivityX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetGamepadSensitivityY \ static_assert(alignof(FGLib_GetGamepadSensitivityY) == 0x000004, "Wrong alignment on FGLib_GetGamepadSensitivityY"); \ static_assert(sizeof(FGLib_GetGamepadSensitivityY) == 0x000004, "Wrong size on FGLib_GetGamepadSensitivityY"); \ static_assert(offsetof(FGLib_GetGamepadSensitivityY, ReturnValue) == 0x000000, "Member 'FGLib_GetGamepadSensitivityY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetInvalidAiLocation \ static_assert(alignof(FGLib_GetInvalidAiLocation) == 0x000004, "Wrong alignment on FGLib_GetInvalidAiLocation"); \ static_assert(sizeof(FGLib_GetInvalidAiLocation) == 0x00000C, "Wrong size on FGLib_GetInvalidAiLocation"); \ static_assert(offsetof(FGLib_GetInvalidAiLocation, ReturnValue) == 0x000000, "Member 'FGLib_GetInvalidAiLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetItemMaxStack \ static_assert(alignof(FGLib_GetItemMaxStack) == 0x000008, "Wrong alignment on FGLib_GetItemMaxStack"); \ static_assert(sizeof(FGLib_GetItemMaxStack) == 0x000018, "Wrong size on FGLib_GetItemMaxStack"); \ static_assert(offsetof(FGLib_GetItemMaxStack, WorldContextObject) == 0x000000, "Member 'FGLib_GetItemMaxStack::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetItemMaxStack, ItemClass) == 0x000008, "Member 'FGLib_GetItemMaxStack::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetItemMaxStack, ReturnValue) == 0x000010, "Member 'FGLib_GetItemMaxStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetLoggedInUsername \ static_assert(alignof(FGLib_GetLoggedInUsername) == 0x000008, "Wrong alignment on FGLib_GetLoggedInUsername"); \ static_assert(sizeof(FGLib_GetLoggedInUsername) == 0x000018, "Wrong size on FGLib_GetLoggedInUsername"); \ static_assert(offsetof(FGLib_GetLoggedInUsername, WorldContextObject) == 0x000000, "Member 'FGLib_GetLoggedInUsername::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetLoggedInUsername, ReturnValue) == 0x000008, "Member 'FGLib_GetLoggedInUsername::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMapGenerator \ static_assert(alignof(FGLib_GetMapGenerator) == 0x000008, "Wrong alignment on FGLib_GetMapGenerator"); \ static_assert(sizeof(FGLib_GetMapGenerator) == 0x000010, "Wrong size on FGLib_GetMapGenerator"); \ static_assert(offsetof(FGLib_GetMapGenerator, ContextObject) == 0x000000, "Member 'FGLib_GetMapGenerator::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetMapGenerator, ReturnValue) == 0x000008, "Member 'FGLib_GetMapGenerator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMapTheme \ static_assert(alignof(FGLib_GetMapTheme) == 0x000008, "Wrong alignment on FGLib_GetMapTheme"); \ static_assert(sizeof(FGLib_GetMapTheme) == 0x000010, "Wrong size on FGLib_GetMapTheme"); \ static_assert(offsetof(FGLib_GetMapTheme, WorldContextObject) == 0x000000, "Member 'FGLib_GetMapTheme::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetMapTheme, ReturnValue) == 0x000008, "Member 'FGLib_GetMapTheme::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMapThemeForDay \ static_assert(alignof(FGLib_GetMapThemeForDay) == 0x000008, "Wrong alignment on FGLib_GetMapThemeForDay"); \ static_assert(sizeof(FGLib_GetMapThemeForDay) == 0x000010, "Wrong size on FGLib_GetMapThemeForDay"); \ static_assert(offsetof(FGLib_GetMapThemeForDay, WorldContextObject) == 0x000000, "Member 'FGLib_GetMapThemeForDay::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetMapThemeForDay, Day) == 0x000008, "Member 'FGLib_GetMapThemeForDay::Day' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetMapThemeForDay, ReturnValue) == 0x00000C, "Member 'FGLib_GetMapThemeForDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModuleDurability \ static_assert(alignof(FGLib_GetModuleDurability) == 0x000008, "Wrong alignment on FGLib_GetModuleDurability"); \ static_assert(sizeof(FGLib_GetModuleDurability) == 0x000070, "Wrong size on FGLib_GetModuleDurability"); \ static_assert(offsetof(FGLib_GetModuleDurability, ModuleDescription) == 0x000000, "Member 'FGLib_GetModuleDurability::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModuleDurability, ReturnValue) == 0x000068, "Member 'FGLib_GetModuleDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModuleDurabilityScale \ static_assert(alignof(FGLib_GetModuleDurabilityScale) == 0x000008, "Wrong alignment on FGLib_GetModuleDurabilityScale"); \ static_assert(sizeof(FGLib_GetModuleDurabilityScale) == 0x000070, "Wrong size on FGLib_GetModuleDurabilityScale"); \ static_assert(offsetof(FGLib_GetModuleDurabilityScale, ModuleDescription) == 0x000000, "Member 'FGLib_GetModuleDurabilityScale::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModuleDurabilityScale, ReturnValue) == 0x000068, "Member 'FGLib_GetModuleDurabilityScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModuleMaxDurability \ static_assert(alignof(FGLib_GetModuleMaxDurability) == 0x000008, "Wrong alignment on FGLib_GetModuleMaxDurability"); \ static_assert(sizeof(FGLib_GetModuleMaxDurability) == 0x000070, "Wrong size on FGLib_GetModuleMaxDurability"); \ static_assert(offsetof(FGLib_GetModuleMaxDurability, ModuleDescription) == 0x000000, "Member 'FGLib_GetModuleMaxDurability::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModuleMaxDurability, ReturnValue) == 0x000068, "Member 'FGLib_GetModuleMaxDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModulesOfTypeNum \ static_assert(alignof(FGLib_GetModulesOfTypeNum) == 0x000008, "Wrong alignment on FGLib_GetModulesOfTypeNum"); \ static_assert(sizeof(FGLib_GetModulesOfTypeNum) == 0x000018, "Wrong size on FGLib_GetModulesOfTypeNum"); \ static_assert(offsetof(FGLib_GetModulesOfTypeNum, WorldContextObject) == 0x000000, "Member 'FGLib_GetModulesOfTypeNum::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOfTypeNum, FilterModule) == 0x000008, "Member 'FGLib_GetModulesOfTypeNum::FilterModule' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOfTypeNum, ReturnValue) == 0x000010, "Member 'FGLib_GetModulesOfTypeNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModulesOnPlatform \ static_assert(alignof(FGLib_GetModulesOnPlatform) == 0x000008, "Wrong alignment on FGLib_GetModulesOnPlatform"); \ static_assert(sizeof(FGLib_GetModulesOnPlatform) == 0x000030, "Wrong size on FGLib_GetModulesOnPlatform"); \ static_assert(offsetof(FGLib_GetModulesOnPlatform, Modules) == 0x000000, "Member 'FGLib_GetModulesOnPlatform::Modules' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOnPlatform, Wagon) == 0x000010, "Member 'FGLib_GetModulesOnPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOnPlatform, PlatformIndex) == 0x000018, "Member 'FGLib_GetModulesOnPlatform::PlatformIndex' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOnPlatform, FilterModule) == 0x000020, "Member 'FGLib_GetModulesOnPlatform::FilterModule' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModulesOnPlatform, FilterComponent) == 0x000028, "Member 'FGLib_GetModulesOnPlatform::FilterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetModuleTempDeterioration \ static_assert(alignof(FGLib_GetModuleTempDeterioration) == 0x000008, "Wrong alignment on FGLib_GetModuleTempDeterioration"); \ static_assert(sizeof(FGLib_GetModuleTempDeterioration) == 0x000070, "Wrong size on FGLib_GetModuleTempDeterioration"); \ static_assert(offsetof(FGLib_GetModuleTempDeterioration, ModuleDescription) == 0x000000, "Member 'FGLib_GetModuleTempDeterioration::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetModuleTempDeterioration, ReturnValue) == 0x000068, "Member 'FGLib_GetModuleTempDeterioration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMouseInvertAxisX \ static_assert(alignof(FGLib_GetMouseInvertAxisX) == 0x000001, "Wrong alignment on FGLib_GetMouseInvertAxisX"); \ static_assert(sizeof(FGLib_GetMouseInvertAxisX) == 0x000001, "Wrong size on FGLib_GetMouseInvertAxisX"); \ static_assert(offsetof(FGLib_GetMouseInvertAxisX, ReturnValue) == 0x000000, "Member 'FGLib_GetMouseInvertAxisX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMouseInvertAxisY \ static_assert(alignof(FGLib_GetMouseInvertAxisY) == 0x000001, "Wrong alignment on FGLib_GetMouseInvertAxisY"); \ static_assert(sizeof(FGLib_GetMouseInvertAxisY) == 0x000001, "Wrong size on FGLib_GetMouseInvertAxisY"); \ static_assert(offsetof(FGLib_GetMouseInvertAxisY, ReturnValue) == 0x000000, "Member 'FGLib_GetMouseInvertAxisY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetMouseSensitivity \ static_assert(alignof(FGLib_GetMouseSensitivity) == 0x000004, "Wrong alignment on FGLib_GetMouseSensitivity"); \ static_assert(sizeof(FGLib_GetMouseSensitivity) == 0x000004, "Wrong size on FGLib_GetMouseSensitivity"); \ static_assert(offsetof(FGLib_GetMouseSensitivity, ReturnValue) == 0x000000, "Member 'FGLib_GetMouseSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetPlatform \ static_assert(alignof(FGLib_GetPlatform) == 0x000008, "Wrong alignment on FGLib_GetPlatform"); \ static_assert(sizeof(FGLib_GetPlatform) == 0x000018, "Wrong size on FGLib_GetPlatform"); \ static_assert(offsetof(FGLib_GetPlatform, Wagon) == 0x000000, "Member 'FGLib_GetPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPlatform, ActorContext) == 0x000008, "Member 'FGLib_GetPlatform::ActorContext' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPlatform, ReturnValue) == 0x000010, "Member 'FGLib_GetPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetPlatformLocation \ static_assert(alignof(FGLib_GetPlatformLocation) == 0x000008, "Wrong alignment on FGLib_GetPlatformLocation"); \ static_assert(sizeof(FGLib_GetPlatformLocation) == 0x000018, "Wrong size on FGLib_GetPlatformLocation"); \ static_assert(offsetof(FGLib_GetPlatformLocation, ContextModule) == 0x000000, "Member 'FGLib_GetPlatformLocation::ContextModule' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPlatformLocation, PlatformLocation) == 0x000008, "Member 'FGLib_GetPlatformLocation::PlatformLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetPlayerTrain \ static_assert(alignof(FGLib_GetPlayerTrain) == 0x000008, "Wrong alignment on FGLib_GetPlayerTrain"); \ static_assert(sizeof(FGLib_GetPlayerTrain) == 0x000010, "Wrong size on FGLib_GetPlayerTrain"); \ static_assert(offsetof(FGLib_GetPlayerTrain, ContextActor) == 0x000000, "Member 'FGLib_GetPlayerTrain::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPlayerTrain, ReturnValue) == 0x000008, "Member 'FGLib_GetPlayerTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetPlayerTrainChunk \ static_assert(alignof(FGLib_GetPlayerTrainChunk) == 0x000008, "Wrong alignment on FGLib_GetPlayerTrainChunk"); \ static_assert(sizeof(FGLib_GetPlayerTrainChunk) == 0x000010, "Wrong size on FGLib_GetPlayerTrainChunk"); \ static_assert(offsetof(FGLib_GetPlayerTrainChunk, ContextActor) == 0x000000, "Member 'FGLib_GetPlayerTrainChunk::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPlayerTrainChunk, ReturnValue) == 0x000008, "Member 'FGLib_GetPlayerTrainChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetPredictedTargetPosition \ static_assert(alignof(FGLib_GetPredictedTargetPosition) == 0x000004, "Wrong alignment on FGLib_GetPredictedTargetPosition"); \ static_assert(sizeof(FGLib_GetPredictedTargetPosition) == 0x000034, "Wrong size on FGLib_GetPredictedTargetPosition"); \ static_assert(offsetof(FGLib_GetPredictedTargetPosition, StartPos) == 0x000000, "Member 'FGLib_GetPredictedTargetPosition::StartPos' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPredictedTargetPosition, TargetPos) == 0x00000C, "Member 'FGLib_GetPredictedTargetPosition::TargetPos' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPredictedTargetPosition, TargetVelocity) == 0x000018, "Member 'FGLib_GetPredictedTargetPosition::TargetVelocity' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPredictedTargetPosition, ProjectileSpeed) == 0x000024, "Member 'FGLib_GetPredictedTargetPosition::ProjectileSpeed' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetPredictedTargetPosition, ReturnValue) == 0x000028, "Member 'FGLib_GetPredictedTargetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetQuestManager \ static_assert(alignof(FGLib_GetQuestManager) == 0x000008, "Wrong alignment on FGLib_GetQuestManager"); \ static_assert(sizeof(FGLib_GetQuestManager) == 0x000010, "Wrong size on FGLib_GetQuestManager"); \ static_assert(offsetof(FGLib_GetQuestManager, ContextActor) == 0x000000, "Member 'FGLib_GetQuestManager::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetQuestManager, ReturnValue) == 0x000008, "Member 'FGLib_GetQuestManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetRandomIndex \ static_assert(alignof(FGLib_GetRandomIndex) == 0x000008, "Wrong alignment on FGLib_GetRandomIndex"); \ static_assert(sizeof(FGLib_GetRandomIndex) == 0x000018, "Wrong size on FGLib_GetRandomIndex"); \ static_assert(offsetof(FGLib_GetRandomIndex, ChancesArray) == 0x000000, "Member 'FGLib_GetRandomIndex::ChancesArray' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetRandomIndex, ReturnValue) == 0x000010, "Member 'FGLib_GetRandomIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetRandomIndexFromStream \ static_assert(alignof(FGLib_GetRandomIndexFromStream) == 0x000008, "Wrong alignment on FGLib_GetRandomIndexFromStream"); \ static_assert(sizeof(FGLib_GetRandomIndexFromStream) == 0x000020, "Wrong size on FGLib_GetRandomIndexFromStream"); \ static_assert(offsetof(FGLib_GetRandomIndexFromStream, ChancesArray) == 0x000000, "Member 'FGLib_GetRandomIndexFromStream::ChancesArray' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetRandomIndexFromStream, RandomStream) == 0x000010, "Member 'FGLib_GetRandomIndexFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetRandomIndexFromStream, ReturnValue) == 0x000018, "Member 'FGLib_GetRandomIndexFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetRevolverGenerator \ static_assert(alignof(FGLib_GetRevolverGenerator) == 0x000008, "Wrong alignment on FGLib_GetRevolverGenerator"); \ static_assert(sizeof(FGLib_GetRevolverGenerator) == 0x000010, "Wrong size on FGLib_GetRevolverGenerator"); \ static_assert(offsetof(FGLib_GetRevolverGenerator, ContextActor) == 0x000000, "Member 'FGLib_GetRevolverGenerator::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetRevolverGenerator, ReturnValue) == 0x000008, "Member 'FGLib_GetRevolverGenerator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetRightsManager \ static_assert(alignof(FGLib_GetRightsManager) == 0x000008, "Wrong alignment on FGLib_GetRightsManager"); \ static_assert(sizeof(FGLib_GetRightsManager) == 0x000010, "Wrong size on FGLib_GetRightsManager"); \ static_assert(offsetof(FGLib_GetRightsManager, ContextObject) == 0x000000, "Member 'FGLib_GetRightsManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetRightsManager, ReturnValue) == 0x000008, "Member 'FGLib_GetRightsManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetSectionID \ static_assert(alignof(FGLib_GetSectionID) == 0x000008, "Wrong alignment on FGLib_GetSectionID"); \ static_assert(sizeof(FGLib_GetSectionID) == 0x000018, "Wrong size on FGLib_GetSectionID"); \ static_assert(offsetof(FGLib_GetSectionID, WorldContextObject) == 0x000000, "Member 'FGLib_GetSectionID::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionID, Location) == 0x000008, "Member 'FGLib_GetSectionID::Location' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionID, ReturnValue) == 0x000014, "Member 'FGLib_GetSectionID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetSectionIDByWagon \ static_assert(alignof(FGLib_GetSectionIDByWagon) == 0x000004, "Wrong alignment on FGLib_GetSectionIDByWagon"); \ static_assert(sizeof(FGLib_GetSectionIDByWagon) == 0x000008, "Wrong size on FGLib_GetSectionIDByWagon"); \ static_assert(offsetof(FGLib_GetSectionIDByWagon, WagonID) == 0x000000, "Member 'FGLib_GetSectionIDByWagon::WagonID' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionIDByWagon, ReturnValue) == 0x000004, "Member 'FGLib_GetSectionIDByWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetSectionTransform \ static_assert(alignof(FGLib_GetSectionTransform) == 0x000010, "Wrong alignment on FGLib_GetSectionTransform"); \ static_assert(sizeof(FGLib_GetSectionTransform) == 0x000050, "Wrong size on FGLib_GetSectionTransform"); \ static_assert(offsetof(FGLib_GetSectionTransform, WorldContextObject) == 0x000000, "Member 'FGLib_GetSectionTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionTransform, SectionID) == 0x000008, "Member 'FGLib_GetSectionTransform::SectionID' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionTransform, Transform) == 0x000010, "Member 'FGLib_GetSectionTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionTransform, Wagon) == 0x000040, "Member 'FGLib_GetSectionTransform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSectionTransform, ReturnValue) == 0x000044, "Member 'FGLib_GetSectionTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetSignificanceCollisionLODMesh \ static_assert(alignof(FGLib_GetSignificanceCollisionLODMesh) == 0x000008, "Wrong alignment on FGLib_GetSignificanceCollisionLODMesh"); \ static_assert(sizeof(FGLib_GetSignificanceCollisionLODMesh) == 0x000030, "Wrong size on FGLib_GetSignificanceCollisionLODMesh"); \ static_assert(offsetof(FGLib_GetSignificanceCollisionLODMesh, WorldContextObject) == 0x000000, "Member 'FGLib_GetSignificanceCollisionLODMesh::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSignificanceCollisionLODMesh, BaseMesh) == 0x000008, "Member 'FGLib_GetSignificanceCollisionLODMesh::BaseMesh' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSignificanceCollisionLODMesh, Significance) == 0x000010, "Member 'FGLib_GetSignificanceCollisionLODMesh::Significance' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSignificanceCollisionLODMesh, CustomTag) == 0x000018, "Member 'FGLib_GetSignificanceCollisionLODMesh::CustomTag' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSignificanceCollisionLODMesh, ReturnValue) == 0x000028, "Member 'FGLib_GetSignificanceCollisionLODMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetSteamUserID \ static_assert(alignof(FGLib_GetSteamUserID) == 0x000008, "Wrong alignment on FGLib_GetSteamUserID"); \ static_assert(sizeof(FGLib_GetSteamUserID) == 0x000020, "Wrong size on FGLib_GetSteamUserID"); \ static_assert(offsetof(FGLib_GetSteamUserID, ContextActor) == 0x000000, "Member 'FGLib_GetSteamUserID::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSteamUserID, SteamUserID) == 0x000008, "Member 'FGLib_GetSteamUserID::SteamUserID' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetSteamUserID, ReturnValue) == 0x000018, "Member 'FGLib_GetSteamUserID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetTotalLootCatchersLimit \ static_assert(alignof(FGLib_GetTotalLootCatchersLimit) == 0x000008, "Wrong alignment on FGLib_GetTotalLootCatchersLimit"); \ static_assert(sizeof(FGLib_GetTotalLootCatchersLimit) == 0x000010, "Wrong size on FGLib_GetTotalLootCatchersLimit"); \ static_assert(offsetof(FGLib_GetTotalLootCatchersLimit, WorldContextObject) == 0x000000, "Member 'FGLib_GetTotalLootCatchersLimit::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetTotalLootCatchersLimit, ReturnValue) == 0x000008, "Member 'FGLib_GetTotalLootCatchersLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetTotalWorkersLimit \ static_assert(alignof(FGLib_GetTotalWorkersLimit) == 0x000008, "Wrong alignment on FGLib_GetTotalWorkersLimit"); \ static_assert(sizeof(FGLib_GetTotalWorkersLimit) == 0x000010, "Wrong size on FGLib_GetTotalWorkersLimit"); \ static_assert(offsetof(FGLib_GetTotalWorkersLimit, WorldContextObject) == 0x000000, "Member 'FGLib_GetTotalWorkersLimit::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetTotalWorkersLimit, ReturnValue) == 0x000008, "Member 'FGLib_GetTotalWorkersLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWeaponAverageRepairedCount \ static_assert(alignof(FGLib_GetWeaponAverageRepairedCount) == 0x000008, "Wrong alignment on FGLib_GetWeaponAverageRepairedCount"); \ static_assert(sizeof(FGLib_GetWeaponAverageRepairedCount) == 0x000010, "Wrong size on FGLib_GetWeaponAverageRepairedCount"); \ static_assert(offsetof(FGLib_GetWeaponAverageRepairedCount, RangedWeapon) == 0x000000, "Member 'FGLib_GetWeaponAverageRepairedCount::RangedWeapon' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWeaponAverageRepairedCount, ReturnValue) == 0x000008, "Member 'FGLib_GetWeaponAverageRepairedCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWeaponDurability \ static_assert(alignof(FGLib_GetWeaponDurability) == 0x000008, "Wrong alignment on FGLib_GetWeaponDurability"); \ static_assert(sizeof(FGLib_GetWeaponDurability) == 0x000010, "Wrong size on FGLib_GetWeaponDurability"); \ static_assert(offsetof(FGLib_GetWeaponDurability, LifetimeData) == 0x000000, "Member 'FGLib_GetWeaponDurability::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWeaponDurability, ReturnValue) == 0x000008, "Member 'FGLib_GetWeaponDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWeaponGenerator \ static_assert(alignof(FGLib_GetWeaponGenerator) == 0x000008, "Wrong alignment on FGLib_GetWeaponGenerator"); \ static_assert(sizeof(FGLib_GetWeaponGenerator) == 0x000010, "Wrong size on FGLib_GetWeaponGenerator"); \ static_assert(offsetof(FGLib_GetWeaponGenerator, ContextActor) == 0x000000, "Member 'FGLib_GetWeaponGenerator::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWeaponGenerator, ReturnValue) == 0x000008, "Member 'FGLib_GetWeaponGenerator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWeaponMaxDurability \ static_assert(alignof(FGLib_GetWeaponMaxDurability) == 0x000008, "Wrong alignment on FGLib_GetWeaponMaxDurability"); \ static_assert(sizeof(FGLib_GetWeaponMaxDurability) == 0x000010, "Wrong size on FGLib_GetWeaponMaxDurability"); \ static_assert(offsetof(FGLib_GetWeaponMaxDurability, LifetimeData) == 0x000000, "Member 'FGLib_GetWeaponMaxDurability::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWeaponMaxDurability, ReturnValue) == 0x000008, "Member 'FGLib_GetWeaponMaxDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWorldProgressionManager \ static_assert(alignof(FGLib_GetWorldProgressionManager) == 0x000008, "Wrong alignment on FGLib_GetWorldProgressionManager"); \ static_assert(sizeof(FGLib_GetWorldProgressionManager) == 0x000010, "Wrong size on FGLib_GetWorldProgressionManager"); \ static_assert(offsetof(FGLib_GetWorldProgressionManager, ContextObject) == 0x000000, "Member 'FGLib_GetWorldProgressionManager::ContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWorldProgressionManager, ReturnValue) == 0x000008, "Member 'FGLib_GetWorldProgressionManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWorldRate \ static_assert(alignof(FGLib_GetWorldRate) == 0x000008, "Wrong alignment on FGLib_GetWorldRate"); \ static_assert(sizeof(FGLib_GetWorldRate) == 0x000010, "Wrong size on FGLib_GetWorldRate"); \ static_assert(offsetof(FGLib_GetWorldRate, ContextActor) == 0x000000, "Member 'FGLib_GetWorldRate::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWorldRate, ReturnValue) == 0x000008, "Member 'FGLib_GetWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GetWorldStateManager \ static_assert(alignof(FGLib_GetWorldStateManager) == 0x000008, "Wrong alignment on FGLib_GetWorldStateManager"); \ static_assert(sizeof(FGLib_GetWorldStateManager) == 0x000010, "Wrong size on FGLib_GetWorldStateManager"); \ static_assert(offsetof(FGLib_GetWorldStateManager, ContextActor) == 0x000000, "Member 'FGLib_GetWorldStateManager::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_GetWorldStateManager, ReturnValue) == 0x000008, "Member 'FGLib_GetWorldStateManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_GripAsModuleDescription \ static_assert(alignof(FGLib_GripAsModuleDescription) == 0x000008, "Wrong alignment on FGLib_GripAsModuleDescription"); \ static_assert(sizeof(FGLib_GripAsModuleDescription) == 0x0000F0, "Wrong size on FGLib_GripAsModuleDescription"); \ static_assert(offsetof(FGLib_GripAsModuleDescription, InDescription) == 0x000000, "Member 'FGLib_GripAsModuleDescription::InDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_GripAsModuleDescription, ReturnValue) == 0x000088, "Member 'FGLib_GripAsModuleDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_HeightFogComponentSetSecondFog \ static_assert(alignof(FGLib_HeightFogComponentSetSecondFog) == 0x000008, "Wrong alignment on FGLib_HeightFogComponentSetSecondFog"); \ static_assert(sizeof(FGLib_HeightFogComponentSetSecondFog) == 0x000018, "Wrong size on FGLib_HeightFogComponentSetSecondFog"); \ static_assert(offsetof(FGLib_HeightFogComponentSetSecondFog, ExponentialHeightFogComponent) == 0x000000, "Member 'FGLib_HeightFogComponentSetSecondFog::ExponentialHeightFogComponent' has a wrong offset!"); \ static_assert(offsetof(FGLib_HeightFogComponentSetSecondFog, FogDensity) == 0x000008, "Member 'FGLib_HeightFogComponentSetSecondFog::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FGLib_HeightFogComponentSetSecondFog, FogHeightFalloff) == 0x00000C, "Member 'FGLib_HeightFogComponentSetSecondFog::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FGLib_HeightFogComponentSetSecondFog, FogHeightOffset) == 0x000010, "Member 'FGLib_HeightFogComponentSetSecondFog::FogHeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_IsActorMeshBoundsInRadius \ static_assert(alignof(FGLib_IsActorMeshBoundsInRadius) == 0x000008, "Wrong alignment on FGLib_IsActorMeshBoundsInRadius"); \ static_assert(sizeof(FGLib_IsActorMeshBoundsInRadius) == 0x000028, "Wrong size on FGLib_IsActorMeshBoundsInRadius"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, InActor) == 0x000000, "Member 'FGLib_IsActorMeshBoundsInRadius::InActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, TestLocation) == 0x000008, "Member 'FGLib_IsActorMeshBoundsInRadius::TestLocation' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, Radius) == 0x000014, "Member 'FGLib_IsActorMeshBoundsInRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, bDebug) == 0x000018, "Member 'FGLib_IsActorMeshBoundsInRadius::bDebug' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, DebugTime) == 0x00001C, "Member 'FGLib_IsActorMeshBoundsInRadius::DebugTime' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsActorMeshBoundsInRadius, ReturnValue) == 0x000020, "Member 'FGLib_IsActorMeshBoundsInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_IsInputEnabled \ static_assert(alignof(FGLib_IsInputEnabled) == 0x000008, "Wrong alignment on FGLib_IsInputEnabled"); \ static_assert(sizeof(FGLib_IsInputEnabled) == 0x000010, "Wrong size on FGLib_IsInputEnabled"); \ static_assert(offsetof(FGLib_IsInputEnabled, InController) == 0x000000, "Member 'FGLib_IsInputEnabled::InController' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsInputEnabled, ReturnValue) == 0x000008, "Member 'FGLib_IsInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_IsInTrainSpace \ static_assert(alignof(FGLib_IsInTrainSpace) == 0x000008, "Wrong alignment on FGLib_IsInTrainSpace"); \ static_assert(sizeof(FGLib_IsInTrainSpace) == 0x000018, "Wrong size on FGLib_IsInTrainSpace"); \ static_assert(offsetof(FGLib_IsInTrainSpace, WorldContextObject) == 0x000000, "Member 'FGLib_IsInTrainSpace::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsInTrainSpace, Location) == 0x000008, "Member 'FGLib_IsInTrainSpace::Location' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsInTrainSpace, ReturnValue) == 0x000014, "Member 'FGLib_IsInTrainSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_IsMainMenuMap \ static_assert(alignof(FGLib_IsMainMenuMap) == 0x000008, "Wrong alignment on FGLib_IsMainMenuMap"); \ static_assert(sizeof(FGLib_IsMainMenuMap) == 0x000010, "Wrong size on FGLib_IsMainMenuMap"); \ static_assert(offsetof(FGLib_IsMainMenuMap, WorldContextObject) == 0x000000, "Member 'FGLib_IsMainMenuMap::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_IsMainMenuMap, ReturnValue) == 0x000008, "Member 'FGLib_IsMainMenuMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_IsWithEditor \ static_assert(alignof(FGLib_IsWithEditor) == 0x000001, "Wrong alignment on FGLib_IsWithEditor"); \ static_assert(sizeof(FGLib_IsWithEditor) == 0x000001, "Wrong size on FGLib_IsWithEditor"); \ static_assert(offsetof(FGLib_IsWithEditor, ReturnValue) == 0x000000, "Member 'FGLib_IsWithEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_LineIntersectAnythingOnTrain \ static_assert(alignof(FGLib_LineIntersectAnythingOnTrain) == 0x000008, "Wrong alignment on FGLib_LineIntersectAnythingOnTrain"); \ static_assert(sizeof(FGLib_LineIntersectAnythingOnTrain) == 0x000028, "Wrong size on FGLib_LineIntersectAnythingOnTrain"); \ static_assert(offsetof(FGLib_LineIntersectAnythingOnTrain, WorldContextObject) == 0x000000, "Member 'FGLib_LineIntersectAnythingOnTrain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_LineIntersectAnythingOnTrain, Start) == 0x000008, "Member 'FGLib_LineIntersectAnythingOnTrain::Start' has a wrong offset!"); \ static_assert(offsetof(FGLib_LineIntersectAnythingOnTrain, End) == 0x000014, "Member 'FGLib_LineIntersectAnythingOnTrain::End' has a wrong offset!"); \ static_assert(offsetof(FGLib_LineIntersectAnythingOnTrain, ReturnValue) == 0x000020, "Member 'FGLib_LineIntersectAnythingOnTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_LoadLevelInstance \ static_assert(alignof(FGLib_LoadLevelInstance) == 0x000010, "Wrong alignment on FGLib_LoadLevelInstance"); \ static_assert(sizeof(FGLib_LoadLevelInstance) == 0x000090, "Wrong size on FGLib_LoadLevelInstance"); \ static_assert(offsetof(FGLib_LoadLevelInstance, WorldContextObject) == 0x000000, "Member 'FGLib_LoadLevelInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, LevelStreamingVolume) == 0x000008, "Member 'FGLib_LoadLevelInstance::LevelStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, ID) == 0x000010, "Member 'FGLib_LoadLevelInstance::ID' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, LevelFolder) == 0x000018, "Member 'FGLib_LoadLevelInstance::LevelFolder' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, LevelName) == 0x000028, "Member 'FGLib_LoadLevelInstance::LevelName' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, Transform) == 0x000040, "Member 'FGLib_LoadLevelInstance::Transform' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, ResultUniqueLevelPackageName) == 0x000070, "Member 'FGLib_LoadLevelInstance::ResultUniqueLevelPackageName' has a wrong offset!"); \ static_assert(offsetof(FGLib_LoadLevelInstance, ReturnValue) == 0x000080, "Member 'FGLib_LoadLevelInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_MagazineAsModuleDescription \ static_assert(alignof(FGLib_MagazineAsModuleDescription) == 0x000008, "Wrong alignment on FGLib_MagazineAsModuleDescription"); \ static_assert(sizeof(FGLib_MagazineAsModuleDescription) == 0x0000E8, "Wrong size on FGLib_MagazineAsModuleDescription"); \ static_assert(offsetof(FGLib_MagazineAsModuleDescription, InDescription) == 0x000000, "Member 'FGLib_MagazineAsModuleDescription::InDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_MagazineAsModuleDescription, ReturnValue) == 0x000080, "Member 'FGLib_MagazineAsModuleDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_MakeTextureFromRenderTarget \ static_assert(alignof(FGLib_MakeTextureFromRenderTarget) == 0x000008, "Wrong alignment on FGLib_MakeTextureFromRenderTarget"); \ static_assert(sizeof(FGLib_MakeTextureFromRenderTarget) == 0x000010, "Wrong size on FGLib_MakeTextureFromRenderTarget"); \ static_assert(offsetof(FGLib_MakeTextureFromRenderTarget, InRenderTarget) == 0x000000, "Member 'FGLib_MakeTextureFromRenderTarget::InRenderTarget' has a wrong offset!"); \ static_assert(offsetof(FGLib_MakeTextureFromRenderTarget, ReturnValue) == 0x000008, "Member 'FGLib_MakeTextureFromRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_MarkActorComponentRenderStateDirty \ static_assert(alignof(FGLib_MarkActorComponentRenderStateDirty) == 0x000008, "Wrong alignment on FGLib_MarkActorComponentRenderStateDirty"); \ static_assert(sizeof(FGLib_MarkActorComponentRenderStateDirty) == 0x000008, "Wrong size on FGLib_MarkActorComponentRenderStateDirty"); \ static_assert(offsetof(FGLib_MarkActorComponentRenderStateDirty, ActorComponent) == 0x000000, "Member 'FGLib_MarkActorComponentRenderStateDirty::ActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_MergeMeshes \ static_assert(alignof(FGLib_MergeMeshes) == 0x000008, "Wrong alignment on FGLib_MergeMeshes"); \ static_assert(sizeof(FGLib_MergeMeshes) == 0x000018, "Wrong size on FGLib_MergeMeshes"); \ static_assert(offsetof(FGLib_MergeMeshes, OutMeshComponent) == 0x000000, "Member 'FGLib_MergeMeshes::OutMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FGLib_MergeMeshes, MeshesToMerge) == 0x000008, "Member 'FGLib_MergeMeshes::MeshesToMerge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_PlayDialogFromOverlays \ static_assert(alignof(FGLib_PlayDialogFromOverlays) == 0x000008, "Wrong alignment on FGLib_PlayDialogFromOverlays"); \ static_assert(sizeof(FGLib_PlayDialogFromOverlays) == 0x000018, "Wrong size on FGLib_PlayDialogFromOverlays"); \ static_assert(offsetof(FGLib_PlayDialogFromOverlays, ContextActor) == 0x000000, "Member 'FGLib_PlayDialogFromOverlays::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGLib_PlayDialogFromOverlays, DialogEvent) == 0x000008, "Member 'FGLib_PlayDialogFromOverlays::DialogEvent' has a wrong offset!"); \ static_assert(offsetof(FGLib_PlayDialogFromOverlays, Overlays) == 0x000010, "Member 'FGLib_PlayDialogFromOverlays::Overlays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_PrintSticky \ static_assert(alignof(FGLib_PrintSticky) == 0x000008, "Wrong alignment on FGLib_PrintSticky"); \ static_assert(sizeof(FGLib_PrintSticky) == 0x000028, "Wrong size on FGLib_PrintSticky"); \ static_assert(offsetof(FGLib_PrintSticky, TextString) == 0x000000, "Member 'FGLib_PrintSticky::TextString' has a wrong offset!"); \ static_assert(offsetof(FGLib_PrintSticky, TextColor) == 0x000010, "Member 'FGLib_PrintSticky::TextColor' has a wrong offset!"); \ static_assert(offsetof(FGLib_PrintSticky, TextScale) == 0x000020, "Member 'FGLib_PrintSticky::TextScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_RemoveActionMapping \ static_assert(alignof(FGLib_RemoveActionMapping) == 0x000008, "Wrong alignment on FGLib_RemoveActionMapping"); \ static_assert(sizeof(FGLib_RemoveActionMapping) == 0x000028, "Wrong size on FGLib_RemoveActionMapping"); \ static_assert(offsetof(FGLib_RemoveActionMapping, ToRemoveActionMapping) == 0x000000, "Member 'FGLib_RemoveActionMapping::ToRemoveActionMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_RemoveAxisMapping \ static_assert(alignof(FGLib_RemoveAxisMapping) == 0x000008, "Wrong alignment on FGLib_RemoveAxisMapping"); \ static_assert(sizeof(FGLib_RemoveAxisMapping) == 0x000028, "Wrong size on FGLib_RemoveAxisMapping"); \ static_assert(offsetof(FGLib_RemoveAxisMapping, ToRemoveAxisMapping) == 0x000000, "Member 'FGLib_RemoveAxisMapping::ToRemoveAxisMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_RenameComponent \ static_assert(alignof(FGLib_RenameComponent) == 0x000008, "Wrong alignment on FGLib_RenameComponent"); \ static_assert(sizeof(FGLib_RenameComponent) == 0x000018, "Wrong size on FGLib_RenameComponent"); \ static_assert(offsetof(FGLib_RenameComponent, Component) == 0x000000, "Member 'FGLib_RenameComponent::Component' has a wrong offset!"); \ static_assert(offsetof(FGLib_RenameComponent, NewName) == 0x000008, "Member 'FGLib_RenameComponent::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_RunTestFunction \ static_assert(alignof(FGLib_RunTestFunction) == 0x000008, "Wrong alignment on FGLib_RunTestFunction"); \ static_assert(sizeof(FGLib_RunTestFunction) == 0x000038, "Wrong size on FGLib_RunTestFunction"); \ static_assert(offsetof(FGLib_RunTestFunction, WorldContextObject) == 0x000000, "Member 'FGLib_RunTestFunction::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction, TestingModuleClass) == 0x000008, "Member 'FGLib_RunTestFunction::TestingModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction, FunctionName) == 0x000030, "Member 'FGLib_RunTestFunction::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_RunTestFunction_Params \ static_assert(alignof(FGLib_RunTestFunction_Params) == 0x000008, "Wrong alignment on FGLib_RunTestFunction_Params"); \ static_assert(sizeof(FGLib_RunTestFunction_Params) == 0x000040, "Wrong size on FGLib_RunTestFunction_Params"); \ static_assert(offsetof(FGLib_RunTestFunction_Params, WorldContextObject) == 0x000000, "Member 'FGLib_RunTestFunction_Params::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction_Params, TestingModuleClass) == 0x000008, "Member 'FGLib_RunTestFunction_Params::TestingModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction_Params, FunctionType) == 0x000030, "Member 'FGLib_RunTestFunction_Params::FunctionType' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction_Params, FunctionName) == 0x000034, "Member 'FGLib_RunTestFunction_Params::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FGLib_RunTestFunction_Params, Param) == 0x00003C, "Member 'FGLib_RunTestFunction_Params::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SaveRenderTargetToDisk \ static_assert(alignof(FGLib_SaveRenderTargetToDisk) == 0x000008, "Wrong alignment on FGLib_SaveRenderTargetToDisk"); \ static_assert(sizeof(FGLib_SaveRenderTargetToDisk) == 0x000020, "Wrong size on FGLib_SaveRenderTargetToDisk"); \ static_assert(offsetof(FGLib_SaveRenderTargetToDisk, InRenderTarget) == 0x000000, "Member 'FGLib_SaveRenderTargetToDisk::InRenderTarget' has a wrong offset!"); \ static_assert(offsetof(FGLib_SaveRenderTargetToDisk, Filename) == 0x000008, "Member 'FGLib_SaveRenderTargetToDisk::Filename' has a wrong offset!"); \ static_assert(offsetof(FGLib_SaveRenderTargetToDisk, bInvertOpacity) == 0x000018, "Member 'FGLib_SaveRenderTargetToDisk::bInvertOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ScreenToWidgetAbsolute \ static_assert(alignof(FGLib_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on FGLib_ScreenToWidgetAbsolute"); \ static_assert(sizeof(FGLib_ScreenToWidgetAbsolute) == 0x000020, "Wrong size on FGLib_ScreenToWidgetAbsolute"); \ static_assert(offsetof(FGLib_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'FGLib_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'FGLib_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(FGLib_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000010, "Member 'FGLib_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(FGLib_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000018, "Member 'FGLib_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetActionMapping \ static_assert(alignof(FGLib_SetActionMapping) == 0x000008, "Wrong alignment on FGLib_SetActionMapping"); \ static_assert(sizeof(FGLib_SetActionMapping) == 0x000050, "Wrong size on FGLib_SetActionMapping"); \ static_assert(offsetof(FGLib_SetActionMapping, OldActionMapping) == 0x000000, "Member 'FGLib_SetActionMapping::OldActionMapping' has a wrong offset!"); \ static_assert(offsetof(FGLib_SetActionMapping, NewActionMapping) == 0x000028, "Member 'FGLib_SetActionMapping::NewActionMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetAxisMapping \ static_assert(alignof(FGLib_SetAxisMapping) == 0x000008, "Wrong alignment on FGLib_SetAxisMapping"); \ static_assert(sizeof(FGLib_SetAxisMapping) == 0x000050, "Wrong size on FGLib_SetAxisMapping"); \ static_assert(offsetof(FGLib_SetAxisMapping, OldAxisMapping) == 0x000000, "Member 'FGLib_SetAxisMapping::OldAxisMapping' has a wrong offset!"); \ static_assert(offsetof(FGLib_SetAxisMapping, NewAxisMapping) == 0x000028, "Member 'FGLib_SetAxisMapping::NewAxisMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetCanEverAffectNavigation \ static_assert(alignof(FGLib_SetCanEverAffectNavigation) == 0x000008, "Wrong alignment on FGLib_SetCanEverAffectNavigation"); \ static_assert(sizeof(FGLib_SetCanEverAffectNavigation) == 0x000010, "Wrong size on FGLib_SetCanEverAffectNavigation"); \ static_assert(offsetof(FGLib_SetCanEverAffectNavigation, Component) == 0x000000, "Member 'FGLib_SetCanEverAffectNavigation::Component' has a wrong offset!"); \ static_assert(offsetof(FGLib_SetCanEverAffectNavigation, Value) == 0x000008, "Member 'FGLib_SetCanEverAffectNavigation::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetGamepadInvertAxisX \ static_assert(alignof(FGLib_SetGamepadInvertAxisX) == 0x000001, "Wrong alignment on FGLib_SetGamepadInvertAxisX"); \ static_assert(sizeof(FGLib_SetGamepadInvertAxisX) == 0x000001, "Wrong size on FGLib_SetGamepadInvertAxisX"); \ static_assert(offsetof(FGLib_SetGamepadInvertAxisX, bInvertAxis) == 0x000000, "Member 'FGLib_SetGamepadInvertAxisX::bInvertAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetGamepadInvertAxisY \ static_assert(alignof(FGLib_SetGamepadInvertAxisY) == 0x000001, "Wrong alignment on FGLib_SetGamepadInvertAxisY"); \ static_assert(sizeof(FGLib_SetGamepadInvertAxisY) == 0x000001, "Wrong size on FGLib_SetGamepadInvertAxisY"); \ static_assert(offsetof(FGLib_SetGamepadInvertAxisY, bInvertAxis) == 0x000000, "Member 'FGLib_SetGamepadInvertAxisY::bInvertAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetGamepadSensitivityX \ static_assert(alignof(FGLib_SetGamepadSensitivityX) == 0x000004, "Wrong alignment on FGLib_SetGamepadSensitivityX"); \ static_assert(sizeof(FGLib_SetGamepadSensitivityX) == 0x000004, "Wrong size on FGLib_SetGamepadSensitivityX"); \ static_assert(offsetof(FGLib_SetGamepadSensitivityX, newSensitivity) == 0x000000, "Member 'FGLib_SetGamepadSensitivityX::newSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetGamepadSensitivityY \ static_assert(alignof(FGLib_SetGamepadSensitivityY) == 0x000004, "Wrong alignment on FGLib_SetGamepadSensitivityY"); \ static_assert(sizeof(FGLib_SetGamepadSensitivityY) == 0x000004, "Wrong size on FGLib_SetGamepadSensitivityY"); \ static_assert(offsetof(FGLib_SetGamepadSensitivityY, newSensitivity) == 0x000000, "Member 'FGLib_SetGamepadSensitivityY::newSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetMouseInvertAxisX \ static_assert(alignof(FGLib_SetMouseInvertAxisX) == 0x000001, "Wrong alignment on FGLib_SetMouseInvertAxisX"); \ static_assert(sizeof(FGLib_SetMouseInvertAxisX) == 0x000001, "Wrong size on FGLib_SetMouseInvertAxisX"); \ static_assert(offsetof(FGLib_SetMouseInvertAxisX, bInvertAxis) == 0x000000, "Member 'FGLib_SetMouseInvertAxisX::bInvertAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetMouseInvertAxisY \ static_assert(alignof(FGLib_SetMouseInvertAxisY) == 0x000001, "Wrong alignment on FGLib_SetMouseInvertAxisY"); \ static_assert(sizeof(FGLib_SetMouseInvertAxisY) == 0x000001, "Wrong size on FGLib_SetMouseInvertAxisY"); \ static_assert(offsetof(FGLib_SetMouseInvertAxisY, bInvertAxis) == 0x000000, "Member 'FGLib_SetMouseInvertAxisY::bInvertAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SetMouseSensitivity \ static_assert(alignof(FGLib_SetMouseSensitivity) == 0x000004, "Wrong alignment on FGLib_SetMouseSensitivity"); \ static_assert(sizeof(FGLib_SetMouseSensitivity) == 0x000004, "Wrong size on FGLib_SetMouseSensitivity"); \ static_assert(offsetof(FGLib_SetMouseSensitivity, newSensitivity) == 0x000000, "Member 'FGLib_SetMouseSensitivity::newSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ShouldHappen \ static_assert(alignof(FGLib_ShouldHappen) == 0x000004, "Wrong alignment on FGLib_ShouldHappen"); \ static_assert(sizeof(FGLib_ShouldHappen) == 0x000008, "Wrong size on FGLib_ShouldHappen"); \ static_assert(offsetof(FGLib_ShouldHappen, Percentage) == 0x000000, "Member 'FGLib_ShouldHappen::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGLib_ShouldHappen, ReturnValue) == 0x000004, "Member 'FGLib_ShouldHappen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ShouldHappenFromStream \ static_assert(alignof(FGLib_ShouldHappenFromStream) == 0x000004, "Wrong alignment on FGLib_ShouldHappenFromStream"); \ static_assert(sizeof(FGLib_ShouldHappenFromStream) == 0x000010, "Wrong size on FGLib_ShouldHappenFromStream"); \ static_assert(offsetof(FGLib_ShouldHappenFromStream, Percentage) == 0x000000, "Member 'FGLib_ShouldHappenFromStream::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGLib_ShouldHappenFromStream, RandomStream) == 0x000004, "Member 'FGLib_ShouldHappenFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGLib_ShouldHappenFromStream, ReturnValue) == 0x00000C, "Member 'FGLib_ShouldHappenFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ShouldHappenMax \ static_assert(alignof(FGLib_ShouldHappenMax) == 0x000004, "Wrong alignment on FGLib_ShouldHappenMax"); \ static_assert(sizeof(FGLib_ShouldHappenMax) == 0x00000C, "Wrong size on FGLib_ShouldHappenMax"); \ static_assert(offsetof(FGLib_ShouldHappenMax, Percentage) == 0x000000, "Member 'FGLib_ShouldHappenMax::Percentage' has a wrong offset!"); \ static_assert(offsetof(FGLib_ShouldHappenMax, Max) == 0x000004, "Member 'FGLib_ShouldHappenMax::Max' has a wrong offset!"); \ static_assert(offsetof(FGLib_ShouldHappenMax, ReturnValue) == 0x000008, "Member 'FGLib_ShouldHappenMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SpawnImpactEffects \ static_assert(alignof(FGLib_SpawnImpactEffects) == 0x000008, "Wrong alignment on FGLib_SpawnImpactEffects"); \ static_assert(sizeof(FGLib_SpawnImpactEffects) == 0x0000A0, "Wrong size on FGLib_SpawnImpactEffects"); \ static_assert(offsetof(FGLib_SpawnImpactEffects, WorldContextObject) == 0x000000, "Member 'FGLib_SpawnImpactEffects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_SpawnImpactEffects, Impact) == 0x000008, "Member 'FGLib_SpawnImpactEffects::Impact' has a wrong offset!"); \ static_assert(offsetof(FGLib_SpawnImpactEffects, ImpactTemplate) == 0x000090, "Member 'FGLib_SpawnImpactEffects::ImpactTemplate' has a wrong offset!"); \ static_assert(offsetof(FGLib_SpawnImpactEffects, bFromMelee) == 0x000098, "Member 'FGLib_SpawnImpactEffects::bFromMelee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SphereIntersectAnyModule \ static_assert(alignof(FGLib_SphereIntersectAnyModule) == 0x000008, "Wrong alignment on FGLib_SphereIntersectAnyModule"); \ static_assert(sizeof(FGLib_SphereIntersectAnyModule) == 0x000020, "Wrong size on FGLib_SphereIntersectAnyModule"); \ static_assert(offsetof(FGLib_SphereIntersectAnyModule, WorldContextObject) == 0x000000, "Member 'FGLib_SphereIntersectAnyModule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectAnyModule, SphereLocation) == 0x000008, "Member 'FGLib_SphereIntersectAnyModule::SphereLocation' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectAnyModule, SphereSize) == 0x000014, "Member 'FGLib_SphereIntersectAnyModule::SphereSize' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectAnyModule, ReturnValue) == 0x000018, "Member 'FGLib_SphereIntersectAnyModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SphereIntersectModulesOfTypes \ static_assert(alignof(FGLib_SphereIntersectModulesOfTypes) == 0x000008, "Wrong alignment on FGLib_SphereIntersectModulesOfTypes"); \ static_assert(sizeof(FGLib_SphereIntersectModulesOfTypes) == 0x000080, "Wrong size on FGLib_SphereIntersectModulesOfTypes"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, IntersectedModules) == 0x000000, "Member 'FGLib_SphereIntersectModulesOfTypes::IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, WorldContextObject) == 0x000010, "Member 'FGLib_SphereIntersectModulesOfTypes::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, ModuleTypes) == 0x000018, "Member 'FGLib_SphereIntersectModulesOfTypes::ModuleTypes' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, bParentTypes) == 0x000068, "Member 'FGLib_SphereIntersectModulesOfTypes::bParentTypes' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, SphereLocation) == 0x00006C, "Member 'FGLib_SphereIntersectModulesOfTypes::SphereLocation' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, SphereSize) == 0x000078, "Member 'FGLib_SphereIntersectModulesOfTypes::SphereSize' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectModulesOfTypes, bGetFirstIntersected) == 0x00007C, "Member 'FGLib_SphereIntersectModulesOfTypes::bGetFirstIntersected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SphereIntersectTrainSpace \ static_assert(alignof(FGLib_SphereIntersectTrainSpace) == 0x000008, "Wrong alignment on FGLib_SphereIntersectTrainSpace"); \ static_assert(sizeof(FGLib_SphereIntersectTrainSpace) == 0x000020, "Wrong size on FGLib_SphereIntersectTrainSpace"); \ static_assert(offsetof(FGLib_SphereIntersectTrainSpace, WorldContextObject) == 0x000000, "Member 'FGLib_SphereIntersectTrainSpace::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectTrainSpace, SphereLocation) == 0x000008, "Member 'FGLib_SphereIntersectTrainSpace::SphereLocation' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectTrainSpace, SphereSize) == 0x000014, "Member 'FGLib_SphereIntersectTrainSpace::SphereSize' has a wrong offset!"); \ static_assert(offsetof(FGLib_SphereIntersectTrainSpace, ReturnValue) == 0x000018, "Member 'FGLib_SphereIntersectTrainSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SuccessfulRollsInRange \ static_assert(alignof(FGLib_SuccessfulRollsInRange) == 0x000004, "Wrong alignment on FGLib_SuccessfulRollsInRange"); \ static_assert(sizeof(FGLib_SuccessfulRollsInRange) == 0x000010, "Wrong size on FGLib_SuccessfulRollsInRange"); \ static_assert(offsetof(FGLib_SuccessfulRollsInRange, Chance) == 0x000000, "Member 'FGLib_SuccessfulRollsInRange::Chance' has a wrong offset!"); \ static_assert(offsetof(FGLib_SuccessfulRollsInRange, AddativeChance) == 0x000004, "Member 'FGLib_SuccessfulRollsInRange::AddativeChance' has a wrong offset!"); \ static_assert(offsetof(FGLib_SuccessfulRollsInRange, Range) == 0x000008, "Member 'FGLib_SuccessfulRollsInRange::Range' has a wrong offset!"); \ static_assert(offsetof(FGLib_SuccessfulRollsInRange, ReturnValue) == 0x00000C, "Member 'FGLib_SuccessfulRollsInRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_SwitchTest \ static_assert(alignof(FGLib_SwitchTest) == 0x000008, "Wrong alignment on FGLib_SwitchTest"); \ static_assert(sizeof(FGLib_SwitchTest) == 0x000038, "Wrong size on FGLib_SwitchTest"); \ static_assert(offsetof(FGLib_SwitchTest, WorldContextObject) == 0x000000, "Member 'FGLib_SwitchTest::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGLib_SwitchTest, UserTestingModule) == 0x000008, "Member 'FGLib_SwitchTest::UserTestingModule' has a wrong offset!"); \ static_assert(offsetof(FGLib_SwitchTest, OutputBranch) == 0x000030, "Member 'FGLib_SwitchTest::OutputBranch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_ToggleInputForActions \ static_assert(alignof(FGLib_ToggleInputForActions) == 0x000008, "Wrong alignment on FGLib_ToggleInputForActions"); \ static_assert(sizeof(FGLib_ToggleInputForActions) == 0x000010, "Wrong size on FGLib_ToggleInputForActions"); \ static_assert(offsetof(FGLib_ToggleInputForActions, Target) == 0x000000, "Member 'FGLib_ToggleInputForActions::Target' has a wrong offset!"); \ static_assert(offsetof(FGLib_ToggleInputForActions, bActionEnable) == 0x000008, "Member 'FGLib_ToggleInputForActions::bActionEnable' has a wrong offset!"); \ static_assert(offsetof(FGLib_ToggleInputForActions, bBlockRunning) == 0x000009, "Member 'FGLib_ToggleInputForActions::bBlockRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_UpdateBounds \ static_assert(alignof(FGLib_UpdateBounds) == 0x000008, "Wrong alignment on FGLib_UpdateBounds"); \ static_assert(sizeof(FGLib_UpdateBounds) == 0x000008, "Wrong size on FGLib_UpdateBounds"); \ static_assert(offsetof(FGLib_UpdateBounds, Component) == 0x000000, "Member 'FGLib_UpdateBounds::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLib_WeaponCoreAsModuleDescription \ static_assert(alignof(FGLib_WeaponCoreAsModuleDescription) == 0x000008, "Wrong alignment on FGLib_WeaponCoreAsModuleDescription"); \ static_assert(sizeof(FGLib_WeaponCoreAsModuleDescription) == 0x000148, "Wrong size on FGLib_WeaponCoreAsModuleDescription"); \ static_assert(offsetof(FGLib_WeaponCoreAsModuleDescription, InDescription) == 0x000000, "Member 'FGLib_WeaponCoreAsModuleDescription::InDescription' has a wrong offset!"); \ static_assert(offsetof(FGLib_WeaponCoreAsModuleDescription, ReturnValue) == 0x0000E0, "Member 'FGLib_WeaponCoreAsModuleDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGLib \ static_assert(alignof(UFGLib) == 0x000008, "Wrong alignment on UFGLib"); \ static_assert(sizeof(UFGLib) == 0x000028, "Wrong size on UFGLib"); \ #define DUMPER7_ASSERTS_AFGLootList_VT \ static_assert(alignof(AFGLootList_VT) == 0x000008, "Wrong alignment on AFGLootList_VT"); \ static_assert(sizeof(AFGLootList_VT) == 0x000268, "Wrong size on AFGLootList_VT"); \ static_assert(offsetof(AFGLootList_VT, VoidTech) == 0x000240, "Member 'AFGLootList_VT::VoidTech' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_VT, VoidTechLootLists) == 0x000248, "Member 'AFGLootList_VT::VoidTechLootLists' has a wrong offset!"); \ static_assert(offsetof(AFGLootList_VT, VoidTechItemList) == 0x000258, "Member 'AFGLootList_VT::VoidTechItemList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_GenerateCorruptedLoot \ static_assert(alignof(FGLootManager_GenerateCorruptedLoot) == 0x000008, "Wrong alignment on FGLootManager_GenerateCorruptedLoot"); \ static_assert(sizeof(FGLootManager_GenerateCorruptedLoot) == 0x000018, "Wrong size on FGLootManager_GenerateCorruptedLoot"); \ static_assert(offsetof(FGLootManager_GenerateCorruptedLoot, LootLists) == 0x000000, "Member 'FGLootManager_GenerateCorruptedLoot::LootLists' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_GenerateCorruptedLoot, ReturnValue) == 0x000010, "Member 'FGLootManager_GenerateCorruptedLoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_GenerateTrainContainerPresetsDrop \ static_assert(alignof(FGLootManager_GenerateTrainContainerPresetsDrop) == 0x000008, "Wrong alignment on FGLootManager_GenerateTrainContainerPresetsDrop"); \ static_assert(sizeof(FGLootManager_GenerateTrainContainerPresetsDrop) == 0x000020, "Wrong size on FGLootManager_GenerateTrainContainerPresetsDrop"); \ static_assert(offsetof(FGLootManager_GenerateTrainContainerPresetsDrop, CategoryID) == 0x000000, "Member 'FGLootManager_GenerateTrainContainerPresetsDrop::CategoryID' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_GenerateTrainContainerPresetsDrop, ReturnValue) == 0x000008, "Member 'FGLootManager_GenerateTrainContainerPresetsDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_GenerateTrainFuelOrbPresetsDrop \ static_assert(alignof(FGLootManager_GenerateTrainFuelOrbPresetsDrop) == 0x000008, "Wrong alignment on FGLootManager_GenerateTrainFuelOrbPresetsDrop"); \ static_assert(sizeof(FGLootManager_GenerateTrainFuelOrbPresetsDrop) == 0x000020, "Wrong size on FGLootManager_GenerateTrainFuelOrbPresetsDrop"); \ static_assert(offsetof(FGLootManager_GenerateTrainFuelOrbPresetsDrop, CategoryID) == 0x000000, "Member 'FGLootManager_GenerateTrainFuelOrbPresetsDrop::CategoryID' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_GenerateTrainFuelOrbPresetsDrop, ReturnValue) == 0x000008, "Member 'FGLootManager_GenerateTrainFuelOrbPresetsDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_GenerateTrainSingleItemInfo \ static_assert(alignof(FGLootManager_GenerateTrainSingleItemInfo) == 0x000008, "Wrong alignment on FGLootManager_GenerateTrainSingleItemInfo"); \ static_assert(sizeof(FGLootManager_GenerateTrainSingleItemInfo) == 0x000020, "Wrong size on FGLootManager_GenerateTrainSingleItemInfo"); \ static_assert(offsetof(FGLootManager_GenerateTrainSingleItemInfo, CategoryID) == 0x000000, "Member 'FGLootManager_GenerateTrainSingleItemInfo::CategoryID' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_GenerateTrainSingleItemInfo, ReturnValue) == 0x000008, "Member 'FGLootManager_GenerateTrainSingleItemInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_IsInitialized \ static_assert(alignof(FGLootManager_IsInitialized) == 0x000001, "Wrong alignment on FGLootManager_IsInitialized"); \ static_assert(sizeof(FGLootManager_IsInitialized) == 0x000001, "Wrong size on FGLootManager_IsInitialized"); \ static_assert(offsetof(FGLootManager_IsInitialized, ReturnValue) == 0x000000, "Member 'FGLootManager_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootManager_RollFrozenLootOrb \ static_assert(alignof(FGLootManager_RollFrozenLootOrb) == 0x000008, "Wrong alignment on FGLootManager_RollFrozenLootOrb"); \ static_assert(sizeof(FGLootManager_RollFrozenLootOrb) == 0x000020, "Wrong size on FGLootManager_RollFrozenLootOrb"); \ static_assert(offsetof(FGLootManager_RollFrozenLootOrb, FrozenLootOrbLocation) == 0x000000, "Member 'FGLootManager_RollFrozenLootOrb::FrozenLootOrbLocation' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_RollFrozenLootOrb, FrozenLootOrbType) == 0x00000C, "Member 'FGLootManager_RollFrozenLootOrb::FrozenLootOrbType' has a wrong offset!"); \ static_assert(offsetof(FGLootManager_RollFrozenLootOrb, ReturnValue) == 0x000010, "Member 'FGLootManager_RollFrozenLootOrb::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGLootManager \ static_assert(alignof(AFGLootManager) == 0x000008, "Wrong alignment on AFGLootManager"); \ static_assert(sizeof(AFGLootManager) == 0x000488, "Wrong size on AFGLootManager"); \ static_assert(offsetof(AFGLootManager, bLootFieldCanUseHardSpawners) == 0x000228, "Member 'AFGLootManager::bLootFieldCanUseHardSpawners' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, bFuelOrbsUseEasySpawners) == 0x000229, "Member 'AFGLootManager::bFuelOrbsUseEasySpawners' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, bFuelOrbsUseHardSpawners) == 0x00022A, "Member 'AFGLootManager::bFuelOrbsUseHardSpawners' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, VoidLootSpawnSettingsDataTable) == 0x000230, "Member 'AFGLootManager::VoidLootSpawnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, VoidLootSpawnSettings) == 0x000238, "Member 'AFGLootManager::VoidLootSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, DepotRofleemoDataTable) == 0x000248, "Member 'AFGLootManager::DepotRofleemoDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, DepotRofleemoSpawnSettings) == 0x000250, "Member 'AFGLootManager::DepotRofleemoSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, VoidFuelOrbSettingsDataTable) == 0x000260, "Member 'AFGLootManager::VoidFuelOrbSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, VoidFuelOrbSettings) == 0x000268, "Member 'AFGLootManager::VoidFuelOrbSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootFieldGenerationSettingsDataTable) == 0x000278, "Member 'AFGLootManager::LootFieldGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootFieldGenerationSettings) == 0x000280, "Member 'AFGLootManager::LootFieldGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootFieldItemSettingsDataTable) == 0x000290, "Member 'AFGLootManager::LootFieldItemSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootFieldItemSettings) == 0x000298, "Member 'AFGLootManager::LootFieldItemSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootGenerationSettingsDataTable) == 0x0002A8, "Member 'AFGLootManager::FrozenLootGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootGenerationSettings) == 0x0002B0, "Member 'AFGLootManager::FrozenLootGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootChemicalGenerationSettingsDataTable) == 0x0002C0, "Member 'AFGLootManager::FrozenLootChemicalGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootChemicalGenerationSettings) == 0x0002C8, "Member 'AFGLootManager::FrozenLootChemicalGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootMetalGenerationSettingsDataTable) == 0x0002D8, "Member 'AFGLootManager::FrozenLootMetalGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootMetalGenerationSettings) == 0x0002E0, "Member 'AFGLootManager::FrozenLootMetalGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootWoodGenerationSettingsDataTable) == 0x0002F0, "Member 'AFGLootManager::FrozenLootWoodGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootWoodGenerationSettings) == 0x0002F8, "Member 'AFGLootManager::FrozenLootWoodGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootVoidoniteGenerationSettingsDataTable) == 0x000308, "Member 'AFGLootManager::FrozenLootVoidoniteGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootVoidoniteGenerationSettings) == 0x000310, "Member 'AFGLootManager::FrozenLootVoidoniteGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootMorphSettingsDataTable) == 0x000320, "Member 'AFGLootManager::FrozenLootMorphSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FrozenLootMorphSettings) == 0x000328, "Member 'AFGLootManager::FrozenLootMorphSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, SharkMutagenSpawnSettingsDataTable) == 0x000338, "Member 'AFGLootManager::SharkMutagenSpawnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, SharkMutagenSpawnSettings) == 0x000340, "Member 'AFGLootManager::SharkMutagenSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, CorruptedLootSettingsDataTable) == 0x000350, "Member 'AFGLootManager::CorruptedLootSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, CorruptedLootSettings) == 0x000358, "Member 'AFGLootManager::CorruptedLootSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, ChunkLootGenerationSettingsDataTable) == 0x000368, "Member 'AFGLootManager::ChunkLootGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, ChunkLootGenerationSettings) == 0x000370, "Member 'AFGLootManager::ChunkLootGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootManagerGenerationSettings) == 0x000380, "Member 'AFGLootManager::LootManagerGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, PuzzleLootSpawnSettingsDataTable) == 0x0003D0, "Member 'AFGLootManager::PuzzleLootSpawnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, PuzzleLootSpawnSettings) == 0x0003D8, "Member 'AFGLootManager::PuzzleLootSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, bDebugLoot) == 0x0003E8, "Member 'AFGLootManager::bDebugLoot' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootManagerTrainAreaPresetDataTable) == 0x0003F0, "Member 'AFGLootManager::LootManagerTrainAreaPresetDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, LootManagerTrainAreaPreset) == 0x0003F8, "Member 'AFGLootManager::LootManagerTrainAreaPreset' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, EasyZincGatheringLoot) == 0x000408, "Member 'AFGLootManager::EasyZincGatheringLoot' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, HardZincGatheringLoot) == 0x000418, "Member 'AFGLootManager::HardZincGatheringLoot' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, EasyVoidTechLootItems) == 0x000428, "Member 'AFGLootManager::EasyVoidTechLootItems' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, HardVoidTechLootItems) == 0x000438, "Member 'AFGLootManager::HardVoidTechLootItems' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, bInitialized) == 0x000448, "Member 'AFGLootManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, WorldStateManager) == 0x000450, "Member 'AFGLootManager::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, MapGenerator) == 0x000458, "Member 'AFGLootManager::MapGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, FuelOrbSpawners) == 0x000460, "Member 'AFGLootManager::FuelOrbSpawners' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, CurrentLootFieldAdditiveChance) == 0x000470, "Member 'AFGLootManager::CurrentLootFieldAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(AFGLootManager, RegisteredVoidLootSpawnControllers) == 0x000478, "Member 'AFGLootManager::RegisteredVoidLootSpawnControllers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_TP_GetBarrelGripAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha \ static_assert(alignof(FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha"); \ static_assert(sizeof(FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha) == 0x000004, "Wrong size on FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha"); \ static_assert(offsetof(FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_TP_GetLeftHandIKAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMainCharacterAnimInstance_TP_GetLeftHandLocation \ static_assert(alignof(FGMainCharacterAnimInstance_TP_GetLeftHandLocation) == 0x000004, "Wrong alignment on FGMainCharacterAnimInstance_TP_GetLeftHandLocation"); \ static_assert(sizeof(FGMainCharacterAnimInstance_TP_GetLeftHandLocation) == 0x00000C, "Wrong size on FGMainCharacterAnimInstance_TP_GetLeftHandLocation"); \ static_assert(offsetof(FGMainCharacterAnimInstance_TP_GetLeftHandLocation, ReturnValue) == 0x000000, "Member 'FGMainCharacterAnimInstance_TP_GetLeftHandLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMainCharacterAnimInstance_TP \ static_assert(alignof(UFGMainCharacterAnimInstance_TP) == 0x000010, "Wrong alignment on UFGMainCharacterAnimInstance_TP"); \ static_assert(sizeof(UFGMainCharacterAnimInstance_TP) == 0x0002C0, "Wrong size on UFGMainCharacterAnimInstance_TP"); \ #define DUMPER7_ASSERTS_FGMineSpawnController_OnMineExploded \ static_assert(alignof(FGMineSpawnController_OnMineExploded) == 0x000004, "Wrong alignment on FGMineSpawnController_OnMineExploded"); \ static_assert(sizeof(FGMineSpawnController_OnMineExploded) == 0x00000C, "Wrong size on FGMineSpawnController_OnMineExploded"); \ static_assert(offsetof(FGMineSpawnController_OnMineExploded, SpawnLocation) == 0x000000, "Member 'FGMineSpawnController_OnMineExploded::SpawnLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMineSpawnController_OnTrainEngineState \ static_assert(alignof(FGMineSpawnController_OnTrainEngineState) == 0x000001, "Wrong alignment on FGMineSpawnController_OnTrainEngineState"); \ static_assert(sizeof(FGMineSpawnController_OnTrainEngineState) == 0x000001, "Wrong size on FGMineSpawnController_OnTrainEngineState"); \ static_assert(offsetof(FGMineSpawnController_OnTrainEngineState, State) == 0x000000, "Member 'FGMineSpawnController_OnTrainEngineState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMineSpawnController \ static_assert(alignof(AFGMineSpawnController) == 0x000008, "Wrong alignment on AFGMineSpawnController"); \ static_assert(sizeof(AFGMineSpawnController) == 0x000270, "Wrong size on AFGMineSpawnController"); \ static_assert(offsetof(AFGMineSpawnController, ParentChunk) == 0x000228, "Member 'AFGMineSpawnController::ParentChunk' has a wrong offset!"); \ static_assert(offsetof(AFGMineSpawnController, SpawnedMines) == 0x000230, "Member 'AFGMineSpawnController::SpawnedMines' has a wrong offset!"); \ static_assert(offsetof(AFGMineSpawnController, DestroyedMines) == 0x000240, "Member 'AFGMineSpawnController::DestroyedMines' has a wrong offset!"); \ static_assert(offsetof(AFGMineSpawnController, MinesSpawnQueue) == 0x000250, "Member 'AFGMineSpawnController::MinesSpawnQueue' has a wrong offset!"); \ static_assert(offsetof(AFGMineSpawnController, PlayerTrainEngineComponent) == 0x000260, "Member 'AFGMineSpawnController::PlayerTrainEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGMineSpawnController, BurstKillMinesCounter) == 0x000268, "Member 'AFGMineSpawnController::BurstKillMinesCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameController_OnMiniGamePhaseChanged \ static_assert(alignof(FGMiniGameController_OnMiniGamePhaseChanged) == 0x000001, "Wrong alignment on FGMiniGameController_OnMiniGamePhaseChanged"); \ static_assert(sizeof(FGMiniGameController_OnMiniGamePhaseChanged) == 0x000002, "Wrong size on FGMiniGameController_OnMiniGamePhaseChanged"); \ static_assert(offsetof(FGMiniGameController_OnMiniGamePhaseChanged, OldMiniGamePhase) == 0x000000, "Member 'FGMiniGameController_OnMiniGamePhaseChanged::OldMiniGamePhase' has a wrong offset!"); \ static_assert(offsetof(FGMiniGameController_OnMiniGamePhaseChanged, NewMiniGamePhase) == 0x000001, "Member 'FGMiniGameController_OnMiniGamePhaseChanged::NewMiniGamePhase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameController_OnPlayerBecomeViewTarget \ static_assert(alignof(FGMiniGameController_OnPlayerBecomeViewTarget) == 0x000008, "Wrong alignment on FGMiniGameController_OnPlayerBecomeViewTarget"); \ static_assert(sizeof(FGMiniGameController_OnPlayerBecomeViewTarget) == 0x000008, "Wrong size on FGMiniGameController_OnPlayerBecomeViewTarget"); \ static_assert(offsetof(FGMiniGameController_OnPlayerBecomeViewTarget, PC) == 0x000000, "Member 'FGMiniGameController_OnPlayerBecomeViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGameController_OnPlayerLoaded \ static_assert(alignof(FGMiniGameController_OnPlayerLoaded) == 0x000008, "Wrong alignment on FGMiniGameController_OnPlayerLoaded"); \ static_assert(sizeof(FGMiniGameController_OnPlayerLoaded) == 0x000008, "Wrong size on FGMiniGameController_OnPlayerLoaded"); \ static_assert(offsetof(FGMiniGameController_OnPlayerLoaded, Player) == 0x000000, "Member 'FGMiniGameController_OnPlayerLoaded::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMiniGameController \ static_assert(alignof(AFGMiniGameController) == 0x000008, "Wrong alignment on AFGMiniGameController"); \ static_assert(sizeof(AFGMiniGameController) == 0x000240, "Wrong size on AFGMiniGameController"); \ static_assert(offsetof(AFGMiniGameController, MiniGamePhase) == 0x000228, "Member 'AFGMiniGameController::MiniGamePhase' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGameController, MiniGamePhaseState) == 0x000229, "Member 'AFGMiniGameController::MiniGamePhaseState' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGameController, SavedMiniGamePhase) == 0x00022A, "Member 'AFGMiniGameController::SavedMiniGamePhase' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGameController, SavedMiniGamePhaseState) == 0x00022B, "Member 'AFGMiniGameController::SavedMiniGamePhaseState' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGameController, bControllerLoaded) == 0x00022C, "Member 'AFGMiniGameController::bControllerLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGameController, OnShackScriptStarted) == 0x000230, "Member 'AFGMiniGameController::OnShackScriptStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGamePath_ServerRegisterClientToStart \ static_assert(alignof(FGMiniGamePath_ServerRegisterClientToStart) == 0x000008, "Wrong alignment on FGMiniGamePath_ServerRegisterClientToStart"); \ static_assert(sizeof(FGMiniGamePath_ServerRegisterClientToStart) == 0x000008, "Wrong size on FGMiniGamePath_ServerRegisterClientToStart"); \ static_assert(offsetof(FGMiniGamePath_ServerRegisterClientToStart, ClientToRegister) == 0x000000, "Member 'FGMiniGamePath_ServerRegisterClientToStart::ClientToRegister' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGamePath_CanStartPawnMove \ static_assert(alignof(FGMiniGamePath_CanStartPawnMove) == 0x000001, "Wrong alignment on FGMiniGamePath_CanStartPawnMove"); \ static_assert(sizeof(FGMiniGamePath_CanStartPawnMove) == 0x000001, "Wrong size on FGMiniGamePath_CanStartPawnMove"); \ static_assert(offsetof(FGMiniGamePath_CanStartPawnMove, ReturnValue) == 0x000000, "Member 'FGMiniGamePath_CanStartPawnMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGamePath_GetMiniGamePath \ static_assert(alignof(FGMiniGamePath_GetMiniGamePath) == 0x000008, "Wrong alignment on FGMiniGamePath_GetMiniGamePath"); \ static_assert(sizeof(FGMiniGamePath_GetMiniGamePath) == 0x000008, "Wrong size on FGMiniGamePath_GetMiniGamePath"); \ static_assert(offsetof(FGMiniGamePath_GetMiniGamePath, ReturnValue) == 0x000000, "Member 'FGMiniGamePath_GetMiniGamePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMiniGamePath \ static_assert(alignof(AFGMiniGamePath) == 0x000008, "Wrong alignment on AFGMiniGamePath"); \ static_assert(sizeof(AFGMiniGamePath) == 0x000260, "Wrong size on AFGMiniGamePath"); \ static_assert(offsetof(AFGMiniGamePath, DefaultRootComponent) == 0x000220, "Member 'AFGMiniGamePath::DefaultRootComponent' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, Path) == 0x000228, "Member 'AFGMiniGamePath::Path' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, NiagaraPathEnd) == 0x000230, "Member 'AFGMiniGamePath::NiagaraPathEnd' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, bMiniGameActive) == 0x000238, "Member 'AFGMiniGamePath::bMiniGameActive' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, bAllClientsReadyToStart) == 0x000239, "Member 'AFGMiniGamePath::bAllClientsReadyToStart' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, RegisteredClients) == 0x000240, "Member 'AFGMiniGamePath::RegisteredClients' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePath, ActivePlayers) == 0x000250, "Member 'AFGMiniGamePath::ActivePlayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGamePawn_GetDirectionAndRotationAlongSpline \ static_assert(alignof(FGMiniGamePawn_GetDirectionAndRotationAlongSpline) == 0x000004, "Wrong alignment on FGMiniGamePawn_GetDirectionAndRotationAlongSpline"); \ static_assert(sizeof(FGMiniGamePawn_GetDirectionAndRotationAlongSpline) == 0x000018, "Wrong size on FGMiniGamePawn_GetDirectionAndRotationAlongSpline"); \ static_assert(offsetof(FGMiniGamePawn_GetDirectionAndRotationAlongSpline, Direction) == 0x000000, "Member 'FGMiniGamePawn_GetDirectionAndRotationAlongSpline::Direction' has a wrong offset!"); \ static_assert(offsetof(FGMiniGamePawn_GetDirectionAndRotationAlongSpline, Rotation) == 0x00000C, "Member 'FGMiniGamePawn_GetDirectionAndRotationAlongSpline::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMiniGamePawn_MiniGameStarted \ static_assert(alignof(FGMiniGamePawn_MiniGameStarted) == 0x000008, "Wrong alignment on FGMiniGamePawn_MiniGameStarted"); \ static_assert(sizeof(FGMiniGamePawn_MiniGameStarted) == 0x000008, "Wrong size on FGMiniGamePawn_MiniGameStarted"); \ static_assert(offsetof(FGMiniGamePawn_MiniGameStarted, InMiniGamePath) == 0x000000, "Member 'FGMiniGamePawn_MiniGameStarted::InMiniGamePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMiniGamePawn \ static_assert(alignof(AFGMiniGamePawn) == 0x000010, "Wrong alignment on AFGMiniGamePawn"); \ static_assert(sizeof(AFGMiniGamePawn) == 0x0004D0, "Wrong size on AFGMiniGamePawn"); \ static_assert(offsetof(AFGMiniGamePawn, StaticMesh) == 0x0004B8, "Member 'AFGMiniGamePawn::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePawn, MiniGamePath) == 0x0004C0, "Member 'AFGMiniGamePawn::MiniGamePath' has a wrong offset!"); \ static_assert(offsetof(AFGMiniGamePawn, bMiniGameStarted) == 0x0004C8, "Member 'AFGMiniGamePawn::bMiniGameStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMiniGamePawnData \ static_assert(alignof(UFGMiniGamePawnData) == 0x000008, "Wrong alignment on UFGMiniGamePawnData"); \ static_assert(sizeof(UFGMiniGamePawnData) == 0x000080, "Wrong size on UFGMiniGamePawnData"); \ static_assert(offsetof(UFGMiniGamePawnData, bUseSkeletalMesh) == 0x000030, "Member 'UFGMiniGamePawnData::bUseSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, SkeletalPawnMesh) == 0x000038, "Member 'UFGMiniGamePawnData::SkeletalPawnMesh' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, ABPPawnClass) == 0x000040, "Member 'UFGMiniGamePawnData::ABPPawnClass' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, StaticPawnMesh) == 0x000048, "Member 'UFGMiniGamePawnData::StaticPawnMesh' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, MinPawnSpeed) == 0x000050, "Member 'UFGMiniGamePawnData::MinPawnSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, MaxPawnSpeed) == 0x000054, "Member 'UFGMiniGamePawnData::MaxPawnSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, TurnPawnSpeed) == 0x000058, "Member 'UFGMiniGamePawnData::TurnPawnSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, TurnSpeedAcceleration) == 0x00005C, "Member 'UFGMiniGamePawnData::TurnSpeedAcceleration' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, TurnSpeedDeceleration) == 0x000060, "Member 'UFGMiniGamePawnData::TurnSpeedDeceleration' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, TimeToReturnMaxSpeed) == 0x000064, "Member 'UFGMiniGamePawnData::TimeToReturnMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, bRotateWhenMove) == 0x000068, "Member 'UFGMiniGamePawnData::bRotateWhenMove' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, RotationSpeed) == 0x00006C, "Member 'UFGMiniGamePawnData::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, RotateDirection) == 0x000070, "Member 'UFGMiniGamePawnData::RotateDirection' has a wrong offset!"); \ static_assert(offsetof(UFGMiniGamePawnData, TurnRateSpeedForAnims) == 0x00007C, "Member 'UFGMiniGamePawnData::TurnRateSpeedForAnims' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMITombstone_CanGiveItem \ static_assert(alignof(FGMITombstone_CanGiveItem) == 0x000008, "Wrong alignment on FGMITombstone_CanGiveItem"); \ static_assert(sizeof(FGMITombstone_CanGiveItem) == 0x000010, "Wrong size on FGMITombstone_CanGiveItem"); \ static_assert(offsetof(FGMITombstone_CanGiveItem, PlayerCharacter) == 0x000000, "Member 'FGMITombstone_CanGiveItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGMITombstone_CanGiveItem, ReturnValue) == 0x000008, "Member 'FGMITombstone_CanGiveItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMITombstone_DropItem \ static_assert(alignof(FGMITombstone_DropItem) == 0x000008, "Wrong alignment on FGMITombstone_DropItem"); \ static_assert(sizeof(FGMITombstone_DropItem) == 0x000008, "Wrong size on FGMITombstone_DropItem"); \ static_assert(offsetof(FGMITombstone_DropItem, DropInventory) == 0x000000, "Member 'FGMITombstone_DropItem::DropInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMITombstone_GiveItem \ static_assert(alignof(FGMITombstone_GiveItem) == 0x000008, "Wrong alignment on FGMITombstone_GiveItem"); \ static_assert(sizeof(FGMITombstone_GiveItem) == 0x000010, "Wrong size on FGMITombstone_GiveItem"); \ static_assert(offsetof(FGMITombstone_GiveItem, PlayerCharacter) == 0x000000, "Member 'FGMITombstone_GiveItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGMITombstone_GiveItem, ReturnValue) == 0x000008, "Member 'FGMITombstone_GiveItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMITombstone \ static_assert(alignof(AFGMITombstone) == 0x000008, "Wrong alignment on AFGMITombstone"); \ static_assert(sizeof(AFGMITombstone) == 0x0002A0, "Wrong size on AFGMITombstone"); \ static_assert(offsetof(AFGMITombstone, bIsGenerated) == 0x000228, "Member 'AFGMITombstone::bIsGenerated' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedState) == 0x000229, "Member 'AFGMITombstone::SavedState' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedPresetIndex) == 0x00022C, "Member 'AFGMITombstone::SavedPresetIndex' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, AllowedPresets) == 0x000230, "Member 'AFGMITombstone::AllowedPresets' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, PresetIndex) == 0x000240, "Member 'AFGMITombstone::PresetIndex' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, State) == 0x000244, "Member 'AFGMITombstone::State' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, Query) == 0x000248, "Member 'AFGMITombstone::Query' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedQueryClass) == 0x000258, "Member 'AFGMITombstone::SavedQueryClass' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedQueryCount) == 0x000260, "Member 'AFGMITombstone::SavedQueryCount' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, Reward) == 0x000268, "Member 'AFGMITombstone::Reward' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedRewardClass) == 0x000278, "Member 'AFGMITombstone::SavedRewardClass' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, SavedRewardCount) == 0x000280, "Member 'AFGMITombstone::SavedRewardCount' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, MemorialGamblePresetsSettingsDataTable) == 0x000288, "Member 'AFGMITombstone::MemorialGamblePresetsSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGMITombstone, MemorialGamblePresetsSettings) == 0x000290, "Member 'AFGMITombstone::MemorialGamblePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGModifierListener \ static_assert(alignof(IFGModifierListener) == 0x000001, "Wrong alignment on IFGModifierListener"); \ static_assert(sizeof(IFGModifierListener) == 0x000001, "Wrong size on IFGModifierListener"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_WagonTransporter \ static_assert(alignof(UFGModuleAbility_WagonTransporter) == 0x000008, "Wrong alignment on UFGModuleAbility_WagonTransporter"); \ static_assert(sizeof(UFGModuleAbility_WagonTransporter) == 0x000050, "Wrong size on UFGModuleAbility_WagonTransporter"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_TrainTransporter \ static_assert(alignof(UFGModuleAbility_TrainTransporter) == 0x000008, "Wrong alignment on UFGModuleAbility_TrainTransporter"); \ static_assert(sizeof(UFGModuleAbility_TrainTransporter) == 0x000050, "Wrong size on UFGModuleAbility_TrainTransporter"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_GathererLuck \ static_assert(alignof(UFGModuleAbility_GathererLuck) == 0x000008, "Wrong alignment on UFGModuleAbility_GathererLuck"); \ static_assert(sizeof(UFGModuleAbility_GathererLuck) == 0x000050, "Wrong size on UFGModuleAbility_GathererLuck"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistBonusLoot \ static_assert(alignof(UFGModuleAbility_BotanistBonusLoot) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistBonusLoot"); \ static_assert(sizeof(UFGModuleAbility_BotanistBonusLoot) == 0x000050, "Wrong size on UFGModuleAbility_BotanistBonusLoot"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistHarvest \ static_assert(alignof(UFGModuleAbility_BotanistHarvest) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistHarvest"); \ static_assert(sizeof(UFGModuleAbility_BotanistHarvest) == 0x000050, "Wrong size on UFGModuleAbility_BotanistHarvest"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_BotanistPlanting \ static_assert(alignof(UFGModuleAbility_BotanistPlanting) == 0x000008, "Wrong alignment on UFGModuleAbility_BotanistPlanting"); \ static_assert(sizeof(UFGModuleAbility_BotanistPlanting) == 0x000050, "Wrong size on UFGModuleAbility_BotanistPlanting"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_TurretSaveAmmo \ static_assert(alignof(UFGModuleAbility_TurretSaveAmmo) == 0x000008, "Wrong alignment on UFGModuleAbility_TurretSaveAmmo"); \ static_assert(sizeof(UFGModuleAbility_TurretSaveAmmo) == 0x000050, "Wrong size on UFGModuleAbility_TurretSaveAmmo"); \ #define DUMPER7_ASSERTS_UFGModuleAbility_TurretCanShoot \ static_assert(alignof(UFGModuleAbility_TurretCanShoot) == 0x000008, "Wrong alignment on UFGModuleAbility_TurretCanShoot"); \ static_assert(sizeof(UFGModuleAbility_TurretCanShoot) == 0x000050, "Wrong size on UFGModuleAbility_TurretCanShoot"); \ #define DUMPER7_ASSERTS_UFGMA_JanitorCleanToilet \ static_assert(alignof(UFGMA_JanitorCleanToilet) == 0x000008, "Wrong alignment on UFGMA_JanitorCleanToilet"); \ static_assert(sizeof(UFGMA_JanitorCleanToilet) == 0x000050, "Wrong size on UFGMA_JanitorCleanToilet"); \ #define DUMPER7_ASSERTS_UFGMA_JanitorRemoveGrowth \ static_assert(alignof(UFGMA_JanitorRemoveGrowth) == 0x000008, "Wrong alignment on UFGMA_JanitorRemoveGrowth"); \ static_assert(sizeof(UFGMA_JanitorRemoveGrowth) == 0x000050, "Wrong size on UFGMA_JanitorRemoveGrowth"); \ #define DUMPER7_ASSERTS_UFGMA_JanitorFindLoot \ static_assert(alignof(UFGMA_JanitorFindLoot) == 0x000008, "Wrong alignment on UFGMA_JanitorFindLoot"); \ static_assert(sizeof(UFGMA_JanitorFindLoot) == 0x000050, "Wrong size on UFGMA_JanitorFindLoot"); \ #define DUMPER7_ASSERTS_UFGMA_RecyclerTime \ static_assert(alignof(UFGMA_RecyclerTime) == 0x000008, "Wrong alignment on UFGMA_RecyclerTime"); \ static_assert(sizeof(UFGMA_RecyclerTime) == 0x000050, "Wrong size on UFGMA_RecyclerTime"); \ #define DUMPER7_ASSERTS_UFGMA_TrainkeeperRepair \ static_assert(alignof(UFGMA_TrainkeeperRepair) == 0x000008, "Wrong alignment on UFGMA_TrainkeeperRepair"); \ static_assert(sizeof(UFGMA_TrainkeeperRepair) == 0x000050, "Wrong size on UFGMA_TrainkeeperRepair"); \ #define DUMPER7_ASSERTS_FGMop_UseMop_S \ static_assert(alignof(FGMop_UseMop_S) == 0x000004, "Wrong alignment on FGMop_UseMop_S"); \ static_assert(sizeof(FGMop_UseMop_S) == 0x000004, "Wrong size on FGMop_UseMop_S"); \ static_assert(offsetof(FGMop_UseMop_S, SelectedSourceID) == 0x000000, "Member 'FGMop_UseMop_S::SelectedSourceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGMop \ static_assert(alignof(AFGMop) == 0x000010, "Wrong alignment on AFGMop"); \ static_assert(sizeof(AFGMop) == 0x0006D0, "Wrong size on AFGMop"); \ static_assert(offsetof(AFGMop, HighlightTraceDistance) == 0x000678, "Member 'AFGMop::HighlightTraceDistance' has a wrong offset!"); \ static_assert(offsetof(AFGMop, TraceTickTime) == 0x00067C, "Member 'AFGMop::TraceTickTime' has a wrong offset!"); \ static_assert(offsetof(AFGMop, DistanceTraceTickTime) == 0x000680, "Member 'AFGMop::DistanceTraceTickTime' has a wrong offset!"); \ static_assert(offsetof(AFGMop, CleaningTraceDistance) == 0x000684, "Member 'AFGMop::CleaningTraceDistance' has a wrong offset!"); \ static_assert(offsetof(AFGMop, FightModeTime) == 0x000688, "Member 'AFGMop::FightModeTime' has a wrong offset!"); \ static_assert(offsetof(AFGMop, GarbageOrbClass) == 0x000690, "Member 'AFGMop::GarbageOrbClass' has a wrong offset!"); \ static_assert(offsetof(AFGMop, GarbageOrbLootingChance) == 0x000698, "Member 'AFGMop::GarbageOrbLootingChance' has a wrong offset!"); \ static_assert(offsetof(AFGMop, SelectedSource) == 0x0006A0, "Member 'AFGMop::SelectedSource' has a wrong offset!"); \ static_assert(offsetof(AFGMop, TraceTimer) == 0x0006A8, "Member 'AFGMop::TraceTimer' has a wrong offset!"); \ static_assert(offsetof(AFGMop, DistanceTraceTimer) == 0x0006B0, "Member 'AFGMop::DistanceTraceTimer' has a wrong offset!"); \ static_assert(offsetof(AFGMop, FightModeTimer) == 0x0006B8, "Member 'AFGMop::FightModeTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMovableComponentOptimization_DetachAndHide \ static_assert(alignof(FGMovableComponentOptimization_DetachAndHide) == 0x000008, "Wrong alignment on FGMovableComponentOptimization_DetachAndHide"); \ static_assert(sizeof(FGMovableComponentOptimization_DetachAndHide) == 0x000010, "Wrong size on FGMovableComponentOptimization_DetachAndHide"); \ static_assert(offsetof(FGMovableComponentOptimization_DetachAndHide, Component) == 0x000000, "Member 'FGMovableComponentOptimization_DetachAndHide::Component' has a wrong offset!"); \ static_assert(offsetof(FGMovableComponentOptimization_DetachAndHide, AttachChildsToParent) == 0x000008, "Member 'FGMovableComponentOptimization_DetachAndHide::AttachChildsToParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMovableComponentOptimization \ static_assert(alignof(UFGMovableComponentOptimization) == 0x000008, "Wrong alignment on UFGMovableComponentOptimization"); \ static_assert(sizeof(UFGMovableComponentOptimization) == 0x000188, "Wrong size on UFGMovableComponentOptimization"); \ static_assert(offsetof(UFGMovableComponentOptimization, UpdateDetachedRate) == 0x0000E0, "Member 'UFGMovableComponentOptimization::UpdateDetachedRate' has a wrong offset!"); \ static_assert(offsetof(UFGMovableComponentOptimization, DetachedComponents) == 0x0000E8, "Member 'UFGMovableComponentOptimization::DetachedComponents' has a wrong offset!"); \ static_assert(offsetof(UFGMovableComponentOptimization, ChildComponents) == 0x000138, "Member 'UFGMovableComponentOptimization::ChildComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMusicSubsystem_PlayMusic \ static_assert(alignof(FGMusicSubsystem_PlayMusic) == 0x000008, "Wrong alignment on FGMusicSubsystem_PlayMusic"); \ static_assert(sizeof(FGMusicSubsystem_PlayMusic) == 0x000010, "Wrong size on FGMusicSubsystem_PlayMusic"); \ static_assert(offsetof(FGMusicSubsystem_PlayMusic, FMODComponent) == 0x000000, "Member 'FGMusicSubsystem_PlayMusic::FMODComponent' has a wrong offset!"); \ static_assert(offsetof(FGMusicSubsystem_PlayMusic, InstrumentType) == 0x000008, "Member 'FGMusicSubsystem_PlayMusic::InstrumentType' has a wrong offset!"); \ static_assert(offsetof(FGMusicSubsystem_PlayMusic, ReturnValue) == 0x000009, "Member 'FGMusicSubsystem_PlayMusic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMusicSubsystem_StopPlaying \ static_assert(alignof(FGMusicSubsystem_StopPlaying) == 0x000008, "Wrong alignment on FGMusicSubsystem_StopPlaying"); \ static_assert(sizeof(FGMusicSubsystem_StopPlaying) == 0x000008, "Wrong size on FGMusicSubsystem_StopPlaying"); \ static_assert(offsetof(FGMusicSubsystem_StopPlaying, FMODComponent) == 0x000000, "Member 'FGMusicSubsystem_StopPlaying::FMODComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGMusicSubsystem_GetAvailableInstrument \ static_assert(alignof(FGMusicSubsystem_GetAvailableInstrument) == 0x000001, "Wrong alignment on FGMusicSubsystem_GetAvailableInstrument"); \ static_assert(sizeof(FGMusicSubsystem_GetAvailableInstrument) == 0x000001, "Wrong size on FGMusicSubsystem_GetAvailableInstrument"); \ static_assert(offsetof(FGMusicSubsystem_GetAvailableInstrument, ReturnValue) == 0x000000, "Member 'FGMusicSubsystem_GetAvailableInstrument::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMusicSubsystem \ static_assert(alignof(UFGMusicSubsystem) == 0x000008, "Wrong alignment on UFGMusicSubsystem"); \ static_assert(sizeof(UFGMusicSubsystem) == 0x000098, "Wrong size on UFGMusicSubsystem"); \ static_assert(offsetof(UFGMusicSubsystem, TrackData) == 0x000030, "Member 'UFGMusicSubsystem::TrackData' has a wrong offset!"); \ static_assert(offsetof(UFGMusicSubsystem, MainTracks) == 0x000058, "Member 'UFGMusicSubsystem::MainTracks' has a wrong offset!"); \ static_assert(offsetof(UFGMusicSubsystem, MusicReceivers) == 0x000068, "Member 'UFGMusicSubsystem::MusicReceivers' has a wrong offset!"); \ static_assert(offsetof(UFGMusicSubsystem, PlayAlongRadius) == 0x000078, "Member 'UFGMusicSubsystem::PlayAlongRadius' has a wrong offset!"); \ static_assert(offsetof(UFGMusicSubsystem, InstrumentVersionsInTracks) == 0x00007C, "Member 'UFGMusicSubsystem::InstrumentVersionsInTracks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNavLocalGridVolume_IsInGrid \ static_assert(alignof(FGNavLocalGridVolume_IsInGrid) == 0x000004, "Wrong alignment on FGNavLocalGridVolume_IsInGrid"); \ static_assert(sizeof(FGNavLocalGridVolume_IsInGrid) == 0x000010, "Wrong size on FGNavLocalGridVolume_IsInGrid"); \ static_assert(offsetof(FGNavLocalGridVolume_IsInGrid, WorldLocation) == 0x000000, "Member 'FGNavLocalGridVolume_IsInGrid::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(FGNavLocalGridVolume_IsInGrid, ReturnValue) == 0x00000C, "Member 'FGNavLocalGridVolume_IsInGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNavLocalGridVolume \ static_assert(alignof(UFGNavLocalGridVolume) == 0x000010, "Wrong alignment on UFGNavLocalGridVolume"); \ static_assert(sizeof(UFGNavLocalGridVolume) == 0x0006D0, "Wrong size on UFGNavLocalGridVolume"); \ static_assert(offsetof(UFGNavLocalGridVolume, bDebugPathingGrid) == 0x000478, "Member 'UFGNavLocalGridVolume::bDebugPathingGrid' has a wrong offset!"); \ static_assert(offsetof(UFGNavLocalGridVolume, bDebugRegions) == 0x000479, "Member 'UFGNavLocalGridVolume::bDebugRegions' has a wrong offset!"); \ static_assert(offsetof(UFGNavLocalGridVolume, Regions) == 0x000508, "Member 'UFGNavLocalGridVolume::Regions' has a wrong offset!"); \ static_assert(offsetof(UFGNavLocalGridVolume, INVALID_REGION) == 0x000558, "Member 'UFGNavLocalGridVolume::INVALID_REGION' has a wrong offset!"); \ static_assert(offsetof(UFGNavLocalGridVolume, TH_Rebuild) == 0x0005D0, "Member 'UFGNavLocalGridVolume::TH_Rebuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziSoldierAnimInstance_GetLeftHandAttachTransform \ static_assert(alignof(FGNaziSoldierAnimInstance_GetLeftHandAttachTransform) == 0x000010, "Wrong alignment on FGNaziSoldierAnimInstance_GetLeftHandAttachTransform"); \ static_assert(sizeof(FGNaziSoldierAnimInstance_GetLeftHandAttachTransform) == 0x000030, "Wrong size on FGNaziSoldierAnimInstance_GetLeftHandAttachTransform"); \ static_assert(offsetof(FGNaziSoldierAnimInstance_GetLeftHandAttachTransform, ReturnValue) == 0x000000, "Member 'FGNaziSoldierAnimInstance_GetLeftHandAttachTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziSoldierAnimInstance_GetLeftHandIKAlpha \ static_assert(alignof(FGNaziSoldierAnimInstance_GetLeftHandIKAlpha) == 0x000004, "Wrong alignment on FGNaziSoldierAnimInstance_GetLeftHandIKAlpha"); \ static_assert(sizeof(FGNaziSoldierAnimInstance_GetLeftHandIKAlpha) == 0x000004, "Wrong size on FGNaziSoldierAnimInstance_GetLeftHandIKAlpha"); \ static_assert(offsetof(FGNaziSoldierAnimInstance_GetLeftHandIKAlpha, ReturnValue) == 0x000000, "Member 'FGNaziSoldierAnimInstance_GetLeftHandIKAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziSoldierAnimInstance_GetRightHandAttachTransform \ static_assert(alignof(FGNaziSoldierAnimInstance_GetRightHandAttachTransform) == 0x000010, "Wrong alignment on FGNaziSoldierAnimInstance_GetRightHandAttachTransform"); \ static_assert(sizeof(FGNaziSoldierAnimInstance_GetRightHandAttachTransform) == 0x000030, "Wrong size on FGNaziSoldierAnimInstance_GetRightHandAttachTransform"); \ static_assert(offsetof(FGNaziSoldierAnimInstance_GetRightHandAttachTransform, ReturnValue) == 0x000000, "Member 'FGNaziSoldierAnimInstance_GetRightHandAttachTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNaziSoldierAnimInstance_GetRightHandIKAlpha \ static_assert(alignof(FGNaziSoldierAnimInstance_GetRightHandIKAlpha) == 0x000004, "Wrong alignment on FGNaziSoldierAnimInstance_GetRightHandIKAlpha"); \ static_assert(sizeof(FGNaziSoldierAnimInstance_GetRightHandIKAlpha) == 0x000004, "Wrong size on FGNaziSoldierAnimInstance_GetRightHandIKAlpha"); \ static_assert(offsetof(FGNaziSoldierAnimInstance_GetRightHandIKAlpha, ReturnValue) == 0x000000, "Member 'FGNaziSoldierAnimInstance_GetRightHandIKAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNaziSoldierAnimInstance \ static_assert(alignof(UFGNaziSoldierAnimInstance) == 0x000010, "Wrong alignment on UFGNaziSoldierAnimInstance"); \ static_assert(sizeof(UFGNaziSoldierAnimInstance) == 0x0002D0, "Wrong size on UFGNaziSoldierAnimInstance"); \ static_assert(offsetof(UFGNaziSoldierAnimInstance, OperatingTrainEngine) == 0x0002B8, "Member 'UFGNaziSoldierAnimInstance::OperatingTrainEngine' has a wrong offset!"); \ static_assert(offsetof(UFGNaziSoldierAnimInstance, RangedWeaponMesh) == 0x0002C0, "Member 'UFGNaziSoldierAnimInstance::RangedWeaponMesh' has a wrong offset!"); \ static_assert(offsetof(UFGNaziSoldierAnimInstance, bIsOperatingHarpoon) == 0x0002C8, "Member 'UFGNaziSoldierAnimInstance::bIsOperatingHarpoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetEffectDataValue \ static_assert(alignof(FGNPCComponent_GetEffectDataValue) == 0x000008, "Wrong alignment on FGNPCComponent_GetEffectDataValue"); \ static_assert(sizeof(FGNPCComponent_GetEffectDataValue) == 0x000078, "Wrong size on FGNPCComponent_GetEffectDataValue"); \ static_assert(offsetof(FGNPCComponent_GetEffectDataValue, Data) == 0x000000, "Member 'FGNPCComponent_GetEffectDataValue::Data' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetEffectDataValue, HappinessSlots) == 0x000070, "Member 'FGNPCComponent_GetEffectDataValue::HappinessSlots' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetEffectDataValue, ReturnValue) == 0x000074, "Member 'FGNPCComponent_GetEffectDataValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetRecipeEffectDataValue \ static_assert(alignof(FGNPCComponent_GetRecipeEffectDataValue) == 0x000008, "Wrong alignment on FGNPCComponent_GetRecipeEffectDataValue"); \ static_assert(sizeof(FGNPCComponent_GetRecipeEffectDataValue) == 0x000060, "Wrong size on FGNPCComponent_GetRecipeEffectDataValue"); \ static_assert(offsetof(FGNPCComponent_GetRecipeEffectDataValue, Data) == 0x000000, "Member 'FGNPCComponent_GetRecipeEffectDataValue::Data' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetRecipeEffectDataValue, HappinessSlots) == 0x000050, "Member 'FGNPCComponent_GetRecipeEffectDataValue::HappinessSlots' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetRecipeEffectDataValue, RecipeID) == 0x000054, "Member 'FGNPCComponent_GetRecipeEffectDataValue::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetRecipeEffectDataValue, ReturnValue) == 0x000058, "Member 'FGNPCComponent_GetRecipeEffectDataValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_CalculateDurabilityDamage \ static_assert(alignof(FGNPCComponent_CalculateDurabilityDamage) == 0x000004, "Wrong alignment on FGNPCComponent_CalculateDurabilityDamage"); \ static_assert(sizeof(FGNPCComponent_CalculateDurabilityDamage) == 0x000008, "Wrong size on FGNPCComponent_CalculateDurabilityDamage"); \ static_assert(offsetof(FGNPCComponent_CalculateDurabilityDamage, Damage) == 0x000000, "Member 'FGNPCComponent_CalculateDurabilityDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_CalculateDurabilityDamage, ReturnValue) == 0x000004, "Member 'FGNPCComponent_CalculateDurabilityDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetAbilitiesModifiedValues \ static_assert(alignof(FGNPCComponent_GetAbilitiesModifiedValues) == 0x000008, "Wrong alignment on FGNPCComponent_GetAbilitiesModifiedValues"); \ static_assert(sizeof(FGNPCComponent_GetAbilitiesModifiedValues) == 0x000030, "Wrong size on FGNPCComponent_GetAbilitiesModifiedValues"); \ static_assert(offsetof(FGNPCComponent_GetAbilitiesModifiedValues, Values) == 0x000000, "Member 'FGNPCComponent_GetAbilitiesModifiedValues::Values' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetAbilitiesModifiedValues, PerkGroupID) == 0x000010, "Member 'FGNPCComponent_GetAbilitiesModifiedValues::PerkGroupID' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetAbilitiesModifiedValues, ExpectedHappiness) == 0x000014, "Member 'FGNPCComponent_GetAbilitiesModifiedValues::ExpectedHappiness' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetAbilitiesModifiedValues, SearchAbilities) == 0x000018, "Member 'FGNPCComponent_GetAbilitiesModifiedValues::SearchAbilities' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_GetAbilitiesModifiedValues, OutputBranch) == 0x000028, "Member 'FGNPCComponent_GetAbilitiesModifiedValues::OutputBranch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetHelperNPCHappiness \ static_assert(alignof(FGNPCComponent_GetHelperNPCHappiness) == 0x000004, "Wrong alignment on FGNPCComponent_GetHelperNPCHappiness"); \ static_assert(sizeof(FGNPCComponent_GetHelperNPCHappiness) == 0x000004, "Wrong size on FGNPCComponent_GetHelperNPCHappiness"); \ static_assert(offsetof(FGNPCComponent_GetHelperNPCHappiness, ReturnValue) == 0x000000, "Member 'FGNPCComponent_GetHelperNPCHappiness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_ModifyCraftTime \ static_assert(alignof(FGNPCComponent_ModifyCraftTime) == 0x000004, "Wrong alignment on FGNPCComponent_ModifyCraftTime"); \ static_assert(sizeof(FGNPCComponent_ModifyCraftTime) == 0x000008, "Wrong size on FGNPCComponent_ModifyCraftTime"); \ static_assert(offsetof(FGNPCComponent_ModifyCraftTime, CraftTime) == 0x000000, "Member 'FGNPCComponent_ModifyCraftTime::CraftTime' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_ModifyCraftTime, ReturnValue) == 0x000004, "Member 'FGNPCComponent_ModifyCraftTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_ModifyFuelCost \ static_assert(alignof(FGNPCComponent_ModifyFuelCost) == 0x000004, "Wrong alignment on FGNPCComponent_ModifyFuelCost"); \ static_assert(sizeof(FGNPCComponent_ModifyFuelCost) == 0x00000C, "Wrong size on FGNPCComponent_ModifyFuelCost"); \ static_assert(offsetof(FGNPCComponent_ModifyFuelCost, FuelCost) == 0x000000, "Member 'FGNPCComponent_ModifyFuelCost::FuelCost' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_ModifyFuelCost, RecipeID) == 0x000004, "Member 'FGNPCComponent_ModifyFuelCost::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_ModifyFuelCost, ReturnValue) == 0x000008, "Member 'FGNPCComponent_ModifyFuelCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_SetHappinessParameter \ static_assert(alignof(FGNPCComponent_SetHappinessParameter) == 0x000008, "Wrong alignment on FGNPCComponent_SetHappinessParameter"); \ static_assert(sizeof(FGNPCComponent_SetHappinessParameter) == 0x000010, "Wrong size on FGNPCComponent_SetHappinessParameter"); \ static_assert(offsetof(FGNPCComponent_SetHappinessParameter, Array) == 0x000000, "Member 'FGNPCComponent_SetHappinessParameter::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_SetNPCHelper \ static_assert(alignof(FGNPCComponent_SetNPCHelper) == 0x000008, "Wrong alignment on FGNPCComponent_SetNPCHelper"); \ static_assert(sizeof(FGNPCComponent_SetNPCHelper) == 0x000018, "Wrong size on FGNPCComponent_SetNPCHelper"); \ static_assert(offsetof(FGNPCComponent_SetNPCHelper, Helper) == 0x000000, "Member 'FGNPCComponent_SetNPCHelper::Helper' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_SetNPCHelper, Module) == 0x000008, "Member 'FGNPCComponent_SetNPCHelper::Module' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_SetNPCHelper, ID) == 0x000010, "Member 'FGNPCComponent_SetNPCHelper::ID' has a wrong offset!"); \ static_assert(offsetof(FGNPCComponent_SetNPCHelper, ReturnValue) == 0x000014, "Member 'FGNPCComponent_SetNPCHelper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetAvailableRecipesID \ static_assert(alignof(FGNPCComponent_GetAvailableRecipesID) == 0x000008, "Wrong alignment on FGNPCComponent_GetAvailableRecipesID"); \ static_assert(sizeof(FGNPCComponent_GetAvailableRecipesID) == 0x000050, "Wrong size on FGNPCComponent_GetAvailableRecipesID"); \ static_assert(offsetof(FGNPCComponent_GetAvailableRecipesID, Recipes) == 0x000000, "Member 'FGNPCComponent_GetAvailableRecipesID::Recipes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetHappinessParameter \ static_assert(alignof(FGNPCComponent_GetHappinessParameter) == 0x000008, "Wrong alignment on FGNPCComponent_GetHappinessParameter"); \ static_assert(sizeof(FGNPCComponent_GetHappinessParameter) == 0x000010, "Wrong size on FGNPCComponent_GetHappinessParameter"); \ static_assert(offsetof(FGNPCComponent_GetHappinessParameter, Array) == 0x000000, "Member 'FGNPCComponent_GetHappinessParameter::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetNPCActiveHappinessSlots \ static_assert(alignof(FGNPCComponent_GetNPCActiveHappinessSlots) == 0x000004, "Wrong alignment on FGNPCComponent_GetNPCActiveHappinessSlots"); \ static_assert(sizeof(FGNPCComponent_GetNPCActiveHappinessSlots) == 0x000004, "Wrong size on FGNPCComponent_GetNPCActiveHappinessSlots"); \ static_assert(offsetof(FGNPCComponent_GetNPCActiveHappinessSlots, ReturnValue) == 0x000000, "Member 'FGNPCComponent_GetNPCActiveHappinessSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetNPCAllHappinessSlots \ static_assert(alignof(FGNPCComponent_GetNPCAllHappinessSlots) == 0x000004, "Wrong alignment on FGNPCComponent_GetNPCAllHappinessSlots"); \ static_assert(sizeof(FGNPCComponent_GetNPCAllHappinessSlots) == 0x000004, "Wrong size on FGNPCComponent_GetNPCAllHappinessSlots"); \ static_assert(offsetof(FGNPCComponent_GetNPCAllHappinessSlots, ReturnValue) == 0x000000, "Member 'FGNPCComponent_GetNPCAllHappinessSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGNPCComponent_GetNPCHelper \ static_assert(alignof(FGNPCComponent_GetNPCHelper) == 0x000008, "Wrong alignment on FGNPCComponent_GetNPCHelper"); \ static_assert(sizeof(FGNPCComponent_GetNPCHelper) == 0x000008, "Wrong size on FGNPCComponent_GetNPCHelper"); \ static_assert(offsetof(FGNPCComponent_GetNPCHelper, ReturnValue) == 0x000000, "Member 'FGNPCComponent_GetNPCHelper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGNPCComponent \ static_assert(alignof(UFGNPCComponent) == 0x000008, "Wrong alignment on UFGNPCComponent"); \ static_assert(sizeof(UFGNPCComponent) == 0x0005F8, "Wrong size on UFGNPCComponent"); \ static_assert(offsetof(UFGNPCComponent, OnNPCHelperUpdated) == 0x0000B0, "Member 'UFGNPCComponent::OnNPCHelperUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, OwningWagonModule) == 0x0000C0, "Member 'UFGNPCComponent::OwningWagonModule' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, NPCHelper) == 0x0000C8, "Member 'UFGNPCComponent::NPCHelper' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, InventoryAccess) == 0x0000D0, "Member 'UFGNPCComponent::InventoryAccess' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, NestTime) == 0x0000D8, "Member 'UFGNPCComponent::NestTime' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, FuelDiscount) == 0x000148, "Member 'UFGNPCComponent::FuelDiscount' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, FuelDiscountRecipes) == 0x0001B8, "Member 'UFGNPCComponent::FuelDiscountRecipes' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, DoublecraftChance) == 0x000208, "Member 'UFGNPCComponent::DoublecraftChance' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, DoublecraftRecipeChance) == 0x000278, "Member 'UFGNPCComponent::DoublecraftRecipeChance' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, CraftTimeReduction) == 0x0002C8, "Member 'UFGNPCComponent::CraftTimeReduction' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, ScienceCost) == 0x000338, "Member 'UFGNPCComponent::ScienceCost' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, EngineCost) == 0x0003A8, "Member 'UFGNPCComponent::EngineCost' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, GatherTimeReduction) == 0x000418, "Member 'UFGNPCComponent::GatherTimeReduction' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, GatherRareCraftChance) == 0x000488, "Member 'UFGNPCComponent::GatherRareCraftChance' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, RepairTime) == 0x00048C, "Member 'UFGNPCComponent::RepairTime' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, RepairHappiness) == 0x000494, "Member 'UFGNPCComponent::RepairHappiness' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, HappinessMarks) == 0x0004A0, "Member 'UFGNPCComponent::HappinessMarks' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, WorkerID) == 0x000510, "Member 'UFGNPCComponent::WorkerID' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, RofleemoManager) == 0x000518, "Member 'UFGNPCComponent::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, CurrentNPCPerks) == 0x000520, "Member 'UFGNPCComponent::CurrentNPCPerks' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, PerksWithCost) == 0x000530, "Member 'UFGNPCComponent::PerksWithCost' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, ModulePerksDataTable) == 0x000540, "Member 'UFGNPCComponent::ModulePerksDataTable' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, ModulePerks) == 0x000548, "Member 'UFGNPCComponent::ModulePerks' has a wrong offset!"); \ static_assert(offsetof(UFGNPCComponent, Abilities) == 0x0005A8, "Member 'UFGNPCComponent::Abilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFrameRecipe \ static_assert(alignof(FGWagon_GetFrameRecipe) == 0x000008, "Wrong alignment on FGWagon_GetFrameRecipe"); \ static_assert(sizeof(FGWagon_GetFrameRecipe) == 0x000018, "Wrong size on FGWagon_GetFrameRecipe"); \ static_assert(offsetof(FGWagon_GetFrameRecipe, ContextActor) == 0x000000, "Member 'FGWagon_GetFrameRecipe::ContextActor' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetFrameRecipe, Wagon) == 0x000008, "Member 'FGWagon_GetFrameRecipe::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetFrameRecipe, bNextFrame) == 0x000010, "Member 'FGWagon_GetFrameRecipe::bNextFrame' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetFrameRecipe, ReturnValue) == 0x000014, "Member 'FGWagon_GetFrameRecipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CalculateLocationOffsetToPlatform \ static_assert(alignof(FGWagon_CalculateLocationOffsetToPlatform) == 0x000004, "Wrong alignment on FGWagon_CalculateLocationOffsetToPlatform"); \ static_assert(sizeof(FGWagon_CalculateLocationOffsetToPlatform) == 0x000018, "Wrong size on FGWagon_CalculateLocationOffsetToPlatform"); \ static_assert(offsetof(FGWagon_CalculateLocationOffsetToPlatform, WorldLocation) == 0x000000, "Member 'FGWagon_CalculateLocationOffsetToPlatform::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CalculateLocationOffsetToPlatform, ReturnValue) == 0x00000C, "Member 'FGWagon_CalculateLocationOffsetToPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CalculateWorldLocationFromPlatformOffset \ static_assert(alignof(FGWagon_CalculateWorldLocationFromPlatformOffset) == 0x000004, "Wrong alignment on FGWagon_CalculateWorldLocationFromPlatformOffset"); \ static_assert(sizeof(FGWagon_CalculateWorldLocationFromPlatformOffset) == 0x000018, "Wrong size on FGWagon_CalculateWorldLocationFromPlatformOffset"); \ static_assert(offsetof(FGWagon_CalculateWorldLocationFromPlatformOffset, PlatformOffset) == 0x000000, "Member 'FGWagon_CalculateWorldLocationFromPlatformOffset::PlatformOffset' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CalculateWorldLocationFromPlatformOffset, ReturnValue) == 0x00000C, "Member 'FGWagon_CalculateWorldLocationFromPlatformOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CalculateWorldRateWeight \ static_assert(alignof(FGWagon_CalculateWorldRateWeight) == 0x000004, "Wrong alignment on FGWagon_CalculateWorldRateWeight"); \ static_assert(sizeof(FGWagon_CalculateWorldRateWeight) == 0x000008, "Wrong size on FGWagon_CalculateWorldRateWeight"); \ static_assert(offsetof(FGWagon_CalculateWorldRateWeight, Additive) == 0x000000, "Member 'FGWagon_CalculateWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CalculateWorldRateWeight, Scale) == 0x000004, "Member 'FGWagon_CalculateWorldRateWeight::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CanStartArmorWallProject \ static_assert(alignof(FGWagon_CanStartArmorWallProject) == 0x000008, "Wrong alignment on FGWagon_CanStartArmorWallProject"); \ static_assert(sizeof(FGWagon_CanStartArmorWallProject) == 0x000010, "Wrong size on FGWagon_CanStartArmorWallProject"); \ static_assert(offsetof(FGWagon_CanStartArmorWallProject, ArmorWallMesh) == 0x000000, "Member 'FGWagon_CanStartArmorWallProject::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanStartArmorWallProject, RecipeID) == 0x000008, "Member 'FGWagon_CanStartArmorWallProject::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanStartArmorWallProject, ReturnValue) == 0x00000C, "Member 'FGWagon_CanStartArmorWallProject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CanStartWallProject \ static_assert(alignof(FGWagon_CanStartWallProject) == 0x000008, "Wrong alignment on FGWagon_CanStartWallProject"); \ static_assert(sizeof(FGWagon_CanStartWallProject) == 0x000010, "Wrong size on FGWagon_CanStartWallProject"); \ static_assert(offsetof(FGWagon_CanStartWallProject, WallMesh) == 0x000000, "Member 'FGWagon_CanStartWallProject::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanStartWallProject, RecipeID) == 0x000008, "Member 'FGWagon_CanStartWallProject::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanStartWallProject, ReturnValue) == 0x00000C, "Member 'FGWagon_CanStartWallProject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CanUninstallArmorWall \ static_assert(alignof(FGWagon_CanUninstallArmorWall) == 0x000001, "Wrong alignment on FGWagon_CanUninstallArmorWall"); \ static_assert(sizeof(FGWagon_CanUninstallArmorWall) == 0x000001, "Wrong size on FGWagon_CanUninstallArmorWall"); \ static_assert(offsetof(FGWagon_CanUninstallArmorWall, ReturnValue) == 0x000000, "Member 'FGWagon_CanUninstallArmorWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CanUninstallWallInstalledWagonModules \ static_assert(alignof(FGWagon_CanUninstallWallInstalledWagonModules) == 0x000004, "Wrong alignment on FGWagon_CanUninstallWallInstalledWagonModules"); \ static_assert(sizeof(FGWagon_CanUninstallWallInstalledWagonModules) == 0x000008, "Wrong size on FGWagon_CanUninstallWallInstalledWagonModules"); \ static_assert(offsetof(FGWagon_CanUninstallWallInstalledWagonModules, WallIndex) == 0x000000, "Member 'FGWagon_CanUninstallWallInstalledWagonModules::WallIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanUninstallWallInstalledWagonModules, bFromDepot) == 0x000004, "Member 'FGWagon_CanUninstallWallInstalledWagonModules::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CanUninstallWallInstalledWagonModules, ReturnValue) == 0x000005, "Member 'FGWagon_CanUninstallWallInstalledWagonModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CollectWinchActors \ static_assert(alignof(FGWagon_CollectWinchActors) == 0x000008, "Wrong alignment on FGWagon_CollectWinchActors"); \ static_assert(sizeof(FGWagon_CollectWinchActors) == 0x000010, "Wrong size on FGWagon_CollectWinchActors"); \ static_assert(offsetof(FGWagon_CollectWinchActors, ReturnValue) == 0x000000, "Member 'FGWagon_CollectWinchActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_CreateWagonModuleThrash \ static_assert(alignof(FGWagon_CreateWagonModuleThrash) == 0x000008, "Wrong alignment on FGWagon_CreateWagonModuleThrash"); \ static_assert(sizeof(FGWagon_CreateWagonModuleThrash) == 0x000098, "Wrong size on FGWagon_CreateWagonModuleThrash"); \ static_assert(offsetof(FGWagon_CreateWagonModuleThrash, ModuleSettings) == 0x000000, "Member 'FGWagon_CreateWagonModuleThrash::ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CreateWagonModuleThrash, Items) == 0x000078, "Member 'FGWagon_CreateWagonModuleThrash::Items' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CreateWagonModuleThrash, bFromDepot) == 0x000088, "Member 'FGWagon_CreateWagonModuleThrash::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGWagon_CreateWagonModuleThrash, PlayerCharacter) == 0x000090, "Member 'FGWagon_CreateWagonModuleThrash::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_DamageArmorWallDurability \ static_assert(alignof(FGWagon_DamageArmorWallDurability) == 0x000008, "Wrong alignment on FGWagon_DamageArmorWallDurability"); \ static_assert(sizeof(FGWagon_DamageArmorWallDurability) == 0x000018, "Wrong size on FGWagon_DamageArmorWallDurability"); \ static_assert(offsetof(FGWagon_DamageArmorWallDurability, ArmorWallMesh) == 0x000000, "Member 'FGWagon_DamageArmorWallDurability::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageArmorWallDurability, Damage) == 0x000008, "Member 'FGWagon_DamageArmorWallDurability::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageArmorWallDurability, DamageType) == 0x000010, "Member 'FGWagon_DamageArmorWallDurability::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_DamageFloorDurability \ static_assert(alignof(FGWagon_DamageFloorDurability) == 0x000008, "Wrong alignment on FGWagon_DamageFloorDurability"); \ static_assert(sizeof(FGWagon_DamageFloorDurability) == 0x000018, "Wrong size on FGWagon_DamageFloorDurability"); \ static_assert(offsetof(FGWagon_DamageFloorDurability, FloorMesh) == 0x000000, "Member 'FGWagon_DamageFloorDurability::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageFloorDurability, Damage) == 0x000008, "Member 'FGWagon_DamageFloorDurability::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageFloorDurability, DamageType) == 0x000010, "Member 'FGWagon_DamageFloorDurability::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_DamageFrameDurability \ static_assert(alignof(FGWagon_DamageFrameDurability) == 0x000008, "Wrong alignment on FGWagon_DamageFrameDurability"); \ static_assert(sizeof(FGWagon_DamageFrameDurability) == 0x000018, "Wrong size on FGWagon_DamageFrameDurability"); \ static_assert(offsetof(FGWagon_DamageFrameDurability, FrameMesh) == 0x000000, "Member 'FGWagon_DamageFrameDurability::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageFrameDurability, Damage) == 0x000008, "Member 'FGWagon_DamageFrameDurability::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageFrameDurability, DamageType) == 0x000010, "Member 'FGWagon_DamageFrameDurability::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_DamageWallDurability \ static_assert(alignof(FGWagon_DamageWallDurability) == 0x000008, "Wrong alignment on FGWagon_DamageWallDurability"); \ static_assert(sizeof(FGWagon_DamageWallDurability) == 0x000018, "Wrong size on FGWagon_DamageWallDurability"); \ static_assert(offsetof(FGWagon_DamageWallDurability, WallMesh) == 0x000000, "Member 'FGWagon_DamageWallDurability::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageWallDurability, Damage) == 0x000008, "Member 'FGWagon_DamageWallDurability::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagon_DamageWallDurability, DamageType) == 0x000010, "Member 'FGWagon_DamageWallDurability::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetAchievementReadySpawnedWagonModulesAmount \ static_assert(alignof(FGWagon_GetAchievementReadySpawnedWagonModulesAmount) == 0x000008, "Wrong alignment on FGWagon_GetAchievementReadySpawnedWagonModulesAmount"); \ static_assert(sizeof(FGWagon_GetAchievementReadySpawnedWagonModulesAmount) == 0x000010, "Wrong size on FGWagon_GetAchievementReadySpawnedWagonModulesAmount"); \ static_assert(offsetof(FGWagon_GetAchievementReadySpawnedWagonModulesAmount, WagonModuleClass) == 0x000000, "Member 'FGWagon_GetAchievementReadySpawnedWagonModulesAmount::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetAchievementReadySpawnedWagonModulesAmount, ReturnValue) == 0x000008, "Member 'FGWagon_GetAchievementReadySpawnedWagonModulesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetAllWagonModules \ static_assert(alignof(FGWagon_GetAllWagonModules) == 0x000008, "Wrong alignment on FGWagon_GetAllWagonModules"); \ static_assert(sizeof(FGWagon_GetAllWagonModules) == 0x000010, "Wrong size on FGWagon_GetAllWagonModules"); \ static_assert(offsetof(FGWagon_GetAllWagonModules, ReturnValue) == 0x000000, "Member 'FGWagon_GetAllWagonModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetArmorWallID \ static_assert(alignof(FGWagon_GetArmorWallID) == 0x000008, "Wrong alignment on FGWagon_GetArmorWallID"); \ static_assert(sizeof(FGWagon_GetArmorWallID) == 0x000010, "Wrong size on FGWagon_GetArmorWallID"); \ static_assert(offsetof(FGWagon_GetArmorWallID, ArmorWallMesh) == 0x000000, "Member 'FGWagon_GetArmorWallID::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetArmorWallID, ReturnValue) == 0x000008, "Member 'FGWagon_GetArmorWallID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetArmorWallsSettings \ static_assert(alignof(FGWagon_GetArmorWallsSettings) == 0x000008, "Wrong alignment on FGWagon_GetArmorWallsSettings"); \ static_assert(sizeof(FGWagon_GetArmorWallsSettings) == 0x000010, "Wrong size on FGWagon_GetArmorWallsSettings"); \ static_assert(offsetof(FGWagon_GetArmorWallsSettings, ReturnValue) == 0x000000, "Member 'FGWagon_GetArmorWallsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetArmorWallStaticMeshesEvent \ static_assert(alignof(FGWagon_GetArmorWallStaticMeshesEvent) == 0x000008, "Wrong alignment on FGWagon_GetArmorWallStaticMeshesEvent"); \ static_assert(sizeof(FGWagon_GetArmorWallStaticMeshesEvent) == 0x000010, "Wrong size on FGWagon_GetArmorWallStaticMeshesEvent"); \ static_assert(offsetof(FGWagon_GetArmorWallStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'FGWagon_GetArmorWallStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetAttachedWagonLeeches \ static_assert(alignof(FGWagon_GetAttachedWagonLeeches) == 0x000008, "Wrong alignment on FGWagon_GetAttachedWagonLeeches"); \ static_assert(sizeof(FGWagon_GetAttachedWagonLeeches) == 0x000010, "Wrong size on FGWagon_GetAttachedWagonLeeches"); \ static_assert(offsetof(FGWagon_GetAttachedWagonLeeches, ReturnValue) == 0x000000, "Member 'FGWagon_GetAttachedWagonLeeches::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetBuildArmorWallsAmount \ static_assert(alignof(FGWagon_GetBuildArmorWallsAmount) == 0x000004, "Wrong alignment on FGWagon_GetBuildArmorWallsAmount"); \ static_assert(sizeof(FGWagon_GetBuildArmorWallsAmount) == 0x000004, "Wrong size on FGWagon_GetBuildArmorWallsAmount"); \ static_assert(offsetof(FGWagon_GetBuildArmorWallsAmount, ReturnValue) == 0x000000, "Member 'FGWagon_GetBuildArmorWallsAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetClosestEditModeCell \ static_assert(alignof(FGWagon_GetClosestEditModeCell) == 0x000008, "Wrong alignment on FGWagon_GetClosestEditModeCell"); \ static_assert(sizeof(FGWagon_GetClosestEditModeCell) == 0x000020, "Wrong size on FGWagon_GetClosestEditModeCell"); \ static_assert(offsetof(FGWagon_GetClosestEditModeCell, FromLocation) == 0x000000, "Member 'FGWagon_GetClosestEditModeCell::FromLocation' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetClosestEditModeCell, TemporaryWagonModule) == 0x000010, "Member 'FGWagon_GetClosestEditModeCell::TemporaryWagonModule' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetClosestEditModeCell, ReturnValue) == 0x000018, "Member 'FGWagon_GetClosestEditModeCell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetDebugLayoutMap \ static_assert(alignof(FGWagon_GetDebugLayoutMap) == 0x000008, "Wrong alignment on FGWagon_GetDebugLayoutMap"); \ static_assert(sizeof(FGWagon_GetDebugLayoutMap) == 0x000010, "Wrong size on FGWagon_GetDebugLayoutMap"); \ static_assert(offsetof(FGWagon_GetDebugLayoutMap, ReturnValue) == 0x000000, "Member 'FGWagon_GetDebugLayoutMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFloorsSettings \ static_assert(alignof(FGWagon_GetFloorsSettings) == 0x000008, "Wrong alignment on FGWagon_GetFloorsSettings"); \ static_assert(sizeof(FGWagon_GetFloorsSettings) == 0x000010, "Wrong size on FGWagon_GetFloorsSettings"); \ static_assert(offsetof(FGWagon_GetFloorsSettings, ReturnValue) == 0x000000, "Member 'FGWagon_GetFloorsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFloorStaticMeshes \ static_assert(alignof(FGWagon_GetFloorStaticMeshes) == 0x000008, "Wrong alignment on FGWagon_GetFloorStaticMeshes"); \ static_assert(sizeof(FGWagon_GetFloorStaticMeshes) == 0x000018, "Wrong size on FGWagon_GetFloorStaticMeshes"); \ static_assert(offsetof(FGWagon_GetFloorStaticMeshes, FrameID) == 0x000000, "Member 'FGWagon_GetFloorStaticMeshes::FrameID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetFloorStaticMeshes, ReturnValue) == 0x000008, "Member 'FGWagon_GetFloorStaticMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFloorStaticMeshesEvent \ static_assert(alignof(FGWagon_GetFloorStaticMeshesEvent) == 0x000008, "Wrong alignment on FGWagon_GetFloorStaticMeshesEvent"); \ static_assert(sizeof(FGWagon_GetFloorStaticMeshesEvent) == 0x000010, "Wrong size on FGWagon_GetFloorStaticMeshesEvent"); \ static_assert(offsetof(FGWagon_GetFloorStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'FGWagon_GetFloorStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFramesSettings \ static_assert(alignof(FGWagon_GetFramesSettings) == 0x000008, "Wrong alignment on FGWagon_GetFramesSettings"); \ static_assert(sizeof(FGWagon_GetFramesSettings) == 0x000010, "Wrong size on FGWagon_GetFramesSettings"); \ static_assert(offsetof(FGWagon_GetFramesSettings, ReturnValue) == 0x000000, "Member 'FGWagon_GetFramesSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFrameStaticMesh \ static_assert(alignof(FGWagon_GetFrameStaticMesh) == 0x000008, "Wrong alignment on FGWagon_GetFrameStaticMesh"); \ static_assert(sizeof(FGWagon_GetFrameStaticMesh) == 0x000010, "Wrong size on FGWagon_GetFrameStaticMesh"); \ static_assert(offsetof(FGWagon_GetFrameStaticMesh, FrameID) == 0x000000, "Member 'FGWagon_GetFrameStaticMesh::FrameID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetFrameStaticMesh, ReturnValue) == 0x000008, "Member 'FGWagon_GetFrameStaticMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetFrameStaticMeshesEvent \ static_assert(alignof(FGWagon_GetFrameStaticMeshesEvent) == 0x000008, "Wrong alignment on FGWagon_GetFrameStaticMeshesEvent"); \ static_assert(sizeof(FGWagon_GetFrameStaticMeshesEvent) == 0x000010, "Wrong size on FGWagon_GetFrameStaticMeshesEvent"); \ static_assert(offsetof(FGWagon_GetFrameStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'FGWagon_GetFrameStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetInstalledModules \ static_assert(alignof(FGWagon_GetInstalledModules) == 0x000008, "Wrong alignment on FGWagon_GetInstalledModules"); \ static_assert(sizeof(FGWagon_GetInstalledModules) == 0x000010, "Wrong size on FGWagon_GetInstalledModules"); \ static_assert(offsetof(FGWagon_GetInstalledModules, ReturnValue) == 0x000000, "Member 'FGWagon_GetInstalledModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetLastFrameFloorSettings \ static_assert(alignof(FGWagon_GetLastFrameFloorSettings) == 0x000008, "Wrong alignment on FGWagon_GetLastFrameFloorSettings"); \ static_assert(sizeof(FGWagon_GetLastFrameFloorSettings) == 0x000010, "Wrong size on FGWagon_GetLastFrameFloorSettings"); \ static_assert(offsetof(FGWagon_GetLastFrameFloorSettings, ReturnValue) == 0x000000, "Member 'FGWagon_GetLastFrameFloorSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetLeftGrabSpline \ static_assert(alignof(FGWagon_GetLeftGrabSpline) == 0x000008, "Wrong alignment on FGWagon_GetLeftGrabSpline"); \ static_assert(sizeof(FGWagon_GetLeftGrabSpline) == 0x000008, "Wrong size on FGWagon_GetLeftGrabSpline"); \ static_assert(offsetof(FGWagon_GetLeftGrabSpline, ReturnValue) == 0x000000, "Member 'FGWagon_GetLeftGrabSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetLength \ static_assert(alignof(FGWagon_GetLength) == 0x000004, "Wrong alignment on FGWagon_GetLength"); \ static_assert(sizeof(FGWagon_GetLength) == 0x000004, "Wrong size on FGWagon_GetLength"); \ static_assert(offsetof(FGWagon_GetLength, ReturnValue) == 0x000000, "Member 'FGWagon_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetMineTargetLocation \ static_assert(alignof(FGWagon_GetMineTargetLocation) == 0x000004, "Wrong alignment on FGWagon_GetMineTargetLocation"); \ static_assert(sizeof(FGWagon_GetMineTargetLocation) == 0x000018, "Wrong size on FGWagon_GetMineTargetLocation"); \ static_assert(offsetof(FGWagon_GetMineTargetLocation, MineLocation) == 0x000000, "Member 'FGWagon_GetMineTargetLocation::MineLocation' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetMineTargetLocation, ReturnValue) == 0x00000C, "Member 'FGWagon_GetMineTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetNextWagon \ static_assert(alignof(FGWagon_GetNextWagon) == 0x000008, "Wrong alignment on FGWagon_GetNextWagon"); \ static_assert(sizeof(FGWagon_GetNextWagon) == 0x000008, "Wrong size on FGWagon_GetNextWagon"); \ static_assert(offsetof(FGWagon_GetNextWagon, ReturnValue) == 0x000000, "Member 'FGWagon_GetNextWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetPreviousWagon \ static_assert(alignof(FGWagon_GetPreviousWagon) == 0x000008, "Wrong alignment on FGWagon_GetPreviousWagon"); \ static_assert(sizeof(FGWagon_GetPreviousWagon) == 0x000008, "Wrong size on FGWagon_GetPreviousWagon"); \ static_assert(offsetof(FGWagon_GetPreviousWagon, ReturnValue) == 0x000000, "Member 'FGWagon_GetPreviousWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetRam \ static_assert(alignof(FGWagon_GetRam) == 0x000008, "Wrong alignment on FGWagon_GetRam"); \ static_assert(sizeof(FGWagon_GetRam) == 0x000008, "Wrong size on FGWagon_GetRam"); \ static_assert(offsetof(FGWagon_GetRam, ReturnValue) == 0x000000, "Member 'FGWagon_GetRam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetRightGrabSpline \ static_assert(alignof(FGWagon_GetRightGrabSpline) == 0x000008, "Wrong alignment on FGWagon_GetRightGrabSpline"); \ static_assert(sizeof(FGWagon_GetRightGrabSpline) == 0x000008, "Wrong size on FGWagon_GetRightGrabSpline"); \ static_assert(offsetof(FGWagon_GetRightGrabSpline, ReturnValue) == 0x000000, "Member 'FGWagon_GetRightGrabSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetSpawnedWagonModulesAmount \ static_assert(alignof(FGWagon_GetSpawnedWagonModulesAmount) == 0x000008, "Wrong alignment on FGWagon_GetSpawnedWagonModulesAmount"); \ static_assert(sizeof(FGWagon_GetSpawnedWagonModulesAmount) == 0x000010, "Wrong size on FGWagon_GetSpawnedWagonModulesAmount"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesAmount, WagonModuleClass) == 0x000000, "Member 'FGWagon_GetSpawnedWagonModulesAmount::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesAmount, ReturnValue) == 0x000008, "Member 'FGWagon_GetSpawnedWagonModulesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetSpawnedWagonModulesOnPlatform \ static_assert(alignof(FGWagon_GetSpawnedWagonModulesOnPlatform) == 0x000008, "Wrong alignment on FGWagon_GetSpawnedWagonModulesOnPlatform"); \ static_assert(sizeof(FGWagon_GetSpawnedWagonModulesOnPlatform) == 0x000028, "Wrong size on FGWagon_GetSpawnedWagonModulesOnPlatform"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesOnPlatform, WagonModuleClass) == 0x000000, "Member 'FGWagon_GetSpawnedWagonModulesOnPlatform::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesOnPlatform, Module) == 0x000008, "Member 'FGWagon_GetSpawnedWagonModulesOnPlatform::Module' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesOnPlatform, Modules) == 0x000010, "Member 'FGWagon_GetSpawnedWagonModulesOnPlatform::Modules' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetSpawnedWagonModulesOnPlatform, ReturnValue) == 0x000020, "Member 'FGWagon_GetSpawnedWagonModulesOnPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetSpawnPoints \ static_assert(alignof(FGWagon_GetSpawnPoints) == 0x000008, "Wrong alignment on FGWagon_GetSpawnPoints"); \ static_assert(sizeof(FGWagon_GetSpawnPoints) == 0x000010, "Wrong size on FGWagon_GetSpawnPoints"); \ static_assert(offsetof(FGWagon_GetSpawnPoints, ReturnValue) == 0x000000, "Member 'FGWagon_GetSpawnPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTrainEngineEra \ static_assert(alignof(FGWagon_GetTrainEngineEra) == 0x000001, "Wrong alignment on FGWagon_GetTrainEngineEra"); \ static_assert(sizeof(FGWagon_GetTrainEngineEra) == 0x000001, "Wrong size on FGWagon_GetTrainEngineEra"); \ static_assert(offsetof(FGWagon_GetTrainEngineEra, ReturnValue) == 0x000000, "Member 'FGWagon_GetTrainEngineEra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTrainEngineModule \ static_assert(alignof(FGWagon_GetTrainEngineModule) == 0x000008, "Wrong alignment on FGWagon_GetTrainEngineModule"); \ static_assert(sizeof(FGWagon_GetTrainEngineModule) == 0x000008, "Wrong size on FGWagon_GetTrainEngineModule"); \ static_assert(offsetof(FGWagon_GetTrainEngineModule, ReturnValue) == 0x000000, "Member 'FGWagon_GetTrainEngineModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTurret \ static_assert(alignof(FGWagon_GetTurret) == 0x000008, "Wrong alignment on FGWagon_GetTurret"); \ static_assert(sizeof(FGWagon_GetTurret) == 0x000010, "Wrong size on FGWagon_GetTurret"); \ static_assert(offsetof(FGWagon_GetTurret, AttachComponent) == 0x000000, "Member 'FGWagon_GetTurret::AttachComponent' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetTurret, ReturnValue) == 0x000008, "Member 'FGWagon_GetTurret::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonArmorWallSettings \ static_assert(alignof(FGWagon_GetWagonArmorWallSettings) == 0x000008, "Wrong alignment on FGWagon_GetWagonArmorWallSettings"); \ static_assert(sizeof(FGWagon_GetWagonArmorWallSettings) == 0x000088, "Wrong size on FGWagon_GetWagonArmorWallSettings"); \ static_assert(offsetof(FGWagon_GetWagonArmorWallSettings, ArmorWallMesh) == 0x000000, "Member 'FGWagon_GetWagonArmorWallSettings::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonArmorWallSettings, ArmorWallSettings) == 0x000008, "Member 'FGWagon_GetWagonArmorWallSettings::ArmorWallSettings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonArmorWallSettings, ReturnValue) == 0x000080, "Member 'FGWagon_GetWagonArmorWallSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonFloorSettings \ static_assert(alignof(FGWagon_GetWagonFloorSettings) == 0x000008, "Wrong alignment on FGWagon_GetWagonFloorSettings"); \ static_assert(sizeof(FGWagon_GetWagonFloorSettings) == 0x000088, "Wrong size on FGWagon_GetWagonFloorSettings"); \ static_assert(offsetof(FGWagon_GetWagonFloorSettings, FloorMesh) == 0x000000, "Member 'FGWagon_GetWagonFloorSettings::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonFloorSettings, FloorSettings) == 0x000008, "Member 'FGWagon_GetWagonFloorSettings::FloorSettings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonFloorSettings, ReturnValue) == 0x000080, "Member 'FGWagon_GetWagonFloorSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonFrameSettings \ static_assert(alignof(FGWagon_GetWagonFrameSettings) == 0x000008, "Wrong alignment on FGWagon_GetWagonFrameSettings"); \ static_assert(sizeof(FGWagon_GetWagonFrameSettings) == 0x000088, "Wrong size on FGWagon_GetWagonFrameSettings"); \ static_assert(offsetof(FGWagon_GetWagonFrameSettings, FrameMesh) == 0x000000, "Member 'FGWagon_GetWagonFrameSettings::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonFrameSettings, FrameSettings) == 0x000008, "Member 'FGWagon_GetWagonFrameSettings::FrameSettings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonFrameSettings, ReturnValue) == 0x000080, "Member 'FGWagon_GetWagonFrameSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonModulesAtFloor \ static_assert(alignof(FGWagon_GetWagonModulesAtFloor) == 0x000008, "Wrong alignment on FGWagon_GetWagonModulesAtFloor"); \ static_assert(sizeof(FGWagon_GetWagonModulesAtFloor) == 0x000020, "Wrong size on FGWagon_GetWagonModulesAtFloor"); \ static_assert(offsetof(FGWagon_GetWagonModulesAtFloor, FloorMesh) == 0x000000, "Member 'FGWagon_GetWagonModulesAtFloor::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonModulesAtFloor, ModulesList) == 0x000008, "Member 'FGWagon_GetWagonModulesAtFloor::ModulesList' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonModulesAtFloor, bDrawDebugBoxes) == 0x000018, "Member 'FGWagon_GetWagonModulesAtFloor::bDrawDebugBoxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonModulesConstructionWeight \ static_assert(alignof(FGWagon_GetWagonModulesConstructionWeight) == 0x000004, "Wrong alignment on FGWagon_GetWagonModulesConstructionWeight"); \ static_assert(sizeof(FGWagon_GetWagonModulesConstructionWeight) == 0x000004, "Wrong size on FGWagon_GetWagonModulesConstructionWeight"); \ static_assert(offsetof(FGWagon_GetWagonModulesConstructionWeight, ReturnValue) == 0x000000, "Member 'FGWagon_GetWagonModulesConstructionWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonModuleSettingsByMesh \ static_assert(alignof(FGWagon_GetWagonModuleSettingsByMesh) == 0x000008, "Wrong alignment on FGWagon_GetWagonModuleSettingsByMesh"); \ static_assert(sizeof(FGWagon_GetWagonModuleSettingsByMesh) == 0x000088, "Wrong size on FGWagon_GetWagonModuleSettingsByMesh"); \ static_assert(offsetof(FGWagon_GetWagonModuleSettingsByMesh, StaticMeshComponent) == 0x000000, "Member 'FGWagon_GetWagonModuleSettingsByMesh::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonModuleSettingsByMesh, Settings) == 0x000008, "Member 'FGWagon_GetWagonModuleSettingsByMesh::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonModuleSettingsByMesh, ReturnValue) == 0x000080, "Member 'FGWagon_GetWagonModuleSettingsByMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonModulesMaxConstructionWeight \ static_assert(alignof(FGWagon_GetWagonModulesMaxConstructionWeight) == 0x000004, "Wrong alignment on FGWagon_GetWagonModulesMaxConstructionWeight"); \ static_assert(sizeof(FGWagon_GetWagonModulesMaxConstructionWeight) == 0x000004, "Wrong size on FGWagon_GetWagonModulesMaxConstructionWeight"); \ static_assert(offsetof(FGWagon_GetWagonModulesMaxConstructionWeight, ReturnValue) == 0x000000, "Member 'FGWagon_GetWagonModulesMaxConstructionWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWagonWallSettings \ static_assert(alignof(FGWagon_GetWagonWallSettings) == 0x000008, "Wrong alignment on FGWagon_GetWagonWallSettings"); \ static_assert(sizeof(FGWagon_GetWagonWallSettings) == 0x000088, "Wrong size on FGWagon_GetWagonWallSettings"); \ static_assert(offsetof(FGWagon_GetWagonWallSettings, WallMesh) == 0x000000, "Member 'FGWagon_GetWagonWallSettings::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonWallSettings, WallSettings) == 0x000008, "Member 'FGWagon_GetWagonWallSettings::WallSettings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWagonWallSettings, ReturnValue) == 0x000080, "Member 'FGWagon_GetWagonWallSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWallID \ static_assert(alignof(FGWagon_GetWallID) == 0x000008, "Wrong alignment on FGWagon_GetWallID"); \ static_assert(sizeof(FGWagon_GetWallID) == 0x000010, "Wrong size on FGWagon_GetWallID"); \ static_assert(offsetof(FGWagon_GetWallID, WallMesh) == 0x000000, "Member 'FGWagon_GetWallID::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWallID, ReturnValue) == 0x000008, "Member 'FGWagon_GetWallID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWallInstalledWagonModules \ static_assert(alignof(FGWagon_GetWallInstalledWagonModules) == 0x000008, "Wrong alignment on FGWagon_GetWallInstalledWagonModules"); \ static_assert(sizeof(FGWagon_GetWallInstalledWagonModules) == 0x000018, "Wrong size on FGWagon_GetWallInstalledWagonModules"); \ static_assert(offsetof(FGWagon_GetWallInstalledWagonModules, WallIndex) == 0x000000, "Member 'FGWagon_GetWallInstalledWagonModules::WallIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWallInstalledWagonModules, ReturnValue) == 0x000008, "Member 'FGWagon_GetWallInstalledWagonModules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWallsSettings \ static_assert(alignof(FGWagon_GetWallsSettings) == 0x000008, "Wrong alignment on FGWagon_GetWallsSettings"); \ static_assert(sizeof(FGWagon_GetWallsSettings) == 0x000010, "Wrong size on FGWagon_GetWallsSettings"); \ static_assert(offsetof(FGWagon_GetWallsSettings, ReturnValue) == 0x000000, "Member 'FGWagon_GetWallsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWallStaticMesh \ static_assert(alignof(FGWagon_GetWallStaticMesh) == 0x000008, "Wrong alignment on FGWagon_GetWallStaticMesh"); \ static_assert(sizeof(FGWagon_GetWallStaticMesh) == 0x000010, "Wrong size on FGWagon_GetWallStaticMesh"); \ static_assert(offsetof(FGWagon_GetWallStaticMesh, WallID) == 0x000000, "Member 'FGWagon_GetWallStaticMesh::WallID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_GetWallStaticMesh, ReturnValue) == 0x000008, "Member 'FGWagon_GetWallStaticMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWallStaticMeshesEvent \ static_assert(alignof(FGWagon_GetWallStaticMeshesEvent) == 0x000008, "Wrong alignment on FGWagon_GetWallStaticMeshesEvent"); \ static_assert(sizeof(FGWagon_GetWallStaticMeshesEvent) == 0x000010, "Wrong size on FGWagon_GetWallStaticMeshesEvent"); \ static_assert(offsetof(FGWagon_GetWallStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'FGWagon_GetWallStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetWinchActors \ static_assert(alignof(FGWagon_GetWinchActors) == 0x000008, "Wrong alignment on FGWagon_GetWinchActors"); \ static_assert(sizeof(FGWagon_GetWinchActors) == 0x000010, "Wrong size on FGWagon_GetWinchActors"); \ static_assert(offsetof(FGWagon_GetWinchActors, ReturnValue) == 0x000000, "Member 'FGWagon_GetWinchActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_InstallRam \ static_assert(alignof(FGWagon_InstallRam) == 0x000008, "Wrong alignment on FGWagon_InstallRam"); \ static_assert(sizeof(FGWagon_InstallRam) == 0x000008, "Wrong size on FGWagon_InstallRam"); \ static_assert(offsetof(FGWagon_InstallRam, RamClass) == 0x000000, "Member 'FGWagon_InstallRam::RamClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_InstallTurret \ static_assert(alignof(FGWagon_InstallTurret) == 0x000008, "Wrong alignment on FGWagon_InstallTurret"); \ static_assert(sizeof(FGWagon_InstallTurret) == 0x000010, "Wrong size on FGWagon_InstallTurret"); \ static_assert(offsetof(FGWagon_InstallTurret, TurretClass) == 0x000000, "Member 'FGWagon_InstallTurret::TurretClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_InstallTurret, AttachComponent) == 0x000008, "Member 'FGWagon_InstallTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_IsArmorWall \ static_assert(alignof(FGWagon_IsArmorWall) == 0x000008, "Wrong alignment on FGWagon_IsArmorWall"); \ static_assert(sizeof(FGWagon_IsArmorWall) == 0x000010, "Wrong size on FGWagon_IsArmorWall"); \ static_assert(offsetof(FGWagon_IsArmorWall, CheckMesh) == 0x000000, "Member 'FGWagon_IsArmorWall::CheckMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_IsArmorWall, ReturnValue) == 0x000008, "Member 'FGWagon_IsArmorWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_IsFloor \ static_assert(alignof(FGWagon_IsFloor) == 0x000008, "Wrong alignment on FGWagon_IsFloor"); \ static_assert(sizeof(FGWagon_IsFloor) == 0x000010, "Wrong size on FGWagon_IsFloor"); \ static_assert(offsetof(FGWagon_IsFloor, CheckMesh) == 0x000000, "Member 'FGWagon_IsFloor::CheckMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_IsFloor, ReturnValue) == 0x000008, "Member 'FGWagon_IsFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_IsWall \ static_assert(alignof(FGWagon_IsWall) == 0x000008, "Wrong alignment on FGWagon_IsWall"); \ static_assert(sizeof(FGWagon_IsWall) == 0x000010, "Wrong size on FGWagon_IsWall"); \ static_assert(offsetof(FGWagon_IsWall, CheckMesh) == 0x000000, "Member 'FGWagon_IsWall::CheckMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_IsWall, ReturnValue) == 0x000008, "Member 'FGWagon_IsWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_MoveWagonModuleToCell \ static_assert(alignof(FGWagon_MoveWagonModuleToCell) == 0x000008, "Wrong alignment on FGWagon_MoveWagonModuleToCell"); \ static_assert(sizeof(FGWagon_MoveWagonModuleToCell) == 0x000010, "Wrong size on FGWagon_MoveWagonModuleToCell"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToCell, WagonModule) == 0x000000, "Member 'FGWagon_MoveWagonModuleToCell::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToCell, CellID) == 0x000008, "Member 'FGWagon_MoveWagonModuleToCell::CellID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToCell, ReturnValue) == 0x00000C, "Member 'FGWagon_MoveWagonModuleToCell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_MoveWagonModuleToLocation \ static_assert(alignof(FGWagon_MoveWagonModuleToLocation) == 0x000008, "Wrong alignment on FGWagon_MoveWagonModuleToLocation"); \ static_assert(sizeof(FGWagon_MoveWagonModuleToLocation) == 0x000018, "Wrong size on FGWagon_MoveWagonModuleToLocation"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToLocation, WagonModule) == 0x000000, "Member 'FGWagon_MoveWagonModuleToLocation::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToLocation, LocationOffset) == 0x000008, "Member 'FGWagon_MoveWagonModuleToLocation::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FGWagon_MoveWagonModuleToLocation, ReturnValue) == 0x000014, "Member 'FGWagon_MoveWagonModuleToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_OnOutVolumeBeginOverlap \ static_assert(alignof(FGWagon_OnOutVolumeBeginOverlap) == 0x000008, "Wrong alignment on FGWagon_OnOutVolumeBeginOverlap"); \ static_assert(sizeof(FGWagon_OnOutVolumeBeginOverlap) == 0x0000A8, "Wrong size on FGWagon_OnOutVolumeBeginOverlap"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, OverlappedComp) == 0x000000, "Member 'FGWagon_OnOutVolumeBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, Other) == 0x000008, "Member 'FGWagon_OnOutVolumeBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, OtherComp) == 0x000010, "Member 'FGWagon_OnOutVolumeBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGWagon_OnOutVolumeBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGWagon_OnOutVolumeBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeBeginOverlap, SweepResult) == 0x000020, "Member 'FGWagon_OnOutVolumeBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_OnOutVolumeEndOverlap \ static_assert(alignof(FGWagon_OnOutVolumeEndOverlap) == 0x000008, "Wrong alignment on FGWagon_OnOutVolumeEndOverlap"); \ static_assert(sizeof(FGWagon_OnOutVolumeEndOverlap) == 0x000020, "Wrong size on FGWagon_OnOutVolumeEndOverlap"); \ static_assert(offsetof(FGWagon_OnOutVolumeEndOverlap, OverlappedComp) == 0x000000, "Member 'FGWagon_OnOutVolumeEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeEndOverlap, Other) == 0x000008, "Member 'FGWagon_OnOutVolumeEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeEndOverlap, OtherComp) == 0x000010, "Member 'FGWagon_OnOutVolumeEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGWagon_OnOutVolumeEndOverlap, OtherBodyIndex) == 0x000018, "Member 'FGWagon_OnOutVolumeEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_RepairWagonModuleDurability \ static_assert(alignof(FGWagon_RepairWagonModuleDurability) == 0x000008, "Wrong alignment on FGWagon_RepairWagonModuleDurability"); \ static_assert(sizeof(FGWagon_RepairWagonModuleDurability) == 0x000080, "Wrong size on FGWagon_RepairWagonModuleDurability"); \ static_assert(offsetof(FGWagon_RepairWagonModuleDurability, Settings) == 0x000000, "Member 'FGWagon_RepairWagonModuleDurability::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_RepairWagonModuleDurability, PlayerCharacter) == 0x000078, "Member 'FGWagon_RepairWagonModuleDurability::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SetDurabilityVisualize \ static_assert(alignof(FGWagon_SetDurabilityVisualize) == 0x000001, "Wrong alignment on FGWagon_SetDurabilityVisualize"); \ static_assert(sizeof(FGWagon_SetDurabilityVisualize) == 0x000001, "Wrong size on FGWagon_SetDurabilityVisualize"); \ static_assert(offsetof(FGWagon_SetDurabilityVisualize, bVisualize) == 0x000000, "Member 'FGWagon_SetDurabilityVisualize::bVisualize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SetHighlighted \ static_assert(alignof(FGWagon_SetHighlighted) == 0x000001, "Wrong alignment on FGWagon_SetHighlighted"); \ static_assert(sizeof(FGWagon_SetHighlighted) == 0x000001, "Wrong size on FGWagon_SetHighlighted"); \ static_assert(offsetof(FGWagon_SetHighlighted, IsHighlighted) == 0x000000, "Member 'FGWagon_SetHighlighted::IsHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SetMultitoolHighlightedMesh \ static_assert(alignof(FGWagon_SetMultitoolHighlightedMesh) == 0x000008, "Wrong alignment on FGWagon_SetMultitoolHighlightedMesh"); \ static_assert(sizeof(FGWagon_SetMultitoolHighlightedMesh) == 0x000008, "Wrong size on FGWagon_SetMultitoolHighlightedMesh"); \ static_assert(offsetof(FGWagon_SetMultitoolHighlightedMesh, StaticMeshComponent) == 0x000000, "Member 'FGWagon_SetMultitoolHighlightedMesh::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SetSelectedOutlineMesh \ static_assert(alignof(FGWagon_SetSelectedOutlineMesh) == 0x000008, "Wrong alignment on FGWagon_SetSelectedOutlineMesh"); \ static_assert(sizeof(FGWagon_SetSelectedOutlineMesh) == 0x000008, "Wrong size on FGWagon_SetSelectedOutlineMesh"); \ static_assert(offsetof(FGWagon_SetSelectedOutlineMesh, StaticMeshComponent) == 0x000000, "Member 'FGWagon_SetSelectedOutlineMesh::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SpawnWagonModule \ static_assert(alignof(FGWagon_SpawnWagonModule) == 0x000008, "Wrong alignment on FGWagon_SpawnWagonModule"); \ static_assert(sizeof(FGWagon_SpawnWagonModule) == 0x000040, "Wrong size on FGWagon_SpawnWagonModule"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, WagonModuleClass) == 0x000000, "Member 'FGWagon_SpawnWagonModule::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, SpawnOffset) == 0x000008, "Member 'FGWagon_SpawnWagonModule::SpawnOffset' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, RotationOffset) == 0x000014, "Member 'FGWagon_SpawnWagonModule::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, State) == 0x000020, "Member 'FGWagon_SpawnWagonModule::State' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, BuildPlayerCharacter) == 0x000028, "Member 'FGWagon_SpawnWagonModule::BuildPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, bFromSave) == 0x000030, "Member 'FGWagon_SpawnWagonModule::bFromSave' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModule, ReturnValue) == 0x000038, "Member 'FGWagon_SpawnWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SpawnWagonModuleFromSave \ static_assert(alignof(FGWagon_SpawnWagonModuleFromSave) == 0x000008, "Wrong alignment on FGWagon_SpawnWagonModuleFromSave"); \ static_assert(sizeof(FGWagon_SpawnWagonModuleFromSave) == 0x0001B0, "Wrong size on FGWagon_SpawnWagonModuleFromSave"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleFromSave, WagonModuleSaveData) == 0x000000, "Member 'FGWagon_SpawnWagonModuleFromSave::WagonModuleSaveData' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleFromSave, ReturnValue) == 0x0001A8, "Member 'FGWagon_SpawnWagonModuleFromSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_SpawnWagonModuleToCell \ static_assert(alignof(FGWagon_SpawnWagonModuleToCell) == 0x000008, "Wrong alignment on FGWagon_SpawnWagonModuleToCell"); \ static_assert(sizeof(FGWagon_SpawnWagonModuleToCell) == 0x000030, "Wrong size on FGWagon_SpawnWagonModuleToCell"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, WagonModuleClass) == 0x000000, "Member 'FGWagon_SpawnWagonModuleToCell::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, CellID) == 0x000008, "Member 'FGWagon_SpawnWagonModuleToCell::CellID' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, RotationOffset) == 0x00000C, "Member 'FGWagon_SpawnWagonModuleToCell::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, State) == 0x000018, "Member 'FGWagon_SpawnWagonModuleToCell::State' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, BuildPlayerCharacter) == 0x000020, "Member 'FGWagon_SpawnWagonModuleToCell::BuildPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagon_SpawnWagonModuleToCell, ReturnValue) == 0x000028, "Member 'FGWagon_SpawnWagonModuleToCell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UninstallTurret \ static_assert(alignof(FGWagon_UninstallTurret) == 0x000008, "Wrong alignment on FGWagon_UninstallTurret"); \ static_assert(sizeof(FGWagon_UninstallTurret) == 0x000008, "Wrong size on FGWagon_UninstallTurret"); \ static_assert(offsetof(FGWagon_UninstallTurret, AttachComponent) == 0x000000, "Member 'FGWagon_UninstallTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UninstallWagonModule \ static_assert(alignof(FGWagon_UninstallWagonModule) == 0x000008, "Wrong alignment on FGWagon_UninstallWagonModule"); \ static_assert(sizeof(FGWagon_UninstallWagonModule) == 0x000008, "Wrong size on FGWagon_UninstallWagonModule"); \ static_assert(offsetof(FGWagon_UninstallWagonModule, WagonModule) == 0x000000, "Member 'FGWagon_UninstallWagonModule::WagonModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UninstallWallInstalledWagonModules \ static_assert(alignof(FGWagon_UninstallWallInstalledWagonModules) == 0x000004, "Wrong alignment on FGWagon_UninstallWallInstalledWagonModules"); \ static_assert(sizeof(FGWagon_UninstallWallInstalledWagonModules) == 0x000008, "Wrong size on FGWagon_UninstallWallInstalledWagonModules"); \ static_assert(offsetof(FGWagon_UninstallWallInstalledWagonModules, WallIndex) == 0x000000, "Member 'FGWagon_UninstallWallInstalledWagonModules::WallIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UninstallWallInstalledWagonModules, bFromDepot) == 0x000004, "Member 'FGWagon_UninstallWallInstalledWagonModules::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateArmorWallDurability \ static_assert(alignof(FGWagon_UpdateArmorWallDurability) == 0x000008, "Wrong alignment on FGWagon_UpdateArmorWallDurability"); \ static_assert(sizeof(FGWagon_UpdateArmorWallDurability) == 0x000010, "Wrong size on FGWagon_UpdateArmorWallDurability"); \ static_assert(offsetof(FGWagon_UpdateArmorWallDurability, ArmorWallMesh) == 0x000000, "Member 'FGWagon_UpdateArmorWallDurability::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateArmorWallDurability, NewDurability) == 0x000008, "Member 'FGWagon_UpdateArmorWallDurability::NewDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateFloorDurability \ static_assert(alignof(FGWagon_UpdateFloorDurability) == 0x000008, "Wrong alignment on FGWagon_UpdateFloorDurability"); \ static_assert(sizeof(FGWagon_UpdateFloorDurability) == 0x000010, "Wrong size on FGWagon_UpdateFloorDurability"); \ static_assert(offsetof(FGWagon_UpdateFloorDurability, FloorMesh) == 0x000000, "Member 'FGWagon_UpdateFloorDurability::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateFloorDurability, NewDurability) == 0x000008, "Member 'FGWagon_UpdateFloorDurability::NewDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateFrameDurability \ static_assert(alignof(FGWagon_UpdateFrameDurability) == 0x000008, "Wrong alignment on FGWagon_UpdateFrameDurability"); \ static_assert(sizeof(FGWagon_UpdateFrameDurability) == 0x000010, "Wrong size on FGWagon_UpdateFrameDurability"); \ static_assert(offsetof(FGWagon_UpdateFrameDurability, FrameMesh) == 0x000000, "Member 'FGWagon_UpdateFrameDurability::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateFrameDurability, NewDurability) == 0x000008, "Member 'FGWagon_UpdateFrameDurability::NewDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateSettingsOutline \ static_assert(alignof(FGWagon_UpdateSettingsOutline) == 0x000008, "Wrong alignment on FGWagon_UpdateSettingsOutline"); \ static_assert(sizeof(FGWagon_UpdateSettingsOutline) == 0x000078, "Wrong size on FGWagon_UpdateSettingsOutline"); \ static_assert(offsetof(FGWagon_UpdateSettingsOutline, Settings) == 0x000000, "Member 'FGWagon_UpdateSettingsOutline::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonArmorWallRecipe \ static_assert(alignof(FGWagon_UpdateWagonArmorWallRecipe) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonArmorWallRecipe"); \ static_assert(sizeof(FGWagon_UpdateWagonArmorWallRecipe) == 0x000010, "Wrong size on FGWagon_UpdateWagonArmorWallRecipe"); \ static_assert(offsetof(FGWagon_UpdateWagonArmorWallRecipe, ArmorWallMesh) == 0x000000, "Member 'FGWagon_UpdateWagonArmorWallRecipe::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonArmorWallRecipe, RecipeID) == 0x000008, "Member 'FGWagon_UpdateWagonArmorWallRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonArmorWallState \ static_assert(alignof(FGWagon_UpdateWagonArmorWallState) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonArmorWallState"); \ static_assert(sizeof(FGWagon_UpdateWagonArmorWallState) == 0x000010, "Wrong size on FGWagon_UpdateWagonArmorWallState"); \ static_assert(offsetof(FGWagon_UpdateWagonArmorWallState, ArmorWallMesh) == 0x000000, "Member 'FGWagon_UpdateWagonArmorWallState::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonArmorWallState, NewArmorWallState) == 0x000008, "Member 'FGWagon_UpdateWagonArmorWallState::NewArmorWallState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonFloorRecipe \ static_assert(alignof(FGWagon_UpdateWagonFloorRecipe) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonFloorRecipe"); \ static_assert(sizeof(FGWagon_UpdateWagonFloorRecipe) == 0x000010, "Wrong size on FGWagon_UpdateWagonFloorRecipe"); \ static_assert(offsetof(FGWagon_UpdateWagonFloorRecipe, FloorMesh) == 0x000000, "Member 'FGWagon_UpdateWagonFloorRecipe::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonFloorRecipe, RecipeID) == 0x000008, "Member 'FGWagon_UpdateWagonFloorRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonFloorState \ static_assert(alignof(FGWagon_UpdateWagonFloorState) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonFloorState"); \ static_assert(sizeof(FGWagon_UpdateWagonFloorState) == 0x000010, "Wrong size on FGWagon_UpdateWagonFloorState"); \ static_assert(offsetof(FGWagon_UpdateWagonFloorState, FloorMesh) == 0x000000, "Member 'FGWagon_UpdateWagonFloorState::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonFloorState, NewFloorState) == 0x000008, "Member 'FGWagon_UpdateWagonFloorState::NewFloorState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonFrameRecipe \ static_assert(alignof(FGWagon_UpdateWagonFrameRecipe) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonFrameRecipe"); \ static_assert(sizeof(FGWagon_UpdateWagonFrameRecipe) == 0x000010, "Wrong size on FGWagon_UpdateWagonFrameRecipe"); \ static_assert(offsetof(FGWagon_UpdateWagonFrameRecipe, FrameMesh) == 0x000000, "Member 'FGWagon_UpdateWagonFrameRecipe::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonFrameRecipe, RecipeID) == 0x000008, "Member 'FGWagon_UpdateWagonFrameRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonFrameState \ static_assert(alignof(FGWagon_UpdateWagonFrameState) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonFrameState"); \ static_assert(sizeof(FGWagon_UpdateWagonFrameState) == 0x000010, "Wrong size on FGWagon_UpdateWagonFrameState"); \ static_assert(offsetof(FGWagon_UpdateWagonFrameState, FrameMesh) == 0x000000, "Member 'FGWagon_UpdateWagonFrameState::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonFrameState, NewFrameState) == 0x000008, "Member 'FGWagon_UpdateWagonFrameState::NewFrameState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonWallRecipe \ static_assert(alignof(FGWagon_UpdateWagonWallRecipe) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonWallRecipe"); \ static_assert(sizeof(FGWagon_UpdateWagonWallRecipe) == 0x000010, "Wrong size on FGWagon_UpdateWagonWallRecipe"); \ static_assert(offsetof(FGWagon_UpdateWagonWallRecipe, WallMesh) == 0x000000, "Member 'FGWagon_UpdateWagonWallRecipe::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonWallRecipe, RecipeID) == 0x000008, "Member 'FGWagon_UpdateWagonWallRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWagonWallState \ static_assert(alignof(FGWagon_UpdateWagonWallState) == 0x000008, "Wrong alignment on FGWagon_UpdateWagonWallState"); \ static_assert(sizeof(FGWagon_UpdateWagonWallState) == 0x000010, "Wrong size on FGWagon_UpdateWagonWallState"); \ static_assert(offsetof(FGWagon_UpdateWagonWallState, WallMesh) == 0x000000, "Member 'FGWagon_UpdateWagonWallState::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWagonWallState, NewWallState) == 0x000008, "Member 'FGWagon_UpdateWagonWallState::NewWallState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_UpdateWallDurability \ static_assert(alignof(FGWagon_UpdateWallDurability) == 0x000008, "Wrong alignment on FGWagon_UpdateWallDurability"); \ static_assert(sizeof(FGWagon_UpdateWallDurability) == 0x000010, "Wrong size on FGWagon_UpdateWallDurability"); \ static_assert(offsetof(FGWagon_UpdateWallDurability, WallMesh) == 0x000000, "Member 'FGWagon_UpdateWallDurability::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGWagon_UpdateWallDurability, NewDurability) == 0x000008, "Member 'FGWagon_UpdateWallDurability::NewDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_WagonModuleApplyDurabilityDamage \ static_assert(alignof(FGWagon_WagonModuleApplyDurabilityDamage) == 0x000008, "Wrong alignment on FGWagon_WagonModuleApplyDurabilityDamage"); \ static_assert(sizeof(FGWagon_WagonModuleApplyDurabilityDamage) == 0x000090, "Wrong size on FGWagon_WagonModuleApplyDurabilityDamage"); \ static_assert(offsetof(FGWagon_WagonModuleApplyDurabilityDamage, Settings) == 0x000000, "Member 'FGWagon_WagonModuleApplyDurabilityDamage::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWagon_WagonModuleApplyDurabilityDamage, Damage) == 0x000078, "Member 'FGWagon_WagonModuleApplyDurabilityDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGWagon_WagonModuleApplyDurabilityDamage, DamageType) == 0x000080, "Member 'FGWagon_WagonModuleApplyDurabilityDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGWagon_WagonModuleApplyDurabilityDamage, DamageInstigator) == 0x000088, "Member 'FGWagon_WagonModuleApplyDurabilityDamage::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetHitchTarget_B_L \ static_assert(alignof(FGWagon_GetHitchTarget_B_L) == 0x000008, "Wrong alignment on FGWagon_GetHitchTarget_B_L"); \ static_assert(sizeof(FGWagon_GetHitchTarget_B_L) == 0x000008, "Wrong size on FGWagon_GetHitchTarget_B_L"); \ static_assert(offsetof(FGWagon_GetHitchTarget_B_L, ReturnValue) == 0x000000, "Member 'FGWagon_GetHitchTarget_B_L::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetHitchTarget_B_R \ static_assert(alignof(FGWagon_GetHitchTarget_B_R) == 0x000008, "Wrong alignment on FGWagon_GetHitchTarget_B_R"); \ static_assert(sizeof(FGWagon_GetHitchTarget_B_R) == 0x000008, "Wrong size on FGWagon_GetHitchTarget_B_R"); \ static_assert(offsetof(FGWagon_GetHitchTarget_B_R, ReturnValue) == 0x000000, "Member 'FGWagon_GetHitchTarget_B_R::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetHitchTarget_F_L \ static_assert(alignof(FGWagon_GetHitchTarget_F_L) == 0x000008, "Wrong alignment on FGWagon_GetHitchTarget_F_L"); \ static_assert(sizeof(FGWagon_GetHitchTarget_F_L) == 0x000008, "Wrong size on FGWagon_GetHitchTarget_F_L"); \ static_assert(offsetof(FGWagon_GetHitchTarget_F_L, ReturnValue) == 0x000000, "Member 'FGWagon_GetHitchTarget_F_L::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetHitchTarget_F_R \ static_assert(alignof(FGWagon_GetHitchTarget_F_R) == 0x000008, "Wrong alignment on FGWagon_GetHitchTarget_F_R"); \ static_assert(sizeof(FGWagon_GetHitchTarget_F_R) == 0x000008, "Wrong size on FGWagon_GetHitchTarget_F_R"); \ static_assert(offsetof(FGWagon_GetHitchTarget_F_R, ReturnValue) == 0x000000, "Member 'FGWagon_GetHitchTarget_F_R::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetPivotOffset \ static_assert(alignof(FGWagon_GetPivotOffset) == 0x000004, "Wrong alignment on FGWagon_GetPivotOffset"); \ static_assert(sizeof(FGWagon_GetPivotOffset) == 0x00000C, "Wrong size on FGWagon_GetPivotOffset"); \ static_assert(offsetof(FGWagon_GetPivotOffset, ReturnValue) == 0x000000, "Member 'FGWagon_GetPivotOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetRamAttachComponent \ static_assert(alignof(FGWagon_GetRamAttachComponent) == 0x000008, "Wrong alignment on FGWagon_GetRamAttachComponent"); \ static_assert(sizeof(FGWagon_GetRamAttachComponent) == 0x000008, "Wrong size on FGWagon_GetRamAttachComponent"); \ static_assert(offsetof(FGWagon_GetRamAttachComponent, ReturnValue) == 0x000000, "Member 'FGWagon_GetRamAttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTrain \ static_assert(alignof(FGWagon_GetTrain) == 0x000008, "Wrong alignment on FGWagon_GetTrain"); \ static_assert(sizeof(FGWagon_GetTrain) == 0x000008, "Wrong size on FGWagon_GetTrain"); \ static_assert(offsetof(FGWagon_GetTrain, ReturnValue) == 0x000000, "Member 'FGWagon_GetTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTurret_T1_AttachComponent \ static_assert(alignof(FGWagon_GetTurret_T1_AttachComponent) == 0x000008, "Wrong alignment on FGWagon_GetTurret_T1_AttachComponent"); \ static_assert(sizeof(FGWagon_GetTurret_T1_AttachComponent) == 0x000008, "Wrong size on FGWagon_GetTurret_T1_AttachComponent"); \ static_assert(offsetof(FGWagon_GetTurret_T1_AttachComponent, ReturnValue) == 0x000000, "Member 'FGWagon_GetTurret_T1_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTurret_T2_Left_AttachComponent \ static_assert(alignof(FGWagon_GetTurret_T2_Left_AttachComponent) == 0x000008, "Wrong alignment on FGWagon_GetTurret_T2_Left_AttachComponent"); \ static_assert(sizeof(FGWagon_GetTurret_T2_Left_AttachComponent) == 0x000008, "Wrong size on FGWagon_GetTurret_T2_Left_AttachComponent"); \ static_assert(offsetof(FGWagon_GetTurret_T2_Left_AttachComponent, ReturnValue) == 0x000000, "Member 'FGWagon_GetTurret_T2_Left_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_GetTurret_T2_Right_AttachComponent \ static_assert(alignof(FGWagon_GetTurret_T2_Right_AttachComponent) == 0x000008, "Wrong alignment on FGWagon_GetTurret_T2_Right_AttachComponent"); \ static_assert(sizeof(FGWagon_GetTurret_T2_Right_AttachComponent) == 0x000008, "Wrong size on FGWagon_GetTurret_T2_Right_AttachComponent"); \ static_assert(offsetof(FGWagon_GetTurret_T2_Right_AttachComponent, ReturnValue) == 0x000000, "Member 'FGWagon_GetTurret_T2_Right_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagon_IsLocomotive \ static_assert(alignof(FGWagon_IsLocomotive) == 0x000001, "Wrong alignment on FGWagon_IsLocomotive"); \ static_assert(sizeof(FGWagon_IsLocomotive) == 0x000001, "Wrong size on FGWagon_IsLocomotive"); \ static_assert(offsetof(FGWagon_IsLocomotive, ReturnValue) == 0x000000, "Member 'FGWagon_IsLocomotive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagon \ static_assert(alignof(AFGWagon) == 0x000010, "Wrong alignment on AFGWagon"); \ static_assert(sizeof(AFGWagon) == 0x0008E0, "Wrong size on AFGWagon"); \ static_assert(offsetof(AFGWagon, WagonLength) == 0x0004D0, "Member 'AFGWagon::WagonLength' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Platform) == 0x0004D8, "Member 'AFGWagon::Platform' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SceneComponent) == 0x0004E0, "Member 'AFGWagon::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SceneComponent2) == 0x0004E8, "Member 'AFGWagon::SceneComponent2' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FrontBogie) == 0x0004F0, "Member 'AFGWagon::FrontBogie' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, BackBogie) == 0x0004F8, "Member 'AFGWagon::BackBogie' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, PlatformFrontalMesh) == 0x000500, "Member 'AFGWagon::PlatformFrontalMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, PlatformMeshBack) == 0x000508, "Member 'AFGWagon::PlatformMeshBack' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OutVolumeBoxComponent) == 0x000510, "Member 'AFGWagon::OutVolumeBoxComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, InVolumeBoxComponent) == 0x000518, "Member 'AFGWagon::InVolumeBoxComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TopBuildWall) == 0x000520, "Member 'AFGWagon::TopBuildWall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, BottomBuildWall) == 0x000528, "Member 'AFGWagon::BottomBuildWall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, RightBuildWall) == 0x000530, "Member 'AFGWagon::RightBuildWall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, LeftBuildWall) == 0x000538, "Member 'AFGWagon::LeftBuildWall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FloorBuildWall) == 0x000540, "Member 'AFGWagon::FloorBuildWall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, RightGrabSpline) == 0x000548, "Member 'AFGWagon::RightGrabSpline' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, LeftGrabSpline) == 0x000550, "Member 'AFGWagon::LeftGrabSpline' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SpawnPointRootComponent) == 0x000558, "Member 'AFGWagon::SpawnPointRootComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SpawnPoint) == 0x000560, "Member 'AFGWagon::SpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SecondSpawnPoint) == 0x000568, "Member 'AFGWagon::SecondSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, ThirdSpawnPoint) == 0x000570, "Member 'AFGWagon::ThirdSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FourthSpawnPoint) == 0x000578, "Member 'AFGWagon::FourthSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TrainEngineComponent) == 0x000580, "Member 'AFGWagon::TrainEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TrainEngineModule) == 0x000588, "Member 'AFGWagon::TrainEngineModule' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, LeechSpawnRoot) == 0x000590, "Member 'AFGWagon::LeechSpawnRoot' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, InstancedGrid1) == 0x000598, "Member 'AFGWagon::InstancedGrid1' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Pivot) == 0x0005A0, "Member 'AFGWagon::Pivot' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, AttachToWagon) == 0x0005A8, "Member 'AFGWagon::AttachToWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, AttachedWagon) == 0x0005B0, "Member 'AFGWagon::AttachedWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bInitialized) == 0x0005D0, "Member 'AFGWagon::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OverlappingAIActors) == 0x0005D8, "Member 'AFGWagon::OverlappingAIActors' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, PlatformBoundsDiff) == 0x0005F0, "Member 'AFGWagon::PlatformBoundsDiff' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonTakeDamage) == 0x000600, "Member 'AFGWagon::OnWagonTakeDamage' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WagonType) == 0x000614, "Member 'AFGWagon::WagonType' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, MineActivationOffset) == 0x000618, "Member 'AFGWagon::MineActivationOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WagonInitializationSettings) == 0x000628, "Member 'AFGWagon::WagonInitializationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bWagonInitializationSettingsInitialized) == 0x000648, "Member 'AFGWagon::bWagonInitializationSettingsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonInitialized) == 0x000650, "Member 'AFGWagon::OnWagonInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, PlatformsAmount) == 0x000660, "Member 'AFGWagon::PlatformsAmount' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TrainZOffset) == 0x000664, "Member 'AFGWagon::TrainZOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WheelSize) == 0x000668, "Member 'AFGWagon::WheelSize' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, BogieLocalRotation) == 0x00066C, "Member 'AFGWagon::BogieLocalRotation' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FirstMesh) == 0x000678, "Member 'AFGWagon::FirstMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, MiddleMesh) == 0x000680, "Member 'AFGWagon::MiddleMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FrontalMesh) == 0x000688, "Member 'AFGWagon::FrontalMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, CompoundMesh) == 0x000690, "Member 'AFGWagon::CompoundMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, BackMesh) == 0x000698, "Member 'AFGWagon::BackMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, BogieDistance) == 0x0006A0, "Member 'AFGWagon::BogieDistance' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Train) == 0x0006A8, "Member 'AFGWagon::Train' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Rails) == 0x0006B0, "Member 'AFGWagon::Rails' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, RailsDistance) == 0x0006B8, "Member 'AFGWagon::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, NextWagon) == 0x0006C0, "Member 'AFGWagon::NextWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, PreviousWagon) == 0x0006C8, "Member 'AFGWagon::PreviousWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, InstalledModules) == 0x0006D0, "Member 'AFGWagon::InstalledModules' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WagonModulesMaxConstructionWeight) == 0x0006E0, "Member 'AFGWagon::WagonModulesMaxConstructionWeight' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WagonModulesConstructionWeight) == 0x0006E4, "Member 'AFGWagon::WagonModulesConstructionWeight' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WagonModuleTrashInventoryList) == 0x0006E8, "Member 'AFGWagon::WagonModuleTrashInventoryList' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, EditModeCellRows) == 0x0006F8, "Member 'AFGWagon::EditModeCellRows' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, EditModeCellColumns) == 0x0006FC, "Member 'AFGWagon::EditModeCellColumns' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, EditModeFirstCellLocation) == 0x000700, "Member 'AFGWagon::EditModeFirstCellLocation' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, EditModeCellsLocations) == 0x000710, "Member 'AFGWagon::EditModeCellsLocations' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, EditModeCellsIndexes) == 0x000720, "Member 'AFGWagon::EditModeCellsIndexes' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bEditMode) == 0x000730, "Member 'AFGWagon::bEditMode' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FloorMeshes) == 0x000738, "Member 'AFGWagon::FloorMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FloorsSettings) == 0x000748, "Member 'AFGWagon::FloorsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonFloorWagonModuleSettingsUpdated) == 0x000758, "Member 'AFGWagon::OnWagonFloorWagonModuleSettingsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonPlatformMoved) == 0x000768, "Member 'AFGWagon::OnWagonPlatformMoved' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bFloorEditMode) == 0x000779, "Member 'AFGWagon::bFloorEditMode' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bDebugFloorUninstall) == 0x00077A, "Member 'AFGWagon::bDebugFloorUninstall' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bFloorReturnResourcesOnThrash) == 0x00077B, "Member 'AFGWagon::bFloorReturnResourcesOnThrash' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FrameMeshes) == 0x000780, "Member 'AFGWagon::FrameMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, FramesSettings) == 0x000790, "Member 'AFGWagon::FramesSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bFrameEditMode) == 0x0007A0, "Member 'AFGWagon::bFrameEditMode' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WallMeshes) == 0x0007A8, "Member 'AFGWagon::WallMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WallsSettings) == 0x0007B8, "Member 'AFGWagon::WallsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonWallWagonModuleSettingsUpdated) == 0x0007C8, "Member 'AFGWagon::OnWagonWallWagonModuleSettingsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, bWallEditMode) == 0x0007D8, "Member 'AFGWagon::bWallEditMode' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, UninstalledWallModulesDispenserSoftClass) == 0x0007E0, "Member 'AFGWagon::UninstalledWallModulesDispenserSoftClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, UninstalledWallModulesDispenserOffset) == 0x000808, "Member 'AFGWagon::UninstalledWallModulesDispenserOffset' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, ArmorWallMeshes) == 0x000818, "Member 'AFGWagon::ArmorWallMeshes' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, ArmorWallsSettings) == 0x000828, "Member 'AFGWagon::ArmorWallsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonArmorWallWagonModuleSettingsUpdated) == 0x000838, "Member 'AFGWagon::OnWagonArmorWallWagonModuleSettingsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SpeedLimiters) == 0x000848, "Member 'AFGWagon::SpeedLimiters' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, AttachedLeechesOnWagon) == 0x000858, "Member 'AFGWagon::AttachedLeechesOnWagon' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, MultitoolHighlightedMesh) == 0x000878, "Member 'AFGWagon::MultitoolHighlightedMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, SelectedOutlineMesh) == 0x000880, "Member 'AFGWagon::SelectedOutlineMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, DebugLayoutDataTable) == 0x000888, "Member 'AFGWagon::DebugLayoutDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, DebugLayoutID) == 0x000890, "Member 'AFGWagon::DebugLayoutID' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Ram) == 0x000898, "Member 'AFGWagon::Ram' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, OnWagonRamUpdated) == 0x0008A0, "Member 'AFGWagon::OnWagonRamUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, DefaultRamClass) == 0x0008B0, "Member 'AFGWagon::DefaultRamClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TurretUpdateTime) == 0x0008B8, "Member 'AFGWagon::TurretUpdateTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, TurretSpeedToggleTime) == 0x0008BC, "Member 'AFGWagon::TurretSpeedToggleTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, Turrets) == 0x0008C0, "Member 'AFGWagon::Turrets' has a wrong offset!"); \ static_assert(offsetof(AFGWagon, WinchActors) == 0x0008D0, "Member 'AFGWagon::WinchActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGOutpostGenerator_FindOutpostSublevelSettings \ static_assert(alignof(FGOutpostGenerator_FindOutpostSublevelSettings) == 0x000008, "Wrong alignment on FGOutpostGenerator_FindOutpostSublevelSettings"); \ static_assert(sizeof(FGOutpostGenerator_FindOutpostSublevelSettings) == 0x000020, "Wrong size on FGOutpostGenerator_FindOutpostSublevelSettings"); \ static_assert(offsetof(FGOutpostGenerator_FindOutpostSublevelSettings, GeneratorVersion) == 0x000000, "Member 'FGOutpostGenerator_FindOutpostSublevelSettings::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGOutpostGenerator_FindOutpostSublevelSettings, Settings) == 0x000008, "Member 'FGOutpostGenerator_FindOutpostSublevelSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(FGOutpostGenerator_FindOutpostSublevelSettings, ReturnValue) == 0x000018, "Member 'FGOutpostGenerator_FindOutpostSublevelSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGOutpostGenerator \ static_assert(alignof(AFGOutpostGenerator) == 0x000008, "Wrong alignment on AFGOutpostGenerator"); \ static_assert(sizeof(AFGOutpostGenerator) == 0x000258, "Wrong size on AFGOutpostGenerator"); \ static_assert(offsetof(AFGOutpostGenerator, OutpostTierSettingsDataTable) == 0x000220, "Member 'AFGOutpostGenerator::OutpostTierSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGOutpostGenerator, OutpostTierSettings) == 0x000228, "Member 'AFGOutpostGenerator::OutpostTierSettings' has a wrong offset!"); \ static_assert(offsetof(AFGOutpostGenerator, VI_OutpostSublevelSettingsDataTable) == 0x000238, "Member 'AFGOutpostGenerator::VI_OutpostSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGOutpostGenerator, VI_OutpostSublevelSettings) == 0x000240, "Member 'AFGOutpostGenerator::VI_OutpostSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGOutpostGenerator, bInitialized) == 0x000250, "Member 'AFGOutpostGenerator::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathController_OnPathPointBeginOverlap \ static_assert(alignof(FGPathController_OnPathPointBeginOverlap) == 0x000008, "Wrong alignment on FGPathController_OnPathPointBeginOverlap"); \ static_assert(sizeof(FGPathController_OnPathPointBeginOverlap) == 0x000010, "Wrong size on FGPathController_OnPathPointBeginOverlap"); \ static_assert(offsetof(FGPathController_OnPathPointBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGPathController_OnPathPointBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGPathController_OnPathPointBeginOverlap, OtherActor) == 0x000008, "Member 'FGPathController_OnPathPointBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathController_OnTaskCompleted \ static_assert(alignof(FGPathController_OnTaskCompleted) == 0x000008, "Wrong alignment on FGPathController_OnTaskCompleted"); \ static_assert(sizeof(FGPathController_OnTaskCompleted) == 0x000008, "Wrong size on FGPathController_OnTaskCompleted"); \ static_assert(offsetof(FGPathController_OnTaskCompleted, task) == 0x000000, "Member 'FGPathController_OnTaskCompleted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathController_OnTaskStarted \ static_assert(alignof(FGPathController_OnTaskStarted) == 0x000008, "Wrong alignment on FGPathController_OnTaskStarted"); \ static_assert(sizeof(FGPathController_OnTaskStarted) == 0x000008, "Wrong size on FGPathController_OnTaskStarted"); \ static_assert(offsetof(FGPathController_OnTaskStarted, task) == 0x000000, "Member 'FGPathController_OnTaskStarted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPathController \ static_assert(alignof(AFGPathController) == 0x000008, "Wrong alignment on AFGPathController"); \ static_assert(sizeof(AFGPathController) == 0x000250, "Wrong size on AFGPathController"); \ static_assert(offsetof(AFGPathController, TaskTag) == 0x000228, "Member 'AFGPathController::TaskTag' has a wrong offset!"); \ static_assert(offsetof(AFGPathController, PathPoints) == 0x000230, "Member 'AFGPathController::PathPoints' has a wrong offset!"); \ static_assert(offsetof(AFGPathController, bDebug) == 0x000240, "Member 'AFGPathController::bDebug' has a wrong offset!"); \ static_assert(offsetof(AFGPathController, ActiveIndex) == 0x000244, "Member 'AFGPathController::ActiveIndex' has a wrong offset!"); \ static_assert(offsetof(AFGPathController, LastPassedIndex) == 0x000248, "Member 'AFGPathController::LastPassedIndex' has a wrong offset!"); \ static_assert(offsetof(AFGPathController, bPathCompleted) == 0x00024C, "Member 'AFGPathController::bPathCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathSwitcher_GetSaveData \ static_assert(alignof(FGPathSwitcher_GetSaveData) == 0x000008, "Wrong alignment on FGPathSwitcher_GetSaveData"); \ static_assert(sizeof(FGPathSwitcher_GetSaveData) == 0x000020, "Wrong size on FGPathSwitcher_GetSaveData"); \ static_assert(offsetof(FGPathSwitcher_GetSaveData, ReturnValue) == 0x000000, "Member 'FGPathSwitcher_GetSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathSwitcher_LoadSaveData \ static_assert(alignof(FGPathSwitcher_LoadSaveData) == 0x000008, "Wrong alignment on FGPathSwitcher_LoadSaveData"); \ static_assert(sizeof(FGPathSwitcher_LoadSaveData) == 0x000028, "Wrong size on FGPathSwitcher_LoadSaveData"); \ static_assert(offsetof(FGPathSwitcher_LoadSaveData, SaveData) == 0x000000, "Member 'FGPathSwitcher_LoadSaveData::SaveData' has a wrong offset!"); \ static_assert(offsetof(FGPathSwitcher_LoadSaveData, ReturnValue) == 0x000020, "Member 'FGPathSwitcher_LoadSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathSwitcher_SetState \ static_assert(alignof(FGPathSwitcher_SetState) == 0x000001, "Wrong alignment on FGPathSwitcher_SetState"); \ static_assert(sizeof(FGPathSwitcher_SetState) == 0x000001, "Wrong size on FGPathSwitcher_SetState"); \ static_assert(offsetof(FGPathSwitcher_SetState, NewState) == 0x000000, "Member 'FGPathSwitcher_SetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPathSwitcher \ static_assert(alignof(AFGPathSwitcher) == 0x000008, "Wrong alignment on AFGPathSwitcher"); \ static_assert(sizeof(AFGPathSwitcher) == 0x000268, "Wrong size on AFGPathSwitcher"); \ static_assert(offsetof(AFGPathSwitcher, State) == 0x000220, "Member 'AFGPathSwitcher::State' has a wrong offset!"); \ static_assert(offsetof(AFGPathSwitcher, SelectedRewardSlot) == 0x000224, "Member 'AFGPathSwitcher::SelectedRewardSlot' has a wrong offset!"); \ static_assert(offsetof(AFGPathSwitcher, SelectedRewards) == 0x000228, "Member 'AFGPathSwitcher::SelectedRewards' has a wrong offset!"); \ static_assert(offsetof(AFGPathSwitcher, SelectedPathTokens) == 0x000238, "Member 'AFGPathSwitcher::SelectedPathTokens' has a wrong offset!"); \ static_assert(offsetof(AFGPathSwitcher, SelectedTokenSlots) == 0x000248, "Member 'AFGPathSwitcher::SelectedTokenSlots' has a wrong offset!"); \ static_assert(offsetof(AFGPathSwitcher, OnStateUpdated) == 0x000258, "Member 'AFGPathSwitcher::OnStateUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGVoidTrainDeveloperSettings \ static_assert(alignof(UFGVoidTrainDeveloperSettings) == 0x000008, "Wrong alignment on UFGVoidTrainDeveloperSettings"); \ static_assert(sizeof(UFGVoidTrainDeveloperSettings) == 0x000108, "Wrong size on UFGVoidTrainDeveloperSettings"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, ProfanityWordListAsset) == 0x000038, "Member 'UFGVoidTrainDeveloperSettings::ProfanityWordListAsset' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, AchievementsTablePath) == 0x000060, "Member 'UFGVoidTrainDeveloperSettings::AchievementsTablePath' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, PollutionSourceClass) == 0x000088, "Member 'UFGVoidTrainDeveloperSettings::PollutionSourceClass' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, PollutionChancesDT) == 0x0000B0, "Member 'UFGVoidTrainDeveloperSettings::PollutionChancesDT' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, PollutionSourceCD) == 0x0000D8, "Member 'UFGVoidTrainDeveloperSettings::PollutionSourceCD' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, MainTracks) == 0x0000E0, "Member 'UFGVoidTrainDeveloperSettings::MainTracks' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, MusicReceivers) == 0x0000F0, "Member 'UFGVoidTrainDeveloperSettings::MusicReceivers' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, PlayAlongRadius) == 0x000100, "Member 'UFGVoidTrainDeveloperSettings::PlayAlongRadius' has a wrong offset!"); \ static_assert(offsetof(UFGVoidTrainDeveloperSettings, InstrumentVersionsInTracks) == 0x000104, "Member 'UFGVoidTrainDeveloperSettings::InstrumentVersionsInTracks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathToken_GetSeed \ static_assert(alignof(FGPathToken_GetSeed) == 0x000004, "Wrong alignment on FGPathToken_GetSeed"); \ static_assert(sizeof(FGPathToken_GetSeed) == 0x000004, "Wrong size on FGPathToken_GetSeed"); \ static_assert(offsetof(FGPathToken_GetSeed, ReturnValue) == 0x000000, "Member 'FGPathToken_GetSeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathToken_GetWorldRate \ static_assert(alignof(FGPathToken_GetWorldRate) == 0x000004, "Wrong alignment on FGPathToken_GetWorldRate"); \ static_assert(sizeof(FGPathToken_GetWorldRate) == 0x000004, "Wrong size on FGPathToken_GetWorldRate"); \ static_assert(offsetof(FGPathToken_GetWorldRate, ReturnValue) == 0x000000, "Member 'FGPathToken_GetWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathToken_SetSeed \ static_assert(alignof(FGPathToken_SetSeed) == 0x000004, "Wrong alignment on FGPathToken_SetSeed"); \ static_assert(sizeof(FGPathToken_SetSeed) == 0x000004, "Wrong size on FGPathToken_SetSeed"); \ static_assert(offsetof(FGPathToken_SetSeed, Value) == 0x000000, "Member 'FGPathToken_SetSeed::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathToken_SetWorldRate \ static_assert(alignof(FGPathToken_SetWorldRate) == 0x000004, "Wrong alignment on FGPathToken_SetWorldRate"); \ static_assert(sizeof(FGPathToken_SetWorldRate) == 0x000004, "Wrong size on FGPathToken_SetWorldRate"); \ static_assert(offsetof(FGPathToken_SetWorldRate, Value) == 0x000000, "Member 'FGPathToken_SetWorldRate::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPathToken \ static_assert(alignof(AFGPathToken) == 0x000010, "Wrong alignment on AFGPathToken"); \ static_assert(sizeof(AFGPathToken) == 0x000450, "Wrong size on AFGPathToken"); \ static_assert(offsetof(AFGPathToken, Tier) == 0x0003E0, "Member 'AFGPathToken::Tier' has a wrong offset!"); \ static_assert(offsetof(AFGPathToken, PathToken) == 0x0003E8, "Member 'AFGPathToken::PathToken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_AddProgress \ static_assert(alignof(FGQuestTaskTemp_AddProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_AddProgress"); \ static_assert(sizeof(FGQuestTaskTemp_AddProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_AddProgress"); \ static_assert(offsetof(FGQuestTaskTemp_AddProgress, AddProgress_0) == 0x000000, "Member 'FGQuestTaskTemp_AddProgress::AddProgress_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_AddSubTaskProgress \ static_assert(alignof(FGQuestTaskTemp_AddSubTaskProgress) == 0x000008, "Wrong alignment on FGQuestTaskTemp_AddSubTaskProgress"); \ static_assert(sizeof(FGQuestTaskTemp_AddSubTaskProgress) == 0x000030, "Wrong size on FGQuestTaskTemp_AddSubTaskProgress"); \ static_assert(offsetof(FGQuestTaskTemp_AddSubTaskProgress, AdditionTaskInfo) == 0x000000, "Member 'FGQuestTaskTemp_AddSubTaskProgress::AdditionTaskInfo' has a wrong offset!"); \ static_assert(offsetof(FGQuestTaskTemp_AddSubTaskProgress, AddProgress) == 0x000028, "Member 'FGQuestTaskTemp_AddSubTaskProgress::AddProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_GetMaxProgress \ static_assert(alignof(FGQuestTaskTemp_GetMaxProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_GetMaxProgress"); \ static_assert(sizeof(FGQuestTaskTemp_GetMaxProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_GetMaxProgress"); \ static_assert(offsetof(FGQuestTaskTemp_GetMaxProgress, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_RemoveProgress \ static_assert(alignof(FGQuestTaskTemp_RemoveProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_RemoveProgress"); \ static_assert(sizeof(FGQuestTaskTemp_RemoveProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_RemoveProgress"); \ static_assert(offsetof(FGQuestTaskTemp_RemoveProgress, RemovedProgress) == 0x000000, "Member 'FGQuestTaskTemp_RemoveProgress::RemovedProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_SetMaxProgress \ static_assert(alignof(FGQuestTaskTemp_SetMaxProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_SetMaxProgress"); \ static_assert(sizeof(FGQuestTaskTemp_SetMaxProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_SetMaxProgress"); \ static_assert(offsetof(FGQuestTaskTemp_SetMaxProgress, NewMaxProgress) == 0x000000, "Member 'FGQuestTaskTemp_SetMaxProgress::NewMaxProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_SetProgress \ static_assert(alignof(FGQuestTaskTemp_SetProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_SetProgress"); \ static_assert(sizeof(FGQuestTaskTemp_SetProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_SetProgress"); \ static_assert(offsetof(FGQuestTaskTemp_SetProgress, NewProgress) == 0x000000, "Member 'FGQuestTaskTemp_SetProgress::NewProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_GetOwningQuest \ static_assert(alignof(FGQuestTaskTemp_GetOwningQuest) == 0x000008, "Wrong alignment on FGQuestTaskTemp_GetOwningQuest"); \ static_assert(sizeof(FGQuestTaskTemp_GetOwningQuest) == 0x000008, "Wrong size on FGQuestTaskTemp_GetOwningQuest"); \ static_assert(offsetof(FGQuestTaskTemp_GetOwningQuest, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_GetOwningQuest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_GetOwningQuestManager \ static_assert(alignof(FGQuestTaskTemp_GetOwningQuestManager) == 0x000008, "Wrong alignment on FGQuestTaskTemp_GetOwningQuestManager"); \ static_assert(sizeof(FGQuestTaskTemp_GetOwningQuestManager) == 0x000008, "Wrong size on FGQuestTaskTemp_GetOwningQuestManager"); \ static_assert(offsetof(FGQuestTaskTemp_GetOwningQuestManager, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_GetOwningQuestManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_GetProgress \ static_assert(alignof(FGQuestTaskTemp_GetProgress) == 0x000004, "Wrong alignment on FGQuestTaskTemp_GetProgress"); \ static_assert(sizeof(FGQuestTaskTemp_GetProgress) == 0x000004, "Wrong size on FGQuestTaskTemp_GetProgress"); \ static_assert(offsetof(FGQuestTaskTemp_GetProgress, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_GetProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_GetTaskTag \ static_assert(alignof(FGQuestTaskTemp_GetTaskTag) == 0x000004, "Wrong alignment on FGQuestTaskTemp_GetTaskTag"); \ static_assert(sizeof(FGQuestTaskTemp_GetTaskTag) == 0x000008, "Wrong size on FGQuestTaskTemp_GetTaskTag"); \ static_assert(offsetof(FGQuestTaskTemp_GetTaskTag, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_GetTaskTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTaskTemp_IsSubTasksCompleted \ static_assert(alignof(FGQuestTaskTemp_IsSubTasksCompleted) == 0x000001, "Wrong alignment on FGQuestTaskTemp_IsSubTasksCompleted"); \ static_assert(sizeof(FGQuestTaskTemp_IsSubTasksCompleted) == 0x000001, "Wrong size on FGQuestTaskTemp_IsSubTasksCompleted"); \ static_assert(offsetof(FGQuestTaskTemp_IsSubTasksCompleted, ReturnValue) == 0x000000, "Member 'FGQuestTaskTemp_IsSubTasksCompleted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestTaskTemp \ static_assert(alignof(UFGQuestTaskTemp) == 0x000008, "Wrong alignment on UFGQuestTaskTemp"); \ static_assert(sizeof(UFGQuestTaskTemp) == 0x0000A0, "Wrong size on UFGQuestTaskTemp"); \ static_assert(offsetof(UFGQuestTaskTemp, bMarkIsHidden) == 0x000050, "Member 'UFGQuestTaskTemp::bMarkIsHidden' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, SubTasks) == 0x000058, "Member 'UFGQuestTaskTemp::SubTasks' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, OnTaskUpdate) == 0x000068, "Member 'UFGQuestTaskTemp::OnTaskUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, ProgressionToUnlock) == 0x000078, "Member 'UFGQuestTaskTemp::ProgressionToUnlock' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, OwningQuest) == 0x000088, "Member 'UFGQuestTaskTemp::OwningQuest' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, QuestManager) == 0x000090, "Member 'UFGQuestTaskTemp::QuestManager' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, Progress) == 0x000098, "Member 'UFGQuestTaskTemp::Progress' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTaskTemp, MaxProgress) == 0x00009C, "Member 'UFGQuestTaskTemp::MaxProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSmartTask_OnChildTasksUpdate \ static_assert(alignof(FGSmartTask_OnChildTasksUpdate) == 0x000008, "Wrong alignment on FGSmartTask_OnChildTasksUpdate"); \ static_assert(sizeof(FGSmartTask_OnChildTasksUpdate) == 0x000008, "Wrong size on FGSmartTask_OnChildTasksUpdate"); \ static_assert(offsetof(FGSmartTask_OnChildTasksUpdate, UpdatedTask) == 0x000000, "Member 'FGSmartTask_OnChildTasksUpdate::UpdatedTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSmartTask \ static_assert(alignof(UFGSmartTask) == 0x000008, "Wrong alignment on UFGSmartTask"); \ static_assert(sizeof(UFGSmartTask) == 0x0000B8, "Wrong size on UFGSmartTask"); \ static_assert(offsetof(UFGSmartTask, OtherTasks) == 0x0000A0, "Member 'UFGSmartTask::OtherTasks' has a wrong offset!"); \ static_assert(offsetof(UFGSmartTask, CompleteTaskType) == 0x0000B0, "Member 'UFGSmartTask::CompleteTaskType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlanktonGroupCharacter_PlanktonDie \ static_assert(alignof(FGPlanktonGroupCharacter_PlanktonDie) == 0x000004, "Wrong alignment on FGPlanktonGroupCharacter_PlanktonDie"); \ static_assert(sizeof(FGPlanktonGroupCharacter_PlanktonDie) == 0x000090, "Wrong size on FGPlanktonGroupCharacter_PlanktonDie"); \ static_assert(offsetof(FGPlanktonGroupCharacter_PlanktonDie, Index_0) == 0x000000, "Member 'FGPlanktonGroupCharacter_PlanktonDie::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGPlanktonGroupCharacter_PlanktonDie, DieHitResult) == 0x000004, "Member 'FGPlanktonGroupCharacter_PlanktonDie::DieHitResult' has a wrong offset!"); \ static_assert(offsetof(FGPlanktonGroupCharacter_PlanktonDie, bHideDeadCharacterAfterSpawn) == 0x00008C, "Member 'FGPlanktonGroupCharacter_PlanktonDie::bHideDeadCharacterAfterSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlanktonGroupCharacter \ static_assert(alignof(AFGPlanktonGroupCharacter) == 0x000010, "Wrong alignment on AFGPlanktonGroupCharacter"); \ static_assert(sizeof(AFGPlanktonGroupCharacter) == 0x000E70, "Wrong size on AFGPlanktonGroupCharacter"); \ #define DUMPER7_ASSERTS_UFGPlanktonGroupMovementComponent \ static_assert(alignof(UFGPlanktonGroupMovementComponent) == 0x000010, "Wrong alignment on UFGPlanktonGroupMovementComponent"); \ static_assert(sizeof(UFGPlanktonGroupMovementComponent) == 0x000B00, "Wrong size on UFGPlanktonGroupMovementComponent"); \ #define DUMPER7_ASSERTS_FGStreamingManager_IsLastProceduralDepotLoaded \ static_assert(alignof(FGStreamingManager_IsLastProceduralDepotLoaded) == 0x000001, "Wrong alignment on FGStreamingManager_IsLastProceduralDepotLoaded"); \ static_assert(sizeof(FGStreamingManager_IsLastProceduralDepotLoaded) == 0x000001, "Wrong size on FGStreamingManager_IsLastProceduralDepotLoaded"); \ static_assert(offsetof(FGStreamingManager_IsLastProceduralDepotLoaded, ReturnValue) == 0x000000, "Member 'FGStreamingManager_IsLastProceduralDepotLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStreamingManager_IsWorldLoaded \ static_assert(alignof(FGStreamingManager_IsWorldLoaded) == 0x000001, "Wrong alignment on FGStreamingManager_IsWorldLoaded"); \ static_assert(sizeof(FGStreamingManager_IsWorldLoaded) == 0x000001, "Wrong size on FGStreamingManager_IsWorldLoaded"); \ static_assert(offsetof(FGStreamingManager_IsWorldLoaded, ReturnValue) == 0x000000, "Member 'FGStreamingManager_IsWorldLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGStreamingManager \ static_assert(alignof(AFGStreamingManager) == 0x000008, "Wrong alignment on AFGStreamingManager"); \ static_assert(sizeof(AFGStreamingManager) == 0x0003F0, "Wrong size on AFGStreamingManager"); \ static_assert(offsetof(AFGStreamingManager, LeftSublevelStreamingVolumeClass) == 0x000220, "Member 'AFGStreamingManager::LeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, RightSublevelStreamingVolumeClass) == 0x000228, "Member 'AFGStreamingManager::RightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, FarLeftSublevelStreamingVolumeClass) == 0x000230, "Member 'AFGStreamingManager::FarLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, FarRightSublevelStreamingVolumeClass) == 0x000238, "Member 'AFGStreamingManager::FarRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, BottomSublevelStreamingVolumeClass) == 0x000240, "Member 'AFGStreamingManager::BottomSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, UpperSublevelStreamingVolumeClass) == 0x000248, "Member 'AFGStreamingManager::UpperSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandLeftSublevelStreamingVolumeClass) == 0x000250, "Member 'AFGStreamingManager::ArenaIslandLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandRightSublevelStreamingVolumeClass) == 0x000258, "Member 'AFGStreamingManager::ArenaIslandRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandFarLeftSublevelStreamingVolumeClass) == 0x000260, "Member 'AFGStreamingManager::ArenaIslandFarLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandFarRightSublevelStreamingVolumeClass) == 0x000268, "Member 'AFGStreamingManager::ArenaIslandFarRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandBottomSublevelStreamingVolumeClass) == 0x000270, "Member 'AFGStreamingManager::ArenaIslandBottomSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandUpperSublevelStreamingVolumeClass) == 0x000278, "Member 'AFGStreamingManager::ArenaIslandUpperSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandLeftSublevelStreamingVolumeClass) == 0x000280, "Member 'AFGStreamingManager::IslandLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandRightSublevelStreamingVolumeClass) == 0x000288, "Member 'AFGStreamingManager::IslandRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandFarLeftSublevelStreamingVolumeClass) == 0x000290, "Member 'AFGStreamingManager::IslandFarLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandFarRightSublevelStreamingVolumeClass) == 0x000298, "Member 'AFGStreamingManager::IslandFarRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandBottomSublevelStreamingVolumeClass) == 0x0002A0, "Member 'AFGStreamingManager::IslandBottomSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandUpperSublevelStreamingVolumeClass) == 0x0002A8, "Member 'AFGStreamingManager::IslandUpperSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandLeftSublevelStreamingVolumeClass) == 0x0002B0, "Member 'AFGStreamingManager::PuzzleIslandLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandRightSublevelStreamingVolumeClass) == 0x0002B8, "Member 'AFGStreamingManager::PuzzleIslandRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandFarLeftSublevelStreamingVolumeClass) == 0x0002C0, "Member 'AFGStreamingManager::PuzzleIslandFarLeftSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandFarRightSublevelStreamingVolumeClass) == 0x0002C8, "Member 'AFGStreamingManager::PuzzleIslandFarRightSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandBottomSublevelStreamingVolumeClass) == 0x0002D0, "Member 'AFGStreamingManager::PuzzleIslandBottomSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandUpperSublevelStreamingVolumeClass) == 0x0002D8, "Member 'AFGStreamingManager::PuzzleIslandUpperSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandCellStreamingVolumeClass) == 0x0002E0, "Member 'AFGStreamingManager::IslandCellStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandDecoreStreamingVolumeClass) == 0x0002E8, "Member 'AFGStreamingManager::IslandDecoreStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandStartingPlatformStreamingVolumeClass) == 0x0002F0, "Member 'AFGStreamingManager::IslandStartingPlatformStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, DepotStreamingVolumeClass) == 0x0002F8, "Member 'AFGStreamingManager::DepotStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, SecondChapterFinalDepotStreamingVolumeClass) == 0x000300, "Member 'AFGStreamingManager::SecondChapterFinalDepotStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, DepotPlatformStreamingVolumeClass) == 0x000308, "Member 'AFGStreamingManager::DepotPlatformStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, DepotFXStreamingVolumeClass) == 0x000310, "Member 'AFGStreamingManager::DepotFXStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, DepotFXSparksStreamingVolumeClass) == 0x000318, "Member 'AFGStreamingManager::DepotFXSparksStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, SceneLayerSwitcherStreamingVolumeClass) == 0x000320, "Member 'AFGStreamingManager::SceneLayerSwitcherStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, LootStreamingVolumeClass) == 0x000328, "Member 'AFGStreamingManager::LootStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, IslandLootStreamingVolumeClass) == 0x000330, "Member 'AFGStreamingManager::IslandLootStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandLootStreamingVolumeClass) == 0x000338, "Member 'AFGStreamingManager::PuzzleIslandLootStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandLootStreamingVolumeClass) == 0x000340, "Member 'AFGStreamingManager::ArenaIslandLootStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, DepotLootStreamingVolumeClass) == 0x000348, "Member 'AFGStreamingManager::DepotLootStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandEntraceStreamingVolumeClass) == 0x000350, "Member 'AFGStreamingManager::PuzzleIslandEntraceStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandHubStreamingVolumeClass) == 0x000358, "Member 'AFGStreamingManager::PuzzleIslandHubStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, MinesSpawnControllerStreamingVolumeClass) == 0x000360, "Member 'AFGStreamingManager::MinesSpawnControllerStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandStartingPlatformStreamingVolumeClass) == 0x000368, "Member 'AFGStreamingManager::ArenaIslandStartingPlatformStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ArenaIslandArenaSublevelStreamingVolumeClass) == 0x000370, "Member 'AFGStreamingManager::ArenaIslandArenaSublevelStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, OutpostStreamingVolumeClass) == 0x000378, "Member 'AFGStreamingManager::OutpostStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, ScientistRevengeStreamingVolumeClass) == 0x000380, "Member 'AFGStreamingManager::ScientistRevengeStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, RofleemoWorldStreamingVolumeClass) == 0x000388, "Member 'AFGStreamingManager::RofleemoWorldStreamingVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, RightSublevelOffset) == 0x000390, "Member 'AFGStreamingManager::RightSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, LeftSublevelOffset) == 0x00039C, "Member 'AFGStreamingManager::LeftSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, FarRightSublevelOffset) == 0x0003A8, "Member 'AFGStreamingManager::FarRightSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, FarLeftSublevelOffset) == 0x0003B4, "Member 'AFGStreamingManager::FarLeftSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, BottomSublevelOffset) == 0x0003C0, "Member 'AFGStreamingManager::BottomSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, UpperSublevelOffset) == 0x0003CC, "Member 'AFGStreamingManager::UpperSublevelOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, bDebugLoadAllSublevels) == 0x0003D8, "Member 'AFGStreamingManager::bDebugLoadAllSublevels' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandEntranceSideOffset) == 0x0003DC, "Member 'AFGStreamingManager::PuzzleIslandEntranceSideOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, PuzzleIslandHubSideOffset) == 0x0003E0, "Member 'AFGStreamingManager::PuzzleIslandHubSideOffset' has a wrong offset!"); \ static_assert(offsetof(AFGStreamingManager, StartingRoomStreamingVolume) == 0x0003E8, "Member 'AFGStreamingManager::StartingRoomStreamingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGOAPNode \ static_assert(alignof(UFGOAPNode) == 0x000008, "Wrong alignment on UFGOAPNode"); \ static_assert(sizeof(UFGOAPNode) == 0x000058, "Wrong size on UFGOAPNode"); \ static_assert(offsetof(UFGOAPNode, CurrentStateRequirement) == 0x000028, "Member 'UFGOAPNode::CurrentStateRequirement' has a wrong offset!"); \ static_assert(offsetof(UFGOAPNode, StateRequirement) == 0x000030, "Member 'UFGOAPNode::StateRequirement' has a wrong offset!"); \ static_assert(offsetof(UFGOAPNode, Transition) == 0x000038, "Member 'UFGOAPNode::Transition' has a wrong offset!"); \ static_assert(offsetof(UFGOAPNode, ParentNode) == 0x000048, "Member 'UFGOAPNode::ParentNode' has a wrong offset!"); \ static_assert(offsetof(UFGOAPNode, bIsParentNode) == 0x000050, "Member 'UFGOAPNode::bIsParentNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGCheckPermissionAsyncAction_CheckPermissionAsync \ static_assert(alignof(FGCheckPermissionAsyncAction_CheckPermissionAsync) == 0x000008, "Wrong alignment on FGCheckPermissionAsyncAction_CheckPermissionAsync"); \ static_assert(sizeof(FGCheckPermissionAsyncAction_CheckPermissionAsync) == 0x000018, "Wrong size on FGCheckPermissionAsyncAction_CheckPermissionAsync"); \ static_assert(offsetof(FGCheckPermissionAsyncAction_CheckPermissionAsync, WorldContextObject) == 0x000000, "Member 'FGCheckPermissionAsyncAction_CheckPermissionAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGCheckPermissionAsyncAction_CheckPermissionAsync, permission) == 0x000008, "Member 'FGCheckPermissionAsyncAction_CheckPermissionAsync::permission' has a wrong offset!"); \ static_assert(offsetof(FGCheckPermissionAsyncAction_CheckPermissionAsync, ReturnValue) == 0x000010, "Member 'FGCheckPermissionAsyncAction_CheckPermissionAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGCheckPermissionAsyncAction \ static_assert(alignof(UFGCheckPermissionAsyncAction) == 0x000008, "Wrong alignment on UFGCheckPermissionAsyncAction"); \ static_assert(sizeof(UFGCheckPermissionAsyncAction) == 0x000068, "Wrong size on UFGCheckPermissionAsyncAction"); \ static_assert(offsetof(UFGCheckPermissionAsyncAction, Allowed) == 0x000030, "Member 'UFGCheckPermissionAsyncAction::Allowed' has a wrong offset!"); \ static_assert(offsetof(UFGCheckPermissionAsyncAction, Denied) == 0x000040, "Member 'UFGCheckPermissionAsyncAction::Denied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineLootDropComponent_GetNextSplineComponent \ static_assert(alignof(FGSplineLootDropComponent_GetNextSplineComponent) == 0x000008, "Wrong alignment on FGSplineLootDropComponent_GetNextSplineComponent"); \ static_assert(sizeof(FGSplineLootDropComponent_GetNextSplineComponent) == 0x000008, "Wrong size on FGSplineLootDropComponent_GetNextSplineComponent"); \ static_assert(offsetof(FGSplineLootDropComponent_GetNextSplineComponent, ReturnValue) == 0x000000, "Member 'FGSplineLootDropComponent_GetNextSplineComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineLootDropComponent_GetNextSplineComponentCopy \ static_assert(alignof(FGSplineLootDropComponent_GetNextSplineComponentCopy) == 0x000008, "Wrong alignment on FGSplineLootDropComponent_GetNextSplineComponentCopy"); \ static_assert(sizeof(FGSplineLootDropComponent_GetNextSplineComponentCopy) == 0x000008, "Wrong size on FGSplineLootDropComponent_GetNextSplineComponentCopy"); \ static_assert(offsetof(FGSplineLootDropComponent_GetNextSplineComponentCopy, ReturnValue) == 0x000000, "Member 'FGSplineLootDropComponent_GetNextSplineComponentCopy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSplineLootDropComponent \ static_assert(alignof(UFGSplineLootDropComponent) == 0x000010, "Wrong alignment on UFGSplineLootDropComponent"); \ static_assert(sizeof(UFGSplineLootDropComponent) == 0x000270, "Wrong size on UFGSplineLootDropComponent"); \ static_assert(offsetof(UFGSplineLootDropComponent, bAutoUpdate) == 0x0001F8, "Member 'UFGSplineLootDropComponent::bAutoUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, LootDropTime) == 0x0001FC, "Member 'UFGSplineLootDropComponent::LootDropTime' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, LootDropAngles) == 0x000200, "Member 'UFGSplineLootDropComponent::LootDropAngles' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, SpawnedSplines) == 0x000210, "Member 'UFGSplineLootDropComponent::SpawnedSplines' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, FirstPointOffset) == 0x000220, "Member 'UFGSplineLootDropComponent::FirstPointOffset' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, FirstPointHeight) == 0x000224, "Member 'UFGSplineLootDropComponent::FirstPointHeight' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, SecondPointOffset) == 0x000228, "Member 'UFGSplineLootDropComponent::SecondPointOffset' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, SecondPointHeight) == 0x00022C, "Member 'UFGSplineLootDropComponent::SecondPointHeight' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, ThirdPointOffset) == 0x000230, "Member 'UFGSplineLootDropComponent::ThirdPointOffset' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, bFloorEnd) == 0x000234, "Member 'UFGSplineLootDropComponent::bFloorEnd' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, FloorEndHeightOffset) == 0x000238, "Member 'UFGSplineLootDropComponent::FloorEndHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, bRandomLootSpline) == 0x00023C, "Member 'UFGSplineLootDropComponent::bRandomLootSpline' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, bAlwaysUpdateSplines) == 0x00023D, "Member 'UFGSplineLootDropComponent::bAlwaysUpdateSplines' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, bSkipTickUpdateSplines) == 0x00023E, "Member 'UFGSplineLootDropComponent::bSkipTickUpdateSplines' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, LastValidSplineIndex) == 0x000240, "Member 'UFGSplineLootDropComponent::LastValidSplineIndex' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, ActorsToIgnore) == 0x000248, "Member 'UFGSplineLootDropComponent::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, ObjectTypesToTrace) == 0x000258, "Member 'UFGSplineLootDropComponent::ObjectTypesToTrace' has a wrong offset!"); \ static_assert(offsetof(UFGSplineLootDropComponent, IgnoreActorsDistance) == 0x000268, "Member 'UFGSplineLootDropComponent::IgnoreActorsDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_CanDisplayUserGeneratedContent \ static_assert(alignof(FGPlatformUtilsLib_CanDisplayUserGeneratedContent) == 0x000008, "Wrong alignment on FGPlatformUtilsLib_CanDisplayUserGeneratedContent"); \ static_assert(sizeof(FGPlatformUtilsLib_CanDisplayUserGeneratedContent) == 0x000010, "Wrong size on FGPlatformUtilsLib_CanDisplayUserGeneratedContent"); \ static_assert(offsetof(FGPlatformUtilsLib_CanDisplayUserGeneratedContent, WorldContextObject) == 0x000000, "Member 'FGPlatformUtilsLib_CanDisplayUserGeneratedContent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGPlatformUtilsLib_CanDisplayUserGeneratedContent, ReturnValue) == 0x000008, "Member 'FGPlatformUtilsLib_CanDisplayUserGeneratedContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_GetXboxGamerTagAndSuffix \ static_assert(alignof(FGPlatformUtilsLib_GetXboxGamerTagAndSuffix) == 0x000008, "Wrong alignment on FGPlatformUtilsLib_GetXboxGamerTagAndSuffix"); \ static_assert(sizeof(FGPlatformUtilsLib_GetXboxGamerTagAndSuffix) == 0x000020, "Wrong size on FGPlatformUtilsLib_GetXboxGamerTagAndSuffix"); \ static_assert(offsetof(FGPlatformUtilsLib_GetXboxGamerTagAndSuffix, GamerTag) == 0x000000, "Member 'FGPlatformUtilsLib_GetXboxGamerTagAndSuffix::GamerTag' has a wrong offset!"); \ static_assert(offsetof(FGPlatformUtilsLib_GetXboxGamerTagAndSuffix, Suffix) == 0x000010, "Member 'FGPlatformUtilsLib_GetXboxGamerTagAndSuffix::Suffix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_IsConsolePlatform \ static_assert(alignof(FGPlatformUtilsLib_IsConsolePlatform) == 0x000001, "Wrong alignment on FGPlatformUtilsLib_IsConsolePlatform"); \ static_assert(sizeof(FGPlatformUtilsLib_IsConsolePlatform) == 0x000001, "Wrong size on FGPlatformUtilsLib_IsConsolePlatform"); \ static_assert(offsetof(FGPlatformUtilsLib_IsConsolePlatform, ReturnValue) == 0x000000, "Member 'FGPlatformUtilsLib_IsConsolePlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_IsGDKPlatform \ static_assert(alignof(FGPlatformUtilsLib_IsGDKPlatform) == 0x000001, "Wrong alignment on FGPlatformUtilsLib_IsGDKPlatform"); \ static_assert(sizeof(FGPlatformUtilsLib_IsGDKPlatform) == 0x000001, "Wrong size on FGPlatformUtilsLib_IsGDKPlatform"); \ static_assert(offsetof(FGPlatformUtilsLib_IsGDKPlatform, ReturnValue) == 0x000000, "Member 'FGPlatformUtilsLib_IsGDKPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_ShowNativeInviteUI \ static_assert(alignof(FGPlatformUtilsLib_ShowNativeInviteUI) == 0x000008, "Wrong alignment on FGPlatformUtilsLib_ShowNativeInviteUI"); \ static_assert(sizeof(FGPlatformUtilsLib_ShowNativeInviteUI) == 0x000008, "Wrong size on FGPlatformUtilsLib_ShowNativeInviteUI"); \ static_assert(offsetof(FGPlatformUtilsLib_ShowNativeInviteUI, WorldContextObject) == 0x000000, "Member 'FGPlatformUtilsLib_ShowNativeInviteUI::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_ShowNativeMessage \ static_assert(alignof(FGPlatformUtilsLib_ShowNativeMessage) == 0x000008, "Wrong alignment on FGPlatformUtilsLib_ShowNativeMessage"); \ static_assert(sizeof(FGPlatformUtilsLib_ShowNativeMessage) == 0x000010, "Wrong size on FGPlatformUtilsLib_ShowNativeMessage"); \ static_assert(offsetof(FGPlatformUtilsLib_ShowNativeMessage, WorldContextObject) == 0x000000, "Member 'FGPlatformUtilsLib_ShowNativeMessage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGPlatformUtilsLib_ShowNativeMessage, Message) == 0x000008, "Member 'FGPlatformUtilsLib_ShowNativeMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformUtilsLib_ShowUserGameCard \ static_assert(alignof(FGPlatformUtilsLib_ShowUserGameCard) == 0x000008, "Wrong alignment on FGPlatformUtilsLib_ShowUserGameCard"); \ static_assert(sizeof(FGPlatformUtilsLib_ShowUserGameCard) == 0x000010, "Wrong size on FGPlatformUtilsLib_ShowUserGameCard"); \ static_assert(offsetof(FGPlatformUtilsLib_ShowUserGameCard, WorldContextObject) == 0x000000, "Member 'FGPlatformUtilsLib_ShowUserGameCard::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGPlatformUtilsLib_ShowUserGameCard, User) == 0x000008, "Member 'FGPlatformUtilsLib_ShowUserGameCard::User' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPlatformUtilsLib \ static_assert(alignof(UFGPlatformUtilsLib) == 0x000008, "Wrong alignment on UFGPlatformUtilsLib"); \ static_assert(sizeof(UFGPlatformUtilsLib) == 0x000028, "Wrong size on UFGPlatformUtilsLib"); \ #define DUMPER7_ASSERTS_FGPlatformVolume_OnBeginOverlap \ static_assert(alignof(FGPlatformVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on FGPlatformVolume_OnBeginOverlap"); \ static_assert(sizeof(FGPlatformVolume_OnBeginOverlap) == 0x000010, "Wrong size on FGPlatformVolume_OnBeginOverlap"); \ static_assert(offsetof(FGPlatformVolume_OnBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGPlatformVolume_OnBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGPlatformVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGPlatformVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlatformVolume_OnEndOverlap \ static_assert(alignof(FGPlatformVolume_OnEndOverlap) == 0x000008, "Wrong alignment on FGPlatformVolume_OnEndOverlap"); \ static_assert(sizeof(FGPlatformVolume_OnEndOverlap) == 0x000010, "Wrong size on FGPlatformVolume_OnEndOverlap"); \ static_assert(offsetof(FGPlatformVolume_OnEndOverlap, OverlappedActor) == 0x000000, "Member 'FGPlatformVolume_OnEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGPlatformVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'FGPlatformVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlatformVolume \ static_assert(alignof(AFGPlatformVolume) == 0x000008, "Wrong alignment on AFGPlatformVolume"); \ static_assert(sizeof(AFGPlatformVolume) == 0x000238, "Wrong size on AFGPlatformVolume"); \ static_assert(offsetof(AFGPlatformVolume, PlatformType) == 0x000220, "Member 'AFGPlatformVolume::PlatformType' has a wrong offset!"); \ static_assert(offsetof(AFGPlatformVolume, SceneRoot) == 0x000228, "Member 'AFGPlatformVolume::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGPlatformVolume, OverlapBox) == 0x000230, "Member 'AFGPlatformVolume::OverlapBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_AddTempBonus \ static_assert(alignof(FGSharkStatComponent_AddTempBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_AddTempBonus"); \ static_assert(sizeof(FGSharkStatComponent_AddTempBonus) == 0x000008, "Wrong size on FGSharkStatComponent_AddTempBonus"); \ static_assert(offsetof(FGSharkStatComponent_AddTempBonus, StatType) == 0x000000, "Member 'FGSharkStatComponent_AddTempBonus::StatType' has a wrong offset!"); \ static_assert(offsetof(FGSharkStatComponent_AddTempBonus, Value) == 0x000004, "Member 'FGSharkStatComponent_AddTempBonus::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_CanLevelUpStats \ static_assert(alignof(FGSharkStatComponent_CanLevelUpStats) == 0x000001, "Wrong alignment on FGSharkStatComponent_CanLevelUpStats"); \ static_assert(sizeof(FGSharkStatComponent_CanLevelUpStats) == 0x000001, "Wrong size on FGSharkStatComponent_CanLevelUpStats"); \ static_assert(offsetof(FGSharkStatComponent_CanLevelUpStats, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_CanLevelUpStats::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_ClearTempBonus \ static_assert(alignof(FGSharkStatComponent_ClearTempBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_ClearTempBonus"); \ static_assert(sizeof(FGSharkStatComponent_ClearTempBonus) == 0x000008, "Wrong size on FGSharkStatComponent_ClearTempBonus"); \ static_assert(offsetof(FGSharkStatComponent_ClearTempBonus, StatType) == 0x000000, "Member 'FGSharkStatComponent_ClearTempBonus::StatType' has a wrong offset!"); \ static_assert(offsetof(FGSharkStatComponent_ClearTempBonus, Value) == 0x000004, "Member 'FGSharkStatComponent_ClearTempBonus::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_LoadDataFromSave \ static_assert(alignof(FGSharkStatComponent_LoadDataFromSave) == 0x000008, "Wrong alignment on FGSharkStatComponent_LoadDataFromSave"); \ static_assert(sizeof(FGSharkStatComponent_LoadDataFromSave) == 0x000060, "Wrong size on FGSharkStatComponent_LoadDataFromSave"); \ static_assert(offsetof(FGSharkStatComponent_LoadDataFromSave, SaveData) == 0x000000, "Member 'FGSharkStatComponent_LoadDataFromSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_OnEvolutionLevelComplete \ static_assert(alignof(FGSharkStatComponent_OnEvolutionLevelComplete) == 0x000008, "Wrong alignment on FGSharkStatComponent_OnEvolutionLevelComplete"); \ static_assert(sizeof(FGSharkStatComponent_OnEvolutionLevelComplete) == 0x000008, "Wrong size on FGSharkStatComponent_OnEvolutionLevelComplete"); \ static_assert(offsetof(FGSharkStatComponent_OnEvolutionLevelComplete, EvolutionComponent) == 0x000000, "Member 'FGSharkStatComponent_OnEvolutionLevelComplete::EvolutionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetDeceptionAnimMod \ static_assert(alignof(FGSharkStatComponent_GetDeceptionAnimMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetDeceptionAnimMod"); \ static_assert(sizeof(FGSharkStatComponent_GetDeceptionAnimMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetDeceptionAnimMod"); \ static_assert(offsetof(FGSharkStatComponent_GetDeceptionAnimMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetDeceptionAnimMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetDeceptionCooldownMod \ static_assert(alignof(FGSharkStatComponent_GetDeceptionCooldownMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetDeceptionCooldownMod"); \ static_assert(sizeof(FGSharkStatComponent_GetDeceptionCooldownMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetDeceptionCooldownMod"); \ static_assert(offsetof(FGSharkStatComponent_GetDeceptionCooldownMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetDeceptionCooldownMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetDeceptionSpeedMod \ static_assert(alignof(FGSharkStatComponent_GetDeceptionSpeedMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetDeceptionSpeedMod"); \ static_assert(sizeof(FGSharkStatComponent_GetDeceptionSpeedMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetDeceptionSpeedMod"); \ static_assert(offsetof(FGSharkStatComponent_GetDeceptionSpeedMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetDeceptionSpeedMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetDeceptionTrickCooldownMod \ static_assert(alignof(FGSharkStatComponent_GetDeceptionTrickCooldownMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetDeceptionTrickCooldownMod"); \ static_assert(sizeof(FGSharkStatComponent_GetDeceptionTrickCooldownMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetDeceptionTrickCooldownMod"); \ static_assert(offsetof(FGSharkStatComponent_GetDeceptionTrickCooldownMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetDeceptionTrickCooldownMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetEnduranceMod \ static_assert(alignof(FGSharkStatComponent_GetEnduranceMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetEnduranceMod"); \ static_assert(sizeof(FGSharkStatComponent_GetEnduranceMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetEnduranceMod"); \ static_assert(offsetof(FGSharkStatComponent_GetEnduranceMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetEnduranceMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetEnduranceModSizeScale \ static_assert(alignof(FGSharkStatComponent_GetEnduranceModSizeScale) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetEnduranceModSizeScale"); \ static_assert(sizeof(FGSharkStatComponent_GetEnduranceModSizeScale) == 0x000004, "Wrong size on FGSharkStatComponent_GetEnduranceModSizeScale"); \ static_assert(offsetof(FGSharkStatComponent_GetEnduranceModSizeScale, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetEnduranceModSizeScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetPermanentDeceptionBonus \ static_assert(alignof(FGSharkStatComponent_GetPermanentDeceptionBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetPermanentDeceptionBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetPermanentDeceptionBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetPermanentDeceptionBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetPermanentDeceptionBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetPermanentDeceptionBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetPermanentEnduranceBonus \ static_assert(alignof(FGSharkStatComponent_GetPermanentEnduranceBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetPermanentEnduranceBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetPermanentEnduranceBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetPermanentEnduranceBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetPermanentEnduranceBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetPermanentEnduranceBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetPermanentPowerBonus \ static_assert(alignof(FGSharkStatComponent_GetPermanentPowerBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetPermanentPowerBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetPermanentPowerBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetPermanentPowerBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetPermanentPowerBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetPermanentPowerBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetPowerMod \ static_assert(alignof(FGSharkStatComponent_GetPowerMod) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetPowerMod"); \ static_assert(sizeof(FGSharkStatComponent_GetPowerMod) == 0x000004, "Wrong size on FGSharkStatComponent_GetPowerMod"); \ static_assert(offsetof(FGSharkStatComponent_GetPowerMod, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetPowerMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetRollChance \ static_assert(alignof(FGSharkStatComponent_GetRollChance) == 0x000008, "Wrong alignment on FGSharkStatComponent_GetRollChance"); \ static_assert(sizeof(FGSharkStatComponent_GetRollChance) == 0x000028, "Wrong size on FGSharkStatComponent_GetRollChance"); \ static_assert(offsetof(FGSharkStatComponent_GetRollChance, Stat) == 0x000000, "Member 'FGSharkStatComponent_GetRollChance::Stat' has a wrong offset!"); \ static_assert(offsetof(FGSharkStatComponent_GetRollChance, ReturnValue) == 0x000020, "Member 'FGSharkStatComponent_GetRollChance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetSaveData \ static_assert(alignof(FGSharkStatComponent_GetSaveData) == 0x000008, "Wrong alignment on FGSharkStatComponent_GetSaveData"); \ static_assert(sizeof(FGSharkStatComponent_GetSaveData) == 0x000060, "Wrong size on FGSharkStatComponent_GetSaveData"); \ static_assert(offsetof(FGSharkStatComponent_GetSaveData, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetTempDeceptionBonus \ static_assert(alignof(FGSharkStatComponent_GetTempDeceptionBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetTempDeceptionBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetTempDeceptionBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetTempDeceptionBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetTempDeceptionBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetTempDeceptionBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetTempEnduranceBonus \ static_assert(alignof(FGSharkStatComponent_GetTempEnduranceBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetTempEnduranceBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetTempEnduranceBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetTempEnduranceBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetTempEnduranceBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetTempEnduranceBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkStatComponent_GetTempPowerBonus \ static_assert(alignof(FGSharkStatComponent_GetTempPowerBonus) == 0x000004, "Wrong alignment on FGSharkStatComponent_GetTempPowerBonus"); \ static_assert(sizeof(FGSharkStatComponent_GetTempPowerBonus) == 0x000004, "Wrong size on FGSharkStatComponent_GetTempPowerBonus"); \ static_assert(offsetof(FGSharkStatComponent_GetTempPowerBonus, ReturnValue) == 0x000000, "Member 'FGSharkStatComponent_GetTempPowerBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSharkStatComponent \ static_assert(alignof(UFGSharkStatComponent) == 0x000008, "Wrong alignment on UFGSharkStatComponent"); \ static_assert(sizeof(UFGSharkStatComponent) == 0x0001A8, "Wrong size on UFGSharkStatComponent"); \ static_assert(offsetof(UFGSharkStatComponent, BaseChance) == 0x0000B0, "Member 'UFGSharkStatComponent::BaseChance' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, CoopScale) == 0x0000B4, "Member 'UFGSharkStatComponent::CoopScale' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, Endurance) == 0x0000B8, "Member 'UFGSharkStatComponent::Endurance' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, Power) == 0x0000D8, "Member 'UFGSharkStatComponent::Power' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, Deception) == 0x0000F8, "Member 'UFGSharkStatComponent::Deception' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, EnduranceMod) == 0x000118, "Member 'UFGSharkStatComponent::EnduranceMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, EnduranceModSizeScale) == 0x000120, "Member 'UFGSharkStatComponent::EnduranceModSizeScale' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, PowerMod) == 0x000128, "Member 'UFGSharkStatComponent::PowerMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionSpeedMod) == 0x000130, "Member 'UFGSharkStatComponent::DeceptionSpeedMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionAnimMod) == 0x000138, "Member 'UFGSharkStatComponent::DeceptionAnimMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionCooldownMod) == 0x000140, "Member 'UFGSharkStatComponent::DeceptionCooldownMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionTrickCooldownMod) == 0x000148, "Member 'UFGSharkStatComponent::DeceptionTrickCooldownMod' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, EndurancePermanentBonus_Player) == 0x000150, "Member 'UFGSharkStatComponent::EndurancePermanentBonus_Player' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, EndurancePermanentBonus_Turret) == 0x000154, "Member 'UFGSharkStatComponent::EndurancePermanentBonus_Turret' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, PowerPermanentBonus_TrainArmor) == 0x000158, "Member 'UFGSharkStatComponent::PowerPermanentBonus_TrainArmor' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, PowerPermanentBonus_Player) == 0x00015C, "Member 'UFGSharkStatComponent::PowerPermanentBonus_Player' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, PowerPermanentBonus_Turret) == 0x000160, "Member 'UFGSharkStatComponent::PowerPermanentBonus_Turret' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionPermanentBonus_SteamEngine) == 0x000164, "Member 'UFGSharkStatComponent::DeceptionPermanentBonus_SteamEngine' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, DeceptionPermanentBonus_DieselEngine) == 0x000168, "Member 'UFGSharkStatComponent::DeceptionPermanentBonus_DieselEngine' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, BonusPenaltyPerLevel) == 0x00016C, "Member 'UFGSharkStatComponent::BonusPenaltyPerLevel' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, BonusPenaltyPerOverLevel) == 0x000170, "Member 'UFGSharkStatComponent::BonusPenaltyPerOverLevel' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, bDebug) == 0x000174, "Member 'UFGSharkStatComponent::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, OnSharkStatLevelUpDelegate) == 0x000178, "Member 'UFGSharkStatComponent::OnSharkStatLevelUpDelegate' has a wrong offset!"); \ static_assert(offsetof(UFGSharkStatComponent, NULLStat) == 0x000188, "Member 'UFGSharkStatComponent::NULLStat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetCurrentTurnSlotIndex \ static_assert(alignof(FGTabletopGame_GetCurrentTurnSlotIndex) == 0x000004, "Wrong alignment on FGTabletopGame_GetCurrentTurnSlotIndex"); \ static_assert(sizeof(FGTabletopGame_GetCurrentTurnSlotIndex) == 0x000004, "Wrong size on FGTabletopGame_GetCurrentTurnSlotIndex"); \ static_assert(offsetof(FGTabletopGame_GetCurrentTurnSlotIndex, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetCurrentTurnSlotIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetGameSlotForPlayer \ static_assert(alignof(FGTabletopGame_GetGameSlotForPlayer) == 0x000008, "Wrong alignment on FGTabletopGame_GetGameSlotForPlayer"); \ static_assert(sizeof(FGTabletopGame_GetGameSlotForPlayer) == 0x000028, "Wrong size on FGTabletopGame_GetGameSlotForPlayer"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForPlayer, PlayerCharacter) == 0x000000, "Member 'FGTabletopGame_GetGameSlotForPlayer::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForPlayer, GameSlot) == 0x000008, "Member 'FGTabletopGame_GetGameSlotForPlayer::GameSlot' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForPlayer, ReturnValue) == 0x000020, "Member 'FGTabletopGame_GetGameSlotForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetGameSlotForTabletopPlayer \ static_assert(alignof(FGTabletopGame_GetGameSlotForTabletopPlayer) == 0x000008, "Wrong alignment on FGTabletopGame_GetGameSlotForTabletopPlayer"); \ static_assert(sizeof(FGTabletopGame_GetGameSlotForTabletopPlayer) == 0x000028, "Wrong size on FGTabletopGame_GetGameSlotForTabletopPlayer"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForTabletopPlayer, TabletopPlayer) == 0x000000, "Member 'FGTabletopGame_GetGameSlotForTabletopPlayer::TabletopPlayer' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForTabletopPlayer, GameSlot) == 0x000008, "Member 'FGTabletopGame_GetGameSlotForTabletopPlayer::GameSlot' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_GetGameSlotForTabletopPlayer, ReturnValue) == 0x000020, "Member 'FGTabletopGame_GetGameSlotForTabletopPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetGameSlots \ static_assert(alignof(FGTabletopGame_GetGameSlots) == 0x000008, "Wrong alignment on FGTabletopGame_GetGameSlots"); \ static_assert(sizeof(FGTabletopGame_GetGameSlots) == 0x000010, "Wrong size on FGTabletopGame_GetGameSlots"); \ static_assert(offsetof(FGTabletopGame_GetGameSlots, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetGameSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetGameState \ static_assert(alignof(FGTabletopGame_GetGameState) == 0x000001, "Wrong alignment on FGTabletopGame_GetGameState"); \ static_assert(sizeof(FGTabletopGame_GetGameState) == 0x000001, "Wrong size on FGTabletopGame_GetGameState"); \ static_assert(offsetof(FGTabletopGame_GetGameState, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetMaximumSlots \ static_assert(alignof(FGTabletopGame_GetMaximumSlots) == 0x000004, "Wrong alignment on FGTabletopGame_GetMaximumSlots"); \ static_assert(sizeof(FGTabletopGame_GetMaximumSlots) == 0x000004, "Wrong size on FGTabletopGame_GetMaximumSlots"); \ static_assert(offsetof(FGTabletopGame_GetMaximumSlots, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetMaximumSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetTabletopPlayer \ static_assert(alignof(FGTabletopGame_GetTabletopPlayer) == 0x000008, "Wrong alignment on FGTabletopGame_GetTabletopPlayer"); \ static_assert(sizeof(FGTabletopGame_GetTabletopPlayer) == 0x000010, "Wrong size on FGTabletopGame_GetTabletopPlayer"); \ static_assert(offsetof(FGTabletopGame_GetTabletopPlayer, PlayerPawn) == 0x000000, "Member 'FGTabletopGame_GetTabletopPlayer::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_GetTabletopPlayer, ReturnValue) == 0x000008, "Member 'FGTabletopGame_GetTabletopPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_IsCurrentTurnForPlayer \ static_assert(alignof(FGTabletopGame_IsCurrentTurnForPlayer) == 0x000008, "Wrong alignment on FGTabletopGame_IsCurrentTurnForPlayer"); \ static_assert(sizeof(FGTabletopGame_IsCurrentTurnForPlayer) == 0x000010, "Wrong size on FGTabletopGame_IsCurrentTurnForPlayer"); \ static_assert(offsetof(FGTabletopGame_IsCurrentTurnForPlayer, Player) == 0x000000, "Member 'FGTabletopGame_IsCurrentTurnForPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_IsCurrentTurnForPlayer, ReturnValue) == 0x000008, "Member 'FGTabletopGame_IsCurrentTurnForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_MoveHost \ static_assert(alignof(FGTabletopGame_MoveHost) == 0x000004, "Wrong alignment on FGTabletopGame_MoveHost"); \ static_assert(sizeof(FGTabletopGame_MoveHost) == 0x000008, "Wrong size on FGTabletopGame_MoveHost"); \ static_assert(offsetof(FGTabletopGame_MoveHost, SlotIndex) == 0x000000, "Member 'FGTabletopGame_MoveHost::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_MoveHost, ReturnValue) == 0x000004, "Member 'FGTabletopGame_MoveHost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_PlayerCharacterJoin \ static_assert(alignof(FGTabletopGame_PlayerCharacterJoin) == 0x000008, "Wrong alignment on FGTabletopGame_PlayerCharacterJoin"); \ static_assert(sizeof(FGTabletopGame_PlayerCharacterJoin) == 0x000010, "Wrong size on FGTabletopGame_PlayerCharacterJoin"); \ static_assert(offsetof(FGTabletopGame_PlayerCharacterJoin, PlayerCharacter) == 0x000000, "Member 'FGTabletopGame_PlayerCharacterJoin::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_PlayerCharacterJoin, SlotIndex) == 0x000008, "Member 'FGTabletopGame_PlayerCharacterJoin::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_PlayerCharacterJoin, ReturnValue) == 0x00000C, "Member 'FGTabletopGame_PlayerCharacterJoin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_PlayerCharacterLeave \ static_assert(alignof(FGTabletopGame_PlayerCharacterLeave) == 0x000008, "Wrong alignment on FGTabletopGame_PlayerCharacterLeave"); \ static_assert(sizeof(FGTabletopGame_PlayerCharacterLeave) == 0x000010, "Wrong size on FGTabletopGame_PlayerCharacterLeave"); \ static_assert(offsetof(FGTabletopGame_PlayerCharacterLeave, PlayerCharacter) == 0x000000, "Member 'FGTabletopGame_PlayerCharacterLeave::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGTabletopGame_PlayerCharacterLeave, ReturnValue) == 0x000008, "Member 'FGTabletopGame_PlayerCharacterLeave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_SetCurrentTurnSlotIndex \ static_assert(alignof(FGTabletopGame_SetCurrentTurnSlotIndex) == 0x000004, "Wrong alignment on FGTabletopGame_SetCurrentTurnSlotIndex"); \ static_assert(sizeof(FGTabletopGame_SetCurrentTurnSlotIndex) == 0x000004, "Wrong size on FGTabletopGame_SetCurrentTurnSlotIndex"); \ static_assert(offsetof(FGTabletopGame_SetCurrentTurnSlotIndex, Index_0) == 0x000000, "Member 'FGTabletopGame_SetCurrentTurnSlotIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetHostPlayer \ static_assert(alignof(FGTabletopGame_GetHostPlayer) == 0x000008, "Wrong alignment on FGTabletopGame_GetHostPlayer"); \ static_assert(sizeof(FGTabletopGame_GetHostPlayer) == 0x000008, "Wrong size on FGTabletopGame_GetHostPlayer"); \ static_assert(offsetof(FGTabletopGame_GetHostPlayer, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetHostPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetHumanPlayersAmount \ static_assert(alignof(FGTabletopGame_GetHumanPlayersAmount) == 0x000004, "Wrong alignment on FGTabletopGame_GetHumanPlayersAmount"); \ static_assert(sizeof(FGTabletopGame_GetHumanPlayersAmount) == 0x000004, "Wrong size on FGTabletopGame_GetHumanPlayersAmount"); \ static_assert(offsetof(FGTabletopGame_GetHumanPlayersAmount, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetHumanPlayersAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetTotalPlayersAmount \ static_assert(alignof(FGTabletopGame_GetTotalPlayersAmount) == 0x000004, "Wrong alignment on FGTabletopGame_GetTotalPlayersAmount"); \ static_assert(sizeof(FGTabletopGame_GetTotalPlayersAmount) == 0x000004, "Wrong size on FGTabletopGame_GetTotalPlayersAmount"); \ static_assert(offsetof(FGTabletopGame_GetTotalPlayersAmount, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetTotalPlayersAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopGame_GetTotalPlayingPlayersAmount \ static_assert(alignof(FGTabletopGame_GetTotalPlayingPlayersAmount) == 0x000004, "Wrong alignment on FGTabletopGame_GetTotalPlayingPlayersAmount"); \ static_assert(sizeof(FGTabletopGame_GetTotalPlayingPlayersAmount) == 0x000004, "Wrong size on FGTabletopGame_GetTotalPlayingPlayersAmount"); \ static_assert(offsetof(FGTabletopGame_GetTotalPlayingPlayersAmount, ReturnValue) == 0x000000, "Member 'FGTabletopGame_GetTotalPlayingPlayersAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopGame \ static_assert(alignof(AFGTabletopGame) == 0x000008, "Wrong alignment on AFGTabletopGame"); \ static_assert(sizeof(AFGTabletopGame) == 0x0002B8, "Wrong size on AFGTabletopGame"); \ static_assert(offsetof(AFGTabletopGame, GameName) == 0x000220, "Member 'AFGTabletopGame::GameName' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, MaximumSlots) == 0x000238, "Member 'AFGTabletopGame::MaximumSlots' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, TabletopPlayerClass) == 0x000240, "Member 'AFGTabletopGame::TabletopPlayerClass' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, TabletopWidgetClass) == 0x000248, "Member 'AFGTabletopGame::TabletopWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, GameState) == 0x000270, "Member 'AFGTabletopGame::GameState' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, PreviousGameState) == 0x000271, "Member 'AFGTabletopGame::PreviousGameState' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, GameSlots) == 0x000278, "Member 'AFGTabletopGame::GameSlots' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, HostPlayer) == 0x000288, "Member 'AFGTabletopGame::HostPlayer' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, OnGameSlotsUpdate) == 0x000290, "Member 'AFGTabletopGame::OnGameSlotsUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, OnGameStateUpdate) == 0x0002A0, "Member 'AFGTabletopGame::OnGameStateUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopGame, CurrentTurnSlotIndex) == 0x0002B0, "Member 'AFGTabletopGame::CurrentTurnSlotIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopDominoGame_GetPlayedTiles \ static_assert(alignof(FGTabletopDominoGame_GetPlayedTiles) == 0x000008, "Wrong alignment on FGTabletopDominoGame_GetPlayedTiles"); \ static_assert(sizeof(FGTabletopDominoGame_GetPlayedTiles) == 0x000010, "Wrong size on FGTabletopDominoGame_GetPlayedTiles"); \ static_assert(offsetof(FGTabletopDominoGame_GetPlayedTiles, ReturnValue) == 0x000000, "Member 'FGTabletopDominoGame_GetPlayedTiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopDominoGame_GetTalonTiles \ static_assert(alignof(FGTabletopDominoGame_GetTalonTiles) == 0x000008, "Wrong alignment on FGTabletopDominoGame_GetTalonTiles"); \ static_assert(sizeof(FGTabletopDominoGame_GetTalonTiles) == 0x000010, "Wrong size on FGTabletopDominoGame_GetTalonTiles"); \ static_assert(offsetof(FGTabletopDominoGame_GetTalonTiles, ReturnValue) == 0x000000, "Member 'FGTabletopDominoGame_GetTalonTiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopDominoGame \ static_assert(alignof(AFGTabletopDominoGame) == 0x000008, "Wrong alignment on AFGTabletopDominoGame"); \ static_assert(sizeof(AFGTabletopDominoGame) == 0x0002E0, "Wrong size on AFGTabletopDominoGame"); \ static_assert(offsetof(AFGTabletopDominoGame, TalonTiles) == 0x0002B8, "Member 'AFGTabletopDominoGame::TalonTiles' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopDominoGame, PlayedTiles) == 0x0002C8, "Member 'AFGTabletopDominoGame::PlayedTiles' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopDominoGame, TestTime) == 0x0002D8, "Member 'AFGTabletopDominoGame::TestTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ActorHit \ static_assert(alignof(FGPlayerCharacter_ActorHit) == 0x000008, "Wrong alignment on FGPlayerCharacter_ActorHit"); \ static_assert(sizeof(FGPlayerCharacter_ActorHit) == 0x0000A8, "Wrong size on FGPlayerCharacter_ActorHit"); \ static_assert(offsetof(FGPlayerCharacter_ActorHit, SelfActor) == 0x000000, "Member 'FGPlayerCharacter_ActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ActorHit, OtherActor) == 0x000008, "Member 'FGPlayerCharacter_ActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ActorHit, NormalImpulse) == 0x000010, "Member 'FGPlayerCharacter_ActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ActorHit, Hit) == 0x00001C, "Member 'FGPlayerCharacter_ActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_AddFavoriteItem \ static_assert(alignof(FGPlayerCharacter_AddFavoriteItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_AddFavoriteItem"); \ static_assert(sizeof(FGPlayerCharacter_AddFavoriteItem) == 0x000008, "Wrong size on FGPlayerCharacter_AddFavoriteItem"); \ static_assert(offsetof(FGPlayerCharacter_AddFavoriteItem, ItemClass) == 0x000000, "Member 'FGPlayerCharacter_AddFavoriteItem::ItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_AddFavoriteRecipe \ static_assert(alignof(FGPlayerCharacter_AddFavoriteRecipe) == 0x000004, "Wrong alignment on FGPlayerCharacter_AddFavoriteRecipe"); \ static_assert(sizeof(FGPlayerCharacter_AddFavoriteRecipe) == 0x000004, "Wrong size on FGPlayerCharacter_AddFavoriteRecipe"); \ static_assert(offsetof(FGPlayerCharacter_AddFavoriteRecipe, RecipeID) == 0x000000, "Member 'FGPlayerCharacter_AddFavoriteRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_AddFlowerForce \ static_assert(alignof(FGPlayerCharacter_AddFlowerForce) == 0x000004, "Wrong alignment on FGPlayerCharacter_AddFlowerForce"); \ static_assert(sizeof(FGPlayerCharacter_AddFlowerForce) == 0x00000C, "Wrong size on FGPlayerCharacter_AddFlowerForce"); \ static_assert(offsetof(FGPlayerCharacter_AddFlowerForce, Force) == 0x000000, "Member 'FGPlayerCharacter_AddFlowerForce::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_AddPlaceholderFromOther \ static_assert(alignof(FGPlayerCharacter_AddPlaceholderFromOther) == 0x000008, "Wrong alignment on FGPlayerCharacter_AddPlaceholderFromOther"); \ static_assert(sizeof(FGPlayerCharacter_AddPlaceholderFromOther) == 0x000008, "Wrong size on FGPlayerCharacter_AddPlaceholderFromOther"); \ static_assert(offsetof(FGPlayerCharacter_AddPlaceholderFromOther, InPlaceholder) == 0x000000, "Member 'FGPlayerCharacter_AddPlaceholderFromOther::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_AddPulledItem \ static_assert(alignof(FGPlayerCharacter_AddPulledItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_AddPulledItem"); \ static_assert(sizeof(FGPlayerCharacter_AddPulledItem) == 0x000008, "Wrong size on FGPlayerCharacter_AddPulledItem"); \ static_assert(offsetof(FGPlayerCharacter_AddPulledItem, Item) == 0x000000, "Member 'FGPlayerCharacter_AddPulledItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CalculateWorldRateWeight \ static_assert(alignof(FGPlayerCharacter_CalculateWorldRateWeight) == 0x000004, "Wrong alignment on FGPlayerCharacter_CalculateWorldRateWeight"); \ static_assert(sizeof(FGPlayerCharacter_CalculateWorldRateWeight) == 0x000008, "Wrong size on FGPlayerCharacter_CalculateWorldRateWeight"); \ static_assert(offsetof(FGPlayerCharacter_CalculateWorldRateWeight, Additive) == 0x000000, "Member 'FGPlayerCharacter_CalculateWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_CalculateWorldRateWeight, Scale) == 0x000004, "Member 'FGPlayerCharacter_CalculateWorldRateWeight::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanAddFromPlaceholder \ static_assert(alignof(FGPlayerCharacter_CanAddFromPlaceholder) == 0x000008, "Wrong alignment on FGPlayerCharacter_CanAddFromPlaceholder"); \ static_assert(sizeof(FGPlayerCharacter_CanAddFromPlaceholder) == 0x000010, "Wrong size on FGPlayerCharacter_CanAddFromPlaceholder"); \ static_assert(offsetof(FGPlayerCharacter_CanAddFromPlaceholder, InPlaceholder) == 0x000000, "Member 'FGPlayerCharacter_CanAddFromPlaceholder::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_CanAddFromPlaceholder, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_CanAddFromPlaceholder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanCheat \ static_assert(alignof(FGPlayerCharacter_CanCheat) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanCheat"); \ static_assert(sizeof(FGPlayerCharacter_CanCheat) == 0x000001, "Wrong size on FGPlayerCharacter_CanCheat"); \ static_assert(offsetof(FGPlayerCharacter_CanCheat, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanCheat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanLootItem \ static_assert(alignof(FGPlayerCharacter_CanLootItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_CanLootItem"); \ static_assert(sizeof(FGPlayerCharacter_CanLootItem) == 0x000010, "Wrong size on FGPlayerCharacter_CanLootItem"); \ static_assert(offsetof(FGPlayerCharacter_CanLootItem, Item) == 0x000000, "Member 'FGPlayerCharacter_CanLootItem::Item' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_CanLootItem, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_CanLootItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanReturnFromEnemyTrain \ static_assert(alignof(FGPlayerCharacter_CanReturnFromEnemyTrain) == 0x000004, "Wrong alignment on FGPlayerCharacter_CanReturnFromEnemyTrain"); \ static_assert(sizeof(FGPlayerCharacter_CanReturnFromEnemyTrain) == 0x000008, "Wrong size on FGPlayerCharacter_CanReturnFromEnemyTrain"); \ static_assert(offsetof(FGPlayerCharacter_CanReturnFromEnemyTrain, Offset) == 0x000000, "Member 'FGPlayerCharacter_CanReturnFromEnemyTrain::Offset' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_CanReturnFromEnemyTrain, ReturnValue) == 0x000004, "Member 'FGPlayerCharacter_CanReturnFromEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanReturnToTrain \ static_assert(alignof(FGPlayerCharacter_CanReturnToTrain) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanReturnToTrain"); \ static_assert(sizeof(FGPlayerCharacter_CanReturnToTrain) == 0x000001, "Wrong size on FGPlayerCharacter_CanReturnToTrain"); \ static_assert(offsetof(FGPlayerCharacter_CanReturnToTrain, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanReturnToTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanUseRope \ static_assert(alignof(FGPlayerCharacter_CanUseRope) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanUseRope"); \ static_assert(sizeof(FGPlayerCharacter_CanUseRope) == 0x000001, "Wrong size on FGPlayerCharacter_CanUseRope"); \ static_assert(offsetof(FGPlayerCharacter_CanUseRope, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanUseRope::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Client_OnServerWinchPulledLocation \ static_assert(alignof(FGPlayerCharacter_Client_OnServerWinchPulledLocation) == 0x000004, "Wrong alignment on FGPlayerCharacter_Client_OnServerWinchPulledLocation"); \ static_assert(sizeof(FGPlayerCharacter_Client_OnServerWinchPulledLocation) == 0x00000C, "Wrong size on FGPlayerCharacter_Client_OnServerWinchPulledLocation"); \ static_assert(offsetof(FGPlayerCharacter_Client_OnServerWinchPulledLocation, Location) == 0x000000, "Member 'FGPlayerCharacter_Client_OnServerWinchPulledLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ClientStartTeleportationFX \ static_assert(alignof(FGPlayerCharacter_ClientStartTeleportationFX) == 0x000004, "Wrong alignment on FGPlayerCharacter_ClientStartTeleportationFX"); \ static_assert(sizeof(FGPlayerCharacter_ClientStartTeleportationFX) == 0x00000C, "Wrong size on FGPlayerCharacter_ClientStartTeleportationFX"); \ static_assert(offsetof(FGPlayerCharacter_ClientStartTeleportationFX, bCallPlayerRofleemo) == 0x000000, "Member 'FGPlayerCharacter_ClientStartTeleportationFX::bCallPlayerRofleemo' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ClientStartTeleportationFX, TeleportationDelay) == 0x000004, "Member 'FGPlayerCharacter_ClientStartTeleportationFX::TeleportationDelay' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ClientStartTeleportationFX, TeleportationType) == 0x000008, "Member 'FGPlayerCharacter_ClientStartTeleportationFX::TeleportationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_DropForeignItemsAtLocation \ static_assert(alignof(FGPlayerCharacter_DropForeignItemsAtLocation) == 0x000004, "Wrong alignment on FGPlayerCharacter_DropForeignItemsAtLocation"); \ static_assert(sizeof(FGPlayerCharacter_DropForeignItemsAtLocation) == 0x00000C, "Wrong size on FGPlayerCharacter_DropForeignItemsAtLocation"); \ static_assert(offsetof(FGPlayerCharacter_DropForeignItemsAtLocation, DropLocation) == 0x000000, "Member 'FGPlayerCharacter_DropForeignItemsAtLocation::DropLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_DropHeavyItem \ static_assert(alignof(FGPlayerCharacter_DropHeavyItem) == 0x000001, "Wrong alignment on FGPlayerCharacter_DropHeavyItem"); \ static_assert(sizeof(FGPlayerCharacter_DropHeavyItem) == 0x000001, "Wrong size on FGPlayerCharacter_DropHeavyItem"); \ static_assert(offsetof(FGPlayerCharacter_DropHeavyItem, SlotType) == 0x000000, "Member 'FGPlayerCharacter_DropHeavyItem::SlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ForceTraceGravity \ static_assert(alignof(FGPlayerCharacter_ForceTraceGravity) == 0x000004, "Wrong alignment on FGPlayerCharacter_ForceTraceGravity"); \ static_assert(sizeof(FGPlayerCharacter_ForceTraceGravity) == 0x000004, "Wrong size on FGPlayerCharacter_ForceTraceGravity"); \ static_assert(offsetof(FGPlayerCharacter_ForceTraceGravity, Duration) == 0x000000, "Member 'FGPlayerCharacter_ForceTraceGravity::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetCurrentWagon \ static_assert(alignof(FGPlayerCharacter_GetCurrentWagon) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetCurrentWagon"); \ static_assert(sizeof(FGPlayerCharacter_GetCurrentWagon) == 0x000008, "Wrong size on FGPlayerCharacter_GetCurrentWagon"); \ static_assert(offsetof(FGPlayerCharacter_GetCurrentWagon, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetCurrentWagon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetFavoriteItems \ static_assert(alignof(FGPlayerCharacter_GetFavoriteItems) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetFavoriteItems"); \ static_assert(sizeof(FGPlayerCharacter_GetFavoriteItems) == 0x000010, "Wrong size on FGPlayerCharacter_GetFavoriteItems"); \ static_assert(offsetof(FGPlayerCharacter_GetFavoriteItems, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetFavoriteItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetFavoriteRecipes \ static_assert(alignof(FGPlayerCharacter_GetFavoriteRecipes) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetFavoriteRecipes"); \ static_assert(sizeof(FGPlayerCharacter_GetFavoriteRecipes) == 0x000010, "Wrong size on FGPlayerCharacter_GetFavoriteRecipes"); \ static_assert(offsetof(FGPlayerCharacter_GetFavoriteRecipes, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetFavoriteRecipes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetGrabSpline \ static_assert(alignof(FGPlayerCharacter_GetGrabSpline) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetGrabSpline"); \ static_assert(sizeof(FGPlayerCharacter_GetGrabSpline) == 0x000008, "Wrong size on FGPlayerCharacter_GetGrabSpline"); \ static_assert(offsetof(FGPlayerCharacter_GetGrabSpline, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetGrabSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetIgnoredItems \ static_assert(alignof(FGPlayerCharacter_GetIgnoredItems) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetIgnoredItems"); \ static_assert(sizeof(FGPlayerCharacter_GetIgnoredItems) == 0x000010, "Wrong size on FGPlayerCharacter_GetIgnoredItems"); \ static_assert(offsetof(FGPlayerCharacter_GetIgnoredItems, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetIgnoredItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetIslandIdlePoint \ static_assert(alignof(FGPlayerCharacter_GetIslandIdlePoint) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetIslandIdlePoint"); \ static_assert(sizeof(FGPlayerCharacter_GetIslandIdlePoint) == 0x000008, "Wrong size on FGPlayerCharacter_GetIslandIdlePoint"); \ static_assert(offsetof(FGPlayerCharacter_GetIslandIdlePoint, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetIslandIdlePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetItemCountOfClass \ static_assert(alignof(FGPlayerCharacter_GetItemCountOfClass) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetItemCountOfClass"); \ static_assert(sizeof(FGPlayerCharacter_GetItemCountOfClass) == 0x000010, "Wrong size on FGPlayerCharacter_GetItemCountOfClass"); \ static_assert(offsetof(FGPlayerCharacter_GetItemCountOfClass, ItemType) == 0x000000, "Member 'FGPlayerCharacter_GetItemCountOfClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_GetItemCountOfClass, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_GetItemCountOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetItemCountOfParentClass \ static_assert(alignof(FGPlayerCharacter_GetItemCountOfParentClass) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetItemCountOfParentClass"); \ static_assert(sizeof(FGPlayerCharacter_GetItemCountOfParentClass) == 0x000010, "Wrong size on FGPlayerCharacter_GetItemCountOfParentClass"); \ static_assert(offsetof(FGPlayerCharacter_GetItemCountOfParentClass, ItemType) == 0x000000, "Member 'FGPlayerCharacter_GetItemCountOfParentClass::ItemType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_GetItemCountOfParentClass, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_GetItemCountOfParentClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetMeleeDamage \ static_assert(alignof(FGPlayerCharacter_GetMeleeDamage) == 0x000004, "Wrong alignment on FGPlayerCharacter_GetMeleeDamage"); \ static_assert(sizeof(FGPlayerCharacter_GetMeleeDamage) == 0x000004, "Wrong size on FGPlayerCharacter_GetMeleeDamage"); \ static_assert(offsetof(FGPlayerCharacter_GetMeleeDamage, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetMeleeDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetPlayerTrain \ static_assert(alignof(FGPlayerCharacter_GetPlayerTrain) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetPlayerTrain"); \ static_assert(sizeof(FGPlayerCharacter_GetPlayerTrain) == 0x000008, "Wrong size on FGPlayerCharacter_GetPlayerTrain"); \ static_assert(offsetof(FGPlayerCharacter_GetPlayerTrain, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetPlayerTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation \ static_assert(alignof(FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation) == 0x000010, "Wrong alignment on FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation"); \ static_assert(sizeof(FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation) == 0x000040, "Wrong size on FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation"); \ static_assert(offsetof(FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation, RailsTransform) == 0x000000, "Member 'FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation::RailsTransform' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation, RailsDistance) == 0x000030, "Member 'FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation::RailsDistance' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation, ReturnValue) == 0x000034, "Member 'FGPlayerCharacter_GetRailsTransformClosestToPlayerLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetTrainBuilder \ static_assert(alignof(FGPlayerCharacter_GetTrainBuilder) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetTrainBuilder"); \ static_assert(sizeof(FGPlayerCharacter_GetTrainBuilder) == 0x000008, "Wrong size on FGPlayerCharacter_GetTrainBuilder"); \ static_assert(offsetof(FGPlayerCharacter_GetTrainBuilder, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetTrainBuilder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius \ static_assert(alignof(FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius) == 0x000004, "Wrong alignment on FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius"); \ static_assert(sizeof(FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius) == 0x000004, "Wrong size on FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius"); \ static_assert(offsetof(FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetTrainReturnPlayerWinchTraceRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsAlreadyPullingItem \ static_assert(alignof(FGPlayerCharacter_IsAlreadyPullingItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_IsAlreadyPullingItem"); \ static_assert(sizeof(FGPlayerCharacter_IsAlreadyPullingItem) == 0x000010, "Wrong size on FGPlayerCharacter_IsAlreadyPullingItem"); \ static_assert(offsetof(FGPlayerCharacter_IsAlreadyPullingItem, Item) == 0x000000, "Member 'FGPlayerCharacter_IsAlreadyPullingItem::Item' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_IsAlreadyPullingItem, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_IsAlreadyPullingItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsInTrain \ static_assert(alignof(FGPlayerCharacter_IsInTrain) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsInTrain"); \ static_assert(sizeof(FGPlayerCharacter_IsInTrain) == 0x000001, "Wrong size on FGPlayerCharacter_IsInTrain"); \ static_assert(offsetof(FGPlayerCharacter_IsInTrain, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsInTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsOnEnemyTrain \ static_assert(alignof(FGPlayerCharacter_IsOnEnemyTrain) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsOnEnemyTrain"); \ static_assert(sizeof(FGPlayerCharacter_IsOnEnemyTrain) == 0x000001, "Wrong size on FGPlayerCharacter_IsOnEnemyTrain"); \ static_assert(offsetof(FGPlayerCharacter_IsOnEnemyTrain, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsOnEnemyTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsStandingOnLocomotive \ static_assert(alignof(FGPlayerCharacter_IsStandingOnLocomotive) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsStandingOnLocomotive"); \ static_assert(sizeof(FGPlayerCharacter_IsStandingOnLocomotive) == 0x000001, "Wrong size on FGPlayerCharacter_IsStandingOnLocomotive"); \ static_assert(offsetof(FGPlayerCharacter_IsStandingOnLocomotive, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsStandingOnLocomotive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsWinchLearned \ static_assert(alignof(FGPlayerCharacter_IsWinchLearned) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsWinchLearned"); \ static_assert(sizeof(FGPlayerCharacter_IsWinchLearned) == 0x000001, "Wrong size on FGPlayerCharacter_IsWinchLearned"); \ static_assert(offsetof(FGPlayerCharacter_IsWinchLearned, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsWinchLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_LootItem \ static_assert(alignof(FGPlayerCharacter_LootItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_LootItem"); \ static_assert(sizeof(FGPlayerCharacter_LootItem) == 0x000010, "Wrong size on FGPlayerCharacter_LootItem"); \ static_assert(offsetof(FGPlayerCharacter_LootItem, Item) == 0x000000, "Member 'FGPlayerCharacter_LootItem::Item' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_LootItem, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_LootItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_LootItemParams \ static_assert(alignof(FGPlayerCharacter_LootItemParams) == 0x000008, "Wrong alignment on FGPlayerCharacter_LootItemParams"); \ static_assert(sizeof(FGPlayerCharacter_LootItemParams) == 0x000010, "Wrong size on FGPlayerCharacter_LootItemParams"); \ static_assert(offsetof(FGPlayerCharacter_LootItemParams, Item) == 0x000000, "Member 'FGPlayerCharacter_LootItemParams::Item' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_LootItemParams, bLootedPartially) == 0x000008, "Member 'FGPlayerCharacter_LootItemParams::bLootedPartially' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_LootItemParams, ReturnValue) == 0x000009, "Member 'FGPlayerCharacter_LootItemParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_MulticastPlayVoidItemHit \ static_assert(alignof(FGPlayerCharacter_MulticastPlayVoidItemHit) == 0x000004, "Wrong alignment on FGPlayerCharacter_MulticastPlayVoidItemHit"); \ static_assert(sizeof(FGPlayerCharacter_MulticastPlayVoidItemHit) == 0x000018, "Wrong size on FGPlayerCharacter_MulticastPlayVoidItemHit"); \ static_assert(offsetof(FGPlayerCharacter_MulticastPlayVoidItemHit, HitImpulse) == 0x000000, "Member 'FGPlayerCharacter_MulticastPlayVoidItemHit::HitImpulse' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_MulticastPlayVoidItemHit, HitDirection) == 0x000004, "Member 'FGPlayerCharacter_MulticastPlayVoidItemHit::HitDirection' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_MulticastPlayVoidItemHit, BoneName) == 0x000010, "Member 'FGPlayerCharacter_MulticastPlayVoidItemHit::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnDepotItemPurchased \ static_assert(alignof(FGPlayerCharacter_OnDepotItemPurchased) == 0x000001, "Wrong alignment on FGPlayerCharacter_OnDepotItemPurchased"); \ static_assert(sizeof(FGPlayerCharacter_OnDepotItemPurchased) == 0x000001, "Wrong size on FGPlayerCharacter_OnDepotItemPurchased"); \ static_assert(offsetof(FGPlayerCharacter_OnDepotItemPurchased, bIsDiscounted) == 0x000000, "Member 'FGPlayerCharacter_OnDepotItemPurchased::bIsDiscounted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnDroppedItemDestroyed \ static_assert(alignof(FGPlayerCharacter_OnDroppedItemDestroyed) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnDroppedItemDestroyed"); \ static_assert(sizeof(FGPlayerCharacter_OnDroppedItemDestroyed) == 0x000008, "Wrong size on FGPlayerCharacter_OnDroppedItemDestroyed"); \ static_assert(offsetof(FGPlayerCharacter_OnDroppedItemDestroyed, DestroyedActor) == 0x000000, "Member 'FGPlayerCharacter_OnDroppedItemDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnEnterGravity \ static_assert(alignof(FGPlayerCharacter_OnEnterGravity) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnEnterGravity"); \ static_assert(sizeof(FGPlayerCharacter_OnEnterGravity) == 0x000008, "Wrong size on FGPlayerCharacter_OnEnterGravity"); \ static_assert(offsetof(FGPlayerCharacter_OnEnterGravity, GravityZone) == 0x000000, "Member 'FGPlayerCharacter_OnEnterGravity::GravityZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnFogUpdated \ static_assert(alignof(FGPlayerCharacter_OnFogUpdated) == 0x000001, "Wrong alignment on FGPlayerCharacter_OnFogUpdated"); \ static_assert(sizeof(FGPlayerCharacter_OnFogUpdated) == 0x000001, "Wrong size on FGPlayerCharacter_OnFogUpdated"); \ static_assert(offsetof(FGPlayerCharacter_OnFogUpdated, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_OnFogUpdated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnInventoryAddPlaceholder \ static_assert(alignof(FGPlayerCharacter_OnInventoryAddPlaceholder) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnInventoryAddPlaceholder"); \ static_assert(sizeof(FGPlayerCharacter_OnInventoryAddPlaceholder) == 0x000010, "Wrong size on FGPlayerCharacter_OnInventoryAddPlaceholder"); \ static_assert(offsetof(FGPlayerCharacter_OnInventoryAddPlaceholder, InPlaceholder) == 0x000000, "Member 'FGPlayerCharacter_OnInventoryAddPlaceholder::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_OnInventoryAddPlaceholder, Count) == 0x000008, "Member 'FGPlayerCharacter_OnInventoryAddPlaceholder::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnLeaveGravity \ static_assert(alignof(FGPlayerCharacter_OnLeaveGravity) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnLeaveGravity"); \ static_assert(sizeof(FGPlayerCharacter_OnLeaveGravity) == 0x000008, "Wrong size on FGPlayerCharacter_OnLeaveGravity"); \ static_assert(offsetof(FGPlayerCharacter_OnLeaveGravity, GravityZone) == 0x000000, "Member 'FGPlayerCharacter_OnLeaveGravity::GravityZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnMovementModeChange \ static_assert(alignof(FGPlayerCharacter_OnMovementModeChange) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnMovementModeChange"); \ static_assert(sizeof(FGPlayerCharacter_OnMovementModeChange) == 0x000010, "Wrong size on FGPlayerCharacter_OnMovementModeChange"); \ static_assert(offsetof(FGPlayerCharacter_OnMovementModeChange, Character) == 0x000000, "Member 'FGPlayerCharacter_OnMovementModeChange::Character' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'FGPlayerCharacter_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'FGPlayerCharacter_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnPlayerUseItem \ static_assert(alignof(FGPlayerCharacter_OnPlayerUseItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnPlayerUseItem"); \ static_assert(sizeof(FGPlayerCharacter_OnPlayerUseItem) == 0x000008, "Wrong size on FGPlayerCharacter_OnPlayerUseItem"); \ static_assert(offsetof(FGPlayerCharacter_OnPlayerUseItem, Item) == 0x000000, "Member 'FGPlayerCharacter_OnPlayerUseItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnRep_ActiveTabletopGame \ static_assert(alignof(FGPlayerCharacter_OnRep_ActiveTabletopGame) == 0x000008, "Wrong alignment on FGPlayerCharacter_OnRep_ActiveTabletopGame"); \ static_assert(sizeof(FGPlayerCharacter_OnRep_ActiveTabletopGame) == 0x000008, "Wrong size on FGPlayerCharacter_OnRep_ActiveTabletopGame"); \ static_assert(offsetof(FGPlayerCharacter_OnRep_ActiveTabletopGame, OldActiveTabletopGame) == 0x000000, "Member 'FGPlayerCharacter_OnRep_ActiveTabletopGame::OldActiveTabletopGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnSetRagdollPhysics \ static_assert(alignof(FGPlayerCharacter_OnSetRagdollPhysics) == 0x000001, "Wrong alignment on FGPlayerCharacter_OnSetRagdollPhysics"); \ static_assert(sizeof(FGPlayerCharacter_OnSetRagdollPhysics) == 0x000001, "Wrong size on FGPlayerCharacter_OnSetRagdollPhysics"); \ static_assert(offsetof(FGPlayerCharacter_OnSetRagdollPhysics, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_OnSetRagdollPhysics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnShowTeleportationTimer \ static_assert(alignof(FGPlayerCharacter_OnShowTeleportationTimer) == 0x000001, "Wrong alignment on FGPlayerCharacter_OnShowTeleportationTimer"); \ static_assert(sizeof(FGPlayerCharacter_OnShowTeleportationTimer) == 0x000002, "Wrong size on FGPlayerCharacter_OnShowTeleportationTimer"); \ static_assert(offsetof(FGPlayerCharacter_OnShowTeleportationTimer, TeleportationType) == 0x000000, "Member 'FGPlayerCharacter_OnShowTeleportationTimer::TeleportationType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_OnShowTeleportationTimer, ReturnValue) == 0x000001, "Member 'FGPlayerCharacter_OnShowTeleportationTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnStartTeleportationFX \ static_assert(alignof(FGPlayerCharacter_OnStartTeleportationFX) == 0x000004, "Wrong alignment on FGPlayerCharacter_OnStartTeleportationFX"); \ static_assert(sizeof(FGPlayerCharacter_OnStartTeleportationFX) == 0x000008, "Wrong size on FGPlayerCharacter_OnStartTeleportationFX"); \ static_assert(offsetof(FGPlayerCharacter_OnStartTeleportationFX, bCallPlayerRofleemo) == 0x000000, "Member 'FGPlayerCharacter_OnStartTeleportationFX::bCallPlayerRofleemo' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_OnStartTeleportationFX, TeleportationDelay) == 0x000004, "Member 'FGPlayerCharacter_OnStartTeleportationFX::TeleportationDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_OnVoidTechLearned \ static_assert(alignof(FGPlayerCharacter_OnVoidTechLearned) == 0x000004, "Wrong alignment on FGPlayerCharacter_OnVoidTechLearned"); \ static_assert(sizeof(FGPlayerCharacter_OnVoidTechLearned) == 0x000008, "Wrong size on FGPlayerCharacter_OnVoidTechLearned"); \ static_assert(offsetof(FGPlayerCharacter_OnVoidTechLearned, VoidTechTypeInfo) == 0x000000, "Member 'FGPlayerCharacter_OnVoidTechLearned::VoidTechTypeInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_PlayVoidItemHit \ static_assert(alignof(FGPlayerCharacter_PlayVoidItemHit) == 0x000004, "Wrong alignment on FGPlayerCharacter_PlayVoidItemHit"); \ static_assert(sizeof(FGPlayerCharacter_PlayVoidItemHit) == 0x000018, "Wrong size on FGPlayerCharacter_PlayVoidItemHit"); \ static_assert(offsetof(FGPlayerCharacter_PlayVoidItemHit, HitImpulse) == 0x000000, "Member 'FGPlayerCharacter_PlayVoidItemHit::HitImpulse' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_PlayVoidItemHit, HitDirection) == 0x000004, "Member 'FGPlayerCharacter_PlayVoidItemHit::HitDirection' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_PlayVoidItemHit, BoneName) == 0x000010, "Member 'FGPlayerCharacter_PlayVoidItemHit::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_PullGroup \ static_assert(alignof(FGPlayerCharacter_PullGroup) == 0x000008, "Wrong alignment on FGPlayerCharacter_PullGroup"); \ static_assert(sizeof(FGPlayerCharacter_PullGroup) == 0x000010, "Wrong size on FGPlayerCharacter_PullGroup"); \ static_assert(offsetof(FGPlayerCharacter_PullGroup, Items) == 0x000000, "Member 'FGPlayerCharacter_PullGroup::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_RemoveFavoriteItem \ static_assert(alignof(FGPlayerCharacter_RemoveFavoriteItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_RemoveFavoriteItem"); \ static_assert(sizeof(FGPlayerCharacter_RemoveFavoriteItem) == 0x000008, "Wrong size on FGPlayerCharacter_RemoveFavoriteItem"); \ static_assert(offsetof(FGPlayerCharacter_RemoveFavoriteItem, ItemClass) == 0x000000, "Member 'FGPlayerCharacter_RemoveFavoriteItem::ItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_RemoveFavoriteRecipe \ static_assert(alignof(FGPlayerCharacter_RemoveFavoriteRecipe) == 0x000004, "Wrong alignment on FGPlayerCharacter_RemoveFavoriteRecipe"); \ static_assert(sizeof(FGPlayerCharacter_RemoveFavoriteRecipe) == 0x000004, "Wrong size on FGPlayerCharacter_RemoveFavoriteRecipe"); \ static_assert(offsetof(FGPlayerCharacter_RemoveFavoriteRecipe, RecipeID) == 0x000000, "Member 'FGPlayerCharacter_RemoveFavoriteRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_RemovePulledItem \ static_assert(alignof(FGPlayerCharacter_RemovePulledItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_RemovePulledItem"); \ static_assert(sizeof(FGPlayerCharacter_RemovePulledItem) == 0x000008, "Wrong size on FGPlayerCharacter_RemovePulledItem"); \ static_assert(offsetof(FGPlayerCharacter_RemovePulledItem, Item) == 0x000000, "Member 'FGPlayerCharacter_RemovePulledItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_RofleemoSetName \ static_assert(alignof(FGPlayerCharacter_RofleemoSetName) == 0x000008, "Wrong alignment on FGPlayerCharacter_RofleemoSetName"); \ static_assert(sizeof(FGPlayerCharacter_RofleemoSetName) == 0x000018, "Wrong size on FGPlayerCharacter_RofleemoSetName"); \ static_assert(offsetof(FGPlayerCharacter_RofleemoSetName, NewName) == 0x000000, "Member 'FGPlayerCharacter_RofleemoSetName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_RollUniqueReload \ static_assert(alignof(FGPlayerCharacter_RollUniqueReload) == 0x000001, "Wrong alignment on FGPlayerCharacter_RollUniqueReload"); \ static_assert(sizeof(FGPlayerCharacter_RollUniqueReload) == 0x000001, "Wrong size on FGPlayerCharacter_RollUniqueReload"); \ static_assert(offsetof(FGPlayerCharacter_RollUniqueReload, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_RollUniqueReload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SelectHeavySlot \ static_assert(alignof(FGPlayerCharacter_SelectHeavySlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_SelectHeavySlot"); \ static_assert(sizeof(FGPlayerCharacter_SelectHeavySlot) == 0x000002, "Wrong size on FGPlayerCharacter_SelectHeavySlot"); \ static_assert(offsetof(FGPlayerCharacter_SelectHeavySlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_SelectHeavySlot::SlotType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SelectHeavySlot, bSilent) == 0x000001, "Member 'FGPlayerCharacter_SelectHeavySlot::bSilent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SelectToolSlot \ static_assert(alignof(FGPlayerCharacter_SelectToolSlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_SelectToolSlot"); \ static_assert(sizeof(FGPlayerCharacter_SelectToolSlot) == 0x000002, "Wrong size on FGPlayerCharacter_SelectToolSlot"); \ static_assert(offsetof(FGPlayerCharacter_SelectToolSlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_SelectToolSlot::SlotType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SelectToolSlot, ReturnValue) == 0x000001, "Member 'FGPlayerCharacter_SelectToolSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SelectWeaponSlot \ static_assert(alignof(FGPlayerCharacter_SelectWeaponSlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_SelectWeaponSlot"); \ static_assert(sizeof(FGPlayerCharacter_SelectWeaponSlot) == 0x000001, "Wrong size on FGPlayerCharacter_SelectWeaponSlot"); \ static_assert(offsetof(FGPlayerCharacter_SelectWeaponSlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_SelectWeaponSlot::SlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Server_AddFavoriteRecipe \ static_assert(alignof(FGPlayerCharacter_Server_AddFavoriteRecipe) == 0x000004, "Wrong alignment on FGPlayerCharacter_Server_AddFavoriteRecipe"); \ static_assert(sizeof(FGPlayerCharacter_Server_AddFavoriteRecipe) == 0x000004, "Wrong size on FGPlayerCharacter_Server_AddFavoriteRecipe"); \ static_assert(offsetof(FGPlayerCharacter_Server_AddFavoriteRecipe, RecipeID) == 0x000000, "Member 'FGPlayerCharacter_Server_AddFavoriteRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator \ static_assert(alignof(FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator) == 0x000008, "Wrong alignment on FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator"); \ static_assert(sizeof(FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator) == 0x000018, "Wrong size on FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator"); \ static_assert(offsetof(FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator, PlayerCharacter) == 0x000000, "Member 'FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator, PowerItems) == 0x000008, "Member 'FGPlayerCharacter_Server_AddPowerItemsToElectricityGenerator::PowerItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Server_OnClientWinchPulledLocation \ static_assert(alignof(FGPlayerCharacter_Server_OnClientWinchPulledLocation) == 0x000004, "Wrong alignment on FGPlayerCharacter_Server_OnClientWinchPulledLocation"); \ static_assert(sizeof(FGPlayerCharacter_Server_OnClientWinchPulledLocation) == 0x00000C, "Wrong size on FGPlayerCharacter_Server_OnClientWinchPulledLocation"); \ static_assert(offsetof(FGPlayerCharacter_Server_OnClientWinchPulledLocation, Location) == 0x000000, "Member 'FGPlayerCharacter_Server_OnClientWinchPulledLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Server_RemoveFavoriteRecipe \ static_assert(alignof(FGPlayerCharacter_Server_RemoveFavoriteRecipe) == 0x000004, "Wrong alignment on FGPlayerCharacter_Server_RemoveFavoriteRecipe"); \ static_assert(sizeof(FGPlayerCharacter_Server_RemoveFavoriteRecipe) == 0x000004, "Wrong size on FGPlayerCharacter_Server_RemoveFavoriteRecipe"); \ static_assert(offsetof(FGPlayerCharacter_Server_RemoveFavoriteRecipe, RecipeID) == 0x000000, "Member 'FGPlayerCharacter_Server_RemoveFavoriteRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_Server_SetModuleConnectionToElectricity \ static_assert(alignof(FGPlayerCharacter_Server_SetModuleConnectionToElectricity) == 0x000008, "Wrong alignment on FGPlayerCharacter_Server_SetModuleConnectionToElectricity"); \ static_assert(sizeof(FGPlayerCharacter_Server_SetModuleConnectionToElectricity) == 0x000010, "Wrong size on FGPlayerCharacter_Server_SetModuleConnectionToElectricity"); \ static_assert(offsetof(FGPlayerCharacter_Server_SetModuleConnectionToElectricity, WagonModule) == 0x000000, "Member 'FGPlayerCharacter_Server_SetModuleConnectionToElectricity::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_Server_SetModuleConnectionToElectricity, bNewConnectionStatus) == 0x000008, "Member 'FGPlayerCharacter_Server_SetModuleConnectionToElectricity::bNewConnectionStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerAbortInteraction \ static_assert(alignof(FGPlayerCharacter_ServerAbortInteraction) == 0x000008, "Wrong alignment on FGPlayerCharacter_ServerAbortInteraction"); \ static_assert(sizeof(FGPlayerCharacter_ServerAbortInteraction) == 0x000008, "Wrong size on FGPlayerCharacter_ServerAbortInteraction"); \ static_assert(offsetof(FGPlayerCharacter_ServerAbortInteraction, inInteractionComponent) == 0x000000, "Member 'FGPlayerCharacter_ServerAbortInteraction::inInteractionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerActivateEngineState \ static_assert(alignof(FGPlayerCharacter_ServerActivateEngineState) == 0x000001, "Wrong alignment on FGPlayerCharacter_ServerActivateEngineState"); \ static_assert(sizeof(FGPlayerCharacter_ServerActivateEngineState) == 0x000001, "Wrong size on FGPlayerCharacter_ServerActivateEngineState"); \ static_assert(offsetof(FGPlayerCharacter_ServerActivateEngineState, State) == 0x000000, "Member 'FGPlayerCharacter_ServerActivateEngineState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerAddFavoriteItem \ static_assert(alignof(FGPlayerCharacter_ServerAddFavoriteItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_ServerAddFavoriteItem"); \ static_assert(sizeof(FGPlayerCharacter_ServerAddFavoriteItem) == 0x000008, "Wrong size on FGPlayerCharacter_ServerAddFavoriteItem"); \ static_assert(offsetof(FGPlayerCharacter_ServerAddFavoriteItem, ItemClass) == 0x000000, "Member 'FGPlayerCharacter_ServerAddFavoriteItem::ItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerAddFlowerForce \ static_assert(alignof(FGPlayerCharacter_ServerAddFlowerForce) == 0x000004, "Wrong alignment on FGPlayerCharacter_ServerAddFlowerForce"); \ static_assert(sizeof(FGPlayerCharacter_ServerAddFlowerForce) == 0x00000C, "Wrong size on FGPlayerCharacter_ServerAddFlowerForce"); \ static_assert(offsetof(FGPlayerCharacter_ServerAddFlowerForce, Force) == 0x000000, "Member 'FGPlayerCharacter_ServerAddFlowerForce::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerDropHeavyItem \ static_assert(alignof(FGPlayerCharacter_ServerDropHeavyItem) == 0x000001, "Wrong alignment on FGPlayerCharacter_ServerDropHeavyItem"); \ static_assert(sizeof(FGPlayerCharacter_ServerDropHeavyItem) == 0x000001, "Wrong size on FGPlayerCharacter_ServerDropHeavyItem"); \ static_assert(offsetof(FGPlayerCharacter_ServerDropHeavyItem, SlotType) == 0x000000, "Member 'FGPlayerCharacter_ServerDropHeavyItem::SlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerEndInteraction \ static_assert(alignof(FGPlayerCharacter_ServerEndInteraction) == 0x000008, "Wrong alignment on FGPlayerCharacter_ServerEndInteraction"); \ static_assert(sizeof(FGPlayerCharacter_ServerEndInteraction) == 0x000008, "Wrong size on FGPlayerCharacter_ServerEndInteraction"); \ static_assert(offsetof(FGPlayerCharacter_ServerEndInteraction, inInteractionComponent) == 0x000000, "Member 'FGPlayerCharacter_ServerEndInteraction::inInteractionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerLootQuestItem \ static_assert(alignof(FGPlayerCharacter_ServerLootQuestItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_ServerLootQuestItem"); \ static_assert(sizeof(FGPlayerCharacter_ServerLootQuestItem) == 0x000008, "Wrong size on FGPlayerCharacter_ServerLootQuestItem"); \ static_assert(offsetof(FGPlayerCharacter_ServerLootQuestItem, Item) == 0x000000, "Member 'FGPlayerCharacter_ServerLootQuestItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerRemoveFavoriteItem \ static_assert(alignof(FGPlayerCharacter_ServerRemoveFavoriteItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_ServerRemoveFavoriteItem"); \ static_assert(sizeof(FGPlayerCharacter_ServerRemoveFavoriteItem) == 0x000008, "Wrong size on FGPlayerCharacter_ServerRemoveFavoriteItem"); \ static_assert(offsetof(FGPlayerCharacter_ServerRemoveFavoriteItem, ItemClass) == 0x000000, "Member 'FGPlayerCharacter_ServerRemoveFavoriteItem::ItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerSelectHeavySlot \ static_assert(alignof(FGPlayerCharacter_ServerSelectHeavySlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_ServerSelectHeavySlot"); \ static_assert(sizeof(FGPlayerCharacter_ServerSelectHeavySlot) == 0x000002, "Wrong size on FGPlayerCharacter_ServerSelectHeavySlot"); \ static_assert(offsetof(FGPlayerCharacter_ServerSelectHeavySlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_ServerSelectHeavySlot::SlotType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_ServerSelectHeavySlot, bSilent) == 0x000001, "Member 'FGPlayerCharacter_ServerSelectHeavySlot::bSilent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerSelectToolSlot \ static_assert(alignof(FGPlayerCharacter_ServerSelectToolSlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_ServerSelectToolSlot"); \ static_assert(sizeof(FGPlayerCharacter_ServerSelectToolSlot) == 0x000001, "Wrong size on FGPlayerCharacter_ServerSelectToolSlot"); \ static_assert(offsetof(FGPlayerCharacter_ServerSelectToolSlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_ServerSelectToolSlot::SlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerSelectWeaponSlot \ static_assert(alignof(FGPlayerCharacter_ServerSelectWeaponSlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_ServerSelectWeaponSlot"); \ static_assert(sizeof(FGPlayerCharacter_ServerSelectWeaponSlot) == 0x000001, "Wrong size on FGPlayerCharacter_ServerSelectWeaponSlot"); \ static_assert(offsetof(FGPlayerCharacter_ServerSelectWeaponSlot, SlotType) == 0x000000, "Member 'FGPlayerCharacter_ServerSelectWeaponSlot::SlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ServerSetBackpackLevel \ static_assert(alignof(FGPlayerCharacter_ServerSetBackpackLevel) == 0x000004, "Wrong alignment on FGPlayerCharacter_ServerSetBackpackLevel"); \ static_assert(sizeof(FGPlayerCharacter_ServerSetBackpackLevel) == 0x000004, "Wrong size on FGPlayerCharacter_ServerSetBackpackLevel"); \ static_assert(offsetof(FGPlayerCharacter_ServerSetBackpackLevel, Level) == 0x000000, "Member 'FGPlayerCharacter_ServerSetBackpackLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetActiveTabletopGame \ static_assert(alignof(FGPlayerCharacter_SetActiveTabletopGame) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetActiveTabletopGame"); \ static_assert(sizeof(FGPlayerCharacter_SetActiveTabletopGame) == 0x000008, "Wrong size on FGPlayerCharacter_SetActiveTabletopGame"); \ static_assert(offsetof(FGPlayerCharacter_SetActiveTabletopGame, Game) == 0x000000, "Member 'FGPlayerCharacter_SetActiveTabletopGame::Game' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetBase \ static_assert(alignof(FGPlayerCharacter_SetBase) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetBase"); \ static_assert(sizeof(FGPlayerCharacter_SetBase) == 0x000018, "Wrong size on FGPlayerCharacter_SetBase"); \ static_assert(offsetof(FGPlayerCharacter_SetBase, NewBase) == 0x000000, "Member 'FGPlayerCharacter_SetBase::NewBase' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetBase, BoneName) == 0x000008, "Member 'FGPlayerCharacter_SetBase::BoneName' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetBase, bNotifyActor) == 0x000010, "Member 'FGPlayerCharacter_SetBase::bNotifyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetCanAffectControlRotation \ static_assert(alignof(FGPlayerCharacter_SetCanAffectControlRotation) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetCanAffectControlRotation"); \ static_assert(sizeof(FGPlayerCharacter_SetCanAffectControlRotation) == 0x000001, "Wrong size on FGPlayerCharacter_SetCanAffectControlRotation"); \ static_assert(offsetof(FGPlayerCharacter_SetCanAffectControlRotation, bCanAffect) == 0x000000, "Member 'FGPlayerCharacter_SetCanAffectControlRotation::bCanAffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetCurrentWagon \ static_assert(alignof(FGPlayerCharacter_SetCurrentWagon) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetCurrentWagon"); \ static_assert(sizeof(FGPlayerCharacter_SetCurrentWagon) == 0x000008, "Wrong size on FGPlayerCharacter_SetCurrentWagon"); \ static_assert(offsetof(FGPlayerCharacter_SetCurrentWagon, NewWagon) == 0x000000, "Member 'FGPlayerCharacter_SetCurrentWagon::NewWagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetCurrentWagonToClosestWagon \ static_assert(alignof(FGPlayerCharacter_SetCurrentWagonToClosestWagon) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetCurrentWagonToClosestWagon"); \ static_assert(sizeof(FGPlayerCharacter_SetCurrentWagonToClosestWagon) == 0x000001, "Wrong size on FGPlayerCharacter_SetCurrentWagonToClosestWagon"); \ static_assert(offsetof(FGPlayerCharacter_SetCurrentWagonToClosestWagon, bEnemyTrain) == 0x000000, "Member 'FGPlayerCharacter_SetCurrentWagonToClosestWagon::bEnemyTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetCustomRopeLength \ static_assert(alignof(FGPlayerCharacter_SetCustomRopeLength) == 0x000004, "Wrong alignment on FGPlayerCharacter_SetCustomRopeLength"); \ static_assert(sizeof(FGPlayerCharacter_SetCustomRopeLength) == 0x000004, "Wrong size on FGPlayerCharacter_SetCustomRopeLength"); \ static_assert(offsetof(FGPlayerCharacter_SetCustomRopeLength, Value) == 0x000000, "Member 'FGPlayerCharacter_SetCustomRopeLength::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetInBuildMode \ static_assert(alignof(FGPlayerCharacter_SetInBuildMode) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetInBuildMode"); \ static_assert(sizeof(FGPlayerCharacter_SetInBuildMode) == 0x000001, "Wrong size on FGPlayerCharacter_SetInBuildMode"); \ static_assert(offsetof(FGPlayerCharacter_SetInBuildMode, bNewValue) == 0x000000, "Member 'FGPlayerCharacter_SetInBuildMode::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetInFrontOfLocomitive \ static_assert(alignof(FGPlayerCharacter_SetInFrontOfLocomitive) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetInFrontOfLocomitive"); \ static_assert(sizeof(FGPlayerCharacter_SetInFrontOfLocomitive) == 0x000001, "Wrong size on FGPlayerCharacter_SetInFrontOfLocomitive"); \ static_assert(offsetof(FGPlayerCharacter_SetInFrontOfLocomitive, bValue) == 0x000000, "Member 'FGPlayerCharacter_SetInFrontOfLocomitive::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetInTabletopGame \ static_assert(alignof(FGPlayerCharacter_SetInTabletopGame) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetInTabletopGame"); \ static_assert(sizeof(FGPlayerCharacter_SetInTabletopGame) == 0x000001, "Wrong size on FGPlayerCharacter_SetInTabletopGame"); \ static_assert(offsetof(FGPlayerCharacter_SetInTabletopGame, bInGame) == 0x000000, "Member 'FGPlayerCharacter_SetInTabletopGame::bInGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetIslandActiveTransport \ static_assert(alignof(FGPlayerCharacter_SetIslandActiveTransport) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetIslandActiveTransport"); \ static_assert(sizeof(FGPlayerCharacter_SetIslandActiveTransport) == 0x000008, "Wrong size on FGPlayerCharacter_SetIslandActiveTransport"); \ static_assert(offsetof(FGPlayerCharacter_SetIslandActiveTransport, newIslandActiveTransport) == 0x000000, "Member 'FGPlayerCharacter_SetIslandActiveTransport::newIslandActiveTransport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetIslandIdlePoint \ static_assert(alignof(FGPlayerCharacter_SetIslandIdlePoint) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetIslandIdlePoint"); \ static_assert(sizeof(FGPlayerCharacter_SetIslandIdlePoint) == 0x000008, "Wrong size on FGPlayerCharacter_SetIslandIdlePoint"); \ static_assert(offsetof(FGPlayerCharacter_SetIslandIdlePoint, newIslandIdlePoint) == 0x000000, "Member 'FGPlayerCharacter_SetIslandIdlePoint::newIslandIdlePoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetLootGroupPosition \ static_assert(alignof(FGPlayerCharacter_SetLootGroupPosition) == 0x000004, "Wrong alignment on FGPlayerCharacter_SetLootGroupPosition"); \ static_assert(sizeof(FGPlayerCharacter_SetLootGroupPosition) == 0x000008, "Wrong size on FGPlayerCharacter_SetLootGroupPosition"); \ static_assert(offsetof(FGPlayerCharacter_SetLootGroupPosition, Anim) == 0x000000, "Member 'FGPlayerCharacter_SetLootGroupPosition::Anim' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetLootGroupPosition, Size) == 0x000004, "Member 'FGPlayerCharacter_SetLootGroupPosition::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetOnlyAllowAutonomousTickPose \ static_assert(alignof(FGPlayerCharacter_SetOnlyAllowAutonomousTickPose) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetOnlyAllowAutonomousTickPose"); \ static_assert(sizeof(FGPlayerCharacter_SetOnlyAllowAutonomousTickPose) == 0x000001, "Wrong size on FGPlayerCharacter_SetOnlyAllowAutonomousTickPose"); \ static_assert(offsetof(FGPlayerCharacter_SetOnlyAllowAutonomousTickPose, Value) == 0x000000, "Member 'FGPlayerCharacter_SetOnlyAllowAutonomousTickPose::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetRevolverInDwergMode \ static_assert(alignof(FGPlayerCharacter_SetRevolverInDwergMode) == 0x000001, "Wrong alignment on FGPlayerCharacter_SetRevolverInDwergMode"); \ static_assert(sizeof(FGPlayerCharacter_SetRevolverInDwergMode) == 0x000002, "Wrong size on FGPlayerCharacter_SetRevolverInDwergMode"); \ static_assert(offsetof(FGPlayerCharacter_SetRevolverInDwergMode, bValue) == 0x000000, "Member 'FGPlayerCharacter_SetRevolverInDwergMode::bValue' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetRevolverInDwergMode, bEquip) == 0x000001, "Member 'FGPlayerCharacter_SetRevolverInDwergMode::bEquip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetRofleemoName_S \ static_assert(alignof(FGPlayerCharacter_SetRofleemoName_S) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetRofleemoName_S"); \ static_assert(sizeof(FGPlayerCharacter_SetRofleemoName_S) == 0x000020, "Wrong size on FGPlayerCharacter_SetRofleemoName_S"); \ static_assert(offsetof(FGPlayerCharacter_SetRofleemoName_S, NewName) == 0x000000, "Member 'FGPlayerCharacter_SetRofleemoName_S::NewName' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetRofleemoName_S, Rofleemo) == 0x000018, "Member 'FGPlayerCharacter_SetRofleemoName_S::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetSingleLootPosition \ static_assert(alignof(FGPlayerCharacter_SetSingleLootPosition) == 0x000004, "Wrong alignment on FGPlayerCharacter_SetSingleLootPosition"); \ static_assert(sizeof(FGPlayerCharacter_SetSingleLootPosition) == 0x000008, "Wrong size on FGPlayerCharacter_SetSingleLootPosition"); \ static_assert(offsetof(FGPlayerCharacter_SetSingleLootPosition, Anim) == 0x000000, "Member 'FGPlayerCharacter_SetSingleLootPosition::Anim' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SetSingleLootPosition, Size) == 0x000004, "Member 'FGPlayerCharacter_SetSingleLootPosition::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SetWinchGrabSplineActor \ static_assert(alignof(FGPlayerCharacter_SetWinchGrabSplineActor) == 0x000008, "Wrong alignment on FGPlayerCharacter_SetWinchGrabSplineActor"); \ static_assert(sizeof(FGPlayerCharacter_SetWinchGrabSplineActor) == 0x000008, "Wrong size on FGPlayerCharacter_SetWinchGrabSplineActor"); \ static_assert(offsetof(FGPlayerCharacter_SetWinchGrabSplineActor, NewWinchGrabSplineActor) == 0x000000, "Member 'FGPlayerCharacter_SetWinchGrabSplineActor::NewWinchGrabSplineActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_ShowSubtitleLines \ static_assert(alignof(FGPlayerCharacter_ShowSubtitleLines) == 0x000008, "Wrong alignment on FGPlayerCharacter_ShowSubtitleLines"); \ static_assert(sizeof(FGPlayerCharacter_ShowSubtitleLines) == 0x000010, "Wrong size on FGPlayerCharacter_ShowSubtitleLines"); \ static_assert(offsetof(FGPlayerCharacter_ShowSubtitleLines, SubtitlePhrases) == 0x000000, "Member 'FGPlayerCharacter_ShowSubtitleLines::SubtitlePhrases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_SpawnDroppedItem \ static_assert(alignof(FGPlayerCharacter_SpawnDroppedItem) == 0x000008, "Wrong alignment on FGPlayerCharacter_SpawnDroppedItem"); \ static_assert(sizeof(FGPlayerCharacter_SpawnDroppedItem) == 0x000010, "Wrong size on FGPlayerCharacter_SpawnDroppedItem"); \ static_assert(offsetof(FGPlayerCharacter_SpawnDroppedItem, SourceItem) == 0x000000, "Member 'FGPlayerCharacter_SpawnDroppedItem::SourceItem' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_SpawnDroppedItem, ReturnValue) == 0x000008, "Member 'FGPlayerCharacter_SpawnDroppedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_StartWinchPulling \ static_assert(alignof(FGPlayerCharacter_StartWinchPulling) == 0x000008, "Wrong alignment on FGPlayerCharacter_StartWinchPulling"); \ static_assert(sizeof(FGPlayerCharacter_StartWinchPulling) == 0x000008, "Wrong size on FGPlayerCharacter_StartWinchPulling"); \ static_assert(offsetof(FGPlayerCharacter_StartWinchPulling, Actor) == 0x000000, "Member 'FGPlayerCharacter_StartWinchPulling::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TakeRofleemoOnHands \ static_assert(alignof(FGPlayerCharacter_TakeRofleemoOnHands) == 0x000008, "Wrong alignment on FGPlayerCharacter_TakeRofleemoOnHands"); \ static_assert(sizeof(FGPlayerCharacter_TakeRofleemoOnHands) == 0x000008, "Wrong size on FGPlayerCharacter_TakeRofleemoOnHands"); \ static_assert(offsetof(FGPlayerCharacter_TakeRofleemoOnHands, Rofleemo) == 0x000000, "Member 'FGPlayerCharacter_TakeRofleemoOnHands::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TeleportToArena \ static_assert(alignof(FGPlayerCharacter_TeleportToArena) == 0x000001, "Wrong alignment on FGPlayerCharacter_TeleportToArena"); \ static_assert(sizeof(FGPlayerCharacter_TeleportToArena) == 0x000001, "Wrong size on FGPlayerCharacter_TeleportToArena"); \ static_assert(offsetof(FGPlayerCharacter_TeleportToArena, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_TeleportToArena::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TeleportToArenaVoidSphere \ static_assert(alignof(FGPlayerCharacter_TeleportToArenaVoidSphere) == 0x000001, "Wrong alignment on FGPlayerCharacter_TeleportToArenaVoidSphere"); \ static_assert(sizeof(FGPlayerCharacter_TeleportToArenaVoidSphere) == 0x000001, "Wrong size on FGPlayerCharacter_TeleportToArenaVoidSphere"); \ static_assert(offsetof(FGPlayerCharacter_TeleportToArenaVoidSphere, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_TeleportToArenaVoidSphere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TeleportToBossFightArena \ static_assert(alignof(FGPlayerCharacter_TeleportToBossFightArena) == 0x000001, "Wrong alignment on FGPlayerCharacter_TeleportToBossFightArena"); \ static_assert(sizeof(FGPlayerCharacter_TeleportToBossFightArena) == 0x000001, "Wrong size on FGPlayerCharacter_TeleportToBossFightArena"); \ static_assert(offsetof(FGPlayerCharacter_TeleportToBossFightArena, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_TeleportToBossFightArena::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TeleportToLocomotive \ static_assert(alignof(FGPlayerCharacter_TeleportToLocomotive) == 0x000001, "Wrong alignment on FGPlayerCharacter_TeleportToLocomotive"); \ static_assert(sizeof(FGPlayerCharacter_TeleportToLocomotive) == 0x000001, "Wrong size on FGPlayerCharacter_TeleportToLocomotive"); \ static_assert(offsetof(FGPlayerCharacter_TeleportToLocomotive, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_TeleportToLocomotive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_TutorialDisabled \ static_assert(alignof(FGPlayerCharacter_TutorialDisabled) == 0x000001, "Wrong alignment on FGPlayerCharacter_TutorialDisabled"); \ static_assert(sizeof(FGPlayerCharacter_TutorialDisabled) == 0x000001, "Wrong size on FGPlayerCharacter_TutorialDisabled"); \ static_assert(offsetof(FGPlayerCharacter_TutorialDisabled, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_TutorialDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_UpdateGrabSpline \ static_assert(alignof(FGPlayerCharacter_UpdateGrabSpline) == 0x000001, "Wrong alignment on FGPlayerCharacter_UpdateGrabSpline"); \ static_assert(sizeof(FGPlayerCharacter_UpdateGrabSpline) == 0x000001, "Wrong size on FGPlayerCharacter_UpdateGrabSpline"); \ static_assert(offsetof(FGPlayerCharacter_UpdateGrabSpline, bForceGrabLocationUpdate) == 0x000000, "Member 'FGPlayerCharacter_UpdateGrabSpline::bForceGrabLocationUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_UpdateTraceGravityActive \ static_assert(alignof(FGPlayerCharacter_UpdateTraceGravityActive) == 0x000001, "Wrong alignment on FGPlayerCharacter_UpdateTraceGravityActive"); \ static_assert(sizeof(FGPlayerCharacter_UpdateTraceGravityActive) == 0x000001, "Wrong size on FGPlayerCharacter_UpdateTraceGravityActive"); \ static_assert(offsetof(FGPlayerCharacter_UpdateTraceGravityActive, bNewValue) == 0x000000, "Member 'FGPlayerCharacter_UpdateTraceGravityActive::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_WorkplaceFire \ static_assert(alignof(FGPlayerCharacter_WorkplaceFire) == 0x000008, "Wrong alignment on FGPlayerCharacter_WorkplaceFire"); \ static_assert(sizeof(FGPlayerCharacter_WorkplaceFire) == 0x000008, "Wrong size on FGPlayerCharacter_WorkplaceFire"); \ static_assert(offsetof(FGPlayerCharacter_WorkplaceFire, Module) == 0x000000, "Member 'FGPlayerCharacter_WorkplaceFire::Module' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_WorkplaceHire \ static_assert(alignof(FGPlayerCharacter_WorkplaceHire) == 0x000008, "Wrong alignment on FGPlayerCharacter_WorkplaceHire"); \ static_assert(sizeof(FGPlayerCharacter_WorkplaceHire) == 0x000010, "Wrong size on FGPlayerCharacter_WorkplaceHire"); \ static_assert(offsetof(FGPlayerCharacter_WorkplaceHire, Module) == 0x000000, "Member 'FGPlayerCharacter_WorkplaceHire::Module' has a wrong offset!"); \ static_assert(offsetof(FGPlayerCharacter_WorkplaceHire, Worker) == 0x000008, "Member 'FGPlayerCharacter_WorkplaceHire::Worker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanAffectControlRotation \ static_assert(alignof(FGPlayerCharacter_CanAffectControlRotation) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanAffectControlRotation"); \ static_assert(sizeof(FGPlayerCharacter_CanAffectControlRotation) == 0x000001, "Wrong size on FGPlayerCharacter_CanAffectControlRotation"); \ static_assert(offsetof(FGPlayerCharacter_CanAffectControlRotation, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanAffectControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanCrouchBP \ static_assert(alignof(FGPlayerCharacter_CanCrouchBP) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanCrouchBP"); \ static_assert(sizeof(FGPlayerCharacter_CanCrouchBP) == 0x000001, "Wrong size on FGPlayerCharacter_CanCrouchBP"); \ static_assert(offsetof(FGPlayerCharacter_CanCrouchBP, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanCrouchBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanShowDialog \ static_assert(alignof(FGPlayerCharacter_CanShowDialog) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanShowDialog"); \ static_assert(sizeof(FGPlayerCharacter_CanShowDialog) == 0x000001, "Wrong size on FGPlayerCharacter_CanShowDialog"); \ static_assert(offsetof(FGPlayerCharacter_CanShowDialog, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanShowDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_CanShowTutorial \ static_assert(alignof(FGPlayerCharacter_CanShowTutorial) == 0x000001, "Wrong alignment on FGPlayerCharacter_CanShowTutorial"); \ static_assert(sizeof(FGPlayerCharacter_CanShowTutorial) == 0x000001, "Wrong size on FGPlayerCharacter_CanShowTutorial"); \ static_assert(offsetof(FGPlayerCharacter_CanShowTutorial, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_CanShowTutorial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_DontUseControlRotaionForCameraBone \ static_assert(alignof(FGPlayerCharacter_DontUseControlRotaionForCameraBone) == 0x000001, "Wrong alignment on FGPlayerCharacter_DontUseControlRotaionForCameraBone"); \ static_assert(sizeof(FGPlayerCharacter_DontUseControlRotaionForCameraBone) == 0x000001, "Wrong size on FGPlayerCharacter_DontUseControlRotaionForCameraBone"); \ static_assert(offsetof(FGPlayerCharacter_DontUseControlRotaionForCameraBone, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_DontUseControlRotaionForCameraBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetActiveTabletopGame \ static_assert(alignof(FGPlayerCharacter_GetActiveTabletopGame) == 0x000008, "Wrong alignment on FGPlayerCharacter_GetActiveTabletopGame"); \ static_assert(sizeof(FGPlayerCharacter_GetActiveTabletopGame) == 0x000008, "Wrong size on FGPlayerCharacter_GetActiveTabletopGame"); \ static_assert(offsetof(FGPlayerCharacter_GetActiveTabletopGame, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetActiveTabletopGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetPlayerTrainRelation \ static_assert(alignof(FGPlayerCharacter_GetPlayerTrainRelation) == 0x000001, "Wrong alignment on FGPlayerCharacter_GetPlayerTrainRelation"); \ static_assert(sizeof(FGPlayerCharacter_GetPlayerTrainRelation) == 0x000001, "Wrong size on FGPlayerCharacter_GetPlayerTrainRelation"); \ static_assert(offsetof(FGPlayerCharacter_GetPlayerTrainRelation, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetPlayerTrainRelation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetSelectedHeavySlot \ static_assert(alignof(FGPlayerCharacter_GetSelectedHeavySlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_GetSelectedHeavySlot"); \ static_assert(sizeof(FGPlayerCharacter_GetSelectedHeavySlot) == 0x000001, "Wrong size on FGPlayerCharacter_GetSelectedHeavySlot"); \ static_assert(offsetof(FGPlayerCharacter_GetSelectedHeavySlot, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetSelectedHeavySlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_GetSelectedWeaponSlot \ static_assert(alignof(FGPlayerCharacter_GetSelectedWeaponSlot) == 0x000001, "Wrong alignment on FGPlayerCharacter_GetSelectedWeaponSlot"); \ static_assert(sizeof(FGPlayerCharacter_GetSelectedWeaponSlot) == 0x000001, "Wrong size on FGPlayerCharacter_GetSelectedWeaponSlot"); \ static_assert(offsetof(FGPlayerCharacter_GetSelectedWeaponSlot, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_GetSelectedWeaponSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsInCombat \ static_assert(alignof(FGPlayerCharacter_IsInCombat) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsInCombat"); \ static_assert(sizeof(FGPlayerCharacter_IsInCombat) == 0x000001, "Wrong size on FGPlayerCharacter_IsInCombat"); \ static_assert(offsetof(FGPlayerCharacter_IsInCombat, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsInCombat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsInFirstPerson \ static_assert(alignof(FGPlayerCharacter_IsInFirstPerson) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsInFirstPerson"); \ static_assert(sizeof(FGPlayerCharacter_IsInFirstPerson) == 0x000001, "Wrong size on FGPlayerCharacter_IsInFirstPerson"); \ static_assert(offsetof(FGPlayerCharacter_IsInFirstPerson, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsInFirstPerson::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsRopeDropped \ static_assert(alignof(FGPlayerCharacter_IsRopeDropped) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsRopeDropped"); \ static_assert(sizeof(FGPlayerCharacter_IsRopeDropped) == 0x000001, "Wrong size on FGPlayerCharacter_IsRopeDropped"); \ static_assert(offsetof(FGPlayerCharacter_IsRopeDropped, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsRopeDropped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsUnderTeleportation \ static_assert(alignof(FGPlayerCharacter_IsUnderTeleportation) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsUnderTeleportation"); \ static_assert(sizeof(FGPlayerCharacter_IsUnderTeleportation) == 0x000001, "Wrong size on FGPlayerCharacter_IsUnderTeleportation"); \ static_assert(offsetof(FGPlayerCharacter_IsUnderTeleportation, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsUnderTeleportation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerCharacter_IsWeaponPersonalizationLearned \ static_assert(alignof(FGPlayerCharacter_IsWeaponPersonalizationLearned) == 0x000001, "Wrong alignment on FGPlayerCharacter_IsWeaponPersonalizationLearned"); \ static_assert(sizeof(FGPlayerCharacter_IsWeaponPersonalizationLearned) == 0x000001, "Wrong size on FGPlayerCharacter_IsWeaponPersonalizationLearned"); \ static_assert(offsetof(FGPlayerCharacter_IsWeaponPersonalizationLearned, ReturnValue) == 0x000000, "Member 'FGPlayerCharacter_IsWeaponPersonalizationLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerCharacter \ static_assert(alignof(AFGPlayerCharacter) == 0x000010, "Wrong alignment on AFGPlayerCharacter"); \ static_assert(sizeof(AFGPlayerCharacter) == 0x000F90, "Wrong size on AFGPlayerCharacter"); \ static_assert(offsetof(AFGPlayerCharacter, HammerCustomizationID) == 0x000A28, "Member 'AFGPlayerCharacter::HammerCustomizationID' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BraceletCustomizationID) == 0x000A2C, "Member 'AFGPlayerCharacter::BraceletCustomizationID' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, JournalCustomizationID) == 0x000A30, "Member 'AFGPlayerCharacter::JournalCustomizationID' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Rope) == 0x000A38, "Member 'AFGPlayerCharacter::Rope' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, FP_Mesh) == 0x000A40, "Member 'AFGPlayerCharacter::FP_Mesh' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CameraSocketName) == 0x000A48, "Member 'AFGPlayerCharacter::CameraSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Hunger) == 0x000A50, "Member 'AFGPlayerCharacter::Hunger' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Thirsty) == 0x000A58, "Member 'AFGPlayerCharacter::Thirsty' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Customization) == 0x000A60, "Member 'AFGPlayerCharacter::Customization' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Armor) == 0x000A68, "Member 'AFGPlayerCharacter::Armor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AimAssist) == 0x000A70, "Member 'AFGPlayerCharacter::AimAssist' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AmmunitionInventory) == 0x000A78, "Member 'AFGPlayerCharacter::AmmunitionInventory' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, MiniGameComponent) == 0x000A80, "Member 'AFGPlayerCharacter::MiniGameComponent' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, QuestDiaryComponent) == 0x000A88, "Member 'AFGPlayerCharacter::QuestDiaryComponent' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitFront) == 0x000A90, "Member 'AFGPlayerCharacter::VoidItemHitFront' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitRevolver) == 0x000AA8, "Member 'AFGPlayerCharacter::VoidItemHitRevolver' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitGun) == 0x000AC0, "Member 'AFGPlayerCharacter::VoidItemHitGun' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitBack) == 0x000AD8, "Member 'AFGPlayerCharacter::VoidItemHitBack' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitBackRevolver) == 0x000AF0, "Member 'AFGPlayerCharacter::VoidItemHitBackRevolver' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitBackGun) == 0x000B08, "Member 'AFGPlayerCharacter::VoidItemHitBackGun' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BackpackLayouts) == 0x000B20, "Member 'AFGPlayerCharacter::BackpackLayouts' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, DefalutBackpackLevel) == 0x000B30, "Member 'AFGPlayerCharacter::DefalutBackpackLevel' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AIFocusAttackersMax) == 0x000B34, "Member 'AFGPlayerCharacter::AIFocusAttackersMax' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, ExternalInventory) == 0x000B38, "Member 'AFGPlayerCharacter::ExternalInventory' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnExternalInventorySet) == 0x000B40, "Member 'AFGPlayerCharacter::OnExternalInventorySet' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnHeavySlotSelected) == 0x000B50, "Member 'AFGPlayerCharacter::OnHeavySlotSelected' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnTrainRelationChanged) == 0x000B60, "Member 'AFGPlayerCharacter::OnTrainRelationChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnCloserLook) == 0x000B70, "Member 'AFGPlayerCharacter::OnCloserLook' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnDepotArrived) == 0x000B80, "Member 'AFGPlayerCharacter::OnDepotArrived' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnChangeWeaponModule) == 0x000B90, "Member 'AFGPlayerCharacter::OnChangeWeaponModule' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnWeaponHookLootItem) == 0x000BA0, "Member 'AFGPlayerCharacter::OnWeaponHookLootItem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnItemUsed) == 0x000BB0, "Member 'AFGPlayerCharacter::OnItemUsed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, InteractingActor) == 0x000BC0, "Member 'AFGPlayerCharacter::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, InteractingOwner) == 0x000BC8, "Member 'AFGPlayerCharacter::InteractingOwner' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, InteractingTable) == 0x000BD0, "Member 'AFGPlayerCharacter::InteractingTable' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, InteractionComponent) == 0x000BD8, "Member 'AFGPlayerCharacter::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnInteractingActorChanged) == 0x000BE0, "Member 'AFGPlayerCharacter::OnInteractingActorChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bInitializedFromSave) == 0x000BF0, "Member 'AFGPlayerCharacter::bInitializedFromSave' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Tutorial) == 0x000BF8, "Member 'AFGPlayerCharacter::Tutorial' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, EnterVoidCameraShake) == 0x000C00, "Member 'AFGPlayerCharacter::EnterVoidCameraShake' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PlayerGrabSplineMode) == 0x000C08, "Member 'AFGPlayerCharacter::PlayerGrabSplineMode' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentGrabMoveAcceleration) == 0x000C0C, "Member 'AFGPlayerCharacter::CurrentGrabMoveAcceleration' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, MinUseRopeDistance) == 0x000C10, "Member 'AFGPlayerCharacter::MinUseRopeDistance' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnItemInspect) == 0x000C18, "Member 'AFGPlayerCharacter::OnItemInspect' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentGravityZones) == 0x000C28, "Member 'AFGPlayerCharacter::CurrentGravityZones' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, RopeMountPointClass) == 0x000C38, "Member 'AFGPlayerCharacter::RopeMountPointClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TargetRopeLength) == 0x000C40, "Member 'AFGPlayerCharacter::TargetRopeLength' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CustomRopeLength) == 0x000C44, "Member 'AFGPlayerCharacter::CustomRopeLength' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, LastDamageEventTime) == 0x000C50, "Member 'AFGPlayerCharacter::LastDamageEventTime' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BaseMeleeDamageRanged) == 0x000C54, "Member 'AFGPlayerCharacter::BaseMeleeDamageRanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BaseMeleeDamageFist) == 0x000C58, "Member 'AFGPlayerCharacter::BaseMeleeDamageFist' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, MinMeleeDamageRanged) == 0x000C5C, "Member 'AFGPlayerCharacter::MinMeleeDamageRanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, MaxMeleeDamageRanged) == 0x000C60, "Member 'AFGPlayerCharacter::MaxMeleeDamageRanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bRopeDropped) == 0x000C64, "Member 'AFGPlayerCharacter::bRopeDropped' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, GrabLocation) == 0x000C68, "Member 'AFGPlayerCharacter::GrabLocation' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentWagon) == 0x000C78, "Member 'AFGPlayerCharacter::CurrentWagon' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, _playerTrain) == 0x000C80, "Member 'AFGPlayerCharacter::_playerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, RingStickMeshTypes) == 0x000C88, "Member 'AFGPlayerCharacter::RingStickMeshTypes' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnWeaponAmmoChanged) == 0x000C98, "Member 'AFGPlayerCharacter::OnWeaponAmmoChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CameraManager) == 0x000CA8, "Member 'AFGPlayerCharacter::CameraManager' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnTargetReached) == 0x000CB0, "Member 'AFGPlayerCharacter::OnTargetReached' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AttachedGrabSplineActor) == 0x000CC0, "Member 'AFGPlayerCharacter::AttachedGrabSplineActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bRopeUnstuckReady) == 0x000CC8, "Member 'AFGPlayerCharacter::bRopeUnstuckReady' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnSelectedWeaponSlotChanged) == 0x000CD8, "Member 'AFGPlayerCharacter::OnSelectedWeaponSlotChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, SelectedWeaponSlotType) == 0x000CE8, "Member 'AFGPlayerCharacter::SelectedWeaponSlotType' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, SelectedHeavySlotType) == 0x000CE9, "Member 'AFGPlayerCharacter::SelectedHeavySlotType' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, RofleemoMushroomClass) == 0x000CF8, "Member 'AFGPlayerCharacter::RofleemoMushroomClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, UniqueReloadChance) == 0x000D00, "Member 'AFGPlayerCharacter::UniqueReloadChance' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, UniqueReloadAddativeChance) == 0x000D04, "Member 'AFGPlayerCharacter::UniqueReloadAddativeChance' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bForceIsRunning) == 0x000D08, "Member 'AFGPlayerCharacter::bForceIsRunning' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentUniqueReloadChance) == 0x000D0C, "Member 'AFGPlayerCharacter::CurrentUniqueReloadChance' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, RespawnedDeathCollisionProfileName) == 0x000D10, "Member 'AFGPlayerCharacter::RespawnedDeathCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidMeshTypes) == 0x000D18, "Member 'AFGPlayerCharacter::VoidMeshTypes' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitDamage) == 0x000D28, "Member 'AFGPlayerCharacter::VoidItemHitDamage' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitCooldown) == 0x000D2C, "Member 'AFGPlayerCharacter::VoidItemHitCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitSound) == 0x000D38, "Member 'AFGPlayerCharacter::VoidItemHitSound' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TriggerVelocityMin) == 0x000D40, "Member 'AFGPlayerCharacter::TriggerVelocityMin' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TriggerVelocityMax) == 0x000D44, "Member 'AFGPlayerCharacter::TriggerVelocityMax' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TriggerRagdollVelocity) == 0x000D48, "Member 'AFGPlayerCharacter::TriggerRagdollVelocity' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, VoidItemHitCameraShake) == 0x000D50, "Member 'AFGPlayerCharacter::VoidItemHitCameraShake' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, DefaultRevolverClass) == 0x000D58, "Member 'AFGPlayerCharacter::DefaultRevolverClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, FistClass) == 0x000D60, "Member 'AFGPlayerCharacter::FistClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BookClass) == 0x000D68, "Member 'AFGPlayerCharacter::BookClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, HammerClass) == 0x000D70, "Member 'AFGPlayerCharacter::HammerClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, JournalClass) == 0x000D78, "Member 'AFGPlayerCharacter::JournalClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, SelectedConsumable) == 0x000D80, "Member 'AFGPlayerCharacter::SelectedConsumable' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWinchRingAim) == 0x000D88, "Member 'AFGPlayerCharacter::bWinchRingAim' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bForceTraceGravity) == 0x000D89, "Member 'AFGPlayerCharacter::bForceTraceGravity' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bCalculateTraceGravity) == 0x000D8A, "Member 'AFGPlayerCharacter::bCalculateTraceGravity' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bTraceGravityActive) == 0x000D8B, "Member 'AFGPlayerCharacter::bTraceGravityActive' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TraceGravityLastValidLocation) == 0x000D8C, "Member 'AFGPlayerCharacter::TraceGravityLastValidLocation' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TraceGravityGrabSplineAdjustment) == 0x000D98, "Member 'AFGPlayerCharacter::TraceGravityGrabSplineAdjustment' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PlayerNetIndex) == 0x000DA8, "Member 'AFGPlayerCharacter::PlayerNetIndex' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bUnderTeleportation) == 0x000DAC, "Member 'AFGPlayerCharacter::bUnderTeleportation' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bShouldTeleportToLocomotive) == 0x000DAD, "Member 'AFGPlayerCharacter::bShouldTeleportToLocomotive' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentAdvancedRopeFlightSpeed) == 0x000DB0, "Member 'AFGPlayerCharacter::CurrentAdvancedRopeFlightSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AdvancedRopeFlightSpeedMax) == 0x000DB4, "Member 'AFGPlayerCharacter::AdvancedRopeFlightSpeedMax' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AdvancedRopeFlightSpeedMin) == 0x000DB8, "Member 'AFGPlayerCharacter::AdvancedRopeFlightSpeedMin' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AdvancedRopeFlightSpeedInterpSpeed) == 0x000DBC, "Member 'AFGPlayerCharacter::AdvancedRopeFlightSpeedInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWinchLearned) == 0x000DC0, "Member 'AFGPlayerCharacter::bWinchLearned' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWinchRingDriveLearned) == 0x000DC1, "Member 'AFGPlayerCharacter::bWinchRingDriveLearned' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWeaponPersonalizationLearned) == 0x000DC2, "Member 'AFGPlayerCharacter::bWeaponPersonalizationLearned' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchFlightTargetActor) == 0x000DC8, "Member 'AFGPlayerCharacter::WinchFlightTargetActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchGrabSplineActor) == 0x000DD0, "Member 'AFGPlayerCharacter::WinchGrabSplineActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWinchFlightUpdated) == 0x000DD8, "Member 'AFGPlayerCharacter::bWinchFlightUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, Winch) == 0x000DE0, "Member 'AFGPlayerCharacter::Winch' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchClass) == 0x000DE8, "Member 'AFGPlayerCharacter::WinchClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CurrentWinchFlightSpeed) == 0x000DF0, "Member 'AFGPlayerCharacter::CurrentWinchFlightSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchFlightSpeedMax) == 0x000DF4, "Member 'AFGPlayerCharacter::WinchFlightSpeedMax' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchFlightSpeedMin) == 0x000DF8, "Member 'AFGPlayerCharacter::WinchFlightSpeedMin' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, WinchFlightSpeedInterpSpeed) == 0x000DFC, "Member 'AFGPlayerCharacter::WinchFlightSpeedInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, BonusWinchFlightSpeed) == 0x000E00, "Member 'AFGPlayerCharacter::BonusWinchFlightSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWinchDriveLearned) == 0x000E04, "Member 'AFGPlayerCharacter::bWinchDriveLearned' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bIsHoldTotem) == 0x000E06, "Member 'AFGPlayerCharacter::bIsHoldTotem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bStartHoldTotem) == 0x000E07, "Member 'AFGPlayerCharacter::bStartHoldTotem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bNearlyWithTotem) == 0x000E08, "Member 'AFGPlayerCharacter::bNearlyWithTotem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bStartAttachTotem) == 0x000E09, "Member 'AFGPlayerCharacter::bStartAttachTotem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TotemTurnRight) == 0x000E0C, "Member 'AFGPlayerCharacter::TotemTurnRight' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bPossessBigTotem) == 0x000E10, "Member 'AFGPlayerCharacter::bPossessBigTotem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, IslandActiveTransport) == 0x000E18, "Member 'AFGPlayerCharacter::IslandActiveTransport' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, IslandActiveTransportSocketName) == 0x000E20, "Member 'AFGPlayerCharacter::IslandActiveTransportSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, IslandIdlePoint) == 0x000E28, "Member 'AFGPlayerCharacter::IslandIdlePoint' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bSaveLoaded) == 0x000E30, "Member 'AFGPlayerCharacter::bSaveLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bBirdTeleportWasUsed) == 0x000E31, "Member 'AFGPlayerCharacter::bBirdTeleportWasUsed' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bInBuildMode) == 0x000E32, "Member 'AFGPlayerCharacter::bInBuildMode' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, FavoriteItems) == 0x000E38, "Member 'AFGPlayerCharacter::FavoriteItems' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bPlayerMoved) == 0x000E4C, "Member 'AFGPlayerCharacter::bPlayerMoved' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bIsDropPlaying) == 0x000E4D, "Member 'AFGPlayerCharacter::bIsDropPlaying' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bCanCheat) == 0x000E4E, "Member 'AFGPlayerCharacter::bCanCheat' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bTutorialDisabled) == 0x000E4F, "Member 'AFGPlayerCharacter::bTutorialDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, LocalDroppingItem) == 0x000E50, "Member 'AFGPlayerCharacter::LocalDroppingItem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, LocalDroppedItem) == 0x000E58, "Member 'AFGPlayerCharacter::LocalDroppedItem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, AuthDroppedItem) == 0x000E60, "Member 'AFGPlayerCharacter::AuthDroppedItem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, IgnoredActors) == 0x000E70, "Member 'AFGPlayerCharacter::IgnoredActors' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PickUpRange) == 0x000E80, "Member 'AFGPlayerCharacter::PickUpRange' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PlayerTrainRelation) == 0x000E84, "Member 'AFGPlayerCharacter::PlayerTrainRelation' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TrainReturnPlayerWinchTraceRadius) == 0x000E88, "Member 'AFGPlayerCharacter::TrainReturnPlayerWinchTraceRadius' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, DetachRelationFirstPlatformVolume) == 0x000E90, "Member 'AFGPlayerCharacter::DetachRelationFirstPlatformVolume' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, DetachRelationFirstGrabSplineActor) == 0x000E98, "Member 'AFGPlayerCharacter::DetachRelationFirstGrabSplineActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bDepotInvulnerability) == 0x000EA0, "Member 'AFGPlayerCharacter::bDepotInvulnerability' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bIslandTransportInvulnerability) == 0x000EA1, "Member 'AFGPlayerCharacter::bIslandTransportInvulnerability' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, ActiveTabletopGame) == 0x000EA8, "Member 'AFGPlayerCharacter::ActiveTabletopGame' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bInTableTopGame) == 0x000EB0, "Member 'AFGPlayerCharacter::bInTableTopGame' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bCanUseReturnRope) == 0x000EB1, "Member 'AFGPlayerCharacter::bCanUseReturnRope' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnCanUseReturnRopeUpdated) == 0x000EB8, "Member 'AFGPlayerCharacter::OnCanUseReturnRopeUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bWeatherEnabled) == 0x000EC8, "Member 'AFGPlayerCharacter::bWeatherEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, TrainBuilderCache) == 0x000ED8, "Member 'AFGPlayerCharacter::TrainBuilderCache' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CanShootAtActor) == 0x000EE0, "Member 'AFGPlayerCharacter::CanShootAtActor' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bPlayingFlyingCutScene) == 0x000EF2, "Member 'AFGPlayerCharacter::bPlayingFlyingCutScene' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnStopHoldingRofleemo) == 0x000EF8, "Member 'AFGPlayerCharacter::OnStopHoldingRofleemo' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, CarriedRofleemo) == 0x000F08, "Member 'AFGPlayerCharacter::CarriedRofleemo' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OnFavoriteRecipesChanged) == 0x000F10, "Member 'AFGPlayerCharacter::OnFavoriteRecipesChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, FavoriteRecipes) == 0x000F20, "Member 'AFGPlayerCharacter::FavoriteRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PulledItems) == 0x000F30, "Member 'AFGPlayerCharacter::PulledItems' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PulledItem) == 0x000F40, "Member 'AFGPlayerCharacter::PulledItem' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PulledGroup) == 0x000F48, "Member 'AFGPlayerCharacter::PulledGroup' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bGravityEnabledOnce) == 0x000F58, "Member 'AFGPlayerCharacter::bGravityEnabledOnce' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bGravityDisabledOnce) == 0x000F59, "Member 'AFGPlayerCharacter::bGravityDisabledOnce' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, bMopFightMode) == 0x000F70, "Member 'AFGPlayerCharacter::bMopFightMode' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, OpenedDepotContainers) == 0x000F74, "Member 'AFGPlayerCharacter::OpenedDepotContainers' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, PurchasedDepotItems) == 0x000F78, "Member 'AFGPlayerCharacter::PurchasedDepotItems' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerCharacter, SlotMachinesUsed) == 0x000F7C, "Member 'AFGPlayerCharacter::SlotMachinesUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_AddPlayerControlBlock \ static_assert(alignof(FGPlayerController_AddPlayerControlBlock) == 0x000008, "Wrong alignment on FGPlayerController_AddPlayerControlBlock"); \ static_assert(sizeof(FGPlayerController_AddPlayerControlBlock) == 0x000010, "Wrong size on FGPlayerController_AddPlayerControlBlock"); \ static_assert(offsetof(FGPlayerController_AddPlayerControlBlock, BlockList) == 0x000000, "Member 'FGPlayerController_AddPlayerControlBlock::BlockList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_ClientSendWorldOrigin \ static_assert(alignof(FGPlayerController_ClientSendWorldOrigin) == 0x000004, "Wrong alignment on FGPlayerController_ClientSendWorldOrigin"); \ static_assert(sizeof(FGPlayerController_ClientSendWorldOrigin) == 0x00000C, "Wrong size on FGPlayerController_ClientSendWorldOrigin"); \ static_assert(offsetof(FGPlayerController_ClientSendWorldOrigin, NewOrigin) == 0x000000, "Member 'FGPlayerController_ClientSendWorldOrigin::NewOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_GetUserSaveName \ static_assert(alignof(FGPlayerController_GetUserSaveName) == 0x000008, "Wrong alignment on FGPlayerController_GetUserSaveName"); \ static_assert(sizeof(FGPlayerController_GetUserSaveName) == 0x000010, "Wrong size on FGPlayerController_GetUserSaveName"); \ static_assert(offsetof(FGPlayerController_GetUserSaveName, ReturnValue) == 0x000000, "Member 'FGPlayerController_GetUserSaveName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_IsPlayerControlBlocked \ static_assert(alignof(FGPlayerController_IsPlayerControlBlocked) == 0x000001, "Wrong alignment on FGPlayerController_IsPlayerControlBlocked"); \ static_assert(sizeof(FGPlayerController_IsPlayerControlBlocked) == 0x000002, "Wrong size on FGPlayerController_IsPlayerControlBlocked"); \ static_assert(offsetof(FGPlayerController_IsPlayerControlBlocked, PlayerBlockType) == 0x000000, "Member 'FGPlayerController_IsPlayerControlBlocked::PlayerBlockType' has a wrong offset!"); \ static_assert(offsetof(FGPlayerController_IsPlayerControlBlocked, ReturnValue) == 0x000001, "Member 'FGPlayerController_IsPlayerControlBlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_OnTabletopGameEnter \ static_assert(alignof(FGPlayerController_OnTabletopGameEnter) == 0x000008, "Wrong alignment on FGPlayerController_OnTabletopGameEnter"); \ static_assert(sizeof(FGPlayerController_OnTabletopGameEnter) == 0x000008, "Wrong size on FGPlayerController_OnTabletopGameEnter"); \ static_assert(offsetof(FGPlayerController_OnTabletopGameEnter, Game) == 0x000000, "Member 'FGPlayerController_OnTabletopGameEnter::Game' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_OnTabletopGameLeave \ static_assert(alignof(FGPlayerController_OnTabletopGameLeave) == 0x000008, "Wrong alignment on FGPlayerController_OnTabletopGameLeave"); \ static_assert(sizeof(FGPlayerController_OnTabletopGameLeave) == 0x000008, "Wrong size on FGPlayerController_OnTabletopGameLeave"); \ static_assert(offsetof(FGPlayerController_OnTabletopGameLeave, Game) == 0x000000, "Member 'FGPlayerController_OnTabletopGameLeave::Game' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_OtherCharacterHitByStatusEffect \ static_assert(alignof(FGPlayerController_OtherCharacterHitByStatusEffect) == 0x000008, "Wrong alignment on FGPlayerController_OtherCharacterHitByStatusEffect"); \ static_assert(sizeof(FGPlayerController_OtherCharacterHitByStatusEffect) == 0x000018, "Wrong size on FGPlayerController_OtherCharacterHitByStatusEffect"); \ static_assert(offsetof(FGPlayerController_OtherCharacterHitByStatusEffect, StatusEffectClass) == 0x000000, "Member 'FGPlayerController_OtherCharacterHitByStatusEffect::StatusEffectClass' has a wrong offset!"); \ static_assert(offsetof(FGPlayerController_OtherCharacterHitByStatusEffect, Location) == 0x000008, "Member 'FGPlayerController_OtherCharacterHitByStatusEffect::Location' has a wrong offset!"); \ static_assert(offsetof(FGPlayerController_OtherCharacterHitByStatusEffect, Damage) == 0x000014, "Member 'FGPlayerController_OtherCharacterHitByStatusEffect::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_RemovePlayerControlBlock \ static_assert(alignof(FGPlayerController_RemovePlayerControlBlock) == 0x000008, "Wrong alignment on FGPlayerController_RemovePlayerControlBlock"); \ static_assert(sizeof(FGPlayerController_RemovePlayerControlBlock) == 0x000010, "Wrong size on FGPlayerController_RemovePlayerControlBlock"); \ static_assert(offsetof(FGPlayerController_RemovePlayerControlBlock, BlockList) == 0x000000, "Member 'FGPlayerController_RemovePlayerControlBlock::BlockList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SaveGame \ static_assert(alignof(FGPlayerController_SaveGame) == 0x000008, "Wrong alignment on FGPlayerController_SaveGame"); \ static_assert(sizeof(FGPlayerController_SaveGame) == 0x000010, "Wrong size on FGPlayerController_SaveGame"); \ static_assert(offsetof(FGPlayerController_SaveGame, SaveName) == 0x000000, "Member 'FGPlayerController_SaveGame::SaveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_ServerSaveGame \ static_assert(alignof(FGPlayerController_ServerSaveGame) == 0x000008, "Wrong alignment on FGPlayerController_ServerSaveGame"); \ static_assert(sizeof(FGPlayerController_ServerSaveGame) == 0x000010, "Wrong size on FGPlayerController_ServerSaveGame"); \ static_assert(offsetof(FGPlayerController_ServerSaveGame, SaveName) == 0x000000, "Member 'FGPlayerController_ServerSaveGame::SaveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_ServerSetCrouchPressed \ static_assert(alignof(FGPlayerController_ServerSetCrouchPressed) == 0x000001, "Wrong alignment on FGPlayerController_ServerSetCrouchPressed"); \ static_assert(sizeof(FGPlayerController_ServerSetCrouchPressed) == 0x000001, "Wrong size on FGPlayerController_ServerSetCrouchPressed"); \ static_assert(offsetof(FGPlayerController_ServerSetCrouchPressed, bCrouchPressed) == 0x000000, "Member 'FGPlayerController_ServerSetCrouchPressed::bCrouchPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_ServerSetIsInLoadingState \ static_assert(alignof(FGPlayerController_ServerSetIsInLoadingState) == 0x000001, "Wrong alignment on FGPlayerController_ServerSetIsInLoadingState"); \ static_assert(sizeof(FGPlayerController_ServerSetIsInLoadingState) == 0x000001, "Wrong size on FGPlayerController_ServerSetIsInLoadingState"); \ static_assert(offsetof(FGPlayerController_ServerSetIsInLoadingState, bNewValue) == 0x000000, "Member 'FGPlayerController_ServerSetIsInLoadingState::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_ServerSetJumpPressed \ static_assert(alignof(FGPlayerController_ServerSetJumpPressed) == 0x000001, "Wrong alignment on FGPlayerController_ServerSetJumpPressed"); \ static_assert(sizeof(FGPlayerController_ServerSetJumpPressed) == 0x000001, "Wrong size on FGPlayerController_ServerSetJumpPressed"); \ static_assert(offsetof(FGPlayerController_ServerSetJumpPressed, bJumpPressed) == 0x000000, "Member 'FGPlayerController_ServerSetJumpPressed::bJumpPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SetIsGamepadNow \ static_assert(alignof(FGPlayerController_SetIsGamepadNow) == 0x000001, "Wrong alignment on FGPlayerController_SetIsGamepadNow"); \ static_assert(sizeof(FGPlayerController_SetIsGamepadNow) == 0x000001, "Wrong size on FGPlayerController_SetIsGamepadNow"); \ static_assert(offsetof(FGPlayerController_SetIsGamepadNow, IsGamepad) == 0x000000, "Member 'FGPlayerController_SetIsGamepadNow::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SetIsInLoadingState \ static_assert(alignof(FGPlayerController_SetIsInLoadingState) == 0x000001, "Wrong alignment on FGPlayerController_SetIsInLoadingState"); \ static_assert(sizeof(FGPlayerController_SetIsInLoadingState) == 0x000001, "Wrong size on FGPlayerController_SetIsInLoadingState"); \ static_assert(offsetof(FGPlayerController_SetIsInLoadingState, bNewValue) == 0x000000, "Member 'FGPlayerController_SetIsInLoadingState::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SetPlayerControlBlock \ static_assert(alignof(FGPlayerController_SetPlayerControlBlock) == 0x000008, "Wrong alignment on FGPlayerController_SetPlayerControlBlock"); \ static_assert(sizeof(FGPlayerController_SetPlayerControlBlock) == 0x000058, "Wrong size on FGPlayerController_SetPlayerControlBlock"); \ static_assert(offsetof(FGPlayerController_SetPlayerControlBlock, BlockList) == 0x000000, "Member 'FGPlayerController_SetPlayerControlBlock::BlockList' has a wrong offset!"); \ static_assert(offsetof(FGPlayerController_SetPlayerControlBlock, bReset) == 0x000050, "Member 'FGPlayerController_SetPlayerControlBlock::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SetUserSaveName \ static_assert(alignof(FGPlayerController_SetUserSaveName) == 0x000008, "Wrong alignment on FGPlayerController_SetUserSaveName"); \ static_assert(sizeof(FGPlayerController_SetUserSaveName) == 0x000010, "Wrong size on FGPlayerController_SetUserSaveName"); \ static_assert(offsetof(FGPlayerController_SetUserSaveName, NewID) == 0x000000, "Member 'FGPlayerController_SetUserSaveName::NewID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_SyncPlayedMusic_C \ static_assert(alignof(FGPlayerController_SyncPlayedMusic_C) == 0x000004, "Wrong alignment on FGPlayerController_SyncPlayedMusic_C"); \ static_assert(sizeof(FGPlayerController_SyncPlayedMusic_C) == 0x000008, "Wrong size on FGPlayerController_SyncPlayedMusic_C"); \ static_assert(offsetof(FGPlayerController_SyncPlayedMusic_C, TrackID) == 0x000000, "Member 'FGPlayerController_SyncPlayedMusic_C::TrackID' has a wrong offset!"); \ static_assert(offsetof(FGPlayerController_SyncPlayedMusic_C, Time) == 0x000004, "Member 'FGPlayerController_SyncPlayedMusic_C::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_CanLookAround \ static_assert(alignof(FGPlayerController_CanLookAround) == 0x000001, "Wrong alignment on FGPlayerController_CanLookAround"); \ static_assert(sizeof(FGPlayerController_CanLookAround) == 0x000001, "Wrong size on FGPlayerController_CanLookAround"); \ static_assert(offsetof(FGPlayerController_CanLookAround, ReturnValue) == 0x000000, "Member 'FGPlayerController_CanLookAround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_GetIsGamepadNow \ static_assert(alignof(FGPlayerController_GetIsGamepadNow) == 0x000001, "Wrong alignment on FGPlayerController_GetIsGamepadNow"); \ static_assert(sizeof(FGPlayerController_GetIsGamepadNow) == 0x000001, "Wrong size on FGPlayerController_GetIsGamepadNow"); \ static_assert(offsetof(FGPlayerController_GetIsGamepadNow, ReturnValue) == 0x000000, "Member 'FGPlayerController_GetIsGamepadNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_GetPlayerControlBlock \ static_assert(alignof(FGPlayerController_GetPlayerControlBlock) == 0x000008, "Wrong alignment on FGPlayerController_GetPlayerControlBlock"); \ static_assert(sizeof(FGPlayerController_GetPlayerControlBlock) == 0x000050, "Wrong size on FGPlayerController_GetPlayerControlBlock"); \ static_assert(offsetof(FGPlayerController_GetPlayerControlBlock, BlockList) == 0x000000, "Member 'FGPlayerController_GetPlayerControlBlock::BlockList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_GetRotationInput \ static_assert(alignof(FGPlayerController_GetRotationInput) == 0x000004, "Wrong alignment on FGPlayerController_GetRotationInput"); \ static_assert(sizeof(FGPlayerController_GetRotationInput) == 0x00000C, "Wrong size on FGPlayerController_GetRotationInput"); \ static_assert(offsetof(FGPlayerController_GetRotationInput, ReturnValue) == 0x000000, "Member 'FGPlayerController_GetRotationInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerController_IsSingleplayer \ static_assert(alignof(FGPlayerController_IsSingleplayer) == 0x000001, "Wrong alignment on FGPlayerController_IsSingleplayer"); \ static_assert(sizeof(FGPlayerController_IsSingleplayer) == 0x000001, "Wrong size on FGPlayerController_IsSingleplayer"); \ static_assert(offsetof(FGPlayerController_IsSingleplayer, ReturnValue) == 0x000000, "Member 'FGPlayerController_IsSingleplayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerController \ static_assert(alignof(AFGPlayerController) == 0x000008, "Wrong alignment on AFGPlayerController"); \ static_assert(sizeof(AFGPlayerController) == 0x0006B0, "Wrong size on AFGPlayerController"); \ static_assert(offsetof(AFGPlayerController, DialogComponent) == 0x000570, "Member 'AFGPlayerController::DialogComponent' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, GamepadSchemeClass) == 0x000578, "Member 'AFGPlayerController::GamepadSchemeClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, BaseTurnRate) == 0x000580, "Member 'AFGPlayerController::BaseTurnRate' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, BaseLookUpRate) == 0x000584, "Member 'AFGPlayerController::BaseLookUpRate' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, OnGetPatchNotesResponse) == 0x000588, "Member 'AFGPlayerController::OnGetPatchNotesResponse' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, LastPawnClass) == 0x000598, "Member 'AFGPlayerController::LastPawnClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, bSaveDataLoaded) == 0x0005A0, "Member 'AFGPlayerController::bSaveDataLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, bWorldShifted) == 0x0005A1, "Member 'AFGPlayerController::bWorldShifted' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, bGameModeReady) == 0x0005A2, "Member 'AFGPlayerController::bGameModeReady' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, PlayerTrain) == 0x0005A8, "Member 'AFGPlayerController::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, GamepadScheme) == 0x0005B0, "Member 'AFGPlayerController::GamepadScheme' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, TH_RespawnCharacter) == 0x0005C0, "Member 'AFGPlayerController::TH_RespawnCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, TrainSpectateClass) == 0x0005C8, "Member 'AFGPlayerController::TrainSpectateClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, CachedPreSpectatorRotator) == 0x0005D0, "Member 'AFGPlayerController::CachedPreSpectatorRotator' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, UserSaveName) == 0x0005E0, "Member 'AFGPlayerController::UserSaveName' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, bEOSFriend) == 0x0005F0, "Member 'AFGPlayerController::bEOSFriend' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, PreSpectatorPawn) == 0x0005F8, "Member 'AFGPlayerController::PreSpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, CachedSpectatorPawn) == 0x000600, "Member 'AFGPlayerController::CachedSpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, OnOtherCharacterHit) == 0x000608, "Member 'AFGPlayerController::OnOtherCharacterHit' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, OnOtherCharacterHitRadial) == 0x000618, "Member 'AFGPlayerController::OnOtherCharacterHitRadial' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, OnOtherCharacterHitStatusEffect) == 0x000628, "Member 'AFGPlayerController::OnOtherCharacterHitStatusEffect' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, OnOtherActorHit) == 0x000638, "Member 'AFGPlayerController::OnOtherActorHit' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, CachedRotationInput) == 0x00064C, "Member 'AFGPlayerController::CachedRotationInput' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, TrainBuilder) == 0x000658, "Member 'AFGPlayerController::TrainBuilder' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, IconCaptureManagerClass) == 0x000660, "Member 'AFGPlayerController::IconCaptureManagerClass' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, bIsInLoadingState) == 0x000668, "Member 'AFGPlayerController::bIsInLoadingState' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, FIsInLoadingState) == 0x000669, "Member 'AFGPlayerController::FIsInLoadingState' has a wrong offset!"); \ static_assert(offsetof(AFGPlayerController, PlayerBlockList) == 0x000678, "Member 'AFGPlayerController::PlayerBlockList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms \ static_assert(alignof(FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms) == 0x000008, "Wrong alignment on FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms"); \ static_assert(sizeof(FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms) == 0x000010, "Wrong size on FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms"); \ static_assert(offsetof(FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms, ReturnValue) == 0x000000, "Member 'FGPlayerRelocateManagerBase_GetActiveRelocatePointTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints \ static_assert(alignof(FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints) == 0x000001, "Wrong alignment on FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints"); \ static_assert(sizeof(FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints) == 0x000001, "Wrong size on FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints"); \ static_assert(offsetof(FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints, ReturnValue) == 0x000000, "Member 'FGPlayerRelocateManagerBase_IsHaveActiveRelocatePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerRelocateManagerBase \ static_assert(alignof(AFGPlayerRelocateManagerBase) == 0x000008, "Wrong alignment on AFGPlayerRelocateManagerBase"); \ static_assert(sizeof(AFGPlayerRelocateManagerBase) == 0x000238, "Wrong size on AFGPlayerRelocateManagerBase"); \ static_assert(offsetof(AFGPlayerRelocateManagerBase, OnRelocateComplete) == 0x000228, "Member 'AFGPlayerRelocateManagerBase::OnRelocateComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGThrowableMovementComponent \ static_assert(alignof(UFGThrowableMovementComponent) == 0x000010, "Wrong alignment on UFGThrowableMovementComponent"); \ static_assert(sizeof(UFGThrowableMovementComponent) == 0x000220, "Wrong size on UFGThrowableMovementComponent"); \ static_assert(offsetof(UFGThrowableMovementComponent, SplinePath) == 0x000210, "Member 'UFGThrowableMovementComponent::SplinePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerTraceGravityVolume \ static_assert(alignof(AFGPlayerTraceGravityVolume) == 0x000008, "Wrong alignment on AFGPlayerTraceGravityVolume"); \ static_assert(sizeof(AFGPlayerTraceGravityVolume) == 0x000220, "Wrong size on AFGPlayerTraceGravityVolume"); \ #define DUMPER7_ASSERTS_FGPlayerTrain_AddProviant \ static_assert(alignof(FGPlayerTrain_AddProviant) == 0x000008, "Wrong alignment on FGPlayerTrain_AddProviant"); \ static_assert(sizeof(FGPlayerTrain_AddProviant) == 0x000010, "Wrong size on FGPlayerTrain_AddProviant"); \ static_assert(offsetof(FGPlayerTrain_AddProviant, ProviantClass) == 0x000000, "Member 'FGPlayerTrain_AddProviant::ProviantClass' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_AddProviant, Amount) == 0x000008, "Member 'FGPlayerTrain_AddProviant::Amount' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_AddProviant, ReturnValue) == 0x00000C, "Member 'FGPlayerTrain_AddProviant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerTrain_GetRofleemoBedsAmount \ static_assert(alignof(FGPlayerTrain_GetRofleemoBedsAmount) == 0x000004, "Wrong alignment on FGPlayerTrain_GetRofleemoBedsAmount"); \ static_assert(sizeof(FGPlayerTrain_GetRofleemoBedsAmount) == 0x000004, "Wrong size on FGPlayerTrain_GetRofleemoBedsAmount"); \ static_assert(offsetof(FGPlayerTrain_GetRofleemoBedsAmount, ReturnValue) == 0x000000, "Member 'FGPlayerTrain_GetRofleemoBedsAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerTrain_RemoveProviant \ static_assert(alignof(FGPlayerTrain_RemoveProviant) == 0x000008, "Wrong alignment on FGPlayerTrain_RemoveProviant"); \ static_assert(sizeof(FGPlayerTrain_RemoveProviant) == 0x000010, "Wrong size on FGPlayerTrain_RemoveProviant"); \ static_assert(offsetof(FGPlayerTrain_RemoveProviant, ProviantClass) == 0x000000, "Member 'FGPlayerTrain_RemoveProviant::ProviantClass' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_RemoveProviant, Amount) == 0x000008, "Member 'FGPlayerTrain_RemoveProviant::Amount' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_RemoveProviant, ReturnValue) == 0x00000C, "Member 'FGPlayerTrain_RemoveProviant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPlayerTrain_SetPassenger \ static_assert(alignof(FGPlayerTrain_SetPassenger) == 0x000008, "Wrong alignment on FGPlayerTrain_SetPassenger"); \ static_assert(sizeof(FGPlayerTrain_SetPassenger) == 0x000010, "Wrong size on FGPlayerTrain_SetPassenger"); \ static_assert(offsetof(FGPlayerTrain_SetPassenger, Passenger) == 0x000000, "Member 'FGPlayerTrain_SetPassenger::Passenger' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_SetPassenger, ID) == 0x000008, "Member 'FGPlayerTrain_SetPassenger::ID' has a wrong offset!"); \ static_assert(offsetof(FGPlayerTrain_SetPassenger, IsSet) == 0x00000C, "Member 'FGPlayerTrain_SetPassenger::IsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPlayerTrain \ static_assert(alignof(AFGPlayerTrain) == 0x000010, "Wrong alignment on AFGPlayerTrain"); \ static_assert(sizeof(AFGPlayerTrain) == 0x000530, "Wrong size on AFGPlayerTrain"); \ #define DUMPER7_ASSERTS_FGTaskManager_ChanceToPlay \ static_assert(alignof(FGTaskManager_ChanceToPlay) == 0x000001, "Wrong alignment on FGTaskManager_ChanceToPlay"); \ static_assert(sizeof(FGTaskManager_ChanceToPlay) == 0x000002, "Wrong size on FGTaskManager_ChanceToPlay"); \ static_assert(offsetof(FGTaskManager_ChanceToPlay, TaskType) == 0x000000, "Member 'FGTaskManager_ChanceToPlay::TaskType' has a wrong offset!"); \ static_assert(offsetof(FGTaskManager_ChanceToPlay, ReturnValue) == 0x000001, "Member 'FGTaskManager_ChanceToPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTaskManager_GetTask \ static_assert(alignof(FGTaskManager_GetTask) == 0x000008, "Wrong alignment on FGTaskManager_GetTask"); \ static_assert(sizeof(FGTaskManager_GetTask) == 0x000010, "Wrong size on FGTaskManager_GetTask"); \ static_assert(offsetof(FGTaskManager_GetTask, NPC) == 0x000000, "Member 'FGTaskManager_GetTask::NPC' has a wrong offset!"); \ static_assert(offsetof(FGTaskManager_GetTask, bForceTask) == 0x000008, "Member 'FGTaskManager_GetTask::bForceTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTaskManager \ static_assert(alignof(AFGTaskManager) == 0x000008, "Wrong alignment on AFGTaskManager"); \ static_assert(sizeof(AFGTaskManager) == 0x0003C0, "Wrong size on AFGTaskManager"); \ static_assert(offsetof(AFGTaskManager, TimeToRollGlobalChances) == 0x000220, "Member 'AFGTaskManager::TimeToRollGlobalChances' has a wrong offset!"); \ static_assert(offsetof(AFGTaskManager, GlobalCTPSettings) == 0x000228, "Member 'AFGTaskManager::GlobalCTPSettings' has a wrong offset!"); \ static_assert(offsetof(AFGTaskManager, GlobalCTPAdditiveSettings) == 0x000278, "Member 'AFGTaskManager::GlobalCTPAdditiveSettings' has a wrong offset!"); \ static_assert(offsetof(AFGTaskManager, GlobalChancesSettings) == 0x0002C8, "Member 'AFGTaskManager::GlobalChancesSettings' has a wrong offset!"); \ static_assert(offsetof(AFGTaskManager, GlobalChances) == 0x000318, "Member 'AFGTaskManager::GlobalChances' has a wrong offset!"); \ static_assert(offsetof(AFGTaskManager, GlobalCTP) == 0x000368, "Member 'AFGTaskManager::GlobalCTP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_DecreasePollution \ static_assert(alignof(FGPollutionActor_DecreasePollution) == 0x000004, "Wrong alignment on FGPollutionActor_DecreasePollution"); \ static_assert(sizeof(FGPollutionActor_DecreasePollution) == 0x000004, "Wrong size on FGPollutionActor_DecreasePollution"); \ static_assert(offsetof(FGPollutionActor_DecreasePollution, DecreaseBy) == 0x000000, "Member 'FGPollutionActor_DecreasePollution::DecreaseBy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_IncreasePollution \ static_assert(alignof(FGPollutionActor_IncreasePollution) == 0x000004, "Wrong alignment on FGPollutionActor_IncreasePollution"); \ static_assert(sizeof(FGPollutionActor_IncreasePollution) == 0x000004, "Wrong size on FGPollutionActor_IncreasePollution"); \ static_assert(offsetof(FGPollutionActor_IncreasePollution, NewValue) == 0x000000, "Member 'FGPollutionActor_IncreasePollution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_InitSource \ static_assert(alignof(FGPollutionActor_InitSource) == 0x000004, "Wrong alignment on FGPollutionActor_InitSource"); \ static_assert(sizeof(FGPollutionActor_InitSource) == 0x000008, "Wrong size on FGPollutionActor_InitSource"); \ static_assert(offsetof(FGPollutionActor_InitSource, InitProgress) == 0x000000, "Member 'FGPollutionActor_InitSource::InitProgress' has a wrong offset!"); \ static_assert(offsetof(FGPollutionActor_InitSource, InitMatID) == 0x000004, "Member 'FGPollutionActor_InitSource::InitMatID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_OnDistanceToPlayerUpdated \ static_assert(alignof(FGPollutionActor_OnDistanceToPlayerUpdated) == 0x000004, "Wrong alignment on FGPollutionActor_OnDistanceToPlayerUpdated"); \ static_assert(sizeof(FGPollutionActor_OnDistanceToPlayerUpdated) == 0x000004, "Wrong size on FGPollutionActor_OnDistanceToPlayerUpdated"); \ static_assert(offsetof(FGPollutionActor_OnDistanceToPlayerUpdated, Distance) == 0x000000, "Member 'FGPollutionActor_OnDistanceToPlayerUpdated::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_OnVisibilityChanged \ static_assert(alignof(FGPollutionActor_OnVisibilityChanged) == 0x000001, "Wrong alignment on FGPollutionActor_OnVisibilityChanged"); \ static_assert(sizeof(FGPollutionActor_OnVisibilityChanged) == 0x000001, "Wrong size on FGPollutionActor_OnVisibilityChanged"); \ static_assert(offsetof(FGPollutionActor_OnVisibilityChanged, bShow) == 0x000000, "Member 'FGPollutionActor_OnVisibilityChanged::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_SetHighlighted \ static_assert(alignof(FGPollutionActor_SetHighlighted) == 0x000001, "Wrong alignment on FGPollutionActor_SetHighlighted"); \ static_assert(sizeof(FGPollutionActor_SetHighlighted) == 0x000001, "Wrong size on FGPollutionActor_SetHighlighted"); \ static_assert(offsetof(FGPollutionActor_SetHighlighted, State) == 0x000000, "Member 'FGPollutionActor_SetHighlighted::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionActor_SetSelected \ static_assert(alignof(FGPollutionActor_SetSelected) == 0x000001, "Wrong alignment on FGPollutionActor_SetSelected"); \ static_assert(sizeof(FGPollutionActor_SetSelected) == 0x000001, "Wrong size on FGPollutionActor_SetSelected"); \ static_assert(offsetof(FGPollutionActor_SetSelected, State) == 0x000000, "Member 'FGPollutionActor_SetSelected::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPollutionActor \ static_assert(alignof(AFGPollutionActor) == 0x000008, "Wrong alignment on AFGPollutionActor"); \ static_assert(sizeof(AFGPollutionActor) == 0x0002A0, "Wrong size on AFGPollutionActor"); \ static_assert(offsetof(AFGPollutionActor, Scene) == 0x000220, "Member 'AFGPollutionActor::Scene' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, Decal) == 0x000228, "Member 'AFGPollutionActor::Decal' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, OnSelected) == 0x000230, "Member 'AFGPollutionActor::OnSelected' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, OnHighlighted) == 0x000240, "Member 'AFGPollutionActor::OnHighlighted' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, OnProgressChanged) == 0x000250, "Member 'AFGPollutionActor::OnProgressChanged' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, Materials) == 0x000260, "Member 'AFGPollutionActor::Materials' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, DecalMID) == 0x000270, "Member 'AFGPollutionActor::DecalMID' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, Progress) == 0x000278, "Member 'AFGPollutionActor::Progress' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, MatID) == 0x00027C, "Member 'AFGPollutionActor::MatID' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, SectionID) == 0x000280, "Member 'AFGPollutionActor::SectionID' has a wrong offset!"); \ static_assert(offsetof(AFGPollutionActor, Params_0) == 0x000288, "Member 'AFGPollutionActor::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_AddPollution \ static_assert(alignof(FGPollutionManager_AddPollution) == 0x000004, "Wrong alignment on FGPollutionManager_AddPollution"); \ static_assert(sizeof(FGPollutionManager_AddPollution) == 0x000010, "Wrong size on FGPollutionManager_AddPollution"); \ static_assert(offsetof(FGPollutionManager_AddPollution, Location) == 0x000000, "Member 'FGPollutionManager_AddPollution::Location' has a wrong offset!"); \ static_assert(offsetof(FGPollutionManager_AddPollution, PollutionReason) == 0x00000C, "Member 'FGPollutionManager_AddPollution::PollutionReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_DecreasePollution \ static_assert(alignof(FGPollutionManager_DecreasePollution) == 0x000008, "Wrong alignment on FGPollutionManager_DecreasePollution"); \ static_assert(sizeof(FGPollutionManager_DecreasePollution) == 0x000010, "Wrong size on FGPollutionManager_DecreasePollution"); \ static_assert(offsetof(FGPollutionManager_DecreasePollution, Source) == 0x000000, "Member 'FGPollutionManager_DecreasePollution::Source' has a wrong offset!"); \ static_assert(offsetof(FGPollutionManager_DecreasePollution, ReturnValue) == 0x000008, "Member 'FGPollutionManager_DecreasePollution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_DecreasePollutionID \ static_assert(alignof(FGPollutionManager_DecreasePollutionID) == 0x000004, "Wrong alignment on FGPollutionManager_DecreasePollutionID"); \ static_assert(sizeof(FGPollutionManager_DecreasePollutionID) == 0x000008, "Wrong size on FGPollutionManager_DecreasePollutionID"); \ static_assert(offsetof(FGPollutionManager_DecreasePollutionID, SourceID) == 0x000000, "Member 'FGPollutionManager_DecreasePollutionID::SourceID' has a wrong offset!"); \ static_assert(offsetof(FGPollutionManager_DecreasePollutionID, ReturnValue) == 0x000004, "Member 'FGPollutionManager_DecreasePollutionID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_GetPollutionPercent \ static_assert(alignof(FGPollutionManager_GetPollutionPercent) == 0x000004, "Wrong alignment on FGPollutionManager_GetPollutionPercent"); \ static_assert(sizeof(FGPollutionManager_GetPollutionPercent) == 0x000004, "Wrong size on FGPollutionManager_GetPollutionPercent"); \ static_assert(offsetof(FGPollutionManager_GetPollutionPercent, ReturnValue) == 0x000000, "Member 'FGPollutionManager_GetPollutionPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_GetPollutionStacks \ static_assert(alignof(FGPollutionManager_GetPollutionStacks) == 0x000004, "Wrong alignment on FGPollutionManager_GetPollutionStacks"); \ static_assert(sizeof(FGPollutionManager_GetPollutionStacks) == 0x000004, "Wrong size on FGPollutionManager_GetPollutionStacks"); \ static_assert(offsetof(FGPollutionManager_GetPollutionStacks, ReturnValue) == 0x000000, "Member 'FGPollutionManager_GetPollutionStacks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_LoadSaveData \ static_assert(alignof(FGPollutionManager_LoadSaveData) == 0x000008, "Wrong alignment on FGPollutionManager_LoadSaveData"); \ static_assert(sizeof(FGPollutionManager_LoadSaveData) == 0x000010, "Wrong size on FGPollutionManager_LoadSaveData"); \ static_assert(offsetof(FGPollutionManager_LoadSaveData, SaveData) == 0x000000, "Member 'FGPollutionManager_LoadSaveData::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_RemovePollution \ static_assert(alignof(FGPollutionManager_RemovePollution) == 0x000004, "Wrong alignment on FGPollutionManager_RemovePollution"); \ static_assert(sizeof(FGPollutionManager_RemovePollution) == 0x000004, "Wrong size on FGPollutionManager_RemovePollution"); \ static_assert(offsetof(FGPollutionManager_RemovePollution, SectionID) == 0x000000, "Member 'FGPollutionManager_RemovePollution::SectionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_ReplaceData \ static_assert(alignof(FGPollutionManager_ReplaceData) == 0x000004, "Wrong alignment on FGPollutionManager_ReplaceData"); \ static_assert(sizeof(FGPollutionManager_ReplaceData) == 0x000008, "Wrong size on FGPollutionManager_ReplaceData"); \ static_assert(offsetof(FGPollutionManager_ReplaceData, Section1) == 0x000000, "Member 'FGPollutionManager_ReplaceData::Section1' has a wrong offset!"); \ static_assert(offsetof(FGPollutionManager_ReplaceData, Section2) == 0x000004, "Member 'FGPollutionManager_ReplaceData::Section2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_RespawnPollution \ static_assert(alignof(FGPollutionManager_RespawnPollution) == 0x000004, "Wrong alignment on FGPollutionManager_RespawnPollution"); \ static_assert(sizeof(FGPollutionManager_RespawnPollution) == 0x000004, "Wrong size on FGPollutionManager_RespawnPollution"); \ static_assert(offsetof(FGPollutionManager_RespawnPollution, SectionID) == 0x000000, "Member 'FGPollutionManager_RespawnPollution::SectionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_SpawnPollution \ static_assert(alignof(FGPollutionManager_SpawnPollution) == 0x000004, "Wrong alignment on FGPollutionManager_SpawnPollution"); \ static_assert(sizeof(FGPollutionManager_SpawnPollution) == 0x000004, "Wrong size on FGPollutionManager_SpawnPollution"); \ static_assert(offsetof(FGPollutionManager_SpawnPollution, SectionID) == 0x000000, "Member 'FGPollutionManager_SpawnPollution::SectionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_UpdatePollution \ static_assert(alignof(FGPollutionManager_UpdatePollution) == 0x000004, "Wrong alignment on FGPollutionManager_UpdatePollution"); \ static_assert(sizeof(FGPollutionManager_UpdatePollution) == 0x000008, "Wrong size on FGPollutionManager_UpdatePollution"); \ static_assert(offsetof(FGPollutionManager_UpdatePollution, SectionID) == 0x000000, "Member 'FGPollutionManager_UpdatePollution::SectionID' has a wrong offset!"); \ static_assert(offsetof(FGPollutionManager_UpdatePollution, PlatformsAmount) == 0x000004, "Member 'FGPollutionManager_UpdatePollution::PlatformsAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPollutionManager_GetSaveData \ static_assert(alignof(FGPollutionManager_GetSaveData) == 0x000008, "Wrong alignment on FGPollutionManager_GetSaveData"); \ static_assert(sizeof(FGPollutionManager_GetSaveData) == 0x000010, "Wrong size on FGPollutionManager_GetSaveData"); \ static_assert(offsetof(FGPollutionManager_GetSaveData, SaveData) == 0x000000, "Member 'FGPollutionManager_GetSaveData::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPollutionManager \ static_assert(alignof(UFGPollutionManager) == 0x000008, "Wrong alignment on UFGPollutionManager"); \ static_assert(sizeof(UFGPollutionManager) == 0x0000C0, "Wrong size on UFGPollutionManager"); \ static_assert(offsetof(UFGPollutionManager, OnPollutionRemoved) == 0x000030, "Member 'UFGPollutionManager::OnPollutionRemoved' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, PollutionChancesDT) == 0x000040, "Member 'UFGPollutionManager::PollutionChancesDT' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, PollutionSourceCD) == 0x000048, "Member 'UFGPollutionManager::PollutionSourceCD' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, Data) == 0x000050, "Member 'UFGPollutionManager::Data' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, WSManager) == 0x0000A0, "Member 'UFGPollutionManager::WSManager' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, PollutionSourceClass) == 0x0000A8, "Member 'UFGPollutionManager::PollutionSourceClass' has a wrong offset!"); \ static_assert(offsetof(UFGPollutionManager, WPM) == 0x0000B8, "Member 'UFGPollutionManager::WPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_ClientOnPlayerJoin \ static_assert(alignof(FGTabletopPlayer_ClientOnPlayerJoin) == 0x000008, "Wrong alignment on FGTabletopPlayer_ClientOnPlayerJoin"); \ static_assert(sizeof(FGTabletopPlayer_ClientOnPlayerJoin) == 0x000008, "Wrong size on FGTabletopPlayer_ClientOnPlayerJoin"); \ static_assert(offsetof(FGTabletopPlayer_ClientOnPlayerJoin, Player) == 0x000000, "Member 'FGTabletopPlayer_ClientOnPlayerJoin::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_ClientOnPlayerLeave \ static_assert(alignof(FGTabletopPlayer_ClientOnPlayerLeave) == 0x000008, "Wrong alignment on FGTabletopPlayer_ClientOnPlayerLeave"); \ static_assert(sizeof(FGTabletopPlayer_ClientOnPlayerLeave) == 0x000008, "Wrong size on FGTabletopPlayer_ClientOnPlayerLeave"); \ static_assert(offsetof(FGTabletopPlayer_ClientOnPlayerLeave, Player) == 0x000000, "Member 'FGTabletopPlayer_ClientOnPlayerLeave::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_GetPlayerCharacter \ static_assert(alignof(FGTabletopPlayer_GetPlayerCharacter) == 0x000008, "Wrong alignment on FGTabletopPlayer_GetPlayerCharacter"); \ static_assert(sizeof(FGTabletopPlayer_GetPlayerCharacter) == 0x000008, "Wrong size on FGTabletopPlayer_GetPlayerCharacter"); \ static_assert(offsetof(FGTabletopPlayer_GetPlayerCharacter, ReturnValue) == 0x000000, "Member 'FGTabletopPlayer_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_GetPlayerName \ static_assert(alignof(FGTabletopPlayer_GetPlayerName) == 0x000008, "Wrong alignment on FGTabletopPlayer_GetPlayerName"); \ static_assert(sizeof(FGTabletopPlayer_GetPlayerName) == 0x000010, "Wrong size on FGTabletopPlayer_GetPlayerName"); \ static_assert(offsetof(FGTabletopPlayer_GetPlayerName, ReturnValue) == 0x000000, "Member 'FGTabletopPlayer_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_GetPlayerRole \ static_assert(alignof(FGTabletopPlayer_GetPlayerRole) == 0x000001, "Wrong alignment on FGTabletopPlayer_GetPlayerRole"); \ static_assert(sizeof(FGTabletopPlayer_GetPlayerRole) == 0x000001, "Wrong size on FGTabletopPlayer_GetPlayerRole"); \ static_assert(offsetof(FGTabletopPlayer_GetPlayerRole, ReturnValue) == 0x000000, "Member 'FGTabletopPlayer_GetPlayerRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_GetPlayerType \ static_assert(alignof(FGTabletopPlayer_GetPlayerType) == 0x000001, "Wrong alignment on FGTabletopPlayer_GetPlayerType"); \ static_assert(sizeof(FGTabletopPlayer_GetPlayerType) == 0x000001, "Wrong size on FGTabletopPlayer_GetPlayerType"); \ static_assert(offsetof(FGTabletopPlayer_GetPlayerType, ReturnValue) == 0x000000, "Member 'FGTabletopPlayer_GetPlayerType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_IsThinking \ static_assert(alignof(FGTabletopPlayer_IsThinking) == 0x000001, "Wrong alignment on FGTabletopPlayer_IsThinking"); \ static_assert(sizeof(FGTabletopPlayer_IsThinking) == 0x000001, "Wrong size on FGTabletopPlayer_IsThinking"); \ static_assert(offsetof(FGTabletopPlayer_IsThinking, ReturnValue) == 0x000000, "Member 'FGTabletopPlayer_IsThinking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopPlayer_ServerSetIsReady \ static_assert(alignof(FGTabletopPlayer_ServerSetIsReady) == 0x000001, "Wrong alignment on FGTabletopPlayer_ServerSetIsReady"); \ static_assert(sizeof(FGTabletopPlayer_ServerSetIsReady) == 0x000001, "Wrong size on FGTabletopPlayer_ServerSetIsReady"); \ static_assert(offsetof(FGTabletopPlayer_ServerSetIsReady, bReady) == 0x000000, "Member 'FGTabletopPlayer_ServerSetIsReady::bReady' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopPlayer \ static_assert(alignof(AFGTabletopPlayer) == 0x000008, "Wrong alignment on AFGTabletopPlayer"); \ static_assert(sizeof(AFGTabletopPlayer) == 0x000268, "Wrong size on AFGTabletopPlayer"); \ static_assert(offsetof(AFGTabletopPlayer, PlayerType) == 0x000220, "Member 'AFGTabletopPlayer::PlayerType' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, PlayerRole) == 0x000221, "Member 'AFGTabletopPlayer::PlayerRole' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, PlayerCharacter) == 0x000228, "Member 'AFGTabletopPlayer::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, OnPlayerJoin) == 0x000230, "Member 'AFGTabletopPlayer::OnPlayerJoin' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, OnPlayerLeave) == 0x000240, "Member 'AFGTabletopPlayer::OnPlayerLeave' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, OnPlayerRoleUpdate) == 0x000250, "Member 'AFGTabletopPlayer::OnPlayerRoleUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopPlayer, OwningGame) == 0x000260, "Member 'AFGTabletopPlayer::OwningGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProfanitySubsystem_SanitizeText \ static_assert(alignof(FGProfanitySubsystem_SanitizeText) == 0x000008, "Wrong alignment on FGProfanitySubsystem_SanitizeText"); \ static_assert(sizeof(FGProfanitySubsystem_SanitizeText) == 0x000020, "Wrong size on FGProfanitySubsystem_SanitizeText"); \ static_assert(offsetof(FGProfanitySubsystem_SanitizeText, Input) == 0x000000, "Member 'FGProfanitySubsystem_SanitizeText::Input' has a wrong offset!"); \ static_assert(offsetof(FGProfanitySubsystem_SanitizeText, ReturnValue) == 0x000010, "Member 'FGProfanitySubsystem_SanitizeText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGProfanitySubsystem \ static_assert(alignof(UFGProfanitySubsystem) == 0x000008, "Wrong alignment on UFGProfanitySubsystem"); \ static_assert(sizeof(UFGProfanitySubsystem) == 0x000080, "Wrong size on UFGProfanitySubsystem"); \ #define DUMPER7_ASSERTS_UFGProfanityWordList \ static_assert(alignof(UFGProfanityWordList) == 0x000008, "Wrong alignment on UFGProfanityWordList"); \ static_assert(sizeof(UFGProfanityWordList) == 0x000050, "Wrong size on UFGProfanityWordList"); \ static_assert(offsetof(UFGProfanityWordList, ForbiddenWords) == 0x000030, "Member 'UFGProfanityWordList::ForbiddenWords' has a wrong offset!"); \ static_assert(offsetof(UFGProfanityWordList, CSVFilePath) == 0x000040, "Member 'UFGProfanityWordList::CSVFilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGProfileSaveData \ static_assert(alignof(UFGProfileSaveData) == 0x000008, "Wrong alignment on UFGProfileSaveData"); \ static_assert(sizeof(UFGProfileSaveData) == 0x0002D8, "Wrong size on UFGProfileSaveData"); \ static_assert(offsetof(UFGProfileSaveData, ProfileSaveData) == 0x000028, "Member 'UFGProfileSaveData::ProfileSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Annihilator_GetDamageRadius \ static_assert(alignof(FGProjectile_Annihilator_GetDamageRadius) == 0x000004, "Wrong alignment on FGProjectile_Annihilator_GetDamageRadius"); \ static_assert(sizeof(FGProjectile_Annihilator_GetDamageRadius) == 0x000004, "Wrong size on FGProjectile_Annihilator_GetDamageRadius"); \ static_assert(offsetof(FGProjectile_Annihilator_GetDamageRadius, ReturnValue) == 0x000000, "Member 'FGProjectile_Annihilator_GetDamageRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_Annihilator \ static_assert(alignof(AFGProjectile_Annihilator) == 0x000008, "Wrong alignment on AFGProjectile_Annihilator"); \ static_assert(sizeof(AFGProjectile_Annihilator) == 0x0004F0, "Wrong size on AFGProjectile_Annihilator"); \ static_assert(offsetof(AFGProjectile_Annihilator, DamageType) == 0x0004C8, "Member 'AFGProjectile_Annihilator::DamageType' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Annihilator, RequiredCharactersToAchievement) == 0x0004D0, "Member 'AFGProjectile_Annihilator::RequiredCharactersToAchievement' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Annihilator, UniqueHittedCharacters) == 0x0004E0, "Member 'AFGProjectile_Annihilator::UniqueHittedCharacters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_Flame \ static_assert(alignof(AFGProjectile_Flame) == 0x000008, "Wrong alignment on AFGProjectile_Flame"); \ static_assert(sizeof(AFGProjectile_Flame) == 0x000440, "Wrong size on AFGProjectile_Flame"); \ static_assert(offsetof(AFGProjectile_Flame, ConeCollisionComponent) == 0x000438, "Member 'AFGProjectile_Flame::ConeCollisionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_Grenade \ static_assert(alignof(AFGProjectile_Grenade) == 0x000008, "Wrong alignment on AFGProjectile_Grenade"); \ static_assert(sizeof(AFGProjectile_Grenade) == 0x000448, "Wrong size on AFGProjectile_Grenade"); \ static_assert(offsetof(AFGProjectile_Grenade, DamageType) == 0x000438, "Member 'AFGProjectile_Grenade::DamageType' has a wrong offset!"); \ static_assert(offsetof(AFGProjectile_Grenade, DamageRadius) == 0x000440, "Member 'AFGProjectile_Grenade::DamageRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_GrenadeBullet \ static_assert(alignof(AFGProjectile_GrenadeBullet) == 0x000008, "Wrong alignment on AFGProjectile_GrenadeBullet"); \ static_assert(sizeof(AFGProjectile_GrenadeBullet) == 0x0004D0, "Wrong size on AFGProjectile_GrenadeBullet"); \ static_assert(offsetof(AFGProjectile_GrenadeBullet, ExplosionClass) == 0x0004C8, "Member 'AFGProjectile_GrenadeBullet::ExplosionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTrainkeeperNest \ static_assert(alignof(AFGTrainkeeperNest) == 0x000008, "Wrong alignment on AFGTrainkeeperNest"); \ static_assert(sizeof(AFGTrainkeeperNest) == 0x0006E0, "Wrong size on AFGTrainkeeperNest"); \ static_assert(offsetof(AFGTrainkeeperNest, RepairPriority) == 0x0006A0, "Member 'AFGTrainkeeperNest::RepairPriority' has a wrong offset!"); \ static_assert(offsetof(AFGTrainkeeperNest, RepairTime) == 0x0006B0, "Member 'AFGTrainkeeperNest::RepairTime' has a wrong offset!"); \ static_assert(offsetof(AFGTrainkeeperNest, RefillClass) == 0x0006B8, "Member 'AFGTrainkeeperNest::RefillClass' has a wrong offset!"); \ static_assert(offsetof(AFGTrainkeeperNest, SelectedGatherer) == 0x0006C0, "Member 'AFGTrainkeeperNest::SelectedGatherer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGProjectile_Hunter_StopHomingChase \ static_assert(alignof(FGProjectile_Hunter_StopHomingChase) == 0x000004, "Wrong alignment on FGProjectile_Hunter_StopHomingChase"); \ static_assert(sizeof(FGProjectile_Hunter_StopHomingChase) == 0x000088, "Wrong size on FGProjectile_Hunter_StopHomingChase"); \ static_assert(offsetof(FGProjectile_Hunter_StopHomingChase, Impact) == 0x000000, "Member 'FGProjectile_Hunter_StopHomingChase::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGProjectile_Hunter \ static_assert(alignof(AFGProjectile_Hunter) == 0x000008, "Wrong alignment on AFGProjectile_Hunter"); \ static_assert(sizeof(AFGProjectile_Hunter) == 0x0004C8, "Wrong size on AFGProjectile_Hunter"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_CopyFrom \ static_assert(alignof(FGPropertyDatabase_CopyFrom) == 0x000008, "Wrong alignment on FGPropertyDatabase_CopyFrom"); \ static_assert(sizeof(FGPropertyDatabase_CopyFrom) == 0x000008, "Wrong size on FGPropertyDatabase_CopyFrom"); \ static_assert(offsetof(FGPropertyDatabase_CopyFrom, Other) == 0x000000, "Member 'FGPropertyDatabase_CopyFrom::Other' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_GetValueAsFloat \ static_assert(alignof(FGPropertyDatabase_GetValueAsFloat) == 0x000004, "Wrong alignment on FGPropertyDatabase_GetValueAsFloat"); \ static_assert(sizeof(FGPropertyDatabase_GetValueAsFloat) == 0x000008, "Wrong size on FGPropertyDatabase_GetValueAsFloat"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsFloat, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_GetValueAsFloat::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsFloat, ReturnValue) == 0x000004, "Member 'FGPropertyDatabase_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_GetValueAsInt \ static_assert(alignof(FGPropertyDatabase_GetValueAsInt) == 0x000004, "Wrong alignment on FGPropertyDatabase_GetValueAsInt"); \ static_assert(sizeof(FGPropertyDatabase_GetValueAsInt) == 0x000008, "Wrong size on FGPropertyDatabase_GetValueAsInt"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsInt, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_GetValueAsInt::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsInt, ReturnValue) == 0x000004, "Member 'FGPropertyDatabase_GetValueAsInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_GetValueAsString \ static_assert(alignof(FGPropertyDatabase_GetValueAsString) == 0x000008, "Wrong alignment on FGPropertyDatabase_GetValueAsString"); \ static_assert(sizeof(FGPropertyDatabase_GetValueAsString) == 0x000018, "Wrong size on FGPropertyDatabase_GetValueAsString"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsString, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_GetValueAsString::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_GetValueAsString, ReturnValue) == 0x000008, "Member 'FGPropertyDatabase_GetValueAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_HaveValueByKey \ static_assert(alignof(FGPropertyDatabase_HaveValueByKey) == 0x000001, "Wrong alignment on FGPropertyDatabase_HaveValueByKey"); \ static_assert(sizeof(FGPropertyDatabase_HaveValueByKey) == 0x000002, "Wrong size on FGPropertyDatabase_HaveValueByKey"); \ static_assert(offsetof(FGPropertyDatabase_HaveValueByKey, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_HaveValueByKey::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_HaveValueByKey, ReturnValue) == 0x000001, "Member 'FGPropertyDatabase_HaveValueByKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_SetValueAsFloat \ static_assert(alignof(FGPropertyDatabase_SetValueAsFloat) == 0x000004, "Wrong alignment on FGPropertyDatabase_SetValueAsFloat"); \ static_assert(sizeof(FGPropertyDatabase_SetValueAsFloat) == 0x000008, "Wrong size on FGPropertyDatabase_SetValueAsFloat"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsFloat, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_SetValueAsFloat::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsFloat, Value) == 0x000004, "Member 'FGPropertyDatabase_SetValueAsFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_SetValueAsInt \ static_assert(alignof(FGPropertyDatabase_SetValueAsInt) == 0x000004, "Wrong alignment on FGPropertyDatabase_SetValueAsInt"); \ static_assert(sizeof(FGPropertyDatabase_SetValueAsInt) == 0x000008, "Wrong size on FGPropertyDatabase_SetValueAsInt"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsInt, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_SetValueAsInt::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsInt, Value) == 0x000004, "Member 'FGPropertyDatabase_SetValueAsInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_SetValueAsString \ static_assert(alignof(FGPropertyDatabase_SetValueAsString) == 0x000008, "Wrong alignment on FGPropertyDatabase_SetValueAsString"); \ static_assert(sizeof(FGPropertyDatabase_SetValueAsString) == 0x000018, "Wrong size on FGPropertyDatabase_SetValueAsString"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsString, PropertyKey) == 0x000000, "Member 'FGPropertyDatabase_SetValueAsString::PropertyKey' has a wrong offset!"); \ static_assert(offsetof(FGPropertyDatabase_SetValueAsString, Value) == 0x000008, "Member 'FGPropertyDatabase_SetValueAsString::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPropertyDatabase_IsEmpty \ static_assert(alignof(FGPropertyDatabase_IsEmpty) == 0x000001, "Wrong alignment on FGPropertyDatabase_IsEmpty"); \ static_assert(sizeof(FGPropertyDatabase_IsEmpty) == 0x000001, "Wrong size on FGPropertyDatabase_IsEmpty"); \ static_assert(offsetof(FGPropertyDatabase_IsEmpty, ReturnValue) == 0x000000, "Member 'FGPropertyDatabase_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGPropertyDatabase \ static_assert(alignof(UFGPropertyDatabase) == 0x000008, "Wrong alignment on UFGPropertyDatabase"); \ static_assert(sizeof(UFGPropertyDatabase) == 0x000118, "Wrong size on UFGPropertyDatabase"); \ static_assert(offsetof(UFGPropertyDatabase, DataIndexMap) == 0x000040, "Member 'UFGPropertyDatabase::DataIndexMap' has a wrong offset!"); \ static_assert(offsetof(UFGPropertyDatabase, DataIndexMapDump) == 0x0000E0, "Member 'UFGPropertyDatabase::DataIndexMapDump' has a wrong offset!"); \ static_assert(offsetof(UFGPropertyDatabase, DoubleArray) == 0x0000F0, "Member 'UFGPropertyDatabase::DoubleArray' has a wrong offset!"); \ static_assert(offsetof(UFGPropertyDatabase, StringArray) == 0x000100, "Member 'UFGPropertyDatabase::StringArray' has a wrong offset!"); \ static_assert(offsetof(UFGPropertyDatabase, ReplicationEnsureCounter) == 0x000110, "Member 'UFGPropertyDatabase::ReplicationEnsureCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_AddPlatform \ static_assert(alignof(FGTrainBuilder_AddPlatform) == 0x000008, "Wrong alignment on FGTrainBuilder_AddPlatform"); \ static_assert(sizeof(FGTrainBuilder_AddPlatform) == 0x000008, "Wrong size on FGTrainBuilder_AddPlatform"); \ static_assert(offsetof(FGTrainBuilder_AddPlatform, Wagon) == 0x000000, "Member 'FGTrainBuilder_AddPlatform::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_AddWagonModuleRotation \ static_assert(alignof(FGTrainBuilder_AddWagonModuleRotation) == 0x000004, "Wrong alignment on FGTrainBuilder_AddWagonModuleRotation"); \ static_assert(sizeof(FGTrainBuilder_AddWagonModuleRotation) == 0x00000C, "Wrong size on FGTrainBuilder_AddWagonModuleRotation"); \ static_assert(offsetof(FGTrainBuilder_AddWagonModuleRotation, Rotation) == 0x000000, "Member 'FGTrainBuilder_AddWagonModuleRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_AddWagonPlatformByIndex \ static_assert(alignof(FGTrainBuilder_AddWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrainBuilder_AddWagonPlatformByIndex"); \ static_assert(sizeof(FGTrainBuilder_AddWagonPlatformByIndex) == 0x000004, "Wrong size on FGTrainBuilder_AddWagonPlatformByIndex"); \ static_assert(offsetof(FGTrainBuilder_AddWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrainBuilder_AddWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_BeginArmorWallEditMode \ static_assert(alignof(FGTrainBuilder_BeginArmorWallEditMode) == 0x000004, "Wrong alignment on FGTrainBuilder_BeginArmorWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_BeginArmorWallEditMode) == 0x000004, "Wrong size on FGTrainBuilder_BeginArmorWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_BeginArmorWallEditMode, RecipeID) == 0x000000, "Member 'FGTrainBuilder_BeginArmorWallEditMode::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_BeginWagonModuleInstall \ static_assert(alignof(FGTrainBuilder_BeginWagonModuleInstall) == 0x000008, "Wrong alignment on FGTrainBuilder_BeginWagonModuleInstall"); \ static_assert(sizeof(FGTrainBuilder_BeginWagonModuleInstall) == 0x000018, "Wrong size on FGTrainBuilder_BeginWagonModuleInstall"); \ static_assert(offsetof(FGTrainBuilder_BeginWagonModuleInstall, Class_0) == 0x000000, "Member 'FGTrainBuilder_BeginWagonModuleInstall::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_BeginWagonModuleInstall, WagonRotator) == 0x000008, "Member 'FGTrainBuilder_BeginWagonModuleInstall::WagonRotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_BeginWagonModuleRelocation \ static_assert(alignof(FGTrainBuilder_BeginWagonModuleRelocation) == 0x000008, "Wrong alignment on FGTrainBuilder_BeginWagonModuleRelocation"); \ static_assert(sizeof(FGTrainBuilder_BeginWagonModuleRelocation) == 0x000010, "Wrong size on FGTrainBuilder_BeginWagonModuleRelocation"); \ static_assert(offsetof(FGTrainBuilder_BeginWagonModuleRelocation, ParentModule) == 0x000000, "Member 'FGTrainBuilder_BeginWagonModuleRelocation::ParentModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_BeginWagonModuleRelocation, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_BeginWagonModuleRelocation::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_BeginWagonWallEditMode \ static_assert(alignof(FGTrainBuilder_BeginWagonWallEditMode) == 0x000004, "Wrong alignment on FGTrainBuilder_BeginWagonWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_BeginWagonWallEditMode) == 0x000004, "Wrong size on FGTrainBuilder_BeginWagonWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_BeginWagonWallEditMode, RecipeID) == 0x000000, "Member 'FGTrainBuilder_BeginWagonWallEditMode::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanPlaceCustomWagonModule \ static_assert(alignof(FGTrainBuilder_CanPlaceCustomWagonModule) == 0x000008, "Wrong alignment on FGTrainBuilder_CanPlaceCustomWagonModule"); \ static_assert(sizeof(FGTrainBuilder_CanPlaceCustomWagonModule) == 0x000018, "Wrong size on FGTrainBuilder_CanPlaceCustomWagonModule"); \ static_assert(offsetof(FGTrainBuilder_CanPlaceCustomWagonModule, CustomWagonModule) == 0x000000, "Member 'FGTrainBuilder_CanPlaceCustomWagonModule::CustomWagonModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanPlaceCustomWagonModule, CustomWagon) == 0x000008, "Member 'FGTrainBuilder_CanPlaceCustomWagonModule::CustomWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanPlaceCustomWagonModule, ReturnValue) == 0x000010, "Member 'FGTrainBuilder_CanPlaceCustomWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanPlaceWagonModule \ static_assert(alignof(FGTrainBuilder_CanPlaceWagonModule) == 0x000001, "Wrong alignment on FGTrainBuilder_CanPlaceWagonModule"); \ static_assert(sizeof(FGTrainBuilder_CanPlaceWagonModule) == 0x000001, "Wrong size on FGTrainBuilder_CanPlaceWagonModule"); \ static_assert(offsetof(FGTrainBuilder_CanPlaceWagonModule, ReturnValue) == 0x000000, "Member 'FGTrainBuilder_CanPlaceWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanRelocateModule \ static_assert(alignof(FGTrainBuilder_CanRelocateModule) == 0x000008, "Wrong alignment on FGTrainBuilder_CanRelocateModule"); \ static_assert(sizeof(FGTrainBuilder_CanRelocateModule) == 0x000010, "Wrong size on FGTrainBuilder_CanRelocateModule"); \ static_assert(offsetof(FGTrainBuilder_CanRelocateModule, ParentModule) == 0x000000, "Member 'FGTrainBuilder_CanRelocateModule::ParentModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanRelocateModule, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_CanRelocateModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanRelocateModule, ReturnValue) == 0x000009, "Member 'FGTrainBuilder_CanRelocateModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanRemoveWagonPlatform \ static_assert(alignof(FGTrainBuilder_CanRemoveWagonPlatform) == 0x000008, "Wrong alignment on FGTrainBuilder_CanRemoveWagonPlatform"); \ static_assert(sizeof(FGTrainBuilder_CanRemoveWagonPlatform) == 0x000010, "Wrong size on FGTrainBuilder_CanRemoveWagonPlatform"); \ static_assert(offsetof(FGTrainBuilder_CanRemoveWagonPlatform, Wagon) == 0x000000, "Member 'FGTrainBuilder_CanRemoveWagonPlatform::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanRemoveWagonPlatform, ReturnValue) == 0x000008, "Member 'FGTrainBuilder_CanRemoveWagonPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanRemoveWagonPlatformByIndex \ static_assert(alignof(FGTrainBuilder_CanRemoveWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrainBuilder_CanRemoveWagonPlatformByIndex"); \ static_assert(sizeof(FGTrainBuilder_CanRemoveWagonPlatformByIndex) == 0x000008, "Wrong size on FGTrainBuilder_CanRemoveWagonPlatformByIndex"); \ static_assert(offsetof(FGTrainBuilder_CanRemoveWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrainBuilder_CanRemoveWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanRemoveWagonPlatformByIndex, ReturnValue) == 0x000004, "Member 'FGTrainBuilder_CanRemoveWagonPlatformByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanRotateWagonModule \ static_assert(alignof(FGTrainBuilder_CanRotateWagonModule) == 0x000001, "Wrong alignment on FGTrainBuilder_CanRotateWagonModule"); \ static_assert(sizeof(FGTrainBuilder_CanRotateWagonModule) == 0x000001, "Wrong size on FGTrainBuilder_CanRotateWagonModule"); \ static_assert(offsetof(FGTrainBuilder_CanRotateWagonModule, ReturnValue) == 0x000000, "Member 'FGTrainBuilder_CanRotateWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanStartWallProject \ static_assert(alignof(FGTrainBuilder_CanStartWallProject) == 0x000004, "Wrong alignment on FGTrainBuilder_CanStartWallProject"); \ static_assert(sizeof(FGTrainBuilder_CanStartWallProject) == 0x000008, "Wrong size on FGTrainBuilder_CanStartWallProject"); \ static_assert(offsetof(FGTrainBuilder_CanStartWallProject, RecipeID) == 0x000000, "Member 'FGTrainBuilder_CanStartWallProject::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanStartWallProject, ReturnValue) == 0x000004, "Member 'FGTrainBuilder_CanStartWallProject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanUninstallArmorWall \ static_assert(alignof(FGTrainBuilder_CanUninstallArmorWall) == 0x000008, "Wrong alignment on FGTrainBuilder_CanUninstallArmorWall"); \ static_assert(sizeof(FGTrainBuilder_CanUninstallArmorWall) == 0x000018, "Wrong size on FGTrainBuilder_CanUninstallArmorWall"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallArmorWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_CanUninstallArmorWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallArmorWall, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_CanUninstallArmorWall::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallArmorWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_CanUninstallArmorWall::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallArmorWall, ReturnValue) == 0x000011, "Member 'FGTrainBuilder_CanUninstallArmorWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanUninstallWagonFloor \ static_assert(alignof(FGTrainBuilder_CanUninstallWagonFloor) == 0x000008, "Wrong alignment on FGTrainBuilder_CanUninstallWagonFloor"); \ static_assert(sizeof(FGTrainBuilder_CanUninstallWagonFloor) == 0x000018, "Wrong size on FGTrainBuilder_CanUninstallWagonFloor"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonFloor, Wagon) == 0x000000, "Member 'FGTrainBuilder_CanUninstallWagonFloor::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonFloor, FloorMesh) == 0x000008, "Member 'FGTrainBuilder_CanUninstallWagonFloor::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonFloor, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_CanUninstallWagonFloor::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonFloor, ReturnValue) == 0x000011, "Member 'FGTrainBuilder_CanUninstallWagonFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanUninstallWagonModule \ static_assert(alignof(FGTrainBuilder_CanUninstallWagonModule) == 0x000008, "Wrong alignment on FGTrainBuilder_CanUninstallWagonModule"); \ static_assert(sizeof(FGTrainBuilder_CanUninstallWagonModule) == 0x000010, "Wrong size on FGTrainBuilder_CanUninstallWagonModule"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonModule, WagonModule) == 0x000000, "Member 'FGTrainBuilder_CanUninstallWagonModule::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonModule, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_CanUninstallWagonModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonModule, ReturnValue) == 0x000009, "Member 'FGTrainBuilder_CanUninstallWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_CanUninstallWagonWall \ static_assert(alignof(FGTrainBuilder_CanUninstallWagonWall) == 0x000008, "Wrong alignment on FGTrainBuilder_CanUninstallWagonWall"); \ static_assert(sizeof(FGTrainBuilder_CanUninstallWagonWall) == 0x000018, "Wrong size on FGTrainBuilder_CanUninstallWagonWall"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_CanUninstallWagonWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonWall, WallMesh) == 0x000008, "Member 'FGTrainBuilder_CanUninstallWagonWall::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_CanUninstallWagonWall::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_CanUninstallWagonWall, ReturnValue) == 0x000011, "Member 'FGTrainBuilder_CanUninstallWagonWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_DisableWagonEditMode \ static_assert(alignof(FGTrainBuilder_DisableWagonEditMode) == 0x000001, "Wrong alignment on FGTrainBuilder_DisableWagonEditMode"); \ static_assert(sizeof(FGTrainBuilder_DisableWagonEditMode) == 0x000001, "Wrong size on FGTrainBuilder_DisableWagonEditMode"); \ static_assert(offsetof(FGTrainBuilder_DisableWagonEditMode, bEndWagonModuleInstall) == 0x000000, "Member 'FGTrainBuilder_DisableWagonEditMode::bEndWagonModuleInstall' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_EnableWagonEditMode \ static_assert(alignof(FGTrainBuilder_EnableWagonEditMode) == 0x000001, "Wrong alignment on FGTrainBuilder_EnableWagonEditMode"); \ static_assert(sizeof(FGTrainBuilder_EnableWagonEditMode) == 0x000001, "Wrong size on FGTrainBuilder_EnableWagonEditMode"); \ static_assert(offsetof(FGTrainBuilder_EnableWagonEditMode, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_EnableWagonEditMode::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_FastBuildArmorWall \ static_assert(alignof(FGTrainBuilder_FastBuildArmorWall) == 0x000008, "Wrong alignment on FGTrainBuilder_FastBuildArmorWall"); \ static_assert(sizeof(FGTrainBuilder_FastBuildArmorWall) == 0x000018, "Wrong size on FGTrainBuilder_FastBuildArmorWall"); \ static_assert(offsetof(FGTrainBuilder_FastBuildArmorWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_FastBuildArmorWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_FastBuildArmorWall, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_FastBuildArmorWall::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_FastBuildArmorWall, RecipeID) == 0x000010, "Member 'FGTrainBuilder_FastBuildArmorWall::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_FastBuildWall \ static_assert(alignof(FGTrainBuilder_FastBuildWall) == 0x000008, "Wrong alignment on FGTrainBuilder_FastBuildWall"); \ static_assert(sizeof(FGTrainBuilder_FastBuildWall) == 0x000018, "Wrong size on FGTrainBuilder_FastBuildWall"); \ static_assert(offsetof(FGTrainBuilder_FastBuildWall, WallWagon) == 0x000000, "Member 'FGTrainBuilder_FastBuildWall::WallWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_FastBuildWall, WallMesh) == 0x000008, "Member 'FGTrainBuilder_FastBuildWall::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_FastBuildWall, RecipeID) == 0x000010, "Member 'FGTrainBuilder_FastBuildWall::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_GetFloorStaticMeshes \ static_assert(alignof(FGTrainBuilder_GetFloorStaticMeshes) == 0x000008, "Wrong alignment on FGTrainBuilder_GetFloorStaticMeshes"); \ static_assert(sizeof(FGTrainBuilder_GetFloorStaticMeshes) == 0x000020, "Wrong size on FGTrainBuilder_GetFloorStaticMeshes"); \ static_assert(offsetof(FGTrainBuilder_GetFloorStaticMeshes, Wagon) == 0x000000, "Member 'FGTrainBuilder_GetFloorStaticMeshes::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetFloorStaticMeshes, FrameID) == 0x000008, "Member 'FGTrainBuilder_GetFloorStaticMeshes::FrameID' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetFloorStaticMeshes, ReturnValue) == 0x000010, "Member 'FGTrainBuilder_GetFloorStaticMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_GetFrameStaticMesh \ static_assert(alignof(FGTrainBuilder_GetFrameStaticMesh) == 0x000008, "Wrong alignment on FGTrainBuilder_GetFrameStaticMesh"); \ static_assert(sizeof(FGTrainBuilder_GetFrameStaticMesh) == 0x000018, "Wrong size on FGTrainBuilder_GetFrameStaticMesh"); \ static_assert(offsetof(FGTrainBuilder_GetFrameStaticMesh, Wagon) == 0x000000, "Member 'FGTrainBuilder_GetFrameStaticMesh::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetFrameStaticMesh, FrameID) == 0x000008, "Member 'FGTrainBuilder_GetFrameStaticMesh::FrameID' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetFrameStaticMesh, ReturnValue) == 0x000010, "Member 'FGTrainBuilder_GetFrameStaticMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_GetSpawnedWagonModulesAmount \ static_assert(alignof(FGTrainBuilder_GetSpawnedWagonModulesAmount) == 0x000008, "Wrong alignment on FGTrainBuilder_GetSpawnedWagonModulesAmount"); \ static_assert(sizeof(FGTrainBuilder_GetSpawnedWagonModulesAmount) == 0x000018, "Wrong size on FGTrainBuilder_GetSpawnedWagonModulesAmount"); \ static_assert(offsetof(FGTrainBuilder_GetSpawnedWagonModulesAmount, WagonModuleClass) == 0x000000, "Member 'FGTrainBuilder_GetSpawnedWagonModulesAmount::WagonModuleClass' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetSpawnedWagonModulesAmount, FilterWagon) == 0x000008, "Member 'FGTrainBuilder_GetSpawnedWagonModulesAmount::FilterWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_GetSpawnedWagonModulesAmount, ReturnValue) == 0x000010, "Member 'FGTrainBuilder_GetSpawnedWagonModulesAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_GetValidationWagonModule \ static_assert(alignof(FGTrainBuilder_GetValidationWagonModule) == 0x000008, "Wrong alignment on FGTrainBuilder_GetValidationWagonModule"); \ static_assert(sizeof(FGTrainBuilder_GetValidationWagonModule) == 0x000008, "Wrong size on FGTrainBuilder_GetValidationWagonModule"); \ static_assert(offsetof(FGTrainBuilder_GetValidationWagonModule, ReturnValue) == 0x000000, "Member 'FGTrainBuilder_GetValidationWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_InstallLocomotiveRam \ static_assert(alignof(FGTrainBuilder_InstallLocomotiveRam) == 0x000008, "Wrong alignment on FGTrainBuilder_InstallLocomotiveRam"); \ static_assert(sizeof(FGTrainBuilder_InstallLocomotiveRam) == 0x000008, "Wrong size on FGTrainBuilder_InstallLocomotiveRam"); \ static_assert(offsetof(FGTrainBuilder_InstallLocomotiveRam, RamClass) == 0x000000, "Member 'FGTrainBuilder_InstallLocomotiveRam::RamClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_InstallLocomotiveTurret \ static_assert(alignof(FGTrainBuilder_InstallLocomotiveTurret) == 0x000008, "Wrong alignment on FGTrainBuilder_InstallLocomotiveTurret"); \ static_assert(sizeof(FGTrainBuilder_InstallLocomotiveTurret) == 0x000010, "Wrong size on FGTrainBuilder_InstallLocomotiveTurret"); \ static_assert(offsetof(FGTrainBuilder_InstallLocomotiveTurret, TurretClass) == 0x000000, "Member 'FGTrainBuilder_InstallLocomotiveTurret::TurretClass' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_InstallLocomotiveTurret, AttachComponent) == 0x000008, "Member 'FGTrainBuilder_InstallLocomotiveTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_InstallWagonModule \ static_assert(alignof(FGTrainBuilder_InstallWagonModule) == 0x000001, "Wrong alignment on FGTrainBuilder_InstallWagonModule"); \ static_assert(sizeof(FGTrainBuilder_InstallWagonModule) == 0x000002, "Wrong size on FGTrainBuilder_InstallWagonModule"); \ static_assert(offsetof(FGTrainBuilder_InstallWagonModule, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_InstallWagonModule::bFromDepot' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_InstallWagonModule, ReturnValue) == 0x000001, "Member 'FGTrainBuilder_InstallWagonModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_RemovePlatform \ static_assert(alignof(FGTrainBuilder_RemovePlatform) == 0x000008, "Wrong alignment on FGTrainBuilder_RemovePlatform"); \ static_assert(sizeof(FGTrainBuilder_RemovePlatform) == 0x000008, "Wrong size on FGTrainBuilder_RemovePlatform"); \ static_assert(offsetof(FGTrainBuilder_RemovePlatform, Wagon) == 0x000000, "Member 'FGTrainBuilder_RemovePlatform::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_RemoveWagonPlatformByIndex \ static_assert(alignof(FGTrainBuilder_RemoveWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrainBuilder_RemoveWagonPlatformByIndex"); \ static_assert(sizeof(FGTrainBuilder_RemoveWagonPlatformByIndex) == 0x000004, "Wrong size on FGTrainBuilder_RemoveWagonPlatformByIndex"); \ static_assert(offsetof(FGTrainBuilder_RemoveWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrainBuilder_RemoveWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerAddPlatform \ static_assert(alignof(FGTrainBuilder_ServerAddPlatform) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerAddPlatform"); \ static_assert(sizeof(FGTrainBuilder_ServerAddPlatform) == 0x000008, "Wrong size on FGTrainBuilder_ServerAddPlatform"); \ static_assert(offsetof(FGTrainBuilder_ServerAddPlatform, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerAddPlatform::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerAddWagonModuleRotation \ static_assert(alignof(FGTrainBuilder_ServerAddWagonModuleRotation) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerAddWagonModuleRotation"); \ static_assert(sizeof(FGTrainBuilder_ServerAddWagonModuleRotation) == 0x00000C, "Wrong size on FGTrainBuilder_ServerAddWagonModuleRotation"); \ static_assert(offsetof(FGTrainBuilder_ServerAddWagonModuleRotation, Rotation) == 0x000000, "Member 'FGTrainBuilder_ServerAddWagonModuleRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerAddWagonPlatformByIndex \ static_assert(alignof(FGTrainBuilder_ServerAddWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerAddWagonPlatformByIndex"); \ static_assert(sizeof(FGTrainBuilder_ServerAddWagonPlatformByIndex) == 0x000004, "Wrong size on FGTrainBuilder_ServerAddWagonPlatformByIndex"); \ static_assert(offsetof(FGTrainBuilder_ServerAddWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrainBuilder_ServerAddWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerBeginArmorWallEditMode \ static_assert(alignof(FGTrainBuilder_ServerBeginArmorWallEditMode) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerBeginArmorWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_ServerBeginArmorWallEditMode) == 0x000004, "Wrong size on FGTrainBuilder_ServerBeginArmorWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginArmorWallEditMode, RecipeID) == 0x000000, "Member 'FGTrainBuilder_ServerBeginArmorWallEditMode::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerBeginWagonModuleInstall \ static_assert(alignof(FGTrainBuilder_ServerBeginWagonModuleInstall) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerBeginWagonModuleInstall"); \ static_assert(sizeof(FGTrainBuilder_ServerBeginWagonModuleInstall) == 0x000018, "Wrong size on FGTrainBuilder_ServerBeginWagonModuleInstall"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginWagonModuleInstall, Class_0) == 0x000000, "Member 'FGTrainBuilder_ServerBeginWagonModuleInstall::Class_0' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginWagonModuleInstall, WagonRotator) == 0x000008, "Member 'FGTrainBuilder_ServerBeginWagonModuleInstall::WagonRotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerBeginWagonModuleRelocation \ static_assert(alignof(FGTrainBuilder_ServerBeginWagonModuleRelocation) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerBeginWagonModuleRelocation"); \ static_assert(sizeof(FGTrainBuilder_ServerBeginWagonModuleRelocation) == 0x000010, "Wrong size on FGTrainBuilder_ServerBeginWagonModuleRelocation"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginWagonModuleRelocation, ParentModule) == 0x000000, "Member 'FGTrainBuilder_ServerBeginWagonModuleRelocation::ParentModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginWagonModuleRelocation, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_ServerBeginWagonModuleRelocation::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerBeginWagonWallEditMode \ static_assert(alignof(FGTrainBuilder_ServerBeginWagonWallEditMode) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerBeginWagonWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_ServerBeginWagonWallEditMode) == 0x000004, "Wrong size on FGTrainBuilder_ServerBeginWagonWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_ServerBeginWagonWallEditMode, RecipeID) == 0x000000, "Member 'FGTrainBuilder_ServerBeginWagonWallEditMode::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerFastBuildArmorWall \ static_assert(alignof(FGTrainBuilder_ServerFastBuildArmorWall) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerFastBuildArmorWall"); \ static_assert(sizeof(FGTrainBuilder_ServerFastBuildArmorWall) == 0x000018, "Wrong size on FGTrainBuilder_ServerFastBuildArmorWall"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildArmorWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerFastBuildArmorWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildArmorWall, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerFastBuildArmorWall::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildArmorWall, RecipeID) == 0x000010, "Member 'FGTrainBuilder_ServerFastBuildArmorWall::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerFastBuildWall \ static_assert(alignof(FGTrainBuilder_ServerFastBuildWall) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerFastBuildWall"); \ static_assert(sizeof(FGTrainBuilder_ServerFastBuildWall) == 0x000018, "Wrong size on FGTrainBuilder_ServerFastBuildWall"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildWall, WallWagon) == 0x000000, "Member 'FGTrainBuilder_ServerFastBuildWall::WallWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildWall, WallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerFastBuildWall::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerFastBuildWall, RecipeID) == 0x000010, "Member 'FGTrainBuilder_ServerFastBuildWall::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerInstallLocomotiveRam \ static_assert(alignof(FGTrainBuilder_ServerInstallLocomotiveRam) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerInstallLocomotiveRam"); \ static_assert(sizeof(FGTrainBuilder_ServerInstallLocomotiveRam) == 0x000008, "Wrong size on FGTrainBuilder_ServerInstallLocomotiveRam"); \ static_assert(offsetof(FGTrainBuilder_ServerInstallLocomotiveRam, RamClass) == 0x000000, "Member 'FGTrainBuilder_ServerInstallLocomotiveRam::RamClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerInstallLocomotiveTurret \ static_assert(alignof(FGTrainBuilder_ServerInstallLocomotiveTurret) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerInstallLocomotiveTurret"); \ static_assert(sizeof(FGTrainBuilder_ServerInstallLocomotiveTurret) == 0x000010, "Wrong size on FGTrainBuilder_ServerInstallLocomotiveTurret"); \ static_assert(offsetof(FGTrainBuilder_ServerInstallLocomotiveTurret, TurretClass) == 0x000000, "Member 'FGTrainBuilder_ServerInstallLocomotiveTurret::TurretClass' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerInstallLocomotiveTurret, AttachComponent) == 0x000008, "Member 'FGTrainBuilder_ServerInstallLocomotiveTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerInstallWagonModule \ static_assert(alignof(FGTrainBuilder_ServerInstallWagonModule) == 0x000001, "Wrong alignment on FGTrainBuilder_ServerInstallWagonModule"); \ static_assert(sizeof(FGTrainBuilder_ServerInstallWagonModule) == 0x000001, "Wrong size on FGTrainBuilder_ServerInstallWagonModule"); \ static_assert(offsetof(FGTrainBuilder_ServerInstallWagonModule, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_ServerInstallWagonModule::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerRemovePlatform \ static_assert(alignof(FGTrainBuilder_ServerRemovePlatform) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerRemovePlatform"); \ static_assert(sizeof(FGTrainBuilder_ServerRemovePlatform) == 0x000008, "Wrong size on FGTrainBuilder_ServerRemovePlatform"); \ static_assert(offsetof(FGTrainBuilder_ServerRemovePlatform, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerRemovePlatform::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerRemoveWagonPlatformByIndex \ static_assert(alignof(FGTrainBuilder_ServerRemoveWagonPlatformByIndex) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerRemoveWagonPlatformByIndex"); \ static_assert(sizeof(FGTrainBuilder_ServerRemoveWagonPlatformByIndex) == 0x000004, "Wrong size on FGTrainBuilder_ServerRemoveWagonPlatformByIndex"); \ static_assert(offsetof(FGTrainBuilder_ServerRemoveWagonPlatformByIndex, WagonIndex) == 0x000000, "Member 'FGTrainBuilder_ServerRemoveWagonPlatformByIndex::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerSetTrainName \ static_assert(alignof(FGTrainBuilder_ServerSetTrainName) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerSetTrainName"); \ static_assert(sizeof(FGTrainBuilder_ServerSetTrainName) == 0x000018, "Wrong size on FGTrainBuilder_ServerSetTrainName"); \ static_assert(offsetof(FGTrainBuilder_ServerSetTrainName, SomeName) == 0x000000, "Member 'FGTrainBuilder_ServerSetTrainName::SomeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerSetWagonFloorRecipe \ static_assert(alignof(FGTrainBuilder_ServerSetWagonFloorRecipe) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerSetWagonFloorRecipe"); \ static_assert(sizeof(FGTrainBuilder_ServerSetWagonFloorRecipe) == 0x000004, "Wrong size on FGTrainBuilder_ServerSetWagonFloorRecipe"); \ static_assert(offsetof(FGTrainBuilder_ServerSetWagonFloorRecipe, RecipeID) == 0x000000, "Member 'FGTrainBuilder_ServerSetWagonFloorRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerSetWagonModuleInstallMode \ static_assert(alignof(FGTrainBuilder_ServerSetWagonModuleInstallMode) == 0x000001, "Wrong alignment on FGTrainBuilder_ServerSetWagonModuleInstallMode"); \ static_assert(sizeof(FGTrainBuilder_ServerSetWagonModuleInstallMode) == 0x000001, "Wrong size on FGTrainBuilder_ServerSetWagonModuleInstallMode"); \ static_assert(offsetof(FGTrainBuilder_ServerSetWagonModuleInstallMode, NewWagonModuleInstallMode) == 0x000000, "Member 'FGTrainBuilder_ServerSetWagonModuleInstallMode::NewWagonModuleInstallMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerSetWagonWallRecipe \ static_assert(alignof(FGTrainBuilder_ServerSetWagonWallRecipe) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerSetWagonWallRecipe"); \ static_assert(sizeof(FGTrainBuilder_ServerSetWagonWallRecipe) == 0x000004, "Wrong size on FGTrainBuilder_ServerSetWagonWallRecipe"); \ static_assert(offsetof(FGTrainBuilder_ServerSetWagonWallRecipe, RecipeID) == 0x000000, "Member 'FGTrainBuilder_ServerSetWagonWallRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerStartArmorWallProject \ static_assert(alignof(FGTrainBuilder_ServerStartArmorWallProject) == 0x000001, "Wrong alignment on FGTrainBuilder_ServerStartArmorWallProject"); \ static_assert(sizeof(FGTrainBuilder_ServerStartArmorWallProject) == 0x000001, "Wrong size on FGTrainBuilder_ServerStartArmorWallProject"); \ static_assert(offsetof(FGTrainBuilder_ServerStartArmorWallProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_ServerStartArmorWallProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerStartWagonFloorProject \ static_assert(alignof(FGTrainBuilder_ServerStartWagonFloorProject) == 0x000001, "Wrong alignment on FGTrainBuilder_ServerStartWagonFloorProject"); \ static_assert(sizeof(FGTrainBuilder_ServerStartWagonFloorProject) == 0x000001, "Wrong size on FGTrainBuilder_ServerStartWagonFloorProject"); \ static_assert(offsetof(FGTrainBuilder_ServerStartWagonFloorProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_ServerStartWagonFloorProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerStartWagonWallProject \ static_assert(alignof(FGTrainBuilder_ServerStartWagonWallProject) == 0x000001, "Wrong alignment on FGTrainBuilder_ServerStartWagonWallProject"); \ static_assert(sizeof(FGTrainBuilder_ServerStartWagonWallProject) == 0x000001, "Wrong size on FGTrainBuilder_ServerStartWagonWallProject"); \ static_assert(offsetof(FGTrainBuilder_ServerStartWagonWallProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_ServerStartWagonWallProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUninstallArmorWall \ static_assert(alignof(FGTrainBuilder_ServerUninstallArmorWall) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUninstallArmorWall"); \ static_assert(sizeof(FGTrainBuilder_ServerUninstallArmorWall) == 0x000018, "Wrong size on FGTrainBuilder_ServerUninstallArmorWall"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallArmorWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerUninstallArmorWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallArmorWall, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUninstallArmorWall::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallArmorWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_ServerUninstallArmorWall::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUninstallLocomotiveTurret \ static_assert(alignof(FGTrainBuilder_ServerUninstallLocomotiveTurret) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUninstallLocomotiveTurret"); \ static_assert(sizeof(FGTrainBuilder_ServerUninstallLocomotiveTurret) == 0x000008, "Wrong size on FGTrainBuilder_ServerUninstallLocomotiveTurret"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallLocomotiveTurret, AttachComponent) == 0x000000, "Member 'FGTrainBuilder_ServerUninstallLocomotiveTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUninstallWagonFloor \ static_assert(alignof(FGTrainBuilder_ServerUninstallWagonFloor) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUninstallWagonFloor"); \ static_assert(sizeof(FGTrainBuilder_ServerUninstallWagonFloor) == 0x000018, "Wrong size on FGTrainBuilder_ServerUninstallWagonFloor"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonFloor, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerUninstallWagonFloor::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonFloor, FloorMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUninstallWagonFloor::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonFloor, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_ServerUninstallWagonFloor::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUninstallWagonModule \ static_assert(alignof(FGTrainBuilder_ServerUninstallWagonModule) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUninstallWagonModule"); \ static_assert(sizeof(FGTrainBuilder_ServerUninstallWagonModule) == 0x000010, "Wrong size on FGTrainBuilder_ServerUninstallWagonModule"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonModule, WagonModule) == 0x000000, "Member 'FGTrainBuilder_ServerUninstallWagonModule::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonModule, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_ServerUninstallWagonModule::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUninstallWagonWall \ static_assert(alignof(FGTrainBuilder_ServerUninstallWagonWall) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUninstallWagonWall"); \ static_assert(sizeof(FGTrainBuilder_ServerUninstallWagonWall) == 0x000018, "Wrong size on FGTrainBuilder_ServerUninstallWagonWall"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerUninstallWagonWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonWall, WallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUninstallWagonWall::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUninstallWagonWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_ServerUninstallWagonWall::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateArmorWallEditMode \ static_assert(alignof(FGTrainBuilder_ServerUpdateArmorWallEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUpdateArmorWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateArmorWallEditMode) == 0x000010, "Wrong size on FGTrainBuilder_ServerUpdateArmorWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateArmorWallEditMode, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateArmorWallEditMode::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateArmorWallEditMode, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUpdateArmorWallEditMode::ArmorWallMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateWagonFloorEditMode \ static_assert(alignof(FGTrainBuilder_ServerUpdateWagonFloorEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUpdateWagonFloorEditMode"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateWagonFloorEditMode) == 0x000010, "Wrong size on FGTrainBuilder_ServerUpdateWagonFloorEditMode"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonFloorEditMode, FloorWagon) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateWagonFloorEditMode::FloorWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonFloorEditMode, FloorMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUpdateWagonFloorEditMode::FloorMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateWagonModuleCell \ static_assert(alignof(FGTrainBuilder_ServerUpdateWagonModuleCell) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUpdateWagonModuleCell"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateWagonModuleCell) == 0x000010, "Wrong size on FGTrainBuilder_ServerUpdateWagonModuleCell"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonModuleCell, NewWagon) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateWagonModuleCell::NewWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonModuleCell, NewCell) == 0x000008, "Member 'FGTrainBuilder_ServerUpdateWagonModuleCell::NewCell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation \ static_assert(alignof(FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation) == 0x000018, "Wrong size on FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation, NewWagon) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation::NewWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation, ModuleOffset) == 0x000008, "Member 'FGTrainBuilder_ServerUpdateWagonModuleFreeModeLocation::ModuleOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateWagonModuleRotation \ static_assert(alignof(FGTrainBuilder_ServerUpdateWagonModuleRotation) == 0x000004, "Wrong alignment on FGTrainBuilder_ServerUpdateWagonModuleRotation"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateWagonModuleRotation) == 0x00000C, "Wrong size on FGTrainBuilder_ServerUpdateWagonModuleRotation"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonModuleRotation, Rotation) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateWagonModuleRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerUpdateWagonWallEditMode \ static_assert(alignof(FGTrainBuilder_ServerUpdateWagonWallEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerUpdateWagonWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_ServerUpdateWagonWallEditMode) == 0x000010, "Wrong size on FGTrainBuilder_ServerUpdateWagonWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonWallEditMode, WallWagon) == 0x000000, "Member 'FGTrainBuilder_ServerUpdateWagonWallEditMode::WallWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_ServerUpdateWagonWallEditMode, WallMesh) == 0x000008, "Member 'FGTrainBuilder_ServerUpdateWagonWallEditMode::WallMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerWagonMoveBack \ static_assert(alignof(FGTrainBuilder_ServerWagonMoveBack) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerWagonMoveBack"); \ static_assert(sizeof(FGTrainBuilder_ServerWagonMoveBack) == 0x000008, "Wrong size on FGTrainBuilder_ServerWagonMoveBack"); \ static_assert(offsetof(FGTrainBuilder_ServerWagonMoveBack, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerWagonMoveBack::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_ServerWagonMoveForward \ static_assert(alignof(FGTrainBuilder_ServerWagonMoveForward) == 0x000008, "Wrong alignment on FGTrainBuilder_ServerWagonMoveForward"); \ static_assert(sizeof(FGTrainBuilder_ServerWagonMoveForward) == 0x000008, "Wrong size on FGTrainBuilder_ServerWagonMoveForward"); \ static_assert(offsetof(FGTrainBuilder_ServerWagonMoveForward, Wagon) == 0x000000, "Member 'FGTrainBuilder_ServerWagonMoveForward::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_SetTrainName \ static_assert(alignof(FGTrainBuilder_SetTrainName) == 0x000008, "Wrong alignment on FGTrainBuilder_SetTrainName"); \ static_assert(sizeof(FGTrainBuilder_SetTrainName) == 0x000018, "Wrong size on FGTrainBuilder_SetTrainName"); \ static_assert(offsetof(FGTrainBuilder_SetTrainName, NewName) == 0x000000, "Member 'FGTrainBuilder_SetTrainName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_SetWagonFloorRecipe \ static_assert(alignof(FGTrainBuilder_SetWagonFloorRecipe) == 0x000004, "Wrong alignment on FGTrainBuilder_SetWagonFloorRecipe"); \ static_assert(sizeof(FGTrainBuilder_SetWagonFloorRecipe) == 0x000004, "Wrong size on FGTrainBuilder_SetWagonFloorRecipe"); \ static_assert(offsetof(FGTrainBuilder_SetWagonFloorRecipe, RecipeID) == 0x000000, "Member 'FGTrainBuilder_SetWagonFloorRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_SetWagonModuleInstallMode \ static_assert(alignof(FGTrainBuilder_SetWagonModuleInstallMode) == 0x000001, "Wrong alignment on FGTrainBuilder_SetWagonModuleInstallMode"); \ static_assert(sizeof(FGTrainBuilder_SetWagonModuleInstallMode) == 0x000001, "Wrong size on FGTrainBuilder_SetWagonModuleInstallMode"); \ static_assert(offsetof(FGTrainBuilder_SetWagonModuleInstallMode, NewWagonModuleInstallMode) == 0x000000, "Member 'FGTrainBuilder_SetWagonModuleInstallMode::NewWagonModuleInstallMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_SetWagonWallRecipe \ static_assert(alignof(FGTrainBuilder_SetWagonWallRecipe) == 0x000004, "Wrong alignment on FGTrainBuilder_SetWagonWallRecipe"); \ static_assert(sizeof(FGTrainBuilder_SetWagonWallRecipe) == 0x000004, "Wrong size on FGTrainBuilder_SetWagonWallRecipe"); \ static_assert(offsetof(FGTrainBuilder_SetWagonWallRecipe, RecipeID) == 0x000000, "Member 'FGTrainBuilder_SetWagonWallRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_StartArmorWallProject \ static_assert(alignof(FGTrainBuilder_StartArmorWallProject) == 0x000001, "Wrong alignment on FGTrainBuilder_StartArmorWallProject"); \ static_assert(sizeof(FGTrainBuilder_StartArmorWallProject) == 0x000001, "Wrong size on FGTrainBuilder_StartArmorWallProject"); \ static_assert(offsetof(FGTrainBuilder_StartArmorWallProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_StartArmorWallProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_StartWagonFloorProject \ static_assert(alignof(FGTrainBuilder_StartWagonFloorProject) == 0x000001, "Wrong alignment on FGTrainBuilder_StartWagonFloorProject"); \ static_assert(sizeof(FGTrainBuilder_StartWagonFloorProject) == 0x000001, "Wrong size on FGTrainBuilder_StartWagonFloorProject"); \ static_assert(offsetof(FGTrainBuilder_StartWagonFloorProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_StartWagonFloorProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_StartWagonWallProject \ static_assert(alignof(FGTrainBuilder_StartWagonWallProject) == 0x000001, "Wrong alignment on FGTrainBuilder_StartWagonWallProject"); \ static_assert(sizeof(FGTrainBuilder_StartWagonWallProject) == 0x000001, "Wrong size on FGTrainBuilder_StartWagonWallProject"); \ static_assert(offsetof(FGTrainBuilder_StartWagonWallProject, bFromDepot) == 0x000000, "Member 'FGTrainBuilder_StartWagonWallProject::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UninstallArmorWall \ static_assert(alignof(FGTrainBuilder_UninstallArmorWall) == 0x000008, "Wrong alignment on FGTrainBuilder_UninstallArmorWall"); \ static_assert(sizeof(FGTrainBuilder_UninstallArmorWall) == 0x000018, "Wrong size on FGTrainBuilder_UninstallArmorWall"); \ static_assert(offsetof(FGTrainBuilder_UninstallArmorWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_UninstallArmorWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallArmorWall, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_UninstallArmorWall::ArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallArmorWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_UninstallArmorWall::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UninstallLocomotiveTurret \ static_assert(alignof(FGTrainBuilder_UninstallLocomotiveTurret) == 0x000008, "Wrong alignment on FGTrainBuilder_UninstallLocomotiveTurret"); \ static_assert(sizeof(FGTrainBuilder_UninstallLocomotiveTurret) == 0x000008, "Wrong size on FGTrainBuilder_UninstallLocomotiveTurret"); \ static_assert(offsetof(FGTrainBuilder_UninstallLocomotiveTurret, AttachComponent) == 0x000000, "Member 'FGTrainBuilder_UninstallLocomotiveTurret::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UninstallWagonFloor \ static_assert(alignof(FGTrainBuilder_UninstallWagonFloor) == 0x000008, "Wrong alignment on FGTrainBuilder_UninstallWagonFloor"); \ static_assert(sizeof(FGTrainBuilder_UninstallWagonFloor) == 0x000018, "Wrong size on FGTrainBuilder_UninstallWagonFloor"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonFloor, Wagon) == 0x000000, "Member 'FGTrainBuilder_UninstallWagonFloor::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonFloor, FloorMesh) == 0x000008, "Member 'FGTrainBuilder_UninstallWagonFloor::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonFloor, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_UninstallWagonFloor::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UninstallWagonModule \ static_assert(alignof(FGTrainBuilder_UninstallWagonModule) == 0x000008, "Wrong alignment on FGTrainBuilder_UninstallWagonModule"); \ static_assert(sizeof(FGTrainBuilder_UninstallWagonModule) == 0x000010, "Wrong size on FGTrainBuilder_UninstallWagonModule"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonModule, WagonModule) == 0x000000, "Member 'FGTrainBuilder_UninstallWagonModule::WagonModule' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonModule, bFromDepot) == 0x000008, "Member 'FGTrainBuilder_UninstallWagonModule::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UninstallWagonWall \ static_assert(alignof(FGTrainBuilder_UninstallWagonWall) == 0x000008, "Wrong alignment on FGTrainBuilder_UninstallWagonWall"); \ static_assert(sizeof(FGTrainBuilder_UninstallWagonWall) == 0x000018, "Wrong size on FGTrainBuilder_UninstallWagonWall"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonWall, Wagon) == 0x000000, "Member 'FGTrainBuilder_UninstallWagonWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonWall, WallMesh) == 0x000008, "Member 'FGTrainBuilder_UninstallWagonWall::WallMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UninstallWagonWall, bFromDepot) == 0x000010, "Member 'FGTrainBuilder_UninstallWagonWall::bFromDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateArmorWallEditMode \ static_assert(alignof(FGTrainBuilder_UpdateArmorWallEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateArmorWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_UpdateArmorWallEditMode) == 0x000010, "Wrong size on FGTrainBuilder_UpdateArmorWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_UpdateArmorWallEditMode, Wagon) == 0x000000, "Member 'FGTrainBuilder_UpdateArmorWallEditMode::Wagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateArmorWallEditMode, ArmorWallMesh) == 0x000008, "Member 'FGTrainBuilder_UpdateArmorWallEditMode::ArmorWallMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonFloorEditMode \ static_assert(alignof(FGTrainBuilder_UpdateWagonFloorEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateWagonFloorEditMode"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonFloorEditMode) == 0x000018, "Wrong size on FGTrainBuilder_UpdateWagonFloorEditMode"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonFloorEditMode, FloorWagon) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonFloorEditMode::FloorWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonFloorEditMode, FloorMesh) == 0x000008, "Member 'FGTrainBuilder_UpdateWagonFloorEditMode::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonFloorEditMode, ReturnValue) == 0x000010, "Member 'FGTrainBuilder_UpdateWagonFloorEditMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonModuleCell \ static_assert(alignof(FGTrainBuilder_UpdateWagonModuleCell) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateWagonModuleCell"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonModuleCell) == 0x000010, "Wrong size on FGTrainBuilder_UpdateWagonModuleCell"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleCell, NewWagon) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonModuleCell::NewWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleCell, NewCell) == 0x000008, "Member 'FGTrainBuilder_UpdateWagonModuleCell::NewCell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonModuleFreeModeLocation \ static_assert(alignof(FGTrainBuilder_UpdateWagonModuleFreeModeLocation) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateWagonModuleFreeModeLocation"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonModuleFreeModeLocation) == 0x000018, "Wrong size on FGTrainBuilder_UpdateWagonModuleFreeModeLocation"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleFreeModeLocation, NewWagon) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonModuleFreeModeLocation::NewWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleFreeModeLocation, WorldLocation) == 0x000008, "Member 'FGTrainBuilder_UpdateWagonModuleFreeModeLocation::WorldLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonModuleLocation \ static_assert(alignof(FGTrainBuilder_UpdateWagonModuleLocation) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateWagonModuleLocation"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonModuleLocation) == 0x000018, "Wrong size on FGTrainBuilder_UpdateWagonModuleLocation"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleLocation, NewWagon) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonModuleLocation::NewWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleLocation, WorldLocation) == 0x000008, "Member 'FGTrainBuilder_UpdateWagonModuleLocation::WorldLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonModuleRotation \ static_assert(alignof(FGTrainBuilder_UpdateWagonModuleRotation) == 0x000004, "Wrong alignment on FGTrainBuilder_UpdateWagonModuleRotation"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonModuleRotation) == 0x00000C, "Wrong size on FGTrainBuilder_UpdateWagonModuleRotation"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonModuleRotation, Rotation) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonModuleRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_UpdateWagonWallEditMode \ static_assert(alignof(FGTrainBuilder_UpdateWagonWallEditMode) == 0x000008, "Wrong alignment on FGTrainBuilder_UpdateWagonWallEditMode"); \ static_assert(sizeof(FGTrainBuilder_UpdateWagonWallEditMode) == 0x000010, "Wrong size on FGTrainBuilder_UpdateWagonWallEditMode"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonWallEditMode, WallWagon) == 0x000000, "Member 'FGTrainBuilder_UpdateWagonWallEditMode::WallWagon' has a wrong offset!"); \ static_assert(offsetof(FGTrainBuilder_UpdateWagonWallEditMode, WallMesh) == 0x000008, "Member 'FGTrainBuilder_UpdateWagonWallEditMode::WallMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_WagonMoveBack \ static_assert(alignof(FGTrainBuilder_WagonMoveBack) == 0x000008, "Wrong alignment on FGTrainBuilder_WagonMoveBack"); \ static_assert(sizeof(FGTrainBuilder_WagonMoveBack) == 0x000008, "Wrong size on FGTrainBuilder_WagonMoveBack"); \ static_assert(offsetof(FGTrainBuilder_WagonMoveBack, Wagon) == 0x000000, "Member 'FGTrainBuilder_WagonMoveBack::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainBuilder_WagonMoveForward \ static_assert(alignof(FGTrainBuilder_WagonMoveForward) == 0x000008, "Wrong alignment on FGTrainBuilder_WagonMoveForward"); \ static_assert(sizeof(FGTrainBuilder_WagonMoveForward) == 0x000008, "Wrong size on FGTrainBuilder_WagonMoveForward"); \ static_assert(offsetof(FGTrainBuilder_WagonMoveForward, Wagon) == 0x000000, "Member 'FGTrainBuilder_WagonMoveForward::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTrainBuilder \ static_assert(alignof(AFGTrainBuilder) == 0x000008, "Wrong alignment on AFGTrainBuilder"); \ static_assert(sizeof(AFGTrainBuilder) == 0x000318, "Wrong size on AFGTrainBuilder"); \ static_assert(offsetof(AFGTrainBuilder, PlayerTrain) == 0x000220, "Member 'AFGTrainBuilder::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bDebugBuildFloor) == 0x000228, "Member 'AFGTrainBuilder::bDebugBuildFloor' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bInitialized) == 0x000229, "Member 'AFGTrainBuilder::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, BuildQueue) == 0x000230, "Member 'AFGTrainBuilder::BuildQueue' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, OnBuildQueueUpdate) == 0x000250, "Member 'AFGTrainBuilder::OnBuildQueueUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, WagonModuleInstallMode) == 0x000260, "Member 'AFGTrainBuilder::WagonModuleInstallMode' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWagonModule) == 0x000268, "Member 'AFGTrainBuilder::TemporaryWagonModule' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryValidationWagonModule) == 0x000270, "Member 'AFGTrainBuilder::TemporaryValidationWagonModule' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bShouldInstallWagonModule) == 0x000278, "Member 'AFGTrainBuilder::bShouldInstallWagonModule' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, OnWagonModuleInstall) == 0x000280, "Member 'AFGTrainBuilder::OnWagonModuleInstall' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWagonModuleCell) == 0x000290, "Member 'AFGTrainBuilder::TemporaryWagonModuleCell' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWagonModuleOffset) == 0x000294, "Member 'AFGTrainBuilder::TemporaryWagonModuleOffset' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWagonModuleWagon) == 0x0002A0, "Member 'AFGTrainBuilder::TemporaryWagonModuleWagon' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, PreviousTemporaryWagonLocation) == 0x0002A8, "Member 'AFGTrainBuilder::PreviousTemporaryWagonLocation' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bCanPlaceWagonModule) == 0x0002B4, "Member 'AFGTrainBuilder::bCanPlaceWagonModule' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bShouldEditWagonFloor) == 0x0002B5, "Member 'AFGTrainBuilder::bShouldEditWagonFloor' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryFloorWagon) == 0x0002B8, "Member 'AFGTrainBuilder::TemporaryFloorWagon' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryFloorMesh) == 0x0002C0, "Member 'AFGTrainBuilder::TemporaryFloorMesh' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bShouldEditWagonWall) == 0x0002C8, "Member 'AFGTrainBuilder::bShouldEditWagonWall' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWallWagon) == 0x0002D0, "Member 'AFGTrainBuilder::TemporaryWallWagon' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryWallMesh) == 0x0002D8, "Member 'AFGTrainBuilder::TemporaryWallMesh' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, WallRecipeId) == 0x0002E0, "Member 'AFGTrainBuilder::WallRecipeId' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, bShouldEditArmorWall) == 0x0002E4, "Member 'AFGTrainBuilder::bShouldEditArmorWall' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryArmorWallWagon) == 0x0002E8, "Member 'AFGTrainBuilder::TemporaryArmorWallWagon' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TemporaryArmorWallMesh) == 0x0002F0, "Member 'AFGTrainBuilder::TemporaryArmorWallMesh' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, ArmorWallRecipeId) == 0x0002F8, "Member 'AFGTrainBuilder::ArmorWallRecipeId' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, TH_CalculateBuildQueue) == 0x000300, "Member 'AFGTrainBuilder::TH_CalculateBuildQueue' has a wrong offset!"); \ static_assert(offsetof(AFGTrainBuilder, ObjectTypes2) == 0x000308, "Member 'AFGTrainBuilder::ObjectTypes2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPuzzleController_SetPuzzleDifficulty \ static_assert(alignof(FGPuzzleController_SetPuzzleDifficulty) == 0x000001, "Wrong alignment on FGPuzzleController_SetPuzzleDifficulty"); \ static_assert(sizeof(FGPuzzleController_SetPuzzleDifficulty) == 0x000001, "Wrong size on FGPuzzleController_SetPuzzleDifficulty"); \ static_assert(offsetof(FGPuzzleController_SetPuzzleDifficulty, InPuzzleDifficulty) == 0x000000, "Member 'FGPuzzleController_SetPuzzleDifficulty::InPuzzleDifficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPuzzleController \ static_assert(alignof(AFGPuzzleController) == 0x000008, "Wrong alignment on AFGPuzzleController"); \ static_assert(sizeof(AFGPuzzleController) == 0x000230, "Wrong size on AFGPuzzleController"); \ static_assert(offsetof(AFGPuzzleController, OwnerChunk) == 0x000220, "Member 'AFGPuzzleController::OwnerChunk' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleController, PuzzleType) == 0x000228, "Member 'AFGPuzzleController::PuzzleType' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleController, EditorTestDifficulty) == 0x000229, "Member 'AFGPuzzleController::EditorTestDifficulty' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleController, PuzzleDifficulty) == 0x00022A, "Member 'AFGPuzzleController::PuzzleDifficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings \ static_assert(alignof(FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings) == 0x000008, "Wrong alignment on FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings"); \ static_assert(sizeof(FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings) == 0x000018, "Wrong size on FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings"); \ static_assert(offsetof(FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings, GeneratorVersion) == 0x000000, "Member 'FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings::GeneratorVersion' has a wrong offset!"); \ static_assert(offsetof(FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings, ReturnValue) == 0x000008, "Member 'FGPuzzleIslandGenerator_GetPuzzleIslandSublevelSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPuzzleIslandGenerator_IsInitialized \ static_assert(alignof(FGPuzzleIslandGenerator_IsInitialized) == 0x000001, "Wrong alignment on FGPuzzleIslandGenerator_IsInitialized"); \ static_assert(sizeof(FGPuzzleIslandGenerator_IsInitialized) == 0x000001, "Wrong size on FGPuzzleIslandGenerator_IsInitialized"); \ static_assert(offsetof(FGPuzzleIslandGenerator_IsInitialized, ReturnValue) == 0x000000, "Member 'FGPuzzleIslandGenerator_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPuzzleIslandGenerator \ static_assert(alignof(AFGPuzzleIslandGenerator) == 0x000008, "Wrong alignment on AFGPuzzleIslandGenerator"); \ static_assert(sizeof(AFGPuzzleIslandGenerator) == 0x000290, "Wrong size on AFGPuzzleIslandGenerator"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, VI_PuzzleIslandSublevelSettingsDataTable) == 0x000220, "Member 'AFGPuzzleIslandGenerator::VI_PuzzleIslandSublevelSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, VI_PuzzleIslandSublevelSettings) == 0x000228, "Member 'AFGPuzzleIslandGenerator::VI_PuzzleIslandSublevelSettings' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleGenerationSettingsDataTable) == 0x000238, "Member 'AFGPuzzleIslandGenerator::PuzzleGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleGenerationSettings) == 0x000240, "Member 'AFGPuzzleIslandGenerator::PuzzleGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleDifficultySettingsDataTable) == 0x000250, "Member 'AFGPuzzleIslandGenerator::PuzzleDifficultySettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleDifficultySettings) == 0x000258, "Member 'AFGPuzzleIslandGenerator::PuzzleDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleMapCountSettingsDataTable) == 0x000268, "Member 'AFGPuzzleIslandGenerator::PuzzleMapCountSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, PuzzleMapCountSettings) == 0x000270, "Member 'AFGPuzzleIslandGenerator::PuzzleMapCountSettings' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, bIsInitialized) == 0x000280, "Member 'AFGPuzzleIslandGenerator::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleIslandGenerator, CachedWorldStateManager) == 0x000288, "Member 'AFGPuzzleIslandGenerator::CachedWorldStateManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_CanStart \ static_assert(alignof(FGSimpleTask_CanStart) == 0x000001, "Wrong alignment on FGSimpleTask_CanStart"); \ static_assert(sizeof(FGSimpleTask_CanStart) == 0x000001, "Wrong size on FGSimpleTask_CanStart"); \ static_assert(offsetof(FGSimpleTask_CanStart, ReturnValue) == 0x000000, "Member 'FGSimpleTask_CanStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_GetActiveMarks \ static_assert(alignof(FGSimpleTask_GetActiveMarks) == 0x000008, "Wrong alignment on FGSimpleTask_GetActiveMarks"); \ static_assert(sizeof(FGSimpleTask_GetActiveMarks) == 0x000010, "Wrong size on FGSimpleTask_GetActiveMarks"); \ static_assert(offsetof(FGSimpleTask_GetActiveMarks, ReturnValue) == 0x000000, "Member 'FGSimpleTask_GetActiveMarks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_GetTaskProgress \ static_assert(alignof(FGSimpleTask_GetTaskProgress) == 0x000008, "Wrong alignment on FGSimpleTask_GetTaskProgress"); \ static_assert(sizeof(FGSimpleTask_GetTaskProgress) == 0x000018, "Wrong size on FGSimpleTask_GetTaskProgress"); \ static_assert(offsetof(FGSimpleTask_GetTaskProgress, ReturnValue) == 0x000000, "Member 'FGSimpleTask_GetTaskProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_GetTaskTitle \ static_assert(alignof(FGSimpleTask_GetTaskTitle) == 0x000008, "Wrong alignment on FGSimpleTask_GetTaskTitle"); \ static_assert(sizeof(FGSimpleTask_GetTaskTitle) == 0x000018, "Wrong size on FGSimpleTask_GetTaskTitle"); \ static_assert(offsetof(FGSimpleTask_GetTaskTitle, ReturnValue) == 0x000000, "Member 'FGSimpleTask_GetTaskTitle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_GetLevelName \ static_assert(alignof(FGSimpleTask_GetLevelName) == 0x000008, "Wrong alignment on FGSimpleTask_GetLevelName"); \ static_assert(sizeof(FGSimpleTask_GetLevelName) == 0x000010, "Wrong size on FGSimpleTask_GetLevelName"); \ static_assert(offsetof(FGSimpleTask_GetLevelName, ReturnValue) == 0x000000, "Member 'FGSimpleTask_GetLevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSimpleTask_GetTimeSeconds \ static_assert(alignof(FGSimpleTask_GetTimeSeconds) == 0x000004, "Wrong alignment on FGSimpleTask_GetTimeSeconds"); \ static_assert(sizeof(FGSimpleTask_GetTimeSeconds) == 0x000004, "Wrong size on FGSimpleTask_GetTimeSeconds"); \ static_assert(offsetof(FGSimpleTask_GetTimeSeconds, ReturnValue) == 0x000000, "Member 'FGSimpleTask_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSimpleTask \ static_assert(alignof(UFGSimpleTask) == 0x000008, "Wrong alignment on UFGSimpleTask"); \ static_assert(sizeof(UFGSimpleTask) == 0x000038, "Wrong size on UFGSimpleTask"); \ static_assert(offsetof(UFGSimpleTask, bComplete) == 0x000028, "Member 'UFGSimpleTask::bComplete' has a wrong offset!"); \ static_assert(offsetof(UFGSimpleTask, bStarted) == 0x000029, "Member 'UFGSimpleTask::bStarted' has a wrong offset!"); \ static_assert(offsetof(UFGSimpleTask, Owner) == 0x000030, "Member 'UFGSimpleTask::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestTask_OnQuestEvent \ static_assert(alignof(FGQuestTask_OnQuestEvent) == 0x000004, "Wrong alignment on FGQuestTask_OnQuestEvent"); \ static_assert(sizeof(FGQuestTask_OnQuestEvent) == 0x00000C, "Wrong size on FGQuestTask_OnQuestEvent"); \ static_assert(offsetof(FGQuestTask_OnQuestEvent, EventName) == 0x000000, "Member 'FGQuestTask_OnQuestEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(FGQuestTask_OnQuestEvent, ReturnValue) == 0x000008, "Member 'FGQuestTask_OnQuestEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestTask \ static_assert(alignof(UFGQuestTask) == 0x000008, "Wrong alignment on UFGQuestTask"); \ static_assert(sizeof(UFGQuestTask) == 0x000058, "Wrong size on UFGQuestTask"); \ static_assert(offsetof(UFGQuestTask, TaskType) == 0x000038, "Member 'UFGQuestTask::TaskType' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTask, QuestManagerOwner) == 0x000040, "Member 'UFGQuestTask::QuestManagerOwner' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTask, Delay) == 0x000048, "Member 'UFGQuestTask::Delay' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTask, ElapsedDelay) == 0x00004C, "Member 'UFGQuestTask::ElapsedDelay' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTask, WorldProgressOnComplete) == 0x000050, "Member 'UFGQuestTask::WorldProgressOnComplete' has a wrong offset!"); \ static_assert(offsetof(UFGQuestTask, bQuestTriggeredFromSave) == 0x000051, "Member 'UFGQuestTask::bQuestTriggeredFromSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGPuzzleLootSpawnController \ static_assert(alignof(AFGPuzzleLootSpawnController) == 0x000008, "Wrong alignment on AFGPuzzleLootSpawnController"); \ static_assert(sizeof(AFGPuzzleLootSpawnController) == 0x000260, "Wrong size on AFGPuzzleLootSpawnController"); \ static_assert(offsetof(AFGPuzzleLootSpawnController, PuzzleController) == 0x000248, "Member 'AFGPuzzleLootSpawnController::PuzzleController' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleLootSpawnController, CasketSpawnPoint) == 0x000250, "Member 'AFGPuzzleLootSpawnController::CasketSpawnPoint' has a wrong offset!"); \ static_assert(offsetof(AFGPuzzleLootSpawnController, CasketSpawnPointsClass) == 0x000258, "Member 'AFGPuzzleLootSpawnController::CasketSpawnPointsClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVoidLootSpawnPoint \ static_assert(alignof(AFGVoidLootSpawnPoint) == 0x000008, "Wrong alignment on AFGVoidLootSpawnPoint"); \ static_assert(sizeof(AFGVoidLootSpawnPoint) == 0x000220, "Wrong size on AFGVoidLootSpawnPoint"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_Client_ForceTrackedQuest \ static_assert(alignof(FGQuestDiaryComponent_Client_ForceTrackedQuest) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_Client_ForceTrackedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_Client_ForceTrackedQuest) == 0x000008, "Wrong size on FGQuestDiaryComponent_Client_ForceTrackedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_Client_ForceTrackedQuest, Tag) == 0x000000, "Member 'FGQuestDiaryComponent_Client_ForceTrackedQuest::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnAddQuest \ static_assert(alignof(FGQuestDiaryComponent_ClientOnAddQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnAddQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnAddQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnAddQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnAddQuest, QuestView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnAddQuest::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnQuestComplete \ static_assert(alignof(FGQuestDiaryComponent_ClientOnQuestComplete) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnQuestComplete"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnQuestComplete) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnQuestComplete"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnQuestComplete, QuestView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnQuestComplete::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnQuestStart \ static_assert(alignof(FGQuestDiaryComponent_ClientOnQuestStart) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnQuestStart"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnQuestStart) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnQuestStart"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnQuestStart, QuestView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnQuestStart::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnRemoveQuest \ static_assert(alignof(FGQuestDiaryComponent_ClientOnRemoveQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnRemoveQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnRemoveQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnRemoveQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnRemoveQuest, QuestView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnRemoveQuest::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnTaskComplete \ static_assert(alignof(FGQuestDiaryComponent_ClientOnTaskComplete) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnTaskComplete"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnTaskComplete) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnTaskComplete"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnTaskComplete, TaskView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnTaskComplete::TaskView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientOnUpdateQuest \ static_assert(alignof(FGQuestDiaryComponent_ClientOnUpdateQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientOnUpdateQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientOnUpdateQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_ClientOnUpdateQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientOnUpdateQuest, QuestView) == 0x000000, "Member 'FGQuestDiaryComponent_ClientOnUpdateQuest::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_ClientPlayDialog \ static_assert(alignof(FGQuestDiaryComponent_ClientPlayDialog) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_ClientPlayDialog"); \ static_assert(sizeof(FGQuestDiaryComponent_ClientPlayDialog) == 0x000038, "Wrong size on FGQuestDiaryComponent_ClientPlayDialog"); \ static_assert(offsetof(FGQuestDiaryComponent_ClientPlayDialog, NarratorDialogue) == 0x000000, "Member 'FGQuestDiaryComponent_ClientPlayDialog::NarratorDialogue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_DebugGenerator \ static_assert(alignof(FGQuestDiaryComponent_DebugGenerator) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_DebugGenerator"); \ static_assert(sizeof(FGQuestDiaryComponent_DebugGenerator) == 0x000010, "Wrong size on FGQuestDiaryComponent_DebugGenerator"); \ static_assert(offsetof(FGQuestDiaryComponent_DebugGenerator, DebugText) == 0x000000, "Member 'FGQuestDiaryComponent_DebugGenerator::DebugText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_GetOwningController \ static_assert(alignof(FGQuestDiaryComponent_GetOwningController) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_GetOwningController"); \ static_assert(sizeof(FGQuestDiaryComponent_GetOwningController) == 0x000008, "Wrong size on FGQuestDiaryComponent_GetOwningController"); \ static_assert(offsetof(FGQuestDiaryComponent_GetOwningController, ReturnValue) == 0x000000, "Member 'FGQuestDiaryComponent_GetOwningController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_GetSelectedQuestTag \ static_assert(alignof(FGQuestDiaryComponent_GetSelectedQuestTag) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_GetSelectedQuestTag"); \ static_assert(sizeof(FGQuestDiaryComponent_GetSelectedQuestTag) == 0x000008, "Wrong size on FGQuestDiaryComponent_GetSelectedQuestTag"); \ static_assert(offsetof(FGQuestDiaryComponent_GetSelectedQuestTag, ReturnValue) == 0x000000, "Member 'FGQuestDiaryComponent_GetSelectedQuestTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_GetSelectedQuestView \ static_assert(alignof(FGQuestDiaryComponent_GetSelectedQuestView) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_GetSelectedQuestView"); \ static_assert(sizeof(FGQuestDiaryComponent_GetSelectedQuestView) == 0x000070, "Wrong size on FGQuestDiaryComponent_GetSelectedQuestView"); \ static_assert(offsetof(FGQuestDiaryComponent_GetSelectedQuestView, ReturnValue) == 0x000000, "Member 'FGQuestDiaryComponent_GetSelectedQuestView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_HaveActiveQuestTask \ static_assert(alignof(FGQuestDiaryComponent_HaveActiveQuestTask) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_HaveActiveQuestTask"); \ static_assert(sizeof(FGQuestDiaryComponent_HaveActiveQuestTask) == 0x00000C, "Wrong size on FGQuestDiaryComponent_HaveActiveQuestTask"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveActiveQuestTask, QuestTaskTag) == 0x000000, "Member 'FGQuestDiaryComponent_HaveActiveQuestTask::QuestTaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveActiveQuestTask, ReturnValue) == 0x000008, "Member 'FGQuestDiaryComponent_HaveActiveQuestTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_HaveCompleteQuestTask \ static_assert(alignof(FGQuestDiaryComponent_HaveCompleteQuestTask) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_HaveCompleteQuestTask"); \ static_assert(sizeof(FGQuestDiaryComponent_HaveCompleteQuestTask) == 0x00000C, "Wrong size on FGQuestDiaryComponent_HaveCompleteQuestTask"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveCompleteQuestTask, QuestTaskTag) == 0x000000, "Member 'FGQuestDiaryComponent_HaveCompleteQuestTask::QuestTaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveCompleteQuestTask, ReturnValue) == 0x000008, "Member 'FGQuestDiaryComponent_HaveCompleteQuestTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_HaveQuest \ static_assert(alignof(FGQuestDiaryComponent_HaveQuest) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_HaveQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_HaveQuest) == 0x00000C, "Wrong size on FGQuestDiaryComponent_HaveQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveQuest, QuestTag) == 0x000000, "Member 'FGQuestDiaryComponent_HaveQuest::QuestTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveQuest, ReturnValue) == 0x000008, "Member 'FGQuestDiaryComponent_HaveQuest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_HaveQuestTask \ static_assert(alignof(FGQuestDiaryComponent_HaveQuestTask) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_HaveQuestTask"); \ static_assert(sizeof(FGQuestDiaryComponent_HaveQuestTask) == 0x00000C, "Wrong size on FGQuestDiaryComponent_HaveQuestTask"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveQuestTask, QuestTaskTag) == 0x000000, "Member 'FGQuestDiaryComponent_HaveQuestTask::QuestTaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_HaveQuestTask, ReturnValue) == 0x000008, "Member 'FGQuestDiaryComponent_HaveQuestTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_OnCharacterDeath \ static_assert(alignof(FGQuestDiaryComponent_OnCharacterDeath) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_OnCharacterDeath"); \ static_assert(sizeof(FGQuestDiaryComponent_OnCharacterDeath) == 0x000008, "Wrong size on FGQuestDiaryComponent_OnCharacterDeath"); \ static_assert(offsetof(FGQuestDiaryComponent_OnCharacterDeath, Sender) == 0x000000, "Member 'FGQuestDiaryComponent_OnCharacterDeath::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_OnQuestFinished \ static_assert(alignof(FGQuestDiaryComponent_OnQuestFinished) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_OnQuestFinished"); \ static_assert(sizeof(FGQuestDiaryComponent_OnQuestFinished) == 0x000008, "Wrong size on FGQuestDiaryComponent_OnQuestFinished"); \ static_assert(offsetof(FGQuestDiaryComponent_OnQuestFinished, Target) == 0x000000, "Member 'FGQuestDiaryComponent_OnQuestFinished::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_PossessJournal \ static_assert(alignof(FGQuestDiaryComponent_PossessJournal) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_PossessJournal"); \ static_assert(sizeof(FGQuestDiaryComponent_PossessJournal) == 0x000008, "Wrong size on FGQuestDiaryComponent_PossessJournal"); \ static_assert(offsetof(FGQuestDiaryComponent_PossessJournal, Journal) == 0x000000, "Member 'FGQuestDiaryComponent_PossessJournal::Journal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_QuestComplete \ static_assert(alignof(FGQuestDiaryComponent_QuestComplete) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_QuestComplete"); \ static_assert(sizeof(FGQuestDiaryComponent_QuestComplete) == 0x000008, "Wrong size on FGQuestDiaryComponent_QuestComplete"); \ static_assert(offsetof(FGQuestDiaryComponent_QuestComplete, Target) == 0x000000, "Member 'FGQuestDiaryComponent_QuestComplete::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_QuestTaskComplete \ static_assert(alignof(FGQuestDiaryComponent_QuestTaskComplete) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_QuestTaskComplete"); \ static_assert(sizeof(FGQuestDiaryComponent_QuestTaskComplete) == 0x000008, "Wrong size on FGQuestDiaryComponent_QuestTaskComplete"); \ static_assert(offsetof(FGQuestDiaryComponent_QuestTaskComplete, Target) == 0x000000, "Member 'FGQuestDiaryComponent_QuestTaskComplete::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_QuestUpdated \ static_assert(alignof(FGQuestDiaryComponent_QuestUpdated) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_QuestUpdated"); \ static_assert(sizeof(FGQuestDiaryComponent_QuestUpdated) == 0x000008, "Wrong size on FGQuestDiaryComponent_QuestUpdated"); \ static_assert(offsetof(FGQuestDiaryComponent_QuestUpdated, Quest) == 0x000000, "Member 'FGQuestDiaryComponent_QuestUpdated::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_RemoveQuest \ static_assert(alignof(FGQuestDiaryComponent_RemoveQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_RemoveQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_RemoveQuest) == 0x000008, "Wrong size on FGQuestDiaryComponent_RemoveQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_RemoveQuest, Quest) == 0x000000, "Member 'FGQuestDiaryComponent_RemoveQuest::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_RemoveTrackedQuest \ static_assert(alignof(FGQuestDiaryComponent_RemoveTrackedQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_RemoveTrackedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_RemoveTrackedQuest) == 0x000078, "Wrong size on FGQuestDiaryComponent_RemoveTrackedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_RemoveTrackedQuest, Quest) == 0x000000, "Member 'FGQuestDiaryComponent_RemoveTrackedQuest::Quest' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_RemoveTrackedQuest, bFromAutoTracking) == 0x000070, "Member 'FGQuestDiaryComponent_RemoveTrackedQuest::bFromAutoTracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_RemoveTrackedQuestFromQuest \ static_assert(alignof(FGQuestDiaryComponent_RemoveTrackedQuestFromQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_RemoveTrackedQuestFromQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_RemoveTrackedQuestFromQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_RemoveTrackedQuestFromQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_RemoveTrackedQuestFromQuest, Quest) == 0x000000, "Member 'FGQuestDiaryComponent_RemoveTrackedQuestFromQuest::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_SetDesiredActiveQuestTask \ static_assert(alignof(FGQuestDiaryComponent_SetDesiredActiveQuestTask) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_SetDesiredActiveQuestTask"); \ static_assert(sizeof(FGQuestDiaryComponent_SetDesiredActiveQuestTask) == 0x000008, "Wrong size on FGQuestDiaryComponent_SetDesiredActiveQuestTask"); \ static_assert(offsetof(FGQuestDiaryComponent_SetDesiredActiveQuestTask, TaskTag) == 0x000000, "Member 'FGQuestDiaryComponent_SetDesiredActiveQuestTask::TaskTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_SetSelectedQuest \ static_assert(alignof(FGQuestDiaryComponent_SetSelectedQuest) == 0x000004, "Wrong alignment on FGQuestDiaryComponent_SetSelectedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_SetSelectedQuest) == 0x000008, "Wrong size on FGQuestDiaryComponent_SetSelectedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_SetSelectedQuest, QuestTag) == 0x000000, "Member 'FGQuestDiaryComponent_SetSelectedQuest::QuestTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_SetTrackedQuest \ static_assert(alignof(FGQuestDiaryComponent_SetTrackedQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_SetTrackedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_SetTrackedQuest) == 0x000078, "Wrong size on FGQuestDiaryComponent_SetTrackedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_SetTrackedQuest, AddedQuest) == 0x000000, "Member 'FGQuestDiaryComponent_SetTrackedQuest::AddedQuest' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_SetTrackedQuest, bFromAutoTracking) == 0x000070, "Member 'FGQuestDiaryComponent_SetTrackedQuest::bFromAutoTracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_SetTrackedQuestFromQuest \ static_assert(alignof(FGQuestDiaryComponent_SetTrackedQuestFromQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_SetTrackedQuestFromQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_SetTrackedQuestFromQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_SetTrackedQuestFromQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_SetTrackedQuestFromQuest, TrackedQuest) == 0x000000, "Member 'FGQuestDiaryComponent_SetTrackedQuestFromQuest::TrackedQuest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_UnPossessJournal \ static_assert(alignof(FGQuestDiaryComponent_UnPossessJournal) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_UnPossessJournal"); \ static_assert(sizeof(FGQuestDiaryComponent_UnPossessJournal) == 0x000008, "Wrong size on FGQuestDiaryComponent_UnPossessJournal"); \ static_assert(offsetof(FGQuestDiaryComponent_UnPossessJournal, Journal) == 0x000000, "Member 'FGQuestDiaryComponent_UnPossessJournal::Journal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_UpdateTrackedQuest \ static_assert(alignof(FGQuestDiaryComponent_UpdateTrackedQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_UpdateTrackedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_UpdateTrackedQuest) == 0x000070, "Wrong size on FGQuestDiaryComponent_UpdateTrackedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_UpdateTrackedQuest, Quest) == 0x000000, "Member 'FGQuestDiaryComponent_UpdateTrackedQuest::Quest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_GetTrackedQuests \ static_assert(alignof(FGQuestDiaryComponent_GetTrackedQuests) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_GetTrackedQuests"); \ static_assert(sizeof(FGQuestDiaryComponent_GetTrackedQuests) == 0x000010, "Wrong size on FGQuestDiaryComponent_GetTrackedQuests"); \ static_assert(offsetof(FGQuestDiaryComponent_GetTrackedQuests, ReturnValue) == 0x000000, "Member 'FGQuestDiaryComponent_GetTrackedQuests::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestDiaryComponent_IsTrackedQuest \ static_assert(alignof(FGQuestDiaryComponent_IsTrackedQuest) == 0x000008, "Wrong alignment on FGQuestDiaryComponent_IsTrackedQuest"); \ static_assert(sizeof(FGQuestDiaryComponent_IsTrackedQuest) == 0x000078, "Wrong size on FGQuestDiaryComponent_IsTrackedQuest"); \ static_assert(offsetof(FGQuestDiaryComponent_IsTrackedQuest, CheckedQuest) == 0x000000, "Member 'FGQuestDiaryComponent_IsTrackedQuest::CheckedQuest' has a wrong offset!"); \ static_assert(offsetof(FGQuestDiaryComponent_IsTrackedQuest, ReturnValue) == 0x000070, "Member 'FGQuestDiaryComponent_IsTrackedQuest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestDiaryComponent \ static_assert(alignof(UFGQuestDiaryComponent) == 0x000008, "Wrong alignment on UFGQuestDiaryComponent"); \ static_assert(sizeof(UFGQuestDiaryComponent) == 0x0002F8, "Wrong size on UFGQuestDiaryComponent"); \ static_assert(offsetof(UFGQuestDiaryComponent, ActiveQuests) == 0x0000B0, "Member 'UFGQuestDiaryComponent::ActiveQuests' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, ActiveQuestsViews) == 0x0000C0, "Member 'UFGQuestDiaryComponent::ActiveQuestsViews' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, StorylineViews) == 0x0000D0, "Member 'UFGQuestDiaryComponent::StorylineViews' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, RequiredItems) == 0x0000E0, "Member 'UFGQuestDiaryComponent::RequiredItems' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, bDebugOn) == 0x0000F0, "Member 'UFGQuestDiaryComponent::bDebugOn' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnActiveViewsUpdate) == 0x0000F8, "Member 'UFGQuestDiaryComponent::OnActiveViewsUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnStorylineUpdate) == 0x000108, "Member 'UFGQuestDiaryComponent::OnStorylineUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnTrackedQuestsUpdate) == 0x000118, "Member 'UFGQuestDiaryComponent::OnTrackedQuestsUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnQuestStart) == 0x000128, "Member 'UFGQuestDiaryComponent::OnQuestStart' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnQuestAdded) == 0x000138, "Member 'UFGQuestDiaryComponent::OnQuestAdded' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnQuestRemoved) == 0x000148, "Member 'UFGQuestDiaryComponent::OnQuestRemoved' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnQuestUpdated) == 0x000158, "Member 'UFGQuestDiaryComponent::OnQuestUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnQuestComplete) == 0x000168, "Member 'UFGQuestDiaryComponent::OnQuestComplete' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnTaskStarted) == 0x000178, "Member 'UFGQuestDiaryComponent::OnTaskStarted' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnTaskComplete) == 0x000188, "Member 'UFGQuestDiaryComponent::OnTaskComplete' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnActiveQuestChanged) == 0x000198, "Member 'UFGQuestDiaryComponent::OnActiveQuestChanged' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, bDebugGenerator) == 0x0001A9, "Member 'UFGQuestDiaryComponent::bDebugGenerator' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, TrackedQuests) == 0x0001B0, "Member 'UFGQuestDiaryComponent::TrackedQuests' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, UntrackedQuests) == 0x0001C0, "Member 'UFGQuestDiaryComponent::UntrackedQuests' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, ManualTrackedQuests) == 0x0001D0, "Member 'UFGQuestDiaryComponent::ManualTrackedQuests' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnShowHelpMessage) == 0x0001E0, "Member 'UFGQuestDiaryComponent::OnShowHelpMessage' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OnHideHelpMessage) == 0x0001F0, "Member 'UFGQuestDiaryComponent::OnHideHelpMessage' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, SelectedQuestTag) == 0x000204, "Member 'UFGQuestDiaryComponent::SelectedQuestTag' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OwningCharacter) == 0x000210, "Member 'UFGQuestDiaryComponent::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, OwningController) == 0x000218, "Member 'UFGQuestDiaryComponent::OwningController' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, QuestManager) == 0x000220, "Member 'UFGQuestDiaryComponent::QuestManager' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, DialogueInstance) == 0x000248, "Member 'UFGQuestDiaryComponent::DialogueInstance' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, ActiveSimpleMarks) == 0x000250, "Member 'UFGQuestDiaryComponent::ActiveSimpleMarks' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, ActiveAreaMarks) == 0x000260, "Member 'UFGQuestDiaryComponent::ActiveAreaMarks' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, RequiredCompleteQuestsForHelpMessage) == 0x000270, "Member 'UFGQuestDiaryComponent::RequiredCompleteQuestsForHelpMessage' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, StoryHelpMessageInfo) == 0x000280, "Member 'UFGQuestDiaryComponent::StoryHelpMessageInfo' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, EndStoryHelpMessageInfo) == 0x0002B0, "Member 'UFGQuestDiaryComponent::EndStoryHelpMessageInfo' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, EndStoryQuestName) == 0x0002E0, "Member 'UFGQuestDiaryComponent::EndStoryQuestName' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, bWorldRequirementsSatisfied) == 0x0002E8, "Member 'UFGQuestDiaryComponent::bWorldRequirementsSatisfied' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, bStoryWasFinished) == 0x0002E9, "Member 'UFGQuestDiaryComponent::bStoryWasFinished' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, bHelpMessageShowed) == 0x0002EA, "Member 'UFGQuestDiaryComponent::bHelpMessageShowed' has a wrong offset!"); \ static_assert(offsetof(UFGQuestDiaryComponent, EndStoryMessageLifeTime) == 0x0002EC, "Member 'UFGQuestDiaryComponent::EndStoryMessageLifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestEvent_ShowTutorial \ static_assert(alignof(UFGQuestEvent_ShowTutorial) == 0x000008, "Wrong alignment on UFGQuestEvent_ShowTutorial"); \ static_assert(sizeof(UFGQuestEvent_ShowTutorial) == 0x000030, "Wrong size on UFGQuestEvent_ShowTutorial"); \ static_assert(offsetof(UFGQuestEvent_ShowTutorial, TutorialTag) == 0x000028, "Member 'UFGQuestEvent_ShowTutorial::TutorialTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainTeslaEngineComponent_GetPowerPoints \ static_assert(alignof(FGTrainTeslaEngineComponent_GetPowerPoints) == 0x000004, "Wrong alignment on FGTrainTeslaEngineComponent_GetPowerPoints"); \ static_assert(sizeof(FGTrainTeslaEngineComponent_GetPowerPoints) == 0x000004, "Wrong size on FGTrainTeslaEngineComponent_GetPowerPoints"); \ static_assert(offsetof(FGTrainTeslaEngineComponent_GetPowerPoints, ReturnValue) == 0x000000, "Member 'FGTrainTeslaEngineComponent_GetPowerPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainTeslaEngineComponent \ static_assert(alignof(UFGTrainTeslaEngineComponent) == 0x000008, "Wrong alignment on UFGTrainTeslaEngineComponent"); \ static_assert(sizeof(UFGTrainTeslaEngineComponent) == 0x0001E0, "Wrong size on UFGTrainTeslaEngineComponent"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, ConsumePowerPointsTickValue) == 0x0001C0, "Member 'UFGTrainTeslaEngineComponent::ConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, StopStateConsumePowerPointsTickValue) == 0x0001C4, "Member 'UFGTrainTeslaEngineComponent::StopStateConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, SlowStateConsumePowerPointsTickValue) == 0x0001C8, "Member 'UFGTrainTeslaEngineComponent::SlowStateConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, MediumStateConsumePowerPointsTickValue) == 0x0001CC, "Member 'UFGTrainTeslaEngineComponent::MediumStateConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, FastStateConsumePowerPointsTickValue) == 0x0001D0, "Member 'UFGTrainTeslaEngineComponent::FastStateConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, BurstStateConsumePowerPointsTickValue) == 0x0001D4, "Member 'UFGTrainTeslaEngineComponent::BurstStateConsumePowerPointsTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, ResourcesUpdateTime) == 0x0001D8, "Member 'UFGTrainTeslaEngineComponent::ResourcesUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainTeslaEngineComponent, ResourcesUpdateTickTime) == 0x0001DC, "Member 'UFGTrainTeslaEngineComponent::ResourcesUpdateTickTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestEvent_UnlockWorldProgress \ static_assert(alignof(UFGQuestEvent_UnlockWorldProgress) == 0x000008, "Wrong alignment on UFGQuestEvent_UnlockWorldProgress"); \ static_assert(sizeof(UFGQuestEvent_UnlockWorldProgress) == 0x000030, "Wrong size on UFGQuestEvent_UnlockWorldProgress"); \ static_assert(offsetof(UFGQuestEvent_UnlockWorldProgress, UnlockType) == 0x000028, "Member 'UFGQuestEvent_UnlockWorldProgress::UnlockType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVoidItem \ static_assert(alignof(AFGVoidItem) == 0x000008, "Wrong alignment on AFGVoidItem"); \ static_assert(sizeof(AFGVoidItem) == 0x000290, "Wrong size on AFGVoidItem"); \ static_assert(offsetof(AFGVoidItem, VoidMesh) == 0x000280, "Member 'AFGVoidItem::VoidMesh' has a wrong offset!"); \ static_assert(offsetof(AFGVoidItem, HitDamage) == 0x000288, "Member 'AFGVoidItem::HitDamage' has a wrong offset!"); \ static_assert(offsetof(AFGVoidItem, DefaultLifeSpan) == 0x00028C, "Member 'AFGVoidItem::DefaultLifeSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_BeginQuestGraph \ static_assert(alignof(FGQuestGraphManager_BeginQuestGraph) == 0x000008, "Wrong alignment on FGQuestGraphManager_BeginQuestGraph"); \ static_assert(sizeof(FGQuestGraphManager_BeginQuestGraph) == 0x000008, "Wrong size on FGQuestGraphManager_BeginQuestGraph"); \ static_assert(offsetof(FGQuestGraphManager_BeginQuestGraph, BeginningGraph) == 0x000000, "Member 'FGQuestGraphManager_BeginQuestGraph::BeginningGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_BeginQuestGraphIgnoreRequirements \ static_assert(alignof(FGQuestGraphManager_BeginQuestGraphIgnoreRequirements) == 0x000008, "Wrong alignment on FGQuestGraphManager_BeginQuestGraphIgnoreRequirements"); \ static_assert(sizeof(FGQuestGraphManager_BeginQuestGraphIgnoreRequirements) == 0x000008, "Wrong size on FGQuestGraphManager_BeginQuestGraphIgnoreRequirements"); \ static_assert(offsetof(FGQuestGraphManager_BeginQuestGraphIgnoreRequirements, BeginningGraph) == 0x000000, "Member 'FGQuestGraphManager_BeginQuestGraphIgnoreRequirements::BeginningGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_CanRunQuestGraph \ static_assert(alignof(FGQuestGraphManager_CanRunQuestGraph) == 0x000008, "Wrong alignment on FGQuestGraphManager_CanRunQuestGraph"); \ static_assert(sizeof(FGQuestGraphManager_CanRunQuestGraph) == 0x000010, "Wrong size on FGQuestGraphManager_CanRunQuestGraph"); \ static_assert(offsetof(FGQuestGraphManager_CanRunQuestGraph, BeginningGraph) == 0x000000, "Member 'FGQuestGraphManager_CanRunQuestGraph::BeginningGraph' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_CanRunQuestGraph, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_CanRunQuestGraph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_CompleteTask \ static_assert(alignof(FGQuestGraphManager_CompleteTask) == 0x000004, "Wrong alignment on FGQuestGraphManager_CompleteTask"); \ static_assert(sizeof(FGQuestGraphManager_CompleteTask) == 0x00000C, "Wrong size on FGQuestGraphManager_CompleteTask"); \ static_assert(offsetof(FGQuestGraphManager_CompleteTask, TaskTag) == 0x000000, "Member 'FGQuestGraphManager_CompleteTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_CompleteTask, TaskProgress) == 0x000008, "Member 'FGQuestGraphManager_CompleteTask::TaskProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_GetNotesManager \ static_assert(alignof(FGQuestGraphManager_GetNotesManager) == 0x000008, "Wrong alignment on FGQuestGraphManager_GetNotesManager"); \ static_assert(sizeof(FGQuestGraphManager_GetNotesManager) == 0x000008, "Wrong size on FGQuestGraphManager_GetNotesManager"); \ static_assert(offsetof(FGQuestGraphManager_GetNotesManager, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_GetNotesManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_GetQuestInventory \ static_assert(alignof(FGQuestGraphManager_GetQuestInventory) == 0x000008, "Wrong alignment on FGQuestGraphManager_GetQuestInventory"); \ static_assert(sizeof(FGQuestGraphManager_GetQuestInventory) == 0x000008, "Wrong size on FGQuestGraphManager_GetQuestInventory"); \ static_assert(offsetof(FGQuestGraphManager_GetQuestInventory, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_GetQuestInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_GetQuestMarkManager \ static_assert(alignof(FGQuestGraphManager_GetQuestMarkManager) == 0x000008, "Wrong alignment on FGQuestGraphManager_GetQuestMarkManager"); \ static_assert(sizeof(FGQuestGraphManager_GetQuestMarkManager) == 0x000008, "Wrong size on FGQuestGraphManager_GetQuestMarkManager"); \ static_assert(offsetof(FGQuestGraphManager_GetQuestMarkManager, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_GetQuestMarkManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_IsQuestProgressionUnlocked \ static_assert(alignof(FGQuestGraphManager_IsQuestProgressionUnlocked) == 0x000001, "Wrong alignment on FGQuestGraphManager_IsQuestProgressionUnlocked"); \ static_assert(sizeof(FGQuestGraphManager_IsQuestProgressionUnlocked) == 0x000002, "Wrong size on FGQuestGraphManager_IsQuestProgressionUnlocked"); \ static_assert(offsetof(FGQuestGraphManager_IsQuestProgressionUnlocked, ProgressionType) == 0x000000, "Member 'FGQuestGraphManager_IsQuestProgressionUnlocked::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_IsQuestProgressionUnlocked, ReturnValue) == 0x000001, "Member 'FGQuestGraphManager_IsQuestProgressionUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_OnWorldProgressionUnlocked \ static_assert(alignof(FGQuestGraphManager_OnWorldProgressionUnlocked) == 0x000001, "Wrong alignment on FGQuestGraphManager_OnWorldProgressionUnlocked"); \ static_assert(sizeof(FGQuestGraphManager_OnWorldProgressionUnlocked) == 0x000001, "Wrong size on FGQuestGraphManager_OnWorldProgressionUnlocked"); \ static_assert(offsetof(FGQuestGraphManager_OnWorldProgressionUnlocked, WorldProgression) == 0x000000, "Member 'FGQuestGraphManager_OnWorldProgressionUnlocked::WorldProgression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_PlayNarratorDialog \ static_assert(alignof(FGQuestGraphManager_PlayNarratorDialog) == 0x000004, "Wrong alignment on FGQuestGraphManager_PlayNarratorDialog"); \ static_assert(sizeof(FGQuestGraphManager_PlayNarratorDialog) == 0x000004, "Wrong size on FGQuestGraphManager_PlayNarratorDialog"); \ static_assert(offsetof(FGQuestGraphManager_PlayNarratorDialog, DialogueID) == 0x000000, "Member 'FGQuestGraphManager_PlayNarratorDialog::DialogueID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_PlayNarratorDialog_Slice \ static_assert(alignof(FGQuestGraphManager_PlayNarratorDialog_Slice) == 0x000008, "Wrong alignment on FGQuestGraphManager_PlayNarratorDialog_Slice"); \ static_assert(sizeof(FGQuestGraphManager_PlayNarratorDialog_Slice) == 0x000010, "Wrong size on FGQuestGraphManager_PlayNarratorDialog_Slice"); \ static_assert(offsetof(FGQuestGraphManager_PlayNarratorDialog_Slice, DialogueEvent) == 0x000000, "Member 'FGQuestGraphManager_PlayNarratorDialog_Slice::DialogueEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_ReforgeGraph \ static_assert(alignof(FGQuestGraphManager_ReforgeGraph) == 0x000008, "Wrong alignment on FGQuestGraphManager_ReforgeGraph"); \ static_assert(sizeof(FGQuestGraphManager_ReforgeGraph) == 0x000010, "Wrong size on FGQuestGraphManager_ReforgeGraph"); \ static_assert(offsetof(FGQuestGraphManager_ReforgeGraph, GraphToReforge) == 0x000000, "Member 'FGQuestGraphManager_ReforgeGraph::GraphToReforge' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_ReforgeGraph, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_ReforgeGraph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_RemoveQuestFromCompleted \ static_assert(alignof(FGQuestGraphManager_RemoveQuestFromCompleted) == 0x000004, "Wrong alignment on FGQuestGraphManager_RemoveQuestFromCompleted"); \ static_assert(sizeof(FGQuestGraphManager_RemoveQuestFromCompleted) == 0x000008, "Wrong size on FGQuestGraphManager_RemoveQuestFromCompleted"); \ static_assert(offsetof(FGQuestGraphManager_RemoveQuestFromCompleted, QuestTag) == 0x000000, "Member 'FGQuestGraphManager_RemoveQuestFromCompleted::QuestTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_RestartGraph \ static_assert(alignof(FGQuestGraphManager_RestartGraph) == 0x000008, "Wrong alignment on FGQuestGraphManager_RestartGraph"); \ static_assert(sizeof(FGQuestGraphManager_RestartGraph) == 0x000018, "Wrong size on FGQuestGraphManager_RestartGraph"); \ static_assert(offsetof(FGQuestGraphManager_RestartGraph, GraphToRestart) == 0x000000, "Member 'FGQuestGraphManager_RestartGraph::GraphToRestart' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_RestartGraph, OptionalNodeIDToStart) == 0x000008, "Member 'FGQuestGraphManager_RestartGraph::OptionalNodeIDToStart' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_RestartGraph, ReturnValue) == 0x000010, "Member 'FGQuestGraphManager_RestartGraph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_ServerCompleteTask \ static_assert(alignof(FGQuestGraphManager_ServerCompleteTask) == 0x000004, "Wrong alignment on FGQuestGraphManager_ServerCompleteTask"); \ static_assert(sizeof(FGQuestGraphManager_ServerCompleteTask) == 0x00000C, "Wrong size on FGQuestGraphManager_ServerCompleteTask"); \ static_assert(offsetof(FGQuestGraphManager_ServerCompleteTask, TaskTag) == 0x000000, "Member 'FGQuestGraphManager_ServerCompleteTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_ServerCompleteTask, TaskProgress) == 0x000008, "Member 'FGQuestGraphManager_ServerCompleteTask::TaskProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_SetCutSceneController \ static_assert(alignof(FGQuestGraphManager_SetCutSceneController) == 0x000008, "Wrong alignment on FGQuestGraphManager_SetCutSceneController"); \ static_assert(sizeof(FGQuestGraphManager_SetCutSceneController) == 0x000008, "Wrong size on FGQuestGraphManager_SetCutSceneController"); \ static_assert(offsetof(FGQuestGraphManager_SetCutSceneController, InCutSceneController) == 0x000000, "Member 'FGQuestGraphManager_SetCutSceneController::InCutSceneController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_SetEngineForceSpeed \ static_assert(alignof(FGQuestGraphManager_SetEngineForceSpeed) == 0x000004, "Wrong alignment on FGQuestGraphManager_SetEngineForceSpeed"); \ static_assert(sizeof(FGQuestGraphManager_SetEngineForceSpeed) == 0x000004, "Wrong size on FGQuestGraphManager_SetEngineForceSpeed"); \ static_assert(offsetof(FGQuestGraphManager_SetEngineForceSpeed, NewEngineSpeed) == 0x000000, "Member 'FGQuestGraphManager_SetEngineForceSpeed::NewEngineSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_SetTrainStateForQuest \ static_assert(alignof(FGQuestGraphManager_SetTrainStateForQuest) == 0x000001, "Wrong alignment on FGQuestGraphManager_SetTrainStateForQuest"); \ static_assert(sizeof(FGQuestGraphManager_SetTrainStateForQuest) == 0x000002, "Wrong size on FGQuestGraphManager_SetTrainStateForQuest"); \ static_assert(offsetof(FGQuestGraphManager_SetTrainStateForQuest, NewQuestTrainState) == 0x000000, "Member 'FGQuestGraphManager_SetTrainStateForQuest::NewQuestTrainState' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_SetTrainStateForQuest, bCutTrainSpeed) == 0x000001, "Member 'FGQuestGraphManager_SetTrainStateForQuest::bCutTrainSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_TaskIsCompleted \ static_assert(alignof(FGQuestGraphManager_TaskIsCompleted) == 0x000004, "Wrong alignment on FGQuestGraphManager_TaskIsCompleted"); \ static_assert(sizeof(FGQuestGraphManager_TaskIsCompleted) == 0x000014, "Wrong size on FGQuestGraphManager_TaskIsCompleted"); \ static_assert(offsetof(FGQuestGraphManager_TaskIsCompleted, QuestTag) == 0x000000, "Member 'FGQuestGraphManager_TaskIsCompleted::QuestTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_TaskIsCompleted, TaskTag) == 0x000008, "Member 'FGQuestGraphManager_TaskIsCompleted::TaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_TaskIsCompleted, ReturnValue) == 0x000010, "Member 'FGQuestGraphManager_TaskIsCompleted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_UnlockQuestProgression \ static_assert(alignof(FGQuestGraphManager_UnlockQuestProgression) == 0x000001, "Wrong alignment on FGQuestGraphManager_UnlockQuestProgression"); \ static_assert(sizeof(FGQuestGraphManager_UnlockQuestProgression) == 0x000002, "Wrong size on FGQuestGraphManager_UnlockQuestProgression"); \ static_assert(offsetof(FGQuestGraphManager_UnlockQuestProgression, ProgressionType) == 0x000000, "Member 'FGQuestGraphManager_UnlockQuestProgression::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_UnlockQuestProgression, ReturnValue) == 0x000001, "Member 'FGQuestGraphManager_UnlockQuestProgression::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_DebugGenerator \ static_assert(alignof(FGQuestGraphManager_DebugGenerator) == 0x000008, "Wrong alignment on FGQuestGraphManager_DebugGenerator"); \ static_assert(sizeof(FGQuestGraphManager_DebugGenerator) == 0x000010, "Wrong size on FGQuestGraphManager_DebugGenerator"); \ static_assert(offsetof(FGQuestGraphManager_DebugGenerator, DebugText) == 0x000000, "Member 'FGQuestGraphManager_DebugGenerator::DebugText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_GetActiveQuests \ static_assert(alignof(FGQuestGraphManager_GetActiveQuests) == 0x000008, "Wrong alignment on FGQuestGraphManager_GetActiveQuests"); \ static_assert(sizeof(FGQuestGraphManager_GetActiveQuests) == 0x000010, "Wrong size on FGQuestGraphManager_GetActiveQuests"); \ static_assert(offsetof(FGQuestGraphManager_GetActiveQuests, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_GetActiveQuests::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_GetQuestNarrator \ static_assert(alignof(FGQuestGraphManager_GetQuestNarrator) == 0x000008, "Wrong alignment on FGQuestGraphManager_GetQuestNarrator"); \ static_assert(sizeof(FGQuestGraphManager_GetQuestNarrator) == 0x000008, "Wrong size on FGQuestGraphManager_GetQuestNarrator"); \ static_assert(offsetof(FGQuestGraphManager_GetQuestNarrator, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_GetQuestNarrator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_HaveActiveGraphTemplate \ static_assert(alignof(FGQuestGraphManager_HaveActiveGraphTemplate) == 0x000008, "Wrong alignment on FGQuestGraphManager_HaveActiveGraphTemplate"); \ static_assert(sizeof(FGQuestGraphManager_HaveActiveGraphTemplate) == 0x000010, "Wrong size on FGQuestGraphManager_HaveActiveGraphTemplate"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveGraphTemplate, Graph) == 0x000000, "Member 'FGQuestGraphManager_HaveActiveGraphTemplate::Graph' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveGraphTemplate, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_HaveActiveGraphTemplate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_HaveActiveQuestByTag \ static_assert(alignof(FGQuestGraphManager_HaveActiveQuestByTag) == 0x000004, "Wrong alignment on FGQuestGraphManager_HaveActiveQuestByTag"); \ static_assert(sizeof(FGQuestGraphManager_HaveActiveQuestByTag) == 0x00000C, "Wrong size on FGQuestGraphManager_HaveActiveQuestByTag"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveQuestByTag, Tag) == 0x000000, "Member 'FGQuestGraphManager_HaveActiveQuestByTag::Tag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveQuestByTag, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_HaveActiveQuestByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_HaveActiveTaskByTag \ static_assert(alignof(FGQuestGraphManager_HaveActiveTaskByTag) == 0x000004, "Wrong alignment on FGQuestGraphManager_HaveActiveTaskByTag"); \ static_assert(sizeof(FGQuestGraphManager_HaveActiveTaskByTag) == 0x00000C, "Wrong size on FGQuestGraphManager_HaveActiveTaskByTag"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveTaskByTag, Tag) == 0x000000, "Member 'FGQuestGraphManager_HaveActiveTaskByTag::Tag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_HaveActiveTaskByTag, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_HaveActiveTaskByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_HaveCompletedQuest \ static_assert(alignof(FGQuestGraphManager_HaveCompletedQuest) == 0x000004, "Wrong alignment on FGQuestGraphManager_HaveCompletedQuest"); \ static_assert(sizeof(FGQuestGraphManager_HaveCompletedQuest) == 0x00000C, "Wrong size on FGQuestGraphManager_HaveCompletedQuest"); \ static_assert(offsetof(FGQuestGraphManager_HaveCompletedQuest, QuestTag) == 0x000000, "Member 'FGQuestGraphManager_HaveCompletedQuest::QuestTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_HaveCompletedQuest, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_HaveCompletedQuest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_HaveCompletedTask \ static_assert(alignof(FGQuestGraphManager_HaveCompletedTask) == 0x000004, "Wrong alignment on FGQuestGraphManager_HaveCompletedTask"); \ static_assert(sizeof(FGQuestGraphManager_HaveCompletedTask) == 0x00000C, "Wrong size on FGQuestGraphManager_HaveCompletedTask"); \ static_assert(offsetof(FGQuestGraphManager_HaveCompletedTask, TaskTag) == 0x000000, "Member 'FGQuestGraphManager_HaveCompletedTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(FGQuestGraphManager_HaveCompletedTask, ReturnValue) == 0x000008, "Member 'FGQuestGraphManager_HaveCompletedTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestGraphManager_IsGraphManagerLoaded \ static_assert(alignof(FGQuestGraphManager_IsGraphManagerLoaded) == 0x000001, "Wrong alignment on FGQuestGraphManager_IsGraphManagerLoaded"); \ static_assert(sizeof(FGQuestGraphManager_IsGraphManagerLoaded) == 0x000001, "Wrong size on FGQuestGraphManager_IsGraphManagerLoaded"); \ static_assert(offsetof(FGQuestGraphManager_IsGraphManagerLoaded, ReturnValue) == 0x000000, "Member 'FGQuestGraphManager_IsGraphManagerLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestGraphManager \ static_assert(alignof(AFGQuestGraphManager) == 0x000008, "Wrong alignment on AFGQuestGraphManager"); \ static_assert(sizeof(AFGQuestGraphManager) == 0x000438, "Wrong size on AFGQuestGraphManager"); \ static_assert(offsetof(AFGQuestGraphManager, bDebugOn) == 0x000220, "Member 'AFGQuestGraphManager::bDebugOn' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bDebugGenerator) == 0x000221, "Member 'AFGQuestGraphManager::bDebugGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bDebugGeneratorFull) == 0x000222, "Member 'AFGQuestGraphManager::bDebugGeneratorFull' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnStorylinesUpdated) == 0x000228, "Member 'AFGQuestGraphManager::OnStorylinesUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnGraphStarted) == 0x000238, "Member 'AFGQuestGraphManager::OnGraphStarted' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnGraphFinished) == 0x000248, "Member 'AFGQuestGraphManager::OnGraphFinished' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnQuestStarted) == 0x000258, "Member 'AFGQuestGraphManager::OnQuestStarted' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnQuestFinished) == 0x000268, "Member 'AFGQuestGraphManager::OnQuestFinished' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnQuestRestarted) == 0x000278, "Member 'AFGQuestGraphManager::OnQuestRestarted' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnTaskStarted) == 0x000288, "Member 'AFGQuestGraphManager::OnTaskStarted' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnTaskCompleted) == 0x000298, "Member 'AFGQuestGraphManager::OnTaskCompleted' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnDialogueComplete) == 0x0002A8, "Member 'AFGQuestGraphManager::OnDialogueComplete' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnWagonModuleUpdate) == 0x0002B8, "Member 'AFGQuestGraphManager::OnWagonModuleUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, PendingRewards) == 0x0002C8, "Member 'AFGQuestGraphManager::PendingRewards' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnQuestTrainStateUpdate) == 0x0002D8, "Member 'AFGQuestGraphManager::OnQuestTrainStateUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestTrainState) == 0x0002E8, "Member 'AFGQuestGraphManager::QuestTrainState' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, VolumeGenerationSettings) == 0x0002F0, "Member 'AFGQuestGraphManager::VolumeGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bLeaveDepotCutScene) == 0x000348, "Member 'AFGQuestGraphManager::bLeaveDepotCutScene' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, OnCutSceneControllerHasBeenSet) == 0x000350, "Member 'AFGQuestGraphManager::OnCutSceneControllerHasBeenSet' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, CutSceneController) == 0x000360, "Member 'AFGQuestGraphManager::CutSceneController' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, LookTargetCutScene) == 0x000368, "Member 'AFGQuestGraphManager::LookTargetCutScene' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, UnlockedProgression) == 0x000370, "Member 'AFGQuestGraphManager::UnlockedProgression' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bNormalSpawnQuestsInEditor) == 0x000380, "Member 'AFGQuestGraphManager::bNormalSpawnQuestsInEditor' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bSpawnQuestsIgnoreRequirements) == 0x000381, "Member 'AFGQuestGraphManager::bSpawnQuestsIgnoreRequirements' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, UnlockedQuestsToSpawn) == 0x000388, "Member 'AFGQuestGraphManager::UnlockedQuestsToSpawn' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bEndStoryMessageCompletelyShowed) == 0x000398, "Member 'AFGQuestGraphManager::bEndStoryMessageCompletelyShowed' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, ToiletEventRemainingTime) == 0x00039C, "Member 'AFGQuestGraphManager::ToiletEventRemainingTime' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, ArchEntrace) == 0x0003A0, "Member 'AFGQuestGraphManager::ArchEntrace' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, ArchExit) == 0x0003A8, "Member 'AFGQuestGraphManager::ArchExit' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bEditorUnlockAllProgression) == 0x0003B0, "Member 'AFGQuestGraphManager::bEditorUnlockAllProgression' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bEditorUnlockIgnoreSaves) == 0x0003B1, "Member 'AFGQuestGraphManager::bEditorUnlockIgnoreSaves' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, EditorPreUnlockedProgression) == 0x0003B8, "Member 'AFGQuestGraphManager::EditorPreUnlockedProgression' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestInventory) == 0x0003C8, "Member 'AFGQuestGraphManager::QuestInventory' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestInventoryClass) == 0x0003D0, "Member 'AFGQuestGraphManager::QuestInventoryClass' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestMarkManager) == 0x0003D8, "Member 'AFGQuestGraphManager::QuestMarkManager' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, NotesManager) == 0x0003E0, "Member 'AFGQuestGraphManager::NotesManager' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, ActiveGraphs) == 0x0003E8, "Member 'AFGQuestGraphManager::ActiveGraphs' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, ActiveQuests) == 0x0003F8, "Member 'AFGQuestGraphManager::ActiveQuests' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, CompleteQuestsSaveData) == 0x000408, "Member 'AFGQuestGraphManager::CompleteQuestsSaveData' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestNarratorClass) == 0x000418, "Member 'AFGQuestGraphManager::QuestNarratorClass' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, MiniGameController) == 0x000420, "Member 'AFGQuestGraphManager::MiniGameController' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, QuestNarrator) == 0x000428, "Member 'AFGQuestGraphManager::QuestNarrator' has a wrong offset!"); \ static_assert(offsetof(AFGQuestGraphManager, bGraphManagerLoaded) == 0x000430, "Member 'AFGQuestGraphManager::bGraphManagerLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_AddPollution \ static_assert(alignof(UFGQuestGraphNode_AddPollution) == 0x000008, "Wrong alignment on UFGQuestGraphNode_AddPollution"); \ static_assert(sizeof(UFGQuestGraphNode_AddPollution) == 0x000090, "Wrong size on UFGQuestGraphNode_AddPollution"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_AddFuelItems \ static_assert(alignof(FGWagonModule_CraftingTable_AddFuelItems) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_AddFuelItems"); \ static_assert(sizeof(FGWagonModule_CraftingTable_AddFuelItems) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_AddFuelItems"); \ static_assert(offsetof(FGWagonModule_CraftingTable_AddFuelItems, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_CraftingTable_AddFuelItems::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_AddFuelItems, FuelItemClass) == 0x000008, "Member 'FGWagonModule_CraftingTable_AddFuelItems::FuelItemClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_AddFuelItems, FuelItemAmount) == 0x000010, "Member 'FGWagonModule_CraftingTable_AddFuelItems::FuelItemAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_CancelCraft \ static_assert(alignof(FGWagonModule_CraftingTable_CancelCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_CancelCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_CancelCraft) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_CancelCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_CancelCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_CancelCraft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_CanCraft \ static_assert(alignof(FGWagonModule_CraftingTable_CanCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_CanCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_CanCraft) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_CanCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_CanCraft, RecipeID) == 0x000000, "Member 'FGWagonModule_CraftingTable_CanCraft::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_CanCraft, Amount) == 0x000004, "Member 'FGWagonModule_CraftingTable_CanCraft::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_CanCraft, WorkZone) == 0x000008, "Member 'FGWagonModule_CraftingTable_CanCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_CanCraft, ReturnValue) == 0x00000C, "Member 'FGWagonModule_CraftingTable_CanCraft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ConsumeFuel \ static_assert(alignof(FGWagonModule_CraftingTable_ConsumeFuel) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ConsumeFuel"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ConsumeFuel) == 0x00000C, "Wrong size on FGWagonModule_CraftingTable_ConsumeFuel"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ConsumeFuel, FuelType) == 0x000000, "Member 'FGWagonModule_CraftingTable_ConsumeFuel::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ConsumeFuel, Fuel) == 0x000004, "Member 'FGWagonModule_CraftingTable_ConsumeFuel::Fuel' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ConsumeFuel, ReturnValue) == 0x000008, "Member 'FGWagonModule_CraftingTable_ConsumeFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_Craft \ static_assert(alignof(FGWagonModule_CraftingTable_Craft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_Craft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_Craft) == 0x00000C, "Wrong size on FGWagonModule_CraftingTable_Craft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_Craft, RecipeID) == 0x000000, "Member 'FGWagonModule_CraftingTable_Craft::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_Craft, Amount) == 0x000004, "Member 'FGWagonModule_CraftingTable_Craft::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_Craft, WorkZone) == 0x000008, "Member 'FGWagonModule_CraftingTable_Craft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_FindCraftInProgress \ static_assert(alignof(FGWagonModule_CraftingTable_FindCraftInProgress) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_FindCraftInProgress"); \ static_assert(sizeof(FGWagonModule_CraftingTable_FindCraftInProgress) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_FindCraftInProgress"); \ static_assert(offsetof(FGWagonModule_CraftingTable_FindCraftInProgress, List) == 0x000000, "Member 'FGWagonModule_CraftingTable_FindCraftInProgress::List' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_FindCraftInProgress, ReturnValue) == 0x000010, "Member 'FGWagonModule_CraftingTable_FindCraftInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetCompleteCraft \ static_assert(alignof(FGWagonModule_CraftingTable_GetCompleteCraft) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GetCompleteCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetCompleteCraft) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_GetCompleteCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetCompleteCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetCompleteCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetCompleteCraft, ReturnValue) == 0x000008, "Member 'FGWagonModule_CraftingTable_GetCompleteCraft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetCraftManager \ static_assert(alignof(FGWagonModule_CraftingTable_GetCraftManager) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GetCraftManager"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetCraftManager) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_GetCraftManager"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetCraftManager, ReturnValue) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetCraftManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetCurrentServerTime \ static_assert(alignof(FGWagonModule_CraftingTable_GetCurrentServerTime) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_GetCurrentServerTime"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetCurrentServerTime) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_GetCurrentServerTime"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetCurrentServerTime, ReturnValue) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetCurrentServerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetLearnedRecipesData \ static_assert(alignof(FGWagonModule_CraftingTable_GetLearnedRecipesData) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GetLearnedRecipesData"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetLearnedRecipesData) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_GetLearnedRecipesData"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetLearnedRecipesData, ReturnValue) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetLearnedRecipesData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetRequiredResources \ static_assert(alignof(FGWagonModule_CraftingTable_GetRequiredResources) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GetRequiredResources"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetRequiredResources) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_GetRequiredResources"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetRequiredResources, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetRequiredResources::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetRequiredResources, ReturnValue) == 0x000008, "Member 'FGWagonModule_CraftingTable_GetRequiredResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetTableFuelPoints \ static_assert(alignof(FGWagonModule_CraftingTable_GetTableFuelPoints) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_GetTableFuelPoints"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetTableFuelPoints) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_GetTableFuelPoints"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetTableFuelPoints, ReturnValue) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetTableFuelPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetTotalAvailibleFuel \ static_assert(alignof(FGWagonModule_CraftingTable_GetTotalAvailibleFuel) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_GetTotalAvailibleFuel"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetTotalAvailibleFuel) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_GetTotalAvailibleFuel"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetTotalAvailibleFuel, FuelType) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetTotalAvailibleFuel::FuelType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetTotalAvailibleFuel, ReturnValue) == 0x000004, "Member 'FGWagonModule_CraftingTable_GetTotalAvailibleFuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetZoneItemTransform \ static_assert(alignof(FGWagonModule_CraftingTable_GetZoneItemTransform) == 0x000010, "Wrong alignment on FGWagonModule_CraftingTable_GetZoneItemTransform"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetZoneItemTransform) == 0x000040, "Wrong size on FGWagonModule_CraftingTable_GetZoneItemTransform"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetZoneItemTransform, Zone) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetZoneItemTransform::Zone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetZoneItemTransform, Transform) == 0x000010, "Member 'FGWagonModule_CraftingTable_GetZoneItemTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GiveCraftedItems \ static_assert(alignof(FGWagonModule_CraftingTable_GiveCraftedItems) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GiveCraftedItems"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GiveCraftedItems) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_GiveCraftedItems"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GiveCraftedItems, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_GiveCraftedItems::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GiveCraftedItems, Character) == 0x000008, "Member 'FGWagonModule_CraftingTable_GiveCraftedItems::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone \ static_assert(alignof(FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone, OutputZoneIndex) == 0x000000, "Member 'FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone::OutputZoneIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone, Character) == 0x000008, "Member 'FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone::Character' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone, ReturnValue) == 0x000010, "Member 'FGWagonModule_CraftingTable_GiveCraftedItemsByOutputZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_IsNpcReady \ static_assert(alignof(FGWagonModule_CraftingTable_IsNpcReady) == 0x000001, "Wrong alignment on FGWagonModule_CraftingTable_IsNpcReady"); \ static_assert(sizeof(FGWagonModule_CraftingTable_IsNpcReady) == 0x000001, "Wrong size on FGWagonModule_CraftingTable_IsNpcReady"); \ static_assert(offsetof(FGWagonModule_CraftingTable_IsNpcReady, ReturnValue) == 0x000000, "Member 'FGWagonModule_CraftingTable_IsNpcReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_PauseCraft \ static_assert(alignof(FGWagonModule_CraftingTable_PauseCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_PauseCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_PauseCraft) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_PauseCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_PauseCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_PauseCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_PauseCraft, reason) == 0x000004, "Member 'FGWagonModule_CraftingTable_PauseCraft::reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ResumeCraft \ static_assert(alignof(FGWagonModule_CraftingTable_ResumeCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ResumeCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ResumeCraft) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_ResumeCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ResumeCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ResumeCraft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerAddFuelItems \ static_assert(alignof(FGWagonModule_CraftingTable_ServerAddFuelItems) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_ServerAddFuelItems"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerAddFuelItems) == 0x000018, "Wrong size on FGWagonModule_CraftingTable_ServerAddFuelItems"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerAddFuelItems, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerAddFuelItems::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerAddFuelItems, FuelItemClass) == 0x000008, "Member 'FGWagonModule_CraftingTable_ServerAddFuelItems::FuelItemClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerAddFuelItems, FuelItemAmount) == 0x000010, "Member 'FGWagonModule_CraftingTable_ServerAddFuelItems::FuelItemAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerCancelCraft \ static_assert(alignof(FGWagonModule_CraftingTable_ServerCancelCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ServerCancelCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerCancelCraft) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_ServerCancelCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerCancelCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerCancelCraft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerCraft \ static_assert(alignof(FGWagonModule_CraftingTable_ServerCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ServerCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerCraft) == 0x00000C, "Wrong size on FGWagonModule_CraftingTable_ServerCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerCraft, RecipeID) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerCraft::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerCraft, Amount) == 0x000004, "Member 'FGWagonModule_CraftingTable_ServerCraft::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerCraft, WorkZone) == 0x000008, "Member 'FGWagonModule_CraftingTable_ServerCraft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerGiveCraftedItems \ static_assert(alignof(FGWagonModule_CraftingTable_ServerGiveCraftedItems) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_ServerGiveCraftedItems"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerGiveCraftedItems) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_ServerGiveCraftedItems"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerGiveCraftedItems, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerGiveCraftedItems::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerGiveCraftedItems, Character) == 0x000008, "Member 'FGWagonModule_CraftingTable_ServerGiveCraftedItems::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone \ static_assert(alignof(FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone, OutputZoneIndex) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone::OutputZoneIndex' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone, Character) == 0x000008, "Member 'FGWagonModule_CraftingTable_ServerGiveCraftedItemsByOutputZone::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerPauseCraft \ static_assert(alignof(FGWagonModule_CraftingTable_ServerPauseCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ServerPauseCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerPauseCraft) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_ServerPauseCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerPauseCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerPauseCraft::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerPauseCraft, reason) == 0x000004, "Member 'FGWagonModule_CraftingTable_ServerPauseCraft::reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerResumeCraft \ static_assert(alignof(FGWagonModule_CraftingTable_ServerResumeCraft) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ServerResumeCraft"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerResumeCraft) == 0x000004, "Wrong size on FGWagonModule_CraftingTable_ServerResumeCraft"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerResumeCraft, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerResumeCraft::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints \ static_assert(alignof(FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_CraftingTable_ServerUnloadTableFuelPoints::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_TryCollectResources \ static_assert(alignof(FGWagonModule_CraftingTable_TryCollectResources) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_TryCollectResources"); \ static_assert(sizeof(FGWagonModule_CraftingTable_TryCollectResources) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_TryCollectResources"); \ static_assert(offsetof(FGWagonModule_CraftingTable_TryCollectResources, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_TryCollectResources::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_TryCollectResources, PlayerCharacter) == 0x000008, "Member 'FGWagonModule_CraftingTable_TryCollectResources::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_UnloadTableFuelPoints \ static_assert(alignof(FGWagonModule_CraftingTable_UnloadTableFuelPoints) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_UnloadTableFuelPoints"); \ static_assert(sizeof(FGWagonModule_CraftingTable_UnloadTableFuelPoints) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_UnloadTableFuelPoints"); \ static_assert(offsetof(FGWagonModule_CraftingTable_UnloadTableFuelPoints, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_CraftingTable_UnloadTableFuelPoints::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_GetWorkZoneInventory \ static_assert(alignof(FGWagonModule_CraftingTable_GetWorkZoneInventory) == 0x000008, "Wrong alignment on FGWagonModule_CraftingTable_GetWorkZoneInventory"); \ static_assert(sizeof(FGWagonModule_CraftingTable_GetWorkZoneInventory) == 0x000010, "Wrong size on FGWagonModule_CraftingTable_GetWorkZoneInventory"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetWorkZoneInventory, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_GetWorkZoneInventory::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_GetWorkZoneInventory, ReturnValue) == 0x000008, "Member 'FGWagonModule_CraftingTable_GetWorkZoneInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_CraftingTable_ZoneHaveItems \ static_assert(alignof(FGWagonModule_CraftingTable_ZoneHaveItems) == 0x000004, "Wrong alignment on FGWagonModule_CraftingTable_ZoneHaveItems"); \ static_assert(sizeof(FGWagonModule_CraftingTable_ZoneHaveItems) == 0x000008, "Wrong size on FGWagonModule_CraftingTable_ZoneHaveItems"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ZoneHaveItems, WorkZone) == 0x000000, "Member 'FGWagonModule_CraftingTable_ZoneHaveItems::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_CraftingTable_ZoneHaveItems, ReturnValue) == 0x000004, "Member 'FGWagonModule_CraftingTable_ZoneHaveItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_CraftingTable \ static_assert(alignof(AFGWagonModule_CraftingTable) == 0x000008, "Wrong alignment on AFGWagonModule_CraftingTable"); \ static_assert(sizeof(AFGWagonModule_CraftingTable) == 0x000660, "Wrong size on AFGWagonModule_CraftingTable"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, InteractionComponent) == 0x0005A8, "Member 'AFGWagonModule_CraftingTable::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, Tier) == 0x0005B0, "Member 'AFGWagonModule_CraftingTable::Tier' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, Category) == 0x0005B4, "Member 'AFGWagonModule_CraftingTable::Category' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, WorkZones) == 0x0005B8, "Member 'AFGWagonModule_CraftingTable::WorkZones' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, bNPCRequired) == 0x0005BC, "Member 'AFGWagonModule_CraftingTable::bNPCRequired' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, AdvancedDrillingRecipes) == 0x0005C0, "Member 'AFGWagonModule_CraftingTable::AdvancedDrillingRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, CompleteCraft) == 0x0005D0, "Member 'AFGWagonModule_CraftingTable::CompleteCraft' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, CachedCraftManager) == 0x0005E0, "Member 'AFGWagonModule_CraftingTable::CachedCraftManager' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, NPCComponent) == 0x0005E8, "Member 'AFGWagonModule_CraftingTable::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, TableFuelPoints) == 0x0005F0, "Member 'AFGWagonModule_CraftingTable::TableFuelPoints' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, OnCraftTableProgressUpdate) == 0x0005F8, "Member 'AFGWagonModule_CraftingTable::OnCraftTableProgressUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, WorkZoneInventories) == 0x000608, "Member 'AFGWagonModule_CraftingTable::WorkZoneInventories' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, FuelInventory) == 0x000618, "Member 'AFGWagonModule_CraftingTable::FuelInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, CraftInProgressDeprecatedRecipes) == 0x000620, "Member 'AFGWagonModule_CraftingTable::CraftInProgressDeprecatedRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, OutputZonesAmount) == 0x000630, "Member 'AFGWagonModule_CraftingTable::OutputZonesAmount' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, OutputZones) == 0x000638, "Member 'AFGWagonModule_CraftingTable::OutputZones' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, OnOutputZonesUpdate) == 0x000648, "Member 'AFGWagonModule_CraftingTable::OnOutputZonesUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_CraftingTable, PulledItem) == 0x000658, "Member 'AFGWagonModule_CraftingTable::PulledItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_QuestBase \ static_assert(alignof(UFGQuestGraphNode_QuestBase) == 0x000008, "Wrong alignment on UFGQuestGraphNode_QuestBase"); \ static_assert(sizeof(UFGQuestGraphNode_QuestBase) == 0x0000A0, "Wrong size on UFGQuestGraphNode_QuestBase"); \ static_assert(offsetof(UFGQuestGraphNode_QuestBase, Template) == 0x000090, "Member 'UFGQuestGraphNode_QuestBase::Template' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_QuestBase, QuestBaseInstance) == 0x000098, "Member 'UFGQuestGraphNode_QuestBase::QuestBaseInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_AddTask \ static_assert(alignof(UFGQuestGraphNode_AddTask) == 0x000008, "Wrong alignment on UFGQuestGraphNode_AddTask"); \ static_assert(sizeof(UFGQuestGraphNode_AddTask) == 0x0000A8, "Wrong size on UFGQuestGraphNode_AddTask"); \ static_assert(offsetof(UFGQuestGraphNode_AddTask, TaskClass) == 0x0000A0, "Member 'UFGQuestGraphNode_AddTask::TaskClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_Delay \ static_assert(alignof(UFGQuestGraphNode_Delay) == 0x000008, "Wrong alignment on UFGQuestGraphNode_Delay"); \ static_assert(sizeof(UFGQuestGraphNode_Delay) == 0x0000A0, "Wrong size on UFGQuestGraphNode_Delay"); \ static_assert(offsetof(UFGQuestGraphNode_Delay, Time) == 0x000090, "Member 'UFGQuestGraphNode_Delay::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachineGenerator_Generate \ static_assert(alignof(FGVendingMachineGenerator_Generate) == 0x000008, "Wrong alignment on FGVendingMachineGenerator_Generate"); \ static_assert(sizeof(FGVendingMachineGenerator_Generate) == 0x000010, "Wrong size on FGVendingMachineGenerator_Generate"); \ static_assert(offsetof(FGVendingMachineGenerator_Generate, ReturnValue) == 0x000000, "Member 'FGVendingMachineGenerator_Generate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachineGenerator_IsInitialized \ static_assert(alignof(FGVendingMachineGenerator_IsInitialized) == 0x000001, "Wrong alignment on FGVendingMachineGenerator_IsInitialized"); \ static_assert(sizeof(FGVendingMachineGenerator_IsInitialized) == 0x000001, "Wrong size on FGVendingMachineGenerator_IsInitialized"); \ static_assert(offsetof(FGVendingMachineGenerator_IsInitialized, ReturnValue) == 0x000000, "Member 'FGVendingMachineGenerator_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVendingMachineGenerator \ static_assert(alignof(AFGVendingMachineGenerator) == 0x000008, "Wrong alignment on AFGVendingMachineGenerator"); \ static_assert(sizeof(AFGVendingMachineGenerator) == 0x0002D0, "Wrong size on AFGVendingMachineGenerator"); \ static_assert(offsetof(AFGVendingMachineGenerator, bInitialized) == 0x000220, "Member 'AFGVendingMachineGenerator::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineGenerationSettingsSoftDataTable) == 0x000228, "Member 'AFGVendingMachineGenerator::VendingMachineGenerationSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineGenerationSettings) == 0x000250, "Member 'AFGVendingMachineGenerator::VendingMachineGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineItemGenerationSettingsSoftDataTable) == 0x000260, "Member 'AFGVendingMachineGenerator::VendingMachineItemGenerationSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineItemGenerationSettings) == 0x000288, "Member 'AFGVendingMachineGenerator::VendingMachineItemGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineItemsPriceSettingsSoftDataTable) == 0x000298, "Member 'AFGVendingMachineGenerator::VendingMachineItemsPriceSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineGenerator, VendingMachineItemsPriceSettings) == 0x0002C0, "Member 'AFGVendingMachineGenerator::VendingMachineItemsPriceSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_GiveNote \ static_assert(alignof(UFGQuestGraphNode_GiveNote) == 0x000008, "Wrong alignment on UFGQuestGraphNode_GiveNote"); \ static_assert(sizeof(UFGQuestGraphNode_GiveNote) == 0x000098, "Wrong size on UFGQuestGraphNode_GiveNote"); \ static_assert(offsetof(UFGQuestGraphNode_GiveNote, ListID) == 0x000090, "Member 'UFGQuestGraphNode_GiveNote::ListID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_PlayCutScene \ static_assert(alignof(UFGQuestGraphNode_PlayCutScene) == 0x000008, "Wrong alignment on UFGQuestGraphNode_PlayCutScene"); \ static_assert(sizeof(UFGQuestGraphNode_PlayCutScene) == 0x0000F8, "Wrong size on UFGQuestGraphNode_PlayCutScene"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, CutSceneMontage) == 0x000090, "Member 'UFGQuestGraphNode_PlayCutScene::CutSceneMontage' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, DialogueID) == 0x0000A0, "Member 'UFGQuestGraphNode_PlayCutScene::DialogueID' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, DialogueWave) == 0x0000A8, "Member 'UFGQuestGraphNode_PlayCutScene::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, Overlays) == 0x0000B8, "Member 'UFGQuestGraphNode_PlayCutScene::Overlays' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, CutSceneSettings) == 0x0000C0, "Member 'UFGQuestGraphNode_PlayCutScene::CutSceneSettings' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, bSkipCutScene) == 0x0000E4, "Member 'UFGQuestGraphNode_PlayCutScene::bSkipCutScene' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, bWaitFinishCutScene) == 0x0000E5, "Member 'UFGQuestGraphNode_PlayCutScene::bWaitFinishCutScene' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_PlayCutScene, CutSceneManager) == 0x0000E8, "Member 'UFGQuestGraphNode_PlayCutScene::CutSceneManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_LootGatherer_EventStartItemLooting \ static_assert(alignof(FGWagonModule_LootGatherer_EventStartItemLooting) == 0x000008, "Wrong alignment on FGWagonModule_LootGatherer_EventStartItemLooting"); \ static_assert(sizeof(FGWagonModule_LootGatherer_EventStartItemLooting) == 0x000008, "Wrong size on FGWagonModule_LootGatherer_EventStartItemLooting"); \ static_assert(offsetof(FGWagonModule_LootGatherer_EventStartItemLooting, Item) == 0x000000, "Member 'FGWagonModule_LootGatherer_EventStartItemLooting::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_LootGatherer_Refill \ static_assert(alignof(FGWagonModule_LootGatherer_Refill) == 0x000001, "Wrong alignment on FGWagonModule_LootGatherer_Refill"); \ static_assert(sizeof(FGWagonModule_LootGatherer_Refill) == 0x000001, "Wrong size on FGWagonModule_LootGatherer_Refill"); \ static_assert(offsetof(FGWagonModule_LootGatherer_Refill, bRefillByHand) == 0x000000, "Member 'FGWagonModule_LootGatherer_Refill::bRefillByHand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_LootGatherer \ static_assert(alignof(AFGWagonModule_LootGatherer) == 0x000008, "Wrong alignment on AFGWagonModule_LootGatherer"); \ static_assert(sizeof(AFGWagonModule_LootGatherer) == 0x0006F8, "Wrong size on AFGWagonModule_LootGatherer"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, ItemChancesDataTable) == 0x000660, "Member 'AFGWagonModule_LootGatherer::ItemChancesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, ItemChances) == 0x000688, "Member 'AFGWagonModule_LootGatherer::ItemChances' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, GathererCharacterPoint) == 0x000698, "Member 'AFGWagonModule_LootGatherer::GathererCharacterPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, bIsBonusItemLooting) == 0x0006A0, "Member 'AFGWagonModule_LootGatherer::bIsBonusItemLooting' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, OnSpeedUpNPC) == 0x0006A8, "Member 'AFGWagonModule_LootGatherer::OnSpeedUpNPC' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, OnTrainKeeperFinishedWork) == 0x0006B8, "Member 'AFGWagonModule_LootGatherer::OnTrainKeeperFinishedWork' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, NPCState) == 0x0006D0, "Member 'AFGWagonModule_LootGatherer::NPCState' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, bUsedByTrainkeeper) == 0x0006D1, "Member 'AFGWagonModule_LootGatherer::bUsedByTrainkeeper' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, EffectivenessDebuffModifier) == 0x0006D4, "Member 'AFGWagonModule_LootGatherer::EffectivenessDebuffModifier' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, LootSearchRadiusSQ) == 0x0006D8, "Member 'AFGWagonModule_LootGatherer::LootSearchRadiusSQ' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, GathererCharacter) == 0x0006E0, "Member 'AFGWagonModule_LootGatherer::GathererCharacter' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, RefillPoints) == 0x0006E8, "Member 'AFGWagonModule_LootGatherer::RefillPoints' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, AdditiveTimePerPlayer) == 0x0006EC, "Member 'AFGWagonModule_LootGatherer::AdditiveTimePerPlayer' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_LootGatherer, DoubleGatheringChance) == 0x0006F0, "Member 'AFGWagonModule_LootGatherer::DoubleGatheringChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_PlayTutorial \ static_assert(alignof(UFGQuestGraphNode_PlayTutorial) == 0x000008, "Wrong alignment on UFGQuestGraphNode_PlayTutorial"); \ static_assert(sizeof(UFGQuestGraphNode_PlayTutorial) == 0x000098, "Wrong size on UFGQuestGraphNode_PlayTutorial"); \ static_assert(offsetof(UFGQuestGraphNode_PlayTutorial, TutorialTag) == 0x000090, "Member 'UFGQuestGraphNode_PlayTutorial::TutorialTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_RofleemoToilet \ static_assert(alignof(UFGQuestGraphNode_RofleemoToilet) == 0x000008, "Wrong alignment on UFGQuestGraphNode_RofleemoToilet"); \ static_assert(sizeof(UFGQuestGraphNode_RofleemoToilet) == 0x000090, "Wrong size on UFGQuestGraphNode_RofleemoToilet"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_Root \ static_assert(alignof(UFGQuestGraphNode_Root) == 0x000008, "Wrong alignment on UFGQuestGraphNode_Root"); \ static_assert(sizeof(UFGQuestGraphNode_Root) == 0x0000A0, "Wrong size on UFGQuestGraphNode_Root"); \ static_assert(offsetof(UFGQuestGraphNode_Root, Events) == 0x000090, "Member 'UFGQuestGraphNode_Root::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_SetActorState \ static_assert(alignof(UFGQuestGraphNode_SetActorState) == 0x000008, "Wrong alignment on UFGQuestGraphNode_SetActorState"); \ static_assert(sizeof(UFGQuestGraphNode_SetActorState) == 0x0000A0, "Wrong size on UFGQuestGraphNode_SetActorState"); \ static_assert(offsetof(UFGQuestGraphNode_SetActorState, ActorClass) == 0x000090, "Member 'UFGQuestGraphNode_SetActorState::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UFGQuestGraphNode_SetActorState, State) == 0x000098, "Member 'UFGQuestGraphNode_SetActorState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_GathererStation \ static_assert(alignof(AFGWagonModule_GathererStation) == 0x000008, "Wrong alignment on AFGWagonModule_GathererStation"); \ static_assert(sizeof(AFGWagonModule_GathererStation) == 0x000660, "Wrong size on AFGWagonModule_GathererStation"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_StartQuest \ static_assert(alignof(UFGQuestGraphNode_StartQuest) == 0x000008, "Wrong alignment on UFGQuestGraphNode_StartQuest"); \ static_assert(sizeof(UFGQuestGraphNode_StartQuest) == 0x000090, "Wrong size on UFGQuestGraphNode_StartQuest"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_UnlockProgress \ static_assert(alignof(UFGQuestGraphNode_UnlockProgress) == 0x000008, "Wrong alignment on UFGQuestGraphNode_UnlockProgress"); \ static_assert(sizeof(UFGQuestGraphNode_UnlockProgress) == 0x000098, "Wrong size on UFGQuestGraphNode_UnlockProgress"); \ static_assert(offsetof(UFGQuestGraphNode_UnlockProgress, UnlockType) == 0x000090, "Member 'UFGQuestGraphNode_UnlockProgress::UnlockType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_UnlockTech \ static_assert(alignof(UFGQuestGraphNode_UnlockTech) == 0x000008, "Wrong alignment on UFGQuestGraphNode_UnlockTech"); \ static_assert(sizeof(UFGQuestGraphNode_UnlockTech) == 0x000098, "Wrong size on UFGQuestGraphNode_UnlockTech"); \ static_assert(offsetof(UFGQuestGraphNode_UnlockTech, UnlockType) == 0x000090, "Member 'UFGQuestGraphNode_UnlockTech::UnlockType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Ram_DamageRam \ static_assert(alignof(FGWagonModule_Ram_DamageRam) == 0x000008, "Wrong alignment on FGWagonModule_Ram_DamageRam"); \ static_assert(sizeof(FGWagonModule_Ram_DamageRam) == 0x000018, "Wrong size on FGWagonModule_Ram_DamageRam"); \ static_assert(offsetof(FGWagonModule_Ram_DamageRam, DamageValue) == 0x000000, "Member 'FGWagonModule_Ram_DamageRam::DamageValue' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Ram_DamageRam, DamageType) == 0x000008, "Member 'FGWagonModule_Ram_DamageRam::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Ram_DamageRam, ReturnValue) == 0x000010, "Member 'FGWagonModule_Ram_DamageRam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Ram_IsDefaultRam \ static_assert(alignof(FGWagonModule_Ram_IsDefaultRam) == 0x000001, "Wrong alignment on FGWagonModule_Ram_IsDefaultRam"); \ static_assert(sizeof(FGWagonModule_Ram_IsDefaultRam) == 0x000001, "Wrong size on FGWagonModule_Ram_IsDefaultRam"); \ static_assert(offsetof(FGWagonModule_Ram_IsDefaultRam, ReturnValue) == 0x000000, "Member 'FGWagonModule_Ram_IsDefaultRam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Ram \ static_assert(alignof(AFGWagonModule_Ram) == 0x000008, "Wrong alignment on AFGWagonModule_Ram"); \ static_assert(sizeof(AFGWagonModule_Ram) == 0x000590, "Wrong size on AFGWagonModule_Ram"); \ static_assert(offsetof(AFGWagonModule_Ram, SpotLight) == 0x000570, "Member 'AFGWagonModule_Ram::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Ram, TaranCollisionLeft) == 0x000578, "Member 'AFGWagonModule_Ram::TaranCollisionLeft' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Ram, TaranCollisionRight) == 0x000580, "Member 'AFGWagonModule_Ram::TaranCollisionRight' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Ram, bIsDefaultRam) == 0x000588, "Member 'AFGWagonModule_Ram::bIsDefaultRam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_WaitFinish \ static_assert(alignof(UFGQuestGraphNode_WaitFinish) == 0x000008, "Wrong alignment on UFGQuestGraphNode_WaitFinish"); \ static_assert(sizeof(UFGQuestGraphNode_WaitFinish) == 0x000098, "Wrong size on UFGQuestGraphNode_WaitFinish"); \ static_assert(offsetof(UFGQuestGraphNode_WaitFinish, QuestBaseInstance) == 0x000090, "Member 'UFGQuestGraphNode_WaitFinish::QuestBaseInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Engine_GetEngineHealthState \ static_assert(alignof(FGWagonModule_Engine_GetEngineHealthState) == 0x000004, "Wrong alignment on FGWagonModule_Engine_GetEngineHealthState"); \ static_assert(sizeof(FGWagonModule_Engine_GetEngineHealthState) == 0x000004, "Wrong size on FGWagonModule_Engine_GetEngineHealthState"); \ static_assert(offsetof(FGWagonModule_Engine_GetEngineHealthState, ReturnValue) == 0x000000, "Member 'FGWagonModule_Engine_GetEngineHealthState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Engine_GetFuelInventories \ static_assert(alignof(FGWagonModule_Engine_GetFuelInventories) == 0x000008, "Wrong alignment on FGWagonModule_Engine_GetFuelInventories"); \ static_assert(sizeof(FGWagonModule_Engine_GetFuelInventories) == 0x000010, "Wrong size on FGWagonModule_Engine_GetFuelInventories"); \ static_assert(offsetof(FGWagonModule_Engine_GetFuelInventories, ReturnValue) == 0x000000, "Member 'FGWagonModule_Engine_GetFuelInventories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Engine_GetTrainEngineEra \ static_assert(alignof(FGWagonModule_Engine_GetTrainEngineEra) == 0x000001, "Wrong alignment on FGWagonModule_Engine_GetTrainEngineEra"); \ static_assert(sizeof(FGWagonModule_Engine_GetTrainEngineEra) == 0x000001, "Wrong size on FGWagonModule_Engine_GetTrainEngineEra"); \ static_assert(offsetof(FGWagonModule_Engine_GetTrainEngineEra, ReturnValue) == 0x000000, "Member 'FGWagonModule_Engine_GetTrainEngineEra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Engine_GetUnlockedFuelSlotsAmount \ static_assert(alignof(FGWagonModule_Engine_GetUnlockedFuelSlotsAmount) == 0x000004, "Wrong alignment on FGWagonModule_Engine_GetUnlockedFuelSlotsAmount"); \ static_assert(sizeof(FGWagonModule_Engine_GetUnlockedFuelSlotsAmount) == 0x000004, "Wrong size on FGWagonModule_Engine_GetUnlockedFuelSlotsAmount"); \ static_assert(offsetof(FGWagonModule_Engine_GetUnlockedFuelSlotsAmount, ReturnValue) == 0x000000, "Member 'FGWagonModule_Engine_GetUnlockedFuelSlotsAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Engine \ static_assert(alignof(AFGWagonModule_Engine) == 0x000008, "Wrong alignment on AFGWagonModule_Engine"); \ static_assert(sizeof(AFGWagonModule_Engine) == 0x0005E8, "Wrong size on AFGWagonModule_Engine"); \ static_assert(offsetof(AFGWagonModule_Engine, TrainEngineComponentClass) == 0x0005B0, "Member 'AFGWagonModule_Engine::TrainEngineComponentClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Engine, TrainEngineComponent) == 0x0005B8, "Member 'AFGWagonModule_Engine::TrainEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Engine, bDestroyOnUse) == 0x0005C0, "Member 'AFGWagonModule_Engine::bDestroyOnUse' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Engine, FuelInventory) == 0x0005C8, "Member 'AFGWagonModule_Engine::FuelInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Engine, FuelInventories) == 0x0005D0, "Member 'AFGWagonModule_Engine::FuelInventories' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Engine, FuelSlotMaxValue) == 0x0005E0, "Member 'AFGWagonModule_Engine::FuelSlotMaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGQuestGraphNode_WaitUIClose \ static_assert(alignof(UFGQuestGraphNode_WaitUIClose) == 0x000008, "Wrong alignment on UFGQuestGraphNode_WaitUIClose"); \ static_assert(sizeof(UFGQuestGraphNode_WaitUIClose) == 0x000090, "Wrong size on UFGQuestGraphNode_WaitUIClose"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_AddAmmo \ static_assert(alignof(FGWagonModule_Turret_AddAmmo) == 0x000004, "Wrong alignment on FGWagonModule_Turret_AddAmmo"); \ static_assert(sizeof(FGWagonModule_Turret_AddAmmo) == 0x000004, "Wrong size on FGWagonModule_Turret_AddAmmo"); \ static_assert(offsetof(FGWagonModule_Turret_AddAmmo, Amount) == 0x000000, "Member 'FGWagonModule_Turret_AddAmmo::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_AddAmmoItem \ static_assert(alignof(FGWagonModule_Turret_AddAmmoItem) == 0x000008, "Wrong alignment on FGWagonModule_Turret_AddAmmoItem"); \ static_assert(sizeof(FGWagonModule_Turret_AddAmmoItem) == 0x000010, "Wrong size on FGWagonModule_Turret_AddAmmoItem"); \ static_assert(offsetof(FGWagonModule_Turret_AddAmmoItem, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Turret_AddAmmoItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Turret_AddAmmoItem, Amount) == 0x000008, "Member 'FGWagonModule_Turret_AddAmmoItem::Amount' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Turret_AddAmmoItem, ReturnValue) == 0x00000C, "Member 'FGWagonModule_Turret_AddAmmoItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetMinesEffectivity \ static_assert(alignof(FGWagonModule_Turret_GetMinesEffectivity) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetMinesEffectivity"); \ static_assert(sizeof(FGWagonModule_Turret_GetMinesEffectivity) == 0x000004, "Wrong size on FGWagonModule_Turret_GetMinesEffectivity"); \ static_assert(offsetof(FGWagonModule_Turret_GetMinesEffectivity, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetMinesEffectivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_MulticastSpawnProjectile \ static_assert(alignof(FGWagonModule_Turret_MulticastSpawnProjectile) == 0x000004, "Wrong alignment on FGWagonModule_Turret_MulticastSpawnProjectile"); \ static_assert(sizeof(FGWagonModule_Turret_MulticastSpawnProjectile) == 0x000018, "Wrong size on FGWagonModule_Turret_MulticastSpawnProjectile"); \ static_assert(offsetof(FGWagonModule_Turret_MulticastSpawnProjectile, Location) == 0x000000, "Member 'FGWagonModule_Turret_MulticastSpawnProjectile::Location' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Turret_MulticastSpawnProjectile, Direction) == 0x00000C, "Member 'FGWagonModule_Turret_MulticastSpawnProjectile::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_CanAttackCorruptTurrets \ static_assert(alignof(FGWagonModule_Turret_CanAttackCorruptTurrets) == 0x000001, "Wrong alignment on FGWagonModule_Turret_CanAttackCorruptTurrets"); \ static_assert(sizeof(FGWagonModule_Turret_CanAttackCorruptTurrets) == 0x000001, "Wrong size on FGWagonModule_Turret_CanAttackCorruptTurrets"); \ static_assert(offsetof(FGWagonModule_Turret_CanAttackCorruptTurrets, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_CanAttackCorruptTurrets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_CanShootEnemyAI \ static_assert(alignof(FGWagonModule_Turret_CanShootEnemyAI) == 0x000001, "Wrong alignment on FGWagonModule_Turret_CanShootEnemyAI"); \ static_assert(sizeof(FGWagonModule_Turret_CanShootEnemyAI) == 0x000001, "Wrong size on FGWagonModule_Turret_CanShootEnemyAI"); \ static_assert(offsetof(FGWagonModule_Turret_CanShootEnemyAI, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_CanShootEnemyAI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_CanShootMines \ static_assert(alignof(FGWagonModule_Turret_CanShootMines) == 0x000001, "Wrong alignment on FGWagonModule_Turret_CanShootMines"); \ static_assert(sizeof(FGWagonModule_Turret_CanShootMines) == 0x000001, "Wrong size on FGWagonModule_Turret_CanShootMines"); \ static_assert(offsetof(FGWagonModule_Turret_CanShootMines, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_CanShootMines::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_CanWork \ static_assert(alignof(FGWagonModule_Turret_CanWork) == 0x000001, "Wrong alignment on FGWagonModule_Turret_CanWork"); \ static_assert(sizeof(FGWagonModule_Turret_CanWork) == 0x000001, "Wrong size on FGWagonModule_Turret_CanWork"); \ static_assert(offsetof(FGWagonModule_Turret_CanWork, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_CanWork::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetAimPitchLimit \ static_assert(alignof(FGWagonModule_Turret_GetAimPitchLimit) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetAimPitchLimit"); \ static_assert(sizeof(FGWagonModule_Turret_GetAimPitchLimit) == 0x00000C, "Wrong size on FGWagonModule_Turret_GetAimPitchLimit"); \ static_assert(offsetof(FGWagonModule_Turret_GetAimPitchLimit, CurrentYaw) == 0x000000, "Member 'FGWagonModule_Turret_GetAimPitchLimit::CurrentYaw' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Turret_GetAimPitchLimit, ReturnValue) == 0x000004, "Member 'FGWagonModule_Turret_GetAimPitchLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetAimYawLimit \ static_assert(alignof(FGWagonModule_Turret_GetAimYawLimit) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetAimYawLimit"); \ static_assert(sizeof(FGWagonModule_Turret_GetAimYawLimit) == 0x000008, "Wrong size on FGWagonModule_Turret_GetAimYawLimit"); \ static_assert(offsetof(FGWagonModule_Turret_GetAimYawLimit, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetAimYawLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetAmmo \ static_assert(alignof(FGWagonModule_Turret_GetAmmo) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetAmmo"); \ static_assert(sizeof(FGWagonModule_Turret_GetAmmo) == 0x000004, "Wrong size on FGWagonModule_Turret_GetAmmo"); \ static_assert(offsetof(FGWagonModule_Turret_GetAmmo, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetControlRotation \ static_assert(alignof(FGWagonModule_Turret_GetControlRotation) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetControlRotation"); \ static_assert(sizeof(FGWagonModule_Turret_GetControlRotation) == 0x00000C, "Wrong size on FGWagonModule_Turret_GetControlRotation"); \ static_assert(offsetof(FGWagonModule_Turret_GetControlRotation, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetInstallationAttachComponent \ static_assert(alignof(FGWagonModule_Turret_GetInstallationAttachComponent) == 0x000008, "Wrong alignment on FGWagonModule_Turret_GetInstallationAttachComponent"); \ static_assert(sizeof(FGWagonModule_Turret_GetInstallationAttachComponent) == 0x000008, "Wrong size on FGWagonModule_Turret_GetInstallationAttachComponent"); \ static_assert(offsetof(FGWagonModule_Turret_GetInstallationAttachComponent, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetInstallationAttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetMaximumAmmo \ static_assert(alignof(FGWagonModule_Turret_GetMaximumAmmo) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetMaximumAmmo"); \ static_assert(sizeof(FGWagonModule_Turret_GetMaximumAmmo) == 0x000004, "Wrong size on FGWagonModule_Turret_GetMaximumAmmo"); \ static_assert(offsetof(FGWagonModule_Turret_GetMaximumAmmo, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetMaximumAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetSpeedProfile \ static_assert(alignof(FGWagonModule_Turret_GetSpeedProfile) == 0x000004, "Wrong alignment on FGWagonModule_Turret_GetSpeedProfile"); \ static_assert(sizeof(FGWagonModule_Turret_GetSpeedProfile) == 0x000014, "Wrong size on FGWagonModule_Turret_GetSpeedProfile"); \ static_assert(offsetof(FGWagonModule_Turret_GetSpeedProfile, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetSpeedProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetTargetActor \ static_assert(alignof(FGWagonModule_Turret_GetTargetActor) == 0x000008, "Wrong alignment on FGWagonModule_Turret_GetTargetActor"); \ static_assert(sizeof(FGWagonModule_Turret_GetTargetActor) == 0x000008, "Wrong size on FGWagonModule_Turret_GetTargetActor"); \ static_assert(offsetof(FGWagonModule_Turret_GetTargetActor, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_GetTurretState \ static_assert(alignof(FGWagonModule_Turret_GetTurretState) == 0x000001, "Wrong alignment on FGWagonModule_Turret_GetTurretState"); \ static_assert(sizeof(FGWagonModule_Turret_GetTurretState) == 0x000001, "Wrong size on FGWagonModule_Turret_GetTurretState"); \ static_assert(offsetof(FGWagonModule_Turret_GetTurretState, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_GetTurretState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_IsNPCSet \ static_assert(alignof(FGWagonModule_Turret_IsNPCSet) == 0x000001, "Wrong alignment on FGWagonModule_Turret_IsNPCSet"); \ static_assert(sizeof(FGWagonModule_Turret_IsNPCSet) == 0x000001, "Wrong size on FGWagonModule_Turret_IsNPCSet"); \ static_assert(offsetof(FGWagonModule_Turret_IsNPCSet, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_IsNPCSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Turret_ShouldSaveAmmo \ static_assert(alignof(FGWagonModule_Turret_ShouldSaveAmmo) == 0x000001, "Wrong alignment on FGWagonModule_Turret_ShouldSaveAmmo"); \ static_assert(sizeof(FGWagonModule_Turret_ShouldSaveAmmo) == 0x000001, "Wrong size on FGWagonModule_Turret_ShouldSaveAmmo"); \ static_assert(offsetof(FGWagonModule_Turret_ShouldSaveAmmo, ReturnValue) == 0x000000, "Member 'FGWagonModule_Turret_ShouldSaveAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Turret \ static_assert(alignof(AFGWagonModule_Turret) == 0x000008, "Wrong alignment on AFGWagonModule_Turret"); \ static_assert(sizeof(AFGWagonModule_Turret) == 0x000780, "Wrong size on AFGWagonModule_Turret"); \ static_assert(offsetof(AFGWagonModule_Turret, RofleemoPoint) == 0x0005D0, "Member 'AFGWagonModule_Turret::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, BaseMesh) == 0x0005D8, "Member 'AFGWagonModule_Turret::BaseMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, LiftMesh) == 0x0005E0, "Member 'AFGWagonModule_Turret::LiftMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, SeatMesh) == 0x0005E8, "Member 'AFGWagonModule_Turret::SeatMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, NPCComponent) == 0x0005F0, "Member 'AFGWagonModule_Turret::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, ActivateSoundComponent) == 0x0005F8, "Member 'AFGWagonModule_Turret::ActivateSoundComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, RotateSoundComponent) == 0x000600, "Member 'AFGWagonModule_Turret::RotateSoundComponent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, NpcActor) == 0x000608, "Member 'AFGWagonModule_Turret::NpcActor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MaximumAmmo) == 0x000610, "Member 'AFGWagonModule_Turret::MaximumAmmo' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, VoidTechMaximumAmmoBonus) == 0x000614, "Member 'AFGWagonModule_Turret::VoidTechMaximumAmmoBonus' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MaximumAutoSearchAmmo) == 0x000618, "Member 'AFGWagonModule_Turret::MaximumAutoSearchAmmo' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, WarningLowAmmoCount) == 0x00061C, "Member 'AFGWagonModule_Turret::WarningLowAmmoCount' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, Ammo) == 0x000620, "Member 'AFGWagonModule_Turret::Ammo' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, AmmoPerAmmoItem) == 0x000624, "Member 'AFGWagonModule_Turret::AmmoPerAmmoItem' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, ProjectileClass) == 0x000628, "Member 'AFGWagonModule_Turret::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MuzzleFXNiagara) == 0x000630, "Member 'AFGWagonModule_Turret::MuzzleFXNiagara' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MuzzleLightActorClass) == 0x000638, "Member 'AFGWagonModule_Turret::MuzzleLightActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, AmmoItemClass) == 0x000640, "Member 'AFGWagonModule_Turret::AmmoItemClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, AIShootingSpeedProfile) == 0x000648, "Member 'AFGWagonModule_Turret::AIShootingSpeedProfile' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MineShootingSpeedProfiles) == 0x000660, "Member 'AFGWagonModule_Turret::MineShootingSpeedProfiles' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bDebugWeaponTrace) == 0x0006B0, "Member 'AFGWagonModule_Turret::bDebugWeaponTrace' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MuzzleSocketName) == 0x0006B4, "Member 'AFGWagonModule_Turret::MuzzleSocketName' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, ShootingDamage) == 0x0006BC, "Member 'AFGWagonModule_Turret::ShootingDamage' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, TargetValidateTime) == 0x0006C0, "Member 'AFGWagonModule_Turret::TargetValidateTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, DesiredAimingTime) == 0x0006C4, "Member 'AFGWagonModule_Turret::DesiredAimingTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, NoTargetIdleToDeactivationTime) == 0x0006C8, "Member 'AFGWagonModule_Turret::NoTargetIdleToDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, NoAmmoIdleToDeactivationTime) == 0x0006CC, "Member 'AFGWagonModule_Turret::NoAmmoIdleToDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, UpdateAmmoFrequency) == 0x0006D0, "Member 'AFGWagonModule_Turret::UpdateAmmoFrequency' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MaxDamageTakePercent) == 0x0006D4, "Member 'AFGWagonModule_Turret::MaxDamageTakePercent' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, ShotSound) == 0x0006D8, "Member 'AFGWagonModule_Turret::ShotSound' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, CurrentMineSpeedProfile) == 0x0006E4, "Member 'AFGWagonModule_Turret::CurrentMineSpeedProfile' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, TargetActor) == 0x0006F8, "Member 'AFGWagonModule_Turret::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, TurretState) == 0x000700, "Member 'AFGWagonModule_Turret::TurretState' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bIsTurretActivating) == 0x000701, "Member 'AFGWagonModule_Turret::bIsTurretActivating' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bIsTurretActivated) == 0x000702, "Member 'AFGWagonModule_Turret::bIsTurretActivated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bInstalledInT1Place) == 0x000703, "Member 'AFGWagonModule_Turret::bInstalledInT1Place' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bInstalledInT2RightPlace) == 0x000704, "Member 'AFGWagonModule_Turret::bInstalledInT2RightPlace' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MineShootDistance) == 0x000708, "Member 'AFGWagonModule_Turret::MineShootDistance' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, EnemyAiShootDistance) == 0x00070C, "Member 'AFGWagonModule_Turret::EnemyAiShootDistance' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, EnemyAiFactions) == 0x000710, "Member 'AFGWagonModule_Turret::EnemyAiFactions' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, AmmoPerShoot) == 0x000720, "Member 'AFGWagonModule_Turret::AmmoPerShoot' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, MinesEffectivity) == 0x000724, "Member 'AFGWagonModule_Turret::MinesEffectivity' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, ControlRotation) == 0x000728, "Member 'AFGWagonModule_Turret::ControlRotation' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, DesiredRotation) == 0x000734, "Member 'AFGWagonModule_Turret::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Turret, bNPCSet) == 0x000742, "Member 'AFGWagonModule_Turret::bNPCSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestInteract_OnPlayerSeeActor \ static_assert(alignof(FGQuestInteract_OnPlayerSeeActor) == 0x000008, "Wrong alignment on FGQuestInteract_OnPlayerSeeActor"); \ static_assert(sizeof(FGQuestInteract_OnPlayerSeeActor) == 0x000090, "Wrong size on FGQuestInteract_OnPlayerSeeActor"); \ static_assert(offsetof(FGQuestInteract_OnPlayerSeeActor, Hit) == 0x000000, "Member 'FGQuestInteract_OnPlayerSeeActor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGQuestInteract_OnPlayerSeeActor, PlayerCharacter) == 0x000088, "Member 'FGQuestInteract_OnPlayerSeeActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGQuestInteract \ static_assert(alignof(IFGQuestInteract) == 0x000001, "Wrong alignment on IFGQuestInteract"); \ static_assert(sizeof(IFGQuestInteract) == 0x000001, "Wrong size on IFGQuestInteract"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GenerateWeaponSettings \ static_assert(alignof(FGWeapon_RangedBase_GenerateWeaponSettings) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GenerateWeaponSettings"); \ static_assert(sizeof(FGWeapon_RangedBase_GenerateWeaponSettings) == 0x0001F8, "Wrong size on FGWeapon_RangedBase_GenerateWeaponSettings"); \ static_assert(offsetof(FGWeapon_RangedBase_GenerateWeaponSettings, WorldContextObject) == 0x000000, "Member 'FGWeapon_RangedBase_GenerateWeaponSettings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GenerateWeaponSettings, LifetimeData) == 0x000008, "Member 'FGWeapon_RangedBase_GenerateWeaponSettings::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GenerateWeaponSettings, Settings) == 0x000010, "Member 'FGWeapon_RangedBase_GenerateWeaponSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetBarrelDescription \ static_assert(alignof(FGWeapon_RangedBase_GetBarrelDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetBarrelDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetBarrelDescription) == 0x0000A0, "Wrong size on FGWeapon_RangedBase_GetBarrelDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetBarrelDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetBarrelDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetCoreDescription \ static_assert(alignof(FGWeapon_RangedBase_GetCoreDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetCoreDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetCoreDescription) == 0x0000E0, "Wrong size on FGWeapon_RangedBase_GetCoreDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetCoreDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetCoreDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetFrameDescription \ static_assert(alignof(FGWeapon_RangedBase_GetFrameDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetFrameDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetFrameDescription) == 0x000118, "Wrong size on FGWeapon_RangedBase_GetFrameDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetFrameDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetFrameDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetGripDescription \ static_assert(alignof(FGWeapon_RangedBase_GetGripDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetGripDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetGripDescription) == 0x000088, "Wrong size on FGWeapon_RangedBase_GetGripDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetGripDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetGripDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetMagazineDescription \ static_assert(alignof(FGWeapon_RangedBase_GetMagazineDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetMagazineDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetMagazineDescription) == 0x000080, "Wrong size on FGWeapon_RangedBase_GetMagazineDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetMagazineDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetMagazineDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetMuzzleLocation \ static_assert(alignof(FGWeapon_RangedBase_GetMuzzleLocation) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetMuzzleLocation"); \ static_assert(sizeof(FGWeapon_RangedBase_GetMuzzleLocation) == 0x00001C, "Wrong size on FGWeapon_RangedBase_GetMuzzleLocation"); \ static_assert(offsetof(FGWeapon_RangedBase_GetMuzzleLocation, Location) == 0x000000, "Member 'FGWeapon_RangedBase_GetMuzzleLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GetMuzzleLocation, Rotation) == 0x00000C, "Member 'FGWeapon_RangedBase_GetMuzzleLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GetMuzzleLocation, ReturnValue) == 0x000018, "Member 'FGWeapon_RangedBase_GetMuzzleLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetScopeDescription \ static_assert(alignof(FGWeapon_RangedBase_GetScopeDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetScopeDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetScopeDescription) == 0x000068, "Wrong size on FGWeapon_RangedBase_GetScopeDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetScopeDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetScopeDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetStockDescription \ static_assert(alignof(FGWeapon_RangedBase_GetStockDescription) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_GetStockDescription"); \ static_assert(sizeof(FGWeapon_RangedBase_GetStockDescription) == 0x000068, "Wrong size on FGWeapon_RangedBase_GetStockDescription"); \ static_assert(offsetof(FGWeapon_RangedBase_GetStockDescription, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetStockDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetWeaponDamage \ static_assert(alignof(FGWeapon_RangedBase_GetWeaponDamage) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetWeaponDamage"); \ static_assert(sizeof(FGWeapon_RangedBase_GetWeaponDamage) == 0x000004, "Wrong size on FGWeapon_RangedBase_GetWeaponDamage"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponDamage, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetWeaponDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetWeaponSpreadRadius \ static_assert(alignof(FGWeapon_RangedBase_GetWeaponSpreadRadius) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetWeaponSpreadRadius"); \ static_assert(sizeof(FGWeapon_RangedBase_GetWeaponSpreadRadius) == 0x00000C, "Wrong size on FGWeapon_RangedBase_GetWeaponSpreadRadius"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponSpreadRadius, MinRadius) == 0x000000, "Member 'FGWeapon_RangedBase_GetWeaponSpreadRadius::MinRadius' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponSpreadRadius, MaxRadius) == 0x000004, "Member 'FGWeapon_RangedBase_GetWeaponSpreadRadius::MaxRadius' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponSpreadRadius, ReturnValue) == 0x000008, "Member 'FGWeapon_RangedBase_GetWeaponSpreadRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_HaveModule \ static_assert(alignof(FGWeapon_RangedBase_HaveModule) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_HaveModule"); \ static_assert(sizeof(FGWeapon_RangedBase_HaveModule) == 0x000002, "Wrong size on FGWeapon_RangedBase_HaveModule"); \ static_assert(offsetof(FGWeapon_RangedBase_HaveModule, ModuleType) == 0x000000, "Member 'FGWeapon_RangedBase_HaveModule::ModuleType' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_HaveModule, ReturnValue) == 0x000001, "Member 'FGWeapon_RangedBase_HaveModule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_MakeModulePlaceholder \ static_assert(alignof(FGWeapon_RangedBase_MakeModulePlaceholder) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_MakeModulePlaceholder"); \ static_assert(sizeof(FGWeapon_RangedBase_MakeModulePlaceholder) == 0x000018, "Wrong size on FGWeapon_RangedBase_MakeModulePlaceholder"); \ static_assert(offsetof(FGWeapon_RangedBase_MakeModulePlaceholder, WeaponLifetimeData) == 0x000000, "Member 'FGWeapon_RangedBase_MakeModulePlaceholder::WeaponLifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_MakeModulePlaceholder, ModuleType) == 0x000008, "Member 'FGWeapon_RangedBase_MakeModulePlaceholder::ModuleType' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_MakeModulePlaceholder, ReturnValue) == 0x000010, "Member 'FGWeapon_RangedBase_MakeModulePlaceholder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_OnRep_Jamming \ static_assert(alignof(FGWeapon_RangedBase_OnRep_Jamming) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_OnRep_Jamming"); \ static_assert(sizeof(FGWeapon_RangedBase_OnRep_Jamming) == 0x000001, "Wrong size on FGWeapon_RangedBase_OnRep_Jamming"); \ static_assert(offsetof(FGWeapon_RangedBase_OnRep_Jamming, OldbJammed) == 0x000000, "Member 'FGWeapon_RangedBase_OnRep_Jamming::OldbJammed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_ServerRegisterDamage \ static_assert(alignof(FGWeapon_RangedBase_ServerRegisterDamage) == 0x000008, "Wrong alignment on FGWeapon_RangedBase_ServerRegisterDamage"); \ static_assert(sizeof(FGWeapon_RangedBase_ServerRegisterDamage) == 0x0000B8, "Wrong size on FGWeapon_RangedBase_ServerRegisterDamage"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerRegisterDamage, InstigatorProjectileInfo) == 0x000000, "Member 'FGWeapon_RangedBase_ServerRegisterDamage::InstigatorProjectileInfo' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerRegisterDamage, Impact) == 0x000020, "Member 'FGWeapon_RangedBase_ServerRegisterDamage::Impact' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerRegisterDamage, ShootDir) == 0x0000A8, "Member 'FGWeapon_RangedBase_ServerRegisterDamage::ShootDir' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerRegisterDamage, bHeadShot) == 0x0000B4, "Member 'FGWeapon_RangedBase_ServerRegisterDamage::bHeadShot' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerRegisterDamage, bCrit) == 0x0000B5, "Member 'FGWeapon_RangedBase_ServerRegisterDamage::bCrit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore \ static_assert(alignof(FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore"); \ static_assert(sizeof(FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore) == 0x000001, "Wrong size on FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore, bEnabled) == 0x000000, "Member 'FGWeapon_RangedBase_ServerSetEnabledAltWeaponCore::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_ServerSetWeaponJammed \ static_assert(alignof(FGWeapon_RangedBase_ServerSetWeaponJammed) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_ServerSetWeaponJammed"); \ static_assert(sizeof(FGWeapon_RangedBase_ServerSetWeaponJammed) == 0x000001, "Wrong size on FGWeapon_RangedBase_ServerSetWeaponJammed"); \ static_assert(offsetof(FGWeapon_RangedBase_ServerSetWeaponJammed, bInJammed) == 0x000000, "Member 'FGWeapon_RangedBase_ServerSetWeaponJammed::bInJammed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_SetCurrentAmmo \ static_assert(alignof(FGWeapon_RangedBase_SetCurrentAmmo) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_SetCurrentAmmo"); \ static_assert(sizeof(FGWeapon_RangedBase_SetCurrentAmmo) == 0x000004, "Wrong size on FGWeapon_RangedBase_SetCurrentAmmo"); \ static_assert(offsetof(FGWeapon_RangedBase_SetCurrentAmmo, Value) == 0x000000, "Member 'FGWeapon_RangedBase_SetCurrentAmmo::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_SetEnabledAltWeaponCore \ static_assert(alignof(FGWeapon_RangedBase_SetEnabledAltWeaponCore) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_SetEnabledAltWeaponCore"); \ static_assert(sizeof(FGWeapon_RangedBase_SetEnabledAltWeaponCore) == 0x000001, "Wrong size on FGWeapon_RangedBase_SetEnabledAltWeaponCore"); \ static_assert(offsetof(FGWeapon_RangedBase_SetEnabledAltWeaponCore, bEnabled) == 0x000000, "Member 'FGWeapon_RangedBase_SetEnabledAltWeaponCore::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_SetWeaponJammed \ static_assert(alignof(FGWeapon_RangedBase_SetWeaponJammed) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_SetWeaponJammed"); \ static_assert(sizeof(FGWeapon_RangedBase_SetWeaponJammed) == 0x000001, "Wrong size on FGWeapon_RangedBase_SetWeaponJammed"); \ static_assert(offsetof(FGWeapon_RangedBase_SetWeaponJammed, bInJammed) == 0x000000, "Member 'FGWeapon_RangedBase_SetWeaponJammed::bInJammed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetCurrentAmmo \ static_assert(alignof(FGWeapon_RangedBase_GetCurrentAmmo) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetCurrentAmmo"); \ static_assert(sizeof(FGWeapon_RangedBase_GetCurrentAmmo) == 0x000004, "Wrong size on FGWeapon_RangedBase_GetCurrentAmmo"); \ static_assert(offsetof(FGWeapon_RangedBase_GetCurrentAmmo, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetCurrentAmmo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetCurrentAmmoAuthority \ static_assert(alignof(FGWeapon_RangedBase_GetCurrentAmmoAuthority) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetCurrentAmmoAuthority"); \ static_assert(sizeof(FGWeapon_RangedBase_GetCurrentAmmoAuthority) == 0x000004, "Wrong size on FGWeapon_RangedBase_GetCurrentAmmoAuthority"); \ static_assert(offsetof(FGWeapon_RangedBase_GetCurrentAmmoAuthority, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetCurrentAmmoAuthority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetEnabledAltWeaponCore \ static_assert(alignof(FGWeapon_RangedBase_GetEnabledAltWeaponCore) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_GetEnabledAltWeaponCore"); \ static_assert(sizeof(FGWeapon_RangedBase_GetEnabledAltWeaponCore) == 0x000001, "Wrong size on FGWeapon_RangedBase_GetEnabledAltWeaponCore"); \ static_assert(offsetof(FGWeapon_RangedBase_GetEnabledAltWeaponCore, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetEnabledAltWeaponCore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetWeaponMagazineSize \ static_assert(alignof(FGWeapon_RangedBase_GetWeaponMagazineSize) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetWeaponMagazineSize"); \ static_assert(sizeof(FGWeapon_RangedBase_GetWeaponMagazineSize) == 0x000004, "Wrong size on FGWeapon_RangedBase_GetWeaponMagazineSize"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponMagazineSize, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetWeaponMagazineSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_GetWeaponRange \ static_assert(alignof(FGWeapon_RangedBase_GetWeaponRange) == 0x000004, "Wrong alignment on FGWeapon_RangedBase_GetWeaponRange"); \ static_assert(sizeof(FGWeapon_RangedBase_GetWeaponRange) == 0x000004, "Wrong size on FGWeapon_RangedBase_GetWeaponRange"); \ static_assert(offsetof(FGWeapon_RangedBase_GetWeaponRange, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_GetWeaponRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_IsBroken \ static_assert(alignof(FGWeapon_RangedBase_IsBroken) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_IsBroken"); \ static_assert(sizeof(FGWeapon_RangedBase_IsBroken) == 0x000001, "Wrong size on FGWeapon_RangedBase_IsBroken"); \ static_assert(offsetof(FGWeapon_RangedBase_IsBroken, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_IsBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_IsHaveAltCore \ static_assert(alignof(FGWeapon_RangedBase_IsHaveAltCore) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_IsHaveAltCore"); \ static_assert(sizeof(FGWeapon_RangedBase_IsHaveAltCore) == 0x000001, "Wrong size on FGWeapon_RangedBase_IsHaveAltCore"); \ static_assert(offsetof(FGWeapon_RangedBase_IsHaveAltCore, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_IsHaveAltCore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_IsJammed \ static_assert(alignof(FGWeapon_RangedBase_IsJammed) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_IsJammed"); \ static_assert(sizeof(FGWeapon_RangedBase_IsJammed) == 0x000001, "Wrong size on FGWeapon_RangedBase_IsJammed"); \ static_assert(offsetof(FGWeapon_RangedBase_IsJammed, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_IsJammed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_RangedBase_IsReloaded \ static_assert(alignof(FGWeapon_RangedBase_IsReloaded) == 0x000001, "Wrong alignment on FGWeapon_RangedBase_IsReloaded"); \ static_assert(sizeof(FGWeapon_RangedBase_IsReloaded) == 0x000001, "Wrong size on FGWeapon_RangedBase_IsReloaded"); \ static_assert(offsetof(FGWeapon_RangedBase_IsReloaded, ReturnValue) == 0x000000, "Member 'FGWeapon_RangedBase_IsReloaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_RangedBase \ static_assert(alignof(AFGWeapon_RangedBase) == 0x000010, "Wrong alignment on AFGWeapon_RangedBase"); \ static_assert(sizeof(AFGWeapon_RangedBase) == 0x001130, "Wrong size on AFGWeapon_RangedBase"); \ static_assert(offsetof(AFGWeapon_RangedBase, Grip) == 0x000648, "Member 'AFGWeapon_RangedBase::Grip' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, Mag) == 0x000650, "Member 'AFGWeapon_RangedBase::Mag' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CageFullMesh) == 0x000658, "Member 'AFGWeapon_RangedBase::CageFullMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CageEmptyMesh) == 0x000660, "Member 'AFGWeapon_RangedBase::CageEmptyMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MuzzleBoneName) == 0x000668, "Member 'AFGWeapon_RangedBase::MuzzleBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MagAttachBoneName) == 0x000670, "Member 'AFGWeapon_RangedBase::MagAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AmmoClass) == 0x000678, "Member 'AFGWeapon_RangedBase::AmmoClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AmmoClasses) == 0x000680, "Member 'AFGWeapon_RangedBase::AmmoClasses' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, DefaultWeaponCoreClass) == 0x0006D0, "Member 'AFGWeapon_RangedBase::DefaultWeaponCoreClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, DefaultGripMesh) == 0x0006D8, "Member 'AFGWeapon_RangedBase::DefaultGripMesh' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, BaseRecoilPitch) == 0x0006E0, "Member 'AFGWeapon_RangedBase::BaseRecoilPitch' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bUseN2RecoilType) == 0x0006E4, "Member 'AFGWeapon_RangedBase::bUseN2RecoilType' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, RecoilTargetingScale) == 0x0006E8, "Member 'AFGWeapon_RangedBase::RecoilTargetingScale' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MaxRecoilPitch) == 0x0006EC, "Member 'AFGWeapon_RangedBase::MaxRecoilPitch' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, BurstFireScale) == 0x0006F0, "Member 'AFGWeapon_RangedBase::BurstFireScale' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ModuleTemplates) == 0x0006F8, "Member 'AFGWeapon_RangedBase::ModuleTemplates' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, StatusEffectTemplate) == 0x000748, "Member 'AFGWeapon_RangedBase::StatusEffectTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CritCheckCooldown) == 0x000798, "Member 'AFGWeapon_RangedBase::CritCheckCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, JammingStackChance) == 0x00079C, "Member 'AFGWeapon_RangedBase::JammingStackChance' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, JammingStackPercent) == 0x0007A0, "Member 'AFGWeapon_RangedBase::JammingStackPercent' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, JammingCheckCooldown) == 0x0007A4, "Member 'AFGWeapon_RangedBase::JammingCheckCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AccuracyMaxRadius) == 0x0007A8, "Member 'AFGWeapon_RangedBase::AccuracyMaxRadius' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AccuracyTargetingScale) == 0x0007AC, "Member 'AFGWeapon_RangedBase::AccuracyTargetingScale' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ShotAnimation) == 0x0007B0, "Member 'AFGWeapon_RangedBase::ShotAnimation' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadMontage) == 0x0007C8, "Member 'AFGWeapon_RangedBase::ReloadMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadSprintMontage) == 0x0007E0, "Member 'AFGWeapon_RangedBase::ReloadSprintMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadSlowMontage) == 0x0007F8, "Member 'AFGWeapon_RangedBase::ReloadSlowMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadSprintSlowMontage) == 0x000810, "Member 'AFGWeapon_RangedBase::ReloadSprintSlowMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadFastMontage) == 0x000828, "Member 'AFGWeapon_RangedBase::ReloadFastMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadSprintFastMontage) == 0x000840, "Member 'AFGWeapon_RangedBase::ReloadSprintFastMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, EliminateJammingMontage) == 0x000858, "Member 'AFGWeapon_RangedBase::EliminateJammingMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, UniqueReloadMontages) == 0x000870, "Member 'AFGWeapon_RangedBase::UniqueReloadMontages' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, UniqueReloadIgnoredMagazines) == 0x000880, "Member 'AFGWeapon_RangedBase::UniqueReloadIgnoredMagazines' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, Test_WeaponReload) == 0x000890, "Member 'AFGWeapon_RangedBase::Test_WeaponReload' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TrailFX) == 0x000898, "Member 'AFGWeapon_RangedBase::TrailFX' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MuzzleFX) == 0x0008A0, "Member 'AFGWeapon_RangedBase::MuzzleFX' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TrailFXNiagara) == 0x0008A8, "Member 'AFGWeapon_RangedBase::TrailFXNiagara' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MuzzleFXNiagara) == 0x0008B0, "Member 'AFGWeapon_RangedBase::MuzzleFXNiagara' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MuzzleLightActorClass) == 0x0008B8, "Member 'AFGWeapon_RangedBase::MuzzleLightActorClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, SmokeFXNiagara) == 0x0008C0, "Member 'AFGWeapon_RangedBase::SmokeFXNiagara' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TrailTargetParam) == 0x0008C8, "Member 'AFGWeapon_RangedBase::TrailTargetParam' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, FireSound) == 0x0008D0, "Member 'AFGWeapon_RangedBase::FireSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, FireSoundFP) == 0x0008D8, "Member 'AFGWeapon_RangedBase::FireSoundFP' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadSound) == 0x0008E0, "Member 'AFGWeapon_RangedBase::ReloadSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ReloadFailSound) == 0x0008E8, "Member 'AFGWeapon_RangedBase::ReloadFailSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TargetingSound_On) == 0x0008F0, "Member 'AFGWeapon_RangedBase::TargetingSound_On' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TargetingSound_Off) == 0x0008F8, "Member 'AFGWeapon_RangedBase::TargetingSound_Off' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AltCoreSound_On) == 0x000900, "Member 'AFGWeapon_RangedBase::AltCoreSound_On' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AltCoreSound_Off) == 0x000908, "Member 'AFGWeapon_RangedBase::AltCoreSound_Off' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ShootCameraShakeClass) == 0x000910, "Member 'AFGWeapon_RangedBase::ShootCameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ShootCameraShakeUseRPMScale) == 0x000918, "Member 'AFGWeapon_RangedBase::ShootCameraShakeUseRPMScale' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, ImpactTemplate) == 0x000920, "Member 'AFGWeapon_RangedBase::ImpactTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MeleeImpactTemplate) == 0x000928, "Member 'AFGWeapon_RangedBase::MeleeImpactTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, WeaponGenerationOverride) == 0x000930, "Member 'AFGWeapon_RangedBase::WeaponGenerationOverride' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, OnUpdate) == 0x000990, "Member 'AFGWeapon_RangedBase::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, OnReload) == 0x0009A0, "Member 'AFGWeapon_RangedBase::OnReload' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, MagRelativeRotation) == 0x0009B0, "Member 'AFGWeapon_RangedBase::MagRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, WeaponSettings) == 0x000E30, "Member 'AFGWeapon_RangedBase::WeaponSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bPendingReload) == 0x001018, "Member 'AFGWeapon_RangedBase::bPendingReload' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, TH_Shot) == 0x001020, "Member 'AFGWeapon_RangedBase::TH_Shot' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bAchievementUnlocked) == 0x001074, "Member 'AFGWeapon_RangedBase::bAchievementUnlocked' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, UseProjectileTemplate) == 0x001080, "Member 'AFGWeapon_RangedBase::UseProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, DefaultWeaponCore) == 0x001098, "Member 'AFGWeapon_RangedBase::DefaultWeaponCore' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, AltWeaponCore) == 0x0010A0, "Member 'AFGWeapon_RangedBase::AltWeaponCore' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bAltWeaponCoreEnabled) == 0x0010A8, "Member 'AFGWeapon_RangedBase::bAltWeaponCoreEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bJammed) == 0x0010A9, "Member 'AFGWeapon_RangedBase::bJammed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, FiringFOVSettings) == 0x0010BC, "Member 'AFGWeapon_RangedBase::FiringFOVSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, FiringFOVSettingsAltCore) == 0x0010E8, "Member 'AFGWeapon_RangedBase::FiringFOVSettingsAltCore' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, bDebugFiringOffsetFOV) == 0x001114, "Member 'AFGWeapon_RangedBase::bDebugFiringOffsetFOV' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CurrentAmmoInClip) == 0x00111C, "Member 'AFGWeapon_RangedBase::CurrentAmmoInClip' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CurrentAmmoInClipAuthority) == 0x001120, "Member 'AFGWeapon_RangedBase::CurrentAmmoInClipAuthority' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_RangedBase, CurrentMagazineSizeAuthority) == 0x001124, "Member 'AFGWeapon_RangedBase::CurrentMagazineSizeAuthority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Revolver_ServerSetInDwergMode \ static_assert(alignof(FGWeapon_Revolver_ServerSetInDwergMode) == 0x000001, "Wrong alignment on FGWeapon_Revolver_ServerSetInDwergMode"); \ static_assert(sizeof(FGWeapon_Revolver_ServerSetInDwergMode) == 0x000001, "Wrong size on FGWeapon_Revolver_ServerSetInDwergMode"); \ static_assert(offsetof(FGWeapon_Revolver_ServerSetInDwergMode, Value) == 0x000000, "Member 'FGWeapon_Revolver_ServerSetInDwergMode::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Revolver_SetInDwergMode \ static_assert(alignof(FGWeapon_Revolver_SetInDwergMode) == 0x000001, "Wrong alignment on FGWeapon_Revolver_SetInDwergMode"); \ static_assert(sizeof(FGWeapon_Revolver_SetInDwergMode) == 0x000001, "Wrong size on FGWeapon_Revolver_SetInDwergMode"); \ static_assert(offsetof(FGWeapon_Revolver_SetInDwergMode, Value) == 0x000000, "Member 'FGWeapon_Revolver_SetInDwergMode::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Revolver_GetInDwergMode \ static_assert(alignof(FGWeapon_Revolver_GetInDwergMode) == 0x000001, "Wrong alignment on FGWeapon_Revolver_GetInDwergMode"); \ static_assert(sizeof(FGWeapon_Revolver_GetInDwergMode) == 0x000001, "Wrong size on FGWeapon_Revolver_GetInDwergMode"); \ static_assert(offsetof(FGWeapon_Revolver_GetInDwergMode, ReturnValue) == 0x000000, "Member 'FGWeapon_Revolver_GetInDwergMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_Revolver \ static_assert(alignof(AFGWeapon_Revolver) == 0x000010, "Wrong alignment on AFGWeapon_Revolver"); \ static_assert(sizeof(AFGWeapon_Revolver) == 0x001210, "Wrong size on AFGWeapon_Revolver"); \ static_assert(offsetof(AFGWeapon_Revolver, Frame) == 0x001130, "Member 'AFGWeapon_Revolver::Frame' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, Barrel) == 0x001138, "Member 'AFGWeapon_Revolver::Barrel' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, GripID) == 0x001140, "Member 'AFGWeapon_Revolver::GripID' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, FrameID) == 0x001144, "Member 'AFGWeapon_Revolver::FrameID' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, BarrelID) == 0x001148, "Member 'AFGWeapon_Revolver::BarrelID' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, MuzzleBoneTranslates) == 0x001150, "Member 'AFGWeapon_Revolver::MuzzleBoneTranslates' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergGrip) == 0x0011A0, "Member 'AFGWeapon_Revolver::DwergGrip' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergFrame) == 0x0011A8, "Member 'AFGWeapon_Revolver::DwergFrame' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergBarrel) == 0x0011B0, "Member 'AFGWeapon_Revolver::DwergBarrel' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergDamageType) == 0x0011B8, "Member 'AFGWeapon_Revolver::DwergDamageType' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergName) == 0x0011C0, "Member 'AFGWeapon_Revolver::DwergName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergRange) == 0x0011D8, "Member 'AFGWeapon_Revolver::DwergRange' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergAccuracy) == 0x0011DC, "Member 'AFGWeapon_Revolver::DwergAccuracy' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergStability) == 0x0011E0, "Member 'AFGWeapon_Revolver::DwergStability' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergRPM) == 0x0011E4, "Member 'AFGWeapon_Revolver::DwergRPM' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergMagazineSize) == 0x0011E8, "Member 'AFGWeapon_Revolver::DwergMagazineSize' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergWeaponCoreClass) == 0x0011F0, "Member 'AFGWeapon_Revolver::DwergWeaponCoreClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, DwergWeaponCore) == 0x0011F8, "Member 'AFGWeapon_Revolver::DwergWeaponCore' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Revolver, bInDwergMode) == 0x001200, "Member 'AFGWeapon_Revolver::bInDwergMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestItemBase \ static_assert(alignof(AFGQuestItemBase) == 0x000010, "Wrong alignment on AFGQuestItemBase"); \ static_assert(sizeof(AFGQuestItemBase) == 0x0003E0, "Wrong size on AFGQuestItemBase"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_CalcBrakingDeceleration \ static_assert(alignof(FGWagonMovementComponent_CalcBrakingDeceleration) == 0x000004, "Wrong alignment on FGWagonMovementComponent_CalcBrakingDeceleration"); \ static_assert(sizeof(FGWagonMovementComponent_CalcBrakingDeceleration) == 0x000004, "Wrong size on FGWagonMovementComponent_CalcBrakingDeceleration"); \ static_assert(offsetof(FGWagonMovementComponent_CalcBrakingDeceleration, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_CalcBrakingDeceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_CalcPower \ static_assert(alignof(FGWagonMovementComponent_CalcPower) == 0x000004, "Wrong alignment on FGWagonMovementComponent_CalcPower"); \ static_assert(sizeof(FGWagonMovementComponent_CalcPower) == 0x000004, "Wrong size on FGWagonMovementComponent_CalcPower"); \ static_assert(offsetof(FGWagonMovementComponent_CalcPower, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_CalcPower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_GetCurrentMaxSpeedDebuff \ static_assert(alignof(FGWagonMovementComponent_GetCurrentMaxSpeedDebuff) == 0x000004, "Wrong alignment on FGWagonMovementComponent_GetCurrentMaxSpeedDebuff"); \ static_assert(sizeof(FGWagonMovementComponent_GetCurrentMaxSpeedDebuff) == 0x000004, "Wrong size on FGWagonMovementComponent_GetCurrentMaxSpeedDebuff"); \ static_assert(offsetof(FGWagonMovementComponent_GetCurrentMaxSpeedDebuff, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_GetCurrentMaxSpeedDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_GetEngine \ static_assert(alignof(FGWagonMovementComponent_GetEngine) == 0x000008, "Wrong alignment on FGWagonMovementComponent_GetEngine"); \ static_assert(sizeof(FGWagonMovementComponent_GetEngine) == 0x000008, "Wrong size on FGWagonMovementComponent_GetEngine"); \ static_assert(offsetof(FGWagonMovementComponent_GetEngine, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_GetEngine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_GetTrainMovementDirection \ static_assert(alignof(FGWagonMovementComponent_GetTrainMovementDirection) == 0x000001, "Wrong alignment on FGWagonMovementComponent_GetTrainMovementDirection"); \ static_assert(sizeof(FGWagonMovementComponent_GetTrainMovementDirection) == 0x000001, "Wrong size on FGWagonMovementComponent_GetTrainMovementDirection"); \ static_assert(offsetof(FGWagonMovementComponent_GetTrainMovementDirection, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_GetTrainMovementDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_GetWagonMaxSpeed \ static_assert(alignof(FGWagonMovementComponent_GetWagonMaxSpeed) == 0x000004, "Wrong alignment on FGWagonMovementComponent_GetWagonMaxSpeed"); \ static_assert(sizeof(FGWagonMovementComponent_GetWagonMaxSpeed) == 0x000004, "Wrong size on FGWagonMovementComponent_GetWagonMaxSpeed"); \ static_assert(offsetof(FGWagonMovementComponent_GetWagonMaxSpeed, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_GetWagonMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonMovementComponent_GetWagonMinSpeed \ static_assert(alignof(FGWagonMovementComponent_GetWagonMinSpeed) == 0x000004, "Wrong alignment on FGWagonMovementComponent_GetWagonMinSpeed"); \ static_assert(sizeof(FGWagonMovementComponent_GetWagonMinSpeed) == 0x000004, "Wrong size on FGWagonMovementComponent_GetWagonMinSpeed"); \ static_assert(offsetof(FGWagonMovementComponent_GetWagonMinSpeed, ReturnValue) == 0x000000, "Member 'FGWagonMovementComponent_GetWagonMinSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWagonMovementComponent \ static_assert(alignof(UFGWagonMovementComponent) == 0x000010, "Wrong alignment on UFGWagonMovementComponent"); \ static_assert(sizeof(UFGWagonMovementComponent) == 0x000BB0, "Wrong size on UFGWagonMovementComponent"); \ static_assert(offsetof(UFGWagonMovementComponent, AttachToWagon) == 0x000AF8, "Member 'UFGWagonMovementComponent::AttachToWagon' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, AttachWagon) == 0x000B00, "Member 'UFGWagonMovementComponent::AttachWagon' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, OwnerWagon) == 0x000B08, "Member 'UFGWagonMovementComponent::OwnerWagon' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, OwnerTrain) == 0x000B10, "Member 'UFGWagonMovementComponent::OwnerTrain' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, bIsLocomotive) == 0x000B18, "Member 'UFGWagonMovementComponent::bIsLocomotive' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, EngineComponent) == 0x000B20, "Member 'UFGWagonMovementComponent::EngineComponent' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, TH_Parking) == 0x000B28, "Member 'UFGWagonMovementComponent::TH_Parking' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, ParkingDuration) == 0x000B34, "Member 'UFGWagonMovementComponent::ParkingDuration' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, TrainMovementMode) == 0x000B38, "Member 'UFGWagonMovementComponent::TrainMovementMode' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, bInDepot) == 0x000B39, "Member 'UFGWagonMovementComponent::bInDepot' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, OnTrainMovementModeUpdated) == 0x000B40, "Member 'UFGWagonMovementComponent::OnTrainMovementModeUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailRoadFriction) == 0x000B50, "Member 'UFGWagonMovementComponent::RailRoadFriction' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, BackwardMinSpeed) == 0x000B54, "Member 'UFGWagonMovementComponent::BackwardMinSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, BrakeModifier) == 0x000B58, "Member 'UFGWagonMovementComponent::BrakeModifier' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, TotalPlatforms) == 0x000B5C, "Member 'UFGWagonMovementComponent::TotalPlatforms' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, bOnBrake) == 0x000B60, "Member 'UFGWagonMovementComponent::bOnBrake' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, AccelerationEffect) == 0x000B64, "Member 'UFGWagonMovementComponent::AccelerationEffect' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, TrainMovementDirection) == 0x000B68, "Member 'UFGWagonMovementComponent::TrainMovementDirection' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, BrokenWagonModules) == 0x000B70, "Member 'UFGWagonMovementComponent::BrokenWagonModules' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, DamagedPlatformPenalty) == 0x000B80, "Member 'UFGWagonMovementComponent::DamagedPlatformPenalty' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, BrokenPlatformPenalty) == 0x000B84, "Member 'UFGWagonMovementComponent::BrokenPlatformPenalty' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, DamagedPlatformsModifier) == 0x000B88, "Member 'UFGWagonMovementComponent::DamagedPlatformsModifier' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, bRailsBlocked) == 0x000B8C, "Member 'UFGWagonMovementComponent::bRailsBlocked' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailsMaxSpeedLimit) == 0x000B90, "Member 'UFGWagonMovementComponent::RailsMaxSpeedLimit' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailsMinSpeedLimit) == 0x000B94, "Member 'UFGWagonMovementComponent::RailsMinSpeedLimit' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailsForcedPower) == 0x000B98, "Member 'UFGWagonMovementComponent::RailsForcedPower' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailsTempAccelerationMultiplier) == 0x000B9C, "Member 'UFGWagonMovementComponent::RailsTempAccelerationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, RailsBonusFriction) == 0x000BA0, "Member 'UFGWagonMovementComponent::RailsBonusFriction' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, FlowVelocityMultiplier) == 0x000BA4, "Member 'UFGWagonMovementComponent::FlowVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFGWagonMovementComponent, ForcedVelocity) == 0x000BA8, "Member 'UFGWagonMovementComponent::ForcedVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestManager_GetCurrentQuestNarrator \ static_assert(alignof(FGQuestManager_GetCurrentQuestNarrator) == 0x000008, "Wrong alignment on FGQuestManager_GetCurrentQuestNarrator"); \ static_assert(sizeof(FGQuestManager_GetCurrentQuestNarrator) == 0x000008, "Wrong size on FGQuestManager_GetCurrentQuestNarrator"); \ static_assert(offsetof(FGQuestManager_GetCurrentQuestNarrator, ReturnValue) == 0x000000, "Member 'FGQuestManager_GetCurrentQuestNarrator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestManager_OnQuestEvent \ static_assert(alignof(FGQuestManager_OnQuestEvent) == 0x000004, "Wrong alignment on FGQuestManager_OnQuestEvent"); \ static_assert(sizeof(FGQuestManager_OnQuestEvent) == 0x000008, "Wrong size on FGQuestManager_OnQuestEvent"); \ static_assert(offsetof(FGQuestManager_OnQuestEvent, EventName) == 0x000000, "Member 'FGQuestManager_OnQuestEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestManager_SetQuestNarrator \ static_assert(alignof(FGQuestManager_SetQuestNarrator) == 0x000008, "Wrong alignment on FGQuestManager_SetQuestNarrator"); \ static_assert(sizeof(FGQuestManager_SetQuestNarrator) == 0x000008, "Wrong size on FGQuestManager_SetQuestNarrator"); \ static_assert(offsetof(FGQuestManager_SetQuestNarrator, NewQuestNarrator) == 0x000000, "Member 'FGQuestManager_SetQuestNarrator::NewQuestNarrator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestManager_StartQuest \ static_assert(alignof(FGQuestManager_StartQuest) == 0x000008, "Wrong alignment on FGQuestManager_StartQuest"); \ static_assert(sizeof(FGQuestManager_StartQuest) == 0x000008, "Wrong size on FGQuestManager_StartQuest"); \ static_assert(offsetof(FGQuestManager_StartQuest, task) == 0x000000, "Member 'FGQuestManager_StartQuest::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestManager \ static_assert(alignof(AFGQuestManager) == 0x000010, "Wrong alignment on AFGQuestManager"); \ static_assert(sizeof(AFGQuestManager) == 0x000300, "Wrong size on AFGQuestManager"); \ static_assert(offsetof(AFGQuestManager, TasksLocationPath) == 0x000220, "Member 'AFGQuestManager::TasksLocationPath' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, bInitialized) == 0x000230, "Member 'AFGQuestManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, bManagerDisabled) == 0x000231, "Member 'AFGQuestManager::bManagerDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, AvailableTaskClasses) == 0x000238, "Member 'AFGQuestManager::AvailableTaskClasses' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, CurrentTask) == 0x000288, "Member 'AFGQuestManager::CurrentTask' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, TasksProgressArray) == 0x000290, "Member 'AFGQuestManager::TasksProgressArray' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, TasksStartedArray) == 0x0002A0, "Member 'AFGQuestManager::TasksStartedArray' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, QuestNarratorClass) == 0x0002B0, "Member 'AFGQuestManager::QuestNarratorClass' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, SpawnedTasks) == 0x0002D0, "Member 'AFGQuestManager::SpawnedTasks' has a wrong offset!"); \ static_assert(offsetof(AFGQuestManager, SideTasks) == 0x0002E0, "Member 'AFGQuestManager::SideTasks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoToilet_CanJoin \ static_assert(alignof(FGWagonModule_RofleemoToilet_CanJoin) == 0x000001, "Wrong alignment on FGWagonModule_RofleemoToilet_CanJoin"); \ static_assert(sizeof(FGWagonModule_RofleemoToilet_CanJoin) == 0x000001, "Wrong size on FGWagonModule_RofleemoToilet_CanJoin"); \ static_assert(offsetof(FGWagonModule_RofleemoToilet_CanJoin, ReturnValue) == 0x000000, "Member 'FGWagonModule_RofleemoToilet_CanJoin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoToilet_IsEmpty \ static_assert(alignof(FGWagonModule_RofleemoToilet_IsEmpty) == 0x000001, "Wrong alignment on FGWagonModule_RofleemoToilet_IsEmpty"); \ static_assert(sizeof(FGWagonModule_RofleemoToilet_IsEmpty) == 0x000001, "Wrong size on FGWagonModule_RofleemoToilet_IsEmpty"); \ static_assert(offsetof(FGWagonModule_RofleemoToilet_IsEmpty, ReturnValue) == 0x000000, "Member 'FGWagonModule_RofleemoToilet_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoToilet_Refuel \ static_assert(alignof(FGWagonModule_RofleemoToilet_Refuel) == 0x000001, "Wrong alignment on FGWagonModule_RofleemoToilet_Refuel"); \ static_assert(sizeof(FGWagonModule_RofleemoToilet_Refuel) == 0x000001, "Wrong size on FGWagonModule_RofleemoToilet_Refuel"); \ static_assert(offsetof(FGWagonModule_RofleemoToilet_Refuel, ReturnValue) == 0x000000, "Member 'FGWagonModule_RofleemoToilet_Refuel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoToilet_SetRofleemo \ static_assert(alignof(FGWagonModule_RofleemoToilet_SetRofleemo) == 0x000008, "Wrong alignment on FGWagonModule_RofleemoToilet_SetRofleemo"); \ static_assert(sizeof(FGWagonModule_RofleemoToilet_SetRofleemo) == 0x000010, "Wrong size on FGWagonModule_RofleemoToilet_SetRofleemo"); \ static_assert(offsetof(FGWagonModule_RofleemoToilet_SetRofleemo, Rofleemo) == 0x000000, "Member 'FGWagonModule_RofleemoToilet_SetRofleemo::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_RofleemoToilet_SetRofleemo, ReturnValue) == 0x000008, "Member 'FGWagonModule_RofleemoToilet_SetRofleemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_RofleemoToilet \ static_assert(alignof(AFGWagonModule_RofleemoToilet) == 0x000008, "Wrong alignment on AFGWagonModule_RofleemoToilet"); \ static_assert(sizeof(AFGWagonModule_RofleemoToilet) == 0x0006D0, "Wrong size on AFGWagonModule_RofleemoToilet"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, RofleemoPoint) == 0x000660, "Member 'AFGWagonModule_RofleemoToilet::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, NpcActor) == 0x000668, "Member 'AFGWagonModule_RofleemoToilet::NpcActor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, bUsedByJanitor) == 0x000670, "Member 'AFGWagonModule_RofleemoToilet::bUsedByJanitor' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, JanitorAction) == 0x000671, "Member 'AFGWagonModule_RofleemoToilet::JanitorAction' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, NPCState) == 0x000672, "Member 'AFGWagonModule_RofleemoToilet::NPCState' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, bInUse) == 0x000673, "Member 'AFGWagonModule_RofleemoToilet::bInUse' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, OnSpeedUpNPC) == 0x000678, "Member 'AFGWagonModule_RofleemoToilet::OnSpeedUpNPC' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, OnJanitorFinishedWork) == 0x000688, "Member 'AFGWagonModule_RofleemoToilet::OnJanitorFinishedWork' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, ActionProgress) == 0x000698, "Member 'AFGWagonModule_RofleemoToilet::ActionProgress' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, OnEnterToilet) == 0x0006A0, "Member 'AFGWagonModule_RofleemoToilet::OnEnterToilet' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, OnExitToilet) == 0x0006B0, "Member 'AFGWagonModule_RofleemoToilet::OnExitToilet' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, ToiletTimerHandle) == 0x0006C0, "Member 'AFGWagonModule_RofleemoToilet::ToiletTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, ToiletTime) == 0x0006C8, "Member 'AFGWagonModule_RofleemoToilet::ToiletTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoToilet, DefaultFuelAmount) == 0x0006CC, "Member 'AFGWagonModule_RofleemoToilet::DefaultFuelAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkManager_GetActiveMarks \ static_assert(alignof(FGQuestMarkManager_GetActiveMarks) == 0x000008, "Wrong alignment on FGQuestMarkManager_GetActiveMarks"); \ static_assert(sizeof(FGQuestMarkManager_GetActiveMarks) == 0x000010, "Wrong size on FGQuestMarkManager_GetActiveMarks"); \ static_assert(offsetof(FGQuestMarkManager_GetActiveMarks, ReturnValue) == 0x000000, "Member 'FGQuestMarkManager_GetActiveMarks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkManager_GetActiveMarksForPlayer \ static_assert(alignof(FGQuestMarkManager_GetActiveMarksForPlayer) == 0x000008, "Wrong alignment on FGQuestMarkManager_GetActiveMarksForPlayer"); \ static_assert(sizeof(FGQuestMarkManager_GetActiveMarksForPlayer) == 0x000018, "Wrong size on FGQuestMarkManager_GetActiveMarksForPlayer"); \ static_assert(offsetof(FGQuestMarkManager_GetActiveMarksForPlayer, PlayerCharacter) == 0x000000, "Member 'FGQuestMarkManager_GetActiveMarksForPlayer::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGQuestMarkManager_GetActiveMarksForPlayer, ReturnValue) == 0x000008, "Member 'FGQuestMarkManager_GetActiveMarksForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestMarkManager_IsHaveActiveMark \ static_assert(alignof(FGQuestMarkManager_IsHaveActiveMark) == 0x000008, "Wrong alignment on FGQuestMarkManager_IsHaveActiveMark"); \ static_assert(sizeof(FGQuestMarkManager_IsHaveActiveMark) == 0x000010, "Wrong size on FGQuestMarkManager_IsHaveActiveMark"); \ static_assert(offsetof(FGQuestMarkManager_IsHaveActiveMark, Mark) == 0x000000, "Member 'FGQuestMarkManager_IsHaveActiveMark::Mark' has a wrong offset!"); \ static_assert(offsetof(FGQuestMarkManager_IsHaveActiveMark, ReturnValue) == 0x000008, "Member 'FGQuestMarkManager_IsHaveActiveMark::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestMarkManager \ static_assert(alignof(AFGQuestMarkManager) == 0x000008, "Wrong alignment on AFGQuestMarkManager"); \ static_assert(sizeof(AFGQuestMarkManager) == 0x000298, "Wrong size on AFGQuestMarkManager"); \ static_assert(offsetof(AFGQuestMarkManager, OnActiveMarksUpdate) == 0x000220, "Member 'AFGQuestMarkManager::OnActiveMarksUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGQuestMarkManager, bDebug) == 0x000230, "Member 'AFGQuestMarkManager::bDebug' has a wrong offset!"); \ static_assert(offsetof(AFGQuestMarkManager, RegisteredMarks) == 0x000238, "Member 'AFGQuestMarkManager::RegisteredMarks' has a wrong offset!"); \ static_assert(offsetof(AFGQuestMarkManager, ActiveMarks) == 0x000288, "Member 'AFGQuestMarkManager::ActiveMarks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_CanAutoAimHook \ static_assert(alignof(FGWeapon_HookBase_CanAutoAimHook) == 0x000001, "Wrong alignment on FGWeapon_HookBase_CanAutoAimHook"); \ static_assert(sizeof(FGWeapon_HookBase_CanAutoAimHook) == 0x000001, "Wrong size on FGWeapon_HookBase_CanAutoAimHook"); \ static_assert(offsetof(FGWeapon_HookBase_CanAutoAimHook, ReturnValue) == 0x000000, "Member 'FGWeapon_HookBase_CanAutoAimHook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_GetFlySpeed \ static_assert(alignof(FGWeapon_HookBase_GetFlySpeed) == 0x000004, "Wrong alignment on FGWeapon_HookBase_GetFlySpeed"); \ static_assert(sizeof(FGWeapon_HookBase_GetFlySpeed) == 0x000004, "Wrong size on FGWeapon_HookBase_GetFlySpeed"); \ static_assert(offsetof(FGWeapon_HookBase_GetFlySpeed, ReturnValue) == 0x000000, "Member 'FGWeapon_HookBase_GetFlySpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_MulticastThrowHook \ static_assert(alignof(FGWeapon_HookBase_MulticastThrowHook) == 0x000008, "Wrong alignment on FGWeapon_HookBase_MulticastThrowHook"); \ static_assert(sizeof(FGWeapon_HookBase_MulticastThrowHook) == 0x000018, "Wrong size on FGWeapon_HookBase_MulticastThrowHook"); \ static_assert(offsetof(FGWeapon_HookBase_MulticastThrowHook, TargetLocation) == 0x000000, "Member 'FGWeapon_HookBase_MulticastThrowHook::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_HookBase_MulticastThrowHook, OverrideAutoAimActor) == 0x000010, "Member 'FGWeapon_HookBase_MulticastThrowHook::OverrideAutoAimActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_ServerThrowHook \ static_assert(alignof(FGWeapon_HookBase_ServerThrowHook) == 0x000008, "Wrong alignment on FGWeapon_HookBase_ServerThrowHook"); \ static_assert(sizeof(FGWeapon_HookBase_ServerThrowHook) == 0x000018, "Wrong size on FGWeapon_HookBase_ServerThrowHook"); \ static_assert(offsetof(FGWeapon_HookBase_ServerThrowHook, TargetLocation) == 0x000000, "Member 'FGWeapon_HookBase_ServerThrowHook::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_HookBase_ServerThrowHook, OverrideAutoAimActor) == 0x000010, "Member 'FGWeapon_HookBase_ServerThrowHook::OverrideAutoAimActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_GetRopeLength \ static_assert(alignof(FGWeapon_HookBase_GetRopeLength) == 0x000008, "Wrong alignment on FGWeapon_HookBase_GetRopeLength"); \ static_assert(sizeof(FGWeapon_HookBase_GetRopeLength) == 0x000018, "Wrong size on FGWeapon_HookBase_GetRopeLength"); \ static_assert(offsetof(FGWeapon_HookBase_GetRopeLength, bIgnoreAutoAimActor) == 0x000000, "Member 'FGWeapon_HookBase_GetRopeLength::bIgnoreAutoAimActor' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_HookBase_GetRopeLength, OverrideAutoAimActor) == 0x000008, "Member 'FGWeapon_HookBase_GetRopeLength::OverrideAutoAimActor' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_HookBase_GetRopeLength, ReturnValue) == 0x000010, "Member 'FGWeapon_HookBase_GetRopeLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_HookBase_IsReturningHook \ static_assert(alignof(FGWeapon_HookBase_IsReturningHook) == 0x000001, "Wrong alignment on FGWeapon_HookBase_IsReturningHook"); \ static_assert(sizeof(FGWeapon_HookBase_IsReturningHook) == 0x000001, "Wrong size on FGWeapon_HookBase_IsReturningHook"); \ static_assert(offsetof(FGWeapon_HookBase_IsReturningHook, ReturnValue) == 0x000000, "Member 'FGWeapon_HookBase_IsReturningHook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_HookBase \ static_assert(alignof(AFGWeapon_HookBase) == 0x000010, "Wrong alignment on AFGWeapon_HookBase"); \ static_assert(sizeof(AFGWeapon_HookBase) == 0x0011E0, "Wrong size on AFGWeapon_HookBase"); \ static_assert(offsetof(AFGWeapon_HookBase, HookClass) == 0x001130, "Member 'AFGWeapon_HookBase::HookClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, HookRope) == 0x001138, "Member 'AFGWeapon_HookBase::HookRope' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, FlySpeed) == 0x001140, "Member 'AFGWeapon_HookBase::FlySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, ReturnEmptySpeed) == 0x001144, "Member 'AFGWeapon_HookBase::ReturnEmptySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, RopeLengthAutoAimBonus) == 0x001148, "Member 'AFGWeapon_HookBase::RopeLengthAutoAimBonus' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, AutoAimActors) == 0x001150, "Member 'AFGWeapon_HookBase::AutoAimActors' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, MinSpeedForAutoAim) == 0x001160, "Member 'AFGWeapon_HookBase::MinSpeedForAutoAim' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, ShotMontage) == 0x001168, "Member 'AFGWeapon_HookBase::ShotMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, TriceSound) == 0x001180, "Member 'AFGWeapon_HookBase::TriceSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, RopeMoveSound) == 0x001188, "Member 'AFGWeapon_HookBase::RopeMoveSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, SpawnedRopeMoveSound) == 0x001190, "Member 'AFGWeapon_HookBase::SpawnedRopeMoveSound' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, ServerSpawnedHook) == 0x001198, "Member 'AFGWeapon_HookBase::ServerSpawnedHook' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, OnReturningHookChange) == 0x0011A0, "Member 'AFGWeapon_HookBase::OnReturningHookChange' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, SpawnedHook) == 0x0011B0, "Member 'AFGWeapon_HookBase::SpawnedHook' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, bForceDespawnGrappingHook) == 0x0011B9, "Member 'AFGWeapon_HookBase::bForceDespawnGrappingHook' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_HookBase, AutoAimActor) == 0x0011D0, "Member 'AFGWeapon_HookBase::AutoAimActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_Winch \ static_assert(alignof(AFGWeapon_Winch) == 0x000010, "Wrong alignment on AFGWeapon_Winch"); \ static_assert(sizeof(AFGWeapon_Winch) == 0x0011F0, "Wrong size on AFGWeapon_Winch"); \ static_assert(offsetof(AFGWeapon_Winch, RopeLength) == 0x0011D8, "Member 'AFGWeapon_Winch::RopeLength' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, BonusRopeLength) == 0x0011DC, "Member 'AFGWeapon_Winch::BonusRopeLength' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, BonusFlySpeed) == 0x0011E0, "Member 'AFGWeapon_Winch::BonusFlySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, BonusReturnEmptySpeed) == 0x0011E4, "Member 'AFGWeapon_Winch::BonusReturnEmptySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, bWinchBoosterLearned) == 0x0011E8, "Member 'AFGWeapon_Winch::bWinchBoosterLearned' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, bWinchDriveLearned) == 0x0011E9, "Member 'AFGWeapon_Winch::bWinchDriveLearned' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, bAutoAimPlayerTrain) == 0x0011EA, "Member 'AFGWeapon_Winch::bAutoAimPlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Winch, AutoAimPlayerTrainRopeLength) == 0x0011EC, "Member 'AFGWeapon_Winch::AutoAimPlayerTrainRopeLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestsNarrator_GetQuestManager \ static_assert(alignof(FGQuestsNarrator_GetQuestManager) == 0x000008, "Wrong alignment on FGQuestsNarrator_GetQuestManager"); \ static_assert(sizeof(FGQuestsNarrator_GetQuestManager) == 0x000008, "Wrong size on FGQuestsNarrator_GetQuestManager"); \ static_assert(offsetof(FGQuestsNarrator_GetQuestManager, ReturnValue) == 0x000000, "Member 'FGQuestsNarrator_GetQuestManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestsNarrator_PlayDialog \ static_assert(alignof(FGQuestsNarrator_PlayDialog) == 0x000004, "Wrong alignment on FGQuestsNarrator_PlayDialog"); \ static_assert(sizeof(FGQuestsNarrator_PlayDialog) == 0x000004, "Wrong size on FGQuestsNarrator_PlayDialog"); \ static_assert(offsetof(FGQuestsNarrator_PlayDialog, DialogueID) == 0x000000, "Member 'FGQuestsNarrator_PlayDialog::DialogueID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestsNarrator_PlayDialogEvent_Slice \ static_assert(alignof(FGQuestsNarrator_PlayDialogEvent_Slice) == 0x000008, "Wrong alignment on FGQuestsNarrator_PlayDialogEvent_Slice"); \ static_assert(sizeof(FGQuestsNarrator_PlayDialogEvent_Slice) == 0x000010, "Wrong size on FGQuestsNarrator_PlayDialogEvent_Slice"); \ static_assert(offsetof(FGQuestsNarrator_PlayDialogEvent_Slice, DialogueEvent) == 0x000000, "Member 'FGQuestsNarrator_PlayDialogEvent_Slice::DialogueEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestsNarrator_DialogueIsPlaying_Slice \ static_assert(alignof(FGQuestsNarrator_DialogueIsPlaying_Slice) == 0x000001, "Wrong alignment on FGQuestsNarrator_DialogueIsPlaying_Slice"); \ static_assert(sizeof(FGQuestsNarrator_DialogueIsPlaying_Slice) == 0x000001, "Wrong size on FGQuestsNarrator_DialogueIsPlaying_Slice"); \ static_assert(offsetof(FGQuestsNarrator_DialogueIsPlaying_Slice, ReturnValue) == 0x000000, "Member 'FGQuestsNarrator_DialogueIsPlaying_Slice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGQuestsNarrator_SliceIsEmpty \ static_assert(alignof(FGQuestsNarrator_SliceIsEmpty) == 0x000001, "Wrong alignment on FGQuestsNarrator_SliceIsEmpty"); \ static_assert(sizeof(FGQuestsNarrator_SliceIsEmpty) == 0x000001, "Wrong size on FGQuestsNarrator_SliceIsEmpty"); \ static_assert(offsetof(FGQuestsNarrator_SliceIsEmpty, ReturnValue) == 0x000000, "Member 'FGQuestsNarrator_SliceIsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestsNarrator \ static_assert(alignof(AFGQuestsNarrator) == 0x000010, "Wrong alignment on AFGQuestsNarrator"); \ static_assert(sizeof(AFGQuestsNarrator) == 0x0002C0, "Wrong size on AFGQuestsNarrator"); \ static_assert(offsetof(AFGQuestsNarrator, DataTableNarratorDialogues) == 0x000220, "Member 'AFGQuestsNarrator::DataTableNarratorDialogues' has a wrong offset!"); \ static_assert(offsetof(AFGQuestsNarrator, NarratorDialogues) == 0x000228, "Member 'AFGQuestsNarrator::NarratorDialogues' has a wrong offset!"); \ static_assert(offsetof(AFGQuestsNarrator, DialogueEventInstance) == 0x000238, "Member 'AFGQuestsNarrator::DialogueEventInstance' has a wrong offset!"); \ static_assert(offsetof(AFGQuestsNarrator, CurrentDialogueEvent) == 0x000248, "Member 'AFGQuestsNarrator::CurrentDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AFGQuestsNarrator, LastPlayedDialog) == 0x000278, "Member 'AFGQuestsNarrator::LastPlayedDialog' has a wrong offset!"); \ static_assert(offsetof(AFGQuestsNarrator, QuestManager) == 0x0002B0, "Member 'AFGQuestsNarrator::QuestManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTestingModule_TLineTraceForCertainActor \ static_assert(alignof(FGTestingModule_TLineTraceForCertainActor) == 0x000008, "Wrong alignment on FGTestingModule_TLineTraceForCertainActor"); \ static_assert(sizeof(FGTestingModule_TLineTraceForCertainActor) == 0x000020, "Wrong size on FGTestingModule_TLineTraceForCertainActor"); \ static_assert(offsetof(FGTestingModule_TLineTraceForCertainActor, OutputBranch) == 0x000000, "Member 'FGTestingModule_TLineTraceForCertainActor::OutputBranch' has a wrong offset!"); \ static_assert(offsetof(FGTestingModule_TLineTraceForCertainActor, ActorClass) == 0x000008, "Member 'FGTestingModule_TLineTraceForCertainActor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FGTestingModule_TLineTraceForCertainActor, Distance) == 0x000010, "Member 'FGTestingModule_TLineTraceForCertainActor::Distance' has a wrong offset!"); \ static_assert(offsetof(FGTestingModule_TLineTraceForCertainActor, ReturnValue) == 0x000018, "Member 'FGTestingModule_TLineTraceForCertainActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTestingModule \ static_assert(alignof(AFGTestingModule) == 0x000008, "Wrong alignment on AFGTestingModule"); \ static_assert(sizeof(AFGTestingModule) == 0x000220, "Wrong size on AFGTestingModule"); \ #define DUMPER7_ASSERTS_FGQuestTriggerVolume_OnComponentBeginOverlap \ static_assert(alignof(FGQuestTriggerVolume_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on FGQuestTriggerVolume_OnComponentBeginOverlap"); \ static_assert(sizeof(FGQuestTriggerVolume_OnComponentBeginOverlap) == 0x0000A8, "Wrong size on FGQuestTriggerVolume_OnComponentBeginOverlap"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, OtherActor) == 0x000008, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGQuestTriggerVolume_OnComponentBeginOverlap, SweepResult) == 0x000020, "Member 'FGQuestTriggerVolume_OnComponentBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGQuestTriggerVolume \ static_assert(alignof(AFGQuestTriggerVolume) == 0x000008, "Wrong alignment on AFGQuestTriggerVolume"); \ static_assert(sizeof(AFGQuestTriggerVolume) == 0x000230, "Wrong size on AFGQuestTriggerVolume"); \ static_assert(offsetof(AFGQuestTriggerVolume, CollisionShape) == 0x000220, "Member 'AFGQuestTriggerVolume::CollisionShape' has a wrong offset!"); \ static_assert(offsetof(AFGQuestTriggerVolume, TriggerQuestType) == 0x000228, "Member 'AFGQuestTriggerVolume::TriggerQuestType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_AddChild \ static_assert(alignof(FGRadioGroup_AddChild) == 0x000008, "Wrong alignment on FGRadioGroup_AddChild"); \ static_assert(sizeof(FGRadioGroup_AddChild) == 0x000008, "Wrong size on FGRadioGroup_AddChild"); \ static_assert(offsetof(FGRadioGroup_AddChild, Widget) == 0x000000, "Member 'FGRadioGroup_AddChild::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_OnWidgetSelected \ static_assert(alignof(FGRadioGroup_OnWidgetSelected) == 0x000008, "Wrong alignment on FGRadioGroup_OnWidgetSelected"); \ static_assert(sizeof(FGRadioGroup_OnWidgetSelected) == 0x000010, "Wrong size on FGRadioGroup_OnWidgetSelected"); \ static_assert(offsetof(FGRadioGroup_OnWidgetSelected, Sender) == 0x000000, "Member 'FGRadioGroup_OnWidgetSelected::Sender' has a wrong offset!"); \ static_assert(offsetof(FGRadioGroup_OnWidgetSelected, IsSelected) == 0x000008, "Member 'FGRadioGroup_OnWidgetSelected::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_RemoveChild \ static_assert(alignof(FGRadioGroup_RemoveChild) == 0x000008, "Wrong alignment on FGRadioGroup_RemoveChild"); \ static_assert(sizeof(FGRadioGroup_RemoveChild) == 0x000008, "Wrong size on FGRadioGroup_RemoveChild"); \ static_assert(offsetof(FGRadioGroup_RemoveChild, Widget) == 0x000000, "Member 'FGRadioGroup_RemoveChild::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_Select \ static_assert(alignof(FGRadioGroup_Select) == 0x000004, "Wrong alignment on FGRadioGroup_Select"); \ static_assert(sizeof(FGRadioGroup_Select) == 0x000004, "Wrong size on FGRadioGroup_Select"); \ static_assert(offsetof(FGRadioGroup_Select, Index_0) == 0x000000, "Member 'FGRadioGroup_Select::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_GetSelectedWidget \ static_assert(alignof(FGRadioGroup_GetSelectedWidget) == 0x000008, "Wrong alignment on FGRadioGroup_GetSelectedWidget"); \ static_assert(sizeof(FGRadioGroup_GetSelectedWidget) == 0x000008, "Wrong size on FGRadioGroup_GetSelectedWidget"); \ static_assert(offsetof(FGRadioGroup_GetSelectedWidget, ReturnValue) == 0x000000, "Member 'FGRadioGroup_GetSelectedWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_GetWidget \ static_assert(alignof(FGRadioGroup_GetWidget) == 0x000008, "Wrong alignment on FGRadioGroup_GetWidget"); \ static_assert(sizeof(FGRadioGroup_GetWidget) == 0x000010, "Wrong size on FGRadioGroup_GetWidget"); \ static_assert(offsetof(FGRadioGroup_GetWidget, Index_0) == 0x000000, "Member 'FGRadioGroup_GetWidget::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGRadioGroup_GetWidget, ReturnValue) == 0x000008, "Member 'FGRadioGroup_GetWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRadioGroup_GetWidgetsCount \ static_assert(alignof(FGRadioGroup_GetWidgetsCount) == 0x000004, "Wrong alignment on FGRadioGroup_GetWidgetsCount"); \ static_assert(sizeof(FGRadioGroup_GetWidgetsCount) == 0x000004, "Wrong size on FGRadioGroup_GetWidgetsCount"); \ static_assert(offsetof(FGRadioGroup_GetWidgetsCount, ReturnValue) == 0x000000, "Member 'FGRadioGroup_GetWidgetsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRadioGroup \ static_assert(alignof(UFGRadioGroup) == 0x000008, "Wrong alignment on UFGRadioGroup"); \ static_assert(sizeof(UFGRadioGroup) == 0x000130, "Wrong size on UFGRadioGroup"); \ static_assert(offsetof(UFGRadioGroup, OnWidgetSelectedEvent) == 0x000108, "Member 'UFGRadioGroup::OnWidgetSelectedEvent' has a wrong offset!"); \ static_assert(offsetof(UFGRadioGroup, SelectedIndex) == 0x000118, "Member 'UFGRadioGroup::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UFGRadioGroup, widgets) == 0x000120, "Member 'UFGRadioGroup::widgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRailsBlock_OnBoxBeginOverlap \ static_assert(alignof(FGRailsBlock_OnBoxBeginOverlap) == 0x000008, "Wrong alignment on FGRailsBlock_OnBoxBeginOverlap"); \ static_assert(sizeof(FGRailsBlock_OnBoxBeginOverlap) == 0x0000A8, "Wrong size on FGRailsBlock_OnBoxBeginOverlap"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, OverlappedComp) == 0x000000, "Member 'FGRailsBlock_OnBoxBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, Other) == 0x000008, "Member 'FGRailsBlock_OnBoxBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, OtherComp) == 0x000010, "Member 'FGRailsBlock_OnBoxBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGRailsBlock_OnBoxBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGRailsBlock_OnBoxBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxBeginOverlap, SweepResult) == 0x000020, "Member 'FGRailsBlock_OnBoxBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRailsBlock_OnBoxEndOverlap \ static_assert(alignof(FGRailsBlock_OnBoxEndOverlap) == 0x000008, "Wrong alignment on FGRailsBlock_OnBoxEndOverlap"); \ static_assert(sizeof(FGRailsBlock_OnBoxEndOverlap) == 0x000020, "Wrong size on FGRailsBlock_OnBoxEndOverlap"); \ static_assert(offsetof(FGRailsBlock_OnBoxEndOverlap, OverlappedComp) == 0x000000, "Member 'FGRailsBlock_OnBoxEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxEndOverlap, Other) == 0x000008, "Member 'FGRailsBlock_OnBoxEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxEndOverlap, OtherComp) == 0x000010, "Member 'FGRailsBlock_OnBoxEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsBlock_OnBoxEndOverlap, OtherBodyIndex) == 0x000018, "Member 'FGRailsBlock_OnBoxEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRailsBlock \ static_assert(alignof(AFGRailsBlock) == 0x000008, "Wrong alignment on AFGRailsBlock"); \ static_assert(sizeof(AFGRailsBlock) == 0x000230, "Wrong size on AFGRailsBlock"); \ static_assert(offsetof(AFGRailsBlock, BoxComponent) == 0x000220, "Member 'AFGRailsBlock::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(AFGRailsBlock, bBlockForwardMovement) == 0x000228, "Member 'AFGRailsBlock::bBlockForwardMovement' has a wrong offset!"); \ static_assert(offsetof(AFGRailsBlock, bBlockBackwardMovement) == 0x000229, "Member 'AFGRailsBlock::bBlockBackwardMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTourismManager_AddTourismTickets \ static_assert(alignof(FGTourismManager_AddTourismTickets) == 0x000004, "Wrong alignment on FGTourismManager_AddTourismTickets"); \ static_assert(sizeof(FGTourismManager_AddTourismTickets) == 0x000008, "Wrong size on FGTourismManager_AddTourismTickets"); \ static_assert(offsetof(FGTourismManager_AddTourismTickets, Amount) == 0x000000, "Member 'FGTourismManager_AddTourismTickets::Amount' has a wrong offset!"); \ static_assert(offsetof(FGTourismManager_AddTourismTickets, ReturnValue) == 0x000004, "Member 'FGTourismManager_AddTourismTickets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTourismManager_ConsumeTourismTickets \ static_assert(alignof(FGTourismManager_ConsumeTourismTickets) == 0x000004, "Wrong alignment on FGTourismManager_ConsumeTourismTickets"); \ static_assert(sizeof(FGTourismManager_ConsumeTourismTickets) == 0x000008, "Wrong size on FGTourismManager_ConsumeTourismTickets"); \ static_assert(offsetof(FGTourismManager_ConsumeTourismTickets, Amount) == 0x000000, "Member 'FGTourismManager_ConsumeTourismTickets::Amount' has a wrong offset!"); \ static_assert(offsetof(FGTourismManager_ConsumeTourismTickets, bAllowPartial) == 0x000004, "Member 'FGTourismManager_ConsumeTourismTickets::bAllowPartial' has a wrong offset!"); \ static_assert(offsetof(FGTourismManager_ConsumeTourismTickets, ReturnValue) == 0x000005, "Member 'FGTourismManager_ConsumeTourismTickets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTourismManager_GetTourismTickets \ static_assert(alignof(FGTourismManager_GetTourismTickets) == 0x000004, "Wrong alignment on FGTourismManager_GetTourismTickets"); \ static_assert(sizeof(FGTourismManager_GetTourismTickets) == 0x000004, "Wrong size on FGTourismManager_GetTourismTickets"); \ static_assert(offsetof(FGTourismManager_GetTourismTickets, ReturnValue) == 0x000000, "Member 'FGTourismManager_GetTourismTickets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTourismManager \ static_assert(alignof(AFGTourismManager) == 0x000008, "Wrong alignment on AFGTourismManager"); \ static_assert(sizeof(AFGTourismManager) == 0x000228, "Wrong size on AFGTourismManager"); \ static_assert(offsetof(AFGTourismManager, TourismTickets) == 0x000220, "Member 'AFGTourismManager::TourismTickets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRailsPathBlocker \ static_assert(alignof(AFGRailsPathBlocker) == 0x000008, "Wrong alignment on AFGRailsPathBlocker"); \ static_assert(sizeof(AFGRailsPathBlocker) == 0x000248, "Wrong size on AFGRailsPathBlocker"); \ static_assert(offsetof(AFGRailsPathBlocker, Rails) == 0x000230, "Member 'AFGRailsPathBlocker::Rails' has a wrong offset!"); \ static_assert(offsetof(AFGRailsPathBlocker, Index_0) == 0x000238, "Member 'AFGRailsPathBlocker::Index_0' has a wrong offset!"); \ static_assert(offsetof(AFGRailsPathBlocker, Chunk) == 0x000240, "Member 'AFGRailsPathBlocker::Chunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRailsSpeedLimiter_OnBoxBeginOverlap \ static_assert(alignof(FGRailsSpeedLimiter_OnBoxBeginOverlap) == 0x000008, "Wrong alignment on FGRailsSpeedLimiter_OnBoxBeginOverlap"); \ static_assert(sizeof(FGRailsSpeedLimiter_OnBoxBeginOverlap) == 0x0000A8, "Wrong size on FGRailsSpeedLimiter_OnBoxBeginOverlap"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, OverlappedComp) == 0x000000, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, Other) == 0x000008, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, OtherComp) == 0x000010, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxBeginOverlap, SweepResult) == 0x000020, "Member 'FGRailsSpeedLimiter_OnBoxBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRailsSpeedLimiter_OnBoxEndOverlap \ static_assert(alignof(FGRailsSpeedLimiter_OnBoxEndOverlap) == 0x000008, "Wrong alignment on FGRailsSpeedLimiter_OnBoxEndOverlap"); \ static_assert(sizeof(FGRailsSpeedLimiter_OnBoxEndOverlap) == 0x000020, "Wrong size on FGRailsSpeedLimiter_OnBoxEndOverlap"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxEndOverlap, OverlappedComp) == 0x000000, "Member 'FGRailsSpeedLimiter_OnBoxEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxEndOverlap, Other) == 0x000008, "Member 'FGRailsSpeedLimiter_OnBoxEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxEndOverlap, OtherComp) == 0x000010, "Member 'FGRailsSpeedLimiter_OnBoxEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGRailsSpeedLimiter_OnBoxEndOverlap, OtherBodyIndex) == 0x000018, "Member 'FGRailsSpeedLimiter_OnBoxEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRailsSpeedLimiter \ static_assert(alignof(AFGRailsSpeedLimiter) == 0x000008, "Wrong alignment on AFGRailsSpeedLimiter"); \ static_assert(sizeof(AFGRailsSpeedLimiter) == 0x000240, "Wrong size on AFGRailsSpeedLimiter"); \ static_assert(offsetof(AFGRailsSpeedLimiter, BoxComponent) == 0x000220, "Member 'AFGRailsSpeedLimiter::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, MaxSpeedLimit) == 0x000228, "Member 'AFGRailsSpeedLimiter::MaxSpeedLimit' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, MinSpeedLimit) == 0x00022C, "Member 'AFGRailsSpeedLimiter::MinSpeedLimit' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, ForcedPower) == 0x000230, "Member 'AFGRailsSpeedLimiter::ForcedPower' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, TempAccelerationMultiplier) == 0x000234, "Member 'AFGRailsSpeedLimiter::TempAccelerationMultiplier' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, BonusFriction) == 0x000238, "Member 'AFGRailsSpeedLimiter::BonusFriction' has a wrong offset!"); \ static_assert(offsetof(AFGRailsSpeedLimiter, bIsDepotParkingLimiter) == 0x00023C, "Member 'AFGRailsSpeedLimiter::bIsDepotParkingLimiter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTeleportationPointAttacher \ static_assert(alignof(AFGTeleportationPointAttacher) == 0x000008, "Wrong alignment on AFGTeleportationPointAttacher"); \ static_assert(sizeof(AFGTeleportationPointAttacher) == 0x000228, "Wrong size on AFGTeleportationPointAttacher"); \ static_assert(offsetof(AFGTeleportationPointAttacher, Scene) == 0x000220, "Member 'AFGTeleportationPointAttacher::Scene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRailsTrainOverlapVolume_OnBeginOverlap \ static_assert(alignof(FGRailsTrainOverlapVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on FGRailsTrainOverlapVolume_OnBeginOverlap"); \ static_assert(sizeof(FGRailsTrainOverlapVolume_OnBeginOverlap) == 0x000010, "Wrong size on FGRailsTrainOverlapVolume_OnBeginOverlap"); \ static_assert(offsetof(FGRailsTrainOverlapVolume_OnBeginOverlap, OverlappedActor) == 0x000000, "Member 'FGRailsTrainOverlapVolume_OnBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(FGRailsTrainOverlapVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'FGRailsTrainOverlapVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRailsTrainOverlapVolume \ static_assert(alignof(AFGRailsTrainOverlapVolume) == 0x000008, "Wrong alignment on AFGRailsTrainOverlapVolume"); \ static_assert(sizeof(AFGRailsTrainOverlapVolume) == 0x000240, "Wrong size on AFGRailsTrainOverlapVolume"); \ static_assert(offsetof(AFGRailsTrainOverlapVolume, SceneRoot) == 0x000220, "Member 'AFGRailsTrainOverlapVolume::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(AFGRailsTrainOverlapVolume, OverlapBox) == 0x000228, "Member 'AFGRailsTrainOverlapVolume::OverlapBox' has a wrong offset!"); \ static_assert(offsetof(AFGRailsTrainOverlapVolume, bIsChunkStart) == 0x000230, "Member 'AFGRailsTrainOverlapVolume::bIsChunkStart' has a wrong offset!"); \ static_assert(offsetof(AFGRailsTrainOverlapVolume, bIsChunkEnd) == 0x000231, "Member 'AFGRailsTrainOverlapVolume::bIsChunkEnd' has a wrong offset!"); \ static_assert(offsetof(AFGRailsTrainOverlapVolume, ParentChunk) == 0x000238, "Member 'AFGRailsTrainOverlapVolume::ParentChunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRecastNavMeshDataChunk \ static_assert(alignof(UFGRecastNavMeshDataChunk) == 0x000008, "Wrong alignment on UFGRecastNavMeshDataChunk"); \ static_assert(sizeof(UFGRecastNavMeshDataChunk) == 0x000038, "Wrong size on UFGRecastNavMeshDataChunk"); \ #define DUMPER7_ASSERTS_FGRevolverWeaponGenerator_GenerateWeapon \ static_assert(alignof(FGRevolverWeaponGenerator_GenerateWeapon) == 0x000008, "Wrong alignment on FGRevolverWeaponGenerator_GenerateWeapon"); \ static_assert(sizeof(FGRevolverWeaponGenerator_GenerateWeapon) == 0x000430, "Wrong size on FGRevolverWeaponGenerator_GenerateWeapon"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GenerateWeapon, Frame) == 0x000000, "Member 'FGRevolverWeaponGenerator_GenerateWeapon::Frame' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GenerateWeapon, Barrel) == 0x000118, "Member 'FGRevolverWeaponGenerator_GenerateWeapon::Barrel' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GenerateWeapon, Grip) == 0x0001B8, "Member 'FGRevolverWeaponGenerator_GenerateWeapon::Grip' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GenerateWeapon, Settings) == 0x000240, "Member 'FGRevolverWeaponGenerator_GenerateWeapon::Settings' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GenerateWeapon, ReturnValue) == 0x000428, "Member 'FGRevolverWeaponGenerator_GenerateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRevolverWeaponGenerator_GetFinalRevolverName \ static_assert(alignof(FGRevolverWeaponGenerator_GetFinalRevolverName) == 0x000008, "Wrong alignment on FGRevolverWeaponGenerator_GetFinalRevolverName"); \ static_assert(sizeof(FGRevolverWeaponGenerator_GetFinalRevolverName) == 0x000028, "Wrong size on FGRevolverWeaponGenerator_GetFinalRevolverName"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GetFinalRevolverName, FrameModuleID) == 0x000000, "Member 'FGRevolverWeaponGenerator_GetFinalRevolverName::FrameModuleID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GetFinalRevolverName, BarrelModuleID) == 0x000004, "Member 'FGRevolverWeaponGenerator_GetFinalRevolverName::BarrelModuleID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GetFinalRevolverName, GripModuleID) == 0x000008, "Member 'FGRevolverWeaponGenerator_GetFinalRevolverName::GripModuleID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_GetFinalRevolverName, ReturnValue) == 0x000010, "Member 'FGRevolverWeaponGenerator_GetFinalRevolverName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRevolverWeaponGenerator_LoadBarrel \ static_assert(alignof(FGRevolverWeaponGenerator_LoadBarrel) == 0x000008, "Wrong alignment on FGRevolverWeaponGenerator_LoadBarrel"); \ static_assert(sizeof(FGRevolverWeaponGenerator_LoadBarrel) == 0x0000B0, "Wrong size on FGRevolverWeaponGenerator_LoadBarrel"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadBarrel, ID) == 0x000000, "Member 'FGRevolverWeaponGenerator_LoadBarrel::ID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadBarrel, Description) == 0x000008, "Member 'FGRevolverWeaponGenerator_LoadBarrel::Description' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadBarrel, ReturnValue) == 0x0000A8, "Member 'FGRevolverWeaponGenerator_LoadBarrel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRevolverWeaponGenerator_LoadFrame \ static_assert(alignof(FGRevolverWeaponGenerator_LoadFrame) == 0x000008, "Wrong alignment on FGRevolverWeaponGenerator_LoadFrame"); \ static_assert(sizeof(FGRevolverWeaponGenerator_LoadFrame) == 0x000128, "Wrong size on FGRevolverWeaponGenerator_LoadFrame"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadFrame, ID) == 0x000000, "Member 'FGRevolverWeaponGenerator_LoadFrame::ID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadFrame, Description) == 0x000008, "Member 'FGRevolverWeaponGenerator_LoadFrame::Description' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadFrame, ReturnValue) == 0x000120, "Member 'FGRevolverWeaponGenerator_LoadFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRevolverWeaponGenerator_LoadGrip \ static_assert(alignof(FGRevolverWeaponGenerator_LoadGrip) == 0x000008, "Wrong alignment on FGRevolverWeaponGenerator_LoadGrip"); \ static_assert(sizeof(FGRevolverWeaponGenerator_LoadGrip) == 0x000098, "Wrong size on FGRevolverWeaponGenerator_LoadGrip"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadGrip, ID) == 0x000000, "Member 'FGRevolverWeaponGenerator_LoadGrip::ID' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadGrip, Description) == 0x000008, "Member 'FGRevolverWeaponGenerator_LoadGrip::Description' has a wrong offset!"); \ static_assert(offsetof(FGRevolverWeaponGenerator_LoadGrip, ReturnValue) == 0x000090, "Member 'FGRevolverWeaponGenerator_LoadGrip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRevolverWeaponGenerator \ static_assert(alignof(AFGRevolverWeaponGenerator) == 0x000008, "Wrong alignment on AFGRevolverWeaponGenerator"); \ static_assert(sizeof(AFGRevolverWeaponGenerator) == 0x000390, "Wrong size on AFGRevolverWeaponGenerator"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, bDebugGenerator) == 0x000220, "Member 'AFGRevolverWeaponGenerator::bDebugGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, FrameID) == 0x000224, "Member 'AFGRevolverWeaponGenerator::FrameID' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, BarrelID) == 0x000228, "Member 'AFGRevolverWeaponGenerator::BarrelID' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, GripID) == 0x00022C, "Member 'AFGRevolverWeaponGenerator::GripID' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, WeaponGenerationStatsDataTable) == 0x000230, "Member 'AFGRevolverWeaponGenerator::WeaponGenerationStatsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, WeaponGenerationStats) == 0x000238, "Member 'AFGRevolverWeaponGenerator::WeaponGenerationStats' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, RevolverGenerationSettingsDataTable) == 0x0002E8, "Member 'AFGRevolverWeaponGenerator::RevolverGenerationSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, RevolverGenerationSettings) == 0x0002F0, "Member 'AFGRevolverWeaponGenerator::RevolverGenerationSettings' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, WeaponGenerationStatsLimitsDataTable) == 0x000300, "Member 'AFGRevolverWeaponGenerator::WeaponGenerationStatsLimitsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, WeaponGenerationStatsLimits) == 0x000308, "Member 'AFGRevolverWeaponGenerator::WeaponGenerationStatsLimits' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, RevolverWeaponNamesDataTable) == 0x000370, "Member 'AFGRevolverWeaponGenerator::RevolverWeaponNamesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, RevolverWeaponNameSettings) == 0x000378, "Member 'AFGRevolverWeaponGenerator::RevolverWeaponNameSettings' has a wrong offset!"); \ static_assert(offsetof(AFGRevolverWeaponGenerator, bInitialized) == 0x000388, "Member 'AFGRevolverWeaponGenerator::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_BlockPlayerRight \ static_assert(alignof(FGRightsManager_BlockPlayerRight) == 0x000008, "Wrong alignment on FGRightsManager_BlockPlayerRight"); \ static_assert(sizeof(FGRightsManager_BlockPlayerRight) == 0x000010, "Wrong size on FGRightsManager_BlockPlayerRight"); \ static_assert(offsetof(FGRightsManager_BlockPlayerRight, BlockedRight) == 0x000000, "Member 'FGRightsManager_BlockPlayerRight::BlockedRight' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_BlockPlayerRight, PlayerController) == 0x000008, "Member 'FGRightsManager_BlockPlayerRight::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_GetUnlockedRights \ static_assert(alignof(FGRightsManager_GetUnlockedRights) == 0x000008, "Wrong alignment on FGRightsManager_GetUnlockedRights"); \ static_assert(sizeof(FGRightsManager_GetUnlockedRights) == 0x000018, "Wrong size on FGRightsManager_GetUnlockedRights"); \ static_assert(offsetof(FGRightsManager_GetUnlockedRights, PlayerState) == 0x000000, "Member 'FGRightsManager_GetUnlockedRights::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_GetUnlockedRights, ReturnValue) == 0x000008, "Member 'FGRightsManager_GetUnlockedRights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_MultiOnPlayerRightsChanged \ static_assert(alignof(FGRightsManager_MultiOnPlayerRightsChanged) == 0x000008, "Wrong alignment on FGRightsManager_MultiOnPlayerRightsChanged"); \ static_assert(sizeof(FGRightsManager_MultiOnPlayerRightsChanged) == 0x000018, "Wrong size on FGRightsManager_MultiOnPlayerRightsChanged"); \ static_assert(offsetof(FGRightsManager_MultiOnPlayerRightsChanged, PlayersRight) == 0x000000, "Member 'FGRightsManager_MultiOnPlayerRightsChanged::PlayersRight' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_MultiOnPlayerRightsChanged, PlayerState) == 0x000008, "Member 'FGRightsManager_MultiOnPlayerRightsChanged::PlayerState' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_MultiOnPlayerRightsChanged, bIsUnlocked) == 0x000010, "Member 'FGRightsManager_MultiOnPlayerRightsChanged::bIsUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_PlayerRightIsUnlocked \ static_assert(alignof(FGRightsManager_PlayerRightIsUnlocked) == 0x000008, "Wrong alignment on FGRightsManager_PlayerRightIsUnlocked"); \ static_assert(sizeof(FGRightsManager_PlayerRightIsUnlocked) == 0x000018, "Wrong size on FGRightsManager_PlayerRightIsUnlocked"); \ static_assert(offsetof(FGRightsManager_PlayerRightIsUnlocked, PlayerRight) == 0x000000, "Member 'FGRightsManager_PlayerRightIsUnlocked::PlayerRight' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_PlayerRightIsUnlocked, PlayerController) == 0x000008, "Member 'FGRightsManager_PlayerRightIsUnlocked::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_PlayerRightIsUnlocked, ReturnValue) == 0x000010, "Member 'FGRightsManager_PlayerRightIsUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_SortFriends \ static_assert(alignof(FGRightsManager_SortFriends) == 0x000008, "Wrong alignment on FGRightsManager_SortFriends"); \ static_assert(sizeof(FGRightsManager_SortFriends) == 0x000020, "Wrong size on FGRightsManager_SortFriends"); \ static_assert(offsetof(FGRightsManager_SortFriends, ConnectedPlayers) == 0x000000, "Member 'FGRightsManager_SortFriends::ConnectedPlayers' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_SortFriends, FriendsList) == 0x000010, "Member 'FGRightsManager_SortFriends::FriendsList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRightsManager_UnlockPlayerRight \ static_assert(alignof(FGRightsManager_UnlockPlayerRight) == 0x000008, "Wrong alignment on FGRightsManager_UnlockPlayerRight"); \ static_assert(sizeof(FGRightsManager_UnlockPlayerRight) == 0x000010, "Wrong size on FGRightsManager_UnlockPlayerRight"); \ static_assert(offsetof(FGRightsManager_UnlockPlayerRight, UnlockedRight) == 0x000000, "Member 'FGRightsManager_UnlockPlayerRight::UnlockedRight' has a wrong offset!"); \ static_assert(offsetof(FGRightsManager_UnlockPlayerRight, PlayerController) == 0x000008, "Member 'FGRightsManager_UnlockPlayerRight::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRightsManager \ static_assert(alignof(AFGRightsManager) == 0x000008, "Wrong alignment on AFGRightsManager"); \ static_assert(sizeof(AFGRightsManager) == 0x000270, "Wrong size on AFGRightsManager"); \ static_assert(offsetof(AFGRightsManager, OnPlayerRightsChanged) == 0x000228, "Member 'AFGRightsManager::OnPlayerRightsChanged' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, PlayersList) == 0x000238, "Member 'AFGRightsManager::PlayersList' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, FullRights) == 0x000248, "Member 'AFGRightsManager::FullRights' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, HostID) == 0x000258, "Member 'AFGRightsManager::HostID' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, bUnlockRightsForFriends) == 0x000268, "Member 'AFGRightsManager::bUnlockRightsForFriends' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, bUnlockRightsForRandoms) == 0x000269, "Member 'AFGRightsManager::bUnlockRightsForRandoms' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, bEditorUnlockRightsForFriends) == 0x00026A, "Member 'AFGRightsManager::bEditorUnlockRightsForFriends' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, bEditorUnlockRightsForRandoms) == 0x00026B, "Member 'AFGRightsManager::bEditorUnlockRightsForRandoms' has a wrong offset!"); \ static_assert(offsetof(AFGRightsManager, bIsSessionCreated) == 0x00026C, "Member 'AFGRightsManager::bIsSessionCreated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHappinessMod_GetHappinessModifier \ static_assert(alignof(FGRofleemoHappinessMod_GetHappinessModifier) == 0x000004, "Wrong alignment on FGRofleemoHappinessMod_GetHappinessModifier"); \ static_assert(sizeof(FGRofleemoHappinessMod_GetHappinessModifier) == 0x000004, "Wrong size on FGRofleemoHappinessMod_GetHappinessModifier"); \ static_assert(offsetof(FGRofleemoHappinessMod_GetHappinessModifier, ReturnValue) == 0x000000, "Member 'FGRofleemoHappinessMod_GetHappinessModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHappinessMod_GetValueMod \ static_assert(alignof(FGRofleemoHappinessMod_GetValueMod) == 0x000004, "Wrong alignment on FGRofleemoHappinessMod_GetValueMod"); \ static_assert(sizeof(FGRofleemoHappinessMod_GetValueMod) == 0x000004, "Wrong size on FGRofleemoHappinessMod_GetValueMod"); \ static_assert(offsetof(FGRofleemoHappinessMod_GetValueMod, ReturnValue) == 0x000000, "Member 'FGRofleemoHappinessMod_GetValueMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHappinessMod_SetNeeds \ static_assert(alignof(FGRofleemoHappinessMod_SetNeeds) == 0x000004, "Wrong alignment on FGRofleemoHappinessMod_SetNeeds"); \ static_assert(sizeof(FGRofleemoHappinessMod_SetNeeds) == 0x000004, "Wrong size on FGRofleemoHappinessMod_SetNeeds"); \ static_assert(offsetof(FGRofleemoHappinessMod_SetNeeds, NeedsNum) == 0x000000, "Member 'FGRofleemoHappinessMod_SetNeeds::NeedsNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHappinessMod_UpdateCurrentNeeds \ static_assert(alignof(FGRofleemoHappinessMod_UpdateCurrentNeeds) == 0x000004, "Wrong alignment on FGRofleemoHappinessMod_UpdateCurrentNeeds"); \ static_assert(sizeof(FGRofleemoHappinessMod_UpdateCurrentNeeds) == 0x000004, "Wrong size on FGRofleemoHappinessMod_UpdateCurrentNeeds"); \ static_assert(offsetof(FGRofleemoHappinessMod_UpdateCurrentNeeds, UpdatedNeeds) == 0x000000, "Member 'FGRofleemoHappinessMod_UpdateCurrentNeeds::UpdatedNeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRofleemoHappinessMod \ static_assert(alignof(UFGRofleemoHappinessMod) == 0x000008, "Wrong alignment on UFGRofleemoHappinessMod"); \ static_assert(sizeof(UFGRofleemoHappinessMod) == 0x0000C0, "Wrong size on UFGRofleemoHappinessMod"); \ static_assert(offsetof(UFGRofleemoHappinessMod, Needs) == 0x000028, "Member 'UFGRofleemoHappinessMod::Needs' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, CurrentNeeds) == 0x00002C, "Member 'UFGRofleemoHappinessMod::CurrentNeeds' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, Name_0) == 0x000030, "Member 'UFGRofleemoHappinessMod::Name_0' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, Icon) == 0x000048, "Member 'UFGRofleemoHappinessMod::Icon' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, Value) == 0x000050, "Member 'UFGRofleemoHappinessMod::Value' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, ValueByPercent) == 0x000058, "Member 'UFGRofleemoHappinessMod::ValueByPercent' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, NamesByValue) == 0x0000A8, "Member 'UFGRofleemoHappinessMod::NamesByValue' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessMod, bUseNamesByValue) == 0x0000B8, "Member 'UFGRofleemoHappinessMod::bUseNamesByValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHM_Status_GetValue \ static_assert(alignof(FGRofleemoHM_Status_GetValue) == 0x000004, "Wrong alignment on FGRofleemoHM_Status_GetValue"); \ static_assert(sizeof(FGRofleemoHM_Status_GetValue) == 0x000004, "Wrong size on FGRofleemoHM_Status_GetValue"); \ static_assert(offsetof(FGRofleemoHM_Status_GetValue, ReturnValue) == 0x000000, "Member 'FGRofleemoHM_Status_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHM_Status_SetStatus \ static_assert(alignof(FGRofleemoHM_Status_SetStatus) == 0x000004, "Wrong alignment on FGRofleemoHM_Status_SetStatus"); \ static_assert(sizeof(FGRofleemoHM_Status_SetStatus) == 0x000004, "Wrong size on FGRofleemoHM_Status_SetStatus"); \ static_assert(offsetof(FGRofleemoHM_Status_SetStatus, StatusValue) == 0x000000, "Member 'FGRofleemoHM_Status_SetStatus::StatusValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRofleemoHM_Status \ static_assert(alignof(UFGRofleemoHM_Status) == 0x000008, "Wrong alignment on UFGRofleemoHM_Status"); \ static_assert(sizeof(UFGRofleemoHM_Status) == 0x000118, "Wrong size on UFGRofleemoHM_Status"); \ static_assert(offsetof(UFGRofleemoHM_Status, ValueByStatus) == 0x0000C0, "Member 'UFGRofleemoHM_Status::ValueByStatus' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHM_Status, Status) == 0x000110, "Member 'UFGRofleemoHM_Status::Status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoHappinessModTemp_Start \ static_assert(alignof(FGRofleemoHappinessModTemp_Start) == 0x000008, "Wrong alignment on FGRofleemoHappinessModTemp_Start"); \ static_assert(sizeof(FGRofleemoHappinessModTemp_Start) == 0x000008, "Wrong size on FGRofleemoHappinessModTemp_Start"); \ static_assert(offsetof(FGRofleemoHappinessModTemp_Start, Owner) == 0x000000, "Member 'FGRofleemoHappinessModTemp_Start::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGRofleemoHappinessModTemp \ static_assert(alignof(UFGRofleemoHappinessModTemp) == 0x000008, "Wrong alignment on UFGRofleemoHappinessModTemp"); \ static_assert(sizeof(UFGRofleemoHappinessModTemp) == 0x0000E8, "Wrong size on UFGRofleemoHappinessModTemp"); \ static_assert(offsetof(UFGRofleemoHappinessModTemp, Duration) == 0x0000C0, "Member 'UFGRofleemoHappinessModTemp::Duration' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessModTemp, TimeRemaining) == 0x0000C4, "Member 'UFGRofleemoHappinessModTemp::TimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UFGRofleemoHappinessModTemp, ModifierOwner) == 0x0000C8, "Member 'UFGRofleemoHappinessModTemp::ModifierOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_AddRofleemoInAbilityProgress \ static_assert(alignof(FGRofleemoManager_AddRofleemoInAbilityProgress) == 0x000004, "Wrong alignment on FGRofleemoManager_AddRofleemoInAbilityProgress"); \ static_assert(sizeof(FGRofleemoManager_AddRofleemoInAbilityProgress) == 0x000008, "Wrong size on FGRofleemoManager_AddRofleemoInAbilityProgress"); \ static_assert(offsetof(FGRofleemoManager_AddRofleemoInAbilityProgress, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_AddRofleemoInAbilityProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_AddRofleemoInAbilityProgress, CurrentTimeRemaning) == 0x000004, "Member 'FGRofleemoManager_AddRofleemoInAbilityProgress::CurrentTimeRemaning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_CheckAndFixRestricted \ static_assert(alignof(FGRofleemoManager_CheckAndFixRestricted) == 0x000008, "Wrong alignment on FGRofleemoManager_CheckAndFixRestricted"); \ static_assert(sizeof(FGRofleemoManager_CheckAndFixRestricted) == 0x000120, "Wrong size on FGRofleemoManager_CheckAndFixRestricted"); \ static_assert(offsetof(FGRofleemoManager_CheckAndFixRestricted, RofleemoData) == 0x000000, "Member 'FGRofleemoManager_CheckAndFixRestricted::RofleemoData' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_CheckAndFixRestricted, ValidData) == 0x000090, "Member 'FGRofleemoManager_CheckAndFixRestricted::ValidData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_FindPerkGroup \ static_assert(alignof(FGRofleemoManager_FindPerkGroup) == 0x000008, "Wrong alignment on FGRofleemoManager_FindPerkGroup"); \ static_assert(sizeof(FGRofleemoManager_FindPerkGroup) == 0x000010, "Wrong size on FGRofleemoManager_FindPerkGroup"); \ static_assert(offsetof(FGRofleemoManager_FindPerkGroup, DataTable) == 0x000000, "Member 'FGRofleemoManager_FindPerkGroup::DataTable' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindPerkGroup, Perk) == 0x000008, "Member 'FGRofleemoManager_FindPerkGroup::Perk' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindPerkGroup, ReturnValue) == 0x00000C, "Member 'FGRofleemoManager_FindPerkGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_FindRofleemoInAbilityProgress \ static_assert(alignof(FGRofleemoManager_FindRofleemoInAbilityProgress) == 0x000004, "Wrong alignment on FGRofleemoManager_FindRofleemoInAbilityProgress"); \ static_assert(sizeof(FGRofleemoManager_FindRofleemoInAbilityProgress) == 0x000010, "Wrong size on FGRofleemoManager_FindRofleemoInAbilityProgress"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoInAbilityProgress, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_FindRofleemoInAbilityProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoInAbilityProgress, RofleemoAbilityProgress) == 0x000004, "Member 'FGRofleemoManager_FindRofleemoInAbilityProgress::RofleemoAbilityProgress' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoInAbilityProgress, ReturnValue) == 0x00000C, "Member 'FGRofleemoManager_FindRofleemoInAbilityProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_FindRofleemoLearnProgress \ static_assert(alignof(FGRofleemoManager_FindRofleemoLearnProgress) == 0x000008, "Wrong alignment on FGRofleemoManager_FindRofleemoLearnProgress"); \ static_assert(sizeof(FGRofleemoManager_FindRofleemoLearnProgress) == 0x000048, "Wrong size on FGRofleemoManager_FindRofleemoLearnProgress"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoLearnProgress, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_FindRofleemoLearnProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoLearnProgress, Progress) == 0x000008, "Member 'FGRofleemoManager_FindRofleemoLearnProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoLearnProgress, ReturnValue) == 0x000040, "Member 'FGRofleemoManager_FindRofleemoLearnProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetAllRofleemo \ static_assert(alignof(FGRofleemoManager_GetAllRofleemo) == 0x000008, "Wrong alignment on FGRofleemoManager_GetAllRofleemo"); \ static_assert(sizeof(FGRofleemoManager_GetAllRofleemo) == 0x000010, "Wrong size on FGRofleemoManager_GetAllRofleemo"); \ static_assert(offsetof(FGRofleemoManager_GetAllRofleemo, RofleemoArray) == 0x000000, "Member 'FGRofleemoManager_GetAllRofleemo::RofleemoArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetCurrentServerTime \ static_assert(alignof(FGRofleemoManager_GetCurrentServerTime) == 0x000004, "Wrong alignment on FGRofleemoManager_GetCurrentServerTime"); \ static_assert(sizeof(FGRofleemoManager_GetCurrentServerTime) == 0x000004, "Wrong size on FGRofleemoManager_GetCurrentServerTime"); \ static_assert(offsetof(FGRofleemoManager_GetCurrentServerTime, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetCurrentServerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetExpectedStarvingRofleemo \ static_assert(alignof(FGRofleemoManager_GetExpectedStarvingRofleemo) == 0x000004, "Wrong alignment on FGRofleemoManager_GetExpectedStarvingRofleemo"); \ static_assert(sizeof(FGRofleemoManager_GetExpectedStarvingRofleemo) == 0x000008, "Wrong size on FGRofleemoManager_GetExpectedStarvingRofleemo"); \ static_assert(offsetof(FGRofleemoManager_GetExpectedStarvingRofleemo, StarvingFed) == 0x000000, "Member 'FGRofleemoManager_GetExpectedStarvingRofleemo::StarvingFed' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_GetExpectedStarvingRofleemo, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_GetExpectedStarvingRofleemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetHungryRofleemo \ static_assert(alignof(FGRofleemoManager_GetHungryRofleemo) == 0x000008, "Wrong alignment on FGRofleemoManager_GetHungryRofleemo"); \ static_assert(sizeof(FGRofleemoManager_GetHungryRofleemo) == 0x000010, "Wrong size on FGRofleemoManager_GetHungryRofleemo"); \ static_assert(offsetof(FGRofleemoManager_GetHungryRofleemo, HungryRofleemo) == 0x000000, "Member 'FGRofleemoManager_GetHungryRofleemo::HungryRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetNewID \ static_assert(alignof(FGRofleemoManager_GetNewID) == 0x000004, "Wrong alignment on FGRofleemoManager_GetNewID"); \ static_assert(sizeof(FGRofleemoManager_GetNewID) == 0x000004, "Wrong size on FGRofleemoManager_GetNewID"); \ static_assert(offsetof(FGRofleemoManager_GetNewID, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetNewID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetOverallHunger \ static_assert(alignof(FGRofleemoManager_GetOverallHunger) == 0x000004, "Wrong alignment on FGRofleemoManager_GetOverallHunger"); \ static_assert(sizeof(FGRofleemoManager_GetOverallHunger) == 0x000004, "Wrong size on FGRofleemoManager_GetOverallHunger"); \ static_assert(offsetof(FGRofleemoManager_GetOverallHunger, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetOverallHunger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetProviantNum \ static_assert(alignof(FGRofleemoManager_GetProviantNum) == 0x000004, "Wrong alignment on FGRofleemoManager_GetProviantNum"); \ static_assert(sizeof(FGRofleemoManager_GetProviantNum) == 0x000004, "Wrong size on FGRofleemoManager_GetProviantNum"); \ static_assert(offsetof(FGRofleemoManager_GetProviantNum, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetProviantNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetStarvingRofleemoNum \ static_assert(alignof(FGRofleemoManager_GetStarvingRofleemoNum) == 0x000004, "Wrong alignment on FGRofleemoManager_GetStarvingRofleemoNum"); \ static_assert(sizeof(FGRofleemoManager_GetStarvingRofleemoNum) == 0x000004, "Wrong size on FGRofleemoManager_GetStarvingRofleemoNum"); \ static_assert(offsetof(FGRofleemoManager_GetStarvingRofleemoNum, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetStarvingRofleemoNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetTrainRofleemo \ static_assert(alignof(FGRofleemoManager_GetTrainRofleemo) == 0x000008, "Wrong alignment on FGRofleemoManager_GetTrainRofleemo"); \ static_assert(sizeof(FGRofleemoManager_GetTrainRofleemo) == 0x000010, "Wrong size on FGRofleemoManager_GetTrainRofleemo"); \ static_assert(offsetof(FGRofleemoManager_GetTrainRofleemo, RofleemoArray) == 0x000000, "Member 'FGRofleemoManager_GetTrainRofleemo::RofleemoArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_JoinToiletQueue \ static_assert(alignof(FGRofleemoManager_JoinToiletQueue) == 0x000008, "Wrong alignment on FGRofleemoManager_JoinToiletQueue"); \ static_assert(sizeof(FGRofleemoManager_JoinToiletQueue) == 0x000008, "Wrong size on FGRofleemoManager_JoinToiletQueue"); \ static_assert(offsetof(FGRofleemoManager_JoinToiletQueue, Rofleemo) == 0x000000, "Member 'FGRofleemoManager_JoinToiletQueue::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_MulticastOnRecipeLearned \ static_assert(alignof(FGRofleemoManager_MulticastOnRecipeLearned) == 0x000008, "Wrong alignment on FGRofleemoManager_MulticastOnRecipeLearned"); \ static_assert(sizeof(FGRofleemoManager_MulticastOnRecipeLearned) == 0x000018, "Wrong size on FGRofleemoManager_MulticastOnRecipeLearned"); \ static_assert(offsetof(FGRofleemoManager_MulticastOnRecipeLearned, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_MulticastOnRecipeLearned::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_MulticastOnRecipeLearned, RecipeID) == 0x000008, "Member 'FGRofleemoManager_MulticastOnRecipeLearned::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_PauseLearning \ static_assert(alignof(FGRofleemoManager_PauseLearning) == 0x000004, "Wrong alignment on FGRofleemoManager_PauseLearning"); \ static_assert(sizeof(FGRofleemoManager_PauseLearning) == 0x000008, "Wrong size on FGRofleemoManager_PauseLearning"); \ static_assert(offsetof(FGRofleemoManager_PauseLearning, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_PauseLearning::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_PauseLearning, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_PauseLearning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_RemoveRofleemoFromAbilityProgress \ static_assert(alignof(FGRofleemoManager_RemoveRofleemoFromAbilityProgress) == 0x000004, "Wrong alignment on FGRofleemoManager_RemoveRofleemoFromAbilityProgress"); \ static_assert(sizeof(FGRofleemoManager_RemoveRofleemoFromAbilityProgress) == 0x000004, "Wrong size on FGRofleemoManager_RemoveRofleemoFromAbilityProgress"); \ static_assert(offsetof(FGRofleemoManager_RemoveRofleemoFromAbilityProgress, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_RemoveRofleemoFromAbilityProgress::RofleemoID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_RestoreLearningSpeed \ static_assert(alignof(FGRofleemoManager_RestoreLearningSpeed) == 0x000004, "Wrong alignment on FGRofleemoManager_RestoreLearningSpeed"); \ static_assert(sizeof(FGRofleemoManager_RestoreLearningSpeed) == 0x000008, "Wrong size on FGRofleemoManager_RestoreLearningSpeed"); \ static_assert(offsetof(FGRofleemoManager_RestoreLearningSpeed, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_RestoreLearningSpeed::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_RestoreLearningSpeed, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_RestoreLearningSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_ResumeLearning \ static_assert(alignof(FGRofleemoManager_ResumeLearning) == 0x000004, "Wrong alignment on FGRofleemoManager_ResumeLearning"); \ static_assert(sizeof(FGRofleemoManager_ResumeLearning) == 0x000008, "Wrong size on FGRofleemoManager_ResumeLearning"); \ static_assert(offsetof(FGRofleemoManager_ResumeLearning, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_ResumeLearning::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_ResumeLearning, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_ResumeLearning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_SaveRofleemo \ static_assert(alignof(FGRofleemoManager_SaveRofleemo) == 0x000008, "Wrong alignment on FGRofleemoManager_SaveRofleemo"); \ static_assert(sizeof(FGRofleemoManager_SaveRofleemo) == 0x000090, "Wrong size on FGRofleemoManager_SaveRofleemo"); \ static_assert(offsetof(FGRofleemoManager_SaveRofleemo, Data) == 0x000000, "Member 'FGRofleemoManager_SaveRofleemo::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_SlowerLearningSpeed \ static_assert(alignof(FGRofleemoManager_SlowerLearningSpeed) == 0x000004, "Wrong alignment on FGRofleemoManager_SlowerLearningSpeed"); \ static_assert(sizeof(FGRofleemoManager_SlowerLearningSpeed) == 0x000008, "Wrong size on FGRofleemoManager_SlowerLearningSpeed"); \ static_assert(offsetof(FGRofleemoManager_SlowerLearningSpeed, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_SlowerLearningSpeed::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_SlowerLearningSpeed, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_SlowerLearningSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_StartLearning \ static_assert(alignof(FGRofleemoManager_StartLearning) == 0x000004, "Wrong alignment on FGRofleemoManager_StartLearning"); \ static_assert(sizeof(FGRofleemoManager_StartLearning) == 0x000008, "Wrong size on FGRofleemoManager_StartLearning"); \ static_assert(offsetof(FGRofleemoManager_StartLearning, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_StartLearning::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_StartLearning, EventType) == 0x000004, "Member 'FGRofleemoManager_StartLearning::EventType' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_StartLearning, ReturnValue) == 0x000005, "Member 'FGRofleemoManager_StartLearning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_StopLearning \ static_assert(alignof(FGRofleemoManager_StopLearning) == 0x000004, "Wrong alignment on FGRofleemoManager_StopLearning"); \ static_assert(sizeof(FGRofleemoManager_StopLearning) == 0x000008, "Wrong size on FGRofleemoManager_StopLearning"); \ static_assert(offsetof(FGRofleemoManager_StopLearning, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_StopLearning::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_StopLearning, ReturnValue) == 0x000004, "Member 'FGRofleemoManager_StopLearning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_UnloadRofleemo \ static_assert(alignof(FGRofleemoManager_UnloadRofleemo) == 0x000008, "Wrong alignment on FGRofleemoManager_UnloadRofleemo"); \ static_assert(sizeof(FGRofleemoManager_UnloadRofleemo) == 0x000090, "Wrong size on FGRofleemoManager_UnloadRofleemo"); \ static_assert(offsetof(FGRofleemoManager_UnloadRofleemo, Data) == 0x000000, "Member 'FGRofleemoManager_UnloadRofleemo::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_UpdateAbilityProgress \ static_assert(alignof(FGRofleemoManager_UpdateAbilityProgress) == 0x000004, "Wrong alignment on FGRofleemoManager_UpdateAbilityProgress"); \ static_assert(sizeof(FGRofleemoManager_UpdateAbilityProgress) == 0x000008, "Wrong size on FGRofleemoManager_UpdateAbilityProgress"); \ static_assert(offsetof(FGRofleemoManager_UpdateAbilityProgress, RofleemoID) == 0x000000, "Member 'FGRofleemoManager_UpdateAbilityProgress::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_UpdateAbilityProgress, CurrentTimeRemaning) == 0x000004, "Member 'FGRofleemoManager_UpdateAbilityProgress::CurrentTimeRemaning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_UpdateLearnProgress \ static_assert(alignof(FGRofleemoManager_UpdateLearnProgress) == 0x000004, "Wrong alignment on FGRofleemoManager_UpdateLearnProgress"); \ static_assert(sizeof(FGRofleemoManager_UpdateLearnProgress) == 0x000004, "Wrong size on FGRofleemoManager_UpdateLearnProgress"); \ static_assert(offsetof(FGRofleemoManager_UpdateLearnProgress, DeltaSeconds) == 0x000000, "Member 'FGRofleemoManager_UpdateLearnProgress::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_UpdatePollutionStatus \ static_assert(alignof(FGRofleemoManager_UpdatePollutionStatus) == 0x000004, "Wrong alignment on FGRofleemoManager_UpdatePollutionStatus"); \ static_assert(sizeof(FGRofleemoManager_UpdatePollutionStatus) == 0x000004, "Wrong size on FGRofleemoManager_UpdatePollutionStatus"); \ static_assert(offsetof(FGRofleemoManager_UpdatePollutionStatus, Percent) == 0x000000, "Member 'FGRofleemoManager_UpdatePollutionStatus::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_ValidateBaseHappiness \ static_assert(alignof(FGRofleemoManager_ValidateBaseHappiness) == 0x000008, "Wrong alignment on FGRofleemoManager_ValidateBaseHappiness"); \ static_assert(sizeof(FGRofleemoManager_ValidateBaseHappiness) == 0x000090, "Wrong size on FGRofleemoManager_ValidateBaseHappiness"); \ static_assert(offsetof(FGRofleemoManager_ValidateBaseHappiness, RofleemoData) == 0x000000, "Member 'FGRofleemoManager_ValidateBaseHappiness::RofleemoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_FindRofleemoPerkData \ static_assert(alignof(FGRofleemoManager_FindRofleemoPerkData) == 0x000008, "Wrong alignment on FGRofleemoManager_FindRofleemoPerkData"); \ static_assert(sizeof(FGRofleemoManager_FindRofleemoPerkData) == 0x000070, "Wrong size on FGRofleemoManager_FindRofleemoPerkData"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoPerkData, Perk) == 0x000000, "Member 'FGRofleemoManager_FindRofleemoPerkData::Perk' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoPerkData, Data) == 0x000008, "Member 'FGRofleemoManager_FindRofleemoPerkData::Data' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_FindRofleemoPerkData, ReturnValue) == 0x000068, "Member 'FGRofleemoManager_FindRofleemoPerkData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GenerateNewPerk \ static_assert(alignof(FGRofleemoManager_GenerateNewPerk) == 0x000008, "Wrong alignment on FGRofleemoManager_GenerateNewPerk"); \ static_assert(sizeof(FGRofleemoManager_GenerateNewPerk) == 0x000020, "Wrong size on FGRofleemoManager_GenerateNewPerk"); \ static_assert(offsetof(FGRofleemoManager_GenerateNewPerk, GeneratedPerk) == 0x000000, "Member 'FGRofleemoManager_GenerateNewPerk::GeneratedPerk' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_GenerateNewPerk, DataTable) == 0x000008, "Member 'FGRofleemoManager_GenerateNewPerk::DataTable' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_GenerateNewPerk, RandomStream) == 0x000010, "Member 'FGRofleemoManager_GenerateNewPerk::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_GenerateNewPerk, GroupDuplicatingChances) == 0x000018, "Member 'FGRofleemoManager_GenerateNewPerk::GroupDuplicatingChances' has a wrong offset!"); \ static_assert(offsetof(FGRofleemoManager_GenerateNewPerk, bCanDuplicate) == 0x00001C, "Member 'FGRofleemoManager_GenerateNewPerk::bCanDuplicate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetCurrentTrainRofleemo \ static_assert(alignof(FGRofleemoManager_GetCurrentTrainRofleemo) == 0x000004, "Wrong alignment on FGRofleemoManager_GetCurrentTrainRofleemo"); \ static_assert(sizeof(FGRofleemoManager_GetCurrentTrainRofleemo) == 0x000004, "Wrong size on FGRofleemoManager_GetCurrentTrainRofleemo"); \ static_assert(offsetof(FGRofleemoManager_GetCurrentTrainRofleemo, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetCurrentTrainRofleemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGRofleemoManager_GetRofleemoNum \ static_assert(alignof(FGRofleemoManager_GetRofleemoNum) == 0x000004, "Wrong alignment on FGRofleemoManager_GetRofleemoNum"); \ static_assert(sizeof(FGRofleemoManager_GetRofleemoNum) == 0x000004, "Wrong size on FGRofleemoManager_GetRofleemoNum"); \ static_assert(offsetof(FGRofleemoManager_GetRofleemoNum, ReturnValue) == 0x000000, "Member 'FGRofleemoManager_GetRofleemoNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRofleemoManager \ static_assert(alignof(AFGRofleemoManager) == 0x000010, "Wrong alignment on AFGRofleemoManager"); \ static_assert(sizeof(AFGRofleemoManager) == 0x0003F0, "Wrong size on AFGRofleemoManager"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoPerksDataTable) == 0x000228, "Member 'AFGRofleemoManager::RofleemoPerksDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoDecoreLearnSettingsDataTable) == 0x000230, "Member 'AFGRofleemoManager::RofleemoDecoreLearnSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoDecoreLearnSettingsHalloweenDataTable) == 0x000238, "Member 'AFGRofleemoManager::RofleemoDecoreLearnSettingsHalloweenDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoDecoreLearnSettingsChristmasDataTable) == 0x000240, "Member 'AFGRofleemoManager::RofleemoDecoreLearnSettingsChristmasDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoPerks) == 0x000248, "Member 'AFGRofleemoManager::RofleemoPerks' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoDecoreLearnSettings) == 0x000258, "Member 'AFGRofleemoManager::RofleemoDecoreLearnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoRemainingDecoreLearnSettings) == 0x000268, "Member 'AFGRofleemoManager::RofleemoRemainingDecoreLearnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoDecoreLearnSettingsEvent) == 0x000278, "Member 'AFGRofleemoManager::RofleemoDecoreLearnSettingsEvent' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RofleemoRemainingDecoreLearnSettingsEvent) == 0x000288, "Member 'AFGRofleemoManager::RofleemoRemainingDecoreLearnSettingsEvent' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, DefaultLearnTime) == 0x000298, "Member 'AFGRofleemoManager::DefaultLearnTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, NormalLearnSpeed) == 0x00029C, "Member 'AFGRofleemoManager::NormalLearnSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, SlowLearnSpeed) == 0x0002A0, "Member 'AFGRofleemoManager::SlowLearnSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, bInitialized) == 0x0002A4, "Member 'AFGRofleemoManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, OnPerksLoaded) == 0x0002A8, "Member 'AFGRofleemoManager::OnPerksLoaded' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, LearnInProgress) == 0x0002C0, "Member 'AFGRofleemoManager::LearnInProgress' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, OnLearnInProgressUpdated) == 0x0002E0, "Member 'AFGRofleemoManager::OnLearnInProgressUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, OnRecipeLearnedEvent) == 0x0002F0, "Member 'AFGRofleemoManager::OnRecipeLearnedEvent' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, ActiveRofleemo) == 0x000300, "Member 'AFGRofleemoManager::ActiveRofleemo' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, IDNum) == 0x000310, "Member 'AFGRofleemoManager::IDNum' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, SavedRofleemo) == 0x000318, "Member 'AFGRofleemoManager::SavedRofleemo' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, IsInDepot) == 0x000338, "Member 'AFGRofleemoManager::IsInDepot' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, HungerValue) == 0x00033C, "Member 'AFGRofleemoManager::HungerValue' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RestrictedPerks) == 0x000340, "Member 'AFGRofleemoManager::RestrictedPerks' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, PerksPoolDT) == 0x000390, "Member 'AFGRofleemoManager::PerksPoolDT' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, DoubleGroupScaleMod) == 0x000398, "Member 'AFGRofleemoManager::DoubleGroupScaleMod' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, ToiletQueueTimerHandle) == 0x0003A0, "Member 'AFGRofleemoManager::ToiletQueueTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, ToiletQueueTime) == 0x0003C0, "Member 'AFGRofleemoManager::ToiletQueueTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, ToiletQueueTimeRange) == 0x0003C4, "Member 'AFGRofleemoManager::ToiletQueueTimeRange' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, RemainingToiletQueueTime) == 0x0003C8, "Member 'AFGRofleemoManager::RemainingToiletQueueTime' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, DebuffPollutionStatus) == 0x0003D0, "Member 'AFGRofleemoManager::DebuffPollutionStatus' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, PollutionDebuffClass) == 0x0003E0, "Member 'AFGRofleemoManager::PollutionDebuffClass' has a wrong offset!"); \ static_assert(offsetof(AFGRofleemoManager, PollutionPercent) == 0x0003E8, "Member 'AFGRofleemoManager::PollutionPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGRofleemoSpawnPoint \ static_assert(alignof(AFGRofleemoSpawnPoint) == 0x000008, "Wrong alignment on AFGRofleemoSpawnPoint"); \ static_assert(sizeof(AFGRofleemoSpawnPoint) == 0x000220, "Wrong size on AFGRofleemoSpawnPoint"); \ #define DUMPER7_ASSERTS_AFGRopeMountPoint \ static_assert(alignof(AFGRopeMountPoint) == 0x000008, "Wrong alignment on AFGRopeMountPoint"); \ static_assert(sizeof(AFGRopeMountPoint) == 0x000220, "Wrong size on AFGRopeMountPoint"); \ #define DUMPER7_ASSERTS_FGSceneLayerSwitcher_DisableActorEvent \ static_assert(alignof(FGSceneLayerSwitcher_DisableActorEvent) == 0x000008, "Wrong alignment on FGSceneLayerSwitcher_DisableActorEvent"); \ static_assert(sizeof(FGSceneLayerSwitcher_DisableActorEvent) == 0x000008, "Wrong size on FGSceneLayerSwitcher_DisableActorEvent"); \ static_assert(offsetof(FGSceneLayerSwitcher_DisableActorEvent, Actor) == 0x000000, "Member 'FGSceneLayerSwitcher_DisableActorEvent::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSceneLayerSwitcher_EnableActorEvent \ static_assert(alignof(FGSceneLayerSwitcher_EnableActorEvent) == 0x000008, "Wrong alignment on FGSceneLayerSwitcher_EnableActorEvent"); \ static_assert(sizeof(FGSceneLayerSwitcher_EnableActorEvent) == 0x000008, "Wrong size on FGSceneLayerSwitcher_EnableActorEvent"); \ static_assert(offsetof(FGSceneLayerSwitcher_EnableActorEvent, Actor) == 0x000000, "Member 'FGSceneLayerSwitcher_EnableActorEvent::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGSceneLayerSwitcher \ static_assert(alignof(AFGSceneLayerSwitcher) == 0x000008, "Wrong alignment on AFGSceneLayerSwitcher"); \ static_assert(sizeof(AFGSceneLayerSwitcher) == 0x000258, "Wrong size on AFGSceneLayerSwitcher"); \ static_assert(offsetof(AFGSceneLayerSwitcher, Seed) == 0x000220, "Member 'AFGSceneLayerSwitcher::Seed' has a wrong offset!"); \ static_assert(offsetof(AFGSceneLayerSwitcher, RolledIndex) == 0x000230, "Member 'AFGSceneLayerSwitcher::RolledIndex' has a wrong offset!"); \ static_assert(offsetof(AFGSceneLayerSwitcher, SceneActors) == 0x000238, "Member 'AFGSceneLayerSwitcher::SceneActors' has a wrong offset!"); \ static_assert(offsetof(AFGSceneLayerSwitcher, Sublevels) == 0x000248, "Member 'AFGSceneLayerSwitcher::Sublevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetEvolutionLevel \ static_assert(alignof(FGSharkEvolutionComponent_GetEvolutionLevel) == 0x000004, "Wrong alignment on FGSharkEvolutionComponent_GetEvolutionLevel"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetEvolutionLevel) == 0x000004, "Wrong size on FGSharkEvolutionComponent_GetEvolutionLevel"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetEvolutionLevel, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetEvolutionLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetEvolutionRequirement \ static_assert(alignof(FGSharkEvolutionComponent_GetEvolutionRequirement) == 0x000004, "Wrong alignment on FGSharkEvolutionComponent_GetEvolutionRequirement"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetEvolutionRequirement) == 0x000004, "Wrong size on FGSharkEvolutionComponent_GetEvolutionRequirement"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetEvolutionRequirement, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetEvolutionRequirement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_LearnMutation \ static_assert(alignof(FGSharkEvolutionComponent_LearnMutation) == 0x000001, "Wrong alignment on FGSharkEvolutionComponent_LearnMutation"); \ static_assert(sizeof(FGSharkEvolutionComponent_LearnMutation) == 0x000001, "Wrong size on FGSharkEvolutionComponent_LearnMutation"); \ static_assert(offsetof(FGSharkEvolutionComponent_LearnMutation, Type) == 0x000000, "Member 'FGSharkEvolutionComponent_LearnMutation::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_LoadDataFromSave \ static_assert(alignof(FGSharkEvolutionComponent_LoadDataFromSave) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_LoadDataFromSave"); \ static_assert(sizeof(FGSharkEvolutionComponent_LoadDataFromSave) == 0x000070, "Wrong size on FGSharkEvolutionComponent_LoadDataFromSave"); \ static_assert(offsetof(FGSharkEvolutionComponent_LoadDataFromSave, SaveData) == 0x000000, "Member 'FGSharkEvolutionComponent_LoadDataFromSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_OnSharkStatLevelUp \ static_assert(alignof(FGSharkEvolutionComponent_OnSharkStatLevelUp) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_OnSharkStatLevelUp"); \ static_assert(sizeof(FGSharkEvolutionComponent_OnSharkStatLevelUp) == 0x000020, "Wrong size on FGSharkEvolutionComponent_OnSharkStatLevelUp"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnSharkStatLevelUp, Stat) == 0x000000, "Member 'FGSharkEvolutionComponent_OnSharkStatLevelUp::Stat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_OnTakeAnyDamage \ static_assert(alignof(FGSharkEvolutionComponent_OnTakeAnyDamage) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_OnTakeAnyDamage"); \ static_assert(sizeof(FGSharkEvolutionComponent_OnTakeAnyDamage) == 0x000028, "Wrong size on FGSharkEvolutionComponent_OnTakeAnyDamage"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnTakeAnyDamage, DamagedActor) == 0x000000, "Member 'FGSharkEvolutionComponent_OnTakeAnyDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnTakeAnyDamage, Damage) == 0x000008, "Member 'FGSharkEvolutionComponent_OnTakeAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnTakeAnyDamage, DamageType) == 0x000010, "Member 'FGSharkEvolutionComponent_OnTakeAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnTakeAnyDamage, InstigatedBy) == 0x000018, "Member 'FGSharkEvolutionComponent_OnTakeAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_OnTakeAnyDamage, DamageCauser) == 0x000020, "Member 'FGSharkEvolutionComponent_OnTakeAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_CanMakeEvolution \ static_assert(alignof(FGSharkEvolutionComponent_CanMakeEvolution) == 0x000001, "Wrong alignment on FGSharkEvolutionComponent_CanMakeEvolution"); \ static_assert(sizeof(FGSharkEvolutionComponent_CanMakeEvolution) == 0x000001, "Wrong size on FGSharkEvolutionComponent_CanMakeEvolution"); \ static_assert(offsetof(FGSharkEvolutionComponent_CanMakeEvolution, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_CanMakeEvolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetDefaultHairMesh \ static_assert(alignof(FGSharkEvolutionComponent_GetDefaultHairMesh) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_GetDefaultHairMesh"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetDefaultHairMesh) == 0x000008, "Wrong size on FGSharkEvolutionComponent_GetDefaultHairMesh"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetDefaultHairMesh, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetDefaultHairMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetLearnedMutationsCount \ static_assert(alignof(FGSharkEvolutionComponent_GetLearnedMutationsCount) == 0x000004, "Wrong alignment on FGSharkEvolutionComponent_GetLearnedMutationsCount"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetLearnedMutationsCount) == 0x000004, "Wrong size on FGSharkEvolutionComponent_GetLearnedMutationsCount"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetLearnedMutationsCount, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetLearnedMutationsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetLearnedMutationsCountMax \ static_assert(alignof(FGSharkEvolutionComponent_GetLearnedMutationsCountMax) == 0x000004, "Wrong alignment on FGSharkEvolutionComponent_GetLearnedMutationsCountMax"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetLearnedMutationsCountMax) == 0x000004, "Wrong size on FGSharkEvolutionComponent_GetLearnedMutationsCountMax"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetLearnedMutationsCountMax, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetLearnedMutationsCountMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetMutationMeshComponents \ static_assert(alignof(FGSharkEvolutionComponent_GetMutationMeshComponents) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_GetMutationMeshComponents"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetMutationMeshComponents) == 0x000018, "Wrong size on FGSharkEvolutionComponent_GetMutationMeshComponents"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetMutationMeshComponents, Type) == 0x000000, "Member 'FGSharkEvolutionComponent_GetMutationMeshComponents::Type' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetMutationMeshComponents, OutParts) == 0x000008, "Member 'FGSharkEvolutionComponent_GetMutationMeshComponents::OutParts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_GetSaveData \ static_assert(alignof(FGSharkEvolutionComponent_GetSaveData) == 0x000008, "Wrong alignment on FGSharkEvolutionComponent_GetSaveData"); \ static_assert(sizeof(FGSharkEvolutionComponent_GetSaveData) == 0x000070, "Wrong size on FGSharkEvolutionComponent_GetSaveData"); \ static_assert(offsetof(FGSharkEvolutionComponent_GetSaveData, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_GetSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_IsMutationLearned \ static_assert(alignof(FGSharkEvolutionComponent_IsMutationLearned) == 0x000001, "Wrong alignment on FGSharkEvolutionComponent_IsMutationLearned"); \ static_assert(sizeof(FGSharkEvolutionComponent_IsMutationLearned) == 0x000002, "Wrong size on FGSharkEvolutionComponent_IsMutationLearned"); \ static_assert(offsetof(FGSharkEvolutionComponent_IsMutationLearned, Type) == 0x000000, "Member 'FGSharkEvolutionComponent_IsMutationLearned::Type' has a wrong offset!"); \ static_assert(offsetof(FGSharkEvolutionComponent_IsMutationLearned, ReturnValue) == 0x000001, "Member 'FGSharkEvolutionComponent_IsMutationLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSharkEvolutionComponent_NeedRepairArmor \ static_assert(alignof(FGSharkEvolutionComponent_NeedRepairArmor) == 0x000001, "Wrong alignment on FGSharkEvolutionComponent_NeedRepairArmor"); \ static_assert(sizeof(FGSharkEvolutionComponent_NeedRepairArmor) == 0x000001, "Wrong size on FGSharkEvolutionComponent_NeedRepairArmor"); \ static_assert(offsetof(FGSharkEvolutionComponent_NeedRepairArmor, ReturnValue) == 0x000000, "Member 'FGSharkEvolutionComponent_NeedRepairArmor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSharkEvolutionComponent \ static_assert(alignof(UFGSharkEvolutionComponent) == 0x000008, "Wrong alignment on UFGSharkEvolutionComponent"); \ static_assert(sizeof(UFGSharkEvolutionComponent) == 0x000190, "Wrong size on UFGSharkEvolutionComponent"); \ static_assert(offsetof(UFGSharkEvolutionComponent, MutagenToLevelCount) == 0x0000B0, "Member 'UFGSharkEvolutionComponent::MutagenToLevelCount' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, PassiveEvolveConfig) == 0x0000B8, "Member 'UFGSharkEvolutionComponent::PassiveEvolveConfig' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, BodyMeshNoTopHeadBones) == 0x0000C8, "Member 'UFGSharkEvolutionComponent::BodyMeshNoTopHeadBones' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, BodyMeshNoBottomHeadBones) == 0x0000D0, "Member 'UFGSharkEvolutionComponent::BodyMeshNoBottomHeadBones' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, BodyMeshNoHeadBones) == 0x0000D8, "Member 'UFGSharkEvolutionComponent::BodyMeshNoHeadBones' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, ArmoredHornTailMesh) == 0x0000E0, "Member 'UFGSharkEvolutionComponent::ArmoredHornTailMesh' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, bDebug) == 0x0000E8, "Member 'UFGSharkEvolutionComponent::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, EvolutionData) == 0x0000F0, "Member 'UFGSharkEvolutionComponent::EvolutionData' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, SharkStatComponent) == 0x000160, "Member 'UFGSharkEvolutionComponent::SharkStatComponent' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, CurrentEvolveConfig) == 0x00016C, "Member 'UFGSharkEvolutionComponent::CurrentEvolveConfig' has a wrong offset!"); \ static_assert(offsetof(UFGSharkEvolutionComponent, OnEvolutionLevelCompleteDelegate) == 0x000180, "Member 'UFGSharkEvolutionComponent::OnEvolutionLevelCompleteDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGSharkMutagenSpawnPoint \ static_assert(alignof(AFGSharkMutagenSpawnPoint) == 0x000008, "Wrong alignment on AFGSharkMutagenSpawnPoint"); \ static_assert(sizeof(AFGSharkMutagenSpawnPoint) == 0x000220, "Wrong size on AFGSharkMutagenSpawnPoint"); \ #define DUMPER7_ASSERTS_FGMeshMergeFunctionLibrary_MergeMeshes \ static_assert(alignof(FGMeshMergeFunctionLibrary_MergeMeshes) == 0x000008, "Wrong alignment on FGMeshMergeFunctionLibrary_MergeMeshes"); \ static_assert(sizeof(FGMeshMergeFunctionLibrary_MergeMeshes) == 0x000048, "Wrong size on FGMeshMergeFunctionLibrary_MergeMeshes"); \ static_assert(offsetof(FGMeshMergeFunctionLibrary_MergeMeshes, Params_0) == 0x000000, "Member 'FGMeshMergeFunctionLibrary_MergeMeshes::Params_0' has a wrong offset!"); \ static_assert(offsetof(FGMeshMergeFunctionLibrary_MergeMeshes, ReturnValue) == 0x000040, "Member 'FGMeshMergeFunctionLibrary_MergeMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGMeshMergeFunctionLibrary \ static_assert(alignof(UFGMeshMergeFunctionLibrary) == 0x000008, "Wrong alignment on UFGMeshMergeFunctionLibrary"); \ static_assert(sizeof(UFGMeshMergeFunctionLibrary) == 0x000028, "Wrong size on UFGMeshMergeFunctionLibrary"); \ #define DUMPER7_ASSERTS_AFGSpectatorPawn \ static_assert(alignof(AFGSpectatorPawn) == 0x000008, "Wrong alignment on AFGSpectatorPawn"); \ static_assert(sizeof(AFGSpectatorPawn) == 0x0002B0, "Wrong size on AFGSpectatorPawn"); \ static_assert(offsetof(AFGSpectatorPawn, bOverlapStreamingVolumes) == 0x0002A8, "Member 'AFGSpectatorPawn::bOverlapStreamingVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineMovementComponent_AddPath \ static_assert(alignof(FGSplineMovementComponent_AddPath) == 0x000008, "Wrong alignment on FGSplineMovementComponent_AddPath"); \ static_assert(sizeof(FGSplineMovementComponent_AddPath) == 0x000010, "Wrong size on FGSplineMovementComponent_AddPath"); \ static_assert(offsetof(FGSplineMovementComponent_AddPath, Path) == 0x000000, "Member 'FGSplineMovementComponent_AddPath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineMovementComponent_FollowLocation \ static_assert(alignof(FGSplineMovementComponent_FollowLocation) == 0x000004, "Wrong alignment on FGSplineMovementComponent_FollowLocation"); \ static_assert(sizeof(FGSplineMovementComponent_FollowLocation) == 0x000010, "Wrong size on FGSplineMovementComponent_FollowLocation"); \ static_assert(offsetof(FGSplineMovementComponent_FollowLocation, GloalLocation) == 0x000000, "Member 'FGSplineMovementComponent_FollowLocation::GloalLocation' has a wrong offset!"); \ static_assert(offsetof(FGSplineMovementComponent_FollowLocation, DeltaTime) == 0x00000C, "Member 'FGSplineMovementComponent_FollowLocation::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineMovementComponent_OnPathfindingFinish \ static_assert(alignof(FGSplineMovementComponent_OnPathfindingFinish) == 0x000008, "Wrong alignment on FGSplineMovementComponent_OnPathfindingFinish"); \ static_assert(sizeof(FGSplineMovementComponent_OnPathfindingFinish) == 0x000298, "Wrong size on FGSplineMovementComponent_OnPathfindingFinish"); \ static_assert(offsetof(FGSplineMovementComponent_OnPathfindingFinish, Data) == 0x000000, "Member 'FGSplineMovementComponent_OnPathfindingFinish::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineMovementComponent_RequestMoveToActor \ static_assert(alignof(FGSplineMovementComponent_RequestMoveToActor) == 0x000008, "Wrong alignment on FGSplineMovementComponent_RequestMoveToActor"); \ static_assert(sizeof(FGSplineMovementComponent_RequestMoveToActor) == 0x000010, "Wrong size on FGSplineMovementComponent_RequestMoveToActor"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToActor, GoalActor) == 0x000000, "Member 'FGSplineMovementComponent_RequestMoveToActor::GoalActor' has a wrong offset!"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToActor, InAcceptanceRadius) == 0x000008, "Member 'FGSplineMovementComponent_RequestMoveToActor::InAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToActor, ReturnValue) == 0x00000C, "Member 'FGSplineMovementComponent_RequestMoveToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSplineMovementComponent_RequestMoveToLocation \ static_assert(alignof(FGSplineMovementComponent_RequestMoveToLocation) == 0x000004, "Wrong alignment on FGSplineMovementComponent_RequestMoveToLocation"); \ static_assert(sizeof(FGSplineMovementComponent_RequestMoveToLocation) == 0x000014, "Wrong size on FGSplineMovementComponent_RequestMoveToLocation"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToLocation, Location) == 0x000000, "Member 'FGSplineMovementComponent_RequestMoveToLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToLocation, InAcceptanceRadius) == 0x00000C, "Member 'FGSplineMovementComponent_RequestMoveToLocation::InAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(FGSplineMovementComponent_RequestMoveToLocation, ReturnValue) == 0x000010, "Member 'FGSplineMovementComponent_RequestMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSplineMovementComponent \ static_assert(alignof(UFGSplineMovementComponent) == 0x000010, "Wrong alignment on UFGSplineMovementComponent"); \ static_assert(sizeof(UFGSplineMovementComponent) == 0x000610, "Wrong size on UFGSplineMovementComponent"); \ static_assert(offsetof(UFGSplineMovementComponent, bDebug) == 0x000548, "Member 'UFGSplineMovementComponent::bDebug' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bDebugPathfinding) == 0x000549, "Member 'UFGSplineMovementComponent::bDebugPathfinding' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bTrainBasedMovement) == 0x00054A, "Member 'UFGSplineMovementComponent::bTrainBasedMovement' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bDontClearSplineOnPathfinding) == 0x00054B, "Member 'UFGSplineMovementComponent::bDontClearSplineOnPathfinding' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, AcceptanceRadius) == 0x00054C, "Member 'UFGSplineMovementComponent::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, UpdatePathTime) == 0x000550, "Member 'UFGSplineMovementComponent::UpdatePathTime' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, LimitPathRotation) == 0x000554, "Member 'UFGSplineMovementComponent::LimitPathRotation' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, RoundPathDistace) == 0x000558, "Member 'UFGSplineMovementComponent::RoundPathDistace' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, OnSplineMoveGoalReached) == 0x000560, "Member 'UFGSplineMovementComponent::OnSplineMoveGoalReached' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, CurrentGoalLocation) == 0x000570, "Member 'UFGSplineMovementComponent::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, CurrentGoalDirection) == 0x00057C, "Member 'UFGSplineMovementComponent::CurrentGoalDirection' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, DesiredGoalLocation) == 0x000588, "Member 'UFGSplineMovementComponent::DesiredGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, DesiredGoalActor) == 0x000598, "Member 'UFGSplineMovementComponent::DesiredGoalActor' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bHaveValidPath) == 0x0005A0, "Member 'UFGSplineMovementComponent::bHaveValidPath' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bTaskScheduled) == 0x0005A1, "Member 'UFGSplineMovementComponent::bTaskScheduled' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, bOrientRotationToGoal) == 0x0005A2, "Member 'UFGSplineMovementComponent::bOrientRotationToGoal' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, RotationSpeed) == 0x0005A4, "Member 'UFGSplineMovementComponent::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, DirectGoalActorFollowRadius) == 0x0005A8, "Member 'UFGSplineMovementComponent::DirectGoalActorFollowRadius' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, PendingPath) == 0x0005C8, "Member 'UFGSplineMovementComponent::PendingPath' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, Train) == 0x0005E0, "Member 'UFGSplineMovementComponent::Train' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, ownerCharacter) == 0x0005E8, "Member 'UFGSplineMovementComponent::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGSplineMovementComponent, TimerHandle) == 0x0005F8, "Member 'UFGSplineMovementComponent::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_BP_GetDotDamageMultiplier \ static_assert(alignof(FGStatusEffect_BP_GetDotDamageMultiplier) == 0x000004, "Wrong alignment on FGStatusEffect_BP_GetDotDamageMultiplier"); \ static_assert(sizeof(FGStatusEffect_BP_GetDotDamageMultiplier) == 0x000004, "Wrong size on FGStatusEffect_BP_GetDotDamageMultiplier"); \ static_assert(offsetof(FGStatusEffect_BP_GetDotDamageMultiplier, ReturnValue) == 0x000000, "Member 'FGStatusEffect_BP_GetDotDamageMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_BP_GetDurationModifier \ static_assert(alignof(FGStatusEffect_BP_GetDurationModifier) == 0x000004, "Wrong alignment on FGStatusEffect_BP_GetDurationModifier"); \ static_assert(sizeof(FGStatusEffect_BP_GetDurationModifier) == 0x000004, "Wrong size on FGStatusEffect_BP_GetDurationModifier"); \ static_assert(offsetof(FGStatusEffect_BP_GetDurationModifier, ReturnValue) == 0x000000, "Member 'FGStatusEffect_BP_GetDurationModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_ClearTimer \ static_assert(alignof(FGStatusEffect_ClearTimer) == 0x000008, "Wrong alignment on FGStatusEffect_ClearTimer"); \ static_assert(sizeof(FGStatusEffect_ClearTimer) == 0x000008, "Wrong size on FGStatusEffect_ClearTimer"); \ static_assert(offsetof(FGStatusEffect_ClearTimer, TH) == 0x000000, "Member 'FGStatusEffect_ClearTimer::TH' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_CreateNiagaraComponent \ static_assert(alignof(FGStatusEffect_CreateNiagaraComponent) == 0x000008, "Wrong alignment on FGStatusEffect_CreateNiagaraComponent"); \ static_assert(sizeof(FGStatusEffect_CreateNiagaraComponent) == 0x000010, "Wrong size on FGStatusEffect_CreateNiagaraComponent"); \ static_assert(offsetof(FGStatusEffect_CreateNiagaraComponent, InSocketName) == 0x000000, "Member 'FGStatusEffect_CreateNiagaraComponent::InSocketName' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_CreateNiagaraComponent, ReturnValue) == 0x000008, "Member 'FGStatusEffect_CreateNiagaraComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_GetDotDamage \ static_assert(alignof(FGStatusEffect_GetDotDamage) == 0x000004, "Wrong alignment on FGStatusEffect_GetDotDamage"); \ static_assert(sizeof(FGStatusEffect_GetDotDamage) == 0x000004, "Wrong size on FGStatusEffect_GetDotDamage"); \ static_assert(offsetof(FGStatusEffect_GetDotDamage, ReturnValue) == 0x000000, "Member 'FGStatusEffect_GetDotDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_GetImplicitModValue \ static_assert(alignof(FGStatusEffect_GetImplicitModValue) == 0x000004, "Wrong alignment on FGStatusEffect_GetImplicitModValue"); \ static_assert(sizeof(FGStatusEffect_GetImplicitModValue) == 0x000008, "Wrong size on FGStatusEffect_GetImplicitModValue"); \ static_assert(offsetof(FGStatusEffect_GetImplicitModValue, ImplicitMod) == 0x000000, "Member 'FGStatusEffect_GetImplicitModValue::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_GetImplicitModValue, ReturnValue) == 0x000004, "Member 'FGStatusEffect_GetImplicitModValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_GetType \ static_assert(alignof(FGStatusEffect_GetType) == 0x000001, "Wrong alignment on FGStatusEffect_GetType"); \ static_assert(sizeof(FGStatusEffect_GetType) == 0x000001, "Wrong size on FGStatusEffect_GetType"); \ static_assert(offsetof(FGStatusEffect_GetType, ReturnValue) == 0x000000, "Member 'FGStatusEffect_GetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_HaveImplicitMod \ static_assert(alignof(FGStatusEffect_HaveImplicitMod) == 0x000001, "Wrong alignment on FGStatusEffect_HaveImplicitMod"); \ static_assert(sizeof(FGStatusEffect_HaveImplicitMod) == 0x000002, "Wrong size on FGStatusEffect_HaveImplicitMod"); \ static_assert(offsetof(FGStatusEffect_HaveImplicitMod, ImplicitMod) == 0x000000, "Member 'FGStatusEffect_HaveImplicitMod::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_HaveImplicitMod, ReturnValue) == 0x000001, "Member 'FGStatusEffect_HaveImplicitMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_OnEffectDealDamage \ static_assert(alignof(FGStatusEffect_OnEffectDealDamage) == 0x000008, "Wrong alignment on FGStatusEffect_OnEffectDealDamage"); \ static_assert(sizeof(FGStatusEffect_OnEffectDealDamage) == 0x000018, "Wrong size on FGStatusEffect_OnEffectDealDamage"); \ static_assert(offsetof(FGStatusEffect_OnEffectDealDamage, Location) == 0x000000, "Member 'FGStatusEffect_OnEffectDealDamage::Location' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_OnEffectDealDamage, Damage) == 0x00000C, "Member 'FGStatusEffect_OnEffectDealDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_OnEffectDealDamage, InstigatorController) == 0x000010, "Member 'FGStatusEffect_OnEffectDealDamage::InstigatorController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffect_SphereOverlapActors \ static_assert(alignof(FGStatusEffect_SphereOverlapActors) == 0x000008, "Wrong alignment on FGStatusEffect_SphereOverlapActors"); \ static_assert(sizeof(FGStatusEffect_SphereOverlapActors) == 0x000050, "Wrong size on FGStatusEffect_SphereOverlapActors"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, SpherePos) == 0x000000, "Member 'FGStatusEffect_SphereOverlapActors::SpherePos' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, SphereRadius) == 0x00000C, "Member 'FGStatusEffect_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, ObjectTypes) == 0x000010, "Member 'FGStatusEffect_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, ActorClassFilter) == 0x000020, "Member 'FGStatusEffect_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, ActorsToIgnore) == 0x000028, "Member 'FGStatusEffect_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, OutActors) == 0x000038, "Member 'FGStatusEffect_SphereOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffect_SphereOverlapActors, ReturnValue) == 0x000048, "Member 'FGStatusEffect_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGStatusEffect \ static_assert(alignof(UFGStatusEffect) == 0x000008, "Wrong alignment on UFGStatusEffect"); \ static_assert(sizeof(UFGStatusEffect) == 0x0000E8, "Wrong size on UFGStatusEffect"); \ static_assert(offsetof(UFGStatusEffect, Type) == 0x000028, "Member 'UFGStatusEffect::Type' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, SpawnChance) == 0x00002C, "Member 'UFGStatusEffect::SpawnChance' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, AdaptiveChance) == 0x000030, "Member 'UFGStatusEffect::AdaptiveChance' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, BaseDuration) == 0x000034, "Member 'UFGStatusEffect::BaseDuration' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, DotDamageCharacterEffect) == 0x000038, "Member 'UFGStatusEffect::DotDamageCharacterEffect' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, DotDamageMultipler) == 0x000040, "Member 'UFGStatusEffect::DotDamageMultipler' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, AdditionalCharacterEffects) == 0x000048, "Member 'UFGStatusEffect::AdditionalCharacterEffects' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, CharacterNiagaraSystems) == 0x000058, "Member 'UFGStatusEffect::CharacterNiagaraSystems' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, NiagaraCharacterSkeletalMeshName) == 0x000068, "Member 'UFGStatusEffect::NiagaraCharacterSkeletalMeshName' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, SpawnDamage) == 0x000078, "Member 'UFGStatusEffect::SpawnDamage' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, SpawnDamageCauser) == 0x000080, "Member 'UFGStatusEffect::SpawnDamageCauser' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, WeaponAffixed) == 0x000088, "Member 'UFGStatusEffect::WeaponAffixed' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, ActiveCharacterEffects) == 0x0000B8, "Member 'UFGStatusEffect::ActiveCharacterEffects' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, ownerCharacter) == 0x0000C8, "Member 'UFGStatusEffect::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, CharacterNiagaraComponents) == 0x0000D0, "Member 'UFGStatusEffect::CharacterNiagaraComponents' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffect, DurationLeft) == 0x0000E0, "Member 'UFGStatusEffect::DurationLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffectsManager_ApplyStatusEffect \ static_assert(alignof(FGStatusEffectsManager_ApplyStatusEffect) == 0x000008, "Wrong alignment on FGStatusEffectsManager_ApplyStatusEffect"); \ static_assert(sizeof(FGStatusEffectsManager_ApplyStatusEffect) == 0x000050, "Wrong size on FGStatusEffectsManager_ApplyStatusEffect"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, EffectClass) == 0x000000, "Member 'FGStatusEffectsManager_ApplyStatusEffect::EffectClass' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, DamageCauser) == 0x000008, "Member 'FGStatusEffectsManager_ApplyStatusEffect::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, Damage) == 0x000010, "Member 'FGStatusEffectsManager_ApplyStatusEffect::Damage' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, Affixes) == 0x000018, "Member 'FGStatusEffectsManager_ApplyStatusEffect::Affixes' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, StatusChanceOverride) == 0x000048, "Member 'FGStatusEffectsManager_ApplyStatusEffect::StatusChanceOverride' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_ApplyStatusEffect, ReturnValue) == 0x00004C, "Member 'FGStatusEffectsManager_ApplyStatusEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffectsManager_CanApplyStatusEffect \ static_assert(alignof(FGStatusEffectsManager_CanApplyStatusEffect) == 0x000008, "Wrong alignment on FGStatusEffectsManager_CanApplyStatusEffect"); \ static_assert(sizeof(FGStatusEffectsManager_CanApplyStatusEffect) == 0x000018, "Wrong size on FGStatusEffectsManager_CanApplyStatusEffect"); \ static_assert(offsetof(FGStatusEffectsManager_CanApplyStatusEffect, EffectClass) == 0x000000, "Member 'FGStatusEffectsManager_CanApplyStatusEffect::EffectClass' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_CanApplyStatusEffect, DamageCauser) == 0x000008, "Member 'FGStatusEffectsManager_CanApplyStatusEffect::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_CanApplyStatusEffect, ReturnValue) == 0x000010, "Member 'FGStatusEffectsManager_CanApplyStatusEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGStatusEffectsManager_HaveEffect \ static_assert(alignof(FGStatusEffectsManager_HaveEffect) == 0x000001, "Wrong alignment on FGStatusEffectsManager_HaveEffect"); \ static_assert(sizeof(FGStatusEffectsManager_HaveEffect) == 0x000002, "Wrong size on FGStatusEffectsManager_HaveEffect"); \ static_assert(offsetof(FGStatusEffectsManager_HaveEffect, Type) == 0x000000, "Member 'FGStatusEffectsManager_HaveEffect::Type' has a wrong offset!"); \ static_assert(offsetof(FGStatusEffectsManager_HaveEffect, ReturnValue) == 0x000001, "Member 'FGStatusEffectsManager_HaveEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGStatusEffectsManager \ static_assert(alignof(UFGStatusEffectsManager) == 0x000008, "Wrong alignment on UFGStatusEffectsManager"); \ static_assert(sizeof(UFGStatusEffectsManager) == 0x0000E0, "Wrong size on UFGStatusEffectsManager"); \ static_assert(offsetof(UFGStatusEffectsManager, GlobalCooldown) == 0x0000B0, "Member 'UFGStatusEffectsManager::GlobalCooldown' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffectsManager, ActiveCooldown) == 0x0000B4, "Member 'UFGStatusEffectsManager::ActiveCooldown' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffectsManager, StatusEffectAdaptiveChances) == 0x0000B8, "Member 'UFGStatusEffectsManager::StatusEffectAdaptiveChances' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffectsManager, ActiveStatusEffect) == 0x0000C8, "Member 'UFGStatusEffectsManager::ActiveStatusEffect' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffectsManager, LastActiveStatusEffectType) == 0x0000D0, "Member 'UFGStatusEffectsManager::LastActiveStatusEffectType' has a wrong offset!"); \ static_assert(offsetof(UFGStatusEffectsManager, LastValidActiveStatusEffect) == 0x0000D8, "Member 'UFGStatusEffectsManager::LastValidActiveStatusEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_IsAppInstalled \ static_assert(alignof(FGSteamSubsystem_IsAppInstalled) == 0x000004, "Wrong alignment on FGSteamSubsystem_IsAppInstalled"); \ static_assert(sizeof(FGSteamSubsystem_IsAppInstalled) == 0x000008, "Wrong size on FGSteamSubsystem_IsAppInstalled"); \ static_assert(offsetof(FGSteamSubsystem_IsAppInstalled, AppID) == 0x000000, "Member 'FGSteamSubsystem_IsAppInstalled::AppID' has a wrong offset!"); \ static_assert(offsetof(FGSteamSubsystem_IsAppInstalled, ReturnValue) == 0x000004, "Member 'FGSteamSubsystem_IsAppInstalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_OpenStorePage \ static_assert(alignof(FGSteamSubsystem_OpenStorePage) == 0x000004, "Wrong alignment on FGSteamSubsystem_OpenStorePage"); \ static_assert(sizeof(FGSteamSubsystem_OpenStorePage) == 0x000004, "Wrong size on FGSteamSubsystem_OpenStorePage"); \ static_assert(offsetof(FGSteamSubsystem_OpenStorePage, AppID) == 0x000000, "Member 'FGSteamSubsystem_OpenStorePage::AppID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_ConvertSteamLanguageToLocale \ static_assert(alignof(FGSteamSubsystem_ConvertSteamLanguageToLocale) == 0x000008, "Wrong alignment on FGSteamSubsystem_ConvertSteamLanguageToLocale"); \ static_assert(sizeof(FGSteamSubsystem_ConvertSteamLanguageToLocale) == 0x000020, "Wrong size on FGSteamSubsystem_ConvertSteamLanguageToLocale"); \ static_assert(offsetof(FGSteamSubsystem_ConvertSteamLanguageToLocale, SteamLanguage) == 0x000000, "Member 'FGSteamSubsystem_ConvertSteamLanguageToLocale::SteamLanguage' has a wrong offset!"); \ static_assert(offsetof(FGSteamSubsystem_ConvertSteamLanguageToLocale, ReturnValue) == 0x000010, "Member 'FGSteamSubsystem_ConvertSteamLanguageToLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_GetCurrentGameLanguage \ static_assert(alignof(FGSteamSubsystem_GetCurrentGameLanguage) == 0x000008, "Wrong alignment on FGSteamSubsystem_GetCurrentGameLanguage"); \ static_assert(sizeof(FGSteamSubsystem_GetCurrentGameLanguage) == 0x000010, "Wrong size on FGSteamSubsystem_GetCurrentGameLanguage"); \ static_assert(offsetof(FGSteamSubsystem_GetCurrentGameLanguage, ReturnValue) == 0x000000, "Member 'FGSteamSubsystem_GetCurrentGameLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_IsDLCInstalled \ static_assert(alignof(FGSteamSubsystem_IsDLCInstalled) == 0x000004, "Wrong alignment on FGSteamSubsystem_IsDLCInstalled"); \ static_assert(sizeof(FGSteamSubsystem_IsDLCInstalled) == 0x000008, "Wrong size on FGSteamSubsystem_IsDLCInstalled"); \ static_assert(offsetof(FGSteamSubsystem_IsDLCInstalled, AppID) == 0x000000, "Member 'FGSteamSubsystem_IsDLCInstalled::AppID' has a wrong offset!"); \ static_assert(offsetof(FGSteamSubsystem_IsDLCInstalled, ReturnValue) == 0x000004, "Member 'FGSteamSubsystem_IsDLCInstalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_UnlockAchievements \ static_assert(alignof(FGSteamSubsystem_UnlockAchievements) == 0x000008, "Wrong alignment on FGSteamSubsystem_UnlockAchievements"); \ static_assert(sizeof(FGSteamSubsystem_UnlockAchievements) == 0x000010, "Wrong size on FGSteamSubsystem_UnlockAchievements"); \ static_assert(offsetof(FGSteamSubsystem_UnlockAchievements, AchievementsNames) == 0x000000, "Member 'FGSteamSubsystem_UnlockAchievements::AchievementsNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSteamSubsystem_WriteStats \ static_assert(alignof(FGSteamSubsystem_WriteStats) == 0x000008, "Wrong alignment on FGSteamSubsystem_WriteStats"); \ static_assert(sizeof(FGSteamSubsystem_WriteStats) == 0x000010, "Wrong size on FGSteamSubsystem_WriteStats"); \ static_assert(offsetof(FGSteamSubsystem_WriteStats, StatsData) == 0x000000, "Member 'FGSteamSubsystem_WriteStats::StatsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSteamSubsystem \ static_assert(alignof(UFGSteamSubsystem) == 0x000008, "Wrong alignment on UFGSteamSubsystem"); \ static_assert(sizeof(UFGSteamSubsystem) == 0x000080, "Wrong size on UFGSteamSubsystem"); \ static_assert(offsetof(UFGSteamSubsystem, CachedDLCResponseList) == 0x000030, "Member 'UFGSteamSubsystem::CachedDLCResponseList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGStreamingInvokerComponent \ static_assert(alignof(UFGStreamingInvokerComponent) == 0x000010, "Wrong alignment on UFGStreamingInvokerComponent"); \ static_assert(sizeof(UFGStreamingInvokerComponent) == 0x000480, "Wrong size on UFGStreamingInvokerComponent"); \ #define DUMPER7_ASSERTS_FGSwitchableCameraShake_CanPlay \ static_assert(alignof(FGSwitchableCameraShake_CanPlay) == 0x000001, "Wrong alignment on FGSwitchableCameraShake_CanPlay"); \ static_assert(sizeof(FGSwitchableCameraShake_CanPlay) == 0x000001, "Wrong size on FGSwitchableCameraShake_CanPlay"); \ static_assert(offsetof(FGSwitchableCameraShake_CanPlay, ReturnValue) == 0x000000, "Member 'FGSwitchableCameraShake_CanPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSwitchableCameraShake_RequestStopShake \ static_assert(alignof(FGSwitchableCameraShake_RequestStopShake) == 0x000001, "Wrong alignment on FGSwitchableCameraShake_RequestStopShake"); \ static_assert(sizeof(FGSwitchableCameraShake_RequestStopShake) == 0x000001, "Wrong size on FGSwitchableCameraShake_RequestStopShake"); \ static_assert(offsetof(FGSwitchableCameraShake_RequestStopShake, bImmediately) == 0x000000, "Member 'FGSwitchableCameraShake_RequestStopShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGSwitchableCameraShake \ static_assert(alignof(UFGSwitchableCameraShake) == 0x000010, "Wrong alignment on UFGSwitchableCameraShake"); \ static_assert(sizeof(UFGSwitchableCameraShake) == 0x0001D0, "Wrong size on UFGSwitchableCameraShake"); \ static_assert(offsetof(UFGSwitchableCameraShake, bBackground) == 0x0001B0, "Member 'UFGSwitchableCameraShake::bBackground' has a wrong offset!"); \ static_assert(offsetof(UFGSwitchableCameraShake, Modifier) == 0x0001B8, "Member 'UFGSwitchableCameraShake::Modifier' has a wrong offset!"); \ static_assert(offsetof(UFGSwitchableCameraShake, Priority) == 0x0001C0, "Member 'UFGSwitchableCameraShake::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_CanMakeTurn \ static_assert(alignof(FGTabletopBackgammonGame_CanMakeTurn) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_CanMakeTurn"); \ static_assert(sizeof(FGTabletopBackgammonGame_CanMakeTurn) == 0x000001, "Wrong size on FGTabletopBackgammonGame_CanMakeTurn"); \ static_assert(offsetof(FGTabletopBackgammonGame_CanMakeTurn, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_CanMakeTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_ConsumeRolledDice \ static_assert(alignof(FGTabletopBackgammonGame_ConsumeRolledDice) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_ConsumeRolledDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_ConsumeRolledDice) == 0x000004, "Wrong size on FGTabletopBackgammonGame_ConsumeRolledDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_ConsumeRolledDice, DiceNumber) == 0x000000, "Member 'FGTabletopBackgammonGame_ConsumeRolledDice::DiceNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetAvailableTurns \ static_assert(alignof(FGTabletopBackgammonGame_GetAvailableTurns) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetAvailableTurns"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetAvailableTurns) == 0x000030, "Wrong size on FGTabletopBackgammonGame_GetAvailableTurns"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetAvailableTurns, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_GetAvailableTurns::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetAvailableTurns, TileIndex) == 0x000004, "Member 'FGTabletopBackgammonGame_GetAvailableTurns::TileIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetAvailableTurns, Dice) == 0x000008, "Member 'FGTabletopBackgammonGame_GetAvailableTurns::Dice' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetAvailableTurns, bFutureTurn) == 0x000018, "Member 'FGTabletopBackgammonGame_GetAvailableTurns::bFutureTurn' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetAvailableTurns, ReturnValue) == 0x000020, "Member 'FGTabletopBackgammonGame_GetAvailableTurns::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetBlueRolledDice \ static_assert(alignof(FGTabletopBackgammonGame_GetBlueRolledDice) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetBlueRolledDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetBlueRolledDice) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetBlueRolledDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetBlueRolledDice, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetBlueRolledDice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetPlayerCharacterSide \ static_assert(alignof(FGTabletopBackgammonGame_GetPlayerCharacterSide) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetPlayerCharacterSide"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetPlayerCharacterSide) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetPlayerCharacterSide"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetPlayerCharacterSide, PlayerCharacter) == 0x000000, "Member 'FGTabletopBackgammonGame_GetPlayerCharacterSide::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetPlayerCharacterSide, ReturnValue) == 0x000008, "Member 'FGTabletopBackgammonGame_GetPlayerCharacterSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetYellowRolledDice \ static_assert(alignof(FGTabletopBackgammonGame_GetYellowRolledDice) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetYellowRolledDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetYellowRolledDice) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetYellowRolledDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetYellowRolledDice, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetYellowRolledDice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_MulticastOnPlayerKnockOut \ static_assert(alignof(FGTabletopBackgammonGame_MulticastOnPlayerKnockOut) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_MulticastOnPlayerKnockOut"); \ static_assert(sizeof(FGTabletopBackgammonGame_MulticastOnPlayerKnockOut) == 0x000004, "Wrong size on FGTabletopBackgammonGame_MulticastOnPlayerKnockOut"); \ static_assert(offsetof(FGTabletopBackgammonGame_MulticastOnPlayerKnockOut, TileIndex) == 0x000000, "Member 'FGTabletopBackgammonGame_MulticastOnPlayerKnockOut::TileIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_MulticastPlayerCantMove \ static_assert(alignof(FGTabletopBackgammonGame_MulticastPlayerCantMove) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_MulticastPlayerCantMove"); \ static_assert(sizeof(FGTabletopBackgammonGame_MulticastPlayerCantMove) == 0x000018, "Wrong size on FGTabletopBackgammonGame_MulticastPlayerCantMove"); \ static_assert(offsetof(FGTabletopBackgammonGame_MulticastPlayerCantMove, Player) == 0x000000, "Member 'FGTabletopBackgammonGame_MulticastPlayerCantMove::Player' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_MulticastPlayerCantMove, RolledDice) == 0x000008, "Member 'FGTabletopBackgammonGame_MulticastPlayerCantMove::RolledDice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_OnPlayerRollDice \ static_assert(alignof(FGTabletopBackgammonGame_OnPlayerRollDice) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_OnPlayerRollDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_OnPlayerRollDice) == 0x000018, "Wrong size on FGTabletopBackgammonGame_OnPlayerRollDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_OnPlayerRollDice, Player) == 0x000000, "Member 'FGTabletopBackgammonGame_OnPlayerRollDice::Player' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_OnPlayerRollDice, RolledDice) == 0x000008, "Member 'FGTabletopBackgammonGame_OnPlayerRollDice::RolledDice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_OnPlayerRollDiceAnimation \ static_assert(alignof(FGTabletopBackgammonGame_OnPlayerRollDiceAnimation) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_OnPlayerRollDiceAnimation"); \ static_assert(sizeof(FGTabletopBackgammonGame_OnPlayerRollDiceAnimation) == 0x000008, "Wrong size on FGTabletopBackgammonGame_OnPlayerRollDiceAnimation"); \ static_assert(offsetof(FGTabletopBackgammonGame_OnPlayerRollDiceAnimation, Player) == 0x000000, "Member 'FGTabletopBackgammonGame_OnPlayerRollDiceAnimation::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex \ static_assert(alignof(FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex"); \ static_assert(sizeof(FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex) == 0x00000C, "Wrong size on FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex"); \ static_assert(offsetof(FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex, PlayerSideTileIndex) == 0x000004, "Member 'FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex::PlayerSideTileIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex, ReturnValue) == 0x000008, "Member 'FGTabletopBackgammonGame_PlayerSideTileIndexToTileIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_RollDice \ static_assert(alignof(FGTabletopBackgammonGame_RollDice) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_RollDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_RollDice) == 0x000001, "Wrong size on FGTabletopBackgammonGame_RollDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_RollDice, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_RollDice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetBGMGameMode \ static_assert(alignof(FGTabletopBackgammonGame_GetBGMGameMode) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_GetBGMGameMode"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetBGMGameMode) == 0x000001, "Wrong size on FGTabletopBackgammonGame_GetBGMGameMode"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetBGMGameMode, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetBGMGameMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetBGMGameState \ static_assert(alignof(FGTabletopBackgammonGame_GetBGMGameState) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_GetBGMGameState"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetBGMGameState) == 0x000001, "Wrong size on FGTabletopBackgammonGame_GetBGMGameState"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetBGMGameState, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetBGMGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetBlueHouseTile \ static_assert(alignof(FGTabletopBackgammonGame_GetBlueHouseTile) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetBlueHouseTile"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetBlueHouseTile) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetBlueHouseTile"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetBlueHouseTile, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetBlueHouseTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetBlueKnockedOutTile \ static_assert(alignof(FGTabletopBackgammonGame_GetBlueKnockedOutTile) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetBlueKnockedOutTile"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetBlueKnockedOutTile) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetBlueKnockedOutTile"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetBlueKnockedOutTile, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetBlueKnockedOutTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetCurrentPlayerRolledDice \ static_assert(alignof(FGTabletopBackgammonGame_GetCurrentPlayerRolledDice) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetCurrentPlayerRolledDice"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetCurrentPlayerRolledDice) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetCurrentPlayerRolledDice"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetCurrentPlayerRolledDice, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetCurrentPlayerRolledDice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetLastSideWinner \ static_assert(alignof(FGTabletopBackgammonGame_GetLastSideWinner) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_GetLastSideWinner"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetLastSideWinner) == 0x000001, "Wrong size on FGTabletopBackgammonGame_GetLastSideWinner"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetLastSideWinner, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetLastSideWinner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetPlayingTilesCount \ static_assert(alignof(FGTabletopBackgammonGame_GetPlayingTilesCount) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetPlayingTilesCount"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetPlayingTilesCount) == 0x000008, "Wrong size on FGTabletopBackgammonGame_GetPlayingTilesCount"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetPlayingTilesCount, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_GetPlayingTilesCount::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetPlayingTilesCount, ReturnValue) == 0x000004, "Member 'FGTabletopBackgammonGame_GetPlayingTilesCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetSidePlayer \ static_assert(alignof(FGTabletopBackgammonGame_GetSidePlayer) == 0x000008, "Wrong alignment on FGTabletopBackgammonGame_GetSidePlayer"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetSidePlayer) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetSidePlayer"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetSidePlayer, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_GetSidePlayer::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetSidePlayer, ReturnValue) == 0x000008, "Member 'FGTabletopBackgammonGame_GetSidePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetTile \ static_assert(alignof(FGTabletopBackgammonGame_GetTile) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetTile"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetTile) == 0x000014, "Wrong size on FGTabletopBackgammonGame_GetTile"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetTile, Index_0) == 0x000000, "Member 'FGTabletopBackgammonGame_GetTile::Index_0' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetTile, ReturnValue) == 0x000004, "Member 'FGTabletopBackgammonGame_GetTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetYellowHouseTile \ static_assert(alignof(FGTabletopBackgammonGame_GetYellowHouseTile) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetYellowHouseTile"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetYellowHouseTile) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetYellowHouseTile"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetYellowHouseTile, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetYellowHouseTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_GetYellowKnockedOutTile \ static_assert(alignof(FGTabletopBackgammonGame_GetYellowKnockedOutTile) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_GetYellowKnockedOutTile"); \ static_assert(sizeof(FGTabletopBackgammonGame_GetYellowKnockedOutTile) == 0x000010, "Wrong size on FGTabletopBackgammonGame_GetYellowKnockedOutTile"); \ static_assert(offsetof(FGTabletopBackgammonGame_GetYellowKnockedOutTile, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_GetYellowKnockedOutTile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_HaveWinner \ static_assert(alignof(FGTabletopBackgammonGame_HaveWinner) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_HaveWinner"); \ static_assert(sizeof(FGTabletopBackgammonGame_HaveWinner) == 0x000001, "Wrong size on FGTabletopBackgammonGame_HaveWinner"); \ static_assert(offsetof(FGTabletopBackgammonGame_HaveWinner, ReturnValue) == 0x000000, "Member 'FGTabletopBackgammonGame_HaveWinner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_IsBearingOff \ static_assert(alignof(FGTabletopBackgammonGame_IsBearingOff) == 0x000001, "Wrong alignment on FGTabletopBackgammonGame_IsBearingOff"); \ static_assert(sizeof(FGTabletopBackgammonGame_IsBearingOff) == 0x000002, "Wrong size on FGTabletopBackgammonGame_IsBearingOff"); \ static_assert(offsetof(FGTabletopBackgammonGame_IsBearingOff, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_IsBearingOff::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_IsBearingOff, ReturnValue) == 0x000001, "Member 'FGTabletopBackgammonGame_IsBearingOff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonGame_TileToPlayerSideTileIndex \ static_assert(alignof(FGTabletopBackgammonGame_TileToPlayerSideTileIndex) == 0x000004, "Wrong alignment on FGTabletopBackgammonGame_TileToPlayerSideTileIndex"); \ static_assert(sizeof(FGTabletopBackgammonGame_TileToPlayerSideTileIndex) == 0x00000C, "Wrong size on FGTabletopBackgammonGame_TileToPlayerSideTileIndex"); \ static_assert(offsetof(FGTabletopBackgammonGame_TileToPlayerSideTileIndex, PlayerSide) == 0x000000, "Member 'FGTabletopBackgammonGame_TileToPlayerSideTileIndex::PlayerSide' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_TileToPlayerSideTileIndex, TileIndex) == 0x000004, "Member 'FGTabletopBackgammonGame_TileToPlayerSideTileIndex::TileIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonGame_TileToPlayerSideTileIndex, ReturnValue) == 0x000008, "Member 'FGTabletopBackgammonGame_TileToPlayerSideTileIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopBackgammonGame \ static_assert(alignof(AFGTabletopBackgammonGame) == 0x000008, "Wrong alignment on AFGTabletopBackgammonGame"); \ static_assert(sizeof(AFGTabletopBackgammonGame) == 0x000410, "Wrong size on AFGTabletopBackgammonGame"); \ static_assert(offsetof(AFGTabletopBackgammonGame, RollDoubleChance) == 0x0002B8, "Member 'AFGTabletopBackgammonGame::RollDoubleChance' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, CantMoveDelay) == 0x0002BC, "Member 'AFGTabletopBackgammonGame::CantMoveDelay' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnFieldUpdate) == 0x0002C0, "Member 'AFGTabletopBackgammonGame::OnFieldUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnBGM_GameStateUpdate) == 0x0002D0, "Member 'AFGTabletopBackgammonGame::OnBGM_GameStateUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnBGM_GameModeUpdate) == 0x0002E0, "Member 'AFGTabletopBackgammonGame::OnBGM_GameModeUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnLastTurnMade) == 0x0002F0, "Member 'AFGTabletopBackgammonGame::OnLastTurnMade' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnPlayerRollDiceAnimationEvent) == 0x000300, "Member 'AFGTabletopBackgammonGame::OnPlayerRollDiceAnimationEvent' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnPlayerRollDiceEvent) == 0x000310, "Member 'AFGTabletopBackgammonGame::OnPlayerRollDiceEvent' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnPlayerCantMoveEvent) == 0x000320, "Member 'AFGTabletopBackgammonGame::OnPlayerCantMoveEvent' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnFirstRollTie) == 0x000330, "Member 'AFGTabletopBackgammonGame::OnFirstRollTie' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, OnPlayerKnockOut) == 0x000340, "Member 'AFGTabletopBackgammonGame::OnPlayerKnockOut' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, CurrentSideTurn) == 0x000350, "Member 'AFGTabletopBackgammonGame::CurrentSideTurn' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, Field) == 0x000358, "Member 'AFGTabletopBackgammonGame::Field' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, BGM_GameMode) == 0x0003A8, "Member 'AFGTabletopBackgammonGame::BGM_GameMode' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, BGM_GameState) == 0x0003A9, "Member 'AFGTabletopBackgammonGame::BGM_GameState' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, UndefinedTile) == 0x0003AC, "Member 'AFGTabletopBackgammonGame::UndefinedTile' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, LastSideWinner) == 0x0003BC, "Member 'AFGTabletopBackgammonGame::LastSideWinner' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, bPlayerGaveUp) == 0x0003BD, "Member 'AFGTabletopBackgammonGame::bPlayerGaveUp' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, RolledDiceYellow) == 0x0003C0, "Member 'AFGTabletopBackgammonGame::RolledDiceYellow' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, RolledDiceBlue) == 0x0003D0, "Member 'AFGTabletopBackgammonGame::RolledDiceBlue' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, LastTurnInfo) == 0x0003E0, "Member 'AFGTabletopBackgammonGame::LastTurnInfo' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, bYellowBearingOff) == 0x0003F0, "Member 'AFGTabletopBackgammonGame::bYellowBearingOff' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, bBlueBearingOff) == 0x0003F1, "Member 'AFGTabletopBackgammonGame::bBlueBearingOff' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, SubTurn) == 0x0003FC, "Member 'AFGTabletopBackgammonGame::SubTurn' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, LastTurnWasFromHead) == 0x000404, "Member 'AFGTabletopBackgammonGame::LastTurnWasFromHead' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonGame, GaveUpGameState) == 0x000405, "Member 'AFGTabletopBackgammonGame::GaveUpGameState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonPlayer_MulticastOnDiceRoll \ static_assert(alignof(FGTabletopBackgammonPlayer_MulticastOnDiceRoll) == 0x000008, "Wrong alignment on FGTabletopBackgammonPlayer_MulticastOnDiceRoll"); \ static_assert(sizeof(FGTabletopBackgammonPlayer_MulticastOnDiceRoll) == 0x000010, "Wrong size on FGTabletopBackgammonPlayer_MulticastOnDiceRoll"); \ static_assert(offsetof(FGTabletopBackgammonPlayer_MulticastOnDiceRoll, RolledDice) == 0x000000, "Member 'FGTabletopBackgammonPlayer_MulticastOnDiceRoll::RolledDice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonPlayer_MulticastPlayTurnMontage \ static_assert(alignof(FGTabletopBackgammonPlayer_MulticastPlayTurnMontage) == 0x000001, "Wrong alignment on FGTabletopBackgammonPlayer_MulticastPlayTurnMontage"); \ static_assert(sizeof(FGTabletopBackgammonPlayer_MulticastPlayTurnMontage) == 0x000001, "Wrong size on FGTabletopBackgammonPlayer_MulticastPlayTurnMontage"); \ static_assert(offsetof(FGTabletopBackgammonPlayer_MulticastPlayTurnMontage, bWasLastTurn) == 0x000000, "Member 'FGTabletopBackgammonPlayer_MulticastPlayTurnMontage::bWasLastTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonPlayer_ServerMakeTurn \ static_assert(alignof(FGTabletopBackgammonPlayer_ServerMakeTurn) == 0x000004, "Wrong alignment on FGTabletopBackgammonPlayer_ServerMakeTurn"); \ static_assert(sizeof(FGTabletopBackgammonPlayer_ServerMakeTurn) == 0x000008, "Wrong size on FGTabletopBackgammonPlayer_ServerMakeTurn"); \ static_assert(offsetof(FGTabletopBackgammonPlayer_ServerMakeTurn, TileFromIndex) == 0x000000, "Member 'FGTabletopBackgammonPlayer_ServerMakeTurn::TileFromIndex' has a wrong offset!"); \ static_assert(offsetof(FGTabletopBackgammonPlayer_ServerMakeTurn, TileToIndex) == 0x000004, "Member 'FGTabletopBackgammonPlayer_ServerMakeTurn::TileToIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTabletopBackgammonPlayer_ServerSetBGMGameMode \ static_assert(alignof(FGTabletopBackgammonPlayer_ServerSetBGMGameMode) == 0x000001, "Wrong alignment on FGTabletopBackgammonPlayer_ServerSetBGMGameMode"); \ static_assert(sizeof(FGTabletopBackgammonPlayer_ServerSetBGMGameMode) == 0x000001, "Wrong size on FGTabletopBackgammonPlayer_ServerSetBGMGameMode"); \ static_assert(offsetof(FGTabletopBackgammonPlayer_ServerSetBGMGameMode, Mode) == 0x000000, "Member 'FGTabletopBackgammonPlayer_ServerSetBGMGameMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopBackgammonPlayer \ static_assert(alignof(AFGTabletopBackgammonPlayer) == 0x000008, "Wrong alignment on AFGTabletopBackgammonPlayer"); \ static_assert(sizeof(AFGTabletopBackgammonPlayer) == 0x0002E8, "Wrong size on AFGTabletopBackgammonPlayer"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, RollDiceAnims) == 0x000268, "Member 'AFGTabletopBackgammonPlayer::RollDiceAnims' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, TurnAnim) == 0x000278, "Member 'AFGTabletopBackgammonPlayer::TurnAnim' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, LastTurnAnim) == 0x000288, "Member 'AFGTabletopBackgammonPlayer::LastTurnAnim' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIGhostName) == 0x000298, "Member 'AFGTabletopBackgammonPlayer::AIGhostName' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIThinkTimeMin) == 0x0002B0, "Member 'AFGTabletopBackgammonPlayer::AIThinkTimeMin' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIThinkTimeMax) == 0x0002B4, "Member 'AFGTabletopBackgammonPlayer::AIThinkTimeMax' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIRollDiceDelayMin) == 0x0002B8, "Member 'AFGTabletopBackgammonPlayer::AIRollDiceDelayMin' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIRollDiceDelayMax) == 0x0002BC, "Member 'AFGTabletopBackgammonPlayer::AIRollDiceDelayMax' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, AIKickoutCooldown) == 0x0002C0, "Member 'AFGTabletopBackgammonPlayer::AIKickoutCooldown' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, bDebugPlay) == 0x0002C4, "Member 'AFGTabletopBackgammonPlayer::bDebugPlay' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, DebugGameSpeedScale) == 0x0002C8, "Member 'AFGTabletopBackgammonPlayer::DebugGameSpeedScale' has a wrong offset!"); \ static_assert(offsetof(AFGTabletopBackgammonPlayer, OwningBackgammonGame) == 0x0002D8, "Member 'AFGTabletopBackgammonPlayer::OwningBackgammonGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopCardsGame \ static_assert(alignof(AFGTabletopCardsGame) == 0x000008, "Wrong alignment on AFGTabletopCardsGame"); \ static_assert(sizeof(AFGTabletopCardsGame) == 0x0002B8, "Wrong size on AFGTabletopCardsGame"); \ #define DUMPER7_ASSERTS_AFGTabletopCardsPlayer \ static_assert(alignof(AFGTabletopCardsPlayer) == 0x000008, "Wrong alignment on AFGTabletopCardsPlayer"); \ static_assert(sizeof(AFGTabletopCardsPlayer) == 0x000268, "Wrong size on AFGTabletopCardsPlayer"); \ #define DUMPER7_ASSERTS_FGTabletopDominoPlayer_GetOwnedTiles \ static_assert(alignof(FGTabletopDominoPlayer_GetOwnedTiles) == 0x000008, "Wrong alignment on FGTabletopDominoPlayer_GetOwnedTiles"); \ static_assert(sizeof(FGTabletopDominoPlayer_GetOwnedTiles) == 0x000010, "Wrong size on FGTabletopDominoPlayer_GetOwnedTiles"); \ static_assert(offsetof(FGTabletopDominoPlayer_GetOwnedTiles, ReturnValue) == 0x000000, "Member 'FGTabletopDominoPlayer_GetOwnedTiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTabletopDominoPlayer \ static_assert(alignof(AFGTabletopDominoPlayer) == 0x000008, "Wrong alignment on AFGTabletopDominoPlayer"); \ static_assert(sizeof(AFGTabletopDominoPlayer) == 0x000278, "Wrong size on AFGTabletopDominoPlayer"); \ static_assert(offsetof(AFGTabletopDominoPlayer, OwnedTiles) == 0x000268, "Member 'AFGTabletopDominoPlayer::OwnedTiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTeleportationPoint_GetRofleemoPoint \ static_assert(alignof(FGTeleportationPoint_GetRofleemoPoint) == 0x000008, "Wrong alignment on FGTeleportationPoint_GetRofleemoPoint"); \ static_assert(sizeof(FGTeleportationPoint_GetRofleemoPoint) == 0x000008, "Wrong size on FGTeleportationPoint_GetRofleemoPoint"); \ static_assert(offsetof(FGTeleportationPoint_GetRofleemoPoint, ReturnValue) == 0x000000, "Member 'FGTeleportationPoint_GetRofleemoPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTeleportationPoint \ static_assert(alignof(AFGTeleportationPoint) == 0x000008, "Wrong alignment on AFGTeleportationPoint"); \ static_assert(sizeof(AFGTeleportationPoint) == 0x000220, "Wrong size on AFGTeleportationPoint"); \ #define DUMPER7_ASSERTS_FGTestGenerator_AddNewComponent \ static_assert(alignof(FGTestGenerator_AddNewComponent) == 0x000008, "Wrong alignment on FGTestGenerator_AddNewComponent"); \ static_assert(sizeof(FGTestGenerator_AddNewComponent) == 0x000018, "Wrong size on FGTestGenerator_AddNewComponent"); \ static_assert(offsetof(FGTestGenerator_AddNewComponent, WorldActor) == 0x000000, "Member 'FGTestGenerator_AddNewComponent::WorldActor' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_AddNewComponent, Mesh) == 0x000008, "Member 'FGTestGenerator_AddNewComponent::Mesh' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_AddNewComponent, ReturnValue) == 0x000010, "Member 'FGTestGenerator_AddNewComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTestGenerator_CutMap \ static_assert(alignof(FGTestGenerator_CutMap) == 0x000008, "Wrong alignment on FGTestGenerator_CutMap"); \ static_assert(sizeof(FGTestGenerator_CutMap) == 0x000028, "Wrong size on FGTestGenerator_CutMap"); \ static_assert(offsetof(FGTestGenerator_CutMap, Map) == 0x000000, "Member 'FGTestGenerator_CutMap::Map' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_CutMap, Chance) == 0x000010, "Member 'FGTestGenerator_CutMap::Chance' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_CutMap, ReturnValue) == 0x000018, "Member 'FGTestGenerator_CutMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTestGenerator_GenerateMap \ static_assert(alignof(FGTestGenerator_GenerateMap) == 0x000008, "Wrong alignment on FGTestGenerator_GenerateMap"); \ static_assert(sizeof(FGTestGenerator_GenerateMap) == 0x000010, "Wrong size on FGTestGenerator_GenerateMap"); \ static_assert(offsetof(FGTestGenerator_GenerateMap, ReturnValue) == 0x000000, "Member 'FGTestGenerator_GenerateMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTestGenerator_IsEmpty \ static_assert(alignof(FGTestGenerator_IsEmpty) == 0x000008, "Wrong alignment on FGTestGenerator_IsEmpty"); \ static_assert(sizeof(FGTestGenerator_IsEmpty) == 0x000018, "Wrong size on FGTestGenerator_IsEmpty"); \ static_assert(offsetof(FGTestGenerator_IsEmpty, Map) == 0x000000, "Member 'FGTestGenerator_IsEmpty::Map' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_IsEmpty, ReturnValue) == 0x000010, "Member 'FGTestGenerator_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTestGenerator_IsInside \ static_assert(alignof(FGTestGenerator_IsInside) == 0x000004, "Wrong alignment on FGTestGenerator_IsInside"); \ static_assert(sizeof(FGTestGenerator_IsInside) == 0x000010, "Wrong size on FGTestGenerator_IsInside"); \ static_assert(offsetof(FGTestGenerator_IsInside, Location) == 0x000000, "Member 'FGTestGenerator_IsInside::Location' has a wrong offset!"); \ static_assert(offsetof(FGTestGenerator_IsInside, ReturnValue) == 0x00000C, "Member 'FGTestGenerator_IsInside::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTestGenerator \ static_assert(alignof(AFGTestGenerator) == 0x000008, "Wrong alignment on AFGTestGenerator"); \ static_assert(sizeof(AFGTestGenerator) == 0x000258, "Wrong size on AFGTestGenerator"); \ static_assert(offsetof(AFGTestGenerator, Spline) == 0x000220, "Member 'AFGTestGenerator::Spline' has a wrong offset!"); \ static_assert(offsetof(AFGTestGenerator, Offset) == 0x000228, "Member 'AFGTestGenerator::Offset' has a wrong offset!"); \ static_assert(offsetof(AFGTestGenerator, SizeX) == 0x00022C, "Member 'AFGTestGenerator::SizeX' has a wrong offset!"); \ static_assert(offsetof(AFGTestGenerator, SizeY) == 0x000230, "Member 'AFGTestGenerator::SizeY' has a wrong offset!"); \ static_assert(offsetof(AFGTestGenerator, SplinePoints) == 0x000238, "Member 'AFGTestGenerator::SplinePoints' has a wrong offset!"); \ static_assert(offsetof(AFGTestGenerator, DynamicComponents) == 0x000248, "Member 'AFGTestGenerator::DynamicComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGTestManager \ static_assert(alignof(AFGTestManager) == 0x000008, "Wrong alignment on AFGTestManager"); \ static_assert(sizeof(AFGTestManager) == 0x000240, "Wrong size on AFGTestManager"); \ static_assert(offsetof(AFGTestManager, Tests) == 0x000220, "Member 'AFGTestManager::Tests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGThrowPathTrace \ static_assert(alignof(AFGThrowPathTrace) == 0x000008, "Wrong alignment on AFGThrowPathTrace"); \ static_assert(sizeof(AFGThrowPathTrace) == 0x000258, "Wrong size on AFGThrowPathTrace"); \ static_assert(offsetof(AFGThrowPathTrace, SplineComponent) == 0x000220, "Member 'AFGThrowPathTrace::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, SplineMeshTemplateComponent) == 0x000228, "Member 'AFGThrowPathTrace::SplineMeshTemplateComponent' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, bDebug) == 0x000230, "Member 'AFGThrowPathTrace::bDebug' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, PathThrowState) == 0x000231, "Member 'AFGThrowPathTrace::PathThrowState' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, Player) == 0x000238, "Member 'AFGThrowPathTrace::Player' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, TraceDistance) == 0x000240, "Member 'AFGThrowPathTrace::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, FlySpeed) == 0x000244, "Member 'AFGThrowPathTrace::FlySpeed' has a wrong offset!"); \ static_assert(offsetof(AFGThrowPathTrace, SpawnedSplineMeshes) == 0x000248, "Member 'AFGThrowPathTrace::SpawnedSplineMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainAttachComponent_Take \ static_assert(alignof(FGTrainAttachComponent_Take) == 0x000008, "Wrong alignment on FGTrainAttachComponent_Take"); \ static_assert(sizeof(FGTrainAttachComponent_Take) == 0x000008, "Wrong size on FGTrainAttachComponent_Take"); \ static_assert(offsetof(FGTrainAttachComponent_Take, Actor) == 0x000000, "Member 'FGTrainAttachComponent_Take::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainAttachComponent_CanTake \ static_assert(alignof(FGTrainAttachComponent_CanTake) == 0x000001, "Wrong alignment on FGTrainAttachComponent_CanTake"); \ static_assert(sizeof(FGTrainAttachComponent_CanTake) == 0x000001, "Wrong size on FGTrainAttachComponent_CanTake"); \ static_assert(offsetof(FGTrainAttachComponent_CanTake, ReturnValue) == 0x000000, "Member 'FGTrainAttachComponent_CanTake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainAttachComponent_GetTakerActor \ static_assert(alignof(FGTrainAttachComponent_GetTakerActor) == 0x000008, "Wrong alignment on FGTrainAttachComponent_GetTakerActor"); \ static_assert(sizeof(FGTrainAttachComponent_GetTakerActor) == 0x000008, "Wrong size on FGTrainAttachComponent_GetTakerActor"); \ static_assert(offsetof(FGTrainAttachComponent_GetTakerActor, ReturnValue) == 0x000000, "Member 'FGTrainAttachComponent_GetTakerActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainAttachComponent \ static_assert(alignof(UFGTrainAttachComponent) == 0x000010, "Wrong alignment on UFGTrainAttachComponent"); \ static_assert(sizeof(UFGTrainAttachComponent) == 0x000210, "Wrong size on UFGTrainAttachComponent"); \ static_assert(offsetof(UFGTrainAttachComponent, bEnabled) == 0x0001F8, "Member 'UFGTrainAttachComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UFGTrainAttachComponent, TakerActor) == 0x000200, "Member 'UFGTrainAttachComponent::TakerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainDieselEngineComponent \ static_assert(alignof(UFGTrainDieselEngineComponent) == 0x000008, "Wrong alignment on UFGTrainDieselEngineComponent"); \ static_assert(sizeof(UFGTrainDieselEngineComponent) == 0x000228, "Wrong size on UFGTrainDieselEngineComponent"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureDefault) == 0x0001C0, "Member 'UFGTrainDieselEngineComponent::TemperatureDefault' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureMax) == 0x0001C4, "Member 'UFGTrainDieselEngineComponent::TemperatureMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureCurrent) == 0x0001C8, "Member 'UFGTrainDieselEngineComponent::TemperatureCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureUpdateTime) == 0x0001CC, "Member 'UFGTrainDieselEngineComponent::TemperatureUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureWarmingTickTime) == 0x0001D0, "Member 'UFGTrainDieselEngineComponent::TemperatureWarmingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureWarmingTickValue) == 0x0001D4, "Member 'UFGTrainDieselEngineComponent::TemperatureWarmingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureCoolingTickTime) == 0x0001D8, "Member 'UFGTrainDieselEngineComponent::TemperatureCoolingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, TemperatureCoolingTickValue) == 0x0001DC, "Member 'UFGTrainDieselEngineComponent::TemperatureCoolingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, ConsumeWaterTickValue) == 0x0001E0, "Member 'UFGTrainDieselEngineComponent::ConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, ConsumeFlameTickValue) == 0x0001E4, "Member 'UFGTrainDieselEngineComponent::ConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, StopStateConsumeWaterTickValue) == 0x0001E8, "Member 'UFGTrainDieselEngineComponent::StopStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, StopStateConsumeFlameTickValue) == 0x0001EC, "Member 'UFGTrainDieselEngineComponent::StopStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, SlowStateConsumeWaterTickValue) == 0x0001F0, "Member 'UFGTrainDieselEngineComponent::SlowStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, SlowStateConsumeFlameTickValue) == 0x0001F4, "Member 'UFGTrainDieselEngineComponent::SlowStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, MediumStateConsumeWaterTickValue) == 0x0001F8, "Member 'UFGTrainDieselEngineComponent::MediumStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, MediumStateConsumeFlameTickValue) == 0x0001FC, "Member 'UFGTrainDieselEngineComponent::MediumStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, FastStateConsumeWaterTickValue) == 0x000200, "Member 'UFGTrainDieselEngineComponent::FastStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, FastStateConsumeFlameTickValue) == 0x000204, "Member 'UFGTrainDieselEngineComponent::FastStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, BurstStateConsumeWaterTickValue) == 0x000208, "Member 'UFGTrainDieselEngineComponent::BurstStateConsumeWaterTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, BurstStateConsumeFlameTickValue) == 0x00020C, "Member 'UFGTrainDieselEngineComponent::BurstStateConsumeFlameTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, ResourcesUpdateTime) == 0x000210, "Member 'UFGTrainDieselEngineComponent::ResourcesUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, ResourcesUpdateTickTime) == 0x000214, "Member 'UFGTrainDieselEngineComponent::ResourcesUpdateTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, PowerPlantVoidTechBonus) == 0x000218, "Member 'UFGTrainDieselEngineComponent::PowerPlantVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, InjectorsVoidTechBonus) == 0x00021C, "Member 'UFGTrainDieselEngineComponent::InjectorsVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainDieselEngineComponent, WaterConsumePerTickVoidTechModifier) == 0x000220, "Member 'UFGTrainDieselEngineComponent::WaterConsumePerTickVoidTechModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainMechanicEngineComponent_AddPowerPortion \ static_assert(alignof(FGTrainMechanicEngineComponent_AddPowerPortion) == 0x000001, "Wrong alignment on FGTrainMechanicEngineComponent_AddPowerPortion"); \ static_assert(sizeof(FGTrainMechanicEngineComponent_AddPowerPortion) == 0x000001, "Wrong size on FGTrainMechanicEngineComponent_AddPowerPortion"); \ static_assert(offsetof(FGTrainMechanicEngineComponent_AddPowerPortion, Type) == 0x000000, "Member 'FGTrainMechanicEngineComponent_AddPowerPortion::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainMechanicEngineComponent \ static_assert(alignof(UFGTrainMechanicEngineComponent) == 0x000008, "Wrong alignment on UFGTrainMechanicEngineComponent"); \ static_assert(sizeof(UFGTrainMechanicEngineComponent) == 0x0001C0, "Wrong size on UFGTrainMechanicEngineComponent"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, EnginePowerPortionsToAdd) == 0x000198, "Member 'UFGTrainMechanicEngineComponent::EnginePowerPortionsToAdd' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, PowerPortionCreationTime) == 0x0001A8, "Member 'UFGTrainMechanicEngineComponent::PowerPortionCreationTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, PowerPortionDampingTime) == 0x0001AC, "Member 'UFGTrainMechanicEngineComponent::PowerPortionDampingTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, PowerPortionDampingDuration) == 0x0001B0, "Member 'UFGTrainMechanicEngineComponent::PowerPortionDampingDuration' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, CommonEnginePowerWorkPortion) == 0x0001B4, "Member 'UFGTrainMechanicEngineComponent::CommonEnginePowerWorkPortion' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, BurstEnginePowerWorkPortion) == 0x0001B8, "Member 'UFGTrainMechanicEngineComponent::BurstEnginePowerWorkPortion' has a wrong offset!"); \ static_assert(offsetof(UFGTrainMechanicEngineComponent, SuperBurstEnginePowerWorkPortion) == 0x0001BC, "Member 'UFGTrainMechanicEngineComponent::SuperBurstEnginePowerWorkPortion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_CanStartBurst \ static_assert(alignof(FGTrainSteamEngineComponent_old_CanStartBurst) == 0x000001, "Wrong alignment on FGTrainSteamEngineComponent_old_CanStartBurst"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_CanStartBurst) == 0x000001, "Wrong size on FGTrainSteamEngineComponent_old_CanStartBurst"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_CanStartBurst, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_CanStartBurst::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_CanUpdateBurst \ static_assert(alignof(FGTrainSteamEngineComponent_old_CanUpdateBurst) == 0x000001, "Wrong alignment on FGTrainSteamEngineComponent_old_CanUpdateBurst"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_CanUpdateBurst) == 0x000001, "Wrong size on FGTrainSteamEngineComponent_old_CanUpdateBurst"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_CanUpdateBurst, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_CanUpdateBurst::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute \ static_assert(alignof(FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_GetCurrentSteamCreatePerMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute \ static_assert(alignof(FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_GetCurrentWaterConsumePerMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus \ static_assert(alignof(FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_GetSteamBurstCurrentPowerBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_GetSteamLossPerTick \ static_assert(alignof(FGTrainSteamEngineComponent_old_GetSteamLossPerTick) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_old_GetSteamLossPerTick"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_GetSteamLossPerTick) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_old_GetSteamLossPerTick"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_GetSteamLossPerTick, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_GetSteamLossPerTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_GetSteamMax \ static_assert(alignof(FGTrainSteamEngineComponent_old_GetSteamMax) == 0x000004, "Wrong alignment on FGTrainSteamEngineComponent_old_GetSteamMax"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_GetSteamMax) == 0x000004, "Wrong size on FGTrainSteamEngineComponent_old_GetSteamMax"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_GetSteamMax, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_GetSteamMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTrainSteamEngineComponent_old_StartSteamBurst \ static_assert(alignof(FGTrainSteamEngineComponent_old_StartSteamBurst) == 0x000001, "Wrong alignment on FGTrainSteamEngineComponent_old_StartSteamBurst"); \ static_assert(sizeof(FGTrainSteamEngineComponent_old_StartSteamBurst) == 0x000001, "Wrong size on FGTrainSteamEngineComponent_old_StartSteamBurst"); \ static_assert(offsetof(FGTrainSteamEngineComponent_old_StartSteamBurst, ReturnValue) == 0x000000, "Member 'FGTrainSteamEngineComponent_old_StartSteamBurst::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTrainSteamEngineComponent_old \ static_assert(alignof(UFGTrainSteamEngineComponent_old) == 0x000008, "Wrong alignment on UFGTrainSteamEngineComponent_old"); \ static_assert(sizeof(UFGTrainSteamEngineComponent_old) == 0x0002B0, "Wrong size on UFGTrainSteamEngineComponent_old"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, State) == 0x000198, "Member 'UFGTrainSteamEngineComponent_old::State' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureDefault) == 0x00019C, "Member 'UFGTrainSteamEngineComponent_old::TemperatureDefault' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureMax) == 0x0001A0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureCurrent) == 0x0001A4, "Member 'UFGTrainSteamEngineComponent_old::TemperatureCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureUpdateTime) == 0x0001A8, "Member 'UFGTrainSteamEngineComponent_old::TemperatureUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureWarmingTickTime) == 0x0001AC, "Member 'UFGTrainSteamEngineComponent_old::TemperatureWarmingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureWarmingTickValue) == 0x0001B0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureWarmingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureCoolingTickTime) == 0x0001B4, "Member 'UFGTrainSteamEngineComponent_old::TemperatureCoolingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureCoolingTickValue) == 0x0001B8, "Member 'UFGTrainSteamEngineComponent_old::TemperatureCoolingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureCoolingOverheatTickValue) == 0x0001BC, "Member 'UFGTrainSteamEngineComponent_old::TemperatureCoolingOverheatTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingTickTime) == 0x0001C0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingTickValue) == 0x0001C4, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureWaterOverheating) == 0x0001C8, "Member 'UFGTrainSteamEngineComponent_old::TemperatureWaterOverheating' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingDurabilityDamageUpdateTime) == 0x0001CC, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingDurabilityDamageUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingDurabilityDamageTickTime) == 0x0001D0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingDurabilityDamageTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingDurabilityDamage) == 0x0001D4, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingDurabilityDamage' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingDurabilityDamageType) == 0x0001D8, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingDurabilityDamageType' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureOverheatingDurability) == 0x0001E0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureOverheatingDurability' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, FuelUpdateTime) == 0x0001E4, "Member 'UFGTrainSteamEngineComponent_old::FuelUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, FuelUpdateTick) == 0x0001E8, "Member 'UFGTrainSteamEngineComponent_old::FuelUpdateTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, FuelConsumePerMinute) == 0x0001EC, "Member 'UFGTrainSteamEngineComponent_old::FuelConsumePerMinute' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, WaterUpdateTime) == 0x0001F0, "Member 'UFGTrainSteamEngineComponent_old::WaterUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, WaterUpdateTick) == 0x0001F4, "Member 'UFGTrainSteamEngineComponent_old::WaterUpdateTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, WaterConsumePerMinute) == 0x0001F8, "Member 'UFGTrainSteamEngineComponent_old::WaterConsumePerMinute' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, WaterConsumePerMinuteVoidTechModifier) == 0x0001FC, "Member 'UFGTrainSteamEngineComponent_old::WaterConsumePerMinuteVoidTechModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, WaterAdditiveConsumePerOneOverheatGradus) == 0x000200, "Member 'UFGTrainSteamEngineComponent_old::WaterAdditiveConsumePerOneOverheatGradus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamUpdateTime) == 0x000204, "Member 'UFGTrainSteamEngineComponent_old::SteamUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamUpdateTick) == 0x000208, "Member 'UFGTrainSteamEngineComponent_old::SteamUpdateTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamCreatePerMinute) == 0x00020C, "Member 'UFGTrainSteamEngineComponent_old::SteamCreatePerMinute' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamCreatePerMinuteVoidTechModifier) == 0x000210, "Member 'UFGTrainSteamEngineComponent_old::SteamCreatePerMinuteVoidTechModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamAdditiveCreatePerOneOverheatGradus) == 0x000214, "Member 'UFGTrainSteamEngineComponent_old::SteamAdditiveCreatePerOneOverheatGradus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamMax) == 0x000218, "Member 'UFGTrainSteamEngineComponent_old::SteamMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamMaxVoidTechBonus) == 0x00021C, "Member 'UFGTrainSteamEngineComponent_old::SteamMaxVoidTechBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstCurrentPowerBonus) == 0x000220, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstCurrentPowerBonus' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamLossPerTick) == 0x000224, "Member 'UFGTrainSteamEngineComponent_old::SteamLossPerTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamLossPerTickVoidTechModifier) == 0x000228, "Member 'UFGTrainSteamEngineComponent_old::SteamLossPerTickVoidTechModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamCurrent) == 0x00022C, "Member 'UFGTrainSteamEngineComponent_old::SteamCurrent' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, EnginePowerPerSteam) == 0x000230, "Member 'UFGTrainSteamEngineComponent_old::EnginePowerPerSteam' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, EnginePowerPerSteamStage) == 0x000234, "Member 'UFGTrainSteamEngineComponent_old::EnginePowerPerSteamStage' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamLossStartTimer) == 0x000238, "Member 'UFGTrainSteamEngineComponent_old::SteamLossStartTimer' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamLossTick) == 0x00023C, "Member 'UFGTrainSteamEngineComponent_old::SteamLossTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstLossTick) == 0x000240, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstLossTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstLossPerTick) == 0x000244, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstLossPerTick' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, bSteamBurstRunning) == 0x000248, "Member 'UFGTrainSteamEngineComponent_old::bSteamBurstRunning' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, OnSteamBurstUpdated) == 0x000250, "Member 'UFGTrainSteamEngineComponent_old::OnSteamBurstUpdated' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstUpdateTime) == 0x000260, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstMaxSpeedModifier) == 0x000264, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstMaxSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TH_OnStartSteamLoss) == 0x000268, "Member 'UFGTrainSteamEngineComponent_old::TH_OnStartSteamLoss' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, bShouldLossSteam) == 0x000270, "Member 'UFGTrainSteamEngineComponent_old::bShouldLossSteam' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigCoolantBurstModifier) == 0x000274, "Member 'UFGTrainSteamEngineComponent_old::ConfigCoolantBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigFlameBurstModifier) == 0x000278, "Member 'UFGTrainSteamEngineComponent_old::ConfigFlameBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigSteamBurstModifier) == 0x00027C, "Member 'UFGTrainSteamEngineComponent_old::ConfigSteamBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigDefaultCoolantBurstModifier) == 0x000280, "Member 'UFGTrainSteamEngineComponent_old::ConfigDefaultCoolantBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigDefaultFlameBurstModifier) == 0x000284, "Member 'UFGTrainSteamEngineComponent_old::ConfigDefaultFlameBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, ConfigDefaultSteamBurstModifier) == 0x000288, "Member 'UFGTrainSteamEngineComponent_old::ConfigDefaultSteamBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, CoolantBurstModifier) == 0x00028C, "Member 'UFGTrainSteamEngineComponent_old::CoolantBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, FlameBurstModifier) == 0x000290, "Member 'UFGTrainSteamEngineComponent_old::FlameBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, SteamBurstModifier) == 0x000294, "Member 'UFGTrainSteamEngineComponent_old::SteamBurstModifier' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureBurstTickTime) == 0x000298, "Member 'UFGTrainSteamEngineComponent_old::TemperatureBurstTickTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureBurstTickValue) == 0x00029C, "Member 'UFGTrainSteamEngineComponent_old::TemperatureBurstTickValue' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, TemperatureBurstUpdateTime) == 0x0002A0, "Member 'UFGTrainSteamEngineComponent_old::TemperatureBurstUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, BurstTemperatureMax) == 0x0002A4, "Member 'UFGTrainSteamEngineComponent_old::BurstTemperatureMax' has a wrong offset!"); \ static_assert(offsetof(UFGTrainSteamEngineComponent_old, OverheatingBeginTemperatureValue) == 0x0002A8, "Member 'UFGTrainSteamEngineComponent_old::OverheatingBeginTemperatureValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGTutorialTask_OnTutorialEvent \ static_assert(alignof(FGTutorialTask_OnTutorialEvent) == 0x000004, "Wrong alignment on FGTutorialTask_OnTutorialEvent"); \ static_assert(sizeof(FGTutorialTask_OnTutorialEvent) == 0x000008, "Wrong size on FGTutorialTask_OnTutorialEvent"); \ static_assert(offsetof(FGTutorialTask_OnTutorialEvent, EventName) == 0x000000, "Member 'FGTutorialTask_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGTutorialTask \ static_assert(alignof(UFGTutorialTask) == 0x000008, "Wrong alignment on UFGTutorialTask"); \ static_assert(sizeof(UFGTutorialTask) == 0x000050, "Wrong size on UFGTutorialTask"); \ static_assert(offsetof(UFGTutorialTask, Delay) == 0x000038, "Member 'UFGTutorialTask::Delay' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialTask, TutorialName) == 0x00003C, "Member 'UFGTutorialTask::TutorialName' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialTask, bIsPriorityTutorial) == 0x000044, "Member 'UFGTutorialTask::bIsPriorityTutorial' has a wrong offset!"); \ static_assert(offsetof(UFGTutorialTask, CharacterOwner) == 0x000048, "Member 'UFGTutorialTask::CharacterOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachineController_FindVendingMachineInfoByID \ static_assert(alignof(FGVendingMachineController_FindVendingMachineInfoByID) == 0x000008, "Wrong alignment on FGVendingMachineController_FindVendingMachineInfoByID"); \ static_assert(sizeof(FGVendingMachineController_FindVendingMachineInfoByID) == 0x000028, "Wrong size on FGVendingMachineController_FindVendingMachineInfoByID"); \ static_assert(offsetof(FGVendingMachineController_FindVendingMachineInfoByID, ID) == 0x000000, "Member 'FGVendingMachineController_FindVendingMachineInfoByID::ID' has a wrong offset!"); \ static_assert(offsetof(FGVendingMachineController_FindVendingMachineInfoByID, VendingMachineInfo) == 0x000008, "Member 'FGVendingMachineController_FindVendingMachineInfoByID::VendingMachineInfo' has a wrong offset!"); \ static_assert(offsetof(FGVendingMachineController_FindVendingMachineInfoByID, ReturnValue) == 0x000020, "Member 'FGVendingMachineController_FindVendingMachineInfoByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVendingMachineController_IsInitialized \ static_assert(alignof(FGVendingMachineController_IsInitialized) == 0x000001, "Wrong alignment on FGVendingMachineController_IsInitialized"); \ static_assert(sizeof(FGVendingMachineController_IsInitialized) == 0x000001, "Wrong size on FGVendingMachineController_IsInitialized"); \ static_assert(offsetof(FGVendingMachineController_IsInitialized, ReturnValue) == 0x000000, "Member 'FGVendingMachineController_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVendingMachineController \ static_assert(alignof(AFGVendingMachineController) == 0x000008, "Wrong alignment on AFGVendingMachineController"); \ static_assert(sizeof(AFGVendingMachineController) == 0x000250, "Wrong size on AFGVendingMachineController"); \ static_assert(offsetof(AFGVendingMachineController, bAutoInitialize) == 0x000228, "Member 'AFGVendingMachineController::bAutoInitialize' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineController, bIsInitialized) == 0x000229, "Member 'AFGVendingMachineController::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineController, VendingMachines) == 0x000230, "Member 'AFGVendingMachineController::VendingMachines' has a wrong offset!"); \ static_assert(offsetof(AFGVendingMachineController, VendingMachinesInfo) == 0x000240, "Member 'AFGVendingMachineController::VendingMachinesInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVoidFlow \ static_assert(alignof(AFGVoidFlow) == 0x000008, "Wrong alignment on AFGVoidFlow"); \ static_assert(sizeof(AFGVoidFlow) == 0x000230, "Wrong size on AFGVoidFlow"); \ static_assert(offsetof(AFGVoidFlow, ArrowComponent) == 0x000220, "Member 'AFGVoidFlow::ArrowComponent' has a wrong offset!"); \ static_assert(offsetof(AFGVoidFlow, FlowVelocity) == 0x000228, "Member 'AFGVoidFlow::FlowVelocity' has a wrong offset!"); \ static_assert(offsetof(AFGVoidFlow, FlowVelocityMultiplier) == 0x00022C, "Member 'AFGVoidFlow::FlowVelocityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVoidLootSpawnController \ static_assert(alignof(AFGVoidLootSpawnController) == 0x000008, "Wrong alignment on AFGVoidLootSpawnController"); \ static_assert(sizeof(AFGVoidLootSpawnController) == 0x0002A8, "Wrong size on AFGVoidLootSpawnController"); \ static_assert(offsetof(AFGVoidLootSpawnController, EasySpawnPoints) == 0x000248, "Member 'AFGVoidLootSpawnController::EasySpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGVoidLootSpawnController, EasySpawnPointsClasses) == 0x000258, "Member 'AFGVoidLootSpawnController::EasySpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGVoidLootSpawnController, EasyLootItems) == 0x000268, "Member 'AFGVoidLootSpawnController::EasyLootItems' has a wrong offset!"); \ static_assert(offsetof(AFGVoidLootSpawnController, HardSpawnPoints) == 0x000278, "Member 'AFGVoidLootSpawnController::HardSpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AFGVoidLootSpawnController, HardSpawnPointsClasses) == 0x000288, "Member 'AFGVoidLootSpawnController::HardSpawnPointsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGVoidLootSpawnController, HardLootItems) == 0x000298, "Member 'AFGVoidLootSpawnController::HardLootItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_AddResearchPointsFromItem \ static_assert(alignof(FGVoidTechManager_AddResearchPointsFromItem) == 0x000008, "Wrong alignment on FGVoidTechManager_AddResearchPointsFromItem"); \ static_assert(sizeof(FGVoidTechManager_AddResearchPointsFromItem) == 0x000018, "Wrong size on FGVoidTechManager_AddResearchPointsFromItem"); \ static_assert(offsetof(FGVoidTechManager_AddResearchPointsFromItem, PlayerCharacter) == 0x000000, "Member 'FGVoidTechManager_AddResearchPointsFromItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_AddResearchPointsFromItem, ItemClass) == 0x000008, "Member 'FGVoidTechManager_AddResearchPointsFromItem::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_AddResearchPointsFromItem, ItemAmount) == 0x000010, "Member 'FGVoidTechManager_AddResearchPointsFromItem::ItemAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_CalculateWorldRateWeightAdditive \ static_assert(alignof(FGVoidTechManager_CalculateWorldRateWeightAdditive) == 0x000004, "Wrong alignment on FGVoidTechManager_CalculateWorldRateWeightAdditive"); \ static_assert(sizeof(FGVoidTechManager_CalculateWorldRateWeightAdditive) == 0x000004, "Wrong size on FGVoidTechManager_CalculateWorldRateWeightAdditive"); \ static_assert(offsetof(FGVoidTechManager_CalculateWorldRateWeightAdditive, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_CalculateWorldRateWeightAdditive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_CanContinueLearning \ static_assert(alignof(FGVoidTechManager_CanContinueLearning) == 0x000004, "Wrong alignment on FGVoidTechManager_CanContinueLearning"); \ static_assert(sizeof(FGVoidTechManager_CanContinueLearning) == 0x00000C, "Wrong size on FGVoidTechManager_CanContinueLearning"); \ static_assert(offsetof(FGVoidTechManager_CanContinueLearning, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_CanContinueLearning::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanContinueLearning, ReturnValue) == 0x000008, "Member 'FGVoidTechManager_CanContinueLearning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_CanLearn \ static_assert(alignof(FGVoidTechManager_CanLearn) == 0x000008, "Wrong alignment on FGVoidTechManager_CanLearn"); \ static_assert(sizeof(FGVoidTechManager_CanLearn) == 0x000018, "Wrong size on FGVoidTechManager_CanLearn"); \ static_assert(offsetof(FGVoidTechManager_CanLearn, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_CanLearn::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanLearn, PlayerCharacter) == 0x000008, "Member 'FGVoidTechManager_CanLearn::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanLearn, ReturnValue) == 0x000010, "Member 'FGVoidTechManager_CanLearn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_CanLearnByType \ static_assert(alignof(FGVoidTechManager_CanLearnByType) == 0x000008, "Wrong alignment on FGVoidTechManager_CanLearnByType"); \ static_assert(sizeof(FGVoidTechManager_CanLearnByType) == 0x000018, "Wrong size on FGVoidTechManager_CanLearnByType"); \ static_assert(offsetof(FGVoidTechManager_CanLearnByType, TechType) == 0x000000, "Member 'FGVoidTechManager_CanLearnByType::TechType' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanLearnByType, PlayerCharacter) == 0x000008, "Member 'FGVoidTechManager_CanLearnByType::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanLearnByType, TechID) == 0x000010, "Member 'FGVoidTechManager_CanLearnByType::TechID' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_CanLearnByType, ReturnValue) == 0x000014, "Member 'FGVoidTechManager_CanLearnByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_ContinueLearning \ static_assert(alignof(FGVoidTechManager_ContinueLearning) == 0x000004, "Wrong alignment on FGVoidTechManager_ContinueLearning"); \ static_assert(sizeof(FGVoidTechManager_ContinueLearning) == 0x000008, "Wrong size on FGVoidTechManager_ContinueLearning"); \ static_assert(offsetof(FGVoidTechManager_ContinueLearning, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_ContinueLearning::TypeInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_FindRandomDecoreRecipesData \ static_assert(alignof(FGVoidTechManager_FindRandomDecoreRecipesData) == 0x000008, "Wrong alignment on FGVoidTechManager_FindRandomDecoreRecipesData"); \ static_assert(sizeof(FGVoidTechManager_FindRandomDecoreRecipesData) == 0x000030, "Wrong size on FGVoidTechManager_FindRandomDecoreRecipesData"); \ static_assert(offsetof(FGVoidTechManager_FindRandomDecoreRecipesData, GroupID) == 0x000000, "Member 'FGVoidTechManager_FindRandomDecoreRecipesData::GroupID' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindRandomDecoreRecipesData, Data) == 0x000008, "Member 'FGVoidTechManager_FindRandomDecoreRecipesData::Data' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindRandomDecoreRecipesData, ReturnValue) == 0x000028, "Member 'FGVoidTechManager_FindRandomDecoreRecipesData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_FindVoidTechData \ static_assert(alignof(FGVoidTechManager_FindVoidTechData) == 0x000008, "Wrong alignment on FGVoidTechManager_FindVoidTechData"); \ static_assert(sizeof(FGVoidTechManager_FindVoidTechData) == 0x000120, "Wrong size on FGVoidTechManager_FindVoidTechData"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechData, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_FindVoidTechData::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechData, Data) == 0x000008, "Member 'FGVoidTechManager_FindVoidTechData::Data' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechData, ReturnValue) == 0x000118, "Member 'FGVoidTechManager_FindVoidTechData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_FindVoidTechDataByType \ static_assert(alignof(FGVoidTechManager_FindVoidTechDataByType) == 0x000008, "Wrong alignment on FGVoidTechManager_FindVoidTechDataByType"); \ static_assert(sizeof(FGVoidTechManager_FindVoidTechDataByType) == 0x000120, "Wrong size on FGVoidTechManager_FindVoidTechDataByType"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechDataByType, TechType) == 0x000000, "Member 'FGVoidTechManager_FindVoidTechDataByType::TechType' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechDataByType, Data) == 0x000008, "Member 'FGVoidTechManager_FindVoidTechDataByType::Data' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechDataByType, TechID) == 0x000118, "Member 'FGVoidTechManager_FindVoidTechDataByType::TechID' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_FindVoidTechDataByType, ReturnValue) == 0x00011C, "Member 'FGVoidTechManager_FindVoidTechDataByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetCurrentDisabledResearchTableDebuff \ static_assert(alignof(FGVoidTechManager_GetCurrentDisabledResearchTableDebuff) == 0x000004, "Wrong alignment on FGVoidTechManager_GetCurrentDisabledResearchTableDebuff"); \ static_assert(sizeof(FGVoidTechManager_GetCurrentDisabledResearchTableDebuff) == 0x000004, "Wrong size on FGVoidTechManager_GetCurrentDisabledResearchTableDebuff"); \ static_assert(offsetof(FGVoidTechManager_GetCurrentDisabledResearchTableDebuff, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetCurrentDisabledResearchTableDebuff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetCurrentPhaseID \ static_assert(alignof(FGVoidTechManager_GetCurrentPhaseID) == 0x000004, "Wrong alignment on FGVoidTechManager_GetCurrentPhaseID"); \ static_assert(sizeof(FGVoidTechManager_GetCurrentPhaseID) == 0x000004, "Wrong size on FGVoidTechManager_GetCurrentPhaseID"); \ static_assert(offsetof(FGVoidTechManager_GetCurrentPhaseID, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetCurrentPhaseID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetCurrentServerTime \ static_assert(alignof(FGVoidTechManager_GetCurrentServerTime) == 0x000004, "Wrong alignment on FGVoidTechManager_GetCurrentServerTime"); \ static_assert(sizeof(FGVoidTechManager_GetCurrentServerTime) == 0x000004, "Wrong size on FGVoidTechManager_GetCurrentServerTime"); \ static_assert(offsetof(FGVoidTechManager_GetCurrentServerTime, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetCurrentServerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetModifiedResearchCost \ static_assert(alignof(FGVoidTechManager_GetModifiedResearchCost) == 0x000008, "Wrong alignment on FGVoidTechManager_GetModifiedResearchCost"); \ static_assert(sizeof(FGVoidTechManager_GetModifiedResearchCost) == 0x000010, "Wrong size on FGVoidTechManager_GetModifiedResearchCost"); \ static_assert(offsetof(FGVoidTechManager_GetModifiedResearchCost, ResearchTable) == 0x000000, "Member 'FGVoidTechManager_GetModifiedResearchCost::ResearchTable' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_GetModifiedResearchCost, PointsCost) == 0x000008, "Member 'FGVoidTechManager_GetModifiedResearchCost::PointsCost' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_GetModifiedResearchCost, ReturnValue) == 0x00000C, "Member 'FGVoidTechManager_GetModifiedResearchCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetPausedVoidTechRemainingTime \ static_assert(alignof(FGVoidTechManager_GetPausedVoidTechRemainingTime) == 0x000004, "Wrong alignment on FGVoidTechManager_GetPausedVoidTechRemainingTime"); \ static_assert(sizeof(FGVoidTechManager_GetPausedVoidTechRemainingTime) == 0x00000C, "Wrong size on FGVoidTechManager_GetPausedVoidTechRemainingTime"); \ static_assert(offsetof(FGVoidTechManager_GetPausedVoidTechRemainingTime, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_GetPausedVoidTechRemainingTime::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_GetPausedVoidTechRemainingTime, ReturnValue) == 0x000008, "Member 'FGVoidTechManager_GetPausedVoidTechRemainingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetResearchPoints \ static_assert(alignof(FGVoidTechManager_GetResearchPoints) == 0x000004, "Wrong alignment on FGVoidTechManager_GetResearchPoints"); \ static_assert(sizeof(FGVoidTechManager_GetResearchPoints) == 0x000004, "Wrong size on FGVoidTechManager_GetResearchPoints"); \ static_assert(offsetof(FGVoidTechManager_GetResearchPoints, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetResearchPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetResearchPointsItemsClasses \ static_assert(alignof(FGVoidTechManager_GetResearchPointsItemsClasses) == 0x000008, "Wrong alignment on FGVoidTechManager_GetResearchPointsItemsClasses"); \ static_assert(sizeof(FGVoidTechManager_GetResearchPointsItemsClasses) == 0x000010, "Wrong size on FGVoidTechManager_GetResearchPointsItemsClasses"); \ static_assert(offsetof(FGVoidTechManager_GetResearchPointsItemsClasses, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetResearchPointsItemsClasses::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_IsInitialized \ static_assert(alignof(FGVoidTechManager_IsInitialized) == 0x000001, "Wrong alignment on FGVoidTechManager_IsInitialized"); \ static_assert(sizeof(FGVoidTechManager_IsInitialized) == 0x000001, "Wrong size on FGVoidTechManager_IsInitialized"); \ static_assert(offsetof(FGVoidTechManager_IsInitialized, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_IsVoidTechLearned \ static_assert(alignof(FGVoidTechManager_IsVoidTechLearned) == 0x000004, "Wrong alignment on FGVoidTechManager_IsVoidTechLearned"); \ static_assert(sizeof(FGVoidTechManager_IsVoidTechLearned) == 0x00000C, "Wrong size on FGVoidTechManager_IsVoidTechLearned"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechLearned, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_IsVoidTechLearned::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechLearned, ReturnValue) == 0x000008, "Member 'FGVoidTechManager_IsVoidTechLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_IsVoidTechLearnedByType \ static_assert(alignof(FGVoidTechManager_IsVoidTechLearnedByType) == 0x000004, "Wrong alignment on FGVoidTechManager_IsVoidTechLearnedByType"); \ static_assert(sizeof(FGVoidTechManager_IsVoidTechLearnedByType) == 0x00000C, "Wrong size on FGVoidTechManager_IsVoidTechLearnedByType"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechLearnedByType, TechType) == 0x000000, "Member 'FGVoidTechManager_IsVoidTechLearnedByType::TechType' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechLearnedByType, TechID) == 0x000004, "Member 'FGVoidTechManager_IsVoidTechLearnedByType::TechID' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechLearnedByType, ReturnValue) == 0x000008, "Member 'FGVoidTechManager_IsVoidTechLearnedByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_IsVoidTechPaused \ static_assert(alignof(FGVoidTechManager_IsVoidTechPaused) == 0x000004, "Wrong alignment on FGVoidTechManager_IsVoidTechPaused"); \ static_assert(sizeof(FGVoidTechManager_IsVoidTechPaused) == 0x00000C, "Wrong size on FGVoidTechManager_IsVoidTechPaused"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechPaused, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_IsVoidTechPaused::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_IsVoidTechPaused, ReturnValue) == 0x000008, "Member 'FGVoidTechManager_IsVoidTechPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_Learn \ static_assert(alignof(FGVoidTechManager_Learn) == 0x000008, "Wrong alignment on FGVoidTechManager_Learn"); \ static_assert(sizeof(FGVoidTechManager_Learn) == 0x000010, "Wrong size on FGVoidTechManager_Learn"); \ static_assert(offsetof(FGVoidTechManager_Learn, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_Learn::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_Learn, PlayerCharacter) == 0x000008, "Member 'FGVoidTechManager_Learn::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_OnLearnComplete \ static_assert(alignof(FGVoidTechManager_OnLearnComplete) == 0x000004, "Wrong alignment on FGVoidTechManager_OnLearnComplete"); \ static_assert(sizeof(FGVoidTechManager_OnLearnComplete) == 0x00000C, "Wrong size on FGVoidTechManager_OnLearnComplete"); \ static_assert(offsetof(FGVoidTechManager_OnLearnComplete, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_OnLearnComplete::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_OnLearnComplete, bFromSave) == 0x000008, "Member 'FGVoidTechManager_OnLearnComplete::bFromSave' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_OnLearnComplete, bFromQuest) == 0x000009, "Member 'FGVoidTechManager_OnLearnComplete::bFromQuest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_OnWorldProgressionUnlocked \ static_assert(alignof(FGVoidTechManager_OnWorldProgressionUnlocked) == 0x000001, "Wrong alignment on FGVoidTechManager_OnWorldProgressionUnlocked"); \ static_assert(sizeof(FGVoidTechManager_OnWorldProgressionUnlocked) == 0x000001, "Wrong size on FGVoidTechManager_OnWorldProgressionUnlocked"); \ static_assert(offsetof(FGVoidTechManager_OnWorldProgressionUnlocked, WorldProgression) == 0x000000, "Member 'FGVoidTechManager_OnWorldProgressionUnlocked::WorldProgression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_QuestLearn \ static_assert(alignof(FGVoidTechManager_QuestLearn) == 0x000001, "Wrong alignment on FGVoidTechManager_QuestLearn"); \ static_assert(sizeof(FGVoidTechManager_QuestLearn) == 0x000001, "Wrong size on FGVoidTechManager_QuestLearn"); \ static_assert(offsetof(FGVoidTechManager_QuestLearn, VoidTech) == 0x000000, "Member 'FGVoidTechManager_QuestLearn::VoidTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_ServerAddResearchPointsFromItem \ static_assert(alignof(FGVoidTechManager_ServerAddResearchPointsFromItem) == 0x000008, "Wrong alignment on FGVoidTechManager_ServerAddResearchPointsFromItem"); \ static_assert(sizeof(FGVoidTechManager_ServerAddResearchPointsFromItem) == 0x000018, "Wrong size on FGVoidTechManager_ServerAddResearchPointsFromItem"); \ static_assert(offsetof(FGVoidTechManager_ServerAddResearchPointsFromItem, PlayerCharacter) == 0x000000, "Member 'FGVoidTechManager_ServerAddResearchPointsFromItem::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_ServerAddResearchPointsFromItem, ItemClass) == 0x000008, "Member 'FGVoidTechManager_ServerAddResearchPointsFromItem::ItemClass' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_ServerAddResearchPointsFromItem, ItemAmount) == 0x000010, "Member 'FGVoidTechManager_ServerAddResearchPointsFromItem::ItemAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_ServerContinueLearning \ static_assert(alignof(FGVoidTechManager_ServerContinueLearning) == 0x000004, "Wrong alignment on FGVoidTechManager_ServerContinueLearning"); \ static_assert(sizeof(FGVoidTechManager_ServerContinueLearning) == 0x000008, "Wrong size on FGVoidTechManager_ServerContinueLearning"); \ static_assert(offsetof(FGVoidTechManager_ServerContinueLearning, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_ServerContinueLearning::TypeInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_ServerLearn \ static_assert(alignof(FGVoidTechManager_ServerLearn) == 0x000008, "Wrong alignment on FGVoidTechManager_ServerLearn"); \ static_assert(sizeof(FGVoidTechManager_ServerLearn) == 0x000010, "Wrong size on FGVoidTechManager_ServerLearn"); \ static_assert(offsetof(FGVoidTechManager_ServerLearn, TypeInfo) == 0x000000, "Member 'FGVoidTechManager_ServerLearn::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGVoidTechManager_ServerLearn, PlayerCharacter) == 0x000008, "Member 'FGVoidTechManager_ServerLearn::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_ServerQuestLearn \ static_assert(alignof(FGVoidTechManager_ServerQuestLearn) == 0x000001, "Wrong alignment on FGVoidTechManager_ServerQuestLearn"); \ static_assert(sizeof(FGVoidTechManager_ServerQuestLearn) == 0x000001, "Wrong size on FGVoidTechManager_ServerQuestLearn"); \ static_assert(offsetof(FGVoidTechManager_ServerQuestLearn, VoidTech) == 0x000000, "Member 'FGVoidTechManager_ServerQuestLearn::VoidTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_SetResearchTable \ static_assert(alignof(FGVoidTechManager_SetResearchTable) == 0x000008, "Wrong alignment on FGVoidTechManager_SetResearchTable"); \ static_assert(sizeof(FGVoidTechManager_SetResearchTable) == 0x000008, "Wrong size on FGVoidTechManager_SetResearchTable"); \ static_assert(offsetof(FGVoidTechManager_SetResearchTable, newResearchTable) == 0x000000, "Member 'FGVoidTechManager_SetResearchTable::newResearchTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetLootcatchersTechBonus \ static_assert(alignof(FGVoidTechManager_GetLootcatchersTechBonus) == 0x000004, "Wrong alignment on FGVoidTechManager_GetLootcatchersTechBonus"); \ static_assert(sizeof(FGVoidTechManager_GetLootcatchersTechBonus) == 0x000004, "Wrong size on FGVoidTechManager_GetLootcatchersTechBonus"); \ static_assert(offsetof(FGVoidTechManager_GetLootcatchersTechBonus, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetLootcatchersTechBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGVoidTechManager_GetRofleemoBedsTechBonus \ static_assert(alignof(FGVoidTechManager_GetRofleemoBedsTechBonus) == 0x000004, "Wrong alignment on FGVoidTechManager_GetRofleemoBedsTechBonus"); \ static_assert(sizeof(FGVoidTechManager_GetRofleemoBedsTechBonus) == 0x000004, "Wrong size on FGVoidTechManager_GetRofleemoBedsTechBonus"); \ static_assert(offsetof(FGVoidTechManager_GetRofleemoBedsTechBonus, ReturnValue) == 0x000000, "Member 'FGVoidTechManager_GetRofleemoBedsTechBonus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGVoidTechManager \ static_assert(alignof(AFGVoidTechManager) == 0x000008, "Wrong alignment on AFGVoidTechManager"); \ static_assert(sizeof(AFGVoidTechManager) == 0x000428, "Wrong size on AFGVoidTechManager"); \ static_assert(offsetof(AFGVoidTechManager, CachedResearchTable) == 0x000220, "Member 'AFGVoidTechManager::CachedResearchTable' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, ResearchTableModuleClass) == 0x000228, "Member 'AFGVoidTechManager::ResearchTableModuleClass' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, CachedHiddenVoidTechData) == 0x000230, "Member 'AFGVoidTechManager::CachedHiddenVoidTechData' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, OnVoidHiddenTechUnlocked) == 0x000240, "Member 'AFGVoidTechManager::OnVoidHiddenTechUnlocked' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, OnVoidTechUpdated) == 0x000250, "Member 'AFGVoidTechManager::OnVoidTechUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, LearnedTech) == 0x000260, "Member 'AFGVoidTechManager::LearnedTech' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, CachedLocalLearnedTech) == 0x000270, "Member 'AFGVoidTechManager::CachedLocalLearnedTech' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, PreLearnedTech) == 0x000280, "Member 'AFGVoidTechManager::PreLearnedTech' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, VoidTechData) == 0x000290, "Member 'AFGVoidTechManager::VoidTechData' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, VoidTechDataTable) == 0x0002A0, "Member 'AFGVoidTechManager::VoidTechDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, RandomDecoreRecipesData) == 0x0002C8, "Member 'AFGVoidTechManager::RandomDecoreRecipesData' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, RandomDecoreRecipesDataTable) == 0x0002D8, "Member 'AFGVoidTechManager::RandomDecoreRecipesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, VoidTechWorldProgressionUnlock) == 0x000300, "Member 'AFGVoidTechManager::VoidTechWorldProgressionUnlock' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, AllStartedVoidTechResearches) == 0x000350, "Member 'AFGVoidTechManager::AllStartedVoidTechResearches' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, CurrentVoidTechResearch) == 0x000360, "Member 'AFGVoidTechManager::CurrentVoidTechResearch' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, CurrentPhaseID) == 0x000378, "Member 'AFGVoidTechManager::CurrentPhaseID' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, MaxPhaseID) == 0x00037C, "Member 'AFGVoidTechManager::MaxPhaseID' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, OnCurrentPhaseIDUpdated) == 0x000380, "Member 'AFGVoidTechManager::OnCurrentPhaseIDUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, DisabledResearchTableDebuff) == 0x000390, "Member 'AFGVoidTechManager::DisabledResearchTableDebuff' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, bLearningTableDisabled) == 0x000394, "Member 'AFGVoidTechManager::bLearningTableDisabled' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, VoidTechListener) == 0x000398, "Member 'AFGVoidTechManager::VoidTechListener' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, bInitialized) == 0x0003E8, "Member 'AFGVoidTechManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, LastVersion) == 0x0003EC, "Member 'AFGVoidTechManager::LastVersion' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, OnResearchPointsUpdated) == 0x0003F0, "Member 'AFGVoidTechManager::OnResearchPointsUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, ResearchPoints) == 0x000400, "Member 'AFGVoidTechManager::ResearchPoints' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, ResearchPointsItemsClasses) == 0x000408, "Member 'AFGVoidTechManager::ResearchPointsItemsClasses' has a wrong offset!"); \ static_assert(offsetof(AFGVoidTechManager, ResearchPointsItemsClassesCache) == 0x000418, "Member 'AFGVoidTechManager::ResearchPointsItemsClassesCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGVTExtenstionInventoryComponent \ static_assert(alignof(UFGVTExtenstionInventoryComponent) == 0x000008, "Wrong alignment on UFGVTExtenstionInventoryComponent"); \ static_assert(sizeof(UFGVTExtenstionInventoryComponent) == 0x000290, "Wrong size on UFGVTExtenstionInventoryComponent"); \ static_assert(offsetof(UFGVTExtenstionInventoryComponent, VoidTechSizeConfig) == 0x000280, "Member 'UFGVTExtenstionInventoryComponent::VoidTechSizeConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_BoardGameTable_GetTabletopGame \ static_assert(alignof(FGWagonModule_BoardGameTable_GetTabletopGame) == 0x000008, "Wrong alignment on FGWagonModule_BoardGameTable_GetTabletopGame"); \ static_assert(sizeof(FGWagonModule_BoardGameTable_GetTabletopGame) == 0x000008, "Wrong size on FGWagonModule_BoardGameTable_GetTabletopGame"); \ static_assert(offsetof(FGWagonModule_BoardGameTable_GetTabletopGame, ReturnValue) == 0x000000, "Member 'FGWagonModule_BoardGameTable_GetTabletopGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_BoardGameTable \ static_assert(alignof(AFGWagonModule_BoardGameTable) == 0x000008, "Wrong alignment on AFGWagonModule_BoardGameTable"); \ static_assert(sizeof(AFGWagonModule_BoardGameTable) == 0x0005B8, "Wrong size on AFGWagonModule_BoardGameTable"); \ static_assert(offsetof(AFGWagonModule_BoardGameTable, TabletopGameClass) == 0x0005A8, "Member 'AFGWagonModule_BoardGameTable::TabletopGameClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_BoardGameTable, TabletopGame) == 0x0005B0, "Member 'AFGWagonModule_BoardGameTable::TabletopGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_ElectricGenerator \ static_assert(alignof(AFGWagonModule_ElectricGenerator) == 0x000008, "Wrong alignment on AFGWagonModule_ElectricGenerator"); \ static_assert(sizeof(AFGWagonModule_ElectricGenerator) == 0x0005B0, "Wrong size on AFGWagonModule_ElectricGenerator"); \ static_assert(offsetof(AFGWagonModule_ElectricGenerator, DropPowerItemClass) == 0x0005A8, "Member 'AFGWagonModule_ElectricGenerator::DropPowerItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Garden_ChangeSeedClass \ static_assert(alignof(FGWagonModule_Garden_ChangeSeedClass) == 0x000008, "Wrong alignment on FGWagonModule_Garden_ChangeSeedClass"); \ static_assert(sizeof(FGWagonModule_Garden_ChangeSeedClass) == 0x000008, "Wrong size on FGWagonModule_Garden_ChangeSeedClass"); \ static_assert(offsetof(FGWagonModule_Garden_ChangeSeedClass, NewSeedClass) == 0x000000, "Member 'FGWagonModule_Garden_ChangeSeedClass::NewSeedClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Garden_GetGardenState \ static_assert(alignof(FGWagonModule_Garden_GetGardenState) == 0x000001, "Wrong alignment on FGWagonModule_Garden_GetGardenState"); \ static_assert(sizeof(FGWagonModule_Garden_GetGardenState) == 0x000001, "Wrong size on FGWagonModule_Garden_GetGardenState"); \ static_assert(offsetof(FGWagonModule_Garden_GetGardenState, ReturnValue) == 0x000000, "Member 'FGWagonModule_Garden_GetGardenState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Garden_StartPlanting \ static_assert(alignof(FGWagonModule_Garden_StartPlanting) == 0x000008, "Wrong alignment on FGWagonModule_Garden_StartPlanting"); \ static_assert(sizeof(FGWagonModule_Garden_StartPlanting) == 0x000018, "Wrong size on FGWagonModule_Garden_StartPlanting"); \ static_assert(offsetof(FGWagonModule_Garden_StartPlanting, PlayerCharacter) == 0x000000, "Member 'FGWagonModule_Garden_StartPlanting::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Garden_StartPlanting, NewSeedClass) == 0x000008, "Member 'FGWagonModule_Garden_StartPlanting::NewSeedClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Garden_StartPlanting, ReturnValue) == 0x000010, "Member 'FGWagonModule_Garden_StartPlanting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Garden \ static_assert(alignof(AFGWagonModule_Garden) == 0x000008, "Wrong alignment on AFGWagonModule_Garden"); \ static_assert(sizeof(AFGWagonModule_Garden) == 0x0006B8, "Wrong size on AFGWagonModule_Garden"); \ static_assert(offsetof(AFGWagonModule_Garden, FertilizerReduceTime) == 0x000660, "Member 'AFGWagonModule_Garden::FertilizerReduceTime' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, GardenState) == 0x000664, "Member 'AFGWagonModule_Garden::GardenState' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, OnGardenProgressUpdated) == 0x000668, "Member 'AFGWagonModule_Garden::OnGardenProgressUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, bIsFertilizerAdded) == 0x000678, "Member 'AFGWagonModule_Garden::bIsFertilizerAdded' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, OnGardenFertilizerUpdated) == 0x000680, "Member 'AFGWagonModule_Garden::OnGardenFertilizerUpdated' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, SeedClass) == 0x000690, "Member 'AFGWagonModule_Garden::SeedClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, bUsedByNPC) == 0x000698, "Member 'AFGWagonModule_Garden::bUsedByNPC' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, NPCState) == 0x000699, "Member 'AFGWagonModule_Garden::NPCState' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, OnSpeedUpNPC) == 0x0006A0, "Member 'AFGWagonModule_Garden::OnSpeedUpNPC' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Garden, ActionProgress) == 0x0006B0, "Member 'AFGWagonModule_Garden::ActionProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_HeavyItem_SetWasStolen \ static_assert(alignof(FGWagonModule_HeavyItem_SetWasStolen) == 0x000001, "Wrong alignment on FGWagonModule_HeavyItem_SetWasStolen"); \ static_assert(sizeof(FGWagonModule_HeavyItem_SetWasStolen) == 0x000001, "Wrong size on FGWagonModule_HeavyItem_SetWasStolen"); \ static_assert(offsetof(FGWagonModule_HeavyItem_SetWasStolen, bStolen) == 0x000000, "Member 'FGWagonModule_HeavyItem_SetWasStolen::bStolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_HeavyItem_GetWasStolen \ static_assert(alignof(FGWagonModule_HeavyItem_GetWasStolen) == 0x000001, "Wrong alignment on FGWagonModule_HeavyItem_GetWasStolen"); \ static_assert(sizeof(FGWagonModule_HeavyItem_GetWasStolen) == 0x000001, "Wrong size on FGWagonModule_HeavyItem_GetWasStolen"); \ static_assert(offsetof(FGWagonModule_HeavyItem_GetWasStolen, ReturnValue) == 0x000000, "Member 'FGWagonModule_HeavyItem_GetWasStolen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_HeavyItem \ static_assert(alignof(AFGWagonModule_HeavyItem) == 0x000008, "Wrong alignment on AFGWagonModule_HeavyItem"); \ static_assert(sizeof(AFGWagonModule_HeavyItem) == 0x0005B8, "Wrong size on AFGWagonModule_HeavyItem"); \ static_assert(offsetof(AFGWagonModule_HeavyItem, LinkedHeavyItem) == 0x0005A8, "Member 'AFGWagonModule_HeavyItem::LinkedHeavyItem' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_HeavyItem, bWasStolen) == 0x0005B0, "Member 'AFGWagonModule_HeavyItem::bWasStolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Rack_FindClosestFreeSocket \ static_assert(alignof(FGWagonModule_Rack_FindClosestFreeSocket) == 0x000010, "Wrong alignment on FGWagonModule_Rack_FindClosestFreeSocket"); \ static_assert(sizeof(FGWagonModule_Rack_FindClosestFreeSocket) == 0x000050, "Wrong size on FGWagonModule_Rack_FindClosestFreeSocket"); \ static_assert(offsetof(FGWagonModule_Rack_FindClosestFreeSocket, Location) == 0x000000, "Member 'FGWagonModule_Rack_FindClosestFreeSocket::Location' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Rack_FindClosestFreeSocket, SocketTransform) == 0x000010, "Member 'FGWagonModule_Rack_FindClosestFreeSocket::SocketTransform' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Rack_FindClosestFreeSocket, ReturnValue) == 0x000040, "Member 'FGWagonModule_Rack_FindClosestFreeSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Rack_GetItems \ static_assert(alignof(FGWagonModule_Rack_GetItems) == 0x000008, "Wrong alignment on FGWagonModule_Rack_GetItems"); \ static_assert(sizeof(FGWagonModule_Rack_GetItems) == 0x000010, "Wrong size on FGWagonModule_Rack_GetItems"); \ static_assert(offsetof(FGWagonModule_Rack_GetItems, Items) == 0x000000, "Member 'FGWagonModule_Rack_GetItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Rack_GetSockets \ static_assert(alignof(FGWagonModule_Rack_GetSockets) == 0x000008, "Wrong alignment on FGWagonModule_Rack_GetSockets"); \ static_assert(sizeof(FGWagonModule_Rack_GetSockets) == 0x000010, "Wrong size on FGWagonModule_Rack_GetSockets"); \ static_assert(offsetof(FGWagonModule_Rack_GetSockets, ReturnValue) == 0x000000, "Member 'FGWagonModule_Rack_GetSockets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Rack_GetSocketsTransforms \ static_assert(alignof(FGWagonModule_Rack_GetSocketsTransforms) == 0x000008, "Wrong alignment on FGWagonModule_Rack_GetSocketsTransforms"); \ static_assert(sizeof(FGWagonModule_Rack_GetSocketsTransforms) == 0x000010, "Wrong size on FGWagonModule_Rack_GetSocketsTransforms"); \ static_assert(offsetof(FGWagonModule_Rack_GetSocketsTransforms, ReturnValue) == 0x000000, "Member 'FGWagonModule_Rack_GetSocketsTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_Rack_IsSocketLocation \ static_assert(alignof(FGWagonModule_Rack_IsSocketLocation) == 0x000004, "Wrong alignment on FGWagonModule_Rack_IsSocketLocation"); \ static_assert(sizeof(FGWagonModule_Rack_IsSocketLocation) == 0x000010, "Wrong size on FGWagonModule_Rack_IsSocketLocation"); \ static_assert(offsetof(FGWagonModule_Rack_IsSocketLocation, Location) == 0x000000, "Member 'FGWagonModule_Rack_IsSocketLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_Rack_IsSocketLocation, ReturnValue) == 0x00000C, "Member 'FGWagonModule_Rack_IsSocketLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Rack \ static_assert(alignof(AFGWagonModule_Rack) == 0x000008, "Wrong alignment on AFGWagonModule_Rack"); \ static_assert(sizeof(AFGWagonModule_Rack) == 0x000608, "Wrong size on AFGWagonModule_Rack"); \ static_assert(offsetof(AFGWagonModule_Rack, SocketsCache) == 0x0005A8, "Member 'AFGWagonModule_Rack::SocketsCache' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_Rack, StoredModulesOffsets) == 0x0005B8, "Member 'AFGWagonModule_Rack::StoredModulesOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoCanteen_AddFood \ static_assert(alignof(FGWagonModule_RofleemoCanteen_AddFood) == 0x000004, "Wrong alignment on FGWagonModule_RofleemoCanteen_AddFood"); \ static_assert(sizeof(FGWagonModule_RofleemoCanteen_AddFood) == 0x000004, "Wrong size on FGWagonModule_RofleemoCanteen_AddFood"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_AddFood, Value) == 0x000000, "Member 'FGWagonModule_RofleemoCanteen_AddFood::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoCanteen_GetCurrentFoodValue \ static_assert(alignof(FGWagonModule_RofleemoCanteen_GetCurrentFoodValue) == 0x000004, "Wrong alignment on FGWagonModule_RofleemoCanteen_GetCurrentFoodValue"); \ static_assert(sizeof(FGWagonModule_RofleemoCanteen_GetCurrentFoodValue) == 0x000004, "Wrong size on FGWagonModule_RofleemoCanteen_GetCurrentFoodValue"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetCurrentFoodValue, ReturnValue) == 0x000000, "Member 'FGWagonModule_RofleemoCanteen_GetCurrentFoodValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoCanteen_GetFeedersNum \ static_assert(alignof(FGWagonModule_RofleemoCanteen_GetFeedersNum) == 0x000004, "Wrong alignment on FGWagonModule_RofleemoCanteen_GetFeedersNum"); \ static_assert(sizeof(FGWagonModule_RofleemoCanteen_GetFeedersNum) == 0x000014, "Wrong size on FGWagonModule_RofleemoCanteen_GetFeedersNum"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetFeedersNum, bFeedDietolog) == 0x000000, "Member 'FGWagonModule_RofleemoCanteen_GetFeedersNum::bFeedDietolog' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetFeedersNum, FoodConsumed) == 0x000004, "Member 'FGWagonModule_RofleemoCanteen_GetFeedersNum::FoodConsumed' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetFeedersNum, OverallHunger) == 0x000008, "Member 'FGWagonModule_RofleemoCanteen_GetFeedersNum::OverallHunger' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetFeedersNum, bConsumeFood) == 0x00000C, "Member 'FGWagonModule_RofleemoCanteen_GetFeedersNum::bConsumeFood' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_GetFeedersNum, ReturnValue) == 0x000010, "Member 'FGWagonModule_RofleemoCanteen_GetFeedersNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_RofleemoCanteen_ServerAddFood \ static_assert(alignof(FGWagonModule_RofleemoCanteen_ServerAddFood) == 0x000004, "Wrong alignment on FGWagonModule_RofleemoCanteen_ServerAddFood"); \ static_assert(sizeof(FGWagonModule_RofleemoCanteen_ServerAddFood) == 0x000004, "Wrong size on FGWagonModule_RofleemoCanteen_ServerAddFood"); \ static_assert(offsetof(FGWagonModule_RofleemoCanteen_ServerAddFood, Value) == 0x000000, "Member 'FGWagonModule_RofleemoCanteen_ServerAddFood::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_RofleemoCanteen \ static_assert(alignof(AFGWagonModule_RofleemoCanteen) == 0x000008, "Wrong alignment on AFGWagonModule_RofleemoCanteen"); \ static_assert(sizeof(AFGWagonModule_RofleemoCanteen) == 0x000678, "Wrong size on AFGWagonModule_RofleemoCanteen"); \ static_assert(offsetof(AFGWagonModule_RofleemoCanteen, OnFoodAdded) == 0x000660, "Member 'AFGWagonModule_RofleemoCanteen::OnFoodAdded' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoCanteen, BuffValue) == 0x000670, "Member 'AFGWagonModule_RofleemoCanteen::BuffValue' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_RofleemoCanteen, FoodValue) == 0x000674, "Member 'AFGWagonModule_RofleemoCanteen::FoodValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_Transformer \ static_assert(alignof(AFGWagonModule_Transformer) == 0x000008, "Wrong alignment on AFGWagonModule_Transformer"); \ static_assert(sizeof(AFGWagonModule_Transformer) == 0x0005A8, "Wrong size on AFGWagonModule_Transformer"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetBarrelDescription \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetBarrelDescription) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetBarrelDescription"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetBarrelDescription) == 0x0000A8, "Wrong size on FGWagonModule_WeaponCraftTable_GetBarrelDescription"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetBarrelDescription, ModulePlaceholder) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetBarrelDescription::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetBarrelDescription, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetBarrelDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetFrameDescription \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetFrameDescription) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetFrameDescription"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetFrameDescription) == 0x000120, "Wrong size on FGWagonModule_WeaponCraftTable_GetFrameDescription"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetFrameDescription, ModulePlaceholder) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetFrameDescription::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetFrameDescription, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetFrameDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetGripDescription \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetGripDescription) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetGripDescription"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetGripDescription) == 0x000090, "Wrong size on FGWagonModule_WeaponCraftTable_GetGripDescription"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetGripDescription, ModulePlaceholder) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetGripDescription::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetGripDescription, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetGripDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetInteractionForZone \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetInteractionForZone) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetInteractionForZone"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetInteractionForZone) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_GetInteractionForZone"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetInteractionForZone, WorkZone) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetInteractionForZone::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetInteractionForZone, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetInteractionForZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetMagazineDescription \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetMagazineDescription) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetMagazineDescription"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetMagazineDescription) == 0x000088, "Wrong size on FGWagonModule_WeaponCraftTable_GetMagazineDescription"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetMagazineDescription, ModulePlaceholder) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetMagazineDescription::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetMagazineDescription, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetMagazineDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms, ReturnValue) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetWorkzonesTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_IsWeaponFinished \ static_assert(alignof(FGWagonModule_WeaponCraftTable_IsWeaponFinished) == 0x000004, "Wrong alignment on FGWagonModule_WeaponCraftTable_IsWeaponFinished"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_IsWeaponFinished) == 0x000008, "Wrong size on FGWagonModule_WeaponCraftTable_IsWeaponFinished"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_IsWeaponFinished, WorkZone) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_IsWeaponFinished::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_IsWeaponFinished, ReturnValue) == 0x000004, "Member 'FGWagonModule_WeaponCraftTable_IsWeaponFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon \ static_assert(alignof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon) == 0x000020, "Wrong size on FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon, Weapon) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon::Weapon' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon, ModuleType) == 0x000010, "Member 'FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon::ModuleType' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon, ReturnValue) == 0x000018, "Member 'FGWagonModule_WeaponCraftTable_MakeModuleFromWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_OnAbortInteraction \ static_assert(alignof(FGWagonModule_WeaponCraftTable_OnAbortInteraction) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_OnAbortInteraction"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_OnAbortInteraction) == 0x000008, "Wrong size on FGWagonModule_WeaponCraftTable_OnAbortInteraction"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_OnAbortInteraction, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_OnAbortInteraction::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_ServerTakeWeapon \ static_assert(alignof(FGWagonModule_WeaponCraftTable_ServerTakeWeapon) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_ServerTakeWeapon"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_ServerTakeWeapon) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_ServerTakeWeapon"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_ServerTakeWeapon, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_ServerTakeWeapon::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_ServerTakeWeapon, WorkZone) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_ServerTakeWeapon::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone \ static_assert(alignof(FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone, Weapon) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone::Weapon' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone, WorkZone) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_SetWorkingWeaponInZone::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_TakeWeapon \ static_assert(alignof(FGWagonModule_WeaponCraftTable_TakeWeapon) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_TakeWeapon"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_TakeWeapon) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_TakeWeapon"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_TakeWeapon, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_TakeWeapon::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_TakeWeapon, WorkZone) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_TakeWeapon::WorkZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem \ static_assert(alignof(FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem) == 0x000004, "Wrong alignment on FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem) == 0x000008, "Wrong size on FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem, WorkZone) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem, ReturnValue) == 0x000004, "Member 'FGWagonModule_WeaponCraftTable_DoesWorkzoneHaveItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetWorkingWeapon \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetWorkingWeapon) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetWorkingWeapon"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetWorkingWeapon) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_GetWorkingWeapon"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkingWeapon, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetWorkingWeapon::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkingWeapon, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetWorkingWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone, WorkZone) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone::WorkZone' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetWorkingWeaponInZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer \ static_assert(alignof(FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer) == 0x000008, "Wrong alignment on FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer"); \ static_assert(sizeof(FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer) == 0x000010, "Wrong size on FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer, ContextPlayer) == 0x000000, "Member 'FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer, ReturnValue) == 0x000008, "Member 'FGWagonModule_WeaponCraftTable_GetWorkzoneByPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWagonModule_WeaponCraftTable \ static_assert(alignof(AFGWagonModule_WeaponCraftTable) == 0x000008, "Wrong alignment on AFGWagonModule_WeaponCraftTable"); \ static_assert(sizeof(AFGWagonModule_WeaponCraftTable) == 0x0005F0, "Wrong size on AFGWagonModule_WeaponCraftTable"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, OutputZones) == 0x0005A8, "Member 'AFGWagonModule_WeaponCraftTable::OutputZones' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, RangedWeaponClass) == 0x0005B0, "Member 'AFGWagonModule_WeaponCraftTable::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, OnUpdate) == 0x0005B8, "Member 'AFGWagonModule_WeaponCraftTable::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, CraftZone) == 0x0005C8, "Member 'AFGWagonModule_WeaponCraftTable::CraftZone' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, InteractionComponents) == 0x0005D0, "Member 'AFGWagonModule_WeaponCraftTable::InteractionComponents' has a wrong offset!"); \ static_assert(offsetof(AFGWagonModule_WeaponCraftTable, WorkingWeapons) == 0x0005E0, "Member 'AFGWagonModule_WeaponCraftTable::WorkingWeapons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWagonModuleStateComponent \ static_assert(alignof(UFGWagonModuleStateComponent) == 0x000010, "Wrong alignment on UFGWagonModuleStateComponent"); \ static_assert(sizeof(UFGWagonModuleStateComponent) == 0x0005A0, "Wrong size on UFGWagonModuleStateComponent"); \ #define DUMPER7_ASSERTS_AFGWeapon_Fist \ static_assert(alignof(AFGWeapon_Fist) == 0x000010, "Wrong alignment on AFGWeapon_Fist"); \ static_assert(sizeof(AFGWeapon_Fist) == 0x000660, "Wrong size on AFGWeapon_Fist"); \ static_assert(offsetof(AFGWeapon_Fist, Grip) == 0x000648, "Member 'AFGWeapon_Fist::Grip' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Fist, ImpactTemplate) == 0x000650, "Member 'AFGWeapon_Fist::ImpactTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_OnVoidTechUpdated \ static_assert(alignof(FGWeapon_GHook_OnVoidTechUpdated) == 0x000004, "Wrong alignment on FGWeapon_GHook_OnVoidTechUpdated"); \ static_assert(sizeof(FGWeapon_GHook_OnVoidTechUpdated) == 0x00000C, "Wrong size on FGWeapon_GHook_OnVoidTechUpdated"); \ static_assert(offsetof(FGWeapon_GHook_OnVoidTechUpdated, TypeInfo) == 0x000000, "Member 'FGWeapon_GHook_OnVoidTechUpdated::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_GHook_OnVoidTechUpdated, UpdateType) == 0x000008, "Member 'FGWeapon_GHook_OnVoidTechUpdated::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_ServerOnGrappleActor \ static_assert(alignof(FGWeapon_GHook_ServerOnGrappleActor) == 0x000008, "Wrong alignment on FGWeapon_GHook_ServerOnGrappleActor"); \ static_assert(sizeof(FGWeapon_GHook_ServerOnGrappleActor) == 0x000010, "Wrong size on FGWeapon_GHook_ServerOnGrappleActor"); \ static_assert(offsetof(FGWeapon_GHook_ServerOnGrappleActor, Actor) == 0x000000, "Member 'FGWeapon_GHook_ServerOnGrappleActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_GHook_ServerOnGrappleActor, Component) == 0x000008, "Member 'FGWeapon_GHook_ServerOnGrappleActor::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_ServerSetCurrentChargeProgress \ static_assert(alignof(FGWeapon_GHook_ServerSetCurrentChargeProgress) == 0x000004, "Wrong alignment on FGWeapon_GHook_ServerSetCurrentChargeProgress"); \ static_assert(sizeof(FGWeapon_GHook_ServerSetCurrentChargeProgress) == 0x000004, "Wrong size on FGWeapon_GHook_ServerSetCurrentChargeProgress"); \ static_assert(offsetof(FGWeapon_GHook_ServerSetCurrentChargeProgress, Progress) == 0x000000, "Member 'FGWeapon_GHook_ServerSetCurrentChargeProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_ServerSetHookBounced \ static_assert(alignof(FGWeapon_GHook_ServerSetHookBounced) == 0x000001, "Wrong alignment on FGWeapon_GHook_ServerSetHookBounced"); \ static_assert(sizeof(FGWeapon_GHook_ServerSetHookBounced) == 0x000002, "Wrong size on FGWeapon_GHook_ServerSetHookBounced"); \ static_assert(offsetof(FGWeapon_GHook_ServerSetHookBounced, bBounced) == 0x000000, "Member 'FGWeapon_GHook_ServerSetHookBounced::bBounced' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_GHook_ServerSetHookBounced, bBounceCanceled) == 0x000001, "Member 'FGWeapon_GHook_ServerSetHookBounced::bBounceCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_ServerSetTurnedMagnetism \ static_assert(alignof(FGWeapon_GHook_ServerSetTurnedMagnetism) == 0x000001, "Wrong alignment on FGWeapon_GHook_ServerSetTurnedMagnetism"); \ static_assert(sizeof(FGWeapon_GHook_ServerSetTurnedMagnetism) == 0x000001, "Wrong size on FGWeapon_GHook_ServerSetTurnedMagnetism"); \ static_assert(offsetof(FGWeapon_GHook_ServerSetTurnedMagnetism, bTurned) == 0x000000, "Member 'FGWeapon_GHook_ServerSetTurnedMagnetism::bTurned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_SetTurnedMagnetism \ static_assert(alignof(FGWeapon_GHook_SetTurnedMagnetism) == 0x000001, "Wrong alignment on FGWeapon_GHook_SetTurnedMagnetism"); \ static_assert(sizeof(FGWeapon_GHook_SetTurnedMagnetism) == 0x000001, "Wrong size on FGWeapon_GHook_SetTurnedMagnetism"); \ static_assert(offsetof(FGWeapon_GHook_SetTurnedMagnetism, bTurned) == 0x000000, "Member 'FGWeapon_GHook_SetTurnedMagnetism::bTurned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_GetChargeProgress \ static_assert(alignof(FGWeapon_GHook_GetChargeProgress) == 0x000004, "Wrong alignment on FGWeapon_GHook_GetChargeProgress"); \ static_assert(sizeof(FGWeapon_GHook_GetChargeProgress) == 0x000004, "Wrong size on FGWeapon_GHook_GetChargeProgress"); \ static_assert(offsetof(FGWeapon_GHook_GetChargeProgress, ReturnValue) == 0x000000, "Member 'FGWeapon_GHook_GetChargeProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_IsMagnetismEnabled \ static_assert(alignof(FGWeapon_GHook_IsMagnetismEnabled) == 0x000001, "Wrong alignment on FGWeapon_GHook_IsMagnetismEnabled"); \ static_assert(sizeof(FGWeapon_GHook_IsMagnetismEnabled) == 0x000001, "Wrong size on FGWeapon_GHook_IsMagnetismEnabled"); \ static_assert(offsetof(FGWeapon_GHook_IsMagnetismEnabled, ReturnValue) == 0x000000, "Member 'FGWeapon_GHook_IsMagnetismEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_GHook_IsMagnetismTurnedOn \ static_assert(alignof(FGWeapon_GHook_IsMagnetismTurnedOn) == 0x000001, "Wrong alignment on FGWeapon_GHook_IsMagnetismTurnedOn"); \ static_assert(sizeof(FGWeapon_GHook_IsMagnetismTurnedOn) == 0x000001, "Wrong size on FGWeapon_GHook_IsMagnetismTurnedOn"); \ static_assert(offsetof(FGWeapon_GHook_IsMagnetismTurnedOn, ReturnValue) == 0x000000, "Member 'FGWeapon_GHook_IsMagnetismTurnedOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_GHook \ static_assert(alignof(AFGWeapon_GHook) == 0x000010, "Wrong alignment on AFGWeapon_GHook"); \ static_assert(sizeof(AFGWeapon_GHook) == 0x001370, "Wrong size on AFGWeapon_GHook"); \ static_assert(offsetof(AFGWeapon_GHook, RopeLengthMin) == 0x0011E0, "Member 'AFGWeapon_GHook::RopeLengthMin' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, RopeLengthMax) == 0x0011E4, "Member 'AFGWeapon_GHook::RopeLengthMax' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, FlySpeedMax) == 0x0011E8, "Member 'AFGWeapon_GHook::FlySpeedMax' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, ChargeTime) == 0x0011EC, "Member 'AFGWeapon_GHook::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BounceReturnDelay) == 0x0011F0, "Member 'AFGWeapon_GHook::BounceReturnDelay' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, ReturnBouncedSpeed) == 0x0011F4, "Member 'AFGWeapon_GHook::ReturnBouncedSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BounceDamage) == 0x0011F8, "Member 'AFGWeapon_GHook::BounceDamage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, ReturnMagnetismSpeed) == 0x0011FC, "Member 'AFGWeapon_GHook::ReturnMagnetismSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, MagnetismFieldRadius) == 0x001200, "Member 'AFGWeapon_GHook::MagnetismFieldRadius' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BonusMagnetismFieldRadius) == 0x001204, "Member 'AFGWeapon_GHook::BonusMagnetismFieldRadius' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, MagnetismItemSpeed) == 0x001208, "Member 'AFGWeapon_GHook::MagnetismItemSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BonusMagnetismItemSpeed) == 0x00120C, "Member 'AFGWeapon_GHook::BonusMagnetismItemSpeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BounceCancelChance) == 0x001210, "Member 'AFGWeapon_GHook::BounceCancelChance' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, CanCrushFrozenOrbClass) == 0x001218, "Member 'AFGWeapon_GHook::CanCrushFrozenOrbClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, BounceIgnoreModuleClasses) == 0x001220, "Member 'AFGWeapon_GHook::BounceIgnoreModuleClasses' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bDebugMagnetismEnabled) == 0x001230, "Member 'AFGWeapon_GHook::bDebugMagnetismEnabled' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, PlanktonClass) == 0x001238, "Member 'AFGWeapon_GHook::PlanktonClass' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, Pump) == 0x001240, "Member 'AFGWeapon_GHook::Pump' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, HookBase) == 0x001248, "Member 'AFGWeapon_GHook::HookBase' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, Hook) == 0x001250, "Member 'AFGWeapon_GHook::Hook' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, TriceMontageBig) == 0x001258, "Member 'AFGWeapon_GHook::TriceMontageBig' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, TriceMontageMiddle) == 0x001270, "Member 'AFGWeapon_GHook::TriceMontageMiddle' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, TriceMontageLow) == 0x001288, "Member 'AFGWeapon_GHook::TriceMontageLow' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, LootMontage) == 0x0012A0, "Member 'AFGWeapon_GHook::LootMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, MissMontage) == 0x0012B8, "Member 'AFGWeapon_GHook::MissMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, OnChargeTick) == 0x0012D0, "Member 'AFGWeapon_GHook::OnChargeTick' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bMagnetismTurnedOnDuringFlight) == 0x0012E0, "Member 'AFGWeapon_GHook::bMagnetismTurnedOnDuringFlight' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bHookBounced) == 0x0012E3, "Member 'AFGWeapon_GHook::bHookBounced' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bHookBounceCanceled) == 0x0012E4, "Member 'AFGWeapon_GHook::bHookBounceCanceled' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, ReplicatedChargeProgress) == 0x0012F0, "Member 'AFGWeapon_GHook::ReplicatedChargeProgress' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bTurnedMagnetism) == 0x0012F4, "Member 'AFGWeapon_GHook::bTurnedMagnetism' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, GrappledActors) == 0x0012F8, "Member 'AFGWeapon_GHook::GrappledActors' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, GrappledActorComponents) == 0x001308, "Member 'AFGWeapon_GHook::GrappledActorComponents' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, GrappledActorsLocal) == 0x001318, "Member 'AFGWeapon_GHook::GrappledActorsLocal' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, GrappledActorComponentsLocal) == 0x001328, "Member 'AFGWeapon_GHook::GrappledActorComponentsLocal' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bShowGrappingHookOnDespawn) == 0x001350, "Member 'AFGWeapon_GHook::bShowGrappingHookOnDespawn' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bShowGrappingHookOnAttach) == 0x001351, "Member 'AFGWeapon_GHook::bShowGrappingHookOnAttach' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bHookVoidItemsStrongComplete) == 0x001352, "Member 'AFGWeapon_GHook::bHookVoidItemsStrongComplete' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, bUpdateHookVoidItemsStrong) == 0x001353, "Member 'AFGWeapon_GHook::bUpdateHookVoidItemsStrong' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, HookVoidItemsStrongTimer) == 0x001354, "Member 'AFGWeapon_GHook::HookVoidItemsStrongTimer' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, CurrentHookVoidItemsStrongIndex) == 0x001358, "Member 'AFGWeapon_GHook::CurrentHookVoidItemsStrongIndex' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_GHook, HookVoidItemsStrongItemsClasses) == 0x001360, "Member 'AFGWeapon_GHook::HookVoidItemsStrongItemsClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Ranged_GetBarrelGripType \ static_assert(alignof(FGWeapon_Ranged_GetBarrelGripType) == 0x000001, "Wrong alignment on FGWeapon_Ranged_GetBarrelGripType"); \ static_assert(sizeof(FGWeapon_Ranged_GetBarrelGripType) == 0x000001, "Wrong size on FGWeapon_Ranged_GetBarrelGripType"); \ static_assert(offsetof(FGWeapon_Ranged_GetBarrelGripType, ReturnValue) == 0x000000, "Member 'FGWeapon_Ranged_GetBarrelGripType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Ranged_GetRecoilToCamera \ static_assert(alignof(FGWeapon_Ranged_GetRecoilToCamera) == 0x000004, "Wrong alignment on FGWeapon_Ranged_GetRecoilToCamera"); \ static_assert(sizeof(FGWeapon_Ranged_GetRecoilToCamera) == 0x000004, "Wrong size on FGWeapon_Ranged_GetRecoilToCamera"); \ static_assert(offsetof(FGWeapon_Ranged_GetRecoilToCamera, ReturnValue) == 0x000000, "Member 'FGWeapon_Ranged_GetRecoilToCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Ranged_GetRecoilToCameraInterpSpeed \ static_assert(alignof(FGWeapon_Ranged_GetRecoilToCameraInterpSpeed) == 0x000004, "Wrong alignment on FGWeapon_Ranged_GetRecoilToCameraInterpSpeed"); \ static_assert(sizeof(FGWeapon_Ranged_GetRecoilToCameraInterpSpeed) == 0x000004, "Wrong size on FGWeapon_Ranged_GetRecoilToCameraInterpSpeed"); \ static_assert(offsetof(FGWeapon_Ranged_GetRecoilToCameraInterpSpeed, ReturnValue) == 0x000000, "Member 'FGWeapon_Ranged_GetRecoilToCameraInterpSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_Ranged \ static_assert(alignof(AFGWeapon_Ranged) == 0x000010, "Wrong alignment on AFGWeapon_Ranged"); \ static_assert(sizeof(AFGWeapon_Ranged) == 0x001710, "Wrong size on AFGWeapon_Ranged"); \ static_assert(offsetof(AFGWeapon_Ranged, Frame) == 0x001130, "Member 'AFGWeapon_Ranged::Frame' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, Barrel) == 0x001138, "Member 'AFGWeapon_Ranged::Barrel' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, MagFrame) == 0x001140, "Member 'AFGWeapon_Ranged::MagFrame' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, Gate) == 0x001148, "Member 'AFGWeapon_Ranged::Gate' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, Scope) == 0x001150, "Member 'AFGWeapon_Ranged::Scope' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, Stock) == 0x001158, "Member 'AFGWeapon_Ranged::Stock' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, WeaponHighlight) == 0x001160, "Member 'AFGWeapon_Ranged::WeaponHighlight' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, FrameAttachBoneName) == 0x001168, "Member 'AFGWeapon_Ranged::FrameAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, BarrelAttachBoneName) == 0x001170, "Member 'AFGWeapon_Ranged::BarrelAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GateAttachBoneName) == 0x001178, "Member 'AFGWeapon_Ranged::GateAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, MagFrameAttachBoneName) == 0x001180, "Member 'AFGWeapon_Ranged::MagFrameAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, StockAttachBoneName) == 0x001188, "Member 'AFGWeapon_Ranged::StockAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, ScopeAttachBoneName) == 0x001190, "Member 'AFGWeapon_Ranged::ScopeAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, MuzzleBoneTranslates) == 0x001198, "Member 'AFGWeapon_Ranged::MuzzleBoneTranslates' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, BarrelGripMeshTypesDataTable) == 0x0011E8, "Member 'AFGWeapon_Ranged::BarrelGripMeshTypesDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, BarrelGripMeshTypes) == 0x0011F0, "Member 'AFGWeapon_Ranged::BarrelGripMeshTypes' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, BarrelGripMeshTypesMap) == 0x001200, "Member 'AFGWeapon_Ranged::BarrelGripMeshTypesMap' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideShotMontage) == 0x001250, "Member 'AFGWeapon_Ranged::GunOverrideShotMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideEquipMontage) == 0x0012A0, "Member 'AFGWeapon_Ranged::GunOverrideEquipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSprintEquipMontage) == 0x0012F0, "Member 'AFGWeapon_Ranged::GunOverrideSprintEquipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideUnequipMontage) == 0x001340, "Member 'AFGWeapon_Ranged::GunOverrideUnequipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSprintUnequipMontage) == 0x001390, "Member 'AFGWeapon_Ranged::GunOverrideSprintUnequipMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideNormalMontage) == 0x0013E0, "Member 'AFGWeapon_Ranged::GunOverrideNormalMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSprintMontage) == 0x001430, "Member 'AFGWeapon_Ranged::GunOverrideSprintMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSlowMontage) == 0x001480, "Member 'AFGWeapon_Ranged::GunOverrideSlowMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSprintSlowMontage) == 0x0014D0, "Member 'AFGWeapon_Ranged::GunOverrideSprintSlowMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideFastMontage) == 0x001520, "Member 'AFGWeapon_Ranged::GunOverrideFastMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideSprintFastMontage) == 0x001570, "Member 'AFGWeapon_Ranged::GunOverrideSprintFastMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideJammingMontage) == 0x0015C0, "Member 'AFGWeapon_Ranged::GunOverrideJammingMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideUniqueHorizontalMontages) == 0x001610, "Member 'AFGWeapon_Ranged::GunOverrideUniqueHorizontalMontages' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, GunOverrideUniqueVerticalMontages) == 0x001620, "Member 'AFGWeapon_Ranged::GunOverrideUniqueVerticalMontages' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, HighlightWeaponColorMap) == 0x0016A8, "Member 'AFGWeapon_Ranged::HighlightWeaponColorMap' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, NiagaraColorHighlightParam) == 0x0016F8, "Member 'AFGWeapon_Ranged::NiagaraColorHighlightParam' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Ranged, bIsInInventory) == 0x001700, "Member 'AFGWeapon_Ranged::bIsInInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_CanPaint \ static_assert(alignof(FGWeapon_Sprayer_CanPaint) == 0x000008, "Wrong alignment on FGWeapon_Sprayer_CanPaint"); \ static_assert(sizeof(FGWeapon_Sprayer_CanPaint) == 0x0000A8, "Wrong size on FGWeapon_Sprayer_CanPaint"); \ static_assert(offsetof(FGWeapon_Sprayer_CanPaint, ModuleSettingsHit) == 0x000000, "Member 'FGWeapon_Sprayer_CanPaint::ModuleSettingsHit' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_CanPaint, RecipeID) == 0x000088, "Member 'FGWeapon_Sprayer_CanPaint::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_CanPaint, NotEnoughReagents) == 0x000090, "Member 'FGWeapon_Sprayer_CanPaint::NotEnoughReagents' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_CanPaint, ReturnValue) == 0x0000A0, "Member 'FGWeapon_Sprayer_CanPaint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_ClearPaint \ static_assert(alignof(FGWeapon_Sprayer_ClearPaint) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_ClearPaint"); \ static_assert(sizeof(FGWeapon_Sprayer_ClearPaint) == 0x00008C, "Wrong size on FGWeapon_Sprayer_ClearPaint"); \ static_assert(offsetof(FGWeapon_Sprayer_ClearPaint, ModuleSettingsHit) == 0x000000, "Member 'FGWeapon_Sprayer_ClearPaint::ModuleSettingsHit' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_ClearPaint, PaintCategory) == 0x000088, "Member 'FGWeapon_Sprayer_ClearPaint::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_GetMuzzleLocation \ static_assert(alignof(FGWeapon_Sprayer_GetMuzzleLocation) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_GetMuzzleLocation"); \ static_assert(sizeof(FGWeapon_Sprayer_GetMuzzleLocation) == 0x00001C, "Wrong size on FGWeapon_Sprayer_GetMuzzleLocation"); \ static_assert(offsetof(FGWeapon_Sprayer_GetMuzzleLocation, Location) == 0x000000, "Member 'FGWeapon_Sprayer_GetMuzzleLocation::Location' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_GetMuzzleLocation, Rotation) == 0x00000C, "Member 'FGWeapon_Sprayer_GetMuzzleLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_GetMuzzleLocation, ReturnValue) == 0x000018, "Member 'FGWeapon_Sprayer_GetMuzzleLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_Paint \ static_assert(alignof(FGWeapon_Sprayer_Paint) == 0x000001, "Wrong alignment on FGWeapon_Sprayer_Paint"); \ static_assert(sizeof(FGWeapon_Sprayer_Paint) == 0x000001, "Wrong size on FGWeapon_Sprayer_Paint"); \ static_assert(offsetof(FGWeapon_Sprayer_Paint, PaintCategory) == 0x000000, "Member 'FGWeapon_Sprayer_Paint::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_Paint_Implementation \ static_assert(alignof(FGWeapon_Sprayer_Paint_Implementation) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_Paint_Implementation"); \ static_assert(sizeof(FGWeapon_Sprayer_Paint_Implementation) == 0x000090, "Wrong size on FGWeapon_Sprayer_Paint_Implementation"); \ static_assert(offsetof(FGWeapon_Sprayer_Paint_Implementation, ModuleSettingsHit) == 0x000000, "Member 'FGWeapon_Sprayer_Paint_Implementation::ModuleSettingsHit' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_Paint_Implementation, RecipeID) == 0x000088, "Member 'FGWeapon_Sprayer_Paint_Implementation::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_Paint_Implementation, PaintCategory) == 0x00008C, "Member 'FGWeapon_Sprayer_Paint_Implementation::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_SelectCategory \ static_assert(alignof(FGWeapon_Sprayer_SelectCategory) == 0x000001, "Wrong alignment on FGWeapon_Sprayer_SelectCategory"); \ static_assert(sizeof(FGWeapon_Sprayer_SelectCategory) == 0x000001, "Wrong size on FGWeapon_Sprayer_SelectCategory"); \ static_assert(offsetof(FGWeapon_Sprayer_SelectCategory, PaintCategory) == 0x000000, "Member 'FGWeapon_Sprayer_SelectCategory::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_SelectRecipe \ static_assert(alignof(FGWeapon_Sprayer_SelectRecipe) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_SelectRecipe"); \ static_assert(sizeof(FGWeapon_Sprayer_SelectRecipe) == 0x000008, "Wrong size on FGWeapon_Sprayer_SelectRecipe"); \ static_assert(offsetof(FGWeapon_Sprayer_SelectRecipe, RecipeID) == 0x000000, "Member 'FGWeapon_Sprayer_SelectRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_SelectRecipe, PaintCategory) == 0x000004, "Member 'FGWeapon_Sprayer_SelectRecipe::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_ServerClearPaint \ static_assert(alignof(FGWeapon_Sprayer_ServerClearPaint) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_ServerClearPaint"); \ static_assert(sizeof(FGWeapon_Sprayer_ServerClearPaint) == 0x00008C, "Wrong size on FGWeapon_Sprayer_ServerClearPaint"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerClearPaint, ModuleSettingsHit) == 0x000000, "Member 'FGWeapon_Sprayer_ServerClearPaint::ModuleSettingsHit' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerClearPaint, PaintCategory) == 0x000088, "Member 'FGWeapon_Sprayer_ServerClearPaint::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_ServerPaint \ static_assert(alignof(FGWeapon_Sprayer_ServerPaint) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_ServerPaint"); \ static_assert(sizeof(FGWeapon_Sprayer_ServerPaint) == 0x000090, "Wrong size on FGWeapon_Sprayer_ServerPaint"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerPaint, ModuleSettingsHit) == 0x000000, "Member 'FGWeapon_Sprayer_ServerPaint::ModuleSettingsHit' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerPaint, RecipeID) == 0x000088, "Member 'FGWeapon_Sprayer_ServerPaint::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerPaint, PaintCategory) == 0x00008C, "Member 'FGWeapon_Sprayer_ServerPaint::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_ServerSelectCategory \ static_assert(alignof(FGWeapon_Sprayer_ServerSelectCategory) == 0x000001, "Wrong alignment on FGWeapon_Sprayer_ServerSelectCategory"); \ static_assert(sizeof(FGWeapon_Sprayer_ServerSelectCategory) == 0x000001, "Wrong size on FGWeapon_Sprayer_ServerSelectCategory"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerSelectCategory, PaintCategory) == 0x000000, "Member 'FGWeapon_Sprayer_ServerSelectCategory::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_ServerSelectRecipe \ static_assert(alignof(FGWeapon_Sprayer_ServerSelectRecipe) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_ServerSelectRecipe"); \ static_assert(sizeof(FGWeapon_Sprayer_ServerSelectRecipe) == 0x000008, "Wrong size on FGWeapon_Sprayer_ServerSelectRecipe"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerSelectRecipe, RecipeID) == 0x000000, "Member 'FGWeapon_Sprayer_ServerSelectRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_ServerSelectRecipe, PaintCategory) == 0x000004, "Member 'FGWeapon_Sprayer_ServerSelectRecipe::PaintCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_GetPaintRecipes \ static_assert(alignof(FGWeapon_Sprayer_GetPaintRecipes) == 0x000008, "Wrong alignment on FGWeapon_Sprayer_GetPaintRecipes"); \ static_assert(sizeof(FGWeapon_Sprayer_GetPaintRecipes) == 0x000010, "Wrong size on FGWeapon_Sprayer_GetPaintRecipes"); \ static_assert(offsetof(FGWeapon_Sprayer_GetPaintRecipes, ReturnValue) == 0x000000, "Member 'FGWeapon_Sprayer_GetPaintRecipes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_GetRecipe \ static_assert(alignof(FGWeapon_Sprayer_GetRecipe) == 0x000008, "Wrong alignment on FGWeapon_Sprayer_GetRecipe"); \ static_assert(sizeof(FGWeapon_Sprayer_GetRecipe) == 0x000038, "Wrong size on FGWeapon_Sprayer_GetRecipe"); \ static_assert(offsetof(FGWeapon_Sprayer_GetRecipe, RecipeID) == 0x000000, "Member 'FGWeapon_Sprayer_GetRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_GetRecipe, outRecipe) == 0x000008, "Member 'FGWeapon_Sprayer_GetRecipe::outRecipe' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_GetRecipe, ReturnValue) == 0x000030, "Member 'FGWeapon_Sprayer_GetRecipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_GetSelectedCategory \ static_assert(alignof(FGWeapon_Sprayer_GetSelectedCategory) == 0x000001, "Wrong alignment on FGWeapon_Sprayer_GetSelectedCategory"); \ static_assert(sizeof(FGWeapon_Sprayer_GetSelectedCategory) == 0x000001, "Wrong size on FGWeapon_Sprayer_GetSelectedCategory"); \ static_assert(offsetof(FGWeapon_Sprayer_GetSelectedCategory, ReturnValue) == 0x000000, "Member 'FGWeapon_Sprayer_GetSelectedCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeapon_Sprayer_GetSelectedRecipeID \ static_assert(alignof(FGWeapon_Sprayer_GetSelectedRecipeID) == 0x000004, "Wrong alignment on FGWeapon_Sprayer_GetSelectedRecipeID"); \ static_assert(sizeof(FGWeapon_Sprayer_GetSelectedRecipeID) == 0x000008, "Wrong size on FGWeapon_Sprayer_GetSelectedRecipeID"); \ static_assert(offsetof(FGWeapon_Sprayer_GetSelectedRecipeID, PaintCategory) == 0x000000, "Member 'FGWeapon_Sprayer_GetSelectedRecipeID::PaintCategory' has a wrong offset!"); \ static_assert(offsetof(FGWeapon_Sprayer_GetSelectedRecipeID, ReturnValue) == 0x000004, "Member 'FGWeapon_Sprayer_GetSelectedRecipeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeapon_Sprayer \ static_assert(alignof(AFGWeapon_Sprayer) == 0x000010, "Wrong alignment on AFGWeapon_Sprayer"); \ static_assert(sizeof(AFGWeapon_Sprayer) == 0x0007B0, "Wrong size on AFGWeapon_Sprayer"); \ static_assert(offsetof(AFGWeapon_Sprayer, Mesh) == 0x000648, "Member 'AFGWeapon_Sprayer::Mesh' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, RecipeTable) == 0x000650, "Member 'AFGWeapon_Sprayer::RecipeTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, MuzzleBoneName) == 0x000678, "Member 'AFGWeapon_Sprayer::MuzzleBoneName' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, MuzzleFXNiagara) == 0x000680, "Member 'AFGWeapon_Sprayer::MuzzleFXNiagara' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, PaintMontage) == 0x000688, "Member 'AFGWeapon_Sprayer::PaintMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SwitchColorMontage) == 0x0006A0, "Member 'AFGWeapon_Sprayer::SwitchColorMontage' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, PaintRecipes) == 0x0006B8, "Member 'AFGWeapon_Sprayer::PaintRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, bIgnoreReagents) == 0x0006C8, "Member 'AFGWeapon_Sprayer::bIgnoreReagents' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, DebugWidget) == 0x0006D0, "Member 'AFGWeapon_Sprayer::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, TracedModuleHitInfo) == 0x0006E8, "Member 'AFGWeapon_Sprayer::TracedModuleHitInfo' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SelectedRecipeID_Primary) == 0x000770, "Member 'AFGWeapon_Sprayer::SelectedRecipeID_Primary' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SelectedRecipeID_Accent) == 0x000774, "Member 'AFGWeapon_Sprayer::SelectedRecipeID_Accent' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SelectedRecipeID_Detail) == 0x000778, "Member 'AFGWeapon_Sprayer::SelectedRecipeID_Detail' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SelectedCategory) == 0x00077C, "Member 'AFGWeapon_Sprayer::SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, DynamicMaterial) == 0x000780, "Member 'AFGWeapon_Sprayer::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, DynamicMaterial_FP) == 0x000788, "Member 'AFGWeapon_Sprayer::DynamicMaterial_FP' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SpawnedMuzzleFX) == 0x000798, "Member 'AFGWeapon_Sprayer::SpawnedMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(AFGWeapon_Sprayer, SelectedColor) == 0x0007A0, "Member 'AFGWeapon_Sprayer::SelectedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCore \ static_assert(alignof(UFGWeaponCore) == 0x000008, "Wrong alignment on UFGWeaponCore"); \ static_assert(sizeof(UFGWeaponCore) == 0x0000A0, "Wrong size on UFGWeaponCore"); \ static_assert(offsetof(UFGWeaponCore, CoreID) == 0x000028, "Member 'UFGWeaponCore::CoreID' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore, OwningWeapon) == 0x000030, "Member 'UFGWeaponCore::OwningWeapon' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore, RecoilSettings_NULL) == 0x000048, "Member 'UFGWeaponCore::RecoilSettings_NULL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponAltCore_SpendAmmo \ static_assert(alignof(FGWeaponAltCore_SpendAmmo) == 0x000004, "Wrong alignment on FGWeaponAltCore_SpendAmmo"); \ static_assert(sizeof(FGWeaponAltCore_SpendAmmo) == 0x000004, "Wrong size on FGWeaponAltCore_SpendAmmo"); \ static_assert(offsetof(FGWeaponAltCore_SpendAmmo, Count) == 0x000000, "Member 'FGWeaponAltCore_SpendAmmo::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponAltCore \ static_assert(alignof(UFGWeaponAltCore) == 0x000008, "Wrong alignment on UFGWeaponAltCore"); \ static_assert(sizeof(UFGWeaponAltCore) == 0x000110, "Wrong size on UFGWeaponAltCore"); \ static_assert(offsetof(UFGWeaponAltCore, SpecialAmmoClass) == 0x0000A0, "Member 'UFGWeaponAltCore::SpecialAmmoClass' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponAltCore, SpendAmmoSpeed) == 0x0000A8, "Member 'UFGWeaponAltCore::SpendAmmoSpeed' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponAltCore, ProjectileMazineElement) == 0x0000AC, "Member 'UFGWeaponAltCore::ProjectileMazineElement' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponAltCore, OverrideRecoilSettings) == 0x0000B0, "Member 'UFGWeaponAltCore::OverrideRecoilSettings' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponAltCore, bAchievementUnlocked) == 0x000109, "Member 'UFGWeaponAltCore::bAchievementUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile \ static_assert(alignof(FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile) == 0x000008, "Wrong alignment on FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile"); \ static_assert(sizeof(FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile) == 0x000020, "Wrong size on FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile"); \ static_assert(offsetof(FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile, BaseAimLocation) == 0x000000, "Member 'FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile::BaseAimLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile, BaseAimRotations) == 0x000010, "Member 'FGWeaponAltCore_SimpleFire_MulticastSpawnNonlocalProjectile::BaseAimRotations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile \ static_assert(alignof(FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile) == 0x000008, "Wrong alignment on FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile"); \ static_assert(sizeof(FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile) == 0x000020, "Wrong size on FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile"); \ static_assert(offsetof(FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile, BaseAimLocation) == 0x000000, "Member 'FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile::BaseAimLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile, BaseAimRotations) == 0x000010, "Member 'FGWeaponAltCore_SimpleFire_ServerSpawnNonlocalProjectile::BaseAimRotations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponAltCore_SimpleFire \ static_assert(alignof(UFGWeaponAltCore_SimpleFire) == 0x000008, "Wrong alignment on UFGWeaponAltCore_SimpleFire"); \ static_assert(sizeof(UFGWeaponAltCore_SimpleFire) == 0x000140, "Wrong size on UFGWeaponAltCore_SimpleFire"); \ static_assert(offsetof(UFGWeaponAltCore_SimpleFire, ProjectileTemplate) == 0x000110, "Member 'UFGWeaponAltCore_SimpleFire::ProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponAltCore_SimpleFire, TH_Shot) == 0x000128, "Member 'UFGWeaponAltCore_SimpleFire::TH_Shot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCore_Annihilator \ static_assert(alignof(UFGWeaponCore_Annihilator) == 0x000008, "Wrong alignment on UFGWeaponCore_Annihilator"); \ static_assert(sizeof(UFGWeaponCore_Annihilator) == 0x000140, "Wrong size on UFGWeaponCore_Annihilator"); \ #define DUMPER7_ASSERTS_FGWeaponCore_Flamethrower_OnProjectileBeginOverlap \ static_assert(alignof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap) == 0x000008, "Wrong alignment on FGWeaponCore_Flamethrower_OnProjectileBeginOverlap"); \ static_assert(sizeof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap) == 0x0000A8, "Wrong size on FGWeaponCore_Flamethrower_OnProjectileBeginOverlap"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, OtherActor) == 0x000008, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, OtherComp) == 0x000010, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, bFromSweep) == 0x00001C, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_OnProjectileBeginOverlap, SweepResult) == 0x000020, "Member 'FGWeaponCore_Flamethrower_OnProjectileBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCore_Flamethrower_ServerSetFlameSpawned \ static_assert(alignof(FGWeaponCore_Flamethrower_ServerSetFlameSpawned) == 0x000001, "Wrong alignment on FGWeaponCore_Flamethrower_ServerSetFlameSpawned"); \ static_assert(sizeof(FGWeaponCore_Flamethrower_ServerSetFlameSpawned) == 0x000001, "Wrong size on FGWeaponCore_Flamethrower_ServerSetFlameSpawned"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_ServerSetFlameSpawned, bSpawned) == 0x000000, "Member 'FGWeaponCore_Flamethrower_ServerSetFlameSpawned::bSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCore_Flamethrower_SetFlameSpawned \ static_assert(alignof(FGWeaponCore_Flamethrower_SetFlameSpawned) == 0x000001, "Wrong alignment on FGWeaponCore_Flamethrower_SetFlameSpawned"); \ static_assert(sizeof(FGWeaponCore_Flamethrower_SetFlameSpawned) == 0x000001, "Wrong size on FGWeaponCore_Flamethrower_SetFlameSpawned"); \ static_assert(offsetof(FGWeaponCore_Flamethrower_SetFlameSpawned, bSpawned) == 0x000000, "Member 'FGWeaponCore_Flamethrower_SetFlameSpawned::bSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCore_Flamethrower \ static_assert(alignof(UFGWeaponCore_Flamethrower) == 0x000008, "Wrong alignment on UFGWeaponCore_Flamethrower"); \ static_assert(sizeof(UFGWeaponCore_Flamethrower) == 0x0001A0, "Wrong size on UFGWeaponCore_Flamethrower"); \ static_assert(offsetof(UFGWeaponCore_Flamethrower, FlameProjectileTemplate) == 0x000118, "Member 'UFGWeaponCore_Flamethrower::FlameProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_Flamethrower, DamagePeriod) == 0x000130, "Member 'UFGWeaponCore_Flamethrower::DamagePeriod' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_Flamethrower, CharactersOnCooldown) == 0x000138, "Member 'UFGWeaponCore_Flamethrower::CharactersOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_Flamethrower, bFlameSpawned) == 0x000188, "Member 'UFGWeaponCore_Flamethrower::bFlameSpawned' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_Flamethrower, SpawnedFlameProjectile) == 0x000190, "Member 'UFGWeaponCore_Flamethrower::SpawnedFlameProjectile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCore_IceStorm \ static_assert(alignof(UFGWeaponCore_IceStorm) == 0x000008, "Wrong alignment on UFGWeaponCore_IceStorm"); \ static_assert(sizeof(UFGWeaponCore_IceStorm) == 0x000140, "Wrong size on UFGWeaponCore_IceStorm"); \ #define DUMPER7_ASSERTS_FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile \ static_assert(alignof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile) == 0x000008, "Wrong alignment on FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile"); \ static_assert(sizeof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile) == 0x000040, "Wrong size on FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, BaseAimLocation) == 0x000000, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::BaseAimLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, BaseAimRotations) == 0x000010, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::BaseAimRotations' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, HomingTarget) == 0x000020, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::HomingTarget' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, BoneName) == 0x000028, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::BoneName' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, OverrideByImplicit) == 0x000030, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::OverrideByImplicit' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, OverrideBulletIdx) == 0x000034, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::OverrideBulletIdx' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile, MoreOutputMODPayload) == 0x000038, "Member 'FGWeaponCore_RangedBase_MulticastSpawnNonlocalProjectile::MoreOutputMODPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile \ static_assert(alignof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile) == 0x000008, "Wrong alignment on FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile"); \ static_assert(sizeof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile) == 0x000040, "Wrong size on FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, BaseAimLocation) == 0x000000, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::BaseAimLocation' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, BaseAimRotations) == 0x000010, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::BaseAimRotations' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, HomingTarget) == 0x000020, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::HomingTarget' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, BoneName) == 0x000028, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::BoneName' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, OverrideByImplicit) == 0x000030, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::OverrideByImplicit' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, OverrideBulletIdx) == 0x000034, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::OverrideBulletIdx' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile, MoreOutputMODPayload) == 0x000038, "Member 'FGWeaponCore_RangedBase_ServerSpawnNonlocalProjectile::MoreOutputMODPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCore_RangedBase \ static_assert(alignof(UFGWeaponCore_RangedBase) == 0x000008, "Wrong alignment on UFGWeaponCore_RangedBase"); \ static_assert(sizeof(UFGWeaponCore_RangedBase) == 0x000270, "Wrong size on UFGWeaponCore_RangedBase"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, SpreadRadiusMin) == 0x0000A0, "Member 'UFGWeaponCore_RangedBase::SpreadRadiusMin' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, SpreadRadiusMax) == 0x0000A4, "Member 'UFGWeaponCore_RangedBase::SpreadRadiusMax' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, SpreadMasks) == 0x0000A8, "Member 'UFGWeaponCore_RangedBase::SpreadMasks' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, ProjectileTemplate) == 0x0000F8, "Member 'UFGWeaponCore_RangedBase::ProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, ImplicitProjectileTemplate) == 0x000148, "Member 'UFGWeaponCore_RangedBase::ImplicitProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, PhantomShardsMax) == 0x000198, "Member 'UFGWeaponCore_RangedBase::PhantomShardsMax' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, SpreadPoints) == 0x0001B8, "Member 'UFGWeaponCore_RangedBase::SpreadPoints' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, SpreadBasePoints) == 0x0001C8, "Member 'UFGWeaponCore_RangedBase::SpreadBasePoints' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, PhantomShards) == 0x0001D8, "Member 'UFGWeaponCore_RangedBase::PhantomShards' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, UseProjectileTemplate) == 0x0001E8, "Member 'UFGWeaponCore_RangedBase::UseProjectileTemplate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, TH_Shot) == 0x000200, "Member 'UFGWeaponCore_RangedBase::TH_Shot' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, HomingRadiusMin) == 0x000258, "Member 'UFGWeaponCore_RangedBase::HomingRadiusMin' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, HomingRadiusMax) == 0x00025C, "Member 'UFGWeaponCore_RangedBase::HomingRadiusMax' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, HomingGetHeadChance) == 0x000260, "Member 'UFGWeaponCore_RangedBase::HomingGetHeadChance' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, HomingGetHeadAdditionalChance) == 0x000264, "Member 'UFGWeaponCore_RangedBase::HomingGetHeadAdditionalChance' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCore_RangedBase, bHomingDebug) == 0x000268, "Member 'UFGWeaponCore_RangedBase::bHomingDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ApplyPreviewModule \ static_assert(alignof(FGWeaponCraftZone_ApplyPreviewModule) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ApplyPreviewModule"); \ static_assert(sizeof(FGWeaponCraftZone_ApplyPreviewModule) == 0x000018, "Wrong size on FGWeaponCraftZone_ApplyPreviewModule"); \ static_assert(offsetof(FGWeaponCraftZone_ApplyPreviewModule, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ApplyPreviewModule::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ApplyPreviewModule, ModulePlaceholder) == 0x000008, "Member 'FGWeaponCraftZone_ApplyPreviewModule::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ApplyPreviewModule, ModuleType) == 0x000010, "Member 'FGWeaponCraftZone_ApplyPreviewModule::ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ClearWeaponModules \ static_assert(alignof(FGWeaponCraftZone_ClearWeaponModules) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ClearWeaponModules"); \ static_assert(sizeof(FGWeaponCraftZone_ClearWeaponModules) == 0x000008, "Wrong size on FGWeaponCraftZone_ClearWeaponModules"); \ static_assert(offsetof(FGWeaponCraftZone_ClearWeaponModules, Weapon) == 0x000000, "Member 'FGWeaponCraftZone_ClearWeaponModules::Weapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_CreateNew \ static_assert(alignof(FGWeaponCraftZone_CreateNew) == 0x000008, "Wrong alignment on FGWeaponCraftZone_CreateNew"); \ static_assert(sizeof(FGWeaponCraftZone_CreateNew) == 0x000008, "Wrong size on FGWeaponCraftZone_CreateNew"); \ static_assert(offsetof(FGWeaponCraftZone_CreateNew, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_CreateNew::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_Edit \ static_assert(alignof(FGWeaponCraftZone_Edit) == 0x000008, "Wrong alignment on FGWeaponCraftZone_Edit"); \ static_assert(sizeof(FGWeaponCraftZone_Edit) == 0x000010, "Wrong size on FGWeaponCraftZone_Edit"); \ static_assert(offsetof(FGWeaponCraftZone_Edit, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_Edit::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_Edit, WeaponPlaceholder) == 0x000008, "Member 'FGWeaponCraftZone_Edit::WeaponPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_EndModify \ static_assert(alignof(FGWeaponCraftZone_EndModify) == 0x000008, "Wrong alignment on FGWeaponCraftZone_EndModify"); \ static_assert(sizeof(FGWeaponCraftZone_EndModify) == 0x000008, "Wrong size on FGWeaponCraftZone_EndModify"); \ static_assert(offsetof(FGWeaponCraftZone_EndModify, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_EndModify::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_GetModuleCompatibility \ static_assert(alignof(FGWeaponCraftZone_GetModuleCompatibility) == 0x000008, "Wrong alignment on FGWeaponCraftZone_GetModuleCompatibility"); \ static_assert(sizeof(FGWeaponCraftZone_GetModuleCompatibility) == 0x000010, "Wrong size on FGWeaponCraftZone_GetModuleCompatibility"); \ static_assert(offsetof(FGWeaponCraftZone_GetModuleCompatibility, ModulePlaceholder) == 0x000000, "Member 'FGWeaponCraftZone_GetModuleCompatibility::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_GetModuleCompatibility, ReturnValue) == 0x000008, "Member 'FGWeaponCraftZone_GetModuleCompatibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_IsWeaponFinished \ static_assert(alignof(FGWeaponCraftZone_IsWeaponFinished) == 0x000001, "Wrong alignment on FGWeaponCraftZone_IsWeaponFinished"); \ static_assert(sizeof(FGWeaponCraftZone_IsWeaponFinished) == 0x000001, "Wrong size on FGWeaponCraftZone_IsWeaponFinished"); \ static_assert(offsetof(FGWeaponCraftZone_IsWeaponFinished, ReturnValue) == 0x000000, "Member 'FGWeaponCraftZone_IsWeaponFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_MakeModuleFromWeapon \ static_assert(alignof(FGWeaponCraftZone_MakeModuleFromWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_MakeModuleFromWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_MakeModuleFromWeapon) == 0x000020, "Wrong size on FGWeaponCraftZone_MakeModuleFromWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_MakeModuleFromWeapon, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_MakeModuleFromWeapon::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_MakeModuleFromWeapon, Weapon) == 0x000008, "Member 'FGWeaponCraftZone_MakeModuleFromWeapon::Weapon' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_MakeModuleFromWeapon, ModuleType) == 0x000010, "Member 'FGWeaponCraftZone_MakeModuleFromWeapon::ModuleType' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_MakeModuleFromWeapon, ReturnValue) == 0x000018, "Member 'FGWeaponCraftZone_MakeModuleFromWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_RemoveModule \ static_assert(alignof(FGWeaponCraftZone_RemoveModule) == 0x000008, "Wrong alignment on FGWeaponCraftZone_RemoveModule"); \ static_assert(sizeof(FGWeaponCraftZone_RemoveModule) == 0x000010, "Wrong size on FGWeaponCraftZone_RemoveModule"); \ static_assert(offsetof(FGWeaponCraftZone_RemoveModule, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_RemoveModule::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_RemoveModule, ModuleType) == 0x000008, "Member 'FGWeaponCraftZone_RemoveModule::ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_Repair \ static_assert(alignof(FGWeaponCraftZone_Repair) == 0x000008, "Wrong alignment on FGWeaponCraftZone_Repair"); \ static_assert(sizeof(FGWeaponCraftZone_Repair) == 0x000008, "Wrong size on FGWeaponCraftZone_Repair"); \ static_assert(offsetof(FGWeaponCraftZone_Repair, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_Repair::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_SelectModule \ static_assert(alignof(FGWeaponCraftZone_SelectModule) == 0x000008, "Wrong alignment on FGWeaponCraftZone_SelectModule"); \ static_assert(sizeof(FGWeaponCraftZone_SelectModule) == 0x000010, "Wrong size on FGWeaponCraftZone_SelectModule"); \ static_assert(offsetof(FGWeaponCraftZone_SelectModule, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_SelectModule::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_SelectModule, ModulePlaceholder) == 0x000008, "Member 'FGWeaponCraftZone_SelectModule::ModulePlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerClearWeaponModules \ static_assert(alignof(FGWeaponCraftZone_ServerClearWeaponModules) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerClearWeaponModules"); \ static_assert(sizeof(FGWeaponCraftZone_ServerClearWeaponModules) == 0x000008, "Wrong size on FGWeaponCraftZone_ServerClearWeaponModules"); \ static_assert(offsetof(FGWeaponCraftZone_ServerClearWeaponModules, Weapon) == 0x000000, "Member 'FGWeaponCraftZone_ServerClearWeaponModules::Weapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerCreateNew \ static_assert(alignof(FGWeaponCraftZone_ServerCreateNew) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerCreateNew"); \ static_assert(sizeof(FGWeaponCraftZone_ServerCreateNew) == 0x000008, "Wrong size on FGWeaponCraftZone_ServerCreateNew"); \ static_assert(offsetof(FGWeaponCraftZone_ServerCreateNew, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerCreateNew::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerEdit \ static_assert(alignof(FGWeaponCraftZone_ServerEdit) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerEdit"); \ static_assert(sizeof(FGWeaponCraftZone_ServerEdit) == 0x000010, "Wrong size on FGWeaponCraftZone_ServerEdit"); \ static_assert(offsetof(FGWeaponCraftZone_ServerEdit, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerEdit::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ServerEdit, WeaponPlaceholder) == 0x000008, "Member 'FGWeaponCraftZone_ServerEdit::WeaponPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerEndModify \ static_assert(alignof(FGWeaponCraftZone_ServerEndModify) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerEndModify"); \ static_assert(sizeof(FGWeaponCraftZone_ServerEndModify) == 0x000008, "Wrong size on FGWeaponCraftZone_ServerEndModify"); \ static_assert(offsetof(FGWeaponCraftZone_ServerEndModify, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerEndModify::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerRemoveModule \ static_assert(alignof(FGWeaponCraftZone_ServerRemoveModule) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerRemoveModule"); \ static_assert(sizeof(FGWeaponCraftZone_ServerRemoveModule) == 0x000010, "Wrong size on FGWeaponCraftZone_ServerRemoveModule"); \ static_assert(offsetof(FGWeaponCraftZone_ServerRemoveModule, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerRemoveModule::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ServerRemoveModule, ModuleType) == 0x000008, "Member 'FGWeaponCraftZone_ServerRemoveModule::ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerRepair \ static_assert(alignof(FGWeaponCraftZone_ServerRepair) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerRepair"); \ static_assert(sizeof(FGWeaponCraftZone_ServerRepair) == 0x000008, "Wrong size on FGWeaponCraftZone_ServerRepair"); \ static_assert(offsetof(FGWeaponCraftZone_ServerRepair, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerRepair::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerSelectModule \ static_assert(alignof(FGWeaponCraftZone_ServerSelectModule) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerSelectModule"); \ static_assert(sizeof(FGWeaponCraftZone_ServerSelectModule) == 0x000010, "Wrong size on FGWeaponCraftZone_ServerSelectModule"); \ static_assert(offsetof(FGWeaponCraftZone_ServerSelectModule, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerSelectModule::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ServerSelectModule, ModulePlaceholder) == 0x000008, "Member 'FGWeaponCraftZone_ServerSelectModule::ModulePlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerSetName \ static_assert(alignof(FGWeaponCraftZone_ServerSetName) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerSetName"); \ static_assert(sizeof(FGWeaponCraftZone_ServerSetName) == 0x000020, "Wrong size on FGWeaponCraftZone_ServerSetName"); \ static_assert(offsetof(FGWeaponCraftZone_ServerSetName, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerSetName::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_ServerSetName, NewName) == 0x000008, "Member 'FGWeaponCraftZone_ServerSetName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_ServerTakeWeapon \ static_assert(alignof(FGWeaponCraftZone_ServerTakeWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_ServerTakeWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_ServerTakeWeapon) == 0x000008, "Wrong size on FGWeaponCraftZone_ServerTakeWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_ServerTakeWeapon, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_ServerTakeWeapon::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_SetModuleToWeapon \ static_assert(alignof(FGWeaponCraftZone_SetModuleToWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_SetModuleToWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_SetModuleToWeapon) == 0x000018, "Wrong size on FGWeaponCraftZone_SetModuleToWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_SetModuleToWeapon, ModulePlaceholder) == 0x000000, "Member 'FGWeaponCraftZone_SetModuleToWeapon::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_SetModuleToWeapon, Weapon) == 0x000008, "Member 'FGWeaponCraftZone_SetModuleToWeapon::Weapon' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_SetModuleToWeapon, ModuleType) == 0x000010, "Member 'FGWeaponCraftZone_SetModuleToWeapon::ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_SetName \ static_assert(alignof(FGWeaponCraftZone_SetName) == 0x000008, "Wrong alignment on FGWeaponCraftZone_SetName"); \ static_assert(sizeof(FGWeaponCraftZone_SetName) == 0x000020, "Wrong size on FGWeaponCraftZone_SetName"); \ static_assert(offsetof(FGWeaponCraftZone_SetName, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_SetName::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_SetName, NewName) == 0x000008, "Member 'FGWeaponCraftZone_SetName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_SetWeaponTable \ static_assert(alignof(FGWeaponCraftZone_SetWeaponTable) == 0x000008, "Wrong alignment on FGWeaponCraftZone_SetWeaponTable"); \ static_assert(sizeof(FGWeaponCraftZone_SetWeaponTable) == 0x000008, "Wrong size on FGWeaponCraftZone_SetWeaponTable"); \ static_assert(offsetof(FGWeaponCraftZone_SetWeaponTable, WeaponCraftTable) == 0x000000, "Member 'FGWeaponCraftZone_SetWeaponTable::WeaponCraftTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_TakeWeapon \ static_assert(alignof(FGWeaponCraftZone_TakeWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_TakeWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_TakeWeapon) == 0x000008, "Wrong size on FGWeaponCraftZone_TakeWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_TakeWeapon, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_TakeWeapon::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_CanRename \ static_assert(alignof(FGWeaponCraftZone_CanRename) == 0x000008, "Wrong alignment on FGWeaponCraftZone_CanRename"); \ static_assert(sizeof(FGWeaponCraftZone_CanRename) == 0x000010, "Wrong size on FGWeaponCraftZone_CanRename"); \ static_assert(offsetof(FGWeaponCraftZone_CanRename, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_CanRename::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_CanRename, ReturnValue) == 0x000008, "Member 'FGWeaponCraftZone_CanRename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_CanRepair \ static_assert(alignof(FGWeaponCraftZone_CanRepair) == 0x000008, "Wrong alignment on FGWeaponCraftZone_CanRepair"); \ static_assert(sizeof(FGWeaponCraftZone_CanRepair) == 0x000010, "Wrong size on FGWeaponCraftZone_CanRepair"); \ static_assert(offsetof(FGWeaponCraftZone_CanRepair, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_CanRepair::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_CanRepair, ReturnValue) == 0x000008, "Member 'FGWeaponCraftZone_CanRepair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_GetName \ static_assert(alignof(FGWeaponCraftZone_GetName) == 0x000008, "Wrong alignment on FGWeaponCraftZone_GetName"); \ static_assert(sizeof(FGWeaponCraftZone_GetName) == 0x000018, "Wrong size on FGWeaponCraftZone_GetName"); \ static_assert(offsetof(FGWeaponCraftZone_GetName, ReturnValue) == 0x000000, "Member 'FGWeaponCraftZone_GetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_GetPreviewWeapon \ static_assert(alignof(FGWeaponCraftZone_GetPreviewWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_GetPreviewWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_GetPreviewWeapon) == 0x000008, "Wrong size on FGWeaponCraftZone_GetPreviewWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_GetPreviewWeapon, ReturnValue) == 0x000000, "Member 'FGWeaponCraftZone_GetPreviewWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_GetWorkingWeapon \ static_assert(alignof(FGWeaponCraftZone_GetWorkingWeapon) == 0x000008, "Wrong alignment on FGWeaponCraftZone_GetWorkingWeapon"); \ static_assert(sizeof(FGWeaponCraftZone_GetWorkingWeapon) == 0x000008, "Wrong size on FGWeaponCraftZone_GetWorkingWeapon"); \ static_assert(offsetof(FGWeaponCraftZone_GetWorkingWeapon, ReturnValue) == 0x000000, "Member 'FGWeaponCraftZone_GetWorkingWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponCraftZone_NeedRepair \ static_assert(alignof(FGWeaponCraftZone_NeedRepair) == 0x000008, "Wrong alignment on FGWeaponCraftZone_NeedRepair"); \ static_assert(sizeof(FGWeaponCraftZone_NeedRepair) == 0x000010, "Wrong size on FGWeaponCraftZone_NeedRepair"); \ static_assert(offsetof(FGWeaponCraftZone_NeedRepair, ContextPlayer) == 0x000000, "Member 'FGWeaponCraftZone_NeedRepair::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(FGWeaponCraftZone_NeedRepair, ReturnValue) == 0x000008, "Member 'FGWeaponCraftZone_NeedRepair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWeaponCraftZone \ static_assert(alignof(UFGWeaponCraftZone) == 0x000008, "Wrong alignment on UFGWeaponCraftZone"); \ static_assert(sizeof(UFGWeaponCraftZone) == 0x0000E0, "Wrong size on UFGWeaponCraftZone"); \ static_assert(offsetof(UFGWeaponCraftZone, PreviewWeapon) == 0x0000B0, "Member 'UFGWeaponCraftZone::PreviewWeapon' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCraftZone, CachedModule) == 0x0000B8, "Member 'UFGWeaponCraftZone::CachedModule' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCraftZone, WorkingWeapon) == 0x0000C0, "Member 'UFGWeaponCraftZone::WorkingWeapon' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCraftZone, OnUpdate) == 0x0000C8, "Member 'UFGWeaponCraftZone::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UFGWeaponCraftZone, WeaponTable) == 0x0000D8, "Member 'UFGWeaponCraftZone::WeaponTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindBarrelCoefficientsSettingsByID \ static_assert(alignof(FGWeaponGenerator_FindBarrelCoefficientsSettingsByID) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindBarrelCoefficientsSettingsByID"); \ static_assert(sizeof(FGWeaponGenerator_FindBarrelCoefficientsSettingsByID) == 0x000090, "Wrong size on FGWeaponGenerator_FindBarrelCoefficientsSettingsByID"); \ static_assert(offsetof(FGWeaponGenerator_FindBarrelCoefficientsSettingsByID, TypeID) == 0x000000, "Member 'FGWeaponGenerator_FindBarrelCoefficientsSettingsByID::TypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindBarrelCoefficientsSettingsByID, CoefficientsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindBarrelCoefficientsSettingsByID::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindBarrelCoefficientsSettingsByID, ReturnValue) == 0x000088, "Member 'FGWeaponGenerator_FindBarrelCoefficientsSettingsByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindFrameCoefficientsSettingsByID \ static_assert(alignof(FGWeaponGenerator_FindFrameCoefficientsSettingsByID) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindFrameCoefficientsSettingsByID"); \ static_assert(sizeof(FGWeaponGenerator_FindFrameCoefficientsSettingsByID) == 0x000088, "Wrong size on FGWeaponGenerator_FindFrameCoefficientsSettingsByID"); \ static_assert(offsetof(FGWeaponGenerator_FindFrameCoefficientsSettingsByID, TypeID) == 0x000000, "Member 'FGWeaponGenerator_FindFrameCoefficientsSettingsByID::TypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindFrameCoefficientsSettingsByID, CoefficientsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindFrameCoefficientsSettingsByID::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindFrameCoefficientsSettingsByID, ReturnValue) == 0x000080, "Member 'FGWeaponGenerator_FindFrameCoefficientsSettingsByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindGripCoefficientsSettingsByID \ static_assert(alignof(FGWeaponGenerator_FindGripCoefficientsSettingsByID) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindGripCoefficientsSettingsByID"); \ static_assert(sizeof(FGWeaponGenerator_FindGripCoefficientsSettingsByID) == 0x000080, "Wrong size on FGWeaponGenerator_FindGripCoefficientsSettingsByID"); \ static_assert(offsetof(FGWeaponGenerator_FindGripCoefficientsSettingsByID, TypeID) == 0x000000, "Member 'FGWeaponGenerator_FindGripCoefficientsSettingsByID::TypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindGripCoefficientsSettingsByID, CoefficientsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindGripCoefficientsSettingsByID::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindGripCoefficientsSettingsByID, ReturnValue) == 0x000078, "Member 'FGWeaponGenerator_FindGripCoefficientsSettingsByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindMagazineCoefficientsSettingsByID \ static_assert(alignof(FGWeaponGenerator_FindMagazineCoefficientsSettingsByID) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindMagazineCoefficientsSettingsByID"); \ static_assert(sizeof(FGWeaponGenerator_FindMagazineCoefficientsSettingsByID) == 0x000078, "Wrong size on FGWeaponGenerator_FindMagazineCoefficientsSettingsByID"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineCoefficientsSettingsByID, TypeID) == 0x000000, "Member 'FGWeaponGenerator_FindMagazineCoefficientsSettingsByID::TypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineCoefficientsSettingsByID, CoefficientsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindMagazineCoefficientsSettingsByID::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineCoefficientsSettingsByID, ReturnValue) == 0x000070, "Member 'FGWeaponGenerator_FindMagazineCoefficientsSettingsByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindMagazineElementsSettings \ static_assert(alignof(FGWeaponGenerator_FindMagazineElementsSettings) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindMagazineElementsSettings"); \ static_assert(sizeof(FGWeaponGenerator_FindMagazineElementsSettings) == 0x000030, "Wrong size on FGWeaponGenerator_FindMagazineElementsSettings"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineElementsSettings, Tier) == 0x000000, "Member 'FGWeaponGenerator_FindMagazineElementsSettings::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineElementsSettings, ElementsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindMagazineElementsSettings::ElementsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindMagazineElementsSettings, ReturnValue) == 0x000028, "Member 'FGWeaponGenerator_FindMagazineElementsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindModuleAttachmentSettings \ static_assert(alignof(FGWeaponGenerator_FindModuleAttachmentSettings) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindModuleAttachmentSettings"); \ static_assert(sizeof(FGWeaponGenerator_FindModuleAttachmentSettings) == 0x000030, "Wrong size on FGWeaponGenerator_FindModuleAttachmentSettings"); \ static_assert(offsetof(FGWeaponGenerator_FindModuleAttachmentSettings, ModuleMesh) == 0x000000, "Member 'FGWeaponGenerator_FindModuleAttachmentSettings::ModuleMesh' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindModuleAttachmentSettings, AttachmentsSettings) == 0x000008, "Member 'FGWeaponGenerator_FindModuleAttachmentSettings::AttachmentsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindModuleAttachmentSettings, ReturnValue) == 0x000028, "Member 'FGWeaponGenerator_FindModuleAttachmentSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindScopeCoefficientsSettingsByType \ static_assert(alignof(FGWeaponGenerator_FindScopeCoefficientsSettingsByType) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindScopeCoefficientsSettingsByType"); \ static_assert(sizeof(FGWeaponGenerator_FindScopeCoefficientsSettingsByType) == 0x000040, "Wrong size on FGWeaponGenerator_FindScopeCoefficientsSettingsByType"); \ static_assert(offsetof(FGWeaponGenerator_FindScopeCoefficientsSettingsByType, CoefficientsSettings) == 0x000000, "Member 'FGWeaponGenerator_FindScopeCoefficientsSettingsByType::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindScopeCoefficientsSettingsByType, ReturnValue) == 0x000038, "Member 'FGWeaponGenerator_FindScopeCoefficientsSettingsByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindStockCoefficientsSettings \ static_assert(alignof(FGWeaponGenerator_FindStockCoefficientsSettings) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindStockCoefficientsSettings"); \ static_assert(sizeof(FGWeaponGenerator_FindStockCoefficientsSettings) == 0x000040, "Wrong size on FGWeaponGenerator_FindStockCoefficientsSettings"); \ static_assert(offsetof(FGWeaponGenerator_FindStockCoefficientsSettings, CoefficientsSettings) == 0x000000, "Member 'FGWeaponGenerator_FindStockCoefficientsSettings::CoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindStockCoefficientsSettings, ReturnValue) == 0x000038, "Member 'FGWeaponGenerator_FindStockCoefficientsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_FindWeaponCoreSettingsById \ static_assert(alignof(FGWeaponGenerator_FindWeaponCoreSettingsById) == 0x000008, "Wrong alignment on FGWeaponGenerator_FindWeaponCoreSettingsById"); \ static_assert(sizeof(FGWeaponGenerator_FindWeaponCoreSettingsById) == 0x000080, "Wrong size on FGWeaponGenerator_FindWeaponCoreSettingsById"); \ static_assert(offsetof(FGWeaponGenerator_FindWeaponCoreSettingsById, ID) == 0x000000, "Member 'FGWeaponGenerator_FindWeaponCoreSettingsById::ID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindWeaponCoreSettingsById, Settings) == 0x000008, "Member 'FGWeaponGenerator_FindWeaponCoreSettingsById::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_FindWeaponCoreSettingsById, ReturnValue) == 0x000078, "Member 'FGWeaponGenerator_FindWeaponCoreSettingsById::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateBarrel \ static_assert(alignof(FGWeaponGenerator_GenerateBarrel) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateBarrel"); \ static_assert(sizeof(FGWeaponGenerator_GenerateBarrel) == 0x0000B8, "Wrong size on FGWeaponGenerator_GenerateBarrel"); \ static_assert(offsetof(FGWeaponGenerator_GenerateBarrel, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateBarrel::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateBarrel, BarrelTypeID) == 0x000004, "Member 'FGWeaponGenerator_GenerateBarrel::BarrelTypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateBarrel, Tier) == 0x000008, "Member 'FGWeaponGenerator_GenerateBarrel::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateBarrel, Description) == 0x000010, "Member 'FGWeaponGenerator_GenerateBarrel::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateBarrel, ReturnValue) == 0x0000B0, "Member 'FGWeaponGenerator_GenerateBarrel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateFrame \ static_assert(alignof(FGWeaponGenerator_GenerateFrame) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateFrame"); \ static_assert(sizeof(FGWeaponGenerator_GenerateFrame) == 0x000130, "Wrong size on FGWeaponGenerator_GenerateFrame"); \ static_assert(offsetof(FGWeaponGenerator_GenerateFrame, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateFrame::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateFrame, FrameTypeID) == 0x000004, "Member 'FGWeaponGenerator_GenerateFrame::FrameTypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateFrame, Tier) == 0x000008, "Member 'FGWeaponGenerator_GenerateFrame::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateFrame, Description) == 0x000010, "Member 'FGWeaponGenerator_GenerateFrame::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateFrame, ReturnValue) == 0x000128, "Member 'FGWeaponGenerator_GenerateFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateGrip \ static_assert(alignof(FGWeaponGenerator_GenerateGrip) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateGrip"); \ static_assert(sizeof(FGWeaponGenerator_GenerateGrip) == 0x0000A0, "Wrong size on FGWeaponGenerator_GenerateGrip"); \ static_assert(offsetof(FGWeaponGenerator_GenerateGrip, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateGrip::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateGrip, GripTypeID) == 0x000004, "Member 'FGWeaponGenerator_GenerateGrip::GripTypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateGrip, Tier) == 0x000008, "Member 'FGWeaponGenerator_GenerateGrip::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateGrip, Description) == 0x000010, "Member 'FGWeaponGenerator_GenerateGrip::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateGrip, ReturnValue) == 0x000098, "Member 'FGWeaponGenerator_GenerateGrip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateMagazine \ static_assert(alignof(FGWeaponGenerator_GenerateMagazine) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateMagazine"); \ static_assert(sizeof(FGWeaponGenerator_GenerateMagazine) == 0x000098, "Wrong size on FGWeaponGenerator_GenerateMagazine"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateMagazine::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, MagazineTypeID) == 0x000004, "Member 'FGWeaponGenerator_GenerateMagazine::MagazineTypeID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, Element) == 0x000008, "Member 'FGWeaponGenerator_GenerateMagazine::Element' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, Tier) == 0x000009, "Member 'FGWeaponGenerator_GenerateMagazine::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, Description) == 0x000010, "Member 'FGWeaponGenerator_GenerateMagazine::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateMagazine, ReturnValue) == 0x000090, "Member 'FGWeaponGenerator_GenerateMagazine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig) == 0x000020, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig, ReturnValue) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel) == 0x0000C0, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel, BarrelDescription) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel::BarrelDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel, ReturnValue) == 0x0000B8, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Barrel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig_Frame \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig_Frame"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame) == 0x000138, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig_Frame"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Frame::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Frame::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Frame::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame, FrameDescription) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Frame::FrameDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Frame, ReturnValue) == 0x000130, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Frame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig_Grip \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig_Grip"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip) == 0x0000A8, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig_Grip"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Grip::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Grip::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Grip::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip, GripDescription) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Grip::GripDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Grip, ReturnValue) == 0x0000A0, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Grip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine) == 0x0000A0, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine, MagazineDescription) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine::MagazineDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine, ReturnValue) == 0x000098, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_Magazine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateRangedWeaponConfig_old \ static_assert(alignof(FGWeaponGenerator_GenerateRangedWeaponConfig_old) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateRangedWeaponConfig_old"); \ static_assert(sizeof(FGWeaponGenerator_GenerateRangedWeaponConfig_old) == 0x000020, "Wrong size on FGWeaponGenerator_GenerateRangedWeaponConfig_old"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_old, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_old::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_old, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_old::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_old, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_old::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateRangedWeaponConfig_old, ReturnValue) == 0x000018, "Member 'FGWeaponGenerator_GenerateRangedWeaponConfig_old::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateScope \ static_assert(alignof(FGWeaponGenerator_GenerateScope) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateScope"); \ static_assert(sizeof(FGWeaponGenerator_GenerateScope) == 0x000078, "Wrong size on FGWeaponGenerator_GenerateScope"); \ static_assert(offsetof(FGWeaponGenerator_GenerateScope, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateScope::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateScope, Tier) == 0x000004, "Member 'FGWeaponGenerator_GenerateScope::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateScope, Description) == 0x000008, "Member 'FGWeaponGenerator_GenerateScope::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateScope, ReturnValue) == 0x000070, "Member 'FGWeaponGenerator_GenerateScope::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateStock \ static_assert(alignof(FGWeaponGenerator_GenerateStock) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateStock"); \ static_assert(sizeof(FGWeaponGenerator_GenerateStock) == 0x000078, "Wrong size on FGWeaponGenerator_GenerateStock"); \ static_assert(offsetof(FGWeaponGenerator_GenerateStock, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateStock::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateStock, Tier) == 0x000004, "Member 'FGWeaponGenerator_GenerateStock::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateStock, Description) == 0x000008, "Member 'FGWeaponGenerator_GenerateStock::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateStock, ReturnValue) == 0x000070, "Member 'FGWeaponGenerator_GenerateStock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateWeapon \ static_assert(alignof(FGWeaponGenerator_GenerateWeapon) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateWeapon"); \ static_assert(sizeof(FGWeaponGenerator_GenerateWeapon) == 0x000580, "Wrong size on FGWeaponGenerator_GenerateWeapon"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Frame) == 0x000000, "Member 'FGWeaponGenerator_GenerateWeapon::Frame' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Barrel) == 0x000118, "Member 'FGWeaponGenerator_GenerateWeapon::Barrel' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Magazine) == 0x0001B8, "Member 'FGWeaponGenerator_GenerateWeapon::Magazine' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Grip) == 0x000238, "Member 'FGWeaponGenerator_GenerateWeapon::Grip' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Settings) == 0x0002C0, "Member 'FGWeaponGenerator_GenerateWeapon::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Stock) == 0x0004A8, "Member 'FGWeaponGenerator_GenerateWeapon::Stock' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, Scope) == 0x000510, "Member 'FGWeaponGenerator_GenerateWeapon::Scope' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeapon, ReturnValue) == 0x000578, "Member 'FGWeaponGenerator_GenerateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateWeaponConfig \ static_assert(alignof(FGWeaponGenerator_GenerateWeaponConfig) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateWeaponConfig"); \ static_assert(sizeof(FGWeaponGenerator_GenerateWeaponConfig) == 0x000020, "Wrong size on FGWeaponGenerator_GenerateWeaponConfig"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponConfig, WeaponClass) == 0x000000, "Member 'FGWeaponGenerator_GenerateWeaponConfig::WeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponConfig, LifetimeData) == 0x000008, "Member 'FGWeaponGenerator_GenerateWeaponConfig::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponConfig, Character) == 0x000010, "Member 'FGWeaponGenerator_GenerateWeaponConfig::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponConfig, ReturnValue) == 0x000018, "Member 'FGWeaponGenerator_GenerateWeaponConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateWeaponCore \ static_assert(alignof(FGWeaponGenerator_GenerateWeaponCore) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateWeaponCore"); \ static_assert(sizeof(FGWeaponGenerator_GenerateWeaponCore) == 0x0000F0, "Wrong size on FGWeaponGenerator_GenerateWeaponCore"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponCore, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateWeaponCore::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponCore, ID) == 0x000004, "Member 'FGWeaponGenerator_GenerateWeaponCore::ID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponCore, Description) == 0x000008, "Member 'FGWeaponGenerator_GenerateWeaponCore::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponCore, ReturnValue) == 0x0000E8, "Member 'FGWeaponGenerator_GenerateWeaponCore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GenerateWeaponGenerationOverride \ static_assert(alignof(FGWeaponGenerator_GenerateWeaponGenerationOverride) == 0x000008, "Wrong alignment on FGWeaponGenerator_GenerateWeaponGenerationOverride"); \ static_assert(sizeof(FGWeaponGenerator_GenerateWeaponGenerationOverride) == 0x000080, "Wrong size on FGWeaponGenerator_GenerateWeaponGenerationOverride"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, Seed) == 0x000000, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, Type) == 0x000004, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::Type' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, Character) == 0x000008, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::Character' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, WeaponGenerationOverride) == 0x000010, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::WeaponGenerationOverride' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, WeaponGenerationOverrideSettings) == 0x000070, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::WeaponGenerationOverrideSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GenerateWeaponGenerationOverride, ReturnValue) == 0x000078, "Member 'FGWeaponGenerator_GenerateWeaponGenerationOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetBarrelFullName \ static_assert(alignof(FGWeaponGenerator_GetBarrelFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetBarrelFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetBarrelFullName) == 0x0000B0, "Wrong size on FGWeaponGenerator_GetBarrelFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetBarrelFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetBarrelFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetBarrelFullName, ReturnValue) == 0x0000A0, "Member 'FGWeaponGenerator_GetBarrelFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetFinalWeaponName \ static_assert(alignof(FGWeaponGenerator_GetFinalWeaponName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetFinalWeaponName"); \ static_assert(sizeof(FGWeaponGenerator_GetFinalWeaponName) == 0x000028, "Wrong size on FGWeaponGenerator_GetFinalWeaponName"); \ static_assert(offsetof(FGWeaponGenerator_GetFinalWeaponName, FramePrefixId) == 0x000000, "Member 'FGWeaponGenerator_GetFinalWeaponName::FramePrefixId' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetFinalWeaponName, BarrelPrefixID) == 0x000004, "Member 'FGWeaponGenerator_GetFinalWeaponName::BarrelPrefixID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetFinalWeaponName, GripPrefixID) == 0x000008, "Member 'FGWeaponGenerator_GetFinalWeaponName::GripPrefixID' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetFinalWeaponName, MagazineModuleElement) == 0x00000C, "Member 'FGWeaponGenerator_GetFinalWeaponName::MagazineModuleElement' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetFinalWeaponName, ReturnValue) == 0x000010, "Member 'FGWeaponGenerator_GetFinalWeaponName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetFrameFullName \ static_assert(alignof(FGWeaponGenerator_GetFrameFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetFrameFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetFrameFullName) == 0x000128, "Wrong size on FGWeaponGenerator_GetFrameFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetFrameFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetFrameFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetFrameFullName, ReturnValue) == 0x000118, "Member 'FGWeaponGenerator_GetFrameFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetGripFullName \ static_assert(alignof(FGWeaponGenerator_GetGripFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetGripFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetGripFullName) == 0x000098, "Wrong size on FGWeaponGenerator_GetGripFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetGripFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetGripFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetGripFullName, ReturnValue) == 0x000088, "Member 'FGWeaponGenerator_GetGripFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetMagazineElementName \ static_assert(alignof(FGWeaponGenerator_GetMagazineElementName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetMagazineElementName"); \ static_assert(sizeof(FGWeaponGenerator_GetMagazineElementName) == 0x000018, "Wrong size on FGWeaponGenerator_GetMagazineElementName"); \ static_assert(offsetof(FGWeaponGenerator_GetMagazineElementName, MagazineModuleElement) == 0x000000, "Member 'FGWeaponGenerator_GetMagazineElementName::MagazineModuleElement' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetMagazineElementName, ReturnValue) == 0x000008, "Member 'FGWeaponGenerator_GetMagazineElementName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetMagazineFullName \ static_assert(alignof(FGWeaponGenerator_GetMagazineFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetMagazineFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetMagazineFullName) == 0x000090, "Wrong size on FGWeaponGenerator_GetMagazineFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetMagazineFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetMagazineFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetMagazineFullName, ReturnValue) == 0x000080, "Member 'FGWeaponGenerator_GetMagazineFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetRandomWeaponCoreId \ static_assert(alignof(FGWeaponGenerator_GetRandomWeaponCoreId) == 0x000004, "Wrong alignment on FGWeaponGenerator_GetRandomWeaponCoreId"); \ static_assert(sizeof(FGWeaponGenerator_GetRandomWeaponCoreId) == 0x00000C, "Wrong size on FGWeaponGenerator_GetRandomWeaponCoreId"); \ static_assert(offsetof(FGWeaponGenerator_GetRandomWeaponCoreId, Seed) == 0x000000, "Member 'FGWeaponGenerator_GetRandomWeaponCoreId::Seed' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetRandomWeaponCoreId, Tier) == 0x000004, "Member 'FGWeaponGenerator_GetRandomWeaponCoreId::Tier' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetRandomWeaponCoreId, ReturnValue) == 0x000008, "Member 'FGWeaponGenerator_GetRandomWeaponCoreId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetRepairDurabilityCost \ static_assert(alignof(FGWeaponGenerator_GetRepairDurabilityCost) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetRepairDurabilityCost"); \ static_assert(sizeof(FGWeaponGenerator_GetRepairDurabilityCost) == 0x000018, "Wrong size on FGWeaponGenerator_GetRepairDurabilityCost"); \ static_assert(offsetof(FGWeaponGenerator_GetRepairDurabilityCost, RangedWeapon) == 0x000000, "Member 'FGWeaponGenerator_GetRepairDurabilityCost::RangedWeapon' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetRepairDurabilityCost, ReturnValue) == 0x000008, "Member 'FGWeaponGenerator_GetRepairDurabilityCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetScopeFullName \ static_assert(alignof(FGWeaponGenerator_GetScopeFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetScopeFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetScopeFullName) == 0x000078, "Wrong size on FGWeaponGenerator_GetScopeFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetScopeFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetScopeFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetScopeFullName, ReturnValue) == 0x000068, "Member 'FGWeaponGenerator_GetScopeFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_GetStockFullName \ static_assert(alignof(FGWeaponGenerator_GetStockFullName) == 0x000008, "Wrong alignment on FGWeaponGenerator_GetStockFullName"); \ static_assert(sizeof(FGWeaponGenerator_GetStockFullName) == 0x000078, "Wrong size on FGWeaponGenerator_GetStockFullName"); \ static_assert(offsetof(FGWeaponGenerator_GetStockFullName, Description) == 0x000000, "Member 'FGWeaponGenerator_GetStockFullName::Description' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_GetStockFullName, ReturnValue) == 0x000068, "Member 'FGWeaponGenerator_GetStockFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponGenerator_TestGeneration \ static_assert(alignof(FGWeaponGenerator_TestGeneration) == 0x000008, "Wrong alignment on FGWeaponGenerator_TestGeneration"); \ static_assert(sizeof(FGWeaponGenerator_TestGeneration) == 0x000670, "Wrong size on FGWeaponGenerator_TestGeneration"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, RangedWeaponClass) == 0x000000, "Member 'FGWeaponGenerator_TestGeneration::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, WeaponGenerationOverrideSettings) == 0x000008, "Member 'FGWeaponGenerator_TestGeneration::WeaponGenerationOverrideSettings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, Settings) == 0x000010, "Member 'FGWeaponGenerator_TestGeneration::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, FrameDescription) == 0x0001F8, "Member 'FGWeaponGenerator_TestGeneration::FrameDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, BarrelDescription) == 0x000310, "Member 'FGWeaponGenerator_TestGeneration::BarrelDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, MagazineDescription) == 0x0003B0, "Member 'FGWeaponGenerator_TestGeneration::MagazineDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, GripDescription) == 0x000430, "Member 'FGWeaponGenerator_TestGeneration::GripDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, ScopeDescription) == 0x0004B8, "Member 'FGWeaponGenerator_TestGeneration::ScopeDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, StockDescription) == 0x000520, "Member 'FGWeaponGenerator_TestGeneration::StockDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, CoreDescription) == 0x000588, "Member 'FGWeaponGenerator_TestGeneration::CoreDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponGenerator_TestGeneration, ReturnValue) == 0x000668, "Member 'FGWeaponGenerator_TestGeneration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponGenerator \ static_assert(alignof(AFGWeaponGenerator) == 0x000008, "Wrong alignment on AFGWeaponGenerator"); \ static_assert(sizeof(AFGWeaponGenerator) == 0x000998, "Wrong size on AFGWeaponGenerator"); \ static_assert(offsetof(AFGWeaponGenerator, MapGenerator) == 0x000220, "Member 'AFGWeaponGenerator::MapGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, bDebugGenerator) == 0x000228, "Member 'AFGWeaponGenerator::bDebugGenerator' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, bGenerateRevolver) == 0x000229, "Member 'AFGWeaponGenerator::bGenerateRevolver' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameBaseName) == 0x000230, "Member 'AFGWeaponGenerator::FrameBaseName' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelBaseName) == 0x000248, "Member 'AFGWeaponGenerator::BarrelBaseName' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripBaseName) == 0x000260, "Member 'AFGWeaponGenerator::GripBaseName' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, StockBaseName) == 0x000278, "Member 'AFGWeaponGenerator::StockBaseName' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ScopeBaseName) == 0x000290, "Member 'AFGWeaponGenerator::ScopeBaseName' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameSeed) == 0x0002A8, "Member 'AFGWeaponGenerator::FrameSeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameType) == 0x0002AC, "Member 'AFGWeaponGenerator::FrameType' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameImplicitID) == 0x0002B0, "Member 'AFGWeaponGenerator::FrameImplicitID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelSeed) == 0x0002B4, "Member 'AFGWeaponGenerator::BarrelSeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelType) == 0x0002B8, "Member 'AFGWeaponGenerator::BarrelType' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelImplicitID) == 0x0002BC, "Member 'AFGWeaponGenerator::BarrelImplicitID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineSeed) == 0x0002C0, "Member 'AFGWeaponGenerator::MagazineSeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineType) == 0x0002C4, "Member 'AFGWeaponGenerator::MagazineType' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineElement) == 0x0002C5, "Member 'AFGWeaponGenerator::MagazineElement' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineImplicitID) == 0x0002C8, "Member 'AFGWeaponGenerator::MagazineImplicitID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripSeed) == 0x0002CC, "Member 'AFGWeaponGenerator::GripSeed' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripImplicitID) == 0x0002D0, "Member 'AFGWeaponGenerator::GripImplicitID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponGenerationStatsSoftDataTable) == 0x0002D8, "Member 'AFGWeaponGenerator::WeaponGenerationStatsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponGenerationStats) == 0x000300, "Member 'AFGWeaponGenerator::WeaponGenerationStats' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponGenerationStatsLimitsSoftDataTable) == 0x0003B0, "Member 'AFGWeaponGenerator::WeaponGenerationStatsLimitsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponGenerationStatsLimits) == 0x0003D8, "Member 'AFGWeaponGenerator::WeaponGenerationStatsLimits' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponTierModifiersSoftDataTable) == 0x000440, "Member 'AFGWeaponGenerator::WeaponTierModifiersSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponTierModifiers) == 0x000468, "Member 'AFGWeaponGenerator::WeaponTierModifiers' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ImplicitLimitsSoftDataTable) == 0x000478, "Member 'AFGWeaponGenerator::ImplicitLimitsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponImplicitLimits) == 0x0004A0, "Member 'AFGWeaponGenerator::WeaponImplicitLimits' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponNamesSoftDataTable) == 0x0004B0, "Member 'AFGWeaponGenerator::WeaponNamesSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponNameSettings) == 0x0004D8, "Member 'AFGWeaponGenerator::WeaponNameSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponMagazineNamesSoftDataTable) == 0x0004E8, "Member 'AFGWeaponGenerator::WeaponMagazineNamesSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponMagazineNameSettings) == 0x000510, "Member 'AFGWeaponGenerator::WeaponMagazineNameSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameCoefficientsSettingsSoftDataTable) == 0x000520, "Member 'AFGWeaponGenerator::FrameCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameCoefficientsSettings) == 0x000548, "Member 'AFGWeaponGenerator::FrameCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameAffixRollSettingsSoftDataTable) == 0x000558, "Member 'AFGWeaponGenerator::FrameAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, FrameAffixRollSettings) == 0x000580, "Member 'AFGWeaponGenerator::FrameAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelCoefficientsSettingsSoftDataTable) == 0x000590, "Member 'AFGWeaponGenerator::BarrelCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelCoefficientsSettings) == 0x0005B8, "Member 'AFGWeaponGenerator::BarrelCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelAffixRollSettingsSoftDataTable) == 0x0005C8, "Member 'AFGWeaponGenerator::BarrelAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, BarrelAffixRollSettings) == 0x0005F0, "Member 'AFGWeaponGenerator::BarrelAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineCoefficientsSettingsSoftDataTable) == 0x000600, "Member 'AFGWeaponGenerator::MagazineCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineCoefficientsSettings) == 0x000628, "Member 'AFGWeaponGenerator::MagazineCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineAffixRollSettingsSoftDataTable) == 0x000638, "Member 'AFGWeaponGenerator::MagazineAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, MagazineAffixRollSettings) == 0x000660, "Member 'AFGWeaponGenerator::MagazineAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponMagazineElementSettingsSoftDataTable) == 0x000670, "Member 'AFGWeaponGenerator::WeaponMagazineElementSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponMagazineElementSettings) == 0x000698, "Member 'AFGWeaponGenerator::WeaponMagazineElementSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripCoefficientsSettingsSoftDataTable) == 0x0006A8, "Member 'AFGWeaponGenerator::GripCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripCoefficientsSettings) == 0x0006D0, "Member 'AFGWeaponGenerator::GripCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripAffixRollSettingsSoftDataTable) == 0x0006E0, "Member 'AFGWeaponGenerator::GripAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GripAffixRollSettings) == 0x000708, "Member 'AFGWeaponGenerator::GripAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, StockCoefficientsSettingsSoftDataTable) == 0x000718, "Member 'AFGWeaponGenerator::StockCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, StockCoefficientsSettings) == 0x000740, "Member 'AFGWeaponGenerator::StockCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, StockAffixRollSettingsSoftDataTable) == 0x000750, "Member 'AFGWeaponGenerator::StockAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, StockAffixRollSettings) == 0x000778, "Member 'AFGWeaponGenerator::StockAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ScopeCoefficientsSettingsSoftDataTable) == 0x000788, "Member 'AFGWeaponGenerator::ScopeCoefficientsSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ScopeCoefficientsSettings) == 0x0007B0, "Member 'AFGWeaponGenerator::ScopeCoefficientsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ScopeAffixRollSettingsSoftDataTable) == 0x0007C0, "Member 'AFGWeaponGenerator::ScopeAffixRollSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ScopeAffixRollSettings) == 0x0007E8, "Member 'AFGWeaponGenerator::ScopeAffixRollSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ModuleAttachmentsSoftDataTable) == 0x0007F8, "Member 'AFGWeaponGenerator::ModuleAttachmentsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ModuleAttachmentsSettings) == 0x000820, "Member 'AFGWeaponGenerator::ModuleAttachmentsSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponRecoilSoftDataTable) == 0x000830, "Member 'AFGWeaponGenerator::WeaponRecoilSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponRecoilSettings) == 0x000858, "Member 'AFGWeaponGenerator::WeaponRecoilSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponCoreFrameSocketSpawnSettingsSoftDataTable) == 0x000868, "Member 'AFGWeaponGenerator::WeaponCoreFrameSocketSpawnSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponCoreFrameSocketSpawnSettings) == 0x000890, "Member 'AFGWeaponGenerator::WeaponCoreFrameSocketSpawnSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponCoreSettingsSoftDataTable) == 0x0008A0, "Member 'AFGWeaponGenerator::WeaponCoreSettingsSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponCoreSettings) == 0x0008C8, "Member 'AFGWeaponGenerator::WeaponCoreSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponModuleDisassembleDataSoftDataTable) == 0x0008D8, "Member 'AFGWeaponGenerator::WeaponModuleDisassembleDataSoftDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, WeaponModuleDisassembleData) == 0x000900, "Member 'AFGWeaponGenerator::WeaponModuleDisassembleData' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, ModuleTierModifier) == 0x000910, "Member 'AFGWeaponGenerator::ModuleTierModifier' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityDebuffCap) == 0x000960, "Member 'AFGWeaponGenerator::DurabilityDebuffCap' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityPenaulty_ConstRPM) == 0x000964, "Member 'AFGWeaponGenerator::DurabilityPenaulty_ConstRPM' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityPenaulty_ConstCoeff) == 0x000968, "Member 'AFGWeaponGenerator::DurabilityPenaulty_ConstCoeff' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityPenaulty_Min) == 0x00096C, "Member 'AFGWeaponGenerator::DurabilityPenaulty_Min' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityPenaulty_Max) == 0x000970, "Member 'AFGWeaponGenerator::DurabilityPenaulty_Max' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityLessPoint) == 0x000974, "Member 'AFGWeaponGenerator::DurabilityLessPoint' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, DurabilityRepairCountCost) == 0x000978, "Member 'AFGWeaponGenerator::DurabilityRepairCountCost' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, bInitialized) == 0x000988, "Member 'AFGWeaponGenerator::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GlobalBarrelDamageMod) == 0x00098C, "Member 'AFGWeaponGenerator::GlobalBarrelDamageMod' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponGenerator, GlobalBarrelDamageMod100) == 0x000990, "Member 'AFGWeaponGenerator::GlobalBarrelDamageMod100' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule \ static_assert(alignof(AFGWeaponModule) == 0x000010, "Wrong alignment on AFGWeaponModule"); \ static_assert(sizeof(AFGWeaponModule) == 0x000460, "Wrong size on AFGWeaponModule"); \ static_assert(offsetof(AFGWeaponModule, Type) == 0x0003E8, "Member 'AFGWeaponModule::Type' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, ModuleID) == 0x0003EC, "Member 'AFGWeaponModule::ModuleID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, ConsumedDurability) == 0x0003F0, "Member 'AFGWeaponModule::ConsumedDurability' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, RepairedCount) == 0x0003F4, "Member 'AFGWeaponModule::RepairedCount' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, ModuleTier) == 0x0003F8, "Member 'AFGWeaponModule::ModuleTier' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, CompatibleWeaponType) == 0x0003F9, "Member 'AFGWeaponModule::CompatibleWeaponType' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, bOverrideID) == 0x0003FA, "Member 'AFGWeaponModule::bOverrideID' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, bOverrideTier) == 0x0003FB, "Member 'AFGWeaponModule::bOverrideTier' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, ModuleHighlight) == 0x000400, "Member 'AFGWeaponModule::ModuleHighlight' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, ModuleColorMap) == 0x000408, "Member 'AFGWeaponModule::ModuleColorMap' has a wrong offset!"); \ static_assert(offsetof(AFGWeaponModule, NiagaraColorParam) == 0x000458, "Member 'AFGWeaponModule::NiagaraColorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Barrel_GetBarrelDescription \ static_assert(alignof(FGWeaponModule_Barrel_GetBarrelDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Barrel_GetBarrelDescription"); \ static_assert(sizeof(FGWeaponModule_Barrel_GetBarrelDescription) == 0x0000B8, "Wrong size on FGWeaponModule_Barrel_GetBarrelDescription"); \ static_assert(offsetof(FGWeaponModule_Barrel_GetBarrelDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Barrel_GetBarrelDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Barrel_GetBarrelDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Barrel_GetBarrelDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Barrel_GetBarrelDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Barrel_GetBarrelDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Barrel_GetBarrelDescription, ReturnValue) == 0x0000B0, "Member 'FGWeaponModule_Barrel_GetBarrelDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Barrel \ static_assert(alignof(AFGWeaponModule_Barrel) == 0x000010, "Wrong alignment on AFGWeaponModule_Barrel"); \ static_assert(sizeof(AFGWeaponModule_Barrel) == 0x000460, "Wrong size on AFGWeaponModule_Barrel"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Core_GetWeaponCoreDescription \ static_assert(alignof(FGWeaponModule_Core_GetWeaponCoreDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Core_GetWeaponCoreDescription"); \ static_assert(sizeof(FGWeaponModule_Core_GetWeaponCoreDescription) == 0x0000F8, "Wrong size on FGWeaponModule_Core_GetWeaponCoreDescription"); \ static_assert(offsetof(FGWeaponModule_Core_GetWeaponCoreDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Core_GetWeaponCoreDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Core_GetWeaponCoreDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Core_GetWeaponCoreDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Core_GetWeaponCoreDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Core_GetWeaponCoreDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Core_GetWeaponCoreDescription, ReturnValue) == 0x0000F0, "Member 'FGWeaponModule_Core_GetWeaponCoreDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Core \ static_assert(alignof(AFGWeaponModule_Core) == 0x000010, "Wrong alignment on AFGWeaponModule_Core"); \ static_assert(sizeof(AFGWeaponModule_Core) == 0x000460, "Wrong size on AFGWeaponModule_Core"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Frame_GetFrameDescription \ static_assert(alignof(FGWeaponModule_Frame_GetFrameDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Frame_GetFrameDescription"); \ static_assert(sizeof(FGWeaponModule_Frame_GetFrameDescription) == 0x000130, "Wrong size on FGWeaponModule_Frame_GetFrameDescription"); \ static_assert(offsetof(FGWeaponModule_Frame_GetFrameDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Frame_GetFrameDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetFrameDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Frame_GetFrameDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetFrameDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Frame_GetFrameDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetFrameDescription, ReturnValue) == 0x000128, "Member 'FGWeaponModule_Frame_GetFrameDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Frame_GetMagazineDescription \ static_assert(alignof(FGWeaponModule_Frame_GetMagazineDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Frame_GetMagazineDescription"); \ static_assert(sizeof(FGWeaponModule_Frame_GetMagazineDescription) == 0x000098, "Wrong size on FGWeaponModule_Frame_GetMagazineDescription"); \ static_assert(offsetof(FGWeaponModule_Frame_GetMagazineDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Frame_GetMagazineDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetMagazineDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Frame_GetMagazineDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetMagazineDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Frame_GetMagazineDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Frame_GetMagazineDescription, ReturnValue) == 0x000090, "Member 'FGWeaponModule_Frame_GetMagazineDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Frame \ static_assert(alignof(AFGWeaponModule_Frame) == 0x000010, "Wrong alignment on AFGWeaponModule_Frame"); \ static_assert(sizeof(AFGWeaponModule_Frame) == 0x000460, "Wrong size on AFGWeaponModule_Frame"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Grip_GetGripDescription \ static_assert(alignof(FGWeaponModule_Grip_GetGripDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Grip_GetGripDescription"); \ static_assert(sizeof(FGWeaponModule_Grip_GetGripDescription) == 0x0000A0, "Wrong size on FGWeaponModule_Grip_GetGripDescription"); \ static_assert(offsetof(FGWeaponModule_Grip_GetGripDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Grip_GetGripDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Grip_GetGripDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Grip_GetGripDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Grip_GetGripDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Grip_GetGripDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Grip_GetGripDescription, ReturnValue) == 0x000098, "Member 'FGWeaponModule_Grip_GetGripDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Grip \ static_assert(alignof(AFGWeaponModule_Grip) == 0x000010, "Wrong alignment on AFGWeaponModule_Grip"); \ static_assert(sizeof(AFGWeaponModule_Grip) == 0x000460, "Wrong size on AFGWeaponModule_Grip"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Magazine_GetMagazineDescription \ static_assert(alignof(FGWeaponModule_Magazine_GetMagazineDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Magazine_GetMagazineDescription"); \ static_assert(sizeof(FGWeaponModule_Magazine_GetMagazineDescription) == 0x000098, "Wrong size on FGWeaponModule_Magazine_GetMagazineDescription"); \ static_assert(offsetof(FGWeaponModule_Magazine_GetMagazineDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Magazine_GetMagazineDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Magazine_GetMagazineDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Magazine_GetMagazineDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Magazine_GetMagazineDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Magazine_GetMagazineDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Magazine_GetMagazineDescription, ReturnValue) == 0x000090, "Member 'FGWeaponModule_Magazine_GetMagazineDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Magazine \ static_assert(alignof(AFGWeaponModule_Magazine) == 0x000010, "Wrong alignment on AFGWeaponModule_Magazine"); \ static_assert(sizeof(AFGWeaponModule_Magazine) == 0x000470, "Wrong size on AFGWeaponModule_Magazine"); \ static_assert(offsetof(AFGWeaponModule_Magazine, MagazineElement) == 0x000460, "Member 'AFGWeaponModule_Magazine::MagazineElement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Scope_GetScopeDescription \ static_assert(alignof(FGWeaponModule_Scope_GetScopeDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Scope_GetScopeDescription"); \ static_assert(sizeof(FGWeaponModule_Scope_GetScopeDescription) == 0x000080, "Wrong size on FGWeaponModule_Scope_GetScopeDescription"); \ static_assert(offsetof(FGWeaponModule_Scope_GetScopeDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Scope_GetScopeDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Scope_GetScopeDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Scope_GetScopeDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Scope_GetScopeDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Scope_GetScopeDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Scope_GetScopeDescription, ReturnValue) == 0x000078, "Member 'FGWeaponModule_Scope_GetScopeDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Scope \ static_assert(alignof(AFGWeaponModule_Scope) == 0x000010, "Wrong alignment on AFGWeaponModule_Scope"); \ static_assert(sizeof(AFGWeaponModule_Scope) == 0x000460, "Wrong size on AFGWeaponModule_Scope"); \ #define DUMPER7_ASSERTS_FGWeaponModule_Stock_GetStockDescription \ static_assert(alignof(FGWeaponModule_Stock_GetStockDescription) == 0x000008, "Wrong alignment on FGWeaponModule_Stock_GetStockDescription"); \ static_assert(sizeof(FGWeaponModule_Stock_GetStockDescription) == 0x000080, "Wrong size on FGWeaponModule_Stock_GetStockDescription"); \ static_assert(offsetof(FGWeaponModule_Stock_GetStockDescription, WorldContext) == 0x000000, "Member 'FGWeaponModule_Stock_GetStockDescription::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Stock_GetStockDescription, LifetimeData) == 0x000008, "Member 'FGWeaponModule_Stock_GetStockDescription::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Stock_GetStockDescription, ModuleDescription) == 0x000010, "Member 'FGWeaponModule_Stock_GetStockDescription::ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(FGWeaponModule_Stock_GetStockDescription, ReturnValue) == 0x000078, "Member 'FGWeaponModule_Stock_GetStockDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWeaponModule_Stock \ static_assert(alignof(AFGWeaponModule_Stock) == 0x000010, "Wrong alignment on AFGWeaponModule_Stock"); \ static_assert(sizeof(AFGWeaponModule_Stock) == 0x000460, "Wrong size on AFGWeaponModule_Stock"); \ #define DUMPER7_ASSERTS_FGWorldMoveManager_MoveWorldWithProxy \ static_assert(alignof(FGWorldMoveManager_MoveWorldWithProxy) == 0x000008, "Wrong alignment on FGWorldMoveManager_MoveWorldWithProxy"); \ static_assert(sizeof(FGWorldMoveManager_MoveWorldWithProxy) == 0x000010, "Wrong size on FGWorldMoveManager_MoveWorldWithProxy"); \ static_assert(offsetof(FGWorldMoveManager_MoveWorldWithProxy, Offset) == 0x000000, "Member 'FGWorldMoveManager_MoveWorldWithProxy::Offset' has a wrong offset!"); \ static_assert(offsetof(FGWorldMoveManager_MoveWorldWithProxy, Proxy) == 0x000008, "Member 'FGWorldMoveManager_MoveWorldWithProxy::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWorldMoveManager \ static_assert(alignof(AFGWorldMoveManager) == 0x000008, "Wrong alignment on AFGWorldMoveManager"); \ static_assert(sizeof(AFGWorldMoveManager) == 0x000220, "Wrong size on AFGWorldMoveManager"); \ #define DUMPER7_ASSERTS_FGWorldMoveBlueprintAsyncAction_MoveWorldAsync \ static_assert(alignof(FGWorldMoveBlueprintAsyncAction_MoveWorldAsync) == 0x000008, "Wrong alignment on FGWorldMoveBlueprintAsyncAction_MoveWorldAsync"); \ static_assert(sizeof(FGWorldMoveBlueprintAsyncAction_MoveWorldAsync) == 0x000018, "Wrong size on FGWorldMoveBlueprintAsyncAction_MoveWorldAsync"); \ static_assert(offsetof(FGWorldMoveBlueprintAsyncAction_MoveWorldAsync, newOffset) == 0x000000, "Member 'FGWorldMoveBlueprintAsyncAction_MoveWorldAsync::newOffset' has a wrong offset!"); \ static_assert(offsetof(FGWorldMoveBlueprintAsyncAction_MoveWorldAsync, WorldMoveActor) == 0x000008, "Member 'FGWorldMoveBlueprintAsyncAction_MoveWorldAsync::WorldMoveActor' has a wrong offset!"); \ static_assert(offsetof(FGWorldMoveBlueprintAsyncAction_MoveWorldAsync, ReturnValue) == 0x000010, "Member 'FGWorldMoveBlueprintAsyncAction_MoveWorldAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWorldMoveBlueprintAsyncAction \ static_assert(alignof(UFGWorldMoveBlueprintAsyncAction) == 0x000008, "Wrong alignment on UFGWorldMoveBlueprintAsyncAction"); \ static_assert(sizeof(UFGWorldMoveBlueprintAsyncAction) == 0x000050, "Wrong size on UFGWorldMoveBlueprintAsyncAction"); \ static_assert(offsetof(UFGWorldMoveBlueprintAsyncAction, CachedWorldMoveActor) == 0x000030, "Member 'UFGWorldMoveBlueprintAsyncAction::CachedWorldMoveActor' has a wrong offset!"); \ static_assert(offsetof(UFGWorldMoveBlueprintAsyncAction, OnCompleted) == 0x000038, "Member 'UFGWorldMoveBlueprintAsyncAction::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UFGWorldMoveBlueprintAsyncAction, Offset) == 0x000048, "Member 'UFGWorldMoveBlueprintAsyncAction::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldProgressionListener_WorldProgressionUnlocked \ static_assert(alignof(FGWorldProgressionListener_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on FGWorldProgressionListener_WorldProgressionUnlocked"); \ static_assert(sizeof(FGWorldProgressionListener_WorldProgressionUnlocked) == 0x000001, "Wrong size on FGWorldProgressionListener_WorldProgressionUnlocked"); \ static_assert(offsetof(FGWorldProgressionListener_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'FGWorldProgressionListener_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGWorldProgressionListener \ static_assert(alignof(IFGWorldProgressionListener) == 0x000001, "Wrong alignment on IFGWorldProgressionListener"); \ static_assert(sizeof(IFGWorldProgressionListener) == 0x000001, "Wrong size on IFGWorldProgressionListener"); \ #define DUMPER7_ASSERTS_FGWorldProgressionManager_IsUnlocked \ static_assert(alignof(FGWorldProgressionManager_IsUnlocked) == 0x000001, "Wrong alignment on FGWorldProgressionManager_IsUnlocked"); \ static_assert(sizeof(FGWorldProgressionManager_IsUnlocked) == 0x000002, "Wrong size on FGWorldProgressionManager_IsUnlocked"); \ static_assert(offsetof(FGWorldProgressionManager_IsUnlocked, ProgressionType) == 0x000000, "Member 'FGWorldProgressionManager_IsUnlocked::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGWorldProgressionManager_IsUnlocked, ReturnValue) == 0x000001, "Member 'FGWorldProgressionManager_IsUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldProgressionManager_Lock \ static_assert(alignof(FGWorldProgressionManager_Lock) == 0x000001, "Wrong alignment on FGWorldProgressionManager_Lock"); \ static_assert(sizeof(FGWorldProgressionManager_Lock) == 0x000002, "Wrong size on FGWorldProgressionManager_Lock"); \ static_assert(offsetof(FGWorldProgressionManager_Lock, ProgressionType) == 0x000000, "Member 'FGWorldProgressionManager_Lock::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGWorldProgressionManager_Lock, ReturnValue) == 0x000001, "Member 'FGWorldProgressionManager_Lock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldProgressionManager_OnRep_UnlockedProgression \ static_assert(alignof(FGWorldProgressionManager_OnRep_UnlockedProgression) == 0x000008, "Wrong alignment on FGWorldProgressionManager_OnRep_UnlockedProgression"); \ static_assert(sizeof(FGWorldProgressionManager_OnRep_UnlockedProgression) == 0x000010, "Wrong size on FGWorldProgressionManager_OnRep_UnlockedProgression"); \ static_assert(offsetof(FGWorldProgressionManager_OnRep_UnlockedProgression, OldProgression) == 0x000000, "Member 'FGWorldProgressionManager_OnRep_UnlockedProgression::OldProgression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldProgressionManager_Subscribe \ static_assert(alignof(FGWorldProgressionManager_Subscribe) == 0x000008, "Wrong alignment on FGWorldProgressionManager_Subscribe"); \ static_assert(sizeof(FGWorldProgressionManager_Subscribe) == 0x000010, "Wrong size on FGWorldProgressionManager_Subscribe"); \ static_assert(offsetof(FGWorldProgressionManager_Subscribe, ProgressionType) == 0x000000, "Member 'FGWorldProgressionManager_Subscribe::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGWorldProgressionManager_Subscribe, Listener) == 0x000008, "Member 'FGWorldProgressionManager_Subscribe::Listener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldProgressionManager_Unlock \ static_assert(alignof(FGWorldProgressionManager_Unlock) == 0x000001, "Wrong alignment on FGWorldProgressionManager_Unlock"); \ static_assert(sizeof(FGWorldProgressionManager_Unlock) == 0x000002, "Wrong size on FGWorldProgressionManager_Unlock"); \ static_assert(offsetof(FGWorldProgressionManager_Unlock, ProgressionType) == 0x000000, "Member 'FGWorldProgressionManager_Unlock::ProgressionType' has a wrong offset!"); \ static_assert(offsetof(FGWorldProgressionManager_Unlock, ReturnValue) == 0x000001, "Member 'FGWorldProgressionManager_Unlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWorldProgressionManager \ static_assert(alignof(AFGWorldProgressionManager) == 0x000008, "Wrong alignment on AFGWorldProgressionManager"); \ static_assert(sizeof(AFGWorldProgressionManager) == 0x0002A8, "Wrong size on AFGWorldProgressionManager"); \ static_assert(offsetof(AFGWorldProgressionManager, bInitialized) == 0x000220, "Member 'AFGWorldProgressionManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, bEditorUnlockIgnoreSaves) == 0x000221, "Member 'AFGWorldProgressionManager::bEditorUnlockIgnoreSaves' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, bEditorUnlockAllProgression) == 0x000222, "Member 'AFGWorldProgressionManager::bEditorUnlockAllProgression' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, EditorPreUnlockedProgression) == 0x000228, "Member 'AFGWorldProgressionManager::EditorPreUnlockedProgression' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, UnlockedProgression) == 0x000238, "Member 'AFGWorldProgressionManager::UnlockedProgression' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, WorldProgressionListeners) == 0x000248, "Member 'AFGWorldProgressionManager::WorldProgressionListeners' has a wrong offset!"); \ static_assert(offsetof(AFGWorldProgressionManager, OnProgressionUnlock) == 0x000298, "Member 'AFGWorldProgressionManager::OnProgressionUnlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGWorldSaveData \ static_assert(alignof(UFGWorldSaveData) == 0x000010, "Wrong alignment on UFGWorldSaveData"); \ static_assert(sizeof(UFGWorldSaveData) == 0x000520, "Wrong size on UFGWorldSaveData"); \ static_assert(offsetof(UFGWorldSaveData, WorldSaveData) == 0x000030, "Member 'UFGWorldSaveData::WorldSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GameplayLog \ static_assert(alignof(FGWorldStateManager_GameplayLog) == 0x000008, "Wrong alignment on FGWorldStateManager_GameplayLog"); \ static_assert(sizeof(FGWorldStateManager_GameplayLog) == 0x000040, "Wrong size on FGWorldStateManager_GameplayLog"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, WorldContextObject) == 0x000000, "Member 'FGWorldStateManager_GameplayLog::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, Type) == 0x000008, "Member 'FGWorldStateManager_GameplayLog::Type' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, Category) == 0x000010, "Member 'FGWorldStateManager_GameplayLog::Category' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, Description) == 0x000020, "Member 'FGWorldStateManager_GameplayLog::Description' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, GameplayLogActor) == 0x000030, "Member 'FGWorldStateManager_GameplayLog::GameplayLogActor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GameplayLog, ReturnValue) == 0x000038, "Member 'FGWorldStateManager_GameplayLog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_QuestLog \ static_assert(alignof(FGWorldStateManager_QuestLog) == 0x000008, "Wrong alignment on FGWorldStateManager_QuestLog"); \ static_assert(sizeof(FGWorldStateManager_QuestLog) == 0x000040, "Wrong size on FGWorldStateManager_QuestLog"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, WorldContextObject) == 0x000000, "Member 'FGWorldStateManager_QuestLog::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, Type) == 0x000008, "Member 'FGWorldStateManager_QuestLog::Type' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, Category) == 0x000010, "Member 'FGWorldStateManager_QuestLog::Category' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, Description) == 0x000020, "Member 'FGWorldStateManager_QuestLog::Description' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, GameplayLogActor) == 0x000030, "Member 'FGWorldStateManager_QuestLog::GameplayLogActor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_QuestLog, ReturnValue) == 0x000038, "Member 'FGWorldStateManager_QuestLog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_AddGameplayLog \ static_assert(alignof(FGWorldStateManager_AddGameplayLog) == 0x000008, "Wrong alignment on FGWorldStateManager_AddGameplayLog"); \ static_assert(sizeof(FGWorldStateManager_AddGameplayLog) == 0x000038, "Wrong size on FGWorldStateManager_AddGameplayLog"); \ static_assert(offsetof(FGWorldStateManager_AddGameplayLog, Type) == 0x000000, "Member 'FGWorldStateManager_AddGameplayLog::Type' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddGameplayLog, Category) == 0x000008, "Member 'FGWorldStateManager_AddGameplayLog::Category' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddGameplayLog, Description) == 0x000018, "Member 'FGWorldStateManager_AddGameplayLog::Description' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddGameplayLog, GameplayLogActor) == 0x000028, "Member 'FGWorldStateManager_AddGameplayLog::GameplayLogActor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddGameplayLog, ReturnValue) == 0x000030, "Member 'FGWorldStateManager_AddGameplayLog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_AddQuestLog \ static_assert(alignof(FGWorldStateManager_AddQuestLog) == 0x000008, "Wrong alignment on FGWorldStateManager_AddQuestLog"); \ static_assert(sizeof(FGWorldStateManager_AddQuestLog) == 0x000038, "Wrong size on FGWorldStateManager_AddQuestLog"); \ static_assert(offsetof(FGWorldStateManager_AddQuestLog, Type) == 0x000000, "Member 'FGWorldStateManager_AddQuestLog::Type' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddQuestLog, Category) == 0x000008, "Member 'FGWorldStateManager_AddQuestLog::Category' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddQuestLog, Description) == 0x000018, "Member 'FGWorldStateManager_AddQuestLog::Description' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddQuestLog, GameplayLogActor) == 0x000028, "Member 'FGWorldStateManager_AddQuestLog::GameplayLogActor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_AddQuestLog, ReturnValue) == 0x000030, "Member 'FGWorldStateManager_AddQuestLog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_CalculateWorldRate \ static_assert(alignof(FGWorldStateManager_CalculateWorldRate) == 0x000004, "Wrong alignment on FGWorldStateManager_CalculateWorldRate"); \ static_assert(sizeof(FGWorldStateManager_CalculateWorldRate) == 0x000004, "Wrong size on FGWorldStateManager_CalculateWorldRate"); \ static_assert(offsetof(FGWorldStateManager_CalculateWorldRate, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_CalculateWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetActorChunk \ static_assert(alignof(FGWorldStateManager_GetActorChunk) == 0x000008, "Wrong alignment on FGWorldStateManager_GetActorChunk"); \ static_assert(sizeof(FGWorldStateManager_GetActorChunk) == 0x000010, "Wrong size on FGWorldStateManager_GetActorChunk"); \ static_assert(offsetof(FGWorldStateManager_GetActorChunk, Actor) == 0x000000, "Member 'FGWorldStateManager_GetActorChunk::Actor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetActorChunk, ReturnValue) == 0x000008, "Member 'FGWorldStateManager_GetActorChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetActorLevelStreamingVolume \ static_assert(alignof(FGWorldStateManager_GetActorLevelStreamingVolume) == 0x000008, "Wrong alignment on FGWorldStateManager_GetActorLevelStreamingVolume"); \ static_assert(sizeof(FGWorldStateManager_GetActorLevelStreamingVolume) == 0x000010, "Wrong size on FGWorldStateManager_GetActorLevelStreamingVolume"); \ static_assert(offsetof(FGWorldStateManager_GetActorLevelStreamingVolume, Actor) == 0x000000, "Member 'FGWorldStateManager_GetActorLevelStreamingVolume::Actor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetActorLevelStreamingVolume, ReturnValue) == 0x000008, "Member 'FGWorldStateManager_GetActorLevelStreamingVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetDepotInventory \ static_assert(alignof(FGWorldStateManager_GetDepotInventory) == 0x000008, "Wrong alignment on FGWorldStateManager_GetDepotInventory"); \ static_assert(sizeof(FGWorldStateManager_GetDepotInventory) == 0x000008, "Wrong size on FGWorldStateManager_GetDepotInventory"); \ static_assert(offsetof(FGWorldStateManager_GetDepotInventory, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetDepotInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetLearnedRecipes \ static_assert(alignof(FGWorldStateManager_GetLearnedRecipes) == 0x000008, "Wrong alignment on FGWorldStateManager_GetLearnedRecipes"); \ static_assert(sizeof(FGWorldStateManager_GetLearnedRecipes) == 0x000010, "Wrong size on FGWorldStateManager_GetLearnedRecipes"); \ static_assert(offsetof(FGWorldStateManager_GetLearnedRecipes, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetLearnedRecipes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetRecipe \ static_assert(alignof(FGWorldStateManager_GetRecipe) == 0x000008, "Wrong alignment on FGWorldStateManager_GetRecipe"); \ static_assert(sizeof(FGWorldStateManager_GetRecipe) == 0x0000F0, "Wrong size on FGWorldStateManager_GetRecipe"); \ static_assert(offsetof(FGWorldStateManager_GetRecipe, ID) == 0x000000, "Member 'FGWorldStateManager_GetRecipe::ID' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetRecipe, ReturnValue) == 0x000008, "Member 'FGWorldStateManager_GetRecipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetRecipesForBench \ static_assert(alignof(FGWorldStateManager_GetRecipesForBench) == 0x000008, "Wrong alignment on FGWorldStateManager_GetRecipesForBench"); \ static_assert(sizeof(FGWorldStateManager_GetRecipesForBench) == 0x000018, "Wrong size on FGWorldStateManager_GetRecipesForBench"); \ static_assert(offsetof(FGWorldStateManager_GetRecipesForBench, Bench) == 0x000000, "Member 'FGWorldStateManager_GetRecipesForBench::Bench' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetRecipesForBench, Category) == 0x000001, "Member 'FGWorldStateManager_GetRecipesForBench::Category' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetRecipesForBench, ReturnValue) == 0x000008, "Member 'FGWorldStateManager_GetRecipesForBench::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetResourceRequirements \ static_assert(alignof(FGWorldStateManager_GetResourceRequirements) == 0x000008, "Wrong alignment on FGWorldStateManager_GetResourceRequirements"); \ static_assert(sizeof(FGWorldStateManager_GetResourceRequirements) == 0x000018, "Wrong size on FGWorldStateManager_GetResourceRequirements"); \ static_assert(offsetof(FGWorldStateManager_GetResourceRequirements, ID) == 0x000000, "Member 'FGWorldStateManager_GetResourceRequirements::ID' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_GetResourceRequirements, ReturnValue) == 0x000008, "Member 'FGWorldStateManager_GetResourceRequirements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetServerTimeStamp \ static_assert(alignof(FGWorldStateManager_GetServerTimeStamp) == 0x000004, "Wrong alignment on FGWorldStateManager_GetServerTimeStamp"); \ static_assert(sizeof(FGWorldStateManager_GetServerTimeStamp) == 0x000004, "Wrong size on FGWorldStateManager_GetServerTimeStamp"); \ static_assert(offsetof(FGWorldStateManager_GetServerTimeStamp, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetServerTimeStamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetSessionSettings \ static_assert(alignof(FGWorldStateManager_GetSessionSettings) == 0x000008, "Wrong alignment on FGWorldStateManager_GetSessionSettings"); \ static_assert(sizeof(FGWorldStateManager_GetSessionSettings) == 0x000020, "Wrong size on FGWorldStateManager_GetSessionSettings"); \ static_assert(offsetof(FGWorldStateManager_GetSessionSettings, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetSessionSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetSublevelDatabaseSize \ static_assert(alignof(FGWorldStateManager_GetSublevelDatabaseSize) == 0x000004, "Wrong alignment on FGWorldStateManager_GetSublevelDatabaseSize"); \ static_assert(sizeof(FGWorldStateManager_GetSublevelDatabaseSize) == 0x000004, "Wrong size on FGWorldStateManager_GetSublevelDatabaseSize"); \ static_assert(offsetof(FGWorldStateManager_GetSublevelDatabaseSize, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetSublevelDatabaseSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetWorldRate \ static_assert(alignof(FGWorldStateManager_GetWorldRate) == 0x000004, "Wrong alignment on FGWorldStateManager_GetWorldRate"); \ static_assert(sizeof(FGWorldStateManager_GetWorldRate) == 0x000004, "Wrong size on FGWorldStateManager_GetWorldRate"); \ static_assert(offsetof(FGWorldStateManager_GetWorldRate, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetWorldRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_IsAnySublevelLoading \ static_assert(alignof(FGWorldStateManager_IsAnySublevelLoading) == 0x000001, "Wrong alignment on FGWorldStateManager_IsAnySublevelLoading"); \ static_assert(sizeof(FGWorldStateManager_IsAnySublevelLoading) == 0x000001, "Wrong size on FGWorldStateManager_IsAnySublevelLoading"); \ static_assert(offsetof(FGWorldStateManager_IsAnySublevelLoading, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_IsAnySublevelLoading::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_IsDemo \ static_assert(alignof(FGWorldStateManager_IsDemo) == 0x000001, "Wrong alignment on FGWorldStateManager_IsDemo"); \ static_assert(sizeof(FGWorldStateManager_IsDemo) == 0x000001, "Wrong size on FGWorldStateManager_IsDemo"); \ static_assert(offsetof(FGWorldStateManager_IsDemo, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_IsDemo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_IsRecipeLearned \ static_assert(alignof(FGWorldStateManager_IsRecipeLearned) == 0x000004, "Wrong alignment on FGWorldStateManager_IsRecipeLearned"); \ static_assert(sizeof(FGWorldStateManager_IsRecipeLearned) == 0x000008, "Wrong size on FGWorldStateManager_IsRecipeLearned"); \ static_assert(offsetof(FGWorldStateManager_IsRecipeLearned, RecipeID) == 0x000000, "Member 'FGWorldStateManager_IsRecipeLearned::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_IsRecipeLearned, ReturnValue) == 0x000004, "Member 'FGWorldStateManager_IsRecipeLearned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_LearnRecipe \ static_assert(alignof(FGWorldStateManager_LearnRecipe) == 0x000004, "Wrong alignment on FGWorldStateManager_LearnRecipe"); \ static_assert(sizeof(FGWorldStateManager_LearnRecipe) == 0x000008, "Wrong size on FGWorldStateManager_LearnRecipe"); \ static_assert(offsetof(FGWorldStateManager_LearnRecipe, RecipeID) == 0x000000, "Member 'FGWorldStateManager_LearnRecipe::RecipeID' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_LearnRecipe, bFromVoidTech) == 0x000004, "Member 'FGWorldStateManager_LearnRecipe::bFromVoidTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_LoadDepotAndTeleportToPlatform \ static_assert(alignof(FGWorldStateManager_LoadDepotAndTeleportToPlatform) == 0x000004, "Wrong alignment on FGWorldStateManager_LoadDepotAndTeleportToPlatform"); \ static_assert(sizeof(FGWorldStateManager_LoadDepotAndTeleportToPlatform) == 0x000014, "Wrong size on FGWorldStateManager_LoadDepotAndTeleportToPlatform"); \ static_assert(offsetof(FGWorldStateManager_LoadDepotAndTeleportToPlatform, Offset) == 0x000000, "Member 'FGWorldStateManager_LoadDepotAndTeleportToPlatform::Offset' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_LoadDepotAndTeleportToPlatform, OnDone) == 0x000004, "Member 'FGWorldStateManager_LoadDepotAndTeleportToPlatform::OnDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_NotifyLevelAddedToWorld \ static_assert(alignof(FGWorldStateManager_NotifyLevelAddedToWorld) == 0x000008, "Wrong alignment on FGWorldStateManager_NotifyLevelAddedToWorld"); \ static_assert(sizeof(FGWorldStateManager_NotifyLevelAddedToWorld) == 0x000010, "Wrong size on FGWorldStateManager_NotifyLevelAddedToWorld"); \ static_assert(offsetof(FGWorldStateManager_NotifyLevelAddedToWorld, InLevel) == 0x000000, "Member 'FGWorldStateManager_NotifyLevelAddedToWorld::InLevel' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_NotifyLevelAddedToWorld, InWorld) == 0x000008, "Member 'FGWorldStateManager_NotifyLevelAddedToWorld::InWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_NotifyLevelRemovedFromWorld \ static_assert(alignof(FGWorldStateManager_NotifyLevelRemovedFromWorld) == 0x000008, "Wrong alignment on FGWorldStateManager_NotifyLevelRemovedFromWorld"); \ static_assert(sizeof(FGWorldStateManager_NotifyLevelRemovedFromWorld) == 0x000010, "Wrong size on FGWorldStateManager_NotifyLevelRemovedFromWorld"); \ static_assert(offsetof(FGWorldStateManager_NotifyLevelRemovedFromWorld, InLevel) == 0x000000, "Member 'FGWorldStateManager_NotifyLevelRemovedFromWorld::InLevel' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_NotifyLevelRemovedFromWorld, InWorld) == 0x000008, "Member 'FGWorldStateManager_NotifyLevelRemovedFromWorld::InWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_NotifyRecipeLearned \ static_assert(alignof(FGWorldStateManager_NotifyRecipeLearned) == 0x000004, "Wrong alignment on FGWorldStateManager_NotifyRecipeLearned"); \ static_assert(sizeof(FGWorldStateManager_NotifyRecipeLearned) == 0x000004, "Wrong size on FGWorldStateManager_NotifyRecipeLearned"); \ static_assert(offsetof(FGWorldStateManager_NotifyRecipeLearned, RecipeID) == 0x000000, "Member 'FGWorldStateManager_NotifyRecipeLearned::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_NotifyRecipeLearnedFromVoidTech \ static_assert(alignof(FGWorldStateManager_NotifyRecipeLearnedFromVoidTech) == 0x000004, "Wrong alignment on FGWorldStateManager_NotifyRecipeLearnedFromVoidTech"); \ static_assert(sizeof(FGWorldStateManager_NotifyRecipeLearnedFromVoidTech) == 0x000004, "Wrong size on FGWorldStateManager_NotifyRecipeLearnedFromVoidTech"); \ static_assert(offsetof(FGWorldStateManager_NotifyRecipeLearnedFromVoidTech, RecipeID) == 0x000000, "Member 'FGWorldStateManager_NotifyRecipeLearnedFromVoidTech::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_OnActorEndPlay \ static_assert(alignof(FGWorldStateManager_OnActorEndPlay) == 0x000008, "Wrong alignment on FGWorldStateManager_OnActorEndPlay"); \ static_assert(sizeof(FGWorldStateManager_OnActorEndPlay) == 0x000010, "Wrong size on FGWorldStateManager_OnActorEndPlay"); \ static_assert(offsetof(FGWorldStateManager_OnActorEndPlay, Actor) == 0x000000, "Member 'FGWorldStateManager_OnActorEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'FGWorldStateManager_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_OnActorSpawned \ static_assert(alignof(FGWorldStateManager_OnActorSpawned) == 0x000008, "Wrong alignment on FGWorldStateManager_OnActorSpawned"); \ static_assert(sizeof(FGWorldStateManager_OnActorSpawned) == 0x000008, "Wrong size on FGWorldStateManager_OnActorSpawned"); \ static_assert(offsetof(FGWorldStateManager_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'FGWorldStateManager_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_OpenListenServer \ static_assert(alignof(FGWorldStateManager_OpenListenServer) == 0x000001, "Wrong alignment on FGWorldStateManager_OpenListenServer"); \ static_assert(sizeof(FGWorldStateManager_OpenListenServer) == 0x000001, "Wrong size on FGWorldStateManager_OpenListenServer"); \ static_assert(offsetof(FGWorldStateManager_OpenListenServer, bFriendsOnly) == 0x000000, "Member 'FGWorldStateManager_OpenListenServer::bFriendsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_PlayTeleportationFXAll \ static_assert(alignof(FGWorldStateManager_PlayTeleportationFXAll) == 0x000004, "Wrong alignment on FGWorldStateManager_PlayTeleportationFXAll"); \ static_assert(sizeof(FGWorldStateManager_PlayTeleportationFXAll) == 0x00000C, "Wrong size on FGWorldStateManager_PlayTeleportationFXAll"); \ static_assert(offsetof(FGWorldStateManager_PlayTeleportationFXAll, UseRealRofleemo) == 0x000000, "Member 'FGWorldStateManager_PlayTeleportationFXAll::UseRealRofleemo' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_PlayTeleportationFXAll, Delay) == 0x000004, "Member 'FGWorldStateManager_PlayTeleportationFXAll::Delay' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_PlayTeleportationFXAll, TeleportationType) == 0x000008, "Member 'FGWorldStateManager_PlayTeleportationFXAll::TeleportationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_RegisterDroppedItem \ static_assert(alignof(FGWorldStateManager_RegisterDroppedItem) == 0x000008, "Wrong alignment on FGWorldStateManager_RegisterDroppedItem"); \ static_assert(sizeof(FGWorldStateManager_RegisterDroppedItem) == 0x000008, "Wrong size on FGWorldStateManager_RegisterDroppedItem"); \ static_assert(offsetof(FGWorldStateManager_RegisterDroppedItem, Item) == 0x000000, "Member 'FGWorldStateManager_RegisterDroppedItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_RegisterWinchActor \ static_assert(alignof(FGWorldStateManager_RegisterWinchActor) == 0x000008, "Wrong alignment on FGWorldStateManager_RegisterWinchActor"); \ static_assert(sizeof(FGWorldStateManager_RegisterWinchActor) == 0x000008, "Wrong size on FGWorldStateManager_RegisterWinchActor"); \ static_assert(offsetof(FGWorldStateManager_RegisterWinchActor, WinchActor) == 0x000000, "Member 'FGWorldStateManager_RegisterWinchActor::WinchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_SaveGame \ static_assert(alignof(FGWorldStateManager_SaveGame) == 0x000008, "Wrong alignment on FGWorldStateManager_SaveGame"); \ static_assert(sizeof(FGWorldStateManager_SaveGame) == 0x000010, "Wrong size on FGWorldStateManager_SaveGame"); \ static_assert(offsetof(FGWorldStateManager_SaveGame, SaveName) == 0x000000, "Member 'FGWorldStateManager_SaveGame::SaveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_ShouldTeleportPlayer \ static_assert(alignof(FGWorldStateManager_ShouldTeleportPlayer) == 0x000008, "Wrong alignment on FGWorldStateManager_ShouldTeleportPlayer"); \ static_assert(sizeof(FGWorldStateManager_ShouldTeleportPlayer) == 0x000010, "Wrong size on FGWorldStateManager_ShouldTeleportPlayer"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayer, PlayerCharacter) == 0x000000, "Member 'FGWorldStateManager_ShouldTeleportPlayer::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayer, TeleportationRule) == 0x000008, "Member 'FGWorldStateManager_ShouldTeleportPlayer::TeleportationRule' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayer, bAllowEnemyTrainConnection) == 0x000009, "Member 'FGWorldStateManager_ShouldTeleportPlayer::bAllowEnemyTrainConnection' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayer, ReturnValue) == 0x00000A, "Member 'FGWorldStateManager_ShouldTeleportPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_ShouldTeleportPlayersToTrain \ static_assert(alignof(FGWorldStateManager_ShouldTeleportPlayersToTrain) == 0x000001, "Wrong alignment on FGWorldStateManager_ShouldTeleportPlayersToTrain"); \ static_assert(sizeof(FGWorldStateManager_ShouldTeleportPlayersToTrain) == 0x000002, "Wrong size on FGWorldStateManager_ShouldTeleportPlayersToTrain"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayersToTrain, TeleportationRule) == 0x000000, "Member 'FGWorldStateManager_ShouldTeleportPlayersToTrain::TeleportationRule' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_ShouldTeleportPlayersToTrain, ReturnValue) == 0x000001, "Member 'FGWorldStateManager_ShouldTeleportPlayersToTrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_StartPlayersTeleportation \ static_assert(alignof(FGWorldStateManager_StartPlayersTeleportation) == 0x000001, "Wrong alignment on FGWorldStateManager_StartPlayersTeleportation"); \ static_assert(sizeof(FGWorldStateManager_StartPlayersTeleportation) == 0x000003, "Wrong size on FGWorldStateManager_StartPlayersTeleportation"); \ static_assert(offsetof(FGWorldStateManager_StartPlayersTeleportation, TeleportationRule) == 0x000000, "Member 'FGWorldStateManager_StartPlayersTeleportation::TeleportationRule' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_StartPlayersTeleportation, bAllowEnemyTrainConnection) == 0x000001, "Member 'FGWorldStateManager_StartPlayersTeleportation::bAllowEnemyTrainConnection' has a wrong offset!"); \ static_assert(offsetof(FGWorldStateManager_StartPlayersTeleportation, ReturnValue) == 0x000002, "Member 'FGWorldStateManager_StartPlayersTeleportation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UnlearnRecipe \ static_assert(alignof(FGWorldStateManager_UnlearnRecipe) == 0x000004, "Wrong alignment on FGWorldStateManager_UnlearnRecipe"); \ static_assert(sizeof(FGWorldStateManager_UnlearnRecipe) == 0x000004, "Wrong size on FGWorldStateManager_UnlearnRecipe"); \ static_assert(offsetof(FGWorldStateManager_UnlearnRecipe, RecipeID) == 0x000000, "Member 'FGWorldStateManager_UnlearnRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UnregisterDroppedItem \ static_assert(alignof(FGWorldStateManager_UnregisterDroppedItem) == 0x000008, "Wrong alignment on FGWorldStateManager_UnregisterDroppedItem"); \ static_assert(sizeof(FGWorldStateManager_UnregisterDroppedItem) == 0x000008, "Wrong size on FGWorldStateManager_UnregisterDroppedItem"); \ static_assert(offsetof(FGWorldStateManager_UnregisterDroppedItem, Item) == 0x000000, "Member 'FGWorldStateManager_UnregisterDroppedItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay \ static_assert(alignof(FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay) == 0x000004, "Wrong alignment on FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay"); \ static_assert(sizeof(FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay) == 0x000004, "Wrong size on FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay"); \ static_assert(offsetof(FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay, Delay) == 0x000000, "Member 'FGWorldStateManager_UpdatePlayersTrainConnectionWithDelay::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UpdateSessionSettings_FriendsOnly \ static_assert(alignof(FGWorldStateManager_UpdateSessionSettings_FriendsOnly) == 0x000001, "Wrong alignment on FGWorldStateManager_UpdateSessionSettings_FriendsOnly"); \ static_assert(sizeof(FGWorldStateManager_UpdateSessionSettings_FriendsOnly) == 0x000001, "Wrong size on FGWorldStateManager_UpdateSessionSettings_FriendsOnly"); \ static_assert(offsetof(FGWorldStateManager_UpdateSessionSettings_FriendsOnly, bNewValue) == 0x000000, "Member 'FGWorldStateManager_UpdateSessionSettings_FriendsOnly::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UpdateSessionSettings_MaximumPlayers \ static_assert(alignof(FGWorldStateManager_UpdateSessionSettings_MaximumPlayers) == 0x000004, "Wrong alignment on FGWorldStateManager_UpdateSessionSettings_MaximumPlayers"); \ static_assert(sizeof(FGWorldStateManager_UpdateSessionSettings_MaximumPlayers) == 0x000004, "Wrong size on FGWorldStateManager_UpdateSessionSettings_MaximumPlayers"); \ static_assert(offsetof(FGWorldStateManager_UpdateSessionSettings_MaximumPlayers, NewValue) == 0x000000, "Member 'FGWorldStateManager_UpdateSessionSettings_MaximumPlayers::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UpdateSessionSettings_Password \ static_assert(alignof(FGWorldStateManager_UpdateSessionSettings_Password) == 0x000008, "Wrong alignment on FGWorldStateManager_UpdateSessionSettings_Password"); \ static_assert(sizeof(FGWorldStateManager_UpdateSessionSettings_Password) == 0x000010, "Wrong size on FGWorldStateManager_UpdateSessionSettings_Password"); \ static_assert(offsetof(FGWorldStateManager_UpdateSessionSettings_Password, NewValue) == 0x000000, "Member 'FGWorldStateManager_UpdateSessionSettings_Password::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_UpdateSessionSettings_SessionOpened \ static_assert(alignof(FGWorldStateManager_UpdateSessionSettings_SessionOpened) == 0x000001, "Wrong alignment on FGWorldStateManager_UpdateSessionSettings_SessionOpened"); \ static_assert(sizeof(FGWorldStateManager_UpdateSessionSettings_SessionOpened) == 0x000001, "Wrong size on FGWorldStateManager_UpdateSessionSettings_SessionOpened"); \ static_assert(offsetof(FGWorldStateManager_UpdateSessionSettings_SessionOpened, bNewValue) == 0x000000, "Member 'FGWorldStateManager_UpdateSessionSettings_SessionOpened::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetServerPreciseTime \ static_assert(alignof(FGWorldStateManager_GetServerPreciseTime) == 0x000004, "Wrong alignment on FGWorldStateManager_GetServerPreciseTime"); \ static_assert(sizeof(FGWorldStateManager_GetServerPreciseTime) == 0x000004, "Wrong size on FGWorldStateManager_GetServerPreciseTime"); \ static_assert(offsetof(FGWorldStateManager_GetServerPreciseTime, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetServerPreciseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_GetWorldState \ static_assert(alignof(FGWorldStateManager_GetWorldState) == 0x000001, "Wrong alignment on FGWorldStateManager_GetWorldState"); \ static_assert(sizeof(FGWorldStateManager_GetWorldState) == 0x000001, "Wrong size on FGWorldStateManager_GetWorldState"); \ static_assert(offsetof(FGWorldStateManager_GetWorldState, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_GetWorldState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWorldStateManager_IsActorDatabaseLoaded \ static_assert(alignof(FGWorldStateManager_IsActorDatabaseLoaded) == 0x000001, "Wrong alignment on FGWorldStateManager_IsActorDatabaseLoaded"); \ static_assert(sizeof(FGWorldStateManager_IsActorDatabaseLoaded) == 0x000001, "Wrong size on FGWorldStateManager_IsActorDatabaseLoaded"); \ static_assert(offsetof(FGWorldStateManager_IsActorDatabaseLoaded, ReturnValue) == 0x000000, "Member 'FGWorldStateManager_IsActorDatabaseLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFGWorldStateManager \ static_assert(alignof(AFGWorldStateManager) == 0x000008, "Wrong alignment on AFGWorldStateManager"); \ static_assert(sizeof(AFGWorldStateManager) == 0x0005E0, "Wrong size on AFGWorldStateManager"); \ static_assert(offsetof(AFGWorldStateManager, DepotInventory) == 0x000220, "Member 'AFGWorldStateManager::DepotInventory' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, StreamingLevelMap) == 0x000228, "Member 'AFGWorldStateManager::StreamingLevelMap' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, SpawnedWorldActors) == 0x000278, "Member 'AFGWorldStateManager::SpawnedWorldActors' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, SublevelDatabase) == 0x0002C8, "Member 'AFGWorldStateManager::SublevelDatabase' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, LearnedRecipes) == 0x000330, "Member 'AFGWorldStateManager::LearnedRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, PreLearnedBuildingRecipes) == 0x000340, "Member 'AFGWorldStateManager::PreLearnedBuildingRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, TourismRecipes) == 0x000350, "Member 'AFGWorldStateManager::TourismRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleRecipeSoftDataBase) == 0x000360, "Member 'AFGWorldStateManager::WagonModuleRecipeSoftDataBase' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleRecipes) == 0x000388, "Member 'AFGWorldStateManager::WagonModuleRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DurabilityDamageSettingsDataTable) == 0x000398, "Member 'AFGWorldStateManager::DurabilityDamageSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DurabilityDamageSettings) == 0x0003A0, "Member 'AFGWorldStateManager::DurabilityDamageSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DMC_IgnoreList) == 0x0003B0, "Member 'AFGWorldStateManager::DMC_IgnoreList' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, AutoSaveTimerHandle) == 0x0003C0, "Member 'AFGWorldStateManager::AutoSaveTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, AutoSaveTime) == 0x0003C8, "Member 'AFGWorldStateManager::AutoSaveTime' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, AutoSaveIndex) == 0x0003CC, "Member 'AFGWorldStateManager::AutoSaveIndex' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, MapsCompleted) == 0x0003D0, "Member 'AFGWorldStateManager::MapsCompleted' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bEditorUnlockAllRecipes) == 0x0003D4, "Member 'AFGWorldStateManager::bEditorUnlockAllRecipes' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bInitialized) == 0x0003D5, "Member 'AFGWorldStateManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bIsCutsceneComplete) == 0x0003D6, "Member 'AFGWorldStateManager::bIsCutsceneComplete' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bIsDemoComplete) == 0x0003D7, "Member 'AFGWorldStateManager::bIsDemoComplete' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DefaultTimeOfDay) == 0x0003D8, "Member 'AFGWorldStateManager::DefaultTimeOfDay' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, TimePerSecond) == 0x0003DC, "Member 'AFGWorldStateManager::TimePerSecond' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DayLength) == 0x0003E0, "Member 'AFGWorldStateManager::DayLength' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, TimeOfDay) == 0x0003E4, "Member 'AFGWorldStateManager::TimeOfDay' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, ServerTimeStamp) == 0x0003E8, "Member 'AFGWorldStateManager::ServerTimeStamp' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, ServerTimeStampTick) == 0x0003EC, "Member 'AFGWorldStateManager::ServerTimeStampTick' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DebugStringSeed) == 0x0003F0, "Member 'AFGWorldStateManager::DebugStringSeed' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnRecipeLearned) == 0x000400, "Member 'AFGWorldStateManager::OnRecipeLearned' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnRecipeLearnedFromVoidTech) == 0x000410, "Member 'AFGWorldStateManager::OnRecipeLearnedFromVoidTech' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, FuelOrbPriorityScaleList) == 0x000420, "Member 'AFGWorldStateManager::FuelOrbPriorityScaleList' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, FuelOrbPriorityScaleValues) == 0x000430, "Member 'AFGWorldStateManager::FuelOrbPriorityScaleValues' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, UnlockedFuelOrbs) == 0x000440, "Member 'AFGWorldStateManager::UnlockedFuelOrbs' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, VoidTechWorldRate) == 0x000450, "Member 'AFGWorldStateManager::VoidTechWorldRate' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, PlayerTrainWorldRateAdditive) == 0x000454, "Member 'AFGWorldStateManager::PlayerTrainWorldRateAdditive' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, PlayerTrainWorldRateScale) == 0x000458, "Member 'AFGWorldStateManager::PlayerTrainWorldRateScale' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, PlayersWorldRateAdditive) == 0x00045C, "Member 'AFGWorldStateManager::PlayersWorldRateAdditive' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, PlayersWorldRateScale) == 0x000460, "Member 'AFGWorldStateManager::PlayersWorldRateScale' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WorldState) == 0x000464, "Member 'AFGWorldStateManager::WorldState' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bTempStartingRoom) == 0x000465, "Member 'AFGWorldStateManager::bTempStartingRoom' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, StartingRoomPath) == 0x000468, "Member 'AFGWorldStateManager::StartingRoomPath' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bUpdateTrainAutoStopOnNextTick) == 0x000478, "Member 'AFGWorldStateManager::bUpdateTrainAutoStopOnNextTick' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, NextTeleportationRule) == 0x000490, "Member 'AFGWorldStateManager::NextTeleportationRule' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnPlayerTeleportationComplete) == 0x000498, "Member 'AFGWorldStateManager::OnPlayerTeleportationComplete' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, DroppedItems) == 0x0004A8, "Member 'AFGWorldStateManager::DroppedItems' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, FoodForWitchesClasses) == 0x0004B8, "Member 'AFGWorldStateManager::FoodForWitchesClasses' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, FoodForWitchesDroppedItems) == 0x0004C8, "Member 'AFGWorldStateManager::FoodForWitchesDroppedItems' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WinchActors) == 0x0004D8, "Member 'AFGWorldStateManager::WinchActors' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, bInDepot) == 0x0004E8, "Member 'AFGWorldStateManager::bInDepot' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnInDepotChanged) == 0x0004F0, "Member 'AFGWorldStateManager::OnInDepotChanged' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, SessionSettings) == 0x000500, "Member 'AFGWorldStateManager::SessionSettings' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, GameplayLogs) == 0x000528, "Member 'AFGWorldStateManager::GameplayLogs' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, QuestLogs) == 0x000538, "Member 'AFGWorldStateManager::QuestLogs' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, GameplayLogsDataTable) == 0x000548, "Member 'AFGWorldStateManager::GameplayLogsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, QuestLogsDataTable) == 0x000550, "Member 'AFGWorldStateManager::QuestLogsDataTable' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleTrashRemoveSound) == 0x000558, "Member 'AFGWorldStateManager::WagonModuleTrashRemoveSound' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleGlobalBuildSound) == 0x000560, "Member 'AFGWorldStateManager::WagonModuleGlobalBuildSound' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleGlobalProjectSound) == 0x000568, "Member 'AFGWorldStateManager::WagonModuleGlobalProjectSound' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleGlobalRelocationStartedSound) == 0x000570, "Member 'AFGWorldStateManager::WagonModuleGlobalRelocationStartedSound' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, WagonModuleGlobalRelocationCompleteSound) == 0x000578, "Member 'AFGWorldStateManager::WagonModuleGlobalRelocationCompleteSound' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, GameDifficultySettings) == 0x000580, "Member 'AFGWorldStateManager::GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnDifficultySettingsChanged) == 0x0005C0, "Member 'AFGWorldStateManager::OnDifficultySettingsChanged' has a wrong offset!"); \ static_assert(offsetof(AFGWorldStateManager, OnLoadDepotAndTeleportToPlatformComplete) == 0x0005D0, "Member 'AFGWorldStateManager::OnLoadDepotAndTeleportToPlatformComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootIKComponent_CalcRootBoneRotation \ static_assert(alignof(FootIKComponent_CalcRootBoneRotation) == 0x000004, "Wrong alignment on FootIKComponent_CalcRootBoneRotation"); \ static_assert(sizeof(FootIKComponent_CalcRootBoneRotation) == 0x000004, "Wrong size on FootIKComponent_CalcRootBoneRotation"); \ static_assert(offsetof(FootIKComponent_CalcRootBoneRotation, DeltaTime) == 0x000000, "Member 'FootIKComponent_CalcRootBoneRotation::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootIKComponent_IKFootTrace \ static_assert(alignof(FootIKComponent_IKFootTrace) == 0x000004, "Wrong alignment on FootIKComponent_IKFootTrace"); \ static_assert(sizeof(FootIKComponent_IKFootTrace) == 0x000050, "Wrong size on FootIKComponent_IKFootTrace"); \ static_assert(offsetof(FootIKComponent_IKFootTrace, TraceDistance) == 0x000000, "Member 'FootIKComponent_IKFootTrace::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(FootIKComponent_IKFootTrace, FootInfo) == 0x000004, "Member 'FootIKComponent_IKFootTrace::FootInfo' has a wrong offset!"); \ static_assert(offsetof(FootIKComponent_IKFootTrace, DeltaTime) == 0x000048, "Member 'FootIKComponent_IKFootTrace::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FootIKComponent_IKFootTrace, ReturnValue) == 0x00004C, "Member 'FootIKComponent_IKFootTrace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFootIKComponent \ static_assert(alignof(UFootIKComponent) == 0x000010, "Wrong alignment on UFootIKComponent"); \ static_assert(sizeof(UFootIKComponent) == 0x000240, "Wrong size on UFootIKComponent"); \ static_assert(offsetof(UFootIKComponent, DisableIK) == 0x0000B0, "Member 'UFootIKComponent::DisableIK' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKTraceDistance) == 0x0000B4, "Member 'UFootIKComponent::IKTraceDistance' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKRootBoneName) == 0x0000B8, "Member 'UFootIKComponent::IKRootBoneName' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKHipBoneName) == 0x0000C0, "Member 'UFootIKComponent::IKHipBoneName' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, bRotateRootBone) == 0x0000C8, "Member 'UFootIKComponent::bRotateRootBone' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, TraceFeet) == 0x0000D0, "Member 'UFootIKComponent::TraceFeet' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, CapsuleCollisionError) == 0x0000E0, "Member 'UFootIKComponent::CapsuleCollisionError' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKMeshRelativeZ) == 0x0000E4, "Member 'UFootIKComponent::IKMeshRelativeZ' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKRootBoneRotation) == 0x0000E8, "Member 'UFootIKComponent::IKRootBoneRotation' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKMeshZOffset) == 0x0000F4, "Member 'UFootIKComponent::IKMeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, IKMeshDropHeight) == 0x0000F8, "Member 'UFootIKComponent::IKMeshDropHeight' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, DisableInSignificance) == 0x000100, "Member 'UFootIKComponent::DisableInSignificance' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, OwningCharacter) == 0x000150, "Member 'UFootIKComponent::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, Mesh) == 0x000158, "Member 'UFootIKComponent::Mesh' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, MovementComponent) == 0x000160, "Member 'UFootIKComponent::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(UFootIKComponent, CapsuleComponent) == 0x000168, "Member 'UFootIKComponent::CapsuleComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGActorState_GetActorState \ static_assert(alignof(FGActorState_GetActorState) == 0x000004, "Wrong alignment on FGActorState_GetActorState"); \ static_assert(sizeof(FGActorState_GetActorState) == 0x000008, "Wrong size on FGActorState_GetActorState"); \ static_assert(offsetof(FGActorState_GetActorState, ReturnValue) == 0x000000, "Member 'FGActorState_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGActorState_SetActorState \ static_assert(alignof(FGActorState_SetActorState) == 0x000004, "Wrong alignment on FGActorState_SetActorState"); \ static_assert(sizeof(FGActorState_SetActorState) == 0x000008, "Wrong size on FGActorState_SetActorState"); \ static_assert(offsetof(FGActorState_SetActorState, NewState) == 0x000000, "Member 'FGActorState_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGActorState_ShouldNotBeSaved \ static_assert(alignof(FGActorState_ShouldNotBeSaved) == 0x000001, "Wrong alignment on FGActorState_ShouldNotBeSaved"); \ static_assert(sizeof(FGActorState_ShouldNotBeSaved) == 0x000001, "Wrong size on FGActorState_ShouldNotBeSaved"); \ static_assert(offsetof(FGActorState_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'FGActorState_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGActorState \ static_assert(alignof(IFGActorState) == 0x000001, "Wrong alignment on IFGActorState"); \ static_assert(sizeof(IFGActorState) == 0x000001, "Wrong size on IFGActorState"); \ #define DUMPER7_ASSERTS_FGDamageable_OnPlayImpactEffect \ static_assert(alignof(FGDamageable_OnPlayImpactEffect) == 0x000004, "Wrong alignment on FGDamageable_OnPlayImpactEffect"); \ static_assert(sizeof(FGDamageable_OnPlayImpactEffect) == 0x000088, "Wrong size on FGDamageable_OnPlayImpactEffect"); \ static_assert(offsetof(FGDamageable_OnPlayImpactEffect, Impact) == 0x000000, "Member 'FGDamageable_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGDamageable \ static_assert(alignof(IFGDamageable) == 0x000001, "Wrong alignment on IFGDamageable"); \ static_assert(sizeof(IFGDamageable) == 0x000001, "Wrong size on IFGDamageable"); \ #define DUMPER7_ASSERTS_FGInteraction_GetInteractionComponent \ static_assert(alignof(FGInteraction_GetInteractionComponent) == 0x000008, "Wrong alignment on FGInteraction_GetInteractionComponent"); \ static_assert(sizeof(FGInteraction_GetInteractionComponent) == 0x000010, "Wrong size on FGInteraction_GetInteractionComponent"); \ static_assert(offsetof(FGInteraction_GetInteractionComponent, Player) == 0x000000, "Member 'FGInteraction_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(FGInteraction_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'FGInteraction_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGInteraction \ static_assert(alignof(IFGInteraction) == 0x000001, "Wrong alignment on IFGInteraction"); \ static_assert(sizeof(IFGInteraction) == 0x000001, "Wrong size on IFGInteraction"); \ #define DUMPER7_ASSERTS_FGLootableActor_CanBeGrappled \ static_assert(alignof(FGLootableActor_CanBeGrappled) == 0x000001, "Wrong alignment on FGLootableActor_CanBeGrappled"); \ static_assert(sizeof(FGLootableActor_CanBeGrappled) == 0x000001, "Wrong size on FGLootableActor_CanBeGrappled"); \ static_assert(offsetof(FGLootableActor_CanBeGrappled, ReturnValue) == 0x000000, "Member 'FGLootableActor_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_CanBeLooted \ static_assert(alignof(FGLootableActor_CanBeLooted) == 0x000001, "Wrong alignment on FGLootableActor_CanBeLooted"); \ static_assert(sizeof(FGLootableActor_CanBeLooted) == 0x000001, "Wrong size on FGLootableActor_CanBeLooted"); \ static_assert(offsetof(FGLootableActor_CanBeLooted, ReturnValue) == 0x000000, "Member 'FGLootableActor_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_CanHoldInteract \ static_assert(alignof(FGLootableActor_CanHoldInteract) == 0x000001, "Wrong alignment on FGLootableActor_CanHoldInteract"); \ static_assert(sizeof(FGLootableActor_CanHoldInteract) == 0x000001, "Wrong size on FGLootableActor_CanHoldInteract"); \ static_assert(offsetof(FGLootableActor_CanHoldInteract, ReturnValue) == 0x000000, "Member 'FGLootableActor_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_OnGrappleEnd \ static_assert(alignof(FGLootableActor_OnGrappleEnd) == 0x000008, "Wrong alignment on FGLootableActor_OnGrappleEnd"); \ static_assert(sizeof(FGLootableActor_OnGrappleEnd) == 0x000008, "Wrong size on FGLootableActor_OnGrappleEnd"); \ static_assert(offsetof(FGLootableActor_OnGrappleEnd, InInstigator) == 0x000000, "Member 'FGLootableActor_OnGrappleEnd::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_OnGrappleStart \ static_assert(alignof(FGLootableActor_OnGrappleStart) == 0x000008, "Wrong alignment on FGLootableActor_OnGrappleStart"); \ static_assert(sizeof(FGLootableActor_OnGrappleStart) == 0x000008, "Wrong size on FGLootableActor_OnGrappleStart"); \ static_assert(offsetof(FGLootableActor_OnGrappleStart, InInstigator) == 0x000000, "Member 'FGLootableActor_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_OnHoldInteract \ static_assert(alignof(FGLootableActor_OnHoldInteract) == 0x000008, "Wrong alignment on FGLootableActor_OnHoldInteract"); \ static_assert(sizeof(FGLootableActor_OnHoldInteract) == 0x000008, "Wrong size on FGLootableActor_OnHoldInteract"); \ static_assert(offsetof(FGLootableActor_OnHoldInteract, InInstigator) == 0x000000, "Member 'FGLootableActor_OnHoldInteract::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGLootableActor_OnLootActor \ static_assert(alignof(FGLootableActor_OnLootActor) == 0x000008, "Wrong alignment on FGLootableActor_OnLootActor"); \ static_assert(sizeof(FGLootableActor_OnLootActor) == 0x000008, "Wrong size on FGLootableActor_OnLootActor"); \ static_assert(offsetof(FGLootableActor_OnLootActor, InInstigator) == 0x000000, "Member 'FGLootableActor_OnLootActor::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGLootableActor \ static_assert(alignof(IFGLootableActor) == 0x000001, "Wrong alignment on IFGLootableActor"); \ static_assert(sizeof(IFGLootableActor) == 0x000001, "Wrong size on IFGLootableActor"); \ #define DUMPER7_ASSERTS_FGLootDispenseInfo_GetSplineLootDropComponent \ static_assert(alignof(FGLootDispenseInfo_GetSplineLootDropComponent) == 0x000008, "Wrong alignment on FGLootDispenseInfo_GetSplineLootDropComponent"); \ static_assert(sizeof(FGLootDispenseInfo_GetSplineLootDropComponent) == 0x000008, "Wrong size on FGLootDispenseInfo_GetSplineLootDropComponent"); \ static_assert(offsetof(FGLootDispenseInfo_GetSplineLootDropComponent, ReturnValue) == 0x000000, "Member 'FGLootDispenseInfo_GetSplineLootDropComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGLootDispenseInfo \ static_assert(alignof(IFGLootDispenseInfo) == 0x000001, "Wrong alignment on IFGLootDispenseInfo"); \ static_assert(sizeof(IFGLootDispenseInfo) == 0x000001, "Wrong size on IFGLootDispenseInfo"); \ #define DUMPER7_ASSERTS_FGMarkInfo_CanShowMarkForPlayer \ static_assert(alignof(FGMarkInfo_CanShowMarkForPlayer) == 0x000008, "Wrong alignment on FGMarkInfo_CanShowMarkForPlayer"); \ static_assert(sizeof(FGMarkInfo_CanShowMarkForPlayer) == 0x000010, "Wrong size on FGMarkInfo_CanShowMarkForPlayer"); \ static_assert(offsetof(FGMarkInfo_CanShowMarkForPlayer, PlayerCharacter) == 0x000000, "Member 'FGMarkInfo_CanShowMarkForPlayer::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGMarkInfo_CanShowMarkForPlayer, ReturnValue) == 0x000008, "Member 'FGMarkInfo_CanShowMarkForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGMarkInfo \ static_assert(alignof(IFGMarkInfo) == 0x000001, "Wrong alignment on IFGMarkInfo"); \ static_assert(sizeof(IFGMarkInfo) == 0x000001, "Wrong size on IFGMarkInfo"); \ #define DUMPER7_ASSERTS_FGPathPointActor_IsActive \ static_assert(alignof(FGPathPointActor_IsActive) == 0x000001, "Wrong alignment on FGPathPointActor_IsActive"); \ static_assert(sizeof(FGPathPointActor_IsActive) == 0x000001, "Wrong size on FGPathPointActor_IsActive"); \ static_assert(offsetof(FGPathPointActor_IsActive, ReturnValue) == 0x000000, "Member 'FGPathPointActor_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPathPointActor_IsPassed \ static_assert(alignof(FGPathPointActor_IsPassed) == 0x000001, "Wrong alignment on FGPathPointActor_IsPassed"); \ static_assert(sizeof(FGPathPointActor_IsPassed) == 0x000001, "Wrong size on FGPathPointActor_IsPassed"); \ static_assert(offsetof(FGPathPointActor_IsPassed, ReturnValue) == 0x000000, "Member 'FGPathPointActor_IsPassed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGPathPointActor \ static_assert(alignof(IFGPathPointActor) == 0x000001, "Wrong alignment on IFGPathPointActor"); \ static_assert(sizeof(IFGPathPointActor) == 0x000001, "Wrong size on IFGPathPointActor"); \ #define DUMPER7_ASSERTS_FGPooledActor_SetIsPooledActor \ static_assert(alignof(FGPooledActor_SetIsPooledActor) == 0x000001, "Wrong alignment on FGPooledActor_SetIsPooledActor"); \ static_assert(sizeof(FGPooledActor_SetIsPooledActor) == 0x000001, "Wrong size on FGPooledActor_SetIsPooledActor"); \ static_assert(offsetof(FGPooledActor_SetIsPooledActor, bPooledActor) == 0x000000, "Member 'FGPooledActor_SetIsPooledActor::bPooledActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPooledActor_IsActive \ static_assert(alignof(FGPooledActor_IsActive) == 0x000001, "Wrong alignment on FGPooledActor_IsActive"); \ static_assert(sizeof(FGPooledActor_IsActive) == 0x000001, "Wrong size on FGPooledActor_IsActive"); \ static_assert(offsetof(FGPooledActor_IsActive, ReturnValue) == 0x000000, "Member 'FGPooledActor_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPooledActor_IsPooledActor \ static_assert(alignof(FGPooledActor_IsPooledActor) == 0x000001, "Wrong alignment on FGPooledActor_IsPooledActor"); \ static_assert(sizeof(FGPooledActor_IsPooledActor) == 0x000001, "Wrong size on FGPooledActor_IsPooledActor"); \ static_assert(offsetof(FGPooledActor_IsPooledActor, ReturnValue) == 0x000000, "Member 'FGPooledActor_IsPooledActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGPooledActor \ static_assert(alignof(IFGPooledActor) == 0x000001, "Wrong alignment on IFGPooledActor"); \ static_assert(sizeof(IFGPooledActor) == 0x000001, "Wrong size on IFGPooledActor"); \ #define DUMPER7_ASSERTS_FGSelectionInfo_GetItemDurability \ static_assert(alignof(FGSelectionInfo_GetItemDurability) == 0x000008, "Wrong alignment on FGSelectionInfo_GetItemDurability"); \ static_assert(sizeof(FGSelectionInfo_GetItemDurability) == 0x000018, "Wrong size on FGSelectionInfo_GetItemDurability"); \ static_assert(offsetof(FGSelectionInfo_GetItemDurability, ReturnValue) == 0x000000, "Member 'FGSelectionInfo_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGSelectionInfo_GetItemSelection \ static_assert(alignof(FGSelectionInfo_GetItemSelection) == 0x000008, "Wrong alignment on FGSelectionInfo_GetItemSelection"); \ static_assert(sizeof(FGSelectionInfo_GetItemSelection) == 0x0000B0, "Wrong size on FGSelectionInfo_GetItemSelection"); \ static_assert(offsetof(FGSelectionInfo_GetItemSelection, Hit) == 0x000000, "Member 'FGSelectionInfo_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(FGSelectionInfo_GetItemSelection, Player) == 0x000088, "Member 'FGSelectionInfo_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(FGSelectionInfo_GetItemSelection, SelectionText) == 0x000090, "Member 'FGSelectionInfo_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(FGSelectionInfo_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'FGSelectionInfo_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(FGSelectionInfo_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'FGSelectionInfo_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGSelectionInfo \ static_assert(alignof(IFGSelectionInfo) == 0x000001, "Wrong alignment on IFGSelectionInfo"); \ static_assert(sizeof(IFGSelectionInfo) == 0x000001, "Wrong size on IFGSelectionInfo"); \ #define DUMPER7_ASSERTS_FGUsableActor_CanAltHoldUse \ static_assert(alignof(FGUsableActor_CanAltHoldUse) == 0x000008, "Wrong alignment on FGUsableActor_CanAltHoldUse"); \ static_assert(sizeof(FGUsableActor_CanAltHoldUse) == 0x000098, "Wrong size on FGUsableActor_CanAltHoldUse"); \ static_assert(offsetof(FGUsableActor_CanAltHoldUse, Hit) == 0x000000, "Member 'FGUsableActor_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'FGUsableActor_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_CanAltUse \ static_assert(alignof(FGUsableActor_CanAltUse) == 0x000008, "Wrong alignment on FGUsableActor_CanAltUse"); \ static_assert(sizeof(FGUsableActor_CanAltUse) == 0x000098, "Wrong size on FGUsableActor_CanAltUse"); \ static_assert(offsetof(FGUsableActor_CanAltUse, Hit) == 0x000000, "Member 'FGUsableActor_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanAltUse, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanAltUse, ReturnValue) == 0x000090, "Member 'FGUsableActor_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_CanHoldUse \ static_assert(alignof(FGUsableActor_CanHoldUse) == 0x000008, "Wrong alignment on FGUsableActor_CanHoldUse"); \ static_assert(sizeof(FGUsableActor_CanHoldUse) == 0x000098, "Wrong size on FGUsableActor_CanHoldUse"); \ static_assert(offsetof(FGUsableActor_CanHoldUse, Hit) == 0x000000, "Member 'FGUsableActor_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanHoldUse, ReturnValue) == 0x000090, "Member 'FGUsableActor_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_CanUse \ static_assert(alignof(FGUsableActor_CanUse) == 0x000008, "Wrong alignment on FGUsableActor_CanUse"); \ static_assert(sizeof(FGUsableActor_CanUse) == 0x000098, "Wrong size on FGUsableActor_CanUse"); \ static_assert(offsetof(FGUsableActor_CanUse, Hit) == 0x000000, "Member 'FGUsableActor_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanUse, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_CanUse, ReturnValue) == 0x000090, "Member 'FGUsableActor_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_OnAlternateUseActor \ static_assert(alignof(FGUsableActor_OnAlternateUseActor) == 0x000008, "Wrong alignment on FGUsableActor_OnAlternateUseActor"); \ static_assert(sizeof(FGUsableActor_OnAlternateUseActor) == 0x000090, "Wrong size on FGUsableActor_OnAlternateUseActor"); \ static_assert(offsetof(FGUsableActor_OnAlternateUseActor, Hit) == 0x000000, "Member 'FGUsableActor_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_OnAltHoldUseActor \ static_assert(alignof(FGUsableActor_OnAltHoldUseActor) == 0x000008, "Wrong alignment on FGUsableActor_OnAltHoldUseActor"); \ static_assert(sizeof(FGUsableActor_OnAltHoldUseActor) == 0x000090, "Wrong size on FGUsableActor_OnAltHoldUseActor"); \ static_assert(offsetof(FGUsableActor_OnAltHoldUseActor, Hit) == 0x000000, "Member 'FGUsableActor_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_OnHoldUseActor \ static_assert(alignof(FGUsableActor_OnHoldUseActor) == 0x000008, "Wrong alignment on FGUsableActor_OnHoldUseActor"); \ static_assert(sizeof(FGUsableActor_OnHoldUseActor) == 0x000090, "Wrong size on FGUsableActor_OnHoldUseActor"); \ static_assert(offsetof(FGUsableActor_OnHoldUseActor, Hit) == 0x000000, "Member 'FGUsableActor_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGUsableActor_OnUseActor \ static_assert(alignof(FGUsableActor_OnUseActor) == 0x000008, "Wrong alignment on FGUsableActor_OnUseActor"); \ static_assert(sizeof(FGUsableActor_OnUseActor) == 0x000090, "Wrong size on FGUsableActor_OnUseActor"); \ static_assert(offsetof(FGUsableActor_OnUseActor, Hit) == 0x000000, "Member 'FGUsableActor_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(FGUsableActor_OnUseActor, PlayerCharacter) == 0x000088, "Member 'FGUsableActor_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGUsableActor \ static_assert(alignof(IFGUsableActor) == 0x000001, "Wrong alignment on IFGUsableActor"); \ static_assert(sizeof(IFGUsableActor) == 0x000001, "Wrong size on IFGUsableActor"); \ #define DUMPER7_ASSERTS_FGWagonModuleInfo_AddWagonModuleProjectResources \ static_assert(alignof(FGWagonModuleInfo_AddWagonModuleProjectResources) == 0x000008, "Wrong alignment on FGWagonModuleInfo_AddWagonModuleProjectResources"); \ static_assert(sizeof(FGWagonModuleInfo_AddWagonModuleProjectResources) == 0x000098, "Wrong size on FGWagonModuleInfo_AddWagonModuleProjectResources"); \ static_assert(offsetof(FGWagonModuleInfo_AddWagonModuleProjectResources, Hit) == 0x000000, "Member 'FGWagonModuleInfo_AddWagonModuleProjectResources::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_AddWagonModuleProjectResources, ResourceClass) == 0x000088, "Member 'FGWagonModuleInfo_AddWagonModuleProjectResources::ResourceClass' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_AddWagonModuleProjectResources, ResourceAmount) == 0x000090, "Member 'FGWagonModuleInfo_AddWagonModuleProjectResources::ResourceAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModuleInfo_CanPaint \ static_assert(alignof(FGWagonModuleInfo_CanPaint) == 0x000008, "Wrong alignment on FGWagonModuleInfo_CanPaint"); \ static_assert(sizeof(FGWagonModuleInfo_CanPaint) == 0x000080, "Wrong size on FGWagonModuleInfo_CanPaint"); \ static_assert(offsetof(FGWagonModuleInfo_CanPaint, Settings) == 0x000000, "Member 'FGWagonModuleInfo_CanPaint::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_CanPaint, ReturnValue) == 0x000078, "Member 'FGWagonModuleInfo_CanPaint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModuleInfo_GetWagonModuleSettings \ static_assert(alignof(FGWagonModuleInfo_GetWagonModuleSettings) == 0x000008, "Wrong alignment on FGWagonModuleInfo_GetWagonModuleSettings"); \ static_assert(sizeof(FGWagonModuleInfo_GetWagonModuleSettings) == 0x000108, "Wrong size on FGWagonModuleInfo_GetWagonModuleSettings"); \ static_assert(offsetof(FGWagonModuleInfo_GetWagonModuleSettings, Hit) == 0x000000, "Member 'FGWagonModuleInfo_GetWagonModuleSettings::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_GetWagonModuleSettings, Settings) == 0x000088, "Member 'FGWagonModuleInfo_GetWagonModuleSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_GetWagonModuleSettings, bIsProject) == 0x000100, "Member 'FGWagonModuleInfo_GetWagonModuleSettings::bIsProject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModuleInfo_IsWagonModuleProject \ static_assert(alignof(FGWagonModuleInfo_IsWagonModuleProject) == 0x000004, "Wrong alignment on FGWagonModuleInfo_IsWagonModuleProject"); \ static_assert(sizeof(FGWagonModuleInfo_IsWagonModuleProject) == 0x00008C, "Wrong size on FGWagonModuleInfo_IsWagonModuleProject"); \ static_assert(offsetof(FGWagonModuleInfo_IsWagonModuleProject, Hit) == 0x000000, "Member 'FGWagonModuleInfo_IsWagonModuleProject::Hit' has a wrong offset!"); \ static_assert(offsetof(FGWagonModuleInfo_IsWagonModuleProject, ReturnValue) == 0x000088, "Member 'FGWagonModuleInfo_IsWagonModuleProject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGWagonModuleInfo_OnPaint \ static_assert(alignof(FGWagonModuleInfo_OnPaint) == 0x000008, "Wrong alignment on FGWagonModuleInfo_OnPaint"); \ static_assert(sizeof(FGWagonModuleInfo_OnPaint) == 0x000078, "Wrong size on FGWagonModuleInfo_OnPaint"); \ static_assert(offsetof(FGWagonModuleInfo_OnPaint, Settings) == 0x000000, "Member 'FGWagonModuleInfo_OnPaint::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFGWagonModuleInfo \ static_assert(alignof(IFGWagonModuleInfo) == 0x000001, "Wrong alignment on IFGWagonModuleInfo"); \ static_assert(sizeof(IFGWagonModuleInfo) == 0x000001, "Wrong size on IFGWagonModuleInfo"); \ #define DUMPER7_ASSERTS_UUEnvQueryTest_CharacterState \ static_assert(alignof(UUEnvQueryTest_CharacterState) == 0x000008, "Wrong alignment on UUEnvQueryTest_CharacterState"); \ static_assert(sizeof(UUEnvQueryTest_CharacterState) == 0x000200, "Wrong size on UUEnvQueryTest_CharacterState"); \ static_assert(offsetof(UUEnvQueryTest_CharacterState, bIsAlive) == 0x0001F8, "Member 'UUEnvQueryTest_CharacterState::bIsAlive' has a wrong offset!"); \ static_assert(offsetof(UUEnvQueryTest_CharacterState, bIsEaten) == 0x0001F9, "Member 'UUEnvQueryTest_CharacterState::bIsEaten' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_AddSlot \ static_assert(alignof(FGEquipmentInventoryComponent_AddSlot) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_AddSlot"); \ static_assert(sizeof(FGEquipmentInventoryComponent_AddSlot) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_AddSlot"); \ static_assert(offsetof(FGEquipmentInventoryComponent_AddSlot, Type) == 0x000000, "Member 'FGEquipmentInventoryComponent_AddSlot::Type' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_AddSlot, SlotTypeOverride) == 0x000008, "Member 'FGEquipmentInventoryComponent_AddSlot::SlotTypeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_CanPutToInventory \ static_assert(alignof(FGEquipmentInventoryComponent_CanPutToInventory) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_CanPutToInventory"); \ static_assert(sizeof(FGEquipmentInventoryComponent_CanPutToInventory) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_CanPutToInventory"); \ static_assert(offsetof(FGEquipmentInventoryComponent_CanPutToInventory, InPlaceholder) == 0x000000, "Member 'FGEquipmentInventoryComponent_CanPutToInventory::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_CanPutToInventory, ReturnValue) == 0x000008, "Member 'FGEquipmentInventoryComponent_CanPutToInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_GetBestHeavySlot \ static_assert(alignof(FGEquipmentInventoryComponent_GetBestHeavySlot) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_GetBestHeavySlot"); \ static_assert(sizeof(FGEquipmentInventoryComponent_GetBestHeavySlot) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_GetBestHeavySlot"); \ static_assert(offsetof(FGEquipmentInventoryComponent_GetBestHeavySlot, InPlaceholder) == 0x000000, "Member 'FGEquipmentInventoryComponent_GetBestHeavySlot::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_GetBestHeavySlot, ReturnValue) == 0x000008, "Member 'FGEquipmentInventoryComponent_GetBestHeavySlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_PutToInventory \ static_assert(alignof(FGEquipmentInventoryComponent_PutToInventory) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_PutToInventory"); \ static_assert(sizeof(FGEquipmentInventoryComponent_PutToInventory) == 0x000008, "Wrong size on FGEquipmentInventoryComponent_PutToInventory"); \ static_assert(offsetof(FGEquipmentInventoryComponent_PutToInventory, InPlaceholder) == 0x000000, "Member 'FGEquipmentInventoryComponent_PutToInventory::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_ServerPutToInventory \ static_assert(alignof(FGEquipmentInventoryComponent_ServerPutToInventory) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_ServerPutToInventory"); \ static_assert(sizeof(FGEquipmentInventoryComponent_ServerPutToInventory) == 0x000008, "Wrong size on FGEquipmentInventoryComponent_ServerPutToInventory"); \ static_assert(offsetof(FGEquipmentInventoryComponent_ServerPutToInventory, InPlaceholder) == 0x000000, "Member 'FGEquipmentInventoryComponent_ServerPutToInventory::InPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_SetVirtualHand \ static_assert(alignof(FGEquipmentInventoryComponent_SetVirtualHand) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_SetVirtualHand"); \ static_assert(sizeof(FGEquipmentInventoryComponent_SetVirtualHand) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_SetVirtualHand"); \ static_assert(offsetof(FGEquipmentInventoryComponent_SetVirtualHand, Placeholder) == 0x000000, "Member 'FGEquipmentInventoryComponent_SetVirtualHand::Placeholder' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_SetVirtualHand, ReturnValue) == 0x000008, "Member 'FGEquipmentInventoryComponent_SetVirtualHand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_CanEquip \ static_assert(alignof(FGEquipmentInventoryComponent_CanEquip) == 0x000001, "Wrong alignment on FGEquipmentInventoryComponent_CanEquip"); \ static_assert(sizeof(FGEquipmentInventoryComponent_CanEquip) == 0x000002, "Wrong size on FGEquipmentInventoryComponent_CanEquip"); \ static_assert(offsetof(FGEquipmentInventoryComponent_CanEquip, Type) == 0x000000, "Member 'FGEquipmentInventoryComponent_CanEquip::Type' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_CanEquip, ReturnValue) == 0x000001, "Member 'FGEquipmentInventoryComponent_CanEquip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_GetEquipSlotMap \ static_assert(alignof(FGEquipmentInventoryComponent_GetEquipSlotMap) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_GetEquipSlotMap"); \ static_assert(sizeof(FGEquipmentInventoryComponent_GetEquipSlotMap) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_GetEquipSlotMap"); \ static_assert(offsetof(FGEquipmentInventoryComponent_GetEquipSlotMap, ReturnValue) == 0x000000, "Member 'FGEquipmentInventoryComponent_GetEquipSlotMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGEquipmentInventoryComponent_GetSlot \ static_assert(alignof(FGEquipmentInventoryComponent_GetSlot) == 0x000008, "Wrong alignment on FGEquipmentInventoryComponent_GetSlot"); \ static_assert(sizeof(FGEquipmentInventoryComponent_GetSlot) == 0x000010, "Wrong size on FGEquipmentInventoryComponent_GetSlot"); \ static_assert(offsetof(FGEquipmentInventoryComponent_GetSlot, Type) == 0x000000, "Member 'FGEquipmentInventoryComponent_GetSlot::Type' has a wrong offset!"); \ static_assert(offsetof(FGEquipmentInventoryComponent_GetSlot, ReturnValue) == 0x000008, "Member 'FGEquipmentInventoryComponent_GetSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFGEquipmentInventoryComponent \ static_assert(alignof(UFGEquipmentInventoryComponent) == 0x000008, "Wrong alignment on UFGEquipmentInventoryComponent"); \ static_assert(sizeof(UFGEquipmentInventoryComponent) == 0x000138, "Wrong size on UFGEquipmentInventoryComponent"); \ static_assert(offsetof(UFGEquipmentInventoryComponent, LocalHandPlaceholder) == 0x000120, "Member 'UFGEquipmentInventoryComponent::LocalHandPlaceholder' has a wrong offset!"); \ static_assert(offsetof(UFGEquipmentInventoryComponent, EquipSlotMap) == 0x000128, "Member 'UFGEquipmentInventoryComponent::EquipSlotMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem \ static_assert(alignof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem) == 0x000008, "Wrong alignment on QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem"); \ static_assert(sizeof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem) == 0x000030, "Wrong size on QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, EntryPoint) == 0x000000, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000028, "Member 'QuestInfoItem_C_ExecuteUbergraph_QuestInfoItem::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestInfoItem_C_Draw_Quest_Info \ static_assert(alignof(QuestInfoItem_C_Draw_Quest_Info) == 0x000008, "Wrong alignment on QuestInfoItem_C_Draw_Quest_Info"); \ static_assert(sizeof(QuestInfoItem_C_Draw_Quest_Info) == 0x000298, "Wrong size on QuestInfoItem_C_Draw_Quest_Info"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, QuestData) == 0x000000, "Member 'QuestInfoItem_C_Draw_Quest_Info::QuestData' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Local_CurrentTaskData) == 0x000070, "Member 'QuestInfoItem_C_Draw_Quest_Info::Local_CurrentTaskData' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_bool_True_if_break_was_hit_Variable) == 0x0000E0, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_int_Array_Index_Variable) == 0x0000E4, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Not_PreBool_ReturnValue) == 0x0000E8, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_int_Loop_Counter_Variable) == 0x0000EC, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_bool_Variable) == 0x0000F4, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_byte_Variable) == 0x0000F5, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_MakeStruct_FormatArgumentData) == 0x0000F8, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Greater_IntInt_ReturnValue) == 0x000138, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_MakeStruct_FormatArgumentData_1) == 0x000140, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_MakeStruct_FormatArgumentData_2) == 0x000180, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_TextIsEmpty_ReturnValue) == 0x0001C0, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_MakeArray_Array) == 0x0001C8, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001D8, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_byte_Variable_1) == 0x0001F8, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_Select_Default) == 0x000200, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, Temp_bool_Variable_1) == 0x000218, "Member 'QuestInfoItem_C_Draw_Quest_Info::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, K2Node_Select_Default_1) == 0x000219, "Member 'QuestInfoItem_C_Draw_Quest_Info::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Array_Get_Item) == 0x000220, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Array_Length_ReturnValue) == 0x000290, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_Less_IntInt_ReturnValue) == 0x000294, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_ShowAvaliableTask_NeedsToDisplay) == 0x000295, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_ShowAvaliableTask_NeedsToDisplay' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Draw_Quest_Info, CallFunc_BooleanAND_ReturnValue) == 0x000296, "Member 'QuestInfoItem_C_Draw_Quest_Info::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestInfoItem_C_Setup_Subtasks \ static_assert(alignof(QuestInfoItem_C_Setup_Subtasks) == 0x000008, "Wrong alignment on QuestInfoItem_C_Setup_Subtasks"); \ static_assert(sizeof(QuestInfoItem_C_Setup_Subtasks) == 0x000078, "Wrong size on QuestInfoItem_C_Setup_Subtasks"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, SubTasks) == 0x000000, "Member 'QuestInfoItem_C_Setup_Subtasks::SubTasks' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, Temp_int_Array_Index_Variable) == 0x000018, "Member 'QuestInfoItem_C_Setup_Subtasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Array_Get_Item) == 0x000020, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Create_Resource_View_RequirementView) == 0x000048, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Create_Resource_View_RequirementView' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'QuestInfoItem_C_Setup_Subtasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, Temp_byte_Variable) == 0x00005C, "Member 'QuestInfoItem_C_Setup_Subtasks::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, Temp_byte_Variable_1) == 0x00005D, "Member 'QuestInfoItem_C_Setup_Subtasks::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, Temp_bool_Variable) == 0x00005E, "Member 'QuestInfoItem_C_Setup_Subtasks::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'QuestInfoItem_C_Setup_Subtasks::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000068, "Member 'QuestInfoItem_C_Setup_Subtasks::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'QuestInfoItem_C_Setup_Subtasks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Setup_Subtasks, K2Node_Select_Default) == 0x000071, "Member 'QuestInfoItem_C_Setup_Subtasks::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestInfoItem_C_Create_Resource_View \ static_assert(alignof(QuestInfoItem_C_Create_Resource_View) == 0x000008, "Wrong alignment on QuestInfoItem_C_Create_Resource_View"); \ static_assert(sizeof(QuestInfoItem_C_Create_Resource_View) == 0x000070, "Wrong size on QuestInfoItem_C_Create_Resource_View"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, SubTask) == 0x000000, "Member 'QuestInfoItem_C_Create_Resource_View::SubTask' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, RequirementView) == 0x000028, "Member 'QuestInfoItem_C_Create_Resource_View::RequirementView' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, RequirementViews) == 0x000030, "Member 'QuestInfoItem_C_Create_Resource_View::RequirementViews' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'QuestInfoItem_C_Create_Resource_View::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, CallFunc_Create_ReturnValue) == 0x000048, "Member 'QuestInfoItem_C_Create_Resource_View::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000050, "Member 'QuestInfoItem_C_Create_Resource_View::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, K2Node_ClassDynamicCast_bSuccess) == 0x000058, "Member 'QuestInfoItem_C_Create_Resource_View::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_Create_Resource_View, K2Node_MakeStruct_CraftResourceRequirement) == 0x000060, "Member 'QuestInfoItem_C_Create_Resource_View::K2Node_MakeStruct_CraftResourceRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestInfoItem_C_ShowAvaliableTask \ static_assert(alignof(QuestInfoItem_C_ShowAvaliableTask) == 0x000008, "Wrong alignment on QuestInfoItem_C_ShowAvaliableTask"); \ static_assert(sizeof(QuestInfoItem_C_ShowAvaliableTask) == 0x000098, "Wrong size on QuestInfoItem_C_ShowAvaliableTask"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, TaskViews) == 0x000000, "Member 'QuestInfoItem_C_ShowAvaliableTask::TaskViews' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, NeedsToDisplay) == 0x000010, "Member 'QuestInfoItem_C_ShowAvaliableTask::NeedsToDisplay' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'QuestInfoItem_C_ShowAvaliableTask::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, Temp_int_Array_Index_Variable) == 0x000018, "Member 'QuestInfoItem_C_ShowAvaliableTask::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'QuestInfoItem_C_ShowAvaliableTask::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, CallFunc_Array_Get_Item) == 0x000020, "Member 'QuestInfoItem_C_ShowAvaliableTask::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'QuestInfoItem_C_ShowAvaliableTask::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000091, "Member 'QuestInfoItem_C_ShowAvaliableTask::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestInfoItem_C_ShowAvaliableTask, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'QuestInfoItem_C_ShowAvaliableTask::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuestInfoItem_C \ static_assert(alignof(UQuestInfoItem_C) == 0x000008, "Wrong alignment on UQuestInfoItem_C"); \ static_assert(sizeof(UQuestInfoItem_C) == 0x000348, "Wrong size on UQuestInfoItem_C"); \ static_assert(offsetof(UQuestInfoItem_C, UberGraphFrame) == 0x000260, "Member 'UQuestInfoItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, Show) == 0x000268, "Member 'UQuestInfoItem_C::Show' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing) == 0x000270, "Member 'UQuestInfoItem_C::CraftV2_CostThing' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing_1) == 0x000278, "Member 'UQuestInfoItem_C::CraftV2_CostThing_1' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing_2) == 0x000280, "Member 'UQuestInfoItem_C::CraftV2_CostThing_2' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing_3) == 0x000288, "Member 'UQuestInfoItem_C::CraftV2_CostThing_3' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing_4) == 0x000290, "Member 'UQuestInfoItem_C::CraftV2_CostThing_4' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, CraftV2_CostThing_5) == 0x000298, "Member 'UQuestInfoItem_C::CraftV2_CostThing_5' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, Icon) == 0x0002A0, "Member 'UQuestInfoItem_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, ResourcesBox) == 0x0002A8, "Member 'UQuestInfoItem_C::ResourcesBox' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, Subtitle) == 0x0002B0, "Member 'UQuestInfoItem_C::Subtitle' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, Title) == 0x0002B8, "Member 'UQuestInfoItem_C::Title' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, ResourcesPadding) == 0x0002C0, "Member 'UQuestInfoItem_C::ResourcesPadding' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, Quest_Data) == 0x0002D0, "Member 'UQuestInfoItem_C::Quest_Data' has a wrong offset!"); \ static_assert(offsetof(UQuestInfoItem_C, isHidden) == 0x000340, "Member 'UQuestInfoItem_C::isHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavCollisionBox \ static_assert(alignof(FNavCollisionBox) == 0x000004, "Wrong alignment on FNavCollisionBox"); \ static_assert(sizeof(FNavCollisionBox) == 0x000018, "Wrong size on FNavCollisionBox"); \ static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionBox, Extent) == 0x00000C, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavCollisionCylinder \ static_assert(alignof(FNavCollisionCylinder) == 0x000004, "Wrong alignment on FNavCollisionCylinder"); \ static_assert(sizeof(FNavCollisionCylinder) == 0x000014, "Wrong size on FNavCollisionCylinder"); \ static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x00000C, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionCylinder, Height) == 0x000010, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSupportedAreaData \ static_assert(alignof(FSupportedAreaData) == 0x000008, "Wrong alignment on FSupportedAreaData"); \ static_assert(sizeof(FSupportedAreaData) == 0x000020, "Wrong size on FSupportedAreaData"); \ static_assert(offsetof(FSupportedAreaData, AreaClassName) == 0x000000, "Member 'FSupportedAreaData::AreaClassName' has a wrong offset!"); \ static_assert(offsetof(FSupportedAreaData, AreaID) == 0x000010, "Member 'FSupportedAreaData::AreaID' has a wrong offset!"); \ static_assert(offsetof(FSupportedAreaData, AreaClass) == 0x000018, "Member 'FSupportedAreaData::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavGraphNode \ static_assert(alignof(FNavGraphNode) == 0x000008, "Wrong alignment on FNavGraphNode"); \ static_assert(sizeof(FNavGraphNode) == 0x000018, "Wrong size on FNavGraphNode"); \ static_assert(offsetof(FNavGraphNode, Owner) == 0x000000, "Member 'FNavGraphNode::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavGraphEdge \ static_assert(alignof(FNavGraphEdge) == 0x000008, "Wrong alignment on FNavGraphEdge"); \ static_assert(sizeof(FNavGraphEdge) == 0x000018, "Wrong size on FNavGraphEdge"); \ #define DUMPER7_ASSERTS_FNavigationFilterFlags \ static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ #define DUMPER7_ASSERTS_FNavigationFilterArea \ static_assert(alignof(FNavigationFilterArea) == 0x000008, "Wrong alignment on FNavigationFilterArea"); \ static_assert(sizeof(FNavigationFilterArea) == 0x000018, "Wrong size on FNavigationFilterArea"); \ static_assert(offsetof(FNavigationFilterArea, AreaClass) == 0x000000, "Member 'FNavigationFilterArea::AreaClass' has a wrong offset!"); \ static_assert(offsetof(FNavigationFilterArea, TravelCostOverride) == 0x000008, "Member 'FNavigationFilterArea::TravelCostOverride' has a wrong offset!"); \ static_assert(offsetof(FNavigationFilterArea, EnteringCostOverride) == 0x00000C, "Member 'FNavigationFilterArea::EnteringCostOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavLinkCustomInstanceData \ static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000070, "Wrong size on FNavLinkCustomInstanceData"); \ static_assert(offsetof(FNavLinkCustomInstanceData, NavLinkUserId) == 0x000068, "Member 'FNavLinkCustomInstanceData::NavLinkUserId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationData \ static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ static_assert(sizeof(ANavigationData) == 0x000428, "Wrong size on ANavigationData"); \ static_assert(offsetof(ANavigationData, RenderingComp) == 0x000228, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000230, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x0002AC, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x0002B0, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, DataVersion) == 0x0002B4, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, SupportedAreas) == 0x0003C0, "Member 'ANavigationData::SupportedAreas' 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_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_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_RecastNavMesh_K2_ReplaceAreaInTileBounds \ static_assert(alignof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000008, "Wrong alignment on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ static_assert(sizeof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000038, "Wrong size on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, Bounds) == 0x000000, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::Bounds' has a wrong offset!"); \ static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, OldArea) == 0x000020, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::OldArea' has a wrong offset!"); \ static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, NewArea) == 0x000028, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::NewArea' has a wrong offset!"); \ static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReplaceLinks) == 0x000030, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReplaceLinks' has a wrong offset!"); \ static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReturnValue) == 0x000031, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARecastNavMesh \ static_assert(alignof(ARecastNavMesh) == 0x000008, "Wrong alignment on ARecastNavMesh"); \ static_assert(sizeof(ARecastNavMesh) == 0x0004D8, "Wrong size on ARecastNavMesh"); \ static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x00042C, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x000434, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x000438, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellSize) == 0x00043C, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000440, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x000444, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000448, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x00044C, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000450, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x000454, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000458, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x00045C, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000460, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x000464, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000468, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x00046C, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000470, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x000474, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000480, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x000484, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000488, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x00048C, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x00048D, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000490, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x000494, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x00049C, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x0004A0, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x0004A4, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAbstractNavData \ static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ static_assert(sizeof(AAbstractNavData) == 0x000428, "Wrong size on AAbstractNavData"); \ #define DUMPER7_ASSERTS_UCrowdManagerBase \ static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ #define DUMPER7_ASSERTS_UNavArea_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_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_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_UNavCollision \ static_assert(alignof(UNavCollision) == 0x000008, "Wrong alignment on UNavCollision"); \ static_assert(sizeof(UNavCollision) == 0x0000D8, "Wrong size on UNavCollision"); \ static_assert(offsetof(UNavCollision, CylinderCollision) == 0x000080, "Member 'UNavCollision::CylinderCollision' has a wrong offset!"); \ static_assert(offsetof(UNavCollision, BoxCollision) == 0x000090, "Member 'UNavCollision::BoxCollision' has a wrong offset!"); \ static_assert(offsetof(UNavCollision, AreaClass) == 0x0000A0, "Member 'UNavCollision::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationGraph \ static_assert(alignof(ANavigationGraph) == 0x000008, "Wrong alignment on ANavigationGraph"); \ static_assert(sizeof(ANavigationGraph) == 0x000428, "Wrong size on ANavigationGraph"); \ #define DUMPER7_ASSERTS_ANavigationGraphNode \ static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ static_assert(sizeof(ANavigationGraphNode) == 0x000220, "Wrong size on ANavigationGraphNode"); \ #define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000220, "Wrong size on UNavigationGraphNodeComponent"); \ static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x0001F8, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000210, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000218, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationInvokerComponent \ static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ static_assert(sizeof(UNavigationInvokerComponent) == 0x0000B8, "Wrong size on UNavigationInvokerComponent"); \ static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000B0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000B4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_EnableDebugDrawing \ static_assert(alignof(NavigationPath_EnableDebugDrawing) == 0x000004, "Wrong alignment on NavigationPath_EnableDebugDrawing"); \ static_assert(sizeof(NavigationPath_EnableDebugDrawing) == 0x000014, "Wrong size on NavigationPath_EnableDebugDrawing"); \ static_assert(offsetof(NavigationPath_EnableDebugDrawing, bShouldDrawDebugData) == 0x000000, "Member 'NavigationPath_EnableDebugDrawing::bShouldDrawDebugData' has a wrong offset!"); \ static_assert(offsetof(NavigationPath_EnableDebugDrawing, PathColor) == 0x000004, "Member 'NavigationPath_EnableDebugDrawing::PathColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_EnableRecalculationOnInvalidation \ static_assert(alignof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong alignment on NavigationPath_EnableRecalculationOnInvalidation"); \ static_assert(sizeof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong size on NavigationPath_EnableRecalculationOnInvalidation"); \ static_assert(offsetof(NavigationPath_EnableRecalculationOnInvalidation, DoRecalculation) == 0x000000, "Member 'NavigationPath_EnableRecalculationOnInvalidation::DoRecalculation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_GetDebugString \ static_assert(alignof(NavigationPath_GetDebugString) == 0x000008, "Wrong alignment on NavigationPath_GetDebugString"); \ static_assert(sizeof(NavigationPath_GetDebugString) == 0x000010, "Wrong size on NavigationPath_GetDebugString"); \ static_assert(offsetof(NavigationPath_GetDebugString, ReturnValue) == 0x000000, "Member 'NavigationPath_GetDebugString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_GetPathCost \ static_assert(alignof(NavigationPath_GetPathCost) == 0x000004, "Wrong alignment on NavigationPath_GetPathCost"); \ static_assert(sizeof(NavigationPath_GetPathCost) == 0x000004, "Wrong size on NavigationPath_GetPathCost"); \ static_assert(offsetof(NavigationPath_GetPathCost, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_GetPathLength \ static_assert(alignof(NavigationPath_GetPathLength) == 0x000004, "Wrong alignment on NavigationPath_GetPathLength"); \ static_assert(sizeof(NavigationPath_GetPathLength) == 0x000004, "Wrong size on NavigationPath_GetPathLength"); \ static_assert(offsetof(NavigationPath_GetPathLength, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_IsPartial \ static_assert(alignof(NavigationPath_IsPartial) == 0x000001, "Wrong alignment on NavigationPath_IsPartial"); \ static_assert(sizeof(NavigationPath_IsPartial) == 0x000001, "Wrong size on NavigationPath_IsPartial"); \ static_assert(offsetof(NavigationPath_IsPartial, ReturnValue) == 0x000000, "Member 'NavigationPath_IsPartial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_IsStringPulled \ static_assert(alignof(NavigationPath_IsStringPulled) == 0x000001, "Wrong alignment on NavigationPath_IsStringPulled"); \ static_assert(sizeof(NavigationPath_IsStringPulled) == 0x000001, "Wrong size on NavigationPath_IsStringPulled"); \ static_assert(offsetof(NavigationPath_IsStringPulled, ReturnValue) == 0x000000, "Member 'NavigationPath_IsStringPulled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationPath_IsValid \ static_assert(alignof(NavigationPath_IsValid) == 0x000001, "Wrong alignment on NavigationPath_IsValid"); \ static_assert(sizeof(NavigationPath_IsValid) == 0x000001, "Wrong size on NavigationPath_IsValid"); \ static_assert(offsetof(NavigationPath_IsValid, ReturnValue) == 0x000000, "Member 'NavigationPath_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationPath \ static_assert(alignof(UNavigationPath) == 0x000008, "Wrong alignment on UNavigationPath"); \ static_assert(sizeof(UNavigationPath) == 0x000088, "Wrong size on UNavigationPath"); \ static_assert(offsetof(UNavigationPath, PathUpdatedNotifier) == 0x000028, "Member 'UNavigationPath::PathUpdatedNotifier' has a wrong offset!"); \ static_assert(offsetof(UNavigationPath, PathPoints) == 0x000038, "Member 'UNavigationPath::PathPoints' has a wrong offset!"); \ static_assert(offsetof(UNavigationPath, RecalculateOnInvalidation) == 0x000048, "Member 'UNavigationPath::RecalculateOnInvalidation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavigationPathGenerator \ static_assert(alignof(INavigationPathGenerator) == 0x000001, "Wrong alignment on INavigationPathGenerator"); \ static_assert(sizeof(INavigationPathGenerator) == 0x000001, "Wrong size on INavigationPathGenerator"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToActorSynchronously \ static_assert(alignof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToActorSynchronously"); \ static_assert(sizeof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000040, "Wrong size on NavigationSystemV1_FindPathToActorSynchronously"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToActorSynchronously::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, GoalActor) == 0x000018, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToLocationSynchronously \ static_assert(alignof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToLocationSynchronously"); \ static_assert(sizeof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000038, "Wrong size on NavigationSystemV1_FindPathToLocationSynchronously"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathEnd) == 0x000014, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000028, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000030, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetNavigationSystem \ static_assert(alignof(NavigationSystemV1_GetNavigationSystem) == 0x000008, "Wrong alignment on NavigationSystemV1_GetNavigationSystem"); \ static_assert(sizeof(NavigationSystemV1_GetNavigationSystem) == 0x000010, "Wrong size on NavigationSystemV1_GetNavigationSystem"); \ static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetNavigationSystem::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_GetNavigationSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetPathCost \ static_assert(alignof(NavigationSystemV1_GetPathCost) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathCost"); \ static_assert(sizeof(NavigationSystemV1_GetPathCost) == 0x000040, "Wrong size on NavigationSystemV1_GetPathCost"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathCost::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathCost::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetPathLength \ static_assert(alignof(NavigationSystemV1_GetPathLength) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathLength"); \ static_assert(sizeof(NavigationSystemV1_GetPathLength) == 0x000040, "Wrong size on NavigationSystemV1_GetPathLength"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathLength::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathLength::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomPointInNavigableRadius \ static_assert(alignof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomReachablePointInRadius \ static_assert(alignof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomReachablePointInRadius"); \ static_assert(sizeof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomReachablePointInRadius"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomPointInNavigableRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomReachablePointInRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_ProjectPointToNavigation \ static_assert(alignof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ProjectPointToNavigation"); \ static_assert(sizeof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_K2_ProjectPointToNavigation"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::Point' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ProjectedLocation) == 0x000014, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000028, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000030, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x00003C, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_NavigationRaycast \ static_assert(alignof(NavigationSystemV1_NavigationRaycast) == 0x000008, "Wrong alignment on NavigationSystemV1_NavigationRaycast"); \ static_assert(sizeof(NavigationSystemV1_NavigationRaycast) == 0x000048, "Wrong size on NavigationSystemV1_NavigationRaycast"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_NavigationRaycast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayStart) == 0x000008, "Member 'NavigationSystemV1_NavigationRaycast::RayStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayEnd) == 0x000014, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000030, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000040, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_ProjectPointToNavigation \ static_assert(alignof(NavigationSystemV1_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_ProjectPointToNavigation"); \ static_assert(sizeof(NavigationSystemV1_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_ProjectPointToNavigation"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_ProjectPointToNavigation::Point' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, NavData) == 0x000018, "Member 'NavigationSystemV1_ProjectPointToNavigation::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, FilterClass) == 0x000020, "Member 'NavigationSystemV1_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, QueryExtent) == 0x000028, "Member 'NavigationSystemV1_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, ReturnValue) == 0x000034, "Member 'NavigationSystemV1_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToActor \ static_assert(alignof(NavigationSystemV1_SimpleMoveToActor) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToActor"); \ static_assert(sizeof(NavigationSystemV1_SimpleMoveToActor) == 0x000010, "Wrong size on NavigationSystemV1_SimpleMoveToActor"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToActor::Controller' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToActor::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToLocation \ static_assert(alignof(NavigationSystemV1_SimpleMoveToLocation) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToLocation"); \ static_assert(sizeof(NavigationSystemV1_SimpleMoveToLocation) == 0x000018, "Wrong size on NavigationSystemV1_SimpleMoveToLocation"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToLocation::Controller' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToLocation::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationSystemV1 \ static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ static_assert(sizeof(UNavigationSystemV1) == 0x0015E0, "Wrong size on UNavigationSystemV1"); \ static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000028, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000030, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000038, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000040, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x00006C, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000070, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000074, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000078, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x000088, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x000090, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000A0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x0000C0, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x0000D0, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x0001BC, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DirtyAreasUpdateFreq) == 0x0015BC, "Member 'UNavigationSystemV1::DirtyAreasUpdateFreq' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationSystemModuleConfig \ static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000058, "Wrong size on UNavigationSystemModuleConfig"); \ #define DUMPER7_ASSERTS_ANavigationTestingActor \ static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ static_assert(sizeof(ANavigationTestingActor) == 0x000310, "Wrong size on ANavigationTestingActor"); \ static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000230, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x000238, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x000248, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000278, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000288, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000290, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x0002A0, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x0002A4, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x0002AC, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x0002B0, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x0002BC, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x0002C0, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x0002C4, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x0002C8, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0002D0, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x0002D8, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x0002DC, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkComponent \ static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ static_assert(sizeof(UNavLinkComponent) == 0x000470, "Wrong size on UNavLinkComponent"); \ static_assert(offsetof(UNavLinkComponent, Links) == 0x000458, "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) == 0x0000E0, "Wrong size on UNavRelevantComponent"); \ static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x0000D8, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkCustomComponent \ static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ static_assert(sizeof(UNavLinkCustomComponent) == 0x000190, "Wrong size on UNavLinkCustomComponent"); \ static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x0000E8, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x0000F0, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x0000F8, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000100, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000104, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000110, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x00011C, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000124, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000130, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000140, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000148, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x00014C, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x000150, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavLinkCustomInterface \ static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ #define DUMPER7_ASSERTS_INavLinkHostInterface \ static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ #define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ static_assert(sizeof(UNavLinkRenderingComponent) == 0x000450, "Wrong size on UNavLinkRenderingComponent"); \ #define DUMPER7_ASSERTS_UNavLinkTrivial \ static_assert(alignof(UNavLinkTrivial) == 0x000008, "Wrong alignment on UNavLinkTrivial"); \ static_assert(sizeof(UNavLinkTrivial) == 0x000050, "Wrong size on UNavLinkTrivial"); \ #define DUMPER7_ASSERTS_ANavMeshBoundsVolume \ static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ static_assert(sizeof(ANavMeshBoundsVolume) == 0x000260, "Wrong size on ANavMeshBoundsVolume"); \ static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000258, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ static_assert(sizeof(UNavMeshRenderingComponent) == 0x000460, "Wrong size on UNavMeshRenderingComponent"); \ #define DUMPER7_ASSERTS_NavModifierComponent_SetAreaClass \ static_assert(alignof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierComponent_SetAreaClass"); \ static_assert(sizeof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong size on NavModifierComponent_SetAreaClass"); \ static_assert(offsetof(NavModifierComponent_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierComponent_SetAreaClass::NewAreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavModifierComponent \ static_assert(alignof(UNavModifierComponent) == 0x000010, "Wrong alignment on UNavModifierComponent"); \ static_assert(sizeof(UNavModifierComponent) == 0x000140, "Wrong size on UNavModifierComponent"); \ static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x0000E0, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x0000E8, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavModifierVolume \ static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ static_assert(sizeof(ANavModifierVolume) == 0x000270, "Wrong size on ANavModifierVolume"); \ static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000260, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000268, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavNodeInterface \ static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ #define DUMPER7_ASSERTS_ANavSystemConfigOverride \ static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ static_assert(sizeof(ANavSystemConfigOverride) == 0x000230, "Wrong size on ANavSystemConfigOverride"); \ static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000220, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000228, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavTestRenderingComponent \ static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ static_assert(sizeof(UNavTestRenderingComponent) == 0x000450, "Wrong size on UNavTestRenderingComponent"); \ #define DUMPER7_ASSERTS_URecastFilter_UseDefaultArea \ static_assert(alignof(URecastFilter_UseDefaultArea) == 0x000008, "Wrong alignment on URecastFilter_UseDefaultArea"); \ static_assert(sizeof(URecastFilter_UseDefaultArea) == 0x000048, "Wrong size on URecastFilter_UseDefaultArea"); \ #define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ static_assert(sizeof(URecastNavMeshDataChunk) == 0x000040, "Wrong size on URecastNavMeshDataChunk"); \ #define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionPayload \ static_assert(alignof(FDonNavigationDynamicCollisionPayload) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionPayload"); \ static_assert(sizeof(FDonNavigationDynamicCollisionPayload) == 0x000038, "Wrong size on FDonNavigationDynamicCollisionPayload"); \ #define DUMPER7_ASSERTS_FDoNNavigationDebugParams \ static_assert(alignof(FDoNNavigationDebugParams) == 0x000004, "Wrong alignment on FDoNNavigationDebugParams"); \ static_assert(sizeof(FDoNNavigationDebugParams) == 0x00000C, "Wrong size on FDoNNavigationDebugParams"); \ static_assert(offsetof(FDoNNavigationDebugParams, DrawDebugVolumes) == 0x000000, "Member 'FDoNNavigationDebugParams::DrawDebugVolumes' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationDebugParams, VisualizeRawPath) == 0x000001, "Member 'FDoNNavigationDebugParams::VisualizeRawPath' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationDebugParams, VisualizeOptimizedPath) == 0x000002, "Member 'FDoNNavigationDebugParams::VisualizeOptimizedPath' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationDebugParams, VisualizeInRealTime) == 0x000003, "Member 'FDoNNavigationDebugParams::VisualizeInRealTime' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationDebugParams, LineThickness) == 0x000004, "Member 'FDoNNavigationDebugParams::LineThickness' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationDebugParams, LineDuration) == 0x000008, "Member 'FDoNNavigationDebugParams::LineDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBT_FlyToTarget_DebugParams \ static_assert(alignof(FBT_FlyToTarget_DebugParams) == 0x000004, "Wrong alignment on FBT_FlyToTarget_DebugParams"); \ static_assert(sizeof(FBT_FlyToTarget_DebugParams) == 0x000010, "Wrong size on FBT_FlyToTarget_DebugParams"); \ static_assert(offsetof(FBT_FlyToTarget_DebugParams, bVisualizePawnAsVoxels) == 0x00000C, "Member 'FBT_FlyToTarget_DebugParams::bVisualizePawnAsVoxels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDoNNavigationQueryParams \ static_assert(alignof(FDoNNavigationQueryParams) == 0x000008, "Wrong alignment on FDoNNavigationQueryParams"); \ static_assert(sizeof(FDoNNavigationQueryParams) == 0x000020, "Wrong size on FDoNNavigationQueryParams"); \ static_assert(offsetof(FDoNNavigationQueryParams, QueryTimeout) == 0x000000, "Member 'FDoNNavigationQueryParams::QueryTimeout' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, bFlexibleOriginGoal) == 0x000004, "Member 'FDoNNavigationQueryParams::bFlexibleOriginGoal' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, bSkipOptimizationPass) == 0x000005, "Member 'FDoNNavigationQueryParams::bSkipOptimizationPass' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, MaxOptimizerSweepAttemptsPerNode) == 0x000008, "Member 'FDoNNavigationQueryParams::MaxOptimizerSweepAttemptsPerNode' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, bPreciseDynamicCollisionRepathing) == 0x00000C, "Member 'FDoNNavigationQueryParams::bPreciseDynamicCollisionRepathing' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, bIgnoreDynamicCollisionRepathingForDirectGoals) == 0x00000D, "Member 'FDoNNavigationQueryParams::bIgnoreDynamicCollisionRepathingForDirectGoals' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, CollisionShapeInflation) == 0x000010, "Member 'FDoNNavigationQueryParams::CollisionShapeInflation' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryParams, bForceRescheduleQuery) == 0x000014, "Member 'FDoNNavigationQueryParams::bForceRescheduleQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDoNNavigationQueryData \ static_assert(alignof(FDoNNavigationQueryData) == 0x000008, "Wrong alignment on FDoNNavigationQueryData"); \ static_assert(sizeof(FDoNNavigationQueryData) == 0x000298, "Wrong size on FDoNNavigationQueryData"); \ static_assert(offsetof(FDoNNavigationQueryData, Querier) == 0x000000, "Member 'FDoNNavigationQueryData::Querier' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, Actor) == 0x000008, "Member 'FDoNNavigationQueryData::Actor' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, CollisionComponent) == 0x000010, "Member 'FDoNNavigationQueryData::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, Origin) == 0x000018, "Member 'FDoNNavigationQueryData::Origin' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, Destination) == 0x000024, "Member 'FDoNNavigationQueryData::Destination' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, QueryParams) == 0x000030, "Member 'FDoNNavigationQueryData::QueryParams' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, PathSolutionOptimized) == 0x000280, "Member 'FDoNNavigationQueryData::PathSolutionOptimized' has a wrong offset!"); \ static_assert(offsetof(FDoNNavigationQueryData, QueryStatus) == 0x000290, "Member 'FDoNNavigationQueryData::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonNavigationTask \ static_assert(alignof(FDonNavigationTask) == 0x000008, "Wrong alignment on FDonNavigationTask"); \ static_assert(sizeof(FDonNavigationTask) == 0x000008, "Wrong size on FDonNavigationTask"); \ #define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionTask \ static_assert(alignof(FDonNavigationDynamicCollisionTask) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionTask"); \ static_assert(sizeof(FDonNavigationDynamicCollisionTask) == 0x000150, "Wrong size on FDonNavigationDynamicCollisionTask"); \ #define DUMPER7_ASSERTS_FDonNavigationQueryTask \ static_assert(alignof(FDonNavigationQueryTask) == 0x000008, "Wrong alignment on FDonNavigationQueryTask"); \ static_assert(sizeof(FDonNavigationQueryTask) == 0x0002C8, "Wrong size on FDonNavigationQueryTask"); \ static_assert(offsetof(FDonNavigationQueryTask, ResultHandler) == 0x0002A8, "Member 'FDonNavigationQueryTask::ResultHandler' has a wrong offset!"); \ static_assert(offsetof(FDonNavigationQueryTask, DynamicCollisionListener) == 0x0002B8, "Member 'FDonNavigationQueryTask::DynamicCollisionListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonNavigationVoxel \ static_assert(alignof(FDonNavigationVoxel) == 0x000008, "Wrong alignment on FDonNavigationVoxel"); \ static_assert(sizeof(FDonNavigationVoxel) == 0x000030, "Wrong size on FDonNavigationVoxel"); \ #define DUMPER7_ASSERTS_FDonNavVoxelY \ static_assert(alignof(FDonNavVoxelY) == 0x000008, "Wrong alignment on FDonNavVoxelY"); \ static_assert(sizeof(FDonNavVoxelY) == 0x000010, "Wrong size on FDonNavVoxelY"); \ static_assert(offsetof(FDonNavVoxelY, Z) == 0x000000, "Member 'FDonNavVoxelY::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonNavVoxelX \ static_assert(alignof(FDonNavVoxelX) == 0x000008, "Wrong alignment on FDonNavVoxelX"); \ static_assert(sizeof(FDonNavVoxelX) == 0x000010, "Wrong size on FDonNavVoxelX"); \ static_assert(offsetof(FDonNavVoxelX, Y) == 0x000000, "Member 'FDonNavVoxelX::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonNavVoxelXYZ \ static_assert(alignof(FDonNavVoxelXYZ) == 0x000008, "Wrong alignment on FDonNavVoxelXYZ"); \ static_assert(sizeof(FDonNavVoxelXYZ) == 0x000010, "Wrong size on FDonNavVoxelXYZ"); \ static_assert(offsetof(FDonNavVoxelXYZ, X) == 0x000000, "Member 'FDonNavVoxelXYZ::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionNotifyee \ static_assert(alignof(FDonNavigationDynamicCollisionNotifyee) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionNotifyee"); \ static_assert(sizeof(FDonNavigationDynamicCollisionNotifyee) == 0x000048, "Wrong size on FDonNavigationDynamicCollisionNotifyee"); \ static_assert(offsetof(FDonNavigationDynamicCollisionNotifyee, Listener) == 0x000000, "Member 'FDonNavigationDynamicCollisionNotifyee::Listener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDonVoxelCollisionProfile \ static_assert(alignof(FDonVoxelCollisionProfile) == 0x000008, "Wrong alignment on FDonVoxelCollisionProfile"); \ static_assert(sizeof(FDonVoxelCollisionProfile) == 0x000020, "Wrong size on FDonVoxelCollisionProfile"); \ #define DUMPER7_ASSERTS_BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert \ static_assert(alignof(BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert) == 0x000008, "Wrong alignment on BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert"); \ static_assert(sizeof(BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert) == 0x000038, "Wrong size on BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert"); \ static_assert(offsetof(BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert, Data) == 0x000000, "Member 'BTTask_FlyTo_Pathfinding_OnDynamicCollisionAlert::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_FlyTo_Pathfinding_OnFinish \ static_assert(alignof(BTTask_FlyTo_Pathfinding_OnFinish) == 0x000008, "Wrong alignment on BTTask_FlyTo_Pathfinding_OnFinish"); \ static_assert(sizeof(BTTask_FlyTo_Pathfinding_OnFinish) == 0x000298, "Wrong size on BTTask_FlyTo_Pathfinding_OnFinish"); \ static_assert(offsetof(BTTask_FlyTo_Pathfinding_OnFinish, Data) == 0x000000, "Member 'BTTask_FlyTo_Pathfinding_OnFinish::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_FlyTo \ static_assert(alignof(UBTTask_FlyTo) == 0x000008, "Wrong alignment on UBTTask_FlyTo"); \ static_assert(sizeof(UBTTask_FlyTo) == 0x000188, "Wrong size on UBTTask_FlyTo"); \ static_assert(offsetof(UBTTask_FlyTo, FlightLocationKey) == 0x000070, "Member 'UBTTask_FlyTo::FlightLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, FlightResultKey) == 0x000098, "Member 'UBTTask_FlyTo::FlightResultKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, KeyToFlipFlopWhenTaskExits) == 0x0000C0, "Member 'UBTTask_FlyTo::KeyToFlipFlopWhenTaskExits' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, MinimumProximityRequired) == 0x0000E8, "Member 'UBTTask_FlyTo::MinimumProximityRequired' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, RecalculatePathTolerance) == 0x0000F0, "Member 'UBTTask_FlyTo::RecalculatePathTolerance' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, QueryParams) == 0x0000F8, "Member 'UBTTask_FlyTo::QueryParams' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, DebugParams) == 0x000118, "Member 'UBTTask_FlyTo::DebugParams' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, NavigationManager) == 0x000128, "Member 'UBTTask_FlyTo::NavigationManager' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, bTeleportToDestinationUponFailure) == 0x000130, "Member 'UBTTask_FlyTo::bTeleportToDestinationUponFailure' has a wrong offset!"); \ static_assert(offsetof(UBTTask_FlyTo, MaxTimeBeforeTeleport) == 0x000134, "Member 'UBTTask_FlyTo::MaxTimeBeforeTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDonEnvQueryTest_Navigation \ static_assert(alignof(UDonEnvQueryTest_Navigation) == 0x000008, "Wrong alignment on UDonEnvQueryTest_Navigation"); \ static_assert(sizeof(UDonEnvQueryTest_Navigation) == 0x000208, "Wrong size on UDonEnvQueryTest_Navigation"); \ static_assert(offsetof(UDonEnvQueryTest_Navigation, RandomLocationMaxAttempts) == 0x0001FC, "Member 'UDonEnvQueryTest_Navigation::RandomLocationMaxAttempts' has a wrong offset!"); \ static_assert(offsetof(UDonEnvQueryTest_Navigation, RandomLocationRadius) == 0x000200, "Member 'UDonEnvQueryTest_Navigation::RandomLocationRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationHelper_DonNavigationManager \ static_assert(alignof(DonNavigationHelper_DonNavigationManager) == 0x000008, "Wrong alignment on DonNavigationHelper_DonNavigationManager"); \ static_assert(sizeof(DonNavigationHelper_DonNavigationManager) == 0x000010, "Wrong size on DonNavigationHelper_DonNavigationManager"); \ static_assert(offsetof(DonNavigationHelper_DonNavigationManager, WorldContextObject) == 0x000000, "Member 'DonNavigationHelper_DonNavigationManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DonNavigationHelper_DonNavigationManager, ReturnValue) == 0x000008, "Member 'DonNavigationHelper_DonNavigationManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationHelper_DonNavigationManagerForActor \ static_assert(alignof(DonNavigationHelper_DonNavigationManagerForActor) == 0x000008, "Wrong alignment on DonNavigationHelper_DonNavigationManagerForActor"); \ static_assert(sizeof(DonNavigationHelper_DonNavigationManagerForActor) == 0x000010, "Wrong size on DonNavigationHelper_DonNavigationManagerForActor"); \ static_assert(offsetof(DonNavigationHelper_DonNavigationManagerForActor, Actor) == 0x000000, "Member 'DonNavigationHelper_DonNavigationManagerForActor::Actor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationHelper_DonNavigationManagerForActor, ReturnValue) == 0x000008, "Member 'DonNavigationHelper_DonNavigationManagerForActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDonNavigationHelper \ static_assert(alignof(UDonNavigationHelper) == 0x000008, "Wrong alignment on UDonNavigationHelper"); \ static_assert(sizeof(UDonNavigationHelper) == 0x000028, "Wrong size on UDonNavigationHelper"); \ #define DUMPER7_ASSERTS_DonNavigationManager_AbortPathfindingTask \ static_assert(alignof(DonNavigationManager_AbortPathfindingTask) == 0x000008, "Wrong alignment on DonNavigationManager_AbortPathfindingTask"); \ static_assert(sizeof(DonNavigationManager_AbortPathfindingTask) == 0x000008, "Wrong size on DonNavigationManager_AbortPathfindingTask"); \ static_assert(offsetof(DonNavigationManager_AbortPathfindingTask, Querier) == 0x000000, "Member 'DonNavigationManager_AbortPathfindingTask::Querier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_CanNavigate \ static_assert(alignof(DonNavigationManager_CanNavigate) == 0x000004, "Wrong alignment on DonNavigationManager_CanNavigate"); \ static_assert(sizeof(DonNavigationManager_CanNavigate) == 0x000010, "Wrong size on DonNavigationManager_CanNavigate"); \ static_assert(offsetof(DonNavigationManager_CanNavigate, Location) == 0x000000, "Member 'DonNavigationManager_CanNavigate::Location' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_CanNavigate, ReturnValue) == 0x00000C, "Member 'DonNavigationManager_CanNavigate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_CanNavigateActor \ static_assert(alignof(DonNavigationManager_CanNavigateActor) == 0x000008, "Wrong alignment on DonNavigationManager_CanNavigateActor"); \ static_assert(sizeof(DonNavigationManager_CanNavigateActor) == 0x000018, "Wrong size on DonNavigationManager_CanNavigateActor"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActor, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_CanNavigateActor::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActor, GoalActor) == 0x000008, "Member 'DonNavigationManager_CanNavigateActor::GoalActor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActor, ReturnValue) == 0x000010, "Member 'DonNavigationManager_CanNavigateActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_CanNavigateActorComponent \ static_assert(alignof(DonNavigationManager_CanNavigateActorComponent) == 0x000008, "Wrong alignment on DonNavigationManager_CanNavigateActorComponent"); \ static_assert(sizeof(DonNavigationManager_CanNavigateActorComponent) == 0x000018, "Wrong size on DonNavigationManager_CanNavigateActorComponent"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActorComponent, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_CanNavigateActorComponent::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActorComponent, ActorComponent) == 0x000008, "Member 'DonNavigationManager_CanNavigateActorComponent::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_CanNavigateActorComponent, ReturnValue) == 0x000010, "Member 'DonNavigationManager_CanNavigateActorComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_ClampLocationToNavigableWorld \ static_assert(alignof(DonNavigationManager_ClampLocationToNavigableWorld) == 0x000004, "Wrong alignment on DonNavigationManager_ClampLocationToNavigableWorld"); \ static_assert(sizeof(DonNavigationManager_ClampLocationToNavigableWorld) == 0x000018, "Wrong size on DonNavigationManager_ClampLocationToNavigableWorld"); \ static_assert(offsetof(DonNavigationManager_ClampLocationToNavigableWorld, DesiredLocation) == 0x000000, "Member 'DonNavigationManager_ClampLocationToNavigableWorld::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ClampLocationToNavigableWorld, ReturnValue) == 0x00000C, "Member 'DonNavigationManager_ClampLocationToNavigableWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawAllVolumes \ static_assert(alignof(DonNavigationManager_Debug_DrawAllVolumes) == 0x000004, "Wrong alignment on DonNavigationManager_Debug_DrawAllVolumes"); \ static_assert(sizeof(DonNavigationManager_Debug_DrawAllVolumes) == 0x000004, "Wrong size on DonNavigationManager_Debug_DrawAllVolumes"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawAllVolumes, LineThickness) == 0x000000, "Member 'DonNavigationManager_Debug_DrawAllVolumes::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawVolumesAroundPoint \ static_assert(alignof(DonNavigationManager_Debug_DrawVolumesAroundPoint) == 0x000004, "Wrong alignment on DonNavigationManager_Debug_DrawVolumesAroundPoint"); \ static_assert(sizeof(DonNavigationManager_Debug_DrawVolumesAroundPoint) == 0x000020, "Wrong size on DonNavigationManager_Debug_DrawVolumesAroundPoint"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, Location) == 0x000000, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::Location' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, CubeSize) == 0x00000C, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::CubeSize' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, DrawPersistentLines) == 0x000010, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::DrawPersistentLines' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, Duration) == 0x000014, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::Duration' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, LineThickness) == 0x000018, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::LineThickness' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, bAutoInitializeVolumes) == 0x00001C, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::bAutoInitializeVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawVoxelCollisionProfile \ static_assert(alignof(DonNavigationManager_Debug_DrawVoxelCollisionProfile) == 0x000008, "Wrong alignment on DonNavigationManager_Debug_DrawVoxelCollisionProfile"); \ static_assert(sizeof(DonNavigationManager_Debug_DrawVoxelCollisionProfile) == 0x000010, "Wrong size on DonNavigationManager_Debug_DrawVoxelCollisionProfile"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, MeshOrPrimitive) == 0x000000, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::MeshOrPrimitive' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, bDrawPersistent) == 0x000008, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::bDrawPersistent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, Duration) == 0x00000C, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_FindPathSolution_StressTesting \ static_assert(alignof(DonNavigationManager_FindPathSolution_StressTesting) == 0x000008, "Wrong alignment on DonNavigationManager_FindPathSolution_StressTesting"); \ static_assert(sizeof(DonNavigationManager_FindPathSolution_StressTesting) == 0x000068, "Wrong size on DonNavigationManager_FindPathSolution_StressTesting"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, Actor) == 0x000000, "Member 'DonNavigationManager_FindPathSolution_StressTesting::Actor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, Destination) == 0x000008, "Member 'DonNavigationManager_FindPathSolution_StressTesting::Destination' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, PathSolutionRaw) == 0x000018, "Member 'DonNavigationManager_FindPathSolution_StressTesting::PathSolutionRaw' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, PathSolutionOptimized) == 0x000028, "Member 'DonNavigationManager_FindPathSolution_StressTesting::PathSolutionOptimized' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, QueryParams) == 0x000038, "Member 'DonNavigationManager_FindPathSolution_StressTesting::QueryParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, DebugParams) == 0x000058, "Member 'DonNavigationManager_FindPathSolution_StressTesting::DebugParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, ReturnValue) == 0x000064, "Member 'DonNavigationManager_FindPathSolution_StressTesting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_FindRandomPointAroundOriginInNavWorld \ static_assert(alignof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld) == 0x000008, "Wrong alignment on DonNavigationManager_FindRandomPointAroundOriginInNavWorld"); \ static_assert(sizeof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld) == 0x000038, "Wrong size on DonNavigationManager_FindRandomPointAroundOriginInNavWorld"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, NavigationActor) == 0x000000, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::NavigationActor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, Origin) == 0x000008, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::Origin' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, Distance) == 0x000014, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::Distance' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, bFoundValidResult) == 0x000018, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::bFoundValidResult' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxDesiredAltitude) == 0x00001C, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxDesiredAltitude' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxZAngularDispacement) == 0x000020, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxZAngularDispacement' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxAttempts) == 0x000024, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxAttempts' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, ReturnValue) == 0x000028, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_FindRandomPointFromActorInNavWorld \ static_assert(alignof(DonNavigationManager_FindRandomPointFromActorInNavWorld) == 0x000008, "Wrong alignment on DonNavigationManager_FindRandomPointFromActorInNavWorld"); \ static_assert(sizeof(DonNavigationManager_FindRandomPointFromActorInNavWorld) == 0x000028, "Wrong size on DonNavigationManager_FindRandomPointFromActorInNavWorld"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, Actor) == 0x000000, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::Actor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, Distance) == 0x000008, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::Distance' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, bFoundValidResult) == 0x00000C, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::bFoundValidResult' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxDesiredAltitude) == 0x000010, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxDesiredAltitude' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxZAngularDispacement) == 0x000014, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxZAngularDispacement' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxAttempts) == 0x000018, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxAttempts' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, ReturnValue) == 0x00001C, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_HasTask \ static_assert(alignof(DonNavigationManager_HasTask) == 0x000008, "Wrong alignment on DonNavigationManager_HasTask"); \ static_assert(sizeof(DonNavigationManager_HasTask) == 0x000010, "Wrong size on DonNavigationManager_HasTask"); \ static_assert(offsetof(DonNavigationManager_HasTask, Querier) == 0x000000, "Member 'DonNavigationManager_HasTask::Querier' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_HasTask, ReturnValue) == 0x000008, "Member 'DonNavigationManager_HasTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathLineSweep \ static_assert(alignof(DonNavigationManager_IsDirectPathLineSweep) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathLineSweep"); \ static_assert(sizeof(DonNavigationManager_IsDirectPathLineSweep) == 0x0000B8, "Wrong size on DonNavigationManager_IsDirectPathLineSweep"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_IsDirectPathLineSweep::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, Start) == 0x000008, "Member 'DonNavigationManager_IsDirectPathLineSweep::Start' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, End) == 0x000014, "Member 'DonNavigationManager_IsDirectPathLineSweep::End' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, OutHit) == 0x000020, "Member 'DonNavigationManager_IsDirectPathLineSweep::OutHit' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, bFindInitialOverlaps) == 0x0000A8, "Member 'DonNavigationManager_IsDirectPathLineSweep::bFindInitialOverlaps' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, CollisionShapeInflation) == 0x0000AC, "Member 'DonNavigationManager_IsDirectPathLineSweep::CollisionShapeInflation' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, ReturnValue) == 0x0000B0, "Member 'DonNavigationManager_IsDirectPathLineSweep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathLineTrace \ static_assert(alignof(DonNavigationManager_IsDirectPathLineTrace) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathLineTrace"); \ static_assert(sizeof(DonNavigationManager_IsDirectPathLineTrace) == 0x0000B8, "Wrong size on DonNavigationManager_IsDirectPathLineTrace"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, Start) == 0x000000, "Member 'DonNavigationManager_IsDirectPathLineTrace::Start' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, End) == 0x00000C, "Member 'DonNavigationManager_IsDirectPathLineTrace::End' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, OutHit) == 0x000018, "Member 'DonNavigationManager_IsDirectPathLineTrace::OutHit' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, ActorsToIgnore) == 0x0000A0, "Member 'DonNavigationManager_IsDirectPathLineTrace::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, bFindInitialOverlaps) == 0x0000B0, "Member 'DonNavigationManager_IsDirectPathLineTrace::bFindInitialOverlaps' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, ReturnValue) == 0x0000B1, "Member 'DonNavigationManager_IsDirectPathLineTrace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathSweep \ static_assert(alignof(DonNavigationManager_IsDirectPathSweep) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathSweep"); \ static_assert(sizeof(DonNavigationManager_IsDirectPathSweep) == 0x0000B8, "Wrong size on DonNavigationManager_IsDirectPathSweep"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_IsDirectPathSweep::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, Start) == 0x000008, "Member 'DonNavigationManager_IsDirectPathSweep::Start' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, End) == 0x000014, "Member 'DonNavigationManager_IsDirectPathSweep::End' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, OutHit) == 0x000020, "Member 'DonNavigationManager_IsDirectPathSweep::OutHit' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, bFindInitialOverlaps) == 0x0000A8, "Member 'DonNavigationManager_IsDirectPathSweep::bFindInitialOverlaps' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, CollisionShapeInflation) == 0x0000AC, "Member 'DonNavigationManager_IsDirectPathSweep::CollisionShapeInflation' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, ReturnValue) == 0x0000B0, "Member 'DonNavigationManager_IsDirectPathSweep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsLocationBeneathLandscape \ static_assert(alignof(DonNavigationManager_IsLocationBeneathLandscape) == 0x000004, "Wrong alignment on DonNavigationManager_IsLocationBeneathLandscape"); \ static_assert(sizeof(DonNavigationManager_IsLocationBeneathLandscape) == 0x000014, "Wrong size on DonNavigationManager_IsLocationBeneathLandscape"); \ static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, Location) == 0x000000, "Member 'DonNavigationManager_IsLocationBeneathLandscape::Location' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, LineTraceHeight) == 0x00000C, "Member 'DonNavigationManager_IsLocationBeneathLandscape::LineTraceHeight' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, ReturnValue) == 0x000010, "Member 'DonNavigationManager_IsLocationBeneathLandscape::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsMeshBoundsWithinNavigableWorld \ static_assert(alignof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld) == 0x000008, "Wrong alignment on DonNavigationManager_IsMeshBoundsWithinNavigableWorld"); \ static_assert(sizeof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld) == 0x000010, "Wrong size on DonNavigationManager_IsMeshBoundsWithinNavigableWorld"); \ static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, Mesh) == 0x000000, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::Mesh' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, BoundsScaleFactor) == 0x000008, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::BoundsScaleFactor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, ReturnValue) == 0x00000C, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_MarkDestinationFailed \ static_assert(alignof(DonNavigationManager_MarkDestinationFailed) == 0x000004, "Wrong alignment on DonNavigationManager_MarkDestinationFailed"); \ static_assert(sizeof(DonNavigationManager_MarkDestinationFailed) == 0x00000C, "Wrong size on DonNavigationManager_MarkDestinationFailed"); \ static_assert(offsetof(DonNavigationManager_MarkDestinationFailed, Location) == 0x000000, "Member 'DonNavigationManager_MarkDestinationFailed::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_ScheduleDynamicCollisionUpdate \ static_assert(alignof(DonNavigationManager_ScheduleDynamicCollisionUpdate) == 0x000008, "Wrong alignment on DonNavigationManager_ScheduleDynamicCollisionUpdate"); \ static_assert(sizeof(DonNavigationManager_ScheduleDynamicCollisionUpdate) == 0x000030, "Wrong size on DonNavigationManager_ScheduleDynamicCollisionUpdate"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, Mesh) == 0x000000, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::Mesh' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, ResultHandler) == 0x000008, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::ResultHandler' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, CustomCacheIdentifier) == 0x000018, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::CustomCacheIdentifier' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bReplaceExistingTask) == 0x000020, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bReplaceExistingTask' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bDisableCacheUsage) == 0x000021, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bDisableCacheUsage' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bReloadCollisionCache) == 0x000022, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bReloadCollisionCache' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bUseCheapBoundsCollision) == 0x000023, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bUseCheapBoundsCollision' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, BoundsScaleFactor) == 0x000024, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::BoundsScaleFactor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bForceSynchronousExecution) == 0x000028, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bForceSynchronousExecution' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bDrawDebug) == 0x000029, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, ReturnValue) == 0x00002A, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_SchedulePathfindingFromTask \ static_assert(alignof(DonNavigationManager_SchedulePathfindingFromTask) == 0x000008, "Wrong alignment on DonNavigationManager_SchedulePathfindingFromTask"); \ static_assert(sizeof(DonNavigationManager_SchedulePathfindingFromTask) == 0x000078, "Wrong size on DonNavigationManager_SchedulePathfindingFromTask"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, Querier) == 0x000000, "Member 'DonNavigationManager_SchedulePathfindingFromTask::Querier' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, Actor) == 0x000008, "Member 'DonNavigationManager_SchedulePathfindingFromTask::Actor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, Origin) == 0x000010, "Member 'DonNavigationManager_SchedulePathfindingFromTask::Origin' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, Destination) == 0x00001C, "Member 'DonNavigationManager_SchedulePathfindingFromTask::Destination' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, QueryParams) == 0x000028, "Member 'DonNavigationManager_SchedulePathfindingFromTask::QueryParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, DebugParams) == 0x000048, "Member 'DonNavigationManager_SchedulePathfindingFromTask::DebugParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, ResultHandlerDelegate) == 0x000054, "Member 'DonNavigationManager_SchedulePathfindingFromTask::ResultHandlerDelegate' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, DynamicCollisionListener) == 0x000064, "Member 'DonNavigationManager_SchedulePathfindingFromTask::DynamicCollisionListener' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingFromTask, ReturnValue) == 0x000074, "Member 'DonNavigationManager_SchedulePathfindingFromTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_SchedulePathfindingTask \ static_assert(alignof(DonNavigationManager_SchedulePathfindingTask) == 0x000008, "Wrong alignment on DonNavigationManager_SchedulePathfindingTask"); \ static_assert(sizeof(DonNavigationManager_SchedulePathfindingTask) == 0x000070, "Wrong size on DonNavigationManager_SchedulePathfindingTask"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, Querier) == 0x000000, "Member 'DonNavigationManager_SchedulePathfindingTask::Querier' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, Actor) == 0x000008, "Member 'DonNavigationManager_SchedulePathfindingTask::Actor' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, Destination) == 0x000010, "Member 'DonNavigationManager_SchedulePathfindingTask::Destination' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, QueryParams) == 0x000020, "Member 'DonNavigationManager_SchedulePathfindingTask::QueryParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, DebugParams) == 0x000040, "Member 'DonNavigationManager_SchedulePathfindingTask::DebugParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, ResultHandlerDelegate) == 0x00004C, "Member 'DonNavigationManager_SchedulePathfindingTask::ResultHandlerDelegate' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, DynamicCollisionListener) == 0x00005C, "Member 'DonNavigationManager_SchedulePathfindingTask::DynamicCollisionListener' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, ReturnValue) == 0x00006C, "Member 'DonNavigationManager_SchedulePathfindingTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_StopListeningToDynamicCollisionsForPath \ static_assert(alignof(DonNavigationManager_StopListeningToDynamicCollisionsForPath) == 0x000008, "Wrong alignment on DonNavigationManager_StopListeningToDynamicCollisionsForPath"); \ static_assert(sizeof(DonNavigationManager_StopListeningToDynamicCollisionsForPath) == 0x0002A8, "Wrong size on DonNavigationManager_StopListeningToDynamicCollisionsForPath"); \ static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPath, ListenerToClear) == 0x000000, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPath::ListenerToClear' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPath, QueryData) == 0x000010, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPath::QueryData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex \ static_assert(alignof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex) == 0x000008, "Wrong alignment on DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex"); \ static_assert(sizeof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex) == 0x0002B0, "Wrong size on DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex"); \ static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, ListenerToClear) == 0x000000, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::ListenerToClear' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, QueryData) == 0x000010, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::QueryData' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, VolumeIndex) == 0x0002A8, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::VolumeIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_VisualizeDynamicCollisionListeners \ static_assert(alignof(DonNavigationManager_VisualizeDynamicCollisionListeners) == 0x000008, "Wrong alignment on DonNavigationManager_VisualizeDynamicCollisionListeners"); \ static_assert(sizeof(DonNavigationManager_VisualizeDynamicCollisionListeners) == 0x0002A8, "Wrong size on DonNavigationManager_VisualizeDynamicCollisionListeners"); \ static_assert(offsetof(DonNavigationManager_VisualizeDynamicCollisionListeners, Listener) == 0x000000, "Member 'DonNavigationManager_VisualizeDynamicCollisionListeners::Listener' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeDynamicCollisionListeners, QueryData) == 0x000010, "Member 'DonNavigationManager_VisualizeDynamicCollisionListeners::QueryData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_VisualizeNAVResult \ static_assert(alignof(DonNavigationManager_VisualizeNAVResult) == 0x000008, "Wrong alignment on DonNavigationManager_VisualizeNAVResult"); \ static_assert(sizeof(DonNavigationManager_VisualizeNAVResult) == 0x000040, "Wrong size on DonNavigationManager_VisualizeNAVResult"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, PathSolution) == 0x000000, "Member 'DonNavigationManager_VisualizeNAVResult::PathSolution' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, Source) == 0x000010, "Member 'DonNavigationManager_VisualizeNAVResult::Source' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, Destination) == 0x00001C, "Member 'DonNavigationManager_VisualizeNAVResult::Destination' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, Reset) == 0x000028, "Member 'DonNavigationManager_VisualizeNAVResult::Reset' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, DebugParams) == 0x00002C, "Member 'DonNavigationManager_VisualizeNAVResult::DebugParams' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_VisualizeNAVResult, LineColor) == 0x000038, "Member 'DonNavigationManager_VisualizeNAVResult::LineColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigationManager_IsLocationWithinNavigableWorld \ static_assert(alignof(DonNavigationManager_IsLocationWithinNavigableWorld) == 0x000004, "Wrong alignment on DonNavigationManager_IsLocationWithinNavigableWorld"); \ static_assert(sizeof(DonNavigationManager_IsLocationWithinNavigableWorld) == 0x000010, "Wrong size on DonNavigationManager_IsLocationWithinNavigableWorld"); \ static_assert(offsetof(DonNavigationManager_IsLocationWithinNavigableWorld, DesiredLocation) == 0x000000, "Member 'DonNavigationManager_IsLocationWithinNavigableWorld::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(DonNavigationManager_IsLocationWithinNavigableWorld, ReturnValue) == 0x00000C, "Member 'DonNavigationManager_IsLocationWithinNavigableWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADonNavigationManager \ static_assert(alignof(ADonNavigationManager) == 0x000010, "Wrong alignment on ADonNavigationManager"); \ static_assert(sizeof(ADonNavigationManager) == 0x006D80, "Wrong size on ADonNavigationManager"); \ static_assert(offsetof(ADonNavigationManager, bIsUnbound) == 0x000414, "Member 'ADonNavigationManager::bIsUnbound' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, SceneComponent) == 0x000418, "Member 'ADonNavigationManager::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, Billboard) == 0x000420, "Member 'ADonNavigationManager::Billboard' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, VoxelSize) == 0x000438, "Member 'ADonNavigationManager::VoxelSize' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, XGridSize) == 0x00043C, "Member 'ADonNavigationManager::XGridSize' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, YGridSize) == 0x000440, "Member 'ADonNavigationManager::YGridSize' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, ZGridSize) == 0x000444, "Member 'ADonNavigationManager::ZGridSize' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, ObstacleQueryChannels) == 0x000448, "Member 'ADonNavigationManager::ObstacleQueryChannels' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, ActorsToIgnoreForCollision) == 0x000458, "Member 'ADonNavigationManager::ActorsToIgnoreForCollision' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, AutoCorrectionGuessList) == 0x000468, "Member 'ADonNavigationManager::AutoCorrectionGuessList' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, UnrealPhyxPenetrationDepth) == 0x000478, "Member 'ADonNavigationManager::UnrealPhyxPenetrationDepth' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, PerformCollisionChecksOnStartup) == 0x00047C, "Member 'ADonNavigationManager::PerformCollisionChecksOnStartup' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, bMultiThreadingEnabled) == 0x00047D, "Member 'ADonNavigationManager::bMultiThreadingEnabled' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsPerTick) == 0x000480, "Member 'ADonNavigationManager::MaxPathSolverIterationsPerTick' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsPerTick) == 0x000484, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsPerTick' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsOnThread) == 0x000488, "Member 'ADonNavigationManager::MaxPathSolverIterationsOnThread' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsOnThread) == 0x00048C, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsOnThread' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsPerTick_Unbound) == 0x000490, "Member 'ADonNavigationManager::MaxPathSolverIterationsPerTick_Unbound' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsPerTick_Unbound) == 0x000494, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsPerTick_Unbound' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsOnThread_Unbound) == 0x000498, "Member 'ADonNavigationManager::MaxPathSolverIterationsOnThread_Unbound' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsOnThread_Unbound) == 0x00049C, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsOnThread_Unbound' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, WorldBoundaryVisualizer) == 0x0004A0, "Member 'ADonNavigationManager::WorldBoundaryVisualizer' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, bDisplayWorldBoundary) == 0x0004A8, "Member 'ADonNavigationManager::bDisplayWorldBoundary' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, bDisplayWorldBoundaryInGame) == 0x0004A9, "Member 'ADonNavigationManager::bDisplayWorldBoundaryInGame' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, DebugVoxelsLineThickness) == 0x0004AC, "Member 'ADonNavigationManager::DebugVoxelsLineThickness' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, bRunDebugValidationsForDynamicCollisions) == 0x0004B0, "Member 'ADonNavigationManager::bRunDebugValidationsForDynamicCollisions' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, ActiveNavigationTaskOwners) == 0x006B80, "Member 'ADonNavigationManager::ActiveNavigationTaskOwners' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, ActiveCollisionTaskOwners) == 0x006BD0, "Member 'ADonNavigationManager::ActiveCollisionTaskOwners' has a wrong offset!"); \ static_assert(offsetof(ADonNavigationManager, FailSolutions) == 0x006D28, "Member 'ADonNavigationManager::FailSolutions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADonNavigationManagerUnbound \ static_assert(alignof(ADonNavigationManagerUnbound) == 0x000010, "Wrong alignment on ADonNavigationManagerUnbound"); \ static_assert(sizeof(ADonNavigationManagerUnbound) == 0x006D80, "Wrong size on ADonNavigationManagerUnbound"); \ #define DUMPER7_ASSERTS_DonNavigator_AddMovementInputCustom \ static_assert(alignof(DonNavigator_AddMovementInputCustom) == 0x000004, "Wrong alignment on DonNavigator_AddMovementInputCustom"); \ static_assert(sizeof(DonNavigator_AddMovementInputCustom) == 0x000010, "Wrong size on DonNavigator_AddMovementInputCustom"); \ static_assert(offsetof(DonNavigator_AddMovementInputCustom, WorldDirection) == 0x000000, "Member 'DonNavigator_AddMovementInputCustom::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(DonNavigator_AddMovementInputCustom, ScaleValue) == 0x00000C, "Member 'DonNavigator_AddMovementInputCustom::ScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigator_OnLocomotionEnd \ static_assert(alignof(DonNavigator_OnLocomotionEnd) == 0x000001, "Wrong alignment on DonNavigator_OnLocomotionEnd"); \ static_assert(sizeof(DonNavigator_OnLocomotionEnd) == 0x000001, "Wrong size on DonNavigator_OnLocomotionEnd"); \ static_assert(offsetof(DonNavigator_OnLocomotionEnd, bLocomotionSuccess) == 0x000000, "Member 'DonNavigator_OnLocomotionEnd::bLocomotionSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DonNavigator_OnNextSegment \ static_assert(alignof(DonNavigator_OnNextSegment) == 0x000004, "Wrong alignment on DonNavigator_OnNextSegment"); \ static_assert(sizeof(DonNavigator_OnNextSegment) == 0x00000C, "Wrong size on DonNavigator_OnNextSegment"); \ static_assert(offsetof(DonNavigator_OnNextSegment, NextPoint) == 0x000000, "Member 'DonNavigator_OnNextSegment::NextPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDonNavigator \ static_assert(alignof(IDonNavigator) == 0x000001, "Wrong alignment on IDonNavigator"); \ static_assert(sizeof(IDonNavigator) == 0x000001, "Wrong size on IDonNavigator"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint \ static_assert(alignof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint"); \ static_assert(sizeof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint) == 0x000068, "Wrong size on HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, EntryPoint) == 0x000000, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_Owner) == 0x000008, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_DynamicCast_AsFGCharacter) == 0x000028, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000042, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000043, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, CallFunc_BooleanOR_ReturnValue) == 0x000044, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_Owner_1) == 0x000048, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_OwnerAsController_1) == 0x000050, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_ControlledPawn_1) == 0x000058, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint, K2Node_Event_NodeResult) == 0x000060, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ExecuteUbergraph_HTNDecorator_ScopeOccupyCoverPoint::K2Node_Event_NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart \ static_assert(alignof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish \ static_assert(alignof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNDecorator_ScopeOccupyCoverPoint_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_ScopeOccupyCoverPoint_C \ static_assert(alignof(UHTNDecorator_ScopeOccupyCoverPoint_C) == 0x000008, "Wrong alignment on UHTNDecorator_ScopeOccupyCoverPoint_C"); \ static_assert(sizeof(UHTNDecorator_ScopeOccupyCoverPoint_C) == 0x0000C0, "Wrong size on UHTNDecorator_ScopeOccupyCoverPoint_C"); \ static_assert(offsetof(UHTNDecorator_ScopeOccupyCoverPoint_C, UberGraphFrame) == 0x000088, "Member 'UHTNDecorator_ScopeOccupyCoverPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeOccupyCoverPoint_C, CoverPoint) == 0x000090, "Member 'UHTNDecorator_ScopeOccupyCoverPoint_C::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeOccupyCoverPoint_C, SavedPoint) == 0x0000B8, "Member 'UHTNDecorator_ScopeOccupyCoverPoint_C::SavedPoint' 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_HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck, CallFunc_NeedRepairArmor_ReturnValue) == 0x000029, "Member 'HTN_SharkIsNeedRepairArmor_C_PerformConditionCheck::CallFunc_NeedRepairArmor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkIsNeedRepairArmor_C \ static_assert(alignof(UHTN_SharkIsNeedRepairArmor_C) == 0x000008, "Wrong alignment on UHTN_SharkIsNeedRepairArmor_C"); \ static_assert(sizeof(UHTN_SharkIsNeedRepairArmor_C) == 0x000088, "Wrong size on UHTN_SharkIsNeedRepairArmor_C"); \ #define DUMPER7_ASSERTS_FInputEvent \ static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); \ #define DUMPER7_ASSERTS_FPointerEvent \ static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ static_assert(sizeof(FPointerEvent) == 0x000070, "Wrong size on FPointerEvent"); \ #define DUMPER7_ASSERTS_FMotionEvent \ static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); \ #define DUMPER7_ASSERTS_FGeometry \ static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ #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_FMargin \ static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateColor \ static_assert(alignof(FSlateColor) == 0x000008, "Wrong alignment on FSlateColor"); \ static_assert(sizeof(FSlateColor) == 0x000028, "Wrong size on FSlateColor"); \ static_assert(offsetof(FSlateColor, SpecifiedColor) == 0x000000, "Member 'FSlateColor::SpecifiedColor' has a wrong offset!"); \ static_assert(offsetof(FSlateColor, ColorUseRule) == 0x000010, "Member 'FSlateColor::ColorUseRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateBrush \ static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); \ static_assert(sizeof(FSlateBrush) == 0x000088, "Wrong size on FSlateBrush"); \ static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, UVRegion) == 0x000058, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, DrawAs) == 0x00006C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Tiling) == 0x00006D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Mirroring) == 0x00006E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ImageType) == 0x00006F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateWidgetStyle \ static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ #define DUMPER7_ASSERTS_FTableRowStyle \ static_assert(alignof(FTableRowStyle) == 0x000008, "Wrong alignment on FTableRowStyle"); \ static_assert(sizeof(FTableRowStyle) == 0x0007C8, "Wrong size on FTableRowStyle"); \ static_assert(offsetof(FTableRowStyle, SelectorFocusedBrush) == 0x000008, "Member 'FTableRowStyle::SelectorFocusedBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, ActiveHoveredBrush) == 0x000090, "Member 'FTableRowStyle::ActiveHoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, ActiveBrush) == 0x000118, "Member 'FTableRowStyle::ActiveBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, InactiveHoveredBrush) == 0x0001A0, "Member 'FTableRowStyle::InactiveHoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, InactiveBrush) == 0x000228, "Member 'FTableRowStyle::InactiveBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, EvenRowBackgroundHoveredBrush) == 0x0002B0, "Member 'FTableRowStyle::EvenRowBackgroundHoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, EvenRowBackgroundBrush) == 0x000338, "Member 'FTableRowStyle::EvenRowBackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, OddRowBackgroundHoveredBrush) == 0x0003C0, "Member 'FTableRowStyle::OddRowBackgroundHoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, OddRowBackgroundBrush) == 0x000448, "Member 'FTableRowStyle::OddRowBackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, TextColor) == 0x0004D0, "Member 'FTableRowStyle::TextColor' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, SelectedTextColor) == 0x0004F8, "Member 'FTableRowStyle::SelectedTextColor' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, DropIndicator_Above) == 0x000520, "Member 'FTableRowStyle::DropIndicator_Above' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, DropIndicator_Onto) == 0x0005A8, "Member 'FTableRowStyle::DropIndicator_Onto' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000630, "Member 'FTableRowStyle::DropIndicator_Below' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x0006B8, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); \ static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x000740, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocusEvent \ static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ #define DUMPER7_ASSERTS_FSlateSound \ static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); \ static_assert(sizeof(FSlateSound) == 0x000018, "Wrong size on FSlateSound"); \ static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FButtonStyle \ static_assert(alignof(FButtonStyle) == 0x000008, "Wrong alignment on FButtonStyle"); \ static_assert(sizeof(FButtonStyle) == 0x000278, "Wrong size on FButtonStyle"); \ static_assert(offsetof(FButtonStyle, Normal) == 0x000008, "Member 'FButtonStyle::Normal' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Hovered) == 0x000090, "Member 'FButtonStyle::Hovered' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Pressed) == 0x000118, "Member 'FButtonStyle::Pressed' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Disabled) == 0x0001A0, "Member 'FButtonStyle::Disabled' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, NormalPadding) == 0x000228, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, PressedPadding) == 0x000238, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x000248, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x000260, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontOutlineSettings \ static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); \ static_assert(sizeof(FFontOutlineSettings) == 0x000020, "Wrong size on FFontOutlineSettings"); \ static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); \ static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000004, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000005, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); \ static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); \ static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateFontInfo \ static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ static_assert(sizeof(FSlateFontInfo) == 0x000058, "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!"); \ #define DUMPER7_ASSERTS_FTextBlockStyle \ static_assert(alignof(FTextBlockStyle) == 0x000008, "Wrong alignment on FTextBlockStyle"); \ static_assert(sizeof(FTextBlockStyle) == 0x000270, "Wrong size on FTextBlockStyle"); \ static_assert(offsetof(FTextBlockStyle, Font) == 0x000008, "Member 'FTextBlockStyle::Font' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000060, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x000088, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000090, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x0000A0, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000C8, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000D8, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000160, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x0001E8, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindowStyle \ static_assert(alignof(FWindowStyle) == 0x000008, "Wrong alignment on FWindowStyle"); \ static_assert(sizeof(FWindowStyle) == 0x001060, "Wrong size on FWindowStyle"); \ static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000008, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000280, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0004F8, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000770, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x0009E8, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x000C58, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x000CE0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x000D68, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x000DF0, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x000E18, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, OutlineColor) == 0x000EA0, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BorderBrush) == 0x000EC8, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x000F50, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x000FD8, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterEvent \ static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); \ #define DUMPER7_ASSERTS_FKeyEvent \ static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); \ #define DUMPER7_ASSERTS_FNavigationEvent \ static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ static_assert(sizeof(FNavigationEvent) == 0x000020, "Wrong size on FNavigationEvent"); \ #define DUMPER7_ASSERTS_FAnalogInputEvent \ static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ static_assert(sizeof(FAnalogInputEvent) == 0x000040, "Wrong size on FAnalogInputEvent"); \ #define DUMPER7_ASSERTS_FSliderStyle \ static_assert(alignof(FSliderStyle) == 0x000008, "Wrong alignment on FSliderStyle"); \ static_assert(sizeof(FSliderStyle) == 0x000340, "Wrong size on FSliderStyle"); \ static_assert(offsetof(FSliderStyle, NormalBarImage) == 0x000008, "Member 'FSliderStyle::NormalBarImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, HoveredBarImage) == 0x000090, "Member 'FSliderStyle::HoveredBarImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, DisabledBarImage) == 0x000118, "Member 'FSliderStyle::DisabledBarImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, NormalThumbImage) == 0x0001A0, "Member 'FSliderStyle::NormalThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, HoveredThumbImage) == 0x000228, "Member 'FSliderStyle::HoveredThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, DisabledThumbImage) == 0x0002B0, "Member 'FSliderStyle::DisabledThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSliderStyle, BarThickness) == 0x000338, "Member 'FSliderStyle::BarThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplitterStyle \ static_assert(alignof(FSplitterStyle) == 0x000008, "Wrong alignment on FSplitterStyle"); \ static_assert(sizeof(FSplitterStyle) == 0x000118, "Wrong size on FSplitterStyle"); \ static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000008, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); \ static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x000090, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComboButtonStyle \ static_assert(alignof(FComboButtonStyle) == 0x000008, "Wrong alignment on FComboButtonStyle"); \ static_assert(sizeof(FComboButtonStyle) == 0x0003B8, "Wrong size on FComboButtonStyle"); \ static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000008, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000280, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x000308, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x000310, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x000320, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0003A8, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComboBoxStyle \ static_assert(alignof(FComboBoxStyle) == 0x000008, "Wrong alignment on FComboBoxStyle"); \ static_assert(sizeof(FComboBoxStyle) == 0x0003F0, "Wrong size on FComboBoxStyle"); \ static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000008, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x0003C0, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x0003D8, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpandableAreaStyle \ static_assert(alignof(FExpandableAreaStyle) == 0x000008, "Wrong alignment on FExpandableAreaStyle"); \ static_assert(sizeof(FExpandableAreaStyle) == 0x000120, "Wrong size on FExpandableAreaStyle"); \ static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000008, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x000090, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x000118, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHyperlinkStyle \ static_assert(alignof(FHyperlinkStyle) == 0x000008, "Wrong alignment on FHyperlinkStyle"); \ static_assert(sizeof(FHyperlinkStyle) == 0x000500, "Wrong size on FHyperlinkStyle"); \ static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000008, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); \ static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x000280, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ static_assert(offsetof(FHyperlinkStyle, Padding) == 0x0004F0, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditableTextStyle \ static_assert(alignof(FEditableTextStyle) == 0x000008, "Wrong alignment on FEditableTextStyle"); \ static_assert(sizeof(FEditableTextStyle) == 0x000220, "Wrong size on FEditableTextStyle"); \ static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); \ static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000060, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000088, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000110, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000198, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScrollBarStyle \ static_assert(alignof(FScrollBarStyle) == 0x000008, "Wrong alignment on FScrollBarStyle"); \ static_assert(sizeof(FScrollBarStyle) == 0x0004D0, "Wrong size on FScrollBarStyle"); \ static_assert(offsetof(FScrollBarStyle, HorizontalBackgroundImage) == 0x000008, "Member 'FScrollBarStyle::HorizontalBackgroundImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, VerticalBackgroundImage) == 0x000090, "Member 'FScrollBarStyle::VerticalBackgroundImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, VerticalTopSlotImage) == 0x000118, "Member 'FScrollBarStyle::VerticalTopSlotImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, HorizontalTopSlotImage) == 0x0001A0, "Member 'FScrollBarStyle::HorizontalTopSlotImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, VerticalBottomSlotImage) == 0x000228, "Member 'FScrollBarStyle::VerticalBottomSlotImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, HorizontalBottomSlotImage) == 0x0002B0, "Member 'FScrollBarStyle::HorizontalBottomSlotImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, NormalThumbImage) == 0x000338, "Member 'FScrollBarStyle::NormalThumbImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, HoveredThumbImage) == 0x0003C0, "Member 'FScrollBarStyle::HoveredThumbImage' has a wrong offset!"); \ static_assert(offsetof(FScrollBarStyle, DraggedThumbImage) == 0x000448, "Member 'FScrollBarStyle::DraggedThumbImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditableTextBoxStyle \ static_assert(alignof(FEditableTextBoxStyle) == 0x000008, "Wrong alignment on FEditableTextBoxStyle"); \ static_assert(sizeof(FEditableTextBoxStyle) == 0x0007F8, "Wrong size on FEditableTextBoxStyle"); \ static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageNormal) == 0x000008, "Member 'FEditableTextBoxStyle::BackgroundImageNormal' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageHovered) == 0x000090, "Member 'FEditableTextBoxStyle::BackgroundImageHovered' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageFocused) == 0x000118, "Member 'FEditableTextBoxStyle::BackgroundImageFocused' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageReadOnly) == 0x0001A0, "Member 'FEditableTextBoxStyle::BackgroundImageReadOnly' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, Padding) == 0x000228, "Member 'FEditableTextBoxStyle::Padding' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, Font) == 0x000238, "Member 'FEditableTextBoxStyle::Font' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x000290, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0002B8, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x0002E0, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x000308, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000318, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); \ static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000328, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpinBoxStyle \ static_assert(alignof(FSpinBoxStyle) == 0x000008, "Wrong alignment on FSpinBoxStyle"); \ static_assert(sizeof(FSpinBoxStyle) == 0x0002E8, "Wrong size on FSpinBoxStyle"); \ static_assert(offsetof(FSpinBoxStyle, BackgroundBrush) == 0x000008, "Member 'FSpinBoxStyle::BackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, HoveredBackgroundBrush) == 0x000090, "Member 'FSpinBoxStyle::HoveredBackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, ActiveFillBrush) == 0x000118, "Member 'FSpinBoxStyle::ActiveFillBrush' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, InactiveFillBrush) == 0x0001A0, "Member 'FSpinBoxStyle::InactiveFillBrush' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, ArrowsImage) == 0x000228, "Member 'FSpinBoxStyle::ArrowsImage' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, ForegroundColor) == 0x0002B0, "Member 'FSpinBoxStyle::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(FSpinBoxStyle, TextPadding) == 0x0002D8, "Member 'FSpinBoxStyle::TextPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontData \ static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ static_assert(sizeof(FFontData) == 0x000020, "Wrong size on FFontData"); \ static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ static_assert(offsetof(FFontData, Hinting) == 0x000010, "Member 'FFontData::Hinting' has a wrong offset!"); \ static_assert(offsetof(FFontData, LoadingPolicy) == 0x000011, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ static_assert(offsetof(FFontData, SubFaceIndex) == 0x000014, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ static_assert(offsetof(FFontData, FontFaceAsset) == 0x000018, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTypefaceEntry \ static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); \ static_assert(sizeof(FTypefaceEntry) == 0x000028, "Wrong size on FTypefaceEntry"); \ static_assert(offsetof(FTypefaceEntry, Name) == 0x000000, "Member 'FTypefaceEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FTypefaceEntry, Font) == 0x000008, "Member 'FTypefaceEntry::Font' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTypeface \ static_assert(alignof(FTypeface) == 0x000008, "Wrong alignment on FTypeface"); \ static_assert(sizeof(FTypeface) == 0x000010, "Wrong size on FTypeface"); \ static_assert(offsetof(FTypeface, Fonts) == 0x000000, "Member 'FTypeface::Fonts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeFallbackFont \ static_assert(alignof(FCompositeFallbackFont) == 0x000008, "Wrong alignment on FCompositeFallbackFont"); \ static_assert(sizeof(FCompositeFallbackFont) == 0x000018, "Wrong size on FCompositeFallbackFont"); \ static_assert(offsetof(FCompositeFallbackFont, Typeface) == 0x000000, "Member 'FCompositeFallbackFont::Typeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFallbackFont, ScalingFactor) == 0x000010, "Member 'FCompositeFallbackFont::ScalingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeSubFont \ static_assert(alignof(FCompositeSubFont) == 0x000008, "Wrong alignment on FCompositeSubFont"); \ static_assert(sizeof(FCompositeSubFont) == 0x000038, "Wrong size on FCompositeSubFont"); \ static_assert(offsetof(FCompositeSubFont, CharacterRanges) == 0x000018, "Member 'FCompositeSubFont::CharacterRanges' has a wrong offset!"); \ static_assert(offsetof(FCompositeSubFont, Cultures) == 0x000028, "Member 'FCompositeSubFont::Cultures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeFont \ static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); \ static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScrollBorderStyle \ static_assert(alignof(FScrollBorderStyle) == 0x000008, "Wrong alignment on FScrollBorderStyle"); \ static_assert(sizeof(FScrollBorderStyle) == 0x000118, "Wrong size on FScrollBorderStyle"); \ static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScrollBoxStyle \ static_assert(alignof(FScrollBoxStyle) == 0x000008, "Wrong alignment on FScrollBoxStyle"); \ static_assert(sizeof(FScrollBoxStyle) == 0x000228, "Wrong size on FScrollBoxStyle"); \ static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000118, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x0001A0, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDockTabStyle \ static_assert(alignof(FDockTabStyle) == 0x000008, "Wrong alignment on FDockTabStyle"); \ static_assert(sizeof(FDockTabStyle) == 0x000700, "Wrong size on FDockTabStyle"); \ static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000008, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000280, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ActiveBrush) == 0x000308, "Member 'FDockTabStyle::ActiveBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x000390, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000418, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0004A0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000528, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x0005B0, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x000638, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, TabPadding) == 0x0006C0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x0006D0, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, FlashColor) == 0x0006D8, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ static_assert(alignof(FTableColumnHeaderStyle) == 0x000008, "Wrong alignment on FTableColumnHeaderStyle"); \ static_assert(sizeof(FTableColumnHeaderStyle) == 0x0004D0, "Wrong size on FTableColumnHeaderStyle"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000008, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x000090, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x000118, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x0001A0, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000228, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x0002B0, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x000338, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0003C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000448, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHeaderRowStyle \ static_assert(alignof(FHeaderRowStyle) == 0x000008, "Wrong alignment on FHeaderRowStyle"); \ static_assert(sizeof(FHeaderRowStyle) == 0x000B70, "Wrong size on FHeaderRowStyle"); \ static_assert(offsetof(FHeaderRowStyle, ColumnStyle) == 0x000008, "Member 'FHeaderRowStyle::ColumnStyle' has a wrong offset!"); \ static_assert(offsetof(FHeaderRowStyle, LastColumnStyle) == 0x0004D8, "Member 'FHeaderRowStyle::LastColumnStyle' has a wrong offset!"); \ static_assert(offsetof(FHeaderRowStyle, ColumnSplitterStyle) == 0x0009A8, "Member 'FHeaderRowStyle::ColumnSplitterStyle' has a wrong offset!"); \ static_assert(offsetof(FHeaderRowStyle, BackgroundBrush) == 0x000AC0, "Member 'FHeaderRowStyle::BackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x000B48, "Member 'FHeaderRowStyle::ForegroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInlineTextImageStyle \ static_assert(alignof(FInlineTextImageStyle) == 0x000008, "Wrong alignment on FInlineTextImageStyle"); \ static_assert(sizeof(FInlineTextImageStyle) == 0x000098, "Wrong size on FInlineTextImageStyle"); \ static_assert(offsetof(FInlineTextImageStyle, Image) == 0x000008, "Member 'FInlineTextImageStyle::Image' has a wrong offset!"); \ static_assert(offsetof(FInlineTextImageStyle, Baseline) == 0x000090, "Member 'FInlineTextImageStyle::Baseline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumeControlStyle \ static_assert(alignof(FVolumeControlStyle) == 0x000008, "Wrong alignment on FVolumeControlStyle"); \ static_assert(sizeof(FVolumeControlStyle) == 0x0005F0, "Wrong size on FVolumeControlStyle"); \ static_assert(offsetof(FVolumeControlStyle, SliderStyle) == 0x000008, "Member 'FVolumeControlStyle::SliderStyle' has a wrong offset!"); \ static_assert(offsetof(FVolumeControlStyle, HighVolumeImage) == 0x000348, "Member 'FVolumeControlStyle::HighVolumeImage' has a wrong offset!"); \ static_assert(offsetof(FVolumeControlStyle, MidVolumeImage) == 0x0003D0, "Member 'FVolumeControlStyle::MidVolumeImage' has a wrong offset!"); \ static_assert(offsetof(FVolumeControlStyle, LowVolumeImage) == 0x000458, "Member 'FVolumeControlStyle::LowVolumeImage' has a wrong offset!"); \ static_assert(offsetof(FVolumeControlStyle, NoVolumeImage) == 0x0004E0, "Member 'FVolumeControlStyle::NoVolumeImage' has a wrong offset!"); \ static_assert(offsetof(FVolumeControlStyle, MutedImage) == 0x000568, "Member 'FVolumeControlStyle::MutedImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchBoxStyle \ static_assert(alignof(FSearchBoxStyle) == 0x000008, "Wrong alignment on FSearchBoxStyle"); \ static_assert(sizeof(FSearchBoxStyle) == 0x000A90, "Wrong size on FSearchBoxStyle"); \ static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000008, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000800, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x000858, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x0008E0, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x000968, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x0009F0, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x000A78, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); \ static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x000A88, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProgressBarStyle \ static_assert(alignof(FProgressBarStyle) == 0x000008, "Wrong alignment on FProgressBarStyle"); \ static_assert(sizeof(FProgressBarStyle) == 0x0001A0, "Wrong size on FProgressBarStyle"); \ static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000008, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(FProgressBarStyle, FillImage) == 0x000090, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x000118, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000008, "Wrong alignment on FInlineEditableTextBlockStyle"); \ static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000A70, "Wrong size on FInlineEditableTextBlockStyle"); \ static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000008, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000800, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCheckBoxStyle \ static_assert(alignof(FCheckBoxStyle) == 0x000008, "Wrong alignment on FCheckBoxStyle"); \ static_assert(sizeof(FCheckBoxStyle) == 0x000580, "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) == 0x000098, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x000120, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x0001A8, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000230, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x0002B8, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x000340, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0003C8, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000450, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, Padding) == 0x0004D8, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0004E8, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000510, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000538, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000550, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000568, "Member 'FCheckBoxStyle::HoveredSlateSound' 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_USlateWidgetStyleAsset \ static_assert(alignof(USlateWidgetStyleAsset) == 0x000008, "Wrong alignment on USlateWidgetStyleAsset"); \ static_assert(sizeof(USlateWidgetStyleAsset) == 0x000030, "Wrong size on USlateWidgetStyleAsset"); \ static_assert(offsetof(USlateWidgetStyleAsset, CustomStyle) == 0x000028, "Member 'USlateWidgetStyleAsset::CustomStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000030, "Wrong size on USlateWidgetStyleContainerBase"); \ #define DUMPER7_ASSERTS_ISlateWidgetStyleContainerInterface \ static_assert(alignof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong alignment on ISlateWidgetStyleContainerInterface"); \ static_assert(sizeof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong size on ISlateWidgetStyleContainerInterface"); \ #define DUMPER7_ASSERTS_FAnchors \ static_assert(alignof(FAnchors) == 0x000004, "Wrong alignment on FAnchors"); \ static_assert(sizeof(FAnchors) == 0x000010, "Wrong size on FAnchors"); \ static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ static_assert(offsetof(FAnchors, Maximum) == 0x000008, "Member 'FAnchors::Maximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualKeyboardOptions \ static_assert(alignof(FVirtualKeyboardOptions) == 0x000001, "Wrong alignment on FVirtualKeyboardOptions"); \ static_assert(sizeof(FVirtualKeyboardOptions) == 0x000001, "Wrong size on FVirtualKeyboardOptions"); \ static_assert(offsetof(FVirtualKeyboardOptions, bEnableAutocorrect) == 0x000000, "Member 'FVirtualKeyboardOptions::bEnableAutocorrect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputChord \ static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ static_assert(sizeof(FInputChord) == 0x000020, "Wrong size on FInputChord"); \ static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuNameArray \ static_assert(alignof(FCustomizedToolMenuNameArray) == 0x000008, "Wrong alignment on FCustomizedToolMenuNameArray"); \ static_assert(sizeof(FCustomizedToolMenuNameArray) == 0x000010, "Wrong size on FCustomizedToolMenuNameArray"); \ static_assert(offsetof(FCustomizedToolMenuNameArray, Names) == 0x000000, "Member 'FCustomizedToolMenuNameArray::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenu \ static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ static_assert(sizeof(FCustomizedToolMenu) == 0x0001E8, "Wrong size on FCustomizedToolMenu"); \ static_assert(offsetof(FCustomizedToolMenu, Name) == 0x000000, "Member 'FCustomizedToolMenu::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, Entries) == 0x000008, "Member 'FCustomizedToolMenu::Entries' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, Sections) == 0x000058, "Member 'FCustomizedToolMenu::Sections' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0000A8, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0000F8, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButtonWidgetStyle \ static_assert(alignof(UButtonWidgetStyle) == 0x000008, "Wrong alignment on UButtonWidgetStyle"); \ static_assert(sizeof(UButtonWidgetStyle) == 0x0002A8, "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) == 0x000008, "Wrong alignment on UCheckBoxWidgetStyle"); \ static_assert(sizeof(UCheckBoxWidgetStyle) == 0x0005B0, "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) == 0x000008, "Wrong alignment on UComboBoxWidgetStyle"); \ static_assert(sizeof(UComboBoxWidgetStyle) == 0x000420, "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) == 0x000008, "Wrong alignment on UComboButtonWidgetStyle"); \ static_assert(sizeof(UComboButtonWidgetStyle) == 0x0003E8, "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) == 0x000008, "Wrong alignment on UEditableTextBoxWidgetStyle"); \ static_assert(sizeof(UEditableTextBoxWidgetStyle) == 0x000828, "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) == 0x000008, "Wrong alignment on UEditableTextWidgetStyle"); \ static_assert(sizeof(UEditableTextWidgetStyle) == 0x000250, "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) == 0x000008, "Wrong alignment on UProgressWidgetStyle"); \ static_assert(sizeof(UProgressWidgetStyle) == 0x0001D0, "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) == 0x000008, "Wrong alignment on UScrollBarWidgetStyle"); \ static_assert(sizeof(UScrollBarWidgetStyle) == 0x000500, "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) == 0x000008, "Wrong alignment on UScrollBoxWidgetStyle"); \ static_assert(sizeof(UScrollBoxWidgetStyle) == 0x000258, "Wrong size on UScrollBoxWidgetStyle"); \ static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateSettings \ static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ static_assert(sizeof(USlateSettings) == 0x000030, "Wrong size on USlateSettings"); \ static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000028, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ static_assert(alignof(USpinBoxWidgetStyle) == 0x000008, "Wrong alignment on USpinBoxWidgetStyle"); \ static_assert(sizeof(USpinBoxWidgetStyle) == 0x000318, "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) == 0x000008, "Wrong alignment on UTextBlockWidgetStyle"); \ static_assert(sizeof(UTextBlockWidgetStyle) == 0x0002A0, "Wrong size on UTextBlockWidgetStyle"); \ static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolMenuBase \ static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ static_assert(sizeof(UToolMenuBase) == 0x000028, "Wrong size on UToolMenuBase"); \ #define DUMPER7_ASSERTS_UDamageType_EngineOverheating_C \ static_assert(alignof(UDamageType_EngineOverheating_C) == 0x000008, "Wrong alignment on UDamageType_EngineOverheating_C"); \ static_assert(sizeof(UDamageType_EngineOverheating_C) == 0x000058, "Wrong size on UDamageType_EngineOverheating_C"); \ #define DUMPER7_ASSERTS_FImageWriteOptions \ static_assert(alignof(FImageWriteOptions) == 0x000010, "Wrong alignment on FImageWriteOptions"); \ static_assert(sizeof(FImageWriteOptions) == 0x000060, "Wrong size on FImageWriteOptions"); \ static_assert(offsetof(FImageWriteOptions, Format) == 0x000000, "Member 'FImageWriteOptions::Format' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, OnComplete) == 0x000004, "Member 'FImageWriteOptions::OnComplete' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, CompressionQuality) == 0x000014, "Member 'FImageWriteOptions::CompressionQuality' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, bOverwriteFile) == 0x000018, "Member 'FImageWriteOptions::bOverwriteFile' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, bAsync) == 0x000019, "Member 'FImageWriteOptions::bAsync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImageWriteBlueprintLibrary_ExportToDisk \ static_assert(alignof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000010, "Wrong alignment on ImageWriteBlueprintLibrary_ExportToDisk"); \ static_assert(sizeof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000080, "Wrong size on ImageWriteBlueprintLibrary_ExportToDisk"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Texture) == 0x000000, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Texture' has a wrong offset!"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Filename) == 0x000008, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Filename' has a wrong offset!"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Options) == 0x000020, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImageWriteBlueprintLibrary \ static_assert(alignof(UImageWriteBlueprintLibrary) == 0x000008, "Wrong alignment on UImageWriteBlueprintLibrary"); \ static_assert(sizeof(UImageWriteBlueprintLibrary) == 0x000028, "Wrong size on UImageWriteBlueprintLibrary"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing \ static_assert(alignof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing) == 0x000008, "Wrong alignment on Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing"); \ static_assert(sizeof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing) == 0x000180, "Wrong size on Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, EntryPoint) == 0x000000, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_9) == 0x000008, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_8) == 0x000010, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_7) == 0x000028, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_6) == 0x000040, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_5) == 0x000058, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, Temp_name_Variable) == 0x000070, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_4) == 0x000088, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_3) == 0x000090, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_5) == 0x000098, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_2) == 0x0000A8, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B0, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName_1) == 0x0000C0, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C8, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CustomEvent_NotifyName) == 0x0000D8, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E0, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, Temp_name_Variable_1) == 0x0000F0, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F8, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_GetOwningPawn_ReturnValue) == 0x000108, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_CreateDelegate_OutputDelegate_10) == 0x000110, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000128, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000138, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_CanUseAction_ReturnValue) == 0x000140, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_CanUseAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000148, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_GetPlayLength_ReturnValue) == 0x000150, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000158, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_IsValid_ReturnValue_1) == 0x000160, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000168, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_IsValid_ReturnValue_2) == 0x000170, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000178, "Member 'Action_ThrowRing_C_ExecuteUbergraph_Action_ThrowRing::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA \ static_assert(alignof(Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(sizeof(Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000008, "Wrong size on Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(offsetof(Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnCompleted_C1EFD2084C178E5DD8EE8090EA7788AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA \ static_assert(alignof(Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(sizeof(Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000008, "Wrong size on Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(offsetof(Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnBlendOut_C1EFD2084C178E5DD8EE8090EA7788AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA \ static_assert(alignof(Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(sizeof(Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000008, "Wrong size on Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(offsetof(Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnInterrupted_C1EFD2084C178E5DD8EE8090EA7788AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA \ static_assert(alignof(Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(sizeof(Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000008, "Wrong size on Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(offsetof(Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnNotifyBegin_C1EFD2084C178E5DD8EE8090EA7788AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA \ static_assert(alignof(Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(sizeof(Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA) == 0x000008, "Wrong size on Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA"); \ static_assert(offsetof(Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnNotifyEnd_C1EFD2084C178E5DD8EE8090EA7788AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75 \ static_assert(alignof(Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(sizeof(Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000008, "Wrong size on Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(offsetof(Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnCompleted_81BFC439440207D2BAA69B8A4B2AEE75::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75 \ static_assert(alignof(Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(sizeof(Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000008, "Wrong size on Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(offsetof(Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnBlendOut_81BFC439440207D2BAA69B8A4B2AEE75::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75 \ static_assert(alignof(Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(sizeof(Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000008, "Wrong size on Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(offsetof(Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnInterrupted_81BFC439440207D2BAA69B8A4B2AEE75::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75 \ static_assert(alignof(Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(sizeof(Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000008, "Wrong size on Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(offsetof(Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnNotifyBegin_81BFC439440207D2BAA69B8A4B2AEE75::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75 \ static_assert(alignof(Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000004, "Wrong alignment on Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(sizeof(Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75) == 0x000008, "Wrong size on Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75"); \ static_assert(offsetof(Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75, NotifyName) == 0x000000, "Member 'Action_ThrowRing_C_OnNotifyEnd_81BFC439440207D2BAA69B8A4B2AEE75::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_ThrowRing_C \ static_assert(alignof(UAction_ThrowRing_C) == 0x000008, "Wrong alignment on UAction_ThrowRing_C"); \ static_assert(sizeof(UAction_ThrowRing_C) == 0x0000A0, "Wrong size on UAction_ThrowRing_C"); \ static_assert(offsetof(UAction_ThrowRing_C, UberGraphFrame) == 0x000080, "Member 'UAction_ThrowRing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_ThrowRing_C, ThrowableClass) == 0x000088, "Member 'UAction_ThrowRing_C::ThrowableClass' has a wrong offset!"); \ static_assert(offsetof(UAction_ThrowRing_C, ThrowAnimMontages) == 0x000090, "Member 'UAction_ThrowRing_C::ThrowAnimMontages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FJournalNote \ static_assert(alignof(FJournalNote) == 0x000008, "Wrong alignment on FJournalNote"); \ static_assert(sizeof(FJournalNote) == 0x000010, "Wrong size on FJournalNote"); \ static_assert(offsetof(FJournalNote, NotePages_5_7FE93DBF49E1AB352E5961A8B00C671A) == 0x000000, "Member 'FJournalNote::NotePages_5_7FE93DBF49E1AB352E5961A8B00C671A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialQualityOverrides \ static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ static_assert(sizeof(FMaterialQualityOverrides) == 0x000009, "Wrong size on FMaterialQualityOverrides"); \ static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceLQReflections) == 0x000005, "Member 'FMaterialQualityOverrides::bForceLQReflections' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000006, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000007, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000008, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000060, "Wrong size on UShaderPlatformQualitySettings"); \ static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Poisoning_C \ static_assert(alignof(UNaziTank_StatusEffect_Poisoning_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Poisoning_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Poisoning_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Poisoning_C"); \ #define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000004, "Wrong alignment on FEyeTrackerStereoGazeData"); \ static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000040, "Wrong size on FEyeTrackerStereoGazeData"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x00000C, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000018, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000024, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x00003C, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEyeTrackerGazeData \ static_assert(alignof(FEyeTrackerGazeData) == 0x000004, "Wrong alignment on FEyeTrackerGazeData"); \ static_assert(sizeof(FEyeTrackerGazeData) == 0x000028, "Wrong size on FEyeTrackerGazeData"); \ static_assert(offsetof(FEyeTrackerGazeData, GazeOrigin) == 0x000000, "Member 'FEyeTrackerGazeData::GazeOrigin' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, GazeDirection) == 0x00000C, "Member 'FEyeTrackerGazeData::GazeDirection' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, FixationPoint) == 0x000018, "Member 'FEyeTrackerGazeData::FixationPoint' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, ConfidenceValue) == 0x000024, "Member 'FEyeTrackerGazeData::ConfidenceValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetGazeData \ static_assert(alignof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetGazeData"); \ static_assert(sizeof(EyeTrackerFunctionLibrary_GetGazeData) == 0x00002C, "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) == 0x000028, "Member 'EyeTrackerFunctionLibrary_GetGazeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetStereoGazeData \ static_assert(alignof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ static_assert(sizeof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000044, "Wrong size on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::OutGazeData' has a wrong offset!"); \ static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, ReturnValue) == 0x000040, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsEyeTrackerConnected \ static_assert(alignof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ static_assert(sizeof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ static_assert(offsetof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsEyeTrackerConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable \ static_assert(alignof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ static_assert(sizeof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ static_assert(offsetof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_SetEyeTrackedPlayer \ static_assert(alignof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ static_assert(sizeof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong size on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ static_assert(offsetof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer, PlayerController) == 0x000000, "Member 'EyeTrackerFunctionLibrary_SetEyeTrackedPlayer::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEyeTrackerFunctionLibrary \ static_assert(alignof(UEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UEyeTrackerFunctionLibrary"); \ static_assert(sizeof(UEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UEyeTrackerFunctionLibrary"); \ #define DUMPER7_ASSERTS_ALLVT_PlanktonSeeds_C \ static_assert(alignof(ALLVT_PlanktonSeeds_C) == 0x000008, "Wrong alignment on ALLVT_PlanktonSeeds_C"); \ static_assert(sizeof(ALLVT_PlanktonSeeds_C) == 0x000270, "Wrong size on ALLVT_PlanktonSeeds_C"); \ static_assert(offsetof(ALLVT_PlanktonSeeds_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_PlanktonSeeds_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutoCompleteCommand \ static_assert(alignof(FAutoCompleteCommand) == 0x000008, "Wrong alignment on FAutoCompleteCommand"); \ static_assert(sizeof(FAutoCompleteCommand) == 0x000028, "Wrong size on FAutoCompleteCommand"); \ static_assert(offsetof(FAutoCompleteCommand, Command) == 0x000000, "Member 'FAutoCompleteCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FAutoCompleteCommand, Desc) == 0x000010, "Member 'FAutoCompleteCommand::Desc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameModeName \ static_assert(alignof(FGameModeName) == 0x000008, "Wrong alignment on FGameModeName"); \ static_assert(sizeof(FGameModeName) == 0x000028, "Wrong size on FGameModeName"); \ static_assert(offsetof(FGameModeName, Name) == 0x000000, "Member 'FGameModeName::Name' has a wrong offset!"); \ static_assert(offsetof(FGameModeName, GameMode) == 0x000010, "Member 'FGameModeName::GameMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleSettings \ static_assert(alignof(UConsoleSettings) == 0x000008, "Wrong alignment on UConsoleSettings"); \ static_assert(sizeof(UConsoleSettings) == 0x000070, "Wrong size on UConsoleSettings"); \ static_assert(offsetof(UConsoleSettings, MaxScrollbackSize) == 0x000028, "Member 'UConsoleSettings::MaxScrollbackSize' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, ManualAutoCompleteList) == 0x000030, "Member 'UConsoleSettings::ManualAutoCompleteList' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteMapPaths) == 0x000040, "Member 'UConsoleSettings::AutoCompleteMapPaths' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, BackgroundOpacityPercentage) == 0x000050, "Member 'UConsoleSettings::BackgroundOpacityPercentage' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, bOrderTopToBottom) == 0x000054, "Member 'UConsoleSettings::bOrderTopToBottom' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, bDisplayHelpInAutoComplete) == 0x000055, "Member 'UConsoleSettings::bDisplayHelpInAutoComplete' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, InputColor) == 0x000058, "Member 'UConsoleSettings::InputColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, HistoryColor) == 0x00005C, "Member 'UConsoleSettings::HistoryColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteCommandColor) == 0x000060, "Member 'UConsoleSettings::AutoCompleteCommandColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteCVarColor) == 0x000064, "Member 'UConsoleSettings::AutoCompleteCVarColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteFadedColor) == 0x000068, "Member 'UConsoleSettings::AutoCompleteFadedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_GetGameMapsSettings \ static_assert(alignof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong alignment on GameMapsSettings_GetGameMapsSettings"); \ static_assert(sizeof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong size on GameMapsSettings_GetGameMapsSettings"); \ static_assert(offsetof(GameMapsSettings_GetGameMapsSettings, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetGameMapsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_SetSkipAssigningGamepadToPlayer1 \ static_assert(alignof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ static_assert(sizeof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ static_assert(offsetof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1, bSkipFirstPlayer) == 0x000000, "Member 'GameMapsSettings_SetSkipAssigningGamepadToPlayer1::bSkipFirstPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_GetSkipAssigningGamepadToPlayer1 \ static_assert(alignof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ static_assert(sizeof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ static_assert(offsetof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetSkipAssigningGamepadToPlayer1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameMapsSettings \ static_assert(alignof(UGameMapsSettings) == 0x000008, "Wrong alignment on UGameMapsSettings"); \ static_assert(sizeof(UGameMapsSettings) == 0x0000F0, "Wrong size on UGameMapsSettings"); \ static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000028, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000038, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000050, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000051, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x000052, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x000053, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x000054, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000058, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000070, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x000088, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000A0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000B8, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x0000D0, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x0000E0, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ static_assert(sizeof(UGameNetworkManagerSettings) == 0x000058, "Wrong size on UGameNetworkManagerSettings"); \ static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000028, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x00002C, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x000034, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x00003C, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000040, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x000044, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000048, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000050, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameSessionSettings \ static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ static_assert(sizeof(UGameSessionSettings) == 0x000038, "Wrong size on UGameSessionSettings"); \ static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000028, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x00002C, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeneralEngineSettings \ static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ static_assert(sizeof(UGeneralEngineSettings) == 0x000028, "Wrong size on UGeneralEngineSettings"); \ #define DUMPER7_ASSERTS_UGeneralProjectSettings \ static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ static_assert(sizeof(UGeneralProjectSettings) == 0x000110, "Wrong size on UGeneralProjectSettings"); \ static_assert(offsetof(UGeneralProjectSettings, CompanyName) == 0x000028, "Member 'UGeneralProjectSettings::CompanyName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, CompanyDistinguishedName) == 0x000038, "Member 'UGeneralProjectSettings::CompanyDistinguishedName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, CopyrightNotice) == 0x000048, "Member 'UGeneralProjectSettings::CopyrightNotice' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, Description) == 0x000058, "Member 'UGeneralProjectSettings::Description' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, Homepage) == 0x000068, "Member 'UGeneralProjectSettings::Homepage' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, LicensingTerms) == 0x000078, "Member 'UGeneralProjectSettings::LicensingTerms' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, PrivacyPolicy) == 0x000088, "Member 'UGeneralProjectSettings::PrivacyPolicy' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectID) == 0x000098, "Member 'UGeneralProjectSettings::ProjectID' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectName) == 0x0000A8, "Member 'UGeneralProjectSettings::ProjectName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectVersion) == 0x0000B8, "Member 'UGeneralProjectSettings::ProjectVersion' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, SupportContact) == 0x0000C8, "Member 'UGeneralProjectSettings::SupportContact' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectDisplayedTitle) == 0x0000D8, "Member 'UGeneralProjectSettings::ProjectDisplayedTitle' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectDebugTitleInfo) == 0x0000F0, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x000108, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x000109, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x00010A, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x00010B, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x00010C, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x00010D, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x00010E, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHudSettings \ static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSettings"); \ static_assert(sizeof(UHudSettings) == 0x000040, "Wrong size on UHudSettings"); \ static_assert(offsetof(UHudSettings, DebugDisplay) == 0x000030, "Member 'UHudSettings::DebugDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrainSteamEngineComponent_C \ static_assert(alignof(UTrainSteamEngineComponent_C) == 0x000008, "Wrong alignment on UTrainSteamEngineComponent_C"); \ static_assert(sizeof(UTrainSteamEngineComponent_C) == 0x000250, "Wrong size on UTrainSteamEngineComponent_C"); \ #define DUMPER7_ASSERTS_Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning \ static_assert(alignof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning) == 0x000008, "Wrong alignment on Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning"); \ static_assert(sizeof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning) == 0x000068, "Wrong size on Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, EntryPoint) == 0x000000, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, K2Node_Event_Message) == 0x000010, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, K2Node_Event_Count_ifLoot_) == 0x000028, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, K2Node_Event_Icon_IfNeed_) == 0x000030, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000048, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000050, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'Notification_Message_Warning_C_ExecuteUbergraph_Notification_Message_Warning::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Warning_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_Warning_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_Warning_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_Warning_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_Warning_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_Warning_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_Warning_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_Warning_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Warning_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_Warning_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_Warning_C \ static_assert(alignof(UNotification_Message_Warning_C) == 0x000008, "Wrong alignment on UNotification_Message_Warning_C"); \ static_assert(sizeof(UNotification_Message_Warning_C) == 0x0002C0, "Wrong size on UNotification_Message_Warning_C"); \ static_assert(offsetof(UNotification_Message_Warning_C, UberGraphFrame_Notification_Message_Warning_C) == 0x000268, "Member 'UNotification_Message_Warning_C::UberGraphFrame_Notification_Message_Warning_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Flicker) == 0x000270, "Member 'UNotification_Message_Warning_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Hide) == 0x000278, "Member 'UNotification_Message_Warning_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Show) == 0x000280, "Member 'UNotification_Message_Warning_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Background) == 0x000288, "Member 'UNotification_Message_Warning_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Circle) == 0x000290, "Member 'UNotification_Message_Warning_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, CrossIcon) == 0x000298, "Member 'UNotification_Message_Warning_C::CrossIcon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Flick) == 0x0002A0, "Member 'UNotification_Message_Warning_C::Flick' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, NotificationText) == 0x0002A8, "Member 'UNotification_Message_Warning_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Underline) == 0x0002B0, "Member 'UNotification_Message_Warning_C::Underline' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, Type) == 0x0002B8, "Member 'UNotification_Message_Warning_C::Type' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Warning_C, TimeBeforeDie) == 0x0002BC, "Member 'UNotification_Message_Warning_C::TimeBeforeDie' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBodyInstanceCore \ static_assert(alignof(FBodyInstanceCore) == 0x000008, "Wrong alignment on FBodyInstanceCore"); \ static_assert(sizeof(FBodyInstanceCore) == 0x000018, "Wrong size on FBodyInstanceCore"); \ #define DUMPER7_ASSERTS_UBodySetupCore \ static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ static_assert(sizeof(UBodySetupCore) == 0x000048, "Wrong size on UBodySetupCore"); \ static_assert(offsetof(UBodySetupCore, BoneName) == 0x000028, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x000030, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x000031, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x000032, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ static_assert(sizeof(UChaosPhysicalMaterial) == 0x000048, "Wrong size on UChaosPhysicalMaterial"); \ static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000028, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000030, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x000034, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000038, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x00003C, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000040, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalMaterial \ static_assert(alignof(UPhysicalMaterial) == 0x000008, "Wrong alignment on UPhysicalMaterial"); \ static_assert(sizeof(UPhysicalMaterial) == 0x000080, "Wrong size on UPhysicalMaterial"); \ static_assert(offsetof(UPhysicalMaterial, Friction) == 0x000028, "Member 'UPhysicalMaterial::Friction' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UPhysicalMaterial::StaticFriction' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, FrictionCombineMode) == 0x000030, "Member 'UPhysicalMaterial::FrictionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, bOverrideFrictionCombineMode) == 0x000031, "Member 'UPhysicalMaterial::bOverrideFrictionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, Restitution) == 0x000034, "Member 'UPhysicalMaterial::Restitution' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, RestitutionCombineMode) == 0x000038, "Member 'UPhysicalMaterial::RestitutionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, bOverrideRestitutionCombineMode) == 0x000039, "Member 'UPhysicalMaterial::bOverrideRestitutionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, Density) == 0x00003C, "Member 'UPhysicalMaterial::Density' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, SleepLinearVelocityThreshold) == 0x000040, "Member 'UPhysicalMaterial::SleepLinearVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, SleepAngularVelocityThreshold) == 0x000044, "Member 'UPhysicalMaterial::SleepAngularVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, SleepCounterThreshold) == 0x000048, "Member 'UPhysicalMaterial::SleepCounterThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, RaiseMassToPower) == 0x00004C, "Member 'UPhysicalMaterial::RaiseMassToPower' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, DestructibleDamageThresholdScale) == 0x000050, "Member 'UPhysicalMaterial::DestructibleDamageThresholdScale' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, PhysicalMaterialProperty) == 0x000058, "Member 'UPhysicalMaterial::PhysicalMaterialProperty' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterial, SurfaceType) == 0x000060, "Member 'UPhysicalMaterial::SurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase \ static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ #define DUMPER7_ASSERTS_UPhysicsSettingsCore \ static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ static_assert(sizeof(UPhysicsSettingsCore) == 0x0000E0, "Wrong size on UPhysicsSettingsCore"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000051, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000052, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000053, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000054, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000055, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMRMeshConfiguration \ static_assert(alignof(FMRMeshConfiguration) == 0x000001, "Wrong alignment on FMRMeshConfiguration"); \ static_assert(sizeof(FMRMeshConfiguration) == 0x000001, "Wrong size on FMRMeshConfiguration"); \ #define DUMPER7_ASSERTS_MeshReconstructorBase_ConnectMRMesh \ static_assert(alignof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong alignment on MeshReconstructorBase_ConnectMRMesh"); \ static_assert(sizeof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong size on MeshReconstructorBase_ConnectMRMesh"); \ static_assert(offsetof(MeshReconstructorBase_ConnectMRMesh, Mesh) == 0x000000, "Member 'MeshReconstructorBase_ConnectMRMesh::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionPaused \ static_assert(alignof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionPaused"); \ static_assert(sizeof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionPaused"); \ static_assert(offsetof(MeshReconstructorBase_IsReconstructionPaused, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionStarted \ static_assert(alignof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionStarted"); \ static_assert(sizeof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionStarted"); \ static_assert(offsetof(MeshReconstructorBase_IsReconstructionStarted, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshReconstructorBase \ static_assert(alignof(UMeshReconstructorBase) == 0x000008, "Wrong alignment on UMeshReconstructorBase"); \ static_assert(sizeof(UMeshReconstructorBase) == 0x000028, "Wrong size on UMeshReconstructorBase"); \ #define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_ConnectMRMesh \ static_assert(alignof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_ConnectMRMesh"); \ static_assert(sizeof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_ConnectMRMesh"); \ static_assert(offsetof(MockDataMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_DisconnectMRMesh \ static_assert(alignof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ static_assert(sizeof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ static_assert(offsetof(MockDataMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMockDataMeshTrackerComponent \ static_assert(alignof(UMockDataMeshTrackerComponent) == 0x000010, "Wrong alignment on UMockDataMeshTrackerComponent"); \ static_assert(sizeof(UMockDataMeshTrackerComponent) == 0x000270, "Wrong size on UMockDataMeshTrackerComponent"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x0001F8, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000208, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000209, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x00020A, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x00020B, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000210, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000220, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000230, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000240, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000248, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_SetEnableMeshOcclusion \ static_assert(alignof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_SetEnableMeshOcclusion"); \ static_assert(sizeof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_SetEnableMeshOcclusion"); \ static_assert(offsetof(MRMeshComponent_SetEnableMeshOcclusion, bEnable) == 0x000000, "Member 'MRMeshComponent_SetEnableMeshOcclusion::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_SetUseWireframe \ static_assert(alignof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_SetUseWireframe"); \ static_assert(sizeof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_SetUseWireframe"); \ static_assert(offsetof(MRMeshComponent_SetUseWireframe, bUseWireframe) == 0x000000, "Member 'MRMeshComponent_SetUseWireframe::bUseWireframe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeColor \ static_assert(alignof(MRMeshComponent_SetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_SetWireframeColor"); \ static_assert(sizeof(MRMeshComponent_SetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_SetWireframeColor"); \ static_assert(offsetof(MRMeshComponent_SetWireframeColor, InColor) == 0x000000, "Member 'MRMeshComponent_SetWireframeColor::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeMaterial \ static_assert(alignof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong alignment on MRMeshComponent_SetWireframeMaterial"); \ static_assert(sizeof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong size on MRMeshComponent_SetWireframeMaterial"); \ static_assert(offsetof(MRMeshComponent_SetWireframeMaterial, InMaterial) == 0x000000, "Member 'MRMeshComponent_SetWireframeMaterial::InMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_GetEnableMeshOcclusion \ static_assert(alignof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_GetEnableMeshOcclusion"); \ static_assert(sizeof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_GetEnableMeshOcclusion"); \ static_assert(offsetof(MRMeshComponent_GetEnableMeshOcclusion, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetEnableMeshOcclusion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_GetUseWireframe \ static_assert(alignof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_GetUseWireframe"); \ static_assert(sizeof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_GetUseWireframe"); \ static_assert(offsetof(MRMeshComponent_GetUseWireframe, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetUseWireframe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_GetWireframeColor \ static_assert(alignof(MRMeshComponent_GetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_GetWireframeColor"); \ static_assert(sizeof(MRMeshComponent_GetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_GetWireframeColor"); \ static_assert(offsetof(MRMeshComponent_GetWireframeColor, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetWireframeColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MRMeshComponent_IsConnected \ static_assert(alignof(MRMeshComponent_IsConnected) == 0x000001, "Wrong alignment on MRMeshComponent_IsConnected"); \ static_assert(sizeof(MRMeshComponent_IsConnected) == 0x000001, "Wrong size on MRMeshComponent_IsConnected"); \ static_assert(offsetof(MRMeshComponent_IsConnected, ReturnValue) == 0x000000, "Member 'MRMeshComponent_IsConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMRMeshComponent \ static_assert(alignof(UMRMeshComponent) == 0x000010, "Wrong alignment on UMRMeshComponent"); \ static_assert(sizeof(UMRMeshComponent) == 0x000510, "Wrong size on UMRMeshComponent"); \ static_assert(offsetof(UMRMeshComponent, Material) == 0x000460, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000468, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000470, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000471, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000472, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, CachedBodySetup) == 0x000478, "Member 'UMRMeshComponent::CachedBodySetup' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, BodySetups) == 0x000480, "Member 'UMRMeshComponent::BodySetups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2 \ static_assert(alignof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2) == 0x000008, "Wrong alignment on CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2"); \ static_assert(sizeof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2) == 0x000110, "Wrong size on CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, EntryPoint) == 0x000000, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_bool_Variable) == 0x000006, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable) == 0x000007, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable_1) == 0x000008, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_bool_Variable_1) == 0x000009, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000A, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable_2) == 0x00000B, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable_3) == 0x00000C, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_Select_Default) == 0x00000E, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_Percent_1) == 0x000010, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_Percent_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_InColorAndOpacity) == 0x000014, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_InColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_BreakVector2D_X) == 0x000024, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00002D, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_Texture) == 0x000030, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_Texture' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_WorkingSegment) == 0x000038, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_WorkingSegment' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_Percent) == 0x00003C, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000044, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000060, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000064, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000068, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000069, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x00006A, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Add_FloatFloat_ReturnValue) == 0x00006C, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000070, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x000074, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_Less_FloatFloat_ReturnValue) == 0x000075, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_Event_IsDesignTime) == 0x000080, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_SwitchEnum_CmpSuccess) == 0x000081, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable_4) == 0x000082, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000083, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000084, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_byte_Variable_5) == 0x000085, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_Select_Default_1) == 0x000086, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_MainPercent) == 0x000088, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_MainPercent' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000090, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000098, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000A0, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0000A8, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x0000B0, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x0000B8, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x0000C0, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C8, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_MainColor_) == 0x0000CC, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_MainColor_' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_Background_color) == 0x0000DC, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_Background_color' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_CustomEvent_PointColor) == 0x0000EC, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_CustomEvent_PointColor' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_bool_Variable_2) == 0x0000FC, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_Select_Default_2) == 0x0000FD, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, Temp_bool_Variable_3) == 0x0000FE, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_IsValid_ReturnValue_1) == 0x0000FF, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, K2Node_Select_Default_3) == 0x000100, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2, CallFunc_BooleanAND_ReturnValue_1) == 0x000108, "Member 'CirculProgressBarV2_C_ExecuteUbergraph_CirculProgressBarV2::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_SetColorScheme \ static_assert(alignof(CirculProgressBarV2_C_SetColorScheme) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_SetColorScheme"); \ static_assert(sizeof(CirculProgressBarV2_C_SetColorScheme) == 0x000030, "Wrong size on CirculProgressBarV2_C_SetColorScheme"); \ static_assert(offsetof(CirculProgressBarV2_C_SetColorScheme, MainColor_) == 0x000000, "Member 'CirculProgressBarV2_C_SetColorScheme::MainColor_' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_SetColorScheme, Background_color) == 0x000010, "Member 'CirculProgressBarV2_C_SetColorScheme::Background_color' has a wrong offset!"); \ static_assert(offsetof(CirculProgressBarV2_C_SetColorScheme, PointColor_0) == 0x000020, "Member 'CirculProgressBarV2_C_SetColorScheme::PointColor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_Set_PercentNoDifferent \ static_assert(alignof(CirculProgressBarV2_C_Set_PercentNoDifferent) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_Set_PercentNoDifferent"); \ static_assert(sizeof(CirculProgressBarV2_C_Set_PercentNoDifferent) == 0x000004, "Wrong size on CirculProgressBarV2_C_Set_PercentNoDifferent"); \ static_assert(offsetof(CirculProgressBarV2_C_Set_PercentNoDifferent, MainPercent_0) == 0x000000, "Member 'CirculProgressBarV2_C_Set_PercentNoDifferent::MainPercent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_PreConstruct \ static_assert(alignof(CirculProgressBarV2_C_PreConstruct) == 0x000001, "Wrong alignment on CirculProgressBarV2_C_PreConstruct"); \ static_assert(sizeof(CirculProgressBarV2_C_PreConstruct) == 0x000001, "Wrong size on CirculProgressBarV2_C_PreConstruct"); \ static_assert(offsetof(CirculProgressBarV2_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'CirculProgressBarV2_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_ShowDifferent_ \ static_assert(alignof(CirculProgressBarV2_C_ShowDifferent_) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_ShowDifferent_"); \ static_assert(sizeof(CirculProgressBarV2_C_ShowDifferent_) == 0x000004, "Wrong size on CirculProgressBarV2_C_ShowDifferent_"); \ static_assert(offsetof(CirculProgressBarV2_C_ShowDifferent_, Percent) == 0x000000, "Member 'CirculProgressBarV2_C_ShowDifferent_::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_SetWorkingSegment \ static_assert(alignof(CirculProgressBarV2_C_SetWorkingSegment) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_SetWorkingSegment"); \ static_assert(sizeof(CirculProgressBarV2_C_SetWorkingSegment) == 0x000004, "Wrong size on CirculProgressBarV2_C_SetWorkingSegment"); \ static_assert(offsetof(CirculProgressBarV2_C_SetWorkingSegment, WorkingSegment_0) == 0x000000, "Member 'CirculProgressBarV2_C_SetWorkingSegment::WorkingSegment_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_SetTexture \ static_assert(alignof(CirculProgressBarV2_C_SetTexture) == 0x000008, "Wrong alignment on CirculProgressBarV2_C_SetTexture"); \ static_assert(sizeof(CirculProgressBarV2_C_SetTexture) == 0x000008, "Wrong size on CirculProgressBarV2_C_SetTexture"); \ static_assert(offsetof(CirculProgressBarV2_C_SetTexture, Texture_0) == 0x000000, "Member 'CirculProgressBarV2_C_SetTexture::Texture_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_SetMainColor \ static_assert(alignof(CirculProgressBarV2_C_SetMainColor) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_SetMainColor"); \ static_assert(sizeof(CirculProgressBarV2_C_SetMainColor) == 0x000010, "Wrong size on CirculProgressBarV2_C_SetMainColor"); \ static_assert(offsetof(CirculProgressBarV2_C_SetMainColor, InColorAndOpacity) == 0x000000, "Member 'CirculProgressBarV2_C_SetMainColor::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_SetPercent0_1 \ static_assert(alignof(CirculProgressBarV2_C_SetPercent0_1) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_SetPercent0_1"); \ static_assert(sizeof(CirculProgressBarV2_C_SetPercent0_1) == 0x000004, "Wrong size on CirculProgressBarV2_C_SetPercent0_1"); \ static_assert(offsetof(CirculProgressBarV2_C_SetPercent0_1, Percent) == 0x000000, "Member 'CirculProgressBarV2_C_SetPercent0_1::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CirculProgressBarV2_C_GetPercent \ static_assert(alignof(CirculProgressBarV2_C_GetPercent) == 0x000004, "Wrong alignment on CirculProgressBarV2_C_GetPercent"); \ static_assert(sizeof(CirculProgressBarV2_C_GetPercent) == 0x000004, "Wrong size on CirculProgressBarV2_C_GetPercent"); \ static_assert(offsetof(CirculProgressBarV2_C_GetPercent, Percent) == 0x000000, "Member 'CirculProgressBarV2_C_GetPercent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCirculProgressBarV2_C \ static_assert(alignof(UCirculProgressBarV2_C) == 0x000008, "Wrong alignment on UCirculProgressBarV2_C"); \ static_assert(sizeof(UCirculProgressBarV2_C) == 0x000358, "Wrong size on UCirculProgressBarV2_C"); \ static_assert(offsetof(UCirculProgressBarV2_C, UberGraphFrame) == 0x000260, "Member 'UCirculProgressBarV2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentPoint) == 0x000268, "Member 'UCirculProgressBarV2_C::DifferentPoint' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentProgressBar) == 0x000270, "Member 'UCirculProgressBarV2_C::DifferentProgressBar' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Fon) == 0x000278, "Member 'UCirculProgressBarV2_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Point) == 0x000280, "Member 'UCirculProgressBarV2_C::Point' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, ProgressImage) == 0x000288, "Member 'UCirculProgressBarV2_C::ProgressImage' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MI_Main) == 0x000290, "Member 'UCirculProgressBarV2_C::MI_Main' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MI_Point) == 0x000298, "Member 'UCirculProgressBarV2_C::MI_Point' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Texture) == 0x0002A0, "Member 'UCirculProgressBarV2_C::Texture' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, WorkingSegment) == 0x0002A8, "Member 'UCirculProgressBarV2_C::WorkingSegment' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, PointThink) == 0x0002AC, "Member 'UCirculProgressBarV2_C::PointThink' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MainColor) == 0x0002B0, "Member 'UCirculProgressBarV2_C::MainColor' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Background) == 0x0002C0, "Member 'UCirculProgressBarV2_C::Background' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, PointColor) == 0x0002D0, "Member 'UCirculProgressBarV2_C::PointColor' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Size) == 0x0002E0, "Member 'UCirculProgressBarV2_C::Size' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DefaultSize) == 0x0002E8, "Member 'UCirculProgressBarV2_C::DefaultSize' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, NewValue) == 0x0002F0, "Member 'UCirculProgressBarV2_C::NewValue' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, Different) == 0x0002F4, "Member 'UCirculProgressBarV2_C::Different' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MainPercent) == 0x0002F8, "Member 'UCirculProgressBarV2_C::MainPercent' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, ShowDifferentState) == 0x0002FC, "Member 'UCirculProgressBarV2_C::ShowDifferentState' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentPercent) == 0x000300, "Member 'UCirculProgressBarV2_C::DifferentPercent' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MI_Different) == 0x000308, "Member 'UCirculProgressBarV2_C::MI_Different' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentTimer) == 0x000310, "Member 'UCirculProgressBarV2_C::DifferentTimer' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentTimerSpeedTime) == 0x000318, "Member 'UCirculProgressBarV2_C::DifferentTimerSpeedTime' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentStep) == 0x00031C, "Member 'UCirculProgressBarV2_C::DifferentStep' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, BeginChangeValue) == 0x000320, "Member 'UCirculProgressBarV2_C::BeginChangeValue' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, EndChangeValue) == 0x000330, "Member 'UCirculProgressBarV2_C::EndChangeValue' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, DifferentColor) == 0x000340, "Member 'UCirculProgressBarV2_C::DifferentColor' has a wrong offset!"); \ static_assert(offsetof(UCirculProgressBarV2_C, MI_DifferentPoint) == 0x000350, "Member 'UCirculProgressBarV2_C::MI_DifferentPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSHAHashData \ static_assert(alignof(FSHAHashData) == 0x000001, "Wrong alignment on FSHAHashData"); \ static_assert(sizeof(FSHAHashData) == 0x000014, "Wrong size on FSHAHashData"); \ static_assert(offsetof(FSHAHashData, Hash) == 0x000000, "Member 'FSHAHashData::Hash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkPartData \ static_assert(alignof(FChunkPartData) == 0x000004, "Wrong alignment on FChunkPartData"); \ static_assert(sizeof(FChunkPartData) == 0x000018, "Wrong size on FChunkPartData"); \ static_assert(offsetof(FChunkPartData, Guid) == 0x000000, "Member 'FChunkPartData::Guid' has a wrong offset!"); \ static_assert(offsetof(FChunkPartData, Offset) == 0x000010, "Member 'FChunkPartData::Offset' has a wrong offset!"); \ static_assert(offsetof(FChunkPartData, Size) == 0x000014, "Member 'FChunkPartData::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileManifestData \ static_assert(alignof(FFileManifestData) == 0x000008, "Wrong alignment on FFileManifestData"); \ static_assert(sizeof(FFileManifestData) == 0x000068, "Wrong size on FFileManifestData"); \ static_assert(offsetof(FFileManifestData, Filename) == 0x000000, "Member 'FFileManifestData::Filename' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, FileHash) == 0x000010, "Member 'FFileManifestData::FileHash' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, FileChunkParts) == 0x000028, "Member 'FFileManifestData::FileChunkParts' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, InstallTags) == 0x000038, "Member 'FFileManifestData::InstallTags' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsUnixExecutable) == 0x000048, "Member 'FFileManifestData::bIsUnixExecutable' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, SymlinkTarget) == 0x000050, "Member 'FFileManifestData::SymlinkTarget' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsReadOnly) == 0x000060, "Member 'FFileManifestData::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsCompressed) == 0x000061, "Member 'FFileManifestData::bIsCompressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkInfoData \ static_assert(alignof(FChunkInfoData) == 0x000008, "Wrong alignment on FChunkInfoData"); \ static_assert(sizeof(FChunkInfoData) == 0x000040, "Wrong size on FChunkInfoData"); \ static_assert(offsetof(FChunkInfoData, Guid) == 0x000000, "Member 'FChunkInfoData::Guid' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, Hash) == 0x000010, "Member 'FChunkInfoData::Hash' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, ShaHash) == 0x000018, "Member 'FChunkInfoData::ShaHash' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, FileSize) == 0x000030, "Member 'FChunkInfoData::FileSize' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, GroupNumber) == 0x000038, "Member 'FChunkInfoData::GroupNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomFieldData \ static_assert(alignof(FCustomFieldData) == 0x000008, "Wrong alignment on FCustomFieldData"); \ static_assert(sizeof(FCustomFieldData) == 0x000020, "Wrong size on FCustomFieldData"); \ static_assert(offsetof(FCustomFieldData, Key) == 0x000000, "Member 'FCustomFieldData::Key' has a wrong offset!"); \ static_assert(offsetof(FCustomFieldData, Value) == 0x000010, "Member 'FCustomFieldData::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBuildPatchManifest \ static_assert(alignof(UBuildPatchManifest) == 0x000008, "Wrong alignment on UBuildPatchManifest"); \ static_assert(sizeof(UBuildPatchManifest) == 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_FFoliageVertexColorChannelMask \ static_assert(alignof(FFoliageVertexColorChannelMask) == 0x000004, "Wrong alignment on FFoliageVertexColorChannelMask"); \ static_assert(sizeof(FFoliageVertexColorChannelMask) == 0x00000C, "Wrong size on FFoliageVertexColorChannelMask"); \ static_assert(offsetof(FFoliageVertexColorChannelMask, MaskThreshold) == 0x000004, "Member 'FFoliageVertexColorChannelMask::MaskThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFoliageTypeObject \ static_assert(alignof(FFoliageTypeObject) == 0x000008, "Wrong alignment on FFoliageTypeObject"); \ static_assert(sizeof(FFoliageTypeObject) == 0x000020, "Wrong size on FFoliageTypeObject"); \ static_assert(offsetof(FFoliageTypeObject, FoliageTypeObject) == 0x000000, "Member 'FFoliageTypeObject::FoliageTypeObject' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, TypeInstance) == 0x000008, "Member 'FFoliageTypeObject::TypeInstance' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, bIsAsset) == 0x000010, "Member 'FFoliageTypeObject::bIsAsset' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, Type) == 0x000018, "Member 'FFoliageTypeObject::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProceduralFoliageInstance \ static_assert(alignof(FProceduralFoliageInstance) == 0x000010, "Wrong alignment on FProceduralFoliageInstance"); \ static_assert(sizeof(FProceduralFoliageInstance) == 0x000050, "Wrong size on FProceduralFoliageInstance"); \ static_assert(offsetof(FProceduralFoliageInstance, Rotation) == 0x000000, "Member 'FProceduralFoliageInstance::Rotation' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Location) == 0x000010, "Member 'FProceduralFoliageInstance::Location' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Age) == 0x00001C, "Member 'FProceduralFoliageInstance::Age' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Normal) == 0x000020, "Member 'FProceduralFoliageInstance::Normal' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Scale) == 0x00002C, "Member 'FProceduralFoliageInstance::Scale' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Type) == 0x000030, "Member 'FProceduralFoliageInstance::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ static_assert(sizeof(UInteractiveFoliageComponent) == 0x0004F0, "Wrong size on UInteractiveFoliageComponent"); \ #define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x0006B0, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000678, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000688, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x000698, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxCount \ static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxCount"); \ static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000030, "Wrong size on FoliageStatistics_FoliageOverlappingBoxCount"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::Box' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, ReturnValue) == 0x00002C, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingSphereCount \ static_assert(alignof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingSphereCount"); \ static_assert(sizeof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000028, "Wrong size on FoliageStatistics_FoliageOverlappingSphereCount"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, Radius) == 0x00001C, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::Radius' has a wrong offset!"); \ static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFoliageStatistics \ static_assert(alignof(UFoliageStatistics) == 0x000008, "Wrong alignment on UFoliageStatistics"); \ static_assert(sizeof(UFoliageStatistics) == 0x000028, "Wrong size on UFoliageStatistics"); \ #define DUMPER7_ASSERTS_UFoliageType \ static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ static_assert(sizeof(UFoliageType) == 0x0003B0, "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, MeshBounds) == 0x000114, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x000130, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, Mobility) == 0x00013C, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CullDistance) == 0x000140, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x00014C, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, LightmapType) == 0x000150, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, BodyInstance) == 0x000160, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x0002B8, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, LightingChannels) == 0x0002B9, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x0002C0, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x0002C4, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x0002C8, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CollisionRadius) == 0x0002CC, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ShadeRadius) == 0x0002D0, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, NumSteps) == 0x0002D4, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x0002D8, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x0002DC, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, SpreadVariance) == 0x0002E0, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x0002E4, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, DistributionSeed) == 0x0002E8, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x0002EC, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x0002F0, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x0002F1, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x0002F4, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxAge) == 0x0002F8, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, OverlapPriority) == 0x0002FC, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000300, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000308, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ChangeCount) == 0x000390, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x000398, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0003A8, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0003AC, "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) == 0x0003C0, "Wrong size on UFoliageType_Actor"); \ static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0003B0, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0003B8, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFoliageType_InstancedStaticMesh \ static_assert(alignof(UFoliageType_InstancedStaticMesh) == 0x000008, "Wrong alignment on UFoliageType_InstancedStaticMesh"); \ static_assert(sizeof(UFoliageType_InstancedStaticMesh) == 0x0003D0, "Wrong size on UFoliageType_InstancedStaticMesh"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0003B0, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0003B8, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0003C8, "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) == 0x000270, "Wrong size on AInstancedFoliageActor"); \ #define DUMPER7_ASSERTS_InteractiveFoliageActor_CapsuleTouched \ static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x0000A8, "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) == 0x000290, "Wrong size on AInteractiveFoliageActor"); \ static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000230, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x000238, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x000244, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x000250, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x00025C, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000268, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x00026C, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000270, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x000274, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000278, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x00027C, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000280, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x000284, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000288, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000260, "Wrong size on AProceduralFoliageBlockingVolume"); \ static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000258, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralFoliageComponent \ static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ static_assert(sizeof(UProceduralFoliageComponent) == 0x0000D8, "Wrong size on UProceduralFoliageComponent"); \ static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000B0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000B8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000C0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000C8, "Member 'UProceduralFoliageComponent::ProceduralGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralFoliageSpawner_Simulate \ static_assert(alignof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong alignment on ProceduralFoliageSpawner_Simulate"); \ static_assert(sizeof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong size on ProceduralFoliageSpawner_Simulate"); \ static_assert(offsetof(ProceduralFoliageSpawner_Simulate, NumSteps) == 0x000000, "Member 'ProceduralFoliageSpawner_Simulate::NumSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralFoliageSpawner \ static_assert(alignof(UProceduralFoliageSpawner) == 0x000008, "Wrong alignment on UProceduralFoliageSpawner"); \ static_assert(sizeof(UProceduralFoliageSpawner) == 0x000068, "Wrong size on UProceduralFoliageSpawner"); \ static_assert(offsetof(UProceduralFoliageSpawner, RandomSeed) == 0x000028, "Member 'UProceduralFoliageSpawner::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageSpawner, TileSize) == 0x00002C, "Member 'UProceduralFoliageSpawner::TileSize' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageSpawner, NumUniqueTiles) == 0x000030, "Member 'UProceduralFoliageSpawner::NumUniqueTiles' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageSpawner, MinimumQuadTreeSize) == 0x000034, "Member 'UProceduralFoliageSpawner::MinimumQuadTreeSize' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageSpawner, FoliageTypes) == 0x000040, "Member 'UProceduralFoliageSpawner::FoliageTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralFoliageTile \ static_assert(alignof(UProceduralFoliageTile) == 0x000008, "Wrong alignment on UProceduralFoliageTile"); \ static_assert(sizeof(UProceduralFoliageTile) == 0x000158, "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) == 0x000260, "Wrong size on AProceduralFoliageVolume"); \ static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000258, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeLayerBrush \ static_assert(alignof(FLandscapeLayerBrush) == 0x000001, "Wrong alignment on FLandscapeLayerBrush"); \ static_assert(sizeof(FLandscapeLayerBrush) == 0x000001, "Wrong size on FLandscapeLayerBrush"); \ #define DUMPER7_ASSERTS_FLandscapeLayer \ static_assert(alignof(FLandscapeLayer) == 0x000008, "Wrong alignment on FLandscapeLayer"); \ static_assert(sizeof(FLandscapeLayer) == 0x000088, "Wrong size on FLandscapeLayer"); \ static_assert(offsetof(FLandscapeLayer, Guid) == 0x000000, "Member 'FLandscapeLayer::Guid' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, Name) == 0x000010, "Member 'FLandscapeLayer::Name' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, bVisible) == 0x000018, "Member 'FLandscapeLayer::bVisible' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, bLocked) == 0x000019, "Member 'FLandscapeLayer::bLocked' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, HeightmapAlpha) == 0x00001C, "Member 'FLandscapeLayer::HeightmapAlpha' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, WeightmapAlpha) == 0x000020, "Member 'FLandscapeLayer::WeightmapAlpha' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, BlendMode) == 0x000024, "Member 'FLandscapeLayer::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, Brushes) == 0x000028, "Member 'FLandscapeLayer::Brushes' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayer, WeightmapLayerAllocationBlend) == 0x000038, "Member 'FLandscapeLayer::WeightmapLayerAllocationBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHeightmapData \ static_assert(alignof(FHeightmapData) == 0x000008, "Wrong alignment on FHeightmapData"); \ static_assert(sizeof(FHeightmapData) == 0x000008, "Wrong size on FHeightmapData"); \ static_assert(offsetof(FHeightmapData, Texture) == 0x000000, "Member 'FHeightmapData::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeightmapLayerAllocationInfo \ static_assert(alignof(FWeightmapLayerAllocationInfo) == 0x000008, "Wrong alignment on FWeightmapLayerAllocationInfo"); \ static_assert(sizeof(FWeightmapLayerAllocationInfo) == 0x000010, "Wrong size on FWeightmapLayerAllocationInfo"); \ static_assert(offsetof(FWeightmapLayerAllocationInfo, LayerInfo) == 0x000000, "Member 'FWeightmapLayerAllocationInfo::LayerInfo' has a wrong offset!"); \ static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureIndex) == 0x000008, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureIndex' has a wrong offset!"); \ static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureChannel) == 0x000009, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeightmapData \ static_assert(alignof(FWeightmapData) == 0x000008, "Wrong alignment on FWeightmapData"); \ static_assert(sizeof(FWeightmapData) == 0x000030, "Wrong size on FWeightmapData"); \ static_assert(offsetof(FWeightmapData, Textures) == 0x000000, "Member 'FWeightmapData::Textures' has a wrong offset!"); \ static_assert(offsetof(FWeightmapData, LayerAllocations) == 0x000010, "Member 'FWeightmapData::LayerAllocations' has a wrong offset!"); \ static_assert(offsetof(FWeightmapData, TextureUsages) == 0x000020, "Member 'FWeightmapData::TextureUsages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeLayerComponentData \ static_assert(alignof(FLandscapeLayerComponentData) == 0x000008, "Wrong alignment on FLandscapeLayerComponentData"); \ static_assert(sizeof(FLandscapeLayerComponentData) == 0x000038, "Wrong size on FLandscapeLayerComponentData"); \ static_assert(offsetof(FLandscapeLayerComponentData, HeightmapData) == 0x000000, "Member 'FLandscapeLayerComponentData::HeightmapData' has a wrong offset!"); \ static_assert(offsetof(FLandscapeLayerComponentData, WeightmapData) == 0x000008, "Member 'FLandscapeLayerComponentData::WeightmapData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeComponentMaterialOverride \ static_assert(alignof(FLandscapeComponentMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeComponentMaterialOverride"); \ static_assert(sizeof(FLandscapeComponentMaterialOverride) == 0x000010, "Wrong size on FLandscapeComponentMaterialOverride"); \ static_assert(offsetof(FLandscapeComponentMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeComponentMaterialOverride::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FLandscapeComponentMaterialOverride, Material) == 0x000008, "Member 'FLandscapeComponentMaterialOverride::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeEditToolRenderData \ static_assert(alignof(FLandscapeEditToolRenderData) == 0x000008, "Wrong alignment on FLandscapeEditToolRenderData"); \ static_assert(sizeof(FLandscapeEditToolRenderData) == 0x000038, "Wrong size on FLandscapeEditToolRenderData"); \ static_assert(offsetof(FLandscapeEditToolRenderData, ToolMaterial) == 0x000000, "Member 'FLandscapeEditToolRenderData::ToolMaterial' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, GizmoMaterial) == 0x000008, "Member 'FLandscapeEditToolRenderData::GizmoMaterial' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, SelectedType) == 0x000010, "Member 'FLandscapeEditToolRenderData::SelectedType' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelR) == 0x000014, "Member 'FLandscapeEditToolRenderData::DebugChannelR' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelG) == 0x000018, "Member 'FLandscapeEditToolRenderData::DebugChannelG' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelB) == 0x00001C, "Member 'FLandscapeEditToolRenderData::DebugChannelB' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, DataTexture) == 0x000020, "Member 'FLandscapeEditToolRenderData::DataTexture' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, LayerContributionTexture) == 0x000028, "Member 'FLandscapeEditToolRenderData::LayerContributionTexture' has a wrong offset!"); \ static_assert(offsetof(FLandscapeEditToolRenderData, DirtyTexture) == 0x000030, "Member 'FLandscapeEditToolRenderData::DirtyTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGizmoSelectData \ static_assert(alignof(FGizmoSelectData) == 0x000008, "Wrong alignment on FGizmoSelectData"); \ static_assert(sizeof(FGizmoSelectData) == 0x000050, "Wrong size on FGizmoSelectData"); \ #define DUMPER7_ASSERTS_FGrassVariety \ static_assert(alignof(FGrassVariety) == 0x000008, "Wrong alignment on FGrassVariety"); \ static_assert(sizeof(FGrassVariety) == 0x000058, "Wrong size on FGrassVariety"); \ static_assert(offsetof(FGrassVariety, GrassMesh) == 0x000000, "Member 'FGrassVariety::GrassMesh' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, OverrideMaterials) == 0x000008, "Member 'FGrassVariety::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, GrassDensity) == 0x000018, "Member 'FGrassVariety::GrassDensity' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bUseGrid) == 0x00001C, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x000020, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000024, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000028, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, MinLOD) == 0x00002C, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, Scaling) == 0x000030, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, ScaleX) == 0x000034, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, ScaleY) == 0x00003C, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000044, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, RandomRotation) == 0x00004C, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x00004D, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x00004E, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, LightingChannels) == 0x00004F, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x000050, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x000051, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x000052, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeInfoLayerSettings \ static_assert(alignof(FLandscapeInfoLayerSettings) == 0x000008, "Wrong alignment on FLandscapeInfoLayerSettings"); \ static_assert(sizeof(FLandscapeInfoLayerSettings) == 0x000010, "Wrong size on FLandscapeInfoLayerSettings"); \ static_assert(offsetof(FLandscapeInfoLayerSettings, LayerInfoObj) == 0x000000, "Member 'FLandscapeInfoLayerSettings::LayerInfoObj' has a wrong offset!"); \ static_assert(offsetof(FLandscapeInfoLayerSettings, LayerName) == 0x000008, "Member 'FLandscapeInfoLayerSettings::LayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeMaterialTextureStreamingInfo \ static_assert(alignof(FLandscapeMaterialTextureStreamingInfo) == 0x000004, "Wrong alignment on FLandscapeMaterialTextureStreamingInfo"); \ static_assert(sizeof(FLandscapeMaterialTextureStreamingInfo) == 0x00000C, "Wrong size on FLandscapeMaterialTextureStreamingInfo"); \ static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TextureName) == 0x000000, "Member 'FLandscapeMaterialTextureStreamingInfo::TextureName' has a wrong offset!"); \ static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TexelFactor) == 0x000008, "Member 'FLandscapeMaterialTextureStreamingInfo::TexelFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeProxyMaterialOverride \ static_assert(alignof(FLandscapeProxyMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeProxyMaterialOverride"); \ static_assert(sizeof(FLandscapeProxyMaterialOverride) == 0x000010, "Wrong size on FLandscapeProxyMaterialOverride"); \ static_assert(offsetof(FLandscapeProxyMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeProxyMaterialOverride::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FLandscapeProxyMaterialOverride, Material) == 0x000008, "Member 'FLandscapeProxyMaterialOverride::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeImportLayerInfo \ static_assert(alignof(FLandscapeImportLayerInfo) == 0x000001, "Wrong alignment on FLandscapeImportLayerInfo"); \ static_assert(sizeof(FLandscapeImportLayerInfo) == 0x000001, "Wrong size on FLandscapeImportLayerInfo"); \ #define DUMPER7_ASSERTS_FLandscapeLayerStruct \ static_assert(alignof(FLandscapeLayerStruct) == 0x000008, "Wrong alignment on FLandscapeLayerStruct"); \ static_assert(sizeof(FLandscapeLayerStruct) == 0x000008, "Wrong size on FLandscapeLayerStruct"); \ static_assert(offsetof(FLandscapeLayerStruct, LayerInfoObj) == 0x000000, "Member 'FLandscapeLayerStruct::LayerInfoObj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeEditorLayerSettings \ static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ #define DUMPER7_ASSERTS_FLandscapeSplineConnection \ static_assert(alignof(FLandscapeSplineConnection) == 0x000008, "Wrong alignment on FLandscapeSplineConnection"); \ static_assert(sizeof(FLandscapeSplineConnection) == 0x000010, "Wrong size on FLandscapeSplineConnection"); \ static_assert(offsetof(FLandscapeSplineConnection, Segment) == 0x000000, "Member 'FLandscapeSplineConnection::Segment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForeignWorldSplineData \ static_assert(alignof(FForeignWorldSplineData) == 0x000001, "Wrong alignment on FForeignWorldSplineData"); \ static_assert(sizeof(FForeignWorldSplineData) == 0x000001, "Wrong size on FForeignWorldSplineData"); \ #define DUMPER7_ASSERTS_FForeignSplineSegmentData \ static_assert(alignof(FForeignSplineSegmentData) == 0x000001, "Wrong alignment on FForeignSplineSegmentData"); \ static_assert(sizeof(FForeignSplineSegmentData) == 0x000001, "Wrong size on FForeignSplineSegmentData"); \ #define DUMPER7_ASSERTS_FForeignControlPointData \ static_assert(alignof(FForeignControlPointData) == 0x000001, "Wrong alignment on FForeignControlPointData"); \ static_assert(sizeof(FForeignControlPointData) == 0x000001, "Wrong size on FForeignControlPointData"); \ #define DUMPER7_ASSERTS_FLandscapeSplineMeshEntry \ static_assert(alignof(FLandscapeSplineMeshEntry) == 0x000008, "Wrong alignment on FLandscapeSplineMeshEntry"); \ static_assert(sizeof(FLandscapeSplineMeshEntry) == 0x000038, "Wrong size on FLandscapeSplineMeshEntry"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, Mesh) == 0x000000, "Member 'FLandscapeSplineMeshEntry::Mesh' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, MaterialOverrides) == 0x000008, "Member 'FLandscapeSplineMeshEntry::MaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, CenterAdjust) == 0x00001C, "Member 'FLandscapeSplineMeshEntry::CenterAdjust' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, Scale) == 0x000028, "Member 'FLandscapeSplineMeshEntry::Scale' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, Orientation) == 0x000034, "Member 'FLandscapeSplineMeshEntry::Orientation' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, ForwardAxis) == 0x000035, "Member 'FLandscapeSplineMeshEntry::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineMeshEntry, UpAxis) == 0x000036, "Member 'FLandscapeSplineMeshEntry::UpAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeSplineSegmentConnection \ static_assert(alignof(FLandscapeSplineSegmentConnection) == 0x000008, "Wrong alignment on FLandscapeSplineSegmentConnection"); \ static_assert(sizeof(FLandscapeSplineSegmentConnection) == 0x000018, "Wrong size on FLandscapeSplineSegmentConnection"); \ static_assert(offsetof(FLandscapeSplineSegmentConnection, ControlPoint) == 0x000000, "Member 'FLandscapeSplineSegmentConnection::ControlPoint' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineSegmentConnection, TangentLen) == 0x000008, "Member 'FLandscapeSplineSegmentConnection::TangentLen' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineSegmentConnection, SocketName) == 0x00000C, "Member 'FLandscapeSplineSegmentConnection::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeSplineInterpPoint \ static_assert(alignof(FLandscapeSplineInterpPoint) == 0x000004, "Wrong alignment on FLandscapeSplineInterpPoint"); \ static_assert(sizeof(FLandscapeSplineInterpPoint) == 0x000070, "Wrong size on FLandscapeSplineInterpPoint"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, Center) == 0x000000, "Member 'FLandscapeSplineInterpPoint::Center' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, Left) == 0x00000C, "Member 'FLandscapeSplineInterpPoint::Left' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, Right) == 0x000018, "Member 'FLandscapeSplineInterpPoint::Right' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffLeft) == 0x000024, "Member 'FLandscapeSplineInterpPoint::FalloffLeft' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffRight) == 0x000030, "Member 'FLandscapeSplineInterpPoint::FalloffRight' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, LayerLeft) == 0x00003C, "Member 'FLandscapeSplineInterpPoint::LayerLeft' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, LayerRight) == 0x000048, "Member 'FLandscapeSplineInterpPoint::LayerRight' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffLeft) == 0x000054, "Member 'FLandscapeSplineInterpPoint::LayerFalloffLeft' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffRight) == 0x000060, "Member 'FLandscapeSplineInterpPoint::LayerFalloffRight' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSplineInterpPoint, StartEndFalloff) == 0x00006C, "Member 'FLandscapeSplineInterpPoint::StartEndFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGrassInput \ static_assert(alignof(FGrassInput) == 0x000008, "Wrong alignment on FGrassInput"); \ static_assert(sizeof(FGrassInput) == 0x000028, "Wrong size on FGrassInput"); \ static_assert(offsetof(FGrassInput, Name) == 0x000000, "Member 'FGrassInput::Name' has a wrong offset!"); \ static_assert(offsetof(FGrassInput, GrassType) == 0x000008, "Member 'FGrassInput::GrassType' has a wrong offset!"); \ static_assert(offsetof(FGrassInput, Input) == 0x000010, "Member 'FGrassInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLayerBlendInput \ static_assert(alignof(FLayerBlendInput) == 0x000004, "Wrong alignment on FLayerBlendInput"); \ static_assert(sizeof(FLayerBlendInput) == 0x000048, "Wrong size on FLayerBlendInput"); \ static_assert(offsetof(FLayerBlendInput, LayerName) == 0x000000, "Member 'FLayerBlendInput::LayerName' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, BlendType) == 0x000008, "Member 'FLayerBlendInput::BlendType' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, LayerInput) == 0x00000C, "Member 'FLayerBlendInput::LayerInput' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, HeightInput) == 0x000020, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000034, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x000038, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000044, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalMaterialInput \ static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ static_assert(sizeof(FPhysicalMaterialInput) == 0x000020, "Wrong size on FPhysicalMaterialInput"); \ static_assert(offsetof(FPhysicalMaterialInput, PhysicalMaterial) == 0x000000, "Member 'FPhysicalMaterialInput::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FPhysicalMaterialInput, Input) == 0x000008, "Member 'FPhysicalMaterialInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AControlPointMeshActor \ static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ static_assert(sizeof(AControlPointMeshActor) == 0x000228, "Wrong size on AControlPointMeshActor"); \ static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000220, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlPointMeshComponent \ static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ static_assert(sizeof(UControlPointMeshComponent) == 0x0004F0, "Wrong size on UControlPointMeshComponent"); \ static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0004E0, "Member 'UControlPointMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_ChangeComponentScreenSizeToUseSubSections \ static_assert(alignof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ static_assert(sizeof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong size on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ static_assert(offsetof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeComponentScreenSizeToUseSubSections::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_ChangeLODDistanceFactor \ static_assert(alignof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeLODDistanceFactor"); \ static_assert(sizeof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong size on LandscapeProxy_ChangeLODDistanceFactor"); \ static_assert(offsetof(LandscapeProxy_ChangeLODDistanceFactor, InLODDistanceFactor) == 0x000000, "Member 'LandscapeProxy_ChangeLODDistanceFactor::InLODDistanceFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSize \ static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSize, InTessellationComponentScreenSize) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSize::InTessellationComponentScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff \ static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff, InUseTessellationComponentScreenSizeFalloff) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff::InUseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff \ static_assert(alignof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong alignment on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ static_assert(sizeof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong size on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ static_assert(offsetof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_EditorApplySpline \ static_assert(alignof(LandscapeProxy_EditorApplySpline) == 0x000008, "Wrong alignment on LandscapeProxy_EditorApplySpline"); \ static_assert(sizeof(LandscapeProxy_EditorApplySpline) == 0x000038, "Wrong size on LandscapeProxy_EditorApplySpline"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, InSplineComponent) == 0x000000, "Member 'LandscapeProxy_EditorApplySpline::InSplineComponent' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartWidth) == 0x000008, "Member 'LandscapeProxy_EditorApplySpline::StartWidth' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndWidth) == 0x00000C, "Member 'LandscapeProxy_EditorApplySpline::EndWidth' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartSideFalloff) == 0x000010, "Member 'LandscapeProxy_EditorApplySpline::StartSideFalloff' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndSideFalloff) == 0x000014, "Member 'LandscapeProxy_EditorApplySpline::EndSideFalloff' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartRoll) == 0x000018, "Member 'LandscapeProxy_EditorApplySpline::StartRoll' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndRoll) == 0x00001C, "Member 'LandscapeProxy_EditorApplySpline::EndRoll' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, NumSubdivisions) == 0x000020, "Member 'LandscapeProxy_EditorApplySpline::NumSubdivisions' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, bRaiseHeights) == 0x000024, "Member 'LandscapeProxy_EditorApplySpline::bRaiseHeights' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, bLowerHeights) == 0x000025, "Member 'LandscapeProxy_EditorApplySpline::bLowerHeights' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, PaintLayer) == 0x000028, "Member 'LandscapeProxy_EditorApplySpline::PaintLayer' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_EditorApplySpline, EditLayerName) == 0x000030, "Member 'LandscapeProxy_EditorApplySpline::EditLayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_EditorSetLandscapeMaterial \ static_assert(alignof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong alignment on LandscapeProxy_EditorSetLandscapeMaterial"); \ static_assert(sizeof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong size on LandscapeProxy_EditorSetLandscapeMaterial"); \ static_assert(offsetof(LandscapeProxy_EditorSetLandscapeMaterial, NewLandscapeMaterial) == 0x000000, "Member 'LandscapeProxy_EditorSetLandscapeMaterial::NewLandscapeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_LandscapeExportHeightmapToRenderTarget \ static_assert(alignof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000008, "Wrong alignment on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ static_assert(sizeof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000010, "Wrong size on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InRenderTarget) == 0x000000, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InRenderTarget' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportHeightIntoRGChannel) == 0x000008, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportHeightIntoRGChannel' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportLandscapeProxies) == 0x000009, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportLandscapeProxies' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, ReturnValue) == 0x00000A, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialScalarParameterValue \ static_assert(alignof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x00000C, "Wrong size on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialTextureParameterValue \ static_assert(alignof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000008, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000010, "Wrong size on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialVectorParameterValue \ static_assert(alignof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000018, "Wrong size on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeProxy \ static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ static_assert(sizeof(ALandscapeProxy) == 0x000598, "Wrong size on ALandscapeProxy"); \ static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000220, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000228, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x000238, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x000240, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x000244, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x000248, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x00024C, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000250, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x000254, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x000258, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x00025C, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x000260, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x000264, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x000268, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x00026C, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000270, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000278, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000280, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x0002A8, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x0002B0, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x0002C0, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x0002C1, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x0002C8, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x0002D8, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x0002DC, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x0002E0, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x0002E4, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x0002E8, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x0002F0, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000300, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000310, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x000384, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000388, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x00039D, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x0003A4, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x0003A8, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x0003AC, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x0003B0, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0003C8, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0003CC, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x0003D0, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0003D8, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x000534, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000538, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x00053C, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x000544, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x000545, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x000546, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x000547, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x000548, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscape \ static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ static_assert(sizeof(ALandscape) == 0x000598, "Wrong size on ALandscape"); \ #define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies \ static_assert(alignof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ static_assert(sizeof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000010, "Wrong size on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies, OutStreamableAssets) == 0x000000, "Member 'LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies::OutStreamableAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Initialize \ static_assert(alignof(LandscapeBlueprintBrushBase_Initialize) == 0x000010, "Wrong alignment on LandscapeBlueprintBrushBase_Initialize"); \ static_assert(sizeof(LandscapeBlueprintBrushBase_Initialize) == 0x000040, "Wrong size on LandscapeBlueprintBrushBase_Initialize"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeTransform' has a wrong offset!"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeSize) == 0x000030, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeSize' has a wrong offset!"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeRenderTargetSize) == 0x000038, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Render \ static_assert(alignof(LandscapeBlueprintBrushBase_Render) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_Render"); \ static_assert(sizeof(LandscapeBlueprintBrushBase_Render) == 0x000020, "Wrong size on LandscapeBlueprintBrushBase_Render"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InIsHeightmap) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Render::InIsHeightmap' has a wrong offset!"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InCombinedResult) == 0x000008, "Member 'LandscapeBlueprintBrushBase_Render::InCombinedResult' has a wrong offset!"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeBlueprintBrushBase_Render::InWeightmapLayerName' has a wrong offset!"); \ static_assert(offsetof(LandscapeBlueprintBrushBase_Render, ReturnValue) == 0x000018, "Member 'LandscapeBlueprintBrushBase_Render::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeBlueprintBrushBase \ static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x000220, "Wrong size on ALandscapeBlueprintBrushBase"); \ #define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy \ static_assert(alignof(ULandscapeLODStreamingProxy) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy"); \ static_assert(sizeof(ULandscapeLODStreamingProxy) == 0x000068, "Wrong size on ULandscapeLODStreamingProxy"); \ #define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000020, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, PaintLayer) == 0x000010, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::PaintLayer' has a wrong offset!"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, ReturnValue) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation \ static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000004, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000018, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InPaintLayerName) == 0x00000C, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InPaintLayerName' has a wrong offset!"); \ static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, ReturnValue) == 0x000014, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeComponent_GetMaterialInstanceDynamic \ static_assert(alignof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on LandscapeComponent_GetMaterialInstanceDynamic"); \ static_assert(sizeof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000010, "Wrong size on LandscapeComponent_GetMaterialInstanceDynamic"); \ static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, InIndex) == 0x000000, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::InIndex' has a wrong offset!"); \ static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeComponent \ static_assert(alignof(ULandscapeComponent) == 0x000010, "Wrong alignment on ULandscapeComponent"); \ static_assert(sizeof(ULandscapeComponent) == 0x000670, "Wrong size on ULandscapeComponent"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000450, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000454, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000458, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00045C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000460, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000468, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000470, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x000478, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000488, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x000498, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x0004A8, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialIndexToDisabledTessellationMaterial) == 0x0004B8, "Member 'ULandscapeComponent::MaterialIndexToDisabledTessellationMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x0004C8, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x0004D0, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x0004E0, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x0004F0, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x000500, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x00051C, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000538, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000540, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000550, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x000560, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000568, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x000578, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x000588, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x00058C, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x000590, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x000594, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x000598, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x00059C, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0005A0, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StateId) == 0x0005A4, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x0005B4, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x0005C8, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x0005D0, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x0005D8, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x0005E0, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x0005F0, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActor \ static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ static_assert(sizeof(ALandscapeGizmoActor) == 0x000220, "Wrong size on ALandscapeGizmoActor"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000270, "Wrong size on ALandscapeGizmoActiveActor"); \ #define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000450, "Wrong size on ULandscapeGizmoRenderComponent"); \ #define DUMPER7_ASSERTS_ULandscapeGrassType \ static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ static_assert(sizeof(ULandscapeGrassType) == 0x000060, "Wrong size on ULandscapeGrassType"); \ static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000028, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000040, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000048, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x00004C, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000050, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x000054, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000058, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000059, "Member 'ULandscapeGrassType::AlignToSurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeHeightfieldCollisionComponent_GetRenderComponent \ static_assert(alignof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong alignment on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ static_assert(sizeof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong size on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ static_assert(offsetof(LandscapeHeightfieldCollisionComponent_GetRenderComponent, ReturnValue) == 0x000000, "Member 'LandscapeHeightfieldCollisionComponent_GetRenderComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeHeightfieldCollisionComponent \ static_assert(alignof(ULandscapeHeightfieldCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeHeightfieldCollisionComponent"); \ static_assert(sizeof(ULandscapeHeightfieldCollisionComponent) == 0x000530, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000450, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000460, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000464, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000468, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00046C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000470, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000478, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000488, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x000498, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x0004B4, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x0004E0, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ #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) == 0x000044, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000054, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000058, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x00005C, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000060, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, Proxies) == 0x000110, "Member 'ULandscapeInfo::Proxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeInfoMap \ static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ static_assert(sizeof(ULandscapeInfoMap) == 0x000080, "Wrong size on ULandscapeInfoMap"); \ #define DUMPER7_ASSERTS_ULandscapeLayerInfoObject \ static_assert(alignof(ULandscapeLayerInfoObject) == 0x000008, "Wrong alignment on ULandscapeLayerInfoObject"); \ static_assert(sizeof(ULandscapeLayerInfoObject) == 0x000050, "Wrong size on ULandscapeLayerInfoObject"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000028, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000030, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000038, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00003C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000330, "Wrong size on ULandscapeMaterialInstanceConstant"); \ static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000318, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000550, "Wrong size on ULandscapeMeshCollisionComponent"); \ static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000530, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000228, "Wrong size on ALandscapeMeshProxyActor"); \ static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000220, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000510, "Wrong size on ULandscapeMeshProxyComponent"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x0004E0, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x0004F0, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000500, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSettings \ static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ static_assert(sizeof(ULandscapeSettings) == 0x000040, "Wrong size on ULandscapeSettings"); \ static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000038, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000480, "Wrong size on ULandscapeSplinesComponent"); \ static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000450, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000460, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000470, "Member 'ULandscapeSplinesComponent::CookedForeignMeshComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSplineControlPoint \ static_assert(alignof(ULandscapeSplineControlPoint) == 0x000008, "Wrong alignment on ULandscapeSplineControlPoint"); \ static_assert(sizeof(ULandscapeSplineControlPoint) == 0x0000A8, "Wrong size on ULandscapeSplineControlPoint"); \ static_assert(offsetof(ULandscapeSplineControlPoint, Location) == 0x000028, "Member 'ULandscapeSplineControlPoint::Location' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, Rotation) == 0x000034, "Member 'ULandscapeSplineControlPoint::Rotation' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, Width) == 0x000040, "Member 'ULandscapeSplineControlPoint::Width' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, LayerWidthRatio) == 0x000044, "Member 'ULandscapeSplineControlPoint::LayerWidthRatio' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, SideFalloff) == 0x000048, "Member 'ULandscapeSplineControlPoint::SideFalloff' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideFalloffFactor) == 0x00004C, "Member 'ULandscapeSplineControlPoint::LeftSideFalloffFactor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, RightSideFalloffFactor) == 0x000050, "Member 'ULandscapeSplineControlPoint::RightSideFalloffFactor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideLayerFalloffFactor) == 0x000054, "Member 'ULandscapeSplineControlPoint::LeftSideLayerFalloffFactor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, RightSideLayerFalloffFactor) == 0x000058, "Member 'ULandscapeSplineControlPoint::RightSideLayerFalloffFactor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, EndFalloff) == 0x00005C, "Member 'ULandscapeSplineControlPoint::EndFalloff' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, ConnectedSegments) == 0x000060, "Member 'ULandscapeSplineControlPoint::ConnectedSegments' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, Points) == 0x000070, "Member 'ULandscapeSplineControlPoint::Points' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, Bounds) == 0x000080, "Member 'ULandscapeSplineControlPoint::Bounds' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplineControlPoint, LocalMeshComponent) == 0x0000A0, "Member 'ULandscapeSplineControlPoint::LocalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSplineSegment \ static_assert(alignof(ULandscapeSplineSegment) == 0x000008, "Wrong alignment on ULandscapeSplineSegment"); \ static_assert(sizeof(ULandscapeSplineSegment) == 0x0000B0, "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) == 0x0000A0, "Member 'ULandscapeSplineSegment::LocalMeshComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeStreamingProxy \ static_assert(alignof(ALandscapeStreamingProxy) == 0x000008, "Wrong alignment on ALandscapeStreamingProxy"); \ static_assert(sizeof(ALandscapeStreamingProxy) == 0x0005B8, "Wrong size on ALandscapeStreamingProxy"); \ static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x000598, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSubsystem \ static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ static_assert(sizeof(ULandscapeSubsystem) == 0x000050, "Wrong size on ULandscapeSubsystem"); \ #define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000058, "Wrong size on ULandscapeWeightmapUsage"); \ static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000028, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000048, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x000040, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, ExpressionGUID) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerBlend::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x000058, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x000041, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x000044, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ExpressionGUID) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerSample::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000088, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ExpressionGUID) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerSwitch::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000090, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Base) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerWeight::Base' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000070, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ExpressionGUID) == 0x000080, "Member 'UMaterialExpressionLandscapeLayerWeight::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x000040, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x000050, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ static_assert(offsetof(UMaterialExpressionLandscapeVisibilityMask, ExpressionGUID) == 0x000040, "Member 'UMaterialExpressionLandscapeVisibilityMask::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimedDataInputEvaluationData \ static_assert(alignof(FTimedDataInputEvaluationData) == 0x000004, "Wrong alignment on FTimedDataInputEvaluationData"); \ static_assert(sizeof(FTimedDataInputEvaluationData) == 0x000008, "Wrong size on FTimedDataInputEvaluationData"); \ static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToNewestSampleSeconds) == 0x000000, "Member 'FTimedDataInputEvaluationData::DistanceToNewestSampleSeconds' has a wrong offset!"); \ static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToOldestSampleSeconds) == 0x000004, "Member 'FTimedDataInputEvaluationData::DistanceToOldestSampleSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimedDataChannelSampleTime \ static_assert(alignof(FTimedDataChannelSampleTime) == 0x000008, "Wrong alignment on FTimedDataChannelSampleTime"); \ static_assert(sizeof(FTimedDataChannelSampleTime) == 0x000018, "Wrong size on FTimedDataChannelSampleTime"); \ #define DUMPER7_ASSERTS_UFixedFrameRateCustomTimeStep \ static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000028, "Wrong size on UFixedFrameRateCustomTimeStep"); \ #define DUMPER7_ASSERTS_UGenlockedCustomTimeStep \ static_assert(alignof(UGenlockedCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedCustomTimeStep"); \ static_assert(sizeof(UGenlockedCustomTimeStep) == 0x000028, "Wrong size on UGenlockedCustomTimeStep"); \ #define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000048, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000028, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenlockedTimecodeProvider \ static_assert(alignof(UGenlockedTimecodeProvider) == 0x000008, "Wrong alignment on UGenlockedTimecodeProvider"); \ static_assert(sizeof(UGenlockedTimecodeProvider) == 0x000058, "Wrong size on UGenlockedTimecodeProvider"); \ static_assert(offsetof(UGenlockedTimecodeProvider, bUseGenlockToCount) == 0x000030, "Member 'UGenlockedTimecodeProvider::bUseGenlockToCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber \ static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, InFrameNumber) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, ReturnValue) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, InFrameTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::InFrameTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_TimecodeToString \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000008, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000028, "Wrong size on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, InTimecode) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::InTimecode' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, bForceSignDisplay) == 0x000014, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::bForceSignDisplay' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Divide_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecode \ static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecode"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_GetTimecode"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecode, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecodeFrameRate \ static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecodeFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_Framerate \ static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_MultipleOf \ static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, OtherFramerate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::OtherFramerate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate \ static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, TimeInSeconds) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::TimeInSeconds' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, FrameRate) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::FrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, ReturnValue) == 0x00000C, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_SnapFrameTimeToRate \ static_assert(alignof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SnapToRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SnapToRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber \ static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::B' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_TransformTime \ static_assert(alignof(TimeManagementBlueprintLibrary_TransformTime) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_TransformTime"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_TransformTime) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_TransformTime"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, DestinationRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_TransformTime::DestinationRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_TransformTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeManagementBlueprintLibrary \ static_assert(alignof(UTimeManagementBlueprintLibrary) == 0x000008, "Wrong alignment on UTimeManagementBlueprintLibrary"); \ static_assert(sizeof(UTimeManagementBlueprintLibrary) == 0x000028, "Wrong size on UTimeManagementBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UTimeSynchronizationSource \ static_assert(alignof(UTimeSynchronizationSource) == 0x000008, "Wrong alignment on UTimeSynchronizationSource"); \ static_assert(sizeof(UTimeSynchronizationSource) == 0x000030, "Wrong size on UTimeSynchronizationSource"); \ static_assert(offsetof(UTimeSynchronizationSource, bUseForSynchronization) == 0x000028, "Member 'UTimeSynchronizationSource::bUseForSynchronization' has a wrong offset!"); \ static_assert(offsetof(UTimeSynchronizationSource, FrameOffset) == 0x00002C, "Member 'UTimeSynchronizationSource::FrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo \ static_assert(alignof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo"); \ static_assert(sizeof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo) == 0x000140, "Wrong size on MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, EntryPoint) == 0x000000, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000048, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000058, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CustomEvent_Char) == 0x000068, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CustomEvent_Char' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000070, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_6) == 0x00009C, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000AC, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000BC, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000CC, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CustomEvent_Hader) == 0x0000E0, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CustomEvent_Hader' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CustomEvent_Text) == 0x0000F8, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CustomEvent_Text' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CustomEvent_Icon) == 0x000110, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CustomEvent_Icon' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CustomEvent_IsComplite) == 0x000118, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CustomEvent_IsComplite' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_10) == 0x00011C, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo, K2Node_CreateDelegate_OutputDelegate_11) == 0x00012C, "Member 'MOD_TaskInfo_C_ExecuteUbergraph_MOD_TaskInfo::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_UnbindOnTaskInfo \ static_assert(alignof(MOD_TaskInfo_C_UnbindOnTaskInfo) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_UnbindOnTaskInfo"); \ static_assert(sizeof(MOD_TaskInfo_C_UnbindOnTaskInfo) == 0x000008, "Wrong size on MOD_TaskInfo_C_UnbindOnTaskInfo"); \ static_assert(offsetof(MOD_TaskInfo_C_UnbindOnTaskInfo, Char) == 0x000000, "Member 'MOD_TaskInfo_C_UnbindOnTaskInfo::Char' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_ShowTaskInformation \ static_assert(alignof(MOD_TaskInfo_C_ShowTaskInformation) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_ShowTaskInformation"); \ static_assert(sizeof(MOD_TaskInfo_C_ShowTaskInformation) == 0x000040, "Wrong size on MOD_TaskInfo_C_ShowTaskInformation"); \ static_assert(offsetof(MOD_TaskInfo_C_ShowTaskInformation, Hader) == 0x000000, "Member 'MOD_TaskInfo_C_ShowTaskInformation::Hader' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ShowTaskInformation, Text) == 0x000018, "Member 'MOD_TaskInfo_C_ShowTaskInformation::Text' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ShowTaskInformation, Icon) == 0x000030, "Member 'MOD_TaskInfo_C_ShowTaskInformation::Icon' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_ShowTaskInformation, IsComplite) == 0x000038, "Member 'MOD_TaskInfo_C_ShowTaskInformation::IsComplite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_OnTrackedQuestsUpdate \ static_assert(alignof(MOD_TaskInfo_C_OnTrackedQuestsUpdate) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_OnTrackedQuestsUpdate"); \ static_assert(sizeof(MOD_TaskInfo_C_OnTrackedQuestsUpdate) == 0x0000C8, "Wrong size on MOD_TaskInfo_C_OnTrackedQuestsUpdate"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_GetTrackedQuests_ReturnValue) == 0x000008, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_GetTrackedQuests_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Array_Get_Item) == 0x000018, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Find_Quest_Widget_QuestWidget) == 0x000088, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Find_Quest_Widget_QuestWidget' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Find_Quest_Widget_isExist) == 0x000090, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Find_Quest_Widget_isExist' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_AddChild_ReturnValue) == 0x0000B8, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_OnTrackedQuestsUpdate, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'MOD_TaskInfo_C_OnTrackedQuestsUpdate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_Find_Quest_Widget \ static_assert(alignof(MOD_TaskInfo_C_Find_Quest_Widget) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_Find_Quest_Widget"); \ static_assert(sizeof(MOD_TaskInfo_C_Find_Quest_Widget) == 0x0000A0, "Wrong size on MOD_TaskInfo_C_Find_Quest_Widget"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, GivenQuest) == 0x000000, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::GivenQuest' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, QuestWidget) == 0x000070, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::QuestWidget' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, isExist) == 0x000078, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::isExist' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, Temp_int_Array_Index_Variable) == 0x00007C, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, CallFunc_Array_Get_Item) == 0x000090, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Find_Quest_Widget, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000099, "Member 'MOD_TaskInfo_C_Find_Quest_Widget::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_Remove_Quest_View \ static_assert(alignof(MOD_TaskInfo_C_Remove_Quest_View) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_Remove_Quest_View"); \ static_assert(sizeof(MOD_TaskInfo_C_Remove_Quest_View) == 0x000030, "Wrong size on MOD_TaskInfo_C_Remove_Quest_View"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, QuestViews) == 0x000000, "Member 'MOD_TaskInfo_C_Remove_Quest_View::QuestViews' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MOD_TaskInfo_C_Remove_Quest_View::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MOD_TaskInfo_C_Remove_Quest_View::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Array_Get_Item) == 0x000020, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Array_RemoveItem_ReturnValue) == 0x000029, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Array_Contains_ReturnValue) == 0x00002A, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_Not_PreBool_ReturnValue) == 0x00002B, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Remove_Quest_View, CallFunc_NotEqual_NameName_ReturnValue) == 0x00002C, "Member 'MOD_TaskInfo_C_Remove_Quest_View::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_Help_Message_Show \ static_assert(alignof(MOD_TaskInfo_C_Help_Message_Show) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_Help_Message_Show"); \ static_assert(sizeof(MOD_TaskInfo_C_Help_Message_Show) == 0x000140, "Wrong size on MOD_TaskInfo_C_Help_Message_Show"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, Title) == 0x000000, "Member 'MOD_TaskInfo_C_Help_Message_Show::Title' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, Subtitle) == 0x000018, "Member 'MOD_TaskInfo_C_Help_Message_Show::Subtitle' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, K2Node_MakeStruct_TaskView) == 0x000030, "Member 'MOD_TaskInfo_C_Help_Message_Show::K2Node_MakeStruct_TaskView' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, K2Node_MakeArray_Array) == 0x0000A0, "Member 'MOD_TaskInfo_C_Help_Message_Show::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'MOD_TaskInfo_C_Help_Message_Show::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, K2Node_MakeStruct_QuestView) == 0x0000B8, "Member 'MOD_TaskInfo_C_Help_Message_Show::K2Node_MakeStruct_QuestView' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, CallFunc_Create_ReturnValue) == 0x000128, "Member 'MOD_TaskInfo_C_Help_Message_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'MOD_TaskInfo_C_Help_Message_Show::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Show, CallFunc_AddChild_ReturnValue) == 0x000138, "Member 'MOD_TaskInfo_C_Help_Message_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_Help_Message_Hide \ static_assert(alignof(MOD_TaskInfo_C_Help_Message_Hide) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_Help_Message_Hide"); \ static_assert(sizeof(MOD_TaskInfo_C_Help_Message_Hide) == 0x000038, "Wrong size on MOD_TaskInfo_C_Help_Message_Hide"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Hide, Title) == 0x000000, "Member 'MOD_TaskInfo_C_Help_Message_Hide::Title' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Hide, Subtitle) == 0x000018, "Member 'MOD_TaskInfo_C_Help_Message_Hide::Subtitle' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Hide, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'MOD_TaskInfo_C_Help_Message_Hide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Help_Message_Hide, CallFunc_Array_RemoveItem_ReturnValue) == 0x000031, "Member 'MOD_TaskInfo_C_Help_Message_Hide::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_TaskInfo_C_Redraw_Pinned_Recipes \ static_assert(alignof(MOD_TaskInfo_C_Redraw_Pinned_Recipes) == 0x000008, "Wrong alignment on MOD_TaskInfo_C_Redraw_Pinned_Recipes"); \ static_assert(sizeof(MOD_TaskInfo_C_Redraw_Pinned_Recipes) == 0x000218, "Wrong size on MOD_TaskInfo_C_Redraw_Pinned_Recipes"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, LocalCraftManager) == 0x000000, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::LocalCraftManager' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_GetFavoriteRecipes_ReturnValue) == 0x000028, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_GetFavoriteRecipes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Array_Get_Item) == 0x000038, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_GetRecipe_ReturnValue) == 0x000048, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, Temp_int_Loop_Counter_Variable) == 0x000130, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_FindCraftRecipe_Data) == 0x000138, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_FindCraftRecipe_Data' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_FindCraftRecipe_ReturnValue) == 0x0001E8, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_FindCraftRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E9, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Add_IntInt_ReturnValue) == 0x0001EC, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_GetGameInstance_ReturnValue_1) == 0x0001F0, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_Create_ReturnValue) == 0x0001F8, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000200, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, K2Node_DynamicCast_bSuccess_1) == 0x000208, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_IsValid_ReturnValue_1) == 0x000209, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_TaskInfo_C_Redraw_Pinned_Recipes, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000210, "Member 'MOD_TaskInfo_C_Redraw_Pinned_Recipes::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_TaskInfo_C \ static_assert(alignof(UMOD_TaskInfo_C) == 0x000008, "Wrong alignment on UMOD_TaskInfo_C"); \ static_assert(sizeof(UMOD_TaskInfo_C) == 0x0002A0, "Wrong size on UMOD_TaskInfo_C"); \ static_assert(offsetof(UMOD_TaskInfo_C, UberGraphFrame) == 0x000260, "Member 'UMOD_TaskInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, PinnedRecipesWrapper) == 0x000268, "Member 'UMOD_TaskInfo_C::PinnedRecipesWrapper' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, TasksWrapper) == 0x000270, "Member 'UMOD_TaskInfo_C::TasksWrapper' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, DisplayedQuests) == 0x000278, "Member 'UMOD_TaskInfo_C::DisplayedQuests' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, SavedCharacter) == 0x000288, "Member 'UMOD_TaskInfo_C::SavedCharacter' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, HelperMessage) == 0x000290, "Member 'UMOD_TaskInfo_C::HelperMessage' has a wrong offset!"); \ static_assert(offsetof(UMOD_TaskInfo_C, MessageHelperTag) == 0x000298, "Member 'UMOD_TaskInfo_C::MessageHelperTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCCDIKChainLink \ static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ static_assert(sizeof(FCCDIKChainLink) == 0x000080, "Wrong size on FCCDIKChainLink"); \ #define DUMPER7_ASSERTS_FAxis \ static_assert(alignof(FAxis) == 0x000004, "Wrong alignment on FAxis"); \ static_assert(sizeof(FAxis) == 0x000010, "Wrong size on FAxis"); \ static_assert(offsetof(FAxis, Axis) == 0x000000, "Member 'FAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(FAxis, bInLocalSpace) == 0x00000C, "Member 'FAxis::bInLocalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintDescriptor \ static_assert(alignof(FConstraintDescriptor) == 0x000008, "Wrong alignment on FConstraintDescriptor"); \ static_assert(sizeof(FConstraintDescriptor) == 0x000010, "Wrong size on FConstraintDescriptor"); \ static_assert(offsetof(FConstraintDescriptor, Type) == 0x000000, "Member 'FConstraintDescriptor::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintData \ static_assert(alignof(FConstraintData) == 0x000010, "Wrong alignment on FConstraintData"); \ static_assert(sizeof(FConstraintData) == 0x000080, "Wrong size on FConstraintData"); \ static_assert(offsetof(FConstraintData, Constraint) == 0x000000, "Member 'FConstraintData::Constraint' has a wrong offset!"); \ static_assert(offsetof(FConstraintData, Weight) == 0x000010, "Member 'FConstraintData::Weight' has a wrong offset!"); \ static_assert(offsetof(FConstraintData, bMaintainOffset) == 0x000014, "Member 'FConstraintData::bMaintainOffset' has a wrong offset!"); \ static_assert(offsetof(FConstraintData, Offset) == 0x000020, "Member 'FConstraintData::Offset' has a wrong offset!"); \ static_assert(offsetof(FConstraintData, CurrentTransform) == 0x000050, "Member 'FConstraintData::CurrentTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FConstraintDescriptionEx \ static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAimConstraintDescription \ static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ static_assert(sizeof(FAimConstraintDescription) == 0x000040, "Wrong size on FAimConstraintDescription"); \ static_assert(offsetof(FAimConstraintDescription, LookAt_Axis) == 0x000010, "Member 'FAimConstraintDescription::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAimConstraintDescription, LookUp_Axis) == 0x000020, "Member 'FAimConstraintDescription::LookUp_Axis' has a wrong offset!"); \ static_assert(offsetof(FAimConstraintDescription, bUseLookUp) == 0x000030, "Member 'FAimConstraintDescription::bUseLookUp' has a wrong offset!"); \ static_assert(offsetof(FAimConstraintDescription, LookUpTarget) == 0x000034, "Member 'FAimConstraintDescription::LookUpTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformConstraintDescription \ static_assert(alignof(FTransformConstraintDescription) == 0x000008, "Wrong alignment on FTransformConstraintDescription"); \ static_assert(sizeof(FTransformConstraintDescription) == 0x000018, "Wrong size on FTransformConstraintDescription"); \ static_assert(offsetof(FTransformConstraintDescription, TransformType) == 0x000010, "Member 'FTransformConstraintDescription::TransformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintDescription \ static_assert(alignof(FConstraintDescription) == 0x000001, "Wrong alignment on FConstraintDescription"); \ static_assert(sizeof(FConstraintDescription) == 0x00000D, "Wrong size on FConstraintDescription"); \ static_assert(offsetof(FConstraintDescription, bTranslation) == 0x000000, "Member 'FConstraintDescription::bTranslation' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, bRotation) == 0x000001, "Member 'FConstraintDescription::bRotation' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, bScale) == 0x000002, "Member 'FConstraintDescription::bScale' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, bParent) == 0x000003, "Member 'FConstraintDescription::bParent' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, TranslationAxes) == 0x000004, "Member 'FConstraintDescription::TranslationAxes' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, RotationAxes) == 0x000007, "Member 'FConstraintDescription::RotationAxes' has a wrong offset!"); \ static_assert(offsetof(FConstraintDescription, ScaleAxes) == 0x00000A, "Member 'FConstraintDescription::ScaleAxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformConstraint \ static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ static_assert(sizeof(FTransformConstraint) == 0x000028, "Wrong size on FTransformConstraint"); \ static_assert(offsetof(FTransformConstraint, Operator) == 0x000000, "Member 'FTransformConstraint::Operator' has a wrong offset!"); \ static_assert(offsetof(FTransformConstraint, SourceNode) == 0x000010, "Member 'FTransformConstraint::SourceNode' has a wrong offset!"); \ static_assert(offsetof(FTransformConstraint, TargetNode) == 0x000018, "Member 'FTransformConstraint::TargetNode' has a wrong offset!"); \ static_assert(offsetof(FTransformConstraint, Weight) == 0x000020, "Member 'FTransformConstraint::Weight' has a wrong offset!"); \ static_assert(offsetof(FTransformConstraint, bMaintainOffset) == 0x000024, "Member 'FTransformConstraint::bMaintainOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintOffset \ static_assert(alignof(FConstraintOffset) == 0x000010, "Wrong alignment on FConstraintOffset"); \ static_assert(sizeof(FConstraintOffset) == 0x000060, "Wrong size on FConstraintOffset"); \ static_assert(offsetof(FConstraintOffset, Translation) == 0x000000, "Member 'FConstraintOffset::Translation' has a wrong offset!"); \ static_assert(offsetof(FConstraintOffset, Rotation) == 0x000010, "Member 'FConstraintOffset::Rotation' has a wrong offset!"); \ static_assert(offsetof(FConstraintOffset, Scale) == 0x000020, "Member 'FConstraintOffset::Scale' has a wrong offset!"); \ static_assert(offsetof(FConstraintOffset, Parent) == 0x000030, "Member 'FConstraintOffset::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FEulerTransform \ static_assert(alignof(FEulerTransform) == 0x000004, "Wrong alignment on FEulerTransform"); \ static_assert(sizeof(FEulerTransform) == 0x000024, "Wrong size on FEulerTransform"); \ static_assert(offsetof(FEulerTransform, Location) == 0x000000, "Member 'FEulerTransform::Location' has a wrong offset!"); \ static_assert(offsetof(FEulerTransform, Rotation) == 0x00000C, "Member 'FEulerTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(FEulerTransform, Scale) == 0x000018, "Member 'FEulerTransform::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFABRIKChainLink \ static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ static_assert(sizeof(FFABRIKChainLink) == 0x000038, "Wrong size on FFABRIKChainLink"); \ #define DUMPER7_ASSERTS_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_FTransformNoScale \ static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ static_assert(sizeof(FTransformNoScale) == 0x000020, "Wrong size on FTransformNoScale"); \ static_assert(offsetof(FTransformNoScale, Location) == 0x000000, "Member 'FTransformNoScale::Location' has a wrong offset!"); \ static_assert(offsetof(FTransformNoScale, Rotation) == 0x000010, "Member 'FTransformNoScale::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationDataSourceRegistry \ static_assert(alignof(UAnimationDataSourceRegistry) == 0x000008, "Wrong alignment on UAnimationDataSourceRegistry"); \ static_assert(sizeof(UAnimationDataSourceRegistry) == 0x000078, "Wrong size on UAnimationDataSourceRegistry"); \ static_assert(offsetof(UAnimationDataSourceRegistry, DataSources) == 0x000028, "Member 'UAnimationDataSourceRegistry::DataSources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PlayerController_C_PlayToNextMark \ static_assert(alignof(MainMenuV2_PlayerController_C_PlayToNextMark) == 0x000008, "Wrong alignment on MainMenuV2_PlayerController_C_PlayToNextMark"); \ static_assert(sizeof(MainMenuV2_PlayerController_C_PlayToNextMark) == 0x000080, "Wrong size on MainMenuV2_PlayerController_C_PlayToNextMark"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, IsEnded) == 0x000000, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::IsEnded' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, Temp_bool_True_if_break_was_hit_Variable) == 0x000001, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_GetSequencePlayer_ReturnValue) == 0x000018, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000020, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000028, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Array_Get_Item) == 0x000058, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_PlayToNextMark, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00007A, "Member 'MainMenuV2_PlayerController_C_PlayToNextMark::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PlayerController_C_CheckMarks \ static_assert(alignof(MainMenuV2_PlayerController_C_CheckMarks) == 0x000001, "Wrong alignment on MainMenuV2_PlayerController_C_CheckMarks"); \ static_assert(sizeof(MainMenuV2_PlayerController_C_CheckMarks) == 0x000001, "Wrong size on MainMenuV2_PlayerController_C_CheckMarks"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_CheckMarks, K2Node_SwitchString_CmpSuccess) == 0x000000, "Member 'MainMenuV2_PlayerController_C_CheckMarks::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PlayerController_C_FixKeybindings \ static_assert(alignof(MainMenuV2_PlayerController_C_FixKeybindings) == 0x000008, "Wrong alignment on MainMenuV2_PlayerController_C_FixKeybindings"); \ static_assert(sizeof(MainMenuV2_PlayerController_C_FixKeybindings) == 0x0000F0, "Wrong size on MainMenuV2_PlayerController_C_FixKeybindings"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Array_Get_Item) == 0x000024, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000088, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000090, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Conv_StringToName_ReturnValue) == 0x0000A4, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, K2Node_MakeStruct_InputActionKeyMapping) == 0x0000B0, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::K2Node_MakeStruct_InputActionKeyMapping' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_GetActionMapping_Bindings) == 0x0000D8, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_FixKeybindings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'MainMenuV2_PlayerController_C_FixKeybindings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0 \ static_assert(alignof(MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'MainMenuV2_PlayerController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController \ static_assert(alignof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController) == 0x000008, "Wrong alignment on MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController"); \ static_assert(sizeof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController) == 0x0002F0, "Wrong size on MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, EntryPoint) == 0x000000, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000008, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_AsLevel_Sequence) == 0x000010, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_AsLevel_Sequence' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetMarkedFrames_ReturnValue) == 0x000020, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetMarkedFrames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Create_ReturnValue) == 0x000030, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_bool_Variable) == 0x000058, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate_2) == 0x00005C, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable) == 0x000070, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable_1) == 0x000080, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_InputKeyEvent_Key) == 0x000088, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0000A0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Create_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000B0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_bool_Variable_1) == 0x0000C0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000C4, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable_2) == 0x0000D8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000E0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x0000F0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequence_ReturnValue) == 0x0000F8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000100, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable_3) == 0x000108, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetHUD_ReturnValue) == 0x000110, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable_4) == 0x000118, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000120, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x000130, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_3) == 0x000138, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetActorOfClass_ReturnValue) == 0x000140, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_4) == 0x000148, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000150, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_IsValid_ReturnValue) == 0x000158, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetHUD_ReturnValue_1) == 0x000160, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetGameMode_ReturnValue) == 0x000168, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x000170, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000179, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Not_PreBool_ReturnValue) == 0x00017A, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetActorOfClass_ReturnValue_2) == 0x000180, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetActorOfClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetActorOfClass_ReturnValue_3) == 0x000188, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetActorOfClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_IsValid_ReturnValue_1) == 0x000190, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_object_Variable_5) == 0x000198, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetPlayerController_ReturnValue) == 0x0001A0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, Temp_byte_Variable) == 0x0001A8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_5) == 0x0001B0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_6) == 0x0001B8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetMapTheme_ReturnValue) == 0x0001C0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetMapTheme_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_7) == 0x0001C8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_Select_Default) == 0x0001D0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetMapTheme_ReturnValue_1) == 0x0001D8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetMapTheme_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_SwitchEnum_CmpSuccess) == 0x0001D9, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_8) == 0x0001E0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x0001E8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Concat_StrStr_ReturnValue) == 0x000210, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetPlayerController_ReturnValue_1) == 0x000220, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetParameterValue_UserValue) == 0x000228, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetParameterValue_UserValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetParameterValue_FinalValue) == 0x00022C, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetParameterValue_FinalValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000230, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_9) == 0x000238, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_Create_ReturnValue_2) == 0x000240, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_10) == 0x000248, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetActorOfClass_ReturnValue_4) == 0x000250, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetActorOfClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetComponentByClass_ReturnValue) == 0x000258, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000260, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000270, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000271, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_Select_Default_1) == 0x000278, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_Select_Default_2) == 0x000280, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_MakeStruct_MovieSceneSequencePlaybackParams_1) == 0x000288, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_MakeStruct_MovieSceneSequencePlaybackParams_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_11) == 0x0002B0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_12) == 0x0002B8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetHUD_ReturnValue_2) == 0x0002C0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_AsHUD_Main_Menu_V2_2) == 0x0002C8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_AsHUD_Main_Menu_V2_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_DynamicCast_bSuccess_3) == 0x0002D0, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002D4, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController, CallFunc_GetSequencePlayer_ReturnValue_13) == 0x0002E8, "Member 'MainMenuV2_PlayerController_C_ExecuteUbergraph_MainMenuV2_PlayerController::CallFunc_GetSequencePlayer_ReturnValue_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainMenuV2_PlayerController_C \ static_assert(alignof(AMainMenuV2_PlayerController_C) == 0x000008, "Wrong alignment on AMainMenuV2_PlayerController_C"); \ static_assert(sizeof(AMainMenuV2_PlayerController_C) == 0x000650, "Wrong size on AMainMenuV2_PlayerController_C"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, UberGraphFrame) == 0x000580, "Member 'AMainMenuV2_PlayerController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, DialogComponent) == 0x000588, "Member 'AMainMenuV2_PlayerController_C::DialogComponent' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CharacterSound) == 0x000590, "Member 'AMainMenuV2_PlayerController_C::CharacterSound' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, PlaySound) == 0x000598, "Member 'AMainMenuV2_PlayerController_C::PlaySound' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, SettingsSound) == 0x0005A0, "Member 'AMainMenuV2_PlayerController_C::SettingsSound' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, OpeningSound) == 0x0005A8, "Member 'AMainMenuV2_PlayerController_C::OpeningSound' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, MainTheme) == 0x0005B0, "Member 'AMainMenuV2_PlayerController_C::MainTheme' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CinematicSound) == 0x0005B8, "Member 'AMainMenuV2_PlayerController_C::CinematicSound' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, MasterSequence) == 0x0005C0, "Member 'AMainMenuV2_PlayerController_C::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, StartingWidget) == 0x0005C8, "Member 'AMainMenuV2_PlayerController_C::StartingWidget' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CameraShakeActor) == 0x0005D0, "Member 'AMainMenuV2_PlayerController_C::CameraShakeActor' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, MarkedFrames) == 0x0005D8, "Member 'AMainMenuV2_PlayerController_C::MarkedFrames' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CurrentMarkedFrame) == 0x0005E8, "Member 'AMainMenuV2_PlayerController_C::CurrentMarkedFrame' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, InteractScreen) == 0x0005F8, "Member 'AMainMenuV2_PlayerController_C::InteractScreen' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CurrentTrackEnded) == 0x000600, "Member 'AMainMenuV2_PlayerController_C::CurrentTrackEnded' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CinematicTimerHandle) == 0x000608, "Member 'AMainMenuV2_PlayerController_C::CinematicTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, IsOnPause) == 0x000610, "Member 'AMainMenuV2_PlayerController_C::IsOnPause' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, SetNextSlide) == 0x000611, "Member 'AMainMenuV2_PlayerController_C::SetNextSlide' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, SkipCutsceneWidget) == 0x000618, "Member 'AMainMenuV2_PlayerController_C::SkipCutsceneWidget' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CutsceneIsEnd) == 0x000620, "Member 'AMainMenuV2_PlayerController_C::CutsceneIsEnd' has a wrong offset!"); \ static_assert(offsetof(AMainMenuV2_PlayerController_C, CinematicVideo) == 0x000628, "Member 'AMainMenuV2_PlayerController_C::CinematicVideo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_MinerT1_C \ static_assert(alignof(ALL_MinerT1_C) == 0x000008, "Wrong alignment on ALL_MinerT1_C"); \ static_assert(sizeof(ALL_MinerT1_C) == 0x000248, "Wrong size on ALL_MinerT1_C"); \ static_assert(offsetof(ALL_MinerT1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_MinerT1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimPhysSphericalLimit \ static_assert(alignof(FAnimPhysSphericalLimit) == 0x000004, "Wrong alignment on FAnimPhysSphericalLimit"); \ static_assert(sizeof(FAnimPhysSphericalLimit) == 0x000024, "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) == 0x00001C, "Member 'FAnimPhysSphericalLimit::LimitRadius' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysSphericalLimit, LimitType) == 0x000020, "Member 'FAnimPhysSphericalLimit::LimitType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRandomPlayerSequenceEntry \ static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_FAnimPhysConstraintSetup \ static_assert(alignof(FAnimPhysConstraintSetup) == 0x000004, "Wrong alignment on FAnimPhysConstraintSetup"); \ static_assert(sizeof(FAnimPhysConstraintSetup) == 0x000048, "Wrong size on FAnimPhysConstraintSetup"); \ static_assert(offsetof(FAnimPhysConstraintSetup, LinearXLimitType) == 0x000000, "Member 'FAnimPhysConstraintSetup::LinearXLimitType' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, LinearYLimitType) == 0x000001, "Member 'FAnimPhysConstraintSetup::LinearYLimitType' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, LinearZLimitType) == 0x000002, "Member 'FAnimPhysConstraintSetup::LinearZLimitType' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMin) == 0x000004, "Member 'FAnimPhysConstraintSetup::LinearAxesMin' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMax) == 0x000010, "Member 'FAnimPhysConstraintSetup::LinearAxesMax' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, AngularConstraintType) == 0x00001C, "Member 'FAnimPhysConstraintSetup::AngularConstraintType' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, TwistAxis) == 0x00001D, "Member 'FAnimPhysConstraintSetup::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, AngularTargetAxis) == 0x00001E, "Member 'FAnimPhysConstraintSetup::AngularTargetAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, ConeAngle) == 0x000020, "Member 'FAnimPhysConstraintSetup::ConeAngle' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMin) == 0x000024, "Member 'FAnimPhysConstraintSetup::AngularLimitsMin' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMax) == 0x000030, "Member 'FAnimPhysConstraintSetup::AngularLimitsMax' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysConstraintSetup, AngularTarget) == 0x00003C, "Member 'FAnimPhysConstraintSetup::AngularTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ModifyBone \ static_assert(alignof(FAnimNode_ModifyBone) == 0x000008, "Wrong alignment on FAnimNode_ModifyBone"); \ static_assert(sizeof(FAnimNode_ModifyBone) == 0x000108, "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) == 0x0000E4, "Member 'FAnimNode_ModifyBone::Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, Scale) == 0x0000F0, "Member 'FAnimNode_ModifyBone::Scale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, TranslationMode) == 0x0000FC, "Member 'FAnimNode_ModifyBone::TranslationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, RotationMode) == 0x0000FD, "Member 'FAnimNode_ModifyBone::RotationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, ScaleMode) == 0x0000FE, "Member 'FAnimNode_ModifyBone::ScaleMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, TranslationSpace) == 0x0000FF, "Member 'FAnimNode_ModifyBone::TranslationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, RotationSpace) == 0x000100, "Member 'FAnimNode_ModifyBone::RotationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, ScaleSpace) == 0x000101, "Member 'FAnimNode_ModifyBone::ScaleSpace' 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) == 0x000050, "Wrong size on FAnimNode_SequenceEvaluator"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, Sequence) == 0x000038, "Member 'FAnimNode_SequenceEvaluator::Sequence' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, ExplicitTime) == 0x000040, "Member 'FAnimNode_SequenceEvaluator::ExplicitTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, bShouldLoop) == 0x000044, "Member 'FAnimNode_SequenceEvaluator::bShouldLoop' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, bTeleportToExplicitTime) == 0x000045, "Member 'FAnimNode_SequenceEvaluator::bTeleportToExplicitTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, ReinitializationBehavior) == 0x000046, "Member 'FAnimNode_SequenceEvaluator::ReinitializationBehavior' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequenceEvaluator, StartPosition) == 0x000048, "Member 'FAnimNode_SequenceEvaluator::StartPosition' 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) == 0x0000E8, "Wrong size on FAnimNode_BlendSpacePlayer"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, X) == 0x000038, "Member 'FAnimNode_BlendSpacePlayer::X' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, Y) == 0x00003C, "Member 'FAnimNode_BlendSpacePlayer::Y' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, Z) == 0x000040, "Member 'FAnimNode_BlendSpacePlayer::Z' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, PlayRate) == 0x000044, "Member 'FAnimNode_BlendSpacePlayer::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, bLoop) == 0x000048, "Member 'FAnimNode_BlendSpacePlayer::bLoop' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, bResetPlayTimeWhenBlendSpaceChanges) == 0x000049, "Member 'FAnimNode_BlendSpacePlayer::bResetPlayTimeWhenBlendSpaceChanges' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, StartPosition) == 0x00004C, "Member 'FAnimNode_BlendSpacePlayer::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, BlendSpace) == 0x000050, "Member 'FAnimNode_BlendSpacePlayer::BlendSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendSpacePlayer, PreviousBlendSpace) == 0x0000E0, "Member 'FAnimNode_BlendSpacePlayer::PreviousBlendSpace' 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_AimOffsetLookAt \ static_assert(alignof(FAnimNode_AimOffsetLookAt) == 0x000010, "Wrong alignment on FAnimNode_AimOffsetLookAt"); \ static_assert(sizeof(FAnimNode_AimOffsetLookAt) == 0x0001C0, "Wrong size on FAnimNode_AimOffsetLookAt"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, BasePose) == 0x000150, "Member 'FAnimNode_AimOffsetLookAt::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODThreshold) == 0x000160, "Member 'FAnimNode_AimOffsetLookAt::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, SourceSocketName) == 0x000164, "Member 'FAnimNode_AimOffsetLookAt::SourceSocketName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, PivotSocketName) == 0x00016C, "Member 'FAnimNode_AimOffsetLookAt::PivotSocketName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, LookAtLocation) == 0x000174, "Member 'FAnimNode_AimOffsetLookAt::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, SocketAxis) == 0x000180, "Member 'FAnimNode_AimOffsetLookAt::SocketAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimOffsetLookAt, Alpha) == 0x00018C, "Member 'FAnimNode_AimOffsetLookAt::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimPhysPlanarLimit \ static_assert(alignof(FAnimPhysPlanarLimit) == 0x000010, "Wrong alignment on FAnimPhysPlanarLimit"); \ static_assert(sizeof(FAnimPhysPlanarLimit) == 0x000040, "Wrong size on FAnimPhysPlanarLimit"); \ static_assert(offsetof(FAnimPhysPlanarLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysPlanarLimit::DrivingBone' has a wrong offset!"); \ static_assert(offsetof(FAnimPhysPlanarLimit, PlaneTransform) == 0x000010, "Member 'FAnimPhysPlanarLimit::PlaneTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRotationRetargetingInfo \ static_assert(alignof(FRotationRetargetingInfo) == 0x000010, "Wrong alignment on FRotationRetargetingInfo"); \ static_assert(sizeof(FRotationRetargetingInfo) == 0x000130, "Wrong size on FRotationRetargetingInfo"); \ static_assert(offsetof(FRotationRetargetingInfo, bEnabled) == 0x000000, "Member 'FRotationRetargetingInfo::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, Source) == 0x000010, "Member 'FRotationRetargetingInfo::Source' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, Target) == 0x000040, "Member 'FRotationRetargetingInfo::Target' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, RotationComponent) == 0x000070, "Member 'FRotationRetargetingInfo::RotationComponent' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TwistAxis) == 0x000074, "Member 'FRotationRetargetingInfo::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bUseAbsoluteAngle) == 0x000080, "Member 'FRotationRetargetingInfo::bUseAbsoluteAngle' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, SourceMinimum) == 0x000084, "Member 'FRotationRetargetingInfo::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, SourceMaximum) == 0x000088, "Member 'FRotationRetargetingInfo::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TargetMinimum) == 0x00008C, "Member 'FRotationRetargetingInfo::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TargetMaximum) == 0x000090, "Member 'FRotationRetargetingInfo::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, EasingType) == 0x000094, "Member 'FRotationRetargetingInfo::EasingType' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, CustomCurve) == 0x000098, "Member 'FRotationRetargetingInfo::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bFlipEasing) == 0x000120, "Member 'FRotationRetargetingInfo::bFlipEasing' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, EasingWeight) == 0x000124, "Member 'FRotationRetargetingInfo::EasingWeight' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bClamp) == 0x000128, "Member 'FRotationRetargetingInfo::bClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AnimDynamics \ static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ static_assert(sizeof(FAnimNode_AnimDynamics) == 0x000440, "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) == 0x000130, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000140, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000150, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoxExtents) == 0x000160, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x00016C, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x000178, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x00017C, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000188, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x00018C, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000190, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000194, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x0001A0, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x0001AC, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0001B8, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0001BC, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x0001C4, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000210, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000220, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000224, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000230, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000240, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000241, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000250, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyAdditive \ static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ static_assert(sizeof(FAnimNode_ApplyAdditive) == 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_FAngularRangeLimit \ static_assert(alignof(FAngularRangeLimit) == 0x000004, "Wrong alignment on FAngularRangeLimit"); \ static_assert(sizeof(FAngularRangeLimit) == 0x000028, "Wrong size on FAngularRangeLimit"); \ static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x00000C, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, Bone) == 0x000018, "Member 'FAngularRangeLimit::Bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ static_assert(sizeof(FAnimNode_ApplyLimits) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ static_assert(sizeof(FBlendBoneByChannelEntry) == 0x000024, "Wrong size on FBlendBoneByChannelEntry"); \ static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000010, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000020, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000021, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x000022, "Member 'FBlendBoneByChannelEntry::bBlendScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendBoneByChannel \ static_assert(alignof(FAnimNode_BlendBoneByChannel) == 0x000008, "Wrong alignment on FAnimNode_BlendBoneByChannel"); \ static_assert(sizeof(FAnimNode_BlendBoneByChannel) == 0x000068, "Wrong size on FAnimNode_BlendBoneByChannel"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000010, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, B) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::B' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000050, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000060, "Member 'FAnimNode_BlendBoneByChannel::TransformsSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListBase \ static_assert(alignof(FAnimNode_BlendListBase) == 0x000008, "Wrong alignment on FAnimNode_BlendListBase"); \ static_assert(sizeof(FAnimNode_BlendListBase) == 0x000098, "Wrong size on FAnimNode_BlendListBase"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendPose) == 0x000010, "Member 'FAnimNode_BlendListBase::BlendPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendTime) == 0x000020, "Member 'FAnimNode_BlendListBase::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, TransitionType) == 0x000030, "Member 'FAnimNode_BlendListBase::TransitionType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendType) == 0x000031, "Member 'FAnimNode_BlendListBase::BlendType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, bResetChildOnActivation) == 0x000032, "Member 'FAnimNode_BlendListBase::bResetChildOnActivation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, CustomBlendCurve) == 0x000038, "Member 'FAnimNode_BlendListBase::CustomBlendCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendProfile) == 0x000040, "Member 'FAnimNode_BlendListBase::BlendProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByBool \ static_assert(alignof(FAnimNode_BlendListByBool) == 0x000008, "Wrong alignment on FAnimNode_BlendListByBool"); \ static_assert(sizeof(FAnimNode_BlendListByBool) == 0x0000A0, "Wrong size on FAnimNode_BlendListByBool"); \ static_assert(offsetof(FAnimNode_BlendListByBool, bActiveValue) == 0x000098, "Member 'FAnimNode_BlendListByBool::bActiveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByEnum \ static_assert(alignof(FAnimNode_BlendListByEnum) == 0x000008, "Wrong alignment on FAnimNode_BlendListByEnum"); \ static_assert(sizeof(FAnimNode_BlendListByEnum) == 0x0000B0, "Wrong size on FAnimNode_BlendListByEnum"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, EnumToPoseIndex) == 0x000098, "Member 'FAnimNode_BlendListByEnum::EnumToPoseIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, ActiveEnumValue) == 0x0000A8, "Member 'FAnimNode_BlendListByEnum::ActiveEnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByInt \ static_assert(alignof(FAnimNode_BlendListByInt) == 0x000008, "Wrong alignment on FAnimNode_BlendListByInt"); \ static_assert(sizeof(FAnimNode_BlendListByInt) == 0x0000A0, "Wrong size on FAnimNode_BlendListByInt"); \ static_assert(offsetof(FAnimNode_BlendListByInt, ActiveChildIndex) == 0x000098, "Member 'FAnimNode_BlendListByInt::ActiveChildIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendSpaceEvaluator \ static_assert(alignof(FAnimNode_BlendSpaceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceEvaluator"); \ static_assert(sizeof(FAnimNode_BlendSpaceEvaluator) == 0x0000F0, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x0000E8, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BoneDrivenController \ static_assert(alignof(FAnimNode_BoneDrivenController) == 0x000008, "Wrong alignment on FAnimNode_BoneDrivenController"); \ static_assert(sizeof(FAnimNode_BoneDrivenController) == 0x000118, "Wrong size on FAnimNode_BoneDrivenController"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, SourceBone) == 0x0000C8, "Member 'FAnimNode_BoneDrivenController::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, DrivingCurve) == 0x0000D8, "Member 'FAnimNode_BoneDrivenController::DrivingCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, Multiplier) == 0x0000E0, "Member 'FAnimNode_BoneDrivenController::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMin) == 0x0000E4, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x0000EC, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x0000F0, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x0000F4, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x0000FC, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x00010C, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x00010D, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x00010E, "Member 'FAnimNode_BoneDrivenController::SourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocketReference \ static_assert(alignof(FSocketReference) == 0x000010, "Wrong alignment on FSocketReference"); \ static_assert(sizeof(FSocketReference) == 0x000040, "Wrong size on FSocketReference"); \ static_assert(offsetof(FSocketReference, SocketName) == 0x000030, "Member 'FSocketReference::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneSocketTarget \ static_assert(alignof(FBoneSocketTarget) == 0x000010, "Wrong alignment on FBoneSocketTarget"); \ static_assert(sizeof(FBoneSocketTarget) == 0x000060, "Wrong size on FBoneSocketTarget"); \ static_assert(offsetof(FBoneSocketTarget, bUseSocket) == 0x000000, "Member 'FBoneSocketTarget::bUseSocket' has a wrong offset!"); \ static_assert(offsetof(FBoneSocketTarget, BoneReference) == 0x000004, "Member 'FBoneSocketTarget::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FBoneSocketTarget, SocketReference) == 0x000020, "Member 'FBoneSocketTarget::SocketReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CCDIK \ static_assert(alignof(FAnimNode_CCDIK) == 0x000010, "Wrong alignment on FAnimNode_CCDIK"); \ static_assert(sizeof(FAnimNode_CCDIK) == 0x000180, "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) == 0x0000D4, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x0000E0, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000140, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000150, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x000160, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x000164, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x000168, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x000169, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x000170, "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_CopyPoseFromMesh \ static_assert(alignof(FAnimNode_CopyPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_CopyPoseFromMesh"); \ static_assert(sizeof(FAnimNode_CopyPoseFromMesh) == 0x0001D8, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00001C, "Member 'FAnimNode_CopyPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_Fabrik \ static_assert(alignof(FAnimNode_Fabrik) == 0x000010, "Wrong alignment on FAnimNode_Fabrik"); \ static_assert(sizeof(FAnimNode_Fabrik) == 0x000190, "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) == 0x000100, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x000160, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x000170, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x000180, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x000184, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x000188, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x000189, "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) == 0x000120, "Wrong size on FAnimNode_HandIKRetargeting"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000C0, "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, LayerSetup) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000040, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000050, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000051, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x000052, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x000053, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000058, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000060, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x000080, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKDefinition \ static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ static_assert(sizeof(FAnimLegIKDefinition) == 0x00002C, "Wrong size on FAnimLegIKDefinition"); \ static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LegIK \ static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ static_assert(sizeof(FAnimNode_LegIK) == 0x0000F8, "Wrong size on FAnimNode_LegIK"); \ static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D0, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKData \ static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ static_assert(sizeof(FAnimLegIKData) == 0x0000A0, "Wrong size on FAnimLegIKData"); \ #define DUMPER7_ASSERTS_FIKChain \ static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ static_assert(sizeof(FIKChain) == 0x000038, "Wrong size on FIKChain"); \ #define DUMPER7_ASSERTS_FIKChainLink \ static_assert(alignof(FIKChainLink) == 0x000004, "Wrong alignment on FIKChainLink"); \ static_assert(sizeof(FIKChainLink) == 0x00003C, "Wrong size on FIKChainLink"); \ #define DUMPER7_ASSERTS_FAnimNode_LookAt \ static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ static_assert(sizeof(FAnimNode_LookAt) == 0x0001B0, "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) == 0x000140, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x00014C, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x00015C, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x00015D, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x000160, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x000170, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x000174, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x000178, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ModifyCurve \ static_assert(alignof(FAnimNode_ModifyCurve) == 0x000008, "Wrong alignment on FAnimNode_ModifyCurve"); \ static_assert(sizeof(FAnimNode_ModifyCurve) == 0x000058, "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, CurveValues) == 0x000020, "Member 'FAnimNode_ModifyCurve::CurveValues' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, CurveNames) == 0x000030, "Member 'FAnimNode_ModifyCurve::CurveNames' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, Alpha) == 0x000050, "Member 'FAnimNode_ModifyCurve::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x000054, "Member 'FAnimNode_ModifyCurve::ApplyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MultiWayBlend \ static_assert(alignof(FAnimNode_MultiWayBlend) == 0x000008, "Wrong alignment on FAnimNode_MultiWayBlend"); \ static_assert(sizeof(FAnimNode_MultiWayBlend) == 0x000050, "Wrong size on FAnimNode_MultiWayBlend"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, Poses) == 0x000010, "Member 'FAnimNode_MultiWayBlend::Poses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, DesiredAlphas) == 0x000020, "Member 'FAnimNode_MultiWayBlend::DesiredAlphas' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, AlphaScaleBias) == 0x000040, "Member 'FAnimNode_MultiWayBlend::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, bAdditiveNode) == 0x000048, "Member 'FAnimNode_MultiWayBlend::bAdditiveNode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, bNormalizeAlpha) == 0x000049, "Member 'FAnimNode_MultiWayBlend::bNormalizeAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ObserveBone \ static_assert(alignof(FAnimNode_ObserveBone) == 0x000008, "Wrong alignment on FAnimNode_ObserveBone"); \ static_assert(sizeof(FAnimNode_ObserveBone) == 0x000100, "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) == 0x0000DC, "Member 'FAnimNode_ObserveBone::Translation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, Rotation) == 0x0000E8, "Member 'FAnimNode_ObserveBone::Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, Scale) == 0x0000F4, "Member 'FAnimNode_ObserveBone::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseHandler \ static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ static_assert(sizeof(FAnimNode_PoseHandler) == 0x000080, "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) == 0x0000A0, "Wrong size on FAnimNode_PoseBlendNode"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x000080, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x000090, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x000098, "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) == 0x000098, "Wrong size on FAnimNode_PoseByName"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x000080, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x000088, "Member 'FAnimNode_PoseByName::PoseWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRBFParams \ static_assert(alignof(FRBFParams) == 0x000004, "Wrong alignment on FRBFParams"); \ static_assert(sizeof(FRBFParams) == 0x00002C, "Wrong size on FRBFParams"); \ static_assert(offsetof(FRBFParams, TargetDimensions) == 0x000000, "Member 'FRBFParams::TargetDimensions' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, SolverType) == 0x000004, "Member 'FRBFParams::SolverType' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Radius) == 0x000008, "Member 'FRBFParams::Radius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, bAutomaticRadius) == 0x00000C, "Member 'FRBFParams::bAutomaticRadius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Function) == 0x00000D, "Member 'FRBFParams::Function' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, DistanceMethod) == 0x00000E, "Member 'FRBFParams::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, TwistAxis) == 0x00000F, "Member 'FRBFParams::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, WeightThreshold) == 0x000010, "Member 'FRBFParams::WeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, NormalizeMethod) == 0x000014, "Member 'FRBFParams::NormalizeMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianReference) == 0x000018, "Member 'FRBFParams::MedianReference' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMin) == 0x000024, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMax) == 0x000028, "Member 'FRBFParams::MedianMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDriverTransform \ static_assert(alignof(FPoseDriverTransform) == 0x000004, "Wrong alignment on FPoseDriverTransform"); \ static_assert(sizeof(FPoseDriverTransform) == 0x000018, "Wrong size on FPoseDriverTransform"); \ static_assert(offsetof(FPoseDriverTransform, TargetTranslation) == 0x000000, "Member 'FPoseDriverTransform::TargetTranslation' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTransform, TargetRotation) == 0x00000C, "Member 'FPoseDriverTransform::TargetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDriverTarget \ static_assert(alignof(FPoseDriverTarget) == 0x000008, "Wrong alignment on FPoseDriverTarget"); \ static_assert(sizeof(FPoseDriverTarget) == 0x0000C0, "Wrong size on FPoseDriverTarget"); \ static_assert(offsetof(FPoseDriverTarget, BoneTransforms) == 0x000000, "Member 'FPoseDriverTarget::BoneTransforms' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, TargetRotation) == 0x000010, "Member 'FPoseDriverTarget::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, TargetScale) == 0x00001C, "Member 'FPoseDriverTarget::TargetScale' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, DistanceMethod) == 0x000020, "Member 'FPoseDriverTarget::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, FunctionType) == 0x000021, "Member 'FPoseDriverTarget::FunctionType' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, bApplyCustomCurve) == 0x000022, "Member 'FPoseDriverTarget::bApplyCustomCurve' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, CustomCurve) == 0x000028, "Member 'FPoseDriverTarget::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, DrivenName) == 0x0000A8, "Member 'FPoseDriverTarget::DrivenName' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, bIsHidden) == 0x0000B8, "Member 'FPoseDriverTarget::bIsHidden' 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) == 0x000168, "Wrong size on FAnimNode_PoseDriver"); \ static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000080, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x000090, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000A0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000B0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x0000F0, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x000100, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x00012C, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x00012D, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000130, "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_FAnimNode_RandomPlayer \ static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000070, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_RefPose \ static_assert(alignof(FAnimNode_RefPose) == 0x000008, "Wrong alignment on FAnimNode_RefPose"); \ static_assert(sizeof(FAnimNode_RefPose) == 0x000018, "Wrong size on FAnimNode_RefPose"); \ static_assert(offsetof(FAnimNode_RefPose, RefPoseType) == 0x000010, "Member 'FAnimNode_RefPose::RefPoseType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ResetRoot \ static_assert(alignof(FAnimNode_ResetRoot) == 0x000008, "Wrong alignment on FAnimNode_ResetRoot"); \ static_assert(sizeof(FAnimNode_ResetRoot) == 0x0000D8, "Wrong size on FAnimNode_ResetRoot"); \ #define DUMPER7_ASSERTS_FSimSpaceSettings \ static_assert(alignof(FSimSpaceSettings) == 0x000004, "Wrong alignment on FSimSpaceSettings"); \ static_assert(sizeof(FSimSpaceSettings) == 0x000040, "Wrong size on FSimSpaceSettings"); \ static_assert(offsetof(FSimSpaceSettings, MasterAlpha) == 0x000000, "Member 'FSimSpaceSettings::MasterAlpha' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x000008, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000010, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearDrag) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDrag' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearDragV) == 0x00001C, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000028, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000034, "Member 'FSimSpaceSettings::ExternalAngularVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RigidBody \ static_assert(alignof(FAnimNode_RigidBody) == 0x000010, "Wrong alignment on FAnimNode_RigidBody"); \ static_assert(sizeof(FAnimNode_RigidBody) == 0x000830, "Wrong size on FAnimNode_RigidBody"); \ static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000C8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000168, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000174, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000180, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x00018C, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000198, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x0001A4, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0001E4, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0001E8, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x0001F8, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x0001F9, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x0001FA, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x000200, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000204, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotateRootBone \ static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000A0, "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!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ static_assert(sizeof(FAnimNode_RotationMultiplier) == 0x0000F0, "Wrong size on FAnimNode_RotationMultiplier"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, TargetBone) == 0x0000C8, "Member 'FAnimNode_RotationMultiplier::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, SourceBone) == 0x0000D8, "Member 'FAnimNode_RotationMultiplier::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, Multiplier) == 0x0000E8, "Member 'FAnimNode_RotationMultiplier::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, RotationAxisToRefer) == 0x0000EC, "Member 'FAnimNode_RotationMultiplier::RotationAxisToRefer' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, bIsAdditive) == 0x0000ED, "Member 'FAnimNode_RotationMultiplier::bIsAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpace \ static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x000190, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x0000E8, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x0000F8, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x0000FC, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000100, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000108, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x000150, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x000158, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x00018C, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x00018D, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ScaleChainLength \ static_assert(alignof(FAnimNode_ScaleChainLength) == 0x000008, "Wrong alignment on FAnimNode_ScaleChainLength"); \ static_assert(sizeof(FAnimNode_ScaleChainLength) == 0x000078, "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) == 0x000044, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000050, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000060, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SplineIK \ static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ static_assert(sizeof(FAnimNode_SplineIK) == 0x000270, "Wrong size on FAnimNode_SplineIK"); \ static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000C8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000D8, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x0000E8, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x0000E9, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x0000EC, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x0000F0, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000100, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x000104, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000108, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000110, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000140, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x000144, "Member 'FAnimNode_SplineIK::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_SpringBone \ static_assert(alignof(FAnimNode_SpringBone) == 0x000008, "Wrong alignment on FAnimNode_SpringBone"); \ static_assert(sizeof(FAnimNode_SpringBone) == 0x000128, "Wrong size on FAnimNode_SpringBone"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000C8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000D8, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x0000DC, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000E4, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_StateResult \ static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ static_assert(sizeof(FAnimNode_StateResult) == 0x000030, "Wrong size on FAnimNode_StateResult"); \ #define DUMPER7_ASSERTS_FRotationLimit \ static_assert(alignof(FRotationLimit) == 0x000004, "Wrong alignment on FRotationLimit"); \ static_assert(sizeof(FRotationLimit) == 0x000018, "Wrong size on FRotationLimit"); \ static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ static_assert(offsetof(FRotationLimit, LimitMax) == 0x00000C, "Member 'FRotationLimit::LimitMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Trail \ static_assert(alignof(FAnimNode_Trail) == 0x000010, "Wrong alignment on FAnimNode_Trail"); \ static_assert(sizeof(FAnimNode_Trail) == 0x000260, "Wrong size on FAnimNode_Trail"); \ static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000100, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000110, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000114, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x000118, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x00011C, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000120, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001A8, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x0001D8, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x0001E8, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x0001F8, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000208, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x00020C, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000218, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000228, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReferenceBoneFrame \ static_assert(alignof(FReferenceBoneFrame) == 0x000004, "Wrong alignment on FReferenceBoneFrame"); \ static_assert(sizeof(FReferenceBoneFrame) == 0x000020, "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) == 0x000138, "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) == 0x0000E8, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000108, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000118, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x00011C, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000120, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, Curve) == 0x000124, "Member 'FAnimNode_TwistCorrectiveNode::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x0001E0, "Wrong size on FAnimNode_TwoBoneIK"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000C8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000D8, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x0000DC, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x0000F0, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x000150, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x000160, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x0001C0, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x0001D0, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x0001D1, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TwoWayBlend \ static_assert(alignof(FAnimNode_TwoWayBlend) == 0x000008, "Wrong alignment on FAnimNode_TwoWayBlend"); \ static_assert(sizeof(FAnimNode_TwoWayBlend) == 0x0000C8, "Wrong size on FAnimNode_TwoWayBlend"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, A) == 0x000010, "Member 'FAnimNode_TwoWayBlend::A' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, B) == 0x000020, "Member 'FAnimNode_TwoWayBlend::B' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaInputType) == 0x000030, "Member 'FAnimNode_TwoWayBlend::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, Alpha) == 0x000034, "Member 'FAnimNode_TwoWayBlend::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBias) == 0x000038, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_TwoWayBlend::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaCurveName) == 0x000088, "Member 'FAnimNode_TwoWayBlend::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSequencerInstanceProxy \ static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000A10, "Wrong size on FAnimSequencerInstanceProxy"); \ #define DUMPER7_ASSERTS_FPositionHistory \ static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAnimNotify_PlayMontageNotify \ static_assert(alignof(UAnimNotify_PlayMontageNotify) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotify"); \ static_assert(sizeof(UAnimNotify_PlayMontageNotify) == 0x000040, "Wrong size on UAnimNotify_PlayMontageNotify"); \ static_assert(offsetof(UAnimNotify_PlayMontageNotify, NotifyName) == 0x000038, "Member 'UAnimNotify_PlayMontageNotify::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotifyWindow \ static_assert(alignof(UAnimNotify_PlayMontageNotifyWindow) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotifyWindow"); \ static_assert(sizeof(UAnimNotify_PlayMontageNotifyWindow) == 0x000038, "Wrong size on UAnimNotify_PlayMontageNotifyWindow"); \ static_assert(offsetof(UAnimNotify_PlayMontageNotifyWindow, NotifyName) == 0x000030, "Member 'UAnimNotify_PlayMontageNotifyWindow::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequencerInstance \ static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ static_assert(sizeof(UAnimSequencerInstance) == 0x0002C0, "Wrong size on UAnimSequencerInstance"); \ #define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory \ static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000050, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, Position) == 0x000004, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::Position' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, History) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::History' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, NumberOfSamples) == 0x000040, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::NumberOfSamples' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMin) == 0x000044, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMin' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMax) == 0x000048, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMax' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, ReturnValue) == 0x00004C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromSockets \ static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000100, "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) == 0x000024, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::OffsetInBoneSpace' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, History) == 0x000030, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::History' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, NumberOfSamples) == 0x000060, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::NumberOfSamples' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMin) == 0x000064, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMin' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMax) == 0x000068, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMax' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, EasingType) == 0x00006C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::EasingType' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, CustomCurve) == 0x000070, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReturnValue) == 0x0000F8, "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) == 0x000028, "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) == 0x000090, "Wrong size on KismetAnimationLibrary_K2_LookAt"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, CurrentTransform) == 0x000000, "Member 'KismetAnimationLibrary_K2_LookAt::CurrentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, TargetPosition) == 0x000030, "Member 'KismetAnimationLibrary_K2_LookAt::TargetPosition' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, LookAtVector) == 0x00003C, "Member 'KismetAnimationLibrary_K2_LookAt::LookAtVector' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, bUseUpVector) == 0x000048, "Member 'KismetAnimationLibrary_K2_LookAt::bUseUpVector' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, UpVector) == 0x00004C, "Member 'KismetAnimationLibrary_K2_LookAt::UpVector' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ClampConeInDegree) == 0x000058, "Member 'KismetAnimationLibrary_K2_LookAt::ClampConeInDegree' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ReturnValue) == 0x000060, "Member 'KismetAnimationLibrary_K2_LookAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap \ static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000010, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, Value) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::Value' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMin) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMin' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMax) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMax' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, ReturnValue) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap \ static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000030, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, X) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::X' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Y) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Y' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Z) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Z' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinX) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinX' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxX) == 0x000010, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxX' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinY) == 0x000014, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinY' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxY) == 0x000018, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxY' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinZ) == 0x00001C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinZ' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxZ) == 0x000020, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxZ' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, ReturnValue) == 0x000024, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_TwoBoneIK \ static_assert(alignof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_TwoBoneIK"); \ static_assert(sizeof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000060, "Wrong size on KismetAnimationLibrary_K2_TwoBoneIK"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, RootPos) == 0x000000, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::RootPos' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointPos) == 0x00000C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointPos' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, EndPos) == 0x000018, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::EndPos' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointTarget) == 0x000024, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointTarget' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, Effector) == 0x000030, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::Effector' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutJointPos) == 0x00003C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutJointPos' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutEndPos) == 0x000048, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutEndPos' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, bAllowStretching) == 0x000054, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::bAllowStretching' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, StartStretchRatio) == 0x000058, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, MaxStretchScale) == 0x00005C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetAnimationLibrary \ static_assert(alignof(UKismetAnimationLibrary) == 0x000008, "Wrong alignment on UKismetAnimationLibrary"); \ static_assert(sizeof(UKismetAnimationLibrary) == 0x000028, "Wrong size on UKismetAnimationLibrary"); \ #define DUMPER7_ASSERTS_PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ static_assert(alignof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ static_assert(sizeof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000028, "Wrong size on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, InSkeletalMeshComponent) == 0x000000, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::InSkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, MontageToPlay) == 0x000008, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, PlayRate) == 0x000010, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingPosition) == 0x000014, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingSection) == 0x000018, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingSection' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReturnValue) == 0x000020, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageBlendingOut \ static_assert(alignof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ static_assert(sizeof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageEnded \ static_assert(alignof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageEnded"); \ static_assert(sizeof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageEnded"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageEnded::Montage' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyBeginReceived \ static_assert(alignof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyEndReceived \ static_assert(alignof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayMontageCallbackProxy \ static_assert(alignof(UPlayMontageCallbackProxy) == 0x000008, "Wrong alignment on UPlayMontageCallbackProxy"); \ static_assert(sizeof(UPlayMontageCallbackProxy) == 0x0000A8, "Wrong size on UPlayMontageCallbackProxy"); \ static_assert(offsetof(UPlayMontageCallbackProxy, OnCompleted) == 0x000028, "Member 'UPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UPlayMontageCallbackProxy, OnBlendOut) == 0x000038, "Member 'UPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ static_assert(offsetof(UPlayMontageCallbackProxy, OnInterrupted) == 0x000048, "Member 'UPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyBegin) == 0x000058, "Member 'UPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyEnd) == 0x000068, "Member 'UPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISequencerAnimationSupport \ static_assert(alignof(ISequencerAnimationSupport) == 0x000001, "Wrong alignment on ISequencerAnimationSupport"); \ static_assert(sizeof(ISequencerAnimationSupport) == 0x000001, "Wrong size on ISequencerAnimationSupport"); \ #define DUMPER7_ASSERTS_FCameraLookatTrackingSettings \ static_assert(alignof(FCameraLookatTrackingSettings) == 0x000008, "Wrong alignment on FCameraLookatTrackingSettings"); \ static_assert(sizeof(FCameraLookatTrackingSettings) == 0x000050, "Wrong size on FCameraLookatTrackingSettings"); \ static_assert(offsetof(FCameraLookatTrackingSettings, LookAtTrackingInterpSpeed) == 0x000004, "Member 'FCameraLookatTrackingSettings::LookAtTrackingInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraLookatTrackingSettings, ActorToTrack) == 0x000018, "Member 'FCameraLookatTrackingSettings::ActorToTrack' has a wrong offset!"); \ static_assert(offsetof(FCameraLookatTrackingSettings, RelativeOffset) == 0x000040, "Member 'FCameraLookatTrackingSettings::RelativeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraTrackingFocusSettings \ static_assert(alignof(FCameraTrackingFocusSettings) == 0x000008, "Wrong alignment on FCameraTrackingFocusSettings"); \ static_assert(sizeof(FCameraTrackingFocusSettings) == 0x000038, "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) == 0x000058, "Wrong size on FCameraFocusSettings"); \ static_assert(offsetof(FCameraFocusSettings, FocusMethod) == 0x000000, "Member 'FCameraFocusSettings::FocusMethod' has a wrong offset!"); \ static_assert(offsetof(FCameraFocusSettings, ManualFocusDistance) == 0x000004, "Member 'FCameraFocusSettings::ManualFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraFocusSettings, TrackingFocusSettings) == 0x000008, "Member 'FCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ static_assert(offsetof(FCameraFocusSettings, DebugFocusPlaneColor) == 0x000044, "Member 'FCameraFocusSettings::DebugFocusPlaneColor' has a wrong offset!"); \ static_assert(offsetof(FCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x00004C, "Member 'FCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraFocusSettings, FocusOffset) == 0x000050, "Member 'FCameraFocusSettings::FocusOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraLensSettings \ static_assert(alignof(FCameraLensSettings) == 0x000004, "Wrong alignment on FCameraLensSettings"); \ static_assert(sizeof(FCameraLensSettings) == 0x000018, "Wrong size on FCameraLensSettings"); \ static_assert(offsetof(FCameraLensSettings, MinFocalLength) == 0x000000, "Member 'FCameraLensSettings::MinFocalLength' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MaxFocalLength) == 0x000004, "Member 'FCameraLensSettings::MaxFocalLength' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MinFStop) == 0x000008, "Member 'FCameraLensSettings::MinFStop' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MaxFStop) == 0x00000C, "Member 'FCameraLensSettings::MaxFStop' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MinimumFocusDistance) == 0x000010, "Member 'FCameraLensSettings::MinimumFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000014, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedLensPreset \ static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ static_assert(sizeof(FNamedLensPreset) == 0x000028, "Wrong size on FNamedLensPreset"); \ static_assert(offsetof(FNamedLensPreset, Name) == 0x000000, "Member 'FNamedLensPreset::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedLensPreset, LensSettings) == 0x000010, "Member 'FNamedLensPreset::LensSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraFilmbackSettings \ static_assert(alignof(FCameraFilmbackSettings) == 0x000004, "Wrong alignment on FCameraFilmbackSettings"); \ static_assert(sizeof(FCameraFilmbackSettings) == 0x00000C, "Wrong size on FCameraFilmbackSettings"); \ static_assert(offsetof(FCameraFilmbackSettings, SensorWidth) == 0x000000, "Member 'FCameraFilmbackSettings::SensorWidth' has a wrong offset!"); \ static_assert(offsetof(FCameraFilmbackSettings, SensorHeight) == 0x000004, "Member 'FCameraFilmbackSettings::SensorHeight' has a wrong offset!"); \ static_assert(offsetof(FCameraFilmbackSettings, SensorAspectRatio) == 0x000008, "Member 'FCameraFilmbackSettings::SensorAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedFilmbackPreset \ static_assert(alignof(FNamedFilmbackPreset) == 0x000008, "Wrong alignment on FNamedFilmbackPreset"); \ static_assert(sizeof(FNamedFilmbackPreset) == 0x000020, "Wrong size on FNamedFilmbackPreset"); \ static_assert(offsetof(FNamedFilmbackPreset, Name) == 0x000000, "Member 'FNamedFilmbackPreset::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedFilmbackPreset, FilmbackSettings) == 0x000010, "Member 'FNamedFilmbackPreset::FilmbackSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraRig_Crane \ static_assert(alignof(ACameraRig_Crane) == 0x000008, "Wrong alignment on ACameraRig_Crane"); \ static_assert(sizeof(ACameraRig_Crane) == 0x000250, "Wrong size on ACameraRig_Crane"); \ static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000220, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x000224, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000228, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x00022C, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x00022D, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000230, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x000238, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x000240, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x000248, "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) == 0x000240, "Wrong size on ACameraRig_Rail"); \ static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000220, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x000224, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000228, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000230, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x000238, "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) == 0x000810, "Wrong size on ACineCameraActor"); \ static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x0007B0, "Member 'ACineCameraActor::LookatTrackingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetsCopy \ static_assert(alignof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetsCopy"); \ static_assert(sizeof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetsCopy"); \ static_assert(offsetof(CineCameraComponent_GetFilmbackPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetsCopy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetsCopy \ static_assert(alignof(CineCameraComponent_GetLensPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetsCopy"); \ static_assert(sizeof(CineCameraComponent_GetLensPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetsCopy"); \ static_assert(offsetof(CineCameraComponent_GetLensPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetsCopy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentFocalLength \ static_assert(alignof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentFocalLength"); \ static_assert(sizeof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentFocalLength"); \ static_assert(offsetof(CineCameraComponent_SetCurrentFocalLength, InFocalLength) == 0x000000, "Member 'CineCameraComponent_SetCurrentFocalLength::InFocalLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_SetFilmbackPresetByName \ static_assert(alignof(CineCameraComponent_SetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetFilmbackPresetByName"); \ static_assert(sizeof(CineCameraComponent_SetFilmbackPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetFilmbackPresetByName"); \ static_assert(offsetof(CineCameraComponent_SetFilmbackPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetFilmbackPresetByName::InPresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_SetLensPresetByName \ static_assert(alignof(CineCameraComponent_SetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetLensPresetByName"); \ static_assert(sizeof(CineCameraComponent_SetLensPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetLensPresetByName"); \ static_assert(offsetof(CineCameraComponent_SetLensPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetLensPresetByName::InPresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetDefaultFilmbackPresetName \ static_assert(alignof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetDefaultFilmbackPresetName"); \ static_assert(sizeof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetDefaultFilmbackPresetName"); \ static_assert(offsetof(CineCameraComponent_GetDefaultFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetDefaultFilmbackPresetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetName \ static_assert(alignof(CineCameraComponent_GetFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetName"); \ static_assert(sizeof(CineCameraComponent_GetFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetName"); \ static_assert(offsetof(CineCameraComponent_GetFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalFieldOfView \ static_assert(alignof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalFieldOfView"); \ static_assert(sizeof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalFieldOfView"); \ static_assert(offsetof(CineCameraComponent_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetName \ static_assert(alignof(CineCameraComponent_GetLensPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetName"); \ static_assert(sizeof(CineCameraComponent_GetLensPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetName"); \ static_assert(offsetof(CineCameraComponent_GetLensPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CineCameraComponent_GetVerticalFieldOfView \ static_assert(alignof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetVerticalFieldOfView"); \ static_assert(sizeof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetVerticalFieldOfView"); \ static_assert(offsetof(CineCameraComponent_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCineCameraComponent \ static_assert(alignof(UCineCameraComponent) == 0x000010, "Wrong alignment on UCineCameraComponent"); \ static_assert(sizeof(UCineCameraComponent) == 0x0008D0, "Wrong size on UCineCameraComponent"); \ static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x0007D0, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, Filmback) == 0x0007DC, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x0007E8, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000800, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000858, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x00085C, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000860, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000870, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000880, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000890, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x0008A0, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x0008B0, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x0008C0, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x0008C4, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTagAndValue \ static_assert(alignof(FTagAndValue) == 0x000008, "Wrong alignment on FTagAndValue"); \ static_assert(sizeof(FTagAndValue) == 0x000018, "Wrong size on FTagAndValue"); \ static_assert(offsetof(FTagAndValue, Tag) == 0x000000, "Member 'FTagAndValue::Tag' has a wrong offset!"); \ static_assert(offsetof(FTagAndValue, Value) == 0x000008, "Member 'FTagAndValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetRegistryDependencyOptions \ static_assert(alignof(FAssetRegistryDependencyOptions) == 0x000001, "Wrong alignment on FAssetRegistryDependencyOptions"); \ static_assert(sizeof(FAssetRegistryDependencyOptions) == 0x000005, "Wrong size on FAssetRegistryDependencyOptions"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftPackageReferences) == 0x000000, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftPackageReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardPackageReferences) == 0x000001, "Member 'FAssetRegistryDependencyOptions::bIncludeHardPackageReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSearchableNames) == 0x000002, "Member 'FAssetRegistryDependencyOptions::bIncludeSearchableNames' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftManagementReferences) == 0x000003, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftManagementReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardManagementReferences) == 0x000004, "Member 'FAssetRegistryDependencyOptions::bIncludeHardManagementReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetRegistryImpl \ static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ static_assert(sizeof(UAssetRegistryImpl) == 0x000850, "Wrong size on UAssetRegistryImpl"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000070, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_GetAsset"); \ static_assert(offsetof(AssetRegistryHelpers_GetAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetAsset::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000068, "Wrong size on AssetRegistryHelpers_GetClass"); \ static_assert(offsetof(AssetRegistryHelpers_GetClass, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetClass::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetClass, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetExportTextName \ static_assert(alignof(AssetRegistryHelpers_GetExportTextName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetExportTextName"); \ static_assert(sizeof(AssetRegistryHelpers_GetExportTextName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetExportTextName"); \ static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetExportTextName::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetExportTextName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetFullName \ static_assert(alignof(AssetRegistryHelpers_GetFullName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetFullName"); \ static_assert(sizeof(AssetRegistryHelpers_GetFullName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetFullName"); \ static_assert(offsetof(AssetRegistryHelpers_GetFullName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetFullName::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetFullName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetTagValue \ static_assert(alignof(AssetRegistryHelpers_GetTagValue) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagValue"); \ static_assert(sizeof(AssetRegistryHelpers_GetTagValue) == 0x000080, "Wrong size on AssetRegistryHelpers_GetTagValue"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagValue::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InTagName) == 0x000060, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetTagValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsAssetLoaded \ static_assert(alignof(AssetRegistryHelpers_IsAssetLoaded) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsAssetLoaded"); \ static_assert(sizeof(AssetRegistryHelpers_IsAssetLoaded) == 0x000068, "Wrong size on AssetRegistryHelpers_IsAssetLoaded"); \ static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsAssetLoaded::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsAssetLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsRedirector \ static_assert(alignof(AssetRegistryHelpers_IsRedirector) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsRedirector"); \ static_assert(sizeof(AssetRegistryHelpers_IsRedirector) == 0x000068, "Wrong size on AssetRegistryHelpers_IsRedirector"); \ static_assert(offsetof(AssetRegistryHelpers_IsRedirector, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsRedirector::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsRedirector, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsRedirector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsUAsset \ static_assert(alignof(AssetRegistryHelpers_IsUAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsUAsset"); \ static_assert(sizeof(AssetRegistryHelpers_IsUAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_IsUAsset"); \ static_assert(offsetof(AssetRegistryHelpers_IsUAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsUAsset::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsUAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsUAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsValid \ static_assert(alignof(AssetRegistryHelpers_IsValid) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsValid"); \ static_assert(sizeof(AssetRegistryHelpers_IsValid) == 0x000068, "Wrong size on AssetRegistryHelpers_IsValid"); \ static_assert(offsetof(AssetRegistryHelpers_IsValid, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsValid::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsValid, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0001F0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x0000F0, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000100, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000078, "Wrong size on AssetRegistryHelpers_ToSoftObjectPath"); \ static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_ToSoftObjectPath::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_ToSoftObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetRegistryHelpers \ static_assert(alignof(UAssetRegistryHelpers) == 0x000008, "Wrong alignment on UAssetRegistryHelpers"); \ static_assert(sizeof(UAssetRegistryHelpers) == 0x000028, "Wrong size on UAssetRegistryHelpers"); \ #define DUMPER7_ASSERTS_AssetRegistry_PrioritizeSearchPath \ static_assert(alignof(AssetRegistry_PrioritizeSearchPath) == 0x000008, "Wrong alignment on AssetRegistry_PrioritizeSearchPath"); \ static_assert(sizeof(AssetRegistry_PrioritizeSearchPath) == 0x000010, "Wrong size on AssetRegistry_PrioritizeSearchPath"); \ static_assert(offsetof(AssetRegistry_PrioritizeSearchPath, PathToPrioritize) == 0x000000, "Member 'AssetRegistry_PrioritizeSearchPath::PathToPrioritize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanFilesSynchronous \ static_assert(alignof(AssetRegistry_ScanFilesSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanFilesSynchronous"); \ static_assert(sizeof(AssetRegistry_ScanFilesSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanFilesSynchronous"); \ static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanFilesSynchronous::InFilePaths' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanFilesSynchronous::bForceRescan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanModifiedAssetFiles \ static_assert(alignof(AssetRegistry_ScanModifiedAssetFiles) == 0x000008, "Wrong alignment on AssetRegistry_ScanModifiedAssetFiles"); \ static_assert(sizeof(AssetRegistry_ScanModifiedAssetFiles) == 0x000010, "Wrong size on AssetRegistry_ScanModifiedAssetFiles"); \ static_assert(offsetof(AssetRegistry_ScanModifiedAssetFiles, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanModifiedAssetFiles::InFilePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanPathsSynchronous \ static_assert(alignof(AssetRegistry_ScanPathsSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanPathsSynchronous"); \ static_assert(sizeof(AssetRegistry_ScanPathsSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanPathsSynchronous"); \ static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, InPaths) == 0x000000, "Member 'AssetRegistry_ScanPathsSynchronous::InPaths' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanPathsSynchronous::bForceRescan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_SearchAllAssets \ static_assert(alignof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_SearchAllAssets"); \ static_assert(sizeof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_SearchAllAssets"); \ static_assert(offsetof(AssetRegistry_SearchAllAssets, bSynchronousSearch) == 0x000000, "Member 'AssetRegistry_SearchAllAssets::bSynchronousSearch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAllAssets \ static_assert(alignof(AssetRegistry_GetAllAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAllAssets"); \ static_assert(sizeof(AssetRegistry_GetAllAssets) == 0x000018, "Wrong size on AssetRegistry_GetAllAssets"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, OutAssetData) == 0x000000, "Member 'AssetRegistry_GetAllAssets::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'AssetRegistry_GetAllAssets::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, ReturnValue) == 0x000011, "Member 'AssetRegistry_GetAllAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAllCachedPaths \ static_assert(alignof(AssetRegistry_GetAllCachedPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAllCachedPaths"); \ static_assert(sizeof(AssetRegistry_GetAllCachedPaths) == 0x000010, "Wrong size on AssetRegistry_GetAllCachedPaths"); \ static_assert(offsetof(AssetRegistry_GetAllCachedPaths, OutPathList) == 0x000000, "Member 'AssetRegistry_GetAllCachedPaths::OutPathList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetByObjectPath \ static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000070, "Wrong size on AssetRegistry_GetAssetByObjectPath"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000008, "Member 'AssetRegistry_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ReturnValue) == 0x000010, "Member 'AssetRegistry_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssets \ static_assert(alignof(AssetRegistry_GetAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAssets"); \ static_assert(sizeof(AssetRegistry_GetAssets) == 0x000108, "Wrong size on AssetRegistry_GetAssets"); \ static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x0000F0, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000100, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByClass"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000018, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPackageName \ static_assert(alignof(AssetRegistry_GetAssetsByPackageName) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPackageName"); \ static_assert(sizeof(AssetRegistry_GetAssetsByPackageName) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPackageName"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, PackageName) == 0x000000, "Member 'AssetRegistry_GetAssetsByPackageName::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000018, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByPackageName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPath \ static_assert(alignof(AssetRegistry_GetAssetsByPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPath"); \ static_assert(sizeof(AssetRegistry_GetAssetsByPath) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPath"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, PackagePath) == 0x000000, "Member 'AssetRegistry_GetAssetsByPath::PackagePath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000018, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_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_K2_GetDependencies \ static_assert(alignof(AssetRegistry_K2_GetDependencies) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetDependencies"); \ static_assert(sizeof(AssetRegistry_K2_GetDependencies) == 0x000028, "Wrong size on AssetRegistry_K2_GetDependencies"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetDependencies::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, DependencyOptions) == 0x000008, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000010, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetDependencies::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_K2_GetReferencers \ static_assert(alignof(AssetRegistry_K2_GetReferencers) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetReferencers"); \ static_assert(sizeof(AssetRegistry_K2_GetReferencers) == 0x000028, "Wrong size on AssetRegistry_K2_GetReferencers"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetReferencers::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReferenceOptions) == 0x000008, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000010, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetReferencers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_RunAssetsThroughFilter \ static_assert(alignof(AssetRegistry_RunAssetsThroughFilter) == 0x000008, "Wrong alignment on AssetRegistry_RunAssetsThroughFilter"); \ static_assert(sizeof(AssetRegistry_RunAssetsThroughFilter) == 0x000100, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000100, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAssetRegistry \ static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline \ static_assert(alignof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline"); \ static_assert(sizeof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline) == 0x000090, "Wrong size on HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, EntryPoint) == 0x000000, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000008, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_Owner_1) == 0x000010, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_OwnerController_1) == 0x000018, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_AsFGJump_Spline_Component) == 0x000028, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_AsFGJump_Spline_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_AsFGAICharacter) == 0x000038, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_Owner) == 0x000048, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_OwnerController) == 0x000050, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_ControlledPawn) == 0x000058, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_Event_Result) == 0x000060, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_Event_Result' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, CallFunc_GetWorldStateValueAsObject_ReturnValue_1) == 0x000068, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::CallFunc_GetWorldStateValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_AsFGAICharacter_1) == 0x000070, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_AsFGJump_Spline_Component_1) == 0x000080, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_AsFGJump_Spline_Component_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000089, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ExecuteUbergraph_HTNDecorator_ScopeOcuppyJumpSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished \ static_assert(alignof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished"); \ static_assert(sizeof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished) == 0x000020, "Wrong size on HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished, Owner) == 0x000000, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished, OwnerController) == 0x000008, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished, Result) == 0x000018, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionFinished::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted \ static_assert(alignof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted) == 0x000008, "Wrong alignment on HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted"); \ static_assert(sizeof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted) == 0x000018, "Wrong size on HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted, Owner) == 0x000000, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted, OwnerController) == 0x000008, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeOcuppyJumpSpline_C_ReceiveOnPlanExecutionStarted::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_ScopeOcuppyJumpSpline_C \ static_assert(alignof(UHTNDecorator_ScopeOcuppyJumpSpline_C) == 0x000008, "Wrong alignment on UHTNDecorator_ScopeOcuppyJumpSpline_C"); \ static_assert(sizeof(UHTNDecorator_ScopeOcuppyJumpSpline_C) == 0x0000B8, "Wrong size on UHTNDecorator_ScopeOcuppyJumpSpline_C"); \ static_assert(offsetof(UHTNDecorator_ScopeOcuppyJumpSpline_C, UberGraphFrame) == 0x000088, "Member 'UHTNDecorator_ScopeOcuppyJumpSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeOcuppyJumpSpline_C, JumpSpline) == 0x000090, "Member 'UHTNDecorator_ScopeOcuppyJumpSpline_C::JumpSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTag \ static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ static_assert(sizeof(FGameplayTag) == 0x000008, "Wrong size on FGameplayTag"); \ static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagQuery \ static_assert(alignof(FGameplayTagQuery) == 0x000008, "Wrong alignment on FGameplayTagQuery"); \ static_assert(sizeof(FGameplayTagQuery) == 0x000048, "Wrong size on FGameplayTagQuery"); \ static_assert(offsetof(FGameplayTagQuery, TokenStreamVersion) == 0x000000, "Member 'FGameplayTagQuery::TokenStreamVersion' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, TagDictionary) == 0x000008, "Member 'FGameplayTagQuery::TagDictionary' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, QueryTokenStream) == 0x000018, "Member 'FGameplayTagQuery::QueryTokenStream' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, UserDescription) == 0x000028, "Member 'FGameplayTagQuery::UserDescription' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, AutoDescription) == 0x000038, "Member 'FGameplayTagQuery::AutoDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagCreationWidgetHelper \ static_assert(alignof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong alignment on FGameplayTagCreationWidgetHelper"); \ static_assert(sizeof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong size on FGameplayTagCreationWidgetHelper"); \ #define DUMPER7_ASSERTS_FGameplayTagReferenceHelper \ static_assert(alignof(FGameplayTagReferenceHelper) == 0x000008, "Wrong alignment on FGameplayTagReferenceHelper"); \ static_assert(sizeof(FGameplayTagReferenceHelper) == 0x000010, "Wrong size on FGameplayTagReferenceHelper"); \ #define DUMPER7_ASSERTS_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_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_FGameplayTagNode \ static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ #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_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_FRestrictedConfigInfo \ static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagCategoryRemap \ static_assert(alignof(FGameplayTagCategoryRemap) == 0x000008, "Wrong alignment on FGameplayTagCategoryRemap"); \ static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGameplayTagCategoryRemap"); \ static_assert(offsetof(FGameplayTagCategoryRemap, BaseCategory) == 0x000000, "Member 'FGameplayTagCategoryRemap::BaseCategory' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagCategoryRemap, RemapCategories) == 0x000010, "Member 'FGameplayTagCategoryRemap::RemapCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AddGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_AddGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AppendGameplayTagContainers \ static_assert(alignof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InOutTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InOutTagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InTagContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_BreakGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTags) == 0x000020, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000070, "Wrong size on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagQuery) == 0x000020, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, ReturnValue) == 0x000068, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag \ static_assert(alignof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::TagContainerInterface' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, Tag) == 0x000010, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, B) == 0x000008, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, WorldContextObject) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, ActorClass) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::ActorClass' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, GameplayTagQuery) == 0x000010, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::GameplayTagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, OutActors) == 0x000058, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000018, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetTagName \ static_assert(alignof(BlueprintGameplayTagLibrary_GetTagName) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_GetTagName"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetTagName) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_GetTagName"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetTagName::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetTagName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::TagContainerInterface' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, OtherContainer) == 0x000010, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAllTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAllTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAllTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAllTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAnyTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAnyTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAnyTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasTag \ static_assert(alignof(BlueprintGameplayTagLibrary_HasTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_HasTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_HasTag::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_HasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsGameplayTagValid \ static_assert(alignof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x00000C, "Wrong size on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsTagQueryEmpty \ static_assert(alignof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000050, "Wrong size on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, GameplayTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, SingleTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::SingleTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000090, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesAnyTags \ static_assert(alignof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::TagOne' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, OtherContainer) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_MatchesTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagOne' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagTwo) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagTwo' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, bExactMatch) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MatchesTag::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, ReturnValue) == 0x000011, "Member 'BlueprintGameplayTagLibrary_MatchesTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, B) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagTag \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, B) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::B' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_RemoveGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, ReturnValue) == 0x000028, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintGameplayTagLibrary \ static_assert(alignof(UBlueprintGameplayTagLibrary) == 0x000008, "Wrong alignment on UBlueprintGameplayTagLibrary"); \ static_assert(sizeof(UBlueprintGameplayTagLibrary) == 0x000028, "Wrong size on UBlueprintGameplayTagLibrary"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_GetOwnedGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000020, "Wrong size on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_GetOwnedGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_GetOwnedGameplayTags::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAllMatchingGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAnyMatchingGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasMatchingGameplayTag \ static_assert(alignof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x000004, "Wrong alignment on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ static_assert(sizeof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x00000C, "Wrong size on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, TagToCheck) == 0x000000, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::TagToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, ReturnValue) == 0x000008, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGameplayTagAssetInterface \ static_assert(alignof(IGameplayTagAssetInterface) == 0x000001, "Wrong alignment on IGameplayTagAssetInterface"); \ static_assert(sizeof(IGameplayTagAssetInterface) == 0x000001, "Wrong size on IGameplayTagAssetInterface"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQuery \ static_assert(alignof(UEditableGameplayTagQuery) == 0x000008, "Wrong alignment on UEditableGameplayTagQuery"); \ static_assert(sizeof(UEditableGameplayTagQuery) == 0x000098, "Wrong size on UEditableGameplayTagQuery"); \ static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000028, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000048, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000050, "Member 'UEditableGameplayTagQuery::TagQueryExportText_Helper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression \ static_assert(alignof(UEditableGameplayTagQueryExpression) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression) == 0x000028, "Wrong size on UEditableGameplayTagQueryExpression"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsManager \ static_assert(alignof(UGameplayTagsManager) == 0x000008, "Wrong alignment on UGameplayTagsManager"); \ static_assert(sizeof(UGameplayTagsManager) == 0x000240, "Wrong size on UGameplayTagsManager"); \ static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000160, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000230, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsList \ static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ static_assert(sizeof(UGameplayTagsList) == 0x000048, "Wrong size on UGameplayTagsList"); \ static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000028, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000038, "Member 'UGameplayTagsList::GameplayTagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URestrictedGameplayTagsList \ static_assert(alignof(URestrictedGameplayTagsList) == 0x000008, "Wrong alignment on URestrictedGameplayTagsList"); \ static_assert(sizeof(URestrictedGameplayTagsList) == 0x000048, "Wrong size on URestrictedGameplayTagsList"); \ static_assert(offsetof(URestrictedGameplayTagsList, ConfigFileName) == 0x000028, "Member 'URestrictedGameplayTagsList::ConfigFileName' has a wrong offset!"); \ static_assert(offsetof(URestrictedGameplayTagsList, RestrictedGameplayTagList) == 0x000038, "Member 'URestrictedGameplayTagsList::RestrictedGameplayTagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsSettings \ static_assert(alignof(UGameplayTagsSettings) == 0x000008, "Wrong alignment on UGameplayTagsSettings"); \ static_assert(sizeof(UGameplayTagsSettings) == 0x0000B8, "Wrong size on UGameplayTagsSettings"); \ static_assert(offsetof(UGameplayTagsSettings, ImportTagsFromConfig) == 0x000048, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000049, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x00004A, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x00004B, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000050, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000060, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000070, "Member 'UGameplayTagsSettings::GameplayTagTableList' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, GameplayTagRedirects) == 0x000080, "Member 'UGameplayTagsSettings::GameplayTagRedirects' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, CommonlyReplicatedTags) == 0x000090, "Member 'UGameplayTagsSettings::CommonlyReplicatedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, NumBitsForContainerSize) == 0x0000A0, "Member 'UGameplayTagsSettings::NumBitsForContainerSize' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, NetIndexFirstBitSegment) == 0x0000A4, "Member 'UGameplayTagsSettings::NetIndexFirstBitSegment' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, RestrictedConfigFiles) == 0x0000A8, "Member 'UGameplayTagsSettings::RestrictedConfigFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsDeveloperSettings \ static_assert(alignof(UGameplayTagsDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayTagsDeveloperSettings"); \ static_assert(sizeof(UGameplayTagsDeveloperSettings) == 0x000050, "Wrong size on UGameplayTagsDeveloperSettings"); \ static_assert(offsetof(UGameplayTagsDeveloperSettings, DeveloperConfigName) == 0x000038, "Member 'UGameplayTagsDeveloperSettings::DeveloperConfigName' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsDeveloperSettings, FavoriteTagSource) == 0x000048, "Member 'UGameplayTagsDeveloperSettings::FavoriteTagSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlsWidget_C_ExecuteUbergraph_ControlsWidget \ static_assert(alignof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget) == 0x000008, "Wrong alignment on ControlsWidget_C_ExecuteUbergraph_ControlsWidget"); \ static_assert(sizeof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget) == 0x0000D8, "Wrong size on ControlsWidget_C_ExecuteUbergraph_ControlsWidget"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, EntryPoint) == 0x000000, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, K2Node_Event_MyGeometry) == 0x000034, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, K2Node_Event_InDeltaTime) == 0x00006C, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_MakeLiteralText_ReturnValue) == 0x000070, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_TextToUpper_ReturnValue) == 0x000088, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000A0, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_TextToUpper_ReturnValue_1) == 0x0000B8, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_GetValue_ReturnValue) == 0x0000D0, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ExecuteUbergraph_ControlsWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'ControlsWidget_C_ExecuteUbergraph_ControlsWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlsWidget_C_Tick \ static_assert(alignof(ControlsWidget_C_Tick) == 0x000004, "Wrong alignment on ControlsWidget_C_Tick"); \ static_assert(sizeof(ControlsWidget_C_Tick) == 0x00003C, "Wrong size on ControlsWidget_C_Tick"); \ static_assert(offsetof(ControlsWidget_C_Tick, MyGeometry) == 0x000000, "Member 'ControlsWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'ControlsWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlsWidget_C_ApplyBindings \ static_assert(alignof(ControlsWidget_C_ApplyBindings) == 0x000008, "Wrong alignment on ControlsWidget_C_ApplyBindings"); \ static_assert(sizeof(ControlsWidget_C_ApplyBindings) == 0x000080, "Wrong size on ControlsWidget_C_ApplyBindings"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'ControlsWidget_C_ApplyBindings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ControlsWidget_C_ApplyBindings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'ControlsWidget_C_ApplyBindings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'ControlsWidget_C_ApplyBindings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Array_Get_Item) == 0x000028, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, K2Node_DynamicCast_AsKey_Binding_Line) == 0x000038, "Member 'ControlsWidget_C_ApplyBindings::K2Node_DynamicCast_AsKey_Binding_Line' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ControlsWidget_C_ApplyBindings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_GetAllChildren_ReturnValue_1) == 0x000048, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'ControlsWidget_C_ApplyBindings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, K2Node_DynamicCast_AsKey_Binding_Line_1) == 0x000070, "Member 'ControlsWidget_C_ApplyBindings::K2Node_DynamicCast_AsKey_Binding_Line_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ApplyBindings, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ControlsWidget_C_ApplyBindings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlsWidget_C_ReadBindings \ static_assert(alignof(ControlsWidget_C_ReadBindings) == 0x000008, "Wrong alignment on ControlsWidget_C_ReadBindings"); \ static_assert(sizeof(ControlsWidget_C_ReadBindings) == 0x000080, "Wrong size on ControlsWidget_C_ReadBindings"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'ControlsWidget_C_ReadBindings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ControlsWidget_C_ReadBindings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'ControlsWidget_C_ReadBindings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_GetMouseSensitivity_ReturnValue) == 0x000010, "Member 'ControlsWidget_C_ReadBindings::CallFunc_GetMouseSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'ControlsWidget_C_ReadBindings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'ControlsWidget_C_ReadBindings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Array_Get_Item) == 0x000030, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, K2Node_DynamicCast_AsKey_Binding_Line) == 0x000038, "Member 'ControlsWidget_C_ReadBindings::K2Node_DynamicCast_AsKey_Binding_Line' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ControlsWidget_C_ReadBindings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_GetAllChildren_ReturnValue_1) == 0x000050, "Member 'ControlsWidget_C_ReadBindings::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, K2Node_DynamicCast_AsKey_Binding_Line_1) == 0x000070, "Member 'ControlsWidget_C_ReadBindings::K2Node_DynamicCast_AsKey_Binding_Line_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ControlsWidget_C_ReadBindings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_ReadBindings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000079, "Member 'ControlsWidget_C_ReadBindings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlsWidget_C_OnKeyDown \ static_assert(alignof(ControlsWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on ControlsWidget_C_OnKeyDown"); \ static_assert(sizeof(ControlsWidget_C_OnKeyDown) == 0x000200, "Wrong size on ControlsWidget_C_OnKeyDown"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'ControlsWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'ControlsWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'ControlsWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'ControlsWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'ControlsWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'ControlsWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'ControlsWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ControlsWidget_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x0001FA, "Member 'ControlsWidget_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlsWidget_C \ static_assert(alignof(UControlsWidget_C) == 0x000008, "Wrong alignment on UControlsWidget_C"); \ static_assert(sizeof(UControlsWidget_C) == 0x000408, "Wrong size on UControlsWidget_C"); \ static_assert(offsetof(UControlsWidget_C, UberGraphFrame_ControlsWidget_C) == 0x0002C0, "Member 'UControlsWidget_C::UberGraphFrame_ControlsWidget_C' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, AltInteract1) == 0x0002C8, "Member 'UControlsWidget_C::AltInteract1' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, AltInteract2) == 0x0002D0, "Member 'UControlsWidget_C::AltInteract2' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, AltInteract3) == 0x0002D8, "Member 'UControlsWidget_C::AltInteract3' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ApplyBTN) == 0x0002E0, "Member 'UControlsWidget_C::ApplyBTN' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, BackButton) == 0x0002E8, "Member 'UControlsWidget_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, BackText) == 0x0002F0, "Member 'UControlsWidget_C::BackText' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Build) == 0x0002F8, "Member 'UControlsWidget_C::Build' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ButtonGroup1) == 0x000300, "Member 'UControlsWidget_C::ButtonGroup1' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ButtonGroup2) == 0x000308, "Member 'UControlsWidget_C::ButtonGroup2' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ButtonScrollBox) == 0x000310, "Member 'UControlsWidget_C::ButtonScrollBox' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, CaptionGlow) == 0x000318, "Member 'UControlsWidget_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, CaptionTint) == 0x000320, "Member 'UControlsWidget_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Chat) == 0x000328, "Member 'UControlsWidget_C::Chat' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Consumables) == 0x000330, "Member 'UControlsWidget_C::Consumables' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ControlsTitle) == 0x000338, "Member 'UControlsWidget_C::ControlsTitle' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Crouch) == 0x000340, "Member 'UControlsWidget_C::Crouch' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Fire) == 0x000348, "Member 'UControlsWidget_C::Fire' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, HeavyItem) == 0x000350, "Member 'UControlsWidget_C::HeavyItem' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, InspectWrist) == 0x000358, "Member 'UControlsWidget_C::InspectWrist' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Interact) == 0x000360, "Member 'UControlsWidget_C::Interact' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Inventory) == 0x000368, "Member 'UControlsWidget_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Jump) == 0x000370, "Member 'UControlsWidget_C::Jump' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Menu) == 0x000378, "Member 'UControlsWidget_C::Menu' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, MouseSensivity) == 0x000380, "Member 'UControlsWidget_C::MouseSensivity' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, MoveBackward) == 0x000388, "Member 'UControlsWidget_C::MoveBackward' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, MoveForward) == 0x000390, "Member 'UControlsWidget_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, MultiTool) == 0x000398, "Member 'UControlsWidget_C::MultiTool' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Reload) == 0x0003A0, "Member 'UControlsWidget_C::Reload' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, ResetBTN) == 0x0003A8, "Member 'UControlsWidget_C::ResetBTN' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Revolver) == 0x0003B0, "Member 'UControlsWidget_C::Revolver' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Sprint) == 0x0003B8, "Member 'UControlsWidget_C::Sprint' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, StrafeLeft) == 0x0003C0, "Member 'UControlsWidget_C::StrafeLeft' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, StrafeRight) == 0x0003C8, "Member 'UControlsWidget_C::StrafeRight' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Targeting) == 0x0003D0, "Member 'UControlsWidget_C::Targeting' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Tools) == 0x0003D8, "Member 'UControlsWidget_C::Tools' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Voice) == 0x0003E0, "Member 'UControlsWidget_C::Voice' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Weapon1) == 0x0003E8, "Member 'UControlsWidget_C::Weapon1' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Weapon2) == 0x0003F0, "Member 'UControlsWidget_C::Weapon2' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, Winch) == 0x0003F8, "Member 'UControlsWidget_C::Winch' has a wrong offset!"); \ static_assert(offsetof(UControlsWidget_C, MouseSensivityDefault) == 0x000400, "Member 'UControlsWidget_C::MouseSensivityDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlotRotator_C_ExecuteUbergraph_SlotRotator \ static_assert(alignof(SlotRotator_C_ExecuteUbergraph_SlotRotator) == 0x000004, "Wrong alignment on SlotRotator_C_ExecuteUbergraph_SlotRotator"); \ static_assert(sizeof(SlotRotator_C_ExecuteUbergraph_SlotRotator) == 0x000010, "Wrong size on SlotRotator_C_ExecuteUbergraph_SlotRotator"); \ static_assert(offsetof(SlotRotator_C_ExecuteUbergraph_SlotRotator, EntryPoint) == 0x000000, "Member 'SlotRotator_C_ExecuteUbergraph_SlotRotator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SlotRotator_C_ExecuteUbergraph_SlotRotator, K2Node_CustomEvent_RotationAngle) == 0x000004, "Member 'SlotRotator_C_ExecuteUbergraph_SlotRotator::K2Node_CustomEvent_RotationAngle' has a wrong offset!"); \ static_assert(offsetof(SlotRotator_C_ExecuteUbergraph_SlotRotator, K2Node_Event_IsDesignTime) == 0x000008, "Member 'SlotRotator_C_ExecuteUbergraph_SlotRotator::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SlotRotator_C_ExecuteUbergraph_SlotRotator, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'SlotRotator_C_ExecuteUbergraph_SlotRotator::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlotRotator_C_SetAngle \ static_assert(alignof(SlotRotator_C_SetAngle) == 0x000004, "Wrong alignment on SlotRotator_C_SetAngle"); \ static_assert(sizeof(SlotRotator_C_SetAngle) == 0x000004, "Wrong size on SlotRotator_C_SetAngle"); \ static_assert(offsetof(SlotRotator_C_SetAngle, RotationAngle_0) == 0x000000, "Member 'SlotRotator_C_SetAngle::RotationAngle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlotRotator_C_PreConstruct \ static_assert(alignof(SlotRotator_C_PreConstruct) == 0x000001, "Wrong alignment on SlotRotator_C_PreConstruct"); \ static_assert(sizeof(SlotRotator_C_PreConstruct) == 0x000001, "Wrong size on SlotRotator_C_PreConstruct"); \ static_assert(offsetof(SlotRotator_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SlotRotator_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlotRotator_C \ static_assert(alignof(USlotRotator_C) == 0x000008, "Wrong alignment on USlotRotator_C"); \ static_assert(sizeof(USlotRotator_C) == 0x000278, "Wrong size on USlotRotator_C"); \ static_assert(offsetof(USlotRotator_C, UberGraphFrame) == 0x000260, "Member 'USlotRotator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USlotRotator_C, SlotContent) == 0x000268, "Member 'USlotRotator_C::SlotContent' has a wrong offset!"); \ static_assert(offsetof(USlotRotator_C, RotationAngle) == 0x000270, "Member 'USlotRotator_C::RotationAngle' 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_FEdgeID \ static_assert(alignof(FEdgeID) == 0x000004, "Wrong alignment on FEdgeID"); \ static_assert(sizeof(FEdgeID) == 0x000004, "Wrong size on FEdgeID"); \ #define DUMPER7_ASSERTS_FVertexID \ static_assert(alignof(FVertexID) == 0x000004, "Wrong alignment on FVertexID"); \ static_assert(sizeof(FVertexID) == 0x000004, "Wrong size on FVertexID"); \ #define DUMPER7_ASSERTS_FPolygonGroupID \ static_assert(alignof(FPolygonGroupID) == 0x000004, "Wrong alignment on FPolygonGroupID"); \ static_assert(sizeof(FPolygonGroupID) == 0x000004, "Wrong size on FPolygonGroupID"); \ #define DUMPER7_ASSERTS_FPolygonID \ static_assert(alignof(FPolygonID) == 0x000004, "Wrong alignment on FPolygonID"); \ static_assert(sizeof(FPolygonID) == 0x000004, "Wrong size on FPolygonID"); \ #define DUMPER7_ASSERTS_FVertexInstanceID \ static_assert(alignof(FVertexInstanceID) == 0x000004, "Wrong alignment on FVertexInstanceID"); \ static_assert(sizeof(FVertexInstanceID) == 0x000004, "Wrong size on FVertexInstanceID"); \ #define DUMPER7_ASSERTS_FTriangleID \ static_assert(alignof(FTriangleID) == 0x000004, "Wrong alignment on FTriangleID"); \ static_assert(sizeof(FTriangleID) == 0x000004, "Wrong size on FTriangleID"); \ #define DUMPER7_ASSERTS_UMeshDescription \ static_assert(alignof(UMeshDescription) == 0x000008, "Wrong alignment on UMeshDescription"); \ static_assert(sizeof(UMeshDescription) == 0x000028, "Wrong size on UMeshDescription"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ComputePolygonTriangulation \ static_assert(alignof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong alignment on MeshDescriptionBase_ComputePolygonTriangulation"); \ static_assert(sizeof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong size on MeshDescriptionBase_ComputePolygonTriangulation"); \ static_assert(offsetof(MeshDescriptionBase_ComputePolygonTriangulation, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ComputePolygonTriangulation::PolygonID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdge \ static_assert(alignof(MeshDescriptionBase_CreateEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdge"); \ static_assert(sizeof(MeshDescriptionBase_CreateEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdge"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_CreateEdge::VertexID0' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_CreateEdge::VertexID1' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_CreateEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdgeWithID \ static_assert(alignof(MeshDescriptionBase_CreateEdgeWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdgeWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreateEdgeWithID) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdgeWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_CreateEdgeWithID::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID0) == 0x000004, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID0' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID1) == 0x000008, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygon \ static_assert(alignof(MeshDescriptionBase_CreatePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygon"); \ static_assert(sizeof(MeshDescriptionBase_CreatePolygon) == 0x000030, "Wrong size on MeshDescriptionBase_CreatePolygon"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygon, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygon::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygon, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygon::VertexInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygon, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygon::NewEdgeIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygon, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreatePolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroup \ static_assert(alignof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroup"); \ static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroup"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroup, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroupWithID \ static_assert(alignof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroupWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroupWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroupWithID, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroupWithID::PolygonGroupID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonWithID \ static_assert(alignof(MeshDescriptionBase_CreatePolygonWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygonWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreatePolygonWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreatePolygonWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygonWithID::VertexInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygonWithID::NewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangle \ static_assert(alignof(MeshDescriptionBase_CreateTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangle"); \ static_assert(sizeof(MeshDescriptionBase_CreateTriangle) == 0x000030, "Wrong size on MeshDescriptionBase_CreateTriangle"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangle, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangle::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangle, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangle::VertexInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangle, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangle::NewEdgeIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangle, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreateTriangle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangleWithID \ static_assert(alignof(MeshDescriptionBase_CreateTriangleWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangleWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreateTriangleWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreateTriangleWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangleWithID::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreateTriangleWithID::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangleWithID::VertexInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangleWithID::NewEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertex \ static_assert(alignof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertex"); \ static_assert(sizeof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertex"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertex, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreateVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstance \ static_assert(alignof(MeshDescriptionBase_CreateVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstance"); \ static_assert(sizeof(MeshDescriptionBase_CreateVertexInstance) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstance"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstance::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstanceWithID \ static_assert(alignof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstanceWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstanceWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexID) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexWithID \ static_assert(alignof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexWithID"); \ static_assert(sizeof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertexWithID"); \ static_assert(offsetof(MeshDescriptionBase_CreateVertexWithID, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexWithID::VertexID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteEdge \ static_assert(alignof(MeshDescriptionBase_DeleteEdge) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteEdge"); \ static_assert(sizeof(MeshDescriptionBase_DeleteEdge) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteEdge"); \ static_assert(offsetof(MeshDescriptionBase_DeleteEdge, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_DeleteEdge::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeleteEdge, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteEdge::OrphanedVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygon \ static_assert(alignof(MeshDescriptionBase_DeletePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeletePolygon"); \ static_assert(sizeof(MeshDescriptionBase_DeletePolygon) == 0x000038, "Wrong size on MeshDescriptionBase_DeletePolygon"); \ static_assert(offsetof(MeshDescriptionBase_DeletePolygon, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedEdges' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedVertexInstances' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedPolygonGroups) == 0x000028, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygonGroup \ static_assert(alignof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeletePolygonGroup"); \ static_assert(sizeof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_DeletePolygonGroup"); \ static_assert(offsetof(MeshDescriptionBase_DeletePolygonGroup, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygonGroup::PolygonGroupID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteTriangle \ static_assert(alignof(MeshDescriptionBase_DeleteTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteTriangle"); \ static_assert(sizeof(MeshDescriptionBase_DeleteTriangle) == 0x000038, "Wrong size on MeshDescriptionBase_DeleteTriangle"); \ static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_DeleteTriangle::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedEdges' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedVertexInstances' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedPolygonGroupsPtr) == 0x000028, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedPolygonGroupsPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertex \ static_assert(alignof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeleteVertex"); \ static_assert(sizeof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong size on MeshDescriptionBase_DeleteVertex"); \ static_assert(offsetof(MeshDescriptionBase_DeleteVertex, VertexID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertex::VertexID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertexInstance \ static_assert(alignof(MeshDescriptionBase_DeleteVertexInstance) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteVertexInstance"); \ static_assert(sizeof(MeshDescriptionBase_DeleteVertexInstance) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteVertexInstance"); \ static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertexInstance::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteVertexInstance::OrphanedVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewEdges \ static_assert(alignof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewEdges"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewEdges"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewEdges, NumberOfNewEdges) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewEdges::NumberOfNewEdges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygonGroups \ static_assert(alignof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygonGroups"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygonGroups"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygonGroups, NumberOfNewPolygonGroups) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygonGroups::NumberOfNewPolygonGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygons \ static_assert(alignof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygons"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygons"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygons, NumberOfNewPolygons) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygons::NumberOfNewPolygons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewTriangles \ static_assert(alignof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewTriangles"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewTriangles"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewTriangles, NumberOfNewTriangles) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewTriangles::NumberOfNewTriangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertexInstances \ static_assert(alignof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertexInstances"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertexInstances"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewVertexInstances, NumberOfNewVertexInstances) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertexInstances::NumberOfNewVertexInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertices \ static_assert(alignof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertices"); \ static_assert(sizeof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertices"); \ static_assert(offsetof(MeshDescriptionBase_ReserveNewVertices, NumberOfNewVertices) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertices::NumberOfNewVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_ReversePolygonFacing \ static_assert(alignof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReversePolygonFacing"); \ static_assert(sizeof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong size on MeshDescriptionBase_ReversePolygonFacing"); \ static_assert(offsetof(MeshDescriptionBase_ReversePolygonFacing, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ReversePolygonFacing::PolygonID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonPolygonGroup \ static_assert(alignof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonPolygonGroup"); \ static_assert(sizeof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_SetPolygonPolygonGroup"); \ static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonGroupID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonVertexInstance \ static_assert(alignof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonVertexInstance"); \ static_assert(sizeof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_SetPolygonVertexInstance"); \ static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PerimeterIndex) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PerimeterIndex' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, VertexInstanceID) == 0x000008, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::VertexInstanceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_SetVertexPosition \ static_assert(alignof(MeshDescriptionBase_SetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetVertexPosition"); \ static_assert(sizeof(MeshDescriptionBase_SetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_SetVertexPosition"); \ static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_SetVertexPosition::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, Position) == 0x000004, "Member 'MeshDescriptionBase_SetVertexPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertex \ static_assert(alignof(MeshDescriptionBase_GetEdgeVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeVertex"); \ static_assert(sizeof(MeshDescriptionBase_GetEdgeVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetEdgeVertex"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertex::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, VertexNumber) == 0x000004, "Member 'MeshDescriptionBase_GetEdgeVertex::VertexNumber' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertices \ static_assert(alignof(MeshDescriptionBase_GetEdgeVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeVertices"); \ static_assert(sizeof(MeshDescriptionBase_GetEdgeVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeVertices"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertices::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertices::OutVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonGroupPolygons \ static_assert(alignof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonInternalEdges \ static_assert(alignof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonTriangles \ static_assert(alignof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonVertices \ static_assert(alignof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonVertices"); \ static_assert(sizeof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonVertices"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonVertices::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonVertices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedEdges \ static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexVertexInstances \ static_assert(alignof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexVertexInstances"); \ static_assert(sizeof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexVertexInstances"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonAdjacentPolygons \ static_assert(alignof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::OutPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupPolygons \ static_assert(alignof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonGroupPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::OutPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonInternalEdges \ static_assert(alignof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonInternalEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonInternalEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::OutEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPerimeterEdges \ static_assert(alignof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::OutEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPolygonGroup \ static_assert(alignof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonPolygonGroup"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetPolygonPolygonGroup"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonTriangles \ static_assert(alignof(MeshDescriptionBase_GetPolygonTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonTriangles::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonTriangles::OutTriangleIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertexInstances \ static_assert(alignof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertexInstances"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertexInstances"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertices \ static_assert(alignof(MeshDescriptionBase_GetPolygonVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertices"); \ static_assert(sizeof(MeshDescriptionBase_GetPolygonVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertices"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertices::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertices::OutVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleAdjacentTriangles \ static_assert(alignof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::OutTriangleIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleEdges \ static_assert(alignof(MeshDescriptionBase_GetTriangleEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetTriangleEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleEdges::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleEdges::OutEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygon \ static_assert(alignof(MeshDescriptionBase_GetTrianglePolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygon"); \ static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygon) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygon"); \ static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygon::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygonGroup \ static_assert(alignof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygonGroup"); \ static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygonGroup"); \ static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstance \ static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstance"); \ static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstance"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, Index_0) == 0x000004, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::Index_0' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstances \ static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstances"); \ static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstances"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertices \ static_assert(alignof(MeshDescriptionBase_GetTriangleVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertices"); \ static_assert(sizeof(MeshDescriptionBase_GetTriangleVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertices"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertices::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertices::OutVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexAdjacentVertices \ static_assert(alignof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexAdjacentVertices"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexAdjacentVertices"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedEdges \ static_assert(alignof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedEdges"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedEdges"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::OutEdgeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedPolygons \ static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedTriangles \ static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForPolygonVertex \ static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForTriangleVertex \ static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstancePairEdge \ static_assert(alignof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstancePairEdge"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstancePairEdge"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID0' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID1' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceVertex \ static_assert(alignof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceVertex"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000008, "Wrong size on MeshDescriptionBase_GetVertexInstanceVertex"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPairEdge \ static_assert(alignof(MeshDescriptionBase_GetVertexPairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPairEdge"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexPairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexPairEdge"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID0' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID1' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPosition \ static_assert(alignof(MeshDescriptionBase_GetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPosition"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_GetVertexPosition"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPosition::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexVertexInstances \ static_assert(alignof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexVertexInstances"); \ static_assert(sizeof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexVertexInstances"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexVertexInstances::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternal \ static_assert(alignof(MeshDescriptionBase_IsEdgeInternal) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternal"); \ static_assert(sizeof(MeshDescriptionBase_IsEdgeInternal) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeInternal"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternal::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternalToPolygon \ static_assert(alignof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ static_assert(sizeof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x00000C, "Wrong size on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, PolygonID) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeValid \ static_assert(alignof(MeshDescriptionBase_IsEdgeValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeValid"); \ static_assert(sizeof(MeshDescriptionBase_IsEdgeValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeValid"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeValid::EdgeID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsEmpty \ static_assert(alignof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong alignment on MeshDescriptionBase_IsEmpty"); \ static_assert(sizeof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong size on MeshDescriptionBase_IsEmpty"); \ static_assert(offsetof(MeshDescriptionBase_IsEmpty, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonGroupValid \ static_assert(alignof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonGroupValid"); \ static_assert(sizeof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonGroupValid"); \ static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonGroupValid::PolygonGroupID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonGroupValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonValid \ static_assert(alignof(MeshDescriptionBase_IsPolygonValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonValid"); \ static_assert(sizeof(MeshDescriptionBase_IsPolygonValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonValid"); \ static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonValid::PolygonID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsTrianglePartOfNgon \ static_assert(alignof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTrianglePartOfNgon"); \ static_assert(sizeof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000008, "Wrong size on MeshDescriptionBase_IsTrianglePartOfNgon"); \ static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsTriangleValid \ static_assert(alignof(MeshDescriptionBase_IsTriangleValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTriangleValid"); \ static_assert(sizeof(MeshDescriptionBase_IsTriangleValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsTriangleValid"); \ static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTriangleValid::TriangleID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTriangleValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexInstanceValid \ static_assert(alignof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexInstanceValid"); \ static_assert(sizeof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexInstanceValid"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexInstanceValid::VertexInstanceID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexInstanceValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexOrphaned \ static_assert(alignof(MeshDescriptionBase_IsVertexOrphaned) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexOrphaned"); \ static_assert(sizeof(MeshDescriptionBase_IsVertexOrphaned) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexOrphaned"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexOrphaned::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexOrphaned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexValid \ static_assert(alignof(MeshDescriptionBase_IsVertexValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexValid"); \ static_assert(sizeof(MeshDescriptionBase_IsVertexValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexValid"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexValid, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexValid::VertexID' has a wrong offset!"); \ static_assert(offsetof(MeshDescriptionBase_IsVertexValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshDescriptionBase \ static_assert(alignof(UMeshDescriptionBase) == 0x000008, "Wrong alignment on UMeshDescriptionBase"); \ static_assert(sizeof(UMeshDescriptionBase) == 0x000390, "Wrong size on UMeshDescriptionBase"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton \ static_assert(alignof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton) == 0x000008, "Wrong alignment on MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton) == 0x000060, "Wrong size on MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_bool_Variable_1) == 0x000005, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_byte_Variable) == 0x000006, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_byte_Variable_1) == 0x000007, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_bool_Variable_2) == 0x000008, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_byte_Variable_2) == 0x000009, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_byte_Variable_3) == 0x00000A, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Event_Show) == 0x00000B, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Event_IsHold_1) == 0x00000C, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Event_IsHold) == 0x00000D, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Event_IsDesignTime) == 0x00000E, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000010, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000018, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Event_isHovered) == 0x000020, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_GetHUD_ReturnValue) == 0x000030, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Select_Default) == 0x000049, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_GetIsGamepadNow_IsGamepad) == 0x00004A, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Select_Default_1) == 0x00004B, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, Temp_byte_Variable_4) == 0x000058, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton, K2Node_Select_Default_2) == 0x000059, "Member 'MainMenuV2_SocialButton_C_ExecuteUbergraph_MainMenuV2_SocialButton::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_SetItemHover \ static_assert(alignof(MainMenuV2_SocialButton_C_SetItemHover) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_SetItemHover"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_SetItemHover) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_SetItemHover"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'MainMenuV2_SocialButton_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_SocialButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_SocialButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_SocialButton_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_SocialButton_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_SocialButton_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_SocialButton_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_SocialButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_SocialButton_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_SocialButton_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_SocialButton_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SocialButton_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_SocialButton_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_SocialButton_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_SocialButton_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_SocialButton_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_SocialButton_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_SocialButton_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SocialButton_C \ static_assert(alignof(UMainMenuV2_SocialButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_SocialButton_C"); \ static_assert(sizeof(UMainMenuV2_SocialButton_C) == 0x0002F8, "Wrong size on UMainMenuV2_SocialButton_C"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, UberGraphFrame_MainMenuV2_SocialButton_C) == 0x0002A8, "Member 'UMainMenuV2_SocialButton_C::UberGraphFrame_MainMenuV2_SocialButton_C' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, Anim_Hover) == 0x0002B0, "Member 'UMainMenuV2_SocialButton_C::Anim_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, GamepadKey) == 0x0002B8, "Member 'UMainMenuV2_SocialButton_C::GamepadKey' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, Icon) == 0x0002C0, "Member 'UMainMenuV2_SocialButton_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, IsMouseOn) == 0x0002C8, "Member 'UMainMenuV2_SocialButton_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, Sound_Click) == 0x0002D0, "Member 'UMainMenuV2_SocialButton_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, Sound_Hover) == 0x0002D8, "Member 'UMainMenuV2_SocialButton_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, Texture) == 0x0002E0, "Member 'UMainMenuV2_SocialButton_C::Texture' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SocialButton_C, URL) == 0x0002E8, "Member 'UMainMenuV2_SocialButton_C::URL' 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) == 0x00000C, "Wrong size on FPropertyAccessPath"); \ static_assert(offsetof(FPropertyAccessPath, PathSegmentStartIndex) == 0x000000, "Member 'FPropertyAccessPath::PathSegmentStartIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessPath, PathSegmentCount) == 0x000004, "Member 'FPropertyAccessPath::PathSegmentCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyAccessCopy \ static_assert(alignof(FPropertyAccessCopy) == 0x000004, "Wrong alignment on FPropertyAccessCopy"); \ static_assert(sizeof(FPropertyAccessCopy) == 0x000010, "Wrong size on FPropertyAccessCopy"); \ static_assert(offsetof(FPropertyAccessCopy, AccessIndex) == 0x000000, "Member 'FPropertyAccessCopy::AccessIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessCopy, DestAccessStartIndex) == 0x000004, "Member 'FPropertyAccessCopy::DestAccessStartIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessCopy, DestAccessEndIndex) == 0x000008, "Member 'FPropertyAccessCopy::DestAccessEndIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessCopy, Type) == 0x00000C, "Member 'FPropertyAccessCopy::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyAccessCopyBatch \ static_assert(alignof(FPropertyAccessCopyBatch) == 0x000008, "Wrong alignment on FPropertyAccessCopyBatch"); \ static_assert(sizeof(FPropertyAccessCopyBatch) == 0x000010, "Wrong size on FPropertyAccessCopyBatch"); \ static_assert(offsetof(FPropertyAccessCopyBatch, Copies) == 0x000000, "Member 'FPropertyAccessCopyBatch::Copies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyAccessIndirectionChain \ static_assert(alignof(FPropertyAccessIndirectionChain) == 0x000008, "Wrong alignment on FPropertyAccessIndirectionChain"); \ static_assert(sizeof(FPropertyAccessIndirectionChain) == 0x000030, "Wrong size on FPropertyAccessIndirectionChain"); \ static_assert(offsetof(FPropertyAccessIndirectionChain, Property) == 0x000000, "Member 'FPropertyAccessIndirectionChain::Property' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirectionChain, IndirectionStartIndex) == 0x000020, "Member 'FPropertyAccessIndirectionChain::IndirectionStartIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirectionChain, IndirectionEndIndex) == 0x000024, "Member 'FPropertyAccessIndirectionChain::IndirectionEndIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirectionChain, EventId) == 0x000028, "Member 'FPropertyAccessIndirectionChain::EventId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyAccessIndirection \ static_assert(alignof(FPropertyAccessIndirection) == 0x000008, "Wrong alignment on FPropertyAccessIndirection"); \ static_assert(sizeof(FPropertyAccessIndirection) == 0x000040, "Wrong size on FPropertyAccessIndirection"); \ static_assert(offsetof(FPropertyAccessIndirection, ArrayProperty) == 0x000000, "Member 'FPropertyAccessIndirection::ArrayProperty' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, Function) == 0x000020, "Member 'FPropertyAccessIndirection::Function' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, ReturnBufferSize) == 0x000028, "Member 'FPropertyAccessIndirection::ReturnBufferSize' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, ReturnBufferAlignment) == 0x00002C, "Member 'FPropertyAccessIndirection::ReturnBufferAlignment' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, ArrayIndex) == 0x000030, "Member 'FPropertyAccessIndirection::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, Offset) == 0x000034, "Member 'FPropertyAccessIndirection::Offset' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, ObjectType) == 0x000038, "Member 'FPropertyAccessIndirection::ObjectType' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessIndirection, Type) == 0x000039, "Member 'FPropertyAccessIndirection::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyAccessLibrary \ static_assert(alignof(FPropertyAccessLibrary) == 0x000008, "Wrong alignment on FPropertyAccessLibrary"); \ static_assert(sizeof(FPropertyAccessLibrary) == 0x0000C8, "Wrong size on FPropertyAccessLibrary"); \ static_assert(offsetof(FPropertyAccessLibrary, PathSegments) == 0x000000, "Member 'FPropertyAccessLibrary::PathSegments' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, SrcPaths) == 0x000010, "Member 'FPropertyAccessLibrary::SrcPaths' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, DestPaths) == 0x000020, "Member 'FPropertyAccessLibrary::DestPaths' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, CopyBatches) == 0x000030, "Member 'FPropertyAccessLibrary::CopyBatches' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, SrcAccesses) == 0x000070, "Member 'FPropertyAccessLibrary::SrcAccesses' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, DestAccesses) == 0x000080, "Member 'FPropertyAccessLibrary::DestAccesses' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, Indirections) == 0x000090, "Member 'FPropertyAccessLibrary::Indirections' has a wrong offset!"); \ static_assert(offsetof(FPropertyAccessLibrary, EventAccessIndices) == 0x0000A0, "Member 'FPropertyAccessLibrary::EventAccessIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPropertyAccess \ static_assert(alignof(IPropertyAccess) == 0x000001, "Wrong alignment on IPropertyAccess"); \ static_assert(sizeof(IPropertyAccess) == 0x000001, "Wrong size on IPropertyAccess"); \ #define DUMPER7_ASSERTS_IPropertyEventBroadcaster \ static_assert(alignof(IPropertyEventBroadcaster) == 0x000001, "Wrong alignment on IPropertyEventBroadcaster"); \ static_assert(sizeof(IPropertyEventBroadcaster) == 0x000001, "Wrong size on IPropertyEventBroadcaster"); \ #define DUMPER7_ASSERTS_IPropertyEventSubscriber \ static_assert(alignof(IPropertyEventSubscriber) == 0x000001, "Wrong alignment on IPropertyEventSubscriber"); \ static_assert(sizeof(IPropertyEventSubscriber) == 0x000001, "Wrong size on IPropertyEventSubscriber"); \ #define DUMPER7_ASSERTS_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_FLevelSequenceCameraSettings \ static_assert(alignof(FLevelSequenceCameraSettings) == 0x000001, "Wrong alignment on FLevelSequenceCameraSettings"); \ static_assert(sizeof(FLevelSequenceCameraSettings) == 0x000002, "Wrong size on FLevelSequenceCameraSettings"); \ static_assert(offsetof(FLevelSequenceCameraSettings, bOverrideAspectRatioAxisConstraint) == 0x000000, "Member 'FLevelSequenceCameraSettings::bOverrideAspectRatioAxisConstraint' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceCameraSettings, AspectRatioAxisConstraint) == 0x000001, "Member 'FLevelSequenceCameraSettings::AspectRatioAxisConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoundActorProxy \ static_assert(alignof(FBoundActorProxy) == 0x000001, "Wrong alignment on FBoundActorProxy"); \ static_assert(sizeof(FBoundActorProxy) == 0x000001, "Wrong size on FBoundActorProxy"); \ #define DUMPER7_ASSERTS_FLevelSequenceAnimSequenceLinkItem \ static_assert(alignof(FLevelSequenceAnimSequenceLinkItem) == 0x000008, "Wrong alignment on FLevelSequenceAnimSequenceLinkItem"); \ static_assert(sizeof(FLevelSequenceAnimSequenceLinkItem) == 0x000030, "Wrong size on FLevelSequenceAnimSequenceLinkItem"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, SkelTrackGuid) == 0x000000, "Member 'FLevelSequenceAnimSequenceLinkItem::SkelTrackGuid' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, PathToAnimSequence) == 0x000010, "Member 'FLevelSequenceAnimSequenceLinkItem::PathToAnimSequence' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportTransforms) == 0x000028, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportTransforms' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportCurves) == 0x000029, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportCurves' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x00002A, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReference \ static_assert(alignof(FLevelSequenceBindingReference) == 0x000008, "Wrong alignment on FLevelSequenceBindingReference"); \ static_assert(sizeof(FLevelSequenceBindingReference) == 0x000038, "Wrong size on FLevelSequenceBindingReference"); \ static_assert(offsetof(FLevelSequenceBindingReference, PackageName) == 0x000000, "Member 'FLevelSequenceBindingReference::PackageName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReference, ExternalObjectPath) == 0x000010, "Member 'FLevelSequenceBindingReference::ExternalObjectPath' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReference, ObjectPath) == 0x000028, "Member 'FLevelSequenceBindingReference::ObjectPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReferenceArray \ static_assert(alignof(FLevelSequenceBindingReferenceArray) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferenceArray"); \ static_assert(sizeof(FLevelSequenceBindingReferenceArray) == 0x000010, "Wrong size on FLevelSequenceBindingReferenceArray"); \ static_assert(offsetof(FLevelSequenceBindingReferenceArray, References) == 0x000000, "Member 'FLevelSequenceBindingReferenceArray::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000A0, "Wrong size on FLevelSequenceBindingReferences"); \ static_assert(offsetof(FLevelSequenceBindingReferences, BindingIdToReferences) == 0x000000, "Member 'FLevelSequenceBindingReferences::BindingIdToReferences' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReferences, AnimSequenceInstances) == 0x000050, "Member 'FLevelSequenceBindingReferences::AnimSequenceInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceObjectReferenceMap \ static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ #define DUMPER7_ASSERTS_FLevelSequenceLegacyObjectReference \ static_assert(alignof(FLevelSequenceLegacyObjectReference) == 0x000008, "Wrong alignment on FLevelSequenceLegacyObjectReference"); \ static_assert(sizeof(FLevelSequenceLegacyObjectReference) == 0x000020, "Wrong size on FLevelSequenceLegacyObjectReference"); \ #define DUMPER7_ASSERTS_FLevelSequenceObject \ static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ static_assert(sizeof(FLevelSequenceObject) == 0x000038, "Wrong size on FLevelSequenceObject"); \ static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000020, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000030, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceSnapshotSettings \ static_assert(alignof(FLevelSequenceSnapshotSettings) == 0x000004, "Wrong alignment on FLevelSequenceSnapshotSettings"); \ static_assert(sizeof(FLevelSequenceSnapshotSettings) == 0x00000C, "Wrong size on FLevelSequenceSnapshotSettings"); \ static_assert(offsetof(FLevelSequenceSnapshotSettings, ZeroPadAmount) == 0x000000, "Member 'FLevelSequenceSnapshotSettings::ZeroPadAmount' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceSnapshotSettings, FrameRate) == 0x000004, "Member 'FLevelSequenceSnapshotSettings::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000B8, "Wrong size on FLevelSequencePlayerSnapshot"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::MasterName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::MasterTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTime) == 0x000020, "Member 'FLevelSequencePlayerSnapshot::SourceTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotName) == 0x000030, "Member 'FLevelSequencePlayerSnapshot::CurrentShotName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotLocalTime) == 0x000040, "Member 'FLevelSequencePlayerSnapshot::CurrentShotLocalTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotSourceTime) == 0x000050, "Member 'FLevelSequencePlayerSnapshot::CurrentShotSourceTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTimecode) == 0x000060, "Member 'FLevelSequencePlayerSnapshot::SourceTimecode' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CameraComponent) == 0x000070, "Member 'FLevelSequencePlayerSnapshot::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, Settings) == 0x000098, "Member 'FLevelSequencePlayerSnapshot::Settings' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, ActiveShot) == 0x0000A8, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000B0, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequenceLevelSequenceLink \ static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000050, "Wrong size on UAnimSequenceLevelSequenceLink"); \ static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000028, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000038, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDefaultLevelSequenceInstanceData \ static_assert(alignof(UDefaultLevelSequenceInstanceData) == 0x000010, "Wrong alignment on UDefaultLevelSequenceInstanceData"); \ static_assert(sizeof(UDefaultLevelSequenceInstanceData) == 0x000070, "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_ILevelSequenceMetaData \ static_assert(alignof(ILevelSequenceMetaData) == 0x000001, "Wrong alignment on ILevelSequenceMetaData"); \ static_assert(sizeof(ILevelSequenceMetaData) == 0x000001, "Wrong size on ILevelSequenceMetaData"); \ #define DUMPER7_ASSERTS_LevelSequence_CopyMetaData \ static_assert(alignof(LevelSequence_CopyMetaData) == 0x000008, "Wrong alignment on LevelSequence_CopyMetaData"); \ static_assert(sizeof(LevelSequence_CopyMetaData) == 0x000010, "Wrong size on LevelSequence_CopyMetaData"); \ static_assert(offsetof(LevelSequence_CopyMetaData, InMetaData) == 0x000000, "Member 'LevelSequence_CopyMetaData::InMetaData' has a wrong offset!"); \ static_assert(offsetof(LevelSequence_CopyMetaData, ReturnValue) == 0x000008, "Member 'LevelSequence_CopyMetaData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequence_FindOrAddMetaDataByClass \ static_assert(alignof(LevelSequence_FindOrAddMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindOrAddMetaDataByClass"); \ static_assert(sizeof(LevelSequence_FindOrAddMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindOrAddMetaDataByClass"); \ static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindOrAddMetaDataByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindOrAddMetaDataByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequence_RemoveMetaDataByClass \ static_assert(alignof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_RemoveMetaDataByClass"); \ static_assert(sizeof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong size on LevelSequence_RemoveMetaDataByClass"); \ static_assert(offsetof(LevelSequence_RemoveMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_RemoveMetaDataByClass::InClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequence_FindMetaDataByClass \ static_assert(alignof(LevelSequence_FindMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindMetaDataByClass"); \ static_assert(sizeof(LevelSequence_FindMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindMetaDataByClass"); \ static_assert(offsetof(LevelSequence_FindMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindMetaDataByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(LevelSequence_FindMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindMetaDataByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequence \ static_assert(alignof(ULevelSequence) == 0x000008, "Wrong alignment on ULevelSequence"); \ static_assert(sizeof(ULevelSequence) == 0x0001C8, "Wrong size on ULevelSequence"); \ static_assert(offsetof(ULevelSequence, MovieScene) == 0x000068, "Member 'ULevelSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(ULevelSequence, ObjectReferences) == 0x000070, "Member 'ULevelSequence::ObjectReferences' has a wrong offset!"); \ static_assert(offsetof(ULevelSequence, BindingReferences) == 0x0000C0, "Member 'ULevelSequence::BindingReferences' has a wrong offset!"); \ static_assert(offsetof(ULevelSequence, PossessedObjects) == 0x000160, "Member 'ULevelSequence::PossessedObjects' has a wrong offset!"); \ static_assert(offsetof(ULevelSequence, DirectorClass) == 0x0001B0, "Member 'ULevelSequence::DirectorClass' has a wrong offset!"); \ static_assert(offsetof(ULevelSequence, AssetUserData) == 0x0001B8, "Member 'ULevelSequence::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000018, "Wrong size on LevelSequenceBurnInOptions_SetBurnIn"); \ static_assert(offsetof(LevelSequenceBurnInOptions_SetBurnIn, InBurnInClass) == 0x000000, "Member 'LevelSequenceBurnInOptions_SetBurnIn::InBurnInClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequenceBurnInOptions \ static_assert(alignof(ULevelSequenceBurnInOptions) == 0x000008, "Wrong alignment on ULevelSequenceBurnInOptions"); \ static_assert(sizeof(ULevelSequenceBurnInOptions) == 0x000050, "Wrong size on ULevelSequenceBurnInOptions"); \ static_assert(offsetof(ULevelSequenceBurnInOptions, bUseBurnIn) == 0x000028, "Member 'ULevelSequenceBurnInOptions::bUseBurnIn' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceBurnInOptions, BurnInClass) == 0x000030, "Member 'ULevelSequenceBurnInOptions::BurnInClass' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceBurnInOptions, Settings) == 0x000048, "Member 'ULevelSequenceBurnInOptions::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_AddBinding \ static_assert(alignof(LevelSequenceActor_AddBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBinding"); \ static_assert(sizeof(LevelSequenceActor_AddBinding) == 0x000028, "Wrong size on LevelSequenceActor_AddBinding"); \ static_assert(offsetof(LevelSequenceActor_AddBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_AddBinding::Binding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_AddBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_AddBinding::Actor' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_AddBinding, bAllowBindingsFromAsset) == 0x000020, "Member 'LevelSequenceActor_AddBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_AddBindingByTag \ static_assert(alignof(LevelSequenceActor_AddBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBindingByTag"); \ static_assert(sizeof(LevelSequenceActor_AddBindingByTag) == 0x000018, "Wrong size on LevelSequenceActor_AddBindingByTag"); \ static_assert(offsetof(LevelSequenceActor_AddBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_AddBindingByTag::BindingTag' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_AddBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_AddBindingByTag::Actor' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_AddBindingByTag, bAllowBindingsFromAsset) == 0x000010, "Member 'LevelSequenceActor_AddBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBinding \ static_assert(alignof(LevelSequenceActor_RemoveBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBinding"); \ static_assert(sizeof(LevelSequenceActor_RemoveBinding) == 0x000020, "Wrong size on LevelSequenceActor_RemoveBinding"); \ static_assert(offsetof(LevelSequenceActor_RemoveBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_RemoveBinding::Binding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_RemoveBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_RemoveBinding::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBindingByTag \ static_assert(alignof(LevelSequenceActor_RemoveBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBindingByTag"); \ static_assert(sizeof(LevelSequenceActor_RemoveBindingByTag) == 0x000010, "Wrong size on LevelSequenceActor_RemoveBindingByTag"); \ static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Tag) == 0x000000, "Member 'LevelSequenceActor_RemoveBindingByTag::Tag' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_RemoveBindingByTag::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_ResetBinding \ static_assert(alignof(LevelSequenceActor_ResetBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_ResetBinding"); \ static_assert(sizeof(LevelSequenceActor_ResetBinding) == 0x000018, "Wrong size on LevelSequenceActor_ResetBinding"); \ static_assert(offsetof(LevelSequenceActor_ResetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_ResetBinding::Binding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_SetBinding \ static_assert(alignof(LevelSequenceActor_SetBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBinding"); \ static_assert(sizeof(LevelSequenceActor_SetBinding) == 0x000030, "Wrong size on LevelSequenceActor_SetBinding"); \ static_assert(offsetof(LevelSequenceActor_SetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_SetBinding::Binding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_SetBinding, Actors) == 0x000018, "Member 'LevelSequenceActor_SetBinding::Actors' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_SetBinding, bAllowBindingsFromAsset) == 0x000028, "Member 'LevelSequenceActor_SetBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_SetBindingByTag \ static_assert(alignof(LevelSequenceActor_SetBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBindingByTag"); \ static_assert(sizeof(LevelSequenceActor_SetBindingByTag) == 0x000020, "Wrong size on LevelSequenceActor_SetBindingByTag"); \ static_assert(offsetof(LevelSequenceActor_SetBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_SetBindingByTag::BindingTag' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_SetBindingByTag, Actors) == 0x000008, "Member 'LevelSequenceActor_SetBindingByTag::Actors' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_SetBindingByTag, bAllowBindingsFromAsset) == 0x000018, "Member 'LevelSequenceActor_SetBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_SetReplicatePlayback \ static_assert(alignof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong alignment on LevelSequenceActor_SetReplicatePlayback"); \ static_assert(sizeof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong size on LevelSequenceActor_SetReplicatePlayback"); \ static_assert(offsetof(LevelSequenceActor_SetReplicatePlayback, ReplicatePlayback) == 0x000000, "Member 'LevelSequenceActor_SetReplicatePlayback::ReplicatePlayback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_SetSequence \ static_assert(alignof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_SetSequence"); \ static_assert(sizeof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong size on LevelSequenceActor_SetSequence"); \ static_assert(offsetof(LevelSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'LevelSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBinding \ static_assert(alignof(LevelSequenceActor_FindNamedBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_FindNamedBinding"); \ static_assert(sizeof(LevelSequenceActor_FindNamedBinding) == 0x000020, "Wrong size on LevelSequenceActor_FindNamedBinding"); \ static_assert(offsetof(LevelSequenceActor_FindNamedBinding, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBinding::Tag' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_FindNamedBinding, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBinding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBindings \ static_assert(alignof(LevelSequenceActor_FindNamedBindings) == 0x000008, "Wrong alignment on LevelSequenceActor_FindNamedBindings"); \ static_assert(sizeof(LevelSequenceActor_FindNamedBindings) == 0x000018, "Wrong size on LevelSequenceActor_FindNamedBindings"); \ static_assert(offsetof(LevelSequenceActor_FindNamedBindings, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBindings::Tag' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceActor_FindNamedBindings, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_GetSequence \ static_assert(alignof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequence"); \ static_assert(sizeof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong size on LevelSequenceActor_GetSequence"); \ static_assert(offsetof(LevelSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_GetSequencePlayer \ static_assert(alignof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequencePlayer"); \ static_assert(sizeof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on LevelSequenceActor_GetSequencePlayer"); \ static_assert(offsetof(LevelSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceActor_LoadSequence \ static_assert(alignof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_LoadSequence"); \ static_assert(sizeof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong size on LevelSequenceActor_LoadSequence"); \ static_assert(offsetof(LevelSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALevelSequenceActor \ static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ static_assert(sizeof(ALevelSequenceActor) == 0x0002A8, "Wrong size on ALevelSequenceActor"); \ static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x000238, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x000250, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x000258, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000270, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000278, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000280, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000290, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x000298, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002A0, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ #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) == 0x000320, "Wrong size on ULevelSequenceBurnIn"); \ static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000260, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x000318, "Member 'ULevelSequenceBurnIn::LevelSequenceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActor \ static_assert(alignof(LevelSequenceDirector_GetBoundActor) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActor"); \ static_assert(sizeof(LevelSequenceDirector_GetBoundActor) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundActor"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActor::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActors \ static_assert(alignof(LevelSequenceDirector_GetBoundActors) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActors"); \ static_assert(sizeof(LevelSequenceDirector_GetBoundActors) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundActors"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActors::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObject \ static_assert(alignof(LevelSequenceDirector_GetBoundObject) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObject"); \ static_assert(sizeof(LevelSequenceDirector_GetBoundObject) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundObject"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObject::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObjects \ static_assert(alignof(LevelSequenceDirector_GetBoundObjects) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObjects"); \ static_assert(sizeof(LevelSequenceDirector_GetBoundObjects) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundObjects"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceDirector_GetSequence \ static_assert(alignof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetSequence"); \ static_assert(sizeof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong size on LevelSequenceDirector_GetSequence"); \ static_assert(offsetof(LevelSequenceDirector_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequenceDirector \ static_assert(alignof(ULevelSequenceDirector) == 0x000008, "Wrong alignment on ULevelSequenceDirector"); \ static_assert(sizeof(ULevelSequenceDirector) == 0x000038, "Wrong size on ULevelSequenceDirector"); \ static_assert(offsetof(ULevelSequenceDirector, Player) == 0x000028, "Member 'ULevelSequenceDirector::Player' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceDirector, SubSequenceID) == 0x000030, "Member 'ULevelSequenceDirector::SubSequenceID' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceDirector, MovieScenePlayerIndex) == 0x000034, "Member 'ULevelSequenceDirector::MovieScenePlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULegacyLevelSequenceDirectorBlueprint \ static_assert(alignof(ULegacyLevelSequenceDirectorBlueprint) == 0x000008, "Wrong alignment on ULegacyLevelSequenceDirectorBlueprint"); \ static_assert(sizeof(ULegacyLevelSequenceDirectorBlueprint) == 0x0000A0, "Wrong size on ULegacyLevelSequenceDirectorBlueprint"); \ #define DUMPER7_ASSERTS_LevelSequencePlayer_CreateLevelSequencePlayer \ static_assert(alignof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000008, "Wrong alignment on LevelSequencePlayer_CreateLevelSequencePlayer"); \ static_assert(sizeof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000038, "Wrong size on LevelSequencePlayer_CreateLevelSequencePlayer"); \ static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, WorldContextObject) == 0x000000, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, LevelSequence) == 0x000008, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, Settings) == 0x000010, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::Settings' has a wrong offset!"); \ static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, OutActor) == 0x000028, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::OutActor' has a wrong offset!"); \ static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, ReturnValue) == 0x000030, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequencePlayer_GetActiveCameraComponent \ static_assert(alignof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong alignment on LevelSequencePlayer_GetActiveCameraComponent"); \ static_assert(sizeof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong size on LevelSequencePlayer_GetActiveCameraComponent"); \ static_assert(offsetof(LevelSequencePlayer_GetActiveCameraComponent, ReturnValue) == 0x000000, "Member 'LevelSequencePlayer_GetActiveCameraComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequencePlayer \ static_assert(alignof(ULevelSequencePlayer) == 0x000008, "Wrong alignment on ULevelSequencePlayer"); \ static_assert(sizeof(ULevelSequencePlayer) == 0x000600, "Wrong size on ULevelSequencePlayer"); \ static_assert(offsetof(ULevelSequencePlayer, OnCameraCut) == 0x0004E8, "Member 'ULevelSequencePlayer::OnCameraCut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequenceProjectSettings \ static_assert(alignof(ULevelSequenceProjectSettings) == 0x000008, "Wrong alignment on ULevelSequenceProjectSettings"); \ static_assert(sizeof(ULevelSequenceProjectSettings) == 0x000068, "Wrong size on ULevelSequenceProjectSettings"); \ static_assert(offsetof(ULevelSequenceProjectSettings, bDefaultLockEngineToDisplayRate) == 0x000038, "Member 'ULevelSequenceProjectSettings::bDefaultLockEngineToDisplayRate' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceProjectSettings, DefaultDisplayRate) == 0x000040, "Member 'ULevelSequenceProjectSettings::DefaultDisplayRate' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceProjectSettings, DefaultTickResolution) == 0x000050, "Member 'ULevelSequenceProjectSettings::DefaultTickResolution' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceProjectSettings, DefaultClockSource) == 0x000060, "Member 'ULevelSequenceProjectSettings::DefaultClockSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceMediaController_SynchronizeToServer \ static_assert(alignof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong alignment on LevelSequenceMediaController_SynchronizeToServer"); \ static_assert(sizeof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong size on LevelSequenceMediaController_SynchronizeToServer"); \ static_assert(offsetof(LevelSequenceMediaController_SynchronizeToServer, DesyncThresholdSeconds) == 0x000000, "Member 'LevelSequenceMediaController_SynchronizeToServer::DesyncThresholdSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceMediaController_GetMediaComponent \ static_assert(alignof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetMediaComponent"); \ static_assert(sizeof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong size on LevelSequenceMediaController_GetMediaComponent"); \ static_assert(offsetof(LevelSequenceMediaController_GetMediaComponent, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetMediaComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceMediaController_GetSequence \ static_assert(alignof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetSequence"); \ static_assert(sizeof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong size on LevelSequenceMediaController_GetSequence"); \ static_assert(offsetof(LevelSequenceMediaController_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALevelSequenceMediaController \ static_assert(alignof(ALevelSequenceMediaController) == 0x000008, "Wrong alignment on ALevelSequenceMediaController"); \ static_assert(sizeof(ALevelSequenceMediaController) == 0x000248, "Wrong size on ALevelSequenceMediaController"); \ static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000228, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000230, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x000238, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards \ static_assert(alignof(GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards) == 0x000004, "Wrong alignment on GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards"); \ static_assert(sizeof(GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards) == 0x000004, "Wrong size on GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards"); \ static_assert(offsetof(GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards, EntryPoint) == 0x000000, "Member 'GunProjectile_PhantomShards_C_ExecuteUbergraph_GunProjectile_PhantomShards::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_PhantomShards_C \ static_assert(alignof(AGunProjectile_PhantomShards_C) == 0x000008, "Wrong alignment on AGunProjectile_PhantomShards_C"); \ static_assert(sizeof(AGunProjectile_PhantomShards_C) == 0x000460, "Wrong size on AGunProjectile_PhantomShards_C"); \ static_assert(offsetof(AGunProjectile_PhantomShards_C, UberGraphFrame) == 0x000458, "Member 'AGunProjectile_PhantomShards_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName \ static_assert(alignof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName) == 0x000008, "Wrong alignment on SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName"); \ static_assert(sizeof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName) == 0x000058, "Wrong size on SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, EntryPoint) == 0x000000, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, CallFunc_GetText_ReturnValue) == 0x000008, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, CallFunc_TextIsEmpty_ReturnValue) == 0x000030, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, CallFunc_PlayEvent2D_ReturnValue) == 0x000040, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000048, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'SaveGameFileName_C_ExecuteUbergraph_SaveGameFileName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveGameFileName_C \ static_assert(alignof(USaveGameFileName_C) == 0x000008, "Wrong alignment on USaveGameFileName_C"); \ static_assert(sizeof(USaveGameFileName_C) == 0x000290, "Wrong size on USaveGameFileName_C"); \ static_assert(offsetof(USaveGameFileName_C, UberGraphFrame) == 0x000260, "Member 'USaveGameFileName_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USaveGameFileName_C, Button_110) == 0x000268, "Member 'USaveGameFileName_C::Button_110' has a wrong offset!"); \ static_assert(offsetof(USaveGameFileName_C, EditableTextBox_137) == 0x000270, "Member 'USaveGameFileName_C::EditableTextBox_137' has a wrong offset!"); \ static_assert(offsetof(USaveGameFileName_C, TextBlock_232) == 0x000278, "Member 'USaveGameFileName_C::TextBlock_232' has a wrong offset!"); \ static_assert(offsetof(USaveGameFileName_C, SuccessSaving) == 0x000280, "Member 'USaveGameFileName_C::SuccessSaving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize \ static_assert(alignof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize) == 0x000008, "Wrong alignment on StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize"); \ static_assert(sizeof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize) == 0x000138, "Wrong size on StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, EntryPoint) == 0x000000, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetDynamicMaterials_ReturnValue) == 0x000020, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetDynamicMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000038, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000048, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_IsValid_ReturnValue_3) == 0x000050, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_SpawnSystemAttached_ReturnValue_2) == 0x000058, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_SpawnSystemAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_IsValid_ReturnValue_4) == 0x000060, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_SpawnSystemAttached_ReturnValue_3) == 0x000068, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_SpawnSystemAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_1) == 0x000070, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_2) == 0x000088, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000090, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_3) == 0x000098, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_AsFGCharacter_1) == 0x0000A0, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_4) == 0x0000B0, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetDynamicMaterials_ReturnValue_1) == 0x0000B8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetDynamicMaterials_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_AsFGCharacter_2) == 0x0000C8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_AsFGCharacter_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetDynamicMaterials_ReturnValue_2) == 0x0000D8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetDynamicMaterials_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_5) == 0x0000E8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_AsFGCharacter_3) == 0x0000F0, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_AsFGCharacter_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_bSuccess_3) == 0x0000F8, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetOwner_ReturnValue_6) == 0x000100, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetOwner_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetDynamicMaterials_ReturnValue_3) == 0x000108, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetDynamicMaterials_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_AsFGCharacter_4) == 0x000118, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_AsFGCharacter_4' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, K2Node_DynamicCast_bSuccess_4) == 0x000120, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize, CallFunc_GetDynamicMaterials_ReturnValue_4) == 0x000128, "Member 'StatusEffectVisualize_C_ExecuteUbergraph_StatusEffectVisualize::CallFunc_GetDynamicMaterials_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatusEffectVisualize_C_Set_Status_Effect \ static_assert(alignof(StatusEffectVisualize_C_Set_Status_Effect) == 0x000008, "Wrong alignment on StatusEffectVisualize_C_Set_Status_Effect"); \ static_assert(sizeof(StatusEffectVisualize_C_Set_Status_Effect) == 0x000070, "Wrong size on StatusEffectVisualize_C_Set_Status_Effect"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, StatusColorBody) == 0x000000, "Member 'StatusEffectVisualize_C_Set_Status_Effect::StatusColorBody' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, SM_MaterialInstance_LocalArray) == 0x000010, "Member 'StatusEffectVisualize_C_Set_Status_Effect::SM_MaterialInstance_LocalArray' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, ST_Parameters_DefaultSE_0) == 0x000020, "Member 'StatusEffectVisualize_C_Set_Status_Effect::ST_Parameters_DefaultSE_0' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'StatusEffectVisualize_C_Set_Status_Effect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, Temp_int_Array_Index_Variable) == 0x000044, "Member 'StatusEffectVisualize_C_Set_Status_Effect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Array_Get_Item) == 0x000048, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'StatusEffectVisualize_C_Set_Status_Effect::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'StatusEffectVisualize_C_Set_Status_Effect::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Less_IntInt_ReturnValue_1) == 0x000064, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StatusEffectVisualize_C_Set_Status_Effect, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'StatusEffectVisualize_C_Set_Status_Effect::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStatusEffectVisualize_C \ static_assert(alignof(UStatusEffectVisualize_C) == 0x000008, "Wrong alignment on UStatusEffectVisualize_C"); \ static_assert(sizeof(UStatusEffectVisualize_C) == 0x000198, "Wrong size on UStatusEffectVisualize_C"); \ static_assert(offsetof(UStatusEffectVisualize_C, UberGraphFrame) == 0x0000B0, "Member 'UStatusEffectVisualize_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, MaterialInstance_LocalArray) == 0x0000B8, "Member 'UStatusEffectVisualize_C::MaterialInstance_LocalArray' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, ST_Parameters_DefaultSE) == 0x0000C8, "Member 'UStatusEffectVisualize_C::ST_Parameters_DefaultSE' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, ST_Parameters_BurningSE) == 0x0000D8, "Member 'UStatusEffectVisualize_C::ST_Parameters_BurningSE' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, StatusColorBody_Default) == 0x0000E8, "Member 'UStatusEffectVisualize_C::StatusColorBody_Default' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, StatusColorBody_Burning) == 0x0000F8, "Member 'UStatusEffectVisualize_C::StatusColorBody_Burning' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, ST_Parameters_Poison) == 0x000108, "Member 'UStatusEffectVisualize_C::ST_Parameters_Poison' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, StatusColorBody_Poison) == 0x000118, "Member 'UStatusEffectVisualize_C::StatusColorBody_Poison' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, ST_Parameters_Freezing) == 0x000128, "Member 'UStatusEffectVisualize_C::ST_Parameters_Freezing' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, ST_Parameters_Lightning) == 0x000138, "Member 'UStatusEffectVisualize_C::ST_Parameters_Lightning' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, StatusColorBody_Freezing) == 0x000148, "Member 'UStatusEffectVisualize_C::StatusColorBody_Freezing' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, StatusColorBody_Lightning) == 0x000158, "Member 'UStatusEffectVisualize_C::StatusColorBody_Lightning' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, NiagaraEffect_Burning) == 0x000168, "Member 'UStatusEffectVisualize_C::NiagaraEffect_Burning' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, TEMP_NiagaraEffect_SE) == 0x000170, "Member 'UStatusEffectVisualize_C::TEMP_NiagaraEffect_SE' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, MainSkeletalMesh) == 0x000178, "Member 'UStatusEffectVisualize_C::MainSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, NiagaraEffect_Poison) == 0x000180, "Member 'UStatusEffectVisualize_C::NiagaraEffect_Poison' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, NiagaraEffect_Lightning) == 0x000188, "Member 'UStatusEffectVisualize_C::NiagaraEffect_Lightning' has a wrong offset!"); \ static_assert(offsetof(UStatusEffectVisualize_C, NiagaraEffect_Freeze) == 0x000190, "Member 'UStatusEffectVisualize_C::NiagaraEffect_Freeze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositionGraphCapturePasses \ static_assert(alignof(FCompositionGraphCapturePasses) == 0x000008, "Wrong alignment on FCompositionGraphCapturePasses"); \ static_assert(sizeof(FCompositionGraphCapturePasses) == 0x000010, "Wrong size on FCompositionGraphCapturePasses"); \ static_assert(offsetof(FCompositionGraphCapturePasses, Value) == 0x000000, "Member 'FCompositionGraphCapturePasses::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameMetrics \ static_assert(alignof(FFrameMetrics) == 0x000004, "Wrong alignment on FFrameMetrics"); \ static_assert(sizeof(FFrameMetrics) == 0x000010, "Wrong size on FFrameMetrics"); \ static_assert(offsetof(FFrameMetrics, TotalElapsedTime) == 0x000000, "Member 'FFrameMetrics::TotalElapsedTime' has a wrong offset!"); \ static_assert(offsetof(FFrameMetrics, FrameDelta) == 0x000004, "Member 'FFrameMetrics::FrameDelta' has a wrong offset!"); \ static_assert(offsetof(FFrameMetrics, FrameNumber) == 0x000008, "Member 'FFrameMetrics::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FFrameMetrics, NumDroppedFrames) == 0x00000C, "Member 'FFrameMetrics::NumDroppedFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCaptureResolution \ static_assert(alignof(FCaptureResolution) == 0x000004, "Wrong alignment on FCaptureResolution"); \ static_assert(sizeof(FCaptureResolution) == 0x000008, "Wrong size on FCaptureResolution"); \ static_assert(offsetof(FCaptureResolution, ResX) == 0x000000, "Member 'FCaptureResolution::ResX' has a wrong offset!"); \ static_assert(offsetof(FCaptureResolution, ResY) == 0x000004, "Member 'FCaptureResolution::ResY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCaptureSettings \ static_assert(alignof(FMovieSceneCaptureSettings) == 0x000008, "Wrong alignment on FMovieSceneCaptureSettings"); \ static_assert(sizeof(FMovieSceneCaptureSettings) == 0x000070, "Wrong size on FMovieSceneCaptureSettings"); \ static_assert(offsetof(FMovieSceneCaptureSettings, OutputDirectory) == 0x000000, "Member 'FMovieSceneCaptureSettings::OutputDirectory' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, GameModeOverride) == 0x000010, "Member 'FMovieSceneCaptureSettings::GameModeOverride' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, OutputFormat) == 0x000018, "Member 'FMovieSceneCaptureSettings::OutputFormat' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bOverwriteExisting) == 0x000028, "Member 'FMovieSceneCaptureSettings::bOverwriteExisting' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bUseRelativeFrameNumbers) == 0x000029, "Member 'FMovieSceneCaptureSettings::bUseRelativeFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, HandleFrames) == 0x00002C, "Member 'FMovieSceneCaptureSettings::HandleFrames' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, MovieExtension) == 0x000030, "Member 'FMovieSceneCaptureSettings::MovieExtension' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, ZeroPadFrameNumbers) == 0x000040, "Member 'FMovieSceneCaptureSettings::ZeroPadFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, FrameRate) == 0x000044, "Member 'FMovieSceneCaptureSettings::FrameRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bUseCustomFrameRate) == 0x00004C, "Member 'FMovieSceneCaptureSettings::bUseCustomFrameRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, CustomFrameRate) == 0x000050, "Member 'FMovieSceneCaptureSettings::CustomFrameRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, Resolution) == 0x000058, "Member 'FMovieSceneCaptureSettings::Resolution' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bEnableTextureStreaming) == 0x000060, "Member 'FMovieSceneCaptureSettings::bEnableTextureStreaming' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicEngineScalability) == 0x000061, "Member 'FMovieSceneCaptureSettings::bCinematicEngineScalability' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicMode) == 0x000062, "Member 'FMovieSceneCaptureSettings::bCinematicMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bAllowMovement) == 0x000063, "Member 'FMovieSceneCaptureSettings::bAllowMovement' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bAllowTurning) == 0x000064, "Member 'FMovieSceneCaptureSettings::bAllowTurning' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bShowPlayer) == 0x000065, "Member 'FMovieSceneCaptureSettings::bShowPlayer' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bShowHUD) == 0x000066, "Member 'FMovieSceneCaptureSettings::bShowHUD' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, bUsePathTracer) == 0x000067, "Member 'FMovieSceneCaptureSettings::bUsePathTracer' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCaptureSettings, PathTracerSamplePerPixel) == 0x000068, "Member 'FMovieSceneCaptureSettings::PathTracerSamplePerPixel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCapturedPixels \ static_assert(alignof(FCapturedPixels) == 0x000008, "Wrong alignment on FCapturedPixels"); \ static_assert(sizeof(FCapturedPixels) == 0x000010, "Wrong size on FCapturedPixels"); \ #define DUMPER7_ASSERTS_FCapturedPixelsID \ static_assert(alignof(FCapturedPixelsID) == 0x000008, "Wrong alignment on FCapturedPixelsID"); \ static_assert(sizeof(FCapturedPixelsID) == 0x000050, "Wrong size on FCapturedPixelsID"); \ static_assert(offsetof(FCapturedPixelsID, Identifiers) == 0x000000, "Member 'FCapturedPixelsID::Identifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_GetState \ static_assert(alignof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_GetState"); \ static_assert(sizeof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_GetState"); \ static_assert(offsetof(MovieSceneCaptureProtocolBase_GetState, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_IsCapturing \ static_assert(alignof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_IsCapturing"); \ static_assert(sizeof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_IsCapturing"); \ static_assert(offsetof(MovieSceneCaptureProtocolBase_IsCapturing, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_IsCapturing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCaptureProtocolBase \ static_assert(alignof(UMovieSceneCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneCaptureProtocolBase"); \ static_assert(sizeof(UMovieSceneCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneCaptureProtocolBase"); \ static_assert(offsetof(UMovieSceneCaptureProtocolBase, State) == 0x000050, "Member 'UMovieSceneCaptureProtocolBase::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAudioCaptureProtocolBase \ static_assert(alignof(UMovieSceneAudioCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneAudioCaptureProtocolBase"); \ static_assert(sizeof(UMovieSceneAudioCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneAudioCaptureProtocolBase"); \ #define DUMPER7_ASSERTS_UNullAudioCaptureProtocol \ static_assert(alignof(UNullAudioCaptureProtocol) == 0x000008, "Wrong alignment on UNullAudioCaptureProtocol"); \ static_assert(sizeof(UNullAudioCaptureProtocol) == 0x000058, "Wrong size on UNullAudioCaptureProtocol"); \ #define DUMPER7_ASSERTS_UMasterAudioSubmixCaptureProtocol \ static_assert(alignof(UMasterAudioSubmixCaptureProtocol) == 0x000008, "Wrong alignment on UMasterAudioSubmixCaptureProtocol"); \ static_assert(sizeof(UMasterAudioSubmixCaptureProtocol) == 0x000090, "Wrong size on UMasterAudioSubmixCaptureProtocol"); \ static_assert(offsetof(UMasterAudioSubmixCaptureProtocol, Filename) == 0x000058, "Member 'UMasterAudioSubmixCaptureProtocol::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneImageCaptureProtocolBase \ static_assert(alignof(UMovieSceneImageCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneImageCaptureProtocolBase"); \ static_assert(sizeof(UMovieSceneImageCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneImageCaptureProtocolBase"); \ #define DUMPER7_ASSERTS_UCompositionGraphCaptureProtocol \ static_assert(alignof(UCompositionGraphCaptureProtocol) == 0x000008, "Wrong alignment on UCompositionGraphCaptureProtocol"); \ static_assert(sizeof(UCompositionGraphCaptureProtocol) == 0x0000C0, "Wrong size on UCompositionGraphCaptureProtocol"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, IncludeRenderPasses) == 0x000058, "Member 'UCompositionGraphCaptureProtocol::IncludeRenderPasses' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, bCaptureFramesInHDR) == 0x000068, "Member 'UCompositionGraphCaptureProtocol::bCaptureFramesInHDR' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, HDRCompressionQuality) == 0x00006C, "Member 'UCompositionGraphCaptureProtocol::HDRCompressionQuality' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, CaptureGamut) == 0x000070, "Member 'UCompositionGraphCaptureProtocol::CaptureGamut' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterial) == 0x000078, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterial' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, bDisableScreenPercentage) == 0x000090, "Member 'UCompositionGraphCaptureProtocol::bDisableScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterialPtr) == 0x000098, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterialPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFrameGrabberProtocol \ static_assert(alignof(UFrameGrabberProtocol) == 0x000008, "Wrong alignment on UFrameGrabberProtocol"); \ static_assert(sizeof(UFrameGrabberProtocol) == 0x000068, "Wrong size on UFrameGrabberProtocol"); \ #define DUMPER7_ASSERTS_UImageSequenceProtocol \ static_assert(alignof(UImageSequenceProtocol) == 0x000008, "Wrong alignment on UImageSequenceProtocol"); \ static_assert(sizeof(UImageSequenceProtocol) == 0x0000D8, "Wrong size on UImageSequenceProtocol"); \ #define DUMPER7_ASSERTS_UCompressedImageSequenceProtocol \ static_assert(alignof(UCompressedImageSequenceProtocol) == 0x000008, "Wrong alignment on UCompressedImageSequenceProtocol"); \ static_assert(sizeof(UCompressedImageSequenceProtocol) == 0x0000E0, "Wrong size on UCompressedImageSequenceProtocol"); \ static_assert(offsetof(UCompressedImageSequenceProtocol, CompressionQuality) == 0x0000D8, "Member 'UCompressedImageSequenceProtocol::CompressionQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImageSequenceProtocol_BMP \ static_assert(alignof(UImageSequenceProtocol_BMP) == 0x000008, "Wrong alignment on UImageSequenceProtocol_BMP"); \ static_assert(sizeof(UImageSequenceProtocol_BMP) == 0x0000D8, "Wrong size on UImageSequenceProtocol_BMP"); \ #define DUMPER7_ASSERTS_UImageSequenceProtocol_PNG \ static_assert(alignof(UImageSequenceProtocol_PNG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_PNG"); \ static_assert(sizeof(UImageSequenceProtocol_PNG) == 0x0000E0, "Wrong size on UImageSequenceProtocol_PNG"); \ #define DUMPER7_ASSERTS_UImageSequenceProtocol_JPG \ static_assert(alignof(UImageSequenceProtocol_JPG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_JPG"); \ static_assert(sizeof(UImageSequenceProtocol_JPG) == 0x0000E0, "Wrong size on UImageSequenceProtocol_JPG"); \ #define DUMPER7_ASSERTS_UImageSequenceProtocol_EXR \ static_assert(alignof(UImageSequenceProtocol_EXR) == 0x000008, "Wrong alignment on UImageSequenceProtocol_EXR"); \ static_assert(sizeof(UImageSequenceProtocol_EXR) == 0x0000E8, "Wrong size on UImageSequenceProtocol_EXR"); \ static_assert(offsetof(UImageSequenceProtocol_EXR, bCompressed) == 0x0000D8, "Member 'UImageSequenceProtocol_EXR::bCompressed' has a wrong offset!"); \ static_assert(offsetof(UImageSequenceProtocol_EXR, CaptureGamut) == 0x0000D9, "Member 'UImageSequenceProtocol_EXR::CaptureGamut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneCaptureInterface \ static_assert(alignof(IMovieSceneCaptureInterface) == 0x000001, "Wrong alignment on IMovieSceneCaptureInterface"); \ static_assert(sizeof(IMovieSceneCaptureInterface) == 0x000001, "Wrong size on IMovieSceneCaptureInterface"); \ #define DUMPER7_ASSERTS_MovieSceneCapture_GetAudioCaptureProtocol \ static_assert(alignof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetAudioCaptureProtocol"); \ static_assert(sizeof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetAudioCaptureProtocol"); \ static_assert(offsetof(MovieSceneCapture_GetAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCapture_GetImageCaptureProtocol \ static_assert(alignof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetImageCaptureProtocol"); \ static_assert(sizeof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetImageCaptureProtocol"); \ static_assert(offsetof(MovieSceneCapture_GetImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCapture_SetAudioCaptureProtocolType \ static_assert(alignof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetAudioCaptureProtocolType"); \ static_assert(sizeof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetAudioCaptureProtocolType"); \ static_assert(offsetof(MovieSceneCapture_SetAudioCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetAudioCaptureProtocolType::ProtocolType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCapture_SetImageCaptureProtocolType \ static_assert(alignof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetImageCaptureProtocolType"); \ static_assert(sizeof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetImageCaptureProtocolType"); \ static_assert(offsetof(MovieSceneCapture_SetImageCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetImageCaptureProtocolType::ProtocolType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCapture \ static_assert(alignof(UMovieSceneCapture) == 0x000008, "Wrong alignment on UMovieSceneCapture"); \ static_assert(sizeof(UMovieSceneCapture) == 0x000220, "Wrong size on UMovieSceneCapture"); \ static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocolType) == 0x000038, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000050, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000068, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000070, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000078, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x0000E8, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x0000E9, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x0000F0, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000100, "Member 'UMovieSceneCapture::InheritedCommandLineArguments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelCapture \ static_assert(alignof(ULevelCapture) == 0x000008, "Wrong alignment on ULevelCapture"); \ static_assert(sizeof(ULevelCapture) == 0x000240, "Wrong size on ULevelCapture"); \ static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000220, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x00022C, "Member 'ULevelCapture::PrerequisiteActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindAudioCaptureProtocol \ static_assert(alignof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ static_assert(sizeof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ static_assert(offsetof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindImageCaptureProtocol \ static_assert(alignof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ static_assert(sizeof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ static_assert(offsetof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureElapsedTime \ static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureElapsedTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureFrameNumber \ static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_IsCaptureInProgress \ static_assert(alignof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong alignment on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ static_assert(sizeof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong size on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ static_assert(offsetof(MovieSceneCaptureEnvironment_IsCaptureInProgress, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_IsCaptureInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCaptureEnvironment \ static_assert(alignof(UMovieSceneCaptureEnvironment) == 0x000008, "Wrong alignment on UMovieSceneCaptureEnvironment"); \ static_assert(sizeof(UMovieSceneCaptureEnvironment) == 0x000028, "Wrong size on UMovieSceneCaptureEnvironment"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnPixelsReceived \ static_assert(alignof(UserDefinedCaptureProtocol_OnPixelsReceived) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_OnPixelsReceived"); \ static_assert(sizeof(UserDefinedCaptureProtocol_OnPixelsReceived) == 0x000070, "Wrong size on UserDefinedCaptureProtocol_OnPixelsReceived"); \ static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, Pixels) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::Pixels' has a wrong offset!"); \ static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, ID) == 0x000010, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::ID' has a wrong offset!"); \ static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, FrameMetrics) == 0x000060, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::FrameMetrics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnSetup \ static_assert(alignof(UserDefinedCaptureProtocol_OnSetup) == 0x000001, "Wrong alignment on UserDefinedCaptureProtocol_OnSetup"); \ static_assert(sizeof(UserDefinedCaptureProtocol_OnSetup) == 0x000001, "Wrong size on UserDefinedCaptureProtocol_OnSetup"); \ static_assert(offsetof(UserDefinedCaptureProtocol_OnSetup, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_ResolveBuffer \ static_assert(alignof(UserDefinedCaptureProtocol_ResolveBuffer) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_ResolveBuffer"); \ static_assert(sizeof(UserDefinedCaptureProtocol_ResolveBuffer) == 0x000058, "Wrong size on UserDefinedCaptureProtocol_ResolveBuffer"); \ static_assert(offsetof(UserDefinedCaptureProtocol_ResolveBuffer, Buffer) == 0x000000, "Member 'UserDefinedCaptureProtocol_ResolveBuffer::Buffer' has a wrong offset!"); \ static_assert(offsetof(UserDefinedCaptureProtocol_ResolveBuffer, BufferID) == 0x000008, "Member 'UserDefinedCaptureProtocol_ResolveBuffer::BufferID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_StartCapturingFinalPixels \ static_assert(alignof(UserDefinedCaptureProtocol_StartCapturingFinalPixels) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_StartCapturingFinalPixels"); \ static_assert(sizeof(UserDefinedCaptureProtocol_StartCapturingFinalPixels) == 0x000050, "Wrong size on UserDefinedCaptureProtocol_StartCapturingFinalPixels"); \ static_assert(offsetof(UserDefinedCaptureProtocol_StartCapturingFinalPixels, StreamID) == 0x000000, "Member 'UserDefinedCaptureProtocol_StartCapturingFinalPixels::StreamID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_GenerateFilename \ static_assert(alignof(UserDefinedCaptureProtocol_GenerateFilename) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_GenerateFilename"); \ static_assert(sizeof(UserDefinedCaptureProtocol_GenerateFilename) == 0x000020, "Wrong size on UserDefinedCaptureProtocol_GenerateFilename"); \ static_assert(offsetof(UserDefinedCaptureProtocol_GenerateFilename, InFrameMetrics) == 0x000000, "Member 'UserDefinedCaptureProtocol_GenerateFilename::InFrameMetrics' has a wrong offset!"); \ static_assert(offsetof(UserDefinedCaptureProtocol_GenerateFilename, ReturnValue) == 0x000010, "Member 'UserDefinedCaptureProtocol_GenerateFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_GetCurrentFrameMetrics \ static_assert(alignof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics) == 0x000004, "Wrong alignment on UserDefinedCaptureProtocol_GetCurrentFrameMetrics"); \ static_assert(sizeof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics) == 0x000010, "Wrong size on UserDefinedCaptureProtocol_GetCurrentFrameMetrics"); \ static_assert(offsetof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_GetCurrentFrameMetrics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnCanFinalize \ static_assert(alignof(UserDefinedCaptureProtocol_OnCanFinalize) == 0x000001, "Wrong alignment on UserDefinedCaptureProtocol_OnCanFinalize"); \ static_assert(sizeof(UserDefinedCaptureProtocol_OnCanFinalize) == 0x000001, "Wrong size on UserDefinedCaptureProtocol_OnCanFinalize"); \ static_assert(offsetof(UserDefinedCaptureProtocol_OnCanFinalize, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnCanFinalize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserDefinedCaptureProtocol \ static_assert(alignof(UUserDefinedCaptureProtocol) == 0x000008, "Wrong alignment on UUserDefinedCaptureProtocol"); \ static_assert(sizeof(UUserDefinedCaptureProtocol) == 0x0000D8, "Wrong size on UUserDefinedCaptureProtocol"); \ static_assert(offsetof(UUserDefinedCaptureProtocol, World) == 0x000058, "Member 'UUserDefinedCaptureProtocol::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer \ static_assert(alignof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer"); \ static_assert(sizeof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer) == 0x000068, "Wrong size on UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, Buffer) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::Buffer' has a wrong offset!"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, StreamID) == 0x000008, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::StreamID' has a wrong offset!"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, ReturnValue) == 0x000058, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame \ static_assert(alignof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame"); \ static_assert(sizeof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame) == 0x000010, "Wrong size on UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame, ReturnValue) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_WriteImageToDisk \ static_assert(alignof(UserDefinedImageCaptureProtocol_WriteImageToDisk) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_WriteImageToDisk"); \ static_assert(sizeof(UserDefinedImageCaptureProtocol_WriteImageToDisk) == 0x000078, "Wrong size on UserDefinedImageCaptureProtocol_WriteImageToDisk"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, PixelData) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::PixelData' has a wrong offset!"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, StreamID) == 0x000010, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::StreamID' has a wrong offset!"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, FrameMetrics) == 0x000060, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::FrameMetrics' has a wrong offset!"); \ static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, bCopyImageData) == 0x000070, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::bCopyImageData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserDefinedImageCaptureProtocol \ static_assert(alignof(UUserDefinedImageCaptureProtocol) == 0x000008, "Wrong alignment on UUserDefinedImageCaptureProtocol"); \ static_assert(sizeof(UUserDefinedImageCaptureProtocol) == 0x0000E0, "Wrong size on UUserDefinedImageCaptureProtocol"); \ static_assert(offsetof(UUserDefinedImageCaptureProtocol, Format) == 0x0000D8, "Member 'UUserDefinedImageCaptureProtocol::Format' has a wrong offset!"); \ static_assert(offsetof(UUserDefinedImageCaptureProtocol, bEnableCompression) == 0x0000D9, "Member 'UUserDefinedImageCaptureProtocol::bEnableCompression' has a wrong offset!"); \ static_assert(offsetof(UUserDefinedImageCaptureProtocol, CompressionQuality) == 0x0000DC, "Member 'UUserDefinedImageCaptureProtocol::CompressionQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVideoCaptureProtocol \ static_assert(alignof(UVideoCaptureProtocol) == 0x000008, "Wrong alignment on UVideoCaptureProtocol"); \ static_assert(sizeof(UVideoCaptureProtocol) == 0x000080, "Wrong size on UVideoCaptureProtocol"); \ static_assert(offsetof(UVideoCaptureProtocol, bUseCompression) == 0x000068, "Member 'UVideoCaptureProtocol::bUseCompression' has a wrong offset!"); \ static_assert(offsetof(UVideoCaptureProtocol, CompressionQuality) == 0x00006C, "Member 'UVideoCaptureProtocol::CompressionQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1 \ static_assert(alignof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1"); \ static_assert(sizeof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1) == 0x000308, "Wrong size on Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, EntryPoint) == 0x000000, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_Event_HitResult) == 0x000004, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_Event_DamageType) == 0x000090, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_Event_PawnInstigator) == 0x000098, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_Event_ImpulseDir) == 0x0000A0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetObjectClass_ReturnValue) == 0x0000B0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0000B8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_HasAuthority_ReturnValue) == 0x0000B9, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsInTrain_Result) == 0x0000BA, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsWithEditor_ReturnValue) == 0x0000BB, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_bool_Has_Been_Initd_Variable) == 0x0000BC, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_int_Array_Index_Variable) == 0x0000C0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetAnimInstance_ReturnValue) == 0x0000C8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_HitComponent) == 0x0000D0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000D8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000E0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_NormalImpulse) == 0x0000E8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_Hit) == 0x0000F4, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsValid_ReturnValue) == 0x00017C, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetAIController_ReturnValue) == 0x000180, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_AsHTNComponent) == 0x000190, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_AsHTNComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_CustomEvent_QueryInstance) == 0x0001A0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_CustomEvent_QueryStatus) == 0x0001A8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A9, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x0001B0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x0001C0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_Array_Get_Item) == 0x0001C4, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_Array_Length_ReturnValue) == 0x0001D0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetAIController_ReturnValue_1) == 0x0001D8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_int_Loop_Counter_Variable) == 0x0001E0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_bool_IsClosed_Variable) == 0x0001E4, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_Less_IntInt_ReturnValue) == 0x0001E5, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_Add_IntInt_ReturnValue) == 0x0001E8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_CustomEvent_OtherActor) == 0x0001F0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_object_Variable) == 0x0001F8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_AsFGCharacter) == 0x000200, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_bSuccess_1) == 0x000208, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000210, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_bSuccess_2) == 0x000218, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_GetAIController_ReturnValue_2) == 0x000220, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_GetAIController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000228, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OtherActor) == 0x000230, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OtherComp) == 0x000238, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000240, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_bFromSweep) == 0x000244, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_ComponentBoundEvent_SweepResult) == 0x000248, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsValid_ReturnValue_2) == 0x0002D0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_IsValid_ReturnValue_3) == 0x0002D1, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_AsHTNComponent_1) == 0x0002D8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_AsHTNComponent_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_DynamicCast_bSuccess_3) == 0x0002E0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_HasAuthority_ReturnValue_1) == 0x0002E1, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_object_Variable_1) == 0x0002E8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_HasAuthority_ReturnValue_2) == 0x0002F0, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_HasAuthority_ReturnValue_3) == 0x0002F1, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, Temp_bool_Variable) == 0x0002F2, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, K2Node_Select_Default) == 0x0002F8, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1, CallFunc_RunHTN_ReturnValue) == 0x000300, "Member 'Nazi_Soldier_T1_C_ExecuteUbergraph_Nazi_Soldier_T1::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_BulletDetectCapsule_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_OnGetCloseToOthers \ static_assert(alignof(Nazi_Soldier_T1_C_OnGetCloseToOthers) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_OnGetCloseToOthers"); \ static_assert(sizeof(Nazi_Soldier_T1_C_OnGetCloseToOthers) == 0x000008, "Wrong size on Nazi_Soldier_T1_C_OnGetCloseToOthers"); \ static_assert(offsetof(Nazi_Soldier_T1_C_OnGetCloseToOthers, OtherActor) == 0x000000, "Member 'Nazi_Soldier_T1_C_OnGetCloseToOthers::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'Nazi_Soldier_T1_C_BndEvt__Nazi_Soldier_T1_CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'Nazi_Soldier_T1_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_IsSomeoneSeeMe \ static_assert(alignof(Nazi_Soldier_T1_C_IsSomeoneSeeMe) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_IsSomeoneSeeMe"); \ static_assert(sizeof(Nazi_Soldier_T1_C_IsSomeoneSeeMe) == 0x000058, "Wrong size on Nazi_Soldier_T1_C_IsSomeoneSeeMe"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, Result) == 0x000000, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::Result' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000018, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_GetKnownPerceivedActors_OutActors) == 0x000020, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_GetKnownPerceivedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_Array_Get_Item) == 0x000038, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, K2Node_DynamicCast_AsThird_Person_Character) == 0x000048, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_IsSomeoneSeeMe, CallFunc_LineOfSightTo_ReturnValue) == 0x000051, "Member 'Nazi_Soldier_T1_C_IsSomeoneSeeMe::CallFunc_LineOfSightTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_TearOffMesh \ static_assert(alignof(Nazi_Soldier_T1_C_TearOffMesh) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_TearOffMesh"); \ static_assert(sizeof(Nazi_Soldier_T1_C_TearOffMesh) == 0x000008, "Wrong size on Nazi_Soldier_T1_C_TearOffMesh"); \ static_assert(offsetof(Nazi_Soldier_T1_C_TearOffMesh, Mesh_0) == 0x000000, "Member 'Nazi_Soldier_T1_C_TearOffMesh::Mesh_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_Loot_Heavy_Module \ static_assert(alignof(Nazi_Soldier_T1_C_Loot_Heavy_Module) == 0x000010, "Wrong alignment on Nazi_Soldier_T1_C_Loot_Heavy_Module"); \ static_assert(sizeof(Nazi_Soldier_T1_C_Loot_Heavy_Module) == 0x000090, "Wrong size on Nazi_Soldier_T1_C_Loot_Heavy_Module"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, _Heavy_Module) == 0x000000, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::_Heavy_Module' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, SpawnedItem) == 0x000008, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::SpawnedItem' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_IsValidClass_ReturnValue) == 0x000050, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000058, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_FinishSpawningActor_ReturnValue) == 0x000060, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_HasAuthority_ReturnValue) == 0x000068, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_IsValid_ReturnValue_2) == 0x00006A, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_GetSlot_ReturnValue) == 0x000070, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_GetItemInstance_ReturnValue) == 0x000078, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000080, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_Loot_Heavy_Module, CallFunc_CanLootItem_ReturnValue) == 0x000089, "Member 'Nazi_Soldier_T1_C_Loot_Heavy_Module::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_PutTheftItemInRack \ static_assert(alignof(Nazi_Soldier_T1_C_PutTheftItemInRack) == 0x000010, "Wrong alignment on Nazi_Soldier_T1_C_PutTheftItemInRack"); \ static_assert(sizeof(Nazi_Soldier_T1_C_PutTheftItemInRack) == 0x000110, "Wrong size on Nazi_Soldier_T1_C_PutTheftItemInRack"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, TargetRack) == 0x000000, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::TargetRack' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, LinkedModuleClass) == 0x000008, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::LinkedModuleClass' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, TargetTransform) == 0x000010, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::TargetTransform' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000040, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_BreakTransform_Location) == 0x000048, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_BreakTransform_Rotation) == 0x000054, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_BreakTransform_Scale) == 0x000060, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x000070, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000080, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_InverseTransformRotation_ReturnValue) == 0x0000B0, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_InverseTransformLocation_ReturnValue) == 0x0000BC, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_SpawnWagonModule_ReturnValue) == 0x0000C8, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_SpawnWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x0000D8, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_GetSocketsTransforms_ReturnValue) == 0x0000E0, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_GetSocketsTransforms_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_IsValid_ReturnValue_2) == 0x0000F0, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F1, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_GetSlot_ReturnValue) == 0x0000F8, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000100, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_PutTheftItemInRack, CallFunc_IsValidClass_ReturnValue) == 0x000109, "Member 'Nazi_Soldier_T1_C_PutTheftItemInRack::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_SetWantPlayTacticalMove \ static_assert(alignof(Nazi_Soldier_T1_C_SetWantPlayTacticalMove) == 0x000004, "Wrong alignment on Nazi_Soldier_T1_C_SetWantPlayTacticalMove"); \ static_assert(sizeof(Nazi_Soldier_T1_C_SetWantPlayTacticalMove) == 0x000004, "Wrong size on Nazi_Soldier_T1_C_SetWantPlayTacticalMove"); \ static_assert(offsetof(Nazi_Soldier_T1_C_SetWantPlayTacticalMove, CallFunc_GetTimeSeconds_ReturnValue) == 0x000000, "Member 'Nazi_Soldier_T1_C_SetWantPlayTacticalMove::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_RagdollPlayHit \ static_assert(alignof(Nazi_Soldier_T1_C_RagdollPlayHit) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_RagdollPlayHit"); \ static_assert(sizeof(Nazi_Soldier_T1_C_RagdollPlayHit) == 0x0000A8, "Wrong size on Nazi_Soldier_T1_C_RagdollPlayHit"); \ static_assert(offsetof(Nazi_Soldier_T1_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'Nazi_Soldier_T1_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'Nazi_Soldier_T1_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'Nazi_Soldier_T1_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'Nazi_Soldier_T1_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_GetDeathAnimationSequence \ static_assert(alignof(Nazi_Soldier_T1_C_GetDeathAnimationSequence) == 0x000008, "Wrong alignment on Nazi_Soldier_T1_C_GetDeathAnimationSequence"); \ static_assert(sizeof(Nazi_Soldier_T1_C_GetDeathAnimationSequence) == 0x000030, "Wrong size on Nazi_Soldier_T1_C_GetDeathAnimationSequence"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, bCanDieForward) == 0x000000, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, bCanDieBackward) == 0x000001, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, ReturnValue) == 0x000008, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, LocalResult) == 0x000010, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::LocalResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, CallFunc_Array_Random_OutItem) == 0x000020, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_GetDeathAnimationSequence, CallFunc_Array_Random_OutIndex) == 0x000028, "Member 'Nazi_Soldier_T1_C_GetDeathAnimationSequence::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_CanPlayDeathAnimation \ static_assert(alignof(Nazi_Soldier_T1_C_CanPlayDeathAnimation) == 0x000001, "Wrong alignment on Nazi_Soldier_T1_C_CanPlayDeathAnimation"); \ static_assert(sizeof(Nazi_Soldier_T1_C_CanPlayDeathAnimation) == 0x000008, "Wrong size on Nazi_Soldier_T1_C_CanPlayDeathAnimation"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, bCanDieForward) == 0x000000, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, bCanDieBackward) == 0x000001, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, ReturnValue) == 0x000002, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, CallFunc_CanPlayDeathAnimation_bCanDieForward) == 0x000003, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::CallFunc_CanPlayDeathAnimation_bCanDieForward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, CallFunc_CanPlayDeathAnimation_bCanDieBackward) == 0x000004, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::CallFunc_CanPlayDeathAnimation_bCanDieBackward' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, CallFunc_CanPlayDeathAnimation_ReturnValue) == 0x000005, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::CallFunc_CanPlayDeathAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanPlayDeathAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'Nazi_Soldier_T1_C_CanPlayDeathAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_T1_C_CanFire \ static_assert(alignof(Nazi_Soldier_T1_C_CanFire) == 0x000004, "Wrong alignment on Nazi_Soldier_T1_C_CanFire"); \ static_assert(sizeof(Nazi_Soldier_T1_C_CanFire) == 0x000014, "Wrong size on Nazi_Soldier_T1_C_CanFire"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, ReturnValue) == 0x000000, "Member 'Nazi_Soldier_T1_C_CanFire::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, CallFunc_GetTimeSeconds_ReturnValue) == 0x000004, "Member 'Nazi_Soldier_T1_C_CanFire::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, CallFunc_CanFire_ReturnValue) == 0x000008, "Member 'Nazi_Soldier_T1_C_CanFire::CallFunc_CanFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'Nazi_Soldier_T1_C_CanFire::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'Nazi_Soldier_T1_C_CanFire::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_T1_C_CanFire, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'Nazi_Soldier_T1_C_CanFire::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANazi_Soldier_T1_C \ static_assert(alignof(ANazi_Soldier_T1_C) == 0x000010, "Wrong alignment on ANazi_Soldier_T1_C"); \ static_assert(sizeof(ANazi_Soldier_T1_C) == 0x001370, "Wrong size on ANazi_Soldier_T1_C"); \ static_assert(offsetof(ANazi_Soldier_T1_C, UberGraphFrame_Nazi_Soldier_T1_C) == 0x001278, "Member 'ANazi_Soldier_T1_C::UberGraphFrame_Nazi_Soldier_T1_C' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, HitReactionComponent) == 0x001280, "Member 'ANazi_Soldier_T1_C::HitReactionComponent' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, KneePadsArmorL) == 0x001288, "Member 'ANazi_Soldier_T1_C::KneePadsArmorL' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, KneePadsArmorR) == 0x001290, "Member 'ANazi_Soldier_T1_C::KneePadsArmorR' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, BodyBackArmor) == 0x001298, "Member 'ANazi_Soldier_T1_C::BodyBackArmor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, BodyFrontArmor) == 0x0012A0, "Member 'ANazi_Soldier_T1_C::BodyFrontArmor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, ShoulderArmorL) == 0x0012A8, "Member 'ANazi_Soldier_T1_C::ShoulderArmorL' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, ShoulderArmorR) == 0x0012B0, "Member 'ANazi_Soldier_T1_C::ShoulderArmorR' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, HelmetArmor) == 0x0012B8, "Member 'ANazi_Soldier_T1_C::HelmetArmor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, StatusEffectVisualize) == 0x0012C0, "Member 'ANazi_Soldier_T1_C::StatusEffectVisualize' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, StatusEffect) == 0x0012C8, "Member 'ANazi_Soldier_T1_C::StatusEffect' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, GrassWaver) == 0x0012D0, "Member 'ANazi_Soldier_T1_C::GrassWaver' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, LifeMatParameter) == 0x0012D8, "Member 'ANazi_Soldier_T1_C::LifeMatParameter' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, CoverPointActor) == 0x0012E0, "Member 'ANazi_Soldier_T1_C::CoverPointActor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, bPlayingHitReaction) == 0x0012E8, "Member 'ANazi_Soldier_T1_C::bPlayingHitReaction' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, SpawnedWeapon) == 0x0012F0, "Member 'ANazi_Soldier_T1_C::SpawnedWeapon' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, Armor) == 0x0012F8, "Member 'ANazi_Soldier_T1_C::Armor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, NewVar_2_0) == 0x001308, "Member 'ANazi_Soldier_T1_C::NewVar_2_0' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, MaterialInstance_01) == 0x001310, "Member 'ANazi_Soldier_T1_C::MaterialInstance_01' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, MaterialInstance_Array) == 0x001318, "Member 'ANazi_Soldier_T1_C::MaterialInstance_Array' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, OperatingTrainEngine) == 0x001328, "Member 'ANazi_Soldier_T1_C::OperatingTrainEngine' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, OperatingHarpoon) == 0x001330, "Member 'ANazi_Soldier_T1_C::OperatingHarpoon' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, OnHeavyItemPlaced) == 0x001338, "Member 'ANazi_Soldier_T1_C::OnHeavyItemPlaced' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, DeathAnimationsBackward) == 0x001348, "Member 'ANazi_Soldier_T1_C::DeathAnimationsBackward' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, DeathAnimationsForward) == 0x001358, "Member 'ANazi_Soldier_T1_C::DeathAnimationsForward' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, WantPlayTacticalMoveTime) == 0x001368, "Member 'ANazi_Soldier_T1_C::WantPlayTacticalMoveTime' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_T1_C, bIsTrainSoldier) == 0x00136C, "Member 'ANazi_Soldier_T1_C::bIsTrainSoldier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass \ static_assert(alignof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass) == 0x000080, "Wrong size on Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, EntryPoint) == 0x000000, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_Event_Player_1) == 0x000028, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_Event_Player) == 0x000030, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_GetQuestInventory_ReturnValue) == 0x000038, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_CustomEvent_QuestItem) == 0x000048, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_CustomEvent_QuestItem' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_GetQuestInventory_ReturnValue_1) == 0x000050, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_GetQuestInventory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000058, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x00005A, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_CustomEvent_Placeholder) == 0x000060, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, K2Node_CustomEvent_Count) == 0x000068, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_BooleanOR_ReturnValue) == 0x00006C, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_IsValid_ReturnValue_2) == 0x00006D, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_GetObjectClass_ReturnValue) == 0x000070, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000078, "Member 'Task_GetItemOfParentClass_C_ExecuteUbergraph_Task_GetItemOfParentClass::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0 \ static_assert(alignof(Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0) == 0x000010, "Wrong size on Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0, Placeholder) == 0x000000, "Member 'Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0, Count_0) == 0x000008, "Member 'Task_GetItemOfParentClass_C_OnPlaceholderAdd_Event_0::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0 \ static_assert(alignof(Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0) == 0x000008, "Wrong size on Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0, QuestItem) == 0x000000, "Member 'Task_GetItemOfParentClass_C_OnItemPickedUp_Event_0::QuestItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_OnRemoveFromPlayer \ static_assert(alignof(Task_GetItemOfParentClass_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_GetItemOfParentClass_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_GetItemOfParentClass_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_OnGivePlayer \ static_assert(alignof(Task_GetItemOfParentClass_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_OnGivePlayer"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_OnGivePlayer) == 0x000008, "Wrong size on Task_GetItemOfParentClass_C_OnGivePlayer"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_GetItemOfParentClass_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_GetMaxProgress \ static_assert(alignof(Task_GetItemOfParentClass_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_GetItemOfParentClass_C_GetMaxProgress"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_GetMaxProgress) == 0x000004, "Wrong size on Task_GetItemOfParentClass_C_GetMaxProgress"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_GetItemOfParentClass_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItemOfParentClass_C_CheckAlreadyHave \ static_assert(alignof(Task_GetItemOfParentClass_C_CheckAlreadyHave) == 0x000008, "Wrong alignment on Task_GetItemOfParentClass_C_CheckAlreadyHave"); \ static_assert(sizeof(Task_GetItemOfParentClass_C_CheckAlreadyHave) == 0x000068, "Wrong size on Task_GetItemOfParentClass_C_CheckAlreadyHave"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, LocalItemCount) == 0x000000, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::LocalItemCount' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetQuestInventory_ReturnValue) == 0x000008, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetItemCountByClass_ReturnValue) == 0x000014, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetItemCountByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetProgress_ReturnValue) == 0x00001C, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Array_Get_Item) == 0x000040, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetItemCountOfParentClass_ReturnValue) == 0x000050, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetItemCountOfParentClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_GetItemCountOfParentClass_ReturnValue_1) == 0x000058, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_GetItemCountOfParentClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_2) == 0x00005C, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItemOfParentClass_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000060, "Member 'Task_GetItemOfParentClass_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_GetItemOfParentClass_C \ static_assert(alignof(UTask_GetItemOfParentClass_C) == 0x000008, "Wrong alignment on UTask_GetItemOfParentClass_C"); \ static_assert(sizeof(UTask_GetItemOfParentClass_C) == 0x0000B8, "Wrong size on UTask_GetItemOfParentClass_C"); \ static_assert(offsetof(UTask_GetItemOfParentClass_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_GetItemOfParentClass_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_GetItemOfParentClass_C, ParentItemClassToGet) == 0x0000A8, "Member 'UTask_GetItemOfParentClass_C::ParentItemClassToGet' has a wrong offset!"); \ static_assert(offsetof(UTask_GetItemOfParentClass_C, Count) == 0x0000B0, "Member 'UTask_GetItemOfParentClass_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_GetItemOfParentClass_C, bCheckAlreadyHave) == 0x0000B4, "Member 'UTask_GetItemOfParentClass_C::bCheckAlreadyHave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePlayerSettings \ static_assert(alignof(UMoviePlayerSettings) == 0x000008, "Wrong alignment on UMoviePlayerSettings"); \ static_assert(sizeof(UMoviePlayerSettings) == 0x000040, "Wrong size on UMoviePlayerSettings"); \ static_assert(offsetof(UMoviePlayerSettings, bWaitForMoviesToComplete) == 0x000028, "Member 'UMoviePlayerSettings::bWaitForMoviesToComplete' has a wrong offset!"); \ static_assert(offsetof(UMoviePlayerSettings, bMoviesAreSkippable) == 0x000029, "Member 'UMoviePlayerSettings::bMoviesAreSkippable' has a wrong offset!"); \ static_assert(offsetof(UMoviePlayerSettings, StartupMovies) == 0x000030, "Member 'UMoviePlayerSettings::StartupMovies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation \ static_assert(alignof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation) == 0x000158, "Wrong size on InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation, EntryPoint) == 0x000000, "Member 'InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation, K2Node_Event_PointerEvent_2) == 0x000008, "Member 'InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation::K2Node_Event_PointerEvent_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation, K2Node_Event_PointerEvent_1) == 0x000078, "Member 'InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation::K2Node_Event_PointerEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation, K2Node_Event_PointerEvent) == 0x0000E8, "Member 'InventoryV2_DnDOperation_C_ExecuteUbergraph_InventoryV2_DnDOperation::K2Node_Event_PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_Drop \ static_assert(alignof(InventoryV2_DnDOperation_C_Drop) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_Drop"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_Drop) == 0x000070, "Wrong size on InventoryV2_DnDOperation_C_Drop"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_Drop, PointerEvent) == 0x000000, "Member 'InventoryV2_DnDOperation_C_Drop::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_Dragged \ static_assert(alignof(InventoryV2_DnDOperation_C_Dragged) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_Dragged"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_Dragged) == 0x000070, "Wrong size on InventoryV2_DnDOperation_C_Dragged"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_Dragged, PointerEvent) == 0x000000, "Member 'InventoryV2_DnDOperation_C_Dragged::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_DragCancelled \ static_assert(alignof(InventoryV2_DnDOperation_C_DragCancelled) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_DragCancelled"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_DragCancelled) == 0x000070, "Wrong size on InventoryV2_DnDOperation_C_DragCancelled"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_DragCancelled, PointerEvent) == 0x000000, "Member 'InventoryV2_DnDOperation_C_DragCancelled::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_GetCurrentPanel \ static_assert(alignof(InventoryV2_DnDOperation_C_GetCurrentPanel) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_GetCurrentPanel"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_GetCurrentPanel) == 0x000018, "Wrong size on InventoryV2_DnDOperation_C_GetCurrentPanel"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_GetCurrentPanel, CurrentPanel_0) == 0x000000, "Member 'InventoryV2_DnDOperation_C_GetCurrentPanel::CurrentPanel_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_GetCurrentPanel, Position) == 0x000008, "Member 'InventoryV2_DnDOperation_C_GetCurrentPanel::Position' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_GetCurrentPanel, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'InventoryV2_DnDOperation_C_GetCurrentPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DnDOperation_C_GetDraggedWidget \ static_assert(alignof(InventoryV2_DnDOperation_C_GetDraggedWidget) == 0x000008, "Wrong alignment on InventoryV2_DnDOperation_C_GetDraggedWidget"); \ static_assert(sizeof(InventoryV2_DnDOperation_C_GetDraggedWidget) == 0x000008, "Wrong size on InventoryV2_DnDOperation_C_GetDraggedWidget"); \ static_assert(offsetof(InventoryV2_DnDOperation_C_GetDraggedWidget, ReturnWidget) == 0x000000, "Member 'InventoryV2_DnDOperation_C_GetDraggedWidget::ReturnWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_DnDOperation_C \ static_assert(alignof(UInventoryV2_DnDOperation_C) == 0x000008, "Wrong alignment on UInventoryV2_DnDOperation_C"); \ static_assert(sizeof(UInventoryV2_DnDOperation_C) == 0x000108, "Wrong size on UInventoryV2_DnDOperation_C"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, UberGraphFrame) == 0x000088, "Member 'UInventoryV2_DnDOperation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, CurrentPanel) == 0x000090, "Member 'UInventoryV2_DnDOperation_C::CurrentPanel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, Size) == 0x000098, "Member 'UInventoryV2_DnDOperation_C::Size' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, PositionOfMouseOnCell) == 0x0000A0, "Member 'UInventoryV2_DnDOperation_C::PositionOfMouseOnCell' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, Direction) == 0x0000A8, "Member 'UInventoryV2_DnDOperation_C::Direction' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, CurrentCellCoords) == 0x0000B0, "Member 'UInventoryV2_DnDOperation_C::CurrentCellCoords' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, CellSize) == 0x0000B8, "Member 'UInventoryV2_DnDOperation_C::CellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsBlock) == 0x0000C0, "Member 'UInventoryV2_DnDOperation_C::IsBlock' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsOverMultipleSlots) == 0x0000C1, "Member 'UInventoryV2_DnDOperation_C::IsOverMultipleSlots' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, ParentPanel) == 0x0000C8, "Member 'UInventoryV2_DnDOperation_C::ParentPanel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsCustomDrag) == 0x0000D0, "Member 'UInventoryV2_DnDOperation_C::IsCustomDrag' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, CustomDragedWidget) == 0x0000D8, "Member 'UInventoryV2_DnDOperation_C::CustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsRotate) == 0x0000E0, "Member 'UInventoryV2_DnDOperation_C::IsRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, Placeholder) == 0x0000E8, "Member 'UInventoryV2_DnDOperation_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, BeginCellCoords) == 0x0000F0, "Member 'UInventoryV2_DnDOperation_C::BeginCellCoords' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, FromSlot) == 0x0000F8, "Member 'UInventoryV2_DnDOperation_C::FromSlot' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, NeedCancelRotate) == 0x000100, "Member 'UInventoryV2_DnDOperation_C::NeedCancelRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, StandartDragRotate) == 0x000101, "Member 'UInventoryV2_DnDOperation_C::StandartDragRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsSplitNow) == 0x000102, "Member 'UInventoryV2_DnDOperation_C::IsSplitNow' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DnDOperation_C, IsStop) == 0x000103, "Member 'UInventoryV2_DnDOperation_C::IsStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlayItem \ static_assert(alignof(FOverlayItem) == 0x000008, "Wrong alignment on FOverlayItem"); \ static_assert(sizeof(FOverlayItem) == 0x000028, "Wrong size on FOverlayItem"); \ static_assert(offsetof(FOverlayItem, StartTime) == 0x000000, "Member 'FOverlayItem::StartTime' has a wrong offset!"); \ static_assert(offsetof(FOverlayItem, EndTime) == 0x000008, "Member 'FOverlayItem::EndTime' has a wrong offset!"); \ static_assert(offsetof(FOverlayItem, Text) == 0x000010, "Member 'FOverlayItem::Text' has a wrong offset!"); \ static_assert(offsetof(FOverlayItem, Position) == 0x000020, "Member 'FOverlayItem::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlays \ static_assert(alignof(UOverlays) == 0x000008, "Wrong alignment on UOverlays"); \ static_assert(sizeof(UOverlays) == 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_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) == 0x000140, "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) == 0x000084, "Member 'UClothConfigNv::Friction' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, WindDragCoefficient) == 0x000088, "Member 'UClothConfigNv::WindDragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, WindLiftCoefficient) == 0x00008C, "Member 'UClothConfigNv::WindLiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, LinearDrag) == 0x000090, "Member 'UClothConfigNv::LinearDrag' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, AngularDrag) == 0x00009C, "Member 'UClothConfigNv::AngularDrag' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, LinearInertiaScale) == 0x0000A8, "Member 'UClothConfigNv::LinearInertiaScale' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, AngularInertiaScale) == 0x0000B4, "Member 'UClothConfigNv::AngularInertiaScale' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, CentrifugalInertiaScale) == 0x0000C0, "Member 'UClothConfigNv::CentrifugalInertiaScale' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, SolverFrequency) == 0x0000CC, "Member 'UClothConfigNv::SolverFrequency' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, StiffnessFrequency) == 0x0000D0, "Member 'UClothConfigNv::StiffnessFrequency' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, GravityScale) == 0x0000D4, "Member 'UClothConfigNv::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, GravityOverride) == 0x0000D8, "Member 'UClothConfigNv::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, bUseGravityOverride) == 0x0000E4, "Member 'UClothConfigNv::bUseGravityOverride' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, TetherStiffness) == 0x0000E8, "Member 'UClothConfigNv::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, TetherLimit) == 0x0000EC, "Member 'UClothConfigNv::TetherLimit' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, CollisionThickness) == 0x0000F0, "Member 'UClothConfigNv::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, AnimDriveSpringStiffness) == 0x0000F4, "Member 'UClothConfigNv::AnimDriveSpringStiffness' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, AnimDriveDamperStiffness) == 0x0000F8, "Member 'UClothConfigNv::AnimDriveDamperStiffness' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, WindMethod) == 0x0000FC, "Member 'UClothConfigNv::WindMethod' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, VerticalConstraintConfig) == 0x000100, "Member 'UClothConfigNv::VerticalConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, HorizontalConstraintConfig) == 0x000110, "Member 'UClothConfigNv::HorizontalConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, BendConstraintConfig) == 0x000120, "Member 'UClothConfigNv::BendConstraintConfig' has a wrong offset!"); \ static_assert(offsetof(UClothConfigNv, ShearConstraintConfig) == 0x000130, "Member 'UClothConfigNv::ShearConstraintConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothingSimulationFactoryNv \ static_assert(alignof(UClothingSimulationFactoryNv) == 0x000008, "Wrong alignment on UClothingSimulationFactoryNv"); \ static_assert(sizeof(UClothingSimulationFactoryNv) == 0x000028, "Wrong size on UClothingSimulationFactoryNv"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness \ static_assert(alignof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ static_assert(sizeof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ static_assert(offsetof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness::InStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothingSimulationInteractorNv \ static_assert(alignof(UClothingSimulationInteractorNv) == 0x000008, "Wrong alignment on UClothingSimulationInteractorNv"); \ static_assert(sizeof(UClothingSimulationInteractorNv) == 0x0000A0, "Wrong size on UClothingSimulationInteractorNv"); \ #define DUMPER7_ASSERTS_UClothPhysicalMeshDataNv_Legacy \ static_assert(alignof(UClothPhysicalMeshDataNv_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataNv_Legacy"); \ static_assert(sizeof(UClothPhysicalMeshDataNv_Legacy) == 0x000120, "Wrong size on UClothPhysicalMeshDataNv_Legacy"); \ static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, MaxDistances) == 0x0000E0, "Member 'UClothPhysicalMeshDataNv_Legacy::MaxDistances' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopDistances) == 0x0000F0, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopDistances' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopRadiuses) == 0x000100, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopRadiuses' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, AnimDriveMultipliers) == 0x000110, "Member 'UClothPhysicalMeshDataNv_Legacy::AnimDriveMultipliers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosPhysicsCollisionInfo \ static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ static_assert(sizeof(FChaosPhysicsCollisionInfo) == 0x000070, "Wrong size on FChaosPhysicsCollisionInfo"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, Component) == 0x000000, "Member 'FChaosPhysicsCollisionInfo::Component' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherComponent) == 0x000008, "Member 'FChaosPhysicsCollisionInfo::OtherComponent' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, Location) == 0x000010, "Member 'FChaosPhysicsCollisionInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, Normal) == 0x00001C, "Member 'FChaosPhysicsCollisionInfo::Normal' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, AccumulatedImpulse) == 0x000028, "Member 'FChaosPhysicsCollisionInfo::AccumulatedImpulse' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, Velocity) == 0x000034, "Member 'FChaosPhysicsCollisionInfo::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherVelocity) == 0x000040, "Member 'FChaosPhysicsCollisionInfo::OtherVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, AngularVelocity) == 0x00004C, "Member 'FChaosPhysicsCollisionInfo::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherAngularVelocity) == 0x000058, "Member 'FChaosPhysicsCollisionInfo::OtherAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, Mass) == 0x000064, "Member 'FChaosPhysicsCollisionInfo::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherMass) == 0x000068, "Member 'FChaosPhysicsCollisionInfo::OtherMass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosBreakEvent \ static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ static_assert(sizeof(FChaosBreakEvent) == 0x000030, "Wrong size on FChaosBreakEvent"); \ static_assert(offsetof(FChaosBreakEvent, Component) == 0x000000, "Member 'FChaosBreakEvent::Component' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakEvent, Location) == 0x000008, "Member 'FChaosBreakEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakEvent, Velocity) == 0x000014, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000020, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakEvent, Mass) == 0x00002C, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBreakEventCallbackWrapper \ static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ #define DUMPER7_ASSERTS_FChaosDebugSubstepControl \ static_assert(alignof(FChaosDebugSubstepControl) == 0x000001, "Wrong alignment on FChaosDebugSubstepControl"); \ static_assert(sizeof(FChaosDebugSubstepControl) == 0x000003, "Wrong size on FChaosDebugSubstepControl"); \ static_assert(offsetof(FChaosDebugSubstepControl, bPause) == 0x000000, "Member 'FChaosDebugSubstepControl::bPause' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bSubstep) == 0x000001, "Member 'FChaosDebugSubstepControl::bSubstep' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bStep) == 0x000002, "Member 'FChaosDebugSubstepControl::bStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDebugDrawComponent \ static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000B8, "Wrong size on UChaosDebugDrawComponent"); \ #define DUMPER7_ASSERTS_UChaosEventListenerComponent \ static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ static_assert(sizeof(UChaosEventListenerComponent) == 0x0000B8, "Wrong size on UChaosEventListenerComponent"); \ #define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x000270, "Wrong size on UChaosGameplayEventDispatcher"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001C8, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000218, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IChaosNotifyHandlerInterface \ static_assert(alignof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong alignment on IChaosNotifyHandlerInterface"); \ static_assert(sizeof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong size on IChaosNotifyHandlerInterface"); \ #define DUMPER7_ASSERTS_ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult \ static_assert(alignof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000008, "Wrong alignment on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ static_assert(sizeof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x0000F8, "Wrong size on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, PhysicsCollision) == 0x000000, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::PhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, ReturnValue) == 0x000070, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosSolverEngineBlueprintLibrary \ static_assert(alignof(UChaosSolverEngineBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosSolverEngineBlueprintLibrary"); \ static_assert(sizeof(UChaosSolverEngineBlueprintLibrary) == 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) == 0x000318, "Wrong size on AChaosSolverActor"); \ static_assert(offsetof(AChaosSolverActor, Properties) == 0x000220, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x000288, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x00028C, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000290, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x000294, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x000298, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x00029C, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x00029D, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x0002A0, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x0002B0, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x0002B4, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x0002C4, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x0002C8, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, MassScale) == 0x0002D8, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x0002DC, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x0002DD, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x0002E0, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x0002E4, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x0002E8, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000308, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosSolverSettings \ static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ static_assert(sizeof(UChaosSolverSettings) == 0x000058, "Wrong size on UChaosSolverSettings"); \ static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes \ static_assert(alignof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes) == 0x000008, "Wrong alignment on ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes"); \ static_assert(sizeof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes) == 0x000020, "Wrong size on ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes"); \ static_assert(offsetof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes, EntryPoint) == 0x000000, "Member 'ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_Shark_Submeshes_C_ExecuteUbergraph_ABP_Shark_Submeshes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark_Submeshes_C_AnimGraph \ static_assert(alignof(ABP_Shark_Submeshes_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Shark_Submeshes_C_AnimGraph"); \ static_assert(sizeof(ABP_Shark_Submeshes_C_AnimGraph) == 0x000010, "Wrong size on ABP_Shark_Submeshes_C_AnimGraph"); \ static_assert(offsetof(ABP_Shark_Submeshes_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Shark_Submeshes_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Shark_Submeshes_C \ static_assert(alignof(UABP_Shark_Submeshes_C) == 0x000010, "Wrong alignment on UABP_Shark_Submeshes_C"); \ static_assert(sizeof(UABP_Shark_Submeshes_C) == 0x0004E0, "Wrong size on UABP_Shark_Submeshes_C"); \ static_assert(offsetof(UABP_Shark_Submeshes_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Shark_Submeshes_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_Submeshes_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Shark_Submeshes_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_Submeshes_C, AnimGraphNode_CopyPoseFromMesh) == 0x0002F8, "Member 'UABP_Shark_Submeshes_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_Submeshes_C, MasterMesh) == 0x0004D0, "Member 'UABP_Shark_Submeshes_C::MasterMesh' 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) == 0x000228, "Wrong size on AFieldSystemActor"); \ static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000220, "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) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyLinearForce"); \ static_assert(sizeof(FieldSystemComponent_ApplyLinearForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyLinearForce"); \ static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyLinearForce::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Direction) == 0x000004, "Member 'FieldSystemComponent_ApplyLinearForce::Direction' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyLinearForce::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyPhysicsField \ static_assert(alignof(FieldSystemComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyPhysicsField"); \ static_assert(sizeof(FieldSystemComponent_ApplyPhysicsField) == 0x000018, "Wrong size on FieldSystemComponent_ApplyPhysicsField"); \ static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'FieldSystemComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'FieldSystemComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'FieldSystemComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialForce \ static_assert(alignof(FieldSystemComponent_ApplyRadialForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialForce"); \ static_assert(sizeof(FieldSystemComponent_ApplyRadialForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyRadialForce"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialForce::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialForce::Position' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialForce::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialVectorFalloffForce \ static_assert(alignof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ static_assert(sizeof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000018, "Wrong size on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Position' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Radius' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStayDynamicField \ static_assert(alignof(FieldSystemComponent_ApplyStayDynamicField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStayDynamicField"); \ static_assert(sizeof(FieldSystemComponent_ApplyStayDynamicField) == 0x000014, "Wrong size on FieldSystemComponent_ApplyStayDynamicField"); \ static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStayDynamicField::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStayDynamicField::Position' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStayDynamicField::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStrainField \ static_assert(alignof(FieldSystemComponent_ApplyStrainField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStrainField"); \ static_assert(sizeof(FieldSystemComponent_ApplyStrainField) == 0x00001C, "Wrong size on FieldSystemComponent_ApplyStrainField"); \ static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStrainField::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStrainField::Position' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStrainField::Radius' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyStrainField::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Iterations) == 0x000018, "Member 'FieldSystemComponent_ApplyStrainField::Iterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemComponent_ApplyUniformVectorFalloffForce \ static_assert(alignof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ static_assert(sizeof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000024, "Wrong size on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Enabled' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Position' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Direction) == 0x000010, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Direction' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Radius) == 0x00001C, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Radius' has a wrong offset!"); \ static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Magnitude) == 0x000020, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldSystemComponent \ static_assert(alignof(UFieldSystemComponent) == 0x000010, "Wrong alignment on UFieldSystemComponent"); \ static_assert(sizeof(UFieldSystemComponent) == 0x000520, "Wrong size on UFieldSystemComponent"); \ static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000450, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000458, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000459, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000460, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000470, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x0004A0, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldSystemMetaData \ static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ static_assert(sizeof(UFieldSystemMetaData) == 0x0000B0, "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) == 0x0000B8, "Wrong size on UFieldSystemMetaDataIteration"); \ static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000B0, "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) == 0x0000B8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000B0, "Member 'UFieldSystemMetaDataProcessingResolution::ResolutionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldSystemMetaDataFilter_SetMetaDataFilterType \ static_assert(alignof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000008, "Wrong alignment on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ static_assert(sizeof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000010, "Wrong size on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, FilterType_0) == 0x000000, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::FilterType_0' has a wrong offset!"); \ static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldSystemMetaDataFilter \ static_assert(alignof(UFieldSystemMetaDataFilter) == 0x000008, "Wrong alignment on UFieldSystemMetaDataFilter"); \ static_assert(sizeof(UFieldSystemMetaDataFilter) == 0x0000B8, "Wrong size on UFieldSystemMetaDataFilter"); \ static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000B0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldNodeBase \ static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ static_assert(sizeof(UFieldNodeBase) == 0x0000B0, "Wrong size on UFieldNodeBase"); \ #define DUMPER7_ASSERTS_UFieldNodeInt \ static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ static_assert(sizeof(UFieldNodeInt) == 0x0000B0, "Wrong size on UFieldNodeInt"); \ #define DUMPER7_ASSERTS_UFieldNodeFloat \ static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ static_assert(sizeof(UFieldNodeFloat) == 0x0000B0, "Wrong size on UFieldNodeFloat"); \ #define DUMPER7_ASSERTS_UFieldNodeVector \ static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ static_assert(sizeof(UFieldNodeVector) == 0x0000B0, "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) == 0x0000B8, "Wrong size on UUniformInteger"); \ static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000B0, "Member 'UUniformInteger::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialIntMask_SetRadialIntMask \ static_assert(alignof(RadialIntMask_SetRadialIntMask) == 0x000008, "Wrong alignment on RadialIntMask_SetRadialIntMask"); \ static_assert(sizeof(RadialIntMask_SetRadialIntMask) == 0x000028, "Wrong size on RadialIntMask_SetRadialIntMask"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, Radius_0) == 0x000000, "Member 'RadialIntMask_SetRadialIntMask::Radius_0' has a wrong offset!"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, Position_0) == 0x000004, "Member 'RadialIntMask_SetRadialIntMask::Position_0' has a wrong offset!"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, InteriorValue_0) == 0x000010, "Member 'RadialIntMask_SetRadialIntMask::InteriorValue_0' has a wrong offset!"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, ExteriorValue_0) == 0x000014, "Member 'RadialIntMask_SetRadialIntMask::ExteriorValue_0' has a wrong offset!"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, SetMaskConditionIn) == 0x000018, "Member 'RadialIntMask_SetRadialIntMask::SetMaskConditionIn' has a wrong offset!"); \ static_assert(offsetof(RadialIntMask_SetRadialIntMask, ReturnValue) == 0x000020, "Member 'RadialIntMask_SetRadialIntMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialIntMask \ static_assert(alignof(URadialIntMask) == 0x000008, "Wrong alignment on URadialIntMask"); \ static_assert(sizeof(URadialIntMask) == 0x0000D0, "Wrong size on URadialIntMask"); \ static_assert(offsetof(URadialIntMask, Radius) == 0x0000B0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, Position) == 0x0000B4, "Member 'URadialIntMask::Position' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000C0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000C4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000C8, "Member 'URadialIntMask::SetMaskCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformScalar_SetUniformScalar \ static_assert(alignof(UniformScalar_SetUniformScalar) == 0x000008, "Wrong alignment on UniformScalar_SetUniformScalar"); \ static_assert(sizeof(UniformScalar_SetUniformScalar) == 0x000010, "Wrong size on UniformScalar_SetUniformScalar"); \ static_assert(offsetof(UniformScalar_SetUniformScalar, Magnitude_0) == 0x000000, "Member 'UniformScalar_SetUniformScalar::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(UniformScalar_SetUniformScalar, ReturnValue) == 0x000008, "Member 'UniformScalar_SetUniformScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformScalar \ static_assert(alignof(UUniformScalar) == 0x000008, "Wrong alignment on UUniformScalar"); \ static_assert(sizeof(UUniformScalar) == 0x0000B8, "Wrong size on UUniformScalar"); \ static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000B0, "Member 'UUniformScalar::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaveScalar_SetWaveScalar \ static_assert(alignof(WaveScalar_SetWaveScalar) == 0x000008, "Wrong alignment on WaveScalar_SetWaveScalar"); \ static_assert(sizeof(WaveScalar_SetWaveScalar) == 0x000028, "Wrong size on WaveScalar_SetWaveScalar"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Magnitude_0) == 0x000000, "Member 'WaveScalar_SetWaveScalar::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Position_0) == 0x000004, "Member 'WaveScalar_SetWaveScalar::Position_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Wavelength_0) == 0x000010, "Member 'WaveScalar_SetWaveScalar::Wavelength_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Period_0) == 0x000014, "Member 'WaveScalar_SetWaveScalar::Period_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Time) == 0x000018, "Member 'WaveScalar_SetWaveScalar::Time' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Function_0) == 0x00001C, "Member 'WaveScalar_SetWaveScalar::Function_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, Falloff_0) == 0x00001D, "Member 'WaveScalar_SetWaveScalar::Falloff_0' has a wrong offset!"); \ static_assert(offsetof(WaveScalar_SetWaveScalar, ReturnValue) == 0x000020, "Member 'WaveScalar_SetWaveScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaveScalar \ static_assert(alignof(UWaveScalar) == 0x000008, "Wrong alignment on UWaveScalar"); \ static_assert(sizeof(UWaveScalar) == 0x0000D0, "Wrong size on UWaveScalar"); \ static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000B0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Position) == 0x0000B4, "Member 'UWaveScalar::Position' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Wavelength) == 0x0000C0, "Member 'UWaveScalar::Wavelength' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Period) == 0x0000C4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Function) == 0x0000C8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Falloff) == 0x0000C9, "Member 'UWaveScalar::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialFalloff_SetRadialFalloff \ static_assert(alignof(RadialFalloff_SetRadialFalloff) == 0x000008, "Wrong alignment on RadialFalloff_SetRadialFalloff"); \ static_assert(sizeof(RadialFalloff_SetRadialFalloff) == 0x000030, "Wrong size on RadialFalloff_SetRadialFalloff"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, Magnitude_0) == 0x000000, "Member 'RadialFalloff_SetRadialFalloff::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, MinRange_0) == 0x000004, "Member 'RadialFalloff_SetRadialFalloff::MinRange_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, MaxRange_0) == 0x000008, "Member 'RadialFalloff_SetRadialFalloff::MaxRange_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, Default_0) == 0x00000C, "Member 'RadialFalloff_SetRadialFalloff::Default_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, Radius_0) == 0x000010, "Member 'RadialFalloff_SetRadialFalloff::Radius_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, Position_0) == 0x000014, "Member 'RadialFalloff_SetRadialFalloff::Position_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, Falloff_0) == 0x000020, "Member 'RadialFalloff_SetRadialFalloff::Falloff_0' has a wrong offset!"); \ static_assert(offsetof(RadialFalloff_SetRadialFalloff, ReturnValue) == 0x000028, "Member 'RadialFalloff_SetRadialFalloff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialFalloff \ static_assert(alignof(URadialFalloff) == 0x000008, "Wrong alignment on URadialFalloff"); \ static_assert(sizeof(URadialFalloff) == 0x0000D8, "Wrong size on URadialFalloff"); \ static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000B0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MinRange) == 0x0000B4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000B8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Default) == 0x0000BC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Radius) == 0x0000C0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Position) == 0x0000C4, "Member 'URadialFalloff::Position' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Falloff) == 0x0000D0, "Member 'URadialFalloff::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaneFalloff_SetPlaneFalloff \ static_assert(alignof(PlaneFalloff_SetPlaneFalloff) == 0x000008, "Wrong alignment on PlaneFalloff_SetPlaneFalloff"); \ static_assert(sizeof(PlaneFalloff_SetPlaneFalloff) == 0x000038, "Wrong size on PlaneFalloff_SetPlaneFalloff"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Magnitude_0) == 0x000000, "Member 'PlaneFalloff_SetPlaneFalloff::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MinRange_0) == 0x000004, "Member 'PlaneFalloff_SetPlaneFalloff::MinRange_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MaxRange_0) == 0x000008, "Member 'PlaneFalloff_SetPlaneFalloff::MaxRange_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Default_0) == 0x00000C, "Member 'PlaneFalloff_SetPlaneFalloff::Default_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Distance_0) == 0x000010, "Member 'PlaneFalloff_SetPlaneFalloff::Distance_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Position_0) == 0x000014, "Member 'PlaneFalloff_SetPlaneFalloff::Position_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Normal_0) == 0x000020, "Member 'PlaneFalloff_SetPlaneFalloff::Normal_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Falloff_0) == 0x00002C, "Member 'PlaneFalloff_SetPlaneFalloff::Falloff_0' has a wrong offset!"); \ static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, ReturnValue) == 0x000030, "Member 'PlaneFalloff_SetPlaneFalloff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneFalloff \ static_assert(alignof(UPlaneFalloff) == 0x000008, "Wrong alignment on UPlaneFalloff"); \ static_assert(sizeof(UPlaneFalloff) == 0x0000E0, "Wrong size on UPlaneFalloff"); \ static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000B0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000B4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000B8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Default) == 0x0000BC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000C0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Position) == 0x0000C4, "Member 'UPlaneFalloff::Position' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000D0, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000DC, "Member 'UPlaneFalloff::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoxFalloff_SetBoxFalloff \ static_assert(alignof(BoxFalloff_SetBoxFalloff) == 0x000010, "Wrong alignment on BoxFalloff_SetBoxFalloff"); \ static_assert(sizeof(BoxFalloff_SetBoxFalloff) == 0x000050, "Wrong size on BoxFalloff_SetBoxFalloff"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, Magnitude_0) == 0x000000, "Member 'BoxFalloff_SetBoxFalloff::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, MinRange_0) == 0x000004, "Member 'BoxFalloff_SetBoxFalloff::MinRange_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, MaxRange_0) == 0x000008, "Member 'BoxFalloff_SetBoxFalloff::MaxRange_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, Default_0) == 0x00000C, "Member 'BoxFalloff_SetBoxFalloff::Default_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, Transform_0) == 0x000010, "Member 'BoxFalloff_SetBoxFalloff::Transform_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, Falloff_0) == 0x000040, "Member 'BoxFalloff_SetBoxFalloff::Falloff_0' has a wrong offset!"); \ static_assert(offsetof(BoxFalloff_SetBoxFalloff, ReturnValue) == 0x000048, "Member 'BoxFalloff_SetBoxFalloff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoxFalloff \ static_assert(alignof(UBoxFalloff) == 0x000010, "Wrong alignment on UBoxFalloff"); \ static_assert(sizeof(UBoxFalloff) == 0x000100, "Wrong size on UBoxFalloff"); \ static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000B0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000B4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000B8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Default) == 0x0000BC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Transform) == 0x0000C0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Falloff) == 0x0000F0, "Member 'UBoxFalloff::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoiseField_SetNoiseField \ static_assert(alignof(NoiseField_SetNoiseField) == 0x000010, "Wrong alignment on NoiseField_SetNoiseField"); \ static_assert(sizeof(NoiseField_SetNoiseField) == 0x000050, "Wrong size on NoiseField_SetNoiseField"); \ static_assert(offsetof(NoiseField_SetNoiseField, MinRange_0) == 0x000000, "Member 'NoiseField_SetNoiseField::MinRange_0' has a wrong offset!"); \ static_assert(offsetof(NoiseField_SetNoiseField, MaxRange_0) == 0x000004, "Member 'NoiseField_SetNoiseField::MaxRange_0' has a wrong offset!"); \ static_assert(offsetof(NoiseField_SetNoiseField, Transform_0) == 0x000010, "Member 'NoiseField_SetNoiseField::Transform_0' has a wrong offset!"); \ static_assert(offsetof(NoiseField_SetNoiseField, ReturnValue) == 0x000040, "Member 'NoiseField_SetNoiseField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNoiseField \ static_assert(alignof(UNoiseField) == 0x000010, "Wrong alignment on UNoiseField"); \ static_assert(sizeof(UNoiseField) == 0x0000F0, "Wrong size on UNoiseField"); \ static_assert(offsetof(UNoiseField, MinRange) == 0x0000B0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ static_assert(offsetof(UNoiseField, MaxRange) == 0x0000B4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UNoiseField, Transform) == 0x0000C0, "Member 'UNoiseField::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformVector_SetUniformVector \ static_assert(alignof(UniformVector_SetUniformVector) == 0x000008, "Wrong alignment on UniformVector_SetUniformVector"); \ static_assert(sizeof(UniformVector_SetUniformVector) == 0x000018, "Wrong size on UniformVector_SetUniformVector"); \ static_assert(offsetof(UniformVector_SetUniformVector, Magnitude_0) == 0x000000, "Member 'UniformVector_SetUniformVector::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(UniformVector_SetUniformVector, Direction_0) == 0x000004, "Member 'UniformVector_SetUniformVector::Direction_0' has a wrong offset!"); \ static_assert(offsetof(UniformVector_SetUniformVector, ReturnValue) == 0x000010, "Member 'UniformVector_SetUniformVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformVector \ static_assert(alignof(UUniformVector) == 0x000008, "Wrong alignment on UUniformVector"); \ static_assert(sizeof(UUniformVector) == 0x0000C0, "Wrong size on UUniformVector"); \ static_assert(offsetof(UUniformVector, Magnitude) == 0x0000B0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UUniformVector, Direction) == 0x0000B4, "Member 'UUniformVector::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialVector_SetRadialVector \ static_assert(alignof(RadialVector_SetRadialVector) == 0x000008, "Wrong alignment on RadialVector_SetRadialVector"); \ static_assert(sizeof(RadialVector_SetRadialVector) == 0x000018, "Wrong size on RadialVector_SetRadialVector"); \ static_assert(offsetof(RadialVector_SetRadialVector, Magnitude_0) == 0x000000, "Member 'RadialVector_SetRadialVector::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(RadialVector_SetRadialVector, Position_0) == 0x000004, "Member 'RadialVector_SetRadialVector::Position_0' has a wrong offset!"); \ static_assert(offsetof(RadialVector_SetRadialVector, ReturnValue) == 0x000010, "Member 'RadialVector_SetRadialVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialVector \ static_assert(alignof(URadialVector) == 0x000008, "Wrong alignment on URadialVector"); \ static_assert(sizeof(URadialVector) == 0x0000C0, "Wrong size on URadialVector"); \ static_assert(offsetof(URadialVector, Magnitude) == 0x0000B0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialVector, Position) == 0x0000B4, "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) == 0x0000B8, "Wrong size on URandomVector"); \ static_assert(offsetof(URandomVector, Magnitude) == 0x0000B0, "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) == 0x0000D0, "Wrong size on UOperatorField"); \ static_assert(offsetof(UOperatorField, Magnitude) == 0x0000B0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, RightField) == 0x0000B8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, LeftField) == 0x0000C0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, Operation) == 0x0000C8, "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) == 0x0000B8, "Wrong size on UToIntegerField"); \ static_assert(offsetof(UToIntegerField, FloatField) == 0x0000B0, "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) == 0x0000B8, "Wrong size on UToFloatField"); \ static_assert(offsetof(UToFloatField, IntField) == 0x0000B0, "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) == 0x0000C8, "Wrong size on UCullingField"); \ static_assert(offsetof(UCullingField, Culling) == 0x0000B0, "Member 'UCullingField::Culling' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Field) == 0x0000B8, "Member 'UCullingField::Field' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Operation) == 0x0000C0, "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) == 0x0000B0, "Wrong size on UReturnResultsTerminal"); \ #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_FChaosCollisionEventData \ static_assert(alignof(FChaosCollisionEventData) == 0x000008, "Wrong alignment on FChaosCollisionEventData"); \ static_assert(sizeof(FChaosCollisionEventData) == 0x000058, "Wrong size on FChaosCollisionEventData"); \ static_assert(offsetof(FChaosCollisionEventData, Location) == 0x000000, "Member 'FChaosCollisionEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Normal) == 0x00000C, "Member 'FChaosCollisionEventData::Normal' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Velocity1) == 0x000018, "Member 'FChaosCollisionEventData::Velocity1' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Velocity2) == 0x000024, "Member 'FChaosCollisionEventData::Velocity2' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Mass1) == 0x000030, "Member 'FChaosCollisionEventData::Mass1' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Mass2) == 0x000034, "Member 'FChaosCollisionEventData::Mass2' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventData, Impulse) == 0x000038, "Member 'FChaosCollisionEventData::Impulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ #define DUMPER7_ASSERTS_FChaosBreakingEventData \ static_assert(alignof(FChaosBreakingEventData) == 0x000004, "Wrong alignment on FChaosBreakingEventData"); \ static_assert(sizeof(FChaosBreakingEventData) == 0x00001C, "Wrong size on FChaosBreakingEventData"); \ static_assert(offsetof(FChaosBreakingEventData, Location) == 0x000000, "Member 'FChaosBreakingEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventData, Velocity) == 0x00000C, "Member 'FChaosBreakingEventData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventData, Mass) == 0x000018, "Member 'FChaosBreakingEventData::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventData \ static_assert(alignof(FChaosTrailingEventData) == 0x000004, "Wrong alignment on FChaosTrailingEventData"); \ static_assert(sizeof(FChaosTrailingEventData) == 0x00002C, "Wrong size on FChaosTrailingEventData"); \ static_assert(offsetof(FChaosTrailingEventData, Location) == 0x000000, "Member 'FChaosTrailingEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Velocity) == 0x00000C, "Member 'FChaosTrailingEventData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000018, "Member 'FChaosTrailingEventData::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000024, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x000028, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FGeometryCollectionRepData \ static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ static_assert(sizeof(FGeometryCollectionRepData) == 0x000018, "Wrong size on FGeometryCollectionRepData"); \ #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_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_FGeometryCollectionSizeSpecificData \ static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000004, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000024, "Wrong size on FGeometryCollectionSizeSpecificData"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionType) == 0x000004, "Member 'FGeometryCollectionSizeSpecificData::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, ImplicitType) == 0x000005, "Member 'FGeometryCollectionSizeSpecificData::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionSizeSpecificData::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinClusterLevelSetResolution) == 0x000010, "Member 'FGeometryCollectionSizeSpecificData::MinClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxClusterLevelSetResolution) == 0x000014, "Member 'FGeometryCollectionSizeSpecificData::MaxClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionObjectReductionPercentage) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::CollisionObjectReductionPercentage' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionParticlesFraction) == 0x00001C, "Member 'FGeometryCollectionSizeSpecificData::CollisionParticlesFraction' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaximumCollisionParticles) == 0x000020, "Member 'FGeometryCollectionSizeSpecificData::MaximumCollisionParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionSource \ static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ static_assert(sizeof(FGeometryCollectionSource) == 0x000060, "Wrong size on FGeometryCollectionSource"); \ static_assert(offsetof(FGeometryCollectionSource, SourceGeometryObject) == 0x000000, "Member 'FGeometryCollectionSource::SourceGeometryObject' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSource, LocalTransform) == 0x000020, "Member 'FGeometryCollectionSource::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSource, SourceMaterial) == 0x000050, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_AddChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_AddChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_AddGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_AddGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortBreakingEvents \ static_assert(alignof(ChaosDestructionListener_SortBreakingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortBreakingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, BreakingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortBreakingEvents::BreakingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortBreakingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortCollisionEvents \ static_assert(alignof(ChaosDestructionListener_SortCollisionEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortCollisionEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, CollisionEvents) == 0x000000, "Member 'ChaosDestructionListener_SortCollisionEvents::CollisionEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortCollisionEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortTrailingEvents \ static_assert(alignof(ChaosDestructionListener_SortTrailingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortTrailingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, TrailingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortTrailingEvents::TrailingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortTrailingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_IsEventListening \ static_assert(alignof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong alignment on ChaosDestructionListener_IsEventListening"); \ static_assert(sizeof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong size on ChaosDestructionListener_IsEventListening"); \ static_assert(offsetof(ChaosDestructionListener_IsEventListening, ReturnValue) == 0x000000, "Member 'ChaosDestructionListener_IsEventListening::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDestructionListener \ static_assert(alignof(UChaosDestructionListener) == 0x000010, "Wrong alignment on UChaosDestructionListener"); \ static_assert(sizeof(UChaosDestructionListener) == 0x000420, "Wrong size on UChaosDestructionListener"); \ static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x0001FC, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x000214, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x00022C, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000248, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x000298, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x0002E8, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x0002F8, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000308, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionActor_RaycastSingle \ static_assert(alignof(GeometryCollectionActor_RaycastSingle) == 0x000004, "Wrong alignment on GeometryCollectionActor_RaycastSingle"); \ static_assert(sizeof(GeometryCollectionActor_RaycastSingle) == 0x0000A4, "Wrong size on GeometryCollectionActor_RaycastSingle"); \ static_assert(offsetof(GeometryCollectionActor_RaycastSingle, Start) == 0x000000, "Member 'GeometryCollectionActor_RaycastSingle::Start' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionActor_RaycastSingle, End) == 0x00000C, "Member 'GeometryCollectionActor_RaycastSingle::End' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionActor_RaycastSingle, OutHit) == 0x000018, "Member 'GeometryCollectionActor_RaycastSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionActor_RaycastSingle, ReturnValue) == 0x0000A0, "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) == 0x000230, "Wrong size on AGeometryCollectionActor"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000220, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000228, "Member 'AGeometryCollectionActor::GeometryCollectionDebugDrawComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionCache \ static_assert(alignof(UGeometryCollectionCache) == 0x000008, "Wrong alignment on UGeometryCollectionCache"); \ static_assert(sizeof(UGeometryCollectionCache) == 0x000050, "Wrong size on UGeometryCollectionCache"); \ static_assert(offsetof(UGeometryCollectionCache, RecordedData) == 0x000028, "Member 'UGeometryCollectionCache::RecordedData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionCache, SupportedCollection) == 0x000038, "Member 'UGeometryCollectionCache::SupportedCollection' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionCache, CompatibleCollectionState) == 0x000040, "Member 'UGeometryCollectionCache::CompatibleCollectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyKinematicField \ static_assert(alignof(GeometryCollectionComponent_ApplyKinematicField) == 0x000004, "Wrong alignment on GeometryCollectionComponent_ApplyKinematicField"); \ static_assert(sizeof(GeometryCollectionComponent_ApplyKinematicField) == 0x000010, "Wrong size on GeometryCollectionComponent_ApplyKinematicField"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Radius) == 0x000000, "Member 'GeometryCollectionComponent_ApplyKinematicField::Radius' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Position) == 0x000004, "Member 'GeometryCollectionComponent_ApplyKinematicField::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyPhysicsField \ static_assert(alignof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyPhysicsField"); \ static_assert(sizeof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000018, "Wrong size on GeometryCollectionComponent_ApplyPhysicsField"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'GeometryCollectionComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_NetAbandonCluster \ static_assert(alignof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_NetAbandonCluster"); \ static_assert(sizeof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_NetAbandonCluster"); \ static_assert(offsetof(GeometryCollectionComponent_NetAbandonCluster, TransformIndex) == 0x000000, "Member 'GeometryCollectionComponent_NetAbandonCluster::TransformIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_OnRep_RepData \ static_assert(alignof(GeometryCollectionComponent_OnRep_RepData) == 0x000008, "Wrong alignment on GeometryCollectionComponent_OnRep_RepData"); \ static_assert(sizeof(GeometryCollectionComponent_OnRep_RepData) == 0x000018, "Wrong size on GeometryCollectionComponent_OnRep_RepData"); \ static_assert(offsetof(GeometryCollectionComponent_OnRep_RepData, OldData) == 0x000000, "Member 'GeometryCollectionComponent_OnRep_RepData::OldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_ReceivePhysicsCollision \ static_assert(alignof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ReceivePhysicsCollision"); \ static_assert(sizeof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on GeometryCollectionComponent_ReceivePhysicsCollision"); \ static_assert(offsetof(GeometryCollectionComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'GeometryCollectionComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyBreaks \ static_assert(alignof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyBreaks"); \ static_assert(sizeof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyBreaks"); \ static_assert(offsetof(GeometryCollectionComponent_SetNotifyBreaks, bNewNotifyBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyBreaks::bNewNotifyBreaks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionComponent \ static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ static_assert(sizeof(UGeometryCollectionComponent) == 0x000900, "Wrong size on UGeometryCollectionComponent"); \ static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000480, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000568, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000570, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x000580, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x000588, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x000589, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x00058C, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x000590, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x000598, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005A8, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005AC, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005B0, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005B4, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0005B8, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005C0, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x0005C8, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x0005CC, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x0005D8, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x0005E8, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x0005F0, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000640, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000650, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x000678, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x000688, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x00068C, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x000690, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x0006A0, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x0006A1, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x0006A2, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x0006A3, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x0006A4, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x0006A8, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x0008D8, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000308, "Wrong size on AGeometryCollectionDebugDrawActor"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000220, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000228, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x000240, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x000241, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x000242, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x000243, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x000244, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x000245, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x000246, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x000247, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x000248, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x000249, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x00024A, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x00024B, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x00024C, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x00024D, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x00024E, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x00024F, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x000250, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x000251, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x000252, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x000253, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x000254, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x000255, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x000256, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x000257, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x000258, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x00025C, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x00025D, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x00025E, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x00025F, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x000260, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x000264, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x000268, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x00026C, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000270, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x000274, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000278, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x00027C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000280, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x000284, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x00028C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x000294, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x00029C, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x0002A0, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x0002A4, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000C8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000B0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000B8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollection \ static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ static_assert(sizeof(UGeometryCollection) == 0x000108, "Wrong size on UGeometryCollection"); \ static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000030, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x000034, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000038, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000040, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000050, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, GeometrySource) == 0x000058, "Member 'UGeometryCollection::GeometrySource' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, Materials) == 0x000068, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, CollisionType) == 0x000078, "Member 'UGeometryCollection::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, ImplicitType) == 0x000079, "Member 'UGeometryCollection::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MinLevelSetResolution) == 0x00007C, "Member 'UGeometryCollection::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaxLevelSetResolution) == 0x000080, "Member 'UGeometryCollection::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MinClusterLevelSetResolution) == 0x000084, "Member 'UGeometryCollection::MinClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaxClusterLevelSetResolution) == 0x000088, "Member 'UGeometryCollection::MaxClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, CollisionObjectReductionPercentage) == 0x00008C, "Member 'UGeometryCollection::CollisionObjectReductionPercentage' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x000090, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, Mass) == 0x000094, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x000098, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, CollisionParticlesFraction) == 0x00009C, "Member 'UGeometryCollection::CollisionParticlesFraction' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaximumCollisionParticles) == 0x0000A0, "Member 'UGeometryCollection::MaximumCollisionParticles' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x0000A8, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x0000B8, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x0000C0, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0000D0, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0000E0, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0000F0, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x0002C0, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x000220, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000228, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000230, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x000234, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x000238, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x000239, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshSimulationComponent_ReceivePhysicsCollision \ static_assert(alignof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ static_assert(sizeof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ static_assert(offsetof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'SkeletalMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshSimulationComponent \ static_assert(alignof(USkeletalMeshSimulationComponent) == 0x000008, "Wrong alignment on USkeletalMeshSimulationComponent"); \ static_assert(sizeof(USkeletalMeshSimulationComponent) == 0x000138, "Wrong size on USkeletalMeshSimulationComponent"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, PhysicalMaterial) == 0x0000B8, "Member 'USkeletalMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ChaosSolverActor) == 0x0000C0, "Member 'USkeletalMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OverridePhysicsAsset) == 0x0000C8, "Member 'USkeletalMeshSimulationComponent::OverridePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bSimulating) == 0x0000D0, "Member 'USkeletalMeshSimulationComponent::bSimulating' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bNotifyCollisions) == 0x0000D1, "Member 'USkeletalMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ObjectType) == 0x0000D2, "Member 'USkeletalMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, Density) == 0x0000D4, "Member 'USkeletalMeshSimulationComponent::Density' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinMass) == 0x0000D8, "Member 'USkeletalMeshSimulationComponent::MinMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxMass) == 0x0000DC, "Member 'USkeletalMeshSimulationComponent::MaxMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionType) == 0x0000E0, "Member 'USkeletalMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeParticlesPerUnitArea) == 0x0000E4, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeParticlesPerUnitArea' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMinNumParticles) == 0x0000E8, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMinNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMaxNumParticles) == 0x0000EC, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMaxNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinLevelSetResolution) == 0x0000F0, "Member 'USkeletalMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxLevelSetResolution) == 0x0000F4, "Member 'USkeletalMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionGroup) == 0x0000F8, "Member 'USkeletalMeshSimulationComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialVelocityType) == 0x0000FC, "Member 'USkeletalMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialLinearVelocity) == 0x000100, "Member 'USkeletalMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialAngularVelocity) == 0x00010C, "Member 'USkeletalMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000118, "Member 'USkeletalMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshSimulationComponent_ReceivePhysicsCollision \ static_assert(alignof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ static_assert(sizeof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ static_assert(offsetof(StaticMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'StaticMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMeshSimulationComponent \ static_assert(alignof(UStaticMeshSimulationComponent) == 0x000008, "Wrong alignment on UStaticMeshSimulationComponent"); \ static_assert(sizeof(UStaticMeshSimulationComponent) == 0x000138, "Wrong size on UStaticMeshSimulationComponent"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Simulating) == 0x0000B8, "Member 'UStaticMeshSimulationComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, bNotifyCollisions) == 0x0000B9, "Member 'UStaticMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ObjectType) == 0x0000BA, "Member 'UStaticMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Mass) == 0x0000BC, "Member 'UStaticMeshSimulationComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, CollisionType) == 0x0000C0, "Member 'UStaticMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ImplicitType) == 0x0000C1, "Member 'UStaticMeshSimulationComponent::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MinLevelSetResolution) == 0x0000C4, "Member 'UStaticMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MaxLevelSetResolution) == 0x0000C8, "Member 'UStaticMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialVelocityType) == 0x0000CC, "Member 'UStaticMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialLinearVelocity) == 0x0000D0, "Member 'UStaticMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialAngularVelocity) == 0x0000DC, "Member 'UStaticMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, DamageThreshold) == 0x0000E8, "Member 'UStaticMeshSimulationComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, PhysicalMaterial) == 0x0000F0, "Member 'UStaticMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ChaosSolverActor) == 0x0000F8, "Member 'UStaticMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000100, "Member 'UStaticMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, SimulatedComponents) == 0x000120, "Member 'UStaticMeshSimulationComponent::SimulatedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_OnUsed_C_PerformConditionCheck \ static_assert(alignof(Bird_OnUsed_C_PerformConditionCheck) == 0x000008, "Wrong alignment on Bird_OnUsed_C_PerformConditionCheck"); \ static_assert(sizeof(Bird_OnUsed_C_PerformConditionCheck) == 0x000030, "Wrong size on Bird_OnUsed_C_PerformConditionCheck"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, Owner) == 0x000000, "Member 'Bird_OnUsed_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'Bird_OnUsed_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'Bird_OnUsed_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'Bird_OnUsed_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'Bird_OnUsed_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, K2Node_DynamicCast_AsBird_Teleport) == 0x000020, "Member 'Bird_OnUsed_C_PerformConditionCheck::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(Bird_OnUsed_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Bird_OnUsed_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBird_OnUsed_C \ static_assert(alignof(UBird_OnUsed_C) == 0x000008, "Wrong alignment on UBird_OnUsed_C"); \ static_assert(sizeof(UBird_OnUsed_C) == 0x000088, "Wrong size on UBird_OnUsed_C"); \ #define DUMPER7_ASSERTS_FBrushStampData \ static_assert(alignof(FBrushStampData) == 0x000004, "Wrong alignment on FBrushStampData"); \ static_assert(sizeof(FBrushStampData) == 0x0000A8, "Wrong size on FBrushStampData"); \ #define DUMPER7_ASSERTS_FBehaviorInfo \ static_assert(alignof(FBehaviorInfo) == 0x000008, "Wrong alignment on FBehaviorInfo"); \ static_assert(sizeof(FBehaviorInfo) == 0x000020, "Wrong size on FBehaviorInfo"); \ static_assert(offsetof(FBehaviorInfo, Behavior) == 0x000000, "Member 'FBehaviorInfo::Behavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputRayHit \ static_assert(alignof(FInputRayHit) == 0x000008, "Wrong alignment on FInputRayHit"); \ static_assert(sizeof(FInputRayHit) == 0x000028, "Wrong size on FInputRayHit"); \ #define DUMPER7_ASSERTS_FActiveGizmo \ static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ #define DUMPER7_ASSERTS_FGizmoFloatParameterChange \ static_assert(alignof(FGizmoFloatParameterChange) == 0x000004, "Wrong alignment on FGizmoFloatParameterChange"); \ static_assert(sizeof(FGizmoFloatParameterChange) == 0x000008, "Wrong size on FGizmoFloatParameterChange"); \ static_assert(offsetof(FGizmoFloatParameterChange, InitialValue) == 0x000000, "Member 'FGizmoFloatParameterChange::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FGizmoFloatParameterChange, CurrentValue) == 0x000004, "Member 'FGizmoFloatParameterChange::CurrentValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGizmoVec2ParameterChange \ static_assert(alignof(FGizmoVec2ParameterChange) == 0x000004, "Wrong alignment on FGizmoVec2ParameterChange"); \ static_assert(sizeof(FGizmoVec2ParameterChange) == 0x000010, "Wrong size on FGizmoVec2ParameterChange"); \ static_assert(offsetof(FGizmoVec2ParameterChange, InitialValue) == 0x000000, "Member 'FGizmoVec2ParameterChange::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FGizmoVec2ParameterChange, CurrentValue) == 0x000008, "Member 'FGizmoVec2ParameterChange::CurrentValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputBehavior \ static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ static_assert(sizeof(UInputBehavior) == 0x000030, "Wrong size on UInputBehavior"); \ #define DUMPER7_ASSERTS_UAnyButtonInputBehavior \ static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ #define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000028, "Wrong size on UInteractiveGizmoBuilder"); \ #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) == 0x000008, "Wrong alignment on UAxisAngleGizmo"); \ static_assert(sizeof(UAxisAngleGizmo) == 0x0000F0, "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, bInInteraction) == 0x000088, "Member 'UAxisAngleGizmo::bInInteraction' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, RotationOrigin) == 0x00008C, "Member 'UAxisAngleGizmo::RotationOrigin' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, RotationAxis) == 0x000098, "Member 'UAxisAngleGizmo::RotationAxis' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, RotationPlaneX) == 0x0000A4, "Member 'UAxisAngleGizmo::RotationPlaneX' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, RotationPlaneY) == 0x0000B0, "Member 'UAxisAngleGizmo::RotationPlaneY' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, InteractionStartPoint) == 0x0000BC, "Member 'UAxisAngleGizmo::InteractionStartPoint' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, InteractionCurPoint) == 0x0000C8, "Member 'UAxisAngleGizmo::InteractionCurPoint' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, InteractionStartAngle) == 0x0000D4, "Member 'UAxisAngleGizmo::InteractionStartAngle' has a wrong offset!"); \ static_assert(offsetof(UAxisAngleGizmo, InteractionCurAngle) == 0x0000D8, "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) == 0x000008, "Wrong alignment on UAxisPositionGizmo"); \ static_assert(sizeof(UAxisPositionGizmo) == 0x0000D8, "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, HitTarget) == 0x000068, "Member 'UAxisPositionGizmo::HitTarget' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, StateTarget) == 0x000078, "Member 'UAxisPositionGizmo::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, bEnableSignedAxis) == 0x000088, "Member 'UAxisPositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, bInInteraction) == 0x000089, "Member 'UAxisPositionGizmo::bInInteraction' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionOrigin) == 0x00008C, "Member 'UAxisPositionGizmo::InteractionOrigin' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionAxis) == 0x000098, "Member 'UAxisPositionGizmo::InteractionAxis' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionStartPoint) == 0x0000A4, "Member 'UAxisPositionGizmo::InteractionStartPoint' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionCurPoint) == 0x0000B0, "Member 'UAxisPositionGizmo::InteractionCurPoint' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionStartParameter) == 0x0000BC, "Member 'UAxisPositionGizmo::InteractionStartParameter' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, InteractionCurParameter) == 0x0000C0, "Member 'UAxisPositionGizmo::InteractionCurParameter' has a wrong offset!"); \ static_assert(offsetof(UAxisPositionGizmo, ParameterSign) == 0x0000C4, "Member 'UAxisPositionGizmo::ParameterSign' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoConstantAxisSource \ static_assert(alignof(UGizmoConstantAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantAxisSource"); \ static_assert(sizeof(UGizmoConstantAxisSource) == 0x000048, "Wrong size on UGizmoConstantAxisSource"); \ static_assert(offsetof(UGizmoConstantAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantAxisSource::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoConstantAxisSource, Direction) == 0x00003C, "Member 'UGizmoConstantAxisSource::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoConstantFrameAxisSource \ static_assert(alignof(UGizmoConstantFrameAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantFrameAxisSource"); \ static_assert(sizeof(UGizmoConstantFrameAxisSource) == 0x000060, "Wrong size on UGizmoConstantFrameAxisSource"); \ static_assert(offsetof(UGizmoConstantFrameAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantFrameAxisSource::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoConstantFrameAxisSource, Direction) == 0x00003C, "Member 'UGizmoConstantFrameAxisSource::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentX) == 0x000048, "Member 'UGizmoConstantFrameAxisSource::TangentX' has a wrong offset!"); \ static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentY) == 0x000054, "Member 'UGizmoConstantFrameAxisSource::TangentY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoWorldAxisSource \ static_assert(alignof(UGizmoWorldAxisSource) == 0x000008, "Wrong alignment on UGizmoWorldAxisSource"); \ static_assert(sizeof(UGizmoWorldAxisSource) == 0x000040, "Wrong size on UGizmoWorldAxisSource"); \ static_assert(offsetof(UGizmoWorldAxisSource, Origin) == 0x000030, "Member 'UGizmoWorldAxisSource::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoWorldAxisSource, AxisIndex) == 0x00003C, "Member 'UGizmoWorldAxisSource::AxisIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoComponentAxisSource \ static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ static_assert(sizeof(UGizmoComponentAxisSource) == 0x000040, "Wrong size on UGizmoComponentAxisSource"); \ static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000030, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000038, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x00003C, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveToolPropertySet \ static_assert(alignof(UInteractiveToolPropertySet) == 0x000008, "Wrong alignment on UInteractiveToolPropertySet"); \ static_assert(sizeof(UInteractiveToolPropertySet) == 0x000060, "Wrong size on UInteractiveToolPropertySet"); \ static_assert(offsetof(UInteractiveToolPropertySet, CachedProperties) == 0x000038, "Member 'UInteractiveToolPropertySet::CachedProperties' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolPropertySet, bIsPropertySetEnabled) == 0x000040, "Member 'UInteractiveToolPropertySet::bIsPropertySetEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushBaseProperties \ static_assert(alignof(UBrushBaseProperties) == 0x000008, "Wrong alignment on UBrushBaseProperties"); \ static_assert(sizeof(UBrushBaseProperties) == 0x000078, "Wrong size on UBrushBaseProperties"); \ static_assert(offsetof(UBrushBaseProperties, BrushSize) == 0x000060, "Member 'UBrushBaseProperties::BrushSize' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, bSpecifyRadius) == 0x000064, "Member 'UBrushBaseProperties::bSpecifyRadius' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, BrushRadius) == 0x000068, "Member 'UBrushBaseProperties::BrushRadius' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, BrushStrength) == 0x00006C, "Member 'UBrushBaseProperties::BrushStrength' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, BrushFalloffAmount) == 0x000070, "Member 'UBrushBaseProperties::BrushFalloffAmount' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, bShowStrength) == 0x000074, "Member 'UBrushBaseProperties::bShowStrength' has a wrong offset!"); \ static_assert(offsetof(UBrushBaseProperties, bShowFalloff) == 0x000075, "Member 'UBrushBaseProperties::bShowFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveTool \ static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ static_assert(sizeof(UInteractiveTool) == 0x000080, "Wrong size on UInteractiveTool"); \ static_assert(offsetof(UInteractiveTool, InputBehaviors) == 0x000048, "Member 'UInteractiveTool::InputBehaviors' has a wrong offset!"); \ static_assert(offsetof(UInteractiveTool, ToolPropertyObjects) == 0x000050, "Member 'UInteractiveTool::ToolPropertyObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USingleSelectionTool \ static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ static_assert(sizeof(USingleSelectionTool) == 0x000088, "Wrong size on USingleSelectionTool"); \ #define DUMPER7_ASSERTS_UMeshSurfacePointTool \ static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ static_assert(sizeof(UMeshSurfacePointTool) == 0x0000C0, "Wrong size on UMeshSurfacePointTool"); \ #define DUMPER7_ASSERTS_UBaseBrushTool \ static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ static_assert(sizeof(UBaseBrushTool) == 0x0001B8, "Wrong size on UBaseBrushTool"); \ static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x0000C0, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x0000C8, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x0000CC, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x0000D0, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000188, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x0001B0, "Member 'UBaseBrushTool::BrushStampIndicator' 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) == 0x0000B0, "Wrong size on UBrushStampIndicator"); \ static_assert(offsetof(UBrushStampIndicator, BrushRadius) == 0x000038, "Member 'UBrushStampIndicator::BrushRadius' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, BrushFalloff) == 0x00003C, "Member 'UBrushStampIndicator::BrushFalloff' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, BrushPosition) == 0x000040, "Member 'UBrushStampIndicator::BrushPosition' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, BrushNormal) == 0x00004C, "Member 'UBrushStampIndicator::BrushNormal' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, bDrawIndicatorLines) == 0x000058, "Member 'UBrushStampIndicator::bDrawIndicatorLines' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, bDrawRadiusCircle) == 0x000059, "Member 'UBrushStampIndicator::bDrawRadiusCircle' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, SampleStepCount) == 0x00005C, "Member 'UBrushStampIndicator::SampleStepCount' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, LineColor) == 0x000060, "Member 'UBrushStampIndicator::LineColor' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, LineThickness) == 0x000070, "Member 'UBrushStampIndicator::LineThickness' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, bDepthTested) == 0x000074, "Member 'UBrushStampIndicator::bDepthTested' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, bDrawSecondaryLines) == 0x000075, "Member 'UBrushStampIndicator::bDrawSecondaryLines' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000078, "Member 'UBrushStampIndicator::SecondaryLineThickness' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x00007C, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x000090, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClickDragInputBehavior \ static_assert(alignof(UClickDragInputBehavior) == 0x000008, "Wrong alignment on UClickDragInputBehavior"); \ static_assert(sizeof(UClickDragInputBehavior) == 0x000140, "Wrong size on UClickDragInputBehavior"); \ static_assert(offsetof(UClickDragInputBehavior, bUpdateModifiersDuringDrag) == 0x000120, "Member 'UClickDragInputBehavior::bUpdateModifiersDuringDrag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalClickDragInputBehavior \ static_assert(alignof(ULocalClickDragInputBehavior) == 0x000008, "Wrong alignment on ULocalClickDragInputBehavior"); \ static_assert(sizeof(ULocalClickDragInputBehavior) == 0x000280, "Wrong size on ULocalClickDragInputBehavior"); \ #define DUMPER7_ASSERTS_UInteractiveToolBuilder \ static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ static_assert(sizeof(UInteractiveToolBuilder) == 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) == 0x000088, "Wrong size on UClickDragTool"); \ #define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ static_assert(sizeof(AInternalToolFrameworkActor) == 0x000220, "Wrong size on AInternalToolFrameworkActor"); \ #define DUMPER7_ASSERTS_AGizmoActor \ static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ static_assert(sizeof(AGizmoActor) == 0x000220, "Wrong size on AGizmoActor"); \ #define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateHoverState \ static_assert(alignof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateHoverState"); \ static_assert(sizeof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateHoverState"); \ static_assert(offsetof(GizmoBaseComponent_UpdateHoverState, bHoveringIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateHoverState::bHoveringIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateWorldLocalState \ static_assert(alignof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateWorldLocalState"); \ static_assert(sizeof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateWorldLocalState"); \ static_assert(offsetof(GizmoBaseComponent_UpdateWorldLocalState, bWorldIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateWorldLocalState::bWorldIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseComponent \ static_assert(alignof(UGizmoBaseComponent) == 0x000010, "Wrong alignment on UGizmoBaseComponent"); \ static_assert(sizeof(UGizmoBaseComponent) == 0x000470, "Wrong size on UGizmoBaseComponent"); \ static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000450, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000460, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x000464, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoArrowComponent \ static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ static_assert(sizeof(UGizmoArrowComponent) == 0x000490, "Wrong size on UGizmoArrowComponent"); \ static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000470, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x00047C, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000480, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000484, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBoxComponent \ static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ static_assert(sizeof(UGizmoBoxComponent) == 0x0004B0, "Wrong size on UGizmoBoxComponent"); \ static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000470, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000480, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x000490, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x00049C, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0004A0, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0004A1, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoCircleComponent \ static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ static_assert(sizeof(UGizmoCircleComponent) == 0x000490, "Wrong size on UGizmoCircleComponent"); \ static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000470, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x00047C, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000480, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000484, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x000488, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x000489, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoTransformSource_SetTransform \ static_assert(alignof(GizmoTransformSource_SetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_SetTransform"); \ static_assert(sizeof(GizmoTransformSource_SetTransform) == 0x000030, "Wrong size on GizmoTransformSource_SetTransform"); \ static_assert(offsetof(GizmoTransformSource_SetTransform, NewTransform) == 0x000000, "Member 'GizmoTransformSource_SetTransform::NewTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoTransformSource_GetTransform \ static_assert(alignof(GizmoTransformSource_GetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_GetTransform"); \ static_assert(sizeof(GizmoTransformSource_GetTransform) == 0x000030, "Wrong size on GizmoTransformSource_GetTransform"); \ static_assert(offsetof(GizmoTransformSource_GetTransform, ReturnValue) == 0x000000, "Member 'GizmoTransformSource_GetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoTransformSource \ static_assert(alignof(IGizmoTransformSource) == 0x000001, "Wrong alignment on IGizmoTransformSource"); \ static_assert(sizeof(IGizmoTransformSource) == 0x000001, "Wrong size on IGizmoTransformSource"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetDirection \ static_assert(alignof(GizmoAxisSource_GetDirection) == 0x000004, "Wrong alignment on GizmoAxisSource_GetDirection"); \ static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x00000C, "Wrong size on GizmoAxisSource_GetDirection"); \ static_assert(offsetof(GizmoAxisSource_GetDirection, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetOrigin \ static_assert(alignof(GizmoAxisSource_GetOrigin) == 0x000004, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x00000C, "Wrong size on GizmoAxisSource_GetOrigin"); \ static_assert(offsetof(GizmoAxisSource_GetOrigin, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetTangentVectors \ static_assert(alignof(GizmoAxisSource_GetTangentVectors) == 0x000004, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000018, "Wrong size on GizmoAxisSource_GetTangentVectors"); \ static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentXOut) == 0x000000, "Member 'GizmoAxisSource_GetTangentVectors::TangentXOut' has a wrong offset!"); \ static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentYOut) == 0x00000C, "Member 'GizmoAxisSource_GetTangentVectors::TangentYOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_HasTangentVectors \ static_assert(alignof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong alignment on GizmoAxisSource_HasTangentVectors"); \ static_assert(sizeof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong size on GizmoAxisSource_HasTangentVectors"); \ static_assert(offsetof(GizmoAxisSource_HasTangentVectors, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_HasTangentVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoAxisSource \ static_assert(alignof(IGizmoAxisSource) == 0x000001, "Wrong alignment on IGizmoAxisSource"); \ static_assert(sizeof(IGizmoAxisSource) == 0x000001, "Wrong size on IGizmoAxisSource"); \ #define DUMPER7_ASSERTS_GizmoClickTarget_UpdateHoverState \ static_assert(alignof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateHoverState"); \ static_assert(sizeof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateHoverState"); \ static_assert(offsetof(GizmoClickTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoClickTarget \ static_assert(alignof(IGizmoClickTarget) == 0x000001, "Wrong alignment on IGizmoClickTarget"); \ static_assert(sizeof(IGizmoClickTarget) == 0x000001, "Wrong size on IGizmoClickTarget"); \ #define DUMPER7_ASSERTS_IGizmoStateTarget \ static_assert(alignof(IGizmoStateTarget) == 0x000001, "Wrong alignment on IGizmoStateTarget"); \ static_assert(sizeof(IGizmoStateTarget) == 0x000001, "Wrong size on IGizmoStateTarget"); \ #define DUMPER7_ASSERTS_GizmoFloatParameterSource_SetParameter \ static_assert(alignof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_SetParameter"); \ static_assert(sizeof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_SetParameter"); \ static_assert(offsetof(GizmoFloatParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoFloatParameterSource_SetParameter::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoFloatParameterSource_GetParameter \ static_assert(alignof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_GetParameter"); \ static_assert(sizeof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_GetParameter"); \ static_assert(offsetof(GizmoFloatParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoFloatParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoFloatParameterSource \ static_assert(alignof(IGizmoFloatParameterSource) == 0x000001, "Wrong alignment on IGizmoFloatParameterSource"); \ static_assert(sizeof(IGizmoFloatParameterSource) == 0x000001, "Wrong size on IGizmoFloatParameterSource"); \ #define DUMPER7_ASSERTS_GizmoVec2ParameterSource_SetParameter \ static_assert(alignof(GizmoVec2ParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_SetParameter"); \ static_assert(sizeof(GizmoVec2ParameterSource_SetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_SetParameter"); \ static_assert(offsetof(GizmoVec2ParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoVec2ParameterSource_SetParameter::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoVec2ParameterSource_GetParameter \ static_assert(alignof(GizmoVec2ParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_GetParameter"); \ static_assert(sizeof(GizmoVec2ParameterSource_GetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_GetParameter"); \ static_assert(offsetof(GizmoVec2ParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoVec2ParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoVec2ParameterSource \ static_assert(alignof(IGizmoVec2ParameterSource) == 0x000001, "Wrong alignment on IGizmoVec2ParameterSource"); \ static_assert(sizeof(IGizmoVec2ParameterSource) == 0x000001, "Wrong size on IGizmoVec2ParameterSource"); \ #define DUMPER7_ASSERTS_UGizmoLineHandleComponent \ static_assert(alignof(UGizmoLineHandleComponent) == 0x000010, "Wrong alignment on UGizmoLineHandleComponent"); \ static_assert(sizeof(UGizmoLineHandleComponent) == 0x0004A0, "Wrong size on UGizmoLineHandleComponent"); \ static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000470, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x00047C, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000480, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000484, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x000490, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x000494, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoRectangleComponent \ static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ static_assert(sizeof(UGizmoRectangleComponent) == 0x0004A0, "Wrong size on UGizmoRectangleComponent"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000470, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x00047C, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x000488, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x00048C, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x000490, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x000494, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x000498, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x00049C, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ static_assert(sizeof(UGizmoLambdaHitTarget) == 0x0000B0, "Wrong size on UGizmoLambdaHitTarget"); \ #define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ static_assert(sizeof(UGizmoComponentHitTarget) == 0x000080, "Wrong size on UGizmoComponentHitTarget"); \ static_assert(offsetof(UGizmoComponentHitTarget, Component) == 0x000030, "Member 'UGizmoComponentHitTarget::Component' 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_UInputRouter \ static_assert(alignof(UInputRouter) == 0x000008, "Wrong alignment on UInputRouter"); \ static_assert(sizeof(UInputRouter) == 0x0000B0, "Wrong size on UInputRouter"); \ static_assert(offsetof(UInputRouter, bAutoInvalidateOnHover) == 0x000028, "Member 'UInputRouter::bAutoInvalidateOnHover' has a wrong offset!"); \ static_assert(offsetof(UInputRouter, bAutoInvalidateOnCapture) == 0x000029, "Member 'UInputRouter::bAutoInvalidateOnCapture' has a wrong offset!"); \ static_assert(offsetof(UInputRouter, ActiveInputBehaviors) == 0x000038, "Member 'UInputRouter::ActiveInputBehaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000B8, "Wrong size on UInteractiveGizmoManager"); \ static_assert(offsetof(UInteractiveGizmoManager, ActiveGizmos) == 0x000030, "Member 'UInteractiveGizmoManager::ActiveGizmos' has a wrong offset!"); \ static_assert(offsetof(UInteractiveGizmoManager, GizmoBuilders) == 0x000058, "Member 'UInteractiveGizmoManager::GizmoBuilders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IToolContextTransactionProvider \ static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ #define DUMPER7_ASSERTS_UInteractiveToolManager \ static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ static_assert(sizeof(UInteractiveToolManager) == 0x000138, "Wrong size on UInteractiveToolManager"); \ static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000030, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000038, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x000090, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IToolFrameworkComponent \ static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ #define DUMPER7_ASSERTS_UInteractiveToolsContext \ static_assert(alignof(UInteractiveToolsContext) == 0x000008, "Wrong alignment on UInteractiveToolsContext"); \ static_assert(sizeof(UInteractiveToolsContext) == 0x000098, "Wrong size on UInteractiveToolsContext"); \ static_assert(offsetof(UInteractiveToolsContext, InputRouter) == 0x000058, "Member 'UInteractiveToolsContext::InputRouter' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, ToolManager) == 0x000060, "Member 'UInteractiveToolsContext::ToolManager' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, GizmoManager) == 0x000068, "Member 'UInteractiveToolsContext::GizmoManager' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, ToolManagerClass) == 0x000070, "Member 'UInteractiveToolsContext::ToolManagerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntervalGizmoActor \ static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ static_assert(sizeof(AIntervalGizmoActor) == 0x000238, "Wrong size on AIntervalGizmoActor"); \ static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000220, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000228, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x000230, "Member 'AIntervalGizmoActor::ForwardIntervalComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIntervalGizmoBuilder \ static_assert(alignof(UIntervalGizmoBuilder) == 0x000008, "Wrong alignment on UIntervalGizmoBuilder"); \ static_assert(sizeof(UIntervalGizmoBuilder) == 0x0000C0, "Wrong size on UIntervalGizmoBuilder"); \ #define DUMPER7_ASSERTS_UIntervalGizmo \ static_assert(alignof(UIntervalGizmo) == 0x000010, "Wrong alignment on UIntervalGizmo"); \ static_assert(sizeof(UIntervalGizmo) == 0x000130, "Wrong size on UIntervalGizmo"); \ static_assert(offsetof(UIntervalGizmo, StateTarget) == 0x000038, "Member 'UIntervalGizmo::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UIntervalGizmo, TransformProxy) == 0x000050, "Member 'UIntervalGizmo::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(UIntervalGizmo, ActiveComponents) == 0x000058, "Member 'UIntervalGizmo::ActiveComponents' has a wrong offset!"); \ static_assert(offsetof(UIntervalGizmo, ActiveGizmos) == 0x000068, "Member 'UIntervalGizmo::ActiveGizmos' has a wrong offset!"); \ static_assert(offsetof(UIntervalGizmo, AxisYSource) == 0x000090, "Member 'UIntervalGizmo::AxisYSource' has a wrong offset!"); \ static_assert(offsetof(UIntervalGizmo, AxisZSource) == 0x000098, "Member 'UIntervalGizmo::AxisZSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseFloatParameterSource \ static_assert(alignof(UGizmoBaseFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseFloatParameterSource"); \ static_assert(sizeof(UGizmoBaseFloatParameterSource) == 0x000048, "Wrong size on UGizmoBaseFloatParameterSource"); \ #define DUMPER7_ASSERTS_UGizmoAxisIntervalParameterSource \ static_assert(alignof(UGizmoAxisIntervalParameterSource) == 0x000008, "Wrong alignment on UGizmoAxisIntervalParameterSource"); \ static_assert(sizeof(UGizmoAxisIntervalParameterSource) == 0x000060, "Wrong size on UGizmoAxisIntervalParameterSource"); \ static_assert(offsetof(UGizmoAxisIntervalParameterSource, FloatParameterSource) == 0x000048, "Member 'UGizmoAxisIntervalParameterSource::FloatParameterSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisIntervalParameterSource, MinParameter) == 0x000058, "Member 'UGizmoAxisIntervalParameterSource::MinParameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisIntervalParameterSource, MaxParameter) == 0x00005C, "Member 'UGizmoAxisIntervalParameterSource::MaxParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyAsModifierInputBehavior \ static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000110, "Wrong size on UKeyAsModifierInputBehavior"); \ #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_UMouseHoverBehavior \ static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ static_assert(sizeof(UMouseHoverBehavior) == 0x000098, "Wrong size on UMouseHoverBehavior"); \ #define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000130, "Wrong size on UMultiClickSequenceInputBehavior"); \ #define DUMPER7_ASSERTS_UMultiSelectionTool \ static_assert(alignof(UMultiSelectionTool) == 0x000008, "Wrong alignment on UMultiSelectionTool"); \ static_assert(sizeof(UMultiSelectionTool) == 0x000090, "Wrong size on UMultiSelectionTool"); \ #define DUMPER7_ASSERTS_UGizmoLocalFloatParameterSource \ static_assert(alignof(UGizmoLocalFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalFloatParameterSource"); \ static_assert(sizeof(UGizmoLocalFloatParameterSource) == 0x000058, "Wrong size on UGizmoLocalFloatParameterSource"); \ static_assert(offsetof(UGizmoLocalFloatParameterSource, Value) == 0x000048, "Member 'UGizmoLocalFloatParameterSource::Value' has a wrong offset!"); \ static_assert(offsetof(UGizmoLocalFloatParameterSource, LastChange) == 0x00004C, "Member 'UGizmoLocalFloatParameterSource::LastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseVec2ParameterSource \ static_assert(alignof(UGizmoBaseVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseVec2ParameterSource"); \ static_assert(sizeof(UGizmoBaseVec2ParameterSource) == 0x000048, "Wrong size on UGizmoBaseVec2ParameterSource"); \ #define DUMPER7_ASSERTS_UGizmoLocalVec2ParameterSource \ static_assert(alignof(UGizmoLocalVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalVec2ParameterSource"); \ static_assert(sizeof(UGizmoLocalVec2ParameterSource) == 0x000060, "Wrong size on UGizmoLocalVec2ParameterSource"); \ static_assert(offsetof(UGizmoLocalVec2ParameterSource, Value) == 0x000048, "Member 'UGizmoLocalVec2ParameterSource::Value' has a wrong offset!"); \ static_assert(offsetof(UGizmoLocalVec2ParameterSource, LastChange) == 0x000050, "Member 'UGizmoLocalVec2ParameterSource::LastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisTranslationParameterSource \ static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000110, "Wrong size on UGizmoAxisTranslationParameterSource"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x0000BC, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x000130, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x0000B8, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x0000D4, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x0000E0, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x0000EC, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000110, "Wrong size on UGizmoAxisRotationParameterSource"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000B0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x0000BC, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x0000C8, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisRotationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoUniformScaleParameterSource \ static_assert(alignof(UGizmoUniformScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoUniformScaleParameterSource"); \ static_assert(sizeof(UGizmoUniformScaleParameterSource) == 0x0000F0, "Wrong size on UGizmoUniformScaleParameterSource"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoUniformScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoUniformScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoUniformScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, Parameter) == 0x00006C, "Member 'UGizmoUniformScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, LastChange) == 0x000074, "Member 'UGizmoUniformScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleOrigin) == 0x000084, "Member 'UGizmoUniformScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleNormal) == 0x000090, "Member 'UGizmoUniformScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisX) == 0x00009C, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisY) == 0x0000A8, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, InitialTransform) == 0x0000C0, "Member 'UGizmoUniformScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisScaleParameterSource \ static_assert(alignof(UGizmoAxisScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisScaleParameterSource"); \ static_assert(sizeof(UGizmoAxisScaleParameterSource) == 0x0000C0, "Wrong size on UGizmoAxisScaleParameterSource"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoAxisScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoAxisScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoAxisScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, Parameter) == 0x00006C, "Member 'UGizmoAxisScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, LastChange) == 0x000070, "Member 'UGizmoAxisScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleAxis) == 0x000078, "Member 'UGizmoAxisScaleParameterSource::CurScaleAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleOrigin) == 0x000084, "Member 'UGizmoAxisScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, InitialTransform) == 0x000090, "Member 'UGizmoAxisScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoPlaneScaleParameterSource \ static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x000130, "Wrong size on UGizmoPlaneScaleParameterSource"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, ScaleMultiplier) == 0x0000B0, "Member 'UGizmoPlaneScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x0000B4, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x0000BC, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x0000CC, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x0000D8, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x0000E4, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x0000F0, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000028, "Wrong size on UPlanePositionGizmoBuilder"); \ #define DUMPER7_ASSERTS_UPlanePositionGizmo \ static_assert(alignof(UPlanePositionGizmo) == 0x000008, "Wrong alignment on UPlanePositionGizmo"); \ static_assert(sizeof(UPlanePositionGizmo) == 0x000100, "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, bEnableSignedAxis) == 0x000088, "Member 'UPlanePositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bFlipX) == 0x000089, "Member 'UPlanePositionGizmo::bFlipX' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bFlipY) == 0x00008A, "Member 'UPlanePositionGizmo::bFlipY' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bInInteraction) == 0x00008B, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x00008C, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x000098, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x0000A4, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x0000B0, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x0000BC, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x0000C8, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x0000D4, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0000DC, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0000E4, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelectionSet \ static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ static_assert(sizeof(USelectionSet) == 0x000040, "Wrong size on USelectionSet"); \ #define DUMPER7_ASSERTS_UMeshSelectionSet \ static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ static_assert(sizeof(UMeshSelectionSet) == 0x000080, "Wrong size on UMeshSelectionSet"); \ static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000040, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000050, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000060, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000070, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USingleClickInputBehavior \ static_assert(alignof(USingleClickInputBehavior) == 0x000008, "Wrong alignment on USingleClickInputBehavior"); \ static_assert(sizeof(USingleClickInputBehavior) == 0x000130, "Wrong size on USingleClickInputBehavior"); \ static_assert(offsetof(USingleClickInputBehavior, HitTestOnRelease) == 0x0000C0, "Member 'USingleClickInputBehavior::HitTestOnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USingleClickToolBuilder \ static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ #define DUMPER7_ASSERTS_USingleClickTool \ static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ static_assert(sizeof(USingleClickTool) == 0x000088, "Wrong size on USingleClickTool"); \ #define DUMPER7_ASSERTS_UGizmoNilStateTarget \ static_assert(alignof(UGizmoNilStateTarget) == 0x000008, "Wrong alignment on UGizmoNilStateTarget"); \ static_assert(sizeof(UGizmoNilStateTarget) == 0x000030, "Wrong size on UGizmoNilStateTarget"); \ #define DUMPER7_ASSERTS_UGizmoLambdaStateTarget \ static_assert(alignof(UGizmoLambdaStateTarget) == 0x000008, "Wrong alignment on UGizmoLambdaStateTarget"); \ static_assert(sizeof(UGizmoLambdaStateTarget) == 0x0000B0, "Wrong size on UGizmoLambdaStateTarget"); \ #define DUMPER7_ASSERTS_UGizmoObjectModifyStateTarget \ static_assert(alignof(UGizmoObjectModifyStateTarget) == 0x000008, "Wrong alignment on UGizmoObjectModifyStateTarget"); \ static_assert(sizeof(UGizmoObjectModifyStateTarget) == 0x000058, "Wrong size on UGizmoObjectModifyStateTarget"); \ #define DUMPER7_ASSERTS_UGizmoTransformChangeStateTarget \ static_assert(alignof(UGizmoTransformChangeStateTarget) == 0x000010, "Wrong alignment on UGizmoTransformChangeStateTarget"); \ static_assert(sizeof(UGizmoTransformChangeStateTarget) == 0x0000E0, "Wrong size on UGizmoTransformChangeStateTarget"); \ static_assert(offsetof(UGizmoTransformChangeStateTarget, TransactionManager) == 0x000050, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransformGizmoActor \ static_assert(alignof(ATransformGizmoActor) == 0x000008, "Wrong alignment on ATransformGizmoActor"); \ static_assert(sizeof(ATransformGizmoActor) == 0x0002A0, "Wrong size on ATransformGizmoActor"); \ static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x000220, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x000228, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x000230, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x000238, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x000240, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x000248, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x000250, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x000258, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x000260, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x000268, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x000270, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x000278, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x000280, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x000288, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x000290, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x000298, "Member 'ATransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformGizmoBuilder \ static_assert(alignof(UTransformGizmoBuilder) == 0x000008, "Wrong alignment on UTransformGizmoBuilder"); \ static_assert(sizeof(UTransformGizmoBuilder) == 0x0000C0, "Wrong size on UTransformGizmoBuilder"); \ #define DUMPER7_ASSERTS_UTransformGizmo \ static_assert(alignof(UTransformGizmo) == 0x000010, "Wrong alignment on UTransformGizmo"); \ static_assert(sizeof(UTransformGizmo) == 0x0001A0, "Wrong size on UTransformGizmo"); \ static_assert(offsetof(UTransformGizmo, ActiveTarget) == 0x000040, "Member 'UTransformGizmo::ActiveTarget' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bSnapToWorldGrid) == 0x000048, "Member 'UTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bGridSizeIsExplicit) == 0x000049, "Member 'UTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ExplicitGridSize) == 0x00004C, "Member 'UTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bRotationGridSizeIsExplicit) == 0x000058, "Member 'UTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ExplicitRotationGridSize) == 0x00005C, "Member 'UTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bSnapToWorldRotGrid) == 0x000068, "Member 'UTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bUseContextCoordinateSystem) == 0x000069, "Member 'UTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, CurrentCoordinateSystem) == 0x00006C, "Member 'UTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ActiveComponents) == 0x000100, "Member 'UTransformGizmo::ActiveComponents' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, NonuniformScaleComponents) == 0x000110, "Member 'UTransformGizmo::NonuniformScaleComponents' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ActiveGizmos) == 0x000120, "Member 'UTransformGizmo::ActiveGizmos' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, CameraAxisSource) == 0x000140, "Member 'UTransformGizmo::CameraAxisSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisXSource) == 0x000148, "Member 'UTransformGizmo::AxisXSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisYSource) == 0x000150, "Member 'UTransformGizmo::AxisYSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisZSource) == 0x000158, "Member 'UTransformGizmo::AxisZSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisXSource) == 0x000160, "Member 'UTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisYSource) == 0x000168, "Member 'UTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisZSource) == 0x000170, "Member 'UTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, StateTarget) == 0x000178, "Member 'UTransformGizmo::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ScaledTransformSource) == 0x000180, "Member 'UTransformGizmo::ScaledTransformSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformProxy \ static_assert(alignof(UTransformProxy) == 0x000010, "Wrong alignment on UTransformProxy"); \ static_assert(sizeof(UTransformProxy) == 0x0000F0, "Wrong size on UTransformProxy"); \ static_assert(offsetof(UTransformProxy, bRotatePerObject) == 0x000070, "Member 'UTransformProxy::bRotatePerObject' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, bSetPivotMode) == 0x000071, "Member 'UTransformProxy::bSetPivotMode' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, SharedTransform) == 0x000090, "Member 'UTransformProxy::SharedTransform' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, InitialSharedTransform) == 0x0000C0, "Member 'UTransformProxy::InitialSharedTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseTransformSource \ static_assert(alignof(UGizmoBaseTransformSource) == 0x000008, "Wrong alignment on UGizmoBaseTransformSource"); \ static_assert(sizeof(UGizmoBaseTransformSource) == 0x000048, "Wrong size on UGizmoBaseTransformSource"); \ #define DUMPER7_ASSERTS_UGizmoComponentWorldTransformSource \ static_assert(alignof(UGizmoComponentWorldTransformSource) == 0x000008, "Wrong alignment on UGizmoComponentWorldTransformSource"); \ static_assert(sizeof(UGizmoComponentWorldTransformSource) == 0x000058, "Wrong size on UGizmoComponentWorldTransformSource"); \ static_assert(offsetof(UGizmoComponentWorldTransformSource, Component) == 0x000048, "Member 'UGizmoComponentWorldTransformSource::Component' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentWorldTransformSource, bModifyComponentOnTransform) == 0x000050, "Member 'UGizmoComponentWorldTransformSource::bModifyComponentOnTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoScaledTransformSource \ static_assert(alignof(UGizmoScaledTransformSource) == 0x000010, "Wrong alignment on UGizmoScaledTransformSource"); \ static_assert(sizeof(UGizmoScaledTransformSource) == 0x0000E0, "Wrong size on UGizmoScaledTransformSource"); \ static_assert(offsetof(UGizmoScaledTransformSource, ChildTransformSource) == 0x000048, "Member 'UGizmoScaledTransformSource::ChildTransformSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoTransformProxyTransformSource \ static_assert(alignof(UGizmoTransformProxyTransformSource) == 0x000008, "Wrong alignment on UGizmoTransformProxyTransformSource"); \ static_assert(sizeof(UGizmoTransformProxyTransformSource) == 0x000050, "Wrong size on UGizmoTransformProxyTransformSource"); \ static_assert(offsetof(UGizmoTransformProxyTransformSource, Proxy) == 0x000048, "Member 'UGizmoTransformProxyTransformSource::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pheromone_C_CanUse \ static_assert(alignof(Pheromone_C_CanUse) == 0x000008, "Wrong alignment on Pheromone_C_CanUse"); \ static_assert(sizeof(Pheromone_C_CanUse) == 0x000098, "Wrong size on Pheromone_C_CanUse"); \ static_assert(offsetof(Pheromone_C_CanUse, Hit) == 0x000000, "Member 'Pheromone_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_CanUse, PlayerCharacter) == 0x000088, "Member 'Pheromone_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_CanUse, ReturnValue) == 0x000090, "Member 'Pheromone_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_CanUse, CallFunc_IsUnlockedByQuest_bReturnValue) == 0x000091, "Member 'Pheromone_C_CanUse::CallFunc_IsUnlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x000092, "Member 'Pheromone_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'Pheromone_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Pheromone_C_IsUnlockedByQuest \ static_assert(alignof(Pheromone_C_IsUnlockedByQuest) == 0x000008, "Wrong alignment on Pheromone_C_IsUnlockedByQuest"); \ static_assert(sizeof(Pheromone_C_IsUnlockedByQuest) == 0x000018, "Wrong size on Pheromone_C_IsUnlockedByQuest"); \ static_assert(offsetof(Pheromone_C_IsUnlockedByQuest, bReturnValue) == 0x000000, "Member 'Pheromone_C_IsUnlockedByQuest::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_IsUnlockedByQuest, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'Pheromone_C_IsUnlockedByQuest::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_IsUnlockedByQuest, CallFunc_IsUnlocked_ReturnValue) == 0x000010, "Member 'Pheromone_C_IsUnlockedByQuest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Pheromone_C_IsUnlockedByQuest, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'Pheromone_C_IsUnlockedByQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APheromone_C \ static_assert(alignof(APheromone_C) == 0x000010, "Wrong alignment on APheromone_C"); \ static_assert(sizeof(APheromone_C) == 0x000760, "Wrong size on APheromone_C"); \ static_assert(offsetof(APheromone_C, FGQuestMark) == 0x000750, "Member 'APheromone_C::FGQuestMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalizedIconInfo \ static_assert(alignof(FLocalizedIconInfo) == 0x000008, "Wrong alignment on FLocalizedIconInfo"); \ static_assert(sizeof(FLocalizedIconInfo) == 0x000030, "Wrong size on FLocalizedIconInfo"); \ static_assert(offsetof(FLocalizedIconInfo, LanguageCode) == 0x000000, "Member 'FLocalizedIconInfo::LanguageCode' has a wrong offset!"); \ static_assert(offsetof(FLocalizedIconInfo, IconModelPath) == 0x000010, "Member 'FLocalizedIconInfo::IconModelPath' has a wrong offset!"); \ static_assert(offsetof(FLocalizedIconInfo, IconPortalPath) == 0x000020, "Member 'FLocalizedIconInfo::IconPortalPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalizedIconInfos \ static_assert(alignof(FLocalizedIconInfos) == 0x000008, "Wrong alignment on FLocalizedIconInfos"); \ static_assert(sizeof(FLocalizedIconInfos) == 0x000010, "Wrong size on FLocalizedIconInfos"); \ static_assert(offsetof(FLocalizedIconInfos, IconData) == 0x000000, "Member 'FLocalizedIconInfos::IconData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalizedAppName \ static_assert(alignof(FLocalizedAppName) == 0x000008, "Wrong alignment on FLocalizedAppName"); \ static_assert(sizeof(FLocalizedAppName) == 0x000020, "Wrong size on FLocalizedAppName"); \ static_assert(offsetof(FLocalizedAppName, LanguageCode) == 0x000000, "Member 'FLocalizedAppName::LanguageCode' has a wrong offset!"); \ static_assert(offsetof(FLocalizedAppName, AppName) == 0x000010, "Member 'FLocalizedAppName::AppName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLuminComponentSubElement \ static_assert(alignof(FLuminComponentSubElement) == 0x000008, "Wrong alignment on FLuminComponentSubElement"); \ static_assert(sizeof(FLuminComponentSubElement) == 0x000018, "Wrong size on FLuminComponentSubElement"); \ static_assert(offsetof(FLuminComponentSubElement, ElementType) == 0x000000, "Member 'FLuminComponentSubElement::ElementType' has a wrong offset!"); \ static_assert(offsetof(FLuminComponentSubElement, Value) == 0x000008, "Member 'FLuminComponentSubElement::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLuminComponentElement \ static_assert(alignof(FLuminComponentElement) == 0x000008, "Wrong alignment on FLuminComponentElement"); \ static_assert(sizeof(FLuminComponentElement) == 0x000048, "Wrong size on FLuminComponentElement"); \ static_assert(offsetof(FLuminComponentElement, Name) == 0x000000, "Member 'FLuminComponentElement::Name' has a wrong offset!"); \ static_assert(offsetof(FLuminComponentElement, VisibleName) == 0x000010, "Member 'FLuminComponentElement::VisibleName' has a wrong offset!"); \ static_assert(offsetof(FLuminComponentElement, ExecutableName) == 0x000020, "Member 'FLuminComponentElement::ExecutableName' has a wrong offset!"); \ static_assert(offsetof(FLuminComponentElement, ComponentType) == 0x000030, "Member 'FLuminComponentElement::ComponentType' has a wrong offset!"); \ static_assert(offsetof(FLuminComponentElement, ExtraComponentSubElements) == 0x000038, "Member 'FLuminComponentElement::ExtraComponentSubElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULuminRuntimeSettings \ static_assert(alignof(ULuminRuntimeSettings) == 0x000008, "Wrong alignment on ULuminRuntimeSettings"); \ static_assert(sizeof(ULuminRuntimeSettings) == 0x000148, "Wrong size on ULuminRuntimeSettings"); \ static_assert(offsetof(ULuminRuntimeSettings, PackageName) == 0x000028, "Member 'ULuminRuntimeSettings::PackageName' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, ApplicationDisplayName) == 0x000038, "Member 'ULuminRuntimeSettings::ApplicationDisplayName' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, FrameTimingHint) == 0x000048, "Member 'ULuminRuntimeSettings::FrameTimingHint' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bProtectedContent) == 0x000049, "Member 'ULuminRuntimeSettings::bProtectedContent' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bManualCallToAppReady) == 0x00004A, "Member 'ULuminRuntimeSettings::bManualCallToAppReady' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bUseMobileRendering) == 0x00004B, "Member 'ULuminRuntimeSettings::bUseMobileRendering' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bUseVulkan) == 0x00004C, "Member 'ULuminRuntimeSettings::bUseVulkan' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, Certificate) == 0x000050, "Member 'ULuminRuntimeSettings::Certificate' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, IconModelPath) == 0x000060, "Member 'ULuminRuntimeSettings::IconModelPath' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, IconPortalPath) == 0x000070, "Member 'ULuminRuntimeSettings::IconPortalPath' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, LocalizedIconInfos) == 0x000080, "Member 'ULuminRuntimeSettings::LocalizedIconInfos' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, VersionCode) == 0x000090, "Member 'ULuminRuntimeSettings::VersionCode' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, MinimumAPILevel) == 0x000094, "Member 'ULuminRuntimeSettings::MinimumAPILevel' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, AppPrivileges) == 0x000098, "Member 'ULuminRuntimeSettings::AppPrivileges' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, ExtraComponentSubElements) == 0x0000A8, "Member 'ULuminRuntimeSettings::ExtraComponentSubElements' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, ExtraComponentElements) == 0x0000B8, "Member 'ULuminRuntimeSettings::ExtraComponentElements' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, SpatializationPlugin) == 0x0000C8, "Member 'ULuminRuntimeSettings::SpatializationPlugin' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, ReverbPlugin) == 0x0000D8, "Member 'ULuminRuntimeSettings::ReverbPlugin' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, OcclusionPlugin) == 0x0000E8, "Member 'ULuminRuntimeSettings::OcclusionPlugin' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, SoundCueCookQualityIndex) == 0x0000F8, "Member 'ULuminRuntimeSettings::SoundCueCookQualityIndex' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bRemoveDebugInfo) == 0x0000FC, "Member 'ULuminRuntimeSettings::bRemoveDebugInfo' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, VulkanValidationLayerLibs) == 0x000100, "Member 'ULuminRuntimeSettings::VulkanValidationLayerLibs' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, bFrameVignette) == 0x000110, "Member 'ULuminRuntimeSettings::bFrameVignette' has a wrong offset!"); \ static_assert(offsetof(ULuminRuntimeSettings, LocalizedAppNames) == 0x000118, "Member 'ULuminRuntimeSettings::LocalizedAppNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Goal_FireFromPosition_C_IsValidGloal \ static_assert(alignof(Goal_FireFromPosition_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_FireFromPosition_C_IsValidGloal"); \ static_assert(sizeof(Goal_FireFromPosition_C_IsValidGloal) == 0x000004, "Wrong size on Goal_FireFromPosition_C_IsValidGloal"); \ static_assert(offsetof(Goal_FireFromPosition_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_FireFromPosition_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_FireFromPosition_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'Goal_FireFromPosition_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_FireFromPosition_C_IsValidGloal, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Goal_FireFromPosition_C_IsValidGloal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_FireFromPosition_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'Goal_FireFromPosition_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_FireFromPosition_C \ static_assert(alignof(UGoal_FireFromPosition_C) == 0x000008, "Wrong alignment on UGoal_FireFromPosition_C"); \ static_assert(sizeof(UGoal_FireFromPosition_C) == 0x000058, "Wrong size on UGoal_FireFromPosition_C"); \ #define DUMPER7_ASSERTS_FSolverCollisionFilterSettings \ static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosSolverConfiguration \ static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ static_assert(sizeof(FChaosSolverConfiguration) == 0x000068, "Wrong size on FChaosSolverConfiguration"); \ static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000000, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionPairIterations) == 0x000004, "Member 'FChaosSolverConfiguration::CollisionPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000008, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionPushOutPairIterations) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionPushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, JointPairIterations) == 0x00001C, "Member 'FChaosSolverConfiguration::JointPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, JointPushOutPairIterations) == 0x000020, "Member 'FChaosSolverConfiguration::JointPushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000024, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x000028, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x000029, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x00002C, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x00003C, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000040, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000050, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000054, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000064, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverCollisionData \ static_assert(alignof(FSolverCollisionData) == 0x000004, "Wrong alignment on FSolverCollisionData"); \ static_assert(sizeof(FSolverCollisionData) == 0x00006C, "Wrong size on FSolverCollisionData"); \ static_assert(offsetof(FSolverCollisionData, Location) == 0x000000, "Member 'FSolverCollisionData::Location' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, AccumulatedImpulse) == 0x00000C, "Member 'FSolverCollisionData::AccumulatedImpulse' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, Normal) == 0x000018, "Member 'FSolverCollisionData::Normal' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, Velocity1) == 0x000024, "Member 'FSolverCollisionData::Velocity1' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, Velocity2) == 0x000030, "Member 'FSolverCollisionData::Velocity2' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, AngularVelocity1) == 0x00003C, "Member 'FSolverCollisionData::AngularVelocity1' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, AngularVelocity2) == 0x000048, "Member 'FSolverCollisionData::AngularVelocity2' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, Mass1) == 0x000054, "Member 'FSolverCollisionData::Mass1' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, Mass2) == 0x000058, "Member 'FSolverCollisionData::Mass2' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, ParticleIndex) == 0x00005C, "Member 'FSolverCollisionData::ParticleIndex' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, LevelsetIndex) == 0x000060, "Member 'FSolverCollisionData::LevelsetIndex' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, ParticleIndexMesh) == 0x000064, "Member 'FSolverCollisionData::ParticleIndexMesh' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionData, LevelsetIndexMesh) == 0x000068, "Member 'FSolverCollisionData::LevelsetIndexMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverBreakingData \ static_assert(alignof(FSolverBreakingData) == 0x000004, "Wrong alignment on FSolverBreakingData"); \ static_assert(sizeof(FSolverBreakingData) == 0x000030, "Wrong size on FSolverBreakingData"); \ static_assert(offsetof(FSolverBreakingData, Location) == 0x000000, "Member 'FSolverBreakingData::Location' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingData, Velocity) == 0x00000C, "Member 'FSolverBreakingData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingData, AngularVelocity) == 0x000018, "Member 'FSolverBreakingData::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingData, Mass) == 0x000024, "Member 'FSolverBreakingData::Mass' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingData, ParticleIndex) == 0x000028, "Member 'FSolverBreakingData::ParticleIndex' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverBreakingData::ParticleIndexMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverTrailingData \ static_assert(alignof(FSolverTrailingData) == 0x000004, "Wrong alignment on FSolverTrailingData"); \ static_assert(sizeof(FSolverTrailingData) == 0x000030, "Wrong size on FSolverTrailingData"); \ static_assert(offsetof(FSolverTrailingData, Location) == 0x000000, "Member 'FSolverTrailingData::Location' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingData, Velocity) == 0x00000C, "Member 'FSolverTrailingData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingData, AngularVelocity) == 0x000018, "Member 'FSolverTrailingData::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingData, Mass) == 0x000024, "Member 'FSolverTrailingData::Mass' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingData, ParticleIndex) == 0x000028, "Member 'FSolverTrailingData::ParticleIndex' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverTrailingData::ParticleIndexMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecordedFrame \ static_assert(alignof(FRecordedFrame) == 0x000008, "Wrong alignment on FRecordedFrame"); \ static_assert(sizeof(FRecordedFrame) == 0x0000B8, "Wrong size on FRecordedFrame"); \ static_assert(offsetof(FRecordedFrame, Transforms) == 0x000000, "Member 'FRecordedFrame::Transforms' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, TransformIndices) == 0x000010, "Member 'FRecordedFrame::TransformIndices' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, PreviousTransformIndices) == 0x000020, "Member 'FRecordedFrame::PreviousTransformIndices' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, DisabledFlags) == 0x000030, "Member 'FRecordedFrame::DisabledFlags' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, Collisions) == 0x000040, "Member 'FRecordedFrame::Collisions' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, Breakings) == 0x000050, "Member 'FRecordedFrame::Breakings' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, Trailings) == 0x000060, "Member 'FRecordedFrame::Trailings' has a wrong offset!"); \ static_assert(offsetof(FRecordedFrame, Timestamp) == 0x0000B0, "Member 'FRecordedFrame::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecordedTransformTrack \ static_assert(alignof(FRecordedTransformTrack) == 0x000008, "Wrong alignment on FRecordedTransformTrack"); \ static_assert(sizeof(FRecordedTransformTrack) == 0x000010, "Wrong size on FRecordedTransformTrack"); \ static_assert(offsetof(FRecordedTransformTrack, Records) == 0x000000, "Member 'FRecordedTransformTrack::Records' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericSprayerPaint_C \ static_assert(alignof(AGenericSprayerPaint_C) == 0x000010, "Wrong alignment on AGenericSprayerPaint_C"); \ static_assert(sizeof(AGenericSprayerPaint_C) == 0x000430, "Wrong size on AGenericSprayerPaint_C"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base \ static_assert(alignof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base"); \ static_assert(sizeof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base) == 0x000078, "Wrong size on RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, EntryPoint) == 0x000000, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000028, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, CallFunc_IsValid_ReturnValue_2) == 0x000044, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Nest) == 0x000048, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Nest' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_CustomEvent_Rofleemo) == 0x000058, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, CallFunc_GetOwner_ReturnValue) == 0x000060, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000068, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'RofleemoSpecComponent_Base_C_ExecuteUbergraph_RofleemoSpecComponent_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Base_C_OnWorkChanged \ static_assert(alignof(RofleemoSpecComponent_Base_C_OnWorkChanged) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Base_C_OnWorkChanged"); \ static_assert(sizeof(RofleemoSpecComponent_Base_C_OnWorkChanged) == 0x000008, "Wrong size on RofleemoSpecComponent_Base_C_OnWorkChanged"); \ static_assert(offsetof(RofleemoSpecComponent_Base_C_OnWorkChanged, Rofleemo) == 0x000000, "Member 'RofleemoSpecComponent_Base_C_OnWorkChanged::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoSpecComponent_Base_C \ static_assert(alignof(URofleemoSpecComponent_Base_C) == 0x000008, "Wrong alignment on URofleemoSpecComponent_Base_C"); \ static_assert(sizeof(URofleemoSpecComponent_Base_C) == 0x0000E0, "Wrong size on URofleemoSpecComponent_Base_C"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, UberGraphFrame) == 0x0000B0, "Member 'URofleemoSpecComponent_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, OwningRofleemo) == 0x0000B8, "Member 'URofleemoSpecComponent_Base_C::OwningRofleemo' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, THAbilityTimer) == 0x0000C0, "Member 'URofleemoSpecComponent_Base_C::THAbilityTimer' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, CurrentNest) == 0x0000C8, "Member 'URofleemoSpecComponent_Base_C::CurrentNest' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, RofleemoManager) == 0x0000D0, "Member 'URofleemoSpecComponent_Base_C::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Base_C, bAbilityInProgress) == 0x0000D8, "Member 'URofleemoSpecComponent_Base_C::bAbilityInProgress' 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_UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips \ static_assert(alignof(UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips"); \ static_assert(sizeof(UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips"); \ static_assert(offsetof(UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'UMG_BaseFunctionalityInterface_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BaseFunctionalityInterface_C_V2_GetGamepadController \ static_assert(alignof(UMG_BaseFunctionalityInterface_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on UMG_BaseFunctionalityInterface_C_V2_GetGamepadController"); \ static_assert(sizeof(UMG_BaseFunctionalityInterface_C_V2_GetGamepadController) == 0x000008, "Wrong size on UMG_BaseFunctionalityInterface_C_V2_GetGamepadController"); \ static_assert(offsetof(UMG_BaseFunctionalityInterface_C_V2_GetGamepadController, GamepadController) == 0x000000, "Member 'UMG_BaseFunctionalityInterface_C_V2_GetGamepadController::GamepadController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUMG_BaseFunctionalityInterface_C \ static_assert(alignof(IUMG_BaseFunctionalityInterface_C) == 0x000001, "Wrong alignment on IUMG_BaseFunctionalityInterface_C"); \ static_assert(sizeof(IUMG_BaseFunctionalityInterface_C) == 0x000001, "Wrong size on IUMG_BaseFunctionalityInterface_C"); \ #define DUMPER7_ASSERTS_FMediaPlayerTrackOptions \ static_assert(alignof(FMediaPlayerTrackOptions) == 0x000004, "Wrong alignment on FMediaPlayerTrackOptions"); \ static_assert(sizeof(FMediaPlayerTrackOptions) == 0x00001C, "Wrong size on FMediaPlayerTrackOptions"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Audio) == 0x000000, "Member 'FMediaPlayerTrackOptions::Audio' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Caption) == 0x000004, "Member 'FMediaPlayerTrackOptions::Caption' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, MetaData) == 0x000008, "Member 'FMediaPlayerTrackOptions::MetaData' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Script) == 0x00000C, "Member 'FMediaPlayerTrackOptions::Script' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Subtitle) == 0x000010, "Member 'FMediaPlayerTrackOptions::Subtitle' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Text) == 0x000014, "Member 'FMediaPlayerTrackOptions::Text' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Video) == 0x000018, "Member 'FMediaPlayerTrackOptions::Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaPlayerOptions \ static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ static_assert(sizeof(FMediaPlayerOptions) == 0x000030, "Wrong size on FMediaPlayerOptions"); \ static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000028, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x000029, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_SiliconOrb_C \ static_assert(alignof(AWagonModule_SiliconOrb_C) == 0x000008, "Wrong alignment on AWagonModule_SiliconOrb_C"); \ static_assert(sizeof(AWagonModule_SiliconOrb_C) == 0x0005D0, "Wrong size on AWagonModule_SiliconOrb_C"); \ #define DUMPER7_ASSERTS_AGunExplosion_BlastShot_C \ static_assert(alignof(AGunExplosion_BlastShot_C) == 0x000008, "Wrong alignment on AGunExplosion_BlastShot_C"); \ static_assert(sizeof(AGunExplosion_BlastShot_C) == 0x000280, "Wrong size on AGunExplosion_BlastShot_C"); \ #define DUMPER7_ASSERTS_FLightPropagationVolumeSettings \ static_assert(alignof(FLightPropagationVolumeSettings) == 0x000004, "Wrong alignment on FLightPropagationVolumeSettings"); \ static_assert(sizeof(FLightPropagationVolumeSettings) == 0x000040, "Wrong size on FLightPropagationVolumeSettings"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVIntensity) == 0x000004, "Member 'FLightPropagationVolumeSettings::LPVIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVVplInjectionBias) == 0x000008, "Member 'FLightPropagationVolumeSettings::LPVVplInjectionBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSize) == 0x00000C, "Member 'FLightPropagationVolumeSettings::LPVSize' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryOcclusionIntensity) == 0x000010, "Member 'FLightPropagationVolumeSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryBounceIntensity) == 0x000014, "Member 'FLightPropagationVolumeSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVGeometryVolumeBias) == 0x000018, "Member 'FLightPropagationVolumeSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVEmissiveInjectionIntensity) == 0x00001C, "Member 'FLightPropagationVolumeSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionIntensity) == 0x000020, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionRadius) == 0x000024, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionExponent) == 0x000028, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionExponent) == 0x00002C, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionIntensity) == 0x000030, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionIntensity) == 0x000034, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVFadeRange) == 0x000038, "Member 'FLightPropagationVolumeSettings::LPVFadeRange' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionFadeRange) == 0x00003C, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotDoor_C_ExecuteUbergraph_DepotDoor \ static_assert(alignof(DepotDoor_C_ExecuteUbergraph_DepotDoor) == 0x000004, "Wrong alignment on DepotDoor_C_ExecuteUbergraph_DepotDoor"); \ static_assert(sizeof(DepotDoor_C_ExecuteUbergraph_DepotDoor) == 0x000004, "Wrong size on DepotDoor_C_ExecuteUbergraph_DepotDoor"); \ static_assert(offsetof(DepotDoor_C_ExecuteUbergraph_DepotDoor, EntryPoint) == 0x000000, "Member 'DepotDoor_C_ExecuteUbergraph_DepotDoor::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepotDoor_C \ static_assert(alignof(ADepotDoor_C) == 0x000008, "Wrong alignment on ADepotDoor_C"); \ static_assert(sizeof(ADepotDoor_C) == 0x000240, "Wrong size on ADepotDoor_C"); \ static_assert(offsetof(ADepotDoor_C, UberGraphFrame) == 0x000220, "Member 'ADepotDoor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADepotDoor_C, Box) == 0x000228, "Member 'ADepotDoor_C::Box' has a wrong offset!"); \ static_assert(offsetof(ADepotDoor_C, DefaultSceneRoot) == 0x000230, "Member 'ADepotDoor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADepotDoor_C, StartLocked) == 0x000238, "Member 'ADepotDoor_C::StartLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropertyPathSegment \ static_assert(alignof(FPropertyPathSegment) == 0x000008, "Wrong alignment on FPropertyPathSegment"); \ static_assert(sizeof(FPropertyPathSegment) == 0x000028, "Wrong size on FPropertyPathSegment"); \ static_assert(offsetof(FPropertyPathSegment, Name) == 0x000000, "Member 'FPropertyPathSegment::Name' has a wrong offset!"); \ static_assert(offsetof(FPropertyPathSegment, ArrayIndex) == 0x000008, "Member 'FPropertyPathSegment::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FPropertyPathSegment, Struct) == 0x000010, "Member 'FPropertyPathSegment::Struct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedPropertyPath \ static_assert(alignof(FCachedPropertyPath) == 0x000008, "Wrong alignment on FCachedPropertyPath"); \ static_assert(sizeof(FCachedPropertyPath) == 0x000028, "Wrong size on FCachedPropertyPath"); \ static_assert(offsetof(FCachedPropertyPath, Segments) == 0x000000, "Member 'FCachedPropertyPath::Segments' has a wrong offset!"); \ static_assert(offsetof(FCachedPropertyPath, CachedFunction) == 0x000018, "Member 'FCachedPropertyPath::CachedFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayCameraShake_C_Received_Notify \ static_assert(alignof(PlayCameraShake_C_Received_Notify) == 0x000008, "Wrong alignment on PlayCameraShake_C_Received_Notify"); \ static_assert(sizeof(PlayCameraShake_C_Received_Notify) == 0x000048, "Wrong size on PlayCameraShake_C_Received_Notify"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, MeshComp) == 0x000000, "Member 'PlayCameraShake_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, Animation) == 0x000008, "Member 'PlayCameraShake_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, ReturnValue) == 0x000010, "Member 'PlayCameraShake_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'PlayCameraShake_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'PlayCameraShake_C_Received_Notify::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlayCameraShake_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'PlayCameraShake_C_Received_Notify::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, K2Node_DynamicCast_AsPlayer_Controller) == 0x000038, "Member 'PlayCameraShake_C_Received_Notify::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(PlayCameraShake_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'PlayCameraShake_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayCameraShake_C \ static_assert(alignof(UPlayCameraShake_C) == 0x000008, "Wrong alignment on UPlayCameraShake_C"); \ static_assert(sizeof(UPlayCameraShake_C) == 0x000058, "Wrong size on UPlayCameraShake_C"); \ static_assert(offsetof(UPlayCameraShake_C, ShakeClass) == 0x000038, "Member 'UPlayCameraShake_C::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(UPlayCameraShake_C, Scale) == 0x000040, "Member 'UPlayCameraShake_C::Scale' has a wrong offset!"); \ static_assert(offsetof(UPlayCameraShake_C, PlaySpace) == 0x000044, "Member 'UPlayCameraShake_C::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(UPlayCameraShake_C, UserPlaySpaceRot) == 0x000048, "Member 'UPlayCameraShake_C::UserPlaySpaceRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceNotification \ static_assert(alignof(FEngineServiceNotification) == 0x000008, "Wrong alignment on FEngineServiceNotification"); \ static_assert(sizeof(FEngineServiceNotification) == 0x000018, "Wrong size on FEngineServiceNotification"); \ static_assert(offsetof(FEngineServiceNotification, Text) == 0x000000, "Member 'FEngineServiceNotification::Text' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceNotification, TimeSeconds) == 0x000010, "Member 'FEngineServiceNotification::TimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceTerminate \ static_assert(alignof(FEngineServiceTerminate) == 0x000008, "Wrong alignment on FEngineServiceTerminate"); \ static_assert(sizeof(FEngineServiceTerminate) == 0x000010, "Wrong size on FEngineServiceTerminate"); \ static_assert(offsetof(FEngineServiceTerminate, UserName) == 0x000000, "Member 'FEngineServiceTerminate::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceExecuteCommand \ static_assert(alignof(FEngineServiceExecuteCommand) == 0x000008, "Wrong alignment on FEngineServiceExecuteCommand"); \ static_assert(sizeof(FEngineServiceExecuteCommand) == 0x000020, "Wrong size on FEngineServiceExecuteCommand"); \ static_assert(offsetof(FEngineServiceExecuteCommand, Command) == 0x000000, "Member 'FEngineServiceExecuteCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceExecuteCommand, UserName) == 0x000010, "Member 'FEngineServiceExecuteCommand::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceAuthGrant \ static_assert(alignof(FEngineServiceAuthGrant) == 0x000008, "Wrong alignment on FEngineServiceAuthGrant"); \ static_assert(sizeof(FEngineServiceAuthGrant) == 0x000020, "Wrong size on FEngineServiceAuthGrant"); \ static_assert(offsetof(FEngineServiceAuthGrant, UserName) == 0x000000, "Member 'FEngineServiceAuthGrant::UserName' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceAuthGrant, UserToGrant) == 0x000010, "Member 'FEngineServiceAuthGrant::UserToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceAuthDeny \ static_assert(alignof(FEngineServiceAuthDeny) == 0x000008, "Wrong alignment on FEngineServiceAuthDeny"); \ static_assert(sizeof(FEngineServiceAuthDeny) == 0x000020, "Wrong size on FEngineServiceAuthDeny"); \ static_assert(offsetof(FEngineServiceAuthDeny, UserName) == 0x000000, "Member 'FEngineServiceAuthDeny::UserName' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceAuthDeny, UserToDeny) == 0x000010, "Member 'FEngineServiceAuthDeny::UserToDeny' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServicePong \ static_assert(alignof(FEngineServicePong) == 0x000008, "Wrong alignment on FEngineServicePong"); \ static_assert(sizeof(FEngineServicePong) == 0x000050, "Wrong size on FEngineServicePong"); \ static_assert(offsetof(FEngineServicePong, CurrentLevel) == 0x000000, "Member 'FEngineServicePong::CurrentLevel' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, EngineVersion) == 0x000010, "Member 'FEngineServicePong::EngineVersion' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, HasBegunPlay) == 0x000014, "Member 'FEngineServicePong::HasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, InstanceId) == 0x000018, "Member 'FEngineServicePong::InstanceId' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, InstanceType) == 0x000028, "Member 'FEngineServicePong::InstanceType' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, SessionId) == 0x000038, "Member 'FEngineServicePong::SessionId' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, WorldTimeSeconds) == 0x000048, "Member 'FEngineServicePong::WorldTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServicePing \ static_assert(alignof(FEngineServicePing) == 0x000001, "Wrong alignment on FEngineServicePing"); \ static_assert(sizeof(FEngineServicePing) == 0x000001, "Wrong size on FEngineServicePing"); \ #define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ static_assert(sizeof(FStructSerializerObjectTestStruct) == 0x0000A0, "Wrong size on FStructSerializerObjectTestStruct"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, Class) == 0x000000, "Member 'FStructSerializerObjectTestStruct::Class' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, SubClass) == 0x000008, "Member 'FStructSerializerObjectTestStruct::SubClass' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, SoftClass) == 0x000010, "Member 'FStructSerializerObjectTestStruct::SoftClass' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, Object) == 0x000038, "Member 'FStructSerializerObjectTestStruct::Object' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, WeakObject) == 0x000040, "Member 'FStructSerializerObjectTestStruct::WeakObject' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, SoftObject) == 0x000048, "Member 'FStructSerializerObjectTestStruct::SoftObject' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, ClassPath) == 0x000070, "Member 'FStructSerializerObjectTestStruct::ClassPath' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerObjectTestStruct, ObjectPath) == 0x000088, "Member 'FStructSerializerObjectTestStruct::ObjectPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerNumericTestStruct \ static_assert(alignof(FStructSerializerNumericTestStruct) == 0x000008, "Wrong alignment on FStructSerializerNumericTestStruct"); \ static_assert(sizeof(FStructSerializerNumericTestStruct) == 0x000030, "Wrong size on FStructSerializerNumericTestStruct"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int8) == 0x000000, "Member 'FStructSerializerNumericTestStruct::Int8' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int16) == 0x000002, "Member 'FStructSerializerNumericTestStruct::Int16' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int32) == 0x000004, "Member 'FStructSerializerNumericTestStruct::Int32' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt8) == 0x000010, "Member 'FStructSerializerNumericTestStruct::UInt8' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt32) == 0x000014, "Member 'FStructSerializerNumericTestStruct::UInt32' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Float) == 0x000020, "Member 'FStructSerializerNumericTestStruct::Float' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerBuiltinTestStruct \ static_assert(alignof(FStructSerializerBuiltinTestStruct) == 0x000010, "Wrong alignment on FStructSerializerBuiltinTestStruct"); \ static_assert(sizeof(FStructSerializerBuiltinTestStruct) == 0x000090, "Wrong size on FStructSerializerBuiltinTestStruct"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Guid) == 0x000000, "Member 'FStructSerializerBuiltinTestStruct::Guid' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Name) == 0x000010, "Member 'FStructSerializerBuiltinTestStruct::Name' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, String) == 0x000018, "Member 'FStructSerializerBuiltinTestStruct::String' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Text) == 0x000028, "Member 'FStructSerializerBuiltinTestStruct::Text' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector) == 0x000040, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000050, "Member 'FStructSerializerBuiltinTestStruct::Vector4' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Rotator) == 0x000060, "Member 'FStructSerializerBuiltinTestStruct::Rotator' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Quat) == 0x000070, "Member 'FStructSerializerBuiltinTestStruct::Quat' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBuiltinTestStruct, Color) == 0x000080, "Member 'FStructSerializerBuiltinTestStruct::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerArrayTestStruct \ static_assert(alignof(FStructSerializerArrayTestStruct) == 0x000008, "Wrong alignment on FStructSerializerArrayTestStruct"); \ static_assert(sizeof(FStructSerializerArrayTestStruct) == 0x000060, "Wrong size on FStructSerializerArrayTestStruct"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, Int32Array) == 0x000000, "Member 'FStructSerializerArrayTestStruct::Int32Array' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, ByteArray) == 0x000010, "Member 'FStructSerializerArrayTestStruct::ByteArray' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, StaticSingleElement) == 0x000020, "Member 'FStructSerializerArrayTestStruct::StaticSingleElement' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, StaticInt32Array) == 0x000024, "Member 'FStructSerializerArrayTestStruct::StaticInt32Array' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, StaticFloatArray) == 0x000030, "Member 'FStructSerializerArrayTestStruct::StaticFloatArray' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, VectorArray) == 0x000040, "Member 'FStructSerializerArrayTestStruct::VectorArray' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerArrayTestStruct, StructArray) == 0x000050, "Member 'FStructSerializerArrayTestStruct::StructArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FStructSerializerTestStruct \ static_assert(alignof(FStructSerializerTestStruct) == 0x000010, "Wrong alignment on FStructSerializerTestStruct"); \ static_assert(sizeof(FStructSerializerTestStruct) == 0x000450, "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) == 0x0000E0, "Member 'FStructSerializerTestStruct::Builtins' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerTestStruct, Arrays) == 0x000170, "Member 'FStructSerializerTestStruct::Arrays' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerTestStruct, Maps) == 0x0001D0, "Member 'FStructSerializerTestStruct::Maps' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerTestStruct, Sets) == 0x000310, "Member 'FStructSerializerTestStruct::Sets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerByteArray \ static_assert(alignof(FStructSerializerByteArray) == 0x000008, "Wrong alignment on FStructSerializerByteArray"); \ static_assert(sizeof(FStructSerializerByteArray) == 0x000038, "Wrong size on FStructSerializerByteArray"); \ static_assert(offsetof(FStructSerializerByteArray, Dummy1) == 0x000000, "Member 'FStructSerializerByteArray::Dummy1' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerByteArray, ByteArray) == 0x000008, "Member 'FStructSerializerByteArray::ByteArray' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerByteArray, Dummy2) == 0x000018, "Member 'FStructSerializerByteArray::Dummy2' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerByteArray, Int8Array) == 0x000020, "Member 'FStructSerializerByteArray::Int8Array' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerByteArray, Dummy3) == 0x000030, "Member 'FStructSerializerByteArray::Dummy3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSessionServiceLogUnsubscribe \ static_assert(alignof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogUnsubscribe"); \ static_assert(sizeof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong size on FSessionServiceLogUnsubscribe"); \ #define DUMPER7_ASSERTS_FSessionServiceLogSubscribe \ static_assert(alignof(FSessionServiceLogSubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogSubscribe"); \ static_assert(sizeof(FSessionServiceLogSubscribe) == 0x000001, "Wrong size on FSessionServiceLogSubscribe"); \ #define DUMPER7_ASSERTS_FSessionServiceLog \ static_assert(alignof(FSessionServiceLog) == 0x000008, "Wrong alignment on FSessionServiceLog"); \ static_assert(sizeof(FSessionServiceLog) == 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_FSessionServicePong \ static_assert(alignof(FSessionServicePong) == 0x000008, "Wrong alignment on FSessionServicePong"); \ static_assert(sizeof(FSessionServicePong) == 0x000090, "Wrong size on FSessionServicePong"); \ static_assert(offsetof(FSessionServicePong, Authorized) == 0x000000, "Member 'FSessionServicePong::Authorized' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, BuildDate) == 0x000008, "Member 'FSessionServicePong::BuildDate' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, DeviceName) == 0x000018, "Member 'FSessionServicePong::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, InstanceId) == 0x000028, "Member 'FSessionServicePong::InstanceId' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, InstanceName) == 0x000038, "Member 'FSessionServicePong::InstanceName' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, PlatformName) == 0x000048, "Member 'FSessionServicePong::PlatformName' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, SessionId) == 0x000058, "Member 'FSessionServicePong::SessionId' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, SessionName) == 0x000068, "Member 'FSessionServicePong::SessionName' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, SessionOwner) == 0x000078, "Member 'FSessionServicePong::SessionOwner' has a wrong offset!"); \ static_assert(offsetof(FSessionServicePong, Standalone) == 0x000088, "Member 'FSessionServicePong::Standalone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSessionServicePing \ static_assert(alignof(FSessionServicePing) == 0x000008, "Wrong alignment on FSessionServicePing"); \ static_assert(sizeof(FSessionServicePing) == 0x000010, "Wrong size on FSessionServicePing"); \ static_assert(offsetof(FSessionServicePing, UserName) == 0x000000, "Member 'FSessionServicePing::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing \ static_assert(alignof(NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing) == 0x000004, "Wrong alignment on NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing"); \ static_assert(sizeof(NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing) == 0x000008, "Wrong size on NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing"); \ static_assert(offsetof(NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing, EntryPoint) == 0x000000, "Member 'NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'NaziSoldier_StatusEffect_Freezing_C_ExecuteUbergraph_NaziSoldier_StatusEffect_Freezing::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Freezing_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Freezing_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Freezing_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Freezing_C) == 0x0000D8, "Wrong size on UNaziSoldier_StatusEffect_Freezing_C"); \ static_assert(offsetof(UNaziSoldier_StatusEffect_Freezing_C, UberGraphFrame_NaziSoldier_StatusEffect_Freezing_C) == 0x0000D0, "Member 'UNaziSoldier_StatusEffect_Freezing_C::UberGraphFrame_NaziSoldier_StatusEffect_Freezing_C' 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_OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider \ static_assert(alignof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider) == 0x000008, "Wrong alignment on OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider"); \ static_assert(sizeof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider) == 0x000090, "Wrong size on OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, EntryPoint) == 0x000000, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_TextToUpper_ReturnValue) == 0x000008, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, K2Node_Event_MyGeometry) == 0x000020, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, K2Node_Event_InDeltaTime) == 0x000058, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00005C, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000060, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_BooleanOR_ReturnValue) == 0x000064, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_PlayAnimation_ReturnValue_1) == 0x000070, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000078, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, K2Node_ComponentBoundEvent_Value) == 0x00007C, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000080, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000084, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000088, "Member 'OptionLine_Slider_C_ExecuteUbergraph_OptionLine_Slider::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'OptionLine_Slider_C_BndEvt__OptionSlider_K2Node_ComponentBoundEvent_246_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_Tick \ static_assert(alignof(OptionLine_Slider_C_Tick) == 0x000004, "Wrong alignment on OptionLine_Slider_C_Tick"); \ static_assert(sizeof(OptionLine_Slider_C_Tick) == 0x00003C, "Wrong size on OptionLine_Slider_C_Tick"); \ static_assert(offsetof(OptionLine_Slider_C_Tick, MyGeometry) == 0x000000, "Member 'OptionLine_Slider_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Tick, InDeltaTime) == 0x000038, "Member 'OptionLine_Slider_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_GetBrushColor_0 \ static_assert(alignof(OptionLine_Slider_C_GetBrushColor_0) == 0x000004, "Wrong alignment on OptionLine_Slider_C_GetBrushColor_0"); \ static_assert(sizeof(OptionLine_Slider_C_GetBrushColor_0) == 0x000048, "Wrong size on OptionLine_Slider_C_GetBrushColor_0"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'OptionLine_Slider_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, Temp_bool_Variable) == 0x000010, "Member 'OptionLine_Slider_C_GetBrushColor_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, Temp_struct_Variable) == 0x000014, "Member 'OptionLine_Slider_C_GetBrushColor_0::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, Temp_struct_Variable_1) == 0x000024, "Member 'OptionLine_Slider_C_GetBrushColor_0::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000034, "Member 'OptionLine_Slider_C_GetBrushColor_0::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000035, "Member 'OptionLine_Slider_C_GetBrushColor_0::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'OptionLine_Slider_C_GetBrushColor_0::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetBrushColor_0, K2Node_Select_Default) == 0x000038, "Member 'OptionLine_Slider_C_GetBrushColor_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_OnPreviewKeyDown \ static_assert(alignof(OptionLine_Slider_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on OptionLine_Slider_C_OnPreviewKeyDown"); \ static_assert(sizeof(OptionLine_Slider_C_OnPreviewKeyDown) == 0x0002D8, "Wrong size on OptionLine_Slider_C_OnPreviewKeyDown"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000142, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000143, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000144, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000145, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000146, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_BooleanOR_ReturnValue_1) == 0x000147, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_BooleanOR_ReturnValue_2) == 0x000148, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_BooleanOR_ReturnValue_3) == 0x000149, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_GetValue_ReturnValue) == 0x00014C, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_GetValue_ReturnValue_1) == 0x000150, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_Add_FloatFloat_ReturnValue) == 0x000154, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000158, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_FClamp_ReturnValue) == 0x00015C, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_FClamp_ReturnValue_1) == 0x000160, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000168, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnPreviewKeyDown, CallFunc_Handled_ReturnValue) == 0x000220, "Member 'OptionLine_Slider_C_OnPreviewKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_Get_Percent_Text_0 \ static_assert(alignof(OptionLine_Slider_C_Get_Percent_Text_0) == 0x000008, "Wrong alignment on OptionLine_Slider_C_Get_Percent_Text_0"); \ static_assert(sizeof(OptionLine_Slider_C_Get_Percent_Text_0) == 0x000110, "Wrong size on OptionLine_Slider_C_Get_Percent_Text_0"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, ReturnValue) == 0x000000, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, Temp_bool_Variable) == 0x000018, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, CallFunc_GetValue_ReturnValue) == 0x00001C, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, CallFunc_FTrunc_ReturnValue) == 0x000024, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, K2Node_MakeArray_Array) == 0x0000A8, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, K2Node_MakeArray_Array_1) == 0x0000B8, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, CallFunc_Format_ReturnValue_1) == 0x0000E0, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_Get_Percent_Text_0, K2Node_Select_Default) == 0x0000F8, "Member 'OptionLine_Slider_C_Get_Percent_Text_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_OnFocusReceived \ static_assert(alignof(OptionLine_Slider_C_OnFocusReceived) == 0x000008, "Wrong alignment on OptionLine_Slider_C_OnFocusReceived"); \ static_assert(sizeof(OptionLine_Slider_C_OnFocusReceived) == 0x0001B0, "Wrong size on OptionLine_Slider_C_OnFocusReceived"); \ static_assert(offsetof(OptionLine_Slider_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'OptionLine_Slider_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'OptionLine_Slider_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'OptionLine_Slider_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'OptionLine_Slider_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_SetValue \ static_assert(alignof(OptionLine_Slider_C_SetValue) == 0x000004, "Wrong alignment on OptionLine_Slider_C_SetValue"); \ static_assert(sizeof(OptionLine_Slider_C_SetValue) == 0x000010, "Wrong size on OptionLine_Slider_C_SetValue"); \ static_assert(offsetof(OptionLine_Slider_C_SetValue, NewValue) == 0x000000, "Member 'OptionLine_Slider_C_SetValue::NewValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_SetValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'OptionLine_Slider_C_SetValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_SetValue, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'OptionLine_Slider_C_SetValue::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_SetValue, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00000C, "Member 'OptionLine_Slider_C_SetValue::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Slider_C_GetValue \ static_assert(alignof(OptionLine_Slider_C_GetValue) == 0x000004, "Wrong alignment on OptionLine_Slider_C_GetValue"); \ static_assert(sizeof(OptionLine_Slider_C_GetValue) == 0x000028, "Wrong size on OptionLine_Slider_C_GetValue"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, Value) == 0x000000, "Member 'OptionLine_Slider_C_GetValue::Value' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'OptionLine_Slider_C_GetValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'OptionLine_Slider_C_GetValue::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'OptionLine_Slider_C_GetValue::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'OptionLine_Slider_C_GetValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'OptionLine_Slider_C_GetValue::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_GetValue_ReturnValue_1) == 0x000018, "Member 'OptionLine_Slider_C_GetValue::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00001C, "Member 'OptionLine_Slider_C_GetValue::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_FTrunc_ReturnValue_1) == 0x000020, "Member 'OptionLine_Slider_C_GetValue::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Slider_C_GetValue, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'OptionLine_Slider_C_GetValue::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionLine_Slider_C \ static_assert(alignof(UOptionLine_Slider_C) == 0x000008, "Wrong alignment on UOptionLine_Slider_C"); \ static_assert(sizeof(UOptionLine_Slider_C) == 0x0002F0, "Wrong size on UOptionLine_Slider_C"); \ static_assert(offsetof(UOptionLine_Slider_C, UberGraphFrame) == 0x000280, "Member 'UOptionLine_Slider_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, Focused) == 0x000288, "Member 'UOptionLine_Slider_C::Focused' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, Border_0) == 0x000290, "Member 'UOptionLine_Slider_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, OptionName) == 0x000298, "Member 'UOptionLine_Slider_C::OptionName' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, OptionSlider) == 0x0002A0, "Member 'UOptionLine_Slider_C::OptionSlider' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, Percent) == 0x0002A8, "Member 'UOptionLine_Slider_C::Percent' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, Name_0) == 0x0002B0, "Member 'UOptionLine_Slider_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, lastFocusState) == 0x0002C8, "Member 'UOptionLine_Slider_C::lastFocusState' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, OnSliderUpdated) == 0x0002D0, "Member 'UOptionLine_Slider_C::OnSliderUpdated' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, MinValue) == 0x0002E0, "Member 'UOptionLine_Slider_C::MinValue' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, MaxValue) == 0x0002E4, "Member 'UOptionLine_Slider_C::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, Step) == 0x0002E8, "Member 'UOptionLine_Slider_C::Step' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, StaticValue) == 0x0002EC, "Member 'UOptionLine_Slider_C::StaticValue' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Slider_C, NotPercent_Cosmetic_) == 0x0002ED, "Member 'UOptionLine_Slider_C::NotPercent_Cosmetic_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzle_ValidSequenceIDs \ static_assert(alignof(FTalesPuzzle_ValidSequenceIDs) == 0x000004, "Wrong alignment on FTalesPuzzle_ValidSequenceIDs"); \ static_assert(sizeof(FTalesPuzzle_ValidSequenceIDs) == 0x00001C, "Wrong size on FTalesPuzzle_ValidSequenceIDs"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act1ValidID_2_9C529B0240303A7A50F0F89AE7294C38) == 0x000000, "Member 'FTalesPuzzle_ValidSequenceIDs::Act1ValidID_2_9C529B0240303A7A50F0F89AE7294C38' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act2ValidID_4_F090D75745A22B7AE98D76AF4AC8C67E) == 0x000004, "Member 'FTalesPuzzle_ValidSequenceIDs::Act2ValidID_4_F090D75745A22B7AE98D76AF4AC8C67E' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act2TopID_6_CE4EE1CB467C28E5E1C1229FC1197940) == 0x000008, "Member 'FTalesPuzzle_ValidSequenceIDs::Act2TopID_6_CE4EE1CB467C28E5E1C1229FC1197940' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act3ValidID_8_FC7FCE7E4B8CA3E34D8CF8A640ADEBD1) == 0x00000C, "Member 'FTalesPuzzle_ValidSequenceIDs::Act3ValidID_8_FC7FCE7E4B8CA3E34D8CF8A640ADEBD1' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act4ValidID_10_2642134C4E5738C3643820A80C20D44A) == 0x000010, "Member 'FTalesPuzzle_ValidSequenceIDs::Act4ValidID_10_2642134C4E5738C3643820A80C20D44A' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act5ValidID_12_8722A79847F42BF2E41EE0BEA671034B) == 0x000014, "Member 'FTalesPuzzle_ValidSequenceIDs::Act5ValidID_12_8722A79847F42BF2E41EE0BEA671034B' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzle_ValidSequenceIDs, Act5CharIsDead_15_5764E060430641BEF94803AB2E614829) == 0x000018, "Member 'FTalesPuzzle_ValidSequenceIDs::Act5CharIsDead_15_5764E060430641BEF94803AB2E614829' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor \ static_assert(alignof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor) == 0x000008, "Wrong alignment on MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor"); \ static_assert(sizeof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor) == 0x0002D8, "Wrong size on MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, EntryPoint) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetCameraLocation_ReturnValue) == 0x000010, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00001C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_FindLookAtRotation_ReturnValue) == 0x000034, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_Position) == 0x000040, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_Position' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_Orientation) == 0x00004C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_Orientation' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_PinFoundInEnvironment) == 0x000058, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_PinFoundInEnvironment' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinPositionAndOrientation_ReturnValue) == 0x000059, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinPositionAndOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x00005C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000E4, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, K2Node_Event_DeltaSeconds) == 0x00016C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_RInterpTo_ReturnValue) == 0x000170, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_ARPinIdToString_ReturnValue) == 0x000180, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_ARPinIdToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Roll) == 0x000190, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Pitch) == 0x000194, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_BreakRotator_Yaw) == 0x000198, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A0, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_MakeRotator_ReturnValue) == 0x0001B8, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001C4, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinState_State) == 0x00024C, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinState_State' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetARPinState_ReturnValue) == 0x000260, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetARPinState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000261, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000268, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue) == 0x000278, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000290, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x0002A8, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0002C0, "Member 'MagicLeapARPinInfoActor_C_ExecuteUbergraph_MagicLeapARPinInfoActor::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_ReceiveTick \ static_assert(alignof(MagicLeapARPinInfoActor_C_ReceiveTick) == 0x000004, "Wrong alignment on MagicLeapARPinInfoActor_C_ReceiveTick"); \ static_assert(sizeof(MagicLeapARPinInfoActor_C_ReceiveTick) == 0x000004, "Wrong size on MagicLeapARPinInfoActor_C_ReceiveTick"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MagicLeapARPinInfoActor_C_UserConstructionScript \ static_assert(alignof(MagicLeapARPinInfoActor_C_UserConstructionScript) == 0x000008, "Wrong alignment on MagicLeapARPinInfoActor_C_UserConstructionScript"); \ static_assert(sizeof(MagicLeapARPinInfoActor_C_UserConstructionScript) == 0x000018, "Wrong size on MagicLeapARPinInfoActor_C_UserConstructionScript"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MagicLeapARPinInfoActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'MagicLeapARPinInfoActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMagicLeapARPinInfoActor_C \ static_assert(alignof(AMagicLeapARPinInfoActor_C) == 0x000008, "Wrong alignment on AMagicLeapARPinInfoActor_C"); \ static_assert(sizeof(AMagicLeapARPinInfoActor_C) == 0x0002C8, "Wrong size on AMagicLeapARPinInfoActor_C"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, UberGraphFrame) == 0x000238, "Member 'AMagicLeapARPinInfoActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, Right) == 0x000240, "Member 'AMagicLeapARPinInfoActor_C::Right' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, Forward) == 0x000248, "Member 'AMagicLeapARPinInfoActor_C::Forward' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, Up) == 0x000250, "Member 'AMagicLeapARPinInfoActor_C::Up' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, ValidRadiusVisualizer) == 0x000258, "Member 'AMagicLeapARPinInfoActor_C::ValidRadiusVisualizer' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, AxisRoot) == 0x000260, "Member 'AMagicLeapARPinInfoActor_C::AxisRoot' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, VisualizerRoot) == 0x000268, "Member 'AMagicLeapARPinInfoActor_C::VisualizerRoot' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, TypeValue) == 0x000270, "Member 'AMagicLeapARPinInfoActor_C::TypeValue' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, TransErrValue) == 0x000278, "Member 'AMagicLeapARPinInfoActor_C::TransErrValue' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotErrValue) == 0x000280, "Member 'AMagicLeapARPinInfoActor_C::RotErrValue' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, ConfidenceValue) == 0x000288, "Member 'AMagicLeapARPinInfoActor_C::ConfidenceValue' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, TransErrLabel) == 0x000290, "Member 'AMagicLeapARPinInfoActor_C::TransErrLabel' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotErrLabel) == 0x000298, "Member 'AMagicLeapARPinInfoActor_C::RotErrLabel' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, ConfidenceLabel) == 0x0002A0, "Member 'AMagicLeapARPinInfoActor_C::ConfidenceLabel' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, PinIDValue) == 0x0002A8, "Member 'AMagicLeapARPinInfoActor_C::PinIDValue' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, InfoRoot) == 0x0002B0, "Member 'AMagicLeapARPinInfoActor_C::InfoRoot' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, Root) == 0x0002B8, "Member 'AMagicLeapARPinInfoActor_C::Root' has a wrong offset!"); \ static_assert(offsetof(AMagicLeapARPinInfoActor_C, RotationSmoothSpeed) == 0x0002C0, "Member 'AMagicLeapARPinInfoActor_C::RotationSmoothSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyHPData \ static_assert(alignof(FEnemyHPData) == 0x000008, "Wrong alignment on FEnemyHPData"); \ static_assert(sizeof(FEnemyHPData) == 0x000028, "Wrong size on FEnemyHPData"); \ static_assert(offsetof(FEnemyHPData, Enemy_2_B47CC31D4DE0945D2AD170AE83DC4713) == 0x000000, "Member 'FEnemyHPData::Enemy_2_B47CC31D4DE0945D2AD170AE83DC4713' has a wrong offset!"); \ static_assert(offsetof(FEnemyHPData, Name_5_092EDAD44B885BD68D9C56839DAE7040) == 0x000008, "Member 'FEnemyHPData::Name_5_092EDAD44B885BD68D9C56839DAE7040' has a wrong offset!"); \ static_assert(offsetof(FEnemyHPData, DecimalHP_8_3F46EB6848746468D9F0839FEA583788) == 0x000020, "Member 'FEnemyHPData::DecimalHP_8_3F46EB6848746468D9F0839FEA583788' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionButtonData \ static_assert(alignof(FActionButtonData) == 0x000008, "Wrong alignment on FActionButtonData"); \ static_assert(sizeof(FActionButtonData) == 0x000038, "Wrong size on FActionButtonData"); \ static_assert(offsetof(FActionButtonData, isProgressButton_1_9D1AD47C437427A1D880558098A797F3) == 0x000000, "Member 'FActionButtonData::isProgressButton_1_9D1AD47C437427A1D880558098A797F3' has a wrong offset!"); \ static_assert(offsetof(FActionButtonData, Action_4_9B856FCD418F587FBBE2EE915687AB0B) == 0x000004, "Member 'FActionButtonData::Action_4_9B856FCD418F587FBBE2EE915687AB0B' has a wrong offset!"); \ static_assert(offsetof(FActionButtonData, Label_7_0D8E18904C535A5180BB62A950B83BA4) == 0x000010, "Member 'FActionButtonData::Label_7_0D8E18904C535A5180BB62A950B83BA4' has a wrong offset!"); \ static_assert(offsetof(FActionButtonData, isDisabled_10_2230114B418D20459C01CFAAD20DA49A) == 0x000028, "Member 'FActionButtonData::isDisabled_10_2230114B418D20459C01CFAAD20DA49A' has a wrong offset!"); \ static_assert(offsetof(FActionButtonData, AddWidget_13_E7E1FAA942E078EC21EC62A75DABFEF8) == 0x000030, "Member 'FActionButtonData::AddWidget_13_E7E1FAA942E078EC21EC62A75DABFEF8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInhibitor_C \ static_assert(alignof(AInhibitor_C) == 0x000010, "Wrong alignment on AInhibitor_C"); \ static_assert(sizeof(AInhibitor_C) == 0x000430, "Wrong size on AInhibitor_C"); \ #define DUMPER7_ASSERTS_FKeyDisplayMeta \ static_assert(alignof(FKeyDisplayMeta) == 0x000008, "Wrong alignment on FKeyDisplayMeta"); \ static_assert(sizeof(FKeyDisplayMeta) == 0x000038, "Wrong size on FKeyDisplayMeta"); \ static_assert(offsetof(FKeyDisplayMeta, ActionName_2_DFEA5CFE4F5A5A31FE950FB892F3CAFF) == 0x000000, "Member 'FKeyDisplayMeta::ActionName_2_DFEA5CFE4F5A5A31FE950FB892F3CAFF' has a wrong offset!"); \ static_assert(offsetof(FKeyDisplayMeta, ActionDescription_4_554AE8D241C63BFB362C3AAA588C6064) == 0x000018, "Member 'FKeyDisplayMeta::ActionDescription_4_554AE8D241C63BFB362C3AAA588C6064' has a wrong offset!"); \ static_assert(offsetof(FKeyDisplayMeta, isEnable_7_BDEA2B134B3FE849CDF6B38FABCA90E6) == 0x000030, "Member 'FKeyDisplayMeta::isEnable_7_BDEA2B134B3FE849CDF6B38FABCA90E6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit \ static_assert(alignof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit) == 0x000008, "Wrong alignment on HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit"); \ static_assert(sizeof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit) == 0x000030, "Wrong size on HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, EntryPoint) == 0x000000, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkDropVomit_C_ExecuteUbergraph_HTN_SharkDropVomit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkDropVomit_C_ReceiveExecute \ static_assert(alignof(HTN_SharkDropVomit_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkDropVomit_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkDropVomit_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkDropVomit_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkDropVomit_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkDropVomit_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkDropVomit_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkDropVomit_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkDropVomit_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkDropVomit_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkDropVomit_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkDropVomit_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkDropVomit_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkDropVomit_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkDropVomit_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkDropVomit_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkDropVomit_C \ static_assert(alignof(UHTN_SharkDropVomit_C) == 0x000008, "Wrong alignment on UHTN_SharkDropVomit_C"); \ static_assert(sizeof(UHTN_SharkDropVomit_C) == 0x000100, "Wrong size on UHTN_SharkDropVomit_C"); \ static_assert(offsetof(UHTN_SharkDropVomit_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkDropVomit_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModuleInfoData \ static_assert(alignof(FModuleInfoData) == 0x000008, "Wrong alignment on FModuleInfoData"); \ static_assert(sizeof(FModuleInfoData) == 0x000068, "Wrong size on FModuleInfoData"); \ static_assert(offsetof(FModuleInfoData, AdditionalButtons_33_2CF9375245F7ED7F8980508D9B2698B4) == 0x000000, "Member 'FModuleInfoData::AdditionalButtons_33_2CF9375245F7ED7F8980508D9B2698B4' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, HoldUseAvaliable_26_CBD2BA3E4672DD5024A8DEA60D235329) == 0x000010, "Member 'FModuleInfoData::HoldUseAvaliable_26_CBD2BA3E4672DD5024A8DEA60D235329' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, ActionText_5_93F882B746AA217268EF02BDFA94606D) == 0x000018, "Member 'FModuleInfoData::ActionText_5_93F882B746AA217268EF02BDFA94606D' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, isPrimaryActionAvaliable_28_89FC31224FF965DDE540449CEA5BDE14) == 0x000030, "Member 'FModuleInfoData::isPrimaryActionAvaliable_28_89FC31224FF965DDE540449CEA5BDE14' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, State_20_C47362214923946BFBE9E59D063F471E) == 0x000031, "Member 'FModuleInfoData::State_20_C47362214923946BFBE9E59D063F471E' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, RecipeID_15_2FC9E8D645117A433550AAB6230B8B01) == 0x000034, "Member 'FModuleInfoData::RecipeID_15_2FC9E8D645117A433550AAB6230B8B01' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, ConstructionRequirements_17_E50E88E942ACE20457E65EB735AA225E) == 0x000038, "Member 'FModuleInfoData::ConstructionRequirements_17_E50E88E942ACE20457E65EB735AA225E' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, ModuleName_9_23BD49D9462388014C223C89F7D92B40) == 0x000048, "Member 'FModuleInfoData::ModuleName_9_23BD49D9462388014C223C89F7D92B40' has a wrong offset!"); \ static_assert(offsetof(FModuleInfoData, Durability_2_DE911CCB43B49E5870C302B4F8CF62E2) == 0x000060, "Member 'FModuleInfoData::Durability_2_DE911CCB43B49E5870C302B4F8CF62E2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_BeginQuestGraph \ static_assert(alignof(BoomFish_C_BeginQuestGraph) == 0x000008, "Wrong alignment on BoomFish_C_BeginQuestGraph"); \ static_assert(sizeof(BoomFish_C_BeginQuestGraph) == 0x000018, "Wrong size on BoomFish_C_BeginQuestGraph"); \ static_assert(offsetof(BoomFish_C_BeginQuestGraph, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'BoomFish_C_BeginQuestGraph::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BeginQuestGraph, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'BoomFish_C_BeginQuestGraph::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BeginQuestGraph, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000010, "Member 'BoomFish_C_BeginQuestGraph::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BeginQuestGraph, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BoomFish_C_BeginQuestGraph::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_GetIsEnemy \ static_assert(alignof(BoomFish_C_GetIsEnemy) == 0x000001, "Wrong alignment on BoomFish_C_GetIsEnemy"); \ static_assert(sizeof(BoomFish_C_GetIsEnemy) == 0x000002, "Wrong size on BoomFish_C_GetIsEnemy"); \ static_assert(offsetof(BoomFish_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'BoomFish_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_GetIsEnemy, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BoomFish_C_GetIsEnemy::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_DetachFromSpawn \ static_assert(alignof(BoomFish_C_DetachFromSpawn) == 0x000008, "Wrong alignment on BoomFish_C_DetachFromSpawn"); \ static_assert(sizeof(BoomFish_C_DetachFromSpawn) == 0x000100, "Wrong size on BoomFish_C_DetachFromSpawn"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, NewLocalVar_0) == 0x000000, "Member 'BoomFish_C_DetachFromSpawn::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, IsOverlapping) == 0x000010, "Member 'BoomFish_C_DetachFromSpawn::IsOverlapping' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, Temp_bool_True_if_break_was_hit_Variable) == 0x000011, "Member 'BoomFish_C_DetachFromSpawn::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BoomFish_C_DetachFromSpawn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BoomFish_C_DetachFromSpawn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_GetOverlappingComponents_OutOverlappingComponents) == 0x000030, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_GetOverlappingComponents_OutOverlappingComponents' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Array_Get_Item) == 0x000040, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000048, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x000054, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000064, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000068, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000F0, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_GetCollisionResponseToChannel_ReturnValue_1) == 0x0000F1, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_GetCollisionResponseToChannel_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Array_Length_ReturnValue) == 0x0000F4, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F8, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_Less_IntInt_ReturnValue) == 0x0000F9, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_BooleanOR_ReturnValue) == 0x0000FA, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_DetachFromSpawn, CallFunc_BooleanAND_ReturnValue) == 0x0000FB, "Member 'BoomFish_C_DetachFromSpawn::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnDeathEvent \ static_assert(alignof(BoomFish_C_OnDeathEvent) == 0x000008, "Wrong alignment on BoomFish_C_OnDeathEvent"); \ static_assert(sizeof(BoomFish_C_OnDeathEvent) == 0x000018, "Wrong size on BoomFish_C_OnDeathEvent"); \ static_assert(offsetof(BoomFish_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'BoomFish_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'BoomFish_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'BoomFish_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'BoomFish_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BoomFish_C_BndEvt__BoomFish_CapsuleComponent_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_WakeUp \ static_assert(alignof(BoomFish_C_WakeUp) == 0x000008, "Wrong alignment on BoomFish_C_WakeUp"); \ static_assert(sizeof(BoomFish_C_WakeUp) == 0x000008, "Wrong size on BoomFish_C_WakeUp"); \ static_assert(offsetof(BoomFish_C_WakeUp, NewTarget) == 0x000000, "Member 'BoomFish_C_WakeUp::NewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_ReceiveTick \ static_assert(alignof(BoomFish_C_ReceiveTick) == 0x000004, "Wrong alignment on BoomFish_C_ReceiveTick"); \ static_assert(sizeof(BoomFish_C_ReceiveTick) == 0x000004, "Wrong size on BoomFish_C_ReceiveTick"); \ static_assert(offsetof(BoomFish_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BoomFish_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnDetachQueryFinished \ static_assert(alignof(BoomFish_C_OnDetachQueryFinished) == 0x000008, "Wrong alignment on BoomFish_C_OnDetachQueryFinished"); \ static_assert(sizeof(BoomFish_C_OnDetachQueryFinished) == 0x000010, "Wrong size on BoomFish_C_OnDetachQueryFinished"); \ static_assert(offsetof(BoomFish_C_OnDetachQueryFinished, QueryInstance) == 0x000000, "Member 'BoomFish_C_OnDetachQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetachQueryFinished, QueryStatus) == 0x000008, "Member 'BoomFish_C_OnDetachQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BoomFish_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BoomFish_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BoomFish_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BoomFish_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BoomFish_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BoomFish_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BoomFish_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnQueryFinishedEvent_Event_2 \ static_assert(alignof(BoomFish_C_OnQueryFinishedEvent_Event_2) == 0x000008, "Wrong alignment on BoomFish_C_OnQueryFinishedEvent_Event_2"); \ static_assert(sizeof(BoomFish_C_OnQueryFinishedEvent_Event_2) == 0x000010, "Wrong size on BoomFish_C_OnQueryFinishedEvent_Event_2"); \ static_assert(offsetof(BoomFish_C_OnQueryFinishedEvent_Event_2, QueryInstance) == 0x000000, "Member 'BoomFish_C_OnQueryFinishedEvent_Event_2::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnQueryFinishedEvent_Event_2, QueryStatus) == 0x000008, "Member 'BoomFish_C_OnQueryFinishedEvent_Event_2::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_CheckLocation \ static_assert(alignof(BoomFish_C_CheckLocation) == 0x000004, "Wrong alignment on BoomFish_C_CheckLocation"); \ static_assert(sizeof(BoomFish_C_CheckLocation) == 0x00000C, "Wrong size on BoomFish_C_CheckLocation"); \ static_assert(offsetof(BoomFish_C_CheckLocation, NewLocation_0) == 0x000000, "Member 'BoomFish_C_CheckLocation::NewLocation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnSplineMoveGoalReached_Event_0 \ static_assert(alignof(BoomFish_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong alignment on BoomFish_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(sizeof(BoomFish_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong size on BoomFish_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(offsetof(BoomFish_C_OnSplineMoveGoalReached_Event_0, Result) == 0x000000, "Member 'BoomFish_C_OnSplineMoveGoalReached_Event_0::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_ReceiveAnyDamage \ static_assert(alignof(BoomFish_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on BoomFish_C_ReceiveAnyDamage"); \ static_assert(sizeof(BoomFish_C_ReceiveAnyDamage) == 0x000020, "Wrong size on BoomFish_C_ReceiveAnyDamage"); \ static_assert(offsetof(BoomFish_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'BoomFish_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'BoomFish_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'BoomFish_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'BoomFish_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_WakeUp_Server \ static_assert(alignof(BoomFish_C_WakeUp_Server) == 0x000008, "Wrong alignment on BoomFish_C_WakeUp_Server"); \ static_assert(sizeof(BoomFish_C_WakeUp_Server) == 0x000008, "Wrong size on BoomFish_C_WakeUp_Server"); \ static_assert(offsetof(BoomFish_C_WakeUp_Server, NewTarget) == 0x000000, "Member 'BoomFish_C_WakeUp_Server::NewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_OnDetonationOverlap \ static_assert(alignof(BoomFish_C_OnDetonationOverlap) == 0x000008, "Wrong alignment on BoomFish_C_OnDetonationOverlap"); \ static_assert(sizeof(BoomFish_C_OnDetonationOverlap) == 0x0000A8, "Wrong size on BoomFish_C_OnDetonationOverlap"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, OverlappedComponent) == 0x000000, "Member 'BoomFish_C_OnDetonationOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, OtherActor) == 0x000008, "Member 'BoomFish_C_OnDetonationOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, OtherComp) == 0x000010, "Member 'BoomFish_C_OnDetonationOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, OtherBodyIndex) == 0x000018, "Member 'BoomFish_C_OnDetonationOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, bFromSweep) == 0x00001C, "Member 'BoomFish_C_OnDetonationOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_OnDetonationOverlap, SweepResult) == 0x000020, "Member 'BoomFish_C_OnDetonationOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFish_C_ExecuteUbergraph_BoomFish \ static_assert(alignof(BoomFish_C_ExecuteUbergraph_BoomFish) == 0x000010, "Wrong alignment on BoomFish_C_ExecuteUbergraph_BoomFish"); \ static_assert(sizeof(BoomFish_C_ExecuteUbergraph_BoomFish) == 0x0006A0, "Wrong size on BoomFish_C_ExecuteUbergraph_BoomFish"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, EntryPoint) == 0x000000, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetController_ReturnValue) == 0x000068, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsBoom_Fish_Controller) == 0x000070, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsBoom_Fish_Controller' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00007C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000088, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Add_VectorVector_ReturnValue) == 0x000094, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000AC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000C4, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_OtherActor) == 0x0000D8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000E8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000EC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_ComponentBoundEvent_SweepResult) == 0x0000F0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsFGGrappling_Hook) == 0x000178, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsFGGrappling_Hook' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_1) == 0x000180, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetOwner_ReturnValue) == 0x000188, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_NewTarget_1) == 0x000190, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_NewTarget_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetOwner_ReturnValue_1) == 0x000198, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsThird_Person_Character) == 0x0001A0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_2) == 0x0001A8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_Event_DeltaSeconds) == 0x0001AC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001B0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001BC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001C8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0001D4, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_FindLookAtRotation_ReturnValue) == 0x0001E0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001EC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0001F8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000204, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000210, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_3) == 0x00021C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_RInterpTo_ReturnValue) == 0x00022C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000238, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000240, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_VSize_ReturnValue) == 0x000244, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_BooleanOR_ReturnValue) == 0x000248, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000249, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x00024C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000258, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_HasAuthority_ReturnValue) == 0x000264, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryInstance_2) == 0x000268, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryInstance_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryStatus_2) == 0x000270, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryStatus_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000278, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000288, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetUpVector_ReturnValue) == 0x00028C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000298, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0002A4, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0002B0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_RunEQSQuery_ReturnValue) == 0x0002C0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryInstance_1) == 0x0002C8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryStatus_1) == 0x0002D0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002D1, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ResultLocations_1) == 0x0002D8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ResultLocations_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ReturnValue_1) == 0x0002E8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryInstance) == 0x0002F0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_QueryStatus) == 0x0002F8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000300, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000308, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ResultLocations_2) == 0x000310, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ResultLocations_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetQueryResultsAsLocations_ReturnValue_2) == 0x000320, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetQueryResultsAsLocations_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000324, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_4) == 0x000330, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_NewLocation) == 0x000340, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_NewLocation' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x00034C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000358, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Square_ReturnValue) == 0x00035C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000360, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000364, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x000368, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x000374, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000380, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00038C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetTransform_ReturnValue) == 0x0003A0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0003D0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_FinishSpawningActor_ReturnValue) == 0x0003D8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_HasAuthority_ReturnValue_1) == 0x0003E0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0003E4, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0003E8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_Result) == 0x0003EC, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_Result' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003ED, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0003EE, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_BooleanOR_ReturnValue_1) == 0x0003EF, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_HasAuthority_ReturnValue_2) == 0x0003F0, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetAIController_ReturnValue) == 0x0003F8, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsBoom_Fish_Controller_1) == 0x000400, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsBoom_Fish_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_3) == 0x000408, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_Event_Damage) == 0x00040C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_Event_DamageType) == 0x000410, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_Event_InstigatedBy) == 0x000418, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_Event_DamageCauser) == 0x000420, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000428, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_4) == 0x000430, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x000434, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x000440, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_5) == 0x000444, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_NewTarget) == 0x000458, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_NewTarget' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000460, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000468, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000478, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000480, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00048C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000514, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000518, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CreateDelegate_OutputDelegate_6) == 0x000520, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000530, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetDisplayName_ReturnValue) == 0x000538, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Concat_StrStr_ReturnValue) == 0x000548, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000558, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_RInterpTo_ReturnValue_1) == 0x00055C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x000568, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_OverlappedComponent) == 0x000570, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_OtherActor) == 0x000578, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_OtherComp) == 0x000580, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_OtherBodyIndex) == 0x000588, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_bFromSweep) == 0x00058C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_CustomEvent_SweepResult) == 0x000590, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsThird_Person_Character_2) == 0x000618, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsThird_Person_Character_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_5) == 0x000620, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetController_ReturnValue_1) == 0x000628, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_AsBoom_Fish_Controller_2) == 0x000630, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_AsBoom_Fish_Controller_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, K2Node_DynamicCast_bSuccess_6) == 0x000638, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00063C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_MakeRotator_ReturnValue) == 0x000640, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x00064C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Normal_ReturnValue) == 0x000658, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000664, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000668, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000674, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000678, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00067C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x000680, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BoomFish_C_ExecuteUbergraph_BoomFish, CallFunc_Add_VectorVector_ReturnValue_4) == 0x00068C, "Member 'BoomFish_C_ExecuteUbergraph_BoomFish::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoomFish_C \ static_assert(alignof(ABoomFish_C) == 0x000010, "Wrong alignment on ABoomFish_C"); \ static_assert(sizeof(ABoomFish_C) == 0x000FB0, "Wrong size on ABoomFish_C"); \ static_assert(offsetof(ABoomFish_C, UberGraphFrame_BoomFish_C) == 0x000EA8, "Member 'ABoomFish_C::UberGraphFrame_BoomFish_C' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, Fish_Movement_Sound) == 0x000EB0, "Member 'ABoomFish_C::Fish_Movement_Sound' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetachCollision) == 0x000EB8, "Member 'ABoomFish_C::DetachCollision' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, Lure) == 0x000EC0, "Member 'ABoomFish_C::Lure' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetachAnim_Anim_971203D9419D21C1E033479472FC23D7) == 0x000EC8, "Member 'ABoomFish_C::DetachAnim_Anim_971203D9419D21C1E033479472FC23D7' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetachAnim__Direction_971203D9419D21C1E033479472FC23D7) == 0x000ECC, "Member 'ABoomFish_C::DetachAnim__Direction_971203D9419D21C1E033479472FC23D7' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetachAnim) == 0x000ED0, "Member 'ABoomFish_C::DetachAnim' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, MovementVelocity_VelocityMod_995D807C473A0B092942F89CE7062609) == 0x000ED8, "Member 'ABoomFish_C::MovementVelocity_VelocityMod_995D807C473A0B092942F89CE7062609' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, MovementVelocity__Direction_995D807C473A0B092942F89CE7062609) == 0x000EDC, "Member 'ABoomFish_C::MovementVelocity__Direction_995D807C473A0B092942F89CE7062609' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, MovementVelocity) == 0x000EE0, "Member 'ABoomFish_C::MovementVelocity' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bSleeping) == 0x000EE8, "Member 'ABoomFish_C::bSleeping' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetonationDelay) == 0x000EEC, "Member 'ABoomFish_C::DetonationDelay' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bDetonating) == 0x000EF0, "Member 'ABoomFish_C::bDetonating' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, ChaseDuration) == 0x000EF4, "Member 'ABoomFish_C::ChaseDuration' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetonatingRadius) == 0x000EF8, "Member 'ABoomFish_C::DetonatingRadius' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bExploded) == 0x000F00, "Member 'ABoomFish_C::bExploded' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bRotateToTarget) == 0x000F01, "Member 'ABoomFish_C::bRotateToTarget' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, RotationMod) == 0x000F04, "Member 'ABoomFish_C::RotationMod' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, Target) == 0x000F08, "Member 'ABoomFish_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, RotationPoint) == 0x000F10, "Member 'ABoomFish_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bLookAtPoint) == 0x000F1C, "Member 'ABoomFish_C::bLookAtPoint' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, SlowDownTimer) == 0x000F20, "Member 'ABoomFish_C::SlowDownTimer' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bSlowingDown) == 0x000F28, "Member 'ABoomFish_C::bSlowingDown' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DetachVector) == 0x000F2C, "Member 'ABoomFish_C::DetachVector' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, ExplosionDamage) == 0x000F38, "Member 'ABoomFish_C::ExplosionDamage' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, AOERadius) == 0x000F3C, "Member 'ABoomFish_C::AOERadius' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, SpawnedAt) == 0x000F40, "Member 'ABoomFish_C::SpawnedAt' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, OldLocation) == 0x000F4C, "Member 'ABoomFish_C::OldLocation' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, StuckDistance) == 0x000F58, "Member 'ABoomFish_C::StuckDistance' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, NewLocation) == 0x000F5C, "Member 'ABoomFish_C::NewLocation' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, bCheckLoc) == 0x000F68, "Member 'ABoomFish_C::bCheckLoc' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, NavTimer) == 0x000F70, "Member 'ABoomFish_C::NavTimer' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, VelocityMod) == 0x000F78, "Member 'ABoomFish_C::VelocityMod' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, NavDirection) == 0x000F7C, "Member 'ABoomFish_C::NavDirection' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, DesiredLocation) == 0x000F88, "Member 'ABoomFish_C::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, BoomFishController) == 0x000F98, "Member 'ABoomFish_C::BoomFishController' has a wrong offset!"); \ static_assert(offsetof(ABoomFish_C, AOEDuration) == 0x000FA0, "Member 'ABoomFish_C::AOEDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeatherSuit_1_C \ static_assert(alignof(ALeatherSuit_1_C) == 0x000010, "Wrong alignment on ALeatherSuit_1_C"); \ static_assert(sizeof(ALeatherSuit_1_C) == 0x0004F0, "Wrong size on ALeatherSuit_1_C"); \ #define DUMPER7_ASSERTS_URichTextIconDecorator_C \ static_assert(alignof(URichTextIconDecorator_C) == 0x000008, "Wrong alignment on URichTextIconDecorator_C"); \ static_assert(sizeof(URichTextIconDecorator_C) == 0x000030, "Wrong size on URichTextIconDecorator_C"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base \ static_assert(alignof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base"); \ static_assert(sizeof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base) == 0x000168, "Wrong size on BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, EntryPoint) == 0x000000, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Create_ReturnValue_1) == 0x000030, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000038, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_AsThird_Person_Character) == 0x000040, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_AsFGGame_Instance) == 0x000058, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CustomEvent_Type) == 0x000062, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CustomEvent_ArenaWave) == 0x000064, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CustomEvent_ArenaWave' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CustomEvent_RofleemoID) == 0x000068, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CustomEvent_RofleemoID' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CustomEvent_LearnedRecipes) == 0x000070, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CustomEvent_LearnedRecipes' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_GetRecipeIcons_RecipeData) == 0x000080, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_GetRecipeIcons_RecipeData' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Create_ReturnValue_2) == 0x000090, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_GetGameInstance_ReturnValue_1) == 0x000098, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0000A0, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_AddChild_ReturnValue) == 0x0000B0, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Array_Add_ReturnValue) == 0x0000BC, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C0, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Array_Find_ReturnValue) == 0x0000D0, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, K2Node_CustomEvent_QuestView) == 0x0000E0, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::K2Node_CustomEvent_QuestView' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Array_RemoveItem_ReturnValue) == 0x000150, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_AddChild_ReturnValue_1) == 0x000158, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base, CallFunc_Array_Add_ReturnValue_1) == 0x000160, "Member 'BigNotifyManager_Base_C_ExecuteUbergraph_BigNotifyManager_Base::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_OnQuestAdded_Event_0 \ static_assert(alignof(BigNotifyManager_Base_C_OnQuestAdded_Event_0) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_OnQuestAdded_Event_0"); \ static_assert(sizeof(BigNotifyManager_Base_C_OnQuestAdded_Event_0) == 0x000070, "Wrong size on BigNotifyManager_Base_C_OnQuestAdded_Event_0"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnQuestAdded_Event_0, QuestView) == 0x000000, "Member 'BigNotifyManager_Base_C_OnQuestAdded_Event_0::QuestView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event \ static_assert(alignof(BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event"); \ static_assert(sizeof(BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event) == 0x000018, "Wrong size on BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event, RofleemoID) == 0x000000, "Member 'BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event, LearnedRecipes) == 0x000008, "Member 'BigNotifyManager_Base_C_OnRecipeLearnedEvent_Event::LearnedRecipes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0 \ static_assert(alignof(BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0) == 0x000004, "Wrong alignment on BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0"); \ static_assert(sizeof(BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0) == 0x000008, "Wrong size on BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0, Type) == 0x000000, "Member 'BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0::Type' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0, ArenaWave) == 0x000004, "Member 'BigNotifyManager_Base_C_OnBigNotifyMessage_Event_0::ArenaWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_GetRecipeIcons \ static_assert(alignof(BigNotifyManager_Base_C_GetRecipeIcons) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_GetRecipeIcons"); \ static_assert(sizeof(BigNotifyManager_Base_C_GetRecipeIcons) == 0x000140, "Wrong size on BigNotifyManager_Base_C_GetRecipeIcons"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, RecipeIDs) == 0x000000, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::RecipeIDs' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, RecipeData) == 0x000010, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::RecipeData' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, Local_RecipeData) == 0x000020, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::Local_RecipeData' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_Array_Get_Item) == 0x000038, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_GetRecipe_ReturnValue) == 0x000048, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_Less_IntInt_ReturnValue) == 0x000134, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_GetRecipeIcons, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'BigNotifyManager_Base_C_GetRecipeIcons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_CheckQueue \ static_assert(alignof(BigNotifyManager_Base_C_CheckQueue) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_CheckQueue"); \ static_assert(sizeof(BigNotifyManager_Base_C_CheckQueue) == 0x000018, "Wrong size on BigNotifyManager_Base_C_CheckQueue"); \ static_assert(offsetof(BigNotifyManager_Base_C_CheckQueue, IsPriority) == 0x000000, "Member 'BigNotifyManager_Base_C_CheckQueue::IsPriority' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_CheckQueue, CallFunc_Array_Get_Item) == 0x000008, "Member 'BigNotifyManager_Base_C_CheckQueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_CheckQueue, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BigNotifyManager_Base_C_CheckQueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_CheckQueue, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BigNotifyManager_Base_C_CheckQueue::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Base_C_OnInputTypeUpdate \ static_assert(alignof(BigNotifyManager_Base_C_OnInputTypeUpdate) == 0x000008, "Wrong alignment on BigNotifyManager_Base_C_OnInputTypeUpdate"); \ static_assert(sizeof(BigNotifyManager_Base_C_OnInputTypeUpdate) == 0x000018, "Wrong size on BigNotifyManager_Base_C_OnInputTypeUpdate"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnInputTypeUpdate, Temp_int_Variable) == 0x000000, "Member 'BigNotifyManager_Base_C_OnInputTypeUpdate::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnInputTypeUpdate, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BigNotifyManager_Base_C_OnInputTypeUpdate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnInputTypeUpdate, CallFunc_Array_Get_Item) == 0x000008, "Member 'BigNotifyManager_Base_C_OnInputTypeUpdate::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnInputTypeUpdate, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BigNotifyManager_Base_C_OnInputTypeUpdate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Base_C_OnInputTypeUpdate, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BigNotifyManager_Base_C_OnInputTypeUpdate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBigNotifyManager_Base_C \ static_assert(alignof(UBigNotifyManager_Base_C) == 0x000008, "Wrong alignment on UBigNotifyManager_Base_C"); \ static_assert(sizeof(UBigNotifyManager_Base_C) == 0x0002A8, "Wrong size on UBigNotifyManager_Base_C"); \ static_assert(offsetof(UBigNotifyManager_Base_C, UberGraphFrame) == 0x000260, "Member 'UBigNotifyManager_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, Box) == 0x000268, "Member 'UBigNotifyManager_Base_C::Box' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, Player) == 0x000270, "Member 'UBigNotifyManager_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, RofleemoManager) == 0x000278, "Member 'UBigNotifyManager_Base_C::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, WorldStateManager) == 0x000280, "Member 'UBigNotifyManager_Base_C::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, widgets) == 0x000288, "Member 'UBigNotifyManager_Base_C::widgets' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, AnyOnePlayed) == 0x000298, "Member 'UBigNotifyManager_Base_C::AnyOnePlayed' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Base_C, CurrentPlaying) == 0x0002A0, "Member 'UBigNotifyManager_Base_C::CurrentPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_Soldier_T1_C \ static_assert(alignof(ALL_Soldier_T1_C) == 0x000008, "Wrong alignment on ALL_Soldier_T1_C"); \ static_assert(sizeof(ALL_Soldier_T1_C) == 0x000248, "Wrong size on ALL_Soldier_T1_C"); \ static_assert(offsetof(ALL_Soldier_T1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Soldier_T1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_WeaponModuleT1_C \ static_assert(alignof(ALL_WeaponModuleT1_C) == 0x000008, "Wrong alignment on ALL_WeaponModuleT1_C"); \ static_assert(sizeof(ALL_WeaponModuleT1_C) == 0x000248, "Wrong size on ALL_WeaponModuleT1_C"); \ static_assert(offsetof(ALL_WeaponModuleT1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_WeaponModuleT1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMarkStructure \ static_assert(alignof(FMarkStructure) == 0x000008, "Wrong alignment on FMarkStructure"); \ static_assert(sizeof(FMarkStructure) == 0x000028, "Wrong size on FMarkStructure"); \ static_assert(offsetof(FMarkStructure, Location_2_B7734C094910FC27202101986A1A53FC) == 0x000000, "Member 'FMarkStructure::Location_2_B7734C094910FC27202101986A1A53FC' has a wrong offset!"); \ static_assert(offsetof(FMarkStructure, Actor_5_55D8DCED4A89CA304603B3B026A00636) == 0x000010, "Member 'FMarkStructure::Actor_5_55D8DCED4A89CA304603B3B026A00636' has a wrong offset!"); \ static_assert(offsetof(FMarkStructure, SceneComponent_14_FF9765EC42ABE405ECD31C957F41D702) == 0x000018, "Member 'FMarkStructure::SceneComponent_14_FF9765EC42ABE405ECD31C957F41D702' has a wrong offset!"); \ static_assert(offsetof(FMarkStructure, Type_9_F16EA70249CC45A4D1E2D1847DD11283) == 0x000020, "Member 'FMarkStructure::Type_9_F16EA70249CC45A4D1E2D1847DD11283' has a wrong offset!"); \ static_assert(offsetof(FMarkStructure, LifeTime_11_776A72B543462731AC64CB8C28A4E2C0) == 0x000024, "Member 'FMarkStructure::LifeTime_11_776A72B543462731AC64CB8C28A4E2C0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUIKeyMappingBundle \ static_assert(alignof(FUIKeyMappingBundle) == 0x000008, "Wrong alignment on FUIKeyMappingBundle"); \ static_assert(sizeof(FUIKeyMappingBundle) == 0x000038, "Wrong size on FUIKeyMappingBundle"); \ static_assert(offsetof(FUIKeyMappingBundle, Xbox_11_FA2252BD4D71547DECD2C6B5EE23684F) == 0x000000, "Member 'FUIKeyMappingBundle::Xbox_11_FA2252BD4D71547DECD2C6B5EE23684F' has a wrong offset!"); \ static_assert(offsetof(FUIKeyMappingBundle, PC_9_C6EF35014B29CDF7FB3A45BCE8364A8A) == 0x000018, "Member 'FUIKeyMappingBundle::PC_9_C6EF35014B29CDF7FB3A45BCE8364A8A' has a wrong offset!"); \ static_assert(offsetof(FUIKeyMappingBundle, PCActionName_14_13E4EF964C46C20ED03171AC599ECE22) == 0x000030, "Member 'FUIKeyMappingBundle::PCActionName_14_13E4EF964C46C20ED03171AC599ECE22' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_2_C_GetSocketsTransforms \ static_assert(alignof(Rack_2_C_GetSocketsTransforms) == 0x000010, "Wrong alignment on Rack_2_C_GetSocketsTransforms"); \ static_assert(sizeof(Rack_2_C_GetSocketsTransforms) == 0x0000B0, "Wrong size on Rack_2_C_GetSocketsTransforms"); \ static_assert(offsetof(Rack_2_C_GetSocketsTransforms, ReturnValue) == 0x000000, "Member 'Rack_2_C_GetSocketsTransforms::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetSocketsTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'Rack_2_C_GetSocketsTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetSocketsTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000040, "Member 'Rack_2_C_GetSocketsTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetSocketsTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000070, "Member 'Rack_2_C_GetSocketsTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetSocketsTransforms, K2Node_MakeArray_Array) == 0x0000A0, "Member 'Rack_2_C_GetSocketsTransforms::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_2_C_GetItems \ static_assert(alignof(Rack_2_C_GetItems) == 0x000008, "Wrong alignment on Rack_2_C_GetItems"); \ static_assert(sizeof(Rack_2_C_GetItems) == 0x000100, "Wrong size on Rack_2_C_GetItems"); \ static_assert(offsetof(Rack_2_C_GetItems, Items) == 0x000000, "Member 'Rack_2_C_GetItems::Items' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Modules) == 0x000010, "Member 'Rack_2_C_GetItems::Modules' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Actors) == 0x000020, "Member 'Rack_2_C_GetItems::Actors' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, OverlapTypes) == 0x000030, "Member 'Rack_2_C_GetItems::OverlapTypes' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Temp_object_Variable) == 0x000040, "Member 'Rack_2_C_GetItems::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, K2Node_MakeArray_Array) == 0x000050, "Member 'Rack_2_C_GetItems::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Temp_int_Array_Index_Variable) == 0x000060, "Member 'Rack_2_C_GetItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'Rack_2_C_GetItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'Rack_2_C_GetItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, Temp_object_Variable_1) == 0x000070, "Member 'Rack_2_C_GetItems::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Array_Get_Item) == 0x000080, "Member 'Rack_2_C_GetItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'Rack_2_C_GetItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item) == 0x000090, "Member 'Rack_2_C_GetItems::K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Rack_2_C_GetItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'Rack_2_C_GetItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'Rack_2_C_GetItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'Rack_2_C_GetItems::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000AC, "Member 'Rack_2_C_GetItems::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B8, "Member 'Rack_2_C_GetItems::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C4, "Member 'Rack_2_C_GetItems::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_BoxOverlapActors_OutActors) == 0x0000D0, "Member 'Rack_2_C_GetItems::CallFunc_BoxOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_BoxOverlapActors_ReturnValue) == 0x0000E0, "Member 'Rack_2_C_GetItems::CallFunc_BoxOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_BoxOverlapActors_OutActors_1) == 0x0000E8, "Member 'Rack_2_C_GetItems::CallFunc_BoxOverlapActors_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetItems, CallFunc_BoxOverlapActors_ReturnValue_1) == 0x0000F8, "Member 'Rack_2_C_GetItems::CallFunc_BoxOverlapActors_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_2_C_CanRepairIt \ static_assert(alignof(Rack_2_C_CanRepairIt) == 0x000004, "Wrong alignment on Rack_2_C_CanRepairIt"); \ static_assert(sizeof(Rack_2_C_CanRepairIt) == 0x00008C, "Wrong size on Rack_2_C_CanRepairIt"); \ static_assert(offsetof(Rack_2_C_CanRepairIt, Hit) == 0x000000, "Member 'Rack_2_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_CanRepairIt, Repairable) == 0x000088, "Member 'Rack_2_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'Rack_2_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_2_C_IsDeconstructionAllowed \ static_assert(alignof(Rack_2_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on Rack_2_C_IsDeconstructionAllowed"); \ static_assert(sizeof(Rack_2_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on Rack_2_C_IsDeconstructionAllowed"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'Rack_2_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'Rack_2_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'Rack_2_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'Rack_2_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'Rack_2_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'Rack_2_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'Rack_2_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_2_C_GetModuleSockets \ static_assert(alignof(Rack_2_C_GetModuleSockets) == 0x000008, "Wrong alignment on Rack_2_C_GetModuleSockets"); \ static_assert(sizeof(Rack_2_C_GetModuleSockets) == 0x000020, "Wrong size on Rack_2_C_GetModuleSockets"); \ static_assert(offsetof(Rack_2_C_GetModuleSockets, ReturnValue) == 0x000000, "Member 'Rack_2_C_GetModuleSockets::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_2_C_GetModuleSockets, K2Node_MakeArray_Array) == 0x000010, "Member 'Rack_2_C_GetModuleSockets::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARack_2_C \ static_assert(alignof(ARack_2_C) == 0x000008, "Wrong alignment on ARack_2_C"); \ static_assert(sizeof(ARack_2_C) == 0x000638, "Wrong size on ARack_2_C"); \ static_assert(offsetof(ARack_2_C, ModuleSocket_3) == 0x000620, "Member 'ARack_2_C::ModuleSocket_3' has a wrong offset!"); \ static_assert(offsetof(ARack_2_C, ModuleSocket_2) == 0x000628, "Member 'ARack_2_C::ModuleSocket_2' has a wrong offset!"); \ static_assert(offsetof(ARack_2_C, ModuleSocket_1) == 0x000630, "Member 'ARack_2_C::ModuleSocket_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowHelp \ static_assert(alignof(HUD_Interface_C_ShowHelp) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowHelp"); \ static_assert(sizeof(HUD_Interface_C_ShowHelp) == 0x000048, "Wrong size on HUD_Interface_C_ShowHelp"); \ static_assert(offsetof(HUD_Interface_C_ShowHelp, HeaderText) == 0x000000, "Member 'HUD_Interface_C_ShowHelp::HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowHelp, Text) == 0x000018, "Member 'HUD_Interface_C_ShowHelp::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowHelp, Time) == 0x000030, "Member 'HUD_Interface_C_ShowHelp::Time' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowHelp, Icon) == 0x000038, "Member 'HUD_Interface_C_ShowHelp::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowHelp, MediaSource) == 0x000040, "Member 'HUD_Interface_C_ShowHelp::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowNotifyMessage \ static_assert(alignof(HUD_Interface_C_ShowNotifyMessage) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowNotifyMessage"); \ static_assert(sizeof(HUD_Interface_C_ShowNotifyMessage) == 0x000030, "Wrong size on HUD_Interface_C_ShowNotifyMessage"); \ static_assert(offsetof(HUD_Interface_C_ShowNotifyMessage, MessageType) == 0x000000, "Member 'HUD_Interface_C_ShowNotifyMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowNotifyMessage, Message) == 0x000008, "Member 'HUD_Interface_C_ShowNotifyMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowNotifyMessage, Count_ifLoot_) == 0x000020, "Member 'HUD_Interface_C_ShowNotifyMessage::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowNotifyMessage, Icon_IfNeed_) == 0x000028, "Member 'HUD_Interface_C_ShowNotifyMessage::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowSelection \ static_assert(alignof(HUD_Interface_C_ShowSelection) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowSelection"); \ static_assert(sizeof(HUD_Interface_C_ShowSelection) == 0x000050, "Wrong size on HUD_Interface_C_ShowSelection"); \ static_assert(offsetof(HUD_Interface_C_ShowSelection, ButtonCaption) == 0x000000, "Member 'HUD_Interface_C_ShowSelection::ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowSelection, Text) == 0x000018, "Member 'HUD_Interface_C_ShowSelection::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowSelection, DisableButton) == 0x000030, "Member 'HUD_Interface_C_ShowSelection::DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowSelection, IsInfoText) == 0x000031, "Member 'HUD_Interface_C_ShowSelection::IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowSelection, Durability) == 0x000038, "Member 'HUD_Interface_C_ShowSelection::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_AddMark \ static_assert(alignof(HUD_Interface_C_AddMark) == 0x000008, "Wrong alignment on HUD_Interface_C_AddMark"); \ static_assert(sizeof(HUD_Interface_C_AddMark) == 0x000030, "Wrong size on HUD_Interface_C_AddMark"); \ static_assert(offsetof(HUD_Interface_C_AddMark, MarkStr) == 0x000000, "Member 'HUD_Interface_C_AddMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_AddMark, OnCompas) == 0x000028, "Member 'HUD_Interface_C_AddMark::OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_AddMark, OnScreen) == 0x000029, "Member 'HUD_Interface_C_AddMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowTaskInfo \ static_assert(alignof(HUD_Interface_C_ShowTaskInfo) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowTaskInfo"); \ static_assert(sizeof(HUD_Interface_C_ShowTaskInfo) == 0x000040, "Wrong size on HUD_Interface_C_ShowTaskInfo"); \ static_assert(offsetof(HUD_Interface_C_ShowTaskInfo, Header) == 0x000000, "Member 'HUD_Interface_C_ShowTaskInfo::Header' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowTaskInfo, Text) == 0x000018, "Member 'HUD_Interface_C_ShowTaskInfo::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowTaskInfo, Icon) == 0x000030, "Member 'HUD_Interface_C_ShowTaskInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowTaskInfo, IsComplite) == 0x000038, "Member 'HUD_Interface_C_ShowTaskInfo::IsComplite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetIsGamepadNow \ static_assert(alignof(HUD_Interface_C_GetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Interface_C_GetIsGamepadNow"); \ static_assert(sizeof(HUD_Interface_C_GetIsGamepadNow) == 0x000001, "Wrong size on HUD_Interface_C_GetIsGamepadNow"); \ static_assert(offsetof(HUD_Interface_C_GetIsGamepadNow, IsGamepad) == 0x000000, "Member 'HUD_Interface_C_GetIsGamepadNow::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_RemoveMark \ static_assert(alignof(HUD_Interface_C_RemoveMark) == 0x000008, "Wrong alignment on HUD_Interface_C_RemoveMark"); \ static_assert(sizeof(HUD_Interface_C_RemoveMark) == 0x000030, "Wrong size on HUD_Interface_C_RemoveMark"); \ static_assert(offsetof(HUD_Interface_C_RemoveMark, MarkStr) == 0x000000, "Member 'HUD_Interface_C_RemoveMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_RemoveMark, OnCompass) == 0x000028, "Member 'HUD_Interface_C_RemoveMark::OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_RemoveMark, OnScreen) == 0x000029, "Member 'HUD_Interface_C_RemoveMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_OnCharacterBeginLive \ static_assert(alignof(HUD_Interface_C_OnCharacterBeginLive) == 0x000008, "Wrong alignment on HUD_Interface_C_OnCharacterBeginLive"); \ static_assert(sizeof(HUD_Interface_C_OnCharacterBeginLive) == 0x000008, "Wrong size on HUD_Interface_C_OnCharacterBeginLive"); \ static_assert(offsetof(HUD_Interface_C_OnCharacterBeginLive, Sender) == 0x000000, "Member 'HUD_Interface_C_OnCharacterBeginLive::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetHUDVisibility \ static_assert(alignof(HUD_Interface_C_GetHUDVisibility) == 0x000001, "Wrong alignment on HUD_Interface_C_GetHUDVisibility"); \ static_assert(sizeof(HUD_Interface_C_GetHUDVisibility) == 0x000001, "Wrong size on HUD_Interface_C_GetHUDVisibility"); \ static_assert(offsetof(HUD_Interface_C_GetHUDVisibility, IsVisible) == 0x000000, "Member 'HUD_Interface_C_GetHUDVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowEnemyHP \ static_assert(alignof(HUD_Interface_C_ShowEnemyHP) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowEnemyHP"); \ static_assert(sizeof(HUD_Interface_C_ShowEnemyHP) == 0x000028, "Wrong size on HUD_Interface_C_ShowEnemyHP"); \ static_assert(offsetof(HUD_Interface_C_ShowEnemyHP, EnemyOnFocus) == 0x000000, "Member 'HUD_Interface_C_ShowEnemyHP::EnemyOnFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowEnemyHPDamage \ static_assert(alignof(HUD_Interface_C_ShowEnemyHPDamage) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowEnemyHPDamage"); \ static_assert(sizeof(HUD_Interface_C_ShowEnemyHPDamage) == 0x000010, "Wrong size on HUD_Interface_C_ShowEnemyHPDamage"); \ static_assert(offsetof(HUD_Interface_C_ShowEnemyHPDamage, Enemy) == 0x000000, "Member 'HUD_Interface_C_ShowEnemyHPDamage::Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowEnemyHPDamage, Health) == 0x000008, "Member 'HUD_Interface_C_ShowEnemyHPDamage::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SwitchAO \ static_assert(alignof(HUD_Interface_C_SwitchAO) == 0x000001, "Wrong alignment on HUD_Interface_C_SwitchAO"); \ static_assert(sizeof(HUD_Interface_C_SwitchAO) == 0x000001, "Wrong size on HUD_Interface_C_SwitchAO"); \ static_assert(offsetof(HUD_Interface_C_SwitchAO, ShowCustom) == 0x000000, "Member 'HUD_Interface_C_SwitchAO::ShowCustom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowWorkerPreview \ static_assert(alignof(HUD_Interface_C_ShowWorkerPreview) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowWorkerPreview"); \ static_assert(sizeof(HUD_Interface_C_ShowWorkerPreview) == 0x000040, "Wrong size on HUD_Interface_C_ShowWorkerPreview"); \ static_assert(offsetof(HUD_Interface_C_ShowWorkerPreview, WorkerInfoProvider) == 0x000000, "Member 'HUD_Interface_C_ShowWorkerPreview::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowWorkerPreview, ButtonMeta) == 0x000008, "Member 'HUD_Interface_C_ShowWorkerPreview::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SetViewportIsBusy \ static_assert(alignof(HUD_Interface_C_SetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Interface_C_SetViewportIsBusy"); \ static_assert(sizeof(HUD_Interface_C_SetViewportIsBusy) == 0x000001, "Wrong size on HUD_Interface_C_SetViewportIsBusy"); \ static_assert(offsetof(HUD_Interface_C_SetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Interface_C_SetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetViewportIsBusy \ static_assert(alignof(HUD_Interface_C_GetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Interface_C_GetViewportIsBusy"); \ static_assert(sizeof(HUD_Interface_C_GetViewportIsBusy) == 0x000001, "Wrong size on HUD_Interface_C_GetViewportIsBusy"); \ static_assert(offsetof(HUD_Interface_C_GetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Interface_C_GetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SetIsGamepadNow \ static_assert(alignof(HUD_Interface_C_SetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Interface_C_SetIsGamepadNow"); \ static_assert(sizeof(HUD_Interface_C_SetIsGamepadNow) == 0x000001, "Wrong size on HUD_Interface_C_SetIsGamepadNow"); \ static_assert(offsetof(HUD_Interface_C_SetIsGamepadNow, IsGamepadNOW) == 0x000000, "Member 'HUD_Interface_C_SetIsGamepadNow::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetSubtitlesVisibility \ static_assert(alignof(HUD_Interface_C_GetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Interface_C_GetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Interface_C_GetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Interface_C_GetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Interface_C_GetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Interface_C_GetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SetSubtitlesVisibility \ static_assert(alignof(HUD_Interface_C_SetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Interface_C_SetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Interface_C_SetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Interface_C_SetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Interface_C_SetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Interface_C_SetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SetOpenJournalTab \ static_assert(alignof(HUD_Interface_C_SetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Interface_C_SetOpenJournalTab"); \ static_assert(sizeof(HUD_Interface_C_SetOpenJournalTab) == 0x000001, "Wrong size on HUD_Interface_C_SetOpenJournalTab"); \ static_assert(offsetof(HUD_Interface_C_SetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Interface_C_SetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetOpenJournalTab \ static_assert(alignof(HUD_Interface_C_GetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Interface_C_GetOpenJournalTab"); \ static_assert(sizeof(HUD_Interface_C_GetOpenJournalTab) == 0x000001, "Wrong size on HUD_Interface_C_GetOpenJournalTab"); \ static_assert(offsetof(HUD_Interface_C_GetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Interface_C_GetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ModCentralPanelShowSelectionInfo \ static_assert(alignof(HUD_Interface_C_ModCentralPanelShowSelectionInfo) == 0x000008, "Wrong alignment on HUD_Interface_C_ModCentralPanelShowSelectionInfo"); \ static_assert(sizeof(HUD_Interface_C_ModCentralPanelShowSelectionInfo) == 0x000070, "Wrong size on HUD_Interface_C_ModCentralPanelShowSelectionInfo"); \ static_assert(offsetof(HUD_Interface_C_ModCentralPanelShowSelectionInfo, ModuleInfo) == 0x000000, "Member 'HUD_Interface_C_ModCentralPanelShowSelectionInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ModCentralPanelShowSelectionInfo, DisassembleState) == 0x000068, "Member 'HUD_Interface_C_ModCentralPanelShowSelectionInfo::DisassembleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_AddChatMessage \ static_assert(alignof(HUD_Interface_C_AddChatMessage) == 0x000008, "Wrong alignment on HUD_Interface_C_AddChatMessage"); \ static_assert(sizeof(HUD_Interface_C_AddChatMessage) == 0x000038, "Wrong size on HUD_Interface_C_AddChatMessage"); \ static_assert(offsetof(HUD_Interface_C_AddChatMessage, Sender) == 0x000000, "Member 'HUD_Interface_C_AddChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_AddChatMessage, Message) == 0x000018, "Member 'HUD_Interface_C_AddChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_AddChatMessage, Type) == 0x000030, "Member 'HUD_Interface_C_AddChatMessage::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_IsChatOpened \ static_assert(alignof(HUD_Interface_C_IsChatOpened) == 0x000001, "Wrong alignment on HUD_Interface_C_IsChatOpened"); \ static_assert(sizeof(HUD_Interface_C_IsChatOpened) == 0x000001, "Wrong size on HUD_Interface_C_IsChatOpened"); \ static_assert(offsetof(HUD_Interface_C_IsChatOpened, ReturnValue) == 0x000000, "Member 'HUD_Interface_C_IsChatOpened::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowContextHint \ static_assert(alignof(HUD_Interface_C_ShowContextHint) == 0x000008, "Wrong alignment on HUD_Interface_C_ShowContextHint"); \ static_assert(sizeof(HUD_Interface_C_ShowContextHint) == 0x000020, "Wrong size on HUD_Interface_C_ShowContextHint"); \ static_assert(offsetof(HUD_Interface_C_ShowContextHint, ActionName) == 0x000000, "Member 'HUD_Interface_C_ShowContextHint::ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowContextHint, ActionText) == 0x000008, "Member 'HUD_Interface_C_ShowContextHint::ActionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_ShowModuleElectricityState \ static_assert(alignof(HUD_Interface_C_ShowModuleElectricityState) == 0x000001, "Wrong alignment on HUD_Interface_C_ShowModuleElectricityState"); \ static_assert(sizeof(HUD_Interface_C_ShowModuleElectricityState) == 0x000002, "Wrong size on HUD_Interface_C_ShowModuleElectricityState"); \ static_assert(offsetof(HUD_Interface_C_ShowModuleElectricityState, bIsAvailable) == 0x000000, "Member 'HUD_Interface_C_ShowModuleElectricityState::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_Interface_C_ShowModuleElectricityState, bIsEnabled) == 0x000001, "Member 'HUD_Interface_C_ShowModuleElectricityState::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_SetHUDMode \ static_assert(alignof(HUD_Interface_C_SetHUDMode) == 0x000001, "Wrong alignment on HUD_Interface_C_SetHUDMode"); \ static_assert(sizeof(HUD_Interface_C_SetHUDMode) == 0x000001, "Wrong size on HUD_Interface_C_SetHUDMode"); \ static_assert(offsetof(HUD_Interface_C_SetHUDMode, NewMode) == 0x000000, "Member 'HUD_Interface_C_SetHUDMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_GetHUDMode \ static_assert(alignof(HUD_Interface_C_GetHUDMode) == 0x000001, "Wrong alignment on HUD_Interface_C_GetHUDMode"); \ static_assert(sizeof(HUD_Interface_C_GetHUDMode) == 0x000001, "Wrong size on HUD_Interface_C_GetHUDMode"); \ static_assert(offsetof(HUD_Interface_C_GetHUDMode, CurrentMode) == 0x000000, "Member 'HUD_Interface_C_GetHUDMode::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Interface_C_OnFakeChatConnected \ static_assert(alignof(HUD_Interface_C_OnFakeChatConnected) == 0x000008, "Wrong alignment on HUD_Interface_C_OnFakeChatConnected"); \ static_assert(sizeof(HUD_Interface_C_OnFakeChatConnected) == 0x000018, "Wrong size on HUD_Interface_C_OnFakeChatConnected"); \ static_assert(offsetof(HUD_Interface_C_OnFakeChatConnected, UserName) == 0x000000, "Member 'HUD_Interface_C_OnFakeChatConnected::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IHUD_Interface_C \ static_assert(alignof(IHUD_Interface_C) == 0x000001, "Wrong alignment on IHUD_Interface_C"); \ static_assert(sizeof(IHUD_Interface_C) == 0x000001, "Wrong size on IHUD_Interface_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin \ static_assert(alignof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin) == 0x000008, "Wrong alignment on MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin) == 0x000028, "Wrong size on MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, EntryPoint) == 0x000000, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, K2Node_Event_IsDesignTime) == 0x000007, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, K2Node_CustomEvent_PinColor) == 0x000008, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::K2Node_CustomEvent_PinColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, CallFunc_PlayEvent2D_ReturnValue) == 0x000018, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, K2Node_Select_Default) == 0x000020, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, K2Node_Event_isHovered) == 0x000021, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, CallFunc_GetItemSelect_isSelected) == 0x000022, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'MainMenuV2_ColorPin_C_ExecuteUbergraph_MainMenuV2_ColorPin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_SetItemHover \ static_assert(alignof(MainMenuV2_ColorPin_C_SetItemHover) == 0x000001, "Wrong alignment on MainMenuV2_ColorPin_C_SetItemHover"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_SetItemHover) == 0x000001, "Wrong size on MainMenuV2_ColorPin_C_SetItemHover"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ColorPin_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_Draw \ static_assert(alignof(MainMenuV2_ColorPin_C_Draw) == 0x000004, "Wrong alignment on MainMenuV2_ColorPin_C_Draw"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_Draw) == 0x000010, "Wrong size on MainMenuV2_ColorPin_C_Draw"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_Draw, PinColor_0) == 0x000000, "Member 'MainMenuV2_ColorPin_C_Draw::PinColor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_PreConstruct \ static_assert(alignof(MainMenuV2_ColorPin_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ColorPin_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ColorPin_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ColorPin_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ColorPin_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ColorPin_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_OnMouseButtonDown) == 0x0002D0, "Wrong size on MainMenuV2_ColorPin_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ColorPin_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ColorPin_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ColorPin_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_OnMouseButtonDown, CallFunc_OnMouseButtonDown_ReturnValue) == 0x000160, "Member 'MainMenuV2_ColorPin_C_OnMouseButtonDown::CallFunc_OnMouseButtonDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000218, "Member 'MainMenuV2_ColorPin_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorPin_C_UnselectItem \ static_assert(alignof(MainMenuV2_ColorPin_C_UnselectItem) == 0x000001, "Wrong alignment on MainMenuV2_ColorPin_C_UnselectItem"); \ static_assert(sizeof(MainMenuV2_ColorPin_C_UnselectItem) == 0x000002, "Wrong size on MainMenuV2_ColorPin_C_UnselectItem"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_UnselectItem, isUnselected) == 0x000000, "Member 'MainMenuV2_ColorPin_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorPin_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'MainMenuV2_ColorPin_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ColorPin_C \ static_assert(alignof(UMainMenuV2_ColorPin_C) == 0x000008, "Wrong alignment on UMainMenuV2_ColorPin_C"); \ static_assert(sizeof(UMainMenuV2_ColorPin_C) == 0x000320, "Wrong size on UMainMenuV2_ColorPin_C"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, UberGraphFrame_MainMenuV2_ColorPin_C) == 0x0002A8, "Member 'UMainMenuV2_ColorPin_C::UberGraphFrame_MainMenuV2_ColorPin_C' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, Back) == 0x0002B0, "Member 'UMainMenuV2_ColorPin_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, Border) == 0x0002B8, "Member 'UMainMenuV2_ColorPin_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, Color) == 0x0002C0, "Member 'UMainMenuV2_ColorPin_C::Color' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, ColorCustom) == 0x0002C8, "Member 'UMainMenuV2_ColorPin_C::ColorCustom' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, ColorOverlay) == 0x0002D0, "Member 'UMainMenuV2_ColorPin_C::ColorOverlay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, Hover) == 0x0002D8, "Member 'UMainMenuV2_ColorPin_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, SelectedImage) == 0x0002E0, "Member 'UMainMenuV2_ColorPin_C::SelectedImage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, PinColor) == 0x0002E8, "Member 'UMainMenuV2_ColorPin_C::PinColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, IsSelected) == 0x0002F8, "Member 'UMainMenuV2_ColorPin_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, OnClick) == 0x000300, "Member 'UMainMenuV2_ColorPin_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, IsCustomColor) == 0x000310, "Member 'UMainMenuV2_ColorPin_C::IsCustomColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorPin_C, Sound_Hover) == 0x000318, "Member 'UMainMenuV2_ColorPin_C::Sound_Hover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_GetGamepadAction \ static_assert(alignof(UIHUDLib_C_GetGamepadAction) == 0x000008, "Wrong alignment on UIHUDLib_C_GetGamepadAction"); \ static_assert(sizeof(UIHUDLib_C_GetGamepadAction) == 0x0000D0, "Wrong size on UIHUDLib_C_GetGamepadAction"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, PressedKey) == 0x000000, "Member 'UIHUDLib_C_GetGamepadAction::PressedKey' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, __WorldContext) == 0x000018, "Member 'UIHUDLib_C_GetGamepadAction::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, Action) == 0x000020, "Member 'UIHUDLib_C_GetGamepadAction::Action' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, GamepadKeyMapping) == 0x000028, "Member 'UIHUDLib_C_GetGamepadAction::GamepadKeyMapping' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, K2Node_MakeVariable_MakeVariableOutput) == 0x000078, "Member 'UIHUDLib_C_GetGamepadAction::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'UIHUDLib_C_GetGamepadAction::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetGamepadAction, CallFunc_Map_Find_ReturnValue) == 0x0000C9, "Member 'UIHUDLib_C_GetGamepadAction::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_DrawTutorDecoratorsText \ static_assert(alignof(UIHUDLib_C_DrawTutorDecoratorsText) == 0x000008, "Wrong alignment on UIHUDLib_C_DrawTutorDecoratorsText"); \ static_assert(sizeof(UIHUDLib_C_DrawTutorDecoratorsText) == 0x000FB0, "Wrong size on UIHUDLib_C_DrawTutorDecoratorsText"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, SourceText) == 0x000000, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::SourceText' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, __WorldContext) == 0x000018, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Text) == 0x000020, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Text' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, MapValues_PC_Azerty) == 0x000038, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::MapValues_PC_Azerty' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, MapValues_PC) == 0x000088, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::MapValues_PC' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, MapValues_Gamepad) == 0x0000D8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::MapValues_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, IsAzerty) == 0x000128, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::IsAzerty' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, IsGamepadNOW) == 0x000129, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable) == 0x000130, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_GetPlayerController_ReturnValue) == 0x000140, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_AsFGMain_Menu_Player_Controller) == 0x000148, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_AsFGMain_Menu_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000158, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_GetIsGamepadNow_ReturnValue) == 0x000161, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_GetIsGamepadNow_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_GetIsGamepadNow_ReturnValue_1) == 0x000162, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_GetIsGamepadNow_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_GetGameInstance_ReturnValue) == 0x000168, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_1) == 0x000170, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_AsFGGame_Instance) == 0x000180, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_DynamicCast_bSuccess_2) == 0x000188, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_GetIsAzerty_ReturnValue) == 0x000189, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_GetIsAzerty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_bool_Variable) == 0x00018A, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_bool_Variable_1) == 0x00018B, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_2) == 0x000190, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_3) == 0x0001A0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_4) == 0x0001B0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_5) == 0x0001C0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_6) == 0x0001D0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_7) == 0x0001E0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_8) == 0x0001F0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_9) == 0x000200, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_10) == 0x000210, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_11) == 0x000220, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_12) == 0x000230, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_13) == 0x000240, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_14) == 0x000250, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_15) == 0x000260, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_16) == 0x000270, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_17) == 0x000280, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_18) == 0x000290, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_19) == 0x0002A0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_19' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_20) == 0x0002B0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_20' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_21) == 0x0002C0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_21' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_22) == 0x0002D0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_22' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_23) == 0x0002E0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_23' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeVariable_MakeVariableOutput) == 0x0002F0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeVariable_MakeVariableOutput_1) == 0x000340, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeVariable_MakeVariableOutput_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeVariable_MakeVariableOutput_2) == 0x000390, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeVariable_MakeVariableOutput_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_IsConsolePlatform_ReturnValue) == 0x0003E0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_BooleanOR_ReturnValue) == 0x0003E1, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_IsConsolePlatform_ReturnValue_1) == 0x0003E2, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_IsConsolePlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_BooleanOR_ReturnValue_1) == 0x0003E3, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_Select_Default) == 0x0003E8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, Temp_string_Variable_24) == 0x000438, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::Temp_string_Variable_24' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_Select_Default_1) == 0x000448, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value) == 0x000498, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue) == 0x0004A8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_1) == 0x0004B0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_1) == 0x0004C0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue) == 0x0004C8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004E0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData) == 0x0004F8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000538, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_2) == 0x000578, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_2) == 0x000588, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_3) == 0x000590, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_3) == 0x0005A0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0005A8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0005C0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0005D8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000618, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_4) == 0x000658, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_4) == 0x000668, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_5) == 0x000670, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_5) == 0x000680, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000688, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0006A0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_4) == 0x0006B8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_5) == 0x0006F8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_6) == 0x000738, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_6) == 0x000748, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_7) == 0x000750, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_7' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_7) == 0x000760, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000768, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000780, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000798, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_7) == 0x0007D8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_8) == 0x000818, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_8' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_8) == 0x000828, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_9) == 0x000830, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_9' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_9) == 0x000840, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000848, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_9) == 0x000860, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_8) == 0x000878, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_9) == 0x0008B8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_10) == 0x0008F8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_10' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_10) == 0x000908, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_11) == 0x000910, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_11' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_11) == 0x000920, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_10) == 0x000928, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_11) == 0x000940, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_10) == 0x000958, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_11) == 0x000998, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_12) == 0x0009D8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_12' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_12) == 0x0009E8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_13) == 0x0009F0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_13' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_13) == 0x000A00, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_12) == 0x000A08, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_13) == 0x000A20, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_12) == 0x000A38, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_13) == 0x000A78, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_14) == 0x000AB8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_14' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_14) == 0x000AC8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_15) == 0x000AD0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_15' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_15) == 0x000AE0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_14) == 0x000AE8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_15) == 0x000B00, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_14) == 0x000B18, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_15) == 0x000B58, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_16) == 0x000B98, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_16' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_16) == 0x000BA8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_17) == 0x000BB0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_17' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_17) == 0x000BC0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_16) == 0x000BC8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_17) == 0x000BE0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_16) == 0x000BF8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_17) == 0x000C38, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_18) == 0x000C78, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_18' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_18) == 0x000C88, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_19) == 0x000C90, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_19' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_19) == 0x000CA0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_18) == 0x000CA8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_19) == 0x000CC0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_18) == 0x000CD8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_19) == 0x000D18, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_20) == 0x000D58, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_20' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_20) == 0x000D68, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_21) == 0x000D70, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_21' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_21) == 0x000D80, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_20) == 0x000D88, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_21) == 0x000DA0, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_20) == 0x000DB8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_21) == 0x000DF8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_22) == 0x000E38, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_22' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_22) == 0x000E48, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_23) == 0x000E50, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_23' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_23) == 0x000E60, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_22) == 0x000E68, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_23) == 0x000E80, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_22) == 0x000E98, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_23) == 0x000ED8, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_Value_24) == 0x000F18, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_Value_24' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Map_Find_ReturnValue_24) == 0x000F28, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Map_Find_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Conv_StringToText_ReturnValue_24) == 0x000F30, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Conv_StringToText_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeStruct_FormatArgumentData_24) == 0x000F48, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, K2Node_MakeArray_Array) == 0x000F88, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_DrawTutorDecoratorsText, CallFunc_Format_ReturnValue) == 0x000F98, "Member 'UIHUDLib_C_DrawTutorDecoratorsText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_Get_Now_Is_Asia_Lang \ static_assert(alignof(UIHUDLib_C_Get_Now_Is_Asia_Lang) == 0x000008, "Wrong alignment on UIHUDLib_C_Get_Now_Is_Asia_Lang"); \ static_assert(sizeof(UIHUDLib_C_Get_Now_Is_Asia_Lang) == 0x000028, "Wrong size on UIHUDLib_C_Get_Now_Is_Asia_Lang"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, __WorldContext) == 0x000000, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, return_0) == 0x000008, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::return_0' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_GetCurrentCulture_ReturnValue) == 0x000010, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000021, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000022, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Now_Is_Asia_Lang, CallFunc_BooleanOR_ReturnValue_1) == 0x000024, "Member 'UIHUDLib_C_Get_Now_Is_Asia_Lang::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_GetActionNameByKey \ static_assert(alignof(UIHUDLib_C_GetActionNameByKey) == 0x000008, "Wrong alignment on UIHUDLib_C_GetActionNameByKey"); \ static_assert(sizeof(UIHUDLib_C_GetActionNameByKey) == 0x000098, "Wrong size on UIHUDLib_C_GetActionNameByKey"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, GivenKey) == 0x000000, "Member 'UIHUDLib_C_GetActionNameByKey::GivenKey' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, __WorldContext) == 0x000018, "Member 'UIHUDLib_C_GetActionNameByKey::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, Action) == 0x000020, "Member 'UIHUDLib_C_GetActionNameByKey::Action' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, ReturnValue) == 0x000028, "Member 'UIHUDLib_C_GetActionNameByKey::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'UIHUDLib_C_GetActionNameByKey::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'UIHUDLib_C_GetActionNameByKey::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_Array_Get_Item) == 0x00004C, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000091, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000092, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionNameByKey, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'UIHUDLib_C_GetActionNameByKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_Get_Paint_Categories \ static_assert(alignof(UIHUDLib_C_Get_Paint_Categories) == 0x000008, "Wrong alignment on UIHUDLib_C_Get_Paint_Categories"); \ static_assert(sizeof(UIHUDLib_C_Get_Paint_Categories) == 0x0000A8, "Wrong size on UIHUDLib_C_Get_Paint_Categories"); \ static_assert(offsetof(UIHUDLib_C_Get_Paint_Categories, __WorldContext) == 0x000000, "Member 'UIHUDLib_C_Get_Paint_Categories::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Paint_Categories, Categories) == 0x000008, "Member 'UIHUDLib_C_Get_Paint_Categories::Categories' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_Get_Paint_Categories, K2Node_MakeMap_Map) == 0x000058, "Member 'UIHUDLib_C_Get_Paint_Categories::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_GetIsGamepadUsing \ static_assert(alignof(UIHUDLib_C_GetIsGamepadUsing) == 0x000008, "Wrong alignment on UIHUDLib_C_GetIsGamepadUsing"); \ static_assert(sizeof(UIHUDLib_C_GetIsGamepadUsing) == 0x000038, "Wrong size on UIHUDLib_C_GetIsGamepadUsing"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, Player) == 0x000000, "Member 'UIHUDLib_C_GetIsGamepadUsing::Player' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, __WorldContext) == 0x000008, "Member 'UIHUDLib_C_GetIsGamepadUsing::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, IsGamepad) == 0x000010, "Member 'UIHUDLib_C_GetIsGamepadUsing::IsGamepad' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'UIHUDLib_C_GetIsGamepadUsing::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'UIHUDLib_C_GetIsGamepadUsing::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UIHUDLib_C_GetIsGamepadUsing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetIsGamepadUsing, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'UIHUDLib_C_GetIsGamepadUsing::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_GetUIKey \ static_assert(alignof(UIHUDLib_C_GetUIKey) == 0x000008, "Wrong alignment on UIHUDLib_C_GetUIKey"); \ static_assert(sizeof(UIHUDLib_C_GetUIKey) == 0x000170, "Wrong size on UIHUDLib_C_GetUIKey"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, Name_0) == 0x000000, "Member 'UIHUDLib_C_GetUIKey::Name_0' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, IsGamepad) == 0x000008, "Member 'UIHUDLib_C_GetUIKey::IsGamepad' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, __WorldContext) == 0x000010, "Member 'UIHUDLib_C_GetUIKey::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, Key) == 0x000018, "Member 'UIHUDLib_C_GetUIKey::Key' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, ActionName) == 0x000030, "Member 'UIHUDLib_C_GetUIKey::ActionName' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, NamesPCMapping) == 0x000038, "Member 'UIHUDLib_C_GetUIKey::NamesPCMapping' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, K2Node_MakeVariable_MakeVariableOutput) == 0x000088, "Member 'UIHUDLib_C_GetUIKey::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, Temp_bool_Variable) == 0x0000D8, "Member 'UIHUDLib_C_GetUIKey::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000E0, "Member 'UIHUDLib_C_GetUIKey::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000118, "Member 'UIHUDLib_C_GetUIKey::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000119, "Member 'UIHUDLib_C_GetUIKey::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, CallFunc_GetActionMapping_Bindings) == 0x000120, "Member 'UIHUDLib_C_GetUIKey::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, CallFunc_Array_Get_Item) == 0x000130, "Member 'UIHUDLib_C_GetUIKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetUIKey, K2Node_Select_Default) == 0x000158, "Member 'UIHUDLib_C_GetUIKey::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIHUDLib_C_GetActionThroughWidgets \ static_assert(alignof(UIHUDLib_C_GetActionThroughWidgets) == 0x000008, "Wrong alignment on UIHUDLib_C_GetActionThroughWidgets"); \ static_assert(sizeof(UIHUDLib_C_GetActionThroughWidgets) == 0x000060, "Wrong size on UIHUDLib_C_GetActionThroughWidgets"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, PressedKey) == 0x000000, "Member 'UIHUDLib_C_GetActionThroughWidgets::PressedKey' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, KeyWidgets) == 0x000018, "Member 'UIHUDLib_C_GetActionThroughWidgets::KeyWidgets' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, __WorldContext) == 0x000028, "Member 'UIHUDLib_C_GetActionThroughWidgets::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, Action_Name) == 0x000030, "Member 'UIHUDLib_C_GetActionThroughWidgets::Action_Name' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'UIHUDLib_C_GetActionThroughWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UIHUDLib_C_GetActionThroughWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_Array_Get_Item) == 0x000048, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_Array_Find_ReturnValue) == 0x000058, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIHUDLib_C_GetActionThroughWidgets, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'UIHUDLib_C_GetActionThroughWidgets::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIHUDLib_C \ static_assert(alignof(UUIHUDLib_C) == 0x000008, "Wrong alignment on UUIHUDLib_C"); \ static_assert(sizeof(UUIHUDLib_C) == 0x000028, "Wrong size on UUIHUDLib_C"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender \ static_assert(alignof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender"); \ static_assert(sizeof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender) == 0x000110, "Wrong size on RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, EntryPoint) == 0x000000, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CustomEvent_Settings) == 0x000040, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CustomEvent_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CustomEvent_Damage) == 0x0000B8, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CustomEvent_DamageType) == 0x0000C0, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CustomEvent_DamageInstigator) == 0x0000C8, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CustomEvent_DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_CustomEvent_Rofleemo) == 0x0000D8, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, CallFunc_IsValid_ReturnValue_1) == 0x0000E0, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Nest) == 0x0000E8, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Nest' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, CallFunc_GetOwner_ReturnValue) == 0x0000F8, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000100, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'RofleemoSpecComponent_Defender_C_ExecuteUbergraph_RofleemoSpecComponent_Defender::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Defender_C_CustomEvent \ static_assert(alignof(RofleemoSpecComponent_Defender_C_CustomEvent) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Defender_C_CustomEvent"); \ static_assert(sizeof(RofleemoSpecComponent_Defender_C_CustomEvent) == 0x000008, "Wrong size on RofleemoSpecComponent_Defender_C_CustomEvent"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_CustomEvent, Rofleemo) == 0x000000, "Member 'RofleemoSpecComponent_Defender_C_CustomEvent::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0 \ static_assert(alignof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0"); \ static_assert(sizeof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0) == 0x000090, "Wrong size on RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0, Settings) == 0x000000, "Member 'RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0::Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0, Damage) == 0x000078, "Member 'RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0, DamageType) == 0x000080, "Member 'RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0, DamageInstigator) == 0x000088, "Member 'RofleemoSpecComponent_Defender_C_OnWagonTakeDamage_Event_0::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Defender_C_TimerIsValid \ static_assert(alignof(RofleemoSpecComponent_Defender_C_TimerIsValid) == 0x000001, "Wrong alignment on RofleemoSpecComponent_Defender_C_TimerIsValid"); \ static_assert(sizeof(RofleemoSpecComponent_Defender_C_TimerIsValid) == 0x000006, "Wrong size on RofleemoSpecComponent_Defender_C_TimerIsValid"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, ReturnValue) == 0x000000, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x000002, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_TimerIsValid, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'RofleemoSpecComponent_Defender_C_TimerIsValid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Defender_C_FindLeechesOnWagon \ static_assert(alignof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Defender_C_FindLeechesOnWagon"); \ static_assert(sizeof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon) == 0x000020, "Wrong size on RofleemoSpecComponent_Defender_C_FindLeechesOnWagon"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RofleemoSpecComponent_Defender_C_FindLeechesOnWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon, CallFunc_GetAttachedWagonLeeches_ReturnValue) == 0x000008, "Member 'RofleemoSpecComponent_Defender_C_FindLeechesOnWagon::CallFunc_GetAttachedWagonLeeches_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'RofleemoSpecComponent_Defender_C_FindLeechesOnWagon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Defender_C_FindLeechesOnWagon, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000019, "Member 'RofleemoSpecComponent_Defender_C_FindLeechesOnWagon::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoSpecComponent_Defender_C \ static_assert(alignof(URofleemoSpecComponent_Defender_C) == 0x000008, "Wrong alignment on URofleemoSpecComponent_Defender_C"); \ static_assert(sizeof(URofleemoSpecComponent_Defender_C) == 0x0000F8, "Wrong size on URofleemoSpecComponent_Defender_C"); \ static_assert(offsetof(URofleemoSpecComponent_Defender_C, UberGraphFrame_RofleemoSpecComponent_Defender_C) == 0x0000E0, "Member 'URofleemoSpecComponent_Defender_C::UberGraphFrame_RofleemoSpecComponent_Defender_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Defender_C, EnemyParentClass) == 0x0000E8, "Member 'URofleemoSpecComponent_Defender_C::EnemyParentClass' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Defender_C, AttackedShark) == 0x0000F0, "Member 'URofleemoSpecComponent_Defender_C::AttackedShark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget \ static_assert(alignof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget) == 0x000008, "Wrong alignment on GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget"); \ static_assert(sizeof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget) == 0x000308, "Wrong size on GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, EntryPoint) == 0x000000, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_IsChecked_ReturnValue) == 0x000004, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_IsChecked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_5) == 0x000008, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_6) == 0x00000C, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_7) == 0x000010, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_8) == 0x000014, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue) == 0x000018, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_1) == 0x00001C, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_2) == 0x000020, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_3) == 0x000024, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_4) == 0x000028, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_5) == 0x00002C, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_6) == 0x000030, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_7) == 0x000034, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_FTrunc_ReturnValue) == 0x000038, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_4) == 0x00003C, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_MakeStruct_GameDifficultySettings_AI) == 0x000040, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_MakeStruct_GameDifficultySettings_AI' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_3) == 0x000070, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_2) == 0x000074, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value_1) == 0x000078, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_IsChecked_ReturnValue_1) == 0x00007C, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_IsChecked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, Temp_bool_Variable) == 0x00007D, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_bIsChecked_2) == 0x00007E, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_bIsChecked_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_bIsChecked_1) == 0x00007F, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_bIsChecked_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_IsChecked_ReturnValue_2) == 0x000080, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_IsChecked_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000088, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_Value) == 0x000090, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettingsFromSave_GameDifficultySettings) == 0x000094, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettingsFromSave_GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettingsFromSave_ReturnValue) == 0x0000D0, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettingsFromSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettings_ReturnValue) == 0x0000D4, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetValue_ReturnValue_8) == 0x000110, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_MakeStruct_GameDifficultySettings_WagonModule) == 0x000114, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_MakeStruct_GameDifficultySettings_WagonModule' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_IsMainMenuMap_ReturnValue) == 0x000118, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_IsMainMenuMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, Temp_bool_Variable_1) == 0x000119, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_IsMainMenuMap_ReturnValue_1) == 0x00011A, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_IsMainMenuMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000120, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_Select_Default) == 0x000128, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_ComponentBoundEvent_bIsChecked) == 0x000164, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_ComponentBoundEvent_bIsChecked' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000168, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettingsFromSave_GameDifficultySettings_1) == 0x000170, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettingsFromSave_GameDifficultySettings_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettingsFromSave_ReturnValue_1) == 0x0001AC, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettingsFromSave_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_SaveSettings_ReturnValue) == 0x0001AD, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_SaveSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_GetSettings_ReturnValue_1) == 0x0001B0, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, K2Node_Select_Default_1) == 0x0001EC, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_IntToText_ReturnValue) == 0x000228, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000240, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue) == 0x000248, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000260, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000278, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x000290, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x0002A8, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_5) == 0x0002C0, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_6) == 0x0002D8, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget, CallFunc_Conv_FloatToText_ReturnValue_7) == 0x0002F0, "Member 'GameDiffTestWidget_C_ExecuteUbergraph_GameDiffTestWidget::CallFunc_Conv_FloatToText_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature, bIsChecked) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DestroyLootOnDeath_K2Node_ComponentBoundEvent_11_OnCheckBoxComponentStateChanged__DelegateSignature::bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_WMDurabilityDamageScaleSlider_K2Node_ComponentBoundEvent_10_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature, bIsChecked) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_HungerDealDamage_K2Node_ComponentBoundEvent_9_OnCheckBoxComponentStateChanged__DelegateSignature::bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature, bIsChecked) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_CheckBox_DropLootOnDeath_K2Node_ComponentBoundEvent_8_OnCheckBoxComponentStateChanged__DelegateSignature::bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarnDamageScaleSlider_K2Node_ComponentBoundEvent_7_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_SwarmHealthScaleSlider_K2Node_ComponentBoundEvent_6_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidDamageScaleSlider_K2Node_ComponentBoundEvent_5_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_VoidHealthScaleSlider_K2Node_ComponentBoundEvent_4_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIHealthScaleSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_AIDamageScaleSlider_K2Node_ComponentBoundEvent_2_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_ItemsMaxStackSlider_K2Node_ComponentBoundEvent_1_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'GameDiffTestWidget_C_BndEvt__GameDiffTestWidget_MaxSharksSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameDiffTestWidget_C \ static_assert(alignof(UGameDiffTestWidget_C) == 0x000008, "Wrong alignment on UGameDiffTestWidget_C"); \ static_assert(sizeof(UGameDiffTestWidget_C) == 0x000310, "Wrong size on UGameDiffTestWidget_C"); \ static_assert(offsetof(UGameDiffTestWidget_C, UberGraphFrame) == 0x000260, "Member 'UGameDiffTestWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, BaseSharksValueText) == 0x000268, "Member 'UGameDiffTestWidget_C::BaseSharksValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, CheckBox_DestroyLootOnDeath) == 0x000270, "Member 'UGameDiffTestWidget_C::CheckBox_DestroyLootOnDeath' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, CheckBox_DropLootOnDeath) == 0x000278, "Member 'UGameDiffTestWidget_C::CheckBox_DropLootOnDeath' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, CheckBox_HungerDealDamage) == 0x000280, "Member 'UGameDiffTestWidget_C::CheckBox_HungerDealDamage' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, DurabilityScaleDamageValueText) == 0x000288, "Member 'UGameDiffTestWidget_C::DurabilityScaleDamageValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, ItemMaxStackValueText) == 0x000290, "Member 'UGameDiffTestWidget_C::ItemMaxStackValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, ItemsMaxStackSlider) == 0x000298, "Member 'UGameDiffTestWidget_C::ItemsMaxStackSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, MaxSharksSlider) == 0x0002A0, "Member 'UGameDiffTestWidget_C::MaxSharksSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SoldierDamageScaleSlider) == 0x0002A8, "Member 'UGameDiffTestWidget_C::SoldierDamageScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SoldierDamageValueText) == 0x0002B0, "Member 'UGameDiffTestWidget_C::SoldierDamageValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SoldierHealthScaleSlider) == 0x0002B8, "Member 'UGameDiffTestWidget_C::SoldierHealthScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SoldierHealthValueText) == 0x0002C0, "Member 'UGameDiffTestWidget_C::SoldierHealthValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SwarmDamageValueText) == 0x0002C8, "Member 'UGameDiffTestWidget_C::SwarmDamageValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SwarmHealthScaleSlider) == 0x0002D0, "Member 'UGameDiffTestWidget_C::SwarmHealthScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SwarmHealthValueText) == 0x0002D8, "Member 'UGameDiffTestWidget_C::SwarmHealthValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, SwarnDamageScaleSlider) == 0x0002E0, "Member 'UGameDiffTestWidget_C::SwarnDamageScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, VoidDamageScaleSlider) == 0x0002E8, "Member 'UGameDiffTestWidget_C::VoidDamageScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, VoidDamageValueText) == 0x0002F0, "Member 'UGameDiffTestWidget_C::VoidDamageValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, VoidHealthScaleSlider) == 0x0002F8, "Member 'UGameDiffTestWidget_C::VoidHealthScaleSlider' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, VoidHealthValueText) == 0x000300, "Member 'UGameDiffTestWidget_C::VoidHealthValueText' has a wrong offset!"); \ static_assert(offsetof(UGameDiffTestWidget_C, WMDurabilityDamageScaleSlider) == 0x000308, "Member 'UGameDiffTestWidget_C::WMDurabilityDamageScaleSlider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_ExecuteUbergraph_KeyDisplay \ static_assert(alignof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay) == 0x000008, "Wrong alignment on KeyDisplay_C_ExecuteUbergraph_KeyDisplay"); \ static_assert(sizeof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay) == 0x000150, "Wrong size on KeyDisplay_C_ExecuteUbergraph_KeyDisplay"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, EntryPoint) == 0x000000, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_Event_IsDesignTime) == 0x000004, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_CustomEvent_Key) == 0x000008, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_Greater_IntInt_ReturnValue) == 0x000021, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_MakeStruct_SlateFontInfo) == 0x000028, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000080, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_CustomEvent_Specified_Color) == 0x000088, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_CustomEvent_Specified_Color' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_MakeStruct_SlateColor) == 0x000098, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_CustomEvent_ActionName) == 0x0000C4, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_BreakVector2D_X) == 0x0000CC, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_BreakVector2D_Y) == 0x0000D0, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_GetHUD_ReturnValue) == 0x0000E0, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_DynamicCast_AsHUD_Interface) == 0x0000E8, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, Temp_bool_Variable) == 0x0000F9, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0000FA, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_GetUIKey_Key) == 0x000100, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_SetKeyDisplay_Texture) == 0x000118, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_SetKeyDisplay_Texture' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000120, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, K2Node_Select_Default) == 0x000128, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_GetKeyDisplayName_ReturnValue) == 0x000130, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_GetKeyDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_ExecuteUbergraph_KeyDisplay, CallFunc_TextIsEmpty_ReturnValue) == 0x000148, "Member 'KeyDisplay_C_ExecuteUbergraph_KeyDisplay::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_SetupContextKey \ static_assert(alignof(KeyDisplay_C_SetupContextKey) == 0x000004, "Wrong alignment on KeyDisplay_C_SetupContextKey"); \ static_assert(sizeof(KeyDisplay_C_SetupContextKey) == 0x000008, "Wrong size on KeyDisplay_C_SetupContextKey"); \ static_assert(offsetof(KeyDisplay_C_SetupContextKey, ActionName) == 0x000000, "Member 'KeyDisplay_C_SetupContextKey::ActionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_SetFontColor \ static_assert(alignof(KeyDisplay_C_SetFontColor) == 0x000004, "Wrong alignment on KeyDisplay_C_SetFontColor"); \ static_assert(sizeof(KeyDisplay_C_SetFontColor) == 0x000010, "Wrong size on KeyDisplay_C_SetFontColor"); \ static_assert(offsetof(KeyDisplay_C_SetFontColor, Specified_Color) == 0x000000, "Member 'KeyDisplay_C_SetFontColor::Specified_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_Draw \ static_assert(alignof(KeyDisplay_C_Draw) == 0x000008, "Wrong alignment on KeyDisplay_C_Draw"); \ static_assert(sizeof(KeyDisplay_C_Draw) == 0x000018, "Wrong size on KeyDisplay_C_Draw"); \ static_assert(offsetof(KeyDisplay_C_Draw, Key_0) == 0x000000, "Member 'KeyDisplay_C_Draw::Key_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_PreConstruct \ static_assert(alignof(KeyDisplay_C_PreConstruct) == 0x000001, "Wrong alignment on KeyDisplay_C_PreConstruct"); \ static_assert(sizeof(KeyDisplay_C_PreConstruct) == 0x000001, "Wrong size on KeyDisplay_C_PreConstruct"); \ static_assert(offsetof(KeyDisplay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyDisplay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_GetKeyDisplayName \ static_assert(alignof(KeyDisplay_C_GetKeyDisplayName) == 0x000008, "Wrong alignment on KeyDisplay_C_GetKeyDisplayName"); \ static_assert(sizeof(KeyDisplay_C_GetKeyDisplayName) == 0x0000E8, "Wrong size on KeyDisplay_C_GetKeyDisplayName"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, Key_0) == 0x000000, "Member 'KeyDisplay_C_GetKeyDisplayName::Key_0' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, ReturnValue) == 0x000018, "Member 'KeyDisplay_C_GetKeyDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, LocalKey) == 0x000030, "Member 'KeyDisplay_C_GetKeyDisplayName::LocalKey' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000048, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000050, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000068, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_X) == 0x00006C, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_Y) == 0x000070, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_X_1) == 0x000074, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_Y_1) == 0x000078, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00007C, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000080, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_MakeVector2D_ReturnValue) == 0x000084, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_MakeVector2D_ReturnValue_1) == 0x00008C, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_X_2) == 0x000094, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_Y_2) == 0x000098, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00009C, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000A0, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0000A8, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0000A9, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x0000AA, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_X_3) == 0x0000AC, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BreakVector2D_Y_3) == 0x0000B0, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000B4, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x0000B8, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_MakeVector2D_ReturnValue_3) == 0x0000BC, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x0000C4, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x0000C5, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x0000C6, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x0000C7, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x0000C8, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x0000C9, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_12) == 0x0000CA, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_13) == 0x0000CB, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_14) == 0x0000CC, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_15) == 0x0000CD, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_16) == 0x0000CE, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_17) == 0x0000CF, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_18) == 0x0000D0, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_19) == 0x0000D1, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_20) == 0x0000D2, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_21) == 0x0000D3, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_22) == 0x0000D4, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_23) == 0x0000D5, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_24) == 0x0000D6, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0000D7, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_25) == 0x0000D8, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_26) == 0x0000D9, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_BooleanOR_ReturnValue) == 0x0000DA, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_27) == 0x0000DB, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_28) == 0x0000DC, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_29) == 0x0000DD, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Key_IsMouseButton_ReturnValue) == 0x0000DE, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Key_IsMouseButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_EqualEqual_KeyKey_ReturnValue_30) == 0x0000DF, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_EqualEqual_KeyKey_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_GetKeyDisplayName, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x0000E0, "Member 'KeyDisplay_C_GetKeyDisplayName::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplay_C_SetKeyDisplay \ static_assert(alignof(KeyDisplay_C_SetKeyDisplay) == 0x000008, "Wrong alignment on KeyDisplay_C_SetKeyDisplay"); \ static_assert(sizeof(KeyDisplay_C_SetKeyDisplay) == 0x000058, "Wrong size on KeyDisplay_C_SetKeyDisplay"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, Key_0) == 0x000000, "Member 'KeyDisplay_C_SetKeyDisplay::Key_0' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, Texture) == 0x000018, "Member 'KeyDisplay_C_SetKeyDisplay::Texture' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, LocalKey) == 0x000020, "Member 'KeyDisplay_C_SetKeyDisplay::LocalKey' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000038, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000039, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00003A, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00003B, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00003C, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00003D, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00003E, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00003F, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x000040, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x000041, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x000042, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_BreakVector2D_X) == 0x000044, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x000054, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_12) == 0x000055, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_13) == 0x000056, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(KeyDisplay_C_SetKeyDisplay, CallFunc_EqualEqual_KeyKey_ReturnValue_14) == 0x000057, "Member 'KeyDisplay_C_SetKeyDisplay::CallFunc_EqualEqual_KeyKey_ReturnValue_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyDisplay_C \ static_assert(alignof(UKeyDisplay_C) == 0x000008, "Wrong alignment on UKeyDisplay_C"); \ static_assert(sizeof(UKeyDisplay_C) == 0x0002F0, "Wrong size on UKeyDisplay_C"); \ static_assert(offsetof(UKeyDisplay_C, UberGraphFrame) == 0x000260, "Member 'UKeyDisplay_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, Background) == 0x000268, "Member 'UKeyDisplay_C::Background' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, GamepadKeys) == 0x000270, "Member 'UKeyDisplay_C::GamepadKeys' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, KeyText) == 0x000278, "Member 'UKeyDisplay_C::KeyText' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, KeyTexture) == 0x000280, "Member 'UKeyDisplay_C::KeyTexture' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, PC_Keys) == 0x000288, "Member 'UKeyDisplay_C::PC_Keys' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, SizeWrapper) == 0x000290, "Member 'UKeyDisplay_C::SizeWrapper' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, Key) == 0x000298, "Member 'UKeyDisplay_C::Key' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, CustomTexture) == 0x0002B0, "Member 'UKeyDisplay_C::CustomTexture' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, CustomFontSize) == 0x0002B8, "Member 'UKeyDisplay_C::CustomFontSize' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, CustomMargin) == 0x0002BC, "Member 'UKeyDisplay_C::CustomMargin' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, HideBackground) == 0x0002CC, "Member 'UKeyDisplay_C::HideBackground' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, FontColor) == 0x0002D0, "Member 'UKeyDisplay_C::FontColor' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, CustomButtonIconSize) == 0x0002E0, "Member 'UKeyDisplay_C::CustomButtonIconSize' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplay_C, CustomGamepadTexture) == 0x0002E8, "Member 'UKeyDisplay_C::CustomGamepadTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr \ static_assert(alignof(KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr) == 0x000008, "Wrong alignment on KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr"); \ static_assert(sizeof(KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr) == 0x000028, "Wrong size on KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr"); \ static_assert(offsetof(KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr, EntryPoint) == 0x000000, "Member 'KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr, K2Node_CustomEvent_Delimetr) == 0x000008, "Member 'KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr::K2Node_CustomEvent_Delimetr' has a wrong offset!"); \ static_assert(offsetof(KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr, K2Node_Event_IsDesignTime) == 0x000020, "Member 'KeyDelimetr_C_ExecuteUbergraph_KeyDelimetr::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDelimetr_C_SetDelimetr \ static_assert(alignof(KeyDelimetr_C_SetDelimetr) == 0x000008, "Wrong alignment on KeyDelimetr_C_SetDelimetr"); \ static_assert(sizeof(KeyDelimetr_C_SetDelimetr) == 0x000018, "Wrong size on KeyDelimetr_C_SetDelimetr"); \ static_assert(offsetof(KeyDelimetr_C_SetDelimetr, Delimetr_0) == 0x000000, "Member 'KeyDelimetr_C_SetDelimetr::Delimetr_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDelimetr_C_PreConstruct \ static_assert(alignof(KeyDelimetr_C_PreConstruct) == 0x000001, "Wrong alignment on KeyDelimetr_C_PreConstruct"); \ static_assert(sizeof(KeyDelimetr_C_PreConstruct) == 0x000001, "Wrong size on KeyDelimetr_C_PreConstruct"); \ static_assert(offsetof(KeyDelimetr_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyDelimetr_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyDelimetr_C \ static_assert(alignof(UKeyDelimetr_C) == 0x000008, "Wrong alignment on UKeyDelimetr_C"); \ static_assert(sizeof(UKeyDelimetr_C) == 0x000288, "Wrong size on UKeyDelimetr_C"); \ static_assert(offsetof(UKeyDelimetr_C, UberGraphFrame) == 0x000260, "Member 'UKeyDelimetr_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyDelimetr_C, ThirdSlash) == 0x000268, "Member 'UKeyDelimetr_C::ThirdSlash' has a wrong offset!"); \ static_assert(offsetof(UKeyDelimetr_C, Delimetr) == 0x000270, "Member 'UKeyDelimetr_C::Delimetr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SignalingLabel_C_ExecuteUbergraph_SignalingLabel \ static_assert(alignof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel) == 0x000008, "Wrong alignment on SignalingLabel_C_ExecuteUbergraph_SignalingLabel"); \ static_assert(sizeof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel) == 0x000048, "Wrong size on SignalingLabel_C_ExecuteUbergraph_SignalingLabel"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, EntryPoint) == 0x000000, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SignalingLabel_C_ExecuteUbergraph_SignalingLabel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'SignalingLabel_C_ExecuteUbergraph_SignalingLabel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USignalingLabel_C \ static_assert(alignof(USignalingLabel_C) == 0x000008, "Wrong alignment on USignalingLabel_C"); \ static_assert(sizeof(USignalingLabel_C) == 0x0000C8, "Wrong size on USignalingLabel_C"); \ static_assert(offsetof(USignalingLabel_C, UberGraphFrame) == 0x0000B0, "Member 'USignalingLabel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USignalingLabel_C, THSignal) == 0x0000B8, "Member 'USignalingLabel_C::THSignal' has a wrong offset!"); \ static_assert(offsetof(USignalingLabel_C, DangerType) == 0x0000C0, "Member 'USignalingLabel_C::DangerType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left \ static_assert(alignof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left) == 0x000008, "Wrong alignment on JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left"); \ static_assert(sizeof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left) == 0x000090, "Wrong size on JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, EntryPoint) == 0x000000, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_bool_Variable) == 0x000004, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_byte_Variable) == 0x000005, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_byte_Variable_1) == 0x000006, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_byte_Variable_2) == 0x000007, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_object_Variable) == 0x000008, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_object_Variable_1) == 0x000010, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_object_Variable_2) == 0x000018, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_object_Variable_3) == 0x000020, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_object_Variable_4) == 0x000028, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_byte_Variable_3) == 0x000030, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000038, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_DynamicCast_AsJournal_Controller) == 0x000040, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_Event_IsGamepadNow) == 0x00004A, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_GetSelectablesCount_SelectablesCount) == 0x00004C, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_GetSelectablesCount_SelectablesCount' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_byte_Variable_4) == 0x000051, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_GetHUD_ReturnValue) == 0x000060, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_DynamicCast_AsHUD_Interface) == 0x000068, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000079, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_Event_Type) == 0x00007A, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_Select_Default) == 0x00007B, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_Select_Default_1) == 0x000080, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, Temp_bool_Variable_1) == 0x000088, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left, K2Node_Select_Default_2) == 0x000089, "Member 'JournalNotePage_Left_C_ExecuteUbergraph_JournalNotePage_Left::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_Left_C_SetPageType \ static_assert(alignof(JournalNotePage_Left_C_SetPageType) == 0x000001, "Wrong alignment on JournalNotePage_Left_C_SetPageType"); \ static_assert(sizeof(JournalNotePage_Left_C_SetPageType) == 0x000001, "Wrong size on JournalNotePage_Left_C_SetPageType"); \ static_assert(offsetof(JournalNotePage_Left_C_SetPageType, Type_0) == 0x000000, "Member 'JournalNotePage_Left_C_SetPageType::Type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_Left_C_OnGamepadModeChanged \ static_assert(alignof(JournalNotePage_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalNotePage_Left_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalNotePage_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalNotePage_Left_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalNotePage_Left_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalNotePage_Left_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalNotePage_Left_C \ static_assert(alignof(UJournalNotePage_Left_C) == 0x000008, "Wrong alignment on UJournalNotePage_Left_C"); \ static_assert(sizeof(UJournalNotePage_Left_C) == 0x0002E0, "Wrong size on UJournalNotePage_Left_C"); \ static_assert(offsetof(UJournalNotePage_Left_C, UberGraphFrame_JournalNotePage_Left_C) == 0x0002A8, "Member 'UJournalNotePage_Left_C::UberGraphFrame_JournalNotePage_Left_C' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, Button_38) == 0x0002B0, "Member 'UJournalNotePage_Left_C::Button_38' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, Image_153) == 0x0002B8, "Member 'UJournalNotePage_Left_C::Image_153' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, JournalNotePage) == 0x0002C0, "Member 'UJournalNotePage_Left_C::JournalNotePage' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, JournalPageHeader) == 0x0002C8, "Member 'UJournalNotePage_Left_C::JournalPageHeader' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, KeyDisplay) == 0x0002D0, "Member 'UJournalNotePage_Left_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Left_C, PrevButton) == 0x0002D8, "Member 'UJournalNotePage_Left_C::PrevButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget \ static_assert(alignof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget) == 0x000008, "Wrong alignment on KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget"); \ static_assert(sizeof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget) == 0x000450, "Wrong size on KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, EntryPoint) == 0x000000, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_ActionName) == 0x000004, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_isUsingGamepad) == 0x00000C, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_isUsingGamepad' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable) == 0x000010, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetUIKey_Key) == 0x000028, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeArray_Array) == 0x000040, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_1) == 0x000050, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_2) == 0x000068, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_3) == 0x000080, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_4) == 0x000098, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_5) == 0x0000B0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_6) == 0x0000C8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_7) == 0x0000E0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_8) == 0x0000F8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_9) == 0x000110, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_bool_Variable) == 0x000128, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_bool_Variable_1) == 0x000129, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_byte_Variable) == 0x00012A, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_byte_Variable_1) == 0x00012B, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_int_Array_Index_Variable) == 0x00012C, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_byte_Variable_2) == 0x000130, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_Event_IsDesignTime) == 0x000131, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_10) == 0x000138, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Array_Get_Item) == 0x000150, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Key_IsValid_ReturnValue) == 0x000168, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Array_Length_ReturnValue) == 0x00016C, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_11) == 0x000170, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Array_LastIndex_ReturnValue) == 0x000188, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00018C, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Create_ReturnValue) == 0x000190, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_Action) == 0x000198, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_Action' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0001A0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeStruct_Margin) == 0x0001A8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_TextIsEmpty_ReturnValue) == 0x0001B8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_FontSize) == 0x0001BC, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_FontSize' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_Padding) == 0x0001C0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_Padding' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_DilimerPadding) == 0x0001D0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_DilimerPadding' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001E0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetChildAt_ReturnValue) == 0x0001E8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_IsValid_ReturnValue) == 0x0001F0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0001F8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeStruct_SlateFontInfo) == 0x000200, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_CustomText) == 0x000258, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_CustomText' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_Keys) == 0x000270, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_Keys' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_Select_Default) == 0x000280, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_int_Loop_Counter_Variable) == 0x000288, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000290, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000298, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00029C, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_Create_ReturnValue_1) == 0x0002A0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x0002A8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeStruct_SlateFontInfo_1) == 0x0002B0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000308, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_IsDisabledNow) == 0x000310, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_IsDisabledNow' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000311, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_Select_Default_1) == 0x000312, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000318, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_CustomEvent_ActionName_1) == 0x000320, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_CustomEvent_ActionName_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeStruct_SlateFontInfo_2) == 0x000328, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeStruct_SlateFontInfo_2' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000380, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_12) == 0x000388, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetHUD_ReturnValue) == 0x0003A0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_DynamicCast_AsHUD_Interface) == 0x0003A8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_DynamicCast_bSuccess) == 0x0003B8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_13) == 0x0003C0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0003D8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, CallFunc_GetUIKey_Key_1) == 0x0003E0, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::CallFunc_GetUIKey_Key_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_14) == 0x0003F8, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_MakeArray_Array_1) == 0x000410, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, Temp_text_Variable_15) == 0x000420, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget, K2Node_Select_Default_2) == 0x000438, "Member 'KeyTooltipWidget_C_ExecuteUbergraph_KeyTooltipWidget::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetupPlatformKey \ static_assert(alignof(KeyTooltipWidget_C_SetupPlatformKey) == 0x000004, "Wrong alignment on KeyTooltipWidget_C_SetupPlatformKey"); \ static_assert(sizeof(KeyTooltipWidget_C_SetupPlatformKey) == 0x00000C, "Wrong size on KeyTooltipWidget_C_SetupPlatformKey"); \ static_assert(offsetof(KeyTooltipWidget_C_SetupPlatformKey, ActionName) == 0x000000, "Member 'KeyTooltipWidget_C_SetupPlatformKey::ActionName' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_SetupPlatformKey, isUsingGamepad) == 0x000008, "Member 'KeyTooltipWidget_C_SetupPlatformKey::isUsingGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetupContextKey \ static_assert(alignof(KeyTooltipWidget_C_SetupContextKey) == 0x000004, "Wrong alignment on KeyTooltipWidget_C_SetupContextKey"); \ static_assert(sizeof(KeyTooltipWidget_C_SetupContextKey) == 0x000008, "Wrong size on KeyTooltipWidget_C_SetupContextKey"); \ static_assert(offsetof(KeyTooltipWidget_C_SetupContextKey, ActionName) == 0x000000, "Member 'KeyTooltipWidget_C_SetupContextKey::ActionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetIsDisabled \ static_assert(alignof(KeyTooltipWidget_C_SetIsDisabled) == 0x000001, "Wrong alignment on KeyTooltipWidget_C_SetIsDisabled"); \ static_assert(sizeof(KeyTooltipWidget_C_SetIsDisabled) == 0x000001, "Wrong size on KeyTooltipWidget_C_SetIsDisabled"); \ static_assert(offsetof(KeyTooltipWidget_C_SetIsDisabled, IsDisabledNow) == 0x000000, "Member 'KeyTooltipWidget_C_SetIsDisabled::IsDisabledNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetKeys \ static_assert(alignof(KeyTooltipWidget_C_SetKeys) == 0x000008, "Wrong alignment on KeyTooltipWidget_C_SetKeys"); \ static_assert(sizeof(KeyTooltipWidget_C_SetKeys) == 0x000010, "Wrong size on KeyTooltipWidget_C_SetKeys"); \ static_assert(offsetof(KeyTooltipWidget_C_SetKeys, Keys_0) == 0x000000, "Member 'KeyTooltipWidget_C_SetKeys::Keys_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetCustomText \ static_assert(alignof(KeyTooltipWidget_C_SetCustomText) == 0x000008, "Wrong alignment on KeyTooltipWidget_C_SetCustomText"); \ static_assert(sizeof(KeyTooltipWidget_C_SetCustomText) == 0x000018, "Wrong size on KeyTooltipWidget_C_SetCustomText"); \ static_assert(offsetof(KeyTooltipWidget_C_SetCustomText, CustomText_0) == 0x000000, "Member 'KeyTooltipWidget_C_SetCustomText::CustomText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetActionFontSize \ static_assert(alignof(KeyTooltipWidget_C_SetActionFontSize) == 0x000004, "Wrong alignment on KeyTooltipWidget_C_SetActionFontSize"); \ static_assert(sizeof(KeyTooltipWidget_C_SetActionFontSize) == 0x000024, "Wrong size on KeyTooltipWidget_C_SetActionFontSize"); \ static_assert(offsetof(KeyTooltipWidget_C_SetActionFontSize, FontSize) == 0x000000, "Member 'KeyTooltipWidget_C_SetActionFontSize::FontSize' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_SetActionFontSize, Padding_0) == 0x000004, "Member 'KeyTooltipWidget_C_SetActionFontSize::Padding_0' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_SetActionFontSize, DilimerPadding) == 0x000014, "Member 'KeyTooltipWidget_C_SetActionFontSize::DilimerPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_Draw \ static_assert(alignof(KeyTooltipWidget_C_Draw) == 0x000001, "Wrong alignment on KeyTooltipWidget_C_Draw"); \ static_assert(sizeof(KeyTooltipWidget_C_Draw) == 0x000001, "Wrong size on KeyTooltipWidget_C_Draw"); \ static_assert(offsetof(KeyTooltipWidget_C_Draw, Action_0) == 0x000000, "Member 'KeyTooltipWidget_C_Draw::Action_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_PreConstruct \ static_assert(alignof(KeyTooltipWidget_C_PreConstruct) == 0x000001, "Wrong alignment on KeyTooltipWidget_C_PreConstruct"); \ static_assert(sizeof(KeyTooltipWidget_C_PreConstruct) == 0x000001, "Wrong size on KeyTooltipWidget_C_PreConstruct"); \ static_assert(offsetof(KeyTooltipWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyTooltipWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_OnMouseButtonDown \ static_assert(alignof(KeyTooltipWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on KeyTooltipWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(KeyTooltipWidget_C_OnMouseButtonDown) == 0x000218, "Wrong size on KeyTooltipWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(KeyTooltipWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'KeyTooltipWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'KeyTooltipWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'KeyTooltipWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyTooltipWidget_C_OnMouseButtonDown, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'KeyTooltipWidget_C_OnMouseButtonDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyTooltipWidget_C_SetAvailable \ static_assert(alignof(KeyTooltipWidget_C_SetAvailable) == 0x000001, "Wrong alignment on KeyTooltipWidget_C_SetAvailable"); \ static_assert(sizeof(KeyTooltipWidget_C_SetAvailable) == 0x000001, "Wrong size on KeyTooltipWidget_C_SetAvailable"); \ static_assert(offsetof(KeyTooltipWidget_C_SetAvailable, bInIsEnabled) == 0x000000, "Member 'KeyTooltipWidget_C_SetAvailable::bInIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyTooltipWidget_C \ static_assert(alignof(UKeyTooltipWidget_C) == 0x000008, "Wrong alignment on UKeyTooltipWidget_C"); \ static_assert(sizeof(UKeyTooltipWidget_C) == 0x000330, "Wrong size on UKeyTooltipWidget_C"); \ static_assert(offsetof(UKeyTooltipWidget_C, UberGraphFrame) == 0x000260, "Member 'UKeyTooltipWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, ActionText) == 0x000268, "Member 'UKeyTooltipWidget_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, ActionText_Reverse) == 0x000270, "Member 'UKeyTooltipWidget_C::ActionText_Reverse' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, AdditionalSlot) == 0x000278, "Member 'UKeyTooltipWidget_C::AdditionalSlot' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, KeyHorizontalBox) == 0x000280, "Member 'UKeyTooltipWidget_C::KeyHorizontalBox' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, Keys) == 0x000288, "Member 'UKeyTooltipWidget_C::Keys' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, Action) == 0x000298, "Member 'UKeyTooltipWidget_C::Action' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, DefaultText) == 0x000299, "Member 'UKeyTooltipWidget_C::DefaultText' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomText) == 0x0002A0, "Member 'UKeyTooltipWidget_C::CustomText' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomKeyFontSize) == 0x0002B8, "Member 'UKeyTooltipWidget_C::CustomKeyFontSize' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomActionFontSize) == 0x0002BC, "Member 'UKeyTooltipWidget_C::CustomActionFontSize' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, ReverseText) == 0x0002C0, "Member 'UKeyTooltipWidget_C::ReverseText' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, ButtonIconSize) == 0x0002C4, "Member 'UKeyTooltipWidget_C::ButtonIconSize' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomActionFontPadding) == 0x0002CC, "Member 'UKeyTooltipWidget_C::CustomActionFontPadding' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, IsDisabled) == 0x0002DC, "Member 'UKeyTooltipWidget_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomGamepadTexture) == 0x0002E0, "Member 'UKeyTooltipWidget_C::CustomGamepadTexture' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, TextBeforeButton) == 0x0002E8, "Member 'UKeyTooltipWidget_C::TextBeforeButton' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, CustomPCTexture) == 0x000300, "Member 'UKeyTooltipWidget_C::CustomPCTexture' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, Custom_Key_Margin) == 0x000308, "Member 'UKeyTooltipWidget_C::Custom_Key_Margin' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, Action_Name) == 0x000318, "Member 'UKeyTooltipWidget_C::Action_Name' has a wrong offset!"); \ static_assert(offsetof(UKeyTooltipWidget_C, OnTooltipClick) == 0x000320, "Member 'UKeyTooltipWidget_C::OnTooltipClick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PatchString_C_PreConstruct \ static_assert(alignof(MainMenuV2_PatchString_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_PatchString_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_PatchString_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_PatchString_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_PatchString_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_PatchString_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PatchString_C_SetText \ static_assert(alignof(MainMenuV2_PatchString_C_SetText) == 0x000008, "Wrong alignment on MainMenuV2_PatchString_C_SetText"); \ static_assert(sizeof(MainMenuV2_PatchString_C_SetText) == 0x000018, "Wrong size on MainMenuV2_PatchString_C_SetText"); \ static_assert(offsetof(MainMenuV2_PatchString_C_SetText, In_Text_0) == 0x000000, "Member 'MainMenuV2_PatchString_C_SetText::In_Text_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString \ static_assert(alignof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString) == 0x000008, "Wrong alignment on MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString"); \ static_assert(sizeof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString) == 0x000038, "Wrong size on MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString"); \ static_assert(offsetof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString, EntryPoint) == 0x000000, "Member 'MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString, K2Node_MakeStruct_Margin) == 0x000004, "Member 'MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString, K2Node_Event_IsDesignTime) == 0x000014, "Member 'MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString, K2Node_CustomEvent_In_Text) == 0x000018, "Member 'MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString::K2Node_CustomEvent_In_Text' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000030, "Member 'MainMenuV2_PatchString_C_ExecuteUbergraph_MainMenuV2_PatchString::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_PatchString_C \ static_assert(alignof(UMainMenuV2_PatchString_C) == 0x000008, "Wrong alignment on UMainMenuV2_PatchString_C"); \ static_assert(sizeof(UMainMenuV2_PatchString_C) == 0x000290, "Wrong size on UMainMenuV2_PatchString_C"); \ static_assert(offsetof(UMainMenuV2_PatchString_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_PatchString_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_PatchString_C, Image_122) == 0x000268, "Member 'UMainMenuV2_PatchString_C::Image_122' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_PatchString_C, TextBlock_67) == 0x000270, "Member 'UMainMenuV2_PatchString_C::TextBlock_67' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_PatchString_C, In_Text) == 0x000278, "Member 'UMainMenuV2_PatchString_C::In_Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base \ static_assert(alignof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base) == 0x000008, "Wrong alignment on LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base"); \ static_assert(sizeof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base) == 0x000238, "Wrong size on LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, EntryPoint) == 0x000000, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_Event_IsDesignTime) == 0x000004, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_TextToUpper_ReturnValue) == 0x000038, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_GetAppVersion_ReturnValue) == 0x000050, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_GetAppVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000078, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_TextToUpper_ReturnValue_1) == 0x000090, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_TextToLower_ReturnValue) == 0x0000A8, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_MakeStruct_FormatArgumentData) == 0x0000C0, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x000100, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000140, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_MakeArray_Array) == 0x000148, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Format_ReturnValue) == 0x000158, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Array_Random_OutItem) == 0x000170, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Array_Random_OutIndex) == 0x000188, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_DrawTutorDecoratorsText_Text) == 0x000190, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_DrawTutorDecoratorsText_Text' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_Event_MyGeometry) == 0x0001A8, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_Event_InDeltaTime) == 0x0001E0, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Array_Random_OutItem_1) == 0x0001E8, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_Array_Random_OutIndex_1) == 0x000210, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000218, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000220, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_DynamicCast_AsTexture_2D) == 0x000228, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'LoadingWidget_Base_C_ExecuteUbergraph_LoadingWidget_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LoadingWidget_Base_C_Tick \ static_assert(alignof(LoadingWidget_Base_C_Tick) == 0x000004, "Wrong alignment on LoadingWidget_Base_C_Tick"); \ static_assert(sizeof(LoadingWidget_Base_C_Tick) == 0x00003C, "Wrong size on LoadingWidget_Base_C_Tick"); \ static_assert(offsetof(LoadingWidget_Base_C_Tick, MyGeometry) == 0x000000, "Member 'LoadingWidget_Base_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(LoadingWidget_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'LoadingWidget_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LoadingWidget_Base_C_PreConstruct \ static_assert(alignof(LoadingWidget_Base_C_PreConstruct) == 0x000001, "Wrong alignment on LoadingWidget_Base_C_PreConstruct"); \ static_assert(sizeof(LoadingWidget_Base_C_PreConstruct) == 0x000001, "Wrong size on LoadingWidget_Base_C_PreConstruct"); \ static_assert(offsetof(LoadingWidget_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'LoadingWidget_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingWidget_Base_C \ static_assert(alignof(ULoadingWidget_Base_C) == 0x000008, "Wrong alignment on ULoadingWidget_Base_C"); \ static_assert(sizeof(ULoadingWidget_Base_C) == 0x0002D0, "Wrong size on ULoadingWidget_Base_C"); \ static_assert(offsetof(ULoadingWidget_Base_C, UberGraphFrame) == 0x000260, "Member 'ULoadingWidget_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, ScaleScreens) == 0x000268, "Member 'ULoadingWidget_Base_C::ScaleScreens' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, BG) == 0x000270, "Member 'ULoadingWidget_Base_C::BG' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, Image_129) == 0x000278, "Member 'ULoadingWidget_Base_C::Image_129' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, Image_188) == 0x000280, "Member 'ULoadingWidget_Base_C::Image_188' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, LoadingText) == 0x000288, "Member 'ULoadingWidget_Base_C::LoadingText' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, RichTextBlock_107) == 0x000290, "Member 'ULoadingWidget_Base_C::RichTextBlock_107' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, Screenshot) == 0x000298, "Member 'ULoadingWidget_Base_C::Screenshot' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, versiontext) == 0x0002A0, "Member 'ULoadingWidget_Base_C::versiontext' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, Tips) == 0x0002A8, "Member 'ULoadingWidget_Base_C::Tips' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, Screens) == 0x0002B8, "Member 'ULoadingWidget_Base_C::Screens' has a wrong offset!"); \ static_assert(offsetof(ULoadingWidget_Base_C, TimerHandle) == 0x0002C8, "Member 'ULoadingWidget_Base_C::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal \ static_assert(alignof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal) == 0x000008, "Wrong alignment on Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal"); \ static_assert(sizeof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal) == 0x000090, "Wrong size on Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, EntryPoint) == 0x000000, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000020, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000028, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, K2Node_Event_DeltaTime) == 0x000030, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000038, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_IsPlayingAction_ReturnValue) == 0x000054, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_HasAuthority_ReturnValue) == 0x000055, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_UnequipCurrentWeapon_MontageDuration) == 0x000058, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_UnequipCurrentWeapon_MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_PlayAnimMontageInfo_ReturnValue) == 0x00005C, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_PlayAnimMontageInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_FMax_ReturnValue) == 0x000060, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_HasAuthority_ReturnValue_1) == 0x000070, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000072, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000073, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_BooleanAND_ReturnValue) == 0x000074, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000075, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000088, "Member 'Action_UseHeal_C_ExecuteUbergraph_Action_UseHeal::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseHeal_C_Tick \ static_assert(alignof(Action_UseHeal_C_Tick) == 0x000004, "Wrong alignment on Action_UseHeal_C_Tick"); \ static_assert(sizeof(Action_UseHeal_C_Tick) == 0x000004, "Wrong size on Action_UseHeal_C_Tick"); \ static_assert(offsetof(Action_UseHeal_C_Tick, DeltaTime) == 0x000000, "Member 'Action_UseHeal_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseHeal_C_UnequipCurrentWeapon \ static_assert(alignof(Action_UseHeal_C_UnequipCurrentWeapon) == 0x000008, "Wrong alignment on Action_UseHeal_C_UnequipCurrentWeapon"); \ static_assert(sizeof(Action_UseHeal_C_UnequipCurrentWeapon) == 0x000030, "Wrong size on Action_UseHeal_C_UnequipCurrentWeapon"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, MontageDuration) == 0x000000, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, L_CurrentActiveSlot) == 0x000008, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::L_CurrentActiveSlot' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_GetActiveSlot_ReturnValue) == 0x000018, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_GetActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_GetPlayLength_ReturnValue) == 0x000024, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_UnequipCurrentWeapon, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'Action_UseHeal_C_UnequipCurrentWeapon::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseHeal_C_EquipCurrentWeapon \ static_assert(alignof(Action_UseHeal_C_EquipCurrentWeapon) == 0x000001, "Wrong alignment on Action_UseHeal_C_EquipCurrentWeapon"); \ static_assert(sizeof(Action_UseHeal_C_EquipCurrentWeapon) == 0x000002, "Wrong size on Action_UseHeal_C_EquipCurrentWeapon"); \ static_assert(offsetof(Action_UseHeal_C_EquipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'Action_UseHeal_C_EquipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseHeal_C_EquipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'Action_UseHeal_C_EquipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UseHeal_C \ static_assert(alignof(UAction_UseHeal_C) == 0x000008, "Wrong alignment on UAction_UseHeal_C"); \ static_assert(sizeof(UAction_UseHeal_C) == 0x000088, "Wrong size on UAction_UseHeal_C"); \ static_assert(offsetof(UAction_UseHeal_C, UberGraphFrame) == 0x000050, "Member 'UAction_UseHeal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_UseHeal_C, HealAnimation) == 0x000058, "Member 'UAction_UseHeal_C::HealAnimation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseHeal_C, AddStatPercent) == 0x000068, "Member 'UAction_UseHeal_C::AddStatPercent' has a wrong offset!"); \ static_assert(offsetof(UAction_UseHeal_C, Owner) == 0x000070, "Member 'UAction_UseHeal_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UAction_UseHeal_C, Montage_Duration) == 0x000078, "Member 'UAction_UseHeal_C::Montage_Duration' has a wrong offset!"); \ static_assert(offsetof(UAction_UseHeal_C, LastActiveSlot) == 0x000080, "Member 'UAction_UseHeal_C::LastActiveSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch \ static_assert(alignof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch) == 0x000008, "Wrong alignment on GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch"); \ static_assert(sizeof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch) == 0x0000B0, "Wrong size on GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, EntryPoint) == 0x000000, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'GrapplingHook_Winch_C_ExecuteUbergraph_GrapplingHook_Winch::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'GrapplingHook_Winch_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GrapplingHook_Winch_C_ReceiveTick \ static_assert(alignof(GrapplingHook_Winch_C_ReceiveTick) == 0x000004, "Wrong alignment on GrapplingHook_Winch_C_ReceiveTick"); \ static_assert(sizeof(GrapplingHook_Winch_C_ReceiveTick) == 0x000004, "Wrong size on GrapplingHook_Winch_C_ReceiveTick"); \ static_assert(offsetof(GrapplingHook_Winch_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GrapplingHook_Winch_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGrapplingHook_Winch_C \ static_assert(alignof(AGrapplingHook_Winch_C) == 0x000008, "Wrong alignment on AGrapplingHook_Winch_C"); \ static_assert(sizeof(AGrapplingHook_Winch_C) == 0x000278, "Wrong size on AGrapplingHook_Winch_C"); \ static_assert(offsetof(AGrapplingHook_Winch_C, UberGraphFrame) == 0x000248, "Member 'AGrapplingHook_Winch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGrapplingHook_Winch_C, Mesh) == 0x000250, "Member 'AGrapplingHook_Winch_C::Mesh' has a wrong offset!"); \ static_assert(offsetof(AGrapplingHook_Winch_C, PhysHandles) == 0x000258, "Member 'AGrapplingHook_Winch_C::PhysHandles' has a wrong offset!"); \ static_assert(offsetof(AGrapplingHook_Winch_C, GrabbedPlanktonActors) == 0x000268, "Member 'AGrapplingHook_Winch_C::GrabbedPlanktonActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_AtCoverPoint_C_IsSatisfied \ static_assert(alignof(Nazi_AtCoverPoint_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_AtCoverPoint_C_IsSatisfied"); \ static_assert(sizeof(Nazi_AtCoverPoint_C_IsSatisfied) == 0x000108, "Wrong size on Nazi_AtCoverPoint_C_IsSatisfied"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000DC, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000EC, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F0, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000FC, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtCoverPoint_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x000100, "Member 'Nazi_AtCoverPoint_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_AtCoverPoint_C \ static_assert(alignof(UNazi_AtCoverPoint_C) == 0x000008, "Wrong alignment on UNazi_AtCoverPoint_C"); \ static_assert(sizeof(UNazi_AtCoverPoint_C) == 0x000090, "Wrong size on UNazi_AtCoverPoint_C"); \ static_assert(offsetof(UNazi_AtCoverPoint_C, Acceptance) == 0x000088, "Member 'UNazi_AtCoverPoint_C::Acceptance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadInterface_C_GPI_IsHoverable \ static_assert(alignof(GamepadInterface_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on GamepadInterface_C_GPI_IsHoverable"); \ static_assert(sizeof(GamepadInterface_C_GPI_IsHoverable) == 0x000001, "Wrong size on GamepadInterface_C_GPI_IsHoverable"); \ static_assert(offsetof(GamepadInterface_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'GamepadInterface_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadInterface_C_GPI_ShowGamepadMode \ static_assert(alignof(GamepadInterface_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on GamepadInterface_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(GamepadInterface_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on GamepadInterface_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(GamepadInterface_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'GamepadInterface_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadInterface_C_GPI_HoldLeft \ static_assert(alignof(GamepadInterface_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on GamepadInterface_C_GPI_HoldLeft"); \ static_assert(sizeof(GamepadInterface_C_GPI_HoldLeft) == 0x000001, "Wrong size on GamepadInterface_C_GPI_HoldLeft"); \ static_assert(offsetof(GamepadInterface_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'GamepadInterface_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadInterface_C_GPI_HoldRight \ static_assert(alignof(GamepadInterface_C_GPI_HoldRight) == 0x000001, "Wrong alignment on GamepadInterface_C_GPI_HoldRight"); \ static_assert(sizeof(GamepadInterface_C_GPI_HoldRight) == 0x000001, "Wrong size on GamepadInterface_C_GPI_HoldRight"); \ static_assert(offsetof(GamepadInterface_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'GamepadInterface_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadInterface_C_GPI_IsHovered \ static_assert(alignof(GamepadInterface_C_GPI_IsHovered) == 0x000001, "Wrong alignment on GamepadInterface_C_GPI_IsHovered"); \ static_assert(sizeof(GamepadInterface_C_GPI_IsHovered) == 0x000001, "Wrong size on GamepadInterface_C_GPI_IsHovered"); \ static_assert(offsetof(GamepadInterface_C_GPI_IsHovered, IsHovered) == 0x000000, "Member 'GamepadInterface_C_GPI_IsHovered::IsHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGamepadInterface_C \ static_assert(alignof(IGamepadInterface_C) == 0x000001, "Wrong alignment on IGamepadInterface_C"); \ static_assert(sizeof(IGamepadInterface_C) == 0x000001, "Wrong size on IGamepadInterface_C"); \ #define DUMPER7_ASSERTS_UGunReloadingShake_C \ static_assert(alignof(UGunReloadingShake_C) == 0x000010, "Wrong alignment on UGunReloadingShake_C"); \ static_assert(sizeof(UGunReloadingShake_C) == 0x0001B0, "Wrong size on UGunReloadingShake_C"); \ #define DUMPER7_ASSERTS_GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter \ static_assert(alignof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter) == 0x000010, "Wrong alignment on GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter"); \ static_assert(sizeof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter) == 0x000210, "Wrong size on GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, EntryPoint) == 0x000000, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_bool_Variable) == 0x000004, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_object_Variable) == 0x000008, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_bool_Variable_1) == 0x000010, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_object_Variable_1) == 0x000018, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_object_Variable_2) == 0x000020, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_bool_Variable_2) == 0x000028, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_object_Variable_3) == 0x000030, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, Temp_object_Variable_4) == 0x000038, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00004C, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_ProjectileChargedByPowerShoot_ReturnValue) == 0x0000A0, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_ProjectileChargedByPowerShoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1) == 0x0000A1, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, K2Node_Select_Default) == 0x0000A8, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_IsFiredByAI_ReturnValue) == 0x0000B0, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_IsFiredByAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, K2Node_Select_Default_1) == 0x0000B8, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, K2Node_Select_Default_2) == 0x0000C0, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, K2Node_Event_DeltaSeconds) == 0x0000D4, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000D8, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000160, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00016C, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_VInterpTo_ReturnValue) == 0x000170, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_Less_FloatFloat_ReturnValue) == 0x00017C, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000180, "Member 'GunProjectile_Hunter_C_ExecuteUbergraph_GunProjectile_Hunter::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Hunter_C_ReceiveTick \ static_assert(alignof(GunProjectile_Hunter_C_ReceiveTick) == 0x000004, "Wrong alignment on GunProjectile_Hunter_C_ReceiveTick"); \ static_assert(sizeof(GunProjectile_Hunter_C_ReceiveTick) == 0x000004, "Wrong size on GunProjectile_Hunter_C_ReceiveTick"); \ static_assert(offsetof(GunProjectile_Hunter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GunProjectile_Hunter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_Hunter_C \ static_assert(alignof(AGunProjectile_Hunter_C) == 0x000008, "Wrong alignment on AGunProjectile_Hunter_C"); \ static_assert(sizeof(AGunProjectile_Hunter_C) == 0x0004E0, "Wrong size on AGunProjectile_Hunter_C"); \ static_assert(offsetof(AGunProjectile_Hunter_C, UberGraphFrame) == 0x0004C8, "Member 'AGunProjectile_Hunter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Hunter_C, Fake_bullet) == 0x0004D0, "Member 'AGunProjectile_Hunter_C::Fake_bullet' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Hunter_C, Niagara_trail) == 0x0004D8, "Member 'AGunProjectile_Hunter_C::Niagara_trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACE_Bleeding_C \ static_assert(alignof(ACE_Bleeding_C) == 0x000008, "Wrong alignment on ACE_Bleeding_C"); \ static_assert(sizeof(ACE_Bleeding_C) == 0x000338, "Wrong size on ACE_Bleeding_C"); \ static_assert(offsetof(ACE_Bleeding_C, DefaultSceneRoot) == 0x000330, "Member 'ACE_Bleeding_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_LootGather_C \ static_assert(alignof(UTutorialTask_LootGather_C) == 0x000008, "Wrong alignment on UTutorialTask_LootGather_C"); \ static_assert(sizeof(UTutorialTask_LootGather_C) == 0x000060, "Wrong size on UTutorialTask_LootGather_C"); \ #define DUMPER7_ASSERTS_UGunShootShake1_C \ static_assert(alignof(UGunShootShake1_C) == 0x000010, "Wrong alignment on UGunShootShake1_C"); \ static_assert(sizeof(UGunShootShake1_C) == 0x0001B0, "Wrong size on UGunShootShake1_C"); \ #define DUMPER7_ASSERTS_ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver \ static_assert(alignof(ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver) == 0x000004, "Wrong alignment on ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver"); \ static_assert(sizeof(ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver) == 0x000008, "Wrong size on ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver"); \ static_assert(offsetof(ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver, EntryPoint) == 0x000000, "Member 'ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000004, "Member 'ABP_Revolver_C_ExecuteUbergraph_ABP_Revolver::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Revolver_C_AnimGraph \ static_assert(alignof(ABP_Revolver_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Revolver_C_AnimGraph"); \ static_assert(sizeof(ABP_Revolver_C_AnimGraph) == 0x000010, "Wrong size on ABP_Revolver_C_AnimGraph"); \ static_assert(offsetof(ABP_Revolver_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Revolver_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Revolver_C \ static_assert(alignof(UABP_Revolver_C) == 0x000010, "Wrong alignment on UABP_Revolver_C"); \ static_assert(sizeof(UABP_Revolver_C) == 0x000520, "Wrong size on UABP_Revolver_C"); \ static_assert(offsetof(UABP_Revolver_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Revolver_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Revolver_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, AnimGraphNode_Slot) == 0x0002F8, "Member 'UABP_Revolver_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x000340, "Member 'UABP_Revolver_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, AnimGraphNode_SequencePlayer_1) == 0x000410, "Member 'UABP_Revolver_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, AnimGraphNode_SequencePlayer) == 0x000490, "Member 'UABP_Revolver_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Revolver_C, PeenOffset) == 0x000510, "Member 'UABP_Revolver_C::PeenOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed \ static_assert(alignof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed) == 0x000008, "Wrong alignment on WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed"); \ static_assert(sizeof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed) == 0x000150, "Wrong size on WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, EntryPoint) == 0x000000, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000008, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_GetFrameDescription_ReturnValue) == 0x000018, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_SpawnObject_ReturnValue) == 0x000130, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_AffixesGetImplicitModValue_ReturnValue) == 0x000138, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_AffixesGetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_IsValid_ReturnValue_1) == 0x00013C, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_Add_FloatFloat_ReturnValue) == 0x000140, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_AffixesHaveImplicitMod_ReturnValue) == 0x000144, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_AffixesHaveImplicitMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed, CallFunc_Array_Add_ReturnValue) == 0x000148, "Member 'WeaponEffect_MoreSpeed_C_ExecuteUbergraph_WeaponEffect_MoreSpeed::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponEffect_MoreSpeed_C \ static_assert(alignof(AWeaponEffect_MoreSpeed_C) == 0x000008, "Wrong alignment on AWeaponEffect_MoreSpeed_C"); \ static_assert(sizeof(AWeaponEffect_MoreSpeed_C) == 0x000340, "Wrong size on AWeaponEffect_MoreSpeed_C"); \ static_assert(offsetof(AWeaponEffect_MoreSpeed_C, UberGraphFrame) == 0x000330, "Member 'AWeaponEffect_MoreSpeed_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWeaponEffect_MoreSpeed_C, DefaultSceneRoot) == 0x000338, "Member 'AWeaponEffect_MoreSpeed_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism \ static_assert(alignof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism) == 0x000008, "Wrong alignment on TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism"); \ static_assert(sizeof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism) == 0x000018, "Wrong size on TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism, EntryPoint) == 0x000000, "Member 'TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism, CallFunc_GiveTutorialNote_ReturnValue) == 0x000010, "Member 'TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism::CallFunc_GiveTutorialNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'TutorialTask_HookMagnitism_C_ExecuteUbergraph_TutorialTask_HookMagnitism::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_HookMagnitism_C_CanStart \ static_assert(alignof(TutorialTask_HookMagnitism_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_HookMagnitism_C_CanStart"); \ static_assert(sizeof(TutorialTask_HookMagnitism_C_CanStart) == 0x000028, "Wrong size on TutorialTask_HookMagnitism_C_CanStart"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_HookMagnitism_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'TutorialTask_HookMagnitism_C_CanStart::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'TutorialTask_HookMagnitism_C_CanStart::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'TutorialTask_HookMagnitism_C_CanStart::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'TutorialTask_HookMagnitism_C_CanStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000021, "Member 'TutorialTask_HookMagnitism_C_CanStart::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000022, "Member 'TutorialTask_HookMagnitism_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HookMagnitism_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'TutorialTask_HookMagnitism_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_HookMagnitism_C \ static_assert(alignof(UTutorialTask_HookMagnitism_C) == 0x000008, "Wrong alignment on UTutorialTask_HookMagnitism_C"); \ static_assert(sizeof(UTutorialTask_HookMagnitism_C) == 0x000068, "Wrong size on UTutorialTask_HookMagnitism_C"); \ static_assert(offsetof(UTutorialTask_HookMagnitism_C, UberGraphFrame_TutorialTask_HookMagnitism_C) == 0x000060, "Member 'UTutorialTask_HookMagnitism_C::UberGraphFrame_TutorialTask_HookMagnitism_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_Gun_C \ static_assert(alignof(UDamageType_Gun_C) == 0x000008, "Wrong alignment on UDamageType_Gun_C"); \ static_assert(sizeof(UDamageType_Gun_C) == 0x000058, "Wrong size on UDamageType_Gun_C"); \ #define DUMPER7_ASSERTS_MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects \ static_assert(alignof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects) == 0x000004, "Wrong alignment on MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects"); \ static_assert(sizeof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects) == 0x000010, "Wrong size on MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects"); \ static_assert(offsetof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects, EntryPoint) == 0x000000, "Member 'MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000008, "Member 'MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'MeleeCrushPosteffects_C_ExecuteUbergraph_MeleeCrushPosteffects::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMeleeCrushPosteffects_C \ static_assert(alignof(AMeleeCrushPosteffects_C) == 0x000008, "Wrong alignment on AMeleeCrushPosteffects_C"); \ static_assert(sizeof(AMeleeCrushPosteffects_C) == 0x000248, "Wrong size on AMeleeCrushPosteffects_C"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, UberGraphFrame) == 0x000220, "Member 'AMeleeCrushPosteffects_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, Postprocess) == 0x000228, "Member 'AMeleeCrushPosteffects_C::Postprocess' has a wrong offset!"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, DefaultSceneRoot) == 0x000230, "Member 'AMeleeCrushPosteffects_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, PP_Timeline_Value_5DEB2B264FAD1D28B51A269AF095244E) == 0x000238, "Member 'AMeleeCrushPosteffects_C::PP_Timeline_Value_5DEB2B264FAD1D28B51A269AF095244E' has a wrong offset!"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, PP_Timeline__Direction_5DEB2B264FAD1D28B51A269AF095244E) == 0x00023C, "Member 'AMeleeCrushPosteffects_C::PP_Timeline__Direction_5DEB2B264FAD1D28B51A269AF095244E' has a wrong offset!"); \ static_assert(offsetof(AMeleeCrushPosteffects_C, PP_Timeline) == 0x000240, "Member 'AMeleeCrushPosteffects_C::PP_Timeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget \ static_assert(alignof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget) == 0x000008, "Wrong alignment on PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget"); \ static_assert(sizeof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget) == 0x000050, "Wrong size on PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, EntryPoint) == 0x000000, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000018, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_IsValid_ReturnValue_2) == 0x00002B, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_PlayEvent2D_ReturnValue) == 0x000030, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_IsValid_ReturnValue_3) == 0x000038, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, CallFunc_IsValid_ReturnValue_4) == 0x000039, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'PlayerInventoryWidget_C_ExecuteUbergraph_PlayerInventoryWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerInventoryWidget_C_OnKeyDown \ static_assert(alignof(PlayerInventoryWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on PlayerInventoryWidget_C_OnKeyDown"); \ static_assert(sizeof(PlayerInventoryWidget_C_OnKeyDown) == 0x000200, "Wrong size on PlayerInventoryWidget_C_OnKeyDown"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'PlayerInventoryWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'PlayerInventoryWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'PlayerInventoryWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'PlayerInventoryWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000140, "Member 'PlayerInventoryWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'PlayerInventoryWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'PlayerInventoryWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerInventoryWidget_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x0001FA, "Member 'PlayerInventoryWidget_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerInventoryWidget_C \ static_assert(alignof(UPlayerInventoryWidget_C) == 0x000008, "Wrong alignment on UPlayerInventoryWidget_C"); \ static_assert(sizeof(UPlayerInventoryWidget_C) == 0x0002D8, "Wrong size on UPlayerInventoryWidget_C"); \ static_assert(offsetof(UPlayerInventoryWidget_C, UberGraphFrame) == 0x000260, "Member 'UPlayerInventoryWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, BackBTN) == 0x000268, "Member 'UPlayerInventoryWidget_C::BackBTN' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, BackpackSlot) == 0x000270, "Member 'UPlayerInventoryWidget_C::BackpackSlot' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, ConsumablesSlot) == 0x000278, "Member 'UPlayerInventoryWidget_C::ConsumablesSlot' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, ExternalInventory) == 0x000280, "Member 'UPlayerInventoryWidget_C::ExternalInventory' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, ExternalInventoryBox) == 0x000288, "Member 'UPlayerInventoryWidget_C::ExternalInventoryBox' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, ExternalName) == 0x000290, "Member 'UPlayerInventoryWidget_C::ExternalName' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, PlayerInventory) == 0x000298, "Member 'UPlayerInventoryWidget_C::PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, RevolverSlot) == 0x0002A0, "Member 'UPlayerInventoryWidget_C::RevolverSlot' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, Weapon1Slot) == 0x0002A8, "Member 'UPlayerInventoryWidget_C::Weapon1Slot' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, Weapon2Slot) == 0x0002B0, "Member 'UPlayerInventoryWidget_C::Weapon2Slot' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, Player) == 0x0002B8, "Member 'UPlayerInventoryWidget_C::Player' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, OnWidgetClose) == 0x0002C0, "Member 'UPlayerInventoryWidget_C::OnWidgetClose' has a wrong offset!"); \ static_assert(offsetof(UPlayerInventoryWidget_C, ClickSound) == 0x0002D0, "Member 'UPlayerInventoryWidget_C::ClickSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_Grenade_C \ static_assert(alignof(UDamageType_Grenade_C) == 0x000008, "Wrong alignment on UDamageType_Grenade_C"); \ static_assert(sizeof(UDamageType_Grenade_C) == 0x000058, "Wrong size on UDamageType_Grenade_C"); \ #define DUMPER7_ASSERTS_ACE_Poisoning_C \ static_assert(alignof(ACE_Poisoning_C) == 0x000008, "Wrong alignment on ACE_Poisoning_C"); \ static_assert(sizeof(ACE_Poisoning_C) == 0x000338, "Wrong size on ACE_Poisoning_C"); \ static_assert(offsetof(ACE_Poisoning_C, DefaultSceneRoot) == 0x000330, "Member 'ACE_Poisoning_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_NaziTankMelee_C \ static_assert(alignof(UDamageType_NaziTankMelee_C) == 0x000008, "Wrong alignment on UDamageType_NaziTankMelee_C"); \ static_assert(sizeof(UDamageType_NaziTankMelee_C) == 0x000058, "Wrong size on UDamageType_NaziTankMelee_C"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter \ static_assert(alignof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter) == 0x000010, "Wrong alignment on GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter"); \ static_assert(sizeof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter) == 0x000990, "Wrong size on GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, EntryPoint) == 0x000000, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_Projectile) == 0x000018, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_Projectile' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_Impact) == 0x000020, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AD, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Time) == 0x0000B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Distance) == 0x0000B4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Location) == 0x0000B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Normal) == 0x0000D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0000DC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetBaseAimRotation_ReturnValue) == 0x00012C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetFireIdleDuration_IdleFireDuration) == 0x000138, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetFireIdleDuration_IdleFireDuration' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_Damage) == 0x00013C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_DamageType_1) == 0x000140, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_DamageType_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_InstigatedBy) == 0x000148, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_DamageCauser) == 0x000150, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetFireCycleLength_Result) == 0x000158, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetFireCycleLength_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable_1) == 0x000160, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x000168, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable) == 0x00016C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000170, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x000171, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000174, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000188, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable_2) == 0x000190, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000194, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_HasAuthority_ReturnValue) == 0x000198, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x00019C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x0001AC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_struct_Variable) == 0x0001B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0001C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_InverseTransformRotation_ReturnValue) == 0x0001F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_InverseTransformLocation_ReturnValue) == 0x0001FC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000208, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetWeaponGenerator_ReturnValue) == 0x000218, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Normal_ReturnValue) == 0x000220, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakVector_X) == 0x00022C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakVector_Y) == 0x000230, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakVector_Z) == 0x000234, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_SignOfFloat_ReturnValue) == 0x000238, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetDefaultObject_ReturnValue) == 0x000240, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_MakeVector_ReturnValue) == 0x000248, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000258, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Abs_ReturnValue) == 0x000264, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_SignOfFloat_ReturnValue_1) == 0x000268, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Abs_ReturnValue_1) == 0x00026C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_MakeVector_ReturnValue_1) == 0x000270, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00027C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_FloatFloat_ReturnValue) == 0x00027D, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_SelectVector_ReturnValue) == 0x000280, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable_1) == 0x00028C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetSlot_ReturnValue) == 0x000290, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_MakePlaceholder_ReturnValue) == 0x000298, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_MakePlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetWeaponGenerator_ReturnValue_1) == 0x0002A0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetWeaponGenerator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable) == 0x0002A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetSlot_ReturnValue_1) == 0x0002B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetDefaultObject_ReturnValue_1) == 0x0002B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetDefaultObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1) == 0x0002C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0002C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Variable) == 0x0002C9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_MakePlaceholder_ReturnValue_1) == 0x0002D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_MakePlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Select_Default) == 0x0002D8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable_1) == 0x0002E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue) == 0x0002FC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000300, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item) == 0x000308, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverNotPreffer_Result) == 0x000310, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverNotPreffer_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000311, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000314, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverNotPreffer_Result_1) == 0x000320, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverNotPreffer_Result_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_IsSafe) == 0x000321, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_IsSafe' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_CanAttackTarget) == 0x000322, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_CanAttackTarget' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x000323, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverValid_Result) == 0x000324, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverValid_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Variable_1) == 0x000325, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_IsClosed_Variable) == 0x000326, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_3) == 0x000328, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue) == 0x000330, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance_5) == 0x000338, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus_5) == 0x000340, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000341, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000348, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000358, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x00035C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000360, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000364, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue) == 0x000374, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverValid_Result_1) == 0x000375, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverValid_Result_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x000376, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_IsSafe_1) == 0x000377, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_IsSafe_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_CanAttackTarget_1) == 0x000378, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_CanAttackTarget_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_5) == 0x000379, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanOR_ReturnValue) == 0x00037A, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x00037C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_HasAuthority_ReturnValue_1) == 0x00038C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000390, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000398, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GenerateWeaponConfig_ReturnValue) == 0x0003A0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GenerateWeaponConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GenerateWeaponConfig_ReturnValue_1) == 0x0003A1, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GenerateWeaponConfig_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_IsSafe_2) == 0x0003A2, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_IsSafe_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_CanAttackTarget_2) == 0x0003A3, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_CanAttackTarget_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverValid_Result_2) == 0x0003A4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverValid_Result_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_6) == 0x0003A5, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_7) == 0x0003A6, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x0003A7, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_IsSafe_3) == 0x0003A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_IsSafe_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_CheckCoverPoint_CanAttackTarget_3) == 0x0003A9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_CheckCoverPoint_CanAttackTarget_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_8) == 0x0003AA, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverValid_Result_3) == 0x0003AB, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverValid_Result_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable_2) == 0x0003AC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x0003B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetCurrentTargetRadius_ReturnValue) == 0x0003C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetCurrentTargetRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetCurrentTargetRadius_ReturnValue_1) == 0x0003C1, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetCurrentTargetRadius_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Map_Find_Value) == 0x0003C4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Map_Find_ReturnValue) == 0x0003C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003CC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Map_Find_Value_1) == 0x0003D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Map_Find_ReturnValue_1) == 0x0003D4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0003D8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0003E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0003E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetAIDirectorManager_ReturnValue) == 0x0003F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_1) == 0x0003F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000400, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetGroupModuleOfClass_ReturnValue) == 0x000408, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetGroupModuleOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance_4) == 0x000410, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus_4) == 0x000418, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000419, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_1) == 0x00041A, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ResultActors_1) == 0x000420, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ResultActors_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ReturnValue_1) == 0x000430, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_2) == 0x000434, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Has_Been_Initd_Variable_1) == 0x000438, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue_2) == 0x000440, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance_3) == 0x000448, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus_3) == 0x000450, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_2) == 0x000451, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ResultActors_2) == 0x000458, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ResultActors_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsActors_ReturnValue_2) == 0x000468, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsActors_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_1) == 0x000470, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_3) == 0x000478, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000480, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_4) == 0x000490, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Conv_IntToBool_ReturnValue) == 0x000494, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_JumpTrajectory) == 0x000498, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_JumpTrajectory' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_Duration) == 0x0004A0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_StartOffset) == 0x0004A4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_StartOffset' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0004A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable_2) == 0x0004B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_True_if_break_was_hit_Variable_2) == 0x0004B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_9) == 0x0004B9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable_3) == 0x0004C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Variable_2) == 0x0004C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x0004CC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_IsClosed_Variable_1) == 0x0004DC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0004E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_5) == 0x0004F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_10) == 0x0004F4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x0004F5, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable_3) == 0x0004F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004FC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_4) == 0x000500, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_3) == 0x000504, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_4) == 0x000505, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_11) == 0x000506, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_12) == 0x000507, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_HasAuthority_ReturnValue_2) == 0x000508, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverNotPreffer_Result_2) == 0x000509, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverNotPreffer_Result_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue) == 0x00050A, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsCoverNotPreffer_Result_3) == 0x00050B, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsCoverNotPreffer_Result_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x00050C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable_4) == 0x000510, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_5) == 0x000514, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable_3) == 0x000518, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable_4) == 0x000520, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable_4) == 0x000528, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_2) == 0x000530, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_AsAIPosition_Point) == 0x000538, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_AsAIPosition_Point' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000540, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetCoverPoints_Result) == 0x000548, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetCoverPoints_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_5) == 0x000558, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00055C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetMaxValue_ReturnValue) == 0x000560, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_object_Variable_5) == 0x000568, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_bool_Variable_3) == 0x000570, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetTimeSeconds_ReturnValue) == 0x000574, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_6) == 0x000578, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Variable) == 0x00057C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000580, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_8) == 0x000584, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Array_Index_Variable_5) == 0x000594, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000598, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_3) == 0x0005A0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_AsFGWagon_Module) == 0x0005A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_bSuccess_3) == 0x0005B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0005B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_6) == 0x0005C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0005CC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x0005D8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x0005DC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0005E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_EndPlayReason) == 0x0005E1, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_6) == 0x0005E4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0005E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_9) == 0x0005EC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0005FC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000600, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_HitResult) == 0x000608, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_DamageType) == 0x000690, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_PawnInstigator) == 0x000698, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Event_ImpulseDir) == 0x0006A0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_10) == 0x0006AC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x0006C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0006C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0006C9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Time_1) == 0x0006CC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Distance_1) == 0x0006D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Location_1) == 0x0006D4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0006E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_Normal_1) == 0x0006EC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0006F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_PhysMat_1) == 0x000708, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitActor_1) == 0x000710, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitComponent_1) == 0x000718, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitBoneName_1) == 0x000720, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_HitItem_1) == 0x000728, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_ElementIndex_1) == 0x00072C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_FaceIndex_1) == 0x000730, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_TraceStart_1) == 0x000734, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakHitResult_TraceEnd_1) == 0x000740, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00074C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000758, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000764, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000770, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_MakeTransform_ReturnValue) == 0x000780, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0007B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_ShouldHappen_ReturnValue) == 0x0007B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x0007C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_bOnCooldown) == 0x0007C8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakVector2D_X) == 0x0007CC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BreakVector2D_Y) == 0x0007D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0007D4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_SelectFloat_ReturnValue) == 0x0007D8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0007DC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_ComponentBoundEvent_NewSignificance) == 0x0007E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0007E4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_3) == 0x0007E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsAlive_ReturnValue) == 0x0007E9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetOwner_ReturnValue) == 0x0007F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_7) == 0x0007F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_AsGeneric_Wagon) == 0x000800, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_AsGeneric_Wagon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000808, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00080C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_11) == 0x000818, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance_2) == 0x000828, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus_2) == 0x000830, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_4) == 0x000831, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CreateDelegate_OutputDelegate_12) == 0x000834, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000848, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000858, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_4) == 0x00085C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_7) == 0x000868, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Can_See_Target_From_Open_Result) == 0x00086C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Can_See_Target_From_Open_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_3) == 0x00086D, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsThroughDangerZone_Result) == 0x00086E, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsThroughDangerZone_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x00086F, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_13) == 0x000870, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Is_Valid_Position_Result) == 0x000871, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x000872, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_Result) == 0x000874, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_isCover) == 0x000878, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_isCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x000879, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00087A, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_5) == 0x00087B, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x00087C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Select_Default_1) == 0x000880, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue_3) == 0x000888, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000890, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_8) == 0x000891, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Loop_Counter_Variable_5) == 0x000894, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000898, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_4) == 0x0008A4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Add_IntInt_ReturnValue_7) == 0x0008A8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, Temp_int_Variable_1) == 0x0008AC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance_1) == 0x0008B0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus_1) == 0x0008B8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_5) == 0x0008B9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ResultLocations_1) == 0x0008C0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ResultLocations_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ReturnValue_1) == 0x0008D0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_5) == 0x0008D4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_8) == 0x0008E0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsThroughDangerZone_Result_1) == 0x0008E4, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsThroughDangerZone_Result_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_5) == 0x0008E5, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_14) == 0x0008E6, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_6) == 0x0008E7, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Is_Valid_Position_Result_1) == 0x0008E8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Is_Valid_Position_Result_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_7) == 0x0008E9, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_Result_1) == 0x0008EC, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_Result_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_isCover_1) == 0x0008F0, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_isCover_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_8) == 0x0008F1, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0008F2, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Select_Default_2) == 0x0008F8, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000900, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue_4) == 0x000910, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_9) == 0x000918, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryInstance) == 0x000920, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_CustomEvent_QueryStatus) == 0x000928, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_SwitchEnum_CmpSuccess_6) == 0x000929, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ResultLocations_2) == 0x000930, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ResultLocations_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_GetQueryResultsAsLocations_ReturnValue_2) == 0x000940, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_GetQueryResultsAsLocations_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Get_Item_6) == 0x000944, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_9) == 0x000950, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsThroughDangerZone_Result_2) == 0x000951, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsThroughDangerZone_Result_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Not_PreBool_ReturnValue_15) == 0x000952, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, K2Node_Select_Default_3) == 0x000958, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Is_Valid_Position_Result_2) == 0x000960, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Is_Valid_Position_Result_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_RunEQSQuery_ReturnValue_5) == 0x000968, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_RunEQSQuery_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_10) == 0x000970, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_IsValid_ReturnValue_10) == 0x000971, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_Result_2) == 0x000974, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_Result_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Score_Position_isCover_2) == 0x000978, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Score_Position_isCover_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Array_Length_ReturnValue_9) == 0x00097C, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000980, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_Less_IntInt_ReturnValue_6) == 0x000981, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter, CallFunc_BooleanAND_ReturnValue_11) == 0x000982, "Member 'GenericNaziCharacter_C_ExecuteUbergraph_GenericNaziCharacter::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1 \ static_assert(alignof(GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1"); \ static_assert(sizeof(GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1) == 0x000010, "Wrong size on GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_OnQueryFinishedEvent_Event_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnObstacleResult \ static_assert(alignof(GenericNaziCharacter_C_OnObstacleResult) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnObstacleResult"); \ static_assert(sizeof(GenericNaziCharacter_C_OnObstacleResult) == 0x000010, "Wrong size on GenericNaziCharacter_C_OnObstacleResult"); \ static_assert(offsetof(GenericNaziCharacter_C_OnObstacleResult, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_OnObstacleResult::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnObstacleResult, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_OnObstacleResult::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CustomEvent_1 \ static_assert(alignof(GenericNaziCharacter_C_CustomEvent_1) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CustomEvent_1"); \ static_assert(sizeof(GenericNaziCharacter_C_CustomEvent_1) == 0x000010, "Wrong size on GenericNaziCharacter_C_CustomEvent_1"); \ static_assert(offsetof(GenericNaziCharacter_C_CustomEvent_1, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_CustomEvent_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CustomEvent_1, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_CustomEvent_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'GenericNaziCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SetFireSightCooldown \ static_assert(alignof(GenericNaziCharacter_C_SetFireSightCooldown) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_SetFireSightCooldown"); \ static_assert(sizeof(GenericNaziCharacter_C_SetFireSightCooldown) == 0x000001, "Wrong size on GenericNaziCharacter_C_SetFireSightCooldown"); \ static_assert(offsetof(GenericNaziCharacter_C_SetFireSightCooldown, bOnCooldown) == 0x000000, "Member 'GenericNaziCharacter_C_SetFireSightCooldown::bOnCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_RagdollPlayHit \ static_assert(alignof(GenericNaziCharacter_C_RagdollPlayHit) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_RagdollPlayHit"); \ static_assert(sizeof(GenericNaziCharacter_C_RagdollPlayHit) == 0x0000A8, "Wrong size on GenericNaziCharacter_C_RagdollPlayHit"); \ static_assert(offsetof(GenericNaziCharacter_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'GenericNaziCharacter_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'GenericNaziCharacter_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'GenericNaziCharacter_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'GenericNaziCharacter_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ReceiveEndPlay \ static_assert(alignof(GenericNaziCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_ReceiveEndPlay"); \ static_assert(sizeof(GenericNaziCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong size on GenericNaziCharacter_C_ReceiveEndPlay"); \ static_assert(offsetof(GenericNaziCharacter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'GenericNaziCharacter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SplineJump \ static_assert(alignof(GenericNaziCharacter_C_SplineJump) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_SplineJump"); \ static_assert(sizeof(GenericNaziCharacter_C_SplineJump) == 0x000010, "Wrong size on GenericNaziCharacter_C_SplineJump"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJump, JumpTrajectory) == 0x000000, "Member 'GenericNaziCharacter_C_SplineJump::JumpTrajectory' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJump, Duration) == 0x000008, "Member 'GenericNaziCharacter_C_SplineJump::Duration' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJump, StartOffset) == 0x00000C, "Member 'GenericNaziCharacter_C_SplineJump::StartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnQueryResult2 \ static_assert(alignof(GenericNaziCharacter_C_OnQueryResult2) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnQueryResult2"); \ static_assert(sizeof(GenericNaziCharacter_C_OnQueryResult2) == 0x000010, "Wrong size on GenericNaziCharacter_C_OnQueryResult2"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult2, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_OnQueryResult2::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult2, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_OnQueryResult2::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnQueryResult1 \ static_assert(alignof(GenericNaziCharacter_C_OnQueryResult1) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnQueryResult1"); \ static_assert(sizeof(GenericNaziCharacter_C_OnQueryResult1) == 0x000010, "Wrong size on GenericNaziCharacter_C_OnQueryResult1"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult1, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_OnQueryResult1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult1, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_OnQueryResult1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnQueryResult \ static_assert(alignof(GenericNaziCharacter_C_OnQueryResult) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnQueryResult"); \ static_assert(sizeof(GenericNaziCharacter_C_OnQueryResult) == 0x000010, "Wrong size on GenericNaziCharacter_C_OnQueryResult"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult, QueryInstance) == 0x000000, "Member 'GenericNaziCharacter_C_OnQueryResult::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnQueryResult, QueryStatus) == 0x000008, "Member 'GenericNaziCharacter_C_OnQueryResult::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ReceiveAnyDamage \ static_assert(alignof(GenericNaziCharacter_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_ReceiveAnyDamage"); \ static_assert(sizeof(GenericNaziCharacter_C_ReceiveAnyDamage) == 0x000020, "Wrong size on GenericNaziCharacter_C_ReceiveAnyDamage"); \ static_assert(offsetof(GenericNaziCharacter_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'GenericNaziCharacter_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'GenericNaziCharacter_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'GenericNaziCharacter_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'GenericNaziCharacter_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnBulletFlyby \ static_assert(alignof(GenericNaziCharacter_C_OnBulletFlyby) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnBulletFlyby"); \ static_assert(sizeof(GenericNaziCharacter_C_OnBulletFlyby) == 0x000090, "Wrong size on GenericNaziCharacter_C_OnBulletFlyby"); \ static_assert(offsetof(GenericNaziCharacter_C_OnBulletFlyby, Projectile) == 0x000000, "Member 'GenericNaziCharacter_C_OnBulletFlyby::Projectile' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnBulletFlyby, Impact) == 0x000008, "Member 'GenericNaziCharacter_C_OnBulletFlyby::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_UserConstructionScript \ static_assert(alignof(GenericNaziCharacter_C_UserConstructionScript) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_UserConstructionScript"); \ static_assert(sizeof(GenericNaziCharacter_C_UserConstructionScript) == 0x000008, "Wrong size on GenericNaziCharacter_C_UserConstructionScript"); \ static_assert(offsetof(GenericNaziCharacter_C_UserConstructionScript, CallFunc_GetUnscaledCapsuleSize_OutRadius) == 0x000000, "Member 'GenericNaziCharacter_C_UserConstructionScript::CallFunc_GetUnscaledCapsuleSize_OutRadius' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UserConstructionScript, CallFunc_GetUnscaledCapsuleSize_OutHalfHeight) == 0x000004, "Member 'GenericNaziCharacter_C_UserConstructionScript::CallFunc_GetUnscaledCapsuleSize_OutHalfHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ClearDesiredCoverPoint \ static_assert(alignof(GenericNaziCharacter_C_ClearDesiredCoverPoint) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_ClearDesiredCoverPoint"); \ static_assert(sizeof(GenericNaziCharacter_C_ClearDesiredCoverPoint) == 0x000002, "Wrong size on GenericNaziCharacter_C_ClearDesiredCoverPoint"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearDesiredCoverPoint, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_ClearDesiredCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearDesiredCoverPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_ClearDesiredCoverPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OccupyDesiredCoverPoint \ static_assert(alignof(GenericNaziCharacter_C_OccupyDesiredCoverPoint) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_OccupyDesiredCoverPoint"); \ static_assert(sizeof(GenericNaziCharacter_C_OccupyDesiredCoverPoint) == 0x000006, "Wrong size on GenericNaziCharacter_C_OccupyDesiredCoverPoint"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, Result) == 0x000000, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, CallFunc_IsValid_ReturnValue_1) == 0x000003, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OccupyDesiredCoverPoint, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'GenericNaziCharacter_C_OccupyDesiredCoverPoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsWantCover \ static_assert(alignof(GenericNaziCharacter_C_IsWantCover) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_IsWantCover"); \ static_assert(sizeof(GenericNaziCharacter_C_IsWantCover) == 0x000002, "Wrong size on GenericNaziCharacter_C_IsWantCover"); \ static_assert(offsetof(GenericNaziCharacter_C_IsWantCover, Result) == 0x000000, "Member 'GenericNaziCharacter_C_IsWantCover::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsWantCover, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_IsWantCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_TryCover \ static_assert(alignof(GenericNaziCharacter_C_TryCover) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_TryCover"); \ static_assert(sizeof(GenericNaziCharacter_C_TryCover) == 0x000130, "Wrong size on GenericNaziCharacter_C_TryCover"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, BestCoverPoint) == 0x000000, "Member 'GenericNaziCharacter_C_TryCover::BestCoverPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, BestDistanceSqr) == 0x000008, "Member 'GenericNaziCharacter_C_TryCover::BestDistanceSqr' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericNaziCharacter_C_TryCover::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_GetCoverInfo_Result) == 0x000010, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_GetCoverInfo_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_object_Variable) == 0x000020, "Member 'GenericNaziCharacter_C_TryCover::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'GenericNaziCharacter_C_TryCover::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'GenericNaziCharacter_C_TryCover::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'GenericNaziCharacter_C_TryCover::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'GenericNaziCharacter_C_TryCover::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_CheckCoverPoint_IsSafe) == 0x000049, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_CheckCoverPoint_IsSafe' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_CheckCoverPoint_CanAttackTarget) == 0x00004A, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_CheckCoverPoint_CanAttackTarget' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_HasAuthority_ReturnValue) == 0x00004B, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_IsValid_ReturnValue_1) == 0x00004C, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004D, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Square_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, K2Node_MakeArray_Array) == 0x000060, "Member 'GenericNaziCharacter_C_TryCover::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_SphereOverlapActors_OutActors) == 0x000080, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_SphereOverlapActors_ReturnValue) == 0x000090, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000A8, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_GetForwardVector_ReturnValue) == 0x0000D0, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000DC, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000E8, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000EC, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_IsValid_ReturnValue_2) == 0x0000F0, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F1, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000F2, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_BooleanOR_ReturnValue) == 0x0000F3, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_BooleanAND_ReturnValue) == 0x0000FC, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FD, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_BooleanAND_ReturnValue_1) == 0x0000FE, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000100, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00010C, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Normal_ReturnValue) == 0x000118, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Dot_VectorVector_ReturnValue) == 0x000124, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_TryCover, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000128, "Member 'GenericNaziCharacter_C_TryCover::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ClearCoverPoint \ static_assert(alignof(GenericNaziCharacter_C_ClearCoverPoint) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_ClearCoverPoint"); \ static_assert(sizeof(GenericNaziCharacter_C_ClearCoverPoint) == 0x00000C, "Wrong size on GenericNaziCharacter_C_ClearCoverPoint"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearCoverPoint, CallFunc_GetUnscaledCapsuleSize_OutRadius) == 0x000000, "Member 'GenericNaziCharacter_C_ClearCoverPoint::CallFunc_GetUnscaledCapsuleSize_OutRadius' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearCoverPoint, CallFunc_GetUnscaledCapsuleSize_OutHalfHeight) == 0x000004, "Member 'GenericNaziCharacter_C_ClearCoverPoint::CallFunc_GetUnscaledCapsuleSize_OutHalfHeight' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearCoverPoint, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_ClearCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearCoverPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'GenericNaziCharacter_C_ClearCoverPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ClearCoverPoint, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'GenericNaziCharacter_C_ClearCoverPoint::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetFireIdleDuration \ static_assert(alignof(GenericNaziCharacter_C_GetFireIdleDuration) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_GetFireIdleDuration"); \ static_assert(sizeof(GenericNaziCharacter_C_GetFireIdleDuration) == 0x000014, "Wrong size on GenericNaziCharacter_C_GetFireIdleDuration"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireIdleDuration, IdleFireDuration_0) == 0x000000, "Member 'GenericNaziCharacter_C_GetFireIdleDuration::IdleFireDuration_0' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireIdleDuration, CallFunc_GetDifficultyAggressionScale_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_GetFireIdleDuration::CallFunc_GetDifficultyAggressionScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireIdleDuration, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_GetFireIdleDuration::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireIdleDuration, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_GetFireIdleDuration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireIdleDuration, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_GetFireIdleDuration::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Melee_Swing_Trace \ static_assert(alignof(GenericNaziCharacter_C_Melee_Swing_Trace) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Melee_Swing_Trace"); \ static_assert(sizeof(GenericNaziCharacter_C_Melee_Swing_Trace) == 0x000058, "Wrong size on GenericNaziCharacter_C_Melee_Swing_Trace"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, Start) == 0x000000, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::Start' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, End) == 0x00000C, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::End' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, OutHit) == 0x000018, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, ReturnValue) == 0x000028, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, Temp_object_Variable) == 0x000030, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, CallFunc_SphereTraceMultiByProfile_OutHits) == 0x000040, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::CallFunc_SphereTraceMultiByProfile_OutHits' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Melee_Swing_Trace, CallFunc_SphereTraceMultiByProfile_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_Melee_Swing_Trace::CallFunc_SphereTraceMultiByProfile_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetFireCycleLength \ static_assert(alignof(GenericNaziCharacter_C_GetFireCycleLength) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_GetFireCycleLength"); \ static_assert(sizeof(GenericNaziCharacter_C_GetFireCycleLength) == 0x00000C, "Wrong size on GenericNaziCharacter_C_GetFireCycleLength"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireCycleLength, Result) == 0x000000, "Member 'GenericNaziCharacter_C_GetFireCycleLength::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireCycleLength, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_GetFireCycleLength::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetFireCycleLength, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_GetFireCycleLength::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Score_Position \ static_assert(alignof(GenericNaziCharacter_C_Score_Position) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Score_Position"); \ static_assert(sizeof(GenericNaziCharacter_C_Score_Position) == 0x0001E8, "Wrong size on GenericNaziCharacter_C_Score_Position"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, Location) == 0x000000, "Member 'GenericNaziCharacter_C_Score_Position::Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, Result) == 0x00000C, "Member 'GenericNaziCharacter_C_Score_Position::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, isCover) == 0x000010, "Member 'GenericNaziCharacter_C_Score_Position::isCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, ResultScore) == 0x000014, "Member 'GenericNaziCharacter_C_Score_Position::ResultScore' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, IsSafe) == 0x000018, "Member 'GenericNaziCharacter_C_Score_Position::IsSafe' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_IsValidAILocation_ReturnValue) == 0x000019, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Can_See_Target_from_Cover_Result) == 0x000028, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Can_See_Target_from_Cover_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Is_Valid_Position_Result) == 0x000029, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'GenericNaziCharacter_C_Score_Position::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'GenericNaziCharacter_C_Score_Position::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Not_PreBool_ReturnValue_1) == 0x000040, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'GenericNaziCharacter_C_Score_Position::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, K2Node_DynamicCast_AsFGAIController) == 0x000058, "Member 'GenericNaziCharacter_C_Score_Position::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'GenericNaziCharacter_C_Score_Position::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_GetPerceivedHostileActors_OutActors) == 0x000068, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_GetPerceivedHostileActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Greater_IntInt_ReturnValue) == 0x000088, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, K2Node_MakeArray_Array) == 0x000090, "Member 'GenericNaziCharacter_C_Score_Position::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_GetLastStimulusLocation_bSuccessful) == 0x0000A0, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_GetLastStimulusLocation_bSuccessful' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_GetLastStimulusLocation_ReturnValue) == 0x0000A4, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_GetLastStimulusLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000B4, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_LineTraceSingle_OutHit) == 0x0000C4, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_LineTraceSingle_ReturnValue) == 0x00014C, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BooleanAND_ReturnValue) == 0x00014D, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_Not_PreBool_ReturnValue_2) == 0x00014E, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_bBlockingHit) == 0x00014F, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_bInitialOverlap) == 0x000150, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_Time) == 0x000154, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_Distance) == 0x000158, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_Location) == 0x00015C, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_ImpactPoint) == 0x000168, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_Normal) == 0x000174, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_ImpactNormal) == 0x000180, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_PhysMat) == 0x000190, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_HitActor) == 0x000198, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_HitComponent) == 0x0001A0, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_HitBoneName) == 0x0001A8, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_HitItem) == 0x0001B0, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_ElementIndex) == 0x0001B4, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_FaceIndex) == 0x0001B8, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_TraceStart) == 0x0001BC, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, CallFunc_BreakHitResult_TraceEnd) == 0x0001C8, "Member 'GenericNaziCharacter_C_Score_Position::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, K2Node_DynamicCast_AsFGCharacter) == 0x0001D8, "Member 'GenericNaziCharacter_C_Score_Position::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Score_Position, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'GenericNaziCharacter_C_Score_Position::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Can_See_Target_from_Cover \ static_assert(alignof(GenericNaziCharacter_C_Can_See_Target_from_Cover) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Can_See_Target_from_Cover"); \ static_assert(sizeof(GenericNaziCharacter_C_Can_See_Target_from_Cover) == 0x000270, "Wrong size on GenericNaziCharacter_C_Can_See_Target_from_Cover"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, Location) == 0x000000, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, Result) == 0x00000C, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, TargetDirection) == 0x000010, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000028, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, K2Node_MakeArray_Array) == 0x000038, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, K2Node_MakeArray_Array_1) == 0x000048, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000058, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000064, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000070, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00007C, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000088, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000094, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, K2Node_MakeArray_Array_2) == 0x0000A0, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_OutHit) == 0x0000B0, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_ReturnValue) == 0x000138, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_OutHit_1) == 0x00013C, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_ReturnValue_1) == 0x0001C4, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Not_PreBool_ReturnValue) == 0x0001C5, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C6, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_OutHit_2) == 0x0001C8, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_LineTraceSingle_ReturnValue_2) == 0x000250, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_LineTraceSingle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000254, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Not_PreBool_ReturnValue_2) == 0x000260, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_from_Cover, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000264, "Member 'GenericNaziCharacter_C_Can_See_Target_from_Cover::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Is_Valid_Position \ static_assert(alignof(GenericNaziCharacter_C_Is_Valid_Position) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Is_Valid_Position"); \ static_assert(sizeof(GenericNaziCharacter_C_Is_Valid_Position) == 0x000048, "Wrong size on GenericNaziCharacter_C_Is_Valid_Position"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, TestLocation) == 0x000000, "Member 'GenericNaziCharacter_C_Is_Valid_Position::TestLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, Result) == 0x00000C, "Member 'GenericNaziCharacter_C_Is_Valid_Position::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericNaziCharacter_C_Is_Valid_Position::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'GenericNaziCharacter_C_Is_Valid_Position::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_IsPointInBox_ReturnValue) == 0x00003D, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_IsPointInBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00003E, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_IsPointInBox_ReturnValue_1) == 0x00003F, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_IsPointInBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Is_Valid_Position, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_Is_Valid_Position::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsThroughDangerZone \ static_assert(alignof(GenericNaziCharacter_C_IsThroughDangerZone) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_IsThroughDangerZone"); \ static_assert(sizeof(GenericNaziCharacter_C_IsThroughDangerZone) == 0x0000A8, "Wrong size on GenericNaziCharacter_C_IsThroughDangerZone"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, GoalLocation) == 0x000000, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, SourceLocation) == 0x00000C, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, Result) == 0x000018, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, Avoidance) == 0x00001C, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::Avoidance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, Temp_int_Array_Index_Variable) == 0x000020, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Square_ReturnValue) == 0x000038, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, K2Node_DynamicCast_AsFGAIController) == 0x000040, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_GetCurrentlyPerceivedActors_OutActors) == 0x000050, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_GetCurrentlyPerceivedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Array_Get_Item) == 0x000068, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000074, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_FindClosestPointOnLine_ReturnValue) == 0x000080, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_FindClosestPointOnLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00008C, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000098, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_VSizeSquared_ReturnValue) == 0x00009C, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A0, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsThroughDangerZone, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'GenericNaziCharacter_C_IsThroughDangerZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_DebugGoalPoint \ static_assert(alignof(GenericNaziCharacter_C_DebugGoalPoint) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_DebugGoalPoint"); \ static_assert(sizeof(GenericNaziCharacter_C_DebugGoalPoint) == 0x00000C, "Wrong size on GenericNaziCharacter_C_DebugGoalPoint"); \ static_assert(offsetof(GenericNaziCharacter_C_DebugGoalPoint, Point) == 0x000000, "Member 'GenericNaziCharacter_C_DebugGoalPoint::Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SetReachedPosition \ static_assert(alignof(GenericNaziCharacter_C_SetReachedPosition) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_SetReachedPosition"); \ static_assert(sizeof(GenericNaziCharacter_C_SetReachedPosition) == 0x00000C, "Wrong size on GenericNaziCharacter_C_SetReachedPosition"); \ static_assert(offsetof(GenericNaziCharacter_C_SetReachedPosition, CurrentReachedPosition_0) == 0x000000, "Member 'GenericNaziCharacter_C_SetReachedPosition::CurrentReachedPosition_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_ProcessCover \ static_assert(alignof(GenericNaziCharacter_C_ProcessCover) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_ProcessCover"); \ static_assert(sizeof(GenericNaziCharacter_C_ProcessCover) == 0x000100, "Wrong size on GenericNaziCharacter_C_ProcessCover"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_X) == 0x00002C, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_Y) == 0x000030, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_Z) == 0x000034, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_X_1) == 0x000038, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_Y_1) == 0x00003C, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_BreakVector_Z_1) == 0x000040, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_MakeVector_ReturnValue) == 0x000044, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_VInterpTo_Constant_ReturnValue) == 0x00005C, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_RInterpTo_Constant_ReturnValue) == 0x000068, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_RInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000074, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_ProcessCover, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000FC, "Member 'GenericNaziCharacter_C_ProcessCover::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetMeshStandLocation \ static_assert(alignof(GenericNaziCharacter_C_GetMeshStandLocation) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetMeshStandLocation"); \ static_assert(sizeof(GenericNaziCharacter_C_GetMeshStandLocation) == 0x000150, "Wrong size on GenericNaziCharacter_C_GetMeshStandLocation"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, Result) == 0x000000, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, Location) == 0x000004, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, Temp_object_Variable) == 0x000010, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_LineTraceSingle_OutHit) == 0x000044, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_LineTraceSingle_ReturnValue) == 0x0000CC, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x0000CD, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000CE, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_Time) == 0x0000D0, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_Distance) == 0x0000D4, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_Location) == 0x0000D8, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E4, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_Normal) == 0x0000F0, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x0000FC, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetMeshStandLocation, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'GenericNaziCharacter_C_GetMeshStandLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Can_See_Target_From_Open \ static_assert(alignof(GenericNaziCharacter_C_Can_See_Target_From_Open) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Can_See_Target_From_Open"); \ static_assert(sizeof(GenericNaziCharacter_C_Can_See_Target_From_Open) == 0x0000C0, "Wrong size on GenericNaziCharacter_C_Can_See_Target_From_Open"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, Location) == 0x000000, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, Result) == 0x00000C, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, TargetDirection) == 0x000010, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, K2Node_MakeArray_Array) == 0x000020, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, CallFunc_LineTraceSingle_OutHit) == 0x000030, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Can_See_Target_From_Open, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'GenericNaziCharacter_C_Can_See_Target_From_Open::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CanUse \ static_assert(alignof(GenericNaziCharacter_C_CanUse) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CanUse"); \ static_assert(sizeof(GenericNaziCharacter_C_CanUse) == 0x000098, "Wrong size on GenericNaziCharacter_C_CanUse"); \ static_assert(offsetof(GenericNaziCharacter_C_CanUse, Hit) == 0x000000, "Member 'GenericNaziCharacter_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericNaziCharacter_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericNaziCharacter_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetItemSelection \ static_assert(alignof(GenericNaziCharacter_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetItemSelection"); \ static_assert(sizeof(GenericNaziCharacter_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericNaziCharacter_C_GetItemSelection"); \ static_assert(offsetof(GenericNaziCharacter_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericNaziCharacter_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetItemSelection, Player) == 0x000088, "Member 'GenericNaziCharacter_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericNaziCharacter_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericNaziCharacter_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericNaziCharacter_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsCoverValid \ static_assert(alignof(GenericNaziCharacter_C_IsCoverValid) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_IsCoverValid"); \ static_assert(sizeof(GenericNaziCharacter_C_IsCoverValid) == 0x000028, "Wrong size on GenericNaziCharacter_C_IsCoverValid"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, Target) == 0x000000, "Member 'GenericNaziCharacter_C_IsCoverValid::Target' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, Result) == 0x000008, "Member 'GenericNaziCharacter_C_IsCoverValid::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue_1) == 0x00000B, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_IsValid_ReturnValue_1) == 0x00000C, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_IsValid_ReturnValue_2) == 0x00000D, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'GenericNaziCharacter_C_IsCoverValid::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GenericNaziCharacter_C_IsCoverValid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_IsAlive_ReturnValue) == 0x000019, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00001A, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00001B, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x00001C, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x00001D, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue_2) == 0x00001E, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue_3) == 0x00001F, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue_4) == 0x000020, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000021, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_Not_PreBool_ReturnValue_1) == 0x000022, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_BooleanOR_ReturnValue_5) == 0x000023, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverValid, CallFunc_Array_Contains_ReturnValue) == 0x000024, "Member 'GenericNaziCharacter_C_IsCoverValid::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CheckCoverPoint \ static_assert(alignof(GenericNaziCharacter_C_CheckCoverPoint) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CheckCoverPoint"); \ static_assert(sizeof(GenericNaziCharacter_C_CheckCoverPoint) == 0x0003D0, "Wrong size on GenericNaziCharacter_C_CheckCoverPoint"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CoverPoint) == 0x000000, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bInstantSafeCheck) == 0x000008, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bInstantSafeCheck' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, IsSafe) == 0x000009, "Member 'GenericNaziCharacter_C_CheckCoverPoint::IsSafe' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CanAttackTarget) == 0x00000A, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CanAttackTarget' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bCanAttack) == 0x00000B, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bCanAttack' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, TestCover) == 0x000010, "Member 'GenericNaziCharacter_C_CheckCoverPoint::TestCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, WeaponRange) == 0x000018, "Member 'GenericNaziCharacter_C_CheckCoverPoint::WeaponRange' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, TraceDebugType) == 0x00001C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::TraceDebugType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CoverRotation) == 0x000020, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CoverRotation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bLeftCover) == 0x00002C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bLeftCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CoverCheckLocation) == 0x000030, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CoverCheckLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, TargeSeenLocation) == 0x00003C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::TargeSeenLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, TargetDirection) == 0x000048, "Member 'GenericNaziCharacter_C_CheckCoverPoint::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, Location) == 0x000054, "Member 'GenericNaziCharacter_C_CheckCoverPoint::Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, ResultIsSafe) == 0x000060, "Member 'GenericNaziCharacter_C_CheckCoverPoint::ResultIsSafe' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bRightCover) == 0x000061, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bRightCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bHalfCover) == 0x000062, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bHalfCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, bMiddleCover) == 0x000063, "Member 'GenericNaziCharacter_C_CheckCoverPoint::bMiddleCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000064, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00008C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BooleanOR_ReturnValue) == 0x000098, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakVector2D_X) == 0x00009C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakVector2D_Y) == 0x0000A0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakVector2D_X_1) == 0x0000A4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakVector2D_Y_1) == 0x0000A8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000AC, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Roll) == 0x0000C4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Pitch) == 0x0000C8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Yaw) == 0x0000CC, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000D4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000E0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_NormalizedDeltaRotator_ReturnValue_1) == 0x0000E4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_NormalizedDeltaRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BooleanAND_ReturnValue) == 0x0000F0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Roll_1) == 0x0000F4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Pitch_1) == 0x0000F8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BreakRotator_Yaw_1) == 0x0000FC, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000100, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000101, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_BooleanAND_ReturnValue_1) == 0x000102, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_IsValid_ReturnValue_1) == 0x000103, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_DynamicCast_AsFGCharacter) == 0x000108, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_GetIsSafeFrom_Result) == 0x000111, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_GetIsSafeFrom_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Square_ReturnValue) == 0x000114, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_IsValid_ReturnValue_2) == 0x000118, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000120, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_GetWeaponRange_ReturnValue) == 0x00012C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_GetWeaponRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000130, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000134, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000138, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x00013C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Conv_RotatorToVector_ReturnValue_1) == 0x000148, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Conv_RotatorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000154, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000160, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00016C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000178, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, Temp_struct_Variable) == 0x000184, "Member 'GenericNaziCharacter_C_CheckCoverPoint::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000190, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00019C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001A8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001B4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0001C0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_MakeArray_Array) == 0x0001D0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_MakeArray_Array_1) == 0x0001E0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_OutHit) == 0x0001F0, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_ReturnValue) == 0x000278, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_OutHit_1) == 0x00027C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_ReturnValue_1) == 0x000304, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000305, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Not_PreBool_ReturnValue_1) == 0x000306, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, Temp_struct_Variable_1) == 0x000308, "Member 'GenericNaziCharacter_C_CheckCoverPoint::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_MakeArray_Array_2) == 0x000318, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, Temp_bool_Variable) == 0x000328, "Member 'GenericNaziCharacter_C_CheckCoverPoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_OutHit_2) == 0x00032C, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_SphereTraceSingle_ReturnValue_2) == 0x0003B4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_SphereTraceSingle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003B5, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, K2Node_Select_Default) == 0x0003B8, "Member 'GenericNaziCharacter_C_CheckCoverPoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckCoverPoint, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0003C4, "Member 'GenericNaziCharacter_C_CheckCoverPoint::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsInTrain \ static_assert(alignof(GenericNaziCharacter_C_IsInTrain) == 0x000010, "Wrong alignment on GenericNaziCharacter_C_IsInTrain"); \ static_assert(sizeof(GenericNaziCharacter_C_IsInTrain) == 0x0000D0, "Wrong size on GenericNaziCharacter_C_IsInTrain"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, Result) == 0x000000, "Member 'GenericNaziCharacter_C_IsInTrain::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericNaziCharacter_C_IsInTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, K2Node_MakeArray_Array) == 0x000040, "Member 'GenericNaziCharacter_C_IsInTrain::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_GetMovementBaseActor_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_GetMovementBaseActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_GetAttachParentActor_ReturnValue) == 0x000060, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, K2Node_DynamicCast_AsFGWagon) == 0x000068, "Member 'GenericNaziCharacter_C_IsInTrain::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'GenericNaziCharacter_C_IsInTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, K2Node_DynamicCast_AsFGWagon_1) == 0x000078, "Member 'GenericNaziCharacter_C_IsInTrain::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'GenericNaziCharacter_C_IsInTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, Temp_int_Array_Index_Variable) == 0x000084, "Member 'GenericNaziCharacter_C_IsInTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, Temp_object_Variable) == 0x000088, "Member 'GenericNaziCharacter_C_IsInTrain::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_ComponentOverlapActors_OutActors) == 0x000098, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_ComponentOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_ComponentOverlapActors_ReturnValue) == 0x0000A8, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_ComponentOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_GetObjectClass_ReturnValue) == 0x0000C0, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsInTrain, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000C8, "Member 'GenericNaziCharacter_C_IsInTrain::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetBaseAttackPointQuery \ static_assert(alignof(GenericNaziCharacter_C_GetBaseAttackPointQuery) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetBaseAttackPointQuery"); \ static_assert(sizeof(GenericNaziCharacter_C_GetBaseAttackPointQuery) == 0x000018, "Wrong size on GenericNaziCharacter_C_GetBaseAttackPointQuery"); \ static_assert(offsetof(GenericNaziCharacter_C_GetBaseAttackPointQuery, Result) == 0x000000, "Member 'GenericNaziCharacter_C_GetBaseAttackPointQuery::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetBaseAttackPointQuery, CallFunc_IsInTrain_Result) == 0x000008, "Member 'GenericNaziCharacter_C_GetBaseAttackPointQuery::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetBaseAttackPointQuery, CallFunc_GetBaseAttackPointQuery_Result) == 0x000010, "Member 'GenericNaziCharacter_C_GetBaseAttackPointQuery::CallFunc_GetBaseAttackPointQuery_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SplineJumpUpdate \ static_assert(alignof(GenericNaziCharacter_C_SplineJumpUpdate) == 0x000010, "Wrong alignment on GenericNaziCharacter_C_SplineJumpUpdate"); \ static_assert(sizeof(GenericNaziCharacter_C_SplineJumpUpdate) == 0x000150, "Wrong size on GenericNaziCharacter_C_SplineJumpUpdate"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, Alpha) == 0x000000, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, DestinationTrain) == 0x000008, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::DestinationTrain' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, JumpTrajectorySpline) == 0x000010, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::JumpTrajectorySpline' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, ClosestLandPoint) == 0x000018, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::ClosestLandPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, ClosestLandTarget) == 0x000028, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::ClosestLandTarget' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, K2Node_DynamicCast_AsFGJump_Spline_Component) == 0x000030, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::K2Node_DynamicCast_AsFGJump_Spline_Component' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_BreakTransform_Location) == 0x000070, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_BreakTransform_Rotation) == 0x00007C, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_BreakTransform_Scale) == 0x000088, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_GetSplineLength_ReturnValue) == 0x000094, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_Lerp_ReturnValue) == 0x000098, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_IsValid_ReturnValue) == 0x00009C, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000A0, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_Add_VectorVector_ReturnValue) == 0x0000AC, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000B8, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SplineJumpUpdate, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000140, "Member 'GenericNaziCharacter_C_SplineJumpUpdate::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_AddDroppedAmmo \ static_assert(alignof(GenericNaziCharacter_C_AddDroppedAmmo) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_AddDroppedAmmo"); \ static_assert(sizeof(GenericNaziCharacter_C_AddDroppedAmmo) == 0x0001A8, "Wrong size on GenericNaziCharacter_C_AddDroppedAmmo"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, Temp_byte_Variable) == 0x000000, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_MakeStruct_SingleItemInfo) == 0x000008, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_MakeStruct_SingleItemInfo' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_K2_SetTimer_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_MakeStruct_SingleItemInfo_1) == 0x000028, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_MakeStruct_SingleItemInfo_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000048, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_IsValidClass_ReturnValue) == 0x000052, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_MakeStruct_SingleItemInfo_2) == 0x000058, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_MakeStruct_SingleItemInfo_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_MakeStruct_SingleItemInfo_3) == 0x000070, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_MakeStruct_SingleItemInfo_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_MakeStruct_SingleItemInfo_4) == 0x000088, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_MakeStruct_SingleItemInfo_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_GetAmmoTypeByClass_AmmoType) == 0x0000A0, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_GetAmmoTypeByClass_AmmoType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_GetCoreDescription_ReturnValue) == 0x0000A8, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_GetCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, K2Node_Select_Default) == 0x000188, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_Array_Add_ReturnValue_1) == 0x0001A0, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_AddDroppedAmmo, CallFunc_IsValidClass_ReturnValue_1) == 0x0001A4, "Member 'GenericNaziCharacter_C_AddDroppedAmmo::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetIsEnemy \ static_assert(alignof(GenericNaziCharacter_C_GetIsEnemy) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_GetIsEnemy"); \ static_assert(sizeof(GenericNaziCharacter_C_GetIsEnemy) == 0x000001, "Wrong size on GenericNaziCharacter_C_GetIsEnemy"); \ static_assert(offsetof(GenericNaziCharacter_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'GenericNaziCharacter_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Get_Freshest_Stimulus_Location \ static_assert(alignof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Get_Freshest_Stimulus_Location"); \ static_assert(sizeof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location) == 0x000118, "Wrong size on GenericNaziCharacter_C_Get_Freshest_Stimulus_Location"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, Actor) == 0x000000, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::Actor' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, TestCover) == 0x000008, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::TestCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, Stimulus_Location) == 0x000010, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::Stimulus_Location' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, Success) == 0x00001C, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::Success' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, FreshestAge) == 0x000020, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::FreshestAge' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, bfound) == 0x000024, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::bfound' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, FreshestLocation) == 0x000028, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::FreshestLocation' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, Temp_int_Array_Index_Variable) == 0x000038, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_X) == 0x00005C, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_Y) == 0x000060, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_Z) == 0x000064, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_GetAIController_ReturnValue) == 0x000068, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000070, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_IsValid_ReturnValue_1) == 0x000078, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_GetActorsPerception_Info) == 0x000080, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_GetActorsPerception_Info' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_GetActorsPerception_ReturnValue) == 0x0000A0, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_GetActorsPerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x0000E8, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000F0, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0000F1, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000F4, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000F8, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_X_1) == 0x0000FC, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_Y_1) == 0x000100, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BreakVector_Z_1) == 0x000104, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_MakeVector_ReturnValue) == 0x000108, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_Less_FloatFloat_ReturnValue) == 0x000114, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_Get_Freshest_Stimulus_Location, CallFunc_BooleanAND_ReturnValue) == 0x000115, "Member 'GenericNaziCharacter_C_Get_Freshest_Stimulus_Location::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SetCoverNotPreffered \ static_assert(alignof(GenericNaziCharacter_C_SetCoverNotPreffered) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_SetCoverNotPreffered"); \ static_assert(sizeof(GenericNaziCharacter_C_SetCoverNotPreffered) == 0x000010, "Wrong size on GenericNaziCharacter_C_SetCoverNotPreffered"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCoverNotPreffered, CoverPoint) == 0x000000, "Member 'GenericNaziCharacter_C_SetCoverNotPreffered::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCoverNotPreffered, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_SetCoverNotPreffered::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsCoverNotPreffer \ static_assert(alignof(GenericNaziCharacter_C_IsCoverNotPreffer) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_IsCoverNotPreffer"); \ static_assert(sizeof(GenericNaziCharacter_C_IsCoverNotPreffer) == 0x000018, "Wrong size on GenericNaziCharacter_C_IsCoverNotPreffer"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverNotPreffer, InCover) == 0x000000, "Member 'GenericNaziCharacter_C_IsCoverNotPreffer::InCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverNotPreffer, Result) == 0x000008, "Member 'GenericNaziCharacter_C_IsCoverNotPreffer::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverNotPreffer, CallFunc_Map_Find_Value) == 0x00000C, "Member 'GenericNaziCharacter_C_IsCoverNotPreffer::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsCoverNotPreffer, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_IsCoverNotPreffer::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_UpdateNotPrefferedCover \ static_assert(alignof(GenericNaziCharacter_C_UpdateNotPrefferedCover) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_UpdateNotPrefferedCover"); \ static_assert(sizeof(GenericNaziCharacter_C_UpdateNotPrefferedCover) == 0x000048, "Wrong size on GenericNaziCharacter_C_UpdateNotPrefferedCover"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_GetTimeSeconds_ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Map_Values_Values) == 0x000020, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Map_Remove_ReturnValue) == 0x000038, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Less_FloatFloat_ReturnValue) == 0x000044, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateNotPrefferedCover, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'GenericNaziCharacter_C_UpdateNotPrefferedCover::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_SetCurrentCover \ static_assert(alignof(GenericNaziCharacter_C_SetCurrentCover) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_SetCurrentCover"); \ static_assert(sizeof(GenericNaziCharacter_C_SetCurrentCover) == 0x000020, "Wrong size on GenericNaziCharacter_C_SetCurrentCover"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCurrentCover, Cover) == 0x000000, "Member 'GenericNaziCharacter_C_SetCurrentCover::Cover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCurrentCover, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_SetCurrentCover::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCurrentCover, CallFunc_GetTimeSeconds_ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_SetCurrentCover::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_SetCurrentCover, CallFunc_GetCoverInfo_Result) == 0x000010, "Member 'GenericNaziCharacter_C_SetCurrentCover::CallFunc_GetCoverInfo_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CheckIsInCover \ static_assert(alignof(GenericNaziCharacter_C_CheckIsInCover) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_CheckIsInCover"); \ static_assert(sizeof(GenericNaziCharacter_C_CheckIsInCover) == 0x000048, "Wrong size on GenericNaziCharacter_C_CheckIsInCover"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_X) == 0x00000C, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_Y) == 0x000010, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_Z) == 0x000014, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_X_1) == 0x000028, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_Y_1) == 0x00002C, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_BreakVector_Z_1) == 0x000030, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000038, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_MakeVector2D_ReturnValue) == 0x00003C, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CheckIsInCover, CallFunc_IsZero2D_ReturnValue) == 0x000044, "Member 'GenericNaziCharacter_C_CheckIsInCover::CallFunc_IsZero2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_IsReloading \ static_assert(alignof(GenericNaziCharacter_C_IsReloading) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_IsReloading"); \ static_assert(sizeof(GenericNaziCharacter_C_IsReloading) == 0x000004, "Wrong size on GenericNaziCharacter_C_IsReloading"); \ static_assert(offsetof(GenericNaziCharacter_C_IsReloading, return_0) == 0x000000, "Member 'GenericNaziCharacter_C_IsReloading::return_0' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsReloading, CallFunc_GetItemState_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_IsReloading::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsReloading, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'GenericNaziCharacter_C_IsReloading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_IsReloading, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'GenericNaziCharacter_C_IsReloading::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_Upate_Current_Cover_Info \ static_assert(alignof(GenericNaziCharacter_C_Upate_Current_Cover_Info) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_Upate_Current_Cover_Info"); \ static_assert(sizeof(GenericNaziCharacter_C_Upate_Current_Cover_Info) == 0x000010, "Wrong size on GenericNaziCharacter_C_Upate_Current_Cover_Info"); \ static_assert(offsetof(GenericNaziCharacter_C_Upate_Current_Cover_Info, CallFunc_GetCoverInfo_Result) == 0x000000, "Member 'GenericNaziCharacter_C_Upate_Current_Cover_Info::CallFunc_GetCoverInfo_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CanAttackFromCurrentCover \ static_assert(alignof(GenericNaziCharacter_C_CanAttackFromCurrentCover) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_CanAttackFromCurrentCover"); \ static_assert(sizeof(GenericNaziCharacter_C_CanAttackFromCurrentCover) == 0x00000C, "Wrong size on GenericNaziCharacter_C_CanAttackFromCurrentCover"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, Result) == 0x000000, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_CanAttackFromLeft_Result) == 0x000002, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_CanAttackFromLeft_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_CanAttackFromRight_Result) == 0x000003, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_CanAttackFromRight_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanAND_ReturnValue_2) == 0x000006, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanAND_ReturnValue_3) == 0x000007, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_CanAttackFromMiddle_Result) == 0x000009, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_CanAttackFromMiddle_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanAND_ReturnValue_4) == 0x00000A, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanAttackFromCurrentCover, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'GenericNaziCharacter_C_CanAttackFromCurrentCover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_UpdateWantCoverMiddle \ static_assert(alignof(GenericNaziCharacter_C_UpdateWantCoverMiddle) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_UpdateWantCoverMiddle"); \ static_assert(sizeof(GenericNaziCharacter_C_UpdateWantCoverMiddle) == 0x000058, "Wrong size on GenericNaziCharacter_C_UpdateWantCoverMiddle"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, bCanMiddleCover) == 0x000000, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::bCanMiddleCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, bWantRight) == 0x000001, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::bWantRight' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, bCanRightCover) == 0x000002, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::bCanRightCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, bCanLeftCover) == 0x000003, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::bCanLeftCover' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, Temp_bool_Variable) == 0x000004, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_HasAuthority_ReturnValue) == 0x000005, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_IsValid_ReturnValue) == 0x000006, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, K2Node_Select_Default) == 0x000008, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000024, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_GetRightVector_ReturnValue) == 0x000030, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Normal_ReturnValue) == 0x00003C, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_RandomBool_ReturnValue) == 0x000048, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Dot_VectorVector_ReturnValue) == 0x00004C, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Less_FloatFloat_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000051, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanAND_ReturnValue_2) == 0x000052, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanAND_ReturnValue_3) == 0x000053, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanOR_ReturnValue) == 0x000054, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_UpdateWantCoverMiddle, CallFunc_BooleanOR_ReturnValue_1) == 0x000055, "Member 'GenericNaziCharacter_C_UpdateWantCoverMiddle::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetCustomWeaponRange \ static_assert(alignof(GenericNaziCharacter_C_GetCustomWeaponRange) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetCustomWeaponRange"); \ static_assert(sizeof(GenericNaziCharacter_C_GetCustomWeaponRange) == 0x000010, "Wrong size on GenericNaziCharacter_C_GetCustomWeaponRange"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponRange, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_GetCustomWeaponRange::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponRange, Range) == 0x000008, "Member 'GenericNaziCharacter_C_GetCustomWeaponRange::Range' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponRange, ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_GetCustomWeaponRange::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponRange, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'GenericNaziCharacter_C_GetCustomWeaponRange::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetCustomWeaponAccuracy \ static_assert(alignof(GenericNaziCharacter_C_GetCustomWeaponAccuracy) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetCustomWeaponAccuracy"); \ static_assert(sizeof(GenericNaziCharacter_C_GetCustomWeaponAccuracy) == 0x000010, "Wrong size on GenericNaziCharacter_C_GetCustomWeaponAccuracy"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponAccuracy, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_GetCustomWeaponAccuracy::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponAccuracy, Accuracy) == 0x000008, "Member 'GenericNaziCharacter_C_GetCustomWeaponAccuracy::Accuracy' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponAccuracy, ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_GetCustomWeaponAccuracy::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponAccuracy, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'GenericNaziCharacter_C_GetCustomWeaponAccuracy::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetCustomWeaponMagazineSize \ static_assert(alignof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetCustomWeaponMagazineSize"); \ static_assert(sizeof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize) == 0x000010, "Wrong size on GenericNaziCharacter_C_GetCustomWeaponMagazineSize"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_GetCustomWeaponMagazineSize::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize, MagazineSize) == 0x000008, "Member 'GenericNaziCharacter_C_GetCustomWeaponMagazineSize::MagazineSize' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize, ReturnValue) == 0x00000C, "Member 'GenericNaziCharacter_C_GetCustomWeaponMagazineSize::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetCustomWeaponMagazineSize, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000D, "Member 'GenericNaziCharacter_C_GetCustomWeaponMagazineSize::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_MaybeChangeCoverSide \ static_assert(alignof(GenericNaziCharacter_C_MaybeChangeCoverSide) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_MaybeChangeCoverSide"); \ static_assert(sizeof(GenericNaziCharacter_C_MaybeChangeCoverSide) == 0x000050, "Wrong size on GenericNaziCharacter_C_MaybeChangeCoverSide"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue_1) == 0x000001, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_FindLookAtRotation_ReturnValue) == 0x000014, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x00002C, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BreakRotator_Roll) == 0x000038, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BreakRotator_Pitch) == 0x00003C, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BreakRotator_Yaw) == 0x000040, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanOR_ReturnValue) == 0x000044, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_Less_FloatFloat_ReturnValue) == 0x000045, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_CanAttackFromRight_Result) == 0x000046, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_CanAttackFromRight_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_CanAttackFromLeft_Result) == 0x000047, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_CanAttackFromLeft_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_Not_PreBool_ReturnValue_1) == 0x000049, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue_2) == 0x00004A, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue_3) == 0x00004B, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue_4) == 0x00004C, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MaybeChangeCoverSide, CallFunc_BooleanAND_ReturnValue_5) == 0x00004D, "Member 'GenericNaziCharacter_C_MaybeChangeCoverSide::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_MeleeSwingTrace2 \ static_assert(alignof(GenericNaziCharacter_C_MeleeSwingTrace2) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_MeleeSwingTrace2"); \ static_assert(sizeof(GenericNaziCharacter_C_MeleeSwingTrace2) == 0x000060, "Wrong size on GenericNaziCharacter_C_MeleeSwingTrace2"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, Start) == 0x000000, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::Start' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, End) == 0x00000C, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::End' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, OutHit) == 0x000018, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, ReturnValue) == 0x000028, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, Temp_object_Variable) == 0x000030, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, CallFunc_Vector_IsZero_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, CallFunc_SphereTraceMultiByProfile_OutHits) == 0x000048, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::CallFunc_SphereTraceMultiByProfile_OutHits' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, CallFunc_SphereTraceMultiByProfile_ReturnValue) == 0x000058, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::CallFunc_SphereTraceMultiByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_MeleeSwingTrace2, CallFunc_Not_PreBool_ReturnValue) == 0x000059, "Member 'GenericNaziCharacter_C_MeleeSwingTrace2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CalcCustomWeaponRange \ static_assert(alignof(GenericNaziCharacter_C_CalcCustomWeaponRange) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CalcCustomWeaponRange"); \ static_assert(sizeof(GenericNaziCharacter_C_CalcCustomWeaponRange) == 0x0000C8, "Wrong size on GenericNaziCharacter_C_CalcCustomWeaponRange"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000008, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, CallFunc_GetBarrelDescription_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B9, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, CallFunc_Map_Find_Value) == 0x0000BC, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponRange, CallFunc_Map_Find_ReturnValue) == 0x0000C0, "Member 'GenericNaziCharacter_C_CalcCustomWeaponRange::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CalcCustomWeaponAccuracy \ static_assert(alignof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CalcCustomWeaponAccuracy"); \ static_assert(sizeof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy) == 0x0000C8, "Wrong size on GenericNaziCharacter_C_CalcCustomWeaponAccuracy"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000008, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, CallFunc_GetBarrelDescription_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B8, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B9, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, CallFunc_Map_Find_Value) == 0x0000BC, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponAccuracy, CallFunc_Map_Find_ReturnValue) == 0x0000C0, "Member 'GenericNaziCharacter_C_CalcCustomWeaponAccuracy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CalcCustomWeaponMagazineSize \ static_assert(alignof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_CalcCustomWeaponMagazineSize"); \ static_assert(sizeof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize) == 0x0000D8, "Wrong size on GenericNaziCharacter_C_CalcCustomWeaponMagazineSize"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, HeldItemWeapon) == 0x000000, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::HeldItemWeapon' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000008, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_GetCustomWeaponMagazineSize_MagazineSize) == 0x000014, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_GetCustomWeaponMagazineSize_MagazineSize' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_GetCustomWeaponMagazineSize_ReturnValue) == 0x000018, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_GetCustomWeaponMagazineSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_GetBarrelDescription_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C0, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C1, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_GetCustomWeaponMagazineSize_MagazineSize_1) == 0x0000C4, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_GetCustomWeaponMagazineSize_MagazineSize_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_GetCustomWeaponMagazineSize_ReturnValue_1) == 0x0000C8, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_GetCustomWeaponMagazineSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_Map_Find_Value) == 0x0000CC, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CalcCustomWeaponMagazineSize, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'GenericNaziCharacter_C_CalcCustomWeaponMagazineSize::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OnDeathEvent \ static_assert(alignof(GenericNaziCharacter_C_OnDeathEvent) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OnDeathEvent"); \ static_assert(sizeof(GenericNaziCharacter_C_OnDeathEvent) == 0x000038, "Wrong size on GenericNaziCharacter_C_OnDeathEvent"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'GenericNaziCharacter_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'GenericNaziCharacter_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000011, "Member 'GenericNaziCharacter_C_OnDeathEvent::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000012, "Member 'GenericNaziCharacter_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'GenericNaziCharacter_C_OnDeathEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericNaziCharacter_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'GenericNaziCharacter_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000030, "Member 'GenericNaziCharacter_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_OverrideTakeDamage \ static_assert(alignof(GenericNaziCharacter_C_OverrideTakeDamage) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_OverrideTakeDamage"); \ static_assert(sizeof(GenericNaziCharacter_C_OverrideTakeDamage) == 0x000030, "Wrong size on GenericNaziCharacter_C_OverrideTakeDamage"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, Damage) == 0x000000, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, DamageType) == 0x000008, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, EventInstigator) == 0x000010, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::EventInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, DamageCauser) == 0x000018, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, bHeadShot) == 0x000020, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::bHeadShot' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, ReturnValue) == 0x000024, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_OverrideTakeDamage, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'GenericNaziCharacter_C_OverrideTakeDamage::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_InCover \ static_assert(alignof(GenericNaziCharacter_C_InCover) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_InCover"); \ static_assert(sizeof(GenericNaziCharacter_C_InCover) == 0x000010, "Wrong size on GenericNaziCharacter_C_InCover"); \ static_assert(offsetof(GenericNaziCharacter_C_InCover, Result) == 0x000000, "Member 'GenericNaziCharacter_C_InCover::Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_InCover, NewLocalVar_0) == 0x000004, "Member 'GenericNaziCharacter_C_InCover::NewLocalVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetAmmoTypeByClass \ static_assert(alignof(GenericNaziCharacter_C_GetAmmoTypeByClass) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_GetAmmoTypeByClass"); \ static_assert(sizeof(GenericNaziCharacter_C_GetAmmoTypeByClass) == 0x000010, "Wrong size on GenericNaziCharacter_C_GetAmmoTypeByClass"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAmmoTypeByClass, AmmoClass) == 0x000000, "Member 'GenericNaziCharacter_C_GetAmmoTypeByClass::AmmoClass' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAmmoTypeByClass, AmmoType) == 0x000008, "Member 'GenericNaziCharacter_C_GetAmmoTypeByClass::AmmoType' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAmmoTypeByClass, CallFunc_Map_Find_Value) == 0x000009, "Member 'GenericNaziCharacter_C_GetAmmoTypeByClass::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAmmoTypeByClass, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'GenericNaziCharacter_C_GetAmmoTypeByClass::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_CanFire \ static_assert(alignof(GenericNaziCharacter_C_CanFire) == 0x000001, "Wrong alignment on GenericNaziCharacter_C_CanFire"); \ static_assert(sizeof(GenericNaziCharacter_C_CanFire) == 0x000004, "Wrong size on GenericNaziCharacter_C_CanFire"); \ static_assert(offsetof(GenericNaziCharacter_C_CanFire, ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_CanFire::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanFire, CallFunc_CanFire_ReturnValue) == 0x000001, "Member 'GenericNaziCharacter_C_CanFire::CallFunc_CanFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanFire, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'GenericNaziCharacter_C_CanFire::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_CanFire, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'GenericNaziCharacter_C_CanFire::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetAimYawLimit \ static_assert(alignof(GenericNaziCharacter_C_GetAimYawLimit) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_GetAimYawLimit"); \ static_assert(sizeof(GenericNaziCharacter_C_GetAimYawLimit) == 0x000038, "Wrong size on GenericNaziCharacter_C_GetAimYawLimit"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_GetAimYawLimit::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, Temp_bool_Variable) == 0x000008, "Member 'GenericNaziCharacter_C_GetAimYawLimit::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, Temp_struct_Variable) == 0x00000C, "Member 'GenericNaziCharacter_C_GetAimYawLimit::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, Temp_struct_Variable_1) == 0x000014, "Member 'GenericNaziCharacter_C_GetAimYawLimit::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, CallFunc_GetAimYawLimit_ReturnValue) == 0x00001C, "Member 'GenericNaziCharacter_C_GetAimYawLimit::CallFunc_GetAimYawLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, CallFunc_InCover_Result) == 0x000024, "Member 'GenericNaziCharacter_C_GetAimYawLimit::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'GenericNaziCharacter_C_GetAimYawLimit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, CallFunc_GetAimYawLimit_ReturnValue_1) == 0x000028, "Member 'GenericNaziCharacter_C_GetAimYawLimit::CallFunc_GetAimYawLimit_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetAimYawLimit, K2Node_Select_Default) == 0x000030, "Member 'GenericNaziCharacter_C_GetAimYawLimit::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_RangedFireShouldMiss \ static_assert(alignof(GenericNaziCharacter_C_RangedFireShouldMiss) == 0x000008, "Wrong alignment on GenericNaziCharacter_C_RangedFireShouldMiss"); \ static_assert(sizeof(GenericNaziCharacter_C_RangedFireShouldMiss) == 0x000160, "Wrong size on GenericNaziCharacter_C_RangedFireShouldMiss"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, ReturnValue) == 0x000000, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, RolledMiss) == 0x000001, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::RolledMiss' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, Chance) == 0x000004, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::Chance' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetCurrentTargetRadius_ReturnValue) == 0x000008, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetCurrentTargetRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000030, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Conv_FloatToString_ReturnValue) == 0x000040, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetDisplayName_ReturnValue) == 0x000050, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_ShouldHappen_ReturnValue) == 0x000080, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetTargetRangeAdditiveScale_NewParam) == 0x0000D0, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetTargetRangeAdditiveScale_NewParam' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D8, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetDifficultyAccuracyScale_ReturnValue) == 0x0000E8, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetDifficultyAccuracyScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F0, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000100, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Add_FloatFloat_ReturnValue) == 0x000110, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000118, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000128, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000130, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000140, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetTargetRangeAdditiveScale_NewParam_1) == 0x000144, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetTargetRangeAdditiveScale_NewParam_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_GetDifficultyAccuracyScale_ReturnValue_1) == 0x000148, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_GetDifficultyAccuracyScale_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00014C, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000150, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000154, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_RangedFireShouldMiss, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000158, "Member 'GenericNaziCharacter_C_RangedFireShouldMiss::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziCharacter_C_GetTargetRangeAdditiveScale \ static_assert(alignof(GenericNaziCharacter_C_GetTargetRangeAdditiveScale) == 0x000004, "Wrong alignment on GenericNaziCharacter_C_GetTargetRangeAdditiveScale"); \ static_assert(sizeof(GenericNaziCharacter_C_GetTargetRangeAdditiveScale) == 0x000008, "Wrong size on GenericNaziCharacter_C_GetTargetRangeAdditiveScale"); \ static_assert(offsetof(GenericNaziCharacter_C_GetTargetRangeAdditiveScale, NewParam) == 0x000000, "Member 'GenericNaziCharacter_C_GetTargetRangeAdditiveScale::NewParam' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetTargetRangeAdditiveScale, CallFunc_GetCurrentTargetRadius_ReturnValue) == 0x000004, "Member 'GenericNaziCharacter_C_GetTargetRangeAdditiveScale::CallFunc_GetCurrentTargetRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziCharacter_C_GetTargetRangeAdditiveScale, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'GenericNaziCharacter_C_GetTargetRangeAdditiveScale::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericNaziCharacter_C \ static_assert(alignof(AGenericNaziCharacter_C) == 0x000010, "Wrong alignment on AGenericNaziCharacter_C"); \ static_assert(sizeof(AGenericNaziCharacter_C) == 0x001280, "Wrong size on AGenericNaziCharacter_C"); \ static_assert(offsetof(AGenericNaziCharacter_C, UberGraphFrame_GenericNaziCharacter_C) == 0x000EA8, "Member 'AGenericNaziCharacter_C::UberGraphFrame_GenericNaziCharacter_C' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FGSignificance) == 0x000EB0, "Member 'AGenericNaziCharacter_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, Random_Phrases_Loop) == 0x000EB8, "Member 'AGenericNaziCharacter_C::Random_Phrases_Loop' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, Death_Sound) == 0x000EC0, "Member 'AGenericNaziCharacter_C::Death_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FootIK) == 0x000EC8, "Member 'AGenericNaziCharacter_C::FootIK' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, DissolveComponent) == 0x000ED0, "Member 'AGenericNaziCharacter_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, LandingComponent) == 0x000ED8, "Member 'AGenericNaziCharacter_C::LandingComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FGSplineLootDrop) == 0x000EE0, "Member 'AGenericNaziCharacter_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, _SplineJumpMovement_Alpha_4F4AF572459A26F1A29F40B8CB5EAC6E) == 0x000EE8, "Member 'AGenericNaziCharacter_C::_SplineJumpMovement_Alpha_4F4AF572459A26F1A29F40B8CB5EAC6E' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, _SplineJumpMovement__Direction_4F4AF572459A26F1A29F40B8CB5EAC6E) == 0x000EEC, "Member 'AGenericNaziCharacter_C::_SplineJumpMovement__Direction_4F4AF572459A26F1A29F40B8CB5EAC6E' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, _SplineJumpMovement) == 0x000EF0, "Member 'AGenericNaziCharacter_C::_SplineJumpMovement' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BulletFear_Alpha_2C763FB644442F24C0A41AB85CBE973D) == 0x000EF8, "Member 'AGenericNaziCharacter_C::BulletFear_Alpha_2C763FB644442F24C0A41AB85CBE973D' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BulletFear__Direction_2C763FB644442F24C0A41AB85CBE973D) == 0x000EFC, "Member 'AGenericNaziCharacter_C::BulletFear__Direction_2C763FB644442F24C0A41AB85CBE973D' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BulletFear) == 0x000F00, "Member 'AGenericNaziCharacter_C::BulletFear' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, DesiredCoverPoint) == 0x000F08, "Member 'AGenericNaziCharacter_C::DesiredCoverPoint' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, ValidCoverPoints) == 0x000F10, "Member 'AGenericNaziCharacter_C::ValidCoverPoints' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CurrentCoverPoint) == 0x000F60, "Member 'AGenericNaziCharacter_C::CurrentCoverPoint' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, IdleFireDuration) == 0x000F68, "Member 'AGenericNaziCharacter_C::IdleFireDuration' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bSetWantsFireFromCover) == 0x000F6C, "Member 'AGenericNaziCharacter_C::bSetWantsFireFromCover' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BulletFearAlpha) == 0x000F70, "Member 'AGenericNaziCharacter_C::BulletFearAlpha' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BulletFearDirection) == 0x000F74, "Member 'AGenericNaziCharacter_C::BulletFearDirection' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CurrentReachedPosition) == 0x000F80, "Member 'AGenericNaziCharacter_C::CurrentReachedPosition' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bWantCoverLeader) == 0x000F8C, "Member 'AGenericNaziCharacter_C::bWantCoverLeader' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bPendingCover) == 0x000F8D, "Member 'AGenericNaziCharacter_C::bPendingCover' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bDebug) == 0x000F8E, "Member 'AGenericNaziCharacter_C::bDebug' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bWasReanimated) == 0x000F8F, "Member 'AGenericNaziCharacter_C::bWasReanimated' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, PendingReanimateMedic) == 0x000F90, "Member 'AGenericNaziCharacter_C::PendingReanimateMedic' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BestScore) == 0x000F98, "Member 'AGenericNaziCharacter_C::BestScore' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BestPosition) == 0x000F9C, "Member 'AGenericNaziCharacter_C::BestPosition' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, PendingPosition) == 0x000FA8, "Member 'AGenericNaziCharacter_C::PendingPosition' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, PendingPositionScore) == 0x000FB4, "Member 'AGenericNaziCharacter_C::PendingPositionScore' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bTargetWasAtLeftWhileCover) == 0x000FB8, "Member 'AGenericNaziCharacter_C::bTargetWasAtLeftWhileCover' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, RangedWeaponClass) == 0x000FC0, "Member 'AGenericNaziCharacter_C::RangedWeaponClass' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, RevolverWeaponClass) == 0x000FC8, "Member 'AGenericNaziCharacter_C::RevolverWeaponClass' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, ValidCovers) == 0x000FD0, "Member 'AGenericNaziCharacter_C::ValidCovers' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CoverCheckRadius) == 0x000FE0, "Member 'AGenericNaziCharacter_C::CoverCheckRadius' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, LastCoverCheckLocation) == 0x000FE4, "Member 'AGenericNaziCharacter_C::LastCoverCheckLocation' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CurrentCoverCheckIndex) == 0x000FF0, "Member 'AGenericNaziCharacter_C::CurrentCoverCheckIndex' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BestCoverIndex) == 0x000FF4, "Member 'AGenericNaziCharacter_C::BestCoverIndex' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, ClosetsCoverIndex) == 0x000FF8, "Member 'AGenericNaziCharacter_C::ClosetsCoverIndex' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, ClosestCoverDistance) == 0x000FFC, "Member 'AGenericNaziCharacter_C::ClosestCoverDistance' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CloseCoverPoint) == 0x001000, "Member 'AGenericNaziCharacter_C::CloseCoverPoint' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CachedPlaceholder) == 0x001008, "Member 'AGenericNaziCharacter_C::CachedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BasePosition) == 0x001010, "Member 'AGenericNaziCharacter_C::BasePosition' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, SavedCapsuleRadius) == 0x00101C, "Member 'AGenericNaziCharacter_C::SavedCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, TestCoverIndex) == 0x001020, "Member 'AGenericNaziCharacter_C::TestCoverIndex' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, OnSplineJumped) == 0x001028, "Member 'AGenericNaziCharacter_C::OnSplineJumped' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, SplineJumpWagon) == 0x001038, "Member 'AGenericNaziCharacter_C::SplineJumpWagon' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CurrentSplineJump) == 0x001040, "Member 'AGenericNaziCharacter_C::CurrentSplineJump' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bDoDissolve) == 0x001048, "Member 'AGenericNaziCharacter_C::bDoDissolve' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, AmmoTypeByClass) == 0x001050, "Member 'AGenericNaziCharacter_C::AmmoTypeByClass' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bPendingCoversQuery) == 0x0010A0, "Member 'AGenericNaziCharacter_C::bPendingCoversQuery' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, DamageTookInCover) == 0x0010A4, "Member 'AGenericNaziCharacter_C::DamageTookInCover' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, NotPrefferedCovers) == 0x0010A8, "Member 'AGenericNaziCharacter_C::NotPrefferedCovers' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, NotPrefferCoverCooldown) == 0x0010F8, "Member 'AGenericNaziCharacter_C::NotPrefferCoverCooldown' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, PendingCoverPoint) == 0x001100, "Member 'AGenericNaziCharacter_C::PendingCoverPoint' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, LastCurrentCoverCanAttackTime) == 0x001108, "Member 'AGenericNaziCharacter_C::LastCurrentCoverCanAttackTime' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bStopLogicFromAnimation) == 0x00110C, "Member 'AGenericNaziCharacter_C::bStopLogicFromAnimation' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CurrentCoverInfo) == 0x001110, "Member 'AGenericNaziCharacter_C::CurrentCoverInfo' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bWantCoverMiddle) == 0x001120, "Member 'AGenericNaziCharacter_C::bWantCoverMiddle' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FireFromCoverTimer) == 0x001128, "Member 'AGenericNaziCharacter_C::FireFromCoverTimer' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRevolverRange) == 0x001130, "Member 'AGenericNaziCharacter_C::CustomRevolverRange' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRangedRange) == 0x001138, "Member 'AGenericNaziCharacter_C::CustomRangedRange' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRevolverAccuracy) == 0x001188, "Member 'AGenericNaziCharacter_C::CustomRevolverAccuracy' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRangedAccuracy) == 0x001190, "Member 'AGenericNaziCharacter_C::CustomRangedAccuracy' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRevolverMagazineSize) == 0x0011E0, "Member 'AGenericNaziCharacter_C::CustomRevolverMagazineSize' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CustomRangedMagazineSize) == 0x0011E8, "Member 'AGenericNaziCharacter_C::CustomRangedMagazineSize' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FireCycleCount) == 0x001238, "Member 'AGenericNaziCharacter_C::FireCycleCount' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bWantCoverRight) == 0x00123C, "Member 'AGenericNaziCharacter_C::bWantCoverRight' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CachedCustomWeaponRange) == 0x001240, "Member 'AGenericNaziCharacter_C::CachedCustomWeaponRange' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CachedCustomWeaponMagazineSize) == 0x001244, "Member 'AGenericNaziCharacter_C::CachedCustomWeaponMagazineSize' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, CachedCustomWeaponAccuracy) == 0x001248, "Member 'AGenericNaziCharacter_C::CachedCustomWeaponAccuracy' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, bFireOnSightCooldown) == 0x00124C, "Member 'AGenericNaziCharacter_C::bFireOnSightCooldown' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FirstShotDelay) == 0x001250, "Member 'AGenericNaziCharacter_C::FirstShotDelay' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, FirstShotDelayDeviation) == 0x001254, "Member 'AGenericNaziCharacter_C::FirstShotDelayDeviation' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, ShotDelaySupportScale) == 0x00125C, "Member 'AGenericNaziCharacter_C::ShotDelaySupportScale' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, BaseHitChance) == 0x001260, "Member 'AGenericNaziCharacter_C::BaseHitChance' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, IsSupportHitScale) == 0x001264, "Member 'AGenericNaziCharacter_C::IsSupportHitScale' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, AdditiveHitChance_Melee) == 0x001268, "Member 'AGenericNaziCharacter_C::AdditiveHitChance_Melee' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, AdditiveHitChance_Close) == 0x00126C, "Member 'AGenericNaziCharacter_C::AdditiveHitChance_Close' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, AdditiveHitChance_Middle) == 0x001270, "Member 'AGenericNaziCharacter_C::AdditiveHitChance_Middle' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziCharacter_C, AdditiveHitChance_Far) == 0x001274, "Member 'AGenericNaziCharacter_C::AdditiveHitChance_Far' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning \ static_assert(alignof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning) == 0x000008, "Wrong alignment on SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning"); \ static_assert(sizeof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning) == 0x0000A0, "Wrong size on SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, EntryPoint) == 0x000000, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, Temp_int_Array_Index_Variable) == 0x000004, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, K2Node_MakeArray_Array) == 0x000018, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, K2Node_MakeArray_Array_1) == 0x000038, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_SphereOverlapActors_OutActors) == 0x000048, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_SphereOverlapActors_ReturnValue) == 0x000058, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_GetImplicitModValue_ReturnValue) == 0x00005C, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Array_Get_Item) == 0x000060, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, K2Node_DynamicCast_AsFGCharacter) == 0x000070, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00007C, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_GetObjectClass_ReturnValue) == 0x000080, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_ClassIsChildOf_ReturnValue) == 0x000088, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Not_PreBool_ReturnValue) == 0x000089, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_GetDotDamage_ReturnValue) == 0x000094, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_GetDotDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'SE_Poisoning_C_ExecuteUbergraph_SE_Poisoning::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Poisoning_C_BP_GetDotDamageMultiplier \ static_assert(alignof(SE_Poisoning_C_BP_GetDotDamageMultiplier) == 0x000004, "Wrong alignment on SE_Poisoning_C_BP_GetDotDamageMultiplier"); \ static_assert(sizeof(SE_Poisoning_C_BP_GetDotDamageMultiplier) == 0x000008, "Wrong size on SE_Poisoning_C_BP_GetDotDamageMultiplier"); \ static_assert(offsetof(SE_Poisoning_C_BP_GetDotDamageMultiplier, ReturnValue) == 0x000000, "Member 'SE_Poisoning_C_BP_GetDotDamageMultiplier::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_BP_GetDotDamageMultiplier, CallFunc_GetImplicitModValue_ReturnValue) == 0x000004, "Member 'SE_Poisoning_C_BP_GetDotDamageMultiplier::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Poisoning_C_AoePoisonDealDamage \ static_assert(alignof(SE_Poisoning_C_AoePoisonDealDamage) == 0x000008, "Wrong alignment on SE_Poisoning_C_AoePoisonDealDamage"); \ static_assert(sizeof(SE_Poisoning_C_AoePoisonDealDamage) == 0x000028, "Wrong size on SE_Poisoning_C_AoePoisonDealDamage"); \ static_assert(offsetof(SE_Poisoning_C_AoePoisonDealDamage, Character) == 0x000000, "Member 'SE_Poisoning_C_AoePoisonDealDamage::Character' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_AoePoisonDealDamage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'SE_Poisoning_C_AoePoisonDealDamage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_AoePoisonDealDamage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'SE_Poisoning_C_AoePoisonDealDamage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_AoePoisonDealDamage, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'SE_Poisoning_C_AoePoisonDealDamage::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_AoePoisonDealDamage, CallFunc_ApplyDamage_ReturnValue) == 0x000020, "Member 'SE_Poisoning_C_AoePoisonDealDamage::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Poisoning_C_PlayStartSound \ static_assert(alignof(SE_Poisoning_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Poisoning_C_PlayStartSound"); \ static_assert(sizeof(SE_Poisoning_C_PlayStartSound) == 0x000010, "Wrong size on SE_Poisoning_C_PlayStartSound"); \ static_assert(offsetof(SE_Poisoning_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Poisoning_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(SE_Poisoning_C_PlayStartSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'SE_Poisoning_C_PlayStartSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Poisoning_C_PlayStopSound \ static_assert(alignof(SE_Poisoning_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Poisoning_C_PlayStopSound"); \ static_assert(sizeof(SE_Poisoning_C_PlayStopSound) == 0x000008, "Wrong size on SE_Poisoning_C_PlayStopSound"); \ static_assert(offsetof(SE_Poisoning_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Poisoning_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Poisoning_C \ static_assert(alignof(USE_Poisoning_C) == 0x000008, "Wrong alignment on USE_Poisoning_C"); \ static_assert(sizeof(USE_Poisoning_C) == 0x0001E8, "Wrong size on USE_Poisoning_C"); \ static_assert(offsetof(USE_Poisoning_C, UberGraphFrame_SE_Poisoning_C) == 0x0001B8, "Member 'USE_Poisoning_C::UberGraphFrame_SE_Poisoning_C' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, TH_AoePoison) == 0x0001C0, "Member 'USE_Poisoning_C::TH_AoePoison' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, AoePoisonFrequency) == 0x0001C8, "Member 'USE_Poisoning_C::AoePoisonFrequency' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, AoePoisonRadius) == 0x0001CC, "Member 'USE_Poisoning_C::AoePoisonRadius' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, TempPoisonRadius) == 0x0001D0, "Member 'USE_Poisoning_C::TempPoisonRadius' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, TempAoeDamage) == 0x0001D4, "Member 'USE_Poisoning_C::TempAoeDamage' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, AoePoisonDamageMultiplier) == 0x0001D8, "Member 'USE_Poisoning_C::AoePoisonDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(USE_Poisoning_C, AoePoisomDamageType) == 0x0001E0, "Member 'USE_Poisoning_C::AoePoisomDamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_RofleemoHeavyItemContext_C_ProvideActorsSet \ static_assert(alignof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet) == 0x000008, "Wrong alignment on EQS_RofleemoHeavyItemContext_C_ProvideActorsSet"); \ static_assert(sizeof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet) == 0x000058, "Wrong size on EQS_RofleemoHeavyItemContext_C_ProvideActorsSet"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, K2Node_DynamicCast_AsGeneric_Heavy_Item) == 0x000020, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::K2Node_DynamicCast_AsGeneric_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, K2Node_MakeArray_Array) == 0x000030, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_RofleemoHeavyItemContext_C_ProvideActorsSet, K2Node_MakeArray_Array_1) == 0x000048, "Member 'EQS_RofleemoHeavyItemContext_C_ProvideActorsSet::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_RofleemoHeavyItemContext_C \ static_assert(alignof(UEQS_RofleemoHeavyItemContext_C) == 0x000008, "Wrong alignment on UEQS_RofleemoHeavyItemContext_C"); \ static_assert(sizeof(UEQS_RofleemoHeavyItemContext_C) == 0x000030, "Wrong size on UEQS_RofleemoHeavyItemContext_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues) == 0x000004, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues) == 0x00002C, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, B_FilterShowEmptyServers) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::B_FilterShowEmptyServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, B_FilterShowFullServers) == 0x000001, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::B_FilterShowFullServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, B_FilterShowOnlyFriends) == 0x000002, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::B_FilterShowOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, B_FilterHideLockedServers) == 0x000003, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::B_FilterHideLockedServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_int_Variable) == 0x000008, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_1) == 0x00000C, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_2) == 0x00000D, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_int_Variable_1) == 0x000010, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_3) == 0x000014, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_4) == 0x000015, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_int_Variable_2) == 0x000018, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_5) == 0x00001C, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_6) == 0x00001D, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_int_Variable_3) == 0x000020, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_7) == 0x000024, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, Temp_bool_Variable_8) == 0x000025, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, K2Node_Select_Default) == 0x000026, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, K2Node_Select_Default_1) == 0x000027, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, K2Node_Select_Default_2) == 0x000028, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, K2Node_Select_Default_3) == 0x000029, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues, K2Node_Select_Default_4) == 0x00002A, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GetCurrentButtonsValues::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp) == 0x000370, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001FA, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000200, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0002B8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown) == 0x000540, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000200, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000218, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000219, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x00021A, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000220, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x0002D8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x0002E0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0002E8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x0002F8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x0003B0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x000468, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x000520, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_1) == 0x000528, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x000530, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x000538, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown) == 0x000238, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_ServerList_FiltersScreen_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_ServerList_FiltersScreen_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply) == 0x000001, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply, IsHold) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_GamepadHoldApply::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState) == 0x000004, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState, B_FilterShowEmptyServers) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState::B_FilterShowEmptyServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState, B_FilterShowFullServers) == 0x000001, "Member 'MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState::B_FilterShowFullServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState, B_FilterShowOnlyFriends) == 0x000002, "Member 'MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState::B_FilterShowOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState, B_FilterHideLockedServers) == 0x000003, "Member 'MainMenuV2_ServerList_FiltersScreen_C_SetButtonsState::B_FilterHideLockedServers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen \ static_assert(alignof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen) == 0x000008, "Wrong alignment on MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen"); \ static_assert(sizeof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen) == 0x000100, "Wrong size on MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, EntryPoint) == 0x000000, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, Temp_int_Variable) == 0x000004, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_Event_Type) == 0x00000C, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_Event_KeyText) == 0x00000D, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00000E, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_IsGamepadNow) == 0x000020, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_GetHUD_ReturnValue) == 0x000030, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000040, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, Temp_struct_Variable) == 0x000050, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_GetPlayerController_ReturnValue_1) == 0x000068, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_MakeArray_Array) == 0x000070, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_Array_Get_Item) == 0x000080, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_AsGamepad_Interface) == 0x000088, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, Temp_struct_Variable_1) == 0x0000A8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x0000C0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x0000D8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_IsHold) == 0x0000E9, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_B_FilterShowEmptyServers) == 0x0000EA, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_B_FilterShowEmptyServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_B_FilterShowFullServers) == 0x0000EB, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_B_FilterShowFullServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_B_FilterShowOnlyFriends) == 0x0000EC, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_B_FilterShowOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, K2Node_CustomEvent_B_FilterHideLockedServers) == 0x0000ED, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::K2Node_CustomEvent_B_FilterHideLockedServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_SelectInt_ReturnValue) == 0x0000F0, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_SelectInt_ReturnValue_1) == 0x0000F4, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_SelectInt_ReturnValue_2) == 0x0000F8, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_SelectInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen, CallFunc_SelectInt_ReturnValue_3) == 0x0000FC, "Member 'MainMenuV2_ServerList_FiltersScreen_C_ExecuteUbergraph_MainMenuV2_ServerList_FiltersScreen::CallFunc_SelectInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ServerList_FiltersScreen_C \ static_assert(alignof(UMainMenuV2_ServerList_FiltersScreen_C) == 0x000008, "Wrong alignment on UMainMenuV2_ServerList_FiltersScreen_C"); \ static_assert(sizeof(UMainMenuV2_ServerList_FiltersScreen_C) == 0x0002F0, "Wrong size on UMainMenuV2_ServerList_FiltersScreen_C"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Show_Anim) == 0x000268, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Show_Anim' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Background) == 0x000270, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Background' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Button_Apply) == 0x000278, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Button_Apply' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Button_Back) == 0x000280, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, FilterEmptyServers) == 0x000288, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::FilterEmptyServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, FilterFullServers) == 0x000290, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::FilterFullServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, FilterOnlyFriends) == 0x000298, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::FilterOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, FilterOpenServers) == 0x0002A0, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::FilterOpenServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Image) == 0x0002A8, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Image' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Image_1) == 0x0002B0, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Image_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Image_63) == 0x0002B8, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Image_63' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, Image_120) == 0x0002C0, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::Image_120' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, GamepadController) == 0x0002C8, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, NavigateWidgets) == 0x0002D0, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::NavigateWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_FiltersScreen_C, OnWidgetClose) == 0x0002E0, "Member 'UMainMenuV2_ServerList_FiltersScreen_C::OnWidgetClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_RofleemoSpecDescription \ static_assert(alignof(FS_RofleemoSpecDescription) == 0x000008, "Wrong alignment on FS_RofleemoSpecDescription"); \ static_assert(sizeof(FS_RofleemoSpecDescription) == 0x000020, "Wrong size on FS_RofleemoSpecDescription"); \ static_assert(offsetof(FS_RofleemoSpecDescription, SpecType_5_D68DC9D044260BDEB848B2A2E2DCCB00) == 0x000000, "Member 'FS_RofleemoSpecDescription::SpecType_5_D68DC9D044260BDEB848B2A2E2DCCB00' has a wrong offset!"); \ static_assert(offsetof(FS_RofleemoSpecDescription, SpecDescription_8_F47A2BA7417E2003A4F572987811E4FE) == 0x000008, "Member 'FS_RofleemoSpecDescription::SpecDescription_8_F47A2BA7417E2003A4F572987811E4FE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore \ static_assert(alignof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore) == 0x000008, "Wrong alignment on GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore"); \ static_assert(sizeof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore) == 0x000020, "Wrong size on GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore"); \ static_assert(offsetof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore, EntryPoint) == 0x000000, "Member 'GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore, CallFunc_GetSpots_Spots) == 0x000008, "Member 'GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore::CallFunc_GetSpots_Spots' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'GenericNaziDecore_C_ExecuteUbergraph_GenericNaziDecore::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziDecore_C_GetSpots \ static_assert(alignof(GenericNaziDecore_C_GetSpots) == 0x000008, "Wrong alignment on GenericNaziDecore_C_GetSpots"); \ static_assert(sizeof(GenericNaziDecore_C_GetSpots) == 0x000010, "Wrong size on GenericNaziDecore_C_GetSpots"); \ static_assert(offsetof(GenericNaziDecore_C_GetSpots, Spots) == 0x000000, "Member 'GenericNaziDecore_C_GetSpots::Spots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziDecore_C_RollSpots \ static_assert(alignof(GenericNaziDecore_C_RollSpots) == 0x000008, "Wrong alignment on GenericNaziDecore_C_RollSpots"); \ static_assert(sizeof(GenericNaziDecore_C_RollSpots) == 0x0000E8, "Wrong size on GenericNaziDecore_C_RollSpots"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, Seed) == 0x000000, "Member 'GenericNaziDecore_C_RollSpots::Seed' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, RandomStream) == 0x000004, "Member 'GenericNaziDecore_C_RollSpots::RandomStream' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, RolledIndexSave) == 0x00000C, "Member 'GenericNaziDecore_C_RollSpots::RolledIndexSave' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, OtherMeshes) == 0x000010, "Member 'GenericNaziDecore_C_RollSpots::OtherMeshes' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, TempMeshes) == 0x000020, "Member 'GenericNaziDecore_C_RollSpots::TempMeshes' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, TempChances) == 0x000030, "Member 'GenericNaziDecore_C_RollSpots::TempChances' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, PriorityIndexes) == 0x000040, "Member 'GenericNaziDecore_C_RollSpots::PriorityIndexes' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'GenericNaziDecore_C_RollSpots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, Temp_int_Array_Index_Variable) == 0x000058, "Member 'GenericNaziDecore_C_RollSpots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'GenericNaziDecore_C_RollSpots::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_GetRandomIndexFromStream_ReturnValue) == 0x000060, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_GetRandomIndexFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'GenericNaziDecore_C_RollSpots::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_GetSpots_Spots) == 0x000070, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_GetSpots_Spots' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Get_Item_2) == 0x0000B8, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Array_Length_ReturnValue_1) == 0x0000DC, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_RollSpots, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E0, "Member 'GenericNaziDecore_C_RollSpots::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericNaziDecore_C_SetMeshToSpot \ static_assert(alignof(GenericNaziDecore_C_SetMeshToSpot) == 0x000008, "Wrong alignment on GenericNaziDecore_C_SetMeshToSpot"); \ static_assert(sizeof(GenericNaziDecore_C_SetMeshToSpot) == 0x000168, "Wrong size on GenericNaziDecore_C_SetMeshToSpot"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, SpotIndex) == 0x000000, "Member 'GenericNaziDecore_C_SetMeshToSpot::SpotIndex' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, MeshData) == 0x000008, "Member 'GenericNaziDecore_C_SetMeshToSpot::MeshData' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_RandomFloatInRange_ReturnValue) == 0x000028, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_GetSpots_Spots) == 0x000038, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_GetSpots_Spots' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_Array_Get_Item) == 0x000048, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_SetStaticMesh_ReturnValue) == 0x000050, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000054, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GenericNaziDecore_C_SetMeshToSpot, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000DC, "Member 'GenericNaziDecore_C_SetMeshToSpot::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericNaziDecore_C \ static_assert(alignof(AGenericNaziDecore_C) == 0x000008, "Wrong alignment on AGenericNaziDecore_C"); \ static_assert(sizeof(AGenericNaziDecore_C) == 0x0005A8, "Wrong size on AGenericNaziDecore_C"); \ static_assert(offsetof(AGenericNaziDecore_C, UberGraphFrame_GenericNaziDecore_C) == 0x000588, "Member 'AGenericNaziDecore_C::UberGraphFrame_GenericNaziDecore_C' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziDecore_C, CellTemplate) == 0x000590, "Member 'AGenericNaziDecore_C::CellTemplate' has a wrong offset!"); \ static_assert(offsetof(AGenericNaziDecore_C, DecorDB) == 0x000598, "Member 'AGenericNaziDecore_C::DecorDB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialRight_C_ExecuteUbergraph_TutorialRight \ static_assert(alignof(TutorialRight_C_ExecuteUbergraph_TutorialRight) == 0x000008, "Wrong alignment on TutorialRight_C_ExecuteUbergraph_TutorialRight"); \ static_assert(sizeof(TutorialRight_C_ExecuteUbergraph_TutorialRight) == 0x000050, "Wrong size on TutorialRight_C_ExecuteUbergraph_TutorialRight"); \ static_assert(offsetof(TutorialRight_C_ExecuteUbergraph_TutorialRight, EntryPoint) == 0x000000, "Member 'TutorialRight_C_ExecuteUbergraph_TutorialRight::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialRight_C_ExecuteUbergraph_TutorialRight, CallFunc_DrawTutorDecoratorsText_Text) == 0x000008, "Member 'TutorialRight_C_ExecuteUbergraph_TutorialRight::CallFunc_DrawTutorDecoratorsText_Text' has a wrong offset!"); \ static_assert(offsetof(TutorialRight_C_ExecuteUbergraph_TutorialRight, K2Node_CustomEvent_SourceText) == 0x000020, "Member 'TutorialRight_C_ExecuteUbergraph_TutorialRight::K2Node_CustomEvent_SourceText' has a wrong offset!"); \ static_assert(offsetof(TutorialRight_C_ExecuteUbergraph_TutorialRight, K2Node_CustomEvent_InText) == 0x000038, "Member 'TutorialRight_C_ExecuteUbergraph_TutorialRight::K2Node_CustomEvent_InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialRight_C_SetTitle \ static_assert(alignof(TutorialRight_C_SetTitle) == 0x000008, "Wrong alignment on TutorialRight_C_SetTitle"); \ static_assert(sizeof(TutorialRight_C_SetTitle) == 0x000018, "Wrong size on TutorialRight_C_SetTitle"); \ static_assert(offsetof(TutorialRight_C_SetTitle, InText) == 0x000000, "Member 'TutorialRight_C_SetTitle::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialRight_C_Set_Description \ static_assert(alignof(TutorialRight_C_Set_Description) == 0x000008, "Wrong alignment on TutorialRight_C_Set_Description"); \ static_assert(sizeof(TutorialRight_C_Set_Description) == 0x000018, "Wrong size on TutorialRight_C_Set_Description"); \ static_assert(offsetof(TutorialRight_C_Set_Description, SourceText) == 0x000000, "Member 'TutorialRight_C_Set_Description::SourceText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialRight_C \ static_assert(alignof(UTutorialRight_C) == 0x000008, "Wrong alignment on UTutorialRight_C"); \ static_assert(sizeof(UTutorialRight_C) == 0x000290, "Wrong size on UTutorialRight_C"); \ static_assert(offsetof(UTutorialRight_C, UberGraphFrame) == 0x000260, "Member 'UTutorialRight_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTutorialRight_C, DescriptionBlock) == 0x000268, "Member 'UTutorialRight_C::DescriptionBlock' has a wrong offset!"); \ static_assert(offsetof(UTutorialRight_C, JournalSectionHeader) == 0x000270, "Member 'UTutorialRight_C::JournalSectionHeader' has a wrong offset!"); \ static_assert(offsetof(UTutorialRight_C, Description) == 0x000278, "Member 'UTutorialRight_C::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast \ static_assert(alignof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast) == 0x000008, "Wrong alignment on BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast"); \ static_assert(sizeof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast) == 0x000070, "Wrong size on BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, EntryPoint) == 0x000000, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, K2Node_DynamicCast_AsGeneric_AICharacter) == 0x000008, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::K2Node_DynamicCast_AsGeneric_AICharacter' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_HasAuthority_ReturnValue) == 0x000011, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_GetImplicitModValue_ReturnValue) == 0x000014, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_FTrunc_ReturnValue) == 0x000018, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_GetImplicitModValue_ReturnValue_1) == 0x00001C, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_GetImplicitModValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_GetImplicitModValue_ReturnValue_2) == 0x000020, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_GetImplicitModValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_GetChildrenComponents_Children) == 0x000038, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_Array_Get_Item) == 0x000058, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BaseAction_CrioBlast_C_ExecuteUbergraph_BaseAction_CrioBlast::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_CrioBlast_C \ static_assert(alignof(UBaseAction_CrioBlast_C) == 0x000008, "Wrong alignment on UBaseAction_CrioBlast_C"); \ static_assert(sizeof(UBaseAction_CrioBlast_C) == 0x000100, "Wrong size on UBaseAction_CrioBlast_C"); \ static_assert(offsetof(UBaseAction_CrioBlast_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_CrioBlast_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_CrioBlast_C, CrioExplosionClass) == 0x0000C0, "Member 'UBaseAction_CrioBlast_C::CrioExplosionClass' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_CrioBlast_C, StatusEffect) == 0x0000C8, "Member 'UBaseAction_CrioBlast_C::StatusEffect' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_CrioBlast_C, NewVar_0) == 0x0000D0, "Member 'UBaseAction_CrioBlast_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListSection_C_ExecuteUbergraph_JournalListSection \ static_assert(alignof(JournalListSection_C_ExecuteUbergraph_JournalListSection) == 0x000004, "Wrong alignment on JournalListSection_C_ExecuteUbergraph_JournalListSection"); \ static_assert(sizeof(JournalListSection_C_ExecuteUbergraph_JournalListSection) == 0x000014, "Wrong size on JournalListSection_C_ExecuteUbergraph_JournalListSection"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, EntryPoint) == 0x000000, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_bool_Variable) == 0x000004, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_byte_Variable) == 0x000005, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_byte_Variable_1) == 0x000006, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_bool_Variable_1) == 0x000007, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_byte_Variable_2) == 0x000008, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, Temp_byte_Variable_3) == 0x000009, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, K2Node_CustomEvent_bShowEmtyBlock) == 0x00000B, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::K2Node_CustomEvent_bShowEmtyBlock' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, CallFunc_GetChildrenCount_ReturnValue) == 0x00000C, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, K2Node_Select_Default) == 0x000012, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalListSection_C_ExecuteUbergraph_JournalListSection, K2Node_Select_Default_1) == 0x000013, "Member 'JournalListSection_C_ExecuteUbergraph_JournalListSection::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListSection_C_RedrawState \ static_assert(alignof(JournalListSection_C_RedrawState) == 0x000001, "Wrong alignment on JournalListSection_C_RedrawState"); \ static_assert(sizeof(JournalListSection_C_RedrawState) == 0x000001, "Wrong size on JournalListSection_C_RedrawState"); \ static_assert(offsetof(JournalListSection_C_RedrawState, bShowEmtyBlock) == 0x000000, "Member 'JournalListSection_C_RedrawState::bShowEmtyBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListSection_C_PreConstruct \ static_assert(alignof(JournalListSection_C_PreConstruct) == 0x000001, "Wrong alignment on JournalListSection_C_PreConstruct"); \ static_assert(sizeof(JournalListSection_C_PreConstruct) == 0x000001, "Wrong size on JournalListSection_C_PreConstruct"); \ static_assert(offsetof(JournalListSection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalListSection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalListSection_C \ static_assert(alignof(UJournalListSection_C) == 0x000008, "Wrong alignment on UJournalListSection_C"); \ static_assert(sizeof(UJournalListSection_C) == 0x0002B8, "Wrong size on UJournalListSection_C"); \ static_assert(offsetof(UJournalListSection_C, UberGraphFrame) == 0x000260, "Member 'UJournalListSection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, EmptyText) == 0x000268, "Member 'UJournalListSection_C::EmptyText' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, ItemsContainer) == 0x000270, "Member 'UJournalListSection_C::ItemsContainer' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, JournalSectionHeader) == 0x000278, "Member 'UJournalListSection_C::JournalSectionHeader' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, SectionTitle) == 0x000280, "Member 'UJournalListSection_C::SectionTitle' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, EmtyText) == 0x000298, "Member 'UJournalListSection_C::EmtyText' has a wrong offset!"); \ static_assert(offsetof(UJournalListSection_C, SeparatorImage) == 0x0002B0, "Member 'UJournalListSection_C::SeparatorImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon \ static_assert(alignof(RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon) == 0x000004, "Wrong alignment on RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon"); \ static_assert(sizeof(RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon) == 0x000004, "Wrong size on RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon"); \ static_assert(offsetof(RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon, EntryPoint) == 0x000000, "Member 'RofleemoEngineerAction_RepairWagon_C_ExecuteUbergraph_RofleemoEngineerAction_RepairWagon::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoEngineerAction_RepairWagon_C \ static_assert(alignof(URofleemoEngineerAction_RepairWagon_C) == 0x000008, "Wrong alignment on URofleemoEngineerAction_RepairWagon_C"); \ static_assert(sizeof(URofleemoEngineerAction_RepairWagon_C) == 0x0000E0, "Wrong size on URofleemoEngineerAction_RepairWagon_C"); \ static_assert(offsetof(URofleemoEngineerAction_RepairWagon_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoEngineerAction_RepairWagon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoEngineerAction_RepairWagon_C, AnimMontage) == 0x0000C0, "Member 'URofleemoEngineerAction_RepairWagon_C::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(URofleemoEngineerAction_RepairWagon_C, bWagonRepaired) == 0x0000C8, "Member 'URofleemoEngineerAction_RepairWagon_C::bWagonRepaired' has a wrong offset!"); \ static_assert(offsetof(URofleemoEngineerAction_RepairWagon_C, OwningRofleemo) == 0x0000D0, "Member 'URofleemoEngineerAction_RepairWagon_C::OwningRofleemo' has a wrong offset!"); \ static_assert(offsetof(URofleemoEngineerAction_RepairWagon_C, SpecComp) == 0x0000D8, "Member 'URofleemoEngineerAction_RepairWagon_C::SpecComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader \ static_assert(alignof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader) == 0x000008, "Wrong alignment on JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader"); \ static_assert(sizeof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader) == 0x000060, "Wrong size on JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, EntryPoint) == 0x000000, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, Temp_bool_Variable) == 0x000004, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, Temp_byte_Variable) == 0x000005, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, Temp_byte_Variable_1) == 0x000006, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_Event_IsDesignTime) == 0x000007, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_CustomEvent_IsGamepadNow) == 0x000010, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_Select_Default) == 0x000031, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000032, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'JournalPageHeader_C_ExecuteUbergraph_JournalPageHeader::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalPageHeader_C_OnInputTypeChanged \ static_assert(alignof(JournalPageHeader_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on JournalPageHeader_C_OnInputTypeChanged"); \ static_assert(sizeof(JournalPageHeader_C_OnInputTypeChanged) == 0x000001, "Wrong size on JournalPageHeader_C_OnInputTypeChanged"); \ static_assert(offsetof(JournalPageHeader_C_OnInputTypeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalPageHeader_C_OnInputTypeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalPageHeader_C_PreConstruct \ static_assert(alignof(JournalPageHeader_C_PreConstruct) == 0x000001, "Wrong alignment on JournalPageHeader_C_PreConstruct"); \ static_assert(sizeof(JournalPageHeader_C_PreConstruct) == 0x000001, "Wrong size on JournalPageHeader_C_PreConstruct"); \ static_assert(offsetof(JournalPageHeader_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalPageHeader_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalPageHeader_C \ static_assert(alignof(UJournalPageHeader_C) == 0x000008, "Wrong alignment on UJournalPageHeader_C"); \ static_assert(sizeof(UJournalPageHeader_C) == 0x0002A8, "Wrong size on UJournalPageHeader_C"); \ static_assert(offsetof(UJournalPageHeader_C, UberGraphFrame) == 0x000260, "Member 'UJournalPageHeader_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalPageHeader_C, HeaderBG) == 0x000268, "Member 'UJournalPageHeader_C::HeaderBG' has a wrong offset!"); \ static_assert(offsetof(UJournalPageHeader_C, HeaderTitle) == 0x000270, "Member 'UJournalPageHeader_C::HeaderTitle' has a wrong offset!"); \ static_assert(offsetof(UJournalPageHeader_C, KeyTooltipWidget) == 0x000278, "Member 'UJournalPageHeader_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UJournalPageHeader_C, Color) == 0x000280, "Member 'UJournalPageHeader_C::Color' has a wrong offset!"); \ static_assert(offsetof(UJournalPageHeader_C, Title) == 0x000290, "Member 'UJournalPageHeader_C::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroborosEarthquakeShake_C \ static_assert(alignof(UUroborosEarthquakeShake_C) == 0x000010, "Wrong alignment on UUroborosEarthquakeShake_C"); \ static_assert(sizeof(UUroborosEarthquakeShake_C) == 0x0001B0, "Wrong size on UUroborosEarthquakeShake_C"); \ #define DUMPER7_ASSERTS_AEffect_Exhaustion_C \ static_assert(alignof(AEffect_Exhaustion_C) == 0x000008, "Wrong alignment on AEffect_Exhaustion_C"); \ static_assert(sizeof(AEffect_Exhaustion_C) == 0x000338, "Wrong size on AEffect_Exhaustion_C"); \ static_assert(offsetof(AEffect_Exhaustion_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_Exhaustion_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKeyMappingStr \ static_assert(alignof(FKeyMappingStr) == 0x000008, "Wrong alignment on FKeyMappingStr"); \ static_assert(sizeof(FKeyMappingStr) == 0x000058, "Wrong size on FKeyMappingStr"); \ static_assert(offsetof(FKeyMappingStr, ActionName_2_F46872C44FC5F33613042CA8F30A2106) == 0x000000, "Member 'FKeyMappingStr::ActionName_2_F46872C44FC5F33613042CA8F30A2106' has a wrong offset!"); \ static_assert(offsetof(FKeyMappingStr, IsAxis_5_C8B68CF54B702AF553E2CC85B8F0A0C9) == 0x000001, "Member 'FKeyMappingStr::IsAxis_5_C8B68CF54B702AF553E2CC85B8F0A0C9' has a wrong offset!"); \ static_assert(offsetof(FKeyMappingStr, ActionNameText_8_0D30C574492A6C220B11508B59339040) == 0x000008, "Member 'FKeyMappingStr::ActionNameText_8_0D30C574492A6C220B11508B59339040' has a wrong offset!"); \ static_assert(offsetof(FKeyMappingStr, DefaultKey_11_638864824F1ACB29F7E1289F31B734AD) == 0x000020, "Member 'FKeyMappingStr::DefaultKey_11_638864824F1ACB29F7E1289F31B734AD' has a wrong offset!"); \ static_assert(offsetof(FKeyMappingStr, AzrtyKey_13_B0CBBC27483993F6D97E11BF4447274E) == 0x000038, "Member 'FKeyMappingStr::AzrtyKey_13_B0CBBC27483993F6D97E11BF4447274E' has a wrong offset!"); \ static_assert(offsetof(FKeyMappingStr, AxisScale_16_A4E4DD1A485337385D241084C428B351) == 0x000050, "Member 'FKeyMappingStr::AxisScale_16_A4E4DD1A485337385D241084C428B351' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_GetActorState \ static_assert(alignof(RailsPathBlocker_C_GetActorState) == 0x000004, "Wrong alignment on RailsPathBlocker_C_GetActorState"); \ static_assert(sizeof(RailsPathBlocker_C_GetActorState) == 0x000008, "Wrong size on RailsPathBlocker_C_GetActorState"); \ static_assert(offsetof(RailsPathBlocker_C_GetActorState, ReturnValue) == 0x000000, "Member 'RailsPathBlocker_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_SetEffectLightning \ static_assert(alignof(RailsPathBlocker_C_SetEffectLightning) == 0x000008, "Wrong alignment on RailsPathBlocker_C_SetEffectLightning"); \ static_assert(sizeof(RailsPathBlocker_C_SetEffectLightning) == 0x000030, "Wrong size on RailsPathBlocker_C_SetEffectLightning"); \ static_assert(offsetof(RailsPathBlocker_C_SetEffectLightning, SystemNiagara) == 0x000000, "Member 'RailsPathBlocker_C_SetEffectLightning::SystemNiagara' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_SetEffectLightning, SocketNameStart) == 0x000008, "Member 'RailsPathBlocker_C_SetEffectLightning::SocketNameStart' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_SetEffectLightning, SocketNameEnd) == 0x000010, "Member 'RailsPathBlocker_C_SetEffectLightning::SocketNameEnd' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_SetEffectLightning, CallFunc_GetSocketLocation_ReturnValue) == 0x000018, "Member 'RailsPathBlocker_C_SetEffectLightning::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_SetEffectLightning, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000024, "Member 'RailsPathBlocker_C_SetEffectLightning::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_SetActorState \ static_assert(alignof(RailsPathBlocker_C_SetActorState) == 0x000004, "Wrong alignment on RailsPathBlocker_C_SetActorState"); \ static_assert(sizeof(RailsPathBlocker_C_SetActorState) == 0x000008, "Wrong size on RailsPathBlocker_C_SetActorState"); \ static_assert(offsetof(RailsPathBlocker_C_SetActorState, NewState) == 0x000000, "Member 'RailsPathBlocker_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_ReceiveTick \ static_assert(alignof(RailsPathBlocker_C_ReceiveTick) == 0x000004, "Wrong alignment on RailsPathBlocker_C_ReceiveTick"); \ static_assert(sizeof(RailsPathBlocker_C_ReceiveTick) == 0x000004, "Wrong size on RailsPathBlocker_C_ReceiveTick"); \ static_assert(offsetof(RailsPathBlocker_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'RailsPathBlocker_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RailsPathBlocker_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RailsPathBlocker_C_BndEvt__FlowerWindFlow_Sphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker \ static_assert(alignof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker) == 0x000008, "Wrong alignment on RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker"); \ static_assert(sizeof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker) == 0x000280, "Wrong size on RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, EntryPoint) == 0x000000, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_Event_NewState) == 0x000008, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_HasAuthority_ReturnValue_1) == 0x000021, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetLastWagon_ReturnValue) == 0x000028, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetLastWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetLength_ReturnValue) == 0x000034, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000044, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_X) == 0x000050, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_Y) == 0x000054, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_Z) == 0x000058, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_X_1) == 0x00005C, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_BreakVector_Z_1) == 0x000064, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000068, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00006C, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000080, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_Event_DeltaSeconds) == 0x000088, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00008C, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x00008D, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x00008E, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_3) == 0x00008F, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_4) == 0x000090, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000098, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherActor_3) == 0x0000A0, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherComp_3) == 0x0000A8, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x0000B0, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x0000B4, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_SweepResult_1) == 0x0000B8, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000140, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000148, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000150, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000158, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_5) == 0x00015C, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_6) == 0x00015D, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_K2_AttachToComponent_ReturnValue_7) == 0x00015E, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_K2_AttachToComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetGameInstance_ReturnValue_1) == 0x000160, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000168, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_AsWorld_State_Manager) == 0x000178, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_AsWorld_State_Manager' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_DynamicCast_bSuccess_2) == 0x000180, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_StartPlayersTeleportation_ReturnValue) == 0x000181, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_StartPlayersTeleportation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000188, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000190, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000198, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001A0, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001A4, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_SweepResult) == 0x0001A8, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_Not_PreBool_ReturnValue) == 0x000230, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000238, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherActor) == 0x000240, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherComp) == 0x000248, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000250, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000258, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000260, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000268, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000269, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000270, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_IsValid_ReturnValue_2) == 0x000278, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker, CallFunc_IsOverlappingActor_ReturnValue) == 0x000279, "Member 'RailsPathBlocker_C_ExecuteUbergraph_RailsPathBlocker::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailsPathBlocker_C_ShouldNotBeSaved \ static_assert(alignof(RailsPathBlocker_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on RailsPathBlocker_C_ShouldNotBeSaved"); \ static_assert(sizeof(RailsPathBlocker_C_ShouldNotBeSaved) == 0x000001, "Wrong size on RailsPathBlocker_C_ShouldNotBeSaved"); \ static_assert(offsetof(RailsPathBlocker_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'RailsPathBlocker_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARailsPathBlocker_C \ static_assert(alignof(ARailsPathBlocker_C) == 0x000008, "Wrong alignment on ARailsPathBlocker_C"); \ static_assert(sizeof(ARailsPathBlocker_C) == 0x0002F8, "Wrong size on ARailsPathBlocker_C"); \ static_assert(offsetof(ARailsPathBlocker_C, UberGraphFrame) == 0x000248, "Member 'ARailsPathBlocker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Blocker_Idle_Sound) == 0x000250, "Member 'ARailsPathBlocker_C::Blocker_Idle_Sound' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, SoundTrigger) == 0x000258, "Member 'ARailsPathBlocker_C::SoundTrigger' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, PointLight2) == 0x000260, "Member 'ARailsPathBlocker_C::PointLight2' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, PointLight1) == 0x000268, "Member 'ARailsPathBlocker_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, PointLight) == 0x000270, "Member 'ARailsPathBlocker_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Sphere) == 0x000278, "Member 'ARailsPathBlocker_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Reprod) == 0x000280, "Member 'ARailsPathBlocker_C::Reprod' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Spher_2) == 0x000288, "Member 'ARailsPathBlocker_C::Spher_2' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Spher_5) == 0x000290, "Member 'ARailsPathBlocker_C::Spher_5' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Spher_4) == 0x000298, "Member 'ARailsPathBlocker_C::Spher_4' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Spher_3) == 0x0002A0, "Member 'ARailsPathBlocker_C::Spher_3' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Spher_1) == 0x0002A8, "Member 'ARailsPathBlocker_C::Spher_1' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Lightning_4) == 0x0002B0, "Member 'ARailsPathBlocker_C::Lightning_4' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Lightning_3) == 0x0002B8, "Member 'ARailsPathBlocker_C::Lightning_3' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Lightning_2) == 0x0002C0, "Member 'ARailsPathBlocker_C::Lightning_2' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Lightning_1) == 0x0002C8, "Member 'ARailsPathBlocker_C::Lightning_1' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, SkeletalMesh) == 0x0002D0, "Member 'ARailsPathBlocker_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Timeline_0_NewTrack_0_35528BAA4B7BB070712970BF6BEA5485) == 0x0002D8, "Member 'ARailsPathBlocker_C::Timeline_0_NewTrack_0_35528BAA4B7BB070712970BF6BEA5485' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Timeline_0__Direction_35528BAA4B7BB070712970BF6BEA5485) == 0x0002DC, "Member 'ARailsPathBlocker_C::Timeline_0__Direction_35528BAA4B7BB070712970BF6BEA5485' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, Timeline_0) == 0x0002E0, "Member 'ARailsPathBlocker_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, ValidateTimer_TH) == 0x0002E8, "Member 'ARailsPathBlocker_C::ValidateTimer_TH' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, bOverlapOn) == 0x0002F0, "Member 'ARailsPathBlocker_C::bOverlapOn' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, bIsVisible) == 0x0002F1, "Member 'ARailsPathBlocker_C::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, bTeleportPlayers) == 0x0002F2, "Member 'ARailsPathBlocker_C::bTeleportPlayers' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, bActivated) == 0x0002F3, "Member 'ARailsPathBlocker_C::bActivated' has a wrong offset!"); \ static_assert(offsetof(ARailsPathBlocker_C, bActivatedSave) == 0x0002F4, "Member 'ARailsPathBlocker_C::bActivatedSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget \ static_assert(alignof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget) == 0x000008, "Wrong alignment on MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget) == 0x000168, "Wrong size on MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, EntryPoint) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_Event_IsDesignTime) == 0x000030, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_MakeLiteralText_ReturnValue) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_TextToLower_ReturnValue) == 0x000050, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_Event_MyGeometry) == 0x0000A8, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_Event_InDeltaTime) == 0x0000E0, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_MakeArray_Array) == 0x0000E8, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000110, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_MapRangeClamped_ReturnValue) == 0x000114, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000118, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000120, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000128, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000130, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000138, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_Select_Default) == 0x00013C, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_GetPlayerController_ReturnValue_1) == 0x000140, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_CustomEvent_IsGamepadNow) == 0x000148, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, CallFunc_GetHUD_ReturnValue) == 0x000150, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000158, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'MainMenuV2_SkipWidget_C_ExecuteUbergraph_MainMenuV2_SkipWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0 \ static_assert(alignof(MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0) == 0x000001, "Wrong alignment on MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0) == 0x000001, "Wrong size on MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_GamepadModeChange_Event_0::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_Tick \ static_assert(alignof(MainMenuV2_SkipWidget_C_Tick) == 0x000004, "Wrong alignment on MainMenuV2_SkipWidget_C_Tick"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_Tick) == 0x00003C, "Wrong size on MainMenuV2_SkipWidget_C_Tick"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_PreConstruct \ static_assert(alignof(MainMenuV2_SkipWidget_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_SkipWidget_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_SkipWidget_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_OnKeyDown \ static_assert(alignof(MainMenuV2_SkipWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_SkipWidget_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_OnKeyDown) == 0x000350, "Wrong size on MainMenuV2_SkipWidget_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000140, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000158, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000159, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x00015A, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00015B, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x00015C, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x000238, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_1) == 0x000240, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x000248, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x000250, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_2) == 0x000258, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_3) == 0x000260, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_2) == 0x000268, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_3) == 0x000270, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_2) == 0x000278, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_bSuccess_2) == 0x000280, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_3) == 0x000288, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, K2Node_DynamicCast_bSuccess_3) == 0x000290, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000298, "Member 'MainMenuV2_SkipWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_OnKeyUp \ static_assert(alignof(MainMenuV2_SkipWidget_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_SkipWidget_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_OnKeyUp) == 0x0001E0, "Wrong size on MainMenuV2_SkipWidget_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_SkipWidget_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_SkipWidget_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_SkipWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_SkipWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_OnMouseButtonDown) == 0x000240, "Wrong size on MainMenuV2_SkipWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, CallFunc_PointerEvent_IsMouseButtonDown_ReturnValue) == 0x000168, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::CallFunc_PointerEvent_IsMouseButtonDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000170, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000178, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000188, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SkipWidget_C_OnMouseButtonUp \ static_assert(alignof(MainMenuV2_SkipWidget_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on MainMenuV2_SkipWidget_C_OnMouseButtonUp"); \ static_assert(sizeof(MainMenuV2_SkipWidget_C_OnMouseButtonUp) == 0x000218, "Wrong size on MainMenuV2_SkipWidget_C_OnMouseButtonUp"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SkipWidget_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_SkipWidget_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SkipWidget_C \ static_assert(alignof(UMainMenuV2_SkipWidget_C) == 0x000008, "Wrong alignment on UMainMenuV2_SkipWidget_C"); \ static_assert(sizeof(UMainMenuV2_SkipWidget_C) == 0x0002E8, "Wrong size on UMainMenuV2_SkipWidget_C"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_SkipWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, Anim_ShowBox) == 0x000268, "Member 'UMainMenuV2_SkipWidget_C::Anim_ShowBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, Box) == 0x000270, "Member 'UMainMenuV2_SkipWidget_C::Box' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, CirculProgressBarV2) == 0x000278, "Member 'UMainMenuV2_SkipWidget_C::CirculProgressBarV2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, CutsceneBox) == 0x000280, "Member 'UMainMenuV2_SkipWidget_C::CutsceneBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, KeyDisplayProgress) == 0x000288, "Member 'UMainMenuV2_SkipWidget_C::KeyDisplayProgress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, SkipText) == 0x000290, "Member 'UMainMenuV2_SkipWidget_C::SkipText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, StartingScreenBox) == 0x000298, "Member 'UMainMenuV2_SkipWidget_C::StartingScreenBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, HoldTime) == 0x0002A0, "Member 'UMainMenuV2_SkipWidget_C::HoldTime' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, IsOnProgress) == 0x0002A4, "Member 'UMainMenuV2_SkipWidget_C::IsOnProgress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, IsComplited) == 0x0002A5, "Member 'UMainMenuV2_SkipWidget_C::IsComplited' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, Time_Progress) == 0x0002A8, "Member 'UMainMenuV2_SkipWidget_C::Time_Progress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, OnCompletedHold) == 0x0002B0, "Member 'UMainMenuV2_SkipWidget_C::OnCompletedHold' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, IsShowed) == 0x0002C0, "Member 'UMainMenuV2_SkipWidget_C::IsShowed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, Timer_TH) == 0x0002C8, "Member 'UMainMenuV2_SkipWidget_C::Timer_TH' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, SkipInstant) == 0x0002D0, "Member 'UMainMenuV2_SkipWidget_C::SkipInstant' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, IsCutscene) == 0x0002D1, "Member 'UMainMenuV2_SkipWidget_C::IsCutscene' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, HoldTime_Cutscene) == 0x0002D4, "Member 'UMainMenuV2_SkipWidget_C::HoldTime_Cutscene' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SkipWidget_C, OnInteractClicked) == 0x0002D8, "Member 'UMainMenuV2_SkipWidget_C::OnInteractClicked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem \ static_assert(alignof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem) == 0x000004, "Wrong alignment on GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem"); \ static_assert(sizeof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem) == 0x00009C, "Wrong size on GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem"); \ static_assert(offsetof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem, EntryPoint) == 0x000000, "Member 'GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000014, "Member 'GenericVoidItem_C_ExecuteUbergraph_GenericVoidItem::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericVoidItem_C \ static_assert(alignof(AGenericVoidItem_C) == 0x000008, "Wrong alignment on AGenericVoidItem_C"); \ static_assert(sizeof(AGenericVoidItem_C) == 0x0002A8, "Wrong size on AGenericVoidItem_C"); \ static_assert(offsetof(AGenericVoidItem_C, UberGraphFrame) == 0x000290, "Member 'AGenericVoidItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericVoidItem_C, RotationSpeedMin) == 0x000298, "Member 'AGenericVoidItem_C::RotationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(AGenericVoidItem_C, bStopRotate) == 0x00029C, "Member 'AGenericVoidItem_C::bStopRotate' has a wrong offset!"); \ static_assert(offsetof(AGenericVoidItem_C, RotationSpeedMax) == 0x0002A0, "Member 'AGenericVoidItem_C::RotationSpeedMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMainMenuPresenter_C \ static_assert(alignof(IMainMenuPresenter_C) == 0x000001, "Wrong alignment on IMainMenuPresenter_C"); \ static_assert(sizeof(IMainMenuPresenter_C) == 0x000001, "Wrong size on IMainMenuPresenter_C"); \ #define DUMPER7_ASSERTS_BPI_TimerGateEffect_C_StartTimerGateEffect \ static_assert(alignof(BPI_TimerGateEffect_C_StartTimerGateEffect) == 0x000001, "Wrong alignment on BPI_TimerGateEffect_C_StartTimerGateEffect"); \ static_assert(sizeof(BPI_TimerGateEffect_C_StartTimerGateEffect) == 0x000001, "Wrong size on BPI_TimerGateEffect_C_StartTimerGateEffect"); \ static_assert(offsetof(BPI_TimerGateEffect_C_StartTimerGateEffect, Success) == 0x000000, "Member 'BPI_TimerGateEffect_C_StartTimerGateEffect::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_TimerGateEffect_C \ static_assert(alignof(IBPI_TimerGateEffect_C) == 0x000001, "Wrong alignment on IBPI_TimerGateEffect_C"); \ static_assert(sizeof(IBPI_TimerGateEffect_C) == 0x000001, "Wrong size on IBPI_TimerGateEffect_C"); \ #define DUMPER7_ASSERTS_AFuel_TeslaBattery_C \ static_assert(alignof(AFuel_TeslaBattery_C) == 0x000010, "Wrong alignment on AFuel_TeslaBattery_C"); \ static_assert(sizeof(AFuel_TeslaBattery_C) == 0x000430, "Wrong size on AFuel_TeslaBattery_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_DepotLeave_C \ static_assert(alignof(UTutorialTask_DepotLeave_C) == 0x000008, "Wrong alignment on UTutorialTask_DepotLeave_C"); \ static_assert(sizeof(UTutorialTask_DepotLeave_C) == 0x000060, "Wrong size on UTutorialTask_DepotLeave_C"); \ #define DUMPER7_ASSERTS_IBPI_Gate_In_C \ static_assert(alignof(IBPI_Gate_In_C) == 0x000001, "Wrong alignment on IBPI_Gate_In_C"); \ static_assert(sizeof(IBPI_Gate_In_C) == 0x000001, "Wrong size on IBPI_Gate_In_C"); \ #define DUMPER7_ASSERTS_UDamageType_Shark_C \ static_assert(alignof(UDamageType_Shark_C) == 0x000008, "Wrong alignment on UDamageType_Shark_C"); \ static_assert(sizeof(UDamageType_Shark_C) == 0x000058, "Wrong size on UDamageType_Shark_C"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip \ static_assert(alignof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip) == 0x000008, "Wrong alignment on SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip"); \ static_assert(sizeof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip) == 0x0005A8, "Wrong size on SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, EntryPoint) == 0x000000, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_Event_DeltaTime) == 0x000004, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_AsShark_2) == 0x000008, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetTargetDistanceFactor_Result) == 0x000014, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetTargetDistanceFactor_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000018, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_1) == 0x00001D, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_2) == 0x00001E, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_FInterpTo_Constant_ReturnValue_1) == 0x000020, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_FInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_PlayAnimMontage_ReturnValue) == 0x000024, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_MakeHitResult_ReturnValue) == 0x000028, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x0000C8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_3) == 0x0000CC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000CD, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_PlayAnimMontage_ReturnValue_2) == 0x0000D0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_PlayAnimMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_PlayAnimMontage_ReturnValue_3) == 0x0000D4, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_PlayAnimMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue) == 0x0000D8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_4) == 0x0000D9, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Square_ReturnValue) == 0x0000DC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetTargetDistanceFactor_Result_1) == 0x0000EC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetTargetDistanceFactor_Result_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000F0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_SelectFloat_ReturnValue) == 0x0000F8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000FC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000108, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetUpVector_ReturnValue) == 0x000114, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetForwardVector_ReturnValue) == 0x000120, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00012C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Add_VectorVector_ReturnValue) == 0x000138, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000144, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate_1) == 0x000150, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000160, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000170, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_VInterpTo_Constant_ReturnValue) == 0x000178, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x000184, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsPlaying_ReturnValue) == 0x000188, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Less_FloatFloat_ReturnValue) == 0x000189, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BooleanOR_ReturnValue) == 0x00018A, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_5) == 0x00018B, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00018C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_1) == 0x000198, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_6) == 0x000199, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_2) == 0x00019A, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Not_PreBool_ReturnValue) == 0x00019B, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_3) == 0x00019C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetTargetLocation_ReturnValue) == 0x0001A0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetTargetLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001AC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_4) == 0x0001BC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_5) == 0x0001BD, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_VInterpTo_Constant_ReturnValue_1) == 0x0001C0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_VInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_AsShark) == 0x0001D0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0001DC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000264, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate_3) == 0x000268, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000278, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000280, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000290, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_DynamicCast_bSuccess_2) == 0x000298, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00029C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_6) == 0x0002A8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0002AC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002B8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetTargetLocation_ReturnValue_1) == 0x0002C8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetTargetLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0002D8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_MakeArray_Array) == 0x0002E0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0002F0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_SphereTraceSingleByProfile_OutHit) == 0x0002FC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_SphereTraceSingleByProfile_OutHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_SphereTraceSingleByProfile_ReturnValue) == 0x000384, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_SphereTraceSingleByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_bBlockingHit) == 0x000385, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_bInitialOverlap) == 0x000386, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Time) == 0x000388, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Distance) == 0x00038C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Location) == 0x000390, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ImpactPoint) == 0x00039C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Normal) == 0x0003A8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ImpactNormal) == 0x0003B4, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_PhysMat) == 0x0003C0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitActor) == 0x0003C8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitComponent) == 0x0003D0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitBoneName) == 0x0003D8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitItem) == 0x0003E0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ElementIndex) == 0x0003E4, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_FaceIndex) == 0x0003E8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_TraceStart) == 0x0003EC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_TraceEnd) == 0x0003F8, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_7) == 0x000404, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetParentActor_ReturnValue) == 0x000408, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000410, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000411, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BooleanOR_ReturnValue_1) == 0x000412, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Vector_Distance_ReturnValue) == 0x000414, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000418, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_PlayAnimMontage_ReturnValue_4) == 0x00041C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_PlayAnimMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000420, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_7) == 0x000428, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_HasAuthority_ReturnValue_8) == 0x000429, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_HasAuthority_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_CreateDelegate_OutputDelegate_5) == 0x00042C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000440, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetTargetLocation_ReturnValue_2) == 0x000448, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetTargetLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, K2Node_MakeArray_Array_1) == 0x000458, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000468, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_SphereTraceSingleByProfile_OutHit_1) == 0x000474, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_SphereTraceSingleByProfile_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_SphereTraceSingleByProfile_ReturnValue_1) == 0x0004FC, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_SphereTraceSingleByProfile_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetPercentageValue_ReturnValue) == 0x000500, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetDegenHP_ReturnValue) == 0x000504, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000508, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000509, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00050A, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00050B, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Time_1) == 0x00050C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Distance_1) == 0x000510, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Location_1) == 0x000514, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000520, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_Normal_1) == 0x00052C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000538, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_PhysMat_1) == 0x000548, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitActor_1) == 0x000550, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitComponent_1) == 0x000558, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitBoneName_1) == 0x000560, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_HitItem_1) == 0x000568, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_ElementIndex_1) == 0x00056C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_FaceIndex_1) == 0x000570, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_TraceStart_1) == 0x000574, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BreakHitResult_TraceEnd_1) == 0x000580, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BooleanAND_ReturnValue) == 0x00058C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_IsValid_ReturnValue_8) == 0x00058D, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetParentActor_ReturnValue_1) == 0x000590, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000598, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000599, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BooleanOR_ReturnValue_2) == 0x00059A, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x00059C, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Square_ReturnValue_1) == 0x0005A0, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x0005A4, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005A5, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip, CallFunc_BooleanAND_ReturnValue_1) == 0x0005A6, "Member 'SharkAction_Whip_C_ExecuteUbergraph_SharkAction_Whip::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_Tick \ static_assert(alignof(SharkAction_Whip_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Whip_C_Tick"); \ static_assert(sizeof(SharkAction_Whip_C_Tick) == 0x000004, "Wrong size on SharkAction_Whip_C_Tick"); \ static_assert(offsetof(SharkAction_Whip_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Whip_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_GetTargetDistanceFactor \ static_assert(alignof(SharkAction_Whip_C_GetTargetDistanceFactor) == 0x000004, "Wrong alignment on SharkAction_Whip_C_GetTargetDistanceFactor"); \ static_assert(sizeof(SharkAction_Whip_C_GetTargetDistanceFactor) == 0x000028, "Wrong size on SharkAction_Whip_C_GetTargetDistanceFactor"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, Result) == 0x000000, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, CallFunc_GetTargetLocation_ReturnValue) == 0x000004, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::CallFunc_GetTargetLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, CallFunc_Vector_Distance_ReturnValue) == 0x00001C, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetDistanceFactor, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'SharkAction_Whip_C_GetTargetDistanceFactor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_GetChargeAnimRate \ static_assert(alignof(SharkAction_Whip_C_GetChargeAnimRate) == 0x000004, "Wrong alignment on SharkAction_Whip_C_GetChargeAnimRate"); \ static_assert(sizeof(SharkAction_Whip_C_GetChargeAnimRate) == 0x000010, "Wrong size on SharkAction_Whip_C_GetChargeAnimRate"); \ static_assert(offsetof(SharkAction_Whip_C_GetChargeAnimRate, Result) == 0x000000, "Member 'SharkAction_Whip_C_GetChargeAnimRate::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetChargeAnimRate, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'SharkAction_Whip_C_GetChargeAnimRate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetChargeAnimRate, CallFunc_GetDeceptionAnimMod_ReturnValue) == 0x000008, "Member 'SharkAction_Whip_C_GetChargeAnimRate::CallFunc_GetDeceptionAnimMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetChargeAnimRate, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'SharkAction_Whip_C_GetChargeAnimRate::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_AimTongue \ static_assert(alignof(SharkAction_Whip_C_AimTongue) == 0x000004, "Wrong alignment on SharkAction_Whip_C_AimTongue"); \ static_assert(sizeof(SharkAction_Whip_C_AimTongue) == 0x000090, "Wrong size on SharkAction_Whip_C_AimTongue"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, DeltaTime) == 0x000000, "Member 'SharkAction_Whip_C_AimTongue::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000010, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_FindLookAtRotation_ReturnValue) == 0x000024, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Roll) == 0x000030, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Pitch) == 0x000034, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Yaw) == 0x000038, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x00003C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Roll_1) == 0x000048, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Pitch_1) == 0x00004C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BreakRotator_Yaw_1) == 0x000050, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000058, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000060, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000064, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000068, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_FClamp_ReturnValue) == 0x00006C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000070, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000074, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_FClamp_ReturnValue_1) == 0x00007C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_MakeRotator_ReturnValue) == 0x000080, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimTongue, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x00008C, "Member 'SharkAction_Whip_C_AimTongue::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_GetTargetLocation \ static_assert(alignof(SharkAction_Whip_C_GetTargetLocation) == 0x000008, "Wrong alignment on SharkAction_Whip_C_GetTargetLocation"); \ static_assert(sizeof(SharkAction_Whip_C_GetTargetLocation) == 0x000030, "Wrong size on SharkAction_Whip_C_GetTargetLocation"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetLocation, ReturnValue) == 0x000000, "Member 'SharkAction_Whip_C_GetTargetLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetLocation, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'SharkAction_Whip_C_GetTargetLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'SharkAction_Whip_C_GetTargetLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetLocation, K2Node_DynamicCast_AsFGCharacter) == 0x000020, "Member 'SharkAction_Whip_C_GetTargetLocation::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_GetTargetLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'SharkAction_Whip_C_GetTargetLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_AimShark \ static_assert(alignof(SharkAction_Whip_C_AimShark) == 0x000004, "Wrong alignment on SharkAction_Whip_C_AimShark"); \ static_assert(sizeof(SharkAction_Whip_C_AimShark) == 0x000068, "Wrong size on SharkAction_Whip_C_AimShark"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, DeltaTime) == 0x000000, "Member 'SharkAction_Whip_C_AimShark::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'SharkAction_Whip_C_AimShark::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'SharkAction_Whip_C_AimShark::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00001C, "Member 'SharkAction_Whip_C_AimShark::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_FindLookAtRotation_ReturnValue) == 0x000028, "Member 'SharkAction_Whip_C_AimShark::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000034, "Member 'SharkAction_Whip_C_AimShark::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_RInterpTo_ReturnValue) == 0x000040, "Member 'SharkAction_Whip_C_AimShark::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x00004C, "Member 'SharkAction_Whip_C_AimShark::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000058, "Member 'SharkAction_Whip_C_AimShark::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_AimShark, CallFunc_Normal_ReturnValue) == 0x00005C, "Member 'SharkAction_Whip_C_AimShark::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown \ static_assert(alignof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown) == 0x000008, "Wrong alignment on SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown"); \ static_assert(sizeof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown) == 0x000020, "Wrong size on SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown, CallFunc_GetActionPlanner_ReturnValue) == 0x000000, "Member 'SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown, CallFunc_GetAction_ReturnValue) == 0x000008, "Member 'SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000010, "Member 'SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'SharkAction_Whip_C_SetPlayerAttackActionsOnCooldown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_RemovePlayerBlock \ static_assert(alignof(SharkAction_Whip_C_RemovePlayerBlock) == 0x000008, "Wrong alignment on SharkAction_Whip_C_RemovePlayerBlock"); \ static_assert(sizeof(SharkAction_Whip_C_RemovePlayerBlock) == 0x000038, "Wrong size on SharkAction_Whip_C_RemovePlayerBlock"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_AsFGCharacter) == 0x000000, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_bSuccess_1) == 0x000018, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'SharkAction_Whip_C_RemovePlayerBlock::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_RemovePlayerBlock, K2Node_DynamicCast_bSuccess_2) == 0x000030, "Member 'SharkAction_Whip_C_RemovePlayerBlock::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_SetPlayerBlock \ static_assert(alignof(SharkAction_Whip_C_SetPlayerBlock) == 0x000008, "Wrong alignment on SharkAction_Whip_C_SetPlayerBlock"); \ static_assert(sizeof(SharkAction_Whip_C_SetPlayerBlock) == 0x000038, "Wrong size on SharkAction_Whip_C_SetPlayerBlock"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, K2Node_MakeArray_Array) == 0x000000, "Member 'SharkAction_Whip_C_SetPlayerBlock::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'SharkAction_Whip_C_SetPlayerBlock::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_Whip_C_SetPlayerBlock::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'SharkAction_Whip_C_SetPlayerBlock::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'SharkAction_Whip_C_SetPlayerBlock::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_SetPlayerBlock, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'SharkAction_Whip_C_SetPlayerBlock::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Whip_C_CanBeTerminated \ static_assert(alignof(SharkAction_Whip_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_Whip_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_Whip_C_CanBeTerminated) == 0x000008, "Wrong size on SharkAction_Whip_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_Whip_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_K2_IsTimerActiveHandle_ReturnValue_1) == 0x000002, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_K2_IsTimerActiveHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_CanBeTerminated_ReturnValue) == 0x000003, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_CanBeTerminated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_1) == 0x000005, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_2) == 0x000006, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Whip_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_3) == 0x000007, "Member 'SharkAction_Whip_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Whip_C \ static_assert(alignof(USharkAction_Whip_C) == 0x000008, "Wrong alignment on USharkAction_Whip_C"); \ static_assert(sizeof(USharkAction_Whip_C) == 0x0001A0, "Wrong size on USharkAction_Whip_C"); \ static_assert(offsetof(USharkAction_Whip_C, UberGraphFrame_SharkAction_Whip_C) == 0x0000E8, "Member 'USharkAction_Whip_C::UberGraphFrame_SharkAction_Whip_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, DesiredDistance) == 0x0000F0, "Member 'USharkAction_Whip_C::DesiredDistance' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, TargetActor) == 0x0000F8, "Member 'USharkAction_Whip_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, bPlayingThrow) == 0x000100, "Member 'USharkAction_Whip_C::bPlayingThrow' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, Long_Tongue) == 0x000108, "Member 'USharkAction_Whip_C::Long_Tongue' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, MaxDistance) == 0x000110, "Member 'USharkAction_Whip_C::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, bPlayingPull) == 0x000114, "Member 'USharkAction_Whip_C::bPlayingPull' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, ChargeAttackMontage) == 0x000118, "Member 'USharkAction_Whip_C::ChargeAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, Shark) == 0x000120, "Member 'USharkAction_Whip_C::Shark' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, LoopAttackMontage) == 0x000128, "Member 'USharkAction_Whip_C::LoopAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, PullFailMontage) == 0x000130, "Member 'USharkAction_Whip_C::PullFailMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, PullSuccessMontage) == 0x000138, "Member 'USharkAction_Whip_C::PullSuccessMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, ChargeInterruptMontage) == 0x000140, "Member 'USharkAction_Whip_C::ChargeInterruptMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, bTargetAttached) == 0x000148, "Member 'USharkAction_Whip_C::bTargetAttached' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, AimLimit) == 0x00014C, "Member 'USharkAction_Whip_C::AimLimit' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, AimedTargetLocation) == 0x000150, "Member 'USharkAction_Whip_C::AimedTargetLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, AttachAcception) == 0x00015C, "Member 'USharkAction_Whip_C::AttachAcception' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, DesiredLocation) == 0x000160, "Member 'USharkAction_Whip_C::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, PullSpeed) == 0x00016C, "Member 'USharkAction_Whip_C::PullSpeed' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, bPlayingEnd) == 0x000170, "Member 'USharkAction_Whip_C::bPlayingEnd' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, BlockList) == 0x000178, "Member 'USharkAction_Whip_C::BlockList' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, WaitTimer) == 0x000188, "Member 'USharkAction_Whip_C::WaitTimer' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, bAiming) == 0x000190, "Member 'USharkAction_Whip_C::bAiming' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Whip_C, InterruptTimer) == 0x000198, "Member 'USharkAction_Whip_C::InterruptTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem \ static_assert(alignof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem) == 0x000008, "Wrong alignment on PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem"); \ static_assert(sizeof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem) == 0x000078, "Wrong size on PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, EntryPoint) == 0x000000, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, Temp_int_Array_Index_Variable) == 0x000004, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, K2Node_MakeArray_Array) == 0x000020, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, K2Node_CustomEvent_indices) == 0x000030, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::K2Node_CustomEvent_indices' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, K2Node_MakeArray_Array_1) == 0x000038, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Array_Get_Item) == 0x000050, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_IsVisible_ReturnValue) == 0x000058, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_Less_IntInt_ReturnValue_1) == 0x000074, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem, CallFunc_BooleanAND_ReturnValue) == 0x000075, "Member 'PlayerHealthItem_C_ExecuteUbergraph_PlayerHealthItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthItem_C_DrawUnderline \ static_assert(alignof(PlayerHealthItem_C_DrawUnderline) == 0x000004, "Wrong alignment on PlayerHealthItem_C_DrawUnderline"); \ static_assert(sizeof(PlayerHealthItem_C_DrawUnderline) == 0x000004, "Wrong size on PlayerHealthItem_C_DrawUnderline"); \ static_assert(offsetof(PlayerHealthItem_C_DrawUnderline, Indices) == 0x000000, "Member 'PlayerHealthItem_C_DrawUnderline::Indices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthItem_C_PreConstruct \ static_assert(alignof(PlayerHealthItem_C_PreConstruct) == 0x000001, "Wrong alignment on PlayerHealthItem_C_PreConstruct"); \ static_assert(sizeof(PlayerHealthItem_C_PreConstruct) == 0x000001, "Wrong size on PlayerHealthItem_C_PreConstruct"); \ static_assert(offsetof(PlayerHealthItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PlayerHealthItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerHealthItem_C \ static_assert(alignof(UPlayerHealthItem_C) == 0x000008, "Wrong alignment on UPlayerHealthItem_C"); \ static_assert(sizeof(UPlayerHealthItem_C) == 0x0002F0, "Wrong size on UPlayerHealthItem_C"); \ static_assert(offsetof(UPlayerHealthItem_C, UberGraphFrame_PlayerHealthItem_C) == 0x000290, "Member 'UPlayerHealthItem_C::UberGraphFrame_PlayerHealthItem_C' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, PlayerStatSegment) == 0x000298, "Member 'UPlayerHealthItem_C::PlayerStatSegment' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, PlayerStatSegment_1) == 0x0002A0, "Member 'UPlayerHealthItem_C::PlayerStatSegment_1' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, PlayerStatSegment_2) == 0x0002A8, "Member 'UPlayerHealthItem_C::PlayerStatSegment_2' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, PlayerStatSegment_3) == 0x0002B0, "Member 'UPlayerHealthItem_C::PlayerStatSegment_3' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, SegmentsWrapper) == 0x0002B8, "Member 'UPlayerHealthItem_C::SegmentsWrapper' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, UnderlineImage) == 0x0002C0, "Member 'UPlayerHealthItem_C::UnderlineImage' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, UnderlineImage_1) == 0x0002C8, "Member 'UPlayerHealthItem_C::UnderlineImage_1' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, UnderlineImage_2) == 0x0002D0, "Member 'UPlayerHealthItem_C::UnderlineImage_2' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, UnderlineImage_3) == 0x0002D8, "Member 'UPlayerHealthItem_C::UnderlineImage_3' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthItem_C, Underlines) == 0x0002E0, "Member 'UPlayerHealthItem_C::Underlines' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2 \ static_assert(alignof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2"); \ static_assert(sizeof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2) == 0x000340, "Wrong size on HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, EntryPoint) == 0x000000, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000008, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000010, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_ClassDynamicCast_bSuccess) == 0x000018, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_HeaderText) == 0x000020, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Text_2) == 0x000038, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Text_2' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Time) == 0x000050, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Icon_1) == 0x000058, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Icon_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_MediaSource) == 0x000060, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_MediaSource' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, CallFunc_Create_ReturnValue) == 0x000068, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_MessageType) == 0x000070, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Message_1) == 0x000078, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Message_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Count_ifLoot_) == 0x000090, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Icon_IfNeed_) == 0x000098, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ButtonCaption) == 0x0000A0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Text_1) == 0x0000B8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Text_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_DisableButton) == 0x0000D0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_IsInfoText) == 0x0000D1, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Durability) == 0x0000D8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Durability' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_MarkStr_1) == 0x0000F0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_MarkStr_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_OnCompas) == 0x000118, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_OnScreen_1) == 0x000119, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_OnScreen_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Header) == 0x000120, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Text) == 0x000138, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Text' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Icon) == 0x000150, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_IsComplite) == 0x000158, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_IsComplite' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_MarkStr) == 0x000160, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_OnCompass) == 0x000188, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_OnScreen) == 0x000189, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_OnScreen' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Sender_1) == 0x000190, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Sender_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_EnemyOnFocus) == 0x000198, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_EnemyOnFocus' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Enemy) == 0x0001C0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Health) == 0x0001C8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Health' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ShowCustom) == 0x0001CC, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ShowCustom' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_WorkerInfoProvider) == 0x0001D0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ButtonMeta) == 0x0001D8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_isBusy) == 0x000210, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_isBusy' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_isVisible) == 0x000211, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_isVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_TabType) == 0x000212, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_TabType' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ModuleInfo) == 0x000218, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_DisassembleState) == 0x000280, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_DisassembleState' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Sender) == 0x000288, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Message) == 0x0002A0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_Type) == 0x0002B8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ActionName) == 0x0002BC, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_ActionText) == 0x0002C8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_ActionText' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_bIsAvailable) == 0x0002E0, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_bIsEnabled) == 0x0002E1, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_NewMode) == 0x0002E2, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_NewMode' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_UserName) == 0x0002E8, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_UserName' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_CustomEvent_IsGamepadNow) == 0x000300, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000301, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_Event_IsGamepadNow) == 0x000302, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, CallFunc_Create_ReturnValue_1) == 0x000308, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_DynamicCast_AsMain_Menu_Presenter) == 0x000310, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_DynamicCast_AsMain_Menu_Presenter' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_DynamicCast_bSuccess) == 0x000320, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_DynamicCast_AsMain_Menu_Presenter_1) == 0x000328, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_DynamicCast_AsMain_Menu_Presenter_1' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2, K2Node_DynamicCast_bSuccess_1) == 0x000338, "Member 'HUD_MainMenuV2_C_ExecuteUbergraph_HUD_MainMenuV2::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetIsGamepadNow \ static_assert(alignof(HUD_MainMenuV2_C_SetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetIsGamepadNow"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetIsGamepadNow) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetIsGamepadNow"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetIsGamepadNow, IsGamepadNOW) == 0x000000, "Member 'HUD_MainMenuV2_C_SetIsGamepadNow::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetGamepadMode \ static_assert(alignof(HUD_MainMenuV2_C_SetGamepadMode) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetGamepadMode"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetGamepadMode) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetGamepadMode"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'HUD_MainMenuV2_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_OnFakeChatConnected \ static_assert(alignof(HUD_MainMenuV2_C_OnFakeChatConnected) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_OnFakeChatConnected"); \ static_assert(sizeof(HUD_MainMenuV2_C_OnFakeChatConnected) == 0x000018, "Wrong size on HUD_MainMenuV2_C_OnFakeChatConnected"); \ static_assert(offsetof(HUD_MainMenuV2_C_OnFakeChatConnected, UserName) == 0x000000, "Member 'HUD_MainMenuV2_C_OnFakeChatConnected::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetHUDMode \ static_assert(alignof(HUD_MainMenuV2_C_SetHUDMode) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetHUDMode"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetHUDMode) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetHUDMode"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetHUDMode, NewMode) == 0x000000, "Member 'HUD_MainMenuV2_C_SetHUDMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowModuleElectricityState \ static_assert(alignof(HUD_MainMenuV2_C_ShowModuleElectricityState) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_ShowModuleElectricityState"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowModuleElectricityState) == 0x000002, "Wrong size on HUD_MainMenuV2_C_ShowModuleElectricityState"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowModuleElectricityState, bIsAvailable) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowModuleElectricityState::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowModuleElectricityState, bIsEnabled) == 0x000001, "Member 'HUD_MainMenuV2_C_ShowModuleElectricityState::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowContextHint \ static_assert(alignof(HUD_MainMenuV2_C_ShowContextHint) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowContextHint"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowContextHint) == 0x000020, "Wrong size on HUD_MainMenuV2_C_ShowContextHint"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowContextHint, ActionName) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowContextHint::ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowContextHint, ActionText) == 0x000008, "Member 'HUD_MainMenuV2_C_ShowContextHint::ActionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_AddChatMessage \ static_assert(alignof(HUD_MainMenuV2_C_AddChatMessage) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_AddChatMessage"); \ static_assert(sizeof(HUD_MainMenuV2_C_AddChatMessage) == 0x000038, "Wrong size on HUD_MainMenuV2_C_AddChatMessage"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddChatMessage, Sender) == 0x000000, "Member 'HUD_MainMenuV2_C_AddChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddChatMessage, Message) == 0x000018, "Member 'HUD_MainMenuV2_C_AddChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddChatMessage, Type) == 0x000030, "Member 'HUD_MainMenuV2_C_AddChatMessage::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo \ static_assert(alignof(HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo"); \ static_assert(sizeof(HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo) == 0x000070, "Wrong size on HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo"); \ static_assert(offsetof(HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo, ModuleInfo) == 0x000000, "Member 'HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo, DisassembleState) == 0x000068, "Member 'HUD_MainMenuV2_C_ModCentralPanelShowSelectionInfo::DisassembleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetOpenJournalTab \ static_assert(alignof(HUD_MainMenuV2_C_SetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetOpenJournalTab"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetOpenJournalTab) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetOpenJournalTab"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_MainMenuV2_C_SetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetSubtitlesVisibility \ static_assert(alignof(HUD_MainMenuV2_C_SetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetSubtitlesVisibility"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetSubtitlesVisibility"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_MainMenuV2_C_SetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SetViewportIsBusy \ static_assert(alignof(HUD_MainMenuV2_C_SetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SetViewportIsBusy"); \ static_assert(sizeof(HUD_MainMenuV2_C_SetViewportIsBusy) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SetViewportIsBusy"); \ static_assert(offsetof(HUD_MainMenuV2_C_SetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_MainMenuV2_C_SetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowWorkerPreview \ static_assert(alignof(HUD_MainMenuV2_C_ShowWorkerPreview) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowWorkerPreview"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowWorkerPreview) == 0x000040, "Wrong size on HUD_MainMenuV2_C_ShowWorkerPreview"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowWorkerPreview, WorkerInfoProvider) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowWorkerPreview::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowWorkerPreview, ButtonMeta) == 0x000008, "Member 'HUD_MainMenuV2_C_ShowWorkerPreview::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_SwitchAO \ static_assert(alignof(HUD_MainMenuV2_C_SwitchAO) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_SwitchAO"); \ static_assert(sizeof(HUD_MainMenuV2_C_SwitchAO) == 0x000001, "Wrong size on HUD_MainMenuV2_C_SwitchAO"); \ static_assert(offsetof(HUD_MainMenuV2_C_SwitchAO, ShowCustom) == 0x000000, "Member 'HUD_MainMenuV2_C_SwitchAO::ShowCustom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowEnemyHPDamage \ static_assert(alignof(HUD_MainMenuV2_C_ShowEnemyHPDamage) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowEnemyHPDamage"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowEnemyHPDamage) == 0x000010, "Wrong size on HUD_MainMenuV2_C_ShowEnemyHPDamage"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowEnemyHPDamage, Enemy) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowEnemyHPDamage::Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowEnemyHPDamage, Health) == 0x000008, "Member 'HUD_MainMenuV2_C_ShowEnemyHPDamage::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowEnemyHP \ static_assert(alignof(HUD_MainMenuV2_C_ShowEnemyHP) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowEnemyHP"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowEnemyHP) == 0x000028, "Wrong size on HUD_MainMenuV2_C_ShowEnemyHP"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowEnemyHP, EnemyOnFocus) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowEnemyHP::EnemyOnFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_OnCharacterBeginLive \ static_assert(alignof(HUD_MainMenuV2_C_OnCharacterBeginLive) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_OnCharacterBeginLive"); \ static_assert(sizeof(HUD_MainMenuV2_C_OnCharacterBeginLive) == 0x000008, "Wrong size on HUD_MainMenuV2_C_OnCharacterBeginLive"); \ static_assert(offsetof(HUD_MainMenuV2_C_OnCharacterBeginLive, Sender) == 0x000000, "Member 'HUD_MainMenuV2_C_OnCharacterBeginLive::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_RemoveMark \ static_assert(alignof(HUD_MainMenuV2_C_RemoveMark) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_RemoveMark"); \ static_assert(sizeof(HUD_MainMenuV2_C_RemoveMark) == 0x000030, "Wrong size on HUD_MainMenuV2_C_RemoveMark"); \ static_assert(offsetof(HUD_MainMenuV2_C_RemoveMark, MarkStr) == 0x000000, "Member 'HUD_MainMenuV2_C_RemoveMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_RemoveMark, OnCompass) == 0x000028, "Member 'HUD_MainMenuV2_C_RemoveMark::OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_RemoveMark, OnScreen) == 0x000029, "Member 'HUD_MainMenuV2_C_RemoveMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowTaskInfo \ static_assert(alignof(HUD_MainMenuV2_C_ShowTaskInfo) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowTaskInfo"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowTaskInfo) == 0x000040, "Wrong size on HUD_MainMenuV2_C_ShowTaskInfo"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowTaskInfo, Header) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowTaskInfo::Header' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowTaskInfo, Text) == 0x000018, "Member 'HUD_MainMenuV2_C_ShowTaskInfo::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowTaskInfo, Icon) == 0x000030, "Member 'HUD_MainMenuV2_C_ShowTaskInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowTaskInfo, IsComplite) == 0x000038, "Member 'HUD_MainMenuV2_C_ShowTaskInfo::IsComplite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_AddMark \ static_assert(alignof(HUD_MainMenuV2_C_AddMark) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_AddMark"); \ static_assert(sizeof(HUD_MainMenuV2_C_AddMark) == 0x000030, "Wrong size on HUD_MainMenuV2_C_AddMark"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddMark, MarkStr) == 0x000000, "Member 'HUD_MainMenuV2_C_AddMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddMark, OnCompas) == 0x000028, "Member 'HUD_MainMenuV2_C_AddMark::OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_AddMark, OnScreen) == 0x000029, "Member 'HUD_MainMenuV2_C_AddMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowSelection \ static_assert(alignof(HUD_MainMenuV2_C_ShowSelection) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowSelection"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowSelection) == 0x000050, "Wrong size on HUD_MainMenuV2_C_ShowSelection"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowSelection, ButtonCaption) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowSelection::ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowSelection, Text) == 0x000018, "Member 'HUD_MainMenuV2_C_ShowSelection::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowSelection, DisableButton) == 0x000030, "Member 'HUD_MainMenuV2_C_ShowSelection::DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowSelection, IsInfoText) == 0x000031, "Member 'HUD_MainMenuV2_C_ShowSelection::IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowSelection, Durability) == 0x000038, "Member 'HUD_MainMenuV2_C_ShowSelection::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowNotifyMessage \ static_assert(alignof(HUD_MainMenuV2_C_ShowNotifyMessage) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowNotifyMessage"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowNotifyMessage) == 0x000030, "Wrong size on HUD_MainMenuV2_C_ShowNotifyMessage"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowNotifyMessage, MessageType) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowNotifyMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowNotifyMessage, Message) == 0x000008, "Member 'HUD_MainMenuV2_C_ShowNotifyMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowNotifyMessage, Count_ifLoot_) == 0x000020, "Member 'HUD_MainMenuV2_C_ShowNotifyMessage::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowNotifyMessage, Icon_IfNeed_) == 0x000028, "Member 'HUD_MainMenuV2_C_ShowNotifyMessage::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_ShowHelp \ static_assert(alignof(HUD_MainMenuV2_C_ShowHelp) == 0x000008, "Wrong alignment on HUD_MainMenuV2_C_ShowHelp"); \ static_assert(sizeof(HUD_MainMenuV2_C_ShowHelp) == 0x000048, "Wrong size on HUD_MainMenuV2_C_ShowHelp"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowHelp, HeaderText) == 0x000000, "Member 'HUD_MainMenuV2_C_ShowHelp::HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowHelp, Text) == 0x000018, "Member 'HUD_MainMenuV2_C_ShowHelp::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowHelp, Time) == 0x000030, "Member 'HUD_MainMenuV2_C_ShowHelp::Time' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowHelp, Icon) == 0x000038, "Member 'HUD_MainMenuV2_C_ShowHelp::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_MainMenuV2_C_ShowHelp, MediaSource) == 0x000040, "Member 'HUD_MainMenuV2_C_ShowHelp::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GPI_IsHoverable \ static_assert(alignof(HUD_MainMenuV2_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GPI_IsHoverable"); \ static_assert(sizeof(HUD_MainMenuV2_C_GPI_IsHoverable) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GPI_IsHoverable"); \ static_assert(offsetof(HUD_MainMenuV2_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'HUD_MainMenuV2_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetViewportIsBusy \ static_assert(alignof(HUD_MainMenuV2_C_GetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetViewportIsBusy"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetViewportIsBusy) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetViewportIsBusy"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_MainMenuV2_C_GetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetHUDVisibility \ static_assert(alignof(HUD_MainMenuV2_C_GetHUDVisibility) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetHUDVisibility"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetHUDVisibility) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetHUDVisibility"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetHUDVisibility, IsVisible) == 0x000000, "Member 'HUD_MainMenuV2_C_GetHUDVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetIsGamepadNow \ static_assert(alignof(HUD_MainMenuV2_C_GetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetIsGamepadNow"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetIsGamepadNow) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetIsGamepadNow"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetIsGamepadNow, IsGamepad) == 0x000000, "Member 'HUD_MainMenuV2_C_GetIsGamepadNow::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetSubtitlesVisibility \ static_assert(alignof(HUD_MainMenuV2_C_GetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetSubtitlesVisibility"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetSubtitlesVisibility"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_MainMenuV2_C_GetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetOpenJournalTab \ static_assert(alignof(HUD_MainMenuV2_C_GetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetOpenJournalTab"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetOpenJournalTab) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetOpenJournalTab"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_MainMenuV2_C_GetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_IsChatOpened \ static_assert(alignof(HUD_MainMenuV2_C_IsChatOpened) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_IsChatOpened"); \ static_assert(sizeof(HUD_MainMenuV2_C_IsChatOpened) == 0x000001, "Wrong size on HUD_MainMenuV2_C_IsChatOpened"); \ static_assert(offsetof(HUD_MainMenuV2_C_IsChatOpened, ReturnValue) == 0x000000, "Member 'HUD_MainMenuV2_C_IsChatOpened::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GetHUDMode \ static_assert(alignof(HUD_MainMenuV2_C_GetHUDMode) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GetHUDMode"); \ static_assert(sizeof(HUD_MainMenuV2_C_GetHUDMode) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GetHUDMode"); \ static_assert(offsetof(HUD_MainMenuV2_C_GetHUDMode, CurrentMode) == 0x000000, "Member 'HUD_MainMenuV2_C_GetHUDMode::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_MainMenuV2_C_GPI_IsHovered \ static_assert(alignof(HUD_MainMenuV2_C_GPI_IsHovered) == 0x000001, "Wrong alignment on HUD_MainMenuV2_C_GPI_IsHovered"); \ static_assert(sizeof(HUD_MainMenuV2_C_GPI_IsHovered) == 0x000001, "Wrong size on HUD_MainMenuV2_C_GPI_IsHovered"); \ static_assert(offsetof(HUD_MainMenuV2_C_GPI_IsHovered, IsHovered) == 0x000000, "Member 'HUD_MainMenuV2_C_GPI_IsHovered::IsHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHUD_MainMenuV2_C \ static_assert(alignof(AHUD_MainMenuV2_C) == 0x000008, "Wrong alignment on AHUD_MainMenuV2_C"); \ static_assert(sizeof(AHUD_MainMenuV2_C) == 0x000348, "Wrong size on AHUD_MainMenuV2_C"); \ static_assert(offsetof(AHUD_MainMenuV2_C, UberGraphFrame) == 0x000310, "Member 'AHUD_MainMenuV2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AHUD_MainMenuV2_C, DefaultSceneRoot) == 0x000318, "Member 'AHUD_MainMenuV2_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AHUD_MainMenuV2_C, SkipWidget) == 0x000320, "Member 'AHUD_MainMenuV2_C::SkipWidget' has a wrong offset!"); \ static_assert(offsetof(AHUD_MainMenuV2_C, IS_GAMEPAD) == 0x000328, "Member 'AHUD_MainMenuV2_C::IS_GAMEPAD' has a wrong offset!"); \ static_assert(offsetof(AHUD_MainMenuV2_C, GamepadModeChange) == 0x000330, "Member 'AHUD_MainMenuV2_C::GamepadModeChange' has a wrong offset!"); \ static_assert(offsetof(AHUD_MainMenuV2_C, MainMenu) == 0x000340, "Member 'AHUD_MainMenuV2_C::MainMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered \ static_assert(alignof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered) == 0x000008, "Wrong alignment on HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered"); \ static_assert(sizeof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered) == 0x000048, "Wrong size on HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, EntryPoint) == 0x000000, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_NaziSetCoverNotPreffered_C_ExecuteUbergraph_HTN_NaziSetCoverNotPreffered::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziSetCoverNotPreffered_C_ReceiveExecute \ static_assert(alignof(HTN_NaziSetCoverNotPreffered_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziSetCoverNotPreffered_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziSetCoverNotPreffered_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziSetCoverNotPreffered_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziSetCoverNotPreffered_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziSetCoverNotPreffered_C \ static_assert(alignof(UHTN_NaziSetCoverNotPreffered_C) == 0x000008, "Wrong alignment on UHTN_NaziSetCoverNotPreffered_C"); \ static_assert(sizeof(UHTN_NaziSetCoverNotPreffered_C) == 0x000128, "Wrong size on UHTN_NaziSetCoverNotPreffered_C"); \ static_assert(offsetof(UHTN_NaziSetCoverNotPreffered_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziSetCoverNotPreffered_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziSetCoverNotPreffered_C, CoverPoint) == 0x000100, "Member 'UHTN_NaziSetCoverNotPreffered_C::CoverPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute) == 0x000008, "Wrong alignment on IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute) == 0x000200, "Wrong size on IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, EntryPoint) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_TextToLower_ReturnValue) == 0x000020, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_float_Variable) == 0x000038, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_float_Variable_1) == 0x00003C, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_bool_Variable) == 0x000040, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_bool_Variable_1) == 0x000041, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_bool_Variable_2) == 0x000042, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, Temp_bool_Variable_3) == 0x000043, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_IsDesignTime) == 0x000044, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_MyGeometry_1) == 0x000048, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_MouseEvent_1) == 0x000080, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_MouseEvent) == 0x0000F0, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_PlayAnimation_ReturnValue) == 0x000160, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_PlayAnimation_ReturnValue_1) == 0x000168, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_CustomEvent_Percent) == 0x000170, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_MyGeometry) == 0x000174, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Event_InDeltaTime) == 0x0001AC, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_GetEffectMaterial_ReturnValue) == 0x0001B8, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_IsValid_ReturnValue_1) == 0x0001C0, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001C4, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_MapRangeClamped_ReturnValue) == 0x0001C8, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001CC, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_CustomEvent_IsActiveNow) == 0x0001CD, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_CustomEvent_IsActiveNow' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Select_Default) == 0x0001D0, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Select_Default_1) == 0x0001D8, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Select_Default_2) == 0x0001E0, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute, K2Node_Select_Default_3) == 0x0001E8, "Member 'IngameMenuV2_BtnKickMute_C_ExecuteUbergraph_IngameMenuV2_BtnKickMute::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_UpdateState \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_UpdateState) == 0x000001, "Wrong alignment on IngameMenuV2_BtnKickMute_C_UpdateState"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_UpdateState) == 0x000001, "Wrong size on IngameMenuV2_BtnKickMute_C_UpdateState"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_UpdateState, IsActiveNow_0) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_UpdateState::IsActiveNow_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_Tick \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_Tick) == 0x000004, "Wrong alignment on IngameMenuV2_BtnKickMute_C_Tick"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_Tick) == 0x00003C, "Wrong size on IngameMenuV2_BtnKickMute_C_Tick"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_Tick, MyGeometry) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_Tick, InDeltaTime) == 0x000038, "Member 'IngameMenuV2_BtnKickMute_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_SetPresent \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_SetPresent) == 0x000004, "Wrong alignment on IngameMenuV2_BtnKickMute_C_SetPresent"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_SetPresent) == 0x000004, "Wrong size on IngameMenuV2_BtnKickMute_C_SetPresent"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_SetPresent, Percent) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_SetPresent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_OnMouseLeave \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_OnMouseLeave) == 0x000008, "Wrong alignment on IngameMenuV2_BtnKickMute_C_OnMouseLeave"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_OnMouseLeave) == 0x000070, "Wrong size on IngameMenuV2_BtnKickMute_C_OnMouseLeave"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_OnMouseEnter \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_OnMouseEnter) == 0x000008, "Wrong alignment on IngameMenuV2_BtnKickMute_C_OnMouseEnter"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_OnMouseEnter) == 0x0000A8, "Wrong size on IngameMenuV2_BtnKickMute_C_OnMouseEnter"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_PreConstruct \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_BtnKickMute_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_BtnKickMute_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_OnMouseButtonDown \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on IngameMenuV2_BtnKickMute_C_OnMouseButtonDown"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown) == 0x000218, "Wrong size on IngameMenuV2_BtnKickMute_C_OnMouseButtonDown"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_BtnKickMute_C_OnMouseButtonUp \ static_assert(alignof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on IngameMenuV2_BtnKickMute_C_OnMouseButtonUp"); \ static_assert(sizeof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp) == 0x000218, "Wrong size on IngameMenuV2_BtnKickMute_C_OnMouseButtonUp"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_BtnKickMute_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_BtnKickMute_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_BtnKickMute_C \ static_assert(alignof(UIngameMenuV2_BtnKickMute_C) == 0x000008, "Wrong alignment on UIngameMenuV2_BtnKickMute_C"); \ static_assert(sizeof(UIngameMenuV2_BtnKickMute_C) == 0x000350, "Wrong size on UIngameMenuV2_BtnKickMute_C"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_BtnKickMute_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Animation_OnHovered) == 0x000268, "Member 'UIngameMenuV2_BtnKickMute_C::Animation_OnHovered' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, BG) == 0x000270, "Member 'UIngameMenuV2_BtnKickMute_C::BG' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Border) == 0x000278, "Member 'UIngameMenuV2_BtnKickMute_C::Border' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, CompleteBox) == 0x000280, "Member 'UIngameMenuV2_BtnKickMute_C::CompleteBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, FillImage) == 0x000288, "Member 'UIngameMenuV2_BtnKickMute_C::FillImage' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, HintBox) == 0x000290, "Member 'UIngameMenuV2_BtnKickMute_C::HintBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Icon) == 0x000298, "Member 'UIngameMenuV2_BtnKickMute_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Image) == 0x0002A0, "Member 'UIngameMenuV2_BtnKickMute_C::Image' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Image_360) == 0x0002A8, "Member 'UIngameMenuV2_BtnKickMute_C::Image_360' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Image_550) == 0x0002B0, "Member 'UIngameMenuV2_BtnKickMute_C::Image_550' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Image_686) == 0x0002B8, "Member 'UIngameMenuV2_BtnKickMute_C::Image_686' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Image_756) == 0x0002C0, "Member 'UIngameMenuV2_BtnKickMute_C::Image_756' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, MuteText) == 0x0002C8, "Member 'UIngameMenuV2_BtnKickMute_C::MuteText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, MuteText_1) == 0x0002D0, "Member 'UIngameMenuV2_BtnKickMute_C::MuteText_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, RetainerBox_345) == 0x0002D8, "Member 'UIngameMenuV2_BtnKickMute_C::RetainerBox_345' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, SubBox) == 0x0002E0, "Member 'UIngameMenuV2_BtnKickMute_C::SubBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IconDefault) == 0x0002E8, "Member 'UIngameMenuV2_BtnKickMute_C::IconDefault' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IconActive) == 0x0002F0, "Member 'UIngameMenuV2_BtnKickMute_C::IconActive' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IsOnProgress) == 0x0002F8, "Member 'UIngameMenuV2_BtnKickMute_C::IsOnProgress' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IsComplited) == 0x0002F9, "Member 'UIngameMenuV2_BtnKickMute_C::IsComplited' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IsDisabled) == 0x0002FA, "Member 'UIngameMenuV2_BtnKickMute_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, Time_Progress) == 0x0002FC, "Member 'UIngameMenuV2_BtnKickMute_C::Time_Progress' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, HoldTime) == 0x000300, "Member 'UIngameMenuV2_BtnKickMute_C::HoldTime' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, OnCompletedHold) == 0x000308, "Member 'UIngameMenuV2_BtnKickMute_C::OnCompletedHold' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, IsActiveNow) == 0x000318, "Member 'UIngameMenuV2_BtnKickMute_C::IsActiveNow' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, DefaultHintText) == 0x000320, "Member 'UIngameMenuV2_BtnKickMute_C::DefaultHintText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_BtnKickMute_C, ActiveHintText) == 0x000338, "Member 'UIngameMenuV2_BtnKickMute_C::ActiveHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_ExecuteUbergraph_Swarm_T1 \ static_assert(alignof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1) == 0x000008, "Wrong alignment on Swarm_T1_C_ExecuteUbergraph_Swarm_T1"); \ static_assert(sizeof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1) == 0x000168, "Wrong size on Swarm_T1_C_ExecuteUbergraph_Swarm_T1"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, EntryPoint) == 0x000000, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, Temp_name_Variable) == 0x00006C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_Event_HitResult) == 0x000074, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_Event_DamageType) == 0x000100, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_Event_PawnInstigator) == 0x000108, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_Event_ImpulseDir) == 0x000110, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_Event_DeltaSeconds) == 0x00011C, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000120, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_GetAIController_ReturnValue) == 0x000128, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_RunHTN_ReturnValue) == 0x000130, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_HasAuthority_ReturnValue) == 0x000131, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000138, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, K2Node_CreateDelegate_OutputDelegate_4) == 0x000144, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_GetMaterial_ReturnValue) == 0x000158, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_ExecuteUbergraph_Swarm_T1, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000160, "Member 'Swarm_T1_C_ExecuteUbergraph_Swarm_T1::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_ReceiveTick \ static_assert(alignof(Swarm_T1_C_ReceiveTick) == 0x000004, "Wrong alignment on Swarm_T1_C_ReceiveTick"); \ static_assert(sizeof(Swarm_T1_C_ReceiveTick) == 0x000004, "Wrong size on Swarm_T1_C_ReceiveTick"); \ static_assert(offsetof(Swarm_T1_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Swarm_T1_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_RagdollPlayHit \ static_assert(alignof(Swarm_T1_C_RagdollPlayHit) == 0x000008, "Wrong alignment on Swarm_T1_C_RagdollPlayHit"); \ static_assert(sizeof(Swarm_T1_C_RagdollPlayHit) == 0x0000A8, "Wrong size on Swarm_T1_C_RagdollPlayHit"); \ static_assert(offsetof(Swarm_T1_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'Swarm_T1_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'Swarm_T1_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'Swarm_T1_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'Swarm_T1_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594 \ static_assert(alignof(Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594) == 0x000004, "Wrong alignment on Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594"); \ static_assert(sizeof(Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594) == 0x000008, "Wrong size on Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594"); \ static_assert(offsetof(Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594, NotifyName) == 0x000000, "Member 'Swarm_T1_C_OnCompleted_878C00584473768B98980FBD43A61594::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594 \ static_assert(alignof(Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594) == 0x000004, "Wrong alignment on Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594"); \ static_assert(sizeof(Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594) == 0x000008, "Wrong size on Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594"); \ static_assert(offsetof(Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594, NotifyName) == 0x000000, "Member 'Swarm_T1_C_OnBlendOut_878C00584473768B98980FBD43A61594::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594 \ static_assert(alignof(Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594) == 0x000004, "Wrong alignment on Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594"); \ static_assert(sizeof(Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594) == 0x000008, "Wrong size on Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594"); \ static_assert(offsetof(Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594, NotifyName) == 0x000000, "Member 'Swarm_T1_C_OnInterrupted_878C00584473768B98980FBD43A61594::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594 \ static_assert(alignof(Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594) == 0x000004, "Wrong alignment on Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594"); \ static_assert(sizeof(Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594) == 0x000008, "Wrong size on Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594"); \ static_assert(offsetof(Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594, NotifyName) == 0x000000, "Member 'Swarm_T1_C_OnNotifyBegin_878C00584473768B98980FBD43A61594::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594 \ static_assert(alignof(Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594) == 0x000004, "Wrong alignment on Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594"); \ static_assert(sizeof(Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594) == 0x000008, "Wrong size on Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594"); \ static_assert(offsetof(Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594, NotifyName) == 0x000000, "Member 'Swarm_T1_C_OnNotifyEnd_878C00584473768B98980FBD43A61594::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_Fire \ static_assert(alignof(Swarm_T1_C_Fire) == 0x000010, "Wrong alignment on Swarm_T1_C_Fire"); \ static_assert(sizeof(Swarm_T1_C_Fire) == 0x0000A0, "Wrong size on Swarm_T1_C_Fire"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_GetSocketTransform_ReturnValue) == 0x000000, "Member 'Swarm_T1_C_Fire::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000030, "Member 'Swarm_T1_C_Fire::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_FinishSpawningActor_ReturnValue) == 0x000038, "Member 'Swarm_T1_C_Fire::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_Sqrt_ReturnValue) == 0x000040, "Member 'Swarm_T1_C_Fire::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'Swarm_T1_C_Fire::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'Swarm_T1_C_Fire::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_MakeVector_ReturnValue) == 0x00004C, "Member 'Swarm_T1_C_Fire::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_GetMaxSpeed_ReturnValue) == 0x000058, "Member 'Swarm_T1_C_Fire::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'Swarm_T1_C_Fire::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'Swarm_T1_C_Fire::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_FindLookAtRotation_ReturnValue) == 0x000074, "Member 'Swarm_T1_C_Fire::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_GetForwardVector_ReturnValue) == 0x000080, "Member 'Swarm_T1_C_Fire::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_Fire, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00008C, "Member 'Swarm_T1_C_Fire::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_MeleeHit \ static_assert(alignof(Swarm_T1_C_MeleeHit) == 0x000008, "Wrong alignment on Swarm_T1_C_MeleeHit"); \ static_assert(sizeof(Swarm_T1_C_MeleeHit) == 0x000140, "Wrong size on Swarm_T1_C_MeleeHit"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Swarm_T1_C_MeleeHit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Swarm_T1_C_MeleeHit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Swarm_T1_C_MeleeHit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, Temp_object_Variable) == 0x000010, "Member 'Swarm_T1_C_MeleeHit::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_GetSocketLocation_ReturnValue) == 0x000020, "Member 'Swarm_T1_C_MeleeHit::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_GetSocketLocation_ReturnValue_1) == 0x00002C, "Member 'Swarm_T1_C_MeleeHit::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'Swarm_T1_C_MeleeHit::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, K2Node_MakeArray_Array) == 0x000040, "Member 'Swarm_T1_C_MeleeHit::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, K2Node_MakeArray_Array_1) == 0x000050, "Member 'Swarm_T1_C_MeleeHit::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_SphereOverlapActors_OutActors) == 0x000060, "Member 'Swarm_T1_C_MeleeHit::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_SphereOverlapActors_ReturnValue) == 0x000070, "Member 'Swarm_T1_C_MeleeHit::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'Swarm_T1_C_MeleeHit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_Array_Get_Item) == 0x000078, "Member 'Swarm_T1_C_MeleeHit::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'Swarm_T1_C_MeleeHit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, K2Node_DynamicCast_AsThird_Person_Character) == 0x000088, "Member 'Swarm_T1_C_MeleeHit::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'Swarm_T1_C_MeleeHit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'Swarm_T1_C_MeleeHit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000A0, "Member 'Swarm_T1_C_MeleeHit::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_LineTraceSingle_OutHit) == 0x0000AC, "Member 'Swarm_T1_C_MeleeHit::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_LineTraceSingle_ReturnValue) == 0x000134, "Member 'Swarm_T1_C_MeleeHit::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_MeleeHit, CallFunc_ApplyPointDamage_ReturnValue) == 0x000138, "Member 'Swarm_T1_C_MeleeHit::CallFunc_ApplyPointDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_T1_C_OnDeathEvent \ static_assert(alignof(Swarm_T1_C_OnDeathEvent) == 0x000008, "Wrong alignment on Swarm_T1_C_OnDeathEvent"); \ static_assert(sizeof(Swarm_T1_C_OnDeathEvent) == 0x000030, "Wrong size on Swarm_T1_C_OnDeathEvent"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Swarm_T1_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Swarm_T1_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Swarm_T1_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'Swarm_T1_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'Swarm_T1_C_OnDeathEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Swarm_T1_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Swarm_T1_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000029, "Member 'Swarm_T1_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASwarm_T1_C \ static_assert(alignof(ASwarm_T1_C) == 0x000010, "Wrong alignment on ASwarm_T1_C"); \ static_assert(sizeof(ASwarm_T1_C) == 0x000F30, "Wrong size on ASwarm_T1_C"); \ static_assert(offsetof(ASwarm_T1_C, UberGraphFrame_Swarm_T1_C) == 0x000EF8, "Member 'ASwarm_T1_C::UberGraphFrame_Swarm_T1_C' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, HeadArmor_L) == 0x000F00, "Member 'ASwarm_T1_C::HeadArmor_L' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, HeadArmor_R) == 0x000F08, "Member 'ASwarm_T1_C::HeadArmor_R' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, HeadArmor_Bottom) == 0x000F10, "Member 'ASwarm_T1_C::HeadArmor_Bottom' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, HeadArmor_Top) == 0x000F18, "Member 'ASwarm_T1_C::HeadArmor_Top' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, GrassWaver) == 0x000F20, "Member 'ASwarm_T1_C::GrassWaver' has a wrong offset!"); \ static_assert(offsetof(ASwarm_T1_C, LifeMatParameter) == 0x000F28, "Member 'ASwarm_T1_C::LifeMatParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls \ static_assert(alignof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls) == 0x000290, "Wrong size on MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_1) == 0x000008, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable) == 0x000010, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_1) == 0x000011, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_2) == 0x000012, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_2) == 0x000014, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_3) == 0x000018, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_3) == 0x00001C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_4) == 0x000020, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_5) == 0x000024, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_4) == 0x000028, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_6) == 0x00002C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_7) == 0x000030, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_5) == 0x000034, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_8) == 0x000038, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_9) == 0x00003C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_6) == 0x000040, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_10) == 0x000044, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_11) == 0x000048, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_12) == 0x00004C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_7) == 0x000050, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_8) == 0x000051, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_13) == 0x000054, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_9) == 0x000058, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_10) == 0x000059, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_14) == 0x00005C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_11) == 0x000060, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_12) == 0x000061, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_15) == 0x000064, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_13) == 0x000068, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_14) == 0x000069, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_15) == 0x00006A, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_16) == 0x00006C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_17) == 0x000070, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_18) == 0x000074, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_16) == 0x000078, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_bool_Variable_17) == 0x000079, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_19) == 0x00007C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Array_Index_Variable) == 0x000094, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000098, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000AC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Array_Index_Variable_1) == 0x0000B0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Loop_Counter_Variable_1) == 0x0000B4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000B8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Variable_20) == 0x0000BC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Variable_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Array_Index_Variable_2) == 0x0000C0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000C4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Loop_Counter_Variable_2) == 0x0000C8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000CC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Array_Index_Variable_3) == 0x0000D0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000D4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Array_Index_Variable_4) == 0x0000E4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetAllChildren_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_AsMain_Menu_V2_Key_Widget) == 0x000108, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_AsMain_Menu_V2_Key_Widget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Add_ReturnValue) == 0x000114, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetAllChildren_ReturnValue_1) == 0x000118, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_AsMain_Menu_V2_Key_Widget_1) == 0x000138, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_AsMain_Menu_V2_Key_Widget_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Add_ReturnValue_1) == 0x000144, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_2) == 0x000148, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_2) == 0x000150, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_Action) == 0x000155, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_KeyWidget) == 0x000158, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_3) == 0x000160, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_3) == 0x000168, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_1) == 0x00016C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect_5) == 0x00016D, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index_5) == 0x000170, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_4) == 0x000178, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default) == 0x000180, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_4) == 0x000184, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_2) == 0x000188, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Loop_Counter_Variable_3) == 0x00018C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_3) == 0x000191, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_6) == 0x000194, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_5) == 0x000198, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue) == 0x0001A0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_5) == 0x0001A4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_6) == 0x0001A8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001B0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_6) == 0x0001B4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect_4) == 0x0001B8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index_4) == 0x0001BC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001C0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_1) == 0x0001C1, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_1) == 0x0001C2, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsAzertyNow_IsAzerty) == 0x0001C3, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsAzertyNow_IsAzerty' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_2) == 0x0001C4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_PlayEvent2D_ReturnValue) == 0x0001C8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect_3) == 0x0001D0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index_3) == 0x0001D4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_2) == 0x0001D8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_3) == 0x0001D9, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect_2) == 0x0001DA, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index_2) == 0x0001DC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_4) == 0x0001E0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_3) == 0x0001E1, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect_1) == 0x0001E2, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index_1) == 0x0001E4, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_4) == 0x0001E8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_5) == 0x0001E9, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetMouseInvertAxisX_ReturnValue) == 0x0001EA, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetMouseInvertAxisX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetMouseInvertAxisY_ReturnValue) == 0x0001EB, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetMouseInvertAxisY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_6) == 0x0001EC, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_7) == 0x0001F0, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetGameInstance_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_AsFGGame_Instance) == 0x000200, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_DynamicCast_bSuccess_2) == 0x000208, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_8) == 0x00020C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_9) == 0x000210, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_10) == 0x000214, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_IsLeftBtnSelect) == 0x000218, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_ComponentBoundEvent_Index) == 0x00021C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, Temp_int_Loop_Counter_Variable_4) == 0x000220, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_Select_Default_11) == 0x000224, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_6) == 0x000225, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Add_IntInt_ReturnValue_7) == 0x000228, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_5) == 0x00022C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Get_Item_7) == 0x000230, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Array_Length_ReturnValue_7) == 0x000238, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Less_IntInt_ReturnValue_7) == 0x00023C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_Value_1) == 0x000240, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_ValuePercent_1) == 0x000244, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_ValuePercent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue) == 0x000248, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00024C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000250, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetAimMouseSensitivityMultiplier_ReturnValue) == 0x000254, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetAimMouseSensitivityMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_3) == 0x000258, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_Value) == 0x00025C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, K2Node_CustomEvent_ValuePercent) == 0x000260, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::K2Node_CustomEvent_ValuePercent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_4) == 0x000264, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetMouseSensitivity_ReturnValue) == 0x000268, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetMouseSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_5) == 0x00026C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetMouseSensitivity_ReturnValue_1) == 0x000270, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetMouseSensitivity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_IsValid_ReturnValue_6) == 0x000274, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_MapRangeClamped_ReturnValue_6) == 0x000278, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_MapRangeClamped_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x00027C, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x00027D, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue_3) == 0x00027E, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue_4) == 0x00027F, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToBool_ReturnValue_5) == 0x000280, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_GetValue_Value) == 0x000284, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_GetValue_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000288, "Member 'MainMenuV2_Settings_Controls_C_ExecuteUbergraph_MainMenuV2_Settings_Controls::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_CustomEvent_0 \ static_assert(alignof(MainMenuV2_Settings_Controls_C_CustomEvent_0) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_CustomEvent_0"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_CustomEvent_0) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_CustomEvent_0"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_CustomEvent_0, Value) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_CustomEvent_0::Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_CustomEvent_0, ValuePercent) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_CustomEvent_0::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_OnChange_Event_0 \ static_assert(alignof(MainMenuV2_Settings_Controls_C_OnChange_Event_0) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_OnChange_Event_0"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_OnChange_Event_0) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_OnChange_Event_0"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_OnChange_Event_0, Value) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_OnChange_Event_0::Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_OnChange_Event_0, ValuePercent) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_OnChange_Event_0::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_CrouchMode_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseAim_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversionX_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_MouseInversion_K2Node_ComponentBoundEvent_2_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_SpinMode_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_BndEvt__MainMenuV2_Settings_Controls_KeyboardType_Azerty_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_OnClick_Event_1 \ static_assert(alignof(MainMenuV2_Settings_Controls_C_OnClick_Event_1) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Controls_C_OnClick_Event_1"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_OnClick_Event_1) == 0x000010, "Wrong size on MainMenuV2_Settings_Controls_C_OnClick_Event_1"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_OnClick_Event_1, Action) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_OnClick_Event_1::Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_OnClick_Event_1, KeyWidget) == 0x000008, "Member 'MainMenuV2_Settings_Controls_C_OnClick_Event_1::KeyWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_SetSettingsMenuRef \ static_assert(alignof(MainMenuV2_Settings_Controls_C_SetSettingsMenuRef) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Controls_C_SetSettingsMenuRef"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_SetSettingsMenuRef) == 0x000008, "Wrong size on MainMenuV2_Settings_Controls_C_SetSettingsMenuRef"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_SetSettingsMenuRef, SettingsBaseRef) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_SetSettingsMenuRef::SettingsBaseRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_IsHaveChanges \ static_assert(alignof(MainMenuV2_Settings_Controls_C_IsHaveChanges) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Controls_C_IsHaveChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_IsHaveChanges) == 0x000028, "Wrong size on MainMenuV2_Settings_Controls_C_IsHaveChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, IsChanged) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::IsChanged' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, CallFunc_Array_Get_Item) == 0x000018, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsHaveChanges, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Controls_C_IsHaveChanges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Controls_C_IsAzertyNow \ static_assert(alignof(MainMenuV2_Settings_Controls_C_IsAzertyNow) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Controls_C_IsAzertyNow"); \ static_assert(sizeof(MainMenuV2_Settings_Controls_C_IsAzertyNow) == 0x000004, "Wrong size on MainMenuV2_Settings_Controls_C_IsAzertyNow"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsAzertyNow, IsAzerty) == 0x000000, "Member 'MainMenuV2_Settings_Controls_C_IsAzertyNow::IsAzerty' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsAzertyNow, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000001, "Member 'MainMenuV2_Settings_Controls_C_IsAzertyNow::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsAzertyNow, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000002, "Member 'MainMenuV2_Settings_Controls_C_IsAzertyNow::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Controls_C_IsAzertyNow, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'MainMenuV2_Settings_Controls_C_IsAzertyNow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Controls_C \ static_assert(alignof(UMainMenuV2_Settings_Controls_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Controls_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Controls_C) == 0x0003B0, "Wrong size on UMainMenuV2_Settings_Controls_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Controls_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, CrouchMode) == 0x000268, "Member 'UMainMenuV2_Settings_Controls_C::CrouchMode' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, KeyboardType_Azerty) == 0x000270, "Member 'UMainMenuV2_Settings_Controls_C::KeyboardType_Azerty' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, KeyboardType_SprintMode) == 0x000278, "Member 'UMainMenuV2_Settings_Controls_C::KeyboardType_SprintMode' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget) == 0x000280, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_1) == 0x000288, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_2) == 0x000290, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_3) == 0x000298, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_4) == 0x0002A0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_5) == 0x0002A8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_5' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_6) == 0x0002B0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_6' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_7) == 0x0002B8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_7' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_8) == 0x0002C0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_8' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_9) == 0x0002C8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_9' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_10) == 0x0002D0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_10' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_11) == 0x0002D8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_11' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_12) == 0x0002E0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_12' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_13) == 0x0002E8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_13' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_14) == 0x0002F0, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_14' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_15) == 0x0002F8, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_15' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_16) == 0x000300, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_16' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_17) == 0x000308, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_17' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_18) == 0x000310, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_18' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_19) == 0x000318, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_19' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_20) == 0x000320, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_20' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_21) == 0x000328, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_21' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_22) == 0x000330, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_22' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_23) == 0x000338, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_23' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_KeyWidget_24) == 0x000340, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_KeyWidget_24' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_MouseAimSense_1) == 0x000348, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_MouseAimSense_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MainMenuV2_MouseSense) == 0x000350, "Member 'UMainMenuV2_Settings_Controls_C::MainMenuV2_MouseSense' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MouseAim) == 0x000358, "Member 'UMainMenuV2_Settings_Controls_C::MouseAim' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MouseInversionX) == 0x000360, "Member 'UMainMenuV2_Settings_Controls_C::MouseInversionX' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, MouseInversionY) == 0x000368, "Member 'UMainMenuV2_Settings_Controls_C::MouseInversionY' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, VerticalBox) == 0x000370, "Member 'UMainMenuV2_Settings_Controls_C::VerticalBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, VerticalBox_0) == 0x000378, "Member 'UMainMenuV2_Settings_Controls_C::VerticalBox_0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, KeyWidgets) == 0x000380, "Member 'UMainMenuV2_Settings_Controls_C::KeyWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, ParentSettingsMenu) == 0x000390, "Member 'UMainMenuV2_Settings_Controls_C::ParentSettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, DefaultMouseSensitivity) == 0x000398, "Member 'UMainMenuV2_Settings_Controls_C::DefaultMouseSensitivity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, bWantsRunToggle) == 0x00039C, "Member 'UMainMenuV2_Settings_Controls_C::bWantsRunToggle' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, bMouseInvertY) == 0x00039D, "Member 'UMainMenuV2_Settings_Controls_C::bMouseInvertY' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, bMouseInvertX) == 0x00039E, "Member 'UMainMenuV2_Settings_Controls_C::bMouseInvertX' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, bWantsToggleAim) == 0x00039F, "Member 'UMainMenuV2_Settings_Controls_C::bWantsToggleAim' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, As_FGGame_Instance) == 0x0003A0, "Member 'UMainMenuV2_Settings_Controls_C::As_FGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Controls_C, CrouchToggle) == 0x0003A8, "Member 'UMainMenuV2_Settings_Controls_C::CrouchToggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACasket_T4_C \ static_assert(alignof(ACasket_T4_C) == 0x000010, "Wrong alignment on ACasket_T4_C"); \ static_assert(sizeof(ACasket_T4_C) == 0x000820, "Wrong size on ACasket_T4_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput \ static_assert(alignof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput) == 0x000008, "Wrong alignment on MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput"); \ static_assert(sizeof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput) == 0x000190, "Wrong size on MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, EntryPoint) == 0x000000, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CustomEvent_Action) == 0x000024, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CustomEvent_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CustomEvent_KeyWidget) == 0x000028, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CustomEvent_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CustomEvent_Key) == 0x000030, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_CheckIsKeyBusy_ThisKeyWidget) == 0x000048, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_CheckIsKeyBusy_ThisKeyWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_CheckIsKeyBusy_IsBusy) == 0x000050, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_CheckIsKeyBusy_IsBusy' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_EnumToTable_KeyInformation) == 0x000058, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_EnumToTable_KeyInformation' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_CustomEvent_IsBindingOnAction) == 0x0000B0, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_CustomEvent_IsBindingOnAction' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_MakeLiteralText_ReturnValue) == 0x000108, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_PlayAnimation_ReturnValue) == 0x000160, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, K2Node_MakeArray_Array) == 0x000168, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput, CallFunc_Format_ReturnValue) == 0x000178, "Member 'MainMenuV2_KeyInput_C_ExecuteUbergraph_MainMenuV2_KeyInput::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyInput_C_ShowKeyIsBusy \ static_assert(alignof(MainMenuV2_KeyInput_C_ShowKeyIsBusy) == 0x000008, "Wrong alignment on MainMenuV2_KeyInput_C_ShowKeyIsBusy"); \ static_assert(sizeof(MainMenuV2_KeyInput_C_ShowKeyIsBusy) == 0x000018, "Wrong size on MainMenuV2_KeyInput_C_ShowKeyIsBusy"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_ShowKeyIsBusy, IsBindingOnAction) == 0x000000, "Member 'MainMenuV2_KeyInput_C_ShowKeyIsBusy::IsBindingOnAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyInput_C_KeySelect_Event_0 \ static_assert(alignof(MainMenuV2_KeyInput_C_KeySelect_Event_0) == 0x000008, "Wrong alignment on MainMenuV2_KeyInput_C_KeySelect_Event_0"); \ static_assert(sizeof(MainMenuV2_KeyInput_C_KeySelect_Event_0) == 0x000018, "Wrong size on MainMenuV2_KeyInput_C_KeySelect_Event_0"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_KeySelect_Event_0, Key) == 0x000000, "Member 'MainMenuV2_KeyInput_C_KeySelect_Event_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyInput_C_Show \ static_assert(alignof(MainMenuV2_KeyInput_C_Show) == 0x000008, "Wrong alignment on MainMenuV2_KeyInput_C_Show"); \ static_assert(sizeof(MainMenuV2_KeyInput_C_Show) == 0x000010, "Wrong size on MainMenuV2_KeyInput_C_Show"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_Show, Action_0) == 0x000000, "Member 'MainMenuV2_KeyInput_C_Show::Action_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_Show, KeyWidget) == 0x000008, "Member 'MainMenuV2_KeyInput_C_Show::KeyWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyInput_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_KeyInput_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_KeyInput_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_KeyInput_C_OnMouseButtonDown) == 0x000230, "Wrong size on MainMenuV2_KeyInput_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_KeyInput_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_KeyInput_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_KeyInput_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'MainMenuV2_KeyInput_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyInput_C_OnMouseButtonDown, CallFunc_Unhandled_ReturnValue) == 0x000178, "Member 'MainMenuV2_KeyInput_C_OnMouseButtonDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_KeyInput_C \ static_assert(alignof(UMainMenuV2_KeyInput_C) == 0x000008, "Wrong alignment on UMainMenuV2_KeyInput_C"); \ static_assert(sizeof(UMainMenuV2_KeyInput_C) == 0x0002B0, "Wrong size on UMainMenuV2_KeyInput_C"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_KeyInput_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, AnimationError) == 0x000268, "Member 'UMainMenuV2_KeyInput_C::AnimationError' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, Back) == 0x000270, "Member 'UMainMenuV2_KeyInput_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, ErrorText) == 0x000278, "Member 'UMainMenuV2_KeyInput_C::ErrorText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, Line) == 0x000280, "Member 'UMainMenuV2_KeyInput_C::Line' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, MainMenuV2_KeyWidget) == 0x000288, "Member 'UMainMenuV2_KeyInput_C::MainMenuV2_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, OnClose) == 0x000290, "Member 'UMainMenuV2_KeyInput_C::OnClose' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, Action) == 0x0002A0, "Member 'UMainMenuV2_KeyInput_C::Action' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyInput_C, InstigatorKeyWidget) == 0x0002A8, "Member 'UMainMenuV2_KeyInput_C::InstigatorKeyWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem \ static_assert(alignof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem) == 0x000008, "Wrong alignment on PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem"); \ static_assert(sizeof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem) == 0x000038, "Wrong size on PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, EntryPoint) == 0x000000, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, K2Node_CustomEvent_Max_apacity) == 0x000004, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::K2Node_CustomEvent_Max_apacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, K2Node_CustomEvent_TargetValue) == 0x000008, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::K2Node_CustomEvent_TargetValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem, CallFunc_Less_FloatFloat_ReturnValue) == 0x000030, "Member 'PlayerStatItem_C_ExecuteUbergraph_PlayerStatItem::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_OnValueUpdated \ static_assert(alignof(PlayerStatItem_C_OnValueUpdated) == 0x000004, "Wrong alignment on PlayerStatItem_C_OnValueUpdated"); \ static_assert(sizeof(PlayerStatItem_C_OnValueUpdated) == 0x000008, "Wrong size on PlayerStatItem_C_OnValueUpdated"); \ static_assert(offsetof(PlayerStatItem_C_OnValueUpdated, MaxСapacity) == 0x000000, "Member 'PlayerStatItem_C_OnValueUpdated::MaxСapacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_OnValueUpdated, TargetValue) == 0x000004, "Member 'PlayerStatItem_C_OnValueUpdated::TargetValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_CalculateBarCapacity \ static_assert(alignof(PlayerStatItem_C_CalculateBarCapacity) == 0x000008, "Wrong alignment on PlayerStatItem_C_CalculateBarCapacity"); \ static_assert(sizeof(PlayerStatItem_C_CalculateBarCapacity) == 0x000020, "Wrong size on PlayerStatItem_C_CalculateBarCapacity"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, Temp_int_Array_Index_Variable) == 0x000000, "Member 'PlayerStatItem_C_CalculateBarCapacity::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'PlayerStatItem_C_CalculateBarCapacity::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'PlayerStatItem_C_CalculateBarCapacity::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'PlayerStatItem_C_CalculateBarCapacity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, CallFunc_Array_Get_Item) == 0x000010, "Member 'PlayerStatItem_C_CalculateBarCapacity::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'PlayerStatItem_C_CalculateBarCapacity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_CalculateBarCapacity, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'PlayerStatItem_C_CalculateBarCapacity::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_ReconstructSegments \ static_assert(alignof(PlayerStatItem_C_ReconstructSegments) == 0x000008, "Wrong alignment on PlayerStatItem_C_ReconstructSegments"); \ static_assert(sizeof(PlayerStatItem_C_ReconstructSegments) == 0x000078, "Wrong size on PlayerStatItem_C_ReconstructSegments"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, TargetCapacity) == 0x000000, "Member 'PlayerStatItem_C_ReconstructSegments::TargetCapacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, LocalSegments) == 0x000008, "Member 'PlayerStatItem_C_ReconstructSegments::LocalSegments' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, LocalTargetCapacity) == 0x000018, "Member 'PlayerStatItem_C_ReconstructSegments::LocalTargetCapacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_int_Array_Index_Variable) == 0x000028, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_bool_True_if_break_was_hit_Variable_1) == 0x00002D, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002E, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'PlayerStatItem_C_ReconstructSegments::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Array_Get_Item) == 0x000040, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000048, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000051, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000053, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000060, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Add_FloatFloat_ReturnValue) == 0x000064, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Not_PreBool_ReturnValue_2) == 0x000068, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_Less_FloatFloat_ReturnValue) == 0x000071, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_ReconstructSegments, CallFunc_BooleanAND_ReturnValue_1) == 0x000072, "Member 'PlayerStatItem_C_ReconstructSegments::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_SetAbsoluteValue \ static_assert(alignof(PlayerStatItem_C_SetAbsoluteValue) == 0x000004, "Wrong alignment on PlayerStatItem_C_SetAbsoluteValue"); \ static_assert(sizeof(PlayerStatItem_C_SetAbsoluteValue) == 0x000008, "Wrong size on PlayerStatItem_C_SetAbsoluteValue"); \ static_assert(offsetof(PlayerStatItem_C_SetAbsoluteValue, TargetDecimalValue) == 0x000000, "Member 'PlayerStatItem_C_SetAbsoluteValue::TargetDecimalValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetAbsoluteValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'PlayerStatItem_C_SetAbsoluteValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_Draw_Damaged_Value \ static_assert(alignof(PlayerStatItem_C_Draw_Damaged_Value) == 0x000008, "Wrong alignment on PlayerStatItem_C_Draw_Damaged_Value"); \ static_assert(sizeof(PlayerStatItem_C_Draw_Damaged_Value) == 0x000050, "Wrong size on PlayerStatItem_C_Draw_Damaged_Value"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, EmptySpace) == 0x000000, "Member 'PlayerStatItem_C_Draw_Damaged_Value::EmptySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, LocalAbsoluteValue) == 0x000004, "Member 'PlayerStatItem_C_Draw_Damaged_Value::LocalAbsoluteValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, LocalSegments) == 0x000008, "Member 'PlayerStatItem_C_Draw_Damaged_Value::LocalSegments' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'PlayerStatItem_C_Draw_Damaged_Value::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'PlayerStatItem_C_Draw_Damaged_Value::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'PlayerStatItem_C_Draw_Damaged_Value::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Array_Get_Item) == 0x000028, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00003C, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000040, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000044, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000048, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Draw_Damaged_Value, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00004C, "Member 'PlayerStatItem_C_Draw_Damaged_Value::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_Burn_Difference \ static_assert(alignof(PlayerStatItem_C_Burn_Difference) == 0x000008, "Wrong alignment on PlayerStatItem_C_Burn_Difference"); \ static_assert(sizeof(PlayerStatItem_C_Burn_Difference) == 0x000078, "Wrong size on PlayerStatItem_C_Burn_Difference"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, NewDifference) == 0x000000, "Member 'PlayerStatItem_C_Burn_Difference::NewDifference' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, SegmentAbsoluteDiff) == 0x000004, "Member 'PlayerStatItem_C_Burn_Difference::SegmentAbsoluteDiff' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, LocalAbsoluteDiff) == 0x000008, "Member 'PlayerStatItem_C_Burn_Difference::LocalAbsoluteDiff' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, LocalSegments) == 0x000010, "Member 'PlayerStatItem_C_Burn_Difference::LocalSegments' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, Temp_int_Array_Index_Variable) == 0x000020, "Member 'PlayerStatItem_C_Burn_Difference::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'PlayerStatItem_C_Burn_Difference::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'PlayerStatItem_C_Burn_Difference::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Array_Get_Item) == 0x000030, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Burn_Down_Difference_NewDifference) == 0x00003C, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Burn_Down_Difference_NewDifference' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00004C, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000050, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000054, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000058, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000060, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000064, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000068, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_Burn_Difference, CallFunc_Burn_Down_Difference_NewDifference_1) == 0x000070, "Member 'PlayerStatItem_C_Burn_Difference::CallFunc_Burn_Down_Difference_NewDifference_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_DrawRestoredValue \ static_assert(alignof(PlayerStatItem_C_DrawRestoredValue) == 0x000008, "Wrong alignment on PlayerStatItem_C_DrawRestoredValue"); \ static_assert(sizeof(PlayerStatItem_C_DrawRestoredValue) == 0x000050, "Wrong size on PlayerStatItem_C_DrawRestoredValue"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, LocalRestoredValue) == 0x000000, "Member 'PlayerStatItem_C_DrawRestoredValue::LocalRestoredValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, LocalAbsoluteValue) == 0x000004, "Member 'PlayerStatItem_C_DrawRestoredValue::LocalAbsoluteValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, Temp_int_Array_Index_Variable) == 0x000008, "Member 'PlayerStatItem_C_DrawRestoredValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'PlayerStatItem_C_DrawRestoredValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000014, "Member 'PlayerStatItem_C_DrawRestoredValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Array_Get_Item) == 0x000020, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000038, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Less_FloatFloat_ReturnValue) == 0x000040, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000044, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_DrawRestoredValue, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000048, "Member 'PlayerStatItem_C_DrawRestoredValue::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_RestoreValue \ static_assert(alignof(PlayerStatItem_C_RestoreValue) == 0x000008, "Wrong alignment on PlayerStatItem_C_RestoreValue"); \ static_assert(sizeof(PlayerStatItem_C_RestoreValue) == 0x000070, "Wrong size on PlayerStatItem_C_RestoreValue"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, LocalRestoringValue) == 0x000000, "Member 'PlayerStatItem_C_RestoreValue::LocalRestoringValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, LocalAbsoluteValue) == 0x000004, "Member 'PlayerStatItem_C_RestoreValue::LocalAbsoluteValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'PlayerStatItem_C_RestoreValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, Temp_int_Array_Index_Variable) == 0x000018, "Member 'PlayerStatItem_C_RestoreValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'PlayerStatItem_C_RestoreValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Not_PreBool_ReturnValue) == 0x00001D, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001E, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Array_Get_Item) == 0x000020, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Restore_Value_MainValue) == 0x00002C, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Restore_Value_MainValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Restore_Value_Diff) == 0x000030, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Restore_Value_Diff' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000034, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000040, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000044, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000048, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00004C, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000050, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000054, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Less_FloatFloat_ReturnValue) == 0x00005C, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_BooleanAND_ReturnValue) == 0x000065, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000068, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_RestoreValue, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x00006C, "Member 'PlayerStatItem_C_RestoreValue::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatItem_C_SetDefaultValue \ static_assert(alignof(PlayerStatItem_C_SetDefaultValue) == 0x000008, "Wrong alignment on PlayerStatItem_C_SetDefaultValue"); \ static_assert(sizeof(PlayerStatItem_C_SetDefaultValue) == 0x000040, "Wrong size on PlayerStatItem_C_SetDefaultValue"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, MaxValue) == 0x000000, "Member 'PlayerStatItem_C_SetDefaultValue::MaxValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, DecimalValue) == 0x000004, "Member 'PlayerStatItem_C_SetDefaultValue::DecimalValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, LocalTargetCapacity) == 0x000008, "Member 'PlayerStatItem_C_SetDefaultValue::LocalTargetCapacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, LocalMaxCapacity) == 0x00000C, "Member 'PlayerStatItem_C_SetDefaultValue::LocalMaxCapacity' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'PlayerStatItem_C_SetDefaultValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, Temp_int_Array_Index_Variable) == 0x000018, "Member 'PlayerStatItem_C_SetDefaultValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'PlayerStatItem_C_SetDefaultValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Array_Get_Item) == 0x000028, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatItem_C_SetDefaultValue, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'PlayerStatItem_C_SetDefaultValue::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerStatItem_C \ static_assert(alignof(UPlayerStatItem_C) == 0x000008, "Wrong alignment on UPlayerStatItem_C"); \ static_assert(sizeof(UPlayerStatItem_C) == 0x000290, "Wrong size on UPlayerStatItem_C"); \ static_assert(offsetof(UPlayerStatItem_C, UberGraphFrame) == 0x000260, "Member 'UPlayerStatItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, AbsoluteValue) == 0x000268, "Member 'UPlayerStatItem_C::AbsoluteValue' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, BarCapacity) == 0x00026C, "Member 'UPlayerStatItem_C::BarCapacity' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, CurrentValue) == 0x000270, "Member 'UPlayerStatItem_C::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, CurrentDiff) == 0x000274, "Member 'UPlayerStatItem_C::CurrentDiff' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, CurrentTimer) == 0x000278, "Member 'UPlayerStatItem_C::CurrentTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatItem_C, Segments) == 0x000280, "Member 'UPlayerStatItem_C::Segments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayer_LootDispenser_C \ static_assert(alignof(APlayer_LootDispenser_C) == 0x000008, "Wrong alignment on APlayer_LootDispenser_C"); \ static_assert(sizeof(APlayer_LootDispenser_C) == 0x0002C0, "Wrong size on APlayer_LootDispenser_C"); \ #define DUMPER7_ASSERTS_BloodDecal_C_ExecuteUbergraph_BloodDecal \ static_assert(alignof(BloodDecal_C_ExecuteUbergraph_BloodDecal) == 0x000008, "Wrong alignment on BloodDecal_C_ExecuteUbergraph_BloodDecal"); \ static_assert(sizeof(BloodDecal_C_ExecuteUbergraph_BloodDecal) == 0x0000E0, "Wrong size on BloodDecal_C_ExecuteUbergraph_BloodDecal"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, EntryPoint) == 0x000000, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, K2Node_Event_bPooledActor) == 0x000014, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::K2Node_Event_bPooledActor' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_Array_Random_OutItem) == 0x000020, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_Array_Random_OutIndex) == 0x000028, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000038, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00003C, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_IsPooledActor_ReturnValue) == 0x000040, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_IsPooledActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_Add_FloatFloat_ReturnValue) == 0x000044, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000050, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BloodDecal_C_ExecuteUbergraph_BloodDecal, CallFunc_SpawnDecalAttached_ReturnValue) == 0x0000D8, "Member 'BloodDecal_C_ExecuteUbergraph_BloodDecal::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BloodDecal_C_SetIsPooledActor \ static_assert(alignof(BloodDecal_C_SetIsPooledActor) == 0x000001, "Wrong alignment on BloodDecal_C_SetIsPooledActor"); \ static_assert(sizeof(BloodDecal_C_SetIsPooledActor) == 0x000001, "Wrong size on BloodDecal_C_SetIsPooledActor"); \ static_assert(offsetof(BloodDecal_C_SetIsPooledActor, bPooledActor) == 0x000000, "Member 'BloodDecal_C_SetIsPooledActor::bPooledActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BloodDecal_C_IsPooledActor \ static_assert(alignof(BloodDecal_C_IsPooledActor) == 0x000001, "Wrong alignment on BloodDecal_C_IsPooledActor"); \ static_assert(sizeof(BloodDecal_C_IsPooledActor) == 0x000001, "Wrong size on BloodDecal_C_IsPooledActor"); \ static_assert(offsetof(BloodDecal_C_IsPooledActor, ReturnValue) == 0x000000, "Member 'BloodDecal_C_IsPooledActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BloodDecal_C_IsActive \ static_assert(alignof(BloodDecal_C_IsActive) == 0x000001, "Wrong alignment on BloodDecal_C_IsActive"); \ static_assert(sizeof(BloodDecal_C_IsActive) == 0x000001, "Wrong size on BloodDecal_C_IsActive"); \ static_assert(offsetof(BloodDecal_C_IsActive, ReturnValue) == 0x000000, "Member 'BloodDecal_C_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABloodDecal_C \ static_assert(alignof(ABloodDecal_C) == 0x000008, "Wrong alignment on ABloodDecal_C"); \ static_assert(sizeof(ABloodDecal_C) == 0x000260, "Wrong size on ABloodDecal_C"); \ static_assert(offsetof(ABloodDecal_C, UberGraphFrame) == 0x000220, "Member 'ABloodDecal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, arrow) == 0x000228, "Member 'ABloodDecal_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, DefaultSceneRoot) == 0x000230, "Member 'ABloodDecal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, Decals) == 0x000238, "Member 'ABloodDecal_C::Decals' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, FadeDelay) == 0x000248, "Member 'ABloodDecal_C::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, FadeDuration) == 0x00024C, "Member 'ABloodDecal_C::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, bIsActive) == 0x000250, "Member 'ABloodDecal_C::bIsActive' has a wrong offset!"); \ static_assert(offsetof(ABloodDecal_C, SpawnedDecal) == 0x000258, "Member 'ABloodDecal_C::SpawnedDecal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_ExplosiveActorGas_C \ static_assert(alignof(UDamageType_ExplosiveActorGas_C) == 0x000008, "Wrong alignment on UDamageType_ExplosiveActorGas_C"); \ static_assert(sizeof(UDamageType_ExplosiveActorGas_C) == 0x000058, "Wrong size on UDamageType_ExplosiveActorGas_C"); \ #define DUMPER7_ASSERTS_ASturdyLeather_C \ static_assert(alignof(ASturdyLeather_C) == 0x000010, "Wrong alignment on ASturdyLeather_C"); \ static_assert(sizeof(ASturdyLeather_C) == 0x000430, "Wrong size on ASturdyLeather_C"); \ #define DUMPER7_ASSERTS_BloodPortion_C_ExecuteUbergraph_BloodPortion \ static_assert(alignof(BloodPortion_C_ExecuteUbergraph_BloodPortion) == 0x000010, "Wrong alignment on BloodPortion_C_ExecuteUbergraph_BloodPortion"); \ static_assert(sizeof(BloodPortion_C_ExecuteUbergraph_BloodPortion) == 0x0002B0, "Wrong size on BloodPortion_C_ExecuteUbergraph_BloodPortion"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, EntryPoint) == 0x000000, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_MyComp) == 0x000008, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_Other) == 0x000010, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_OtherComp) == 0x000018, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_bSelfMoved) == 0x000020, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_HitLocation) == 0x000024, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_HitNormal) == 0x000030, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_NormalImpulse) == 0x00003C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_Event_Hit) == 0x000048, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000D0, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_bBlockingHit) == 0x0000DC, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DD, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_Time) == 0x0000E0, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_Distance) == 0x0000E4, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_Location) == 0x0000E8, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F4, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_Normal) == 0x000100, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_ImpactNormal) == 0x00010C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Roll) == 0x00015C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Pitch) == 0x000160, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Yaw) == 0x000164, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000170, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00017C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Roll_1) == 0x000188, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Pitch_1) == 0x00018C, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BreakRotator_Yaw_1) == 0x000190, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_GetActorPoolManager_ReturnValue) == 0x000198, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_GetActorPoolManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A0, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_IsValid_ReturnValue_1) == 0x0001A4, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_MakeRotator_ReturnValue) == 0x0001A8, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_MakeTransform_ReturnValue) == 0x0001C0, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_GetActorFromPool_ReturnValue) == 0x0001F0, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_GetActorFromPool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001F8, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_DynamicCast_AsFGPooled_Actor) == 0x000200, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_DynamicCast_AsFGPooled_Actor' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, K2Node_DynamicCast_bSuccess_1) == 0x000210, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_FinishSpawningActor_ReturnValue) == 0x000218, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_IsValid_ReturnValue_2) == 0x000220, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000224, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ExecuteUbergraph_BloodPortion, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0002AC, "Member 'BloodPortion_C_ExecuteUbergraph_BloodPortion::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BloodPortion_C_ReceiveHit \ static_assert(alignof(BloodPortion_C_ReceiveHit) == 0x000008, "Wrong alignment on BloodPortion_C_ReceiveHit"); \ static_assert(sizeof(BloodPortion_C_ReceiveHit) == 0x0000C8, "Wrong size on BloodPortion_C_ReceiveHit"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, MyComp) == 0x000000, "Member 'BloodPortion_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, Other) == 0x000008, "Member 'BloodPortion_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BloodPortion_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BloodPortion_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'BloodPortion_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, HitNormal) == 0x000028, "Member 'BloodPortion_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'BloodPortion_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BloodPortion_C_ReceiveHit, Hit) == 0x000040, "Member 'BloodPortion_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABloodPortion_C \ static_assert(alignof(ABloodPortion_C) == 0x000008, "Wrong alignment on ABloodPortion_C"); \ static_assert(sizeof(ABloodPortion_C) == 0x000240, "Wrong size on ABloodPortion_C"); \ static_assert(offsetof(ABloodPortion_C, UberGraphFrame) == 0x000220, "Member 'ABloodPortion_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABloodPortion_C, arrow) == 0x000228, "Member 'ABloodPortion_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ABloodPortion_C, Box) == 0x000230, "Member 'ABloodPortion_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABloodPortion_C, SpawnChance) == 0x000238, "Member 'ABloodPortion_C::SpawnChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer \ static_assert(alignof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer"); \ static_assert(sizeof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer) == 0x000620, "Wrong size on WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, EntryPoint) == 0x000000, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetContainerName_ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetContainerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_9) == 0x000020, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_8) == 0x000028, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_7) == 0x000030, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit_5) == 0x000038, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_6) == 0x0000C0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit_4) == 0x0000CC, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_5) == 0x000158, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_1) == 0x000160, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_CustomEvent_NewInteractedPlayerCharacter) == 0x000168, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_CustomEvent_NewInteractedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_2) == 0x000170, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_OnInteractionStart_ReturnValue) == 0x000171, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_OnInteractionStart_ReturnValue_1) == 0x000172, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_OnInteractionStart_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_SetStaticMesh_ReturnValue) == 0x000173, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_bool_Variable) == 0x000174, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000178, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetContainersItems_Items) == 0x000188, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetContainersItems_Items' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001D8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_UpdateProviantInTrain_Success) == 0x0001E0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_UpdateProviantInTrain_Success' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetMaterial_ReturnValue) == 0x0001E8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0001F0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0001F8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Percentage_1) == 0x000200, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_4) == 0x000208, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetMaterial_ReturnValue_1) == 0x000210, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000220, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetHUD_ReturnValue) == 0x000228, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000230, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_DynamicCast_bSuccess) == 0x000240, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit_3) == 0x000244, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_3) == 0x0002D0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_3) == 0x0002D8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_CustomEvent_Player) == 0x0002E0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetController_ReturnValue) == 0x0002E8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_4) == 0x0002F0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Greater_IntInt_ReturnValue) == 0x0002F1, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Array_Get_Item) == 0x0002F8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Array_Get_Item_1) == 0x000300, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000310, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000320, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_ComponentBoundEvent_NewSignificance) == 0x000328, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_isBusy) == 0x000329, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_isBusy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_HasAuthority_ReturnValue) == 0x00032A, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_byte_Variable) == 0x00032B, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_ComponentBoundEvent_NewInteractedPlayerCharacter) == 0x000330, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_ComponentBoundEvent_NewInteractedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_bool_Variable_1) == 0x000338, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetSignificance_ReturnValue) == 0x000339, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00033A, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_byte_Variable_1) == 0x00033B, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetSignificance_ReturnValue_1) == 0x00033C, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetSignificance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00033D, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetMaterial_ReturnValue_2) == 0x000340, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000348, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_5) == 0x000350, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_bool_Variable_2) == 0x000351, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Array_Get_Item_2) == 0x000354, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_6) == 0x000364, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Select_Default) == 0x000365, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_7) == 0x000366, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_SwitchEnum_CmpSuccess) == 0x000367, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Select_Default_1) == 0x000368, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_string_Variable) == 0x000370, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000380, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit_2) == 0x000384, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_2) == 0x000410, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Percentage) == 0x000418, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter_1) == 0x000420, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit_1) == 0x000428, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_PlayerCharacter) == 0x0004B0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetPlayerController_ReturnValue_1) == 0x0004B8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetHUD_ReturnValue_1) == 0x0004C0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_IsValid_ReturnValue_8) == 0x0004C8, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0004D0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_DynamicCast_bSuccess_1) == 0x0004E0, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004E4, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Event_Hit) == 0x0004F4, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, Temp_string_Variable_1) == 0x000580, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000590, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000598, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, K2Node_Select_Default_2) == 0x000600, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue) == 0x000610, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000618, "Member 'WagonModule_GenericContainer_C_ExecuteUbergraph_WagonModule_GenericContainer::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnGotFocus \ static_assert(alignof(WagonModule_GenericContainer_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_GenericContainer_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_GenericContainer_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnAltHoldUseActor \ static_assert(alignof(WagonModule_GenericContainer_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnAltHoldUseActor"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnAltHoldUseActor) == 0x000090, "Wrong size on WagonModule_GenericContainer_C_OnAltHoldUseActor"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_GenericContainer_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_GenericContainer_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_GenericContainer_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GenericContainer_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GenericContainer_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_GenericContainer_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_GenericContainer_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature \ static_assert(alignof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature"); \ static_assert(sizeof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature"); \ static_assert(offsetof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature, NewInteractedPlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGInteraction_K2Node_ComponentBoundEvent_3_OnInteractUpdated__DelegateSignature::NewInteractedPlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnActorBusy \ static_assert(alignof(WagonModule_GenericContainer_C_OnActorBusy) == 0x000001, "Wrong alignment on WagonModule_GenericContainer_C_OnActorBusy"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnActorBusy) == 0x000001, "Wrong size on WagonModule_GenericContainer_C_OnActorBusy"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnActorBusy, IsBusy) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnActorBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'WagonModule_GenericContainer_C_BndEvt__WagonModule_GenericContainer_FGMovableComponentOptimization_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnHoldUse_M \ static_assert(alignof(WagonModule_GenericContainer_C_OnHoldUse_M) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnHoldUse_M"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnHoldUse_M) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_OnHoldUse_M"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnHoldUse_M, Player) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnHoldUseActor \ static_assert(alignof(WagonModule_GenericContainer_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnHoldUseActor"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnHoldUseActor) == 0x000090, "Wrong size on WagonModule_GenericContainer_C_OnHoldUseActor"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_HoldProgressInfo \ static_assert(alignof(WagonModule_GenericContainer_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_GenericContainer_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_GenericContainer_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GenericContainer_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GenericContainer_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CustomEvent_0 \ static_assert(alignof(WagonModule_GenericContainer_C_CustomEvent_0) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CustomEvent_0"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CustomEvent_0) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_CustomEvent_0"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CustomEvent_0, NewInteractedPlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_CustomEvent_0::NewInteractedPlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnUseDisabled \ static_assert(alignof(WagonModule_GenericContainer_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_GenericContainer_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnUseBuild \ static_assert(alignof(WagonModule_GenericContainer_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_GenericContainer_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_GenericContainer_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_HoldUseStarted \ static_assert(alignof(WagonModule_GenericContainer_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_GenericContainer_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_GenericContainer_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_GenericContainer_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_GenericContainer_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_GenericContainer_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_GenericContainer_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight \ static_assert(alignof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight) == 0x000004, "Wrong alignment on WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight) == 0x000024, "Wrong size on WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, Additive) == 0x000000, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::Additive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, Scale) == 0x000004, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::Scale' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_CalculateWorldRateWeight_Additive) == 0x00000C, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_CalculateWorldRateWeight_Additive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_CalculateWorldRateWeight_Scale) == 0x000010, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_CalculateWorldRateWeight_Scale' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_CalculateWorldRateWeight_Additive_1) == 0x000014, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_CalculateWorldRateWeight_Additive_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_CalculateWorldRateWeight_Scale_1) == 0x000018, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_CalculateWorldRateWeight_Scale_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000020, "Member 'WagonModule_GenericContainer_C_CalculateLocalWorldRateWeight::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetItemSelection \ static_assert(alignof(WagonModule_GenericContainer_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetItemSelection) == 0x0001C8, "Wrong size on WagonModule_GenericContainer_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_GenericContainer_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_GenericContainer_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_GenericContainer_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_GenericContainer_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000B8, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x0000C0, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'WagonModule_GenericContainer_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000120, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000121, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000122, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000128, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000138, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000140, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'WagonModule_GenericContainer_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000198, "Member 'WagonModule_GenericContainer_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001C1, "Member 'WagonModule_GenericContainer_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent \ static_assert(alignof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent) == 0x000068, "Wrong size on WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, LocalArray) == 0x000010, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::LocalArray' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_IsEmpty_ReturnValue) == 0x000020, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_Save_SaveData) == 0x000028, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_Save_SaveData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_Save_SaveData_1) == 0x000048, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_Save_SaveData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent, CallFunc_Array_Add_ReturnValue_1) == 0x000060, "Member 'WagonModule_GenericContainer_C_GetCustomInventoriesSaveDataEvent::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent \ static_assert(alignof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent"); \ static_assert(sizeof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent) == 0x000018, "Wrong size on WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent"); \ static_assert(offsetof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent, SaveData) == 0x000000, "Member 'WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent::SaveData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent, ReturnValue) == 0x000010, "Member 'WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000011, "Member 'WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000012, "Member 'WagonModule_GenericContainer_C_LoadCustomInventoriesSaveDataEvent::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_OpenUI \ static_assert(alignof(WagonModule_GenericContainer_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_OpenUI"); \ static_assert(sizeof(WagonModule_GenericContainer_C_OpenUI) == 0x000018, "Wrong size on WagonModule_GenericContainer_C_OpenUI"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OpenUI, Player) == 0x000000, "Member 'WagonModule_GenericContainer_C_OpenUI::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OpenUI, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000008, "Member 'WagonModule_GenericContainer_C_OpenUI::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_GenericContainer_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent \ static_assert(alignof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent) == 0x000040, "Wrong size on WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent, ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent, LocalArray) == 0x000010, "Member 'WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent::LocalArray' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000020, "Member 'WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent, CallFunc_GetAllPlaceholders_ReturnValue_1) == 0x000030, "Member 'WagonModule_GenericContainer_C_GetPlaceholdersOnMakingThrashEvent::CallFunc_GetAllPlaceholders_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanUse \ static_assert(alignof(WagonModule_GenericContainer_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanUse"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_GenericContainer_C_CanUse"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericContainer_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x000098, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'WagonModule_GenericContainer_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_UpdateProviantInTrain \ static_assert(alignof(WagonModule_GenericContainer_C_UpdateProviantInTrain) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_UpdateProviantInTrain"); \ static_assert(sizeof(WagonModule_GenericContainer_C_UpdateProviantInTrain) == 0x000268, "Wrong size on WagonModule_GenericContainer_C_UpdateProviantInTrain"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, NewState) == 0x000000, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Success) == 0x000050, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Success' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Train) == 0x000058, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, LocalValue) == 0x000060, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::LocalValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Removed) == 0x000068, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Removed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Added) == 0x0000B8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Added' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Values_Values) == 0x000110, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Keys_Keys) == 0x000128, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Loop_Counter_Variable_1) == 0x000138, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Add_IntInt_ReturnValue_1) == 0x000140, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Loop_Counter_Variable_2) == 0x000144, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Add_IntInt_ReturnValue_2) == 0x000148, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Array_Index_Variable) == 0x00014C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Array_Index_Variable_1) == 0x000150, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Loop_Counter_Variable_3) == 0x000154, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Add_IntInt_ReturnValue_3) == 0x00015C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Array_Index_Variable_2) == 0x000160, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item) == 0x000168, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_GetParentTrain_ReturnValue) == 0x000178, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000180, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Values_Values_1) == 0x000190, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_2) == 0x0001A0, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Keys_Keys_1) == 0x0001A8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, Temp_int_Array_Index_Variable_3) == 0x0001B8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_3) == 0x0001C0, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Find_Value) == 0x0001C8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Find_ReturnValue) == 0x0001CC, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Length_ReturnValue_1) == 0x0001D0, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D4, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Values_Values_2) == 0x0001D8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Keys_Keys_2) == 0x0001E8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_4) == 0x0001F8, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_5) == 0x000200, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Length_ReturnValue_2) == 0x000208, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_RemoveProviant_ReturnValue) == 0x00020C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_RemoveProviant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Less_IntInt_ReturnValue_2) == 0x00020D, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Values_Values_3) == 0x000210, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Values_Values_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Keys_Keys_3) == 0x000220, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_6) == 0x000230, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Get_Item_7) == 0x000238, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Array_Length_ReturnValue_3) == 0x000240, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_AddProviant_ReturnValue) == 0x000244, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_AddProviant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Less_IntInt_ReturnValue_3) == 0x000245, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Length_ReturnValue) == 0x000248, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Length_ReturnValue_1) == 0x00024C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Greater_IntInt_ReturnValue) == 0x000250, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000251, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Subtract_IntInt_ReturnValue) == 0x000254, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000258, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Less_IntInt_ReturnValue_4) == 0x00025C, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00025D, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Find_Value_1) == 0x000260, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_UpdateProviantInTrain, CallFunc_Map_Find_ReturnValue_1) == 0x000264, "Member 'WagonModule_GenericContainer_C_UpdateProviantInTrain::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetTrainBuildResourceInventories \ static_assert(alignof(WagonModule_GenericContainer_C_GetTrainBuildResourceInventories) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetTrainBuildResourceInventories"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetTrainBuildResourceInventories) == 0x000020, "Wrong size on WagonModule_GenericContainer_C_GetTrainBuildResourceInventories"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetTrainBuildResourceInventories, ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetTrainBuildResourceInventories::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetTrainBuildResourceInventories, K2Node_MakeArray_Array) == 0x000010, "Member 'WagonModule_GenericContainer_C_GetTrainBuildResourceInventories::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetContainersItems \ static_assert(alignof(WagonModule_GenericContainer_C_GetContainersItems) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetContainersItems"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetContainersItems) == 0x000188, "Wrong size on WagonModule_GenericContainer_C_GetContainersItems"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, Items) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetContainersItems::Items' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, LocalResult) == 0x000050, "Member 'WagonModule_GenericContainer_C_GetContainersItems::LocalResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WagonModule_GenericContainer_C_GetContainersItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WagonModule_GenericContainer_C_GetContainersItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_GetItemsOfParentClass_Items) == 0x0000B0, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_GetItemsOfParentClass_Items' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Map_Keys_Keys) == 0x000100, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Array_Get_Item) == 0x000110, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_GetItemsOfParentClass_Items_1) == 0x000118, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_GetItemsOfParentClass_Items_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Map_Find_Value) == 0x000168, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Map_Find_ReturnValue) == 0x00016C, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Map_Find_Value_1) == 0x000170, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Map_Find_ReturnValue_1) == 0x000174, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainersItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000180, "Member 'WagonModule_GenericContainer_C_GetContainersItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_GenericContainer_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetAdditionalButtons) == 0x0000E8, "Wrong size on WagonModule_GenericContainer_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, AdditionalButtons) == 0x000010, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::AdditionalButtons' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000020, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_CanStoreMatching_bReturnValue) == 0x000021, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_CanStoreMatching_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000022, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_CanStoreAll_bReturnValue) == 0x000064, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_CanStoreAll_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_Not_PreBool_ReturnValue_1) == 0x000065, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData_1) == 0x000068, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x0000A4, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x0000A8, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x0000E0, "Member 'WagonModule_GenericContainer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanHoldUse \ static_assert(alignof(WagonModule_GenericContainer_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanHoldUse) == 0x000098, "Wrong size on WagonModule_GenericContainer_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericContainer_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x000091, "Member 'WagonModule_GenericContainer_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000092, "Member 'WagonModule_GenericContainer_C_CanHoldUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000093, "Member 'WagonModule_GenericContainer_C_CanHoldUse::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanHoldUse, CallFunc_BooleanOR_ReturnValue) == 0x000094, "Member 'WagonModule_GenericContainer_C_CanHoldUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanUpgrade \ static_assert(alignof(WagonModule_GenericContainer_C_CanUpgrade) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanUpgrade"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanUpgrade) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_CanUpgrade"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUpgrade, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanUpgrade::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUpgrade, ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_CanUpgrade::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUpgrade, CallFunc_CanUpgrade_ReturnValue) == 0x000009, "Member 'WagonModule_GenericContainer_C_CanUpgrade::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUpgrade, K2Node_SwitchEnum_CmpSuccess) == 0x00000A, "Member 'WagonModule_GenericContainer_C_CanUpgrade::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanUpgrade, CallFunc_CanStartInteraction_ReturnValue) == 0x00000B, "Member 'WagonModule_GenericContainer_C_CanUpgrade::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetUpgradeResultText \ static_assert(alignof(WagonModule_GenericContainer_C_GetUpgradeResultText) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetUpgradeResultText"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetUpgradeResultText) == 0x000138, "Wrong size on WagonModule_GenericContainer_C_GetUpgradeResultText"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, UpgradeResult) == 0x000008, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::UpgradeResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, ReturnValue) == 0x000010, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000040, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_GetUpgradeResultText_ReturnValue) == 0x000088, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_GetUpgradeResultText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_GetPlayerName_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B8, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, K2Node_MakeArray_Array) == 0x000110, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetUpgradeResultText, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WagonModule_GenericContainer_C_GetUpgradeResultText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_PlayOpenSound \ static_assert(alignof(WagonModule_GenericContainer_C_PlayOpenSound) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_PlayOpenSound"); \ static_assert(sizeof(WagonModule_GenericContainer_C_PlayOpenSound) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_PlayOpenSound"); \ static_assert(offsetof(WagonModule_GenericContainer_C_PlayOpenSound, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_PlayOpenSound::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_PlayOpenSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_PlayOpenSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_PlayCloseSound \ static_assert(alignof(WagonModule_GenericContainer_C_PlayCloseSound) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_PlayCloseSound"); \ static_assert(sizeof(WagonModule_GenericContainer_C_PlayCloseSound) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_PlayCloseSound"); \ static_assert(offsetof(WagonModule_GenericContainer_C_PlayCloseSound, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_PlayCloseSound::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_PlayCloseSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_PlayCloseSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanStoreAll \ static_assert(alignof(WagonModule_GenericContainer_C_CanStoreAll) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanStoreAll"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanStoreAll) == 0x000020, "Wrong size on WagonModule_GenericContainer_C_CanStoreAll"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, bReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanStoreAll::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'WagonModule_GenericContainer_C_CanStoreAll::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_GenericContainer_C_CanStoreAll::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_CanStoreAll::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'WagonModule_GenericContainer_C_CanStoreAll::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GenericContainer_C_CanStoreAll::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreAll, CallFunc_CanStoreAnyFromInventory_ReturnValue) == 0x000019, "Member 'WagonModule_GenericContainer_C_CanStoreAll::CallFunc_CanStoreAnyFromInventory_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanAltUse \ static_assert(alignof(WagonModule_GenericContainer_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanAltUse"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanAltUse) == 0x000098, "Wrong size on WagonModule_GenericContainer_C_CanAltUse"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericContainer_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltUse, CallFunc_CanStoreMatching_bReturnValue) == 0x000091, "Member 'WagonModule_GenericContainer_C_CanAltUse::CallFunc_CanStoreMatching_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanAltHoldUse \ static_assert(alignof(WagonModule_GenericContainer_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanAltHoldUse"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanAltHoldUse) == 0x000098, "Wrong size on WagonModule_GenericContainer_C_CanAltHoldUse"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericContainer_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericContainer_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanAltHoldUse, CallFunc_CanStoreAll_bReturnValue) == 0x000091, "Member 'WagonModule_GenericContainer_C_CanAltHoldUse::CallFunc_CanStoreAll_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_CanStoreMatching \ static_assert(alignof(WagonModule_GenericContainer_C_CanStoreMatching) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_CanStoreMatching"); \ static_assert(sizeof(WagonModule_GenericContainer_C_CanStoreMatching) == 0x000020, "Wrong size on WagonModule_GenericContainer_C_CanStoreMatching"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, bReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_CanStoreMatching, CallFunc_CanStoreByMatchingTypeFrom_ReturnValue) == 0x000019, "Member 'WagonModule_GenericContainer_C_CanStoreMatching::CallFunc_CanStoreByMatchingTypeFrom_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetContainerName \ static_assert(alignof(WagonModule_GenericContainer_C_GetContainerName) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetContainerName"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetContainerName) == 0x000058, "Wrong size on WagonModule_GenericContainer_C_GetContainerName"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, ReturnValue) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetContainerName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, Temp_bool_Variable) == 0x000018, "Member 'WagonModule_GenericContainer_C_GetContainerName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, Temp_text_Variable) == 0x000020, "Member 'WagonModule_GenericContainer_C_GetContainerName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, CallFunc_IsGDKPlatform_ReturnValue) == 0x000038, "Member 'WagonModule_GenericContainer_C_GetContainerName::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x000039, "Member 'WagonModule_GenericContainer_C_GetContainerName::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'WagonModule_GenericContainer_C_GetContainerName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'WagonModule_GenericContainer_C_GetContainerName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetContainerName, K2Node_Select_Default) == 0x000040, "Member 'WagonModule_GenericContainer_C_GetContainerName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetInteractionComponent \ static_assert(alignof(WagonModule_GenericContainer_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericContainer_C_GetHoldUseTime \ static_assert(alignof(WagonModule_GenericContainer_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_GenericContainer_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_GenericContainer_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_GenericContainer_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericContainer_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericContainer_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_GenericContainer_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericContainer_C \ static_assert(alignof(AWagonModule_GenericContainer_C) == 0x000008, "Wrong alignment on AWagonModule_GenericContainer_C"); \ static_assert(sizeof(AWagonModule_GenericContainer_C) == 0x0006C8, "Wrong size on AWagonModule_GenericContainer_C"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, UberGraphFrame_WagonModule_GenericContainer_C) == 0x0005B8, "Member 'AWagonModule_GenericContainer_C::UberGraphFrame_WagonModule_GenericContainer_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, FGMovableComponentOptimization) == 0x0005C0, "Member 'AWagonModule_GenericContainer_C::FGMovableComponentOptimization' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, TopPlate) == 0x0005C8, "Member 'AWagonModule_GenericContainer_C::TopPlate' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, Top) == 0x0005D0, "Member 'AWagonModule_GenericContainer_C::Top' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, Decal_02) == 0x0005D8, "Member 'AWagonModule_GenericContainer_C::Decal_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, Decal_01) == 0x0005E0, "Member 'AWagonModule_GenericContainer_C::Decal_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, FrontalPlate) == 0x0005E8, "Member 'AWagonModule_GenericContainer_C::FrontalPlate' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, VTExtenstionInventory) == 0x0005F0, "Member 'AWagonModule_GenericContainer_C::VTExtenstionInventory' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, FGInteraction) == 0x0005F8, "Member 'AWagonModule_GenericContainer_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, BuilderZone) == 0x000600, "Member 'AWagonModule_GenericContainer_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, ContainerInventory) == 0x000608, "Member 'AWagonModule_GenericContainer_C::ContainerInventory' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, Name_0) == 0x000610, "Member 'AWagonModule_GenericContainer_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, ContainerProviant) == 0x000628, "Member 'AWagonModule_GenericContainer_C::ContainerProviant' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, IconsArray) == 0x000678, "Member 'AWagonModule_GenericContainer_C::IconsArray' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DM_Decal_01) == 0x000688, "Member 'AWagonModule_GenericContainer_C::DM_Decal_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DM_Plate_01) == 0x000690, "Member 'AWagonModule_GenericContainer_C::DM_Plate_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, ColorArray) == 0x000698, "Member 'AWagonModule_GenericContainer_C::ColorArray' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DM_Decal_02) == 0x0006A8, "Member 'AWagonModule_GenericContainer_C::DM_Decal_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DM_Plate_02) == 0x0006B0, "Member 'AWagonModule_GenericContainer_C::DM_Plate_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DM_Plates_Merged) == 0x0006B8, "Member 'AWagonModule_GenericContainer_C::DM_Plates_Merged' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericContainer_C, DetachTimer) == 0x0006C0, "Member 'AWagonModule_GenericContainer_C::DetachTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats \ static_assert(alignof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats"); \ static_assert(sizeof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats) == 0x000198, "Wrong size on HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, EntryPoint) == 0x000000, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_Character_3) == 0x000028, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_Character_3' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_DynamicCast_AsThird_Person_Character) == 0x000040, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetSlot_ReturnValue) == 0x000050, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_Character_2) == 0x000068, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_Character_2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetCurrentArmorStats_MaxArmor) == 0x000070, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetCurrentArmorStats_MaxArmor' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetCurrentArmorStats_CurrentArmorDecimal) == 0x000074, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetCurrentArmorStats_CurrentArmorDecimal' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetSlot_ReturnValue_1) == 0x000078, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_OldValue_2) == 0x000090, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_OldValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_NewValue_2) == 0x000094, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_NewValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_Placeholder) == 0x000098, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_OldValue_1) == 0x0000A0, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_OldValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_NewValue_1) == 0x0000A4, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000A8, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x0000B0, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000BC, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_Character_1) == 0x0000D0, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_OldValue) == 0x0000D8, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_NewValue) == 0x0000DC, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetMaxValue_ReturnValue) == 0x0000E0, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000E4, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetValue_ReturnValue) == 0x0000F4, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F8, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CustomEvent_Character) == 0x000100, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetMaxValue_ReturnValue_1) == 0x000108, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetMaxValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_GetValue_ReturnValue_1) == 0x00010C, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000110, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_7) == 0x000114, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_8) == 0x000124, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_CreateDelegate_OutputDelegate_9) == 0x000134, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats, K2Node_MakeMap_Map) == 0x000148, "Member 'HUDPlayerStats_C_ExecuteUbergraph_HUDPlayerStats::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_BindHungerStats \ static_assert(alignof(HUDPlayerStats_C_BindHungerStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_BindHungerStats"); \ static_assert(sizeof(HUDPlayerStats_C_BindHungerStats) == 0x000008, "Wrong size on HUDPlayerStats_C_BindHungerStats"); \ static_assert(offsetof(HUDPlayerStats_C_BindHungerStats, Character) == 0x000000, "Member 'HUDPlayerStats_C_BindHungerStats::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_OnHungerChanged \ static_assert(alignof(HUDPlayerStats_C_OnHungerChanged) == 0x000004, "Wrong alignment on HUDPlayerStats_C_OnHungerChanged"); \ static_assert(sizeof(HUDPlayerStats_C_OnHungerChanged) == 0x000008, "Wrong size on HUDPlayerStats_C_OnHungerChanged"); \ static_assert(offsetof(HUDPlayerStats_C_OnHungerChanged, OldValue) == 0x000000, "Member 'HUDPlayerStats_C_OnHungerChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_OnHungerChanged, NewValue) == 0x000004, "Member 'HUDPlayerStats_C_OnHungerChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_BindHealthStats \ static_assert(alignof(HUDPlayerStats_C_BindHealthStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_BindHealthStats"); \ static_assert(sizeof(HUDPlayerStats_C_BindHealthStats) == 0x000008, "Wrong size on HUDPlayerStats_C_BindHealthStats"); \ static_assert(offsetof(HUDPlayerStats_C_BindHealthStats, Character) == 0x000000, "Member 'HUDPlayerStats_C_BindHealthStats::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_OnHealthChanged \ static_assert(alignof(HUDPlayerStats_C_OnHealthChanged) == 0x000004, "Wrong alignment on HUDPlayerStats_C_OnHealthChanged"); \ static_assert(sizeof(HUDPlayerStats_C_OnHealthChanged) == 0x000008, "Wrong size on HUDPlayerStats_C_OnHealthChanged"); \ static_assert(offsetof(HUDPlayerStats_C_OnHealthChanged, OldValue) == 0x000000, "Member 'HUDPlayerStats_C_OnHealthChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_OnHealthChanged, NewValue) == 0x000004, "Member 'HUDPlayerStats_C_OnHealthChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_OnArmorChanged \ static_assert(alignof(HUDPlayerStats_C_OnArmorChanged) == 0x000008, "Wrong alignment on HUDPlayerStats_C_OnArmorChanged"); \ static_assert(sizeof(HUDPlayerStats_C_OnArmorChanged) == 0x000008, "Wrong size on HUDPlayerStats_C_OnArmorChanged"); \ static_assert(offsetof(HUDPlayerStats_C_OnArmorChanged, Placeholder) == 0x000000, "Member 'HUDPlayerStats_C_OnArmorChanged::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_OnArmorValueChanged \ static_assert(alignof(HUDPlayerStats_C_OnArmorValueChanged) == 0x000004, "Wrong alignment on HUDPlayerStats_C_OnArmorValueChanged"); \ static_assert(sizeof(HUDPlayerStats_C_OnArmorValueChanged) == 0x000008, "Wrong size on HUDPlayerStats_C_OnArmorValueChanged"); \ static_assert(offsetof(HUDPlayerStats_C_OnArmorValueChanged, OldValue) == 0x000000, "Member 'HUDPlayerStats_C_OnArmorValueChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_OnArmorValueChanged, NewValue) == 0x000004, "Member 'HUDPlayerStats_C_OnArmorValueChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_BindArmorStats \ static_assert(alignof(HUDPlayerStats_C_BindArmorStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_BindArmorStats"); \ static_assert(sizeof(HUDPlayerStats_C_BindArmorStats) == 0x000008, "Wrong size on HUDPlayerStats_C_BindArmorStats"); \ static_assert(offsetof(HUDPlayerStats_C_BindArmorStats, Character) == 0x000000, "Member 'HUDPlayerStats_C_BindArmorStats::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_UnbindPlayerStats \ static_assert(alignof(HUDPlayerStats_C_UnbindPlayerStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_UnbindPlayerStats"); \ static_assert(sizeof(HUDPlayerStats_C_UnbindPlayerStats) == 0x000008, "Wrong size on HUDPlayerStats_C_UnbindPlayerStats"); \ static_assert(offsetof(HUDPlayerStats_C_UnbindPlayerStats, Character) == 0x000000, "Member 'HUDPlayerStats_C_UnbindPlayerStats::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_UpdateArmorStat \ static_assert(alignof(HUDPlayerStats_C_UpdateArmorStat) == 0x000008, "Wrong alignment on HUDPlayerStats_C_UpdateArmorStat"); \ static_assert(sizeof(HUDPlayerStats_C_UpdateArmorStat) == 0x000028, "Wrong size on HUDPlayerStats_C_UpdateArmorStat"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, Character) == 0x000000, "Member 'HUDPlayerStats_C_UpdateArmorStat::Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, CallFunc_GetCurrentArmorStats_MaxArmor) == 0x000008, "Member 'HUDPlayerStats_C_UpdateArmorStat::CallFunc_GetCurrentArmorStats_MaxArmor' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, CallFunc_GetCurrentArmorStats_CurrentArmorDecimal) == 0x00000C, "Member 'HUDPlayerStats_C_UpdateArmorStat::CallFunc_GetCurrentArmorStats_CurrentArmorDecimal' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, CallFunc_GetSlot_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_UpdateArmorStat::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, CallFunc_GetPlaceholder_ReturnValue) == 0x000018, "Member 'HUDPlayerStats_C_UpdateArmorStat::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateArmorStat, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HUDPlayerStats_C_UpdateArmorStat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_UpdateHungerStat \ static_assert(alignof(HUDPlayerStats_C_UpdateHungerStat) == 0x000008, "Wrong alignment on HUDPlayerStats_C_UpdateHungerStat"); \ static_assert(sizeof(HUDPlayerStats_C_UpdateHungerStat) == 0x000020, "Wrong size on HUDPlayerStats_C_UpdateHungerStat"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, Character) == 0x000000, "Member 'HUDPlayerStats_C_UpdateHungerStat::Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_GetMaxValue_ReturnValue) == 0x000008, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_GetUIPercentageValue_ReturnValue) == 0x00000C, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_Round_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000014, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_UpdateHungerStat, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'HUDPlayerStats_C_UpdateHungerStat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_GetCurrentArmorStats \ static_assert(alignof(HUDPlayerStats_C_GetCurrentArmorStats) == 0x000008, "Wrong alignment on HUDPlayerStats_C_GetCurrentArmorStats"); \ static_assert(sizeof(HUDPlayerStats_C_GetCurrentArmorStats) == 0x000028, "Wrong size on HUDPlayerStats_C_GetCurrentArmorStats"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, Character) == 0x000000, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, MaxArmor) == 0x000008, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::MaxArmor' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CurrentArmorDecimal) == 0x00000C, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CurrentArmorDecimal' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CallFunc_GetUIValue_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CallFunc_GetUIValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CallFunc_FTrunc_ReturnValue) == 0x000014, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CallFunc_Multiply_IntInt_ReturnValue) == 0x000018, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_GetCurrentArmorStats, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'HUDPlayerStats_C_GetCurrentArmorStats::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_SetupHungerSegments \ static_assert(alignof(HUDPlayerStats_C_SetupHungerSegments) == 0x000008, "Wrong alignment on HUDPlayerStats_C_SetupHungerSegments"); \ static_assert(sizeof(HUDPlayerStats_C_SetupHungerSegments) == 0x000048, "Wrong size on HUDPlayerStats_C_SetupHungerSegments"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Segment1) == 0x000000, "Member 'HUDPlayerStats_C_SetupHungerSegments::Segment1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Segment2) == 0x000004, "Member 'HUDPlayerStats_C_SetupHungerSegments::Segment2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Segment3) == 0x000008, "Member 'HUDPlayerStats_C_SetupHungerSegments::Segment3' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Segment4) == 0x00000C, "Member 'HUDPlayerStats_C_SetupHungerSegments::Segment4' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Segment5) == 0x000010, "Member 'HUDPlayerStats_C_SetupHungerSegments::Segment5' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, MaxHunger) == 0x000014, "Member 'HUDPlayerStats_C_SetupHungerSegments::MaxHunger' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'HUDPlayerStats_C_SetupHungerSegments::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'HUDPlayerStats_C_SetupHungerSegments::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, Temp_int_Variable) == 0x000024, "Member 'HUDPlayerStats_C_SetupHungerSegments::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, K2Node_Select_Default) == 0x000028, "Member 'HUDPlayerStats_C_SetupHungerSegments::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Array_Get_Item) == 0x000030, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerSegments, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'HUDPlayerStats_C_SetupHungerSegments::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_SetupHungerCapacity \ static_assert(alignof(HUDPlayerStats_C_SetupHungerCapacity) == 0x000008, "Wrong alignment on HUDPlayerStats_C_SetupHungerCapacity"); \ static_assert(sizeof(HUDPlayerStats_C_SetupHungerCapacity) == 0x000018, "Wrong size on HUDPlayerStats_C_SetupHungerCapacity"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerCapacity, Character) == 0x000000, "Member 'HUDPlayerStats_C_SetupHungerCapacity::Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerCapacity, CallFunc_GetMaxValue_ReturnValue) == 0x000008, "Member 'HUDPlayerStats_C_SetupHungerCapacity::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerCapacity, CallFunc_GetMaxValue_ReturnValue_1) == 0x00000C, "Member 'HUDPlayerStats_C_SetupHungerCapacity::CallFunc_GetMaxValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerCapacity, CallFunc_Less_FloatFloat_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_SetupHungerCapacity::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerCapacity, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000011, "Member 'HUDPlayerStats_C_SetupHungerCapacity::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_Setup_Default_Hunger \ static_assert(alignof(HUDPlayerStats_C_Setup_Default_Hunger) == 0x000008, "Wrong alignment on HUDPlayerStats_C_Setup_Default_Hunger"); \ static_assert(sizeof(HUDPlayerStats_C_Setup_Default_Hunger) == 0x000018, "Wrong size on HUDPlayerStats_C_Setup_Default_Hunger"); \ static_assert(offsetof(HUDPlayerStats_C_Setup_Default_Hunger, Character) == 0x000000, "Member 'HUDPlayerStats_C_Setup_Default_Hunger::Character' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_Setup_Default_Hunger, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'HUDPlayerStats_C_Setup_Default_Hunger::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_Setup_Default_Hunger, CallFunc_GetMaxValue_ReturnValue) == 0x00000C, "Member 'HUDPlayerStats_C_Setup_Default_Hunger::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_Setup_Default_Hunger, CallFunc_Round_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_Setup_Default_Hunger::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_Setup_Default_Hunger, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000014, "Member 'HUDPlayerStats_C_Setup_Default_Hunger::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_SetupHungerConfiguration \ static_assert(alignof(HUDPlayerStats_C_SetupHungerConfiguration) == 0x000008, "Wrong alignment on HUDPlayerStats_C_SetupHungerConfiguration"); \ static_assert(sizeof(HUDPlayerStats_C_SetupHungerConfiguration) == 0x000038, "Wrong size on HUDPlayerStats_C_SetupHungerConfiguration"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, Hunger) == 0x000000, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::Hunger' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, Temp_struct_Variable) == 0x000008, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, CallFunc_GetLearnedVoidTechList_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::CallFunc_GetLearnedVoidTechList_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, Temp_struct_Variable_1) == 0x000020, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, CallFunc_Array_Find_ReturnValue) == 0x000028, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002C, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, CallFunc_Array_Find_ReturnValue_1) == 0x000030, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetupHungerConfiguration, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000034, "Member 'HUDPlayerStats_C_SetupHungerConfiguration::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_SetActiveMarker \ static_assert(alignof(HUDPlayerStats_C_SetActiveMarker) == 0x000008, "Wrong alignment on HUDPlayerStats_C_SetActiveMarker"); \ static_assert(sizeof(HUDPlayerStats_C_SetActiveMarker) == 0x000158, "Wrong size on HUDPlayerStats_C_SetActiveMarker"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, CurrentValue) == 0x000000, "Member 'HUDPlayerStats_C_SetActiveMarker::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, LocalCurrentValue) == 0x000004, "Member 'HUDPlayerStats_C_SetActiveMarker::LocalCurrentValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'HUDPlayerStats_C_SetActiveMarker::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, K2Node_MakeMap_Map) == 0x000010, "Member 'HUDPlayerStats_C_SetActiveMarker::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, K2Node_MakeMap_Map_1) == 0x000060, "Member 'HUDPlayerStats_C_SetActiveMarker::K2Node_MakeMap_Map_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, K2Node_MakeMap_Map_2) == 0x0000B0, "Member 'HUDPlayerStats_C_SetActiveMarker::K2Node_MakeMap_Map_2' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, K2Node_MakeMap_Map_3) == 0x000100, "Member 'HUDPlayerStats_C_SetActiveMarker::K2Node_MakeMap_Map_3' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000150, "Member 'HUDPlayerStats_C_SetActiveMarker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_SetActiveMarker, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000151, "Member 'HUDPlayerStats_C_SetActiveMarker::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_ShowActiveMark \ static_assert(alignof(HUDPlayerStats_C_ShowActiveMark) == 0x000008, "Wrong alignment on HUDPlayerStats_C_ShowActiveMark"); \ static_assert(sizeof(HUDPlayerStats_C_ShowActiveMark) == 0x000048, "Wrong size on HUDPlayerStats_C_ShowActiveMark"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, TargetPoint) == 0x000000, "Member 'HUDPlayerStats_C_ShowActiveMark::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, Activated) == 0x000008, "Member 'HUDPlayerStats_C_ShowActiveMark::Activated' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_GetPosition_ReturnValue) == 0x000018, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_IsVisible_ReturnValue) == 0x000020, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_BreakVector2D_X) == 0x000024, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_MakeVector2D_ReturnValue) == 0x000030, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ShowActiveMark, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000040, "Member 'HUDPlayerStats_C_ShowActiveMark::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDPlayerStats_C_ReactivateMarks \ static_assert(alignof(HUDPlayerStats_C_ReactivateMarks) == 0x000008, "Wrong alignment on HUDPlayerStats_C_ReactivateMarks"); \ static_assert(sizeof(HUDPlayerStats_C_ReactivateMarks) == 0x0000B8, "Wrong size on HUDPlayerStats_C_ReactivateMarks"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CurrentValue) == 0x000000, "Member 'HUDPlayerStats_C_ReactivateMarks::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, BreakPoints) == 0x000008, "Member 'HUDPlayerStats_C_ReactivateMarks::BreakPoints' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, IsActivateSetted) == 0x000058, "Member 'HUDPlayerStats_C_ReactivateMarks::IsActivateSetted' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, LocalCurrentValue) == 0x00005C, "Member 'HUDPlayerStats_C_ReactivateMarks::LocalCurrentValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, ReversedPoints) == 0x000060, "Member 'HUDPlayerStats_C_ReactivateMarks::ReversedPoints' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000080, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000081, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'HUDPlayerStats_C_ReactivateMarks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'HUDPlayerStats_C_ReactivateMarks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Array_Get_Item) == 0x000098, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Map_Find_Value) == 0x0000A4, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_IsVisible_ReturnValue) == 0x0000AA, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_ShowActiveMark_Activated) == 0x0000AB, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_ShowActiveMark_Activated' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_IsVisible_ReturnValue_1) == 0x0000AC, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Map_Find_Value_1) == 0x0000B0, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_Map_Find_ReturnValue_1) == 0x0000B4, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDPlayerStats_C_ReactivateMarks, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B5, "Member 'HUDPlayerStats_C_ReactivateMarks::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDPlayerStats_C \ static_assert(alignof(UHUDPlayerStats_C) == 0x000008, "Wrong alignment on UHUDPlayerStats_C"); \ static_assert(sizeof(UHUDPlayerStats_C) == 0x000338, "Wrong size on UHUDPlayerStats_C"); \ static_assert(offsetof(UHUDPlayerStats_C, UberGraphFrame) == 0x000260, "Member 'UHUDPlayerStats_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, ActiveMark) == 0x000268, "Member 'UHUDPlayerStats_C::ActiveMark' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, ArmorIcon) == 0x000270, "Member 'UHUDPlayerStats_C::ArmorIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, FoodIcon) == 0x000278, "Member 'UHUDPlayerStats_C::FoodIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HealthIcon) == 0x000280, "Member 'UHUDPlayerStats_C::HealthIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_1) == 0x000288, "Member 'UHUDPlayerStats_C::HungerPoint_1' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_2) == 0x000290, "Member 'UHUDPlayerStats_C::HungerPoint_2' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_3) == 0x000298, "Member 'UHUDPlayerStats_C::HungerPoint_3' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_4) == 0x0002A0, "Member 'UHUDPlayerStats_C::HungerPoint_4' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_5) == 0x0002A8, "Member 'UHUDPlayerStats_C::HungerPoint_5' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPoint_6) == 0x0002B0, "Member 'UHUDPlayerStats_C::HungerPoint_6' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, PlayerArmorItem) == 0x0002B8, "Member 'UHUDPlayerStats_C::PlayerArmorItem' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, PlayerHealthItem) == 0x0002C0, "Member 'UHUDPlayerStats_C::PlayerHealthItem' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, PlayerHungerItem) == 0x0002C8, "Member 'UHUDPlayerStats_C::PlayerHungerItem' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, LastHungerDecimal) == 0x0002D0, "Member 'UHUDPlayerStats_C::LastHungerDecimal' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, CurrentCharacterHealth) == 0x0002D4, "Member 'UHUDPlayerStats_C::CurrentCharacterHealth' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, CurrentMetabolism) == 0x0002D8, "Member 'UHUDPlayerStats_C::CurrentMetabolism' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, LastActivePoint) == 0x0002E0, "Member 'UHUDPlayerStats_C::LastActivePoint' has a wrong offset!"); \ static_assert(offsetof(UHUDPlayerStats_C, HungerPointToHealth) == 0x0002E8, "Member 'UHUDPlayerStats_C::HungerPointToHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHappinessMod_Shit_C \ static_assert(alignof(UHappinessMod_Shit_C) == 0x000008, "Wrong alignment on UHappinessMod_Shit_C"); \ static_assert(sizeof(UHappinessMod_Shit_C) == 0x0000E8, "Wrong size on UHappinessMod_Shit_C"); \ #define DUMPER7_ASSERTS_UHappinessMod_NoInterior_C \ static_assert(alignof(UHappinessMod_NoInterior_C) == 0x000008, "Wrong alignment on UHappinessMod_NoInterior_C"); \ static_assert(sizeof(UHappinessMod_NoInterior_C) == 0x0000C0, "Wrong size on UHappinessMod_NoInterior_C"); \ #define DUMPER7_ASSERTS_UHappinessMod_NoBed_C \ static_assert(alignof(UHappinessMod_NoBed_C) == 0x000008, "Wrong alignment on UHappinessMod_NoBed_C"); \ static_assert(sizeof(UHappinessMod_NoBed_C) == 0x0000C0, "Wrong size on UHappinessMod_NoBed_C"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering \ static_assert(alignof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering"); \ static_assert(sizeof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering) == 0x000380, "Wrong size on WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, EntryPoint) == 0x000000, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_Hit_1) == 0x000018, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_PlayerCharacter) == 0x0000A0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0000A8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x0000B0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_GetHaveItems_IconFillState) == 0x0000BC, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Conv_IntToBool_ReturnValue) == 0x0000C0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_Hit) == 0x0000C4, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_CreateDelegate_OutputDelegate_1) == 0x00014C, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Get_Validated_Module_Settings_isValid) == 0x00015C, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000160, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_NewState) == 0x0001C8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Event_OldState) == 0x0001C9, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, Temp_float_Variable) == 0x0001CC, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_SwitchEnum_CmpSuccess) == 0x0001D0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D1, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, Temp_bool_Variable) == 0x0001D2, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D3, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0001D8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_IsValid_ReturnValue_1) == 0x0001E0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, K2Node_Select_Default) == 0x0001E4, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001E8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001EC, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_MakeRotator_ReturnValue) == 0x0001F8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000204, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00028C, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_FindLookAtRotation_ReturnValue) == 0x000298, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_BreakRotator_Roll) == 0x0002A4, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_BreakRotator_Pitch) == 0x0002A8, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_BreakRotator_Yaw) == 0x0002AC, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002B0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_MakeRotator_ReturnValue_1) == 0x0002B4, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002C0, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000348, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_GetMaterial_ReturnValue) == 0x000350, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_IsValid_ReturnValue_2) == 0x000358, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000360, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_IsValid_ReturnValue_3) == 0x000368, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00036C, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000370, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000374, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering, CallFunc_MapRangeClamped_ReturnValue) == 0x000378, "Member 'WagonModule_WaterGathering_C_ExecuteUbergraph_WagonModule_WaterGathering::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_WaterGathering_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_WaterGathering_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_WaterGathering_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_WaterGathering_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_WaterGathering_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_WaterGathering_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_WaterGathering_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_OnGotFocus \ static_assert(alignof(WagonModule_WaterGathering_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_WaterGathering_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_WaterGathering_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_WaterGathering_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_OnUseActor \ static_assert(alignof(WagonModule_WaterGathering_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_OnUseActor"); \ static_assert(sizeof(WagonModule_WaterGathering_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_WaterGathering_C_OnUseActor"); \ static_assert(offsetof(WagonModule_WaterGathering_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_WaterGathering_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_ReceiveTick \ static_assert(alignof(WagonModule_WaterGathering_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_WaterGathering_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_WaterGathering_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_WaterGathering_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_WaterGathering_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetHaveItems \ static_assert(alignof(WagonModule_WaterGathering_C_GetHaveItems) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_GetHaveItems"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetHaveItems) == 0x000020, "Wrong size on WagonModule_WaterGathering_C_GetHaveItems"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, IconFillState) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_GetTotalItemsCount_ReturnValue) == 0x00000C, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'WagonModule_WaterGathering_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_CanUse \ static_assert(alignof(WagonModule_WaterGathering_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_CanUse"); \ static_assert(sizeof(WagonModule_WaterGathering_C_CanUse) == 0x0000A0, "Wrong size on WagonModule_WaterGathering_C_CanUse"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_WaterGathering_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_WaterGathering_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000091, "Member 'WagonModule_WaterGathering_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, CallFunc_GetHaveItems_IconFillState) == 0x000094, "Member 'WagonModule_WaterGathering_C_CanUse::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'WagonModule_WaterGathering_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, CallFunc_Conv_IntToBool_ReturnValue) == 0x000099, "Member 'WagonModule_WaterGathering_C_CanUse::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x00009A, "Member 'WagonModule_WaterGathering_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_SendTutorial \ static_assert(alignof(WagonModule_WaterGathering_C_SendTutorial) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_SendTutorial"); \ static_assert(sizeof(WagonModule_WaterGathering_C_SendTutorial) == 0x000048, "Wrong size on WagonModule_WaterGathering_C_SendTutorial"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, ModuleState) == 0x000000, "Member 'WagonModule_WaterGathering_C_SendTutorial::ModuleState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WagonModule_WaterGathering_C_SendTutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WagonModule_WaterGathering_C_SendTutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_Array_Get_Item) == 0x000028, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'WagonModule_WaterGathering_C_SendTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'WagonModule_WaterGathering_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WagonModule_WaterGathering_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetItemSelection \ static_assert(alignof(WagonModule_WaterGathering_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetItemSelection) == 0x0000B0, "Wrong size on WagonModule_WaterGathering_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_WaterGathering_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_WaterGathering_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_WaterGathering_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_WaterGathering_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_WaterGathering_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetItemDurability \ static_assert(alignof(WagonModule_WaterGathering_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_WaterGathering_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_WaterGathering_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetProgressStatusTime) == 0x000024, "Wrong size on WagonModule_WaterGathering_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000008, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x00001C, "Member 'WagonModule_WaterGathering_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetProgressStatusState \ static_assert(alignof(WagonModule_WaterGathering_C_GetProgressStatusState) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetProgressStatusState) == 0x000010, "Wrong size on WagonModule_WaterGathering_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, CallFunc_GetHaveItems_IconFillState) == 0x000004, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, CallFunc_GetState_ReturnValue) == 0x000009, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x00000B, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000C, "Member 'WagonModule_WaterGathering_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_WaterGathering_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_WaterGathering_C_GetAdditionalButtons) == 0x000010, "Wrong size on WagonModule_WaterGathering_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_WaterGathering_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_WaterGathering_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_WaterGathering_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_WaterGathering_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_WaterGathering_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_WaterGathering_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_WaterGathering_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_WaterGathering_C_CanRepairIt \ static_assert(alignof(WagonModule_WaterGathering_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_WaterGathering_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_WaterGathering_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_WaterGathering_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_WaterGathering_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_WaterGathering_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_WaterGathering_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_WaterGathering_C \ static_assert(alignof(AWagonModule_WaterGathering_C) == 0x000008, "Wrong alignment on AWagonModule_WaterGathering_C"); \ static_assert(sizeof(AWagonModule_WaterGathering_C) == 0x0006C0, "Wrong size on AWagonModule_WaterGathering_C"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, UberGraphFrame) == 0x000660, "Member 'AWagonModule_WaterGathering_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Water_Spawn) == 0x000668, "Member 'AWagonModule_WaterGathering_C::Water_Spawn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Loop) == 0x000670, "Member 'AWagonModule_WaterGathering_C::Loop' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Submesh) == 0x000678, "Member 'AWagonModule_WaterGathering_C::Submesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Cylinder) == 0x000680, "Member 'AWagonModule_WaterGathering_C::Cylinder' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, GiveLootSound) == 0x000688, "Member 'AWagonModule_WaterGathering_C::GiveLootSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, ProgressWidget) == 0x000690, "Member 'AWagonModule_WaterGathering_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Rotator) == 0x000698, "Member 'AWagonModule_WaterGathering_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, BuildZone) == 0x0006A0, "Member 'AWagonModule_WaterGathering_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, Widget) == 0x0006A8, "Member 'AWagonModule_WaterGathering_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, StartRotate) == 0x0006B0, "Member 'AWagonModule_WaterGathering_C::StartRotate' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, InterpSpeed) == 0x0006B4, "Member 'AWagonModule_WaterGathering_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_WaterGathering_C, DM_WaterFill) == 0x0006B8, "Member 'AWagonModule_WaterGathering_C::DM_WaterFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IsSharkEnabled_C_CheckResult \ static_assert(alignof(IsSharkEnabled_C_CheckResult) == 0x000008, "Wrong alignment on IsSharkEnabled_C_CheckResult"); \ static_assert(sizeof(IsSharkEnabled_C_CheckResult) == 0x000060, "Wrong size on IsSharkEnabled_C_CheckResult"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, Graph) == 0x000000, "Member 'IsSharkEnabled_C_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, QuestManager) == 0x000008, "Member 'IsSharkEnabled_C_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, ReturnValue) == 0x000010, "Member 'IsSharkEnabled_C_CheckResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'IsSharkEnabled_C_CheckResult::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, CallFunc_GetSettings_ReturnValue) == 0x000020, "Member 'IsSharkEnabled_C_CheckResult::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsSharkEnabled_C_CheckResult, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00005C, "Member 'IsSharkEnabled_C_CheckResult::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIsSharkEnabled_C \ static_assert(alignof(UIsSharkEnabled_C) == 0x000008, "Wrong alignment on UIsSharkEnabled_C"); \ static_assert(sizeof(UIsSharkEnabled_C) == 0x000028, "Wrong size on UIsSharkEnabled_C"); \ #define DUMPER7_ASSERTS_UHappinessMod_Hungry_C \ static_assert(alignof(UHappinessMod_Hungry_C) == 0x000008, "Wrong alignment on UHappinessMod_Hungry_C"); \ static_assert(sizeof(UHappinessMod_Hungry_C) == 0x0000C0, "Wrong size on UHappinessMod_Hungry_C"); \ #define DUMPER7_ASSERTS_UHappinessMod_ChangedWork_C \ static_assert(alignof(UHappinessMod_ChangedWork_C) == 0x000008, "Wrong alignment on UHappinessMod_ChangedWork_C"); \ static_assert(sizeof(UHappinessMod_ChangedWork_C) == 0x0000E8, "Wrong size on UHappinessMod_ChangedWork_C"); \ #define DUMPER7_ASSERTS_AEffect_UroborosEarthquake_C \ static_assert(alignof(AEffect_UroborosEarthquake_C) == 0x000008, "Wrong alignment on AEffect_UroborosEarthquake_C"); \ static_assert(sizeof(AEffect_UroborosEarthquake_C) == 0x000338, "Wrong size on AEffect_UroborosEarthquake_C"); \ static_assert(offsetof(AEffect_UroborosEarthquake_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_UroborosEarthquake_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_ExecuteUbergraph_SprayerHints \ static_assert(alignof(SprayerHints_C_ExecuteUbergraph_SprayerHints) == 0x000008, "Wrong alignment on SprayerHints_C_ExecuteUbergraph_SprayerHints"); \ static_assert(sizeof(SprayerHints_C_ExecuteUbergraph_SprayerHints) == 0x000130, "Wrong size on SprayerHints_C_ExecuteUbergraph_SprayerHints"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, EntryPoint) == 0x000000, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_IsDesignTime) == 0x000004, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_isProgressButton) == 0x000005, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_isProgressButton' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_KeyMeta) == 0x000008, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_KeyMeta' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_Percent_1) == 0x000040, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_Percent_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_Percent) == 0x000044, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_Percent' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_ButtonsWrapper_1) == 0x000048, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_ButtonsWrapper_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_ButtonsWrapper) == 0x000050, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_ButtonsWrapper' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_Hints_1) == 0x000058, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_Hints_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_Hints) == 0x000060, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_Hints' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_HitResult) == 0x000068, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_ReturnValue) == 0x0000F0, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_LabelText) == 0x0000F8, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_LabelText' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_CaptionText) == 0x000110, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_CaptionText' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ExecuteUbergraph_SprayerHints, K2Node_Event_bIsGamepadNow) == 0x000128, "Member 'SprayerHints_C_ExecuteUbergraph_SprayerHints::K2Node_Event_bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_PreConstruct \ static_assert(alignof(SprayerHints_C_PreConstruct) == 0x000001, "Wrong alignment on SprayerHints_C_PreConstruct"); \ static_assert(sizeof(SprayerHints_C_PreConstruct) == 0x000001, "Wrong size on SprayerHints_C_PreConstruct"); \ static_assert(offsetof(SprayerHints_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SprayerHints_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_OnInputTypeUpdate \ static_assert(alignof(SprayerHints_C_OnInputTypeUpdate) == 0x000001, "Wrong alignment on SprayerHints_C_OnInputTypeUpdate"); \ static_assert(sizeof(SprayerHints_C_OnInputTypeUpdate) == 0x000001, "Wrong size on SprayerHints_C_OnInputTypeUpdate"); \ static_assert(offsetof(SprayerHints_C_OnInputTypeUpdate, bIsGamepadNow) == 0x000000, "Member 'SprayerHints_C_OnInputTypeUpdate::bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_ShowLabel \ static_assert(alignof(SprayerHints_C_ShowLabel) == 0x000008, "Wrong alignment on SprayerHints_C_ShowLabel"); \ static_assert(sizeof(SprayerHints_C_ShowLabel) == 0x000030, "Wrong size on SprayerHints_C_ShowLabel"); \ static_assert(offsetof(SprayerHints_C_ShowLabel, LabelText) == 0x000000, "Member 'SprayerHints_C_ShowLabel::LabelText' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ShowLabel, CaptionText) == 0x000018, "Member 'SprayerHints_C_ShowLabel::CaptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_MakeHintsByTraceResult \ static_assert(alignof(SprayerHints_C_MakeHintsByTraceResult) == 0x000004, "Wrong alignment on SprayerHints_C_MakeHintsByTraceResult"); \ static_assert(sizeof(SprayerHints_C_MakeHintsByTraceResult) == 0x00008C, "Wrong size on SprayerHints_C_MakeHintsByTraceResult"); \ static_assert(offsetof(SprayerHints_C_MakeHintsByTraceResult, HitResult) == 0x000000, "Member 'SprayerHints_C_MakeHintsByTraceResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_MakeHintsByTraceResult, ReturnValue) == 0x000088, "Member 'SprayerHints_C_MakeHintsByTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_HideHintsWidget \ static_assert(alignof(SprayerHints_C_HideHintsWidget) == 0x000008, "Wrong alignment on SprayerHints_C_HideHintsWidget"); \ static_assert(sizeof(SprayerHints_C_HideHintsWidget) == 0x000008, "Wrong size on SprayerHints_C_HideHintsWidget"); \ static_assert(offsetof(SprayerHints_C_HideHintsWidget, Hints) == 0x000000, "Member 'SprayerHints_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_ShowHintsWidget \ static_assert(alignof(SprayerHints_C_ShowHintsWidget) == 0x000008, "Wrong alignment on SprayerHints_C_ShowHintsWidget"); \ static_assert(sizeof(SprayerHints_C_ShowHintsWidget) == 0x000008, "Wrong size on SprayerHints_C_ShowHintsWidget"); \ static_assert(offsetof(SprayerHints_C_ShowHintsWidget, Hints) == 0x000000, "Member 'SprayerHints_C_ShowHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_RemoveFromDisplayedButtons \ static_assert(alignof(SprayerHints_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong alignment on SprayerHints_C_RemoveFromDisplayedButtons"); \ static_assert(sizeof(SprayerHints_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong size on SprayerHints_C_RemoveFromDisplayedButtons"); \ static_assert(offsetof(SprayerHints_C_RemoveFromDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'SprayerHints_C_RemoveFromDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_SetDisplayedButtons \ static_assert(alignof(SprayerHints_C_SetDisplayedButtons) == 0x000008, "Wrong alignment on SprayerHints_C_SetDisplayedButtons"); \ static_assert(sizeof(SprayerHints_C_SetDisplayedButtons) == 0x000008, "Wrong size on SprayerHints_C_SetDisplayedButtons"); \ static_assert(offsetof(SprayerHints_C_SetDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'SprayerHints_C_SetDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_UpdateAltProgress \ static_assert(alignof(SprayerHints_C_UpdateAltProgress) == 0x000004, "Wrong alignment on SprayerHints_C_UpdateAltProgress"); \ static_assert(sizeof(SprayerHints_C_UpdateAltProgress) == 0x000004, "Wrong size on SprayerHints_C_UpdateAltProgress"); \ static_assert(offsetof(SprayerHints_C_UpdateAltProgress, Percent) == 0x000000, "Member 'SprayerHints_C_UpdateAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_UpdateProgressKey \ static_assert(alignof(SprayerHints_C_UpdateProgressKey) == 0x000004, "Wrong alignment on SprayerHints_C_UpdateProgressKey"); \ static_assert(sizeof(SprayerHints_C_UpdateProgressKey) == 0x000004, "Wrong size on SprayerHints_C_UpdateProgressKey"); \ static_assert(offsetof(SprayerHints_C_UpdateProgressKey, Percent) == 0x000000, "Member 'SprayerHints_C_UpdateProgressKey::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_ShowActionButton \ static_assert(alignof(SprayerHints_C_ShowActionButton) == 0x000008, "Wrong alignment on SprayerHints_C_ShowActionButton"); \ static_assert(sizeof(SprayerHints_C_ShowActionButton) == 0x000040, "Wrong size on SprayerHints_C_ShowActionButton"); \ static_assert(offsetof(SprayerHints_C_ShowActionButton, isProgressButton) == 0x000000, "Member 'SprayerHints_C_ShowActionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_ShowActionButton, KeyMeta) == 0x000008, "Member 'SprayerHints_C_ShowActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_CanUseLookCloserButton \ static_assert(alignof(SprayerHints_C_CanUseLookCloserButton) == 0x000001, "Wrong alignment on SprayerHints_C_CanUseLookCloserButton"); \ static_assert(sizeof(SprayerHints_C_CanUseLookCloserButton) == 0x000001, "Wrong size on SprayerHints_C_CanUseLookCloserButton"); \ static_assert(offsetof(SprayerHints_C_CanUseLookCloserButton, bReturnValue) == 0x000000, "Member 'SprayerHints_C_CanUseLookCloserButton::bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHints_C_GetOldKeyHints \ static_assert(alignof(SprayerHints_C_GetOldKeyHints) == 0x000008, "Wrong alignment on SprayerHints_C_GetOldKeyHints"); \ static_assert(sizeof(SprayerHints_C_GetOldKeyHints) == 0x000010, "Wrong size on SprayerHints_C_GetOldKeyHints"); \ static_assert(offsetof(SprayerHints_C_GetOldKeyHints, bIsValid) == 0x000000, "Member 'SprayerHints_C_GetOldKeyHints::bIsValid' has a wrong offset!"); \ static_assert(offsetof(SprayerHints_C_GetOldKeyHints, HintsWrapper) == 0x000008, "Member 'SprayerHints_C_GetOldKeyHints::HintsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USprayerHints_C \ static_assert(alignof(USprayerHints_C) == 0x000008, "Wrong alignment on USprayerHints_C"); \ static_assert(sizeof(USprayerHints_C) == 0x000280, "Wrong size on USprayerHints_C"); \ static_assert(offsetof(USprayerHints_C, UberGraphFrame) == 0x000260, "Member 'USprayerHints_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USprayerHints_C, BasicContextHint_1) == 0x000268, "Member 'USprayerHints_C::BasicContextHint_1' has a wrong offset!"); \ static_assert(offsetof(USprayerHints_C, BasicContextHint_2) == 0x000270, "Member 'USprayerHints_C::BasicContextHint_2' has a wrong offset!"); \ static_assert(offsetof(USprayerHints_C, PaintHint) == 0x000278, "Member 'USprayerHints_C::PaintHint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVoidonite_C \ static_assert(alignof(AVoidonite_C) == 0x000010, "Wrong alignment on AVoidonite_C"); \ static_assert(sizeof(AVoidonite_C) == 0x000430, "Wrong size on AVoidonite_C"); \ #define DUMPER7_ASSERTS_ChatMessage_C_ExecuteUbergraph_ChatMessage \ static_assert(alignof(ChatMessage_C_ExecuteUbergraph_ChatMessage) == 0x000008, "Wrong alignment on ChatMessage_C_ExecuteUbergraph_ChatMessage"); \ static_assert(sizeof(ChatMessage_C_ExecuteUbergraph_ChatMessage) == 0x000138, "Wrong size on ChatMessage_C_ExecuteUbergraph_ChatMessage"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, EntryPoint) == 0x000000, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, Temp_int_Variable) == 0x000004, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_MakeArray_Array) == 0x000048, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_Event_IsDesignTime) == 0x000058, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, CallFunc_Format_ReturnValue) == 0x000060, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ChatMessage_C_ExecuteUbergraph_ChatMessage, K2Node_Select_Default) == 0x000120, "Member 'ChatMessage_C_ExecuteUbergraph_ChatMessage::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChatMessage_C_PreConstruct \ static_assert(alignof(ChatMessage_C_PreConstruct) == 0x000001, "Wrong alignment on ChatMessage_C_PreConstruct"); \ static_assert(sizeof(ChatMessage_C_PreConstruct) == 0x000001, "Wrong size on ChatMessage_C_PreConstruct"); \ static_assert(offsetof(ChatMessage_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ChatMessage_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChatMessage_C \ static_assert(alignof(UChatMessage_C) == 0x000008, "Wrong alignment on UChatMessage_C"); \ static_assert(sizeof(UChatMessage_C) == 0x0002A8, "Wrong size on UChatMessage_C"); \ static_assert(offsetof(UChatMessage_C, UberGraphFrame) == 0x000260, "Member 'UChatMessage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UChatMessage_C, RichTextBlock_128) == 0x000268, "Member 'UChatMessage_C::RichTextBlock_128' has a wrong offset!"); \ static_assert(offsetof(UChatMessage_C, Sender) == 0x000270, "Member 'UChatMessage_C::Sender' has a wrong offset!"); \ static_assert(offsetof(UChatMessage_C, Message) == 0x000288, "Member 'UChatMessage_C::Message' has a wrong offset!"); \ static_assert(offsetof(UChatMessage_C, Type) == 0x0002A0, "Member 'UChatMessage_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement \ static_assert(alignof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement) == 0x000008, "Wrong alignment on DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement"); \ static_assert(sizeof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement) == 0x000100, "Wrong size on DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, EntryPoint) == 0x000000, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetCameraRotation_ReturnValue) == 0x000010, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, Temp_bool_Has_Been_Initd_Variable) == 0x00002C, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, K2Node_Event_MyGeometry) == 0x000030, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, K2Node_Event_InDeltaTime) == 0x000068, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, K2Node_CustomEvent_DamageLocation) == 0x00006C, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::K2Node_CustomEvent_DamageLocation' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, Temp_bool_IsClosed_Variable) == 0x000088, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetPlayerController_ReturnValue_1) == 0x000090, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000098, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0000A0, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000B0, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_GetViewTarget_ReturnValue) == 0x0000B8, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_PlayAnimation_ReturnValue) == 0x0000D0, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000D8, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Roll_1) == 0x0000E4, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Pitch_1) == 0x0000E8, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_BreakRotator_Yaw_1) == 0x0000EC, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F0, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000F8, "Member 'DamageDirectionEllement_C_ExecuteUbergraph_DamageDirectionEllement::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageDirectionEllement_C_Show \ static_assert(alignof(DamageDirectionEllement_C_Show) == 0x000004, "Wrong alignment on DamageDirectionEllement_C_Show"); \ static_assert(sizeof(DamageDirectionEllement_C_Show) == 0x00000C, "Wrong size on DamageDirectionEllement_C_Show"); \ static_assert(offsetof(DamageDirectionEllement_C_Show, DamageLocation_0) == 0x000000, "Member 'DamageDirectionEllement_C_Show::DamageLocation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageDirectionEllement_C_Tick \ static_assert(alignof(DamageDirectionEllement_C_Tick) == 0x000004, "Wrong alignment on DamageDirectionEllement_C_Tick"); \ static_assert(sizeof(DamageDirectionEllement_C_Tick) == 0x00003C, "Wrong size on DamageDirectionEllement_C_Tick"); \ static_assert(offsetof(DamageDirectionEllement_C_Tick, MyGeometry) == 0x000000, "Member 'DamageDirectionEllement_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DamageDirectionEllement_C_Tick, InDeltaTime) == 0x000038, "Member 'DamageDirectionEllement_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageDirectionEllement_C \ static_assert(alignof(UDamageDirectionEllement_C) == 0x000008, "Wrong alignment on UDamageDirectionEllement_C"); \ static_assert(sizeof(UDamageDirectionEllement_C) == 0x000288, "Wrong size on UDamageDirectionEllement_C"); \ static_assert(offsetof(UDamageDirectionEllement_C, UberGraphFrame) == 0x000260, "Member 'UDamageDirectionEllement_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDamageDirectionEllement_C, AnimationShow) == 0x000268, "Member 'UDamageDirectionEllement_C::AnimationShow' has a wrong offset!"); \ static_assert(offsetof(UDamageDirectionEllement_C, Image_112) == 0x000270, "Member 'UDamageDirectionEllement_C::Image_112' has a wrong offset!"); \ static_assert(offsetof(UDamageDirectionEllement_C, DamageLocation) == 0x000278, "Member 'UDamageDirectionEllement_C::DamageLocation' has a wrong offset!"); \ static_assert(offsetof(UDamageDirectionEllement_C, IsVisibleNow) == 0x000284, "Member 'UDamageDirectionEllement_C::IsVisibleNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectList_C_HoverBottom \ static_assert(alignof(RectList_C_HoverBottom) == 0x000008, "Wrong alignment on RectList_C_HoverBottom"); \ static_assert(sizeof(RectList_C_HoverBottom) == 0x000068, "Wrong size on RectList_C_HoverBottom"); \ static_assert(offsetof(RectList_C_HoverBottom, CachedCurrentHovered) == 0x000000, "Member 'RectList_C_HoverBottom::CachedCurrentHovered' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, TargetIndex) == 0x000004, "Member 'RectList_C_HoverBottom::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'RectList_C_HoverBottom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'RectList_C_HoverBottom::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, Temp_bool_Variable) == 0x00000D, "Member 'RectList_C_HoverBottom::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Array_Get_Item) == 0x000010, "Member 'RectList_C_HoverBottom::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000018, "Member 'RectList_C_HoverBottom::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RectList_C_HoverBottom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'RectList_C_HoverBottom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Percent_IntInt_ReturnValue) == 0x00002C, "Member 'RectList_C_HoverBottom::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'RectList_C_HoverBottom::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'RectList_C_HoverBottom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'RectList_C_HoverBottom::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'RectList_C_HoverBottom::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000048, "Member 'RectList_C_HoverBottom::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'RectList_C_HoverBottom::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, K2Node_Select_Default) == 0x00005C, "Member 'RectList_C_HoverBottom::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverBottom, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'RectList_C_HoverBottom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectList_C_HoverUp \ static_assert(alignof(RectList_C_HoverUp) == 0x000008, "Wrong alignment on RectList_C_HoverUp"); \ static_assert(sizeof(RectList_C_HoverUp) == 0x0000A0, "Wrong size on RectList_C_HoverUp"); \ static_assert(offsetof(RectList_C_HoverUp, CachedCurrentHovered) == 0x000000, "Member 'RectList_C_HoverUp::CachedCurrentHovered' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, TargetIndex) == 0x000004, "Member 'RectList_C_HoverUp::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, Temp_bool_Variable) == 0x000008, "Member 'RectList_C_HoverUp::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, Temp_int_Variable) == 0x00000C, "Member 'RectList_C_HoverUp::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'RectList_C_HoverUp::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'RectList_C_HoverUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'RectList_C_HoverUp::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'RectList_C_HoverUp::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Percent_IntInt_ReturnValue) == 0x000020, "Member 'RectList_C_HoverUp::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000024, "Member 'RectList_C_HoverUp::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Divide_IntInt_ReturnValue) == 0x000028, "Member 'RectList_C_HoverUp::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, Temp_int_Variable_1) == 0x00002C, "Member 'RectList_C_HoverUp::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000030, "Member 'RectList_C_HoverUp::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Percent_IntInt_ReturnValue_2) == 0x000034, "Member 'RectList_C_HoverUp::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Array_Length_ReturnValue_2) == 0x000038, "Member 'RectList_C_HoverUp::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'RectList_C_HoverUp::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, Temp_bool_Variable_1) == 0x00003D, "Member 'RectList_C_HoverUp::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Array_Get_Item) == 0x000040, "Member 'RectList_C_HoverUp::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000048, "Member 'RectList_C_HoverUp::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'RectList_C_HoverUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Not_PreBool_ReturnValue) == 0x000059, "Member 'RectList_C_HoverUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, Temp_bool_Variable_2) == 0x00005A, "Member 'RectList_C_HoverUp::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Subtract_IntInt_ReturnValue) == 0x00005C, "Member 'RectList_C_HoverUp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_Select_Default) == 0x000060, "Member 'RectList_C_HoverUp::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'RectList_C_HoverUp::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Less_IntInt_ReturnValue_1) == 0x000065, "Member 'RectList_C_HoverUp::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_BooleanAND_ReturnValue) == 0x000066, "Member 'RectList_C_HoverUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_Select_Default_1) == 0x000068, "Member 'RectList_C_HoverUp::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00006C, "Member 'RectList_C_HoverUp::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Multiply_IntInt_ReturnValue) == 0x000070, "Member 'RectList_C_HoverUp::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'RectList_C_HoverUp::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, CallFunc_Add_IntInt_ReturnValue_2) == 0x000080, "Member 'RectList_C_HoverUp::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000088, "Member 'RectList_C_HoverUp::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'RectList_C_HoverUp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverUp, K2Node_Select_Default_2) == 0x00009C, "Member 'RectList_C_HoverUp::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectList_C_HoverWidget \ static_assert(alignof(RectList_C_HoverWidget) == 0x000008, "Wrong alignment on RectList_C_HoverWidget"); \ static_assert(sizeof(RectList_C_HoverWidget) == 0x000038, "Wrong size on RectList_C_HoverWidget"); \ static_assert(offsetof(RectList_C_HoverWidget, ItemWidget) == 0x000000, "Member 'RectList_C_HoverWidget::ItemWidget' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000008, "Member 'RectList_C_HoverWidget::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'RectList_C_HoverWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, K2Node_DynamicCast_AsAbstract_List_Item) == 0x000020, "Member 'RectList_C_HoverWidget::K2Node_DynamicCast_AsAbstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'RectList_C_HoverWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'RectList_C_HoverWidget::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RectList_C_HoverWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'RectList_C_HoverWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URectList_C \ static_assert(alignof(URectList_C) == 0x000008, "Wrong alignment on URectList_C"); \ static_assert(sizeof(URectList_C) == 0x0002D0, "Wrong size on URectList_C"); \ static_assert(offsetof(URectList_C, MatrixSizeX) == 0x0002B8, "Member 'URectList_C::MatrixSizeX' has a wrong offset!"); \ static_assert(offsetof(URectList_C, LoopHoverInBounds) == 0x0002BC, "Member 'URectList_C::LoopHoverInBounds' has a wrong offset!"); \ static_assert(offsetof(URectList_C, OnPassHoverDirection) == 0x0002C0, "Member 'URectList_C::OnPassHoverDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment \ static_assert(alignof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment) == 0x000008, "Wrong alignment on PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment"); \ static_assert(sizeof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment) == 0x000050, "Wrong size on PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, EntryPoint) == 0x000000, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_BreakVector2D_X) == 0x000004, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_BreakVector2D_X_1) == 0x00000C, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_BreakVector2D_Y_1) == 0x000010, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, K2Node_CustomEvent_isAvaliable) == 0x000014, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::K2Node_CustomEvent_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, K2Node_CustomEvent_NewValue) == 0x000018, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_ClampBarValue_ClampedValue) == 0x00001C, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_ClampBarValue_ClampedValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000028, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_ClampBarValue_ClampedValue_1) == 0x000030, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_ClampBarValue_ClampedValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_ClampBarValue_ClampedValue_2) == 0x000034, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_ClampBarValue_ClampedValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, K2Node_CustomEvent_isActive) == 0x000039, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::K2Node_CustomEvent_isActive' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, K2Node_CustomEvent_DecimalValue) == 0x00003C, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::K2Node_CustomEvent_DecimalValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment, K2Node_Event_IsDesignTime) == 0x000048, "Member 'PlayerStatSegment_C_ExecuteUbergraph_PlayerStatSegment::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_PreConstruct \ static_assert(alignof(PlayerStatSegment_C_PreConstruct) == 0x000001, "Wrong alignment on PlayerStatSegment_C_PreConstruct"); \ static_assert(sizeof(PlayerStatSegment_C_PreConstruct) == 0x000001, "Wrong size on PlayerStatSegment_C_PreConstruct"); \ static_assert(offsetof(PlayerStatSegment_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PlayerStatSegment_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_SetDefaultValue \ static_assert(alignof(PlayerStatSegment_C_SetDefaultValue) == 0x000004, "Wrong alignment on PlayerStatSegment_C_SetDefaultValue"); \ static_assert(sizeof(PlayerStatSegment_C_SetDefaultValue) == 0x000004, "Wrong size on PlayerStatSegment_C_SetDefaultValue"); \ static_assert(offsetof(PlayerStatSegment_C_SetDefaultValue, DecimalValue) == 0x000000, "Member 'PlayerStatSegment_C_SetDefaultValue::DecimalValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_SetActive \ static_assert(alignof(PlayerStatSegment_C_SetActive) == 0x000001, "Wrong alignment on PlayerStatSegment_C_SetActive"); \ static_assert(sizeof(PlayerStatSegment_C_SetActive) == 0x000001, "Wrong size on PlayerStatSegment_C_SetActive"); \ static_assert(offsetof(PlayerStatSegment_C_SetActive, IsActive) == 0x000000, "Member 'PlayerStatSegment_C_SetActive::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_SetBarValue \ static_assert(alignof(PlayerStatSegment_C_SetBarValue) == 0x000004, "Wrong alignment on PlayerStatSegment_C_SetBarValue"); \ static_assert(sizeof(PlayerStatSegment_C_SetBarValue) == 0x000004, "Wrong size on PlayerStatSegment_C_SetBarValue"); \ static_assert(offsetof(PlayerStatSegment_C_SetBarValue, NewValue) == 0x000000, "Member 'PlayerStatSegment_C_SetBarValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_SetAvaliable \ static_assert(alignof(PlayerStatSegment_C_SetAvaliable) == 0x000001, "Wrong alignment on PlayerStatSegment_C_SetAvaliable"); \ static_assert(sizeof(PlayerStatSegment_C_SetAvaliable) == 0x000001, "Wrong size on PlayerStatSegment_C_SetAvaliable"); \ static_assert(offsetof(PlayerStatSegment_C_SetAvaliable, IsAvaliable_0) == 0x000000, "Member 'PlayerStatSegment_C_SetAvaliable::IsAvaliable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_Burn_Down_Difference \ static_assert(alignof(PlayerStatSegment_C_Burn_Down_Difference) == 0x000004, "Wrong alignment on PlayerStatSegment_C_Burn_Down_Difference"); \ static_assert(sizeof(PlayerStatSegment_C_Burn_Down_Difference) == 0x000024, "Wrong size on PlayerStatSegment_C_Burn_Down_Difference"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, TargetValue) == 0x000000, "Member 'PlayerStatSegment_C_Burn_Down_Difference::TargetValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, NewDifference) == 0x000004, "Member 'PlayerStatSegment_C_Burn_Down_Difference::NewDifference' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CalculatedDifference) == 0x000008, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CalculatedDifference' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_ClampBarValue_ClampedValue) == 0x00000C, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_ClampBarValue_ClampedValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000010, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000014, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000018, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_FInterpTo_ReturnValue) == 0x00001C, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Burn_Down_Difference, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'PlayerStatSegment_C_Burn_Down_Difference::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_Restore_Value \ static_assert(alignof(PlayerStatSegment_C_Restore_Value) == 0x000004, "Wrong alignment on PlayerStatSegment_C_Restore_Value"); \ static_assert(sizeof(PlayerStatSegment_C_Restore_Value) == 0x000038, "Wrong size on PlayerStatSegment_C_Restore_Value"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, TargetValue) == 0x000000, "Member 'PlayerStatSegment_C_Restore_Value::TargetValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, MainValue) == 0x000004, "Member 'PlayerStatSegment_C_Restore_Value::MainValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, Diff) == 0x000008, "Member 'PlayerStatSegment_C_Restore_Value::Diff' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00000C, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000010, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000018, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_FInterpTo_ReturnValue) == 0x00001C, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_ClampBarValue_ClampedValue) == 0x000020, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_ClampBarValue_ClampedValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000024, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000028, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_FInterpTo_ReturnValue_1) == 0x000030, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Restore_Value, CallFunc_ClampBarValue_ClampedValue_1) == 0x000034, "Member 'PlayerStatSegment_C_Restore_Value::CallFunc_ClampBarValue_ClampedValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_Set_Delimeter_and_State \ static_assert(alignof(PlayerStatSegment_C_Set_Delimeter_and_State) == 0x000004, "Wrong alignment on PlayerStatSegment_C_Set_Delimeter_and_State"); \ static_assert(sizeof(PlayerStatSegment_C_Set_Delimeter_and_State) == 0x000024, "Wrong size on PlayerStatSegment_C_Set_Delimeter_and_State"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, ProgressDecimal) == 0x000000, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::ProgressDecimal' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_IsVisible_ReturnValue) == 0x000007, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_Set_Delimeter_and_State, CallFunc_MakeVector2D_ReturnValue) == 0x00001C, "Member 'PlayerStatSegment_C_Set_Delimeter_and_State::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerStatSegment_C_ClampBarValue \ static_assert(alignof(PlayerStatSegment_C_ClampBarValue) == 0x000004, "Wrong alignment on PlayerStatSegment_C_ClampBarValue"); \ static_assert(sizeof(PlayerStatSegment_C_ClampBarValue) == 0x00000C, "Wrong size on PlayerStatSegment_C_ClampBarValue"); \ static_assert(offsetof(PlayerStatSegment_C_ClampBarValue, InputValue) == 0x000000, "Member 'PlayerStatSegment_C_ClampBarValue::InputValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ClampBarValue, ClampedValue) == 0x000004, "Member 'PlayerStatSegment_C_ClampBarValue::ClampedValue' has a wrong offset!"); \ static_assert(offsetof(PlayerStatSegment_C_ClampBarValue, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'PlayerStatSegment_C_ClampBarValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerStatSegment_C \ static_assert(alignof(UPlayerStatSegment_C) == 0x000008, "Wrong alignment on UPlayerStatSegment_C"); \ static_assert(sizeof(UPlayerStatSegment_C) == 0x000310, "Wrong size on UPlayerStatSegment_C"); \ static_assert(offsetof(UPlayerStatSegment_C, UberGraphFrame) == 0x000260, "Member 'UPlayerStatSegment_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, BackgroundImage) == 0x000268, "Member 'UPlayerStatSegment_C::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, Delimiter) == 0x000270, "Member 'UPlayerStatSegment_C::Delimiter' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, SizeWrapper) == 0x000278, "Member 'UPlayerStatSegment_C::SizeWrapper' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, StatMaterial) == 0x000280, "Member 'UPlayerStatSegment_C::StatMaterial' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, CurrentValue) == 0x000288, "Member 'UPlayerStatSegment_C::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, DiffPlus) == 0x00028C, "Member 'UPlayerStatSegment_C::DiffPlus' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, DiffMinus) == 0x00029C, "Member 'UPlayerStatSegment_C::DiffMinus' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, GradientStart) == 0x0002AC, "Member 'UPlayerStatSegment_C::GradientStart' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, GradientEnd) == 0x0002BC, "Member 'UPlayerStatSegment_C::GradientEnd' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, DiffValue) == 0x0002CC, "Member 'UPlayerStatSegment_C::DiffValue' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, SegmentCapacity) == 0x0002D0, "Member 'UPlayerStatSegment_C::SegmentCapacity' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, StatBar) == 0x0002D8, "Member 'UPlayerStatSegment_C::StatBar' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, mask) == 0x0002E0, "Member 'UPlayerStatSegment_C::mask' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, Background) == 0x0002E8, "Member 'UPlayerStatSegment_C::Background' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, IsAvaliable) == 0x0002F0, "Member 'UPlayerStatSegment_C::IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, Size) == 0x0002F4, "Member 'UPlayerStatSegment_C::Size' has a wrong offset!"); \ static_assert(offsetof(UPlayerStatSegment_C, BasicColor) == 0x0002FC, "Member 'UPlayerStatSegment_C::BasicColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeFocusWidget_C_OnFocusReceived \ static_assert(alignof(FakeFocusWidget_C_OnFocusReceived) == 0x000008, "Wrong alignment on FakeFocusWidget_C_OnFocusReceived"); \ static_assert(sizeof(FakeFocusWidget_C_OnFocusReceived) == 0x0001B0, "Wrong size on FakeFocusWidget_C_OnFocusReceived"); \ static_assert(offsetof(FakeFocusWidget_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'FakeFocusWidget_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FakeFocusWidget_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'FakeFocusWidget_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(FakeFocusWidget_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'FakeFocusWidget_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FakeFocusWidget_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'FakeFocusWidget_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFakeFocusWidget_C \ static_assert(alignof(UFakeFocusWidget_C) == 0x000008, "Wrong alignment on UFakeFocusWidget_C"); \ static_assert(sizeof(UFakeFocusWidget_C) == 0x000270, "Wrong size on UFakeFocusWidget_C"); \ static_assert(offsetof(UFakeFocusWidget_C, OnFocused) == 0x000260, "Member 'UFakeFocusWidget_C::OnFocused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark_C_ExecuteUbergraph_ABP_Shark \ static_assert(alignof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark) == 0x000008, "Wrong alignment on ABP_Shark_C_ExecuteUbergraph_ABP_Shark"); \ static_assert(sizeof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark) == 0x0000B0, "Wrong size on ABP_Shark_C_ExecuteUbergraph_ABP_Shark"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, EntryPoint) == 0x000000, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, Temp_bool_Variable) == 0x000004, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, Temp_float_Variable) == 0x000008, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, Temp_bool_Variable_1) == 0x00000C, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, Temp_float_Variable_1) == 0x000010, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, K2Node_Event_DeltaTimeX) == 0x000014, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000018, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_GetVelocity_ReturnValue) == 0x00002C, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_VSize_ReturnValue) == 0x000038, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00003C, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000048, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000054, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_NegateRotator_ReturnValue) == 0x000060, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_ComposeRotators_ReturnValue) == 0x00006C, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_GetForwardVector_ReturnValue) == 0x000078, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000084, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_BreakVector_X) == 0x000090, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_BreakVector_Y) == 0x000094, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_BreakVector_Z) == 0x000098, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, K2Node_Select_Default) == 0x00009C, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, K2Node_Select_Default_1) == 0x0000A0, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A4, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark_C_ExecuteUbergraph_ABP_Shark, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000A8, "Member 'ABP_Shark_C_ExecuteUbergraph_ABP_Shark::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Shark_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Shark_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Shark_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Shark_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Shark_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Shark_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark_C_AnimGraph \ static_assert(alignof(ABP_Shark_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Shark_C_AnimGraph"); \ static_assert(sizeof(ABP_Shark_C_AnimGraph) == 0x000010, "Wrong size on ABP_Shark_C_AnimGraph"); \ static_assert(offsetof(ABP_Shark_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Shark_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Shark_C \ static_assert(alignof(UABP_Shark_C) == 0x000010, "Wrong alignment on UABP_Shark_C"); \ static_assert(sizeof(UABP_Shark_C) == 0x000550, "Wrong size on UABP_Shark_C"); \ static_assert(offsetof(UABP_Shark_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Shark_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_BlendSpacePlayer) == 0x0002C8, "Member 'UABP_Shark_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_LocalToComponentSpace) == 0x0003B0, "Member 'UABP_Shark_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_ComponentToLocalSpace) == 0x0003D0, "Member 'UABP_Shark_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_Root) == 0x0003F0, "Member 'UABP_Shark_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x000420, "Member 'UABP_Shark_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, AnimGraphNode_Slot) == 0x0004F0, "Member 'UABP_Shark_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, MoveUp) == 0x000538, "Member 'UABP_Shark_C::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, MoveRight) == 0x00053C, "Member 'UABP_Shark_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, LookAtGoal) == 0x000540, "Member 'UABP_Shark_C::LookAtGoal' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark_C, Speed) == 0x00054C, "Member 'UABP_Shark_C::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem \ static_assert(alignof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem) == 0x000008, "Wrong alignment on PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem"); \ static_assert(sizeof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem) == 0x000060, "Wrong size on PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, EntryPoint) == 0x000000, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_CustomEvent_Type) == 0x000004, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_MakeArray_Array) == 0x000008, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00001C, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_Event_IsDesignTime) == 0x00001D, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_MakeArray_Array_1) == 0x000020, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_MakeArray_Array_2) == 0x000030, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000044, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000048, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem, K2Node_MakeArray_Array_3) == 0x000050, "Member 'PlayerHungerItem_C_ExecuteUbergraph_PlayerHungerItem::K2Node_MakeArray_Array_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHungerItem_C_SetMetabolismConfiguration \ static_assert(alignof(PlayerHungerItem_C_SetMetabolismConfiguration) == 0x000001, "Wrong alignment on PlayerHungerItem_C_SetMetabolismConfiguration"); \ static_assert(sizeof(PlayerHungerItem_C_SetMetabolismConfiguration) == 0x000001, "Wrong size on PlayerHungerItem_C_SetMetabolismConfiguration"); \ static_assert(offsetof(PlayerHungerItem_C_SetMetabolismConfiguration, Type) == 0x000000, "Member 'PlayerHungerItem_C_SetMetabolismConfiguration::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHungerItem_C_PreConstruct \ static_assert(alignof(PlayerHungerItem_C_PreConstruct) == 0x000001, "Wrong alignment on PlayerHungerItem_C_PreConstruct"); \ static_assert(sizeof(PlayerHungerItem_C_PreConstruct) == 0x000001, "Wrong size on PlayerHungerItem_C_PreConstruct"); \ static_assert(offsetof(PlayerHungerItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PlayerHungerItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerHungerItem_C \ static_assert(alignof(UPlayerHungerItem_C) == 0x000008, "Wrong alignment on UPlayerHungerItem_C"); \ static_assert(sizeof(UPlayerHungerItem_C) == 0x0002F0, "Wrong size on UPlayerHungerItem_C"); \ static_assert(offsetof(UPlayerHungerItem_C, UberGraphFrame_PlayerHungerItem_C) == 0x000290, "Member 'UPlayerHungerItem_C::UberGraphFrame_PlayerHungerItem_C' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment) == 0x000298, "Member 'UPlayerHungerItem_C::PlayerStatSegment' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_1) == 0x0002A0, "Member 'UPlayerHungerItem_C::PlayerStatSegment_1' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_2) == 0x0002A8, "Member 'UPlayerHungerItem_C::PlayerStatSegment_2' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_3) == 0x0002B0, "Member 'UPlayerHungerItem_C::PlayerStatSegment_3' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_4) == 0x0002B8, "Member 'UPlayerHungerItem_C::PlayerStatSegment_4' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_5) == 0x0002C0, "Member 'UPlayerHungerItem_C::PlayerStatSegment_5' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, PlayerStatSegment_6) == 0x0002C8, "Member 'UPlayerHungerItem_C::PlayerStatSegment_6' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, SegmentsWrapper) == 0x0002D0, "Member 'UPlayerHungerItem_C::SegmentsWrapper' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, DefaultSegments) == 0x0002D8, "Member 'UPlayerHungerItem_C::DefaultSegments' has a wrong offset!"); \ static_assert(offsetof(UPlayerHungerItem_C, isSetuped) == 0x0002E8, "Member 'UPlayerHungerItem_C::isSetuped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem \ static_assert(alignof(PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem) == 0x000008, "Wrong alignment on PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem"); \ static_assert(sizeof(PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem) == 0x000018, "Wrong size on PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem"); \ static_assert(offsetof(PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem, EntryPoint) == 0x000000, "Member 'PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem, K2Node_MakeArray_Array) == 0x000008, "Member 'PlayerArmorItem_C_ExecuteUbergraph_PlayerArmorItem::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerArmorItem_C_PreConstruct \ static_assert(alignof(PlayerArmorItem_C_PreConstruct) == 0x000001, "Wrong alignment on PlayerArmorItem_C_PreConstruct"); \ static_assert(sizeof(PlayerArmorItem_C_PreConstruct) == 0x000001, "Wrong size on PlayerArmorItem_C_PreConstruct"); \ static_assert(offsetof(PlayerArmorItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PlayerArmorItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerArmorItem_C \ static_assert(alignof(UPlayerArmorItem_C) == 0x000008, "Wrong alignment on UPlayerArmorItem_C"); \ static_assert(sizeof(UPlayerArmorItem_C) == 0x0002C0, "Wrong size on UPlayerArmorItem_C"); \ static_assert(offsetof(UPlayerArmorItem_C, UberGraphFrame_PlayerArmorItem_C) == 0x000290, "Member 'UPlayerArmorItem_C::UberGraphFrame_PlayerArmorItem_C' has a wrong offset!"); \ static_assert(offsetof(UPlayerArmorItem_C, PlayerStatSegment) == 0x000298, "Member 'UPlayerArmorItem_C::PlayerStatSegment' has a wrong offset!"); \ static_assert(offsetof(UPlayerArmorItem_C, PlayerStatSegment_1) == 0x0002A0, "Member 'UPlayerArmorItem_C::PlayerStatSegment_1' has a wrong offset!"); \ static_assert(offsetof(UPlayerArmorItem_C, PlayerStatSegment_2) == 0x0002A8, "Member 'UPlayerArmorItem_C::PlayerStatSegment_2' has a wrong offset!"); \ static_assert(offsetof(UPlayerArmorItem_C, PlayerStatSegment_3) == 0x0002B0, "Member 'UPlayerArmorItem_C::PlayerStatSegment_3' has a wrong offset!"); \ static_assert(offsetof(UPlayerArmorItem_C, SegmentsWrapper) == 0x0002B8, "Member 'UPlayerArmorItem_C::SegmentsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TrainContext_C_ProvideSingleActor \ static_assert(alignof(EQS_TrainContext_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQS_TrainContext_C_ProvideSingleActor"); \ static_assert(sizeof(EQS_TrainContext_C_ProvideSingleActor) == 0x000058, "Wrong size on EQS_TrainContext_C_ProvideSingleActor"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQS_TrainContext_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQS_TrainContext_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQS_TrainContext_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_GetPlayerTrain_ReturnValue) == 0x000018, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_Array_Get_Item) == 0x000038, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_GetLocomotive_ReturnValue) == 0x000048, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainContext_C_ProvideSingleActor, CallFunc_Conv_IntToBool_ReturnValue) == 0x000050, "Member 'EQS_TrainContext_C_ProvideSingleActor::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TrainContext_C \ static_assert(alignof(UEQS_TrainContext_C) == 0x000008, "Wrong alignment on UEQS_TrainContext_C"); \ static_assert(sizeof(UEQS_TrainContext_C) == 0x000030, "Wrong size on UEQS_TrainContext_C"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_ExecuteUbergraph_SharkMutagen \ static_assert(alignof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen) == 0x000010, "Wrong alignment on SharkMutagen_C_ExecuteUbergraph_SharkMutagen"); \ static_assert(sizeof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen) == 0x000190, "Wrong size on SharkMutagen_C_ExecuteUbergraph_SharkMutagen"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, EntryPoint) == 0x000000, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_CustomEvent_OldValue) == 0x000004, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_CustomEvent_NewValue) == 0x000008, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_GetHUD_ReturnValue) == 0x000020, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000039, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00003A, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_GetMaxValue_ReturnValue) == 0x00003C, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_Event_Damage) == 0x000040, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_Event_DamageType) == 0x000048, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_Event_InstigatedBy) == 0x000050, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_Event_DamageCauser) == 0x000058, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000060, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_AsShark) == 0x000068, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000078, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_PlayEventAtLocation_ReturnValue) == 0x0000D8, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000E0, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_GetOwner_ReturnValue) == 0x0000E8, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, CallFunc_Not_PreBool_ReturnValue) == 0x0000F0, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_AsShark_Mutagen_Spawn_Point) == 0x0000F8, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_AsShark_Mutagen_Spawn_Point' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_DynamicCast_bSuccess_3) == 0x000100, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ExecuteUbergraph_SharkMutagen, K2Node_Event_Impact) == 0x000104, "Member 'SharkMutagen_C_ExecuteUbergraph_SharkMutagen::K2Node_Event_Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_OnPlayImpactEffect \ static_assert(alignof(SharkMutagen_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on SharkMutagen_C_OnPlayImpactEffect"); \ static_assert(sizeof(SharkMutagen_C_OnPlayImpactEffect) == 0x000088, "Wrong size on SharkMutagen_C_OnPlayImpactEffect"); \ static_assert(offsetof(SharkMutagen_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'SharkMutagen_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_OnHealthValueChange \ static_assert(alignof(SharkMutagen_C_OnHealthValueChange) == 0x000004, "Wrong alignment on SharkMutagen_C_OnHealthValueChange"); \ static_assert(sizeof(SharkMutagen_C_OnHealthValueChange) == 0x000008, "Wrong size on SharkMutagen_C_OnHealthValueChange"); \ static_assert(offsetof(SharkMutagen_C_OnHealthValueChange, OldValue) == 0x000000, "Member 'SharkMutagen_C_OnHealthValueChange::OldValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_OnHealthValueChange, NewValue) == 0x000004, "Member 'SharkMutagen_C_OnHealthValueChange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_ReceiveAnyDamage \ static_assert(alignof(SharkMutagen_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on SharkMutagen_C_ReceiveAnyDamage"); \ static_assert(sizeof(SharkMutagen_C_ReceiveAnyDamage) == 0x000020, "Wrong size on SharkMutagen_C_ReceiveAnyDamage"); \ static_assert(offsetof(SharkMutagen_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'SharkMutagen_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'SharkMutagen_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'SharkMutagen_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'SharkMutagen_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_GetIsEnemy \ static_assert(alignof(SharkMutagen_C_GetIsEnemy) == 0x000001, "Wrong alignment on SharkMutagen_C_GetIsEnemy"); \ static_assert(sizeof(SharkMutagen_C_GetIsEnemy) == 0x000001, "Wrong size on SharkMutagen_C_GetIsEnemy"); \ static_assert(offsetof(SharkMutagen_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'SharkMutagen_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_GetEnemyData \ static_assert(alignof(SharkMutagen_C_GetEnemyData) == 0x000008, "Wrong alignment on SharkMutagen_C_GetEnemyData"); \ static_assert(sizeof(SharkMutagen_C_GetEnemyData) == 0x000060, "Wrong size on SharkMutagen_C_GetEnemyData"); \ static_assert(offsetof(SharkMutagen_C_GetEnemyData, Data) == 0x000000, "Member 'SharkMutagen_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'SharkMutagen_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'SharkMutagen_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'SharkMutagen_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'SharkMutagen_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_GetItemSelection \ static_assert(alignof(SharkMutagen_C_GetItemSelection) == 0x000008, "Wrong alignment on SharkMutagen_C_GetItemSelection"); \ static_assert(sizeof(SharkMutagen_C_GetItemSelection) == 0x0000B0, "Wrong size on SharkMutagen_C_GetItemSelection"); \ static_assert(offsetof(SharkMutagen_C_GetItemSelection, Hit) == 0x000000, "Member 'SharkMutagen_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetItemSelection, Player) == 0x000088, "Member 'SharkMutagen_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetItemSelection, SelectionText) == 0x000090, "Member 'SharkMutagen_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'SharkMutagen_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(SharkMutagen_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'SharkMutagen_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagen_C_GetItemDurability \ static_assert(alignof(SharkMutagen_C_GetItemDurability) == 0x000008, "Wrong alignment on SharkMutagen_C_GetItemDurability"); \ static_assert(sizeof(SharkMutagen_C_GetItemDurability) == 0x000018, "Wrong size on SharkMutagen_C_GetItemDurability"); \ static_assert(offsetof(SharkMutagen_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'SharkMutagen_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkMutagen_C \ static_assert(alignof(ASharkMutagen_C) == 0x000008, "Wrong alignment on ASharkMutagen_C"); \ static_assert(sizeof(ASharkMutagen_C) == 0x0002C0, "Wrong size on ASharkMutagen_C"); \ static_assert(offsetof(ASharkMutagen_C, UberGraphFrame) == 0x000280, "Member 'ASharkMutagen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, Sphere) == 0x000288, "Member 'ASharkMutagen_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, Damaged_Sound) == 0x000290, "Member 'ASharkMutagen_C::Damaged_Sound' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, Health) == 0x000298, "Member 'ASharkMutagen_C::Health' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, StaticMesh) == 0x0002A0, "Member 'ASharkMutagen_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, bDestructibleMeshVisible) == 0x0002A8, "Member 'ASharkMutagen_C::bDestructibleMeshVisible' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, OccupiedWith) == 0x0002B0, "Member 'ASharkMutagen_C::OccupiedWith' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagen_C, bSpawnedFar) == 0x0002B8, "Member 'ASharkMutagen_C::bSpawnedFar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationRoot_C_ExecuteUbergraph_NotificationRoot \ static_assert(alignof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot) == 0x000008, "Wrong alignment on NotificationRoot_C_ExecuteUbergraph_NotificationRoot"); \ static_assert(sizeof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot) == 0x000030, "Wrong size on NotificationRoot_C_ExecuteUbergraph_NotificationRoot"); \ static_assert(offsetof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot, EntryPoint) == 0x000000, "Member 'NotificationRoot_C_ExecuteUbergraph_NotificationRoot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot, K2Node_CustomEvent_Message) == 0x000008, "Member 'NotificationRoot_C_ExecuteUbergraph_NotificationRoot::K2Node_CustomEvent_Message' has a wrong offset!"); \ static_assert(offsetof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot, K2Node_CustomEvent_Count_ifLoot_) == 0x000020, "Member 'NotificationRoot_C_ExecuteUbergraph_NotificationRoot::K2Node_CustomEvent_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(NotificationRoot_C_ExecuteUbergraph_NotificationRoot, K2Node_CustomEvent_Icon_ifNeed_) == 0x000028, "Member 'NotificationRoot_C_ExecuteUbergraph_NotificationRoot::K2Node_CustomEvent_Icon_ifNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationRoot_C_ROOT_SHOW \ static_assert(alignof(NotificationRoot_C_ROOT_SHOW) == 0x000008, "Wrong alignment on NotificationRoot_C_ROOT_SHOW"); \ static_assert(sizeof(NotificationRoot_C_ROOT_SHOW) == 0x000028, "Wrong size on NotificationRoot_C_ROOT_SHOW"); \ static_assert(offsetof(NotificationRoot_C_ROOT_SHOW, Message) == 0x000000, "Member 'NotificationRoot_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(NotificationRoot_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'NotificationRoot_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(NotificationRoot_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'NotificationRoot_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotificationRoot_C \ static_assert(alignof(UNotificationRoot_C) == 0x000008, "Wrong alignment on UNotificationRoot_C"); \ static_assert(sizeof(UNotificationRoot_C) == 0x000268, "Wrong size on UNotificationRoot_C"); \ static_assert(offsetof(UNotificationRoot_C, UberGraphFrame) == 0x000260, "Member 'UNotificationRoot_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Bomber_C_AnimGraph \ static_assert(alignof(ABP_Bomber_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Bomber_C_AnimGraph"); \ static_assert(sizeof(ABP_Bomber_C_AnimGraph) == 0x000010, "Wrong size on ABP_Bomber_C_AnimGraph"); \ static_assert(offsetof(ABP_Bomber_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Bomber_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Bomber_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Bomber_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Bomber_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Bomber_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Bomber_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Bomber_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Bomber_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber \ static_assert(alignof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber) == 0x000008, "Wrong alignment on ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber"); \ static_assert(sizeof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber) == 0x000100, "Wrong size on ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, EntryPoint) == 0x000000, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue) == 0x000004, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, K2Node_Event_DeltaTimeX) == 0x000018, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000038, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, K2Node_DynamicCast_AsBomber) == 0x000040, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00004C, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000050, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000054, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000058, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00005C, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetMovementComponent_ReturnValue) == 0x000068, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_NegateRotator_ReturnValue) == 0x000070, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetMaxSpeed_ReturnValue) == 0x00007C, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_FMax_ReturnValue) == 0x000080, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000084, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_VSize_ReturnValue) == 0x000090, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_ComposeRotators_ReturnValue) == 0x000094, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetForwardVector_ReturnValue) == 0x0000A4, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000B0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakVector_X) == 0x0000BC, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakVector_Y) == 0x0000C0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_BreakVector_Z) == 0x0000C4, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Round_ReturnValue) == 0x0000C8, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000CC, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Round_ReturnValue_1) == 0x0000D0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000D8, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_IsRunning_ReturnValue) == 0x0000E0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x0000E4, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0000E8, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_IsAlive_ReturnValue) == 0x0000E9, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0000EC, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Not_PreBool_ReturnValue) == 0x0000F1, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x0000F4, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x0000F8, "Member 'ABP_Bomber_C_ExecuteUbergraph_ABP_Bomber::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Bomber_C \ static_assert(alignof(UABP_Bomber_C) == 0x000010, "Wrong alignment on UABP_Bomber_C"); \ static_assert(sizeof(UABP_Bomber_C) == 0x0018F0, "Wrong size on UABP_Bomber_C"); \ static_assert(offsetof(UABP_Bomber_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Bomber_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Bomber_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_14) == 0x0002F8, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_13) == 0x000320, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_12) == 0x000348, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_11) == 0x000370, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_10) == 0x000398, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_9) == 0x0003C0, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_8) == 0x0003E8, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_7) == 0x000410, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_6) == 0x000438, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_5) == 0x000460, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_4) == 0x000488, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_3) == 0x0004B0, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_2) == 0x0004D8, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult_1) == 0x000500, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TransitionResult) == 0x000528, "Member 'UABP_Bomber_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_9) == 0x000550, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_10) == 0x0005D0, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_8) == 0x000600, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_9) == 0x000680, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_7) == 0x0006B0, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_8) == 0x000730, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_6) == 0x000760, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_7) == 0x0007E0, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_5) == 0x000810, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_6) == 0x000890, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_4) == 0x0008C0, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_5) == 0x000940, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_3) == 0x000970, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_4) == 0x0009F0, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_2) == 0x000A20, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_3) == 0x000AA0, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer_1) == 0x000AD0, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_2) == 0x000B50, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_BlendSpacePlayer) == 0x000B80, "Member 'UABP_Bomber_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult_1) == 0x000C68, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SequencePlayer) == 0x000C98, "Member 'UABP_Bomber_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateResult) == 0x000D18, "Member 'UABP_Bomber_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_StateMachine) == 0x000D48, "Member 'UABP_Bomber_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_Slot) == 0x000DF8, "Member 'UABP_Bomber_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_SaveCachedPose) == 0x000E40, "Member 'UABP_Bomber_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_UseCachedPose) == 0x000F98, "Member 'UABP_Bomber_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_ComponentToLocalSpace) == 0x000FC0, "Member 'UABP_Bomber_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_ModifyBone) == 0x000FE0, "Member 'UABP_Bomber_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TwoBoneIK_3) == 0x0010F0, "Member 'UABP_Bomber_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TwoBoneIK_2) == 0x0012D0, "Member 'UABP_Bomber_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_LocalToComponentSpace) == 0x0014B0, "Member 'UABP_Bomber_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TwoBoneIK_1) == 0x0014D0, "Member 'UABP_Bomber_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, AnimGraphNode_TwoBoneIK) == 0x0016B0, "Member 'UABP_Bomber_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, Character) == 0x001890, "Member 'UABP_Bomber_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, Speed) == 0x001898, "Member 'UABP_Bomber_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, MoveRight) == 0x00189C, "Member 'UABP_Bomber_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, MoveForward) == 0x0018A0, "Member 'UABP_Bomber_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, bRunning) == 0x0018A4, "Member 'UABP_Bomber_C::bRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, bIsInAir) == 0x0018A5, "Member 'UABP_Bomber_C::bIsInAir' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, bDetonating) == 0x0018A6, "Member 'UABP_Bomber_C::bDetonating' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, bDigging) == 0x0018A7, "Member 'UABP_Bomber_C::bDigging' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, RightUpEffector) == 0x0018A8, "Member 'UABP_Bomber_C::RightUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, LeftUpEffector) == 0x0018B4, "Member 'UABP_Bomber_C::LeftUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, RightBackEffector) == 0x0018C0, "Member 'UABP_Bomber_C::RightBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, LeftBackEffector) == 0x0018CC, "Member 'UABP_Bomber_C::LeftBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, IKRootBoneRotation) == 0x0018D8, "Member 'UABP_Bomber_C::IKRootBoneRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, MeshZOffset) == 0x0018E4, "Member 'UABP_Bomber_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Bomber_C, IKAlpha) == 0x0018E8, "Member 'UABP_Bomber_C::IKAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabel_C_ExecuteUbergraph_JournalLabel \ static_assert(alignof(JournalLabel_C_ExecuteUbergraph_JournalLabel) == 0x000004, "Wrong alignment on JournalLabel_C_ExecuteUbergraph_JournalLabel"); \ static_assert(sizeof(JournalLabel_C_ExecuteUbergraph_JournalLabel) == 0x00001C, "Wrong size on JournalLabel_C_ExecuteUbergraph_JournalLabel"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, EntryPoint) == 0x000000, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, K2Node_Event_isHovered) == 0x000004, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, CallFunc_GetItemSelect_isSelected) == 0x000005, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, K2Node_Event_IsDesignTime) == 0x000007, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, CallFunc_GetCanItemInteract_isInteractable) == 0x000008, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, Temp_bool_Variable) == 0x000009, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_ExecuteUbergraph_JournalLabel, K2Node_Select_Default) == 0x00000C, "Member 'JournalLabel_C_ExecuteUbergraph_JournalLabel::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabel_C_SetItemHover \ static_assert(alignof(JournalLabel_C_SetItemHover) == 0x000001, "Wrong alignment on JournalLabel_C_SetItemHover"); \ static_assert(sizeof(JournalLabel_C_SetItemHover) == 0x000001, "Wrong size on JournalLabel_C_SetItemHover"); \ static_assert(offsetof(JournalLabel_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'JournalLabel_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabel_C_PreConstruct \ static_assert(alignof(JournalLabel_C_PreConstruct) == 0x000001, "Wrong alignment on JournalLabel_C_PreConstruct"); \ static_assert(sizeof(JournalLabel_C_PreConstruct) == 0x000001, "Wrong size on JournalLabel_C_PreConstruct"); \ static_assert(offsetof(JournalLabel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalLabel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabel_C_PlaySelectionAnim \ static_assert(alignof(JournalLabel_C_PlaySelectionAnim) == 0x000008, "Wrong alignment on JournalLabel_C_PlaySelectionAnim"); \ static_assert(sizeof(JournalLabel_C_PlaySelectionAnim) == 0x000018, "Wrong size on JournalLabel_C_PlaySelectionAnim"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, IsSelected) == 0x000000, "Member 'JournalLabel_C_PlaySelectionAnim::IsSelected' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, Temp_bool_Variable) == 0x000001, "Member 'JournalLabel_C_PlaySelectionAnim::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, Temp_byte_Variable) == 0x000002, "Member 'JournalLabel_C_PlaySelectionAnim::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, Temp_byte_Variable_1) == 0x000003, "Member 'JournalLabel_C_PlaySelectionAnim::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000004, "Member 'JournalLabel_C_PlaySelectionAnim::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, K2Node_Select_Default) == 0x000008, "Member 'JournalLabel_C_PlaySelectionAnim::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_PlaySelectionAnim, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'JournalLabel_C_PlaySelectionAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabel_C_UnselectItem \ static_assert(alignof(JournalLabel_C_UnselectItem) == 0x000001, "Wrong alignment on JournalLabel_C_UnselectItem"); \ static_assert(sizeof(JournalLabel_C_UnselectItem) == 0x000002, "Wrong size on JournalLabel_C_UnselectItem"); \ static_assert(offsetof(JournalLabel_C_UnselectItem, isUnselected) == 0x000000, "Member 'JournalLabel_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(JournalLabel_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'JournalLabel_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalLabel_C \ static_assert(alignof(UJournalLabel_C) == 0x000008, "Wrong alignment on UJournalLabel_C"); \ static_assert(sizeof(UJournalLabel_C) == 0x0002E0, "Wrong size on UJournalLabel_C"); \ static_assert(offsetof(UJournalLabel_C, UberGraphFrame_JournalLabel_C) == 0x0002A8, "Member 'UJournalLabel_C::UberGraphFrame_JournalLabel_C' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, Select) == 0x0002B0, "Member 'UJournalLabel_C::Select' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, Background) == 0x0002B8, "Member 'UJournalLabel_C::Background' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, Icon) == 0x0002C0, "Member 'UJournalLabel_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, LabelButtom) == 0x0002C8, "Member 'UJournalLabel_C::LabelButtom' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, BackgroundImage) == 0x0002D0, "Member 'UJournalLabel_C::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UJournalLabel_C, TabData) == 0x0002D8, "Member 'UJournalLabel_C::TabData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement \ static_assert(alignof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement) == 0x000004, "Wrong alignment on TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement"); \ static_assert(sizeof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement) == 0x000018, "Wrong size on TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement"); \ static_assert(offsetof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement, EntryPoint) == 0x000000, "Member 'TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement, Temp_name_Variable) == 0x000004, "Member 'TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement, K2Node_Event_EventName) == 0x00000C, "Member 'TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement, CallFunc_Set_Contains_ReturnValue) == 0x000014, "Member 'TutorialTask_Movement_C_ExecuteUbergraph_TutorialTask_Movement::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Movement_C_OnTutorialEvent \ static_assert(alignof(TutorialTask_Movement_C_OnTutorialEvent) == 0x000004, "Wrong alignment on TutorialTask_Movement_C_OnTutorialEvent"); \ static_assert(sizeof(TutorialTask_Movement_C_OnTutorialEvent) == 0x000008, "Wrong size on TutorialTask_Movement_C_OnTutorialEvent"); \ static_assert(offsetof(TutorialTask_Movement_C_OnTutorialEvent, EventName) == 0x000000, "Member 'TutorialTask_Movement_C_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Movement_C_CanStart \ static_assert(alignof(TutorialTask_Movement_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_Movement_C_CanStart"); \ static_assert(sizeof(TutorialTask_Movement_C_CanStart) == 0x000002, "Wrong size on TutorialTask_Movement_C_CanStart"); \ static_assert(offsetof(TutorialTask_Movement_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Movement_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Movement_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000001, "Member 'TutorialTask_Movement_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Movement_C \ static_assert(alignof(UTutorialTask_Movement_C) == 0x000008, "Wrong alignment on UTutorialTask_Movement_C"); \ static_assert(sizeof(UTutorialTask_Movement_C) == 0x000070, "Wrong size on UTutorialTask_Movement_C"); \ static_assert(offsetof(UTutorialTask_Movement_C, UberGraphFrame_TutorialTask_Movement_C) == 0x000060, "Member 'UTutorialTask_Movement_C::UberGraphFrame_TutorialTask_Movement_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_Movement_C, PlayerMovedDelay) == 0x000068, "Member 'UTutorialTask_Movement_C::PlayerMovedDelay' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_Movement_C, bStartFromEvent) == 0x00006C, "Member 'UTutorialTask_Movement_C::bStartFromEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData \ static_assert(alignof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData) == 0x000008, "Wrong alignment on Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData"); \ static_assert(sizeof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData) == 0x0000D0, "Wrong size on Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, EntryPoint) == 0x000000, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_DrawTutorDecoratorsText_Text) == 0x000020, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_DrawTutorDecoratorsText_Text' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, K2Node_Event_Message) == 0x000050, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, K2Node_Event_Count_ifLoot_) == 0x000068, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, K2Node_Event_Icon_IfNeed_) == 0x000070, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000080, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000088, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_PlayAnimation_ReturnValue_1) == 0x000090, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, K2Node_Event_IsDesignTime) == 0x000099, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000A0, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData, CallFunc_DrawTutorDecoratorsText_Text_1) == 0x0000B8, "Member 'Notification_Message_ScientistData_C_ExecuteUbergraph_Notification_Message_ScientistData::CallFunc_DrawTutorDecoratorsText_Text_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_ScientistData_C_PreConstruct \ static_assert(alignof(Notification_Message_ScientistData_C_PreConstruct) == 0x000001, "Wrong alignment on Notification_Message_ScientistData_C_PreConstruct"); \ static_assert(sizeof(Notification_Message_ScientistData_C_PreConstruct) == 0x000001, "Wrong size on Notification_Message_ScientistData_C_PreConstruct"); \ static_assert(offsetof(Notification_Message_ScientistData_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Notification_Message_ScientistData_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_ScientistData_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_ScientistData_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_ScientistData_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_ScientistData_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_ScientistData_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_ScientistData_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_ScientistData_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_ScientistData_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_ScientistData_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_ScientistData_C \ static_assert(alignof(UNotification_Message_ScientistData_C) == 0x000008, "Wrong alignment on UNotification_Message_ScientistData_C"); \ static_assert(sizeof(UNotification_Message_ScientistData_C) == 0x0002C8, "Wrong size on UNotification_Message_ScientistData_C"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, UberGraphFrame_Notification_Message_ScientistData_C) == 0x000268, "Member 'UNotification_Message_ScientistData_C::UberGraphFrame_Notification_Message_ScientistData_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Flicker) == 0x000270, "Member 'UNotification_Message_ScientistData_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Hide) == 0x000278, "Member 'UNotification_Message_ScientistData_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Show) == 0x000280, "Member 'UNotification_Message_ScientistData_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Background) == 0x000288, "Member 'UNotification_Message_ScientistData_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, ButtonBox) == 0x000290, "Member 'UNotification_Message_ScientistData_C::ButtonBox' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Circle) == 0x000298, "Member 'UNotification_Message_ScientistData_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Flick) == 0x0002A0, "Member 'UNotification_Message_ScientistData_C::Flick' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Icon) == 0x0002A8, "Member 'UNotification_Message_ScientistData_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, NotificationText) == 0x0002B0, "Member 'UNotification_Message_ScientistData_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Underline) == 0x0002B8, "Member 'UNotification_Message_ScientistData_C::Underline' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_ScientistData_C, Type) == 0x0002C0, "Member 'UNotification_Message_ScientistData_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Armor_C \ static_assert(alignof(UTutorialTask_Armor_C) == 0x000008, "Wrong alignment on UTutorialTask_Armor_C"); \ static_assert(sizeof(UTutorialTask_Armor_C) == 0x000060, "Wrong size on UTutorialTask_Armor_C"); \ #define DUMPER7_ASSERTS_Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2 \ static_assert(alignof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2) == 0x000008, "Wrong alignment on Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2"); \ static_assert(sizeof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2) == 0x000070, "Wrong size on Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, EntryPoint) == 0x000000, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, K2Node_Event_Message) == 0x000020, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, K2Node_Event_Count_ifLoot_) == 0x000038, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, K2Node_Event_Icon_IfNeed_) == 0x000040, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000050, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000058, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'Notification_Message_Notification_v2_C_ExecuteUbergraph_Notification_Message_Notification_v2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Notification_v2_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_Notification_v2_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_Notification_v2_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_Notification_v2_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_Notification_v2_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_Notification_v2_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_Notification_v2_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Notification_v2_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_Notification_v2_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_Notification_v2_C \ static_assert(alignof(UNotification_Message_Notification_v2_C) == 0x000008, "Wrong alignment on UNotification_Message_Notification_v2_C"); \ static_assert(sizeof(UNotification_Message_Notification_v2_C) == 0x0002C0, "Wrong size on UNotification_Message_Notification_v2_C"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, UberGraphFrame_Notification_Message_Notification_v2_C) == 0x000268, "Member 'UNotification_Message_Notification_v2_C::UberGraphFrame_Notification_Message_Notification_v2_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Flicker) == 0x000270, "Member 'UNotification_Message_Notification_v2_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Hide) == 0x000278, "Member 'UNotification_Message_Notification_v2_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Show) == 0x000280, "Member 'UNotification_Message_Notification_v2_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Background) == 0x000288, "Member 'UNotification_Message_Notification_v2_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Circle) == 0x000290, "Member 'UNotification_Message_Notification_v2_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Flick) == 0x000298, "Member 'UNotification_Message_Notification_v2_C::Flick' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Icon) == 0x0002A0, "Member 'UNotification_Message_Notification_v2_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, NotificationText) == 0x0002A8, "Member 'UNotification_Message_Notification_v2_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Underline) == 0x0002B0, "Member 'UNotification_Message_Notification_v2_C::Underline' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Notification_v2_C, Type) == 0x0002B8, "Member 'UNotification_Message_Notification_v2_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad \ static_assert(alignof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad) == 0x000008, "Wrong alignment on IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad"); \ static_assert(sizeof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad) == 0x000040, "Wrong size on IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, EntryPoint) == 0x000000, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, K2Node_DynamicCast_AsArena_Manager) == 0x000020, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::K2Node_DynamicCast_AsArena_Manager' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'IslandVoidRoad_C_ExecuteUbergraph_IslandVoidRoad::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandVoidRoad_C_OnRep_bCanUseRoad \ static_assert(alignof(IslandVoidRoad_C_OnRep_bCanUseRoad) == 0x000008, "Wrong alignment on IslandVoidRoad_C_OnRep_bCanUseRoad"); \ static_assert(sizeof(IslandVoidRoad_C_OnRep_bCanUseRoad) == 0x000020, "Wrong size on IslandVoidRoad_C_OnRep_bCanUseRoad"); \ static_assert(offsetof(IslandVoidRoad_C_OnRep_bCanUseRoad, CallFunc_Conv_BoolToString_ReturnValue) == 0x000000, "Member 'IslandVoidRoad_C_OnRep_bCanUseRoad::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandVoidRoad_C_OnRep_bCanUseRoad, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'IslandVoidRoad_C_OnRep_bCanUseRoad::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIslandVoidRoad_C \ static_assert(alignof(AIslandVoidRoad_C) == 0x000008, "Wrong alignment on AIslandVoidRoad_C"); \ static_assert(sizeof(AIslandVoidRoad_C) == 0x000250, "Wrong size on AIslandVoidRoad_C"); \ static_assert(offsetof(AIslandVoidRoad_C, UberGraphFrame) == 0x000220, "Member 'AIslandVoidRoad_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, Billboard) == 0x000228, "Member 'AIslandVoidRoad_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, RoadSpline) == 0x000230, "Member 'AIslandVoidRoad_C::RoadSpline' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, DefaultSceneRoot) == 0x000238, "Member 'AIslandVoidRoad_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, bCanUseRoad) == 0x000240, "Member 'AIslandVoidRoad_C::bCanUseRoad' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, IsRoad_B) == 0x000241, "Member 'AIslandVoidRoad_C::IsRoad_B' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, IgnoreThisRoad) == 0x000242, "Member 'AIslandVoidRoad_C::IgnoreThisRoad' has a wrong offset!"); \ static_assert(offsetof(AIslandVoidRoad_C, As_Arena_Manager) == 0x000248, "Member 'AIslandVoidRoad_C::As_Arena_Manager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_RofleemoProgress_C \ static_assert(alignof(UTutorialTask_RofleemoProgress_C) == 0x000008, "Wrong alignment on UTutorialTask_RofleemoProgress_C"); \ static_assert(sizeof(UTutorialTask_RofleemoProgress_C) == 0x000060, "Wrong size on UTutorialTask_RofleemoProgress_C"); \ #define DUMPER7_ASSERTS_Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note \ static_assert(alignof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note) == 0x000008, "Wrong alignment on Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note"); \ static_assert(sizeof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note) == 0x0000D0, "Wrong size on Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, EntryPoint) == 0x000000, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_DrawTutorDecoratorsText_Text) == 0x000020, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_DrawTutorDecoratorsText_Text' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, K2Node_Event_Message) == 0x000050, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, K2Node_Event_Count_ifLoot_) == 0x000068, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, K2Node_Event_Icon_IfNeed_) == 0x000070, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000080, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000088, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_PlayAnimation_ReturnValue_1) == 0x000090, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, K2Node_Event_IsDesignTime) == 0x000099, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000A0, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note, CallFunc_DrawTutorDecoratorsText_Text_1) == 0x0000B8, "Member 'Notification_Message_Note_C_ExecuteUbergraph_Notification_Message_Note::CallFunc_DrawTutorDecoratorsText_Text_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Note_C_PreConstruct \ static_assert(alignof(Notification_Message_Note_C_PreConstruct) == 0x000001, "Wrong alignment on Notification_Message_Note_C_PreConstruct"); \ static_assert(sizeof(Notification_Message_Note_C_PreConstruct) == 0x000001, "Wrong size on Notification_Message_Note_C_PreConstruct"); \ static_assert(offsetof(Notification_Message_Note_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Notification_Message_Note_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Note_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_Note_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_Note_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_Note_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_Note_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_Note_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_Note_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_Note_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Note_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_Note_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_Note_C \ static_assert(alignof(UNotification_Message_Note_C) == 0x000008, "Wrong alignment on UNotification_Message_Note_C"); \ static_assert(sizeof(UNotification_Message_Note_C) == 0x0002C8, "Wrong size on UNotification_Message_Note_C"); \ static_assert(offsetof(UNotification_Message_Note_C, UberGraphFrame_Notification_Message_Note_C) == 0x000268, "Member 'UNotification_Message_Note_C::UberGraphFrame_Notification_Message_Note_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Flicker) == 0x000270, "Member 'UNotification_Message_Note_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Hide) == 0x000278, "Member 'UNotification_Message_Note_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Show) == 0x000280, "Member 'UNotification_Message_Note_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Background) == 0x000288, "Member 'UNotification_Message_Note_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, ButtonBox) == 0x000290, "Member 'UNotification_Message_Note_C::ButtonBox' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Circle) == 0x000298, "Member 'UNotification_Message_Note_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Flick) == 0x0002A0, "Member 'UNotification_Message_Note_C::Flick' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Icon) == 0x0002A8, "Member 'UNotification_Message_Note_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, NotificationText) == 0x0002B0, "Member 'UNotification_Message_Note_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Underline) == 0x0002B8, "Member 'UNotification_Message_Note_C::Underline' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Note_C, Type) == 0x0002C0, "Member 'UNotification_Message_Note_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic \ static_assert(alignof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic) == 0x000008, "Wrong alignment on ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic"); \ static_assert(sizeof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic) == 0x000060, "Wrong size on ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, EntryPoint) == 0x000000, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, K2Node_Event_DeltaTimeX) == 0x000008, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_GetOwningActor_ReturnValue) == 0x000010, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsValid_ReturnValue_2) == 0x000028, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, K2Node_DynamicCast_AsFGCharacter) == 0x000030, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsLocallyControlled_ReturnValue) == 0x000039, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsValid_ReturnValue_3) == 0x00003A, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, K2Node_DynamicCast_AsSqueezebox) == 0x000040, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::K2Node_DynamicCast_AsSqueezebox' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_GetOwner_ReturnValue_1) == 0x000050, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, CallFunc_IsValid_ReturnValue_4) == 0x000058, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic, Temp_bool_Has_Been_Initd_Variable) == 0x000059, "Member 'ABP_Harmonic_C_ExecuteUbergraph_ABP_Harmonic::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harmonic_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Harmonic_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Harmonic_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Harmonic_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Harmonic_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Harmonic_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Harmonic_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harmonic_C_AnimGraph \ static_assert(alignof(ABP_Harmonic_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Harmonic_C_AnimGraph"); \ static_assert(sizeof(ABP_Harmonic_C_AnimGraph) == 0x000010, "Wrong size on ABP_Harmonic_C_AnimGraph"); \ static_assert(offsetof(ABP_Harmonic_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Harmonic_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Harmonic_C \ static_assert(alignof(UABP_Harmonic_C) == 0x000010, "Wrong alignment on UABP_Harmonic_C"); \ static_assert(sizeof(UABP_Harmonic_C) == 0x0009E0, "Wrong size on UABP_Harmonic_C"); \ static_assert(offsetof(UABP_Harmonic_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Harmonic_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer_5) == 0x0002C8, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer_4) == 0x000348, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer_3) == 0x0003C8, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool_5) == 0x000448, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer_2) == 0x0004E8, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer_1) == 0x000568, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool_4) == 0x0005E8, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_SequencePlayer) == 0x000688, "Member 'UABP_Harmonic_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool_3) == 0x000708, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool_2) == 0x0007A8, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool_1) == 0x000848, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_BlendListByBool) == 0x0008E8, "Member 'UABP_Harmonic_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, AnimGraphNode_Root) == 0x000988, "Member 'UABP_Harmonic_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, bPlaying) == 0x0009B8, "Member 'UABP_Harmonic_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, Instrument) == 0x0009C0, "Member 'UABP_Harmonic_C::Instrument' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, IsFP) == 0x0009C8, "Member 'UABP_Harmonic_C::IsFP' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, bIsInHands) == 0x0009C9, "Member 'UABP_Harmonic_C::bIsInHands' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, OwningCharacter) == 0x0009D0, "Member 'UABP_Harmonic_C::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, bCrouched) == 0x0009D8, "Member 'UABP_Harmonic_C::bCrouched' has a wrong offset!"); \ static_assert(offsetof(UABP_Harmonic_C, bIsFying) == 0x0009D9, "Member 'UABP_Harmonic_C::bIsFying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot \ static_assert(alignof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot) == 0x000008, "Wrong alignment on Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot"); \ static_assert(sizeof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot) == 0x000190, "Wrong size on Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, EntryPoint) == 0x000000, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, Temp_bool_Variable) == 0x000005, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, Temp_byte_Variable) == 0x000048, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_MakeArray_Array) == 0x000050, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_Format_ReturnValue) == 0x000060, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, Temp_byte_Variable_1) == 0x000078, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, Temp_bool_Variable_1) == 0x000079, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, Temp_text_Variable) == 0x000080, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_PlayAnimation_ReturnValue) == 0x000098, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_Event_Message) == 0x0000A0, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_Event_Count_ifLoot_) == 0x0000B8, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_Event_Icon_IfNeed_) == 0x0000C0, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_CreateDelegate_OutputDelegate) == 0x0000CC, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000E0, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x0000E8, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_Select_Default) == 0x0000F0, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000150, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_MakeArray_Array_1) == 0x000158, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_Select_Default_1) == 0x000180, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, K2Node_CustomEvent_AddLootCount) == 0x000184, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::K2Node_CustomEvent_AddLootCount' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot, CallFunc_Add_IntInt_ReturnValue) == 0x000188, "Member 'Notification_Message_Loot_C_ExecuteUbergraph_Notification_Message_Loot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Loot_C_AddLoot \ static_assert(alignof(Notification_Message_Loot_C_AddLoot) == 0x000004, "Wrong alignment on Notification_Message_Loot_C_AddLoot"); \ static_assert(sizeof(Notification_Message_Loot_C_AddLoot) == 0x000004, "Wrong size on Notification_Message_Loot_C_AddLoot"); \ static_assert(offsetof(Notification_Message_Loot_C_AddLoot, AddLootCount) == 0x000000, "Member 'Notification_Message_Loot_C_AddLoot::AddLootCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_Loot_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_Loot_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_Loot_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_Loot_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_Loot_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_Loot_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_Loot_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_Loot_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_Loot_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_Loot_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_Loot_C \ static_assert(alignof(UNotification_Message_Loot_C) == 0x000008, "Wrong alignment on UNotification_Message_Loot_C"); \ static_assert(sizeof(UNotification_Message_Loot_C) == 0x0002D0, "Wrong size on UNotification_Message_Loot_C"); \ static_assert(offsetof(UNotification_Message_Loot_C, UberGraphFrame_Notification_Message_Loot_C) == 0x000268, "Member 'UNotification_Message_Loot_C::UberGraphFrame_Notification_Message_Loot_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Hide) == 0x000270, "Member 'UNotification_Message_Loot_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Show) == 0x000278, "Member 'UNotification_Message_Loot_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Background) == 0x000280, "Member 'UNotification_Message_Loot_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Circle) == 0x000288, "Member 'UNotification_Message_Loot_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Count) == 0x000290, "Member 'UNotification_Message_Loot_C::Count' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Icon) == 0x000298, "Member 'UNotification_Message_Loot_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, NotificationText) == 0x0002A0, "Member 'UNotification_Message_Loot_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, Type) == 0x0002A8, "Member 'UNotification_Message_Loot_C::Type' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, LootName) == 0x0002B0, "Member 'UNotification_Message_Loot_C::LootName' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_Loot_C, LootCount) == 0x0002C8, "Member 'UNotification_Message_Loot_C::LootCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACE_Combustion_C \ static_assert(alignof(ACE_Combustion_C) == 0x000008, "Wrong alignment on ACE_Combustion_C"); \ static_assert(sizeof(ACE_Combustion_C) == 0x000338, "Wrong size on ACE_Combustion_C"); \ static_assert(offsetof(ACE_Combustion_C, DefaultSceneRoot) == 0x000330, "Member 'ACE_Combustion_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CloseButton_C_ExecuteUbergraph_CloseButton \ static_assert(alignof(CloseButton_C_ExecuteUbergraph_CloseButton) == 0x000008, "Wrong alignment on CloseButton_C_ExecuteUbergraph_CloseButton"); \ static_assert(sizeof(CloseButton_C_ExecuteUbergraph_CloseButton) == 0x000110, "Wrong size on CloseButton_C_ExecuteUbergraph_CloseButton"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, EntryPoint) == 0x000000, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, Temp_struct_Variable) == 0x000004, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_IsHovered_ReturnValue) == 0x000014, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, Temp_struct_Variable_1) == 0x000018, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_MakeStruct_Margin) == 0x000028, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_GetChildAt_ReturnValue) == 0x000068, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_DynamicCast_AsKey_Display) == 0x000070, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_DynamicCast_AsKey_Display' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, Temp_bool_Variable) == 0x000079, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_MakeStruct_SlateColor_1) == 0x000080, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_IsHovered_ReturnValue_1) == 0x0000A8, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_IsHovered_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_GetChildAt_ReturnValue_1) == 0x0000B0, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_Select_Default) == 0x0000B8, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_DynamicCast_AsKey_Display_1) == 0x0000C8, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_DynamicCast_AsKey_Display_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, K2Node_MakeStruct_SlateColor_2) == 0x0000D8, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000100, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CloseButton_C_ExecuteUbergraph_CloseButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000108, "Member 'CloseButton_C_ExecuteUbergraph_CloseButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CloseButton_C_PreConstruct \ static_assert(alignof(CloseButton_C_PreConstruct) == 0x000001, "Wrong alignment on CloseButton_C_PreConstruct"); \ static_assert(sizeof(CloseButton_C_PreConstruct) == 0x000001, "Wrong size on CloseButton_C_PreConstruct"); \ static_assert(offsetof(CloseButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'CloseButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CloseButton_C_SetButtonText \ static_assert(alignof(CloseButton_C_SetButtonText) == 0x000008, "Wrong alignment on CloseButton_C_SetButtonText"); \ static_assert(sizeof(CloseButton_C_SetButtonText) == 0x000018, "Wrong size on CloseButton_C_SetButtonText"); \ static_assert(offsetof(CloseButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'CloseButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloseButton_C \ static_assert(alignof(UCloseButton_C) == 0x000008, "Wrong alignment on UCloseButton_C"); \ static_assert(sizeof(UCloseButton_C) == 0x0002A0, "Wrong size on UCloseButton_C"); \ static_assert(offsetof(UCloseButton_C, UberGraphFrame) == 0x000260, "Member 'UCloseButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCloseButton_C, ButtonWrapper) == 0x000268, "Member 'UCloseButton_C::ButtonWrapper' has a wrong offset!"); \ static_assert(offsetof(UCloseButton_C, KeyTooltipWidget) == 0x000270, "Member 'UCloseButton_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UCloseButton_C, OnCloseClicked) == 0x000278, "Member 'UCloseButton_C::OnCloseClicked' has a wrong offset!"); \ static_assert(offsetof(UCloseButton_C, ButtonText) == 0x000288, "Member 'UCloseButton_C::ButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget \ static_assert(alignof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget) == 0x000008, "Wrong alignment on IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget) == 0x000268, "Wrong size on IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, EntryPoint) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, Temp_int_Variable) == 0x000004, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, Temp_int_Variable_1) == 0x000010, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, Temp_int_Variable_2) == 0x000018, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Add_IntInt_ReturnValue_3) == 0x000048, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_Event_IsHold_1) == 0x00004C, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_Event_IsHold) == 0x00004D, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_Event_IsDesignTime) == 0x00004E, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_AsFGGame_Instance) == 0x000058, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_FindSlotSaveInfo_SaveInfo) == 0x000068, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_FindSlotSaveInfo_SaveInfo' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_FindSlotSaveInfo_ReturnValue) == 0x0000B8, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_FindSlotSaveInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_MakeStruct_SaveInfo) == 0x0000C0, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_MakeStruct_SaveInfo' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_MakeArray_Array) == 0x000110, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Get_Item) == 0x000120, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_CustomEvent_Slot) == 0x000128, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_CustomEvent_Slot' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_CustomEvent_SlotCount) == 0x000130, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_CustomEvent_SlotCount' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000134, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000148, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000158, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Get_Item_1) == 0x000168, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Length_ReturnValue_1) == 0x000170, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000174, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_GetGameInstance_ReturnValue_1) == 0x000178, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000180, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_FindSlotSaveInfo_SaveInfo_1) == 0x000190, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_FindSlotSaveInfo_SaveInfo_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_FindSlotSaveInfo_ReturnValue_1) == 0x0001E0, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_FindSlotSaveInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001E1, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_Event_Show) == 0x0001E2, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_MakeStruct_SaveInfo_1) == 0x0001E8, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_MakeStruct_SaveInfo_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Get_Item_2) == 0x000238, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Array_Length_ReturnValue_2) == 0x000240, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_AsGamepad_Interface) == 0x000248, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, K2Node_DynamicCast_bSuccess_2) == 0x000258, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Less_IntInt_ReturnValue_1) == 0x000259, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x00025A, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Subtract_IntInt_ReturnValue) == 0x00025C, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Add_IntInt_ReturnValue_4) == 0x000260, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000264, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget, CallFunc_Less_IntInt_ReturnValue_2) == 0x000265, "Member 'IngameMenuV2_SavesWidget_C_ExecuteUbergraph_IngameMenuV2_SavesWidget::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode \ static_assert(alignof(IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0 \ static_assert(alignof(IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0) == 0x000008, "Wrong alignment on IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0) == 0x000010, "Wrong size on IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0, Slot_0) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0::Slot_0' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0, SlotCount) == 0x000008, "Member 'IngameMenuV2_SavesWidget_C_OnCompletedSaving_Event_0::SlotCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_PreConstruct \ static_assert(alignof(IngameMenuV2_SavesWidget_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_GPI_HoldRight \ static_assert(alignof(IngameMenuV2_SavesWidget_C_GPI_HoldRight) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_GPI_HoldRight"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_GPI_HoldRight) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_GPI_HoldRight"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_GPI_HoldLeft \ static_assert(alignof(IngameMenuV2_SavesWidget_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_GPI_HoldLeft"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_GPI_HoldLeft) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_GPI_HoldLeft"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_GPI_IsHoverable \ static_assert(alignof(IngameMenuV2_SavesWidget_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_GPI_IsHoverable"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_GPI_IsHoverable) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_GPI_IsHoverable"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesWidget_C_GPI_IsHovered \ static_assert(alignof(IngameMenuV2_SavesWidget_C_GPI_IsHovered) == 0x000001, "Wrong alignment on IngameMenuV2_SavesWidget_C_GPI_IsHovered"); \ static_assert(sizeof(IngameMenuV2_SavesWidget_C_GPI_IsHovered) == 0x000001, "Wrong size on IngameMenuV2_SavesWidget_C_GPI_IsHovered"); \ static_assert(offsetof(IngameMenuV2_SavesWidget_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'IngameMenuV2_SavesWidget_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_SavesWidget_C \ static_assert(alignof(UIngameMenuV2_SavesWidget_C) == 0x000008, "Wrong alignment on UIngameMenuV2_SavesWidget_C"); \ static_assert(sizeof(UIngameMenuV2_SavesWidget_C) == 0x0002D0, "Wrong size on UIngameMenuV2_SavesWidget_C"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_SavesWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, Image_201) == 0x000268, "Member 'UIngameMenuV2_SavesWidget_C::Image_201' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, MainPanel) == 0x000270, "Member 'UIngameMenuV2_SavesWidget_C::MainPanel' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlot_1) == 0x000278, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlot_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlot_2) == 0x000280, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlot_2' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlot_3) == 0x000288, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlot_3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlot_4) == 0x000290, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlot_4' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlot_5) == 0x000298, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlot_5' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SlotBox) == 0x0002A0, "Member 'UIngameMenuV2_SavesWidget_C::SlotBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, TextBlock_69) == 0x0002A8, "Member 'UIngameMenuV2_SavesWidget_C::TextBlock_69' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, SavesSlots) == 0x0002B0, "Member 'UIngameMenuV2_SavesWidget_C::SavesSlots' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, RootWidget) == 0x0002C0, "Member 'UIngameMenuV2_SavesWidget_C::RootWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesWidget_C, CurrentSaveSlot) == 0x0002C8, "Member 'UIngameMenuV2_SavesWidget_C::CurrentSaveSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights \ static_assert(alignof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights) == 0x000008, "Wrong alignment on IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights) == 0x000168, "Wrong size on IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, EntryPoint) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, Temp_int_Variable) == 0x000004, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_GetPlayerName_ReturnValue) == 0x000010, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, Temp_int_Variable_1) == 0x000020, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, Temp_bool_True_if_break_was_hit_Variable) == 0x000044, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, Temp_int_Array_Index_Variable) == 0x000048, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Not_PreBool_ReturnValue) == 0x00004C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_Event_IsHold_1) == 0x00004D, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_Event_IsHold) == 0x00004E, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_Event_IsDesignTime) == 0x00004F, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_CustomEvent_PlayerState) == 0x000050, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_CustomEvent_PlayerState' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_TextToUpper_ReturnValue) == 0x000070, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_CustomEvent_IsLeftBtnSelect) == 0x000088, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_CustomEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_CustomEvent_Index) == 0x00008C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_CustomEvent_Index' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Get_Item) == 0x000090, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_MakeArray_Array) == 0x0000B0, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_MakeArray_Array_1) == 0x0000C0, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D8, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_BooleanAND_ReturnValue) == 0x0000DC, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_AsGamepad_Interface) == 0x0000E0, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x0000F8, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Less_IntInt_ReturnValue_1) == 0x00011C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_MakeArray_Array_2) == 0x000120, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000138, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_DynamicCast_bSuccess_2) == 0x000148, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Length_ReturnValue_2) == 0x00014C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_Event_Show) == 0x000150, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Less_IntInt_ReturnValue_2) == 0x000151, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000152, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Add_IntInt_ReturnValue_3) == 0x000154, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Subtract_IntInt_ReturnValue) == 0x000158, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00015C, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Array_Length_ReturnValue_3) == 0x000160, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, CallFunc_Less_IntInt_ReturnValue_3) == 0x000164, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights, K2Node_CustomEvent_IsHold) == 0x000165, "Member 'IngameMenuV2_CompanionRights_C_ExecuteUbergraph_IngameMenuV2_CompanionRights::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GamepadHoldApply \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GamepadHoldApply) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GamepadHoldApply"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GamepadHoldApply) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GamepadHoldApply"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GamepadHoldApply, IsHold) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GamepadHoldApply::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_OnChange_Event_0 \ static_assert(alignof(IngameMenuV2_CompanionRights_C_OnChange_Event_0) == 0x000004, "Wrong alignment on IngameMenuV2_CompanionRights_C_OnChange_Event_0"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_OnChange_Event_0) == 0x000008, "Wrong size on IngameMenuV2_CompanionRights_C_OnChange_Event_0"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnChange_Event_0, IsLeftBtnSelect) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_OnChange_Event_0::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnChange_Event_0, Index_0) == 0x000004, "Member 'IngameMenuV2_CompanionRights_C_OnChange_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_OnOpen \ static_assert(alignof(IngameMenuV2_CompanionRights_C_OnOpen) == 0x000008, "Wrong alignment on IngameMenuV2_CompanionRights_C_OnOpen"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_OnOpen) == 0x000008, "Wrong size on IngameMenuV2_CompanionRights_C_OnOpen"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnOpen, PlayerState) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_OnOpen::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_PreConstruct \ static_assert(alignof(IngameMenuV2_CompanionRights_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GPI_HoldRight \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GPI_HoldRight) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GPI_HoldRight"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GPI_HoldRight) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GPI_HoldRight"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GPI_HoldLeft \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GPI_HoldLeft"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GPI_HoldLeft) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GPI_HoldLeft"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_LoadThumblers \ static_assert(alignof(IngameMenuV2_CompanionRights_C_LoadThumblers) == 0x000008, "Wrong alignment on IngameMenuV2_CompanionRights_C_LoadThumblers"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_LoadThumblers) == 0x000050, "Wrong size on IngameMenuV2_CompanionRights_C_LoadThumblers"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, Temp_int_Variable) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, Temp_int_Array_Index_Variable) == 0x000008, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Array_Get_Item) == 0x000018, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_GetRightsManager_ReturnValue) == 0x000028, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_GetUnlockedRights_ReturnValue) == 0x000030, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_GetUnlockedRights_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Array_Length_ReturnValue_1) == 0x000044, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_LoadThumblers, CallFunc_Less_IntInt_ReturnValue_1) == 0x000049, "Member 'IngameMenuV2_CompanionRights_C_LoadThumblers::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_ApplyRights \ static_assert(alignof(IngameMenuV2_CompanionRights_C_ApplyRights) == 0x000008, "Wrong alignment on IngameMenuV2_CompanionRights_C_ApplyRights"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_ApplyRights) == 0x0000C8, "Wrong size on IngameMenuV2_CompanionRights_C_ApplyRights"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, L_LocalApplyedRights) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::L_LocalApplyedRights' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, LocalApplyedRights) == 0x000050, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::LocalApplyedRights' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, Temp_int_Variable) == 0x000060, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, Temp_int_Array_Index_Variable) == 0x000068, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000080, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_GetRightsManager_ReturnValue) == 0x000090, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Get_Item) == 0x000098, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Get_Item_2) == 0x0000A8, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BD, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_ApplyRights, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'IngameMenuV2_CompanionRights_C_ApplyRights::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_OnMouseButtonDown \ static_assert(alignof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on IngameMenuV2_CompanionRights_C_OnMouseButtonDown"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown) == 0x000238, "Wrong size on IngameMenuV2_CompanionRights_C_OnMouseButtonDown"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Ansora) == 0x000228, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'IngameMenuV2_CompanionRights_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GPI_IsHoverable \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GPI_IsHoverable"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GPI_IsHoverable) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GPI_IsHoverable"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_CompanionRights_C_GPI_IsHovered \ static_assert(alignof(IngameMenuV2_CompanionRights_C_GPI_IsHovered) == 0x000001, "Wrong alignment on IngameMenuV2_CompanionRights_C_GPI_IsHovered"); \ static_assert(sizeof(IngameMenuV2_CompanionRights_C_GPI_IsHovered) == 0x000001, "Wrong size on IngameMenuV2_CompanionRights_C_GPI_IsHovered"); \ static_assert(offsetof(IngameMenuV2_CompanionRights_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'IngameMenuV2_CompanionRights_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_CompanionRights_C \ static_assert(alignof(UIngameMenuV2_CompanionRights_C) == 0x000008, "Wrong alignment on UIngameMenuV2_CompanionRights_C"); \ static_assert(sizeof(UIngameMenuV2_CompanionRights_C) == 0x000310, "Wrong size on UIngameMenuV2_CompanionRights_C"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_CompanionRights_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Button_Back) == 0x000268, "Member 'UIngameMenuV2_CompanionRights_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, ButtonApply) == 0x000270, "Member 'UIngameMenuV2_CompanionRights_C::ButtonApply' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, CompanionRightText) == 0x000278, "Member 'UIngameMenuV2_CompanionRights_C::CompanionRightText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Line) == 0x000280, "Member 'UIngameMenuV2_CompanionRights_C::Line' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, PlayerNickname) == 0x000288, "Member 'UIngameMenuV2_CompanionRights_C::PlayerNickname' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumb_BenchesControl) == 0x000290, "Member 'UIngameMenuV2_CompanionRights_C::Thumb_BenchesControl' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumb_Boxes) == 0x000298, "Member 'UIngameMenuV2_CompanionRights_C::Thumb_Boxes' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumb_DepoBuild) == 0x0002A0, "Member 'UIngameMenuV2_CompanionRights_C::Thumb_DepoBuild' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumb_TrainBuild) == 0x0002A8, "Member 'UIngameMenuV2_CompanionRights_C::Thumb_TrainBuild' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumb_TrainControl) == 0x0002B0, "Member 'UIngameMenuV2_CompanionRights_C::Thumb_TrainControl' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, CallBackClick) == 0x0002B8, "Member 'UIngameMenuV2_CompanionRights_C::CallBackClick' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Thumblers) == 0x0002C8, "Member 'UIngameMenuV2_CompanionRights_C::Thumblers' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, Player_State) == 0x0002D8, "Member 'UIngameMenuV2_CompanionRights_C::Player_State' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, ThumbRightsByIndex) == 0x0002E0, "Member 'UIngameMenuV2_CompanionRights_C::ThumbRightsByIndex' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, NavigateWidgets) == 0x0002F0, "Member 'UIngameMenuV2_CompanionRights_C::NavigateWidgets' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, RootWidget) == 0x000300, "Member 'UIngameMenuV2_CompanionRights_C::RootWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_CompanionRights_C, CurrentNavIndex) == 0x000308, "Member 'UIngameMenuV2_CompanionRights_C::CurrentNavIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion \ static_assert(alignof(GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion) == 0x000004, "Wrong alignment on GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion"); \ static_assert(sizeof(GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion) == 0x000004, "Wrong size on GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion"); \ static_assert(offsetof(GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion, EntryPoint) == 0x000000, "Member 'GunProjectile_KillExplosion_C_ExecuteUbergraph_GunProjectile_KillExplosion::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_KillExplosion_C \ static_assert(alignof(AGunProjectile_KillExplosion_C) == 0x000008, "Wrong alignment on AGunProjectile_KillExplosion_C"); \ static_assert(sizeof(AGunProjectile_KillExplosion_C) == 0x000448, "Wrong size on AGunProjectile_KillExplosion_C"); \ static_assert(offsetof(AGunProjectile_KillExplosion_C, UberGraphFrame) == 0x000440, "Member 'AGunProjectile_KillExplosion_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCellCoord \ static_assert(alignof(FCellCoord) == 0x000004, "Wrong alignment on FCellCoord"); \ static_assert(sizeof(FCellCoord) == 0x000008, "Wrong size on FCellCoord"); \ static_assert(offsetof(FCellCoord, X_2_778D53FF4F97FF98B734E5A243DDE09B) == 0x000000, "Member 'FCellCoord::X_2_778D53FF4F97FF98B734E5A243DDE09B' has a wrong offset!"); \ static_assert(offsetof(FCellCoord, Y_4_940A0AEB44FB47905D4E9696B0285CC9) == 0x000004, "Member 'FCellCoord::Y_4_940A0AEB44FB47905D4E9696B0285CC9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericGathering_C \ static_assert(alignof(AWagonModule_GenericGathering_C) == 0x000008, "Wrong alignment on AWagonModule_GenericGathering_C"); \ static_assert(sizeof(AWagonModule_GenericGathering_C) == 0x000660, "Wrong size on AWagonModule_GenericGathering_C"); \ #define DUMPER7_ASSERTS_UTrainDieselEngineComponent_C \ static_assert(alignof(UTrainDieselEngineComponent_C) == 0x000008, "Wrong alignment on UTrainDieselEngineComponent_C"); \ static_assert(sizeof(UTrainDieselEngineComponent_C) == 0x000228, "Wrong size on UTrainDieselEngineComponent_C"); \ #define DUMPER7_ASSERTS_TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets \ static_assert(alignof(TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets) == 0x000004, "Wrong alignment on TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets"); \ static_assert(sizeof(TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets) == 0x000008, "Wrong size on TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets"); \ static_assert(offsetof(TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets, EntryPoint) == 0x000000, "Member 'TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_Cascets_C_ExecuteUbergraph_TutorialTask_Cascets::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Cascets_C_CanStart \ static_assert(alignof(TutorialTask_Cascets_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Cascets_C_CanStart"); \ static_assert(sizeof(TutorialTask_Cascets_C_CanStart) == 0x000018, "Wrong size on TutorialTask_Cascets_C_CanStart"); \ static_assert(offsetof(TutorialTask_Cascets_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Cascets_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Cascets_C_CanStart, Temp_byte_Variable) == 0x000001, "Member 'TutorialTask_Cascets_C_CanStart::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Cascets_C_CanStart, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'TutorialTask_Cascets_C_CanStart::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Cascets_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_Cascets_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Cascets_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'TutorialTask_Cascets_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Cascets_C \ static_assert(alignof(UTutorialTask_Cascets_C) == 0x000008, "Wrong alignment on UTutorialTask_Cascets_C"); \ static_assert(sizeof(UTutorialTask_Cascets_C) == 0x000058, "Wrong size on UTutorialTask_Cascets_C"); \ static_assert(offsetof(UTutorialTask_Cascets_C, UberGraphFrame) == 0x000050, "Member 'UTutorialTask_Cascets_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrainTeslaEngineComponent_C \ static_assert(alignof(UTrainTeslaEngineComponent_C) == 0x000008, "Wrong alignment on UTrainTeslaEngineComponent_C"); \ static_assert(sizeof(UTrainTeslaEngineComponent_C) == 0x0001E0, "Wrong size on UTrainTeslaEngineComponent_C"); \ #define DUMPER7_ASSERTS_ABackpack_1_C \ static_assert(alignof(ABackpack_1_C) == 0x000010, "Wrong alignment on ABackpack_1_C"); \ static_assert(sizeof(ABackpack_1_C) == 0x000500, "Wrong size on ABackpack_1_C"); \ #define DUMPER7_ASSERTS_FSTR_VectorEndCoord \ static_assert(alignof(FSTR_VectorEndCoord) == 0x000004, "Wrong alignment on FSTR_VectorEndCoord"); \ static_assert(sizeof(FSTR_VectorEndCoord) == 0x000030, "Wrong size on FSTR_VectorEndCoord"); \ static_assert(offsetof(FSTR_VectorEndCoord, Right_2_7B28D6BB48FAA9416D14D2A119A666BA) == 0x000000, "Member 'FSTR_VectorEndCoord::Right_2_7B28D6BB48FAA9416D14D2A119A666BA' has a wrong offset!"); \ static_assert(offsetof(FSTR_VectorEndCoord, Left_4_0D5F4F364B480AFDF826DF87637FEFBC) == 0x00000C, "Member 'FSTR_VectorEndCoord::Left_4_0D5F4F364B480AFDF826DF87637FEFBC' has a wrong offset!"); \ static_assert(offsetof(FSTR_VectorEndCoord, Top_6_196935D041DB4BD1114505A6CAA4AA89) == 0x000018, "Member 'FSTR_VectorEndCoord::Top_6_196935D041DB4BD1114505A6CAA4AA89' has a wrong offset!"); \ static_assert(offsetof(FSTR_VectorEndCoord, Bot_8_12FDB8FF4139FA2BF80D5A9295ED7041) == 0x000024, "Member 'FSTR_VectorEndCoord::Bot_8_12FDB8FF4139FA2BF80D5A9295ED7041' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASwarm_T2_C \ static_assert(alignof(ASwarm_T2_C) == 0x000010, "Wrong alignment on ASwarm_T2_C"); \ static_assert(sizeof(ASwarm_T2_C) == 0x000F30, "Wrong size on ASwarm_T2_C"); \ #define DUMPER7_ASSERTS_IBPI_Tunnel_In_C \ static_assert(alignof(IBPI_Tunnel_In_C) == 0x000001, "Wrong alignment on IBPI_Tunnel_In_C"); \ static_assert(sizeof(IBPI_Tunnel_In_C) == 0x000001, "Wrong size on IBPI_Tunnel_In_C"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController \ static_assert(alignof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController) == 0x000008, "Wrong alignment on BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController"); \ static_assert(sizeof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController) == 0x0002C8, "Wrong size on BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, EntryPoint) == 0x000000, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000038, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_bool_Has_Been_Initd_Variable) == 0x000040, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_bool_IsClosed_Variable) == 0x000050, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Array_Index_Variable_2) == 0x00005C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000060, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_OtherActor) == 0x000068, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_OtherComp) == 0x000070, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000078, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_bFromSweep) == 0x00007C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_ComponentBoundEvent_SweepResult) == 0x000080, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Array_Index_Variable_3) == 0x000108, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_GetActorOfClass_ReturnValue) == 0x000110, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Get_Item) == 0x000120, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_BPI_ChangeColor_self_CastInput) == 0x000130, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_BPI_ChangeColor_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Length_ReturnValue_1) == 0x000144, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In) == 0x000148, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_1) == 0x000160, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_BreakVector_X) == 0x000174, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_BreakVector_Y) == 0x000178, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_BreakVector_Z) == 0x00017C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_2) == 0x000180, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_MakeStruct_LinearColor) == 0x000194, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_3) == 0x0001A8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_3) == 0x0001B8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_4) == 0x0001C0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_4) == 0x0001D0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_5) == 0x0001D8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_5) == 0x0001E8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_CustomEvent_OverlappedActor) == 0x0001F0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_CustomEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_CustomEvent_OtherActor) == 0x0001F8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsFGWagon) == 0x000200, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_6) == 0x000208, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_6) == 0x000210, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_7) == 0x000220, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_7) == 0x000228, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_8) == 0x000238, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_8) == 0x000240, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_9) == 0x000250, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Loop_Counter_Variable_2) == 0x000254, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_9) == 0x000258, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_10) == 0x000268, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Less_IntInt_ReturnValue) == 0x000269, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Add_IntInt_ReturnValue_2) == 0x00026C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_10) == 0x000270, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_11) == 0x000280, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, Temp_int_Loop_Counter_Variable_3) == 0x000284, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Less_IntInt_ReturnValue_1) == 0x000288, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Add_IntInt_ReturnValue_3) == 0x00028C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Get_Item_2) == 0x000290, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Length_ReturnValue_2) == 0x000298, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Less_IntInt_ReturnValue_2) == 0x00029C, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Get_Item_3) == 0x0002A0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Array_Length_ReturnValue_3) == 0x0002A8, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002AC, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_AsBPI_Tunnel_In_11) == 0x0002B0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_AsBPI_Tunnel_In_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController, K2Node_DynamicCast_bSuccess_12) == 0x0002C0, "Member 'BP_Tunnel_In_ArchController_C_ExecuteUbergraph_BP_Tunnel_In_ArchController::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0 \ static_assert(alignof(BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0) == 0x000008, "Wrong alignment on BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0"); \ static_assert(sizeof(BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0) == 0x000010, "Wrong size on BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0, OverlappedActor) == 0x000000, "Member 'BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'BP_Tunnel_In_ArchController_C_OnActorBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Tunnel_In_ArchController_C_BndEvt__BP_TunnelInStarter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tunnel_In_ArchController_C \ static_assert(alignof(ABP_Tunnel_In_ArchController_C) == 0x000008, "Wrong alignment on ABP_Tunnel_In_ArchController_C"); \ static_assert(sizeof(ABP_Tunnel_In_ArchController_C) == 0x000280, "Wrong size on ABP_Tunnel_In_ArchController_C"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, UberGraphFrame) == 0x000220, "Member 'ABP_Tunnel_In_ArchController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Box) == 0x000228, "Member 'ABP_Tunnel_In_ArchController_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_1_NewTrack_0_CD93A379456C119F52C4E98907A8E5A2) == 0x000230, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_1_NewTrack_0_CD93A379456C119F52C4E98907A8E5A2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_1__Direction_CD93A379456C119F52C4E98907A8E5A2) == 0x00023C, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_1__Direction_CD93A379456C119F52C4E98907A8E5A2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_1) == 0x000240, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_0_NewTrack_0_41CA1B5B40AF656B4964AEBD675374E7) == 0x000248, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_0_NewTrack_0_41CA1B5B40AF656B4964AEBD675374E7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_0__Direction_41CA1B5B40AF656B4964AEBD675374E7) == 0x00024C, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_0__Direction_41CA1B5B40AF656B4964AEBD675374E7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Timeline_0) == 0x000250, "Member 'ABP_Tunnel_In_ArchController_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, Arches) == 0x000258, "Member 'ABP_Tunnel_In_ArchController_C::Arches' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, DepotParkingActor) == 0x000268, "Member 'ABP_Tunnel_In_ArchController_C::DepotParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, TH_LoopThunder_01) == 0x000270, "Member 'ABP_Tunnel_In_ArchController_C::TH_LoopThunder_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_ArchController_C, TH_LoopThunder_02) == 0x000278, "Member 'ABP_Tunnel_In_ArchController_C::TH_LoopThunder_02' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker \ static_assert(alignof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker) == 0x000008, "Wrong alignment on ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker"); \ static_assert(sizeof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker) == 0x000048, "Wrong size on ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, EntryPoint) == 0x000000, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue) == 0x000010, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, K2Node_DynamicCast_AsDepot_Parking_Actor) == 0x000018, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::K2Node_DynamicCast_AsDepot_Parking_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000021, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1) == 0x000024, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_2) == 0x000028, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x00002D, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_3) == 0x000030, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_4) == 0x000034, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x000038, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000039, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, K2Node_Event_DeltaTimeX) == 0x00003C, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_5) == 0x000040, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x000045, "Member 'ABP_Depo_Blocker_C_ExecuteUbergraph_ABP_Depo_Blocker::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Depo_Blocker_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Depo_Blocker_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Depo_Blocker_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Depo_Blocker_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Depo_Blocker_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Depo_Blocker_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Depo_Blocker_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Depo_Blocker_C_AnimGraph \ static_assert(alignof(ABP_Depo_Blocker_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Depo_Blocker_C_AnimGraph"); \ static_assert(sizeof(ABP_Depo_Blocker_C_AnimGraph) == 0x000010, "Wrong size on ABP_Depo_Blocker_C_AnimGraph"); \ static_assert(offsetof(ABP_Depo_Blocker_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Depo_Blocker_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Depo_Blocker_C \ static_assert(alignof(UABP_Depo_Blocker_C) == 0x000010, "Wrong alignment on UABP_Depo_Blocker_C"); \ static_assert(sizeof(UABP_Depo_Blocker_C) == 0x000D70, "Wrong size on UABP_Depo_Blocker_C"); \ static_assert(offsetof(UABP_Depo_Blocker_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Depo_Blocker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_10) == 0x0002F8, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_9) == 0x000320, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_8) == 0x000348, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_7) == 0x000370, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_6) == 0x000398, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_5) == 0x0003C0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_4) == 0x0003E8, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_3) == 0x000410, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_2) == 0x000438, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult_1) == 0x000460, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_TransitionResult) == 0x000488, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_10) == 0x0004B0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_9) == 0x000530, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_9) == 0x000560, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_8) == 0x0005E0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_8) == 0x000610, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_7) == 0x000690, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_7) == 0x0006C0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_6) == 0x000740, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_6) == 0x000770, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_5) == 0x0007F0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_5) == 0x000820, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_4) == 0x0008A0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_4) == 0x0008D0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_3) == 0x000950, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_3) == 0x000980, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_2) == 0x000A00, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_2) == 0x000A30, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult_1) == 0x000AB0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer_1) == 0x000AE0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_BlendListByBool) == 0x000B60, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_SequencePlayer) == 0x000C00, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateResult) == 0x000C80, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, AnimGraphNode_StateMachine) == 0x000CB0, "Member 'UABP_Depo_Blocker_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, ParkingActor) == 0x000D60, "Member 'UABP_Depo_Blocker_C::ParkingActor' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, bIsActivate) == 0x000D68, "Member 'UABP_Depo_Blocker_C::bIsActivate' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, bIsMoving) == 0x000D69, "Member 'UABP_Depo_Blocker_C::bIsMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, bIsStoping) == 0x000D6A, "Member 'UABP_Depo_Blocker_C::bIsStoping' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, bIsStop) == 0x000D6B, "Member 'UABP_Depo_Blocker_C::bIsStop' has a wrong offset!"); \ static_assert(offsetof(UABP_Depo_Blocker_C, bIsIdle) == 0x000D6C, "Member 'UABP_Depo_Blocker_C::bIsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Fish_C_ExecuteUbergraph_ABP_Fish \ static_assert(alignof(ABP_Fish_C_ExecuteUbergraph_ABP_Fish) == 0x000004, "Wrong alignment on ABP_Fish_C_ExecuteUbergraph_ABP_Fish"); \ static_assert(sizeof(ABP_Fish_C_ExecuteUbergraph_ABP_Fish) == 0x000004, "Wrong size on ABP_Fish_C_ExecuteUbergraph_ABP_Fish"); \ static_assert(offsetof(ABP_Fish_C_ExecuteUbergraph_ABP_Fish, EntryPoint) == 0x000000, "Member 'ABP_Fish_C_ExecuteUbergraph_ABP_Fish::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Fish_C_AnimGraph \ static_assert(alignof(ABP_Fish_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Fish_C_AnimGraph"); \ static_assert(sizeof(ABP_Fish_C_AnimGraph) == 0x000010, "Wrong size on ABP_Fish_C_AnimGraph"); \ static_assert(offsetof(ABP_Fish_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Fish_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Fish_C \ static_assert(alignof(UABP_Fish_C) == 0x000010, "Wrong alignment on UABP_Fish_C"); \ static_assert(sizeof(UABP_Fish_C) == 0x000640, "Wrong size on UABP_Fish_C"); \ static_assert(offsetof(UABP_Fish_C, UberGraphFrame) == 0x0002E0, "Member 'UABP_Fish_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_Root) == 0x0002E8, "Member 'UABP_Fish_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_LocalToComponentSpace) == 0x000318, "Member 'UABP_Fish_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_ComponentToLocalSpace) == 0x000338, "Member 'UABP_Fish_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_LookAt) == 0x000360, "Member 'UABP_Fish_C::AnimGraphNode_LookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_Slot) == 0x000510, "Member 'UABP_Fish_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Fish_C, AnimGraphNode_BlendSpacePlayer) == 0x000558, "Member 'UABP_Fish_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto \ static_assert(alignof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto) == 0x000008, "Wrong alignment on BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto"); \ static_assert(sizeof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto) == 0x000160, "Wrong size on BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, EntryPoint) == 0x000000, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000008, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00000C, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000020, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000038, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000040, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000050, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherActor) == 0x000058, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherComp) == 0x000060, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000068, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_bFromSweep) == 0x00006C, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_ComponentBoundEvent_SweepResult) == 0x000070, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x0000F8, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, K2Node_MakeArray_Array_1) == 0x000118, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, Temp_int_Loop_Counter_Variable_1) == 0x000134, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Add_IntInt_ReturnValue_1) == 0x000144, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_Less_IntInt_ReturnValue_1) == 0x00014C, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000150, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000158, "Member 'BP_Gate_Auto_C_ExecuteUbergraph_BP_Gate_Auto::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Gate_Auto_C_BndEvt__OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Gate_Auto_C_BndEvt__CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Gate_Auto_C_StartTimerGateEffect \ static_assert(alignof(BP_Gate_Auto_C_StartTimerGateEffect) == 0x000001, "Wrong alignment on BP_Gate_Auto_C_StartTimerGateEffect"); \ static_assert(sizeof(BP_Gate_Auto_C_StartTimerGateEffect) == 0x000001, "Wrong size on BP_Gate_Auto_C_StartTimerGateEffect"); \ static_assert(offsetof(BP_Gate_Auto_C_StartTimerGateEffect, Success) == 0x000000, "Member 'BP_Gate_Auto_C_StartTimerGateEffect::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Gate_Auto_C \ static_assert(alignof(ABP_Gate_Auto_C) == 0x000008, "Wrong alignment on ABP_Gate_Auto_C"); \ static_assert(sizeof(ABP_Gate_Auto_C) == 0x000350, "Wrong size on ABP_Gate_Auto_C"); \ static_assert(offsetof(ABP_Gate_Auto_C, UberGraphFrame) == 0x000230, "Member 'ABP_Gate_Auto_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Sparks) == 0x000238, "Member 'ABP_Gate_Auto_C::Sparks' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Lightning_L2) == 0x000240, "Member 'ABP_Gate_Auto_C::Lightning_L2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, TubeLight_R4) == 0x000248, "Member 'ABP_Gate_Auto_C::TubeLight_R4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, TubeLight_R3) == 0x000250, "Member 'ABP_Gate_Auto_C::TubeLight_R3' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, lightning_L) == 0x000258, "Member 'ABP_Gate_Auto_C::lightning_L' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Lightning_R1) == 0x000260, "Member 'ABP_Gate_Auto_C::Lightning_R1' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, TubeLight_R2) == 0x000268, "Member 'ABP_Gate_Auto_C::TubeLight_R2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, TubeLight_R1) == 0x000270, "Member 'ABP_Gate_Auto_C::TubeLight_R1' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, lightning_R) == 0x000278, "Member 'ABP_Gate_Auto_C::lightning_R' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Close_Gate) == 0x000280, "Member 'ABP_Gate_Auto_C::Close_Gate' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Open_Gate) == 0x000288, "Member 'ABP_Gate_Auto_C::Open_Gate' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, DirectionTip) == 0x000290, "Member 'ABP_Gate_Auto_C::DirectionTip' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Blocker) == 0x000298, "Member 'ABP_Gate_Auto_C::Blocker' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, CloseRange) == 0x0002A0, "Member 'ABP_Gate_Auto_C::CloseRange' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, OpenRange) == 0x0002A8, "Member 'ABP_Gate_Auto_C::OpenRange' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_5_GlowRuneTime_52B7E248499545AE082C37BBF1D21930) == 0x0002B0, "Member 'ABP_Gate_Auto_C::Timeline_5_GlowRuneTime_52B7E248499545AE082C37BBF1D21930' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_5__Direction_52B7E248499545AE082C37BBF1D21930) == 0x0002B4, "Member 'ABP_Gate_Auto_C::Timeline_5__Direction_52B7E248499545AE082C37BBF1D21930' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_5) == 0x0002B8, "Member 'ABP_Gate_Auto_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_4_GlowRuneTime_F00CF2174F8FFD81E933FC9F108188E6) == 0x0002C0, "Member 'ABP_Gate_Auto_C::Timeline_4_GlowRuneTime_F00CF2174F8FFD81E933FC9F108188E6' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_4__Direction_F00CF2174F8FFD81E933FC9F108188E6) == 0x0002C4, "Member 'ABP_Gate_Auto_C::Timeline_4__Direction_F00CF2174F8FFD81E933FC9F108188E6' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_4) == 0x0002C8, "Member 'ABP_Gate_Auto_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_3_GlowRuneTime_47C4EA724152237A8279DD9C6ED809CF) == 0x0002D0, "Member 'ABP_Gate_Auto_C::Timeline_3_GlowRuneTime_47C4EA724152237A8279DD9C6ED809CF' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_3__Direction_47C4EA724152237A8279DD9C6ED809CF) == 0x0002D4, "Member 'ABP_Gate_Auto_C::Timeline_3__Direction_47C4EA724152237A8279DD9C6ED809CF' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_3) == 0x0002D8, "Member 'ABP_Gate_Auto_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_2_GlowRuneTime_18DC2EBB436306E2B8AE21922A0640B0) == 0x0002E0, "Member 'ABP_Gate_Auto_C::Timeline_2_GlowRuneTime_18DC2EBB436306E2B8AE21922A0640B0' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_2__Direction_18DC2EBB436306E2B8AE21922A0640B0) == 0x0002E4, "Member 'ABP_Gate_Auto_C::Timeline_2__Direction_18DC2EBB436306E2B8AE21922A0640B0' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_2) == 0x0002E8, "Member 'ABP_Gate_Auto_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_0_GlowRuneTime_09FBE3EB425D47EBC4D064B7533F419F) == 0x0002F0, "Member 'ABP_Gate_Auto_C::Timeline_0_GlowRuneTime_09FBE3EB425D47EBC4D064B7533F419F' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_0__Direction_09FBE3EB425D47EBC4D064B7533F419F) == 0x0002F4, "Member 'ABP_Gate_Auto_C::Timeline_0__Direction_09FBE3EB425D47EBC4D064B7533F419F' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Timeline_0) == 0x0002F8, "Member 'ABP_Gate_Auto_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Closing_timeline_NewTrack_0_CADFF1814721500D5CC39D8041790781) == 0x000300, "Member 'ABP_Gate_Auto_C::Closing_timeline_NewTrack_0_CADFF1814721500D5CC39D8041790781' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Closing_timeline__Direction_CADFF1814721500D5CC39D8041790781) == 0x000304, "Member 'ABP_Gate_Auto_C::Closing_timeline__Direction_CADFF1814721500D5CC39D8041790781' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Closing_timeline) == 0x000308, "Member 'ABP_Gate_Auto_C::Closing_timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Opening_timeline_Intensity_FC3EF41F4DE30D5E63C28986B4B5C9B2) == 0x000310, "Member 'ABP_Gate_Auto_C::Opening_timeline_Intensity_FC3EF41F4DE30D5E63C28986B4B5C9B2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Opening_timeline__Direction_FC3EF41F4DE30D5E63C28986B4B5C9B2) == 0x000314, "Member 'ABP_Gate_Auto_C::Opening_timeline__Direction_FC3EF41F4DE30D5E63C28986B4B5C9B2' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Opening_timeline) == 0x000318, "Member 'ABP_Gate_Auto_C::Opening_timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, GateIsBlocked) == 0x000320, "Member 'ABP_Gate_Auto_C::GateIsBlocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, PortalOpened) == 0x000321, "Member 'ABP_Gate_Auto_C::PortalOpened' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, bIsOpened) == 0x000322, "Member 'ABP_Gate_Auto_C::bIsOpened' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, ManualUnblocked) == 0x000323, "Member 'ABP_Gate_Auto_C::ManualUnblocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Lightning) == 0x000328, "Member 'ABP_Gate_Auto_C::Lightning' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, Light) == 0x000338, "Member 'ABP_Gate_Auto_C::Light' has a wrong offset!"); \ static_assert(offsetof(ABP_Gate_Auto_C, bGateEffectActivated) == 0x000348, "Member 'ABP_Gate_Auto_C::bGateEffectActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FST_MaterialParametersValue_SE \ static_assert(alignof(FST_MaterialParametersValue_SE) == 0x000004, "Wrong alignment on FST_MaterialParametersValue_SE"); \ static_assert(sizeof(FST_MaterialParametersValue_SE) == 0x00000C, "Wrong size on FST_MaterialParametersValue_SE"); \ static_assert(offsetof(FST_MaterialParametersValue_SE, MaterialParametersName_8_6E03F9F74B0703BC82486EA4AFCE1B11) == 0x000000, "Member 'FST_MaterialParametersValue_SE::MaterialParametersName_8_6E03F9F74B0703BC82486EA4AFCE1B11' has a wrong offset!"); \ static_assert(offsetof(FST_MaterialParametersValue_SE, MaterialParametersValue_7_6CABDF414D6548F71D4C4AB21066B6AD) == 0x000008, "Member 'FST_MaterialParametersValue_SE::MaterialParametersValue_7_6CABDF414D6548F71D4C4AB21066B6AD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericRam_C \ static_assert(alignof(AWagonModule_GenericRam_C) == 0x000008, "Wrong alignment on AWagonModule_GenericRam_C"); \ static_assert(sizeof(AWagonModule_GenericRam_C) == 0x000598, "Wrong size on AWagonModule_GenericRam_C"); \ static_assert(offsetof(AWagonModule_GenericRam_C, StateWidgetTarget) == 0x000590, "Member 'AWagonModule_GenericRam_C::StateWidgetTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_CoverPointsInRadius_C_DoItemGeneration \ static_assert(alignof(EQSGen_CoverPointsInRadius_C_DoItemGeneration) == 0x000008, "Wrong alignment on EQSGen_CoverPointsInRadius_C_DoItemGeneration"); \ static_assert(sizeof(EQSGen_CoverPointsInRadius_C_DoItemGeneration) == 0x000110, "Wrong size on EQSGen_CoverPointsInRadius_C_DoItemGeneration"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::ContextLocations' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, AIOwner) == 0x000010, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::AIOwner' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Get_Item) == 0x000024, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Array_Index_Variable_2) == 0x000038, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_GetQuerier_ReturnValue) == 0x000048, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_GetQuerier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000050, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, Temp_int_Loop_Counter_Variable_2) == 0x00005C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Square_ReturnValue) == 0x000060, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue_2) == 0x000068, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_GetAllActorsOfClass_OutActors) == 0x000070, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00008C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_GetForwardVector_ReturnValue) == 0x00009C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_GetCoverPoints_Result) == 0x0000B8, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_GetCoverPoints_Result' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C8, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Normal_ReturnValue) == 0x0000E0, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000EC, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F0, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F1, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_IsValid_ReturnValue) == 0x0000F2, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Not_PreBool_ReturnValue) == 0x0000F3, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F4, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_BooleanOR_ReturnValue) == 0x000100, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000104, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue_2) == 0x000108, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00010C, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_CoverPointsInRadius_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue_2) == 0x00010D, "Member 'EQSGen_CoverPointsInRadius_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQSGen_CoverPointsInRadius_C \ static_assert(alignof(UEQSGen_CoverPointsInRadius_C) == 0x000008, "Wrong alignment on UEQSGen_CoverPointsInRadius_C"); \ static_assert(sizeof(UEQSGen_CoverPointsInRadius_C) == 0x000088, "Wrong size on UEQSGen_CoverPointsInRadius_C"); \ static_assert(offsetof(UEQSGen_CoverPointsInRadius_C, Radius) == 0x000080, "Member 'UEQSGen_CoverPointsInRadius_C::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DOFCameraModifier_C_BlueprintModifyPostProcess \ static_assert(alignof(DOFCameraModifier_C_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on DOFCameraModifier_C_BlueprintModifyPostProcess"); \ static_assert(sizeof(DOFCameraModifier_C_BlueprintModifyPostProcess) == 0x000AD0, "Wrong size on DOFCameraModifier_C_BlueprintModifyPostProcess"); \ static_assert(offsetof(DOFCameraModifier_C_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'DOFCameraModifier_C_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(DOFCameraModifier_C_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'DOFCameraModifier_C_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(DOFCameraModifier_C_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'DOFCameraModifier_C_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(DOFCameraModifier_C_BlueprintModifyPostProcess, K2Node_MakeStruct_PostProcessSettings) == 0x000570, "Member 'DOFCameraModifier_C_BlueprintModifyPostProcess::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDOFCameraModifier_C \ static_assert(alignof(UDOFCameraModifier_C) == 0x000008, "Wrong alignment on UDOFCameraModifier_C"); \ static_assert(sizeof(UDOFCameraModifier_C) == 0x000048, "Wrong size on UDOFCameraModifier_C"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_GetInteractionComponent \ static_assert(alignof(ArenaInteractActor_C_GetInteractionComponent) == 0x000008, "Wrong alignment on ArenaInteractActor_C_GetInteractionComponent"); \ static_assert(sizeof(ArenaInteractActor_C_GetInteractionComponent) == 0x000010, "Wrong size on ArenaInteractActor_C_GetInteractionComponent"); \ static_assert(offsetof(ArenaInteractActor_C_GetInteractionComponent, Player) == 0x000000, "Member 'ArenaInteractActor_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'ArenaInteractActor_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_GetItemDurability \ static_assert(alignof(ArenaInteractActor_C_GetItemDurability) == 0x000008, "Wrong alignment on ArenaInteractActor_C_GetItemDurability"); \ static_assert(sizeof(ArenaInteractActor_C_GetItemDurability) == 0x000018, "Wrong size on ArenaInteractActor_C_GetItemDurability"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'ArenaInteractActor_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_GetItemSelection \ static_assert(alignof(ArenaInteractActor_C_GetItemSelection) == 0x000008, "Wrong alignment on ArenaInteractActor_C_GetItemSelection"); \ static_assert(sizeof(ArenaInteractActor_C_GetItemSelection) == 0x000230, "Wrong size on ArenaInteractActor_C_GetItemSelection"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, Hit) == 0x000000, "Member 'ArenaInteractActor_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, Player) == 0x000088, "Member 'ArenaInteractActor_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, SelectionText) == 0x000090, "Member 'ArenaInteractActor_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'ArenaInteractActor_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'ArenaInteractActor_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000130, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'ArenaInteractActor_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_GetState_ReturnValue) == 0x000190, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000191, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000192, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000193, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000194, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000198, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_BooleanOR_ReturnValue) == 0x0001A8, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x0001B0, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C8, "Member 'ArenaInteractActor_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000208, "Member 'ArenaInteractActor_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000218, "Member 'ArenaInteractActor_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CanAltHoldUse \ static_assert(alignof(ArenaInteractActor_C_CanAltHoldUse) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CanAltHoldUse"); \ static_assert(sizeof(ArenaInteractActor_C_CanAltHoldUse) == 0x000098, "Wrong size on ArenaInteractActor_C_CanAltHoldUse"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltHoldUse, Hit) == 0x000000, "Member 'ArenaInteractActor_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'ArenaInteractActor_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CanAltUse \ static_assert(alignof(ArenaInteractActor_C_CanAltUse) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CanAltUse"); \ static_assert(sizeof(ArenaInteractActor_C_CanAltUse) == 0x000098, "Wrong size on ArenaInteractActor_C_CanAltUse"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltUse, Hit) == 0x000000, "Member 'ArenaInteractActor_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanAltUse, ReturnValue) == 0x000090, "Member 'ArenaInteractActor_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_GetArenaBottom \ static_assert(alignof(ArenaInteractActor_C_GetArenaBottom) == 0x000008, "Wrong alignment on ArenaInteractActor_C_GetArenaBottom"); \ static_assert(sizeof(ArenaInteractActor_C_GetArenaBottom) == 0x000170, "Wrong size on ArenaInteractActor_C_GetArenaBottom"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, Result) == 0x000000, "Member 'ArenaInteractActor_C_GetArenaBottom::Result' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, Temp_object_Variable) == 0x000010, "Member 'ArenaInteractActor_C_GetArenaBottom::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, K2Node_MakeArray_Array) == 0x000020, "Member 'ArenaInteractActor_C_GetArenaBottom::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_Add_VectorVector_ReturnValue) == 0x000048, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000054, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000060, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x0000E8, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_bBlockingHit) == 0x0000E9, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000EA, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_Time) == 0x0000EC, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_Distance) == 0x0000F0, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_Location) == 0x0000F4, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_ImpactPoint) == 0x000100, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_Normal) == 0x00010C, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_ImpactNormal) == 0x000118, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_PhysMat) == 0x000128, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_HitActor) == 0x000130, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_HitComponent) == 0x000138, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_HitBoneName) == 0x000140, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_HitItem) == 0x000148, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_ElementIndex) == 0x00014C, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_FaceIndex) == 0x000150, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_TraceStart) == 0x000154, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetArenaBottom, CallFunc_BreakHitResult_TraceEnd) == 0x000160, "Member 'ArenaInteractActor_C_GetArenaBottom::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_SpawnCascets \ static_assert(alignof(ArenaInteractActor_C_SpawnCascets) == 0x000010, "Wrong alignment on ArenaInteractActor_C_SpawnCascets"); \ static_assert(sizeof(ArenaInteractActor_C_SpawnCascets) == 0x0000E0, "Wrong size on ArenaInteractActor_C_SpawnCascets"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CasketsSwawnPoints) == 0x000000, "Member 'ArenaInteractActor_C_SpawnCascets::CasketsSwawnPoints' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000050, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000080, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, K2Node_MakeArray_Array) == 0x0000B0, "Member 'ArenaInteractActor_C_SpawnCascets::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_SpawnCascets, CallFunc_SpawnRewardCaskets_ReturnValue) == 0x0000C8, "Member 'ArenaInteractActor_C_SpawnCascets::CallFunc_SpawnRewardCaskets_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_GetImpulseLocation \ static_assert(alignof(ArenaInteractActor_C_GetImpulseLocation) == 0x000004, "Wrong alignment on ArenaInteractActor_C_GetImpulseLocation"); \ static_assert(sizeof(ArenaInteractActor_C_GetImpulseLocation) == 0x00009C, "Wrong size on ArenaInteractActor_C_GetImpulseLocation"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, Rotation) == 0x000000, "Member 'ArenaInteractActor_C_GetImpulseLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, StartPointZ) == 0x00000C, "Member 'ArenaInteractActor_C_GetImpulseLocation::StartPointZ' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, EndPointZ) == 0x000010, "Member 'ArenaInteractActor_C_GetImpulseLocation::EndPointZ' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, HitPoint) == 0x000014, "Member 'ArenaInteractActor_C_GetImpulseLocation::HitPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, Vector) == 0x000018, "Member 'ArenaInteractActor_C_GetImpulseLocation::Vector' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000030, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_X) == 0x00003C, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_Y) == 0x000040, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_Z) == 0x000044, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_X_1) == 0x000048, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_Y_1) == 0x00004C, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_BreakVector_Z_1) == 0x000050, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000058, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_MakeVector_ReturnValue_1) == 0x00006C, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000078, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000084, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_GetImpulseLocation, CallFunc_Normal_ReturnValue) == 0x000090, "Member 'ArenaInteractActor_C_GetImpulseLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CompleteQuest \ static_assert(alignof(ArenaInteractActor_C_CompleteQuest) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CompleteQuest"); \ static_assert(sizeof(ArenaInteractActor_C_CompleteQuest) == 0x000010, "Wrong size on ArenaInteractActor_C_CompleteQuest"); \ static_assert(offsetof(ArenaInteractActor_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000000, "Member 'ArenaInteractActor_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ArenaInteractActor_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_FindClosestAttachActor \ static_assert(alignof(ArenaInteractActor_C_FindClosestAttachActor) == 0x000008, "Wrong alignment on ArenaInteractActor_C_FindClosestAttachActor"); \ static_assert(sizeof(ArenaInteractActor_C_FindClosestAttachActor) == 0x000080, "Wrong size on ArenaInteractActor_C_FindClosestAttachActor"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, Vector) == 0x000000, "Member 'ArenaInteractActor_C_FindClosestAttachActor::Vector' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, AttachActor) == 0x000010, "Member 'ArenaInteractActor_C_FindClosestAttachActor::AttachActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, Temp) == 0x000018, "Member 'ArenaInteractActor_C_FindClosestAttachActor::Temp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, ClosestDistance) == 0x00001C, "Member 'ArenaInteractActor_C_FindClosestAttachActor::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, closestActor) == 0x000020, "Member 'ArenaInteractActor_C_FindClosestAttachActor::closestActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, Temp_bool_True_if_break_was_hit_Variable) == 0x000028, "Member 'ArenaInteractActor_C_FindClosestAttachActor::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'ArenaInteractActor_C_FindClosestAttachActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'ArenaInteractActor_C_FindClosestAttachActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Less_FloatFloat_ReturnValue) == 0x000050, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Array_Get_Item) == 0x000058, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_BooleanOR_ReturnValue) == 0x000060, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000074, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_FindClosestAttachActor, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'ArenaInteractActor_C_FindClosestAttachActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CanHoldUse \ static_assert(alignof(ArenaInteractActor_C_CanHoldUse) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CanHoldUse"); \ static_assert(sizeof(ArenaInteractActor_C_CanHoldUse) == 0x000098, "Wrong size on ArenaInteractActor_C_CanHoldUse"); \ static_assert(offsetof(ArenaInteractActor_C_CanHoldUse, Hit) == 0x000000, "Member 'ArenaInteractActor_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'ArenaInteractActor_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CanUse \ static_assert(alignof(ArenaInteractActor_C_CanUse) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CanUse"); \ static_assert(sizeof(ArenaInteractActor_C_CanUse) == 0x000098, "Wrong size on ArenaInteractActor_C_CanUse"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, Hit) == 0x000000, "Member 'ArenaInteractActor_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, ReturnValue) == 0x000090, "Member 'ArenaInteractActor_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'ArenaInteractActor_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000092, "Member 'ArenaInteractActor_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000093, "Member 'ArenaInteractActor_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000094, "Member 'ArenaInteractActor_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000095, "Member 'ArenaInteractActor_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7 \ static_assert(alignof(ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(sizeof(ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7) == 0x000008, "Wrong size on ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(offsetof(ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnNotifyEnd_B6BFC65148369244C83A6FBDCB3835D7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7 \ static_assert(alignof(ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(sizeof(ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7) == 0x000008, "Wrong size on ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(offsetof(ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnNotifyBegin_B6BFC65148369244C83A6FBDCB3835D7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7 \ static_assert(alignof(ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(sizeof(ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7) == 0x000008, "Wrong size on ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(offsetof(ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnInterrupted_B6BFC65148369244C83A6FBDCB3835D7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7 \ static_assert(alignof(ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(sizeof(ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7) == 0x000008, "Wrong size on ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(offsetof(ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnBlendOut_B6BFC65148369244C83A6FBDCB3835D7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7 \ static_assert(alignof(ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(sizeof(ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7) == 0x000008, "Wrong size on ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7"); \ static_assert(offsetof(ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnCompleted_B6BFC65148369244C83A6FBDCB3835D7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597 \ static_assert(alignof(ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597"); \ static_assert(sizeof(ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597) == 0x000008, "Wrong size on ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597"); \ static_assert(offsetof(ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597, Loaded) == 0x000000, "Member 'ArenaInteractActor_C_OnLoaded_1B4B256C4CA76184C074A9BA9B955597::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0 \ static_assert(alignof(ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(sizeof(ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(offsetof(ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnNotifyEnd_716E9F4E49D5504F88BCD98DCBB877A0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0 \ static_assert(alignof(ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(sizeof(ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(offsetof(ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnNotifyBegin_716E9F4E49D5504F88BCD98DCBB877A0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0 \ static_assert(alignof(ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(sizeof(ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(offsetof(ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnInterrupted_716E9F4E49D5504F88BCD98DCBB877A0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0 \ static_assert(alignof(ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(sizeof(ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(offsetof(ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnBlendOut_716E9F4E49D5504F88BCD98DCBB877A0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0 \ static_assert(alignof(ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000004, "Wrong alignment on ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(sizeof(ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0"); \ static_assert(offsetof(ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0, NotifyName) == 0x000000, "Member 'ArenaInteractActor_C_OnCompleted_716E9F4E49D5504F88BCD98DCBB877A0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712 \ static_assert(alignof(ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712"); \ static_assert(sizeof(ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712) == 0x000008, "Wrong size on ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712"); \ static_assert(offsetof(ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712, Loaded) == 0x000000, "Member 'ArenaInteractActor_C_OnLoaded_6AD4F6174E45370135A7ED993E06E712::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5 \ static_assert(alignof(ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5"); \ static_assert(sizeof(ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5) == 0x000008, "Wrong size on ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5"); \ static_assert(offsetof(ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5, Loaded) == 0x000000, "Member 'ArenaInteractActor_C_OnLoaded_52309F9248F53A7963A16A9B5CD1A9B5::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE \ static_assert(alignof(ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE"); \ static_assert(sizeof(ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE) == 0x000008, "Wrong size on ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE"); \ static_assert(offsetof(ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE, Loaded) == 0x000000, "Member 'ArenaInteractActor_C_OnLoaded_DF5C9C5D429378588D83549EE741CDBE::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnAlternateUseActor \ static_assert(alignof(ArenaInteractActor_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnAlternateUseActor"); \ static_assert(sizeof(ArenaInteractActor_C_OnAlternateUseActor) == 0x000090, "Wrong size on ArenaInteractActor_C_OnAlternateUseActor"); \ static_assert(offsetof(ArenaInteractActor_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'ArenaInteractActor_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnAltHoldUseActor \ static_assert(alignof(ArenaInteractActor_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnAltHoldUseActor"); \ static_assert(sizeof(ArenaInteractActor_C_OnAltHoldUseActor) == 0x000090, "Wrong size on ArenaInteractActor_C_OnAltHoldUseActor"); \ static_assert(offsetof(ArenaInteractActor_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'ArenaInteractActor_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnHoldUseActor \ static_assert(alignof(ArenaInteractActor_C_OnHoldUseActor) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnHoldUseActor"); \ static_assert(sizeof(ArenaInteractActor_C_OnHoldUseActor) == 0x000090, "Wrong size on ArenaInteractActor_C_OnHoldUseActor"); \ static_assert(offsetof(ArenaInteractActor_C_OnHoldUseActor, Hit) == 0x000000, "Member 'ArenaInteractActor_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnUseActor \ static_assert(alignof(ArenaInteractActor_C_OnUseActor) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnUseActor"); \ static_assert(sizeof(ArenaInteractActor_C_OnUseActor) == 0x000090, "Wrong size on ArenaInteractActor_C_OnUseActor"); \ static_assert(offsetof(ArenaInteractActor_C_OnUseActor, Hit) == 0x000000, "Member 'ArenaInteractActor_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'ArenaInteractActor_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_ReceiveTick \ static_assert(alignof(ArenaInteractActor_C_ReceiveTick) == 0x000004, "Wrong alignment on ArenaInteractActor_C_ReceiveTick"); \ static_assert(sizeof(ArenaInteractActor_C_ReceiveTick) == 0x000004, "Wrong size on ArenaInteractActor_C_ReceiveTick"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ArenaInteractActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_ReceiveHit \ static_assert(alignof(ArenaInteractActor_C_ReceiveHit) == 0x000008, "Wrong alignment on ArenaInteractActor_C_ReceiveHit"); \ static_assert(sizeof(ArenaInteractActor_C_ReceiveHit) == 0x0000C8, "Wrong size on ArenaInteractActor_C_ReceiveHit"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, MyComp) == 0x000000, "Member 'ArenaInteractActor_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, Other) == 0x000008, "Member 'ArenaInteractActor_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, OtherComp) == 0x000010, "Member 'ArenaInteractActor_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'ArenaInteractActor_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'ArenaInteractActor_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, HitNormal) == 0x000028, "Member 'ArenaInteractActor_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'ArenaInteractActor_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ReceiveHit, Hit) == 0x000040, "Member 'ArenaInteractActor_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_SetSpawnersOnRing_Event \ static_assert(alignof(ArenaInteractActor_C_SetSpawnersOnRing_Event) == 0x000001, "Wrong alignment on ArenaInteractActor_C_SetSpawnersOnRing_Event"); \ static_assert(sizeof(ArenaInteractActor_C_SetSpawnersOnRing_Event) == 0x000001, "Wrong size on ArenaInteractActor_C_SetSpawnersOnRing_Event"); \ static_assert(offsetof(ArenaInteractActor_C_SetSpawnersOnRing_Event, Enable) == 0x000000, "Member 'ArenaInteractActor_C_SetSpawnersOnRing_Event::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'ArenaInteractActor_C_BndEvt__ArenaInteractActor_DebugSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_OnTaskStarted_Event_0 \ static_assert(alignof(ArenaInteractActor_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on ArenaInteractActor_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(ArenaInteractActor_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on ArenaInteractActor_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(ArenaInteractActor_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'ArenaInteractActor_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor \ static_assert(alignof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor) == 0x000010, "Wrong alignment on ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor"); \ static_assert(sizeof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor) == 0x000910, "Wrong size on ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, EntryPoint) == 0x000000, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_7) == 0x000004, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_5) == 0x00000C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_name_Variable) == 0x000014, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Loaded_3) == 0x000030, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Loaded_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_object_Variable) == 0x000038, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsAnim_Montage) == 0x000040, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsAnim_Montage' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_4) == 0x00004C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_3) == 0x000064, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_2) == 0x00006C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_2) == 0x00007C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_3) == 0x000084, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_1) == 0x000094, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_4) == 0x00009C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName) == 0x0000AC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000B4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_name_Variable_1) == 0x0000C4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Loaded_2) == 0x0000D0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_object_Variable_1) == 0x0000D8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsAnim_Montage_1) == 0x0000E0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsAnim_Montage_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Loaded_1) == 0x0000F0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_object_Variable_2) == 0x0000F8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFMODEvent) == 0x000100, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFMODEvent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_2) == 0x000108, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Loaded) == 0x000110, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_class_Variable) == 0x000118, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ClassDynamicCast_AsFGLoot_Dispenser) == 0x000120, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ClassDynamicCast_AsFGLoot_Dispenser' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ClassDynamicCast_bSuccess) == 0x000128, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HasAuthority_ReturnValue) == 0x000129, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_6) == 0x00012C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Loop_Counter_Variable) == 0x00013C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_7) == 0x000140, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Array_Index_Variable) == 0x000154, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_8) == 0x000158, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Array_Index_Variable_1) == 0x000160, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Loop_Counter_Variable_1) == 0x000164, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000168, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Array_Index_Variable_2) == 0x00016C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_8) == 0x000170, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Hit_4) == 0x000180, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_PlayerCharacter_3) == 0x000208, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Hit_3) == 0x000210, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_PlayerCharacter_2) == 0x000298, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Hit_2) == 0x0002A0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_PlayerCharacter_1) == 0x000328, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Hit_1) == 0x000330, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_PlayerCharacter) == 0x0003B8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetGameInstance_ReturnValue) == 0x0003C0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0003C8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_3) == 0x0003D8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGGame_Instance) == 0x0003E0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_4) == 0x0003E8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_bBlockingHit) == 0x0003E9, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_bInitialOverlap) == 0x0003EA, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Time) == 0x0003EC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Distance) == 0x0003F0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Location) == 0x0003F4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ImpactPoint) == 0x000400, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Normal) == 0x00040C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ImpactNormal) == 0x000418, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_PhysMat) == 0x000428, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitActor) == 0x000430, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitComponent) == 0x000438, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitBoneName) == 0x000440, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitItem) == 0x000448, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ElementIndex) == 0x00044C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_FaceIndex) == 0x000450, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_TraceStart) == 0x000454, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_TraceEnd) == 0x000460, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue) == 0x00046C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000470, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000478, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000480, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000488, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x00048C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_SweepResult) == 0x000490, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_1) == 0x000518, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000520, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_5) == 0x000528, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetController_ReturnValue) == 0x000530, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000538, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000548, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_6) == 0x000550, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_FindClosestAttachActor_AttachActor) == 0x000558, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_FindClosestAttachActor_AttachActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HasAuthority_ReturnValue_1) == 0x000560, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_2) == 0x000561, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_DeltaSeconds) == 0x000564, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_int_Loop_Counter_Variable_2) == 0x000568, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Add_IntInt_ReturnValue_2) == 0x00056C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_9) == 0x000570, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HasAuthority_ReturnValue_2) == 0x000578, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetGameInstance_ReturnValue_1) == 0x000580, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000588, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_7) == 0x000590, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_MyComp) == 0x000598, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Other) == 0x0005A0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_OtherComp) == 0x0005A8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_bSelfMoved) == 0x0005B0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_HitLocation) == 0x0005B4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_HitNormal) == 0x0005C0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_NormalImpulse) == 0x0005CC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Event_Hit) == 0x0005D8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000660, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000661, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Time_1) == 0x000664, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Distance_1) == 0x000668, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Location_1) == 0x00066C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000678, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_Normal_1) == 0x000684, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000690, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_PhysMat_1) == 0x0006A0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitActor_1) == 0x0006A8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitComponent_1) == 0x0006B0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitBoneName_1) == 0x0006B8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_HitItem_1) == 0x0006C0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_ElementIndex_1) == 0x0006C4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_FaceIndex_1) == 0x0006C8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_TraceStart_1) == 0x0006CC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BreakHitResult_TraceEnd_1) == 0x0006D8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_3) == 0x0006E4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetObjectName_ReturnValue) == 0x0006E8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_4) == 0x0006F8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_9) == 0x0006FC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetState_ReturnValue) == 0x00070C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_NotifyName_6) == 0x000710, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000718, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Enable) == 0x000719, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Enable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Get_Item) == 0x000720, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Length_ReturnValue) == 0x000728, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_5) == 0x00072C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Less_IntInt_ReturnValue) == 0x00072D, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetEnableSpawn_ReturnValue) == 0x00072E, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetEnableSpawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Not_PreBool_ReturnValue) == 0x00072F, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HasAuthority_ReturnValue_3) == 0x000730, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Get_Item_1) == 0x000738, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_6) == 0x000740, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Length_ReturnValue_1) == 0x000744, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000748, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000749, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000750, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, Temp_bool_Variable) == 0x000758, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_Select_Default) == 0x000760, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_7) == 0x000770, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_MakeArray_Array) == 0x000778, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000788, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherActor) == 0x000790, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherComp) == 0x000798, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0007A0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0007A8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_8) == 0x0007B0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetController_ReturnValue_1) == 0x0007B8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x0007C0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_DynamicCast_bSuccess_9) == 0x0007C8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0007D0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_8) == 0x0007D8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x0007D9, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HaveCompletedTask_ReturnValue) == 0x0007DA, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_HaveCompletedQuest_ReturnValue) == 0x0007DB, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_HaveCompletedQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0007DC, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_BooleanOR_ReturnValue) == 0x0007DD, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CustomEvent_Task) == 0x0007E0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsWithEditor_ReturnValue) == 0x0007E8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0007E9, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0007F0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_10) == 0x0007F8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_9) == 0x000808, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetAnimInstance_ReturnValue) == 0x000810, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_10) == 0x000818, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_11) == 0x000819, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000820, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000828, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_12) == 0x000830, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_13) == 0x000831, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_14) == 0x000832, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_11) == 0x000834, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000850, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000880, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_12) == 0x000888, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsWithEditor_ReturnValue_1) == 0x000898, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsWithEditor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_CanPlayQuestMonolog_bReturnValue) == 0x000899, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_CanPlayQuestMonolog_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_13) == 0x00089C, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0008B0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_SimpleDispenseLoot_ReturnValue) == 0x0008E0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_SimpleDispenseLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Get_Item_2) == 0x0008E8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Array_Length_ReturnValue_2) == 0x0008F0, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_IsValid_ReturnValue_15) == 0x0008F4, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, CallFunc_Less_IntInt_ReturnValue_2) == 0x0008F5, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor, K2Node_CreateDelegate_OutputDelegate_14) == 0x0008F8, "Member 'ArenaInteractActor_C_ExecuteUbergraph_ArenaInteractActor::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaInteractActor_C_CanPlayQuestMonolog \ static_assert(alignof(ArenaInteractActor_C_CanPlayQuestMonolog) == 0x000008, "Wrong alignment on ArenaInteractActor_C_CanPlayQuestMonolog"); \ static_assert(sizeof(ArenaInteractActor_C_CanPlayQuestMonolog) == 0x000018, "Wrong size on ArenaInteractActor_C_CanPlayQuestMonolog"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, bReturnValue) == 0x000000, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000010, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x000012, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_HaveCompletedTask_ReturnValue) == 0x000013, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_Not_PreBool_ReturnValue_1) == 0x000015, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaInteractActor_C_CanPlayQuestMonolog, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'ArenaInteractActor_C_CanPlayQuestMonolog::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaInteractActor_C \ static_assert(alignof(AArenaInteractActor_C) == 0x000008, "Wrong alignment on AArenaInteractActor_C"); \ static_assert(sizeof(AArenaInteractActor_C) == 0x000398, "Wrong size on AArenaInteractActor_C"); \ static_assert(offsetof(AArenaInteractActor_C, UberGraphFrame) == 0x000220, "Member 'AArenaInteractActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, FGQuestMark) == 0x000228, "Member 'AArenaInteractActor_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, capsule) == 0x000230, "Member 'AArenaInteractActor_C::capsule' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, DissolveComponent) == 0x000238, "Member 'AArenaInteractActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, CasketSpawnPoint_3) == 0x000240, "Member 'AArenaInteractActor_C::CasketSpawnPoint_3' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, CasketSpawnPoint_2) == 0x000248, "Member 'AArenaInteractActor_C::CasketSpawnPoint_2' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, CasketSpawnPoint_1) == 0x000250, "Member 'AArenaInteractActor_C::CasketSpawnPoint_1' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, Container) == 0x000258, "Member 'AArenaInteractActor_C::Container' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, S_Arena_CoveredСage_01) == 0x000260, "Member 'AArenaInteractActor_C::S_Arena_CoveredСage_01' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, Rewards) == 0x000268, "Member 'AArenaInteractActor_C::Rewards' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, AttachActor4) == 0x000270, "Member 'AArenaInteractActor_C::AttachActor4' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, AttachActor3) == 0x000278, "Member 'AArenaInteractActor_C::AttachActor3' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, AttachActor2) == 0x000280, "Member 'AArenaInteractActor_C::AttachActor2' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, AttachActor1) == 0x000288, "Member 'AArenaInteractActor_C::AttachActor1' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, ArenaMaster) == 0x000290, "Member 'AArenaInteractActor_C::ArenaMaster' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, RewardInventory) == 0x000298, "Member 'AArenaInteractActor_C::RewardInventory' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, FGSplineLootDrop) == 0x0002A0, "Member 'AArenaInteractActor_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, ContainerTop) == 0x0002A8, "Member 'AArenaInteractActor_C::ContainerTop' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, StaticMesh) == 0x0002B0, "Member 'AArenaInteractActor_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, DebugSphere) == 0x0002B8, "Member 'AArenaInteractActor_C::DebugSphere' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, FGInteraction) == 0x0002C0, "Member 'AArenaInteractActor_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, DefaultSceneRoot) == 0x0002C8, "Member 'AArenaInteractActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, Arena_Manager) == 0x0002D0, "Member 'AArenaInteractActor_C::Arena_Manager' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bDebug) == 0x0002D8, "Member 'AArenaInteractActor_C::bDebug' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bDebugOpen) == 0x0002D9, "Member 'AArenaInteractActor_C::bDebugOpen' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bGiveReward) == 0x0002DA, "Member 'AArenaInteractActor_C::bGiveReward' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, MiddlePartImpulsePower) == 0x0002DC, "Member 'AArenaInteractActor_C::MiddlePartImpulsePower' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bOpenRewardCage) == 0x0002E0, "Member 'AArenaInteractActor_C::bOpenRewardCage' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, IgnoreActors) == 0x0002E8, "Member 'AArenaInteractActor_C::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, BirdSpawnersOnRing) == 0x0002F8, "Member 'AArenaInteractActor_C::BirdSpawnersOnRing' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, Location_X) == 0x000308, "Member 'AArenaInteractActor_C::Location_X' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bSetSpawnersOnRing) == 0x00030C, "Member 'AArenaInteractActor_C::bSetSpawnersOnRing' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bCanUseFromQuest) == 0x00030D, "Member 'AArenaInteractActor_C::bCanUseFromQuest' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, bPlayQuestMonolog) == 0x00030E, "Member 'AArenaInteractActor_C::bPlayQuestMonolog' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, TT_MQ10_BeginFirstTrial) == 0x000310, "Member 'AArenaInteractActor_C::TT_MQ10_BeginFirstTrial' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, MonologMontage) == 0x000318, "Member 'AArenaInteractActor_C::MonologMontage' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, MonologSound) == 0x000340, "Member 'AArenaInteractActor_C::MonologSound' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, MonologSoundInstance) == 0x000368, "Member 'AArenaInteractActor_C::MonologSoundInstance' has a wrong offset!"); \ static_assert(offsetof(AArenaInteractActor_C, Dispenser_ClassRef) == 0x000370, "Member 'AArenaInteractActor_C::Dispenser_ClassRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi \ static_assert(alignof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi) == 0x000008, "Wrong alignment on AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi"); \ static_assert(sizeof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi) == 0x0001E8, "Wrong size on AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, EntryPoint) == 0x000000, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_MakeStruct_ArrayOfFloat) == 0x000018, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_MakeStruct_ArrayOfFloat' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000044, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Array_Index_Variable_1) == 0x000048, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Array_Index_Variable_2) == 0x000060, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_Event_Character) == 0x000068, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, Temp_int_Loop_Counter_Variable_2) == 0x000070, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000078, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000088, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Add_IntInt_ReturnValue_2) == 0x000098, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CustomEvent_Component) == 0x0000B0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CustomEvent_Component' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CustomEvent_ArmorDestructor) == 0x0000B8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CustomEvent_ArmorDestructor' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000C0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetTimeSeconds_ReturnValue) == 0x0000CC, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Map_Find_ReturnValue) == 0x0000E0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x0000E8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_MakeArray_Array) == 0x0000F0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_MakeStruct_ArrayOfFloat_1) == 0x000100, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_MakeStruct_ArrayOfFloat_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Not_PreBool_ReturnValue_2) == 0x000110, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_ShouldHappen_ReturnValue) == 0x000111, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetGameState_ReturnValue) == 0x000118, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CustomEvent_QueryInstance) == 0x000120, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CustomEvent_QueryStatus) == 0x000128, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000129, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Random_OutItem) == 0x000130, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Random_OutIndex) == 0x000138, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_IsValid_ReturnValue) == 0x00013C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_RunEQSQuery_ReturnValue) == 0x000140, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000148, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000158, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Square_ReturnValue) == 0x00015C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Get_Item_2) == 0x000168, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000170, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x00017C, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Less_FloatFloat_ReturnValue) == 0x000180, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000181, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000184, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GetDisplayName_ReturnValue) == 0x000190, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Length_ReturnValue_1) == 0x0001A0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Length_ReturnValue_2) == 0x0001A4, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001A9, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_BooleanAND_ReturnValue) == 0x0001AA, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_BooleanAND_ReturnValue_1) == 0x0001AB, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_Array_Length_ReturnValue_3) == 0x0001AC, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001B0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001B4, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001C4, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001D8, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0001E0, "Member 'AIGroupModule_Nazi_C_ExecuteUbergraph_AIGroupModule_Nazi::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'AIGroupModule_Nazi_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_OnThrownOff_Event_0 \ static_assert(alignof(AIGroupModule_Nazi_C_OnThrownOff_Event_0) == 0x000008, "Wrong alignment on AIGroupModule_Nazi_C_OnThrownOff_Event_0"); \ static_assert(sizeof(AIGroupModule_Nazi_C_OnThrownOff_Event_0) == 0x000010, "Wrong size on AIGroupModule_Nazi_C_OnThrownOff_Event_0"); \ static_assert(offsetof(AIGroupModule_Nazi_C_OnThrownOff_Event_0, Component) == 0x000000, "Member 'AIGroupModule_Nazi_C_OnThrownOff_Event_0::Component' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_OnThrownOff_Event_0, ArmorDestructor) == 0x000008, "Member 'AIGroupModule_Nazi_C_OnThrownOff_Event_0::ArmorDestructor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_OnCharacterAdd \ static_assert(alignof(AIGroupModule_Nazi_C_OnCharacterAdd) == 0x000008, "Wrong alignment on AIGroupModule_Nazi_C_OnCharacterAdd"); \ static_assert(sizeof(AIGroupModule_Nazi_C_OnCharacterAdd) == 0x000008, "Wrong size on AIGroupModule_Nazi_C_OnCharacterAdd"); \ static_assert(offsetof(AIGroupModule_Nazi_C_OnCharacterAdd, Character) == 0x000000, "Member 'AIGroupModule_Nazi_C_OnCharacterAdd::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_CheckAchievement \ static_assert(alignof(AIGroupModule_Nazi_C_CheckAchievement) == 0x000008, "Wrong alignment on AIGroupModule_Nazi_C_CheckAchievement"); \ static_assert(sizeof(AIGroupModule_Nazi_C_CheckAchievement) == 0x000068, "Wrong size on AIGroupModule_Nazi_C_CheckAchievement"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, Player) == 0x000000, "Member 'AIGroupModule_Nazi_C_CheckAchievement::Player' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AIGroupModule_Nazi_C_CheckAchievement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AIGroupModule_Nazi_C_CheckAchievement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_IsValid_ReturnValue_1) == 0x000015, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_IsAlive_ReturnValue) == 0x000016, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_GetTimeSeconds_ReturnValue) == 0x000018, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Map_Values_Values) == 0x000028, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Array_Get_Item) == 0x000048, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000060, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000064, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Nazi_C_CheckAchievement, CallFunc_Less_FloatFloat_ReturnValue) == 0x000065, "Member 'AIGroupModule_Nazi_C_CheckAchievement::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Nazi_C_ShouldNotBeSaved \ static_assert(alignof(AIGroupModule_Nazi_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on AIGroupModule_Nazi_C_ShouldNotBeSaved"); \ static_assert(sizeof(AIGroupModule_Nazi_C_ShouldNotBeSaved) == 0x000001, "Wrong size on AIGroupModule_Nazi_C_ShouldNotBeSaved"); \ static_assert(offsetof(AIGroupModule_Nazi_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'AIGroupModule_Nazi_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIGroupModule_Nazi_C \ static_assert(alignof(AAIGroupModule_Nazi_C) == 0x000008, "Wrong alignment on AAIGroupModule_Nazi_C"); \ static_assert(sizeof(AAIGroupModule_Nazi_C) == 0x000308, "Wrong size on AAIGroupModule_Nazi_C"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, UberGraphFrame) == 0x000280, "Member 'AAIGroupModule_Nazi_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, AchievementTimer) == 0x000288, "Member 'AAIGroupModule_Nazi_C::AchievementTimer' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, AchievementRequirement) == 0x00028C, "Member 'AAIGroupModule_Nazi_C::AchievementRequirement' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, HelmetThrownOff) == 0x000290, "Member 'AAIGroupModule_Nazi_C::HelmetThrownOff' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, Array) == 0x0002E0, "Member 'AAIGroupModule_Nazi_C::Array' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, TacticalSignTimer) == 0x0002F0, "Member 'AAIGroupModule_Nazi_C::TacticalSignTimer' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, TacticalSignCooldown) == 0x0002F4, "Member 'AAIGroupModule_Nazi_C::TacticalSignCooldown' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, bTacticalSignOnCD) == 0x0002F8, "Member 'AAIGroupModule_Nazi_C::bTacticalSignOnCD' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, TacticalSignPlayChance) == 0x0002FC, "Member 'AAIGroupModule_Nazi_C::TacticalSignPlayChance' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Nazi_C, TacticalSignRadius) == 0x000300, "Member 'AAIGroupModule_Nazi_C::TacticalSignRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainPlayerCameraManager_C \ static_assert(alignof(AMainPlayerCameraManager_C) == 0x000010, "Wrong alignment on AMainPlayerCameraManager_C"); \ static_assert(sizeof(AMainPlayerCameraManager_C) == 0x002870, "Wrong size on AMainPlayerCameraManager_C"); \ static_assert(offsetof(AMainPlayerCameraManager_C, UseShakes) == 0x002860, "Member 'AMainPlayerCameraManager_C::UseShakes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGamepadScheme_C \ static_assert(alignof(UGamepadScheme_C) == 0x000008, "Wrong alignment on UGamepadScheme_C"); \ static_assert(sizeof(UGamepadScheme_C) == 0x000050, "Wrong size on UGamepadScheme_C"); \ #define DUMPER7_ASSERTS_Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable \ static_assert(alignof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable) == 0x000010, "Wrong alignment on Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable"); \ static_assert(sizeof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable) == 0x000230, "Wrong size on Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, EntryPoint) == 0x000000, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_Event_DeltaTime) == 0x000014, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000028, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000030, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_HasAuthority_ReturnValue) == 0x000039, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_UnequipCurrentWeapon_MontageDuration) == 0x00003C, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_UnequipCurrentWeapon_MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_FMax_ReturnValue) == 0x000040, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000050, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000059, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000060, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_HasAuthority_ReturnValue_1) == 0x000068, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_IsValid_ReturnValue_2) == 0x00006A, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_Not_PreBool_ReturnValue) == 0x00006B, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BooleanOR_ReturnValue) == 0x00006C, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BooleanAND_ReturnValue) == 0x00006D, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_4) == 0x000070, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000078, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000080, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetController_ReturnValue_1) == 0x000090, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_AsMain_Char_Controller_1) == 0x000098, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_AsMain_Char_Controller_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_6) == 0x0000A8, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000EC, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetOwningPawn_ReturnValue_7) == 0x0000F8, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000100, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000188, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00018C, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000198, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x0001A4, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Roll) == 0x0001B0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Pitch) == 0x0001B4, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Yaw) == 0x0001B8, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_FindLookAtRotation_ReturnValue) == 0x0001BC, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_GetController_ReturnValue_2) == 0x0001C8, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Roll_1) == 0x0001D0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Pitch_1) == 0x0001D4, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_BreakRotator_Yaw_1) == 0x0001D8, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_IsValid_ReturnValue_3) == 0x0001DC, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_MakeRotator_ReturnValue) == 0x0001E0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0001EC, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_MakeTransform_ReturnValue) == 0x0001F0, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x000220, "Member 'Action_EnterGameTable_C_ExecuteUbergraph_Action_EnterGameTable::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_EnterGameTable_C_Tick \ static_assert(alignof(Action_EnterGameTable_C_Tick) == 0x000004, "Wrong alignment on Action_EnterGameTable_C_Tick"); \ static_assert(sizeof(Action_EnterGameTable_C_Tick) == 0x000004, "Wrong size on Action_EnterGameTable_C_Tick"); \ static_assert(offsetof(Action_EnterGameTable_C_Tick, DeltaTime) == 0x000000, "Member 'Action_EnterGameTable_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_EnterGameTable_C_Reset_Control_Rotation \ static_assert(alignof(Action_EnterGameTable_C_Reset_Control_Rotation) == 0x000008, "Wrong alignment on Action_EnterGameTable_C_Reset_Control_Rotation"); \ static_assert(sizeof(Action_EnterGameTable_C_Reset_Control_Rotation) == 0x000060, "Wrong size on Action_EnterGameTable_C_Reset_Control_Rotation"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_GetControlRotation_ReturnValue) == 0x00002C, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Roll_1) == 0x000038, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Pitch_1) == 0x00003C, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_BreakRotator_Yaw_1) == 0x000040, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_MakeRotator_ReturnValue_1) == 0x000050, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_EnterGameTable_C_Reset_Control_Rotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00005C, "Member 'Action_EnterGameTable_C_Reset_Control_Rotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_EnterGameTable_C \ static_assert(alignof(UAction_EnterGameTable_C) == 0x000008, "Wrong alignment on UAction_EnterGameTable_C"); \ static_assert(sizeof(UAction_EnterGameTable_C) == 0x000088, "Wrong size on UAction_EnterGameTable_C"); \ static_assert(offsetof(UAction_EnterGameTable_C, UberGraphFrame) == 0x000050, "Member 'UAction_EnterGameTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, bStartPlayAction) == 0x000058, "Member 'UAction_EnterGameTable_C::bStartPlayAction' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, RotationPoint) == 0x000060, "Member 'UAction_EnterGameTable_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, LocationPoint) == 0x000068, "Member 'UAction_EnterGameTable_C::LocationPoint' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, RotateSpeed) == 0x000070, "Member 'UAction_EnterGameTable_C::RotateSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, RotateErrorTolerance) == 0x000074, "Member 'UAction_EnterGameTable_C::RotateErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, MoveVelocity) == 0x000078, "Member 'UAction_EnterGameTable_C::MoveVelocity' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, Location_Accuracy) == 0x00007C, "Member 'UAction_EnterGameTable_C::Location_Accuracy' has a wrong offset!"); \ static_assert(offsetof(UAction_EnterGameTable_C, GotTheCorrectPosition) == 0x000080, "Member 'UAction_EnterGameTable_C::GotTheCorrectPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialLeft_C_ExecuteUbergraph_TutorialLeft \ static_assert(alignof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft) == 0x000008, "Wrong alignment on TutorialLeft_C_ExecuteUbergraph_TutorialLeft"); \ static_assert(sizeof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft) == 0x000038, "Wrong size on TutorialLeft_C_ExecuteUbergraph_TutorialLeft"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, EntryPoint) == 0x000000, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, K2Node_CustomEvent_OpenedUrl) == 0x000008, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::K2Node_CustomEvent_OpenedUrl' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, K2Node_Event_IsDesignTime) == 0x000028, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, CallFunc_RandomFloatInRange_ReturnValue) == 0x00002C, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, CallFunc_OpenSource_ReturnValue) == 0x000031, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::CallFunc_OpenSource_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialLeft_C_ExecuteUbergraph_TutorialLeft, CallFunc_Play_ReturnValue) == 0x000032, "Member 'TutorialLeft_C_ExecuteUbergraph_TutorialLeft::CallFunc_Play_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialLeft_C_CustomEvent_0 \ static_assert(alignof(TutorialLeft_C_CustomEvent_0) == 0x000008, "Wrong alignment on TutorialLeft_C_CustomEvent_0"); \ static_assert(sizeof(TutorialLeft_C_CustomEvent_0) == 0x000010, "Wrong size on TutorialLeft_C_CustomEvent_0"); \ static_assert(offsetof(TutorialLeft_C_CustomEvent_0, OpenedUrl) == 0x000000, "Member 'TutorialLeft_C_CustomEvent_0::OpenedUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialLeft_C_PreConstruct \ static_assert(alignof(TutorialLeft_C_PreConstruct) == 0x000001, "Wrong alignment on TutorialLeft_C_PreConstruct"); \ static_assert(sizeof(TutorialLeft_C_PreConstruct) == 0x000001, "Wrong size on TutorialLeft_C_PreConstruct"); \ static_assert(offsetof(TutorialLeft_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'TutorialLeft_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialLeft_C \ static_assert(alignof(UTutorialLeft_C) == 0x000008, "Wrong alignment on UTutorialLeft_C"); \ static_assert(sizeof(UTutorialLeft_C) == 0x000298, "Wrong size on UTutorialLeft_C"); \ static_assert(offsetof(UTutorialLeft_C, UberGraphFrame) == 0x000260, "Member 'UTutorialLeft_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, Image) == 0x000268, "Member 'UTutorialLeft_C::Image' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, Image_135) == 0x000270, "Member 'UTutorialLeft_C::Image_135' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, ImageBlock) == 0x000278, "Member 'UTutorialLeft_C::ImageBlock' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, VideoWrapper) == 0x000280, "Member 'UTutorialLeft_C::VideoWrapper' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, VideoFile) == 0x000288, "Member 'UTutorialLeft_C::VideoFile' has a wrong offset!"); \ static_assert(offsetof(UTutorialLeft_C, VideoPlayer) == 0x000290, "Member 'UTutorialLeft_C::VideoPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ActorTrailLoot_C \ static_assert(alignof(ABP_ActorTrailLoot_C) == 0x000008, "Wrong alignment on ABP_ActorTrailLoot_C"); \ static_assert(sizeof(ABP_ActorTrailLoot_C) == 0x000230, "Wrong size on ABP_ActorTrailLoot_C"); \ static_assert(offsetof(ABP_ActorTrailLoot_C, trail) == 0x000220, "Member 'ABP_ActorTrailLoot_C::trail' has a wrong offset!"); \ static_assert(offsetof(ABP_ActorTrailLoot_C, DefaultSceneRoot) == 0x000228, "Member 'ABP_ActorTrailLoot_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAcid_C \ static_assert(alignof(AAcid_C) == 0x000010, "Wrong alignment on AAcid_C"); \ static_assert(sizeof(AAcid_C) == 0x000430, "Wrong size on AAcid_C"); \ #define DUMPER7_ASSERTS_FNotePage \ static_assert(alignof(FNotePage) == 0x000008, "Wrong alignment on FNotePage"); \ static_assert(sizeof(FNotePage) == 0x0000B0, "Wrong size on FNotePage"); \ static_assert(offsetof(FNotePage, Image_13_0A728B664DC485689C62CBA183238F8D) == 0x000000, "Member 'FNotePage::Image_13_0A728B664DC485689C62CBA183238F8D' has a wrong offset!"); \ static_assert(offsetof(FNotePage, DecoImage_14_BCEF9EF548992D557ACD8D8940FB0DD7) == 0x000028, "Member 'FNotePage::DecoImage_14_BCEF9EF548992D557ACD8D8940FB0DD7' has a wrong offset!"); \ static_assert(offsetof(FNotePage, Description_5_6C40A91D491165D3DD4602B2CB9CD2C9) == 0x000050, "Member 'FNotePage::Description_5_6C40A91D491165D3DD4602B2CB9CD2C9' has a wrong offset!"); \ static_assert(offsetof(FNotePage, Layout_12_847F89884E124F944D94F5B6BD210BFC) == 0x000068, "Member 'FNotePage::Layout_12_847F89884E124F944D94F5B6BD210BFC' has a wrong offset!"); \ static_assert(offsetof(FNotePage, VideoFile_17_1FB593D84CDCE12F0F26D38DAA72DB69) == 0x000070, "Member 'FNotePage::VideoFile_17_1FB593D84CDCE12F0F26D38DAA72DB69' has a wrong offset!"); \ static_assert(offsetof(FNotePage, Title_20_4970E9C04D7BB6AD71B413B41FB49D12) == 0x000098, "Member 'FNotePage::Title_20_4970E9C04D7BB6AD71B413B41FB49D12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTabDataAsset_C \ static_assert(alignof(UTabDataAsset_C) == 0x000008, "Wrong alignment on UTabDataAsset_C"); \ static_assert(sizeof(UTabDataAsset_C) == 0x000078, "Wrong size on UTabDataAsset_C"); \ static_assert(offsetof(UTabDataAsset_C, Title) == 0x000030, "Member 'UTabDataAsset_C::Title' has a wrong offset!"); \ static_assert(offsetof(UTabDataAsset_C, MainColor) == 0x000048, "Member 'UTabDataAsset_C::MainColor' has a wrong offset!"); \ static_assert(offsetof(UTabDataAsset_C, Highlight_Color) == 0x000058, "Member 'UTabDataAsset_C::Highlight_Color' has a wrong offset!"); \ static_assert(offsetof(UTabDataAsset_C, Type) == 0x000068, "Member 'UTabDataAsset_C::Type' has a wrong offset!"); \ static_assert(offsetof(UTabDataAsset_C, Icon) == 0x000070, "Member 'UTabDataAsset_C::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden \ static_assert(alignof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden) == 0x000008, "Wrong alignment on WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden"); \ static_assert(sizeof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden) == 0x0005C8, "Wrong size on WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, EntryPoint) == 0x000000, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_CustomEvent_Enabled) == 0x000004, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_8) == 0x000008, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_7) == 0x000010, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_6) == 0x000018, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_NewState) == 0x000020, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_OldState) == 0x000021, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Hit_4) == 0x000024, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_5) == 0x0000B0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GrabClassFromPlayer_Result) == 0x0000C1, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GrabClassFromPlayer_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_StartPlanting_ReturnValue) == 0x0000C2, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_StartPlanting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GrabClassFromPlayer_Result_1) == 0x0000C3, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GrabClassFromPlayer_Result_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GrabClassFromPlayer_Result_2) == 0x0000C4, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GrabClassFromPlayer_Result_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_SwitchEnum_CmpSuccess) == 0x0000C5, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetGardenState_ReturnValue) == 0x0000C6, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000C7, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_ShouldHappen_ReturnValue) == 0x0000C8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0000D0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0000D9, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Hit_3) == 0x0000DC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_4) == 0x000168, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GrabClassFromPlayer_Result_3) == 0x000170, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GrabClassFromPlayer_Result_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_StartPlanting_ReturnValue_1) == 0x000171, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_StartPlanting_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetGardenState_ReturnValue_1) == 0x000172, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetGardenState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_SwitchEnum_CmpSuccess_2) == 0x000173, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Hit_2) == 0x000174, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0001FC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000200, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeStruct_SingleItemInfo) == 0x000268, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeStruct_SingleItemInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000280, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeArray_Array) == 0x000288, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeArray_Array_1) == 0x000298, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeArray_Array_2) == 0x0002A8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeStruct_LootListInfo) == 0x0002B8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeStruct_LootListInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_MakeArray_Array_3) == 0x0002C8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_DeltaSeconds) == 0x0002D8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0002E0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_2) == 0x0002E8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002EC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002F8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_FindLookAtRotation_ReturnValue) == 0x000304, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000310, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_BreakRotator_Roll) == 0x000318, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_BreakRotator_Pitch) == 0x00031C, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_BreakRotator_Yaw) == 0x000320, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x000328, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_bSuccess) == 0x000330, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_Add_FloatFloat_ReturnValue) == 0x000334, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_MakeRotator_ReturnValue) == 0x000338, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000344, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_CreateDelegate_OutputDelegate) == 0x0003CC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_3) == 0x0003DC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetProgressStatusTime_StatusTime) == 0x0003E0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetProgressStatusTime_StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_MapRangeUnclamped_ReturnValue) == 0x0003E8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0003EC, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetGameInstance_ReturnValue) == 0x0003F0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_4) == 0x0003F8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_AsFGGame_Instance) == 0x000400, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_bSuccess_1) == 0x000408, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000409, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00040A, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetPlayerController_ReturnValue) == 0x000410, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetHUD_ReturnValue) == 0x000418, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000420, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_bSuccess_2) == 0x000430, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Hit_1) == 0x000434, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_3) == 0x0004C0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_CustomEvent_Player) == 0x0004C8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_CanUpgrade_ReturnValue) == 0x0004D0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetController_ReturnValue) == 0x0004D8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_SwitchEnum_CmpSuccess_3) == 0x0004E0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_5) == 0x0004E1, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_6) == 0x0004E2, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, Temp_bool_Has_Been_Initd_Variable) == 0x0004E3, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Percentage_1) == 0x0004E4, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_2) == 0x0004E8, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Hit) == 0x0004F0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter_1) == 0x000578, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsValid_ReturnValue_7) == 0x000580, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_Percentage) == 0x000584, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_Event_PlayerCharacter) == 0x000588, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetPlayerController_ReturnValue_1) == 0x000590, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetHUD_ReturnValue_1) == 0x000598, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_CreateDelegate_OutputDelegate_1) == 0x0005A0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0005B0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, K2Node_DynamicCast_bSuccess_3) == 0x0005C0, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x0005C1, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x0005C2, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_Not_PreBool_ReturnValue) == 0x0005C3, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_GetGardenState_ReturnValue_2) == 0x0005C4, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_GetGardenState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0005C5, "Member 'WagonModule_Garden_C_ExecuteUbergraph_WagonModule_Garden::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_UpdateLamp \ static_assert(alignof(WagonModule_Garden_C_UpdateLamp) == 0x000001, "Wrong alignment on WagonModule_Garden_C_UpdateLamp"); \ static_assert(sizeof(WagonModule_Garden_C_UpdateLamp) == 0x000001, "Wrong size on WagonModule_Garden_C_UpdateLamp"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateLamp, Enabled) == 0x000000, "Member 'WagonModule_Garden_C_UpdateLamp::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_Garden_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_Garden_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_Garden_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_Garden_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_Garden_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_Garden_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_Garden_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnAltHoldUseActor \ static_assert(alignof(WagonModule_Garden_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnAltHoldUseActor"); \ static_assert(sizeof(WagonModule_Garden_C_OnAltHoldUseActor) == 0x000090, "Wrong size on WagonModule_Garden_C_OnAltHoldUseActor"); \ static_assert(offsetof(WagonModule_Garden_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_Garden_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_HoldProgressInfo \ static_assert(alignof(WagonModule_Garden_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_Garden_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_Garden_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_Garden_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_Garden_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_Garden_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_Garden_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnHoldUse_M \ static_assert(alignof(WagonModule_Garden_C_OnHoldUse_M) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnHoldUse_M"); \ static_assert(sizeof(WagonModule_Garden_C_OnHoldUse_M) == 0x000008, "Wrong size on WagonModule_Garden_C_OnHoldUse_M"); \ static_assert(offsetof(WagonModule_Garden_C_OnHoldUse_M, Player) == 0x000000, "Member 'WagonModule_Garden_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnHoldUseActor \ static_assert(alignof(WagonModule_Garden_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnHoldUseActor"); \ static_assert(sizeof(WagonModule_Garden_C_OnHoldUseActor) == 0x000090, "Wrong size on WagonModule_Garden_C_OnHoldUseActor"); \ static_assert(offsetof(WagonModule_Garden_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_Garden_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_ReceiveTick \ static_assert(alignof(WagonModule_Garden_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_Garden_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_Garden_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_Garden_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_Garden_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_Garden_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnGotFocus \ static_assert(alignof(WagonModule_Garden_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_Garden_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_Garden_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_Garden_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_Garden_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_Garden_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_Garden_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_Garden_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_Garden_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_Garden_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_Garden_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnUseActor \ static_assert(alignof(WagonModule_Garden_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnUseActor"); \ static_assert(sizeof(WagonModule_Garden_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_Garden_C_OnUseActor"); \ static_assert(offsetof(WagonModule_Garden_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_Garden_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_Garden_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_Garden_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_Garden_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_Garden_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_Garden_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_Garden_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_Garden_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_Garden_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_Garden_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_Garden_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_Garden_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_Garden_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_Garden_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_HoldUseStarted \ static_assert(alignof(WagonModule_Garden_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_Garden_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_Garden_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_Garden_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_Garden_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_Garden_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_Garden_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_Garden_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_Garden_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_Garden_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_Garden_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_Garden_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_UpdateVisual \ static_assert(alignof(WagonModule_Garden_C_UpdateVisual) == 0x000008, "Wrong alignment on WagonModule_Garden_C_UpdateVisual"); \ static_assert(sizeof(WagonModule_Garden_C_UpdateVisual) == 0x000058, "Wrong size on WagonModule_Garden_C_UpdateVisual"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000001, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, K2Node_MakeArray_Array) == 0x000008, "Member 'WagonModule_Garden_C_UpdateVisual::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_GetRandomIndex_ReturnValue) == 0x000018, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_GetRandomIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00001C, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_Array_Get_Item) == 0x000020, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000028, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000029, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, K2Node_MakeArray_Array_1) == 0x000030, "Member 'WagonModule_Garden_C_UpdateVisual::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_GetRandomIndex_ReturnValue_1) == 0x000040, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_GetRandomIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_4) == 0x000044, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_5) == 0x000050, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_6) == 0x000051, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_7) == 0x000052, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_8) == 0x000053, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_SetStaticMesh_ReturnValue_9) == 0x000054, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_SetStaticMesh_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_GetGardenState_ReturnValue) == 0x000055, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, K2Node_SwitchEnum_CmpSuccess) == 0x000056, "Member 'WagonModule_Garden_C_UpdateVisual::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_UpdateVisual, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000057, "Member 'WagonModule_Garden_C_UpdateVisual::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_SendTutorialEvent \ static_assert(alignof(WagonModule_Garden_C_SendTutorialEvent) == 0x000008, "Wrong alignment on WagonModule_Garden_C_SendTutorialEvent"); \ static_assert(sizeof(WagonModule_Garden_C_SendTutorialEvent) == 0x000048, "Wrong size on WagonModule_Garden_C_SendTutorialEvent"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, NewParam) == 0x000000, "Member 'WagonModule_Garden_C_SendTutorialEvent::NewParam' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WagonModule_Garden_C_SendTutorialEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WagonModule_Garden_C_SendTutorialEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_Array_Get_Item) == 0x000028, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'WagonModule_Garden_C_SendTutorialEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'WagonModule_Garden_C_SendTutorialEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_SendTutorialEvent, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WagonModule_Garden_C_SendTutorialEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_StartSideQuestIfBuilded \ static_assert(alignof(WagonModule_Garden_C_StartSideQuestIfBuilded) == 0x000001, "Wrong alignment on WagonModule_Garden_C_StartSideQuestIfBuilded"); \ static_assert(sizeof(WagonModule_Garden_C_StartSideQuestIfBuilded) == 0x000007, "Wrong size on WagonModule_Garden_C_StartSideQuestIfBuilded"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, WagonState) == 0x000000, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::WagonState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000004, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_StartSideQuestIfBuilded, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'WagonModule_Garden_C_StartSideQuestIfBuilded::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_CanUse \ static_assert(alignof(WagonModule_Garden_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_Garden_C_CanUse"); \ static_assert(sizeof(WagonModule_Garden_C_CanUse) == 0x000098, "Wrong size on WagonModule_Garden_C_CanUse"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_Garden_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_Garden_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, CallFunc_GetGardenState_ReturnValue) == 0x000091, "Member 'WagonModule_Garden_C_CanUse::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000092, "Member 'WagonModule_Garden_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WagonModule_Garden_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_CanAltUse \ static_assert(alignof(WagonModule_Garden_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_Garden_C_CanAltUse"); \ static_assert(sizeof(WagonModule_Garden_C_CanAltUse) == 0x000098, "Wrong size on WagonModule_Garden_C_CanAltUse"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_Garden_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_Garden_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, CallFunc_GetState_ReturnValue) == 0x000091, "Member 'WagonModule_Garden_C_CanAltUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, CallFunc_GetGardenState_ReturnValue) == 0x000092, "Member 'WagonModule_Garden_C_CanAltUse::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000093, "Member 'WagonModule_Garden_C_CanAltUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000094, "Member 'WagonModule_Garden_C_CanAltUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltUse, CallFunc_BooleanAND_ReturnValue) == 0x000095, "Member 'WagonModule_Garden_C_CanAltUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GrabClassFromPlayer \ static_assert(alignof(WagonModule_Garden_C_GrabClassFromPlayer) == 0x000008, "Wrong alignment on WagonModule_Garden_C_GrabClassFromPlayer"); \ static_assert(sizeof(WagonModule_Garden_C_GrabClassFromPlayer) == 0x000020, "Wrong size on WagonModule_Garden_C_GrabClassFromPlayer"); \ static_assert(offsetof(WagonModule_Garden_C_GrabClassFromPlayer, Player) == 0x000000, "Member 'WagonModule_Garden_C_GrabClassFromPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GrabClassFromPlayer, ItemClass) == 0x000008, "Member 'WagonModule_Garden_C_GrabClassFromPlayer::ItemClass' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GrabClassFromPlayer, Result) == 0x000010, "Member 'WagonModule_Garden_C_GrabClassFromPlayer::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GrabClassFromPlayer, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000014, "Member 'WagonModule_Garden_C_GrabClassFromPlayer::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GrabClassFromPlayer, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WagonModule_Garden_C_GrabClassFromPlayer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_CanHoldUse \ static_assert(alignof(WagonModule_Garden_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_Garden_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_Garden_C_CanHoldUse) == 0x0000B0, "Wrong size on WagonModule_Garden_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_Garden_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_Garden_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'WagonModule_Garden_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'WagonModule_Garden_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WagonModule_Garden_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'WagonModule_Garden_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_Garden_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_CanAltHoldUse \ static_assert(alignof(WagonModule_Garden_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WagonModule_Garden_C_CanAltHoldUse"); \ static_assert(sizeof(WagonModule_Garden_C_CanAltHoldUse) == 0x000098, "Wrong size on WagonModule_Garden_C_CanAltHoldUse"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WagonModule_Garden_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Garden_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_Garden_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanAltHoldUse, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000091, "Member 'WagonModule_Garden_C_CanAltHoldUse::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetItemSelection \ static_assert(alignof(WagonModule_Garden_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_Garden_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_Garden_C_GetItemSelection) == 0x000468, "Wrong size on WagonModule_Garden_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_Garden_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_Garden_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_Garden_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_Garden_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_Garden_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C8, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetPlayerPawn_ReturnValue) == 0x000160, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000168, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000180, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_2) == 0x000190, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0001D0, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetItemCountOfClass_ReturnValue) == 0x0001E8, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001F0, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_4) == 0x000230, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000270, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000278, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000288, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000298, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetItemCountOfClass_ReturnValue_1) == 0x0002B0, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetItemCountOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetGardenState_ReturnValue) == 0x0002B4, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002B8, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0002F8, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeArray_Array_1) == 0x000300, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x000310, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_Format_ReturnValue_1) == 0x000318, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_AsFGPlayer_Character_2) == 0x000330, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_AsFGPlayer_Character_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_DynamicCast_bSuccess_2) == 0x000338, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_GetItemCountOfClass_ReturnValue_2) == 0x00033C, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_GetItemCountOfClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_1) == 0x000340, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_6) == 0x000348, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000388, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_5) == 0x0003A0, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_7) == 0x0003B8, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003F8, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_MakeArray_Array_2) == 0x000438, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, CallFunc_Format_ReturnValue_2) == 0x000448, "Member 'WagonModule_Garden_C_GetItemSelection::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_2) == 0x000460, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_3) == 0x000461, "Member 'WagonModule_Garden_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetItemDurability \ static_assert(alignof(WagonModule_Garden_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_Garden_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_Garden_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_Garden_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_Garden_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_Garden_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_Garden_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_Garden_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_Garden_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_Garden_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_Garden_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_Garden_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_Garden_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_Garden_C_GetProgressStatusTime) == 0x000024, "Wrong size on WagonModule_Garden_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_Garden_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000008, "Member 'WagonModule_Garden_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_Garden_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'WagonModule_Garden_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'WagonModule_Garden_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WagonModule_Garden_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x00001C, "Member 'WagonModule_Garden_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetProgressStatusState \ static_assert(alignof(WagonModule_Garden_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_Garden_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_Garden_C_GetProgressStatusState) == 0x00000B, "Wrong size on WagonModule_Garden_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_Garden_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_1) == 0x000002, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_2) == 0x000003, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_3) == 0x000004, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, CallFunc_GetState_ReturnValue) == 0x000005, "Member 'WagonModule_Garden_C_GetProgressStatusState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'WagonModule_Garden_C_GetProgressStatusState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_4) == 0x000007, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_5) == 0x000008, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, CallFunc_GetGardenState_ReturnValue) == 0x000009, "Member 'WagonModule_Garden_C_GetProgressStatusState::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_6) == 0x00000A, "Member 'WagonModule_Garden_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_Garden_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_Garden_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_Garden_C_GetAdditionalButtons) == 0x000238, "Wrong size on WagonModule_Garden_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_Garden_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'WagonModule_Garden_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_bIsAvailable) == 0x000020, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_ActionButtonData) == 0x000028, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000064, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000068, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x0000A4, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue) == 0x0000A8, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C0, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000108, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetGardenState_ReturnValue) == 0x000120, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetGardenState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_1) == 0x000128, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000168, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetPlayerPawn_ReturnValue) == 0x000170, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_BooleanAND_ReturnValue) == 0x000178, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000180, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_GetItemCountOfClass_ReturnValue) == 0x00018C, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_2) == 0x000190, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x0001D0, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x0001F8, "Member 'WagonModule_Garden_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x000230, "Member 'WagonModule_Garden_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_Garden_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_Garden_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_Garden_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_Garden_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_Garden_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_CanRepairIt \ static_assert(alignof(WagonModule_Garden_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_Garden_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_Garden_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_Garden_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_Garden_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_Garden_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_Garden_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_Garden_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Garden_C_GetHoldUseTime \ static_assert(alignof(WagonModule_Garden_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_Garden_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_Garden_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_Garden_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_Garden_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_Garden_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Garden_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_Garden_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Garden_C \ static_assert(alignof(AWagonModule_Garden_C) == 0x000008, "Wrong alignment on AWagonModule_Garden_C"); \ static_assert(sizeof(AWagonModule_Garden_C) == 0x000718, "Wrong size on AWagonModule_Garden_C"); \ static_assert(offsetof(AWagonModule_Garden_C, UberGraphFrame) == 0x0006B8, "Member 'AWagonModule_Garden_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Stages_Seeds) == 0x0006C0, "Member 'AWagonModule_Garden_C::Stages_Seeds' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, ProgressWidget) == 0x0006C8, "Member 'AWagonModule_Garden_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Rotator) == 0x0006D0, "Member 'AWagonModule_Garden_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, BuildZone) == 0x0006D8, "Member 'AWagonModule_Garden_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Sound) == 0x0006E0, "Member 'AWagonModule_Garden_C::Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Widget) == 0x0006E8, "Member 'AWagonModule_Garden_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Growth_HalfResult) == 0x0006F0, "Member 'AWagonModule_Garden_C::Growth_HalfResult' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, Growth_FinalResult) == 0x000700, "Member 'AWagonModule_Garden_C::Growth_FinalResult' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, OnHalfProgressComplete) == 0x000710, "Member 'AWagonModule_Garden_C::OnHalfProgressComplete' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, PreviousState) == 0x000711, "Member 'AWagonModule_Garden_C::PreviousState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, InFocus) == 0x000712, "Member 'AWagonModule_Garden_C::InFocus' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Garden_C, IsGrowth) == 0x000713, "Member 'AWagonModule_Garden_C::IsGrowth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_ExecuteUbergraph_JournalData \ static_assert(alignof(JournalData_C_ExecuteUbergraph_JournalData) == 0x000008, "Wrong alignment on JournalData_C_ExecuteUbergraph_JournalData"); \ static_assert(sizeof(JournalData_C_ExecuteUbergraph_JournalData) == 0x000060, "Wrong size on JournalData_C_ExecuteUbergraph_JournalData"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, EntryPoint) == 0x000000, "Member 'JournalData_C_ExecuteUbergraph_JournalData::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, K2Node_CustomEvent_AvailableNotes) == 0x000004, "Member 'JournalData_C_ExecuteUbergraph_JournalData::K2Node_CustomEvent_AvailableNotes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, K2Node_CustomEvent_AvailableIndexes) == 0x000008, "Member 'JournalData_C_ExecuteUbergraph_JournalData::K2Node_CustomEvent_AvailableIndexes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, CallFunc_LoadPagesData_AsData_Table) == 0x000018, "Member 'JournalData_C_ExecuteUbergraph_JournalData::CallFunc_LoadPagesData_AsData_Table' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, K2Node_CustomEvent_NoteType) == 0x000020, "Member 'JournalData_C_ExecuteUbergraph_JournalData::K2Node_CustomEvent_NoteType' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, K2Node_CustomEvent_ActualNoteIndex) == 0x000024, "Member 'JournalData_C_ExecuteUbergraph_JournalData::K2Node_CustomEvent_ActualNoteIndex' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, K2Node_CustomEvent_AvailableTutorials) == 0x000028, "Member 'JournalData_C_ExecuteUbergraph_JournalData::K2Node_CustomEvent_AvailableTutorials' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'JournalData_C_ExecuteUbergraph_JournalData::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, CallFunc_LoadPagesData_AsData_Table_1) == 0x000048, "Member 'JournalData_C_ExecuteUbergraph_JournalData::CallFunc_LoadPagesData_AsData_Table_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, CallFunc_Conv_StringToName_ReturnValue) == 0x000050, "Member 'JournalData_C_ExecuteUbergraph_JournalData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_ExecuteUbergraph_JournalData, CallFunc_LoadPagesData_AsData_Table_2) == 0x000058, "Member 'JournalData_C_ExecuteUbergraph_JournalData::CallFunc_LoadPagesData_AsData_Table_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_SetAvailableTutorialData \ static_assert(alignof(JournalData_C_SetAvailableTutorialData) == 0x000008, "Wrong alignment on JournalData_C_SetAvailableTutorialData"); \ static_assert(sizeof(JournalData_C_SetAvailableTutorialData) == 0x000010, "Wrong size on JournalData_C_SetAvailableTutorialData"); \ static_assert(offsetof(JournalData_C_SetAvailableTutorialData, AvailableTutorials) == 0x000000, "Member 'JournalData_C_SetAvailableTutorialData::AvailableTutorials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_SetAvailableNotesData \ static_assert(alignof(JournalData_C_SetAvailableNotesData) == 0x000008, "Wrong alignment on JournalData_C_SetAvailableNotesData"); \ static_assert(sizeof(JournalData_C_SetAvailableNotesData) == 0x000018, "Wrong size on JournalData_C_SetAvailableNotesData"); \ static_assert(offsetof(JournalData_C_SetAvailableNotesData, AvailableNotes) == 0x000000, "Member 'JournalData_C_SetAvailableNotesData::AvailableNotes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_SetAvailableNotesData, AvailableIndexes) == 0x000008, "Member 'JournalData_C_SetAvailableNotesData::AvailableIndexes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_CreateNotePagesData \ static_assert(alignof(JournalData_C_CreateNotePagesData) == 0x000004, "Wrong alignment on JournalData_C_CreateNotePagesData"); \ static_assert(sizeof(JournalData_C_CreateNotePagesData) == 0x000008, "Wrong size on JournalData_C_CreateNotePagesData"); \ static_assert(offsetof(JournalData_C_CreateNotePagesData, NoteType) == 0x000000, "Member 'JournalData_C_CreateNotePagesData::NoteType' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_CreateNotePagesData, ActualNoteIndex) == 0x000004, "Member 'JournalData_C_CreateNotePagesData::ActualNoteIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_Set_Available_Pages \ static_assert(alignof(JournalData_C_Set_Available_Pages) == 0x000008, "Wrong alignment on JournalData_C_Set_Available_Pages"); \ static_assert(sizeof(JournalData_C_Set_Available_Pages) == 0x000080, "Wrong size on JournalData_C_Set_Available_Pages"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, DataTable) == 0x000000, "Member 'JournalData_C_Set_Available_Pages::DataTable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, SearchRowName) == 0x000008, "Member 'JournalData_C_Set_Available_Pages::SearchRowName' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000020, "Member 'JournalData_C_Set_Available_Pages::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Conv_StringToInt_ReturnValue) == 0x000030, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, Temp_int_Array_Index_Variable) == 0x000038, "Member 'JournalData_C_Set_Available_Pages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'JournalData_C_Set_Available_Pages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Array_Get_Item) == 0x000040, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000048, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x00005C, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000060, "Member 'JournalData_C_Set_Available_Pages::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'JournalData_C_Set_Available_Pages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'JournalData_C_Set_Available_Pages::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'JournalData_C_Set_Available_Pages::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_Set_Available_Pages_by_Notes \ static_assert(alignof(JournalData_C_Set_Available_Pages_by_Notes) == 0x000008, "Wrong alignment on JournalData_C_Set_Available_Pages_by_Notes"); \ static_assert(sizeof(JournalData_C_Set_Available_Pages_by_Notes) == 0x000070, "Wrong size on JournalData_C_Set_Available_Pages_by_Notes"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, DataTable) == 0x000000, "Member 'JournalData_C_Set_Available_Pages_by_Notes::DataTable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, AvailableNotesIndexes) == 0x000008, "Member 'JournalData_C_Set_Available_Pages_by_Notes::AvailableNotesIndexes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, AvailableIndexes) == 0x000018, "Member 'JournalData_C_Set_Available_Pages_by_Notes::AvailableIndexes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_IndexesToNames_Names1) == 0x000028, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_IndexesToNames_Names1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, Temp_int_Array_Index_Variable) == 0x000038, "Member 'JournalData_C_Set_Available_Pages_by_Notes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'JournalData_C_Set_Available_Pages_by_Notes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_Array_Get_Item) == 0x000040, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Pages_by_Notes, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000068, "Member 'JournalData_C_Set_Available_Pages_by_Notes::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_LoadPagesData \ static_assert(alignof(JournalData_C_LoadPagesData) == 0x000008, "Wrong alignment on JournalData_C_LoadPagesData"); \ static_assert(sizeof(JournalData_C_LoadPagesData) == 0x000120, "Wrong size on JournalData_C_LoadPagesData"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Note) == 0x000000, "Member 'JournalData_C_LoadPagesData::Note' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, AsData_Table) == 0x000008, "Member 'JournalData_C_LoadPagesData::AsData_Table' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_byte_Variable) == 0x000010, "Member 'JournalData_C_LoadPagesData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_softobject_Variable) == 0x000018, "Member 'JournalData_C_LoadPagesData::Temp_softobject_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_softobject_Variable_1) == 0x000040, "Member 'JournalData_C_LoadPagesData::Temp_softobject_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_softobject_Variable_2) == 0x000068, "Member 'JournalData_C_LoadPagesData::Temp_softobject_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_softobject_Variable_3) == 0x000090, "Member 'JournalData_C_LoadPagesData::Temp_softobject_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, Temp_softobject_Variable_4) == 0x0000B8, "Member 'JournalData_C_LoadPagesData::Temp_softobject_Variable_4' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, K2Node_Select_Default) == 0x0000E0, "Member 'JournalData_C_LoadPagesData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000108, "Member 'JournalData_C_LoadPagesData::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, K2Node_DynamicCast_AsData_Table) == 0x000110, "Member 'JournalData_C_LoadPagesData::K2Node_DynamicCast_AsData_Table' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_LoadPagesData, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'JournalData_C_LoadPagesData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_GetNextSpreadData \ static_assert(alignof(JournalData_C_GetNextSpreadData) == 0x000008, "Wrong alignment on JournalData_C_GetNextSpreadData"); \ static_assert(sizeof(JournalData_C_GetNextSpreadData) == 0x000338, "Wrong size on JournalData_C_GetNextSpreadData"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, NewSpreadIndex) == 0x000000, "Member 'JournalData_C_GetNextSpreadData::NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, PagesData) == 0x000008, "Member 'JournalData_C_GetNextSpreadData::PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Get_Item) == 0x000020, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, K2Node_MakeArray_Array) == 0x0000D0, "Member 'JournalData_C_GetNextSpreadData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, K2Node_MakeArray_Array_1) == 0x000190, "Member 'JournalData_C_GetNextSpreadData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0001A0, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001A4, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Get_Item_2) == 0x0001A8, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000258, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Length_ReturnValue) == 0x00025C, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Get_Item_3) == 0x000260, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Percent_IntInt_ReturnValue) == 0x000310, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, K2Node_MakeArray_Array_2) == 0x000318, "Member 'JournalData_C_GetNextSpreadData::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000328, "Member 'JournalData_C_GetNextSpreadData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Array_Length_ReturnValue_1) == 0x00032C, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Add_IntInt_ReturnValue_4) == 0x000330, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetNextSpreadData, CallFunc_Less_IntInt_ReturnValue) == 0x000334, "Member 'JournalData_C_GetNextSpreadData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_GetPrevSpreadData \ static_assert(alignof(JournalData_C_GetPrevSpreadData) == 0x000008, "Wrong alignment on JournalData_C_GetPrevSpreadData"); \ static_assert(sizeof(JournalData_C_GetPrevSpreadData) == 0x0001B0, "Wrong size on JournalData_C_GetPrevSpreadData"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, NewSpreadIndex) == 0x000000, "Member 'JournalData_C_GetPrevSpreadData::NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, PagesData) == 0x000008, "Member 'JournalData_C_GetPrevSpreadData::PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, NewLocalVar_0) == 0x000018, "Member 'JournalData_C_GetPrevSpreadData::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'JournalData_C_GetPrevSpreadData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, CallFunc_Array_Get_Item) == 0x000030, "Member 'JournalData_C_GetPrevSpreadData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E0, "Member 'JournalData_C_GetPrevSpreadData::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'JournalData_C_GetPrevSpreadData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, CallFunc_Greater_IntInt_ReturnValue) == 0x000198, "Member 'JournalData_C_GetPrevSpreadData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetPrevSpreadData, K2Node_MakeArray_Array) == 0x0001A0, "Member 'JournalData_C_GetPrevSpreadData::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_GetLastPageData \ static_assert(alignof(JournalData_C_GetLastPageData) == 0x000008, "Wrong alignment on JournalData_C_GetLastPageData"); \ static_assert(sizeof(JournalData_C_GetLastPageData) == 0x000268, "Wrong size on JournalData_C_GetLastPageData"); \ static_assert(offsetof(JournalData_C_GetLastPageData, NewSpreadIndex) == 0x000000, "Member 'JournalData_C_GetLastPageData::NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, PagesData) == 0x000008, "Member 'JournalData_C_GetLastPageData::PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_LastIndex_ReturnValue) == 0x00001C, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Percent_IntInt_ReturnValue) == 0x000020, "Member 'JournalData_C_GetLastPageData::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_Get_Item) == 0x000028, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'JournalData_C_GetLastPageData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000DC, "Member 'JournalData_C_GetLastPageData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, K2Node_MakeArray_Array) == 0x000190, "Member 'JournalData_C_GetLastPageData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0001A0, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, CallFunc_Array_Get_Item_2) == 0x0001A8, "Member 'JournalData_C_GetLastPageData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_GetLastPageData, K2Node_MakeArray_Array_1) == 0x000258, "Member 'JournalData_C_GetLastPageData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_IndexesToNames \ static_assert(alignof(JournalData_C_IndexesToNames) == 0x000008, "Wrong alignment on JournalData_C_IndexesToNames"); \ static_assert(sizeof(JournalData_C_IndexesToNames) == 0x000068, "Wrong size on JournalData_C_IndexesToNames"); \ static_assert(offsetof(JournalData_C_IndexesToNames, Indexes) == 0x000000, "Member 'JournalData_C_IndexesToNames::Indexes' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, Names1) == 0x000010, "Member 'JournalData_C_IndexesToNames::Names1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, Names) == 0x000020, "Member 'JournalData_C_IndexesToNames::Names' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'JournalData_C_IndexesToNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, Temp_int_Array_Index_Variable) == 0x000034, "Member 'JournalData_C_IndexesToNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'JournalData_C_IndexesToNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Array_Get_Item) == 0x00003C, "Member 'JournalData_C_IndexesToNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'JournalData_C_IndexesToNames::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'JournalData_C_IndexesToNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Conv_StringToName_ReturnValue) == 0x000054, "Member 'JournalData_C_IndexesToNames::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'JournalData_C_IndexesToNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_IndexesToNames, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'JournalData_C_IndexesToNames::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalData_C_Set_Available_Tutorials \ static_assert(alignof(JournalData_C_Set_Available_Tutorials) == 0x000008, "Wrong alignment on JournalData_C_Set_Available_Tutorials"); \ static_assert(sizeof(JournalData_C_Set_Available_Tutorials) == 0x000240, "Wrong size on JournalData_C_Set_Available_Tutorials"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, AvailableNames) == 0x000000, "Member 'JournalData_C_Set_Available_Tutorials::AvailableNames' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, DataStorage) == 0x000010, "Member 'JournalData_C_Set_Available_Tutorials::DataStorage' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'JournalData_C_Set_Available_Tutorials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'JournalData_C_Set_Available_Tutorials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Array_Get_Item) == 0x000024, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000088, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1) == 0x0000B0, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, K2Node_MakeStruct_NotePage) == 0x0000D8, "Member 'JournalData_C_Set_Available_Tutorials::K2Node_MakeStruct_NotePage' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, K2Node_MakeStruct_NotePage_1) == 0x000188, "Member 'JournalData_C_Set_Available_Tutorials::K2Node_MakeStruct_NotePage_1' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Array_Add_ReturnValue) == 0x000238, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalData_C_Set_Available_Tutorials, CallFunc_Array_Add_ReturnValue_1) == 0x00023C, "Member 'JournalData_C_Set_Available_Tutorials::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalData_C \ static_assert(alignof(UJournalData_C) == 0x000008, "Wrong alignment on UJournalData_C"); \ static_assert(sizeof(UJournalData_C) == 0x000060, "Wrong size on UJournalData_C"); \ static_assert(offsetof(UJournalData_C, UberGraphFrame) == 0x000028, "Member 'UJournalData_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, CurrentSpread) == 0x000030, "Member 'UJournalData_C::CurrentSpread' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, CurrentHoveredItem) == 0x000034, "Member 'UJournalData_C::CurrentHoveredItem' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, CurrentNoteType) == 0x000038, "Member 'UJournalData_C::CurrentNoteType' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, CurrentTab) == 0x000039, "Member 'UJournalData_C::CurrentTab' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, AvailableTabs) == 0x000040, "Member 'UJournalData_C::AvailableTabs' has a wrong offset!"); \ static_assert(offsetof(UJournalData_C, AvailablePagesData) == 0x000050, "Member 'UJournalData_C::AvailablePagesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoCageT4_C \ static_assert(alignof(ARofleemoCageT4_C) == 0x000010, "Wrong alignment on ARofleemoCageT4_C"); \ static_assert(sizeof(ARofleemoCageT4_C) == 0x0008B0, "Wrong size on ARofleemoCageT4_C"); \ #define DUMPER7_ASSERTS_UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature \ static_assert(alignof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature) == 0x000010, "Wrong alignment on UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature"); \ static_assert(sizeof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature) == 0x0001A0, "Wrong size on UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, EntryPoint) == 0x000000, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_HasAuthority_ReturnValue_1) == 0x000018, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_RunHTN_ReturnValue) == 0x000019, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000058, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_FinishSpawningActor_ReturnValue) == 0x000060, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000068, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_OtherActor) == 0x000070, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_OtherComp) == 0x000078, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000080, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_bFromSweep) == 0x000084, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_ComponentBoundEvent_SweepResult) == 0x000088, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetAIController_ReturnValue_1) == 0x000118, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000120, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_HasAuthority_ReturnValue_2) == 0x000130, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Array_Length_ReturnValue) == 0x000134, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_HasAuthority_ReturnValue_3) == 0x000138, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Less_FloatFloat_ReturnValue) == 0x000139, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_IsValid_ReturnValue) == 0x00013A, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, Temp_int_Loop_Counter_Variable) == 0x00013C, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Add_IntInt_ReturnValue) == 0x000144, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_HasAuthority_ReturnValue_4) == 0x000148, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Not_PreBool_ReturnValue_1) == 0x000149, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00014C, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000158, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000160, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000168, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_IsValid_ReturnValue_1) == 0x000171, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Array_RemoveItem_ReturnValue) == 0x000172, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Array_AddUnique_ReturnValue) == 0x000174, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, Temp_int_Array_Index_Variable) == 0x000178, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, CallFunc_Array_Get_Item) == 0x000180, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_DynamicCast_AsUroboros_Egg_Creature) == 0x000188, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_DynamicCast_AsUroboros_Egg_Creature' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'UroborosEggCreature_C_ExecuteUbergraph_UroborosEggCreature::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'UroborosEggCreature_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreature_C_ReceiveTick \ static_assert(alignof(UroborosEggCreature_C_ReceiveTick) == 0x000004, "Wrong alignment on UroborosEggCreature_C_ReceiveTick"); \ static_assert(sizeof(UroborosEggCreature_C_ReceiveTick) == 0x000004, "Wrong size on UroborosEggCreature_C_ReceiveTick"); \ static_assert(offsetof(UroborosEggCreature_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'UroborosEggCreature_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreature_C_OnDeathEvent \ static_assert(alignof(UroborosEggCreature_C_OnDeathEvent) == 0x000008, "Wrong alignment on UroborosEggCreature_C_OnDeathEvent"); \ static_assert(sizeof(UroborosEggCreature_C_OnDeathEvent) == 0x000018, "Wrong size on UroborosEggCreature_C_OnDeathEvent"); \ static_assert(offsetof(UroborosEggCreature_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'UroborosEggCreature_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'UroborosEggCreature_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'UroborosEggCreature_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreature_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'UroborosEggCreature_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEggCreature_C \ static_assert(alignof(AUroborosEggCreature_C) == 0x000010, "Wrong alignment on AUroborosEggCreature_C"); \ static_assert(sizeof(AUroborosEggCreature_C) == 0x000EE0, "Wrong size on AUroborosEggCreature_C"); \ static_assert(offsetof(AUroborosEggCreature_C, UberGraphFrame_UroborosEggCreature_C) == 0x000EA8, "Member 'AUroborosEggCreature_C::UberGraphFrame_UroborosEggCreature_C' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, LandingComponent) == 0x000EB0, "Member 'AUroborosEggCreature_C::LandingComponent' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, DetonationCollision) == 0x000EB8, "Member 'AUroborosEggCreature_C::DetonationCollision' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, bExploding) == 0x000EC0, "Member 'AUroborosEggCreature_C::bExploding' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, Damage) == 0x000EC4, "Member 'AUroborosEggCreature_C::Damage' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, bDetonating) == 0x000EC8, "Member 'AUroborosEggCreature_C::bDetonating' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, DelayBeforeExplosion) == 0x000ECC, "Member 'AUroborosEggCreature_C::DelayBeforeExplosion' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreature_C, DirectorAreaModuleDepot) == 0x000ED0, "Member 'AUroborosEggCreature_C::DirectorAreaModuleDepot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase \ static_assert(alignof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase) == 0x000008, "Wrong alignment on JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase"); \ static_assert(sizeof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase) == 0x000028, "Wrong size on JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase"); \ static_assert(offsetof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase, EntryPoint) == 0x000000, "Member 'JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000004, "Member 'JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'JournalSelectableItemBase_C_ExecuteUbergraph_JournalSelectableItemBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSelectableItemBase_C_ShowHovered \ static_assert(alignof(JournalSelectableItemBase_C_ShowHovered) == 0x000001, "Wrong alignment on JournalSelectableItemBase_C_ShowHovered"); \ static_assert(sizeof(JournalSelectableItemBase_C_ShowHovered) == 0x000001, "Wrong size on JournalSelectableItemBase_C_ShowHovered"); \ static_assert(offsetof(JournalSelectableItemBase_C_ShowHovered, Hovered) == 0x000000, "Member 'JournalSelectableItemBase_C_ShowHovered::Hovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSelectableItemBase_C_ShowSelected \ static_assert(alignof(JournalSelectableItemBase_C_ShowSelected) == 0x000001, "Wrong alignment on JournalSelectableItemBase_C_ShowSelected"); \ static_assert(sizeof(JournalSelectableItemBase_C_ShowSelected) == 0x000001, "Wrong size on JournalSelectableItemBase_C_ShowSelected"); \ static_assert(offsetof(JournalSelectableItemBase_C_ShowSelected, Selected) == 0x000000, "Member 'JournalSelectableItemBase_C_ShowSelected::Selected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSelectableItemBase_C_SelectItem \ static_assert(alignof(JournalSelectableItemBase_C_SelectItem) == 0x000001, "Wrong alignment on JournalSelectableItemBase_C_SelectItem"); \ static_assert(sizeof(JournalSelectableItemBase_C_SelectItem) == 0x000001, "Wrong size on JournalSelectableItemBase_C_SelectItem"); \ static_assert(offsetof(JournalSelectableItemBase_C_SelectItem, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'JournalSelectableItemBase_C_SelectItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalSelectableItemBase_C \ static_assert(alignof(UJournalSelectableItemBase_C) == 0x000008, "Wrong alignment on UJournalSelectableItemBase_C"); \ static_assert(sizeof(UJournalSelectableItemBase_C) == 0x000298, "Wrong size on UJournalSelectableItemBase_C"); \ static_assert(offsetof(UJournalSelectableItemBase_C, UberGraphFrame) == 0x000260, "Member 'UJournalSelectableItemBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, CanInteract) == 0x000268, "Member 'UJournalSelectableItemBase_C::CanInteract' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, HoverTimer) == 0x000270, "Member 'UJournalSelectableItemBase_C::HoverTimer' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, ShouldUnhover) == 0x000278, "Member 'UJournalSelectableItemBase_C::ShouldUnhover' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, OnSelect) == 0x000280, "Member 'UJournalSelectableItemBase_C::OnSelect' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, IsSelected) == 0x000290, "Member 'UJournalSelectableItemBase_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UJournalSelectableItemBase_C, ItemIndexInList) == 0x000294, "Member 'UJournalSelectableItemBase_C::ItemIndexInList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable \ static_assert(alignof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable) == 0x000010, "Wrong alignment on WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable"); \ static_assert(sizeof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable) == 0x000180, "Wrong size on WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, EntryPoint) == 0x000000, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, K2Node_Event_Hit) == 0x000004, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetParentTrain_ReturnValue) == 0x000090, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000098, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0000A0, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetCategory_ReturnValue) == 0x000109, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00011C, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_BooleanAND_ReturnValue) == 0x00011D, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000120, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetState_ReturnValue) == 0x000125, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000126, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x000128, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetState_ReturnValue_1) == 0x00012C, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00012D, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, Temp_struct_Variable) == 0x000130, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_BooleanOR_ReturnValue) == 0x000160, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_AddComponent_ReturnValue) == 0x000168, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_GetComponentByClass_ReturnValue) == 0x000170, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable, CallFunc_IsValid_ReturnValue_1) == 0x000178, "Member 'WagonModule_GenericUsable_C_ExecuteUbergraph_WagonModule_GenericUsable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_OnGotFocus \ static_assert(alignof(WagonModule_GenericUsable_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_GenericUsable_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_GenericUsable_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_GenericUsable_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_GenericUsable_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_GenericUsable_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetRequirementsText \ static_assert(alignof(WagonModule_GenericUsable_C_GetRequirementsText) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_GetRequirementsText"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetRequirementsText) == 0x0001B8, "Wrong size on WagonModule_GenericUsable_C_GetRequirementsText"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, Output) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::Output' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, Result) == 0x000018, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Array_Get_Item) == 0x000038, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_GetClassDisplayName_ReturnValue) == 0x000110, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Conv_StringToText_ReturnValue) == 0x000128, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000140, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, K2Node_MakeArray_Array) == 0x000188, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Format_ReturnValue) == 0x000198, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetRequirementsText, CallFunc_Add_IntInt_ReturnValue) == 0x0001B0, "Member 'WagonModule_GenericUsable_C_GetRequirementsText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetUpgradeResultText \ static_assert(alignof(WagonModule_GenericUsable_C_GetUpgradeResultText) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_GetUpgradeResultText"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetUpgradeResultText) == 0x000228, "Wrong size on WagonModule_GenericUsable_C_GetUpgradeResultText"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, UpgradeResult) == 0x000008, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::UpgradeResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, ReturnValue) == 0x000010, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000048, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeArray_Array) == 0x000108, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000118, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000178, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000180, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001C0, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, K2Node_MakeArray_Array_1) == 0x000200, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetUpgradeResultText, CallFunc_Format_ReturnValue_1) == 0x000210, "Member 'WagonModule_GenericUsable_C_GetUpgradeResultText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetItemSelection \ static_assert(alignof(WagonModule_GenericUsable_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetItemSelection) == 0x0000B0, "Wrong size on WagonModule_GenericUsable_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_GenericUsable_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_GenericUsable_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_GenericUsable_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_GenericUsable_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetItemDurability \ static_assert(alignof(WagonModule_GenericUsable_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_GenericUsable_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_CanRepairIt \ static_assert(alignof(WagonModule_GenericUsable_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_GenericUsable_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_GenericUsable_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_GenericUsable_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_GenericUsable_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_GenericUsable_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_GenericUsable_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_GenericUsable_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_GenericUsable_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_GenericUsable_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_GenericUsable_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericUsable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_GenericUsable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_GenericUsable_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_GenericUsable_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetAdditionalButtons) == 0x000010, "Wrong size on WagonModule_GenericUsable_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetProgressStatusState \ static_assert(alignof(WagonModule_GenericUsable_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_GenericUsable_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetProgressStatusState) == 0x000001, "Wrong size on WagonModule_GenericUsable_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericUsable_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_GenericUsable_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_GenericUsable_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_GenericUsable_C_GetProgressStatusTime) == 0x000008, "Wrong size on WagonModule_GenericUsable_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_GenericUsable_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_GenericUsable_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericUsable_C \ static_assert(alignof(AWagonModule_GenericUsable_C) == 0x000008, "Wrong alignment on AWagonModule_GenericUsable_C"); \ static_assert(sizeof(AWagonModule_GenericUsable_C) == 0x0005B8, "Wrong size on AWagonModule_GenericUsable_C"); \ static_assert(offsetof(AWagonModule_GenericUsable_C, UberGraphFrame) == 0x0005A8, "Member 'AWagonModule_GenericUsable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericUsable_C, InFocus) == 0x0005B0, "Member 'AWagonModule_GenericUsable_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_CharacterBase_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_SetPlayerName \ static_assert(alignof(MainMenuV2_CharacterBase_C_SetPlayerName) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_SetPlayerName"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_SetPlayerName) == 0x000030, "Wrong size on MainMenuV2_CharacterBase_C_SetPlayerName"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetPlayerName, CallFunc_GetOwningPlayer_ReturnValue) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_SetPlayerName::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetPlayerName, CallFunc_GetPlayerName_ReturnValue) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_SetPlayerName::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetPlayerName, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'MainMenuV2_CharacterBase_C_SetPlayerName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_SetDefaultBones \ static_assert(alignof(MainMenuV2_CharacterBase_C_SetDefaultBones) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_SetDefaultBones"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_SetDefaultBones) == 0x000030, "Wrong size on MainMenuV2_CharacterBase_C_SetDefaultBones"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, K2Node_MakeArray_Array) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, CallFunc_Array_Get_Item) == 0x000024, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultBones, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_CharacterBase_C_SetDefaultBones::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_SetDefaultFace \ static_assert(alignof(MainMenuV2_CharacterBase_C_SetDefaultFace) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_SetDefaultFace"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_SetDefaultFace) == 0x0001C0, "Wrong size on MainMenuV2_CharacterBase_C_SetDefaultFace"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetDefaultFace, CallFunc_GetSaveData_ReturnValue) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_SetDefaultFace::CallFunc_GetSaveData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_AddStepValue_RotateHead \ static_assert(alignof(MainMenuV2_CharacterBase_C_AddStepValue_RotateHead) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_AddStepValue_RotateHead"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_AddStepValue_RotateHead) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_AddStepValue_RotateHead"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_AddStepValue_RotateHead, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_AddStepValue_RotateHead::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_AddStepValue_RotateHead, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_AddStepValue_RotateHead::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_DecStepValue_RotateHead \ static_assert(alignof(MainMenuV2_CharacterBase_C_DecStepValue_RotateHead) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_DecStepValue_RotateHead"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_DecStepValue_RotateHead) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_DecStepValue_RotateHead"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_DecStepValue_RotateHead, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_DecStepValue_RotateHead::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_DecStepValue_RotateHead, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_DecStepValue_RotateHead::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnMouseButtonDown) == 0x0002F0, "Wrong size on MainMenuV2_CharacterBase_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_1) == 0x000218, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x0002D0, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x0002D8, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0002E0, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x0002E8, "Member 'MainMenuV2_CharacterBase_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnKeyUp \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnKeyUp) == 0x000460, "Wrong size on MainMenuV2_CharacterBase_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000142, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000143, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000148, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue_2) == 0x000160, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000178, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000179, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00017A, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000180, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000238, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x0002F0, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x0003A8, "Member 'MainMenuV2_CharacterBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_RandomizeAll \ static_assert(alignof(MainMenuV2_CharacterBase_C_RandomizeAll) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_RandomizeAll"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_RandomizeAll) == 0x0001C8, "Wrong size on MainMenuV2_CharacterBase_C_RandomizeAll"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeAll, FirstTime) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_RandomizeAll::FirstTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeAll, CallFunc_GetSaveData_ReturnValue) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_RandomizeAll::CallFunc_GetSaveData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_RandomizeBones \ static_assert(alignof(MainMenuV2_CharacterBase_C_RandomizeBones) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_RandomizeBones"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_RandomizeBones) == 0x000038, "Wrong size on MainMenuV2_CharacterBase_C_RandomizeBones"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, CallFunc_RandomFloatInRange_ReturnValue) == 0x00000C, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, K2Node_MakeArray_Array) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, CallFunc_Array_Get_Item) == 0x000028, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_RandomizeBones, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'MainMenuV2_CharacterBase_C_RandomizeBones::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_SaveData \ static_assert(alignof(MainMenuV2_CharacterBase_C_SaveData) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_SaveData"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_SaveData) == 0x0001C0, "Wrong size on MainMenuV2_CharacterBase_C_SaveData"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SaveData, CallFunc_GetSaveData_ReturnValue) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_SaveData::CallFunc_GetSaveData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_LoadData \ static_assert(alignof(MainMenuV2_CharacterBase_C_LoadData) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_LoadData"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_LoadData) == 0x000298, "Wrong size on MainMenuV2_CharacterBase_C_LoadData"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_LoadData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, K2Node_DynamicCast_AsFGPlayer_State) == 0x000018, "Member 'MainMenuV2_CharacterBase_C_LoadData::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_CharacterBase_C_LoadData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_IsSaveDataLoaded_ReturnValue) == 0x000021, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_IsSaveDataLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1) == 0x000024, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_1) == 0x000028, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_2) == 0x00002C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_3) == 0x000030, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_4) == 0x000034, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_5) == 0x000038, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_6) == 0x00003C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_bool_Variable) == 0x000040, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_7) == 0x000044, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_8) == 0x000048, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_9) == 0x00004C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_10) == 0x000050, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_11) == 0x000054, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_12) == 0x000058, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_bool_Variable_1) == 0x00005C, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_byte_Variable) == 0x00005D, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_int_Variable) == 0x000060, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_int_Variable_1) == 0x000064, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, Temp_byte_Variable_1) == 0x000068, "Member 'MainMenuV2_CharacterBase_C_LoadData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_13) == 0x00006C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_14) == 0x000070, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_15) == 0x000074, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_16) == 0x000078, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_17) == 0x00007C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_18) == 0x000080, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_19) == 0x000084, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_20) == 0x000088, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_21) == 0x00008C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_21' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_22) == 0x000090, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_22' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_23) == 0x000094, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_23' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_24) == 0x000098, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_24' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_25) == 0x00009C, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_25' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_26) == 0x0000A0, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_26' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_27) == 0x0000A4, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_27' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetCurrentBoneOffsetUI_Value0_1_28) == 0x0000A8, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetCurrentBoneOffsetUI_Value0_1_28' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_MapRangeClamped_ReturnValue) == 0x0000B0, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_GetGender_ReturnValue) == 0x0000B4, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_GetGender_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, K2Node_Select_Default) == 0x0000B8, "Member 'MainMenuV2_CharacterBase_C_LoadData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, K2Node_Select_Default_1) == 0x0000BC, "Member 'MainMenuV2_CharacterBase_C_LoadData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0000C0, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C4, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000C8, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000CC, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000D0, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_LoadData, CallFunc_LoadCustomizationData_ReturnValue) == 0x0000D8, "Member 'MainMenuV2_CharacterBase_C_LoadData::CallFunc_LoadCustomizationData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_CheckPageSelectorState \ static_assert(alignof(MainMenuV2_CharacterBase_C_CheckPageSelectorState) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_CheckPageSelectorState"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_CheckPageSelectorState) == 0x0000C8, "Wrong size on MainMenuV2_CharacterBase_C_CheckPageSelectorState"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_GetChildrenCount_ReturnValue) == 0x000018, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_AsVertical_Box) == 0x000020, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_AsVertical_Box' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Array_Get_Item) == 0x000040, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_AsUser_Widget) == 0x000050, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_AsGamepad_Interface) == 0x000060, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_AsMain_Menu_V2_Horizontal_Slider_Base) == 0x000078, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_AsMain_Menu_V2_Horizontal_Slider_Base' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_IsVisible_ReturnValue) == 0x000081, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00008D, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_GetNumWidgets_ReturnValue) == 0x000090, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Conv_IntToText_ReturnValue) == 0x000098, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_CheckPageSelectorState, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000B0, "Member 'MainMenuV2_CharacterBase_C_CheckPageSelectorState::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnKeyDown \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnKeyDown) == 0x000860, "Wrong size on MainMenuV2_CharacterBase_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000148, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_2) == 0x000160, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000178, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000179, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00017A, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00017B, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00017C, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00017D, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x00017E, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x00017F, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x000180, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x000181, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_12) == 0x000182, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_13) == 0x000183, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_3) == 0x000188, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001A0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x0001A8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000260, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x000318, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x0003D0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x000488, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_5) == 0x000540, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_6) == 0x0005F8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x0006B0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x0006B8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0006C0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0006C8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x0006D0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_1) == 0x0006D8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x0006E0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x0006E8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_7) == 0x0006F0, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_8) == 0x0007A8, "Member 'MainMenuV2_CharacterBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_CharacterBase_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_CharacterBase_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_CharacterBase_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_PreConstruct \ static_assert(alignof(MainMenuV2_CharacterBase_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnGenderChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnGenderChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnGenderChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnGenderChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnGenderChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnGenderChange, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnGenderChange::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnGenderChange, Index_0) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnGenderChange::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnHairChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnHairChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnHairChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnHairChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnHairChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHairChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnHairChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHairChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnHairChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnHatChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnHatChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnHatChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnHatChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnHatChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHatChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnHatChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHatChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnHatChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBeardChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBeardChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBeardChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBeardChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnBeardChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBeardChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBeardChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBeardChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnBeardChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBrowsChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBrowsChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBrowsChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBrowsChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnBrowsChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBrowsChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnBrowsChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnChange_Event_0 \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnChange_Event_0) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnChange_Event_0"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnChange_Event_0) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnChange_Event_0"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChange_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnChange_Event_0::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChange_Event_0, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnChange_Event_0::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnPantsChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnPantsChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnPantsChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnPantsChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnPantsChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnPantsChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnPantsChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnPantsChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnPantsChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBodyTypeChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBodyTypeChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBodyTypeChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBodyTypeChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnBodyTypeChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBodyTypeChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBodyTypeChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBodyTypeChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnBodyTypeChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnAgeChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnAgeChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnAgeChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnAgeChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnAgeChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnAgeChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnAgeChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnAgeChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnAgeChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnSkinColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnSkinColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnSkinColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnSkinColorChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnSkinColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnSkinColorChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnSkinColorChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnSkinColorChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnSkinColorChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnLipsMaskChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnLipsMaskChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnLipsMaskChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnLipsMaskChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnLipsMaskChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsMaskChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnLipsMaskChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsMaskChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnLipsMaskChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnLipsColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnLipsColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnLipsColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnLipsColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnLipsColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnLipsColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnLipsColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnChinHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnChinHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnChinHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnChinHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnChinHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnChinHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnChinHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnChinThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnChinThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnChinThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnChinThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnChinThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnChinThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnChinThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnJawHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnJawHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnJawHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnJawHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnJawHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnJawHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnJawHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnJawWidthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnJawWidthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnJawWidthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnJawWidthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnJawWidthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawWidthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnJawWidthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawWidthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnJawWidthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnJawThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnJawThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnJawThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnJawThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnJawThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnJawThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnJawThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnJawThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnCheekHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnCheekHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnCheekHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnCheekHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnCheekHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnCheekHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnCheekHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnCheekboneMidChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnCheekboneMidChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnCheekboneMidChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnCheekboneMidChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnCheekboneMidChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekboneMidChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnCheekboneMidChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekboneMidChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnCheekboneMidChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnCheekboneThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNoseHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNoseHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNoseHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNoseHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNoseHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNoseHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNoseHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNoseLengthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNoseLengthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNoseLengthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNoseLengthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNoseLengthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseLengthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNoseLengthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseLengthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNoseLengthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNoseThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNoseThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNoseThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNoseThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNoseThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNoseThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNoseThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNostrilsHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNostrilsHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNostrilsHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNostrilsHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNostrilsHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNostrilsHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNostrilsHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNostrilsHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNostrilsHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnTipNoseHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnTipNoseHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnTipNoseHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnTipNoseHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnTipNoseHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTipNoseHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnTipNoseHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTipNoseHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnTipNoseHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNoseBridgeLengthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnNoseBridgeThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnChinWidthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnChinWidthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnChinWidthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnChinWidthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnChinWidthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinWidthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnChinWidthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnChinWidthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnChinWidthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBrowsHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBrowsHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBrowsHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBrowsHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnBrowsHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBrowsHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnBrowsHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesDepthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesDepthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesDepthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesDepthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesDepthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDepthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesDepthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDepthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesDepthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnBrowsCenterHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnBrowsSideHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEarsHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEarsHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEarsHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEarsHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEarsHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEarsHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEarsHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEarsHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEarsHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEarsMiddleWidthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnHeadHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnHeadHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnHeadHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnHeadHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnHeadHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHeadHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnHeadHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHeadHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnHeadHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnForeheadHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnForeheadHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnForeheadHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnForeheadHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnForeheadHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnForeheadHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnForeheadHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnForeheadHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnForeheadHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnForeheadWidthChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnForeheadWidthChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnForeheadWidthChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnForeheadWidthChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnForeheadWidthChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnForeheadWidthChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnForeheadWidthChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnForeheadWidthChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnForeheadWidthChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnTempleThicknessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnTempleThicknessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnTempleThicknessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnTempleThicknessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnTempleThicknessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTempleThicknessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnTempleThicknessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTempleThicknessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnTempleThicknessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnTempleHeightChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnTempleHeightChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnTempleHeightChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnTempleHeightChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnTempleHeightChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTempleHeightChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnTempleHeightChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnTempleHeightChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnTempleHeightChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature \ static_assert(alignof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature) == 0x000004, "Wrong size on MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_RotateFaceSlider_K2Node_ComponentBoundEvent_6_ValueChanges__DelegateSignature::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnEyesColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesDamageChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesDamageChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesDamageChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesDamageChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesDamageChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDamageChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesDamageChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDamageChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesDamageChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesBallBrightnessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesBrightnessChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesBrightnessChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesBrightnessChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesBrightnessChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesBrightnessChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesBrightnessChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesBrightnessChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesBrightnessChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesBrightnessChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesDensityChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesDensityChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesDensityChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesDensityChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesDensityChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDensityChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesDensityChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesDensityChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesDensityChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnHairColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnHairColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnHairColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnHairColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnHairColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHairColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnHairColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnHairColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnHairColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnLipsOpacityChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnLipsOpacityChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnLipsOpacityChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnLipsOpacityChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnLipsOpacityChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsOpacityChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnLipsOpacityChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsOpacityChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnLipsOpacityChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnOvertintChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnOvertintChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnOvertintChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnOvertintChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnOvertintChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnOvertintChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnOvertintChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnOvertintColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnOvertintColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnOvertintColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnOvertintColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnOvertintColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnOvertintColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnOvertintColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnOvertintOpacityChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnOvertintOpacityChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnOvertintOpacityChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnOvertintOpacityChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnOvertintOpacityChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintOpacityChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnOvertintOpacityChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnOvertintOpacityChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnOvertintOpacityChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesOutlineChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesOutlineChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesOutlineChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesOutlineChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesOutlineChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesOutlineOpacityChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesShadowChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesShadowChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesShadowChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesShadowChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesShadowChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesShadowColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesShadowColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesShadowColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesShadowColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesShadowColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnEyesShadowOpacityChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBeardColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBeardColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBeardColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBeardColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnBeardColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBeardColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBeardColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBeardColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnBeardColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnBrowsColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnBrowsColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnBrowsColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnBrowsColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnBrowsColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnBrowsColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnBrowsColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnBrowsColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnLipsShineChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnLipsShineChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnLipsShineChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnLipsShineChange) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_OnLipsShineChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsShineChange, Value_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnLipsShineChange::Value_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnLipsShineChange, ValuePercent) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_OnLipsShineChange::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_CharacterBase_C_SetGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_SetGamepadMode) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_SetGamepadMode, IsGamepadNOW_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_SetGamepadMode::IsGamepadNOW_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll \ static_assert(alignof(MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll, IsHold) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_GamepadHold_RandomizeAll::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_GamepadHold_Left \ static_assert(alignof(MainMenuV2_CharacterBase_C_GamepadHold_Left) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_GamepadHold_Left"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_GamepadHold_Left) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_GamepadHold_Left"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_GamepadHold_Left, IsHold) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_GamepadHold_Left::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_GamepadHold_Right \ static_assert(alignof(MainMenuV2_CharacterBase_C_GamepadHold_Right) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_GamepadHold_Right"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_GamepadHold_Right) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_GamepadHold_Right"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_GamepadHold_Right, IsHold) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_GamepadHold_Right::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnMustacheChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnMustacheChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnMustacheChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnMustacheChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnMustacheChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMustacheChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnMustacheChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMustacheChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnMustacheChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnMustacheColorChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnMustacheColorChange) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_OnMustacheColorChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnMustacheColorChange) == 0x000014, "Wrong size on MainMenuV2_CharacterBase_C_OnMustacheColorChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMustacheColorChange, Color) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnMustacheColorChange::Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnMustacheColorChange, ColorIndex) == 0x000010, "Member 'MainMenuV2_CharacterBase_C_OnMustacheColorChange::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace \ static_assert(alignof(MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace) == 0x000001, "Wrong alignment on MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace) == 0x000001, "Wrong size on MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace, IsHold) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_GamepadHold_SetDefaultFace::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_OnScarsChange \ static_assert(alignof(MainMenuV2_CharacterBase_C_OnScarsChange) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_OnScarsChange"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_OnScarsChange) == 0x000020, "Wrong size on MainMenuV2_CharacterBase_C_OnScarsChange"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnScarsChange, Index_0) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_OnScarsChange::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_OnScarsChange, Value_0) == 0x000008, "Member 'MainMenuV2_CharacterBase_C_OnScarsChange::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature \ static_assert(alignof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_BndEvt__MainMenuV2_CharacterBase_SettingsMenu_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase \ static_assert(alignof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase) == 0x000008, "Wrong alignment on MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase"); \ static_assert(sizeof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase) == 0x000D88, "Wrong size on MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, EntryPoint) == 0x000000, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_8) == 0x000084, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_9) == 0x000094, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_11) == 0x0000B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_12) == 0x0000C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_13) == 0x0000D4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_14) == 0x0000E4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_15) == 0x0000F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_16) == 0x000104, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_17) == 0x000114, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_18) == 0x000124, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_19) == 0x000134, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_20) == 0x000144, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_21) == 0x000154, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_22) == 0x000164, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_23) == 0x000174, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_24) == 0x000184, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_25) == 0x000194, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_26) == 0x0001A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_27) == 0x0001B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_28) == 0x0001C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_29) == 0x0001D4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_30) == 0x0001E4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_31) == 0x0001F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_32) == 0x000204, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_33) == 0x000214, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_34) == 0x000224, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_35) == 0x000234, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_36) == 0x000244, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_37) == 0x000254, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_38) == 0x000264, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_39) == 0x000274, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_40) == 0x000284, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_41) == 0x000294, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_42) == 0x0002A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_43) == 0x0002B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_44) == 0x0002C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_45) == 0x0002D4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_46) == 0x0002E4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_47) == 0x0002F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_48) == 0x000304, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_49) == 0x000314, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_49' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_50) == 0x000324, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_50' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_51) == 0x000334, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_51' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_52) == 0x000344, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_52' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_53) == 0x000354, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_53' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_54) == 0x000364, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_54' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_55) == 0x000374, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_55' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_bool_Variable) == 0x000384, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_56) == 0x000388, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_56' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable) == 0x000398, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_1) == 0x000399, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_bool_Variable_1) == 0x00039A, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_2) == 0x00039B, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_3) == 0x00039C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_bool_Variable_2) == 0x00039D, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_4) == 0x00039E, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_5) == 0x00039F, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_int_Variable) == 0x0003A0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_int_Variable_1) == 0x0003A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Add_IntInt_ReturnValue) == 0x0003A8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_6) == 0x0003AC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_7) == 0x0003AD, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_int_Variable_2) == 0x0003B0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_8) == 0x0003B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_9) == 0x0003B5, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_57) == 0x0003B8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_57' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_58) == 0x0003C8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_58' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_10) == 0x0003D8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_59) == 0x0003DC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_59' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_int_Loop_Counter_Variable) == 0x0003EC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_bool_Variable_3) == 0x0003F0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Event_Type) == 0x0003F8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Event_KeyText) == 0x0003F9, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeArray_Array) == 0x000400, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Length_ReturnValue) == 0x000410, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Less_IntInt_ReturnValue) == 0x000414, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_60) == 0x000418, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_60' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetNumWidgets_ReturnValue) == 0x000428, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x00042C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue) == 0x000430, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000434, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetActiveWidgetIndex_ReturnValue_1) == 0x000438, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetActiveWidgetIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00043C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Add_IntInt_ReturnValue_2) == 0x000440, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000444, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_int_Array_Index_Variable) == 0x000448, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Get_Item) == 0x000450, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetAllActorsOfClass_OutActors) == 0x000458, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Get_Item_1) == 0x000468, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetPlayerController_ReturnValue) == 0x000470, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_IsValid_ReturnValue) == 0x000478, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsFGMain_Menu_Player_Controller) == 0x000480, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsFGMain_Menu_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess) == 0x000488, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_IsValid_ReturnValue_1) == 0x000489, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Event_IsDesignTime) == 0x00048A, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MakeLiteralText_ReturnValue) == 0x000490, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_TextToLower_ReturnValue) == 0x0004A8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsLeftBtnSelect) == 0x0004C0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_12) == 0x0004C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default) == 0x0004C8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default_1) == 0x0004C9, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_11) == 0x0004CC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_52) == 0x0004D0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_52' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0004E8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_10) == 0x0004EC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_51) == 0x0004F0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_51' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000508, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_9) == 0x00050C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_50) == 0x000510, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_50' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000528, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_8) == 0x00052C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_49) == 0x000530, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_49' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000548, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_7) == 0x00054C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_48) == 0x000550, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_48' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_6) == 0x000568, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_47) == 0x000570, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_47' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_46) == 0x000588, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_46' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_40) == 0x00058C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_40' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue) == 0x000590, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_45) == 0x000594, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_45' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_39) == 0x000598, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_39' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_44) == 0x00059C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_44' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_38) == 0x0005A0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_38' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_5) == 0x0005A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_43) == 0x0005A8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_43' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index) == 0x0005C0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_8) == 0x0005C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_8) == 0x0005D4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_42) == 0x0005D8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_42' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_37) == 0x0005DC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_37' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_41) == 0x0005E0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_41' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_36) == 0x0005E4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_36' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_40) == 0x0005E8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_40' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_35) == 0x0005EC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_35' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_39) == 0x0005F0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_39' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_34) == 0x0005F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_34' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_38) == 0x0005F8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_38' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_33) == 0x0005FC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_33' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_37) == 0x000600, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_37' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_32) == 0x000604, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_32' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_36) == 0x000608, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_36' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_31) == 0x00060C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_31' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_35) == 0x000610, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_35' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_30) == 0x000614, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_30' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_34) == 0x000618, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_34' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_29) == 0x00061C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_29' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_33) == 0x000620, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_33' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_28) == 0x000624, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_28' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_32) == 0x000628, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_32' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_27) == 0x00062C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_27' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_31) == 0x000630, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_31' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_26) == 0x000634, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_26' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_30) == 0x000638, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_30' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_25) == 0x00063C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_25' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_29) == 0x000640, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_29' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_24) == 0x000644, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_24' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_28) == 0x000648, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_28' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_23) == 0x00064C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_23' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_27) == 0x000650, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_27' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_22) == 0x000654, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_22' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_26) == 0x000658, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_26' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_21) == 0x00065C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_21' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_25) == 0x000660, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_25' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_20) == 0x000664, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_24) == 0x000668, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_24' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_19) == 0x00066C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_23) == 0x000670, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_23' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_18) == 0x000674, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_22) == 0x000678, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_22' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_17) == 0x00067C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_21) == 0x000680, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_21' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_16) == 0x000684, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_20) == 0x000688, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_15) == 0x00068C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_19) == 0x000690, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_14) == 0x000694, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_18) == 0x000698, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_13) == 0x00069C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_17) == 0x0006A0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_12) == 0x0006A4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_16) == 0x0006A8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_11) == 0x0006AC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_15) == 0x0006B0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_10) == 0x0006B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_14) == 0x0006B8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_9) == 0x0006BC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_ComponentBoundEvent_Value) == 0x0006C0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_IsValid_ReturnValue_2) == 0x0006C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_7) == 0x0006C8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_7) == 0x0006D8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData) == 0x0006DC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_13) == 0x0006FC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_8) == 0x000700, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_1) == 0x000704, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_1) == 0x000708, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_12) == 0x000728, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_7) == 0x00072C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_2) == 0x000730, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_2) == 0x000734, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_11) == 0x000754, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_6) == 0x000758, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00075C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_3) == 0x000760, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_3) == 0x000764, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_10) == 0x000784, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_5) == 0x000788, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_4) == 0x00078C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_4) == 0x000790, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationEyeSettings) == 0x0007B0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationEyeSettings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_6) == 0x0007E0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_6) == 0x0007F0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_5) == 0x0007F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000814, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue_3) == 0x000818, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationEyeSettings_1) == 0x00081C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationEyeSettings_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationEyeSettings_2) == 0x00084C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationEyeSettings_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue_4) == 0x00087C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_MapRangeClamped_ReturnValue_5) == 0x000880, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_MapRangeClamped_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationEyeSettings_3) == 0x000884, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationEyeSettings_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationEyeSettings_4) == 0x0008B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationEyeSettings_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_9) == 0x0008E4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_4) == 0x0008E8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_5) == 0x0008EC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_4) == 0x0008F0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_8) == 0x0008F8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_6) == 0x000910, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_5) == 0x000914, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_5) == 0x000924, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_6) == 0x000928, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_7) == 0x000948, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_7) == 0x000968, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_3) == 0x00096C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_7) == 0x000970, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_8) == 0x000974, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_3) == 0x000994, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_6) == 0x000998, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_8) == 0x0009B0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_4) == 0x0009B4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_4) == 0x0009C4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_5) == 0x0009C8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_2) == 0x0009CC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_9) == 0x0009D0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_9) == 0x0009D4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_10) == 0x0009F4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_11) == 0x000A14, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_2) == 0x000A34, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_4) == 0x000A38, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_10) == 0x000A50, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_12) == 0x000A54, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_3) == 0x000A74, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_3) == 0x000A84, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_13) == 0x000A88, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_3) == 0x000AA8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent_1) == 0x000AAC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_11) == 0x000AB0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_14) == 0x000AB4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_2) == 0x000AD4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_2) == 0x000AE4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_15) == 0x000AE8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color_1) == 0x000B08, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex_1) == 0x000B18, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_16) == 0x000B1C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_2) == 0x000B3C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ValuePercent) == 0x000B40, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ValuePercent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_17) == 0x000B44, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_18) == 0x000B64, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_19) == 0x000B84, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetSelectredIndex_Index_12) == 0x000BA4, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetSelectredIndex_Index_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_SpawnObject_ReturnValue) == 0x000BA8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_20) == 0x000BB0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_20' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetPlayerController_ReturnValue_1) == 0x000BD0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsGamepadNow) == 0x000BD8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default_2) == 0x000BD9, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default_3) == 0x000BDA, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default_4) == 0x000BDB, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface) == 0x000BE0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_1) == 0x000BF0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000BF8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_2) == 0x000C08, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsHold_3) == 0x000C09, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsHold_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetPlayerController_ReturnValue_2) == 0x000C10, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_GetHUD_ReturnValue) == 0x000C18, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000C20, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_3) == 0x000C28, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_struct_Variable) == 0x000C30, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Get_Item_2) == 0x000C48, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000C50, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_4) == 0x000C60, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Length_ReturnValue_1) == 0x000C64, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Less_IntInt_ReturnValue_1) == 0x000C68, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsHold_2) == 0x000C69, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsHold_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsHold_1) == 0x000C6A, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_61) == 0x000C6C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_61' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Get_Item_3) == 0x000C80, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_struct_Variable_1) == 0x000C88, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface_3) == 0x000CA0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_5) == 0x000CB0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface_4) == 0x000CB8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_6) == 0x000CC8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index_1) == 0x000CCC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value_1) == 0x000CD0, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000CE8, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Color) == 0x000CEC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Color' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_ColorIndex) == 0x000CFC, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_ColorIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_MakeStruct_CharacterCustomizationMaskData_21) == 0x000D00, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_MakeStruct_CharacterCustomizationMaskData_21' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_IsHold) == 0x000D20, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_AsGamepad_Interface_5) == 0x000D28, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_AsGamepad_Interface_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_DynamicCast_bSuccess_7) == 0x000D38, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Index) == 0x000D3C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CustomEvent_Value) == 0x000D40, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_CreateDelegate_OutputDelegate_62) == 0x000D58, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_CreateDelegate_OutputDelegate_62' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000D68, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_ComponentBoundEvent_ItemIndex) == 0x000D6C, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, Temp_byte_Variable_11) == 0x000D70, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_Array_Get_Item_4) == 0x000D78, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000D80, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000D81, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase, K2Node_Select_Default_5) == 0x000D82, "Member 'MainMenuV2_CharacterBase_C_ExecuteUbergraph_MainMenuV2_CharacterBase::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_CharacterBase_C \ static_assert(alignof(UMainMenuV2_CharacterBase_C) == 0x000008, "Wrong alignment on UMainMenuV2_CharacterBase_C"); \ static_assert(sizeof(UMainMenuV2_CharacterBase_C) == 0x0005B0, "Wrong size on UMainMenuV2_CharacterBase_C"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_CharacterBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Back) == 0x000268, "Member 'UMainMenuV2_CharacterBase_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Button_Back) == 0x000270, "Member 'UMainMenuV2_CharacterBase_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Button_SelectNextPage) == 0x000278, "Member 'UMainMenuV2_CharacterBase_C::Button_SelectNextPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Button_SelectPreviousPage) == 0x000280, "Member 'UMainMenuV2_CharacterBase_C::Button_SelectPreviousPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ButtonRandomizeAll) == 0x000288, "Member 'UMainMenuV2_CharacterBase_C::ButtonRandomizeAll' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ButtonSetDefaultFace) == 0x000290, "Member 'UMainMenuV2_CharacterBase_C::ButtonSetDefaultFace' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, CentralOverlay) == 0x000298, "Member 'UMainMenuV2_CharacterBase_C::CentralOverlay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_BeardColor) == 0x0002A0, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_BeardColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_BrowsColor) == 0x0002A8, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_BrowsColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_Eyes) == 0x0002B0, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_Eyes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_EyesOutlineColor) == 0x0002B8, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_EyesOutlineColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_EyesShadowColor) == 0x0002C0, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_EyesShadowColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_HairColor) == 0x0002C8, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_HairColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_Lips) == 0x0002D0, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_Lips' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_MustacheColor) == 0x0002D8, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_MustacheColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ColorSelecter_OvertintColor) == 0x0002E0, "Member 'UMainMenuV2_CharacterBase_C::ColorSelecter_OvertintColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Beard) == 0x0002E8, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Beard' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Brows) == 0x0002F0, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Brows' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_EyesOutline) == 0x0002F8, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_EyesOutline' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_EyesShadow) == 0x000300, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_EyesShadow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Hair) == 0x000308, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Hair' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Hat) == 0x000310, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Hat' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Jacket) == 0x000318, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Jacket' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Lips) == 0x000320, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Lips' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Mustache) == 0x000328, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Mustache' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Overtint) == 0x000330, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Overtint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Pants) == 0x000338, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Pants' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, ComboBox_Scars) == 0x000340, "Member 'UMainMenuV2_CharacterBase_C::ComboBox_Scars' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, CurrentPageText) == 0x000348, "Member 'UMainMenuV2_CharacterBase_C::CurrentPageText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Gamepad_Navigate) == 0x000350, "Member 'UMainMenuV2_CharacterBase_C::Gamepad_Navigate' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Gamepad_NextPage) == 0x000358, "Member 'UMainMenuV2_CharacterBase_C::Gamepad_NextPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Gamepad_PrevPage) == 0x000360, "Member 'UMainMenuV2_CharacterBase_C::Gamepad_PrevPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Gamepad_RotateHead) == 0x000368, "Member 'UMainMenuV2_CharacterBase_C::Gamepad_RotateHead' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, NickName) == 0x000370, "Member 'UMainMenuV2_CharacterBase_C::NickName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, PageText) == 0x000378, "Member 'UMainMenuV2_CharacterBase_C::PageText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, PC_NextPage) == 0x000380, "Member 'UMainMenuV2_CharacterBase_C::PC_NextPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, PC_PrevPage) == 0x000388, "Member 'UMainMenuV2_CharacterBase_C::PC_PrevPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, RotateBox) == 0x000390, "Member 'UMainMenuV2_CharacterBase_C::RotateBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, RotateFaceSlider) == 0x000398, "Member 'UMainMenuV2_CharacterBase_C::RotateFaceSlider' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, SettingsMenu) == 0x0003A0, "Member 'UMainMenuV2_CharacterBase_C::SettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_Age) == 0x0003A8, "Member 'UMainMenuV2_CharacterBase_C::Slider_Age' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_BodyType) == 0x0003B0, "Member 'UMainMenuV2_CharacterBase_C::Slider_BodyType' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_BrowsCenterHeight) == 0x0003B8, "Member 'UMainMenuV2_CharacterBase_C::Slider_BrowsCenterHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_BrowsHeight) == 0x0003C0, "Member 'UMainMenuV2_CharacterBase_C::Slider_BrowsHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_BrowsSideHeight) == 0x0003C8, "Member 'UMainMenuV2_CharacterBase_C::Slider_BrowsSideHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_CheekboneHeight) == 0x0003D0, "Member 'UMainMenuV2_CharacterBase_C::Slider_CheekboneHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_CheekboneThickness) == 0x0003D8, "Member 'UMainMenuV2_CharacterBase_C::Slider_CheekboneThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_CheekHeight) == 0x0003E0, "Member 'UMainMenuV2_CharacterBase_C::Slider_CheekHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_ChinHeight) == 0x0003E8, "Member 'UMainMenuV2_CharacterBase_C::Slider_ChinHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_ChinThickness) == 0x0003F0, "Member 'UMainMenuV2_CharacterBase_C::Slider_ChinThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_ChinWidth) == 0x0003F8, "Member 'UMainMenuV2_CharacterBase_C::Slider_ChinWidth' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EarsHeight) == 0x000400, "Member 'UMainMenuV2_CharacterBase_C::Slider_EarsHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EarsMiddleWidth) == 0x000408, "Member 'UMainMenuV2_CharacterBase_C::Slider_EarsMiddleWidth' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesBallBrightness) == 0x000410, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesBallBrightness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesBrightness) == 0x000418, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesBrightness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesDamage) == 0x000420, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesDamage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesDensity) == 0x000428, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesDensity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesDepth) == 0x000430, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesDepth' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesHeight) == 0x000438, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesOutlineOpacity) == 0x000440, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesOutlineOpacity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesShadowOpacity) == 0x000448, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesShadowOpacity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_EyesThickness) == 0x000450, "Member 'UMainMenuV2_CharacterBase_C::Slider_EyesThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_ForeheadHeight) == 0x000458, "Member 'UMainMenuV2_CharacterBase_C::Slider_ForeheadHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_ForeheadWidth) == 0x000460, "Member 'UMainMenuV2_CharacterBase_C::Slider_ForeheadWidth' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_HeadHeight) == 0x000468, "Member 'UMainMenuV2_CharacterBase_C::Slider_HeadHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_JawHeight) == 0x000470, "Member 'UMainMenuV2_CharacterBase_C::Slider_JawHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_JawThickness) == 0x000478, "Member 'UMainMenuV2_CharacterBase_C::Slider_JawThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_JawWidth) == 0x000480, "Member 'UMainMenuV2_CharacterBase_C::Slider_JawWidth' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_LipsOpacity) == 0x000488, "Member 'UMainMenuV2_CharacterBase_C::Slider_LipsOpacity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_LipsShine) == 0x000490, "Member 'UMainMenuV2_CharacterBase_C::Slider_LipsShine' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NoseBridgeLength) == 0x000498, "Member 'UMainMenuV2_CharacterBase_C::Slider_NoseBridgeLength' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NoseBridgeThickness) == 0x0004A0, "Member 'UMainMenuV2_CharacterBase_C::Slider_NoseBridgeThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NoseHeight) == 0x0004A8, "Member 'UMainMenuV2_CharacterBase_C::Slider_NoseHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NoseLength) == 0x0004B0, "Member 'UMainMenuV2_CharacterBase_C::Slider_NoseLength' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NoseThickness) == 0x0004B8, "Member 'UMainMenuV2_CharacterBase_C::Slider_NoseThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_NostrilsHeight) == 0x0004C0, "Member 'UMainMenuV2_CharacterBase_C::Slider_NostrilsHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_OvertintOpacity) == 0x0004C8, "Member 'UMainMenuV2_CharacterBase_C::Slider_OvertintOpacity' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_SkinTone) == 0x0004D0, "Member 'UMainMenuV2_CharacterBase_C::Slider_SkinTone' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_TempleHeight) == 0x0004D8, "Member 'UMainMenuV2_CharacterBase_C::Slider_TempleHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_TempleThickness) == 0x0004E0, "Member 'UMainMenuV2_CharacterBase_C::Slider_TempleThickness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Slider_TipNoseHeight) == 0x0004E8, "Member 'UMainMenuV2_CharacterBase_C::Slider_TipNoseHeight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Switcher_Body) == 0x0004F0, "Member 'UMainMenuV2_CharacterBase_C::Switcher_Body' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Switcher_General) == 0x0004F8, "Member 'UMainMenuV2_CharacterBase_C::Switcher_General' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Switcher_Head) == 0x000500, "Member 'UMainMenuV2_CharacterBase_C::Switcher_Head' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, TextChangePage) == 0x000508, "Member 'UMainMenuV2_CharacterBase_C::TextChangePage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Thumler_Gender) == 0x000510, "Member 'UMainMenuV2_CharacterBase_C::Thumler_Gender' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, TotalPagesText) == 0x000518, "Member 'UMainMenuV2_CharacterBase_C::TotalPagesText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, SwitchersArray) == 0x000520, "Member 'UMainMenuV2_CharacterBase_C::SwitchersArray' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, CurrentSwicher) == 0x000530, "Member 'UMainMenuV2_CharacterBase_C::CurrentSwicher' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Character) == 0x000538, "Member 'UMainMenuV2_CharacterBase_C::Character' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, PlayerController) == 0x000540, "Member 'UMainMenuV2_CharacterBase_C::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, Value) == 0x000548, "Member 'UMainMenuV2_CharacterBase_C::Value' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, IsFaceShowNow) == 0x000550, "Member 'UMainMenuV2_CharacterBase_C::IsFaceShowNow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, GamepadController) == 0x000558, "Member 'UMainMenuV2_CharacterBase_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, CurrentCatIndex) == 0x000560, "Member 'UMainMenuV2_CharacterBase_C::CurrentCatIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, RotateHead_StepValue) == 0x000564, "Member 'UMainMenuV2_CharacterBase_C::RotateHead_StepValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, CurrentWidgetsInFocus) == 0x000568, "Member 'UMainMenuV2_CharacterBase_C::CurrentWidgetsInFocus' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, IsGamepadNOW) == 0x000578, "Member 'UMainMenuV2_CharacterBase_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, OnShowFace) == 0x000580, "Member 'UMainMenuV2_CharacterBase_C::OnShowFace' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, OnCloseFace) == 0x000590, "Member 'UMainMenuV2_CharacterBase_C::OnCloseFace' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_CharacterBase_C, OnHideCharacter) == 0x0005A0, "Member 'UMainMenuV2_CharacterBase_C::OnHideCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn \ static_assert(alignof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn) == 0x000008, "Wrong alignment on BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn"); \ static_assert(sizeof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn) == 0x0000C0, "Wrong size on BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, EntryPoint) == 0x000000, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_GetMoveStatus_ReturnValue) == 0x000020, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_GetVelocity_ReturnValue) == 0x000024, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000034, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000040, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_MoveToLocation_ReturnValue) == 0x00004C, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, K2Node_SwitchEnum_CmpSuccess) == 0x00004D, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, Temp_bool_IsClosed_Variable) == 0x00004E, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_GetOwningPawn_ReturnValue) == 0x000050, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, K2Node_Event_DeltaTime) == 0x000058, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_IsLocallyControlled_ReturnValue) == 0x00005C, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_RInterpTo_Constant_ReturnValue) == 0x000060, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_RInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00006C, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, Temp_bool_Has_Been_Initd_Variable) == 0x00006D, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_RandomFloatInRange_ReturnValue) == 0x000070, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_IsPlaying_ReturnValue) == 0x000080, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_ShouldHappen_ReturnValue) == 0x000081, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Greater_IntInt_ReturnValue) == 0x000088, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Subtract_IntInt_ReturnValue) == 0x00008C, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_RandomInteger_ReturnValue) == 0x000090, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_Array_Get_Item) == 0x000098, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000A0, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000A8, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000AC, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BaseAction_PatrolAroundSpawn_C_ExecuteUbergraph_BaseAction_PatrolAroundSpawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PatrolAroundSpawn_C_Tick \ static_assert(alignof(BaseAction_PatrolAroundSpawn_C_Tick) == 0x000004, "Wrong alignment on BaseAction_PatrolAroundSpawn_C_Tick"); \ static_assert(sizeof(BaseAction_PatrolAroundSpawn_C_Tick) == 0x000004, "Wrong size on BaseAction_PatrolAroundSpawn_C_Tick"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_Tick, DeltaTime) == 0x000000, "Member 'BaseAction_PatrolAroundSpawn_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PatrolAroundSpawn_C_QueryGoalLocation \ static_assert(alignof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation) == 0x000008, "Wrong alignment on BaseAction_PatrolAroundSpawn_C_QueryGoalLocation"); \ static_assert(sizeof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation) == 0x000060, "Wrong size on BaseAction_PatrolAroundSpawn_C_QueryGoalLocation"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, K2Node_MakeStruct_EnvNamedValue) == 0x000014, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, K2Node_MakeStruct_EnvNamedValue_1) == 0x000024, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, K2Node_MakeStruct_EnvNamedValue_2) == 0x000034, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::K2Node_MakeStruct_EnvNamedValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000048, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_QueryGoalLocation, K2Node_MakeArray_Array) == 0x000050, "Member 'BaseAction_PatrolAroundSpawn_C_QueryGoalLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PatrolAroundSpawn_C_ResultFunc \ static_assert(alignof(BaseAction_PatrolAroundSpawn_C_ResultFunc) == 0x000004, "Wrong alignment on BaseAction_PatrolAroundSpawn_C_ResultFunc"); \ static_assert(sizeof(BaseAction_PatrolAroundSpawn_C_ResultFunc) == 0x000008, "Wrong size on BaseAction_PatrolAroundSpawn_C_ResultFunc"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ResultFunc, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BaseAction_PatrolAroundSpawn_C_ResultFunc::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PatrolAroundSpawn_C_ResultFunc, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BaseAction_PatrolAroundSpawn_C_ResultFunc::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_PatrolAroundSpawn_C \ static_assert(alignof(UBaseAction_PatrolAroundSpawn_C) == 0x000008, "Wrong alignment on UBaseAction_PatrolAroundSpawn_C"); \ static_assert(sizeof(UBaseAction_PatrolAroundSpawn_C) == 0x0000D0, "Wrong size on UBaseAction_PatrolAroundSpawn_C"); \ static_assert(offsetof(UBaseAction_PatrolAroundSpawn_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_PatrolAroundSpawn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_PatrolAroundSpawn_C, CurrentGoalLocation) == 0x0000C0, "Member 'UBaseAction_PatrolAroundSpawn_C::CurrentGoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BedWorkerName_C_ExecuteUbergraph_BedWorkerName \ static_assert(alignof(BedWorkerName_C_ExecuteUbergraph_BedWorkerName) == 0x000008, "Wrong alignment on BedWorkerName_C_ExecuteUbergraph_BedWorkerName"); \ static_assert(sizeof(BedWorkerName_C_ExecuteUbergraph_BedWorkerName) == 0x000020, "Wrong size on BedWorkerName_C_ExecuteUbergraph_BedWorkerName"); \ static_assert(offsetof(BedWorkerName_C_ExecuteUbergraph_BedWorkerName, EntryPoint) == 0x000000, "Member 'BedWorkerName_C_ExecuteUbergraph_BedWorkerName::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BedWorkerName_C_ExecuteUbergraph_BedWorkerName, K2Node_CustomEvent_Name) == 0x000008, "Member 'BedWorkerName_C_ExecuteUbergraph_BedWorkerName::K2Node_CustomEvent_Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BedWorkerName_C_SetName \ static_assert(alignof(BedWorkerName_C_SetName) == 0x000008, "Wrong alignment on BedWorkerName_C_SetName"); \ static_assert(sizeof(BedWorkerName_C_SetName) == 0x000018, "Wrong size on BedWorkerName_C_SetName"); \ static_assert(offsetof(BedWorkerName_C_SetName, Param_Name_0) == 0x000000, "Member 'BedWorkerName_C_SetName::Param_Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBedWorkerName_C \ static_assert(alignof(UBedWorkerName_C) == 0x000008, "Wrong alignment on UBedWorkerName_C"); \ static_assert(sizeof(UBedWorkerName_C) == 0x000270, "Wrong size on UBedWorkerName_C"); \ static_assert(offsetof(UBedWorkerName_C, UberGraphFrame) == 0x000260, "Member 'UBedWorkerName_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBedWorkerName_C, Name_0) == 0x000268, "Member 'UBedWorkerName_C::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_RofleemoData \ static_assert(alignof(FS_RofleemoData) == 0x000008, "Wrong alignment on FS_RofleemoData"); \ static_assert(sizeof(FS_RofleemoData) == 0x000050, "Wrong size on FS_RofleemoData"); \ static_assert(offsetof(FS_RofleemoData, Names_12_A2C7D6754445619A01B3E9A5E179E6B6) == 0x000000, "Member 'FS_RofleemoData::Names_12_A2C7D6754445619A01B3E9A5E179E6B6' has a wrong offset!"); \ static_assert(offsetof(FS_RofleemoData, HeadMaterials_6_2DDFF4774C1B9C5B6D0234BABC749CCD) == 0x000010, "Member 'FS_RofleemoData::HeadMaterials_6_2DDFF4774C1B9C5B6D0234BABC749CCD' has a wrong offset!"); \ static_assert(offsetof(FS_RofleemoData, BodyMaterials_9_AE836D9A449021C6958A43B0DD9968BB) == 0x000020, "Member 'FS_RofleemoData::BodyMaterials_9_AE836D9A449021C6958A43B0DD9968BB' has a wrong offset!"); \ static_assert(offsetof(FS_RofleemoData, RofleemoSpecializations_17_BACEC4A848088F8EA54D5CBA943E6410) == 0x000030, "Member 'FS_RofleemoData::RofleemoSpecializations_17_BACEC4A848088F8EA54D5CBA943E6410' has a wrong offset!"); \ static_assert(offsetof(FS_RofleemoData, RofleemoCaps_20_F49BDADE413317CCB9D88B986DC8BF59) == 0x000040, "Member 'FS_RofleemoData::RofleemoCaps_20_F49BDADE413317CCB9D88B986DC8BF59' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher \ static_assert(alignof(TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher) == 0x000004, "Wrong alignment on TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher"); \ static_assert(sizeof(TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher) == 0x000004, "Wrong size on TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher"); \ static_assert(offsetof(TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher, EntryPoint) == 0x000000, "Member 'TeleportationPointAttacher_C_ExecuteUbergraph_TeleportationPointAttacher::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATeleportationPointAttacher_C \ static_assert(alignof(ATeleportationPointAttacher_C) == 0x000008, "Wrong alignment on ATeleportationPointAttacher_C"); \ static_assert(sizeof(ATeleportationPointAttacher_C) == 0x000230, "Wrong size on ATeleportationPointAttacher_C"); \ static_assert(offsetof(ATeleportationPointAttacher_C, UberGraphFrame) == 0x000228, "Member 'ATeleportationPointAttacher_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainBuilderWidget_C_GetTrainBuilderBuildMode \ static_assert(alignof(TrainBuilderWidget_C_GetTrainBuilderBuildMode) == 0x000001, "Wrong alignment on TrainBuilderWidget_C_GetTrainBuilderBuildMode"); \ static_assert(sizeof(TrainBuilderWidget_C_GetTrainBuilderBuildMode) == 0x000001, "Wrong size on TrainBuilderWidget_C_GetTrainBuilderBuildMode"); \ static_assert(offsetof(TrainBuilderWidget_C_GetTrainBuilderBuildMode, bIsBuildMode) == 0x000000, "Member 'TrainBuilderWidget_C_GetTrainBuilderBuildMode::bIsBuildMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainBuilderWidget_C_GetTrainBuilderVisible \ static_assert(alignof(TrainBuilderWidget_C_GetTrainBuilderVisible) == 0x000001, "Wrong alignment on TrainBuilderWidget_C_GetTrainBuilderVisible"); \ static_assert(sizeof(TrainBuilderWidget_C_GetTrainBuilderVisible) == 0x000001, "Wrong size on TrainBuilderWidget_C_GetTrainBuilderVisible"); \ static_assert(offsetof(TrainBuilderWidget_C_GetTrainBuilderVisible, bIsBuilderVisible) == 0x000000, "Member 'TrainBuilderWidget_C_GetTrainBuilderVisible::bIsBuilderVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITrainBuilderWidget_C \ static_assert(alignof(ITrainBuilderWidget_C) == 0x000001, "Wrong alignment on ITrainBuilderWidget_C"); \ static_assert(sizeof(ITrainBuilderWidget_C) == 0x000001, "Wrong size on ITrainBuilderWidget_C"); \ #define DUMPER7_ASSERTS_StarterRevolver_C_PlayEquipMontage \ static_assert(alignof(StarterRevolver_C_PlayEquipMontage) == 0x000008, "Wrong alignment on StarterRevolver_C_PlayEquipMontage"); \ static_assert(sizeof(StarterRevolver_C_PlayEquipMontage) == 0x000030, "Wrong size on StarterRevolver_C_PlayEquipMontage"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, ReturnValue) == 0x000000, "Member 'StarterRevolver_C_PlayEquipMontage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'StarterRevolver_C_PlayEquipMontage::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, CallFunc_PlayEquipMontage_ReturnValue) == 0x000010, "Member 'StarterRevolver_C_PlayEquipMontage::CallFunc_PlayEquipMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'StarterRevolver_C_PlayEquipMontage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'StarterRevolver_C_PlayEquipMontage::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'StarterRevolver_C_PlayEquipMontage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, CallFunc_PlayItemAnimMontage_ReturnValue) == 0x000024, "Member 'StarterRevolver_C_PlayEquipMontage::CallFunc_PlayItemAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StarterRevolver_C_PlayEquipMontage, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000028, "Member 'StarterRevolver_C_PlayEquipMontage::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStarterRevolver_C \ static_assert(alignof(AStarterRevolver_C) == 0x000010, "Wrong alignment on AStarterRevolver_C"); \ static_assert(sizeof(AStarterRevolver_C) == 0x001210, "Wrong size on AStarterRevolver_C"); \ #define DUMPER7_ASSERTS_UDamageType_Exhaustion_C \ static_assert(alignof(UDamageType_Exhaustion_C) == 0x000008, "Wrong alignment on UDamageType_Exhaustion_C"); \ static_assert(sizeof(UDamageType_Exhaustion_C) == 0x000058, "Wrong size on UDamageType_Exhaustion_C"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced \ static_assert(alignof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced) == 0x000008, "Wrong alignment on Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced"); \ static_assert(sizeof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced) == 0x0003C8, "Wrong size on Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, EntryPoint) == 0x000000, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_7) == 0x000004, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_6) == 0x00000C, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_5) == 0x000024, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_name_Variable) == 0x00003C, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_byte_Variable) == 0x000044, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable) == 0x000048, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_1) == 0x000050, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_2) == 0x000058, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_3) == 0x000060, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_4) == 0x000068, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_5) == 0x000070, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_6) == 0x000078, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_7) == 0x000080, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_8) == 0x000088, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_9) == 0x000090, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_10) == 0x000098, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_11) == 0x0000A0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_bool_Variable) == 0x0000A8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_byte_Variable_1) == 0x0000A9, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default) == 0x0000B0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_12) == 0x0000B8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_13) == 0x0000C0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_14) == 0x0000C8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_15) == 0x0000D0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_16) == 0x0000D8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_17) == 0x0000E0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_18) == 0x0000E8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_19) == 0x0000F0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_20) == 0x0000F8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_21) == 0x000100, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_22) == 0x000108, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_23) == 0x000110, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_1) == 0x000118, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_2) == 0x000120, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_4) == 0x000130, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_3) == 0x000138, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_3) == 0x000140, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_2) == 0x000150, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_4) == 0x000158, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_1) == 0x000168, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_5) == 0x000170, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName) == 0x000180, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_6) == 0x000188, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_name_Variable_1) == 0x000198, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_byte_Variable_2) == 0x0001A0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_24) == 0x0001A8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_25) == 0x0001B0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_26) == 0x0001B8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_27) == 0x0001C0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_28) == 0x0001C8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_29) == 0x0001D0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_30) == 0x0001D8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_31) == 0x0001E0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_32) == 0x0001E8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_33) == 0x0001F0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_34) == 0x0001F8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_35) == 0x000200, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_bool_Variable_1) == 0x000208, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_byte_Variable_3) == 0x000209, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_36) == 0x000210, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_36' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_37) == 0x000218, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_37' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_38) == 0x000220, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_38' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_39) == 0x000228, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_39' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_40) == 0x000230, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_40' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_41) == 0x000238, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_41' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_42) == 0x000240, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_42' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_43) == 0x000248, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_43' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_44) == 0x000250, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_44' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_45) == 0x000258, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_45' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_46) == 0x000260, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_46' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_object_Variable_47) == 0x000268, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_object_Variable_47' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_bool_Variable_2) == 0x000270, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, Temp_bool_Variable_3) == 0x000271, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue) == 0x000278, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000280, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_AsThird_Person_Character) == 0x000288, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_bSuccess) == 0x000290, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsValid_ReturnValue) == 0x000291, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_Not_PreBool_ReturnValue) == 0x000292, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_Not_PreBool_ReturnValue_1) == 0x000293, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_2) == 0x000298, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_BooleanAND_ReturnValue) == 0x0002A0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_BooleanAND_ReturnValue_1) == 0x0002A1, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_3) == 0x0002A8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_9) == 0x0002B0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002B8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Event_DeltaTime) == 0x0002C8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0002D0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0002D8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0002E0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsValid_ReturnValue_1) == 0x0002E8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x0002F0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_bSuccess_1) == 0x0002F8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000300, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetController_ReturnValue) == 0x000308, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsLocalController_ReturnValue) == 0x000310, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_8) == 0x000314, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_BooleanAND_ReturnValue_2) == 0x000324, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_4) == 0x000328, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_5) == 0x000330, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000338, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000340, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetController_ReturnValue_1) == 0x000348, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsLocalController_ReturnValue_1) == 0x000350, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsLocalController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_6) == 0x000358, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsValid_ReturnValue_2) == 0x000360, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CustomEvent_NotifyName_8) == 0x000364, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_7) == 0x000370, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_CreateDelegate_OutputDelegate_9) == 0x000378, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_AsThird_Person_Character_2) == 0x000388, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_AsThird_Person_Character_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_bSuccess_2) == 0x000390, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_BooleanAND_ReturnValue_3) == 0x000391, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_GetOwningPawn_ReturnValue_8) == 0x000398, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_GetOwningPawn_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_Select_Default_7) == 0x0003A0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0003A8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, K2Node_DynamicCast_bSuccess_3) == 0x0003B0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0003B8, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_CanUseRope_ReturnValue) == 0x0003C0, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_CanUseRope_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003C1, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsValid_ReturnValue_3) == 0x0003C2, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced, CallFunc_IsValid_ReturnValue_4) == 0x0003C3, "Member 'Action_UseRope_Advanced_C_ExecuteUbergraph_Action_UseRope_Advanced::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_Tick \ static_assert(alignof(Action_UseRope_Advanced_C_Tick) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_Tick"); \ static_assert(sizeof(Action_UseRope_Advanced_C_Tick) == 0x000004, "Wrong size on Action_UseRope_Advanced_C_Tick"); \ static_assert(offsetof(Action_UseRope_Advanced_C_Tick, DeltaTime) == 0x000000, "Member 'Action_UseRope_Advanced_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935 \ static_assert(alignof(Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnCompleted_7D1EE8AF4224EA36C798AB86FF919935::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935 \ static_assert(alignof(Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnBlendOut_7D1EE8AF4224EA36C798AB86FF919935::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935 \ static_assert(alignof(Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnInterrupted_7D1EE8AF4224EA36C798AB86FF919935::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935 \ static_assert(alignof(Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnNotifyBegin_7D1EE8AF4224EA36C798AB86FF919935::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935 \ static_assert(alignof(Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnNotifyEnd_7D1EE8AF4224EA36C798AB86FF919935::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913 \ static_assert(alignof(Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnCompleted_D377A2624C4FD67201C0BFA2826CE913::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913 \ static_assert(alignof(Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnBlendOut_D377A2624C4FD67201C0BFA2826CE913::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913 \ static_assert(alignof(Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnInterrupted_D377A2624C4FD67201C0BFA2826CE913::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913 \ static_assert(alignof(Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnNotifyBegin_D377A2624C4FD67201C0BFA2826CE913::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913 \ static_assert(alignof(Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913) == 0x000004, "Wrong alignment on Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(sizeof(Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913) == 0x000008, "Wrong size on Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913"); \ static_assert(offsetof(Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913, NotifyName) == 0x000000, "Member 'Action_UseRope_Advanced_C_OnNotifyEnd_D377A2624C4FD67201C0BFA2826CE913::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UseRope_Advanced_C \ static_assert(alignof(UAction_UseRope_Advanced_C) == 0x000008, "Wrong alignment on UAction_UseRope_Advanced_C"); \ static_assert(sizeof(UAction_UseRope_Advanced_C) == 0x000068, "Wrong size on UAction_UseRope_Advanced_C"); \ static_assert(offsetof(UAction_UseRope_Advanced_C, UberGraphFrame) == 0x000050, "Member 'UAction_UseRope_Advanced_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_UseRope_Advanced_C, WeaponType) == 0x000058, "Member 'UAction_UseRope_Advanced_C::WeaponType' has a wrong offset!"); \ static_assert(offsetof(UAction_UseRope_Advanced_C, Montage_to_Play) == 0x000060, "Member 'UAction_UseRope_Advanced_C::Montage_to_Play' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade \ static_assert(alignof(BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade"); \ static_assert(sizeof(BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade) == 0x000004, "Wrong size on BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade"); \ static_assert(offsetof(BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_Grenade_C_ExecuteUbergraph_BP_TrailEffectComponent_Grenade::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_Grenade_C \ static_assert(alignof(ABP_TrailEffectComponent_Grenade_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_Grenade_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_Grenade_C) == 0x000248, "Wrong size on ABP_TrailEffectComponent_Grenade_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_Grenade_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_Grenade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Grenade_C, Trail_effect) == 0x000228, "Member 'ABP_TrailEffectComponent_Grenade_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Grenade_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_TrailEffectComponent_Grenade_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Grenade_C, EndPositionBeam) == 0x000238, "Member 'ABP_TrailEffectComponent_Grenade_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRevolver_C_GetItemSelection \ static_assert(alignof(GenericRevolver_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericRevolver_C_GetItemSelection"); \ static_assert(sizeof(GenericRevolver_C_GetItemSelection) == 0x000140, "Wrong size on GenericRevolver_C_GetItemSelection"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericRevolver_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, Player) == 0x000088, "Member 'GenericRevolver_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericRevolver_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericRevolver_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericRevolver_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_GetObjectClass_ReturnValue) == 0x000130, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_CanAdd_ReturnValue) == 0x000138, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_CanAdd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRevolver_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000139, "Member 'GenericRevolver_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRevolver_C_GetItemDurability \ static_assert(alignof(GenericRevolver_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericRevolver_C_GetItemDurability"); \ static_assert(sizeof(GenericRevolver_C_GetItemDurability) == 0x000018, "Wrong size on GenericRevolver_C_GetItemDurability"); \ static_assert(offsetof(GenericRevolver_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericRevolver_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericRevolver_C \ static_assert(alignof(AGenericRevolver_C) == 0x000010, "Wrong alignment on AGenericRevolver_C"); \ static_assert(sizeof(AGenericRevolver_C) == 0x001210, "Wrong size on AGenericRevolver_C"); \ #define DUMPER7_ASSERTS_UHappinessMod_Dirty_C \ static_assert(alignof(UHappinessMod_Dirty_C) == 0x000008, "Wrong alignment on UHappinessMod_Dirty_C"); \ static_assert(sizeof(UHappinessMod_Dirty_C) == 0x000118, "Wrong size on UHappinessMod_Dirty_C"); \ #define DUMPER7_ASSERTS_HookWinchActor_C_ExecuteUbergraph_HookWinchActor \ static_assert(alignof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor) == 0x000008, "Wrong alignment on HookWinchActor_C_ExecuteUbergraph_HookWinchActor"); \ static_assert(sizeof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor) == 0x000028, "Wrong size on HookWinchActor_C_ExecuteUbergraph_HookWinchActor"); \ static_assert(offsetof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor, EntryPoint) == 0x000000, "Member 'HookWinchActor_C_ExecuteUbergraph_HookWinchActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HookWinchActor_C_ExecuteUbergraph_HookWinchActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'HookWinchActor_C_ExecuteUbergraph_HookWinchActor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor, K2Node_ComponentBoundEvent_NewSignificance) == 0x000020, "Member 'HookWinchActor_C_ExecuteUbergraph_HookWinchActor::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_C_ExecuteUbergraph_HookWinchActor, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'HookWinchActor_C_ExecuteUbergraph_HookWinchActor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'HookWinchActor_C_BndEvt__HookWinchActor_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHookWinchActor_C \ static_assert(alignof(AHookWinchActor_C) == 0x000008, "Wrong alignment on AHookWinchActor_C"); \ static_assert(sizeof(AHookWinchActor_C) == 0x000278, "Wrong size on AHookWinchActor_C"); \ static_assert(offsetof(AHookWinchActor_C, UberGraphFrame) == 0x000250, "Member 'AHookWinchActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_C, FGSignificance) == 0x000258, "Member 'AHookWinchActor_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_C, Ring) == 0x000260, "Member 'AHookWinchActor_C::Ring' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_C, Sphere) == 0x000268, "Member 'AHookWinchActor_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_C, DecreaseSignificanceWait) == 0x000270, "Member 'AHookWinchActor_C::DecreaseSignificanceWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenericFuelSlot_C \ static_assert(alignof(UGenericFuelSlot_C) == 0x000008, "Wrong alignment on UGenericFuelSlot_C"); \ static_assert(sizeof(UGenericFuelSlot_C) == 0x000058, "Wrong size on UGenericFuelSlot_C"); \ #define DUMPER7_ASSERTS_UFuelSlot_ServiceWater_C \ static_assert(alignof(UFuelSlot_ServiceWater_C) == 0x000008, "Wrong alignment on UFuelSlot_ServiceWater_C"); \ static_assert(sizeof(UFuelSlot_ServiceWater_C) == 0x000058, "Wrong size on UFuelSlot_ServiceWater_C"); \ #define DUMPER7_ASSERTS_ARofleemoTP_HardworkActivity_C \ static_assert(alignof(ARofleemoTP_HardworkActivity_C) == 0x000008, "Wrong alignment on ARofleemoTP_HardworkActivity_C"); \ static_assert(sizeof(ARofleemoTP_HardworkActivity_C) == 0x000240, "Wrong size on ARofleemoTP_HardworkActivity_C"); \ #define DUMPER7_ASSERTS_UFuelSlot_Flame_C \ static_assert(alignof(UFuelSlot_Flame_C) == 0x000008, "Wrong alignment on UFuelSlot_Flame_C"); \ static_assert(sizeof(UFuelSlot_Flame_C) == 0x000058, "Wrong size on UFuelSlot_Flame_C"); \ #define DUMPER7_ASSERTS_UFuelSlot_Electricity_C \ static_assert(alignof(UFuelSlot_Electricity_C) == 0x000008, "Wrong alignment on UFuelSlot_Electricity_C"); \ static_assert(sizeof(UFuelSlot_Electricity_C) == 0x000058, "Wrong size on UFuelSlot_Electricity_C"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon \ static_assert(alignof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon) == 0x000010, "Wrong alignment on BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon"); \ static_assert(sizeof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon) == 0x000110, "Wrong size on BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, EntryPoint) == 0x000000, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000018, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00001C, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_GetSocketLocation_ReturnValue) == 0x000028, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue) == 0x000070, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue_1) == 0x000071, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_SwitchEnum_CmpSuccess_1) == 0x000084, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_IsValid_ReturnValue) == 0x000085, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_CreateDelegate_OutputDelegate_2) == 0x000088, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue_2) == 0x000098, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue_3) == 0x00009A, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue_4) == 0x00009B, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000A8, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_IsValid_ReturnValue_2) == 0x0000BC, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_Vector_Distance_ReturnValue) == 0x0000CC, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_GetAIDirectorManager_ReturnValue) == 0x0000D8, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_IsValid_ReturnValue_3) == 0x0000E0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_GetModuleForAreaType_ReturnValue) == 0x0000E8, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_IsValid_ReturnValue_4) == 0x0000F0, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_DynamicCast_AsDirector_Area_Module_Chase) == 0x0000F8, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_DynamicCast_AsDirector_Area_Module_Chase' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon, CallFunc_HasAuthority_ReturnValue_5) == 0x000101, "Member 'BP_Harpoon_C_ExecuteUbergraph_BP_Harpoon::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_ReceiveTick \ static_assert(alignof(BP_Harpoon_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Harpoon_C_ReceiveTick"); \ static_assert(sizeof(BP_Harpoon_C_ReceiveTick) == 0x000004, "Wrong size on BP_Harpoon_C_ReceiveTick"); \ static_assert(offsetof(BP_Harpoon_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Harpoon_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_UserConstructionScript \ static_assert(alignof(BP_Harpoon_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_Harpoon_C_UserConstructionScript"); \ static_assert(sizeof(BP_Harpoon_C_UserConstructionScript) == 0x000001, "Wrong size on BP_Harpoon_C_UserConstructionScript"); \ static_assert(offsetof(BP_Harpoon_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Aim \ static_assert(alignof(BP_Harpoon_C_Aim) == 0x000004, "Wrong alignment on BP_Harpoon_C_Aim"); \ static_assert(sizeof(BP_Harpoon_C_Aim) == 0x00006C, "Wrong size on BP_Harpoon_C_Aim"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_Aim::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_GetActorForwardVector_ReturnValue) == 0x00000C, "Member 'BP_Harpoon_C_Aim::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000018, "Member 'BP_Harpoon_C_Aim::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_GetSocketLocation_ReturnValue) == 0x000024, "Member 'BP_Harpoon_C_Aim::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_FindLookAtRotation_ReturnValue) == 0x000030, "Member 'BP_Harpoon_C_Aim::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'BP_Harpoon_C_Aim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000040, "Member 'BP_Harpoon_C_Aim::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_BreakRotator_Roll) == 0x00004C, "Member 'BP_Harpoon_C_Aim::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_BreakRotator_Pitch) == 0x000050, "Member 'BP_Harpoon_C_Aim::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_BreakRotator_Yaw) == 0x000054, "Member 'BP_Harpoon_C_Aim::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_ClampAngle_ReturnValue) == 0x000058, "Member 'BP_Harpoon_C_Aim::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_ClampAngle_ReturnValue_1) == 0x00005C, "Member 'BP_Harpoon_C_Aim::CallFunc_ClampAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Aim, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_Harpoon_C_Aim::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Fire \ static_assert(alignof(BP_Harpoon_C_Fire) == 0x000008, "Wrong alignment on BP_Harpoon_C_Fire"); \ static_assert(sizeof(BP_Harpoon_C_Fire) == 0x000018, "Wrong size on BP_Harpoon_C_Fire"); \ static_assert(offsetof(BP_Harpoon_C_Fire, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_Fire::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Fire, CallFunc_IsEnabled_Result) == 0x000001, "Member 'BP_Harpoon_C_Fire::CallFunc_IsEnabled_Result' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Fire, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_Fire::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Fire, CallFunc_Montage_Play_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_Fire::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Fire, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_Harpoon_C_Fire::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Set_Target \ static_assert(alignof(BP_Harpoon_C_Set_Target) == 0x000008, "Wrong alignment on BP_Harpoon_C_Set_Target"); \ static_assert(sizeof(BP_Harpoon_C_Set_Target) == 0x000010, "Wrong size on BP_Harpoon_C_Set_Target"); \ static_assert(offsetof(BP_Harpoon_C_Set_Target, NewTarget) == 0x000000, "Member 'BP_Harpoon_C_Set_Target::NewTarget' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Set_Target, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_Set_Target::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Unwind_Rope \ static_assert(alignof(BP_Harpoon_C_Unwind_Rope) == 0x000004, "Wrong alignment on BP_Harpoon_C_Unwind_Rope"); \ static_assert(sizeof(BP_Harpoon_C_Unwind_Rope) == 0x000014, "Wrong size on BP_Harpoon_C_Unwind_Rope"); \ static_assert(offsetof(BP_Harpoon_C_Unwind_Rope, DeltaSeconds) == 0x000000, "Member 'BP_Harpoon_C_Unwind_Rope::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Unwind_Rope, CallFunc_GetMaxSpeed_ReturnValue) == 0x000004, "Member 'BP_Harpoon_C_Unwind_Rope::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Unwind_Rope, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_Unwind_Rope::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Unwind_Rope, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'BP_Harpoon_C_Unwind_Rope::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Unwind_Rope, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_Unwind_Rope::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Wind_Rope \ static_assert(alignof(BP_Harpoon_C_Wind_Rope) == 0x000008, "Wrong alignment on BP_Harpoon_C_Wind_Rope"); \ static_assert(sizeof(BP_Harpoon_C_Wind_Rope) == 0x000038, "Wrong size on BP_Harpoon_C_Wind_Rope"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, DeltaSeconds) == 0x000000, "Member 'BP_Harpoon_C_Wind_Rope::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000010, "Member 'BP_Harpoon_C_Wind_Rope::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Harpoon_C_Wind_Rope::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_GetTrain_ReturnValue) == 0x000020, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_GetTrainSpeed_ReturnValue) == 0x00002C, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Wind_Rope, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000034, "Member 'BP_Harpoon_C_Wind_Rope::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Can_Fire \ static_assert(alignof(BP_Harpoon_C_Can_Fire) == 0x000004, "Wrong alignment on BP_Harpoon_C_Can_Fire"); \ static_assert(sizeof(BP_Harpoon_C_Can_Fire) == 0x000088, "Wrong size on BP_Harpoon_C_Can_Fire"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_Can_Fire::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_GetSocketLocation_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00001C, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_Square_ReturnValue) == 0x000020, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_Square_ReturnValue_1) == 0x000028, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_GetActorForwardVector_ReturnValue) == 0x00002C, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00003C, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000048, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000054, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_FindLookAtRotation_ReturnValue) == 0x000060, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x00006C, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_BreakRotator_Roll) == 0x000078, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_BreakRotator_Pitch) == 0x00007C, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_BreakRotator_Yaw) == 0x000080, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000084, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_BooleanAND_ReturnValue) == 0x000085, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Can_Fire, CallFunc_BooleanAND_ReturnValue_1) == 0x000086, "Member 'BP_Harpoon_C_Can_Fire::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Get_Stand_Location \ static_assert(alignof(BP_Harpoon_C_Get_Stand_Location) == 0x000004, "Wrong alignment on BP_Harpoon_C_Get_Stand_Location"); \ static_assert(sizeof(BP_Harpoon_C_Get_Stand_Location) == 0x000018, "Wrong size on BP_Harpoon_C_Get_Stand_Location"); \ static_assert(offsetof(BP_Harpoon_C_Get_Stand_Location, StandLocation) == 0x000000, "Member 'BP_Harpoon_C_Get_Stand_Location::StandLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Get_Stand_Location, CallFunc_GetSocketLocation_ReturnValue) == 0x00000C, "Member 'BP_Harpoon_C_Get_Stand_Location::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Need_Operator \ static_assert(alignof(BP_Harpoon_C_Need_Operator) == 0x000001, "Wrong alignment on BP_Harpoon_C_Need_Operator"); \ static_assert(sizeof(BP_Harpoon_C_Need_Operator) == 0x000004, "Wrong size on BP_Harpoon_C_Need_Operator"); \ static_assert(offsetof(BP_Harpoon_C_Need_Operator, bIsOperatorNeeded) == 0x000000, "Member 'BP_Harpoon_C_Need_Operator::bIsOperatorNeeded' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Need_Operator, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_Harpoon_C_Need_Operator::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Need_Operator, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_Harpoon_C_Need_Operator::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Need_Operator, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_Harpoon_C_Need_Operator::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Get_Hands_Locations \ static_assert(alignof(BP_Harpoon_C_Get_Hands_Locations) == 0x000004, "Wrong alignment on BP_Harpoon_C_Get_Hands_Locations"); \ static_assert(sizeof(BP_Harpoon_C_Get_Hands_Locations) == 0x000030, "Wrong size on BP_Harpoon_C_Get_Hands_Locations"); \ static_assert(offsetof(BP_Harpoon_C_Get_Hands_Locations, RightHandLocation) == 0x000000, "Member 'BP_Harpoon_C_Get_Hands_Locations::RightHandLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Get_Hands_Locations, LeftHandLocation) == 0x00000C, "Member 'BP_Harpoon_C_Get_Hands_Locations::LeftHandLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Get_Hands_Locations, CallFunc_GetSocketLocation_ReturnValue) == 0x000018, "Member 'BP_Harpoon_C_Get_Hands_Locations::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Get_Hands_Locations, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000024, "Member 'BP_Harpoon_C_Get_Hands_Locations::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_OnRep_State \ static_assert(alignof(BP_Harpoon_C_OnRep_State) == 0x000001, "Wrong alignment on BP_Harpoon_C_OnRep_State"); \ static_assert(sizeof(BP_Harpoon_C_OnRep_State) == 0x000001, "Wrong size on BP_Harpoon_C_OnRep_State"); \ static_assert(offsetof(BP_Harpoon_C_OnRep_State, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_Harpoon_C_OnRep_State::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_Update_Fixed_On_Target_State \ static_assert(alignof(BP_Harpoon_C_Update_Fixed_On_Target_State) == 0x000004, "Wrong alignment on BP_Harpoon_C_Update_Fixed_On_Target_State"); \ static_assert(sizeof(BP_Harpoon_C_Update_Fixed_On_Target_State) == 0x000038, "Wrong size on BP_Harpoon_C_Update_Fixed_On_Target_State"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_GetSocketLocation_ReturnValue) == 0x00001C, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000028, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_Square_ReturnValue) == 0x00002C, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, Temp_bool_Has_Been_Initd_Variable) == 0x000030, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000031, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, Temp_bool_IsClosed_Variable) == 0x000032, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_HasAuthority_ReturnValue) == 0x000033, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_Update_Fixed_On_Target_State, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000034, "Member 'BP_Harpoon_C_Update_Fixed_On_Target_State::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_OnHit \ static_assert(alignof(BP_Harpoon_C_OnHit) == 0x000008, "Wrong alignment on BP_Harpoon_C_OnHit"); \ static_assert(sizeof(BP_Harpoon_C_OnHit) == 0x000018, "Wrong size on BP_Harpoon_C_OnHit"); \ static_assert(offsetof(BP_Harpoon_C_OnHit, CallFunc_GetPlayerTrain_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_OnHit::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnHit, CallFunc_GetEngineComponent_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_OnHit::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnHit, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_OnHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnHit, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_Harpoon_C_OnHit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_OnDetach \ static_assert(alignof(BP_Harpoon_C_OnDetach) == 0x000008, "Wrong alignment on BP_Harpoon_C_OnDetach"); \ static_assert(sizeof(BP_Harpoon_C_OnDetach) == 0x000018, "Wrong size on BP_Harpoon_C_OnDetach"); \ static_assert(offsetof(BP_Harpoon_C_OnDetach, CallFunc_GetPlayerTrain_ReturnValue) == 0x000000, "Member 'BP_Harpoon_C_OnDetach::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnDetach, CallFunc_GetEngineComponent_ReturnValue) == 0x000008, "Member 'BP_Harpoon_C_OnDetach::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnDetach, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Harpoon_C_OnDetach::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_OnDetach, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_Harpoon_C_OnDetach::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Harpoon_C_IsEnabled \ static_assert(alignof(BP_Harpoon_C_IsEnabled) == 0x000001, "Wrong alignment on BP_Harpoon_C_IsEnabled"); \ static_assert(sizeof(BP_Harpoon_C_IsEnabled) == 0x000004, "Wrong size on BP_Harpoon_C_IsEnabled"); \ static_assert(offsetof(BP_Harpoon_C_IsEnabled, Result) == 0x000000, "Member 'BP_Harpoon_C_IsEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_IsEnabled, CallFunc_IsQuestChase_Result) == 0x000001, "Member 'BP_Harpoon_C_IsEnabled::CallFunc_IsQuestChase_Result' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_IsEnabled, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_Harpoon_C_IsEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Harpoon_C_IsEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_Harpoon_C_IsEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harpoon_C \ static_assert(alignof(ABP_Harpoon_C) == 0x000008, "Wrong alignment on ABP_Harpoon_C"); \ static_assert(sizeof(ABP_Harpoon_C) == 0x000618, "Wrong size on ABP_Harpoon_C"); \ static_assert(offsetof(ABP_Harpoon_C, UberGraphFrame_BP_Harpoon_C) == 0x0005A8, "Member 'ABP_Harpoon_C::UberGraphFrame_BP_Harpoon_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, RetreatCollision) == 0x0005B0, "Member 'ABP_Harpoon_C::RetreatCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, FGCable) == 0x0005B8, "Member 'ABP_Harpoon_C::FGCable' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, Gun) == 0x0005C0, "Member 'ABP_Harpoon_C::Gun' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, State) == 0x0005C8, "Member 'ABP_Harpoon_C::State' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, arrow) == 0x0005D0, "Member 'ABP_Harpoon_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, Target) == 0x0005D8, "Member 'ABP_Harpoon_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, ClampedLookRotation) == 0x0005E0, "Member 'ABP_Harpoon_C::ClampedLookRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, ActualLookRotation) == 0x0005EC, "Member 'ABP_Harpoon_C::ActualLookRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, RopeWinded) == 0x0005F8, "Member 'ABP_Harpoon_C::RopeWinded' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, MinDistanceToTarget) == 0x000608, "Member 'ABP_Harpoon_C::MinDistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, MaxDistanceToTarget) == 0x00060C, "Member 'ABP_Harpoon_C::MaxDistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C, AIModuleChase) == 0x000610, "Member 'ABP_Harpoon_C::AIModuleChase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase \ static_assert(alignof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase) == 0x000004, "Wrong alignment on JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase"); \ static_assert(sizeof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase) == 0x00000C, "Wrong size on JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase"); \ static_assert(offsetof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase, EntryPoint) == 0x000000, "Member 'JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase, K2Node_CustomEvent_IndexOnPage) == 0x000004, "Member 'JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase::K2Node_CustomEvent_IndexOnPage' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase, K2Node_CustomEvent_IsGamepadNow) == 0x000008, "Member 'JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase, K2Node_CustomEvent_Type) == 0x000009, "Member 'JournalWidgetBase_C_ExecuteUbergraph_JournalWidgetBase::K2Node_CustomEvent_Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_SetPageType \ static_assert(alignof(JournalWidgetBase_C_SetPageType) == 0x000001, "Wrong alignment on JournalWidgetBase_C_SetPageType"); \ static_assert(sizeof(JournalWidgetBase_C_SetPageType) == 0x000001, "Wrong size on JournalWidgetBase_C_SetPageType"); \ static_assert(offsetof(JournalWidgetBase_C_SetPageType, Type_0) == 0x000000, "Member 'JournalWidgetBase_C_SetPageType::Type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_OnGamepadModeChanged \ static_assert(alignof(JournalWidgetBase_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalWidgetBase_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalWidgetBase_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalWidgetBase_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalWidgetBase_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalWidgetBase_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_OnSelect \ static_assert(alignof(JournalWidgetBase_C_OnSelect) == 0x000004, "Wrong alignment on JournalWidgetBase_C_OnSelect"); \ static_assert(sizeof(JournalWidgetBase_C_OnSelect) == 0x000004, "Wrong size on JournalWidgetBase_C_OnSelect"); \ static_assert(offsetof(JournalWidgetBase_C_OnSelect, IndexOnPage) == 0x000000, "Member 'JournalWidgetBase_C_OnSelect::IndexOnPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_Hover_Item \ static_assert(alignof(JournalWidgetBase_C_Hover_Item) == 0x000008, "Wrong alignment on JournalWidgetBase_C_Hover_Item"); \ static_assert(sizeof(JournalWidgetBase_C_Hover_Item) == 0x000010, "Wrong size on JournalWidgetBase_C_Hover_Item"); \ static_assert(offsetof(JournalWidgetBase_C_Hover_Item, ItemIndex) == 0x000000, "Member 'JournalWidgetBase_C_Hover_Item::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_Hover_Item, Hovered) == 0x000008, "Member 'JournalWidgetBase_C_Hover_Item::Hovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_SelectItem \ static_assert(alignof(JournalWidgetBase_C_SelectItem) == 0x000008, "Wrong alignment on JournalWidgetBase_C_SelectItem"); \ static_assert(sizeof(JournalWidgetBase_C_SelectItem) == 0x000028, "Wrong size on JournalWidgetBase_C_SelectItem"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, SelectableItem) == 0x000000, "Member 'JournalWidgetBase_C_SelectItem::SelectableItem' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, RelatedContent) == 0x000008, "Member 'JournalWidgetBase_C_SelectItem::RelatedContent' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'JournalWidgetBase_C_SelectItem::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, K2Node_DynamicCast_AsJournal_Controller) == 0x000018, "Member 'JournalWidgetBase_C_SelectItem::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'JournalWidgetBase_C_SelectItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalWidgetBase_C_SelectItem, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'JournalWidgetBase_C_SelectItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalWidgetBase_C_GetSelectablesCount \ static_assert(alignof(JournalWidgetBase_C_GetSelectablesCount) == 0x000004, "Wrong alignment on JournalWidgetBase_C_GetSelectablesCount"); \ static_assert(sizeof(JournalWidgetBase_C_GetSelectablesCount) == 0x000004, "Wrong size on JournalWidgetBase_C_GetSelectablesCount"); \ static_assert(offsetof(JournalWidgetBase_C_GetSelectablesCount, SelectablesCount) == 0x000000, "Member 'JournalWidgetBase_C_GetSelectablesCount::SelectablesCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalWidgetBase_C \ static_assert(alignof(UJournalWidgetBase_C) == 0x000008, "Wrong alignment on UJournalWidgetBase_C"); \ static_assert(sizeof(UJournalWidgetBase_C) == 0x0002A8, "Wrong size on UJournalWidgetBase_C"); \ static_assert(offsetof(UJournalWidgetBase_C, UberGraphFrame) == 0x000260, "Member 'UJournalWidgetBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalWidgetBase_C, OnShowContent) == 0x000268, "Member 'UJournalWidgetBase_C::OnShowContent' has a wrong offset!"); \ static_assert(offsetof(UJournalWidgetBase_C, JournalController) == 0x000278, "Member 'UJournalWidgetBase_C::JournalController' has a wrong offset!"); \ static_assert(offsetof(UJournalWidgetBase_C, Type) == 0x0002A0, "Member 'UJournalWidgetBase_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook \ static_assert(alignof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook) == 0x000008, "Wrong alignment on ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook"); \ static_assert(sizeof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook) == 0x000038, "Wrong size on ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, EntryPoint) == 0x000000, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, K2Node_DynamicCast_AsJournal) == 0x000010, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, CallFunc_GetOwningActor_ReturnValue_1) == 0x000020, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, K2Node_DynamicCast_AsJournal_1) == 0x000028, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::K2Node_DynamicCast_AsJournal_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'ABP_MagazineBook_C_ExecuteUbergraph_ABP_MagazineBook::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MagazineBook_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_MagazineBook_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_MagazineBook_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_MagazineBook_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_MagazineBook_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_MagazineBook_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_MagazineBook_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MagazineBook_C_AnimGraph \ static_assert(alignof(ABP_MagazineBook_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MagazineBook_C_AnimGraph"); \ static_assert(sizeof(ABP_MagazineBook_C_AnimGraph) == 0x000010, "Wrong size on ABP_MagazineBook_C_AnimGraph"); \ static_assert(offsetof(ABP_MagazineBook_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MagazineBook_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MagazineBook_C \ static_assert(alignof(UABP_MagazineBook_C) == 0x000010, "Wrong alignment on UABP_MagazineBook_C"); \ static_assert(sizeof(UABP_MagazineBook_C) == 0x0004F0, "Wrong size on UABP_MagazineBook_C"); \ static_assert(offsetof(UABP_MagazineBook_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MagazineBook_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_MagazineBook_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, AnimGraphNode_Slot) == 0x0002F8, "Member 'UABP_MagazineBook_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, AnimGraphNode_BlendListByBool) == 0x000340, "Member 'UABP_MagazineBook_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, AnimGraphNode_SequencePlayer_1) == 0x0003E0, "Member 'UABP_MagazineBook_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, AnimGraphNode_SequencePlayer) == 0x000460, "Member 'UABP_MagazineBook_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MagazineBook_C, bLeft) == 0x0004E0, "Member 'UABP_MagazineBook_C::bLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_ExecuteUbergraph_LootDispenser \ static_assert(alignof(LootDispenser_C_ExecuteUbergraph_LootDispenser) == 0x000010, "Wrong alignment on LootDispenser_C_ExecuteUbergraph_LootDispenser"); \ static_assert(sizeof(LootDispenser_C_ExecuteUbergraph_LootDispenser) == 0x0002A0, "Wrong size on LootDispenser_C_ExecuteUbergraph_LootDispenser"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, EntryPoint) == 0x000000, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_LootContainer) == 0x000008, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_LootContainer' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_Inventory) == 0x000010, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_Inventory' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_bEnableLootGravity) == 0x000018, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_bEnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_CloneDropInventory_ReturnValue) == 0x000020, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_CloneDropInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_HasAuthority_ReturnValue) == 0x000038, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_HasAuthority_ReturnValue_1) == 0x000039, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_CustomEvent_LootContainer) == 0x000048, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_CustomEvent_LootContainer' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_CustomEvent_Inventory) == 0x000050, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_CustomEvent_Inventory' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_CustomEvent_EnableLootGravity) == 0x000058, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_CustomEvent_EnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_CustomEvent_LastValidIndex) == 0x00005C, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_CustomEvent_LastValidIndex' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000068, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_Get_Item) == 0x000080, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000088, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000090, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetCount_ReturnValue) == 0x000099, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetItemType_ReturnValue) == 0x0000A0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0000A8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_2) == 0x0000A9, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Get_Spline_Loot_Drop_Component_Component) == 0x0000B0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Get_Spline_Loot_Drop_Component_Component' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_3) == 0x0000B8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000BC, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetTransform_ReturnValue) == 0x0000C0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000F0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_Contains_ReturnValue) == 0x0000F8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_FinishSpawningActor_ReturnValue) == 0x000100, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000110, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_Get_Item_1) == 0x000120, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x00012D, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00012E, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000130, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetTransform_ReturnValue_1) == 0x000140, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_RandomFloatInRange_ReturnValue) == 0x000170, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_LootContainer_1) == 0x000178, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_LootContainer_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_ItemClass) == 0x000180, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_ItemClass' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_Count) == 0x000188, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_bEnableLootGravity_1) == 0x00018C, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_bEnableLootGravity_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Conv_IntToByte_ReturnValue) == 0x00018D, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Greater_IntInt_ReturnValue) == 0x00018E, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000190, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Array_Contains_ReturnValue_1) == 0x000198, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0001A0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_4) == 0x0001A9, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0001AA, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_BooleanAND_ReturnValue) == 0x0001AB, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_QueueItem) == 0x0001B0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_QueueItem' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, K2Node_Event_Percentage) == 0x0001E0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_BooleanAND_ReturnValue_1) == 0x0001E4, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_MapRangeClamped_ReturnValue) == 0x0001E8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_5) == 0x0001EC, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetSplineLength_ReturnValue) == 0x0001F0, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_SelectFloat_ReturnValue) == 0x0001F4, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_IsValid_ReturnValue_6) == 0x0001F8, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001FC, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000200, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00020C, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_ExecuteUbergraph_LootDispenser, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000294, "Member 'LootDispenser_C_ExecuteUbergraph_LootDispenser::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_BP_TickMoveDropQueueItem \ static_assert(alignof(LootDispenser_C_BP_TickMoveDropQueueItem) == 0x000008, "Wrong alignment on LootDispenser_C_BP_TickMoveDropQueueItem"); \ static_assert(sizeof(LootDispenser_C_BP_TickMoveDropQueueItem) == 0x000038, "Wrong size on LootDispenser_C_BP_TickMoveDropQueueItem"); \ static_assert(offsetof(LootDispenser_C_BP_TickMoveDropQueueItem, QueueItem) == 0x000000, "Member 'LootDispenser_C_BP_TickMoveDropQueueItem::QueueItem' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_BP_TickMoveDropQueueItem, Percentage) == 0x000030, "Member 'LootDispenser_C_BP_TickMoveDropQueueItem::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_SpawnNextItem \ static_assert(alignof(LootDispenser_C_SpawnNextItem) == 0x000008, "Wrong alignment on LootDispenser_C_SpawnNextItem"); \ static_assert(sizeof(LootDispenser_C_SpawnNextItem) == 0x000018, "Wrong size on LootDispenser_C_SpawnNextItem"); \ static_assert(offsetof(LootDispenser_C_SpawnNextItem, LootContainer) == 0x000000, "Member 'LootDispenser_C_SpawnNextItem::LootContainer' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpawnNextItem, Inventory) == 0x000008, "Member 'LootDispenser_C_SpawnNextItem::Inventory' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpawnNextItem, EnableLootGravity) == 0x000010, "Member 'LootDispenser_C_SpawnNextItem::EnableLootGravity' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpawnNextItem, LastValidIndex) == 0x000014, "Member 'LootDispenser_C_SpawnNextItem::LastValidIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_OnSpawnLootEvent \ static_assert(alignof(LootDispenser_C_OnSpawnLootEvent) == 0x000008, "Wrong alignment on LootDispenser_C_OnSpawnLootEvent"); \ static_assert(sizeof(LootDispenser_C_OnSpawnLootEvent) == 0x000018, "Wrong size on LootDispenser_C_OnSpawnLootEvent"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootEvent, LootContainer) == 0x000000, "Member 'LootDispenser_C_OnSpawnLootEvent::LootContainer' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootEvent, Inventory) == 0x000008, "Member 'LootDispenser_C_OnSpawnLootEvent::Inventory' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootEvent, bEnableLootGravity) == 0x000010, "Member 'LootDispenser_C_OnSpawnLootEvent::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_OnSpawnLootFromClassEvent \ static_assert(alignof(LootDispenser_C_OnSpawnLootFromClassEvent) == 0x000008, "Wrong alignment on LootDispenser_C_OnSpawnLootFromClassEvent"); \ static_assert(sizeof(LootDispenser_C_OnSpawnLootFromClassEvent) == 0x000018, "Wrong size on LootDispenser_C_OnSpawnLootFromClassEvent"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootFromClassEvent, LootContainer) == 0x000000, "Member 'LootDispenser_C_OnSpawnLootFromClassEvent::LootContainer' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootFromClassEvent, ItemClass) == 0x000008, "Member 'LootDispenser_C_OnSpawnLootFromClassEvent::ItemClass' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootFromClassEvent, Count) == 0x000010, "Member 'LootDispenser_C_OnSpawnLootFromClassEvent::Count' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_OnSpawnLootFromClassEvent, bEnableLootGravity) == 0x000014, "Member 'LootDispenser_C_OnSpawnLootFromClassEvent::bEnableLootGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_Physics_Drop \ static_assert(alignof(LootDispenser_C_Physics_Drop) == 0x000008, "Wrong alignment on LootDispenser_C_Physics_Drop"); \ static_assert(sizeof(LootDispenser_C_Physics_Drop) == 0x0000F8, "Wrong size on LootDispenser_C_Physics_Drop"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, Item) == 0x000000, "Member 'LootDispenser_C_Physics_Drop::Item' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, Impulse) == 0x000008, "Member 'LootDispenser_C_Physics_Drop::Impulse' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000018, "Member 'LootDispenser_C_Physics_Drop::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, K2Node_DynamicCast_AsPrimitive_Component) == 0x000020, "Member 'LootDispenser_C_Physics_Drop::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'LootDispenser_C_Physics_Drop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_IsGravityEnabled_ReturnValue) == 0x000029, "Member 'LootDispenser_C_Physics_Drop::CallFunc_IsGravityEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_RandomFloatInRange_ReturnValue) == 0x00002C, "Member 'LootDispenser_C_Physics_Drop::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000030, "Member 'LootDispenser_C_Physics_Drop::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00003C, "Member 'LootDispenser_C_Physics_Drop::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_GetRightVector_ReturnValue) == 0x000040, "Member 'LootDispenser_C_Physics_Drop::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_GetForwardVector_ReturnValue) == 0x00004C, "Member 'LootDispenser_C_Physics_Drop::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000058, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000064, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'LootDispenser_C_Physics_Drop::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Add_VectorVector_ReturnValue) == 0x00007C, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000088, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000094, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000A0, "Member 'LootDispenser_C_Physics_Drop::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_GetForwardVector_ReturnValue_1) == 0x0000AC, "Member 'LootDispenser_C_Physics_Drop::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_GetRightVector_ReturnValue_1) == 0x0000B8, "Member 'LootDispenser_C_Physics_Drop::CallFunc_GetRightVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000C4, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000D0, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0000DC, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Physics_Drop, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0000E8, "Member 'LootDispenser_C_Physics_Drop::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_SpiderDrop \ static_assert(alignof(LootDispenser_C_SpiderDrop) == 0x000008, "Wrong alignment on LootDispenser_C_SpiderDrop"); \ static_assert(sizeof(LootDispenser_C_SpiderDrop) == 0x000028, "Wrong size on LootDispenser_C_SpiderDrop"); \ static_assert(offsetof(LootDispenser_C_SpiderDrop, Item) == 0x000000, "Member 'LootDispenser_C_SpiderDrop::Item' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpiderDrop, LootSplineComponent) == 0x000008, "Member 'LootDispenser_C_SpiderDrop::LootSplineComponent' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpiderDrop, LocalLootComponent) == 0x000010, "Member 'LootDispenser_C_SpiderDrop::LocalLootComponent' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpiderDrop, LocalItem) == 0x000018, "Member 'LootDispenser_C_SpiderDrop::LocalItem' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_SpiderDrop, CallFunc_AddSplineDropQueueItem_ReturnValue) == 0x000020, "Member 'LootDispenser_C_SpiderDrop::CallFunc_AddSplineDropQueueItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_C_Get_Spline_Loot_Drop_Component \ static_assert(alignof(LootDispenser_C_Get_Spline_Loot_Drop_Component) == 0x000008, "Wrong alignment on LootDispenser_C_Get_Spline_Loot_Drop_Component"); \ static_assert(sizeof(LootDispenser_C_Get_Spline_Loot_Drop_Component) == 0x000050, "Wrong size on LootDispenser_C_Get_Spline_Loot_Drop_Component"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, Actor) == 0x000000, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::Actor' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, Component) == 0x000008, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::Component' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, localActor) == 0x000010, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::localActor' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, K2Node_DynamicCast_AsFGLoot_Dispense_Info) == 0x000020, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::K2Node_DynamicCast_AsFGLoot_Dispense_Info' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, CallFunc_GetSplineLootDropComponent_ReturnValue) == 0x000038, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::CallFunc_GetSplineLootDropComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_C_Get_Spline_Loot_Drop_Component, CallFunc_DoesImplementInterface_ReturnValue) == 0x000048, "Member 'LootDispenser_C_Get_Spline_Loot_Drop_Component::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALootDispenser_C \ static_assert(alignof(ALootDispenser_C) == 0x000008, "Wrong alignment on ALootDispenser_C"); \ static_assert(sizeof(ALootDispenser_C) == 0x0002C0, "Wrong size on ALootDispenser_C"); \ static_assert(offsetof(ALootDispenser_C, UberGraphFrame) == 0x000258, "Member 'ALootDispenser_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, DefaultSceneRoot) == 0x000260, "Member 'ALootDispenser_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, Timeline_Containers_Percent_Void_AF1F77FC488FDA94EBB376AFFB521D36) == 0x000268, "Member 'ALootDispenser_C::Timeline_Containers_Percent_Void_AF1F77FC488FDA94EBB376AFFB521D36' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, Timeline_Containers_Percent_AF1F77FC488FDA94EBB376AFFB521D36) == 0x00026C, "Member 'ALootDispenser_C::Timeline_Containers_Percent_AF1F77FC488FDA94EBB376AFFB521D36' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, Timeline_Containers__Direction_AF1F77FC488FDA94EBB376AFFB521D36) == 0x000270, "Member 'ALootDispenser_C::Timeline_Containers__Direction_AF1F77FC488FDA94EBB376AFFB521D36' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, Timeline_Containers) == 0x000278, "Member 'ALootDispenser_C::Timeline_Containers' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, IgnoreItems) == 0x000280, "Member 'ALootDispenser_C::IgnoreItems' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, ItemDropBonusVector) == 0x000290, "Member 'ALootDispenser_C::ItemDropBonusVector' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, ItemDropBonusVectorVoid) == 0x00029C, "Member 'ALootDispenser_C::ItemDropBonusVectorVoid' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, LootActor) == 0x0002A8, "Member 'ALootDispenser_C::LootActor' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, SpawnDelayTimeMin) == 0x0002B0, "Member 'ALootDispenser_C::SpawnDelayTimeMin' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, SpawnDelayTimeMax) == 0x0002B4, "Member 'ALootDispenser_C::SpawnDelayTimeMax' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_C, UseInVoid) == 0x0002B8, "Member 'ALootDispenser_C::UseInVoid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket \ static_assert(alignof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket) == 0x000008, "Wrong alignment on LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket"); \ static_assert(sizeof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket) == 0x0000E8, "Wrong size on LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, EntryPoint) == 0x000000, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, K2Node_Event_QueueItem) == 0x000008, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::K2Node_Event_QueueItem' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, K2Node_Event_Percentage) == 0x000038, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_MapRangeClamped_ReturnValue) == 0x00003C, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_GetSplineLength_ReturnValue) == 0x000044, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00004C, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000058, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000E0, "Member 'LootDispenser_Casket_C_ExecuteUbergraph_LootDispenser_Casket::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDispenser_Casket_C_BP_TickMoveDropQueueItem \ static_assert(alignof(LootDispenser_Casket_C_BP_TickMoveDropQueueItem) == 0x000008, "Wrong alignment on LootDispenser_Casket_C_BP_TickMoveDropQueueItem"); \ static_assert(sizeof(LootDispenser_Casket_C_BP_TickMoveDropQueueItem) == 0x000038, "Wrong size on LootDispenser_Casket_C_BP_TickMoveDropQueueItem"); \ static_assert(offsetof(LootDispenser_Casket_C_BP_TickMoveDropQueueItem, QueueItem) == 0x000000, "Member 'LootDispenser_Casket_C_BP_TickMoveDropQueueItem::QueueItem' has a wrong offset!"); \ static_assert(offsetof(LootDispenser_Casket_C_BP_TickMoveDropQueueItem, Percentage) == 0x000030, "Member 'LootDispenser_Casket_C_BP_TickMoveDropQueueItem::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALootDispenser_Casket_C \ static_assert(alignof(ALootDispenser_Casket_C) == 0x000008, "Wrong alignment on ALootDispenser_Casket_C"); \ static_assert(sizeof(ALootDispenser_Casket_C) == 0x0002D8, "Wrong size on ALootDispenser_Casket_C"); \ static_assert(offsetof(ALootDispenser_Casket_C, UberGraphFrame_LootDispenser_Casket_C) == 0x0002C0, "Member 'ALootDispenser_Casket_C::UberGraphFrame_LootDispenser_Casket_C' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_Casket_C, Timeline_0_Percent_B0F1654D4B35DDD1FF67EAA8BD97468B) == 0x0002C8, "Member 'ALootDispenser_Casket_C::Timeline_0_Percent_B0F1654D4B35DDD1FF67EAA8BD97468B' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_Casket_C, Timeline_0__Direction_B0F1654D4B35DDD1FF67EAA8BD97468B) == 0x0002CC, "Member 'ALootDispenser_Casket_C::Timeline_0__Direction_B0F1654D4B35DDD1FF67EAA8BD97468B' has a wrong offset!"); \ static_assert(offsetof(ALootDispenser_Casket_C, Timeline_0) == 0x0002D0, "Member 'ALootDispenser_Casket_C::Timeline_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps) == 0x000038, "Wrong size on HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter) == 0x000018, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000024, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps, CallFunc_HaveGridPathToLocation_ReturnValue) == 0x000030, "Member 'HTN_NaziTestGridPath_C_ReceiveCreatePlanSteps::CallFunc_HaveGridPathToLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziTestGridPath_C \ static_assert(alignof(UHTN_NaziTestGridPath_C) == 0x000008, "Wrong alignment on UHTN_NaziTestGridPath_C"); \ static_assert(sizeof(UHTN_NaziTestGridPath_C) == 0x000120, "Wrong size on UHTN_NaziTestGridPath_C"); \ static_assert(offsetof(UHTN_NaziTestGridPath_C, GoalLocation) == 0x0000F8, "Member 'UHTN_NaziTestGridPath_C::GoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzle_ActorsStruct \ static_assert(alignof(FTalesPuzzle_ActorsStruct) == 0x000008, "Wrong alignment on FTalesPuzzle_ActorsStruct"); \ static_assert(sizeof(FTalesPuzzle_ActorsStruct) == 0x000010, "Wrong size on FTalesPuzzle_ActorsStruct"); \ static_assert(offsetof(FTalesPuzzle_ActorsStruct, Actors_3_BD21B8DD4814FC3DCC91119C203C1C12) == 0x000000, "Member 'FTalesPuzzle_ActorsStruct::Actors_3_BD21B8DD4814FC3DCC91119C203C1C12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover \ static_assert(alignof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover) == 0x000008, "Wrong alignment on HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover"); \ static_assert(sizeof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover) == 0x000068, "Wrong size on HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, EntryPoint) == 0x000000, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000028, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00005C, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000061, "Member 'HTN_NaziTryCover_C_ExecuteUbergraph_HTN_NaziTryCover::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziTryCover_C_ReceiveExecute \ static_assert(alignof(HTN_NaziTryCover_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziTryCover_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziTryCover_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziTryCover_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziTryCover_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziTryCover_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziTryCover_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziTryCover_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziTryCover_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziTryCover_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziTryCover_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_NaziTryCover_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziTryCover_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziTryCover_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziTryCover_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziTryCover_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziTryCover_C \ static_assert(alignof(UHTN_NaziTryCover_C) == 0x000008, "Wrong alignment on UHTN_NaziTryCover_C"); \ static_assert(sizeof(UHTN_NaziTryCover_C) == 0x000128, "Wrong size on UHTN_NaziTryCover_C"); \ static_assert(offsetof(UHTN_NaziTryCover_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziTryCover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziTryCover_C, CoverPoint) == 0x000100, "Member 'UHTN_NaziTryCover_C::CoverPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar \ static_assert(alignof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar) == 0x000008, "Wrong alignment on CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar"); \ static_assert(sizeof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar) == 0x000068, "Wrong size on CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, EntryPoint) == 0x000000, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, K2Node_CustomEvent_Percent) == 0x000008, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_FClamp_ReturnValue) == 0x00000C, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000010, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000038, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000040, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000048, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000050, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000051, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000052, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, K2Node_SwitchEnum_CmpSuccess) == 0x000058, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000060, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, CallFunc_Less_FloatFloat_ReturnValue) == 0x000061, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, K2Node_Event_IsDesignTime) == 0x000062, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar, K2Node_CustomEvent_Value) == 0x000064, "Member 'CircularProgressbar_C_ExecuteUbergraph_CircularProgressbar::K2Node_CustomEvent_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularProgressbar_C_SetValueWithoutDeferent \ static_assert(alignof(CircularProgressbar_C_SetValueWithoutDeferent) == 0x000004, "Wrong alignment on CircularProgressbar_C_SetValueWithoutDeferent"); \ static_assert(sizeof(CircularProgressbar_C_SetValueWithoutDeferent) == 0x000004, "Wrong size on CircularProgressbar_C_SetValueWithoutDeferent"); \ static_assert(offsetof(CircularProgressbar_C_SetValueWithoutDeferent, Value) == 0x000000, "Member 'CircularProgressbar_C_SetValueWithoutDeferent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularProgressbar_C_PreConstruct \ static_assert(alignof(CircularProgressbar_C_PreConstruct) == 0x000001, "Wrong alignment on CircularProgressbar_C_PreConstruct"); \ static_assert(sizeof(CircularProgressbar_C_PreConstruct) == 0x000001, "Wrong size on CircularProgressbar_C_PreConstruct"); \ static_assert(offsetof(CircularProgressbar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'CircularProgressbar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularProgressbar_C_SetPercent \ static_assert(alignof(CircularProgressbar_C_SetPercent) == 0x000004, "Wrong alignment on CircularProgressbar_C_SetPercent"); \ static_assert(sizeof(CircularProgressbar_C_SetPercent) == 0x000004, "Wrong size on CircularProgressbar_C_SetPercent"); \ static_assert(offsetof(CircularProgressbar_C_SetPercent, Percent) == 0x000000, "Member 'CircularProgressbar_C_SetPercent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCircularProgressbar_C \ static_assert(alignof(UCircularProgressbar_C) == 0x000008, "Wrong alignment on UCircularProgressbar_C"); \ static_assert(sizeof(UCircularProgressbar_C) == 0x000320, "Wrong size on UCircularProgressbar_C"); \ static_assert(offsetof(UCircularProgressbar_C, UberGraphFrame) == 0x000260, "Member 'UCircularProgressbar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DiferentProgress) == 0x000268, "Member 'UCircularProgressbar_C::DiferentProgress' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, Fon) == 0x000270, "Member 'UCircularProgressbar_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MainProgress) == 0x000278, "Member 'UCircularProgressbar_C::MainProgress' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MI_Main) == 0x000280, "Member 'UCircularProgressbar_C::MI_Main' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MI_Different) == 0x000288, "Member 'UCircularProgressbar_C::MI_Different' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MainPercent) == 0x000290, "Member 'UCircularProgressbar_C::MainPercent' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DifferentPercent) == 0x000294, "Member 'UCircularProgressbar_C::DifferentPercent' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DifferentTimer) == 0x000298, "Member 'UCircularProgressbar_C::DifferentTimer' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DifferentTimerSpeedTime) == 0x0002A0, "Member 'UCircularProgressbar_C::DifferentTimerSpeedTime' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DifferentStep) == 0x0002A4, "Member 'UCircularProgressbar_C::DifferentStep' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, Texture) == 0x0002A8, "Member 'UCircularProgressbar_C::Texture' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MI_Fon) == 0x0002B0, "Member 'UCircularProgressbar_C::MI_Fon' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, BeginChangeValue) == 0x0002B8, "Member 'UCircularProgressbar_C::BeginChangeValue' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, EndChangeValue) == 0x0002C8, "Member 'UCircularProgressbar_C::EndChangeValue' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, Different) == 0x0002D8, "Member 'UCircularProgressbar_C::Different' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, ShowDifferent) == 0x0002DC, "Member 'UCircularProgressbar_C::ShowDifferent' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, NewValue) == 0x0002E0, "Member 'UCircularProgressbar_C::NewValue' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, CustomColor) == 0x0002E4, "Member 'UCircularProgressbar_C::CustomColor' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, MainColor) == 0x0002E8, "Member 'UCircularProgressbar_C::MainColor' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, Background) == 0x0002F8, "Member 'UCircularProgressbar_C::Background' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, DifferentColor) == 0x000308, "Member 'UCircularProgressbar_C::DifferentColor' has a wrong offset!"); \ static_assert(offsetof(UCircularProgressbar_C, Power) == 0x000318, "Member 'UCircularProgressbar_C::Power' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor \ static_assert(alignof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor) == 0x000008, "Wrong alignment on GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor"); \ static_assert(sizeof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor) == 0x000060, "Wrong size on GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, EntryPoint) == 0x000000, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, K2Node_CustomEvent_DestroyedActor) == 0x000028, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_FindCasketInSphere_bCasketFind) == 0x000030, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_FindCasketInSphere_bCasketFind' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_FindCasketInSphere_SpawnedCasket) == 0x000038, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_FindCasketInSphere_SpawnedCasket' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_HasAuthority_ReturnValue) == 0x000040, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000048, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000050, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_UnlockQuestProgression_ReturnValue) == 0x000058, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_UnlockQuestProgression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'GenericPuzzleRewardActor_C_ExecuteUbergraph_GenericPuzzleRewardActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPuzzleRewardActor_C_OnDestroyed_Event_0 \ static_assert(alignof(GenericPuzzleRewardActor_C_OnDestroyed_Event_0) == 0x000008, "Wrong alignment on GenericPuzzleRewardActor_C_OnDestroyed_Event_0"); \ static_assert(sizeof(GenericPuzzleRewardActor_C_OnDestroyed_Event_0) == 0x000008, "Wrong size on GenericPuzzleRewardActor_C_OnDestroyed_Event_0"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_OnDestroyed_Event_0, DestroyedActor) == 0x000000, "Member 'GenericPuzzleRewardActor_C_OnDestroyed_Event_0::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPuzzleRewardActor_C_CompleteQuest \ static_assert(alignof(GenericPuzzleRewardActor_C_CompleteQuest) == 0x000008, "Wrong alignment on GenericPuzzleRewardActor_C_CompleteQuest"); \ static_assert(sizeof(GenericPuzzleRewardActor_C_CompleteQuest) == 0x000018, "Wrong size on GenericPuzzleRewardActor_C_CompleteQuest"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuest, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'GenericPuzzleRewardActor_C_CompleteQuest::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'GenericPuzzleRewardActor_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GenericPuzzleRewardActor_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPuzzleRewardActor_C_FindCasketInSphere \ static_assert(alignof(GenericPuzzleRewardActor_C_FindCasketInSphere) == 0x000008, "Wrong alignment on GenericPuzzleRewardActor_C_FindCasketInSphere"); \ static_assert(sizeof(GenericPuzzleRewardActor_C_FindCasketInSphere) == 0x000070, "Wrong size on GenericPuzzleRewardActor_C_FindCasketInSphere"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, bCasketFind) == 0x000000, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::bCasketFind' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, SpawnedCasket) == 0x000008, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::SpawnedCasket' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, K2Node_MakeArray_Array) == 0x000020, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, K2Node_MakeArray_Array_1) == 0x000030, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, CallFunc_SphereOverlapActors_OutActors) == 0x000040, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, CallFunc_SphereOverlapActors_ReturnValue) == 0x000050, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000051, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, CallFunc_Array_Get_Item) == 0x000058, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, K2Node_DynamicCast_AsGeneric_Casket) == 0x000060, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::K2Node_DynamicCast_AsGeneric_Casket' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_FindCasketInSphere, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'GenericPuzzleRewardActor_C_FindCasketInSphere::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPuzzleRewardActor_C_CompleteQuestTask \ static_assert(alignof(GenericPuzzleRewardActor_C_CompleteQuestTask) == 0x000008, "Wrong alignment on GenericPuzzleRewardActor_C_CompleteQuestTask"); \ static_assert(sizeof(GenericPuzzleRewardActor_C_CompleteQuestTask) == 0x000028, "Wrong size on GenericPuzzleRewardActor_C_CompleteQuestTask"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, L_CompleteTaskName) == 0x000000, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::L_CompleteTaskName' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000018, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000020, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPuzzleRewardActor_C_CompleteQuestTask, CallFunc_UnlockQuestProgression_ReturnValue) == 0x000022, "Member 'GenericPuzzleRewardActor_C_CompleteQuestTask::CallFunc_UnlockQuestProgression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericPuzzleRewardActor_C \ static_assert(alignof(AGenericPuzzleRewardActor_C) == 0x000008, "Wrong alignment on AGenericPuzzleRewardActor_C"); \ static_assert(sizeof(AGenericPuzzleRewardActor_C) == 0x000250, "Wrong size on AGenericPuzzleRewardActor_C"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, UberGraphFrame) == 0x000220, "Member 'AGenericPuzzleRewardActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, DefaultSceneRoot) == 0x000228, "Member 'AGenericPuzzleRewardActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, LootController) == 0x000230, "Member 'AGenericPuzzleRewardActor_C::LootController' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, bRewardOpened) == 0x000238, "Member 'AGenericPuzzleRewardActor_C::bRewardOpened' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, bLoadFromSave) == 0x000239, "Member 'AGenericPuzzleRewardActor_C::bLoadFromSave' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, bQuestComplete) == 0x00023A, "Member 'AGenericPuzzleRewardActor_C::bQuestComplete' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, SphereRadius) == 0x00023C, "Member 'AGenericPuzzleRewardActor_C::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, ControllerLocation) == 0x000240, "Member 'AGenericPuzzleRewardActor_C::ControllerLocation' has a wrong offset!"); \ static_assert(offsetof(AGenericPuzzleRewardActor_C, bCasketPickedUp) == 0x00024C, "Member 'AGenericPuzzleRewardActor_C::bCasketPickedUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzleDB_Struct \ static_assert(alignof(FTalesPuzzleDB_Struct) == 0x000008, "Wrong alignment on FTalesPuzzleDB_Struct"); \ static_assert(sizeof(FTalesPuzzleDB_Struct) == 0x000060, "Wrong size on FTalesPuzzleDB_Struct"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, ID_2_4CEE24FF41FF33E50B07BB942A79E50D) == 0x000000, "Member 'FTalesPuzzleDB_Struct::ID_2_4CEE24FF41FF33E50B07BB942A79E50D' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A1_ActorTexture_41_93E2A6C143F881AD59F97CAFA250E3AD) == 0x000008, "Member 'FTalesPuzzleDB_Struct::A1_ActorTexture_41_93E2A6C143F881AD59F97CAFA250E3AD' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A1_HubHeroTexture_44_332C3DCC4321173A8BAACD8478326353) == 0x000010, "Member 'FTalesPuzzleDB_Struct::A1_HubHeroTexture_44_332C3DCC4321173A8BAACD8478326353' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A1_Sound_42_EA2DC198455AFA62C22BE498C4946104) == 0x000018, "Member 'FTalesPuzzleDB_Struct::A1_Sound_42_EA2DC198455AFA62C22BE498C4946104' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A2Group_39_C72DBEB345F8D7B8870D6C9F20C6602F) == 0x000020, "Member 'FTalesPuzzleDB_Struct::A2Group_39_C72DBEB345F8D7B8870D6C9F20C6602F' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A3Group_48_B65A70134AD818FD1D44CC853540CF2D) == 0x000030, "Member 'FTalesPuzzleDB_Struct::A3Group_48_B65A70134AD818FD1D44CC853540CF2D' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A4Group_51_D1AF7C4142FE707C0F5CE28300CEEFF2) == 0x000040, "Member 'FTalesPuzzleDB_Struct::A4Group_51_D1AF7C4142FE707C0F5CE28300CEEFF2' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleDB_Struct, A5Group_54_226F8EEF4798B494B415BDB881FC84B1) == 0x000050, "Member 'FTalesPuzzleDB_Struct::A5Group_54_226F8EEF4798B494B415BDB881FC84B1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzleA4_GroupMap \ static_assert(alignof(FTalesPuzzleA4_GroupMap) == 0x000008, "Wrong alignment on FTalesPuzzleA4_GroupMap"); \ static_assert(sizeof(FTalesPuzzleA4_GroupMap) == 0x000030, "Wrong size on FTalesPuzzleA4_GroupMap"); \ static_assert(offsetof(FTalesPuzzleA4_GroupMap, A4_ActorTexture_24_850ED0C646190872A0156A97540B9668) == 0x000000, "Member 'FTalesPuzzleA4_GroupMap::A4_ActorTexture_24_850ED0C646190872A0156A97540B9668' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA4_GroupMap, A4_HubActionTexture_25_A05E4BDF4F29FEAD1E270F9E513535D3) == 0x000008, "Member 'FTalesPuzzleA4_GroupMap::A4_HubActionTexture_25_A05E4BDF4F29FEAD1E270F9E513535D3' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA4_GroupMap, A4_HubCharActionTexture_27_4B33CA4D421BE2E3412D478F50B64DBE) == 0x000010, "Member 'FTalesPuzzleA4_GroupMap::A4_HubCharActionTexture_27_4B33CA4D421BE2E3412D478F50B64DBE' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA4_GroupMap, A4_HubHeroActionTexture_30_B2E1003949A0B8C5D6F07695CDFD339A) == 0x000020, "Member 'FTalesPuzzleA4_GroupMap::A4_HubHeroActionTexture_30_B2E1003949A0B8C5D6F07695CDFD339A' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA4_GroupMap, A4_ActionSound_31_7D82CBF44939E0F9AFBC03AADE2C4368) == 0x000028, "Member 'FTalesPuzzleA4_GroupMap::A4_ActionSound_31_7D82CBF44939E0F9AFBC03AADE2C4368' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzleA3_GroupMap \ static_assert(alignof(FTalesPuzzleA3_GroupMap) == 0x000008, "Wrong alignment on FTalesPuzzleA3_GroupMap"); \ static_assert(sizeof(FTalesPuzzleA3_GroupMap) == 0x000020, "Wrong size on FTalesPuzzleA3_GroupMap"); \ static_assert(offsetof(FTalesPuzzleA3_GroupMap, A3_ActorTexture_19_850ED0C646190872A0156A97540B9668) == 0x000000, "Member 'FTalesPuzzleA3_GroupMap::A3_ActorTexture_19_850ED0C646190872A0156A97540B9668' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA3_GroupMap, A3_HubCharTexture_20_A05E4BDF4F29FEAD1E270F9E513535D3) == 0x000008, "Member 'FTalesPuzzleA3_GroupMap::A3_HubCharTexture_20_A05E4BDF4F29FEAD1E270F9E513535D3' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA3_GroupMap, A3_HubCharDeadTexture_22_4B33CA4D421BE2E3412D478F50B64DBE) == 0x000010, "Member 'FTalesPuzzleA3_GroupMap::A3_HubCharDeadTexture_22_4B33CA4D421BE2E3412D478F50B64DBE' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA3_GroupMap, A3_CharSound_23_7D82CBF44939E0F9AFBC03AADE2C4368) == 0x000018, "Member 'FTalesPuzzleA3_GroupMap::A3_CharSound_23_7D82CBF44939E0F9AFBC03AADE2C4368' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTalesPuzzleA2_GroupMap \ static_assert(alignof(FTalesPuzzleA2_GroupMap) == 0x000008, "Wrong alignment on FTalesPuzzleA2_GroupMap"); \ static_assert(sizeof(FTalesPuzzleA2_GroupMap) == 0x000028, "Wrong size on FTalesPuzzleA2_GroupMap"); \ static_assert(offsetof(FTalesPuzzleA2_GroupMap, A2_ActorTexture_6_850ED0C646190872A0156A97540B9668) == 0x000000, "Member 'FTalesPuzzleA2_GroupMap::A2_ActorTexture_6_850ED0C646190872A0156A97540B9668' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA2_GroupMap, A2_HubActorTexture_9_A05E4BDF4F29FEAD1E270F9E513535D3) == 0x000008, "Member 'FTalesPuzzleA2_GroupMap::A2_HubActorTexture_9_A05E4BDF4F29FEAD1E270F9E513535D3' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA2_GroupMap, A2_HubTopTexture_15_4B33CA4D421BE2E3412D478F50B64DBE) == 0x000010, "Member 'FTalesPuzzleA2_GroupMap::A2_HubTopTexture_15_4B33CA4D421BE2E3412D478F50B64DBE' has a wrong offset!"); \ static_assert(offsetof(FTalesPuzzleA2_GroupMap, A2_Sound_18_7D82CBF44939E0F9AFBC03AADE2C4368) == 0x000020, "Member 'FTalesPuzzleA2_GroupMap::A2_Sound_18_7D82CBF44939E0F9AFBC03AADE2C4368' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Leech_C_ExecuteUbergraph_ABP_Leech \ static_assert(alignof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech) == 0x000008, "Wrong alignment on ABP_Leech_C_ExecuteUbergraph_ABP_Leech"); \ static_assert(sizeof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech) == 0x000048, "Wrong size on ABP_Leech_C_ExecuteUbergraph_ABP_Leech"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, EntryPoint) == 0x000000, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, K2Node_Event_DeltaTimeX) == 0x000008, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000010, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000019, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_GetAttachParentActor_ReturnValue) == 0x000020, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_GetVelocity_ReturnValue) == 0x000028, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, K2Node_DynamicCast_AsFGWagon) == 0x000038, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Leech_C_ExecuteUbergraph_ABP_Leech, CallFunc_VSize_ReturnValue) == 0x000044, "Member 'ABP_Leech_C_ExecuteUbergraph_ABP_Leech::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Leech_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Leech_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Leech_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Leech_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Leech_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Leech_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Leech_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Leech_C_AnimGraph \ static_assert(alignof(ABP_Leech_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Leech_C_AnimGraph"); \ static_assert(sizeof(ABP_Leech_C_AnimGraph) == 0x000010, "Wrong size on ABP_Leech_C_AnimGraph"); \ static_assert(offsetof(ABP_Leech_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Leech_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Leech_C \ static_assert(alignof(UABP_Leech_C) == 0x000010, "Wrong alignment on UABP_Leech_C"); \ static_assert(sizeof(UABP_Leech_C) == 0x000730, "Wrong size on UABP_Leech_C"); \ static_assert(offsetof(UABP_Leech_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Leech_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Leech_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_TransitionResult_1) == 0x0002F8, "Member 'UABP_Leech_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_TransitionResult) == 0x000320, "Member 'UABP_Leech_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_BlendSpacePlayer) == 0x000348, "Member 'UABP_Leech_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_StateResult_1) == 0x000430, "Member 'UABP_Leech_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_RandomPlayer) == 0x000460, "Member 'UABP_Leech_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_BlendListByBool) == 0x0004D8, "Member 'UABP_Leech_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_SequencePlayer) == 0x000578, "Member 'UABP_Leech_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_StateResult) == 0x0005F8, "Member 'UABP_Leech_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_StateMachine) == 0x000628, "Member 'UABP_Leech_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, AnimGraphNode_Slot) == 0x0006D8, "Member 'UABP_Leech_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, Speed) == 0x000720, "Member 'UABP_Leech_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Leech_C, bAttachedToTrain) == 0x000724, "Member 'UABP_Leech_C::bAttachedToTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor \ static_assert(alignof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor) == 0x000008, "Wrong alignment on TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor"); \ static_assert(sizeof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor) == 0x0002F8, "Wrong size on TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, EntryPoint) == 0x000000, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_HasAuthority_ReturnValue_1) == 0x000005, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_HasAuthority_ReturnValue_2) == 0x000006, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_NewState) == 0x000008, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_CustomEvent_CurrentActorID) == 0x000010, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_CustomEvent_CurrentActorID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_CustomEvent_Act1ID) == 0x000014, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_CustomEvent_Act1ID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_CustomEvent_MonilithWorldLocation) == 0x000018, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_CustomEvent_MonilithWorldLocation' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_MyComp) == 0x000028, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_Other) == 0x000030, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_OtherComp) == 0x000038, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_bSelfMoved) == 0x000040, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_HitLocation) == 0x000044, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_HitNormal) == 0x000050, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_NormalImpulse) == 0x00005C, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_Hit) == 0x000068, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_DynamicCast_AsFGProjectile) == 0x0000F0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_DynamicCast_AsFGProjectile' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_SwitchEnum_CmpSuccess) == 0x0000F9, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_GetInstigator_ReturnValue) == 0x000100, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000108, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_SwitchEnum_CmpSuccess_1) == 0x000111, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Conv_IntToString_ReturnValue) == 0x000118, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Subtract_IntInt_ReturnValue) == 0x000128, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Conv_StringToName_ReturnValue) == 0x00012C, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_GetDataTableRowFromName_OutRow) == 0x000138, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000198, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Not_PreBool_ReturnValue) == 0x000199, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0001A0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Conv_StringToName_ReturnValue_1) == 0x0001B0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_IsValid_ReturnValue) == 0x0001B8, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0001C0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000220, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000221, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_CustomEvent_NewState) == 0x000222, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000228, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_SwitchEnum_CmpSuccess_2) == 0x000230, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_Event_DeltaSeconds) == 0x000234, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000238, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_MakeRotator_ReturnValue) == 0x00023C, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000248, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0002D0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0002D8, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002E0, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_CreateDelegate_OutputDelegate) == 0x0002E4, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x0002F4, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, CallFunc_IsValid_ReturnValue_1) == 0x0002F5, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor, K2Node_SwitchEnum_CmpSuccess_3) == 0x0002F6, "Member 'TalesPuzzle_Actor_C_ExecuteUbergraph_TalesPuzzle_Actor::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_ReceiveTick \ static_assert(alignof(TalesPuzzle_Actor_C_ReceiveTick) == 0x000004, "Wrong alignment on TalesPuzzle_Actor_C_ReceiveTick"); \ static_assert(sizeof(TalesPuzzle_Actor_C_ReceiveTick) == 0x000004, "Wrong size on TalesPuzzle_Actor_C_ReceiveTick"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'TalesPuzzle_Actor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_SetState \ static_assert(alignof(TalesPuzzle_Actor_C_SetState) == 0x000001, "Wrong alignment on TalesPuzzle_Actor_C_SetState"); \ static_assert(sizeof(TalesPuzzle_Actor_C_SetState) == 0x000001, "Wrong size on TalesPuzzle_Actor_C_SetState"); \ static_assert(offsetof(TalesPuzzle_Actor_C_SetState, NewState) == 0x000000, "Member 'TalesPuzzle_Actor_C_SetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_ReceiveHit \ static_assert(alignof(TalesPuzzle_Actor_C_ReceiveHit) == 0x000008, "Wrong alignment on TalesPuzzle_Actor_C_ReceiveHit"); \ static_assert(sizeof(TalesPuzzle_Actor_C_ReceiveHit) == 0x0000C8, "Wrong size on TalesPuzzle_Actor_C_ReceiveHit"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, MyComp) == 0x000000, "Member 'TalesPuzzle_Actor_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, Other) == 0x000008, "Member 'TalesPuzzle_Actor_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, OtherComp) == 0x000010, "Member 'TalesPuzzle_Actor_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'TalesPuzzle_Actor_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'TalesPuzzle_Actor_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, HitNormal) == 0x000028, "Member 'TalesPuzzle_Actor_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'TalesPuzzle_Actor_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ReceiveHit, Hit) == 0x000040, "Member 'TalesPuzzle_Actor_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_BuildActor \ static_assert(alignof(TalesPuzzle_Actor_C_BuildActor) == 0x000004, "Wrong alignment on TalesPuzzle_Actor_C_BuildActor"); \ static_assert(sizeof(TalesPuzzle_Actor_C_BuildActor) == 0x000014, "Wrong size on TalesPuzzle_Actor_C_BuildActor"); \ static_assert(offsetof(TalesPuzzle_Actor_C_BuildActor, CurrentActorID) == 0x000000, "Member 'TalesPuzzle_Actor_C_BuildActor::CurrentActorID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_BuildActor, Act1ID_0) == 0x000004, "Member 'TalesPuzzle_Actor_C_BuildActor::Act1ID_0' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_BuildActor, MonilithWorldLocation) == 0x000008, "Member 'TalesPuzzle_Actor_C_BuildActor::MonilithWorldLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_SetActorState \ static_assert(alignof(TalesPuzzle_Actor_C_SetActorState) == 0x000004, "Wrong alignment on TalesPuzzle_Actor_C_SetActorState"); \ static_assert(sizeof(TalesPuzzle_Actor_C_SetActorState) == 0x000008, "Wrong size on TalesPuzzle_Actor_C_SetActorState"); \ static_assert(offsetof(TalesPuzzle_Actor_C_SetActorState, NewState) == 0x000000, "Member 'TalesPuzzle_Actor_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_UserConstructionScript \ static_assert(alignof(TalesPuzzle_Actor_C_UserConstructionScript) == 0x000001, "Wrong alignment on TalesPuzzle_Actor_C_UserConstructionScript"); \ static_assert(sizeof(TalesPuzzle_Actor_C_UserConstructionScript) == 0x000006, "Wrong size on TalesPuzzle_Actor_C_UserConstructionScript"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000001, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000002, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000003, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000004, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_4) == 0x000005, "Member 'TalesPuzzle_Actor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_TrailComp \ static_assert(alignof(TalesPuzzle_Actor_C_TrailComp) == 0x000010, "Wrong alignment on TalesPuzzle_Actor_C_TrailComp"); \ static_assert(sizeof(TalesPuzzle_Actor_C_TrailComp) == 0x0000D0, "Wrong size on TalesPuzzle_Actor_C_TrailComp"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, Temp_struct_Variable) == 0x000000, "Member 'TalesPuzzle_Actor_C_TrailComp::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, Temp_int_Variable) == 0x000030, "Member 'TalesPuzzle_Actor_C_TrailComp::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, Temp_struct_Variable_1) == 0x000050, "Member 'TalesPuzzle_Actor_C_TrailComp::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000080, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_AddComponent_ReturnValue_1) == 0x000088, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000090, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000094, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_GetTangentAtSplinePoint_ReturnValue) == 0x000098, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_GetTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A4, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x0000A8, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B4, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_GetTangentAtSplinePoint_ReturnValue_1) == 0x0000B8, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_GetTangentAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_TrailComp, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x0000C4, "Member 'TalesPuzzle_Actor_C_TrailComp::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_OnRep_bIsCompleted \ static_assert(alignof(TalesPuzzle_Actor_C_OnRep_bIsCompleted) == 0x000004, "Wrong alignment on TalesPuzzle_Actor_C_OnRep_bIsCompleted"); \ static_assert(sizeof(TalesPuzzle_Actor_C_OnRep_bIsCompleted) == 0x00001C, "Wrong size on TalesPuzzle_Actor_C_OnRep_bIsCompleted"); \ static_assert(offsetof(TalesPuzzle_Actor_C_OnRep_bIsCompleted, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'TalesPuzzle_Actor_C_OnRep_bIsCompleted::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_OnRep_bIsCompleted, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000004, "Member 'TalesPuzzle_Actor_C_OnRep_bIsCompleted::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_OnRep_bIsCompleted, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000008, "Member 'TalesPuzzle_Actor_C_OnRep_bIsCompleted::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_OnRep_bIsCompleted, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'TalesPuzzle_Actor_C_OnRep_bIsCompleted::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_OnRep_bIsCompleted, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'TalesPuzzle_Actor_C_OnRep_bIsCompleted::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_NewFunction_0 \ static_assert(alignof(TalesPuzzle_Actor_C_NewFunction_0) == 0x000010, "Wrong alignment on TalesPuzzle_Actor_C_NewFunction_0"); \ static_assert(sizeof(TalesPuzzle_Actor_C_NewFunction_0) == 0x000040, "Wrong size on TalesPuzzle_Actor_C_NewFunction_0"); \ static_assert(offsetof(TalesPuzzle_Actor_C_NewFunction_0, Temp_struct_Variable) == 0x000000, "Member 'TalesPuzzle_Actor_C_NewFunction_0::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Actor_C_NewFunction_0, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'TalesPuzzle_Actor_C_NewFunction_0::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_GetActorState \ static_assert(alignof(TalesPuzzle_Actor_C_GetActorState) == 0x000004, "Wrong alignment on TalesPuzzle_Actor_C_GetActorState"); \ static_assert(sizeof(TalesPuzzle_Actor_C_GetActorState) == 0x000008, "Wrong size on TalesPuzzle_Actor_C_GetActorState"); \ static_assert(offsetof(TalesPuzzle_Actor_C_GetActorState, ReturnValue) == 0x000000, "Member 'TalesPuzzle_Actor_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Actor_C_ShouldNotBeSaved \ static_assert(alignof(TalesPuzzle_Actor_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on TalesPuzzle_Actor_C_ShouldNotBeSaved"); \ static_assert(sizeof(TalesPuzzle_Actor_C_ShouldNotBeSaved) == 0x000001, "Wrong size on TalesPuzzle_Actor_C_ShouldNotBeSaved"); \ static_assert(offsetof(TalesPuzzle_Actor_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'TalesPuzzle_Actor_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATalesPuzzle_Actor_C \ static_assert(alignof(ATalesPuzzle_Actor_C) == 0x000008, "Wrong alignment on ATalesPuzzle_Actor_C"); \ static_assert(sizeof(ATalesPuzzle_Actor_C) == 0x000350, "Wrong size on ATalesPuzzle_Actor_C"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, UberGraphFrame) == 0x000240, "Member 'ATalesPuzzle_Actor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, DesolveEffect) == 0x000248, "Member 'ATalesPuzzle_Actor_C::DesolveEffect' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Activation) == 0x000250, "Member 'ATalesPuzzle_Actor_C::Activation' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Idle_Activate) == 0x000258, "Member 'ATalesPuzzle_Actor_C::Idle_Activate' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, HitEffect) == 0x000260, "Member 'ATalesPuzzle_Actor_C::HitEffect' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, ActivationEffect) == 0x000268, "Member 'ATalesPuzzle_Actor_C::ActivationEffect' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Decal) == 0x000270, "Member 'ATalesPuzzle_Actor_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Spline) == 0x000278, "Member 'ATalesPuzzle_Actor_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, SFX) == 0x000280, "Member 'ATalesPuzzle_Actor_C::SFX' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Mesh) == 0x000288, "Member 'ATalesPuzzle_Actor_C::Mesh' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Timeline_0_NewTrack_0_303F709746C49960DA7B51811218ACCC) == 0x000290, "Member 'ATalesPuzzle_Actor_C::Timeline_0_NewTrack_0_303F709746C49960DA7B51811218ACCC' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Timeline_0__Direction_303F709746C49960DA7B51811218ACCC) == 0x000294, "Member 'ATalesPuzzle_Actor_C::Timeline_0__Direction_303F709746C49960DA7B51811218ACCC' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Timeline_0) == 0x000298, "Member 'ATalesPuzzle_Actor_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Opacity01_Opacity_CDAB4ABB4ADBA5B02276B2BF4128E054) == 0x0002A0, "Member 'ATalesPuzzle_Actor_C::Opacity01_Opacity_CDAB4ABB4ADBA5B02276B2BF4128E054' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Opacity01__Direction_CDAB4ABB4ADBA5B02276B2BF4128E054) == 0x0002A4, "Member 'ATalesPuzzle_Actor_C::Opacity01__Direction_CDAB4ABB4ADBA5B02276B2BF4128E054' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Opacity01) == 0x0002A8, "Member 'ATalesPuzzle_Actor_C::Opacity01' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, DynMat_Decal) == 0x0002B0, "Member 'ATalesPuzzle_Actor_C::DynMat_Decal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Act) == 0x0002B8, "Member 'ATalesPuzzle_Actor_C::Act' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, OnChangeState) == 0x0002C0, "Member 'ATalesPuzzle_Actor_C::OnChangeState' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, CurrentState) == 0x0002D0, "Member 'ATalesPuzzle_Actor_C::CurrentState' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, CurrentID) == 0x0002D4, "Member 'ATalesPuzzle_Actor_C::CurrentID' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, Act1ID) == 0x0002D8, "Member 'ATalesPuzzle_Actor_C::Act1ID' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, OnSetEnabled) == 0x0002E0, "Member 'ATalesPuzzle_Actor_C::OnSetEnabled' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, NormalColor) == 0x0002F0, "Member 'ATalesPuzzle_Actor_C::NormalColor' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, OnPuzzleCompleted) == 0x000300, "Member 'ATalesPuzzle_Actor_C::OnPuzzleCompleted' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, bIsCompleted) == 0x000310, "Member 'ATalesPuzzle_Actor_C::bIsCompleted' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, bIsVisible) == 0x000311, "Member 'ATalesPuzzle_Actor_C::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, MonolithWorldLocation) == 0x000314, "Member 'ATalesPuzzle_Actor_C::MonolithWorldLocation' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, PuzzleController) == 0x000320, "Member 'ATalesPuzzle_Actor_C::PuzzleController' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, DynMat_Trail01) == 0x000328, "Member 'ATalesPuzzle_Actor_C::DynMat_Trail01' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, DynMat_Trail02) == 0x000330, "Member 'ATalesPuzzle_Actor_C::DynMat_Trail02' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, NewVar_0) == 0x000338, "Member 'ATalesPuzzle_Actor_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, StaticMesh) == 0x000340, "Member 'ATalesPuzzle_Actor_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Actor_C, SaveState) == 0x000348, "Member 'ATalesPuzzle_Actor_C::SaveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine \ static_assert(alignof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine) == 0x000008, "Wrong alignment on Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine"); \ static_assert(sizeof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine) == 0x000090, "Wrong size on Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, EntryPoint) == 0x000000, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, K2Node_Event_Player_1) == 0x000008, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, K2Node_Event_Player) == 0x000010, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetPlayerTrain_ReturnValue) == 0x000020, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000030, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetLocomotive_ReturnValue) == 0x000040, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_2) == 0x000048, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_3) == 0x000049, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_4) == 0x00004A, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetFuelAmount_ReturnValue) == 0x00004C, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetFuelAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000050, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetLocomotive_ReturnValue_1) == 0x000058, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_5) == 0x000060, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_6) == 0x000061, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsValid_ReturnValue_7) == 0x000062, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_IsComplete_ReturnValue) == 0x000080, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_Not_PreBool_ReturnValue) == 0x000081, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_GetFuelAmount_ReturnValue_1) == 0x000084, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_GetFuelAmount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000088, "Member 'Task_RefuelEngine_C_ExecuteUbergraph_Task_RefuelEngine::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_RefuelEngine_C_OnRemoveFromPlayer \ static_assert(alignof(Task_RefuelEngine_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_RefuelEngine_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_RefuelEngine_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_RefuelEngine_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_RefuelEngine_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_RefuelEngine_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_RefuelEngine_C_OnGivePlayer \ static_assert(alignof(Task_RefuelEngine_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_RefuelEngine_C_OnGivePlayer"); \ static_assert(sizeof(Task_RefuelEngine_C_OnGivePlayer) == 0x000008, "Wrong size on Task_RefuelEngine_C_OnGivePlayer"); \ static_assert(offsetof(Task_RefuelEngine_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_RefuelEngine_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_RefuelEngine_C_GetMaxProgress \ static_assert(alignof(Task_RefuelEngine_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_RefuelEngine_C_GetMaxProgress"); \ static_assert(sizeof(Task_RefuelEngine_C_GetMaxProgress) == 0x000004, "Wrong size on Task_RefuelEngine_C_GetMaxProgress"); \ static_assert(offsetof(Task_RefuelEngine_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_RefuelEngine_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_RefuelEngine_C \ static_assert(alignof(UTask_RefuelEngine_C) == 0x000008, "Wrong alignment on UTask_RefuelEngine_C"); \ static_assert(sizeof(UTask_RefuelEngine_C) == 0x0000B0, "Wrong size on UTask_RefuelEngine_C"); \ static_assert(offsetof(UTask_RefuelEngine_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_RefuelEngine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_RefuelEngine_C, Count) == 0x0000A8, "Member 'UTask_RefuelEngine_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_RefuelEngine_C, FuelType) == 0x0000AC, "Member 'UTask_RefuelEngine_C::FuelType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GetMagazine_RevolverReload_C_Received_NotifyBegin \ static_assert(alignof(GetMagazine_RevolverReload_C_Received_NotifyBegin) == 0x000010, "Wrong alignment on GetMagazine_RevolverReload_C_Received_NotifyBegin"); \ static_assert(sizeof(GetMagazine_RevolverReload_C_Received_NotifyBegin) == 0x0000F0, "Wrong size on GetMagazine_RevolverReload_C_Received_NotifyBegin"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, L_RangedWeapon) == 0x000018, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::L_RangedWeapon' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, L_FPCopyGrip) == 0x000020, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::L_FPCopyGrip' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, L_FPCopyMag) == 0x000028, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::L_FPCopyMag' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, NewLocalVar_0) == 0x000030, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsThird_Person_Character) == 0x000078, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000088, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000098, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_AddComponentByClass_ReturnValue) == 0x0000A8, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_GetFPCopyComponent_ReturnValue) == 0x0000B0, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_SetStaticMesh_ReturnValue) == 0x0000B8, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_GetFPCopyComponent_ReturnValue_1) == 0x0000C0, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_GetFPCopyComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue_2) == 0x0000C9, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_BooleanAND_ReturnValue) == 0x0000CA, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, K2Node_MakeArray_Array) == 0x0000D0, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyBegin, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000E0, "Member 'GetMagazine_RevolverReload_C_Received_NotifyBegin::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GetMagazine_RevolverReload_C_Received_NotifyEnd \ static_assert(alignof(GetMagazine_RevolverReload_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on GetMagazine_RevolverReload_C_Received_NotifyEnd"); \ static_assert(sizeof(GetMagazine_RevolverReload_C_Received_NotifyEnd) == 0x000088, "Wrong size on GetMagazine_RevolverReload_C_Received_NotifyEnd"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, L_RangedWeapon) == 0x000018, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::L_RangedWeapon' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, Temp_int_Array_Index_Variable) == 0x000020, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsThird_Person_Character) == 0x000030, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000040, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_GetComponentsByTag_ReturnValue) == 0x000050, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_Array_Get_Item) == 0x000060, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000068, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_RevolverReload_C_Received_NotifyEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'GetMagazine_RevolverReload_C_Received_NotifyEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGetMagazine_RevolverReload_C \ static_assert(alignof(UGetMagazine_RevolverReload_C) == 0x000008, "Wrong alignment on UGetMagazine_RevolverReload_C"); \ static_assert(sizeof(UGetMagazine_RevolverReload_C) == 0x000040, "Wrong size on UGetMagazine_RevolverReload_C"); \ static_assert(offsetof(UGetMagazine_RevolverReload_C, Cartrige_SocketName) == 0x000030, "Member 'UGetMagazine_RevolverReload_C::Cartrige_SocketName' has a wrong offset!"); \ static_assert(offsetof(UGetMagazine_RevolverReload_C, TransientTagForMag) == 0x000038, "Member 'UGetMagazine_RevolverReload_C::TransientTagForMag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExplosionShake_C \ static_assert(alignof(UExplosionShake_C) == 0x000010, "Wrong alignment on UExplosionShake_C"); \ static_assert(sizeof(UExplosionShake_C) == 0x0001B0, "Wrong size on UExplosionShake_C"); \ #define DUMPER7_ASSERTS_MQ_13_PlayerPoint_C_AddPlayer \ static_assert(alignof(MQ_13_PlayerPoint_C_AddPlayer) == 0x000008, "Wrong alignment on MQ_13_PlayerPoint_C_AddPlayer"); \ static_assert(sizeof(MQ_13_PlayerPoint_C_AddPlayer) == 0x000010, "Wrong size on MQ_13_PlayerPoint_C_AddPlayer"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_AddPlayer, Player) == 0x000000, "Member 'MQ_13_PlayerPoint_C_AddPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_AddPlayer, bReturnValue) == 0x000008, "Member 'MQ_13_PlayerPoint_C_AddPlayer::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_AddPlayer, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'MQ_13_PlayerPoint_C_AddPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer \ static_assert(alignof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer) == 0x000008, "Wrong alignment on MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer"); \ static_assert(sizeof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer) == 0x000010, "Wrong size on MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer, Player) == 0x000000, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer, bReturnValue) == 0x000008, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00000B, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointContainsPlayer::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_PlayerPoint_C_IsPlayerPointEmpty \ static_assert(alignof(MQ_13_PlayerPoint_C_IsPlayerPointEmpty) == 0x000001, "Wrong alignment on MQ_13_PlayerPoint_C_IsPlayerPointEmpty"); \ static_assert(sizeof(MQ_13_PlayerPoint_C_IsPlayerPointEmpty) == 0x000003, "Wrong size on MQ_13_PlayerPoint_C_IsPlayerPointEmpty"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointEmpty, bReturnValue) == 0x000000, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointEmpty::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointEmpty, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointEmpty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_PlayerPoint_C_IsPlayerPointEmpty, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'MQ_13_PlayerPoint_C_IsPlayerPointEmpty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_PlayerPoint_C \ static_assert(alignof(AMQ_13_PlayerPoint_C) == 0x000008, "Wrong alignment on AMQ_13_PlayerPoint_C"); \ static_assert(sizeof(AMQ_13_PlayerPoint_C) == 0x000238, "Wrong size on AMQ_13_PlayerPoint_C"); \ static_assert(offsetof(AMQ_13_PlayerPoint_C, capsule) == 0x000220, "Member 'AMQ_13_PlayerPoint_C::capsule' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_PlayerPoint_C, arrow) == 0x000228, "Member 'AMQ_13_PlayerPoint_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_PlayerPoint_C, ContainingPlayer) == 0x000230, "Member 'AMQ_13_PlayerPoint_C::ContainingPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons \ static_assert(alignof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons) == 0x000008, "Wrong alignment on DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons"); \ static_assert(sizeof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons) == 0x000098, "Wrong size on DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, EntryPoint) == 0x000000, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CustomEvent_Direction) == 0x000004, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CustomEvent_Direction' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CustomEvent_Percent_1) == 0x000008, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CustomEvent_Percent_1' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x00000C, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CustomEvent_ButtonData) == 0x000020, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CustomEvent_ButtonData' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CustomEvent_IsGamepadNow) == 0x000060, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_GetHUD_ReturnValue) == 0x000068, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_DynamicCast_AsHUD_Ansora) == 0x000070, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CustomEvent_Percent) == 0x00007C, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000080, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'DefaultActionButtons_C_ExecuteUbergraph_DefaultActionButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ShowAltProgress \ static_assert(alignof(DefaultActionButtons_C_ShowAltProgress) == 0x000004, "Wrong alignment on DefaultActionButtons_C_ShowAltProgress"); \ static_assert(sizeof(DefaultActionButtons_C_ShowAltProgress) == 0x000004, "Wrong size on DefaultActionButtons_C_ShowAltProgress"); \ static_assert(offsetof(DefaultActionButtons_C_ShowAltProgress, Percent) == 0x000000, "Member 'DefaultActionButtons_C_ShowAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_GamepadModeChange \ static_assert(alignof(DefaultActionButtons_C_GamepadModeChange) == 0x000001, "Wrong alignment on DefaultActionButtons_C_GamepadModeChange"); \ static_assert(sizeof(DefaultActionButtons_C_GamepadModeChange) == 0x000001, "Wrong size on DefaultActionButtons_C_GamepadModeChange"); \ static_assert(offsetof(DefaultActionButtons_C_GamepadModeChange, IsGamepadNOW) == 0x000000, "Member 'DefaultActionButtons_C_GamepadModeChange::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ShowProgress \ static_assert(alignof(DefaultActionButtons_C_ShowProgress) == 0x000004, "Wrong alignment on DefaultActionButtons_C_ShowProgress"); \ static_assert(sizeof(DefaultActionButtons_C_ShowProgress) == 0x000004, "Wrong size on DefaultActionButtons_C_ShowProgress"); \ static_assert(offsetof(DefaultActionButtons_C_ShowProgress, Percent) == 0x000000, "Member 'DefaultActionButtons_C_ShowProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ButtonsBlockAppearance \ static_assert(alignof(DefaultActionButtons_C_ButtonsBlockAppearance) == 0x000001, "Wrong alignment on DefaultActionButtons_C_ButtonsBlockAppearance"); \ static_assert(sizeof(DefaultActionButtons_C_ButtonsBlockAppearance) == 0x000001, "Wrong size on DefaultActionButtons_C_ButtonsBlockAppearance"); \ static_assert(offsetof(DefaultActionButtons_C_ButtonsBlockAppearance, Direction) == 0x000000, "Member 'DefaultActionButtons_C_ButtonsBlockAppearance::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_DrawButton \ static_assert(alignof(DefaultActionButtons_C_DrawButton) == 0x000008, "Wrong alignment on DefaultActionButtons_C_DrawButton"); \ static_assert(sizeof(DefaultActionButtons_C_DrawButton) == 0x000038, "Wrong size on DefaultActionButtons_C_DrawButton"); \ static_assert(offsetof(DefaultActionButtons_C_DrawButton, ButtonData) == 0x000000, "Member 'DefaultActionButtons_C_DrawButton::ButtonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_RedrawButton \ static_assert(alignof(DefaultActionButtons_C_RedrawButton) == 0x000008, "Wrong alignment on DefaultActionButtons_C_RedrawButton"); \ static_assert(sizeof(DefaultActionButtons_C_RedrawButton) == 0x000048, "Wrong size on DefaultActionButtons_C_RedrawButton"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, ExistingButton) == 0x000000, "Member 'DefaultActionButtons_C_RedrawButton::ExistingButton' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, UpdatedButtonData) == 0x000008, "Member 'DefaultActionButtons_C_RedrawButton::UpdatedButtonData' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_GetAvailable_ReturnValue) == 0x000040, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_GetAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_NotEqual_TextText_ReturnValue) == 0x000042, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000043, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_NotEqual_NameName_ReturnValue) == 0x000044, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_BooleanOR_ReturnValue) == 0x000045, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_RedrawButton, CallFunc_BooleanOR_ReturnValue_1) == 0x000046, "Member 'DefaultActionButtons_C_RedrawButton::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ReconstructButtonAndState \ static_assert(alignof(DefaultActionButtons_C_ReconstructButtonAndState) == 0x000008, "Wrong alignment on DefaultActionButtons_C_ReconstructButtonAndState"); \ static_assert(sizeof(DefaultActionButtons_C_ReconstructButtonAndState) == 0x000048, "Wrong size on DefaultActionButtons_C_ReconstructButtonAndState"); \ static_assert(offsetof(DefaultActionButtons_C_ReconstructButtonAndState, ButtonWidget) == 0x000000, "Member 'DefaultActionButtons_C_ReconstructButtonAndState::ButtonWidget' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ReconstructButtonAndState, ConstructionData) == 0x000008, "Member 'DefaultActionButtons_C_ReconstructButtonAndState::ConstructionData' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ReconstructButtonAndState, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'DefaultActionButtons_C_ReconstructButtonAndState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_ProcessButton \ static_assert(alignof(DefaultActionButtons_C_ProcessButton) == 0x000008, "Wrong alignment on DefaultActionButtons_C_ProcessButton"); \ static_assert(sizeof(DefaultActionButtons_C_ProcessButton) == 0x000048, "Wrong size on DefaultActionButtons_C_ProcessButton"); \ static_assert(offsetof(DefaultActionButtons_C_ProcessButton, ButtonWidget) == 0x000000, "Member 'DefaultActionButtons_C_ProcessButton::ButtonWidget' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ProcessButton, ButtonData) == 0x000008, "Member 'DefaultActionButtons_C_ProcessButton::ButtonData' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ProcessButton, CallFunc_IsVisible_ReturnValue) == 0x000040, "Member 'DefaultActionButtons_C_ProcessButton::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_ProcessButton, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'DefaultActionButtons_C_ProcessButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_SelectAndProcessButton \ static_assert(alignof(DefaultActionButtons_C_SelectAndProcessButton) == 0x000008, "Wrong alignment on DefaultActionButtons_C_SelectAndProcessButton"); \ static_assert(sizeof(DefaultActionButtons_C_SelectAndProcessButton) == 0x000050, "Wrong size on DefaultActionButtons_C_SelectAndProcessButton"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, ButtonData) == 0x000000, "Member 'DefaultActionButtons_C_SelectAndProcessButton::ButtonData' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, Temp_bool_Variable) == 0x000038, "Member 'DefaultActionButtons_C_SelectAndProcessButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, Temp_bool_Variable_1) == 0x000039, "Member 'DefaultActionButtons_C_SelectAndProcessButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003A, "Member 'DefaultActionButtons_C_SelectAndProcessButton::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00003B, "Member 'DefaultActionButtons_C_SelectAndProcessButton::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, K2Node_Select_Default) == 0x000040, "Member 'DefaultActionButtons_C_SelectAndProcessButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_SelectAndProcessButton, K2Node_Select_Default_1) == 0x000048, "Member 'DefaultActionButtons_C_SelectAndProcessButton::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_UpdateProgress \ static_assert(alignof(DefaultActionButtons_C_UpdateProgress) == 0x000008, "Wrong alignment on DefaultActionButtons_C_UpdateProgress"); \ static_assert(sizeof(DefaultActionButtons_C_UpdateProgress) == 0x000020, "Wrong size on DefaultActionButtons_C_UpdateProgress"); \ static_assert(offsetof(DefaultActionButtons_C_UpdateProgress, ButtonWidget) == 0x000000, "Member 'DefaultActionButtons_C_UpdateProgress::ButtonWidget' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_UpdateProgress, InputPin) == 0x000008, "Member 'DefaultActionButtons_C_UpdateProgress::InputPin' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_UpdateProgress, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'DefaultActionButtons_C_UpdateProgress::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_UpdateProgress, CallFunc_IsInputKeyDown_ReturnValue) == 0x000018, "Member 'DefaultActionButtons_C_UpdateProgress::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DefaultActionButtons_C_GetVisibleKeys \ static_assert(alignof(DefaultActionButtons_C_GetVisibleKeys) == 0x000008, "Wrong alignment on DefaultActionButtons_C_GetVisibleKeys"); \ static_assert(sizeof(DefaultActionButtons_C_GetVisibleKeys) == 0x000060, "Wrong size on DefaultActionButtons_C_GetVisibleKeys"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, VisibleKeys) == 0x000000, "Member 'DefaultActionButtons_C_GetVisibleKeys::VisibleKeys' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, LocalVisibleKeys) == 0x000010, "Member 'DefaultActionButtons_C_GetVisibleKeys::LocalVisibleKeys' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, Temp_int_Array_Index_Variable) == 0x000020, "Member 'DefaultActionButtons_C_GetVisibleKeys::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'DefaultActionButtons_C_GetVisibleKeys::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, K2Node_MakeArray_Array) == 0x000030, "Member 'DefaultActionButtons_C_GetVisibleKeys::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_Array_Get_Item) == 0x000048, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DefaultActionButtons_C_GetVisibleKeys, CallFunc_IsVisible_ReturnValue) == 0x000058, "Member 'DefaultActionButtons_C_GetVisibleKeys::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDefaultActionButtons_C \ static_assert(alignof(UDefaultActionButtons_C) == 0x000008, "Wrong alignment on UDefaultActionButtons_C"); \ static_assert(sizeof(UDefaultActionButtons_C) == 0x000290, "Wrong size on UDefaultActionButtons_C"); \ static_assert(offsetof(UDefaultActionButtons_C, UberGraphFrame) == 0x000260, "Member 'UDefaultActionButtons_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDefaultActionButtons_C, AppearanceAnimation) == 0x000268, "Member 'UDefaultActionButtons_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UDefaultActionButtons_C, AltButton) == 0x000270, "Member 'UDefaultActionButtons_C::AltButton' has a wrong offset!"); \ static_assert(offsetof(UDefaultActionButtons_C, AltProgressButton) == 0x000278, "Member 'UDefaultActionButtons_C::AltProgressButton' has a wrong offset!"); \ static_assert(offsetof(UDefaultActionButtons_C, StandartButton) == 0x000280, "Member 'UDefaultActionButtons_C::StandartButton' has a wrong offset!"); \ static_assert(offsetof(UDefaultActionButtons_C, StandartProgressButton) == 0x000288, "Member 'UDefaultActionButtons_C::StandartProgressButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_Can_be_Deconstructed \ static_assert(alignof(UIFocusableLib_C_Can_be_Deconstructed) == 0x000008, "Wrong alignment on UIFocusableLib_C_Can_be_Deconstructed"); \ static_assert(sizeof(UIFocusableLib_C_Can_be_Deconstructed) == 0x000060, "Wrong size on UIFocusableLib_C_Can_be_Deconstructed"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, WagonModule) == 0x000000, "Member 'UIFocusableLib_C_Can_be_Deconstructed::WagonModule' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_Can_be_Deconstructed::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, isAllowed) == 0x000010, "Member 'UIFocusableLib_C_Can_be_Deconstructed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, IsAvaliable) == 0x000011, "Member 'UIFocusableLib_C_Can_be_Deconstructed::IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, Message) == 0x000018, "Member 'UIFocusableLib_C_Can_be_Deconstructed::Message' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, CallFunc_GetState_ReturnValue) == 0x000030, "Member 'UIFocusableLib_C_Can_be_Deconstructed::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'UIFocusableLib_C_Can_be_Deconstructed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'UIFocusableLib_C_Can_be_Deconstructed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'UIFocusableLib_C_Can_be_Deconstructed::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000040, "Member 'UIFocusableLib_C_Can_be_Deconstructed::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UIFocusableLib_C_Can_be_Deconstructed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, CallFunc_GetTrainBuilder_ReturnValue) == 0x000050, "Member 'UIFocusableLib_C_Can_be_Deconstructed::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, CallFunc_CanUninstallWagonModule_ReturnValue) == 0x000058, "Member 'UIFocusableLib_C_Can_be_Deconstructed::CallFunc_CanUninstallWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_be_Deconstructed, K2Node_SwitchEnum_CmpSuccess_1) == 0x000059, "Member 'UIFocusableLib_C_Can_be_Deconstructed::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_Can_Repair_It \ static_assert(alignof(UIFocusableLib_C_Can_Repair_It) == 0x000008, "Wrong alignment on UIFocusableLib_C_Can_Repair_It"); \ static_assert(sizeof(UIFocusableLib_C_Can_Repair_It) == 0x000018, "Wrong size on UIFocusableLib_C_Can_Repair_It"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, Module) == 0x000000, "Member 'UIFocusableLib_C_Can_Repair_It::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_Can_Repair_It::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, Repairable) == 0x000010, "Member 'UIFocusableLib_C_Can_Repair_It::Repairable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000011, "Member 'UIFocusableLib_C_Can_Repair_It::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'UIFocusableLib_C_Can_Repair_It::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, K2Node_SwitchEnum_CmpSuccess) == 0x000013, "Member 'UIFocusableLib_C_Can_Repair_It::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, CallFunc_Less_FloatFloat_ReturnValue) == 0x000014, "Member 'UIFocusableLib_C_Can_Repair_It::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Can_Repair_It, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'UIFocusableLib_C_Can_Repair_It::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetPickupDistance \ static_assert(alignof(UIFocusableLib_C_GetPickupDistance) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetPickupDistance"); \ static_assert(sizeof(UIFocusableLib_C_GetPickupDistance) == 0x000028, "Wrong size on UIFocusableLib_C_GetPickupDistance"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, __WorldContext) == 0x000000, "Member 'UIFocusableLib_C_GetPickupDistance::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, Distance) == 0x000008, "Member 'UIFocusableLib_C_GetPickupDistance::Distance' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'UIFocusableLib_C_GetPickupDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'UIFocusableLib_C_GetPickupDistance::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'UIFocusableLib_C_GetPickupDistance::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetPickupDistance, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UIFocusableLib_C_GetPickupDistance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_Get_Validated_Module_Settings \ static_assert(alignof(UIFocusableLib_C_Get_Validated_Module_Settings) == 0x000008, "Wrong alignment on UIFocusableLib_C_Get_Validated_Module_Settings"); \ static_assert(sizeof(UIFocusableLib_C_Get_Validated_Module_Settings) == 0x0003F0, "Wrong size on UIFocusableLib_C_Get_Validated_Module_Settings"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, Name_0) == 0x000000, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::Name_0' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, Module) == 0x000018, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, TraceHit) == 0x000020, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::TraceHit' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, __WorldContext) == 0x0000A8, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, IsValid) == 0x0000B0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::IsValid' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, ModuleInfo) == 0x0000B8, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CustomName) == 0x000120, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CustomName' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_bBlockingHit) == 0x000138, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_bInitialOverlap) == 0x000139, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Time) == 0x00013C, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Distance) == 0x000140, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Location) == 0x000144, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ImpactPoint) == 0x000150, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Normal) == 0x00015C, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ImpactNormal) == 0x000168, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_PhysMat) == 0x000178, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitActor) == 0x000180, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitComponent) == 0x000188, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitBoneName) == 0x000190, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitItem) == 0x000198, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ElementIndex) == 0x00019C, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_FaceIndex) == 0x0001A0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_TraceStart) == 0x0001A4, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_TraceEnd) == 0x0001B0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0001BC, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0001BD, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Time_1) == 0x0001C0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Distance_1) == 0x0001C4, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Location_1) == 0x0001C8, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0001D4, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_Normal_1) == 0x0001E0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0001EC, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_PhysMat_1) == 0x0001F8, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitActor_1) == 0x000200, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitComponent_1) == 0x000208, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitBoneName_1) == 0x000210, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_HitItem_1) == 0x000218, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_ElementIndex_1) == 0x00021C, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_FaceIndex_1) == 0x000220, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_TraceStart_1) == 0x000224, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_BreakHitResult_TraceEnd_1) == 0x000230, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x000240, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_bSuccess) == 0x000250, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_AsFGSelection_Info) == 0x000258, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_AsFGSelection_Info' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetWagonModuleSettings_Settings) == 0x000270, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetWagonModuleSettings_bIsProject) == 0x0002E8, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_IsValid_ReturnValue) == 0x0002E9, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_AsBPI_Focusable) == 0x0002F0, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_bSuccess_2) == 0x000300, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000304, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetAdditionalButtons_ActionKeys) == 0x000308, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetAdditionalButtons_ActionKeys' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000318, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_bSuccess_3) == 0x000328, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetParentTrain_ReturnValue) == 0x000330, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_IsValid_ReturnValue_1) == 0x000338, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetCategory_ReturnValue) == 0x000339, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00033A, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_TextIsEmpty_ReturnValue) == 0x00033B, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_IsValid_ReturnValue_2) == 0x00033C, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_IsValid_ReturnValue_3) == 0x00033D, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetPickupDistance_Distance) == 0x000340, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetPickupDistance_Distance' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetPlayerPawn_ReturnValue) == 0x000348, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000350, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000358, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_DynamicCast_bSuccess_4) == 0x000360, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_CanHoldUse_ReturnValue) == 0x000361, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetItemSelection_SelectionText) == 0x000368, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetItemSelection_bDisableButton) == 0x000380, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_GetItemSelection_bIsInfoText) == 0x000381, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, CallFunc_Not_PreBool_ReturnValue) == 0x000382, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_Get_Validated_Module_Settings, K2Node_MakeStruct_ModuleInfoData) == 0x000388, "Member 'UIFocusableLib_C_Get_Validated_Module_Settings::K2Node_MakeStruct_ModuleInfoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_ShowModuleInfo \ static_assert(alignof(UIFocusableLib_C_ShowModuleInfo) == 0x000008, "Wrong alignment on UIFocusableLib_C_ShowModuleInfo"); \ static_assert(sizeof(UIFocusableLib_C_ShowModuleInfo) == 0x0001B0, "Wrong size on UIFocusableLib_C_ShowModuleInfo"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, ModuleInfo) == 0x000000, "Member 'UIFocusableLib_C_ShowModuleInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, Module) == 0x000068, "Member 'UIFocusableLib_C_ShowModuleInfo::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, __WorldContext) == 0x000070, "Member 'UIFocusableLib_C_ShowModuleInfo::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, LocalHUD) == 0x000078, "Member 'UIFocusableLib_C_ShowModuleInfo::LocalHUD' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000080, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_AsHUD_Interface) == 0x000088, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000099, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_Get_Electricity_Manager_bIsAvailable) == 0x00009A, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_Get_Electricity_Manager_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_Get_Electricity_Manager_ElectricityManager) == 0x0000A0, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_Get_Electricity_Manager_ElectricityManager' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_IsElectricutyAvailible_ReturnValue) == 0x0000A8, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_IsElectricutyAvailible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_GetPlayerController_ReturnValue) == 0x0000B0, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_BooleanAND_ReturnValue) == 0x0000B8, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_GetHUD_ReturnValue) == 0x0000C0, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C8, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D0, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_CanLootTrash_isAvaliable) == 0x0000D9, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_CanLootTrash_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_CanLootTrash_Reason) == 0x0000E0, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_CanLootTrash_Reason' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_MakeStruct_ModuleInfoData) == 0x0000F8, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_MakeStruct_ModuleInfoData' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_CanDisassembleModule_ReturnValue) == 0x000160, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_CanDisassembleModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000168, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_bSuccess_1) == 0x000178, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_AsHUD_Interface_2) == 0x000180, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_AsHUD_Interface_3) == 0x000198, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_AsHUD_Interface_3' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, K2Node_DynamicCast_bSuccess_3) == 0x0001A8, "Member 'UIFocusableLib_C_ShowModuleInfo::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_ShowModuleInfo, CallFunc_IsValid_ReturnValue_1) == 0x0001A9, "Member 'UIFocusableLib_C_ShowModuleInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_HideModuleInfo \ static_assert(alignof(UIFocusableLib_C_HideModuleInfo) == 0x000008, "Wrong alignment on UIFocusableLib_C_HideModuleInfo"); \ static_assert(sizeof(UIFocusableLib_C_HideModuleInfo) == 0x000058, "Wrong size on UIFocusableLib_C_HideModuleInfo"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, Module) == 0x000000, "Member 'UIFocusableLib_C_HideModuleInfo::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_HideModuleInfo::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_GetParentTrain_ReturnValue) == 0x000010, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, K2Node_DynamicCast_AsHUD_Interface) == 0x000030, "Member 'UIFocusableLib_C_HideModuleInfo::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UIFocusableLib_C_HideModuleInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_GetCategory_ReturnValue) == 0x000041, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000042, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_HideModuleInfo, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'UIFocusableLib_C_HideModuleInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_CanLootTrash \ static_assert(alignof(UIFocusableLib_C_CanLootTrash) == 0x000008, "Wrong alignment on UIFocusableLib_C_CanLootTrash"); \ static_assert(sizeof(UIFocusableLib_C_CanLootTrash) == 0x000090, "Wrong size on UIFocusableLib_C_CanLootTrash"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, Module) == 0x000000, "Member 'UIFocusableLib_C_CanLootTrash::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_CanLootTrash::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, IsAvaliable) == 0x000010, "Member 'UIFocusableLib_C_CanLootTrash::IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, reason) == 0x000018, "Member 'UIFocusableLib_C_CanLootTrash::reason' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'UIFocusableLib_C_CanLootTrash::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_IsValid_ReturnValue_1) == 0x00003C, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003D, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000040, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, Temp_int_Array_Index_Variable) == 0x000050, "Member 'UIFocusableLib_C_CanLootTrash::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_Array_Get_Item) == 0x000058, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_GetPlayerPawn_ReturnValue) == 0x000078, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000080, "Member 'UIFocusableLib_C_CanLootTrash::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'UIFocusableLib_C_CanLootTrash::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_CanLootTrash, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000089, "Member 'UIFocusableLib_C_CanLootTrash::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetCrewStat \ static_assert(alignof(UIFocusableLib_C_GetCrewStat) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetCrewStat"); \ static_assert(sizeof(UIFocusableLib_C_GetCrewStat) == 0x000038, "Wrong size on UIFocusableLib_C_GetCrewStat"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, __WorldContext) == 0x000000, "Member 'UIFocusableLib_C_GetCrewStat::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CurrentCrew) == 0x000008, "Member 'UIFocusableLib_C_GetCrewStat::CurrentCrew' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CrewMax) == 0x00000C, "Member 'UIFocusableLib_C_GetCrewStat::CrewMax' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CallFunc_GetTotalWorkersLimit_ReturnValue) == 0x000010, "Member 'UIFocusableLib_C_GetCrewStat::CallFunc_GetTotalWorkersLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'UIFocusableLib_C_GetCrewStat::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UIFocusableLib_C_GetCrewStat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'UIFocusableLib_C_GetCrewStat::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UIFocusableLib_C_GetCrewStat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetCrewStat, CallFunc_GetCurrentTrainRofleemo_ReturnValue) == 0x000034, "Member 'UIFocusableLib_C_GetCrewStat::CallFunc_GetCurrentTrainRofleemo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetLootcatchersStat \ static_assert(alignof(UIFocusableLib_C_GetLootcatchersStat) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetLootcatchersStat"); \ static_assert(sizeof(UIFocusableLib_C_GetLootcatchersStat) == 0x000020, "Wrong size on UIFocusableLib_C_GetLootcatchersStat"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, __WorldContext) == 0x000000, "Member 'UIFocusableLib_C_GetLootcatchersStat::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, CurrentCatchers) == 0x000008, "Member 'UIFocusableLib_C_GetLootcatchersStat::CurrentCatchers' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, MaxCatchers) == 0x00000C, "Member 'UIFocusableLib_C_GetLootcatchersStat::MaxCatchers' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, CallFunc_GetModulesOfTypeNum_ReturnValue) == 0x000010, "Member 'UIFocusableLib_C_GetLootcatchersStat::CallFunc_GetModulesOfTypeNum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'UIFocusableLib_C_GetLootcatchersStat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetLootcatchersStat, CallFunc_GetTotalLootcatchersLimit_ReturnValue) == 0x000018, "Member 'UIFocusableLib_C_GetLootcatchersStat::CallFunc_GetTotalLootcatchersLimit_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetUpgradeButton \ static_assert(alignof(UIFocusableLib_C_GetUpgradeButton) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetUpgradeButton"); \ static_assert(sizeof(UIFocusableLib_C_GetUpgradeButton) == 0x0000B8, "Wrong size on UIFocusableLib_C_GetUpgradeButton"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Module) == 0x000000, "Member 'UIFocusableLib_C_GetUpgradeButton::Module' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_GetUpgradeButton::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, bIsAvailable) == 0x000010, "Member 'UIFocusableLib_C_GetUpgradeButton::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, ActionButtonData) == 0x000018, "Member 'UIFocusableLib_C_GetUpgradeButton::ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_bool_Variable) == 0x000050, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_bool_Variable_1) == 0x000051, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_bool_Variable_2) == 0x000052, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_bool_Variable_3) == 0x000053, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_bool_Variable_4) == 0x000054, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, Temp_byte_Variable) == 0x000055, "Member 'UIFocusableLib_C_GetUpgradeButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'UIFocusableLib_C_GetUpgradeButton::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, CallFunc_Create_ReturnValue) == 0x000060, "Member 'UIFocusableLib_C_GetUpgradeButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, CallFunc_GetPlayerPawn_ReturnValue) == 0x000068, "Member 'UIFocusableLib_C_GetUpgradeButton::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000070, "Member 'UIFocusableLib_C_GetUpgradeButton::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'UIFocusableLib_C_GetUpgradeButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, CallFunc_CanUpgrade_ReturnValue) == 0x000079, "Member 'UIFocusableLib_C_GetUpgradeButton::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, K2Node_SwitchEnum_CmpSuccess) == 0x00007A, "Member 'UIFocusableLib_C_GetUpgradeButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, K2Node_Select_Default) == 0x00007B, "Member 'UIFocusableLib_C_GetUpgradeButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetUpgradeButton, K2Node_MakeStruct_ActionButtonData) == 0x000080, "Member 'UIFocusableLib_C_GetUpgradeButton::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetSwitchElectricityButton \ static_assert(alignof(UIFocusableLib_C_GetSwitchElectricityButton) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetSwitchElectricityButton"); \ static_assert(sizeof(UIFocusableLib_C_GetSwitchElectricityButton) == 0x000090, "Wrong size on UIFocusableLib_C_GetSwitchElectricityButton"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, Target) == 0x000000, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::Target' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, bIsAvailable) == 0x000010, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, ActionButtonData) == 0x000018, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, K2Node_MakeStruct_ActionButtonData) == 0x000050, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetSwitchElectricityButton, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000088, "Member 'UIFocusableLib_C_GetSwitchElectricityButton::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIFocusableLib_C_GetRepairCost \ static_assert(alignof(UIFocusableLib_C_GetRepairCost) == 0x000008, "Wrong alignment on UIFocusableLib_C_GetRepairCost"); \ static_assert(sizeof(UIFocusableLib_C_GetRepairCost) == 0x000138, "Wrong size on UIFocusableLib_C_GetRepairCost"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, ModuleRecipeID) == 0x000000, "Member 'UIFocusableLib_C_GetRepairCost::ModuleRecipeID' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, __WorldContext) == 0x000008, "Member 'UIFocusableLib_C_GetRepairCost::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, bIsAvailable) == 0x000010, "Member 'UIFocusableLib_C_GetRepairCost::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, Cost_Requirements) == 0x000018, "Member 'UIFocusableLib_C_GetRepairCost::Cost_Requirements' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, CallFunc_GetWorldStateManager_ReturnValue) == 0x000028, "Member 'UIFocusableLib_C_GetRepairCost::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UIFocusableLib_C_GetRepairCost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, CallFunc_GetRecipe_ReturnValue) == 0x000038, "Member 'UIFocusableLib_C_GetRepairCost::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'UIFocusableLib_C_GetRepairCost::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UIFocusableLib_C_GetRepairCost, K2Node_MakeStruct_WagonModuleConstructionsRequirement) == 0x000128, "Member 'UIFocusableLib_C_GetRepairCost::K2Node_MakeStruct_WagonModuleConstructionsRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIFocusableLib_C \ static_assert(alignof(UUIFocusableLib_C) == 0x000008, "Wrong alignment on UUIFocusableLib_C"); \ static_assert(sizeof(UUIFocusableLib_C) == 0x000028, "Wrong size on UUIFocusableLib_C"); \ #define DUMPER7_ASSERTS_FWallsMeshStructure \ static_assert(alignof(FWallsMeshStructure) == 0x000008, "Wrong alignment on FWallsMeshStructure"); \ static_assert(sizeof(FWallsMeshStructure) == 0x000028, "Wrong size on FWallsMeshStructure"); \ static_assert(offsetof(FWallsMeshStructure, RecipeID_2_48E8619A4243E2BEA6FD4EAE5B3EB18C) == 0x000000, "Member 'FWallsMeshStructure::RecipeID_2_48E8619A4243E2BEA6FD4EAE5B3EB18C' has a wrong offset!"); \ static_assert(offsetof(FWallsMeshStructure, WallMesh_5_A31F85644443537A7C0D6696686AB625) == 0x000008, "Member 'FWallsMeshStructure::WallMesh_5_A31F85644443537A7C0D6696686AB625' has a wrong offset!"); \ static_assert(offsetof(FWallsMeshStructure, BackFrontMesh_7_FCB893EC42DE79824AA2C1BE9E4C1FC6) == 0x000010, "Member 'FWallsMeshStructure::BackFrontMesh_7_FCB893EC42DE79824AA2C1BE9E4C1FC6' has a wrong offset!"); \ static_assert(offsetof(FWallsMeshStructure, MultiMesh_10_55B0042F485970C162E2B3810DC18535) == 0x000018, "Member 'FWallsMeshStructure::MultiMesh_10_55B0042F485970C162E2B3810DC18535' has a wrong offset!"); \ static_assert(offsetof(FWallsMeshStructure, ArmorPlateT1_Mesh_13_7533DF1F4E889D4A84928485751CBF23) == 0x000020, "Member 'FWallsMeshStructure::ArmorPlateT1_Mesh_13_7533DF1F4E889D4A84928485751CBF23' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoController_C_ExecuteUbergraph_RofleemoController \ static_assert(alignof(RofleemoController_C_ExecuteUbergraph_RofleemoController) == 0x000008, "Wrong alignment on RofleemoController_C_ExecuteUbergraph_RofleemoController"); \ static_assert(sizeof(RofleemoController_C_ExecuteUbergraph_RofleemoController) == 0x000088, "Wrong size on RofleemoController_C_ExecuteUbergraph_RofleemoController"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, EntryPoint) == 0x000000, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, CallFunc_CanUseAbility_ReturnValue) == 0x000004, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::CallFunc_CanUseAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_ComponentBoundEvent_Actor) == 0x000010, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_ComponentBoundEvent_Stimulus) == 0x000018, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_Event_PossessedPawn) == 0x000058, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000060, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_DynamicCast_AsGeneric_Rofleemo) == 0x000068, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_DynamicCast_AsGeneric_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000071, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_ExecuteUbergraph_RofleemoController, K2Node_SwitchEnum_CmpSuccess) == 0x000081, "Member 'RofleemoController_C_ExecuteUbergraph_RofleemoController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'RofleemoController_C_BndEvt__RofleemoController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoController_C_ReceiveTick \ static_assert(alignof(RofleemoController_C_ReceiveTick) == 0x000004, "Wrong alignment on RofleemoController_C_ReceiveTick"); \ static_assert(sizeof(RofleemoController_C_ReceiveTick) == 0x000004, "Wrong size on RofleemoController_C_ReceiveTick"); \ static_assert(offsetof(RofleemoController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'RofleemoController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoController_C_ReceivePossess \ static_assert(alignof(RofleemoController_C_ReceivePossess) == 0x000008, "Wrong alignment on RofleemoController_C_ReceivePossess"); \ static_assert(sizeof(RofleemoController_C_ReceivePossess) == 0x000008, "Wrong size on RofleemoController_C_ReceivePossess"); \ static_assert(offsetof(RofleemoController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'RofleemoController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoController_C \ static_assert(alignof(ARofleemoController_C) == 0x000008, "Wrong alignment on ARofleemoController_C"); \ static_assert(sizeof(ARofleemoController_C) == 0x0003E0, "Wrong size on ARofleemoController_C"); \ static_assert(offsetof(ARofleemoController_C, UberGraphFrame) == 0x0003D0, "Member 'ARofleemoController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARofleemoController_C, Rofleemo) == 0x0003D8, "Member 'ARofleemoController_C::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RamT0_C \ static_assert(alignof(AWagonModule_RamT0_C) == 0x000008, "Wrong alignment on AWagonModule_RamT0_C"); \ static_assert(sizeof(AWagonModule_RamT0_C) == 0x0005A0, "Wrong size on AWagonModule_RamT0_C"); \ static_assert(offsetof(AWagonModule_RamT0_C, S_Train_Ram_T0_01) == 0x000598, "Member 'AWagonModule_RamT0_C::S_Train_Ram_T0_01' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATrainBuilder_C \ static_assert(alignof(ATrainBuilder_C) == 0x000008, "Wrong alignment on ATrainBuilder_C"); \ static_assert(sizeof(ATrainBuilder_C) == 0x000320, "Wrong size on ATrainBuilder_C"); \ static_assert(offsetof(ATrainBuilder_C, DefaultSceneRoot) == 0x000318, "Member 'ATrainBuilder_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared \ static_assert(alignof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared) == 0x000008, "Wrong alignment on HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared"); \ static_assert(sizeof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared) == 0x000060, "Wrong size on HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, EntryPoint) == 0x000000, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_NodeResult) == 0x000020, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_DynamicCast_AsShark) == 0x000028, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_Owner_1) == 0x000038, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_OwnerAsController_1) == 0x000040, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_DynamicCast_AsShark_1) == 0x000050, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'HTN_SharkScopeScared_C_ExecuteUbergraph_HTN_SharkScopeScared::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeScared_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkScopeScared_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkScopeScared_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkScopeScared_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkScopeScared_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeScared_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkScopeScared_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkScopeScared_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkScopeScared_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkScopeScared_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeScared_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeScared_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkScopeScared_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkScopeScared_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkScopeScared_C_PerformConditionCheck) == 0x000020, "Wrong size on HTN_SharkScopeScared_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkScopeScared_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkScopeScared_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeScared_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeScared_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkScopeScared_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeScared_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkScopeScared_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkScopeScared_C \ static_assert(alignof(UHTN_SharkScopeScared_C) == 0x000008, "Wrong alignment on UHTN_SharkScopeScared_C"); \ static_assert(sizeof(UHTN_SharkScopeScared_C) == 0x000090, "Wrong size on UHTN_SharkScopeScared_C"); \ static_assert(offsetof(UHTN_SharkScopeScared_C, UberGraphFrame) == 0x000088, "Member 'UHTN_SharkScopeScared_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine \ static_assert(alignof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine) == 0x000010, "Wrong alignment on WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine"); \ static_assert(sizeof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine) == 0x000750, "Wrong size on WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, EntryPoint) == 0x000000, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsUnlocked_ReturnValue) == 0x000010, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Percentage_1) == 0x000014, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter_5) == 0x000018, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter_4) == 0x000020, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Percentage) == 0x000028, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter_3) == 0x000030, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter_2) == 0x000038, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter_1) == 0x000040, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_NewName) == 0x000048, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Impact) == 0x000060, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetParentTrain_ReturnValue) == 0x0000E8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_CanEngineBeDamaged_Result) == 0x0000F1, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_CanEngineBeDamaged_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Damage) == 0x0000F4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_DamageType) == 0x0000F8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_InstigatedBy) == 0x000100, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_DamageCauser) == 0x000108, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000110, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Hit_1) == 0x00011C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x0001A8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetModuleLifetimeData_ReturnValue_1) == 0x0001B0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetModuleLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_HaveValueByKey_ReturnValue) == 0x0001B8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_HaveValueByKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValueAsFloat_ReturnValue) == 0x0001BC, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValueAsFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValue_ReturnValue) == 0x0001C0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetModuleLifetimeData_ReturnValue_2) == 0x0001C8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetModuleLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001D0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValue_ReturnValue_1) == 0x0001D4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CustomEvent_OldValue) == 0x0001D8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CustomEvent_NewValue) == 0x0001DC, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001E0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_HasAuthority_ReturnValue) == 0x0001E1, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CreateDelegate_OutputDelegate) == 0x0001E4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValue_ReturnValue_2) == 0x0001F4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001F8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_SwitchInteger_CmpSuccess) == 0x0001F9, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_SwitchInteger_CmpSuccess_1) == 0x0001FA, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetGameInstance_ReturnValue) == 0x000200, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValue_ReturnValue_3) == 0x000208, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFGGame_Instance) == 0x000210, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_1) == 0x000218, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000219, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPercentageValue_ReturnValue) == 0x00021C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000220, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000224, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetParentTrain_ReturnValue_1) == 0x000238, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_1) == 0x000240, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetCategory_ReturnValue) == 0x000241, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000242, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BooleanAND_ReturnValue) == 0x000243, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetParentTrain_ReturnValue_2) == 0x000248, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, Temp_bool_Has_Been_Initd_Variable) == 0x000250, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_2) == 0x000251, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetCategory_ReturnValue_1) == 0x000252, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPlayerPawn_ReturnValue) == 0x000258, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000260, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsThird_Person_Character) == 0x000268, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_2) == 0x000270, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_HasAuthority_ReturnValue_1) == 0x000271, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPlayerController_ReturnValue) == 0x000278, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetHUD_ReturnValue) == 0x000280, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CustomEvent_NewParam) == 0x000288, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsHUD_Ansora) == 0x000310, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_3) == 0x000318, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_CanHoldUse_ReturnValue) == 0x000319, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_bBlockingHit) == 0x00031A, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_bInitialOverlap) == 0x00031B, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_Time) == 0x00031C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_Distance) == 0x000320, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_Location) == 0x000324, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_ImpactPoint) == 0x000330, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_Normal) == 0x00033C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_ImpactNormal) == 0x000348, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_PhysMat) == 0x000358, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_HitActor) == 0x000360, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_HitComponent) == 0x000368, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_HitBoneName) == 0x000370, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_HitItem) == 0x000378, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_ElementIndex) == 0x00037C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_FaceIndex) == 0x000380, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_TraceStart) == 0x000384, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BreakHitResult_TraceEnd) == 0x000390, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x0003A0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_4) == 0x0003B0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFGSelection_Info) == 0x0003B8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFGSelection_Info' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_5) == 0x0003C8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetWagonModuleSettings_Settings) == 0x0003D0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetWagonModuleSettings_bIsProject) == 0x000448, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetItemSelection_SelectionText) == 0x000450, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetItemSelection_bDisableButton) == 0x000468, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetItemSelection_bIsInfoText) == 0x000469, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Not_PreBool_ReturnValue) == 0x00046A, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_3) == 0x00046B, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00046C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, Temp_bool_IsClosed_Variable) == 0x000470, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetParentTrain_ReturnValue_3) == 0x000478, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_4) == 0x000480, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetCategory_ReturnValue_2) == 0x000481, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000482, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPlayerController_ReturnValue_1) == 0x000488, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetComponentByClass_ReturnValue) == 0x000490, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetHUD_ReturnValue_1) == 0x000498, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_5) == 0x0004A0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x0004A8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_6) == 0x0004B0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0004B8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_6) == 0x0004C0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_HasAuthority_ReturnValue_2) == 0x0004C1, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPickupDistance_Distance) == 0x0004C4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPickupDistance_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0004C8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetDurabilityPercent_ReturnValue) == 0x0004CC, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_SetStaticMesh_ReturnValue) == 0x0004D0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Less_FloatFloat_ReturnValue) == 0x0004D1, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetState_ReturnValue) == 0x0004D2, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0004D4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0004D8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_MakeArray_Array) == 0x0004E0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Format_ReturnValue) == 0x0004F0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000508, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetState_ReturnValue_1) == 0x000509, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00050A, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_BooleanOR_ReturnValue) == 0x00050B, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000510, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_7) == 0x000518, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetPlayerController_ReturnValue_2) == 0x000520, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetHUD_ReturnValue_2) == 0x000528, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsHUD_Interface) == 0x000530, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_7) == 0x000540, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetMaxValue_ReturnValue) == 0x000544, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000548, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, Temp_struct_Variable) == 0x000550, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetIsEnemy_isEnemy) == 0x000580, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetIsEnemy_isEnemy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_AddComponent_ReturnValue) == 0x000588, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000590, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_CanDisassembleModule_ReturnValue) == 0x000598, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_CanDisassembleModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetModuleLifetimeData_ReturnValue_3) == 0x0005A0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetModuleLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetGameInstance_ReturnValue_1) == 0x0005A8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_8) == 0x0005B0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0005B8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_8) == 0x0005C0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetValueAsInt_ReturnValue) == 0x0005C4, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsValid_ReturnValue_9) == 0x0005C8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsRofleemo_Manager) == 0x0005D0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_9) == 0x0005D8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Map_Find_Value) == 0x0005E0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Map_Find_ReturnValue) == 0x0005E8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Map_Find_Value_1) == 0x0005F0, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Map_Find_ReturnValue_1) == 0x0005F8, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsEmpty_ReturnValue) == 0x0005F9, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005FA, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetAdditionalButtons_ActionKeys) == 0x000600, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetAdditionalButtons_ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_CreateDelegate_OutputDelegate_2) == 0x000610, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_MakeStruct_ModuleInfoData) == 0x000620, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_MakeStruct_ModuleInfoData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_GetParentTrain_ReturnValue_4) == 0x000688, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_GetParentTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFGAi_Train) == 0x000690, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFGAi_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_10) == 0x000698, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, CallFunc_IsAllHitchIdle_ReturnValue) == 0x000699, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::CallFunc_IsAllHitchIdle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_Hit) == 0x00069C, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_Event_PlayerCharacter) == 0x000728, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000730, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine, K2Node_DynamicCast_bSuccess_11) == 0x000740, "Member 'WagonModule_GenericEngine_C_ExecuteUbergraph_WagonModule_GenericEngine::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_GenericEngine_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_GenericEngine_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_GenericEngine_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericEngine_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_InspectModule \ static_assert(alignof(WagonModule_GenericEngine_C_InspectModule) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_InspectModule"); \ static_assert(sizeof(WagonModule_GenericEngine_C_InspectModule) == 0x000088, "Wrong size on WagonModule_GenericEngine_C_InspectModule"); \ static_assert(offsetof(WagonModule_GenericEngine_C_InspectModule, NewParam) == 0x000000, "Member 'WagonModule_GenericEngine_C_InspectModule::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_OnHealthChanged \ static_assert(alignof(WagonModule_GenericEngine_C_OnHealthChanged) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_OnHealthChanged"); \ static_assert(sizeof(WagonModule_GenericEngine_C_OnHealthChanged) == 0x000008, "Wrong size on WagonModule_GenericEngine_C_OnHealthChanged"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnHealthChanged, OldValue) == 0x000000, "Member 'WagonModule_GenericEngine_C_OnHealthChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnHealthChanged, NewValue) == 0x000004, "Member 'WagonModule_GenericEngine_C_OnHealthChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_OnGotFocus \ static_assert(alignof(WagonModule_GenericEngine_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_GenericEngine_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_GenericEngine_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_ReceiveAnyDamage \ static_assert(alignof(WagonModule_GenericEngine_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_ReceiveAnyDamage"); \ static_assert(sizeof(WagonModule_GenericEngine_C_ReceiveAnyDamage) == 0x000020, "Wrong size on WagonModule_GenericEngine_C_ReceiveAnyDamage"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'WagonModule_GenericEngine_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'WagonModule_GenericEngine_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'WagonModule_GenericEngine_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'WagonModule_GenericEngine_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_OnPlayImpactEffect \ static_assert(alignof(WagonModule_GenericEngine_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_OnPlayImpactEffect"); \ static_assert(sizeof(WagonModule_GenericEngine_C_OnPlayImpactEffect) == 0x000088, "Wrong size on WagonModule_GenericEngine_C_OnPlayImpactEffect"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'WagonModule_GenericEngine_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_SetWorkerName \ static_assert(alignof(WagonModule_GenericEngine_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_GenericEngine_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_GenericEngine_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_GenericEngine_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_GenericEngine_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_GenericEngine_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_GenericEngine_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_GenericEngine_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_GenericEngine_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericEngine_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_HoldUseStarted \ static_assert(alignof(WagonModule_GenericEngine_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_GenericEngine_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_GenericEngine_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_GenericEngine_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericEngine_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_HoldProgressInfo \ static_assert(alignof(WagonModule_GenericEngine_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_GenericEngine_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GenericEngine_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_GenericEngine_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GenericEngine_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GenericEngine_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_GenericEngine_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_GenericEngine_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_GenericEngine_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_GenericEngine_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericEngine_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_GenericEngine_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_GenericEngine_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GenericEngine_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_GenericEngine_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GenericEngine_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GenericEngine_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_CanUse \ static_assert(alignof(WagonModule_GenericEngine_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_CanUse"); \ static_assert(sizeof(WagonModule_GenericEngine_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_GenericEngine_C_CanUse"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericEngine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericEngine_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x000098, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'WagonModule_GenericEngine_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_CanEngineBeDamaged \ static_assert(alignof(WagonModule_GenericEngine_C_CanEngineBeDamaged) == 0x000001, "Wrong alignment on WagonModule_GenericEngine_C_CanEngineBeDamaged"); \ static_assert(sizeof(WagonModule_GenericEngine_C_CanEngineBeDamaged) == 0x000003, "Wrong size on WagonModule_GenericEngine_C_CanEngineBeDamaged"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanEngineBeDamaged, Result) == 0x000000, "Member 'WagonModule_GenericEngine_C_CanEngineBeDamaged::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanEngineBeDamaged, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000001, "Member 'WagonModule_GenericEngine_C_CanEngineBeDamaged::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanEngineBeDamaged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_GenericEngine_C_CanEngineBeDamaged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_CalculateHealthState \ static_assert(alignof(WagonModule_GenericEngine_C_CalculateHealthState) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_CalculateHealthState"); \ static_assert(sizeof(WagonModule_GenericEngine_C_CalculateHealthState) == 0x000020, "Wrong size on WagonModule_GenericEngine_C_CalculateHealthState"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, TempState) == 0x000000, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::TempState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000005, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_GetPercentageValue_ReturnValue) == 0x000008, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_GetPercentageValue_ReturnValue_1) == 0x000010, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_GetPercentageValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000014, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_GetPercentageValue_ReturnValue_2) == 0x000018, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_GetPercentageValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CalculateHealthState, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x00001C, "Member 'WagonModule_GenericEngine_C_CalculateHealthState::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_IsBlockedByQuest \ static_assert(alignof(WagonModule_GenericEngine_C_IsBlockedByQuest) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_IsBlockedByQuest"); \ static_assert(sizeof(WagonModule_GenericEngine_C_IsBlockedByQuest) == 0x000020, "Wrong size on WagonModule_GenericEngine_C_IsBlockedByQuest"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, bReturnValue) == 0x000000, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_GetParentTrain_ReturnValue) == 0x000010, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_IsTrainControllBlockedByQuest_ReturnValue) == 0x00001A, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_IsTrainControllBlockedByQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_IsUnlocked_ReturnValue) == 0x00001B, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsBlockedByQuest, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'WagonModule_GenericEngine_C_IsBlockedByQuest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_CanHoldUse \ static_assert(alignof(WagonModule_GenericEngine_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_GenericEngine_C_CanHoldUse) == 0x0000A8, "Wrong size on WagonModule_GenericEngine_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GenericEngine_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_GenericEngine_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanHoldUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000098, "Member 'WagonModule_GenericEngine_C_CanHoldUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanHoldUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A0, "Member 'WagonModule_GenericEngine_C_CanHoldUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_ModifyDurabilityDamageBP \ static_assert(alignof(WagonModule_GenericEngine_C_ModifyDurabilityDamageBP) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_ModifyDurabilityDamageBP"); \ static_assert(sizeof(WagonModule_GenericEngine_C_ModifyDurabilityDamageBP) == 0x00000C, "Wrong size on WagonModule_GenericEngine_C_ModifyDurabilityDamageBP"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ModifyDurabilityDamageBP, Damage) == 0x000000, "Member 'WagonModule_GenericEngine_C_ModifyDurabilityDamageBP::Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ModifyDurabilityDamageBP, ReturnValue) == 0x000004, "Member 'WagonModule_GenericEngine_C_ModifyDurabilityDamageBP::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_ModifyDurabilityDamageBP, CallFunc_CalculateDurabilityDamage_ReturnValue) == 0x000008, "Member 'WagonModule_GenericEngine_C_ModifyDurabilityDamageBP::CallFunc_CalculateDurabilityDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetEngineHealthState \ static_assert(alignof(WagonModule_GenericEngine_C_GetEngineHealthState) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_GetEngineHealthState"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetEngineHealthState) == 0x000004, "Wrong size on WagonModule_GenericEngine_C_GetEngineHealthState"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEngineHealthState, ReturnValue) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetEngineHealthState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetItemSelection \ static_assert(alignof(WagonModule_GenericEngine_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetItemSelection) == 0x000160, "Wrong size on WagonModule_GenericEngine_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_GenericEngine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_GenericEngine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_GenericEngine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_GenericEngine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, CallFunc_GetDurabilityMax_ReturnValue) == 0x0000AC, "Member 'WagonModule_GenericEngine_C_GetItemSelection::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, CallFunc_GetDurability_ReturnValue) == 0x0000B0, "Member 'WagonModule_GenericEngine_C_GetItemSelection::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'WagonModule_GenericEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F8, "Member 'WagonModule_GenericEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000138, "Member 'WagonModule_GenericEngine_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000148, "Member 'WagonModule_GenericEngine_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetItemDurability \ static_assert(alignof(WagonModule_GenericEngine_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_GenericEngine_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_CanRepairIt \ static_assert(alignof(WagonModule_GenericEngine_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_GenericEngine_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_GenericEngine_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_GenericEngine_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_GenericEngine_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_GenericEngine_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_GenericEngine_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_GenericEngine_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_GenericEngine_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_GenericEngine_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetAdditionalButtons) == 0x000070, "Wrong size on WagonModule_GenericEngine_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x000021, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000060, "Member 'WagonModule_GenericEngine_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetProgressStatusState \ static_assert(alignof(WagonModule_GenericEngine_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_GenericEngine_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetProgressStatusState) == 0x000001, "Wrong size on WagonModule_GenericEngine_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_GenericEngine_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_GenericEngine_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetProgressStatusTime) == 0x000008, "Wrong size on WagonModule_GenericEngine_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetIsEnemy \ static_assert(alignof(WagonModule_GenericEngine_C_GetIsEnemy) == 0x000001, "Wrong alignment on WagonModule_GenericEngine_C_GetIsEnemy"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetIsEnemy) == 0x000002, "Wrong size on WagonModule_GenericEngine_C_GetIsEnemy"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIsEnemy, CallFunc_CanEngineBeDamaged_Result) == 0x000001, "Member 'WagonModule_GenericEngine_C_GetIsEnemy::CallFunc_CanEngineBeDamaged_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetEnemyData \ static_assert(alignof(WagonModule_GenericEngine_C_GetEnemyData) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetEnemyData"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetEnemyData) == 0x000060, "Wrong size on WagonModule_GenericEngine_C_GetEnemyData"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEnemyData, Data) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'WagonModule_GenericEngine_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'WagonModule_GenericEngine_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'WagonModule_GenericEngine_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetIcon \ static_assert(alignof(WagonModule_GenericEngine_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetIcon"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetIcon) == 0x000028, "Wrong size on WagonModule_GenericEngine_C_GetIcon"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_GenericEngine_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GenericEngine_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_GenericEngine_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetWorkerActor \ static_assert(alignof(WagonModule_GenericEngine_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_GenericEngine_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_GenericEngine_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_GenericEngine_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetName \ static_assert(alignof(WagonModule_GenericEngine_C_GetName) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetName"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetName) == 0x000048, "Wrong size on WagonModule_GenericEngine_C_GetName"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_GenericEngine_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_GenericEngine_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetDebuffs \ static_assert(alignof(WagonModule_GenericEngine_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_GenericEngine_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GenericEngine_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GenericEngine_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetPerks \ static_assert(alignof(WagonModule_GenericEngine_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetPerks"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetPerks) == 0x000038, "Wrong size on WagonModule_GenericEngine_C_GetPerks"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GenericEngine_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GenericEngine_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetCurrentHappines \ static_assert(alignof(WagonModule_GenericEngine_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_GenericEngine_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_GenericEngine_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GenericEngine_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_GenericEngine_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetModuleFeatures \ static_assert(alignof(WagonModule_GenericEngine_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetModuleFeatures) == 0x000160, "Wrong size on WagonModule_GenericEngine_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, LocalFeatures) == 0x000050, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::LocalFeatures' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_GetHappinessParameter_Array) == 0x0000B0, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_GetHappinessParameter_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Conv_IntToText_ReturnValue) == 0x0000C8, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x0000E8, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000130, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000148, "Member 'WagonModule_GenericEngine_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetSlots \ static_assert(alignof(WagonModule_GenericEngine_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetSlots"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetSlots) == 0x000038, "Wrong size on WagonModule_GenericEngine_C_GetSlots"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_GenericEngine_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_GenericEngine_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_GenericEngine_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GenericEngine_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GenericEngine_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_GenericEngine_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_GenericEngine_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_GenericEngine_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_GenericEngine_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GenericEngine_C_GetHoldUseTime \ static_assert(alignof(WagonModule_GenericEngine_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_GenericEngine_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_GenericEngine_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_GenericEngine_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_GenericEngine_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GenericEngine_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_GenericEngine_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GenericEngine_C \ static_assert(alignof(AWagonModule_GenericEngine_C) == 0x000008, "Wrong alignment on AWagonModule_GenericEngine_C"); \ static_assert(sizeof(AWagonModule_GenericEngine_C) == 0x000628, "Wrong size on AWagonModule_GenericEngine_C"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, UberGraphFrame) == 0x0005E8, "Member 'AWagonModule_GenericEngine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, FGQuestMark) == 0x0005F0, "Member 'AWagonModule_GenericEngine_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, NPCComponent) == 0x0005F8, "Member 'AWagonModule_GenericEngine_C::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, Health) == 0x000600, "Member 'AWagonModule_GenericEngine_C::Health' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, MotormanStandPoint) == 0x000608, "Member 'AWagonModule_GenericEngine_C::MotormanStandPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, BuildZone) == 0x000610, "Member 'AWagonModule_GenericEngine_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, HealthState) == 0x000618, "Member 'AWagonModule_GenericEngine_C::HealthState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, PreviousHealthState) == 0x00061C, "Member 'AWagonModule_GenericEngine_C::PreviousHealthState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GenericEngine_C, CanSpeedUp) == 0x000620, "Member 'AWagonModule_GenericEngine_C::CanSpeedUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrainMechanicEngineComponent_C \ static_assert(alignof(UTrainMechanicEngineComponent_C) == 0x000008, "Wrong alignment on UTrainMechanicEngineComponent_C"); \ static_assert(sizeof(UTrainMechanicEngineComponent_C) == 0x0001C0, "Wrong size on UTrainMechanicEngineComponent_C"); \ #define DUMPER7_ASSERTS_LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget \ static_assert(alignof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget) == 0x000008, "Wrong alignment on LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget"); \ static_assert(sizeof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget) == 0x000088, "Wrong size on LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, EntryPoint) == 0x000000, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_MakeArray_Array) == 0x000008, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_CustomEvent_Result) == 0x000028, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_CustomEvent_Result' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_GetActionPlanner_ReturnValue) == 0x000030, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000040, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_IsLocallyControlled_ReturnValue) == 0x000048, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_RequestMoveToLocation_ReturnValue) == 0x000051, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_IsPlaying_ReturnValue) == 0x000052, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_SwitchEnum_CmpSuccess_1) == 0x000064, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_GetActionPlanner_ReturnValue_1) == 0x000068, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_Event_DeltaTime) == 0x000070, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000074, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget, K2Node_MakeArray_Array_1) == 0x000078, "Member 'LeechAction_PatrolTarget_C_ExecuteUbergraph_LeechAction_PatrolTarget::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_PatrolTarget_C_Tick \ static_assert(alignof(LeechAction_PatrolTarget_C_Tick) == 0x000004, "Wrong alignment on LeechAction_PatrolTarget_C_Tick"); \ static_assert(sizeof(LeechAction_PatrolTarget_C_Tick) == 0x000004, "Wrong size on LeechAction_PatrolTarget_C_Tick"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_Tick, DeltaTime) == 0x000000, "Member 'LeechAction_PatrolTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0 \ static_assert(alignof(LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong alignment on LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(sizeof(LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong size on LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0, Result) == 0x000000, "Member 'LeechAction_PatrolTarget_C_OnSplineMoveGoalReached_Event_0::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_PatrolTarget_C_RotateToMovement \ static_assert(alignof(LeechAction_PatrolTarget_C_RotateToMovement) == 0x000004, "Wrong alignment on LeechAction_PatrolTarget_C_RotateToMovement"); \ static_assert(sizeof(LeechAction_PatrolTarget_C_RotateToMovement) == 0x00003C, "Wrong size on LeechAction_PatrolTarget_C_RotateToMovement"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, DeltaTime) == 0x000000, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_MakeRotFromX_ReturnValue) == 0x00001C, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000028, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_RInterpTo_ReturnValue) == 0x00002C, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_RotateToMovement, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000038, "Member 'LeechAction_PatrolTarget_C_RotateToMovement::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_PatrolTarget_C_IsValidAction \ static_assert(alignof(LeechAction_PatrolTarget_C_IsValidAction) == 0x000001, "Wrong alignment on LeechAction_PatrolTarget_C_IsValidAction"); \ static_assert(sizeof(LeechAction_PatrolTarget_C_IsValidAction) == 0x000002, "Wrong size on LeechAction_PatrolTarget_C_IsValidAction"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'LeechAction_PatrolTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_PatrolTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'LeechAction_PatrolTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeechAction_PatrolTarget_C \ static_assert(alignof(ULeechAction_PatrolTarget_C) == 0x000008, "Wrong alignment on ULeechAction_PatrolTarget_C"); \ static_assert(sizeof(ULeechAction_PatrolTarget_C) == 0x0000D0, "Wrong size on ULeechAction_PatrolTarget_C"); \ static_assert(offsetof(ULeechAction_PatrolTarget_C, UberGraphFrame) == 0x0000B8, "Member 'ULeechAction_PatrolTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_PatrolTarget_C, CurrentGoalLocation) == 0x0000C0, "Member 'ULeechAction_PatrolTarget_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_PatrolTarget_C, LastResult) == 0x0000CC, "Member 'ULeechAction_PatrolTarget_C::LastResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent \ static_assert(alignof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent) == 0x000008, "Wrong alignment on NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent) == 0x0001F8, "Wrong size on NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, EntryPoint) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_Damage) == 0x000020, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_HitResult) == 0x000024, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_DamageType) == 0x0000B0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_PawnInstigator) == 0x0000B8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_ImpulseDir) == 0x0000C0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D9, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DA, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_Time) == 0x0000DC, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_Distance) == 0x0000E0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_Location) == 0x0000E4, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_Normal) == 0x0000FC, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_ImpactNormal) == 0x000108, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_SelectHitAnimation_Animation) == 0x000160, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_SelectHitAnimation_Animation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_SelectHitAnimation_bNeedMicroStun) == 0x000168, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_SelectHitAnimation_bNeedMicroStun' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_SelectHitAnimation_bNeedStun) == 0x000169, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_SelectHitAnimation_bNeedStun' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_SelectHitAnimation_bNeedHitReactionSlot) == 0x00016A, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_SelectHitAnimation_bNeedHitReactionSlot' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_HasAuthority_ReturnValue) == 0x00016B, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsValid_ReturnValue) == 0x00016C, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetPlayLength_ReturnValue) == 0x000170, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_Animation) == 0x000178, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_Animation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_bNeedHitReactionSlot) == 0x000180, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_bNeedHitReactionSlot' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetPlayLength_ReturnValue_1) == 0x000184, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetAnimInstance_ReturnValue) == 0x000188, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, Temp_bool_Variable) == 0x000190, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_Time_2) == 0x000194, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_Time_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_Time_1) == 0x000198, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_Time_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, Temp_int_Variable) == 0x00019C, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetController_ReturnValue) == 0x0001A0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetAIController_ReturnValue) == 0x0001A8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsValid_ReturnValue_2) == 0x0001B0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsValid_ReturnValue_3) == 0x0001B1, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_DynamicCast_AsHTNComponent) == 0x0001B8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_DynamicCast_AsHTNComponent' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_Add_IntInt_ReturnValue) == 0x0001C4, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_CustomEvent_Time) == 0x0001C8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_CustomEvent_Time' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, Temp_name_Variable) == 0x0001CC, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, Temp_name_Variable_1) == 0x0001D4, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_GetTimeSeconds_ReturnValue) == 0x0001DC, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, K2Node_Select_Default) == 0x0001E0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue) == 0x0001E8, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001F0, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsValid_ReturnValue_4) == 0x0001F4, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001F5, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent, CallFunc_IsAlive_ReturnValue) == 0x0001F6, "Member 'NaziSoldierHitReactionComponent_C_ExecuteUbergraph_NaziSoldierHitReactionComponent::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_StartRunHitReaction \ static_assert(alignof(NaziSoldierHitReactionComponent_C_StartRunHitReaction) == 0x000004, "Wrong alignment on NaziSoldierHitReactionComponent_C_StartRunHitReaction"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_StartRunHitReaction) == 0x000004, "Wrong size on NaziSoldierHitReactionComponent_C_StartRunHitReaction"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_StartRunHitReaction, Time) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_StartRunHitReaction::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_StartStun \ static_assert(alignof(NaziSoldierHitReactionComponent_C_StartStun) == 0x000004, "Wrong alignment on NaziSoldierHitReactionComponent_C_StartStun"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_StartStun) == 0x000004, "Wrong size on NaziSoldierHitReactionComponent_C_StartStun"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_StartStun, Time) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_StartStun::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_StartMicroStun \ static_assert(alignof(NaziSoldierHitReactionComponent_C_StartMicroStun) == 0x000004, "Wrong alignment on NaziSoldierHitReactionComponent_C_StartMicroStun"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_StartMicroStun) == 0x000004, "Wrong size on NaziSoldierHitReactionComponent_C_StartMicroStun"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_StartMicroStun, Time) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_StartMicroStun::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_PlayHitAnimation \ static_assert(alignof(NaziSoldierHitReactionComponent_C_PlayHitAnimation) == 0x000008, "Wrong alignment on NaziSoldierHitReactionComponent_C_PlayHitAnimation"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_PlayHitAnimation) == 0x000010, "Wrong size on NaziSoldierHitReactionComponent_C_PlayHitAnimation"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_PlayHitAnimation, Animation) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_PlayHitAnimation::Animation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_PlayHitAnimation, bNeedHitReactionSlot) == 0x000008, "Member 'NaziSoldierHitReactionComponent_C_PlayHitAnimation::bNeedHitReactionSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0 \ static_assert(alignof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0) == 0x000008, "Wrong alignment on NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0) == 0x0000B0, "Wrong size on NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0, Damage) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0, HitResult) == 0x000004, "Member 'NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0::HitResult' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0, DamageType) == 0x000090, "Member 'NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0, PawnInstigator) == 0x000098, "Member 'NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0, ImpulseDir) == 0x0000A0, "Member 'NaziSoldierHitReactionComponent_C_OnCharacterDamage_Event_0::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_SelectHitAnimation \ static_assert(alignof(NaziSoldierHitReactionComponent_C_SelectHitAnimation) == 0x000008, "Wrong alignment on NaziSoldierHitReactionComponent_C_SelectHitAnimation"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_SelectHitAnimation) == 0x000078, "Wrong size on NaziSoldierHitReactionComponent_C_SelectHitAnimation"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, HitBoneName) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Animation) == 0x000008, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Animation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, bNeedMicroStun) == 0x000010, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::bNeedMicroStun' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, bNeedStun) == 0x000011, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::bNeedStun' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, bNeedHitReactionSlot) == 0x000012, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::bNeedHitReactionSlot' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, IsHeadshot) == 0x000013, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::IsHeadshot' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, bNeedHardReaction) == 0x000014, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::bNeedHardReaction' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Temp_bool_Variable) == 0x000015, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Temp_int_Variable) == 0x000018, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Temp_bool_Variable_1) == 0x00001C, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Temp_bool_Variable_2) == 0x00001D, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001F, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, Temp_int_Variable_1) == 0x000020, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000029, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_ShouldHappen_ReturnValue) == 0x00002C, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_GetAnimationByBone_NewParam) == 0x000030, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_GetAnimationByBone_NewParam' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x000038, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, K2Node_Select_Default) == 0x000040, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Array_Get_Item) == 0x000050, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Array_Random_OutItem) == 0x000058, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Array_Random_OutIndex) == 0x000060, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000064, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Array_Contains_ReturnValue) == 0x000065, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_GetAnimationByBone_NewParam_1) == 0x000068, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_GetAnimationByBone_NewParam_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_Not_PreBool_ReturnValue_2) == 0x000070, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_IsNeedPlayHardDamage_Result) == 0x000071, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_IsNeedPlayHardDamage_Result' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_InCover_Result) == 0x000072, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_IsRunning_ReturnValue) == 0x000073, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_SelectHitAnimation, CallFunc_BooleanAND_ReturnValue_2) == 0x000074, "Member 'NaziSoldierHitReactionComponent_C_SelectHitAnimation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage \ static_assert(alignof(NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage) == 0x000001, "Wrong alignment on NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage) == 0x000002, "Wrong size on NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage, Result) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage::Result' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'NaziSoldierHitReactionComponent_C_IsNeedPlayHardDamage::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldierHitReactionComponent_C_GetAnimationByBone \ static_assert(alignof(NaziSoldierHitReactionComponent_C_GetAnimationByBone) == 0x000008, "Wrong alignment on NaziSoldierHitReactionComponent_C_GetAnimationByBone"); \ static_assert(sizeof(NaziSoldierHitReactionComponent_C_GetAnimationByBone) == 0x000480, "Wrong size on NaziSoldierHitReactionComponent_C_GetAnimationByBone"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, BoneName) == 0x000000, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::BoneName' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, bHardAnimation) == 0x000008, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::bHardAnimation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, NewParam) == 0x000010, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::NewParam' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, WeaponType) == 0x000018, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::WeaponType' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable) == 0x00001C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable) == 0x000025, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_1) == 0x000026, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue) == 0x000027, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_1) == 0x000028, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_1) == 0x00002C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000034, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_2) == 0x000036, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_3) == 0x000037, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_2) == 0x000038, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_2) == 0x00003C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_2) == 0x000040, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000044, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_1) == 0x000045, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_4) == 0x000046, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_3) == 0x000048, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_3) == 0x00004C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000050, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_3) == 0x000051, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_2) == 0x000052, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_5) == 0x000053, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_4) == 0x000054, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_6) == 0x000055, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_3) == 0x000056, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_4) == 0x000058, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_4) == 0x00005C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_4) == 0x000060, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_7) == 0x000061, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_5) == 0x000064, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_5) == 0x000068, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_5) == 0x00006C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_5) == 0x00006D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_4) == 0x00006E, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_8) == 0x00006F, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_6) == 0x000070, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_9) == 0x000071, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_5) == 0x000072, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_6) == 0x000074, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_10) == 0x000078, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_11) == 0x000079, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_12) == 0x00007A, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_7) == 0x00007B, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_8) == 0x00007C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_7) == 0x000080, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_13) == 0x000084, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_14) == 0x000085, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_9) == 0x000086, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_8) == 0x000088, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_6) == 0x00008C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_6) == 0x000090, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_6) == 0x000091, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_9) == 0x000094, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_10) == 0x000098, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_15) == 0x00009C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_10) == 0x00009D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_7) == 0x0000A0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_7) == 0x0000A4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_16) == 0x0000A5, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_7) == 0x0000A6, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_11) == 0x0000A8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_17) == 0x0000AC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_18) == 0x0000AD, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_11) == 0x0000AE, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_12) == 0x0000AF, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_19) == 0x0000B0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_12) == 0x0000B4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_13) == 0x0000B8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_20) == 0x0000B9, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_20' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_13) == 0x0000BC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_8) == 0x0000C0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_8) == 0x0000C4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_8) == 0x0000C5, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_14) == 0x0000C6, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_14) == 0x0000C8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_21) == 0x0000CC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_21' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_22) == 0x0000CD, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_22' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_23) == 0x0000CE, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_23' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_15) == 0x0000CF, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_16) == 0x0000D0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_15) == 0x0000D4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_24) == 0x0000D8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_24' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_16) == 0x0000DC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_17) == 0x0000E0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_17) == 0x0000E4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_25) == 0x0000E8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_25' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_18) == 0x0000E9, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_9) == 0x0000EC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_9) == 0x0000F0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_18) == 0x0000F4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_9) == 0x0000F8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_26) == 0x0000F9, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_26' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_27) == 0x0000FA, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_27' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_19) == 0x0000FB, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_20) == 0x0000FC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_19) == 0x000100, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_20) == 0x000104, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_20' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_10) == 0x000108, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_10) == 0x00010C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_10) == 0x00010D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_28) == 0x00010E, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_28' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_21) == 0x000110, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_21' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_11) == 0x000114, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_11) == 0x000118, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_11) == 0x000119, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_21) == 0x00011A, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_22) == 0x00011C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_22' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_12) == 0x000120, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_12) == 0x000124, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_23) == 0x000128, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_23' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_29) == 0x00012C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_29' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_30) == 0x00012D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_30' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_31) == 0x00012E, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_31' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_22) == 0x00012F, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_23) == 0x000130, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_32) == 0x000131, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_32' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_24) == 0x000132, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_24) == 0x000134, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_24' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_33) == 0x000138, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_33' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_25) == 0x00013C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_25' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_25) == 0x000140, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_26) == 0x000144, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_26' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_34) == 0x000148, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_34' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_26) == 0x000149, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_13) == 0x00014C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_13) == 0x000150, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_12) == 0x000151, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_27) == 0x000154, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_27' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_35) == 0x000158, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_35' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_36) == 0x000159, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_36' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_27) == 0x00015A, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_28) == 0x00015B, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_28) == 0x00015C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_28' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_37) == 0x000160, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_37' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_29) == 0x000164, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_29' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_14) == 0x000168, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_14) == 0x00016C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_13) == 0x00016D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_29) == 0x00016E, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_30) == 0x000170, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_30' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_38) == 0x000174, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_38' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_39) == 0x000175, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_39' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_40) == 0x000176, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_40' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_30) == 0x000177, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_31) == 0x000178, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_31) == 0x00017C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_31' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_15) == 0x000180, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_15) == 0x000184, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_14) == 0x000185, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_32) == 0x000188, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_32' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_41) == 0x00018C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_41' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_33) == 0x000190, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_33' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_32) == 0x000194, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_34) == 0x000198, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_34' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_42) == 0x00019C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_42' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_33) == 0x00019D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_16) == 0x0001A0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_16) == 0x0001A4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_43) == 0x0001A5, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_43' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_15) == 0x0001A6, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_34) == 0x0001A7, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_35) == 0x0001A8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_35' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_44) == 0x0001AC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_44' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_45) == 0x0001AD, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_45' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_35) == 0x0001AE, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_36) == 0x0001AF, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_36) == 0x0001B0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_36' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_46) == 0x0001B4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_46' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_37) == 0x0001B8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_37' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_17) == 0x0001BC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_17) == 0x0001C0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_16) == 0x0001C1, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_37) == 0x0001C2, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_38) == 0x0001C4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_38' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_47) == 0x0001C8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_47' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_38) == 0x0001C9, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_18) == 0x0001CC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_18) == 0x0001D0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_17) == 0x0001D1, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_int_Variable_39) == 0x0001D4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_int_Variable_39' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Add_IntInt_ReturnValue_19) == 0x0001D8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_LessEqual_IntInt_ReturnValue_19) == 0x0001DC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_LessEqual_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_18) == 0x0001DD, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_RandomBool_ReturnValue) == 0x0001DE, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0001F0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0001F1, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem) == 0x0001F8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex) == 0x000200, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_1) == 0x000208, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_1) == 0x000210, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_48) == 0x000214, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_48' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_RandomBool_ReturnValue_1) == 0x000215, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_RandomBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default) == 0x000218, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_2) == 0x000220, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_3) == 0x000228, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x000230, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_3) == 0x000231, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_2) == 0x000238, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_2) == 0x000240, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_3) == 0x000248, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_3) == 0x000250, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_1) == 0x000258, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue) == 0x000260, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue_1) == 0x000261, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_4) == 0x000268, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_4) == 0x000270, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_4) == 0x000278, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_4) == 0x000280, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_5) == 0x000288, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_5) == 0x000290, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_2) == 0x000298, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_5) == 0x0002A0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_5) == 0x0002A8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_RandomBool_ReturnValue_2) == 0x0002AC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_RandomBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_6) == 0x0002B0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_7) == 0x0002B8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_6) == 0x0002C0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_7) == 0x0002C1, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_6) == 0x0002C8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_6) == 0x0002D0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_7) == 0x0002D8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_7) == 0x0002E0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_RandomBool_ReturnValue_3) == 0x0002E4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_RandomBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_3) == 0x0002E8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, Temp_bool_Variable_49) == 0x0002F0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::Temp_bool_Variable_49' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_8) == 0x0002F8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_8) == 0x000300, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_8) == 0x000308, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_8) == 0x00030C, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Not_PreBool_ReturnValue_39) == 0x00030D, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Not_PreBool_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_9) == 0x000310, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_9) == 0x000318, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_9) == 0x000320, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_9) == 0x000324, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_BooleanAND_ReturnValue_19) == 0x000325, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_4) == 0x000328, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue_2) == 0x000330, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_10) == 0x000338, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_11) == 0x000340, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_10) == 0x000348, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_11) == 0x000349, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_10) == 0x000350, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_10) == 0x000358, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_10' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_11) == 0x000360, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_11) == 0x000368, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_11' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_12) == 0x000370, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_5) == 0x000378, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_12) == 0x000380, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_12) == 0x000388, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_12) == 0x000390, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_12' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_13) == 0x000398, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_13) == 0x0003A0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_13) == 0x0003A8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_13) == 0x0003AC, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue_3) == 0x0003AD, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_6) == 0x0003B0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003B8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_IsValid_ReturnValue) == 0x0003B9, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_14) == 0x0003C0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_14) == 0x0003C8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_14) == 0x0003D0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_14) == 0x0003D8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_14' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_15) == 0x0003E0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_15) == 0x0003E8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_15) == 0x0003F0, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_15) == 0x0003F4, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue_4) == 0x0003F5, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_7) == 0x0003F8, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_16) == 0x000400, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_17) == 0x000408, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_16) == 0x000410, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_17) == 0x000411, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_16) == 0x000418, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_16) == 0x000420, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_16' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_17) == 0x000428, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_17) == 0x000430, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_17' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_18) == 0x000438, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_8) == 0x000440, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_18) == 0x000448, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_18) == 0x000450, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_18) == 0x000458, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_18' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Get_Item_19) == 0x000460, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutItem_19) == 0x000468, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutItem_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Random_OutIndex_19) == 0x000470, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Random_OutIndex_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_NotEqual_ObjectObject_ReturnValue_19) == 0x000474, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_NotEqual_ObjectObject_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, CallFunc_Array_Contains_ReturnValue_5) == 0x000475, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::CallFunc_Array_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldierHitReactionComponent_C_GetAnimationByBone, K2Node_Select_Default_9) == 0x000478, "Member 'NaziSoldierHitReactionComponent_C_GetAnimationByBone::K2Node_Select_Default_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldierHitReactionComponent_C \ static_assert(alignof(UNaziSoldierHitReactionComponent_C) == 0x000008, "Wrong alignment on UNaziSoldierHitReactionComponent_C"); \ static_assert(sizeof(UNaziSoldierHitReactionComponent_C) == 0x000278, "Wrong size on UNaziSoldierHitReactionComponent_C"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UNaziSoldierHitReactionComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_ShortHeadAnimations) == 0x0000B8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_ShortHeadAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_HardHeadAnimations) == 0x0000C8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_HardHeadAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_ShortBodyAnimations) == 0x0000D8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_ShortBodyAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_HardBodyAnimations) == 0x0000E8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_HardBodyAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_ShortLegAnimations) == 0x0000F8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_ShortLegAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_HardLegAnimations) == 0x000108, "Member 'UNaziSoldierHitReactionComponent_C::Gun_HardLegAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_ShortLegAnimations_L) == 0x000118, "Member 'UNaziSoldierHitReactionComponent_C::Gun_ShortLegAnimations_L' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_ShortLegAnimations_R) == 0x000128, "Member 'UNaziSoldierHitReactionComponent_C::Gun_ShortLegAnimations_R' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_HardLegAnimations_L) == 0x000138, "Member 'UNaziSoldierHitReactionComponent_C::Gun_HardLegAnimations_L' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_HardLegAnimations_R) == 0x000148, "Member 'UNaziSoldierHitReactionComponent_C::Gun_HardLegAnimations_R' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_ShortHeadAnimations) == 0x000158, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_ShortHeadAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_HardHeadAnimations) == 0x000168, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_HardHeadAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_ShortBodyAnimations) == 0x000178, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_ShortBodyAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_HardBodyAnimations) == 0x000188, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_HardBodyAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_ShortLegAnimations) == 0x000198, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_ShortLegAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_HardLegAnimations) == 0x0001A8, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_HardLegAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_ShortLegAnimations_R) == 0x0001B8, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_ShortLegAnimations_R' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_ShortLegAnimations_L) == 0x0001C8, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_ShortLegAnimations_L' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_HardLegAnimations_R) == 0x0001D8, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_HardLegAnimations_R' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_HardLegAnimations_L) == 0x0001E8, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_HardLegAnimations_L' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Gun_RunAnimations) == 0x0001F8, "Member 'UNaziSoldierHitReactionComponent_C::Gun_RunAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, Pistol_RunAnimations) == 0x000208, "Member 'UNaziSoldierHitReactionComponent_C::Pistol_RunAnimations' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, HeadBones) == 0x000218, "Member 'UNaziSoldierHitReactionComponent_C::HeadBones' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, LegBones_R) == 0x000228, "Member 'UNaziSoldierHitReactionComponent_C::LegBones_R' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, LegBones_L) == 0x000238, "Member 'UNaziSoldierHitReactionComponent_C::LegBones_L' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, HardDamgeHitCount) == 0x000248, "Member 'UNaziSoldierHitReactionComponent_C::HardDamgeHitCount' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, ownerCharacter) == 0x000250, "Member 'UNaziSoldierHitReactionComponent_C::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, bIsPlayingRun) == 0x000258, "Member 'UNaziSoldierHitReactionComponent_C::bIsPlayingRun' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, bIsPlayingStun) == 0x000259, "Member 'UNaziSoldierHitReactionComponent_C::bIsPlayingStun' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, HitCounter) == 0x00025C, "Member 'UNaziSoldierHitReactionComponent_C::HitCounter' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, ChanceToKickOutCoverFromHeadshot) == 0x000260, "Member 'UNaziSoldierHitReactionComponent_C::ChanceToKickOutCoverFromHeadshot' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, DefaultSpeedEffectsMod) == 0x000264, "Member 'UNaziSoldierHitReactionComponent_C::DefaultSpeedEffectsMod' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, MicroStunDuration) == 0x000268, "Member 'UNaziSoldierHitReactionComponent_C::MicroStunDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldierHitReactionComponent_C, LastPlayedAnim) == 0x000270, "Member 'UNaziSoldierHitReactionComponent_C::LastPlayedAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProphecySlot_C_ExecuteUbergraph_ProphecySlot \ static_assert(alignof(ProphecySlot_C_ExecuteUbergraph_ProphecySlot) == 0x000004, "Wrong alignment on ProphecySlot_C_ExecuteUbergraph_ProphecySlot"); \ static_assert(sizeof(ProphecySlot_C_ExecuteUbergraph_ProphecySlot) == 0x000004, "Wrong size on ProphecySlot_C_ExecuteUbergraph_ProphecySlot"); \ static_assert(offsetof(ProphecySlot_C_ExecuteUbergraph_ProphecySlot, EntryPoint) == 0x000000, "Member 'ProphecySlot_C_ExecuteUbergraph_ProphecySlot::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProphecySlot_C_CanPlace \ static_assert(alignof(ProphecySlot_C_CanPlace) == 0x000008, "Wrong alignment on ProphecySlot_C_CanPlace"); \ static_assert(sizeof(ProphecySlot_C_CanPlace) == 0x000020, "Wrong size on ProphecySlot_C_CanPlace"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, InPlaceholder) == 0x000000, "Member 'ProphecySlot_C_CanPlace::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, ReturnValue) == 0x000008, "Member 'ProphecySlot_C_CanPlace::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'ProphecySlot_C_CanPlace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'ProphecySlot_C_CanPlace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, CallFunc_GetItemType_ReturnValue) == 0x000010, "Member 'ProphecySlot_C_CanPlace::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, CallFunc_ClassIsChildOf_ReturnValue) == 0x000018, "Member 'ProphecySlot_C_CanPlace::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProphecySlot_C_CanPlace, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'ProphecySlot_C_CanPlace::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProphecySlot_C \ static_assert(alignof(UProphecySlot_C) == 0x000008, "Wrong alignment on UProphecySlot_C"); \ static_assert(sizeof(UProphecySlot_C) == 0x000078, "Wrong size on UProphecySlot_C"); \ static_assert(offsetof(UProphecySlot_C, UberGraphFrame) == 0x000070, "Member 'UProphecySlot_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DarkWallActor_Base_C_SetActivateEvent \ static_assert(alignof(DarkWallActor_Base_C_SetActivateEvent) == 0x000001, "Wrong alignment on DarkWallActor_Base_C_SetActivateEvent"); \ static_assert(sizeof(DarkWallActor_Base_C_SetActivateEvent) == 0x000001, "Wrong size on DarkWallActor_Base_C_SetActivateEvent"); \ static_assert(offsetof(DarkWallActor_Base_C_SetActivateEvent, NewValue) == 0x000000, "Member 'DarkWallActor_Base_C_SetActivateEvent::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADarkWallActor_Base_C \ static_assert(alignof(ADarkWallActor_Base_C) == 0x000008, "Wrong alignment on ADarkWallActor_Base_C"); \ static_assert(sizeof(ADarkWallActor_Base_C) == 0x000228, "Wrong size on ADarkWallActor_Base_C"); \ static_assert(offsetof(ADarkWallActor_Base_C, DefaultSceneRoot) == 0x000220, "Member 'ADarkWallActor_Base_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotGateActor_C_ExecuteUbergraph_DepotGateActor \ static_assert(alignof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor) == 0x000008, "Wrong alignment on DepotGateActor_C_ExecuteUbergraph_DepotGateActor"); \ static_assert(sizeof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor) == 0x0002A0, "Wrong size on DepotGateActor_C_ExecuteUbergraph_DepotGateActor"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, EntryPoint) == 0x000000, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable) == 0x000004, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_1) == 0x000008, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_2) == 0x000014, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_3) == 0x000020, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_3) == 0x000024, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000028, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00002C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_4) == 0x000030, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_5) == 0x000034, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_4) == 0x000038, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_5) == 0x00003C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000040, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_int_Variable_6) == 0x000044, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Add_IntInt_ReturnValue_6) == 0x000048, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_MakeArray_Array) == 0x000050, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000060, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000068, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000070, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000078, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x00007C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000080, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_MakeArray_Array_1) == 0x000108, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000118, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000128, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000130, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000138, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000140, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x000148, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Not_PreBool_ReturnValue) == 0x000151, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000158, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000160, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item) == 0x000168, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_1) == 0x000178, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_1) == 0x000184, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000188, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_2) == 0x000190, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_2) == 0x000198, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_2) == 0x00019C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_3) == 0x0001A0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_3) == 0x0001A8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_4) == 0x0001B0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001B8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_4) == 0x0001BC, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001C0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_5) == 0x0001C8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_5) == 0x0001D0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001D4, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001D8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherActor) == 0x0001E0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherComp) == 0x0001E8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001F0, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001F4, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_ComponentBoundEvent_SweepResult) == 0x0001F8, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_AsGeneric_Locomotive_2) == 0x000280, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_AsGeneric_Locomotive_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, K2Node_DynamicCast_bSuccess_2) == 0x000288, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_bool_Has_Been_Initd_Variable) == 0x000289, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Get_Item_6) == 0x000290, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Array_Length_ReturnValue_6) == 0x000298, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, CallFunc_Less_IntInt_ReturnValue_6) == 0x00029C, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_ExecuteUbergraph_DepotGateActor, Temp_bool_IsClosed_Variable) == 0x00029D, "Member 'DepotGateActor_C_ExecuteUbergraph_DepotGateActor::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRangeFar_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_CloseRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'DepotGateActor_C_BndEvt__DepotGateActor_OpenRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepotGateActor_C \ static_assert(alignof(ADepotGateActor_C) == 0x000008, "Wrong alignment on ADepotGateActor_C"); \ static_assert(sizeof(ADepotGateActor_C) == 0x000360, "Wrong size on ADepotGateActor_C"); \ static_assert(offsetof(ADepotGateActor_C, UberGraphFrame) == 0x000220, "Member 'ADepotGateActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, OpenRangeFar) == 0x000228, "Member 'ADepotGateActor_C::OpenRangeFar' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Sparks) == 0x000230, "Member 'ADepotGateActor_C::Sparks' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, TubeLight_R2) == 0x000238, "Member 'ADepotGateActor_C::TubeLight_R2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, TubeLight_R1) == 0x000240, "Member 'ADepotGateActor_C::TubeLight_R1' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Lightning_R2) == 0x000248, "Member 'ADepotGateActor_C::Lightning_R2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Lightning_R1) == 0x000250, "Member 'ADepotGateActor_C::Lightning_R1' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, TubeLight_L2) == 0x000258, "Member 'ADepotGateActor_C::TubeLight_L2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, TubeLight_L1) == 0x000260, "Member 'ADepotGateActor_C::TubeLight_L1' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Lightning_L2) == 0x000268, "Member 'ADepotGateActor_C::Lightning_L2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Lightning_L1) == 0x000270, "Member 'ADepotGateActor_C::Lightning_L1' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Close_Gate) == 0x000278, "Member 'ADepotGateActor_C::Close_Gate' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Open_Gate) == 0x000280, "Member 'ADepotGateActor_C::Open_Gate' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DirectionTip) == 0x000288, "Member 'ADepotGateActor_C::DirectionTip' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Blocker) == 0x000290, "Member 'ADepotGateActor_C::Blocker' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, CloseRange) == 0x000298, "Member 'ADepotGateActor_C::CloseRange' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, OpenRange) == 0x0002A0, "Member 'ADepotGateActor_C::OpenRange' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, StaticMesh) == 0x0002A8, "Member 'ADepotGateActor_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DefaultSceneRoot) == 0x0002B0, "Member 'ADepotGateActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, GlowGateRune_IntensityTube_7AEE4F50423EBFEFD41038BE4568F1BC) == 0x0002B8, "Member 'ADepotGateActor_C::GlowGateRune_IntensityTube_7AEE4F50423EBFEFD41038BE4568F1BC' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, GlowGateRune_Intensity_7AEE4F50423EBFEFD41038BE4568F1BC) == 0x0002BC, "Member 'ADepotGateActor_C::GlowGateRune_Intensity_7AEE4F50423EBFEFD41038BE4568F1BC' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, GlowGateRune__Direction_7AEE4F50423EBFEFD41038BE4568F1BC) == 0x0002C0, "Member 'ADepotGateActor_C::GlowGateRune__Direction_7AEE4F50423EBFEFD41038BE4568F1BC' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, GlowGateRune) == 0x0002C8, "Member 'ADepotGateActor_C::GlowGateRune' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DisableLightVisual_Intensity_AE68BFF04BEF5149E4A3D88558228FB5) == 0x0002D0, "Member 'ADepotGateActor_C::DisableLightVisual_Intensity_AE68BFF04BEF5149E4A3D88558228FB5' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DisableLightVisual__Direction_AE68BFF04BEF5149E4A3D88558228FB5) == 0x0002D4, "Member 'ADepotGateActor_C::DisableLightVisual__Direction_AE68BFF04BEF5149E4A3D88558228FB5' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DisableLightVisual) == 0x0002D8, "Member 'ADepotGateActor_C::DisableLightVisual' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, EnableLightVisual_Intensity_8DD8528F476FF6316F7594866D2FF4C2) == 0x0002E0, "Member 'ADepotGateActor_C::EnableLightVisual_Intensity_8DD8528F476FF6316F7594866D2FF4C2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, EnableLightVisual__Direction_8DD8528F476FF6316F7594866D2FF4C2) == 0x0002E4, "Member 'ADepotGateActor_C::EnableLightVisual__Direction_8DD8528F476FF6316F7594866D2FF4C2' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, EnableLightVisual) == 0x0002E8, "Member 'ADepotGateActor_C::EnableLightVisual' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, ToggleGatesWall_Intensity_BC087FD245E8C4DAD85768B9354D6965) == 0x0002F0, "Member 'ADepotGateActor_C::ToggleGatesWall_Intensity_BC087FD245E8C4DAD85768B9354D6965' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, ToggleGatesWall__Direction_BC087FD245E8C4DAD85768B9354D6965) == 0x0002F4, "Member 'ADepotGateActor_C::ToggleGatesWall__Direction_BC087FD245E8C4DAD85768B9354D6965' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, ToggleGatesWall) == 0x0002F8, "Member 'ADepotGateActor_C::ToggleGatesWall' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Lightning) == 0x000300, "Member 'ADepotGateActor_C::Lightning' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, Light) == 0x000310, "Member 'ADepotGateActor_C::Light' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, ManualUnblocked) == 0x000320, "Member 'ADepotGateActor_C::ManualUnblocked' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, bIsOpened) == 0x000321, "Member 'ADepotGateActor_C::bIsOpened' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DM_Tubes) == 0x000328, "Member 'ADepotGateActor_C::DM_Tubes' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DM_GlowRune) == 0x000330, "Member 'ADepotGateActor_C::DM_GlowRune' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, bIsBackGate) == 0x000338, "Member 'ADepotGateActor_C::bIsBackGate' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, BackGateColor) == 0x00033C, "Member 'ADepotGateActor_C::BackGateColor' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, DefaultColor) == 0x00034C, "Member 'ADepotGateActor_C::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, bGateEffectActivated) == 0x00035C, "Member 'ADepotGateActor_C::bGateEffectActivated' has a wrong offset!"); \ static_assert(offsetof(ADepotGateActor_C, bDisableGates) == 0x00035D, "Member 'ADepotGateActor_C::bDisableGates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelfNotComplete_C_CheckResult \ static_assert(alignof(SelfNotComplete_C_CheckResult) == 0x000008, "Wrong alignment on SelfNotComplete_C_CheckResult"); \ static_assert(sizeof(SelfNotComplete_C_CheckResult) == 0x000018, "Wrong size on SelfNotComplete_C_CheckResult"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, Graph) == 0x000000, "Member 'SelfNotComplete_C_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, QuestManager) == 0x000008, "Member 'SelfNotComplete_C_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, ReturnValue) == 0x000010, "Member 'SelfNotComplete_C_CheckResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, CallFunc_HaveActiveGraphTemplate_ReturnValue) == 0x000011, "Member 'SelfNotComplete_C_CheckResult::CallFunc_HaveActiveGraphTemplate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'SelfNotComplete_C_CheckResult::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, CallFunc_HaveCompletedQuest_ReturnValue) == 0x000013, "Member 'SelfNotComplete_C_CheckResult::CallFunc_HaveCompletedQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'SelfNotComplete_C_CheckResult::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SelfNotComplete_C_CheckResult, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'SelfNotComplete_C_CheckResult::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfNotComplete_C \ static_assert(alignof(USelfNotComplete_C) == 0x000008, "Wrong alignment on USelfNotComplete_C"); \ static_assert(sizeof(USelfNotComplete_C) == 0x000028, "Wrong size on USelfNotComplete_C"); \ #define DUMPER7_ASSERTS_FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget \ static_assert(alignof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget) == 0x000008, "Wrong alignment on FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget"); \ static_assert(sizeof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget) == 0x000080, "Wrong size on FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, EntryPoint) == 0x000000, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_Event_IsDesignTime) == 0x000024, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000030, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000038, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000040, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_PlayAnimation_ReturnValue_2) == 0x000050, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_PlayAnimation_ReturnValue_3) == 0x000058, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_PlayAnimation_ReturnValue_4) == 0x000060, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000068, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_DynamicCast_AsThird_Person_Character) == 0x000070, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget, K2Node_CustomEvent_Show) == 0x000079, "Member 'FadeScreenWidget_C_ExecuteUbergraph_FadeScreenWidget::K2Node_CustomEvent_Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeScreenWidget_C_OnShowWhiteFade_Event_0 \ static_assert(alignof(FadeScreenWidget_C_OnShowWhiteFade_Event_0) == 0x000001, "Wrong alignment on FadeScreenWidget_C_OnShowWhiteFade_Event_0"); \ static_assert(sizeof(FadeScreenWidget_C_OnShowWhiteFade_Event_0) == 0x000001, "Wrong size on FadeScreenWidget_C_OnShowWhiteFade_Event_0"); \ static_assert(offsetof(FadeScreenWidget_C_OnShowWhiteFade_Event_0, Show) == 0x000000, "Member 'FadeScreenWidget_C_OnShowWhiteFade_Event_0::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeScreenWidget_C_PreConstruct \ static_assert(alignof(FadeScreenWidget_C_PreConstruct) == 0x000001, "Wrong alignment on FadeScreenWidget_C_PreConstruct"); \ static_assert(sizeof(FadeScreenWidget_C_PreConstruct) == 0x000001, "Wrong size on FadeScreenWidget_C_PreConstruct"); \ static_assert(offsetof(FadeScreenWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'FadeScreenWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeScreenWidget_C \ static_assert(alignof(UFadeScreenWidget_C) == 0x000008, "Wrong alignment on UFadeScreenWidget_C"); \ static_assert(sizeof(UFadeScreenWidget_C) == 0x000280, "Wrong size on UFadeScreenWidget_C"); \ static_assert(offsetof(UFadeScreenWidget_C, UberGraphFrame) == 0x000260, "Member 'UFadeScreenWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UFadeScreenWidget_C, Fade1) == 0x000268, "Member 'UFadeScreenWidget_C::Fade1' has a wrong offset!"); \ static_assert(offsetof(UFadeScreenWidget_C, Border_98) == 0x000270, "Member 'UFadeScreenWidget_C::Border_98' has a wrong offset!"); \ static_assert(offsetof(UFadeScreenWidget_C, Player) == 0x000278, "Member 'UFadeScreenWidget_C::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTeleportationPoint_C_GetRofleemoPoint \ static_assert(alignof(RofleemoTeleportationPoint_C_GetRofleemoPoint) == 0x000008, "Wrong alignment on RofleemoTeleportationPoint_C_GetRofleemoPoint"); \ static_assert(sizeof(RofleemoTeleportationPoint_C_GetRofleemoPoint) == 0x000008, "Wrong size on RofleemoTeleportationPoint_C_GetRofleemoPoint"); \ static_assert(offsetof(RofleemoTeleportationPoint_C_GetRofleemoPoint, ReturnValue) == 0x000000, "Member 'RofleemoTeleportationPoint_C_GetRofleemoPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTeleportationPoint_C \ static_assert(alignof(ARofleemoTeleportationPoint_C) == 0x000008, "Wrong alignment on ARofleemoTeleportationPoint_C"); \ static_assert(sizeof(ARofleemoTeleportationPoint_C) == 0x000240, "Wrong size on ARofleemoTeleportationPoint_C"); \ static_assert(offsetof(ARofleemoTeleportationPoint_C, PreviewMesh) == 0x000220, "Member 'ARofleemoTeleportationPoint_C::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleportationPoint_C, RofleemoPoint) == 0x000228, "Member 'ARofleemoTeleportationPoint_C::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleportationPoint_C, DefaultSceneRoot) == 0x000230, "Member 'ARofleemoTeleportationPoint_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleportationPoint_C, bAvailable) == 0x000238, "Member 'ARofleemoTeleportationPoint_C::bAvailable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoTeleportationPoint_C, Activity) == 0x000239, "Member 'ARofleemoTeleportationPoint_C::Activity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTeleportationPoint_CasketUnpacker_C \ static_assert(alignof(ARofleemoTeleportationPoint_CasketUnpacker_C) == 0x000008, "Wrong alignment on ARofleemoTeleportationPoint_CasketUnpacker_C"); \ static_assert(sizeof(ARofleemoTeleportationPoint_CasketUnpacker_C) == 0x000248, "Wrong size on ARofleemoTeleportationPoint_CasketUnpacker_C"); \ static_assert(offsetof(ARofleemoTeleportationPoint_CasketUnpacker_C, StaticMesh) == 0x000240, "Member 'ARofleemoTeleportationPoint_CasketUnpacker_C::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTeleportationPoint_Amber_C \ static_assert(alignof(ARofleemoTeleportationPoint_Amber_C) == 0x000008, "Wrong alignment on ARofleemoTeleportationPoint_Amber_C"); \ static_assert(sizeof(ARofleemoTeleportationPoint_Amber_C) == 0x000240, "Wrong size on ARofleemoTeleportationPoint_Amber_C"); \ #define DUMPER7_ASSERTS_AWagonModule_Casket_T1_C \ static_assert(alignof(AWagonModule_Casket_T1_C) == 0x000008, "Wrong alignment on AWagonModule_Casket_T1_C"); \ static_assert(sizeof(AWagonModule_Casket_T1_C) == 0x0005D0, "Wrong size on AWagonModule_Casket_T1_C"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox \ static_assert(alignof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox"); \ static_assert(sizeof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox) == 0x0004D0, "Wrong size on WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, EntryPoint) == 0x000000, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_Damage) == 0x000004, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_DamageType) == 0x000008, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_HitLocation) == 0x000010, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_HitNormal) == 0x00001C, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_HitComponent) == 0x000028, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_BoneName) == 0x000030, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_BoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_ShotFromDirection) == 0x000038, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_InstigatedBy) == 0x000048, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_DamageCauser) == 0x000050, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_HitInfo) == 0x000058, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_HitInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_bBlockingHit) == 0x0000E0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000E1, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_Time) == 0x0000E4, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_Distance) == 0x0000E8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_Location) == 0x0000EC, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_Normal) == 0x000104, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_ImpactNormal) == 0x000110, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_PhysMat) == 0x000120, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_HitActor) == 0x000128, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_HitComponent) == 0x000130, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_HitBoneName) == 0x000138, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_HitItem) == 0x000140, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_ElementIndex) == 0x000144, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_FaceIndex) == 0x000148, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_TraceStart) == 0x00014C, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BreakHitResult_TraceEnd) == 0x000158, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000168, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_CanUse_ReturnValue) == 0x000171, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_HasAuthority_ReturnValue) == 0x000172, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_Hit_3) == 0x000174, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_PlayerCharacter_3) == 0x000200, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetCurrentWagon_ReturnValue) == 0x000208, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetCurrentWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_Hit_2) == 0x000210, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_PlayerCharacter_2) == 0x000298, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue) == 0x0002A0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetCurrentWagon_ReturnValue_1) == 0x0002A8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetCurrentWagon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_1) == 0x0002B0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetTrain_ReturnValue) == 0x0002B8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_2) == 0x0002C0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetTrain_ReturnValue_1) == 0x0002C8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_3) == 0x0002D0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_Hit_1) == 0x0002D4, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_PlayerCharacter_1) == 0x000360, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_CreateDelegate_OutputDelegate) == 0x000368, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetCurrentWagon_ReturnValue_2) == 0x000378, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetCurrentWagon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000380, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_4) == 0x000388, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetTrain_ReturnValue_2) == 0x000390, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_5) == 0x000398, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsUnlocked_ReturnValue) == 0x000399, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_CreateDelegate_OutputDelegate_1) == 0x00039C, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_CustomEvent_NewTrainMovementDirection) == 0x0003AC, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_CustomEvent_NewTrainMovementDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_SwitchEnum_CmpSuccess) == 0x0003AD, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, Temp_byte_Variable) == 0x0003AE, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003AF, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0003B0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_BooleanOR_ReturnValue) == 0x0003B1, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetQuestManager_ReturnValue) == 0x0003B8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetGameInstance_ReturnValue) == 0x0003C0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_6) == 0x0003C8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_AsFGGame_Instance) == 0x0003D0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_bSuccess_1) == 0x0003D8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_7) == 0x0003D9, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_ProgressionType) == 0x0003DA, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_ProgressionType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003DB, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, Temp_byte_Variable_1) == 0x0003DC, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetParentTrain_ReturnValue) == 0x0003E0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_8) == 0x0003E8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetLocomotive_ReturnValue) == 0x0003F0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetMovementComponent_ReturnValue) == 0x0003F8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000400, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_bSuccess_2) == 0x000408, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_SwitchEnum_CmpSuccess_1) == 0x000409, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetParentTrain_ReturnValue_1) == 0x000410, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_9) == 0x000418, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000419, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00041A, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_GetParentTrain_ReturnValue_2) == 0x000420, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_IsValid_ReturnValue_10) == 0x000428, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_SetStaticMesh_ReturnValue) == 0x000429, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, CallFunc_Not_PreBool_ReturnValue) == 0x00042A, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_Hit) == 0x00042C, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_Event_PlayerCharacter) == 0x0004B8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x0004C0, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox, K2Node_DynamicCast_bSuccess_3) == 0x0004C8, "Member 'WagonModule_Gearbox_C_ExecuteUbergraph_WagonModule_Gearbox::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_ReceivePointDamage \ static_assert(alignof(WagonModule_Gearbox_C_ReceivePointDamage) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_ReceivePointDamage"); \ static_assert(sizeof(WagonModule_Gearbox_C_ReceivePointDamage) == 0x0000E0, "Wrong size on WagonModule_Gearbox_C_ReceivePointDamage"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, Damage) == 0x000000, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, DamageType) == 0x000008, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, HitLocation) == 0x000010, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, HitComponent) == 0x000028, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, BoneName) == 0x000030, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_ReceivePointDamage, HitInfo) == 0x000058, "Member 'WagonModule_Gearbox_C_ReceivePointDamage::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_OnUseActor \ static_assert(alignof(WagonModule_Gearbox_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_OnUseActor"); \ static_assert(sizeof(WagonModule_Gearbox_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_Gearbox_C_OnUseActor"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Gearbox_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_WorldProgressionUnlocked \ static_assert(alignof(WagonModule_Gearbox_C_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on WagonModule_Gearbox_C_WorldProgressionUnlocked"); \ static_assert(sizeof(WagonModule_Gearbox_C_WorldProgressionUnlocked) == 0x000001, "Wrong size on WagonModule_Gearbox_C_WorldProgressionUnlocked"); \ static_assert(offsetof(WagonModule_Gearbox_C_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'WagonModule_Gearbox_C_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_CustomEvent_0 \ static_assert(alignof(WagonModule_Gearbox_C_CustomEvent_0) == 0x000001, "Wrong alignment on WagonModule_Gearbox_C_CustomEvent_0"); \ static_assert(sizeof(WagonModule_Gearbox_C_CustomEvent_0) == 0x000001, "Wrong size on WagonModule_Gearbox_C_CustomEvent_0"); \ static_assert(offsetof(WagonModule_Gearbox_C_CustomEvent_0, NewTrainMovementDirection) == 0x000000, "Member 'WagonModule_Gearbox_C_CustomEvent_0::NewTrainMovementDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_OnUseNoFloor \ static_assert(alignof(WagonModule_Gearbox_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_Gearbox_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_Gearbox_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Gearbox_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_OnUseDisabled \ static_assert(alignof(WagonModule_Gearbox_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_Gearbox_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_Gearbox_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_Gearbox_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_OnUseBuild \ static_assert(alignof(WagonModule_Gearbox_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_Gearbox_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_Gearbox_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_Gearbox_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_GetItemSelection \ static_assert(alignof(WagonModule_Gearbox_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_Gearbox_C_GetItemSelection) == 0x0000D8, "Wrong size on WagonModule_Gearbox_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_Gearbox_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_Gearbox_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_Gearbox_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_Gearbox_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000B8, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue) == 0x0000B9, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue_1) == 0x0000BA, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000C0, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0000C8, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000D2, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0000D3, "Member 'WagonModule_Gearbox_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000D4, "Member 'WagonModule_Gearbox_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_GetItemDurability \ static_assert(alignof(WagonModule_Gearbox_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_Gearbox_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_Gearbox_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_Gearbox_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_Gearbox_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_Gearbox_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_Gearbox_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_Gearbox_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_Gearbox_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_Gearbox_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_CompleteQuest \ static_assert(alignof(WagonModule_Gearbox_C_CompleteQuest) == 0x000001, "Wrong alignment on WagonModule_Gearbox_C_CompleteQuest"); \ static_assert(sizeof(WagonModule_Gearbox_C_CompleteQuest) == 0x000005, "Wrong size on WagonModule_Gearbox_C_CompleteQuest"); \ static_assert(offsetof(WagonModule_Gearbox_C_CompleteQuest, Temp_byte_Variable) == 0x000000, "Member 'WagonModule_Gearbox_C_CompleteQuest::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CompleteQuest, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'WagonModule_Gearbox_C_CompleteQuest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'WagonModule_Gearbox_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CompleteQuest, CallFunc_Array_Contains_ReturnValue) == 0x000003, "Member 'WagonModule_Gearbox_C_CompleteQuest::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CompleteQuest, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WagonModule_Gearbox_C_CompleteQuest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_TurnAround \ static_assert(alignof(WagonModule_Gearbox_C_TurnAround) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_TurnAround"); \ static_assert(sizeof(WagonModule_Gearbox_C_TurnAround) == 0x000008, "Wrong size on WagonModule_Gearbox_C_TurnAround"); \ static_assert(offsetof(WagonModule_Gearbox_C_TurnAround, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_Gearbox_C_TurnAround::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_CanUse \ static_assert(alignof(WagonModule_Gearbox_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_CanUse"); \ static_assert(sizeof(WagonModule_Gearbox_C_CanUse) == 0x0000B8, "Wrong size on WagonModule_Gearbox_C_CanUse"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_Gearbox_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Gearbox_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_Gearbox_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A1, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x0000A2, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000A8, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_IsValid_ReturnValue_2) == 0x0000B1, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000B2, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B3, "Member 'WagonModule_Gearbox_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Gearbox_C_IsBlockedByQuest \ static_assert(alignof(WagonModule_Gearbox_C_IsBlockedByQuest) == 0x000008, "Wrong alignment on WagonModule_Gearbox_C_IsBlockedByQuest"); \ static_assert(sizeof(WagonModule_Gearbox_C_IsBlockedByQuest) == 0x000018, "Wrong size on WagonModule_Gearbox_C_IsBlockedByQuest"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, bReturnValue) == 0x000000, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_GetParentTrain_ReturnValue) == 0x000008, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_IsTrainControllBlockedByQuest_ReturnValue) == 0x000012, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_IsTrainControllBlockedByQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_IsUnlocked_ReturnValue) == 0x000013, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Gearbox_C_IsBlockedByQuest, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'WagonModule_Gearbox_C_IsBlockedByQuest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Gearbox_C \ static_assert(alignof(AWagonModule_Gearbox_C) == 0x000008, "Wrong alignment on AWagonModule_Gearbox_C"); \ static_assert(sizeof(AWagonModule_Gearbox_C) == 0x000630, "Wrong size on AWagonModule_Gearbox_C"); \ static_assert(offsetof(AWagonModule_Gearbox_C, UberGraphFrame_WagonModule_Gearbox_C) == 0x0005B8, "Member 'AWagonModule_Gearbox_C::UberGraphFrame_WagonModule_Gearbox_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, FGQuestMark) == 0x0005C0, "Member 'AWagonModule_Gearbox_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, QuestMark) == 0x0005C8, "Member 'AWagonModule_Gearbox_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, Box) == 0x0005D0, "Member 'AWagonModule_Gearbox_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, InteractionWidgetComponent) == 0x0005D8, "Member 'AWagonModule_Gearbox_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, BuildZone) == 0x0005E0, "Member 'AWagonModule_Gearbox_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, Brake_Off) == 0x0005E8, "Member 'AWagonModule_Gearbox_C::Brake_Off' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, Brake_On) == 0x0005F0, "Member 'AWagonModule_Gearbox_C::Brake_On' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, TransmissionHandle) == 0x0005F8, "Member 'AWagonModule_Gearbox_C::TransmissionHandle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, AnimationTime) == 0x000600, "Member 'AWagonModule_Gearbox_C::AnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, QuestManager) == 0x000608, "Member 'AWagonModule_Gearbox_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, bQuestComplete) == 0x000610, "Member 'AWagonModule_Gearbox_C::bQuestComplete' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, World_Progression_Manager) == 0x000618, "Member 'AWagonModule_Gearbox_C::World_Progression_Manager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, bSetWidgetHiddenInGame) == 0x000620, "Member 'AWagonModule_Gearbox_C::bSetWidgetHiddenInGame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, bHitRecently) == 0x000621, "Member 'AWagonModule_Gearbox_C::bHitRecently' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Gearbox_C, ActorState) == 0x000624, "Member 'AWagonModule_Gearbox_C::ActorState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine \ static_assert(alignof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine) == 0x000930, "Wrong size on WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, EntryPoint) == 0x000000, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable) == 0x000005, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_Enable_2) == 0x000019, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_Enable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_Enable_1) == 0x00001A, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_Enable) == 0x00001B, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_Enable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_AsTrain_Steam_Engine_Component) == 0x000020, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_AsTrain_Steam_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_bUpdatedValue) == 0x000038, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_bUpdatedValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000040, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_AsFGGame_Instance) == 0x000058, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_TypeInfo) == 0x000064, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_UpdateType) == 0x00006C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_Hit_3) == 0x000070, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_PlayerCharacter_3) == 0x0000F8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bBlockingHit) == 0x000100, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bInitialOverlap) == 0x000101, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Time) == 0x000104, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Distance) == 0x000108, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Location) == 0x00010C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactPoint) == 0x000118, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Normal) == 0x000124, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactNormal) == 0x000130, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_PhysMat) == 0x000140, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitActor) == 0x000148, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitComponent) == 0x000150, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitBoneName) == 0x000158, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitItem) == 0x000160, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ElementIndex) == 0x000164, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_FaceIndex) == 0x000168, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceStart) == 0x00016C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceEnd) == 0x000178, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000184, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000185, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000186, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000187, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000188, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_Hit_2) == 0x00018C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_PlayerCharacter_2) == 0x000218, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000220, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000221, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Time_1) == 0x000224, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Distance_1) == 0x000228, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Location_1) == 0x00022C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000238, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Normal_1) == 0x000244, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000250, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_PhysMat_1) == 0x000260, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitActor_1) == 0x000268, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitComponent_1) == 0x000270, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitBoneName_1) == 0x000278, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitItem_1) == 0x000280, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ElementIndex_1) == 0x000284, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_FaceIndex_1) == 0x000288, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceStart_1) == 0x00028C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceEnd_1) == 0x000298, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_Hit_1) == 0x0002A4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_PlayerCharacter_1) == 0x000330, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000338, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000339, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x00033A, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Time_2) == 0x00033C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Distance_2) == 0x000340, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Location_2) == 0x000344, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000350, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Normal_2) == 0x00035C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000368, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_PhysMat_2) == 0x000378, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitActor_2) == 0x000380, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitComponent_2) == 0x000388, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitBoneName_2) == 0x000390, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitItem_2) == 0x000398, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ElementIndex_2) == 0x00039C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_FaceIndex_2) == 0x0003A0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceStart_2) == 0x0003A4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceEnd_2) == 0x0003B0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable_1) == 0x0003BC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x0003BD, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x0003BE, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_8) == 0x0003BF, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_9) == 0x0003C0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_10) == 0x0003C1, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_bool_Variable) == 0x0003C2, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable) == 0x0003C4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_2) == 0x0003C8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NormalizeToRange_ReturnValue) == 0x0003CC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MapRangeClamped_ReturnValue) == 0x0003D0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0003D4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_3) == 0x0003D8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_MathExpression_ReturnValue) == 0x0003DC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetWaterFuel_ReturnValue) == 0x0003E0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetWaterFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MakeRotator_ReturnValue) == 0x0003E4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_MathExpression_ReturnValue_1) == 0x0003F0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0003F4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MakeRotator_ReturnValue_1) == 0x00047C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000488, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_ActivateState_ReturnValue) == 0x000510, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_ActivateState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_ActivateState_ReturnValue_1) == 0x000511, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_ActivateState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetState_ReturnValue) == 0x000512, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_SwitchEnum_CmpSuccess) == 0x000513, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate) == 0x000514, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000528, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_4) == 0x000530, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable_2) == 0x000531, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NormalizeToRange_ReturnValue_1) == 0x000534, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000538, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_Hit) == 0x00053C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_PlayerCharacter) == 0x0005C8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0005D0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0005D1, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Time_3) == 0x0005D4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Distance_3) == 0x0005D8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Location_3) == 0x0005DC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactPoint_3) == 0x0005E8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_Normal_3) == 0x0005F4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ImpactNormal_3) == 0x000600, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_PhysMat_3) == 0x000610, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitActor_3) == 0x000618, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitComponent_3) == 0x000620, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitBoneName_3) == 0x000628, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_HitItem_3) == 0x000630, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_ElementIndex_3) == 0x000634, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_FaceIndex_3) == 0x000638, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceStart_3) == 0x00063C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BreakHitResult_TraceEnd_3) == 0x000648, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_11) == 0x000654, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_12) == 0x000655, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_13) == 0x000656, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_5) == 0x000657, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000658, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_NewState) == 0x000668, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Event_OldState) == 0x000669, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00066A, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate_2) == 0x00066C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00067C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00067D, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BooleanAND_ReturnValue) == 0x00067E, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BooleanAND_ReturnValue_1) == 0x00067F, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable_3) == 0x000680, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate_3) == 0x000684, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_bNewValue) == 0x000694, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_bNewValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate_4) == 0x000698, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_NewTrainMovementDirection) == 0x0006A8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_NewTrainMovementDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_SwitchEnum_CmpSuccess_1) == 0x0006A9, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_OnInteractionStart_ReturnValue) == 0x0006AA, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_SwitchEnum_CmpSuccess_2) == 0x0006AB, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_OnInteractionStart_ReturnValue_1) == 0x0006AC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_OnInteractionStart_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_OnInteractionStart_ReturnValue_2) == 0x0006AD, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_OnInteractionStart_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_OnInteractionStart_ReturnValue_3) == 0x0006AE, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_OnInteractionStart_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Not_PreBool_ReturnValue) == 0x0006AF, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetState_ReturnValue_1) == 0x0006B0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0006B1, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0006B4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CreateDelegate_OutputDelegate_5) == 0x0006B8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetState_ReturnValue_2) == 0x0006C8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0006C9, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_State) == 0x0006CA, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0006CB, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0006CC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0006D0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_BooleanOR_ReturnValue) == 0x0006E0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Concat_StrStr_ReturnValue) == 0x0006E8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Not_PreBool_ReturnValue_1) == 0x0006F8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_SwitchEnum_CmpSuccess_3) == 0x0006F9, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable_1) == 0x0006FC, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_CustomEvent_EngineIsWork) == 0x000700, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_CustomEvent_EngineIsWork' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable_2) == 0x000704, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable_4) == 0x000708, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_byte_Variable_5) == 0x000709, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00070C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_14) == 0x000718, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_bool_Variable_1) == 0x000719, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_15) == 0x00071A, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Select_Default) == 0x00071C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000720, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00072C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_16) == 0x000738, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable_3) == 0x00073C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable_4) == 0x000740, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_6) == 0x000744, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue) == 0x000748, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_1) == 0x000750, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_7) == 0x000758, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_8) == 0x000759, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetLocomotive_ReturnValue) == 0x000760, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetMovementComponent_ReturnValue) == 0x000768, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetLocomotive_ReturnValue_1) == 0x000770, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000778, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_bSuccess_2) == 0x000780, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_9) == 0x000781, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000788, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_bSuccess_3) == 0x000790, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_2) == 0x000798, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_10) == 0x0007A0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetLocomotive_ReturnValue_2) == 0x0007A8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetLocomotive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_11) == 0x0007B0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x0007B8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_DynamicCast_bSuccess_4) == 0x0007C0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_3) == 0x0007C8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_4) == 0x0007D0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_12) == 0x0007D8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_13) == 0x0007D9, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_5) == 0x0007E0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_6) == 0x0007E8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_14) == 0x0007F0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_SwitchEnum_CmpSuccess_4) == 0x0007F1, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_7) == 0x0007F8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_8) == 0x000800, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_15) == 0x000808, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_16) == 0x000809, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_9) == 0x000810, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_17) == 0x000818, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetLocomotive_ReturnValue_3) == 0x000820, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetLocomotive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000828, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000830, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_VSize_ReturnValue) == 0x000834, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000838, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_MathExpression_ReturnValue_2) == 0x00083C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_MakeRotator_ReturnValue_2) == 0x000840, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_bool_Variable_2) == 0x00084C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x000850, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_10) == 0x0008D8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Select_Default_1) == 0x0008E0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_18) == 0x0008E4, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrainCategory_ReturnValue_1) == 0x0008E5, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrainCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_11) == 0x0008E8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x0008F0, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_19) == 0x0008F1, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_12) == 0x0008F8, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_20) == 0x000900, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrainCategory_ReturnValue_2) == 0x000901, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrainCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000902, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, Temp_float_Variable_5) == 0x000904, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrain_ReturnValue_13) == 0x000908, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrain_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, K2Node_Select_Default_2) == 0x000910, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsValid_ReturnValue_21) == 0x000914, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GetParentTrainCategory_ReturnValue_3) == 0x000915, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GetParentTrainCategory_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000916, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue) == 0x000917, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Add_IntInt_ReturnValue) == 0x000918, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_1) == 0x00091C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000920, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_2) == 0x000924, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000928, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00092C, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x00092D, "Member 'WagonModule_SteamEngine_C_ExecuteUbergraph_WagonModule_SteamEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnSmokeStateChange \ static_assert(alignof(WagonModule_SteamEngine_C_OnSmokeStateChange) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnSmokeStateChange"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnSmokeStateChange) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnSmokeStateChange"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnSmokeStateChange, EngineIsWork) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnSmokeStateChange::EngineIsWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnTrainEngineState_Event \ static_assert(alignof(WagonModule_SteamEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnTrainEngineState_Event"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnTrainEngineState_Event"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnTrainEngineState_Event, State) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnTrainEngineState_Event::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event \ static_assert(alignof(WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event, NewTrainMovementDirection) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnTrainMovementDirectionUpdated_Event::NewTrainMovementDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnBrakeUpdated_Event \ static_assert(alignof(WagonModule_SteamEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnBrakeUpdated_Event"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnBrakeUpdated_Event"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnBrakeUpdated_Event, bNewValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnBrakeUpdated_Event::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_SteamEngine_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_SteamEngine_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_SteamEngine_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_SteamEngine_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_SteamEngine_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnUseNoFloor \ static_assert(alignof(WagonModule_SteamEngine_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_SteamEngine_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_SteamEngine_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnUseDisabled \ static_assert(alignof(WagonModule_SteamEngine_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_SteamEngine_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_SteamEngine_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnUseBroken \ static_assert(alignof(WagonModule_SteamEngine_C_OnUseBroken) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_OnUseBroken"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnUseBroken) == 0x000090, "Wrong size on WagonModule_SteamEngine_C_OnUseBroken"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseBroken, Hit) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'WagonModule_SteamEngine_C_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnUseBuild \ static_assert(alignof(WagonModule_SteamEngine_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_SteamEngine_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_SteamEngine_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0 \ static_assert(alignof(WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0) == 0x000004, "Wrong alignment on WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0) == 0x00000C, "Wrong size on WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0, TypeInfo) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0, UpdateType) == 0x000008, "Member 'WagonModule_SteamEngine_C_OnVoidTechUpdated_Event_0::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnBurstUpdatedEvent \ static_assert(alignof(WagonModule_SteamEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnBurstUpdatedEvent"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnBurstUpdatedEvent"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnBurstUpdatedEvent, bUpdatedValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnBurstUpdatedEvent::bUpdatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_SmokeStage3 \ static_assert(alignof(WagonModule_SteamEngine_C_SmokeStage3) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_SmokeStage3"); \ static_assert(sizeof(WagonModule_SteamEngine_C_SmokeStage3) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_SmokeStage3"); \ static_assert(offsetof(WagonModule_SteamEngine_C_SmokeStage3, Enable) == 0x000000, "Member 'WagonModule_SteamEngine_C_SmokeStage3::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_SmokeStage2 \ static_assert(alignof(WagonModule_SteamEngine_C_SmokeStage2) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_SmokeStage2"); \ static_assert(sizeof(WagonModule_SteamEngine_C_SmokeStage2) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_SmokeStage2"); \ static_assert(offsetof(WagonModule_SteamEngine_C_SmokeStage2, Enable) == 0x000000, "Member 'WagonModule_SteamEngine_C_SmokeStage2::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_SmokeState1 \ static_assert(alignof(WagonModule_SteamEngine_C_SmokeState1) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_SmokeState1"); \ static_assert(sizeof(WagonModule_SteamEngine_C_SmokeState1) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_SmokeState1"); \ static_assert(offsetof(WagonModule_SteamEngine_C_SmokeState1, Enable) == 0x000000, "Member 'WagonModule_SteamEngine_C_SmokeState1::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ReceiveTick \ static_assert(alignof(WagonModule_SteamEngine_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_SteamEngine_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_SteamEngine_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_SteamEngine_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_GetItemSelection \ static_assert(alignof(WagonModule_SteamEngine_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_SteamEngine_C_GetItemSelection) == 0x000300, "Wrong size on WagonModule_SteamEngine_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_SteamEngine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_SteamEngine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_SteamEngine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_SteamEngine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00013C, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00013D, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time_1) == 0x000140, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance_1) == 0x000144, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location_1) == 0x000148, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000154, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal_1) == 0x000160, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00016C, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat_1) == 0x000178, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor_1) == 0x000180, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent_1) == 0x000188, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName_1) == 0x000190, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem_1) == 0x000198, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex_1) == 0x00019C, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex_1) == 0x0001A0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart_1) == 0x0001A4, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd_1) == 0x0001B0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_Is_Blockedby_Miasm_Result) == 0x0001BC, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_Is_Blockedby_Miasm_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue) == 0x0001BD, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0001C0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0001C8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0001D2, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D3, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0001D4, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_1) == 0x0001D8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0001E0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_2) == 0x0001E1, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_2) == 0x0001E8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001F0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_3) == 0x0001F1, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_3) == 0x0001F2, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x0001F8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000210, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000250, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_4) == 0x000251, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000258, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000268, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000280, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_4) == 0x0002C0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, K2Node_MakeArray_Array) == 0x0002C8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x0002D8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002F0, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002F1, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002F2, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002F3, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_5) == 0x0002F4, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0002F5, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_GetState_ReturnValue) == 0x0002F6, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002F7, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0002F8, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0002F9, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x0002FA, "Member 'WagonModule_SteamEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_GetItemDurability \ static_assert(alignof(WagonModule_SteamEngine_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_SteamEngine_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_SteamEngine_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_SteamEngine_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_SteamEngine_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_SteamEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_SteamEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_SteamEngine_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_SteamEngine_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OpenUI \ static_assert(alignof(WagonModule_SteamEngine_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_OpenUI"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OpenUI) == 0x000020, "Wrong size on WagonModule_SteamEngine_C_OpenUI"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OpenUI, Character) == 0x000000, "Member 'WagonModule_SteamEngine_C_OpenUI::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OpenUI, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000008, "Member 'WagonModule_SteamEngine_C_OpenUI::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_SteamEngine_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ToggleTransmission \ static_assert(alignof(WagonModule_SteamEngine_C_ToggleTransmission) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_ToggleTransmission"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ToggleTransmission) == 0x000008, "Wrong size on WagonModule_SteamEngine_C_ToggleTransmission"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ToggleTransmission, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_ToggleTransmission::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ToggleBreak \ static_assert(alignof(WagonModule_SteamEngine_C_ToggleBreak) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_ToggleBreak"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ToggleBreak) == 0x000008, "Wrong size on WagonModule_SteamEngine_C_ToggleBreak"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ToggleBreak, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_ToggleBreak::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ChangeFurnace \ static_assert(alignof(WagonModule_SteamEngine_C_ChangeFurnace) == 0x000004, "Wrong alignment on WagonModule_SteamEngine_C_ChangeFurnace"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ChangeFurnace) == 0x000038, "Wrong size on WagonModule_SteamEngine_C_ChangeFurnace"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, Temperature) == 0x000000, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::Temperature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000008, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_2) == 0x00000C, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_3) == 0x000010, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_4) == 0x000014, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_5) == 0x000018, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MakeVector2D_ReturnValue) == 0x00001C, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_6) == 0x000024, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_7) == 0x000028, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MakeVector2D_ReturnValue_1) == 0x00002C, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ChangeFurnace, CallFunc_MapRangeClamped_ReturnValue_8) == 0x000034, "Member 'WagonModule_SteamEngine_C_ChangeFurnace::CallFunc_MapRangeClamped_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_EngineOverheating \ static_assert(alignof(WagonModule_SteamEngine_C_EngineOverheating) == 0x000004, "Wrong alignment on WagonModule_SteamEngine_C_EngineOverheating"); \ static_assert(sizeof(WagonModule_SteamEngine_C_EngineOverheating) == 0x000010, "Wrong size on WagonModule_SteamEngine_C_EngineOverheating"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EngineOverheating, TemperatureValue_0) == 0x000000, "Member 'WagonModule_SteamEngine_C_EngineOverheating::TemperatureValue_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EngineOverheating, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'WagonModule_SteamEngine_C_EngineOverheating::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EngineOverheating, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'WagonModule_SteamEngine_C_EngineOverheating::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_EngineOverheating, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'WagonModule_SteamEngine_C_EngineOverheating::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_UpdateFrontwall \ static_assert(alignof(WagonModule_SteamEngine_C_UpdateFrontwall) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_UpdateFrontwall"); \ static_assert(sizeof(WagonModule_SteamEngine_C_UpdateFrontwall) == 0x0000E0, "Wrong size on WagonModule_SteamEngine_C_UpdateFrontwall"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, Temp_float_Variable) == 0x000000, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, Temp_float_Variable_1) == 0x000004, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, Temp_float_Variable_2) == 0x000008, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, Temp_byte_Variable) == 0x00000C, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_GetLocationOffsetToWagon_ReturnValue) == 0x000010, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_GetLocationOffsetToWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_X) == 0x00001C, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y) == 0x000020, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z) == 0x000024, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, K2Node_Select_Default) == 0x00002C, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_X_1) == 0x000030, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y_1) == 0x000034, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z_1) == 0x000038, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_WallSettings) == 0x000040, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_WallSettings' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_ReturnValue) == 0x0000B8, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_MakeVector_ReturnValue) == 0x0000BC, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C8, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_GetFrontwallMesh_Mesh) == 0x0000D0, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_GetFrontwallMesh_Mesh' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_UpdateFrontwall, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'WagonModule_SteamEngine_C_UpdateFrontwall::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_Update_Ai_Engine_Tank \ static_assert(alignof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_Update_Ai_Engine_Tank"); \ static_assert(sizeof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank) == 0x000009, "Wrong size on WagonModule_SteamEngine_C_Update_Ai_Engine_Tank"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000001, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000002, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_1) == 0x000004, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000005, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000006, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000008, "Member 'WagonModule_SteamEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_ExplodeAiEngineTank \ static_assert(alignof(WagonModule_SteamEngine_C_ExplodeAiEngineTank) == 0x000010, "Wrong alignment on WagonModule_SteamEngine_C_ExplodeAiEngineTank"); \ static_assert(sizeof(WagonModule_SteamEngine_C_ExplodeAiEngineTank) == 0x000070, "Wrong size on WagonModule_SteamEngine_C_ExplodeAiEngineTank"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, targetMeshComponent) == 0x000000, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::targetMeshComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000018, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000020, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000030, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000060, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_ExplodeAiEngineTank, K2Node_SwitchInteger_CmpSuccess) == 0x000068, "Member 'WagonModule_SteamEngine_C_ExplodeAiEngineTank::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh \ static_assert(alignof(WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong alignment on WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong size on WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnRep_FrontWallStaticMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation \ static_assert(alignof(WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation) == 0x000004, "Wrong alignment on WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(sizeof(WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation) == 0x000088, "Wrong size on WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(offsetof(WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000000, "Member 'WagonModule_SteamEngine_C_OnRep_FrontWallRelativeLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_Is_Blockedby_Miasm \ static_assert(alignof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_Is_Blockedby_Miasm"); \ static_assert(sizeof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm) == 0x000028, "Wrong size on WagonModule_SteamEngine_C_Is_Blockedby_Miasm"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, Result) == 0x000000, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000010, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, CallFunc_GetActiveMiasmAmount_ReturnValue) == 0x00001C, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::CallFunc_GetActiveMiasmAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_Is_Blockedby_Miasm, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_SteamEngine_C_Is_Blockedby_Miasm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SteamEngine_C_GetInteractionComponent \ static_assert(alignof(WagonModule_SteamEngine_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_SteamEngine_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_SteamEngine_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_SteamEngine_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_SteamEngine_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SteamEngine_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_SteamEngine_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_SteamEngine_C \ static_assert(alignof(AWagonModule_SteamEngine_C) == 0x000008, "Wrong alignment on AWagonModule_SteamEngine_C"); \ static_assert(sizeof(AWagonModule_SteamEngine_C) == 0x000880, "Wrong size on AWagonModule_SteamEngine_C"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, UberGraphFrame_WagonModule_SteamEngine_C) == 0x000628, "Member 'AWagonModule_SteamEngine_C::UberGraphFrame_WagonModule_SteamEngine_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, S_Depot_ArhitectureWallDetail2) == 0x000630, "Member 'AWagonModule_SteamEngine_C::S_Depot_ArhitectureWallDetail2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Explosion_Tank_3) == 0x000638, "Member 'AWagonModule_SteamEngine_C::Explosion_Tank_3' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Explosion_Tank_2) == 0x000640, "Member 'AWagonModule_SteamEngine_C::Explosion_Tank_2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Explosion_Tank_1) == 0x000648, "Member 'AWagonModule_SteamEngine_C::Explosion_Tank_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_04) == 0x000650, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_04' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_03) == 0x000658, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Box1) == 0x000660, "Member 'AWagonModule_SteamEngine_C::Box1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Box) == 0x000668, "Member 'AWagonModule_SteamEngine_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Frontwall) == 0x000670, "Member 'AWagonModule_SteamEngine_C::Frontwall' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, InteractionWidget_Beep) == 0x000678, "Member 'AWagonModule_SteamEngine_C::InteractionWidget_Beep' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Burst_Collision) == 0x000680, "Member 'AWagonModule_SteamEngine_C::Burst_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, InteractionWidget_UI) == 0x000688, "Member 'AWagonModule_SteamEngine_C::InteractionWidget_UI' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, InteractionWidget_Burst) == 0x000690, "Member 'AWagonModule_SteamEngine_C::InteractionWidget_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, InteractionWidget_Transmission) == 0x000698, "Member 'AWagonModule_SteamEngine_C::InteractionWidget_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, InteractionWidget_Brake) == 0x0006A0, "Member 'AWagonModule_SteamEngine_C::InteractionWidget_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FGInteraction) == 0x0006A8, "Member 'AWagonModule_SteamEngine_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeTubeAcceleration) == 0x0006B0, "Member 'AWagonModule_SteamEngine_C::SmokeTubeAcceleration' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Furnace_RectLight) == 0x0006B8, "Member 'AWagonModule_SteamEngine_C::Furnace_RectLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Furnace_Light) == 0x0006C0, "Member 'AWagonModule_SteamEngine_C::Furnace_Light' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Furnace_Fire) == 0x0006C8, "Member 'AWagonModule_SteamEngine_C::Furnace_Fire' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeBeep) == 0x0006D0, "Member 'AWagonModule_SteamEngine_C::SmokeBeep' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeTubeSmall) == 0x0006D8, "Member 'AWagonModule_SteamEngine_C::SmokeTubeSmall' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_Back) == 0x0006E0, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_Back' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_Front) == 0x0006E8, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_Front' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Chuffling) == 0x0006F0, "Member 'AWagonModule_SteamEngine_C::Chuffling' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Sound_Idle) == 0x0006F8, "Member 'AWagonModule_SteamEngine_C::Engine_Sound_Idle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, TrainUI_Collision) == 0x000700, "Member 'AWagonModule_SteamEngine_C::TrainUI_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SpotLight) == 0x000708, "Member 'AWagonModule_SteamEngine_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, CoalCrackle) == 0x000710, "Member 'AWagonModule_SteamEngine_C::CoalCrackle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, CoalSpark) == 0x000718, "Member 'AWagonModule_SteamEngine_C::CoalSpark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, BurstHandleSound) == 0x000720, "Member 'AWagonModule_SteamEngine_C::BurstHandleSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Cylinder) == 0x000728, "Member 'AWagonModule_SteamEngine_C::Cylinder' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, BurstSound) == 0x000730, "Member 'AWagonModule_SteamEngine_C::BurstSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Horn) == 0x000738, "Member 'AWagonModule_SteamEngine_C::Horn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Debug_Beep_Collision) == 0x000740, "Member 'AWagonModule_SteamEngine_C::Debug_Beep_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Beep_Handle) == 0x000748, "Member 'AWagonModule_SteamEngine_C::Engine_Beep_Handle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, TransmissionSound) == 0x000750, "Member 'AWagonModule_SteamEngine_C::TransmissionSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, BrakeSound) == 0x000758, "Member 'AWagonModule_SteamEngine_C::BrakeSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Burst) == 0x000760, "Member 'AWagonModule_SteamEngine_C::Engine_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, AtmArrow) == 0x000768, "Member 'AWagonModule_SteamEngine_C::AtmArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, WaterArrow) == 0x000770, "Member 'AWagonModule_SteamEngine_C::WaterArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SpeedArrow) == 0x000778, "Member 'AWagonModule_SteamEngine_C::SpeedArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Transmission_Collision) == 0x000780, "Member 'AWagonModule_SteamEngine_C::Transmission_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Transmission) == 0x000788, "Member 'AWagonModule_SteamEngine_C::Engine_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Brake_Collision) == 0x000790, "Member 'AWagonModule_SteamEngine_C::Brake_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Brake) == 0x000798, "Member 'AWagonModule_SteamEngine_C::Engine_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, S_Engine_Collision_01) == 0x0007A0, "Member 'AWagonModule_SteamEngine_C::S_Engine_Collision_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Indicators) == 0x0007A8, "Member 'AWagonModule_SteamEngine_C::Engine_Indicators' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_02) == 0x0007B0, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Cap_01) == 0x0007B8, "Member 'AWagonModule_SteamEngine_C::Engine_Cap_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Tank_03) == 0x0007C0, "Member 'AWagonModule_SteamEngine_C::Engine_Tank_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Tank_02) == 0x0007C8, "Member 'AWagonModule_SteamEngine_C::Engine_Tank_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Tank_01) == 0x0007D0, "Member 'AWagonModule_SteamEngine_C::Engine_Tank_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Panel) == 0x0007D8, "Member 'AWagonModule_SteamEngine_C::Engine_Panel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Front) == 0x0007E0, "Member 'AWagonModule_SteamEngine_C::Engine_Front' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, Engine_Back) == 0x0007E8, "Member 'AWagonModule_SteamEngine_C::Engine_Back' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeTube) == 0x0007F0, "Member 'AWagonModule_SteamEngine_C::SmokeTube' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FurnaceLightTimeline_Intensity_513BA0FF4FED5A2C8DEF869B600FE7DC) == 0x0007F8, "Member 'AWagonModule_SteamEngine_C::FurnaceLightTimeline_Intensity_513BA0FF4FED5A2C8DEF869B600FE7DC' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FurnaceLightTimeline__Direction_513BA0FF4FED5A2C8DEF869B600FE7DC) == 0x0007FC, "Member 'AWagonModule_SteamEngine_C::FurnaceLightTimeline__Direction_513BA0FF4FED5A2C8DEF869B600FE7DC' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FurnaceLightTimeline) == 0x000800, "Member 'AWagonModule_SteamEngine_C::FurnaceLightTimeline' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, BrakeAnimationTime) == 0x000808, "Member 'AWagonModule_SteamEngine_C::BrakeAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, TransmissionAnimationTime) == 0x00080C, "Member 'AWagonModule_SteamEngine_C::TransmissionAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, TempDynamicMaterial) == 0x000810, "Member 'AWagonModule_SteamEngine_C::TempDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SteamEngineComponent) == 0x000818, "Member 'AWagonModule_SteamEngine_C::SteamEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, CoalDYNMat) == 0x000820, "Member 'AWagonModule_SteamEngine_C::CoalDYNMat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, VoidTechManager) == 0x000828, "Member 'AWagonModule_SteamEngine_C::VoidTechManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, PathSwitcher) == 0x000830, "Member 'AWagonModule_SteamEngine_C::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeStage1Enabled) == 0x000838, "Member 'AWagonModule_SteamEngine_C::SmokeStage1Enabled' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeStage2Enabled) == 0x000839, "Member 'AWagonModule_SteamEngine_C::SmokeStage2Enabled' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, SmokeStage3Enabled) == 0x00083A, "Member 'AWagonModule_SteamEngine_C::SmokeStage3Enabled' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, TemperatureValue) == 0x00083C, "Member 'AWagonModule_SteamEngine_C::TemperatureValue' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FurnaceTimerHandle) == 0x000840, "Member 'AWagonModule_SteamEngine_C::FurnaceTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, WagonMovementComponent) == 0x000848, "Member 'AWagonModule_SteamEngine_C::WagonMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, bBurstAnimationPlaying) == 0x000850, "Member 'AWagonModule_SteamEngine_C::bBurstAnimationPlaying' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, BurstAnimationTime) == 0x000854, "Member 'AWagonModule_SteamEngine_C::BurstAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, As_Generic_Locomotive) == 0x000858, "Member 'AWagonModule_SteamEngine_C::As_Generic_Locomotive' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, bEnablePanel) == 0x000860, "Member 'AWagonModule_SteamEngine_C::bEnablePanel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FrontWallStaticMesh) == 0x000868, "Member 'AWagonModule_SteamEngine_C::FrontWallStaticMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, FrontWallRelativeLocation) == 0x000870, "Member 'AWagonModule_SteamEngine_C::FrontWallRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SteamEngine_C, UnlockedEngineSections) == 0x00087C, "Member 'AWagonModule_SteamEngine_C::UnlockedEngineSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStartSceneTutorialTask_C_CanStart \ static_assert(alignof(GenericStartSceneTutorialTask_C_CanStart) == 0x000008, "Wrong alignment on GenericStartSceneTutorialTask_C_CanStart"); \ static_assert(sizeof(GenericStartSceneTutorialTask_C_CanStart) == 0x000020, "Wrong size on GenericStartSceneTutorialTask_C_CanStart"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, ReturnValue) == 0x000000, "Member 'GenericStartSceneTutorialTask_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'GenericStartSceneTutorialTask_C_CanStart::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'GenericStartSceneTutorialTask_C_CanStart::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GenericStartSceneTutorialTask_C_CanStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, CallFunc_GetWorldState_ReturnValue) == 0x000019, "Member 'GenericStartSceneTutorialTask_C_CanStart::CallFunc_GetWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'GenericStartSceneTutorialTask_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStartSceneTutorialTask_C_CanStart, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001B, "Member 'GenericStartSceneTutorialTask_C_CanStart::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenericStartSceneTutorialTask_C \ static_assert(alignof(UGenericStartSceneTutorialTask_C) == 0x000008, "Wrong alignment on UGenericStartSceneTutorialTask_C"); \ static_assert(sizeof(UGenericStartSceneTutorialTask_C) == 0x000050, "Wrong size on UGenericStartSceneTutorialTask_C"); \ #define DUMPER7_ASSERTS_GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks \ static_assert(alignof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks) == 0x000004, "Wrong alignment on GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks"); \ static_assert(sizeof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks) == 0x000014, "Wrong size on GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks"); \ static_assert(offsetof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks, EntryPoint) == 0x000000, "Member 'GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks, K2Node_Event_EventName) == 0x000008, "Member 'GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'GenericMainTutorialTasks_C_ExecuteUbergraph_GenericMainTutorialTasks::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMainTutorialTasks_C_OnTutorialEvent \ static_assert(alignof(GenericMainTutorialTasks_C_OnTutorialEvent) == 0x000004, "Wrong alignment on GenericMainTutorialTasks_C_OnTutorialEvent"); \ static_assert(sizeof(GenericMainTutorialTasks_C_OnTutorialEvent) == 0x000008, "Wrong size on GenericMainTutorialTasks_C_OnTutorialEvent"); \ static_assert(offsetof(GenericMainTutorialTasks_C_OnTutorialEvent, EventName) == 0x000000, "Member 'GenericMainTutorialTasks_C_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMainTutorialTasks_C_CanStart \ static_assert(alignof(GenericMainTutorialTasks_C_CanStart) == 0x000001, "Wrong alignment on GenericMainTutorialTasks_C_CanStart"); \ static_assert(sizeof(GenericMainTutorialTasks_C_CanStart) == 0x000004, "Wrong size on GenericMainTutorialTasks_C_CanStart"); \ static_assert(offsetof(GenericMainTutorialTasks_C_CanStart, ReturnValue) == 0x000000, "Member 'GenericMainTutorialTasks_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000001, "Member 'GenericMainTutorialTasks_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'GenericMainTutorialTasks_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMainTutorialTasks_C_CanStart, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'GenericMainTutorialTasks_C_CanStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenericMainTutorialTasks_C \ static_assert(alignof(UGenericMainTutorialTasks_C) == 0x000008, "Wrong alignment on UGenericMainTutorialTasks_C"); \ static_assert(sizeof(UGenericMainTutorialTasks_C) == 0x000060, "Wrong size on UGenericMainTutorialTasks_C"); \ static_assert(offsetof(UGenericMainTutorialTasks_C, UberGraphFrame) == 0x000050, "Member 'UGenericMainTutorialTasks_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGenericMainTutorialTasks_C, bTriggerFromEvent) == 0x000058, "Member 'UGenericMainTutorialTasks_C::bTriggerFromEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene \ static_assert(alignof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene) == 0x000010, "Wrong alignment on PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene) == 0x000530, "Wrong size on PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, EntryPoint) == 0x000000, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000020, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_8) == 0x000028, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_7) == 0x000030, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_6) == 0x000048, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_5) == 0x000060, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, Temp_name_Variable) == 0x000078, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_4) == 0x000090, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_3) == 0x000098, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000A0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_2) == 0x0000B0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_1) == 0x0000C8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName) == 0x0000E0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, Temp_name_Variable_1) == 0x0000F8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetOwningPawn_ReturnValue) == 0x000100, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000108, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_AsThird_Person_Character) == 0x000110, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00011C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetController_ReturnValue) == 0x000128, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000138, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000148, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000150, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_bSuccess_2) == 0x000158, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CreateDelegate_OutputDelegate_9) == 0x00015C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetController_ReturnValue_1) == 0x000170, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x000178, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_DynamicCast_bSuccess_3) == 0x000180, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetTransform_ReturnValue) == 0x000190, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0001C0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0001C8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetSocketRotation_ReturnValue) == 0x0001D4, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_InverseTransformRotation_ReturnValue) == 0x0001E0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetSocketLocation_ReturnValue) == 0x0001EC, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_InverseTransformLocation_ReturnValue) == 0x0001F8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetTransform_ReturnValue_1) == 0x000210, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000240, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x00024C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000258, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetTransform_ReturnValue_2) == 0x000270, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_TransformLocation_ReturnValue) == 0x0002A0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetTransform_ReturnValue_3) == 0x0002B0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetSocketRotation_ReturnValue_1) == 0x0002E0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetSocketRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_NegateRotator_ReturnValue) == 0x0002EC, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_InverseTransformRotation_ReturnValue_1) == 0x0002F8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_InverseTransformRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_ComposeRotators_ReturnValue) == 0x000304, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetTransform_ReturnValue_4) == 0x000310, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_TransformRotation_ReturnValue) == 0x000340, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_TransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_BreakRotator_Roll) == 0x00034C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_BreakRotator_Pitch) == 0x000350, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_BreakRotator_Yaw) == 0x000354, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000358, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_MakeRotator_ReturnValue) == 0x000360, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetController_ReturnValue_2) == 0x000370, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsValid_ReturnValue_2) == 0x000378, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x00037C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NotifyName_9) == 0x000388, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsLocallyControlled_ReturnValue) == 0x000390, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_Location) == 0x000394, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_Rotation) == 0x0003A0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_Rotation' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0003B0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0003B8, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000440, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetController_ReturnValue_3) == 0x000448, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000450, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsValid_ReturnValue_3) == 0x00045C, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x00045D, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000460, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_GetAnimInstance_ReturnValue_3) == 0x000468, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, K2Node_CustomEvent_NewTransform) == 0x000470, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::K2Node_CustomEvent_NewTransform' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x0004A0, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x000528, "Member 'PlayerAction_StartCutScene_C_ExecuteUbergraph_PlayerAction_StartCutScene::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_ClientSetTransform \ static_assert(alignof(PlayerAction_StartCutScene_C_ClientSetTransform) == 0x000010, "Wrong alignment on PlayerAction_StartCutScene_C_ClientSetTransform"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_ClientSetTransform) == 0x000030, "Wrong size on PlayerAction_StartCutScene_C_ClientSetTransform"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ClientSetTransform, NewTransform) == 0x000000, "Member 'PlayerAction_StartCutScene_C_ClientSetTransform::NewTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_ServerSetLocationAndRotation \ static_assert(alignof(PlayerAction_StartCutScene_C_ServerSetLocationAndRotation) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_ServerSetLocationAndRotation"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_ServerSetLocationAndRotation) == 0x000018, "Wrong size on PlayerAction_StartCutScene_C_ServerSetLocationAndRotation"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ServerSetLocationAndRotation, Location) == 0x000000, "Member 'PlayerAction_StartCutScene_C_ServerSetLocationAndRotation::Location' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_ServerSetLocationAndRotation, Rotation) == 0x00000C, "Member 'PlayerAction_StartCutScene_C_ServerSetLocationAndRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnCompleted_F6FE9DF54F84F32C992EE7A98C44CF21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnBlendOut_F6FE9DF54F84F32C992EE7A98C44CF21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnInterrupted_F6FE9DF54F84F32C992EE7A98C44CF21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnNotifyBegin_F6FE9DF54F84F32C992EE7A98C44CF21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnNotifyEnd_F6FE9DF54F84F32C992EE7A98C44CF21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnCompleted_E2FFDA664E7BBD4E5723E7B2884DB7A3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnBlendOut_E2FFDA664E7BBD4E5723E7B2884DB7A3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnInterrupted_E2FFDA664E7BBD4E5723E7B2884DB7A3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnNotifyBegin_E2FFDA664E7BBD4E5723E7B2884DB7A3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3 \ static_assert(alignof(PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000004, "Wrong alignment on PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3) == 0x000008, "Wrong size on PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3, NotifyName) == 0x000000, "Member 'PlayerAction_StartCutScene_C_OnNotifyEnd_E2FFDA664E7BBD4E5723E7B2884DB7A3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerAction_StartCutScene_C_SetTransform \ static_assert(alignof(PlayerAction_StartCutScene_C_SetTransform) == 0x000010, "Wrong alignment on PlayerAction_StartCutScene_C_SetTransform"); \ static_assert(sizeof(PlayerAction_StartCutScene_C_SetTransform) == 0x0000F0, "Wrong size on PlayerAction_StartCutScene_C_SetTransform"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, NewTransform) == 0x000000, "Member 'PlayerAction_StartCutScene_C_SetTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_GetOwningPawn_ReturnValue) == 0x000030, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000038, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000040, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0000C8, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_GetController_ReturnValue) == 0x0000D0, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000D8, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_StartCutScene_C_SetTransform, CallFunc_IsValid_ReturnValue) == 0x0000E4, "Member 'PlayerAction_StartCutScene_C_SetTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerAction_StartCutScene_C \ static_assert(alignof(UPlayerAction_StartCutScene_C) == 0x000010, "Wrong alignment on UPlayerAction_StartCutScene_C"); \ static_assert(sizeof(UPlayerAction_StartCutScene_C) == 0x0000F0, "Wrong size on UPlayerAction_StartCutScene_C"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, UberGraphFrame) == 0x000050, "Member 'UPlayerAction_StartCutScene_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, PlayerCutMontage) == 0x000058, "Member 'UPlayerAction_StartCutScene_C::PlayerCutMontage' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, Character) == 0x000068, "Member 'UPlayerAction_StartCutScene_C::Character' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, SavedOffset) == 0x000070, "Member 'UPlayerAction_StartCutScene_C::SavedOffset' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, FinalOffset) == 0x00007C, "Member 'UPlayerAction_StartCutScene_C::FinalOffset' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, SavedDeltaRotation) == 0x000088, "Member 'UPlayerAction_StartCutScene_C::SavedDeltaRotation' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, FinalRotationDelta) == 0x000094, "Member 'UPlayerAction_StartCutScene_C::FinalRotationDelta' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, NewRotation) == 0x0000A0, "Member 'UPlayerAction_StartCutScene_C::NewRotation' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, NewLocation) == 0x0000AC, "Member 'UPlayerAction_StartCutScene_C::NewLocation' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_StartCutScene_C, StartTransform) == 0x0000C0, "Member 'UPlayerAction_StartCutScene_C::StartTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus \ static_assert(alignof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus) == 0x000008, "Wrong alignment on HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus"); \ static_assert(sizeof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus) == 0x000040, "Wrong size on HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, EntryPoint) == 0x000000, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HTN_SharkAddTempBonus_C_ExecuteUbergraph_HTN_SharkAddTempBonus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddTempBonus_C_ReceiveExecute \ static_assert(alignof(HTN_SharkAddTempBonus_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkAddTempBonus_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkAddTempBonus_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkAddTempBonus_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkAddTempBonus_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkAddTempBonus_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddTempBonus_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddTempBonus_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkAddTempBonus_C \ static_assert(alignof(UHTN_SharkAddTempBonus_C) == 0x000008, "Wrong alignment on UHTN_SharkAddTempBonus_C"); \ static_assert(sizeof(UHTN_SharkAddTempBonus_C) == 0x000118, "Wrong size on UHTN_SharkAddTempBonus_C"); \ static_assert(offsetof(UHTN_SharkAddTempBonus_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkAddTempBonus_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddTempBonus_C, EnduranceBonus) == 0x000100, "Member 'UHTN_SharkAddTempBonus_C::EnduranceBonus' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddTempBonus_C, PowerBonus) == 0x000104, "Member 'UHTN_SharkAddTempBonus_C::PowerBonus' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddTempBonus_C, DeceptionBonus) == 0x000108, "Member 'UHTN_SharkAddTempBonus_C::DeceptionBonus' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddTempBonus_C, StatComponent) == 0x000110, "Member 'UHTN_SharkAddTempBonus_C::StatComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction \ static_assert(alignof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction) == 0x000008, "Wrong alignment on MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction"); \ static_assert(sizeof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction) == 0x000118, "Wrong size on MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, EntryPoint) == 0x000000, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Loop_Counter_Variable_3) == 0x000020, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Get_Item) == 0x000038, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, K2Node_Event_MyGeometry) == 0x000040, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, K2Node_Event_InDeltaTime) == 0x000078, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Array_Index_Variable_2) == 0x00007C, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_GetPlayerPawn_ReturnValue) == 0x000090, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, K2Node_DynamicCast_AsThird_Person_Character) == 0x000098, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Length_ReturnValue_2) == 0x0000A4, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000A8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000AC, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, K2Node_CreateDelegate_OutputDelegate) == 0x0000B8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, Temp_int_Array_Index_Variable_3) == 0x0000D0, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_IsWidgetOnViewport_ReturnValue) == 0x0000E4, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_IsWidgetOnViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000E5, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_BooleanAND_ReturnValue) == 0x0000E6, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x0000E7, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000F4, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000F8, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_IsValid_ReturnValue_1) == 0x0000FC, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Length_ReturnValue_3) == 0x000100, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Array_Get_Item_3) == 0x000108, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction, CallFunc_Less_IntInt_ReturnValue_3) == 0x000110, "Member 'MOD_ActorInteraction_C_ExecuteUbergraph_MOD_ActorInteraction::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_Tick \ static_assert(alignof(MOD_ActorInteraction_C_Tick) == 0x000004, "Wrong alignment on MOD_ActorInteraction_C_Tick"); \ static_assert(sizeof(MOD_ActorInteraction_C_Tick) == 0x00003C, "Wrong size on MOD_ActorInteraction_C_Tick"); \ static_assert(offsetof(MOD_ActorInteraction_C_Tick, MyGeometry) == 0x000000, "Member 'MOD_ActorInteraction_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_Tick, InDeltaTime) == 0x000038, "Member 'MOD_ActorInteraction_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_CheckValidAndPosition_Old \ static_assert(alignof(MOD_ActorInteraction_C_CheckValidAndPosition_Old) == 0x000008, "Wrong alignment on MOD_ActorInteraction_C_CheckValidAndPosition_Old"); \ static_assert(sizeof(MOD_ActorInteraction_C_CheckValidAndPosition_Old) == 0x000088, "Wrong size on MOD_ActorInteraction_C_CheckValidAndPosition_Old"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, Widget) == 0x000000, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::Widget' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, LocalOnScreen) == 0x000008, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::LocalOnScreen' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, LocalDistance) == 0x00000C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::LocalDistance' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, DistanceToCenter) == 0x000010, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::DistanceToCenter' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, LocalWidget) == 0x000018, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::LocalWidget' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000021, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000022, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Less_FloatFloat_ReturnValue) == 0x000023, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_GetViewportSize_ReturnValue) == 0x000024, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x00002C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_GetViewportScale_ReturnValue) == 0x000034, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_K2_GetPawn_ReturnValue) == 0x000040, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Get_Coordinates_Coordinates) == 0x000048, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Get_Coordinates_Coordinates' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000058, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000060, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000064, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000078, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_Vector_Distance_ReturnValue) == 0x000080, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition_Old, CallFunc_VSize2D_ReturnValue) == 0x000084, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition_Old::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_AddObject \ static_assert(alignof(MOD_ActorInteraction_C_AddObject) == 0x000008, "Wrong alignment on MOD_ActorInteraction_C_AddObject"); \ static_assert(sizeof(MOD_ActorInteraction_C_AddObject) == 0x000018, "Wrong size on MOD_ActorInteraction_C_AddObject"); \ static_assert(offsetof(MOD_ActorInteraction_C_AddObject, Actor) == 0x000000, "Member 'MOD_ActorInteraction_C_AddObject::Actor' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_AddObject, Widget) == 0x000008, "Member 'MOD_ActorInteraction_C_AddObject::Widget' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_AddObject, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'MOD_ActorInteraction_C_AddObject::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_AddObject, CallFunc_Array_Add_ReturnValue_1) == 0x000014, "Member 'MOD_ActorInteraction_C_AddObject::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_RemoveObject \ static_assert(alignof(MOD_ActorInteraction_C_RemoveObject) == 0x000008, "Wrong alignment on MOD_ActorInteraction_C_RemoveObject"); \ static_assert(sizeof(MOD_ActorInteraction_C_RemoveObject) == 0x000010, "Wrong size on MOD_ActorInteraction_C_RemoveObject"); \ static_assert(offsetof(MOD_ActorInteraction_C_RemoveObject, Widget) == 0x000000, "Member 'MOD_ActorInteraction_C_RemoveObject::Widget' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_RemoveObject, CallFunc_Array_Find_ReturnValue) == 0x000008, "Member 'MOD_ActorInteraction_C_RemoveObject::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_ActorInteraction_C_CheckValidAndPosition \ static_assert(alignof(MOD_ActorInteraction_C_CheckValidAndPosition) == 0x000008, "Wrong alignment on MOD_ActorInteraction_C_CheckValidAndPosition"); \ static_assert(sizeof(MOD_ActorInteraction_C_CheckValidAndPosition) == 0x0000E0, "Wrong size on MOD_ActorInteraction_C_CheckValidAndPosition"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, InteractionWidgetComponent) == 0x000000, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, LocalPosition) == 0x000008, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, LocalScreenPosition) == 0x000010, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::LocalScreenPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, LocalOnScreen) == 0x000018, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::LocalOnScreen' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, LocalDistance) == 0x00001C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::LocalDistance' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, DistanceToCenter) == 0x000020, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::DistanceToCenter' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, LocalWidget) == 0x000028, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::LocalWidget' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakVector2D_X) == 0x000034, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000058, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_IsVisible_ReturnValue) == 0x000068, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x00006C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000074, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000075, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000076, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Less_FloatFloat_ReturnValue) == 0x000077, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_GetViewportSize_ReturnValue) == 0x000078, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000080, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_GetViewportScale_ReturnValue) == 0x000088, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakVector2D_X_1) == 0x00008C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakVector2D_Y_1) == 0x000090, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000094, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_MakeVector_ReturnValue_1) == 0x00009C, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000A8, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x0000B4, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_ComposeRotators_ReturnValue) == 0x0000BC, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_VSize2D_ReturnValue) == 0x0000C8, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakRotator_Roll) == 0x0000CC, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakRotator_Pitch) == 0x0000D0, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_BreakRotator_Yaw) == 0x0000D4, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(MOD_ActorInteraction_C_CheckValidAndPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D8, "Member 'MOD_ActorInteraction_C_CheckValidAndPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_ActorInteraction_C \ static_assert(alignof(UMOD_ActorInteraction_C) == 0x000008, "Wrong alignment on UMOD_ActorInteraction_C"); \ static_assert(sizeof(UMOD_ActorInteraction_C) == 0x0002B0, "Wrong size on UMOD_ActorInteraction_C"); \ static_assert(offsetof(UMOD_ActorInteraction_C, UberGraphFrame) == 0x000260, "Member 'UMOD_ActorInteraction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, Actors) == 0x000268, "Member 'UMOD_ActorInteraction_C::Actors' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, widgets) == 0x000278, "Member 'UMOD_ActorInteraction_C::widgets' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, Components_Near) == 0x000288, "Member 'UMOD_ActorInteraction_C::Components_Near' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, Timer) == 0x000298, "Member 'UMOD_ActorInteraction_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, ThirdPersonCharacter) == 0x0002A0, "Member 'UMOD_ActorInteraction_C::ThirdPersonCharacter' has a wrong offset!"); \ static_assert(offsetof(UMOD_ActorInteraction_C, WidgetsIsHidden) == 0x0002A8, "Member 'UMOD_ActorInteraction_C::WidgetsIsHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController \ static_assert(alignof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController) == 0x000008, "Wrong alignment on HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController"); \ static_assert(sizeof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController) == 0x0002E0, "Wrong size on HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, EntryPoint) == 0x000000, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_int_Array_Index_Variable) == 0x000014, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000029, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002A, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Controller) == 0x000030, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Controller' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetHUD_ReturnValue) == 0x000040, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_AsHUD_Ansora) == 0x000048, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_K2_GetPawn_ReturnValue) == 0x000058, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000060, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetHUD_ReturnValue_1) == 0x000070, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000078, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Sender) == 0x000088, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Placeholder_1) == 0x000090, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Placeholder) == 0x000098, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetSlot_ReturnValue) == 0x0000A0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetSlot_ReturnValue_1) == 0x0000A8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetSlot_ReturnValue_2) == 0x0000B0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetSlot_ReturnValue_3) == 0x0000B8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_MakeArray_Array) == 0x0000C0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetSlot_ReturnValue_4) == 0x0000D0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetSlot_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Type_2) == 0x0000D8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Type_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_SwitchEnum_CmpSuccess) == 0x0000D9, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Type_1) == 0x0000DA, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Type_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000DB, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Cargro_CanOpenRadialMenu_Can_open) == 0x0000DC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Cargro_CanOpenRadialMenu_Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Class_1) == 0x0000E0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Class_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetPlaceholder_ReturnValue) == 0x000100, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetItemType_ReturnValue) == 0x000110, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000118, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Length_ReturnValue) == 0x00011C, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Class) == 0x000120, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Class' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000138, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_IsValid_ReturnValue_2) == 0x000141, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_BooleanAND_ReturnValue) == 0x000142, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetItemType_ReturnValue_1) == 0x000148, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000150, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000154, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000164, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000165, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_3) == 0x000168, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000178, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000180, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Utility_CanOpenUtility_Can_open) == 0x000188, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Utility_CanOpenUtility_Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Utility_CanOpenUtility_Can_open_1) == 0x000189, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Utility_CanOpenUtility_Can_open_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Support_CanShowRadialMenu_CanShow) == 0x00018A, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Support_CanShowRadialMenu_CanShow' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000190, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_AsThird_Person_Character) == 0x000198, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_DynamicCast_bSuccess_3) == 0x0001A0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CustomEvent_Type) == 0x0001A1, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_int_Loop_Counter_Variable_1) == 0x0001A4, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001AC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_BooleanAND_ReturnValue_1) == 0x0001B0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Length_ReturnValue_2) == 0x0001B4, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, Temp_int_Variable) == 0x0001B8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001BC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Array_Get_Item_2) == 0x0001C0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001C8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget) == 0x0001D0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_1) == 0x0001D8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_IsVisible_ReturnValue) == 0x0001E0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_2) == 0x0001E8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_3) == 0x0001F0, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_3' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedItem) == 0x0001F8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedItem' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedSegment) == 0x000220, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedSegment' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_4) == 0x000228, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_4' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedItem_1) == 0x000230, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedItem_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedSegment_1) == 0x000258, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedSegment_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_Conv_IntToByte_ReturnValue) == 0x00025C, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetValidValue_ReturnValue) == 0x00025D, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_5) == 0x000260, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_5' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_6) == 0x000268, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_6' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_GetRadialMenu_MenuWidget_7) == 0x000270, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_GetRadialMenu_MenuWidget_7' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_IsVisible_ReturnValue_1) == 0x000278, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedItem_2) == 0x000280, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedItem_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, CallFunc_OnSelect_SelectedSegment_2) == 0x0002A8, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::CallFunc_OnSelect_SelectedSegment_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002AC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002BC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002CC, "Member 'HUD_SlotController_C_ExecuteUbergraph_HUD_SlotController::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_SelectUtilitySlot \ static_assert(alignof(HUD_SlotController_C_SelectUtilitySlot) == 0x000001, "Wrong alignment on HUD_SlotController_C_SelectUtilitySlot"); \ static_assert(sizeof(HUD_SlotController_C_SelectUtilitySlot) == 0x000001, "Wrong size on HUD_SlotController_C_SelectUtilitySlot"); \ static_assert(offsetof(HUD_SlotController_C_SelectUtilitySlot, Type) == 0x000000, "Member 'HUD_SlotController_C_SelectUtilitySlot::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_DropCargoItem \ static_assert(alignof(HUD_SlotController_C_DropCargoItem) == 0x000008, "Wrong alignment on HUD_SlotController_C_DropCargoItem"); \ static_assert(sizeof(HUD_SlotController_C_DropCargoItem) == 0x000008, "Wrong size on HUD_SlotController_C_DropCargoItem"); \ static_assert(offsetof(HUD_SlotController_C_DropCargoItem, Class_0) == 0x000000, "Member 'HUD_SlotController_C_DropCargoItem::Class_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_SelectCargoItem \ static_assert(alignof(HUD_SlotController_C_SelectCargoItem) == 0x000008, "Wrong alignment on HUD_SlotController_C_SelectCargoItem"); \ static_assert(sizeof(HUD_SlotController_C_SelectCargoItem) == 0x000008, "Wrong size on HUD_SlotController_C_SelectCargoItem"); \ static_assert(offsetof(HUD_SlotController_C_SelectCargoItem, Class_0) == 0x000000, "Member 'HUD_SlotController_C_SelectCargoItem::Class_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_ReleaseKey \ static_assert(alignof(HUD_SlotController_C_ReleaseKey) == 0x000001, "Wrong alignment on HUD_SlotController_C_ReleaseKey"); \ static_assert(sizeof(HUD_SlotController_C_ReleaseKey) == 0x000001, "Wrong size on HUD_SlotController_C_ReleaseKey"); \ static_assert(offsetof(HUD_SlotController_C_ReleaseKey, Type) == 0x000000, "Member 'HUD_SlotController_C_ReleaseKey::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_PressKey \ static_assert(alignof(HUD_SlotController_C_PressKey) == 0x000001, "Wrong alignment on HUD_SlotController_C_PressKey"); \ static_assert(sizeof(HUD_SlotController_C_PressKey) == 0x000001, "Wrong size on HUD_SlotController_C_PressKey"); \ static_assert(offsetof(HUD_SlotController_C_PressKey, Type) == 0x000000, "Member 'HUD_SlotController_C_PressKey::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_OnSlotUpdate_Event_1 \ static_assert(alignof(HUD_SlotController_C_OnSlotUpdate_Event_1) == 0x000008, "Wrong alignment on HUD_SlotController_C_OnSlotUpdate_Event_1"); \ static_assert(sizeof(HUD_SlotController_C_OnSlotUpdate_Event_1) == 0x000008, "Wrong size on HUD_SlotController_C_OnSlotUpdate_Event_1"); \ static_assert(offsetof(HUD_SlotController_C_OnSlotUpdate_Event_1, Placeholder) == 0x000000, "Member 'HUD_SlotController_C_OnSlotUpdate_Event_1::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_OnSlotUpdate_Event_0 \ static_assert(alignof(HUD_SlotController_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong alignment on HUD_SlotController_C_OnSlotUpdate_Event_0"); \ static_assert(sizeof(HUD_SlotController_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong size on HUD_SlotController_C_OnSlotUpdate_Event_0"); \ static_assert(offsetof(HUD_SlotController_C_OnSlotUpdate_Event_0, Placeholder) == 0x000000, "Member 'HUD_SlotController_C_OnSlotUpdate_Event_0::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_OnCharacterDeath_Event_0 \ static_assert(alignof(HUD_SlotController_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong alignment on HUD_SlotController_C_OnCharacterDeath_Event_0"); \ static_assert(sizeof(HUD_SlotController_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong size on HUD_SlotController_C_OnCharacterDeath_Event_0"); \ static_assert(offsetof(HUD_SlotController_C_OnCharacterDeath_Event_0, Sender) == 0x000000, "Member 'HUD_SlotController_C_OnCharacterDeath_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_ini \ static_assert(alignof(HUD_SlotController_C_ini) == 0x000008, "Wrong alignment on HUD_SlotController_C_ini"); \ static_assert(sizeof(HUD_SlotController_C_ini) == 0x000008, "Wrong size on HUD_SlotController_C_ini"); \ static_assert(offsetof(HUD_SlotController_C_ini, Controller) == 0x000000, "Member 'HUD_SlotController_C_ini::Controller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Support_UpdateSlot \ static_assert(alignof(HUD_SlotController_C_Support_UpdateSlot) == 0x000008, "Wrong alignment on HUD_SlotController_C_Support_UpdateSlot"); \ static_assert(sizeof(HUD_SlotController_C_Support_UpdateSlot) == 0x000098, "Wrong size on HUD_SlotController_C_Support_UpdateSlot"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, LocalArray) == 0x000000, "Member 'HUD_SlotController_C_Support_UpdateSlot::LocalArray' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000010, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000014, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_GetConsumableClasses_ReturnValue) == 0x000018, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_GetConsumableClasses_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_Set_ToArray_Result) == 0x000068, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000078, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_Array_Contains_ReturnValue) == 0x000079, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_Array_Get_Item) == 0x000080, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_GetItemCountOfClass_ReturnValue_1) == 0x000088, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_GetItemCountOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00008C, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UpdateSlot, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000094, "Member 'HUD_SlotController_C_Support_UpdateSlot::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Support_CanShowRadialMenu \ static_assert(alignof(HUD_SlotController_C_Support_CanShowRadialMenu) == 0x000004, "Wrong alignment on HUD_SlotController_C_Support_CanShowRadialMenu"); \ static_assert(sizeof(HUD_SlotController_C_Support_CanShowRadialMenu) == 0x00000C, "Wrong size on HUD_SlotController_C_Support_CanShowRadialMenu"); \ static_assert(offsetof(HUD_SlotController_C_Support_CanShowRadialMenu, CanShow) == 0x000000, "Member 'HUD_SlotController_C_Support_CanShowRadialMenu::CanShow' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_CanShowRadialMenu, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'HUD_SlotController_C_Support_CanShowRadialMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_CanShowRadialMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'HUD_SlotController_C_Support_CanShowRadialMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Support_UseItemInSlot \ static_assert(alignof(HUD_SlotController_C_Support_UseItemInSlot) == 0x000008, "Wrong alignment on HUD_SlotController_C_Support_UseItemInSlot"); \ static_assert(sizeof(HUD_SlotController_C_Support_UseItemInSlot) == 0x000058, "Wrong size on HUD_SlotController_C_Support_UseItemInSlot"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, Temp_int_Array_Index_Variable) == 0x000000, "Member 'HUD_SlotController_C_Support_UseItemInSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HUD_SlotController_C_Support_UseItemInSlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'HUD_SlotController_C_Support_UseItemInSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000028, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_Array_Get_Item) == 0x000040, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_GetItemType_ReturnValue) == 0x000048, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000054, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_IsValid_ReturnValue) == 0x000056, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_UseItemInSlot, CallFunc_IsValidClass_ReturnValue) == 0x000057, "Member 'HUD_SlotController_C_Support_UseItemInSlot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_TempGetClassCount \ static_assert(alignof(HUD_SlotController_C_TempGetClassCount) == 0x000008, "Wrong alignment on HUD_SlotController_C_TempGetClassCount"); \ static_assert(sizeof(HUD_SlotController_C_TempGetClassCount) == 0x000058, "Wrong size on HUD_SlotController_C_TempGetClassCount"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, Class_0) == 0x000000, "Member 'HUD_SlotController_C_TempGetClassCount::Class_0' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, Count) == 0x000008, "Member 'HUD_SlotController_C_TempGetClassCount::Count' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, LocalCount) == 0x00000C, "Member 'HUD_SlotController_C_TempGetClassCount::LocalCount' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, Temp_int_Array_Index_Variable) == 0x000010, "Member 'HUD_SlotController_C_TempGetClassCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'HUD_SlotController_C_TempGetClassCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000020, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Array_Get_Item) == 0x000038, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000044, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_GetItemType_ReturnValue) == 0x000048, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_TempGetClassCount, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000054, "Member 'HUD_SlotController_C_TempGetClassCount::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Cargo_UpdateSlot \ static_assert(alignof(HUD_SlotController_C_Cargo_UpdateSlot) == 0x000008, "Wrong alignment on HUD_SlotController_C_Cargo_UpdateSlot"); \ static_assert(sizeof(HUD_SlotController_C_Cargo_UpdateSlot) == 0x000058, "Wrong size on HUD_SlotController_C_Cargo_UpdateSlot"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, Temp_int_Array_Index_Variable) == 0x000000, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_Array_Get_Item) == 0x000028, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_GetPlaceholder_ReturnValue) == 0x000038, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_GetItemType_ReturnValue) == 0x000048, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UpdateSlot, CallFunc_Cargo_DrawSlotIfEquiped_IsEquiped) == 0x000050, "Member 'HUD_SlotController_C_Cargo_UpdateSlot::CallFunc_Cargo_DrawSlotIfEquiped_IsEquiped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Cargo_DrawSlotIfEquiped \ static_assert(alignof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped) == 0x000008, "Wrong alignment on HUD_SlotController_C_Cargo_DrawSlotIfEquiped"); \ static_assert(sizeof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped) == 0x000030, "Wrong size on HUD_SlotController_C_Cargo_DrawSlotIfEquiped"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, Slot) == 0x000000, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::Slot' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, IsEquiped) == 0x000008, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::IsEquiped' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, CallFunc_GetPlaceholder_ReturnValue) == 0x000010, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, CallFunc_GetIsEnabled_ReturnValue) == 0x000018, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, CallFunc_GetItemType_ReturnValue) == 0x000020, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_DrawSlotIfEquiped, CallFunc_GetIsEquipped_ReturnValue) == 0x000028, "Member 'HUD_SlotController_C_Cargo_DrawSlotIfEquiped::CallFunc_GetIsEquipped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Cargo_UseItemInSlot \ static_assert(alignof(HUD_SlotController_C_Cargo_UseItemInSlot) == 0x000001, "Wrong alignment on HUD_SlotController_C_Cargo_UseItemInSlot"); \ static_assert(sizeof(HUD_SlotController_C_Cargo_UseItemInSlot) == 0x000002, "Wrong size on HUD_SlotController_C_Cargo_UseItemInSlot"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UseItemInSlot, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'HUD_SlotController_C_Cargo_UseItemInSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_UseItemInSlot, CallFunc_IsValidClass_ReturnValue) == 0x000001, "Member 'HUD_SlotController_C_Cargo_UseItemInSlot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Cargo_OpenRadialMenu \ static_assert(alignof(HUD_SlotController_C_Cargo_OpenRadialMenu) == 0x000008, "Wrong alignment on HUD_SlotController_C_Cargo_OpenRadialMenu"); \ static_assert(sizeof(HUD_SlotController_C_Cargo_OpenRadialMenu) == 0x0000C0, "Wrong size on HUD_SlotController_C_Cargo_OpenRadialMenu"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, LocalSegments) == 0x000000, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::LocalSegments' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, Temp_int_Array_Index_Variable) == 0x000010, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_GetRadialMenu_MenuWidget) == 0x000018, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_GetRadialMenu_MenuWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Array_Get_Item) == 0x000028, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_GetIsEnabled_ReturnValue) == 0x000038, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_GetItemName_ReturnValue) == 0x000040, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_GetItemType_ReturnValue) == 0x000058, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000070, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Conv_StringToName_ReturnValue) == 0x000074, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, K2Node_MakeStruct_RadialMenu_SegmentStr) == 0x000080, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::K2Node_MakeStruct_RadialMenu_SegmentStr' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_Cargro_CanOpenRadialMenu_Can_open) == 0x0000BC, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_Cargro_CanOpenRadialMenu_Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargo_OpenRadialMenu, CallFunc_IsValid_ReturnValue_1) == 0x0000BD, "Member 'HUD_SlotController_C_Cargo_OpenRadialMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Cargro_CanOpenRadialMenu \ static_assert(alignof(HUD_SlotController_C_Cargro_CanOpenRadialMenu) == 0x000008, "Wrong alignment on HUD_SlotController_C_Cargro_CanOpenRadialMenu"); \ static_assert(sizeof(HUD_SlotController_C_Cargro_CanOpenRadialMenu) == 0x000040, "Wrong size on HUD_SlotController_C_Cargro_CanOpenRadialMenu"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, Can_open) == 0x000000, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, LocalCount) == 0x000004, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::LocalCount' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, Temp_int_Array_Index_Variable) == 0x000010, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, Temp_int_Variable) == 0x000014, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Array_Get_Item) == 0x000020, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Cargro_CanOpenRadialMenu, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HUD_SlotController_C_Cargro_CanOpenRadialMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Utility_OpenRadialMenu \ static_assert(alignof(HUD_SlotController_C_Utility_OpenRadialMenu) == 0x000008, "Wrong alignment on HUD_SlotController_C_Utility_OpenRadialMenu"); \ static_assert(sizeof(HUD_SlotController_C_Utility_OpenRadialMenu) == 0x000010, "Wrong size on HUD_SlotController_C_Utility_OpenRadialMenu"); \ static_assert(offsetof(HUD_SlotController_C_Utility_OpenRadialMenu, CallFunc_GetRadialMenu_MenuWidget) == 0x000000, "Member 'HUD_SlotController_C_Utility_OpenRadialMenu::CallFunc_GetRadialMenu_MenuWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_OpenRadialMenu, CallFunc_Utility_CanOpenUtility_Can_open) == 0x000008, "Member 'HUD_SlotController_C_Utility_OpenRadialMenu::CallFunc_Utility_CanOpenUtility_Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_OpenRadialMenu, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'HUD_SlotController_C_Utility_OpenRadialMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Utility_CanOpenUtility \ static_assert(alignof(HUD_SlotController_C_Utility_CanOpenUtility) == 0x000004, "Wrong alignment on HUD_SlotController_C_Utility_CanOpenUtility"); \ static_assert(sizeof(HUD_SlotController_C_Utility_CanOpenUtility) == 0x000008, "Wrong size on HUD_SlotController_C_Utility_CanOpenUtility"); \ static_assert(offsetof(HUD_SlotController_C_Utility_CanOpenUtility, Can_open) == 0x000000, "Member 'HUD_SlotController_C_Utility_CanOpenUtility::Can_open' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_CanOpenUtility, LocalCount) == 0x000004, "Member 'HUD_SlotController_C_Utility_CanOpenUtility::LocalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Utility_UseUtility \ static_assert(alignof(HUD_SlotController_C_Utility_UseUtility) == 0x000008, "Wrong alignment on HUD_SlotController_C_Utility_UseUtility"); \ static_assert(sizeof(HUD_SlotController_C_Utility_UseUtility) == 0x000020, "Wrong size on HUD_SlotController_C_Utility_UseUtility"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, K2Node_DynamicCast_AsThird_Person_Character) == 0x000000, "Member 'HUD_SlotController_C_Utility_UseUtility::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'HUD_SlotController_C_Utility_UseUtility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000010, "Member 'HUD_SlotController_C_Utility_UseUtility::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, K2Node_DynamicCast_bSuccess_1) == 0x000018, "Member 'HUD_SlotController_C_Utility_UseUtility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'HUD_SlotController_C_Utility_UseUtility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_UseUtility, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'HUD_SlotController_C_Utility_UseUtility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Support_OpenMenu \ static_assert(alignof(HUD_SlotController_C_Support_OpenMenu) == 0x000008, "Wrong alignment on HUD_SlotController_C_Support_OpenMenu"); \ static_assert(sizeof(HUD_SlotController_C_Support_OpenMenu) == 0x0001C8, "Wrong size on HUD_SlotController_C_Support_OpenMenu"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, Counts) == 0x000000, "Member 'HUD_SlotController_C_Support_OpenMenu::Counts' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, LocalConsumes) == 0x000050, "Member 'HUD_SlotController_C_Support_OpenMenu::LocalConsumes' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, LocalInventory) == 0x000060, "Member 'HUD_SlotController_C_Support_OpenMenu::LocalInventory' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, Temp_int_Array_Index_Variable) == 0x000068, "Member 'HUD_SlotController_C_Support_OpenMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'HUD_SlotController_C_Support_OpenMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetRadialMenu_MenuWidget) == 0x000070, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetRadialMenu_MenuWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetComponentByClass_ReturnValue) == 0x000090, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0000A0, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetConsumableClasses_ReturnValue) == 0x0000B0, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetConsumableClasses_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Array_Get_Item) == 0x000100, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Set_ToArray_Result) == 0x000118, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_IsValid_ReturnValue_2) == 0x000128, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetItemName_ReturnValue) == 0x000130, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Conv_TextToString_ReturnValue) == 0x000148, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetIcon_ReturnValue) == 0x000158, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Conv_StringToName_ReturnValue) == 0x000160, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetItemType_ReturnValue) == 0x000168, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Array_Contains_ReturnValue) == 0x000174, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000175, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000178, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, K2Node_MakeStruct_RadialMenu_SegmentStr) == 0x000180, "Member 'HUD_SlotController_C_Support_OpenMenu::K2Node_MakeStruct_RadialMenu_SegmentStr' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Map_Contains_ReturnValue) == 0x0001A8, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Map_Values_Values) == 0x0001B0, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Map_Length_ReturnValue) == 0x0001C0, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Support_OpenMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C4, "Member 'HUD_SlotController_C_Support_OpenMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_Utility_DrawSlot \ static_assert(alignof(HUD_SlotController_C_Utility_DrawSlot) == 0x000008, "Wrong alignment on HUD_SlotController_C_Utility_DrawSlot"); \ static_assert(sizeof(HUD_SlotController_C_Utility_DrawSlot) == 0x000060, "Wrong size on HUD_SlotController_C_Utility_DrawSlot"); \ static_assert(offsetof(HUD_SlotController_C_Utility_DrawSlot, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000000, "Member 'HUD_SlotController_C_Utility_DrawSlot::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_DrawSlot, CallFunc_Array_Get_Item) == 0x000008, "Member 'HUD_SlotController_C_Utility_DrawSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_DrawSlot, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000030, "Member 'HUD_SlotController_C_Utility_DrawSlot::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_DrawSlot, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000034, "Member 'HUD_SlotController_C_Utility_DrawSlot::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_SlotController_C_Utility_DrawSlot, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'HUD_SlotController_C_Utility_DrawSlot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_SlotController_C_GetRadialMenu \ static_assert(alignof(HUD_SlotController_C_GetRadialMenu) == 0x000008, "Wrong alignment on HUD_SlotController_C_GetRadialMenu"); \ static_assert(sizeof(HUD_SlotController_C_GetRadialMenu) == 0x000008, "Wrong size on HUD_SlotController_C_GetRadialMenu"); \ static_assert(offsetof(HUD_SlotController_C_GetRadialMenu, MenuWidget) == 0x000000, "Member 'HUD_SlotController_C_GetRadialMenu::MenuWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUD_SlotController_C \ static_assert(alignof(UHUD_SlotController_C) == 0x000008, "Wrong alignment on UHUD_SlotController_C"); \ static_assert(sizeof(UHUD_SlotController_C) == 0x0000C0, "Wrong size on UHUD_SlotController_C"); \ static_assert(offsetof(UHUD_SlotController_C, UberGraphFrame) == 0x000028, "Member 'UHUD_SlotController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, UtilitySlot) == 0x000030, "Member 'UHUD_SlotController_C::UtilitySlot' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, CargoSlot) == 0x000038, "Member 'UHUD_SlotController_C::CargoSlot' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, SupportSlot) == 0x000040, "Member 'UHUD_SlotController_C::SupportSlot' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, HUDWeapon_Slots) == 0x000048, "Member 'UHUD_SlotController_C::HUDWeapon_Slots' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, ConsumablesThings) == 0x000050, "Member 'UHUD_SlotController_C::ConsumablesThings' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, Inventory) == 0x000060, "Member 'UHUD_SlotController_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, PlayerController) == 0x000068, "Member 'UHUD_SlotController_C::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, Timer) == 0x000070, "Member 'UHUD_SlotController_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, UpdatePawn) == 0x000078, "Member 'UHUD_SlotController_C::UpdatePawn' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, Character) == 0x000088, "Member 'UHUD_SlotController_C::Character' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, CharacterHeavySlots) == 0x000090, "Member 'UHUD_SlotController_C::CharacterHeavySlots' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, HUD) == 0x0000A0, "Member 'UHUD_SlotController_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsCargoKeyReleased) == 0x0000A8, "Member 'UHUD_SlotController_C::IsCargoKeyReleased' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsCargoKeyPressed) == 0x0000A9, "Member 'UHUD_SlotController_C::IsCargoKeyPressed' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, CargoCount) == 0x0000AC, "Member 'UHUD_SlotController_C::CargoCount' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsUtilityKeyReleased) == 0x0000B0, "Member 'UHUD_SlotController_C::IsUtilityKeyReleased' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsUtilityKeyPressed) == 0x0000B1, "Member 'UHUD_SlotController_C::IsUtilityKeyPressed' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, KeyPressInterval) == 0x0000B4, "Member 'UHUD_SlotController_C::KeyPressInterval' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsSupportKeyReleased) == 0x0000B8, "Member 'UHUD_SlotController_C::IsSupportKeyReleased' has a wrong offset!"); \ static_assert(offsetof(UHUD_SlotController_C, IsSupportKeyPressed) == 0x0000B9, "Member 'UHUD_SlotController_C::IsSupportKeyPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_BomberExplosion_C \ static_assert(alignof(UDamageType_BomberExplosion_C) == 0x000008, "Wrong alignment on UDamageType_BomberExplosion_C"); \ static_assert(sizeof(UDamageType_BomberExplosion_C) == 0x000058, "Wrong size on UDamageType_BomberExplosion_C"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget \ static_assert(alignof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget) == 0x000008, "Wrong alignment on FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget"); \ static_assert(sizeof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget) == 0x000060, "Wrong size on FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, EntryPoint) == 0x000000, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, K2Node_CustomEvent_ContextObject) == 0x000010, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::K2Node_CustomEvent_ContextObject' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, CallFunc_GetHUD_ReturnValue) == 0x000020, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000028, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000030, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x000048, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'FullscreenWidget_C_ExecuteUbergraph_FullscreenWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_OnOpen \ static_assert(alignof(FullscreenWidget_C_OnOpen) == 0x000008, "Wrong alignment on FullscreenWidget_C_OnOpen"); \ static_assert(sizeof(FullscreenWidget_C_OnOpen) == 0x000008, "Wrong size on FullscreenWidget_C_OnOpen"); \ static_assert(offsetof(FullscreenWidget_C_OnOpen, ContextObject) == 0x000000, "Member 'FullscreenWidget_C_OnOpen::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_OnKeyDown \ static_assert(alignof(FullscreenWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on FullscreenWidget_C_OnKeyDown"); \ static_assert(sizeof(FullscreenWidget_C_OnKeyDown) == 0x000228, "Wrong size on FullscreenWidget_C_OnKeyDown"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'FullscreenWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'FullscreenWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'FullscreenWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'FullscreenWidget_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'FullscreenWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001F8, "Member 'FullscreenWidget_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, CallFunc_GetOwningPlayer_ReturnValue) == 0x000200, "Member 'FullscreenWidget_C_OnKeyDown::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x000208, "Member 'FullscreenWidget_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Interface) == 0x000210, "Member 'FullscreenWidget_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x000220, "Member 'FullscreenWidget_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_OnInputTypeChanged \ static_assert(alignof(FullscreenWidget_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on FullscreenWidget_C_OnInputTypeChanged"); \ static_assert(sizeof(FullscreenWidget_C_OnInputTypeChanged) == 0x000001, "Wrong size on FullscreenWidget_C_OnInputTypeChanged"); \ static_assert(offsetof(FullscreenWidget_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'FullscreenWidget_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_OnPreviewKeyDown \ static_assert(alignof(FullscreenWidget_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on FullscreenWidget_C_OnPreviewKeyDown"); \ static_assert(sizeof(FullscreenWidget_C_OnPreviewKeyDown) == 0x0001F8, "Wrong size on FullscreenWidget_C_OnPreviewKeyDown"); \ static_assert(offsetof(FullscreenWidget_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'FullscreenWidget_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'FullscreenWidget_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'FullscreenWidget_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'FullscreenWidget_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'FullscreenWidget_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_HandleKeyPress \ static_assert(alignof(FullscreenWidget_C_HandleKeyPress) == 0x000008, "Wrong alignment on FullscreenWidget_C_HandleKeyPress"); \ static_assert(sizeof(FullscreenWidget_C_HandleKeyPress) == 0x000050, "Wrong size on FullscreenWidget_C_HandleKeyPress"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, PressedKey) == 0x000000, "Member 'FullscreenWidget_C_HandleKeyPress::PressedKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000018, "Member 'FullscreenWidget_C_HandleKeyPress::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'FullscreenWidget_C_HandleKeyPress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, CallFunc_LookupProgressKey_bIsFound) == 0x00001A, "Member 'FullscreenWidget_C_HandleKeyPress::CallFunc_LookupProgressKey_bIsFound' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, CallFunc_LookupProgressKey_FoundKey) == 0x000020, "Member 'FullscreenWidget_C_HandleKeyPress::CallFunc_LookupProgressKey_FoundKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'FullscreenWidget_C_HandleKeyPress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyPress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'FullscreenWidget_C_HandleKeyPress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_SetupKeys \ static_assert(alignof(FullscreenWidget_C_SetupKeys) == 0x000008, "Wrong alignment on FullscreenWidget_C_SetupKeys"); \ static_assert(sizeof(FullscreenWidget_C_SetupKeys) == 0x000010, "Wrong size on FullscreenWidget_C_SetupKeys"); \ static_assert(offsetof(FullscreenWidget_C_SetupKeys, KeysWidgets_0) == 0x000000, "Member 'FullscreenWidget_C_SetupKeys::KeysWidgets_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_LookupProgressKey \ static_assert(alignof(FullscreenWidget_C_LookupProgressKey) == 0x000008, "Wrong alignment on FullscreenWidget_C_LookupProgressKey"); \ static_assert(sizeof(FullscreenWidget_C_LookupProgressKey) == 0x000090, "Wrong size on FullscreenWidget_C_LookupProgressKey"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, TestKey) == 0x000000, "Member 'FullscreenWidget_C_LookupProgressKey::TestKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, bIsFound) == 0x000018, "Member 'FullscreenWidget_C_LookupProgressKey::bIsFound' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, FoundKey) == 0x000020, "Member 'FullscreenWidget_C_LookupProgressKey::FoundKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, Temp_int_Array_Index_Variable) == 0x000038, "Member 'FullscreenWidget_C_LookupProgressKey::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'FullscreenWidget_C_LookupProgressKey::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_Array_Get_Item) == 0x000048, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, K2Node_DynamicCast_AsKey_Hold_Progress_Displayer) == 0x000058, "Member 'FullscreenWidget_C_LookupProgressKey::K2Node_DynamicCast_AsKey_Hold_Progress_Displayer' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'FullscreenWidget_C_LookupProgressKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_GetKey_ProgressKey) == 0x000070, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_GetKey_ProgressKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_LookupProgressKey, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000088, "Member 'FullscreenWidget_C_LookupProgressKey::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_TickHoldProgress \ static_assert(alignof(FullscreenWidget_C_TickHoldProgress) == 0x000004, "Wrong alignment on FullscreenWidget_C_TickHoldProgress"); \ static_assert(sizeof(FullscreenWidget_C_TickHoldProgress) == 0x000010, "Wrong size on FullscreenWidget_C_TickHoldProgress"); \ static_assert(offsetof(FullscreenWidget_C_TickHoldProgress, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'FullscreenWidget_C_TickHoldProgress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_TickHoldProgress, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'FullscreenWidget_C_TickHoldProgress::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_TickHoldProgress, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'FullscreenWidget_C_TickHoldProgress::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_TickHoldProgress, CallFunc_Less_FloatFloat_ReturnValue) == 0x000009, "Member 'FullscreenWidget_C_TickHoldProgress::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_TickHoldProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'FullscreenWidget_C_TickHoldProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_HandleKeyRelease \ static_assert(alignof(FullscreenWidget_C_HandleKeyRelease) == 0x000008, "Wrong alignment on FullscreenWidget_C_HandleKeyRelease"); \ static_assert(sizeof(FullscreenWidget_C_HandleKeyRelease) == 0x000020, "Wrong size on FullscreenWidget_C_HandleKeyRelease"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyRelease, ReleasedKey) == 0x000000, "Member 'FullscreenWidget_C_HandleKeyRelease::ReleasedKey' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyRelease, bIsKeyUpHandled) == 0x000018, "Member 'FullscreenWidget_C_HandleKeyRelease::bIsKeyUpHandled' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyRelease, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'FullscreenWidget_C_HandleKeyRelease::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_HandleKeyRelease, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x00001A, "Member 'FullscreenWidget_C_HandleKeyRelease::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_OnKeyUp \ static_assert(alignof(FullscreenWidget_C_OnKeyUp) == 0x000008, "Wrong alignment on FullscreenWidget_C_OnKeyUp"); \ static_assert(sizeof(FullscreenWidget_C_OnKeyUp) == 0x000200, "Wrong size on FullscreenWidget_C_OnKeyUp"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'FullscreenWidget_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'FullscreenWidget_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'FullscreenWidget_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'FullscreenWidget_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'FullscreenWidget_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidget_C_OnKeyUp, CallFunc_HandleKeyRelease_bIsKeyUpHandled) == 0x0001F8, "Member 'FullscreenWidget_C_OnKeyUp::CallFunc_HandleKeyRelease_bIsKeyUpHandled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidget_C_IsKeyUpHandled \ static_assert(alignof(FullscreenWidget_C_IsKeyUpHandled) == 0x000001, "Wrong alignment on FullscreenWidget_C_IsKeyUpHandled"); \ static_assert(sizeof(FullscreenWidget_C_IsKeyUpHandled) == 0x000001, "Wrong size on FullscreenWidget_C_IsKeyUpHandled"); \ static_assert(offsetof(FullscreenWidget_C_IsKeyUpHandled, IsKeyHandled) == 0x000000, "Member 'FullscreenWidget_C_IsKeyUpHandled::IsKeyHandled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFullscreenWidget_C \ static_assert(alignof(UFullscreenWidget_C) == 0x000008, "Wrong alignment on UFullscreenWidget_C"); \ static_assert(sizeof(UFullscreenWidget_C) == 0x000300, "Wrong size on UFullscreenWidget_C"); \ static_assert(offsetof(UFullscreenWidget_C, UberGraphFrame) == 0x000260, "Member 'UFullscreenWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, Is_Gamepad) == 0x000268, "Member 'UFullscreenWidget_C::Is_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, CapturedPressedKey) == 0x000270, "Member 'UFullscreenWidget_C::CapturedPressedKey' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, CurrentHeldKey_) == 0x000288, "Member 'UFullscreenWidget_C::CurrentHeldKey_' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeyCurrentHoldTime) == 0x0002A0, "Member 'UFullscreenWidget_C::KeyCurrentHoldTime' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeyHoldTickInterval) == 0x0002A4, "Member 'UFullscreenWidget_C::KeyHoldTickInterval' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeyHoldDelay) == 0x0002A8, "Member 'UFullscreenWidget_C::KeyHoldDelay' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeyMaxHoldTime) == 0x0002AC, "Member 'UFullscreenWidget_C::KeyMaxHoldTime' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeyHoldTimerHandle) == 0x0002B0, "Member 'UFullscreenWidget_C::KeyHoldTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, OnKeyHoldStarted) == 0x0002B8, "Member 'UFullscreenWidget_C::OnKeyHoldStarted' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, OnKeyHoldProgress) == 0x0002C8, "Member 'UFullscreenWidget_C::OnKeyHoldProgress' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, OnKeyHoldCompleted) == 0x0002D8, "Member 'UFullscreenWidget_C::OnKeyHoldCompleted' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, KeysWidgets) == 0x0002E8, "Member 'UFullscreenWidget_C::KeysWidgets' has a wrong offset!"); \ static_assert(offsetof(UFullscreenWidget_C, IsKeyUpHandledByTapAndHold) == 0x0002F8, "Member 'UFullscreenWidget_C::IsKeyUpHandledByTapAndHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon \ static_assert(alignof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon) == 0x000008, "Wrong alignment on WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon"); \ static_assert(sizeof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon) == 0x000068, "Wrong size on WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, EntryPoint) == 0x000000, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, K2Node_CustomEvent_Distance_1) == 0x000004, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::K2Node_CustomEvent_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, K2Node_CustomEvent_Distance) == 0x000008, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000010, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MakeVector2D_ReturnValue_1) == 0x00001C, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000024, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_MakeVector2D_ReturnValue_2) == 0x000028, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, K2Node_MakeStruct_LinearColor) == 0x000030, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, K2Node_CustomEvent_Percent0_1) == 0x000040, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::K2Node_CustomEvent_Percent0_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000050, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsVisible_ReturnValue) == 0x000052, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_Not_PreBool_ReturnValue_1) == 0x000053, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsVisible_ReturnValue_1) == 0x000055, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000056, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_Not_PreBool_ReturnValue_2) == 0x000057, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_BooleanAND_ReturnValue_1) == 0x000058, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000059, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsVisible_ReturnValue_2) == 0x00005A, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_Not_PreBool_ReturnValue_3) == 0x00005B, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_IsAnimationPlaying_ReturnValue_2) == 0x00005C, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_IsAnimationPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_Not_PreBool_ReturnValue_4) == 0x00005D, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_BooleanAND_ReturnValue_2) == 0x00005E, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WagonModuleStateIcon_C_ExecuteUbergraph_WagonModuleStateIcon::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateIcon_C_SetPercent \ static_assert(alignof(WagonModuleStateIcon_C_SetPercent) == 0x000004, "Wrong alignment on WagonModuleStateIcon_C_SetPercent"); \ static_assert(sizeof(WagonModuleStateIcon_C_SetPercent) == 0x000004, "Wrong size on WagonModuleStateIcon_C_SetPercent"); \ static_assert(offsetof(WagonModuleStateIcon_C_SetPercent, Percent0_1) == 0x000000, "Member 'WagonModuleStateIcon_C_SetPercent::Percent0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateIcon_C_STYLE_Middle \ static_assert(alignof(WagonModuleStateIcon_C_STYLE_Middle) == 0x000004, "Wrong alignment on WagonModuleStateIcon_C_STYLE_Middle"); \ static_assert(sizeof(WagonModuleStateIcon_C_STYLE_Middle) == 0x000004, "Wrong size on WagonModuleStateIcon_C_STYLE_Middle"); \ static_assert(offsetof(WagonModuleStateIcon_C_STYLE_Middle, Distance) == 0x000000, "Member 'WagonModuleStateIcon_C_STYLE_Middle::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateIcon_C_STYLE_Far \ static_assert(alignof(WagonModuleStateIcon_C_STYLE_Far) == 0x000004, "Wrong alignment on WagonModuleStateIcon_C_STYLE_Far"); \ static_assert(sizeof(WagonModuleStateIcon_C_STYLE_Far) == 0x000004, "Wrong size on WagonModuleStateIcon_C_STYLE_Far"); \ static_assert(offsetof(WagonModuleStateIcon_C_STYLE_Far, Distance) == 0x000000, "Member 'WagonModuleStateIcon_C_STYLE_Far::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateIcon_C_GetInventoryComponent \ static_assert(alignof(WagonModuleStateIcon_C_GetInventoryComponent) == 0x000008, "Wrong alignment on WagonModuleStateIcon_C_GetInventoryComponent"); \ static_assert(sizeof(WagonModuleStateIcon_C_GetInventoryComponent) == 0x000048, "Wrong size on WagonModuleStateIcon_C_GetInventoryComponent"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, InventoryComponent) == 0x000000, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000028, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateIcon_C_GetInventoryComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'WagonModuleStateIcon_C_GetInventoryComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWagonModuleStateIcon_C \ static_assert(alignof(UWagonModuleStateIcon_C) == 0x000008, "Wrong alignment on UWagonModuleStateIcon_C"); \ static_assert(sizeof(UWagonModuleStateIcon_C) == 0x0002B8, "Wrong size on UWagonModuleStateIcon_C"); \ static_assert(offsetof(UWagonModuleStateIcon_C, UberGraphFrame) == 0x000260, "Member 'UWagonModuleStateIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, NotifyPopupAnimation) == 0x000268, "Member 'UWagonModuleStateIcon_C::NotifyPopupAnimation' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, RemoveAnimation) == 0x000270, "Member 'UWagonModuleStateIcon_C::RemoveAnimation' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, PopupAnimation) == 0x000278, "Member 'UWagonModuleStateIcon_C::PopupAnimation' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, BrokenCircle) == 0x000280, "Member 'UWagonModuleStateIcon_C::BrokenCircle' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, BrokenIcon) == 0x000288, "Member 'UWagonModuleStateIcon_C::BrokenIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, BrokenImages) == 0x000290, "Member 'UWagonModuleStateIcon_C::BrokenImages' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, DurabilityIcon) == 0x000298, "Member 'UWagonModuleStateIcon_C::DurabilityIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, DurabilityProgressbar) == 0x0002A0, "Member 'UWagonModuleStateIcon_C::DurabilityProgressbar' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, Durbility) == 0x0002A8, "Member 'UWagonModuleStateIcon_C::Durbility' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateIcon_C, Durability) == 0x0002B0, "Member 'UWagonModuleStateIcon_C::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps) == 0x000048, "Wrong size on HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x000028, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetBestTargetPoint_Result) == 0x000033, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetBestTargetPoint_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetBestTargetPoint_Location) == 0x000034, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetBestTargetPoint_Location' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'HTN_NaziGetTheftRackLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint \ static_assert(alignof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint) == 0x000010, "Wrong alignment on HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint"); \ static_assert(sizeof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint) == 0x000200, "Wrong size on HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Character) == 0x000000, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Target) == 0x000008, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Target' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Result) == 0x000010, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Result' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Location) == 0x000014, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Location' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Bounds) == 0x000020, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Bounds' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, Origin) == 0x000024, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::Origin' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, ownerCharacter) == 0x000030, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_1) == 0x000070, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_2) == 0x0000A0, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_3) == 0x0000D0, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetActorBounds_Origin) == 0x000100, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_GetActorBounds_BoxExtent) == 0x00010C, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_VSize_ReturnValue) == 0x000118, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00011C, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Vector_Backward_ReturnValue) == 0x000128, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Vector_Backward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Vector_Left_ReturnValue) == 0x000134, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Vector_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue) == 0x000140, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_1) == 0x00014C, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Vector_Right_ReturnValue) == 0x000158, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Vector_Right_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_2) == 0x000164, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000170, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00017C, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000188, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000194, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue) == 0x0001A0, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_1) == 0x0001A1, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001A4, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001B0, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Vector_Forward_ReturnValue) == 0x0001BC, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Vector_Forward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_2) == 0x0001C8, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_3) == 0x0001CC, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001D8, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0001E4, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_3) == 0x0001F0, "Member 'HTN_NaziGetTheftRackLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziGetTheftRackLocation_C \ static_assert(alignof(UHTN_NaziGetTheftRackLocation_C) == 0x000008, "Wrong alignment on UHTN_NaziGetTheftRackLocation_C"); \ static_assert(sizeof(UHTN_NaziGetTheftRackLocation_C) == 0x000120, "Wrong size on UHTN_NaziGetTheftRackLocation_C"); \ static_assert(offsetof(UHTN_NaziGetTheftRackLocation_C, GoalLocation) == 0x0000F8, "Member 'UHTN_NaziGetTheftRackLocation_C::GoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSUI_ProgressStatusTime \ static_assert(alignof(FSUI_ProgressStatusTime) == 0x000004, "Wrong alignment on FSUI_ProgressStatusTime"); \ static_assert(sizeof(FSUI_ProgressStatusTime) == 0x000008, "Wrong size on FSUI_ProgressStatusTime"); \ static_assert(offsetof(FSUI_ProgressStatusTime, CurrentTime_2_EC2C521D4AFD00D9A977A69B44BB0E1F) == 0x000000, "Member 'FSUI_ProgressStatusTime::CurrentTime_2_EC2C521D4AFD00D9A977A69B44BB0E1F' has a wrong offset!"); \ static_assert(offsetof(FSUI_ProgressStatusTime, EndTime_4_9AE8776B4291D4437C09EEA1C02932AD) == 0x000004, "Member 'FSUI_ProgressStatusTime::EndTime_4_9AE8776B4291D4437C09EEA1C02932AD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLanguageStr \ static_assert(alignof(FLanguageStr) == 0x000008, "Wrong alignment on FLanguageStr"); \ static_assert(sizeof(FLanguageStr) == 0x000018, "Wrong size on FLanguageStr"); \ static_assert(offsetof(FLanguageStr, Language_5_7FB32C7A4F3E5BE3B8556BA502B5CF37) == 0x000000, "Member 'FLanguageStr::Language_5_7FB32C7A4F3E5BE3B8556BA502B5CF37' has a wrong offset!"); \ static_assert(offsetof(FLanguageStr, IsEnabled_4_011B99CB4A9A8391E80E39BDCEBF70DC) == 0x000010, "Member 'FLanguageStr::IsEnabled_4_011B99CB4A9A8391E80E39BDCEBF70DC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RamT1_C \ static_assert(alignof(AWagonModule_RamT1_C) == 0x000008, "Wrong alignment on AWagonModule_RamT1_C"); \ static_assert(sizeof(AWagonModule_RamT1_C) == 0x0005B0, "Wrong size on AWagonModule_RamT1_C"); \ static_assert(offsetof(AWagonModule_RamT1_C, S_Train_Ram_T0_01) == 0x000598, "Member 'AWagonModule_RamT1_C::S_Train_Ram_T0_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RamT1_C, S_Train_Ram_T1_02) == 0x0005A0, "Member 'AWagonModule_RamT1_C::S_Train_Ram_T1_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RamT1_C, S_Train_Ram_T1_01) == 0x0005A8, "Member 'AWagonModule_RamT1_C::S_Train_Ram_T1_01' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVoidoniteLootOrb_C \ static_assert(alignof(AVoidoniteLootOrb_C) == 0x000010, "Wrong alignment on AVoidoniteLootOrb_C"); \ static_assert(sizeof(AVoidoniteLootOrb_C) == 0x000850, "Wrong size on AVoidoniteLootOrb_C"); \ #define DUMPER7_ASSERTS_UActionButtonLabel_C \ static_assert(alignof(UActionButtonLabel_C) == 0x000008, "Wrong alignment on UActionButtonLabel_C"); \ static_assert(sizeof(UActionButtonLabel_C) == 0x000270, "Wrong size on UActionButtonLabel_C"); \ static_assert(offsetof(UActionButtonLabel_C, ActionText) == 0x000260, "Member 'UActionButtonLabel_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UActionButtonLabel_C, AddSlot) == 0x000268, "Member 'UActionButtonLabel_C::AddSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_ExecuteUbergraph_ActionButton \ static_assert(alignof(ActionButton_C_ExecuteUbergraph_ActionButton) == 0x000008, "Wrong alignment on ActionButton_C_ExecuteUbergraph_ActionButton"); \ static_assert(sizeof(ActionButton_C_ExecuteUbergraph_ActionButton) == 0x000020, "Wrong size on ActionButton_C_ExecuteUbergraph_ActionButton"); \ static_assert(offsetof(ActionButton_C_ExecuteUbergraph_ActionButton, EntryPoint) == 0x000000, "Member 'ActionButton_C_ExecuteUbergraph_ActionButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ExecuteUbergraph_ActionButton, K2Node_CustomEvent_Percent) == 0x000004, "Member 'ActionButton_C_ExecuteUbergraph_ActionButton::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ExecuteUbergraph_ActionButton, K2Node_Event_IsDesignTime) == 0x000008, "Member 'ActionButton_C_ExecuteUbergraph_ActionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ExecuteUbergraph_ActionButton, K2Node_DynamicCast_AsKey_Display_Progress) == 0x000010, "Member 'ActionButton_C_ExecuteUbergraph_ActionButton::K2Node_DynamicCast_AsKey_Display_Progress' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ExecuteUbergraph_ActionButton, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ActionButton_C_ExecuteUbergraph_ActionButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_ShowProgress \ static_assert(alignof(ActionButton_C_ShowProgress) == 0x000004, "Wrong alignment on ActionButton_C_ShowProgress"); \ static_assert(sizeof(ActionButton_C_ShowProgress) == 0x000004, "Wrong size on ActionButton_C_ShowProgress"); \ static_assert(offsetof(ActionButton_C_ShowProgress, Percent) == 0x000000, "Member 'ActionButton_C_ShowProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_PreConstruct \ static_assert(alignof(ActionButton_C_PreConstruct) == 0x000001, "Wrong alignment on ActionButton_C_PreConstruct"); \ static_assert(sizeof(ActionButton_C_PreConstruct) == 0x000001, "Wrong size on ActionButton_C_PreConstruct"); \ static_assert(offsetof(ActionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ActionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_CreateKeyWidget \ static_assert(alignof(ActionButton_C_CreateKeyWidget) == 0x000008, "Wrong alignment on ActionButton_C_CreateKeyWidget"); \ static_assert(sizeof(ActionButton_C_CreateKeyWidget) == 0x000038, "Wrong size on ActionButton_C_CreateKeyWidget"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, isProgressKey_0) == 0x000000, "Member 'ActionButton_C_CreateKeyWidget::isProgressKey_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, KeyWidget) == 0x000008, "Member 'ActionButton_C_CreateKeyWidget::KeyWidget' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, Temp_bool_Variable) == 0x000010, "Member 'ActionButton_C_CreateKeyWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, Temp_class_Variable) == 0x000018, "Member 'ActionButton_C_CreateKeyWidget::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, Temp_class_Variable_1) == 0x000020, "Member 'ActionButton_C_CreateKeyWidget::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, K2Node_Select_Default) == 0x000028, "Member 'ActionButton_C_CreateKeyWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_CreateKeyWidget, CallFunc_Create_ReturnValue) == 0x000030, "Member 'ActionButton_C_CreateKeyWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_SetupKey \ static_assert(alignof(ActionButton_C_SetupKey) == 0x000008, "Wrong alignment on ActionButton_C_SetupKey"); \ static_assert(sizeof(ActionButton_C_SetupKey) == 0x000068, "Wrong size on ActionButton_C_SetupKey"); \ static_assert(offsetof(ActionButton_C_SetupKey, Action_0) == 0x000000, "Member 'ActionButton_C_SetupKey::Action_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_AsKey_Display_Progress) == 0x000008, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_AsKey_Display_Progress' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'ActionButton_C_SetupKey::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, CallFunc_GetHUD_ReturnValue) == 0x000020, "Member 'ActionButton_C_SetupKey::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000039, "Member 'ActionButton_C_SetupKey::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_AsKey_Display) == 0x000040, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_AsKey_Display' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'ActionButton_C_SetupKey::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupKey, CallFunc_GetUIKey_Key) == 0x000050, "Member 'ActionButton_C_SetupKey::CallFunc_GetUIKey_Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_SetupLabel \ static_assert(alignof(ActionButton_C_SetupLabel) == 0x000008, "Wrong alignment on ActionButton_C_SetupLabel"); \ static_assert(sizeof(ActionButton_C_SetupLabel) == 0x000050, "Wrong size on ActionButton_C_SetupLabel"); \ static_assert(offsetof(ActionButton_C_SetupLabel, Label_0) == 0x000000, "Member 'ActionButton_C_SetupLabel::Label_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, AddWidget) == 0x000018, "Member 'ActionButton_C_SetupLabel::AddWidget' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, K2Node_MakeStruct_Margin) == 0x000020, "Member 'ActionButton_C_SetupLabel::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, CallFunc_Create_ReturnValue) == 0x000030, "Member 'ActionButton_C_SetupLabel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000038, "Member 'ActionButton_C_SetupLabel::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, CallFunc_TextIsEmpty_ReturnValue) == 0x000040, "Member 'ActionButton_C_SetupLabel::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'ActionButton_C_SetupLabel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_SetupLabel, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'ActionButton_C_SetupLabel::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_ConstructActionButton \ static_assert(alignof(ActionButton_C_ConstructActionButton) == 0x000008, "Wrong alignment on ActionButton_C_ConstructActionButton"); \ static_assert(sizeof(ActionButton_C_ConstructActionButton) == 0x000040, "Wrong size on ActionButton_C_ConstructActionButton"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, isProgressKey_0) == 0x000000, "Member 'ActionButton_C_ConstructActionButton::isProgressKey_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, Action_0) == 0x000004, "Member 'ActionButton_C_ConstructActionButton::Action_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, Label_0) == 0x000010, "Member 'ActionButton_C_ConstructActionButton::Label_0' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, AddWidget) == 0x000028, "Member 'ActionButton_C_ConstructActionButton::AddWidget' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, CallFunc_CreateKeyWidget_KeyWidget) == 0x000030, "Member 'ActionButton_C_ConstructActionButton::CallFunc_CreateKeyWidget_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_ConstructActionButton, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000038, "Member 'ActionButton_C_ConstructActionButton::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_SetAvailable \ static_assert(alignof(ActionButton_C_SetAvailable) == 0x000001, "Wrong alignment on ActionButton_C_SetAvailable"); \ static_assert(sizeof(ActionButton_C_SetAvailable) == 0x000001, "Wrong size on ActionButton_C_SetAvailable"); \ static_assert(offsetof(ActionButton_C_SetAvailable, bInIsEnabled) == 0x000000, "Member 'ActionButton_C_SetAvailable::bInIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButton_C_GetAvailable \ static_assert(alignof(ActionButton_C_GetAvailable) == 0x000001, "Wrong alignment on ActionButton_C_GetAvailable"); \ static_assert(sizeof(ActionButton_C_GetAvailable) == 0x000002, "Wrong size on ActionButton_C_GetAvailable"); \ static_assert(offsetof(ActionButton_C_GetAvailable, ReturnValue) == 0x000000, "Member 'ActionButton_C_GetAvailable::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActionButton_C_GetAvailable, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'ActionButton_C_GetAvailable::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionButton_C \ static_assert(alignof(UActionButton_C) == 0x000008, "Wrong alignment on UActionButton_C"); \ static_assert(sizeof(UActionButton_C) == 0x0002B8, "Wrong size on UActionButton_C"); \ static_assert(offsetof(UActionButton_C, UberGraphFrame) == 0x000260, "Member 'UActionButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, HorizontalWrapper) == 0x000268, "Member 'UActionButton_C::HorizontalWrapper' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, KeyImageWidget) == 0x000270, "Member 'UActionButton_C::KeyImageWidget' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, isProgressKey) == 0x000278, "Member 'UActionButton_C::isProgressKey' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, Action) == 0x00027C, "Member 'UActionButton_C::Action' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, Label) == 0x000288, "Member 'UActionButton_C::Label' has a wrong offset!"); \ static_assert(offsetof(UActionButton_C, DisplayedKey) == 0x0002A0, "Member 'UActionButton_C::DisplayedKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsCoverValid_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsCoverValid_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsCoverValid_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsCoverValid_C_PerformConditionCheck) == 0x000048, "Wrong size on HTNDecorator_IsCoverValid_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverValid_C_PerformConditionCheck, CallFunc_IsCoverValid_Result) == 0x000041, "Member 'HTNDecorator_IsCoverValid_C_PerformConditionCheck::CallFunc_IsCoverValid_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsCoverValid_C \ static_assert(alignof(UHTNDecorator_IsCoverValid_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsCoverValid_C"); \ static_assert(sizeof(UHTNDecorator_IsCoverValid_C) == 0x0000B8, "Wrong size on UHTNDecorator_IsCoverValid_C"); \ static_assert(offsetof(UHTNDecorator_IsCoverValid_C, CoverPoint) == 0x000088, "Member 'UHTNDecorator_IsCoverValid_C::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_IsCoverValid_C, SavedPoint) == 0x0000B0, "Member 'UHTNDecorator_IsCoverValid_C::SavedPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine \ static_assert(alignof(ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine) == 0x000004, "Wrong alignment on ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine"); \ static_assert(sizeof(ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine) == 0x000004, "Wrong size on ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine"); \ static_assert(offsetof(ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine, EntryPoint) == 0x000000, "Member 'ConstructionInfoLine_C_ExecuteUbergraph_ConstructionInfoLine::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0 \ static_assert(alignof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0) == 0x000008, "Wrong alignment on ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0"); \ static_assert(sizeof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0) == 0x000088, "Wrong size on ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, Temp_bool_Variable) == 0x000028, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, Temp_struct_Variable) == 0x00002C, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, Temp_struct_Variable_1) == 0x00003C, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, K2Node_Select_Default) == 0x00004C, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'ConstructionInfoLine_C_Get_Text_ColorAndOpacity_0::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConstructionInfoLine_C \ static_assert(alignof(UConstructionInfoLine_C) == 0x000008, "Wrong alignment on UConstructionInfoLine_C"); \ static_assert(sizeof(UConstructionInfoLine_C) == 0x000290, "Wrong size on UConstructionInfoLine_C"); \ static_assert(offsetof(UConstructionInfoLine_C, UberGraphFrame) == 0x000260, "Member 'UConstructionInfoLine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UConstructionInfoLine_C, Text) == 0x000268, "Member 'UConstructionInfoLine_C::Text' has a wrong offset!"); \ static_assert(offsetof(UConstructionInfoLine_C, IsValid) == 0x000270, "Member 'UConstructionInfoLine_C::IsValid' has a wrong offset!"); \ static_assert(offsetof(UConstructionInfoLine_C, ItemText) == 0x000278, "Member 'UConstructionInfoLine_C::ItemText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_ExecuteUbergraph_WeaponSlot \ static_assert(alignof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot) == 0x000008, "Wrong alignment on WeaponSlot_C_ExecuteUbergraph_WeaponSlot"); \ static_assert(sizeof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot) == 0x000168, "Wrong size on WeaponSlot_C_ExecuteUbergraph_WeaponSlot"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, EntryPoint) == 0x000000, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_isActive) == 0x000014, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_isActive' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000068, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000070, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000080, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000088, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_HideIcon) == 0x000091, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_HideIcon' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_Icon) == 0x000098, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_Icon' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue_2) == 0x0000A0, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x0000A4, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000A8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x0000AC, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000B4, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000B8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_MakeVector2D_ReturnValue) == 0x0000BC, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000C4, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_CharacterInventory) == 0x0000C8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_CharacterInventory' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_Placeholder) == 0x0000D0, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetSlot_ReturnValue) == 0x0000D8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetPlaceholder_ReturnValue) == 0x0000E0, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue_3) == 0x0000E8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue_4) == 0x0000E9, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetIcon_ReturnValue) == 0x0000F0, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CustomEvent_Character_Inventory) == 0x0000F8, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CustomEvent_Character_Inventory' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000100, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetSlot_ReturnValue_1) == 0x000110, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CreateDelegate_OutputDelegate_2) == 0x000118, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_IsValid_ReturnValue_5) == 0x000128, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetOwningPlayer_ReturnValue) == 0x000130, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_CreateDelegate_OutputDelegate_3) == 0x000138, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetHUD_ReturnValue) == 0x000148, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_DynamicCast_AsHUD_Interface) == 0x000150, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_ExecuteUbergraph_WeaponSlot, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000161, "Member 'WeaponSlot_C_ExecuteUbergraph_WeaponSlot::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_UnbindOnSlotsUpdated \ static_assert(alignof(WeaponSlot_C_UnbindOnSlotsUpdated) == 0x000008, "Wrong alignment on WeaponSlot_C_UnbindOnSlotsUpdated"); \ static_assert(sizeof(WeaponSlot_C_UnbindOnSlotsUpdated) == 0x000008, "Wrong size on WeaponSlot_C_UnbindOnSlotsUpdated"); \ static_assert(offsetof(WeaponSlot_C_UnbindOnSlotsUpdated, Character_Inventory) == 0x000000, "Member 'WeaponSlot_C_UnbindOnSlotsUpdated::Character_Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_OnSlotUpdated \ static_assert(alignof(WeaponSlot_C_OnSlotUpdated) == 0x000008, "Wrong alignment on WeaponSlot_C_OnSlotUpdated"); \ static_assert(sizeof(WeaponSlot_C_OnSlotUpdated) == 0x000008, "Wrong size on WeaponSlot_C_OnSlotUpdated"); \ static_assert(offsetof(WeaponSlot_C_OnSlotUpdated, Placeholder) == 0x000000, "Member 'WeaponSlot_C_OnSlotUpdated::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_BindOnSlotUpdated \ static_assert(alignof(WeaponSlot_C_BindOnSlotUpdated) == 0x000008, "Wrong alignment on WeaponSlot_C_BindOnSlotUpdated"); \ static_assert(sizeof(WeaponSlot_C_BindOnSlotUpdated) == 0x000008, "Wrong size on WeaponSlot_C_BindOnSlotUpdated"); \ static_assert(offsetof(WeaponSlot_C_BindOnSlotUpdated, CharacterInventory) == 0x000000, "Member 'WeaponSlot_C_BindOnSlotUpdated::CharacterInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_DrawWeaponIcon \ static_assert(alignof(WeaponSlot_C_DrawWeaponIcon) == 0x000008, "Wrong alignment on WeaponSlot_C_DrawWeaponIcon"); \ static_assert(sizeof(WeaponSlot_C_DrawWeaponIcon) == 0x000010, "Wrong size on WeaponSlot_C_DrawWeaponIcon"); \ static_assert(offsetof(WeaponSlot_C_DrawWeaponIcon, HideIcon) == 0x000000, "Member 'WeaponSlot_C_DrawWeaponIcon::HideIcon' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_DrawWeaponIcon, Icon) == 0x000008, "Member 'WeaponSlot_C_DrawWeaponIcon::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_SetIsActive \ static_assert(alignof(WeaponSlot_C_SetIsActive) == 0x000001, "Wrong alignment on WeaponSlot_C_SetIsActive"); \ static_assert(sizeof(WeaponSlot_C_SetIsActive) == 0x000001, "Wrong size on WeaponSlot_C_SetIsActive"); \ static_assert(offsetof(WeaponSlot_C_SetIsActive, IsActive_0) == 0x000000, "Member 'WeaponSlot_C_SetIsActive::IsActive_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_SetLabelText \ static_assert(alignof(WeaponSlot_C_SetLabelText) == 0x000008, "Wrong alignment on WeaponSlot_C_SetLabelText"); \ static_assert(sizeof(WeaponSlot_C_SetLabelText) == 0x0000B0, "Wrong size on WeaponSlot_C_SetLabelText"); \ static_assert(offsetof(WeaponSlot_C_SetLabelText, Outline) == 0x000000, "Member 'WeaponSlot_C_SetLabelText::Outline' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetLabelText, Color) == 0x000008, "Member 'WeaponSlot_C_SetLabelText::Color' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetLabelText, Typeface) == 0x000030, "Member 'WeaponSlot_C_SetLabelText::Typeface' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetLabelText, K2Node_MakeStruct_FontOutlineSettings) == 0x000038, "Member 'WeaponSlot_C_SetLabelText::K2Node_MakeStruct_FontOutlineSettings' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetLabelText, K2Node_MakeStruct_SlateFontInfo) == 0x000058, "Member 'WeaponSlot_C_SetLabelText::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_SetImageOffsets \ static_assert(alignof(WeaponSlot_C_SetImageOffsets) == 0x000008, "Wrong alignment on WeaponSlot_C_SetImageOffsets"); \ static_assert(sizeof(WeaponSlot_C_SetImageOffsets) == 0x000020, "Wrong size on WeaponSlot_C_SetImageOffsets"); \ static_assert(offsetof(WeaponSlot_C_SetImageOffsets, Offset) == 0x000000, "Member 'WeaponSlot_C_SetImageOffsets::Offset' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetImageOffsets, K2Node_MakeStruct_Margin) == 0x000004, "Member 'WeaponSlot_C_SetImageOffsets::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetImageOffsets, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000018, "Member 'WeaponSlot_C_SetImageOffsets::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponSlot_C_SetKeyHint \ static_assert(alignof(WeaponSlot_C_SetKeyHint) == 0x000008, "Wrong alignment on WeaponSlot_C_SetKeyHint"); \ static_assert(sizeof(WeaponSlot_C_SetKeyHint) == 0x000038, "Wrong size on WeaponSlot_C_SetKeyHint"); \ static_assert(offsetof(WeaponSlot_C_SetKeyHint, bIsGamepad) == 0x000000, "Member 'WeaponSlot_C_SetKeyHint::bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetKeyHint, Temp_bool_Variable) == 0x000001, "Member 'WeaponSlot_C_SetKeyHint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetKeyHint, Temp_text_Variable) == 0x000008, "Member 'WeaponSlot_C_SetKeyHint::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponSlot_C_SetKeyHint, K2Node_Select_Default) == 0x000020, "Member 'WeaponSlot_C_SetKeyHint::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponSlot_C \ static_assert(alignof(UWeaponSlot_C) == 0x000008, "Wrong alignment on UWeaponSlot_C"); \ static_assert(sizeof(UWeaponSlot_C) == 0x0002D8, "Wrong size on UWeaponSlot_C"); \ static_assert(offsetof(UWeaponSlot_C, UberGraphFrame) == 0x000260, "Member 'UWeaponSlot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, SetActive) == 0x000268, "Member 'UWeaponSlot_C::SetActive' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, Background) == 0x000270, "Member 'UWeaponSlot_C::Background' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, Border) == 0x000278, "Member 'UWeaponSlot_C::Border' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, Label) == 0x000280, "Member 'UWeaponSlot_C::Label' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, ScaleBox_0) == 0x000288, "Member 'UWeaponSlot_C::ScaleBox_0' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, SlotDeco) == 0x000290, "Member 'UWeaponSlot_C::SlotDeco' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, SlotNum) == 0x000298, "Member 'UWeaponSlot_C::SlotNum' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, WeaponImage) == 0x0002A0, "Member 'UWeaponSlot_C::WeaponImage' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, SlotType) == 0x0002A8, "Member 'UWeaponSlot_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, SlotObj) == 0x0002B0, "Member 'UWeaponSlot_C::SlotObj' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, IsActive) == 0x0002B8, "Member 'UWeaponSlot_C::IsActive' has a wrong offset!"); \ static_assert(offsetof(UWeaponSlot_C, NumForSlot) == 0x0002C0, "Member 'UWeaponSlot_C::NumForSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_ExecuteUbergraph_StatWidget \ static_assert(alignof(StatWidget_C_ExecuteUbergraph_StatWidget) == 0x000008, "Wrong alignment on StatWidget_C_ExecuteUbergraph_StatWidget"); \ static_assert(sizeof(StatWidget_C_ExecuteUbergraph_StatWidget) == 0x000020, "Wrong size on StatWidget_C_ExecuteUbergraph_StatWidget"); \ static_assert(offsetof(StatWidget_C_ExecuteUbergraph_StatWidget, EntryPoint) == 0x000000, "Member 'StatWidget_C_ExecuteUbergraph_StatWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_ExecuteUbergraph_StatWidget, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'StatWidget_C_ExecuteUbergraph_StatWidget::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_ExecuteUbergraph_StatWidget, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'StatWidget_C_ExecuteUbergraph_StatWidget::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_ExecuteUbergraph_StatWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'StatWidget_C_ExecuteUbergraph_StatWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_HealthBar_Percent \ static_assert(alignof(StatWidget_C_Get_HealthBar_Percent) == 0x000004, "Wrong alignment on StatWidget_C_Get_HealthBar_Percent"); \ static_assert(sizeof(StatWidget_C_Get_HealthBar_Percent) == 0x000010, "Wrong size on StatWidget_C_Get_HealthBar_Percent"); \ static_assert(offsetof(StatWidget_C_Get_HealthBar_Percent, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_HealthBar_Percent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthBar_Percent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'StatWidget_C_Get_HealthBar_Percent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthBar_Percent, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_HealthBar_Percent::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthBar_Percent, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'StatWidget_C_Get_HealthBar_Percent::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_HungerBar_Percent_0 \ static_assert(alignof(StatWidget_C_Get_HungerBar_Percent_0) == 0x000004, "Wrong alignment on StatWidget_C_Get_HungerBar_Percent_0"); \ static_assert(sizeof(StatWidget_C_Get_HungerBar_Percent_0) == 0x000010, "Wrong size on StatWidget_C_Get_HungerBar_Percent_0"); \ static_assert(offsetof(StatWidget_C_Get_HungerBar_Percent_0, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_HungerBar_Percent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerBar_Percent_0, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'StatWidget_C_Get_HungerBar_Percent_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerBar_Percent_0, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_HungerBar_Percent_0::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerBar_Percent_0, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'StatWidget_C_Get_HungerBar_Percent_0::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_HealthValue_Text \ static_assert(alignof(StatWidget_C_Get_HealthValue_Text) == 0x000008, "Wrong alignment on StatWidget_C_Get_HealthValue_Text"); \ static_assert(sizeof(StatWidget_C_Get_HealthValue_Text) == 0x000038, "Wrong size on StatWidget_C_Get_HealthValue_Text"); \ static_assert(offsetof(StatWidget_C_Get_HealthValue_Text, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_HealthValue_Text::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthValue_Text, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'StatWidget_C_Get_HealthValue_Text::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthValue_Text, CallFunc_GetUIValue_ReturnValue) == 0x00001C, "Member 'StatWidget_C_Get_HealthValue_Text::CallFunc_GetUIValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HealthValue_Text, CallFunc_Conv_FloatToText_ReturnValue) == 0x000020, "Member 'StatWidget_C_Get_HealthValue_Text::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_HungerValue_Text_0 \ static_assert(alignof(StatWidget_C_Get_HungerValue_Text_0) == 0x000008, "Wrong alignment on StatWidget_C_Get_HungerValue_Text_0"); \ static_assert(sizeof(StatWidget_C_Get_HungerValue_Text_0) == 0x000050, "Wrong size on StatWidget_C_Get_HungerValue_Text_0"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_HungerValue_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_GetDefaultValue_ReturnValue) == 0x00001C, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_GetDefaultValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_GetMaxValue_ReturnValue) == 0x000020, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_GetValue_ReturnValue) == 0x000024, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_HungerValue_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'StatWidget_C_Get_HungerValue_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_ThirstyBar_Percent_0 \ static_assert(alignof(StatWidget_C_Get_ThirstyBar_Percent_0) == 0x000008, "Wrong alignment on StatWidget_C_Get_ThirstyBar_Percent_0"); \ static_assert(sizeof(StatWidget_C_Get_ThirstyBar_Percent_0) == 0x000028, "Wrong size on StatWidget_C_Get_ThirstyBar_Percent_0"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, CallFunc_GetUIPercentageValue_ReturnValue) == 0x00001C, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyBar_Percent_0, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'StatWidget_C_Get_ThirstyBar_Percent_0::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_ThirstyValue_Text_0 \ static_assert(alignof(StatWidget_C_Get_ThirstyValue_Text_0) == 0x000008, "Wrong alignment on StatWidget_C_Get_ThirstyValue_Text_0"); \ static_assert(sizeof(StatWidget_C_Get_ThirstyValue_Text_0) == 0x000050, "Wrong size on StatWidget_C_Get_ThirstyValue_Text_0"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_GetDefaultValue_ReturnValue) == 0x00001C, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_GetDefaultValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_GetMaxValue_ReturnValue) == 0x000020, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_GetValue_ReturnValue) == 0x000024, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_ThirstyValue_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'StatWidget_C_Get_ThirstyValue_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_LowHungerAlertVisability \ static_assert(alignof(StatWidget_C_Get_LowHungerAlertVisability) == 0x000004, "Wrong alignment on StatWidget_C_Get_LowHungerAlertVisability"); \ static_assert(sizeof(StatWidget_C_Get_LowHungerAlertVisability) == 0x000010, "Wrong size on StatWidget_C_Get_LowHungerAlertVisability"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_LowHungerAlertVisability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, Temp_bool_Variable) == 0x000001, "Member 'StatWidget_C_Get_LowHungerAlertVisability::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, Temp_byte_Variable) == 0x000002, "Member 'StatWidget_C_Get_LowHungerAlertVisability::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, Temp_byte_Variable_1) == 0x000003, "Member 'StatWidget_C_Get_LowHungerAlertVisability::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'StatWidget_C_Get_LowHungerAlertVisability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_LowHungerAlertVisability::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'StatWidget_C_Get_LowHungerAlertVisability::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHungerAlertVisability, K2Node_Select_Default) == 0x00000D, "Member 'StatWidget_C_Get_LowHungerAlertVisability::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_LowThirstyAlertVisability \ static_assert(alignof(StatWidget_C_Get_LowThirstyAlertVisability) == 0x000004, "Wrong alignment on StatWidget_C_Get_LowThirstyAlertVisability"); \ static_assert(sizeof(StatWidget_C_Get_LowThirstyAlertVisability) == 0x000010, "Wrong size on StatWidget_C_Get_LowThirstyAlertVisability"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, Temp_bool_Variable) == 0x000001, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, Temp_byte_Variable) == 0x000002, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, Temp_byte_Variable_1) == 0x000003, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowThirstyAlertVisability, K2Node_Select_Default) == 0x00000D, "Member 'StatWidget_C_Get_LowThirstyAlertVisability::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatWidget_C_Get_LowHealthAlertVisability \ static_assert(alignof(StatWidget_C_Get_LowHealthAlertVisability) == 0x000004, "Wrong alignment on StatWidget_C_Get_LowHealthAlertVisability"); \ static_assert(sizeof(StatWidget_C_Get_LowHealthAlertVisability) == 0x000010, "Wrong size on StatWidget_C_Get_LowHealthAlertVisability"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, ReturnValue) == 0x000000, "Member 'StatWidget_C_Get_LowHealthAlertVisability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, Temp_bool_Variable) == 0x000001, "Member 'StatWidget_C_Get_LowHealthAlertVisability::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, Temp_byte_Variable) == 0x000002, "Member 'StatWidget_C_Get_LowHealthAlertVisability::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, Temp_byte_Variable_1) == 0x000003, "Member 'StatWidget_C_Get_LowHealthAlertVisability::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'StatWidget_C_Get_LowHealthAlertVisability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000008, "Member 'StatWidget_C_Get_LowHealthAlertVisability::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'StatWidget_C_Get_LowHealthAlertVisability::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StatWidget_C_Get_LowHealthAlertVisability, K2Node_Select_Default) == 0x00000D, "Member 'StatWidget_C_Get_LowHealthAlertVisability::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStatWidget_C \ static_assert(alignof(UStatWidget_C) == 0x000008, "Wrong alignment on UStatWidget_C"); \ static_assert(sizeof(UStatWidget_C) == 0x0002D0, "Wrong size on UStatWidget_C"); \ static_assert(offsetof(UStatWidget_C, UberGraphFrame) == 0x000260, "Member 'UStatWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, HealthBar) == 0x000268, "Member 'UStatWidget_C::HealthBar' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, HealthValue) == 0x000270, "Member 'UStatWidget_C::HealthValue' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, HungerBar) == 0x000278, "Member 'UStatWidget_C::HungerBar' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, HungerValue) == 0x000280, "Member 'UStatWidget_C::HungerValue' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, Image_273) == 0x000288, "Member 'UStatWidget_C::Image_273' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, Image_497) == 0x000290, "Member 'UStatWidget_C::Image_497' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, Image_690) == 0x000298, "Member 'UStatWidget_C::Image_690' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, TextBlock_230) == 0x0002A0, "Member 'UStatWidget_C::TextBlock_230' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, TextBlock_232) == 0x0002A8, "Member 'UStatWidget_C::TextBlock_232' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, TextBlock_233) == 0x0002B0, "Member 'UStatWidget_C::TextBlock_233' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, ThirstyBar) == 0x0002B8, "Member 'UStatWidget_C::ThirstyBar' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, ThirstyValue) == 0x0002C0, "Member 'UStatWidget_C::ThirstyValue' has a wrong offset!"); \ static_assert(offsetof(UStatWidget_C, Player) == 0x0002C8, "Member 'UStatWidget_C::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainStats_C_ExecuteUbergraph_TrainStats \ static_assert(alignof(TrainStats_C_ExecuteUbergraph_TrainStats) == 0x000008, "Wrong alignment on TrainStats_C_ExecuteUbergraph_TrainStats"); \ static_assert(sizeof(TrainStats_C_ExecuteUbergraph_TrainStats) == 0x0001C0, "Wrong size on TrainStats_C_ExecuteUbergraph_TrainStats"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, EntryPoint) == 0x000000, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_FloatToText_ReturnValue) == 0x000018, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000040, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000058, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000068, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000090, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_Event_MyGeometry) == 0x0000B0, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_Event_InDeltaTime) == 0x0000E8, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetPlayerController_ReturnValue) == 0x0000F0, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0000F8, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_IsValid_ReturnValue) == 0x000101, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_IsValid_ReturnValue_1) == 0x000102, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetLocomotive_ReturnValue) == 0x000108, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetMovementComponent_ReturnValue) == 0x000110, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000118, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_VSize_ReturnValue) == 0x000124, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000128, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000129, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00012A, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00012C, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000130, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000134, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000138, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000140, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000150, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000160, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000170, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetGameTimeInSeconds_ReturnValue_2) == 0x000174, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetGameTimeInSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000178, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000180, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000190, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001A0, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001A8, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_GetGameTimeInSeconds_ReturnValue_3) == 0x0001B8, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_GetGameTimeInSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_ExecuteUbergraph_TrainStats, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0001BC, "Member 'TrainStats_C_ExecuteUbergraph_TrainStats::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainStats_C_Tick \ static_assert(alignof(TrainStats_C_Tick) == 0x000004, "Wrong alignment on TrainStats_C_Tick"); \ static_assert(sizeof(TrainStats_C_Tick) == 0x00003C, "Wrong size on TrainStats_C_Tick"); \ static_assert(offsetof(TrainStats_C_Tick, MyGeometry) == 0x000000, "Member 'TrainStats_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Tick, InDeltaTime) == 0x000038, "Member 'TrainStats_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainStats_C_Get_TrainStats_Text_0 \ static_assert(alignof(TrainStats_C_Get_TrainStats_Text_0) == 0x000008, "Wrong alignment on TrainStats_C_Get_TrainStats_Text_0"); \ static_assert(sizeof(TrainStats_C_Get_TrainStats_Text_0) == 0x0004C8, "Wrong size on TrainStats_C_Get_TrainStats_Text_0"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, ReturnValue) == 0x000000, "Member 'TrainStats_C_Get_TrainStats_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000018, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000020, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_GetTrain_ReturnValue) == 0x000080, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_GetMovementComponent_ReturnValue) == 0x000088, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000090, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000A0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_IsValid_ReturnValue_1) == 0x0000F8, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_CalcBrakingDeceleration_ReturnValue) == 0x0000FC, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_CalcBrakingDeceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000100, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_IntToText_ReturnValue) == 0x000108, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000120, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_CalcPower_ReturnValue) == 0x0001B8, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_CalcPower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001BC, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_FMin_ReturnValue) == 0x0001C0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0001C8, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x0001E0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F8, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_5) == 0x000238, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x000278, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_6) == 0x000290, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_VSize_ReturnValue) == 0x0002D0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_5) == 0x0002D8, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0002F0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_7) == 0x000308, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_8) == 0x000348, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000388, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00038C, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_6) == 0x000390, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_7) == 0x0003A8, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003C0, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_10) == 0x000400, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_GetMaxAcceleration_ReturnValue) == 0x000440, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000444, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Conv_FloatToText_ReturnValue_8) == 0x000448, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Conv_FloatToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeStruct_FormatArgumentData_11) == 0x000460, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, K2Node_MakeArray_Array) == 0x0004A0, "Member 'TrainStats_C_Get_TrainStats_Text_0::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_TrainStats_Text_0, CallFunc_Format_ReturnValue) == 0x0004B0, "Member 'TrainStats_C_Get_TrainStats_Text_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainStats_C_Get_Stat150_Text_0 \ static_assert(alignof(TrainStats_C_Get_Stat150_Text_0) == 0x000008, "Wrong alignment on TrainStats_C_Get_Stat150_Text_0"); \ static_assert(sizeof(TrainStats_C_Get_Stat150_Text_0) == 0x000030, "Wrong size on TrainStats_C_Get_Stat150_Text_0"); \ static_assert(offsetof(TrainStats_C_Get_Stat150_Text_0, ReturnValue) == 0x000000, "Member 'TrainStats_C_Get_Stat150_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainStats_C_Get_Stat150_Text_0, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'TrainStats_C_Get_Stat150_Text_0::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrainStats_C \ static_assert(alignof(UTrainStats_C) == 0x000008, "Wrong alignment on UTrainStats_C"); \ static_assert(sizeof(UTrainStats_C) == 0x0002B0, "Wrong size on UTrainStats_C"); \ static_assert(offsetof(UTrainStats_C, UberGraphFrame) == 0x000260, "Member 'UTrainStats_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat150) == 0x000268, "Member 'UTrainStats_C::Stat150' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, TrainStats) == 0x000270, "Member 'UTrainStats_C::TrainStats' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Locomotive) == 0x000278, "Member 'UTrainStats_C::Locomotive' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, BrakeOff) == 0x000280, "Member 'UTrainStats_C::BrakeOff' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Brake_TimeStart) == 0x000284, "Member 'UTrainStats_C::Brake_TimeStart' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat150_TimeEnd) == 0x000288, "Member 'UTrainStats_C::Stat150_TimeEnd' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat150_TimeTotal) == 0x00028C, "Member 'UTrainStats_C::Stat150_TimeTotal' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, StatText) == 0x000290, "Member 'UTrainStats_C::StatText' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat400_TimeEnd) == 0x0002A0, "Member 'UTrainStats_C::Stat400_TimeEnd' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat400_TimeTotal) == 0x0002A4, "Member 'UTrainStats_C::Stat400_TimeTotal' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat1000_TimeEnd) == 0x0002A8, "Member 'UTrainStats_C::Stat1000_TimeEnd' has a wrong offset!"); \ static_assert(offsetof(UTrainStats_C, Stat1000_TimeTotal) == 0x0002AC, "Member 'UTrainStats_C::Stat1000_TimeTotal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem \ static_assert(alignof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem) == 0x000008, "Wrong alignment on MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem"); \ static_assert(sizeof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem) == 0x000068, "Wrong size on MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, EntryPoint) == 0x000000, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_byte_Variable) == 0x000004, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_byte_Variable_1) == 0x000005, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_bool_Variable) == 0x000006, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_byte_Variable_2) == 0x000007, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_byte_Variable_3) == 0x000008, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_DynamicCast_AsHUD_Ansora) == 0x000030, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, Temp_bool_Variable_1) == 0x000039, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_Select_Default) == 0x00003A, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_Select_Default_1) == 0x00003B, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, CallFunc_GetPlayerController_ReturnValue_1) == 0x000040, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_CustomEvent_IsGamepadNow) == 0x000048, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, CallFunc_GetHUD_ReturnValue_1) == 0x000050, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000058, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'MTB_HUDNotify_Totem_C_ExecuteUbergraph_MTB_HUDNotify_Totem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Totem_C_OnGamepadModeChange \ static_assert(alignof(MTB_HUDNotify_Totem_C_OnGamepadModeChange) == 0x000001, "Wrong alignment on MTB_HUDNotify_Totem_C_OnGamepadModeChange"); \ static_assert(sizeof(MTB_HUDNotify_Totem_C_OnGamepadModeChange) == 0x000001, "Wrong size on MTB_HUDNotify_Totem_C_OnGamepadModeChange"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_OnGamepadModeChange, IsGamepadNOW) == 0x000000, "Member 'MTB_HUDNotify_Totem_C_OnGamepadModeChange::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_Totem_C_PreConstruct \ static_assert(alignof(MTB_HUDNotify_Totem_C_PreConstruct) == 0x000001, "Wrong alignment on MTB_HUDNotify_Totem_C_PreConstruct"); \ static_assert(sizeof(MTB_HUDNotify_Totem_C_PreConstruct) == 0x000001, "Wrong size on MTB_HUDNotify_Totem_C_PreConstruct"); \ static_assert(offsetof(MTB_HUDNotify_Totem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MTB_HUDNotify_Totem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMTB_HUDNotify_Totem_C \ static_assert(alignof(UMTB_HUDNotify_Totem_C) == 0x000008, "Wrong alignment on UMTB_HUDNotify_Totem_C"); \ static_assert(sizeof(UMTB_HUDNotify_Totem_C) == 0x000290, "Wrong size on UMTB_HUDNotify_Totem_C"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, UberGraphFrame) == 0x000260, "Member 'UMTB_HUDNotify_Totem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, BookHintBox) == 0x000268, "Member 'UMTB_HUDNotify_Totem_C::BookHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, KeyTooltipWidget_Exit) == 0x000270, "Member 'UMTB_HUDNotify_Totem_C::KeyTooltipWidget_Exit' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, KeyTooltipWidget_Exit_Gamepad) == 0x000278, "Member 'UMTB_HUDNotify_Totem_C::KeyTooltipWidget_Exit_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, KeyTooltipWidget_Rotate) == 0x000280, "Member 'UMTB_HUDNotify_Totem_C::KeyTooltipWidget_Rotate' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_Totem_C, KeyTooltipWidget_Rotate_GamePad) == 0x000288, "Member 'UMTB_HUDNotify_Totem_C::KeyTooltipWidget_Rotate_GamePad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer \ static_assert(alignof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer) == 0x000010, "Wrong alignment on WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer"); \ static_assert(sizeof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer) == 0x000820, "Wrong size on WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, EntryPoint) == 0x000000, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_1) == 0x000005, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, Temp_name_Variable) == 0x000008, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_2) == 0x000012, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_NotifyName) == 0x000014, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_3) == 0x00001C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_4) == 0x000030, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_5) == 0x000031, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_NotifyName_1) == 0x000034, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_6) == 0x00003C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_7) == 0x00003D, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_NotifyName_2) == 0x000050, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_8) == 0x000068, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_8) == 0x000070, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_7) == 0x000078, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_6) == 0x000080, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Item) == 0x000088, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Hit_4) == 0x000090, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_5) == 0x000118, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_NewState) == 0x000121, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_OldState) == 0x000122, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_SwitchEnum_CmpSuccess) == 0x000123, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Hit_3) == 0x000124, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0001AC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0001B0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_1) == 0x000218, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_Actor) == 0x000220, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_AsFGLootable_Item) == 0x000228, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_2) == 0x000231, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetObjectClass_ReturnValue) == 0x000238, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Hit_2) == 0x000240, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_4) == 0x0002C8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_3) == 0x0002D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_4) == 0x0002D1, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0002D4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002E0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Greater_IntInt_ReturnValue) == 0x0002EC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0002ED, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0002F0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x0002F8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_bSuccess_1) == 0x000300, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_5) == 0x000301, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_6) == 0x000302, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000304, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00038C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_NotifyName_3) == 0x000390, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_bNewMode) == 0x000398, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_7) == 0x000399, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00039A, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_8) == 0x00039B, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_9) == 0x00039C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetHaveItems_IconFillState) == 0x0003A0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003A4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Less_IntInt_ReturnValue) == 0x0003A5, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0003A8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0003B4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003C0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0003D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_bSuccess) == 0x0003D8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_10) == 0x0003D9, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_11) == 0x0003DA, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0003DC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000464, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_bEnterOverheat) == 0x000465, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_bEnterOverheat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000468, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_12) == 0x000470, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_13) == 0x000471, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_14) == 0x000472, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_15) == 0x000473, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_16) == 0x000474, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_9) == 0x000475, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_NotifyName_4) == 0x000478, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_17) == 0x000480, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_10) == 0x000481, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000488, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_SpawnSystemAttached_ReturnValue_2) == 0x000490, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_SpawnSystemAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_18) == 0x000498, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_19) == 0x000499, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_20) == 0x00049A, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_DeltaSeconds) == 0x00049C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0004A0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_21) == 0x0004A8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0004AC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0004B8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_FindLookAtRotation_ReturnValue) == 0x0004C4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_BreakRotator_Roll) == 0x0004D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_BreakRotator_Pitch) == 0x0004D4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_BreakRotator_Yaw) == 0x0004D8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_4) == 0x0004DC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Add_FloatFloat_ReturnValue) == 0x0004EC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_MakeRotator_ReturnValue) == 0x0004F0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0004FC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x000584, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000590, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_MakeTransform_ReturnValue) == 0x0005A0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0005D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_FinishSpawningActor_ReturnValue) == 0x0005D8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0005E0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_5) == 0x0005E4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_AddFuel_ReturnValue) == 0x0005F4, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_AddFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0005F8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_22) == 0x0005FC, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_MapRangeClamped_ReturnValue) == 0x000600, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_6) == 0x000604, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetHaveItems_IconFillState_1) == 0x000614, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetHaveItems_IconFillState_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Conv_IntToBool_ReturnValue) == 0x000618, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_7) == 0x00061C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetPlayerController_ReturnValue) == 0x000630, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Hit_1) == 0x000638, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_3) == 0x0006C0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetHUD_ReturnValue) == 0x0006C8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0006D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_bSuccess_2) == 0x0006E0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_23) == 0x0006E1, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CustomEvent_Player) == 0x0006E8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_8) == 0x0006F0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_CanUpgrade_ReturnValue) == 0x000700, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_SwitchEnum_CmpSuccess_1) == 0x000701, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetController_ReturnValue) == 0x000708, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_HasAuthority_ReturnValue_11) == 0x000710, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_HasAuthority_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_24) == 0x000711, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_ComponentBoundEvent_NewSignificance) == 0x000712, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_SwitchEnum_CmpSuccess_2) == 0x000713, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetSignificance_ReturnValue) == 0x000714, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000715, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_9) == 0x000718, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Percentage_1) == 0x000728, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_2) == 0x000730, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_25) == 0x000738, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Hit) == 0x00073C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter_1) == 0x0007C8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_Percentage) == 0x0007D0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_Event_PlayerCharacter) == 0x0007D8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsValid_ReturnValue_26) == 0x0007E0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetPlayerController_ReturnValue_1) == 0x0007E8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_GetHUD_ReturnValue_1) == 0x0007F0, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0007F8, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_DynamicCast_bSuccess_3) == 0x000808, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, K2Node_CreateDelegate_OutputDelegate_10) == 0x00080C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x00081C, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x00081D, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer, CallFunc_Not_PreBool_ReturnValue) == 0x00081E, "Member 'WagonModule_LootGatherer_C_ExecuteUbergraph_WagonModule_LootGatherer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_LootGatherer_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_LootGatherer_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_LootGatherer_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_LootGatherer_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_LootGatherer_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_LootGatherer_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnAltHoldUseActor \ static_assert(alignof(WagonModule_LootGatherer_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnAltHoldUseActor"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnAltHoldUseActor) == 0x000090, "Wrong size on WagonModule_LootGatherer_C_OnAltHoldUseActor"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_HoldProgressInfo \ static_assert(alignof(WagonModule_LootGatherer_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_LootGatherer_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_LootGatherer_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_LootGatherer_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_LootGatherer_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_LootGatherer_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'WagonModule_LootGatherer_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnHoldUse_M \ static_assert(alignof(WagonModule_LootGatherer_C_OnHoldUse_M) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnHoldUse_M"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnHoldUse_M) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnHoldUse_M"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnHoldUse_M, Player) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnHoldUseActor \ static_assert(alignof(WagonModule_LootGatherer_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnHoldUseActor"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnHoldUseActor) == 0x000090, "Wrong size on WagonModule_LootGatherer_C_OnHoldUseActor"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_ReceiveTick \ static_assert(alignof(WagonModule_LootGatherer_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_LootGatherer_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_LootGatherer_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_LootGatherer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_PlaySpit \ static_assert(alignof(WagonModule_LootGatherer_C_PlaySpit) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_C_PlaySpit"); \ static_assert(sizeof(WagonModule_LootGatherer_C_PlaySpit) == 0x000001, "Wrong size on WagonModule_LootGatherer_C_PlaySpit"); \ static_assert(offsetof(WagonModule_LootGatherer_C_PlaySpit, bEnterOverheat) == 0x000000, "Member 'WagonModule_LootGatherer_C_PlaySpit::bEnterOverheat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_ReturnGatherer \ static_assert(alignof(WagonModule_LootGatherer_C_ReturnGatherer) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_C_ReturnGatherer"); \ static_assert(sizeof(WagonModule_LootGatherer_C_ReturnGatherer) == 0x000001, "Wrong size on WagonModule_LootGatherer_C_ReturnGatherer"); \ static_assert(offsetof(WagonModule_LootGatherer_C_ReturnGatherer, bSuccess) == 0x000000, "Member 'WagonModule_LootGatherer_C_ReturnGatherer::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_EventSetRelocationMode \ static_assert(alignof(WagonModule_LootGatherer_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_C_EventSetRelocationMode"); \ static_assert(sizeof(WagonModule_LootGatherer_C_EventSetRelocationMode) == 0x000001, "Wrong size on WagonModule_LootGatherer_C_EventSetRelocationMode"); \ static_assert(offsetof(WagonModule_LootGatherer_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'WagonModule_LootGatherer_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_LootGatherer_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_LootGatherer_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnItemCollected_Event_0 \ static_assert(alignof(WagonModule_LootGatherer_C_OnItemCollected_Event_0) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnItemCollected_Event_0"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnItemCollected_Event_0) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnItemCollected_Event_0"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnItemCollected_Event_0, Actor) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnItemCollected_Event_0::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnGotFocus \ static_assert(alignof(WagonModule_LootGatherer_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_LootGatherer_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_LootGatherer_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_LootGatherer_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_LootGatherer_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_LootGatherer_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_LootGatherer_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_LootGatherer_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnUseActor \ static_assert(alignof(WagonModule_LootGatherer_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnUseActor"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_LootGatherer_C_OnUseActor"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_EventStartItemLooting \ static_assert(alignof(WagonModule_LootGatherer_C_EventStartItemLooting) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_EventStartItemLooting"); \ static_assert(sizeof(WagonModule_LootGatherer_C_EventStartItemLooting) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_EventStartItemLooting"); \ static_assert(offsetof(WagonModule_LootGatherer_C_EventStartItemLooting, Item) == 0x000000, "Member 'WagonModule_LootGatherer_C_EventStartItemLooting::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_LootGatherer_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_HoldUseStarted \ static_assert(alignof(WagonModule_LootGatherer_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_LootGatherer_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_LootGatherer_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_LootGatherer_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_LootGatherer_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_LootGatherer_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_LootGatherer_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_LootGatherer_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1 \ static_assert(alignof(WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1, NotifyName) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnCompleted_482506D7422DE92AD2598EAB8992F7C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1 \ static_assert(alignof(WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1, NotifyName) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnBlendOut_482506D7422DE92AD2598EAB8992F7C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1 \ static_assert(alignof(WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1, NotifyName) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnInterrupted_482506D7422DE92AD2598EAB8992F7C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1 \ static_assert(alignof(WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1, NotifyName) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnNotifyBegin_482506D7422DE92AD2598EAB8992F7C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1 \ static_assert(alignof(WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(sizeof(WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1) == 0x000008, "Wrong size on WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1"); \ static_assert(offsetof(WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1, NotifyName) == 0x000000, "Member 'WagonModule_LootGatherer_C_OnNotifyEnd_482506D7422DE92AD2598EAB8992F7C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetHaveItems \ static_assert(alignof(WagonModule_LootGatherer_C_GetHaveItems) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_GetHaveItems"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetHaveItems) == 0x00001C, "Wrong size on WagonModule_LootGatherer_C_GetHaveItems"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, IconFillState) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x000014, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'WagonModule_LootGatherer_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_SendTutorial \ static_assert(alignof(WagonModule_LootGatherer_C_SendTutorial) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_SendTutorial"); \ static_assert(sizeof(WagonModule_LootGatherer_C_SendTutorial) == 0x000048, "Wrong size on WagonModule_LootGatherer_C_SendTutorial"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, NewParam) == 0x000000, "Member 'WagonModule_LootGatherer_C_SendTutorial::NewParam' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WagonModule_LootGatherer_C_SendTutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WagonModule_LootGatherer_C_SendTutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_Array_Get_Item) == 0x000028, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'WagonModule_LootGatherer_C_SendTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'WagonModule_LootGatherer_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WagonModule_LootGatherer_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CanUse \ static_assert(alignof(WagonModule_LootGatherer_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_CanUse"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CanUse) == 0x0000A0, "Wrong size on WagonModule_LootGatherer_C_CanUse"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_LootGatherer_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000091, "Member 'WagonModule_LootGatherer_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, CallFunc_GetHaveItems_IconFillState) == 0x000094, "Member 'WagonModule_LootGatherer_C_CanUse::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'WagonModule_LootGatherer_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, CallFunc_Conv_IntToBool_ReturnValue) == 0x000099, "Member 'WagonModule_LootGatherer_C_CanUse::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x00009A, "Member 'WagonModule_LootGatherer_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CanAltUse \ static_assert(alignof(WagonModule_LootGatherer_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_CanAltUse"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CanAltUse) == 0x0000A0, "Wrong size on WagonModule_LootGatherer_C_CanAltUse"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_LootGatherer_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_CanAltUse_ReturnValue) == 0x000091, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_CanAltUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_Less_IntInt_ReturnValue) == 0x000092, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000093, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_GetState_ReturnValue) == 0x000094, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000095, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_BooleanOR_ReturnValue) == 0x000096, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_BooleanOR_ReturnValue_1) == 0x000097, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_BooleanAND_ReturnValue) == 0x000098, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltUse, CallFunc_BooleanOR_ReturnValue_2) == 0x000099, "Member 'WagonModule_LootGatherer_C_CanAltUse::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CanHoldUse \ static_assert(alignof(WagonModule_LootGatherer_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CanHoldUse) == 0x0000B0, "Wrong size on WagonModule_LootGatherer_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_LootGatherer_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'WagonModule_LootGatherer_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'WagonModule_LootGatherer_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WagonModule_LootGatherer_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'WagonModule_LootGatherer_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_LootGatherer_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CanAltHoldUse \ static_assert(alignof(WagonModule_LootGatherer_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_CanAltHoldUse"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CanAltHoldUse) == 0x000098, "Wrong size on WagonModule_LootGatherer_C_CanAltHoldUse"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_LootGatherer_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_LootGatherer_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanAltHoldUse, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000091, "Member 'WagonModule_LootGatherer_C_CanAltHoldUse::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CreateMats \ static_assert(alignof(WagonModule_LootGatherer_C_CreateMats) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_CreateMats"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CreateMats) == 0x000010, "Wrong size on WagonModule_LootGatherer_C_CreateMats"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CreateMats, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'WagonModule_LootGatherer_C_CreateMats::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetItemSelection \ static_assert(alignof(WagonModule_LootGatherer_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetItemSelection) == 0x0000B0, "Wrong size on WagonModule_LootGatherer_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_LootGatherer_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_LootGatherer_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_LootGatherer_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_LootGatherer_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_LootGatherer_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetItemDurability \ static_assert(alignof(WagonModule_LootGatherer_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_LootGatherer_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_LootGatherer_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetProgressStatusTime) == 0x000024, "Wrong size on WagonModule_LootGatherer_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x00001C, "Member 'WagonModule_LootGatherer_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetProgressStatusState \ static_assert(alignof(WagonModule_LootGatherer_C_GetProgressStatusState) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetProgressStatusState) == 0x000010, "Wrong size on WagonModule_LootGatherer_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, CallFunc_GetHaveItems_IconFillState) == 0x000004, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, CallFunc_GetState_ReturnValue) == 0x000009, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000B, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_2) == 0x00000C, "Member 'WagonModule_LootGatherer_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_LootGatherer_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetAdditionalButtons) == 0x000270, "Wrong size on WagonModule_LootGatherer_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000020, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000028, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000064, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000065, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000066, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000067, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000068, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x0000A4, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_bIsAvailable) == 0x0000A5, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_ActionButtonData) == 0x0000A8, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue) == 0x0000E0, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData) == 0x000100, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000140, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetPlayerPawn_ReturnValue) == 0x000158, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001A0, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_DynamicCast_bSuccess) == 0x0001A8, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_GetItemCountOfClass_ReturnValue) == 0x0001AC, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001B0, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001B8, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_BooleanOR_ReturnValue) == 0x0001F8, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000200, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_BooleanOR_ReturnValue_1) == 0x000210, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_Format_ReturnValue) == 0x000218, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData_1) == 0x000230, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_3) == 0x000268, "Member 'WagonModule_LootGatherer_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_LootGatherer_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_LootGatherer_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_LootGatherer_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_LootGatherer_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_CanRepairIt \ static_assert(alignof(WagonModule_LootGatherer_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_LootGatherer_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_LootGatherer_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_LootGatherer_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_LootGatherer_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_LootGatherer_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_C_GetHoldUseTime \ static_assert(alignof(WagonModule_LootGatherer_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_LootGatherer_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_LootGatherer_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_LootGatherer_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_LootGatherer_C \ static_assert(alignof(AWagonModule_LootGatherer_C) == 0x000008, "Wrong alignment on AWagonModule_LootGatherer_C"); \ static_assert(sizeof(AWagonModule_LootGatherer_C) == 0x0007B8, "Wrong size on AWagonModule_LootGatherer_C"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, UberGraphFrame) == 0x0006F8, "Member 'AWagonModule_LootGatherer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Water_Update) == 0x000700, "Member 'AWagonModule_LootGatherer_C::Water_Update' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Looting) == 0x000708, "Member 'AWagonModule_LootGatherer_C::Looting' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, FGSignificance) == 0x000710, "Member 'AWagonModule_LootGatherer_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, ProgressWidget) == 0x000718, "Member 'AWagonModule_LootGatherer_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Rotator) == 0x000720, "Member 'AWagonModule_LootGatherer_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Water_Sound) == 0x000728, "Member 'AWagonModule_LootGatherer_C::Water_Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, VaporPoint) == 0x000730, "Member 'AWagonModule_LootGatherer_C::VaporPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, ShowerPoint) == 0x000738, "Member 'AWagonModule_LootGatherer_C::ShowerPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Submesh_01) == 0x000740, "Member 'AWagonModule_LootGatherer_C::Submesh_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, BuildZone) == 0x000748, "Member 'AWagonModule_LootGatherer_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, Widget) == 0x000750, "Member 'AWagonModule_LootGatherer_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, ShowerFX) == 0x000758, "Member 'AWagonModule_LootGatherer_C::ShowerFX' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, VaporFX) == 0x000760, "Member 'AWagonModule_LootGatherer_C::VaporFX' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, OverheatFX) == 0x000768, "Member 'AWagonModule_LootGatherer_C::OverheatFX' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, DelayBeforeShower) == 0x000770, "Member 'AWagonModule_LootGatherer_C::DelayBeforeShower' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, DelayBeforeOverheat) == 0x000774, "Member 'AWagonModule_LootGatherer_C::DelayBeforeOverheat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, OverheatParticles) == 0x000778, "Member 'AWagonModule_LootGatherer_C::OverheatParticles' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, VaporParticles) == 0x000780, "Member 'AWagonModule_LootGatherer_C::VaporParticles' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, ShowerParticles) == 0x000788, "Member 'AWagonModule_LootGatherer_C::ShowerParticles' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, bLootingState) == 0x000790, "Member 'AWagonModule_LootGatherer_C::bLootingState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, PuddleMaterial) == 0x000798, "Member 'AWagonModule_LootGatherer_C::PuddleMaterial' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, VaporDuration) == 0x0007A0, "Member 'AWagonModule_LootGatherer_C::VaporDuration' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, DM_Fill) == 0x0007A8, "Member 'AWagonModule_LootGatherer_C::DM_Fill' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_C, InFocus) == 0x0007B0, "Member 'AWagonModule_LootGatherer_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo \ static_assert(alignof(ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo) == 0x000004, "Wrong alignment on ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo"); \ static_assert(sizeof(ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo) == 0x000004, "Wrong size on ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo"); \ static_assert(offsetof(ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo, EntryPoint) == 0x000000, "Member 'ConstructionInfo_C_ExecuteUbergraph_ConstructionInfo::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConstructionInfo_C_Show \ static_assert(alignof(ConstructionInfo_C_Show) == 0x000008, "Wrong alignment on ConstructionInfo_C_Show"); \ static_assert(sizeof(ConstructionInfo_C_Show) == 0x0001B0, "Wrong size on ConstructionInfo_C_Show"); \ static_assert(offsetof(ConstructionInfo_C_Show, Settings) == 0x000000, "Member 'ConstructionInfo_C_Show::Settings' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Create_ReturnValue) == 0x000078, "Member 'ConstructionInfo_C_Show::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'ConstructionInfo_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, Temp_int_Array_Index_Variable) == 0x000084, "Member 'ConstructionInfo_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'ConstructionInfo_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Array_Get_Item) == 0x000090, "Member 'ConstructionInfo_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'ConstructionInfo_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'ConstructionInfo_C_Show::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000E8, "Member 'ConstructionInfo_C_Show::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'ConstructionInfo_C_Show::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_ClassDynamicCast_AsGeneric_Item) == 0x000130, "Member 'ConstructionInfo_C_Show::K2Node_ClassDynamicCast_AsGeneric_Item' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_ClassDynamicCast_bSuccess) == 0x000138, "Member 'ConstructionInfo_C_Show::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x00013C, "Member 'ConstructionInfo_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'ConstructionInfo_C_Show::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, K2Node_MakeArray_Array) == 0x000180, "Member 'ConstructionInfo_C_Show::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_Format_ReturnValue) == 0x000190, "Member 'ConstructionInfo_C_Show::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ConstructionInfo_C_Show, CallFunc_AddChild_ReturnValue) == 0x0001A8, "Member 'ConstructionInfo_C_Show::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConstructionInfo_C \ static_assert(alignof(UConstructionInfo_C) == 0x000008, "Wrong alignment on UConstructionInfo_C"); \ static_assert(sizeof(UConstructionInfo_C) == 0x000278, "Wrong size on UConstructionInfo_C"); \ static_assert(offsetof(UConstructionInfo_C, UberGraphFrame) == 0x000260, "Member 'UConstructionInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UConstructionInfo_C, ContentBox) == 0x000268, "Member 'UConstructionInfo_C::ContentBox' has a wrong offset!"); \ static_assert(offsetof(UConstructionInfo_C, ProjectNameText) == 0x000270, "Member 'UConstructionInfo_C::ProjectNameText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEffect_Overload_C \ static_assert(alignof(AEffect_Overload_C) == 0x000008, "Wrong alignment on AEffect_Overload_C"); \ static_assert(sizeof(AEffect_Overload_C) == 0x000338, "Wrong size on AEffect_Overload_C"); \ static_assert(offsetof(AEffect_Overload_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_Overload_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_ExecuteUbergraph_MOD_Notification \ static_assert(alignof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification) == 0x000008, "Wrong alignment on MOD_Notification_C_ExecuteUbergraph_MOD_Notification"); \ static_assert(sizeof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification) == 0x0005E0, "Wrong size on MOD_Notification_C_ExecuteUbergraph_MOD_Notification"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, EntryPoint) == 0x000000, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable) == 0x000008, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_MakeStruct_Margin) == 0x000020, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetChildAt_ReturnValue) == 0x000030, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000038, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetChildrenCount_ReturnValue) == 0x000040, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_MessageType) == 0x000044, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_MessageType' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Message) == 0x000048, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Message' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Count_ifLoot_) == 0x000060, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Icon_ifNeed_) == 0x000068, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Icon_ifNeed_' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Placeholder_1) == 0x000070, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000078, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_CheckLootStack_ThisLootMessage) == 0x000080, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_CheckLootStack_ThisLootMessage' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_CheckLootStack_CanStack) == 0x000088, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_CheckLootStack_CanStack' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_CheckResearchDublicates_bIsDublicated) == 0x000089, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_CheckResearchDublicates_bIsDublicated' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_SwitchEnum_CmpSuccess) == 0x00008A, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Not_PreBool_ReturnValue) == 0x00008B, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Name_1) == 0x000090, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Name_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Count_1) == 0x0000A8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Icon_1) == 0x0000B0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Icon_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Name) == 0x0000B8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Count) == 0x0000D0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Icon) == 0x0000D8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Icon' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Placeholder) == 0x0000E0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetObjectClass_ReturnValue) == 0x0000E8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsFGWeapon_Module) == 0x0000F0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_IsValidClass_ReturnValue) == 0x0000F9, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000FA, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_1) == 0x000100, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate) == 0x000118, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_1) == 0x000128, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_2) == 0x000138, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_Char) == 0x000148, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_Char' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_3) == 0x000150, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000160, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_4) == 0x00016C, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_5) == 0x00017C, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_2) == 0x000190, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetGameInstance_ReturnValue) == 0x0001A8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsFGGame_Instance) == 0x0001B0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_2) == 0x0001B8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_IsValid_ReturnValue) == 0x0001B9, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_6) == 0x0001BC, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_VoidTech) == 0x0001CC, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_VoidTech' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_UpdateType_1) == 0x0001CD, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_UpdateType_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001CE, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_MakeStruct_VoidTechTypeInfo) == 0x0001D0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001D8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_IsValid_ReturnValue_1) == 0x0001E8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetNotesManager_ReturnValue) == 0x0001F0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_FindVoidTechData_Data) == 0x0001F8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_FindVoidTechData_Data' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_FindVoidTechData_ReturnValue) == 0x000308, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_FindVoidTechData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_IsValid_ReturnValue_2) == 0x000309, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_8) == 0x00030C, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Not_PreBool_ReturnValue_2) == 0x00031C, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_NoteID) == 0x000320, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_NoteID' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_NoteType) == 0x000324, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_NoteType' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetNotesManager_ReturnValue_1) == 0x000328, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetNotesManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_SwitchEnum_CmpSuccess_2) == 0x000330, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_IsValid_ReturnValue_3) == 0x000331, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_3) == 0x000338, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_9) == 0x000350, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000360, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Create_ReturnValue) == 0x000368, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000370, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_3) == 0x000378, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Create_ReturnValue_1) == 0x000380, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_TypeInfo) == 0x000388, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_UpdateType) == 0x000390, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetGameInstance_ReturnValue_1) == 0x000398, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0003A0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_4) == 0x0003A8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CreateDelegate_OutputDelegate_10) == 0x0003AC, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_CustomEvent_DecoMeta) == 0x0003C0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_CustomEvent_DecoMeta' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_4) == 0x0004A8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_5) == 0x0004C0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_6) == 0x0004D8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_byte_Variable) == 0x0004F0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_7) == 0x0004F8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_8) == 0x000510, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_9) == 0x000528, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_10) == 0x000540, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetPlayerController_ReturnValue) == 0x000558, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetPlayerController_ReturnValue_1) == 0x000560, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetHUD_ReturnValue) == 0x000568, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_GetHUD_ReturnValue_1) == 0x000570, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsHUD_Interface) == 0x000578, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_5) == 0x000588, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000590, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_DynamicCast_bSuccess_6) == 0x0005A0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, CallFunc_Create_ReturnValue_2) == 0x0005A8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, Temp_text_Variable_11) == 0x0005B0, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_ExecuteUbergraph_MOD_Notification, K2Node_Select_Default) == 0x0005C8, "Member 'MOD_Notification_C_ExecuteUbergraph_MOD_Notification::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_ShowDecorNotification \ static_assert(alignof(MOD_Notification_C_ShowDecorNotification) == 0x000008, "Wrong alignment on MOD_Notification_C_ShowDecorNotification"); \ static_assert(sizeof(MOD_Notification_C_ShowDecorNotification) == 0x0000E8, "Wrong size on MOD_Notification_C_ShowDecorNotification"); \ static_assert(offsetof(MOD_Notification_C_ShowDecorNotification, DecoMeta) == 0x000000, "Member 'MOD_Notification_C_ShowDecorNotification::DecoMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_OnVoidTechUpdated \ static_assert(alignof(MOD_Notification_C_OnVoidTechUpdated) == 0x000004, "Wrong alignment on MOD_Notification_C_OnVoidTechUpdated"); \ static_assert(sizeof(MOD_Notification_C_OnVoidTechUpdated) == 0x00000C, "Wrong size on MOD_Notification_C_OnVoidTechUpdated"); \ static_assert(offsetof(MOD_Notification_C_OnVoidTechUpdated, TypeInfo) == 0x000000, "Member 'MOD_Notification_C_OnVoidTechUpdated::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnVoidTechUpdated, UpdateType) == 0x000008, "Member 'MOD_Notification_C_OnVoidTechUpdated::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_OnNoteAdded \ static_assert(alignof(MOD_Notification_C_OnNoteAdded) == 0x000004, "Wrong alignment on MOD_Notification_C_OnNoteAdded"); \ static_assert(sizeof(MOD_Notification_C_OnNoteAdded) == 0x000008, "Wrong size on MOD_Notification_C_OnNoteAdded"); \ static_assert(offsetof(MOD_Notification_C_OnNoteAdded, NoteID) == 0x000000, "Member 'MOD_Notification_C_OnNoteAdded::NoteID' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnNoteAdded, NoteType) == 0x000004, "Member 'MOD_Notification_C_OnNoteAdded::NoteType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_OnVoidTechLearned \ static_assert(alignof(MOD_Notification_C_OnVoidTechLearned) == 0x000001, "Wrong alignment on MOD_Notification_C_OnVoidTechLearned"); \ static_assert(sizeof(MOD_Notification_C_OnVoidTechLearned) == 0x000002, "Wrong size on MOD_Notification_C_OnVoidTechLearned"); \ static_assert(offsetof(MOD_Notification_C_OnVoidTechLearned, VoidTech) == 0x000000, "Member 'MOD_Notification_C_OnVoidTechLearned::VoidTech' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnVoidTechLearned, UpdateType) == 0x000001, "Member 'MOD_Notification_C_OnVoidTechLearned::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_UnbindOnPickupLoot \ static_assert(alignof(MOD_Notification_C_UnbindOnPickupLoot) == 0x000008, "Wrong alignment on MOD_Notification_C_UnbindOnPickupLoot"); \ static_assert(sizeof(MOD_Notification_C_UnbindOnPickupLoot) == 0x000008, "Wrong size on MOD_Notification_C_UnbindOnPickupLoot"); \ static_assert(offsetof(MOD_Notification_C_UnbindOnPickupLoot, Char) == 0x000000, "Member 'MOD_Notification_C_UnbindOnPickupLoot::Char' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_OnPlaceholderAddUI \ static_assert(alignof(MOD_Notification_C_OnPlaceholderAddUI) == 0x000008, "Wrong alignment on MOD_Notification_C_OnPlaceholderAddUI"); \ static_assert(sizeof(MOD_Notification_C_OnPlaceholderAddUI) == 0x000030, "Wrong size on MOD_Notification_C_OnPlaceholderAddUI"); \ static_assert(offsetof(MOD_Notification_C_OnPlaceholderAddUI, Name_0) == 0x000000, "Member 'MOD_Notification_C_OnPlaceholderAddUI::Name_0' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnPlaceholderAddUI, Count) == 0x000018, "Member 'MOD_Notification_C_OnPlaceholderAddUI::Count' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnPlaceholderAddUI, Icon) == 0x000020, "Member 'MOD_Notification_C_OnPlaceholderAddUI::Icon' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnPlaceholderAddUI, Placeholder) == 0x000028, "Member 'MOD_Notification_C_OnPlaceholderAddUI::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_OnAmmoPickedUp \ static_assert(alignof(MOD_Notification_C_OnAmmoPickedUp) == 0x000008, "Wrong alignment on MOD_Notification_C_OnAmmoPickedUp"); \ static_assert(sizeof(MOD_Notification_C_OnAmmoPickedUp) == 0x000028, "Wrong size on MOD_Notification_C_OnAmmoPickedUp"); \ static_assert(offsetof(MOD_Notification_C_OnAmmoPickedUp, Name_0) == 0x000000, "Member 'MOD_Notification_C_OnAmmoPickedUp::Name_0' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnAmmoPickedUp, Count) == 0x000018, "Member 'MOD_Notification_C_OnAmmoPickedUp::Count' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_OnAmmoPickedUp, Icon) == 0x000020, "Member 'MOD_Notification_C_OnAmmoPickedUp::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_AddNotifyMessage \ static_assert(alignof(MOD_Notification_C_AddNotifyMessage) == 0x000008, "Wrong alignment on MOD_Notification_C_AddNotifyMessage"); \ static_assert(sizeof(MOD_Notification_C_AddNotifyMessage) == 0x000038, "Wrong size on MOD_Notification_C_AddNotifyMessage"); \ static_assert(offsetof(MOD_Notification_C_AddNotifyMessage, MessageType) == 0x000000, "Member 'MOD_Notification_C_AddNotifyMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_AddNotifyMessage, Message) == 0x000008, "Member 'MOD_Notification_C_AddNotifyMessage::Message' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_AddNotifyMessage, Count_ifLoot_) == 0x000020, "Member 'MOD_Notification_C_AddNotifyMessage::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_AddNotifyMessage, Icon_IfNeed_) == 0x000028, "Member 'MOD_Notification_C_AddNotifyMessage::Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_AddNotifyMessage, Placeholder) == 0x000030, "Member 'MOD_Notification_C_AddNotifyMessage::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_CheckLootStack \ static_assert(alignof(MOD_Notification_C_CheckLootStack) == 0x000008, "Wrong alignment on MOD_Notification_C_CheckLootStack"); \ static_assert(sizeof(MOD_Notification_C_CheckLootStack) == 0x000060, "Wrong size on MOD_Notification_C_CheckLootStack"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, LootName) == 0x000000, "Member 'MOD_Notification_C_CheckLootStack::LootName' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, Placeholder) == 0x000018, "Member 'MOD_Notification_C_CheckLootStack::Placeholder' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, ThisLootMessage) == 0x000020, "Member 'MOD_Notification_C_CheckLootStack::ThisLootMessage' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CanStack) == 0x000028, "Member 'MOD_Notification_C_CheckLootStack::CanStack' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, Temp_bool_Variable) == 0x000029, "Member 'MOD_Notification_C_CheckLootStack::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, Temp_int_Variable) == 0x00002C, "Member 'MOD_Notification_C_CheckLootStack::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_Not_PreBool_ReturnValue) == 0x000034, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_IsStackable_ReturnValue) == 0x000035, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_IsStackable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_GetChildAt_ReturnValue) == 0x000038, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_GetChildrenCount_ReturnValue) == 0x000040, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, K2Node_DynamicCast_AsNotification_Message_Loot) == 0x000048, "Member 'MOD_Notification_C_CheckLootStack::K2Node_DynamicCast_AsNotification_Message_Loot' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'MOD_Notification_C_CheckLootStack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckLootStack, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00005A, "Member 'MOD_Notification_C_CheckLootStack::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_On_Decore_Learned \ static_assert(alignof(MOD_Notification_C_On_Decore_Learned) == 0x000008, "Wrong alignment on MOD_Notification_C_On_Decore_Learned"); \ static_assert(sizeof(MOD_Notification_C_On_Decore_Learned) == 0x000110, "Wrong size on MOD_Notification_C_On_Decore_Learned"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, RecipeID) == 0x000000, "Member 'MOD_Notification_C_On_Decore_Learned::RecipeID' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'MOD_Notification_C_On_Decore_Learned::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'MOD_Notification_C_On_Decore_Learned::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MOD_Notification_C_On_Decore_Learned::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, CallFunc_GetRecipe_ReturnValue) == 0x000020, "Member 'MOD_Notification_C_On_Decore_Learned::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'MOD_Notification_C_On_Decore_Learned::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_On_Decore_Learned, K2Node_SwitchEnum_CmpSuccess) == 0x000109, "Member 'MOD_Notification_C_On_Decore_Learned::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Notification_C_CheckResearchDublicates \ static_assert(alignof(MOD_Notification_C_CheckResearchDublicates) == 0x000008, "Wrong alignment on MOD_Notification_C_CheckResearchDublicates"); \ static_assert(sizeof(MOD_Notification_C_CheckResearchDublicates) == 0x000088, "Wrong size on MOD_Notification_C_CheckResearchDublicates"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, NewNotificationType) == 0x000000, "Member 'MOD_Notification_C_CheckResearchDublicates::NewNotificationType' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, Message) == 0x000008, "Member 'MOD_Notification_C_CheckResearchDublicates::Message' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, bIsDublicated) == 0x000020, "Member 'MOD_Notification_C_CheckResearchDublicates::bIsDublicated' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, Temp_int_Array_Index_Variable) == 0x000024, "Member 'MOD_Notification_C_CheckResearchDublicates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'MOD_Notification_C_CheckResearchDublicates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_Array_Get_Item) == 0x000048, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, K2Node_DynamicCast_AsNotification_Message_V_3) == 0x000058, "Member 'MOD_Notification_C_CheckResearchDublicates::K2Node_DynamicCast_AsNotification_Message_V_3' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'MOD_Notification_C_CheckResearchDublicates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000080, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Notification_C_CheckResearchDublicates, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000081, "Member 'MOD_Notification_C_CheckResearchDublicates::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_Notification_C \ static_assert(alignof(UMOD_Notification_C) == 0x000008, "Wrong alignment on UMOD_Notification_C"); \ static_assert(sizeof(UMOD_Notification_C) == 0x0002B0, "Wrong size on UMOD_Notification_C"); \ static_assert(offsetof(UMOD_Notification_C, UberGraphFrame) == 0x000260, "Member 'UMOD_Notification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, MainVB) == 0x000268, "Member 'UMOD_Notification_C::MainVB' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Notification_element) == 0x000270, "Member 'UMOD_Notification_C::Notification_element' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Notification_element_Warning) == 0x000278, "Member 'UMOD_Notification_C::Notification_element_Warning' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Notification_Message_Note) == 0x000280, "Member 'UMOD_Notification_C::Notification_Message_Note' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Notification_Message_Notification_v2) == 0x000288, "Member 'UMOD_Notification_C::Notification_Message_Notification_v2' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Notification_Message_ScientistData) == 0x000290, "Member 'UMOD_Notification_C::Notification_Message_ScientistData' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, NewNotifyMessage) == 0x000298, "Member 'UMOD_Notification_C::NewNotifyMessage' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Player) == 0x0002A0, "Member 'UMOD_Notification_C::Player' has a wrong offset!"); \ static_assert(offsetof(UMOD_Notification_C, Void_Tech_Manager) == 0x0002A8, "Member 'UMOD_Notification_C::Void_Tech_Manager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_CanSeeTarget_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_CanSeeTarget_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck) == 0x000030, "Wrong size on HTNDecorator_CanSeeTarget_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_CanSeeTarget_C_PerformConditionCheck, CallFunc_CanSeeTarget_ReturnValue) == 0x000029, "Member 'HTNDecorator_CanSeeTarget_C_PerformConditionCheck::CallFunc_CanSeeTarget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_CanSeeTarget_C \ static_assert(alignof(UHTNDecorator_CanSeeTarget_C) == 0x000008, "Wrong alignment on UHTNDecorator_CanSeeTarget_C"); \ static_assert(sizeof(UHTNDecorator_CanSeeTarget_C) == 0x000088, "Wrong size on UHTNDecorator_CanSeeTarget_C"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake \ static_assert(alignof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake) == 0x000008, "Wrong alignment on WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake"); \ static_assert(sizeof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake) == 0x000578, "Wrong size on WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, EntryPoint) == 0x000000, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsUnlocked_ReturnValue) == 0x000024, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CustomEvent_bNewValue) == 0x000038, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CustomEvent_bNewValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CustomEvent_bFromTick_1) == 0x000039, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CustomEvent_bFromTick_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CustomEvent_bFromTick) == 0x00003A, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CustomEvent_bFromTick' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_Hit_3) == 0x00003C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_PlayerCharacter_3) == 0x0000C8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_Hit_2) == 0x0000D0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_PlayerCharacter_2) == 0x000158, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetCurrentWagon_ReturnValue) == 0x000160, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetCurrentWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetCurrentWagon_ReturnValue_1) == 0x000168, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetCurrentWagon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue) == 0x000170, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_1) == 0x000171, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetTrain_ReturnValue) == 0x000178, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetTrain_ReturnValue_1) == 0x000180, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_2) == 0x000188, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_3) == 0x000189, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_Hit_1) == 0x00018C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_PlayerCharacter_1) == 0x000218, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetCurrentWagon_ReturnValue_2) == 0x000220, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetCurrentWagon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_4) == 0x000228, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetTrain_ReturnValue_2) == 0x000230, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_5) == 0x000238, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, Temp_byte_Variable) == 0x000239, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetQuestManager_ReturnValue) == 0x000240, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetGameInstance_ReturnValue) == 0x000248, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_6) == 0x000250, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_AsFGGame_Instance) == 0x000258, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_7) == 0x000261, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_ProgressionType) == 0x000262, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_ProgressionType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000263, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue) == 0x000268, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_1) == 0x000270, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_8) == 0x000278, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_2) == 0x000280, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_SwitchEnum_CmpSuccess) == 0x000288, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_9) == 0x000289, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_3) == 0x000290, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, Temp_byte_Variable_1) == 0x000298, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_10) == 0x000299, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrainCategory_ReturnValue) == 0x00029A, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00029B, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_4) == 0x0002A0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CustomEvent_NewState) == 0x0002A8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002A9, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_DeltaSeconds) == 0x0002AC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_5) == 0x0002B0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetTrainSpeed_ReturnValue) == 0x0002B8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0002BC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_6) == 0x0002C0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsOnBrake_ReturnValue) == 0x0002C8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsOnBrake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002CC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0002E0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_7) == 0x0002E8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetState_ReturnValue) == 0x0002F0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetParentTrain_ReturnValue_8) == 0x0002F8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetParentTrain_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsValid_ReturnValue_11) == 0x000300, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetCategory_ReturnValue) == 0x000301, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000302, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_SetStaticMesh_ReturnValue) == 0x000303, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetPlayerTrain_ReturnValue) == 0x000308, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetTrainSpeed_ReturnValue_1) == 0x000310, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetTrainSpeed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Not_PreBool_ReturnValue) == 0x000314, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000318, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_Hit) == 0x00031C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_PlayerCharacter) == 0x0003A8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x0003B0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_bSuccess_1) == 0x0003B8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x0003B9, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_HasAuthority_ReturnValue_1) == 0x0003BA, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_Damage) == 0x0003BC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_DamageType) == 0x0003C0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_HitLocation) == 0x0003C8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_HitNormal) == 0x0003D4, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_HitComponent) == 0x0003E0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_BoneName) == 0x0003E8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_BoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_ShotFromDirection) == 0x0003F0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_InstigatedBy) == 0x000400, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_DamageCauser) == 0x000408, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_Event_HitInfo) == 0x000410, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_Event_HitInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetAllActorsOfClass_OutActors) == 0x000498, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_bBlockingHit) == 0x0004A8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_bInitialOverlap) == 0x0004A9, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_Time) == 0x0004AC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_Distance) == 0x0004B0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_Location) == 0x0004B4, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_ImpactPoint) == 0x0004C0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_Normal) == 0x0004CC, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_ImpactNormal) == 0x0004D8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_PhysMat) == 0x0004E8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_HitActor) == 0x0004F0, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_HitComponent) == 0x0004F8, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_HitBoneName) == 0x000500, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_HitItem) == 0x000508, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_ElementIndex) == 0x00050C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_FaceIndex) == 0x000510, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_TraceStart) == 0x000514, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BreakHitResult_TraceEnd) == 0x000520, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Array_Get_Item) == 0x000530, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000538, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_GetController_ReturnValue) == 0x000540, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_IsStandingOnLocomotive_ReturnValue) == 0x000548, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_IsStandingOnLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000550, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_bSuccess_2) == 0x000558, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000559, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Array_Length_ReturnValue) == 0x00055C, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_BooleanOR_ReturnValue) == 0x000560, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_Less_IntInt_ReturnValue) == 0x000561, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000568, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, K2Node_DynamicCast_bSuccess_3) == 0x000570, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake, CallFunc_CanUse_ReturnValue) == 0x000571, "Member 'WagonModule_Brake_C_ExecuteUbergraph_WagonModule_Brake::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_ReceivePointDamage \ static_assert(alignof(WagonModule_Brake_C_ReceivePointDamage) == 0x000008, "Wrong alignment on WagonModule_Brake_C_ReceivePointDamage"); \ static_assert(sizeof(WagonModule_Brake_C_ReceivePointDamage) == 0x0000E0, "Wrong size on WagonModule_Brake_C_ReceivePointDamage"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, Damage) == 0x000000, "Member 'WagonModule_Brake_C_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, DamageType) == 0x000008, "Member 'WagonModule_Brake_C_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, HitLocation) == 0x000010, "Member 'WagonModule_Brake_C_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'WagonModule_Brake_C_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, HitComponent) == 0x000028, "Member 'WagonModule_Brake_C_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, BoneName) == 0x000030, "Member 'WagonModule_Brake_C_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'WagonModule_Brake_C_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'WagonModule_Brake_C_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'WagonModule_Brake_C_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_ReceivePointDamage, HitInfo) == 0x000058, "Member 'WagonModule_Brake_C_ReceivePointDamage::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnUseActor \ static_assert(alignof(WagonModule_Brake_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_Brake_C_OnUseActor"); \ static_assert(sizeof(WagonModule_Brake_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_Brake_C_OnUseActor"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_Brake_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Brake_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_ReceiveTick \ static_assert(alignof(WagonModule_Brake_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_Brake_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_Brake_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_Brake_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_Brake_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_Brake_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnStateUpdated \ static_assert(alignof(WagonModule_Brake_C_OnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_Brake_C_OnStateUpdated"); \ static_assert(sizeof(WagonModule_Brake_C_OnStateUpdated) == 0x000001, "Wrong size on WagonModule_Brake_C_OnStateUpdated"); \ static_assert(offsetof(WagonModule_Brake_C_OnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_Brake_C_OnStateUpdated::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_WorldProgressionUnlocked \ static_assert(alignof(WagonModule_Brake_C_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on WagonModule_Brake_C_WorldProgressionUnlocked"); \ static_assert(sizeof(WagonModule_Brake_C_WorldProgressionUnlocked) == 0x000001, "Wrong size on WagonModule_Brake_C_WorldProgressionUnlocked"); \ static_assert(offsetof(WagonModule_Brake_C_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'WagonModule_Brake_C_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnUseNoFloor \ static_assert(alignof(WagonModule_Brake_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_Brake_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_Brake_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_Brake_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_Brake_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Brake_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnUseDisabled \ static_assert(alignof(WagonModule_Brake_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_Brake_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_Brake_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_Brake_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_Brake_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_Brake_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnUseBuild \ static_assert(alignof(WagonModule_Brake_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_Brake_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_Brake_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_Brake_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_Brake_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_Brake_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_StopBrakeEvent \ static_assert(alignof(WagonModule_Brake_C_StopBrakeEvent) == 0x000001, "Wrong alignment on WagonModule_Brake_C_StopBrakeEvent"); \ static_assert(sizeof(WagonModule_Brake_C_StopBrakeEvent) == 0x000001, "Wrong size on WagonModule_Brake_C_StopBrakeEvent"); \ static_assert(offsetof(WagonModule_Brake_C_StopBrakeEvent, bFromTick) == 0x000000, "Member 'WagonModule_Brake_C_StopBrakeEvent::bFromTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_StartBrakeEvent \ static_assert(alignof(WagonModule_Brake_C_StartBrakeEvent) == 0x000001, "Wrong alignment on WagonModule_Brake_C_StartBrakeEvent"); \ static_assert(sizeof(WagonModule_Brake_C_StartBrakeEvent) == 0x000001, "Wrong size on WagonModule_Brake_C_StartBrakeEvent"); \ static_assert(offsetof(WagonModule_Brake_C_StartBrakeEvent, bFromTick) == 0x000000, "Member 'WagonModule_Brake_C_StartBrakeEvent::bFromTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_OnBrakeUpdated \ static_assert(alignof(WagonModule_Brake_C_OnBrakeUpdated) == 0x000001, "Wrong alignment on WagonModule_Brake_C_OnBrakeUpdated"); \ static_assert(sizeof(WagonModule_Brake_C_OnBrakeUpdated) == 0x000001, "Wrong size on WagonModule_Brake_C_OnBrakeUpdated"); \ static_assert(offsetof(WagonModule_Brake_C_OnBrakeUpdated, bNewValue) == 0x000000, "Member 'WagonModule_Brake_C_OnBrakeUpdated::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_GetItemSelection \ static_assert(alignof(WagonModule_Brake_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_Brake_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_Brake_C_GetItemSelection) == 0x0000D8, "Wrong size on WagonModule_Brake_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_Brake_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_Brake_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_Brake_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_Brake_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_Brake_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000B8, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_Is_Blocked_by_Miasm_Result) == 0x0000B9, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_Is_Blocked_by_Miasm_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_IsBlockedByQuest_BlockedByQuest) == 0x0000BA, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_IsBlockedByQuest_BlockedByQuest' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000C0, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0000C8, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0000D2, "Member 'WagonModule_Brake_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000D3, "Member 'WagonModule_Brake_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000D4, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000D5, "Member 'WagonModule_Brake_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_GetItemDurability \ static_assert(alignof(WagonModule_Brake_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_Brake_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_Brake_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_Brake_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_Brake_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_Brake_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_Brake_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_Brake_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_Brake_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_Brake_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_Brake_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_CompleteQuest \ static_assert(alignof(WagonModule_Brake_C_CompleteQuest) == 0x000001, "Wrong alignment on WagonModule_Brake_C_CompleteQuest"); \ static_assert(sizeof(WagonModule_Brake_C_CompleteQuest) == 0x000006, "Wrong size on WagonModule_Brake_C_CompleteQuest"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_HasAuthority_ReturnValue) == 0x000003, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_IsValid_ReturnValue_2) == 0x000004, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CompleteQuest, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'WagonModule_Brake_C_CompleteQuest::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_CanUse \ static_assert(alignof(WagonModule_Brake_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_Brake_C_CanUse"); \ static_assert(sizeof(WagonModule_Brake_C_CanUse) == 0x0000B8, "Wrong size on WagonModule_Brake_C_CanUse"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_Brake_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Brake_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_Brake_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'WagonModule_Brake_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WagonModule_Brake_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A1, "Member 'WagonModule_Brake_C_CanUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x0000A2, "Member 'WagonModule_Brake_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_Is_Blocked_by_Miasm_Result) == 0x0000A3, "Member 'WagonModule_Brake_C_CanUse::CallFunc_Is_Blocked_by_Miasm_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000A4, "Member 'WagonModule_Brake_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x0000A5, "Member 'WagonModule_Brake_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_IsBlockedByQuest_BlockedByQuest) == 0x0000A6, "Member 'WagonModule_Brake_C_CanUse::CallFunc_IsBlockedByQuest_BlockedByQuest' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000A8, "Member 'WagonModule_Brake_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B0, "Member 'WagonModule_Brake_C_CanUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_IsValid_ReturnValue_2) == 0x0000B1, "Member 'WagonModule_Brake_C_CanUse::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B2, "Member 'WagonModule_Brake_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_BooleanAND_ReturnValue_2) == 0x0000B3, "Member 'WagonModule_Brake_C_CanUse::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000B4, "Member 'WagonModule_Brake_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_CanUse, CallFunc_BooleanAND_ReturnValue_3) == 0x0000B5, "Member 'WagonModule_Brake_C_CanUse::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_IsBlockedByQuest \ static_assert(alignof(WagonModule_Brake_C_IsBlockedByQuest) == 0x000008, "Wrong alignment on WagonModule_Brake_C_IsBlockedByQuest"); \ static_assert(sizeof(WagonModule_Brake_C_IsBlockedByQuest) == 0x000018, "Wrong size on WagonModule_Brake_C_IsBlockedByQuest"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, BlockedByQuest) == 0x000000, "Member 'WagonModule_Brake_C_IsBlockedByQuest::BlockedByQuest' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, bBlockedByQuest) == 0x000001, "Member 'WagonModule_Brake_C_IsBlockedByQuest::bBlockedByQuest' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_GetParentTrain_ReturnValue) == 0x000008, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_IsTrainControllBlockedByQuest_ReturnValue) == 0x000012, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_IsTrainControllBlockedByQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_IsUnlocked_ReturnValue) == 0x000013, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_IsBlockedByQuest, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'WagonModule_Brake_C_IsBlockedByQuest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Brake_C_Is_Blocked_by_Miasm \ static_assert(alignof(WagonModule_Brake_C_Is_Blocked_by_Miasm) == 0x000008, "Wrong alignment on WagonModule_Brake_C_Is_Blocked_by_Miasm"); \ static_assert(sizeof(WagonModule_Brake_C_Is_Blocked_by_Miasm) == 0x000028, "Wrong size on WagonModule_Brake_C_Is_Blocked_by_Miasm"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, Result) == 0x000000, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000010, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, CallFunc_GetActiveMiasmAmount_ReturnValue) == 0x00001C, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::CallFunc_GetActiveMiasmAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Brake_C_Is_Blocked_by_Miasm, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_Brake_C_Is_Blocked_by_Miasm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Brake_C \ static_assert(alignof(AWagonModule_Brake_C) == 0x000008, "Wrong alignment on AWagonModule_Brake_C"); \ static_assert(sizeof(AWagonModule_Brake_C) == 0x000628, "Wrong size on AWagonModule_Brake_C"); \ static_assert(offsetof(AWagonModule_Brake_C, UberGraphFrame_WagonModule_Brake_C) == 0x0005B8, "Member 'AWagonModule_Brake_C::UberGraphFrame_WagonModule_Brake_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, FGQuestMark) == 0x0005C0, "Member 'AWagonModule_Brake_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, QuestMark) == 0x0005C8, "Member 'AWagonModule_Brake_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, Box) == 0x0005D0, "Member 'AWagonModule_Brake_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, InteractionWidgetComponent) == 0x0005D8, "Member 'AWagonModule_Brake_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, BuildZone) == 0x0005E0, "Member 'AWagonModule_Brake_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, Brake_Off) == 0x0005E8, "Member 'AWagonModule_Brake_C::Brake_Off' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, Brake_On) == 0x0005F0, "Member 'AWagonModule_Brake_C::Brake_On' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, BrakeHandle) == 0x0005F8, "Member 'AWagonModule_Brake_C::BrakeHandle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, AnimationTime) == 0x000600, "Member 'AWagonModule_Brake_C::AnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, bCanPlayAnim) == 0x000604, "Member 'AWagonModule_Brake_C::bCanPlayAnim' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, QuestManager) == 0x000608, "Member 'AWagonModule_Brake_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, World_Progression_Manager) == 0x000610, "Member 'AWagonModule_Brake_C::World_Progression_Manager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, bSetWidgetHiddenInGame) == 0x000618, "Member 'AWagonModule_Brake_C::bSetWidgetHiddenInGame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, TrainMaxStopSpeed) == 0x00061C, "Member 'AWagonModule_Brake_C::TrainMaxStopSpeed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Brake_C, bHitRecently) == 0x000620, "Member 'AWagonModule_Brake_C::bHitRecently' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen \ static_assert(alignof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen"); \ static_assert(sizeof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen) == 0x0000A8, "Wrong size on MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, EntryPoint) == 0x000000, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, K2Node_Event_MyGeometry) == 0x000004, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_GetQuestMarkManager_ReturnValue) == 0x000040, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000058, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000078, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_GetQuestMarkManager_ReturnValue_1) == 0x000098, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_GetQuestMarkManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen, CallFunc_IsValid_ReturnValue_3) == 0x0000A0, "Member 'MOD_MarksOnScreen_C_ExecuteUbergraph_MOD_MarksOnScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_Tick \ static_assert(alignof(MOD_MarksOnScreen_C_Tick) == 0x000004, "Wrong alignment on MOD_MarksOnScreen_C_Tick"); \ static_assert(sizeof(MOD_MarksOnScreen_C_Tick) == 0x00003C, "Wrong size on MOD_MarksOnScreen_C_Tick"); \ static_assert(offsetof(MOD_MarksOnScreen_C_Tick, MyGeometry) == 0x000000, "Member 'MOD_MarksOnScreen_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_Tick, InDeltaTime) == 0x000038, "Member 'MOD_MarksOnScreen_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_UpadateScrenPosition \ static_assert(alignof(MOD_MarksOnScreen_C_UpadateScrenPosition) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_UpadateScrenPosition"); \ static_assert(sizeof(MOD_MarksOnScreen_C_UpadateScrenPosition) == 0x0000E8, "Wrong size on MOD_MarksOnScreen_C_UpadateScrenPosition"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, Temp_float_Variable) == 0x000004, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, Temp_float_Variable_1) == 0x00000C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000014, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, Temp_bool_Variable) == 0x000024, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetViewportScale_ReturnValue) == 0x000028, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetViewportSize_ReturnValue) == 0x00002C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Divide_Vector2DFloat_ReturnValue_1) == 0x000034, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Divide_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Array_Get_Item) == 0x000040, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Subtract_Vector2DFloat_ReturnValue) == 0x000048, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Subtract_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetIsRightSide_IsRightSide) == 0x000050, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetIsRightSide_IsRightSide' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_X_1) == 0x000054, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_Y_1) == 0x000058, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00005C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, K2Node_Select_Default) == 0x000060, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetPlayerAngle_Angle) == 0x000064, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetPlayerAngle_Angle' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000068, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetLocationCoords_Location) == 0x00006C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetLocationCoords_Location' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetLocationCoords_NoValid) == 0x000078, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetLocationCoords_NoValid' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_MapRangeClamped_ReturnValue) == 0x000080, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000088, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000090, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A0, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_MakeVector2D_ReturnValue) == 0x0000A4, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_GetPlayerController_ReturnValue) == 0x0000B0, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x0000B8, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x0000C0, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_X_2) == 0x0000C4, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_BreakVector2D_Y_2) == 0x0000C8, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0000D0, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_FClamp_ReturnValue) == 0x0000D4, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_FClamp_ReturnValue_1) == 0x0000D8, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_UpadateScrenPosition, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000DC, "Member 'MOD_MarksOnScreen_C_UpadateScrenPosition::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_AddMark \ static_assert(alignof(MOD_MarksOnScreen_C_AddMark) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_AddMark"); \ static_assert(sizeof(MOD_MarksOnScreen_C_AddMark) == 0x000048, "Wrong size on MOD_MarksOnScreen_C_AddMark"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddMark, MarkStrucure) == 0x000000, "Member 'MOD_MarksOnScreen_C_AddMark::MarkStrucure' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddMark, LocalMark) == 0x000028, "Member 'MOD_MarksOnScreen_C_AddMark::LocalMark' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddMark, CallFunc_Create_ReturnValue) == 0x000030, "Member 'MOD_MarksOnScreen_C_AddMark::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddMark, CallFunc_AddChildToCanvas_ReturnValue) == 0x000038, "Member 'MOD_MarksOnScreen_C_AddMark::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddMark, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'MOD_MarksOnScreen_C_AddMark::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_RemoveMark \ static_assert(alignof(MOD_MarksOnScreen_C_RemoveMark) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_RemoveMark"); \ static_assert(sizeof(MOD_MarksOnScreen_C_RemoveMark) == 0x000040, "Wrong size on MOD_MarksOnScreen_C_RemoveMark"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, Location) == 0x000000, "Member 'MOD_MarksOnScreen_C_RemoveMark::Location' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, Actor) == 0x000010, "Member 'MOD_MarksOnScreen_C_RemoveMark::Actor' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, Local_KillByLocation) == 0x000018, "Member 'MOD_MarksOnScreen_C_RemoveMark::Local_KillByLocation' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000019, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'MOD_MarksOnScreen_C_RemoveMark::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'MOD_MarksOnScreen_C_RemoveMark::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_Array_Get_Item) == 0x000028, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003C, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMark, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x00003D, "Member 'MOD_MarksOnScreen_C_RemoveMark::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_AddNewTaskMarks \ static_assert(alignof(MOD_MarksOnScreen_C_AddNewTaskMarks) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_AddNewTaskMarks"); \ static_assert(sizeof(MOD_MarksOnScreen_C_AddNewTaskMarks) == 0x0000A8, "Wrong size on MOD_MarksOnScreen_C_AddNewTaskMarks"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, LocalSceneComponentsMarks) == 0x000000, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::LocalSceneComponentsMarks' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, K2Node_DynamicCast_AsHUD_Interface) == 0x000030, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Get_Item) == 0x000048, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, K2Node_MakeStruct_MarkStructure) == 0x000058, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::K2Node_MakeStruct_MarkStructure' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Contains_ReturnValue) == 0x000080, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000095, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_IsValid_ReturnValue) == 0x00009C, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Less_IntInt_ReturnValue_1) == 0x00009D, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_AddNewTaskMarks, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A0, "Member 'MOD_MarksOnScreen_C_AddNewTaskMarks::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_RemoveMarkByType \ static_assert(alignof(MOD_MarksOnScreen_C_RemoveMarkByType) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_RemoveMarkByType"); \ static_assert(sizeof(MOD_MarksOnScreen_C_RemoveMarkByType) == 0x000028, "Wrong size on MOD_MarksOnScreen_C_RemoveMarkByType"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, Type) == 0x000000, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::Type' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, CallFunc_Array_Get_Item) == 0x000018, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_RemoveMarkByType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'MOD_MarksOnScreen_C_RemoveMarkByType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_MarksOnScreen_C_CollectAndSendMarks \ static_assert(alignof(MOD_MarksOnScreen_C_CollectAndSendMarks) == 0x000008, "Wrong alignment on MOD_MarksOnScreen_C_CollectAndSendMarks"); \ static_assert(sizeof(MOD_MarksOnScreen_C_CollectAndSendMarks) == 0x000038, "Wrong size on MOD_MarksOnScreen_C_CollectAndSendMarks"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_GetQuestMarkManager_ReturnValue) == 0x000008, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_GetActiveMarksForPlayer_ReturnValue) == 0x000010, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_GetActiveMarksForPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_Array_Identical_ReturnValue) == 0x000020, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_GetQuestMarkManager_ReturnValue_1) == 0x000028, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_GetQuestMarkManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_MarksOnScreen_C_CollectAndSendMarks, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'MOD_MarksOnScreen_C_CollectAndSendMarks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_MarksOnScreen_C \ static_assert(alignof(UMOD_MarksOnScreen_C) == 0x000008, "Wrong alignment on UMOD_MarksOnScreen_C"); \ static_assert(sizeof(UMOD_MarksOnScreen_C) == 0x0002A8, "Wrong size on UMOD_MarksOnScreen_C"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, UberGraphFrame) == 0x000260, "Member 'UMOD_MarksOnScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, CanvasPanel_0) == 0x000268, "Member 'UMOD_MarksOnScreen_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, Marks) == 0x000270, "Member 'UMOD_MarksOnScreen_C::Marks' has a wrong offset!"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, MarkSize) == 0x000280, "Member 'UMOD_MarksOnScreen_C::MarkSize' has a wrong offset!"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, TaskMarks) == 0x000288, "Member 'UMOD_MarksOnScreen_C::TaskMarks' has a wrong offset!"); \ static_assert(offsetof(UMOD_MarksOnScreen_C, OldTaskMarks) == 0x000298, "Member 'UMOD_MarksOnScreen_C::OldTaskMarks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_InAttackRange_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_InAttackRange_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_InAttackRange_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_InAttackRange_C_PerformConditionCheck) == 0x000060, "Wrong size on HTNDecorator_InAttackRange_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000034, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000040, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00004C, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_GetWeaponRange_ReturnValue) == 0x000050, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_GetWeaponRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_Square_ReturnValue) == 0x000058, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_InAttackRange_C_PerformConditionCheck, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00005C, "Member 'HTNDecorator_InAttackRange_C_PerformConditionCheck::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_InAttackRange_C \ static_assert(alignof(UHTNDecorator_InAttackRange_C) == 0x000008, "Wrong alignment on UHTNDecorator_InAttackRange_C"); \ static_assert(sizeof(UHTNDecorator_InAttackRange_C) == 0x0000B0, "Wrong size on UHTNDecorator_InAttackRange_C"); \ static_assert(offsetof(UHTNDecorator_InAttackRange_C, GoalLocation) == 0x000088, "Member 'UHTNDecorator_InAttackRange_C::GoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_ExecuteUbergraph_MOD_Compas \ static_assert(alignof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas) == 0x000008, "Wrong alignment on MOD_Compas_C_ExecuteUbergraph_MOD_Compas"); \ static_assert(sizeof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas) == 0x000098, "Wrong size on MOD_Compas_C_ExecuteUbergraph_MOD_Compas"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, EntryPoint) == 0x000000, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_GetPosition_ReturnValue) == 0x00001C, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_BreakVector2D_X) == 0x000024, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_GetCameraRotation_ReturnValue) == 0x00002C, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, K2Node_Event_MyGeometry) == 0x000038, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, K2Node_Event_InDeltaTime) == 0x000070, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_BreakRotator_Roll) == 0x000074, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_BreakRotator_Pitch) == 0x000078, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_BreakRotator_Yaw) == 0x00007C, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000084, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000088, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_ExecuteUbergraph_MOD_Compas, CallFunc_MakeVector2D_ReturnValue) == 0x00008C, "Member 'MOD_Compas_C_ExecuteUbergraph_MOD_Compas::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_Tick \ static_assert(alignof(MOD_Compas_C_Tick) == 0x000004, "Wrong alignment on MOD_Compas_C_Tick"); \ static_assert(sizeof(MOD_Compas_C_Tick) == 0x00003C, "Wrong size on MOD_Compas_C_Tick"); \ static_assert(offsetof(MOD_Compas_C_Tick, MyGeometry) == 0x000000, "Member 'MOD_Compas_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_Tick, InDeltaTime) == 0x000038, "Member 'MOD_Compas_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_AddMark \ static_assert(alignof(MOD_Compas_C_AddMark) == 0x000008, "Wrong alignment on MOD_Compas_C_AddMark"); \ static_assert(sizeof(MOD_Compas_C_AddMark) == 0x000068, "Wrong size on MOD_Compas_C_AddMark"); \ static_assert(offsetof(MOD_Compas_C_AddMark, MarkStr) == 0x000000, "Member 'MOD_Compas_C_AddMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, LocalMark) == 0x000028, "Member 'MOD_Compas_C_AddMark::LocalMark' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, Local_Location) == 0x000030, "Member 'MOD_Compas_C_AddMark::Local_Location' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, CallFunc_Create_ReturnValue) == 0x000040, "Member 'MOD_Compas_C_AddMark::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, K2Node_MakeStruct_Anchors) == 0x000048, "Member 'MOD_Compas_C_AddMark::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'MOD_Compas_C_AddMark::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddMark, CallFunc_AddChildToCanvas_ReturnValue) == 0x000060, "Member 'MOD_Compas_C_AddMark::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_UpdateMarksPosition \ static_assert(alignof(MOD_Compas_C_UpdateMarksPosition) == 0x000008, "Wrong alignment on MOD_Compas_C_UpdateMarksPosition"); \ static_assert(sizeof(MOD_Compas_C_UpdateMarksPosition) == 0x000118, "Wrong size on MOD_Compas_C_UpdateMarksPosition"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, LocalCameraLocationVector) == 0x000000, "Member 'MOD_Compas_C_UpdateMarksPosition::LocalCameraLocationVector' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, LocalRihgtVectorDotProductResult) == 0x000008, "Member 'MOD_Compas_C_UpdateMarksPosition::LocalRihgtVectorDotProductResult' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, LocalPosition) == 0x00000C, "Member 'MOD_Compas_C_UpdateMarksPosition::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, LocalProxyLocation) == 0x000010, "Member 'MOD_Compas_C_UpdateMarksPosition::LocalProxyLocation' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, LocalProxyLabel) == 0x000020, "Member 'MOD_Compas_C_UpdateMarksPosition::LocalProxyLabel' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, Temp_int_Array_Index_Variable) == 0x000028, "Member 'MOD_Compas_C_UpdateMarksPosition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetPlayerAngle_Angle) == 0x00002C, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetPlayerAngle_Angle' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000032, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'MOD_Compas_C_UpdateMarksPosition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Abs_ReturnValue) == 0x00003C, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_MapRangeClamped_ReturnValue) == 0x000040, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000048, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetLocationCoords_Location) == 0x000050, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetLocationCoords_Location' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetLocationCoords_NoValid) == 0x00005C, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetLocationCoords_NoValid' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_BreakVector2D_X) == 0x000060, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000070, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000074, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000080, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetCameraLocation_ReturnValue) == 0x000088, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Array_Get_Item) == 0x000098, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000A0, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0000AC, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0000BC, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Normal2D_ReturnValue) == 0x0000C8, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetCameraRotation_ReturnValue) == 0x0000D0, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetForwardVector_ReturnValue) == 0x0000DC, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_GetRightVector_ReturnValue) == 0x0000E8, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x0000F4, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Conv_VectorToVector2D_ReturnValue_2) == 0x0000FC, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Conv_VectorToVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_DotProduct2D_ReturnValue) == 0x000104, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_DotProduct2D_ReturnValue_1) == 0x000108, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_DotProduct2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00010C, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000110, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_UpdateMarksPosition, CallFunc_FClamp_ReturnValue) == 0x000114, "Member 'MOD_Compas_C_UpdateMarksPosition::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_AddToLeftStack \ static_assert(alignof(MOD_Compas_C_AddToLeftStack) == 0x000008, "Wrong alignment on MOD_Compas_C_AddToLeftStack"); \ static_assert(sizeof(MOD_Compas_C_AddToLeftStack) == 0x000020, "Wrong size on MOD_Compas_C_AddToLeftStack"); \ static_assert(offsetof(MOD_Compas_C_AddToLeftStack, CompasLable) == 0x000000, "Member 'MOD_Compas_C_AddToLeftStack::CompasLable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLeftStack, CallFunc_RemoveChild_ReturnValue) == 0x000008, "Member 'MOD_Compas_C_AddToLeftStack::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLeftStack, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'MOD_Compas_C_AddToLeftStack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLeftStack, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'MOD_Compas_C_AddToLeftStack::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLeftStack, CallFunc_RemoveChild_ReturnValue_1) == 0x000018, "Member 'MOD_Compas_C_AddToLeftStack::CallFunc_RemoveChild_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_AddToRightStack \ static_assert(alignof(MOD_Compas_C_AddToRightStack) == 0x000008, "Wrong alignment on MOD_Compas_C_AddToRightStack"); \ static_assert(sizeof(MOD_Compas_C_AddToRightStack) == 0x000018, "Wrong size on MOD_Compas_C_AddToRightStack"); \ static_assert(offsetof(MOD_Compas_C_AddToRightStack, CompasLable) == 0x000000, "Member 'MOD_Compas_C_AddToRightStack::CompasLable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToRightStack, CallFunc_AddChild_ReturnValue) == 0x000008, "Member 'MOD_Compas_C_AddToRightStack::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToRightStack, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'MOD_Compas_C_AddToRightStack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToRightStack, CallFunc_RemoveChild_ReturnValue) == 0x000011, "Member 'MOD_Compas_C_AddToRightStack::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToRightStack, CallFunc_RemoveChild_ReturnValue_1) == 0x000012, "Member 'MOD_Compas_C_AddToRightStack::CallFunc_RemoveChild_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_AddToLableCanvas \ static_assert(alignof(MOD_Compas_C_AddToLableCanvas) == 0x000008, "Wrong alignment on MOD_Compas_C_AddToLableCanvas"); \ static_assert(sizeof(MOD_Compas_C_AddToLableCanvas) == 0x000028, "Wrong size on MOD_Compas_C_AddToLableCanvas"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, CompasLabel) == 0x000000, "Member 'MOD_Compas_C_AddToLableCanvas::CompasLabel' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, K2Node_MakeStruct_Anchors) == 0x000008, "Member 'MOD_Compas_C_AddToLableCanvas::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'MOD_Compas_C_AddToLableCanvas::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, CallFunc_RemoveChild_ReturnValue) == 0x000019, "Member 'MOD_Compas_C_AddToLableCanvas::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, CallFunc_RemoveChild_ReturnValue_1) == 0x00001A, "Member 'MOD_Compas_C_AddToLableCanvas::CallFunc_RemoveChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_AddToLableCanvas, CallFunc_AddChildToCanvas_ReturnValue) == 0x000020, "Member 'MOD_Compas_C_AddToLableCanvas::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_RemoveMark \ static_assert(alignof(MOD_Compas_C_RemoveMark) == 0x000008, "Wrong alignment on MOD_Compas_C_RemoveMark"); \ static_assert(sizeof(MOD_Compas_C_RemoveMark) == 0x000040, "Wrong size on MOD_Compas_C_RemoveMark"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, Location) == 0x000000, "Member 'MOD_Compas_C_RemoveMark::Location' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, Actor) == 0x000010, "Member 'MOD_Compas_C_RemoveMark::Actor' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, Local_KillByLocation) == 0x000018, "Member 'MOD_Compas_C_RemoveMark::Local_KillByLocation' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'MOD_Compas_C_RemoveMark::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000020, "Member 'MOD_Compas_C_RemoveMark::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'MOD_Compas_C_RemoveMark::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'MOD_Compas_C_RemoveMark::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_Array_Get_Item) == 0x000030, "Member 'MOD_Compas_C_RemoveMark::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'MOD_Compas_C_RemoveMark::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'MOD_Compas_C_RemoveMark::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x00003D, "Member 'MOD_Compas_C_RemoveMark::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMark, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003E, "Member 'MOD_Compas_C_RemoveMark::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Compas_C_RemoveMarkByType \ static_assert(alignof(MOD_Compas_C_RemoveMarkByType) == 0x000008, "Wrong alignment on MOD_Compas_C_RemoveMarkByType"); \ static_assert(sizeof(MOD_Compas_C_RemoveMarkByType) == 0x000028, "Wrong size on MOD_Compas_C_RemoveMarkByType"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, Type) == 0x000000, "Member 'MOD_Compas_C_RemoveMarkByType::Type' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MOD_Compas_C_RemoveMarkByType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MOD_Compas_C_RemoveMarkByType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MOD_Compas_C_RemoveMarkByType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'MOD_Compas_C_RemoveMarkByType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, CallFunc_Array_Get_Item) == 0x000018, "Member 'MOD_Compas_C_RemoveMarkByType::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'MOD_Compas_C_RemoveMarkByType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Compas_C_RemoveMarkByType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'MOD_Compas_C_RemoveMarkByType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_Compas_C \ static_assert(alignof(UMOD_Compas_C) == 0x000008, "Wrong alignment on UMOD_Compas_C"); \ static_assert(sizeof(UMOD_Compas_C) == 0x0002B8, "Wrong size on UMOD_Compas_C"); \ static_assert(offsetof(UMOD_Compas_C, UberGraphFrame) == 0x000260, "Member 'UMOD_Compas_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, CompasLine) == 0x000268, "Member 'UMOD_Compas_C::CompasLine' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, LabelsCanvas) == 0x000270, "Member 'UMOD_Compas_C::LabelsCanvas' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, LeftStack) == 0x000278, "Member 'UMOD_Compas_C::LeftStack' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, RetainerBox_0) == 0x000280, "Member 'UMOD_Compas_C::RetainerBox_0' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, RightStack) == 0x000288, "Member 'UMOD_Compas_C::RightStack' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, FollowCamera) == 0x000290, "Member 'UMOD_Compas_C::FollowCamera' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, Marks_array) == 0x000298, "Member 'UMOD_Compas_C::Marks_array' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, CameraManager) == 0x0002A8, "Member 'UMOD_Compas_C::CameraManager' has a wrong offset!"); \ static_assert(offsetof(UMOD_Compas_C, MarkSize) == 0x0002B0, "Member 'UMOD_Compas_C::MarkSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck) == 0x000048, "Wrong size on HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck, CallFunc_IsCoverNotPreffer_Result) == 0x000041, "Member 'HTNDecorator_IsCoverNotPreffer_C_PerformConditionCheck::CallFunc_IsCoverNotPreffer_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsCoverNotPreffer_C \ static_assert(alignof(UHTNDecorator_IsCoverNotPreffer_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsCoverNotPreffer_C"); \ static_assert(sizeof(UHTNDecorator_IsCoverNotPreffer_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsCoverNotPreffer_C"); \ static_assert(offsetof(UHTNDecorator_IsCoverNotPreffer_C, CoverPoint) == 0x000088, "Member 'UHTNDecorator_IsCoverNotPreffer_C::CoverPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Barrel_T5_C \ static_assert(alignof(AWeaponModule_Barrel_T5_C) == 0x000010, "Wrong alignment on AWeaponModule_Barrel_T5_C"); \ static_assert(sizeof(AWeaponModule_Barrel_T5_C) == 0x000460, "Wrong size on AWeaponModule_Barrel_T5_C"); \ #define DUMPER7_ASSERTS_HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots \ static_assert(alignof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots) == 0x000008, "Wrong alignment on HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots"); \ static_assert(sizeof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots) == 0x000130, "Wrong size on HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, EntryPoint) == 0x000000, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, Temp_int_Variable) == 0x000010, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000039, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, Temp_int_Variable_1) == 0x00003C, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, Temp_int_Variable_2) == 0x000040, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_MakeArray_Array) == 0x000068, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_PlayAnimationForward_ReturnValue) == 0x000078, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Can_Show_Slots_CanShow) == 0x000080, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Can_Show_Slots_CanShow' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000088, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000090, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_CustomEvent_Char) == 0x000098, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_CustomEvent_Char' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0000B0, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_IsValid_ReturnValue_1) == 0x0000BA, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetActiveSlot_ReturnValue) == 0x0000C0, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_IsValid_ReturnValue_2) == 0x0000D8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000100, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_IsValid_ReturnValue_3) == 0x000108, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_IsUnlocked_ReturnValue) == 0x000109, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, K2Node_CreateDelegate_OutputDelegate_2) == 0x00010C, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Get_Item_2) == 0x000120, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Array_Length_ReturnValue_2) == 0x000128, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots, CallFunc_Less_IntInt_ReturnValue_2) == 0x00012C, "Member 'HUDWeaponSlots_C_ExecuteUbergraph_HUDWeaponSlots::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponSlots_C_UnbindWeaponSlots \ static_assert(alignof(HUDWeaponSlots_C_UnbindWeaponSlots) == 0x000008, "Wrong alignment on HUDWeaponSlots_C_UnbindWeaponSlots"); \ static_assert(sizeof(HUDWeaponSlots_C_UnbindWeaponSlots) == 0x000008, "Wrong size on HUDWeaponSlots_C_UnbindWeaponSlots"); \ static_assert(offsetof(HUDWeaponSlots_C_UnbindWeaponSlots, Char) == 0x000000, "Member 'HUDWeaponSlots_C_UnbindWeaponSlots::Char' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponSlots_C_SetActiveSlot \ static_assert(alignof(HUDWeaponSlots_C_SetActiveSlot) == 0x000008, "Wrong alignment on HUDWeaponSlots_C_SetActiveSlot"); \ static_assert(sizeof(HUDWeaponSlots_C_SetActiveSlot) == 0x000020, "Wrong size on HUDWeaponSlots_C_SetActiveSlot"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, ActiveSlot) == 0x000000, "Member 'HUDWeaponSlots_C_SetActiveSlot::ActiveSlot' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'HUDWeaponSlots_C_SetActiveSlot::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, Temp_int_Array_Index_Variable) == 0x000004, "Member 'HUDWeaponSlots_C_SetActiveSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'HUDWeaponSlots_C_SetActiveSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'HUDWeaponSlots_C_SetActiveSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, CallFunc_Array_Get_Item) == 0x000010, "Member 'HUDWeaponSlots_C_SetActiveSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'HUDWeaponSlots_C_SetActiveSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_SetActiveSlot, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'HUDWeaponSlots_C_SetActiveSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponSlots_C_Can_Show_Slots \ static_assert(alignof(HUDWeaponSlots_C_Can_Show_Slots) == 0x000008, "Wrong alignment on HUDWeaponSlots_C_Can_Show_Slots"); \ static_assert(sizeof(HUDWeaponSlots_C_Can_Show_Slots) == 0x000018, "Wrong size on HUDWeaponSlots_C_Can_Show_Slots"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CanShow) == 0x000000, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CanShow' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, StartingRoomCycleComplete) == 0x000001, "Member 'HUDWeaponSlots_C_Can_Show_Slots::StartingRoomCycleComplete' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_IsUnlocked_ReturnValue) == 0x000011, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_IsVisible_ReturnValue) == 0x000012, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000013, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_Can_Show_Slots, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'HUDWeaponSlots_C_Can_Show_Slots::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponSlots_C_OnInputTypeUpdate \ static_assert(alignof(HUDWeaponSlots_C_OnInputTypeUpdate) == 0x000008, "Wrong alignment on HUDWeaponSlots_C_OnInputTypeUpdate"); \ static_assert(sizeof(HUDWeaponSlots_C_OnInputTypeUpdate) == 0x000048, "Wrong size on HUDWeaponSlots_C_OnInputTypeUpdate"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, Temp_int_Variable) == 0x000000, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_Array_Get_Item) == 0x000038, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponSlots_C_OnInputTypeUpdate, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'HUDWeaponSlots_C_OnInputTypeUpdate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDWeaponSlots_C \ static_assert(alignof(UHUDWeaponSlots_C) == 0x000008, "Wrong alignment on UHUDWeaponSlots_C"); \ static_assert(sizeof(UHUDWeaponSlots_C) == 0x0002A8, "Wrong size on UHUDWeaponSlots_C"); \ static_assert(offsetof(UHUDWeaponSlots_C, UberGraphFrame) == 0x000260, "Member 'UHUDWeaponSlots_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, AppearanceAnimation) == 0x000268, "Member 'UHUDWeaponSlots_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, WeaponSlot_1) == 0x000270, "Member 'UHUDWeaponSlots_C::WeaponSlot_1' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, WeaponSlot_2) == 0x000278, "Member 'UHUDWeaponSlots_C::WeaponSlot_2' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, WeaponSlot_Revolver) == 0x000280, "Member 'UHUDWeaponSlots_C::WeaponSlot_Revolver' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, WeaponSlotsCanvas) == 0x000288, "Member 'UHUDWeaponSlots_C::WeaponSlotsCanvas' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, WeaponSlots) == 0x000290, "Member 'UHUDWeaponSlots_C::WeaponSlots' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponSlots_C, VisibilityTimer) == 0x0002A0, "Member 'UHUDWeaponSlots_C::VisibilityTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_ExecuteUbergraph_Shark \ static_assert(alignof(Shark_C_ExecuteUbergraph_Shark) == 0x000008, "Wrong alignment on Shark_C_ExecuteUbergraph_Shark"); \ static_assert(sizeof(Shark_C_ExecuteUbergraph_Shark) == 0x0003F8, "Wrong size on Shark_C_ExecuteUbergraph_Shark"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, EntryPoint) == 0x000000, "Member 'Shark_C_ExecuteUbergraph_Shark::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsPlayingAttackAction_Result) == 0x000004, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsPlayingAttackAction_Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_byte_Variable) == 0x000006, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_byte_Variable_1) == 0x000007, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_object_Variable) == 0x000028, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_int_Array_Index_Variable) == 0x000038, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000050, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, Temp_bool_Variable) == 0x000064, "Member 'Shark_C_ExecuteUbergraph_Shark::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetPlayerTrain_ReturnValue) == 0x000068, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetSpeed_ReturnValue) == 0x000074, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_Event_NewController) == 0x000078, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_Event_NewController' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_DamageAction) == 0x000080, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_DamageAction' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetAIController_ReturnValue) == 0x000088, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetTimeSeconds_ReturnValue) == 0x000090, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_DamagedActor) == 0x000098, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_Damage) == 0x0000A0, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_DamageType) == 0x0000A8, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_InstigatedBy) == 0x0000B0, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CustomEvent_DamageCauser) == 0x0000B8, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetMapTheme_ReturnValue) == 0x0000C0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetMapTheme_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C1, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C2, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_RunHTN_ReturnValue) == 0x0000C3, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x0000C4, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetAIController_ReturnValue_1) == 0x0000C8, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_AsHTNComponent) == 0x0000D8, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_AsHTNComponent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsValid_ReturnValue_2) == 0x0000E1, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_HasAuthority_ReturnValue) == 0x0000E2, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E8, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F0, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F8, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000100, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_bFromSweep) == 0x000104, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_ComponentBoundEvent_SweepResult) == 0x000108, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsValid_ReturnValue_3) == 0x000190, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetObjectClass_ReturnValue) == 0x000198, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_ClassIsChildOf_ReturnValue) == 0x0001A0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001A4, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x0001B8, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetInstalledModules_ReturnValue) == 0x0001C0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Get_Item) == 0x0001D0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Less_IntInt_ReturnValue) == 0x0001DC, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001E0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001EC, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001F8, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetForwardVector_ReturnValue) == 0x000204, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000210, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_Select_Default) == 0x00021C, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Add_VectorVector_ReturnValue) == 0x000220, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_SphereTraceMulti_OutHits) == 0x000230, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_SphereTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_SphereTraceMulti_ReturnValue) == 0x000240, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_SphereTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Not_PreBool_ReturnValue_2) == 0x000241, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Get_Item_1) == 0x000244, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_bBlockingHit) == 0x0002CC, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002CD, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_Time) == 0x0002D0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_Distance) == 0x0002D4, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_Location) == 0x0002D8, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_ImpactPoint) == 0x0002E4, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_Normal) == 0x0002F0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_ImpactNormal) == 0x0002FC, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_PhysMat) == 0x000308, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_HitActor) == 0x000310, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_HitComponent) == 0x000318, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_HitBoneName) == 0x000320, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_HitItem) == 0x000328, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_ElementIndex) == 0x00032C, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_FaceIndex) == 0x000330, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_TraceStart) == 0x000334, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BreakHitResult_TraceEnd) == 0x000340, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Length_ReturnValue_1) == 0x00034C, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000350, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_bSuccess_1) == 0x000358, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Less_IntInt_ReturnValue_1) == 0x000359, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Add_ReturnValue) == 0x00035C, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Array_Contains_ReturnValue) == 0x000360, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_AsFGWagon) == 0x000368, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, K2Node_DynamicCast_bSuccess_2) == 0x000370, "Member 'Shark_C_ExecuteUbergraph_Shark::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Not_PreBool_ReturnValue_3) == 0x000371, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000378, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0003F0, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_IsActorMeshBoundsInRadius_ReturnValue) == 0x0003F1, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_IsActorMeshBoundsInRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_HaveUnreactedDamage_Result) == 0x0003F2, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_HaveUnreactedDamage_Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_Not_PreBool_ReturnValue_4) == 0x0003F3, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Shark_C_ExecuteUbergraph_Shark, CallFunc_BooleanAND_ReturnValue) == 0x0003F4, "Member 'Shark_C_ExecuteUbergraph_Shark::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'Shark_C_BndEvt__Shark_BulletDetectCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_OnTakeAnyDamage_Event \ static_assert(alignof(Shark_C_OnTakeAnyDamage_Event) == 0x000008, "Wrong alignment on Shark_C_OnTakeAnyDamage_Event"); \ static_assert(sizeof(Shark_C_OnTakeAnyDamage_Event) == 0x000028, "Wrong size on Shark_C_OnTakeAnyDamage_Event"); \ static_assert(offsetof(Shark_C_OnTakeAnyDamage_Event, DamagedActor) == 0x000000, "Member 'Shark_C_OnTakeAnyDamage_Event::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnTakeAnyDamage_Event, Damage) == 0x000008, "Member 'Shark_C_OnTakeAnyDamage_Event::Damage' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnTakeAnyDamage_Event, DamageType_0) == 0x000010, "Member 'Shark_C_OnTakeAnyDamage_Event::DamageType_0' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnTakeAnyDamage_Event, InstigatedBy) == 0x000018, "Member 'Shark_C_OnTakeAnyDamage_Event::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnTakeAnyDamage_Event, DamageCauser) == 0x000020, "Member 'Shark_C_OnTakeAnyDamage_Event::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_DamageTrainGnaw \ static_assert(alignof(Shark_C_DamageTrainGnaw) == 0x000008, "Wrong alignment on Shark_C_DamageTrainGnaw"); \ static_assert(sizeof(Shark_C_DamageTrainGnaw) == 0x000008, "Wrong size on Shark_C_DamageTrainGnaw"); \ static_assert(offsetof(Shark_C_DamageTrainGnaw, DamageAction) == 0x000000, "Member 'Shark_C_DamageTrainGnaw::DamageAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_ReceivePossessed \ static_assert(alignof(Shark_C_ReceivePossessed) == 0x000008, "Wrong alignment on Shark_C_ReceivePossessed"); \ static_assert(sizeof(Shark_C_ReceivePossessed) == 0x000008, "Wrong size on Shark_C_ReceivePossessed"); \ static_assert(offsetof(Shark_C_ReceivePossessed, NewController) == 0x000000, "Member 'Shark_C_ReceivePossessed::NewController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_UpdateTrainAttackAnchor \ static_assert(alignof(Shark_C_UpdateTrainAttackAnchor) == 0x000008, "Wrong alignment on Shark_C_UpdateTrainAttackAnchor"); \ static_assert(sizeof(Shark_C_UpdateTrainAttackAnchor) == 0x000128, "Wrong size on Shark_C_UpdateTrainAttackAnchor"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ClosestRamDistance) == 0x000000, "Member 'Shark_C_UpdateTrainAttackAnchor::ClosestRamDistance' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ClosestGnawDistance) == 0x000004, "Member 'Shark_C_UpdateTrainAttackAnchor::ClosestGnawDistance' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ClosestRam) == 0x000008, "Member 'Shark_C_UpdateTrainAttackAnchor::ClosestRam' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ClosestGnaw) == 0x000010, "Member 'Shark_C_UpdateTrainAttackAnchor::ClosestGnaw' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ValidRamAnchors) == 0x000018, "Member 'Shark_C_UpdateTrainAttackAnchor::ValidRamAnchors' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, ValidGnawAnchors) == 0x000028, "Member 'Shark_C_UpdateTrainAttackAnchor::ValidGnawAnchors' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, Navigator) == 0x000038, "Member 'Shark_C_UpdateTrainAttackAnchor::Navigator' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, Temp_int_Array_Index_Variable) == 0x000040, "Member 'Shark_C_UpdateTrainAttackAnchor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000044, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000045, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'Shark_C_UpdateTrainAttackAnchor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_HasAuthority_ReturnValue) == 0x000050, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Divide_IntInt_ReturnValue) == 0x000060, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000064, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Get_Item) == 0x000070, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000078, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00007C, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x000080, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetGnawAttackPoint_ReturnValue) == 0x000090, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetGnawAttackPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetGnawAttackPoint_ReturnValue1) == 0x00009C, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetGnawAttackPoint_ReturnValue1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_BooleanOR_ReturnValue) == 0x0000A9, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Not_PreBool_ReturnValue) == 0x0000AA, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_DonNavigationManager_ReturnValue) == 0x0000B0, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_DonNavigationManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_IsValid_ReturnValue_2) == 0x0000B8, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Length_ReturnValue_2) == 0x0000D0, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x0000E8, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetSquaredDistanceTo_ReturnValue_1) == 0x0000EC, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetSquaredDistanceTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F0, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0000F1, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_BooleanOR_ReturnValue_1) == 0x0000F2, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_BooleanOR_ReturnValue_2) == 0x0000F3, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_Array_Add_ReturnValue_1) == 0x0000F4, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetRamAttackPoint_ReturnValue) == 0x0000F8, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetRamAttackPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_CanNavigate_ReturnValue) == 0x000104, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_CanNavigate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetGnawAttackPoint_ReturnValue_1) == 0x000108, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetGnawAttackPoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_GetGnawAttackPoint_ReturnValue1_1) == 0x000114, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_GetGnawAttackPoint_ReturnValue1_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_UpdateTrainAttackAnchor, CallFunc_CanNavigate_ReturnValue_1) == 0x000120, "Member 'Shark_C_UpdateTrainAttackAnchor::CallFunc_CanNavigate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetGnawAttackPoint \ static_assert(alignof(Shark_C_GetGnawAttackPoint) == 0x000008, "Wrong alignment on Shark_C_GetGnawAttackPoint"); \ static_assert(sizeof(Shark_C_GetGnawAttackPoint) == 0x0000A8, "Wrong size on Shark_C_GetGnawAttackPoint"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, GnawAnchor) == 0x000000, "Member 'Shark_C_GetGnawAttackPoint::GnawAnchor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, ReturnValue) == 0x000008, "Member 'Shark_C_GetGnawAttackPoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, ReturnValue1) == 0x000014, "Member 'Shark_C_GetGnawAttackPoint::ReturnValue1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000024, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_BreakVector_X) == 0x000030, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_BreakVector_Y) == 0x000034, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_BreakVector_Z) == 0x000038, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00003C, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_GetForwardVector_ReturnValue) == 0x000054, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000060, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000064, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000070, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000074, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Dot_VectorVector_ReturnValue) == 0x000084, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000088, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000094, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000098, "Member 'Shark_C_GetGnawAttackPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetRamAttackPoint \ static_assert(alignof(Shark_C_GetRamAttackPoint) == 0x000008, "Wrong alignment on Shark_C_GetRamAttackPoint"); \ static_assert(sizeof(Shark_C_GetRamAttackPoint) == 0x000078, "Wrong size on Shark_C_GetRamAttackPoint"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, RamAnchor) == 0x000000, "Member 'Shark_C_GetRamAttackPoint::RamAnchor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, ReturnValue) == 0x000008, "Member 'Shark_C_GetRamAttackPoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetRamAttackPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000018, "Member 'Shark_C_GetRamAttackPoint::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_GetForwardVector_ReturnValue) == 0x000024, "Member 'Shark_C_GetRamAttackPoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'Shark_C_GetRamAttackPoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_GetComponentBounds_Origin) == 0x00003C, "Member 'Shark_C_GetRamAttackPoint::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_GetComponentBounds_BoxExtent) == 0x000048, "Member 'Shark_C_GetRamAttackPoint::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_GetComponentBounds_SphereRadius) == 0x000054, "Member 'Shark_C_GetRamAttackPoint::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'Shark_C_GetRamAttackPoint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00005C, "Member 'Shark_C_GetRamAttackPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'Shark_C_GetRamAttackPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetSpeed \ static_assert(alignof(Shark_C_GetSpeed) == 0x000004, "Wrong alignment on Shark_C_GetSpeed"); \ static_assert(sizeof(Shark_C_GetSpeed) == 0x00003C, "Wrong size on Shark_C_GetSpeed"); \ static_assert(offsetof(Shark_C_GetSpeed, ReturnValue) == 0x000000, "Member 'Shark_C_GetSpeed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, TrainBasedSpeed) == 0x000004, "Member 'Shark_C_GetSpeed::TrainBasedSpeed' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_GetOnePlusSpeedMod_Result) == 0x000008, "Member 'Shark_C_GetSpeed::CallFunc_GetOnePlusSpeedMod_Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_GetOnePlusSpeedMod_Result_1) == 0x00000C, "Member 'Shark_C_GetSpeed::CallFunc_GetOnePlusSpeedMod_Result_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, Temp_bool_Variable) == 0x000010, "Member 'Shark_C_GetSpeed::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'Shark_C_GetSpeed::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_GetSpeed::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'Shark_C_GetSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000020, "Member 'Shark_C_GetSpeed::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_SelectFloat_ReturnValue) == 0x000024, "Member 'Shark_C_GetSpeed::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_GetTrainSpeed_ReturnValue) == 0x000028, "Member 'Shark_C_GetSpeed::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'Shark_C_GetSpeed::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_FMax_ReturnValue) == 0x000030, "Member 'Shark_C_GetSpeed::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000034, "Member 'Shark_C_GetSpeed::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetSpeed, K2Node_Select_Default) == 0x000038, "Member 'Shark_C_GetSpeed::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_NeedHeal \ static_assert(alignof(Shark_C_NeedHeal) == 0x000004, "Wrong alignment on Shark_C_NeedHeal"); \ static_assert(sizeof(Shark_C_NeedHeal) == 0x00000C, "Wrong size on Shark_C_NeedHeal"); \ static_assert(offsetof(Shark_C_NeedHeal, Result) == 0x000000, "Member 'Shark_C_NeedHeal::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_NeedHeal, CallFunc_GetPercentageValue_ReturnValue) == 0x000004, "Member 'Shark_C_NeedHeal::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_NeedHeal, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'Shark_C_NeedHeal::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_OnDeathEvent \ static_assert(alignof(Shark_C_OnDeathEvent) == 0x000008, "Wrong alignment on Shark_C_OnDeathEvent"); \ static_assert(sizeof(Shark_C_OnDeathEvent) == 0x000018, "Wrong size on Shark_C_OnDeathEvent"); \ static_assert(offsetof(Shark_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Shark_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Shark_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Shark_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'Shark_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetTrainAttackCooldown \ static_assert(alignof(Shark_C_GetTrainAttackCooldown) == 0x000008, "Wrong alignment on Shark_C_GetTrainAttackCooldown"); \ static_assert(sizeof(Shark_C_GetTrainAttackCooldown) == 0x000028, "Wrong size on Shark_C_GetTrainAttackCooldown"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, Result) == 0x000000, "Member 'Shark_C_GetTrainAttackCooldown::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'Shark_C_GetTrainAttackCooldown::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'Shark_C_GetTrainAttackCooldown::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Shark_C_GetTrainAttackCooldown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, CallFunc_GetImplicitValue_ReturnValue) == 0x00001C, "Member 'Shark_C_GetTrainAttackCooldown::CallFunc_GetImplicitValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'Shark_C_GetTrainAttackCooldown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetTrainAttackCooldown, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'Shark_C_GetTrainAttackCooldown::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetRamAttackPreparePoint \ static_assert(alignof(Shark_C_GetRamAttackPreparePoint) == 0x000008, "Wrong alignment on Shark_C_GetRamAttackPreparePoint"); \ static_assert(sizeof(Shark_C_GetRamAttackPreparePoint) == 0x000078, "Wrong size on Shark_C_GetRamAttackPreparePoint"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, RamAnchor) == 0x000000, "Member 'Shark_C_GetRamAttackPreparePoint::RamAnchor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, ReturnValue) == 0x000008, "Member 'Shark_C_GetRamAttackPreparePoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00001C, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_GetForwardVector_ReturnValue) == 0x000034, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_GetComponentBounds_Origin) == 0x000040, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_GetComponentBounds_BoxExtent) == 0x00004C, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_GetComponentBounds_SphereRadius) == 0x000058, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetRamAttackPreparePoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00006C, "Member 'Shark_C_GetRamAttackPreparePoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetGnawAttackPreparePoint \ static_assert(alignof(Shark_C_GetGnawAttackPreparePoint) == 0x000008, "Wrong alignment on Shark_C_GetGnawAttackPreparePoint"); \ static_assert(sizeof(Shark_C_GetGnawAttackPreparePoint) == 0x000078, "Wrong size on Shark_C_GetGnawAttackPreparePoint"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, GnawAnchor) == 0x000000, "Member 'Shark_C_GetGnawAttackPreparePoint::GnawAnchor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, ReturnValue) == 0x000008, "Member 'Shark_C_GetGnawAttackPreparePoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_GetComponentBounds_BoxExtent) == 0x000024, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000038, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_GetForwardVector_ReturnValue) == 0x000050, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00005C, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetGnawAttackPreparePoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'Shark_C_GetGnawAttackPreparePoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_CompleteQuest \ static_assert(alignof(Shark_C_CompleteQuest) == 0x000008, "Wrong alignment on Shark_C_CompleteQuest"); \ static_assert(sizeof(Shark_C_CompleteQuest) == 0x000018, "Wrong size on Shark_C_CompleteQuest"); \ static_assert(offsetof(Shark_C_CompleteQuest, Temp_byte_Variable) == 0x000000, "Member 'Shark_C_CompleteQuest::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'Shark_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Shark_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CompleteQuest, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'Shark_C_CompleteQuest::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CompleteQuest, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'Shark_C_CompleteQuest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetHuntPlanktonCooldown \ static_assert(alignof(Shark_C_GetHuntPlanktonCooldown) == 0x000004, "Wrong alignment on Shark_C_GetHuntPlanktonCooldown"); \ static_assert(sizeof(Shark_C_GetHuntPlanktonCooldown) == 0x000004, "Wrong size on Shark_C_GetHuntPlanktonCooldown"); \ static_assert(offsetof(Shark_C_GetHuntPlanktonCooldown, Result) == 0x000000, "Member 'Shark_C_GetHuntPlanktonCooldown::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_DamageTrain \ static_assert(alignof(Shark_C_DamageTrain) == 0x000008, "Wrong alignment on Shark_C_DamageTrain"); \ static_assert(sizeof(Shark_C_DamageTrain) == 0x000018, "Wrong size on Shark_C_DamageTrain"); \ static_assert(offsetof(Shark_C_DamageTrain, AttackAction) == 0x000000, "Member 'Shark_C_DamageTrain::AttackAction' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DamageTrain, TrainCategory) == 0x000008, "Member 'Shark_C_DamageTrain::TrainCategory' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DamageTrain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'Shark_C_DamageTrain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_CompleteTask \ static_assert(alignof(Shark_C_CompleteTask) == 0x000008, "Wrong alignment on Shark_C_CompleteTask"); \ static_assert(sizeof(Shark_C_CompleteTask) == 0x000010, "Wrong size on Shark_C_CompleteTask"); \ static_assert(offsetof(Shark_C_CompleteTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000000, "Member 'Shark_C_CompleteTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CompleteTask, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'Shark_C_CompleteTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_EnableNearPlanktonRagdoll \ static_assert(alignof(Shark_C_EnableNearPlanktonRagdoll) == 0x000008, "Wrong alignment on Shark_C_EnableNearPlanktonRagdoll"); \ static_assert(sizeof(Shark_C_EnableNearPlanktonRagdoll) == 0x0000B0, "Wrong size on Shark_C_EnableNearPlanktonRagdoll"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Success) == 0x000000, "Member 'Shark_C_EnableNearPlanktonRagdoll::Success' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, AsPlankton_Group_Character) == 0x000008, "Member 'Shark_C_EnableNearPlanktonRagdoll::AsPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, AliveMesh) == 0x000010, "Member 'Shark_C_EnableNearPlanktonRagdoll::AliveMesh' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Temp_int_Array_Index_Variable) == 0x000018, "Member 'Shark_C_EnableNearPlanktonRagdoll::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Temp_object_Variable) == 0x000020, "Member 'Shark_C_EnableNearPlanktonRagdoll::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'Shark_C_EnableNearPlanktonRagdoll::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'Shark_C_EnableNearPlanktonRagdoll::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'Shark_C_EnableNearPlanktonRagdoll::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, K2Node_MakeArray_Array) == 0x000048, "Member 'Shark_C_EnableNearPlanktonRagdoll::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000058, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_SphereOverlapActors_OutActors) == 0x000068, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_SphereOverlapActors_ReturnValue) == 0x000078, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Array_Get_Item) == 0x000080, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, K2Node_DynamicCast_AsPlankton_Group_Character) == 0x000090, "Member 'Shark_C_EnableNearPlanktonRagdoll::K2Node_DynamicCast_AsPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Shark_C_EnableNearPlanktonRagdoll::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_GroupIsAlive_ReturnValue) == 0x000099, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_GroupIsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_EnableNearPlanktonRagdoll, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AD, "Member 'Shark_C_EnableNearPlanktonRagdoll::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetAngerScale \ static_assert(alignof(Shark_C_GetAngerScale) == 0x000004, "Wrong alignment on Shark_C_GetAngerScale"); \ static_assert(sizeof(Shark_C_GetAngerScale) == 0x000010, "Wrong size on Shark_C_GetAngerScale"); \ static_assert(offsetof(Shark_C_GetAngerScale, Result) == 0x000000, "Member 'Shark_C_GetAngerScale::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetAngerScale, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'Shark_C_GetAngerScale::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetAngerScale, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'Shark_C_GetAngerScale::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetAngerScale, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'Shark_C_GetAngerScale::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetOnePlusSpeedMod \ static_assert(alignof(Shark_C_GetOnePlusSpeedMod) == 0x000008, "Wrong alignment on Shark_C_GetOnePlusSpeedMod"); \ static_assert(sizeof(Shark_C_GetOnePlusSpeedMod) == 0x000020, "Wrong size on Shark_C_GetOnePlusSpeedMod"); \ static_assert(offsetof(Shark_C_GetOnePlusSpeedMod, Result) == 0x000000, "Member 'Shark_C_GetOnePlusSpeedMod::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusSpeedMod, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Shark_C_GetOnePlusSpeedMod::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusSpeedMod, CallFunc_GetDeceptionSpeedMod_ReturnValue) == 0x000010, "Member 'Shark_C_GetOnePlusSpeedMod::CallFunc_GetDeceptionSpeedMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusSpeedMod, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetOnePlusSpeedMod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusSpeedMod, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_GetOnePlusSpeedMod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetOnePlusPowerMod \ static_assert(alignof(Shark_C_GetOnePlusPowerMod) == 0x000008, "Wrong alignment on Shark_C_GetOnePlusPowerMod"); \ static_assert(sizeof(Shark_C_GetOnePlusPowerMod) == 0x000020, "Wrong size on Shark_C_GetOnePlusPowerMod"); \ static_assert(offsetof(Shark_C_GetOnePlusPowerMod, Result) == 0x000000, "Member 'Shark_C_GetOnePlusPowerMod::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusPowerMod, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Shark_C_GetOnePlusPowerMod::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusPowerMod, CallFunc_GetPowerMod_ReturnValue) == 0x000010, "Member 'Shark_C_GetOnePlusPowerMod::CallFunc_GetPowerMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusPowerMod, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetOnePlusPowerMod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusPowerMod, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_GetOnePlusPowerMod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetOnePlusDeceptionCooldownMod \ static_assert(alignof(Shark_C_GetOnePlusDeceptionCooldownMod) == 0x000008, "Wrong alignment on Shark_C_GetOnePlusDeceptionCooldownMod"); \ static_assert(sizeof(Shark_C_GetOnePlusDeceptionCooldownMod) == 0x000020, "Wrong size on Shark_C_GetOnePlusDeceptionCooldownMod"); \ static_assert(offsetof(Shark_C_GetOnePlusDeceptionCooldownMod, Result) == 0x000000, "Member 'Shark_C_GetOnePlusDeceptionCooldownMod::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusDeceptionCooldownMod, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'Shark_C_GetOnePlusDeceptionCooldownMod::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusDeceptionCooldownMod, CallFunc_GetDeceptionCooldownMod_ReturnValue) == 0x000010, "Member 'Shark_C_GetOnePlusDeceptionCooldownMod::CallFunc_GetDeceptionCooldownMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusDeceptionCooldownMod, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Shark_C_GetOnePlusDeceptionCooldownMod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_GetOnePlusDeceptionCooldownMod, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_GetOnePlusDeceptionCooldownMod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_Damage_Train_at_Location \ static_assert(alignof(Shark_C_Damage_Train_at_Location) == 0x000008, "Wrong alignment on Shark_C_Damage_Train_at_Location"); \ static_assert(sizeof(Shark_C_Damage_Train_at_Location) == 0x000288, "Wrong size on Shark_C_Damage_Train_at_Location"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, AttackAction) == 0x000000, "Member 'Shark_C_Damage_Train_at_Location::AttackAction' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Location) == 0x000008, "Member 'Shark_C_Damage_Train_at_Location::Location' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, TrainCategory) == 0x000014, "Member 'Shark_C_Damage_Train_at_Location::TrainCategory' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_byte_Variable) == 0x000015, "Member 'Shark_C_Damage_Train_at_Location::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_IsValid_ReturnValue) == 0x000016, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_byte_Variable_1) == 0x000017, "Member 'Shark_C_Damage_Train_at_Location::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_byte_Variable_2) == 0x000018, "Member 'Shark_C_Damage_Train_at_Location::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_object_Variable) == 0x000020, "Member 'Shark_C_Damage_Train_at_Location::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_int_Array_Index_Variable) == 0x000030, "Member 'Shark_C_Damage_Train_at_Location::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'Shark_C_Damage_Train_at_Location::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'Shark_C_Damage_Train_at_Location::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_byte_Variable_3) == 0x000040, "Member 'Shark_C_Damage_Train_at_Location::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetDifficultyDamageScale_ReturnValue) == 0x000044, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetDifficultyDamageScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetDifficultyDamageScale_ReturnValue_1) == 0x000048, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetDifficultyDamageScale_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetOnePlusPowerMod_Result) == 0x00004C, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetOnePlusPowerMod_Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetOnePlusPowerMod_Result_1) == 0x000050, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetOnePlusPowerMod_Result_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000058, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetPlayerTrain_ReturnValue) == 0x000060, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_Select_Default) == 0x000068, "Member 'Shark_C_Damage_Train_at_Location::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetInstalledModules_ReturnValue) == 0x000070, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000080, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Get_Item) == 0x000088, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_IsActorMeshBoundsInRadius_ReturnValue) == 0x000094, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_IsActorMeshBoundsInRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_int_Loop_Counter_Variable_1) == 0x000098, "Member 'Shark_C_Damage_Train_at_Location::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00009C, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0000A0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_Select_Default_1) == 0x0000A8, "Member 'Shark_C_Damage_Train_at_Location::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0000AC, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetTimeSeconds_ReturnValue) == 0x0000B4, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, Temp_bool_Variable) == 0x0000B8, "Member 'Shark_C_Damage_Train_at_Location::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_Select_Default_2) == 0x0000B9, "Member 'Shark_C_Damage_Train_at_Location::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_SphereTraceMulti_OutHits) == 0x0000C0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_SphereTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_SphereTraceMulti_ReturnValue) == 0x0000D0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_SphereTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Length_ReturnValue_1) == 0x0000D4, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Less_IntInt_ReturnValue_1) == 0x000160, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_bBlockingHit) == 0x000161, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_bInitialOverlap) == 0x000162, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_Time) == 0x000164, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_Distance) == 0x000168, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_Location) == 0x00016C, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_ImpactPoint) == 0x000178, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_Normal) == 0x000184, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_ImpactNormal) == 0x000190, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_PhysMat) == 0x0001A0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_HitActor) == 0x0001A8, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_HitComponent) == 0x0001B0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_HitBoneName) == 0x0001B8, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_HitItem) == 0x0001C0, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_ElementIndex) == 0x0001C4, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_FaceIndex) == 0x0001C8, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_TraceStart) == 0x0001CC, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_BreakHitResult_TraceEnd) == 0x0001D8, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0001E8, "Member 'Shark_C_Damage_Train_at_Location::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'Shark_C_Damage_Train_at_Location::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_DynamicCast_AsFGWagon) == 0x0001F8, "Member 'Shark_C_Damage_Train_at_Location::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, K2Node_DynamicCast_bSuccess_1) == 0x000200, "Member 'Shark_C_Damage_Train_at_Location::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Add_ReturnValue) == 0x000204, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000208, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000280, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_GetCategory_ReturnValue) == 0x000281, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Array_Contains_ReturnValue) == 0x000282, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Train_at_Location, CallFunc_Not_PreBool_ReturnValue) == 0x000283, "Member 'Shark_C_Damage_Train_at_Location::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_Damage_Character \ static_assert(alignof(Shark_C_Damage_Character) == 0x000008, "Wrong alignment on Shark_C_Damage_Character"); \ static_assert(sizeof(Shark_C_Damage_Character) == 0x000030, "Wrong size on Shark_C_Damage_Character"); \ static_assert(offsetof(Shark_C_Damage_Character, AttackAction) == 0x000000, "Member 'Shark_C_Damage_Character::AttackAction' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, DamagedActor) == 0x000008, "Member 'Shark_C_Damage_Character::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, TrainCategory) == 0x000010, "Member 'Shark_C_Damage_Character::TrainCategory' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, CallFunc_GetOnePlusPowerMod_Result) == 0x000014, "Member 'Shark_C_Damage_Character::CallFunc_GetOnePlusPowerMod_Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'Shark_C_Damage_Character::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'Shark_C_Damage_Character::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_Damage_Character, CallFunc_ApplyDamage_ReturnValue) == 0x000028, "Member 'Shark_C_Damage_Character::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_DodgeDamageMove \ static_assert(alignof(Shark_C_DodgeDamageMove) == 0x000004, "Wrong alignment on Shark_C_DodgeDamageMove"); \ static_assert(sizeof(Shark_C_DodgeDamageMove) == 0x000058, "Wrong size on Shark_C_DodgeDamageMove"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000000, "Member 'Shark_C_DodgeDamageMove::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'Shark_C_DodgeDamageMove::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_GetForwardVector_ReturnValue) == 0x000018, "Member 'Shark_C_DodgeDamageMove::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000024, "Member 'Shark_C_DodgeDamageMove::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x000030, "Member 'Shark_C_DodgeDamageMove::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00003C, "Member 'Shark_C_DodgeDamageMove::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_Add_VectorVector_ReturnValue) == 0x000048, "Member 'Shark_C_DodgeDamageMove::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_DodgeDamageMove, CallFunc_RequestMoveToLocation_ReturnValue) == 0x000054, "Member 'Shark_C_DodgeDamageMove::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_GetIsEnemy \ static_assert(alignof(Shark_C_GetIsEnemy) == 0x000001, "Wrong alignment on Shark_C_GetIsEnemy"); \ static_assert(sizeof(Shark_C_GetIsEnemy) == 0x000001, "Wrong size on Shark_C_GetIsEnemy"); \ static_assert(offsetof(Shark_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'Shark_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_HaveUnreactedDamage \ static_assert(alignof(Shark_C_HaveUnreactedDamage) == 0x000008, "Wrong alignment on Shark_C_HaveUnreactedDamage"); \ static_assert(sizeof(Shark_C_HaveUnreactedDamage) == 0x000030, "Wrong size on Shark_C_HaveUnreactedDamage"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, Result) == 0x000000, "Member 'Shark_C_HaveUnreactedDamage::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, CallFunc_GetActionPlanner_ReturnValue) == 0x000008, "Member 'Shark_C_HaveUnreactedDamage::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, CallFunc_GetCurrentAction_ReturnValue) == 0x000010, "Member 'Shark_C_HaveUnreactedDamage::CallFunc_GetCurrentAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Shark_C_HaveUnreactedDamage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, CallFunc_Less_FloatFloat_ReturnValue) == 0x000019, "Member 'Shark_C_HaveUnreactedDamage::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000020, "Member 'Shark_C_HaveUnreactedDamage::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(Shark_C_HaveUnreactedDamage, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Shark_C_HaveUnreactedDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_IsPlayingAttackAction \ static_assert(alignof(Shark_C_IsPlayingAttackAction) == 0x000008, "Wrong alignment on Shark_C_IsPlayingAttackAction"); \ static_assert(sizeof(Shark_C_IsPlayingAttackAction) == 0x000040, "Wrong size on Shark_C_IsPlayingAttackAction"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, Result) == 0x000000, "Member 'Shark_C_IsPlayingAttackAction::Result' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Shark_C_IsPlayingAttackAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Shark_C_IsPlayingAttackAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Shark_C_IsPlayingAttackAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, CallFunc_GetAllActiveActions_ReturnValue) == 0x000010, "Member 'Shark_C_IsPlayingAttackAction::CallFunc_GetAllActiveActions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, CallFunc_Array_Get_Item) == 0x000020, "Member 'Shark_C_IsPlayingAttackAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'Shark_C_IsPlayingAttackAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000030, "Member 'Shark_C_IsPlayingAttackAction::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Shark_C_IsPlayingAttackAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Shark_C_IsPlayingAttackAction, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'Shark_C_IsPlayingAttackAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_AddPollution \ static_assert(alignof(Shark_C_AddPollution) == 0x000008, "Wrong alignment on Shark_C_AddPollution"); \ static_assert(sizeof(Shark_C_AddPollution) == 0x000018, "Wrong size on Shark_C_AddPollution"); \ static_assert(offsetof(Shark_C_AddPollution, Location) == 0x000000, "Member 'Shark_C_AddPollution::Location' has a wrong offset!"); \ static_assert(offsetof(Shark_C_AddPollution, reason) == 0x00000C, "Member 'Shark_C_AddPollution::reason' has a wrong offset!"); \ static_assert(offsetof(Shark_C_AddPollution, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'Shark_C_AddPollution::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark_C_CheckAchievements \ static_assert(alignof(Shark_C_CheckAchievements) == 0x000008, "Wrong alignment on Shark_C_CheckAchievements"); \ static_assert(sizeof(Shark_C_CheckAchievements) == 0x000068, "Wrong size on Shark_C_CheckAchievements"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'Shark_C_CheckAchievements::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'Shark_C_CheckAchievements::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000018, "Member 'Shark_C_CheckAchievements::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000028, "Member 'Shark_C_CheckAchievements::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000030, "Member 'Shark_C_CheckAchievements::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000040, "Member 'Shark_C_CheckAchievements::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'Shark_C_CheckAchievements::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'Shark_C_CheckAchievements::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GetLearnedMutationsCountMax_ReturnValue) == 0x00005C, "Member 'Shark_C_CheckAchievements::CallFunc_GetLearnedMutationsCountMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GetLearnedMutationsCount_ReturnValue) == 0x000060, "Member 'Shark_C_CheckAchievements::CallFunc_GetLearnedMutationsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_Greater_IntInt_ReturnValue) == 0x000064, "Member 'Shark_C_CheckAchievements::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark_C_CheckAchievements, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000065, "Member 'Shark_C_CheckAchievements::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AShark_C \ static_assert(alignof(AShark_C) == 0x000010, "Wrong alignment on AShark_C"); \ static_assert(sizeof(AShark_C) == 0x000FA0, "Wrong size on AShark_C"); \ static_assert(offsetof(AShark_C, UberGraphFrame_Shark_C) == 0x000EA8, "Member 'AShark_C::UberGraphFrame_Shark_C' has a wrong offset!"); \ static_assert(offsetof(AShark_C, ActionPoints) == 0x000EB0, "Member 'AShark_C::ActionPoints' has a wrong offset!"); \ static_assert(offsetof(AShark_C, Anger) == 0x000EB8, "Member 'AShark_C::Anger' has a wrong offset!"); \ static_assert(offsetof(AShark_C, HornsNose) == 0x000EC0, "Member 'AShark_C::HornsNose' has a wrong offset!"); \ static_assert(offsetof(AShark_C, FGSplineLootDrop) == 0x000EC8, "Member 'AShark_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AShark_C, Hair) == 0x000ED0, "Member 'AShark_C::Hair' has a wrong offset!"); \ static_assert(offsetof(AShark_C, SC_Shark) == 0x000ED8, "Member 'AShark_C::SC_Shark' has a wrong offset!"); \ static_assert(offsetof(AShark_C, HeadCollisionSphere) == 0x000EE0, "Member 'AShark_C::HeadCollisionSphere' has a wrong offset!"); \ static_assert(offsetof(AShark_C, DesiredRotation) == 0x000EE8, "Member 'AShark_C::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(AShark_C, DesiredRamAttackAnchor) == 0x000EF8, "Member 'AShark_C::DesiredRamAttackAnchor' has a wrong offset!"); \ static_assert(offsetof(AShark_C, DesiredGnawAttackAnchor) == 0x000F00, "Member 'AShark_C::DesiredGnawAttackAnchor' has a wrong offset!"); \ static_assert(offsetof(AShark_C, LastTrainAttackTime) == 0x000F08, "Member 'AShark_C::LastTrainAttackTime' has a wrong offset!"); \ static_assert(offsetof(AShark_C, Train) == 0x000F10, "Member 'AShark_C::Train' has a wrong offset!"); \ static_assert(offsetof(AShark_C, SavedBaseSpeed) == 0x000F18, "Member 'AShark_C::SavedBaseSpeed' has a wrong offset!"); \ static_assert(offsetof(AShark_C, ScareBonusSpeed) == 0x000F1C, "Member 'AShark_C::ScareBonusSpeed' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainAddSpeed) == 0x000F20, "Member 'AShark_C::TrainAddSpeed' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bLazy) == 0x000F24, "Member 'AShark_C::bLazy' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bScared) == 0x000F25, "Member 'AShark_C::bScared' has a wrong offset!"); \ static_assert(offsetof(AShark_C, RamAttackDistance) == 0x000F28, "Member 'AShark_C::RamAttackDistance' has a wrong offset!"); \ static_assert(offsetof(AShark_C, AttackAnchorTimer) == 0x000F30, "Member 'AShark_C::AttackAnchorTimer' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainRamDamageRadius) == 0x000F38, "Member 'AShark_C::TrainRamDamageRadius' has a wrong offset!"); \ static_assert(offsetof(AShark_C, DamagedMeshModules) == 0x000F40, "Member 'AShark_C::DamagedMeshModules' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainRamDamage) == 0x000F50, "Member 'AShark_C::TrainRamDamage' has a wrong offset!"); \ static_assert(offsetof(AShark_C, DamageType) == 0x000F58, "Member 'AShark_C::DamageType' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainGnawPeriodicDamage) == 0x000F60, "Member 'AShark_C::TrainGnawPeriodicDamage' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainGnawDamageRadius) == 0x000F64, "Member 'AShark_C::TrainGnawDamageRadius' has a wrong offset!"); \ static_assert(offsetof(AShark_C, LastDirectionDot) == 0x000F68, "Member 'AShark_C::LastDirectionDot' has a wrong offset!"); \ static_assert(offsetof(AShark_C, LastGnawPoint) == 0x000F6C, "Member 'AShark_C::LastGnawPoint' has a wrong offset!"); \ static_assert(offsetof(AShark_C, TrainAttackCooldown) == 0x000F78, "Member 'AShark_C::TrainAttackCooldown' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bNeedUpdateAttackAnchor) == 0x000F7C, "Member 'AShark_C::bNeedUpdateAttackAnchor' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bQuestCompleted_) == 0x000F7D, "Member 'AShark_C::bQuestCompleted_' has a wrong offset!"); \ static_assert(offsetof(AShark_C, HTNAsset) == 0x000F80, "Member 'AShark_C::HTNAsset' has a wrong offset!"); \ static_assert(offsetof(AShark_C, HuntPlanktonCooldown) == 0x000F88, "Member 'AShark_C::HuntPlanktonCooldown' has a wrong offset!"); \ static_assert(offsetof(AShark_C, LastHuntPlanktonTime) == 0x000F8C, "Member 'AShark_C::LastHuntPlanktonTime' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bDebugAttackFloorRadius) == 0x000F90, "Member 'AShark_C::bDebugAttackFloorRadius' has a wrong offset!"); \ static_assert(offsetof(AShark_C, bDebugAttackModulesRadius) == 0x000F91, "Member 'AShark_C::bDebugAttackModulesRadius' has a wrong offset!"); \ static_assert(offsetof(AShark_C, NewVar_2) == 0x000F94, "Member 'AShark_C::NewVar_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01 \ static_assert(alignof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01) == 0x000004, "Wrong alignment on BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01"); \ static_assert(sizeof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01) == 0x000040, "Wrong size on BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, EntryPoint) == 0x000000, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000024, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000030, "Member 'BP_Environmental_SkySphere_01_C_ExecuteUbergraph_BP_Environmental_SkySphere_01::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Environmental_SkySphere_01_C_UserConstructionScript \ static_assert(alignof(BP_Environmental_SkySphere_01_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Environmental_SkySphere_01_C_UserConstructionScript"); \ static_assert(sizeof(BP_Environmental_SkySphere_01_C_UserConstructionScript) == 0x0000C0, "Wrong size on BP_Environmental_SkySphere_01_C_UserConstructionScript"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00000C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000018, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x00001C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000020, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000024, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000028, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000038, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000044, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000050, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000060, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_MapRangeUnclamped_ReturnValue_1) == 0x00006C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_MapRangeUnclamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Roll_1) == 0x000070, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_1) == 0x000074, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_1) == 0x000078, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x00007C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Conv_RotatorToVector_ReturnValue_1) == 0x00008C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Conv_RotatorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x000098, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x00009C, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Environmental_SkySphere_01_C_UserConstructionScript, CallFunc_LinearColorLerp_ReturnValue) == 0x0000AC, "Member 'BP_Environmental_SkySphere_01_C_UserConstructionScript::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Environmental_SkySphere_01_C \ static_assert(alignof(ABP_Environmental_SkySphere_01_C) == 0x000008, "Wrong alignment on ABP_Environmental_SkySphere_01_C"); \ static_assert(sizeof(ABP_Environmental_SkySphere_01_C) == 0x0002B0, "Wrong size on ABP_Environmental_SkySphere_01_C"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, UberGraphFrame) == 0x000220, "Member 'ABP_Environmental_SkySphere_01_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, S_Environment_SkySphere1) == 0x000228, "Member 'ABP_Environmental_SkySphere_01_C::S_Environment_SkySphere1' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_Environmental_SkySphere_01_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, SkyTickRate) == 0x000238, "Member 'ABP_Environmental_SkySphere_01_C::SkyTickRate' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Sky_Material) == 0x000240, "Member 'ABP_Environmental_SkySphere_01_C::Sky_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Directional_Light) == 0x000248, "Member 'ABP_Environmental_SkySphere_01_C::Directional_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Refresh_Material) == 0x000250, "Member 'ABP_Environmental_SkySphere_01_C::Refresh_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Sun_height) == 0x000254, "Member 'ABP_Environmental_SkySphere_01_C::Sun_height' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Horizon_color) == 0x000258, "Member 'ABP_Environmental_SkySphere_01_C::Horizon_color' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Zenith_color) == 0x000268, "Member 'ABP_Environmental_SkySphere_01_C::Zenith_color' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Overall_Color) == 0x000278, "Member 'ABP_Environmental_SkySphere_01_C::Overall_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Cloud_color) == 0x000288, "Member 'ABP_Environmental_SkySphere_01_C::Cloud_color' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Horizon_falloff) == 0x000298, "Member 'ABP_Environmental_SkySphere_01_C::Horizon_falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Cloud_Speed) == 0x00029C, "Member 'ABP_Environmental_SkySphere_01_C::Cloud_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Sun_brightness) == 0x0002A0, "Member 'ABP_Environmental_SkySphere_01_C::Sun_brightness' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, Sun_Radius) == 0x0002A4, "Member 'ABP_Environmental_SkySphere_01_C::Sun_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_Environmental_SkySphere_01_C, NewVar_0) == 0x0002A8, "Member 'ABP_Environmental_SkySphere_01_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR10_Tier1_C \ static_assert(alignof(ALL_NPCFoodRequest_WR10_Tier1_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR10_Tier1_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR10_Tier1_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR10_Tier1_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR10_Tier1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR10_Tier1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo \ static_assert(alignof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo"); \ static_assert(sizeof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo) == 0x0000C0, "Wrong size on HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, EntryPoint) == 0x000000, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, Temp_bool_Variable) == 0x000004, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, Temp_struct_Variable) == 0x000018, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, Temp_struct_Variable_1) == 0x000020, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CustomEvent_Show) == 0x000028, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CustomEvent_Show' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000048, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_DynamicCast_AsThird_Person_Character) == 0x000050, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CustomEvent_Sender_1) == 0x000060, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CustomEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000068, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CustomEvent_AmmoType) == 0x000071, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CustomEvent_AmmoType' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CreateDelegate_OutputDelegate_2) == 0x000074, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CustomEvent_IsGamepadNow) == 0x000084, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, CallFunc_GetUIKey_Key) == 0x000088, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_Select_Default) == 0x0000A0, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000A8, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo, K2Node_CustomEvent_Sender) == 0x0000B8, "Member 'HUDWeaponInfo_C_ExecuteUbergraph_HUDWeaponInfo::K2Node_CustomEvent_Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_OnItemChanged \ static_assert(alignof(HUDWeaponInfo_C_OnItemChanged) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_OnItemChanged"); \ static_assert(sizeof(HUDWeaponInfo_C_OnItemChanged) == 0x000008, "Wrong size on HUDWeaponInfo_C_OnItemChanged"); \ static_assert(offsetof(HUDWeaponInfo_C_OnItemChanged, Sender) == 0x000000, "Member 'HUDWeaponInfo_C_OnItemChanged::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_OnGamepadModeChange \ static_assert(alignof(HUDWeaponInfo_C_OnGamepadModeChange) == 0x000001, "Wrong alignment on HUDWeaponInfo_C_OnGamepadModeChange"); \ static_assert(sizeof(HUDWeaponInfo_C_OnGamepadModeChange) == 0x000001, "Wrong size on HUDWeaponInfo_C_OnGamepadModeChange"); \ static_assert(offsetof(HUDWeaponInfo_C_OnGamepadModeChange, IsGamepadNOW) == 0x000000, "Member 'HUDWeaponInfo_C_OnGamepadModeChange::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_OnAmmoAdded \ static_assert(alignof(HUDWeaponInfo_C_OnAmmoAdded) == 0x000001, "Wrong alignment on HUDWeaponInfo_C_OnAmmoAdded"); \ static_assert(sizeof(HUDWeaponInfo_C_OnAmmoAdded) == 0x000001, "Wrong size on HUDWeaponInfo_C_OnAmmoAdded"); \ static_assert(offsetof(HUDWeaponInfo_C_OnAmmoAdded, AmmoType) == 0x000000, "Member 'HUDWeaponInfo_C_OnAmmoAdded::AmmoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_UnbindOnWeaponChanged \ static_assert(alignof(HUDWeaponInfo_C_UnbindOnWeaponChanged) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_UnbindOnWeaponChanged"); \ static_assert(sizeof(HUDWeaponInfo_C_UnbindOnWeaponChanged) == 0x000008, "Wrong size on HUDWeaponInfo_C_UnbindOnWeaponChanged"); \ static_assert(offsetof(HUDWeaponInfo_C_UnbindOnWeaponChanged, Sender) == 0x000000, "Member 'HUDWeaponInfo_C_UnbindOnWeaponChanged::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_ShowMe \ static_assert(alignof(HUDWeaponInfo_C_ShowMe) == 0x000001, "Wrong alignment on HUDWeaponInfo_C_ShowMe"); \ static_assert(sizeof(HUDWeaponInfo_C_ShowMe) == 0x000001, "Wrong size on HUDWeaponInfo_C_ShowMe"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowMe, Show) == 0x000000, "Member 'HUDWeaponInfo_C_ShowMe::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_SetWeaponAmmo \ static_assert(alignof(HUDWeaponInfo_C_SetWeaponAmmo) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_SetWeaponAmmo"); \ static_assert(sizeof(HUDWeaponInfo_C_SetWeaponAmmo) == 0x000020, "Wrong size on HUDWeaponInfo_C_SetWeaponAmmo"); \ static_assert(offsetof(HUDWeaponInfo_C_SetWeaponAmmo, AmmoCount) == 0x000000, "Member 'HUDWeaponInfo_C_SetWeaponAmmo::AmmoCount' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetWeaponAmmo, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'HUDWeaponInfo_C_SetWeaponAmmo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_SetInventoryAmmo \ static_assert(alignof(HUDWeaponInfo_C_SetInventoryAmmo) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_SetInventoryAmmo"); \ static_assert(sizeof(HUDWeaponInfo_C_SetInventoryAmmo) == 0x000020, "Wrong size on HUDWeaponInfo_C_SetInventoryAmmo"); \ static_assert(offsetof(HUDWeaponInfo_C_SetInventoryAmmo, Value) == 0x000000, "Member 'HUDWeaponInfo_C_SetInventoryAmmo::Value' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetInventoryAmmo, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'HUDWeaponInfo_C_SetInventoryAmmo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_SetAmmoType \ static_assert(alignof(HUDWeaponInfo_C_SetAmmoType) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_SetAmmoType"); \ static_assert(sizeof(HUDWeaponInfo_C_SetAmmoType) == 0x000058, "Wrong size on HUDWeaponInfo_C_SetAmmoType"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, TargetIcon) == 0x000000, "Member 'HUDWeaponInfo_C_SetAmmoType::TargetIcon' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Value) == 0x000008, "Member 'HUDWeaponInfo_C_SetAmmoType::Value' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable) == 0x000010, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_1) == 0x000018, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_2) == 0x000020, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_3) == 0x000028, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_4) == 0x000030, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_5) == 0x000038, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_object_Variable_6) == 0x000040, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, Temp_int_Variable) == 0x000048, "Member 'HUDWeaponInfo_C_SetAmmoType::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetAmmoType, K2Node_Select_Default) == 0x000050, "Member 'HUDWeaponInfo_C_SetAmmoType::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_SetEffect \ static_assert(alignof(HUDWeaponInfo_C_SetEffect) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_SetEffect"); \ static_assert(sizeof(HUDWeaponInfo_C_SetEffect) == 0x000050, "Wrong size on HUDWeaponInfo_C_SetEffect"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Element) == 0x000000, "Member 'HUDWeaponInfo_C_SetEffect::Element' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_byte_Variable) == 0x000001, "Member 'HUDWeaponInfo_C_SetEffect::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'HUDWeaponInfo_C_SetEffect::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable) == 0x000008, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_1) == 0x000010, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_2) == 0x000018, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_3) == 0x000020, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_4) == 0x000028, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_5) == 0x000030, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_6) == 0x000038, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, Temp_object_Variable_7) == 0x000040, "Member 'HUDWeaponInfo_C_SetEffect::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_SetEffect, K2Node_Select_Default) == 0x000048, "Member 'HUDWeaponInfo_C_SetEffect::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_CheckAmmo \ static_assert(alignof(HUDWeaponInfo_C_CheckAmmo) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_CheckAmmo"); \ static_assert(sizeof(HUDWeaponInfo_C_CheckAmmo) == 0x0001B8, "Wrong size on HUDWeaponInfo_C_CheckAmmo"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_int_Variable) == 0x000000, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_int_Variable_1) == 0x000004, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x000008, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x000018, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetEnabledAltWeaponCore_ReturnValue) == 0x000021, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetEnabledAltWeaponCore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetBarrelDescription_ReturnValue) == 0x000028, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetMagazineDescription_ReturnValue) == 0x0000D0, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetCurrentAmmo_ReturnValue) == 0x000150, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetCurrentAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_int_Variable_2) == 0x000154, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_int_Variable_3) == 0x000158, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_int_Variable_4) == 0x00015C, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, Temp_byte_Variable) == 0x000160, "Member 'HUDWeaponInfo_C_CheckAmmo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetPlayerPawn_ReturnValue) == 0x000168, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_AsThird_Person_Character) == 0x000170, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_Select_Default) == 0x00017C, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetCurrentAmmoCountByClass_ReturnValue) == 0x000180, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetCurrentAmmoCountByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetCurrentAmmoCount_ReturnValue) == 0x000184, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetCurrentAmmoCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000188, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, K2Node_DynamicCast_bSuccess_3) == 0x000190, "Member 'HUDWeaponInfo_C_CheckAmmo::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_GetItemName_ReturnValue) == 0x000198, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001B0, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_CheckAmmo, CallFunc_IsValid_ReturnValue) == 0x0001B1, "Member 'HUDWeaponInfo_C_CheckAmmo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDWeaponInfo_C_ShowCoreHint \ static_assert(alignof(HUDWeaponInfo_C_ShowCoreHint) == 0x000008, "Wrong alignment on HUDWeaponInfo_C_ShowCoreHint"); \ static_assert(sizeof(HUDWeaponInfo_C_ShowCoreHint) == 0x0000D0, "Wrong size on HUDWeaponInfo_C_ShowCoreHint"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Weapon) == 0x000000, "Member 'HUDWeaponInfo_C_ShowCoreHint::Weapon' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_int_Variable) == 0x000008, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, CallFunc_GetBarrelDescription_ReturnValue) == 0x000010, "Member 'HUDWeaponInfo_C_ShowCoreHint::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, CallFunc_GetEnabledAltWeaponCore_ReturnValue) == 0x0000B0, "Member 'HUDWeaponInfo_C_ShowCoreHint::CallFunc_GetEnabledAltWeaponCore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, CallFunc_IsHaveAltCore_ReturnValue) == 0x0000B1, "Member 'HUDWeaponInfo_C_ShowCoreHint::CallFunc_IsHaveAltCore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'HUDWeaponInfo_C_ShowCoreHint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_int_Variable_1) == 0x0000B4, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_int_Variable_2) == 0x0000B8, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_int_Variable_3) == 0x0000BC, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_int_Variable_4) == 0x0000C0, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_bool_Variable) == 0x0000C4, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_byte_Variable) == 0x0000C5, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_byte_Variable_1) == 0x0000C6, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, K2Node_Select_Default) == 0x0000C7, "Member 'HUDWeaponInfo_C_ShowCoreHint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, Temp_byte_Variable_2) == 0x0000C8, "Member 'HUDWeaponInfo_C_ShowCoreHint::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDWeaponInfo_C_ShowCoreHint, K2Node_Select_Default_1) == 0x0000CC, "Member 'HUDWeaponInfo_C_ShowCoreHint::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDWeaponInfo_C \ static_assert(alignof(UHUDWeaponInfo_C) == 0x000008, "Wrong alignment on UHUDWeaponInfo_C"); \ static_assert(sizeof(UHUDWeaponInfo_C) == 0x0002D8, "Wrong size on UHUDWeaponInfo_C"); \ static_assert(offsetof(UHUDWeaponInfo_C, UberGraphFrame) == 0x000260, "Member 'UHUDWeaponInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, AppearanceAnimation) == 0x000268, "Member 'UHUDWeaponInfo_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, AltBulletIcon) == 0x000270, "Member 'UHUDWeaponInfo_C::AltBulletIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, BulletIcon) == 0x000278, "Member 'UHUDWeaponInfo_C::BulletIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, CoreHintBlock) == 0x000280, "Member 'UHUDWeaponInfo_C::CoreHintBlock' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, EffectIcon) == 0x000288, "Member 'UHUDWeaponInfo_C::EffectIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, HookIcon) == 0x000290, "Member 'UHUDWeaponInfo_C::HookIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, InfinityIcon) == 0x000298, "Member 'UHUDWeaponInfo_C::InfinityIcon' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, InvalidationBox_0) == 0x0002A0, "Member 'UHUDWeaponInfo_C::InvalidationBox_0' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, InventoryAmmoCount) == 0x0002A8, "Member 'UHUDWeaponInfo_C::InventoryAmmoCount' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, KeyDisplay_1) == 0x0002B0, "Member 'UHUDWeaponInfo_C::KeyDisplay_1' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, WeaponAmmoCount) == 0x0002B8, "Member 'UHUDWeaponInfo_C::WeaponAmmoCount' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, WeaponName) == 0x0002C0, "Member 'UHUDWeaponInfo_C::WeaponName' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, IsShow) == 0x0002C8, "Member 'UHUDWeaponInfo_C::IsShow' has a wrong offset!"); \ static_assert(offsetof(UHUDWeaponInfo_C, CurrentHeldWeapon) == 0x0002D0, "Member 'UHUDWeaponInfo_C::CurrentHeldWeapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer \ static_assert(alignof(RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer) == 0x000004, "Wrong alignment on RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer"); \ static_assert(sizeof(RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer) == 0x000004, "Wrong size on RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer"); \ static_assert(offsetof(RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer, EntryPoint) == 0x000000, "Member 'RofleemoEngineer_C_ExecuteUbergraph_RofleemoEngineer::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_SortDamagedFrames \ static_assert(alignof(RofleemoEngineer_C_SortDamagedFrames) == 0x000008, "Wrong alignment on RofleemoEngineer_C_SortDamagedFrames"); \ static_assert(sizeof(RofleemoEngineer_C_SortDamagedFrames) == 0x0000D0, "Wrong size on RofleemoEngineer_C_SortDamagedFrames"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, bDamagedFrameFind) == 0x000000, "Member 'RofleemoEngineer_C_SortDamagedFrames::bDamagedFrameFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, FrameMesh) == 0x000008, "Member 'RofleemoEngineer_C_SortDamagedFrames::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, L_MeshToRepair) == 0x000010, "Member 'RofleemoEngineer_C_SortDamagedFrames::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoEngineer_C_SortDamagedFrames::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoEngineer_C_SortDamagedFrames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'RofleemoEngineer_C_SortDamagedFrames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Array_Get_Item) == 0x000038, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000048, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000C0, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C2, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C3, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C5, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C6, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C7, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_BooleanOR_ReturnValue) == 0x0000C8, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_BooleanOR_ReturnValue_1) == 0x0000C9, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFrames, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CA, "Member 'RofleemoEngineer_C_SortDamagedFrames::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_SortDamagedWalls \ static_assert(alignof(RofleemoEngineer_C_SortDamagedWalls) == 0x000008, "Wrong alignment on RofleemoEngineer_C_SortDamagedWalls"); \ static_assert(sizeof(RofleemoEngineer_C_SortDamagedWalls) == 0x0000D0, "Wrong size on RofleemoEngineer_C_SortDamagedWalls"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, bDamagedWallFind) == 0x000000, "Member 'RofleemoEngineer_C_SortDamagedWalls::bDamagedWallFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, WallMesh) == 0x000008, "Member 'RofleemoEngineer_C_SortDamagedWalls::WallMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, L_MeshToRepair) == 0x000010, "Member 'RofleemoEngineer_C_SortDamagedWalls::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoEngineer_C_SortDamagedWalls::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoEngineer_C_SortDamagedWalls::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'RofleemoEngineer_C_SortDamagedWalls::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Array_Get_Item) == 0x000038, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000048, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000C0, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C2, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C3, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C5, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C6, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C7, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_BooleanOR_ReturnValue) == 0x0000C8, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_BooleanOR_ReturnValue_1) == 0x0000C9, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedWalls, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CA, "Member 'RofleemoEngineer_C_SortDamagedWalls::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_SortDamagedFloors \ static_assert(alignof(RofleemoEngineer_C_SortDamagedFloors) == 0x000008, "Wrong alignment on RofleemoEngineer_C_SortDamagedFloors"); \ static_assert(sizeof(RofleemoEngineer_C_SortDamagedFloors) == 0x0000D0, "Wrong size on RofleemoEngineer_C_SortDamagedFloors"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, bDamagedFloorMeshFind) == 0x000000, "Member 'RofleemoEngineer_C_SortDamagedFloors::bDamagedFloorMeshFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, FloorMesh) == 0x000008, "Member 'RofleemoEngineer_C_SortDamagedFloors::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, L_MeshToRepair) == 0x000010, "Member 'RofleemoEngineer_C_SortDamagedFloors::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoEngineer_C_SortDamagedFloors::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoEngineer_C_SortDamagedFloors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'RofleemoEngineer_C_SortDamagedFloors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Array_Get_Item) == 0x000038, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000048, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000C0, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Less_IntInt_ReturnValue) == 0x0000C1, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_BooleanAND_ReturnValue) == 0x0000C2, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C3, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C5, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C6, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C7, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C8, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_BooleanOR_ReturnValue) == 0x0000C9, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_BooleanOR_ReturnValue_1) == 0x0000CA, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedFloors, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CB, "Member 'RofleemoEngineer_C_SortDamagedFloors::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_SortDamagedModules \ static_assert(alignof(RofleemoEngineer_C_SortDamagedModules) == 0x000008, "Wrong alignment on RofleemoEngineer_C_SortDamagedModules"); \ static_assert(sizeof(RofleemoEngineer_C_SortDamagedModules) == 0x000188, "Wrong size on RofleemoEngineer_C_SortDamagedModules"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, bDamagedWagonModuleFind) == 0x000000, "Member 'RofleemoEngineer_C_SortDamagedModules::bDamagedWagonModuleFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, WagonModuleToRepair) == 0x000008, "Member 'RofleemoEngineer_C_SortDamagedModules::WagonModuleToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, L_SortedModule) == 0x000010, "Member 'RofleemoEngineer_C_SortDamagedModules::L_SortedModule' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable) == 0x000018, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000034, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_3) == 0x000044, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_4) == 0x000050, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000058, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item) == 0x000060, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00006C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_2) == 0x00006D, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006E, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_3) == 0x000070, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_2) == 0x000074, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_3) == 0x000078, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x00007D, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_3) == 0x000088, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_3) == 0x00008D, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue) == 0x00008E, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_2) == 0x000090, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_4) == 0x000098, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_4) == 0x00009C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000A0, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A1, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_3) == 0x0000A2, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000A3, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A4, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_4) == 0x0000A5, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000A6, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_3) == 0x0000A8, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_5) == 0x0000B0, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_5) == 0x0000B4, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000B8, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_4) == 0x0000BC, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000C0, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000C4, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_3) == 0x0000C8, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_5) == 0x0000CC, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000D0, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_5) == 0x0000D4, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_5) == 0x0000D8, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000DC, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_6) == 0x0000E0, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_5) == 0x0000E4, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000E8, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_4) == 0x0000EC, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_6) == 0x0000F0, "Member 'RofleemoEngineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_4) == 0x0000F8, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_5) == 0x000100, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_6) == 0x000108, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue) == 0x00010C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_1) == 0x000110, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_2) == 0x000114, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue) == 0x000118, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_1) == 0x000120, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue) == 0x000128, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000129, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_3) == 0x00012C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_4) == 0x000130, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_2) == 0x000138, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_3) == 0x000140, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x000148, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_3) == 0x000149, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_4) == 0x000150, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_4) == 0x000158, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_5) == 0x00015C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_5) == 0x000160, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_5) == 0x000168, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_FloatFloat_ReturnValue) == 0x000169, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00016A, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00016B, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_5) == 0x00016C, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00016D, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00016E, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanOR_ReturnValue) == 0x00016F, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanOR_ReturnValue_1) == 0x000170, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, K2Node_SwitchEnum_CmpSuccess) == 0x000171, "Member 'RofleemoEngineer_C_SortDamagedModules::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_6) == 0x000172, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_IsValid_ReturnValue) == 0x000173, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_6) == 0x000174, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Array_Get_Item_6) == 0x000178, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_6) == 0x000180, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_6) == 0x000181, "Member 'RofleemoEngineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_RepairModuleDurability \ static_assert(alignof(RofleemoEngineer_C_RepairModuleDurability) == 0x000008, "Wrong alignment on RofleemoEngineer_C_RepairModuleDurability"); \ static_assert(sizeof(RofleemoEngineer_C_RepairModuleDurability) == 0x000018, "Wrong size on RofleemoEngineer_C_RepairModuleDurability"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, RepairedModule) == 0x000000, "Member 'RofleemoEngineer_C_RepairModuleDurability::RepairedModule' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, L_CurrentPercent) == 0x000008, "Member 'RofleemoEngineer_C_RepairModuleDurability::L_CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, CallFunc_CanBeRepaired_ReturnValue) == 0x00000C, "Member 'RofleemoEngineer_C_RepairModuleDurability::CallFunc_CanBeRepaired_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000010, "Member 'RofleemoEngineer_C_RepairModuleDurability::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, CallFunc_HasAuthority_ReturnValue) == 0x000014, "Member 'RofleemoEngineer_C_RepairModuleDurability::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000015, "Member 'RofleemoEngineer_C_RepairModuleDurability::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairModuleDurability, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'RofleemoEngineer_C_RepairModuleDurability::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_RepairWagonDurability \ static_assert(alignof(RofleemoEngineer_C_RepairWagonDurability) == 0x000008, "Wrong alignment on RofleemoEngineer_C_RepairWagonDurability"); \ static_assert(sizeof(RofleemoEngineer_C_RepairWagonDurability) == 0x0000C0, "Wrong size on RofleemoEngineer_C_RepairWagonDurability"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, WagonModuleMesh) == 0x000000, "Member 'RofleemoEngineer_C_RepairWagonDurability::WagonModuleMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000010, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000088, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, K2Node_SwitchEnum_CmpSuccess) == 0x000089, "Member 'RofleemoEngineer_C_RepairWagonDurability::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_Add_FloatFloat_ReturnValue) == 0x000094, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000098, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_FMin_ReturnValue) == 0x00009C, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000A0, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000A8, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_BooleanOR_ReturnValue) == 0x0000B8, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_BooleanOR_ReturnValue_1) == 0x0000B9, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagonDurability, CallFunc_Not_PreBool_ReturnValue) == 0x0000BA, "Member 'RofleemoEngineer_C_RepairWagonDurability::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoEngineer_C_RepairWagon \ static_assert(alignof(RofleemoEngineer_C_RepairWagon) == 0x000008, "Wrong alignment on RofleemoEngineer_C_RepairWagon"); \ static_assert(sizeof(RofleemoEngineer_C_RepairWagon) == 0x000068, "Wrong size on RofleemoEngineer_C_RepairWagon"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, bWagonWasRepaired) == 0x000000, "Member 'RofleemoEngineer_C_RepairWagon::bWagonWasRepaired' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000001, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00000C, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_Get_Item) == 0x000010, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedFloors_bDamagedFloorMeshFind) == 0x000018, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedFloors_bDamagedFloorMeshFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedFloors_FloorMesh) == 0x000020, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedFloors_FloorMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedWalls_bDamagedWallFind) == 0x000028, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedWalls_bDamagedWallFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedWalls_WallMesh) == 0x000030, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedWalls_WallMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedFrames_bDamagedFrameFind) == 0x000040, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedFrames_bDamagedFrameFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedFrames_FrameMesh) == 0x000048, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedFrames_FrameMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedModules_bDamagedWagonModuleFind) == 0x000050, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedModules_bDamagedWagonModuleFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_SortDamagedModules_WagonModuleToRepair) == 0x000058, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_SortDamagedModules_WagonModuleToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoEngineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue_2) == 0x000060, "Member 'RofleemoEngineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoEngineer_C \ static_assert(alignof(ARofleemoEngineer_C) == 0x000010, "Wrong alignment on ARofleemoEngineer_C"); \ static_assert(sizeof(ARofleemoEngineer_C) == 0x0011A0, "Wrong size on ARofleemoEngineer_C"); \ static_assert(offsetof(ARofleemoEngineer_C, UberGraphFrame_RofleemoEngineer_C) == 0x001140, "Member 'ARofleemoEngineer_C::UberGraphFrame_RofleemoEngineer_C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, ModuleDamagedMeshes) == 0x001148, "Member 'ARofleemoEngineer_C::ModuleDamagedMeshes' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, DurabilityPercent) == 0x001158, "Member 'ARofleemoEngineer_C::DurabilityPercent' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, Tier3ModulesToRestore) == 0x001160, "Member 'ARofleemoEngineer_C::Tier3ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, Tier4ModulesToRestore) == 0x001170, "Member 'ARofleemoEngineer_C::Tier4ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, Tier5ModulesToRestore) == 0x001180, "Member 'ARofleemoEngineer_C::Tier5ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(ARofleemoEngineer_C, SamePriorityModules) == 0x001190, "Member 'ARofleemoEngineer_C::SamePriorityModules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon \ static_assert(alignof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon) == 0x000008, "Wrong alignment on HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon"); \ static_assert(sizeof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon) == 0x000040, "Wrong size on HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, EntryPoint) == 0x000000, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000030, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_NaziReloadWeapon_C_ExecuteUbergraph_HTN_NaziReloadWeapon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziReloadWeapon_C_ReceiveExecute \ static_assert(alignof(HTN_NaziReloadWeapon_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziReloadWeapon_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziReloadWeapon_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziReloadWeapon_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziReloadWeapon_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziReloadWeapon_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziReloadWeapon_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps) == 0x000058, "Wrong size on HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetSlot_ReturnValue) == 0x000028, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetSlot_ReturnValue_1) == 0x000030, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000048, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_3) == 0x000051, "Member 'HTN_NaziReloadWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziReloadWeapon_C \ static_assert(alignof(UHTN_NaziReloadWeapon_C) == 0x000008, "Wrong alignment on UHTN_NaziReloadWeapon_C"); \ static_assert(sizeof(UHTN_NaziReloadWeapon_C) == 0x000100, "Wrong size on UHTN_NaziReloadWeapon_C"); \ static_assert(offsetof(UHTN_NaziReloadWeapon_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziReloadWeapon_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge \ static_assert(alignof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge) == 0x000008, "Wrong alignment on HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge"); \ static_assert(sizeof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge) == 0x000128, "Wrong size on HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, EntryPoint) == 0x000000, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_Event_IsDesignTime) == 0x000020, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000028, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x000040, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CustomEvent_Hook) == 0x000048, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CustomEvent_Hook' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000050, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsMagnetismEnabled_ReturnValue) == 0x000059, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsMagnetismEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetActiveSlot_ReturnValue) == 0x000060, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetItemInstance_ReturnValue) == 0x000068, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetActiveSlot_ReturnValue_1) == 0x000070, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetActiveSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetItemInstance_ReturnValue_1) == 0x000080, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetItemInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetChargeProgress_ReturnValue) == 0x000088, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetChargeProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsValid_ReturnValue_2) == 0x00008C, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x000090, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_GetOwningPlayerPawn_ReturnValue_2) == 0x0000A0, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_GetOwningPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_AsFGPlayer_Character_2) == 0x0000A8, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_AsFGPlayer_Character_2' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000B8, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C0, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsVisible_ReturnValue) == 0x0000C8, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000CC, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000DC, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, CallFunc_IsValid_ReturnValue_3) == 0x0000EC, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F0, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CustomEvent_Placeholder) == 0x000100, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate_4) == 0x000108, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge, K2Node_CreateDelegate_OutputDelegate_5) == 0x000118, "Member 'HUDHookCharge_C_ExecuteUbergraph_HUDHookCharge::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_OnSlotUpdate \ static_assert(alignof(HUDHookCharge_C_OnSlotUpdate) == 0x000008, "Wrong alignment on HUDHookCharge_C_OnSlotUpdate"); \ static_assert(sizeof(HUDHookCharge_C_OnSlotUpdate) == 0x000008, "Wrong size on HUDHookCharge_C_OnSlotUpdate"); \ static_assert(offsetof(HUDHookCharge_C_OnSlotUpdate, Placeholder) == 0x000000, "Member 'HUDHookCharge_C_OnSlotUpdate::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_OnChargeTick \ static_assert(alignof(HUDHookCharge_C_OnChargeTick) == 0x000008, "Wrong alignment on HUDHookCharge_C_OnChargeTick"); \ static_assert(sizeof(HUDHookCharge_C_OnChargeTick) == 0x000008, "Wrong size on HUDHookCharge_C_OnChargeTick"); \ static_assert(offsetof(HUDHookCharge_C_OnChargeTick, Hook) == 0x000000, "Member 'HUDHookCharge_C_OnChargeTick::Hook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_PreConstruct \ static_assert(alignof(HUDHookCharge_C_PreConstruct) == 0x000001, "Wrong alignment on HUDHookCharge_C_PreConstruct"); \ static_assert(sizeof(HUDHookCharge_C_PreConstruct) == 0x000001, "Wrong size on HUDHookCharge_C_PreConstruct"); \ static_assert(offsetof(HUDHookCharge_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'HUDHookCharge_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_OnInputUpdate \ static_assert(alignof(HUDHookCharge_C_OnInputUpdate) == 0x000001, "Wrong alignment on HUDHookCharge_C_OnInputUpdate"); \ static_assert(sizeof(HUDHookCharge_C_OnInputUpdate) == 0x000001, "Wrong size on HUDHookCharge_C_OnInputUpdate"); \ static_assert(offsetof(HUDHookCharge_C_OnInputUpdate, IsGamepad) == 0x000000, "Member 'HUDHookCharge_C_OnInputUpdate::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_CheckShowProgressBar \ static_assert(alignof(HUDHookCharge_C_CheckShowProgressBar) == 0x000008, "Wrong alignment on HUDHookCharge_C_CheckShowProgressBar"); \ static_assert(sizeof(HUDHookCharge_C_CheckShowProgressBar) == 0x000018, "Wrong size on HUDHookCharge_C_CheckShowProgressBar"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000000, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_IsVisible_ReturnValue_1) == 0x000010, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowProgressBar, CallFunc_BooleanOR_ReturnValue_1) == 0x000013, "Member 'HUDHookCharge_C_CheckShowProgressBar::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_CheckShowMagnetismHint \ static_assert(alignof(HUDHookCharge_C_CheckShowMagnetismHint) == 0x000001, "Wrong alignment on HUDHookCharge_C_CheckShowMagnetismHint"); \ static_assert(sizeof(HUDHookCharge_C_CheckShowMagnetismHint) == 0x000002, "Wrong size on HUDHookCharge_C_CheckShowMagnetismHint"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowMagnetismHint, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'HUDHookCharge_C_CheckShowMagnetismHint::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDHookCharge_C_CheckShowMagnetismHint, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'HUDHookCharge_C_CheckShowMagnetismHint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDHookCharge_C_ShowInitialState \ static_assert(alignof(HUDHookCharge_C_ShowInitialState) == 0x000008, "Wrong alignment on HUDHookCharge_C_ShowInitialState"); \ static_assert(sizeof(HUDHookCharge_C_ShowInitialState) == 0x000008, "Wrong size on HUDHookCharge_C_ShowInitialState"); \ static_assert(offsetof(HUDHookCharge_C_ShowInitialState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'HUDHookCharge_C_ShowInitialState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDHookCharge_C \ static_assert(alignof(UHUDHookCharge_C) == 0x000008, "Wrong alignment on UHUDHookCharge_C"); \ static_assert(sizeof(UHUDHookCharge_C) == 0x000348, "Wrong size on UHUDHookCharge_C"); \ static_assert(offsetof(UHUDHookCharge_C, UberGraphFrame) == 0x000260, "Member 'UHUDHookCharge_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, HideAnimation) == 0x000268, "Member 'UHUDHookCharge_C::HideAnimation' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, ShowAnimation) == 0x000270, "Member 'UHUDHookCharge_C::ShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, ChargeText) == 0x000278, "Member 'UHUDHookCharge_C::ChargeText' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, KeyDisplay) == 0x000280, "Member 'UHUDHookCharge_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, KeyDisplay_1) == 0x000288, "Member 'UHUDHookCharge_C::KeyDisplay_1' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, MagnetText) == 0x000290, "Member 'UHUDHookCharge_C::MagnetText' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, ProgressImage) == 0x000298, "Member 'UHUDHookCharge_C::ProgressImage' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, VerticalBox_0) == 0x0002A0, "Member 'UHUDHookCharge_C::VerticalBox_0' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, ProgressMaterial) == 0x0002A8, "Member 'UHUDHookCharge_C::ProgressMaterial' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, ProgressBrush) == 0x0002B0, "Member 'UHUDHookCharge_C::ProgressBrush' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, HideTimer) == 0x000338, "Member 'UHUDHookCharge_C::HideTimer' has a wrong offset!"); \ static_assert(offsetof(UHUDHookCharge_C, As_FGWeapon_GHook) == 0x000340, "Member 'UHUDHookCharge_C::As_FGWeapon_GHook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection \ static_assert(alignof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection) == 0x000008, "Wrong alignment on HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection"); \ static_assert(sizeof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection) == 0x0000D0, "Wrong size on HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, EntryPoint) == 0x000000, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_DamageLocation) == 0x000014, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_DamageLocation' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_MakeArray_Array) == 0x000020, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_DamagedActor) == 0x000038, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_Damage) == 0x000040, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_DamageType) == 0x000048, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_InstigatedBy) == 0x000050, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_DamageCauser) == 0x000058, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00007D, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_IsValid_ReturnValue_1) == 0x00007E, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_IsValid_ReturnValue_2) == 0x00008C, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000094, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000A0, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, Temp_bool_True_if_break_was_hit_Variable) == 0x0000A8, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0000B0, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_BooleanAND_ReturnValue) == 0x0000BA, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, Temp_int_Array_Index_Variable) == 0x0000BC, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, K2Node_CustomEvent_Char) == 0x0000C0, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::K2Node_CustomEvent_Char' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'HUDDamageDirection_C_ExecuteUbergraph_HUDDamageDirection::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDDamageDirection_C_UnbindOnTakeDamage \ static_assert(alignof(HUDDamageDirection_C_UnbindOnTakeDamage) == 0x000008, "Wrong alignment on HUDDamageDirection_C_UnbindOnTakeDamage"); \ static_assert(sizeof(HUDDamageDirection_C_UnbindOnTakeDamage) == 0x000008, "Wrong size on HUDDamageDirection_C_UnbindOnTakeDamage"); \ static_assert(offsetof(HUDDamageDirection_C_UnbindOnTakeDamage, Char) == 0x000000, "Member 'HUDDamageDirection_C_UnbindOnTakeDamage::Char' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDDamageDirection_C_OnTakeAnyDamage \ static_assert(alignof(HUDDamageDirection_C_OnTakeAnyDamage) == 0x000008, "Wrong alignment on HUDDamageDirection_C_OnTakeAnyDamage"); \ static_assert(sizeof(HUDDamageDirection_C_OnTakeAnyDamage) == 0x000028, "Wrong size on HUDDamageDirection_C_OnTakeAnyDamage"); \ static_assert(offsetof(HUDDamageDirection_C_OnTakeAnyDamage, DamagedActor) == 0x000000, "Member 'HUDDamageDirection_C_OnTakeAnyDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_OnTakeAnyDamage, Damage) == 0x000008, "Member 'HUDDamageDirection_C_OnTakeAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_OnTakeAnyDamage, DamageType) == 0x000010, "Member 'HUDDamageDirection_C_OnTakeAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_OnTakeAnyDamage, InstigatedBy) == 0x000018, "Member 'HUDDamageDirection_C_OnTakeAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(HUDDamageDirection_C_OnTakeAnyDamage, DamageCauser) == 0x000020, "Member 'HUDDamageDirection_C_OnTakeAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDDamageDirection_C_ShowDamage \ static_assert(alignof(HUDDamageDirection_C_ShowDamage) == 0x000004, "Wrong alignment on HUDDamageDirection_C_ShowDamage"); \ static_assert(sizeof(HUDDamageDirection_C_ShowDamage) == 0x00000C, "Wrong size on HUDDamageDirection_C_ShowDamage"); \ static_assert(offsetof(HUDDamageDirection_C_ShowDamage, DamageLocation) == 0x000000, "Member 'HUDDamageDirection_C_ShowDamage::DamageLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDDamageDirection_C \ static_assert(alignof(UHUDDamageDirection_C) == 0x000008, "Wrong alignment on UHUDDamageDirection_C"); \ static_assert(sizeof(UHUDDamageDirection_C) == 0x0002A0, "Wrong size on UHUDDamageDirection_C"); \ static_assert(offsetof(UHUDDamageDirection_C, UberGraphFrame) == 0x000260, "Member 'UHUDDamageDirection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageDirectionEllement) == 0x000268, "Member 'UHUDDamageDirection_C::DamageDirectionEllement' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageDirectionEllement_1) == 0x000270, "Member 'UHUDDamageDirection_C::DamageDirectionEllement_1' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageDirectionEllement_2) == 0x000278, "Member 'UHUDDamageDirection_C::DamageDirectionEllement_2' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageDirectionEllement_3) == 0x000280, "Member 'UHUDDamageDirection_C::DamageDirectionEllement_3' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageDirectionEllement_4) == 0x000288, "Member 'UHUDDamageDirection_C::DamageDirectionEllement_4' has a wrong offset!"); \ static_assert(offsetof(UHUDDamageDirection_C, DamageEllements) == 0x000290, "Member 'UHUDDamageDirection_C::DamageEllements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_ExecuteUbergraph_HUDChat \ static_assert(alignof(HUDChat_C_ExecuteUbergraph_HUDChat) == 0x000008, "Wrong alignment on HUDChat_C_ExecuteUbergraph_HUDChat"); \ static_assert(sizeof(HUDChat_C_ExecuteUbergraph_HUDChat) == 0x0002B0, "Wrong size on HUDChat_C_ExecuteUbergraph_HUDChat"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, EntryPoint) == 0x000000, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, Temp_bool_Variable) == 0x000018, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, Temp_object_Variable) == 0x000038, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000040, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, Temp_object_Variable_1) == 0x000048, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_CustomEvent_Sender) == 0x000050, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_CustomEvent_Message) == 0x000068, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_CustomEvent_Message' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_CustomEvent_Type) == 0x000080, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_Select_Default) == 0x000088, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Not_PreBool_ReturnValue_1) == 0x000091, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_PlayAnimationForward_ReturnValue) == 0x000098, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000A0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_Event_InFocusEvent) == 0x0000A8, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_Event_InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000B0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetHUD_ReturnValue_1) == 0x0000B8, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000C0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_Event_IsDesignTime) == 0x0000D1, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_ComponentBoundEvent_Text_1) == 0x0000D8, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Len_ReturnValue) == 0x000100, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000108, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Left_ReturnValue) == 0x000110, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Conv_StringToText_ReturnValue) == 0x000120, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetPlayerName_ReturnValue) == 0x000138, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000148, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000160, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_bSuccess_2) == 0x000168, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_MakeStruct_FormatArgumentData) == 0x000170, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Greater_IntInt_ReturnValue) == 0x0001B0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001B1, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_MakeLiteralText_ReturnValue) == 0x0001B8, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D0, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_MakeArray_Array) == 0x000210, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Format_ReturnValue) == 0x000220, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_IsVisible_ReturnValue) == 0x000238, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetText_ReturnValue) == 0x000240, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_IsVisible_ReturnValue_1) == 0x000258, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_ComponentBoundEvent_Text) == 0x000260, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_ComponentBoundEvent_CommitMethod) == 0x000278, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000280, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetHUD_ReturnValue_2) == 0x000288, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_TextIsEmpty_ReturnValue) == 0x000290, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_AsHUD_Interface_2) == 0x000298, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, K2Node_DynamicCast_bSuccess_3) == 0x0002A8, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002A9, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ExecuteUbergraph_HUDChat, CallFunc_GetIsGamepadNow_IsGamepad_1) == 0x0002AA, "Member 'HUDChat_C_ExecuteUbergraph_HUDChat::CallFunc_GetIsGamepadNow_IsGamepad_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature \ static_assert(alignof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(sizeof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(offsetof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_0_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature \ static_assert(alignof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(sizeof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000018, "Wrong size on HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(offsetof(HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'HUDChat_C_BndEvt__HUDChat_ChatInput_K2Node_ComponentBoundEvent_1_OnEditableTextBoxChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_PreConstruct \ static_assert(alignof(HUDChat_C_PreConstruct) == 0x000001, "Wrong alignment on HUDChat_C_PreConstruct"); \ static_assert(sizeof(HUDChat_C_PreConstruct) == 0x000001, "Wrong size on HUDChat_C_PreConstruct"); \ static_assert(offsetof(HUDChat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'HUDChat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_OnRemovedFromFocusPath \ static_assert(alignof(HUDChat_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on HUDChat_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(HUDChat_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on HUDChat_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(HUDChat_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'HUDChat_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_AddChatMessage \ static_assert(alignof(HUDChat_C_AddChatMessage) == 0x000008, "Wrong alignment on HUDChat_C_AddChatMessage"); \ static_assert(sizeof(HUDChat_C_AddChatMessage) == 0x000038, "Wrong size on HUDChat_C_AddChatMessage"); \ static_assert(offsetof(HUDChat_C_AddChatMessage, Sender) == 0x000000, "Member 'HUDChat_C_AddChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddChatMessage, Message) == 0x000018, "Member 'HUDChat_C_AddChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddChatMessage, Type) == 0x000030, "Member 'HUDChat_C_AddChatMessage::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_OnKeyUp \ static_assert(alignof(HUDChat_C_OnKeyUp) == 0x000008, "Wrong alignment on HUDChat_C_OnKeyUp"); \ static_assert(sizeof(HUDChat_C_OnKeyUp) == 0x0003F8, "Wrong size on HUDChat_C_OnKeyUp"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'HUDChat_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'HUDChat_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'HUDChat_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000140, "Member 'HUDChat_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'HUDChat_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001F9, "Member 'HUDChat_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001FA, "Member 'HUDChat_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetUIKey_Key) == 0x000200, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x000218, "Member 'HUDChat_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000219, "Member 'HUDChat_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x00021A, "Member 'HUDChat_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetText_ReturnValue) == 0x000220, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetUIKey_Key_1) == 0x000238, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetUIKey_Key_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000250, "Member 'HUDChat_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000258, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x000260, "Member 'HUDChat_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_GetHUD_ReturnValue) == 0x000268, "Member 'HUDChat_C_OnKeyUp::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, K2Node_DynamicCast_AsHUD_Interface) == 0x000270, "Member 'HUDChat_C_OnKeyUp::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, K2Node_DynamicCast_bSuccess) == 0x000280, "Member 'HUDChat_C_OnKeyUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000288, "Member 'HUDChat_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000340, "Member 'HUDChat_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_GetIsOpened \ static_assert(alignof(HUDChat_C_GetIsOpened) == 0x000001, "Wrong alignment on HUDChat_C_GetIsOpened"); \ static_assert(sizeof(HUDChat_C_GetIsOpened) == 0x000001, "Wrong size on HUDChat_C_GetIsOpened"); \ static_assert(offsetof(HUDChat_C_GetIsOpened, ReturnValue) == 0x000000, "Member 'HUDChat_C_GetIsOpened::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_ClearOldMessage \ static_assert(alignof(HUDChat_C_ClearOldMessage) == 0x000008, "Wrong alignment on HUDChat_C_ClearOldMessage"); \ static_assert(sizeof(HUDChat_C_ClearOldMessage) == 0x000010, "Wrong size on HUDChat_C_ClearOldMessage"); \ static_assert(offsetof(HUDChat_C_ClearOldMessage, CallFunc_GetChildAt_ReturnValue) == 0x000000, "Member 'HUDChat_C_ClearOldMessage::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ClearOldMessage, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'HUDChat_C_ClearOldMessage::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_ClearOldMessage, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'HUDChat_C_ClearOldMessage::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_AddNewChatMessage \ static_assert(alignof(HUDChat_C_AddNewChatMessage) == 0x000008, "Wrong alignment on HUDChat_C_AddNewChatMessage"); \ static_assert(sizeof(HUDChat_C_AddNewChatMessage) == 0x000068, "Wrong size on HUDChat_C_AddNewChatMessage"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, Sender) == 0x000000, "Member 'HUDChat_C_AddNewChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, Message) == 0x000018, "Member 'HUDChat_C_AddNewChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, Type) == 0x000030, "Member 'HUDChat_C_AddNewChatMessage::Type' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, CallFunc_Create_ReturnValue) == 0x000038, "Member 'HUDChat_C_AddNewChatMessage::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, K2Node_MakeStruct_Margin) == 0x000040, "Member 'HUDChat_C_AddNewChatMessage::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, CallFunc_AddChild_ReturnValue) == 0x000050, "Member 'HUDChat_C_AddNewChatMessage::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, K2Node_DynamicCast_AsScroll_Box_Slot) == 0x000058, "Member 'HUDChat_C_AddNewChatMessage::K2Node_DynamicCast_AsScroll_Box_Slot' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_AddNewChatMessage, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'HUDChat_C_AddNewChatMessage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_CommitMessage \ static_assert(alignof(HUDChat_C_CommitMessage) == 0x000008, "Wrong alignment on HUDChat_C_CommitMessage"); \ static_assert(sizeof(HUDChat_C_CommitMessage) == 0x000100, "Wrong size on HUDChat_C_CommitMessage"); \ static_assert(offsetof(HUDChat_C_CommitMessage, MessageText) == 0x000000, "Member 'HUDChat_C_CommitMessage::MessageText' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'HUDChat_C_CommitMessage::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000028, "Member 'HUDChat_C_CommitMessage::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetOwningPlayer_ReturnValue) == 0x000038, "Member 'HUDChat_C_CommitMessage::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_Len_ReturnValue) == 0x000040, "Member 'HUDChat_C_CommitMessage::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetHUD_ReturnValue) == 0x000048, "Member 'HUDChat_C_CommitMessage::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_AsHUD_Interface) == 0x000050, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_InRange_IntInt_ReturnValue) == 0x000061, "Member 'HUDChat_C_CommitMessage::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000068, "Member 'HUDChat_C_CommitMessage::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_SanitizeText_ReturnValue) == 0x000070, "Member 'HUDChat_C_CommitMessage::CallFunc_SanitizeText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000080, "Member 'HUDChat_C_CommitMessage::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'HUDChat_C_CommitMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetHUD_ReturnValue_1) == 0x0000A0, "Member 'HUDChat_C_CommitMessage::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x0000A8, "Member 'HUDChat_C_CommitMessage::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000B0, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_GetPlayerName_ReturnValue) == 0x0000C8, "Member 'HUDChat_C_CommitMessage::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_AsMain_Char_Controller) == 0x0000D8, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, K2Node_DynamicCast_bSuccess_2) == 0x0000E0, "Member 'HUDChat_C_CommitMessage::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_CommitMessage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E8, "Member 'HUDChat_C_CommitMessage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_OnPreviewKeyDown \ static_assert(alignof(HUDChat_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on HUDChat_C_OnPreviewKeyDown"); \ static_assert(sizeof(HUDChat_C_OnPreviewKeyDown) == 0x0003D0, "Wrong size on HUDChat_C_OnPreviewKeyDown"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'HUDChat_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'HUDChat_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'HUDChat_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000140, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001F8, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_GetUIKey_Key) == 0x000200, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_GetUIKey_Key_1) == 0x000218, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_GetUIKey_Key_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000238, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000250, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000251, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue_1) == 0x000258, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000310, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_OnPreviewKeyDown, CallFunc_Handled_ReturnValue) == 0x000318, "Member 'HUDChat_C_OnPreviewKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDChat_C_TrimLastChar \ static_assert(alignof(HUDChat_C_TrimLastChar) == 0x000008, "Wrong alignment on HUDChat_C_TrimLastChar"); \ static_assert(sizeof(HUDChat_C_TrimLastChar) == 0x000058, "Wrong size on HUDChat_C_TrimLastChar"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_GetText_ReturnValue) == 0x000000, "Member 'HUDChat_C_TrimLastChar::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'HUDChat_C_TrimLastChar::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_Len_ReturnValue) == 0x000028, "Member 'HUDChat_C_TrimLastChar::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'HUDChat_C_TrimLastChar::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_Left_ReturnValue) == 0x000030, "Member 'HUDChat_C_TrimLastChar::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDChat_C_TrimLastChar, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'HUDChat_C_TrimLastChar::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDChat_C \ static_assert(alignof(UHUDChat_C) == 0x000008, "Wrong alignment on UHUDChat_C"); \ static_assert(sizeof(UHUDChat_C) == 0x0002C0, "Wrong size on UHUDChat_C"); \ static_assert(offsetof(UHUDChat_C, UberGraphFrame) == 0x000260, "Member 'UHUDChat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, HideNewMessage) == 0x000268, "Member 'UHUDChat_C::HideNewMessage' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, ShowNewMessage) == 0x000270, "Member 'UHUDChat_C::ShowNewMessage' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, ChatInput) == 0x000278, "Member 'UHUDChat_C::ChatInput' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, ChatWrapper) == 0x000280, "Member 'UHUDChat_C::ChatWrapper' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, Image_37) == 0x000288, "Member 'UHUDChat_C::Image_37' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, InvalidationWrapper) == 0x000290, "Member 'UHUDChat_C::InvalidationWrapper' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, MessagesContainer) == 0x000298, "Member 'UHUDChat_C::MessagesContainer' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, SubmitButton) == 0x0002A0, "Member 'UHUDChat_C::SubmitButton' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, SubmitKeyHint) == 0x0002A8, "Member 'UHUDChat_C::SubmitKeyHint' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, bIsOpen) == 0x0002B0, "Member 'UHUDChat_C::bIsOpen' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, MessageCharsLimit) == 0x0002B4, "Member 'UHUDChat_C::MessageCharsLimit' has a wrong offset!"); \ static_assert(offsetof(UHUDChat_C, bIsRegistered) == 0x0002B8, "Member 'UHUDChat_C::bIsRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_ExecuteUbergraph_EnemyHP \ static_assert(alignof(EnemyHP_C_ExecuteUbergraph_EnemyHP) == 0x000008, "Wrong alignment on EnemyHP_C_ExecuteUbergraph_EnemyHP"); \ static_assert(sizeof(EnemyHP_C_ExecuteUbergraph_EnemyHP) == 0x0000C0, "Wrong size on EnemyHP_C_ExecuteUbergraph_EnemyHP"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, EntryPoint) == 0x000000, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000004, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, K2Node_CustomEvent_EnemyOnFocus) == 0x000008, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::K2Node_CustomEvent_EnemyOnFocus' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetMI_MainFill_Result) == 0x000038, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetMI_MainFill_Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetMI_DiffrentFill_Result) == 0x000040, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetMI_DiffrentFill_Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetMI_DiffrentFill_Result_1) == 0x000048, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetMI_DiffrentFill_Result_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetMI_PointerEnd_Result) == 0x000050, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetMI_PointerEnd_Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetMI_PointerEnd_Result_1) == 0x000058, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetMI_PointerEnd_Result_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000060, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_MapRangeClamped_ReturnValue) == 0x000064, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, K2Node_CustomEvent_DamagedEnemy) == 0x000068, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::K2Node_CustomEvent_DamagedEnemy' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, K2Node_CustomEvent_Health) == 0x000070, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::K2Node_CustomEvent_Health' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000074, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000075, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, K2Node_CustomEvent_Percent) == 0x000078, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00007C, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_FClamp_ReturnValue) == 0x000080, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000084, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000088, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000090, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetRenderOpacity_ReturnValue) == 0x000098, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_GetRenderOpacity_ReturnValue_1) == 0x00009C, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_GetRenderOpacity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000A0, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x0000A1, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000A2, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0000B4, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_ExecuteUbergraph_EnemyHP, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'EnemyHP_C_ExecuteUbergraph_EnemyHP::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_DisplayDamage \ static_assert(alignof(EnemyHP_C_DisplayDamage) == 0x000008, "Wrong alignment on EnemyHP_C_DisplayDamage"); \ static_assert(sizeof(EnemyHP_C_DisplayDamage) == 0x000010, "Wrong size on EnemyHP_C_DisplayDamage"); \ static_assert(offsetof(EnemyHP_C_DisplayDamage, DamagedEnemy) == 0x000000, "Member 'EnemyHP_C_DisplayDamage::DamagedEnemy' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_DisplayDamage, Health) == 0x000008, "Member 'EnemyHP_C_DisplayDamage::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_ShowWidget \ static_assert(alignof(EnemyHP_C_ShowWidget) == 0x000008, "Wrong alignment on EnemyHP_C_ShowWidget"); \ static_assert(sizeof(EnemyHP_C_ShowWidget) == 0x000028, "Wrong size on EnemyHP_C_ShowWidget"); \ static_assert(offsetof(EnemyHP_C_ShowWidget, EnemyOnFocus) == 0x000000, "Member 'EnemyHP_C_ShowWidget::EnemyOnFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_SetPercent \ static_assert(alignof(EnemyHP_C_SetPercent) == 0x000004, "Wrong alignment on EnemyHP_C_SetPercent"); \ static_assert(sizeof(EnemyHP_C_SetPercent) == 0x000004, "Wrong size on EnemyHP_C_SetPercent"); \ static_assert(offsetof(EnemyHP_C_SetPercent, Percent) == 0x000000, "Member 'EnemyHP_C_SetPercent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_GetMI_MainFill \ static_assert(alignof(EnemyHP_C_GetMI_MainFill) == 0x000008, "Wrong alignment on EnemyHP_C_GetMI_MainFill"); \ static_assert(sizeof(EnemyHP_C_GetMI_MainFill) == 0x000018, "Wrong size on EnemyHP_C_GetMI_MainFill"); \ static_assert(offsetof(EnemyHP_C_GetMI_MainFill, Result) == 0x000000, "Member 'EnemyHP_C_GetMI_MainFill::Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_MainFill, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'EnemyHP_C_GetMI_MainFill::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_MainFill, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'EnemyHP_C_GetMI_MainFill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_GetMI_DiffrentFill \ static_assert(alignof(EnemyHP_C_GetMI_DiffrentFill) == 0x000008, "Wrong alignment on EnemyHP_C_GetMI_DiffrentFill"); \ static_assert(sizeof(EnemyHP_C_GetMI_DiffrentFill) == 0x000018, "Wrong size on EnemyHP_C_GetMI_DiffrentFill"); \ static_assert(offsetof(EnemyHP_C_GetMI_DiffrentFill, Result) == 0x000000, "Member 'EnemyHP_C_GetMI_DiffrentFill::Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_DiffrentFill, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'EnemyHP_C_GetMI_DiffrentFill::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_DiffrentFill, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'EnemyHP_C_GetMI_DiffrentFill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_GetMI_PointerEnd \ static_assert(alignof(EnemyHP_C_GetMI_PointerEnd) == 0x000008, "Wrong alignment on EnemyHP_C_GetMI_PointerEnd"); \ static_assert(sizeof(EnemyHP_C_GetMI_PointerEnd) == 0x000018, "Wrong size on EnemyHP_C_GetMI_PointerEnd"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerEnd, Result) == 0x000000, "Member 'EnemyHP_C_GetMI_PointerEnd::Result' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerEnd, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'EnemyHP_C_GetMI_PointerEnd::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerEnd, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'EnemyHP_C_GetMI_PointerEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyHP_C_GetMI_PointerStart \ static_assert(alignof(EnemyHP_C_GetMI_PointerStart) == 0x000008, "Wrong alignment on EnemyHP_C_GetMI_PointerStart"); \ static_assert(sizeof(EnemyHP_C_GetMI_PointerStart) == 0x000018, "Wrong size on EnemyHP_C_GetMI_PointerStart"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerStart, NewParam) == 0x000000, "Member 'EnemyHP_C_GetMI_PointerStart::NewParam' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerStart, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'EnemyHP_C_GetMI_PointerStart::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyHP_C_GetMI_PointerStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'EnemyHP_C_GetMI_PointerStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyHP_C \ static_assert(alignof(UEnemyHP_C) == 0x000008, "Wrong alignment on UEnemyHP_C"); \ static_assert(sizeof(UEnemyHP_C) == 0x000308, "Wrong size on UEnemyHP_C"); \ static_assert(offsetof(UEnemyHP_C, UberGraphFrame) == 0x000260, "Member 'UEnemyHP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, Appearance) == 0x000268, "Member 'UEnemyHP_C::Appearance' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, Backround) == 0x000270, "Member 'UEnemyHP_C::Backround' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, DiffrentFill) == 0x000278, "Member 'UEnemyHP_C::DiffrentFill' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, Fill) == 0x000280, "Member 'UEnemyHP_C::Fill' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, OverlayContainer) == 0x000288, "Member 'UEnemyHP_C::OverlayContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, PointerEnd) == 0x000290, "Member 'UEnemyHP_C::PointerEnd' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, PointerStart) == 0x000298, "Member 'UEnemyHP_C::PointerStart' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, MI_MainFill) == 0x0002A0, "Member 'UEnemyHP_C::MI_MainFill' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, MI_DiffrentFill) == 0x0002A8, "Member 'UEnemyHP_C::MI_DiffrentFill' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, MI_PointerEnd) == 0x0002B0, "Member 'UEnemyHP_C::MI_PointerEnd' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, MI_PointerStart) == 0x0002B8, "Member 'UEnemyHP_C::MI_PointerStart' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, MainPercent) == 0x0002C0, "Member 'UEnemyHP_C::MainPercent' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, NewValue) == 0x0002C4, "Member 'UEnemyHP_C::NewValue' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, DifferentPercent) == 0x0002C8, "Member 'UEnemyHP_C::DifferentPercent' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, DifferentTimer) == 0x0002D0, "Member 'UEnemyHP_C::DifferentTimer' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, AnimDiffrent_TH) == 0x0002D8, "Member 'UEnemyHP_C::AnimDiffrent_TH' has a wrong offset!"); \ static_assert(offsetof(UEnemyHP_C, CurrentEnemy) == 0x0002E0, "Member 'UEnemyHP_C::CurrentEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base \ static_assert(alignof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base"); \ static_assert(sizeof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base) == 0x000248, "Wrong size on EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, EntryPoint) == 0x000000, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Create_ReturnValue) == 0x000038, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget) == 0x000040, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_1) == 0x000048, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitCharacter_1) == 0x000050, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitCharacter_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitLocation_2) == 0x000058, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitLocation_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_Amount_1) == 0x000064, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_Amount_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_IsArmor) == 0x000068, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_IsArmor' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_DamageType_2) == 0x000070, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_DamageType_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_bHeadShot) == 0x000078, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_bHeadShot' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_bCritShot_1) == 0x000079, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_bCritShot_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_MagazineElement) == 0x00007A, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_MagazineElement' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Round_ReturnValue) == 0x00007C, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Greater_IntInt_ReturnValue) == 0x000080, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Conv_IntToText_ReturnValue) == 0x000088, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_2) == 0x0000A0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_AddChildToCanvas_ReturnValue) == 0x0000A8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitActor) == 0x0000B0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitActor' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitLocation_1) == 0x0000B8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitLocation_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_Amount) == 0x0000C4, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_Amount' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_DamageType_1) == 0x0000C8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_bCritShot) == 0x0000D0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_bCritShot' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Round_ReturnValue_1) == 0x0000D4, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000D8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000E0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_3) == 0x0000F8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, Temp_int_Variable) == 0x000100, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Array_Add_ReturnValue) == 0x000104, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000108, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitCharacter) == 0x000110, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitCharacter' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HitLocation) == 0x000118, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_HealtDamage) == 0x000124, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_HealtDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_ArmorDamage) == 0x000128, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_ArmorDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_DamageType) == 0x000130, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_4) == 0x000138, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_4' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000140, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Round_ReturnValue_2) == 0x000144, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Round_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000148, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000150, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Round_ReturnValue_3) == 0x000168, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Round_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Add_VectorVector_ReturnValue) == 0x00016C, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000178, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_5) == 0x000190, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_5' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_GetFreeWidget_FreeWidget_6) == 0x000198, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_GetFreeWidget_FreeWidget_6' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_InText) == 0x0001A0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_InText' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_Location_1) == 0x0001B8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_Location_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_StatusEffectClass) == 0x0001C8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_StatusEffectClass' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_Location) == 0x0001D0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CustomEvent_Damage) == 0x0001DC, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Round_ReturnValue_4) == 0x0001E0, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Round_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0001E4, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_Conv_IntToText_ReturnValue_4) == 0x0001E8, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, CallFunc_IsValidClass_ReturnValue) == 0x000200, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000204, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000214, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x000224, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base, K2Node_CreateDelegate_OutputDelegate_4) == 0x000234, "Member 'EnemyDamage_Base_C_ExecuteUbergraph_EnemyDamage_Base::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect \ static_assert(alignof(EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect"); \ static_assert(sizeof(EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect) == 0x000018, "Wrong size on EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect, StatusEffectClass) == 0x000000, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect::StatusEffectClass' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect, Location) == 0x000008, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect::Location' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect, Damage) == 0x000014, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitByStatusEffect::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0 \ static_assert(alignof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0"); \ static_assert(sizeof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0) == 0x000028, "Wrong size on EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0, HitCharacter) == 0x000000, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0::HitCharacter' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0, HitLocation) == 0x000008, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0::HitLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0, HealtDamage) == 0x000014, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0::HealtDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0, ArmorDamage) == 0x000018, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0::ArmorDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0, DamageType) == 0x000020, "Member 'EnemyDamage_Base_C_OnOtherCharacterHitRadial_Event_0::DamageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_OnOtherActorHitEvent \ static_assert(alignof(EnemyDamage_Base_C_OnOtherActorHitEvent) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_OnOtherActorHitEvent"); \ static_assert(sizeof(EnemyDamage_Base_C_OnOtherActorHitEvent) == 0x000028, "Wrong size on EnemyDamage_Base_C_OnOtherActorHitEvent"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherActorHitEvent, HitActor) == 0x000000, "Member 'EnemyDamage_Base_C_OnOtherActorHitEvent::HitActor' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherActorHitEvent, HitLocation) == 0x000008, "Member 'EnemyDamage_Base_C_OnOtherActorHitEvent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherActorHitEvent, Amount) == 0x000014, "Member 'EnemyDamage_Base_C_OnOtherActorHitEvent::Amount' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherActorHitEvent, DamageType) == 0x000018, "Member 'EnemyDamage_Base_C_OnOtherActorHitEvent::DamageType' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherActorHitEvent, bCritShot) == 0x000020, "Member 'EnemyDamage_Base_C_OnOtherActorHitEvent::bCritShot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_OnOtherCharacterHit_Event_0 \ static_assert(alignof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_OnOtherCharacterHit_Event_0"); \ static_assert(sizeof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0) == 0x000030, "Wrong size on EnemyDamage_Base_C_OnOtherCharacterHit_Event_0"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, HitCharacter) == 0x000000, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::HitCharacter' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, HitLocation) == 0x000008, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::HitLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, Amount) == 0x000014, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::Amount' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, IsArmor) == 0x000018, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::IsArmor' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, DamageType) == 0x000020, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, bHeadShot) == 0x000028, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::bHeadShot' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, bCritShot) == 0x000029, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::bCritShot' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_OnOtherCharacterHit_Event_0, MagazineElement) == 0x00002A, "Member 'EnemyDamage_Base_C_OnOtherCharacterHit_Event_0::MagazineElement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_ShowDamage \ static_assert(alignof(EnemyDamage_Base_C_ShowDamage) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_ShowDamage"); \ static_assert(sizeof(EnemyDamage_Base_C_ShowDamage) == 0x000028, "Wrong size on EnemyDamage_Base_C_ShowDamage"); \ static_assert(offsetof(EnemyDamage_Base_C_ShowDamage, InText) == 0x000000, "Member 'EnemyDamage_Base_C_ShowDamage::InText' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_ShowDamage, Location) == 0x000018, "Member 'EnemyDamage_Base_C_ShowDamage::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Base_C_GetFreeWidget \ static_assert(alignof(EnemyDamage_Base_C_GetFreeWidget) == 0x000008, "Wrong alignment on EnemyDamage_Base_C_GetFreeWidget"); \ static_assert(sizeof(EnemyDamage_Base_C_GetFreeWidget) == 0x000038, "Wrong size on EnemyDamage_Base_C_GetFreeWidget"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, FreeWidget) == 0x000000, "Member 'EnemyDamage_Base_C_GetFreeWidget::FreeWidget' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, LocalOlderWidget) == 0x000008, "Member 'EnemyDamage_Base_C_GetFreeWidget::LocalOlderWidget' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, LocalTime) == 0x000010, "Member 'EnemyDamage_Base_C_GetFreeWidget::LocalTime' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, Temp_int_Array_Index_Variable) == 0x000014, "Member 'EnemyDamage_Base_C_GetFreeWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'EnemyDamage_Base_C_GetFreeWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'EnemyDamage_Base_C_GetFreeWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'EnemyDamage_Base_C_GetFreeWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, CallFunc_Array_Get_Item) == 0x000028, "Member 'EnemyDamage_Base_C_GetFreeWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'EnemyDamage_Base_C_GetFreeWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Base_C_GetFreeWidget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000031, "Member 'EnemyDamage_Base_C_GetFreeWidget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyDamage_Base_C \ static_assert(alignof(UEnemyDamage_Base_C) == 0x000008, "Wrong alignment on UEnemyDamage_Base_C"); \ static_assert(sizeof(UEnemyDamage_Base_C) == 0x000288, "Wrong size on UEnemyDamage_Base_C"); \ static_assert(offsetof(UEnemyDamage_Base_C, UberGraphFrame) == 0x000260, "Member 'UEnemyDamage_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Base_C, MainCanvas) == 0x000268, "Member 'UEnemyDamage_Base_C::MainCanvas' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Base_C, DamageWIdgets) == 0x000270, "Member 'UEnemyDamage_Base_C::DamageWIdgets' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Base_C, RebindTimer) == 0x000280, "Member 'UEnemyDamage_Base_C::RebindTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T2_C_ExecuteUbergraph_Hook_T2 \ static_assert(alignof(Hook_T2_C_ExecuteUbergraph_Hook_T2) == 0x000004, "Wrong alignment on Hook_T2_C_ExecuteUbergraph_Hook_T2"); \ static_assert(sizeof(Hook_T2_C_ExecuteUbergraph_Hook_T2) == 0x000004, "Wrong size on Hook_T2_C_ExecuteUbergraph_Hook_T2"); \ static_assert(offsetof(Hook_T2_C_ExecuteUbergraph_Hook_T2, EntryPoint) == 0x000000, "Member 'Hook_T2_C_ExecuteUbergraph_Hook_T2::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHook_T2_C \ static_assert(alignof(AHook_T2_C) == 0x000010, "Wrong alignment on AHook_T2_C"); \ static_assert(sizeof(AHook_T2_C) == 0x001380, "Wrong size on AHook_T2_C"); \ static_assert(offsetof(AHook_T2_C, UberGraphFrame_Hook_T2_C) == 0x001378, "Member 'AHook_T2_C::UberGraphFrame_Hook_T2_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment \ static_assert(alignof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment) == 0x000008, "Wrong alignment on RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment"); \ static_assert(sizeof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment) == 0x000058, "Wrong size on RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, EntryPoint) == 0x000000, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, Temp_bool_Variable) == 0x000004, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_IsValidClass_ReturnValue) == 0x000005, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_Greater_IntInt_ReturnValue) == 0x000006, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, K2Node_Select_Default) == 0x000008, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, K2Node_CustomEvent_SegmentAngle) == 0x000010, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::K2Node_CustomEvent_SegmentAngle' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, K2Node_CustomEvent_Type) == 0x000014, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, K2Node_CustomEvent_MenuSegmentStr) == 0x000018, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::K2Node_CustomEvent_MenuSegmentStr' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_PlayAnimation_ReturnValue_1) == 0x000048, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment, CallFunc_IsValidClass_ReturnValue_1) == 0x000054, "Member 'RadialMenuSegment_C_ExecuteUbergraph_RadialMenuSegment::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenuSegment_C_Draw \ static_assert(alignof(RadialMenuSegment_C_Draw) == 0x000008, "Wrong alignment on RadialMenuSegment_C_Draw"); \ static_assert(sizeof(RadialMenuSegment_C_Draw) == 0x000030, "Wrong size on RadialMenuSegment_C_Draw"); \ static_assert(offsetof(RadialMenuSegment_C_Draw, SegmentAngle_0) == 0x000000, "Member 'RadialMenuSegment_C_Draw::SegmentAngle_0' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_Draw, Type) == 0x000004, "Member 'RadialMenuSegment_C_Draw::Type' has a wrong offset!"); \ static_assert(offsetof(RadialMenuSegment_C_Draw, MenuSegmentStr) == 0x000008, "Member 'RadialMenuSegment_C_Draw::MenuSegmentStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialMenuSegment_C \ static_assert(alignof(URadialMenuSegment_C) == 0x000008, "Wrong alignment on URadialMenuSegment_C"); \ static_assert(sizeof(URadialMenuSegment_C) == 0x0002C8, "Wrong size on URadialMenuSegment_C"); \ static_assert(offsetof(URadialMenuSegment_C, UberGraphFrame) == 0x000260, "Member 'URadialMenuSegment_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, Hover) == 0x000268, "Member 'URadialMenuSegment_C::Hover' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, ObjectSlot) == 0x000270, "Member 'URadialMenuSegment_C::ObjectSlot' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, Overlay_59) == 0x000278, "Member 'URadialMenuSegment_C::Overlay_59' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, IsUnaviable) == 0x000280, "Member 'URadialMenuSegment_C::IsUnaviable' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, SegmentAngle) == 0x000284, "Member 'URadialMenuSegment_C::SegmentAngle' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, SegmentType) == 0x000288, "Member 'URadialMenuSegment_C::SegmentType' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, SegmentInfo) == 0x000290, "Member 'URadialMenuSegment_C::SegmentInfo' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, SegmentIcon) == 0x0002B8, "Member 'URadialMenuSegment_C::SegmentIcon' has a wrong offset!"); \ static_assert(offsetof(URadialMenuSegment_C, SegmentName) == 0x0002C0, "Member 'URadialMenuSegment_C::SegmentName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialMenu_SegmentStr \ static_assert(alignof(FRadialMenu_SegmentStr) == 0x000008, "Wrong alignment on FRadialMenu_SegmentStr"); \ static_assert(sizeof(FRadialMenu_SegmentStr) == 0x000028, "Wrong size on FRadialMenu_SegmentStr"); \ static_assert(offsetof(FRadialMenu_SegmentStr, ItemName_20_AEAC16F7465CE9D320F575BF6B92CB8F) == 0x000000, "Member 'FRadialMenu_SegmentStr::ItemName_20_AEAC16F7465CE9D320F575BF6B92CB8F' has a wrong offset!"); \ static_assert(offsetof(FRadialMenu_SegmentStr, Count_7_D4733AA0402FCFBB46F7B38A79EBA3A7) == 0x000008, "Member 'FRadialMenu_SegmentStr::Count_7_D4733AA0402FCFBB46F7B38A79EBA3A7' has a wrong offset!"); \ static_assert(offsetof(FRadialMenu_SegmentStr, IconIfClassNoValid_19_54ADFA5847C60C4B2838698117C044B6) == 0x000010, "Member 'FRadialMenu_SegmentStr::IconIfClassNoValid_19_54ADFA5847C60C4B2838698117C044B6' has a wrong offset!"); \ static_assert(offsetof(FRadialMenu_SegmentStr, Placeholder_14_886B0AF14FC4AC696BB5158704B32A3A) == 0x000018, "Member 'FRadialMenu_SegmentStr::Placeholder_14_886B0AF14FC4AC696BB5158704B32A3A' has a wrong offset!"); \ static_assert(offsetof(FRadialMenu_SegmentStr, Class_17_2EF0975C4765DC9458D338B6D727CF97) == 0x000020, "Member 'FRadialMenu_SegmentStr::Class_17_2EF0975C4765DC9458D338B6D727CF97' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABolts_C \ static_assert(alignof(ABolts_C) == 0x000010, "Wrong alignment on ABolts_C"); \ static_assert(sizeof(ABolts_C) == 0x000430, "Wrong size on ABolts_C"); \ #define DUMPER7_ASSERTS_RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo \ static_assert(alignof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo) == 0x000008, "Wrong alignment on RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo"); \ static_assert(sizeof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo) == 0x0000E0, "Wrong size on RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, EntryPoint) == 0x000000, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_bool_Variable) == 0x000004, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable) == 0x000005, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_1) == 0x000006, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_bool_Variable_1) == 0x000007, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_2) == 0x000008, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_3) == 0x000009, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_bool_Variable_2) == 0x00000A, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_4) == 0x00000B, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_5) == 0x00000C, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_bool_Variable_3) == 0x00000D, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_6) == 0x00000E, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_7) == 0x00000F, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_bool_Variable_4) == 0x000010, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_8) == 0x000011, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, Temp_byte_Variable_9) == 0x000012, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_CustomEvent_LootName) == 0x000018, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_CustomEvent_LootName' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_CustomEvent_EffectCount) == 0x000030, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_CustomEvent_EffectCount' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_CustomEvent_EffectText) == 0x000048, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_CustomEvent_EffectText' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_CustomEvent_Description) == 0x000060, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_CustomEvent_Description' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_CustomEvent_Property) == 0x000078, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_CustomEvent_Property' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, CallFunc_TextToUpper_ReturnValue) == 0x000090, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, CallFunc_TextToUpper_ReturnValue_1) == 0x0000A8, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, CallFunc_TextToUpper_ReturnValue_2) == 0x0000C0, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x0000D8, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Select_Default) == 0x0000D9, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Event_IsDesignTime) == 0x0000DA, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Select_Default_1) == 0x0000DB, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Select_Default_2) == 0x0000DC, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Select_Default_3) == 0x0000DD, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo, K2Node_Select_Default_4) == 0x0000DE, "Member 'RadialMenu_CombatInfo_C_ExecuteUbergraph_RadialMenu_CombatInfo::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_CombatInfo_C_PreConstruct \ static_assert(alignof(RadialMenu_CombatInfo_C_PreConstruct) == 0x000001, "Wrong alignment on RadialMenu_CombatInfo_C_PreConstruct"); \ static_assert(sizeof(RadialMenu_CombatInfo_C_PreConstruct) == 0x000001, "Wrong size on RadialMenu_CombatInfo_C_PreConstruct"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RadialMenu_CombatInfo_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_CombatInfo_C_DrawCombatInfo \ static_assert(alignof(RadialMenu_CombatInfo_C_DrawCombatInfo) == 0x000008, "Wrong alignment on RadialMenu_CombatInfo_C_DrawCombatInfo"); \ static_assert(sizeof(RadialMenu_CombatInfo_C_DrawCombatInfo) == 0x000078, "Wrong size on RadialMenu_CombatInfo_C_DrawCombatInfo"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_DrawCombatInfo, LootName) == 0x000000, "Member 'RadialMenu_CombatInfo_C_DrawCombatInfo::LootName' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_DrawCombatInfo, EffectCount) == 0x000018, "Member 'RadialMenu_CombatInfo_C_DrawCombatInfo::EffectCount' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_DrawCombatInfo, EffectText) == 0x000030, "Member 'RadialMenu_CombatInfo_C_DrawCombatInfo::EffectText' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_DrawCombatInfo, Description_0) == 0x000048, "Member 'RadialMenu_CombatInfo_C_DrawCombatInfo::Description_0' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CombatInfo_C_DrawCombatInfo, Property_0) == 0x000060, "Member 'RadialMenu_CombatInfo_C_DrawCombatInfo::Property_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialMenu_CombatInfo_C \ static_assert(alignof(URadialMenu_CombatInfo_C) == 0x000008, "Wrong alignment on URadialMenu_CombatInfo_C"); \ static_assert(sizeof(URadialMenu_CombatInfo_C) == 0x0002C0, "Wrong size on URadialMenu_CombatInfo_C"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, UberGraphFrame) == 0x000260, "Member 'URadialMenu_CombatInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Description) == 0x000268, "Member 'URadialMenu_CombatInfo_C::Description' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Effect1_percent) == 0x000270, "Member 'URadialMenu_CombatInfo_C::Effect1_percent' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Effect1_Text) == 0x000278, "Member 'URadialMenu_CombatInfo_C::Effect1_Text' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Effect_HB) == 0x000280, "Member 'URadialMenu_CombatInfo_C::Effect_HB' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Header) == 0x000288, "Member 'URadialMenu_CombatInfo_C::Header' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, Property) == 0x000290, "Member 'URadialMenu_CombatInfo_C::Property' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, PropertyText) == 0x000298, "Member 'URadialMenu_CombatInfo_C::PropertyText' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, SizeBox_0) == 0x0002A0, "Member 'URadialMenu_CombatInfo_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, SizeBox_1) == 0x0002A8, "Member 'URadialMenu_CombatInfo_C::SizeBox_1' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, SizeBox_2) == 0x0002B0, "Member 'URadialMenu_CombatInfo_C::SizeBox_2' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, SupportType) == 0x0002B8, "Member 'URadialMenu_CombatInfo_C::SupportType' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, ShowText1) == 0x0002B9, "Member 'URadialMenu_CombatInfo_C::ShowText1' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, ShowText2) == 0x0002BA, "Member 'URadialMenu_CombatInfo_C::ShowText2' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, ShowText3) == 0x0002BB, "Member 'URadialMenu_CombatInfo_C::ShowText3' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CombatInfo_C, ShowText4) == 0x0002BC, "Member 'URadialMenu_CombatInfo_C::ShowText4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action \ static_assert(alignof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action) == 0x000008, "Wrong alignment on WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action"); \ static_assert(sizeof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action) == 0x000098, "Wrong size on WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, EntryPoint) == 0x000000, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, Temp_name_Variable) == 0x00006C, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'WarmUp_Action_C_ExecuteUbergraph_WarmUp_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385 \ static_assert(alignof(WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385) == 0x000004, "Wrong alignment on WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(sizeof(WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385) == 0x000008, "Wrong size on WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(offsetof(WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385, NotifyName) == 0x000000, "Member 'WarmUp_Action_C_OnCompleted_3C6451874BDCD389B85CEBAF688FB385::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385 \ static_assert(alignof(WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385) == 0x000004, "Wrong alignment on WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(sizeof(WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385) == 0x000008, "Wrong size on WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(offsetof(WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385, NotifyName) == 0x000000, "Member 'WarmUp_Action_C_OnBlendOut_3C6451874BDCD389B85CEBAF688FB385::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385 \ static_assert(alignof(WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385) == 0x000004, "Wrong alignment on WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(sizeof(WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385) == 0x000008, "Wrong size on WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(offsetof(WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385, NotifyName) == 0x000000, "Member 'WarmUp_Action_C_OnInterrupted_3C6451874BDCD389B85CEBAF688FB385::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385 \ static_assert(alignof(WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385) == 0x000004, "Wrong alignment on WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(sizeof(WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385) == 0x000008, "Wrong size on WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(offsetof(WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385, NotifyName) == 0x000000, "Member 'WarmUp_Action_C_OnNotifyBegin_3C6451874BDCD389B85CEBAF688FB385::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385 \ static_assert(alignof(WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385) == 0x000004, "Wrong alignment on WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(sizeof(WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385) == 0x000008, "Wrong size on WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385"); \ static_assert(offsetof(WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385, NotifyName) == 0x000000, "Member 'WarmUp_Action_C_OnNotifyEnd_3C6451874BDCD389B85CEBAF688FB385::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWarmUp_Action_C \ static_assert(alignof(UWarmUp_Action_C) == 0x000008, "Wrong alignment on UWarmUp_Action_C"); \ static_assert(sizeof(UWarmUp_Action_C) == 0x0000F0, "Wrong size on UWarmUp_Action_C"); \ static_assert(offsetof(UWarmUp_Action_C, UberGraphFrame_WarmUp_Action_C) == 0x0000E8, "Member 'UWarmUp_Action_C::UberGraphFrame_WarmUp_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGunShootShake_Bullet_C \ static_assert(alignof(UGunShootShake_Bullet_C) == 0x000010, "Wrong alignment on UGunShootShake_Bullet_C"); \ static_assert(sizeof(UGunShootShake_Bullet_C) == 0x0001B0, "Wrong size on UGunShootShake_Bullet_C"); \ #define DUMPER7_ASSERTS_RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo \ static_assert(alignof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo) == 0x000008, "Wrong alignment on RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo"); \ static_assert(sizeof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo) == 0x000058, "Wrong size on RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, EntryPoint) == 0x000000, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, Temp_bool_Variable) == 0x000004, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, Temp_byte_Variable) == 0x000005, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, Temp_byte_Variable_1) == 0x000006, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, K2Node_CustomEvent_LootName) == 0x000008, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::K2Node_CustomEvent_LootName' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, K2Node_CustomEvent_Description) == 0x000020, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::K2Node_CustomEvent_Description' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, CallFunc_TextToUpper_ReturnValue) == 0x000038, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x000050, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo, K2Node_Select_Default) == 0x000051, "Member 'RadialMenu_CargoInfo_C_ExecuteUbergraph_RadialMenu_CargoInfo::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_CargoInfo_C_DrawCargoInfo \ static_assert(alignof(RadialMenu_CargoInfo_C_DrawCargoInfo) == 0x000008, "Wrong alignment on RadialMenu_CargoInfo_C_DrawCargoInfo"); \ static_assert(sizeof(RadialMenu_CargoInfo_C_DrawCargoInfo) == 0x000030, "Wrong size on RadialMenu_CargoInfo_C_DrawCargoInfo"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_DrawCargoInfo, LootName) == 0x000000, "Member 'RadialMenu_CargoInfo_C_DrawCargoInfo::LootName' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_CargoInfo_C_DrawCargoInfo, Description_0) == 0x000018, "Member 'RadialMenu_CargoInfo_C_DrawCargoInfo::Description_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialMenu_CargoInfo_C \ static_assert(alignof(URadialMenu_CargoInfo_C) == 0x000008, "Wrong alignment on URadialMenu_CargoInfo_C"); \ static_assert(sizeof(URadialMenu_CargoInfo_C) == 0x000288, "Wrong size on URadialMenu_CargoInfo_C"); \ static_assert(offsetof(URadialMenu_CargoInfo_C, UberGraphFrame) == 0x000260, "Member 'URadialMenu_CargoInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CargoInfo_C, Description) == 0x000268, "Member 'URadialMenu_CargoInfo_C::Description' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CargoInfo_C, DescriptionHB) == 0x000270, "Member 'URadialMenu_CargoInfo_C::DescriptionHB' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CargoInfo_C, Header) == 0x000278, "Member 'URadialMenu_CargoInfo_C::Header' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_CargoInfo_C, SupportType) == 0x000280, "Member 'URadialMenu_CargoInfo_C::SupportType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem \ static_assert(alignof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem) == 0x000008, "Wrong alignment on WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem"); \ static_assert(sizeof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem) == 0x0000F8, "Wrong size on WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, EntryPoint) == 0x000000, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_bool_Variable) == 0x000004, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_bool_Variable_1) == 0x000005, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable) == 0x000006, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable_1) == 0x000007, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_bool_Variable_2) == 0x000008, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable_2) == 0x000009, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable_3) == 0x00000A, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_bool_Variable_3) == 0x00000B, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable_4) == 0x00000C, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, Temp_byte_Variable_5) == 0x00000D, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_MakeStruct_Margin) == 0x000024, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_MakeStruct_Margin_1) == 0x000034, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_Select_Default) == 0x000044, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_Select_Default_1) == 0x000054, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000058, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_Select_Default_2) == 0x000060, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_SlotAsScaleBoxSlot_ReturnValue) == 0x000068, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_SlotAsScaleBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_Select_Default_3) == 0x000070, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_MakeLiteralText_ReturnValue) == 0x000078, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WorkerPreviewItem_C_ExecuteUbergraph_WorkerPreviewItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_PreConstruct \ static_assert(alignof(WorkerPreviewItem_C_PreConstruct) == 0x000001, "Wrong alignment on WorkerPreviewItem_C_PreConstruct"); \ static_assert(sizeof(WorkerPreviewItem_C_PreConstruct) == 0x000001, "Wrong size on WorkerPreviewItem_C_PreConstruct"); \ static_assert(offsetof(WorkerPreviewItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WorkerPreviewItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_SetTitle \ static_assert(alignof(WorkerPreviewItem_C_SetTitle) == 0x000008, "Wrong alignment on WorkerPreviewItem_C_SetTitle"); \ static_assert(sizeof(WorkerPreviewItem_C_SetTitle) == 0x000110, "Wrong size on WorkerPreviewItem_C_SetTitle"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, Title) == 0x000000, "Member 'WorkerPreviewItem_C_SetTitle::Title' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, Tier) == 0x000018, "Member 'WorkerPreviewItem_C_SetTitle::Tier' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, Temp_byte_Variable) == 0x000019, "Member 'WorkerPreviewItem_C_SetTitle::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_MakeStruct_SlateColor_2) == 0x000070, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_MakeStruct_SlateColor_3) == 0x000098, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_MakeStruct_SlateColor_4) == 0x0000C0, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetTitle, K2Node_Select_Default) == 0x0000E8, "Member 'WorkerPreviewItem_C_SetTitle::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_SetDescription \ static_assert(alignof(WorkerPreviewItem_C_SetDescription) == 0x000008, "Wrong alignment on WorkerPreviewItem_C_SetDescription"); \ static_assert(sizeof(WorkerPreviewItem_C_SetDescription) == 0x000050, "Wrong size on WorkerPreviewItem_C_SetDescription"); \ static_assert(offsetof(WorkerPreviewItem_C_SetDescription, Description) == 0x000000, "Member 'WorkerPreviewItem_C_SetDescription::Description' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WorkerPreviewItem_C_SetDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetDescription, CallFunc_Replace_ReturnValue) == 0x000028, "Member 'WorkerPreviewItem_C_SetDescription::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetDescription, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WorkerPreviewItem_C_SetDescription::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_Draw_Perk_Data \ static_assert(alignof(WorkerPreviewItem_C_Draw_Perk_Data) == 0x000008, "Wrong alignment on WorkerPreviewItem_C_Draw_Perk_Data"); \ static_assert(sizeof(WorkerPreviewItem_C_Draw_Perk_Data) == 0x000100, "Wrong size on WorkerPreviewItem_C_Draw_Perk_Data"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, RelatedPerk) == 0x000000, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::RelatedPerk' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, Temp_float_Variable) == 0x000060, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Conv_IntToText_ReturnValue) == 0x000078, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Less_FloatFloat_ReturnValue) == 0x000090, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, Temp_float_Variable_1) == 0x000094, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, Temp_bool_Variable) == 0x000098, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, K2Node_Select_Default) == 0x00009C, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A0, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_FFloor64_ReturnValue) == 0x0000A8, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0000B0, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000C8, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Replace_ReturnValue) == 0x0000D8, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_Draw_Perk_Data, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E8, "Member 'WorkerPreviewItem_C_Draw_Perk_Data::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreviewItem_C_SetActive \ static_assert(alignof(WorkerPreviewItem_C_SetActive) == 0x000008, "Wrong alignment on WorkerPreviewItem_C_SetActive"); \ static_assert(sizeof(WorkerPreviewItem_C_SetActive) == 0x0000B0, "Wrong size on WorkerPreviewItem_C_SetActive"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, IsActive) == 0x000000, "Member 'WorkerPreviewItem_C_SetActive::IsActive' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_bool_Variable) == 0x000001, "Member 'WorkerPreviewItem_C_SetActive::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_byte_Variable) == 0x000002, "Member 'WorkerPreviewItem_C_SetActive::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_byte_Variable_1) == 0x000003, "Member 'WorkerPreviewItem_C_SetActive::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_bool_Variable_1) == 0x000004, "Member 'WorkerPreviewItem_C_SetActive::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_struct_Variable) == 0x000008, "Member 'WorkerPreviewItem_C_SetActive::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_struct_Variable_1) == 0x000018, "Member 'WorkerPreviewItem_C_SetActive::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_bool_Variable_2) == 0x000028, "Member 'WorkerPreviewItem_C_SetActive::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_struct_Variable_2) == 0x00002C, "Member 'WorkerPreviewItem_C_SetActive::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_struct_Variable_3) == 0x00003C, "Member 'WorkerPreviewItem_C_SetActive::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_bool_Variable_3) == 0x00004C, "Member 'WorkerPreviewItem_C_SetActive::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_float_Variable) == 0x000050, "Member 'WorkerPreviewItem_C_SetActive::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, Temp_float_Variable_1) == 0x000054, "Member 'WorkerPreviewItem_C_SetActive::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, K2Node_Select_Default) == 0x000058, "Member 'WorkerPreviewItem_C_SetActive::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, K2Node_Select_Default_1) == 0x00005C, "Member 'WorkerPreviewItem_C_SetActive::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'WorkerPreviewItem_C_SetActive::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, K2Node_Select_Default_2) == 0x000098, "Member 'WorkerPreviewItem_C_SetActive::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WorkerPreviewItem_C_SetActive, K2Node_Select_Default_3) == 0x0000A8, "Member 'WorkerPreviewItem_C_SetActive::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorkerPreviewItem_C \ static_assert(alignof(UWorkerPreviewItem_C) == 0x000008, "Wrong alignment on UWorkerPreviewItem_C"); \ static_assert(sizeof(UWorkerPreviewItem_C) == 0x0002D8, "Wrong size on UWorkerPreviewItem_C"); \ static_assert(offsetof(UWorkerPreviewItem_C, UberGraphFrame) == 0x000260, "Member 'UWorkerPreviewItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, AppearanceAnimation) == 0x000268, "Member 'UWorkerPreviewItem_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, CostIcon) == 0x000270, "Member 'UWorkerPreviewItem_C::CostIcon' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, CostText) == 0x000278, "Member 'UWorkerPreviewItem_C::CostText' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, HeaderBG) == 0x000280, "Member 'UWorkerPreviewItem_C::HeaderBG' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, HeaderBG_Overlay) == 0x000288, "Member 'UWorkerPreviewItem_C::HeaderBG_Overlay' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, InactiveLabel) == 0x000290, "Member 'UWorkerPreviewItem_C::InactiveLabel' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, InvalidationBox_0) == 0x000298, "Member 'UWorkerPreviewItem_C::InvalidationBox_0' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, PerkDescription) == 0x0002A0, "Member 'UWorkerPreviewItem_C::PerkDescription' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, PerkTitle) == 0x0002A8, "Member 'UWorkerPreviewItem_C::PerkTitle' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, TitleHorizontalWrap) == 0x0002B0, "Member 'UWorkerPreviewItem_C::TitleHorizontalWrap' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, TitleWrapper) == 0x0002B8, "Member 'UWorkerPreviewItem_C::TitleWrapper' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, isAnimAppearance) == 0x0002C0, "Member 'UWorkerPreviewItem_C::isAnimAppearance' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, HeaderMaterial) == 0x0002C8, "Member 'UWorkerPreviewItem_C::HeaderMaterial' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, Delay) == 0x0002D0, "Member 'UWorkerPreviewItem_C::Delay' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreviewItem_C, IsFullView) == 0x0002D4, "Member 'UWorkerPreviewItem_C::IsFullView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription \ static_assert(alignof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription) == 0x000008, "Wrong alignment on HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription"); \ static_assert(sizeof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription) == 0x000118, "Wrong size on HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, EntryPoint) == 0x000000, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_CustomEvent_Title) == 0x000008, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_CustomEvent_Title' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_CustomEvent_Description) == 0x000020, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_CustomEvent_Description' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_CustomEvent_KeyMeta_1) == 0x000038, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_CustomEvent_KeyMeta_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_SetupInteractionButton_IsSetuped) == 0x000070, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_SetupInteractionButton_IsSetuped' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_PlayAnimation_ReturnValue) == 0x000078, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000080, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000081, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_GetHUD_ReturnValue) == 0x000090, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_GetPlayerController_ReturnValue_1) == 0x000098, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0000A0, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_GetHUD_ReturnValue_1) == 0x0000B8, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0000C0, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, K2Node_CustomEvent_KeyMeta) == 0x0000D8, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::K2Node_CustomEvent_KeyMeta' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_SetupInteractionButton_IsSetuped_1) == 0x000110, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_SetupInteractionButton_IsSetuped_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_Not_PreBool_ReturnValue_1) == 0x000111, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription, CallFunc_Not_PreBool_ReturnValue_2) == 0x000112, "Member 'HUDObjectDescription_C_ExecuteUbergraph_HUDObjectDescription::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_ShowProgressActionButton \ static_assert(alignof(HUDObjectDescription_C_ShowProgressActionButton) == 0x000008, "Wrong alignment on HUDObjectDescription_C_ShowProgressActionButton"); \ static_assert(sizeof(HUDObjectDescription_C_ShowProgressActionButton) == 0x000038, "Wrong size on HUDObjectDescription_C_ShowProgressActionButton"); \ static_assert(offsetof(HUDObjectDescription_C_ShowProgressActionButton, KeyMeta) == 0x000000, "Member 'HUDObjectDescription_C_ShowProgressActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_ShowBasicActionButton \ static_assert(alignof(HUDObjectDescription_C_ShowBasicActionButton) == 0x000008, "Wrong alignment on HUDObjectDescription_C_ShowBasicActionButton"); \ static_assert(sizeof(HUDObjectDescription_C_ShowBasicActionButton) == 0x000038, "Wrong size on HUDObjectDescription_C_ShowBasicActionButton"); \ static_assert(offsetof(HUDObjectDescription_C_ShowBasicActionButton, KeyMeta) == 0x000000, "Member 'HUDObjectDescription_C_ShowBasicActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_SetupContext \ static_assert(alignof(HUDObjectDescription_C_SetupContext) == 0x000008, "Wrong alignment on HUDObjectDescription_C_SetupContext"); \ static_assert(sizeof(HUDObjectDescription_C_SetupContext) == 0x000030, "Wrong size on HUDObjectDescription_C_SetupContext"); \ static_assert(offsetof(HUDObjectDescription_C_SetupContext, Title) == 0x000000, "Member 'HUDObjectDescription_C_SetupContext::Title' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupContext, Description_0) == 0x000018, "Member 'HUDObjectDescription_C_SetupContext::Description_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_SetupInteractionButton \ static_assert(alignof(HUDObjectDescription_C_SetupInteractionButton) == 0x000008, "Wrong alignment on HUDObjectDescription_C_SetupInteractionButton"); \ static_assert(sizeof(HUDObjectDescription_C_SetupInteractionButton) == 0x000088, "Wrong size on HUDObjectDescription_C_SetupInteractionButton"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, isProgressButton) == 0x000000, "Member 'HUDObjectDescription_C_SetupInteractionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, KeyMeta) == 0x000008, "Member 'HUDObjectDescription_C_SetupInteractionButton::KeyMeta' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, isSetuped) == 0x000040, "Member 'HUDObjectDescription_C_SetupInteractionButton::isSetuped' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'HUDObjectDescription_C_SetupInteractionButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, CallFunc_TextIsEmpty_ReturnValue) == 0x000042, "Member 'HUDObjectDescription_C_SetupInteractionButton::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, CallFunc_GetKeyActionName_Action) == 0x000044, "Member 'HUDObjectDescription_C_SetupInteractionButton::CallFunc_GetKeyActionName_Action' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004C, "Member 'HUDObjectDescription_C_SetupInteractionButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_SetupInteractionButton, K2Node_MakeStruct_ActionButtonData) == 0x000050, "Member 'HUDObjectDescription_C_SetupInteractionButton::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_Setup_Key \ static_assert(alignof(HUDObjectDescription_C_Setup_Key) == 0x000008, "Wrong alignment on HUDObjectDescription_C_Setup_Key"); \ static_assert(sizeof(HUDObjectDescription_C_Setup_Key) == 0x0000F8, "Wrong size on HUDObjectDescription_C_Setup_Key"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, Name_0) == 0x000000, "Member 'HUDObjectDescription_C_Setup_Key::Name_0' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, KeyName) == 0x000018, "Member 'HUDObjectDescription_C_Setup_Key::KeyName' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, Names) == 0x000030, "Member 'HUDObjectDescription_C_Setup_Key::Names' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, CallFunc_TextIsEmpty_ReturnValue) == 0x000080, "Member 'HUDObjectDescription_C_Setup_Key::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, K2Node_MakeVariable_MakeVariableOutput) == 0x000088, "Member 'HUDObjectDescription_C_Setup_Key::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, CallFunc_Conv_TextToString_ReturnValue) == 0x0000D8, "Member 'HUDObjectDescription_C_Setup_Key::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, CallFunc_Map_Find_Value) == 0x0000E8, "Member 'HUDObjectDescription_C_Setup_Key::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Setup_Key, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'HUDObjectDescription_C_Setup_Key::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_Set_Text \ static_assert(alignof(HUDObjectDescription_C_Set_Text) == 0x000008, "Wrong alignment on HUDObjectDescription_C_Set_Text"); \ static_assert(sizeof(HUDObjectDescription_C_Set_Text) == 0x000028, "Wrong size on HUDObjectDescription_C_Set_Text"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, Text) == 0x000000, "Member 'HUDObjectDescription_C_Set_Text::Text' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, Widget) == 0x000018, "Member 'HUDObjectDescription_C_Set_Text::Widget' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, Temp_byte_Variable) == 0x000020, "Member 'HUDObjectDescription_C_Set_Text::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, CallFunc_TextIsEmpty_ReturnValue) == 0x000021, "Member 'HUDObjectDescription_C_Set_Text::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000022, "Member 'HUDObjectDescription_C_Set_Text::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, Temp_byte_Variable_1) == 0x000023, "Member 'HUDObjectDescription_C_Set_Text::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, Temp_bool_Variable) == 0x000024, "Member 'HUDObjectDescription_C_Set_Text::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_Set_Text, K2Node_Select_Default) == 0x000025, "Member 'HUDObjectDescription_C_Set_Text::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDObjectDescription_C_GetKeyActionName \ static_assert(alignof(HUDObjectDescription_C_GetKeyActionName) == 0x000008, "Wrong alignment on HUDObjectDescription_C_GetKeyActionName"); \ static_assert(sizeof(HUDObjectDescription_C_GetKeyActionName) == 0x000100, "Wrong size on HUDObjectDescription_C_GetKeyActionName"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, SelectionKeyName) == 0x000000, "Member 'HUDObjectDescription_C_GetKeyActionName::SelectionKeyName' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, Action) == 0x000018, "Member 'HUDObjectDescription_C_GetKeyActionName::Action' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, Names) == 0x000020, "Member 'HUDObjectDescription_C_GetKeyActionName::Names' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, KeyName) == 0x000070, "Member 'HUDObjectDescription_C_GetKeyActionName::KeyName' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, CallFunc_TextIsEmpty_ReturnValue) == 0x000088, "Member 'HUDObjectDescription_C_GetKeyActionName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, K2Node_MakeVariable_MakeVariableOutput) == 0x000090, "Member 'HUDObjectDescription_C_GetKeyActionName::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E0, "Member 'HUDObjectDescription_C_GetKeyActionName::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, CallFunc_Map_Find_Value) == 0x0000F0, "Member 'HUDObjectDescription_C_GetKeyActionName::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(HUDObjectDescription_C_GetKeyActionName, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'HUDObjectDescription_C_GetKeyActionName::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDObjectDescription_C \ static_assert(alignof(UHUDObjectDescription_C) == 0x000008, "Wrong alignment on UHUDObjectDescription_C"); \ static_assert(sizeof(UHUDObjectDescription_C) == 0x0002B8, "Wrong size on UHUDObjectDescription_C"); \ static_assert(offsetof(UHUDObjectDescription_C, UberGraphFrame) == 0x000260, "Member 'UHUDObjectDescription_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, ShowAnimation) == 0x000268, "Member 'UHUDObjectDescription_C::ShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, ActionKey) == 0x000270, "Member 'UHUDObjectDescription_C::ActionKey' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, BrokenText) == 0x000278, "Member 'UHUDObjectDescription_C::BrokenText' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, DefaultActionButtons) == 0x000280, "Member 'UHUDObjectDescription_C::DefaultActionButtons' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, Description) == 0x000288, "Member 'UHUDObjectDescription_C::Description' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, ObjectDescription) == 0x000290, "Member 'UHUDObjectDescription_C::ObjectDescription' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, ObjectName) == 0x000298, "Member 'UHUDObjectDescription_C::ObjectName' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, TitleBG) == 0x0002A0, "Member 'UHUDObjectDescription_C::TitleBG' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, TitleContainer) == 0x0002A8, "Member 'UHUDObjectDescription_C::TitleContainer' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, isFocusableActor) == 0x0002B0, "Member 'UHUDObjectDescription_C::isFocusableActor' has a wrong offset!"); \ static_assert(offsetof(UHUDObjectDescription_C, isDisplaying) == 0x0002B1, "Member 'UHUDObjectDescription_C::isDisplaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder \ static_assert(alignof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder"); \ static_assert(sizeof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder) == 0x0000A8, "Wrong size on WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, EntryPoint) == 0x000000, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_object_Variable) == 0x000008, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_int_Variable) == 0x000010, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_byte_Variable) == 0x000014, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_byte_Variable_1) == 0x000015, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_int_Variable_1) == 0x000018, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_float_Variable) == 0x00001C, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_float_Variable_1) == 0x000020, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_int_Variable_2) == 0x000024, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_float_Variable_2) == 0x000028, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_float_Variable_3) == 0x00002C, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_bool_Variable) == 0x000030, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Event_IsDesignTime) == 0x000031, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Event_isHovered) == 0x000032, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, Temp_object_Variable_1) == 0x000038, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_GetCanItemInteract_isInteractable) == 0x000040, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Select_Default) == 0x000048, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_PlayEvent2D_ReturnValue) == 0x000050, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_GetIcon_ReturnValue) == 0x000058, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_IsValid_ReturnValue_1) == 0x000074, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Select_Default_1) == 0x000078, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Select_Default_2) == 0x00007C, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_Select_Default_3) == 0x000080, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000088, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_PlayEvent2D_ReturnValue_2) == 0x000090, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, CallFunc_PlayEvent2D_ReturnValue_3) == 0x000098, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder, K2Node_SwitchInteger_CmpSuccess) == 0x0000A0, "Member 'WeaponModulePlaceholder_C_ExecuteUbergraph_WeaponModulePlaceholder::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_SetItemHover \ static_assert(alignof(WeaponModulePlaceholder_C_SetItemHover) == 0x000001, "Wrong alignment on WeaponModulePlaceholder_C_SetItemHover"); \ static_assert(sizeof(WeaponModulePlaceholder_C_SetItemHover) == 0x000001, "Wrong size on WeaponModulePlaceholder_C_SetItemHover"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_PreConstruct \ static_assert(alignof(WeaponModulePlaceholder_C_PreConstruct) == 0x000001, "Wrong alignment on WeaponModulePlaceholder_C_PreConstruct"); \ static_assert(sizeof(WeaponModulePlaceholder_C_PreConstruct) == 0x000001, "Wrong size on WeaponModulePlaceholder_C_PreConstruct"); \ static_assert(offsetof(WeaponModulePlaceholder_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WeaponModulePlaceholder_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_SetAvailable \ static_assert(alignof(WeaponModulePlaceholder_C_SetAvailable) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_SetAvailable"); \ static_assert(sizeof(WeaponModulePlaceholder_C_SetAvailable) == 0x0000C8, "Wrong size on WeaponModulePlaceholder_C_SetAvailable"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, isAvailable) == 0x000000, "Member 'WeaponModulePlaceholder_C_SetAvailable::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable) == 0x000004, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable_1) == 0x000014, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_bool_Variable) == 0x000024, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable_2) == 0x000028, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable_3) == 0x000038, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_bool_Variable_1) == 0x000048, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_float_Variable) == 0x00004C, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_float_Variable_1) == 0x000050, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_bool_Variable_2) == 0x000054, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable_4) == 0x000058, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_struct_Variable_5) == 0x000068, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, Temp_bool_Variable_3) == 0x000078, "Member 'WeaponModulePlaceholder_C_SetAvailable::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000080, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_Select_Default) == 0x000094, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_Select_Default_1) == 0x0000A4, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_Select_Default_2) == 0x0000A8, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetAvailable, K2Node_Select_Default_3) == 0x0000B8, "Member 'WeaponModulePlaceholder_C_SetAvailable::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_DrawOnSelect \ static_assert(alignof(WeaponModulePlaceholder_C_DrawOnSelect) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_DrawOnSelect"); \ static_assert(sizeof(WeaponModulePlaceholder_C_DrawOnSelect) == 0x000168, "Wrong size on WeaponModulePlaceholder_C_DrawOnSelect"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, isSelectedLocal) == 0x000000, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::isSelectedLocal' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable) == 0x000001, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable) == 0x000004, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable_1) == 0x000014, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_1) == 0x000018, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_2) == 0x000028, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable_2) == 0x000038, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_3) == 0x00003C, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_4) == 0x00004C, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable_3) == 0x00005C, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable_4) == 0x00005D, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_5) == 0x000060, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_6) == 0x000070, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_bool_Variable_5) == 0x000080, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, Temp_struct_Variable_7) == 0x000084, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, CallFunc_GetItemHover_isHovered) == 0x000094, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, CallFunc_Not_PreBool_ReturnValue) == 0x000095, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default) == 0x000098, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default_1) == 0x0000A8, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default_2) == 0x0000B8, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_MakeStruct_SlateColor) == 0x0000C8, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_MakeStruct_SlateColor_1) == 0x0000F0, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default_3) == 0x000118, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, CallFunc_GetItemSelect_isSelected) == 0x000140, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default_4) == 0x000144, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnSelect, K2Node_Select_Default_5) == 0x000154, "Member 'WeaponModulePlaceholder_C_DrawOnSelect::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_DrawOnHover \ static_assert(alignof(WeaponModulePlaceholder_C_DrawOnHover) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_DrawOnHover"); \ static_assert(sizeof(WeaponModulePlaceholder_C_DrawOnHover) == 0x0001C0, "Wrong size on WeaponModulePlaceholder_C_DrawOnHover"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, IsHovered_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_DrawOnHover::IsHovered_0' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, isSelectedLocal) == 0x000001, "Member 'WeaponModulePlaceholder_C_DrawOnHover::isSelectedLocal' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable) == 0x000002, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_byte_Variable) == 0x000003, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_byte_Variable_1) == 0x000004, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_1) == 0x000005, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable) == 0x000008, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_2) == 0x000018, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_1) == 0x00001C, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_3) == 0x00002C, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_2) == 0x000030, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_3) == 0x000040, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_4) == 0x000050, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_5) == 0x000051, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_4) == 0x000054, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_5) == 0x000064, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_6) == 0x000074, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_6) == 0x000078, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_7) == 0x000088, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_7) == 0x00008C, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_8) == 0x00009C, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_bool_Variable_8) == 0x0000AC, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, Temp_struct_Variable_9) == 0x0000B0, "Member 'WeaponModulePlaceholder_C_DrawOnHover::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_Conv_IntToBool_ReturnValue) == 0x0000C0, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C8, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default) == 0x0000D0, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_BooleanOR_ReturnValue) == 0x0000D1, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_BooleanOR_ReturnValue_1) == 0x0000D2, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_1) == 0x0000D4, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, CallFunc_GetItemSelect_isSelected) == 0x0000E4, "Member 'WeaponModulePlaceholder_C_DrawOnHover::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_MakeStruct_SlateColor) == 0x0000E8, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_MakeStruct_SlateColor_1) == 0x000110, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_2) == 0x000138, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_3) == 0x000160, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_4) == 0x000170, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_5) == 0x000180, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_6) == 0x000190, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_7) == 0x0001A0, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawOnHover, K2Node_Select_Default_8) == 0x0001B0, "Member 'WeaponModulePlaceholder_C_DrawOnHover::K2Node_Select_Default_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_SetLabelText \ static_assert(alignof(WeaponModulePlaceholder_C_SetLabelText) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_SetLabelText"); \ static_assert(sizeof(WeaponModulePlaceholder_C_SetLabelText) == 0x000018, "Wrong size on WeaponModulePlaceholder_C_SetLabelText"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetLabelText, Text) == 0x000000, "Member 'WeaponModulePlaceholder_C_SetLabelText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_SetType \ static_assert(alignof(WeaponModulePlaceholder_C_SetType) == 0x000001, "Wrong alignment on WeaponModulePlaceholder_C_SetType"); \ static_assert(sizeof(WeaponModulePlaceholder_C_SetType) == 0x000002, "Wrong size on WeaponModulePlaceholder_C_SetType"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetType, Type) == 0x000000, "Member 'WeaponModulePlaceholder_C_SetType::Type' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WeaponModulePlaceholder_C_SetType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_DrawIcon \ static_assert(alignof(WeaponModulePlaceholder_C_DrawIcon) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_DrawIcon"); \ static_assert(sizeof(WeaponModulePlaceholder_C_DrawIcon) == 0x000030, "Wrong size on WeaponModulePlaceholder_C_DrawIcon"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, Placeholder_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_DrawIcon::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WeaponModulePlaceholder_C_DrawIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'WeaponModulePlaceholder_C_DrawIcon::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, CallFunc_GetIcon_ReturnValue) == 0x000020, "Member 'WeaponModulePlaceholder_C_DrawIcon::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WeaponModulePlaceholder_C_DrawIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_DrawIcon, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WeaponModulePlaceholder_C_DrawIcon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_GetType \ static_assert(alignof(WeaponModulePlaceholder_C_GetType) == 0x000001, "Wrong alignment on WeaponModulePlaceholder_C_GetType"); \ static_assert(sizeof(WeaponModulePlaceholder_C_GetType) == 0x000001, "Wrong size on WeaponModulePlaceholder_C_GetType"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetType, ModuleType_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_GetType::ModuleType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_GetPlaceholder \ static_assert(alignof(WeaponModulePlaceholder_C_GetPlaceholder) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_GetPlaceholder"); \ static_assert(sizeof(WeaponModulePlaceholder_C_GetPlaceholder) == 0x000008, "Wrong size on WeaponModulePlaceholder_C_GetPlaceholder"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetPlaceholder, Placeholder_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_GetPlaceholder::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_SetWeaponTierColor \ static_assert(alignof(WeaponModulePlaceholder_C_SetWeaponTierColor) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_SetWeaponTierColor"); \ static_assert(sizeof(WeaponModulePlaceholder_C_SetWeaponTierColor) == 0x000038, "Wrong size on WeaponModulePlaceholder_C_SetWeaponTierColor"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetWeaponTierColor, TierColor_0) == 0x000000, "Member 'WeaponModulePlaceholder_C_SetWeaponTierColor::TierColor_0' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_SetWeaponTierColor, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WeaponModulePlaceholder_C_SetWeaponTierColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_OnMouseButtonUp \ static_assert(alignof(WeaponModulePlaceholder_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_OnMouseButtonUp"); \ static_assert(sizeof(WeaponModulePlaceholder_C_OnMouseButtonUp) == 0x0002F0, "Wrong size on WeaponModulePlaceholder_C_OnMouseButtonUp"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000179, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, CallFunc_OnMouseButtonUp_ReturnValue) == 0x000180, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::CallFunc_OnMouseButtonUp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000238, "Member 'WeaponModulePlaceholder_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_GetModuleName \ static_assert(alignof(WeaponModulePlaceholder_C_GetModuleName) == 0x000008, "Wrong alignment on WeaponModulePlaceholder_C_GetModuleName"); \ static_assert(sizeof(WeaponModulePlaceholder_C_GetModuleName) == 0x000058, "Wrong size on WeaponModulePlaceholder_C_GetModuleName"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, bIsFound) == 0x000000, "Member 'WeaponModulePlaceholder_C_GetModuleName::bIsFound' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, ReturnValue) == 0x000008, "Member 'WeaponModulePlaceholder_C_GetModuleName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, CallFunc_GetItemName_ReturnValue) == 0x000020, "Member 'WeaponModulePlaceholder_C_GetModuleName::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, CallFunc_GetItemName_ReturnValue_1) == 0x000038, "Member 'WeaponModulePlaceholder_C_GetModuleName::CallFunc_GetItemName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, CallFunc_TextIsEmpty_ReturnValue) == 0x000050, "Member 'WeaponModulePlaceholder_C_GetModuleName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WeaponModulePlaceholder_C_GetModuleName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_GetModuleName, CallFunc_IsValid_ReturnValue) == 0x000052, "Member 'WeaponModulePlaceholder_C_GetModuleName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModulePlaceholder_C_UnselectItem \ static_assert(alignof(WeaponModulePlaceholder_C_UnselectItem) == 0x000001, "Wrong alignment on WeaponModulePlaceholder_C_UnselectItem"); \ static_assert(sizeof(WeaponModulePlaceholder_C_UnselectItem) == 0x000002, "Wrong size on WeaponModulePlaceholder_C_UnselectItem"); \ static_assert(offsetof(WeaponModulePlaceholder_C_UnselectItem, isUnselected) == 0x000000, "Member 'WeaponModulePlaceholder_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(WeaponModulePlaceholder_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'WeaponModulePlaceholder_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponModulePlaceholder_C \ static_assert(alignof(UWeaponModulePlaceholder_C) == 0x000008, "Wrong alignment on UWeaponModulePlaceholder_C"); \ static_assert(sizeof(UWeaponModulePlaceholder_C) == 0x000358, "Wrong size on UWeaponModulePlaceholder_C"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, UberGraphFrame_WeaponModulePlaceholder_C) == 0x0002A8, "Member 'UWeaponModulePlaceholder_C::UberGraphFrame_WeaponModulePlaceholder_C' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, OnAppearance) == 0x0002B0, "Member 'UWeaponModulePlaceholder_C::OnAppearance' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, OnHoverAnimation) == 0x0002B8, "Member 'UWeaponModulePlaceholder_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, CoreBorder) == 0x0002C0, "Member 'UWeaponModulePlaceholder_C::CoreBorder' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, HorizontalBox_HoverArrows) == 0x0002C8, "Member 'UWeaponModulePlaceholder_C::HorizontalBox_HoverArrows' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleIcon) == 0x0002D0, "Member 'UWeaponModulePlaceholder_C::ModuleIcon' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleIconBG) == 0x0002D8, "Member 'UWeaponModulePlaceholder_C::ModuleIconBG' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleIconBorder) == 0x0002E0, "Member 'UWeaponModulePlaceholder_C::ModuleIconBorder' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleLabel) == 0x0002E8, "Member 'UWeaponModulePlaceholder_C::ModuleLabel' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleLabelBG) == 0x0002F0, "Member 'UWeaponModulePlaceholder_C::ModuleLabelBG' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleLabelText) == 0x0002F8, "Member 'UWeaponModulePlaceholder_C::ModuleLabelText' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, Overlay_0) == 0x000300, "Member 'UWeaponModulePlaceholder_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, SizeWrapper) == 0x000308, "Member 'UWeaponModulePlaceholder_C::SizeWrapper' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, bIsAvailable) == 0x000310, "Member 'UWeaponModulePlaceholder_C::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, Placeholder) == 0x000318, "Member 'UWeaponModulePlaceholder_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, ModuleType) == 0x000320, "Member 'UWeaponModulePlaceholder_C::ModuleType' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, TierColor) == 0x000324, "Member 'UWeaponModulePlaceholder_C::TierColor' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, IconType) == 0x000334, "Member 'UWeaponModulePlaceholder_C::IconType' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, bIsRemover) == 0x000338, "Member 'UWeaponModulePlaceholder_C::bIsRemover' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, OnFastDismantle) == 0x000340, "Member 'UWeaponModulePlaceholder_C::OnFastDismantle' has a wrong offset!"); \ static_assert(offsetof(UWeaponModulePlaceholder_C, bIsDebounce) == 0x000350, "Member 'UWeaponModulePlaceholder_C::bIsDebounce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetModuleFeatures \ static_assert(alignof(WorkerInfoProvider_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetModuleFeatures"); \ static_assert(sizeof(WorkerInfoProvider_C_GetModuleFeatures) == 0x000050, "Wrong size on WorkerInfoProvider_C_GetModuleFeatures"); \ static_assert(offsetof(WorkerInfoProvider_C_GetModuleFeatures, Features) == 0x000000, "Member 'WorkerInfoProvider_C_GetModuleFeatures::Features' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetCurrentHappines \ static_assert(alignof(WorkerInfoProvider_C_GetCurrentHappines) == 0x000004, "Wrong alignment on WorkerInfoProvider_C_GetCurrentHappines"); \ static_assert(sizeof(WorkerInfoProvider_C_GetCurrentHappines) == 0x000004, "Wrong size on WorkerInfoProvider_C_GetCurrentHappines"); \ static_assert(offsetof(WorkerInfoProvider_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WorkerInfoProvider_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetPerks \ static_assert(alignof(WorkerInfoProvider_C_GetPerks) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetPerks"); \ static_assert(sizeof(WorkerInfoProvider_C_GetPerks) == 0x000010, "Wrong size on WorkerInfoProvider_C_GetPerks"); \ static_assert(offsetof(WorkerInfoProvider_C_GetPerks, Perks) == 0x000000, "Member 'WorkerInfoProvider_C_GetPerks::Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetDebuffs \ static_assert(alignof(WorkerInfoProvider_C_GetDebuffs) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetDebuffs"); \ static_assert(sizeof(WorkerInfoProvider_C_GetDebuffs) == 0x000010, "Wrong size on WorkerInfoProvider_C_GetDebuffs"); \ static_assert(offsetof(WorkerInfoProvider_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WorkerInfoProvider_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetName \ static_assert(alignof(WorkerInfoProvider_C_GetName) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetName"); \ static_assert(sizeof(WorkerInfoProvider_C_GetName) == 0x000018, "Wrong size on WorkerInfoProvider_C_GetName"); \ static_assert(offsetof(WorkerInfoProvider_C_GetName, WorkerName) == 0x000000, "Member 'WorkerInfoProvider_C_GetName::WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetWorkerActor \ static_assert(alignof(WorkerInfoProvider_C_GetWorkerActor) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetWorkerActor"); \ static_assert(sizeof(WorkerInfoProvider_C_GetWorkerActor) == 0x000008, "Wrong size on WorkerInfoProvider_C_GetWorkerActor"); \ static_assert(offsetof(WorkerInfoProvider_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WorkerInfoProvider_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetIcon \ static_assert(alignof(WorkerInfoProvider_C_GetIcon) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_GetIcon"); \ static_assert(sizeof(WorkerInfoProvider_C_GetIcon) == 0x000008, "Wrong size on WorkerInfoProvider_C_GetIcon"); \ static_assert(offsetof(WorkerInfoProvider_C_GetIcon, Icon) == 0x000000, "Member 'WorkerInfoProvider_C_GetIcon::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_SetWorkerName \ static_assert(alignof(WorkerInfoProvider_C_SetWorkerName) == 0x000008, "Wrong alignment on WorkerInfoProvider_C_SetWorkerName"); \ static_assert(sizeof(WorkerInfoProvider_C_SetWorkerName) == 0x000018, "Wrong size on WorkerInfoProvider_C_SetWorkerName"); \ static_assert(offsetof(WorkerInfoProvider_C_SetWorkerName, NewName) == 0x000000, "Member 'WorkerInfoProvider_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerInfoProvider_C_GetSlots \ static_assert(alignof(WorkerInfoProvider_C_GetSlots) == 0x000004, "Wrong alignment on WorkerInfoProvider_C_GetSlots"); \ static_assert(sizeof(WorkerInfoProvider_C_GetSlots) == 0x000010, "Wrong size on WorkerInfoProvider_C_GetSlots"); \ static_assert(offsetof(WorkerInfoProvider_C_GetSlots, BaseSlots) == 0x000000, "Member 'WorkerInfoProvider_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WorkerInfoProvider_C_GetSlots, Overslots) == 0x000004, "Member 'WorkerInfoProvider_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WorkerInfoProvider_C_GetSlots, FullSlots) == 0x000008, "Member 'WorkerInfoProvider_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WorkerInfoProvider_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WorkerInfoProvider_C_GetSlots::FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWorkerInfoProvider_C \ static_assert(alignof(IWorkerInfoProvider_C) == 0x000001, "Wrong alignment on IWorkerInfoProvider_C"); \ static_assert(sizeof(IWorkerInfoProvider_C) == 0x000001, "Wrong size on IWorkerInfoProvider_C"); \ #define DUMPER7_ASSERTS_UDamageType_Mine_C \ static_assert(alignof(UDamageType_Mine_C) == 0x000008, "Wrong alignment on UDamageType_Mine_C"); \ static_assert(sizeof(UDamageType_Mine_C) == 0x000058, "Wrong size on UDamageType_Mine_C"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton \ static_assert(alignof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton) == 0x000008, "Wrong alignment on KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton"); \ static_assert(sizeof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton) == 0x000050, "Wrong size on KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton"); \ static_assert(offsetof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton, EntryPoint) == 0x000000, "Member 'KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton, K2Node_CustomEvent_Key) == 0x000018, "Member 'KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000030, "Member 'KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton, K2Node_Event_InFocusEvent) == 0x000048, "Member 'KeyBindingButton_C_ExecuteUbergraph_KeyBindingButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_OnFocusLost \ static_assert(alignof(KeyBindingButton_C_OnFocusLost) == 0x000004, "Wrong alignment on KeyBindingButton_C_OnFocusLost"); \ static_assert(sizeof(KeyBindingButton_C_OnFocusLost) == 0x000008, "Wrong size on KeyBindingButton_C_OnFocusLost"); \ static_assert(offsetof(KeyBindingButton_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'KeyBindingButton_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_OnKeyPressed_Event_0 \ static_assert(alignof(KeyBindingButton_C_OnKeyPressed_Event_0) == 0x000008, "Wrong alignment on KeyBindingButton_C_OnKeyPressed_Event_0"); \ static_assert(sizeof(KeyBindingButton_C_OnKeyPressed_Event_0) == 0x000018, "Wrong size on KeyBindingButton_C_OnKeyPressed_Event_0"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyPressed_Event_0, Key_0) == 0x000000, "Member 'KeyBindingButton_C_OnKeyPressed_Event_0::Key_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_GetKeyText \ static_assert(alignof(KeyBindingButton_C_GetKeyText) == 0x000008, "Wrong alignment on KeyBindingButton_C_GetKeyText"); \ static_assert(sizeof(KeyBindingButton_C_GetKeyText) == 0x000050, "Wrong size on KeyBindingButton_C_GetKeyText"); \ static_assert(offsetof(KeyBindingButton_C_GetKeyText, ReturnValue) == 0x000000, "Member 'KeyBindingButton_C_GetKeyText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetKeyText, Temp_bool_Variable) == 0x000018, "Member 'KeyBindingButton_C_GetKeyText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetKeyText, Temp_text_Variable) == 0x000020, "Member 'KeyBindingButton_C_GetKeyText::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetKeyText, K2Node_Select_Default) == 0x000038, "Member 'KeyBindingButton_C_GetKeyText::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_GetBorderBrushColor \ static_assert(alignof(KeyBindingButton_C_GetBorderBrushColor) == 0x000004, "Wrong alignment on KeyBindingButton_C_GetBorderBrushColor"); \ static_assert(sizeof(KeyBindingButton_C_GetBorderBrushColor) == 0x000048, "Wrong size on KeyBindingButton_C_GetBorderBrushColor"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, ReturnValue) == 0x000000, "Member 'KeyBindingButton_C_GetBorderBrushColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, Temp_bool_Variable) == 0x000010, "Member 'KeyBindingButton_C_GetBorderBrushColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, Temp_struct_Variable) == 0x000014, "Member 'KeyBindingButton_C_GetBorderBrushColor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, Temp_struct_Variable_1) == 0x000024, "Member 'KeyBindingButton_C_GetBorderBrushColor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000034, "Member 'KeyBindingButton_C_GetBorderBrushColor::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_GetBorderBrushColor, K2Node_Select_Default) == 0x000038, "Member 'KeyBindingButton_C_GetBorderBrushColor::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_OnMouseButtonDoubleClick \ static_assert(alignof(KeyBindingButton_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on KeyBindingButton_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(KeyBindingButton_C_OnMouseButtonDoubleClick) == 0x000220, "Wrong size on KeyBindingButton_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'KeyBindingButton_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'KeyBindingButton_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'KeyBindingButton_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'KeyBindingButton_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDoubleClick, CallFunc_Not_PreBool_ReturnValue) == 0x000218, "Member 'KeyBindingButton_C_OnMouseButtonDoubleClick::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_OnMouseButtonDown \ static_assert(alignof(KeyBindingButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on KeyBindingButton_C_OnMouseButtonDown"); \ static_assert(sizeof(KeyBindingButton_C_OnMouseButtonDown) == 0x000230, "Wrong size on KeyBindingButton_C_OnMouseButtonDown"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'KeyBindingButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'KeyBindingButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'KeyBindingButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'KeyBindingButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000218, "Member 'KeyBindingButton_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingButton_C_OnKeyDown \ static_assert(alignof(KeyBindingButton_C_OnKeyDown) == 0x000008, "Wrong alignment on KeyBindingButton_C_OnKeyDown"); \ static_assert(sizeof(KeyBindingButton_C_OnKeyDown) == 0x0002C0, "Wrong size on KeyBindingButton_C_OnKeyDown"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'KeyBindingButton_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'KeyBindingButton_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'KeyBindingButton_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000140, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000141, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000148, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_1) == 0x000200, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyBindingButton_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000208, "Member 'KeyBindingButton_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyBindingButton_C \ static_assert(alignof(UKeyBindingButton_C) == 0x000008, "Wrong alignment on UKeyBindingButton_C"); \ static_assert(sizeof(UKeyBindingButton_C) == 0x0002A8, "Wrong size on UKeyBindingButton_C"); \ static_assert(offsetof(UKeyBindingButton_C, UberGraphFrame) == 0x000260, "Member 'UKeyBindingButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingButton_C, Border_1) == 0x000268, "Member 'UKeyBindingButton_C::Border_1' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingButton_C, Key) == 0x000270, "Member 'UKeyBindingButton_C::Key' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingButton_C, bEditMode) == 0x000278, "Member 'UKeyBindingButton_C::bEditMode' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingButton_C, KeyText) == 0x000280, "Member 'UKeyBindingButton_C::KeyText' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingButton_C, OnKeyPressed) == 0x000298, "Member 'UKeyBindingButton_C::OnKeyPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine \ static_assert(alignof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine) == 0x000008, "Wrong alignment on KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine"); \ static_assert(sizeof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine) == 0x000050, "Wrong size on KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine"); \ static_assert(offsetof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine, EntryPoint) == 0x000000, "Member 'KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine, CallFunc_TextToUpper_ReturnValue) == 0x000008, "Member 'KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine, K2Node_Event_IsDesignTime) == 0x000030, "Member 'KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine, K2Node_CustomEvent_Key) == 0x000038, "Member 'KeyBindingLine_C_ExecuteUbergraph_KeyBindingLine::K2Node_CustomEvent_Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_OnKeyPressed_Event_0 \ static_assert(alignof(KeyBindingLine_C_OnKeyPressed_Event_0) == 0x000008, "Wrong alignment on KeyBindingLine_C_OnKeyPressed_Event_0"); \ static_assert(sizeof(KeyBindingLine_C_OnKeyPressed_Event_0) == 0x000018, "Wrong size on KeyBindingLine_C_OnKeyPressed_Event_0"); \ static_assert(offsetof(KeyBindingLine_C_OnKeyPressed_Event_0, Key) == 0x000000, "Member 'KeyBindingLine_C_OnKeyPressed_Event_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_PreConstruct \ static_assert(alignof(KeyBindingLine_C_PreConstruct) == 0x000001, "Wrong alignment on KeyBindingLine_C_PreConstruct"); \ static_assert(sizeof(KeyBindingLine_C_PreConstruct) == 0x000001, "Wrong size on KeyBindingLine_C_PreConstruct"); \ static_assert(offsetof(KeyBindingLine_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyBindingLine_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_ReadBinding \ static_assert(alignof(KeyBindingLine_C_ReadBinding) == 0x000008, "Wrong alignment on KeyBindingLine_C_ReadBinding"); \ static_assert(sizeof(KeyBindingLine_C_ReadBinding) == 0x000070, "Wrong size on KeyBindingLine_C_ReadBinding"); \ static_assert(offsetof(KeyBindingLine_C_ReadBinding, CallFunc_GetAxisMapping_Bindings) == 0x000000, "Member 'KeyBindingLine_C_ReadBinding::CallFunc_GetAxisMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ReadBinding, CallFunc_Array_Get_Item) == 0x000010, "Member 'KeyBindingLine_C_ReadBinding::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ReadBinding, CallFunc_GetActionMapping_Bindings) == 0x000038, "Member 'KeyBindingLine_C_ReadBinding::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_ReadBinding, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'KeyBindingLine_C_ReadBinding::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_UpdateButtonCaption \ static_assert(alignof(KeyBindingLine_C_UpdateButtonCaption) == 0x000008, "Wrong alignment on KeyBindingLine_C_UpdateButtonCaption"); \ static_assert(sizeof(KeyBindingLine_C_UpdateButtonCaption) == 0x000050, "Wrong size on KeyBindingLine_C_UpdateButtonCaption"); \ static_assert(offsetof(KeyBindingLine_C_UpdateButtonCaption, Temp_bool_Variable) == 0x000000, "Member 'KeyBindingLine_C_UpdateButtonCaption::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateButtonCaption, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000008, "Member 'KeyBindingLine_C_UpdateButtonCaption::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateButtonCaption, CallFunc_Key_GetDisplayName_ReturnValue_1) == 0x000020, "Member 'KeyBindingLine_C_UpdateButtonCaption::CallFunc_Key_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateButtonCaption, K2Node_Select_Default) == 0x000038, "Member 'KeyBindingLine_C_UpdateButtonCaption::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_UpdateBinding \ static_assert(alignof(KeyBindingLine_C_UpdateBinding) == 0x000008, "Wrong alignment on KeyBindingLine_C_UpdateBinding"); \ static_assert(sizeof(KeyBindingLine_C_UpdateBinding) == 0x000088, "Wrong size on KeyBindingLine_C_UpdateBinding"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, NewParam) == 0x000000, "Member 'KeyBindingLine_C_UpdateBinding::NewParam' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, Temp_bool_Variable) == 0x000018, "Member 'KeyBindingLine_C_UpdateBinding::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000019, "Member 'KeyBindingLine_C_UpdateBinding::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, Temp_bool_Variable_1) == 0x00001A, "Member 'KeyBindingLine_C_UpdateBinding::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, Temp_struct_Variable) == 0x000020, "Member 'KeyBindingLine_C_UpdateBinding::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, Temp_struct_Variable_1) == 0x000038, "Member 'KeyBindingLine_C_UpdateBinding::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000050, "Member 'KeyBindingLine_C_UpdateBinding::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, K2Node_Select_Default) == 0x000058, "Member 'KeyBindingLine_C_UpdateBinding::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_UpdateBinding, K2Node_Select_Default_1) == 0x000070, "Member 'KeyBindingLine_C_UpdateBinding::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyBindingLine_C_OnFocusReceived \ static_assert(alignof(KeyBindingLine_C_OnFocusReceived) == 0x000008, "Wrong alignment on KeyBindingLine_C_OnFocusReceived"); \ static_assert(sizeof(KeyBindingLine_C_OnFocusReceived) == 0x0001B0, "Wrong size on KeyBindingLine_C_OnFocusReceived"); \ static_assert(offsetof(KeyBindingLine_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'KeyBindingLine_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'KeyBindingLine_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'KeyBindingLine_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyBindingLine_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'KeyBindingLine_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyBindingLine_C \ static_assert(alignof(UKeyBindingLine_C) == 0x000008, "Wrong alignment on UKeyBindingLine_C"); \ static_assert(sizeof(UKeyBindingLine_C) == 0x000340, "Wrong size on UKeyBindingLine_C"); \ static_assert(offsetof(UKeyBindingLine_C, UberGraphFrame) == 0x000260, "Member 'UKeyBindingLine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, CaptionText) == 0x000268, "Member 'UKeyBindingLine_C::CaptionText' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, KeyBindingButton) == 0x000270, "Member 'UKeyBindingLine_C::KeyBindingButton' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, Caption) == 0x000278, "Member 'UKeyBindingLine_C::Caption' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, BindingName) == 0x000290, "Member 'UKeyBindingLine_C::BindingName' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, bIsAxis) == 0x000298, "Member 'UKeyBindingLine_C::bIsAxis' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, AxisScale) == 0x00029C, "Member 'UKeyBindingLine_C::AxisScale' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, ActionBinding) == 0x0002A0, "Member 'UKeyBindingLine_C::ActionBinding' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, AxisBinding) == 0x0002C8, "Member 'UKeyBindingLine_C::AxisBinding' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, ActionBindingOld) == 0x0002F0, "Member 'UKeyBindingLine_C::ActionBindingOld' has a wrong offset!"); \ static_assert(offsetof(UKeyBindingLine_C, AxisBindingOld) == 0x000318, "Member 'UKeyBindingLine_C::AxisBindingOld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection \ static_assert(alignof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection) == 0x000008, "Wrong alignment on OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection"); \ static_assert(sizeof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection) == 0x000138, "Wrong size on OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, EntryPoint) == 0x000000, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_TextToUpper_ReturnValue) == 0x000010, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, K2Node_Event_MyGeometry_1) == 0x000028, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, K2Node_Event_InDeltaTime) == 0x000060, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000064, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000068, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_PlayAnimation_ReturnValue) == 0x000070, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_PlayAnimation_ReturnValue_1) == 0x000078, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000080, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_BooleanOR_ReturnValue) == 0x000081, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000082, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, K2Node_Event_MyGeometry) == 0x000084, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, K2Node_Event_MouseEvent) == 0x0000C0, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000130, "Member 'OptionLine_Selection_C_ExecuteUbergraph_OptionLine_Selection::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_OnMouseEnter \ static_assert(alignof(OptionLine_Selection_C_OnMouseEnter) == 0x000008, "Wrong alignment on OptionLine_Selection_C_OnMouseEnter"); \ static_assert(sizeof(OptionLine_Selection_C_OnMouseEnter) == 0x0000A8, "Wrong size on OptionLine_Selection_C_OnMouseEnter"); \ static_assert(offsetof(OptionLine_Selection_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'OptionLine_Selection_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'OptionLine_Selection_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_Tick \ static_assert(alignof(OptionLine_Selection_C_Tick) == 0x000004, "Wrong alignment on OptionLine_Selection_C_Tick"); \ static_assert(sizeof(OptionLine_Selection_C_Tick) == 0x00003C, "Wrong size on OptionLine_Selection_C_Tick"); \ static_assert(offsetof(OptionLine_Selection_C_Tick, MyGeometry) == 0x000000, "Member 'OptionLine_Selection_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_Tick, InDeltaTime) == 0x000038, "Member 'OptionLine_Selection_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_SelectOption \ static_assert(alignof(OptionLine_Selection_C_SelectOption) == 0x000004, "Wrong alignment on OptionLine_Selection_C_SelectOption"); \ static_assert(sizeof(OptionLine_Selection_C_SelectOption) == 0x000010, "Wrong size on OptionLine_Selection_C_SelectOption"); \ static_assert(offsetof(OptionLine_Selection_C_SelectOption, NewIndex) == 0x000000, "Member 'OptionLine_Selection_C_SelectOption::NewIndex' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectOption, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'OptionLine_Selection_C_SelectOption::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectOption, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'OptionLine_Selection_C_SelectOption::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectOption, CallFunc_InRange_IntInt_ReturnValue) == 0x00000C, "Member 'OptionLine_Selection_C_SelectOption::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_SelectPrev \ static_assert(alignof(OptionLine_Selection_C_SelectPrev) == 0x000004, "Wrong alignment on OptionLine_Selection_C_SelectPrev"); \ static_assert(sizeof(OptionLine_Selection_C_SelectPrev) == 0x000010, "Wrong size on OptionLine_Selection_C_SelectPrev"); \ static_assert(offsetof(OptionLine_Selection_C_SelectPrev, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'OptionLine_Selection_C_SelectPrev::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectPrev, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'OptionLine_Selection_C_SelectPrev::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectPrev, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000008, "Member 'OptionLine_Selection_C_SelectPrev::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectPrev, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'OptionLine_Selection_C_SelectPrev::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_SelectNext \ static_assert(alignof(OptionLine_Selection_C_SelectNext) == 0x000004, "Wrong alignment on OptionLine_Selection_C_SelectNext"); \ static_assert(sizeof(OptionLine_Selection_C_SelectNext) == 0x00000C, "Wrong size on OptionLine_Selection_C_SelectNext"); \ static_assert(offsetof(OptionLine_Selection_C_SelectNext, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'OptionLine_Selection_C_SelectNext::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectNext, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'OptionLine_Selection_C_SelectNext::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_SelectNext, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'OptionLine_Selection_C_SelectNext::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_OnKeyDown \ static_assert(alignof(OptionLine_Selection_C_OnKeyDown) == 0x000008, "Wrong alignment on OptionLine_Selection_C_OnKeyDown"); \ static_assert(sizeof(OptionLine_Selection_C_OnKeyDown) == 0x0002C0, "Wrong size on OptionLine_Selection_C_OnKeyDown"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'OptionLine_Selection_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'OptionLine_Selection_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'OptionLine_Selection_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000142, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000143, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000144, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000145, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000146, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_1) == 0x000147, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_2) == 0x000148, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_3) == 0x000149, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000150, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000208, "Member 'OptionLine_Selection_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_GetSelectedIndex \ static_assert(alignof(OptionLine_Selection_C_GetSelectedIndex) == 0x000004, "Wrong alignment on OptionLine_Selection_C_GetSelectedIndex"); \ static_assert(sizeof(OptionLine_Selection_C_GetSelectedIndex) == 0x000004, "Wrong size on OptionLine_Selection_C_GetSelectedIndex"); \ static_assert(offsetof(OptionLine_Selection_C_GetSelectedIndex, Result) == 0x000000, "Member 'OptionLine_Selection_C_GetSelectedIndex::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_GetBrushColor_0 \ static_assert(alignof(OptionLine_Selection_C_GetBrushColor_0) == 0x000004, "Wrong alignment on OptionLine_Selection_C_GetBrushColor_0"); \ static_assert(sizeof(OptionLine_Selection_C_GetBrushColor_0) == 0x000048, "Wrong size on OptionLine_Selection_C_GetBrushColor_0"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'OptionLine_Selection_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, Temp_bool_Variable) == 0x000010, "Member 'OptionLine_Selection_C_GetBrushColor_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, Temp_struct_Variable) == 0x000014, "Member 'OptionLine_Selection_C_GetBrushColor_0::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, Temp_struct_Variable_1) == 0x000024, "Member 'OptionLine_Selection_C_GetBrushColor_0::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000034, "Member 'OptionLine_Selection_C_GetBrushColor_0::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000035, "Member 'OptionLine_Selection_C_GetBrushColor_0::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'OptionLine_Selection_C_GetBrushColor_0::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_GetBrushColor_0, K2Node_Select_Default) == 0x000038, "Member 'OptionLine_Selection_C_GetBrushColor_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionLine_Selection_C_OnFocusReceived \ static_assert(alignof(OptionLine_Selection_C_OnFocusReceived) == 0x000008, "Wrong alignment on OptionLine_Selection_C_OnFocusReceived"); \ static_assert(sizeof(OptionLine_Selection_C_OnFocusReceived) == 0x0001B0, "Wrong size on OptionLine_Selection_C_OnFocusReceived"); \ static_assert(offsetof(OptionLine_Selection_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'OptionLine_Selection_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'OptionLine_Selection_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'OptionLine_Selection_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionLine_Selection_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'OptionLine_Selection_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionLine_Selection_C \ static_assert(alignof(UOptionLine_Selection_C) == 0x000008, "Wrong alignment on UOptionLine_Selection_C"); \ static_assert(sizeof(UOptionLine_Selection_C) == 0x000300, "Wrong size on UOptionLine_Selection_C"); \ static_assert(offsetof(UOptionLine_Selection_C, UberGraphFrame) == 0x000280, "Member 'UOptionLine_Selection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, Focused) == 0x000288, "Member 'UOptionLine_Selection_C::Focused' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, Border_0) == 0x000290, "Member 'UOptionLine_Selection_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, NextButton) == 0x000298, "Member 'UOptionLine_Selection_C::NextButton' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, OptionName) == 0x0002A0, "Member 'UOptionLine_Selection_C::OptionName' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, PrevButton) == 0x0002A8, "Member 'UOptionLine_Selection_C::PrevButton' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, SelectedOption) == 0x0002B0, "Member 'UOptionLine_Selection_C::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, Name_0) == 0x0002B8, "Member 'UOptionLine_Selection_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, Options) == 0x0002D0, "Member 'UOptionLine_Selection_C::Options' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, SelectedIndex) == 0x0002E0, "Member 'UOptionLine_Selection_C::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, lastFocusState) == 0x0002E4, "Member 'UOptionLine_Selection_C::lastFocusState' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, OnSelectionChanged) == 0x0002E8, "Member 'UOptionLine_Selection_C::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UOptionLine_Selection_C, ClickSound) == 0x0002F8, "Member 'UOptionLine_Selection_C::ClickSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TooltipTextBox_C_SetText \ static_assert(alignof(TooltipTextBox_C_SetText) == 0x000008, "Wrong alignment on TooltipTextBox_C_SetText"); \ static_assert(sizeof(TooltipTextBox_C_SetText) == 0x000040, "Wrong size on TooltipTextBox_C_SetText"); \ static_assert(offsetof(TooltipTextBox_C_SetText, Text) == 0x000000, "Member 'TooltipTextBox_C_SetText::Text' has a wrong offset!"); \ static_assert(offsetof(TooltipTextBox_C_SetText, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'TooltipTextBox_C_SetText::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TooltipTextBox_C_SetText, CallFunc_GetText_ReturnValue) == 0x000020, "Member 'TooltipTextBox_C_SetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TooltipTextBox_C_SetText, CallFunc_NotEqual_TextText_ReturnValue) == 0x000038, "Member 'TooltipTextBox_C_SetText::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTooltipTextBox_C \ static_assert(alignof(UTooltipTextBox_C) == 0x000008, "Wrong alignment on UTooltipTextBox_C"); \ static_assert(sizeof(UTooltipTextBox_C) == 0x000270, "Wrong size on UTooltipTextBox_C"); \ static_assert(offsetof(UTooltipTextBox_C, Show) == 0x000260, "Member 'UTooltipTextBox_C::Show' has a wrong offset!"); \ static_assert(offsetof(UTooltipTextBox_C, ToolTip) == 0x000268, "Member 'UTooltipTextBox_C::ToolTip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_ModInfo_C_DrawModState \ static_assert(alignof(BenchV2_ModInfo_C_DrawModState) == 0x000008, "Wrong alignment on BenchV2_ModInfo_C_DrawModState"); \ static_assert(sizeof(BenchV2_ModInfo_C_DrawModState) == 0x000098, "Wrong size on BenchV2_ModInfo_C_DrawModState"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, StateIndex) == 0x000000, "Member 'BenchV2_ModInfo_C_DrawModState::StateIndex' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_int_Variable) == 0x000004, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_object_Variable) == 0x000008, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_object_Variable_1) == 0x000010, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_object_Variable_2) == 0x000018, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_int_Variable_1) == 0x000020, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_struct_Variable) == 0x000024, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_struct_Variable_1) == 0x000034, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, Temp_struct_Variable_2) == 0x000044, "Member 'BenchV2_ModInfo_C_DrawModState::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, K2Node_Select_Default) == 0x000058, "Member 'BenchV2_ModInfo_C_DrawModState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, K2Node_Select_Default_1) == 0x000060, "Member 'BenchV2_ModInfo_C_DrawModState::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawModState, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'BenchV2_ModInfo_C_DrawModState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_ModInfo_C_DrawValueChange \ static_assert(alignof(BenchV2_ModInfo_C_DrawValueChange) == 0x000008, "Wrong alignment on BenchV2_ModInfo_C_DrawValueChange"); \ static_assert(sizeof(BenchV2_ModInfo_C_DrawValueChange) == 0x0001E8, "Wrong size on BenchV2_ModInfo_C_DrawValueChange"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, ValueChange) == 0x000000, "Member 'BenchV2_ModInfo_C_DrawValueChange::ValueChange' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, Temp_text_Variable) == 0x000008, "Member 'BenchV2_ModInfo_C_DrawValueChange::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_Conv_FloatToText_ReturnValue) == 0x000020, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000038, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00003C, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, Temp_bool_Variable) == 0x000088, "Member 'BenchV2_ModInfo_C_DrawValueChange::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, Temp_text_Variable_1) == 0x000090, "Member 'BenchV2_ModInfo_C_DrawValueChange::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, Temp_bool_Variable_1) == 0x0000A8, "Member 'BenchV2_ModInfo_C_DrawValueChange::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_CalcModDesc_ReturnText) == 0x0000B0, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_CalcModDesc_ReturnText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_CalcModDesc_ReturnValue) == 0x0000C8, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_CalcModDesc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_Select_Default) == 0x0000D0, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_MakeArray_Array) == 0x000128, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_Select_Default_1) == 0x000150, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'BenchV2_ModInfo_C_DrawValueChange::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_Format_ReturnValue_1) == 0x0001B8, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_DrawValueChange, CallFunc_GetAppendedText_ResultText) == 0x0001D0, "Member 'BenchV2_ModInfo_C_DrawValueChange::CallFunc_GetAppendedText_ResultText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_ModInfo_C_Draw \ static_assert(alignof(BenchV2_ModInfo_C_Draw) == 0x000008, "Wrong alignment on BenchV2_ModInfo_C_Draw"); \ static_assert(sizeof(BenchV2_ModInfo_C_Draw) == 0x000030, "Wrong size on BenchV2_ModInfo_C_Draw"); \ static_assert(offsetof(BenchV2_ModInfo_C_Draw, ImplicitMod) == 0x000000, "Member 'BenchV2_ModInfo_C_Draw::ImplicitMod' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_Draw, CallFunc_CalcModDesc_ReturnText) == 0x000010, "Member 'BenchV2_ModInfo_C_Draw::CallFunc_CalcModDesc_ReturnText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_ModInfo_C_Draw, CallFunc_CalcModDesc_ReturnValue) == 0x000028, "Member 'BenchV2_ModInfo_C_Draw::CallFunc_CalcModDesc_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_ModInfo_C \ static_assert(alignof(UBenchV2_ModInfo_C) == 0x000008, "Wrong alignment on UBenchV2_ModInfo_C"); \ static_assert(sizeof(UBenchV2_ModInfo_C) == 0x000280, "Wrong size on UBenchV2_ModInfo_C"); \ static_assert(offsetof(UBenchV2_ModInfo_C, PointImage) == 0x000260, "Member 'UBenchV2_ModInfo_C::PointImage' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_ModInfo_C, RichTextBlock_74) == 0x000268, "Member 'UBenchV2_ModInfo_C::RichTextBlock_74' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_ModInfo_C, Implicit_Mod) == 0x000270, "Member 'UBenchV2_ModInfo_C::Implicit_Mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper \ static_assert(alignof(TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper) == 0x000004, "Wrong alignment on TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper"); \ static_assert(sizeof(TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper) == 0x00000C, "Wrong size on TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper"); \ static_assert(offsetof(TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper, EntryPoint) == 0x000000, "Member 'TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper, K2Node_Event_InFocusEvent) == 0x000004, "Member 'TooltipWrapper_C_ExecuteUbergraph_TooltipWrapper::K2Node_Event_InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TooltipWrapper_C_OnAddedToFocusPath \ static_assert(alignof(TooltipWrapper_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on TooltipWrapper_C_OnAddedToFocusPath"); \ static_assert(sizeof(TooltipWrapper_C_OnAddedToFocusPath) == 0x000008, "Wrong size on TooltipWrapper_C_OnAddedToFocusPath"); \ static_assert(offsetof(TooltipWrapper_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'TooltipWrapper_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTooltipWrapper_C \ static_assert(alignof(UTooltipWrapper_C) == 0x000008, "Wrong alignment on UTooltipWrapper_C"); \ static_assert(sizeof(UTooltipWrapper_C) == 0x000280, "Wrong size on UTooltipWrapper_C"); \ static_assert(offsetof(UTooltipWrapper_C, UberGraphFrame) == 0x000260, "Member 'UTooltipWrapper_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTooltipWrapper_C, ContentSlot) == 0x000268, "Member 'UTooltipWrapper_C::ContentSlot' has a wrong offset!"); \ static_assert(offsetof(UTooltipWrapper_C, OnTooltip) == 0x000270, "Member 'UTooltipWrapper_C::OnTooltip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1 \ static_assert(alignof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1) == 0x000008, "Wrong alignment on MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1"); \ static_assert(sizeof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1) == 0x000130, "Wrong size on MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, EntryPoint) == 0x000000, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_Event_MyGeometry_1) == 0x000020, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_Event_InDeltaTime) == 0x000058, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_CustomEvent_Sender) == 0x000060, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_CustomEvent_IsSelected) == 0x000068, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_CustomEvent_IsSelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000069, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x00006C, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_PlayAnimation_ReturnValue) == 0x000070, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_PlayAnimation_ReturnValue_1) == 0x000078, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_Event_MyGeometry) == 0x000080, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_IsHovered_ReturnValue) == 0x000129, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00012A, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_BooleanOR_ReturnValue) == 0x00012B, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00012C, "Member 'MainMenuButton_1_C_ExecuteUbergraph_MainMenuButton_1::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_OnMouseEnter \ static_assert(alignof(MainMenuButton_1_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuButton_1_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuButton_1_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuButton_1_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuButton_1_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuButton_1_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuButton_1_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_FOnWidgetSelect_Event_0 \ static_assert(alignof(MainMenuButton_1_C_FOnWidgetSelect_Event_0) == 0x000008, "Wrong alignment on MainMenuButton_1_C_FOnWidgetSelect_Event_0"); \ static_assert(sizeof(MainMenuButton_1_C_FOnWidgetSelect_Event_0) == 0x000010, "Wrong size on MainMenuButton_1_C_FOnWidgetSelect_Event_0"); \ static_assert(offsetof(MainMenuButton_1_C_FOnWidgetSelect_Event_0, Sender) == 0x000000, "Member 'MainMenuButton_1_C_FOnWidgetSelect_Event_0::Sender' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_FOnWidgetSelect_Event_0, IsSelected_0) == 0x000008, "Member 'MainMenuButton_1_C_FOnWidgetSelect_Event_0::IsSelected_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_Tick \ static_assert(alignof(MainMenuButton_1_C_Tick) == 0x000004, "Wrong alignment on MainMenuButton_1_C_Tick"); \ static_assert(sizeof(MainMenuButton_1_C_Tick) == 0x00003C, "Wrong size on MainMenuButton_1_C_Tick"); \ static_assert(offsetof(MainMenuButton_1_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuButton_1_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuButton_1_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_OnFocusReceived \ static_assert(alignof(MainMenuButton_1_C_OnFocusReceived) == 0x000008, "Wrong alignment on MainMenuButton_1_C_OnFocusReceived"); \ static_assert(sizeof(MainMenuButton_1_C_OnFocusReceived) == 0x0001B0, "Wrong size on MainMenuButton_1_C_OnFocusReceived"); \ static_assert(offsetof(MainMenuButton_1_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'MainMenuButton_1_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'MainMenuButton_1_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'MainMenuButton_1_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'MainMenuButton_1_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuButton_1_C_OnKeyDown \ static_assert(alignof(MainMenuButton_1_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuButton_1_C_OnKeyDown"); \ static_assert(sizeof(MainMenuButton_1_C_OnKeyDown) == 0x000200, "Wrong size on MainMenuButton_1_C_OnKeyDown"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuButton_1_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuButton_1_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuButton_1_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuButton_1_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'MainMenuButton_1_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'MainMenuButton_1_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'MainMenuButton_1_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuButton_1_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x0001FA, "Member 'MainMenuButton_1_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuButton_1_C \ static_assert(alignof(UMainMenuButton_1_C) == 0x000008, "Wrong alignment on UMainMenuButton_1_C"); \ static_assert(sizeof(UMainMenuButton_1_C) == 0x0002C0, "Wrong size on UMainMenuButton_1_C"); \ static_assert(offsetof(UMainMenuButton_1_C, UberGraphFrame) == 0x000280, "Member 'UMainMenuButton_1_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, Focused) == 0x000288, "Member 'UMainMenuButton_1_C::Focused' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, Button) == 0x000290, "Member 'UMainMenuButton_1_C::Button' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, ContentSlot) == 0x000298, "Member 'UMainMenuButton_1_C::ContentSlot' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, lastFocusState) == 0x0002A0, "Member 'UMainMenuButton_1_C::lastFocusState' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, OnPressed) == 0x0002A8, "Member 'UMainMenuButton_1_C::OnPressed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuButton_1_C, ClickSound) == 0x0002B8, "Member 'UMainMenuButton_1_C::ClickSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyHoldProgressDisplayer_C_GetKey \ static_assert(alignof(KeyHoldProgressDisplayer_C_GetKey) == 0x000008, "Wrong alignment on KeyHoldProgressDisplayer_C_GetKey"); \ static_assert(sizeof(KeyHoldProgressDisplayer_C_GetKey) == 0x000018, "Wrong size on KeyHoldProgressDisplayer_C_GetKey"); \ static_assert(offsetof(KeyHoldProgressDisplayer_C_GetKey, ProgressKey) == 0x000000, "Member 'KeyHoldProgressDisplayer_C_GetKey::ProgressKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyHoldProgressDisplayer_C_GetCurrentKeyProgress \ static_assert(alignof(KeyHoldProgressDisplayer_C_GetCurrentKeyProgress) == 0x000004, "Wrong alignment on KeyHoldProgressDisplayer_C_GetCurrentKeyProgress"); \ static_assert(sizeof(KeyHoldProgressDisplayer_C_GetCurrentKeyProgress) == 0x000004, "Wrong size on KeyHoldProgressDisplayer_C_GetCurrentKeyProgress"); \ static_assert(offsetof(KeyHoldProgressDisplayer_C_GetCurrentKeyProgress, Progress) == 0x000000, "Member 'KeyHoldProgressDisplayer_C_GetCurrentKeyProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyHoldProgressDisplayer_C_SetCurrentKeyProgress \ static_assert(alignof(KeyHoldProgressDisplayer_C_SetCurrentKeyProgress) == 0x000004, "Wrong alignment on KeyHoldProgressDisplayer_C_SetCurrentKeyProgress"); \ static_assert(sizeof(KeyHoldProgressDisplayer_C_SetCurrentKeyProgress) == 0x000004, "Wrong size on KeyHoldProgressDisplayer_C_SetCurrentKeyProgress"); \ static_assert(offsetof(KeyHoldProgressDisplayer_C_SetCurrentKeyProgress, Progress) == 0x000000, "Member 'KeyHoldProgressDisplayer_C_SetCurrentKeyProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IKeyHoldProgressDisplayer_C \ static_assert(alignof(IKeyHoldProgressDisplayer_C) == 0x000001, "Wrong alignment on IKeyHoldProgressDisplayer_C"); \ static_assert(sizeof(IKeyHoldProgressDisplayer_C) == 0x000001, "Wrong size on IKeyHoldProgressDisplayer_C"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_ExecuteUbergraph_WorkerPreview \ static_assert(alignof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview) == 0x000008, "Wrong alignment on WorkerPreview_C_ExecuteUbergraph_WorkerPreview"); \ static_assert(sizeof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview) == 0x000088, "Wrong size on WorkerPreview_C_ExecuteUbergraph_WorkerPreview"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, EntryPoint) == 0x000000, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, K2Node_CustomEvent_WorkerInfoProvider) == 0x000010, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::K2Node_CustomEvent_WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, K2Node_CustomEvent_ButtonMeta) == 0x000018, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::K2Node_CustomEvent_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000050, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000070, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000078, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_IsVisible_ReturnValue) == 0x000081, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ExecuteUbergraph_WorkerPreview, CallFunc_Not_PreBool_ReturnValue) == 0x000082, "Member 'WorkerPreview_C_ExecuteUbergraph_WorkerPreview::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_ShowWorkerInfo \ static_assert(alignof(WorkerPreview_C_ShowWorkerInfo) == 0x000008, "Wrong alignment on WorkerPreview_C_ShowWorkerInfo"); \ static_assert(sizeof(WorkerPreview_C_ShowWorkerInfo) == 0x000040, "Wrong size on WorkerPreview_C_ShowWorkerInfo"); \ static_assert(offsetof(WorkerPreview_C_ShowWorkerInfo, WorkerInfoProvider) == 0x000000, "Member 'WorkerPreview_C_ShowWorkerInfo::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ShowWorkerInfo, ButtonMeta) == 0x000008, "Member 'WorkerPreview_C_ShowWorkerInfo::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_PositioningPerkItems \ static_assert(alignof(WorkerPreview_C_PositioningPerkItems) == 0x000008, "Wrong alignment on WorkerPreview_C_PositioningPerkItems"); \ static_assert(sizeof(WorkerPreview_C_PositioningPerkItems) == 0x000090, "Wrong size on WorkerPreview_C_PositioningPerkItems"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000000, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_GetAllChildren_ReturnValue) == 0x000008, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WorkerPreview_C_PositioningPerkItems::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Array_Get_Item) == 0x000028, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000038, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1) == 0x000040, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000058, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x00005C, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Add_FloatFloat_ReturnValue) == 0x000064, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000068, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_MakeVector2D_ReturnValue) == 0x00006C, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, CallFunc_MakeVector2D_ReturnValue_1) == 0x000074, "Member 'WorkerPreview_C_PositioningPerkItems::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_PositioningPerkItems, K2Node_MakeStruct_Margin_1) == 0x00007C, "Member 'WorkerPreview_C_PositioningPerkItems::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_BuildPerkItem \ static_assert(alignof(WorkerPreview_C_BuildPerkItem) == 0x000008, "Wrong alignment on WorkerPreview_C_BuildPerkItem"); \ static_assert(sizeof(WorkerPreview_C_BuildPerkItem) == 0x000080, "Wrong size on WorkerPreview_C_BuildPerkItem"); \ static_assert(offsetof(WorkerPreview_C_BuildPerkItem, Index_0) == 0x000000, "Member 'WorkerPreview_C_BuildPerkItem::Index_0' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_BuildPerkItem, PerkData) == 0x000008, "Member 'WorkerPreview_C_BuildPerkItem::PerkData' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_BuildPerkItem, PreviewItem) == 0x000068, "Member 'WorkerPreview_C_BuildPerkItem::PreviewItem' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_BuildPerkItem, CallFunc_Create_ReturnValue) == 0x000070, "Member 'WorkerPreview_C_BuildPerkItem::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_BuildPerkItem, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000078, "Member 'WorkerPreview_C_BuildPerkItem::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_CreatePerkItems \ static_assert(alignof(WorkerPreview_C_CreatePerkItems) == 0x000008, "Wrong alignment on WorkerPreview_C_CreatePerkItems"); \ static_assert(sizeof(WorkerPreview_C_CreatePerkItems) == 0x0000B8, "Wrong size on WorkerPreview_C_CreatePerkItems"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, WorkerInfoProvider) == 0x000000, "Member 'WorkerPreview_C_CreatePerkItems::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WorkerPreview_C_CreatePerkItems::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WorkerPreview_C_CreatePerkItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WorkerPreview_C_CreatePerkItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_GetPerks_Perks) == 0x000020, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_GetPerks_Perks' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_Array_Get_Item) == 0x000030, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_BuildPerkItem_PreviewItem) == 0x000090, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_BuildPerkItem_PreviewItem' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'WorkerPreview_C_CreatePerkItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000A0, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_CreatePerkItems, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'WorkerPreview_C_CreatePerkItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_ShowPerks \ static_assert(alignof(WorkerPreview_C_ShowPerks) == 0x000008, "Wrong alignment on WorkerPreview_C_ShowPerks"); \ static_assert(sizeof(WorkerPreview_C_ShowPerks) == 0x000038, "Wrong size on WorkerPreview_C_ShowPerks"); \ static_assert(offsetof(WorkerPreview_C_ShowPerks, WorkerInfoProvider) == 0x000000, "Member 'WorkerPreview_C_ShowPerks::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ShowPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WorkerPreview_C_ShowPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ShowPerks, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WorkerPreview_C_ShowPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WorkerPreview_C_ShowPerks, CallFunc_GetName_WorkerName) == 0x000020, "Member 'WorkerPreview_C_ShowPerks::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerPreview_C_Set_Button \ static_assert(alignof(WorkerPreview_C_Set_Button) == 0x000008, "Wrong alignment on WorkerPreview_C_Set_Button"); \ static_assert(sizeof(WorkerPreview_C_Set_Button) == 0x000038, "Wrong size on WorkerPreview_C_Set_Button"); \ static_assert(offsetof(WorkerPreview_C_Set_Button, KeyDisplayMeta) == 0x000000, "Member 'WorkerPreview_C_Set_Button::KeyDisplayMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorkerPreview_C \ static_assert(alignof(UWorkerPreview_C) == 0x000008, "Wrong alignment on UWorkerPreview_C"); \ static_assert(sizeof(UWorkerPreview_C) == 0x0002B8, "Wrong size on UWorkerPreview_C"); \ static_assert(offsetof(UWorkerPreview_C, UberGraphFrame) == 0x000260, "Member 'UWorkerPreview_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, NewAnimation) == 0x000268, "Member 'UWorkerPreview_C::NewAnimation' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, AppearanceAnimation) == 0x000270, "Member 'UWorkerPreview_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, HUDObjectDescription) == 0x000278, "Member 'UWorkerPreview_C::HUDObjectDescription' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, PerksContainer) == 0x000280, "Member 'UWorkerPreview_C::PerksContainer' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, WorkerPreviewItem) == 0x000288, "Member 'UWorkerPreview_C::WorkerPreviewItem' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, WorkerPreviewItem_1) == 0x000290, "Member 'UWorkerPreview_C::WorkerPreviewItem_1' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, WorkerPreviewItem_2) == 0x000298, "Member 'UWorkerPreview_C::WorkerPreviewItem_2' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, PerkItems) == 0x0002A0, "Member 'UWorkerPreview_C::PerkItems' has a wrong offset!"); \ static_assert(offsetof(UWorkerPreview_C, isAppeared) == 0x0002B0, "Member 'UWorkerPreview_C::isAppeared' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_ExecuteUbergraph_SprayerHUD \ static_assert(alignof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD) == 0x000008, "Wrong alignment on SprayerHUD_C_ExecuteUbergraph_SprayerHUD"); \ static_assert(sizeof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD) == 0x000048, "Wrong size on SprayerHUD_C_ExecuteUbergraph_SprayerHUD"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, EntryPoint) == 0x000000, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000030, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000038, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_ExecuteUbergraph_SprayerHUD, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'SprayerHUD_C_ExecuteUbergraph_SprayerHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_Set_Shift_by_Selected_Category \ static_assert(alignof(SprayerHUD_C_Set_Shift_by_Selected_Category) == 0x000008, "Wrong alignment on SprayerHUD_C_Set_Shift_by_Selected_Category"); \ static_assert(sizeof(SprayerHUD_C_Set_Shift_by_Selected_Category) == 0x000088, "Wrong size on SprayerHUD_C_Set_Shift_by_Selected_Category"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, CallFunc_Get_Paint_Categories_Categories) == 0x000000, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::CallFunc_Get_Paint_Categories_Categories' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000050, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000068, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, K2Node_DynamicCast_AsSprayer) == 0x000078, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::K2Node_DynamicCast_AsSprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, CallFunc_GetSelectedCategory_ReturnValue) == 0x000081, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::CallFunc_GetSelectedCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_Set_Shift_by_Selected_Category, CallFunc_Array_Find_ReturnValue) == 0x000084, "Member 'SprayerHUD_C_Set_Shift_by_Selected_Category::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_SwitchColorCategory \ static_assert(alignof(SprayerHUD_C_SwitchColorCategory) == 0x000008, "Wrong alignment on SprayerHUD_C_SwitchColorCategory"); \ static_assert(sizeof(SprayerHUD_C_SwitchColorCategory) == 0x000028, "Wrong size on SprayerHUD_C_SwitchColorCategory"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000000, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_GetCategoryWithShift_Output) == 0x000002, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_GetCategoryWithShift_Output' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_GetSprayerWeapon_bIsAvailable) == 0x000003, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_GetSprayerWeapon_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer) == 0x000008, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, Temp_int_Variable) == 0x000010, "Member 'SprayerHUD_C_SwitchColorCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_SwitchColorCategory, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'SprayerHUD_C_SwitchColorCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_RedrawSprayerSwatch \ static_assert(alignof(SprayerHUD_C_RedrawSprayerSwatch) == 0x000008, "Wrong alignment on SprayerHUD_C_RedrawSprayerSwatch"); \ static_assert(sizeof(SprayerHUD_C_RedrawSprayerSwatch) == 0x000068, "Wrong size on SprayerHUD_C_RedrawSprayerSwatch"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CurrentColorSample) == 0x000000, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CurrentColorSample' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, LocalSprayer) == 0x000008, "Member 'SprayerHUD_C_RedrawSprayerSwatch::LocalSprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, Temp_int_Array_Index_Variable) == 0x000010, "Member 'SprayerHUD_C_RedrawSprayerSwatch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'SprayerHUD_C_RedrawSprayerSwatch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_GetCategoryWithShift_Output) == 0x000018, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_GetCategoryWithShift_Output' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000020, "Member 'SprayerHUD_C_RedrawSprayerSwatch::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'SprayerHUD_C_RedrawSprayerSwatch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_GetSprayerWeapon_bIsAvailable) == 0x000031, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_GetSprayerWeapon_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer) == 0x000038, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_GetCategoryWithShift_Output_1) == 0x000040, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_GetCategoryWithShift_Output_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, K2Node_MakeArray_Array) == 0x000048, "Member 'SprayerHUD_C_RedrawSprayerSwatch::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_Array_Get_Item) == 0x000058, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawSprayerSwatch, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'SprayerHUD_C_RedrawSprayerSwatch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_RedrawLabelText \ static_assert(alignof(SprayerHUD_C_RedrawLabelText) == 0x000008, "Wrong alignment on SprayerHUD_C_RedrawLabelText"); \ static_assert(sizeof(SprayerHUD_C_RedrawLabelText) == 0x000078, "Wrong size on SprayerHUD_C_RedrawLabelText"); \ static_assert(offsetof(SprayerHUD_C_RedrawLabelText, CallFunc_Get_Paint_Categories_Categories) == 0x000000, "Member 'SprayerHUD_C_RedrawLabelText::CallFunc_Get_Paint_Categories_Categories' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawLabelText, CallFunc_GetCategoryWithShift_Output) == 0x000050, "Member 'SprayerHUD_C_RedrawLabelText::CallFunc_GetCategoryWithShift_Output' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawLabelText, CallFunc_Map_Find_Value) == 0x000058, "Member 'SprayerHUD_C_RedrawLabelText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_RedrawLabelText, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'SprayerHUD_C_RedrawLabelText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_DrawColorSample \ static_assert(alignof(SprayerHUD_C_DrawColorSample) == 0x000008, "Wrong alignment on SprayerHUD_C_DrawColorSample"); \ static_assert(sizeof(SprayerHUD_C_DrawColorSample) == 0x000050, "Wrong size on SprayerHUD_C_DrawColorSample"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, ColorSample) == 0x000000, "Member 'SprayerHUD_C_DrawColorSample::ColorSample' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, PaintCategory) == 0x000008, "Member 'SprayerHUD_C_DrawColorSample::PaintCategory' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_GetSprayerWeapon_bIsAvailable) == 0x000009, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_GetSprayerWeapon_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer) == 0x000010, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_GetSprayerWeapon_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_GetSelectedRecipeID_ReturnValue) == 0x000018, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_GetSelectedRecipeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_GetRecipe_outRecipe) == 0x000020, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_GetRecipe_outRecipe' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_DrawColorSample, CallFunc_GetRecipe_ReturnValue) == 0x000048, "Member 'SprayerHUD_C_DrawColorSample::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_GetCategoryWithShift \ static_assert(alignof(SprayerHUD_C_GetCategoryWithShift) == 0x000008, "Wrong alignment on SprayerHUD_C_GetCategoryWithShift"); \ static_assert(sizeof(SprayerHUD_C_GetCategoryWithShift) == 0x0000C8, "Wrong size on SprayerHUD_C_GetCategoryWithShift"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, BaseCategoryIndex) == 0x000000, "Member 'SprayerHUD_C_GetCategoryWithShift::BaseCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, Output) == 0x000004, "Member 'SprayerHUD_C_GetCategoryWithShift::Output' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Get_Paint_Categories_Categories) == 0x000008, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Get_Paint_Categories_Categories' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Get_Paint_Categories_Categories_1) == 0x000058, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Get_Paint_Categories_Categories_1' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Map_Length_ReturnValue) == 0x0000B8, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Percent_IntInt_ReturnValue) == 0x0000C0, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetCategoryWithShift, CallFunc_Array_Get_Item) == 0x0000C4, "Member 'SprayerHUD_C_GetCategoryWithShift::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerHUD_C_GetSprayerWeapon \ static_assert(alignof(SprayerHUD_C_GetSprayerWeapon) == 0x000008, "Wrong alignment on SprayerHUD_C_GetSprayerWeapon"); \ static_assert(sizeof(SprayerHUD_C_GetSprayerWeapon) == 0x000038, "Wrong size on SprayerHUD_C_GetSprayerWeapon"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, bIsAvailable) == 0x000000, "Member 'SprayerHUD_C_GetSprayerWeapon::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, AsFGWeapon_Sprayer) == 0x000008, "Member 'SprayerHUD_C_GetSprayerWeapon::AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000010, "Member 'SprayerHUD_C_GetSprayerWeapon::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'SprayerHUD_C_GetSprayerWeapon::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'SprayerHUD_C_GetSprayerWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, K2Node_DynamicCast_AsFGWeapon_Sprayer) == 0x000028, "Member 'SprayerHUD_C_GetSprayerWeapon::K2Node_DynamicCast_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(SprayerHUD_C_GetSprayerWeapon, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'SprayerHUD_C_GetSprayerWeapon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USprayerHUD_C \ static_assert(alignof(USprayerHUD_C) == 0x000008, "Wrong alignment on USprayerHUD_C"); \ static_assert(sizeof(USprayerHUD_C) == 0x0002B8, "Wrong size on USprayerHUD_C"); \ static_assert(offsetof(USprayerHUD_C, UberGraphFrame) == 0x000260, "Member 'USprayerHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, AnimAppearance) == 0x000268, "Member 'USprayerHUD_C::AnimAppearance' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, AnimNextColor) == 0x000270, "Member 'USprayerHUD_C::AnimNextColor' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, Container1) == 0x000278, "Member 'USprayerHUD_C::Container1' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, HelperColorSample) == 0x000280, "Member 'USprayerHUD_C::HelperColorSample' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, LayerLabel) == 0x000288, "Member 'USprayerHUD_C::LayerLabel' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, LayerLabelBG) == 0x000290, "Member 'USprayerHUD_C::LayerLabelBG' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, SprayerColorSample) == 0x000298, "Member 'USprayerHUD_C::SprayerColorSample' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, SprayerColorSample_1) == 0x0002A0, "Member 'USprayerHUD_C::SprayerColorSample_1' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, SprayerColorSample_2) == 0x0002A8, "Member 'USprayerHUD_C::SprayerColorSample_2' has a wrong offset!"); \ static_assert(offsetof(USprayerHUD_C, CurrentShift) == 0x0002B0, "Member 'USprayerHUD_C::CurrentShift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo \ static_assert(alignof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo) == 0x000008, "Wrong alignment on WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo"); \ static_assert(sizeof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo) == 0x0001E0, "Wrong size on WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, EntryPoint) == 0x000000, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, Temp_object_Variable) == 0x000008, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, Temp_object_Variable_1) == 0x000010, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CustomEvent_Percent0_1) == 0x000018, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CustomEvent_Percent0_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, Temp_bool_Variable) == 0x00001C, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_FFloor_ReturnValue) == 0x000024, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_MakeArray_Array) == 0x000068, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CustomEvent_ModuleInfo_1) == 0x000090, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CustomEvent_ModuleInfo_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CustomEvent_ModuleInfo) == 0x0000F8, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CustomEvent_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_GetName_Name) == 0x000160, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_GetName_Name' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000178, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000179, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_Not_PreBool_ReturnValue) == 0x00017A, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00017B, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000180, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000188, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_IsVisible_ReturnValue) == 0x000191, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000192, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000194, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CustomEvent_bIsAvailable) == 0x0001A4, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CustomEvent_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_CustomEvent_bIsEnabled) == 0x0001A5, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_Select_Default) == 0x0001A8, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001B0, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0001B8, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_GetOldKeyHints_bIsValid) == 0x0001C9, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_GetOldKeyHints_bIsValid' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_GetOldKeyHints_HintsWrapper) == 0x0001D0, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_GetOldKeyHints_HintsWrapper' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001D8, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo, CallFunc_BooleanOR_ReturnValue) == 0x0001D9, "Member 'WagonModuleInfo_C_ExecuteUbergraph_WagonModuleInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_DrawPlugIcon \ static_assert(alignof(WagonModuleInfo_C_DrawPlugIcon) == 0x000001, "Wrong alignment on WagonModuleInfo_C_DrawPlugIcon"); \ static_assert(sizeof(WagonModuleInfo_C_DrawPlugIcon) == 0x000002, "Wrong size on WagonModuleInfo_C_DrawPlugIcon"); \ static_assert(offsetof(WagonModuleInfo_C_DrawPlugIcon, bIsAvailable) == 0x000000, "Member 'WagonModuleInfo_C_DrawPlugIcon::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_DrawPlugIcon, bIsEnabled_0) == 0x000001, "Member 'WagonModuleInfo_C_DrawPlugIcon::bIsEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_SetupTextLabel \ static_assert(alignof(WagonModuleInfo_C_SetupTextLabel) == 0x000008, "Wrong alignment on WagonModuleInfo_C_SetupTextLabel"); \ static_assert(sizeof(WagonModuleInfo_C_SetupTextLabel) == 0x000068, "Wrong size on WagonModuleInfo_C_SetupTextLabel"); \ static_assert(offsetof(WagonModuleInfo_C_SetupTextLabel, ModuleInfo) == 0x000000, "Member 'WagonModuleInfo_C_SetupTextLabel::ModuleInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_SetupState \ static_assert(alignof(WagonModuleInfo_C_SetupState) == 0x000008, "Wrong alignment on WagonModuleInfo_C_SetupState"); \ static_assert(sizeof(WagonModuleInfo_C_SetupState) == 0x000068, "Wrong size on WagonModuleInfo_C_SetupState"); \ static_assert(offsetof(WagonModuleInfo_C_SetupState, ModuleInfo) == 0x000000, "Member 'WagonModuleInfo_C_SetupState::ModuleInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_SetPercent \ static_assert(alignof(WagonModuleInfo_C_SetPercent) == 0x000004, "Wrong alignment on WagonModuleInfo_C_SetPercent"); \ static_assert(sizeof(WagonModuleInfo_C_SetPercent) == 0x000004, "Wrong size on WagonModuleInfo_C_SetPercent"); \ static_assert(offsetof(WagonModuleInfo_C_SetPercent, Percent0_1) == 0x000000, "Member 'WagonModuleInfo_C_SetPercent::Percent0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_Set_Damaged_Module_Style \ static_assert(alignof(WagonModuleInfo_C_Set_Damaged_Module_Style) == 0x000008, "Wrong alignment on WagonModuleInfo_C_Set_Damaged_Module_Style"); \ static_assert(sizeof(WagonModuleInfo_C_Set_Damaged_Module_Style) == 0x000038, "Wrong size on WagonModuleInfo_C_Set_Damaged_Module_Style"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, Durability_) == 0x000000, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::Durability_' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, State) == 0x000004, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::State' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, RecipeID) == 0x000008, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::RecipeID' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000018, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_GetOldKeyHints_bIsValid) == 0x000029, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_GetOldKeyHints_bIsValid' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Damaged_Module_Style, CallFunc_GetOldKeyHints_HintsWrapper) == 0x000030, "Member 'WagonModuleInfo_C_Set_Damaged_Module_Style::CallFunc_GetOldKeyHints_HintsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_Set_Project_Module_Style \ static_assert(alignof(WagonModuleInfo_C_Set_Project_Module_Style) == 0x000008, "Wrong alignment on WagonModuleInfo_C_Set_Project_Module_Style"); \ static_assert(sizeof(WagonModuleInfo_C_Set_Project_Module_Style) == 0x000010, "Wrong size on WagonModuleInfo_C_Set_Project_Module_Style"); \ static_assert(offsetof(WagonModuleInfo_C_Set_Project_Module_Style, ResourcesList) == 0x000000, "Member 'WagonModuleInfo_C_Set_Project_Module_Style::ResourcesList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_Compose_Labels \ static_assert(alignof(WagonModuleInfo_C_Compose_Labels) == 0x000008, "Wrong alignment on WagonModuleInfo_C_Compose_Labels"); \ static_assert(sizeof(WagonModuleInfo_C_Compose_Labels) == 0x000040, "Wrong size on WagonModuleInfo_C_Compose_Labels"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, State) == 0x000000, "Member 'WagonModuleInfo_C_Compose_Labels::State' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, Project_Name) == 0x000008, "Member 'WagonModuleInfo_C_Compose_Labels::Project_Name' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, Module_Name) == 0x000020, "Member 'WagonModuleInfo_C_Compose_Labels::Module_Name' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, CallFunc_TextIsEmpty_ReturnValue) == 0x000038, "Member 'WagonModuleInfo_C_Compose_Labels::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000039, "Member 'WagonModuleInfo_C_Compose_Labels::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, K2Node_SwitchEnum_CmpSuccess) == 0x00003A, "Member 'WagonModuleInfo_C_Compose_Labels::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Compose_Labels, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'WagonModuleInfo_C_Compose_Labels::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_Get_Action_Text \ static_assert(alignof(WagonModuleInfo_C_Get_Action_Text) == 0x000008, "Wrong alignment on WagonModuleInfo_C_Get_Action_Text"); \ static_assert(sizeof(WagonModuleInfo_C_Get_Action_Text) == 0x000240, "Wrong size on WagonModuleInfo_C_Get_Action_Text"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, DefaultText) == 0x000000, "Member 'WagonModuleInfo_C_Get_Action_Text::DefaultText' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, State) == 0x000018, "Member 'WagonModuleInfo_C_Get_Action_Text::State' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, DisassembleState) == 0x000019, "Member 'WagonModuleInfo_C_Get_Action_Text::DisassembleState' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, Text) == 0x000020, "Member 'WagonModuleInfo_C_Get_Action_Text::Text' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue) == 0x000038, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_SwitchEnum_CmpSuccess) == 0x000050, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000051, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000052, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000053, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000058, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000070, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000088, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0000A0, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F8, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeArray_Array) == 0x000178, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000188, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001B8, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_MakeArray_Array_1) == 0x0001F8, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, Temp_bool_Variable) == 0x000208, "Member 'WagonModuleInfo_C_Get_Action_Text::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, CallFunc_Format_ReturnValue_1) == 0x000210, "Member 'WagonModuleInfo_C_Get_Action_Text::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Get_Action_Text, K2Node_Select_Default) == 0x000228, "Member 'WagonModuleInfo_C_Get_Action_Text::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_GetName \ static_assert(alignof(WagonModuleInfo_C_GetName) == 0x000008, "Wrong alignment on WagonModuleInfo_C_GetName"); \ static_assert(sizeof(WagonModuleInfo_C_GetName) == 0x000128, "Wrong size on WagonModuleInfo_C_GetName"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, RecipeID) == 0x000000, "Member 'WagonModuleInfo_C_GetName::RecipeID' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, Name_0) == 0x000008, "Member 'WagonModuleInfo_C_GetName::Name_0' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'WagonModuleInfo_C_GetName::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'WagonModuleInfo_C_GetName::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WagonModuleInfo_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'WagonModuleInfo_C_GetName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, CallFunc_GetRecipe_ReturnValue) == 0x000038, "Member 'WagonModuleInfo_C_GetName::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_GetName, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'WagonModuleInfo_C_GetName::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_SetupButtons \ static_assert(alignof(WagonModuleInfo_C_SetupButtons) == 0x000008, "Wrong alignment on WagonModuleInfo_C_SetupButtons"); \ static_assert(sizeof(WagonModuleInfo_C_SetupButtons) == 0x000118, "Wrong size on WagonModuleInfo_C_SetupButtons"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, ModuleInfo) == 0x000000, "Member 'WagonModuleInfo_C_SetupButtons::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, DisassembleState) == 0x000068, "Member 'WagonModuleInfo_C_SetupButtons::DisassembleState' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'WagonModuleInfo_C_SetupButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000070, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Get_Action_Text_Text) == 0x000078, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Get_Action_Text_Text' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_TextIsEmpty_ReturnValue) == 0x000090, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Not_PreBool_ReturnValue_1) == 0x000092, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, K2Node_MakeStruct_ActionButtonData) == 0x000098, "Member 'WagonModuleInfo_C_SetupButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'WagonModuleInfo_C_SetupButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'WagonModuleInfo_C_SetupButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_Have_Materials_to_Build \ static_assert(alignof(WagonModuleInfo_C_Have_Materials_to_Build) == 0x000008, "Wrong alignment on WagonModuleInfo_C_Have_Materials_to_Build"); \ static_assert(sizeof(WagonModuleInfo_C_Have_Materials_to_Build) == 0x000070, "Wrong size on WagonModuleInfo_C_Have_Materials_to_Build"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, Array) == 0x000000, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::Array' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, ReturnValue) == 0x000010, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, PlayersInventory) == 0x000018, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::PlayersInventory' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Array_Get_Item) == 0x000038, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Subtract_IntInt_ReturnValue) == 0x00004C, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Greater_IntInt_ReturnValue) == 0x000051, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000058, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_GetInventoryComponent_isValid) == 0x00005C, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_GetInventoryComponent_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_GetInventoryComponent_PlayerInventory) == 0x000060, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_GetInventoryComponent_PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000068, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_Have_Materials_to_Build, CallFunc_BooleanAND_ReturnValue_1) == 0x000069, "Member 'WagonModuleInfo_C_Have_Materials_to_Build::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_MakeConstructionRequirementsCost \ static_assert(alignof(WagonModuleInfo_C_MakeConstructionRequirementsCost) == 0x000008, "Wrong alignment on WagonModuleInfo_C_MakeConstructionRequirementsCost"); \ static_assert(sizeof(WagonModuleInfo_C_MakeConstructionRequirementsCost) == 0x000080, "Wrong size on WagonModuleInfo_C_MakeConstructionRequirementsCost"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, Required) == 0x000000, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::Required' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, ReturnValue) == 0x000010, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, ConstructionRequirements) == 0x000018, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::ConstructionRequirements' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Create_ReturnValue) == 0x000038, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Array_Get_Item) == 0x000040, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, K2Node_MakeStruct_WagonModuleConstructionsRequirement) == 0x000060, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::K2Node_MakeStruct_WagonModuleConstructionsRequirement' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Array_Identical_ReturnValue) == 0x000078, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_MakeConstructionRequirementsCost, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'WagonModuleInfo_C_MakeConstructionRequirementsCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleInfo_C_SetupProjectUseButton \ static_assert(alignof(WagonModuleInfo_C_SetupProjectUseButton) == 0x000008, "Wrong alignment on WagonModuleInfo_C_SetupProjectUseButton"); \ static_assert(sizeof(WagonModuleInfo_C_SetupProjectUseButton) == 0x000078, "Wrong size on WagonModuleInfo_C_SetupProjectUseButton"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, ActionText_0) == 0x000000, "Member 'WagonModuleInfo_C_SetupProjectUseButton::ActionText_0' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, Project_Requirements) == 0x000018, "Member 'WagonModuleInfo_C_SetupProjectUseButton::Project_Requirements' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, CallFunc_Have_Materials_to_Build_ReturnValue) == 0x000028, "Member 'WagonModuleInfo_C_SetupProjectUseButton::CallFunc_Have_Materials_to_Build_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, CallFunc_MakeConstructionRequirementsCost_ReturnValue) == 0x000030, "Member 'WagonModuleInfo_C_SetupProjectUseButton::CallFunc_MakeConstructionRequirementsCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WagonModuleInfo_C_SetupProjectUseButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleInfo_C_SetupProjectUseButton, K2Node_MakeStruct_ActionButtonData) == 0x000040, "Member 'WagonModuleInfo_C_SetupProjectUseButton::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWagonModuleInfo_C \ static_assert(alignof(UWagonModuleInfo_C) == 0x000008, "Wrong alignment on UWagonModuleInfo_C"); \ static_assert(sizeof(UWagonModuleInfo_C) == 0x000350, "Wrong size on UWagonModuleInfo_C"); \ static_assert(offsetof(UWagonModuleInfo_C, UberGraphFrame) == 0x000260, "Member 'UWagonModuleInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ShowAnimation) == 0x000268, "Member 'UWagonModuleInfo_C::ShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenCircle) == 0x000270, "Member 'UWagonModuleInfo_C::BrokenCircle' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenCircle_1) == 0x000278, "Member 'UWagonModuleInfo_C::BrokenCircle_1' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenIcon) == 0x000280, "Member 'UWagonModuleInfo_C::BrokenIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenIcon_1) == 0x000288, "Member 'UWagonModuleInfo_C::BrokenIcon_1' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenImages) == 0x000290, "Member 'UWagonModuleInfo_C::BrokenImages' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, BrokenText) == 0x000298, "Member 'UWagonModuleInfo_C::BrokenText' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, DefaultActionButtons) == 0x0002A0, "Member 'UWagonModuleInfo_C::DefaultActionButtons' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Description) == 0x0002A8, "Member 'UWagonModuleInfo_C::Description' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, DurabilityIcon) == 0x0002B0, "Member 'UWagonModuleInfo_C::DurabilityIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, DurabilityProgressbar) == 0x0002B8, "Member 'UWagonModuleInfo_C::DurabilityProgressbar' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, DurabilityResorcesSlots) == 0x0002C0, "Member 'UWagonModuleInfo_C::DurabilityResorcesSlots' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Durbility) == 0x0002C8, "Member 'UWagonModuleInfo_C::Durbility' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Image_102) == 0x0002D0, "Member 'UWagonModuleInfo_C::Image_102' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ObjectDescription) == 0x0002D8, "Member 'UWagonModuleInfo_C::ObjectDescription' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ObjectName) == 0x0002E0, "Member 'UWagonModuleInfo_C::ObjectName' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Percent) == 0x0002E8, "Member 'UWagonModuleInfo_C::Percent' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, PlugIcon) == 0x0002F0, "Member 'UWagonModuleInfo_C::PlugIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ProjectImages_1) == 0x0002F8, "Member 'UWagonModuleInfo_C::ProjectImages_1' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, CanShow) == 0x000300, "Member 'UWagonModuleInfo_C::CanShow' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, isAppeared) == 0x000301, "Member 'UWagonModuleInfo_C::isAppeared' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, IsDamagedStyle) == 0x000302, "Member 'UWagonModuleInfo_C::IsDamagedStyle' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, iHidden) == 0x000303, "Member 'UWagonModuleInfo_C::iHidden' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ResourceCount) == 0x000304, "Member 'UWagonModuleInfo_C::ResourceCount' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Durability) == 0x000308, "Member 'UWagonModuleInfo_C::Durability' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, NameText) == 0x000310, "Member 'UWagonModuleInfo_C::NameText' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, ActionText) == 0x000328, "Member 'UWagonModuleInfo_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleInfo_C, Project_Requirements_Cache) == 0x000340, "Member 'UWagonModuleInfo_C::Project_Requirements_Cache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion \ static_assert(alignof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion) == 0x000008, "Wrong alignment on Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion"); \ static_assert(sizeof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion) == 0x0005B0, "Wrong size on Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, EntryPoint) == 0x000000, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetImpulseStrength_ReturnValue) == 0x000004, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetImpulseStrength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_AddFriction_Friction) == 0x000018, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_AddFriction_Friction' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000024, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, K2Node_CustomEvent_NewParam) == 0x000030, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000040, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000048, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000050, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_1) == 0x0000D8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_2) == 0x000160, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsImpulseToSmall_ReturnValue) == 0x0001E8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsImpulseToSmall_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0001F0, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0001F8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsLocallyControlled_ReturnValue) == 0x000201, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_HasAuthority_ReturnValue) == 0x000202, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000203, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_BooleanAND_ReturnValue) == 0x000204, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_HasAuthority_ReturnValue_1) == 0x000205, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsImpulseToSmall_ReturnValue_1) == 0x000206, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsImpulseToSmall_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue) == 0x000207, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000208, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue_1) == 0x000210, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, K2Node_CreateDelegate_OutputDelegate) == 0x000214, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, K2Node_CreateDelegate_OutputDelegate_1) == 0x000224, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000238, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_ComputeStreamForce_Force) == 0x000240, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_ComputeStreamForce_Force' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_ComputeStreamForce_Force_1) == 0x00024C, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_ComputeStreamForce_Force_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue_2) == 0x000258, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_FMax_ReturnValue) == 0x00025C, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000260, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, K2Node_CustomEvent_Force) == 0x000268, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::K2Node_CustomEvent_Force' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue_3) == 0x000274, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsForceToSmall_ReturnValue) == 0x000275, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsForceToSmall_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsForceToSmall_ReturnValue_1) == 0x000276, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsForceToSmall_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000278, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_7) == 0x000280, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsValid_ReturnValue_1) == 0x000288, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x000289, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_HasAuthority_ReturnValue_2) == 0x00028A, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_HasAuthority_ReturnValue_3) == 0x00028B, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_BooleanAND_ReturnValue_1) == 0x00028C, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue_4) == 0x00028D, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_IsLocallyControlled_ReturnValue_3) == 0x00028E, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_IsLocallyControlled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_8) == 0x000290, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_3) == 0x000298, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_9) == 0x000320, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_10) == 0x000328, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_4) == 0x000330, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_5) == 0x0003B8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_11) == 0x000440, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_12) == 0x000448, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_6) == 0x000450, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_K2_AddActorWorldOffset_SweepHitResult_7) == 0x0004D8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_K2_AddActorWorldOffset_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GetOwningPawn_ReturnValue_13) == 0x000560, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GetOwningPawn_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Not_PreBool_ReturnValue_5) == 0x000568, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Add_FloatFloat_ReturnValue) == 0x00056C, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000570, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000574, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_AddFriction_Friction_1) == 0x000578, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_AddFriction_Friction_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_AddFriction_Friction_2) == 0x000584, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_AddFriction_Friction_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000590, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x00059C, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion, K2Node_Event_DeltaTime) == 0x0005A8, "Member 'Action_WindExplosion_C_ExecuteUbergraph_Action_WindExplosion::K2Node_Event_DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_Tick \ static_assert(alignof(Action_WindExplosion_C_Tick) == 0x000004, "Wrong alignment on Action_WindExplosion_C_Tick"); \ static_assert(sizeof(Action_WindExplosion_C_Tick) == 0x000004, "Wrong size on Action_WindExplosion_C_Tick"); \ static_assert(offsetof(Action_WindExplosion_C_Tick, DeltaTime_0) == 0x000000, "Member 'Action_WindExplosion_C_Tick::DeltaTime_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_ServerAddForce \ static_assert(alignof(Action_WindExplosion_C_ServerAddForce) == 0x000004, "Wrong alignment on Action_WindExplosion_C_ServerAddForce"); \ static_assert(sizeof(Action_WindExplosion_C_ServerAddForce) == 0x00000C, "Wrong size on Action_WindExplosion_C_ServerAddForce"); \ static_assert(offsetof(Action_WindExplosion_C_ServerAddForce, Force) == 0x000000, "Member 'Action_WindExplosion_C_ServerAddForce::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_ServerAddActorOffset \ static_assert(alignof(Action_WindExplosion_C_ServerAddActorOffset) == 0x000004, "Wrong alignment on Action_WindExplosion_C_ServerAddActorOffset"); \ static_assert(sizeof(Action_WindExplosion_C_ServerAddActorOffset) == 0x00000C, "Wrong size on Action_WindExplosion_C_ServerAddActorOffset"); \ static_assert(offsetof(Action_WindExplosion_C_ServerAddActorOffset, NewParam) == 0x000000, "Member 'Action_WindExplosion_C_ServerAddActorOffset::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_AddImpulse \ static_assert(alignof(Action_WindExplosion_C_AddImpulse) == 0x000008, "Wrong alignment on Action_WindExplosion_C_AddImpulse"); \ static_assert(sizeof(Action_WindExplosion_C_AddImpulse) == 0x000038, "Wrong size on Action_WindExplosion_C_AddImpulse"); \ static_assert(offsetof(Action_WindExplosion_C_AddImpulse, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_AddImpulse::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddImpulse, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'Action_WindExplosion_C_AddImpulse::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddImpulse, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000014, "Member 'Action_WindExplosion_C_AddImpulse::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddImpulse, CallFunc_Normal_ReturnValue) == 0x000020, "Member 'Action_WindExplosion_C_AddImpulse::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddImpulse, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00002C, "Member 'Action_WindExplosion_C_AddImpulse::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_ComputeBounce \ static_assert(alignof(Action_WindExplosion_C_ComputeBounce) == 0x000008, "Wrong alignment on Action_WindExplosion_C_ComputeBounce"); \ static_assert(sizeof(Action_WindExplosion_C_ComputeBounce) == 0x0001B0, "Wrong size on Action_WindExplosion_C_ComputeBounce"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, HitResult) == 0x000000, "Member 'Action_WindExplosion_C_ComputeBounce::HitResult' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, Velocity) == 0x000088, "Member 'Action_WindExplosion_C_ComputeBounce::Velocity' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, BounceVelocity) == 0x000094, "Member 'Action_WindExplosion_C_ComputeBounce::BounceVelocity' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, Normal) == 0x0000A0, "Member 'Action_WindExplosion_C_ComputeBounce::Normal' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, ProjectedNormal) == 0x0000AC, "Member 'Action_WindExplosion_C_ComputeBounce::ProjectedNormal' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, DotNormal) == 0x0000B8, "Member 'Action_WindExplosion_C_ComputeBounce::DotNormal' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, TempVelocity) == 0x0000BC, "Member 'Action_WindExplosion_C_ComputeBounce::TempVelocity' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C8, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C9, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_Time) == 0x0000CC, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_Distance) == 0x0000D0, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_Location) == 0x0000D4, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E0, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_Normal) == 0x0000EC, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F8, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Vector_ClampSizeMax_ReturnValue) == 0x00014C, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Vector_ClampSizeMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_FMax_ReturnValue) == 0x000158, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00015C, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Add_VectorVector_ReturnValue) == 0x000168, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000174, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_FClamp_ReturnValue) == 0x000178, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00017C, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000188, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000194, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000198, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_Dot_VectorVector_ReturnValue) == 0x0001A4, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeBounce, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001A8, "Member 'Action_WindExplosion_C_ComputeBounce::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_IsSliding \ static_assert(alignof(Action_WindExplosion_C_IsSliding) == 0x000001, "Wrong alignment on Action_WindExplosion_C_IsSliding"); \ static_assert(sizeof(Action_WindExplosion_C_IsSliding) == 0x000001, "Wrong size on Action_WindExplosion_C_IsSliding"); \ static_assert(offsetof(Action_WindExplosion_C_IsSliding, NewParam) == 0x000000, "Member 'Action_WindExplosion_C_IsSliding::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_AddCharacterBounce \ static_assert(alignof(Action_WindExplosion_C_AddCharacterBounce) == 0x000008, "Wrong alignment on Action_WindExplosion_C_AddCharacterBounce"); \ static_assert(sizeof(Action_WindExplosion_C_AddCharacterBounce) == 0x000058, "Wrong size on Action_WindExplosion_C_AddCharacterBounce"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, HitedCharacter) == 0x000000, "Member 'Action_WindExplosion_C_AddCharacterBounce::HitedCharacter' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, AddImpulse) == 0x000008, "Member 'Action_WindExplosion_C_AddCharacterBounce::AddImpulse' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'Action_WindExplosion_C_AddCharacterBounce::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_WindExplosion_C_AddCharacterBounce::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'Action_WindExplosion_C_AddCharacterBounce::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'Action_WindExplosion_C_AddCharacterBounce::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, CallFunc_GetAction_ReturnValue) == 0x000038, "Member 'Action_WindExplosion_C_AddCharacterBounce::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, CallFunc_IsPlayingAction_ReturnValue) == 0x000040, "Member 'Action_WindExplosion_C_AddCharacterBounce::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, K2Node_DynamicCast_AsAction_Wind_Explosion) == 0x000048, "Member 'Action_WindExplosion_C_AddCharacterBounce::K2Node_DynamicCast_AsAction_Wind_Explosion' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'Action_WindExplosion_C_AddCharacterBounce::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddCharacterBounce, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'Action_WindExplosion_C_AddCharacterBounce::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_CalcImpactImpulseForCharacters \ static_assert(alignof(Action_WindExplosion_C_CalcImpactImpulseForCharacters) == 0x000008, "Wrong alignment on Action_WindExplosion_C_CalcImpactImpulseForCharacters"); \ static_assert(sizeof(Action_WindExplosion_C_CalcImpactImpulseForCharacters) == 0x0000D8, "Wrong size on Action_WindExplosion_C_CalcImpactImpulseForCharacters"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, OtherCharacter) == 0x000000, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::OtherCharacter' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, ImpulseStrenght) == 0x000008, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::ImpulseStrenght' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, L_VelocityOtherCharacter) == 0x00000C, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::L_VelocityOtherCharacter' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, L_MassOtherCharacter) == 0x000018, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::L_MassOtherCharacter' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, L_VelocityOther) == 0x00001C, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::L_VelocityOther' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, L_VelocityOur) == 0x000028, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::L_VelocityOur' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, L_Constant) == 0x000034, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::L_Constant' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_VSize_ReturnValue) == 0x000044, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_GetOwningPawn_ReturnValue) == 0x000048, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Add_FloatFloat_ReturnValue) == 0x000050, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00005C, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000068, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000074, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000090, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00009C, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000A8, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000AC, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000B0, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x0000BC, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_CalcImpactImpulseForCharacters, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C8, "Member 'Action_WindExplosion_C_CalcImpactImpulseForCharacters::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_LerpForceStrength \ static_assert(alignof(Action_WindExplosion_C_LerpForceStrength) == 0x000004, "Wrong alignment on Action_WindExplosion_C_LerpForceStrength"); \ static_assert(sizeof(Action_WindExplosion_C_LerpForceStrength) == 0x000008, "Wrong size on Action_WindExplosion_C_LerpForceStrength"); \ static_assert(offsetof(Action_WindExplosion_C_LerpForceStrength, CallFunc_FClamp_ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_LerpForceStrength::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_LerpForceStrength, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'Action_WindExplosion_C_LerpForceStrength::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_InterpForceStrength \ static_assert(alignof(Action_WindExplosion_C_InterpForceStrength) == 0x000004, "Wrong alignment on Action_WindExplosion_C_InterpForceStrength"); \ static_assert(sizeof(Action_WindExplosion_C_InterpForceStrength) == 0x00000C, "Wrong size on Action_WindExplosion_C_InterpForceStrength"); \ static_assert(offsetof(Action_WindExplosion_C_InterpForceStrength, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_InterpForceStrength::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_InterpForceStrength, CallFunc_FInterpTo_ReturnValue) == 0x000004, "Member 'Action_WindExplosion_C_InterpForceStrength::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_InterpForceStrength, CallFunc_FInterpTo_ReturnValue_1) == 0x000008, "Member 'Action_WindExplosion_C_InterpForceStrength::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_InterpFlyFriction \ static_assert(alignof(Action_WindExplosion_C_InterpFlyFriction) == 0x000004, "Wrong alignment on Action_WindExplosion_C_InterpFlyFriction"); \ static_assert(sizeof(Action_WindExplosion_C_InterpFlyFriction) == 0x000004, "Wrong size on Action_WindExplosion_C_InterpFlyFriction"); \ static_assert(offsetof(Action_WindExplosion_C_InterpFlyFriction, CallFunc_FInterpTo_ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_InterpFlyFriction::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_GetImpulseStrength \ static_assert(alignof(Action_WindExplosion_C_GetImpulseStrength) == 0x000008, "Wrong alignment on Action_WindExplosion_C_GetImpulseStrength"); \ static_assert(sizeof(Action_WindExplosion_C_GetImpulseStrength) == 0x000048, "Wrong size on Action_WindExplosion_C_GetImpulseStrength"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_GetImpulseStrength::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_WindExplosion_C_GetImpulseStrength::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'Action_WindExplosion_C_GetImpulseStrength::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000024, "Member 'Action_WindExplosion_C_GetImpulseStrength::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, CallFunc_Normal_ReturnValue) == 0x000030, "Member 'Action_WindExplosion_C_GetImpulseStrength::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_GetImpulseStrength, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00003C, "Member 'Action_WindExplosion_C_GetImpulseStrength::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_ComputeStreamForce \ static_assert(alignof(Action_WindExplosion_C_ComputeStreamForce) == 0x000008, "Wrong alignment on Action_WindExplosion_C_ComputeStreamForce"); \ static_assert(sizeof(Action_WindExplosion_C_ComputeStreamForce) == 0x000088, "Wrong size on Action_WindExplosion_C_ComputeStreamForce"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, Force) == 0x000000, "Member 'Action_WindExplosion_C_ComputeStreamForce::Force' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000024, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000030, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Normal_ReturnValue) == 0x00003C, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_MapRangeUnclamped_ReturnValue) == 0x00004C, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_SelectFloat_ReturnValue) == 0x000050, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000054, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000060, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_BreakVector_X) == 0x00006C, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_BreakVector_Y) == 0x000070, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_BreakVector_Z) == 0x000074, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000078, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_ComputeStreamForce, CallFunc_MakeVector_ReturnValue) == 0x00007C, "Member 'Action_WindExplosion_C_ComputeStreamForce::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_AddFriction \ static_assert(alignof(Action_WindExplosion_C_AddFriction) == 0x000008, "Wrong alignment on Action_WindExplosion_C_AddFriction"); \ static_assert(sizeof(Action_WindExplosion_C_AddFriction) == 0x0000C8, "Wrong size on Action_WindExplosion_C_AddFriction"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CurrentSpeed) == 0x000000, "Member 'Action_WindExplosion_C_AddFriction::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, Friction_0) == 0x00000C, "Member 'Action_WindExplosion_C_AddFriction::Friction_0' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000018, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetOwningPawn_ReturnValue) == 0x000028, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000030, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetCurrentAcceleration_ReturnValue) == 0x000038, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetCurrentAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetCurrentAcceleration_ReturnValue_1) == 0x000044, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetCurrentAcceleration_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Dot_VectorVector_ReturnValue) == 0x000050, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000054, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000059, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000060, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000068, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_IsRunning_ReturnValue) == 0x000070, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetCurrentAcceleration_ReturnValue_2) == 0x000074, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetCurrentAcceleration_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_GetOwningPawn_ReturnValue_4) == 0x000080, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_VSizeSquared_ReturnValue) == 0x000088, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_IsRunning_ReturnValue_1) == 0x00008C, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_IsRunning_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00008D, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_BooleanAND_ReturnValue) == 0x00008E, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_BooleanAND_ReturnValue_1) == 0x00008F, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_BooleanAND_ReturnValue_2) == 0x000090, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_FMax_ReturnValue) == 0x000094, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_SelectFloat_ReturnValue) == 0x000098, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_FMax_ReturnValue_1) == 0x00009C, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_SelectFloat_ReturnValue_1) == 0x0000A0, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000A4, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000B0, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_AddFriction, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000BC, "Member 'Action_WindExplosion_C_AddFriction::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_IsForceToSmall \ static_assert(alignof(Action_WindExplosion_C_IsForceToSmall) == 0x000004, "Wrong alignment on Action_WindExplosion_C_IsForceToSmall"); \ static_assert(sizeof(Action_WindExplosion_C_IsForceToSmall) == 0x00000C, "Wrong size on Action_WindExplosion_C_IsForceToSmall"); \ static_assert(offsetof(Action_WindExplosion_C_IsForceToSmall, ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_IsForceToSmall::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_IsForceToSmall, CallFunc_VSize_ReturnValue) == 0x000004, "Member 'Action_WindExplosion_C_IsForceToSmall::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_IsForceToSmall, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'Action_WindExplosion_C_IsForceToSmall::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_WindExplosion_C_IsImpulseToSmall \ static_assert(alignof(Action_WindExplosion_C_IsImpulseToSmall) == 0x000004, "Wrong alignment on Action_WindExplosion_C_IsImpulseToSmall"); \ static_assert(sizeof(Action_WindExplosion_C_IsImpulseToSmall) == 0x00000C, "Wrong size on Action_WindExplosion_C_IsImpulseToSmall"); \ static_assert(offsetof(Action_WindExplosion_C_IsImpulseToSmall, ReturnValue) == 0x000000, "Member 'Action_WindExplosion_C_IsImpulseToSmall::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_IsImpulseToSmall, CallFunc_VSize_ReturnValue) == 0x000004, "Member 'Action_WindExplosion_C_IsImpulseToSmall::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_WindExplosion_C_IsImpulseToSmall, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'Action_WindExplosion_C_IsImpulseToSmall::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_WindExplosion_C \ static_assert(alignof(UAction_WindExplosion_C) == 0x000008, "Wrong alignment on UAction_WindExplosion_C"); \ static_assert(sizeof(UAction_WindExplosion_C) == 0x000138, "Wrong size on UAction_WindExplosion_C"); \ static_assert(offsetof(UAction_WindExplosion_C, UberGraphFrame) == 0x000050, "Member 'UAction_WindExplosion_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, InstigatorLocation) == 0x000058, "Member 'UAction_WindExplosion_C::InstigatorLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, ImpulseStrength) == 0x000064, "Member 'UAction_WindExplosion_C::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, Friction) == 0x000068, "Member 'UAction_WindExplosion_C::Friction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, Bounciness) == 0x00006C, "Member 'UAction_WindExplosion_C::Bounciness' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, BounceVelocityStopSimulatingTreshold) == 0x000070, "Member 'UAction_WindExplosion_C::BounceVelocityStopSimulatingTreshold' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bStartSimulateImpulse) == 0x000074, "Member 'UAction_WindExplosion_C::bStartSimulateImpulse' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, CharacterProjectile) == 0x000078, "Member 'UAction_WindExplosion_C::CharacterProjectile' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, FlyingDeceleration) == 0x000080, "Member 'UAction_WindExplosion_C::FlyingDeceleration' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, Impulse) == 0x000084, "Member 'UAction_WindExplosion_C::Impulse' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, NewLoc) == 0x000090, "Member 'UAction_WindExplosion_C::NewLoc' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bCanSimulateImpulse) == 0x00009C, "Member 'UAction_WindExplosion_C::bCanSimulateImpulse' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bCanSimulateForce) == 0x00009D, "Member 'UAction_WindExplosion_C::bCanSimulateForce' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, ForceSettings) == 0x0000A0, "Member 'UAction_WindExplosion_C::ForceSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, InitialForceLerped) == 0x0000CC, "Member 'UAction_WindExplosion_C::InitialForceLerped' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, EndingForceLerped) == 0x0000D0, "Member 'UAction_WindExplosion_C::EndingForceLerped' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, Alpha) == 0x0000D4, "Member 'UAction_WindExplosion_C::Alpha' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, DeltaTime) == 0x0000D8, "Member 'UAction_WindExplosion_C::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, StartSimulateForce) == 0x0000DC, "Member 'UAction_WindExplosion_C::StartSimulateForce' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, PlayerCharacter) == 0x0000E0, "Member 'UAction_WindExplosion_C::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bPlayerOutOfTheStream) == 0x0000E8, "Member 'UAction_WindExplosion_C::bPlayerOutOfTheStream' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, OldCharacterMass) == 0x0000EC, "Member 'UAction_WindExplosion_C::OldCharacterMass' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, LastUpdatedForce) == 0x0000F0, "Member 'UAction_WindExplosion_C::LastUpdatedForce' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, FlyFriction) == 0x0000FC, "Member 'UAction_WindExplosion_C::FlyFriction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bEndOverlap) == 0x000100, "Member 'UAction_WindExplosion_C::bEndOverlap' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, LastUpdatedImpulseDelta) == 0x000104, "Member 'UAction_WindExplosion_C::LastUpdatedImpulseDelta' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bAddWindSimulationWhenWinchPlaying) == 0x000110, "Member 'UAction_WindExplosion_C::bAddWindSimulationWhenWinchPlaying' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, SprintFriction) == 0x000114, "Member 'UAction_WindExplosion_C::SprintFriction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, WalkFriction) == 0x000118, "Member 'UAction_WindExplosion_C::WalkFriction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, bLerpForceStrength) == 0x00011C, "Member 'UAction_WindExplosion_C::bLerpForceStrength' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, TimeLerp) == 0x000120, "Member 'UAction_WindExplosion_C::TimeLerp' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, FlyingFriction) == 0x000124, "Member 'UAction_WindExplosion_C::FlyingFriction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, LerpFlyingFrictionSpeed) == 0x000128, "Member 'UAction_WindExplosion_C::LerpFlyingFrictionSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, ZFriction) == 0x00012C, "Member 'UAction_WindExplosion_C::ZFriction' has a wrong offset!"); \ static_assert(offsetof(UAction_WindExplosion_C, StopSimulateSpeedTreshold) == 0x000130, "Member 'UAction_WindExplosion_C::StopSimulateSpeedTreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_ExecuteUbergraph_RadialMenu \ static_assert(alignof(RadialMenu_C_ExecuteUbergraph_RadialMenu) == 0x000008, "Wrong alignment on RadialMenu_C_ExecuteUbergraph_RadialMenu"); \ static_assert(sizeof(RadialMenu_C_ExecuteUbergraph_RadialMenu) == 0x000588, "Wrong size on RadialMenu_C_ExecuteUbergraph_RadialMenu"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, EntryPoint) == 0x000000, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_byte_Variable) == 0x000010, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable) == 0x000018, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable_1) == 0x000020, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable_2) == 0x000028, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Create_ReturnValue) == 0x000030, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Event_MyGeometry) == 0x000048, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Event_InDeltaTime) == 0x000080, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_MakeArray_Array) == 0x000088, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000098, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayAnimation_ReturnValue) == 0x0000A0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetEndTime_ReturnValue) == 0x0000A8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000B0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000B8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000BC, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable_3) == 0x0000C0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000CC, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable_4) == 0x0000D0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000E1, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0000F0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetHUD_ReturnValue) == 0x0000F8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_AsHUD_Ansora) == 0x000100, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000110, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_SwitchEnum_CmpSuccess) == 0x000111, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_object_Variable_5) == 0x000118, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_CustomEvent_IsRightMouseKey) == 0x000120, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_CustomEvent_IsRightMouseKey' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_CustomEvent_MenuType) == 0x000121, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_CustomEvent_MenuType' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_CustomEvent_Elements) == 0x000128, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_CustomEvent_Elements' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Length_ReturnValue_1) == 0x000138, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Length_ReturnValue_2) == 0x00013C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_byte_Variable_1) == 0x000140, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000144, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000148, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayAnimation_ReturnValue_2) == 0x000158, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetViewportSize_ReturnValue) == 0x000160, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000168, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_BreakVector2D_X) == 0x000170, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_BreakVector2D_Y) == 0x000174, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_int_Loop_Counter_Variable) == 0x000178, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_FTrunc_ReturnValue) == 0x00017C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000184, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_FTrunc_ReturnValue_1) == 0x000188, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Select_Default) == 0x000190, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Select_Default_1) == 0x000198, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_struct_Variable) == 0x0001A0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_2) == 0x0001B0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_struct_Variable_1) == 0x0001D8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_NameToText_ReturnValue) == 0x0001E8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_3) == 0x000200, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_4) == 0x000228, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_NameToString_ReturnValue) == 0x000250, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_FindTextInLocalizationTable_OutText) == 0x000260, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_FindTextInLocalizationTable_OutText' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_FindTextInLocalizationTable_ReturnValue) == 0x000278, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_FindTextInLocalizationTable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_ClassDynamicCast_AsGeneric_Heavy_Item) == 0x000280, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_ClassDynamicCast_AsGeneric_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_ClassDynamicCast_bSuccess) == 0x000288, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000290, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_struct_Variable_2) == 0x0002A8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_5) == 0x0002B8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_SwitchEnum_CmpSuccess_1) == 0x0002E0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayAnimation_ReturnValue_3) == 0x0002E8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_bool_Variable) == 0x0002F0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_AddChildToOverlay_ReturnValue) == 0x0002F8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_AddChildToOverlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Add_ReturnValue) == 0x000300, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetPlayerController_ReturnValue_2) == 0x000308, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetPlayerController_ReturnValue_3) == 0x000310, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetHUD_ReturnValue_1) == 0x000318, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetHUD_ReturnValue_2) == 0x000320, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000328, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_bSuccess_1) == 0x000330, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_AsHUD_Ansora_2) == 0x000338, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_AsHUD_Ansora_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_bSuccess_2) == 0x000340, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_struct_Variable_3) == 0x000344, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetPlayerController_ReturnValue_4) == 0x000358, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_byte_Variable_2) == 0x000360, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetHUD_ReturnValue_3) == 0x000368, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_AsHUD_Ansora_3) == 0x000370, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_AsHUD_Ansora_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_bSuccess_3) == 0x000378, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Select_Default_2) == 0x00037C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_6) == 0x000390, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Length_ReturnValue_3) == 0x0003B8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_int_Variable) == 0x0003BC, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_7) == 0x0003C0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003E8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_8) == 0x0003F0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003F8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_9) == 0x000400, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_10) == 0x000428, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_int_Array_Index_Variable) == 0x000450, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_11) == 0x000458, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_Get_Item_12) == 0x000460, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000488, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00048C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000490, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Conv_IntToByte_ReturnValue) == 0x000491, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetGameInstance_ReturnValue) == 0x000498, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_GetValidValue_ReturnValue) == 0x0004A0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_AsFGGame_Instance) == 0x0004A8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_DynamicCast_bSuccess_4) == 0x0004B0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_IsValid_ReturnValue_1) == 0x0004B1, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_Result) == 0x0004B2, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_Result' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatPercent) == 0x0004B4, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatPercent' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatText) == 0x0004B8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatText' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatText_2) == 0x0004D0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatText_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatIcon) == 0x0004E8, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatIcon' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatType) == 0x0004F0, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatType' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, Temp_struct_Variable_4) == 0x0004F4, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_Result_1) == 0x000504, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_Result_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatPercent_1) == 0x000508, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatPercent_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatText_1) == 0x000510, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatText_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatText_2_1) == 0x000528, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatText_2_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatIcon_1) == 0x000540, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatIcon_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_UIGetItemStatInfo_StatType_1) == 0x000548, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_UIGetItemStatInfo_StatType_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00054C, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, K2Node_Select_Default_3) == 0x000550, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000560, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000568, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_IsValid_ReturnValue_2) == 0x000570, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_IsValid_ReturnValue_3) == 0x000571, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_IsValid_ReturnValue_4) == 0x000572, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000578, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_ExecuteUbergraph_RadialMenu, CallFunc_PlayEvent2D_ReturnValue_2) == 0x000580, "Member 'RadialMenu_C_ExecuteUbergraph_RadialMenu::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_OpenMenu \ static_assert(alignof(RadialMenu_C_OpenMenu) == 0x000008, "Wrong alignment on RadialMenu_C_OpenMenu"); \ static_assert(sizeof(RadialMenu_C_OpenMenu) == 0x000018, "Wrong size on RadialMenu_C_OpenMenu"); \ static_assert(offsetof(RadialMenu_C_OpenMenu, MenuType_0) == 0x000000, "Member 'RadialMenu_C_OpenMenu::MenuType_0' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OpenMenu, Elements) == 0x000008, "Member 'RadialMenu_C_OpenMenu::Elements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_OnClick \ static_assert(alignof(RadialMenu_C_OnClick) == 0x000001, "Wrong alignment on RadialMenu_C_OnClick"); \ static_assert(sizeof(RadialMenu_C_OnClick) == 0x000001, "Wrong size on RadialMenu_C_OnClick"); \ static_assert(offsetof(RadialMenu_C_OnClick, IsRightMouseKey) == 0x000000, "Member 'RadialMenu_C_OnClick::IsRightMouseKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_Tick \ static_assert(alignof(RadialMenu_C_Tick) == 0x000004, "Wrong alignment on RadialMenu_C_Tick"); \ static_assert(sizeof(RadialMenu_C_Tick) == 0x00003C, "Wrong size on RadialMenu_C_Tick"); \ static_assert(offsetof(RadialMenu_C_Tick, MyGeometry) == 0x000000, "Member 'RadialMenu_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_Tick, InDeltaTime) == 0x000038, "Member 'RadialMenu_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_SetAngle \ static_assert(alignof(RadialMenu_C_SetAngle) == 0x000008, "Wrong alignment on RadialMenu_C_SetAngle"); \ static_assert(sizeof(RadialMenu_C_SetAngle) == 0x0000B8, "Wrong size on RadialMenu_C_SetAngle"); \ static_assert(offsetof(RadialMenu_C_SetAngle, LocalSegmentCount) == 0x000000, "Member 'RadialMenu_C_SetAngle::LocalSegmentCount' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'RadialMenu_C_SetAngle::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetViewportScale_ReturnValue) == 0x000010, "Member 'RadialMenu_C_SetAngle::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'RadialMenu_C_SetAngle::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'RadialMenu_C_SetAngle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetInputAnalogStickState_StickX) == 0x000020, "Member 'RadialMenu_C_SetAngle::CallFunc_GetInputAnalogStickState_StickX' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetInputAnalogStickState_StickY) == 0x000024, "Member 'RadialMenu_C_SetAngle::CallFunc_GetInputAnalogStickState_StickY' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetMousePositionScaledByDPI_LocationX) == 0x000028, "Member 'RadialMenu_C_SetAngle::CallFunc_GetMousePositionScaledByDPI_LocationX' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetMousePositionScaledByDPI_LocationY) == 0x00002C, "Member 'RadialMenu_C_SetAngle::CallFunc_GetMousePositionScaledByDPI_LocationY' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetMousePositionScaledByDPI_ReturnValue) == 0x000030, "Member 'RadialMenu_C_SetAngle::CallFunc_GetMousePositionScaledByDPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'RadialMenu_C_SetAngle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_MakeVector_ReturnValue_1) == 0x000038, "Member 'RadialMenu_C_SetAngle::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Round_ReturnValue) == 0x000044, "Member 'RadialMenu_C_SetAngle::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000048, "Member 'RadialMenu_C_SetAngle::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00004C, "Member 'RadialMenu_C_SetAngle::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000050, "Member 'RadialMenu_C_SetAngle::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_GetViewportSize_ReturnValue) == 0x000054, "Member 'RadialMenu_C_SetAngle::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Round_ReturnValue_1) == 0x00005C, "Member 'RadialMenu_C_SetAngle::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000060, "Member 'RadialMenu_C_SetAngle::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000068, "Member 'RadialMenu_C_SetAngle::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_Divide_Vector2DFloat_ReturnValue_1) == 0x00006C, "Member 'RadialMenu_C_SetAngle::CallFunc_Divide_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_MakeVector_ReturnValue_2) == 0x000074, "Member 'RadialMenu_C_SetAngle::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_BreakVector2D_X) == 0x000080, "Member 'RadialMenu_C_SetAngle::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_BreakVector2D_Y) == 0x000084, "Member 'RadialMenu_C_SetAngle::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_NotEqual_VectorVector_ReturnValue_1) == 0x000088, "Member 'RadialMenu_C_SetAngle::CallFunc_NotEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_MakeVector_ReturnValue_3) == 0x00008C, "Member 'RadialMenu_C_SetAngle::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_NotEqual_VectorVector_ReturnValue_2) == 0x000098, "Member 'RadialMenu_C_SetAngle::CallFunc_NotEqual_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_FindLookAtRotation_ReturnValue) == 0x00009C, "Member 'RadialMenu_C_SetAngle::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'RadialMenu_C_SetAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_SetAngle, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000AC, "Member 'RadialMenu_C_SetAngle::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_OnMouseButtonDown \ static_assert(alignof(RadialMenu_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on RadialMenu_C_OnMouseButtonDown"); \ static_assert(sizeof(RadialMenu_C_OnMouseButtonDown) == 0x000238, "Wrong size on RadialMenu_C_OnMouseButtonDown"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'RadialMenu_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'RadialMenu_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'RadialMenu_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'RadialMenu_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000218, "Member 'RadialMenu_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'RadialMenu_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_MoveArrowToSegment \ static_assert(alignof(RadialMenu_C_MoveArrowToSegment) == 0x000004, "Wrong alignment on RadialMenu_C_MoveArrowToSegment"); \ static_assert(sizeof(RadialMenu_C_MoveArrowToSegment) == 0x000054, "Wrong size on RadialMenu_C_MoveArrowToSegment"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, SegmentRotation) == 0x000000, "Member 'RadialMenu_C_MoveArrowToSegment::SegmentRotation' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, SegmentsCount) == 0x00000C, "Member 'RadialMenu_C_MoveArrowToSegment::SegmentsCount' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, Temp_bool_Variable) == 0x000010, "Member 'RadialMenu_C_MoveArrowToSegment::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_ComposeRotators_ReturnValue) == 0x000014, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, Temp_int_Variable) == 0x000020, "Member 'RadialMenu_C_MoveArrowToSegment::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_BreakRotator_Roll) == 0x000024, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_BreakRotator_Pitch) == 0x000028, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_BreakRotator_Yaw) == 0x00002C, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00003C, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Less_FloatFloat_ReturnValue) == 0x000040, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_FFloor_ReturnValue) == 0x000044, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00004C, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, CallFunc_BooleanOR_ReturnValue) == 0x00004D, "Member 'RadialMenu_C_MoveArrowToSegment::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_MoveArrowToSegment, K2Node_Select_Default) == 0x000050, "Member 'RadialMenu_C_MoveArrowToSegment::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_UpdateSensitivitySettings \ static_assert(alignof(RadialMenu_C_UpdateSensitivitySettings) == 0x000004, "Wrong alignment on RadialMenu_C_UpdateSensitivitySettings"); \ static_assert(sizeof(RadialMenu_C_UpdateSensitivitySettings) == 0x000010, "Wrong size on RadialMenu_C_UpdateSensitivitySettings"); \ static_assert(offsetof(RadialMenu_C_UpdateSensitivitySettings, CallFunc_GetGamepadSensitivityY_ReturnValue) == 0x000000, "Member 'RadialMenu_C_UpdateSensitivitySettings::CallFunc_GetGamepadSensitivityY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_UpdateSensitivitySettings, CallFunc_GetGamepadSensitivityX_ReturnValue) == 0x000004, "Member 'RadialMenu_C_UpdateSensitivitySettings::CallFunc_GetGamepadSensitivityX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_UpdateSensitivitySettings, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'RadialMenu_C_UpdateSensitivitySettings::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_UpdateSensitivitySettings, CallFunc_FClamp_ReturnValue_1) == 0x00000C, "Member 'RadialMenu_C_UpdateSensitivitySettings::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_C_OnSelect \ static_assert(alignof(RadialMenu_C_OnSelect) == 0x000008, "Wrong alignment on RadialMenu_C_OnSelect"); \ static_assert(sizeof(RadialMenu_C_OnSelect) == 0x000058, "Wrong size on RadialMenu_C_OnSelect"); \ static_assert(offsetof(RadialMenu_C_OnSelect, SelectedItem) == 0x000000, "Member 'RadialMenu_C_OnSelect::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnSelect, SelectedSegment) == 0x000028, "Member 'RadialMenu_C_OnSelect::SelectedSegment' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_C_OnSelect, CallFunc_Array_Get_Item) == 0x000030, "Member 'RadialMenu_C_OnSelect::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialMenu_C \ static_assert(alignof(URadialMenu_C) == 0x000008, "Wrong alignment on URadialMenu_C"); \ static_assert(sizeof(URadialMenu_C) == 0x000370, "Wrong size on URadialMenu_C"); \ static_assert(offsetof(URadialMenu_C, UberGraphFrame) == 0x000260, "Member 'URadialMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, CrcleRotate) == 0x000268, "Member 'URadialMenu_C::CrcleRotate' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, HideAnim) == 0x000270, "Member 'URadialMenu_C::HideAnim' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, ShowAnim) == 0x000278, "Member 'URadialMenu_C::ShowAnim' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, ArrowAnim) == 0x000280, "Member 'URadialMenu_C::ArrowAnim' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, arrow) == 0x000288, "Member 'URadialMenu_C::arrow' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, Background) == 0x000290, "Member 'URadialMenu_C::Background' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, Border_0) == 0x000298, "Member 'URadialMenu_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, External) == 0x0002A0, "Member 'URadialMenu_C::External' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, INFORMATION) == 0x0002A8, "Member 'URadialMenu_C::INFORMATION' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, Internal) == 0x0002B0, "Member 'URadialMenu_C::Internal' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, InternalBackground) == 0x0002B8, "Member 'URadialMenu_C::InternalBackground' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, Overlay_0) == 0x0002C0, "Member 'URadialMenu_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenu_CargoInfo) == 0x0002C8, "Member 'URadialMenu_C::RadialMenu_CargoInfo' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenu_SupportInfo) == 0x0002D0, "Member 'URadialMenu_C::RadialMenu_SupportInfo' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenu_UtilityInfo) == 0x0002D8, "Member 'URadialMenu_C::RadialMenu_UtilityInfo' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenuSegment0) == 0x0002E0, "Member 'URadialMenu_C::RadialMenuSegment0' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenuSegment1) == 0x0002E8, "Member 'URadialMenu_C::RadialMenuSegment1' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenuSegment2) == 0x0002F0, "Member 'URadialMenu_C::RadialMenuSegment2' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenuSegment3) == 0x0002F8, "Member 'URadialMenu_C::RadialMenuSegment3' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, RadialMenuSegment4) == 0x000300, "Member 'URadialMenu_C::RadialMenuSegment4' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, SegmentsArray) == 0x000308, "Member 'URadialMenu_C::SegmentsArray' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, CurrentSegmentsCount) == 0x000318, "Member 'URadialMenu_C::CurrentSegmentsCount' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, CurrentSegmentsNumber) == 0x00031C, "Member 'URadialMenu_C::CurrentSegmentsNumber' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, OldSegmentsNumber) == 0x000320, "Member 'URadialMenu_C::OldSegmentsNumber' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, MenuType) == 0x000324, "Member 'URadialMenu_C::MenuType' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, SegmentsStr) == 0x000328, "Member 'URadialMenu_C::SegmentsStr' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, NewVar_0) == 0x000338, "Member 'URadialMenu_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, VT_Manager) == 0x000340, "Member 'URadialMenu_C::VT_Manager' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, LastMousePosition) == 0x000348, "Member 'URadialMenu_C::LastMousePosition' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, LastStickLocation) == 0x000354, "Member 'URadialMenu_C::LastStickLocation' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, GamepadSensX) == 0x000360, "Member 'URadialMenu_C::GamepadSensX' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, GamepadSensY) == 0x000364, "Member 'URadialMenu_C::GamepadSensY' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_C, HUDCanvas) == 0x000368, "Member 'URadialMenu_C::HUDCanvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_GetAttackModules_C_DoItemGeneration \ static_assert(alignof(EQSGen_GetAttackModules_C_DoItemGeneration) == 0x000008, "Wrong alignment on EQSGen_GetAttackModules_C_DoItemGeneration"); \ static_assert(sizeof(EQSGen_GetAttackModules_C_DoItemGeneration) == 0x0000C0, "Wrong size on EQSGen_GetAttackModules_C_DoItemGeneration"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::ContextLocations' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, AIDirector) == 0x000010, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::AIDirector' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, ContextLocation) == 0x000018, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::ContextLocation' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, Temp_int_Array_Index_Variable) == 0x000024, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetGameMode_ReturnValue) == 0x000028, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000030, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetGameMode_ReturnValue_1) == 0x000038, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetPlayerTrain_ReturnValue) == 0x000048, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetInstalledModules_ReturnValue) == 0x000058, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Array_Get_Item) == 0x000068, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_IsValid_ReturnValue_2) == 0x000074, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetObjectClass_ReturnValue) == 0x000078, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetActorBounds_Origin) == 0x000080, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetActorBounds_BoxExtent) == 0x00008C, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_IsNotClassFiltered_ReturnValue) == 0x000098, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_IsNotClassFiltered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_VSize_ReturnValue) == 0x00009C, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A0, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Vector_Distance_ReturnValue) == 0x0000A4, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_GetDurability_ReturnValue) == 0x0000A8, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000AD, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'EQSGen_GetAttackModules_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_GetAttackModules_C_IsNotClassFiltered \ static_assert(alignof(EQSGen_GetAttackModules_C_IsNotClassFiltered) == 0x000008, "Wrong alignment on EQSGen_GetAttackModules_C_IsNotClassFiltered"); \ static_assert(sizeof(EQSGen_GetAttackModules_C_IsNotClassFiltered) == 0x000038, "Wrong size on EQSGen_GetAttackModules_C_IsNotClassFiltered"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, TestClass) == 0x000000, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::TestClass' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, AIDirectorManager) == 0x000008, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::AIDirectorManager' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, ReturnValue) == 0x000010, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, Temp_int_Array_Index_Variable) == 0x000014, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, CallFunc_Array_Get_Item) == 0x000020, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, CallFunc_ClassIsChildOf_ReturnValue) == 0x000028, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetAttackModules_C_IsNotClassFiltered, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'EQSGen_GetAttackModules_C_IsNotClassFiltered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQSGen_GetAttackModules_C \ static_assert(alignof(UEQSGen_GetAttackModules_C) == 0x000008, "Wrong alignment on UEQSGen_GetAttackModules_C"); \ static_assert(sizeof(UEQSGen_GetAttackModules_C) == 0x000090, "Wrong size on UEQSGen_GetAttackModules_C"); \ static_assert(offsetof(UEQSGen_GetAttackModules_C, DurabilityMin) == 0x000080, "Member 'UEQSGen_GetAttackModules_C::DurabilityMin' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_GetAttackModules_C, TestModule) == 0x000088, "Member 'UEQSGen_GetAttackModules_C::TestModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck \ static_assert(alignof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck) == 0x000040, "Wrong size on HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000020, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000030, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_NaziSoldierHeavyItemEquipped_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziSoldierHeavyItemEquipped_C \ static_assert(alignof(UHTN_NaziSoldierHeavyItemEquipped_C) == 0x000008, "Wrong alignment on UHTN_NaziSoldierHeavyItemEquipped_C"); \ static_assert(sizeof(UHTN_NaziSoldierHeavyItemEquipped_C) == 0x000088, "Wrong size on UHTN_NaziSoldierHeavyItemEquipped_C"); \ #define DUMPER7_ASSERTS_KeyWidget_C_ExecuteUbergraph_KeyWidget \ static_assert(alignof(KeyWidget_C_ExecuteUbergraph_KeyWidget) == 0x000008, "Wrong alignment on KeyWidget_C_ExecuteUbergraph_KeyWidget"); \ static_assert(sizeof(KeyWidget_C_ExecuteUbergraph_KeyWidget) == 0x000170, "Wrong size on KeyWidget_C_ExecuteUbergraph_KeyWidget"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, EntryPoint) == 0x000000, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_BreakVector2D_X) == 0x000008, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_GetActionMapping_Bindings) == 0x000038, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_CustomEvent_IsDisable) == 0x00004C, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_CustomEvent_IsDisable' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_SelectColor_ReturnValue) == 0x000050, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_SelectColor_ReturnValue_1) == 0x000060, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_CustomEvent_Key) == 0x000098, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, Temp_int_Array_Index_Variable) == 0x0000B0, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0000E0, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0000E1, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0000E2, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0000E3, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Key_GetDisplayName_ReturnValue) == 0x0000E8, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x000100, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000101, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_IsValid_ReturnValue) == 0x000102, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, Temp_int_Loop_Counter_Variable) == 0x000104, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyWidget_C_ExecuteUbergraph_KeyWidget, K2Node_MakeStruct_SlateFontInfo) == 0x000118, "Member 'KeyWidget_C_ExecuteUbergraph_KeyWidget::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyWidget_C_SetCcustomKey \ static_assert(alignof(KeyWidget_C_SetCcustomKey) == 0x000008, "Wrong alignment on KeyWidget_C_SetCcustomKey"); \ static_assert(sizeof(KeyWidget_C_SetCcustomKey) == 0x000018, "Wrong size on KeyWidget_C_SetCcustomKey"); \ static_assert(offsetof(KeyWidget_C_SetCcustomKey, Key) == 0x000000, "Member 'KeyWidget_C_SetCcustomKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyWidget_C_SetDisable \ static_assert(alignof(KeyWidget_C_SetDisable) == 0x000001, "Wrong alignment on KeyWidget_C_SetDisable"); \ static_assert(sizeof(KeyWidget_C_SetDisable) == 0x000001, "Wrong size on KeyWidget_C_SetDisable"); \ static_assert(offsetof(KeyWidget_C_SetDisable, IsDisable) == 0x000000, "Member 'KeyWidget_C_SetDisable::IsDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyWidget_C_PreConstruct \ static_assert(alignof(KeyWidget_C_PreConstruct) == 0x000001, "Wrong alignment on KeyWidget_C_PreConstruct"); \ static_assert(sizeof(KeyWidget_C_PreConstruct) == 0x000001, "Wrong size on KeyWidget_C_PreConstruct"); \ static_assert(offsetof(KeyWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyWidget_C \ static_assert(alignof(UKeyWidget_C) == 0x000008, "Wrong alignment on UKeyWidget_C"); \ static_assert(sizeof(UKeyWidget_C) == 0x0002E8, "Wrong size on UKeyWidget_C"); \ static_assert(offsetof(UKeyWidget_C, UberGraphFrame) == 0x000260, "Member 'UKeyWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, Background) == 0x000268, "Member 'UKeyWidget_C::Background' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, KeyText) == 0x000270, "Member 'UKeyWidget_C::KeyText' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, SizeBox_0) == 0x000278, "Member 'UKeyWidget_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, Size) == 0x000280, "Member 'UKeyWidget_C::Size' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, ActionName) == 0x000288, "Member 'UKeyWidget_C::ActionName' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, KeyboardKeyName) == 0x000290, "Member 'UKeyWidget_C::KeyboardKeyName' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, GamepadKeyName) == 0x0002A8, "Member 'UKeyWidget_C::GamepadKeyName' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, Keys) == 0x0002C0, "Member 'UKeyWidget_C::Keys' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, CustomMode) == 0x0002D0, "Member 'UKeyWidget_C::CustomMode' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, BackgroundTexture) == 0x0002D8, "Member 'UKeyWidget_C::BackgroundTexture' has a wrong offset!"); \ static_assert(offsetof(UKeyWidget_C, FontSize) == 0x0002E0, "Member 'UKeyWidget_C::FontSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget \ static_assert(alignof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget) == 0x000008, "Wrong alignment on BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget"); \ static_assert(sizeof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget) == 0x000070, "Wrong size on BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, EntryPoint) == 0x000000, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, Temp_bool_Variable) == 0x000014, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, Temp_float_Variable) == 0x000018, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, Temp_float_Variable_1) == 0x00001C, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, K2Node_Event_MyGeometry) == 0x000020, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, K2Node_Event_InDeltaTime) == 0x000058, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, K2Node_Select_Default) == 0x00005C, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BaseAutoHideWidget_C_ExecuteUbergraph_BaseAutoHideWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAutoHideWidget_C_Tick \ static_assert(alignof(BaseAutoHideWidget_C_Tick) == 0x000004, "Wrong alignment on BaseAutoHideWidget_C_Tick"); \ static_assert(sizeof(BaseAutoHideWidget_C_Tick) == 0x00003C, "Wrong size on BaseAutoHideWidget_C_Tick"); \ static_assert(offsetof(BaseAutoHideWidget_C_Tick, MyGeometry) == 0x000000, "Member 'BaseAutoHideWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'BaseAutoHideWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAutoHideWidget_C_OnWidgetUpdated \ static_assert(alignof(BaseAutoHideWidget_C_OnWidgetUpdated) == 0x000001, "Wrong alignment on BaseAutoHideWidget_C_OnWidgetUpdated"); \ static_assert(sizeof(BaseAutoHideWidget_C_OnWidgetUpdated) == 0x000001, "Wrong size on BaseAutoHideWidget_C_OnWidgetUpdated"); \ static_assert(offsetof(BaseAutoHideWidget_C_OnWidgetUpdated, CallFunc_GetIsEnabled_ReturnValue) == 0x000000, "Member 'BaseAutoHideWidget_C_OnWidgetUpdated::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAutoHideWidget_C_TweenWidgetAlpha \ static_assert(alignof(BaseAutoHideWidget_C_TweenWidgetAlpha) == 0x000004, "Wrong alignment on BaseAutoHideWidget_C_TweenWidgetAlpha"); \ static_assert(sizeof(BaseAutoHideWidget_C_TweenWidgetAlpha) == 0x000044, "Wrong size on BaseAutoHideWidget_C_TweenWidgetAlpha"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, DeltaTime) == 0x000000, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, Temp_float_Variable) == 0x000004, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, Temp_float_Variable_1) == 0x000008, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, Temp_bool_Variable) == 0x00000C, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, Temp_bool_Variable_1) == 0x00000D, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_FMax_ReturnValue_1) == 0x000014, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, Temp_bool_Variable_2) == 0x000018, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, K2Node_Select_Default) == 0x00001C, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, K2Node_Select_Default_1) == 0x000024, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, K2Node_Select_Default_2) == 0x00002C, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_Ease_ReturnValue) == 0x000030, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_FClamp_ReturnValue) == 0x000038, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_Ease_ReturnValue_1) == 0x00003C, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_Ease_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_TweenWidgetAlpha, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'BaseAutoHideWidget_C_TweenWidgetAlpha::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAutoHideWidget_C_ProcessTick \ static_assert(alignof(BaseAutoHideWidget_C_ProcessTick) == 0x000004, "Wrong alignment on BaseAutoHideWidget_C_ProcessTick"); \ static_assert(sizeof(BaseAutoHideWidget_C_ProcessTick) == 0x000010, "Wrong size on BaseAutoHideWidget_C_ProcessTick"); \ static_assert(offsetof(BaseAutoHideWidget_C_ProcessTick, DeltaTime) == 0x000000, "Member 'BaseAutoHideWidget_C_ProcessTick::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ProcessTick, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BaseAutoHideWidget_C_ProcessTick::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ProcessTick, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'BaseAutoHideWidget_C_ProcessTick::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAutoHideWidget_C_ProcessTick, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'BaseAutoHideWidget_C_ProcessTick::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAutoHideWidget_C \ static_assert(alignof(UBaseAutoHideWidget_C) == 0x000008, "Wrong alignment on UBaseAutoHideWidget_C"); \ static_assert(sizeof(UBaseAutoHideWidget_C) == 0x0002C0, "Wrong size on UBaseAutoHideWidget_C"); \ static_assert(offsetof(UBaseAutoHideWidget_C, UberGraphFrame) == 0x000280, "Member 'UBaseAutoHideWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, ShowTime) == 0x000288, "Member 'UBaseAutoHideWidget_C::ShowTime' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, HideTime) == 0x00028C, "Member 'UBaseAutoHideWidget_C::HideTime' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, bVisible) == 0x000290, "Member 'UBaseAutoHideWidget_C::bVisible' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, bTweening) == 0x000291, "Member 'UBaseAutoHideWidget_C::bTweening' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, InterpAlpha) == 0x000294, "Member 'UBaseAutoHideWidget_C::InterpAlpha' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, WidgetAplha) == 0x000298, "Member 'UBaseAutoHideWidget_C::WidgetAplha' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, bAutoHide) == 0x00029C, "Member 'UBaseAutoHideWidget_C::bAutoHide' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, AutoHideDelay) == 0x0002A0, "Member 'UBaseAutoHideWidget_C::AutoHideDelay' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, LastUpdateTime) == 0x0002A4, "Member 'UBaseAutoHideWidget_C::LastUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, bHidden) == 0x0002A8, "Member 'UBaseAutoHideWidget_C::bHidden' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, TH_UpdateTween) == 0x0002B0, "Member 'UBaseAutoHideWidget_C::TH_UpdateTween' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, GuardUpdateTime) == 0x0002B8, "Member 'UBaseAutoHideWidget_C::GuardUpdateTime' has a wrong offset!"); \ static_assert(offsetof(UBaseAutoHideWidget_C, WasTickedDuringTimer) == 0x0002BC, "Member 'UBaseAutoHideWidget_C::WasTickedDuringTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNaziSubDecor_Struct \ static_assert(alignof(FNaziSubDecor_Struct) == 0x000008, "Wrong alignment on FNaziSubDecor_Struct"); \ static_assert(sizeof(FNaziSubDecor_Struct) == 0x000020, "Wrong size on FNaziSubDecor_Struct"); \ static_assert(offsetof(FNaziSubDecor_Struct, Mesh_2_811389A445AFC530ADA4AE9B67B7F566) == 0x000000, "Member 'FNaziSubDecor_Struct::Mesh_2_811389A445AFC530ADA4AE9B67B7F566' has a wrong offset!"); \ static_assert(offsetof(FNaziSubDecor_Struct, Chance_5_6D4F9C114FB7C64E93B1318ADE8F45D6) == 0x000008, "Member 'FNaziSubDecor_Struct::Chance_5_6D4F9C114FB7C64E93B1318ADE8F45D6' has a wrong offset!"); \ static_assert(offsetof(FNaziSubDecor_Struct, CustomRotation_8_3932380547413675714C23855C087F93) == 0x00000C, "Member 'FNaziSubDecor_Struct::CustomRotation_8_3932380547413675714C23855C087F93' has a wrong offset!"); \ static_assert(offsetof(FNaziSubDecor_Struct, RandomZRotation_13_058F4BD942950843AFB925862A8E5A33) == 0x000018, "Member 'FNaziSubDecor_Struct::RandomZRotation_13_058F4BD942950843AFB925862A8E5A33' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3 \ static_assert(alignof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3"); \ static_assert(sizeof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3) == 0x0001E0, "Wrong size on OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, EntryPoint) == 0x000000, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_MakeArray_Array) == 0x000028, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_Format_ReturnValue) == 0x000038, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue) == 0x000050, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_Event_MyGeometry) == 0x000068, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_Event_InDeltaTime) == 0x0000A0, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_CustomEvent_Sender) == 0x0000A8, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_GetSelectedWidget_ReturnValue) == 0x0000B0, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_GetSelectedWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, K2Node_CustomEvent_GroupIndex) == 0x0000B8, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::K2Node_CustomEvent_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue) == 0x0000C0, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_1) == 0x0000D8, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000F0, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_2) == 0x000108, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000120, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_3) == 0x000138, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000150, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_4) == 0x000168, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000180, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_5) == 0x000198, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_MakeLiteralText_ReturnValue_5) == 0x0001B0, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3, CallFunc_TextToUpper_ReturnValue_6) == 0x0001C8, "Member 'OptionsScreen_v3_C_ExecuteUbergraph_OptionsScreen_v3::CallFunc_TextToUpper_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0 \ static_assert(alignof(OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong alignment on OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(sizeof(OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong size on OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(offsetof(OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0, GroupIndex) == 0x000000, "Member 'OptionsScreen_v3_C_OnWidgetSelectedEvent_Event_0::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_OnTooltip_Event_0 \ static_assert(alignof(OptionsScreen_v3_C_OnTooltip_Event_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_OnTooltip_Event_0"); \ static_assert(sizeof(OptionsScreen_v3_C_OnTooltip_Event_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_OnTooltip_Event_0"); \ static_assert(offsetof(OptionsScreen_v3_C_OnTooltip_Event_0, Sender) == 0x000000, "Member 'OptionsScreen_v3_C_OnTooltip_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Tick \ static_assert(alignof(OptionsScreen_v3_C_Tick) == 0x000004, "Wrong alignment on OptionsScreen_v3_C_Tick"); \ static_assert(sizeof(OptionsScreen_v3_C_Tick) == 0x00003C, "Wrong size on OptionsScreen_v3_C_Tick"); \ static_assert(offsetof(OptionsScreen_v3_C_Tick, MyGeometry) == 0x000000, "Member 'OptionsScreen_v3_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_Tick, InDeltaTime) == 0x000038, "Member 'OptionsScreen_v3_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_Back_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_Back_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_Back_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_Back_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_Back_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_Back_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_Back_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_OnFocusReceived \ static_assert(alignof(OptionsScreen_v3_C_OnFocusReceived) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_OnFocusReceived"); \ static_assert(sizeof(OptionsScreen_v3_C_OnFocusReceived) == 0x0001B0, "Wrong size on OptionsScreen_v3_C_OnFocusReceived"); \ static_assert(offsetof(OptionsScreen_v3_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'OptionsScreen_v3_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'OptionsScreen_v3_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'OptionsScreen_v3_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'OptionsScreen_v3_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_FocusCurrentButton \ static_assert(alignof(OptionsScreen_v3_C_FocusCurrentButton) == 0x000001, "Wrong alignment on OptionsScreen_v3_C_FocusCurrentButton"); \ static_assert(sizeof(OptionsScreen_v3_C_FocusCurrentButton) == 0x000001, "Wrong size on OptionsScreen_v3_C_FocusCurrentButton"); \ static_assert(offsetof(OptionsScreen_v3_C_FocusCurrentButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_FocusCurrentButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_GraphicsOptionsTooltipWrapper_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_AudioOptionsButton_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_AdvancedTooltipWrapper_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_GameOptionsTooltipWrapper_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0 \ static_assert(alignof(OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0"); \ static_assert(sizeof(OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0) == 0x000008, "Wrong size on OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0"); \ static_assert(offsetof(OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0, ReturnValue) == 0x000000, "Member 'OptionsScreen_v3_C_Get_KeyBindingTooltipWrapper_ToolTipWidget_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionsScreen_v3_C_OnKeyDown \ static_assert(alignof(OptionsScreen_v3_C_OnKeyDown) == 0x000008, "Wrong alignment on OptionsScreen_v3_C_OnKeyDown"); \ static_assert(sizeof(OptionsScreen_v3_C_OnKeyDown) == 0x000208, "Wrong size on OptionsScreen_v3_C_OnKeyDown"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'OptionsScreen_v3_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'OptionsScreen_v3_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'OptionsScreen_v3_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'OptionsScreen_v3_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'OptionsScreen_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'OptionsScreen_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'OptionsScreen_v3_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionsScreen_v3_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000200, "Member 'OptionsScreen_v3_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionsScreen_v3_C \ static_assert(alignof(UOptionsScreen_v3_C) == 0x000008, "Wrong alignment on UOptionsScreen_v3_C"); \ static_assert(sizeof(UOptionsScreen_v3_C) == 0x000398, "Wrong size on UOptionsScreen_v3_C"); \ static_assert(offsetof(UOptionsScreen_v3_C, UberGraphFrame_OptionsScreen_v3_C) == 0x0002C0, "Member 'UOptionsScreen_v3_C::UberGraphFrame_OptionsScreen_v3_C' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AdvancedOptionsButton) == 0x0002C8, "Member 'UOptionsScreen_v3_C::AdvancedOptionsButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AdvancedTitle) == 0x0002D0, "Member 'UOptionsScreen_v3_C::AdvancedTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AdvancedTooltipWrapper) == 0x0002D8, "Member 'UOptionsScreen_v3_C::AdvancedTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AudioOptionsButton) == 0x0002E0, "Member 'UOptionsScreen_v3_C::AudioOptionsButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AudioOptionsTooltipWrapper) == 0x0002E8, "Member 'UOptionsScreen_v3_C::AudioOptionsTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, AudioTitle) == 0x0002F0, "Member 'UOptionsScreen_v3_C::AudioTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, BackButton) == 0x0002F8, "Member 'UOptionsScreen_v3_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, BackTitle) == 0x000300, "Member 'UOptionsScreen_v3_C::BackTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, BackTooltipWrapper) == 0x000308, "Member 'UOptionsScreen_v3_C::BackTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, ButtonsGroup) == 0x000310, "Member 'UOptionsScreen_v3_C::ButtonsGroup' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, CaptionGlow) == 0x000318, "Member 'UOptionsScreen_v3_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, CaptionTint) == 0x000320, "Member 'UOptionsScreen_v3_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, FakeFocusWidget) == 0x000328, "Member 'UOptionsScreen_v3_C::FakeFocusWidget' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GameOptionsButton) == 0x000330, "Member 'UOptionsScreen_v3_C::GameOptionsButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GameOptionsTooltipWrapper) == 0x000338, "Member 'UOptionsScreen_v3_C::GameOptionsTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GameTitle) == 0x000340, "Member 'UOptionsScreen_v3_C::GameTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GraphicsButton) == 0x000348, "Member 'UOptionsScreen_v3_C::GraphicsButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GraphicsOptionsTooltipWrapper) == 0x000350, "Member 'UOptionsScreen_v3_C::GraphicsOptionsTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, GraphicTitle) == 0x000358, "Member 'UOptionsScreen_v3_C::GraphicTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, KeyBindingsButton) == 0x000360, "Member 'UOptionsScreen_v3_C::KeyBindingsButton' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, KeyBindingTooltipWrapper) == 0x000368, "Member 'UOptionsScreen_v3_C::KeyBindingTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, KeysTitle) == 0x000370, "Member 'UOptionsScreen_v3_C::KeysTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, OptionsTitle) == 0x000378, "Member 'UOptionsScreen_v3_C::OptionsTitle' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, Separator) == 0x000380, "Member 'UOptionsScreen_v3_C::Separator' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, TooltipTextBox) == 0x000388, "Member 'UOptionsScreen_v3_C::TooltipTextBox' has a wrong offset!"); \ static_assert(offsetof(UOptionsScreen_v3_C, SelectedButton) == 0x000390, "Member 'UOptionsScreen_v3_C::SelectedButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3 \ static_assert(alignof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3"); \ static_assert(sizeof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3) == 0x000250, "Wrong size on GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, EntryPoint) == 0x000000, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_int_Variable) == 0x000004, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_byte_Variable) == 0x000018, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_byte_Variable_1) == 0x000019, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_byte_Variable_2) == 0x00001A, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_3) == 0x00003C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_4) == 0x00004C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_5) == 0x00005C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_int_Variable_1) == 0x00006C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CreateDelegate_OutputDelegate_6) == 0x000070, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable) == 0x000080, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_1) == 0x000090, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_2) == 0x0000A0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_3) == 0x0000B0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_4) == 0x0000C0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_int_Variable_2) == 0x0000D0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_5) == 0x0000D8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_6) == 0x0000E8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_7) == 0x0000F8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_8) == 0x000108, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_string_Variable_9) == 0x000118, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_string_Variable_9' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetGameUserSettings_ReturnValue) == 0x000128, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedIndex_Result) == 0x000130, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_Select_Default) == 0x000134, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedIndex_Result_1) == 0x000138, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000140, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedIndex_Result_2) == 0x000148, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedIndex_Result_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_Conv_IntToBool_ReturnValue) == 0x00014C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000150, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_MakeLiteralText_ReturnValue) == 0x000158, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_TextToUpper_ReturnValue) == 0x000170, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000188, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_TextToUpper_ReturnValue_1) == 0x0001A0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetChildrenCount_ReturnValue) == 0x0001B8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001BC, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, Temp_int_Variable_3) == 0x0001C0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetChildAt_ReturnValue) == 0x0001C8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_DynamicCast_AsFGUser_Widget) == 0x0001D0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_DynamicCast_AsFGUser_Widget' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001D9, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_Add_IntInt_ReturnValue) == 0x0001DC, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_Event_MyGeometry) == 0x0001E0, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_Event_InDeltaTime) == 0x000218, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_CustomEvent_GroupIndex) == 0x00021C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_CustomEvent_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedWidget_ReturnValue) == 0x000220, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedIndex_Result_3) == 0x000228, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedIndex_Result_3' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, CallFunc_GetSelectedIndex_Result_4) == 0x00022C, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::CallFunc_GetSelectedIndex_Result_4' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_Select_Default_1) == 0x000230, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3, K2Node_Select_Default_2) == 0x000240, "Member 'GraphicsOptions_v3_C_ExecuteUbergraph_GraphicsOptions_v3::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0 \ static_assert(alignof(GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong alignment on GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(sizeof(GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong size on GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0, GroupIndex) == 0x000000, "Member 'GraphicsOptions_v3_C_OnWidgetSelectedEvent_Event_0::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_Tick \ static_assert(alignof(GraphicsOptions_v3_C_Tick) == 0x000004, "Wrong alignment on GraphicsOptions_v3_C_Tick"); \ static_assert(sizeof(GraphicsOptions_v3_C_Tick) == 0x00003C, "Wrong size on GraphicsOptions_v3_C_Tick"); \ static_assert(offsetof(GraphicsOptions_v3_C_Tick, MyGeometry) == 0x000000, "Member 'GraphicsOptions_v3_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_Tick, InDeltaTime) == 0x000038, "Member 'GraphicsOptions_v3_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_FocusCurrentButton \ static_assert(alignof(GraphicsOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong alignment on GraphicsOptions_v3_C_FocusCurrentButton"); \ static_assert(sizeof(GraphicsOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong size on GraphicsOptions_v3_C_FocusCurrentButton"); \ static_assert(offsetof(GraphicsOptions_v3_C_FocusCurrentButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GraphicsOptions_v3_C_FocusCurrentButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_OnFocusReceived \ static_assert(alignof(GraphicsOptions_v3_C_OnFocusReceived) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_OnFocusReceived"); \ static_assert(sizeof(GraphicsOptions_v3_C_OnFocusReceived) == 0x0001B0, "Wrong size on GraphicsOptions_v3_C_OnFocusReceived"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'GraphicsOptions_v3_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'GraphicsOptions_v3_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'GraphicsOptions_v3_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'GraphicsOptions_v3_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_GetAvailableResolutions \ static_assert(alignof(GraphicsOptions_v3_C_GetAvailableResolutions) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_GetAvailableResolutions"); \ static_assert(sizeof(GraphicsOptions_v3_C_GetAvailableResolutions) == 0x000070, "Wrong size on GraphicsOptions_v3_C_GetAvailableResolutions"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetSupportedFullscreenResolutions_Resolutions) == 0x000000, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetSupportedFullscreenResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetSupportedFullscreenResolutions_ReturnValue) == 0x000010, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetSupportedFullscreenResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetGameUserSettings_ReturnValue) == 0x000018, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetConvenientWindowedResolutions_Resolutions) == 0x000020, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetConvenientWindowedResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetConvenientWindowedResolutions_ReturnValue) == 0x000030, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetConvenientWindowedResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetDesktopResolution_ReturnValue) == 0x000034, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetDesktopResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, K2Node_MakeArray_Array) == 0x000040, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetSupportedFullscreenResolutions_Resolutions_1) == 0x000050, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetSupportedFullscreenResolutions_Resolutions_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetSupportedFullscreenResolutions_ReturnValue_1) == 0x000060, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetSupportedFullscreenResolutions_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, CallFunc_GetSelectedIndex_Result) == 0x000064, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetAvailableResolutions, K2Node_SwitchInteger_CmpSuccess) == 0x000068, "Member 'GraphicsOptions_v3_C_GetAvailableResolutions::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_ReadSettings \ static_assert(alignof(GraphicsOptions_v3_C_ReadSettings) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_ReadSettings"); \ static_assert(sizeof(GraphicsOptions_v3_C_ReadSettings) == 0x000018, "Wrong size on GraphicsOptions_v3_C_ReadSettings"); \ static_assert(offsetof(GraphicsOptions_v3_C_ReadSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'GraphicsOptions_v3_C_ReadSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ReadSettings, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000008, "Member 'GraphicsOptions_v3_C_ReadSettings::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ReadSettings, CallFunc_GetFullscreenMode_ReturnValue) == 0x000009, "Member 'GraphicsOptions_v3_C_ReadSettings::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'GraphicsOptions_v3_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ReadSettings, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'GraphicsOptions_v3_C_ReadSettings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex \ static_assert(alignof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex"); \ static_assert(sizeof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex) == 0x000030, "Wrong size on GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, Result) == 0x000000, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::Result' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_GetScreenResolution_ReturnValue) == 0x000020, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002E, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex, CallFunc_BooleanAND_ReturnValue) == 0x00002F, "Member 'GraphicsOptions_v3_C_GetCurrentScreenResolutionIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_ApplySettings \ static_assert(alignof(GraphicsOptions_v3_C_ApplySettings) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_ApplySettings"); \ static_assert(sizeof(GraphicsOptions_v3_C_ApplySettings) == 0x000010, "Wrong size on GraphicsOptions_v3_C_ApplySettings"); \ static_assert(offsetof(GraphicsOptions_v3_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'GraphicsOptions_v3_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ApplySettings, CallFunc_IsDirty_ReturnValue) == 0x000008, "Member 'GraphicsOptions_v3_C_ApplySettings::CallFunc_IsDirty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_UpdateScreenResolutionOptions \ static_assert(alignof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_UpdateScreenResolutionOptions"); \ static_assert(sizeof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions) == 0x000108, "Wrong size on GraphicsOptions_v3_C_UpdateScreenResolutionOptions"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_GetCurrentScreenResolutionIndex_Result) == 0x00000C, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_GetCurrentScreenResolutionIndex_Result' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Array_Get_Item) == 0x000010, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000030, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, K2Node_MakeArray_Array) == 0x0000D0, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_UpdateScreenResolutionOptions, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'GraphicsOptions_v3_C_UpdateScreenResolutionOptions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_ResetToDefaults \ static_assert(alignof(GraphicsOptions_v3_C_ResetToDefaults) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_ResetToDefaults"); \ static_assert(sizeof(GraphicsOptions_v3_C_ResetToDefaults) == 0x000038, "Wrong size on GraphicsOptions_v3_C_ResetToDefaults"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GraphicsOptions_v3_C_ResetToDefaults::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GraphicsOptions_v3_C_ResetToDefaults::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_Array_Get_Item) == 0x000018, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_GetDefaultWindowMode_ReturnValue) == 0x000020, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_GetDefaultWindowMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'GraphicsOptions_v3_C_ResetToDefaults::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_GetDefaultResolution_ReturnValue) == 0x000024, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_GetDefaultResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000032, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_ResetToDefaults, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'GraphicsOptions_v3_C_ResetToDefaults::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GraphicsOptions_v3_C_OnKeyDown \ static_assert(alignof(GraphicsOptions_v3_C_OnKeyDown) == 0x000008, "Wrong alignment on GraphicsOptions_v3_C_OnKeyDown"); \ static_assert(sizeof(GraphicsOptions_v3_C_OnKeyDown) == 0x000208, "Wrong size on GraphicsOptions_v3_C_OnKeyDown"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'GraphicsOptions_v3_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'GraphicsOptions_v3_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'GraphicsOptions_v3_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'GraphicsOptions_v3_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'GraphicsOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'GraphicsOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'GraphicsOptions_v3_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GraphicsOptions_v3_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000200, "Member 'GraphicsOptions_v3_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGraphicsOptions_v3_C \ static_assert(alignof(UGraphicsOptions_v3_C) == 0x000008, "Wrong alignment on UGraphicsOptions_v3_C"); \ static_assert(sizeof(UGraphicsOptions_v3_C) == 0x000360, "Wrong size on UGraphicsOptions_v3_C"); \ static_assert(offsetof(UGraphicsOptions_v3_C, UberGraphFrame_GraphicsOptions_v3_C) == 0x0002C0, "Member 'UGraphicsOptions_v3_C::UberGraphFrame_GraphicsOptions_v3_C' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, ApplyButton) == 0x0002C8, "Member 'UGraphicsOptions_v3_C::ApplyButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, BackButton) == 0x0002D0, "Member 'UGraphicsOptions_v3_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, BackTitle) == 0x0002D8, "Member 'UGraphicsOptions_v3_C::BackTitle' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, BackTooltipWrapper) == 0x0002E0, "Member 'UGraphicsOptions_v3_C::BackTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, CaptionGlow) == 0x0002E8, "Member 'UGraphicsOptions_v3_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, CaptionTint) == 0x0002F0, "Member 'UGraphicsOptions_v3_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, DLSS) == 0x0002F8, "Member 'UGraphicsOptions_v3_C::DLSS' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, FakeFocusWidget) == 0x000300, "Member 'UGraphicsOptions_v3_C::FakeFocusWidget' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, GraphicTitle) == 0x000308, "Member 'UGraphicsOptions_v3_C::GraphicTitle' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, OptionsBox) == 0x000310, "Member 'UGraphicsOptions_v3_C::OptionsBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, OptionsGroup) == 0x000318, "Member 'UGraphicsOptions_v3_C::OptionsGroup' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, ResetButton) == 0x000320, "Member 'UGraphicsOptions_v3_C::ResetButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, Resolution) == 0x000328, "Member 'UGraphicsOptions_v3_C::Resolution' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, ScreenType) == 0x000330, "Member 'UGraphicsOptions_v3_C::ScreenType' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, VSync) == 0x000338, "Member 'UGraphicsOptions_v3_C::VSync' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, SelectedButton) == 0x000340, "Member 'UGraphicsOptions_v3_C::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, AvailableResolutions) == 0x000348, "Member 'UGraphicsOptions_v3_C::AvailableResolutions' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, bResolutionModeDirty) == 0x000358, "Member 'UGraphicsOptions_v3_C::bResolutionModeDirty' has a wrong offset!"); \ static_assert(offsetof(UGraphicsOptions_v3_C, bConfirmScreenShown) == 0x000359, "Member 'UGraphicsOptions_v3_C::bConfirmScreenShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_ExecuteUbergraph_GameOptions \ static_assert(alignof(GameOptions_C_ExecuteUbergraph_GameOptions) == 0x000008, "Wrong alignment on GameOptions_C_ExecuteUbergraph_GameOptions"); \ static_assert(sizeof(GameOptions_C_ExecuteUbergraph_GameOptions) == 0x000160, "Wrong size on GameOptions_C_ExecuteUbergraph_GameOptions"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, EntryPoint) == 0x000000, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, Temp_int_Variable) == 0x000044, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, Temp_string_Variable) == 0x000048, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, Temp_string_Variable_1) == 0x000058, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, Temp_int_Variable_1) == 0x000068, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_Event_MyGeometry) == 0x000070, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_Event_InDeltaTime) == 0x0000A8, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_GetChildrenCount_ReturnValue) == 0x0000AC, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_GetChildAt_ReturnValue) == 0x0000B0, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B8, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_DynamicCast_AsFGUser_Widget) == 0x0000C0, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_DynamicCast_AsFGUser_Widget' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C9, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_GetSelectedIndex_Result) == 0x0000CC, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_Select_Default) == 0x0000D0, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_MakeLiteralText_ReturnValue) == 0x0000E0, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_SetCurrentCulture_ReturnValue) == 0x0000F8, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_SetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_TextToUpper_ReturnValue) == 0x000100, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_SetCurrentLanguageAndLocale_ReturnValue) == 0x000118, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_SetCurrentLanguageAndLocale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000120, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_TextToUpper_ReturnValue_1) == 0x000138, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, K2Node_CustomEvent_GroupIndex) == 0x000150, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::K2Node_CustomEvent_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ExecuteUbergraph_GameOptions, CallFunc_GetSelectedWidget_ReturnValue) == 0x000158, "Member 'GameOptions_C_ExecuteUbergraph_GameOptions::CallFunc_GetSelectedWidget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_OnWidgetSelectedEvent_Event_0 \ static_assert(alignof(GameOptions_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong alignment on GameOptions_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(sizeof(GameOptions_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong size on GameOptions_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(offsetof(GameOptions_C_OnWidgetSelectedEvent_Event_0, GroupIndex) == 0x000000, "Member 'GameOptions_C_OnWidgetSelectedEvent_Event_0::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_Tick \ static_assert(alignof(GameOptions_C_Tick) == 0x000004, "Wrong alignment on GameOptions_C_Tick"); \ static_assert(sizeof(GameOptions_C_Tick) == 0x00003C, "Wrong size on GameOptions_C_Tick"); \ static_assert(offsetof(GameOptions_C_Tick, MyGeometry) == 0x000000, "Member 'GameOptions_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_Tick, InDeltaTime) == 0x000038, "Member 'GameOptions_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_FocusCurrentButton \ static_assert(alignof(GameOptions_C_FocusCurrentButton) == 0x000001, "Wrong alignment on GameOptions_C_FocusCurrentButton"); \ static_assert(sizeof(GameOptions_C_FocusCurrentButton) == 0x000001, "Wrong size on GameOptions_C_FocusCurrentButton"); \ static_assert(offsetof(GameOptions_C_FocusCurrentButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GameOptions_C_FocusCurrentButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_OnFocusReceived \ static_assert(alignof(GameOptions_C_OnFocusReceived) == 0x000008, "Wrong alignment on GameOptions_C_OnFocusReceived"); \ static_assert(sizeof(GameOptions_C_OnFocusReceived) == 0x0001B0, "Wrong size on GameOptions_C_OnFocusReceived"); \ static_assert(offsetof(GameOptions_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'GameOptions_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'GameOptions_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'GameOptions_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'GameOptions_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_ReadSettings \ static_assert(alignof(GameOptions_C_ReadSettings) == 0x000008, "Wrong alignment on GameOptions_C_ReadSettings"); \ static_assert(sizeof(GameOptions_C_ReadSettings) == 0x000018, "Wrong size on GameOptions_C_ReadSettings"); \ static_assert(offsetof(GameOptions_C_ReadSettings, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000000, "Member 'GameOptions_C_ReadSettings::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_ReadSettings, K2Node_SwitchString_CmpSuccess) == 0x000010, "Member 'GameOptions_C_ReadSettings::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOptions_C_OnKeyDown \ static_assert(alignof(GameOptions_C_OnKeyDown) == 0x000008, "Wrong alignment on GameOptions_C_OnKeyDown"); \ static_assert(sizeof(GameOptions_C_OnKeyDown) == 0x000208, "Wrong size on GameOptions_C_OnKeyDown"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'GameOptions_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'GameOptions_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'GameOptions_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'GameOptions_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'GameOptions_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'GameOptions_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'GameOptions_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameOptions_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000200, "Member 'GameOptions_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameOptions_C \ static_assert(alignof(UGameOptions_C) == 0x000008, "Wrong alignment on UGameOptions_C"); \ static_assert(sizeof(UGameOptions_C) == 0x000348, "Wrong size on UGameOptions_C"); \ static_assert(offsetof(UGameOptions_C, UberGraphFrame_GameOptions_C) == 0x0002C0, "Member 'UGameOptions_C::UberGraphFrame_GameOptions_C' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, ApplyButton) == 0x0002C8, "Member 'UGameOptions_C::ApplyButton' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, BackButton) == 0x0002D0, "Member 'UGameOptions_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, BackTitle) == 0x0002D8, "Member 'UGameOptions_C::BackTitle' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, BackTooltipWrapper) == 0x0002E0, "Member 'UGameOptions_C::BackTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, CaptionGlow) == 0x0002E8, "Member 'UGameOptions_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, CaptionTint) == 0x0002F0, "Member 'UGameOptions_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, FakeFocusWidget) == 0x0002F8, "Member 'UGameOptions_C::FakeFocusWidget' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, GameTitle) == 0x000300, "Member 'UGameOptions_C::GameTitle' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, Language) == 0x000308, "Member 'UGameOptions_C::Language' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, OptionsBox) == 0x000310, "Member 'UGameOptions_C::OptionsBox' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, OptionsGroup) == 0x000318, "Member 'UGameOptions_C::OptionsGroup' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, ResetButton) == 0x000320, "Member 'UGameOptions_C::ResetButton' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, SelectedButton) == 0x000328, "Member 'UGameOptions_C::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, AvailableResolutions) == 0x000330, "Member 'UGameOptions_C::AvailableResolutions' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, bResolutionModeDirty) == 0x000340, "Member 'UGameOptions_C::bResolutionModeDirty' has a wrong offset!"); \ static_assert(offsetof(UGameOptions_C, bConfirmScreenShown) == 0x000341, "Member 'UGameOptions_C::bConfirmScreenShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3 \ static_assert(alignof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3) == 0x000008, "Wrong alignment on AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3"); \ static_assert(sizeof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3) == 0x000118, "Wrong size on AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, EntryPoint) == 0x000000, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_Event_MyGeometry) == 0x000024, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_Event_InDeltaTime) == 0x00005C, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, Temp_int_Variable) == 0x000060, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_GetChildrenCount_ReturnValue) == 0x000064, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_GetChildAt_ReturnValue) == 0x000068, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_Subtract_IntInt_ReturnValue) == 0x000070, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_DynamicCast_AsFGUser_Widget) == 0x000078, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_DynamicCast_AsFGUser_Widget' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000081, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_CustomEvent_Value) == 0x000088, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_MakeLiteralText_ReturnValue) == 0x000090, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_TextToUpper_ReturnValue) == 0x0000A8, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C0, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_TextToUpper_ReturnValue_1) == 0x0000D8, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_CustomEvent_GroupIndex) == 0x0000F0, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_CustomEvent_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_GetSelectedWidget_ReturnValue) == 0x0000F8, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_GetSelectedWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, CallFunc_GetGameInstance_ReturnValue) == 0x000100, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_DynamicCast_AsFGGame_Instance) == 0x000108, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'AudioOptions_v3_C_ExecuteUbergraph_AudioOptions_v3::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0 \ static_assert(alignof(AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong alignment on AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(sizeof(AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong size on AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(offsetof(AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0, GroupIndex) == 0x000000, "Member 'AudioOptions_v3_C_OnWidgetSelectedEvent_Event_0::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_OnValueChanged_Event_0 \ static_assert(alignof(AudioOptions_v3_C_OnValueChanged_Event_0) == 0x000004, "Wrong alignment on AudioOptions_v3_C_OnValueChanged_Event_0"); \ static_assert(sizeof(AudioOptions_v3_C_OnValueChanged_Event_0) == 0x000004, "Wrong size on AudioOptions_v3_C_OnValueChanged_Event_0"); \ static_assert(offsetof(AudioOptions_v3_C_OnValueChanged_Event_0, Value) == 0x000000, "Member 'AudioOptions_v3_C_OnValueChanged_Event_0::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_Tick \ static_assert(alignof(AudioOptions_v3_C_Tick) == 0x000004, "Wrong alignment on AudioOptions_v3_C_Tick"); \ static_assert(sizeof(AudioOptions_v3_C_Tick) == 0x00003C, "Wrong size on AudioOptions_v3_C_Tick"); \ static_assert(offsetof(AudioOptions_v3_C_Tick, MyGeometry) == 0x000000, "Member 'AudioOptions_v3_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_Tick, InDeltaTime) == 0x000038, "Member 'AudioOptions_v3_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_FocusCurrentButton \ static_assert(alignof(AudioOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong alignment on AudioOptions_v3_C_FocusCurrentButton"); \ static_assert(sizeof(AudioOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong size on AudioOptions_v3_C_FocusCurrentButton"); \ static_assert(offsetof(AudioOptions_v3_C_FocusCurrentButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'AudioOptions_v3_C_FocusCurrentButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_OnFocusReceived \ static_assert(alignof(AudioOptions_v3_C_OnFocusReceived) == 0x000008, "Wrong alignment on AudioOptions_v3_C_OnFocusReceived"); \ static_assert(sizeof(AudioOptions_v3_C_OnFocusReceived) == 0x0001B0, "Wrong size on AudioOptions_v3_C_OnFocusReceived"); \ static_assert(offsetof(AudioOptions_v3_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'AudioOptions_v3_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'AudioOptions_v3_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'AudioOptions_v3_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'AudioOptions_v3_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_ReadSettings \ static_assert(alignof(AudioOptions_v3_C_ReadSettings) == 0x000004, "Wrong alignment on AudioOptions_v3_C_ReadSettings"); \ static_assert(sizeof(AudioOptions_v3_C_ReadSettings) == 0x000010, "Wrong size on AudioOptions_v3_C_ReadSettings"); \ static_assert(offsetof(AudioOptions_v3_C_ReadSettings, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'AudioOptions_v3_C_ReadSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ReadSettings, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'AudioOptions_v3_C_ReadSettings::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ReadSettings, CallFunc_FClamp_ReturnValue_1) == 0x000008, "Member 'AudioOptions_v3_C_ReadSettings::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ReadSettings, CallFunc_FClamp_ReturnValue_2) == 0x00000C, "Member 'AudioOptions_v3_C_ReadSettings::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_SaveSettings \ static_assert(alignof(AudioOptions_v3_C_SaveSettings) == 0x000004, "Wrong alignment on AudioOptions_v3_C_SaveSettings"); \ static_assert(sizeof(AudioOptions_v3_C_SaveSettings) == 0x000010, "Wrong size on AudioOptions_v3_C_SaveSettings"); \ static_assert(offsetof(AudioOptions_v3_C_SaveSettings, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'AudioOptions_v3_C_SaveSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_SaveSettings, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'AudioOptions_v3_C_SaveSettings::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_SaveSettings, CallFunc_GetValue_ReturnValue_1) == 0x000008, "Member 'AudioOptions_v3_C_SaveSettings::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_SaveSettings, CallFunc_GetValue_ReturnValue_2) == 0x00000C, "Member 'AudioOptions_v3_C_SaveSettings::CallFunc_GetValue_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_ChangeSettings \ static_assert(alignof(AudioOptions_v3_C_ChangeSettings) == 0x000004, "Wrong alignment on AudioOptions_v3_C_ChangeSettings"); \ static_assert(sizeof(AudioOptions_v3_C_ChangeSettings) == 0x000010, "Wrong size on AudioOptions_v3_C_ChangeSettings"); \ static_assert(offsetof(AudioOptions_v3_C_ChangeSettings, CallFunc_GetValue_ReturnValue) == 0x000000, "Member 'AudioOptions_v3_C_ChangeSettings::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ChangeSettings, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'AudioOptions_v3_C_ChangeSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ChangeSettings, CallFunc_GetValue_ReturnValue_1) == 0x000008, "Member 'AudioOptions_v3_C_ChangeSettings::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_ChangeSettings, CallFunc_GetValue_ReturnValue_2) == 0x00000C, "Member 'AudioOptions_v3_C_ChangeSettings::CallFunc_GetValue_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioOptions_v3_C_OnKeyDown \ static_assert(alignof(AudioOptions_v3_C_OnKeyDown) == 0x000008, "Wrong alignment on AudioOptions_v3_C_OnKeyDown"); \ static_assert(sizeof(AudioOptions_v3_C_OnKeyDown) == 0x000208, "Wrong size on AudioOptions_v3_C_OnKeyDown"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'AudioOptions_v3_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'AudioOptions_v3_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'AudioOptions_v3_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'AudioOptions_v3_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'AudioOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'AudioOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'AudioOptions_v3_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AudioOptions_v3_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000200, "Member 'AudioOptions_v3_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioOptions_v3_C \ static_assert(alignof(UAudioOptions_v3_C) == 0x000008, "Wrong alignment on UAudioOptions_v3_C"); \ static_assert(sizeof(UAudioOptions_v3_C) == 0x000338, "Wrong size on UAudioOptions_v3_C"); \ static_assert(offsetof(UAudioOptions_v3_C, UberGraphFrame_AudioOptions_v3_C) == 0x0002C0, "Member 'UAudioOptions_v3_C::UberGraphFrame_AudioOptions_v3_C' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, AudioTitle) == 0x0002C8, "Member 'UAudioOptions_v3_C::AudioTitle' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, BackButton) == 0x0002D0, "Member 'UAudioOptions_v3_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, BackTitle) == 0x0002D8, "Member 'UAudioOptions_v3_C::BackTitle' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, BackTooltipWrapper) == 0x0002E0, "Member 'UAudioOptions_v3_C::BackTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, CaptionGlow) == 0x0002E8, "Member 'UAudioOptions_v3_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, CaptionTint) == 0x0002F0, "Member 'UAudioOptions_v3_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, FakeFocusWidget) == 0x0002F8, "Member 'UAudioOptions_v3_C::FakeFocusWidget' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, MasterVolume) == 0x000300, "Member 'UAudioOptions_v3_C::MasterVolume' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, Music) == 0x000308, "Member 'UAudioOptions_v3_C::Music' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, OptionsBox) == 0x000310, "Member 'UAudioOptions_v3_C::OptionsBox' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, OptionsGroup) == 0x000318, "Member 'UAudioOptions_v3_C::OptionsGroup' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, SOUNDS) == 0x000320, "Member 'UAudioOptions_v3_C::SOUNDS' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, SelectedButton) == 0x000328, "Member 'UAudioOptions_v3_C::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UAudioOptions_v3_C, GameInstance) == 0x000330, "Member 'UAudioOptions_v3_C::GameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3 \ static_assert(alignof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3"); \ static_assert(sizeof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3) == 0x000110, "Wrong size on AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, EntryPoint) == 0x000000, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, Temp_int_Variable) == 0x000024, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_Event_MyGeometry) == 0x00003C, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_Event_InDeltaTime) == 0x000074, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_GetChildrenCount_ReturnValue) == 0x000078, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_GetChildAt_ReturnValue) == 0x000080, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_Subtract_IntInt_ReturnValue) == 0x000088, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_DynamicCast_AsOption_Line_Selection) == 0x000090, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_DynamicCast_AsOption_Line_Selection' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000099, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_MakeLiteralText_ReturnValue) == 0x0000A0, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_TextToUpper_ReturnValue) == 0x0000B8, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000D0, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_TextToUpper_ReturnValue_1) == 0x0000E8, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, K2Node_CustomEvent_GroupIndex) == 0x000100, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::K2Node_CustomEvent_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3, CallFunc_GetSelectedWidget_ReturnValue) == 0x000108, "Member 'AdvancedOptions_v3_C_ExecuteUbergraph_AdvancedOptions_v3::CallFunc_GetSelectedWidget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0 \ static_assert(alignof(AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong alignment on AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(sizeof(AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0) == 0x000004, "Wrong size on AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0, GroupIndex) == 0x000000, "Member 'AdvancedOptions_v3_C_OnWidgetSelectedEvent_Event_0::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_Tick \ static_assert(alignof(AdvancedOptions_v3_C_Tick) == 0x000004, "Wrong alignment on AdvancedOptions_v3_C_Tick"); \ static_assert(sizeof(AdvancedOptions_v3_C_Tick) == 0x00003C, "Wrong size on AdvancedOptions_v3_C_Tick"); \ static_assert(offsetof(AdvancedOptions_v3_C_Tick, MyGeometry) == 0x000000, "Member 'AdvancedOptions_v3_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_Tick, InDeltaTime) == 0x000038, "Member 'AdvancedOptions_v3_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_FocusCurrentButton \ static_assert(alignof(AdvancedOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong alignment on AdvancedOptions_v3_C_FocusCurrentButton"); \ static_assert(sizeof(AdvancedOptions_v3_C_FocusCurrentButton) == 0x000001, "Wrong size on AdvancedOptions_v3_C_FocusCurrentButton"); \ static_assert(offsetof(AdvancedOptions_v3_C_FocusCurrentButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'AdvancedOptions_v3_C_FocusCurrentButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_OnFocusReceived \ static_assert(alignof(AdvancedOptions_v3_C_OnFocusReceived) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_OnFocusReceived"); \ static_assert(sizeof(AdvancedOptions_v3_C_OnFocusReceived) == 0x0001B0, "Wrong size on AdvancedOptions_v3_C_OnFocusReceived"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'AdvancedOptions_v3_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'AdvancedOptions_v3_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'AdvancedOptions_v3_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'AdvancedOptions_v3_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_ReadSettings \ static_assert(alignof(AdvancedOptions_v3_C_ReadSettings) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_ReadSettings"); \ static_assert(sizeof(AdvancedOptions_v3_C_ReadSettings) == 0x000028, "Wrong size on AdvancedOptions_v3_C_ReadSettings"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000008, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetFoliageQuality_ReturnValue) == 0x00000C, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000010, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetTextureQuality_ReturnValue) == 0x000014, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000018, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetShadowQuality_ReturnValue) == 0x00001C, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ReadSettings, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000020, "Member 'AdvancedOptions_v3_C_ReadSettings::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_ApplySettings \ static_assert(alignof(AdvancedOptions_v3_C_ApplySettings) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_ApplySettings"); \ static_assert(sizeof(AdvancedOptions_v3_C_ApplySettings) == 0x000028, "Wrong size on AdvancedOptions_v3_C_ApplySettings"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result) == 0x000000, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_1) == 0x000004, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_2) == 0x000008, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_2' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_3) == 0x00000C, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_3' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_4) == 0x000010, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_4' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_5) == 0x000014, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_5' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000018, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_ApplySettings, CallFunc_GetSelectedIndex_Result_6) == 0x000020, "Member 'AdvancedOptions_v3_C_ApplySettings::CallFunc_GetSelectedIndex_Result_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_ResetToDefaults \ static_assert(alignof(AdvancedOptions_v3_C_ResetToDefaults) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_ResetToDefaults"); \ static_assert(sizeof(AdvancedOptions_v3_C_ResetToDefaults) == 0x000008, "Wrong size on AdvancedOptions_v3_C_ResetToDefaults"); \ static_assert(offsetof(AdvancedOptions_v3_C_ResetToDefaults, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'AdvancedOptions_v3_C_ResetToDefaults::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_OnKeyDown \ static_assert(alignof(AdvancedOptions_v3_C_OnKeyDown) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_OnKeyDown"); \ static_assert(sizeof(AdvancedOptions_v3_C_OnKeyDown) == 0x000208, "Wrong size on AdvancedOptions_v3_C_OnKeyDown"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'AdvancedOptions_v3_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'AdvancedOptions_v3_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'AdvancedOptions_v3_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'AdvancedOptions_v3_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'AdvancedOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000141, "Member 'AdvancedOptions_v3_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'AdvancedOptions_v3_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000200, "Member 'AdvancedOptions_v3_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AdvancedOptions_v3_C_CheckUnderLowSettings \ static_assert(alignof(AdvancedOptions_v3_C_CheckUnderLowSettings) == 0x000008, "Wrong alignment on AdvancedOptions_v3_C_CheckUnderLowSettings"); \ static_assert(sizeof(AdvancedOptions_v3_C_CheckUnderLowSettings) == 0x000048, "Wrong size on AdvancedOptions_v3_C_CheckUnderLowSettings"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, Result) == 0x000000, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::Result' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000010, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetFoliageQuality_ReturnValue) == 0x000014, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000018, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetTextureQuality_ReturnValue) == 0x00001C, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000020, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetShadowQuality_ReturnValue) == 0x000024, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000028, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue_4) == 0x00003C, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Add_IntInt_ReturnValue_5) == 0x000040, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(AdvancedOptions_v3_C_CheckUnderLowSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'AdvancedOptions_v3_C_CheckUnderLowSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAdvancedOptions_v3_C \ static_assert(alignof(UAdvancedOptions_v3_C) == 0x000008, "Wrong alignment on UAdvancedOptions_v3_C"); \ static_assert(sizeof(UAdvancedOptions_v3_C) == 0x000360, "Wrong size on UAdvancedOptions_v3_C"); \ static_assert(offsetof(UAdvancedOptions_v3_C, UberGraphFrame_AdvancedOptions_v3_C) == 0x0002C0, "Member 'UAdvancedOptions_v3_C::UberGraphFrame_AdvancedOptions_v3_C' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, AdvancedTitle) == 0x0002C8, "Member 'UAdvancedOptions_v3_C::AdvancedTitle' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, AntiAliasing) == 0x0002D0, "Member 'UAdvancedOptions_v3_C::AntiAliasing' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, BackButton) == 0x0002D8, "Member 'UAdvancedOptions_v3_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, BackTitle) == 0x0002E0, "Member 'UAdvancedOptions_v3_C::BackTitle' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, BackTooltipWrapper) == 0x0002E8, "Member 'UAdvancedOptions_v3_C::BackTooltipWrapper' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, CaptionGlow) == 0x0002F0, "Member 'UAdvancedOptions_v3_C::CaptionGlow' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, CaptionTint) == 0x0002F8, "Member 'UAdvancedOptions_v3_C::CaptionTint' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, Effects) == 0x000300, "Member 'UAdvancedOptions_v3_C::Effects' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, FakeFocusWidget) == 0x000308, "Member 'UAdvancedOptions_v3_C::FakeFocusWidget' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, Foliage) == 0x000310, "Member 'UAdvancedOptions_v3_C::Foliage' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, OptionsBox) == 0x000318, "Member 'UAdvancedOptions_v3_C::OptionsBox' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, OptionsGroup) == 0x000320, "Member 'UAdvancedOptions_v3_C::OptionsGroup' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, PostProcessing) == 0x000328, "Member 'UAdvancedOptions_v3_C::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, ResetButton) == 0x000330, "Member 'UAdvancedOptions_v3_C::ResetButton' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, Shadows) == 0x000338, "Member 'UAdvancedOptions_v3_C::Shadows' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, Textures) == 0x000340, "Member 'UAdvancedOptions_v3_C::Textures' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, ViewDistance) == 0x000348, "Member 'UAdvancedOptions_v3_C::ViewDistance' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, SelectedButton) == 0x000350, "Member 'UAdvancedOptions_v3_C::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, bConfirmScreenShown) == 0x000358, "Member 'UAdvancedOptions_v3_C::bConfirmScreenShown' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, bLoaded) == 0x000359, "Member 'UAdvancedOptions_v3_C::bLoaded' has a wrong offset!"); \ static_assert(offsetof(UAdvancedOptions_v3_C, MinPerformanceIndex) == 0x00035C, "Member 'UAdvancedOptions_v3_C::MinPerformanceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base \ static_assert(alignof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base"); \ static_assert(sizeof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base) == 0x0002E8, "Wrong size on HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, EntryPoint) == 0x000000, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_HeaderText) == 0x000008, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Text_2) == 0x000020, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Text_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Time) == 0x000038, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Icon_1) == 0x000040, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Icon_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_MediaSource) == 0x000048, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_MediaSource' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_MessageType) == 0x000050, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Message_1) == 0x000058, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Message_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Count_ifLoot_) == 0x000070, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Icon_IfNeed_) == 0x000078, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ButtonCaption) == 0x000080, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Text_1) == 0x000098, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Text_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_DisableButton) == 0x0000B0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_IsInfoText) == 0x0000B1, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Durability) == 0x0000B8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Durability' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_MarkStr_1) == 0x0000D0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_MarkStr_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_OnCompas) == 0x0000F8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_OnScreen_1) == 0x0000F9, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_OnScreen_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Header) == 0x000100, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Text) == 0x000118, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Icon) == 0x000130, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_IsComplite) == 0x000138, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_IsComplite' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_MarkStr) == 0x000140, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_OnCompass) == 0x000168, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_OnScreen) == 0x000169, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_OnScreen' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Sender_1) == 0x000170, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Sender_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_EnemyOnFocus) == 0x000178, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_EnemyOnFocus' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Enemy) == 0x0001A0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Health) == 0x0001A8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Health' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ShowCustom) == 0x0001AC, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ShowCustom' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_WorkerInfoProvider) == 0x0001B0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ButtonMeta) == 0x0001B8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_isBusy) == 0x0001F0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_isBusy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_IsGamepadNow) == 0x0001F1, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_isVisible) == 0x0001F2, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_isVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_TabType) == 0x0001F3, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_TabType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ModuleInfo) == 0x0001F8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_DisassembleState) == 0x000260, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_DisassembleState' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Sender) == 0x000268, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Message) == 0x000280, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_Type) == 0x000298, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ActionName) == 0x00029C, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_ActionText) == 0x0002A8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_ActionText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_bIsAvailable) == 0x0002C0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_bIsEnabled) == 0x0002C1, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_UserName) == 0x0002C8, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_UserName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, K2Node_Event_NewMode) == 0x0002E0, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::K2Node_Event_NewMode' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002E1, "Member 'HUD_Ansora_Base_C_ExecuteUbergraph_HUD_Ansora_Base::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SetHUDMode \ static_assert(alignof(HUD_Ansora_Base_C_SetHUDMode) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SetHUDMode"); \ static_assert(sizeof(HUD_Ansora_Base_C_SetHUDMode) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SetHUDMode"); \ static_assert(offsetof(HUD_Ansora_Base_C_SetHUDMode, NewMode) == 0x000000, "Member 'HUD_Ansora_Base_C_SetHUDMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_OnFakeChatConnected \ static_assert(alignof(HUD_Ansora_Base_C_OnFakeChatConnected) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_OnFakeChatConnected"); \ static_assert(sizeof(HUD_Ansora_Base_C_OnFakeChatConnected) == 0x000018, "Wrong size on HUD_Ansora_Base_C_OnFakeChatConnected"); \ static_assert(offsetof(HUD_Ansora_Base_C_OnFakeChatConnected, UserName) == 0x000000, "Member 'HUD_Ansora_Base_C_OnFakeChatConnected::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowModuleElectricityState \ static_assert(alignof(HUD_Ansora_Base_C_ShowModuleElectricityState) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_ShowModuleElectricityState"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowModuleElectricityState) == 0x000002, "Wrong size on HUD_Ansora_Base_C_ShowModuleElectricityState"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowModuleElectricityState, bIsAvailable) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowModuleElectricityState::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowModuleElectricityState, bIsEnabled) == 0x000001, "Member 'HUD_Ansora_Base_C_ShowModuleElectricityState::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowContextHint \ static_assert(alignof(HUD_Ansora_Base_C_ShowContextHint) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowContextHint"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowContextHint) == 0x000020, "Wrong size on HUD_Ansora_Base_C_ShowContextHint"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowContextHint, ActionName) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowContextHint::ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowContextHint, ActionText) == 0x000008, "Member 'HUD_Ansora_Base_C_ShowContextHint::ActionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_AddChatMessage \ static_assert(alignof(HUD_Ansora_Base_C_AddChatMessage) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_AddChatMessage"); \ static_assert(sizeof(HUD_Ansora_Base_C_AddChatMessage) == 0x000038, "Wrong size on HUD_Ansora_Base_C_AddChatMessage"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddChatMessage, Sender) == 0x000000, "Member 'HUD_Ansora_Base_C_AddChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddChatMessage, Message) == 0x000018, "Member 'HUD_Ansora_Base_C_AddChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddChatMessage, Type) == 0x000030, "Member 'HUD_Ansora_Base_C_AddChatMessage::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo \ static_assert(alignof(HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo"); \ static_assert(sizeof(HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo) == 0x000070, "Wrong size on HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo"); \ static_assert(offsetof(HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo, ModuleInfo) == 0x000000, "Member 'HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo, DisassembleState) == 0x000068, "Member 'HUD_Ansora_Base_C_ModCentralPanelShowSelectionInfo::DisassembleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SetOpenJournalTab \ static_assert(alignof(HUD_Ansora_Base_C_SetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SetOpenJournalTab"); \ static_assert(sizeof(HUD_Ansora_Base_C_SetOpenJournalTab) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SetOpenJournalTab"); \ static_assert(offsetof(HUD_Ansora_Base_C_SetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Ansora_Base_C_SetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SetSubtitlesVisibility \ static_assert(alignof(HUD_Ansora_Base_C_SetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Ansora_Base_C_SetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Ansora_Base_C_SetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_Base_C_SetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SetIsGamepadNow \ static_assert(alignof(HUD_Ansora_Base_C_SetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SetIsGamepadNow"); \ static_assert(sizeof(HUD_Ansora_Base_C_SetIsGamepadNow) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SetIsGamepadNow"); \ static_assert(offsetof(HUD_Ansora_Base_C_SetIsGamepadNow, IsGamepadNOW) == 0x000000, "Member 'HUD_Ansora_Base_C_SetIsGamepadNow::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SetViewportIsBusy \ static_assert(alignof(HUD_Ansora_Base_C_SetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SetViewportIsBusy"); \ static_assert(sizeof(HUD_Ansora_Base_C_SetViewportIsBusy) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SetViewportIsBusy"); \ static_assert(offsetof(HUD_Ansora_Base_C_SetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Ansora_Base_C_SetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowWorkerPreview \ static_assert(alignof(HUD_Ansora_Base_C_ShowWorkerPreview) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowWorkerPreview"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowWorkerPreview) == 0x000040, "Wrong size on HUD_Ansora_Base_C_ShowWorkerPreview"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowWorkerPreview, WorkerInfoProvider) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowWorkerPreview::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowWorkerPreview, ButtonMeta) == 0x000008, "Member 'HUD_Ansora_Base_C_ShowWorkerPreview::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_SwitchAO \ static_assert(alignof(HUD_Ansora_Base_C_SwitchAO) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_SwitchAO"); \ static_assert(sizeof(HUD_Ansora_Base_C_SwitchAO) == 0x000001, "Wrong size on HUD_Ansora_Base_C_SwitchAO"); \ static_assert(offsetof(HUD_Ansora_Base_C_SwitchAO, ShowCustom) == 0x000000, "Member 'HUD_Ansora_Base_C_SwitchAO::ShowCustom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowEnemyHPDamage \ static_assert(alignof(HUD_Ansora_Base_C_ShowEnemyHPDamage) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowEnemyHPDamage"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowEnemyHPDamage) == 0x000010, "Wrong size on HUD_Ansora_Base_C_ShowEnemyHPDamage"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowEnemyHPDamage, Enemy) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowEnemyHPDamage::Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowEnemyHPDamage, Health) == 0x000008, "Member 'HUD_Ansora_Base_C_ShowEnemyHPDamage::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowEnemyHP \ static_assert(alignof(HUD_Ansora_Base_C_ShowEnemyHP) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowEnemyHP"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowEnemyHP) == 0x000028, "Wrong size on HUD_Ansora_Base_C_ShowEnemyHP"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowEnemyHP, EnemyOnFocus) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowEnemyHP::EnemyOnFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_OnCharacterBeginLive \ static_assert(alignof(HUD_Ansora_Base_C_OnCharacterBeginLive) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_OnCharacterBeginLive"); \ static_assert(sizeof(HUD_Ansora_Base_C_OnCharacterBeginLive) == 0x000008, "Wrong size on HUD_Ansora_Base_C_OnCharacterBeginLive"); \ static_assert(offsetof(HUD_Ansora_Base_C_OnCharacterBeginLive, Sender) == 0x000000, "Member 'HUD_Ansora_Base_C_OnCharacterBeginLive::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_RemoveMark \ static_assert(alignof(HUD_Ansora_Base_C_RemoveMark) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_RemoveMark"); \ static_assert(sizeof(HUD_Ansora_Base_C_RemoveMark) == 0x000030, "Wrong size on HUD_Ansora_Base_C_RemoveMark"); \ static_assert(offsetof(HUD_Ansora_Base_C_RemoveMark, MarkStr) == 0x000000, "Member 'HUD_Ansora_Base_C_RemoveMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_RemoveMark, OnCompass) == 0x000028, "Member 'HUD_Ansora_Base_C_RemoveMark::OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_RemoveMark, OnScreen) == 0x000029, "Member 'HUD_Ansora_Base_C_RemoveMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowTaskInfo \ static_assert(alignof(HUD_Ansora_Base_C_ShowTaskInfo) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowTaskInfo"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowTaskInfo) == 0x000040, "Wrong size on HUD_Ansora_Base_C_ShowTaskInfo"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowTaskInfo, Header) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowTaskInfo::Header' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowTaskInfo, Text) == 0x000018, "Member 'HUD_Ansora_Base_C_ShowTaskInfo::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowTaskInfo, Icon) == 0x000030, "Member 'HUD_Ansora_Base_C_ShowTaskInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowTaskInfo, IsComplite) == 0x000038, "Member 'HUD_Ansora_Base_C_ShowTaskInfo::IsComplite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_AddMark \ static_assert(alignof(HUD_Ansora_Base_C_AddMark) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_AddMark"); \ static_assert(sizeof(HUD_Ansora_Base_C_AddMark) == 0x000030, "Wrong size on HUD_Ansora_Base_C_AddMark"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddMark, MarkStr) == 0x000000, "Member 'HUD_Ansora_Base_C_AddMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddMark, OnCompas) == 0x000028, "Member 'HUD_Ansora_Base_C_AddMark::OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_AddMark, OnScreen) == 0x000029, "Member 'HUD_Ansora_Base_C_AddMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowSelection \ static_assert(alignof(HUD_Ansora_Base_C_ShowSelection) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowSelection"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowSelection) == 0x000050, "Wrong size on HUD_Ansora_Base_C_ShowSelection"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowSelection, ButtonCaption) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowSelection::ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowSelection, Text) == 0x000018, "Member 'HUD_Ansora_Base_C_ShowSelection::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowSelection, DisableButton) == 0x000030, "Member 'HUD_Ansora_Base_C_ShowSelection::DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowSelection, IsInfoText) == 0x000031, "Member 'HUD_Ansora_Base_C_ShowSelection::IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowSelection, Durability) == 0x000038, "Member 'HUD_Ansora_Base_C_ShowSelection::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowNotifyMessage \ static_assert(alignof(HUD_Ansora_Base_C_ShowNotifyMessage) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowNotifyMessage"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowNotifyMessage) == 0x000030, "Wrong size on HUD_Ansora_Base_C_ShowNotifyMessage"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowNotifyMessage, MessageType) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowNotifyMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowNotifyMessage, Message) == 0x000008, "Member 'HUD_Ansora_Base_C_ShowNotifyMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowNotifyMessage, Count_ifLoot_) == 0x000020, "Member 'HUD_Ansora_Base_C_ShowNotifyMessage::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowNotifyMessage, Icon_IfNeed_) == 0x000028, "Member 'HUD_Ansora_Base_C_ShowNotifyMessage::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_ShowHelp \ static_assert(alignof(HUD_Ansora_Base_C_ShowHelp) == 0x000008, "Wrong alignment on HUD_Ansora_Base_C_ShowHelp"); \ static_assert(sizeof(HUD_Ansora_Base_C_ShowHelp) == 0x000048, "Wrong size on HUD_Ansora_Base_C_ShowHelp"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowHelp, HeaderText) == 0x000000, "Member 'HUD_Ansora_Base_C_ShowHelp::HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowHelp, Text) == 0x000018, "Member 'HUD_Ansora_Base_C_ShowHelp::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowHelp, Time) == 0x000030, "Member 'HUD_Ansora_Base_C_ShowHelp::Time' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowHelp, Icon) == 0x000038, "Member 'HUD_Ansora_Base_C_ShowHelp::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_Base_C_ShowHelp, MediaSource) == 0x000040, "Member 'HUD_Ansora_Base_C_ShowHelp::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetHUDMode \ static_assert(alignof(HUD_Ansora_Base_C_GetHUDMode) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetHUDMode"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetHUDMode) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetHUDMode"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetHUDMode, CurrentMode_0) == 0x000000, "Member 'HUD_Ansora_Base_C_GetHUDMode::CurrentMode_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_IsChatOpened \ static_assert(alignof(HUD_Ansora_Base_C_IsChatOpened) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_IsChatOpened"); \ static_assert(sizeof(HUD_Ansora_Base_C_IsChatOpened) == 0x000001, "Wrong size on HUD_Ansora_Base_C_IsChatOpened"); \ static_assert(offsetof(HUD_Ansora_Base_C_IsChatOpened, ReturnValue) == 0x000000, "Member 'HUD_Ansora_Base_C_IsChatOpened::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetOpenJournalTab \ static_assert(alignof(HUD_Ansora_Base_C_GetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetOpenJournalTab"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetOpenJournalTab) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetOpenJournalTab"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Ansora_Base_C_GetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetSubtitlesVisibility \ static_assert(alignof(HUD_Ansora_Base_C_GetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_Base_C_GetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetViewportIsBusy \ static_assert(alignof(HUD_Ansora_Base_C_GetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetViewportIsBusy"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetViewportIsBusy) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetViewportIsBusy"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Ansora_Base_C_GetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetHUDVisibility \ static_assert(alignof(HUD_Ansora_Base_C_GetHUDVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetHUDVisibility"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetHUDVisibility) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetHUDVisibility"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetHUDVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_Base_C_GetHUDVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_Base_C_GetIsGamepadNow \ static_assert(alignof(HUD_Ansora_Base_C_GetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Ansora_Base_C_GetIsGamepadNow"); \ static_assert(sizeof(HUD_Ansora_Base_C_GetIsGamepadNow) == 0x000001, "Wrong size on HUD_Ansora_Base_C_GetIsGamepadNow"); \ static_assert(offsetof(HUD_Ansora_Base_C_GetIsGamepadNow, IsGamepad) == 0x000000, "Member 'HUD_Ansora_Base_C_GetIsGamepadNow::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHUD_Ansora_Base_C \ static_assert(alignof(AHUD_Ansora_Base_C) == 0x000008, "Wrong alignment on AHUD_Ansora_Base_C"); \ static_assert(sizeof(AHUD_Ansora_Base_C) == 0x000370, "Wrong size on AHUD_Ansora_Base_C"); \ static_assert(offsetof(AHUD_Ansora_Base_C, UberGraphFrame) == 0x000310, "Member 'AHUD_Ansora_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, DefaultSceneRoot) == 0x000318, "Member 'AHUD_Ansora_Base_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, GamepadModeChange) == 0x000320, "Member 'AHUD_Ansora_Base_C::GamepadModeChange' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, UpdateInputKeys) == 0x000330, "Member 'AHUD_Ansora_Base_C::UpdateInputKeys' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, OnSubtitlesVisibilityChanged) == 0x000340, "Member 'AHUD_Ansora_Base_C::OnSubtitlesVisibilityChanged' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, BlockGamepadDPad) == 0x000350, "Member 'AHUD_Ansora_Base_C::BlockGamepadDPad' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, OnHUDModeChanged) == 0x000358, "Member 'AHUD_Ansora_Base_C::OnHUDModeChanged' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_Base_C, CurrentMode) == 0x000368, "Member 'AHUD_Ansora_Base_C::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5 \ static_assert(alignof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5) == 0x000008, "Wrong alignment on HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5"); \ static_assert(sizeof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5) == 0x0001A0, "Wrong size on HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, EntryPoint) == 0x000000, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000048, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_Event_MyGeometry) == 0x000050, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_Event_InDeltaTime) == 0x000088, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetGlobalParameterValueByName_UserValue) == 0x00008C, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetGlobalParameterValueByName_UserValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetGlobalParameterValueByName_FinalValue) == 0x000090, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetGlobalParameterValueByName_FinalValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_FTrunc_ReturnValue) == 0x000094, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetGlobalParameterValueByName_UserValue_1) == 0x000098, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetGlobalParameterValueByName_UserValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetGlobalParameterValueByName_FinalValue_1) == 0x00009C, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetGlobalParameterValueByName_FinalValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A0, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A1, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000A8, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B0, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetSubtitleByID_OutSubtitle) == 0x0000C0, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetSubtitleByID_OutSubtitle' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetSubtitleByID_ReturnValue) == 0x000100, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetSubtitleByID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_MakeStruct_SlateFontInfo) == 0x000108, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetPlayerController_ReturnValue_1) == 0x000160, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_GetHUD_ReturnValue_1) == 0x000168, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000170, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_DynamicCast_bSuccess_1) == 0x000180, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, K2Node_CreateDelegate_OutputDelegate_1) == 0x000184, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000198, "Member 'HUDSubtitlesBar_v5_C_ExecuteUbergraph_HUDSubtitlesBar_v5::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDSubtitlesBar_v5_C_Tick \ static_assert(alignof(HUDSubtitlesBar_v5_C_Tick) == 0x000004, "Wrong alignment on HUDSubtitlesBar_v5_C_Tick"); \ static_assert(sizeof(HUDSubtitlesBar_v5_C_Tick) == 0x00003C, "Wrong size on HUDSubtitlesBar_v5_C_Tick"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_Tick, MyGeometry) == 0x000000, "Member 'HUDSubtitlesBar_v5_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_Tick, InDeltaTime) == 0x000038, "Member 'HUDSubtitlesBar_v5_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDSubtitlesBar_v5_C_AddSubtitle \ static_assert(alignof(HUDSubtitlesBar_v5_C_AddSubtitle) == 0x000008, "Wrong alignment on HUDSubtitlesBar_v5_C_AddSubtitle"); \ static_assert(sizeof(HUDSubtitlesBar_v5_C_AddSubtitle) == 0x000038, "Wrong size on HUDSubtitlesBar_v5_C_AddSubtitle"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_AddSubtitle, Author_0) == 0x000000, "Member 'HUDSubtitlesBar_v5_C_AddSubtitle::Author_0' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_AddSubtitle, Phrase) == 0x000018, "Member 'HUDSubtitlesBar_v5_C_AddSubtitle::Phrase' has a wrong offset!"); \ static_assert(offsetof(HUDSubtitlesBar_v5_C_AddSubtitle, Portrait_Index) == 0x000030, "Member 'HUDSubtitlesBar_v5_C_AddSubtitle::Portrait_Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDSubtitlesBar_v5_C \ static_assert(alignof(UHUDSubtitlesBar_v5_C) == 0x000008, "Wrong alignment on UHUDSubtitlesBar_v5_C"); \ static_assert(sizeof(UHUDSubtitlesBar_v5_C) == 0x000318, "Wrong size on UHUDSubtitlesBar_v5_C"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, UberGraphFrame_HUDSubtitlesBar_v5_C) == 0x0002C0, "Member 'UHUDSubtitlesBar_v5_C::UberGraphFrame_HUDSubtitlesBar_v5_C' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, Author) == 0x0002C8, "Member 'UHUDSubtitlesBar_v5_C::Author' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, SubtitlesHeader) == 0x0002D0, "Member 'UHUDSubtitlesBar_v5_C::SubtitlesHeader' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, SubtitleText) == 0x0002D8, "Member 'UHUDSubtitlesBar_v5_C::SubtitleText' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, bFirstLine) == 0x0002E0, "Member 'UHUDSubtitlesBar_v5_C::bFirstLine' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, bHoldUseStarted) == 0x0002E1, "Member 'UHUDSubtitlesBar_v5_C::bHoldUseStarted' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, DilogueDataTable) == 0x0002E8, "Member 'UHUDSubtitlesBar_v5_C::DilogueDataTable' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, LastDialogueValue) == 0x0002F0, "Member 'UHUDSubtitlesBar_v5_C::LastDialogueValue' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, Dialog_Component) == 0x0002F8, "Member 'UHUDSubtitlesBar_v5_C::Dialog_Component' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, bIsCinematicSubs) == 0x000300, "Member 'UHUDSubtitlesBar_v5_C::bIsCinematicSubs' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, HideTimer) == 0x000308, "Member 'UHUDSubtitlesBar_v5_C::HideTimer' has a wrong offset!"); \ static_assert(offsetof(UHUDSubtitlesBar_v5_C, SafeTimer) == 0x000310, "Member 'UHUDSubtitlesBar_v5_C::SafeTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubtitlesOverlay_C \ static_assert(alignof(USubtitlesOverlay_C) == 0x000008, "Wrong alignment on USubtitlesOverlay_C"); \ static_assert(sizeof(USubtitlesOverlay_C) == 0x000268, "Wrong size on USubtitlesOverlay_C"); \ static_assert(offsetof(USubtitlesOverlay_C, HUDSubtitlesBar_v5) == 0x000260, "Member 'USubtitlesOverlay_C::HUDSubtitlesBar_v5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting \ static_assert(alignof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting) == 0x000008, "Wrong alignment on NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting"); \ static_assert(sizeof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting) == 0x0000B8, "Wrong size on NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, EntryPoint) == 0x000000, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000021, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetAIController_ReturnValue) == 0x000028, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetMoveStatus_ReturnValue) == 0x000030, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_MoveToLocation_ReturnValue) == 0x000032, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_SwitchEnum_CmpSuccess) == 0x000033, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000034, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_BooleanOR_ReturnValue) == 0x000035, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_Event_DeltaTime) == 0x000038, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000040, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_IsAlive_ReturnValue) == 0x000048, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_IsLocallyControlled_ReturnValue) == 0x000049, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000050, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetActionPlanner_ReturnValue) == 0x000060, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetCurrentRequirement_ReturnValue) == 0x000068, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetCurrentRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetCurrentGoal_ReturnValue) == 0x000074, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetActionPlanner_ReturnValue_1) == 0x000080, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_AsGeneric_Nazi_Character_2) == 0x000088, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_AsGeneric_Nazi_Character_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetCurrentRequirement_ReturnValue_1) == 0x000098, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetCurrentRequirement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetCurrentGoal_ReturnValue_1) == 0x0000A0, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetCurrentGoal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_EqualExactly_VectorVector_ReturnValue) == 0x0000AC, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_EqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_HasAuthority_ReturnValue) == 0x0000AD, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting, CallFunc_GetAIController_ReturnValue_1) == 0x0000B0, "Member 'NaziAction_MoveFighting_C_ExecuteUbergraph_NaziAction_MoveFighting::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveFighting_C_Tick \ static_assert(alignof(NaziAction_MoveFighting_C_Tick) == 0x000004, "Wrong alignment on NaziAction_MoveFighting_C_Tick"); \ static_assert(sizeof(NaziAction_MoveFighting_C_Tick) == 0x000004, "Wrong size on NaziAction_MoveFighting_C_Tick"); \ static_assert(offsetof(NaziAction_MoveFighting_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_MoveFighting_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveFighting_C_UpdateSpeed \ static_assert(alignof(NaziAction_MoveFighting_C_UpdateSpeed) == 0x000008, "Wrong alignment on NaziAction_MoveFighting_C_UpdateSpeed"); \ static_assert(sizeof(NaziAction_MoveFighting_C_UpdateSpeed) == 0x000020, "Wrong size on NaziAction_MoveFighting_C_UpdateSpeed"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, Temp_bool_Variable) == 0x000000, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, Temp_bool_Variable_1) == 0x000001, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_GetItemState_ReturnValue) == 0x000012, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_CanSeeTarget_ReturnValue) == 0x000013, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_CanSeeTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000014, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, K2Node_Select_Default) == 0x000018, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_UpdateSpeed, K2Node_Select_Default_1) == 0x00001C, "Member 'NaziAction_MoveFighting_C_UpdateSpeed::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveFighting_C_IsValidAction \ static_assert(alignof(NaziAction_MoveFighting_C_IsValidAction) == 0x000001, "Wrong alignment on NaziAction_MoveFighting_C_IsValidAction"); \ static_assert(sizeof(NaziAction_MoveFighting_C_IsValidAction) == 0x000002, "Wrong size on NaziAction_MoveFighting_C_IsValidAction"); \ static_assert(offsetof(NaziAction_MoveFighting_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_MoveFighting_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveFighting_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'NaziAction_MoveFighting_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_MoveFighting_C \ static_assert(alignof(UNaziAction_MoveFighting_C) == 0x000008, "Wrong alignment on UNaziAction_MoveFighting_C"); \ static_assert(sizeof(UNaziAction_MoveFighting_C) == 0x0000D8, "Wrong size on UNaziAction_MoveFighting_C"); \ static_assert(offsetof(UNaziAction_MoveFighting_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_MoveFighting_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MoveFighting_C, CurrentGoalLocation) == 0x0000C0, "Member 'UNaziAction_MoveFighting_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MoveFighting_C, IdleDuration) == 0x0000CC, "Member 'UNaziAction_MoveFighting_C::IdleDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MoveFighting_C, NaziCharacter) == 0x0000D0, "Member 'UNaziAction_MoveFighting_C::NaziCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature \ static_assert(alignof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature) == 0x000008, "Wrong alignment on BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature) == 0x0000D0, "Wrong size on BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, EntryPoint) == 0x000000, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_bool_Variable) == 0x000004, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_struct_Variable) == 0x000008, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_struct_Variable_1) == 0x000010, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_bool_Variable_1) == 0x000018, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable) == 0x000019, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable_1) == 0x00001A, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_bool_Variable_2) == 0x00001B, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_bool_Variable_3) == 0x00001C, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Select_Default) == 0x00001D, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable_2) == 0x00001E, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable_3) == 0x00001F, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_bool_Variable_4) == 0x000020, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable_4) == 0x000021, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, Temp_byte_Variable_5) == 0x000022, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Count_1) == 0x000024, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Effect) == 0x000028, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Effect' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_DirectText) == 0x00002C, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_DirectText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_EffectOnly) == 0x00002D, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_EffectOnly' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_InVisibility) == 0x00002E, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_InVisibility' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Conv_FloatToText_ReturnValue) == 0x000030, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000048, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000060, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_TextToUpper_ReturnValue) == 0x000068, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Count) == 0x000080, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Select_Default_1) == 0x000084, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Hide) == 0x000085, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Hide' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Not_PreBool_ReturnValue) == 0x000086, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Conv_TextToString_ReturnValue) == 0x000088, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Conv_StringToFloat_ReturnValue) == 0x000098, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Conv_StringToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Select_Default_2) == 0x0000A0, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Value) == 0x0000B8, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_CustomEvent_Size) == 0x0000C0, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000C4, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Select_Default_3) == 0x0000C5, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Event_IsDesignTime) == 0x0000C6, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature, K2Node_Select_Default_4) == 0x0000C8, "Member 'BenchV2_Elem_Feature_C_ExecuteUbergraph_BenchV2_Elem_Feature::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_PreConstruct \ static_assert(alignof(BenchV2_Elem_Feature_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Elem_Feature_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Elem_Feature_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Elem_Feature_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_SetIconSize \ static_assert(alignof(BenchV2_Elem_Feature_C_SetIconSize) == 0x000004, "Wrong alignment on BenchV2_Elem_Feature_C_SetIconSize"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_SetIconSize) == 0x000004, "Wrong size on BenchV2_Elem_Feature_C_SetIconSize"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_SetIconSize, Size) == 0x000000, "Member 'BenchV2_Elem_Feature_C_SetIconSize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_DrawWithVisibility \ static_assert(alignof(BenchV2_Elem_Feature_C_DrawWithVisibility) == 0x000004, "Wrong alignment on BenchV2_Elem_Feature_C_DrawWithVisibility"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_DrawWithVisibility) == 0x000004, "Wrong size on BenchV2_Elem_Feature_C_DrawWithVisibility"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_DrawWithVisibility, Value) == 0x000000, "Member 'BenchV2_Elem_Feature_C_DrawWithVisibility::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_HideName \ static_assert(alignof(BenchV2_Elem_Feature_C_HideName) == 0x000001, "Wrong alignment on BenchV2_Elem_Feature_C_HideName"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_HideName) == 0x000001, "Wrong size on BenchV2_Elem_Feature_C_HideName"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_HideName, Hide) == 0x000000, "Member 'BenchV2_Elem_Feature_C_HideName::Hide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_Show_ActionEffect \ static_assert(alignof(BenchV2_Elem_Feature_C_Show_ActionEffect) == 0x000004, "Wrong alignment on BenchV2_Elem_Feature_C_Show_ActionEffect"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_Show_ActionEffect) == 0x000004, "Wrong size on BenchV2_Elem_Feature_C_Show_ActionEffect"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Show_ActionEffect, Count_0) == 0x000000, "Member 'BenchV2_Elem_Feature_C_Show_ActionEffect::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Feature_C_Draw \ static_assert(alignof(BenchV2_Elem_Feature_C_Draw) == 0x000004, "Wrong alignment on BenchV2_Elem_Feature_C_Draw"); \ static_assert(sizeof(BenchV2_Elem_Feature_C_Draw) == 0x00000C, "Wrong size on BenchV2_Elem_Feature_C_Draw"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Draw, Count_0) == 0x000000, "Member 'BenchV2_Elem_Feature_C_Draw::Count_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Draw, Effect) == 0x000004, "Member 'BenchV2_Elem_Feature_C_Draw::Effect' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Draw, DirectText) == 0x000008, "Member 'BenchV2_Elem_Feature_C_Draw::DirectText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Draw, EffectOnly) == 0x000009, "Member 'BenchV2_Elem_Feature_C_Draw::EffectOnly' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Feature_C_Draw, InVisibility) == 0x00000A, "Member 'BenchV2_Elem_Feature_C_Draw::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Elem_Feature_C \ static_assert(alignof(UBenchV2_Elem_Feature_C) == 0x000008, "Wrong alignment on UBenchV2_Elem_Feature_C"); \ static_assert(sizeof(UBenchV2_Elem_Feature_C) == 0x0002E8, "Wrong size on UBenchV2_Elem_Feature_C"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Elem_Feature_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, BenchV2_Elem_EffectCount) == 0x000268, "Member 'UBenchV2_Elem_Feature_C::BenchV2_Elem_EffectCount' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Count_text) == 0x000270, "Member 'UBenchV2_Elem_Feature_C::Count_text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Icon_Image) == 0x000278, "Member 'UBenchV2_Elem_Feature_C::Icon_Image' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, IconBox) == 0x000280, "Member 'UBenchV2_Elem_Feature_C::IconBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Name_Text) == 0x000288, "Member 'UBenchV2_Elem_Feature_C::Name_Text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Overlay_43) == 0x000290, "Member 'UBenchV2_Elem_Feature_C::Overlay_43' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Reverse) == 0x000298, "Member 'UBenchV2_Elem_Feature_C::Reverse' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Name_0) == 0x0002A0, "Member 'UBenchV2_Elem_Feature_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Count) == 0x0002B8, "Member 'UBenchV2_Elem_Feature_C::Count' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, Icon) == 0x0002D0, "Member 'UBenchV2_Elem_Feature_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, TestEffectCount) == 0x0002D8, "Member 'UBenchV2_Elem_Feature_C::TestEffectCount' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, ShowName) == 0x0002DC, "Member 'UBenchV2_Elem_Feature_C::ShowName' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, EffectType) == 0x0002DD, "Member 'UBenchV2_Elem_Feature_C::EffectType' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, IsInteger) == 0x0002DE, "Member 'UBenchV2_Elem_Feature_C::IsInteger' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Feature_C, NewVar_0) == 0x0002E0, "Member 'UBenchV2_Elem_Feature_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible \ static_assert(alignof(UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible) == 0x000004, "Wrong alignment on UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible"); \ static_assert(sizeof(UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible) == 0x000008, "Wrong size on UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible"); \ static_assert(offsetof(UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible, EntryPoint) == 0x000000, "Member 'UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'UroborosEggDestructible_C_ExecuteUbergraph_UroborosEggDestructible::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggDestructible_C_ReceiveTick \ static_assert(alignof(UroborosEggDestructible_C_ReceiveTick) == 0x000004, "Wrong alignment on UroborosEggDestructible_C_ReceiveTick"); \ static_assert(sizeof(UroborosEggDestructible_C_ReceiveTick) == 0x000004, "Wrong size on UroborosEggDestructible_C_ReceiveTick"); \ static_assert(offsetof(UroborosEggDestructible_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'UroborosEggDestructible_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEggDestructible_C \ static_assert(alignof(AUroborosEggDestructible_C) == 0x000008, "Wrong alignment on AUroborosEggDestructible_C"); \ static_assert(sizeof(AUroborosEggDestructible_C) == 0x000248, "Wrong size on AUroborosEggDestructible_C"); \ static_assert(offsetof(AUroborosEggDestructible_C, UberGraphFrame) == 0x000220, "Member 'AUroborosEggDestructible_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggDestructible_C, CrackFX) == 0x000228, "Member 'AUroborosEggDestructible_C::CrackFX' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggDestructible_C, DissolveComponent) == 0x000230, "Member 'AUroborosEggDestructible_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggDestructible_C, DestructibleMesh) == 0x000238, "Member 'AUroborosEggDestructible_C::DestructibleMesh' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggDestructible_C, DefaultSceneRoot) == 0x000240, "Member 'AUroborosEggDestructible_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen \ static_assert(alignof(ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen) == 0x000008, "Wrong alignment on ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen"); \ static_assert(sizeof(ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen) == 0x000018, "Wrong size on ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen"); \ static_assert(offsetof(ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen, EntryPoint) == 0x000000, "Member 'ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'ZiplineFadeScreen_C_ExecuteUbergraph_ZiplineFadeScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZiplineFadeScreen_C \ static_assert(alignof(UZiplineFadeScreen_C) == 0x000008, "Wrong alignment on UZiplineFadeScreen_C"); \ static_assert(sizeof(UZiplineFadeScreen_C) == 0x000270, "Wrong size on UZiplineFadeScreen_C"); \ static_assert(offsetof(UZiplineFadeScreen_C, UberGraphFrame) == 0x000260, "Member 'UZiplineFadeScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UZiplineFadeScreen_C, Fade1) == 0x000268, "Member 'UZiplineFadeScreen_C::Fade1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle \ static_assert(alignof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle) == 0x000008, "Wrong alignment on TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle"); \ static_assert(sizeof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle) == 0x0001C0, "Wrong size on TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, EntryPoint) == 0x000000, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, Temp_int_Array_Index_Variable) == 0x000040, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_Event_IsDesignTime) == 0x000054, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_Event_MyGeometry) == 0x000058, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_Event_InDeltaTime) == 0x000090, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue) == 0x000098, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CustomEvent_Speed) == 0x0000A0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CustomEvent_Speed' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_FClamp_ReturnValue) == 0x0000A4, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000A8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x0000B0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x0000B8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Get_Playback_Speed_PlaybackSpeed) == 0x0000C0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Get_Playback_Speed_PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_IsVisible_ReturnValue) == 0x0000D0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_IsVisible_ReturnValue_1) == 0x0000D1, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Not_PreBool_ReturnValue) == 0x0000D2, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x0000D8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetPlayerController_ReturnValue) == 0x0000E0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetHUD_ReturnValue) == 0x0000F0, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x0000F8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetHUDMode_self_CastInput) == 0x000108, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetHUDMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetHUDMode_CurrentMode) == 0x000118, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetHUDMode_CurrentMode' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000119, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CustomEvent_CurrentMode) == 0x00011A, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CustomEvent_CurrentMode' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CustomEvent_IsGamepadNow) == 0x00011B, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetUIKey_Key) == 0x000120, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_MapRangeClamped_ReturnValue) == 0x000138, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_PlayAnimationForward_ReturnValue_5) == 0x000140, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_PlayAnimationForward_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_MakeArray_Array) == 0x000148, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Array_Get_Item) == 0x000158, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000160, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_FClamp_ReturnValue_1) == 0x000168, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Less_IntInt_ReturnValue) == 0x00016C, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Conv_FloatToString_ReturnValue) == 0x000170, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_GetSubstring_ReturnValue) == 0x000180, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_Conv_StringToText_ReturnValue) == 0x000190, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001A8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0001B8, "Member 'TrolleyHandle_C_ExecuteUbergraph_TrolleyHandle::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_OnGamepadModeChanged \ static_assert(alignof(TrolleyHandle_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on TrolleyHandle_C_OnGamepadModeChanged"); \ static_assert(sizeof(TrolleyHandle_C_OnGamepadModeChanged) == 0x000001, "Wrong size on TrolleyHandle_C_OnGamepadModeChanged"); \ static_assert(offsetof(TrolleyHandle_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'TrolleyHandle_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_OnVisualModeChanged \ static_assert(alignof(TrolleyHandle_C_OnVisualModeChanged) == 0x000001, "Wrong alignment on TrolleyHandle_C_OnVisualModeChanged"); \ static_assert(sizeof(TrolleyHandle_C_OnVisualModeChanged) == 0x000001, "Wrong size on TrolleyHandle_C_OnVisualModeChanged"); \ static_assert(offsetof(TrolleyHandle_C_OnVisualModeChanged, CurrentMode) == 0x000000, "Member 'TrolleyHandle_C_OnVisualModeChanged::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_ShowWidget \ static_assert(alignof(TrolleyHandle_C_ShowWidget) == 0x000004, "Wrong alignment on TrolleyHandle_C_ShowWidget"); \ static_assert(sizeof(TrolleyHandle_C_ShowWidget) == 0x000004, "Wrong size on TrolleyHandle_C_ShowWidget"); \ static_assert(offsetof(TrolleyHandle_C_ShowWidget, Speed) == 0x000000, "Member 'TrolleyHandle_C_ShowWidget::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_Tick \ static_assert(alignof(TrolleyHandle_C_Tick) == 0x000004, "Wrong alignment on TrolleyHandle_C_Tick"); \ static_assert(sizeof(TrolleyHandle_C_Tick) == 0x00003C, "Wrong size on TrolleyHandle_C_Tick"); \ static_assert(offsetof(TrolleyHandle_C_Tick, MyGeometry) == 0x000000, "Member 'TrolleyHandle_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_Tick, InDeltaTime) == 0x000038, "Member 'TrolleyHandle_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_PreConstruct \ static_assert(alignof(TrolleyHandle_C_PreConstruct) == 0x000001, "Wrong alignment on TrolleyHandle_C_PreConstruct"); \ static_assert(sizeof(TrolleyHandle_C_PreConstruct) == 0x000001, "Wrong size on TrolleyHandle_C_PreConstruct"); \ static_assert(offsetof(TrolleyHandle_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'TrolleyHandle_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SetupBasicBurst \ static_assert(alignof(TrolleyHandle_C_SetupBasicBurst) == 0x000008, "Wrong alignment on TrolleyHandle_C_SetupBasicBurst"); \ static_assert(sizeof(TrolleyHandle_C_SetupBasicBurst) == 0x000010, "Wrong size on TrolleyHandle_C_SetupBasicBurst"); \ static_assert(offsetof(TrolleyHandle_C_SetupBasicBurst, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_SetupBasicBurst::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetupBasicBurst, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_SetupBasicBurst::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SetupSpeedProgress \ static_assert(alignof(TrolleyHandle_C_SetupSpeedProgress) == 0x000008, "Wrong alignment on TrolleyHandle_C_SetupSpeedProgress"); \ static_assert(sizeof(TrolleyHandle_C_SetupSpeedProgress) == 0x000008, "Wrong size on TrolleyHandle_C_SetupSpeedProgress"); \ static_assert(offsetof(TrolleyHandle_C_SetupSpeedProgress, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_SetupSpeedProgress::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SetSuperBurstPosition \ static_assert(alignof(TrolleyHandle_C_SetSuperBurstPosition) == 0x000008, "Wrong alignment on TrolleyHandle_C_SetSuperBurstPosition"); \ static_assert(sizeof(TrolleyHandle_C_SetSuperBurstPosition) == 0x000040, "Wrong size on TrolleyHandle_C_SetSuperBurstPosition"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000004, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00000C, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000014, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000018, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00001C, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000020, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, K2Node_MakeArray_Array) == 0x000028, "Member 'TrolleyHandle_C_SetSuperBurstPosition::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetSuperBurstPosition, CallFunc_Array_Random_OutIndex) == 0x00003C, "Member 'TrolleyHandle_C_SetSuperBurstPosition::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SetBurstStart \ static_assert(alignof(TrolleyHandle_C_SetBurstStart) == 0x000008, "Wrong alignment on TrolleyHandle_C_SetBurstStart"); \ static_assert(sizeof(TrolleyHandle_C_SetBurstStart) == 0x000020, "Wrong size on TrolleyHandle_C_SetBurstStart"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, BurstZone_0) == 0x000000, "Member 'TrolleyHandle_C_SetBurstStart::BurstZone_0' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, BurstSize) == 0x000008, "Member 'TrolleyHandle_C_SetBurstStart::BurstSize' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'TrolleyHandle_C_SetBurstStart::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_SetBurstStart::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, CallFunc_RandomFloatInRange_ReturnValue) == 0x000014, "Member 'TrolleyHandle_C_SetBurstStart::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetBurstStart, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000018, "Member 'TrolleyHandle_C_SetBurstStart::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SetupSuperBurst \ static_assert(alignof(TrolleyHandle_C_SetupSuperBurst) == 0x000008, "Wrong alignment on TrolleyHandle_C_SetupSuperBurst"); \ static_assert(sizeof(TrolleyHandle_C_SetupSuperBurst) == 0x000020, "Wrong size on TrolleyHandle_C_SetupSuperBurst"); \ static_assert(offsetof(TrolleyHandle_C_SetupSuperBurst, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_SetupSuperBurst::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetupSuperBurst, K2Node_MakeStruct_LinearColor) == 0x000004, "Member 'TrolleyHandle_C_SetupSuperBurst::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SetupSuperBurst, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'TrolleyHandle_C_SetupSuperBurst::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_IsPointerInBurstZone \ static_assert(alignof(TrolleyHandle_C_IsPointerInBurstZone) == 0x000008, "Wrong alignment on TrolleyHandle_C_IsPointerInBurstZone"); \ static_assert(sizeof(TrolleyHandle_C_IsPointerInBurstZone) == 0x000028, "Wrong size on TrolleyHandle_C_IsPointerInBurstZone"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, BurstZone_0) == 0x000000, "Member 'TrolleyHandle_C_IsPointerInBurstZone::BurstZone_0' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, ZoneSize) == 0x000008, "Member 'TrolleyHandle_C_IsPointerInBurstZone::ZoneSize' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, Result) == 0x00000C, "Member 'TrolleyHandle_C_IsPointerInBurstZone::Result' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000014, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00001C, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000025, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_IsPointerInBurstZone, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'TrolleyHandle_C_IsPointerInBurstZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_SwitchZoneHighlight \ static_assert(alignof(TrolleyHandle_C_SwitchZoneHighlight) == 0x000008, "Wrong alignment on TrolleyHandle_C_SwitchZoneHighlight"); \ static_assert(sizeof(TrolleyHandle_C_SwitchZoneHighlight) == 0x000020, "Wrong size on TrolleyHandle_C_SwitchZoneHighlight"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, BurstZone_0) == 0x000000, "Member 'TrolleyHandle_C_SwitchZoneHighlight::BurstZone_0' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, On) == 0x000008, "Member 'TrolleyHandle_C_SwitchZoneHighlight::On' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x00000C, "Member 'TrolleyHandle_C_SwitchZoneHighlight::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_SwitchZoneHighlight::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000014, "Member 'TrolleyHandle_C_SwitchZoneHighlight::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_SwitchZoneHighlight, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'TrolleyHandle_C_SwitchZoneHighlight::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_HightlightZones \ static_assert(alignof(TrolleyHandle_C_HightlightZones) == 0x000001, "Wrong alignment on TrolleyHandle_C_HightlightZones"); \ static_assert(sizeof(TrolleyHandle_C_HightlightZones) == 0x000002, "Wrong size on TrolleyHandle_C_HightlightZones"); \ static_assert(offsetof(TrolleyHandle_C_HightlightZones, CallFunc_IsPointerInBurstZone_Result) == 0x000000, "Member 'TrolleyHandle_C_HightlightZones::CallFunc_IsPointerInBurstZone_Result' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HightlightZones, CallFunc_IsPointerInBurstZone_Result_1) == 0x000001, "Member 'TrolleyHandle_C_HightlightZones::CallFunc_IsPointerInBurstZone_Result_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_AnimateSpeedProgress \ static_assert(alignof(TrolleyHandle_C_AnimateSpeedProgress) == 0x000004, "Wrong alignment on TrolleyHandle_C_AnimateSpeedProgress"); \ static_assert(sizeof(TrolleyHandle_C_AnimateSpeedProgress) == 0x00001C, "Wrong size on TrolleyHandle_C_AnimateSpeedProgress"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_Get_Playback_Speed_PlaybackSpeed) == 0x000004, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_Get_Playback_Speed_PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_MapRangeClamped_ReturnValue) == 0x000014, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_AnimateSpeedProgress, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'TrolleyHandle_C_AnimateSpeedProgress::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_StartMiniGame \ static_assert(alignof(TrolleyHandle_C_StartMiniGame) == 0x000008, "Wrong alignment on TrolleyHandle_C_StartMiniGame"); \ static_assert(sizeof(TrolleyHandle_C_StartMiniGame) == 0x000018, "Wrong size on TrolleyHandle_C_StartMiniGame"); \ static_assert(offsetof(TrolleyHandle_C_StartMiniGame, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_StartMiniGame::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_StartMiniGame, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_StartMiniGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_StartMiniGame, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'TrolleyHandle_C_StartMiniGame::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_Get_Playback_Speed \ static_assert(alignof(TrolleyHandle_C_Get_Playback_Speed) == 0x000004, "Wrong alignment on TrolleyHandle_C_Get_Playback_Speed"); \ static_assert(sizeof(TrolleyHandle_C_Get_Playback_Speed) == 0x00000C, "Wrong size on TrolleyHandle_C_Get_Playback_Speed"); \ static_assert(offsetof(TrolleyHandle_C_Get_Playback_Speed, Speed) == 0x000000, "Member 'TrolleyHandle_C_Get_Playback_Speed::Speed' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_Get_Playback_Speed, PlaybackSpeed) == 0x000004, "Member 'TrolleyHandle_C_Get_Playback_Speed::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_Get_Playback_Speed, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_Get_Playback_Speed::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_GetGameResult \ static_assert(alignof(TrolleyHandle_C_GetGameResult) == 0x000008, "Wrong alignment on TrolleyHandle_C_GetGameResult"); \ static_assert(sizeof(TrolleyHandle_C_GetGameResult) == 0x000018, "Wrong size on TrolleyHandle_C_GetGameResult"); \ static_assert(offsetof(TrolleyHandle_C_GetGameResult, PortionType) == 0x000000, "Member 'TrolleyHandle_C_GetGameResult::PortionType' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_GetGameResult, CallFunc_IsPointerInBurstZone_Result) == 0x000001, "Member 'TrolleyHandle_C_GetGameResult::CallFunc_IsPointerInBurstZone_Result' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_GetGameResult, CallFunc_IsPointerInBurstZone_Result_1) == 0x000002, "Member 'TrolleyHandle_C_GetGameResult::CallFunc_IsPointerInBurstZone_Result_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_GetGameResult, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_GetGameResult::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_GetGameResult, CallFunc_PauseAnimation_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_GetGameResult::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_HitBurstZone \ static_assert(alignof(TrolleyHandle_C_HitBurstZone) == 0x000008, "Wrong alignment on TrolleyHandle_C_HitBurstZone"); \ static_assert(sizeof(TrolleyHandle_C_HitBurstZone) == 0x000068, "Wrong size on TrolleyHandle_C_HitBurstZone"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, ZoneType) == 0x000000, "Member 'TrolleyHandle_C_HitBurstZone::ZoneType' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'TrolleyHandle_C_HitBurstZone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'TrolleyHandle_C_HitBurstZone::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000030, "Member 'TrolleyHandle_C_HitBurstZone::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'TrolleyHandle_C_HitBurstZone::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_HitBurstZone, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'TrolleyHandle_C_HitBurstZone::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrolleyHandle_C_OperateBurstedWheel \ static_assert(alignof(TrolleyHandle_C_OperateBurstedWheel) == 0x000008, "Wrong alignment on TrolleyHandle_C_OperateBurstedWheel"); \ static_assert(sizeof(TrolleyHandle_C_OperateBurstedWheel) == 0x000028, "Wrong size on TrolleyHandle_C_OperateBurstedWheel"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000008, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000020, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrolleyHandle_C_OperateBurstedWheel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000021, "Member 'TrolleyHandle_C_OperateBurstedWheel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrolleyHandle_C \ static_assert(alignof(UTrolleyHandle_C) == 0x000008, "Wrong alignment on UTrolleyHandle_C"); \ static_assert(sizeof(UTrolleyHandle_C) == 0x000380, "Wrong size on UTrolleyHandle_C"); \ static_assert(offsetof(UTrolleyHandle_C, UberGraphFrame) == 0x000260, "Member 'UTrolleyHandle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstGlowAnim) == 0x000268, "Member 'UTrolleyHandle_C::BurstGlowAnim' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, ShowBurstedWheel) == 0x000270, "Member 'UTrolleyHandle_C::ShowBurstedWheel' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, ShowTargetLimiter) == 0x000278, "Member 'UTrolleyHandle_C::ShowTargetLimiter' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, WheelRotation) == 0x000280, "Member 'UTrolleyHandle_C::WheelRotation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, ShowTimer) == 0x000288, "Member 'UTrolleyHandle_C::ShowTimer' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PressActionKey) == 0x000290, "Member 'UTrolleyHandle_C::PressActionKey' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, HideTimer) == 0x000298, "Member 'UTrolleyHandle_C::HideTimer' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PointerShowAnimation) == 0x0002A0, "Member 'UTrolleyHandle_C::PointerShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, HIdeWidgetAnimation) == 0x0002A8, "Member 'UTrolleyHandle_C::HIdeWidgetAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstAppearanceAnimation) == 0x0002B0, "Member 'UTrolleyHandle_C::BurstAppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, AppearanceAnimation) == 0x0002B8, "Member 'UTrolleyHandle_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstDisappearanceAnimation) == 0x0002C0, "Member 'UTrolleyHandle_C::BurstDisappearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PointerStopsAnimation) == 0x0002C8, "Member 'UTrolleyHandle_C::PointerStopsAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, LabelAnimation) == 0x0002D0, "Member 'UTrolleyHandle_C::LabelAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PointerAnimation) == 0x0002D8, "Member 'UTrolleyHandle_C::PointerAnimation' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BasicLimiter) == 0x0002E0, "Member 'UTrolleyHandle_C::BasicLimiter' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstBasicBar) == 0x0002E8, "Member 'UTrolleyHandle_C::BurstBasicBar' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstedWheel) == 0x0002F0, "Member 'UTrolleyHandle_C::BurstedWheel' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstSuperBar) == 0x0002F8, "Member 'UTrolleyHandle_C::BurstSuperBar' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, KeyDisplay) == 0x000300, "Member 'UTrolleyHandle_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, LabelBox) == 0x000308, "Member 'UTrolleyHandle_C::LabelBox' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, LabelText) == 0x000310, "Member 'UTrolleyHandle_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PointerBox) == 0x000318, "Member 'UTrolleyHandle_C::PointerBox' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, SpeedProgressBar) == 0x000320, "Member 'UTrolleyHandle_C::SpeedProgressBar' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, TargetLimiter) == 0x000328, "Member 'UTrolleyHandle_C::TargetLimiter' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, TimerLine) == 0x000330, "Member 'UTrolleyHandle_C::TimerLine' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstSuperSize) == 0x000338, "Member 'UTrolleyHandle_C::BurstSuperSize' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstBasicSize) == 0x00033C, "Member 'UTrolleyHandle_C::BurstBasicSize' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, TrainSpeed) == 0x000340, "Member 'UTrolleyHandle_C::TrainSpeed' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, TimeToUse) == 0x000344, "Member 'UTrolleyHandle_C::TimeToUse' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, PointerSpeed) == 0x000348, "Member 'UTrolleyHandle_C::PointerSpeed' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, SpeedProgress) == 0x000350, "Member 'UTrolleyHandle_C::SpeedProgress' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, BurstZone) == 0x000358, "Member 'UTrolleyHandle_C::BurstZone' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, SuperBurstZone) == 0x000360, "Member 'UTrolleyHandle_C::SuperBurstZone' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, IsWheelBursted) == 0x000368, "Member 'UTrolleyHandle_C::IsWheelBursted' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, CanShow) == 0x000369, "Member 'UTrolleyHandle_C::CanShow' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, CanInteract) == 0x00036A, "Member 'UTrolleyHandle_C::CanInteract' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, UseRandomSuperBurst) == 0x00036B, "Member 'UTrolleyHandle_C::UseRandomSuperBurst' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, CanAnimateProgress) == 0x00036C, "Member 'UTrolleyHandle_C::CanAnimateProgress' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, CoundownTimer) == 0x000370, "Member 'UTrolleyHandle_C::CoundownTimer' has a wrong offset!"); \ static_assert(offsetof(UTrolleyHandle_C, HelperTimer) == 0x000378, "Member 'UTrolleyHandle_C::HelperTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_GS_Basic_C \ static_assert(alignof(ALLVT_GS_Basic_C) == 0x000008, "Wrong alignment on ALLVT_GS_Basic_C"); \ static_assert(sizeof(ALLVT_GS_Basic_C) == 0x000270, "Wrong size on ALLVT_GS_Basic_C"); \ static_assert(offsetof(ALLVT_GS_Basic_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_GS_Basic_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability \ static_assert(alignof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability) == 0x000008, "Wrong alignment on BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability"); \ static_assert(sizeof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability) == 0x0000F0, "Wrong size on BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, EntryPoint) == 0x000000, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_CustomEvent_MainPercent0_1) == 0x000008, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_CustomEvent_MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_CustomEvent_Wearout0_1) == 0x00000C, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_CustomEvent_Wearout0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Round_ReturnValue) == 0x000018, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_FClamp_ReturnValue_1) == 0x000060, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_MakeArray_Array) == 0x000068, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000078, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000098, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_CustomEvent_NeedRepair) == 0x00009C, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_CustomEvent_NeedRepair' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_SelectColor_ReturnValue) == 0x0000A0, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, K2Node_CustomEvent_RepairResource) == 0x0000B0, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::K2Node_CustomEvent_RepairResource' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_PlayEvent2D_ReturnValue) == 0x0000C0, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0000D8, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000E0, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability, CallFunc_Get_Available_Items_Count_AvailableItems) == 0x0000E8, "Member 'BenchV2_Durability_C_ExecuteUbergraph_BenchV2_Durability::CallFunc_Get_Available_Items_Count_AvailableItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Durability_C_Draw \ static_assert(alignof(BenchV2_Durability_C_Draw) == 0x000008, "Wrong alignment on BenchV2_Durability_C_Draw"); \ static_assert(sizeof(BenchV2_Durability_C_Draw) == 0x000010, "Wrong size on BenchV2_Durability_C_Draw"); \ static_assert(offsetof(BenchV2_Durability_C_Draw, RepairResource) == 0x000000, "Member 'BenchV2_Durability_C_Draw::RepairResource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Durability_C_NeedRepairStyle \ static_assert(alignof(BenchV2_Durability_C_NeedRepairStyle) == 0x000001, "Wrong alignment on BenchV2_Durability_C_NeedRepairStyle"); \ static_assert(sizeof(BenchV2_Durability_C_NeedRepairStyle) == 0x000001, "Wrong size on BenchV2_Durability_C_NeedRepairStyle"); \ static_assert(offsetof(BenchV2_Durability_C_NeedRepairStyle, NeedRepair) == 0x000000, "Member 'BenchV2_Durability_C_NeedRepairStyle::NeedRepair' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Durability_C_SetPercent \ static_assert(alignof(BenchV2_Durability_C_SetPercent) == 0x000004, "Wrong alignment on BenchV2_Durability_C_SetPercent"); \ static_assert(sizeof(BenchV2_Durability_C_SetPercent) == 0x000008, "Wrong size on BenchV2_Durability_C_SetPercent"); \ static_assert(offsetof(BenchV2_Durability_C_SetPercent, MainPercent0_1) == 0x000000, "Member 'BenchV2_Durability_C_SetPercent::MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Durability_C_SetPercent, Wearout0_1) == 0x000004, "Member 'BenchV2_Durability_C_SetPercent::Wearout0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Durability_C_PreConstruct \ static_assert(alignof(BenchV2_Durability_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Durability_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Durability_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Durability_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Durability_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Durability_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Durability_C \ static_assert(alignof(UBenchV2_Durability_C) == 0x000008, "Wrong alignment on UBenchV2_Durability_C"); \ static_assert(sizeof(UBenchV2_Durability_C) == 0x000300, "Wrong size on UBenchV2_Durability_C"); \ static_assert(offsetof(UBenchV2_Durability_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Durability_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Background) == 0x000268, "Member 'UBenchV2_Durability_C::Background' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, BenchV2_DurabilityRepairResource) == 0x000270, "Member 'UBenchV2_Durability_C::BenchV2_DurabilityRepairResource' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, BordLeft) == 0x000278, "Member 'UBenchV2_Durability_C::BordLeft' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, BordRight) == 0x000280, "Member 'UBenchV2_Durability_C::BordRight' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Button_Repair) == 0x000288, "Member 'UBenchV2_Durability_C::Button_Repair' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, CirculProgressBarV2) == 0x000290, "Member 'UBenchV2_Durability_C::CirculProgressBarV2' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, HB_Resources) == 0x000298, "Member 'UBenchV2_Durability_C::HB_Resources' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Icon) == 0x0002A0, "Member 'UBenchV2_Durability_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, KeyDisplay) == 0x0002A8, "Member 'UBenchV2_Durability_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, ProgressBar_Main) == 0x0002B0, "Member 'UBenchV2_Durability_C::ProgressBar_Main' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, ProgressBar_Red) == 0x0002B8, "Member 'UBenchV2_Durability_C::ProgressBar_Red' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Slider_Main) == 0x0002C0, "Member 'UBenchV2_Durability_C::Slider_Main' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Slider_Red) == 0x0002C8, "Member 'UBenchV2_Durability_C::Slider_Red' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, TextPercent) == 0x0002D0, "Member 'UBenchV2_Durability_C::TextPercent' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Percent) == 0x0002D8, "Member 'UBenchV2_Durability_C::Percent' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, Percent_0) == 0x0002DC, "Member 'UBenchV2_Durability_C::Percent_0' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, RepairColor) == 0x0002E0, "Member 'UBenchV2_Durability_C::RepairColor' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Durability_C, RepairWeapon) == 0x0002F0, "Member 'UBenchV2_Durability_C::RepairWeapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify \ static_assert(alignof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify) == 0x000008, "Wrong alignment on MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify"); \ static_assert(sizeof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify) == 0x000468, "Wrong size on MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, EntryPoint) == 0x000000, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable) == 0x000004, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable) == 0x000005, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_1) == 0x000006, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable) == 0x000008, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable_1) == 0x000020, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable_2) == 0x000038, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable_3) == 0x000050, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable_4) == 0x000068, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_1) == 0x000080, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_2) == 0x000081, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_3) == 0x000082, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_2) == 0x000083, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default) == 0x000084, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_4) == 0x000085, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_5) == 0x000086, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_1) == 0x000087, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_3) == 0x000088, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_6) == 0x000089, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_7) == 0x00008A, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_4) == 0x00008B, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_text_Variable_5) == 0x000090, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_2) == 0x0000A8, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_5) == 0x0000A9, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_8) == 0x0000AA, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_9) == 0x0000AB, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_6) == 0x0000AC, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_10) == 0x0000AD, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_11) == 0x0000AE, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_7) == 0x0000AF, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_MultitoolMode) == 0x0000C0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_MultitoolMode' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_bHeavyMode) == 0x0000C1, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_bHeavyMode' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_RelocateMode) == 0x0000C2, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_RelocateMode' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_3) == 0x0000C3, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_4) == 0x0000C4, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_5) == 0x0000C5, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000C8, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000D0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Event_IsDesignTime) == 0x0000D9, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Event_MyGeometry) == 0x0000DC, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Event_InDeltaTime) == 0x000114, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_MakeLiteralText_ReturnValue) == 0x000120, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_6) == 0x000178, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_GetActionMapping_Bindings) == 0x000190, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeArray_Array) == 0x000208, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_Format_ReturnValue) == 0x000218, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeArray_Array_1) == 0x000230, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_12) == 0x000240, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_CanRepair) == 0x000241, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_CanRepair' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_CanDeconstruct) == 0x000242, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_CanDeconstruct' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_CanStartDeconstruct) == 0x000243, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_CanStartDeconstruct' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_SubText) == 0x000248, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_SubText' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData_2) == 0x000260, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_TextIsEmpty_ReturnValue) == 0x0002A0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_CanStartRelocate) == 0x0002A1, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_CanStartRelocate' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_HaveCost) == 0x0002A2, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_HaveCost' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_Cost) == 0x0002A8, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_Cost' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002C0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000300, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000308, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData_4) == 0x000320, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeArray_Array_2) == 0x000360, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_byte_Variable_13) == 0x000370, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_Format_ReturnValue_1) == 0x000378, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_7) == 0x000390, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0003A8, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003C0, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_GetPlayerController_ReturnValue) == 0x000400, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_MakeArray_Array_3) == 0x000408, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_GetHUD_ReturnValue) == 0x000418, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, CallFunc_Format_ReturnValue_2) == 0x000420, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000438, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_DynamicCast_bSuccess_1) == 0x000440, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_8) == 0x000448, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_CustomEvent_IsGamepadNow) == 0x000460, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, Temp_bool_Variable_8) == 0x000461, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify, K2Node_Select_Default_9) == 0x000462, "Member 'MTB_HUDNotify_C_ExecuteUbergraph_MTB_HUDNotify::K2Node_Select_Default_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_OnGamepadModeChange \ static_assert(alignof(MTB_HUDNotify_C_OnGamepadModeChange) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_OnGamepadModeChange"); \ static_assert(sizeof(MTB_HUDNotify_C_OnGamepadModeChange) == 0x000001, "Wrong size on MTB_HUDNotify_C_OnGamepadModeChange"); \ static_assert(offsetof(MTB_HUDNotify_C_OnGamepadModeChange, IsGamepadNOW) == 0x000000, "Member 'MTB_HUDNotify_C_OnGamepadModeChange::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_UpdateCanRelocate \ static_assert(alignof(MTB_HUDNotify_C_UpdateCanRelocate) == 0x000008, "Wrong alignment on MTB_HUDNotify_C_UpdateCanRelocate"); \ static_assert(sizeof(MTB_HUDNotify_C_UpdateCanRelocate) == 0x000020, "Wrong size on MTB_HUDNotify_C_UpdateCanRelocate"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanRelocate, CanStartRelocate_0) == 0x000000, "Member 'MTB_HUDNotify_C_UpdateCanRelocate::CanStartRelocate_0' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanRelocate, HaveCost) == 0x000001, "Member 'MTB_HUDNotify_C_UpdateCanRelocate::HaveCost' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanRelocate, Cost) == 0x000008, "Member 'MTB_HUDNotify_C_UpdateCanRelocate::Cost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_UpdateCanDeconstruct \ static_assert(alignof(MTB_HUDNotify_C_UpdateCanDeconstruct) == 0x000008, "Wrong alignment on MTB_HUDNotify_C_UpdateCanDeconstruct"); \ static_assert(sizeof(MTB_HUDNotify_C_UpdateCanDeconstruct) == 0x000020, "Wrong size on MTB_HUDNotify_C_UpdateCanDeconstruct"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanDeconstruct, CanDeconstruct) == 0x000000, "Member 'MTB_HUDNotify_C_UpdateCanDeconstruct::CanDeconstruct' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanDeconstruct, CanStartDeconstruct) == 0x000001, "Member 'MTB_HUDNotify_C_UpdateCanDeconstruct::CanStartDeconstruct' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanDeconstruct, SubText) == 0x000008, "Member 'MTB_HUDNotify_C_UpdateCanDeconstruct::SubText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_UpdateCanRepair \ static_assert(alignof(MTB_HUDNotify_C_UpdateCanRepair) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_UpdateCanRepair"); \ static_assert(sizeof(MTB_HUDNotify_C_UpdateCanRepair) == 0x000001, "Wrong size on MTB_HUDNotify_C_UpdateCanRepair"); \ static_assert(offsetof(MTB_HUDNotify_C_UpdateCanRepair, CanRepair) == 0x000000, "Member 'MTB_HUDNotify_C_UpdateCanRepair::CanRepair' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_Tick \ static_assert(alignof(MTB_HUDNotify_C_Tick) == 0x000004, "Wrong alignment on MTB_HUDNotify_C_Tick"); \ static_assert(sizeof(MTB_HUDNotify_C_Tick) == 0x00003C, "Wrong size on MTB_HUDNotify_C_Tick"); \ static_assert(offsetof(MTB_HUDNotify_C_Tick, MyGeometry) == 0x000000, "Member 'MTB_HUDNotify_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Tick, InDeltaTime) == 0x000038, "Member 'MTB_HUDNotify_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_PreConstruct \ static_assert(alignof(MTB_HUDNotify_C_PreConstruct) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_PreConstruct"); \ static_assert(sizeof(MTB_HUDNotify_C_PreConstruct) == 0x000001, "Wrong size on MTB_HUDNotify_C_PreConstruct"); \ static_assert(offsetof(MTB_HUDNotify_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MTB_HUDNotify_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_Show \ static_assert(alignof(MTB_HUDNotify_C_Show) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_Show"); \ static_assert(sizeof(MTB_HUDNotify_C_Show) == 0x000003, "Wrong size on MTB_HUDNotify_C_Show"); \ static_assert(offsetof(MTB_HUDNotify_C_Show, MultitoolMode) == 0x000000, "Member 'MTB_HUDNotify_C_Show::MultitoolMode' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Show, bHeavyMode_0) == 0x000001, "Member 'MTB_HUDNotify_C_Show::bHeavyMode_0' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Show, RelocateMode) == 0x000002, "Member 'MTB_HUDNotify_C_Show::RelocateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_GetVisibility_0 \ static_assert(alignof(MTB_HUDNotify_C_GetVisibility_0) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_GetVisibility_0"); \ static_assert(sizeof(MTB_HUDNotify_C_GetVisibility_0) == 0x000005, "Wrong size on MTB_HUDNotify_C_GetVisibility_0"); \ static_assert(offsetof(MTB_HUDNotify_C_GetVisibility_0, ReturnValue) == 0x000000, "Member 'MTB_HUDNotify_C_GetVisibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_GetVisibility_0, Temp_bool_Variable) == 0x000001, "Member 'MTB_HUDNotify_C_GetVisibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_GetVisibility_0, Temp_byte_Variable) == 0x000002, "Member 'MTB_HUDNotify_C_GetVisibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_GetVisibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'MTB_HUDNotify_C_GetVisibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_GetVisibility_0, K2Node_Select_Default) == 0x000004, "Member 'MTB_HUDNotify_C_GetVisibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_Get_ChangeText_Text_0 \ static_assert(alignof(MTB_HUDNotify_C_Get_ChangeText_Text_0) == 0x000008, "Wrong alignment on MTB_HUDNotify_C_Get_ChangeText_Text_0"); \ static_assert(sizeof(MTB_HUDNotify_C_Get_ChangeText_Text_0) == 0x000120, "Wrong size on MTB_HUDNotify_C_Get_ChangeText_Text_0"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, ReturnValue) == 0x000000, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_byte_Variable) == 0x000018, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_text_Variable) == 0x000020, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_text_Variable_1) == 0x000038, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_text_Variable_2) == 0x000050, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_text_Variable_3) == 0x000068, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, Temp_text_Variable_4) == 0x000080, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, K2Node_Select_Default) == 0x0000A0, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, K2Node_MakeArray_Array) == 0x0000F8, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_ChangeText_Text_0, CallFunc_Format_ReturnValue) == 0x000108, "Member 'MTB_HUDNotify_C_Get_ChangeText_Text_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_Get_RepairText_Visibility_0 \ static_assert(alignof(MTB_HUDNotify_C_Get_RepairText_Visibility_0) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_Get_RepairText_Visibility_0"); \ static_assert(sizeof(MTB_HUDNotify_C_Get_RepairText_Visibility_0) == 0x000005, "Wrong size on MTB_HUDNotify_C_Get_RepairText_Visibility_0"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_RepairText_Visibility_0, ReturnValue) == 0x000000, "Member 'MTB_HUDNotify_C_Get_RepairText_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_RepairText_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'MTB_HUDNotify_C_Get_RepairText_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_RepairText_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'MTB_HUDNotify_C_Get_RepairText_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_RepairText_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'MTB_HUDNotify_C_Get_RepairText_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_RepairText_Visibility_0, K2Node_Select_Default) == 0x000004, "Member 'MTB_HUDNotify_C_Get_RepairText_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_Get_DeconstructText_Visibility_0 \ static_assert(alignof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_Get_DeconstructText_Visibility_0"); \ static_assert(sizeof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0) == 0x000005, "Wrong size on MTB_HUDNotify_C_Get_DeconstructText_Visibility_0"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0, ReturnValue) == 0x000000, "Member 'MTB_HUDNotify_C_Get_DeconstructText_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'MTB_HUDNotify_C_Get_DeconstructText_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'MTB_HUDNotify_C_Get_DeconstructText_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'MTB_HUDNotify_C_Get_DeconstructText_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_Get_DeconstructText_Visibility_0, K2Node_Select_Default) == 0x000004, "Member 'MTB_HUDNotify_C_Get_DeconstructText_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_SetupHintKeys \ static_assert(alignof(MTB_HUDNotify_C_SetupHintKeys) == 0x000001, "Wrong alignment on MTB_HUDNotify_C_SetupHintKeys"); \ static_assert(sizeof(MTB_HUDNotify_C_SetupHintKeys) == 0x000003, "Wrong size on MTB_HUDNotify_C_SetupHintKeys"); \ static_assert(offsetof(MTB_HUDNotify_C_SetupHintKeys, CallFunc_GetVisibility_ReturnValue) == 0x000000, "Member 'MTB_HUDNotify_C_SetupHintKeys::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_SetupHintKeys, CallFunc_GetVisibility_ReturnValue_1) == 0x000001, "Member 'MTB_HUDNotify_C_SetupHintKeys::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_SetupHintKeys, CallFunc_GetVisibility_ReturnValue_2) == 0x000002, "Member 'MTB_HUDNotify_C_SetupHintKeys::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MTB_HUDNotify_C_ShowRepairCost \ static_assert(alignof(MTB_HUDNotify_C_ShowRepairCost) == 0x000008, "Wrong alignment on MTB_HUDNotify_C_ShowRepairCost"); \ static_assert(sizeof(MTB_HUDNotify_C_ShowRepairCost) == 0x000048, "Wrong size on MTB_HUDNotify_C_ShowRepairCost"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, RepairModuleID) == 0x000000, "Member 'MTB_HUDNotify_C_ShowRepairCost::RepairModuleID' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_Create_ReturnValue) == 0x000008, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_GetRepairCost_bIsAvailable) == 0x000011, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_GetRepairCost_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_GetRepairCost_Cost_Requirements) == 0x000018, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_GetRepairCost_Cost_Requirements' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_AddChild_ReturnValue) == 0x000028, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, K2Node_MakeArray_Array) == 0x000030, "Member 'MTB_HUDNotify_C_ShowRepairCost::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MTB_HUDNotify_C_ShowRepairCost, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000040, "Member 'MTB_HUDNotify_C_ShowRepairCost::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMTB_HUDNotify_C \ static_assert(alignof(UMTB_HUDNotify_C) == 0x000008, "Wrong alignment on UMTB_HUDNotify_C"); \ static_assert(sizeof(UMTB_HUDNotify_C) == 0x000318, "Wrong size on UMTB_HUDNotify_C"); \ static_assert(offsetof(UMTB_HUDNotify_C, UberGraphFrame) == 0x000260, "Member 'UMTB_HUDNotify_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, BookHintBox) == 0x000268, "Member 'UMTB_HUDNotify_C::BookHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, DeconstructAction) == 0x000270, "Member 'UMTB_HUDNotify_C::DeconstructAction' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, DeconstructKey) == 0x000278, "Member 'UMTB_HUDNotify_C::DeconstructKey' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Deconstruct) == 0x000280, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Deconstruct' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Exit) == 0x000288, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Exit' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Exit_2) == 0x000290, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Exit_2' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_ExitRelocateMode) == 0x000298, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_ExitRelocateMode' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_OpenBook) == 0x0002A0, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_OpenBook' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Place) == 0x0002A8, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Place' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_PlaceRelocatedModule) == 0x0002B0, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_PlaceRelocatedModule' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Relocate) == 0x0002B8, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Relocate' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Repair) == 0x0002C0, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Repair' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Rotate) == 0x0002C8, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Rotate' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Rotate_1) == 0x0002D0, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Rotate_1' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, KeyTooltipWidget_Target) == 0x0002D8, "Member 'UMTB_HUDNotify_C::KeyTooltipWidget_Target' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, MultitoolHintBox) == 0x0002E0, "Member 'UMTB_HUDNotify_C::MultitoolHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, ProgressDeconstruct) == 0x0002E8, "Member 'UMTB_HUDNotify_C::ProgressDeconstruct' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, RelocateHintBox) == 0x0002F0, "Member 'UMTB_HUDNotify_C::RelocateHintBox' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, bIsRepairMode) == 0x0002F8, "Member 'UMTB_HUDNotify_C::bIsRepairMode' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, bHeavyMode) == 0x0002F9, "Member 'UMTB_HUDNotify_C::bHeavyMode' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, Player) == 0x000300, "Member 'UMTB_HUDNotify_C::Player' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, bCanRepair) == 0x000308, "Member 'UMTB_HUDNotify_C::bCanRepair' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, bCanDeconstruct) == 0x000309, "Member 'UMTB_HUDNotify_C::bCanDeconstruct' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, CanStartRelocate) == 0x00030A, "Member 'UMTB_HUDNotify_C::CanStartRelocate' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, bHaveCost) == 0x00030B, "Member 'UMTB_HUDNotify_C::bHaveCost' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, Can_Upgrade) == 0x00030C, "Member 'UMTB_HUDNotify_C::Can_Upgrade' has a wrong offset!"); \ static_assert(offsetof(UMTB_HUDNotify_C, CachedModuleID) == 0x000310, "Member 'UMTB_HUDNotify_C::CachedModuleID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Help_C_ExecuteUbergraph_MOD_Help \ static_assert(alignof(MOD_Help_C_ExecuteUbergraph_MOD_Help) == 0x000008, "Wrong alignment on MOD_Help_C_ExecuteUbergraph_MOD_Help"); \ static_assert(sizeof(MOD_Help_C_ExecuteUbergraph_MOD_Help) == 0x000310, "Wrong size on MOD_Help_C_ExecuteUbergraph_MOD_Help"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, EntryPoint) == 0x000000, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000030, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_HeaderText) == 0x000038, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_HeaderText' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_Text) == 0x000050, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_Text' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_Time) == 0x000068, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_Time' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_Texture) == 0x000070, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_Texture' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_VideoSource) == 0x000078, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_VideoSource' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_IsValid_ReturnValue_1) == 0x000081, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_DrawTutorDecoratorsText_Text) == 0x000088, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_DrawTutorDecoratorsText_Text' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_TextToUpper_ReturnValue) == 0x0000A0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000C9, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_FCeil_ReturnValue) == 0x0000CC, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Round_ReturnValue) == 0x0000D0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_MakeArray_Array) == 0x000118, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Conv_IntToText_ReturnValue) == 0x000128, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Format_ReturnValue) == 0x000140, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000158, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00015C, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_PlayAnimation_ReturnValue) == 0x000160, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000168, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000170, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_IsValid_ReturnValue_2) == 0x000178, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_FTrunc_ReturnValue) == 0x00017C, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Clamp_ReturnValue) == 0x000180, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_MakeStruct_FormatArgumentData_1) == 0x000188, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0001C8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_MakeArray_Array_1) == 0x0001E0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000208, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_MapRangeUnclamped_ReturnValue) == 0x00020C, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, Temp_bool_Variable) == 0x000210, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CreateDelegate_OutputDelegate_2) == 0x000214, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000228, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_Select_Default) == 0x000230, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_Play_ReturnValue) == 0x000248, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_OpenSource_ReturnValue) == 0x000249, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_OpenSource_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, Temp_bool_Variable_1) == 0x00024A, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_Select_Default_1) == 0x000250, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_Event_IsDesignTime) == 0x000268, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_GetText_ReturnValue) == 0x000270, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_TextToLower_ReturnValue) == 0x000288, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, K2Node_CustomEvent_IsGamepadNow) == 0x0002A0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_GetText_ReturnValue_1) == 0x0002A8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_TextToLower_ReturnValue_1) == 0x0002C0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_TextToLower_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_GetText_ReturnValue_2) == 0x0002D8, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_DrawTutorDecoratorsText_Text_1) == 0x0002F0, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_DrawTutorDecoratorsText_Text_1' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_ExecuteUbergraph_MOD_Help, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000308, "Member 'MOD_Help_C_ExecuteUbergraph_MOD_Help::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Help_C_OnGamepadModeChanged \ static_assert(alignof(MOD_Help_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on MOD_Help_C_OnGamepadModeChanged"); \ static_assert(sizeof(MOD_Help_C_OnGamepadModeChanged) == 0x000001, "Wrong size on MOD_Help_C_OnGamepadModeChanged"); \ static_assert(offsetof(MOD_Help_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'MOD_Help_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Help_C_PreConstruct \ static_assert(alignof(MOD_Help_C_PreConstruct) == 0x000001, "Wrong alignment on MOD_Help_C_PreConstruct"); \ static_assert(sizeof(MOD_Help_C_PreConstruct) == 0x000001, "Wrong size on MOD_Help_C_PreConstruct"); \ static_assert(offsetof(MOD_Help_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MOD_Help_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_Help_C_Show \ static_assert(alignof(MOD_Help_C_Show) == 0x000008, "Wrong alignment on MOD_Help_C_Show"); \ static_assert(sizeof(MOD_Help_C_Show) == 0x000048, "Wrong size on MOD_Help_C_Show"); \ static_assert(offsetof(MOD_Help_C_Show, HeaderText) == 0x000000, "Member 'MOD_Help_C_Show::HeaderText' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_Show, Text) == 0x000018, "Member 'MOD_Help_C_Show::Text' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_Show, Time_0) == 0x000030, "Member 'MOD_Help_C_Show::Time_0' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_Show, Texture) == 0x000038, "Member 'MOD_Help_C_Show::Texture' has a wrong offset!"); \ static_assert(offsetof(MOD_Help_C_Show, VideoSource) == 0x000040, "Member 'MOD_Help_C_Show::VideoSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_Help_C \ static_assert(alignof(UMOD_Help_C) == 0x000008, "Wrong alignment on UMOD_Help_C"); \ static_assert(sizeof(UMOD_Help_C) == 0x000340, "Wrong size on UMOD_Help_C"); \ static_assert(offsetof(UMOD_Help_C, UberGraphFrame) == 0x000260, "Member 'UMOD_Help_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, AnimationShow) == 0x000268, "Member 'UMOD_Help_C::AnimationShow' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, ActionsBackground) == 0x000270, "Member 'UMOD_Help_C::ActionsBackground' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Background) == 0x000278, "Member 'UMOD_Help_C::Background' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, HelpText) == 0x000280, "Member 'UMOD_Help_C::HelpText' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, HintText) == 0x000288, "Member 'UMOD_Help_C::HintText' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Image_112) == 0x000290, "Member 'UMOD_Help_C::Image_112' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Image_1871) == 0x000298, "Member 'UMOD_Help_C::Image_1871' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, KeyDisplayProgress) == 0x0002A0, "Member 'UMOD_Help_C::KeyDisplayProgress' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, KeyWidget_499) == 0x0002A8, "Member 'UMOD_Help_C::KeyWidget_499' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, MainImage) == 0x0002B0, "Member 'UMOD_Help_C::MainImage' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, MainImage_Background) == 0x0002B8, "Member 'UMOD_Help_C::MainImage_Background' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, RichTextBlock_110) == 0x0002C0, "Member 'UMOD_Help_C::RichTextBlock_110' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Spliter) == 0x0002C8, "Member 'UMOD_Help_C::Spliter' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, TextBlock_790) == 0x0002D0, "Member 'UMOD_Help_C::TextBlock_790' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, TImeProgress) == 0x0002D8, "Member 'UMOD_Help_C::TImeProgress' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, TimerText) == 0x0002E0, "Member 'UMOD_Help_C::TimerText' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Title) == 0x0002E8, "Member 'UMOD_Help_C::Title' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Time) == 0x0002F0, "Member 'UMOD_Help_C::Time' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, BeginTime) == 0x0002F4, "Member 'UMOD_Help_C::BeginTime' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, OnHide) == 0x0002F8, "Member 'UMOD_Help_C::OnHide' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, OnShow) == 0x000308, "Member 'UMOD_Help_C::OnShow' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, TimerVar) == 0x000318, "Member 'UMOD_Help_C::TimerVar' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, CloseButtonTime) == 0x000320, "Member 'UMOD_Help_C::CloseButtonTime' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, CloseButtonTimeBegin) == 0x000324, "Member 'UMOD_Help_C::CloseButtonTimeBegin' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, CloseButtonTimerVar) == 0x000328, "Member 'UMOD_Help_C::CloseButtonTimerVar' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, Player) == 0x000330, "Member 'UMOD_Help_C::Player' has a wrong offset!"); \ static_assert(offsetof(UMOD_Help_C, UsePlayer) == 0x000338, "Member 'UMOD_Help_C::UsePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel \ static_assert(alignof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel"); \ static_assert(sizeof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel) == 0x000218, "Wrong size on MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, EntryPoint) == 0x000000, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_struct_Variable) == 0x000004, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_bool_Variable) == 0x000014, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_byte_Variable) == 0x000015, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_byte_Variable_1) == 0x000016, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_ModuleInfo) == 0x000020, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_DisassembleState) == 0x000088, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_DisassembleState' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Less_FloatFloat_ReturnValue) == 0x000089, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_Select_Default) == 0x00008A, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_struct_Variable_1) == 0x00008C, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_bool_Variable_1) == 0x00009C, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_IsVisible_ReturnValue) == 0x00009D, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Not_PreBool_ReturnValue) == 0x00009E, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_InVisibility) == 0x00009F, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_InVisibility' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_SwitchEnum_CmpSuccess) == 0x0000A1, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_IsVisible_ReturnValue_1) == 0x0000A2, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_HitCharacter) == 0x0000A8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_HitCharacter' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_HitLocation) == 0x0000B0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_Amount) == 0x0000BC, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_Amount' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_IsArmor) == 0x0000C0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_IsArmor' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_DamageType) == 0x0000C8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_bHeadShot) == 0x0000D0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_bHeadShot' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_bCritShot) == 0x0000D1, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_bCritShot' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_MagazineElement) == 0x0000D2, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_MagazineElement' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D3, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_Select_Default_1) == 0x0000D4, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000E4, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Round_ReturnValue) == 0x0000E8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Greater_IntInt_ReturnValue) == 0x0000EC, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_GetValue_ReturnValue) == 0x0000F0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000F4, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000F8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F9, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_struct_Variable_2) == 0x0000FC, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_ShowRofleemoInfo) == 0x000110, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_ShowRofleemoInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_ButtonMeta) == 0x000118, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, Temp_bool_Variable_2) == 0x000150, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_GetPlayerController_ReturnValue) == 0x000158, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_Select_Default_2) == 0x000160, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_GetHUD_ReturnValue) == 0x000170, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_GetPlayerController_ReturnValue_1) == 0x000178, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000180, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_GetHUD_ReturnValue_1) == 0x000198, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x0001A0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_DynamicCast_bSuccess_1) == 0x0001B0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CreateDelegate_OutputDelegate) == 0x0001B4, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, CallFunc_PlayEvent2D_ReturnValue) == 0x0001C8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_CustomEvent_Character) == 0x0001D0, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_Event_MyGeometry) == 0x0001D8, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel, K2Node_Event_InDeltaTime) == 0x000210, "Member 'MOD_CentrralPanel_C_ExecuteUbergraph_MOD_CentrralPanel::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_Tick \ static_assert(alignof(MOD_CentrralPanel_C_Tick) == 0x000004, "Wrong alignment on MOD_CentrralPanel_C_Tick"); \ static_assert(sizeof(MOD_CentrralPanel_C_Tick) == 0x00003C, "Wrong size on MOD_CentrralPanel_C_Tick"); \ static_assert(offsetof(MOD_CentrralPanel_C_Tick, MyGeometry) == 0x000000, "Member 'MOD_CentrralPanel_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Tick, InDeltaTime) == 0x000038, "Member 'MOD_CentrralPanel_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_OnCharacterDead \ static_assert(alignof(MOD_CentrralPanel_C_OnCharacterDead) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_OnCharacterDead"); \ static_assert(sizeof(MOD_CentrralPanel_C_OnCharacterDead) == 0x000008, "Wrong size on MOD_CentrralPanel_C_OnCharacterDead"); \ static_assert(offsetof(MOD_CentrralPanel_C_OnCharacterDead, Character) == 0x000000, "Member 'MOD_CentrralPanel_C_OnCharacterDead::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_ShowWorkerPreview \ static_assert(alignof(MOD_CentrralPanel_C_ShowWorkerPreview) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_ShowWorkerPreview"); \ static_assert(sizeof(MOD_CentrralPanel_C_ShowWorkerPreview) == 0x000040, "Wrong size on MOD_CentrralPanel_C_ShowWorkerPreview"); \ static_assert(offsetof(MOD_CentrralPanel_C_ShowWorkerPreview, ShowRofleemoInfo) == 0x000000, "Member 'MOD_CentrralPanel_C_ShowWorkerPreview::ShowRofleemoInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ShowWorkerPreview, ButtonMeta) == 0x000008, "Member 'MOD_CentrralPanel_C_ShowWorkerPreview::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_CharacterHitEvent \ static_assert(alignof(MOD_CentrralPanel_C_CharacterHitEvent) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_CharacterHitEvent"); \ static_assert(sizeof(MOD_CentrralPanel_C_CharacterHitEvent) == 0x000030, "Wrong size on MOD_CentrralPanel_C_CharacterHitEvent"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, HitCharacter) == 0x000000, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::HitCharacter' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, HitLocation) == 0x000008, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::HitLocation' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, Amount) == 0x000014, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::Amount' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, IsArmor) == 0x000018, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::IsArmor' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, DamageType) == 0x000020, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::DamageType' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, bHeadShot) == 0x000028, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::bHeadShot' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, bCritShot) == 0x000029, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::bCritShot' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CharacterHitEvent, MagazineElement) == 0x00002A, "Member 'MOD_CentrralPanel_C_CharacterHitEvent::MagazineElement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_OnVisibilityChanged_Event \ static_assert(alignof(MOD_CentrralPanel_C_OnVisibilityChanged_Event) == 0x000001, "Wrong alignment on MOD_CentrralPanel_C_OnVisibilityChanged_Event"); \ static_assert(sizeof(MOD_CentrralPanel_C_OnVisibilityChanged_Event) == 0x000001, "Wrong size on MOD_CentrralPanel_C_OnVisibilityChanged_Event"); \ static_assert(offsetof(MOD_CentrralPanel_C_OnVisibilityChanged_Event, InVisibility) == 0x000000, "Member 'MOD_CentrralPanel_C_OnVisibilityChanged_Event::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_ShowSelectionInfo \ static_assert(alignof(MOD_CentrralPanel_C_ShowSelectionInfo) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_ShowSelectionInfo"); \ static_assert(sizeof(MOD_CentrralPanel_C_ShowSelectionInfo) == 0x000070, "Wrong size on MOD_CentrralPanel_C_ShowSelectionInfo"); \ static_assert(offsetof(MOD_CentrralPanel_C_ShowSelectionInfo, ModuleInfo) == 0x000000, "Member 'MOD_CentrralPanel_C_ShowSelectionInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_ShowSelectionInfo, DisassembleState) == 0x000068, "Member 'MOD_CentrralPanel_C_ShowSelectionInfo::DisassembleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_Set_Spread_Size \ static_assert(alignof(MOD_CentrralPanel_C_Set_Spread_Size) == 0x000004, "Wrong alignment on MOD_CentrralPanel_C_Set_Spread_Size"); \ static_assert(sizeof(MOD_CentrralPanel_C_Set_Spread_Size) == 0x000010, "Wrong size on MOD_CentrralPanel_C_Set_Spread_Size"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Spread_Size, SpraySize) == 0x000000, "Member 'MOD_CentrralPanel_C_Set_Spread_Size::SpraySize' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Spread_Size, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'MOD_CentrralPanel_C_Set_Spread_Size::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Spread_Size, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'MOD_CentrralPanel_C_Set_Spread_Size::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_SetCrosshairType \ static_assert(alignof(MOD_CentrralPanel_C_SetCrosshairType) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_SetCrosshairType"); \ static_assert(sizeof(MOD_CentrralPanel_C_SetCrosshairType) == 0x000020, "Wrong size on MOD_CentrralPanel_C_SetCrosshairType"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, CrosshairType) == 0x000000, "Member 'MOD_CentrralPanel_C_SetCrosshairType::CrosshairType' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, Temp_object_Variable) == 0x000008, "Member 'MOD_CentrralPanel_C_SetCrosshairType::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'MOD_CentrralPanel_C_SetCrosshairType::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, Temp_byte_Variable) == 0x000011, "Member 'MOD_CentrralPanel_C_SetCrosshairType::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000012, "Member 'MOD_CentrralPanel_C_SetCrosshairType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'MOD_CentrralPanel_C_SetCrosshairType::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_SetCrosshairType, K2Node_Select_Default) == 0x000018, "Member 'MOD_CentrralPanel_C_SetCrosshairType::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_CheckCrosshairState \ static_assert(alignof(MOD_CentrralPanel_C_CheckCrosshairState) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_CheckCrosshairState"); \ static_assert(sizeof(MOD_CentrralPanel_C_CheckCrosshairState) == 0x000038, "Wrong size on MOD_CentrralPanel_C_CheckCrosshairState"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_IsLookOut_ReturnValue) == 0x000019, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_IsLookOut_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_IsRunning_ReturnValue) == 0x00001A, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_MapRangeClamped_ReturnValue) == 0x000028, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_IsTargeting_ReturnValue) == 0x00002D, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_IsTargeting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_BooleanOR_ReturnValue_1) == 0x00002F, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_CheckCrosshairState, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'MOD_CentrralPanel_C_CheckCrosshairState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_Set_Weapon_Crosshair \ static_assert(alignof(MOD_CentrralPanel_C_Set_Weapon_Crosshair) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_Set_Weapon_Crosshair"); \ static_assert(sizeof(MOD_CentrralPanel_C_Set_Weapon_Crosshair) == 0x0000D8, "Wrong size on MOD_CentrralPanel_C_Set_Weapon_Crosshair"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, Held_Item) == 0x000000, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::Held_Item' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_AsWinch_Ring) == 0x000008, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_AsWinch_Ring' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000018, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, CallFunc_GetBarrelDescription_ReturnValue) == 0x000028, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x0000C8, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, CallFunc_CanAutoAimHook_ReturnValue) == 0x0000D1, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::CallFunc_CanAutoAimHook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Set_Weapon_Crosshair, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000D2, "Member 'MOD_CentrralPanel_C_Set_Weapon_Crosshair::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_BindHitmarker \ static_assert(alignof(MOD_CentrralPanel_C_BindHitmarker) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_BindHitmarker"); \ static_assert(sizeof(MOD_CentrralPanel_C_BindHitmarker) == 0x000028, "Wrong size on MOD_CentrralPanel_C_BindHitmarker"); \ static_assert(offsetof(MOD_CentrralPanel_C_BindHitmarker, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'MOD_CentrralPanel_C_BindHitmarker::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_BindHitmarker, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'MOD_CentrralPanel_C_BindHitmarker::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_BindHitmarker, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'MOD_CentrralPanel_C_BindHitmarker::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_BindHitmarker, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MOD_CentrralPanel_C_BindHitmarker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_UnbindHitmaker \ static_assert(alignof(MOD_CentrralPanel_C_UnbindHitmaker) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_UnbindHitmaker"); \ static_assert(sizeof(MOD_CentrralPanel_C_UnbindHitmaker) == 0x000028, "Wrong size on MOD_CentrralPanel_C_UnbindHitmaker"); \ static_assert(offsetof(MOD_CentrralPanel_C_UnbindHitmaker, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'MOD_CentrralPanel_C_UnbindHitmaker::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_UnbindHitmaker, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'MOD_CentrralPanel_C_UnbindHitmaker::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_UnbindHitmaker, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'MOD_CentrralPanel_C_UnbindHitmaker::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_UnbindHitmaker, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MOD_CentrralPanel_C_UnbindHitmaker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_Show_Sprayer_HUD \ static_assert(alignof(MOD_CentrralPanel_C_Show_Sprayer_HUD) == 0x000008, "Wrong alignment on MOD_CentrralPanel_C_Show_Sprayer_HUD"); \ static_assert(sizeof(MOD_CentrralPanel_C_Show_Sprayer_HUD) == 0x000028, "Wrong size on MOD_CentrralPanel_C_Show_Sprayer_HUD"); \ static_assert(offsetof(MOD_CentrralPanel_C_Show_Sprayer_HUD, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000000, "Member 'MOD_CentrralPanel_C_Show_Sprayer_HUD::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Show_Sprayer_HUD, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'MOD_CentrralPanel_C_Show_Sprayer_HUD::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Show_Sprayer_HUD, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'MOD_CentrralPanel_C_Show_Sprayer_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Show_Sprayer_HUD, K2Node_DynamicCast_AsFGWeapon_Sprayer) == 0x000018, "Member 'MOD_CentrralPanel_C_Show_Sprayer_HUD::K2Node_DynamicCast_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(MOD_CentrralPanel_C_Show_Sprayer_HUD, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'MOD_CentrralPanel_C_Show_Sprayer_HUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MOD_CentrralPanel_C_Hide_Sprayer_HUD \ static_assert(alignof(MOD_CentrralPanel_C_Hide_Sprayer_HUD) == 0x000001, "Wrong alignment on MOD_CentrralPanel_C_Hide_Sprayer_HUD"); \ static_assert(sizeof(MOD_CentrralPanel_C_Hide_Sprayer_HUD) == 0x000001, "Wrong size on MOD_CentrralPanel_C_Hide_Sprayer_HUD"); \ static_assert(offsetof(MOD_CentrralPanel_C_Hide_Sprayer_HUD, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'MOD_CentrralPanel_C_Hide_Sprayer_HUD::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMOD_CentrralPanel_C \ static_assert(alignof(UMOD_CentrralPanel_C) == 0x000008, "Wrong alignment on UMOD_CentrralPanel_C"); \ static_assert(sizeof(UMOD_CentrralPanel_C) == 0x000390, "Wrong size on UMOD_CentrralPanel_C"); \ static_assert(offsetof(UMOD_CentrralPanel_C, UberGraphFrame) == 0x000260, "Member 'UMOD_CentrralPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Animation_ShowStatus) == 0x000268, "Member 'UMOD_CentrralPanel_C::Animation_ShowStatus' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Animation_ShowAction) == 0x000270, "Member 'UMOD_CentrralPanel_C::Animation_ShowAction' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Animation_ShowHit) == 0x000278, "Member 'UMOD_CentrralPanel_C::Animation_ShowHit' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, ch_h_l) == 0x000280, "Member 'UMOD_CentrralPanel_C::ch_h_l' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, ch_h_r) == 0x000288, "Member 'UMOD_CentrralPanel_C::ch_h_r' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, ch_v_b) == 0x000290, "Member 'UMOD_CentrralPanel_C::ch_v_b' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, ch_v_b_1) == 0x000298, "Member 'UMOD_CentrralPanel_C::ch_v_b_1' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, ch_v_t) == 0x0002A0, "Member 'UMOD_CentrralPanel_C::ch_v_t' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, CircleNear) == 0x0002A8, "Member 'UMOD_CentrralPanel_C::CircleNear' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Default) == 0x0002B0, "Member 'UMOD_CentrralPanel_C::Crosshair_Default' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Hook) == 0x0002B8, "Member 'UMOD_CentrralPanel_C::Crosshair_Hook' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_HookActive) == 0x0002C0, "Member 'UMOD_CentrralPanel_C::Crosshair_HookActive' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Run) == 0x0002C8, "Member 'UMOD_CentrralPanel_C::Crosshair_Run' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Shotgun) == 0x0002D0, "Member 'UMOD_CentrralPanel_C::Crosshair_Shotgun' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Weapon) == 0x0002D8, "Member 'UMOD_CentrralPanel_C::Crosshair_Weapon' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Crosshair_Winch) == 0x0002E0, "Member 'UMOD_CentrralPanel_C::Crosshair_Winch' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, CrosshairHitIcon) == 0x0002E8, "Member 'UMOD_CentrralPanel_C::CrosshairHitIcon' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, CrosshairKillIcon) == 0x0002F0, "Member 'UMOD_CentrralPanel_C::CrosshairKillIcon' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, DefaultHook) == 0x0002F8, "Member 'UMOD_CentrralPanel_C::DefaultHook' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, DefaultHook_1) == 0x000300, "Member 'UMOD_CentrralPanel_C::DefaultHook_1' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, DefaultHook_2) == 0x000308, "Member 'UMOD_CentrralPanel_C::DefaultHook_2' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, HorizintalSpacer) == 0x000310, "Member 'UMOD_CentrralPanel_C::HorizintalSpacer' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Image_104) == 0x000318, "Member 'UMOD_CentrralPanel_C::Image_104' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, KeyTooltipWidget_319) == 0x000320, "Member 'UMOD_CentrralPanel_C::KeyTooltipWidget_319' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, MainHit) == 0x000328, "Member 'UMOD_CentrralPanel_C::MainHit' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, RadialMenu) == 0x000330, "Member 'UMOD_CentrralPanel_C::RadialMenu' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, SelectionContainer) == 0x000338, "Member 'UMOD_CentrralPanel_C::SelectionContainer' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Shotgun) == 0x000340, "Member 'UMOD_CentrralPanel_C::Shotgun' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, SprayerHUD) == 0x000348, "Member 'UMOD_CentrralPanel_C::SprayerHUD' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Status) == 0x000350, "Member 'UMOD_CentrralPanel_C::Status' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, TrolleyHandle) == 0x000358, "Member 'UMOD_CentrralPanel_C::TrolleyHandle' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, VerticalSpacer) == 0x000360, "Member 'UMOD_CentrralPanel_C::VerticalSpacer' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, WagonModuleInfo) == 0x000368, "Member 'UMOD_CentrralPanel_C::WagonModuleInfo' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Winch_1) == 0x000370, "Member 'UMOD_CentrralPanel_C::Winch_1' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, Winch2) == 0x000378, "Member 'UMOD_CentrralPanel_C::Winch2' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, WorkerPreview) == 0x000380, "Member 'UMOD_CentrralPanel_C::WorkerPreview' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, CurrentType) == 0x000388, "Member 'UMOD_CentrralPanel_C::CurrentType' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, IsInformationVisibleNow) == 0x000389, "Member 'UMOD_CentrralPanel_C::IsInformationVisibleNow' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, IsStatusVisibleNow) == 0x00038A, "Member 'UMOD_CentrralPanel_C::IsStatusVisibleNow' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, isFocused) == 0x00038B, "Member 'UMOD_CentrralPanel_C::isFocused' has a wrong offset!"); \ static_assert(offsetof(UMOD_CentrralPanel_C, isCrossHairVisible) == 0x00038C, "Member 'UMOD_CentrralPanel_C::isCrossHairVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress \ static_assert(alignof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress) == 0x000008, "Wrong alignment on KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress"); \ static_assert(sizeof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress) == 0x000150, "Wrong size on KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, EntryPoint) == 0x000000, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetIsGamepad_bIsGamepadUsed) == 0x000004, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetIsGamepad_bIsGamepadUsed' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_byte_Variable) == 0x000005, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_byte_Variable_1) == 0x000006, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_bool_Variable) == 0x000007, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable) == 0x000008, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable_1) == 0x000018, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_bool_Variable_1) == 0x000028, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable_2) == 0x00002C, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable_3) == 0x00003C, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_bool_Variable_2) == 0x00004C, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_bool_Variable_3) == 0x00004D, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable_4) == 0x000050, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_struct_Variable_5) == 0x000060, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Event_IsDesignTime) == 0x000070, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000080, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_X) == 0x000088, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_Y) == 0x00008C, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_X_1) == 0x000090, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_Y_1) == 0x000094, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_MakeVector2D_ReturnValue) == 0x000098, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Select_Default) == 0x0000A0, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Select_Default_1) == 0x0000B0, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_X_2) == 0x0000C0, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BreakVector2D_Y_2) == 0x0000C4, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x0000C8, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D0, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_MakeStruct_Margin) == 0x0000D4, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_MakeStruct_Margin_1) == 0x0000E4, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Select_Default_2) == 0x0000F4, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000108, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, Temp_bool_Variable_4) == 0x000110, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Select_Default_3) == 0x000111, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Select_Default_4) == 0x000114, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, K2Node_Event_Progress) == 0x000124, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::K2Node_Event_Progress' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetIsGamepad_bIsGamepadUsed_1) == 0x000128, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetIsGamepad_bIsGamepadUsed_1' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetIsGamepad_bIsGamepadUsed_2) == 0x000129, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetIsGamepad_bIsGamepadUsed_2' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_GetUIKey_Key) == 0x000130, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000148, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BooleanAND_ReturnValue) == 0x000149, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress, CallFunc_BooleanAND_ReturnValue_1) == 0x00014A, "Member 'KeyDisplayProgress_C_ExecuteUbergraph_KeyDisplayProgress::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_SetCurrentKeyProgress \ static_assert(alignof(KeyDisplayProgress_C_SetCurrentKeyProgress) == 0x000004, "Wrong alignment on KeyDisplayProgress_C_SetCurrentKeyProgress"); \ static_assert(sizeof(KeyDisplayProgress_C_SetCurrentKeyProgress) == 0x000004, "Wrong size on KeyDisplayProgress_C_SetCurrentKeyProgress"); \ static_assert(offsetof(KeyDisplayProgress_C_SetCurrentKeyProgress, Progress_0) == 0x000000, "Member 'KeyDisplayProgress_C_SetCurrentKeyProgress::Progress_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_PreConstruct \ static_assert(alignof(KeyDisplayProgress_C_PreConstruct) == 0x000001, "Wrong alignment on KeyDisplayProgress_C_PreConstruct"); \ static_assert(sizeof(KeyDisplayProgress_C_PreConstruct) == 0x000001, "Wrong size on KeyDisplayProgress_C_PreConstruct"); \ static_assert(offsetof(KeyDisplayProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'KeyDisplayProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_UpdateProgress \ static_assert(alignof(KeyDisplayProgress_C_UpdateProgress) == 0x000008, "Wrong alignment on KeyDisplayProgress_C_UpdateProgress"); \ static_assert(sizeof(KeyDisplayProgress_C_UpdateProgress) == 0x000030, "Wrong size on KeyDisplayProgress_C_UpdateProgress"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, Percent) == 0x000000, "Member 'KeyDisplayProgress_C_UpdateProgress::Percent' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, LocalPercent) == 0x000004, "Member 'KeyDisplayProgress_C_UpdateProgress::LocalPercent' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000009, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_UpdateProgress, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'KeyDisplayProgress_C_UpdateProgress::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_SetSize \ static_assert(alignof(KeyDisplayProgress_C_SetSize) == 0x000004, "Wrong alignment on KeyDisplayProgress_C_SetSize"); \ static_assert(sizeof(KeyDisplayProgress_C_SetSize) == 0x000008, "Wrong size on KeyDisplayProgress_C_SetSize"); \ static_assert(offsetof(KeyDisplayProgress_C_SetSize, Size_0) == 0x000000, "Member 'KeyDisplayProgress_C_SetSize::Size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_GetIsGamepad \ static_assert(alignof(KeyDisplayProgress_C_GetIsGamepad) == 0x000008, "Wrong alignment on KeyDisplayProgress_C_GetIsGamepad"); \ static_assert(sizeof(KeyDisplayProgress_C_GetIsGamepad) == 0x000030, "Wrong size on KeyDisplayProgress_C_GetIsGamepad"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, bIsGamepadUsed) == 0x000000, "Member 'KeyDisplayProgress_C_GetIsGamepad::bIsGamepadUsed' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'KeyDisplayProgress_C_GetIsGamepad::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'KeyDisplayProgress_C_GetIsGamepad::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'KeyDisplayProgress_C_GetIsGamepad::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'KeyDisplayProgress_C_GetIsGamepad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(KeyDisplayProgress_C_GetIsGamepad, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'KeyDisplayProgress_C_GetIsGamepad::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_GetCurrentKeyProgress \ static_assert(alignof(KeyDisplayProgress_C_GetCurrentKeyProgress) == 0x000004, "Wrong alignment on KeyDisplayProgress_C_GetCurrentKeyProgress"); \ static_assert(sizeof(KeyDisplayProgress_C_GetCurrentKeyProgress) == 0x000004, "Wrong size on KeyDisplayProgress_C_GetCurrentKeyProgress"); \ static_assert(offsetof(KeyDisplayProgress_C_GetCurrentKeyProgress, Progress_0) == 0x000000, "Member 'KeyDisplayProgress_C_GetCurrentKeyProgress::Progress_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyDisplayProgress_C_GetKey \ static_assert(alignof(KeyDisplayProgress_C_GetKey) == 0x000008, "Wrong alignment on KeyDisplayProgress_C_GetKey"); \ static_assert(sizeof(KeyDisplayProgress_C_GetKey) == 0x000018, "Wrong size on KeyDisplayProgress_C_GetKey"); \ static_assert(offsetof(KeyDisplayProgress_C_GetKey, ProgressKey) == 0x000000, "Member 'KeyDisplayProgress_C_GetKey::ProgressKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyDisplayProgress_C \ static_assert(alignof(UKeyDisplayProgress_C) == 0x000008, "Wrong alignment on UKeyDisplayProgress_C"); \ static_assert(sizeof(UKeyDisplayProgress_C) == 0x0002B8, "Wrong size on UKeyDisplayProgress_C"); \ static_assert(offsetof(UKeyDisplayProgress_C, UberGraphFrame) == 0x000260, "Member 'UKeyDisplayProgress_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, PressAnimation) == 0x000268, "Member 'UKeyDisplayProgress_C::PressAnimation' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, Image_119) == 0x000270, "Member 'UKeyDisplayProgress_C::Image_119' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, KeyDisplay) == 0x000278, "Member 'UKeyDisplayProgress_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, Progress) == 0x000280, "Member 'UKeyDisplayProgress_C::Progress' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, ProgressBackground) == 0x000288, "Member 'UKeyDisplayProgress_C::ProgressBackground' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, SizeBoxWrapper) == 0x000290, "Member 'UKeyDisplayProgress_C::SizeBoxWrapper' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, Action) == 0x000298, "Member 'UKeyDisplayProgress_C::Action' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, IsPressed) == 0x0002A0, "Member 'UKeyDisplayProgress_C::IsPressed' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, ShowProgress) == 0x0002A1, "Member 'UKeyDisplayProgress_C::ShowProgress' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, Size) == 0x0002A4, "Member 'UKeyDisplayProgress_C::Size' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, bIsDarkAppearance) == 0x0002AC, "Member 'UKeyDisplayProgress_C::bIsDarkAppearance' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, ProgressValue) == 0x0002B0, "Member 'UKeyDisplayProgress_C::ProgressValue' has a wrong offset!"); \ static_assert(offsetof(UKeyDisplayProgress_C, bIsGamepadKey) == 0x0002B4, "Member 'UKeyDisplayProgress_C::bIsGamepadKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_ExecuteUbergraph_HUDCanvas \ static_assert(alignof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas) == 0x000008, "Wrong alignment on HUDCanvas_C_ExecuteUbergraph_HUDCanvas"); \ static_assert(sizeof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas) == 0x0000E0, "Wrong size on HUDCanvas_C_ExecuteUbergraph_HUDCanvas"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, EntryPoint) == 0x000000, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000010, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CustomEvent_bInstantHide) == 0x000011, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CustomEvent_bInstantHide' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CustomEvent_bIsCutscene_1) == 0x000012, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CustomEvent_bIsCutscene_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CustomEvent_bInstantShow) == 0x000013, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CustomEvent_bInstantShow' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CustomEvent_bIsCutscene) == 0x000014, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CustomEvent_bIsCutscene' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CustomEvent_Char) == 0x000028, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CustomEvent_Char' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_2) == 0x000030, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_3) == 0x000038, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_4) == 0x000040, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000048, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_MapRangeClamped_ReturnValue) == 0x00004C, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_5) == 0x000050, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_6) == 0x000058, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_7) == 0x000060, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_8) == 0x000068, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetEndTime_ReturnValue) == 0x000070, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetAnimationCurrentTime_ReturnValue_1) == 0x000074, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetAnimationCurrentTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000078, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_9) == 0x000080, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_Event_IsDesignTime) == 0x000088, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000090, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000A0, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0000A8, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_PlayAnimation_ReturnValue_10) == 0x0000B8, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_PlayAnimation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C0, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, CallFunc_GetWorldProgressionManager_ReturnValue_1) == 0x0000C8, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::CallFunc_GetWorldProgressionManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ExecuteUbergraph_HUDCanvas, K2Node_CreateDelegate_OutputDelegate) == 0x0000D0, "Member 'HUDCanvas_C_ExecuteUbergraph_HUDCanvas::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_PreConstruct \ static_assert(alignof(HUDCanvas_C_PreConstruct) == 0x000001, "Wrong alignment on HUDCanvas_C_PreConstruct"); \ static_assert(sizeof(HUDCanvas_C_PreConstruct) == 0x000001, "Wrong size on HUDCanvas_C_PreConstruct"); \ static_assert(offsetof(HUDCanvas_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'HUDCanvas_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_ShowHUD \ static_assert(alignof(HUDCanvas_C_ShowHUD) == 0x000001, "Wrong alignment on HUDCanvas_C_ShowHUD"); \ static_assert(sizeof(HUDCanvas_C_ShowHUD) == 0x000002, "Wrong size on HUDCanvas_C_ShowHUD"); \ static_assert(offsetof(HUDCanvas_C_ShowHUD, bInstantShow) == 0x000000, "Member 'HUDCanvas_C_ShowHUD::bInstantShow' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHUD, bIsCutscene) == 0x000001, "Member 'HUDCanvas_C_ShowHUD::bIsCutscene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_HideHUD \ static_assert(alignof(HUDCanvas_C_HideHUD) == 0x000001, "Wrong alignment on HUDCanvas_C_HideHUD"); \ static_assert(sizeof(HUDCanvas_C_HideHUD) == 0x000002, "Wrong size on HUDCanvas_C_HideHUD"); \ static_assert(offsetof(HUDCanvas_C_HideHUD, bInstantHide) == 0x000000, "Member 'HUDCanvas_C_HideHUD::bInstantHide' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_HideHUD, bIsCutscene) == 0x000001, "Member 'HUDCanvas_C_HideHUD::bIsCutscene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_OnCharacterDead \ static_assert(alignof(HUDCanvas_C_OnCharacterDead) == 0x000008, "Wrong alignment on HUDCanvas_C_OnCharacterDead"); \ static_assert(sizeof(HUDCanvas_C_OnCharacterDead) == 0x000008, "Wrong size on HUDCanvas_C_OnCharacterDead"); \ static_assert(offsetof(HUDCanvas_C_OnCharacterDead, Char) == 0x000000, "Member 'HUDCanvas_C_OnCharacterDead::Char' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_OnInputUpdate \ static_assert(alignof(HUDCanvas_C_OnInputUpdate) == 0x000001, "Wrong alignment on HUDCanvas_C_OnInputUpdate"); \ static_assert(sizeof(HUDCanvas_C_OnInputUpdate) == 0x000001, "Wrong size on HUDCanvas_C_OnInputUpdate"); \ static_assert(offsetof(HUDCanvas_C_OnInputUpdate, IsGamepad) == 0x000000, "Member 'HUDCanvas_C_OnInputUpdate::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_ShowContexHint \ static_assert(alignof(HUDCanvas_C_ShowContexHint) == 0x000008, "Wrong alignment on HUDCanvas_C_ShowContexHint"); \ static_assert(sizeof(HUDCanvas_C_ShowContexHint) == 0x000030, "Wrong size on HUDCanvas_C_ShowContexHint"); \ static_assert(offsetof(HUDCanvas_C_ShowContexHint, ActionName) == 0x000000, "Member 'HUDCanvas_C_ShowContexHint::ActionName' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowContexHint, ActionText) == 0x000008, "Member 'HUDCanvas_C_ShowContexHint::ActionText' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowContexHint, CallFunc_IsVisible_ReturnValue) == 0x000020, "Member 'HUDCanvas_C_ShowContexHint::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowContexHint, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'HUDCanvas_C_ShowContexHint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowContexHint, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'HUDCanvas_C_ShowContexHint::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_ShowHintsWidget \ static_assert(alignof(HUDCanvas_C_ShowHintsWidget) == 0x000008, "Wrong alignment on HUDCanvas_C_ShowHintsWidget"); \ static_assert(sizeof(HUDCanvas_C_ShowHintsWidget) == 0x000050, "Wrong size on HUDCanvas_C_ShowHintsWidget"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, Hints) == 0x000000, "Member 'HUDCanvas_C_ShowHintsWidget::Hints' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'HUDCanvas_C_ShowHintsWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'HUDCanvas_C_ShowHintsWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000018, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, K2Node_MakeStruct_SlateChildSize) == 0x000020, "Member 'HUDCanvas_C_ShowHintsWidget::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_Array_Get_Item) == 0x000040, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000049, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ShowHintsWidget, CallFunc_IsVisible_ReturnValue) == 0x00004A, "Member 'HUDCanvas_C_ShowHintsWidget::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_HideHintsWidget \ static_assert(alignof(HUDCanvas_C_HideHintsWidget) == 0x000008, "Wrong alignment on HUDCanvas_C_HideHintsWidget"); \ static_assert(sizeof(HUDCanvas_C_HideHintsWidget) == 0x000008, "Wrong size on HUDCanvas_C_HideHintsWidget"); \ static_assert(offsetof(HUDCanvas_C_HideHintsWidget, Hints) == 0x000000, "Member 'HUDCanvas_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_DrawOnProgressionUpdate \ static_assert(alignof(HUDCanvas_C_DrawOnProgressionUpdate) == 0x000008, "Wrong alignment on HUDCanvas_C_DrawOnProgressionUpdate"); \ static_assert(sizeof(HUDCanvas_C_DrawOnProgressionUpdate) == 0x000018, "Wrong size on HUDCanvas_C_DrawOnProgressionUpdate"); \ static_assert(offsetof(HUDCanvas_C_DrawOnProgressionUpdate, Progression) == 0x000000, "Member 'HUDCanvas_C_DrawOnProgressionUpdate::Progression' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_DrawOnProgressionUpdate, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'HUDCanvas_C_DrawOnProgressionUpdate::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_DrawOnProgressionUpdate, CallFunc_IsUnlocked_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_DrawOnProgressionUpdate::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_SetSlotsAvailable \ static_assert(alignof(HUDCanvas_C_SetSlotsAvailable) == 0x000008, "Wrong alignment on HUDCanvas_C_SetSlotsAvailable"); \ static_assert(sizeof(HUDCanvas_C_SetSlotsAvailable) == 0x000028, "Wrong size on HUDCanvas_C_SetSlotsAvailable"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_bool_Variable) == 0x000000, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable) == 0x000001, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable_1) == 0x000002, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_bool_Variable_1) == 0x000003, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable_2) == 0x000004, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable_3) == 0x000005, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_bool_Variable_2) == 0x000006, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable_4) == 0x000007, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, Temp_byte_Variable_5) == 0x000008, "Member 'HUDCanvas_C_SetSlotsAvailable::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_SetSlotsAvailable::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'HUDCanvas_C_SetSlotsAvailable::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HUDCanvas_C_SetSlotsAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, CallFunc_CanEquip_ReturnValue) == 0x000021, "Member 'HUDCanvas_C_SetSlotsAvailable::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, CallFunc_CanEquip_ReturnValue_1) == 0x000022, "Member 'HUDCanvas_C_SetSlotsAvailable::CallFunc_CanEquip_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, K2Node_Select_Default) == 0x000023, "Member 'HUDCanvas_C_SetSlotsAvailable::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, K2Node_Select_Default_1) == 0x000024, "Member 'HUDCanvas_C_SetSlotsAvailable::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, CallFunc_CanEquip_ReturnValue_2) == 0x000025, "Member 'HUDCanvas_C_SetSlotsAvailable::CallFunc_CanEquip_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetSlotsAvailable, K2Node_Select_Default_2) == 0x000026, "Member 'HUDCanvas_C_SetSlotsAvailable::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_TrackLookCloser \ static_assert(alignof(HUDCanvas_C_TrackLookCloser) == 0x000008, "Wrong alignment on HUDCanvas_C_TrackLookCloser"); \ static_assert(sizeof(HUDCanvas_C_TrackLookCloser) == 0x000018, "Wrong size on HUDCanvas_C_TrackLookCloser"); \ static_assert(offsetof(HUDCanvas_C_TrackLookCloser, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'HUDCanvas_C_TrackLookCloser::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_TrackLookCloser, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_TrackLookCloser::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_SetCanLookCloser \ static_assert(alignof(HUDCanvas_C_SetCanLookCloser) == 0x000008, "Wrong alignment on HUDCanvas_C_SetCanLookCloser"); \ static_assert(sizeof(HUDCanvas_C_SetCanLookCloser) == 0x000038, "Wrong size on HUDCanvas_C_SetCanLookCloser"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, Temp_byte_Variable) == 0x000000, "Member 'HUDCanvas_C_SetCanLookCloser::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, Temp_byte_Variable_1) == 0x000001, "Member 'HUDCanvas_C_SetCanLookCloser::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, Temp_bool_Variable) == 0x000002, "Member 'HUDCanvas_C_SetCanLookCloser::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'HUDCanvas_C_SetCanLookCloser::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'HUDCanvas_C_SetCanLookCloser::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HUDCanvas_C_SetCanLookCloser::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000020, "Member 'HUDCanvas_C_SetCanLookCloser::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'HUDCanvas_C_SetCanLookCloser::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, CallFunc_CanUseLookCloserButton_bReturnValue) == 0x000031, "Member 'HUDCanvas_C_SetCanLookCloser::CallFunc_CanUseLookCloserButton_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetCanLookCloser, K2Node_Select_Default) == 0x000032, "Member 'HUDCanvas_C_SetCanLookCloser::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_SetHUDMode \ static_assert(alignof(HUDCanvas_C_SetHUDMode) == 0x000008, "Wrong alignment on HUDCanvas_C_SetHUDMode"); \ static_assert(sizeof(HUDCanvas_C_SetHUDMode) == 0x000130, "Wrong size on HUDCanvas_C_SetHUDMode"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, NewMode) == 0x000000, "Member 'HUDCanvas_C_SetHUDMode::NewMode' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable) == 0x000001, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable_1) == 0x000003, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable_2) == 0x000004, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_struct_Variable) == 0x000008, "Member 'HUDCanvas_C_SetHUDMode::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_struct_Variable_1) == 0x000018, "Member 'HUDCanvas_C_SetHUDMode::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_struct_Variable_2) == 0x000028, "Member 'HUDCanvas_C_SetHUDMode::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_struct_Variable_3) == 0x000038, "Member 'HUDCanvas_C_SetHUDMode::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_struct_Variable_4) == 0x000048, "Member 'HUDCanvas_C_SetHUDMode::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable_3) == 0x000058, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_text_Variable) == 0x000060, "Member 'HUDCanvas_C_SetHUDMode::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_text_Variable_1) == 0x000078, "Member 'HUDCanvas_C_SetHUDMode::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_text_Variable_2) == 0x000090, "Member 'HUDCanvas_C_SetHUDMode::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_text_Variable_3) == 0x0000A8, "Member 'HUDCanvas_C_SetHUDMode::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_text_Variable_4) == 0x0000C0, "Member 'HUDCanvas_C_SetHUDMode::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_bool_Variable) == 0x0000D8, "Member 'HUDCanvas_C_SetHUDMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable_4) == 0x0000D9, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_byte_Variable_5) == 0x0000DA, "Member 'HUDCanvas_C_SetHUDMode::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, K2Node_Select_Default) == 0x0000DB, "Member 'HUDCanvas_C_SetHUDMode::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, Temp_bool_Variable_1) == 0x0000DC, "Member 'HUDCanvas_C_SetHUDMode::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000DD, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0000E0, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_IsUnlocked_ReturnValue) == 0x0000E8, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000F0, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_BooleanAND_ReturnValue) == 0x0000F8, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, K2Node_Select_Default_1) == 0x0000F9, "Member 'HUDCanvas_C_SetHUDMode::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, K2Node_Select_Default_2) == 0x0000FC, "Member 'HUDCanvas_C_SetHUDMode::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, K2Node_Select_Default_3) == 0x000110, "Member 'HUDCanvas_C_SetHUDMode::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_SetHUDMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000128, "Member 'HUDCanvas_C_SetHUDMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_UpdateHintsAppearance \ static_assert(alignof(HUDCanvas_C_UpdateHintsAppearance) == 0x000008, "Wrong alignment on HUDCanvas_C_UpdateHintsAppearance"); \ static_assert(sizeof(HUDCanvas_C_UpdateHintsAppearance) == 0x000048, "Wrong size on HUDCanvas_C_UpdateHintsAppearance"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, bIsGamepadNow) == 0x000000, "Member 'HUDCanvas_C_UpdateHintsAppearance::bIsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, Temp_int_Array_Index_Variable) == 0x000004, "Member 'HUDCanvas_C_UpdateHintsAppearance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'HUDCanvas_C_UpdateHintsAppearance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_Array_Get_Item) == 0x000020, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000030, "Member 'HUDCanvas_C_UpdateHintsAppearance::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'HUDCanvas_C_UpdateHintsAppearance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_UpdateHintsAppearance, CallFunc_DoesImplementInterface_ReturnValue) == 0x000042, "Member 'HUDCanvas_C_UpdateHintsAppearance::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCanvas_C_ClearHintsWidgets \ static_assert(alignof(HUDCanvas_C_ClearHintsWidgets) == 0x000008, "Wrong alignment on HUDCanvas_C_ClearHintsWidgets"); \ static_assert(sizeof(HUDCanvas_C_ClearHintsWidgets) == 0x000038, "Wrong size on HUDCanvas_C_ClearHintsWidgets"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'HUDCanvas_C_ClearHintsWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'HUDCanvas_C_ClearHintsWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000032, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUDCanvas_C_ClearHintsWidgets, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'HUDCanvas_C_ClearHintsWidgets::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDCanvas_C \ static_assert(alignof(UHUDCanvas_C) == 0x000008, "Wrong alignment on UHUDCanvas_C"); \ static_assert(sizeof(UHUDCanvas_C) == 0x0003A0, "Wrong size on UHUDCanvas_C"); \ static_assert(offsetof(UHUDCanvas_C, UberGraphFrame) == 0x000260, "Member 'UHUDCanvas_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, DisplayMode) == 0x000268, "Member 'UHUDCanvas_C::DisplayMode' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ShowCleanTooltip) == 0x000270, "Member 'UHUDCanvas_C::ShowCleanTooltip' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, TeleportationWidgetShow) == 0x000278, "Member 'UHUDCanvas_C::TeleportationWidgetShow' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, CutsceneHide) == 0x000280, "Member 'UHUDCanvas_C::CutsceneHide' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, SupportEmpty) == 0x000288, "Member 'UHUDCanvas_C::SupportEmpty' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ToggleRightSide) == 0x000290, "Member 'UHUDCanvas_C::ToggleRightSide' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, FadeInOut) == 0x000298, "Member 'UHUDCanvas_C::FadeInOut' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, BasicContextHint) == 0x0002A0, "Member 'UHUDCanvas_C::BasicContextHint' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, BigNotifyManager_Base) == 0x0002A8, "Member 'UHUDCanvas_C::BigNotifyManager_Base' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, BookSlot) == 0x0002B0, "Member 'UHUDCanvas_C::BookSlot' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, CargoSlot) == 0x0002B8, "Member 'UHUDCanvas_C::CargoSlot' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ContextHints) == 0x0002C0, "Member 'UHUDCanvas_C::ContextHints' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, EnemyDamage_Base) == 0x0002C8, "Member 'UHUDCanvas_C::EnemyDamage_Base' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, EnemyHP) == 0x0002D0, "Member 'UHUDCanvas_C::EnemyHP' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, FadeScreenWidget) == 0x0002D8, "Member 'UHUDCanvas_C::FadeScreenWidget' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HammerSlot) == 0x0002E0, "Member 'UHUDCanvas_C::HammerSlot' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDChat) == 0x0002E8, "Member 'UHUDCanvas_C::HUDChat' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDDamageDirection) == 0x0002F0, "Member 'UHUDCanvas_C::HUDDamageDirection' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDHookCharge) == 0x0002F8, "Member 'UHUDCanvas_C::HUDHookCharge' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDObjectDescription) == 0x000300, "Member 'UHUDCanvas_C::HUDObjectDescription' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDPlayerStats) == 0x000308, "Member 'UHUDCanvas_C::HUDPlayerStats' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDWeaponInfo) == 0x000310, "Member 'UHUDCanvas_C::HUDWeaponInfo' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, HUDWeaponSlots) == 0x000318, "Member 'UHUDCanvas_C::HUDWeaponSlots' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, KeyTooltipLookCloser) == 0x000320, "Member 'UHUDCanvas_C::KeyTooltipLookCloser' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MainCanvas) == 0x000328, "Member 'UHUDCanvas_C::MainCanvas' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_CentrralPanel) == 0x000330, "Member 'UHUDCanvas_C::MOD_CentrralPanel' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_Compas) == 0x000338, "Member 'UHUDCanvas_C::MOD_Compas' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_Help) == 0x000340, "Member 'UHUDCanvas_C::MOD_Help' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_MarksOnScreen) == 0x000348, "Member 'UHUDCanvas_C::MOD_MarksOnScreen' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_Notification) == 0x000350, "Member 'UHUDCanvas_C::MOD_Notification' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, MOD_TaskInfo) == 0x000358, "Member 'UHUDCanvas_C::MOD_TaskInfo' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ModeAnnotaion) == 0x000360, "Member 'UHUDCanvas_C::ModeAnnotaion' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ModeImage) == 0x000368, "Member 'UHUDCanvas_C::ModeImage' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, ModeTitle) == 0x000370, "Member 'UHUDCanvas_C::ModeTitle' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, SupportSlot) == 0x000378, "Member 'UHUDCanvas_C::SupportSlot' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, TeleportWidget_Base) == 0x000380, "Member 'UHUDCanvas_C::TeleportWidget_Base' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, UtilitySlot) == 0x000388, "Member 'UHUDCanvas_C::UtilitySlot' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, isHidden) == 0x000390, "Member 'UHUDCanvas_C::isHidden' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, StartingRoomCycleComplete) == 0x000391, "Member 'UHUDCanvas_C::StartingRoomCycleComplete' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, bInstantCutsceneMode) == 0x000392, "Member 'UHUDCanvas_C::bInstantCutsceneMode' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, bIsInitialized) == 0x000393, "Member 'UHUDCanvas_C::bIsInitialized' has a wrong offset!"); \ static_assert(offsetof(UHUDCanvas_C, LookCloserTimer) == 0x000398, "Member 'UHUDCanvas_C::LookCloserTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_ExecuteUbergraph_GamepadController \ static_assert(alignof(GamepadController_C_ExecuteUbergraph_GamepadController) == 0x000008, "Wrong alignment on GamepadController_C_ExecuteUbergraph_GamepadController"); \ static_assert(sizeof(GamepadController_C_ExecuteUbergraph_GamepadController) == 0x000328, "Wrong size on GamepadController_C_ExecuteUbergraph_GamepadController"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, EntryPoint) == 0x000000, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, Temp_int_Array_Index_Variable_2) == 0x000024, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_KeyEvent_1) == 0x000028, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_KeyEvent_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_Widgets) == 0x000060, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_Widgets' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_HoverredIndex) == 0x000070, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_HoverredIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue) == 0x000078, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000090, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000091, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000092, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_1) == 0x000098, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_2) == 0x0000B0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_3) == 0x0000C8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_4) == 0x0000E0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_5) == 0x0000F8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000110, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000111, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000112, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000113, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetKey_ReturnValue_6) == 0x000118, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x000130, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x000131, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x000132, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_Widget_3) == 0x000138, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_Widget_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item) == 0x000140, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface) == 0x000148, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000160, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_DoesImplementInterface_ReturnValue) == 0x000171, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GPI_IsHoverable_CanBeHovered) == 0x000172, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GPI_IsHoverable_CanBeHovered' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_Widget_2) == 0x000178, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_Widget_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_Widget_1) == 0x000180, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_Widget_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000188, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_3) == 0x0001A0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_3) == 0x0001B0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x0001B1, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_4) == 0x0001B8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_4) == 0x0001C8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GPI_IsHovered_isHovered) == 0x0001C9, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GPI_IsHovered_isHovered' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_DoesImplementInterface_ReturnValue_2) == 0x0001CA, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_DoesImplementInterface_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Length_ReturnValue) == 0x0001CC, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x0001D1, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x0001D2, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetPreviousIndex_OK) == 0x0001D3, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetPreviousIndex_OK' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_1) == 0x0001D8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_2) == 0x0001E0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextIndex_OK) == 0x0001E8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextIndex_OK' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_ItemToFind) == 0x0001F0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_ItemToFind' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Find_ReturnValue) == 0x0001F8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_3) == 0x000200, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_4) == 0x000208, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_5) == 0x000210, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_5) == 0x000220, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_IsValid_ReturnValue) == 0x000221, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000222, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Length_ReturnValue_1) == 0x000224, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Less_IntInt_ReturnValue) == 0x000228, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_5) == 0x000230, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Length_ReturnValue_2) == 0x000238, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Less_IntInt_ReturnValue_1) == 0x00023C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_6) == 0x000240, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Output) == 0x000248, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Output' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Ok) == 0x000250, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Ok' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Output_1) == 0x000254, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Output_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Ok_1) == 0x00025C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Ok_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Output_2) == 0x000260, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Output_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Ok_2) == 0x000268, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Ok_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Output_3) == 0x00026C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Output_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_GetNextCoords_Ok_3) == 0x000274, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_GetNextCoords_Ok_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_BreakVector2D_X) == 0x000278, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_BreakVector2D_Y) == 0x00027C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_FTrunc_ReturnValue) == 0x000280, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Length_ReturnValue_3) == 0x000284, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_FTrunc_ReturnValue_1) == 0x000288, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00028C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_MakeStruct_CellCoord) == 0x000290, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_BreakVector2D_X_1) == 0x000298, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_BreakVector2D_Y_1) == 0x00029C, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_FTrunc_ReturnValue_2) == 0x0002A0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x0002A4, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_FTrunc_ReturnValue_3) == 0x0002A8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_MakeStruct_CellCoord_1) == 0x0002AC, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x0002B4, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_KeyEvent) == 0x0002B8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_KeyEvent' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_CustomEvent_Widget) == 0x0002F0, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_CustomEvent_Widget' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_7) == 0x0002F8, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_AsGamepad_Interface_6) == 0x000300, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_AsGamepad_Interface_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, K2Node_DynamicCast_bSuccess_6) == 0x000310, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_DoesImplementInterface_ReturnValue_3) == 0x000311, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_DoesImplementInterface_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Length_ReturnValue_4) == 0x000314, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Array_Get_Item_8) == 0x000318, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_ExecuteUbergraph_GamepadController, CallFunc_Less_IntInt_ReturnValue_2) == 0x000320, "Member 'GamepadController_C_ExecuteUbergraph_GamepadController::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Event_Release \ static_assert(alignof(GamepadController_C_Event_Release) == 0x000008, "Wrong alignment on GamepadController_C_Event_Release"); \ static_assert(sizeof(GamepadController_C_Event_Release) == 0x000008, "Wrong size on GamepadController_C_Event_Release"); \ static_assert(offsetof(GamepadController_C_Event_Release, Widget) == 0x000000, "Member 'GamepadController_C_Event_Release::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_OnKeyRelease \ static_assert(alignof(GamepadController_C_OnKeyRelease) == 0x000008, "Wrong alignment on GamepadController_C_OnKeyRelease"); \ static_assert(sizeof(GamepadController_C_OnKeyRelease) == 0x000038, "Wrong size on GamepadController_C_OnKeyRelease"); \ static_assert(offsetof(GamepadController_C_OnKeyRelease, KeyEvent) == 0x000000, "Member 'GamepadController_C_OnKeyRelease::KeyEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_HoverWidget \ static_assert(alignof(GamepadController_C_HoverWidget) == 0x000008, "Wrong alignment on GamepadController_C_HoverWidget"); \ static_assert(sizeof(GamepadController_C_HoverWidget) == 0x000008, "Wrong size on GamepadController_C_HoverWidget"); \ static_assert(offsetof(GamepadController_C_HoverWidget, ItemToFind) == 0x000000, "Member 'GamepadController_C_HoverWidget::ItemToFind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Event_Click \ static_assert(alignof(GamepadController_C_Event_Click) == 0x000008, "Wrong alignment on GamepadController_C_Event_Click"); \ static_assert(sizeof(GamepadController_C_Event_Click) == 0x000008, "Wrong size on GamepadController_C_Event_Click"); \ static_assert(offsetof(GamepadController_C_Event_Click, Widget) == 0x000000, "Member 'GamepadController_C_Event_Click::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Event_Unhover \ static_assert(alignof(GamepadController_C_Event_Unhover) == 0x000008, "Wrong alignment on GamepadController_C_Event_Unhover"); \ static_assert(sizeof(GamepadController_C_Event_Unhover) == 0x000008, "Wrong size on GamepadController_C_Event_Unhover"); \ static_assert(offsetof(GamepadController_C_Event_Unhover, Widget) == 0x000000, "Member 'GamepadController_C_Event_Unhover::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Event_Hover \ static_assert(alignof(GamepadController_C_Event_Hover) == 0x000008, "Wrong alignment on GamepadController_C_Event_Hover"); \ static_assert(sizeof(GamepadController_C_Event_Hover) == 0x000008, "Wrong size on GamepadController_C_Event_Hover"); \ static_assert(offsetof(GamepadController_C_Event_Hover, Widget) == 0x000000, "Member 'GamepadController_C_Event_Hover::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_SetSelectedWidgets \ static_assert(alignof(GamepadController_C_SetSelectedWidgets) == 0x000008, "Wrong alignment on GamepadController_C_SetSelectedWidgets"); \ static_assert(sizeof(GamepadController_C_SetSelectedWidgets) == 0x000018, "Wrong size on GamepadController_C_SetSelectedWidgets"); \ static_assert(offsetof(GamepadController_C_SetSelectedWidgets, widgets_0) == 0x000000, "Member 'GamepadController_C_SetSelectedWidgets::widgets_0' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_SetSelectedWidgets, HoverredIndex) == 0x000010, "Member 'GamepadController_C_SetSelectedWidgets::HoverredIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_OnKeyPress \ static_assert(alignof(GamepadController_C_OnKeyPress) == 0x000008, "Wrong alignment on GamepadController_C_OnKeyPress"); \ static_assert(sizeof(GamepadController_C_OnKeyPress) == 0x000038, "Wrong size on GamepadController_C_OnKeyPress"); \ static_assert(offsetof(GamepadController_C_OnKeyPress, KeyEvent) == 0x000000, "Member 'GamepadController_C_OnKeyPress::KeyEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_IsGamepadMode \ static_assert(alignof(GamepadController_C_IsGamepadMode) == 0x000008, "Wrong alignment on GamepadController_C_IsGamepadMode"); \ static_assert(sizeof(GamepadController_C_IsGamepadMode) == 0x000038, "Wrong size on GamepadController_C_IsGamepadMode"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, Is_Gamepad_Mode) == 0x000000, "Member 'GamepadController_C_IsGamepadMode::Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'GamepadController_C_IsGamepadMode::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, CallFunc_GetHUD_ReturnValue_1) == 0x000010, "Member 'GamepadController_C_IsGamepadMode::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000018, "Member 'GamepadController_C_IsGamepadMode::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GamepadController_C_IsGamepadMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, K2Node_DynamicCast_AsHUD_Ansora) == 0x000028, "Member 'GamepadController_C_IsGamepadMode::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_IsGamepadMode, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'GamepadController_C_IsGamepadMode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_CheckIsGamepadPress \ static_assert(alignof(GamepadController_C_CheckIsGamepadPress) == 0x000008, "Wrong alignment on GamepadController_C_CheckIsGamepadPress"); \ static_assert(sizeof(GamepadController_C_CheckIsGamepadPress) == 0x000080, "Wrong size on GamepadController_C_CheckIsGamepadPress"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, Key) == 0x000000, "Member 'GamepadController_C_CheckIsGamepadPress::Key' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_Key_IsValid_ReturnValue) == 0x000018, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_GetHUD_ReturnValue) == 0x000020, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000028, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000031, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_GetHUD_ReturnValue_1) == 0x000038, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_GetHUD_ReturnValue_2) == 0x000040, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x000048, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_AsHUD_Ansora) == 0x000058, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, CallFunc_GetHUD_ReturnValue_3) == 0x000068, "Member 'GamepadController_C_CheckIsGamepadPress::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000070, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CheckIsGamepadPress, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'GamepadController_C_CheckIsGamepadPress::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_GetPreviousIndex \ static_assert(alignof(GamepadController_C_GetPreviousIndex) == 0x000008, "Wrong alignment on GamepadController_C_GetPreviousIndex"); \ static_assert(sizeof(GamepadController_C_GetPreviousIndex) == 0x000050, "Wrong size on GamepadController_C_GetPreviousIndex"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, Ok) == 0x000000, "Member 'GamepadController_C_GetPreviousIndex::Ok' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, Attempt) == 0x000004, "Member 'GamepadController_C_GetPreviousIndex::Attempt' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, LocalCurrentIndex) == 0x000008, "Member 'GamepadController_C_GetPreviousIndex::LocalCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, LocalOldIndex) == 0x00000C, "Member 'GamepadController_C_GetPreviousIndex::LocalOldIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, Temp_int_Variable) == 0x000010, "Member 'GamepadController_C_GetPreviousIndex::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000028, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000029, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00002A, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Array_Get_Item) == 0x000030, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, K2Node_DynamicCast_AsGamepad_Interface) == 0x000038, "Member 'GamepadController_C_GetPreviousIndex::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'GamepadController_C_GetPreviousIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_GPI_IsHoverable_CanBeHovered) == 0x000049, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_GPI_IsHoverable_CanBeHovered' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetPreviousIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x00004C, "Member 'GamepadController_C_GetPreviousIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_GetNextIndex \ static_assert(alignof(GamepadController_C_GetNextIndex) == 0x000008, "Wrong alignment on GamepadController_C_GetNextIndex"); \ static_assert(sizeof(GamepadController_C_GetNextIndex) == 0x000058, "Wrong size on GamepadController_C_GetNextIndex"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, Ok) == 0x000000, "Member 'GamepadController_C_GetNextIndex::Ok' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, Attempt) == 0x000004, "Member 'GamepadController_C_GetNextIndex::Attempt' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, LocalOldIndex) == 0x000008, "Member 'GamepadController_C_GetNextIndex::LocalOldIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, LocalCurrentIndex) == 0x00000C, "Member 'GamepadController_C_GetNextIndex::LocalCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'GamepadController_C_GetNextIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GamepadController_C_GetNextIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'GamepadController_C_GetNextIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'GamepadController_C_GetNextIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'GamepadController_C_GetNextIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'GamepadController_C_GetNextIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, Temp_int_Variable) == 0x000028, "Member 'GamepadController_C_GetNextIndex::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00002C, "Member 'GamepadController_C_GetNextIndex::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Array_Get_Item) == 0x000030, "Member 'GamepadController_C_GetNextIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, K2Node_DynamicCast_AsGamepad_Interface) == 0x000038, "Member 'GamepadController_C_GetNextIndex::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'GamepadController_C_GetNextIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_GPI_IsHoverable_CanBeHovered) == 0x000049, "Member 'GamepadController_C_GetNextIndex::CallFunc_GPI_IsHoverable_CanBeHovered' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x00004C, "Member 'GamepadController_C_GetNextIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextIndex, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000050, "Member 'GamepadController_C_GetNextIndex::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_GetNextCoords \ static_assert(alignof(GamepadController_C_GetNextCoords) == 0x000008, "Wrong alignment on GamepadController_C_GetNextCoords"); \ static_assert(sizeof(GamepadController_C_GetNextCoords) == 0x000090, "Wrong size on GamepadController_C_GetNextCoords"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, BaseCoords) == 0x000000, "Member 'GamepadController_C_GetNextCoords::BaseCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, Direction) == 0x000008, "Member 'GamepadController_C_GetNextCoords::Direction' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, Output) == 0x00000C, "Member 'GamepadController_C_GetNextCoords::Output' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, Ok) == 0x000014, "Member 'GamepadController_C_GetNextCoords::Ok' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, LocalIndex) == 0x000018, "Member 'GamepadController_C_GetNextCoords::LocalIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, LocalProxyValue) == 0x00001C, "Member 'GamepadController_C_GetNextCoords::LocalProxyValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, LocalSubArray) == 0x000020, "Member 'GamepadController_C_GetNextCoords::LocalSubArray' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, LocalProxyCoords) == 0x000030, "Member 'GamepadController_C_GetNextCoords::LocalProxyCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, LocalBaseCoords) == 0x000038, "Member 'GamepadController_C_GetNextCoords::LocalBaseCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'GamepadController_C_GetNextCoords::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'GamepadController_C_GetNextCoords::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'GamepadController_C_GetNextCoords::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'GamepadController_C_GetNextCoords::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_BreakVector2D_X) == 0x000050, "Member 'GamepadController_C_GetNextCoords::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'GamepadController_C_GetNextCoords::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, Temp_int_Array_Index_Variable) == 0x000058, "Member 'GamepadController_C_GetNextCoords::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Array_Get_Item) == 0x00005C, "Member 'GamepadController_C_GetNextCoords::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_BreakVector2D_X_1) == 0x000064, "Member 'GamepadController_C_GetNextCoords::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_BreakVector2D_Y_1) == 0x000068, "Member 'GamepadController_C_GetNextCoords::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00006C, "Member 'GamepadController_C_GetNextCoords::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000070, "Member 'GamepadController_C_GetNextCoords::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Abs_ReturnValue) == 0x000074, "Member 'GamepadController_C_GetNextCoords::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Abs_ReturnValue_1) == 0x000078, "Member 'GamepadController_C_GetNextCoords::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Add_FloatFloat_ReturnValue) == 0x00007C, "Member 'GamepadController_C_GetNextCoords::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'GamepadController_C_GetNextCoords::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000088, "Member 'GamepadController_C_GetNextCoords::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Less_FloatFloat_ReturnValue) == 0x000089, "Member 'GamepadController_C_GetNextCoords::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_GetNextCoords, CallFunc_Is_Suitable_in_Direction__IsSutiable) == 0x00008A, "Member 'GamepadController_C_GetNextCoords::CallFunc_Is_Suitable_in_Direction__IsSutiable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_CoordsInLayout \ static_assert(alignof(GamepadController_C_CoordsInLayout) == 0x000004, "Wrong alignment on GamepadController_C_CoordsInLayout"); \ static_assert(sizeof(GamepadController_C_CoordsInLayout) == 0x00002C, "Wrong size on GamepadController_C_CoordsInLayout"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, Layout) == 0x000000, "Member 'GamepadController_C_CoordsInLayout::Layout' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, Coords) == 0x000008, "Member 'GamepadController_C_CoordsInLayout::Coords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, ReturnValue) == 0x000010, "Member 'GamepadController_C_CoordsInLayout::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BreakVector2D_X) == 0x000014, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BreakVector2D_X_1) == 0x00001C, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BreakVector2D_Y_1) == 0x000020, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'GamepadController_C_CoordsInLayout::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_Less_FloatFloat_ReturnValue) == 0x000025, "Member 'GamepadController_C_CoordsInLayout::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000026, "Member 'GamepadController_C_CoordsInLayout::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000027, "Member 'GamepadController_C_CoordsInLayout::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BooleanAND_ReturnValue_1) == 0x000029, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_CoordsInLayout, CallFunc_BooleanAND_ReturnValue_2) == 0x00002A, "Member 'GamepadController_C_CoordsInLayout::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_SetGridCoords \ static_assert(alignof(GamepadController_C_SetGridCoords) == 0x000008, "Wrong alignment on GamepadController_C_SetGridCoords"); \ static_assert(sizeof(GamepadController_C_SetGridCoords) == 0x000010, "Wrong size on GamepadController_C_SetGridCoords"); \ static_assert(offsetof(GamepadController_C_SetGridCoords, GridArray_0) == 0x000000, "Member 'GamepadController_C_SetGridCoords::GridArray_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_IniGidMode \ static_assert(alignof(GamepadController_C_IniGidMode) == 0x000008, "Wrong alignment on GamepadController_C_IniGidMode"); \ static_assert(sizeof(GamepadController_C_IniGidMode) == 0x000010, "Wrong size on GamepadController_C_IniGidMode"); \ static_assert(offsetof(GamepadController_C_IniGidMode, GridArray_0) == 0x000000, "Member 'GamepadController_C_IniGidMode::GridArray_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Is_Suitable_in_Direction_ \ static_assert(alignof(GamepadController_C_Is_Suitable_in_Direction_) == 0x000004, "Wrong alignment on GamepadController_C_Is_Suitable_in_Direction_"); \ static_assert(sizeof(GamepadController_C_Is_Suitable_in_Direction_) == 0x000078, "Wrong size on GamepadController_C_Is_Suitable_in_Direction_"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CellCoords) == 0x000000, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CellCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, BaseCellCoords) == 0x000008, "Member 'GamepadController_C_Is_Suitable_in_Direction_::BaseCellCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, Direction) == 0x000010, "Member 'GamepadController_C_Is_Suitable_in_Direction_::Direction' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, IsSutiable) == 0x000011, "Member 'GamepadController_C_Is_Suitable_in_Direction_::IsSutiable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, LocalBaseCoords) == 0x000014, "Member 'GamepadController_C_Is_Suitable_in_Direction_::LocalBaseCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, LocalProxyCell) == 0x00001C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::LocalProxyCell' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'GamepadController_C_Is_Suitable_in_Direction_::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X) == 0x000028, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y) == 0x00002C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_1) == 0x000030, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_1) == 0x000034, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_2) == 0x000038, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_2) == 0x00003C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_3) == 0x000044, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_3) == 0x000048, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_Less_FloatFloat_ReturnValue) == 0x00004C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_4) == 0x000050, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_4) == 0x000054, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_5) == 0x000058, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_5) == 0x00005C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_6) == 0x000060, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_6) == 0x000064, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000068, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_X_7) == 0x00006C, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_X_7' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_BreakVector2D_Y_7) == 0x000070, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_BreakVector2D_Y_7' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Is_Suitable_in_Direction_, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000074, "Member 'GamepadController_C_Is_Suitable_in_Direction_::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GamepadController_C_Get_Last_Cell_at_Side \ static_assert(alignof(GamepadController_C_Get_Last_Cell_at_Side) == 0x000004, "Wrong alignment on GamepadController_C_Get_Last_Cell_at_Side"); \ static_assert(sizeof(GamepadController_C_Get_Last_Cell_at_Side) == 0x000040, "Wrong size on GamepadController_C_Get_Last_Cell_at_Side"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, LastTranslatedCoords) == 0x000000, "Member 'GamepadController_C_Get_Last_Cell_at_Side::LastTranslatedCoords' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, BestGridIndex) == 0x000008, "Member 'GamepadController_C_Get_Last_Cell_at_Side::BestGridIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, BestIndex) == 0x00000C, "Member 'GamepadController_C_Get_Last_Cell_at_Side::BestIndex' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, BestDistance) == 0x000010, "Member 'GamepadController_C_Get_Last_Cell_at_Side::BestDistance' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, Target) == 0x000014, "Member 'GamepadController_C_Get_Last_Cell_at_Side::Target' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'GamepadController_C_Get_Last_Cell_at_Side::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'GamepadController_C_Get_Last_Cell_at_Side::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_Array_Get_Item) == 0x00002C, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_DistanceSquared2D_ReturnValue) == 0x000038, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GamepadController_C_Get_Last_Cell_at_Side, CallFunc_Less_FloatFloat_ReturnValue) == 0x00003C, "Member 'GamepadController_C_Get_Last_Cell_at_Side::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGamepadController_C \ static_assert(alignof(UGamepadController_C) == 0x000008, "Wrong alignment on UGamepadController_C"); \ static_assert(sizeof(UGamepadController_C) == 0x000158, "Wrong size on UGamepadController_C"); \ static_assert(offsetof(UGamepadController_C, UberGraphFrame) == 0x000028, "Member 'UGamepadController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Left) == 0x000030, "Member 'UGamepadController_C::Left' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Right) == 0x000048, "Member 'UGamepadController_C::Right' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Select) == 0x000060, "Member 'UGamepadController_C::Select' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, widgets) == 0x000078, "Member 'UGamepadController_C::widgets' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, CurrentIndex) == 0x000088, "Member 'UGamepadController_C::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Hover) == 0x000090, "Member 'UGamepadController_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Unhover) == 0x0000A0, "Member 'UGamepadController_C::Unhover' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, SelectEvent) == 0x0000B0, "Member 'UGamepadController_C::SelectEvent' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, OldIndex) == 0x0000C0, "Member 'UGamepadController_C::OldIndex' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Back) == 0x0000C8, "Member 'UGamepadController_C::Back' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, BackKey) == 0x0000D8, "Member 'UGamepadController_C::BackKey' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, PlayerController) == 0x0000F0, "Member 'UGamepadController_C::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, GridArray) == 0x0000F8, "Member 'UGamepadController_C::GridArray' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, Layotsize) == 0x000108, "Member 'UGamepadController_C::Layotsize' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, GridFocusedCoords) == 0x000110, "Member 'UGamepadController_C::GridFocusedCoords' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, HoverCell) == 0x000118, "Member 'UGamepadController_C::HoverCell' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, ClickOnCell) == 0x000128, "Member 'UGamepadController_C::ClickOnCell' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, HoverCellAbsoluteCoords) == 0x000138, "Member 'UGamepadController_C::HoverCellAbsoluteCoords' has a wrong offset!"); \ static_assert(offsetof(UGamepadController_C, OnWentOutOfGrid) == 0x000148, "Member 'UGamepadController_C::OnWentOutOfGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_ExecuteUbergraph_GameHUD \ static_assert(alignof(GameHUD_C_ExecuteUbergraph_GameHUD) == 0x000008, "Wrong alignment on GameHUD_C_ExecuteUbergraph_GameHUD"); \ static_assert(sizeof(GameHUD_C_ExecuteUbergraph_GameHUD) == 0x0006A8, "Wrong size on GameHUD_C_ExecuteUbergraph_GameHUD"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, EntryPoint) == 0x000000, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetCommandLine_ReturnValue) == 0x000008, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Contains_ReturnValue) == 0x000018, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_bool_Variable) == 0x000019, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_byte_Variable) == 0x00001A, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_byte_Variable_1) == 0x00001B, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_int_Array_Index_Variable_1) == 0x000058, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000060, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000068, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsThird_Person_Character) == 0x000078, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetController_ReturnValue) == 0x000088, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsPlayer_Controller) == 0x000090, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetHUD_ReturnValue) == 0x0000A0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetAppVersion_ReturnValue) == 0x0000A8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetAppVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsHUD_Ansora) == 0x0000B8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess_3) == 0x0000C0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetGameInstance_ReturnValue) == 0x000120, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeArray_Array) == 0x000128, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsFGGame_Instance) == 0x000138, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess_4) == 0x000140, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Format_ReturnValue) == 0x000148, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, Temp_int_Loop_Counter_Variable_1) == 0x000164, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsValid_ReturnValue_1) == 0x000168, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Add_IntInt_ReturnValue_1) == 0x00016C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_1) == 0x000170, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001B0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001F0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_4) == 0x000230, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetWorldRate_ReturnValue) == 0x000270, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_5) == 0x000278, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002B8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002C0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeArray_Array_1) == 0x000300, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Format_ReturnValue_1) == 0x000310, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsValid_ReturnValue_2) == 0x000328, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Array_Get_Item) == 0x000330, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Concat_StrStr_ReturnValue) == 0x000378, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Array_Length_ReturnValue) == 0x000388, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_7) == 0x000390, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Less_IntInt_ReturnValue) == 0x0003D0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003D8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeArray_Array_2) == 0x000418, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Array_Get_Item_1) == 0x000428, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Format_ReturnValue_2) == 0x000458, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Conv_TextToString_ReturnValue) == 0x000470, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_9) == 0x000480, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetPathTokenImplicitName_ReturnValue) == 0x0004C0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetPathTokenImplicitName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Array_Length_ReturnValue_1) == 0x0004D8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_10) == 0x0004E0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Less_IntInt_ReturnValue_1) == 0x000520, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeArray_Array_3) == 0x000528, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Format_ReturnValue_3) == 0x000538, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000550, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000560, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000570, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_11) == 0x000588, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0005C8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0005D8, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0005F0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeStruct_FormatArgumentData_12) == 0x000600, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_MakeArray_Array_4) == 0x000640, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_Format_ReturnValue_4) == 0x000650, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CustomEvent_NewTrainRelation) == 0x000668, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CustomEvent_NewTrainRelation' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsVisible_ReturnValue) == 0x000669, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsVisible_ReturnValue_1) == 0x00066A, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsVisible_ReturnValue_2) == 0x00066B, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_BooleanOR_ReturnValue) == 0x00066C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_BooleanOR_ReturnValue_1) == 0x00066D, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00066E, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000670, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000680, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_IsWithEditor_ReturnValue) == 0x000688, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_CustomEvent_isVisible) == 0x000689, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_CustomEvent_isVisible' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_BooleanOR_ReturnValue_2) == 0x00068A, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_Select_Default) == 0x00068B, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_BooleanOR_ReturnValue_3) == 0x00068C, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000690, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000698, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_ExecuteUbergraph_GameHUD, K2Node_DynamicCast_bSuccess_5) == 0x0006A0, "Member 'GameHUD_C_ExecuteUbergraph_GameHUD::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_OnSubtitlesVisibilityChanged \ static_assert(alignof(GameHUD_C_OnSubtitlesVisibilityChanged) == 0x000001, "Wrong alignment on GameHUD_C_OnSubtitlesVisibilityChanged"); \ static_assert(sizeof(GameHUD_C_OnSubtitlesVisibilityChanged) == 0x000001, "Wrong size on GameHUD_C_OnSubtitlesVisibilityChanged"); \ static_assert(offsetof(GameHUD_C_OnSubtitlesVisibilityChanged, IsVisible_0) == 0x000000, "Member 'GameHUD_C_OnSubtitlesVisibilityChanged::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_OnTrainRelationChanged_Event \ static_assert(alignof(GameHUD_C_OnTrainRelationChanged_Event) == 0x000001, "Wrong alignment on GameHUD_C_OnTrainRelationChanged_Event"); \ static_assert(sizeof(GameHUD_C_OnTrainRelationChanged_Event) == 0x000001, "Wrong size on GameHUD_C_OnTrainRelationChanged_Event"); \ static_assert(offsetof(GameHUD_C_OnTrainRelationChanged_Event, NewTrainRelation) == 0x000000, "Member 'GameHUD_C_OnTrainRelationChanged_Event::NewTrainRelation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetServerTimeText \ static_assert(alignof(GameHUD_C_GetServerTimeText) == 0x000008, "Wrong alignment on GameHUD_C_GetServerTimeText"); \ static_assert(sizeof(GameHUD_C_GetServerTimeText) == 0x000098, "Wrong size on GameHUD_C_GetServerTimeText"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetServerTimeText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'GameHUD_C_GetServerTimeText::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'GameHUD_C_GetServerTimeText::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GameHUD_C_GetServerTimeText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'GameHUD_C_GetServerTimeText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'GameHUD_C_GetServerTimeText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, K2Node_MakeArray_Array) == 0x000070, "Member 'GameHUD_C_GetServerTimeText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetServerTimeText, CallFunc_Format_ReturnValue) == 0x000080, "Member 'GameHUD_C_GetServerTimeText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetGameTimeText \ static_assert(alignof(GameHUD_C_GetGameTimeText) == 0x000008, "Wrong alignment on GameHUD_C_GetGameTimeText"); \ static_assert(sizeof(GameHUD_C_GetGameTimeText) == 0x000118, "Wrong size on GameHUD_C_GetGameTimeText"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetGameTimeText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'GameHUD_C_GetGameTimeText::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'GameHUD_C_GetGameTimeText::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GameHUD_C_GetGameTimeText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'GameHUD_C_GetGameTimeText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000030, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000034, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_FFloor_ReturnValue) == 0x000038, "Member 'GameHUD_C_GetGameTimeText::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_FFloor_ReturnValue_1) == 0x00003C, "Member 'GameHUD_C_GetGameTimeText::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000058, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'GameHUD_C_GetGameTimeText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'GameHUD_C_GetGameTimeText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, K2Node_MakeArray_Array) == 0x0000F0, "Member 'GameHUD_C_GetGameTimeText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetGameTimeText, CallFunc_Format_ReturnValue) == 0x000100, "Member 'GameHUD_C_GetGameTimeText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetCoordsText \ static_assert(alignof(GameHUD_C_GetCoordsText) == 0x000008, "Wrong alignment on GameHUD_C_GetCoordsText"); \ static_assert(sizeof(GameHUD_C_GetCoordsText) == 0x000170, "Wrong size on GameHUD_C_GetCoordsText"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetCoordsText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'GameHUD_C_GetCoordsText::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'GameHUD_C_GetCoordsText::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'GameHUD_C_GetCoordsText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_BreakVector_X) == 0x000030, "Member 'GameHUD_C_GetCoordsText::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_BreakVector_Y) == 0x000034, "Member 'GameHUD_C_GetCoordsText::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_BreakVector_Z) == 0x000038, "Member 'GameHUD_C_GetCoordsText::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_Conv_FloatToText_ReturnValue) == 0x000040, "Member 'GameHUD_C_GetCoordsText::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000058, "Member 'GameHUD_C_GetCoordsText::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'GameHUD_C_GetCoordsText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'GameHUD_C_GetCoordsText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0000F0, "Member 'GameHUD_C_GetCoordsText::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'GameHUD_C_GetCoordsText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, K2Node_MakeArray_Array) == 0x000148, "Member 'GameHUD_C_GetCoordsText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCoordsText, CallFunc_Format_ReturnValue) == 0x000158, "Member 'GameHUD_C_GetCoordsText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetCurrentWorldSeed \ static_assert(alignof(GameHUD_C_GetCurrentWorldSeed) == 0x000008, "Wrong alignment on GameHUD_C_GetCurrentWorldSeed"); \ static_assert(sizeof(GameHUD_C_GetCurrentWorldSeed) == 0x0000B0, "Wrong size on GameHUD_C_GetCurrentWorldSeed"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetCurrentWorldSeed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'GameHUD_C_GetCurrentWorldSeed::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'GameHUD_C_GetCurrentWorldSeed::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GameHUD_C_GetCurrentWorldSeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'GameHUD_C_GetCurrentWorldSeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'GameHUD_C_GetCurrentWorldSeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'GameHUD_C_GetCurrentWorldSeed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'GameHUD_C_GetCurrentWorldSeed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, K2Node_MakeArray_Array) == 0x000088, "Member 'GameHUD_C_GetCurrentWorldSeed::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetCurrentWorldSeed, CallFunc_Format_ReturnValue) == 0x000098, "Member 'GameHUD_C_GetCurrentWorldSeed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetVisibility_0 \ static_assert(alignof(GameHUD_C_GetVisibility_0) == 0x000008, "Wrong alignment on GameHUD_C_GetVisibility_0"); \ static_assert(sizeof(GameHUD_C_GetVisibility_0) == 0x000060, "Wrong size on GameHUD_C_GetVisibility_0"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetVisibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_byte_Variable) == 0x000001, "Member 'GameHUD_C_GetVisibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_bool_True_if_break_was_hit_Variable) == 0x000002, "Member 'GameHUD_C_GetVisibility_0::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GameHUD_C_GetVisibility_0::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GameHUD_C_GetVisibility_0::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_byte_Variable_1) == 0x000010, "Member 'GameHUD_C_GetVisibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, Temp_bool_Variable) == 0x000018, "Member 'GameHUD_C_GetVisibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, K2Node_Select_Default) == 0x000019, "Member 'GameHUD_C_GetVisibility_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'GameHUD_C_GetVisibility_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_GetActiveEffects_ReturnValue) == 0x000020, "Member 'GameHUD_C_GetVisibility_0::CallFunc_GetActiveEffects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Array_Get_Item) == 0x000038, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, K2Node_DynamicCast_AsEffect_Overload) == 0x000048, "Member 'GameHUD_C_GetVisibility_0::K2Node_DynamicCast_AsEffect_Overload' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'GameHUD_C_GetVisibility_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'GameHUD_C_GetVisibility_0::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_0, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'GameHUD_C_GetVisibility_0::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetText_0 \ static_assert(alignof(GameHUD_C_GetText_0) == 0x000008, "Wrong alignment on GameHUD_C_GetText_0"); \ static_assert(sizeof(GameHUD_C_GetText_0) == 0x000088, "Wrong size on GameHUD_C_GetText_0"); \ static_assert(offsetof(GameHUD_C_GetText_0, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetText_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_0, CallFunc_GetWorldRate_ReturnValue) == 0x000018, "Member 'GameHUD_C_GetText_0::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_0, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'GameHUD_C_GetText_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_0, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'GameHUD_C_GetText_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_0, K2Node_MakeArray_Array) == 0x000060, "Member 'GameHUD_C_GetText_0::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_0, CallFunc_Format_ReturnValue) == 0x000070, "Member 'GameHUD_C_GetText_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_Get_DebugBox_Visibility_0 \ static_assert(alignof(GameHUD_C_Get_DebugBox_Visibility_0) == 0x000001, "Wrong alignment on GameHUD_C_Get_DebugBox_Visibility_0"); \ static_assert(sizeof(GameHUD_C_Get_DebugBox_Visibility_0) == 0x000006, "Wrong size on GameHUD_C_Get_DebugBox_Visibility_0"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, ReturnValue) == 0x000000, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, CallFunc_IsWithEditor_ReturnValue) == 0x000004, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_DebugBox_Visibility_0, K2Node_Select_Default) == 0x000005, "Member 'GameHUD_C_Get_DebugBox_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_Get_Winch_Visibility_0 \ static_assert(alignof(GameHUD_C_Get_Winch_Visibility_0) == 0x000001, "Wrong alignment on GameHUD_C_Get_Winch_Visibility_0"); \ static_assert(sizeof(GameHUD_C_Get_Winch_Visibility_0) == 0x000006, "Wrong size on GameHUD_C_Get_Winch_Visibility_0"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, ReturnValue) == 0x000000, "Member 'GameHUD_C_Get_Winch_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'GameHUD_C_Get_Winch_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'GameHUD_C_Get_Winch_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'GameHUD_C_Get_Winch_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'GameHUD_C_Get_Winch_Visibility_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_Winch_Visibility_0, K2Node_Select_Default) == 0x000005, "Member 'GameHUD_C_Get_Winch_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_Get_HookIcon_Visibility_0 \ static_assert(alignof(GameHUD_C_Get_HookIcon_Visibility_0) == 0x000001, "Wrong alignment on GameHUD_C_Get_HookIcon_Visibility_0"); \ static_assert(sizeof(GameHUD_C_Get_HookIcon_Visibility_0) == 0x000006, "Wrong size on GameHUD_C_Get_HookIcon_Visibility_0"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, ReturnValue) == 0x000000, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, Temp_bool_Variable) == 0x000001, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, Temp_byte_Variable) == 0x000002, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_Get_HookIcon_Visibility_0, K2Node_Select_Default) == 0x000005, "Member 'GameHUD_C_Get_HookIcon_Visibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetText_1 \ static_assert(alignof(GameHUD_C_GetText_1) == 0x000008, "Wrong alignment on GameHUD_C_GetText_1"); \ static_assert(sizeof(GameHUD_C_GetText_1) == 0x0000A8, "Wrong size on GameHUD_C_GetText_1"); \ static_assert(offsetof(GameHUD_C_GetText_1, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetText_1::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, Temp_bool_Variable) == 0x000018, "Member 'GameHUD_C_GetText_1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, Temp_text_Variable) == 0x000020, "Member 'GameHUD_C_GetText_1::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, Temp_text_Variable_1) == 0x000038, "Member 'GameHUD_C_GetText_1::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, Temp_bool_Variable_1) == 0x000050, "Member 'GameHUD_C_GetText_1::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, Temp_text_Variable_2) == 0x000058, "Member 'GameHUD_C_GetText_1::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'GameHUD_C_GetText_1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, CallFunc_IsWinchLearned_ReturnValue) == 0x000071, "Member 'GameHUD_C_GetText_1::CallFunc_IsWinchLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, K2Node_Select_Default) == 0x000078, "Member 'GameHUD_C_GetText_1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetText_1, K2Node_Select_Default_1) == 0x000090, "Member 'GameHUD_C_GetText_1::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetAnyUIOpen \ static_assert(alignof(GameHUD_C_GetAnyUIOpen) == 0x000001, "Wrong alignment on GameHUD_C_GetAnyUIOpen"); \ static_assert(sizeof(GameHUD_C_GetAnyUIOpen) == 0x000008, "Wrong size on GameHUD_C_GetAnyUIOpen"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, Result) == 0x000000, "Member 'GameHUD_C_GetAnyUIOpen::Result' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_IsVisible_ReturnValue_1) == 0x000002, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_IsVisible_ReturnValue_2) == 0x000003, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_IsVisible_ReturnValue_3) == 0x000004, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetAnyUIOpen, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'GameHUD_C_GetAnyUIOpen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameHUD_C_GetVisibility_1 \ static_assert(alignof(GameHUD_C_GetVisibility_1) == 0x000008, "Wrong alignment on GameHUD_C_GetVisibility_1"); \ static_assert(sizeof(GameHUD_C_GetVisibility_1) == 0x0000D8, "Wrong size on GameHUD_C_GetVisibility_1"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, ReturnValue) == 0x000000, "Member 'GameHUD_C_GetVisibility_1::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, Temp_text_Variable) == 0x000008, "Member 'GameHUD_C_GetVisibility_1::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, Temp_text_Variable_1) == 0x000020, "Member 'GameHUD_C_GetVisibility_1::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, Temp_bool_Variable) == 0x000038, "Member 'GameHUD_C_GetVisibility_1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, Temp_text_Variable_2) == 0x000040, "Member 'GameHUD_C_GetVisibility_1::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'GameHUD_C_GetVisibility_1::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, Temp_bool_Variable_1) == 0x000060, "Member 'GameHUD_C_GetVisibility_1::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_GetHUD_ReturnValue) == 0x000068, "Member 'GameHUD_C_GetVisibility_1::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, K2Node_DynamicCast_AsHUD_Interface) == 0x000070, "Member 'GameHUD_C_GetVisibility_1::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'GameHUD_C_GetVisibility_1::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000081, "Member 'GameHUD_C_GetVisibility_1::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_IsWinchLearned_ReturnValue) == 0x000082, "Member 'GameHUD_C_GetVisibility_1::CallFunc_IsWinchLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_GetUIKey_Key) == 0x000088, "Member 'GameHUD_C_GetVisibility_1::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, K2Node_Select_Default) == 0x0000A0, "Member 'GameHUD_C_GetVisibility_1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'GameHUD_C_GetVisibility_1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameHUD_C_GetVisibility_1, K2Node_Select_Default_1) == 0x0000C0, "Member 'GameHUD_C_GetVisibility_1::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameHUD_C \ static_assert(alignof(UGameHUD_C) == 0x000008, "Wrong alignment on UGameHUD_C"); \ static_assert(sizeof(UGameHUD_C) == 0x000380, "Wrong size on UGameHUD_C"); \ static_assert(offsetof(UGameHUD_C, UberGraphFrame) == 0x000260, "Member 'UGameHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, ActionText) == 0x000268, "Member 'UGameHUD_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, Aim) == 0x000270, "Member 'UGameHUD_C::Aim' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, AutoAimDebugWidget) == 0x000278, "Member 'UGameHUD_C::AutoAimDebugWidget' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, ConstructionInfo) == 0x000280, "Member 'UGameHUD_C::ConstructionInfo' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, DebugBox) == 0x000288, "Member 'UGameHUD_C::DebugBox' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, HookIcon) == 0x000290, "Member 'UGameHUD_C::HookIcon' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, Image_143) == 0x000298, "Member 'UGameHUD_C::Image_143' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, InvalidationBox_0) == 0x0002A0, "Member 'UGameHUD_C::InvalidationBox_0' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, ItemSelection) == 0x0002A8, "Member 'UGameHUD_C::ItemSelection' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, KeyDisplay) == 0x0002B0, "Member 'UGameHUD_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, MTB_HUDNotify) == 0x0002B8, "Member 'UGameHUD_C::MTB_HUDNotify' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, MTB_HUDNotify_Heavy) == 0x0002C0, "Member 'UGameHUD_C::MTB_HUDNotify_Heavy' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, MTB_HUDNotify_Rope) == 0x0002C8, "Member 'UGameHUD_C::MTB_HUDNotify_Rope' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, MTB_HUDNotify_Totem) == 0x0002D0, "Member 'UGameHUD_C::MTB_HUDNotify_Totem' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, PathToken_Text) == 0x0002D8, "Member 'UGameHUD_C::PathToken_Text' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, PlayerInventoryWidget) == 0x0002E0, "Member 'UGameHUD_C::PlayerInventoryWidget' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, StatWidget) == 0x0002E8, "Member 'UGameHUD_C::StatWidget' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TextBlock) == 0x0002F0, "Member 'UGameHUD_C::TextBlock' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TextBlock_1) == 0x0002F8, "Member 'UGameHUD_C::TextBlock_1' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TextBlock_2) == 0x000300, "Member 'UGameHUD_C::TextBlock_2' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TextBlock_356) == 0x000308, "Member 'UGameHUD_C::TextBlock_356' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TrainStats) == 0x000310, "Member 'UGameHUD_C::TrainStats' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, Version) == 0x000318, "Member 'UGameHUD_C::Version' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, WinchIcon) == 0x000320, "Member 'UGameHUD_C::WinchIcon' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, WR_Text) == 0x000328, "Member 'UGameHUD_C::WR_Text' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, Player) == 0x000330, "Member 'UGameHUD_C::Player' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, bOverloaded) == 0x000338, "Member 'UGameHUD_C::bOverloaded' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, WorldStateManager) == 0x000340, "Member 'UGameHUD_C::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, TimerHandle) == 0x000348, "Member 'UGameHUD_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, MapManager) == 0x000350, "Member 'UGameHUD_C::MapManager' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, PathTokenString) == 0x000358, "Member 'UGameHUD_C::PathTokenString' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, PathTokenRewardsString) == 0x000368, "Member 'UGameHUD_C::PathTokenRewardsString' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, New_Train_Relation) == 0x000378, "Member 'UGameHUD_C::New_Train_Relation' has a wrong offset!"); \ static_assert(offsetof(UGameHUD_C, Is_Subtitles_Visible) == 0x000379, "Member 'UGameHUD_C::Is_Subtitles_Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadingWidget_C_ExecuteUbergraph_FadingWidget \ static_assert(alignof(FadingWidget_C_ExecuteUbergraph_FadingWidget) == 0x000008, "Wrong alignment on FadingWidget_C_ExecuteUbergraph_FadingWidget"); \ static_assert(sizeof(FadingWidget_C_ExecuteUbergraph_FadingWidget) == 0x0000A0, "Wrong size on FadingWidget_C_ExecuteUbergraph_FadingWidget"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, EntryPoint) == 0x000000, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, K2Node_CustomEvent_Delay) == 0x000024, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::K2Node_CustomEvent_Delay' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_R) == 0x000028, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_R' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_G) == 0x00002C, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_G' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_B) == 0x000030, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_B' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_A) == 0x000034, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_A' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000038, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_R_1) == 0x00003C, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_R_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_G_1) == 0x000040, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_G_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_B_1) == 0x000044, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_B_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_BreakColor_A_1) == 0x000048, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_BreakColor_A_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00004C, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000050, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, K2Node_MakeStruct_LinearColor) == 0x000054, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000064, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, K2Node_MakeStruct_LinearColor_1) == 0x000068, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000078, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000080, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000088, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000090, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FadingWidget_C_ExecuteUbergraph_FadingWidget, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000098, "Member 'FadingWidget_C_ExecuteUbergraph_FadingWidget::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadingWidget_C_StartFading \ static_assert(alignof(FadingWidget_C_StartFading) == 0x000004, "Wrong alignment on FadingWidget_C_StartFading"); \ static_assert(sizeof(FadingWidget_C_StartFading) == 0x000004, "Wrong size on FadingWidget_C_StartFading"); \ static_assert(offsetof(FadingWidget_C_StartFading, Delay) == 0x000000, "Member 'FadingWidget_C_StartFading::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadingWidget_C_GetBrushColor_0 \ static_assert(alignof(FadingWidget_C_GetBrushColor_0) == 0x000004, "Wrong alignment on FadingWidget_C_GetBrushColor_0"); \ static_assert(sizeof(FadingWidget_C_GetBrushColor_0) == 0x000010, "Wrong size on FadingWidget_C_GetBrushColor_0"); \ static_assert(offsetof(FadingWidget_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'FadingWidget_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadingWidget_C \ static_assert(alignof(UFadingWidget_C) == 0x000008, "Wrong alignment on UFadingWidget_C"); \ static_assert(sizeof(UFadingWidget_C) == 0x000298, "Wrong size on UFadingWidget_C"); \ static_assert(offsetof(UFadingWidget_C, UberGraphFrame) == 0x000260, "Member 'UFadingWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UFadingWidget_C, Border_149) == 0x000268, "Member 'UFadingWidget_C::Border_149' has a wrong offset!"); \ static_assert(offsetof(UFadingWidget_C, FadingColor) == 0x000270, "Member 'UFadingWidget_C::FadingColor' has a wrong offset!"); \ static_assert(offsetof(UFadingWidget_C, FadingTimer) == 0x000280, "Member 'UFadingWidget_C::FadingTimer' has a wrong offset!"); \ static_assert(offsetof(UFadingWidget_C, FadingTime) == 0x000288, "Member 'UFadingWidget_C::FadingTime' has a wrong offset!"); \ static_assert(offsetof(UFadingWidget_C, UnFadingTimer) == 0x000290, "Member 'UFadingWidget_C::UnFadingTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen \ static_assert(alignof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen) == 0x000008, "Wrong alignment on DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen"); \ static_assert(sizeof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen) == 0x000038, "Wrong size on DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, EntryPoint) == 0x000000, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000020, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000028, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'DisclamerScreen_C_ExecuteUbergraph_DisclamerScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisclamerScreen_C_OnKeyDown \ static_assert(alignof(DisclamerScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on DisclamerScreen_C_OnKeyDown"); \ static_assert(sizeof(DisclamerScreen_C_OnKeyDown) == 0x0002B8, "Wrong size on DisclamerScreen_C_OnKeyDown"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'DisclamerScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'DisclamerScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'DisclamerScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'DisclamerScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000140, "Member 'DisclamerScreen_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'DisclamerScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000200, "Member 'DisclamerScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisclamerScreen_C_OnFocusReceived \ static_assert(alignof(DisclamerScreen_C_OnFocusReceived) == 0x000008, "Wrong alignment on DisclamerScreen_C_OnFocusReceived"); \ static_assert(sizeof(DisclamerScreen_C_OnFocusReceived) == 0x0001B0, "Wrong size on DisclamerScreen_C_OnFocusReceived"); \ static_assert(offsetof(DisclamerScreen_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'DisclamerScreen_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'DisclamerScreen_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'DisclamerScreen_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DisclamerScreen_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'DisclamerScreen_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisclamerScreen_C \ static_assert(alignof(UDisclamerScreen_C) == 0x000008, "Wrong alignment on UDisclamerScreen_C"); \ static_assert(sizeof(UDisclamerScreen_C) == 0x0002A0, "Wrong size on UDisclamerScreen_C"); \ static_assert(offsetof(UDisclamerScreen_C, UberGraphFrame) == 0x000260, "Member 'UDisclamerScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, Fade1) == 0x000268, "Member 'UDisclamerScreen_C::Fade1' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, BackBTN) == 0x000270, "Member 'UDisclamerScreen_C::BackBTN' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, DescriptionText) == 0x000278, "Member 'UDisclamerScreen_C::DescriptionText' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, DescriptionText_1) == 0x000280, "Member 'UDisclamerScreen_C::DescriptionText_1' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, TitleText) == 0x000288, "Member 'UDisclamerScreen_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UDisclamerScreen_C, OnExit) == 0x000290, "Member 'UDisclamerScreen_C::OnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_NeedReanimate_C_IsSatisfied \ static_assert(alignof(NaziMedic_NeedReanimate_C_IsSatisfied) == 0x000008, "Wrong alignment on NaziMedic_NeedReanimate_C_IsSatisfied"); \ static_assert(sizeof(NaziMedic_NeedReanimate_C_IsSatisfied) == 0x0000E0, "Wrong size on NaziMedic_NeedReanimate_C_IsSatisfied"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, WorldState) == 0x000000, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, K2Node_DynamicCast_AsNazi_Medic) == 0x0000D0, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_NeedReanimate_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue) == 0x0000DA, "Member 'NaziMedic_NeedReanimate_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziMedic_NeedReanimate_C \ static_assert(alignof(UNaziMedic_NeedReanimate_C) == 0x000008, "Wrong alignment on UNaziMedic_NeedReanimate_C"); \ static_assert(sizeof(UNaziMedic_NeedReanimate_C) == 0x000090, "Wrong size on UNaziMedic_NeedReanimate_C"); \ static_assert(offsetof(UNaziMedic_NeedReanimate_C, Acceptance) == 0x000088, "Member 'UNaziMedic_NeedReanimate_C::Acceptance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_ShowFullscreenWidget \ static_assert(alignof(FullscreenWidgetProvider_C_ShowFullscreenWidget) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_ShowFullscreenWidget"); \ static_assert(sizeof(FullscreenWidgetProvider_C_ShowFullscreenWidget) == 0x000010, "Wrong size on FullscreenWidgetProvider_C_ShowFullscreenWidget"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowFullscreenWidget, Widget) == 0x000000, "Member 'FullscreenWidgetProvider_C_ShowFullscreenWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowFullscreenWidget, isAdded) == 0x000008, "Member 'FullscreenWidgetProvider_C_ShowFullscreenWidget::isAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_HideFullscreenWidget \ static_assert(alignof(FullscreenWidgetProvider_C_HideFullscreenWidget) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_HideFullscreenWidget"); \ static_assert(sizeof(FullscreenWidgetProvider_C_HideFullscreenWidget) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_HideFullscreenWidget"); \ static_assert(offsetof(FullscreenWidgetProvider_C_HideFullscreenWidget, Widget) == 0x000000, "Member 'FullscreenWidgetProvider_C_HideFullscreenWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_ShowTabletopGame \ static_assert(alignof(FullscreenWidgetProvider_C_ShowTabletopGame) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_ShowTabletopGame"); \ static_assert(sizeof(FullscreenWidgetProvider_C_ShowTabletopGame) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_ShowTabletopGame"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowTabletopGame, GameClass) == 0x000000, "Member 'FullscreenWidgetProvider_C_ShowTabletopGame::GameClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_HideTabletopGame \ static_assert(alignof(FullscreenWidgetProvider_C_HideTabletopGame) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_HideTabletopGame"); \ static_assert(sizeof(FullscreenWidgetProvider_C_HideTabletopGame) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_HideTabletopGame"); \ static_assert(offsetof(FullscreenWidgetProvider_C_HideTabletopGame, GameWidget) == 0x000000, "Member 'FullscreenWidgetProvider_C_HideTabletopGame::GameWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_ShowFullscreenUI \ static_assert(alignof(FullscreenWidgetProvider_C_ShowFullscreenUI) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_ShowFullscreenUI"); \ static_assert(sizeof(FullscreenWidgetProvider_C_ShowFullscreenUI) == 0x000010, "Wrong size on FullscreenWidgetProvider_C_ShowFullscreenUI"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowFullscreenUI, Type) == 0x000000, "Member 'FullscreenWidgetProvider_C_ShowFullscreenUI::Type' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowFullscreenUI, ContextObject) == 0x000008, "Member 'FullscreenWidgetProvider_C_ShowFullscreenUI::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_HideFullscreenUI \ static_assert(alignof(FullscreenWidgetProvider_C_HideFullscreenUI) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_HideFullscreenUI"); \ static_assert(sizeof(FullscreenWidgetProvider_C_HideFullscreenUI) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_HideFullscreenUI"); \ static_assert(offsetof(FullscreenWidgetProvider_C_HideFullscreenUI, ContextWidget) == 0x000000, "Member 'FullscreenWidgetProvider_C_HideFullscreenUI::ContextWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_GetCurrentFullscreenWidget \ static_assert(alignof(FullscreenWidgetProvider_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_GetCurrentFullscreenWidget"); \ static_assert(sizeof(FullscreenWidgetProvider_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_GetCurrentFullscreenWidget"); \ static_assert(offsetof(FullscreenWidgetProvider_C_GetCurrentFullscreenWidget, CurrentFullscreenWidget) == 0x000000, "Member 'FullscreenWidgetProvider_C_GetCurrentFullscreenWidget::CurrentFullscreenWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_ShowBenchScreen \ static_assert(alignof(FullscreenWidgetProvider_C_ShowBenchScreen) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_ShowBenchScreen"); \ static_assert(sizeof(FullscreenWidgetProvider_C_ShowBenchScreen) == 0x000008, "Wrong size on FullscreenWidgetProvider_C_ShowBenchScreen"); \ static_assert(offsetof(FullscreenWidgetProvider_C_ShowBenchScreen, Table) == 0x000000, "Member 'FullscreenWidgetProvider_C_ShowBenchScreen::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_IsCharBusy \ static_assert(alignof(FullscreenWidgetProvider_C_IsCharBusy) == 0x000001, "Wrong alignment on FullscreenWidgetProvider_C_IsCharBusy"); \ static_assert(sizeof(FullscreenWidgetProvider_C_IsCharBusy) == 0x000001, "Wrong size on FullscreenWidgetProvider_C_IsCharBusy"); \ static_assert(offsetof(FullscreenWidgetProvider_C_IsCharBusy, ReturnValue) == 0x000000, "Member 'FullscreenWidgetProvider_C_IsCharBusy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FullscreenWidgetProvider_C_OnBuildModuleSelected \ static_assert(alignof(FullscreenWidgetProvider_C_OnBuildModuleSelected) == 0x000008, "Wrong alignment on FullscreenWidgetProvider_C_OnBuildModuleSelected"); \ static_assert(sizeof(FullscreenWidgetProvider_C_OnBuildModuleSelected) == 0x000010, "Wrong size on FullscreenWidgetProvider_C_OnBuildModuleSelected"); \ static_assert(offsetof(FullscreenWidgetProvider_C_OnBuildModuleSelected, ID) == 0x000000, "Member 'FullscreenWidgetProvider_C_OnBuildModuleSelected::ID' has a wrong offset!"); \ static_assert(offsetof(FullscreenWidgetProvider_C_OnBuildModuleSelected, ModuleClass) == 0x000008, "Member 'FullscreenWidgetProvider_C_OnBuildModuleSelected::ModuleClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFullscreenWidgetProvider_C \ static_assert(alignof(IFullscreenWidgetProvider_C) == 0x000001, "Wrong alignment on IFullscreenWidgetProvider_C"); \ static_assert(sizeof(IFullscreenWidgetProvider_C) == 0x000001, "Wrong size on IFullscreenWidgetProvider_C"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_OnGotFocus \ static_assert(alignof(BPI_Focusable_C_OnGotFocus) == 0x000004, "Wrong alignment on BPI_Focusable_C_OnGotFocus"); \ static_assert(sizeof(BPI_Focusable_C_OnGotFocus) == 0x000088, "Wrong size on BPI_Focusable_C_OnGotFocus"); \ static_assert(offsetof(BPI_Focusable_C_OnGotFocus, Hit) == 0x000000, "Member 'BPI_Focusable_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_CanRepairIt \ static_assert(alignof(BPI_Focusable_C_CanRepairIt) == 0x000004, "Wrong alignment on BPI_Focusable_C_CanRepairIt"); \ static_assert(sizeof(BPI_Focusable_C_CanRepairIt) == 0x00008C, "Wrong size on BPI_Focusable_C_CanRepairIt"); \ static_assert(offsetof(BPI_Focusable_C_CanRepairIt, Hit) == 0x000000, "Member 'BPI_Focusable_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(BPI_Focusable_C_CanRepairIt, Repairable) == 0x000088, "Member 'BPI_Focusable_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_IsDeconstructionAllowed \ static_assert(alignof(BPI_Focusable_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on BPI_Focusable_C_IsDeconstructionAllowed"); \ static_assert(sizeof(BPI_Focusable_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on BPI_Focusable_C_IsDeconstructionAllowed"); \ static_assert(offsetof(BPI_Focusable_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'BPI_Focusable_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(BPI_Focusable_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'BPI_Focusable_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(BPI_Focusable_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'BPI_Focusable_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(BPI_Focusable_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'BPI_Focusable_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_GetAdditionalButtons \ static_assert(alignof(BPI_Focusable_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on BPI_Focusable_C_GetAdditionalButtons"); \ static_assert(sizeof(BPI_Focusable_C_GetAdditionalButtons) == 0x000010, "Wrong size on BPI_Focusable_C_GetAdditionalButtons"); \ static_assert(offsetof(BPI_Focusable_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'BPI_Focusable_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_GetProgressStatusState \ static_assert(alignof(BPI_Focusable_C_GetProgressStatusState) == 0x000001, "Wrong alignment on BPI_Focusable_C_GetProgressStatusState"); \ static_assert(sizeof(BPI_Focusable_C_GetProgressStatusState) == 0x000001, "Wrong size on BPI_Focusable_C_GetProgressStatusState"); \ static_assert(offsetof(BPI_Focusable_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'BPI_Focusable_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Focusable_C_GetProgressStatusTime \ static_assert(alignof(BPI_Focusable_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on BPI_Focusable_C_GetProgressStatusTime"); \ static_assert(sizeof(BPI_Focusable_C_GetProgressStatusTime) == 0x000008, "Wrong size on BPI_Focusable_C_GetProgressStatusTime"); \ static_assert(offsetof(BPI_Focusable_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'BPI_Focusable_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_Focusable_C \ static_assert(alignof(IBPI_Focusable_C) == 0x000001, "Wrong alignment on IBPI_Focusable_C"); \ static_assert(sizeof(IBPI_Focusable_C) == 0x000001, "Wrong size on IBPI_Focusable_C"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent \ static_assert(alignof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent) == 0x000008, "Wrong alignment on WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent"); \ static_assert(sizeof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent) == 0x0000C0, "Wrong size on WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, EntryPoint) == 0x000000, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000048, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Less_FloatFloat_ReturnValue) == 0x00004C, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_CustomEvent_Durability) == 0x000054, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_CustomEvent_Durability' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000058, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00005C, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_CustomEvent_DamagedMesh) == 0x000068, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_CustomEvent_DamagedMesh' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_CustomEvent_Durability_1) == 0x000070, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_CustomEvent_Durability_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000074, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_GetHUD_ReturnValue) == 0x000080, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000088, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_GetHUDMode_self_CastInput) == 0x000098, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_GetHUDMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_GetHUDMode_CurrentMode) == 0x0000A8, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_GetHUDMode_CurrentMode' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A9, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Create_ReturnValue) == 0x0000B0, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000B9, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, CallFunc_Not_PreBool_ReturnValue) == 0x0000BA, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent, K2Node_CustomEvent_CurrentMode) == 0x0000BB, "Member 'WagonModuleStateComponent_C_ExecuteUbergraph_WagonModuleStateComponent::K2Node_CustomEvent_CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_CustomEvent_0 \ static_assert(alignof(WagonModuleStateComponent_C_CustomEvent_0) == 0x000001, "Wrong alignment on WagonModuleStateComponent_C_CustomEvent_0"); \ static_assert(sizeof(WagonModuleStateComponent_C_CustomEvent_0) == 0x000001, "Wrong size on WagonModuleStateComponent_C_CustomEvent_0"); \ static_assert(offsetof(WagonModuleStateComponent_C_CustomEvent_0, CurrentMode) == 0x000000, "Member 'WagonModuleStateComponent_C_CustomEvent_0::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_OnDurabilityUpdated \ static_assert(alignof(WagonModuleStateComponent_C_OnDurabilityUpdated) == 0x000004, "Wrong alignment on WagonModuleStateComponent_C_OnDurabilityUpdated"); \ static_assert(sizeof(WagonModuleStateComponent_C_OnDurabilityUpdated) == 0x000004, "Wrong size on WagonModuleStateComponent_C_OnDurabilityUpdated"); \ static_assert(offsetof(WagonModuleStateComponent_C_OnDurabilityUpdated, Durability) == 0x000000, "Member 'WagonModuleStateComponent_C_OnDurabilityUpdated::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_ReceiveTick \ static_assert(alignof(WagonModuleStateComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModuleStateComponent_C_ReceiveTick"); \ static_assert(sizeof(WagonModuleStateComponent_C_ReceiveTick) == 0x000004, "Wrong size on WagonModuleStateComponent_C_ReceiveTick"); \ static_assert(offsetof(WagonModuleStateComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModuleStateComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_AddIconWidget \ static_assert(alignof(WagonModuleStateComponent_C_AddIconWidget) == 0x000008, "Wrong alignment on WagonModuleStateComponent_C_AddIconWidget"); \ static_assert(sizeof(WagonModuleStateComponent_C_AddIconWidget) == 0x000010, "Wrong size on WagonModuleStateComponent_C_AddIconWidget"); \ static_assert(offsetof(WagonModuleStateComponent_C_AddIconWidget, DamagedMesh_0) == 0x000000, "Member 'WagonModuleStateComponent_C_AddIconWidget::DamagedMesh_0' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_AddIconWidget, Durability) == 0x000008, "Member 'WagonModuleStateComponent_C_AddIconWidget::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_Calculate_Center_Position \ static_assert(alignof(WagonModuleStateComponent_C_Calculate_Center_Position) == 0x000008, "Wrong alignment on WagonModuleStateComponent_C_Calculate_Center_Position"); \ static_assert(sizeof(WagonModuleStateComponent_C_Calculate_Center_Position) == 0x000080, "Wrong size on WagonModuleStateComponent_C_Calculate_Center_Position"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, MeshComponent) == 0x000000, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, Center) == 0x000008, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::Center' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000020, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_GetBoundingBox_ReturnValue) == 0x000038, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_GetBoundingBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_X) == 0x000054, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_Y) == 0x000058, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_Z) == 0x00005C, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_X_1) == 0x000060, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_Y_1) == 0x000064, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Calculate_Center_Position, CallFunc_MakeVector_ReturnValue) == 0x000074, "Member 'WagonModuleStateComponent_C_Calculate_Center_Position::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModuleStateComponent_C_Setup_Widget_Component \ static_assert(alignof(WagonModuleStateComponent_C_Setup_Widget_Component) == 0x000008, "Wrong alignment on WagonModuleStateComponent_C_Setup_Widget_Component"); \ static_assert(sizeof(WagonModuleStateComponent_C_Setup_Widget_Component) == 0x0000A0, "Wrong size on WagonModuleStateComponent_C_Setup_Widget_Component"); \ static_assert(offsetof(WagonModuleStateComponent_C_Setup_Widget_Component, Mesh) == 0x000000, "Member 'WagonModuleStateComponent_C_Setup_Widget_Component::Mesh' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Setup_Widget_Component, CallFunc_Calculate_Center_Position_Center) == 0x000008, "Member 'WagonModuleStateComponent_C_Setup_Widget_Component::CallFunc_Calculate_Center_Position_Center' has a wrong offset!"); \ static_assert(offsetof(WagonModuleStateComponent_C_Setup_Widget_Component, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000014, "Member 'WagonModuleStateComponent_C_Setup_Widget_Component::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWagonModuleStateComponent_C \ static_assert(alignof(UWagonModuleStateComponent_C) == 0x000010, "Wrong alignment on UWagonModuleStateComponent_C"); \ static_assert(sizeof(UWagonModuleStateComponent_C) == 0x0005C0, "Wrong size on UWagonModuleStateComponent_C"); \ static_assert(offsetof(UWagonModuleStateComponent_C, UberGraphFrame) == 0x0005A0, "Member 'UWagonModuleStateComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateComponent_C, StateIcon) == 0x0005A8, "Member 'UWagonModuleStateComponent_C::StateIcon' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateComponent_C, DamagedMesh) == 0x0005B0, "Member 'UWagonModuleStateComponent_C::DamagedMesh' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateComponent_C, isIconSetuped) == 0x0005B8, "Member 'UWagonModuleStateComponent_C::isIconSetuped' has a wrong offset!"); \ static_assert(offsetof(UWagonModuleStateComponent_C, isIconHidden) == 0x0005B9, "Member 'UWagonModuleStateComponent_C::isIconHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamageable_C_GetEnemyData \ static_assert(alignof(EnemyDamageable_C_GetEnemyData) == 0x000008, "Wrong alignment on EnemyDamageable_C_GetEnemyData"); \ static_assert(sizeof(EnemyDamageable_C_GetEnemyData) == 0x000028, "Wrong size on EnemyDamageable_C_GetEnemyData"); \ static_assert(offsetof(EnemyDamageable_C_GetEnemyData, Data) == 0x000000, "Member 'EnemyDamageable_C_GetEnemyData::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamageable_C_GetIsEnemy \ static_assert(alignof(EnemyDamageable_C_GetIsEnemy) == 0x000001, "Wrong alignment on EnemyDamageable_C_GetIsEnemy"); \ static_assert(sizeof(EnemyDamageable_C_GetIsEnemy) == 0x000001, "Wrong size on EnemyDamageable_C_GetIsEnemy"); \ static_assert(offsetof(EnemyDamageable_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'EnemyDamageable_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemyDamageable_C \ static_assert(alignof(IEnemyDamageable_C) == 0x000001, "Wrong alignment on IEnemyDamageable_C"); \ static_assert(sizeof(IEnemyDamageable_C) == 0x000001, "Wrong size on IEnemyDamageable_C"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm \ static_assert(alignof(BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm"); \ static_assert(sizeof(BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm) == 0x000004, "Wrong size on BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm"); \ static_assert(offsetof(BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_IceStorm_C_ExecuteUbergraph_BP_TrailEffectComponent_IceStorm::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_IceStorm_C \ static_assert(alignof(ABP_TrailEffectComponent_IceStorm_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_IceStorm_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_IceStorm_C) == 0x000248, "Wrong size on ABP_TrailEffectComponent_IceStorm_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_IceStorm_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_IceStorm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_IceStorm_C, Trail_effect) == 0x000228, "Member 'ABP_TrailEffectComponent_IceStorm_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_IceStorm_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_TrailEffectComponent_IceStorm_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_IceStorm_C, EndPositionBeam) == 0x000238, "Member 'ABP_TrailEffectComponent_IceStorm_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora \ static_assert(alignof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora) == 0x000010, "Wrong alignment on HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora"); \ static_assert(sizeof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora) == 0x000B40, "Wrong size on HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, EntryPoint) == 0x000000, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_GameClass) == 0x000060, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_GameClass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_GameWidget) == 0x000068, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_GameWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue) == 0x000070, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_ShowFullscreenWidget_isAdded) == 0x000078, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_ShowFullscreenWidget_isAdded' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Type_1) == 0x00007A, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Type_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ContextObject) == 0x000080, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ContextObject' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_LoadFullscreenWidgetClass_bIsValidClass) == 0x000088, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_LoadFullscreenWidgetClass_bIsValidClass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_LoadFullscreenWidgetClass_AsFullscreen_Widget) == 0x000090, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_LoadFullscreenWidgetClass_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_1) == 0x000098, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_ShowFullscreenWidget_isAdded_1) == 0x0000A0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_ShowFullscreenWidget_isAdded_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ContextWidget) == 0x0000A8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ContextWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue) == 0x0000B0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000B8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Table) == 0x0000C0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Table' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_2) == 0x0000C8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_3) == 0x0000D0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_AsFullscreen_Widget) == 0x0000F0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_bSuccess_1) == 0x0000F8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetComponentByClass_ReturnValue) == 0x000100, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_ShowFullscreenWidget_isAdded_2) == 0x000109, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_ShowFullscreenWidget_isAdded_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_2) == 0x00010A, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_3) == 0x00010B, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_HeaderText) == 0x000110, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Text_2) == 0x000128, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Text_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Time) == 0x000140, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Icon_1) == 0x000148, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Icon_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_MediaSource) == 0x000150, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_MediaSource' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_MessageType) == 0x000158, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Message_1) == 0x000160, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Message_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Count_ifLoot_) == 0x000178, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Icon_IfNeed_) == 0x000180, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ButtonCaption) == 0x000188, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Text_1) == 0x0001A0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Text_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_DisableButton) == 0x0001B8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_IsInfoText) == 0x0001B9, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Durability) == 0x0001C0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Durability' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Not_PreBool_ReturnValue) == 0x0001D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_KeyDisplayMeta) == 0x0001E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_MarkStr_1) == 0x000218, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_MarkStr_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_OnCompas) == 0x000240, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_OnScreen_1) == 0x000241, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_OnScreen_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000244, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Header) == 0x000248, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Text) == 0x000260, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Icon) == 0x000278, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_IsComplite) == 0x000280, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_IsComplite' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000284, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_MarkStr) == 0x000288, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_OnCompass) == 0x0002B0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_OnScreen) == 0x0002B1, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_OnScreen' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetAllActorsOfClass_OutActors) == 0x0002B8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Array_Get_Item) == 0x0002C8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Array_Length_ReturnValue) == 0x0002D0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Greater_IntInt_ReturnValue) == 0x0002D4, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_4) == 0x0002D5, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_5) == 0x0002DC, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0002E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_4) == 0x0002E8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_2) == 0x0002F0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_SpawnObject_ReturnValue) == 0x0002F8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_5) == 0x000300, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_Sender) == 0x000308, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000310, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_bSuccess_2) == 0x000318, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_6) == 0x000319, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetVisibility_ReturnValue) == 0x00031A, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00031B, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Sender_1) == 0x000320, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Sender_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_7) == 0x000328, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_RadialMenu_SegmentStr) == 0x000330, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_RadialMenu_SegmentStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_RadialMenu_SegmentStr_1) == 0x000358, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_RadialMenu_SegmentStr_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_InstantShow) == 0x000380, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_InstantShow' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeArray_Array) == 0x000388, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000398, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0003A0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_MarkStructure) == 0x0003B0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_MarkStructure' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_IsGamepadNow) == 0x0003D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0003D9, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_Damage) == 0x0003E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_Location) == 0x0003F8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_Type) == 0x000404, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_EnemyOnFocus) == 0x000408, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_EnemyOnFocus' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Enemy) == 0x000430, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Health) == 0x000438, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Health' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_8) == 0x00043C, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_9) == 0x00043D, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x00043E, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00043F, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_ShowFullscreenWidget_isAdded_3) == 0x000440, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_ShowFullscreenWidget_isAdded_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_ShowFullscreenWidget_isAdded_4) == 0x000441, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_ShowFullscreenWidget_isAdded_4' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ID) == 0x000444, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ID' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ModuleClass) == 0x000448, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ModuleClass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ShowCustom) == 0x000450, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ShowCustom' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CustomEvent_isEnable) == 0x000451, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CustomEvent_isEnable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_bIsGamepadNow) == 0x000452, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_bIsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_HitResult) == 0x000454, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ReturnValue) == 0x0004DC, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetCurrentBiomeSettings_isDefined) == 0x0004DD, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetCurrentBiomeSettings_isDefined' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetCurrentBiomeSettings_Settings) == 0x0004E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetCurrentBiomeSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetCurrentBiomeSettings_isDefined_1) == 0x000670, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetCurrentBiomeSettings_isDefined_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetCurrentBiomeSettings_Settings_1) == 0x000680, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetCurrentBiomeSettings_Settings_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Percent_1) == 0x000810, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Percent_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_3) == 0x000818, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Widget) == 0x000820, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_10) == 0x000828, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsVisible_ReturnValue) == 0x000829, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_WorkerInfoProvider) == 0x000830, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ButtonMeta) == 0x000838, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ButtonMeta' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_isBusy) == 0x000870, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_isBusy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetGameInstance_ReturnValue) == 0x000878, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_AsFGGame_Instance) == 0x000880, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_DynamicCast_bSuccess_3) == 0x000888, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_11) == 0x000889, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsDemo_ReturnValue) == 0x00088A, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsDemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_4) == 0x000890, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_12) == 0x000898, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_13) == 0x000899, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_isProgressButton) == 0x00089A, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_isProgressButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_KeyMeta) == 0x0008A0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_KeyMeta' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_14) == 0x0008D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ButtonsWrapper_1) == 0x0008E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ButtonsWrapper_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0008E8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ButtonsWrapper) == 0x0008F0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ButtonsWrapper' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0008F8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_IsGamepadNow) == 0x0008F9, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_isVisible) == 0x0008FA, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_isVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_TabType) == 0x0008FB, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_TabType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_15) == 0x0008FC, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ModuleInfo) == 0x000900, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_DisassembleState) == 0x000968, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_DisassembleState' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000969, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Sender) == 0x000970, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Message) == 0x000988, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Type) == 0x0009A0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_5) == 0x0009A8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CreateDelegate_OutputDelegate) == 0x0009B0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0009C0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0009C8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Not_PreBool_ReturnValue_1) == 0x0009D0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetPlayerController_ReturnValue_6) == 0x0009D8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_6) == 0x0009E0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CreateDelegate_OutputDelegate_1) == 0x0009E8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0009F8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ActionName) == 0x000A00, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_ActionText) == 0x000A08, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_ActionText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Not_PreBool_ReturnValue_2) == 0x000A20, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_16) == 0x000A21, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000A22, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Not_PreBool_ReturnValue_3) == 0x000A23, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000A24, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Percent) == 0x000A28, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Percent' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_IsValid_ReturnValue_17) == 0x000A2C, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_7) == 0x000A30, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_bIsAvailable) == 0x000A38, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_bIsEnabled) == 0x000A39, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Hints_1) == 0x000A40, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Hints_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_Hints) == 0x000A48, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_Hints' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Create_ReturnValue_8) == 0x000A50, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Create_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CreateDelegate_OutputDelegate_2) == 0x000A58, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CreateDelegate_OutputDelegate_3) == 0x000A68, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A78, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_LabelText) == 0x000A88, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_LabelText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_CaptionText) == 0x000AA0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_CaptionText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_Event_UserName) == 0x000AB8, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_Event_UserName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeStruct_FormatArgumentData_1) == 0x000AD0, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, K2Node_MakeArray_Array_1) == 0x000B10, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora, CallFunc_Format_ReturnValue) == 0x000B20, "Member 'HUD_Ansora_C_ExecuteUbergraph_HUD_Ansora::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_OnFakeChatConnected \ static_assert(alignof(HUD_Ansora_C_OnFakeChatConnected) == 0x000008, "Wrong alignment on HUD_Ansora_C_OnFakeChatConnected"); \ static_assert(sizeof(HUD_Ansora_C_OnFakeChatConnected) == 0x000018, "Wrong size on HUD_Ansora_C_OnFakeChatConnected"); \ static_assert(offsetof(HUD_Ansora_C_OnFakeChatConnected, UserName) == 0x000000, "Member 'HUD_Ansora_C_OnFakeChatConnected::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowLabel \ static_assert(alignof(HUD_Ansora_C_ShowLabel) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowLabel"); \ static_assert(sizeof(HUD_Ansora_C_ShowLabel) == 0x000030, "Wrong size on HUD_Ansora_C_ShowLabel"); \ static_assert(offsetof(HUD_Ansora_C_ShowLabel, LabelText) == 0x000000, "Member 'HUD_Ansora_C_ShowLabel::LabelText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowLabel, CaptionText) == 0x000018, "Member 'HUD_Ansora_C_ShowLabel::CaptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_HideHintsWidget \ static_assert(alignof(HUD_Ansora_C_HideHintsWidget) == 0x000008, "Wrong alignment on HUD_Ansora_C_HideHintsWidget"); \ static_assert(sizeof(HUD_Ansora_C_HideHintsWidget) == 0x000008, "Wrong size on HUD_Ansora_C_HideHintsWidget"); \ static_assert(offsetof(HUD_Ansora_C_HideHintsWidget, Hints) == 0x000000, "Member 'HUD_Ansora_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowHintsWidget \ static_assert(alignof(HUD_Ansora_C_ShowHintsWidget) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowHintsWidget"); \ static_assert(sizeof(HUD_Ansora_C_ShowHintsWidget) == 0x000008, "Wrong size on HUD_Ansora_C_ShowHintsWidget"); \ static_assert(offsetof(HUD_Ansora_C_ShowHintsWidget, Hints) == 0x000000, "Member 'HUD_Ansora_C_ShowHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowModuleElectricityState \ static_assert(alignof(HUD_Ansora_C_ShowModuleElectricityState) == 0x000001, "Wrong alignment on HUD_Ansora_C_ShowModuleElectricityState"); \ static_assert(sizeof(HUD_Ansora_C_ShowModuleElectricityState) == 0x000002, "Wrong size on HUD_Ansora_C_ShowModuleElectricityState"); \ static_assert(offsetof(HUD_Ansora_C_ShowModuleElectricityState, bIsAvailable) == 0x000000, "Member 'HUD_Ansora_C_ShowModuleElectricityState::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowModuleElectricityState, bIsEnabled) == 0x000001, "Member 'HUD_Ansora_C_ShowModuleElectricityState::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_UpdateAltProgress \ static_assert(alignof(HUD_Ansora_C_UpdateAltProgress) == 0x000004, "Wrong alignment on HUD_Ansora_C_UpdateAltProgress"); \ static_assert(sizeof(HUD_Ansora_C_UpdateAltProgress) == 0x000004, "Wrong size on HUD_Ansora_C_UpdateAltProgress"); \ static_assert(offsetof(HUD_Ansora_C_UpdateAltProgress, Percent) == 0x000000, "Member 'HUD_Ansora_C_UpdateAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowContextHint \ static_assert(alignof(HUD_Ansora_C_ShowContextHint) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowContextHint"); \ static_assert(sizeof(HUD_Ansora_C_ShowContextHint) == 0x000020, "Wrong size on HUD_Ansora_C_ShowContextHint"); \ static_assert(offsetof(HUD_Ansora_C_ShowContextHint, ActionName) == 0x000000, "Member 'HUD_Ansora_C_ShowContextHint::ActionName' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowContextHint, ActionText) == 0x000008, "Member 'HUD_Ansora_C_ShowContextHint::ActionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_AddChatMessage \ static_assert(alignof(HUD_Ansora_C_AddChatMessage) == 0x000008, "Wrong alignment on HUD_Ansora_C_AddChatMessage"); \ static_assert(sizeof(HUD_Ansora_C_AddChatMessage) == 0x000038, "Wrong size on HUD_Ansora_C_AddChatMessage"); \ static_assert(offsetof(HUD_Ansora_C_AddChatMessage, Sender) == 0x000000, "Member 'HUD_Ansora_C_AddChatMessage::Sender' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddChatMessage, Message) == 0x000018, "Member 'HUD_Ansora_C_AddChatMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddChatMessage, Type) == 0x000030, "Member 'HUD_Ansora_C_AddChatMessage::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ModCentralPanelShowSelectionInfo \ static_assert(alignof(HUD_Ansora_C_ModCentralPanelShowSelectionInfo) == 0x000008, "Wrong alignment on HUD_Ansora_C_ModCentralPanelShowSelectionInfo"); \ static_assert(sizeof(HUD_Ansora_C_ModCentralPanelShowSelectionInfo) == 0x000070, "Wrong size on HUD_Ansora_C_ModCentralPanelShowSelectionInfo"); \ static_assert(offsetof(HUD_Ansora_C_ModCentralPanelShowSelectionInfo, ModuleInfo) == 0x000000, "Member 'HUD_Ansora_C_ModCentralPanelShowSelectionInfo::ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ModCentralPanelShowSelectionInfo, DisassembleState) == 0x000068, "Member 'HUD_Ansora_C_ModCentralPanelShowSelectionInfo::DisassembleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetOpenJournalTab \ static_assert(alignof(HUD_Ansora_C_SetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Ansora_C_SetOpenJournalTab"); \ static_assert(sizeof(HUD_Ansora_C_SetOpenJournalTab) == 0x000001, "Wrong size on HUD_Ansora_C_SetOpenJournalTab"); \ static_assert(offsetof(HUD_Ansora_C_SetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Ansora_C_SetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetSubtitlesVisibility \ static_assert(alignof(HUD_Ansora_C_SetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_C_SetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Ansora_C_SetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Ansora_C_SetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Ansora_C_SetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_C_SetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetIsGamepadNow \ static_assert(alignof(HUD_Ansora_C_SetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Ansora_C_SetIsGamepadNow"); \ static_assert(sizeof(HUD_Ansora_C_SetIsGamepadNow) == 0x000001, "Wrong size on HUD_Ansora_C_SetIsGamepadNow"); \ static_assert(offsetof(HUD_Ansora_C_SetIsGamepadNow, IsGamepadNOW) == 0x000000, "Member 'HUD_Ansora_C_SetIsGamepadNow::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_RemoveFromDisplayedButtons \ static_assert(alignof(HUD_Ansora_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong alignment on HUD_Ansora_C_RemoveFromDisplayedButtons"); \ static_assert(sizeof(HUD_Ansora_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong size on HUD_Ansora_C_RemoveFromDisplayedButtons"); \ static_assert(offsetof(HUD_Ansora_C_RemoveFromDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'HUD_Ansora_C_RemoveFromDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetDisplayedButtons \ static_assert(alignof(HUD_Ansora_C_SetDisplayedButtons) == 0x000008, "Wrong alignment on HUD_Ansora_C_SetDisplayedButtons"); \ static_assert(sizeof(HUD_Ansora_C_SetDisplayedButtons) == 0x000008, "Wrong size on HUD_Ansora_C_SetDisplayedButtons"); \ static_assert(offsetof(HUD_Ansora_C_SetDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'HUD_Ansora_C_SetDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowActionButton \ static_assert(alignof(HUD_Ansora_C_ShowActionButton) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowActionButton"); \ static_assert(sizeof(HUD_Ansora_C_ShowActionButton) == 0x000040, "Wrong size on HUD_Ansora_C_ShowActionButton"); \ static_assert(offsetof(HUD_Ansora_C_ShowActionButton, isProgressButton) == 0x000000, "Member 'HUD_Ansora_C_ShowActionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowActionButton, KeyMeta) == 0x000008, "Member 'HUD_Ansora_C_ShowActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetViewportIsBusy \ static_assert(alignof(HUD_Ansora_C_SetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Ansora_C_SetViewportIsBusy"); \ static_assert(sizeof(HUD_Ansora_C_SetViewportIsBusy) == 0x000001, "Wrong size on HUD_Ansora_C_SetViewportIsBusy"); \ static_assert(offsetof(HUD_Ansora_C_SetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Ansora_C_SetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowWorkerPreview \ static_assert(alignof(HUD_Ansora_C_ShowWorkerPreview) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowWorkerPreview"); \ static_assert(sizeof(HUD_Ansora_C_ShowWorkerPreview) == 0x000040, "Wrong size on HUD_Ansora_C_ShowWorkerPreview"); \ static_assert(offsetof(HUD_Ansora_C_ShowWorkerPreview, WorkerInfoProvider) == 0x000000, "Member 'HUD_Ansora_C_ShowWorkerPreview::WorkerInfoProvider' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowWorkerPreview, ButtonMeta) == 0x000008, "Member 'HUD_Ansora_C_ShowWorkerPreview::ButtonMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_HideFullscreenWidget \ static_assert(alignof(HUD_Ansora_C_HideFullscreenWidget) == 0x000008, "Wrong alignment on HUD_Ansora_C_HideFullscreenWidget"); \ static_assert(sizeof(HUD_Ansora_C_HideFullscreenWidget) == 0x000008, "Wrong size on HUD_Ansora_C_HideFullscreenWidget"); \ static_assert(offsetof(HUD_Ansora_C_HideFullscreenWidget, Widget) == 0x000000, "Member 'HUD_Ansora_C_HideFullscreenWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_UpdateProgressKey \ static_assert(alignof(HUD_Ansora_C_UpdateProgressKey) == 0x000004, "Wrong alignment on HUD_Ansora_C_UpdateProgressKey"); \ static_assert(sizeof(HUD_Ansora_C_UpdateProgressKey) == 0x000004, "Wrong size on HUD_Ansora_C_UpdateProgressKey"); \ static_assert(offsetof(HUD_Ansora_C_UpdateProgressKey, Percent) == 0x000000, "Member 'HUD_Ansora_C_UpdateProgressKey::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_PostprocessNormalize \ static_assert(alignof(HUD_Ansora_C_PostprocessNormalize) == 0x000001, "Wrong alignment on HUD_Ansora_C_PostprocessNormalize"); \ static_assert(sizeof(HUD_Ansora_C_PostprocessNormalize) == 0x000001, "Wrong size on HUD_Ansora_C_PostprocessNormalize"); \ static_assert(offsetof(HUD_Ansora_C_PostprocessNormalize, isEnable) == 0x000000, "Member 'HUD_Ansora_C_PostprocessNormalize::isEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SwitchAO \ static_assert(alignof(HUD_Ansora_C_SwitchAO) == 0x000001, "Wrong alignment on HUD_Ansora_C_SwitchAO"); \ static_assert(sizeof(HUD_Ansora_C_SwitchAO) == 0x000001, "Wrong size on HUD_Ansora_C_SwitchAO"); \ static_assert(offsetof(HUD_Ansora_C_SwitchAO, ShowCustom) == 0x000000, "Member 'HUD_Ansora_C_SwitchAO::ShowCustom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowEnemyHPDamage \ static_assert(alignof(HUD_Ansora_C_ShowEnemyHPDamage) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowEnemyHPDamage"); \ static_assert(sizeof(HUD_Ansora_C_ShowEnemyHPDamage) == 0x000010, "Wrong size on HUD_Ansora_C_ShowEnemyHPDamage"); \ static_assert(offsetof(HUD_Ansora_C_ShowEnemyHPDamage, Enemy) == 0x000000, "Member 'HUD_Ansora_C_ShowEnemyHPDamage::Enemy' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowEnemyHPDamage, Health) == 0x000008, "Member 'HUD_Ansora_C_ShowEnemyHPDamage::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowEnemyHP \ static_assert(alignof(HUD_Ansora_C_ShowEnemyHP) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowEnemyHP"); \ static_assert(sizeof(HUD_Ansora_C_ShowEnemyHP) == 0x000028, "Wrong size on HUD_Ansora_C_ShowEnemyHP"); \ static_assert(offsetof(HUD_Ansora_C_ShowEnemyHP, EnemyOnFocus) == 0x000000, "Member 'HUD_Ansora_C_ShowEnemyHP::EnemyOnFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_RemoveMarkByType \ static_assert(alignof(HUD_Ansora_C_RemoveMarkByType) == 0x000001, "Wrong alignment on HUD_Ansora_C_RemoveMarkByType"); \ static_assert(sizeof(HUD_Ansora_C_RemoveMarkByType) == 0x000001, "Wrong size on HUD_Ansora_C_RemoveMarkByType"); \ static_assert(offsetof(HUD_Ansora_C_RemoveMarkByType, Type) == 0x000000, "Member 'HUD_Ansora_C_RemoveMarkByType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowEnemyDamage \ static_assert(alignof(HUD_Ansora_C_ShowEnemyDamage) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowEnemyDamage"); \ static_assert(sizeof(HUD_Ansora_C_ShowEnemyDamage) == 0x000028, "Wrong size on HUD_Ansora_C_ShowEnemyDamage"); \ static_assert(offsetof(HUD_Ansora_C_ShowEnemyDamage, Damage) == 0x000000, "Member 'HUD_Ansora_C_ShowEnemyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowEnemyDamage, Location) == 0x000018, "Member 'HUD_Ansora_C_ShowEnemyDamage::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_SetGamepadMode \ static_assert(alignof(HUD_Ansora_C_SetGamepadMode) == 0x000001, "Wrong alignment on HUD_Ansora_C_SetGamepadMode"); \ static_assert(sizeof(HUD_Ansora_C_SetGamepadMode) == 0x000001, "Wrong size on HUD_Ansora_C_SetGamepadMode"); \ static_assert(offsetof(HUD_Ansora_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'HUD_Ansora_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Show_HUD \ static_assert(alignof(HUD_Ansora_C_Show_HUD) == 0x000001, "Wrong alignment on HUD_Ansora_C_Show_HUD"); \ static_assert(sizeof(HUD_Ansora_C_Show_HUD) == 0x000001, "Wrong size on HUD_Ansora_C_Show_HUD"); \ static_assert(offsetof(HUD_Ansora_C_Show_HUD, InstantShow) == 0x000000, "Member 'HUD_Ansora_C_Show_HUD::InstantShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_OnCharacterBeginLive \ static_assert(alignof(HUD_Ansora_C_OnCharacterBeginLive) == 0x000008, "Wrong alignment on HUD_Ansora_C_OnCharacterBeginLive"); \ static_assert(sizeof(HUD_Ansora_C_OnCharacterBeginLive) == 0x000008, "Wrong size on HUD_Ansora_C_OnCharacterBeginLive"); \ static_assert(offsetof(HUD_Ansora_C_OnCharacterBeginLive, Sender) == 0x000000, "Member 'HUD_Ansora_C_OnCharacterBeginLive::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_OnCharacterDeath_Event_0 \ static_assert(alignof(HUD_Ansora_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong alignment on HUD_Ansora_C_OnCharacterDeath_Event_0"); \ static_assert(sizeof(HUD_Ansora_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong size on HUD_Ansora_C_OnCharacterDeath_Event_0"); \ static_assert(offsetof(HUD_Ansora_C_OnCharacterDeath_Event_0, Sender) == 0x000000, "Member 'HUD_Ansora_C_OnCharacterDeath_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_RemoveMark \ static_assert(alignof(HUD_Ansora_C_RemoveMark) == 0x000008, "Wrong alignment on HUD_Ansora_C_RemoveMark"); \ static_assert(sizeof(HUD_Ansora_C_RemoveMark) == 0x000030, "Wrong size on HUD_Ansora_C_RemoveMark"); \ static_assert(offsetof(HUD_Ansora_C_RemoveMark, MarkStr) == 0x000000, "Member 'HUD_Ansora_C_RemoveMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveMark, OnCompass) == 0x000028, "Member 'HUD_Ansora_C_RemoveMark::OnCompass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveMark, OnScreen) == 0x000029, "Member 'HUD_Ansora_C_RemoveMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowTaskInfo \ static_assert(alignof(HUD_Ansora_C_ShowTaskInfo) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowTaskInfo"); \ static_assert(sizeof(HUD_Ansora_C_ShowTaskInfo) == 0x000040, "Wrong size on HUD_Ansora_C_ShowTaskInfo"); \ static_assert(offsetof(HUD_Ansora_C_ShowTaskInfo, Header) == 0x000000, "Member 'HUD_Ansora_C_ShowTaskInfo::Header' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowTaskInfo, Text) == 0x000018, "Member 'HUD_Ansora_C_ShowTaskInfo::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowTaskInfo, Icon) == 0x000030, "Member 'HUD_Ansora_C_ShowTaskInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowTaskInfo, IsComplite) == 0x000038, "Member 'HUD_Ansora_C_ShowTaskInfo::IsComplite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_AddMark \ static_assert(alignof(HUD_Ansora_C_AddMark) == 0x000008, "Wrong alignment on HUD_Ansora_C_AddMark"); \ static_assert(sizeof(HUD_Ansora_C_AddMark) == 0x000030, "Wrong size on HUD_Ansora_C_AddMark"); \ static_assert(offsetof(HUD_Ansora_C_AddMark, MarkStr) == 0x000000, "Member 'HUD_Ansora_C_AddMark::MarkStr' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddMark, OnCompas) == 0x000028, "Member 'HUD_Ansora_C_AddMark::OnCompas' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddMark, OnScreen) == 0x000029, "Member 'HUD_Ansora_C_AddMark::OnScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowSelection \ static_assert(alignof(HUD_Ansora_C_ShowSelection) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowSelection"); \ static_assert(sizeof(HUD_Ansora_C_ShowSelection) == 0x000050, "Wrong size on HUD_Ansora_C_ShowSelection"); \ static_assert(offsetof(HUD_Ansora_C_ShowSelection, ButtonCaption) == 0x000000, "Member 'HUD_Ansora_C_ShowSelection::ButtonCaption' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowSelection, Text) == 0x000018, "Member 'HUD_Ansora_C_ShowSelection::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowSelection, DisableButton) == 0x000030, "Member 'HUD_Ansora_C_ShowSelection::DisableButton' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowSelection, IsInfoText) == 0x000031, "Member 'HUD_Ansora_C_ShowSelection::IsInfoText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowSelection, Durability) == 0x000038, "Member 'HUD_Ansora_C_ShowSelection::Durability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowNotifyMessage \ static_assert(alignof(HUD_Ansora_C_ShowNotifyMessage) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowNotifyMessage"); \ static_assert(sizeof(HUD_Ansora_C_ShowNotifyMessage) == 0x000030, "Wrong size on HUD_Ansora_C_ShowNotifyMessage"); \ static_assert(offsetof(HUD_Ansora_C_ShowNotifyMessage, MessageType) == 0x000000, "Member 'HUD_Ansora_C_ShowNotifyMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowNotifyMessage, Message) == 0x000008, "Member 'HUD_Ansora_C_ShowNotifyMessage::Message' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowNotifyMessage, Count_ifLoot_) == 0x000020, "Member 'HUD_Ansora_C_ShowNotifyMessage::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowNotifyMessage, Icon_IfNeed_) == 0x000028, "Member 'HUD_Ansora_C_ShowNotifyMessage::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowHelp \ static_assert(alignof(HUD_Ansora_C_ShowHelp) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowHelp"); \ static_assert(sizeof(HUD_Ansora_C_ShowHelp) == 0x000048, "Wrong size on HUD_Ansora_C_ShowHelp"); \ static_assert(offsetof(HUD_Ansora_C_ShowHelp, HeaderText) == 0x000000, "Member 'HUD_Ansora_C_ShowHelp::HeaderText' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowHelp, Text) == 0x000018, "Member 'HUD_Ansora_C_ShowHelp::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowHelp, Time) == 0x000030, "Member 'HUD_Ansora_C_ShowHelp::Time' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowHelp, Icon) == 0x000038, "Member 'HUD_Ansora_C_ShowHelp::Icon' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowHelp, MediaSource) == 0x000040, "Member 'HUD_Ansora_C_ShowHelp::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowBenchScreen \ static_assert(alignof(HUD_Ansora_C_ShowBenchScreen) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowBenchScreen"); \ static_assert(sizeof(HUD_Ansora_C_ShowBenchScreen) == 0x000008, "Wrong size on HUD_Ansora_C_ShowBenchScreen"); \ static_assert(offsetof(HUD_Ansora_C_ShowBenchScreen, Table) == 0x000000, "Member 'HUD_Ansora_C_ShowBenchScreen::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_HideFullscreenUI \ static_assert(alignof(HUD_Ansora_C_HideFullscreenUI) == 0x000008, "Wrong alignment on HUD_Ansora_C_HideFullscreenUI"); \ static_assert(sizeof(HUD_Ansora_C_HideFullscreenUI) == 0x000008, "Wrong size on HUD_Ansora_C_HideFullscreenUI"); \ static_assert(offsetof(HUD_Ansora_C_HideFullscreenUI, ContextWidget) == 0x000000, "Member 'HUD_Ansora_C_HideFullscreenUI::ContextWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowFullscreenUI \ static_assert(alignof(HUD_Ansora_C_ShowFullscreenUI) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowFullscreenUI"); \ static_assert(sizeof(HUD_Ansora_C_ShowFullscreenUI) == 0x000010, "Wrong size on HUD_Ansora_C_ShowFullscreenUI"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenUI, Type) == 0x000000, "Member 'HUD_Ansora_C_ShowFullscreenUI::Type' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenUI, ContextObject) == 0x000008, "Member 'HUD_Ansora_C_ShowFullscreenUI::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_HideTabletopGame \ static_assert(alignof(HUD_Ansora_C_HideTabletopGame) == 0x000008, "Wrong alignment on HUD_Ansora_C_HideTabletopGame"); \ static_assert(sizeof(HUD_Ansora_C_HideTabletopGame) == 0x000008, "Wrong size on HUD_Ansora_C_HideTabletopGame"); \ static_assert(offsetof(HUD_Ansora_C_HideTabletopGame, GameWidget) == 0x000000, "Member 'HUD_Ansora_C_HideTabletopGame::GameWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowTabletopGame \ static_assert(alignof(HUD_Ansora_C_ShowTabletopGame) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowTabletopGame"); \ static_assert(sizeof(HUD_Ansora_C_ShowTabletopGame) == 0x000008, "Wrong size on HUD_Ansora_C_ShowTabletopGame"); \ static_assert(offsetof(HUD_Ansora_C_ShowTabletopGame, GameClass) == 0x000000, "Member 'HUD_Ansora_C_ShowTabletopGame::GameClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_OnBuildModuleSelected \ static_assert(alignof(HUD_Ansora_C_OnBuildModuleSelected) == 0x000008, "Wrong alignment on HUD_Ansora_C_OnBuildModuleSelected"); \ static_assert(sizeof(HUD_Ansora_C_OnBuildModuleSelected) == 0x000010, "Wrong size on HUD_Ansora_C_OnBuildModuleSelected"); \ static_assert(offsetof(HUD_Ansora_C_OnBuildModuleSelected, ID) == 0x000000, "Member 'HUD_Ansora_C_OnBuildModuleSelected::ID' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_OnBuildModuleSelected, ModuleClass) == 0x000008, "Member 'HUD_Ansora_C_OnBuildModuleSelected::ModuleClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_OnInputTypeUpdate \ static_assert(alignof(HUD_Ansora_C_OnInputTypeUpdate) == 0x000001, "Wrong alignment on HUD_Ansora_C_OnInputTypeUpdate"); \ static_assert(sizeof(HUD_Ansora_C_OnInputTypeUpdate) == 0x000001, "Wrong size on HUD_Ansora_C_OnInputTypeUpdate"); \ static_assert(offsetof(HUD_Ansora_C_OnInputTypeUpdate, bIsGamepadNow) == 0x000000, "Member 'HUD_Ansora_C_OnInputTypeUpdate::bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_MakeHintsByTraceResult \ static_assert(alignof(HUD_Ansora_C_MakeHintsByTraceResult) == 0x000004, "Wrong alignment on HUD_Ansora_C_MakeHintsByTraceResult"); \ static_assert(sizeof(HUD_Ansora_C_MakeHintsByTraceResult) == 0x00008C, "Wrong size on HUD_Ansora_C_MakeHintsByTraceResult"); \ static_assert(offsetof(HUD_Ansora_C_MakeHintsByTraceResult, HitResult) == 0x000000, "Member 'HUD_Ansora_C_MakeHintsByTraceResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_MakeHintsByTraceResult, ReturnValue) == 0x000088, "Member 'HUD_Ansora_C_MakeHintsByTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_UpdateInputWidgets \ static_assert(alignof(HUD_Ansora_C_UpdateInputWidgets) == 0x000008, "Wrong alignment on HUD_Ansora_C_UpdateInputWidgets"); \ static_assert(sizeof(HUD_Ansora_C_UpdateInputWidgets) == 0x000038, "Wrong size on HUD_Ansora_C_UpdateInputWidgets"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'HUD_Ansora_C_UpdateInputWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'HUD_Ansora_C_UpdateInputWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'HUD_Ansora_C_UpdateInputWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000010, "Member 'HUD_Ansora_C_UpdateInputWidgets::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'HUD_Ansora_C_UpdateInputWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'HUD_Ansora_C_UpdateInputWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateInputWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'HUD_Ansora_C_UpdateInputWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_AddLocomotiveMark \ static_assert(alignof(HUD_Ansora_C_AddLocomotiveMark) == 0x000008, "Wrong alignment on HUD_Ansora_C_AddLocomotiveMark"); \ static_assert(sizeof(HUD_Ansora_C_AddLocomotiveMark) == 0x000098, "Wrong size on HUD_Ansora_C_AddLocomotiveMark"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'HUD_Ansora_C_AddLocomotiveMark::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, Temp_int_Array_Index_Variable) == 0x000008, "Member 'HUD_Ansora_C_AddLocomotiveMark::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'HUD_Ansora_C_AddLocomotiveMark::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'HUD_Ansora_C_AddLocomotiveMark::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Array_Get_Item) == 0x000028, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, K2Node_MakeStruct_MarkStructure) == 0x000058, "Member 'HUD_Ansora_C_AddLocomotiveMark::K2Node_MakeStruct_MarkStructure' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Array_Length_ReturnValue_1) == 0x00008C, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddLocomotiveMark, CallFunc_Less_IntInt_ReturnValue_1) == 0x000090, "Member 'HUD_Ansora_C_AddLocomotiveMark::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_AddWidgetToViewportStack \ static_assert(alignof(HUD_Ansora_C_AddWidgetToViewportStack) == 0x000008, "Wrong alignment on HUD_Ansora_C_AddWidgetToViewportStack"); \ static_assert(sizeof(HUD_Ansora_C_AddWidgetToViewportStack) == 0x000030, "Wrong size on HUD_Ansora_C_AddWidgetToViewportStack"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, UserWidget) == 0x000000, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::UserWidget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, Temp_int_Variable) == 0x000008, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Array_Get_Item) == 0x000018, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_AddWidgetToViewportStack, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'HUD_Ansora_C_AddWidgetToViewportStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_RemoveWidgetFromViewporStack \ static_assert(alignof(HUD_Ansora_C_RemoveWidgetFromViewporStack) == 0x000008, "Wrong alignment on HUD_Ansora_C_RemoveWidgetFromViewporStack"); \ static_assert(sizeof(HUD_Ansora_C_RemoveWidgetFromViewporStack) == 0x000030, "Wrong size on HUD_Ansora_C_RemoveWidgetFromViewporStack"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, Widget) == 0x000000, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_Array_LastIndex_ReturnValue) == 0x000014, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_Array_Get_Item) == 0x000020, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_RemoveWidgetFromViewporStack, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'HUD_Ansora_C_RemoveWidgetFromViewporStack::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetTutorialVisibility \ static_assert(alignof(HUD_Ansora_C_GetTutorialVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetTutorialVisibility"); \ static_assert(sizeof(HUD_Ansora_C_GetTutorialVisibility) == 0x000002, "Wrong size on HUD_Ansora_C_GetTutorialVisibility"); \ static_assert(offsetof(HUD_Ansora_C_GetTutorialVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_C_GetTutorialVisibility::IsVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetTutorialVisibility, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_GetTutorialVisibility::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Update_DOFPower \ static_assert(alignof(HUD_Ansora_C_Update_DOFPower) == 0x000004, "Wrong alignment on HUD_Ansora_C_Update_DOFPower"); \ static_assert(sizeof(HUD_Ansora_C_Update_DOFPower) == 0x000008, "Wrong size on HUD_Ansora_C_Update_DOFPower"); \ static_assert(offsetof(HUD_Ansora_C_Update_DOFPower, Progress) == 0x000000, "Member 'HUD_Ansora_C_Update_DOFPower::Progress' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Update_DOFPower, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_Update_DOFPower::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Update_ColorGrading \ static_assert(alignof(HUD_Ansora_C_Update_ColorGrading) == 0x000004, "Wrong alignment on HUD_Ansora_C_Update_ColorGrading"); \ static_assert(sizeof(HUD_Ansora_C_Update_ColorGrading) == 0x000008, "Wrong size on HUD_Ansora_C_Update_ColorGrading"); \ static_assert(offsetof(HUD_Ansora_C_Update_ColorGrading, Progress) == 0x000000, "Member 'HUD_Ansora_C_Update_ColorGrading::Progress' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Update_ColorGrading, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_Update_ColorGrading::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Update_Exposure \ static_assert(alignof(HUD_Ansora_C_Update_Exposure) == 0x000004, "Wrong alignment on HUD_Ansora_C_Update_Exposure"); \ static_assert(sizeof(HUD_Ansora_C_Update_Exposure) == 0x000010, "Wrong size on HUD_Ansora_C_Update_Exposure"); \ static_assert(offsetof(HUD_Ansora_C_Update_Exposure, Progress) == 0x000000, "Member 'HUD_Ansora_C_Update_Exposure::Progress' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Update_Exposure, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_Update_Exposure::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Update_Exposure, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000008, "Member 'HUD_Ansora_C_Update_Exposure::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Update_Exposure, CallFunc_MapRangeClamped_ReturnValue_2) == 0x00000C, "Member 'HUD_Ansora_C_Update_Exposure::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_UpdateTint \ static_assert(alignof(HUD_Ansora_C_UpdateTint) == 0x000004, "Wrong alignment on HUD_Ansora_C_UpdateTint"); \ static_assert(sizeof(HUD_Ansora_C_UpdateTint) == 0x000008, "Wrong size on HUD_Ansora_C_UpdateTint"); \ static_assert(offsetof(HUD_Ansora_C_UpdateTint, Progress) == 0x000000, "Member 'HUD_Ansora_C_UpdateTint::Progress' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateTint, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_UpdateTint::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_UpdateStencil \ static_assert(alignof(HUD_Ansora_C_UpdateStencil) == 0x000004, "Wrong alignment on HUD_Ansora_C_UpdateStencil"); \ static_assert(sizeof(HUD_Ansora_C_UpdateStencil) == 0x000008, "Wrong size on HUD_Ansora_C_UpdateStencil"); \ static_assert(offsetof(HUD_Ansora_C_UpdateStencil, Progress) == 0x000000, "Member 'HUD_Ansora_C_UpdateStencil::Progress' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_UpdateStencil, CallFunc_MapRangeClamped_ReturnValue) == 0x000004, "Member 'HUD_Ansora_C_UpdateStencil::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetCurrentBiomeSettings \ static_assert(alignof(HUD_Ansora_C_GetCurrentBiomeSettings) == 0x000010, "Wrong alignment on HUD_Ansora_C_GetCurrentBiomeSettings"); \ static_assert(sizeof(HUD_Ansora_C_GetCurrentBiomeSettings) == 0x000540, "Wrong size on HUD_Ansora_C_GetCurrentBiomeSettings"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, isDefined) == 0x000000, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::isDefined' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, Settings) == 0x000010, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, CallFunc_GetGameInstance_ReturnValue) == 0x0001A0, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x0001A8, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, CallFunc_FindValue_result) == 0x0001B1, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::CallFunc_FindValue_result' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentBiomeSettings, CallFunc_FindValue_ReturnValue) == 0x0001C0, "Member 'HUD_Ansora_C_GetCurrentBiomeSettings::CallFunc_FindValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Display_Old_Game_HUD \ static_assert(alignof(HUD_Ansora_C_Display_Old_Game_HUD) == 0x000008, "Wrong alignment on HUD_Ansora_C_Display_Old_Game_HUD"); \ static_assert(sizeof(HUD_Ansora_C_Display_Old_Game_HUD) == 0x000020, "Wrong size on HUD_Ansora_C_Display_Old_Game_HUD"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, isGameHUDVisible) == 0x000000, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::isGameHUDVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, Temp_byte_Variable) == 0x000001, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, Temp_byte_Variable_1) == 0x000002, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, Temp_bool_Variable) == 0x000003, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, K2Node_Select_Default) == 0x000019, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Display_Old_Game_HUD, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'HUD_Ansora_C_Display_Old_Game_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_Adjust_FOV \ static_assert(alignof(HUD_Ansora_C_Adjust_FOV) == 0x000008, "Wrong alignment on HUD_Ansora_C_Adjust_FOV"); \ static_assert(sizeof(HUD_Ansora_C_Adjust_FOV) == 0x000080, "Wrong size on HUD_Ansora_C_Adjust_FOV"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, ShouldReset) == 0x000000, "Member 'HUD_Ansora_C_Adjust_FOV::ShouldReset' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, NewLocalVar_0) == 0x000004, "Member 'HUD_Ansora_C_Adjust_FOV::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, Temp_bool_Variable) == 0x000008, "Member 'HUD_Ansora_C_Adjust_FOV::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, Temp_int_Variable) == 0x00000C, "Member 'HUD_Ansora_C_Adjust_FOV::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, Temp_int_Variable_1) == 0x000010, "Member 'HUD_Ansora_C_Adjust_FOV::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_GetViewportSize_ReturnValue) == 0x000014, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, K2Node_DynamicCast_AsFGGame_Instance) == 0x000038, "Member 'HUD_Ansora_C_Adjust_FOV::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'HUD_Ansora_C_Adjust_FOV::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000041, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, K2Node_Select_Default) == 0x000044, "Member 'HUD_Ansora_C_Adjust_FOV::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_GetViewportSize_ReturnValue_1) == 0x00004C, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_BreakVector2D_X_1) == 0x000054, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_BreakVector2D_Y_1) == 0x000058, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_GetGameInstance_ReturnValue_1) == 0x000060, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000068, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000070, "Member 'HUD_Ansora_C_Adjust_FOV::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'HUD_Ansora_C_Adjust_FOV::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_Adjust_FOV, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000079, "Member 'HUD_Ansora_C_Adjust_FOV::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_LoadFullscreenWidgetClass \ static_assert(alignof(HUD_Ansora_C_LoadFullscreenWidgetClass) == 0x000008, "Wrong alignment on HUD_Ansora_C_LoadFullscreenWidgetClass"); \ static_assert(sizeof(HUD_Ansora_C_LoadFullscreenWidgetClass) == 0x000058, "Wrong size on HUD_Ansora_C_LoadFullscreenWidgetClass"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, ScreenType) == 0x000000, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::ScreenType' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, bIsValidClass) == 0x000001, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::bIsValidClass' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, AsFullscreen_Widget) == 0x000008, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, CallFunc_Map_Find_Value) == 0x000010, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000040, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, K2Node_ClassDynamicCast_AsFullscreen_Widget) == 0x000048, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::K2Node_ClassDynamicCast_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_LoadFullscreenWidgetClass, K2Node_ClassDynamicCast_bSuccess) == 0x000050, "Member 'HUD_Ansora_C_LoadFullscreenWidgetClass::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_HandleMode \ static_assert(alignof(HUD_Ansora_C_HandleMode) == 0x000001, "Wrong alignment on HUD_Ansora_C_HandleMode"); \ static_assert(sizeof(HUD_Ansora_C_HandleMode) == 0x000003, "Wrong size on HUD_Ansora_C_HandleMode"); \ static_assert(offsetof(HUD_Ansora_C_HandleMode, NewMode) == 0x000000, "Member 'HUD_Ansora_C_HandleMode::NewMode' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_HandleMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_HandleMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_HandleMode, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'HUD_Ansora_C_HandleMode::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetIsGamepadNow \ static_assert(alignof(HUD_Ansora_C_GetIsGamepadNow) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetIsGamepadNow"); \ static_assert(sizeof(HUD_Ansora_C_GetIsGamepadNow) == 0x000003, "Wrong size on HUD_Ansora_C_GetIsGamepadNow"); \ static_assert(offsetof(HUD_Ansora_C_GetIsGamepadNow, IsGamepad) == 0x000000, "Member 'HUD_Ansora_C_GetIsGamepadNow::IsGamepad' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetIsGamepadNow, CallFunc_IsConsolePlatform_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_GetIsGamepadNow::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetIsGamepadNow, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'HUD_Ansora_C_GetIsGamepadNow::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetHUDVisibility \ static_assert(alignof(HUD_Ansora_C_GetHUDVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetHUDVisibility"); \ static_assert(sizeof(HUD_Ansora_C_GetHUDVisibility) == 0x000002, "Wrong size on HUD_Ansora_C_GetHUDVisibility"); \ static_assert(offsetof(HUD_Ansora_C_GetHUDVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_C_GetHUDVisibility::IsVisible' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetHUDVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_GetHUDVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetViewportIsBusy \ static_assert(alignof(HUD_Ansora_C_GetViewportIsBusy) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetViewportIsBusy"); \ static_assert(sizeof(HUD_Ansora_C_GetViewportIsBusy) == 0x000001, "Wrong size on HUD_Ansora_C_GetViewportIsBusy"); \ static_assert(offsetof(HUD_Ansora_C_GetViewportIsBusy, IsBusy) == 0x000000, "Member 'HUD_Ansora_C_GetViewportIsBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetSubtitlesVisibility \ static_assert(alignof(HUD_Ansora_C_GetSubtitlesVisibility) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetSubtitlesVisibility"); \ static_assert(sizeof(HUD_Ansora_C_GetSubtitlesVisibility) == 0x000001, "Wrong size on HUD_Ansora_C_GetSubtitlesVisibility"); \ static_assert(offsetof(HUD_Ansora_C_GetSubtitlesVisibility, IsVisible) == 0x000000, "Member 'HUD_Ansora_C_GetSubtitlesVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetOpenJournalTab \ static_assert(alignof(HUD_Ansora_C_GetOpenJournalTab) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetOpenJournalTab"); \ static_assert(sizeof(HUD_Ansora_C_GetOpenJournalTab) == 0x000001, "Wrong size on HUD_Ansora_C_GetOpenJournalTab"); \ static_assert(offsetof(HUD_Ansora_C_GetOpenJournalTab, TabType) == 0x000000, "Member 'HUD_Ansora_C_GetOpenJournalTab::TabType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_IsChatOpened \ static_assert(alignof(HUD_Ansora_C_IsChatOpened) == 0x000001, "Wrong alignment on HUD_Ansora_C_IsChatOpened"); \ static_assert(sizeof(HUD_Ansora_C_IsChatOpened) == 0x000003, "Wrong size on HUD_Ansora_C_IsChatOpened"); \ static_assert(offsetof(HUD_Ansora_C_IsChatOpened, ReturnValue) == 0x000000, "Member 'HUD_Ansora_C_IsChatOpened::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_IsChatOpened, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_IsChatOpened::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_IsChatOpened, CallFunc_GetIsOpened_ReturnValue) == 0x000002, "Member 'HUD_Ansora_C_IsChatOpened::CallFunc_GetIsOpened_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetHUDMode \ static_assert(alignof(HUD_Ansora_C_GetHUDMode) == 0x000001, "Wrong alignment on HUD_Ansora_C_GetHUDMode"); \ static_assert(sizeof(HUD_Ansora_C_GetHUDMode) == 0x000001, "Wrong size on HUD_Ansora_C_GetHUDMode"); \ static_assert(offsetof(HUD_Ansora_C_GetHUDMode, CurrentMode_0) == 0x000000, "Member 'HUD_Ansora_C_GetHUDMode::CurrentMode_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_On_HUDMode_Update \ static_assert(alignof(HUD_Ansora_C_On_HUDMode_Update) == 0x000001, "Wrong alignment on HUD_Ansora_C_On_HUDMode_Update"); \ static_assert(sizeof(HUD_Ansora_C_On_HUDMode_Update) == 0x000002, "Wrong size on HUD_Ansora_C_On_HUDMode_Update"); \ static_assert(offsetof(HUD_Ansora_C_On_HUDMode_Update, CurrentMode_0) == 0x000000, "Member 'HUD_Ansora_C_On_HUDMode_Update::CurrentMode_0' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_On_HUDMode_Update, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'HUD_Ansora_C_On_HUDMode_Update::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_ShowFullscreenWidget \ static_assert(alignof(HUD_Ansora_C_ShowFullscreenWidget) == 0x000008, "Wrong alignment on HUD_Ansora_C_ShowFullscreenWidget"); \ static_assert(sizeof(HUD_Ansora_C_ShowFullscreenWidget) == 0x000018, "Wrong size on HUD_Ansora_C_ShowFullscreenWidget"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, Widget) == 0x000000, "Member 'HUD_Ansora_C_ShowFullscreenWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, isAdded) == 0x000008, "Member 'HUD_Ansora_C_ShowFullscreenWidget::isAdded' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'HUD_Ansora_C_ShowFullscreenWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, CallFunc_IsVisible_ReturnValue) == 0x00000A, "Member 'HUD_Ansora_C_ShowFullscreenWidget::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000B, "Member 'HUD_Ansora_C_ShowFullscreenWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'HUD_Ansora_C_ShowFullscreenWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_ShowFullscreenWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'HUD_Ansora_C_ShowFullscreenWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetCurrentFullscreenWidget \ static_assert(alignof(HUD_Ansora_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong alignment on HUD_Ansora_C_GetCurrentFullscreenWidget"); \ static_assert(sizeof(HUD_Ansora_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong size on HUD_Ansora_C_GetCurrentFullscreenWidget"); \ static_assert(offsetof(HUD_Ansora_C_GetCurrentFullscreenWidget, CurrentFullscreenWidget_0) == 0x000000, "Member 'HUD_Ansora_C_GetCurrentFullscreenWidget::CurrentFullscreenWidget_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_IsCharBusy \ static_assert(alignof(HUD_Ansora_C_IsCharBusy) == 0x000001, "Wrong alignment on HUD_Ansora_C_IsCharBusy"); \ static_assert(sizeof(HUD_Ansora_C_IsCharBusy) == 0x000001, "Wrong size on HUD_Ansora_C_IsCharBusy"); \ static_assert(offsetof(HUD_Ansora_C_IsCharBusy, ReturnValue) == 0x000000, "Member 'HUD_Ansora_C_IsCharBusy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_CanUseLookCloserButton \ static_assert(alignof(HUD_Ansora_C_CanUseLookCloserButton) == 0x000001, "Wrong alignment on HUD_Ansora_C_CanUseLookCloserButton"); \ static_assert(sizeof(HUD_Ansora_C_CanUseLookCloserButton) == 0x000001, "Wrong size on HUD_Ansora_C_CanUseLookCloserButton"); \ static_assert(offsetof(HUD_Ansora_C_CanUseLookCloserButton, bReturnValue) == 0x000000, "Member 'HUD_Ansora_C_CanUseLookCloserButton::bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Ansora_C_GetOldKeyHints \ static_assert(alignof(HUD_Ansora_C_GetOldKeyHints) == 0x000008, "Wrong alignment on HUD_Ansora_C_GetOldKeyHints"); \ static_assert(sizeof(HUD_Ansora_C_GetOldKeyHints) == 0x000010, "Wrong size on HUD_Ansora_C_GetOldKeyHints"); \ static_assert(offsetof(HUD_Ansora_C_GetOldKeyHints, bIsValid) == 0x000000, "Member 'HUD_Ansora_C_GetOldKeyHints::bIsValid' has a wrong offset!"); \ static_assert(offsetof(HUD_Ansora_C_GetOldKeyHints, HintsWrapper) == 0x000008, "Member 'HUD_Ansora_C_GetOldKeyHints::HintsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHUD_Ansora_C \ static_assert(alignof(AHUD_Ansora_C) == 0x000010, "Wrong alignment on AHUD_Ansora_C"); \ static_assert(sizeof(AHUD_Ansora_C) == 0x000A40, "Wrong size on AHUD_Ansora_C"); \ static_assert(offsetof(AHUD_Ansora_C, UberGraphFrame_HUD_Ansora_C) == 0x000370, "Member 'AHUD_Ansora_C::UberGraphFrame_HUD_Ansora_C' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, PostprocessControl_Progress_F4D705AA4D0DC9494B2ED8A108BB7C0D) == 0x000378, "Member 'AHUD_Ansora_C::PostprocessControl_Progress_F4D705AA4D0DC9494B2ED8A108BB7C0D' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, PostprocessControl__Direction_F4D705AA4D0DC9494B2ED8A108BB7C0D) == 0x00037C, "Member 'AHUD_Ansora_C::PostprocessControl__Direction_F4D705AA4D0DC9494B2ED8A108BB7C0D' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, PostprocessControl) == 0x000380, "Member 'AHUD_Ansora_C::PostprocessControl' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Timeline_1_Value_2AAD00AC44F11FCAA1D56D8293F5F21B) == 0x000388, "Member 'AHUD_Ansora_C::Timeline_1_Value_2AAD00AC44F11FCAA1D56D8293F5F21B' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Timeline_1__Direction_2AAD00AC44F11FCAA1D56D8293F5F21B) == 0x00038C, "Member 'AHUD_Ansora_C::Timeline_1__Direction_2AAD00AC44F11FCAA1D56D8293F5F21B' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Timeline_1) == 0x000390, "Member 'AHUD_Ansora_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Vignette_Value_9769802C45B22F36EFF027B9DF657641) == 0x000398, "Member 'AHUD_Ansora_C::Vignette_Value_9769802C45B22F36EFF027B9DF657641' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Vignette__Direction_9769802C45B22F36EFF027B9DF657641) == 0x00039C, "Member 'AHUD_Ansora_C::Vignette__Direction_9769802C45B22F36EFF027B9DF657641' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Vignette) == 0x0003A0, "Member 'AHUD_Ansora_C::Vignette' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, IS_GAMEPAD) == 0x0003A8, "Member 'AHUD_Ansora_C::IS_GAMEPAD' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Inventory) == 0x0003B0, "Member 'AHUD_Ansora_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, ActorInteraction) == 0x0003B8, "Member 'AHUD_Ansora_C::ActorInteraction' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Postprocess) == 0x0003C0, "Member 'AHUD_Ansora_C::Postprocess' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, DefalutVignette) == 0x0003C8, "Member 'AHUD_Ansora_C::DefalutVignette' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, HUD_SlotController) == 0x0003D0, "Member 'AHUD_Ansora_C::HUD_SlotController' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, BenchV2) == 0x0003D8, "Member 'AHUD_Ansora_C::BenchV2' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, UtilitiesMembers) == 0x0003E0, "Member 'AHUD_Ansora_C::UtilitiesMembers' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, LastDeadMarkStr) == 0x0003F0, "Member 'AHUD_Ansora_C::LastDeadMarkStr' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, LocamotiveMarks) == 0x000418, "Member 'AHUD_Ansora_C::LocamotiveMarks' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, ViewportWidgetsStack) == 0x000428, "Member 'AHUD_Ansora_C::ViewportWidgetsStack' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, IngameMenu) == 0x000438, "Member 'AHUD_Ansora_C::IngameMenu' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, EnemyHP) == 0x000440, "Member 'AHUD_Ansora_C::EnemyHP' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, HUDCanvas) == 0x000448, "Member 'AHUD_Ansora_C::HUDCanvas' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, DefaultSettings) == 0x000450, "Member 'AHUD_Ansora_C::DefaultSettings' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, IsViewportBusy) == 0x0009B0, "Member 'AHUD_Ansora_C::IsViewportBusy' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, DemoWidgetTimerHandle) == 0x0009B8, "Member 'AHUD_Ansora_C::DemoWidgetTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, DisplayedActionButtons) == 0x0009C0, "Member 'AHUD_Ansora_C::DisplayedActionButtons' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, Subtitles) == 0x0009C8, "Member 'AHUD_Ansora_C::Subtitles' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, isSubtitlesVisible) == 0x0009D0, "Member 'AHUD_Ansora_C::isSubtitlesVisible' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, CachedFOV) == 0x0009D4, "Member 'AHUD_Ansora_C::CachedFOV' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, OpenJournalTab) == 0x0009D8, "Member 'AHUD_Ansora_C::OpenJournalTab' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, CurrentFullscreenWidget) == 0x0009E0, "Member 'AHUD_Ansora_C::CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(AHUD_Ansora_C, FullscreenWidgetClasses) == 0x0009E8, "Member 'AHUD_Ansora_C::FullscreenWidgetClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor \ static_assert(alignof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor) == 0x000008, "Wrong alignment on WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor"); \ static_assert(sizeof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor) == 0x000200, "Wrong size on WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, EntryPoint) == 0x000000, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_CustomEvent_Offset_1) == 0x000008, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_CustomEvent_Offset_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_Get_Item) == 0x000010, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00004C, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000D4, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0000D8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000160, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_CustomEvent_NewOrigin) == 0x000164, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_CustomEvent_NewOrigin' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, Temp_int_Loop_Counter_Variable_1) == 0x000170, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000174, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000178, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_GetWorldOriginLocation_ReturnValue) == 0x00017C, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_GetWorldOriginLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_GetGameInstance_ReturnValue) == 0x000188, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Add_IntInt_ReturnValue_2) == 0x000190, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_DynamicCast_AsFGGame_Instance) == 0x000198, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_MakeStruct_IntVector) == 0x0001A4, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_GetCurrentQuestNarrator_ReturnValue) == 0x0001B8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_GetCurrentQuestNarrator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_IsValid_ReturnValue_1) == 0x0001C0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_IsValid_ReturnValue_2) == 0x0001C1, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_IsValid_ReturnValue_3) == 0x0001C2, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_IsValid_ReturnValue_4) == 0x0001C3, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_AddUnique_ReturnValue) == 0x0001C4, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0001C8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_AddUnique_ReturnValue_2) == 0x0001CC, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_AddUnique_ReturnValue_3) == 0x0001D0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_AddUnique_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_Array_AddUnique_ReturnValue_4) == 0x0001D4, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_Array_AddUnique_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_Event_Offset) == 0x0001D8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_Event_Offset' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_Event_Proxy) == 0x0001E0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_Event_Proxy' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, K2Node_CustomEvent_Offset) == 0x0001E8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::K2Node_CustomEvent_Offset' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_GetPlayerTrain_ReturnValue) == 0x0001F0, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_GetTrainSpeed_ReturnValue) == 0x0001F8, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0001FC, "Member 'WorldMoveActor_C_ExecuteUbergraph_WorldMoveActor::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldMoveActor_C_NetMoveWorld \ static_assert(alignof(WorldMoveActor_C_NetMoveWorld) == 0x000004, "Wrong alignment on WorldMoveActor_C_NetMoveWorld"); \ static_assert(sizeof(WorldMoveActor_C_NetMoveWorld) == 0x000004, "Wrong size on WorldMoveActor_C_NetMoveWorld"); \ static_assert(offsetof(WorldMoveActor_C_NetMoveWorld, Offset) == 0x000000, "Member 'WorldMoveActor_C_NetMoveWorld::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldMoveActor_C_MoveWorldWithProxy \ static_assert(alignof(WorldMoveActor_C_MoveWorldWithProxy) == 0x000008, "Wrong alignment on WorldMoveActor_C_MoveWorldWithProxy"); \ static_assert(sizeof(WorldMoveActor_C_MoveWorldWithProxy) == 0x000010, "Wrong size on WorldMoveActor_C_MoveWorldWithProxy"); \ static_assert(offsetof(WorldMoveActor_C_MoveWorldWithProxy, Offset) == 0x000000, "Member 'WorldMoveActor_C_MoveWorldWithProxy::Offset' has a wrong offset!"); \ static_assert(offsetof(WorldMoveActor_C_MoveWorldWithProxy, Proxy) == 0x000008, "Member 'WorldMoveActor_C_MoveWorldWithProxy::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldMoveActor_C_SetWorldOrigin \ static_assert(alignof(WorldMoveActor_C_SetWorldOrigin) == 0x000004, "Wrong alignment on WorldMoveActor_C_SetWorldOrigin"); \ static_assert(sizeof(WorldMoveActor_C_SetWorldOrigin) == 0x00000C, "Wrong size on WorldMoveActor_C_SetWorldOrigin"); \ static_assert(offsetof(WorldMoveActor_C_SetWorldOrigin, NewOrigin) == 0x000000, "Member 'WorldMoveActor_C_SetWorldOrigin::NewOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldMoveActor_C_MoveWorld \ static_assert(alignof(WorldMoveActor_C_MoveWorld) == 0x000004, "Wrong alignment on WorldMoveActor_C_MoveWorld"); \ static_assert(sizeof(WorldMoveActor_C_MoveWorld) == 0x000004, "Wrong size on WorldMoveActor_C_MoveWorld"); \ static_assert(offsetof(WorldMoveActor_C_MoveWorld, Offset) == 0x000000, "Member 'WorldMoveActor_C_MoveWorld::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldMoveActor_C \ static_assert(alignof(AWorldMoveActor_C) == 0x000008, "Wrong alignment on AWorldMoveActor_C"); \ static_assert(sizeof(AWorldMoveActor_C) == 0x000250, "Wrong size on AWorldMoveActor_C"); \ static_assert(offsetof(AWorldMoveActor_C, UberGraphFrame) == 0x000220, "Member 'AWorldMoveActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWorldMoveActor_C, DefaultSceneRoot) == 0x000228, "Member 'AWorldMoveActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AWorldMoveActor_C, ActorsToMove) == 0x000230, "Member 'AWorldMoveActor_C::ActorsToMove' has a wrong offset!"); \ static_assert(offsetof(AWorldMoveActor_C, TempActorsLocations) == 0x000240, "Member 'AWorldMoveActor_C::TempActorsLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain \ static_assert(alignof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain"); \ static_assert(sizeof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain) == 0x000028, "Wrong size on GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, EntryPoint) == 0x000000, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, CallFunc_SetupBeds_bResult) == 0x000004, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::CallFunc_SetupBeds_bResult' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, K2Node_CustomEvent_Bed_1) == 0x000008, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::K2Node_CustomEvent_Bed_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, K2Node_CustomEvent_Bed) == 0x000010, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::K2Node_CustomEvent_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000021, "Member 'GenericPlayerTrain_C_ExecuteUbergraph_GenericPlayerTrain::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_RemoveBed \ static_assert(alignof(GenericPlayerTrain_C_RemoveBed) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_RemoveBed"); \ static_assert(sizeof(GenericPlayerTrain_C_RemoveBed) == 0x000008, "Wrong size on GenericPlayerTrain_C_RemoveBed"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveBed, Bed) == 0x000000, "Member 'GenericPlayerTrain_C_RemoveBed::Bed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_AddBed \ static_assert(alignof(GenericPlayerTrain_C_AddBed) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_AddBed"); \ static_assert(sizeof(GenericPlayerTrain_C_AddBed) == 0x000008, "Wrong size on GenericPlayerTrain_C_AddBed"); \ static_assert(offsetof(GenericPlayerTrain_C_AddBed, Bed) == 0x000000, "Member 'GenericPlayerTrain_C_AddBed::Bed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_FindFreeRofleemo \ static_assert(alignof(GenericPlayerTrain_C_FindFreeRofleemo) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_FindFreeRofleemo"); \ static_assert(sizeof(GenericPlayerTrain_C_FindFreeRofleemo) == 0x000060, "Wrong size on GenericPlayerTrain_C_FindFreeRofleemo"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, Random) == 0x000000, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::Random' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, Rofleemo) == 0x000008, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, FreeRofleemo) == 0x000018, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::FreeRofleemo' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, Temp_int_Array_Index_Variable) == 0x000028, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_GetAllActorsOfClass_OutActors) == 0x000038, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_Array_Get_Item) == 0x000048, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_CanBeCalled_ReturnValue) == 0x000054, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_CanBeCalled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000055, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000056, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_BooleanOR_ReturnValue) == 0x000057, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindFreeRofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'GenericPlayerTrain_C_FindFreeRofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_FindAvaliableBed \ static_assert(alignof(GenericPlayerTrain_C_FindAvaliableBed) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_FindAvaliableBed"); \ static_assert(sizeof(GenericPlayerTrain_C_FindAvaliableBed) == 0x000040, "Wrong size on GenericPlayerTrain_C_FindAvaliableBed"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, isFound) == 0x000000, "Member 'GenericPlayerTrain_C_FindAvaliableBed::isFound' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, FreeBed) == 0x000008, "Member 'GenericPlayerTrain_C_FindAvaliableBed::FreeBed' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericPlayerTrain_C_FindAvaliableBed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'GenericPlayerTrain_C_FindAvaliableBed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Array_Get_Item) == 0x000020, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002D, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_GetState_ReturnValue) == 0x00002E, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000034, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_Not_PreBool_ReturnValue) == 0x000037, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_FindAvaliableBed, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'GenericPlayerTrain_C_FindAvaliableBed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_SetBedDecor \ static_assert(alignof(GenericPlayerTrain_C_SetBedDecor) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_SetBedDecor"); \ static_assert(sizeof(GenericPlayerTrain_C_SetBedDecor) == 0x0000A0, "Wrong size on GenericPlayerTrain_C_SetBedDecor"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, Bed) == 0x000000, "Member 'GenericPlayerTrain_C_SetBedDecor::Bed' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, DecorArray) == 0x000008, "Member 'GenericPlayerTrain_C_SetBedDecor::DecorArray' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, Temp_int_Array_Index_Variable) == 0x000024, "Member 'GenericPlayerTrain_C_SetBedDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'GenericPlayerTrain_C_SetBedDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, K2Node_MakeSet_Set) == 0x000030, "Member 'GenericPlayerTrain_C_SetBedDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000080, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_Array_Get_Item) == 0x000090, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_Array_RemoveItem_ReturnValue) == 0x00009C, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_Less_IntInt_ReturnValue) == 0x00009D, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_GetState_ReturnValue) == 0x00009E, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetBedDecor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009F, "Member 'GenericPlayerTrain_C_SetBedDecor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_GetBeds \ static_assert(alignof(GenericPlayerTrain_C_GetBeds) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_GetBeds"); \ static_assert(sizeof(GenericPlayerTrain_C_GetBeds) == 0x000020, "Wrong size on GenericPlayerTrain_C_GetBeds"); \ static_assert(offsetof(GenericPlayerTrain_C_GetBeds, RofleemoBeds) == 0x000000, "Member 'GenericPlayerTrain_C_GetBeds::RofleemoBeds' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetBeds, CallFunc_SetupBeds_bResult) == 0x000010, "Member 'GenericPlayerTrain_C_GetBeds::CallFunc_SetupBeds_bResult' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetBeds, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'GenericPlayerTrain_C_GetBeds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetBeds, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_GetBeds::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_SetupBeds \ static_assert(alignof(GenericPlayerTrain_C_SetupBeds) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_SetupBeds"); \ static_assert(sizeof(GenericPlayerTrain_C_SetupBeds) == 0x000050, "Wrong size on GenericPlayerTrain_C_SetupBeds"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, bResult) == 0x000000, "Member 'GenericPlayerTrain_C_SetupBeds::bResult' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericPlayerTrain_C_SetupBeds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericPlayerTrain_C_SetupBeds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_GetInstalledModules_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000038, "Member 'GenericPlayerTrain_C_SetupBeds::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericPlayerTrain_C_SetupBeds::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_GetState_ReturnValue) == 0x000042, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000043, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Array_Length_ReturnValue_2) == 0x000048, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetupBeds, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00004C, "Member 'GenericPlayerTrain_C_SetupBeds::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_SetProviant \ static_assert(alignof(GenericPlayerTrain_C_SetProviant) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_SetProviant"); \ static_assert(sizeof(GenericPlayerTrain_C_SetProviant) == 0x000088, "Wrong size on GenericPlayerTrain_C_SetProviant"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, InventoryComponent) == 0x000000, "Member 'GenericPlayerTrain_C_SetProviant::InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, Temp_int_Array_Index_Variable) == 0x000008, "Member 'GenericPlayerTrain_C_SetProviant::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GenericPlayerTrain_C_SetProviant::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'GenericPlayerTrain_C_SetProviant::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_GetInstalledModulesOfType_Modules) == 0x000018, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_GetInstalledModulesOfType_Modules' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'GenericPlayerTrain_C_SetProviant::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000048, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_GetCount_ReturnValue) == 0x000069, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00006C, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_GetItemType_ReturnValue) == 0x000070, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, K2Node_ClassDynamicCast_AsGeneric_Food) == 0x000078, "Member 'GenericPlayerTrain_C_SetProviant::K2Node_ClassDynamicCast_AsGeneric_Food' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, K2Node_ClassDynamicCast_bSuccess) == 0x000080, "Member 'GenericPlayerTrain_C_SetProviant::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetProviant, CallFunc_AddProviant_ReturnValue) == 0x000081, "Member 'GenericPlayerTrain_C_SetProviant::CallFunc_AddProviant_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_AddProviant \ static_assert(alignof(GenericPlayerTrain_C_AddProviant) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_AddProviant"); \ static_assert(sizeof(GenericPlayerTrain_C_AddProviant) == 0x000028, "Wrong size on GenericPlayerTrain_C_AddProviant"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, ProviantClass) == 0x000000, "Member 'GenericPlayerTrain_C_AddProviant::ProviantClass' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, Amount) == 0x000008, "Member 'GenericPlayerTrain_C_AddProviant::Amount' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, ReturnValue) == 0x00000C, "Member 'GenericPlayerTrain_C_AddProviant::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, K2Node_ClassDynamicCast_AsGeneric_Food) == 0x000010, "Member 'GenericPlayerTrain_C_AddProviant::K2Node_ClassDynamicCast_AsGeneric_Food' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, K2Node_ClassDynamicCast_bSuccess) == 0x000018, "Member 'GenericPlayerTrain_C_AddProviant::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, CallFunc_Map_Find_Value) == 0x00001C, "Member 'GenericPlayerTrain_C_AddProviant::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'GenericPlayerTrain_C_AddProviant::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_AddProviant, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'GenericPlayerTrain_C_AddProviant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_RemoveProviant \ static_assert(alignof(GenericPlayerTrain_C_RemoveProviant) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_RemoveProviant"); \ static_assert(sizeof(GenericPlayerTrain_C_RemoveProviant) == 0x000030, "Wrong size on GenericPlayerTrain_C_RemoveProviant"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, ProviantClass) == 0x000000, "Member 'GenericPlayerTrain_C_RemoveProviant::ProviantClass' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, Amount) == 0x000008, "Member 'GenericPlayerTrain_C_RemoveProviant::Amount' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, ReturnValue) == 0x00000C, "Member 'GenericPlayerTrain_C_RemoveProviant::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, K2Node_ClassDynamicCast_AsGeneric_Food) == 0x000010, "Member 'GenericPlayerTrain_C_RemoveProviant::K2Node_ClassDynamicCast_AsGeneric_Food' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, K2Node_ClassDynamicCast_bSuccess) == 0x000018, "Member 'GenericPlayerTrain_C_RemoveProviant::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, CallFunc_Map_Remove_ReturnValue) == 0x000019, "Member 'GenericPlayerTrain_C_RemoveProviant::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, CallFunc_Map_Find_Value) == 0x00001C, "Member 'GenericPlayerTrain_C_RemoveProviant::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'GenericPlayerTrain_C_RemoveProviant::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'GenericPlayerTrain_C_RemoveProviant::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_RemoveProviant, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'GenericPlayerTrain_C_RemoveProviant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_GetRofleemoBedsAmount \ static_assert(alignof(GenericPlayerTrain_C_GetRofleemoBedsAmount) == 0x000004, "Wrong alignment on GenericPlayerTrain_C_GetRofleemoBedsAmount"); \ static_assert(sizeof(GenericPlayerTrain_C_GetRofleemoBedsAmount) == 0x000008, "Wrong size on GenericPlayerTrain_C_GetRofleemoBedsAmount"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRofleemoBedsAmount, ReturnValue) == 0x000000, "Member 'GenericPlayerTrain_C_GetRofleemoBedsAmount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRofleemoBedsAmount, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'GenericPlayerTrain_C_GetRofleemoBedsAmount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_GetActiveMiasmAmount \ static_assert(alignof(GenericPlayerTrain_C_GetActiveMiasmAmount) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_GetActiveMiasmAmount"); \ static_assert(sizeof(GenericPlayerTrain_C_GetActiveMiasmAmount) == 0x0000A0, "Wrong size on GenericPlayerTrain_C_GetActiveMiasmAmount"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, ReturnValue) == 0x000000, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CachedAttachedActors) == 0x000008, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CachedAttachedActors' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Count) == 0x000018, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Count' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Temp_int_Variable) == 0x000020, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, K2Node_DynamicCast_AsLeech_Miasm) == 0x000038, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::K2Node_DynamicCast_AsLeech_Miasm' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Not_PreBool_ReturnValue) == 0x00004C, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_GetWagons_ReturnValue) == 0x000068, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_GetAttachedActors_OutActors) == 0x000088, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetActiveMiasmAmount, CallFunc_Add_IntInt_ReturnValue_2) == 0x00009C, "Member 'GenericPlayerTrain_C_GetActiveMiasmAmount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_SetPassenger \ static_assert(alignof(GenericPlayerTrain_C_SetPassenger) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_SetPassenger"); \ static_assert(sizeof(GenericPlayerTrain_C_SetPassenger) == 0x000020, "Wrong size on GenericPlayerTrain_C_SetPassenger"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, Passenger) == 0x000000, "Member 'GenericPlayerTrain_C_SetPassenger::Passenger' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, ID) == 0x000008, "Member 'GenericPlayerTrain_C_SetPassenger::ID' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, IsSet) == 0x00000C, "Member 'GenericPlayerTrain_C_SetPassenger::IsSet' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, CallFunc_FindAvaliableBed_isFound) == 0x00000D, "Member 'GenericPlayerTrain_C_SetPassenger::CallFunc_FindAvaliableBed_isFound' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, CallFunc_FindAvaliableBed_FreeBed) == 0x000010, "Member 'GenericPlayerTrain_C_SetPassenger::CallFunc_FindAvaliableBed_FreeBed' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_SetPassenger, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'GenericPlayerTrain_C_SetPassenger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerTrain_C_GetRandomMiasm \ static_assert(alignof(GenericPlayerTrain_C_GetRandomMiasm) == 0x000008, "Wrong alignment on GenericPlayerTrain_C_GetRandomMiasm"); \ static_assert(sizeof(GenericPlayerTrain_C_GetRandomMiasm) == 0x000088, "Wrong size on GenericPlayerTrain_C_GetRandomMiasm"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, ReturnValue) == 0x000000, "Member 'GenericPlayerTrain_C_GetRandomMiasm::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CachedAttachedActors) == 0x000008, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CachedAttachedActors' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, Temp_int_Array_Index_Variable) == 0x000018, "Member 'GenericPlayerTrain_C_GetRandomMiasm::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'GenericPlayerTrain_C_GetRandomMiasm::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'GenericPlayerTrain_C_GetRandomMiasm::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, K2Node_DynamicCast_AsLeech_Miasm) == 0x000038, "Member 'GenericPlayerTrain_C_GetRandomMiasm::K2Node_DynamicCast_AsLeech_Miasm' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericPlayerTrain_C_GetRandomMiasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'GenericPlayerTrain_C_GetRandomMiasm::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_GetWagons_ReturnValue) == 0x000050, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerTrain_C_GetRandomMiasm, CallFunc_GetAttachedActors_OutActors) == 0x000078, "Member 'GenericPlayerTrain_C_GetRandomMiasm::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericPlayerTrain_C \ static_assert(alignof(AGenericPlayerTrain_C) == 0x000010, "Wrong alignment on AGenericPlayerTrain_C"); \ static_assert(sizeof(AGenericPlayerTrain_C) == 0x0005A0, "Wrong size on AGenericPlayerTrain_C"); \ static_assert(offsetof(AGenericPlayerTrain_C, UberGraphFrame) == 0x000530, "Member 'AGenericPlayerTrain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerTrain_C, DefaultSceneRoot) == 0x000538, "Member 'AGenericPlayerTrain_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerTrain_C, Beds) == 0x000540, "Member 'AGenericPlayerTrain_C::Beds' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerTrain_C, Proviant) == 0x000550, "Member 'AGenericPlayerTrain_C::Proviant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CutSceneManager_C_ExecuteUbergraph_CutSceneManager \ static_assert(alignof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager) == 0x000010, "Wrong alignment on CutSceneManager_C_ExecuteUbergraph_CutSceneManager"); \ static_assert(sizeof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager) == 0x000230, "Wrong size on CutSceneManager_C_ExecuteUbergraph_CutSceneManager"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, EntryPoint) == 0x000000, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Array_Index_Variable) == 0x000004, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_class_Variable) == 0x000018, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Variable) == 0x000020, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_HasAuthority_ReturnValue) == 0x00002C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_class_Variable_1) == 0x000030, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Variable_1) == 0x000044, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Array_Index_Variable_2) == 0x000048, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x000050, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_class_Variable_2) == 0x000060, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Get_Item) == 0x000068, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetAction_ReturnValue) == 0x000078, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_AsPlayer_Action_Start_Cut_Scene) == 0x000080, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_AsPlayer_Action_Start_Cut_Scene' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000D8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Length_ReturnValue_2) == 0x0000E8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000100, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetChildrenComponents_Children) == 0x000130, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Variable_2) == 0x000140, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Add_ReturnValue) == 0x000144, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000148, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x00014C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_class_Variable_3) == 0x000150, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_class_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Loop_Counter_Variable_1) == 0x000158, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_int_Loop_Counter_Variable_2) == 0x00015C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Less_IntInt_ReturnValue) == 0x000160, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x000164, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000168, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x00016C, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_HasAuthority_ReturnValue_1) == 0x000170, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_bool_IsClosed_Variable) == 0x000171, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_bool_Has_Been_Initd_Variable) == 0x000172, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_Event_MontageToPlay) == 0x000178, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_Event_MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_Event_CutSceneSettings) == 0x000188, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_Event_CutSceneSettings' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0001B0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_HasAuthority_ReturnValue_2) == 0x0001C0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Get_Item_3) == 0x0001C8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_Length_ReturnValue_3) == 0x0001D0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D4, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetAction_ReturnValue_1) == 0x0001D8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_AsAction_Play_Quest_Anim) == 0x0001E0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_AsAction_Play_Quest_Anim' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0001E9, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, Temp_class_Variable_4) == 0x0001F0, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::Temp_class_Variable_4' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_CustomEvent_Character) == 0x0001F8, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_Select_Default) == 0x000200, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetGameInstance_ReturnValue) == 0x000208, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000210, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_AsFGGame_Instance) == 0x000218, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, K2Node_DynamicCast_bSuccess_2) == 0x000220, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_IsValid_ReturnValue) == 0x000221, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_IsValid_ReturnValue_1) == 0x000222, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_ExecuteUbergraph_CutSceneManager, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000223, "Member 'CutSceneManager_C_ExecuteUbergraph_CutSceneManager::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CutSceneManager_C_OnPlayingCutSceneActionComplete \ static_assert(alignof(CutSceneManager_C_OnPlayingCutSceneActionComplete) == 0x000008, "Wrong alignment on CutSceneManager_C_OnPlayingCutSceneActionComplete"); \ static_assert(sizeof(CutSceneManager_C_OnPlayingCutSceneActionComplete) == 0x000008, "Wrong size on CutSceneManager_C_OnPlayingCutSceneActionComplete"); \ static_assert(offsetof(CutSceneManager_C_OnPlayingCutSceneActionComplete, Character) == 0x000000, "Member 'CutSceneManager_C_OnPlayingCutSceneActionComplete::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CutSceneManager_C_PlayCutScene \ static_assert(alignof(CutSceneManager_C_PlayCutScene) == 0x000008, "Wrong alignment on CutSceneManager_C_PlayCutScene"); \ static_assert(sizeof(CutSceneManager_C_PlayCutScene) == 0x000038, "Wrong size on CutSceneManager_C_PlayCutScene"); \ static_assert(offsetof(CutSceneManager_C_PlayCutScene, MontageToPlay) == 0x000000, "Member 'CutSceneManager_C_PlayCutScene::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_PlayCutScene, CutSceneSettings) == 0x000010, "Member 'CutSceneManager_C_PlayCutScene::CutSceneSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CutSceneManager_C_UpdatePlanktonSettings \ static_assert(alignof(CutSceneManager_C_UpdatePlanktonSettings) == 0x000008, "Wrong alignment on CutSceneManager_C_UpdatePlanktonSettings"); \ static_assert(sizeof(CutSceneManager_C_UpdatePlanktonSettings) == 0x000020, "Wrong size on CutSceneManager_C_UpdatePlanktonSettings"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'CutSceneManager_C_UpdatePlanktonSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'CutSceneManager_C_UpdatePlanktonSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'CutSceneManager_C_UpdatePlanktonSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'CutSceneManager_C_UpdatePlanktonSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, CallFunc_Array_Get_Item) == 0x000010, "Member 'CutSceneManager_C_UpdatePlanktonSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'CutSceneManager_C_UpdatePlanktonSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CutSceneManager_C_UpdatePlanktonSettings, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'CutSceneManager_C_UpdatePlanktonSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACutSceneManager_C \ static_assert(alignof(ACutSceneManager_C) == 0x000008, "Wrong alignment on ACutSceneManager_C"); \ static_assert(sizeof(ACutSceneManager_C) == 0x000298, "Wrong size on ACutSceneManager_C"); \ static_assert(offsetof(ACutSceneManager_C, UberGraphFrame) == 0x000228, "Member 'ACutSceneManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Sphere3) == 0x000230, "Member 'ACutSceneManager_C::Sphere3' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Sphere2) == 0x000238, "Member 'ACutSceneManager_C::Sphere2' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Position4) == 0x000240, "Member 'ACutSceneManager_C::Position4' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Position3) == 0x000248, "Member 'ACutSceneManager_C::Position3' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Sphere1) == 0x000250, "Member 'ACutSceneManager_C::Sphere1' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Sphere) == 0x000258, "Member 'ACutSceneManager_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Position2) == 0x000260, "Member 'ACutSceneManager_C::Position2' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Position1) == 0x000268, "Member 'ACutSceneManager_C::Position1' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, DefaultSceneRoot) == 0x000270, "Member 'ACutSceneManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, Plankton) == 0x000278, "Member 'ACutSceneManager_C::Plankton' has a wrong offset!"); \ static_assert(offsetof(ACutSceneManager_C, PositionComponents) == 0x000288, "Member 'ACutSceneManager_C::PositionComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_TrolleyControl_C \ static_assert(alignof(UTutorialTask_TrolleyControl_C) == 0x000008, "Wrong alignment on UTutorialTask_TrolleyControl_C"); \ static_assert(sizeof(UTutorialTask_TrolleyControl_C) == 0x000060, "Wrong size on UTutorialTask_TrolleyControl_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_RofleemoToilet_C \ static_assert(alignof(UTutorialTask_RofleemoToilet_C) == 0x000008, "Wrong alignment on UTutorialTask_RofleemoToilet_C"); \ static_assert(sizeof(UTutorialTask_RofleemoToilet_C) == 0x000060, "Wrong size on UTutorialTask_RofleemoToilet_C"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank \ static_assert(alignof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank) == 0x000010, "Wrong alignment on ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank"); \ static_assert(sizeof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank) == 0x000190, "Wrong size on ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, EntryPoint) == 0x000000, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000008, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_Event_DeltaTimeX) == 0x000014, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000028, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_AsNazi_Tank_T1) == 0x000030, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_AsNazi_Tank_T1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000040, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetMovementComponent_ReturnValue) == 0x000050, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000058, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_VSize_ReturnValue) == 0x000064, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetVelocity_ReturnValue) == 0x000068, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_CalculateDirection_ReturnValue) == 0x000074, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_CalculateDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BooleanOR_ReturnValue) == 0x000078, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetBaseAimRotation_ReturnValue) == 0x00007C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000C0, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_InverseTransformRotation_ReturnValue) == 0x0000C4, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakRotator_Roll) == 0x0000D0, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakRotator_Pitch) == 0x0000D4, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakRotator_Yaw) == 0x0000D8, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000DC, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E4, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_FInterpTo_ReturnValue) == 0x0000E8, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_FInterpTo_ReturnValue_1) == 0x0000EC, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000F0, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetVelocity_ReturnValue_1) == 0x0000FC, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000108, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000110, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsFalling_ReturnValue) == 0x00011C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000120, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_GetForwardVector_ReturnValue) == 0x00012C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000138, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x00013C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakVector_X) == 0x000148, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakVector_Y) == 0x00014C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_BreakVector_Z) == 0x000150, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Round_ReturnValue) == 0x000154, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000158, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Less_FloatFloat_ReturnValue) == 0x00015C, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsAlive_ReturnValue) == 0x00015D, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000160, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue_2) == 0x000164, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Not_PreBool_ReturnValue) == 0x000165, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue_3) == 0x000166, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000167, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue_4) == 0x000168, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, CallFunc_IsValid_ReturnValue_5) == 0x000169, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1) == 0x000170, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_bSuccess_3) == 0x000178, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2) == 0x000180, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank, K2Node_DynamicCast_bSuccess_4) == 0x000188, "Member 'ABP_Nazi_Tank_C_ExecuteUbergraph_ABP_Nazi_Tank::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Tank_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Nazi_Tank_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Nazi_Tank_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Nazi_Tank_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Nazi_Tank_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Nazi_Tank_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Nazi_Tank_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Tank_C_AnimGraph \ static_assert(alignof(ABP_Nazi_Tank_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Nazi_Tank_C_AnimGraph"); \ static_assert(sizeof(ABP_Nazi_Tank_C_AnimGraph) == 0x000010, "Wrong size on ABP_Nazi_Tank_C_AnimGraph"); \ static_assert(offsetof(ABP_Nazi_Tank_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Nazi_Tank_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Nazi_Tank_C \ static_assert(alignof(UABP_Nazi_Tank_C) == 0x000010, "Wrong alignment on UABP_Nazi_Tank_C"); \ static_assert(sizeof(UABP_Nazi_Tank_C) == 0x001DE0, "Wrong size on UABP_Nazi_Tank_C"); \ static_assert(offsetof(UABP_Nazi_Tank_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Nazi_Tank_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_ApplyAdditive) == 0x0002F8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_Slot_3) == 0x0003C0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_UseCachedPose_3) == 0x000408, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_Slot_2) == 0x000430, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_UseCachedPose_2) == 0x000478, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_LayeredBoneBlend) == 0x0004A0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_BlendListByBool_2) == 0x000560, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_UseCachedPose_1) == 0x000600, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_Slot_1) == 0x000628, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_UseCachedPose) == 0x000670, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SaveCachedPose_1) == 0x000698, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_Slot) == 0x0007F0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SaveCachedPose) == 0x000838, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_7) == 0x000990, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_6) == 0x0009B8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_5) == 0x0009E0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_4) == 0x000A08, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_3) == 0x000A30, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_2) == 0x000A58, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult_1) == 0x000A80, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TransitionResult) == 0x000AA8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_7) == 0x000AD0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateResult_4) == 0x000B50, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_BlendListByInt) == 0x000B80, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_6) == 0x000C20, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_5) == 0x000CA0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_4) == 0x000D20, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateResult_3) == 0x000DA0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_3) == 0x000DD0, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateResult_2) == 0x000E50, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x000E80, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_2) == 0x001010, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_BlendListByBool_1) == 0x001090, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_BlendSpacePlayer) == 0x001130, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateResult_1) == 0x001218, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x001248, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_BlendListByBool) == 0x0013D8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer_1) == 0x001478, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_SequencePlayer) == 0x0014F8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateResult) == 0x001578, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_StateMachine) == 0x0015A8, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_ComponentToLocalSpace) == 0x001658, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_ModifyBone_2) == 0x001678, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TwoBoneIK_1) == 0x001780, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_TwoBoneIK) == 0x001960, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_ModifyBone_1) == 0x001B40, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_ModifyBone) == 0x001C48, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, AnimGraphNode_LocalToComponentSpace) == 0x001D50, "Member 'UABP_Nazi_Tank_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, Character) == 0x001D70, "Member 'UABP_Nazi_Tank_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, Direction) == 0x001D78, "Member 'UABP_Nazi_Tank_C::Direction' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, Speed) == 0x001D7C, "Member 'UABP_Nazi_Tank_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, bIsRunning) == 0x001D80, "Member 'UABP_Nazi_Tank_C::bIsRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, bIsInCombat) == 0x001D81, "Member 'UABP_Nazi_Tank_C::bIsInCombat' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, Pitch) == 0x001D84, "Member 'UABP_Nazi_Tank_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, Yaw) == 0x001D88, "Member 'UABP_Nazi_Tank_C::Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, MoveForward) == 0x001D8C, "Member 'UABP_Nazi_Tank_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, MoveRight) == 0x001D90, "Member 'UABP_Nazi_Tank_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, bIsInAir) == 0x001D94, "Member 'UABP_Nazi_Tank_C::bIsInAir' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, RandomFallingAnimation) == 0x001D98, "Member 'UABP_Nazi_Tank_C::RandomFallingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, IKAlpha) == 0x001D9C, "Member 'UABP_Nazi_Tank_C::IKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, MeshZOffset) == 0x001DA0, "Member 'UABP_Nazi_Tank_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, RightFootRotation) == 0x001DA4, "Member 'UABP_Nazi_Tank_C::RightFootRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, RightEffector) == 0x001DB0, "Member 'UABP_Nazi_Tank_C::RightEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, LeftFootRotation) == 0x001DBC, "Member 'UABP_Nazi_Tank_C::LeftFootRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, LeftEffector) == 0x001DC8, "Member 'UABP_Nazi_Tank_C::LeftEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, bPlayingSpurt) == 0x001DD4, "Member 'UABP_Nazi_Tank_C::bPlayingSpurt' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Tank_C, NaziTankCharacter) == 0x001DD8, "Member 'UABP_Nazi_Tank_C::NaziTankCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_WeaponModules_C \ static_assert(alignof(UTutorialTask_WeaponModules_C) == 0x000008, "Wrong alignment on UTutorialTask_WeaponModules_C"); \ static_assert(sizeof(UTutorialTask_WeaponModules_C) == 0x000060, "Wrong size on UTutorialTask_WeaponModules_C"); \ #define DUMPER7_ASSERTS_Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin \ static_assert(alignof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin"); \ static_assert(sizeof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin) == 0x000040, "Wrong size on Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, K2Node_DynamicCast_AsFGWeapon_Sprayer) == 0x000030, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::K2Node_DynamicCast_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_SprayerShowMuzzleFX_C_GetNotifyName \ static_assert(alignof(Notify_SprayerShowMuzzleFX_C_GetNotifyName) == 0x000008, "Wrong alignment on Notify_SprayerShowMuzzleFX_C_GetNotifyName"); \ static_assert(sizeof(Notify_SprayerShowMuzzleFX_C_GetNotifyName) == 0x000010, "Wrong size on Notify_SprayerShowMuzzleFX_C_GetNotifyName"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'Notify_SprayerShowMuzzleFX_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd \ static_assert(alignof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd"); \ static_assert(sizeof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd) == 0x000040, "Wrong size on Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, K2Node_DynamicCast_AsFGWeapon_Sprayer) == 0x000030, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::K2Node_DynamicCast_AsFGWeapon_Sprayer' has a wrong offset!"); \ static_assert(offsetof(Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Notify_SprayerShowMuzzleFX_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotify_SprayerShowMuzzleFX_C \ static_assert(alignof(UNotify_SprayerShowMuzzleFX_C) == 0x000008, "Wrong alignment on UNotify_SprayerShowMuzzleFX_C"); \ static_assert(sizeof(UNotify_SprayerShowMuzzleFX_C) == 0x000030, "Wrong size on UNotify_SprayerShowMuzzleFX_C"); \ #define DUMPER7_ASSERTS_TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore \ static_assert(alignof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore) == 0x000008, "Wrong alignment on TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore"); \ static_assert(sizeof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore) == 0x000048, "Wrong size on TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, EntryPoint) == 0x000000, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_Array_Get_Item) == 0x000020, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_HasAuthority_ReturnValue) == 0x000032, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_GetNotesManager_ReturnValue) == 0x000038, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_GiveTutorialNote_ReturnValue) == 0x000040, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_GiveTutorialNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'TutorialTask_WeaponCore_C_ExecuteUbergraph_TutorialTask_WeaponCore::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_WeaponCore_C_CanStart \ static_assert(alignof(TutorialTask_WeaponCore_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_WeaponCore_C_CanStart"); \ static_assert(sizeof(TutorialTask_WeaponCore_C_CanStart) == 0x000028, "Wrong size on TutorialTask_WeaponCore_C_CanStart"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_WeaponCore_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_GetNotesManager_ReturnValue_1) == 0x000010, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_GetNotesManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_IsNotesManagerLoaded_ReturnValue) == 0x000018, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_IsNotesManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_IsNotesManagerLoaded_ReturnValue_1) == 0x00001A, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_IsNotesManagerLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x00001B, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x00001C, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x00001D, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_AnyPlayerHaveEquipedWeaponWithCore_bReturnValue) == 0x00001E, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_AnyPlayerHaveEquipedWeaponWithCore_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_AnyPlayerHaveModuleCore_bReturnValue) == 0x00001F, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_AnyPlayerHaveModuleCore_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_CanStart, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'TutorialTask_WeaponCore_C_CanStart::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore \ static_assert(alignof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore) == 0x000008, "Wrong alignment on TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore"); \ static_assert(sizeof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore) == 0x0000D0, "Wrong size on TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, bReturnValue) == 0x000000, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, Temp_byte_Variable) == 0x000008, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Array_Get_Item) == 0x000020, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000038, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000058, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_IsValid_ReturnValue_2) == 0x000061, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_GetWeaponModules_ReturnValue) == 0x000068, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_GetWeaponModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Map_Find_Value) == 0x0000B8, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore, CallFunc_Map_Find_ReturnValue) == 0x0000C8, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveModuleCore::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore \ static_assert(alignof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore) == 0x000008, "Wrong alignment on TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore"); \ static_assert(sizeof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore) == 0x000070, "Wrong size on TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, bReturnValue) == 0x000000, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_Array_Get_Item) == 0x000018, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000038, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000050, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000060, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_HaveModule_ReturnValue) == 0x00006A, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00006B, "Member 'TutorialTask_WeaponCore_C_AnyPlayerHaveEquipedWeaponWithCore::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_WeaponCore_C \ static_assert(alignof(UTutorialTask_WeaponCore_C) == 0x000008, "Wrong alignment on UTutorialTask_WeaponCore_C"); \ static_assert(sizeof(UTutorialTask_WeaponCore_C) == 0x000068, "Wrong size on UTutorialTask_WeaponCore_C"); \ static_assert(offsetof(UTutorialTask_WeaponCore_C, UberGraphFrame_TutorialTask_WeaponCore_C) == 0x000060, "Member 'UTutorialTask_WeaponCore_C::UberGraphFrame_TutorialTask_WeaponCore_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_WagonPlatform_C \ static_assert(alignof(UTutorialTask_WagonPlatform_C) == 0x000008, "Wrong alignment on UTutorialTask_WagonPlatform_C"); \ static_assert(sizeof(UTutorialTask_WagonPlatform_C) == 0x000060, "Wrong size on UTutorialTask_WagonPlatform_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Turret_C \ static_assert(alignof(UTutorialTask_Turret_C) == 0x000008, "Wrong alignment on UTutorialTask_Turret_C"); \ static_assert(sizeof(UTutorialTask_Turret_C) == 0x000060, "Wrong size on UTutorialTask_Turret_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_TransportingСargo_C \ static_assert(alignof(UTutorialTask_TransportingСargo_C) == 0x000008, "Wrong alignment on UTutorialTask_TransportingСargo_C"); \ static_assert(sizeof(UTutorialTask_TransportingСargo_C) == 0x000060, "Wrong size on UTutorialTask_TransportingСargo_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_TrainCleaning_C \ static_assert(alignof(UTutorialTask_TrainCleaning_C) == 0x000008, "Wrong alignment on UTutorialTask_TrainCleaning_C"); \ static_assert(sizeof(UTutorialTask_TrainCleaning_C) == 0x000060, "Wrong size on UTutorialTask_TrainCleaning_C"); \ #define DUMPER7_ASSERTS_TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety \ static_assert(alignof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety) == 0x000008, "Wrong alignment on TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety"); \ static_assert(sizeof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety) == 0x000048, "Wrong size on TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, EntryPoint) == 0x000000, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_Array_Get_Item) == 0x000018, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000034, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_GetNotesManager_ReturnValue) == 0x000038, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety, CallFunc_GiveTutorialNote_ReturnValue) == 0x000041, "Member 'TutorialTask_Satiety_C_ExecuteUbergraph_TutorialTask_Satiety::CallFunc_GiveTutorialNote_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Satiety_C_CanStart \ static_assert(alignof(TutorialTask_Satiety_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Satiety_C_CanStart"); \ static_assert(sizeof(TutorialTask_Satiety_C_CanStart) == 0x000028, "Wrong size on TutorialTask_Satiety_C_CanStart"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Satiety_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_GetNotesManager_ReturnValue_1) == 0x000018, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_GetNotesManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_IsNotesManagerLoaded_ReturnValue) == 0x000020, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_IsNotesManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000021, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_HasAuthority_ReturnValue) == 0x000022, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_AnyPlayerHaveHunger_bReturnValue) == 0x000023, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_AnyPlayerHaveHunger_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000024, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'TutorialTask_Satiety_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Satiety_C_AnyPlayerHaveHunger \ static_assert(alignof(TutorialTask_Satiety_C_AnyPlayerHaveHunger) == 0x000008, "Wrong alignment on TutorialTask_Satiety_C_AnyPlayerHaveHunger"); \ static_assert(sizeof(TutorialTask_Satiety_C_AnyPlayerHaveHunger) == 0x000068, "Wrong size on TutorialTask_Satiety_C_AnyPlayerHaveHunger"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, bReturnValue) == 0x000000, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_Array_Get_Item) == 0x000020, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000038, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000050, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_GetPercentageValue_ReturnValue) == 0x00005C, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Satiety_C_AnyPlayerHaveHunger, CallFunc_Less_FloatFloat_ReturnValue) == 0x000060, "Member 'TutorialTask_Satiety_C_AnyPlayerHaveHunger::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Satiety_C \ static_assert(alignof(UTutorialTask_Satiety_C) == 0x000008, "Wrong alignment on UTutorialTask_Satiety_C"); \ static_assert(sizeof(UTutorialTask_Satiety_C) == 0x000070, "Wrong size on UTutorialTask_Satiety_C"); \ static_assert(offsetof(UTutorialTask_Satiety_C, UberGraphFrame_TutorialTask_Satiety_C) == 0x000060, "Member 'UTutorialTask_Satiety_C::UberGraphFrame_TutorialTask_Satiety_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_Satiety_C, SatietyPercent) == 0x000068, "Member 'UTutorialTask_Satiety_C::SatietyPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_RofleemoOnTrain_C \ static_assert(alignof(UTutorialTask_RofleemoOnTrain_C) == 0x000008, "Wrong alignment on UTutorialTask_RofleemoOnTrain_C"); \ static_assert(sizeof(UTutorialTask_RofleemoOnTrain_C) == 0x000060, "Wrong size on UTutorialTask_RofleemoOnTrain_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_RofleemoBed_C \ static_assert(alignof(UTutorialTask_RofleemoBed_C) == 0x000008, "Wrong alignment on UTutorialTask_RofleemoBed_C"); \ static_assert(sizeof(UTutorialTask_RofleemoBed_C) == 0x000060, "Wrong size on UTutorialTask_RofleemoBed_C"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel \ static_assert(alignof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel"); \ static_assert(sizeof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel) == 0x0003F8, "Wrong size on InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, EntryPoint) == 0x000000, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_AsInventory_V2_Item) == 0x000008, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_AsInventory_V2_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000011, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_AsInventory_V2_Item_1) == 0x000018, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_AsInventory_V2_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_Has_Been_Initd_Variable) == 0x000021, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_2) == 0x000022, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_Variable) == 0x000023, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x000024, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_IsClosed_Variable_1) == 0x000025, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, Temp_bool_Has_Been_Initd_Variable_1) == 0x000026, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_PointerEvent_1) == 0x000028, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_PointerEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_Operation_1) == 0x000098, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_Operation_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_MyGeometry_1) == 0x0000A0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_PointerEvent) == 0x0000D8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_Operation) == 0x000148, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_MyGeometry) == 0x000150, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_MouseEvent_1) == 0x000188, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Event_MouseEvent) == 0x0001F8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlayerController_ReturnValue) == 0x000268, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetIsCustomDrag_IsCustomDrag) == 0x000270, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetIsCustomDrag_IsCustomDrag' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetHUD_ReturnValue) == 0x000278, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_AsHUD_Ansora) == 0x000280, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_bSuccess_2) == 0x000288, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetIsCustomDrag_IsCustomDrag_1) == 0x000289, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetIsCustomDrag_IsCustomDrag_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x00028C, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_3) == 0x00029C, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_AsInventory_V2_Item_2) == 0x0002A0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_AsInventory_V2_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_bSuccess_3) == 0x0002A8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_MakeStruct_CellCoord) == 0x0002AC, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_MakeStruct_CellCoord_1) == 0x0002B4, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002BC, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_SpawnObject_ReturnValue) == 0x0002D0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlayerPawn_ReturnValue) == 0x0002D8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_CustomEvent_Placeholder) == 0x0002E0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_HasAuthority_ReturnValue) == 0x0002E8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetComponentByClass_ReturnValue) == 0x0002F0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetSlot_ReturnValue) == 0x0002F8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlaceholder_ReturnValue) == 0x000300, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_4) == 0x000308, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_5) == 0x000309, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetItemName_ReturnValue) == 0x000310, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_TextToString_ReturnValue) == 0x000328, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Concat_StrStr_ReturnValue) == 0x000338, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_CustomEvent_Item) == 0x000348, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_CustomEvent_IsSplit) == 0x000350, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_CustomEvent_IsSplit' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000354, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000358, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00035C, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000360, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_MakeVector2D_ReturnValue) == 0x000364, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_MakeVector2D_ReturnValue_1) == 0x00036C, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x000378, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlaceholderFromVirtualHand_Placeholder) == 0x000390, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlaceholderFromVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlaceholderFromVirtualHand_Exist) == 0x000398, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlaceholderFromVirtualHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory) == 0x0003A0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x0003A8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x0003AC, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_MakeVector2D_ReturnValue_2) == 0x0003B0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_MakeVector2D_ReturnValue_3) == 0x0003B8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_Select_Default) == 0x0003C0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_MakeStruct_FGInventoryPlaceholderInfo_1) == 0x0003C8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_MakeStruct_FGInventoryPlaceholderInfo_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, CallFunc_IsValid_ReturnValue_6) == 0x0003E0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_AsInventory_V2_Item_3) == 0x0003E8, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_AsInventory_V2_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel, K2Node_DynamicCast_bSuccess_4) == 0x0003F0, "Member 'InventoryV2_Panel_C_ExecuteUbergraph_InventoryV2_Panel::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_DragOnVirtualHandUpdate \ static_assert(alignof(InventoryV2_Panel_C_DragOnVirtualHandUpdate) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_DragOnVirtualHandUpdate"); \ static_assert(sizeof(InventoryV2_Panel_C_DragOnVirtualHandUpdate) == 0x000010, "Wrong size on InventoryV2_Panel_C_DragOnVirtualHandUpdate"); \ static_assert(offsetof(InventoryV2_Panel_C_DragOnVirtualHandUpdate, Item) == 0x000000, "Member 'InventoryV2_Panel_C_DragOnVirtualHandUpdate::Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DragOnVirtualHandUpdate, IsSplit) == 0x000008, "Member 'InventoryV2_Panel_C_DragOnVirtualHandUpdate::IsSplit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE \ static_assert(alignof(InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE"); \ static_assert(sizeof(InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE) == 0x000008, "Wrong size on InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE"); \ static_assert(offsetof(InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE, Placeholder) == 0x000000, "Member 'InventoryV2_Panel_C_ON_VIRTUALHAND_UPDATE::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseLeave \ static_assert(alignof(InventoryV2_Panel_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_Panel_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseEnter \ static_assert(alignof(InventoryV2_Panel_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_Panel_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnDragEnter \ static_assert(alignof(InventoryV2_Panel_C_OnDragEnter) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnDragEnter"); \ static_assert(sizeof(InventoryV2_Panel_C_OnDragEnter) == 0x0000B0, "Wrong size on InventoryV2_Panel_C_OnDragEnter"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragEnter, PointerEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragEnter, Operation) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnDragLeave \ static_assert(alignof(InventoryV2_Panel_C_OnDragLeave) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnDragLeave"); \ static_assert(sizeof(InventoryV2_Panel_C_OnDragLeave) == 0x000078, "Wrong size on InventoryV2_Panel_C_OnDragLeave"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragLeave, PointerEvent) == 0x000000, "Member 'InventoryV2_Panel_C_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragLeave, Operation) == 0x000070, "Member 'InventoryV2_Panel_C_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_Unhover_all \ static_assert(alignof(InventoryV2_Panel_C_Unhover_all) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_Unhover_all"); \ static_assert(sizeof(InventoryV2_Panel_C_Unhover_all) == 0x000018, "Wrong size on InventoryV2_Panel_C_Unhover_all"); \ static_assert(offsetof(InventoryV2_Panel_C_Unhover_all, Temp_int_Variable) == 0x000000, "Member 'InventoryV2_Panel_C_Unhover_all::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Unhover_all, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'InventoryV2_Panel_C_Unhover_all::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Unhover_all, CallFunc_Array_Get_Item) == 0x000008, "Member 'InventoryV2_Panel_C_Unhover_all::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Unhover_all, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'InventoryV2_Panel_C_Unhover_all::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Unhover_all, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'InventoryV2_Panel_C_Unhover_all::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnDragOver \ static_assert(alignof(InventoryV2_Panel_C_OnDragOver) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnDragOver"); \ static_assert(sizeof(InventoryV2_Panel_C_OnDragOver) == 0x0000F8, "Wrong size on InventoryV2_Panel_C_OnDragOver"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnDragOver::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, PointerEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnDragOver::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, Operation) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnDragOver::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, ReturnValue) == 0x0000B0, "Member 'InventoryV2_Panel_C_OnDragOver::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalIndexesSumm) == 0x0000B4, "Member 'InventoryV2_Panel_C_OnDragOver::LocalIndexesSumm' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, CellInUse) == 0x0000B8, "Member 'InventoryV2_Panel_C_OnDragOver::CellInUse' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalIf_NOT_CanDrop) == 0x0000C8, "Member 'InventoryV2_Panel_C_OnDragOver::LocalIf_NOT_CanDrop' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalCountOfCell) == 0x0000CC, "Member 'InventoryV2_Panel_C_OnDragOver::LocalCountOfCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, ProxyCell) == 0x0000D0, "Member 'InventoryV2_Panel_C_OnDragOver::ProxyCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, NeadYCorrection) == 0x0000D8, "Member 'InventoryV2_Panel_C_OnDragOver::NeadYCorrection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, NeadXCorrection) == 0x0000D9, "Member 'InventoryV2_Panel_C_OnDragOver::NeadXCorrection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalDirection) == 0x0000DC, "Member 'InventoryV2_Panel_C_OnDragOver::LocalDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalCellSize) == 0x0000E4, "Member 'InventoryV2_Panel_C_OnDragOver::LocalCellSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDragOver, LocalCurrentCell) == 0x0000EC, "Member 'InventoryV2_Panel_C_OnDragOver::LocalCurrentCell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnDrop \ static_assert(alignof(InventoryV2_Panel_C_OnDrop) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnDrop"); \ static_assert(sizeof(InventoryV2_Panel_C_OnDrop) == 0x0000D8, "Wrong size on InventoryV2_Panel_C_OnDrop"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnDrop::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, PointerEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnDrop::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, Operation) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, ReturnValue) == 0x0000B0, "Member 'InventoryV2_Panel_C_OnDrop::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x0000B8, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_CustomDrop_ReturnValue) == 0x0000D0, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_CustomDrop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0000D1, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_IsValid_ReturnValue) == 0x0000D2, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_IsValid_ReturnValue_1) == 0x0000D3, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnDrop, CallFunc_IsValid_ReturnValue_2) == 0x0000D4, "Member 'InventoryV2_Panel_C_OnDrop::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_ini \ static_assert(alignof(InventoryV2_Panel_C_ini) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_ini"); \ static_assert(sizeof(InventoryV2_Panel_C_ini) == 0x0000A0, "Wrong size on InventoryV2_Panel_C_ini"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, InventoryComponent) == 0x000000, "Member 'InventoryV2_Panel_C_ini::InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, IsExternal_0) == 0x000008, "Member 'InventoryV2_Panel_C_ini::IsExternal_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, IsExternalExtend_0) == 0x000009, "Member 'InventoryV2_Panel_C_ini::IsExternalExtend_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, NewLocalVar_0) == 0x00000C, "Member 'InventoryV2_Panel_C_ini::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Localy) == 0x000014, "Member 'InventoryV2_Panel_C_ini::Localy' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Localx) == 0x000018, "Member 'InventoryV2_Panel_C_ini::Localx' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'InventoryV2_Panel_C_ini::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'InventoryV2_Panel_C_ini::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'InventoryV2_Panel_C_ini::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'InventoryV2_Panel_C_ini::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_GetSize_ReturnValue) == 0x00002C, "Member 'InventoryV2_Panel_C_ini::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'InventoryV2_Panel_C_ini::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000040, "Member 'InventoryV2_Panel_C_ini::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, K2Node_DynamicCast_AsThird_Person_Character) == 0x000048, "Member 'InventoryV2_Panel_C_ini::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'InventoryV2_Panel_C_ini::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000054, "Member 'InventoryV2_Panel_C_ini::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_MakeVector2D_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_ini::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Array_Get_Item) == 0x000060, "Member 'InventoryV2_Panel_C_ini::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'InventoryV2_Panel_C_ini::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Array_Get_Item_1) == 0x00007C, "Member 'InventoryV2_Panel_C_ini::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Array_Length_ReturnValue_1) == 0x000084, "Member 'InventoryV2_Panel_C_ini::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'InventoryV2_Panel_C_ini::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, Temp_int_Loop_Counter_Variable_1) == 0x00008C, "Member 'InventoryV2_Panel_C_ini::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Less_IntInt_ReturnValue_1) == 0x000090, "Member 'InventoryV2_Panel_C_ini::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'InventoryV2_Panel_C_ini::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Greater_IntInt_ReturnValue) == 0x000098, "Member 'InventoryV2_Panel_C_ini::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_ini, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000099, "Member 'InventoryV2_Panel_C_ini::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ClearHARD \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ClearHARD) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ClearHARD"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ClearHARD) == 0x000038, "Wrong size on InventoryV2_Panel_C_INVENTORY_ClearHARD"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, Temp_int_Variable) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, Temp_int_Array_Index_Variable) == 0x000008, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Array_Get_Item) == 0x000018, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Array_Length_ReturnValue_1) == 0x00002C, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ClearHARD, CallFunc_Less_IntInt_ReturnValue_1) == 0x000031, "Member 'InventoryV2_Panel_C_INVENTORY_ClearHARD::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_SET_LAYOUTS \ static_assert(alignof(InventoryV2_Panel_C_SET_LAYOUTS) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_SET_LAYOUTS"); \ static_assert(sizeof(InventoryV2_Panel_C_SET_LAYOUTS) == 0x0001B0, "Wrong size on InventoryV2_Panel_C_SET_LAYOUTS"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, LocalStorage) == 0x000000, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::LocalStorage' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, LocalArray) == 0x000020, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, ProxyBase) == 0x000030, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::ProxyBase' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, LocalSize) == 0x000050, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Localcoords) == 0x000058, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Localcoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Loop_Counter_Variable_2) == 0x000070, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Add_IntInt_ReturnValue_2) == 0x000074, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Array_Index_Variable) == 0x000078, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Loop_Counter_Variable_3) == 0x000080, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Add_IntInt_ReturnValue_3) == 0x000084, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Array_Index_Variable_2) == 0x000088, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_ALL_WIDGETS_Values) == 0x000090, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_ALL_WIDGETS_Values' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, Temp_int_Array_Index_Variable_3) == 0x0000A0, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_SlotAsGridSlot_ReturnValue) == 0x0000D0, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_CELLS_COORDS_Coords) == 0x0000D8, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_CELLS_COORDS_Coords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_DATA_InventoryWidgets) == 0x0000F0, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_DATA_OK) == 0x000110, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Length_ReturnValue_1) == 0x000114, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Less_IntInt_ReturnValue_1) == 0x000118, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000120, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_GET_DATA_OK_1) == 0x000140, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Get_Item_2) == 0x000148, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Length_ReturnValue_2) == 0x000150, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Less_IntInt_ReturnValue_2) == 0x000154, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_BreakVector2D_X) == 0x000158, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_BreakVector2D_Y) == 0x00015C, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_FTrunc_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_FTrunc_ReturnValue_1) == 0x000164, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, K2Node_MakeStruct_CellCoord) == 0x000168, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, K2Node_MakeStruct_CellCoord_1) == 0x000170, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, K2Node_MakeStruct_InvetntoryV2_borderingStr) == 0x000178, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::K2Node_MakeStruct_InvetntoryV2_borderingStr' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Add_ReturnValue) == 0x000188, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Length_ReturnValue_3) == 0x00018C, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000190, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Get_Item_3) == 0x000194, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Array_Length_ReturnValue_4) == 0x0001A4, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_LAYOUTS, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001A8, "Member 'InventoryV2_Panel_C_SET_LAYOUTS::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_Panel_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseButtonDown) == 0x0003B8, "Wrong size on InventoryV2_Panel_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_CustomDrop_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_CustomDrop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000168, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000180, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000238, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_1) == 0x000240, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_2) == 0x0002F8, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue) == 0x0003B0, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue_1) == 0x0003B1, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue_2) == 0x0003B2, "Member 'InventoryV2_Panel_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CustomDrop_Delete \ static_assert(alignof(InventoryV2_Panel_C_CustomDrop_Delete) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CustomDrop_Delete"); \ static_assert(sizeof(InventoryV2_Panel_C_CustomDrop_Delete) == 0x000058, "Wrong size on InventoryV2_Panel_C_CustomDrop_Delete"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, ReturnValue) == 0x000000, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalCustomDragedWidget) == 0x000008, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalCustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalDND_Operation) == 0x000010, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalNewPosition) == 0x000018, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalNewPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalNewSwapedPlaceholder) == 0x000020, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalNewSwapedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalHoveredPosition) == 0x000038, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalHoveredPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalDropedPlaceholder) == 0x000040, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalDropedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, LocalNewDragedItem) == 0x000048, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::LocalNewDragedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop_Delete, CallFunc_CustomDrop_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_CustomDrop_Delete::CallFunc_CustomDrop_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CustomDragOver \ static_assert(alignof(InventoryV2_Panel_C_CustomDragOver) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CustomDragOver"); \ static_assert(sizeof(InventoryV2_Panel_C_CustomDragOver) == 0x0001D8, "Wrong size on InventoryV2_Panel_C_CustomDragOver"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalDND_Operation) == 0x000000, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalProxyCell) == 0x000008, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalProxyCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CellInUse) == 0x000010, "Member 'InventoryV2_Panel_C_CustomDragOver::CellInUse' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalIf_NOT_CanDrop) == 0x000020, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalIf_NOT_CanDrop' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalIndexesSumm) == 0x000024, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalIndexesSumm' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, ProxyCell) == 0x000028, "Member 'InventoryV2_Panel_C_CustomDragOver::ProxyCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, NeadYCorrection) == 0x000030, "Member 'InventoryV2_Panel_C_CustomDragOver::NeadYCorrection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, NeadXCorrection) == 0x000031, "Member 'InventoryV2_Panel_C_CustomDragOver::NeadXCorrection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalCountOfCell) == 0x000034, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalCountOfCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalDirection) == 0x000038, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalCellSize) == 0x000040, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalCellSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, LocalCurrentCell) == 0x000048, "Member 'InventoryV2_Panel_C_CustomDragOver::LocalCurrentCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Variable) == 0x000050, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Array_Index_Variable) == 0x000064, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Variable_1) == 0x000068, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, K2Node_DynamicCast_AsInventory_V2_Item) == 0x000078, "Member 'InventoryV2_Panel_C_CustomDragOver::K2Node_DynamicCast_AsInventory_V2_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'InventoryV2_Panel_C_CustomDragOver::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_GetVisibility_ReturnValue) == 0x000081, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000082, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_X) == 0x000084, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_Y) == 0x000088, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000090, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000094, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Get_Item) == 0x00009C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x0000A4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AD, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_IntFloat_ReturnValue_3) == 0x0000B0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_IntFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_MakeVector2D_ReturnValue) == 0x0000B4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000D0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Divide_IntInt_ReturnValue) == 0x0000D4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanOR_ReturnValue) == 0x0000D8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanOR_ReturnValue_1) == 0x0000DA, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000DB, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_IntInt_ReturnValue) == 0x0000DC, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Get_Item_2) == 0x0000E0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000E8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanOR_ReturnValue_2) == 0x0000E9, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000EC, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000F0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000F4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Get_Item_3) == 0x000100, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_3) == 0x00010C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Add_ReturnValue) == 0x000110, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_X_1) == 0x000114, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_Y_1) == 0x000118, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00011C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000120, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_FTrunc_ReturnValue) == 0x000124, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_FTrunc_ReturnValue_1) == 0x000128, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_InRange_IntInt_ReturnValue) == 0x00012C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_InRange_IntInt_ReturnValue_1) == 0x00012D, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_InRange_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanAND_ReturnValue) == 0x00012E, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanOR_ReturnValue_3) == 0x00012F, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_IntInt_ReturnValue) == 0x000130, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, K2Node_MakeStruct_CellCoord) == 0x000134, "Member 'InventoryV2_Panel_C_CustomDragOver::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00013C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, K2Node_MakeStruct_CellCoord_1) == 0x000140, "Member 'InventoryV2_Panel_C_CustomDragOver::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_X_2) == 0x000148, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BreakVector2D_Y_2) == 0x00014C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Less_FloatFloat_ReturnValue) == 0x000150, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000151, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanAND_ReturnValue_1) == 0x000152, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanAND_ReturnValue_2) == 0x000153, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Length_ReturnValue_2) == 0x000154, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Multiply_IntInt_ReturnValue) == 0x000158, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00015C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, Temp_int_Loop_Counter_Variable_1) == 0x000160, "Member 'InventoryV2_Panel_C_CustomDragOver::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000164, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000168, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Greater_IntInt_ReturnValue_3) == 0x00016C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000170, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000174, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000178, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Percent_FloatFloat_ReturnValue_1) == 0x00017C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Percent_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanAND_ReturnValue_3) == 0x000180, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000181, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_BooleanAND_ReturnValue_4) == 0x000182, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Less_IntInt_ReturnValue_1) == 0x000183, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_4) == 0x000184, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000188, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x00018C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000190, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000194, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_FCeil_ReturnValue) == 0x000198, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00019C, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0001A0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_FCeil_ReturnValue_1) == 0x0001A4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_FCeil_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0001A8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0001AC, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Add_ReturnValue_1) == 0x0001B0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_5) == 0x0001B4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Add_IntInt_ReturnValue_6) == 0x0001B8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, K2Node_MakeStruct_CellCoord_2) == 0x0001BC, "Member 'InventoryV2_Panel_C_CustomDragOver::K2Node_MakeStruct_CellCoord_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Get_Item_4) == 0x0001C8, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Length_ReturnValue_3) == 0x0001D0, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D4, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDragOver, CallFunc_Array_Contains_ReturnValue) == 0x0001D5, "Member 'InventoryV2_Panel_C_CustomDragOver::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseMove \ static_assert(alignof(InventoryV2_Panel_C_OnMouseMove) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseMove"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseMove) == 0x000228, "Wrong size on InventoryV2_Panel_C_OnMouseMove"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseMove::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, MouseEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnMouseMove::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnMouseMove::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, CallFunc_GetOwningPlayer_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_OnMouseMove::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000168, "Member 'InventoryV2_Panel_C_OnMouseMove::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, CallFunc_IsValid_ReturnValue) == 0x000169, "Member 'InventoryV2_Panel_C_OnMouseMove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, CallFunc_Not_PreBool_ReturnValue) == 0x00016A, "Member 'InventoryV2_Panel_C_OnMouseMove::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseMove, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'InventoryV2_Panel_C_OnMouseMove::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_GetIsCustomDrag \ static_assert(alignof(InventoryV2_Panel_C_GetIsCustomDrag) == 0x000001, "Wrong alignment on InventoryV2_Panel_C_GetIsCustomDrag"); \ static_assert(sizeof(InventoryV2_Panel_C_GetIsCustomDrag) == 0x000002, "Wrong size on InventoryV2_Panel_C_GetIsCustomDrag"); \ static_assert(offsetof(InventoryV2_Panel_C_GetIsCustomDrag, IsCustomDrag) == 0x000000, "Member 'InventoryV2_Panel_C_GetIsCustomDrag::IsCustomDrag' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetIsCustomDrag, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'InventoryV2_Panel_C_GetIsCustomDrag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_SetIsCustomDrag \ static_assert(alignof(InventoryV2_Panel_C_SetIsCustomDrag) == 0x000001, "Wrong alignment on InventoryV2_Panel_C_SetIsCustomDrag"); \ static_assert(sizeof(InventoryV2_Panel_C_SetIsCustomDrag) == 0x000002, "Wrong size on InventoryV2_Panel_C_SetIsCustomDrag"); \ static_assert(offsetof(InventoryV2_Panel_C_SetIsCustomDrag, IsCustomDrag) == 0x000000, "Member 'InventoryV2_Panel_C_SetIsCustomDrag::IsCustomDrag' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetIsCustomDrag, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'InventoryV2_Panel_C_SetIsCustomDrag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_CREATE \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_CREATE) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_CREATE"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_CREATE) == 0x0000D0, "Wrong size on InventoryV2_Panel_C_INVENTORY_CREATE"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, LocalProxyWidgets) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::LocalProxyWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, Temp_int_Variable) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, Temp_int_Variable_1) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, K2Node_MakeStruct_CellCoord) == 0x00002C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, K2Node_MakeStruct_CellCoord_1) == 0x000034, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, K2Node_MakeStruct_CellCoord_2) == 0x00003C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::K2Node_MakeStruct_CellCoord_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, K2Node_MakeStruct_CellCoord_3) == 0x000044, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::K2Node_MakeStruct_CellCoord_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Create_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Create_ReturnValue_1) == 0x000058, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_BreakVector2D_X) == 0x000060, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000068, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00006C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_FTrunc_ReturnValue) == 0x000070, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000074, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000078, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_FTrunc_ReturnValue_1) == 0x00007C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000080, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, K2Node_MakeStruct_CellCoord_4) == 0x000084, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::K2Node_MakeStruct_CellCoord_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Create_ReturnValue_2) == 0x000090, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000098, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_AddChildToGrid_ReturnValue) == 0x0000A0, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_AddChildToGrid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_AddChildToGrid_ReturnValue_1) == 0x0000B0, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_AddChildToGrid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_Array_Add_ReturnValue_2) == 0x0000B8, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_MakeVector2D_ReturnValue) == 0x0000BC, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CREATE, CallFunc_AddChildToGrid_ReturnValue_2) == 0x0000C8, "Member 'InventoryV2_Panel_C_INVENTORY_CREATE::CallFunc_AddChildToGrid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CreateCustomInventory \ static_assert(alignof(InventoryV2_Panel_C_CreateCustomInventory) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CreateCustomInventory"); \ static_assert(sizeof(InventoryV2_Panel_C_CreateCustomInventory) == 0x000048, "Wrong size on InventoryV2_Panel_C_CreateCustomInventory"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, X) == 0x000000, "Member 'InventoryV2_Panel_C_CreateCustomInventory::X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, Y) == 0x000004, "Member 'InventoryV2_Panel_C_CreateCustomInventory::Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, K2Node_MakeStruct_CellCoord) == 0x000008, "Member 'InventoryV2_Panel_C_CreateCustomInventory::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, K2Node_MakeStruct_CellCoord_1) == 0x000010, "Member 'InventoryV2_Panel_C_CreateCustomInventory::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'InventoryV2_Panel_C_CreateCustomInventory::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, K2Node_MakeStruct_InvetntoryV2_borderingStr) == 0x00001C, "Member 'InventoryV2_Panel_C_CreateCustomInventory::K2Node_MakeStruct_InvetntoryV2_borderingStr' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00002C, "Member 'InventoryV2_Panel_C_CreateCustomInventory::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, K2Node_MakeArray_Array) == 0x000030, "Member 'InventoryV2_Panel_C_CreateCustomInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CreateCustomInventory, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'InventoryV2_Panel_C_CreateCustomInventory::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel) == 0x000058, "Wrong size on InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, Placeholder) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, OnPanel) == 0x000018, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::OnPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, Temp_bool_Variable) == 0x000019, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_GetVerticalOrientation_ReturnValue) == 0x00001A, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_X_1) == 0x000024, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_X_2) == 0x00002C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_Y_2) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_MakeVector2D_ReturnValue) == 0x000034, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, K2Node_Select_Default) == 0x00003C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_X_3) == 0x000044, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BreakVector2D_Y_3) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_Add_FloatFloat_ReturnValue) == 0x00004C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000054, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000055, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_BooleanOR_ReturnValue) == 0x000056, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_IsOnPanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_SET_DISABELING \ static_assert(alignof(InventoryV2_Panel_C_SET_DISABELING) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_SET_DISABELING"); \ static_assert(sizeof(InventoryV2_Panel_C_SET_DISABELING) == 0x0000A0, "Wrong size on InventoryV2_Panel_C_SET_DISABELING"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, LocalSize) == 0x000000, "Member 'InventoryV2_Panel_C_SET_DISABELING::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Localcoords) == 0x000008, "Member 'InventoryV2_Panel_C_SET_DISABELING::Localcoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Array_Index_Variable) == 0x000028, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Loop_Counter_Variable_3) == 0x000034, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'InventoryV2_Panel_C_SET_DISABELING::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Get_Item) == 0x000040, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue_4) == 0x000050, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Add_IntInt_ReturnValue_5) == 0x000060, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_InRange_IntInt_ReturnValue) == 0x000069, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_InRange_IntInt_ReturnValue_1) == 0x00006A, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_InRange_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_BooleanAND_ReturnValue) == 0x00006B, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Get_Item_2) == 0x00006C, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Length_ReturnValue_2) == 0x00007C, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Less_IntInt_ReturnValue_2) == 0x000080, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Get_Item_3) == 0x000088, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Length_ReturnValue_3) == 0x000090, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000094, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Array_Length_ReturnValue_4) == 0x000098, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SET_DISABELING, CallFunc_Less_IntInt_ReturnValue_3) == 0x00009C, "Member 'InventoryV2_Panel_C_SET_DISABELING::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CheckInventoryConfiguration \ static_assert(alignof(InventoryV2_Panel_C_CheckInventoryConfiguration) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CheckInventoryConfiguration"); \ static_assert(sizeof(InventoryV2_Panel_C_CheckInventoryConfiguration) == 0x000100, "Wrong size on InventoryV2_Panel_C_CheckInventoryConfiguration"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, LocalArray) == 0x000000, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, LocalBordering) == 0x000010, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::LocalBordering' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, LocalSize) == 0x000020, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, Temp_int_Array_Index_Variable) == 0x000038, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, Temp_bool_Variable) == 0x00003C, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Array_Get_Item) == 0x000040, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_X) == 0x000050, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_Y_1) == 0x00005C, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue_1) == 0x000064, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue_2) == 0x000068, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue_3) == 0x00006C, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_CellCoord) == 0x000070, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_CellCoord_1) == 0x000078, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_InvetntoryV2_borderingStr) == 0x000080, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_InvetntoryV2_borderingStr' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_CellCoord_2) == 0x000090, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_CellCoord_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_X_2) == 0x000098, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_BreakVector2D_Y_2) == 0x00009C, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue_4) == 0x0000A0, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_FTrunc_ReturnValue_5) == 0x0000A8, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_FTrunc_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000AC, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_CellCoord_3) == 0x0000B0, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_CellCoord_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeStruct_InvetntoryV2_borderingStr_1) == 0x0000B8, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeStruct_InvetntoryV2_borderingStr_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_MakeArray_Array) == 0x0000C8, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, K2Node_Select_Default) == 0x0000D8, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Array_Identical_ReturnValue) == 0x0000EC, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_IsValid_ReturnValue) == 0x0000ED, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_Not_PreBool_ReturnValue) == 0x0000EE, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CheckInventoryConfiguration, CallFunc_GetLayoutData_ReturnValue) == 0x0000F0, "Member 'InventoryV2_Panel_C_CheckInventoryConfiguration::CallFunc_GetLayoutData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_SetLootPanelFill \ static_assert(alignof(InventoryV2_Panel_C_SetLootPanelFill) == 0x000004, "Wrong alignment on InventoryV2_Panel_C_SetLootPanelFill"); \ static_assert(sizeof(InventoryV2_Panel_C_SetLootPanelFill) == 0x000054, "Wrong size on InventoryV2_Panel_C_SetLootPanelFill"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Array_Index_Variable) == 0x000008, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Variable) == 0x000010, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Variable_1) == 0x000018, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_BreakVector2D_X) == 0x00002C, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000038, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_FTrunc_ReturnValue) == 0x00003C, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_FTrunc_ReturnValue_1) == 0x000040, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000045, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'InventoryV2_Panel_C_SetLootPanelFill::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_SetLootPanelFill, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'InventoryV2_Panel_C_SetLootPanelFill::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_GetPlaceholder \ static_assert(alignof(InventoryV2_Panel_C_GetPlaceholder) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_GetPlaceholder"); \ static_assert(sizeof(InventoryV2_Panel_C_GetPlaceholder) == 0x000028, "Wrong size on InventoryV2_Panel_C_GetPlaceholder"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholder, Placeholder) == 0x000000, "Member 'InventoryV2_Panel_C_GetPlaceholder::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholder, CallFunc_GetPlaceholderFromVirtualHand_Placeholder) == 0x000008, "Member 'InventoryV2_Panel_C_GetPlaceholder::CallFunc_GetPlaceholderFromVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholder, CallFunc_GetPlaceholderFromVirtualHand_Exist) == 0x000010, "Member 'InventoryV2_Panel_C_GetPlaceholder::CallFunc_GetPlaceholderFromVirtualHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholder, CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory) == 0x000018, "Member 'InventoryV2_Panel_C_GetPlaceholder::CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholder, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_GetPlaceholder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ITEM_Add \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ITEM_Add) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ITEM_Add"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ITEM_Add) == 0x000198, "Wrong size on InventoryV2_Panel_C_INVENTORY_ITEM_Add"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, PlaceholderInfo) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalArray) == 0x000018, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalPlaceholder) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalSize) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalPosition) == 0x000038, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalCell) == 0x000040, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalItem) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, LocalPlaceholderInfo) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::LocalPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, Temp_bool_Variable) == 0x000068, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000070, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_X) == 0x000074, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_X_1) == 0x00007C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_Y_1) == 0x000080, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_MakeVector2D_ReturnValue) == 0x000084, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_FTrunc_ReturnValue) == 0x00008C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_FTrunc_ReturnValue_1) == 0x000090, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, Temp_bool_Variable_1) == 0x000094, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, Temp_int_Array_Index_Variable) == 0x000098, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, K2Node_Select_Default) == 0x00009C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Array_Get_Item) == 0x0000A4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_X_2) == 0x0000AC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_BreakVector2D_Y_2) == 0x0000B0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_FTrunc_ReturnValue_2) == 0x0000B4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_FTrunc_ReturnValue_3) == 0x0000B8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, Temp_int_Loop_Counter_Variable) == 0x0000BC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, K2Node_MakeStruct_CellCoord) == 0x0000C0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, Temp_bool_Variable_2) == 0x0000D0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000D4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000D8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000DC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000E0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, K2Node_Select_Default_1) == 0x0000E8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000F8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, K2Node_Select_Default_2) == 0x000100, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Subtract_IntInt_ReturnValue) == 0x000110, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Array_Add_ReturnValue) == 0x000114, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, K2Node_MakeStruct_CellCoord_1) == 0x000118, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Array_Add_ReturnValue_1) == 0x000120, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GetIcon_ReturnValue) == 0x000128, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GetCount_ReturnValue) == 0x000130, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000134, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GET_CELLS_COORDS_Coords) == 0x000138, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GET_CELLS_COORDS_Coords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GET_DATA_InventoryWidgets) == 0x000148, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GET_DATA_OK) == 0x000168, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000169, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000170, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Add, CallFunc_GET_DATA_OK_1) == 0x000190, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Add::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ITEM_Remove \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ITEM_Remove"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove) == 0x0000D8, "Wrong size on InventoryV2_Panel_C_INVENTORY_ITEM_Remove"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, BasePosition) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::BasePosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, LocalArray) == 0x000008, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, LocalPosition) == 0x000018, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, LocalCell) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::LocalCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, LocalItem) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::LocalItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, LocalPlaceholderInfo) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::LocalPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, Temp_int_Array_Index_Variable) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_Array_Get_Item) == 0x000054, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GET_DATA_InventoryWidgets) == 0x000068, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GET_DATA_OK) == 0x000088, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000090, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GET_DATA_OK_1) == 0x0000B0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GetSize_Size) == 0x0000B4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000BC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, K2Node_MakeStruct_CellCoord) == 0x0000C0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Remove, CallFunc_GET_CELLS_COORDS_Coords) == 0x0000C8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Remove::CallFunc_GET_CELLS_COORDS_Coords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_GetPlaceholderFromVirtualHand \ static_assert(alignof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_GetPlaceholderFromVirtualHand"); \ static_assert(sizeof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand) == 0x000048, "Wrong size on InventoryV2_Panel_C_GetPlaceholderFromVirtualHand"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, Placeholder) == 0x000000, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, Exist) == 0x000008, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, EQPTInventory) == 0x000010, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::EQPTInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_GetPlaceholder_ReturnValue) == 0x000038, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_GetPlaceholderFromVirtualHand, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'InventoryV2_Panel_C_GetPlaceholderFromVirtualHand::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_Draw \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_Draw) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_Draw"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_Draw) == 0x0000E0, "Wrong size on InventoryV2_Panel_C_INVENTORY_Draw"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, LocalPlaceholderArray) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::LocalPlaceholderArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, LocalHaveIgnored) == 0x000010, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::LocalHaveIgnored' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, LocalIgnoredItemCoords) == 0x000014, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::LocalIgnoredItemCoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_IsValid_ReturnValue_1) == 0x000025, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000026, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_bool_Variable) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_bool_Variable_1) == 0x000068, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Array_Get_Item) == 0x000070, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, K2Node_Select_Default) == 0x000088, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_IsValid_ReturnValue_3) == 0x00009D, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_bool_Variable_2) == 0x00009E, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A4, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, K2Node_Select_Default_1) == 0x0000A8, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, K2Node_Select_Default_2) == 0x0000B8, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, Temp_bool_Variable_3) == 0x0000C8, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_Draw, K2Node_Select_Default_3) == 0x0000D0, "Member 'InventoryV2_Panel_C_INVENTORY_Draw::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_Begin_Custom_Drag \ static_assert(alignof(InventoryV2_Panel_C_Begin_Custom_Drag) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_Begin_Custom_Drag"); \ static_assert(sizeof(InventoryV2_Panel_C_Begin_Custom_Drag) == 0x000168, "Wrong size on InventoryV2_Panel_C_Begin_Custom_Drag"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, PlaceHoldeInfo) == 0x000000, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::PlaceHoldeInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalCellSize) == 0x000018, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalCellSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalCurrentCellCoords) == 0x000020, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalCurrentCellCoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalDirection) == 0x000028, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LOcalParentPanel) == 0x000030, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LOcalParentPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalDropedPlaceholder) == 0x000038, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalDropedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalCustomDragedWidget) == 0x000040, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalCustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalDND_Operation) == 0x000048, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalNewDragedItem) == 0x000050, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalNewDragedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, LocalPlaceholderInfo) == 0x000058, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::LocalPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, Temp_bool_Variable) == 0x000070, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetOwningPlayer_ReturnValue) == 0x000078, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_X) == 0x000080, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_Y) == 0x000084, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetHUD_ReturnValue) == 0x000088, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_DynamicCast_AsHUD_Interface) == 0x000090, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0000A1, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000A2, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Not_PreBool_ReturnValue) == 0x0000A3, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Multiply_ByteByte_ReturnValue) == 0x0000A4, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Multiply_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000AC, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_MakeVector2D_ReturnValue) == 0x0000B0, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_SetFieldsInStruct_StructOut) == 0x0000B8, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_X_1) == 0x0000D0, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_Y_1) == 0x0000D4, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000D8, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_IsValid_ReturnValue) == 0x0000E1, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_HasAuthority_ReturnValue) == 0x0000E2, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetPlaceholderFromVirtualHand_Placeholder) == 0x0000E8, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetPlaceholderFromVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetPlaceholderFromVirtualHand_Exist) == 0x0000F0, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetPlaceholderFromVirtualHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory) == 0x0000F8, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_IsValid_ReturnValue_1) == 0x000100, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_Select_Default) == 0x000101, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Create_ReturnValue) == 0x000108, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_X_2) == 0x000110, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_Y_2) == 0x000114, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_FTrunc_ReturnValue) == 0x000118, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_FTrunc_ReturnValue_1) == 0x00011C, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_CreateDragDropOperation_ReturnValue) == 0x000120, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_CreateDragDropOperation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_MakeStruct_CellCoord) == 0x000128, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_X_3) == 0x000130, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_BreakVector2D_Y_3) == 0x000134, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_FTrunc_ReturnValue_2) == 0x000138, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_FTrunc_ReturnValue_3) == 0x00013C, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_MakeStruct_CellCoord_1) == 0x000140, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_IsValid_ReturnValue_2) == 0x000148, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_IsValid_ReturnValue_3) == 0x000149, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, K2Node_MakeStruct_CellCoord_2) == 0x00014C, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::K2Node_MakeStruct_CellCoord_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetCount_ReturnValue) == 0x000154, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000158, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Begin_Custom_Drag, CallFunc_GetIcon_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_Begin_Custom_Drag::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CustomDrop \ static_assert(alignof(InventoryV2_Panel_C_CustomDrop) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CustomDrop"); \ static_assert(sizeof(InventoryV2_Panel_C_CustomDrop) == 0x0001E0, "Wrong size on InventoryV2_Panel_C_CustomDrop"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, ReturnValue) == 0x000000, "Member 'InventoryV2_Panel_C_CustomDrop::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalCustomDragedWidget) == 0x000008, "Member 'InventoryV2_Panel_C_CustomDrop::LocalCustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalDND_Operation) == 0x000010, "Member 'InventoryV2_Panel_C_CustomDrop::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalNewSwapedPlaceholder) == 0x000018, "Member 'InventoryV2_Panel_C_CustomDrop::LocalNewSwapedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalHoveredPosition) == 0x000030, "Member 'InventoryV2_Panel_C_CustomDrop::LocalHoveredPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalDropedPlaceholder) == 0x000038, "Member 'InventoryV2_Panel_C_CustomDrop::LocalDropedPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, LocalNewDragedItem) == 0x000040, "Member 'InventoryV2_Panel_C_CustomDrop::LocalNewDragedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_PlayEvent2D_ReturnValue) == 0x000048, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000050, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Multiply_IntInt_ReturnValue) == 0x00005C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000061, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GET_DATA_InventoryWidgets) == 0x000068, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GET_DATA_OK) == 0x000088, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000091, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_X) == 0x000094, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_Y) == 0x000098, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_MakeVector2D_ReturnValue) == 0x00009C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000A4, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000A8, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0000AC, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000B0, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B4, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000BC, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000C8, "Member 'InventoryV2_Panel_C_CustomDrop::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000E0, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsValid_ReturnValue_2) == 0x0000E8, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F0, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_SetVirtualHand_ReturnValue) == 0x0000F8, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_SetVirtualHand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsValid_ReturnValue_3) == 0x000100, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsValid_ReturnValue_4) == 0x000101, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetPlaceholder_Placeholder) == 0x000108, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_IsNetworkObject_ReturnValue) == 0x000110, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_IsNetworkObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetCount_ReturnValue) == 0x000111, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000114, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GetMaxStack_ReturnValue) == 0x000118, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GetMaxStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_X_1) == 0x00011C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_Y_1) == 0x000120, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000124, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_FTrunc_ReturnValue) == 0x000128, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_FTrunc_ReturnValue_1) == 0x00012C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Conv_ByteToInt_ReturnValue_3) == 0x000130, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Conv_ByteToInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, K2Node_MakeStruct_CellCoord) == 0x000134, "Member 'InventoryV2_Panel_C_CustomDrop::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000140, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_GET_DATA_OK_1) == 0x000160, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000168, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Subtract_IntInt_ReturnValue) == 0x00016C, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BooleanOR_ReturnValue) == 0x000170, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_X_2) == 0x000174, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_BreakVector2D_Y_2) == 0x000178, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, Temp_bool_Variable) == 0x00017C, "Member 'InventoryV2_Panel_C_CustomDrop::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_FTrunc_ReturnValue_2) == 0x000180, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_FTrunc_ReturnValue_3) == 0x000184, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, K2Node_Select_Default) == 0x000188, "Member 'InventoryV2_Panel_C_CustomDrop::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Add_IntInt_ReturnValue_1) == 0x000190, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, K2Node_MakeStruct_FGInventoryPlaceholderInfo_1) == 0x000198, "Member 'InventoryV2_Panel_C_CustomDrop::K2Node_MakeStruct_FGInventoryPlaceholderInfo_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, K2Node_MakeStruct_CellCoord_1) == 0x0001B0, "Member 'InventoryV2_Panel_C_CustomDrop::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_CanReplaceAt_ReturnValue) == 0x0001B8, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_CanReplaceAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_CanPlaceAt_bSuccess) == 0x0001B9, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_CanPlaceAt_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_CanPlaceAt_ReturnValue) == 0x0001C0, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_CanPlaceAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Array_Length_ReturnValue) == 0x0001D0, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001D4, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_CanStackCountWith_ReturnValue) == 0x0001D8, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_CanStackCountWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDrop, CallFunc_Greater_IntInt_ReturnValue) == 0x0001DC, "Member 'InventoryV2_Panel_C_CustomDrop::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ITEM_Replace \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ITEM_Replace"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace) == 0x0000C0, "Wrong size on InventoryV2_Panel_C_INVENTORY_ITEM_Replace"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, It) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::It' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, ToIt) == 0x000018, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::ToIt' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalPlaceholder) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalSize) == 0x000038, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalPosition) == 0x000040, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalCell) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalItem) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, LocalPlaceholderInfo) == 0x000058, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::LocalPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, Temp_bool_Variable) == 0x000070, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000071, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_BreakVector2D_X) == 0x000074, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_FTrunc_ReturnValue) == 0x00007C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_FTrunc_ReturnValue_1) == 0x000080, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_BreakVector2D_X_1) == 0x000084, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_BreakVector2D_Y_1) == 0x000088, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, K2Node_MakeStruct_CellCoord) == 0x00008C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, CallFunc_MakeVector2D_ReturnValue) == 0x000094, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, K2Node_Select_Default) == 0x00009C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Replace, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000A8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Replace::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CustomDND_Cancel \ static_assert(alignof(InventoryV2_Panel_C_CustomDND_Cancel) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CustomDND_Cancel"); \ static_assert(sizeof(InventoryV2_Panel_C_CustomDND_Cancel) == 0x0001E0, "Wrong size on InventoryV2_Panel_C_CustomDND_Cancel"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, OperationSlot) == 0x000000, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::OperationSlot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, OperationPanel) == 0x000008, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::OperationPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, HoveredCell) == 0x000010, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::HoveredCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Variable) == 0x000018, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_bool_Variable) == 0x00001C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Variable_1) == 0x000024, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_2) == 0x000042, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_3) == 0x000043, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Get_Item) == 0x000048, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_4) == 0x000055, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000056, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000064, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_MakeVector2D_ReturnValue) == 0x000068, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_5) == 0x000070, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000071, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Conv_BoolToString_ReturnValue) == 0x000078, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_MakeVector2D_ReturnValue_1) == 0x000088, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_Select_Default) == 0x000090, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_6) == 0x000098, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00009C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000A0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000A4, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000B0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_MakeStruct_CellCoord) == 0x0000C8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_7) == 0x0000D0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, Temp_int_Array_Index_Variable_1) == 0x0000D4, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000D8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetHUD_ReturnValue) == 0x0000E8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_InventoryWidgets) == 0x0000F0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_OK) == 0x000110, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_DynamicCast_AsHUD_Interface) == 0x000118, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000129, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000130, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_8) == 0x000141, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_INVENTORY_CancelSplit_Ok) == 0x000142, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_INVENTORY_CancelSplit_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Get_Item_2) == 0x000144, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Length_ReturnValue_2) == 0x00014C, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Less_IntInt_ReturnValue_2) == 0x000150, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Get_Item_3) == 0x000158, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Array_Length_ReturnValue_3) == 0x000160, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_Less_IntInt_ReturnValue_3) == 0x000164, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_IsValid_ReturnValue_9) == 0x000165, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000168, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_OK_1) == 0x000188, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_InventoryWidgets_2) == 0x000190, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_InventoryWidgets_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GET_DATA_OK_2) == 0x0001B0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GET_DATA_OK_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GPI_Hover_self_CastInput) == 0x0001B8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GPI_Hover_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetPlaceholderFromVirtualHand_Placeholder) == 0x0001C8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetPlaceholderFromVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetPlaceholderFromVirtualHand_Exist) == 0x0001D0, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetPlaceholderFromVirtualHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_Cancel, CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory) == 0x0001D8, "Member 'InventoryV2_Panel_C_CustomDND_Cancel::CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_CustomDND_STOP \ static_assert(alignof(InventoryV2_Panel_C_CustomDND_STOP) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_CustomDND_STOP"); \ static_assert(sizeof(InventoryV2_Panel_C_CustomDND_STOP) == 0x000068, "Wrong size on InventoryV2_Panel_C_CustomDND_STOP"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, NewLocalVar_1) == 0x000000, "Member 'InventoryV2_Panel_C_CustomDND_STOP::NewLocalVar_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, LocalDNDOperation) == 0x000008, "Member 'InventoryV2_Panel_C_CustomDND_STOP::LocalDNDOperation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_GetPlaceholderFromVirtualHand_Placeholder) == 0x000010, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_GetPlaceholderFromVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_GetPlaceholderFromVirtualHand_Exist) == 0x000018, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_GetPlaceholderFromVirtualHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory) == 0x000020, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_GetPlaceholderFromVirtualHand_EQPTInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_Array_Get_Item) == 0x000028, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_GET_DATA_InventoryWidgets) == 0x000030, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_GET_DATA_OK) == 0x000050, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_IsValid_ReturnValue_2) == 0x00005A, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005B, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00005C, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_IsValid_ReturnValue_3) == 0x00005D, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_CustomDND_STOP, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_CustomDND_STOP::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_Set_Custom_Layot \ static_assert(alignof(InventoryV2_Panel_C_Set_Custom_Layot) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_Set_Custom_Layot"); \ static_assert(sizeof(InventoryV2_Panel_C_Set_Custom_Layot) == 0x000088, "Wrong size on InventoryV2_Panel_C_Set_Custom_Layot"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, Layout) == 0x000000, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::Layout' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, LocalBordering) == 0x000010, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::LocalBordering' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, Temp_int_Array_Index_Variable) == 0x000024, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_Array_Get_Item) == 0x00002C, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_BreakVector2D_X) == 0x000040, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_BreakVector2D_Y) == 0x000044, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_FTrunc_ReturnValue) == 0x000048, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_FTrunc_ReturnValue_1) == 0x00004C, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_BreakVector2D_X_1) == 0x000050, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_BreakVector2D_Y_1) == 0x000054, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, K2Node_MakeStruct_CellCoord) == 0x000058, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_FTrunc_ReturnValue_2) == 0x000060, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_FTrunc_ReturnValue_3) == 0x000064, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, K2Node_MakeStruct_CellCoord_1) == 0x00006C, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, K2Node_MakeStruct_InvetntoryV2_borderingStr) == 0x000074, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::K2Node_MakeStruct_InvetntoryV2_borderingStr' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Set_Custom_Layot, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'InventoryV2_Panel_C_Set_Custom_Layot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseButtonUp \ static_assert(alignof(InventoryV2_Panel_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseButtonUp"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseButtonUp) == 0x0002F8, "Wrong size on InventoryV2_Panel_C_OnMouseButtonUp"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000178, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue) == 0x000179, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000180, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_CustomDrop_ReturnValue) == 0x000238, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_CustomDrop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue_1) == 0x000240, "Member 'InventoryV2_Panel_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnMouseButtonDoubleClick \ static_assert(alignof(InventoryV2_Panel_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(InventoryV2_Panel_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on InventoryV2_Panel_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'InventoryV2_Panel_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'InventoryV2_Panel_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Panel_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_Panel_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_ITEM_Redraw \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_ITEM_Redraw"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw) == 0x0001B0, "Wrong size on InventoryV2_Panel_C_INVENTORY_ITEM_Redraw"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, BasePosition) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::BasePosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Placeholder) == 0x000008, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalArray) == 0x000010, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalSize) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalPlaceholder) == 0x000028, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalPosition) == 0x000030, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalCell) == 0x000038, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, LocalItem) == 0x000040, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::LocalItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Temp_bool_Variable) == 0x000048, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Array_Get_Item) == 0x000064, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Array_Get_Item_1) == 0x00006C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000078, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x00007C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000080, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Conv_ByteToFloat_ReturnValue_2) == 0x000084, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Conv_ByteToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_MakeVector2D_ReturnValue) == 0x000088, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Conv_ByteToFloat_ReturnValue_3) == 0x000090, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Conv_ByteToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_InventoryWidgets) == 0x000098, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_OK) == 0x0000B8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000BC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, K2Node_Select_Default) == 0x0000C4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_BreakVector2D_X) == 0x0000CC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_BreakVector2D_Y) == 0x0000D0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_FTrunc_ReturnValue) == 0x0000D4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_FTrunc_ReturnValue_1) == 0x0000D8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, K2Node_MakeStruct_CellCoord) == 0x0000DC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GetIcon_ReturnValue) == 0x0000E8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GetCount_ReturnValue) == 0x0000F0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000F4, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, Temp_int_Loop_Counter_Variable_1) == 0x0000F8, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_Add_IntInt_ReturnValue_1) == 0x000100, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_CELLS_COORDS_Coords) == 0x000108, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_CELLS_COORDS_Coords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000118, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_OK_1) == 0x000138, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000139, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_InventoryWidgets_2) == 0x000140, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_InventoryWidgets_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_OK_2) == 0x000160, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_OK_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_InventoryWidgets_3) == 0x000168, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_InventoryWidgets_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_DATA_OK_3) == 0x000188, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_DATA_OK_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GetSize_Size) == 0x00018C, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, K2Node_MakeStruct_CellCoord_1) == 0x000194, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_ITEM_Redraw, CallFunc_GET_CELLS_COORDS_Coords_1) == 0x0001A0, "Member 'InventoryV2_Panel_C_INVENTORY_ITEM_Redraw::CallFunc_GET_CELLS_COORDS_Coords_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_INVENTORY_CancelSplit \ static_assert(alignof(InventoryV2_Panel_C_INVENTORY_CancelSplit) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_INVENTORY_CancelSplit"); \ static_assert(sizeof(InventoryV2_Panel_C_INVENTORY_CancelSplit) == 0x000028, "Wrong size on InventoryV2_Panel_C_INVENTORY_CancelSplit"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, RunDND_STOP) == 0x000000, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::RunDND_STOP' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, Ok) == 0x000001, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, UseStop) == 0x000002, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::UseStop' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_IsValid_ReturnValue_1) == 0x000004, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_GetPlaceholderInfoAt_ReturnValue) == 0x000008, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_GetPlaceholderInfoAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_CanStackCountWith_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_CanStackCountWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_IsValid_ReturnValue_2) == 0x000024, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_INVENTORY_CancelSplit, CallFunc_Greater_IntInt_ReturnValue) == 0x000025, "Member 'InventoryV2_Panel_C_INVENTORY_CancelSplit::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_Debug \ static_assert(alignof(InventoryV2_Panel_C_Debug) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_Debug"); \ static_assert(sizeof(InventoryV2_Panel_C_Debug) == 0x000028, "Wrong size on InventoryV2_Panel_C_Debug"); \ static_assert(offsetof(InventoryV2_Panel_C_Debug, inString) == 0x000000, "Member 'InventoryV2_Panel_C_Debug::inString' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Debug, Duration) == 0x000010, "Member 'InventoryV2_Panel_C_Debug::Duration' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Debug, TextColor) == 0x000014, "Member 'InventoryV2_Panel_C_Debug::TextColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_OnGamepadFocuse \ static_assert(alignof(InventoryV2_Panel_C_OnGamepadFocuse) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_OnGamepadFocuse"); \ static_assert(sizeof(InventoryV2_Panel_C_OnGamepadFocuse) == 0x000070, "Wrong size on InventoryV2_Panel_C_OnGamepadFocuse"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, LocalArray) == 0x000000, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, Temp_int_Array_Index_Variable) == 0x000010, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_Array_Get_Item) == 0x000038, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_BreakVector2D_X) == 0x000054, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_MakeVector2D_ReturnValue) == 0x000060, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_OnGamepadFocuse, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'InventoryV2_Panel_C_OnGamepadFocuse::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_DisplayHoverCell \ static_assert(alignof(InventoryV2_Panel_C_DisplayHoverCell) == 0x000004, "Wrong alignment on InventoryV2_Panel_C_DisplayHoverCell"); \ static_assert(sizeof(InventoryV2_Panel_C_DisplayHoverCell) == 0x00003C, "Wrong size on InventoryV2_Panel_C_DisplayHoverCell"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, bIsHovered) == 0x000000, "Member 'InventoryV2_Panel_C_DisplayHoverCell::bIsHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, HoverSize) == 0x000004, "Member 'InventoryV2_Panel_C_DisplayHoverCell::HoverSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, HoverPosition) == 0x00000C, "Member 'InventoryV2_Panel_C_DisplayHoverCell::HoverPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, BorderColor) == 0x000014, "Member 'InventoryV2_Panel_C_DisplayHoverCell::BorderColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, Temp_bool_Variable) == 0x000024, "Member 'InventoryV2_Panel_C_DisplayHoverCell::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, Temp_byte_Variable) == 0x000025, "Member 'InventoryV2_Panel_C_DisplayHoverCell::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, Temp_byte_Variable_1) == 0x000026, "Member 'InventoryV2_Panel_C_DisplayHoverCell::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'InventoryV2_Panel_C_DisplayHoverCell::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x00002C, "Member 'InventoryV2_Panel_C_DisplayHoverCell::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, CallFunc_MakeVector2D_ReturnValue) == 0x000030, "Member 'InventoryV2_Panel_C_DisplayHoverCell::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_DisplayHoverCell, K2Node_Select_Default) == 0x000038, "Member 'InventoryV2_Panel_C_DisplayHoverCell::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Panel_C_Check_and_Rotate_Placeholder \ static_assert(alignof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder) == 0x000008, "Wrong alignment on InventoryV2_Panel_C_Check_and_Rotate_Placeholder"); \ static_assert(sizeof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder) == 0x000028, "Wrong size on InventoryV2_Panel_C_Check_and_Rotate_Placeholder"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, DNDOperation) == 0x000000, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::DNDOperation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, SourcePlaceholder) == 0x000008, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::SourcePlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000010, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Panel_C_Check_and_Rotate_Placeholder, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'InventoryV2_Panel_C_Check_and_Rotate_Placeholder::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Panel_C \ static_assert(alignof(UInventoryV2_Panel_C) == 0x000008, "Wrong alignment on UInventoryV2_Panel_C"); \ static_assert(sizeof(UInventoryV2_Panel_C) == 0x0003C8, "Wrong size on UInventoryV2_Panel_C"); \ static_assert(offsetof(UInventoryV2_Panel_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_Panel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, GridPanel_Cells) == 0x000268, "Member 'UInventoryV2_Panel_C::GridPanel_Cells' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, GridPanel_CellsLayout) == 0x000270, "Member 'UInventoryV2_Panel_C::GridPanel_CellsLayout' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, GridPanel_Loot) == 0x000278, "Member 'UInventoryV2_Panel_C::GridPanel_Loot' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image) == 0x000280, "Member 'UInventoryV2_Panel_C::Image' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image_1) == 0x000288, "Member 'UInventoryV2_Panel_C::Image_1' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image_2) == 0x000290, "Member 'UInventoryV2_Panel_C::Image_2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image_160) == 0x000298, "Member 'UInventoryV2_Panel_C::Image_160' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image_222) == 0x0002A0, "Member 'UInventoryV2_Panel_C::Image_222' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Image_296) == 0x0002A8, "Member 'UInventoryV2_Panel_C::Image_296' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, InventoryV2_HoverCell) == 0x0002B0, "Member 'UInventoryV2_Panel_C::InventoryV2_HoverCell' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Overlay_0) == 0x0002B8, "Member 'UInventoryV2_Panel_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CELLS) == 0x0002C0, "Member 'UInventoryV2_Panel_C::CELLS' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Size) == 0x0002D0, "Member 'UInventoryV2_Panel_C::Size' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, RelativeMousePosition) == 0x0002D8, "Member 'UInventoryV2_Panel_C::RelativeMousePosition' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, HoveredCells) == 0x0002E0, "Member 'UInventoryV2_Panel_C::HoveredCells' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Items) == 0x0002F0, "Member 'UInventoryV2_Panel_C::Items' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CellSize) == 0x000300, "Member 'UInventoryV2_Panel_C::CellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, InventoryRef) == 0x000308, "Member 'UInventoryV2_Panel_C::InventoryRef' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, DelimetrBORDERS) == 0x000310, "Member 'UInventoryV2_Panel_C::DelimetrBORDERS' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Bordering) == 0x000320, "Member 'UInventoryV2_Panel_C::Bordering' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CustomDragedWidget) == 0x000330, "Member 'UInventoryV2_Panel_C::CustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, OnCloseInventory) == 0x000338, "Member 'UInventoryV2_Panel_C::OnCloseInventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, InventoryV2_Ref) == 0x000348, "Member 'UInventoryV2_Panel_C::InventoryV2_Ref' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CURRENT_ITEMS) == 0x000350, "Member 'UInventoryV2_Panel_C::CURRENT_ITEMS' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Description) == 0x000360, "Member 'UInventoryV2_Panel_C::Description' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Disabeling) == 0x000368, "Member 'UInventoryV2_Panel_C::Disabeling' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, IsFirstIncialisation) == 0x000378, "Member 'UInventoryV2_Panel_C::IsFirstIncialisation' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CELL_Storage) == 0x000380, "Member 'UInventoryV2_Panel_C::CELL_Storage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, BlockButtonUp) == 0x000388, "Member 'UInventoryV2_Panel_C::BlockButtonUp' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, UseVirtualHand) == 0x000389, "Member 'UInventoryV2_Panel_C::UseVirtualHand' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, ClearedItems) == 0x000390, "Member 'UInventoryV2_Panel_C::ClearedItems' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, IsDebug) == 0x0003A0, "Member 'UInventoryV2_Panel_C::IsDebug' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CurrentHoveredItem) == 0x0003A8, "Member 'UInventoryV2_Panel_C::CurrentHoveredItem' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CellsPerPageX) == 0x0003B0, "Member 'UInventoryV2_Panel_C::CellsPerPageX' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, CurrentPage) == 0x0003B4, "Member 'UInventoryV2_Panel_C::CurrentPage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, IsExternal) == 0x0003B8, "Member 'UInventoryV2_Panel_C::IsExternal' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, IsExternalExtend) == 0x0003B9, "Member 'UInventoryV2_Panel_C::IsExternalExtend' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, NeedFixUnrealGridBug) == 0x0003BA, "Member 'UInventoryV2_Panel_C::NeedFixUnrealGridBug' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Panel_C, Position) == 0x0003BC, "Member 'UInventoryV2_Panel_C::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_ResearchTech_C_CanStart \ static_assert(alignof(TutorialTask_ResearchTech_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_ResearchTech_C_CanStart"); \ static_assert(sizeof(TutorialTask_ResearchTech_C_CanStart) == 0x000028, "Wrong size on TutorialTask_ResearchTech_C_CanStart"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_ResearchTech_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_GetWorldProgressionManager_ReturnValue_1) == 0x000018, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_GetWorldProgressionManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_IsUnlocked_ReturnValue) == 0x000020, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000021, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ResearchTech_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'TutorialTask_ResearchTech_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_ResearchTech_C \ static_assert(alignof(UTutorialTask_ResearchTech_C) == 0x000008, "Wrong alignment on UTutorialTask_ResearchTech_C"); \ static_assert(sizeof(UTutorialTask_ResearchTech_C) == 0x000060, "Wrong size on UTutorialTask_ResearchTech_C"); \ #define DUMPER7_ASSERTS_HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon \ static_assert(alignof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon) == 0x000008, "Wrong alignment on HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon"); \ static_assert(sizeof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon) == 0x000068, "Wrong size on HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, EntryPoint) == 0x000000, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_GetSlot_ReturnValue_1) == 0x000038, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_GetPlaceholder_ReturnValue) == 0x000048, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000058, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon, CallFunc_IsValid_ReturnValue_3) == 0x000060, "Member 'HTN_NaziEquipWeapon_C_ExecuteUbergraph_HTN_NaziEquipWeapon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziEquipWeapon_C_ReceiveExecute \ static_assert(alignof(HTN_NaziEquipWeapon_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziEquipWeapon_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziEquipWeapon_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziEquipWeapon_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziEquipWeapon_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziEquipWeapon_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziEquipWeapon_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps) == 0x000058, "Wrong size on HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetSlot_ReturnValue) == 0x000028, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetSlot_ReturnValue_1) == 0x000030, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000048, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_3) == 0x000051, "Member 'HTN_NaziEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziEquipWeapon_C \ static_assert(alignof(UHTN_NaziEquipWeapon_C) == 0x000008, "Wrong alignment on UHTN_NaziEquipWeapon_C"); \ static_assert(sizeof(UHTN_NaziEquipWeapon_C) == 0x000100, "Wrong size on UHTN_NaziEquipWeapon_C"); \ static_assert(offsetof(UHTN_NaziEquipWeapon_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziEquipWeapon_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item) == 0x000040, "Wrong size on InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, EntryPoint) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, Temp_byte_Variable) == 0x000004, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, Temp_byte_Variable_1) == 0x000005, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, K2Node_Event_IsDesignTime) == 0x000006, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, CallFunc_PlayEvent2D_ReturnValue) == 0x000030, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, K2Node_Event_isHovered) == 0x000038, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, Temp_bool_Variable) == 0x00003A, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, CallFunc_GetItemSelect_isSelected) == 0x00003B, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, K2Node_Select_Default) == 0x00003C, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'InventoryV2_BoxSettings_Item_C_ExecuteUbergraph_InventoryV2_BoxSettings_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetItemHover \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetItemHover) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetItemHover"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetItemHover) == 0x000001, "Wrong size on InventoryV2_BoxSettings_Item_C_SetItemHover"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_PreConstruct \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_Item_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_BoxSettings_Item_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetStyle_Default \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetStyle_Default) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetStyle_Default"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetStyle_Default) == 0x000008, "Wrong size on InventoryV2_BoxSettings_Item_C_SetStyle_Default"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Default, CallFunc_MakeVector2D_ReturnValue) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Default::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetStyle_Hovered \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetStyle_Hovered) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetStyle_Hovered"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetStyle_Hovered) == 0x000014, "Wrong size on InventoryV2_BoxSettings_Item_C_SetStyle_Hovered"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Hovered, CallFunc_MakeVector2D_ReturnValue) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Hovered::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Hovered, CallFunc_MakeVector2D_ReturnValue_1) == 0x000008, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Hovered::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Hovered, CallFunc_GetItemSelect_isSelected) == 0x000010, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Hovered::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered) == 0x00000C, "Wrong size on InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered, CallFunc_MakeVector2D_ReturnValue) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered, CallFunc_GetItemSelect_isSelected) == 0x000008, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Unhovered::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetStyle_Unselected \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetStyle_Unselected) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetStyle_Unselected"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetStyle_Unselected) == 0x000001, "Wrong size on InventoryV2_BoxSettings_Item_C_SetStyle_Unselected"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetStyle_Unselected, CallFunc_GetItemSelect_isSelected) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetStyle_Unselected::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_SetBackgroundColor \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_SetBackgroundColor) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_Item_C_SetBackgroundColor"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_SetBackgroundColor) == 0x000010, "Wrong size on InventoryV2_BoxSettings_Item_C_SetBackgroundColor"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_SetBackgroundColor, Color) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_SetBackgroundColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_Item_C_UnselectItem \ static_assert(alignof(InventoryV2_BoxSettings_Item_C_UnselectItem) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_Item_C_UnselectItem"); \ static_assert(sizeof(InventoryV2_BoxSettings_Item_C_UnselectItem) == 0x000002, "Wrong size on InventoryV2_BoxSettings_Item_C_UnselectItem"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_UnselectItem, isUnselected) == 0x000000, "Member 'InventoryV2_BoxSettings_Item_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_Item_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'InventoryV2_BoxSettings_Item_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_BoxSettings_Item_C \ static_assert(alignof(UInventoryV2_BoxSettings_Item_C) == 0x000008, "Wrong alignment on UInventoryV2_BoxSettings_Item_C"); \ static_assert(sizeof(UInventoryV2_BoxSettings_Item_C) == 0x0002D8, "Wrong size on UInventoryV2_BoxSettings_Item_C"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, UberGraphFrame_InventoryV2_BoxSettings_Item_C) == 0x0002A8, "Member 'UInventoryV2_BoxSettings_Item_C::UberGraphFrame_InventoryV2_BoxSettings_Item_C' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, Border) == 0x0002B0, "Member 'UInventoryV2_BoxSettings_Item_C::Border' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, Fill) == 0x0002B8, "Member 'UInventoryV2_BoxSettings_Item_C::Fill' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, Icon) == 0x0002C0, "Member 'UInventoryV2_BoxSettings_Item_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, IconTexture) == 0x0002C8, "Member 'UInventoryV2_BoxSettings_Item_C::IconTexture' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_Item_C, Sound_Hover) == 0x0002D0, "Member 'UInventoryV2_BoxSettings_Item_C::Sound_Hover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Repairing_C \ static_assert(alignof(UTutorialTask_Repairing_C) == 0x000008, "Wrong alignment on UTutorialTask_Repairing_C"); \ static_assert(sizeof(UTutorialTask_Repairing_C) == 0x000060, "Wrong size on UTutorialTask_Repairing_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Prophecy_C \ static_assert(alignof(UTutorialTask_Prophecy_C) == 0x000008, "Wrong alignment on UTutorialTask_Prophecy_C"); \ static_assert(sizeof(UTutorialTask_Prophecy_C) == 0x000060, "Wrong size on UTutorialTask_Prophecy_C"); \ #define DUMPER7_ASSERTS_HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover \ static_assert(alignof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover) == 0x000008, "Wrong alignment on HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover"); \ static_assert(sizeof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover) == 0x000048, "Wrong size on HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, EntryPoint) == 0x000000, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_SetDesiredCover_C_ExecuteUbergraph_HTN_SetDesiredCover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SetDesiredCover_C_ReceiveExecute \ static_assert(alignof(HTN_SetDesiredCover_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SetDesiredCover_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SetDesiredCover_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SetDesiredCover_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SetDesiredCover_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SetDesiredCover_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SetDesiredCover_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SetDesiredCover_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SetDesiredCover_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps) == 0x000020, "Wrong size on HTN_SetDesiredCover_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SetDesiredCover_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SetDesiredCover_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SetDesiredCover_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SetDesiredCover_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000018, "Member 'HTN_SetDesiredCover_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SetDesiredCover_C \ static_assert(alignof(UHTN_SetDesiredCover_C) == 0x000008, "Wrong alignment on UHTN_SetDesiredCover_C"); \ static_assert(sizeof(UHTN_SetDesiredCover_C) == 0x000150, "Wrong size on UHTN_SetDesiredCover_C"); \ static_assert(offsetof(UHTN_SetDesiredCover_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SetDesiredCover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SetDesiredCover_C, SourceCover) == 0x000100, "Member 'UHTN_SetDesiredCover_C::SourceCover' has a wrong offset!"); \ static_assert(offsetof(UHTN_SetDesiredCover_C, DesiredCover) == 0x000128, "Member 'UHTN_SetDesiredCover_C::DesiredCover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_PlacingHeavy_C \ static_assert(alignof(UTutorialTask_PlacingHeavy_C) == 0x000008, "Wrong alignment on UTutorialTask_PlacingHeavy_C"); \ static_assert(sizeof(UTutorialTask_PlacingHeavy_C) == 0x000060, "Wrong size on UTutorialTask_PlacingHeavy_C"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget \ static_assert(alignof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget) == 0x000008, "Wrong alignment on IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget) == 0x0002F0, "Wrong size on IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, EntryPoint) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_int_Variable) == 0x000004, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_CheckPermissionAsync_ReturnValue) == 0x000030, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_CheckPermissionAsync_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_bool_Variable) == 0x000038, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_byte_Variable) == 0x00003A, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_byte_Variable_1) == 0x00003B, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_bool_Variable_1) == 0x00003C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_byte_Variable_2) == 0x00003D, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_byte_Variable_3) == 0x00003E, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_int_Variable_1) == 0x000040, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Event_IsHold_1) == 0x000074, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Event_IsHold) == 0x000075, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Event_IsDesignTime) == 0x000076, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_ComponentBoundEvent_IsLeftBtnSelect) == 0x000077, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_ComponentBoundEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_ComponentBoundEvent_Index) == 0x000078, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_SwitchInteger_CmpSuccess) == 0x00007C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetPlayerPawn_ReturnValue) == 0x000080, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameInstance_ReturnValue) == 0x000088, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_HasAuthority_ReturnValue) == 0x000090, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGGame_Instance) == 0x000098, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue_1) == 0x0000A1, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsWorld_State_Manager) == 0x0000A8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsWorld_State_Manager' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetSessionSettings_ReturnValue) == 0x0000B8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetSessionSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameState_ReturnValue) == 0x0000D8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Create_ReturnValue) == 0x0000E8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000F8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Create_ReturnValue_1) == 0x000100, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Get_Item) == 0x000108, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue_2) == 0x000110, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetOwner_ReturnValue) == 0x000118, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000120, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_CheckKickedState_ReturnValue) == 0x000129, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_CheckKickedState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_PlayerState_1) == 0x000130, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_PlayerState_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_Widget) == 0x000138, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_Widget' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_AddChild_ReturnValue) == 0x000140, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetOwner_ReturnValue_1) == 0x000148, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_AddChild_ReturnValue_1) == 0x000150, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x000158, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_3) == 0x000160, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_Succsess) == 0x000161, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_Succsess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameMode_ReturnValue) == 0x000168, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_MakeLiteralText_ReturnValue) == 0x000170, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGGame_Mode) == 0x000188, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGGame_Mode' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_4) == 0x000190, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000198, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameState_ReturnValue_1) == 0x0001A0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_HasAuthority_ReturnValue_1) == 0x0001A8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGGame_State) == 0x0001B0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGGame_State' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_5) == 0x0001B8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue_3) == 0x0001B9, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, Temp_int_Array_Index_Variable) == 0x0001BC, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Get_Item_1) == 0x0001C0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Add_ReturnValue) == 0x0001C8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsFGPlayer_State) == 0x0001D0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_6) == 0x0001D8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001D9, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_PlayerState) == 0x0001E0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_PlayerState' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001E8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001F8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_WasSuccessful) == 0x000200, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000208, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetFriends_ReturnValue) == 0x000210, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetFriends_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetRightsManager_ReturnValue) == 0x000220, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetRightsManager_ReturnValue_1) == 0x000228, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetRightsManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue_4) == 0x000230, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetPlayerController_ReturnValue_1) == 0x000238, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_5) == 0x000240, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_HasAuthority_ReturnValue_2) == 0x000250, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Event_Show) == 0x000251, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_BooleanAND_ReturnValue) == 0x000252, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Select_Default) == 0x000253, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsValid_ReturnValue_5) == 0x000254, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Get_Item_2) == 0x000258, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsGamepad_Interface) == 0x000260, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_7) == 0x000270, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Length_ReturnValue_1) == 0x000274, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Less_IntInt_ReturnValue_1) == 0x000278, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000279, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Length_ReturnValue_2) == 0x00027C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Add_IntInt_ReturnValue_3) == 0x000280, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Subtract_IntInt_ReturnValue) == 0x000284, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000288, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Less_IntInt_ReturnValue_2) == 0x000289, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Add_ReturnValue_1) == 0x00028C, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Add_ReturnValue_2) == 0x000290, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_IsHold_1) == 0x000294, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000298, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Get_Item_3) == 0x0002A0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsIngame_Menu_V2_Session_Line) == 0x0002A8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsIngame_Menu_V2_Session_Line' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_8) == 0x0002B0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsAuthorized_ReturnValue) == 0x0002B1, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsAuthorized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CustomEvent_IsHold) == 0x0002B2, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Array_Get_Item_4) == 0x0002B8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002C0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_AsIngame_Menu_V2_Session_Line_1) == 0x0002D0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_AsIngame_Menu_V2_Session_Line_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_DynamicCast_bSuccess_9) == 0x0002D8, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsGDKPlatform_ReturnValue) == 0x0002D9, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0002DA, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_IsGDKPlatform_ReturnValue_1) == 0x0002DB, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_IsGDKPlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_Select_Default_1) == 0x0002DC, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_CheckSessionOpen_ReturnValue) == 0x0002DD, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_CheckSessionOpen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, CallFunc_GetIsEnabled_ReturnValue) == 0x0002DE, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002E0, "Member 'IngameMenuV2_SessionWidget_C_ExecuteUbergraph_IngameMenuV2_SessionWidget::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GamepadHoldKick \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GamepadHoldKick) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GamepadHoldKick"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GamepadHoldKick) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GamepadHoldKick"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GamepadHoldKick, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GamepadHoldKick::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GamepadHoldRights \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GamepadHoldRights) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GamepadHoldRights"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GamepadHoldRights) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GamepadHoldRights"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GamepadHoldRights, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GamepadHoldRights::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_ReadFriendsComplete \ static_assert(alignof(IngameMenuV2_SessionWidget_C_ReadFriendsComplete) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_ReadFriendsComplete"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_ReadFriendsComplete) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_ReadFriendsComplete"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_ReadFriendsComplete, WasSuccessful) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_ReadFriendsComplete::WasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0 \ static_assert(alignof(IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0) == 0x000008, "Wrong alignment on IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0) == 0x000008, "Wrong size on IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0, PlayerState) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_OpenRightsWindow_Event_0::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0 \ static_assert(alignof(IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0, Succsess) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_OnSessionCreated_Event_0::Succsess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_OnKicked_Event_0 \ static_assert(alignof(IngameMenuV2_SessionWidget_C_OnKicked_Event_0) == 0x000008, "Wrong alignment on IngameMenuV2_SessionWidget_C_OnKicked_Event_0"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_OnKicked_Event_0) == 0x000010, "Wrong size on IngameMenuV2_SessionWidget_C_OnKicked_Event_0"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_OnKicked_Event_0, PlayerState) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_OnKicked_Event_0::PlayerState' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_OnKicked_Event_0, Widget) == 0x000008, "Member 'IngameMenuV2_SessionWidget_C_OnKicked_Event_0::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature \ static_assert(alignof(IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000008, "Wrong size on IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'IngameMenuV2_SessionWidget_C_BndEvt__IngameMenuV2_SessionWidget_MainMenuV2_Thumbler_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_PreConstruct \ static_assert(alignof(IngameMenuV2_SessionWidget_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GPI_HoldRight \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GPI_HoldRight) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GPI_HoldRight"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GPI_HoldRight) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GPI_HoldRight"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GPI_HoldLeft \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GPI_HoldLeft"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GPI_HoldLeft) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GPI_HoldLeft"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_CheckKickedState \ static_assert(alignof(IngameMenuV2_SessionWidget_C_CheckKickedState) == 0x000008, "Wrong alignment on IngameMenuV2_SessionWidget_C_CheckKickedState"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_CheckKickedState) == 0x000020, "Wrong size on IngameMenuV2_SessionWidget_C_CheckKickedState"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckKickedState, PlayerController) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_CheckKickedState::PlayerController' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckKickedState, ReturnValue) == 0x000008, "Member 'IngameMenuV2_SessionWidget_C_CheckKickedState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckKickedState, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'IngameMenuV2_SessionWidget_C_CheckKickedState::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckKickedState, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'IngameMenuV2_SessionWidget_C_CheckKickedState::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_CheckSessionOpen \ static_assert(alignof(IngameMenuV2_SessionWidget_C_CheckSessionOpen) == 0x000008, "Wrong alignment on IngameMenuV2_SessionWidget_C_CheckSessionOpen"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_CheckSessionOpen) == 0x000030, "Wrong size on IngameMenuV2_SessionWidget_C_CheckSessionOpen"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckSessionOpen, ReturnValue) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_CheckSessionOpen::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckSessionOpen, CallFunc_GetSessionSettings_ReturnValue) == 0x000008, "Member 'IngameMenuV2_SessionWidget_C_CheckSessionOpen::CallFunc_GetSessionSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_CheckSessionOpen, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'IngameMenuV2_SessionWidget_C_CheckSessionOpen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GPI_IsHoverable \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GPI_IsHoverable"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GPI_IsHoverable) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GPI_IsHoverable"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionWidget_C_GPI_IsHovered \ static_assert(alignof(IngameMenuV2_SessionWidget_C_GPI_IsHovered) == 0x000001, "Wrong alignment on IngameMenuV2_SessionWidget_C_GPI_IsHovered"); \ static_assert(sizeof(IngameMenuV2_SessionWidget_C_GPI_IsHovered) == 0x000001, "Wrong size on IngameMenuV2_SessionWidget_C_GPI_IsHovered"); \ static_assert(offsetof(IngameMenuV2_SessionWidget_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'IngameMenuV2_SessionWidget_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_SessionWidget_C \ static_assert(alignof(UIngameMenuV2_SessionWidget_C) == 0x000008, "Wrong alignment on UIngameMenuV2_SessionWidget_C"); \ static_assert(sizeof(UIngameMenuV2_SessionWidget_C) == 0x000330, "Wrong size on UIngameMenuV2_SessionWidget_C"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_SessionWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, IngameMenuV2_SessionLine_1) == 0x000268, "Member 'UIngameMenuV2_SessionWidget_C::IngameMenuV2_SessionLine_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, IngameMenuV2_SessionLine_2) == 0x000270, "Member 'UIngameMenuV2_SessionWidget_C::IngameMenuV2_SessionLine_2' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, IngameMenuV2_SessionLine_3) == 0x000278, "Member 'UIngameMenuV2_SessionWidget_C::IngameMenuV2_SessionLine_3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, IngameMenuV2_SessionLine_4) == 0x000280, "Member 'UIngameMenuV2_SessionWidget_C::IngameMenuV2_SessionLine_4' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, InviteFriendsButton) == 0x000288, "Member 'UIngameMenuV2_SessionWidget_C::InviteFriendsButton' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, KeyDisplay) == 0x000290, "Member 'UIngameMenuV2_SessionWidget_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, LabelButton) == 0x000298, "Member 'UIngameMenuV2_SessionWidget_C::LabelButton' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, MainMenuV2_Thumbler) == 0x0002A0, "Member 'UIngameMenuV2_SessionWidget_C::MainMenuV2_Thumbler' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, MainPanel) == 0x0002A8, "Member 'UIngameMenuV2_SessionWidget_C::MainPanel' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, PlayersArray) == 0x0002B0, "Member 'UIngameMenuV2_SessionWidget_C::PlayersArray' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, WorldStateManager) == 0x0002B8, "Member 'UIngameMenuV2_SessionWidget_C::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, SortedStateList) == 0x0002C0, "Member 'UIngameMenuV2_SessionWidget_C::SortedStateList' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, UpdateList_TH) == 0x0002D0, "Member 'UIngameMenuV2_SessionWidget_C::UpdateList_TH' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, ShowPlayerRights) == 0x0002D8, "Member 'UIngameMenuV2_SessionWidget_C::ShowPlayerRights' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, TH_FriendListUpdate) == 0x0002E8, "Member 'UIngameMenuV2_SessionWidget_C::TH_FriendListUpdate' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, FriendsArray) == 0x0002F0, "Member 'UIngameMenuV2_SessionWidget_C::FriendsArray' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, NavigateWidgets) == 0x000300, "Member 'UIngameMenuV2_SessionWidget_C::NavigateWidgets' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, RootWidget) == 0x000310, "Member 'UIngameMenuV2_SessionWidget_C::RootWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, CurrentNavIndex) == 0x000318, "Member 'UIngameMenuV2_SessionWidget_C::CurrentNavIndex' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionWidget_C, OnShowInviteFriends) == 0x000320, "Member 'UIngameMenuV2_SessionWidget_C::OnShowInviteFriends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_ItemWheel_C \ static_assert(alignof(UTutorialTask_ItemWheel_C) == 0x000008, "Wrong alignment on UTutorialTask_ItemWheel_C"); \ static_assert(sizeof(UTutorialTask_ItemWheel_C) == 0x000060, "Wrong size on UTutorialTask_ItemWheel_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_GraplingHook_C \ static_assert(alignof(UTutorialTask_GraplingHook_C) == 0x000008, "Wrong alignment on UTutorialTask_GraplingHook_C"); \ static_assert(sizeof(UTutorialTask_GraplingHook_C) == 0x000060, "Wrong size on UTutorialTask_GraplingHook_C"); \ #define DUMPER7_ASSERTS_TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation \ static_assert(alignof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation) == 0x000008, "Wrong alignment on TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation"); \ static_assert(sizeof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation) == 0x000018, "Wrong size on TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation"); \ static_assert(offsetof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation, EntryPoint) == 0x000000, "Member 'TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation, CallFunc_GiveTutorialNote_ReturnValue) == 0x000010, "Member 'TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation::CallFunc_GiveTutorialNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'TutorialTask_GatherStation_C_ExecuteUbergraph_TutorialTask_GatherStation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_GatherStation_C_CanStart \ static_assert(alignof(TutorialTask_GatherStation_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_GatherStation_C_CanStart"); \ static_assert(sizeof(TutorialTask_GatherStation_C_CanStart) == 0x000018, "Wrong size on TutorialTask_GatherStation_C_CanStart"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_GatherStation_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_IsNotesManagerLoaded_ReturnValue) == 0x000011, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_IsNotesManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000012, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000015, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_CanStart, CallFunc_Have_Gather_Station_on_Train_bReturnValue) == 0x000016, "Member 'TutorialTask_GatherStation_C_CanStart::CallFunc_Have_Gather_Station_on_Train_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_GatherStation_C_Have_Gather_Station_on_Train \ static_assert(alignof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train) == 0x000008, "Wrong alignment on TutorialTask_GatherStation_C_Have_Gather_Station_on_Train"); \ static_assert(sizeof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train) == 0x000080, "Wrong size on TutorialTask_GatherStation_C_Have_Gather_Station_on_Train"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, bReturnValue) == 0x000000, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, L_GatherStationClass) == 0x000008, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::L_GatherStationClass' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, Temp_int_Array_Index_Variable) == 0x000010, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000030, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_GetPlayerTrain_ReturnValue) == 0x000038, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Array_Get_Item) == 0x000048, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_GetState_ReturnValue) == 0x000061, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000062, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000063, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000064, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_GetObjectClass_ReturnValue) == 0x000068, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_BooleanOR_ReturnValue) == 0x000070, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000071, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_BooleanOR_ReturnValue_1) == 0x000072, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_ClassIsChildOf_ReturnValue) == 0x000073, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_BooleanOR_ReturnValue_2) == 0x000074, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_GatherStation_C_Have_Gather_Station_on_Train, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'TutorialTask_GatherStation_C_Have_Gather_Station_on_Train::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_GatherStation_C \ static_assert(alignof(UTutorialTask_GatherStation_C) == 0x000008, "Wrong alignment on UTutorialTask_GatherStation_C"); \ static_assert(sizeof(UTutorialTask_GatherStation_C) == 0x000070, "Wrong size on UTutorialTask_GatherStation_C"); \ static_assert(offsetof(UTutorialTask_GatherStation_C, UberGraphFrame_TutorialTask_GatherStation_C) == 0x000060, "Member 'UTutorialTask_GatherStation_C::UberGraphFrame_TutorialTask_GatherStation_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_GatherStation_C, bGatherStationVerified) == 0x000068, "Member 'UTutorialTask_GatherStation_C::bGatherStationVerified' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Chests_C \ static_assert(alignof(UTutorialTask_Chests_C) == 0x000008, "Wrong alignment on UTutorialTask_Chests_C"); \ static_assert(sizeof(UTutorialTask_Chests_C) == 0x000060, "Wrong size on UTutorialTask_Chests_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Chase_C \ static_assert(alignof(UTutorialTask_Chase_C) == 0x000008, "Wrong alignment on UTutorialTask_Chase_C"); \ static_assert(sizeof(UTutorialTask_Chase_C) == 0x000060, "Wrong size on UTutorialTask_Chase_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Bedding_C \ static_assert(alignof(UTutorialTask_Bedding_C) == 0x000008, "Wrong alignment on UTutorialTask_Bedding_C"); \ static_assert(sizeof(UTutorialTask_Bedding_C) == 0x000060, "Wrong size on UTutorialTask_Bedding_C"); \ #define DUMPER7_ASSERTS_ACharcoal_C \ static_assert(alignof(ACharcoal_C) == 0x000010, "Wrong alignment on ACharcoal_C"); \ static_assert(sizeof(ACharcoal_C) == 0x000430, "Wrong size on ACharcoal_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Backpacks_C \ static_assert(alignof(UTutorialTask_Backpacks_C) == 0x000008, "Wrong alignment on UTutorialTask_Backpacks_C"); \ static_assert(sizeof(UTutorialTask_Backpacks_C) == 0x000060, "Wrong size on UTutorialTask_Backpacks_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Arena_C \ static_assert(alignof(UTutorialTask_Arena_C) == 0x000008, "Wrong alignment on UTutorialTask_Arena_C"); \ static_assert(sizeof(UTutorialTask_Arena_C) == 0x000060, "Wrong size on UTutorialTask_Arena_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_Ammunition_C \ static_assert(alignof(UTutorialTask_Ammunition_C) == 0x000008, "Wrong alignment on UTutorialTask_Ammunition_C"); \ static_assert(sizeof(UTutorialTask_Ammunition_C) == 0x000060, "Wrong size on UTutorialTask_Ammunition_C"); \ #define DUMPER7_ASSERTS_Goal_InspectPlace_C_IsValidGloal \ static_assert(alignof(Goal_InspectPlace_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_InspectPlace_C_IsValidGloal"); \ static_assert(sizeof(Goal_InspectPlace_C_IsValidGloal) == 0x00000C, "Wrong size on Goal_InspectPlace_C_IsValidGloal"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_InspectPlace_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_IsValidAILocation_ReturnValue) == 0x000004, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_IsValidAILocation_ReturnValue_1) == 0x000007, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_IsValidAILocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_2) == 0x000008, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_3) == 0x000009, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_4) == 0x00000A, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Goal_InspectPlace_C_IsValidGloal, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'Goal_InspectPlace_C_IsValidGloal::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_InspectPlace_C \ static_assert(alignof(UGoal_InspectPlace_C) == 0x000008, "Wrong alignment on UGoal_InspectPlace_C"); \ static_assert(sizeof(UGoal_InspectPlace_C) == 0x000058, "Wrong size on UGoal_InspectPlace_C"); \ #define DUMPER7_ASSERTS_TutorialTask_ShieldsVortex_C_CanStart \ static_assert(alignof(TutorialTask_ShieldsVortex_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_ShieldsVortex_C_CanStart"); \ static_assert(sizeof(TutorialTask_ShieldsVortex_C_CanStart) == 0x000018, "Wrong size on TutorialTask_ShieldsVortex_C_CanStart"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_ShieldsVortex_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'TutorialTask_ShieldsVortex_C_CanStart::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_ShieldsVortex_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, CallFunc_IsUnlocked_ReturnValue) == 0x000011, "Member 'TutorialTask_ShieldsVortex_C_CanStart::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000012, "Member 'TutorialTask_ShieldsVortex_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ShieldsVortex_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'TutorialTask_ShieldsVortex_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_ShieldsVortex_C \ static_assert(alignof(UTutorialTask_ShieldsVortex_C) == 0x000008, "Wrong alignment on UTutorialTask_ShieldsVortex_C"); \ static_assert(sizeof(UTutorialTask_ShieldsVortex_C) == 0x000060, "Wrong size on UTutorialTask_ShieldsVortex_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_MemorialIsland_C \ static_assert(alignof(UTutorialTask_MemorialIsland_C) == 0x000008, "Wrong alignment on UTutorialTask_MemorialIsland_C"); \ static_assert(sizeof(UTutorialTask_MemorialIsland_C) == 0x000060, "Wrong size on UTutorialTask_MemorialIsland_C"); \ #define DUMPER7_ASSERTS_UCustomizationEntity_C \ static_assert(alignof(UCustomizationEntity_C) == 0x000008, "Wrong alignment on UCustomizationEntity_C"); \ static_assert(sizeof(UCustomizationEntity_C) == 0x000070, "Wrong size on UCustomizationEntity_C"); \ static_assert(offsetof(UCustomizationEntity_C, EntityName) == 0x000030, "Member 'UCustomizationEntity_C::EntityName' has a wrong offset!"); \ static_assert(offsetof(UCustomizationEntity_C, EntityType) == 0x000048, "Member 'UCustomizationEntity_C::EntityType' has a wrong offset!"); \ static_assert(offsetof(UCustomizationEntity_C, EntityImages) == 0x000050, "Member 'UCustomizationEntity_C::EntityImages' has a wrong offset!"); \ static_assert(offsetof(UCustomizationEntity_C, EntityIcons) == 0x000060, "Member 'UCustomizationEntity_C::EntityIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_CorruptedVines_C \ static_assert(alignof(UTutorialTask_CorruptedVines_C) == 0x000008, "Wrong alignment on UTutorialTask_CorruptedVines_C"); \ static_assert(sizeof(UTutorialTask_CorruptedVines_C) == 0x000060, "Wrong size on UTutorialTask_CorruptedVines_C"); \ #define DUMPER7_ASSERTS_SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling \ static_assert(alignof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling) == 0x000008, "Wrong alignment on SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling"); \ static_assert(sizeof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling) == 0x000330, "Wrong size on SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, EntryPoint) == 0x000000, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_PlayAnimMontage_ReturnValue) == 0x000020, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_AsShark_2) == 0x000028, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_HasAuthority_ReturnValue) == 0x000031, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_MakeHitResult_ReturnValue) == 0x000034, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_AsShark_2_1) == 0x0000C0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_AsShark_2_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_HasAuthority_ReturnValue_1) == 0x0000C9, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsPlaying_ReturnValue_1) == 0x0000CA, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_Event_DeltaTime) == 0x0000CC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_AsShark_2_2) == 0x0000D0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_AsShark_2_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000DC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_GetOwningPawn_ReturnValue) == 0x0000E8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000F0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000FC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_VInterpTo_ReturnValue) == 0x000108, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000120, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001A8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0001AC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001B8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Add_VectorVector_ReturnValue) == 0x0001C4, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001D0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0001DC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001E0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_HasAuthority_ReturnValue_2) == 0x0001E1, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x0001E4, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_AsShark_2_3) == 0x0001E8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_AsShark_2_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_bSuccess_3) == 0x0001F0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001F4, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000208, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue_2) == 0x000210, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Not_PreBool_ReturnValue) == 0x000211, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue_3) == 0x000212, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000214, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_AsShark_2_4) == 0x000220, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_AsShark_2_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_DynamicCast_bSuccess_4) == 0x000228, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_FindLookAtRotation_ReturnValue) == 0x00022C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue_4) == 0x000238, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Roll) == 0x00023C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Pitch) == 0x000240, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Yaw) == 0x000244, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_IsValid_ReturnValue_5) == 0x000248, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000250, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000258, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Roll_1) == 0x000264, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Pitch_1) == 0x000268, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Yaw_1) == 0x00026C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Not_PreBool_ReturnValue_1) == 0x000270, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Add_FloatFloat_ReturnValue) == 0x000274, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000278, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00027C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_FClamp_ReturnValue) == 0x000280, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000284, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_FClamp_ReturnValue_1) == 0x000288, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x00028C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_MakeRotator_ReturnValue) == 0x000298, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0002A4, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0002B0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0002B4, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_RInterpTo_ReturnValue) == 0x0002C0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002CC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x0002DC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0002E0, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0002EC, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Normal_ReturnValue) == 0x0002F8, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_GetPercentageValue_ReturnValue) == 0x000304, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000308, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Roll_2) == 0x00030C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Pitch_2) == 0x000310, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BreakRotator_Yaw_2) == 0x000314, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_GetDegenHP_ReturnValue) == 0x000318, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Abs_ReturnValue) == 0x00031C, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000320, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000321, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BooleanAND_ReturnValue) == 0x000322, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_Abs_ReturnValue_1) == 0x000324, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000328, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling, CallFunc_BooleanAND_ReturnValue_1) == 0x000329, "Member 'SharkAction_Bowling_C_ExecuteUbergraph_SharkAction_Bowling::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Bowling_C_Tick \ static_assert(alignof(SharkAction_Bowling_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Bowling_C_Tick"); \ static_assert(sizeof(SharkAction_Bowling_C_Tick) == 0x000004, "Wrong size on SharkAction_Bowling_C_Tick"); \ static_assert(offsetof(SharkAction_Bowling_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Bowling_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Bowling_C_On_Vomit_Explode \ static_assert(alignof(SharkAction_Bowling_C_On_Vomit_Explode) == 0x000008, "Wrong alignment on SharkAction_Bowling_C_On_Vomit_Explode"); \ static_assert(sizeof(SharkAction_Bowling_C_On_Vomit_Explode) == 0x0000D0, "Wrong size on SharkAction_Bowling_C_On_Vomit_Explode"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, Vomit) == 0x000000, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::Vomit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, Temp_int_Array_Index_Variable) == 0x000008, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_MakeArray_Array) == 0x000018, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_AsShark) == 0x000040, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_AsShark_1) == 0x000050, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00005C, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_MakeArray_Array_1) == 0x000068, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_SphereOverlapActors_OutActors) == 0x000078, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_SphereOverlapActors_ReturnValue) == 0x000088, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_Array_Get_Item) == 0x000098, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000AC, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000B8, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_On_Vomit_Explode, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000C4, "Member 'SharkAction_Bowling_C_On_Vomit_Explode::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Bowling_C_ModifyAttackCost \ static_assert(alignof(SharkAction_Bowling_C_ModifyAttackCost) == 0x000008, "Wrong alignment on SharkAction_Bowling_C_ModifyAttackCost"); \ static_assert(sizeof(SharkAction_Bowling_C_ModifyAttackCost) == 0x000020, "Wrong size on SharkAction_Bowling_C_ModifyAttackCost"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, Cost) == 0x000000, "Member 'SharkAction_Bowling_C_ModifyAttackCost::Cost' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, Result) == 0x000004, "Member 'SharkAction_Bowling_C_ModifyAttackCost::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, CallFunc_Divide_IntInt_ReturnValue) == 0x000008, "Member 'SharkAction_Bowling_C_ModifyAttackCost::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, K2Node_DynamicCast_AsShark_2) == 0x000010, "Member 'SharkAction_Bowling_C_ModifyAttackCost::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_Bowling_C_ModifyAttackCost::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_ModifyAttackCost, CallFunc_ModifyAttackCost_Result) == 0x00001C, "Member 'SharkAction_Bowling_C_ModifyAttackCost::CallFunc_ModifyAttackCost_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Bowling_C_CanBeTerminated \ static_assert(alignof(SharkAction_Bowling_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_Bowling_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_Bowling_C_CanBeTerminated) == 0x000004, "Wrong size on SharkAction_Bowling_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_Bowling_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_Bowling_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_Bowling_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_CanBeTerminated, CallFunc_CanBeTerminated_ReturnValue) == 0x000002, "Member 'SharkAction_Bowling_C_CanBeTerminated::CallFunc_CanBeTerminated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Bowling_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'SharkAction_Bowling_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Bowling_C \ static_assert(alignof(USharkAction_Bowling_C) == 0x000008, "Wrong alignment on USharkAction_Bowling_C"); \ static_assert(sizeof(USharkAction_Bowling_C) == 0x000138, "Wrong size on USharkAction_Bowling_C"); \ static_assert(offsetof(USharkAction_Bowling_C, UberGraphFrame_SharkAction_Bowling_C) == 0x0000E8, "Member 'USharkAction_Bowling_C::UberGraphFrame_SharkAction_Bowling_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, ExplodeDamageRadius) == 0x0000F0, "Member 'USharkAction_Bowling_C::ExplodeDamageRadius' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, ExplodeDamageImpulse) == 0x0000F4, "Member 'USharkAction_Bowling_C::ExplodeDamageImpulse' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, VomitFlySpeed) == 0x0000F8, "Member 'USharkAction_Bowling_C::VomitFlySpeed' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, PutVomitMontage) == 0x000100, "Member 'USharkAction_Bowling_C::PutVomitMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, bPlayingAnimation) == 0x000108, "Member 'USharkAction_Bowling_C::bPlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, bSyncToAttackPosition) == 0x000109, "Member 'USharkAction_Bowling_C::bSyncToAttackPosition' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, TargetPoint) == 0x00010C, "Member 'USharkAction_Bowling_C::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, VomitActor) == 0x000118, "Member 'USharkAction_Bowling_C::VomitActor' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, bAttackPositionSynced) == 0x000120, "Member 'USharkAction_Bowling_C::bAttackPositionSynced' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, ChargeAttackMontage) == 0x000128, "Member 'USharkAction_Bowling_C::ChargeAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, MaxFlyDistance) == 0x000130, "Member 'USharkAction_Bowling_C::MaxFlyDistance' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Bowling_C, bAttackFromPositionSynced) == 0x000134, "Member 'USharkAction_Bowling_C::bAttackFromPositionSynced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting \ static_assert(alignof(TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting) == 0x000008, "Wrong alignment on TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting"); \ static_assert(sizeof(TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting) == 0x000018, "Wrong size on TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting"); \ static_assert(offsetof(TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting, EntryPoint) == 0x000000, "Member 'TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting, CallFunc_Set_Contains_ReturnValue) == 0x000010, "Member 'TutorialTask_Crafting_C_ExecuteUbergraph_TutorialTask_Crafting::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Crafting_C_CanStart \ static_assert(alignof(TutorialTask_Crafting_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Crafting_C_CanStart"); \ static_assert(sizeof(TutorialTask_Crafting_C_CanStart) == 0x000018, "Wrong size on TutorialTask_Crafting_C_CanStart"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Crafting_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, Temp_byte_Variable) == 0x000001, "Member 'TutorialTask_Crafting_C_CanStart::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000002, "Member 'TutorialTask_Crafting_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'TutorialTask_Crafting_C_CanStart::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_Crafting_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'TutorialTask_Crafting_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Crafting_C_CanStart, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'TutorialTask_Crafting_C_CanStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Crafting_C \ static_assert(alignof(UTutorialTask_Crafting_C) == 0x000008, "Wrong alignment on UTutorialTask_Crafting_C"); \ static_assert(sizeof(UTutorialTask_Crafting_C) == 0x000058, "Wrong size on UTutorialTask_Crafting_C"); \ static_assert(offsetof(UTutorialTask_Crafting_C, UberGraphFrame) == 0x000050, "Member 'UTutorialTask_Crafting_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Winch_C \ static_assert(alignof(UTutorialTask_Winch_C) == 0x000008, "Wrong alignment on UTutorialTask_Winch_C"); \ static_assert(sizeof(UTutorialTask_Winch_C) == 0x000060, "Wrong size on UTutorialTask_Winch_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_VoidMovement_C \ static_assert(alignof(UTutorialTask_VoidMovement_C) == 0x000008, "Wrong alignment on UTutorialTask_VoidMovement_C"); \ static_assert(sizeof(UTutorialTask_VoidMovement_C) == 0x000060, "Wrong size on UTutorialTask_VoidMovement_C"); \ #define DUMPER7_ASSERTS_Goal_InspectTarget_C_IsValidGloal \ static_assert(alignof(Goal_InspectTarget_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_InspectTarget_C_IsValidGloal"); \ static_assert(sizeof(Goal_InspectTarget_C_IsValidGloal) == 0x000001, "Wrong size on Goal_InspectTarget_C_IsValidGloal"); \ static_assert(offsetof(Goal_InspectTarget_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_InspectTarget_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_InspectTarget_C \ static_assert(alignof(UGoal_InspectTarget_C) == 0x000008, "Wrong alignment on UGoal_InspectTarget_C"); \ static_assert(sizeof(UGoal_InspectTarget_C) == 0x000058, "Wrong size on UGoal_InspectTarget_C"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_SelectItem \ static_assert(alignof(SelectableListItem_C_SelectItem) == 0x000001, "Wrong alignment on SelectableListItem_C_SelectItem"); \ static_assert(sizeof(SelectableListItem_C_SelectItem) == 0x000001, "Wrong size on SelectableListItem_C_SelectItem"); \ static_assert(offsetof(SelectableListItem_C_SelectItem, IsSelected) == 0x000000, "Member 'SelectableListItem_C_SelectItem::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_UnselectItem \ static_assert(alignof(SelectableListItem_C_UnselectItem) == 0x000001, "Wrong alignment on SelectableListItem_C_UnselectItem"); \ static_assert(sizeof(SelectableListItem_C_UnselectItem) == 0x000001, "Wrong size on SelectableListItem_C_UnselectItem"); \ static_assert(offsetof(SelectableListItem_C_UnselectItem, isUnselected) == 0x000000, "Member 'SelectableListItem_C_UnselectItem::isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_SetItemHover \ static_assert(alignof(SelectableListItem_C_SetItemHover) == 0x000001, "Wrong alignment on SelectableListItem_C_SetItemHover"); \ static_assert(sizeof(SelectableListItem_C_SetItemHover) == 0x000001, "Wrong size on SelectableListItem_C_SetItemHover"); \ static_assert(offsetof(SelectableListItem_C_SetItemHover, IsHovered) == 0x000000, "Member 'SelectableListItem_C_SetItemHover::IsHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_GetItemHover \ static_assert(alignof(SelectableListItem_C_GetItemHover) == 0x000001, "Wrong alignment on SelectableListItem_C_GetItemHover"); \ static_assert(sizeof(SelectableListItem_C_GetItemHover) == 0x000001, "Wrong size on SelectableListItem_C_GetItemHover"); \ static_assert(offsetof(SelectableListItem_C_GetItemHover, IsHovered) == 0x000000, "Member 'SelectableListItem_C_GetItemHover::IsHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_GetItemSelect \ static_assert(alignof(SelectableListItem_C_GetItemSelect) == 0x000001, "Wrong alignment on SelectableListItem_C_GetItemSelect"); \ static_assert(sizeof(SelectableListItem_C_GetItemSelect) == 0x000001, "Wrong size on SelectableListItem_C_GetItemSelect"); \ static_assert(offsetof(SelectableListItem_C_GetItemSelect, IsSelected) == 0x000000, "Member 'SelectableListItem_C_GetItemSelect::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_GetCanItemInteract \ static_assert(alignof(SelectableListItem_C_GetCanItemInteract) == 0x000001, "Wrong alignment on SelectableListItem_C_GetCanItemInteract"); \ static_assert(sizeof(SelectableListItem_C_GetCanItemInteract) == 0x000001, "Wrong size on SelectableListItem_C_GetCanItemInteract"); \ static_assert(offsetof(SelectableListItem_C_GetCanItemInteract, IsInteractable) == 0x000000, "Member 'SelectableListItem_C_GetCanItemInteract::IsInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_SetCanItemInteract \ static_assert(alignof(SelectableListItem_C_SetCanItemInteract) == 0x000001, "Wrong alignment on SelectableListItem_C_SetCanItemInteract"); \ static_assert(sizeof(SelectableListItem_C_SetCanItemInteract) == 0x000001, "Wrong size on SelectableListItem_C_SetCanItemInteract"); \ static_assert(offsetof(SelectableListItem_C_SetCanItemInteract, IsInteractable) == 0x000000, "Member 'SelectableListItem_C_SetCanItemInteract::IsInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_SetItemIndex \ static_assert(alignof(SelectableListItem_C_SetItemIndex) == 0x000004, "Wrong alignment on SelectableListItem_C_SetItemIndex"); \ static_assert(sizeof(SelectableListItem_C_SetItemIndex) == 0x000004, "Wrong size on SelectableListItem_C_SetItemIndex"); \ static_assert(offsetof(SelectableListItem_C_SetItemIndex, ItemIndex) == 0x000000, "Member 'SelectableListItem_C_SetItemIndex::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_GetItemIndex \ static_assert(alignof(SelectableListItem_C_GetItemIndex) == 0x000004, "Wrong alignment on SelectableListItem_C_GetItemIndex"); \ static_assert(sizeof(SelectableListItem_C_GetItemIndex) == 0x000004, "Wrong size on SelectableListItem_C_GetItemIndex"); \ static_assert(offsetof(SelectableListItem_C_GetItemIndex, ItemIndex) == 0x000000, "Member 'SelectableListItem_C_GetItemIndex::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectableListItem_C_OnInputTypeChanged \ static_assert(alignof(SelectableListItem_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on SelectableListItem_C_OnInputTypeChanged"); \ static_assert(sizeof(SelectableListItem_C_OnInputTypeChanged) == 0x000001, "Wrong size on SelectableListItem_C_OnInputTypeChanged"); \ static_assert(offsetof(SelectableListItem_C_OnInputTypeChanged, IsGamepadNOW) == 0x000000, "Member 'SelectableListItem_C_OnInputTypeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISelectableListItem_C \ static_assert(alignof(ISelectableListItem_C) == 0x000001, "Wrong alignment on ISelectableListItem_C"); \ static_assert(sizeof(ISelectableListItem_C) == 0x000001, "Wrong size on ISelectableListItem_C"); \ #define DUMPER7_ASSERTS_UTutorialTask_ThrowingRing_C \ static_assert(alignof(UTutorialTask_ThrowingRing_C) == 0x000008, "Wrong alignment on UTutorialTask_ThrowingRing_C"); \ static_assert(sizeof(UTutorialTask_ThrowingRing_C) == 0x000060, "Wrong size on UTutorialTask_ThrowingRing_C"); \ #define DUMPER7_ASSERTS_ALL_PlanktonLoot_C \ static_assert(alignof(ALL_PlanktonLoot_C) == 0x000008, "Wrong alignment on ALL_PlanktonLoot_C"); \ static_assert(sizeof(ALL_PlanktonLoot_C) == 0x000248, "Wrong size on ALL_PlanktonLoot_C"); \ static_assert(offsetof(ALL_PlanktonLoot_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_PlanktonLoot_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_SteamEngines_C \ static_assert(alignof(UTutorialTask_SteamEngines_C) == 0x000008, "Wrong alignment on UTutorialTask_SteamEngines_C"); \ static_assert(sizeof(UTutorialTask_SteamEngines_C) == 0x000060, "Wrong size on UTutorialTask_SteamEngines_C"); \ #define DUMPER7_ASSERTS_TutorialTask_RofleemoMushroom_C_CanStart \ static_assert(alignof(TutorialTask_RofleemoMushroom_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_RofleemoMushroom_C_CanStart"); \ static_assert(sizeof(TutorialTask_RofleemoMushroom_C_CanStart) == 0x000001, "Wrong size on TutorialTask_RofleemoMushroom_C_CanStart"); \ static_assert(offsetof(TutorialTask_RofleemoMushroom_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_RofleemoMushroom_C_CanStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_RofleemoMushroom_C \ static_assert(alignof(UTutorialTask_RofleemoMushroom_C) == 0x000008, "Wrong alignment on UTutorialTask_RofleemoMushroom_C"); \ static_assert(sizeof(UTutorialTask_RofleemoMushroom_C) == 0x000050, "Wrong size on UTutorialTask_RofleemoMushroom_C"); \ #define DUMPER7_ASSERTS_TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo \ static_assert(alignof(TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo) == 0x000004, "Wrong alignment on TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo"); \ static_assert(sizeof(TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo) == 0x000008, "Wrong size on TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo, EntryPoint) == 0x000000, "Member 'TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_Rofleemo_C_ExecuteUbergraph_TutorialTask_Rofleemo::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Rofleemo_C_CanStart \ static_assert(alignof(TutorialTask_Rofleemo_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Rofleemo_C_CanStart"); \ static_assert(sizeof(TutorialTask_Rofleemo_C_CanStart) == 0x000028, "Wrong size on TutorialTask_Rofleemo_C_CanStart"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Rofleemo_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'TutorialTask_Rofleemo_C_CanStart::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'TutorialTask_Rofleemo_C_CanStart::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'TutorialTask_Rofleemo_C_CanStart::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'TutorialTask_Rofleemo_C_CanStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'TutorialTask_Rofleemo_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Rofleemo_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000022, "Member 'TutorialTask_Rofleemo_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Rofleemo_C \ static_assert(alignof(UTutorialTask_Rofleemo_C) == 0x000008, "Wrong alignment on UTutorialTask_Rofleemo_C"); \ static_assert(sizeof(UTutorialTask_Rofleemo_C) == 0x000058, "Wrong size on UTutorialTask_Rofleemo_C"); \ static_assert(offsetof(UTutorialTask_Rofleemo_C, UberGraphFrame) == 0x000050, "Member 'UTutorialTask_Rofleemo_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Revolver_C_CanStart \ static_assert(alignof(TutorialTask_Revolver_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_Revolver_C_CanStart"); \ static_assert(sizeof(TutorialTask_Revolver_C_CanStart) == 0x000002, "Wrong size on TutorialTask_Revolver_C_CanStart"); \ static_assert(offsetof(TutorialTask_Revolver_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Revolver_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Revolver_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000001, "Member 'TutorialTask_Revolver_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Revolver_C \ static_assert(alignof(UTutorialTask_Revolver_C) == 0x000008, "Wrong alignment on UTutorialTask_Revolver_C"); \ static_assert(sizeof(UTutorialTask_Revolver_C) == 0x000060, "Wrong size on UTutorialTask_Revolver_C"); \ static_assert(offsetof(UTutorialTask_Revolver_C, bStartRevolverTutorial) == 0x000059, "Member 'UTutorialTask_Revolver_C::bStartRevolverTutorial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerPickupNotify_C_Received_Notify \ static_assert(alignof(PlayerPickupNotify_C_Received_Notify) == 0x000008, "Wrong alignment on PlayerPickupNotify_C_Received_Notify"); \ static_assert(sizeof(PlayerPickupNotify_C_Received_Notify) == 0x000048, "Wrong size on PlayerPickupNotify_C_Received_Notify"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, MeshComp) == 0x000000, "Member 'PlayerPickupNotify_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, Animation) == 0x000008, "Member 'PlayerPickupNotify_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, ReturnValue) == 0x000010, "Member 'PlayerPickupNotify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'PlayerPickupNotify_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'PlayerPickupNotify_C_Received_Notify::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlayerPickupNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x000030, "Member 'PlayerPickupNotify_C_Received_Notify::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'PlayerPickupNotify_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'PlayerPickupNotify_C_Received_Notify::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerPickupNotify_C_Received_Notify, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'PlayerPickupNotify_C_Received_Notify::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerPickupNotify_C \ static_assert(alignof(UPlayerPickupNotify_C) == 0x000008, "Wrong alignment on UPlayerPickupNotify_C"); \ static_assert(sizeof(UPlayerPickupNotify_C) == 0x000038, "Wrong size on UPlayerPickupNotify_C"); \ #define DUMPER7_ASSERTS_TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare \ static_assert(alignof(TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare) == 0x000004, "Wrong alignment on TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare"); \ static_assert(sizeof(TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare) == 0x000008, "Wrong size on TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare"); \ static_assert(offsetof(TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare, EntryPoint) == 0x000000, "Member 'TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_Prepare_C_ExecuteUbergraph_TutorialTask_Prepare::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Prepare_C_CanStart \ static_assert(alignof(TutorialTask_Prepare_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Prepare_C_CanStart"); \ static_assert(sizeof(TutorialTask_Prepare_C_CanStart) == 0x000028, "Wrong size on TutorialTask_Prepare_C_CanStart"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Prepare_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'TutorialTask_Prepare_C_CanStart::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'TutorialTask_Prepare_C_CanStart::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'TutorialTask_Prepare_C_CanStart::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'TutorialTask_Prepare_C_CanStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'TutorialTask_Prepare_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Prepare_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000022, "Member 'TutorialTask_Prepare_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Prepare_C \ static_assert(alignof(UTutorialTask_Prepare_C) == 0x000008, "Wrong alignment on UTutorialTask_Prepare_C"); \ static_assert(sizeof(UTutorialTask_Prepare_C) == 0x000068, "Wrong size on UTutorialTask_Prepare_C"); \ static_assert(offsetof(UTutorialTask_Prepare_C, UberGraphFrame_TutorialTask_Prepare_C) == 0x000060, "Member 'UTutorialTask_Prepare_C::UberGraphFrame_TutorialTask_Prepare_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition \ static_assert(alignof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition) == 0x000008, "Wrong alignment on NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition"); \ static_assert(sizeof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition) == 0x000070, "Wrong size on NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, EntryPoint) == 0x000000, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_Event_DeltaTime) == 0x000020, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_IsAlive_ReturnValue) == 0x000024, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_IsLocallyControlled_ReturnValue) == 0x000025, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_HasAuthority_ReturnValue) == 0x000027, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_IsPlaying_ReturnValue) == 0x000029, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000038, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000048, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000060, "Member 'NaziAction_FireFromPosition_C_ExecuteUbergraph_NaziAction_FireFromPosition::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromPosition_C_Tick \ static_assert(alignof(NaziAction_FireFromPosition_C_Tick) == 0x000004, "Wrong alignment on NaziAction_FireFromPosition_C_Tick"); \ static_assert(sizeof(NaziAction_FireFromPosition_C_Tick) == 0x000004, "Wrong size on NaziAction_FireFromPosition_C_Tick"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_FireFromPosition_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromPosition_C_IsValidAction \ static_assert(alignof(NaziAction_FireFromPosition_C_IsValidAction) == 0x000008, "Wrong alignment on NaziAction_FireFromPosition_C_IsValidAction"); \ static_assert(sizeof(NaziAction_FireFromPosition_C_IsValidAction) == 0x000018, "Wrong size on NaziAction_FireFromPosition_C_IsValidAction"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_FireFromPosition_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziAction_FireFromPosition_C_IsValidAction::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziAction_FireFromPosition_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'NaziAction_FireFromPosition_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, CallFunc_InCover_Result) == 0x000012, "Member 'NaziAction_FireFromPosition_C_IsValidAction::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'NaziAction_FireFromPosition_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000014, "Member 'NaziAction_FireFromPosition_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromPosition_C_IsValidAction, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'NaziAction_FireFromPosition_C_IsValidAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_FireFromPosition_C \ static_assert(alignof(UNaziAction_FireFromPosition_C) == 0x000008, "Wrong alignment on UNaziAction_FireFromPosition_C"); \ static_assert(sizeof(UNaziAction_FireFromPosition_C) == 0x0000E0, "Wrong size on UNaziAction_FireFromPosition_C"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_FireFromPosition_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, CurrentGoalLocation) == 0x0000C0, "Member 'UNaziAction_FireFromPosition_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, IdleDuration) == 0x0000CC, "Member 'UNaziAction_FireFromPosition_C::IdleDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, NaziCharacter) == 0x0000D0, "Member 'UNaziAction_FireFromPosition_C::NaziCharacter' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, bPlaying) == 0x0000D8, "Member 'UNaziAction_FireFromPosition_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromPosition_C, AttackDuration) == 0x0000DC, "Member 'UNaziAction_FireFromPosition_C::AttackDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost \ static_assert(alignof(TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost) == 0x000004, "Wrong alignment on TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost"); \ static_assert(sizeof(TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost) == 0x000008, "Wrong size on TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost"); \ static_assert(offsetof(TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost, EntryPoint) == 0x000000, "Member 'TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_Outpost_C_ExecuteUbergraph_TutorialTask_Outpost::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Outpost_C_CanStart \ static_assert(alignof(TutorialTask_Outpost_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_Outpost_C_CanStart"); \ static_assert(sizeof(TutorialTask_Outpost_C_CanStart) == 0x000002, "Wrong size on TutorialTask_Outpost_C_CanStart"); \ static_assert(offsetof(TutorialTask_Outpost_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Outpost_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Outpost_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x000001, "Member 'TutorialTask_Outpost_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Outpost_C \ static_assert(alignof(UTutorialTask_Outpost_C) == 0x000008, "Wrong alignment on UTutorialTask_Outpost_C"); \ static_assert(sizeof(UTutorialTask_Outpost_C) == 0x000068, "Wrong size on UTutorialTask_Outpost_C"); \ static_assert(offsetof(UTutorialTask_Outpost_C, UberGraphFrame_TutorialTask_Outpost_C) == 0x000060, "Member 'UTutorialTask_Outpost_C::UberGraphFrame_TutorialTask_Outpost_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal \ static_assert(alignof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal) == 0x000008, "Wrong alignment on NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal"); \ static_assert(sizeof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal) == 0x000088, "Wrong size on NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, EntryPoint) == 0x000000, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000020, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_IsAlive_ReturnValue) == 0x000028, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetAIController_ReturnValue) == 0x000030, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_IsLocallyControlled_ReturnValue) == 0x000038, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_MoveToLocation_ReturnValue) == 0x00003A, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_HasAuthority_ReturnValue) == 0x00003B, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, K2Node_Event_DeltaTime) == 0x00003C, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000048, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetActionPlanner_ReturnValue) == 0x000058, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetCurrentRequirement_ReturnValue) == 0x000060, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetCurrentRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetCurrentGoal_ReturnValue) == 0x00006C, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetAIController_ReturnValue_1) == 0x000078, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_GetMoveStatus_ReturnValue) == 0x000080, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000081, "Member 'NaziAction_RunToGoal_C_ExecuteUbergraph_NaziAction_RunToGoal::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_RunToGoal_C_Tick \ static_assert(alignof(NaziAction_RunToGoal_C_Tick) == 0x000004, "Wrong alignment on NaziAction_RunToGoal_C_Tick"); \ static_assert(sizeof(NaziAction_RunToGoal_C_Tick) == 0x000004, "Wrong size on NaziAction_RunToGoal_C_Tick"); \ static_assert(offsetof(NaziAction_RunToGoal_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_RunToGoal_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_RunToGoal_C_IsValidAction \ static_assert(alignof(NaziAction_RunToGoal_C_IsValidAction) == 0x000004, "Wrong alignment on NaziAction_RunToGoal_C_IsValidAction"); \ static_assert(sizeof(NaziAction_RunToGoal_C_IsValidAction) == 0x000030, "Wrong size on NaziAction_RunToGoal_C_IsValidAction"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_RunToGoal_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Square_ReturnValue) == 0x000004, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_IsPlaying_ReturnValue) == 0x000008, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Square_ReturnValue_1) == 0x000018, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00001C, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000024, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Square_ReturnValue_2) == 0x000028, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00002D, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_RunToGoal_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'NaziAction_RunToGoal_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_RunToGoal_C \ static_assert(alignof(UNaziAction_RunToGoal_C) == 0x000008, "Wrong alignment on UNaziAction_RunToGoal_C"); \ static_assert(sizeof(UNaziAction_RunToGoal_C) == 0x0000E0, "Wrong size on UNaziAction_RunToGoal_C"); \ static_assert(offsetof(UNaziAction_RunToGoal_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_RunToGoal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_RunToGoal_C, CurrentGoalLocation) == 0x0000C0, "Member 'UNaziAction_RunToGoal_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_RunToGoal_C, IdleDuration) == 0x0000CC, "Member 'UNaziAction_RunToGoal_C::IdleDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_RunToGoal_C, NaziCharacter) == 0x0000D0, "Member 'UNaziAction_RunToGoal_C::NaziCharacter' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_RunToGoal_C, Speed) == 0x0000D8, "Member 'UNaziAction_RunToGoal_C::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles \ static_assert(alignof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles) == 0x000004, "Wrong alignment on TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles"); \ static_assert(sizeof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles) == 0x000010, "Wrong size on TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles"); \ static_assert(offsetof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles, EntryPoint) == 0x000000, "Member 'TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles, K2Node_Event_EventName) == 0x000004, "Member 'TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles, CallFunc_Set_Contains_ReturnValue) == 0x00000C, "Member 'TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000D, "Member 'TutorialTask_Obstacles_C_ExecuteUbergraph_TutorialTask_Obstacles::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Obstacles_C_OnTutorialEvent \ static_assert(alignof(TutorialTask_Obstacles_C_OnTutorialEvent) == 0x000004, "Wrong alignment on TutorialTask_Obstacles_C_OnTutorialEvent"); \ static_assert(sizeof(TutorialTask_Obstacles_C_OnTutorialEvent) == 0x000008, "Wrong size on TutorialTask_Obstacles_C_OnTutorialEvent"); \ static_assert(offsetof(TutorialTask_Obstacles_C_OnTutorialEvent, EventName) == 0x000000, "Member 'TutorialTask_Obstacles_C_OnTutorialEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Obstacles_C_CanStart \ static_assert(alignof(TutorialTask_Obstacles_C_CanStart) == 0x000001, "Wrong alignment on TutorialTask_Obstacles_C_CanStart"); \ static_assert(sizeof(TutorialTask_Obstacles_C_CanStart) == 0x000004, "Wrong size on TutorialTask_Obstacles_C_CanStart"); \ static_assert(offsetof(TutorialTask_Obstacles_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Obstacles_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x000001, "Member 'TutorialTask_Obstacles_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_CanStart, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'TutorialTask_Obstacles_C_CanStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Obstacles_C_CanStart, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'TutorialTask_Obstacles_C_CanStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Obstacles_C \ static_assert(alignof(UTutorialTask_Obstacles_C) == 0x000008, "Wrong alignment on UTutorialTask_Obstacles_C"); \ static_assert(sizeof(UTutorialTask_Obstacles_C) == 0x000070, "Wrong size on UTutorialTask_Obstacles_C"); \ static_assert(offsetof(UTutorialTask_Obstacles_C, UberGraphFrame_TutorialTask_Obstacles_C) == 0x000060, "Member 'UTutorialTask_Obstacles_C::UberGraphFrame_TutorialTask_Obstacles_C' has a wrong offset!"); \ static_assert(offsetof(UTutorialTask_Obstacles_C, bObstacles) == 0x000068, "Member 'UTutorialTask_Obstacles_C::bObstacles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Minefields_C \ static_assert(alignof(UTutorialTask_Minefields_C) == 0x000008, "Wrong alignment on UTutorialTask_Minefields_C"); \ static_assert(sizeof(UTutorialTask_Minefields_C) == 0x000060, "Wrong size on UTutorialTask_Minefields_C"); \ #define DUMPER7_ASSERTS_Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion \ static_assert(alignof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion) == 0x000008, "Wrong alignment on Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion"); \ static_assert(sizeof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion) == 0x000048, "Wrong size on Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, EntryPoint) == 0x000000, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00002C, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000030, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000038, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'Explosion_BomberExplosion_C_ExecuteUbergraph_Explosion_BomberExplosion::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplosion_BomberExplosion_C \ static_assert(alignof(AExplosion_BomberExplosion_C) == 0x000008, "Wrong alignment on AExplosion_BomberExplosion_C"); \ static_assert(sizeof(AExplosion_BomberExplosion_C) == 0x000290, "Wrong size on AExplosion_BomberExplosion_C"); \ static_assert(offsetof(AExplosion_BomberExplosion_C, UberGraphFrame_Explosion_BomberExplosion_C) == 0x000280, "Member 'AExplosion_BomberExplosion_C::UberGraphFrame_Explosion_BomberExplosion_C' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BomberExplosion_C, Explosion_Sound) == 0x000288, "Member 'AExplosion_BomberExplosion_C::Explosion_Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Leech_C \ static_assert(alignof(UTutorialTask_Leech_C) == 0x000008, "Wrong alignment on UTutorialTask_Leech_C"); \ static_assert(sizeof(UTutorialTask_Leech_C) == 0x000060, "Wrong size on UTutorialTask_Leech_C"); \ static_assert(offsetof(UTutorialTask_Leech_C, bShowLeechTutorial) == 0x000059, "Member 'UTutorialTask_Leech_C::bShowLeechTutorial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem \ static_assert(alignof(TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem) == 0x000004, "Wrong alignment on TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem"); \ static_assert(sizeof(TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem) == 0x000008, "Wrong size on TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem, EntryPoint) == 0x000000, "Member 'TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_HeavyItem_C_ExecuteUbergraph_TutorialTask_HeavyItem::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_HeavyItem_C_CanStart \ static_assert(alignof(TutorialTask_HeavyItem_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_HeavyItem_C_CanStart"); \ static_assert(sizeof(TutorialTask_HeavyItem_C_CanStart) == 0x000028, "Wrong size on TutorialTask_HeavyItem_C_CanStart"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_HeavyItem_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'TutorialTask_HeavyItem_C_CanStart::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'TutorialTask_HeavyItem_C_CanStart::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'TutorialTask_HeavyItem_C_CanStart::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'TutorialTask_HeavyItem_C_CanStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'TutorialTask_HeavyItem_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_HeavyItem_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000022, "Member 'TutorialTask_HeavyItem_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_HeavyItem_C \ static_assert(alignof(UTutorialTask_HeavyItem_C) == 0x000008, "Wrong alignment on UTutorialTask_HeavyItem_C"); \ static_assert(sizeof(UTutorialTask_HeavyItem_C) == 0x000058, "Wrong size on UTutorialTask_HeavyItem_C"); \ static_assert(offsetof(UTutorialTask_HeavyItem_C, UberGraphFrame) == 0x000050, "Member 'UTutorialTask_HeavyItem_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_ExpandLoco_C \ static_assert(alignof(UTutorialTask_ExpandLoco_C) == 0x000008, "Wrong alignment on UTutorialTask_ExpandLoco_C"); \ static_assert(sizeof(UTutorialTask_ExpandLoco_C) == 0x000060, "Wrong size on UTutorialTask_ExpandLoco_C"); \ #define DUMPER7_ASSERTS_HTN_BugTank_IsInDanger_C_PerformConditionCheck \ static_assert(alignof(HTN_BugTank_IsInDanger_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_BugTank_IsInDanger_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_BugTank_IsInDanger_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_BugTank_IsInDanger_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, K2Node_DynamicCast_AsBug_Tank) == 0x000020, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsInDanger_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_BugTank_IsInDanger_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_BugTank_IsInDanger_C \ static_assert(alignof(UHTN_BugTank_IsInDanger_C) == 0x000008, "Wrong alignment on UHTN_BugTank_IsInDanger_C"); \ static_assert(sizeof(UHTN_BugTank_IsInDanger_C) == 0x000088, "Wrong size on UHTN_BugTank_IsInDanger_C"); \ #define DUMPER7_ASSERTS_WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1 \ static_assert(alignof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1) == 0x000008, "Wrong alignment on WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1"); \ static_assert(sizeof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1) == 0x000110, "Wrong size on WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, EntryPoint) == 0x000000, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, Temp_byte_Variable) == 0x000020, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, Temp_bool_Variable) == 0x000021, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, Temp_bool_Variable_1) == 0x000022, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, Temp_bool_Variable_2) == 0x000023, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_CustomEvent_InProcess) == 0x000024, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_CustomEvent_InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_CustomEvent_CurrentState) == 0x000025, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_CustomEvent_CurrentState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_Select_Default) == 0x000030, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_Event_NewState) == 0x000031, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_Event_OldState) == 0x000032, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_SwitchEnum_CmpSuccess_1) == 0x000033, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_FindLookAtRotation_ReturnValue) == 0x00005C, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_MakeRotator_ReturnValue) == 0x000078, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000084, "Member 'WagonModule_LabT1_C_ExecuteUbergraph_WagonModule_LabT1::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LabT1_C_ReceiveTick \ static_assert(alignof(WagonModule_LabT1_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_LabT1_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_LabT1_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_LabT1_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_LabT1_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_LabT1_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LabT1_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_LabT1_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_LabT1_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_LabT1_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_LabT1_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_LabT1_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_LabT1_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_LabT1_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LabT1_C_OnCraftProcess \ static_assert(alignof(WagonModule_LabT1_C_OnCraftProcess) == 0x000001, "Wrong alignment on WagonModule_LabT1_C_OnCraftProcess"); \ static_assert(sizeof(WagonModule_LabT1_C_OnCraftProcess) == 0x000002, "Wrong size on WagonModule_LabT1_C_OnCraftProcess"); \ static_assert(offsetof(WagonModule_LabT1_C_OnCraftProcess, InProcess) == 0x000000, "Member 'WagonModule_LabT1_C_OnCraftProcess::InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LabT1_C_OnCraftProcess, CurrentState) == 0x000001, "Member 'WagonModule_LabT1_C_OnCraftProcess::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_LabT1_C \ static_assert(alignof(AWagonModule_LabT1_C) == 0x000008, "Wrong alignment on AWagonModule_LabT1_C"); \ static_assert(sizeof(AWagonModule_LabT1_C) == 0x0007E8, "Wrong size on AWagonModule_LabT1_C"); \ static_assert(offsetof(AWagonModule_LabT1_C, UberGraphFrame_WagonModule_LabT1_C) == 0x000758, "Member 'AWagonModule_LabT1_C::UberGraphFrame_WagonModule_LabT1_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Lab_Work_Sound) == 0x000760, "Member 'AWagonModule_LabT1_C::Lab_Work_Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, PointLight2) == 0x000768, "Member 'AWagonModule_LabT1_C::PointLight2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, PointLight1) == 0x000770, "Member 'AWagonModule_LabT1_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Candle_2) == 0x000778, "Member 'AWagonModule_LabT1_C::Candle_2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, PointLight) == 0x000780, "Member 'AWagonModule_LabT1_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Candle_1) == 0x000788, "Member 'AWagonModule_LabT1_C::Candle_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, CoalFire_Effect) == 0x000790, "Member 'AWagonModule_LabT1_C::CoalFire_Effect' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, HeatLight) == 0x000798, "Member 'AWagonModule_LabT1_C::HeatLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, HeatSound) == 0x0007A0, "Member 'AWagonModule_LabT1_C::HeatSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_2_Alpha_2BCB61D9438BBE6543A854A47007F036) == 0x0007A8, "Member 'AWagonModule_LabT1_C::Timeline_2_Alpha_2BCB61D9438BBE6543A854A47007F036' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_2__Direction_2BCB61D9438BBE6543A854A47007F036) == 0x0007AC, "Member 'AWagonModule_LabT1_C::Timeline_2__Direction_2BCB61D9438BBE6543A854A47007F036' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_2) == 0x0007B0, "Member 'AWagonModule_LabT1_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_1_Light_Intensity_8324EBB74A21A2D4870E3F8948563173) == 0x0007B8, "Member 'AWagonModule_LabT1_C::Timeline_1_Light_Intensity_8324EBB74A21A2D4870E3F8948563173' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_1__Direction_8324EBB74A21A2D4870E3F8948563173) == 0x0007BC, "Member 'AWagonModule_LabT1_C::Timeline_1__Direction_8324EBB74A21A2D4870E3F8948563173' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_1) == 0x0007C0, "Member 'AWagonModule_LabT1_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_0_HeatGlow_D03EF20348ED5396C1142588A60C4BDC) == 0x0007C8, "Member 'AWagonModule_LabT1_C::Timeline_0_HeatGlow_D03EF20348ED5396C1142588A60C4BDC' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_0__Direction_D03EF20348ED5396C1142588A60C4BDC) == 0x0007CC, "Member 'AWagonModule_LabT1_C::Timeline_0__Direction_D03EF20348ED5396C1142588A60C4BDC' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, Timeline_0) == 0x0007D0, "Member 'AWagonModule_LabT1_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, DynMatHeat) == 0x0007D8, "Member 'AWagonModule_LabT1_C::DynMatHeat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LabT1_C, bCraftProcess) == 0x0007E0, "Member 'AWagonModule_LabT1_C::bCraftProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Diary_C \ static_assert(alignof(UTutorialTask_Diary_C) == 0x000008, "Wrong alignment on UTutorialTask_Diary_C"); \ static_assert(sizeof(UTutorialTask_Diary_C) == 0x000060, "Wrong size on UTutorialTask_Diary_C"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus \ static_assert(alignof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus) == 0x000008, "Wrong alignment on HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus"); \ static_assert(sizeof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus) == 0x000080, "Wrong size on HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, EntryPoint) == 0x000000, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000008, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_Owner_1) == 0x000010, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_OwnerAsController_1) == 0x000018, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_AsFGAIController) == 0x000030, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_AsActor) == 0x000040, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_Owner) == 0x000050, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_OwnerAsController) == 0x000058, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_ControlledPawn) == 0x000060, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_Event_NodeResult) == 0x000068, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_AsFGAIController_1) == 0x000070, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_AsFGAIController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'HTNDecorator_ScopeCustomFocus_C_ExecuteUbergraph_HTNDecorator_ScopeCustomFocus::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish \ static_assert(alignof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart \ static_assert(alignof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeCustomFocus_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_ScopeCustomFocus_C \ static_assert(alignof(UHTNDecorator_ScopeCustomFocus_C) == 0x000008, "Wrong alignment on UHTNDecorator_ScopeCustomFocus_C"); \ static_assert(sizeof(UHTNDecorator_ScopeCustomFocus_C) == 0x0000B8, "Wrong size on UHTNDecorator_ScopeCustomFocus_C"); \ static_assert(offsetof(UHTNDecorator_ScopeCustomFocus_C, UberGraphFrame) == 0x000088, "Member 'UHTNDecorator_ScopeCustomFocus_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeCustomFocus_C, FocusObject) == 0x000090, "Member 'UHTNDecorator_ScopeCustomFocus_C::FocusObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_GS_Shards_C \ static_assert(alignof(ALLVT_GS_Shards_C) == 0x000008, "Wrong alignment on ALLVT_GS_Shards_C"); \ static_assert(sizeof(ALLVT_GS_Shards_C) == 0x000270, "Wrong size on ALLVT_GS_Shards_C"); \ static_assert(offsetof(ALLVT_GS_Shards_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_GS_Shards_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot \ static_assert(alignof(TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot) == 0x000004, "Wrong alignment on TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot"); \ static_assert(sizeof(TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot) == 0x000008, "Wrong size on TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot, EntryPoint) == 0x000000, "Member 'TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_ConstructionInDepot_C_ExecuteUbergraph_TutorialTask_ConstructionInDepot::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_ConstructionInDepot_C_CanStart \ static_assert(alignof(TutorialTask_ConstructionInDepot_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_ConstructionInDepot_C_CanStart"); \ static_assert(sizeof(TutorialTask_ConstructionInDepot_C_CanStart) == 0x000018, "Wrong size on TutorialTask_ConstructionInDepot_C_CanStart"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_ConstructionInDepot_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_CanStart, Temp_byte_Variable) == 0x000001, "Member 'TutorialTask_ConstructionInDepot_C_CanStart::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_CanStart, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'TutorialTask_ConstructionInDepot_C_CanStart::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_ConstructionInDepot_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_ConstructionInDepot_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'TutorialTask_ConstructionInDepot_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_ConstructionInDepot_C \ static_assert(alignof(UTutorialTask_ConstructionInDepot_C) == 0x000008, "Wrong alignment on UTutorialTask_ConstructionInDepot_C"); \ static_assert(sizeof(UTutorialTask_ConstructionInDepot_C) == 0x000068, "Wrong size on UTutorialTask_ConstructionInDepot_C"); \ static_assert(offsetof(UTutorialTask_ConstructionInDepot_C, UberGraphFrame_TutorialTask_ConstructionInDepot_C) == 0x000060, "Member 'UTutorialTask_ConstructionInDepot_C::UberGraphFrame_TutorialTask_ConstructionInDepot_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase \ static_assert(alignof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase) == 0x000008, "Wrong alignment on SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase"); \ static_assert(sizeof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase) == 0x0000A8, "Wrong size on SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, EntryPoint) == 0x000000, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, Temp_int_Array_Index_Variable) == 0x000024, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_GetCooldownTime_Result) == 0x000030, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_GetCooldownTime_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_DynamicCast_AsShark_2) == 0x000040, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_GetObjectClass_ReturnValue) == 0x000050, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_Array_Get_Item) == 0x000058, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_ClassDynamicCast_AsShark_Action_Attack_Base) == 0x000068, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_ClassDynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_ClassDynamicCast_bSuccess) == 0x000070, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_Less_IntInt_ReturnValue) == 0x000071, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_GetAction_ReturnValue) == 0x000078, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000080, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000088, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000094, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_FMax_ReturnValue) == 0x000098, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000A0, "Member 'SharkAction_AttackBase_C_ExecuteUbergraph_SharkAction_AttackBase::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_SubstractActionPoints \ static_assert(alignof(SharkAction_AttackBase_C_SubstractActionPoints) == 0x000008, "Wrong alignment on SharkAction_AttackBase_C_SubstractActionPoints"); \ static_assert(sizeof(SharkAction_AttackBase_C_SubstractActionPoints) == 0x000030, "Wrong size on SharkAction_AttackBase_C_SubstractActionPoints"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, CallFunc_GetObjectClass_ReturnValue) == 0x000000, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, K2Node_DynamicCast_AsShark_2) == 0x000008, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, K2Node_DynamicCast_AsShark) == 0x000018, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, CallFunc_GetValue_ReturnValue) == 0x000024, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPoints, CallFunc_FMin_ReturnValue) == 0x000028, "Member 'SharkAction_AttackBase_C_SubstractActionPoints::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_SubstractActionPointsValue \ static_assert(alignof(SharkAction_AttackBase_C_SubstractActionPointsValue) == 0x000008, "Wrong alignment on SharkAction_AttackBase_C_SubstractActionPointsValue"); \ static_assert(sizeof(SharkAction_AttackBase_C_SubstractActionPointsValue) == 0x000018, "Wrong size on SharkAction_AttackBase_C_SubstractActionPointsValue"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPointsValue, Value) == 0x000000, "Member 'SharkAction_AttackBase_C_SubstractActionPointsValue::Value' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPointsValue, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_AttackBase_C_SubstractActionPointsValue::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_SubstractActionPointsValue, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_AttackBase_C_SubstractActionPointsValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_GetCooldownTime \ static_assert(alignof(SharkAction_AttackBase_C_GetCooldownTime) == 0x000008, "Wrong alignment on SharkAction_AttackBase_C_GetCooldownTime"); \ static_assert(sizeof(SharkAction_AttackBase_C_GetCooldownTime) == 0x000020, "Wrong size on SharkAction_AttackBase_C_GetCooldownTime"); \ static_assert(offsetof(SharkAction_AttackBase_C_GetCooldownTime, Result) == 0x000000, "Member 'SharkAction_AttackBase_C_GetCooldownTime::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_GetCooldownTime, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_AttackBase_C_GetCooldownTime::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_GetCooldownTime, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_AttackBase_C_GetCooldownTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_GetCooldownTime, CallFunc_GetOnePlusDeceptionCooldownMod_Result) == 0x000014, "Member 'SharkAction_AttackBase_C_GetCooldownTime::CallFunc_GetOnePlusDeceptionCooldownMod_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_GetCooldownTime, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'SharkAction_AttackBase_C_GetCooldownTime::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_ModifyAttackCost \ static_assert(alignof(SharkAction_AttackBase_C_ModifyAttackCost) == 0x000004, "Wrong alignment on SharkAction_AttackBase_C_ModifyAttackCost"); \ static_assert(sizeof(SharkAction_AttackBase_C_ModifyAttackCost) == 0x000008, "Wrong size on SharkAction_AttackBase_C_ModifyAttackCost"); \ static_assert(offsetof(SharkAction_AttackBase_C_ModifyAttackCost, Cost) == 0x000000, "Member 'SharkAction_AttackBase_C_ModifyAttackCost::Cost' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_ModifyAttackCost, Result) == 0x000004, "Member 'SharkAction_AttackBase_C_ModifyAttackCost::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackBase_C_IsValidAction \ static_assert(alignof(SharkAction_AttackBase_C_IsValidAction) == 0x000008, "Wrong alignment on SharkAction_AttackBase_C_IsValidAction"); \ static_assert(sizeof(SharkAction_AttackBase_C_IsValidAction) == 0x000020, "Wrong size on SharkAction_AttackBase_C_IsValidAction"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_AttackBase_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_AttackBase_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_AttackBase_C_IsValidAction::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_AttackBase_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, CallFunc_GetValue_ReturnValue) == 0x000014, "Member 'SharkAction_AttackBase_C_IsValidAction::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'SharkAction_AttackBase_C_IsValidAction::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackBase_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'SharkAction_AttackBase_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_AttackBase_C \ static_assert(alignof(USharkAction_AttackBase_C) == 0x000008, "Wrong alignment on USharkAction_AttackBase_C"); \ static_assert(sizeof(USharkAction_AttackBase_C) == 0x0000E8, "Wrong size on USharkAction_AttackBase_C"); \ static_assert(offsetof(USharkAction_AttackBase_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_AttackBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, ActionPointCost) == 0x0000C0, "Member 'USharkAction_AttackBase_C::ActionPointCost' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, PassiveCooldown) == 0x0000C4, "Member 'USharkAction_AttackBase_C::PassiveCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, Cooldown) == 0x0000C8, "Member 'USharkAction_AttackBase_C::Cooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, bOnCooldown) == 0x0000CC, "Member 'USharkAction_AttackBase_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, BaseDamage) == 0x0000D0, "Member 'USharkAction_AttackBase_C::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, AiTrainDamageMult) == 0x0000D4, "Member 'USharkAction_AttackBase_C::AiTrainDamageMult' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, AiDamageMult) == 0x0000D8, "Member 'USharkAction_AttackBase_C::AiDamageMult' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, TrainDamageRadius) == 0x0000DC, "Member 'USharkAction_AttackBase_C::TrainDamageRadius' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackBase_C, TH_Cooldown) == 0x0000E0, "Member 'USharkAction_AttackBase_C::TH_Cooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Building_C_CanStart \ static_assert(alignof(TutorialTask_Building_C_CanStart) == 0x000004, "Wrong alignment on TutorialTask_Building_C_CanStart"); \ static_assert(sizeof(TutorialTask_Building_C_CanStart) == 0x000010, "Wrong size on TutorialTask_Building_C_CanStart"); \ static_assert(offsetof(TutorialTask_Building_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Building_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Building_C_CanStart, Temp_name_Variable) == 0x000004, "Member 'TutorialTask_Building_C_CanStart::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Building_C_CanStart, CallFunc_CanStart_ReturnValue) == 0x00000C, "Member 'TutorialTask_Building_C_CanStart::CallFunc_CanStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Building_C_CanStart, CallFunc_Set_Contains_ReturnValue) == 0x00000D, "Member 'TutorialTask_Building_C_CanStart::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Building_C_CanStart, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'TutorialTask_Building_C_CanStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Building_C \ static_assert(alignof(UTutorialTask_Building_C) == 0x000008, "Wrong alignment on UTutorialTask_Building_C"); \ static_assert(sizeof(UTutorialTask_Building_C) == 0x000060, "Wrong size on UTutorialTask_Building_C"); \ #define DUMPER7_ASSERTS_RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction \ static_assert(alignof(RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction) == 0x000004, "Wrong alignment on RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction"); \ static_assert(sizeof(RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction) == 0x000004, "Wrong size on RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction"); \ static_assert(offsetof(RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction, EntryPoint) == 0x000000, "Member 'RofleemoNestAction_C_ExecuteUbergraph_RofleemoNestAction::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoNestAction_C_CheckIsWorking \ static_assert(alignof(RofleemoNestAction_C_CheckIsWorking) == 0x000008, "Wrong alignment on RofleemoNestAction_C_CheckIsWorking"); \ static_assert(sizeof(RofleemoNestAction_C_CheckIsWorking) == 0x000028, "Wrong size on RofleemoNestAction_C_CheckIsWorking"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, Result) == 0x000000, "Member 'RofleemoNestAction_C_CheckIsWorking::Result' has a wrong offset!"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'RofleemoNestAction_C_CheckIsWorking::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'RofleemoNestAction_C_CheckIsWorking::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'RofleemoNestAction_C_CheckIsWorking::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, K2Node_DynamicCast_AsFGRofleemo_Nest) == 0x000018, "Member 'RofleemoNestAction_C_CheckIsWorking::K2Node_DynamicCast_AsFGRofleemo_Nest' has a wrong offset!"); \ static_assert(offsetof(RofleemoNestAction_C_CheckIsWorking, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'RofleemoNestAction_C_CheckIsWorking::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoNestAction_C \ static_assert(alignof(URofleemoNestAction_C) == 0x000008, "Wrong alignment on URofleemoNestAction_C"); \ static_assert(sizeof(URofleemoNestAction_C) == 0x000100, "Wrong size on URofleemoNestAction_C"); \ static_assert(offsetof(URofleemoNestAction_C, UberGraphFrame_RofleemoNestAction_C) == 0x0000E8, "Member 'URofleemoNestAction_C::UberGraphFrame_RofleemoNestAction_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoNestAction_C, Rofleemo) == 0x0000F0, "Member 'URofleemoNestAction_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(URofleemoNestAction_C, bShouldStop) == 0x0000F8, "Member 'URofleemoNestAction_C::bShouldStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2 \ static_assert(alignof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2) == 0x000008, "Wrong alignment on ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2"); \ static_assert(sizeof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2) == 0x000118, "Wrong size on ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, EntryPoint) == 0x000000, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, Temp_bool_Variable) == 0x000004, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000008, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, Temp_bool_Variable_1) == 0x00000C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, Temp_float_Variable) == 0x000010, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_Event_DeltaTimeX) == 0x000014, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_NotEqualExactly_VectorVector_ReturnValue) == 0x000018, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_NotEqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000020, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_DynamicCast_AsShark_2) == 0x000028, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetVelocity_ReturnValue) == 0x000034, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000040, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00004C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetVelocity_ReturnValue_1) == 0x000058, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000064, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_VSize_ReturnValue) == 0x000068, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, Temp_bool_Variable_2) == 0x00006C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000070, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_FClamp_ReturnValue) == 0x000074, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000078, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00007C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetLookRotation_ReturnValue) == 0x000080, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetLookRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_Select_Default) == 0x00008C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_NegateRotator_ReturnValue) == 0x00009C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_ComposeRotators_ReturnValue) == 0x0000A8, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetForwardVector_ReturnValue) == 0x0000B4, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000C0, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, Temp_float_Variable_1) == 0x0000CC, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_X) == 0x0000D0, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_Y) == 0x0000D4, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_Z) == 0x0000D8, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_Select_Default_1) == 0x0000DC, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, K2Node_Select_Default_2) == 0x0000E0, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000E4, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_FInterpTo_ReturnValue) == 0x0000EC, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_FInterpTo_ReturnValue_1) == 0x0000F0, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetActorScale3D_ReturnValue) == 0x0000F4, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000100, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_X_1) == 0x000104, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_Y_1) == 0x000108, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_BreakVector_Z_1) == 0x00010C, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000110, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000114, "Member 'ABP_Shark2_C_ExecuteUbergraph_ABP_Shark2::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark2_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Shark2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Shark2_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Shark2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Shark2_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Shark2_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Shark2_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark2_C_GetLookRotation \ static_assert(alignof(ABP_Shark2_C_GetLookRotation) == 0x000004, "Wrong alignment on ABP_Shark2_C_GetLookRotation"); \ static_assert(sizeof(ABP_Shark2_C_GetLookRotation) == 0x00005C, "Wrong size on ABP_Shark2_C_GetLookRotation"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, ReturnValue) == 0x000000, "Member 'ABP_Shark2_C_GetLookRotation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, Temp_bool_Variable) == 0x00000C, "Member 'ABP_Shark2_C_GetLookRotation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, Temp_bool_Variable_1) == 0x00000D, "Member 'ABP_Shark2_C_GetLookRotation::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000E, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_MakeRotFromX_ReturnValue) == 0x000020, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, K2Node_Select_Default) == 0x000038, "Member 'ABP_Shark2_C_GetLookRotation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000044, "Member 'ABP_Shark2_C_GetLookRotation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Shark2_C_GetLookRotation, K2Node_Select_Default_1) == 0x000050, "Member 'ABP_Shark2_C_GetLookRotation::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shark2_C_AnimGraph \ static_assert(alignof(ABP_Shark2_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Shark2_C_AnimGraph"); \ static_assert(sizeof(ABP_Shark2_C_AnimGraph) == 0x000010, "Wrong size on ABP_Shark2_C_AnimGraph"); \ static_assert(offsetof(ABP_Shark2_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Shark2_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Shark2_C \ static_assert(alignof(UABP_Shark2_C) == 0x000010, "Wrong alignment on UABP_Shark2_C"); \ static_assert(sizeof(UABP_Shark2_C) == 0x0005E0, "Wrong size on UABP_Shark2_C"); \ static_assert(offsetof(UABP_Shark2_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Shark2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Shark2_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_BlendSpacePlayer) == 0x0002F8, "Member 'UABP_Shark2_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_LocalToComponentSpace) == 0x0003E0, "Member 'UABP_Shark2_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_ComponentToLocalSpace) == 0x000400, "Member 'UABP_Shark2_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_Slot) == 0x000420, "Member 'UABP_Shark2_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_ApplyAdditive) == 0x000468, "Member 'UABP_Shark2_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, AnimGraphNode_SequencePlayer) == 0x000530, "Member 'UABP_Shark2_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, MoveUp) == 0x0005B0, "Member 'UABP_Shark2_C::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, MoveRight) == 0x0005B4, "Member 'UABP_Shark2_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, Speed) == 0x0005B8, "Member 'UABP_Shark2_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, Custom_Focal_Point) == 0x0005BC, "Member 'UABP_Shark2_C::Custom_Focal_Point' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, Character) == 0x0005C8, "Member 'UABP_Shark2_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, bFocalPointIsValid) == 0x0005D0, "Member 'UABP_Shark2_C::bFocalPointIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, ActorScale) == 0x0005D4, "Member 'UABP_Shark2_C::ActorScale' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, bVomitAttached) == 0x0005D8, "Member 'UABP_Shark2_C::bVomitAttached' has a wrong offset!"); \ static_assert(offsetof(UABP_Shark2_C, VomitAttachedAlpha) == 0x0005DC, "Member 'UABP_Shark2_C::VomitAttachedAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact \ static_assert(alignof(TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact) == 0x000004, "Wrong alignment on TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact"); \ static_assert(sizeof(TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact) == 0x000008, "Wrong size on TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact"); \ static_assert(offsetof(TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact, EntryPoint) == 0x000000, "Member 'TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact, CallFunc_Set_Contains_ReturnValue) == 0x000004, "Member 'TutorialTask_Artifact_C_ExecuteUbergraph_TutorialTask_Artifact::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialTask_Artifact_C_CanStart \ static_assert(alignof(TutorialTask_Artifact_C_CanStart) == 0x000008, "Wrong alignment on TutorialTask_Artifact_C_CanStart"); \ static_assert(sizeof(TutorialTask_Artifact_C_CanStart) == 0x000018, "Wrong size on TutorialTask_Artifact_C_CanStart"); \ static_assert(offsetof(TutorialTask_Artifact_C_CanStart, ReturnValue) == 0x000000, "Member 'TutorialTask_Artifact_C_CanStart::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Artifact_C_CanStart, Temp_byte_Variable) == 0x000001, "Member 'TutorialTask_Artifact_C_CanStart::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Artifact_C_CanStart, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'TutorialTask_Artifact_C_CanStart::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Artifact_C_CanStart, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'TutorialTask_Artifact_C_CanStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TutorialTask_Artifact_C_CanStart, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'TutorialTask_Artifact_C_CanStart::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialTask_Artifact_C \ static_assert(alignof(UTutorialTask_Artifact_C) == 0x000008, "Wrong alignment on UTutorialTask_Artifact_C"); \ static_assert(sizeof(UTutorialTask_Artifact_C) == 0x000058, "Wrong size on UTutorialTask_Artifact_C"); \ static_assert(offsetof(UTutorialTask_Artifact_C, UberGraphFrame) == 0x000050, "Member 'UTutorialTask_Artifact_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child \ static_assert(alignof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child) == 0x000008, "Wrong alignment on BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child"); \ static_assert(sizeof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child) == 0x000780, "Wrong size on BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, EntryPoint) == 0x000000, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable) == 0x000004, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable) == 0x000008, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_1) == 0x000020, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_2) == 0x000038, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_3) == 0x000050, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_4) == 0x000068, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_5) == 0x000080, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_6) == 0x000098, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_7) == 0x0000B0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_1) == 0x0000C8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_8) == 0x0000D0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_9) == 0x0000E8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_10) == 0x000100, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_11) == 0x000118, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_12) == 0x000130, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_13) == 0x000148, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_14) == 0x000160, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_15) == 0x000178, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_16) == 0x000190, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_2) == 0x0001A8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable) == 0x0001AC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_1) == 0x0001B0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_2) == 0x0001B4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_3) == 0x0001B8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_4) == 0x0001BC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_5) == 0x0001C0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_6) == 0x0001C4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_7) == 0x0001C8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_8) == 0x0001CC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_3) == 0x0001D0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_9) == 0x0001D4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_10) == 0x0001D8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_11) == 0x0001DC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_12) == 0x0001E0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_13) == 0x0001E4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_14) == 0x0001E8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_15) == 0x0001EC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_16) == 0x0001F0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_int_Variable_17) == 0x0001F4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_int_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_4) == 0x0001F8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_17) == 0x000200, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_18) == 0x000218, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_19) == 0x000230, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_20) == 0x000248, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_21) == 0x000260, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_22) == 0x000278, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_23) == 0x000290, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_24) == 0x0002A8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_25) == 0x0002C0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_5) == 0x0002D8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_26) == 0x0002E0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_27) == 0x0002F8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_28) == 0x000310, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_29) == 0x000328, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_30) == 0x000340, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_31) == 0x000358, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_32) == 0x000370, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_33) == 0x000388, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_34) == 0x0003A0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_6) == 0x0003B8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_35) == 0x0003C0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_36) == 0x0003D8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_37) == 0x0003F0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_38) == 0x000408, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_39) == 0x000420, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_40) == 0x000438, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_41) == 0x000450, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_42) == 0x000468, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_text_Variable_43) == 0x000480, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_text_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_7) == 0x000498, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_8) == 0x000499, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_9) == 0x00049A, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_10) == 0x00049B, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_11) == 0x00049C, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_12) == 0x00049D, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_13) == 0x00049E, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_14) == 0x00049F, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_15) == 0x0004A0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, Temp_byte_Variable_16) == 0x0004A1, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::Temp_byte_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_CustomEvent_Type) == 0x0004A2, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_CustomEvent_ArenaWaveNumber) == 0x0004A4, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_CustomEvent_ArenaWaveNumber' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_Subtract_IntInt_ReturnValue) == 0x0004A8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_Greater_IntInt_ReturnValue) == 0x0004AC, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Event_IsDesignTime) == 0x0004AD, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeStruct_FormatArgumentData) == 0x0004B0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_MakeLiteralInt_ReturnValue) == 0x0004F0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeStruct_FormatArgumentData_1) == 0x0004F8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default) == 0x000538, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_MakeLiteralText_ReturnValue) == 0x000550, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_1) == 0x000568, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeStruct_FormatArgumentData_2) == 0x000580, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeArray_Array) == 0x0005C0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_Format_ReturnValue) == 0x0005D0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_2) == 0x0005E8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeStruct_FormatArgumentData_3) == 0x0005F0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_3) == 0x000630, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeArray_Array_1) == 0x000638, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_Format_ReturnValue_1) == 0x000648, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_4) == 0x000660, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_CreateDelegate_OutputDelegate) == 0x000678, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_TextToUpper_ReturnValue) == 0x000688, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0006A0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_5) == 0x0006A8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_6) == 0x0006C0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0006D8, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeStruct_FormatArgumentData_4) == 0x0006F0, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeArray_Array_2) == 0x000730, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_Select_Default_7) == 0x000740, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_Format_ReturnValue_2) == 0x000748, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_PlayAnimation_ReturnValue) == 0x000760, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, CallFunc_PlayAnimation_ReturnValue_1) == 0x000768, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child, K2Node_MakeArray_Array_3) == 0x000770, "Member 'BigNotifyManager_Child_C_ExecuteUbergraph_BigNotifyManager_Child::K2Node_MakeArray_Array_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Child_C_PreConstruct \ static_assert(alignof(BigNotifyManager_Child_C_PreConstruct) == 0x000001, "Wrong alignment on BigNotifyManager_Child_C_PreConstruct"); \ static_assert(sizeof(BigNotifyManager_Child_C_PreConstruct) == 0x000001, "Wrong size on BigNotifyManager_Child_C_PreConstruct"); \ static_assert(offsetof(BigNotifyManager_Child_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BigNotifyManager_Child_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Child_C_Start \ static_assert(alignof(BigNotifyManager_Child_C_Start) == 0x000004, "Wrong alignment on BigNotifyManager_Child_C_Start"); \ static_assert(sizeof(BigNotifyManager_Child_C_Start) == 0x000008, "Wrong size on BigNotifyManager_Child_C_Start"); \ static_assert(offsetof(BigNotifyManager_Child_C_Start, Type) == 0x000000, "Member 'BigNotifyManager_Child_C_Start::Type' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_Start, ArenaWaveNumber) == 0x000004, "Member 'BigNotifyManager_Child_C_Start::ArenaWaveNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Child_C_CalcRecipes \ static_assert(alignof(BigNotifyManager_Child_C_CalcRecipes) == 0x000008, "Wrong alignment on BigNotifyManager_Child_C_CalcRecipes"); \ static_assert(sizeof(BigNotifyManager_Child_C_CalcRecipes) == 0x000128, "Wrong size on BigNotifyManager_Child_C_CalcRecipes"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, Temp_int_Variable) == 0x000000, "Member 'BigNotifyManager_Child_C_CalcRecipes::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BigNotifyManager_Child_C_CalcRecipes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BigNotifyManager_Child_C_CalcRecipes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Get_Item) == 0x000018, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Greater_IntInt_ReturnValue) == 0x000111, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Array_Length_ReturnValue_2) == 0x000120, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Child_C_CalcRecipes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000124, "Member 'BigNotifyManager_Child_C_CalcRecipes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBigNotifyManager_Child_C \ static_assert(alignof(UBigNotifyManager_Child_C) == 0x000008, "Wrong alignment on UBigNotifyManager_Child_C"); \ static_assert(sizeof(UBigNotifyManager_Child_C) == 0x0002E8, "Wrong size on UBigNotifyManager_Child_C"); \ static_assert(offsetof(UBigNotifyManager_Child_C, UberGraphFrame) == 0x000260, "Member 'UBigNotifyManager_Child_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, AnimShow) == 0x000268, "Member 'UBigNotifyManager_Child_C::AnimShow' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, RecipesBox) == 0x000270, "Member 'UBigNotifyManager_Child_C::RecipesBox' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, Slot_1) == 0x000278, "Member 'UBigNotifyManager_Child_C::Slot_1' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, Slot_2) == 0x000280, "Member 'UBigNotifyManager_Child_C::Slot_2' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, Slot_3) == 0x000288, "Member 'UBigNotifyManager_Child_C::Slot_3' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, SubText) == 0x000290, "Member 'UBigNotifyManager_Child_C::SubText' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, TitleText) == 0x000298, "Member 'UBigNotifyManager_Child_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, TimerHandle) == 0x0002A0, "Member 'UBigNotifyManager_Child_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, Timer) == 0x0002A8, "Member 'UBigNotifyManager_Child_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, NotifyType) == 0x0002AC, "Member 'UBigNotifyManager_Child_C::NotifyType' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, Arena_Wave_Number) == 0x0002B0, "Member 'UBigNotifyManager_Child_C::Arena_Wave_Number' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, RecipeSlots) == 0x0002B8, "Member 'UBigNotifyManager_Child_C::RecipeSlots' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, RecipeIcons) == 0x0002C8, "Member 'UBigNotifyManager_Child_C::RecipeIcons' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Child_C, OnHide) == 0x0002D8, "Member 'UBigNotifyManager_Child_C::OnHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew \ static_assert(alignof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew"); \ static_assert(sizeof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew) == 0x000968, "Wrong size on PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, EntryPoint) == 0x000000, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable) == 0x000004, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable) == 0x000008, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_struct_Variable) == 0x00000C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_struct_Variable_1) == 0x00001C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_struct_Variable_2) == 0x00002C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_1) == 0x00003C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_2) == 0x000040, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_3) == 0x000048, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HaveActiveGraphTemplate_ReturnValue) == 0x00004C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HaveActiveGraphTemplate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_2) == 0x000080, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000090, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_3) == 0x000098, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0000A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000C0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_1) == 0x0000D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000D4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_2) == 0x0000E4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_3) == 0x0000E5, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_4) == 0x0000E6, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_5) == 0x0000EC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_6) == 0x0000ED, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_7) == 0x0000EE, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_8) == 0x0000EF, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Array_Index_Variable) == 0x0000F0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_4) == 0x0000F4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_9) == 0x0000F8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_10) == 0x0000F9, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HasAuthority_ReturnValue) == 0x0000FA, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_Hit_3) == 0x0000FC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_PlayerCharacter_3) == 0x000188, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_Hit_2) == 0x000190, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_PlayerCharacter_2) == 0x000218, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_Hit_1) == 0x000220, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_PlayerCharacter_1) == 0x0002A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_DeltaSeconds) == 0x0002B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002B4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeRotator_ReturnValue) == 0x0002B8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeRotator_ReturnValue_1) == 0x0002C4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeRotator_ReturnValue_2) == 0x0002D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_Hit) == 0x0002DC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Event_PlayerCharacter) == 0x000368, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_NewState) == 0x000370, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_11) == 0x000371, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_12) == 0x000372, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetGameInstance_ReturnValue) == 0x000378, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsFGGame_Instance) == 0x000380, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess) == 0x000388, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsPath_Switcher) == 0x000390, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsPath_Switcher' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess_1) == 0x000398, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_Placeholder) == 0x0003A0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue) == 0x0003A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_1) == 0x0003A9, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetSlots_ReturnValue) == 0x0003B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Get_Item) == 0x0003C0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Length_ReturnValue) == 0x0003C8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_2) == 0x0003CC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Length_ReturnValue_1) == 0x0003D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Length_ReturnValue_2) == 0x0003D4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Conv_IntToBool_ReturnValue) == 0x0003D8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X) == 0x0003DC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y) == 0x0003E0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z) == 0x0003E4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue) == 0x0003E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_1) == 0x0003F4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_1) == 0x0003F8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_1) == 0x0003FC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_1) == 0x000400, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_2) == 0x00040C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_2) == 0x000410, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_2) == 0x000414, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_2) == 0x000418, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetGameInstance_ReturnValue_1) == 0x000428, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000430, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess_2) == 0x000438, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_3) == 0x00043C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_3) == 0x000440, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_3) == 0x000444, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_4) == 0x000448, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_4) == 0x00044C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_4) == 0x000450, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_3) == 0x000454, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_4) == 0x000460, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_5) == 0x00046C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_5) == 0x000470, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_5) == 0x000474, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_5) == 0x000478, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue) == 0x000484, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000485, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000486, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000488, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000490, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000498, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_13) == 0x0004A0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x0004A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_3) == 0x0004B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_4) == 0x0004B1, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_5) == 0x0004B2, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetSlots_ReturnValue_1) == 0x0004B8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetSlots_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Length_ReturnValue_3) == 0x0004C8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_6) == 0x0004CC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_7) == 0x0004CD, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_8) == 0x0004CE, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_9) == 0x0004CF, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_10) == 0x0004D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CreateDelegate_OutputDelegate_7) == 0x0004D4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_11) == 0x0004E4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_12) == 0x0004E5, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_13) == 0x0004E6, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x0004E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_14) == 0x000570, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_AddRelativeRotation_SweepHitResult_1) == 0x000574, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_AddRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_K2_AddRelativeRotation_SweepHitResult_2) == 0x0005FC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_K2_AddRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000684, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000688, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Array_Index_Variable_1) == 0x000690, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_15) == 0x000694, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default) == 0x000698, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_1) == 0x0006A0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_2) == 0x0006A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_3) == 0x0006B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_4) == 0x0006B8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Get_Item_1) == 0x0006C0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetPlaceholder_ReturnValue) == 0x0006C8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_16) == 0x0006D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsFGPath_Token) == 0x0006D8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsFGPath_Token' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess_3) == 0x0006E0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0006E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_17) == 0x0006F0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetValueAsInt_ReturnValue) == 0x0006F4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetValueAsInt_ReturnValue_1) == 0x0006F8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GeneratePathToken_PathToken) == 0x000700, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GeneratePathToken_PathToken' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GeneratePathToken_ReturnValue) == 0x000768, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GeneratePathToken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000769, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000770, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_5) == 0x000778, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetGameInstance_ReturnValue_2) == 0x000788, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HaveCompletedTask_ReturnValue) == 0x000790, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x000798, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess_4) == 0x0007A0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsUnlocked_ReturnValue) == 0x0007A1, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_Task) == 0x0007A8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HaveCompletedTask_ReturnValue_1) == 0x0007B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HaveCompletedTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_14) == 0x0007B1, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_14' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Loop_Counter_Variable) == 0x0007B4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Less_IntInt_ReturnValue) == 0x0007B8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Add_IntInt_ReturnValue) == 0x0007BC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_1) == 0x0007C0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_2) == 0x0007C1, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_3) == 0x0007C2, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetGameInstance_ReturnValue_3) == 0x0007C8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Loop_Counter_Variable_1) == 0x0007D0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x0007D8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_DynamicCast_bSuccess_5) == 0x0007E0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Less_IntInt_ReturnValue_1) == 0x0007E1, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsUnlocked_ReturnValue_1) == 0x0007E2, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Add_IntInt_ReturnValue_1) == 0x0007E4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_3) == 0x0007E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_4) == 0x0007E9, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_5) == 0x0007EA, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HaveActiveQuestByTag_ReturnValue) == 0x0007EB, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HaveActiveQuestByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_15) == 0x0007EC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_15' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_4) == 0x0007ED, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BooleanAND_ReturnValue) == 0x0007EE, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_Target_1) == 0x0007F0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_Target_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_Target) == 0x0007F8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_18) == 0x000800, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000801, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_5) == 0x000802, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000803, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_GetIsAnyHave_NewParam) == 0x000804, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_GetIsAnyHave_NewParam' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_5) == 0x000808, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_16) == 0x00080C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_16' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Add_IntInt_ReturnValue_2) == 0x000810, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Array_Get_Item_2) == 0x000818, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Less_IntInt_ReturnValue_2) == 0x000820, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_6) == 0x000824, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_ShouldShowProphecies_Num) == 0x000828, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_ShouldShowProphecies_Num' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_6) == 0x000830, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_ID_1) == 0x000838, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_ID_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsVisible_ReturnValue) == 0x00083C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Conv_BoolToString_ReturnValue) == 0x000840, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess) == 0x000850, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_1) == 0x000851, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_6) == 0x000852, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_5) == 0x000858, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_6) == 0x000860, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_7) == 0x000868, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_7) == 0x000870, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_8) == 0x000871, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_9) == 0x000872, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_NewNum) == 0x000874, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_NewNum' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000878, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_10) == 0x00087C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_11) == 0x00087D, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_12) == 0x00087E, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_ID) == 0x000880, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_ID' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_CustomEvent_Enable) == 0x000884, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_CustomEvent_Enable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_2) == 0x000885, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_3) == 0x000886, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_4) == 0x000887, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_5) == 0x000888, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_SwitchInteger_CmpSuccess_6) == 0x000889, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_SwitchInteger_CmpSuccess_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_HasAuthority_ReturnValue_1) == 0x00088A, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_17) == 0x00088B, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_17' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_6) == 0x00088C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_6) == 0x000890, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_6) == 0x000894, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_7) == 0x000898, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_7) == 0x00089C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_7) == 0x0008A0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_6) == 0x0008A4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_7) == 0x0008B0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_13) == 0x0008BC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_8) == 0x0008C0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_8) == 0x0008C4, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_8) == 0x0008C8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_8) == 0x0008CC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_14) == 0x0008D8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_15) == 0x0008D9, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_8) == 0x0008E0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_9) == 0x0008E8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_CreateDynamicMaterialInstance_ReturnValue_10) == 0x0008F0, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_CreateDynamicMaterialInstance_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_IsValid_ReturnValue_19) == 0x0008F8, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_byte_Variable_18) == 0x0008F9, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_byte_Variable_18' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_9) == 0x0008FC, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_9) == 0x000900, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_9) == 0x000904, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_10) == 0x000908, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_10) == 0x00090C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_10) == 0x000910, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_9) == 0x000914, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_10) == 0x000920, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, Temp_int_Variable_7) == 0x00092C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_X_11) == 0x000930, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Y_11) == 0x000934, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_BreakVector_Z_11) == 0x000938, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, K2Node_Select_Default_7) == 0x000940, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_MakeVector_ReturnValue_11) == 0x000948, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_MakeVector_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_16) == 0x000954, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_17) == 0x000955, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_18) == 0x000956, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_SetStaticMesh_ReturnValue_19) == 0x000957, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_SetStaticMesh_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_6) == 0x000958, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_7) == 0x000959, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_8) == 0x00095A, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Greater_IntInt_ReturnValue) == 0x00095B, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_ShouldShowProphecies_Num_1) == 0x00095C, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_ShouldShowProphecies_Num_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew, CallFunc_Not_PreBool_ReturnValue_9) == 0x000960, "Member 'PathSwitcherActorNew_C_ExecuteUbergraph_PathSwitcherActorNew::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_PlayFXForProphecy \ static_assert(alignof(PathSwitcherActorNew_C_PlayFXForProphecy) == 0x000004, "Wrong alignment on PathSwitcherActorNew_C_PlayFXForProphecy"); \ static_assert(sizeof(PathSwitcherActorNew_C_PlayFXForProphecy) == 0x000008, "Wrong size on PathSwitcherActorNew_C_PlayFXForProphecy"); \ static_assert(offsetof(PathSwitcherActorNew_C_PlayFXForProphecy, ID) == 0x000000, "Member 'PathSwitcherActorNew_C_PlayFXForProphecy::ID' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_PlayFXForProphecy, Enable) == 0x000004, "Member 'PathSwitcherActorNew_C_PlayFXForProphecy::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_ChangeActiveProphecies \ static_assert(alignof(PathSwitcherActorNew_C_ChangeActiveProphecies) == 0x000004, "Wrong alignment on PathSwitcherActorNew_C_ChangeActiveProphecies"); \ static_assert(sizeof(PathSwitcherActorNew_C_ChangeActiveProphecies) == 0x000004, "Wrong size on PathSwitcherActorNew_C_ChangeActiveProphecies"); \ static_assert(offsetof(PathSwitcherActorNew_C_ChangeActiveProphecies, NewNum) == 0x000000, "Member 'PathSwitcherActorNew_C_ChangeActiveProphecies::NewNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_DestroyProphecy \ static_assert(alignof(PathSwitcherActorNew_C_DestroyProphecy) == 0x000004, "Wrong alignment on PathSwitcherActorNew_C_DestroyProphecy"); \ static_assert(sizeof(PathSwitcherActorNew_C_DestroyProphecy) == 0x000004, "Wrong size on PathSwitcherActorNew_C_DestroyProphecy"); \ static_assert(offsetof(PathSwitcherActorNew_C_DestroyProphecy, ID) == 0x000000, "Member 'PathSwitcherActorNew_C_DestroyProphecy::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnGraphStarted_Event_0 \ static_assert(alignof(PathSwitcherActorNew_C_OnGraphStarted_Event_0) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnGraphStarted_Event_0"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnGraphStarted_Event_0) == 0x000008, "Wrong size on PathSwitcherActorNew_C_OnGraphStarted_Event_0"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnGraphStarted_Event_0, Target) == 0x000000, "Member 'PathSwitcherActorNew_C_OnGraphStarted_Event_0::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnQuestFinished_Event_0 \ static_assert(alignof(PathSwitcherActorNew_C_OnQuestFinished_Event_0) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnQuestFinished_Event_0"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnQuestFinished_Event_0) == 0x000008, "Wrong size on PathSwitcherActorNew_C_OnQuestFinished_Event_0"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnQuestFinished_Event_0, Target) == 0x000000, "Member 'PathSwitcherActorNew_C_OnQuestFinished_Event_0::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_UpdateQuestFlags \ static_assert(alignof(PathSwitcherActorNew_C_UpdateQuestFlags) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_UpdateQuestFlags"); \ static_assert(sizeof(PathSwitcherActorNew_C_UpdateQuestFlags) == 0x000008, "Wrong size on PathSwitcherActorNew_C_UpdateQuestFlags"); \ static_assert(offsetof(PathSwitcherActorNew_C_UpdateQuestFlags, task) == 0x000000, "Member 'PathSwitcherActorNew_C_UpdateQuestFlags::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnSlotUpdate_Event_0 \ static_assert(alignof(PathSwitcherActorNew_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnSlotUpdate_Event_0"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong size on PathSwitcherActorNew_C_OnSlotUpdate_Event_0"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnSlotUpdate_Event_0, Placeholder) == 0x000000, "Member 'PathSwitcherActorNew_C_OnSlotUpdate_Event_0::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnStateUpdated_Event \ static_assert(alignof(PathSwitcherActorNew_C_OnStateUpdated_Event) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_OnStateUpdated_Event"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnStateUpdated_Event) == 0x000001, "Wrong size on PathSwitcherActorNew_C_OnStateUpdated_Event"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnStateUpdated_Event, NewState) == 0x000000, "Member 'PathSwitcherActorNew_C_OnStateUpdated_Event::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnUseActor \ static_assert(alignof(PathSwitcherActorNew_C_OnUseActor) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnUseActor"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnUseActor) == 0x000090, "Wrong size on PathSwitcherActorNew_C_OnUseActor"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnUseActor, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_ReceiveTick \ static_assert(alignof(PathSwitcherActorNew_C_ReceiveTick) == 0x000004, "Wrong alignment on PathSwitcherActorNew_C_ReceiveTick"); \ static_assert(sizeof(PathSwitcherActorNew_C_ReceiveTick) == 0x000004, "Wrong size on PathSwitcherActorNew_C_ReceiveTick"); \ static_assert(offsetof(PathSwitcherActorNew_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'PathSwitcherActorNew_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnHoldUseActor \ static_assert(alignof(PathSwitcherActorNew_C_OnHoldUseActor) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnHoldUseActor"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnHoldUseActor) == 0x000090, "Wrong size on PathSwitcherActorNew_C_OnHoldUseActor"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnHoldUseActor, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnAltHoldUseActor \ static_assert(alignof(PathSwitcherActorNew_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnAltHoldUseActor"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnAltHoldUseActor) == 0x000090, "Wrong size on PathSwitcherActorNew_C_OnAltHoldUseActor"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnAlternateUseActor \ static_assert(alignof(PathSwitcherActorNew_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnAlternateUseActor"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnAlternateUseActor) == 0x000090, "Wrong size on PathSwitcherActorNew_C_OnAlternateUseActor"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_IsQuestUnlocked \ static_assert(alignof(PathSwitcherActorNew_C_IsQuestUnlocked) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_IsQuestUnlocked"); \ static_assert(sizeof(PathSwitcherActorNew_C_IsQuestUnlocked) == 0x000020, "Wrong size on PathSwitcherActorNew_C_IsQuestUnlocked"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, Target) == 0x000000, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::Target' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, bUnlocked) == 0x000008, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::bUnlocked' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000010, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000018, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, CallFunc_IsUnlocked_ReturnValue) == 0x000019, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsQuestUnlocked, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'PathSwitcherActorNew_C_IsQuestUnlocked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_ToggleHiddenInGame \ static_assert(alignof(PathSwitcherActorNew_C_ToggleHiddenInGame) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_ToggleHiddenInGame"); \ static_assert(sizeof(PathSwitcherActorNew_C_ToggleHiddenInGame) == 0x000004, "Wrong size on PathSwitcherActorNew_C_ToggleHiddenInGame"); \ static_assert(offsetof(PathSwitcherActorNew_C_ToggleHiddenInGame, bNewHidden) == 0x000000, "Member 'PathSwitcherActorNew_C_ToggleHiddenInGame::bNewHidden' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ToggleHiddenInGame, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'PathSwitcherActorNew_C_ToggleHiddenInGame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ToggleHiddenInGame, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'PathSwitcherActorNew_C_ToggleHiddenInGame::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ToggleHiddenInGame, CallFunc_Not_PreBool_ReturnValue_2) == 0x000003, "Member 'PathSwitcherActorNew_C_ToggleHiddenInGame::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnRep_bShouldEnableActor \ static_assert(alignof(PathSwitcherActorNew_C_OnRep_bShouldEnableActor) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_OnRep_bShouldEnableActor"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnRep_bShouldEnableActor) == 0x000001, "Wrong size on PathSwitcherActorNew_C_OnRep_bShouldEnableActor"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnRep_bShouldEnableActor, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'PathSwitcherActorNew_C_OnRep_bShouldEnableActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete \ static_assert(alignof(PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete) == 0x000001, "Wrong size on PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'PathSwitcherActorNew_C_OnRep_bTakeProphecyTaskComplete::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_UpdateWidgetState \ static_assert(alignof(PathSwitcherActorNew_C_UpdateWidgetState) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_UpdateWidgetState"); \ static_assert(sizeof(PathSwitcherActorNew_C_UpdateWidgetState) == 0x000002, "Wrong size on PathSwitcherActorNew_C_UpdateWidgetState"); \ static_assert(offsetof(PathSwitcherActorNew_C_UpdateWidgetState, bEnabled) == 0x000000, "Member 'PathSwitcherActorNew_C_UpdateWidgetState::bEnabled' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_UpdateWidgetState, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'PathSwitcherActorNew_C_UpdateWidgetState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_UpdatePathSwitcherState \ static_assert(alignof(PathSwitcherActorNew_C_UpdatePathSwitcherState) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_UpdatePathSwitcherState"); \ static_assert(sizeof(PathSwitcherActorNew_C_UpdatePathSwitcherState) == 0x000001, "Wrong size on PathSwitcherActorNew_C_UpdatePathSwitcherState"); \ static_assert(offsetof(PathSwitcherActorNew_C_UpdatePathSwitcherState, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'PathSwitcherActorNew_C_UpdatePathSwitcherState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_GetIsAnyHave \ static_assert(alignof(PathSwitcherActorNew_C_GetIsAnyHave) == 0x000001, "Wrong alignment on PathSwitcherActorNew_C_GetIsAnyHave"); \ static_assert(sizeof(PathSwitcherActorNew_C_GetIsAnyHave) == 0x000004, "Wrong size on PathSwitcherActorNew_C_GetIsAnyHave"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetIsAnyHave, NewParam) == 0x000000, "Member 'PathSwitcherActorNew_C_GetIsAnyHave::NewParam' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetIsAnyHave, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'PathSwitcherActorNew_C_GetIsAnyHave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetIsAnyHave, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'PathSwitcherActorNew_C_GetIsAnyHave::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetIsAnyHave, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'PathSwitcherActorNew_C_GetIsAnyHave::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnModuleUse \ static_assert(alignof(PathSwitcherActorNew_C_OnModuleUse) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnModuleUse"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnModuleUse) == 0x000030, "Wrong size on PathSwitcherActorNew_C_OnModuleUse"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, PlayerPawn) == 0x000000, "Member 'PathSwitcherActorNew_C_OnModuleUse::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000008, "Member 'PathSwitcherActorNew_C_OnModuleUse::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'PathSwitcherActorNew_C_OnModuleUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000020, "Member 'PathSwitcherActorNew_C_OnModuleUse::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'PathSwitcherActorNew_C_OnModuleUse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, CallFunc_OnInteractionStart_ReturnValue) == 0x000029, "Member 'PathSwitcherActorNew_C_OnModuleUse::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, CallFunc_IsValid_ReturnValue) == 0x00002A, "Member 'PathSwitcherActorNew_C_OnModuleUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, K2Node_SwitchEnum_CmpSuccess) == 0x00002B, "Member 'PathSwitcherActorNew_C_OnModuleUse::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnModuleUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00002C, "Member 'PathSwitcherActorNew_C_OnModuleUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_ShouldShowProphecies \ static_assert(alignof(PathSwitcherActorNew_C_ShouldShowProphecies) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_ShouldShowProphecies"); \ static_assert(sizeof(PathSwitcherActorNew_C_ShouldShowProphecies) == 0x000020, "Wrong size on PathSwitcherActorNew_C_ShouldShowProphecies"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, Num) == 0x000000, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::Num' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, CallFunc_IsUnlocked_ReturnValue) == 0x000019, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, CallFunc_IsUnlocked_ReturnValue_1) == 0x00001A, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_ShouldShowProphecies, CallFunc_IsUnlocked_ReturnValue_2) == 0x00001B, "Member 'PathSwitcherActorNew_C_ShouldShowProphecies::CallFunc_IsUnlocked_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_SetupQuestProphecies \ static_assert(alignof(PathSwitcherActorNew_C_SetupQuestProphecies) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_SetupQuestProphecies"); \ static_assert(sizeof(PathSwitcherActorNew_C_SetupQuestProphecies) == 0x000488, "Wrong size on PathSwitcherActorNew_C_SetupQuestProphecies"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_X) == 0x000010, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Y) == 0x000014, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Z) == 0x000018, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_X_1) == 0x00001C, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Y_1) == 0x000020, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Z_1) == 0x000024, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_MakeVector_ReturnValue_1) == 0x000034, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000040, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000C8, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_SetStaticMesh_ReturnValue) == 0x000150, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000151, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, K2Node_CreateDelegate_OutputDelegate) == 0x000154, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_Not_PreBool_ReturnValue) == 0x000164, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000168, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, K2Node_SwitchInteger_CmpSuccess) == 0x000170, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000178, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000180, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000188, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_X_2) == 0x000190, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Y_2) == 0x000194, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Z_2) == 0x000198, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_MakeVector_ReturnValue_2) == 0x00019C, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_X_3) == 0x0001A8, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Y_3) == 0x0001AC, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Z_3) == 0x0001B0, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x0001B4, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_MakeVector_ReturnValue_3) == 0x00023C, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x000248, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_X_4) == 0x0002D0, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Y_4) == 0x0002D4, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_BreakVector_Z_4) == 0x0002D8, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_4) == 0x0002DC, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_MakeVector_ReturnValue_4) == 0x000364, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_5) == 0x000370, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_K2_SetRelativeLocation_SweepHitResult_6) == 0x0003F8, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_K2_SetRelativeLocation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000480, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000481, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_SetupQuestProphecies, CallFunc_SetStaticMesh_ReturnValue_4) == 0x000482, "Member 'PathSwitcherActorNew_C_SetupQuestProphecies::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_IsPreparedForProphecies \ static_assert(alignof(PathSwitcherActorNew_C_IsPreparedForProphecies) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_IsPreparedForProphecies"); \ static_assert(sizeof(PathSwitcherActorNew_C_IsPreparedForProphecies) == 0x000020, "Wrong size on PathSwitcherActorNew_C_IsPreparedForProphecies"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, Result) == 0x000000, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::Result' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, CallFunc_IsUnlocked_ReturnValue) == 0x000019, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, CallFunc_IsUnlocked_ReturnValue_1) == 0x00001A, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_IsPreparedForProphecies, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'PathSwitcherActorNew_C_IsPreparedForProphecies::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_OnRep_ActiveProphecies \ static_assert(alignof(PathSwitcherActorNew_C_OnRep_ActiveProphecies) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_OnRep_ActiveProphecies"); \ static_assert(sizeof(PathSwitcherActorNew_C_OnRep_ActiveProphecies) == 0x000020, "Wrong size on PathSwitcherActorNew_C_OnRep_ActiveProphecies"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnRep_ActiveProphecies, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'PathSwitcherActorNew_C_OnRep_ActiveProphecies::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnRep_ActiveProphecies, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'PathSwitcherActorNew_C_OnRep_ActiveProphecies::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_OnRep_ActiveProphecies, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'PathSwitcherActorNew_C_OnRep_ActiveProphecies::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_GetItemSelection \ static_assert(alignof(PathSwitcherActorNew_C_GetItemSelection) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_GetItemSelection"); \ static_assert(sizeof(PathSwitcherActorNew_C_GetItemSelection) == 0x000248, "Wrong size on PathSwitcherActorNew_C_GetItemSelection"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, Player) == 0x000088, "Member 'PathSwitcherActorNew_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, SelectionText) == 0x000090, "Member 'PathSwitcherActorNew_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'PathSwitcherActorNew_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'PathSwitcherActorNew_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000B8, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B9, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000BA, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00013C, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00013D, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00013E, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00013F, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BooleanOR_ReturnValue) == 0x000140, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BooleanOR_ReturnValue_1) == 0x000141, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x000148, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000151, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000152, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000153, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000154, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000158, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000170, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000180, "Member 'PathSwitcherActorNew_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'PathSwitcherActorNew_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000218, "Member 'PathSwitcherActorNew_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000228, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000240, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemSelection, CallFunc_BooleanAND_ReturnValue) == 0x000241, "Member 'PathSwitcherActorNew_C_GetItemSelection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_GetItemDurability \ static_assert(alignof(PathSwitcherActorNew_C_GetItemDurability) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_GetItemDurability"); \ static_assert(sizeof(PathSwitcherActorNew_C_GetItemDurability) == 0x000018, "Wrong size on PathSwitcherActorNew_C_GetItemDurability"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'PathSwitcherActorNew_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_CanUse \ static_assert(alignof(PathSwitcherActorNew_C_CanUse) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_CanUse"); \ static_assert(sizeof(PathSwitcherActorNew_C_CanUse) == 0x0000B0, "Wrong size on PathSwitcherActorNew_C_CanUse"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, ReturnValue) == 0x000090, "Member 'PathSwitcherActorNew_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_IsPreparedForProphecies_Result) == 0x000091, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_IsPreparedForProphecies_Result' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_IsQuestUnlocked_bUnlocked) == 0x000092, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_IsQuestUnlocked_bUnlocked' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000A0, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'PathSwitcherActorNew_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_CanHoldUse \ static_assert(alignof(PathSwitcherActorNew_C_CanHoldUse) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_CanHoldUse"); \ static_assert(sizeof(PathSwitcherActorNew_C_CanHoldUse) == 0x000098, "Wrong size on PathSwitcherActorNew_C_CanHoldUse"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanHoldUse, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'PathSwitcherActorNew_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_CanAltUse \ static_assert(alignof(PathSwitcherActorNew_C_CanAltUse) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_CanAltUse"); \ static_assert(sizeof(PathSwitcherActorNew_C_CanAltUse) == 0x000098, "Wrong size on PathSwitcherActorNew_C_CanAltUse"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltUse, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltUse, ReturnValue) == 0x000090, "Member 'PathSwitcherActorNew_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_CanAltHoldUse \ static_assert(alignof(PathSwitcherActorNew_C_CanAltHoldUse) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_CanAltHoldUse"); \ static_assert(sizeof(PathSwitcherActorNew_C_CanAltHoldUse) == 0x000098, "Wrong size on PathSwitcherActorNew_C_CanAltHoldUse"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltHoldUse, Hit) == 0x000000, "Member 'PathSwitcherActorNew_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcherActorNew_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'PathSwitcherActorNew_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcherActorNew_C_GetInteractionComponent \ static_assert(alignof(PathSwitcherActorNew_C_GetInteractionComponent) == 0x000008, "Wrong alignment on PathSwitcherActorNew_C_GetInteractionComponent"); \ static_assert(sizeof(PathSwitcherActorNew_C_GetInteractionComponent) == 0x000010, "Wrong size on PathSwitcherActorNew_C_GetInteractionComponent"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetInteractionComponent, Player) == 0x000000, "Member 'PathSwitcherActorNew_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(PathSwitcherActorNew_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'PathSwitcherActorNew_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APathSwitcherActorNew_C \ static_assert(alignof(APathSwitcherActorNew_C) == 0x000008, "Wrong alignment on APathSwitcherActorNew_C"); \ static_assert(sizeof(APathSwitcherActorNew_C) == 0x000420, "Wrong size on APathSwitcherActorNew_C"); \ static_assert(offsetof(APathSwitcherActorNew_C, UberGraphFrame) == 0x000220, "Member 'APathSwitcherActorNew_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Prophecy3) == 0x000228, "Member 'APathSwitcherActorNew_C::Prophecy3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Prophecy2) == 0x000230, "Member 'APathSwitcherActorNew_C::Prophecy2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Prophecy1) == 0x000238, "Member 'APathSwitcherActorNew_C::Prophecy1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, DissolveSound) == 0x000240, "Member 'APathSwitcherActorNew_C::DissolveSound' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FX_SphereArtifactPlatform) == 0x000248, "Member 'APathSwitcherActorNew_C::FX_SphereArtifactPlatform' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, InteractionWidgetComponent) == 0x000250, "Member 'APathSwitcherActorNew_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FGQuestMark) == 0x000258, "Member 'APathSwitcherActorNew_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FX_ArtifactBase) == 0x000260, "Member 'APathSwitcherActorNew_C::FX_ArtifactBase' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FX_3) == 0x000268, "Member 'APathSwitcherActorNew_C::FX_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FX_2) == 0x000270, "Member 'APathSwitcherActorNew_C::FX_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FX_1) == 0x000278, "Member 'APathSwitcherActorNew_C::FX_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Plane_3) == 0x000280, "Member 'APathSwitcherActorNew_C::Plane_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Plane_1) == 0x000288, "Member 'APathSwitcherActorNew_C::Plane_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Plane_2) == 0x000290, "Member 'APathSwitcherActorNew_C::Plane_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Totem_3) == 0x000298, "Member 'APathSwitcherActorNew_C::Totem_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Totem_2) == 0x0002A0, "Member 'APathSwitcherActorNew_C::Totem_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Totem_1) == 0x0002A8, "Member 'APathSwitcherActorNew_C::Totem_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Scene2) == 0x0002B0, "Member 'APathSwitcherActorNew_C::Scene2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Edge_1) == 0x0002B8, "Member 'APathSwitcherActorNew_C::Edge_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, RoundBase_3) == 0x0002C0, "Member 'APathSwitcherActorNew_C::RoundBase_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Slot_3) == 0x0002C8, "Member 'APathSwitcherActorNew_C::Slot_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, RoundBase_2) == 0x0002D0, "Member 'APathSwitcherActorNew_C::RoundBase_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Slot_2) == 0x0002D8, "Member 'APathSwitcherActorNew_C::Slot_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, RoundBase_1) == 0x0002E0, "Member 'APathSwitcherActorNew_C::RoundBase_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Slot_1) == 0x0002E8, "Member 'APathSwitcherActorNew_C::Slot_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Edge_3) == 0x0002F0, "Member 'APathSwitcherActorNew_C::Edge_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Scene1) == 0x0002F8, "Member 'APathSwitcherActorNew_C::Scene1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Edge_2) == 0x000300, "Member 'APathSwitcherActorNew_C::Edge_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Scene) == 0x000308, "Member 'APathSwitcherActorNew_C::Scene' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, FGInteraction) == 0x000310, "Member 'APathSwitcherActorNew_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, InteractBox) == 0x000318, "Member 'APathSwitcherActorNew_C::InteractBox' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Base) == 0x000320, "Member 'APathSwitcherActorNew_C::Base' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, DefaultSceneRoot) == 0x000328, "Member 'APathSwitcherActorNew_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForProphecy_Glow_D2B6FF9D4EDAE2F4DF74048D8EDD31A4) == 0x000330, "Member 'APathSwitcherActorNew_C::SetGlowForProphecy_Glow_D2B6FF9D4EDAE2F4DF74048D8EDD31A4' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForProphecy__Direction_D2B6FF9D4EDAE2F4DF74048D8EDD31A4) == 0x000334, "Member 'APathSwitcherActorNew_C::SetGlowForProphecy__Direction_D2B6FF9D4EDAE2F4DF74048D8EDD31A4' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForProphecy) == 0x000338, "Member 'APathSwitcherActorNew_C::SetGlowForProphecy' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphesyDissolve_Anim_CC688BB64CBD54A24F5BF99781F21591) == 0x000340, "Member 'APathSwitcherActorNew_C::ProphesyDissolve_Anim_CC688BB64CBD54A24F5BF99781F21591' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphesyDissolve__Direction_CC688BB64CBD54A24F5BF99781F21591) == 0x000344, "Member 'APathSwitcherActorNew_C::ProphesyDissolve__Direction_CC688BB64CBD54A24F5BF99781F21591' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphesyDissolve) == 0x000348, "Member 'APathSwitcherActorNew_C::ProphesyDissolve' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, DissolveTotems_Progress_00A8728F460B339436F6A79410B3A1A3) == 0x000350, "Member 'APathSwitcherActorNew_C::DissolveTotems_Progress_00A8728F460B339436F6A79410B3A1A3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, DissolveTotems__Direction_00A8728F460B339436F6A79410B3A1A3) == 0x000354, "Member 'APathSwitcherActorNew_C::DissolveTotems__Direction_00A8728F460B339436F6A79410B3A1A3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, DissolveTotems) == 0x000358, "Member 'APathSwitcherActorNew_C::DissolveTotems' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForRoundBase_Glow_60CC880048E96FA8C90C04A2F7BC4CFA) == 0x000360, "Member 'APathSwitcherActorNew_C::SetGlowForRoundBase_Glow_60CC880048E96FA8C90C04A2F7BC4CFA' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForRoundBase__Direction_60CC880048E96FA8C90C04A2F7BC4CFA) == 0x000364, "Member 'APathSwitcherActorNew_C::SetGlowForRoundBase__Direction_60CC880048E96FA8C90C04A2F7BC4CFA' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, SetGlowForRoundBase) == 0x000368, "Member 'APathSwitcherActorNew_C::SetGlowForRoundBase' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, AnimationTime) == 0x000370, "Member 'APathSwitcherActorNew_C::AnimationTime' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Rotate) == 0x000374, "Member 'APathSwitcherActorNew_C::Rotate' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, RotationSpeed) == 0x000378, "Member 'APathSwitcherActorNew_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, InteractCharacter) == 0x000380, "Member 'APathSwitcherActorNew_C::InteractCharacter' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, PreviousState) == 0x000388, "Member 'APathSwitcherActorNew_C::PreviousState' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bShouldEnableActor) == 0x000389, "Member 'APathSwitcherActorNew_C::bShouldEnableActor' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, As_Path_Switcher) == 0x000390, "Member 'APathSwitcherActorNew_C::As_Path_Switcher' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, PlaneDM_1) == 0x000398, "Member 'APathSwitcherActorNew_C::PlaneDM_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, PlaneDM_2) == 0x0003A0, "Member 'APathSwitcherActorNew_C::PlaneDM_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, PlaneDM_3) == 0x0003A8, "Member 'APathSwitcherActorNew_C::PlaneDM_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, RoundBaseDM) == 0x0003B0, "Member 'APathSwitcherActorNew_C::RoundBaseDM' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bHaveAnyone) == 0x0003B8, "Member 'APathSwitcherActorNew_C::bHaveAnyone' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, TotemDM_1) == 0x0003C0, "Member 'APathSwitcherActorNew_C::TotemDM_1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, TotemDM_2) == 0x0003C8, "Member 'APathSwitcherActorNew_C::TotemDM_2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, TotemDM_3) == 0x0003D0, "Member 'APathSwitcherActorNew_C::TotemDM_3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, Quest_InstallTaskTag) == 0x0003D8, "Member 'APathSwitcherActorNew_C::Quest_InstallTaskTag' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, QuestGraphManager) == 0x0003E0, "Member 'APathSwitcherActorNew_C::QuestGraphManager' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bEnableInteractWidget) == 0x0003E8, "Member 'APathSwitcherActorNew_C::bEnableInteractWidget' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bTakeProphecyTaskComplete) == 0x0003E9, "Member 'APathSwitcherActorNew_C::bTakeProphecyTaskComplete' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bTakeTheUnitTaskComplete) == 0x0003EA, "Member 'APathSwitcherActorNew_C::bTakeTheUnitTaskComplete' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bLastHiddenState) == 0x0003EB, "Member 'APathSwitcherActorNew_C::bLastHiddenState' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bPlayingAnimation) == 0x0003EC, "Member 'APathSwitcherActorNew_C::bPlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bQuestComplete) == 0x0003ED, "Member 'APathSwitcherActorNew_C::bQuestComplete' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, WaitTimer) == 0x0003F0, "Member 'APathSwitcherActorNew_C::WaitTimer' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bHaveMQ13Quest) == 0x0003F8, "Member 'APathSwitcherActorNew_C::bHaveMQ13Quest' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, bDisabled) == 0x0003F9, "Member 'APathSwitcherActorNew_C::bDisabled' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphecyMid) == 0x000400, "Member 'APathSwitcherActorNew_C::ProphecyMid' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphecyDissolveTime) == 0x000408, "Member 'APathSwitcherActorNew_C::ProphecyDissolveTime' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ActiveProphecies) == 0x00040C, "Member 'APathSwitcherActorNew_C::ActiveProphecies' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, ProphecyRound) == 0x000410, "Member 'APathSwitcherActorNew_C::ProphecyRound' has a wrong offset!"); \ static_assert(offsetof(APathSwitcherActorNew_C, PropheciesActive) == 0x000418, "Member 'APathSwitcherActorNew_C::PropheciesActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage \ static_assert(alignof(WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage) == 0x000018, "Wrong size on WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage, EntryPoint) == 0x000000, "Member 'WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage, K2Node_Event_EndPlayReason) == 0x000010, "Member 'WagonModule_RofleemoCage_C_ExecuteUbergraph_WagonModule_RofleemoCage::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_ReceiveEndPlay \ static_assert(alignof(WagonModule_RofleemoCage_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on WagonModule_RofleemoCage_C_ReceiveEndPlay"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_ReceiveEndPlay) == 0x000001, "Wrong size on WagonModule_RofleemoCage_C_ReceiveEndPlay"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'WagonModule_RofleemoCage_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD \ static_assert(alignof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD) == 0x000110, "Wrong size on WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, LifetimeData) == 0x000000, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateCap_Rofleemo_Caps) == 0x000010, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateCap_Rofleemo_Caps' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateCap_GeneratedCap) == 0x000020, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateCap_GeneratedCap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateAge_Age) == 0x000024, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateAge_Age' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterial_Materials_Head) == 0x000028, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterial_Materials_Head' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterial_Materials_Body) == 0x000038, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterial_Materials_Body' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterial_MaterialIndexHead) == 0x000048, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterial_MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterial_MaterialIndexBody) == 0x00004C, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterial_MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateGender_RofleemoGender) == 0x000050, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateGender_RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateSpecialization_Spec) == 0x000051, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateSpecialization_Spec' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsString_ReturnValue) == 0x000058, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsInt_ReturnValue) == 0x000068, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_Conv_IntToByte_ReturnValue) == 0x000088, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValidValue_ReturnValue) == 0x000089, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsInt_ReturnValue_1) == 0x00008C, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD, K2Node_MakeStruct_AIRofleemoConfig) == 0x000090, "Member 'WagonModule_RofleemoCage_C_SetRofleemoDescriptionFromLTD::K2Node_MakeStruct_AIRofleemoConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateRofleemo \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateRofleemo) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateRofleemo"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateRofleemo) == 0x000020, "Wrong size on WagonModule_RofleemoCage_C_GenerateRofleemo"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateRofleemo, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateRofleemo::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateRofleemo, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoCage_C_GenerateRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateRofleemo, CallFunc_Array_Get_Item) == 0x000010, "Member 'WagonModule_RofleemoCage_C_GenerateRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateRofleemo, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'WagonModule_RofleemoCage_C_GenerateRofleemo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateSpecialization \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateSpecialization) == 0x000004, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateSpecialization"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateSpecialization) == 0x000014, "Wrong size on WagonModule_RofleemoCage_C_GenerateSpecialization"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Spec) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Spec' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Temp_int_Variable) == 0x000004, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Temp_byte_Variable) == 0x000008, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Temp_byte_Variable_1) == 0x000009, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Temp_byte_Variable_2) == 0x00000A, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, Temp_byte_Variable_3) == 0x00000B, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateSpecialization, K2Node_Select_Default) == 0x000010, "Member 'WagonModule_RofleemoCage_C_GenerateSpecialization::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateGender \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateGender) == 0x000004, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateGender"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateGender) == 0x00000C, "Wrong size on WagonModule_RofleemoCage_C_GenerateGender"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateGender, RofleemoGender) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateGender::RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateGender, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoCage_C_GenerateGender::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateGender, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoCage_C_GenerateGender::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateGender, CallFunc_GetValidValue_ReturnValue) == 0x000009, "Member 'WagonModule_RofleemoCage_C_GenerateGender::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateAge \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateAge) == 0x000004, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateAge"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateAge) == 0x000010, "Wrong size on WagonModule_RofleemoCage_C_GenerateAge"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateAge, Age) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateAge::Age' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateAge, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoCage_C_GenerateAge::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateAge, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoCage_C_GenerateAge::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateAge, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoCage_C_GenerateAge::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateMaterial \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateMaterial) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateMaterial"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateMaterial) == 0x000060, "Wrong size on WagonModule_RofleemoCage_C_GenerateMaterial"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, Materials_Head) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::Materials_Head' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, Materials_Body) == 0x000010, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::Materials_Body' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, MaterialIndexHead_0) == 0x000020, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::MaterialIndexHead_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, MaterialIndexBody_0) == 0x000024, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::MaterialIndexBody_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000028, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue) == 0x000030, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_Conv_IntToBool_ReturnValue) == 0x000034, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue_1) == 0x000038, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue_1) == 0x000040, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetModuleLifetimeData_ReturnValue_2) == 0x000048, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetModuleLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_GetValueAsInt_ReturnValue_2) == 0x000050, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000054, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateMaterial, CallFunc_RandomIntegerFromStream_ReturnValue_1) == 0x000058, "Member 'WagonModule_RofleemoCage_C_GenerateMaterial::CallFunc_RandomIntegerFromStream_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GetDatatableRowStruct \ static_assert(alignof(WagonModule_RofleemoCage_C_GetDatatableRowStruct) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_GetDatatableRowStruct"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GetDatatableRowStruct) == 0x000080, "Wrong size on WagonModule_RofleemoCage_C_GetDatatableRowStruct"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_Array_Get_Item) == 0x00001C, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GetDatatableRowStruct, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WagonModule_RofleemoCage_C_GetDatatableRowStruct::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoCage_C_GenerateCap \ static_assert(alignof(WagonModule_RofleemoCage_C_GenerateCap) == 0x000008, "Wrong alignment on WagonModule_RofleemoCage_C_GenerateCap"); \ static_assert(sizeof(WagonModule_RofleemoCage_C_GenerateCap) == 0x000028, "Wrong size on WagonModule_RofleemoCage_C_GenerateCap"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateCap, Rofleemo_Caps) == 0x000000, "Member 'WagonModule_RofleemoCage_C_GenerateCap::Rofleemo_Caps' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateCap, GeneratedCap) == 0x000010, "Member 'WagonModule_RofleemoCage_C_GenerateCap::GeneratedCap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateCap, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoCage_C_GenerateCap::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoCage_C_GenerateCap, CallFunc_GetValueAsInt_ReturnValue) == 0x000020, "Member 'WagonModule_RofleemoCage_C_GenerateCap::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RofleemoCage_C \ static_assert(alignof(AWagonModule_RofleemoCage_C) == 0x000008, "Wrong alignment on AWagonModule_RofleemoCage_C"); \ static_assert(sizeof(AWagonModule_RofleemoCage_C) == 0x000758, "Wrong size on AWagonModule_RofleemoCage_C"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, UberGraphFrame_WagonModule_RofleemoCage_C) == 0x0005D0, "Member 'AWagonModule_RofleemoCage_C::UberGraphFrame_WagonModule_RofleemoCage_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, RofleemoIdle) == 0x0005D8, "Member 'AWagonModule_RofleemoCage_C::RofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, SkeletalMesh) == 0x0005E0, "Member 'AWagonModule_RofleemoCage_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, RofleemoDescription) == 0x0005E8, "Member 'AWagonModule_RofleemoCage_C::RofleemoDescription' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, RandomStream) == 0x000668, "Member 'AWagonModule_RofleemoCage_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, RofleemoDataTable) == 0x000670, "Member 'AWagonModule_RofleemoCage_C::RofleemoDataTable' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, DatatableRowStruct) == 0x000678, "Member 'AWagonModule_RofleemoCage_C::DatatableRowStruct' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, MaterialIndexHead) == 0x0006F8, "Member 'AWagonModule_RofleemoCage_C::MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, MaterialIndexBody) == 0x0006FC, "Member 'AWagonModule_RofleemoCage_C::MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, DataTableRowStructNew) == 0x000700, "Member 'AWagonModule_RofleemoCage_C::DataTableRowStructNew' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, OldBodyMaterialCount) == 0x000750, "Member 'AWagonModule_RofleemoCage_C::OldBodyMaterialCount' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoCage_C, OldHeadMaterialCount) == 0x000754, "Member 'AWagonModule_RofleemoCage_C::OldHeadMaterialCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_ExecuteUbergraph_GameMenuItem \ static_assert(alignof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem) == 0x000008, "Wrong alignment on GameMenuItem_C_ExecuteUbergraph_GameMenuItem"); \ static_assert(sizeof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem) == 0x0000A8, "Wrong size on GameMenuItem_C_ExecuteUbergraph_GameMenuItem"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, EntryPoint) == 0x000000, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_bool_Variable) == 0x000010, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_byte_Variable) == 0x000011, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_bool_Variable_1) == 0x000012, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_byte_Variable_1) == 0x000013, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_byte_Variable_2) == 0x000014, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_bool_Variable_2) == 0x000015, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_struct_Variable) == 0x000018, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_struct_Variable_1) == 0x000028, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Event_IsDesignTime) == 0x000038, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Event_isHovered) == 0x000048, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Select_Default) == 0x000049, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetItemSelect_isSelected) == 0x00004A, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x00004B, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_byte_Variable_3) == 0x00004C, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_byte_Variable_4) == 0x00004D, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000050, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetItemSelect_isSelected_1) == 0x000054, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetItemSelect_isSelected_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, Temp_bool_Variable_3) == 0x000055, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x000056, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Select_Default_1) == 0x000057, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetCanItemInteract_isInteractable) == 0x000060, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetHUD_ReturnValue) == 0x000070, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_DynamicCast_AsHUD_Interface) == 0x000078, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetCanItemInteract_isInteractable_1) == 0x000089, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetCanItemInteract_isInteractable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetIsGamepadNow_IsGamepad) == 0x00008A, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Select_Default_2) == 0x00008C, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, K2Node_Select_Default_3) == 0x00009C, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_GetItemHover_isHovered) == 0x00009D, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_ExecuteUbergraph_GameMenuItem, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0000A0, "Member 'GameMenuItem_C_ExecuteUbergraph_GameMenuItem::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_SetItemHover \ static_assert(alignof(GameMenuItem_C_SetItemHover) == 0x000001, "Wrong alignment on GameMenuItem_C_SetItemHover"); \ static_assert(sizeof(GameMenuItem_C_SetItemHover) == 0x000001, "Wrong size on GameMenuItem_C_SetItemHover"); \ static_assert(offsetof(GameMenuItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'GameMenuItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_PreConstruct \ static_assert(alignof(GameMenuItem_C_PreConstruct) == 0x000001, "Wrong alignment on GameMenuItem_C_PreConstruct"); \ static_assert(sizeof(GameMenuItem_C_PreConstruct) == 0x000001, "Wrong size on GameMenuItem_C_PreConstruct"); \ static_assert(offsetof(GameMenuItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'GameMenuItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_PlaySelectionAnim \ static_assert(alignof(GameMenuItem_C_PlaySelectionAnim) == 0x000008, "Wrong alignment on GameMenuItem_C_PlaySelectionAnim"); \ static_assert(sizeof(GameMenuItem_C_PlaySelectionAnim) == 0x000078, "Wrong size on GameMenuItem_C_PlaySelectionAnim"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, IsSelected) == 0x000000, "Member 'GameMenuItem_C_PlaySelectionAnim::IsSelected' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_struct_Variable) == 0x000004, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_struct_Variable_1) == 0x000014, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_bool_Variable) == 0x000024, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_byte_Variable) == 0x000025, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_byte_Variable_1) == 0x000026, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_bool_Variable_1) == 0x000027, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, K2Node_Select_Default) == 0x000028, "Member 'GameMenuItem_C_PlaySelectionAnim::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_byte_Variable_2) == 0x000029, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_byte_Variable_3) == 0x00002A, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, Temp_bool_Variable_2) == 0x00002B, "Member 'GameMenuItem_C_PlaySelectionAnim::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, K2Node_Select_Default_1) == 0x00002C, "Member 'GameMenuItem_C_PlaySelectionAnim::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, K2Node_Select_Default_2) == 0x000030, "Member 'GameMenuItem_C_PlaySelectionAnim::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'GameMenuItem_C_PlaySelectionAnim::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000068, "Member 'GameMenuItem_C_PlaySelectionAnim::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_PlaySelectionAnim, CallFunc_PlayAnimation_ReturnValue) == 0x000070, "Member 'GameMenuItem_C_PlaySelectionAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_AdjustFontSize \ static_assert(alignof(GameMenuItem_C_AdjustFontSize) == 0x000008, "Wrong alignment on GameMenuItem_C_AdjustFontSize"); \ static_assert(sizeof(GameMenuItem_C_AdjustFontSize) == 0x000070, "Wrong size on GameMenuItem_C_AdjustFontSize"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, Temp_bool_Variable) == 0x000000, "Member 'GameMenuItem_C_AdjustFontSize::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, Temp_int_Variable) == 0x000004, "Member 'GameMenuItem_C_AdjustFontSize::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, Temp_int_Variable_1) == 0x000008, "Member 'GameMenuItem_C_AdjustFontSize::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, CallFunc_Get_Now_Is_Asia_Lang_return) == 0x00000C, "Member 'GameMenuItem_C_AdjustFontSize::CallFunc_Get_Now_Is_Asia_Lang_return' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, K2Node_Select_Default) == 0x000010, "Member 'GameMenuItem_C_AdjustFontSize::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_AdjustFontSize, K2Node_MakeStruct_SlateFontInfo) == 0x000018, "Member 'GameMenuItem_C_AdjustFontSize::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMenuItem_C_UnselectItem \ static_assert(alignof(GameMenuItem_C_UnselectItem) == 0x000001, "Wrong alignment on GameMenuItem_C_UnselectItem"); \ static_assert(sizeof(GameMenuItem_C_UnselectItem) == 0x000003, "Wrong size on GameMenuItem_C_UnselectItem"); \ static_assert(offsetof(GameMenuItem_C_UnselectItem, isUnselected) == 0x000000, "Member 'GameMenuItem_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'GameMenuItem_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ static_assert(offsetof(GameMenuItem_C_UnselectItem, CallFunc_GetItemSelect_isSelected) == 0x000002, "Member 'GameMenuItem_C_UnselectItem::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameMenuItem_C \ static_assert(alignof(UGameMenuItem_C) == 0x000008, "Wrong alignment on UGameMenuItem_C"); \ static_assert(sizeof(UGameMenuItem_C) == 0x000308, "Wrong size on UGameMenuItem_C"); \ static_assert(offsetof(UGameMenuItem_C, UberGraphFrame_GameMenuItem_C) == 0x0002A8, "Member 'UGameMenuItem_C::UberGraphFrame_GameMenuItem_C' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, SelectAnimation) == 0x0002B0, "Member 'UGameMenuItem_C::SelectAnimation' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, HoverAnimation) == 0x0002B8, "Member 'UGameMenuItem_C::HoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, KeyDisplay) == 0x0002C0, "Member 'UGameMenuItem_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, MenuBgImage) == 0x0002C8, "Member 'UGameMenuItem_C::MenuBgImage' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, TitleText) == 0x0002D0, "Member 'UGameMenuItem_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, BgImage) == 0x0002D8, "Member 'UGameMenuItem_C::BgImage' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, MenuTitle) == 0x0002E0, "Member 'UGameMenuItem_C::MenuTitle' has a wrong offset!"); \ static_assert(offsetof(UGameMenuItem_C, TitlePadding) == 0x0002F8, "Member 'UGameMenuItem_C::TitlePadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_ExecuteUbergraph_PathSwitcher \ static_assert(alignof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher) == 0x000008, "Wrong alignment on PathSwitcher_C_ExecuteUbergraph_PathSwitcher"); \ static_assert(sizeof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher) == 0x0006E8, "Wrong size on PathSwitcher_C_ExecuteUbergraph_PathSwitcher"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, EntryPoint) == 0x000000, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00001C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000020, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000024, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Array_Index_Variable) == 0x000030, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x00004C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000050, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_Hit_3) == 0x000054, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_PlayerCharacter_3) == 0x0000E0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_Hit_2) == 0x0000E8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_PlayerCharacter_2) == 0x000170, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_Hit_1) == 0x000178, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_PlayerCharacter_1) == 0x000200, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_Hit) == 0x000208, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_Event_PlayerCharacter) == 0x000290, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_ParkingActor_1) == 0x000298, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_ParkingActor_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue) == 0x0002A0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance) == 0x0002A8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess) == 0x0002B0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_1) == 0x0002B8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue) == 0x0002C0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0002C8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_1) == 0x0002D0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_CanMove_Result) == 0x0002D1, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_CanMove_Result' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_1) == 0x0002D8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue) == 0x0002E0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_1) == 0x0002E8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x0002F0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_2) == 0x0002F8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_1) == 0x000300, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_3) == 0x000308, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_2) == 0x000310, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x000318, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_4) == 0x000320, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_3) == 0x000328, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x000330, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_5) == 0x000338, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_2) == 0x000340, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_2) == 0x000348, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_3) == 0x000350, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_2) == 0x000358, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_6) == 0x000360, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_3) == 0x000368, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_3) == 0x000370, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_7) == 0x000378, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Loop_Counter_Variable_3) == 0x00037C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Add_IntInt_ReturnValue_3) == 0x000380, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000384, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllActorsOfClass_OutActors) == 0x000388, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue) == 0x000398, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue) == 0x00039C, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_1) == 0x0003A0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Array_Index_Variable_3) == 0x0003A4, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Greater_IntInt_ReturnValue) == 0x0003A8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Get_Item) == 0x0003B0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_1) == 0x0003B8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0003C0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_2) == 0x0003D0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Less_IntInt_ReturnValue) == 0x0003D4, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllPlaceholders_ReturnValue) == 0x0003D8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_3) == 0x0003E8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0003EC, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_4) == 0x0003F0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_4) == 0x0003F8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_8) == 0x000400, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_4) == 0x000408, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_4) == 0x000410, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_4) == 0x000418, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_9) == 0x000420, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000428, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Get_Item_1) == 0x000438, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_4) == 0x000440, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Less_IntInt_ReturnValue_1) == 0x000444, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000448, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_2) == 0x000450, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000458, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Get_Item_2) == 0x000468, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_5) == 0x000470, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_HasAuthority_ReturnValue) == 0x000474, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Less_IntInt_ReturnValue_2) == 0x000475, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsThird_Person_Character) == 0x000478, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_10) == 0x000480, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestSpawner_ReturnValue) == 0x000488, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestSpawner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_3) == 0x000490, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_SwitchEnum_CmpSuccess) == 0x000491, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_NewState) == 0x000492, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_SwitchEnum_CmpSuccess_1) == 0x000493, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000498, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_4) == 0x0004A0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_HaveActiveQuestByTag_ReturnValue) == 0x0004A1, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_HaveActiveQuestByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0004A2, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x0004A8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Loop_Counter_Variable_4) == 0x0004B8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Get_Item_3) == 0x0004C0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004C8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Add_IntInt_ReturnValue_4) == 0x0004CC, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Length_ReturnValue_6) == 0x0004D0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_5) == 0x0004D8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Less_IntInt_ReturnValue_4) == 0x0004E0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_5) == 0x0004E8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_11) == 0x0004F0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_5) == 0x0004F8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_5) == 0x000500, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_5) == 0x000508, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_12) == 0x000510, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, Temp_int_Array_Index_Variable_4) == 0x000514, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_DarkWallActor) == 0x000518, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_DarkWallActor' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_ExitGate_First) == 0x000520, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_ExitGate_First' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_ExitGate_Second) == 0x000528, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_ExitGate_Second' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_Array_Get_Item_4) == 0x000530, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_5) == 0x000538, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_6) == 0x000540, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_6) == 0x000548, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_13) == 0x000550, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_6) == 0x000558, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_6) == 0x000560, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_6) == 0x000568, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_14) == 0x000570, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_BooleanOR_ReturnValue) == 0x000571, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_7) == 0x000578, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_8) == 0x000580, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_7) == 0x000588, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_15) == 0x000590, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_8) == 0x000598, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_16) == 0x0005A0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_7) == 0x0005A8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_8) == 0x0005B0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_7) == 0x0005B8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_8) == 0x0005C0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_7) == 0x0005C8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_17) == 0x0005D0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_8) == 0x0005D8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_18) == 0x0005E0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_9) == 0x0005E8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_9) == 0x0005F0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_19) == 0x0005F8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000600, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_20) == 0x000608, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_6) == 0x000609, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestGraphManager_ReturnValue_2) == 0x000610, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestGraphManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_MakeStruct_NarratorDialogueEvent) == 0x000618, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_MakeStruct_NarratorDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_7) == 0x000628, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestNarrator_ReturnValue) == 0x000630, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestNarrator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_8) == 0x000638, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_MakeStruct_NarratorDialogueEvent_1) == 0x000640, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_MakeStruct_NarratorDialogueEvent_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestSpawner_ReturnValue_1) == 0x000650, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestSpawner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_9) == 0x000658, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestSpawner_ReturnValue_2) == 0x000660, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestSpawner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_10) == 0x000668, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestGraphManager_ReturnValue_3) == 0x000670, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestGraphManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x000678, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_21) == 0x000680, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000688, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsValid_ReturnValue_11) == 0x000690, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_IsUnlocked_ReturnValue) == 0x000691, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetQuestGraphManager_ReturnValue_4) == 0x000698, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetQuestGraphManager_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_CustomEvent_ParkingActor) == 0x0006A0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_CustomEvent_ParkingActor' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetGameInstance_ReturnValue_10) == 0x0006A8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetGameInstance_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGGame_Instance_10) == 0x0006B0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGGame_Instance_10' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_22) == 0x0006B8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetLocomotive_ReturnValue_9) == 0x0006C0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetLocomotive_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_GetMovementComponent_ReturnValue_9) == 0x0006C8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_GetMovementComponent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, CallFunc_CanMove_Result_1) == 0x0006D0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::CallFunc_CanMove_Result_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_AsFGWagon_Movement_Component_9) == 0x0006D8, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_AsFGWagon_Movement_Component_9' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExecuteUbergraph_PathSwitcher, K2Node_DynamicCast_bSuccess_23) == 0x0006E0, "Member 'PathSwitcher_C_ExecuteUbergraph_PathSwitcher::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_PortalToPlatformEvent \ static_assert(alignof(PathSwitcher_C_PortalToPlatformEvent) == 0x000008, "Wrong alignment on PathSwitcher_C_PortalToPlatformEvent"); \ static_assert(sizeof(PathSwitcher_C_PortalToPlatformEvent) == 0x000008, "Wrong size on PathSwitcher_C_PortalToPlatformEvent"); \ static_assert(offsetof(PathSwitcher_C_PortalToPlatformEvent, ParkingActor_0) == 0x000000, "Member 'PathSwitcher_C_PortalToPlatformEvent::ParkingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_ExitToWorld_MQ13 \ static_assert(alignof(PathSwitcher_C_ExitToWorld_MQ13) == 0x000008, "Wrong alignment on PathSwitcher_C_ExitToWorld_MQ13"); \ static_assert(sizeof(PathSwitcher_C_ExitToWorld_MQ13) == 0x000018, "Wrong size on PathSwitcher_C_ExitToWorld_MQ13"); \ static_assert(offsetof(PathSwitcher_C_ExitToWorld_MQ13, DarkWallActor) == 0x000000, "Member 'PathSwitcher_C_ExitToWorld_MQ13::DarkWallActor' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExitToWorld_MQ13, ExitGate_First) == 0x000008, "Member 'PathSwitcher_C_ExitToWorld_MQ13::ExitGate_First' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_ExitToWorld_MQ13, ExitGate_Second) == 0x000010, "Member 'PathSwitcher_C_ExitToWorld_MQ13::ExitGate_Second' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_OnStateUpdated_Event_0 \ static_assert(alignof(PathSwitcher_C_OnStateUpdated_Event_0) == 0x000001, "Wrong alignment on PathSwitcher_C_OnStateUpdated_Event_0"); \ static_assert(sizeof(PathSwitcher_C_OnStateUpdated_Event_0) == 0x000001, "Wrong size on PathSwitcher_C_OnStateUpdated_Event_0"); \ static_assert(offsetof(PathSwitcher_C_OnStateUpdated_Event_0, NewState) == 0x000000, "Member 'PathSwitcher_C_OnStateUpdated_Event_0::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_EntranceToPlatformEvent \ static_assert(alignof(PathSwitcher_C_EntranceToPlatformEvent) == 0x000008, "Wrong alignment on PathSwitcher_C_EntranceToPlatformEvent"); \ static_assert(sizeof(PathSwitcher_C_EntranceToPlatformEvent) == 0x000008, "Wrong size on PathSwitcher_C_EntranceToPlatformEvent"); \ static_assert(offsetof(PathSwitcher_C_EntranceToPlatformEvent, ParkingActor_0) == 0x000000, "Member 'PathSwitcher_C_EntranceToPlatformEvent::ParkingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_OnUseActor \ static_assert(alignof(PathSwitcher_C_OnUseActor) == 0x000008, "Wrong alignment on PathSwitcher_C_OnUseActor"); \ static_assert(sizeof(PathSwitcher_C_OnUseActor) == 0x000090, "Wrong size on PathSwitcher_C_OnUseActor"); \ static_assert(offsetof(PathSwitcher_C_OnUseActor, Hit) == 0x000000, "Member 'PathSwitcher_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_OnHoldUseActor \ static_assert(alignof(PathSwitcher_C_OnHoldUseActor) == 0x000008, "Wrong alignment on PathSwitcher_C_OnHoldUseActor"); \ static_assert(sizeof(PathSwitcher_C_OnHoldUseActor) == 0x000090, "Wrong size on PathSwitcher_C_OnHoldUseActor"); \ static_assert(offsetof(PathSwitcher_C_OnHoldUseActor, Hit) == 0x000000, "Member 'PathSwitcher_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_OnAltHoldUseActor \ static_assert(alignof(PathSwitcher_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on PathSwitcher_C_OnAltHoldUseActor"); \ static_assert(sizeof(PathSwitcher_C_OnAltHoldUseActor) == 0x000090, "Wrong size on PathSwitcher_C_OnAltHoldUseActor"); \ static_assert(offsetof(PathSwitcher_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'PathSwitcher_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_OnAlternateUseActor \ static_assert(alignof(PathSwitcher_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on PathSwitcher_C_OnAlternateUseActor"); \ static_assert(sizeof(PathSwitcher_C_OnAlternateUseActor) == 0x000090, "Wrong size on PathSwitcher_C_OnAlternateUseActor"); \ static_assert(offsetof(PathSwitcher_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'PathSwitcher_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_GetSaveData \ static_assert(alignof(PathSwitcher_C_GetSaveData) == 0x000008, "Wrong alignment on PathSwitcher_C_GetSaveData"); \ static_assert(sizeof(PathSwitcher_C_GetSaveData) == 0x000058, "Wrong size on PathSwitcher_C_GetSaveData"); \ static_assert(offsetof(PathSwitcher_C_GetSaveData, ReturnValue) == 0x000000, "Member 'PathSwitcher_C_GetSaveData::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetSaveData, CallFunc_Save_SaveData) == 0x000020, "Member 'PathSwitcher_C_GetSaveData::CallFunc_Save_SaveData' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetSaveData, K2Node_MakeStruct_PathSwitcherSaveData) == 0x000038, "Member 'PathSwitcher_C_GetSaveData::K2Node_MakeStruct_PathSwitcherSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_LoadSaveData \ static_assert(alignof(PathSwitcher_C_LoadSaveData) == 0x000008, "Wrong alignment on PathSwitcher_C_LoadSaveData"); \ static_assert(sizeof(PathSwitcher_C_LoadSaveData) == 0x000138, "Wrong size on PathSwitcher_C_LoadSaveData"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, SaveData) == 0x000000, "Member 'PathSwitcher_C_LoadSaveData::SaveData' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, ReturnValue) == 0x000020, "Member 'PathSwitcher_C_LoadSaveData::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, Local_CurrentLootWeights) == 0x000028, "Member 'PathSwitcher_C_LoadSaveData::Local_CurrentLootWeights' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, Local_CurrentSeeds) == 0x000038, "Member 'PathSwitcher_C_LoadSaveData::Local_CurrentSeeds' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, Temp_int_Array_Index_Variable) == 0x000048, "Member 'PathSwitcher_C_LoadSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'PathSwitcher_C_LoadSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, K2Node_DynamicCast_AsFGGame_Instance) == 0x000058, "Member 'PathSwitcher_C_LoadSaveData::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'PathSwitcher_C_LoadSaveData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GeneratePathTokenRewards_ReturnValue) == 0x000068, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GeneratePathTokenRewards_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GetAllPlaceholders_ReturnValue) == 0x000078, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Array_Get_Item) == 0x000088, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000090, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, K2Node_DynamicCast_AsFGPath_Token) == 0x0000A0, "Member 'PathSwitcher_C_LoadSaveData::K2Node_DynamicCast_AsFGPath_Token' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'PathSwitcher_C_LoadSaveData::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GetValueAsInt_ReturnValue) == 0x0000AC, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GetValueAsInt_ReturnValue_1) == 0x0000B0, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GeneratePathToken_PathToken) == 0x0000B8, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GeneratePathToken_PathToken' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_GeneratePathToken_ReturnValue) == 0x000120, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_GeneratePathToken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Array_Length_ReturnValue) == 0x000124, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Array_Add_ReturnValue_1) == 0x00012C, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_LoadSaveData, CallFunc_Array_Add_ReturnValue_2) == 0x000130, "Member 'PathSwitcher_C_LoadSaveData::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_CanMove \ static_assert(alignof(PathSwitcher_C_CanMove) == 0x000008, "Wrong alignment on PathSwitcher_C_CanMove"); \ static_assert(sizeof(PathSwitcher_C_CanMove) == 0x000048, "Wrong size on PathSwitcher_C_CanMove"); \ static_assert(offsetof(PathSwitcher_C_CanMove, Wagon) == 0x000000, "Member 'PathSwitcher_C_CanMove::Wagon' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, Result) == 0x000008, "Member 'PathSwitcher_C_CanMove::Result' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'PathSwitcher_C_CanMove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000010, "Member 'PathSwitcher_C_CanMove::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'PathSwitcher_C_CanMove::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, Temp_int_Array_Index_Variable) == 0x000024, "Member 'PathSwitcher_C_CanMove::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_Array_Get_Item) == 0x000028, "Member 'PathSwitcher_C_CanMove::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, K2Node_DynamicCast_AsFGRails_Block) == 0x000030, "Member 'PathSwitcher_C_CanMove::K2Node_DynamicCast_AsFGRails_Block' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'PathSwitcher_C_CanMove::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'PathSwitcher_C_CanMove::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'PathSwitcher_C_CanMove::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanMove, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'PathSwitcher_C_CanMove::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_GetItemSelection \ static_assert(alignof(PathSwitcher_C_GetItemSelection) == 0x000008, "Wrong alignment on PathSwitcher_C_GetItemSelection"); \ static_assert(sizeof(PathSwitcher_C_GetItemSelection) == 0x000130, "Wrong size on PathSwitcher_C_GetItemSelection"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, Hit) == 0x000000, "Member 'PathSwitcher_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, Player) == 0x000088, "Member 'PathSwitcher_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, SelectionText) == 0x000090, "Member 'PathSwitcher_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'PathSwitcher_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'PathSwitcher_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'PathSwitcher_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_GetItemDurability \ static_assert(alignof(PathSwitcher_C_GetItemDurability) == 0x000008, "Wrong alignment on PathSwitcher_C_GetItemDurability"); \ static_assert(sizeof(PathSwitcher_C_GetItemDurability) == 0x000018, "Wrong size on PathSwitcher_C_GetItemDurability"); \ static_assert(offsetof(PathSwitcher_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'PathSwitcher_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_CanUse \ static_assert(alignof(PathSwitcher_C_CanUse) == 0x000008, "Wrong alignment on PathSwitcher_C_CanUse"); \ static_assert(sizeof(PathSwitcher_C_CanUse) == 0x000098, "Wrong size on PathSwitcher_C_CanUse"); \ static_assert(offsetof(PathSwitcher_C_CanUse, Hit) == 0x000000, "Member 'PathSwitcher_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanUse, ReturnValue) == 0x000090, "Member 'PathSwitcher_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_CanHoldUse \ static_assert(alignof(PathSwitcher_C_CanHoldUse) == 0x000008, "Wrong alignment on PathSwitcher_C_CanHoldUse"); \ static_assert(sizeof(PathSwitcher_C_CanHoldUse) == 0x000098, "Wrong size on PathSwitcher_C_CanHoldUse"); \ static_assert(offsetof(PathSwitcher_C_CanHoldUse, Hit) == 0x000000, "Member 'PathSwitcher_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'PathSwitcher_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_CanAltUse \ static_assert(alignof(PathSwitcher_C_CanAltUse) == 0x000008, "Wrong alignment on PathSwitcher_C_CanAltUse"); \ static_assert(sizeof(PathSwitcher_C_CanAltUse) == 0x000098, "Wrong size on PathSwitcher_C_CanAltUse"); \ static_assert(offsetof(PathSwitcher_C_CanAltUse, Hit) == 0x000000, "Member 'PathSwitcher_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanAltUse, ReturnValue) == 0x000090, "Member 'PathSwitcher_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSwitcher_C_CanAltHoldUse \ static_assert(alignof(PathSwitcher_C_CanAltHoldUse) == 0x000008, "Wrong alignment on PathSwitcher_C_CanAltHoldUse"); \ static_assert(sizeof(PathSwitcher_C_CanAltHoldUse) == 0x000098, "Wrong size on PathSwitcher_C_CanAltHoldUse"); \ static_assert(offsetof(PathSwitcher_C_CanAltHoldUse, Hit) == 0x000000, "Member 'PathSwitcher_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'PathSwitcher_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PathSwitcher_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'PathSwitcher_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APathSwitcher_C \ static_assert(alignof(APathSwitcher_C) == 0x000008, "Wrong alignment on APathSwitcher_C"); \ static_assert(sizeof(APathSwitcher_C) == 0x000380, "Wrong size on APathSwitcher_C"); \ static_assert(offsetof(APathSwitcher_C, UberGraphFrame) == 0x000268, "Member 'APathSwitcher_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ProphecyInventory) == 0x000270, "Member 'APathSwitcher_C::ProphecyInventory' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, InteractBox) == 0x000278, "Member 'APathSwitcher_C::InteractBox' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Edge3) == 0x000280, "Member 'APathSwitcher_C::Edge3' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Edge2) == 0x000288, "Member 'APathSwitcher_C::Edge2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Edge1) == 0x000290, "Member 'APathSwitcher_C::Edge1' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Rotator) == 0x000298, "Member 'APathSwitcher_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Button) == 0x0002A0, "Member 'APathSwitcher_C::Button' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Ring) == 0x0002A8, "Member 'APathSwitcher_C::Ring' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Base) == 0x0002B0, "Member 'APathSwitcher_C::Base' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Stone) == 0x0002B8, "Member 'APathSwitcher_C::Stone' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, DefaultSceneRoot) == 0x0002C0, "Member 'APathSwitcher_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Timeline_0_NewTrack_0_2AA863E84A7A2BDA95D59CAB2B3D47C7) == 0x0002C8, "Member 'APathSwitcher_C::Timeline_0_NewTrack_0_2AA863E84A7A2BDA95D59CAB2B3D47C7' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Timeline_0__Direction_2AA863E84A7A2BDA95D59CAB2B3D47C7) == 0x0002CC, "Member 'APathSwitcher_C::Timeline_0__Direction_2AA863E84A7A2BDA95D59CAB2B3D47C7' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, Timeline_0) == 0x0002D0, "Member 'APathSwitcher_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, TunnelToExitMQ13_Multyply_4D8C88D849190B813C78D2B105283A8E) == 0x0002D8, "Member 'APathSwitcher_C::TunnelToExitMQ13_Multyply_4D8C88D849190B813C78D2B105283A8E' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, TunnelToExitMQ13__Direction_4D8C88D849190B813C78D2B105283A8E) == 0x0002DC, "Member 'APathSwitcher_C::TunnelToExitMQ13__Direction_4D8C88D849190B813C78D2B105283A8E' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, TunnelToExitMQ13) == 0x0002E0, "Member 'APathSwitcher_C::TunnelToExitMQ13' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, StartQuestMove_Scale_10587B6943D246B427588FB7A9E2D681) == 0x0002E8, "Member 'APathSwitcher_C::StartQuestMove_Scale_10587B6943D246B427588FB7A9E2D681' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, StartQuestMove__Direction_10587B6943D246B427588FB7A9E2D681) == 0x0002EC, "Member 'APathSwitcher_C::StartQuestMove__Direction_10587B6943D246B427588FB7A9E2D681' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, StartQuestMove) == 0x0002F0, "Member 'APathSwitcher_C::StartQuestMove' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitQuest13_NewTrack_0_36BB8A6C4625F7AE55843AAC23FB5253) == 0x0002F8, "Member 'APathSwitcher_C::PerronToExitQuest13_NewTrack_0_36BB8A6C4625F7AE55843AAC23FB5253' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitQuest13__Direction_36BB8A6C4625F7AE55843AAC23FB5253) == 0x0002FC, "Member 'APathSwitcher_C::PerronToExitQuest13__Direction_36BB8A6C4625F7AE55843AAC23FB5253' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitQuest13) == 0x000300, "Member 'APathSwitcher_C::PerronToExitQuest13' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitWithArtifacts_NewTrack_0_A2609DC44192483D315C468EC4775245) == 0x000308, "Member 'APathSwitcher_C::PerronToExitWithArtifacts_NewTrack_0_A2609DC44192483D315C468EC4775245' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitWithArtifacts__Direction_A2609DC44192483D315C468EC4775245) == 0x00030C, "Member 'APathSwitcher_C::PerronToExitWithArtifacts__Direction_A2609DC44192483D315C468EC4775245' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitWithArtifacts) == 0x000310, "Member 'APathSwitcher_C::PerronToExitWithArtifacts' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ExitToPathTimeline_NewTrack_0_C05901B34D9A53C0B4A3F7A2AB34D0AC) == 0x000318, "Member 'APathSwitcher_C::ExitToPathTimeline_NewTrack_0_C05901B34D9A53C0B4A3F7A2AB34D0AC' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ExitToPathTimeline__Direction_C05901B34D9A53C0B4A3F7A2AB34D0AC) == 0x00031C, "Member 'APathSwitcher_C::ExitToPathTimeline__Direction_C05901B34D9A53C0B4A3F7A2AB34D0AC' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ExitToPathTimeline) == 0x000320, "Member 'APathSwitcher_C::ExitToPathTimeline' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, EntranceToPerronTimeline_NewTrack_0_1F2658A3419ECA58DC8129B6FEA28BB2) == 0x000328, "Member 'APathSwitcher_C::EntranceToPerronTimeline_NewTrack_0_1F2658A3419ECA58DC8129B6FEA28BB2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, EntranceToPerronTimeline__Direction_1F2658A3419ECA58DC8129B6FEA28BB2) == 0x00032C, "Member 'APathSwitcher_C::EntranceToPerronTimeline__Direction_1F2658A3419ECA58DC8129B6FEA28BB2' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, EntranceToPerronTimeline) == 0x000330, "Member 'APathSwitcher_C::EntranceToPerronTimeline' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitTimeline_NewTrack_0_26182C3B4BEBDAA337D00BA11C200761) == 0x000338, "Member 'APathSwitcher_C::PerronToExitTimeline_NewTrack_0_26182C3B4BEBDAA337D00BA11C200761' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitTimeline__Direction_26182C3B4BEBDAA337D00BA11C200761) == 0x00033C, "Member 'APathSwitcher_C::PerronToExitTimeline__Direction_26182C3B4BEBDAA337D00BA11C200761' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, PerronToExitTimeline) == 0x000340, "Member 'APathSwitcher_C::PerronToExitTimeline' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ActivatePathSwitcher) == 0x000348, "Member 'APathSwitcher_C::ActivatePathSwitcher' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, bCanUse) == 0x000358, "Member 'APathSwitcher_C::bCanUse' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, InteractCharacter) == 0x000360, "Member 'APathSwitcher_C::InteractCharacter' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, ParkingActor) == 0x000368, "Member 'APathSwitcher_C::ParkingActor' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, QuestManager) == 0x000370, "Member 'APathSwitcher_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(APathSwitcher_C, bDebugDarkEvent) == 0x000378, "Member 'APathSwitcher_C::bDebugDarkEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine \ static_assert(alignof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine) == 0x000348, "Wrong size on WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, EntryPoint) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_Hit) == 0x000004, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_DeltaSeconds) == 0x000098, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, Temp_byte_Variable) == 0x00009C, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_Hit_2) == 0x0000A0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_PlayerCharacter_1) == 0x000128, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_NewState) == 0x000130, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_OldState) == 0x000131, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetCurrentWagon_ReturnValue) == 0x000138, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetCurrentWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000140, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue) == 0x000141, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetTrain_ReturnValue) == 0x000148, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_1) == 0x000150, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsTrainControllBlockedByQuest_ReturnValue) == 0x000151, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsTrainControllBlockedByQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Not_PreBool_ReturnValue) == 0x000152, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000153, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000154, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BooleanAND_ReturnValue) == 0x000155, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BooleanAND_ReturnValue_1) == 0x000156, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_AsTrain_Mechanic_Engine_Component) == 0x000158, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_AsTrain_Mechanic_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Not_PreBool_ReturnValue_1) == 0x000161, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetMaxWorkPower_ReturnValue) == 0x000164, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetMaxWorkPower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetEnginePowerCurrent_ReturnValue) == 0x000168, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetEnginePowerCurrent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_MapRangeClamped_ReturnValue) == 0x00016C, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000170, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_FClamp_ReturnValue) == 0x000174, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Add_IntInt_ReturnValue) == 0x000178, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, Temp_byte_Variable_1) == 0x00017C, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Greater_IntInt_ReturnValue) == 0x00017D, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00017E, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetQuestManager_ReturnValue) == 0x000180, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_ProgressionType) == 0x000188, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_ProgressionType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_2) == 0x000189, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00018A, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetParentTrain_ReturnValue) == 0x000190, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetParentTrain_ReturnValue_1) == 0x000198, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_3) == 0x0001A0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_4) == 0x0001A1, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetLocomotive_ReturnValue) == 0x0001A8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_5) == 0x0001B0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_SwitchEnum_CmpSuccess) == 0x0001B1, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x0001B8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetParentTrain_ReturnValue_2) == 0x0001C8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_6) == 0x0001D0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetLocomotive_ReturnValue_1) == 0x0001D8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_7) == 0x0001E0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x0001E8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetParentTrain_ReturnValue_3) == 0x0001F8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_8) == 0x000200, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000201, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000202, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_9) == 0x000203, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, K2Node_Event_Hit_1) == 0x000204, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_bBlockingHit) == 0x00028C, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_bInitialOverlap) == 0x00028D, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_Time) == 0x000290, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_Distance) == 0x000294, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_Location) == 0x000298, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_ImpactPoint) == 0x0002A4, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_Normal) == 0x0002B0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_ImpactNormal) == 0x0002BC, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_PhysMat) == 0x0002C8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_HitActor) == 0x0002D0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_HitComponent) == 0x0002D8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_HitBoneName) == 0x0002E0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_HitItem) == 0x0002E8, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_ElementIndex) == 0x0002EC, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_FaceIndex) == 0x0002F0, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_TraceStart) == 0x0002F4, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BreakHitResult_TraceEnd) == 0x000300, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, Temp_byte_Variable_2) == 0x00030C, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetMaxWorkPower_ReturnValue_1) == 0x000310, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetMaxWorkPower_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetEnginePowerCurrent_ReturnValue_1) == 0x000314, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetEnginePowerCurrent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Get_Mini_Game_Widget_Widget) == 0x000318, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Get_Mini_Game_Widget_Widget' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000320, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_10) == 0x000324, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Get_Mini_Game_Widget_Widget_1) == 0x000328, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Get_Mini_Game_Widget_Widget_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_HasAuthority_ReturnValue) == 0x000330, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_11) == 0x000331, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_Get_Mini_Game_Widget_Widget_2) == 0x000338, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_Get_Mini_Game_Widget_Widget_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GetPickupDistance_Distance) == 0x000340, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GetPickupDistance_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000344, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_IsValid_ReturnValue_12) == 0x000345, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine, CallFunc_BooleanAND_ReturnValue_2) == 0x000346, "Member 'WagonModule_MechanicalEngine_C_ExecuteUbergraph_WagonModule_MechanicalEngine::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_OnUseActor \ static_assert(alignof(WagonModule_MechanicalEngine_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_OnUseActor"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_MechanicalEngine_C_OnUseActor"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_MechanicalEngine_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_OnGotFocus \ static_assert(alignof(WagonModule_MechanicalEngine_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_MechanicalEngine_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_MechanicalEngine_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_WorldProgressionUnlocked \ static_assert(alignof(WagonModule_MechanicalEngine_C_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on WagonModule_MechanicalEngine_C_WorldProgressionUnlocked"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_WorldProgressionUnlocked) == 0x000001, "Wrong size on WagonModule_MechanicalEngine_C_WorldProgressionUnlocked"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_MechanicalEngine_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_MechanicalEngine_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_MechanicalEngine_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_MechanicalEngine_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_OnUseBuild \ static_assert(alignof(WagonModule_MechanicalEngine_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_MechanicalEngine_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_MechanicalEngine_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_ReceiveTick \ static_assert(alignof(WagonModule_MechanicalEngine_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_MechanicalEngine_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_MechanicalEngine_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_CanUse \ static_assert(alignof(WagonModule_MechanicalEngine_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_CanUse"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_CanUse) == 0x000098, "Wrong size on WagonModule_MechanicalEngine_C_CanUse"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_MechanicalEngine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_MechanicalEngine_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'WagonModule_MechanicalEngine_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x000092, "Member 'WagonModule_MechanicalEngine_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, CallFunc_IsUnlocked_ReturnValue) == 0x000093, "Member 'WagonModule_MechanicalEngine_C_CanUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'WagonModule_MechanicalEngine_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_CompleteQuest \ static_assert(alignof(WagonModule_MechanicalEngine_C_CompleteQuest) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_CompleteQuest"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_CompleteQuest) == 0x000020, "Wrong size on WagonModule_MechanicalEngine_C_CompleteQuest"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, Temp_byte_Variable) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000010, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, CallFunc_Array_Contains_ReturnValue) == 0x000019, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_CompleteQuest, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WagonModule_MechanicalEngine_C_CompleteQuest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_SubscribeToWorldProgression \ static_assert(alignof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_SubscribeToWorldProgression"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression) == 0x000030, "Wrong size on WagonModule_MechanicalEngine_C_SubscribeToWorldProgression"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, CallFunc_IsUnlocked_ReturnValue) == 0x000010, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SubscribeToWorldProgression, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WagonModule_MechanicalEngine_C_SubscribeToWorldProgression::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_SyncHandleWithHands \ static_assert(alignof(WagonModule_MechanicalEngine_C_SyncHandleWithHands) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_SyncHandleWithHands"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_SyncHandleWithHands) == 0x000108, "Wrong size on WagonModule_MechanicalEngine_C_SyncHandleWithHands"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, Operator) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::Operator' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, TargetZ) == 0x000008, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::TargetZ' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_GetSocketLocation_ReturnValue) == 0x000018, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_X) == 0x000024, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_Y) == 0x000028, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_Z) == 0x00002C, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_X_1) == 0x000030, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_Y_1) == 0x000034, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakVector_Z_1) == 0x000038, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000048, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_FindLookAtRotation_ReturnValue) == 0x000054, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakRotator_Roll) == 0x000060, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakRotator_Pitch) == 0x000064, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_BreakRotator_Yaw) == 0x000068, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_MakeRotator_ReturnValue) == 0x000070, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_SyncHandleWithHands, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00007C, "Member 'WagonModule_MechanicalEngine_C_SyncHandleWithHands::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_GetItemSelection \ static_assert(alignof(WagonModule_MechanicalEngine_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_GetItemSelection) == 0x000138, "Wrong size on WagonModule_MechanicalEngine_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, Temp_text_Variable) == 0x0000B0, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000C8, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000D0, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue) == 0x0000D1, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, Temp_text_Variable_1) == 0x0000D8, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000F0, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0000F8, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000101, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000102, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_1) == 0x000108, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000110, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_2) == 0x000111, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x000112, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, Temp_bool_Variable) == 0x000113, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, K2Node_Select_Default) == 0x000118, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000130, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000131, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000132, "Member 'WagonModule_MechanicalEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_GetItemDurability \ static_assert(alignof(WagonModule_MechanicalEngine_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_MechanicalEngine_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_MechanicalEngine_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_OnRep_AttachedOperator \ static_assert(alignof(WagonModule_MechanicalEngine_C_OnRep_AttachedOperator) == 0x000001, "Wrong alignment on WagonModule_MechanicalEngine_C_OnRep_AttachedOperator"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_OnRep_AttachedOperator) == 0x000001, "Wrong size on WagonModule_MechanicalEngine_C_OnRep_AttachedOperator"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_OnRep_AttachedOperator, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_OnRep_AttachedOperator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget \ static_assert(alignof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget) == 0x000028, "Wrong size on WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, Widget) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::Widget' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, K2Node_DynamicCast_AsHUD_Ansora) == 0x000018, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WagonModule_MechanicalEngine_C_Get_Mini_Game_Widget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_MechanicalEngine_C_GetPowerPortion \ static_assert(alignof(WagonModule_MechanicalEngine_C_GetPowerPortion) == 0x000008, "Wrong alignment on WagonModule_MechanicalEngine_C_GetPowerPortion"); \ static_assert(sizeof(WagonModule_MechanicalEngine_C_GetPowerPortion) == 0x000018, "Wrong size on WagonModule_MechanicalEngine_C_GetPowerPortion"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetPowerPortion, NeedSpeedUp) == 0x000000, "Member 'WagonModule_MechanicalEngine_C_GetPowerPortion::NeedSpeedUp' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetPowerPortion, Power_Portion) == 0x000001, "Member 'WagonModule_MechanicalEngine_C_GetPowerPortion::Power_Portion' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetPowerPortion, CallFunc_Get_Mini_Game_Widget_Widget) == 0x000008, "Member 'WagonModule_MechanicalEngine_C_GetPowerPortion::CallFunc_Get_Mini_Game_Widget_Widget' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetPowerPortion, CallFunc_GetGameResult_PortionType) == 0x000010, "Member 'WagonModule_MechanicalEngine_C_GetPowerPortion::CallFunc_GetGameResult_PortionType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_MechanicalEngine_C_GetPowerPortion, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WagonModule_MechanicalEngine_C_GetPowerPortion::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_MechanicalEngine_C \ static_assert(alignof(AWagonModule_MechanicalEngine_C) == 0x000008, "Wrong alignment on AWagonModule_MechanicalEngine_C"); \ static_assert(sizeof(AWagonModule_MechanicalEngine_C) == 0x0006D0, "Wrong size on AWagonModule_MechanicalEngine_C"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, UberGraphFrame_WagonModule_MechanicalEngine_C) == 0x000628, "Member 'AWagonModule_MechanicalEngine_C::UberGraphFrame_WagonModule_MechanicalEngine_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, FGQuestMark_0) == 0x000630, "Member 'AWagonModule_MechanicalEngine_C::FGQuestMark_0' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, Box) == 0x000638, "Member 'AWagonModule_MechanicalEngine_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, LeftHandAttach) == 0x000640, "Member 'AWagonModule_MechanicalEngine_C::LeftHandAttach' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, RightHandAttach) == 0x000648, "Member 'AWagonModule_MechanicalEngine_C::RightHandAttach' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, QuestMarkArtifact) == 0x000650, "Member 'AWagonModule_MechanicalEngine_C::QuestMarkArtifact' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, QuestMark) == 0x000658, "Member 'AWagonModule_MechanicalEngine_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, InteractionWidgetComponent) == 0x000660, "Member 'AWagonModule_MechanicalEngine_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, RailCar_Boost) == 0x000668, "Member 'AWagonModule_MechanicalEngine_C::RailCar_Boost' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, S_Train_Handle_03) == 0x000670, "Member 'AWagonModule_MechanicalEngine_C::S_Train_Handle_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, Handle) == 0x000678, "Member 'AWagonModule_MechanicalEngine_C::Handle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, OnBrake) == 0x000680, "Member 'AWagonModule_MechanicalEngine_C::OnBrake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, IsAnimPlayed) == 0x000681, "Member 'AWagonModule_MechanicalEngine_C::IsAnimPlayed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, PathSwitcher) == 0x000688, "Member 'AWagonModule_MechanicalEngine_C::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, MechanicEngineComponent) == 0x000690, "Member 'AWagonModule_MechanicalEngine_C::MechanicEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, IsUseTriggered) == 0x000698, "Member 'AWagonModule_MechanicalEngine_C::IsUseTriggered' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, Counter) == 0x00069C, "Member 'AWagonModule_MechanicalEngine_C::Counter' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, QuestManager) == 0x0006A0, "Member 'AWagonModule_MechanicalEngine_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, World_Progression_Manager) == 0x0006A8, "Member 'AWagonModule_MechanicalEngine_C::World_Progression_Manager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, bSetWidgetHiddenInGame) == 0x0006B0, "Member 'AWagonModule_MechanicalEngine_C::bSetWidgetHiddenInGame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, AttachedOperator) == 0x0006B8, "Member 'AWagonModule_MechanicalEngine_C::AttachedOperator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, ActorState) == 0x0006C0, "Member 'AWagonModule_MechanicalEngine_C::ActorState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_MechanicalEngine_C, NewVar_0f) == 0x0006C8, "Member 'AWagonModule_MechanicalEngine_C::NewVar_0f' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base \ static_assert(alignof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base) == 0x000410, "Wrong size on ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, EntryPoint) == 0x000000, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_byte_Variable) == 0x000004, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_byte_Variable_1) == 0x00002C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable) == 0x000030, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_1) == 0x000048, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_2) == 0x000060, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_3) == 0x000078, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_4) == 0x000090, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_5) == 0x0000A8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_6) == 0x0000C0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_7) == 0x0000D8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_text_Variable_8) == 0x0000F0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_byte_Variable_2) == 0x000108, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_bool_Variable) == 0x000109, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Event_IsDesignTime) == 0x00010A, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000110, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_Percent) == 0x000118, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000120, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default) == 0x000128, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_bool_Variable_1) == 0x000129, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_CurrentTime) == 0x00012C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_CurrentTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_EndTime) == 0x000130, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_EndTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default_1) == 0x000178, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_MakeArray_Array) == 0x000188, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Format_ReturnValue) == 0x000198, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0001B0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_MapRangeUnclamped_ReturnValue) == 0x0001B4, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_CraftTable) == 0x0001B8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_CraftTable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_CraftManager) == 0x0001C0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_CraftManager' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_ZoneID) == 0x0001C8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_ZoneID' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_1) == 0x0001CC, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001CD, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001D0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001E0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001E1, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue) == 0x0001E2, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_1) == 0x0001E3, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001E4, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_CraftingTable) == 0x0001F8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_CraftingTable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_4) == 0x000200, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000210, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_2) == 0x000218, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_GetCurrentServerTime_ReturnValue) == 0x00021C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_FCeil_ReturnValue) == 0x000220, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000224, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Subtract_IntInt_ReturnValue) == 0x000228, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_VT_Manager) == 0x000230, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_VT_Manager' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_Table) == 0x000238, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_Table' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_3) == 0x000240, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_TypeInfo) == 0x000244, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_UpdateType) == 0x00024C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_5) == 0x000250, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000260, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_bool_Variable_2) == 0x000268, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_4) == 0x000269, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default_2) == 0x00026C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_GetCurrentServerTime_ReturnValue_1) == 0x00027C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_GetCurrentServerTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000280, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000284, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_5) == 0x000288, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_Manager) == 0x000290, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_Manager' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_Rofleemo) == 0x000298, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002A0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0002A1, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0002A2, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_2) == 0x0002A3, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_3) == 0x0002A4, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_6) == 0x0002A5, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_7) == 0x0002A6, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0002A7, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0002A8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0002A9, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_4) == 0x0002AA, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_5) == 0x0002AB, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002AC, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0002C0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_8) == 0x0002C8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002CC, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_bool_Variable_3) == 0x0002D0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_FCeil_ReturnValue_1) == 0x0002D4, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_FCeil_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default_3) == 0x0002D8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CustomEvent_Station) == 0x0002E8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CustomEvent_Station' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_byte_Variable_3) == 0x0002F0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0002F1, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0002F2, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x0002F3, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_6) == 0x0002F4, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_byte_Variable_4) == 0x0002F5, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_BooleanOR_ReturnValue_7) == 0x0002F6, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002F8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000308, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_MakeLiteralText_ReturnValue) == 0x000310, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_IsValid_ReturnValue_9) == 0x000328, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x000330, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_GetCurrentServerTime_ReturnValue_2) == 0x000370, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_GetCurrentServerTime_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_SwitchEnum_CmpSuccess) == 0x000374, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default_4) == 0x000378, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_MakeStruct_FormatArgumentData_2) == 0x000390, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0003D0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_MakeArray_Array_1) == 0x0003D8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0003E8, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Format_ReturnValue_1) == 0x0003F0, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000408, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, Temp_bool_Variable_4) == 0x00040C, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base, K2Node_Select_Default_5) == 0x00040D, "Member 'ProgressTimerWidget_Base_C_ExecuteUbergraph_ProgressTimerWidget_Base::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_InitGathering \ static_assert(alignof(ProgressTimerWidget_Base_C_InitGathering) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_InitGathering"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_InitGathering) == 0x000008, "Wrong size on ProgressTimerWidget_Base_C_InitGathering"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitGathering, Station) == 0x000000, "Member 'ProgressTimerWidget_Base_C_InitGathering::Station' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_InitRofleemo \ static_assert(alignof(ProgressTimerWidget_Base_C_InitRofleemo) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_InitRofleemo"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_InitRofleemo) == 0x000010, "Wrong size on ProgressTimerWidget_Base_C_InitRofleemo"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitRofleemo, Manager) == 0x000000, "Member 'ProgressTimerWidget_Base_C_InitRofleemo::Manager' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitRofleemo, Rofleemo) == 0x000008, "Member 'ProgressTimerWidget_Base_C_InitRofleemo::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate \ static_assert(alignof(ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate) == 0x000004, "Wrong alignment on ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate) == 0x00000C, "Wrong size on ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate, TypeInfo) == 0x000000, "Member 'ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate, UpdateType) == 0x000008, "Member 'ProgressTimerWidget_Base_C_OnVoidTechProgressUpdate::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_InitResearch \ static_assert(alignof(ProgressTimerWidget_Base_C_InitResearch) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_InitResearch"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_InitResearch) == 0x000010, "Wrong size on ProgressTimerWidget_Base_C_InitResearch"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitResearch, VT_Manager) == 0x000000, "Member 'ProgressTimerWidget_Base_C_InitResearch::VT_Manager' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitResearch, Table) == 0x000008, "Member 'ProgressTimerWidget_Base_C_InitResearch::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate \ static_assert(alignof(ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate) == 0x000008, "Wrong size on ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate, CraftingTable) == 0x000000, "Member 'ProgressTimerWidget_Base_C_OnCraftTableProgressUpdate::CraftingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_InitCraft \ static_assert(alignof(ProgressTimerWidget_Base_C_InitCraft) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_InitCraft"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_InitCraft) == 0x000018, "Wrong size on ProgressTimerWidget_Base_C_InitCraft"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitCraft, CraftTable_0) == 0x000000, "Member 'ProgressTimerWidget_Base_C_InitCraft::CraftTable_0' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitCraft, CraftManager_0) == 0x000008, "Member 'ProgressTimerWidget_Base_C_InitCraft::CraftManager_0' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_InitCraft, ZoneID_0) == 0x000010, "Member 'ProgressTimerWidget_Base_C_InitCraft::ZoneID_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_DrawTime \ static_assert(alignof(ProgressTimerWidget_Base_C_DrawTime) == 0x000004, "Wrong alignment on ProgressTimerWidget_Base_C_DrawTime"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_DrawTime) == 0x000008, "Wrong size on ProgressTimerWidget_Base_C_DrawTime"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_DrawTime, CurrentTime) == 0x000000, "Member 'ProgressTimerWidget_Base_C_DrawTime::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_DrawTime, EndTime) == 0x000004, "Member 'ProgressTimerWidget_Base_C_DrawTime::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_SetProgressPercent \ static_assert(alignof(ProgressTimerWidget_Base_C_SetProgressPercent) == 0x000004, "Wrong alignment on ProgressTimerWidget_Base_C_SetProgressPercent"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_SetProgressPercent) == 0x000004, "Wrong size on ProgressTimerWidget_Base_C_SetProgressPercent"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_SetProgressPercent, Percent) == 0x000000, "Member 'ProgressTimerWidget_Base_C_SetProgressPercent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_PreConstruct \ static_assert(alignof(ProgressTimerWidget_Base_C_PreConstruct) == 0x000001, "Wrong alignment on ProgressTimerWidget_Base_C_PreConstruct"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_PreConstruct) == 0x000001, "Wrong size on ProgressTimerWidget_Base_C_PreConstruct"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ProgressTimerWidget_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_UpdateProgress_Craft \ static_assert(alignof(ProgressTimerWidget_Base_C_UpdateProgress_Craft) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_UpdateProgress_Craft"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_UpdateProgress_Craft) == 0x000070, "Wrong size on ProgressTimerWidget_Base_C_UpdateProgress_Craft"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x00000C, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_IsValid_ReturnValue_1) == 0x00000E, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_FindCraftInProgress_List) == 0x000010, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_FindCraftInProgress_List' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_FindCraftInProgress_ReturnValue) == 0x000020, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_FindCraftInProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_Array_Get_Item) == 0x000028, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00006D, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00006E, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Craft, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006F, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Craft::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_UpdateProgress_Research \ static_assert(alignof(ProgressTimerWidget_Base_C_UpdateProgress_Research) == 0x000001, "Wrong alignment on ProgressTimerWidget_Base_C_UpdateProgress_Research"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_UpdateProgress_Research) == 0x000004, "Wrong size on ProgressTimerWidget_Base_C_UpdateProgress_Research"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Research, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Research::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Research, CallFunc_IsVoidTechPaused_ReturnValue) == 0x000001, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Research::CallFunc_IsVoidTechPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Research, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Research::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Research, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x000003, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Research::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo \ static_assert(alignof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo) == 0x000008, "Wrong alignment on ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo) == 0x000048, "Wrong size on ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_GetRofleemoSeed_Seed) == 0x000004, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_FindRofleemoLearnProgress_Progress) == 0x000008, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_FindRofleemoLearnProgress_Progress' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_FindRofleemoLearnProgress_ReturnValue) == 0x000040, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_FindRofleemoLearnProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000042, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000043, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x000044, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Rofleemo::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidget_Base_C_UpdateProgress_Gatherer \ static_assert(alignof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer) == 0x000001, "Wrong alignment on ProgressTimerWidget_Base_C_UpdateProgress_Gatherer"); \ static_assert(sizeof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer) == 0x000004, "Wrong size on ProgressTimerWidget_Base_C_UpdateProgress_Gatherer"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Gatherer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Gatherer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Gatherer::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidget_Base_C_UpdateProgress_Gatherer, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x000003, "Member 'ProgressTimerWidget_Base_C_UpdateProgress_Gatherer::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressTimerWidget_Base_C \ static_assert(alignof(UProgressTimerWidget_Base_C) == 0x000008, "Wrong alignment on UProgressTimerWidget_Base_C"); \ static_assert(sizeof(UProgressTimerWidget_Base_C) == 0x0003E0, "Wrong size on UProgressTimerWidget_Base_C"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, UberGraphFrame) == 0x000260, "Member 'UProgressTimerWidget_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, Background) == 0x000268, "Member 'UProgressTimerWidget_Base_C::Background' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, CircularBG) == 0x000270, "Member 'UProgressTimerWidget_Base_C::CircularBG' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, GatherPauseText) == 0x000278, "Member 'UProgressTimerWidget_Base_C::GatherPauseText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, ProgressImage) == 0x000280, "Member 'UProgressTimerWidget_Base_C::ProgressImage' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, TimerBox) == 0x000288, "Member 'UProgressTimerWidget_Base_C::TimerBox' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, TimeText) == 0x000290, "Member 'UProgressTimerWidget_Base_C::TimeText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, WarningIcon) == 0x000298, "Member 'UProgressTimerWidget_Base_C::WarningIcon' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, CircularBG_Color) == 0x0002A0, "Member 'UProgressTimerWidget_Base_C::CircularBG_Color' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, MI_Main) == 0x0002B0, "Member 'UProgressTimerWidget_Base_C::MI_Main' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, MainColor) == 0x0002B8, "Member 'UProgressTimerWidget_Base_C::MainColor' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, PreviewPercent) == 0x0002C8, "Member 'UProgressTimerWidget_Base_C::PreviewPercent' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, CircularBG_ColorError) == 0x0002CC, "Member 'UProgressTimerWidget_Base_C::CircularBG_ColorError' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, Background_Color) == 0x0002DC, "Member 'UProgressTimerWidget_Base_C::Background_Color' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, Background_ColorError) == 0x0002EC, "Member 'UProgressTimerWidget_Base_C::Background_ColorError' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, HasError) == 0x0002FC, "Member 'UProgressTimerWidget_Base_C::HasError' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, MainColor_Error) == 0x000300, "Member 'UProgressTimerWidget_Base_C::MainColor_Error' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, Timer_TH) == 0x000310, "Member 'UProgressTimerWidget_Base_C::Timer_TH' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, InProgress) == 0x000318, "Member 'UProgressTimerWidget_Base_C::InProgress' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, Player) == 0x000320, "Member 'UProgressTimerWidget_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, CraftTable) == 0x000328, "Member 'UProgressTimerWidget_Base_C::CraftTable' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, CraftManager) == 0x000330, "Member 'UProgressTimerWidget_Base_C::CraftManager' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, ProgressData_Craft) == 0x000338, "Member 'UProgressTimerWidget_Base_C::ProgressData_Craft' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, VTManager) == 0x000378, "Member 'UProgressTimerWidget_Base_C::VTManager' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, ResearchTable) == 0x000380, "Member 'UProgressTimerWidget_Base_C::ResearchTable' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, RofleemoManager) == 0x000388, "Member 'UProgressTimerWidget_Base_C::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, RofleemoActor) == 0x000390, "Member 'UProgressTimerWidget_Base_C::RofleemoActor' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, ProgressData_Rofleemo) == 0x000398, "Member 'UProgressTimerWidget_Base_C::ProgressData_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, GathererStation) == 0x0003D0, "Member 'UProgressTimerWidget_Base_C::GathererStation' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidget_Base_C, ZoneID) == 0x0003D8, "Member 'UProgressTimerWidget_Base_C::ZoneID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootWallWagon_C_ExecuteUbergraph_LootWallWagon \ static_assert(alignof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon) == 0x000008, "Wrong alignment on LootWallWagon_C_ExecuteUbergraph_LootWallWagon"); \ static_assert(sizeof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon) == 0x0000D0, "Wrong size on LootWallWagon_C_ExecuteUbergraph_LootWallWagon"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, EntryPoint) == 0x000000, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_DynamicCast_AsFGItem) == 0x0000B0, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_DynamicCast_AsFGItem' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_DynamicCast_AsFGVoid_Item) == 0x0000C0, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_DynamicCast_AsFGVoid_Item' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_ExecuteUbergraph_LootWallWagon, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'LootWallWagon_C_ExecuteUbergraph_LootWallWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LootWallWagon_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALootWallWagon_C \ static_assert(alignof(ALootWallWagon_C) == 0x000008, "Wrong alignment on ALootWallWagon_C"); \ static_assert(sizeof(ALootWallWagon_C) == 0x000238, "Wrong size on ALootWallWagon_C"); \ static_assert(offsetof(ALootWallWagon_C, UberGraphFrame) == 0x000220, "Member 'ALootWallWagon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALootWallWagon_C, Box) == 0x000228, "Member 'ALootWallWagon_C::Box' has a wrong offset!"); \ static_assert(offsetof(ALootWallWagon_C, DefaultSceneRoot) == 0x000230, "Member 'ALootWallWagon_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem \ static_assert(alignof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem) == 0x000100, "Wrong size on GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, EntryPoint) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, CallFunc_GetWasStolen_ReturnValue) == 0x000004, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::CallFunc_GetWasStolen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, K2Node_Event_Hit) == 0x000008, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, CallFunc_SetStaticMesh_ReturnValue) == 0x000091, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000092, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000098, "Member 'GenericWagonModule_HeavyItem_C_ExecuteUbergraph_GenericWagonModule_HeavyItem::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_OnGotFocus \ static_assert(alignof(GenericWagonModule_HeavyItem_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericWagonModule_HeavyItem_C_OnGotFocus"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_OnGotFocus) == 0x000088, "Wrong size on GenericWagonModule_HeavyItem_C_OnGotFocus"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_SlotIsEmpty \ static_assert(alignof(GenericWagonModule_HeavyItem_C_SlotIsEmpty) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_SlotIsEmpty"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_SlotIsEmpty) == 0x000088, "Wrong size on GenericWagonModule_HeavyItem_C_SlotIsEmpty"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, Player) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, Result) == 0x000008, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::Result' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, BackPackCapacity) == 0x00000C, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::BackPackCapacity' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue) == 0x000010, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue) == 0x00001A, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue) == 0x000020, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_1) == 0x000030, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000040, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000048, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_2) == 0x000050, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_3) == 0x000058, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000059, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_2) == 0x000060, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_3) == 0x000068, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000070, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_4) == 0x000071, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000072, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_3) == 0x000078, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000080, "Member 'GenericWagonModule_HeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot \ static_assert(alignof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot) == 0x000020, "Wrong size on GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, Player) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, Result) == 0x000008, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::Result' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, BackPackCapacity) == 0x00000C, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::BackPackCapacity' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, CallFunc_GetBackPackInfo_Capacity) == 0x000014, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::CallFunc_GetBackPackInfo_Capacity' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, CallFunc_GetBackPackInfo_EquipedSlots) == 0x000018, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::CallFunc_GetBackPackInfo_EquipedSlots' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'GenericWagonModule_HeavyItem_C_HaveAnyHeavySlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_CreateStolenMark \ static_assert(alignof(GenericWagonModule_HeavyItem_C_CreateStolenMark) == 0x000010, "Wrong alignment on GenericWagonModule_HeavyItem_C_CreateStolenMark"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_CreateStolenMark) == 0x000050, "Wrong size on GenericWagonModule_HeavyItem_C_CreateStolenMark"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CreateStolenMark, Temp_struct_Variable) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_CreateStolenMark::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CreateStolenMark, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'GenericWagonModule_HeavyItem_C_CreateStolenMark::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CreateStolenMark, K2Node_DynamicCast_AsStolen_Mark) == 0x000038, "Member 'GenericWagonModule_HeavyItem_C_CreateStolenMark::K2Node_DynamicCast_AsStolen_Mark' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CreateStolenMark, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericWagonModule_HeavyItem_C_CreateStolenMark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CreateStolenMark, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000041, "Member 'GenericWagonModule_HeavyItem_C_CreateStolenMark::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetItemSelection \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetItemSelection"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWagonModule_HeavyItem_C_GetItemSelection"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemSelection, CallFunc_HaveAnyHeavySlot_Result) == 0x0000AA, "Member 'GenericWagonModule_HeavyItem_C_GetItemSelection::CallFunc_HaveAnyHeavySlot_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetItemDurability \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetItemDurability"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetItemDurability) == 0x000018, "Wrong size on GenericWagonModule_HeavyItem_C_GetItemDurability"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed \ static_assert(alignof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericWagonModule_HeavyItem_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_CanRepairIt \ static_assert(alignof(GenericWagonModule_HeavyItem_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericWagonModule_HeavyItem_C_CanRepairIt"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_CanRepairIt) == 0x00008C, "Wrong size on GenericWagonModule_HeavyItem_C_CanRepairIt"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericWagonModule_HeavyItem_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetAdditionalButtons \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericWagonModule_HeavyItem_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetProgressStatusState \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetProgressStatusState"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericWagonModule_HeavyItem_C_GetProgressStatusState"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetProgressStatusTime \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericWagonModule_HeavyItem_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagonModule_HeavyItem_C_GetBackPackInfo \ static_assert(alignof(GenericWagonModule_HeavyItem_C_GetBackPackInfo) == 0x000008, "Wrong alignment on GenericWagonModule_HeavyItem_C_GetBackPackInfo"); \ static_assert(sizeof(GenericWagonModule_HeavyItem_C_GetBackPackInfo) == 0x000088, "Wrong size on GenericWagonModule_HeavyItem_C_GetBackPackInfo"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Inventory) == 0x000000, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Inventory' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Capacity) == 0x000008, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Capacity' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, EquipedSlots) == 0x00000C, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::EquipedSlots' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, LocalCountSlots) == 0x000010, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::LocalCountSlots' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, LocalCountEquipedSlot) == 0x000014, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::LocalCountEquipedSlot' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable) == 0x000018, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable_1) == 0x00001C, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue_1) == 0x000038, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000048, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue) == 0x000052, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000053, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable_2) == 0x000054, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue_2) == 0x000058, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue_2) == 0x000060, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000068, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable_3) == 0x00006C, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_3) == 0x000070, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable_4) == 0x000074, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, Temp_int_Variable_5) == 0x000078, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_3) == 0x00007C, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_4) == 0x000080, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagonModule_HeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_5) == 0x000084, "Member 'GenericWagonModule_HeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWagonModule_HeavyItem_C \ static_assert(alignof(AGenericWagonModule_HeavyItem_C) == 0x000008, "Wrong alignment on AGenericWagonModule_HeavyItem_C"); \ static_assert(sizeof(AGenericWagonModule_HeavyItem_C) == 0x0005D0, "Wrong size on AGenericWagonModule_HeavyItem_C"); \ static_assert(offsetof(AGenericWagonModule_HeavyItem_C, UberGraphFrame) == 0x0005B8, "Member 'AGenericWagonModule_HeavyItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericWagonModule_HeavyItem_C, BuildZone) == 0x0005C0, "Member 'AGenericWagonModule_HeavyItem_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AGenericWagonModule_HeavyItem_C, StolenMark) == 0x0005C8, "Member 'AGenericWagonModule_HeavyItem_C::StolenMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid \ static_assert(alignof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid) == 0x000008, "Wrong alignment on GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid"); \ static_assert(sizeof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid) == 0x000148, "Wrong size on GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, EntryPoint) == 0x000000, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, Temp_bool_Variable) == 0x000004, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, Temp_object_Variable) == 0x000008, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, Temp_object_Variable_1) == 0x000010, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_Event_WorldState) == 0x000028, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_Select_Default) == 0x0000F0, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, CallFunc_Greater_IntInt_ReturnValue) == 0x0000FC, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_MakeStruct_EnvNamedValue) == 0x000100, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_MakeStruct_EnvNamedValue_1) == 0x000110, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_MakeStruct_EnvNamedValue_2) == 0x000120, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_MakeStruct_EnvNamedValue_2' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, CallFunc_GetActionPlanner_ReturnValue) == 0x000130, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid, K2Node_MakeArray_Array) == 0x000138, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_ExecuteUbergraph_GOAP_WorldState_InspectTargetPathIsValid::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_InspectTargetPathIsValid_C_QueryState \ static_assert(alignof(GOAP_WorldState_InspectTargetPathIsValid_C_QueryState) == 0x000008, "Wrong alignment on GOAP_WorldState_InspectTargetPathIsValid_C_QueryState"); \ static_assert(sizeof(GOAP_WorldState_InspectTargetPathIsValid_C_QueryState) == 0x0000C8, "Wrong size on GOAP_WorldState_InspectTargetPathIsValid_C_QueryState"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_QueryState, WorldState) == 0x000000, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied \ static_assert(alignof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied) == 0x000008, "Wrong alignment on GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied"); \ static_assert(sizeof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied) == 0x0000E0, "Wrong size on GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied, WorldState) == 0x000000, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_IsSatisfied::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid \ static_assert(alignof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid) == 0x000008, "Wrong alignment on GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid"); \ static_assert(sizeof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid) == 0x0000E0, "Wrong size on GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid, WorldState) == 0x000000, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'GOAP_WorldState_InspectTargetPathIsValid_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGOAP_WorldState_InspectTargetPathIsValid_C \ static_assert(alignof(UGOAP_WorldState_InspectTargetPathIsValid_C) == 0x000008, "Wrong alignment on UGOAP_WorldState_InspectTargetPathIsValid_C"); \ static_assert(sizeof(UGOAP_WorldState_InspectTargetPathIsValid_C) == 0x000090, "Wrong size on UGOAP_WorldState_InspectTargetPathIsValid_C"); \ static_assert(offsetof(UGOAP_WorldState_InspectTargetPathIsValid_C, UberGraphFrame) == 0x000088, "Member 'UGOAP_WorldState_InspectTargetPathIsValid_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon \ static_assert(alignof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon) == 0x000010, "Wrong alignment on BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon"); \ static_assert(sizeof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon) == 0x000960, "Wrong size on BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, EntryPoint) == 0x000000, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor) == 0x000010, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_Event_DeltaTime) == 0x00001C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000020, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00002C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_CalcPower_ReturnValue) == 0x000038, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_CalcPower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Conv_FloatToString_ReturnValue) == 0x000040, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_CalcAcceleration_ReturnValue) == 0x000050, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_CalcAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000054, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000058, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_FInterpTo_ReturnValue) == 0x000068, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_CalcBreakingDeceleration_ReturnValue) == 0x00006C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_CalcBreakingDeceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetSettingsByMesh_Settings) == 0x000070, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetSettingsByMesh_IsAvaliable) == 0x0000E8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetSettingsByMesh_IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000F0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000100, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_SwitchEnum_CmpSuccess) == 0x000104, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Less_FloatFloat_ReturnValue) == 0x000105, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Loop_Counter_Variable_1) == 0x000108, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Subtract_IntInt_ReturnValue) == 0x00010C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000110, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_1) == 0x000118, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_2) == 0x000128, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue) == 0x000134, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_3) == 0x000138, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_1) == 0x000144, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_2) == 0x000148, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_3) == 0x00014C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_Event_Hit_1) == 0x000150, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_Event_PlayerCharacter) == 0x0001D8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsValid_ReturnValue) == 0x0001E0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Length_ReturnValue) == 0x0001E4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_bBlockingHit) == 0x0001E8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001E9, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Time) == 0x0001EC, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Distance) == 0x0001F0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Location) == 0x0001F4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ImpactPoint) == 0x000200, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Normal) == 0x00020C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ImpactNormal) == 0x000218, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_PhysMat) == 0x000228, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitActor) == 0x000230, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitComponent) == 0x000238, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitBoneName) == 0x000240, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitItem) == 0x000248, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ElementIndex) == 0x00024C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_FaceIndex) == 0x000250, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_TraceStart) == 0x000254, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_TraceEnd) == 0x000260, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000270, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_4) == 0x000278, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000280, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0002F8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002F9, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_SwitchEnum_CmpSuccess_1) == 0x0002FA, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Array_Index_Variable) == 0x0002FC, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_4) == 0x000300, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_4' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_5) == 0x000308, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_4) == 0x00030C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_CustomEvent_NewMove) == 0x000310, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_CustomEvent_NewMove' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000318, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_SwitchEnum_CmpSuccess_2) == 0x000328, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_Event_DeltaSeconds) == 0x00032C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetFloorsSettings_ReturnValue) == 0x000330, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetFloorsSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Length_ReturnValue_1) == 0x000340, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Array_Index_Variable_1) == 0x000344, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_5) == 0x000348, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_5' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_6) == 0x000350, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_5) == 0x000354, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_6) == 0x000358, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_6' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_7) == 0x000360, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_6) == 0x000364, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Loop_Counter_Variable_2) == 0x000368, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_7) == 0x000370, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_7' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_8) == 0x000378, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Less_IntInt_ReturnValue) == 0x000379, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_7) == 0x00037C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Add_IntInt_ReturnValue_1) == 0x000380, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Array_Index_Variable_2) == 0x000384, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Get_Item) == 0x000388, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_8) == 0x000400, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_8' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_9) == 0x000408, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_8) == 0x00040C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_Value) == 0x000410, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_ReturnValue) == 0x000438, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000440, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsStatic_Mesh) == 0x000448, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_10) == 0x000450, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Loop_Counter_Variable_3) == 0x000454, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_SetStaticMesh_ReturnValue) == 0x000458, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Less_IntInt_ReturnValue_1) == 0x000459, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Add_IntInt_ReturnValue_2) == 0x00045C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetFloorsSettings_ReturnValue_1) == 0x000460, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetFloorsSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Get_Item_1) == 0x000470, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_K2_MoveUpdatedComponent_OutHit) == 0x0004E8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_K2_MoveUpdatedComponent_OutHit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_K2_MoveUpdatedComponent_ReturnValue) == 0x000570, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_K2_MoveUpdatedComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Conv_VectorToString_ReturnValue) == 0x000578, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Length_ReturnValue_2) == 0x000588, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Less_IntInt_ReturnValue_2) == 0x00058C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Add_FloatFloat_ReturnValue) == 0x000590, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetPlayerController_ReturnValue) == 0x000598, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetHUD_ReturnValue) == 0x0005A0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsHUD_Ansora) == 0x0005A8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_11) == 0x0005B0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_9) == 0x0005B8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_9' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_12) == 0x0005C0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_9) == 0x0005C4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetPlayerController_ReturnValue_1) == 0x0005C8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetHUD_ReturnValue_1) == 0x0005D0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x0005D8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_13) == 0x0005E0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_Event_Hit) == 0x0005E4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Get_Action_Text_ActionText) == 0x000670, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Get_Action_Text_ActionText' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_10) == 0x000688, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_10' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_14) == 0x000690, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_MakeStruct_ModuleInfoData) == 0x000698, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_MakeStruct_ModuleInfoData' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_10) == 0x000700, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000704, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000705, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Time_1) == 0x000708, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Distance_1) == 0x00070C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Location_1) == 0x000710, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00071C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_Normal_1) == 0x000728, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000734, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_PhysMat_1) == 0x000740, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitActor_1) == 0x000748, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitComponent_1) == 0x000750, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitBoneName_1) == 0x000758, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_HitItem_1) == 0x000760, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_ElementIndex_1) == 0x000764, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_FaceIndex_1) == 0x000768, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_TraceStart_1) == 0x00076C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BreakHitResult_TraceEnd_1) == 0x000778, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsStatic_Mesh_Component_1) == 0x000788, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsStatic_Mesh_Component_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_15) == 0x000790, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsValid_ReturnValue_1) == 0x000791, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000792, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetTrain_ReturnValue) == 0x000798, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Not_PreBool_ReturnValue) == 0x0007A0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsValid_ReturnValue_2) == 0x0007A1, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_11) == 0x0007A8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_11' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_16) == 0x0007B0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetCategory_ReturnValue) == 0x0007B1, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_11) == 0x0007B4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0007B8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsValid_ReturnValue_3) == 0x0007B9, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetCategory_ReturnValue_1) == 0x0007BA, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0007BB, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsValid_ReturnValue_4) == 0x0007BC, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetCategory_ReturnValue_2) == 0x0007BD, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0007BE, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_Value_1) == 0x0007C0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_ReturnValue_1) == 0x0007C8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_Value_2) == 0x0007D0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Map_Find_ReturnValue_2) == 0x0007D8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetPlayerController_ReturnValue_2) == 0x0007E0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_CustomEvent_CurrentMode) == 0x0007E8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_CustomEvent_CurrentMode' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetHUD_ReturnValue_2) == 0x0007F0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0007F8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000800, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_17) == 0x000808, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_CreateDelegate_OutputDelegate) == 0x00080C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_12) == 0x000820, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_12' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_18) == 0x000828, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_13) == 0x000830, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_13' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_19) == 0x000838, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_12) == 0x00083C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_13) == 0x000840, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetTrain_ReturnValue_1) == 0x000848, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetCategory_ReturnValue_3) == 0x000850, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetCategory_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_14) == 0x000858, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_14' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_20) == 0x000860, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000861, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_14) == 0x000864, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000868, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_int_Array_Index_Variable_3) == 0x00086C, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Get_Item_2) == 0x000870, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsShark_Attack_Anchor_15) == 0x000880, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsShark_Attack_Anchor_15' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_21) == 0x000888, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_MakeStruct_WagonModuleTrashInventory) == 0x000890, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_MakeStruct_WagonModuleTrashInventory' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Add_ReturnValue_15) == 0x0008A0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Add_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_IsEmpty_ReturnValue) == 0x0008A4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0008A8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Get_Item_3) == 0x0008B8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Array_Length_ReturnValue_3) == 0x0008D0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0008D4, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Max_ReturnValue) == 0x0008D8, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x0008DC, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0008DD, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, Temp_bool_True_if_break_was_hit_Variable) == 0x0008DE, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_CustomEvent_Location) == 0x0008E0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_MakeTransform_ReturnValue) == 0x0008F0, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_Not_PreBool_ReturnValue_1) == 0x000920, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_BooleanAND_ReturnValue) == 0x000921, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_GetGameInstance_ReturnValue) == 0x000928, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_AsFGGame_Instance) == 0x000930, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_DynamicCast_bSuccess_22) == 0x000938, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000940, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon, K2Node_CreateDelegate_OutputDelegate_1) == 0x000948, "Member 'BlueprintWagon_C_ExecuteUbergraph_BlueprintWagon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_PlayRemoveTrashFloorEvent \ static_assert(alignof(BlueprintWagon_C_PlayRemoveTrashFloorEvent) == 0x000004, "Wrong alignment on BlueprintWagon_C_PlayRemoveTrashFloorEvent"); \ static_assert(sizeof(BlueprintWagon_C_PlayRemoveTrashFloorEvent) == 0x00000C, "Wrong size on BlueprintWagon_C_PlayRemoveTrashFloorEvent"); \ static_assert(offsetof(BlueprintWagon_C_PlayRemoveTrashFloorEvent, Location) == 0x000000, "Member 'BlueprintWagon_C_PlayRemoveTrashFloorEvent::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_OnVisualModeChanged \ static_assert(alignof(BlueprintWagon_C_OnVisualModeChanged) == 0x000001, "Wrong alignment on BlueprintWagon_C_OnVisualModeChanged"); \ static_assert(sizeof(BlueprintWagon_C_OnVisualModeChanged) == 0x000001, "Wrong size on BlueprintWagon_C_OnVisualModeChanged"); \ static_assert(offsetof(BlueprintWagon_C_OnVisualModeChanged, CurrentMode) == 0x000000, "Member 'BlueprintWagon_C_OnVisualModeChanged::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_OnGotFocus \ static_assert(alignof(BlueprintWagon_C_OnGotFocus) == 0x000004, "Wrong alignment on BlueprintWagon_C_OnGotFocus"); \ static_assert(sizeof(BlueprintWagon_C_OnGotFocus) == 0x000088, "Wrong size on BlueprintWagon_C_OnGotFocus"); \ static_assert(offsetof(BlueprintWagon_C_OnGotFocus, Hit) == 0x000000, "Member 'BlueprintWagon_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_ReceiveTick \ static_assert(alignof(BlueprintWagon_C_ReceiveTick) == 0x000004, "Wrong alignment on BlueprintWagon_C_ReceiveTick"); \ static_assert(sizeof(BlueprintWagon_C_ReceiveTick) == 0x000004, "Wrong size on BlueprintWagon_C_ReceiveTick"); \ static_assert(offsetof(BlueprintWagon_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BlueprintWagon_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_TrainMovementModeUpdated \ static_assert(alignof(BlueprintWagon_C_TrainMovementModeUpdated) == 0x000001, "Wrong alignment on BlueprintWagon_C_TrainMovementModeUpdated"); \ static_assert(sizeof(BlueprintWagon_C_TrainMovementModeUpdated) == 0x000001, "Wrong size on BlueprintWagon_C_TrainMovementModeUpdated"); \ static_assert(offsetof(BlueprintWagon_C_TrainMovementModeUpdated, NewMove) == 0x000000, "Member 'BlueprintWagon_C_TrainMovementModeUpdated::NewMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_OnUseActor \ static_assert(alignof(BlueprintWagon_C_OnUseActor) == 0x000008, "Wrong alignment on BlueprintWagon_C_OnUseActor"); \ static_assert(sizeof(BlueprintWagon_C_OnUseActor) == 0x000090, "Wrong size on BlueprintWagon_C_OnUseActor"); \ static_assert(offsetof(BlueprintWagon_C_OnUseActor, Hit) == 0x000000, "Member 'BlueprintWagon_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'BlueprintWagon_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_K2_UpdateCustomMovement \ static_assert(alignof(BlueprintWagon_C_K2_UpdateCustomMovement) == 0x000004, "Wrong alignment on BlueprintWagon_C_K2_UpdateCustomMovement"); \ static_assert(sizeof(BlueprintWagon_C_K2_UpdateCustomMovement) == 0x000004, "Wrong size on BlueprintWagon_C_K2_UpdateCustomMovement"); \ static_assert(offsetof(BlueprintWagon_C_K2_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'BlueprintWagon_C_K2_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_UserConstructionScript \ static_assert(alignof(BlueprintWagon_C_UserConstructionScript) == 0x000010, "Wrong alignment on BlueprintWagon_C_UserConstructionScript"); \ static_assert(sizeof(BlueprintWagon_C_UserConstructionScript) == 0x0000A0, "Wrong size on BlueprintWagon_C_UserConstructionScript"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000030, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue_1) == 0x000040, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_InverseTransformRotation_ReturnValue) == 0x000070, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x00007C, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UserConstructionScript, CallFunc_InverseTransformRotation_ReturnValue_1) == 0x000088, "Member 'BlueprintWagon_C_UserConstructionScript::CallFunc_InverseTransformRotation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_CalcPower \ static_assert(alignof(BlueprintWagon_C_CalcPower) == 0x000004, "Wrong alignment on BlueprintWagon_C_CalcPower"); \ static_assert(sizeof(BlueprintWagon_C_CalcPower) == 0x00000C, "Wrong size on BlueprintWagon_C_CalcPower"); \ static_assert(offsetof(BlueprintWagon_C_CalcPower, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_CalcPower::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcPower, CallFunc_VSize_ReturnValue) == 0x000004, "Member 'BlueprintWagon_C_CalcPower::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcPower, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'BlueprintWagon_C_CalcPower::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_CalcAcceleration \ static_assert(alignof(BlueprintWagon_C_CalcAcceleration) == 0x000004, "Wrong alignment on BlueprintWagon_C_CalcAcceleration"); \ static_assert(sizeof(BlueprintWagon_C_CalcAcceleration) == 0x000034, "Wrong size on BlueprintWagon_C_CalcAcceleration"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, Power) == 0x000000, "Member 'BlueprintWagon_C_CalcAcceleration::Power' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, ReturnValue) == 0x000004, "Member 'BlueprintWagon_C_CalcAcceleration::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_VSize_ReturnValue) == 0x000008, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000020, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000024, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00002C, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcAcceleration, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000030, "Member 'BlueprintWagon_C_CalcAcceleration::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_CalcBreakingDeceleration \ static_assert(alignof(BlueprintWagon_C_CalcBreakingDeceleration) == 0x000004, "Wrong alignment on BlueprintWagon_C_CalcBreakingDeceleration"); \ static_assert(sizeof(BlueprintWagon_C_CalcBreakingDeceleration) == 0x000040, "Wrong size on BlueprintWagon_C_CalcBreakingDeceleration"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, Temp_bool_Variable) == 0x000004, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, Temp_float_Variable) == 0x000008, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, Temp_bool_Variable_1) == 0x00000C, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_GetMaxAcceleration_ReturnValue) == 0x000010, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, K2Node_Select_Default) == 0x000018, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_VSize_ReturnValue) == 0x00001C, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_FMax_ReturnValue) == 0x000020, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000034, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000038, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CalcBreakingDeceleration, K2Node_Select_Default_1) == 0x00003C, "Member 'BlueprintWagon_C_CalcBreakingDeceleration::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetWallStaticMeshesEvent \ static_assert(alignof(BlueprintWagon_C_GetWallStaticMeshesEvent) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetWallStaticMeshesEvent"); \ static_assert(sizeof(BlueprintWagon_C_GetWallStaticMeshesEvent) == 0x000020, "Wrong size on BlueprintWagon_C_GetWallStaticMeshesEvent"); \ static_assert(offsetof(BlueprintWagon_C_GetWallStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetWallStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetWallStaticMeshesEvent, K2Node_MakeArray_Array) == 0x000010, "Member 'BlueprintWagon_C_GetWallStaticMeshesEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_RotateWheels \ static_assert(alignof(BlueprintWagon_C_RotateWheels) == 0x000008, "Wrong alignment on BlueprintWagon_C_RotateWheels"); \ static_assert(sizeof(BlueprintWagon_C_RotateWheels) == 0x000130, "Wrong size on BlueprintWagon_C_RotateWheels"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, localVelocity) == 0x000000, "Member 'BlueprintWagon_C_RotateWheels::localVelocity' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, localDirectionModifier) == 0x00000C, "Member 'BlueprintWagon_C_RotateWheels::localDirectionModifier' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, Temp_int_Variable) == 0x000010, "Member 'BlueprintWagon_C_RotateWheels::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_VSize_ReturnValue) == 0x000018, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_BreakVector_X) == 0x00001C, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_BreakVector_Y) == 0x000020, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_BreakVector_Z) == 0x000024, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_NormalizeToRange_ReturnValue) == 0x000028, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Less_FloatFloat_ReturnValue) == 0x00002C, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002D, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetTrain_ReturnValue) == 0x000030, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetMovementComponent_ReturnValue) == 0x000038, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetLocomotive_ReturnValue) == 0x000048, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_IsLocomotive_ReturnValue) == 0x000050, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_IsLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000058, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetWheels_Wheels) == 0x000060, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetWheels_Wheels' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Array_Get_Item) == 0x000070, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000080, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000084, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_MakeRotator_ReturnValue) == 0x000088, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000094, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_Multiply_RotatorFloat_ReturnValue) == 0x000098, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_Multiply_RotatorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RotateWheels, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x0000A4, "Member 'BlueprintWagon_C_RotateWheels::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetWheels \ static_assert(alignof(BlueprintWagon_C_GetWheels) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetWheels"); \ static_assert(sizeof(BlueprintWagon_C_GetWheels) == 0x000020, "Wrong size on BlueprintWagon_C_GetWheels"); \ static_assert(offsetof(BlueprintWagon_C_GetWheels, Wheels) == 0x000000, "Member 'BlueprintWagon_C_GetWheels::Wheels' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetWheels, K2Node_MakeArray_Array) == 0x000010, "Member 'BlueprintWagon_C_GetWheels::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_DirectCouplings \ static_assert(alignof(BlueprintWagon_C_DirectCouplings) == 0x000008, "Wrong alignment on BlueprintWagon_C_DirectCouplings"); \ static_assert(sizeof(BlueprintWagon_C_DirectCouplings) == 0x0002A0, "Wrong size on BlueprintWagon_C_DirectCouplings"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00000C, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, K2Node_DynamicCast_AsBlueprint_Wagon) == 0x000098, "Member 'BlueprintWagon_C_DirectCouplings::K2Node_DynamicCast_AsBlueprint_Wagon' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BlueprintWagon_C_DirectCouplings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000A4, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000B0, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_FindLookAtRotation_ReturnValue) == 0x000138, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_ComposeRotators_ReturnValue) == 0x000144, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000150, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00015C, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, K2Node_DynamicCast_AsBlueprint_Wagon_1) == 0x0001E8, "Member 'BlueprintWagon_C_DirectCouplings::K2Node_DynamicCast_AsBlueprint_Wagon_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'BlueprintWagon_C_DirectCouplings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_IsValid_ReturnValue_1) == 0x0001F1, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0001F4, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000200, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_ComposeRotators_ReturnValue_1) == 0x00020C, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DirectCouplings, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000218, "Member 'BlueprintWagon_C_DirectCouplings::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_DebugDraw \ static_assert(alignof(BlueprintWagon_C_DebugDraw) == 0x000010, "Wrong alignment on BlueprintWagon_C_DebugDraw"); \ static_assert(sizeof(BlueprintWagon_C_DebugDraw) == 0x0000E0, "Wrong size on BlueprintWagon_C_DebugDraw"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, LocalColumn) == 0x000000, "Member 'BlueprintWagon_C_DebugDraw::LocalColumn' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, LocalRow) == 0x000004, "Member 'BlueprintWagon_C_DebugDraw::LocalRow' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BlueprintWagon_C_DebugDraw::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BlueprintWagon_C_DebugDraw::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BlueprintWagon_C_DebugDraw::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000020, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000024, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_MakeVector_ReturnValue) == 0x000034, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Add_VectorVector_ReturnValue) == 0x000040, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_AddComponent_ReturnValue) == 0x000080, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, Temp_int_Loop_Counter_Variable_1) == 0x00008C, "Member 'BlueprintWagon_C_DebugDraw::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_GetDebugLayoutMap_ReturnValue) == 0x000090, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_GetDebugLayoutMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000AC, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000B0, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Array_Length_ReturnValue_1) == 0x0000C8, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000CC, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_Max_ReturnValue) == 0x0000D0, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_DebugDraw, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D4, "Member 'BlueprintWagon_C_DebugDraw::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_AddStateWidget \ static_assert(alignof(BlueprintWagon_C_AddStateWidget) == 0x000010, "Wrong alignment on BlueprintWagon_C_AddStateWidget"); \ static_assert(sizeof(BlueprintWagon_C_AddStateWidget) == 0x000060, "Wrong size on BlueprintWagon_C_AddStateWidget"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, Mesh_0) == 0x000000, "Member 'BlueprintWagon_C_AddStateWidget::Mesh_0' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, Durability) == 0x000008, "Member 'BlueprintWagon_C_AddStateWidget::Durability' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, CreatedWidget) == 0x000010, "Member 'BlueprintWagon_C_AddStateWidget::CreatedWidget' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, StaticMesh) == 0x000018, "Member 'BlueprintWagon_C_AddStateWidget::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, Temp_struct_Variable) == 0x000020, "Member 'BlueprintWagon_C_AddStateWidget::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, CallFunc_AddComponent_ReturnValue) == 0x000050, "Member 'BlueprintWagon_C_AddStateWidget::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_AddStateWidget, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000058, "Member 'BlueprintWagon_C_AddStateWidget::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_RemoveStateWidget \ static_assert(alignof(BlueprintWagon_C_RemoveStateWidget) == 0x000008, "Wrong alignment on BlueprintWagon_C_RemoveStateWidget"); \ static_assert(sizeof(BlueprintWagon_C_RemoveStateWidget) == 0x000020, "Wrong size on BlueprintWagon_C_RemoveStateWidget"); \ static_assert(offsetof(BlueprintWagon_C_RemoveStateWidget, Mesh_0) == 0x000000, "Member 'BlueprintWagon_C_RemoveStateWidget::Mesh_0' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RemoveStateWidget, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'BlueprintWagon_C_RemoveStateWidget::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RemoveStateWidget, CallFunc_Map_Find_Value) == 0x000010, "Member 'BlueprintWagon_C_RemoveStateWidget::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_RemoveStateWidget, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BlueprintWagon_C_RemoveStateWidget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_UpdateStateWidgets \ static_assert(alignof(BlueprintWagon_C_UpdateStateWidgets) == 0x000008, "Wrong alignment on BlueprintWagon_C_UpdateStateWidgets"); \ static_assert(sizeof(BlueprintWagon_C_UpdateStateWidgets) == 0x0000A8, "Wrong size on BlueprintWagon_C_UpdateStateWidgets"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, FloorSettings) == 0x000000, "Member 'BlueprintWagon_C_UpdateStateWidgets::FloorSettings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, Durability) == 0x000078, "Member 'BlueprintWagon_C_UpdateStateWidgets::Durability' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, Target_Mesh) == 0x000080, "Member 'BlueprintWagon_C_UpdateStateWidgets::Target_Mesh' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'BlueprintWagon_C_UpdateStateWidgets::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'BlueprintWagon_C_UpdateStateWidgets::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'BlueprintWagon_C_UpdateStateWidgets::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, CallFunc_Map_Find_Value) == 0x000098, "Member 'BlueprintWagon_C_UpdateStateWidgets::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, CallFunc_Map_Find_ReturnValue) == 0x0000A0, "Member 'BlueprintWagon_C_UpdateStateWidgets::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_UpdateStateWidgets, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A1, "Member 'BlueprintWagon_C_UpdateStateWidgets::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetSettingsByMesh \ static_assert(alignof(BlueprintWagon_C_GetSettingsByMesh) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetSettingsByMesh"); \ static_assert(sizeof(BlueprintWagon_C_GetSettingsByMesh) == 0x000188, "Wrong size on BlueprintWagon_C_GetSettingsByMesh"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, Mesh_0) == 0x000000, "Member 'BlueprintWagon_C_GetSettingsByMesh::Mesh_0' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, Settings) == 0x000008, "Member 'BlueprintWagon_C_GetSettingsByMesh::Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, IsAvaliable) == 0x000080, "Member 'BlueprintWagon_C_GetSettingsByMesh::IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, CallFunc_GetWagonWallSettings_WallSettings) == 0x000088, "Member 'BlueprintWagon_C_GetSettingsByMesh::CallFunc_GetWagonWallSettings_WallSettings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, CallFunc_GetWagonWallSettings_ReturnValue) == 0x000100, "Member 'BlueprintWagon_C_GetSettingsByMesh::CallFunc_GetWagonWallSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, CallFunc_GetWagonFloorSettings_FloorSettings) == 0x000108, "Member 'BlueprintWagon_C_GetSettingsByMesh::CallFunc_GetWagonFloorSettings_FloorSettings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetSettingsByMesh, CallFunc_GetWagonFloorSettings_ReturnValue) == 0x000180, "Member 'BlueprintWagon_C_GetSettingsByMesh::CallFunc_GetWagonFloorSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_Get_Action_Text \ static_assert(alignof(BlueprintWagon_C_Get_Action_Text) == 0x000008, "Wrong alignment on BlueprintWagon_C_Get_Action_Text"); \ static_assert(sizeof(BlueprintWagon_C_Get_Action_Text) == 0x0001F8, "Wrong size on BlueprintWagon_C_Get_Action_Text"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Hit) == 0x000000, "Member 'BlueprintWagon_C_Get_Action_Text::Hit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, ActionText) == 0x000088, "Member 'BlueprintWagon_C_Get_Action_Text::ActionText' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, FGPlayer) == 0x0000A0, "Member 'BlueprintWagon_C_Get_Action_Text::FGPlayer' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'BlueprintWagon_C_Get_Action_Text::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'BlueprintWagon_C_Get_Action_Text::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Temp_bool_True_if_break_was_hit_Variable) == 0x0000B4, "Member 'BlueprintWagon_C_Get_Action_Text::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Temp_int_Array_Index_Variable_1) == 0x0000B8, "Member 'BlueprintWagon_C_Get_Action_Text::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Not_PreBool_ReturnValue) == 0x0000BC, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, Temp_int_Loop_Counter_Variable_1) == 0x0000C0, "Member 'BlueprintWagon_C_Get_Action_Text::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C4, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000C8, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetSettingsByMesh_Settings) == 0x0000E0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetSettingsByMesh_IsAvaliable) == 0x000158, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetSettingsByMesh_IsAvaliable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000160, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000188, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000189, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Array_Length_ReturnValue) == 0x00018C, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000190, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Max_ReturnValue) == 0x000194, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000198, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Array_Length_ReturnValue_1) == 0x00019C, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, K2Node_DynamicCast_AsFGSelection_Info) == 0x0001A8, "Member 'BlueprintWagon_C_Get_Action_Text::K2Node_DynamicCast_AsFGSelection_Info' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'BlueprintWagon_C_Get_Action_Text::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetItemSelection_SelectionText) == 0x0001C0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetItemSelection_bDisableButton) == 0x0001D8, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetItemSelection_bIsInfoText) == 0x0001D9, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001E0, "Member 'BlueprintWagon_C_Get_Action_Text::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001E8, "Member 'BlueprintWagon_C_Get_Action_Text::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_Get_Action_Text, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'BlueprintWagon_C_Get_Action_Text::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetArmorWallStaticMeshesEvent \ static_assert(alignof(BlueprintWagon_C_GetArmorWallStaticMeshesEvent) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetArmorWallStaticMeshesEvent"); \ static_assert(sizeof(BlueprintWagon_C_GetArmorWallStaticMeshesEvent) == 0x000020, "Wrong size on BlueprintWagon_C_GetArmorWallStaticMeshesEvent"); \ static_assert(offsetof(BlueprintWagon_C_GetArmorWallStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetArmorWallStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_GetArmorWallStaticMeshesEvent, K2Node_MakeArray_Array) == 0x000010, "Member 'BlueprintWagon_C_GetArmorWallStaticMeshesEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_CollectWinchActors \ static_assert(alignof(BlueprintWagon_C_CollectWinchActors) == 0x000008, "Wrong alignment on BlueprintWagon_C_CollectWinchActors"); \ static_assert(sizeof(BlueprintWagon_C_CollectWinchActors) == 0x000060, "Wrong size on BlueprintWagon_C_CollectWinchActors"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_CollectWinchActors::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor) == 0x000010, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_1) == 0x000020, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_2) == 0x000030, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_3) == 0x000040, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_AsFGGrappling_Hook_Winch_Actor_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_DynamicCast_bSuccess_3) == 0x000048, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CollectWinchActors, K2Node_MakeArray_Array) == 0x000050, "Member 'BlueprintWagon_C_CollectWinchActors::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_CanRepairIt \ static_assert(alignof(BlueprintWagon_C_CanRepairIt) == 0x000008, "Wrong alignment on BlueprintWagon_C_CanRepairIt"); \ static_assert(sizeof(BlueprintWagon_C_CanRepairIt) == 0x000138, "Wrong size on BlueprintWagon_C_CanRepairIt"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, Hit) == 0x000000, "Member 'BlueprintWagon_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, Repairable) == 0x000088, "Member 'BlueprintWagon_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_GetTrain_ReturnValue) == 0x000090, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_GetCategory_ReturnValue) == 0x000098, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x0000A0, "Member 'BlueprintWagon_C_CanRepairIt::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BlueprintWagon_C_CanRepairIt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B1, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_GetWagonModuleSettings_Settings) == 0x0000B8, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_GetWagonModuleSettings_bIsProject) == 0x000130, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, K2Node_SwitchEnum_CmpSuccess) == 0x000131, "Member 'BlueprintWagon_C_CanRepairIt::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_Less_FloatFloat_ReturnValue) == 0x000132, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_CanRepairIt, CallFunc_BooleanAND_ReturnValue) == 0x000133, "Member 'BlueprintWagon_C_CanRepairIt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_IsDeconstructionAllowed \ static_assert(alignof(BlueprintWagon_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on BlueprintWagon_C_IsDeconstructionAllowed"); \ static_assert(sizeof(BlueprintWagon_C_IsDeconstructionAllowed) == 0x000218, "Wrong size on BlueprintWagon_C_IsDeconstructionAllowed"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, FGCharacter) == 0x0000A8, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::FGCharacter' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, HittedMesh) == 0x0000B0, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::HittedMesh' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000140, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_GetTrainBuilder_ReturnValue) == 0x000150, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000158, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_CanUninstallWagonFloor_ReturnValue) == 0x000160, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_CanUninstallWagonFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_CanUninstallWagonWall_ReturnValue) == 0x000161, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_CanUninstallWagonWall_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000168, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x000170, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_bSuccess_1) == 0x000180, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000188, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_GetWagonModuleSettings_Settings) == 0x000198, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, CallFunc_GetWagonModuleSettings_bIsProject) == 0x000210, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_SwitchEnum_CmpSuccess) == 0x000211, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BlueprintWagon_C_IsDeconstructionAllowed, K2Node_SwitchEnum_CmpSuccess_1) == 0x000212, "Member 'BlueprintWagon_C_IsDeconstructionAllowed::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetAdditionalButtons \ static_assert(alignof(BlueprintWagon_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetAdditionalButtons"); \ static_assert(sizeof(BlueprintWagon_C_GetAdditionalButtons) == 0x000010, "Wrong size on BlueprintWagon_C_GetAdditionalButtons"); \ static_assert(offsetof(BlueprintWagon_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'BlueprintWagon_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetProgressStatusState \ static_assert(alignof(BlueprintWagon_C_GetProgressStatusState) == 0x000001, "Wrong alignment on BlueprintWagon_C_GetProgressStatusState"); \ static_assert(sizeof(BlueprintWagon_C_GetProgressStatusState) == 0x000001, "Wrong size on BlueprintWagon_C_GetProgressStatusState"); \ static_assert(offsetof(BlueprintWagon_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'BlueprintWagon_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetProgressStatusTime \ static_assert(alignof(BlueprintWagon_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on BlueprintWagon_C_GetProgressStatusTime"); \ static_assert(sizeof(BlueprintWagon_C_GetProgressStatusTime) == 0x000008, "Wrong size on BlueprintWagon_C_GetProgressStatusTime"); \ static_assert(offsetof(BlueprintWagon_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'BlueprintWagon_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetHitchTarget_B_L \ static_assert(alignof(BlueprintWagon_C_GetHitchTarget_B_L) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetHitchTarget_B_L"); \ static_assert(sizeof(BlueprintWagon_C_GetHitchTarget_B_L) == 0x000008, "Wrong size on BlueprintWagon_C_GetHitchTarget_B_L"); \ static_assert(offsetof(BlueprintWagon_C_GetHitchTarget_B_L, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetHitchTarget_B_L::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetHitchTarget_B_R \ static_assert(alignof(BlueprintWagon_C_GetHitchTarget_B_R) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetHitchTarget_B_R"); \ static_assert(sizeof(BlueprintWagon_C_GetHitchTarget_B_R) == 0x000008, "Wrong size on BlueprintWagon_C_GetHitchTarget_B_R"); \ static_assert(offsetof(BlueprintWagon_C_GetHitchTarget_B_R, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetHitchTarget_B_R::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetHitchTarget_F_L \ static_assert(alignof(BlueprintWagon_C_GetHitchTarget_F_L) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetHitchTarget_F_L"); \ static_assert(sizeof(BlueprintWagon_C_GetHitchTarget_F_L) == 0x000008, "Wrong size on BlueprintWagon_C_GetHitchTarget_F_L"); \ static_assert(offsetof(BlueprintWagon_C_GetHitchTarget_F_L, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetHitchTarget_F_L::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintWagon_C_GetHitchTarget_F_R \ static_assert(alignof(BlueprintWagon_C_GetHitchTarget_F_R) == 0x000008, "Wrong alignment on BlueprintWagon_C_GetHitchTarget_F_R"); \ static_assert(sizeof(BlueprintWagon_C_GetHitchTarget_F_R) == 0x000008, "Wrong size on BlueprintWagon_C_GetHitchTarget_F_R"); \ static_assert(offsetof(BlueprintWagon_C_GetHitchTarget_F_R, ReturnValue) == 0x000000, "Member 'BlueprintWagon_C_GetHitchTarget_F_R::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABlueprintWagon_C \ static_assert(alignof(ABlueprintWagon_C) == 0x000010, "Wrong alignment on ABlueprintWagon_C"); \ static_assert(sizeof(ABlueprintWagon_C) == 0x000D80, "Wrong size on ABlueprintWagon_C"); \ static_assert(offsetof(ABlueprintWagon_C, UberGraphFrame) == 0x0008E0, "Member 'ABlueprintWagon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_L_4) == 0x0008E8, "Member 'ABlueprintWagon_C::LeechAttach_L_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_R_4) == 0x0008F0, "Member 'ABlueprintWagon_C::LeechAttach_R_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_L_3) == 0x0008F8, "Member 'ABlueprintWagon_C::LeechAttach_L_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_R_3) == 0x000900, "Member 'ABlueprintWagon_C::LeechAttach_R_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_L_2) == 0x000908, "Member 'ABlueprintWagon_C::LeechAttach_L_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_R_2) == 0x000910, "Member 'ABlueprintWagon_C::LeechAttach_R_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ArmorWall_4) == 0x000918, "Member 'ABlueprintWagon_C::ArmorWall_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ArmorWall_3) == 0x000920, "Member 'ABlueprintWagon_C::ArmorWall_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ArmorWall_2) == 0x000928, "Member 'ABlueprintWagon_C::ArmorWall_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ArmorWall_1) == 0x000930, "Member 'ABlueprintWagon_C::ArmorWall_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, HitchTarget_F_L) == 0x000938, "Member 'ABlueprintWagon_C::HitchTarget_F_L' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, HitchTarget_F_R) == 0x000940, "Member 'ABlueprintWagon_C::HitchTarget_F_R' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, HitchTarget_B_L) == 0x000948, "Member 'ABlueprintWagon_C::HitchTarget_B_L' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, HitchTarget_B_R) == 0x000950, "Member 'ABlueprintWagon_C::HitchTarget_B_R' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, trStopBlock) == 0x000958, "Member 'ABlueprintWagon_C::trStopBlock' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, WinchRing_2_L) == 0x000960, "Member 'ABlueprintWagon_C::WinchRing_2_L' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, WinchRing_2_R) == 0x000968, "Member 'ABlueprintWagon_C::WinchRing_2_R' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, BuilderLine) == 0x000970, "Member 'ABlueprintWagon_C::BuilderLine' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, WinchRing_1_R) == 0x000978, "Member 'ABlueprintWagon_C::WinchRing_1_R' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, WinchRing_1_L) == 0x000980, "Member 'ABlueprintWagon_C::WinchRing_1_L' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks15) == 0x000988, "Member 'ABlueprintWagon_C::PE_Sparks15' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks14) == 0x000990, "Member 'ABlueprintWagon_C::PE_Sparks14' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks13) == 0x000998, "Member 'ABlueprintWagon_C::PE_Sparks13' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks12) == 0x0009A0, "Member 'ABlueprintWagon_C::PE_Sparks12' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks11) == 0x0009A8, "Member 'ABlueprintWagon_C::PE_Sparks11' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks10) == 0x0009B0, "Member 'ABlueprintWagon_C::PE_Sparks10' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks9) == 0x0009B8, "Member 'ABlueprintWagon_C::PE_Sparks9' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks8) == 0x0009C0, "Member 'ABlueprintWagon_C::PE_Sparks8' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks7) == 0x0009C8, "Member 'ABlueprintWagon_C::PE_Sparks7' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks6) == 0x0009D0, "Member 'ABlueprintWagon_C::PE_Sparks6' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks5) == 0x0009D8, "Member 'ABlueprintWagon_C::PE_Sparks5' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks4) == 0x0009E0, "Member 'ABlueprintWagon_C::PE_Sparks4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks3) == 0x0009E8, "Member 'ABlueprintWagon_C::PE_Sparks3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks2) == 0x0009F0, "Member 'ABlueprintWagon_C::PE_Sparks2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks1) == 0x0009F8, "Member 'ABlueprintWagon_C::PE_Sparks1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, PE_Sparks) == 0x000A00, "Member 'ABlueprintWagon_C::PE_Sparks' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_L_1) == 0x000A08, "Member 'ABlueprintWagon_C::LeechAttach_L_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, LeechAttach_R_1) == 0x000A10, "Member 'ABlueprintWagon_C::LeechAttach_R_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_4_Ram_2) == 0x000A18, "Member 'ABlueprintWagon_C::SharkEvent_4_Ram_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_4_Ram_1) == 0x000A20, "Member 'ABlueprintWagon_C::SharkEvent_4_Ram_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_4_Multi_2) == 0x000A28, "Member 'ABlueprintWagon_C::SharkEvent_4_Multi_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_4_Multi_1) == 0x000A30, "Member 'ABlueprintWagon_C::SharkEvent_4_Multi_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_3_Ram_2) == 0x000A38, "Member 'ABlueprintWagon_C::SharkEvent_3_Ram_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_3_Ram_1) == 0x000A40, "Member 'ABlueprintWagon_C::SharkEvent_3_Ram_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_3_Multi_2) == 0x000A48, "Member 'ABlueprintWagon_C::SharkEvent_3_Multi_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_3_Multi_1) == 0x000A50, "Member 'ABlueprintWagon_C::SharkEvent_3_Multi_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_2_Ram_2) == 0x000A58, "Member 'ABlueprintWagon_C::SharkEvent_2_Ram_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_2_Ram_1) == 0x000A60, "Member 'ABlueprintWagon_C::SharkEvent_2_Ram_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_2_Multi_2) == 0x000A68, "Member 'ABlueprintWagon_C::SharkEvent_2_Multi_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_2_Multi_1) == 0x000A70, "Member 'ABlueprintWagon_C::SharkEvent_2_Multi_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_1_Ram_2) == 0x000A78, "Member 'ABlueprintWagon_C::SharkEvent_1_Ram_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_1_Ram_1) == 0x000A80, "Member 'ABlueprintWagon_C::SharkEvent_1_Ram_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_1_Multi_2) == 0x000A88, "Member 'ABlueprintWagon_C::SharkEvent_1_Multi_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEvent_1_Multi_1) == 0x000A90, "Member 'ABlueprintWagon_C::SharkEvent_1_Multi_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wall_4) == 0x000A98, "Member 'ABlueprintWagon_C::Wall_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wall_3) == 0x000AA0, "Member 'ABlueprintWagon_C::Wall_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wall_2) == 0x000AA8, "Member 'ABlueprintWagon_C::Wall_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wall_1) == 0x000AB0, "Member 'ABlueprintWagon_C::Wall_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FloorGrid_4) == 0x000AB8, "Member 'ABlueprintWagon_C::FloorGrid_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FloorGrid_3) == 0x000AC0, "Member 'ABlueprintWagon_C::FloorGrid_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FloorGrid_2) == 0x000AC8, "Member 'ABlueprintWagon_C::FloorGrid_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FloorGrid_1) == 0x000AD0, "Member 'ABlueprintWagon_C::FloorGrid_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, grid_4) == 0x000AD8, "Member 'ABlueprintWagon_C::grid_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, grid_3) == 0x000AE0, "Member 'ABlueprintWagon_C::grid_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, grid_2) == 0x000AE8, "Member 'ABlueprintWagon_C::grid_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, grid_1) == 0x000AF0, "Member 'ABlueprintWagon_C::grid_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, BackCoupling) == 0x000AF8, "Member 'ABlueprintWagon_C::BackCoupling' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_4_4) == 0x000B00, "Member 'ABlueprintWagon_C::Floor_4_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_4_3) == 0x000B08, "Member 'ABlueprintWagon_C::Floor_4_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_4_2) == 0x000B10, "Member 'ABlueprintWagon_C::Floor_4_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_4_1) == 0x000B18, "Member 'ABlueprintWagon_C::Floor_4_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_4_2) == 0x000B20, "Member 'ABlueprintWagon_C::Wheel_4_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_4_1) == 0x000B28, "Member 'ABlueprintWagon_C::Wheel_4_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Bridge_4) == 0x000B30, "Member 'ABlueprintWagon_C::Bridge_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Carcas4) == 0x000B38, "Member 'ABlueprintWagon_C::Carcas4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_3_4) == 0x000B40, "Member 'ABlueprintWagon_C::Floor_3_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_3_3) == 0x000B48, "Member 'ABlueprintWagon_C::Floor_3_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_3_2) == 0x000B50, "Member 'ABlueprintWagon_C::Floor_3_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_3_1) == 0x000B58, "Member 'ABlueprintWagon_C::Floor_3_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_3_2) == 0x000B60, "Member 'ABlueprintWagon_C::Wheel_3_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_3_1) == 0x000B68, "Member 'ABlueprintWagon_C::Wheel_3_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Bridge_3) == 0x000B70, "Member 'ABlueprintWagon_C::Bridge_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Carcas3) == 0x000B78, "Member 'ABlueprintWagon_C::Carcas3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_2_4) == 0x000B80, "Member 'ABlueprintWagon_C::Floor_2_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_2_3) == 0x000B88, "Member 'ABlueprintWagon_C::Floor_2_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_2_2) == 0x000B90, "Member 'ABlueprintWagon_C::Floor_2_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_2_1) == 0x000B98, "Member 'ABlueprintWagon_C::Floor_2_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_2_2) == 0x000BA0, "Member 'ABlueprintWagon_C::Wheel_2_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_2_1) == 0x000BA8, "Member 'ABlueprintWagon_C::Wheel_2_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Bridge_2) == 0x000BB0, "Member 'ABlueprintWagon_C::Bridge_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Carcas2) == 0x000BB8, "Member 'ABlueprintWagon_C::Carcas2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_1_4) == 0x000BC0, "Member 'ABlueprintWagon_C::Floor_1_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_1_3) == 0x000BC8, "Member 'ABlueprintWagon_C::Floor_1_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_1_2) == 0x000BD0, "Member 'ABlueprintWagon_C::Floor_1_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Floor_1_1) == 0x000BD8, "Member 'ABlueprintWagon_C::Floor_1_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_1_2) == 0x000BE0, "Member 'ABlueprintWagon_C::Wheel_1_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Wheel_1_1) == 0x000BE8, "Member 'ABlueprintWagon_C::Wheel_1_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Bridge_1) == 0x000BF0, "Member 'ABlueprintWagon_C::Bridge_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FrontCoupling) == 0x000BF8, "Member 'ABlueprintWagon_C::FrontCoupling' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Carcas1) == 0x000C00, "Member 'ABlueprintWagon_C::Carcas1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, Time) == 0x000C08, "Member 'ABlueprintWagon_C::Time' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, TagetDelta) == 0x000C0C, "Member 'ABlueprintWagon_C::TagetDelta' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, EnginePowerMax) == 0x000C18, "Member 'ABlueprintWagon_C::EnginePowerMax' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, RailRoadFriction) == 0x000C1C, "Member 'ABlueprintWagon_C::RailRoadFriction' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, bOnBrake) == 0x000C20, "Member 'ABlueprintWagon_C::bOnBrake' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEventMap_1) == 0x000C28, "Member 'ABlueprintWagon_C::SharkEventMap_1' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEventMap_2) == 0x000C38, "Member 'ABlueprintWagon_C::SharkEventMap_2' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEventMap_3) == 0x000C48, "Member 'ABlueprintWagon_C::SharkEventMap_3' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, SharkEventMap_4) == 0x000C58, "Member 'ABlueprintWagon_C::SharkEventMap_4' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, BackCouplingDefaultRelRot) == 0x000C68, "Member 'ABlueprintWagon_C::BackCouplingDefaultRelRot' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FrontCouplingDefaultRelRot) == 0x000C74, "Member 'ABlueprintWagon_C::FrontCouplingDefaultRelRot' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, StateWidgetsByMesh) == 0x000C80, "Member 'ABlueprintWagon_C::StateWidgetsByMesh' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, MeshOnFocus) == 0x000CD0, "Member 'ABlueprintWagon_C::MeshOnFocus' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ParentTrain) == 0x000CD8, "Member 'ABlueprintWagon_C::ParentTrain' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, ArmoredWallsDB) == 0x000CE0, "Member 'ABlueprintWagon_C::ArmoredWallsDB' has a wrong offset!"); \ static_assert(offsetof(ABlueprintWagon_C, FloorStylesSoft) == 0x000D30, "Member 'ABlueprintWagon_C::FloorStylesSoft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_Island_C \ static_assert(alignof(ADirectorAreaModule_Island_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_Island_C"); \ static_assert(sizeof(ADirectorAreaModule_Island_C) == 0x0003B8, "Wrong size on ADirectorAreaModule_Island_C"); \ #define DUMPER7_ASSERTS_PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace \ static_assert(alignof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace) == 0x000008, "Wrong alignment on PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace"); \ static_assert(sizeof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace) == 0x000050, "Wrong size on PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, EntryPoint) == 0x000000, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, Temp_byte_Variable) == 0x000004, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, Temp_struct_Variable) == 0x000008, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, Temp_struct_Variable_1) == 0x000018, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, Temp_struct_Variable_2) == 0x000028, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace, K2Node_Select_Default) == 0x000040, "Member 'PlayerThrowPathTrace_C_ExecuteUbergraph_PlayerThrowPathTrace::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerThrowPathTrace_C \ static_assert(alignof(APlayerThrowPathTrace_C) == 0x000008, "Wrong alignment on APlayerThrowPathTrace_C"); \ static_assert(sizeof(APlayerThrowPathTrace_C) == 0x000268, "Wrong size on APlayerThrowPathTrace_C"); \ static_assert(offsetof(APlayerThrowPathTrace_C, UberGraphFrame) == 0x000258, "Member 'APlayerThrowPathTrace_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APlayerThrowPathTrace_C, DynMat) == 0x000260, "Member 'APlayerThrowPathTrace_C::DynMat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive \ static_assert(alignof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive) == 0x000008, "Wrong alignment on GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive"); \ static_assert(sizeof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive) == 0x000A70, "Wrong size on GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, EntryPoint) == 0x000000, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_2) == 0x000014, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Conv_FloatToText_ReturnValue) == 0x000028, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000050, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_3) == 0x000058, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_3) == 0x00005C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_2) == 0x000060, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_4) == 0x000064, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_4) == 0x000078, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_5) == 0x00007C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_5) == 0x000080, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_6) == 0x000084, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_6) == 0x000088, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_3) == 0x00008C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000090, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000094, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000098, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00009C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_4) == 0x0000A0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0000A8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0000A9, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue) == 0x0000AA, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_5) == 0x0000B0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_2) == 0x0000C0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000C4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_bool_IsClosed_Variable) == 0x0000C8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_3) == 0x0000D8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_bool_Has_Been_Initd_Variable) == 0x0000DC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue) == 0x0000DD, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_6) == 0x0000E0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x0000E4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x0000E5, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_1) == 0x0000E6, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_7) == 0x0000E8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_7) == 0x0000EC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_8) == 0x0000F0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_9) == 0x0000F4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_8) == 0x0000F8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_9) == 0x000100, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_7) == 0x000104, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_8) == 0x000108, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_2) == 0x000110, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_10) == 0x000118, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_10) == 0x00011C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_9) == 0x000120, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_11) == 0x000124, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_2) == 0x000128, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_11) == 0x00012C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_10) == 0x000130, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_12) == 0x000134, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_12) == 0x000140, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_bool_True_if_break_was_hit_Variable) == 0x000144, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_11) == 0x000148, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue) == 0x00014C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_13) == 0x000150, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_13) == 0x000154, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_12) == 0x000158, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_14) == 0x00015C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x000160, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_3) == 0x000161, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_14) == 0x000164, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_15) == 0x000168, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_15) == 0x00016C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_13) == 0x000170, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_14) == 0x000174, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CreateDelegate_OutputDelegate_1) == 0x000178, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x000188, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x000189, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_2) == 0x00018A, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_HasAuthority_ReturnValue) == 0x00018B, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_16) == 0x00018C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_16) == 0x000190, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_15) == 0x000194, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_17) == 0x000198, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x00019C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_17) == 0x0001A0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_10) == 0x0001A4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_3) == 0x0001A5, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_16) == 0x0001A8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_Event_DeltaSeconds) == 0x0001AC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CustomEvent_NewTrainMovementMode) == 0x0001B0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CustomEvent_NewTrainMovementMode' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x0001B8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchEnum_CmpSuccess) == 0x0001C1, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001C2, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001C4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_4) == 0x0001D4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_5) == 0x0001DC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001E0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_6) == 0x0001E4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_7) == 0x0001E8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_4) == 0x0001F0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_5) == 0x0001F8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_1) == 0x000201, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_8) == 0x000204, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_9) == 0x000208, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_5) == 0x00020C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_6) == 0x00020D, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_6) == 0x000210, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_10) == 0x000218, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_2) == 0x00021C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_7) == 0x00021D, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_11) == 0x000220, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_8) == 0x000224, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_7) == 0x000228, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_3) == 0x000230, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_12) == 0x000234, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_13) == 0x000238, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_8) == 0x000240, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_WallSettings) == 0x0002B8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_WallSettings' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_ReturnValue) == 0x000330, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_11) == 0x000331, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_14) == 0x000334, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000338, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_9) == 0x000339, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_9) == 0x000340, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_10) == 0x000368, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue) == 0x000390, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_12) == 0x000391, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_15) == 0x000394, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_10) == 0x000398, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000399, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_2) == 0x00039A, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_3) == 0x00039B, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue) == 0x0003A0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_4) == 0x0003A8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BreakVector_X) == 0x0003AC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BreakVector_Y) == 0x0003B0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BreakVector_Z) == 0x0003B4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrainSpeed_ReturnValue) == 0x0003B8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Conv_FloatToString_ReturnValue) == 0x0003C0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0003D0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue_1) == 0x0003D8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_5) == 0x0003E0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagons_ReturnValue) == 0x0003E8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_11) == 0x0003F8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_16) == 0x000400, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsBlueprint_Wagon) == 0x000408, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsBlueprint_Wagon' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_1) == 0x000410, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_11) == 0x000411, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_MakeArray_Array) == 0x000418, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue_1) == 0x000428, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_WallSettings_1) == 0x000430, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_WallSettings_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_ReturnValue_1) == 0x0004A8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004A9, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0004AA, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_WallSettings_2) == 0x0004B0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_WallSettings_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_ReturnValue_2) == 0x000528, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000529, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue_3) == 0x00052A, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanAND_ReturnValue) == 0x00052B, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00052C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue_4) == 0x00052D, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_12) == 0x000530, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_WallSettings_3) == 0x000558, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_WallSettings_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_ReturnValue_3) == 0x0005D0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_4) == 0x0005D1, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0005D2, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_13) == 0x0005D8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Not_PreBool_ReturnValue_5) == 0x000600, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_5) == 0x000601, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetMaterial_ReturnValue) == 0x000608, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_18) == 0x000610, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_6) == 0x000614, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_12) == 0x000615, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_18) == 0x000618, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_7) == 0x00061C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_17) == 0x000620, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_8) == 0x000624, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_14) == 0x000628, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_9) == 0x000630, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_13) == 0x000631, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_14) == 0x000632, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_4) == 0x000633, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_10) == 0x000634, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetMaterial_ReturnValue_1) == 0x000638, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000640, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_19) == 0x000648, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_18) == 0x00064C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_15) == 0x000650, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_15) == 0x000658, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_11) == 0x000659, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_16) == 0x00065A, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_5) == 0x00065B, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_13) == 0x00065C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_19) == 0x000660, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue_2) == 0x000668, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_12) == 0x000670, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetCategory_ReturnValue) == 0x000671, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000672, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CustomEvent_NewState_1) == 0x000673, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CustomEvent_NewState_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CustomEvent_NewState) == 0x000674, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchEnum_CmpSuccess_2) == 0x000675, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_13) == 0x000676, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetGlobalParameterByName_ReturnValue) == 0x000678, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetGlobalParameterByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetInstalledModules_ReturnValue) == 0x000680, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_16) == 0x000690, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_17) == 0x000698, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsWagon_Module_Steam_Engine) == 0x0006A0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsWagon_Module_Steam_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_2) == 0x0006A8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_14) == 0x0006A9, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetInstalledModules_ReturnValue_1) == 0x0006B0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetInstalledModules_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_17) == 0x0006C0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_18) == 0x0006C8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsWagon_Module_Diesel_Engine) == 0x0006D0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsWagon_Module_Diesel_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_3) == 0x0006D8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_15) == 0x0006D9, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue_3) == 0x0006E0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue_4) == 0x0006E8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_14) == 0x0006F0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetCategory_ReturnValue_1) == 0x0006F1, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchEnum_CmpSuccess_3) == 0x0006F2, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrainSpeed_ReturnValue_1) == 0x0006F4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrainSpeed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrain_ReturnValue_5) == 0x0006F8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_MapRangeClamped_ReturnValue) == 0x000700, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_15) == 0x000704, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetCategory_ReturnValue_2) == 0x000705, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetTrainSpeed_ReturnValue_2) == 0x000708, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetTrainSpeed_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchEnum_CmpSuccess_4) == 0x00070C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue) == 0x000710, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue_1) == 0x000718, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_16) == 0x000720, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_17) == 0x000721, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_19) == 0x000724, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_18) == 0x000728, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_17) == 0x000730, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_18) == 0x000731, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_18) == 0x000732, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_6) == 0x000733, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CreateDelegate_OutputDelegate_3) == 0x000734, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue_2) == 0x000748, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue_3) == 0x000750, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000758, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue_4) == 0x000760, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetRam_ReturnValue_5) == 0x000768, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetRam_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetMaterial_ReturnValue_2) == 0x000770, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000778, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000780, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_4) == 0x000788, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_WallSettings_4) == 0x000790, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_WallSettings_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetWagonWallSettings_ReturnValue_4) == 0x000808, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetWagonWallSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_19) == 0x000810, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_19) == 0x000838, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_19) == 0x00083C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_16) == 0x00083D, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanAND_ReturnValue_1) == 0x00083E, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00083F, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000840, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanAND_ReturnValue_2) == 0x000841, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_6) == 0x000842, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_20) == 0x000848, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_20) == 0x0008C0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_17) == 0x0008C4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0008C5, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_7) == 0x0008C6, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_21) == 0x0008C8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0008CC, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_MakeArray_Array_1) == 0x0008D0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_21) == 0x0008E0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0008E8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_19) == 0x0008F0, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0008F1, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_8) == 0x0008F2, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_22) == 0x0008F4, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_18) == 0x0008F8, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetGameInstance_ReturnValue) == 0x000900, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsFGGame_Instance) == 0x000908, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_5) == 0x000910, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CustomEvent_Task) == 0x000918, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsUnlocked_ReturnValue) == 0x000920, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_20) == 0x000924, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_19) == 0x000928, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_20) == 0x00092C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_ComponentBoundEvent_NewSignificance) == 0x000930, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_20) == 0x000934, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Loop_Counter_Variable_21) == 0x000938, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Loop_Counter_Variable_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_22) == 0x000940, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_IsValid_ReturnValue_20) == 0x000948, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_20) == 0x000949, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Add_IntInt_ReturnValue_21) == 0x00094C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Add_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_20) == 0x000950, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_IntInt_ReturnValue_21) == 0x000951, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_BooleanOR_ReturnValue_7) == 0x000952, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue) == 0x000958, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_9) == 0x000960, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_1) == 0x000968, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_10) == 0x000970, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_2) == 0x000978, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_11) == 0x000980, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_3) == 0x000988, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, Temp_int_Array_Index_Variable_21) == 0x000990, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::Temp_int_Array_Index_Variable_21' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_SetStaticMesh_ReturnValue_12) == 0x000994, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_SetStaticMesh_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_23) == 0x000998, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_SwitchInteger_CmpSuccess) == 0x000A10, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000A11, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000A12, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000A13, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000A14, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000A18, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000A20, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_6) == 0x000A28, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A2C, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_GetInstalledModules_ReturnValue_2) == 0x000A40, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_GetInstalledModules_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Get_Item_24) == 0x000A50, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Array_Length_ReturnValue_23) == 0x000A58, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_AsWagon_Module_Tesla_Engine) == 0x000A60, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_AsWagon_Module_Tesla_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, K2Node_DynamicCast_bSuccess_7) == 0x000A68, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive, CallFunc_Less_IntInt_ReturnValue_21) == 0x000A69, "Member 'GenericLocomotive_C_ExecuteUbergraph_GenericLocomotive::CallFunc_Less_IntInt_ReturnValue_21' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'GenericLocomotive_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_CustomEvent_0 \ static_assert(alignof(GenericLocomotive_C_CustomEvent_0) == 0x000008, "Wrong alignment on GenericLocomotive_C_CustomEvent_0"); \ static_assert(sizeof(GenericLocomotive_C_CustomEvent_0) == 0x000008, "Wrong size on GenericLocomotive_C_CustomEvent_0"); \ static_assert(offsetof(GenericLocomotive_C_CustomEvent_0, task) == 0x000000, "Member 'GenericLocomotive_C_CustomEvent_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_OnTrainBrakeStateUpdated \ static_assert(alignof(GenericLocomotive_C_OnTrainBrakeStateUpdated) == 0x000001, "Wrong alignment on GenericLocomotive_C_OnTrainBrakeStateUpdated"); \ static_assert(sizeof(GenericLocomotive_C_OnTrainBrakeStateUpdated) == 0x000001, "Wrong size on GenericLocomotive_C_OnTrainBrakeStateUpdated"); \ static_assert(offsetof(GenericLocomotive_C_OnTrainBrakeStateUpdated, NewState) == 0x000000, "Member 'GenericLocomotive_C_OnTrainBrakeStateUpdated::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0 \ static_assert(alignof(GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0) == 0x000001, "Wrong alignment on GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0"); \ static_assert(sizeof(GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0) == 0x000001, "Wrong size on GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0"); \ static_assert(offsetof(GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0, NewState) == 0x000000, "Member 'GenericLocomotive_C_OnTrainBrakeStateUpdated_Event_0::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_OnTrainMovementModeUpdated_Event \ static_assert(alignof(GenericLocomotive_C_OnTrainMovementModeUpdated_Event) == 0x000001, "Wrong alignment on GenericLocomotive_C_OnTrainMovementModeUpdated_Event"); \ static_assert(sizeof(GenericLocomotive_C_OnTrainMovementModeUpdated_Event) == 0x000001, "Wrong size on GenericLocomotive_C_OnTrainMovementModeUpdated_Event"); \ static_assert(offsetof(GenericLocomotive_C_OnTrainMovementModeUpdated_Event, newTrainMovementMode) == 0x000000, "Member 'GenericLocomotive_C_OnTrainMovementModeUpdated_Event::newTrainMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_CheckSteamEngine \ static_assert(alignof(GenericLocomotive_C_CheckSteamEngine) == 0x000008, "Wrong alignment on GenericLocomotive_C_CheckSteamEngine"); \ static_assert(sizeof(GenericLocomotive_C_CheckSteamEngine) == 0x000058, "Wrong size on GenericLocomotive_C_CheckSteamEngine"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericLocomotive_C_CheckSteamEngine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericLocomotive_C_CheckSteamEngine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'GenericLocomotive_C_CheckSteamEngine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'GenericLocomotive_C_CheckSteamEngine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Array_Length_ReturnValue_2) == 0x000048, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004D, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckSteamEngine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'GenericLocomotive_C_CheckSteamEngine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_SetVoidEffect \ static_assert(alignof(GenericLocomotive_C_SetVoidEffect) == 0x000008, "Wrong alignment on GenericLocomotive_C_SetVoidEffect"); \ static_assert(sizeof(GenericLocomotive_C_SetVoidEffect) == 0x000048, "Wrong size on GenericLocomotive_C_SetVoidEffect"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, CurrentSpeed) == 0x000000, "Member 'GenericLocomotive_C_SetVoidEffect::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, MinSpeed) == 0x000004, "Member 'GenericLocomotive_C_SetVoidEffect::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, MaxSpeed) == 0x000008, "Member 'GenericLocomotive_C_SetVoidEffect::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, SmoothAcceleration) == 0x00000C, "Member 'GenericLocomotive_C_SetVoidEffect::SmoothAcceleration' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, smooth_acceleration) == 0x000010, "Member 'GenericLocomotive_C_SetVoidEffect::smooth_acceleration' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, normalaize_speed) == 0x000014, "Member 'GenericLocomotive_C_SetVoidEffect::normalaize_speed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, max_speed) == 0x000018, "Member 'GenericLocomotive_C_SetVoidEffect::max_speed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, min_speed) == 0x00001C, "Member 'GenericLocomotive_C_SetVoidEffect::min_speed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, current_speed) == 0x000020, "Member 'GenericLocomotive_C_SetVoidEffect::current_speed' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'GenericLocomotive_C_SetVoidEffect::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, CallFunc_NormalizeToRange_ReturnValue) == 0x000028, "Member 'GenericLocomotive_C_SetVoidEffect::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'GenericLocomotive_C_SetVoidEffect::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_SetVoidEffect, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'GenericLocomotive_C_SetVoidEffect::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_UpdateSpotlight \ static_assert(alignof(GenericLocomotive_C_UpdateSpotlight) == 0x000008, "Wrong alignment on GenericLocomotive_C_UpdateSpotlight"); \ static_assert(sizeof(GenericLocomotive_C_UpdateSpotlight) == 0x000060, "Wrong size on GenericLocomotive_C_UpdateSpotlight"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, bTempEngine) == 0x000000, "Member 'GenericLocomotive_C_UpdateSpotlight::bTempEngine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, bShouldEnable) == 0x000001, "Member 'GenericLocomotive_C_UpdateSpotlight::bShouldEnable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, Temp_bool_True_if_break_was_hit_Variable) == 0x000002, "Member 'GenericLocomotive_C_UpdateSpotlight::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericLocomotive_C_UpdateSpotlight::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_HasAuthority_ReturnValue) == 0x000009, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GenericLocomotive_C_UpdateSpotlight::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_GetInstalledModules_ReturnValue) == 0x000010, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_Array_Get_Item) == 0x000020, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_AsWagon_Module_Generic_Engine) == 0x000030, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_AsWagon_Module_Generic_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_AsWagon_Module_Diesel_Engine) == 0x000040, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_AsWagon_Module_Diesel_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_AsWagon_Module_Steam_Engine) == 0x000050, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_AsWagon_Module_Steam_Engine' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'GenericLocomotive_C_UpdateSpotlight::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdateSpotlight, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'GenericLocomotive_C_UpdateSpotlight::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_CanStartWallProject \ static_assert(alignof(GenericLocomotive_C_CanStartWallProject) == 0x000008, "Wrong alignment on GenericLocomotive_C_CanStartWallProject"); \ static_assert(sizeof(GenericLocomotive_C_CanStartWallProject) == 0x000050, "Wrong size on GenericLocomotive_C_CanStartWallProject"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, WallMesh) == 0x000000, "Member 'GenericLocomotive_C_CanStartWallProject::WallMesh' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, RecipeID) == 0x000008, "Member 'GenericLocomotive_C_CanStartWallProject::RecipeID' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, ReturnValue) == 0x00000C, "Member 'GenericLocomotive_C_CanStartWallProject::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000D, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericLocomotive_C_CanStartWallProject::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'GenericLocomotive_C_CanStartWallProject::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00001C, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_Array_Get_Item) == 0x000020, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00004C, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CanStartWallProject, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'GenericLocomotive_C_CanStartWallProject::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_ReceiveTick \ static_assert(alignof(GenericLocomotive_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericLocomotive_C_ReceiveTick"); \ static_assert(sizeof(GenericLocomotive_C_ReceiveTick) == 0x000004, "Wrong size on GenericLocomotive_C_ReceiveTick"); \ static_assert(offsetof(GenericLocomotive_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericLocomotive_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_CalcEnginePosition \ static_assert(alignof(GenericLocomotive_C_CalcEnginePosition) == 0x000008, "Wrong alignment on GenericLocomotive_C_CalcEnginePosition"); \ static_assert(sizeof(GenericLocomotive_C_CalcEnginePosition) == 0x000028, "Wrong size on GenericLocomotive_C_CalcEnginePosition"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, Wagon) == 0x000000, "Member 'GenericLocomotive_C_CalcEnginePosition::Wagon' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_GetLocationOffsetToWagon_ReturnValue) == 0x000008, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_GetLocationOffsetToWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_BreakVector_X) == 0x000014, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_BreakVector_Y) == 0x000018, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_BreakVector_Z) == 0x00001C, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CalcEnginePosition, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000021, "Member 'GenericLocomotive_C_CalcEnginePosition::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_CheckPathSwitcherState \ static_assert(alignof(GenericLocomotive_C_CheckPathSwitcherState) == 0x000001, "Wrong alignment on GenericLocomotive_C_CheckPathSwitcherState"); \ static_assert(sizeof(GenericLocomotive_C_CheckPathSwitcherState) == 0x000003, "Wrong size on GenericLocomotive_C_CheckPathSwitcherState"); \ static_assert(offsetof(GenericLocomotive_C_CheckPathSwitcherState, CallFunc_HaveCompletedTask_ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_CheckPathSwitcherState::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckPathSwitcherState, CallFunc_HaveCompletedTask_ReturnValue_1) == 0x000001, "Member 'GenericLocomotive_C_CheckPathSwitcherState::CallFunc_HaveCompletedTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_CheckPathSwitcherState, CallFunc_HaveCompletedTask_ReturnValue_2) == 0x000002, "Member 'GenericLocomotive_C_CheckPathSwitcherState::CallFunc_HaveCompletedTask_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_UpdatePathSwitcherState \ static_assert(alignof(GenericLocomotive_C_UpdatePathSwitcherState) == 0x000008, "Wrong alignment on GenericLocomotive_C_UpdatePathSwitcherState"); \ static_assert(sizeof(GenericLocomotive_C_UpdatePathSwitcherState) == 0x000058, "Wrong size on GenericLocomotive_C_UpdatePathSwitcherState"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_AsPath_Switcher_Actor_New) == 0x000008, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_AsPath_Switcher_Actor_New' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000011, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_AsPath_Switcher_Actor_New_1) == 0x000018, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_AsPath_Switcher_Actor_New_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_K2_SetTimer_ReturnValue) == 0x000028, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000030, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_IsValid_ReturnValue_2) == 0x000031, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_AsPath_Switcher_Actor_New_2) == 0x000038, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_AsPath_Switcher_Actor_New_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, CallFunc_IsValid_ReturnValue_3) == 0x000041, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_AsPath_Switcher_Actor_New_3) == 0x000048, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_AsPath_Switcher_Actor_New_3' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_UpdatePathSwitcherState, K2Node_DynamicCast_bSuccess_3) == 0x000050, "Member 'GenericLocomotive_C_UpdatePathSwitcherState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_RotateWheels \ static_assert(alignof(GenericLocomotive_C_RotateWheels) == 0x000008, "Wrong alignment on GenericLocomotive_C_RotateWheels"); \ static_assert(sizeof(GenericLocomotive_C_RotateWheels) == 0x000040, "Wrong size on GenericLocomotive_C_RotateWheels"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'GenericLocomotive_C_RotateWheels::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericLocomotive_C_RotateWheels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GenericLocomotive_C_RotateWheels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_GetSignificance_ReturnValue) == 0x000010, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_GetWheels_Wheels) == 0x000020, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_GetWheels_Wheels' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_WasRecentlyRendered_ReturnValue) == 0x00003C, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_RotateWheels, CallFunc_BooleanAND_ReturnValue_1) == 0x00003F, "Member 'GenericLocomotive_C_RotateWheels::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_DirectCouplings \ static_assert(alignof(GenericLocomotive_C_DirectCouplings) == 0x000001, "Wrong alignment on GenericLocomotive_C_DirectCouplings"); \ static_assert(sizeof(GenericLocomotive_C_DirectCouplings) == 0x000006, "Wrong size on GenericLocomotive_C_DirectCouplings"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_GetSignificance_ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000001, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_WasRecentlyRendered_ReturnValue_1) == 0x000003, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_WasRecentlyRendered_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DirectCouplings, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'GenericLocomotive_C_DirectCouplings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_DestroySharkAnchors \ static_assert(alignof(GenericLocomotive_C_DestroySharkAnchors) == 0x000008, "Wrong alignment on GenericLocomotive_C_DestroySharkAnchors"); \ static_assert(sizeof(GenericLocomotive_C_DestroySharkAnchors) == 0x000038, "Wrong size on GenericLocomotive_C_DestroySharkAnchors"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericLocomotive_C_DestroySharkAnchors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericLocomotive_C_DestroySharkAnchors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLocomotive_C_DestroySharkAnchors, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000032, "Member 'GenericLocomotive_C_DestroySharkAnchors::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetHitchTarget_F_L \ static_assert(alignof(GenericLocomotive_C_GetHitchTarget_F_L) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetHitchTarget_F_L"); \ static_assert(sizeof(GenericLocomotive_C_GetHitchTarget_F_L) == 0x000008, "Wrong size on GenericLocomotive_C_GetHitchTarget_F_L"); \ static_assert(offsetof(GenericLocomotive_C_GetHitchTarget_F_L, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetHitchTarget_F_L::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetHitchTarget_F_R \ static_assert(alignof(GenericLocomotive_C_GetHitchTarget_F_R) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetHitchTarget_F_R"); \ static_assert(sizeof(GenericLocomotive_C_GetHitchTarget_F_R) == 0x000008, "Wrong size on GenericLocomotive_C_GetHitchTarget_F_R"); \ static_assert(offsetof(GenericLocomotive_C_GetHitchTarget_F_R, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetHitchTarget_F_R::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetRamAttachComponent \ static_assert(alignof(GenericLocomotive_C_GetRamAttachComponent) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetRamAttachComponent"); \ static_assert(sizeof(GenericLocomotive_C_GetRamAttachComponent) == 0x000008, "Wrong size on GenericLocomotive_C_GetRamAttachComponent"); \ static_assert(offsetof(GenericLocomotive_C_GetRamAttachComponent, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetRamAttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetTurret_T1_AttachComponent \ static_assert(alignof(GenericLocomotive_C_GetTurret_T1_AttachComponent) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetTurret_T1_AttachComponent"); \ static_assert(sizeof(GenericLocomotive_C_GetTurret_T1_AttachComponent) == 0x000008, "Wrong size on GenericLocomotive_C_GetTurret_T1_AttachComponent"); \ static_assert(offsetof(GenericLocomotive_C_GetTurret_T1_AttachComponent, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetTurret_T1_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetTurret_T2_Left_AttachComponent \ static_assert(alignof(GenericLocomotive_C_GetTurret_T2_Left_AttachComponent) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetTurret_T2_Left_AttachComponent"); \ static_assert(sizeof(GenericLocomotive_C_GetTurret_T2_Left_AttachComponent) == 0x000008, "Wrong size on GenericLocomotive_C_GetTurret_T2_Left_AttachComponent"); \ static_assert(offsetof(GenericLocomotive_C_GetTurret_T2_Left_AttachComponent, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetTurret_T2_Left_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLocomotive_C_GetTurret_T2_Right_AttachComponent \ static_assert(alignof(GenericLocomotive_C_GetTurret_T2_Right_AttachComponent) == 0x000008, "Wrong alignment on GenericLocomotive_C_GetTurret_T2_Right_AttachComponent"); \ static_assert(sizeof(GenericLocomotive_C_GetTurret_T2_Right_AttachComponent) == 0x000008, "Wrong size on GenericLocomotive_C_GetTurret_T2_Right_AttachComponent"); \ static_assert(offsetof(GenericLocomotive_C_GetTurret_T2_Right_AttachComponent, ReturnValue) == 0x000000, "Member 'GenericLocomotive_C_GetTurret_T2_Right_AttachComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericLocomotive_C \ static_assert(alignof(AGenericLocomotive_C) == 0x000010, "Wrong alignment on AGenericLocomotive_C"); \ static_assert(sizeof(AGenericLocomotive_C) == 0x000F20, "Wrong size on AGenericLocomotive_C"); \ static_assert(offsetof(AGenericLocomotive_C, UberGraphFrame_GenericLocomotive_C) == 0x000D80, "Member 'AGenericLocomotive_C::UberGraphFrame_GenericLocomotive_C' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, FGSignificance) == 0x000D88, "Member 'AGenericLocomotive_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, TurretT2RightAttachComponent) == 0x000D90, "Member 'AGenericLocomotive_C::TurretT2RightAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, TurretT2LeftAttachComponent) == 0x000D98, "Member 'AGenericLocomotive_C::TurretT2LeftAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, TurretT1AttachComponent) == 0x000DA0, "Member 'AGenericLocomotive_C::TurretT1AttachComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, DepotParticles) == 0x000DA8, "Member 'AGenericLocomotive_C::DepotParticles' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, FGStreamingInvoker) == 0x000DB0, "Member 'AGenericLocomotive_C::FGStreamingInvoker' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, PathSwitcherArtifact) == 0x000DB8, "Member 'AGenericLocomotive_C::PathSwitcherArtifact' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, ArtifactStand) == 0x000DC0, "Member 'AGenericLocomotive_C::ArtifactStand' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, RamAttachComponent) == 0x000DC8, "Member 'AGenericLocomotive_C::RamAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, AttachHitch1) == 0x000DD0, "Member 'AGenericLocomotive_C::AttachHitch1' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, AttachHitch) == 0x000DD8, "Member 'AGenericLocomotive_C::AttachHitch' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, HarpoonTarget_1_L) == 0x000DE0, "Member 'AGenericLocomotive_C::HarpoonTarget_1_L' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, HarpoonTarget_1_R) == 0x000DE8, "Member 'AGenericLocomotive_C::HarpoonTarget_1_R' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, RainDrops_Effect) == 0x000DF0, "Member 'AGenericLocomotive_C::RainDrops_Effect' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, RainCollision_Effect) == 0x000DF8, "Member 'AGenericLocomotive_C::RainCollision_Effect' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, RainFront_Effect) == 0x000E00, "Member 'AGenericLocomotive_C::RainFront_Effect' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas4_L) == 0x000E08, "Member 'AGenericLocomotive_C::Steam_Carcas4_L' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas4_R) == 0x000E10, "Member 'AGenericLocomotive_C::Steam_Carcas4_R' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas3_L) == 0x000E18, "Member 'AGenericLocomotive_C::Steam_Carcas3_L' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas3_R) == 0x000E20, "Member 'AGenericLocomotive_C::Steam_Carcas3_R' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas2_L) == 0x000E28, "Member 'AGenericLocomotive_C::Steam_Carcas2_L' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas2_R) == 0x000E30, "Member 'AGenericLocomotive_C::Steam_Carcas2_R' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas1_L) == 0x000E38, "Member 'AGenericLocomotive_C::Steam_Carcas1_L' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Steam_Carcas1_R) == 0x000E40, "Member 'AGenericLocomotive_C::Steam_Carcas1_R' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Void_Effect) == 0x000E48, "Member 'AGenericLocomotive_C::Void_Effect' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, TaranCollisionRight) == 0x000E50, "Member 'AGenericLocomotive_C::TaranCollisionRight' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, TaranCollisionLeft) == 0x000E58, "Member 'AGenericLocomotive_C::TaranCollisionLeft' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, PS_Global_T1Biom_WindStripes) == 0x000E60, "Member 'AGenericLocomotive_C::PS_Global_T1Biom_WindStripes' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, ChildActor3) == 0x000E68, "Member 'AGenericLocomotive_C::ChildActor3' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerStop_NewTrack_0_8ED324E1494F82C01F2D0BBF74121A3E) == 0x000E70, "Member 'AGenericLocomotive_C::SpotLightPowerStop_NewTrack_0_8ED324E1494F82C01F2D0BBF74121A3E' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerStop__Direction_8ED324E1494F82C01F2D0BBF74121A3E) == 0x000E74, "Member 'AGenericLocomotive_C::SpotLightPowerStop__Direction_8ED324E1494F82C01F2D0BBF74121A3E' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerStop) == 0x000E78, "Member 'AGenericLocomotive_C::SpotLightPowerStop' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerMoving_NewTrack_0_A6AFA54045EC0C59213ECC9005DA8A1F) == 0x000E80, "Member 'AGenericLocomotive_C::SpotLightPowerMoving_NewTrack_0_A6AFA54045EC0C59213ECC9005DA8A1F' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerMoving__Direction_A6AFA54045EC0C59213ECC9005DA8A1F) == 0x000E84, "Member 'AGenericLocomotive_C::SpotLightPowerMoving__Direction_A6AFA54045EC0C59213ECC9005DA8A1F' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightPowerMoving) == 0x000E88, "Member 'AGenericLocomotive_C::SpotLightPowerMoving' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Smooth_NewTrack_2_9B73E8474AAAA3B8392A6EA122E5F541) == 0x000E90, "Member 'AGenericLocomotive_C::Smooth_NewTrack_2_9B73E8474AAAA3B8392A6EA122E5F541' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Smooth__Direction_9B73E8474AAAA3B8392A6EA122E5F541) == 0x000E94, "Member 'AGenericLocomotive_C::Smooth__Direction_9B73E8474AAAA3B8392A6EA122E5F541' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, Smooth) == 0x000E98, "Member 'AGenericLocomotive_C::Smooth' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, EnginePosition) == 0x000EA0, "Member 'AGenericLocomotive_C::EnginePosition' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, MeshDB) == 0x000EA8, "Member 'AGenericLocomotive_C::MeshDB' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, PreviousEnginePosition) == 0x000EB8, "Member 'AGenericLocomotive_C::PreviousEnginePosition' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SmallSteamArray) == 0x000EC0, "Member 'AGenericLocomotive_C::SmallSteamArray' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bfound) == 0x000ED0, "Member 'AGenericLocomotive_C::bfound' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bCanStartWall) == 0x000ED1, "Member 'AGenericLocomotive_C::bCanStartWall' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, CurrentSpotlight) == 0x000ED8, "Member 'AGenericLocomotive_C::CurrentSpotlight' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, CurrentSpotlightMesh) == 0x000EE0, "Member 'AGenericLocomotive_C::CurrentSpotlightMesh' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bIsMechanicalEngine) == 0x000EE8, "Member 'AGenericLocomotive_C::bIsMechanicalEngine' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, SpotLightDynMat) == 0x000EF0, "Member 'AGenericLocomotive_C::SpotLightDynMat' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, trBlockSpeed) == 0x000EF8, "Member 'AGenericLocomotive_C::trBlockSpeed' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, UpdateWallsDispatch) == 0x000F00, "Member 'AGenericLocomotive_C::UpdateWallsDispatch' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bSmallSteamArrayInitialized) == 0x000F10, "Member 'AGenericLocomotive_C::bSmallSteamArrayInitialized' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bPathSwitcherRepaired) == 0x000F11, "Member 'AGenericLocomotive_C::bPathSwitcherRepaired' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bPathSwitcherPlaceholderVisible) == 0x000F12, "Member 'AGenericLocomotive_C::bPathSwitcherPlaceholderVisible' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, bPathSwitcherFullEnable) == 0x000F13, "Member 'AGenericLocomotive_C::bPathSwitcherFullEnable' has a wrong offset!"); \ static_assert(offsetof(AGenericLocomotive_C, QuestGraphManager) == 0x000F18, "Member 'AGenericLocomotive_C::QuestGraphManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint \ static_assert(alignof(RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint) == 0x000008, "Wrong alignment on RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint"); \ static_assert(sizeof(RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint) == 0x000018, "Wrong size on RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint"); \ static_assert(offsetof(RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint, EntryPoint) == 0x000000, "Member 'RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint, K2Node_Event_OtherActor) == 0x000008, "Member 'RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint, K2Node_Event_FingerIndex) == 0x000010, "Member 'RopeMountPoint_C_ExecuteUbergraph_RopeMountPoint::K2Node_Event_FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RopeMountPoint_C_ReceiveActorOnInputTouchEnter \ static_assert(alignof(RopeMountPoint_C_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on RopeMountPoint_C_ReceiveActorOnInputTouchEnter"); \ static_assert(sizeof(RopeMountPoint_C_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on RopeMountPoint_C_ReceiveActorOnInputTouchEnter"); \ static_assert(offsetof(RopeMountPoint_C_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'RopeMountPoint_C_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RopeMountPoint_C_ReceiveActorBeginOverlap \ static_assert(alignof(RopeMountPoint_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on RopeMountPoint_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(RopeMountPoint_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on RopeMountPoint_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(RopeMountPoint_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'RopeMountPoint_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARopeMountPoint_C \ static_assert(alignof(ARopeMountPoint_C) == 0x000008, "Wrong alignment on ARopeMountPoint_C"); \ static_assert(sizeof(ARopeMountPoint_C) == 0x000240, "Wrong size on ARopeMountPoint_C"); \ static_assert(offsetof(ARopeMountPoint_C, UberGraphFrame) == 0x000220, "Member 'ARopeMountPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARopeMountPoint_C, Rope_Spawn) == 0x000228, "Member 'ARopeMountPoint_C::Rope_Spawn' has a wrong offset!"); \ static_assert(offsetof(ARopeMountPoint_C, Sphere) == 0x000230, "Member 'ARopeMountPoint_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ARopeMountPoint_C, DefaultSceneRoot) == 0x000238, "Member 'ARopeMountPoint_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController \ static_assert(alignof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController) == 0x000608, "Wrong size on MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, EntryPoint) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_6) == 0x000004, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_5) == 0x00000C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_name_Variable) == 0x000024, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_4) == 0x00003C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_3) == 0x000044, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_2) == 0x00005C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_1) == 0x000074, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName) == 0x00008C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_5) == 0x000094, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_name_Variable_1) == 0x0000A4, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000AC, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_name_Variable_2) == 0x0000C8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000E0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue) == 0x000108, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable) == 0x000114, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_10) == 0x000118, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_1) == 0x000128, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_11) == 0x00012C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_1) == 0x00013C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_1) == 0x000140, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_12) == 0x000144, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_1) == 0x000154, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_13) == 0x000158, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_Event_NewState) == 0x000168, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_Task_1) == 0x000170, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_Task_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000178, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Subtract_IntInt_ReturnValue) == 0x00017C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_State) == 0x000180, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetPlayerTrain_ReturnValue) == 0x000188, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000190, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue) == 0x000191, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetEngineComponent_ReturnValue) == 0x000198, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_7) == 0x0001A0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_1) == 0x0001A8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAllActorsOfClass_OutActors) == 0x0001B0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x0001C0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue) == 0x0001C8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetEngineComponent_ReturnValue_1) == 0x0001D0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetEngineComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetState_ReturnValue) == 0x0001D8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D9, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue) == 0x0001DA, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_14) == 0x0001DC, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001EC, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0001F0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_2) == 0x0001F8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Conv_IntToString_ReturnValue) == 0x000200, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Concat_StrStr_ReturnValue) == 0x000210, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsLeaveDepotStageComplete_bReturnValue) == 0x000220, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsLeaveDepotStageComplete_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000221, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetPlayerTrain_ReturnValue_2) == 0x000228, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetPlayerTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NewState) == 0x000230, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_2) == 0x000231, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000232, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_Task) == 0x000238, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_2) == 0x000240, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_3) == 0x000244, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_2) == 0x000248, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_3) == 0x00024C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_3) == 0x000250, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_2) == 0x000254, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000258, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_3) == 0x000260, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000261, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HaveCompletedTask_ReturnValue) == 0x000262, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_3) == 0x000263, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x000264, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000265, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000266, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_8) == 0x000268, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HaveCompletedTask_ReturnValue_1) == 0x000270, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HaveCompletedTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_4) == 0x000271, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_2) == 0x000272, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_3) == 0x000273, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_4) == 0x000274, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_4) == 0x000278, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsGraphManagerLoaded_bReturnValue) == 0x00027C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsGraphManagerLoaded_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_5) == 0x00027D, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_GraphManager_1) == 0x000280, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_GraphManager_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsGraphManagerLoaded_bReturnValue_1) == 0x000288, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsGraphManagerLoaded_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_6) == 0x000289, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_GraphManager) == 0x000290, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_GraphManager' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_4) == 0x000298, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_4) == 0x000299, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_15) == 0x00029C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_7) == 0x0002AC, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_5) == 0x0002B0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002B4, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetPlayerTrain_ReturnValue_3) == 0x0002B8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetPlayerTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetEngineComponent_ReturnValue_2) == 0x0002C0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetEngineComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetQuestMarkManager_ReturnValue) == 0x0002C8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetActiveMarks_ReturnValue) == 0x0002D0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetActiveMarks_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item) == 0x0002E0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_16) == 0x0002E8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_AsFGQuest_Mark_Component) == 0x0002F8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_AsFGQuest_Mark_Component' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_bSuccess) == 0x000300, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_1) == 0x000304, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Contains_ReturnValue) == 0x000308, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue) == 0x000309, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NotifyName_9) == 0x00030C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetPlayerTrain_ReturnValue_4) == 0x000318, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetPlayerTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_17) == 0x000320, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_5) == 0x000330, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000338, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetEngineComponent_ReturnValue_3) == 0x000340, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetEngineComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_6) == 0x000348, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetState_ReturnValue_1) == 0x000349, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00034A, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_8) == 0x00034B, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000350, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_2) == 0x000360, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_1) == 0x000364, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000368, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_5) == 0x000370, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_7) == 0x000371, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetQuestNarrator_ReturnValue) == 0x000378, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetQuestNarrator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_MakeStruct_NarratorDialogueEvent) == 0x000380, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_MakeStruct_NarratorDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_9) == 0x000390, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_10) == 0x000391, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000392, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_6) == 0x000393, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_18) == 0x000394, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x0003A8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_1) == 0x0003B8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_3) == 0x0003C0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_2) == 0x0003C4, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_4) == 0x0003C8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_19) == 0x0003CC, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_2) == 0x0003E0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003E8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_TeleportToLocomotive_ReturnValue) == 0x0003E9, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_TeleportToLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_PlayerToPlaySequence) == 0x0003F0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_PlayerToPlaySequence' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_8) == 0x0003F8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Contains_ReturnValue_1) == 0x0003F9, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_11) == 0x0003FA, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000400, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000408, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_9) == 0x000410, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_10) == 0x000411, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000418, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_5) == 0x000428, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_4) == 0x00042C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_3) == 0x000430, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_3) == 0x000438, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000439, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_MakeMap_Map) == 0x000440, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_MakeMap_Map_1) == 0x000490, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_MakeMap_Map_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_IgnoredPlayers) == 0x0004E0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_IgnoredPlayers' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_PlayerPoints) == 0x0004F0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_PlayerPoints' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_Player) == 0x000500, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_11) == 0x000508, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsAlive_ReturnValue) == 0x000509, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_20) == 0x00050C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000520, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Contains_ReturnValue_2) == 0x000528, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000530, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_12) == 0x000538, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_AddUnique_ReturnValue) == 0x00053C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Loop_Counter_Variable_6) == 0x000540, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_4) == 0x000548, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_4) == 0x000550, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Add_IntInt_ReturnValue_6) == 0x000554, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_5) == 0x000558, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_5) == 0x00055C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_5) == 0x000560, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_12) == 0x000568, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Contains_ReturnValue_3) == 0x000569, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_13) == 0x00056A, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetController_ReturnValue) == 0x000570, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_13) == 0x000578, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000580, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_bSuccess_1) == 0x000588, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_EndTeleportPlayerToAltar_bReturnValue) == 0x000589, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_EndTeleportPlayerToAltar_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Length_ReturnValue_6) == 0x00058C, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Less_IntInt_ReturnValue_6) == 0x000590, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HavePlayerOnPlatform_ReturnValue) == 0x000591, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HavePlayerOnPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CustomEvent_NewTrainRelation) == 0x000592, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CustomEvent_NewTrainRelation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, Temp_int_Array_Index_Variable_6) == 0x000594, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_HasAuthority_ReturnValue_7) == 0x000598, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Get_Item_6) == 0x0005A0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_14) == 0x0005A8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_GetPawn_ReturnValue) == 0x0005B0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsValid_ReturnValue_15) == 0x0005B8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0005C0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_DynamicCast_bSuccess_2) == 0x0005C8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Array_Contains_ReturnValue_4) == 0x0005C9, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Array_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_14) == 0x0005CA, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAnimInstance_ReturnValue) == 0x0005D0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0005D8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_Event_EndPlayReason) == 0x0005E0, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_IsGraphManagerLoaded_bReturnValue_2) == 0x0005E1, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_IsGraphManagerLoaded_bReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, K2Node_CreateDelegate_OutputDelegate_21) == 0x0005E4, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_K2_SetTimerDelegate_ReturnValue_6) == 0x0005F8, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_K2_SetTimerDelegate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController, CallFunc_Not_PreBool_ReturnValue_15) == 0x000600, "Member 'MQ_13_LeaveDepotController_C_ExecuteUbergraph_MQ_13_LeaveDepotController::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_ReceiveEndPlay \ static_assert(alignof(MQ_13_LeaveDepotController_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_ReceiveEndPlay"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_ReceiveEndPlay) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_ReceiveEndPlay"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0, NewTrainRelation) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnTrainRelationChanged_Event_0::NewTrainRelation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnPlayerConnect \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnPlayerConnect) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_OnPlayerConnect"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnPlayerConnect) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnPlayerConnect"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnPlayerConnect, Player) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnPlayerConnect::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_AltarTeleportStarted \ static_assert(alignof(MQ_13_LeaveDepotController_C_AltarTeleportStarted) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_AltarTeleportStarted"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_AltarTeleportStarted) == 0x000020, "Wrong size on MQ_13_LeaveDepotController_C_AltarTeleportStarted"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_AltarTeleportStarted, IgnoredPlayers_0) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_AltarTeleportStarted::IgnoredPlayers_0' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_AltarTeleportStarted, PlayerPoints_0) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_AltarTeleportStarted::PlayerPoints_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_PlayWaitingSequence \ static_assert(alignof(MQ_13_LeaveDepotController_C_PlayWaitingSequence) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_PlayWaitingSequence"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_PlayWaitingSequence) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_PlayWaitingSequence"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_PlayWaitingSequence, PlayerToPlaySequence) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_PlayWaitingSequence::PlayerToPlaySequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad, GraphManager) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnGraphManagerloaded_EventLoad::GraphManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay, GraphManager) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnGraphManagerLoaded_EventBeginPlay::GraphManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0, task) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnTaskCompleted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0, NewState) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnStateUpdated_Event_0::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0, State) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnTrainEngineState_Event_0::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_SetActorState \ static_assert(alignof(MQ_13_LeaveDepotController_C_SetActorState) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_SetActorState"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_SetActorState) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_SetActorState"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_SetActorState, NewState) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnCompleted_243799C14058CE00F027F8826AA0F5AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnBlendOut_243799C14058CE00F027F8826AA0F5AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnInterrupted_243799C14058CE00F027F8826AA0F5AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnNotifyBegin_243799C14058CE00F027F8826AA0F5AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnNotifyEnd_243799C14058CE00F027F8826AA0F5AA::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnCompleted_12BD32844849212FBBB774B5C2E920A5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnBlendOut_12BD32844849212FBBB774B5C2E920A5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnInterrupted_12BD32844849212FBBB774B5C2E920A5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnNotifyBegin_12BD32844849212FBBB774B5C2E920A5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5 \ static_assert(alignof(MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5, NotifyName) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_OnNotifyEnd_12BD32844849212FBBB774B5C2E920A5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_Play_Leave_DepotShake \ static_assert(alignof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_Play_Leave_DepotShake"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake) == 0x000060, "Wrong size on MQ_13_LeaveDepotController_C_Play_Leave_DepotShake"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, ShakeToPlay) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::ShakeToPlay' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, Temp_int_Array_Index_Variable) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_Array_Get_Item) == 0x000030, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_IsPlayingAction_ReturnValue) == 0x000039, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, K2Node_DynamicCast_AsPlayer_Controller) == 0x000050, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_Play_Leave_DepotShake, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'MQ_13_LeaveDepotController_C_Play_Leave_DepotShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_InitStages \ static_assert(alignof(MQ_13_LeaveDepotController_C_InitStages) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_InitStages"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_InitStages) == 0x000003, "Wrong size on MQ_13_LeaveDepotController_C_InitStages"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_InitStages, CallFunc_HaveCompletedTask_ReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_InitStages::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_InitStages, CallFunc_HaveCompletedTask_ReturnValue_1) == 0x000001, "Member 'MQ_13_LeaveDepotController_C_InitStages::CallFunc_HaveCompletedTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_InitStages, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'MQ_13_LeaveDepotController_C_InitStages::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_BlockPlayersInput \ static_assert(alignof(MQ_13_LeaveDepotController_C_BlockPlayersInput) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_BlockPlayersInput"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_BlockPlayersInput) == 0x000088, "Wrong size on MQ_13_LeaveDepotController_C_BlockPlayersInput"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, K2Node_MakeMap_Map) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, CallFunc_Array_Get_Item) == 0x000078, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_BlockPlayersInput, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'MQ_13_LeaveDepotController_C_BlockPlayersInput::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_UnblockPlayersInput \ static_assert(alignof(MQ_13_LeaveDepotController_C_UnblockPlayersInput) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_UnblockPlayersInput"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_UnblockPlayersInput) == 0x000088, "Wrong size on MQ_13_LeaveDepotController_C_UnblockPlayersInput"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, K2Node_MakeMap_Map) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, CallFunc_Array_Get_Item) == 0x000078, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_UnblockPlayersInput, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'MQ_13_LeaveDepotController_C_UnblockPlayersInput::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer \ static_assert(alignof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer) == 0x000030, "Wrong size on MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, Player) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, PlayerPoint) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::PlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, CallFunc_Array_Get_Item) == 0x000020, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer, CallFunc_IsPlayerPointContainsPlayer_bReturnValue) == 0x000029, "Member 'MQ_13_LeaveDepotController_C_FindPlayerPointByPlayer::CallFunc_IsPlayerPointContainsPlayer_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar \ static_assert(alignof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar) == 0x000098, "Wrong size on MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, PlayerToTeleport) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::PlayerToTeleport' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, L_PlayerToTeleport) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::L_PlayerToTeleport' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, K2Node_MakeMap_Map) == 0x000030, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000088, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_Array_Contains_ReturnValue) == 0x000091, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'MQ_13_LeaveDepotController_C_StartTeleportPlayerToAltar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar \ static_assert(alignof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar) == 0x000010, "Wrong alignment on MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar) == 0x0000C0, "Wrong size on MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, PlayerToTeleport) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::PlayerToTeleport' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, bReturnValue) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, L_PlayerToTeleport) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::L_PlayerToTeleport' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_FindPlayerPointByPlayer_PlayerPoint) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_FindPlayerPointByPlayer_PlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00003C, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_AddPlayer_bReturnValue) == 0x000048, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_AddPlayer_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_GetFirstEmptyPlayerPoint_EmptyPlayerPoint) == 0x000050, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_GetFirstEmptyPlayerPoint_EmptyPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_HasAuthority_ReturnValue) == 0x000058, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_BreakTransform_Location) == 0x000090, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_BreakTransform_Rotation) == 0x00009C, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_K2_TeleportTo_ReturnValue) == 0x0000B4, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_IsValid_ReturnValue_2) == 0x0000B5, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_Array_Contains_ReturnValue) == 0x0000B6, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar, CallFunc_Not_PreBool_ReturnValue) == 0x0000B7, "Member 'MQ_13_LeaveDepotController_C_EndTeleportPlayerToAltar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_StopPlayerFunctionality \ static_assert(alignof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_StopPlayerFunctionality"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality) == 0x000078, "Wrong size on MQ_13_LeaveDepotController_C_StopPlayerFunctionality"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, Player) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, K2Node_MakeMap_Map) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, CallFunc_IsPlayingAction_ReturnValue) == 0x000059, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000068, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_StopPlayerFunctionality, CallFunc_IsValid_ReturnValue_1) == 0x000071, "Member 'MQ_13_LeaveDepotController_C_StopPlayerFunctionality::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_RestorePlayerFunctionality \ static_assert(alignof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_RestorePlayerFunctionality"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality) == 0x000078, "Wrong size on MQ_13_LeaveDepotController_C_RestorePlayerFunctionality"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, Player) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, K2Node_MakeMap_Map) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000068, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_RestorePlayerFunctionality, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'MQ_13_LeaveDepotController_C_RestorePlayerFunctionality::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_GetActorState \ static_assert(alignof(MQ_13_LeaveDepotController_C_GetActorState) == 0x000004, "Wrong alignment on MQ_13_LeaveDepotController_C_GetActorState"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_GetActorState) == 0x000008, "Wrong size on MQ_13_LeaveDepotController_C_GetActorState"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetActorState, ReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete \ static_assert(alignof(MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete, bReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_IsLeaveDepotStageComplete::bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_IsInDepot \ static_assert(alignof(MQ_13_LeaveDepotController_C_IsInDepot) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_IsInDepot"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_IsInDepot) == 0x000018, "Wrong size on MQ_13_LeaveDepotController_C_IsInDepot"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsInDepot, ReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_IsInDepot::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsInDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_IsInDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsInDepot, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_IsInDepot::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsInDepot, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'MQ_13_LeaveDepotController_C_IsInDepot::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_IsGraphManagerLoaded \ static_assert(alignof(MQ_13_LeaveDepotController_C_IsGraphManagerLoaded) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_IsGraphManagerLoaded"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_IsGraphManagerLoaded) == 0x000002, "Wrong size on MQ_13_LeaveDepotController_C_IsGraphManagerLoaded"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsGraphManagerLoaded, bReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_IsGraphManagerLoaded::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsGraphManagerLoaded, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'MQ_13_LeaveDepotController_C_IsGraphManagerLoaded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_IsParkingInDepot \ static_assert(alignof(MQ_13_LeaveDepotController_C_IsParkingInDepot) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_IsParkingInDepot"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_IsParkingInDepot) == 0x000018, "Wrong size on MQ_13_LeaveDepotController_C_IsParkingInDepot"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, bReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000012, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_IsParkingInDepot, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'MQ_13_LeaveDepotController_C_IsParkingInDepot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint \ static_assert(alignof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint) == 0x000038, "Wrong size on MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, EmptyPlayerPoint) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::EmptyPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, L_EmptyPlayerPoint) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::L_EmptyPlayerPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, Temp_int_Array_Index_Variable) == 0x000014, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_Array_Get_Item) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_IsPlayerPointEmpty_bReturnValue) == 0x000035, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_IsPlayerPointEmpty_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'MQ_13_LeaveDepotController_C_GetFirstEmptyPlayerPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_HavePlayerOnPlatform \ static_assert(alignof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform) == 0x000008, "Wrong alignment on MQ_13_LeaveDepotController_C_HavePlayerOnPlatform"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform) == 0x000038, "Wrong size on MQ_13_LeaveDepotController_C_HavePlayerOnPlatform"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, ReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, bHavePlayerOnPlatform) == 0x000001, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::bHavePlayerOnPlatform' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_Array_Get_Item) == 0x000028, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_HavePlayerOnPlatform, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'MQ_13_LeaveDepotController_C_HavePlayerOnPlatform::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_LeaveDepotController_C_ShouldNotBeSaved \ static_assert(alignof(MQ_13_LeaveDepotController_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on MQ_13_LeaveDepotController_C_ShouldNotBeSaved"); \ static_assert(sizeof(MQ_13_LeaveDepotController_C_ShouldNotBeSaved) == 0x000001, "Wrong size on MQ_13_LeaveDepotController_C_ShouldNotBeSaved"); \ static_assert(offsetof(MQ_13_LeaveDepotController_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'MQ_13_LeaveDepotController_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_LeaveDepotController_C \ static_assert(alignof(AMQ_13_LeaveDepotController_C) == 0x000008, "Wrong alignment on AMQ_13_LeaveDepotController_C"); \ static_assert(sizeof(AMQ_13_LeaveDepotController_C) == 0x000390, "Wrong size on AMQ_13_LeaveDepotController_C"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, UberGraphFrame) == 0x000220, "Member 'AMQ_13_LeaveDepotController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, Camera_Shake_FMOD) == 0x000228, "Member 'AMQ_13_LeaveDepotController_C::Camera_Shake_FMOD' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, DefaultSceneRoot) == 0x000230, "Member 'AMQ_13_LeaveDepotController_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, MQ_13_LeaveTheDepot) == 0x000238, "Member 'AMQ_13_LeaveDepotController_C::MQ_13_LeaveTheDepot' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, RemaningTimeToUseBreake) == 0x000240, "Member 'AMQ_13_LeaveDepotController_C::RemaningTimeToUseBreake' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnDepotLeaveEventStarted) == 0x000248, "Member 'AMQ_13_LeaveDepotController_C::OnDepotLeaveEventStarted' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStartDepotLeaveStage) == 0x000258, "Member 'AMQ_13_LeaveDepotController_C::bStartDepotLeaveStage' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, TH_UseBreake) == 0x000260, "Member 'AMQ_13_LeaveDepotController_C::TH_UseBreake' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnStartDriveOnTrainStageStarted) == 0x000268, "Member 'AMQ_13_LeaveDepotController_C::OnStartDriveOnTrainStageStarted' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStageGetOut) == 0x000278, "Member 'AMQ_13_LeaveDepotController_C::bStageGetOut' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bTeleportPlayersFailed) == 0x000279, "Member 'AMQ_13_LeaveDepotController_C::bTeleportPlayersFailed' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, PlayDepotFXMinVariance) == 0x00027C, "Member 'AMQ_13_LeaveDepotController_C::PlayDepotFXMinVariance' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, PlayDepotFXMaxVariance) == 0x000280, "Member 'AMQ_13_LeaveDepotController_C::PlayDepotFXMaxVariance' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bLeaveDepotStageComplete) == 0x000284, "Member 'AMQ_13_LeaveDepotController_C::bLeaveDepotStageComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, TH_WorldEffects) == 0x000288, "Member 'AMQ_13_LeaveDepotController_C::TH_WorldEffects' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStageGetOutComplete) == 0x000290, "Member 'AMQ_13_LeaveDepotController_C::bStageGetOutComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, LoadedGraphManager) == 0x000298, "Member 'AMQ_13_LeaveDepotController_C::LoadedGraphManager' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, MQ_13_GetOut) == 0x0002A0, "Member 'AMQ_13_LeaveDepotController_C::MQ_13_GetOut' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bGraphManagerLoaded) == 0x0002A8, "Member 'AMQ_13_LeaveDepotController_C::bGraphManagerLoaded' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStartStageGetOut) == 0x0002A9, "Member 'AMQ_13_LeaveDepotController_C::bStartStageGetOut' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, GraphManagerLoaded) == 0x0002B0, "Member 'AMQ_13_LeaveDepotController_C::GraphManagerLoaded' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnLeaveDepotSupportFall) == 0x0002C0, "Member 'AMQ_13_LeaveDepotController_C::OnLeaveDepotSupportFall' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnLeaveDepotSideExplosions) == 0x0002D0, "Member 'AMQ_13_LeaveDepotController_C::OnLeaveDepotSideExplosions' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bSuppurtFallCalled) == 0x0002E0, "Member 'AMQ_13_LeaveDepotController_C::bSuppurtFallCalled' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bSideExplosionsCalled) == 0x0002E1, "Member 'AMQ_13_LeaveDepotController_C::bSideExplosionsCalled' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bDepotLeaveStageStarted) == 0x0002E2, "Member 'AMQ_13_LeaveDepotController_C::bDepotLeaveStageStarted' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bCanLookClosely) == 0x0002E3, "Member 'AMQ_13_LeaveDepotController_C::bCanLookClosely' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, WaitBrakeEvent) == 0x0002E8, "Member 'AMQ_13_LeaveDepotController_C::WaitBrakeEvent' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bForcePlayersComplete) == 0x0002F0, "Member 'AMQ_13_LeaveDepotController_C::bForcePlayersComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, TeleportDelay) == 0x0002F4, "Member 'AMQ_13_LeaveDepotController_C::TeleportDelay' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bTeleportPlayersComplete) == 0x0002F8, "Member 'AMQ_13_LeaveDepotController_C::bTeleportPlayersComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bLeaveDepotDialoguePlaying) == 0x0002F9, "Member 'AMQ_13_LeaveDepotController_C::bLeaveDepotDialoguePlaying' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, IgnoredPlayers) == 0x000300, "Member 'AMQ_13_LeaveDepotController_C::IgnoredPlayers' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, PlayerPoints) == 0x000310, "Member 'AMQ_13_LeaveDepotController_C::PlayerPoints' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStartAltarAction) == 0x000320, "Member 'AMQ_13_LeaveDepotController_C::bStartAltarAction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bStopAltarAction) == 0x000321, "Member 'AMQ_13_LeaveDepotController_C::bStopAltarAction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, Empty_Player_Point) == 0x000328, "Member 'AMQ_13_LeaveDepotController_C::Empty_Player_Point' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, TeleportedPlayers) == 0x000330, "Member 'AMQ_13_LeaveDepotController_C::TeleportedPlayers' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, PlayersToTeleport) == 0x000340, "Member 'AMQ_13_LeaveDepotController_C::PlayersToTeleport' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnLeaveDepotEmergencyStarted) == 0x000350, "Member 'AMQ_13_LeaveDepotController_C::OnLeaveDepotEmergencyStarted' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnTimerUpdate) == 0x000360, "Member 'AMQ_13_LeaveDepotController_C::OnTimerUpdate' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, OnTimerComplete) == 0x000370, "Member 'AMQ_13_LeaveDepotController_C::OnTimerComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, TH_PlayerOnTrain) == 0x000380, "Member 'AMQ_13_LeaveDepotController_C::TH_PlayerOnTrain' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_LeaveDepotController_C, bPlayingWorldEffects) == 0x000388, "Member 'AMQ_13_LeaveDepotController_C::bPlayingWorldEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem \ static_assert(alignof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem) == 0x000008, "Wrong alignment on SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem"); \ static_assert(sizeof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem) == 0x000050, "Wrong size on SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, EntryPoint) == 0x000000, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_GetItemSelect_isSelected) == 0x000004, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, K2Node_Event_IsDesignTime) == 0x000005, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_TextToUpper_ReturnValue) == 0x000008, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_GetItemSelect_isSelected_1) == 0x000020, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_GetItemSelect_isSelected_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000028, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, K2Node_Event_isHovered) == 0x000030, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_GetItemHover_isHovered) == 0x000031, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000038, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem, CallFunc_PlayAnimation_ReturnValue_1) == 0x000048, "Member 'SettingsMenuItem_C_ExecuteUbergraph_SettingsMenuItem::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_SetItemHover \ static_assert(alignof(SettingsMenuItem_C_SetItemHover) == 0x000001, "Wrong alignment on SettingsMenuItem_C_SetItemHover"); \ static_assert(sizeof(SettingsMenuItem_C_SetItemHover) == 0x000001, "Wrong size on SettingsMenuItem_C_SetItemHover"); \ static_assert(offsetof(SettingsMenuItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'SettingsMenuItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_PreConstruct \ static_assert(alignof(SettingsMenuItem_C_PreConstruct) == 0x000001, "Wrong alignment on SettingsMenuItem_C_PreConstruct"); \ static_assert(sizeof(SettingsMenuItem_C_PreConstruct) == 0x000001, "Wrong size on SettingsMenuItem_C_PreConstruct"); \ static_assert(offsetof(SettingsMenuItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SettingsMenuItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_Update_Font_Size \ static_assert(alignof(SettingsMenuItem_C_Update_Font_Size) == 0x000008, "Wrong alignment on SettingsMenuItem_C_Update_Font_Size"); \ static_assert(sizeof(SettingsMenuItem_C_Update_Font_Size) == 0x000070, "Wrong size on SettingsMenuItem_C_Update_Font_Size"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, Temp_bool_Variable) == 0x000000, "Member 'SettingsMenuItem_C_Update_Font_Size::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, Temp_int_Variable) == 0x000004, "Member 'SettingsMenuItem_C_Update_Font_Size::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, Temp_int_Variable_1) == 0x000008, "Member 'SettingsMenuItem_C_Update_Font_Size::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, CallFunc_Get_Now_Is_Asia_Lang_return) == 0x00000C, "Member 'SettingsMenuItem_C_Update_Font_Size::CallFunc_Get_Now_Is_Asia_Lang_return' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, K2Node_Select_Default) == 0x000010, "Member 'SettingsMenuItem_C_Update_Font_Size::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_Update_Font_Size, K2Node_MakeStruct_SlateFontInfo) == 0x000018, "Member 'SettingsMenuItem_C_Update_Font_Size::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_SetSelectionStyle \ static_assert(alignof(SettingsMenuItem_C_SetSelectionStyle) == 0x000008, "Wrong alignment on SettingsMenuItem_C_SetSelectionStyle"); \ static_assert(sizeof(SettingsMenuItem_C_SetSelectionStyle) == 0x000070, "Wrong size on SettingsMenuItem_C_SetSelectionStyle"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, bIsSelected) == 0x000000, "Member 'SettingsMenuItem_C_SetSelectionStyle::bIsSelected' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_bool_Variable) == 0x000001, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_struct_Variable) == 0x000004, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_struct_Variable_1) == 0x000014, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_bool_Variable_1) == 0x000024, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_byte_Variable) == 0x000025, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_byte_Variable_1) == 0x000026, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_bool_Variable_2) == 0x000027, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_byte_Variable_2) == 0x000028, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, Temp_byte_Variable_3) == 0x000029, "Member 'SettingsMenuItem_C_SetSelectionStyle::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, K2Node_Select_Default) == 0x00002C, "Member 'SettingsMenuItem_C_SetSelectionStyle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, K2Node_Select_Default_1) == 0x00003C, "Member 'SettingsMenuItem_C_SetSelectionStyle::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'SettingsMenuItem_C_SetSelectionStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, K2Node_Select_Default_2) == 0x000068, "Member 'SettingsMenuItem_C_SetSelectionStyle::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_SetSelectionStyle, CallFunc_GetItemSelect_isSelected) == 0x000069, "Member 'SettingsMenuItem_C_SetSelectionStyle::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsMenuItem_C_UnselectItem \ static_assert(alignof(SettingsMenuItem_C_UnselectItem) == 0x000001, "Wrong alignment on SettingsMenuItem_C_UnselectItem"); \ static_assert(sizeof(SettingsMenuItem_C_UnselectItem) == 0x000002, "Wrong size on SettingsMenuItem_C_UnselectItem"); \ static_assert(offsetof(SettingsMenuItem_C_UnselectItem, isUnselected) == 0x000000, "Member 'SettingsMenuItem_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(SettingsMenuItem_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'SettingsMenuItem_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsMenuItem_C \ static_assert(alignof(USettingsMenuItem_C) == 0x000008, "Wrong alignment on USettingsMenuItem_C"); \ static_assert(sizeof(USettingsMenuItem_C) == 0x0002E8, "Wrong size on USettingsMenuItem_C"); \ static_assert(offsetof(USettingsMenuItem_C, UberGraphFrame_SettingsMenuItem_C) == 0x0002A8, "Member 'USettingsMenuItem_C::UberGraphFrame_SettingsMenuItem_C' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuItem_C, HoverAnim) == 0x0002B0, "Member 'USettingsMenuItem_C::HoverAnim' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuItem_C, Background) == 0x0002B8, "Member 'USettingsMenuItem_C::Background' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuItem_C, HoverCorners) == 0x0002C0, "Member 'USettingsMenuItem_C::HoverCorners' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuItem_C, MenuTextWidget) == 0x0002C8, "Member 'USettingsMenuItem_C::MenuTextWidget' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuItem_C, LabelText) == 0x0002D0, "Member 'USettingsMenuItem_C::LabelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR0_Tier1_C \ static_assert(alignof(ALL_NPCFoodRequest_WR0_Tier1_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR0_Tier1_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR0_Tier1_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR0_Tier1_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR0_Tier1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR0_Tier1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith \ static_assert(alignof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith) == 0x000008, "Wrong alignment on TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith) == 0x0002E8, "Wrong size on TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, EntryPoint) == 0x000000, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, Temp_bool_Variable) == 0x000004, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_Act) == 0x000005, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_Act' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_BeginActID) == 0x000008, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_BeginActID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_ValidSequenceStruct) == 0x00000C, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_ValidSequenceStruct' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_MeshID) == 0x000028, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_MeshID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_NewDecal_ID) == 0x00002C, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_NewDecal_ID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B4, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue) == 0x0000B8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000C8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_2) == 0x0000D8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_3) == 0x0000E8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000F8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_SwitchEnum_CmpSuccess_1) == 0x000108, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_StringToName_ReturnValue_1) == 0x00010C, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000118, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000178, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000180, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Conv_StringToName_ReturnValue_2) == 0x000190, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x000198, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDataTableRowFromName_ReturnValue_2) == 0x0001F8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDataTableRowFromName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_4) == 0x000200, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000210, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_5) == 0x000218, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_6) == 0x000228, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CreateDelegate_OutputDelegate) == 0x000238, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_7) == 0x000248, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000258, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Array_Get_Item) == 0x000260, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_8) == 0x000268, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_9) == 0x000278, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000288, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00028C, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Array_Get_Item_1) == 0x000290, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_10) == 0x000298, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_Select_Default) == 0x0002A8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_GetDisplayName_ReturnValue_11) == 0x0002B0, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_GetDisplayName_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0002C0, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0002C8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0002D0, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_IsValid_ReturnValue) == 0x0002D8, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_IsValid_ReturnValue_1) == 0x0002D9, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Not_PreBool_ReturnValue) == 0x0002DA, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002DB, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, K2Node_CustomEvent_NewID) == 0x0002DC, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::K2Node_CustomEvent_NewID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_IsValid_ReturnValue_2) == 0x0002E0, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002E1, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002E2, "Member 'TalesPuzzle_Monolith_C_ExecuteUbergraph_TalesPuzzle_Monolith::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_SetMainDecalID \ static_assert(alignof(TalesPuzzle_Monolith_C_SetMainDecalID) == 0x000004, "Wrong alignment on TalesPuzzle_Monolith_C_SetMainDecalID"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_SetMainDecalID) == 0x000004, "Wrong size on TalesPuzzle_Monolith_C_SetMainDecalID"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetMainDecalID, NewID) == 0x000000, "Member 'TalesPuzzle_Monolith_C_SetMainDecalID::NewID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_ChangeDecal_Event \ static_assert(alignof(TalesPuzzle_Monolith_C_ChangeDecal_Event) == 0x000004, "Wrong alignment on TalesPuzzle_Monolith_C_ChangeDecal_Event"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_ChangeDecal_Event) == 0x000004, "Wrong size on TalesPuzzle_Monolith_C_ChangeDecal_Event"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_ChangeDecal_Event, NewDecal_ID) == 0x000000, "Member 'TalesPuzzle_Monolith_C_ChangeDecal_Event::NewDecal_ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_Construct \ static_assert(alignof(TalesPuzzle_Monolith_C_Construct) == 0x000004, "Wrong alignment on TalesPuzzle_Monolith_C_Construct"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_Construct) == 0x000028, "Wrong size on TalesPuzzle_Monolith_C_Construct"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_Construct, Act) == 0x000000, "Member 'TalesPuzzle_Monolith_C_Construct::Act' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_Construct, BeginActID_0) == 0x000004, "Member 'TalesPuzzle_Monolith_C_Construct::BeginActID_0' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_Construct, ValidSequenceStruct) == 0x000008, "Member 'TalesPuzzle_Monolith_C_Construct::ValidSequenceStruct' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_Construct, MeshID_0) == 0x000024, "Member 'TalesPuzzle_Monolith_C_Construct::MeshID_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_SetSFX \ static_assert(alignof(TalesPuzzle_Monolith_C_SetSFX) == 0x000008, "Wrong alignment on TalesPuzzle_Monolith_C_SetSFX"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_SetSFX) == 0x0000A8, "Wrong size on TalesPuzzle_Monolith_C_SetSFX"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00000C, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000010, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000014, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000018, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x00001C, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000020, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_IntToString_ReturnValue) == 0x000028, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_Conv_StringToName_ReturnValue) == 0x000038, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A0, "Member 'TalesPuzzle_Monolith_C_SetSFX::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_SetSFX, K2Node_SwitchEnum_CmpSuccess) == 0x0000A1, "Member 'TalesPuzzle_Monolith_C_SetSFX::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Monolith_C_OnRep_MeshID \ static_assert(alignof(TalesPuzzle_Monolith_C_OnRep_MeshID) == 0x000008, "Wrong alignment on TalesPuzzle_Monolith_C_OnRep_MeshID"); \ static_assert(sizeof(TalesPuzzle_Monolith_C_OnRep_MeshID) == 0x000010, "Wrong size on TalesPuzzle_Monolith_C_OnRep_MeshID"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_OnRep_MeshID, CallFunc_Array_Get_Item) == 0x000000, "Member 'TalesPuzzle_Monolith_C_OnRep_MeshID::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Monolith_C_OnRep_MeshID, CallFunc_SetStaticMesh_ReturnValue) == 0x000008, "Member 'TalesPuzzle_Monolith_C_OnRep_MeshID::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATalesPuzzle_Monolith_C \ static_assert(alignof(ATalesPuzzle_Monolith_C) == 0x000008, "Wrong alignment on ATalesPuzzle_Monolith_C"); \ static_assert(sizeof(ATalesPuzzle_Monolith_C) == 0x000310, "Wrong size on ATalesPuzzle_Monolith_C"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, UberGraphFrame) == 0x000240, "Member 'ATalesPuzzle_Monolith_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, SFX) == 0x000248, "Member 'ATalesPuzzle_Monolith_C::SFX' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, SplineMarker) == 0x000250, "Member 'ATalesPuzzle_Monolith_C::SplineMarker' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, TopDecal) == 0x000258, "Member 'ATalesPuzzle_Monolith_C::TopDecal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, SubDecal) == 0x000260, "Member 'ATalesPuzzle_Monolith_C::SubDecal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, Scene) == 0x000268, "Member 'ATalesPuzzle_Monolith_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, MainDecal) == 0x000270, "Member 'ATalesPuzzle_Monolith_C::MainDecal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, StaticMesh) == 0x000278, "Member 'ATalesPuzzle_Monolith_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, CurrentAct) == 0x000280, "Member 'ATalesPuzzle_Monolith_C::CurrentAct' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, ChangeDecal) == 0x000288, "Member 'ATalesPuzzle_Monolith_C::ChangeDecal' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, MainDecal_DynMat) == 0x000298, "Member 'ATalesPuzzle_Monolith_C::MainDecal_DynMat' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, BeginActID) == 0x0002A0, "Member 'ATalesPuzzle_Monolith_C::BeginActID' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, CurrentMainDecalID) == 0x0002A4, "Member 'ATalesPuzzle_Monolith_C::CurrentMainDecalID' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, OnPuzzleCompleted) == 0x0002A8, "Member 'ATalesPuzzle_Monolith_C::OnPuzzleCompleted' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, SubDecal_DynMat) == 0x0002B8, "Member 'ATalesPuzzle_Monolith_C::SubDecal_DynMat' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, TopDecal_DynMat) == 0x0002C0, "Member 'ATalesPuzzle_Monolith_C::TopDecal_DynMat' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, HubHeroTexture) == 0x0002C8, "Member 'ATalesPuzzle_Monolith_C::HubHeroTexture' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, ValidSeqStr) == 0x0002D0, "Member 'ATalesPuzzle_Monolith_C::ValidSeqStr' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, bIsVisible) == 0x0002EC, "Member 'ATalesPuzzle_Monolith_C::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, bIsPuzzleCompleted) == 0x0002ED, "Member 'ATalesPuzzle_Monolith_C::bIsPuzzleCompleted' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, MeshID) == 0x0002F0, "Member 'ATalesPuzzle_Monolith_C::MeshID' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, MeshesDB) == 0x0002F8, "Member 'ATalesPuzzle_Monolith_C::MeshesDB' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Monolith_C, SFX_Value) == 0x000308, "Member 'ATalesPuzzle_Monolith_C::SFX_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI \ static_assert(alignof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI) == 0x000008, "Wrong alignment on ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI"); \ static_assert(sizeof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI) == 0x000050, "Wrong size on ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, EntryPoint) == 0x000000, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000028, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, K2Node_DynamicCast_AsUroboros) == 0x000030, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003A, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x00003C, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Not_PreBool_ReturnValue_2) == 0x00003D, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_IsValid_ReturnValue_2) == 0x00003E, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Not_PreBool_ReturnValue_3) == 0x00003F, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_BooleanAND_ReturnValue_1) == 0x000040, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000044, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000048, "Member 'ABP_UroborosAI_C_ExecuteUbergraph_ABP_UroborosAI::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UroborosAI_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_UroborosAI_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_UroborosAI_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_UroborosAI_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_UroborosAI_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_UroborosAI_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_UroborosAI_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UroborosAI_C_AnimGraph \ static_assert(alignof(ABP_UroborosAI_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_UroborosAI_C_AnimGraph"); \ static_assert(sizeof(ABP_UroborosAI_C_AnimGraph) == 0x000010, "Wrong size on ABP_UroborosAI_C_AnimGraph"); \ static_assert(offsetof(ABP_UroborosAI_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_UroborosAI_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_UroborosAI_C \ static_assert(alignof(UABP_UroborosAI_C) == 0x000010, "Wrong alignment on UABP_UroborosAI_C"); \ static_assert(sizeof(UABP_UroborosAI_C) == 0x000990, "Wrong size on UABP_UroborosAI_C"); \ static_assert(offsetof(UABP_UroborosAI_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_UroborosAI_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_LocalToComponentSpace) == 0x0002C8, "Member 'UABP_UroborosAI_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_ComponentToLocalSpace) == 0x0002E8, "Member 'UABP_UroborosAI_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_LookAt) == 0x000310, "Member 'UABP_UroborosAI_C::AnimGraphNode_LookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_Slot) == 0x0004C0, "Member 'UABP_UroborosAI_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_TransitionResult_4) == 0x000508, "Member 'UABP_UroborosAI_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_TransitionResult_3) == 0x000530, "Member 'UABP_UroborosAI_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_TransitionResult_2) == 0x000558, "Member 'UABP_UroborosAI_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_TransitionResult_1) == 0x000580, "Member 'UABP_UroborosAI_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_TransitionResult) == 0x0005A8, "Member 'UABP_UroborosAI_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_SequencePlayer_2) == 0x0005D0, "Member 'UABP_UroborosAI_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_StateResult_3) == 0x000650, "Member 'UABP_UroborosAI_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_SequencePlayer_1) == 0x000680, "Member 'UABP_UroborosAI_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_StateResult_2) == 0x000700, "Member 'UABP_UroborosAI_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_SequencePlayer) == 0x000730, "Member 'UABP_UroborosAI_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_StateResult_1) == 0x0007B0, "Member 'UABP_UroborosAI_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_RandomPlayer) == 0x0007E0, "Member 'UABP_UroborosAI_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_StateResult) == 0x000858, "Member 'UABP_UroborosAI_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_StateMachine) == 0x000888, "Member 'UABP_UroborosAI_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnimGraphNode_Root) == 0x000938, "Member 'UABP_UroborosAI_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, Look_At_Location) == 0x000968, "Member 'UABP_UroborosAI_C::Look_At_Location' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, Character) == 0x000978, "Member 'UABP_UroborosAI_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, Target) == 0x000980, "Member 'UABP_UroborosAI_C::Target' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, LookAtAlpha) == 0x000988, "Member 'UABP_UroborosAI_C::LookAtAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, Is_Event_Enabled) == 0x00098C, "Member 'UABP_UroborosAI_C::Is_Event_Enabled' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, bAwake) == 0x00098D, "Member 'UABP_UroborosAI_C::bAwake' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, AnyMontageIsPlaying) == 0x00098E, "Member 'UABP_UroborosAI_C::AnyMontageIsPlaying' has a wrong offset!"); \ static_assert(offsetof(UABP_UroborosAI_C, bLookAtTarget) == 0x00098F, "Member 'UABP_UroborosAI_C::bLookAtTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller \ static_assert(alignof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller"); \ static_assert(sizeof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller) == 0x000810, "Wrong size on TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, EntryPoint) == 0x000000, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000008, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x00000C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2) == 0x000010, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3) == 0x000014, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4) == 0x000018, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00001C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5) == 0x000020, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_6) == 0x000028, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable) == 0x000030, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_byte_Variable) == 0x000034, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000035, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_7) == 0x000038, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_name_Variable) == 0x000048, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_2) == 0x000050, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_8) == 0x000054, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_2) == 0x000058, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_2) == 0x00005C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_3) == 0x000060, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_3) == 0x000064, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_3) == 0x000068, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_name_Variable_1) == 0x00006C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000074, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_4) == 0x000078, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_9) == 0x00007C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_4) == 0x000080, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_4) == 0x000084, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_name_Variable_2) == 0x000088, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_5) == 0x000090, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_5) == 0x000094, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_5) == 0x000098, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x00009C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_name_Variable_3) == 0x0000A0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_6) == 0x0000A8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_10) == 0x0000AC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000B0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_6) == 0x0000B4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_7) == 0x0000B8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_7) == 0x0000BC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_7) == 0x0000C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_name_Variable_4) == 0x0000C4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_11) == 0x0000CC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_12) == 0x0000D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_8) == 0x0000D4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_8) == 0x0000D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_8) == 0x0000DC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_byte_Variable_1) == 0x0000E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0000E1, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_9) == 0x0000E4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_9) == 0x0000E8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_9) == 0x0000EC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0000F0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue) == 0x0000F1, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue_1) == 0x0000F2, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x0000F3, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_13) == 0x0000F4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0000F8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_14) == 0x0000FC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_10) == 0x000100, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_10) == 0x000104, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_10) == 0x000108, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Variable) == 0x00010C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000110, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue_2) == 0x000111, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Loop_Counter_Variable_11) == 0x000114, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Add_IntInt_ReturnValue_11) == 0x000118, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Array_Index_Variable_11) == 0x00011C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, Temp_int_Variable_1) == 0x000120, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000124, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue_3) == 0x000125, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue_4) == 0x000126, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000127, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_HasAuthority_ReturnValue_5) == 0x000128, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_NewState) == 0x00012C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Hit_4) == 0x000134, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_PlayerCharacter_3) == 0x0001C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Hit_3) == 0x0001C8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_PlayerCharacter_2) == 0x000250, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Hit_2) == 0x000258, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_PlayerCharacter_1) == 0x0002E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith) == 0x0002E8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_1) == 0x0002F8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_1) == 0x000300, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_2) == 0x000308, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_2) == 0x000310, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000311, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_3) == 0x000318, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_3) == 0x000320, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_4) == 0x000328, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_4) == 0x000330, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_5) == 0x000338, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_5) == 0x000340, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_15) == 0x000344, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_6) == 0x000348, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_6) == 0x000350, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_7) == 0x000358, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_7) == 0x000360, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_8) == 0x000368, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_8) == 0x000370, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_9) == 0x000378, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_9) == 0x000380, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_10) == 0x000388, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_10) == 0x000390, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_11) == 0x000398, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_11) == 0x0003A0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_12) == 0x0003A8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_12' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_12) == 0x0003B0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x0003B1, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_13) == 0x0003B8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_13' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_13) == 0x0003C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_16) == 0x0003C4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_14) == 0x0003C8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_14' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_14) == 0x0003D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_15) == 0x0003D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_15' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_15) == 0x0003E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_16) == 0x0003E8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_16' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_16) == 0x0003F0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_CustomEvent_Actor) == 0x0003F8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_17) == 0x000400, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_17' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_17) == 0x000408, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Values_Values) == 0x000410, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item) == 0x000420, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue) == 0x000424, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue) == 0x000428, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Keys_Keys) == 0x000430, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_1) == 0x000440, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_1) == 0x000444, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_SwitchEnum_CmpSuccess) == 0x000448, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_1) == 0x000449, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Keys_Keys_1) == 0x000450, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_2) == 0x000460, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_2) == 0x000464, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Find_Value) == 0x000468, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Find_ReturnValue) == 0x00046C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_2) == 0x00046D, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Find_Value_1) == 0x000470, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Find_ReturnValue_1) == 0x000474, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000475, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000476, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Keys_Keys_2) == 0x000478, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_3) == 0x000488, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_3) == 0x000490, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_3) == 0x000494, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsTales_Puzzle_Monolith_18) == 0x000498, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsTales_Puzzle_Monolith_18' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_18) == 0x0004A0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0004A1, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Values_Values_1) == 0x0004A8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_4) == 0x0004B8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_SwitchEnum_CmpSuccess_1) == 0x0004B9, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_4) == 0x0004BC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_4) == 0x0004C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_17) == 0x0004C4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_MyComp) == 0x0004C8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Other) == 0x0004D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_OtherComp) == 0x0004D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_bSelfMoved) == 0x0004E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_HitLocation) == 0x0004E4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_HitNormal) == 0x0004F0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_NormalImpulse) == 0x0004FC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Hit_1) == 0x000508, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_bBlockingHit) == 0x000590, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_bInitialOverlap) == 0x000591, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Time) == 0x000594, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Distance) == 0x000598, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Location) == 0x00059C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ImpactPoint) == 0x0005A8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Normal) == 0x0005B4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ImpactNormal) == 0x0005C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_PhysMat) == 0x0005D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitActor) == 0x0005D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitComponent) == 0x0005E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitBoneName) == 0x0005E8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitItem) == 0x0005F0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ElementIndex) == 0x0005F4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_FaceIndex) == 0x0005F8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_TraceStart) == 0x0005FC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_TraceEnd) == 0x000608, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000614, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsFGProjectile) == 0x000618, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsFGProjectile' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_19) == 0x000620, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_GetInstigator_ReturnValue) == 0x000628, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000630, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000638, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_DynamicCast_bSuccess_20) == 0x000640, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BooleanAND_ReturnValue) == 0x000641, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_SwitchEnum_CmpSuccess_2) == 0x000642, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_RandomBoolFromStream_ReturnValue) == 0x000643, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_RandomBoolFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_5) == 0x000648, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_5) == 0x000650, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_5) == 0x000654, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_6) == 0x000658, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_6) == 0x000660, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_6) == 0x000664, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_7) == 0x000668, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_7) == 0x000670, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_7) == 0x000674, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_8) == 0x000678, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_8) == 0x000680, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_8) == 0x000684, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_9) == 0x000688, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_9) == 0x000690, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_9) == 0x000694, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_GetAllActorsOfClass_OutActors) == 0x000698, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_10) == 0x0006A8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_10) == 0x0006B0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_10) == 0x0006B4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0006B5, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Map_Values_Values_2) == 0x0006B8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x0006C8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0006CC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0006D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0006D4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0006D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0006DC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_Hit) == 0x0006E0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Event_PlayerCharacter) == 0x000768, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Get_Item_11) == 0x000770, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000771, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000772, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Time_1) == 0x000774, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Distance_1) == 0x000778, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Location_1) == 0x00077C, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000788, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_Normal_1) == 0x000794, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0007A0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_PhysMat_1) == 0x0007B0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitActor_1) == 0x0007B8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitComponent_1) == 0x0007C0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitBoneName_1) == 0x0007C8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_HitItem_1) == 0x0007D0, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_ElementIndex_1) == 0x0007D4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_FaceIndex_1) == 0x0007D8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_TraceStart_1) == 0x0007DC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BreakHitResult_TraceEnd_1) == 0x0007E8, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Select_Default) == 0x0007F4, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, K2Node_Select_Default_1) == 0x0007FC, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Array_Length_ReturnValue_11) == 0x000800, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Less_IntInt_ReturnValue_11) == 0x000804, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000805, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000806, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_BooleanAND_ReturnValue_1) == 0x000807, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Not_PreBool_ReturnValue) == 0x000808, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller, CallFunc_Not_PreBool_ReturnValue_1) == 0x000809, "Member 'TalesPuzzle_Controller_C_ExecuteUbergraph_TalesPuzzle_Controller::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnUseActor \ static_assert(alignof(TalesPuzzle_Controller_C_OnUseActor) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_OnUseActor"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnUseActor) == 0x000090, "Wrong size on TalesPuzzle_Controller_C_OnUseActor"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnUseActor, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_ReceiveHit \ static_assert(alignof(TalesPuzzle_Controller_C_ReceiveHit) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_ReceiveHit"); \ static_assert(sizeof(TalesPuzzle_Controller_C_ReceiveHit) == 0x0000C8, "Wrong size on TalesPuzzle_Controller_C_ReceiveHit"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, MyComp) == 0x000000, "Member 'TalesPuzzle_Controller_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, Other) == 0x000008, "Member 'TalesPuzzle_Controller_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, OtherComp) == 0x000010, "Member 'TalesPuzzle_Controller_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'TalesPuzzle_Controller_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'TalesPuzzle_Controller_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, HitNormal) == 0x000028, "Member 'TalesPuzzle_Controller_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'TalesPuzzle_Controller_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ReceiveHit, Hit) == 0x000040, "Member 'TalesPuzzle_Controller_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_MakeAssignActor \ static_assert(alignof(TalesPuzzle_Controller_C_MakeAssignActor) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_MakeAssignActor"); \ static_assert(sizeof(TalesPuzzle_Controller_C_MakeAssignActor) == 0x000008, "Wrong size on TalesPuzzle_Controller_C_MakeAssignActor"); \ static_assert(offsetof(TalesPuzzle_Controller_C_MakeAssignActor, Actor) == 0x000000, "Member 'TalesPuzzle_Controller_C_MakeAssignActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnHoldUseActor \ static_assert(alignof(TalesPuzzle_Controller_C_OnHoldUseActor) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_OnHoldUseActor"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnHoldUseActor) == 0x000090, "Wrong size on TalesPuzzle_Controller_C_OnHoldUseActor"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnHoldUseActor, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnAltHoldUseActor \ static_assert(alignof(TalesPuzzle_Controller_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_OnAltHoldUseActor"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnAltHoldUseActor) == 0x000090, "Wrong size on TalesPuzzle_Controller_C_OnAltHoldUseActor"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnAlternateUseActor \ static_assert(alignof(TalesPuzzle_Controller_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_OnAlternateUseActor"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnAlternateUseActor) == 0x000090, "Wrong size on TalesPuzzle_Controller_C_OnAlternateUseActor"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_SetActorState \ static_assert(alignof(TalesPuzzle_Controller_C_SetActorState) == 0x000004, "Wrong alignment on TalesPuzzle_Controller_C_SetActorState"); \ static_assert(sizeof(TalesPuzzle_Controller_C_SetActorState) == 0x000008, "Wrong size on TalesPuzzle_Controller_C_SetActorState"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetActorState, NewState) == 0x000000, "Member 'TalesPuzzle_Controller_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_Generate_Sequence \ static_assert(alignof(TalesPuzzle_Controller_C_Generate_Sequence) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_Generate_Sequence"); \ static_assert(sizeof(TalesPuzzle_Controller_C_Generate_Sequence) == 0x000268, "Wrong size on TalesPuzzle_Controller_C_Generate_Sequence"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, tempValidSequenceData) == 0x000000, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::tempValidSequenceData' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomBoolFromStream_ReturnValue) == 0x000011, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomBoolFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000014, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x000018, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_Conv_BoolToText_ReturnValue) == 0x000020, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000F8, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_4) == 0x000138, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_5) == 0x000178, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_FormatArgumentData_6) == 0x0001B8, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2) == 0x0001F8, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeArray_Array) == 0x000200, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3) == 0x000210, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_Format_ReturnValue) == 0x000218, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4) == 0x000230, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_Conv_TextToString_ReturnValue) == 0x000238, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5) == 0x000248, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_Generate_Sequence, K2Node_MakeStruct_TalesPuzzle_ValidSequenceIDs) == 0x00024C, "Member 'TalesPuzzle_Controller_C_Generate_Sequence::K2Node_MakeStruct_TalesPuzzle_ValidSequenceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_GenerateActors \ static_assert(alignof(TalesPuzzle_Controller_C_GenerateActors) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_GenerateActors"); \ static_assert(sizeof(TalesPuzzle_Controller_C_GenerateActors) == 0x0002B8, "Wrong size on TalesPuzzle_Controller_C_GenerateActors"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable) == 0x000010, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values) == 0x000028, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000038, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Keys_Keys_1) == 0x000048, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values_1) == 0x000058, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x000068, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_2) == 0x00006C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Keys_Keys_2) == 0x000070, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values_2) == 0x000080, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable_2) == 0x000090, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue_2) == 0x000094, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2) == 0x000098, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_3) == 0x00009C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Keys_Keys_3) == 0x0000A0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values_3) == 0x0000B0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable_3) == 0x0000C0, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3) == 0x0000C4, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_4) == 0x0000C8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Keys_Keys_4) == 0x0000D0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Keys_Keys_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values_4) == 0x0000E0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4) == 0x0000F0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable_3) == 0x0000F4, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000F8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable_4) == 0x0000FC, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable_4) == 0x000100, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue_4) == 0x000104, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Array_Index_Variable_5) == 0x000108, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item) == 0x000110, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_2) == 0x000138, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue_1) == 0x00013C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_3) == 0x000140, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_3) == 0x000148, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue_2) == 0x00014C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_4) == 0x000150, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_4) == 0x000158, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue_3) == 0x00015C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_5) == 0x000160, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Subtract_IntInt_ReturnValue) == 0x000164, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5) == 0x000168, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_6) == 0x00016C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000170, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_6) == 0x000174, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_7) == 0x000178, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00017C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_7) == 0x000180, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_8) == 0x000184, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000188, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_8) == 0x00018C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_9) == 0x000190, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000194, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_9) == 0x000198, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00019C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_5) == 0x0001A0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001A4, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_6) == 0x0001A8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0001AC, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_7) == 0x0001B0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0001B4, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_8) == 0x0001B8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x0001BC, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Add_ReturnValue_9) == 0x0001C0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, Temp_int_Loop_Counter_Variable_5) == 0x0001C4, "Member 'TalesPuzzle_Controller_C_GenerateActors::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Map_Values_Values_5) == 0x0001C8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Map_Values_Values_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001D8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_5) == 0x0001D9, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Find_ReturnValue) == 0x0001DC, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Find_ReturnValue_1) == 0x0001E0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_6) == 0x0001E8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_7) == 0x0001F0, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_AsTales_Puzzle_Monolith) == 0x0001F8, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_AsTales_Puzzle_Monolith' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_AsTales_Puzzle_Monolith_1) == 0x000208, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_AsTales_Puzzle_Monolith_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_bSuccess_1) == 0x000210, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000214, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000220, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Find_ReturnValue_2) == 0x00022C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Find_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Find_ReturnValue_3) == 0x000230, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Find_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_8) == 0x000238, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_9) == 0x000240, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_AsTales_Puzzle_Monolith_2) == 0x000248, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_AsTales_Puzzle_Monolith_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_bSuccess_2) == 0x000250, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_AsTales_Puzzle_Monolith_3) == 0x000258, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_AsTales_Puzzle_Monolith_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_bSuccess_3) == 0x000260, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000264, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000270, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Find_ReturnValue_4) == 0x00027C, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Find_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_SwitchEnum_CmpSuccess) == 0x000280, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Get_Item_10) == 0x000288, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Array_Length_ReturnValue_10) == 0x000290, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Less_IntInt_ReturnValue_5) == 0x000294, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_AsTales_Puzzle_Monolith_4) == 0x000298, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_AsTales_Puzzle_Monolith_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, K2Node_DynamicCast_bSuccess_4) == 0x0002A0, "Member 'TalesPuzzle_Controller_C_GenerateActors::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002A4, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GenerateActors, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0002A8, "Member 'TalesPuzzle_Controller_C_GenerateActors::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnSetEnabled \ static_assert(alignof(TalesPuzzle_Controller_C_OnSetEnabled) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_OnSetEnabled"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnSetEnabled) == 0x000090, "Wrong size on TalesPuzzle_Controller_C_OnSetEnabled"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, ActorsID) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::ActorsID' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, ActorsAct) == 0x000004, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::ActorsAct' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, Owner_0) == 0x000008, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::Owner_0' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000011, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_HasAuthority_ReturnValue) == 0x000012, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, Temp_byte_Variable) == 0x000014, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, Temp_int_Array_Index_Variable) == 0x000018, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, K2Node_Select_Default) == 0x000020, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Array_Get_Item) == 0x000030, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00003C, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Map_Values_Values) == 0x000050, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Array_Find_ReturnValue) == 0x000070, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, K2Node_DynamicCast_AsTales_Puzzle_Monolith) == 0x000080, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::K2Node_DynamicCast_AsTales_Puzzle_Monolith' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnSetEnabled, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'TalesPuzzle_Controller_C_OnSetEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_SetPuzzleSeed \ static_assert(alignof(TalesPuzzle_Controller_C_SetPuzzleSeed) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_SetPuzzleSeed"); \ static_assert(sizeof(TalesPuzzle_Controller_C_SetPuzzleSeed) == 0x000048, "Wrong size on TalesPuzzle_Controller_C_SetPuzzleSeed"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000000, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, CallFunc_MakeRandomStream_ReturnValue) == 0x000004, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, CallFunc_GetActorChunk_ReturnValue) == 0x000028, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::CallFunc_GetActorChunk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, K2Node_DynamicCast_AsFGChunk_Puzzle_Island) == 0x000030, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::K2Node_DynamicCast_AsFGChunk_Puzzle_Island' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_SetPuzzleSeed, CallFunc_MakeRandomStream_ReturnValue_1) == 0x00003C, "Member 'TalesPuzzle_Controller_C_SetPuzzleSeed::CallFunc_MakeRandomStream_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_OnRep_bOpenReward \ static_assert(alignof(TalesPuzzle_Controller_C_OnRep_bOpenReward) == 0x000001, "Wrong alignment on TalesPuzzle_Controller_C_OnRep_bOpenReward"); \ static_assert(sizeof(TalesPuzzle_Controller_C_OnRep_bOpenReward) == 0x000001, "Wrong size on TalesPuzzle_Controller_C_OnRep_bOpenReward"); \ static_assert(offsetof(TalesPuzzle_Controller_C_OnRep_bOpenReward, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'TalesPuzzle_Controller_C_OnRep_bOpenReward::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_CanUse \ static_assert(alignof(TalesPuzzle_Controller_C_CanUse) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_CanUse"); \ static_assert(sizeof(TalesPuzzle_Controller_C_CanUse) == 0x000098, "Wrong size on TalesPuzzle_Controller_C_CanUse"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanUse, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanUse, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanUse, ReturnValue) == 0x000090, "Member 'TalesPuzzle_Controller_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000091, "Member 'TalesPuzzle_Controller_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_CanHoldUse \ static_assert(alignof(TalesPuzzle_Controller_C_CanHoldUse) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_CanHoldUse"); \ static_assert(sizeof(TalesPuzzle_Controller_C_CanHoldUse) == 0x000098, "Wrong size on TalesPuzzle_Controller_C_CanHoldUse"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanHoldUse, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'TalesPuzzle_Controller_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_CanAltUse \ static_assert(alignof(TalesPuzzle_Controller_C_CanAltUse) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_CanAltUse"); \ static_assert(sizeof(TalesPuzzle_Controller_C_CanAltUse) == 0x000098, "Wrong size on TalesPuzzle_Controller_C_CanAltUse"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltUse, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltUse, ReturnValue) == 0x000090, "Member 'TalesPuzzle_Controller_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_CanAltHoldUse \ static_assert(alignof(TalesPuzzle_Controller_C_CanAltHoldUse) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_CanAltHoldUse"); \ static_assert(sizeof(TalesPuzzle_Controller_C_CanAltHoldUse) == 0x000098, "Wrong size on TalesPuzzle_Controller_C_CanAltHoldUse"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltHoldUse, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'TalesPuzzle_Controller_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'TalesPuzzle_Controller_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_GetItemSelection \ static_assert(alignof(TalesPuzzle_Controller_C_GetItemSelection) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_GetItemSelection"); \ static_assert(sizeof(TalesPuzzle_Controller_C_GetItemSelection) == 0x000130, "Wrong size on TalesPuzzle_Controller_C_GetItemSelection"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, Hit) == 0x000000, "Member 'TalesPuzzle_Controller_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, Player) == 0x000088, "Member 'TalesPuzzle_Controller_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, SelectionText) == 0x000090, "Member 'TalesPuzzle_Controller_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'TalesPuzzle_Controller_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'TalesPuzzle_Controller_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00012C, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemSelection, CallFunc_BooleanAND_ReturnValue) == 0x00012E, "Member 'TalesPuzzle_Controller_C_GetItemSelection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_GetItemDurability \ static_assert(alignof(TalesPuzzle_Controller_C_GetItemDurability) == 0x000008, "Wrong alignment on TalesPuzzle_Controller_C_GetItemDurability"); \ static_assert(sizeof(TalesPuzzle_Controller_C_GetItemDurability) == 0x000018, "Wrong size on TalesPuzzle_Controller_C_GetItemDurability"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'TalesPuzzle_Controller_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_GetActorState \ static_assert(alignof(TalesPuzzle_Controller_C_GetActorState) == 0x000004, "Wrong alignment on TalesPuzzle_Controller_C_GetActorState"); \ static_assert(sizeof(TalesPuzzle_Controller_C_GetActorState) == 0x000008, "Wrong size on TalesPuzzle_Controller_C_GetActorState"); \ static_assert(offsetof(TalesPuzzle_Controller_C_GetActorState, ReturnValue) == 0x000000, "Member 'TalesPuzzle_Controller_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalesPuzzle_Controller_C_ShouldNotBeSaved \ static_assert(alignof(TalesPuzzle_Controller_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on TalesPuzzle_Controller_C_ShouldNotBeSaved"); \ static_assert(sizeof(TalesPuzzle_Controller_C_ShouldNotBeSaved) == 0x000001, "Wrong size on TalesPuzzle_Controller_C_ShouldNotBeSaved"); \ static_assert(offsetof(TalesPuzzle_Controller_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'TalesPuzzle_Controller_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATalesPuzzle_Controller_C \ static_assert(alignof(ATalesPuzzle_Controller_C) == 0x000008, "Wrong alignment on ATalesPuzzle_Controller_C"); \ static_assert(sizeof(ATalesPuzzle_Controller_C) == 0x0004C8, "Wrong size on ATalesPuzzle_Controller_C"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, UberGraphFrame) == 0x000240, "Member 'ATalesPuzzle_Controller_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Narrator_SFX) == 0x000248, "Member 'ATalesPuzzle_Controller_C::Narrator_SFX' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, SFX) == 0x000250, "Member 'ATalesPuzzle_Controller_C::SFX' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, capsule) == 0x000258, "Member 'ATalesPuzzle_Controller_C::capsule' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Narrator) == 0x000260, "Member 'ATalesPuzzle_Controller_C::Narrator' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, A5) == 0x000268, "Member 'ATalesPuzzle_Controller_C::A5' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, A4) == 0x000270, "Member 'ATalesPuzzle_Controller_C::A4' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, A3) == 0x000278, "Member 'ATalesPuzzle_Controller_C::A3' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, A2) == 0x000280, "Member 'ATalesPuzzle_Controller_C::A2' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, A1) == 0x000288, "Member 'ATalesPuzzle_Controller_C::A1' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Socket5) == 0x000290, "Member 'ATalesPuzzle_Controller_C::Socket5' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Socket4) == 0x000298, "Member 'ATalesPuzzle_Controller_C::Socket4' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Socket3) == 0x0002A0, "Member 'ATalesPuzzle_Controller_C::Socket3' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Socket2) == 0x0002A8, "Member 'ATalesPuzzle_Controller_C::Socket2' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Socket1) == 0x0002B0, "Member 'ATalesPuzzle_Controller_C::Socket1' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, ValidSequenceData) == 0x0002B8, "Member 'ATalesPuzzle_Controller_C::ValidSequenceData' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, ActorIds) == 0x0002D8, "Member 'ATalesPuzzle_Controller_C::ActorIds' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, LocalRoll) == 0x0002E8, "Member 'ATalesPuzzle_Controller_C::LocalRoll' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, EnabledMonoliths) == 0x0002F0, "Member 'ATalesPuzzle_Controller_C::EnabledMonoliths' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, DebugSeq) == 0x000340, "Member 'ATalesPuzzle_Controller_C::DebugSeq' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentSequence) == 0x000350, "Member 'ATalesPuzzle_Controller_C::CurrentSequence' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, ValidSequenceMap) == 0x0003A0, "Member 'ATalesPuzzle_Controller_C::ValidSequenceMap' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bUnvalid) == 0x0003F0, "Member 'ATalesPuzzle_Controller_C::bUnvalid' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bPuzzleIsCompleted) == 0x0003F1, "Member 'ATalesPuzzle_Controller_C::bPuzzleIsCompleted' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, HubIsPlaying) == 0x0003F2, "Member 'ATalesPuzzle_Controller_C::HubIsPlaying' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, NarratorState) == 0x0003F3, "Member 'ATalesPuzzle_Controller_C::NarratorState' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, RewardActor) == 0x0003F8, "Member 'ATalesPuzzle_Controller_C::RewardActor' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Act1SceneActors) == 0x000400, "Member 'ATalesPuzzle_Controller_C::Act1SceneActors' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Act2SceneActors) == 0x000410, "Member 'ATalesPuzzle_Controller_C::Act2SceneActors' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Act3SceneActors) == 0x000420, "Member 'ATalesPuzzle_Controller_C::Act3SceneActors' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Act4SceneActors) == 0x000430, "Member 'ATalesPuzzle_Controller_C::Act4SceneActors' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, Act5SceneActors) == 0x000440, "Member 'ATalesPuzzle_Controller_C::Act5SceneActors' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentActors_Act1) == 0x000450, "Member 'ATalesPuzzle_Controller_C::CurrentActors_Act1' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentActors_Act2) == 0x000460, "Member 'ATalesPuzzle_Controller_C::CurrentActors_Act2' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentActors_Act3) == 0x000470, "Member 'ATalesPuzzle_Controller_C::CurrentActors_Act3' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentActors_Act4) == 0x000480, "Member 'ATalesPuzzle_Controller_C::CurrentActors_Act4' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, CurrentActors_Act5) == 0x000490, "Member 'ATalesPuzzle_Controller_C::CurrentActors_Act5' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, SeedStream) == 0x0004A0, "Member 'ATalesPuzzle_Controller_C::SeedStream' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bNarratorSpeaking) == 0x0004A8, "Member 'ATalesPuzzle_Controller_C::bNarratorSpeaking' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bOpenReward) == 0x0004A9, "Member 'ATalesPuzzle_Controller_C::bOpenReward' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bSequencePlayed) == 0x0004AA, "Member 'ATalesPuzzle_Controller_C::bSequencePlayed' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, TaleValues) == 0x0004B0, "Member 'ATalesPuzzle_Controller_C::TaleValues' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bControllerInitialized) == 0x0004C0, "Member 'ATalesPuzzle_Controller_C::bControllerInitialized' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bSavePuzzleComplete) == 0x0004C1, "Member 'ATalesPuzzle_Controller_C::bSavePuzzleComplete' has a wrong offset!"); \ static_assert(offsetof(ATalesPuzzle_Controller_C, bStateRestore) == 0x0004C2, "Member 'ATalesPuzzle_Controller_C::bStateRestore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponCore_IceStorm_C \ static_assert(alignof(UWeaponCore_IceStorm_C) == 0x000008, "Wrong alignment on UWeaponCore_IceStorm_C"); \ static_assert(sizeof(UWeaponCore_IceStorm_C) == 0x000140, "Wrong size on UWeaponCore_IceStorm_C"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag \ static_assert(alignof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag) == 0x000008, "Wrong alignment on GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag"); \ static_assert(sizeof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag) == 0x0001D8, "Wrong size on GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, EntryPoint) == 0x000000, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, Temp_bool_Variable) == 0x000004, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000008, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, Temp_text_Variable) == 0x000018, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000030, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, Temp_text_Variable_1) == 0x000038, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_Event_Hit) == 0x000050, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E0, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetHUD_ReturnValue) == 0x0000E8, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetHUD_ReturnValue_1) == 0x0000F0, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0000F8, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000110, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetPlayerPawn_ReturnValue) == 0x000128, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000130, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_bSuccess_2) == 0x000138, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetPlayerController_ReturnValue_2) == 0x000140, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_GetHUD_ReturnValue_2) == 0x000148, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000150, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_AsAction_Buttons_Displayer_2) == 0x000158, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_AsAction_Buttons_Displayer_2' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_AsHUD_Ansora) == 0x000170, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_DynamicCast_bSuccess_4) == 0x000178, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_IsAlive_ReturnValue) == 0x000179, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_CanAddFromPlaceholder_ReturnValue_1) == 0x00017A, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_CanAddFromPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_BooleanOR_ReturnValue) == 0x00017B, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_Select_Default) == 0x000180, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, CallFunc_Not_PreBool_ReturnValue) == 0x000198, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag, K2Node_MakeStruct_KeyDisplayMeta) == 0x0001A0, "Member 'GenericDeathBag_C_ExecuteUbergraph_GenericDeathBag::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_OnGotFocus \ static_assert(alignof(GenericDeathBag_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericDeathBag_C_OnGotFocus"); \ static_assert(sizeof(GenericDeathBag_C_OnGotFocus) == 0x000088, "Wrong size on GenericDeathBag_C_OnGotFocus"); \ static_assert(offsetof(GenericDeathBag_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericDeathBag_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_CanBeLooted \ static_assert(alignof(GenericDeathBag_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericDeathBag_C_CanBeLooted"); \ static_assert(sizeof(GenericDeathBag_C_CanBeLooted) == 0x000001, "Wrong size on GenericDeathBag_C_CanBeLooted"); \ static_assert(offsetof(GenericDeathBag_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericDeathBag_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_CanBeGrappled \ static_assert(alignof(GenericDeathBag_C_CanBeGrappled) == 0x000001, "Wrong alignment on GenericDeathBag_C_CanBeGrappled"); \ static_assert(sizeof(GenericDeathBag_C_CanBeGrappled) == 0x000001, "Wrong size on GenericDeathBag_C_CanBeGrappled"); \ static_assert(offsetof(GenericDeathBag_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'GenericDeathBag_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_IsDeconstructionAllowed \ static_assert(alignof(GenericDeathBag_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericDeathBag_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericDeathBag_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on GenericDeathBag_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericDeathBag_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericDeathBag_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericDeathBag_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericDeathBag_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericDeathBag_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_CanRepairIt \ static_assert(alignof(GenericDeathBag_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericDeathBag_C_CanRepairIt"); \ static_assert(sizeof(GenericDeathBag_C_CanRepairIt) == 0x00008C, "Wrong size on GenericDeathBag_C_CanRepairIt"); \ static_assert(offsetof(GenericDeathBag_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericDeathBag_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDeathBag_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericDeathBag_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_GetAdditionalButtons \ static_assert(alignof(GenericDeathBag_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericDeathBag_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericDeathBag_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericDeathBag_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericDeathBag_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericDeathBag_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_GetProgressStatusState \ static_assert(alignof(GenericDeathBag_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericDeathBag_C_GetProgressStatusState"); \ static_assert(sizeof(GenericDeathBag_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericDeathBag_C_GetProgressStatusState"); \ static_assert(offsetof(GenericDeathBag_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericDeathBag_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDeathBag_C_GetProgressStatusTime \ static_assert(alignof(GenericDeathBag_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericDeathBag_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericDeathBag_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericDeathBag_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericDeathBag_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericDeathBag_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericDeathBag_C \ static_assert(alignof(AGenericDeathBag_C) == 0x000010, "Wrong alignment on AGenericDeathBag_C"); \ static_assert(sizeof(AGenericDeathBag_C) == 0x000410, "Wrong size on AGenericDeathBag_C"); \ static_assert(offsetof(AGenericDeathBag_C, UberGraphFrame) == 0x000400, "Member 'AGenericDeathBag_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericDeathBag_C, DissolveComponent) == 0x000408, "Member 'AGenericDeathBag_C::DissolveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericImpact_NoDecal_C \ static_assert(alignof(AGenericImpact_NoDecal_C) == 0x000008, "Wrong alignment on AGenericImpact_NoDecal_C"); \ static_assert(sizeof(AGenericImpact_NoDecal_C) == 0x0004F8, "Wrong size on AGenericImpact_NoDecal_C"); \ #define DUMPER7_ASSERTS_Journal_C_ExecuteUbergraph_Journal \ static_assert(alignof(Journal_C_ExecuteUbergraph_Journal) == 0x000008, "Wrong alignment on Journal_C_ExecuteUbergraph_Journal"); \ static_assert(sizeof(Journal_C_ExecuteUbergraph_Journal) == 0x0006B0, "Wrong size on Journal_C_ExecuteUbergraph_Journal"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, EntryPoint) == 0x000000, "Member 'Journal_C_ExecuteUbergraph_Journal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable) == 0x000014, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_34) == 0x00001C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_34' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_33) == 0x000034, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_33' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_32) == 0x00004C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_32' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_31) == 0x000064, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_31' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_30) == 0x00007C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_30' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_1) == 0x000094, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_6) == 0x00009C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_29) == 0x0000AC, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_28) == 0x0000B4, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_27) == 0x0000CC, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_26) == 0x0000E4, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_25) == 0x0000FC, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_10) == 0x000104, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_2) == 0x000114, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_11) == 0x00011C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_SwitchName_CmpSuccess) == 0x00012C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_24) == 0x000130, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_23) == 0x000138, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_12) == 0x000140, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_22) == 0x000150, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_13) == 0x000158, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_21) == 0x000168, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_14) == 0x000170, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_20) == 0x000180, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_15) == 0x000188, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_3) == 0x000198, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001A0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_19) == 0x0001B0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_18) == 0x0001B8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001C0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_17) == 0x0001D0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001D8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_16) == 0x0001E8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_19) == 0x0001F0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_15) == 0x000200, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_20) == 0x000208, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_4) == 0x000218, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_21) == 0x000220, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_14) == 0x000230, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_13) == 0x000238, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_22) == 0x000240, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_12) == 0x000250, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_23) == 0x000258, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_11) == 0x000268, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_24) == 0x000270, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_10) == 0x000280, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_25) == 0x000288, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_5) == 0x000298, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputKeyEvent_Key_4) == 0x0002A0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputKeyEvent_Key_3) == 0x0002B8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_struct_Variable) == 0x0002D0, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputKeyEvent_Key_2) == 0x0002E8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputActionEvent_Key_2) == 0x000300, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputActionEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputActionEvent_Key_1) == 0x000318, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_struct_Variable_1) == 0x000330, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputKeyEvent_Key_1) == 0x000348, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputKeyEvent_Key) == 0x000360, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_InputActionEvent_Key) == 0x000378, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_9) == 0x000390, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_26) == 0x000398, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_8) == 0x0003A8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_27) == 0x0003B0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_7) == 0x0003C0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_28) == 0x0003C8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_6) == 0x0003D8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_29) == 0x0003E0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_5) == 0x0003F0, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_30) == 0x0003F8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_6) == 0x000408, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_31) == 0x000410, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_SwitchName_CmpSuccess_1) == 0x000420, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_4) == 0x000424, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_3) == 0x00042C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_32) == 0x000434, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_2) == 0x000444, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_33) == 0x00044C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_1) == 0x00045C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_34) == 0x000464, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName) == 0x000474, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_35) == 0x00047C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, Temp_name_Variable_7) == 0x00048C, "Member 'Journal_C_ExecuteUbergraph_Journal::Temp_name_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetGreenPageFPCopy_Green) == 0x000498, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetGreenPageFPCopy_Green' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0004A0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue) == 0x0004A8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetGreenPageFPCopy_Green_1) == 0x0004B0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetGreenPageFPCopy_Green_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0004B8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_1) == 0x0004C0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_36) == 0x0004C4, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_36' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0004D0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0004D8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_2) == 0x0004E0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_3) == 0x0004E1, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_36) == 0x0004E4, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x0004F8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_4) == 0x000500, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue) == 0x000508, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_MakeStruct_CharacterAnimMontageInfo) == 0x000510, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_MakeStruct_CharacterAnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_PlayAnimMontageInfo_ReturnValue) == 0x000520, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_PlayAnimMontageInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000528, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_MakeStruct_CharacterAnimMontageInfo_1) == 0x000530, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_MakeStruct_CharacterAnimMontageInfo_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_PlayAnimMontageInfo_ReturnValue_1) == 0x000540, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_PlayAnimMontageInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_37) == 0x000544, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_37' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x000550, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_5) == 0x000558, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000560, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000568, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess) == 0x000570, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000578, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_37) == 0x000580, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000590, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_1) == 0x000598, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_38) == 0x00059C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_38' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetPlayerController_ReturnValue) == 0x0005A8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetHUD_ReturnValue) == 0x0005B0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsHUD_Interface) == 0x0005B8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_2) == 0x0005C8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetPlayerController_ReturnValue_1) == 0x0005D0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_38) == 0x0005D8, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetPlayerController_ReturnValue_2) == 0x0005E8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_6) == 0x0005F0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0005F8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsThird_Person_Character) == 0x000600, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_3) == 0x000608, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000610, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_SelectToolSlot_ReturnValue) == 0x000618, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_SelectToolSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetController_ReturnValue) == 0x000620, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000628, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_4) == 0x000630, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000638, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000640, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_5) == 0x000648, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_39) == 0x00064C, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_39' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6) == 0x000658, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_7) == 0x000660, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_8) == 0x000661, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000668, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CustomEvent_NotifyName_35) == 0x000670, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CustomEvent_NotifyName_35' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000678, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_DynamicCast_bSuccess_6) == 0x000680, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_SelectToolSlot_ReturnValue_1) == 0x000681, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_SelectToolSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_9) == 0x000682, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, K2Node_CreateDelegate_OutputDelegate_39) == 0x000684, "Member 'Journal_C_ExecuteUbergraph_Journal::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7) == 0x000698, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_IsValid_ReturnValue_10) == 0x0006A0, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CheckIsControlledLocally_ReturnValue) == 0x0006A1, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CheckIsControlledLocally_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CheckIsControlledLocally_ReturnValue_1) == 0x0006A2, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CheckIsControlledLocally_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CanShortOpen_ReturnValue) == 0x0006A3, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CanShortOpen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CanShortOpen_ReturnValue_1) == 0x0006A4, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CanShortOpen_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CanShortOpen_ReturnValue_2) == 0x0006A5, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CanShortOpen_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_Not_PreBool_ReturnValue) == 0x0006A6, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_Not_PreBool_ReturnValue_1) == 0x0006A7, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_CanShortOpen_ReturnValue_3) == 0x0006A8, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_CanShortOpen_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ExecuteUbergraph_Journal, CallFunc_Not_PreBool_ReturnValue_2) == 0x0006A9, "Member 'Journal_C_ExecuteUbergraph_Journal::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C \ static_assert(alignof(Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(sizeof(Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C) == 0x000008, "Wrong size on Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(offsetof(Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_7BF221C6484F4E1C124D87A01B97A16C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C \ static_assert(alignof(Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(sizeof(Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C) == 0x000008, "Wrong size on Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(offsetof(Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_7BF221C6484F4E1C124D87A01B97A16C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C \ static_assert(alignof(Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(sizeof(Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C) == 0x000008, "Wrong size on Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(offsetof(Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_7BF221C6484F4E1C124D87A01B97A16C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C \ static_assert(alignof(Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_7BF221C6484F4E1C124D87A01B97A16C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C \ static_assert(alignof(Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_7BF221C6484F4E1C124D87A01B97A16C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30 \ static_assert(alignof(Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(sizeof(Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000008, "Wrong size on Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(offsetof(Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_F73E5CDA498D8E093EAE568A4D3E9E30::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30 \ static_assert(alignof(Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(sizeof(Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000008, "Wrong size on Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(offsetof(Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_F73E5CDA498D8E093EAE568A4D3E9E30::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30 \ static_assert(alignof(Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(sizeof(Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000008, "Wrong size on Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(offsetof(Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_F73E5CDA498D8E093EAE568A4D3E9E30::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30 \ static_assert(alignof(Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_F73E5CDA498D8E093EAE568A4D3E9E30::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30 \ static_assert(alignof(Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_F73E5CDA498D8E093EAE568A4D3E9E30::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0 \ static_assert(alignof(Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0"); \ static_assert(sizeof(Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0"); \ static_assert(offsetof(Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'Journal_C_InpActEvt_Menu_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0 \ static_assert(alignof(Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'Journal_C_InpActEvt_Escape_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1 \ static_assert(alignof(Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'Journal_C_InpActEvt_Gamepad_FaceButton_Right_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1 \ static_assert(alignof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1"); \ static_assert(sizeof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1"); \ static_assert(offsetof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2 \ static_assert(alignof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2"); \ static_assert(sizeof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2) == 0x000018, "Wrong size on Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2"); \ static_assert(offsetof(Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2, Key) == 0x000000, "Member 'Journal_C_InpActEvt_Journal_K2Node_InputActionEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2 \ static_assert(alignof(Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'Journal_C_InpActEvt_V_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3 \ static_assert(alignof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3"); \ static_assert(sizeof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3"); \ static_assert(offsetof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4 \ static_assert(alignof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4"); \ static_assert(sizeof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4"); \ static_assert(offsetof(Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'Journal_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2 \ static_assert(alignof(Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(sizeof(Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000008, "Wrong size on Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(offsetof(Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_13C3410B4FB76D2FD9BEE48B373F40F2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2 \ static_assert(alignof(Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(sizeof(Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000008, "Wrong size on Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(offsetof(Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_13C3410B4FB76D2FD9BEE48B373F40F2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2 \ static_assert(alignof(Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(sizeof(Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000008, "Wrong size on Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(offsetof(Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_13C3410B4FB76D2FD9BEE48B373F40F2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2 \ static_assert(alignof(Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_13C3410B4FB76D2FD9BEE48B373F40F2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2 \ static_assert(alignof(Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_13C3410B4FB76D2FD9BEE48B373F40F2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365 \ static_assert(alignof(Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(sizeof(Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365) == 0x000008, "Wrong size on Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(offsetof(Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_8B0F757343B081DC2DD1BB801C35C365::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365 \ static_assert(alignof(Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(sizeof(Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365) == 0x000008, "Wrong size on Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(offsetof(Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_8B0F757343B081DC2DD1BB801C35C365::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365 \ static_assert(alignof(Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(sizeof(Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365) == 0x000008, "Wrong size on Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(offsetof(Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_8B0F757343B081DC2DD1BB801C35C365::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365 \ static_assert(alignof(Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_8B0F757343B081DC2DD1BB801C35C365::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365 \ static_assert(alignof(Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_8B0F757343B081DC2DD1BB801C35C365::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053 \ static_assert(alignof(Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(sizeof(Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000008, "Wrong size on Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(offsetof(Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_8CCAE9BE4D12FEB3855D808A0DFCE053::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053 \ static_assert(alignof(Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(sizeof(Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000008, "Wrong size on Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(offsetof(Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_8CCAE9BE4D12FEB3855D808A0DFCE053::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053 \ static_assert(alignof(Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(sizeof(Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000008, "Wrong size on Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(offsetof(Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_8CCAE9BE4D12FEB3855D808A0DFCE053::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053 \ static_assert(alignof(Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_8CCAE9BE4D12FEB3855D808A0DFCE053::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053 \ static_assert(alignof(Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_8CCAE9BE4D12FEB3855D808A0DFCE053::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E \ static_assert(alignof(Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(sizeof(Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000008, "Wrong size on Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(offsetof(Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_3F6699484315CB7CCD23A2B962ABEA7E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E \ static_assert(alignof(Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(sizeof(Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000008, "Wrong size on Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(offsetof(Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_3F6699484315CB7CCD23A2B962ABEA7E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E \ static_assert(alignof(Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(sizeof(Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000008, "Wrong size on Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(offsetof(Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_3F6699484315CB7CCD23A2B962ABEA7E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E \ static_assert(alignof(Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_3F6699484315CB7CCD23A2B962ABEA7E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E \ static_assert(alignof(Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_3F6699484315CB7CCD23A2B962ABEA7E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD \ static_assert(alignof(Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD"); \ static_assert(sizeof(Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD) == 0x000008, "Wrong size on Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD"); \ static_assert(offsetof(Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_688E9A954BF96494E5C090A459388DDD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD \ static_assert(alignof(Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD"); \ static_assert(sizeof(Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD) == 0x000008, "Wrong size on Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD"); \ static_assert(offsetof(Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_688E9A954BF96494E5C090A459388DDD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD \ static_assert(alignof(Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD"); \ static_assert(sizeof(Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD) == 0x000008, "Wrong size on Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD"); \ static_assert(offsetof(Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_688E9A954BF96494E5C090A459388DDD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD \ static_assert(alignof(Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_688E9A954BF96494E5C090A459388DDD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD \ static_assert(alignof(Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_688E9A954BF96494E5C090A459388DDD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1 \ static_assert(alignof(Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000004, "Wrong alignment on Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(sizeof(Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000008, "Wrong size on Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(offsetof(Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1, NotifyName) == 0x000000, "Member 'Journal_C_OnCompleted_1E7769DA48B3985BCD5FE3B59993BFD1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1 \ static_assert(alignof(Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000004, "Wrong alignment on Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(sizeof(Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000008, "Wrong size on Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(offsetof(Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1, NotifyName) == 0x000000, "Member 'Journal_C_OnBlendOut_1E7769DA48B3985BCD5FE3B59993BFD1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1 \ static_assert(alignof(Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000004, "Wrong alignment on Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(sizeof(Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000008, "Wrong size on Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(offsetof(Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1, NotifyName) == 0x000000, "Member 'Journal_C_OnInterrupted_1E7769DA48B3985BCD5FE3B59993BFD1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1 \ static_assert(alignof(Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000004, "Wrong alignment on Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(sizeof(Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000008, "Wrong size on Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(offsetof(Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyBegin_1E7769DA48B3985BCD5FE3B59993BFD1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1 \ static_assert(alignof(Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000004, "Wrong alignment on Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(sizeof(Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1) == 0x000008, "Wrong size on Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1"); \ static_assert(offsetof(Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1, NotifyName) == 0x000000, "Member 'Journal_C_OnNotifyEnd_1E7769DA48B3985BCD5FE3B59993BFD1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_HookInput \ static_assert(alignof(Journal_C_HookInput) == 0x000008, "Wrong alignment on Journal_C_HookInput"); \ static_assert(sizeof(Journal_C_HookInput) == 0x000028, "Wrong size on Journal_C_HookInput"); \ static_assert(offsetof(Journal_C_HookInput, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Journal_C_HookInput::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_HookInput, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'Journal_C_HookInput::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_HookInput, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000010, "Member 'Journal_C_HookInput::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_HookInput, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'Journal_C_HookInput::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Journal_C_HookInput, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Journal_C_HookInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_HookInput, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'Journal_C_HookInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_UnHookInput \ static_assert(alignof(Journal_C_UnHookInput) == 0x000008, "Wrong alignment on Journal_C_UnHookInput"); \ static_assert(sizeof(Journal_C_UnHookInput) == 0x000030, "Wrong size on Journal_C_UnHookInput"); \ static_assert(offsetof(Journal_C_UnHookInput, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Journal_C_UnHookInput::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000008, "Member 'Journal_C_UnHookInput::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Journal_C_UnHookInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'Journal_C_UnHookInput::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000020, "Member 'Journal_C_UnHookInput::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Journal_C_UnHookInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_UnHookInput, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'Journal_C_UnHookInput::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_FakePageTextureToLeft \ static_assert(alignof(Journal_C_FakePageTextureToLeft) == 0x000008, "Wrong alignment on Journal_C_FakePageTextureToLeft"); \ static_assert(sizeof(Journal_C_FakePageTextureToLeft) == 0x000088, "Wrong size on Journal_C_FakePageTextureToLeft"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, L_OldYellowMaterial) == 0x000000, "Member 'Journal_C_FakePageTextureToLeft::L_OldYellowMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, L_OldRedMaterial) == 0x000008, "Member 'Journal_C_FakePageTextureToLeft::L_OldRedMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, L_OldGreenMaterial) == 0x000010, "Member 'Journal_C_FakePageTextureToLeft::L_OldGreenMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetGreenPageFPCopy_Green) == 0x000018, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetGreenPageFPCopy_Green' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetRedPageFPCopy_Red) == 0x000020, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetRedPageFPCopy_Red' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetMaterial_ReturnValue) == 0x000028, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetMaterial_ReturnValue_1) == 0x000030, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetYellowPageFPCopy_Yellow) == 0x000038, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetYellowPageFPCopy_Yellow' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetGreenPageFPCopy_Green_1) == 0x000040, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetGreenPageFPCopy_Green_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetMaterial_ReturnValue_2) == 0x000048, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, K2Node_DynamicCast_AsABP_Magazine_Book) == 0x000058, "Member 'Journal_C_FakePageTextureToLeft::K2Node_DynamicCast_AsABP_Magazine_Book' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'Journal_C_FakePageTextureToLeft::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetGreenPageFPCopy_Green_2) == 0x000068, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetGreenPageFPCopy_Green_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetRedPageFPCopy_Red_1) == 0x000078, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetRedPageFPCopy_Red_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToLeft, CallFunc_GetYellowPageFPCopy_Yellow_1) == 0x000080, "Member 'Journal_C_FakePageTextureToLeft::CallFunc_GetYellowPageFPCopy_Yellow_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_FakePageTextureToRight \ static_assert(alignof(Journal_C_FakePageTextureToRight) == 0x000008, "Wrong alignment on Journal_C_FakePageTextureToRight"); \ static_assert(sizeof(Journal_C_FakePageTextureToRight) == 0x0000A8, "Wrong size on Journal_C_FakePageTextureToRight"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldYellowDMI) == 0x000000, "Member 'Journal_C_FakePageTextureToRight::L_OldYellowDMI' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldRedDMI) == 0x000008, "Member 'Journal_C_FakePageTextureToRight::L_OldRedDMI' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldGreenDMI) == 0x000010, "Member 'Journal_C_FakePageTextureToRight::L_OldGreenDMI' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldYellowMaterial) == 0x000018, "Member 'Journal_C_FakePageTextureToRight::L_OldYellowMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldGreenMaterial) == 0x000020, "Member 'Journal_C_FakePageTextureToRight::L_OldGreenMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, L_OldRedMaterial) == 0x000028, "Member 'Journal_C_FakePageTextureToRight::L_OldRedMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetRedPageFPCopy_Red) == 0x000030, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetRedPageFPCopy_Red' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetYellowPageFPCopy_Yellow) == 0x000038, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetYellowPageFPCopy_Yellow' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetGreenPageFPCopy_Green) == 0x000040, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetGreenPageFPCopy_Green' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetRedPageFPCopy_Red_1) == 0x000048, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetRedPageFPCopy_Red_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetGreenPageFPCopy_Green_1) == 0x000050, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetGreenPageFPCopy_Green_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetMaterial_ReturnValue) == 0x000058, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetAnimInstance_ReturnValue) == 0x000060, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, K2Node_DynamicCast_AsABP_Magazine_Book) == 0x000068, "Member 'Journal_C_FakePageTextureToRight::K2Node_DynamicCast_AsABP_Magazine_Book' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'Journal_C_FakePageTextureToRight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetGreenPageFPCopy_Green_2) == 0x000078, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetGreenPageFPCopy_Green_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetYellowPageFPCopy_Yellow_1) == 0x000080, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetYellowPageFPCopy_Yellow_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetMaterial_ReturnValue_1) == 0x000088, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetMaterial_ReturnValue_2) == 0x000090, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_FakePageTextureToRight, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'Journal_C_FakePageTextureToRight::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_GetGreenPageFPCopy \ static_assert(alignof(Journal_C_GetGreenPageFPCopy) == 0x000008, "Wrong alignment on Journal_C_GetGreenPageFPCopy"); \ static_assert(sizeof(Journal_C_GetGreenPageFPCopy) == 0x000020, "Wrong size on Journal_C_GetGreenPageFPCopy"); \ static_assert(offsetof(Journal_C_GetGreenPageFPCopy, Green) == 0x000000, "Member 'Journal_C_GetGreenPageFPCopy::Green' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetGreenPageFPCopy, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_GetGreenPageFPCopy::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetGreenPageFPCopy, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000010, "Member 'Journal_C_GetGreenPageFPCopy::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetGreenPageFPCopy, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_GetGreenPageFPCopy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_GetYellowPageFPCopy \ static_assert(alignof(Journal_C_GetYellowPageFPCopy) == 0x000008, "Wrong alignment on Journal_C_GetYellowPageFPCopy"); \ static_assert(sizeof(Journal_C_GetYellowPageFPCopy) == 0x000020, "Wrong size on Journal_C_GetYellowPageFPCopy"); \ static_assert(offsetof(Journal_C_GetYellowPageFPCopy, Yellow) == 0x000000, "Member 'Journal_C_GetYellowPageFPCopy::Yellow' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetYellowPageFPCopy, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_GetYellowPageFPCopy::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetYellowPageFPCopy, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000010, "Member 'Journal_C_GetYellowPageFPCopy::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetYellowPageFPCopy, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_GetYellowPageFPCopy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_GetRedPageFPCopy \ static_assert(alignof(Journal_C_GetRedPageFPCopy) == 0x000008, "Wrong alignment on Journal_C_GetRedPageFPCopy"); \ static_assert(sizeof(Journal_C_GetRedPageFPCopy) == 0x000020, "Wrong size on Journal_C_GetRedPageFPCopy"); \ static_assert(offsetof(Journal_C_GetRedPageFPCopy, Red) == 0x000000, "Member 'Journal_C_GetRedPageFPCopy::Red' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetRedPageFPCopy, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_GetRedPageFPCopy::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetRedPageFPCopy, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000010, "Member 'Journal_C_GetRedPageFPCopy::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_GetRedPageFPCopy, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_GetRedPageFPCopy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_PlayEquipMontage \ static_assert(alignof(Journal_C_PlayEquipMontage) == 0x000004, "Wrong alignment on Journal_C_PlayEquipMontage"); \ static_assert(sizeof(Journal_C_PlayEquipMontage) == 0x000008, "Wrong size on Journal_C_PlayEquipMontage"); \ static_assert(offsetof(Journal_C_PlayEquipMontage, ReturnValue) == 0x000000, "Member 'Journal_C_PlayEquipMontage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PlayEquipMontage, CallFunc_PlayEquipMontage_ReturnValue) == 0x000004, "Member 'Journal_C_PlayEquipMontage::CallFunc_PlayEquipMontage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_PlayUnequipMontage \ static_assert(alignof(Journal_C_PlayUnequipMontage) == 0x000004, "Wrong alignment on Journal_C_PlayUnequipMontage"); \ static_assert(sizeof(Journal_C_PlayUnequipMontage) == 0x000008, "Wrong size on Journal_C_PlayUnequipMontage"); \ static_assert(offsetof(Journal_C_PlayUnequipMontage, ReturnValue) == 0x000000, "Member 'Journal_C_PlayUnequipMontage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PlayUnequipMontage, CallFunc_PlayUnequipMontage_ReturnValue) == 0x000004, "Member 'Journal_C_PlayUnequipMontage::CallFunc_PlayUnequipMontage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_Set_LeftSide_Widget \ static_assert(alignof(Journal_C_Set_LeftSide_Widget) == 0x000008, "Wrong alignment on Journal_C_Set_LeftSide_Widget"); \ static_assert(sizeof(Journal_C_Set_LeftSide_Widget) == 0x000020, "Wrong size on Journal_C_Set_LeftSide_Widget"); \ static_assert(offsetof(Journal_C_Set_LeftSide_Widget, Widget) == 0x000000, "Member 'Journal_C_Set_LeftSide_Widget::Widget' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LeftSide_Widget, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_Set_LeftSide_Widget::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LeftSide_Widget, K2Node_DynamicCast_AsWidget_Component) == 0x000010, "Member 'Journal_C_Set_LeftSide_Widget::K2Node_DynamicCast_AsWidget_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LeftSide_Widget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_Set_LeftSide_Widget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_Set_RightSide_Widget \ static_assert(alignof(Journal_C_Set_RightSide_Widget) == 0x000008, "Wrong alignment on Journal_C_Set_RightSide_Widget"); \ static_assert(sizeof(Journal_C_Set_RightSide_Widget) == 0x000020, "Wrong size on Journal_C_Set_RightSide_Widget"); \ static_assert(offsetof(Journal_C_Set_RightSide_Widget, Page) == 0x000000, "Member 'Journal_C_Set_RightSide_Widget::Page' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_RightSide_Widget, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_Set_RightSide_Widget::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_RightSide_Widget, K2Node_DynamicCast_AsWidget_Component) == 0x000010, "Member 'Journal_C_Set_RightSide_Widget::K2Node_DynamicCast_AsWidget_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_RightSide_Widget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_Set_RightSide_Widget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_Set_LabelsTab_Widgets \ static_assert(alignof(Journal_C_Set_LabelsTab_Widgets) == 0x000008, "Wrong alignment on Journal_C_Set_LabelsTab_Widgets"); \ static_assert(sizeof(Journal_C_Set_LabelsTab_Widgets) == 0x000020, "Wrong size on Journal_C_Set_LabelsTab_Widgets"); \ static_assert(offsetof(Journal_C_Set_LabelsTab_Widgets, widgets) == 0x000000, "Member 'Journal_C_Set_LabelsTab_Widgets::widgets' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LabelsTab_Widgets, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000008, "Member 'Journal_C_Set_LabelsTab_Widgets::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LabelsTab_Widgets, K2Node_DynamicCast_AsWidget_Component) == 0x000010, "Member 'Journal_C_Set_LabelsTab_Widgets::K2Node_DynamicCast_AsWidget_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_Set_LabelsTab_Widgets, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_Set_LabelsTab_Widgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnItemInspect \ static_assert(alignof(Journal_C_OnItemInspect) == 0x000008, "Wrong alignment on Journal_C_OnItemInspect"); \ static_assert(sizeof(Journal_C_OnItemInspect) == 0x000018, "Wrong size on Journal_C_OnItemInspect"); \ static_assert(offsetof(Journal_C_OnItemInspect, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Journal_C_OnItemInspect::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnItemInspect, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'Journal_C_OnItemInspect::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnItemInspect, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Journal_C_OnItemInspect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnItemInspect, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'Journal_C_OnItemInspect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_CleanWidgets \ static_assert(alignof(Journal_C_CleanWidgets) == 0x000008, "Wrong alignment on Journal_C_CleanWidgets"); \ static_assert(sizeof(Journal_C_CleanWidgets) == 0x000048, "Wrong size on Journal_C_CleanWidgets"); \ static_assert(offsetof(Journal_C_CleanWidgets, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000000, "Member 'Journal_C_CleanWidgets::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, CallFunc_GetFPCopyComponent_ReturnValue_1) == 0x000008, "Member 'Journal_C_CleanWidgets::CallFunc_GetFPCopyComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_AsWidget_Component) == 0x000010, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_AsWidget_Component' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_AsWidget_Component_1) == 0x000020, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_AsWidget_Component_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, CallFunc_GetFPCopyComponent_ReturnValue_2) == 0x000030, "Member 'Journal_C_CleanWidgets::CallFunc_GetFPCopyComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_AsWidget_Component_2) == 0x000038, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_AsWidget_Component_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CleanWidgets, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'Journal_C_CleanWidgets::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_ApplyCustomization \ static_assert(alignof(Journal_C_ApplyCustomization) == 0x000008, "Wrong alignment on Journal_C_ApplyCustomization"); \ static_assert(sizeof(Journal_C_ApplyCustomization) == 0x000048, "Wrong size on Journal_C_ApplyCustomization"); \ static_assert(offsetof(Journal_C_ApplyCustomization, CoverMaterial) == 0x000000, "Member 'Journal_C_ApplyCustomization::CoverMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, LeftPageMaterial) == 0x000008, "Member 'Journal_C_ApplyCustomization::LeftPageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, MiddlePageMaterial) == 0x000010, "Member 'Journal_C_ApplyCustomization::MiddlePageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, RightPageMaterial) == 0x000018, "Member 'Journal_C_ApplyCustomization::RightPageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, localRightPageMaterial) == 0x000020, "Member 'Journal_C_ApplyCustomization::localRightPageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, localMiddlePageMaterial) == 0x000028, "Member 'Journal_C_ApplyCustomization::localMiddlePageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, localLeftPageMaterial) == 0x000030, "Member 'Journal_C_ApplyCustomization::localLeftPageMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, localCoverMaterial) == 0x000038, "Member 'Journal_C_ApplyCustomization::localCoverMaterial' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'Journal_C_ApplyCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'Journal_C_ApplyCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, CallFunc_IsValid_ReturnValue_2) == 0x000042, "Member 'Journal_C_ApplyCustomization::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyCustomization, CallFunc_IsValid_ReturnValue_3) == 0x000043, "Member 'Journal_C_ApplyCustomization::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_ApplyMaterial \ static_assert(alignof(Journal_C_ApplyMaterial) == 0x000008, "Wrong alignment on Journal_C_ApplyMaterial"); \ static_assert(sizeof(Journal_C_ApplyMaterial) == 0x000048, "Wrong size on Journal_C_ApplyMaterial"); \ static_assert(offsetof(Journal_C_ApplyMaterial, Mesh_0) == 0x000000, "Member 'Journal_C_ApplyMaterial::Mesh_0' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, Material) == 0x000008, "Member 'Journal_C_ApplyMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Journal_C_ApplyMaterial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Journal_C_ApplyMaterial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Journal_C_ApplyMaterial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000020, "Member 'Journal_C_ApplyMaterial::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Journal_C_ApplyMaterial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_Array_Get_Item) == 0x000038, "Member 'Journal_C_ApplyMaterial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Journal_C_ApplyMaterial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_ApplyMaterial, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000041, "Member 'Journal_C_ApplyMaterial::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_CreateJournalController \ static_assert(alignof(Journal_C_CreateJournalController) == 0x000010, "Wrong alignment on Journal_C_CreateJournalController"); \ static_assert(sizeof(Journal_C_CreateJournalController) == 0x000070, "Wrong size on Journal_C_CreateJournalController"); \ static_assert(offsetof(Journal_C_CreateJournalController, CallFunc_MakeTransform_ReturnValue) == 0x000000, "Member 'Journal_C_CreateJournalController::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CreateJournalController, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'Journal_C_CreateJournalController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CreateJournalController, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000038, "Member 'Journal_C_CreateJournalController::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CreateJournalController, CallFunc_FinishSpawningActor_ReturnValue) == 0x000040, "Member 'Journal_C_CreateJournalController::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CreateJournalController, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000048, "Member 'Journal_C_CreateJournalController::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_SetupHUDOnJournalOpened \ static_assert(alignof(Journal_C_SetupHUDOnJournalOpened) == 0x000008, "Wrong alignment on Journal_C_SetupHUDOnJournalOpened"); \ static_assert(sizeof(Journal_C_SetupHUDOnJournalOpened) == 0x000048, "Wrong size on Journal_C_SetupHUDOnJournalOpened"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, CallFunc_CheckIsControlledLocally_ReturnValue) == 0x000000, "Member 'Journal_C_SetupHUDOnJournalOpened::CallFunc_CheckIsControlledLocally_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Journal_C_SetupHUDOnJournalOpened::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'Journal_C_SetupHUDOnJournalOpened::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'Journal_C_SetupHUDOnJournalOpened::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Journal_C_SetupHUDOnJournalOpened::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000030, "Member 'Journal_C_SetupHUDOnJournalOpened::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalOpened, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Journal_C_SetupHUDOnJournalOpened::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_SetupHUDOnJournalClosed \ static_assert(alignof(Journal_C_SetupHUDOnJournalClosed) == 0x000008, "Wrong alignment on Journal_C_SetupHUDOnJournalClosed"); \ static_assert(sizeof(Journal_C_SetupHUDOnJournalClosed) == 0x000040, "Wrong size on Journal_C_SetupHUDOnJournalClosed"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'Journal_C_SetupHUDOnJournalClosed::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'Journal_C_SetupHUDOnJournalClosed::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, K2Node_DynamicCast_AsHUD_Interface) == 0x000010, "Member 'Journal_C_SetupHUDOnJournalClosed::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Journal_C_SetupHUDOnJournalClosed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000028, "Member 'Journal_C_SetupHUDOnJournalClosed::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetupHUDOnJournalClosed, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Journal_C_SetupHUDOnJournalClosed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_CheckIsControlledLocally \ static_assert(alignof(Journal_C_CheckIsControlledLocally) == 0x000008, "Wrong alignment on Journal_C_CheckIsControlledLocally"); \ static_assert(sizeof(Journal_C_CheckIsControlledLocally) == 0x000020, "Wrong size on Journal_C_CheckIsControlledLocally"); \ static_assert(offsetof(Journal_C_CheckIsControlledLocally, ReturnValue) == 0x000000, "Member 'Journal_C_CheckIsControlledLocally::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CheckIsControlledLocally, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Journal_C_CheckIsControlledLocally::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CheckIsControlledLocally, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'Journal_C_CheckIsControlledLocally::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CheckIsControlledLocally, CallFunc_IsLocalController_ReturnValue) == 0x000018, "Member 'Journal_C_CheckIsControlledLocally::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CheckIsControlledLocally, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'Journal_C_CheckIsControlledLocally::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_OnJournalOpened \ static_assert(alignof(Journal_C_OnJournalOpened) == 0x000008, "Wrong alignment on Journal_C_OnJournalOpened"); \ static_assert(sizeof(Journal_C_OnJournalOpened) == 0x000028, "Wrong size on Journal_C_OnJournalOpened"); \ static_assert(offsetof(Journal_C_OnJournalOpened, CallFunc_CheckIsControlledLocally_ReturnValue) == 0x000000, "Member 'Journal_C_OnJournalOpened::CallFunc_CheckIsControlledLocally_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnJournalOpened, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Journal_C_OnJournalOpened::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnJournalOpened, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Journal_C_OnJournalOpened::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnJournalOpened, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'Journal_C_OnJournalOpened::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_OnJournalOpened, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Journal_C_OnJournalOpened::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_CanShortOpen \ static_assert(alignof(Journal_C_CanShortOpen) == 0x000008, "Wrong alignment on Journal_C_CanShortOpen"); \ static_assert(sizeof(Journal_C_CanShortOpen) == 0x000020, "Wrong size on Journal_C_CanShortOpen"); \ static_assert(offsetof(Journal_C_CanShortOpen, ReturnValue) == 0x000000, "Member 'Journal_C_CanShortOpen::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CanShortOpen, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'Journal_C_CanShortOpen::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CanShortOpen, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'Journal_C_CanShortOpen::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CanShortOpen, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Journal_C_CanShortOpen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_CanShortOpen, CallFunc_GetShouldSkipEquipAnimations_ReturnValue) == 0x000019, "Member 'Journal_C_CanShortOpen::CallFunc_GetShouldSkipEquipAnimations_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_SetHiddenMiddlePage \ static_assert(alignof(Journal_C_SetHiddenMiddlePage) == 0x000008, "Wrong alignment on Journal_C_SetHiddenMiddlePage"); \ static_assert(sizeof(Journal_C_SetHiddenMiddlePage) == 0x000038, "Wrong size on Journal_C_SetHiddenMiddlePage"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, bNewHidden) == 0x000000, "Member 'Journal_C_SetHiddenMiddlePage::bNewHidden' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'Journal_C_SetHiddenMiddlePage::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Journal_C_SetHiddenMiddlePage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_IsInFirstPerson_ReturnValue) == 0x000021, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_GetGreenPageFPCopy_Green) == 0x000028, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_GetGreenPageFPCopy_Green' has a wrong offset!"); \ static_assert(offsetof(Journal_C_SetHiddenMiddlePage, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'Journal_C_SetHiddenMiddlePage::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Journal_C_PawnIsInFirstPerson \ static_assert(alignof(Journal_C_PawnIsInFirstPerson) == 0x000008, "Wrong alignment on Journal_C_PawnIsInFirstPerson"); \ static_assert(sizeof(Journal_C_PawnIsInFirstPerson) == 0x000020, "Wrong size on Journal_C_PawnIsInFirstPerson"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, FirstPerson) == 0x000000, "Member 'Journal_C_PawnIsInFirstPerson::FirstPerson' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Journal_C_PawnIsInFirstPerson::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'Journal_C_PawnIsInFirstPerson::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, CallFunc_IsLocalController_ReturnValue) == 0x000018, "Member 'Journal_C_PawnIsInFirstPerson::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'Journal_C_PawnIsInFirstPerson::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Journal_C_PawnIsInFirstPerson, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'Journal_C_PawnIsInFirstPerson::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJournal_C \ static_assert(alignof(AJournal_C) == 0x000010, "Wrong alignment on AJournal_C"); \ static_assert(sizeof(AJournal_C) == 0x000760, "Wrong size on AJournal_C"); \ static_assert(offsetof(AJournal_C, UberGraphFrame) == 0x000630, "Member 'AJournal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, SpotLight1) == 0x000638, "Member 'AJournal_C::SpotLight1' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, SpotLight) == 0x000640, "Member 'AJournal_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, LabelsTab) == 0x000648, "Member 'AJournal_C::LabelsTab' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, WidgetRight) == 0x000650, "Member 'AJournal_C::WidgetRight' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, RightPage) == 0x000658, "Member 'AJournal_C::RightPage' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, MiddlePage) == 0x000660, "Member 'AJournal_C::MiddlePage' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, LeftPage) == 0x000668, "Member 'AJournal_C::LeftPage' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, WidgetInteraction) == 0x000670, "Member 'AJournal_C::WidgetInteraction' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, WidgetLeft) == 0x000678, "Member 'AJournal_C::WidgetLeft' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, MSkeletal) == 0x000680, "Member 'AJournal_C::MSkeletal' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, ActiveLists) == 0x0006D0, "Member 'AJournal_C::ActiveLists' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, Skeletal) == 0x0006E0, "Member 'AJournal_C::Skeletal' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, bIsLeft) == 0x0006F0, "Member 'AJournal_C::bIsLeft' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, OnFlippingComplete) == 0x0006F8, "Member 'AJournal_C::OnFlippingComplete' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, YelloyDMI) == 0x000708, "Member 'AJournal_C::YelloyDMI' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, RedDMI) == 0x000710, "Member 'AJournal_C::RedDMI' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, GreenDMI) == 0x000718, "Member 'AJournal_C::GreenDMI' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, PaggingRight) == 0x000720, "Member 'AJournal_C::PaggingRight' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, PaggingLeft) == 0x000738, "Member 'AJournal_C::PaggingLeft' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, bFlippingPage) == 0x000750, "Member 'AJournal_C::bFlippingPage' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, bNeedOpenInventory) == 0x000751, "Member 'AJournal_C::bNeedOpenInventory' has a wrong offset!"); \ static_assert(offsetof(AJournal_C, JournalController) == 0x000758, "Member 'AJournal_C::JournalController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFuelSlot_Gasoline_C \ static_assert(alignof(UFuelSlot_Gasoline_C) == 0x000008, "Wrong alignment on UFuelSlot_Gasoline_C"); \ static_assert(sizeof(UFuelSlot_Gasoline_C) == 0x000058, "Wrong size on UFuelSlot_Gasoline_C"); \ #define DUMPER7_ASSERTS_AHookWinchActor_Train_C \ static_assert(alignof(AHookWinchActor_Train_C) == 0x000008, "Wrong alignment on AHookWinchActor_Train_C"); \ static_assert(sizeof(AHookWinchActor_Train_C) == 0x000278, "Wrong size on AHookWinchActor_Train_C"); \ #define DUMPER7_ASSERTS_NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect \ static_assert(alignof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect) == 0x000010, "Wrong alignment on NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect"); \ static_assert(sizeof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect) == 0x0004E0, "Wrong size on NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, EntryPoint) == 0x000000, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, Temp_bool_Variable) == 0x000004, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_X) == 0x000008, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Y) == 0x00000C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Z) == 0x000010, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, Temp_bool_Variable_1) == 0x000014, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_IsLocallyControlled_ReturnValue) == 0x000021, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_Event_DeltaTime) == 0x000024, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeLiteralName_ReturnValue) == 0x000028, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000034, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x000038, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00003C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Roll) == 0x00004C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Pitch) == 0x000050, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Yaw) == 0x000054, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000058, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeRotator_ReturnValue) == 0x00006C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000078, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000100, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000101, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000104, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeLiteralName_ReturnValue_2) == 0x00010C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_Select_Default) == 0x000128, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketTransform_ReturnValue) == 0x000130, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_PlayAnimMontage_ReturnValue) == 0x000160, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Location) == 0x000164, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Rotation) == 0x000170, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Scale) == 0x00017C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000188, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000190, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000198, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketLocation_ReturnValue) == 0x00019C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketLocation_ReturnValue_1) == 0x0001A8, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001C0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketTransform_ReturnValue_2) == 0x0001F0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetSocketLocation_ReturnValue_2) == 0x000220, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Location_1) == 0x00022C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Rotation_1) == 0x000238, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakTransform_Scale_1) == 0x000244, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_FindLookAtRotation_ReturnValue) == 0x000250, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00025C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetForwardVector_ReturnValue) == 0x000268, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000274, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_X_1) == 0x000280, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Y_1) == 0x000284, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Z_1) == 0x000288, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Less_FloatFloat_ReturnValue) == 0x00028C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_Select_Default_1) == 0x000290, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00029C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_InverseTransformDirection_ReturnValue) == 0x0002A0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_X_2) == 0x0002AC, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Y_2) == 0x0002B0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Z_2) == 0x0002B4, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0002B8, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Roll_1) == 0x0002C4, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Pitch_1) == 0x0002C8, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Yaw_1) == 0x0002CC, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x0002D0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeRotator_ReturnValue_1) == 0x0002DC, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Roll_2) == 0x0002E8, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Pitch_2) == 0x0002EC, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakRotator_Yaw_2) == 0x0002F0, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002F4, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeRotator_ReturnValue_2) == 0x00037C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000388, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000410, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, K2Node_DynamicCast_bSuccess_1) == 0x000418, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetMeshStandLocation_Result) == 0x000419, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetMeshStandLocation_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_GetMeshStandLocation_Location) == 0x00041C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_GetMeshStandLocation_Location' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000428, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_X_3) == 0x000434, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Y_3) == 0x000438, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_BreakVector_Z_3) == 0x00043C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_MakeVector_ReturnValue_1) == 0x000440, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x00044C, "Member 'NaziAction_Resurrect_C_ExecuteUbergraph_NaziAction_Resurrect::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Resurrect_C_Tick \ static_assert(alignof(NaziAction_Resurrect_C_Tick) == 0x000004, "Wrong alignment on NaziAction_Resurrect_C_Tick"); \ static_assert(sizeof(NaziAction_Resurrect_C_Tick) == 0x000004, "Wrong size on NaziAction_Resurrect_C_Tick"); \ static_assert(offsetof(NaziAction_Resurrect_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_Resurrect_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Resurrect_C_IsValidAction \ static_assert(alignof(NaziAction_Resurrect_C_IsValidAction) == 0x000001, "Wrong alignment on NaziAction_Resurrect_C_IsValidAction"); \ static_assert(sizeof(NaziAction_Resurrect_C_IsValidAction) == 0x000001, "Wrong size on NaziAction_Resurrect_C_IsValidAction"); \ static_assert(offsetof(NaziAction_Resurrect_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_Resurrect_C_IsValidAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Resurrect_C_CanBeTerminated \ static_assert(alignof(NaziAction_Resurrect_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziAction_Resurrect_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_Resurrect_C_CanBeTerminated) == 0x000002, "Wrong size on NaziAction_Resurrect_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_Resurrect_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_Resurrect_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Resurrect_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziAction_Resurrect_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_Resurrect_C \ static_assert(alignof(UNaziAction_Resurrect_C) == 0x000008, "Wrong alignment on UNaziAction_Resurrect_C"); \ static_assert(sizeof(UNaziAction_Resurrect_C) == 0x000110, "Wrong size on UNaziAction_Resurrect_C"); \ static_assert(offsetof(UNaziAction_Resurrect_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_Resurrect_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, bPlayingMontage) == 0x0000C0, "Member 'UNaziAction_Resurrect_C::bPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, SavedPelvis) == 0x0000C4, "Member 'UNaziAction_Resurrect_C::SavedPelvis' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, SavedRoot) == 0x0000D0, "Member 'UNaziAction_Resurrect_C::SavedRoot' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, Mesh) == 0x0000E0, "Member 'UNaziAction_Resurrect_C::Mesh' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, BlendWeight) == 0x0000E8, "Member 'UNaziAction_Resurrect_C::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, MontageToPlayFront) == 0x0000F0, "Member 'UNaziAction_Resurrect_C::MontageToPlayFront' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, MontageToPlayBack) == 0x0000F8, "Member 'UNaziAction_Resurrect_C::MontageToPlayBack' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, bFacingForward) == 0x000100, "Member 'UNaziAction_Resurrect_C::bFacingForward' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Resurrect_C, SavedFloorLocation) == 0x000104, "Member 'UNaziAction_Resurrect_C::SavedFloorLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_ExecuteUbergraph_RofleemoManager \ static_assert(alignof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager) == 0x000008, "Wrong alignment on RofleemoManager_C_ExecuteUbergraph_RofleemoManager"); \ static_assert(sizeof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager) == 0x000438, "Wrong size on RofleemoManager_C_ExecuteUbergraph_RofleemoManager"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, EntryPoint) == 0x000000, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_bool_Variable) == 0x000021, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_LastIndex_ReturnValue) == 0x000024, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable) == 0x000050, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000068, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_2) == 0x000074, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_2) == 0x000078, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x00007C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_3) == 0x000080, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_4) == 0x000084, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_bool_IsClosed_Variable) == 0x000088, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_bool_Has_Been_Initd_Variable) == 0x000089, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_3) == 0x00008C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x000090, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_4) == 0x000094, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_5) == 0x000098, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x00009C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000A0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_5) == 0x0000A4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_6) == 0x0000A8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_6) == 0x0000AC, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000B0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_7) == 0x0000B4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values) == 0x0000B8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_1) == 0x0000D0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_1) == 0x0000EC, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_7) == 0x0000F0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F5, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_7) == 0x0000F8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetGameMode_ReturnValue) == 0x000100, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_DynamicCast_AsFGGame_Mode) == 0x000108, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_DynamicCast_AsFGGame_Mode' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_2) == 0x000118, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_3) == 0x000128, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_2) == 0x000138, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_2) == 0x000140, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000144, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_3) == 0x000148, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x00014C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_HasAuthority_ReturnValue_1) == 0x00014D, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_4) == 0x000150, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_3) == 0x000160, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetPlayerTrain_ReturnValue) == 0x000168, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsValid_ReturnValue) == 0x000170, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetState_ReturnValue) == 0x000171, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000172, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_4) == 0x000174, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Loop_Counter_Variable_8) == 0x000178, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x00017C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Add_IntInt_ReturnValue_8) == 0x000180, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_5) == 0x000188, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Map_Values_Values_6) == 0x000198, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Map_Values_Values_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Array_Index_Variable_8) == 0x0001A8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_4) == 0x0001B0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CustomEvent_Character) == 0x0001B8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x0001C0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001D0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_5) == 0x0001D4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0001D8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0001DC, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001E0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_FMax_ReturnValue) == 0x0001E4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_5) == 0x0001E8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsValid_ReturnValue_1) == 0x0001F0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001F4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsValid_ReturnValue_2) == 0x0001F8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsValid_ReturnValue_3) == 0x0001F9, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetObjectClass_ReturnValue) == 0x000200, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000208, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_ClassIsChildOf_ReturnValue) == 0x000290, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_K2_AddActorWorldOffset_SweepHitResult_1) == 0x000294, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_K2_AddActorWorldOffset_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000320, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_AddUnique_ReturnValue) == 0x000328, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetPollutionPercent_ReturnValue) == 0x00032C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetPollutionPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000330, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_6) == 0x000338, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_6) == 0x000340, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_5) == 0x000344, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x000348, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_4) == 0x000358, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000368, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_7) == 0x000378, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_5) == 0x000380, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000390, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_7) == 0x00039C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_6) == 0x0003A0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, Temp_int_Variable) == 0x0003A4, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CreateDelegate_OutputDelegate_6) == 0x0003A8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetGameMode_ReturnValue_1) == 0x0003B8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_DynamicCast_AsFGGame_Mode_1) == 0x0003C0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_DynamicCast_AsFGGame_Mode_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_DynamicCast_bSuccess_1) == 0x0003C8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0003D0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x0003D8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsValid_ReturnValue_4) == 0x0003D9, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0003DA, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CustomEvent_Task_1) == 0x0003E0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CustomEvent_Task_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, K2Node_CustomEvent_Task) == 0x0003E8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003F0, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0003F1, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x0003F8, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000408, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_8) == 0x000418, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Get_Item_9) == 0x000420, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_8) == 0x000428, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Array_Length_ReturnValue_9) == 0x00042C, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_7) == 0x000430, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ExecuteUbergraph_RofleemoManager, CallFunc_Less_IntInt_ReturnValue_8) == 0x000431, "Member 'RofleemoManager_C_ExecuteUbergraph_RofleemoManager::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_OnSurvivalTaskCompleted \ static_assert(alignof(RofleemoManager_C_OnSurvivalTaskCompleted) == 0x000008, "Wrong alignment on RofleemoManager_C_OnSurvivalTaskCompleted"); \ static_assert(sizeof(RofleemoManager_C_OnSurvivalTaskCompleted) == 0x000008, "Wrong size on RofleemoManager_C_OnSurvivalTaskCompleted"); \ static_assert(offsetof(RofleemoManager_C_OnSurvivalTaskCompleted, task) == 0x000000, "Member 'RofleemoManager_C_OnSurvivalTaskCompleted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_OnSurvivalTaskStarted \ static_assert(alignof(RofleemoManager_C_OnSurvivalTaskStarted) == 0x000008, "Wrong alignment on RofleemoManager_C_OnSurvivalTaskStarted"); \ static_assert(sizeof(RofleemoManager_C_OnSurvivalTaskStarted) == 0x000008, "Wrong size on RofleemoManager_C_OnSurvivalTaskStarted"); \ static_assert(offsetof(RofleemoManager_C_OnSurvivalTaskStarted, task) == 0x000000, "Member 'RofleemoManager_C_OnSurvivalTaskStarted::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_ForceRofleemoReplication \ static_assert(alignof(RofleemoManager_C_ForceRofleemoReplication) == 0x000008, "Wrong alignment on RofleemoManager_C_ForceRofleemoReplication"); \ static_assert(sizeof(RofleemoManager_C_ForceRofleemoReplication) == 0x000008, "Wrong size on RofleemoManager_C_ForceRofleemoReplication"); \ static_assert(offsetof(RofleemoManager_C_ForceRofleemoReplication, Character) == 0x000000, "Member 'RofleemoManager_C_ForceRofleemoReplication::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_SpawnRofleemo \ static_assert(alignof(RofleemoManager_C_SpawnRofleemo) == 0x000010, "Wrong alignment on RofleemoManager_C_SpawnRofleemo"); \ static_assert(sizeof(RofleemoManager_C_SpawnRofleemo) == 0x000260, "Wrong size on RofleemoManager_C_SpawnRofleemo"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Beds) == 0x000000, "Member 'RofleemoManager_C_SpawnRofleemo::Beds' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Points) == 0x000010, "Member 'RofleemoManager_C_SpawnRofleemo::Points' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_int_Array_Index_Variable) == 0x000020, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Array_Get_Item) == 0x000038, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_CheckAndFixRestricted_ValidData) == 0x0000D0, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_CheckAndFixRestricted_ValidData' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Array_RemoveItem_ReturnValue) == 0x000168, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000170, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001A0, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_BreakTransform_Location) == 0x0001A4, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_BreakTransform_Rotation) == 0x0001B0, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_BreakTransform_Scale) == 0x0001BC, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000200, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000208, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_FinishSpawningActor_ReturnValue) == 0x000210, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Array_Length_ReturnValue_1) == 0x000218, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x00021C, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_bool_Variable) == 0x00021D, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_MakeLiteralByte_ReturnValue) == 0x00021E, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00021F, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, Temp_int_Loop_Counter_Variable_1) == 0x000220, "Member 'RofleemoManager_C_SpawnRofleemo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, K2Node_Select_Default) == 0x000224, "Member 'RofleemoManager_C_SpawnRofleemo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Less_IntInt_ReturnValue_1) == 0x000225, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000228, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_BooleanAND_ReturnValue) == 0x00022C, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_K2_SetTimer_ReturnValue) == 0x000230, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_GetPlayerTrain_ReturnValue) == 0x000238, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, K2Node_DynamicCast_AsPlayer_Train) == 0x000240, "Member 'RofleemoManager_C_SpawnRofleemo::K2Node_DynamicCast_AsPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, K2Node_DynamicCast_bSuccess) == 0x000248, "Member 'RofleemoManager_C_SpawnRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemo, CallFunc_GetBeds_RofleemoBeds) == 0x000250, "Member 'RofleemoManager_C_SpawnRofleemo::CallFunc_GetBeds_RofleemoBeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_SpawnLefted \ static_assert(alignof(RofleemoManager_C_SpawnLefted) == 0x000010, "Wrong alignment on RofleemoManager_C_SpawnLefted"); \ static_assert(sizeof(RofleemoManager_C_SpawnLefted) == 0x0004B0, "Wrong size on RofleemoManager_C_SpawnLefted"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Unpacker) == 0x000000, "Member 'RofleemoManager_C_SpawnLefted::Unpacker' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Points) == 0x000008, "Member 'RofleemoManager_C_SpawnLefted::Points' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Spawned) == 0x000018, "Member 'RofleemoManager_C_SpawnLefted::Spawned' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_object_Variable) == 0x000020, "Member 'RofleemoManager_C_SpawnLefted::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_bool_True_if_break_was_hit_Variable) == 0x000038, "Member 'RofleemoManager_C_SpawnLefted::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000044, "Member 'RofleemoManager_C_SpawnLefted::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Array_Index_Variable_3) == 0x000048, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004C, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Loop_Counter_Variable_2) == 0x000050, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Add_IntInt_ReturnValue_2) == 0x000054, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Get_Item) == 0x000058, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Loop_Counter_Variable_3) == 0x0000F0, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_1) == 0x0000F4, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F8, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000FC, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Add_IntInt_ReturnValue_4) == 0x000100, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, Temp_int_Variable) == 0x000104, "Member 'RofleemoManager_C_SpawnLefted::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_2) == 0x000108, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Less_IntInt_ReturnValue_1) == 0x00010C, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_GetActorOfClass_ReturnValue) == 0x000110, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_GetRofleemoPoint_ReturnValue) == 0x000120, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_GetRofleemoPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000130, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Less_IntInt_ReturnValue_2) == 0x000160, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BreakTransform_Location) == 0x000164, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BreakTransform_Rotation) == 0x000170, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BreakTransform_Scale) == 0x00017C, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BooleanAND_ReturnValue) == 0x000188, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_MakeTransform_ReturnValue) == 0x000190, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001C0, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_MakeTransform_ReturnValue_1) == 0x0001D0, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_FinishSpawningActor_ReturnValue) == 0x000200, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000208, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000210, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Get_Item_2) == 0x000218, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_4) == 0x0002A8, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_CheckAndFixRestricted_ValidData) == 0x0002B0, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_CheckAndFixRestricted_ValidData' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000340, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_5) == 0x000344, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Less_IntInt_ReturnValue_3) == 0x000348, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, K2Node_MakeArray_Array) == 0x000350, "Member 'RofleemoManager_C_SpawnLefted::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_IsValid_ReturnValue) == 0x000360, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Map_Length_ReturnValue) == 0x000364, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000368, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Get_Item_3) == 0x000370, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_6) == 0x000400, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_CheckAndFixRestricted_ValidData_1) == 0x000408, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_CheckAndFixRestricted_ValidData_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000498, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Length_ReturnValue_7) == 0x00049C, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Array_Find_ReturnValue) == 0x0004A0, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_Less_IntInt_ReturnValue_4) == 0x0004A4, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0004A5, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_BooleanAND_ReturnValue_1) == 0x0004A6, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_MakeLiteralByte_ReturnValue) == 0x0004A7, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnLefted, CallFunc_CheckLocation_ReturnValue) == 0x0004A8, "Member 'RofleemoManager_C_SpawnLefted::CallFunc_CheckLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_SpawnRofleemoWithoutBed \ static_assert(alignof(RofleemoManager_C_SpawnRofleemoWithoutBed) == 0x000010, "Wrong alignment on RofleemoManager_C_SpawnRofleemoWithoutBed"); \ static_assert(sizeof(RofleemoManager_C_SpawnRofleemoWithoutBed) == 0x0001C0, "Wrong size on RofleemoManager_C_SpawnRofleemoWithoutBed"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, Temp_int_Array_Index_Variable) == 0x000000, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, Temp_int_Variable) == 0x000004, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, Temp_bool_True_if_break_was_hit_Variable) == 0x00000C, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Map_Length_ReturnValue) == 0x000010, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_MakeLiteralByte_ReturnValue) == 0x000060, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000068, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_FinishSpawningActor_ReturnValue) == 0x000070, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Array_Get_Item) == 0x000078, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_CheckAndFixRestricted_ValidData) == 0x000110, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_CheckAndFixRestricted_ValidData' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_BooleanAND_ReturnValue) == 0x0001A1, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Map_Find_Value) == 0x0001A8, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_SpawnRofleemoWithoutBed, CallFunc_Map_Find_ReturnValue) == 0x0001B0, "Member 'RofleemoManager_C_SpawnRofleemoWithoutBed::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_AddHomeless \ static_assert(alignof(RofleemoManager_C_AddHomeless) == 0x000008, "Wrong alignment on RofleemoManager_C_AddHomeless"); \ static_assert(sizeof(RofleemoManager_C_AddHomeless) == 0x000018, "Wrong size on RofleemoManager_C_AddHomeless"); \ static_assert(offsetof(RofleemoManager_C_AddHomeless, ID) == 0x000000, "Member 'RofleemoManager_C_AddHomeless::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_AddHomeless, CallFunc_Map_Remove_ReturnValue) == 0x000004, "Member 'RofleemoManager_C_AddHomeless::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_AddHomeless, CallFunc_Map_Find_Value) == 0x000008, "Member 'RofleemoManager_C_AddHomeless::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_AddHomeless, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'RofleemoManager_C_AddHomeless::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_RemoveHomeless \ static_assert(alignof(RofleemoManager_C_RemoveHomeless) == 0x000008, "Wrong alignment on RofleemoManager_C_RemoveHomeless"); \ static_assert(sizeof(RofleemoManager_C_RemoveHomeless) == 0x000020, "Wrong size on RofleemoManager_C_RemoveHomeless"); \ static_assert(offsetof(RofleemoManager_C_RemoveHomeless, ID) == 0x000000, "Member 'RofleemoManager_C_RemoveHomeless::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemoveHomeless, Index_0) == 0x000004, "Member 'RofleemoManager_C_RemoveHomeless::Index_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemoveHomeless, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'RofleemoManager_C_RemoveHomeless::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemoveHomeless, CallFunc_Map_Find_Value) == 0x000010, "Member 'RofleemoManager_C_RemoveHomeless::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemoveHomeless, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'RofleemoManager_C_RemoveHomeless::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_FeedRofleemo \ static_assert(alignof(RofleemoManager_C_FeedRofleemo) == 0x000008, "Wrong alignment on RofleemoManager_C_FeedRofleemo"); \ static_assert(sizeof(RofleemoManager_C_FeedRofleemo) == 0x000210, "Wrong size on RofleemoManager_C_FeedRofleemo"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, LeftToFeed) == 0x000000, "Member 'RofleemoManager_C_FeedRofleemo::LeftToFeed' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, ProviantSum) == 0x000004, "Member 'RofleemoManager_C_FeedRofleemo::ProviantSum' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, RofleemoFeedingQueueR) == 0x000008, "Member 'RofleemoManager_C_FeedRofleemo::RofleemoFeedingQueueR' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, ProviantByValue) == 0x000018, "Member 'RofleemoManager_C_FeedRofleemo::ProviantByValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, TrainRofleemoL) == 0x000028, "Member 'RofleemoManager_C_FeedRofleemo::TrainRofleemoL' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable) == 0x000044, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_1) == 0x000048, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_bool_True_if_break_was_hit_Variable) == 0x00004C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Not_PreBool_ReturnValue) == 0x00004D, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_2) == 0x000058, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_bool_True_if_break_was_hit_Variable_1) == 0x00005C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005D, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_2) == 0x000060, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Variable) == 0x000064, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_3) == 0x000070, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_3) == 0x000074, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_bool_True_if_break_was_hit_Variable_2) == 0x000078, "Member 'RofleemoManager_C_FeedRofleemo::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_3) == 0x00007C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Not_PreBool_ReturnValue_2) == 0x000080, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_HasAuthority_ReturnValue) == 0x000081, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_4) == 0x000084, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_4) == 0x000088, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_4) == 0x00008C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_5) == 0x000090, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetOverallHunger_ReturnValue) == 0x000094, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetOverallHunger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000098, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_6) == 0x00009C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000B0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_1) == 0x0000BC, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_2) == 0x0000C0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000C8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000CC, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_2) == 0x0000D0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_3) == 0x0000D4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetActorOfClass_ReturnValue) == 0x0000D8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetFeedersNum_bFeedDietolog) == 0x0000E1, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetFeedersNum_bFeedDietolog' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetFeedersNum_FoodConsumed) == 0x0000E4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetFeedersNum_FoodConsumed' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetFeedersNum_ReturnValue) == 0x0000E8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetFeedersNum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x0000EC, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_5) == 0x0000F4, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Map_Values_Values) == 0x0000F8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_1) == 0x000108, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_5) == 0x00010C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_6) == 0x000114, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_6) == 0x000118, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Map_Keys_Keys) == 0x000120, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GetPlayerTrain_ReturnValue) == 0x000130, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000140, "Member 'RofleemoManager_C_FeedRofleemo::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'RofleemoManager_C_FeedRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_4) == 0x00014C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_2) == 0x000150, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000154, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_5) == 0x000158, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Array_Index_Variable_7) == 0x00015C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000160, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_4) == 0x000168, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Max_ReturnValue) == 0x000170, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x000174, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000178, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, Temp_int_Loop_Counter_Variable_7) == 0x00017C, "Member 'RofleemoManager_C_FeedRofleemo::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_3) == 0x000180, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Add_IntInt_ReturnValue_7) == 0x000184, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_4) == 0x000188, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Greater_IntInt_ReturnValue) == 0x000189, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00018C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_5) == 0x000190, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000198, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Add_ReturnValue) == 0x00019C, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_6) == 0x0001A0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001A4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_6) == 0x0001A5, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001A6, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_6) == 0x0001A8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_7) == 0x0001B0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_7) == 0x0001B4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_7) == 0x0001B8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_8) == 0x0001C0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_8) == 0x0001C4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_BooleanAND_ReturnValue_1) == 0x0001C5, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0001C8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001CC, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_FCeil_ReturnValue) == 0x0001D0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Map_Find_Value) == 0x0001D4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Map_Find_ReturnValue) == 0x0001D8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Multiply_IntInt_ReturnValue) == 0x0001DC, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0001E0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_AddUnique_ReturnValue) == 0x0001E4, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Get_Item_8) == 0x0001E8, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Map_Values_Values_1) == 0x0001F0, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_9) == 0x000200, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Array_Length_ReturnValue_9) == 0x000204, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_Less_IntInt_ReturnValue_10) == 0x000208, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_FeedRofleemo, CallFunc_BooleanAND_ReturnValue_2) == 0x000209, "Member 'RofleemoManager_C_FeedRofleemo::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_ConsumeFood \ static_assert(alignof(RofleemoManager_C_ConsumeFood) == 0x000008, "Wrong alignment on RofleemoManager_C_ConsumeFood"); \ static_assert(sizeof(RofleemoManager_C_ConsumeFood) == 0x000048, "Wrong size on RofleemoManager_C_ConsumeFood"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, FoodType) == 0x000000, "Member 'RofleemoManager_C_ConsumeFood::FoodType' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, Num) == 0x000008, "Member 'RofleemoManager_C_ConsumeFood::Num' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'RofleemoManager_C_ConsumeFood::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'RofleemoManager_C_ConsumeFood::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_GetInstalledModulesOfType_Modules) == 0x000018, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_GetInstalledModulesOfType_Modules' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Array_Get_Item) == 0x000030, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_ConsumeResourcesOfClass_ReturnValue) == 0x00003C, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_ConsumeResourcesOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Multiply_IntInt_ReturnValue) == 0x000040, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ConsumeFood, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'RofleemoManager_C_ConsumeFood::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_CheckProviantValue \ static_assert(alignof(RofleemoManager_C_CheckProviantValue) == 0x000008, "Wrong alignment on RofleemoManager_C_CheckProviantValue"); \ static_assert(sizeof(RofleemoManager_C_CheckProviantValue) == 0x000038, "Wrong size on RofleemoManager_C_CheckProviantValue"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, FoodList) == 0x000000, "Member 'RofleemoManager_C_CheckProviantValue::FoodList' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, Result) == 0x000010, "Member 'RofleemoManager_C_CheckProviantValue::Result' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'RofleemoManager_C_CheckProviantValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, Temp_int_Array_Index_Variable) == 0x000018, "Member 'RofleemoManager_C_CheckProviantValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'RofleemoManager_C_CheckProviantValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, CallFunc_Array_Get_Item) == 0x000020, "Member 'RofleemoManager_C_CheckProviantValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'RofleemoManager_C_CheckProviantValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoManager_C_CheckProviantValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_CheckProviantValue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'RofleemoManager_C_CheckProviantValue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_AddUnpacked \ static_assert(alignof(RofleemoManager_C_AddUnpacked) == 0x000004, "Wrong alignment on RofleemoManager_C_AddUnpacked"); \ static_assert(sizeof(RofleemoManager_C_AddUnpacked) == 0x000008, "Wrong size on RofleemoManager_C_AddUnpacked"); \ static_assert(offsetof(RofleemoManager_C_AddUnpacked, ID) == 0x000000, "Member 'RofleemoManager_C_AddUnpacked::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_AddUnpacked, CallFunc_Array_AddUnique_ReturnValue) == 0x000004, "Member 'RofleemoManager_C_AddUnpacked::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_RemoveUnpacked \ static_assert(alignof(RofleemoManager_C_RemoveUnpacked) == 0x000004, "Wrong alignment on RofleemoManager_C_RemoveUnpacked"); \ static_assert(sizeof(RofleemoManager_C_RemoveUnpacked) == 0x000008, "Wrong size on RofleemoManager_C_RemoveUnpacked"); \ static_assert(offsetof(RofleemoManager_C_RemoveUnpacked, ID) == 0x000000, "Member 'RofleemoManager_C_RemoveUnpacked::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemoveUnpacked, CallFunc_Array_RemoveItem_ReturnValue) == 0x000004, "Member 'RofleemoManager_C_RemoveUnpacked::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_OnLeaving \ static_assert(alignof(RofleemoManager_C_OnLeaving) == 0x000008, "Wrong alignment on RofleemoManager_C_OnLeaving"); \ static_assert(sizeof(RofleemoManager_C_OnLeaving) == 0x000048, "Wrong size on RofleemoManager_C_OnLeaving"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, RofleemoOnTrain) == 0x000000, "Member 'RofleemoManager_C_OnLeaving::RofleemoOnTrain' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, Temp_int_Array_Index_Variable) == 0x000010, "Member 'RofleemoManager_C_OnLeaving::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_HasAuthority_ReturnValue) == 0x000014, "Member 'RofleemoManager_C_OnLeaving::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'RofleemoManager_C_OnLeaving::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'RofleemoManager_C_OnLeaving::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_Array_Get_Item) == 0x000030, "Member 'RofleemoManager_C_OnLeaving::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'RofleemoManager_C_OnLeaving::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'RofleemoManager_C_OnLeaving::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_OnLeaving, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'RofleemoManager_C_OnLeaving::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_AddPassenger \ static_assert(alignof(RofleemoManager_C_AddPassenger) == 0x000008, "Wrong alignment on RofleemoManager_C_AddPassenger"); \ static_assert(sizeof(RofleemoManager_C_AddPassenger) == 0x000010, "Wrong size on RofleemoManager_C_AddPassenger"); \ static_assert(offsetof(RofleemoManager_C_AddPassenger, ID) == 0x000000, "Member 'RofleemoManager_C_AddPassenger::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_AddPassenger, Rofleemo) == 0x000008, "Member 'RofleemoManager_C_AddPassenger::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_RemovePassanger \ static_assert(alignof(RofleemoManager_C_RemovePassanger) == 0x000004, "Wrong alignment on RofleemoManager_C_RemovePassanger"); \ static_assert(sizeof(RofleemoManager_C_RemovePassanger) == 0x000008, "Wrong size on RofleemoManager_C_RemovePassanger"); \ static_assert(offsetof(RofleemoManager_C_RemovePassanger, ID) == 0x000000, "Member 'RofleemoManager_C_RemovePassanger::ID' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemovePassanger, CallFunc_Map_Remove_ReturnValue) == 0x000004, "Member 'RofleemoManager_C_RemovePassanger::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_RemovePassanger, CallFunc_Map_Remove_ReturnValue_1) == 0x000005, "Member 'RofleemoManager_C_RemovePassanger::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_GetTrainRofleemoOld \ static_assert(alignof(RofleemoManager_C_GetTrainRofleemoOld) == 0x000008, "Wrong alignment on RofleemoManager_C_GetTrainRofleemoOld"); \ static_assert(sizeof(RofleemoManager_C_GetTrainRofleemoOld) == 0x000058, "Wrong size on RofleemoManager_C_GetTrainRofleemoOld"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, TrainRofleemo_0) == 0x000000, "Member 'RofleemoManager_C_GetTrainRofleemoOld::TrainRofleemo_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, Array) == 0x000010, "Member 'RofleemoManager_C_GetTrainRofleemoOld::Array' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, Temp_int_Array_Index_Variable) == 0x000020, "Member 'RofleemoManager_C_GetTrainRofleemoOld::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'RofleemoManager_C_GetTrainRofleemoOld::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_Array_Get_Item) == 0x000040, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000050, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000052, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetTrainRofleemoOld, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'RofleemoManager_C_GetTrainRofleemoOld::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_ClearBuggedHomeless \ static_assert(alignof(RofleemoManager_C_ClearBuggedHomeless) == 0x000008, "Wrong alignment on RofleemoManager_C_ClearBuggedHomeless"); \ static_assert(sizeof(RofleemoManager_C_ClearBuggedHomeless) == 0x000040, "Wrong size on RofleemoManager_C_ClearBuggedHomeless"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, Temp_int_Array_Index_Variable) == 0x000000, "Member 'RofleemoManager_C_ClearBuggedHomeless::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'RofleemoManager_C_ClearBuggedHomeless::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Array_Get_Item) == 0x00001C, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Map_Remove_ReturnValue) == 0x000020, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Map_Find_Value) == 0x000028, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_ClearBuggedHomeless, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'RofleemoManager_C_ClearBuggedHomeless::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_GetProviantNum \ static_assert(alignof(RofleemoManager_C_GetProviantNum) == 0x000008, "Wrong alignment on RofleemoManager_C_GetProviantNum"); \ static_assert(sizeof(RofleemoManager_C_GetProviantNum) == 0x000060, "Wrong size on RofleemoManager_C_GetProviantNum"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, ReturnValue) == 0x000000, "Member 'RofleemoManager_C_GetProviantNum::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, AllProviant) == 0x000004, "Member 'RofleemoManager_C_GetProviantNum::AllProviant' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, Temp_int_Array_Index_Variable) == 0x000008, "Member 'RofleemoManager_C_GetProviantNum::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'RofleemoManager_C_GetProviantNum::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_GetPlayerTrain_ReturnValue) == 0x000018, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000020, "Member 'RofleemoManager_C_GetProviantNum::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RofleemoManager_C_GetProviantNum::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Array_Get_Item) == 0x000040, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Map_Find_Value) == 0x00004C, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Multiply_IntInt_ReturnValue) == 0x000054, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetProviantNum, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'RofleemoManager_C_GetProviantNum::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoManager_C_GetRofleemoNum \ static_assert(alignof(RofleemoManager_C_GetRofleemoNum) == 0x000004, "Wrong alignment on RofleemoManager_C_GetRofleemoNum"); \ static_assert(sizeof(RofleemoManager_C_GetRofleemoNum) == 0x000010, "Wrong size on RofleemoManager_C_GetRofleemoNum"); \ static_assert(offsetof(RofleemoManager_C_GetRofleemoNum, ReturnValue) == 0x000000, "Member 'RofleemoManager_C_GetRofleemoNum::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetRofleemoNum, CallFunc_Map_Length_ReturnValue) == 0x000004, "Member 'RofleemoManager_C_GetRofleemoNum::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetRofleemoNum, CallFunc_Map_Length_ReturnValue_1) == 0x000008, "Member 'RofleemoManager_C_GetRofleemoNum::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoManager_C_GetRofleemoNum, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'RofleemoManager_C_GetRofleemoNum::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoManager_C \ static_assert(alignof(ARofleemoManager_C) == 0x000010, "Wrong alignment on ARofleemoManager_C"); \ static_assert(sizeof(ARofleemoManager_C) == 0x000540, "Wrong size on ARofleemoManager_C"); \ static_assert(offsetof(ARofleemoManager_C, UberGraphFrame) == 0x0003F0, "Member 'ARofleemoManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, DefaultSceneRoot) == 0x0003F8, "Member 'ARofleemoManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, LeftedRofleemo) == 0x000400, "Member 'ARofleemoManager_C::LeftedRofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, RofleemoPassengers) == 0x000410, "Member 'ARofleemoManager_C::RofleemoPassengers' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, RofleemoWithoutBed) == 0x000460, "Member 'ARofleemoManager_C::RofleemoWithoutBed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, RofleemoFoodPriority) == 0x0004B0, "Member 'ARofleemoManager_C::RofleemoFoodPriority' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, UnpackedRofleemo) == 0x0004B8, "Member 'ARofleemoManager_C::UnpackedRofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, LastingHunger) == 0x0004C8, "Member 'ARofleemoManager_C::LastingHunger' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, OverallHunger) == 0x0004CC, "Member 'ARofleemoManager_C::OverallHunger' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, PlayerTrain) == 0x0004D0, "Member 'ARofleemoManager_C::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, OnRofleemoSpawned) == 0x0004D8, "Member 'ARofleemoManager_C::OnRofleemoSpawned' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, OnTrainRofleemoCollected) == 0x0004E8, "Member 'ARofleemoManager_C::OnTrainRofleemoCollected' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, TrainRofleemo) == 0x0004F8, "Member 'ARofleemoManager_C::TrainRofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, CharacterAskedForFix) == 0x000508, "Member 'ARofleemoManager_C::CharacterAskedForFix' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, JitteringQueueTimer) == 0x000518, "Member 'ARofleemoManager_C::JitteringQueueTimer' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, StopJitteringTimer) == 0x000520, "Member 'ARofleemoManager_C::StopJitteringTimer' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, JitteringActors) == 0x000528, "Member 'ARofleemoManager_C::JitteringActors' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, JitteringQueueID) == 0x000538, "Member 'ARofleemoManager_C::JitteringQueueID' has a wrong offset!"); \ static_assert(offsetof(ARofleemoManager_C, bRofleemoSpawned) == 0x00053C, "Member 'ARofleemoManager_C::bRofleemoSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMetalLootOrb_C \ static_assert(alignof(AMetalLootOrb_C) == 0x000010, "Wrong alignment on AMetalLootOrb_C"); \ static_assert(sizeof(AMetalLootOrb_C) == 0x000850, "Wrong size on AMetalLootOrb_C"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door \ static_assert(alignof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door) == 0x000008, "Wrong alignment on MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door"); \ static_assert(sizeof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door) == 0x000350, "Wrong size on MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, EntryPoint) == 0x000000, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable) == 0x000004, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable_1) == 0x000018, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable_2) == 0x00002C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable_3) == 0x00002D, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Variable) == 0x000030, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_4) == 0x000060, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_5) == 0x000070, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000084, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000088, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00008C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000090, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000094, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000098, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_6) == 0x00009C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_Has_Been_Initd_Variable) == 0x0000AC, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_IsClosed_Variable) == 0x0000AD, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue) == 0x0000AE, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_IsClosed_Variable_1) == 0x0000AF, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000B0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_IsClosed_Variable_2) == 0x0000B1, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_1) == 0x0000B2, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000B3, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_2) == 0x0000B4, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Array_Index_Variable) == 0x0000C0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_Event_NewState) == 0x0000C4, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_Event_Hit) == 0x0000CC, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_Event_PlayerCharacter) == 0x000158, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_Character) == 0x000160, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_NotifyName) == 0x000168, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_AsThird_Person_Character) == 0x000170, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_SwitchName_CmpSuccess) == 0x000179, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_BrokenStatuette) == 0x000180, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_BrokenStatuette' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000188, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000190, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_3) == 0x000198, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue) == 0x00019C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_AddUnique_ReturnValue) == 0x0001A0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_Target) == 0x0001A8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001B0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Not_PreBool_ReturnValue) == 0x0001C0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_GetAction_ReturnValue) == 0x0001C8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_AsAction_Play_Quest_Anim) == 0x0001D0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_AsAction_Play_Quest_Anim' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_GetAction_ReturnValue_1) == 0x0001E0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_GetAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_AsAction_Play_Quest_Anim_1) == 0x0001E8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_AsAction_Play_Quest_Anim_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_6) == 0x0001F8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_6) == 0x000200, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_5) == 0x000208, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_5) == 0x000210, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_4) == 0x000218, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_4) == 0x000220, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_3) == 0x000228, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_3) == 0x000230, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_2) == 0x000238, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_2) == 0x000240, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent_1) == 0x000248, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName_1) == 0x000250, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue) == 0x000258, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue_1) == 0x000259, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue_2) == 0x00025A, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue_3) == 0x00025B, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue_4) == 0x00025C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HaveClearWay_bReturnValue_5) == 0x00025D, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HaveClearWay_bReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_4) == 0x00025E, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_5) == 0x00025F, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue) == 0x000260, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_SleepingComponent) == 0x000268, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_ComponentBoundEvent_BoneName) == 0x000270, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_ComponentBoundEvent_BoneName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_RandomFloatInRange_ReturnValue) == 0x000278, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00027C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000280, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_6) == 0x000284, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable_4) == 0x000285, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue_1) == 0x000288, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00028C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue_2) == 0x000290, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Array_Index_Variable_1) == 0x000294, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000298, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Get_Item) == 0x0002A0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue_3) == 0x0002A8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_1) == 0x0002AC, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Array_Index_Variable_2) == 0x0002B0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Get_Item_1) == 0x0002B8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_2) == 0x0002C0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_byte_Variable_5) == 0x0002C1, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_PlayEvent2D_ReturnValue) == 0x0002C8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_EventInstanceIsValid_ReturnValue) == 0x0002D0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_EventInstanceIsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002D1, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0002D8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0002E0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_3) == 0x0002E8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0002E9, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_Task_1) == 0x0002F0, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_Task_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_4) == 0x0002F8, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_Task) == 0x000300, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_5) == 0x000308, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000309, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Loop_Counter_Variable_1) == 0x00030C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000310, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Less_IntInt_ReturnValue) == 0x000311, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Add_IntInt_ReturnValue_1) == 0x000314, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_CustomEvent_RuneID) == 0x000318, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_CustomEvent_RuneID' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_SwitchInteger_CmpSuccess) == 0x00031C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000320, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000328, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, Temp_int_Loop_Counter_Variable_2) == 0x00032C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Less_IntInt_ReturnValue_1) == 0x000330, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Add_IntInt_ReturnValue_2) == 0x000334, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue_4) == 0x000338, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Greater_IntInt_ReturnValue) == 0x00033C, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_IsValid_ReturnValue_6) == 0x00033D, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Get_Item_2) == 0x000340, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Array_Length_ReturnValue_5) == 0x000344, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, K2Node_SwitchInteger_CmpSuccess_1) == 0x000348, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_Less_IntInt_ReturnValue_2) == 0x000349, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door, CallFunc_HasAuthority_ReturnValue_7) == 0x00034A, "Member 'MQ_13_Door_C_ExecuteUbergraph_MQ_13_Door::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_RemoveRune \ static_assert(alignof(MQ_13_Door_C_RemoveRune) == 0x000004, "Wrong alignment on MQ_13_Door_C_RemoveRune"); \ static_assert(sizeof(MQ_13_Door_C_RemoveRune) == 0x000004, "Wrong size on MQ_13_Door_C_RemoveRune"); \ static_assert(offsetof(MQ_13_Door_C_RemoveRune, RuneID) == 0x000000, "Member 'MQ_13_Door_C_RemoveRune::RuneID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnTaskStarted_Event_0 \ static_assert(alignof(MQ_13_Door_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(MQ_13_Door_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on MQ_13_Door_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(MQ_13_Door_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'MQ_13_Door_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnTaskCompleted_Event_0 \ static_assert(alignof(MQ_13_Door_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnTaskCompleted_Event_0"); \ static_assert(sizeof(MQ_13_Door_C_OnTaskCompleted_Event_0) == 0x000008, "Wrong size on MQ_13_Door_C_OnTaskCompleted_Event_0"); \ static_assert(offsetof(MQ_13_Door_C_OnTaskCompleted_Event_0, task) == 0x000000, "Member 'MQ_13_Door_C_OnTaskCompleted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_13_Door_Skull_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh4_K2Node_ComponentBoundEvent_6_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh3_K2Node_ComponentBoundEvent_5_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh2_K2Node_ComponentBoundEvent_4_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh1_K2Node_ComponentBoundEvent_3_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh_K2Node_ComponentBoundEvent_2_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'MQ_13_Door_C_BndEvt__MQ_14_Door_StaticMesh5_K2Node_ComponentBoundEvent_0_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_PlayOpenDoorAction \ static_assert(alignof(MQ_13_Door_C_PlayOpenDoorAction) == 0x000008, "Wrong alignment on MQ_13_Door_C_PlayOpenDoorAction"); \ static_assert(sizeof(MQ_13_Door_C_PlayOpenDoorAction) == 0x000008, "Wrong size on MQ_13_Door_C_PlayOpenDoorAction"); \ static_assert(offsetof(MQ_13_Door_C_PlayOpenDoorAction, Target) == 0x000000, "Member 'MQ_13_Door_C_PlayOpenDoorAction::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnStatuetteDestroy \ static_assert(alignof(MQ_13_Door_C_OnStatuetteDestroy) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnStatuetteDestroy"); \ static_assert(sizeof(MQ_13_Door_C_OnStatuetteDestroy) == 0x000008, "Wrong size on MQ_13_Door_C_OnStatuetteDestroy"); \ static_assert(offsetof(MQ_13_Door_C_OnStatuetteDestroy, BrokenStatuette) == 0x000000, "Member 'MQ_13_Door_C_OnStatuetteDestroy::BrokenStatuette' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnMontageNotifyBegin_Event_0 \ static_assert(alignof(MQ_13_Door_C_OnMontageNotifyBegin_Event_0) == 0x000004, "Wrong alignment on MQ_13_Door_C_OnMontageNotifyBegin_Event_0"); \ static_assert(sizeof(MQ_13_Door_C_OnMontageNotifyBegin_Event_0) == 0x000008, "Wrong size on MQ_13_Door_C_OnMontageNotifyBegin_Event_0"); \ static_assert(offsetof(MQ_13_Door_C_OnMontageNotifyBegin_Event_0, NotifyName) == 0x000000, "Member 'MQ_13_Door_C_OnMontageNotifyBegin_Event_0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnActionComplete_Event_0 \ static_assert(alignof(MQ_13_Door_C_OnActionComplete_Event_0) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnActionComplete_Event_0"); \ static_assert(sizeof(MQ_13_Door_C_OnActionComplete_Event_0) == 0x000008, "Wrong size on MQ_13_Door_C_OnActionComplete_Event_0"); \ static_assert(offsetof(MQ_13_Door_C_OnActionComplete_Event_0, Character) == 0x000000, "Member 'MQ_13_Door_C_OnActionComplete_Event_0::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnUseActor \ static_assert(alignof(MQ_13_Door_C_OnUseActor) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnUseActor"); \ static_assert(sizeof(MQ_13_Door_C_OnUseActor) == 0x000090, "Wrong size on MQ_13_Door_C_OnUseActor"); \ static_assert(offsetof(MQ_13_Door_C_OnUseActor, Hit) == 0x000000, "Member 'MQ_13_Door_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'MQ_13_Door_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_SetActorState \ static_assert(alignof(MQ_13_Door_C_SetActorState) == 0x000004, "Wrong alignment on MQ_13_Door_C_SetActorState"); \ static_assert(sizeof(MQ_13_Door_C_SetActorState) == 0x000008, "Wrong size on MQ_13_Door_C_SetActorState"); \ static_assert(offsetof(MQ_13_Door_C_SetActorState, NewState) == 0x000000, "Member 'MQ_13_Door_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_UserConstructionScript \ static_assert(alignof(MQ_13_Door_C_UserConstructionScript) == 0x000008, "Wrong alignment on MQ_13_Door_C_UserConstructionScript"); \ static_assert(sizeof(MQ_13_Door_C_UserConstructionScript) == 0x000010, "Wrong size on MQ_13_Door_C_UserConstructionScript"); \ static_assert(offsetof(MQ_13_Door_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000000, "Member 'MQ_13_Door_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_CanUse \ static_assert(alignof(MQ_13_Door_C_CanUse) == 0x000008, "Wrong alignment on MQ_13_Door_C_CanUse"); \ static_assert(sizeof(MQ_13_Door_C_CanUse) == 0x0000A0, "Wrong size on MQ_13_Door_C_CanUse"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, Hit) == 0x000000, "Member 'MQ_13_Door_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, PlayerCharacter) == 0x000088, "Member 'MQ_13_Door_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, ReturnValue) == 0x000090, "Member 'MQ_13_Door_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_CanPlayCutscene_ReturnValue) == 0x000091, "Member 'MQ_13_Door_C_CanUse::CallFunc_CanPlayCutscene_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_IsFalling_ReturnValue) == 0x000092, "Member 'MQ_13_Door_C_CanUse::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'MQ_13_Door_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x000094, "Member 'MQ_13_Door_C_CanUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000095, "Member 'MQ_13_Door_C_CanUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000096, "Member 'MQ_13_Door_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x000097, "Member 'MQ_13_Door_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000098, "Member 'MQ_13_Door_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_GetItemSelection \ static_assert(alignof(MQ_13_Door_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_13_Door_C_GetItemSelection"); \ static_assert(sizeof(MQ_13_Door_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_13_Door_C_GetItemSelection"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_13_Door_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_13_Door_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_13_Door_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_13_Door_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_13_Door_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'MQ_13_Door_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_CompleteTask \ static_assert(alignof(MQ_13_Door_C_CompleteTask) == 0x000008, "Wrong alignment on MQ_13_Door_C_CompleteTask"); \ static_assert(sizeof(MQ_13_Door_C_CompleteTask) == 0x000020, "Wrong size on MQ_13_Door_C_CompleteTask"); \ static_assert(offsetof(MQ_13_Door_C_CompleteTask, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_CompleteTask::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CompleteTask, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'MQ_13_Door_C_CompleteTask::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CompleteTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000010, "Member 'MQ_13_Door_C_CompleteTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CompleteTask, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000018, "Member 'MQ_13_Door_C_CompleteTask::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_CompleteTask, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'MQ_13_Door_C_CompleteTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnRep_Player_Character \ static_assert(alignof(MQ_13_Door_C_OnRep_Player_Character) == 0x000001, "Wrong alignment on MQ_13_Door_C_OnRep_Player_Character"); \ static_assert(sizeof(MQ_13_Door_C_OnRep_Player_Character) == 0x000001, "Wrong size on MQ_13_Door_C_OnRep_Player_Character"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_Player_Character, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_OnRep_Player_Character::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_SpawnStatuette \ static_assert(alignof(MQ_13_Door_C_SpawnStatuette) == 0x000010, "Wrong alignment on MQ_13_Door_C_SpawnStatuette"); \ static_assert(sizeof(MQ_13_Door_C_SpawnStatuette) == 0x000050, "Wrong size on MQ_13_Door_C_SpawnStatuette"); \ static_assert(offsetof(MQ_13_Door_C_SpawnStatuette, ComponentTransform) == 0x000000, "Member 'MQ_13_Door_C_SpawnStatuette::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_SpawnStatuette, InSocketName) == 0x000008, "Member 'MQ_13_Door_C_SpawnStatuette::InSocketName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_SpawnStatuette, CallFunc_GetSocketTransform_ReturnValue) == 0x000010, "Member 'MQ_13_Door_C_SpawnStatuette::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_SpawnStatuette, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'MQ_13_Door_C_SpawnStatuette::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_SpawnStatuette, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'MQ_13_Door_C_SpawnStatuette::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_RestoryDestroyedStatuette \ static_assert(alignof(MQ_13_Door_C_RestoryDestroyedStatuette) == 0x000008, "Wrong alignment on MQ_13_Door_C_RestoryDestroyedStatuette"); \ static_assert(sizeof(MQ_13_Door_C_RestoryDestroyedStatuette) == 0x000010, "Wrong size on MQ_13_Door_C_RestoryDestroyedStatuette"); \ static_assert(offsetof(MQ_13_Door_C_RestoryDestroyedStatuette, L_DestroyedStatueteeTemp) == 0x000000, "Member 'MQ_13_Door_C_RestoryDestroyedStatuette::L_DestroyedStatueteeTemp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnRep_bJumpToSectionEnd \ static_assert(alignof(MQ_13_Door_C_OnRep_bJumpToSectionEnd) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnRep_bJumpToSectionEnd"); \ static_assert(sizeof(MQ_13_Door_C_OnRep_bJumpToSectionEnd) == 0x000028, "Wrong size on MQ_13_Door_C_OnRep_bJumpToSectionEnd"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_2) == 0x000010, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_3) == 0x000011, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000018, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_4) == 0x000020, "Member 'MQ_13_Door_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_OnRep_bPlayHelpSound \ static_assert(alignof(MQ_13_Door_C_OnRep_bPlayHelpSound) == 0x000008, "Wrong alignment on MQ_13_Door_C_OnRep_bPlayHelpSound"); \ static_assert(sizeof(MQ_13_Door_C_OnRep_bPlayHelpSound) == 0x000008, "Wrong size on MQ_13_Door_C_OnRep_bPlayHelpSound"); \ static_assert(offsetof(MQ_13_Door_C_OnRep_bPlayHelpSound, CallFunc_PlayEvent2D_ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_OnRep_bPlayHelpSound::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_GetActorState \ static_assert(alignof(MQ_13_Door_C_GetActorState) == 0x000004, "Wrong alignment on MQ_13_Door_C_GetActorState"); \ static_assert(sizeof(MQ_13_Door_C_GetActorState) == 0x000008, "Wrong size on MQ_13_Door_C_GetActorState"); \ static_assert(offsetof(MQ_13_Door_C_GetActorState, ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_GetForceByIndex \ static_assert(alignof(MQ_13_Door_C_GetForceByIndex) == 0x000004, "Wrong alignment on MQ_13_Door_C_GetForceByIndex"); \ static_assert(sizeof(MQ_13_Door_C_GetForceByIndex) == 0x000048, "Wrong size on MQ_13_Door_C_GetForceByIndex"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, Index_0) == 0x000000, "Member 'MQ_13_Door_C_GetForceByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, Direction) == 0x000004, "Member 'MQ_13_Door_C_GetForceByIndex::Direction' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Map_Find_Value) == 0x000010, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Map_Find_ReturnValue) == 0x000014, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Map_Find_Value_1) == 0x000018, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Map_Find_ReturnValue_1) == 0x00001C, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000020, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_GetForwardVector_ReturnValue) == 0x000024, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000030, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_GetForceByIndex, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00003C, "Member 'MQ_13_Door_C_GetForceByIndex::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_HaveClearWay \ static_assert(alignof(MQ_13_Door_C_HaveClearWay) == 0x000008, "Wrong alignment on MQ_13_Door_C_HaveClearWay"); \ static_assert(sizeof(MQ_13_Door_C_HaveClearWay) == 0x000198, "Wrong size on MQ_13_Door_C_HaveClearWay"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, bReturnValue) == 0x000000, "Member 'MQ_13_Door_C_HaveClearWay::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, bHaveObstacle) == 0x000001, "Member 'MQ_13_Door_C_HaveClearWay::bHaveObstacle' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MQ_13_Door_C_HaveClearWay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'MQ_13_Door_C_HaveClearWay::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'MQ_13_Door_C_HaveClearWay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'MQ_13_Door_C_HaveClearWay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_object_Variable) == 0x000018, "Member 'MQ_13_Door_C_HaveClearWay::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'MQ_13_Door_C_HaveClearWay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Array_Get_Item) == 0x000030, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000038, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, K2Node_MakeArray_Array) == 0x000058, "Member 'MQ_13_Door_C_HaveClearWay::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BoxTraceMultiForObjects_OutHits) == 0x000070, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BoxTraceMultiForObjects_OutHits' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BoxTraceMultiForObjects_ReturnValue) == 0x000080, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BoxTraceMultiForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Array_Get_Item_1) == 0x000084, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_bBlockingHit) == 0x000110, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_bInitialOverlap) == 0x000111, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_Time) == 0x000114, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_Distance) == 0x000118, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_Location) == 0x00011C, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_ImpactPoint) == 0x000128, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_Normal) == 0x000134, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_ImpactNormal) == 0x000140, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_PhysMat) == 0x000150, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_HitActor) == 0x000158, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_HitComponent) == 0x000160, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_HitBoneName) == 0x000168, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_HitItem) == 0x000170, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_ElementIndex) == 0x000174, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_FaceIndex) == 0x000178, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_TraceStart) == 0x00017C, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BreakHitResult_TraceEnd) == 0x000188, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Less_IntInt_ReturnValue_1) == 0x000194, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000195, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_BooleanAND_ReturnValue) == 0x000196, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Door_C_HaveClearWay, CallFunc_Not_PreBool_ReturnValue_1) == 0x000197, "Member 'MQ_13_Door_C_HaveClearWay::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Door_C_ShouldNotBeSaved \ static_assert(alignof(MQ_13_Door_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on MQ_13_Door_C_ShouldNotBeSaved"); \ static_assert(sizeof(MQ_13_Door_C_ShouldNotBeSaved) == 0x000001, "Wrong size on MQ_13_Door_C_ShouldNotBeSaved"); \ static_assert(offsetof(MQ_13_Door_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'MQ_13_Door_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_Door_C \ static_assert(alignof(AMQ_13_Door_C) == 0x000008, "Wrong alignment on AMQ_13_Door_C"); \ static_assert(sizeof(AMQ_13_Door_C) == 0x000518, "Wrong size on AMQ_13_Door_C"); \ static_assert(offsetof(AMQ_13_Door_C, UberGraphFrame_MQ_13_Door_C) == 0x000230, "Member 'AMQ_13_Door_C::UberGraphFrame_MQ_13_Door_C' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RuneDoor_BoneDrop) == 0x000238, "Member 'AMQ_13_Door_C::RuneDoor_BoneDrop' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RuneDoor_Destruction) == 0x000240, "Member 'AMQ_13_Door_C::RuneDoor_Destruction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, Rune_Off) == 0x000248, "Member 'AMQ_13_Door_C::Rune_Off' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_ForceField) == 0x000250, "Member 'AMQ_13_Door_C::FX_ForceField' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, AuraWall) == 0x000258, "Member 'AMQ_13_Door_C::AuraWall' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_RuneEnd_5) == 0x000260, "Member 'AMQ_13_Door_C::FX_RuneEnd_5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_RuneEnd_4) == 0x000268, "Member 'AMQ_13_Door_C::FX_RuneEnd_4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_RuneEnd_3) == 0x000270, "Member 'AMQ_13_Door_C::FX_RuneEnd_3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_RuneEnd_2) == 0x000278, "Member 'AMQ_13_Door_C::FX_RuneEnd_2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FX_RuneEnd_1) == 0x000280, "Member 'AMQ_13_Door_C::FX_RuneEnd_1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, PlayerBlockVolume) == 0x000288, "Member 'AMQ_13_Door_C::PlayerBlockVolume' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, Spline) == 0x000290, "Member 'AMQ_13_Door_C::Spline' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, PathClearBox) == 0x000298, "Member 'AMQ_13_Door_C::PathClearBox' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart6) == 0x0002A0, "Member 'AMQ_13_Door_C::DoorPart6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart5) == 0x0002A8, "Member 'AMQ_13_Door_C::DoorPart5' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart4) == 0x0002B0, "Member 'AMQ_13_Door_C::DoorPart4' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart3) == 0x0002B8, "Member 'AMQ_13_Door_C::DoorPart3' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart2) == 0x0002C0, "Member 'AMQ_13_Door_C::DoorPart2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, Statuette) == 0x0002C8, "Member 'AMQ_13_Door_C::Statuette' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RotationPoint) == 0x0002D0, "Member 'AMQ_13_Door_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, LocationPoint) == 0x0002D8, "Member 'AMQ_13_Door_C::LocationPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, arrow) == 0x0002E0, "Member 'AMQ_13_Door_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DissolveComponent) == 0x0002E8, "Member 'AMQ_13_Door_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, FGQuestMark) == 0x0002F0, "Member 'AMQ_13_Door_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, InteractableBox) == 0x0002F8, "Member 'AMQ_13_Door_C::InteractableBox' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, Skull) == 0x000300, "Member 'AMQ_13_Door_C::Skull' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorPart1) == 0x000308, "Member 'AMQ_13_Door_C::DoorPart1' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowSkullRune_AuraWall_273121514D9D5701C13833AE61C06181) == 0x000310, "Member 'AMQ_13_Door_C::ShowSkullRune_AuraWall_273121514D9D5701C13833AE61C06181' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowSkullRune_Alpha_273121514D9D5701C13833AE61C06181) == 0x000314, "Member 'AMQ_13_Door_C::ShowSkullRune_Alpha_273121514D9D5701C13833AE61C06181' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowSkullRune__Direction_273121514D9D5701C13833AE61C06181) == 0x000318, "Member 'AMQ_13_Door_C::ShowSkullRune__Direction_273121514D9D5701C13833AE61C06181' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowSkullRune) == 0x000320, "Member 'AMQ_13_Door_C::ShowSkullRune' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_05_Alpha_CEAE338940367C662C875EB89C4D0B05) == 0x000328, "Member 'AMQ_13_Door_C::RemoveRune_05_Alpha_CEAE338940367C662C875EB89C4D0B05' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_05__Direction_CEAE338940367C662C875EB89C4D0B05) == 0x00032C, "Member 'AMQ_13_Door_C::RemoveRune_05__Direction_CEAE338940367C662C875EB89C4D0B05' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_05) == 0x000330, "Member 'AMQ_13_Door_C::RemoveRune_05' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_04_Alpha_A7B7DE4546E9B402D7CE7D92D1FB02F6) == 0x000338, "Member 'AMQ_13_Door_C::RemoveRune_04_Alpha_A7B7DE4546E9B402D7CE7D92D1FB02F6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_04__Direction_A7B7DE4546E9B402D7CE7D92D1FB02F6) == 0x00033C, "Member 'AMQ_13_Door_C::RemoveRune_04__Direction_A7B7DE4546E9B402D7CE7D92D1FB02F6' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_04) == 0x000340, "Member 'AMQ_13_Door_C::RemoveRune_04' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_03_Alpha_07957988410CD2126793869E3F003BCA) == 0x000348, "Member 'AMQ_13_Door_C::RemoveRune_03_Alpha_07957988410CD2126793869E3F003BCA' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_03__Direction_07957988410CD2126793869E3F003BCA) == 0x00034C, "Member 'AMQ_13_Door_C::RemoveRune_03__Direction_07957988410CD2126793869E3F003BCA' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_03) == 0x000350, "Member 'AMQ_13_Door_C::RemoveRune_03' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_02_Alpha_2B17F15F4484486C51A368BA2EAF5169) == 0x000358, "Member 'AMQ_13_Door_C::RemoveRune_02_Alpha_2B17F15F4484486C51A368BA2EAF5169' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_02__Direction_2B17F15F4484486C51A368BA2EAF5169) == 0x00035C, "Member 'AMQ_13_Door_C::RemoveRune_02__Direction_2B17F15F4484486C51A368BA2EAF5169' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_02) == 0x000360, "Member 'AMQ_13_Door_C::RemoveRune_02' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_01_Alpha_3D0CFC8E4D0675826C3604838149C1C2) == 0x000368, "Member 'AMQ_13_Door_C::RemoveRune_01_Alpha_3D0CFC8E4D0675826C3604838149C1C2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_01__Direction_3D0CFC8E4D0675826C3604838149C1C2) == 0x00036C, "Member 'AMQ_13_Door_C::RemoveRune_01__Direction_3D0CFC8E4D0675826C3604838149C1C2' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RemoveRune_01) == 0x000370, "Member 'AMQ_13_Door_C::RemoveRune_01' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowRunes_AuraFlick_DAFE6A60418C6BFB597E5BB52998A751) == 0x000378, "Member 'AMQ_13_Door_C::ShowRunes_AuraFlick_DAFE6A60418C6BFB597E5BB52998A751' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowRunes_Alpha_DAFE6A60418C6BFB597E5BB52998A751) == 0x00037C, "Member 'AMQ_13_Door_C::ShowRunes_Alpha_DAFE6A60418C6BFB597E5BB52998A751' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowRunes__Direction_DAFE6A60418C6BFB597E5BB52998A751) == 0x000380, "Member 'AMQ_13_Door_C::ShowRunes__Direction_DAFE6A60418C6BFB597E5BB52998A751' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ShowRunes) == 0x000388, "Member 'AMQ_13_Door_C::ShowRunes' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DoorMeshes) == 0x000390, "Member 'AMQ_13_Door_C::DoorMeshes' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, TT_MQ_13_OpenDoor) == 0x0003A0, "Member 'AMQ_13_Door_C::TT_MQ_13_OpenDoor' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ActionAnimSettings) == 0x0003A8, "Member 'AMQ_13_Door_C::ActionAnimSettings' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ActionAnimations) == 0x0003D0, "Member 'AMQ_13_Door_C::ActionAnimations' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ActionClass) == 0x0003E0, "Member 'AMQ_13_Door_C::ActionClass' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, StatuetteDestroyed) == 0x0003E8, "Member 'AMQ_13_Door_C::StatuetteDestroyed' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, MaxStatuetteCountToDestroy) == 0x0003F8, "Member 'AMQ_13_Door_C::MaxStatuetteCountToDestroy' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DynMI_Skull) == 0x000400, "Member 'AMQ_13_Door_C::DynMI_Skull' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bIsPlayingAction) == 0x000408, "Member 'AMQ_13_Door_C::bIsPlayingAction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, Player_Character) == 0x000410, "Member 'AMQ_13_Door_C::Player_Character' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DirectionForce) == 0x000418, "Member 'AMQ_13_Door_C::DirectionForce' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, ValueForce) == 0x000468, "Member 'AMQ_13_Door_C::ValueForce' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bDoorHasBeenDisabled) == 0x0004B8, "Member 'AMQ_13_Door_C::bDoorHasBeenDisabled' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bSkullHasBeenDisabled) == 0x0004B9, "Member 'AMQ_13_Door_C::bSkullHasBeenDisabled' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, RotatitionOffsetBeforPhysics) == 0x0004BC, "Member 'AMQ_13_Door_C::RotatitionOffsetBeforPhysics' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, BranchRotateTime) == 0x0004C8, "Member 'AMQ_13_Door_C::BranchRotateTime' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bLoadComplete) == 0x0004CC, "Member 'AMQ_13_Door_C::bLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bDropStatuetteComplete) == 0x0004CD, "Member 'AMQ_13_Door_C::bDropStatuetteComplete' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bStartDisableDoorLock) == 0x0004CE, "Member 'AMQ_13_Door_C::bStartDisableDoorLock' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bDisableSkullFromSave) == 0x0004CF, "Member 'AMQ_13_Door_C::bDisableSkullFromSave' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bDisableStatuette) == 0x0004D0, "Member 'AMQ_13_Door_C::bDisableStatuette' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bPlayDialogue) == 0x0004D1, "Member 'AMQ_13_Door_C::bPlayDialogue' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DG_Tale_71_Ch) == 0x0004D8, "Member 'AMQ_13_Door_C::DG_Tale_71_Ch' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bJumpToSectionEnd) == 0x0004E0, "Member 'AMQ_13_Door_C::bJumpToSectionEnd' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, TimeBeforeStartHelpSound) == 0x0004E4, "Member 'AMQ_13_Door_C::TimeBeforeStartHelpSound' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, TH_HelpSound) == 0x0004E8, "Member 'AMQ_13_Door_C::TH_HelpSound' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bPlayHelpSound) == 0x0004F0, "Member 'AMQ_13_Door_C::bPlayHelpSound' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, MQ_13_FindWayToOpenDoor) == 0x0004F4, "Member 'AMQ_13_Door_C::MQ_13_FindWayToOpenDoor' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bTouchTheDoor) == 0x0004FC, "Member 'AMQ_13_Door_C::bTouchTheDoor' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bDebugEnable) == 0x0004FD, "Member 'AMQ_13_Door_C::bDebugEnable' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DynMI_Runes) == 0x000500, "Member 'AMQ_13_Door_C::DynMI_Runes' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, DynMI_AuraWall) == 0x000508, "Member 'AMQ_13_Door_C::DynMI_AuraWall' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Door_C, bRestoreRunesOnDoor) == 0x000510, "Member 'AMQ_13_Door_C::bRestoreRunesOnDoor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEffect_SelfHealing_LiveWire_C \ static_assert(alignof(AEffect_SelfHealing_LiveWire_C) == 0x000008, "Wrong alignment on AEffect_SelfHealing_LiveWire_C"); \ static_assert(sizeof(AEffect_SelfHealing_LiveWire_C) == 0x000338, "Wrong size on AEffect_SelfHealing_LiveWire_C"); \ static_assert(offsetof(AEffect_SelfHealing_LiveWire_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_SelfHealing_LiveWire_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEffect_SelfHealing_C \ static_assert(alignof(AEffect_SelfHealing_C) == 0x000008, "Wrong alignment on AEffect_SelfHealing_C"); \ static_assert(sizeof(AEffect_SelfHealing_C) == 0x000338, "Wrong size on AEffect_SelfHealing_C"); \ static_assert(offsetof(AEffect_SelfHealing_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_SelfHealing_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LS_MM_00_Cinem2__USequenceDirector_C \ static_assert(alignof(LS_MM_00_Cinem2::USequenceDirector_C) == 0x000008, "Wrong alignment on LS_MM_00_Cinem2::USequenceDirector_C"); \ static_assert(sizeof(LS_MM_00_Cinem2::USequenceDirector_C) == 0x000038, "Wrong size on LS_MM_00_Cinem2::USequenceDirector_C"); \ #define DUMPER7_ASSERTS_Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot \ static_assert(alignof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot) == 0x000008, "Wrong alignment on Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot"); \ static_assert(sizeof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot) == 0x000060, "Wrong size on Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, EntryPoint) == 0x000000, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_IsComplete_ReturnValue) == 0x000004, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, K2Node_Event_Player_1) == 0x000030, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, K2Node_Event_Player) == 0x000038, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_CheckIsGetOutFromDepot_bReturnValue) == 0x000040, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_CheckIsGetOutFromDepot_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, K2Node_CustomEvent_TargetName) == 0x000050, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::K2Node_CustomEvent_TargetName' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_CheckIsGetOutFromDepot_bReturnValue_1) == 0x000058, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_CheckIsGetOutFromDepot_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000059, "Member 'Task_GetOutFromDepot_C_ExecuteUbergraph_Task_GetOutFromDepot::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetOutFromDepot_C_OnTargetReached_Event_0 \ static_assert(alignof(Task_GetOutFromDepot_C_OnTargetReached_Event_0) == 0x000004, "Wrong alignment on Task_GetOutFromDepot_C_OnTargetReached_Event_0"); \ static_assert(sizeof(Task_GetOutFromDepot_C_OnTargetReached_Event_0) == 0x000008, "Wrong size on Task_GetOutFromDepot_C_OnTargetReached_Event_0"); \ static_assert(offsetof(Task_GetOutFromDepot_C_OnTargetReached_Event_0, TargetName) == 0x000000, "Member 'Task_GetOutFromDepot_C_OnTargetReached_Event_0::TargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetOutFromDepot_C_OnRemoveFromPlayer \ static_assert(alignof(Task_GetOutFromDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_GetOutFromDepot_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_GetOutFromDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_GetOutFromDepot_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_GetOutFromDepot_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_GetOutFromDepot_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetOutFromDepot_C_OnGivePlayer \ static_assert(alignof(Task_GetOutFromDepot_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_GetOutFromDepot_C_OnGivePlayer"); \ static_assert(sizeof(Task_GetOutFromDepot_C_OnGivePlayer) == 0x000008, "Wrong size on Task_GetOutFromDepot_C_OnGivePlayer"); \ static_assert(offsetof(Task_GetOutFromDepot_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_GetOutFromDepot_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetOutFromDepot_C_CheckIsGetOutFromDepot \ static_assert(alignof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot) == 0x000008, "Wrong alignment on Task_GetOutFromDepot_C_CheckIsGetOutFromDepot"); \ static_assert(sizeof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot) == 0x000020, "Wrong size on Task_GetOutFromDepot_C_CheckIsGetOutFromDepot"); \ static_assert(offsetof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot, ContextActor) == 0x000000, "Member 'Task_GetOutFromDepot_C_CheckIsGetOutFromDepot::ContextActor' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot, bReturnValue) == 0x000008, "Member 'Task_GetOutFromDepot_C_CheckIsGetOutFromDepot::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'Task_GetOutFromDepot_C_CheckIsGetOutFromDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot, CallFunc_GetState_ReturnValue) == 0x000018, "Member 'Task_GetOutFromDepot_C_CheckIsGetOutFromDepot::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetOutFromDepot_C_CheckIsGetOutFromDepot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'Task_GetOutFromDepot_C_CheckIsGetOutFromDepot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_GetOutFromDepot_C \ static_assert(alignof(UTask_GetOutFromDepot_C) == 0x000008, "Wrong alignment on UTask_GetOutFromDepot_C"); \ static_assert(sizeof(UTask_GetOutFromDepot_C) == 0x0000A8, "Wrong size on UTask_GetOutFromDepot_C"); \ static_assert(offsetof(UTask_GetOutFromDepot_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_GetOutFromDepot_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame \ static_assert(alignof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame) == 0x000008, "Wrong alignment on GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame"); \ static_assert(sizeof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame) == 0x0000D0, "Wrong size on GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, EntryPoint) == 0x000000, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, K2Node_CustomEvent_Loaded) == 0x000010, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, Temp_object_Variable) == 0x000018, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, K2Node_DynamicCast_AsParticle_System) == 0x000020, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::K2Node_DynamicCast_AsParticle_System' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000054, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Roll) == 0x000060, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Pitch) == 0x000064, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Yaw) == 0x000068, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00007C, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_MakeRotator_ReturnValue) == 0x000084, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000090, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x00009C, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Roll_1) == 0x0000A8, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Pitch_1) == 0x0000AC, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_BreakRotator_Yaw_1) == 0x0000B0, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000B4, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000B8, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_MakeRotator_ReturnValue_1) == 0x0000BC, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x0000C8, "Member 'GunProjectile_Flame_C_ExecuteUbergraph_GunProjectile_Flame::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B \ static_assert(alignof(GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B) == 0x000008, "Wrong alignment on GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B"); \ static_assert(sizeof(GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B) == 0x000008, "Wrong size on GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B"); \ static_assert(offsetof(GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B, Loaded) == 0x000000, "Member 'GunProjectile_Flame_C_OnLoaded_402515E54A756088F61DCA8DCC764F9B::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_Flame_C \ static_assert(alignof(AGunProjectile_Flame_C) == 0x000008, "Wrong alignment on AGunProjectile_Flame_C"); \ static_assert(sizeof(AGunProjectile_Flame_C) == 0x000468, "Wrong size on AGunProjectile_Flame_C"); \ static_assert(offsetof(AGunProjectile_Flame_C, UberGraphFrame) == 0x000440, "Member 'AGunProjectile_Flame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Flame_C, WC_Flamethrower) == 0x000448, "Member 'AGunProjectile_Flame_C::WC_Flamethrower' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Flame_C, EventInstance) == 0x000450, "Member 'AGunProjectile_Flame_C::EventInstance' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Flame_C, bStartSimulate) == 0x000458, "Member 'AGunProjectile_Flame_C::bStartSimulate' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Flame_C, THPlayFire) == 0x000460, "Member 'AGunProjectile_Flame_C::THPlayFire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_ExecuteUbergraph_DissolveComponent \ static_assert(alignof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent) == 0x000008, "Wrong alignment on DissolveComponent_C_ExecuteUbergraph_DissolveComponent"); \ static_assert(sizeof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent) == 0x000040, "Wrong size on DissolveComponent_C_ExecuteUbergraph_DissolveComponent"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, EntryPoint) == 0x000000, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, Temp_int_Array_Index_Variable) == 0x000008, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_GetFloatValue_ReturnValue) == 0x000014, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Array_Get_Item) == 0x000018, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_ExecuteUbergraph_DissolveComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'DissolveComponent_C_ExecuteUbergraph_DissolveComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_ReceiveTick \ static_assert(alignof(DissolveComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on DissolveComponent_C_ReceiveTick"); \ static_assert(sizeof(DissolveComponent_C_ReceiveTick) == 0x000004, "Wrong size on DissolveComponent_C_ReceiveTick"); \ static_assert(offsetof(DissolveComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DissolveComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_Initialize \ static_assert(alignof(DissolveComponent_C_Initialize) == 0x000008, "Wrong alignment on DissolveComponent_C_Initialize"); \ static_assert(sizeof(DissolveComponent_C_Initialize) == 0x000010, "Wrong size on DissolveComponent_C_Initialize"); \ static_assert(offsetof(DissolveComponent_C_Initialize, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'DissolveComponent_C_Initialize::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Initialize, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'DissolveComponent_C_Initialize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_Get_Skeletal_Meshes \ static_assert(alignof(DissolveComponent_C_Get_Skeletal_Meshes) == 0x000008, "Wrong alignment on DissolveComponent_C_Get_Skeletal_Meshes"); \ static_assert(sizeof(DissolveComponent_C_Get_Skeletal_Meshes) == 0x000088, "Wrong size on DissolveComponent_C_Get_Skeletal_Meshes"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, Actor) == 0x000000, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::Actor' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, Temp_int_Array_Index_Variable) == 0x000028, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Get_Item) == 0x000030, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_GetMaterials_ReturnValue) == 0x000038, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000060, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000070, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Array_Add_ReturnValue_1) == 0x00007C, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Skeletal_Meshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'DissolveComponent_C_Get_Skeletal_Meshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_Get_Static_Meshes \ static_assert(alignof(DissolveComponent_C_Get_Static_Meshes) == 0x000008, "Wrong alignment on DissolveComponent_C_Get_Static_Meshes"); \ static_assert(sizeof(DissolveComponent_C_Get_Static_Meshes) == 0x000038, "Wrong size on DissolveComponent_C_Get_Static_Meshes"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, Actor) == 0x000000, "Member 'DissolveComponent_C_Get_Static_Meshes::Actor' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'DissolveComponent_C_Get_Static_Meshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'DissolveComponent_C_Get_Static_Meshes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, CallFunc_Array_Get_Item) == 0x000020, "Member 'DissolveComponent_C_Get_Static_Meshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'DissolveComponent_C_Get_Static_Meshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'DissolveComponent_C_Get_Static_Meshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'DissolveComponent_C_Get_Static_Meshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_Get_Static_Meshes, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'DissolveComponent_C_Get_Static_Meshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_AddStaticMesh \ static_assert(alignof(DissolveComponent_C_AddStaticMesh) == 0x000008, "Wrong alignment on DissolveComponent_C_AddStaticMesh"); \ static_assert(sizeof(DissolveComponent_C_AddStaticMesh) == 0x000058, "Wrong size on DissolveComponent_C_AddStaticMesh"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, StaticMesh) == 0x000000, "Member 'DissolveComponent_C_AddStaticMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_GetMaterials_ReturnValue) == 0x000008, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, Temp_int_Array_Index_Variable) == 0x000018, "Member 'DissolveComponent_C_AddStaticMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Array_Get_Item) == 0x000020, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000028, "Member 'DissolveComponent_C_AddStaticMesh::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'DissolveComponent_C_AddStaticMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'DissolveComponent_C_AddStaticMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddStaticMesh, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'DissolveComponent_C_AddStaticMesh::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_GetDM_Meshes \ static_assert(alignof(DissolveComponent_C_GetDM_Meshes) == 0x000008, "Wrong alignment on DissolveComponent_C_GetDM_Meshes"); \ static_assert(sizeof(DissolveComponent_C_GetDM_Meshes) == 0x000038, "Wrong size on DissolveComponent_C_GetDM_Meshes"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, Actor) == 0x000000, "Member 'DissolveComponent_C_GetDM_Meshes::Actor' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'DissolveComponent_C_GetDM_Meshes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, Temp_int_Array_Index_Variable) == 0x000018, "Member 'DissolveComponent_C_GetDM_Meshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'DissolveComponent_C_GetDM_Meshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, CallFunc_Array_Get_Item) == 0x000020, "Member 'DissolveComponent_C_GetDM_Meshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'DissolveComponent_C_GetDM_Meshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'DissolveComponent_C_GetDM_Meshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_GetDM_Meshes, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'DissolveComponent_C_GetDM_Meshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DissolveComponent_C_AddDesctructableMesh \ static_assert(alignof(DissolveComponent_C_AddDesctructableMesh) == 0x000008, "Wrong alignment on DissolveComponent_C_AddDesctructableMesh"); \ static_assert(sizeof(DissolveComponent_C_AddDesctructableMesh) == 0x000030, "Wrong size on DissolveComponent_C_AddDesctructableMesh"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, StaticMesh) == 0x000000, "Member 'DissolveComponent_C_AddDesctructableMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, CallFunc_GetMaterial_ReturnValue) == 0x000008, "Member 'DissolveComponent_C_AddDesctructableMesh::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'DissolveComponent_C_AddDesctructableMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000018, "Member 'DissolveComponent_C_AddDesctructableMesh::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'DissolveComponent_C_AddDesctructableMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, CallFunc_Array_Add_ReturnValue) == 0x000024, "Member 'DissolveComponent_C_AddDesctructableMesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DissolveComponent_C_AddDesctructableMesh, CallFunc_Array_Add_ReturnValue_1) == 0x000028, "Member 'DissolveComponent_C_AddDesctructableMesh::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDissolveComponent_C \ static_assert(alignof(UDissolveComponent_C) == 0x000008, "Wrong alignment on UDissolveComponent_C"); \ static_assert(sizeof(UDissolveComponent_C) == 0x000110, "Wrong size on UDissolveComponent_C"); \ static_assert(offsetof(UDissolveComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UDissolveComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, bInitialized) == 0x0000B8, "Member 'UDissolveComponent_C::bInitialized' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, DissolveMaterials) == 0x0000C0, "Member 'UDissolveComponent_C::DissolveMaterials' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, MaterialParameterName) == 0x0000D0, "Member 'UDissolveComponent_C::MaterialParameterName' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, AccumulatedTime) == 0x0000D8, "Member 'UDissolveComponent_C::AccumulatedTime' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, isDoingDissolve) == 0x0000DC, "Member 'UDissolveComponent_C::isDoingDissolve' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, CurrentDissolveAmmount) == 0x0000E0, "Member 'UDissolveComponent_C::CurrentDissolveAmmount' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, Curve) == 0x0000E8, "Member 'UDissolveComponent_C::Curve' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, bDestroyOnDissolve) == 0x0000F0, "Member 'UDissolveComponent_C::bDestroyOnDissolve' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, OnDessolveComplete) == 0x0000F8, "Member 'UDissolveComponent_C::OnDessolveComplete' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, DissolveSpeedMulti) == 0x000108, "Member 'UDissolveComponent_C::DissolveSpeedMulti' has a wrong offset!"); \ static_assert(offsetof(UDissolveComponent_C, MaxDissolveAmmount) == 0x00010C, "Member 'UDissolveComponent_C::MaxDissolveAmmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable \ static_assert(alignof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable) == 0x000008, "Wrong alignment on DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable"); \ static_assert(sizeof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable) == 0x000298, "Wrong size on DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, EntryPoint) == 0x000000, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_CustomEvent_Progression) == 0x000004, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_CustomEvent_Progression' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_ProgressionType) == 0x000018, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_ProgressionType' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_Hit_3) == 0x00001C, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_PlayerCharacter_3) == 0x0000A8, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_Hit_2) == 0x0000B0, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_PlayerCharacter_2) == 0x000138, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_Hit_1) == 0x000140, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_PlayerCharacter_1) == 0x0001C8, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_Hit) == 0x0001D0, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_Event_PlayerCharacter) == 0x000258, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_DynamicCast_AsThird_Person_Character) == 0x000260, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_DynamicCast_bSuccess) == 0x000268, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000270, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, CallFunc_IsValid_ReturnValue) == 0x000278, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_DynamicCast_AsFGMusical_Instrument) == 0x000280, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_DynamicCast_AsFGMusical_Instrument' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, K2Node_DynamicCast_bSuccess_1) == 0x000288, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, CallFunc_IsUnlocked_ReturnValue) == 0x000289, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable, CallFunc_GetWorldProgressionManager_ReturnValue_1) == 0x000290, "Member 'DepotEngineerTable_C_ExecuteUbergraph_DepotEngineerTable::CallFunc_GetWorldProgressionManager_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_OnProgressionUnlock_Event_0 \ static_assert(alignof(DepotEngineerTable_C_OnProgressionUnlock_Event_0) == 0x000001, "Wrong alignment on DepotEngineerTable_C_OnProgressionUnlock_Event_0"); \ static_assert(sizeof(DepotEngineerTable_C_OnProgressionUnlock_Event_0) == 0x000001, "Wrong size on DepotEngineerTable_C_OnProgressionUnlock_Event_0"); \ static_assert(offsetof(DepotEngineerTable_C_OnProgressionUnlock_Event_0, Progression) == 0x000000, "Member 'DepotEngineerTable_C_OnProgressionUnlock_Event_0::Progression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_OnUseActor \ static_assert(alignof(DepotEngineerTable_C_OnUseActor) == 0x000008, "Wrong alignment on DepotEngineerTable_C_OnUseActor"); \ static_assert(sizeof(DepotEngineerTable_C_OnUseActor) == 0x000090, "Wrong size on DepotEngineerTable_C_OnUseActor"); \ static_assert(offsetof(DepotEngineerTable_C_OnUseActor, Hit) == 0x000000, "Member 'DepotEngineerTable_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_OnHoldUseActor \ static_assert(alignof(DepotEngineerTable_C_OnHoldUseActor) == 0x000008, "Wrong alignment on DepotEngineerTable_C_OnHoldUseActor"); \ static_assert(sizeof(DepotEngineerTable_C_OnHoldUseActor) == 0x000090, "Wrong size on DepotEngineerTable_C_OnHoldUseActor"); \ static_assert(offsetof(DepotEngineerTable_C_OnHoldUseActor, Hit) == 0x000000, "Member 'DepotEngineerTable_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_OnAltHoldUseActor \ static_assert(alignof(DepotEngineerTable_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on DepotEngineerTable_C_OnAltHoldUseActor"); \ static_assert(sizeof(DepotEngineerTable_C_OnAltHoldUseActor) == 0x000090, "Wrong size on DepotEngineerTable_C_OnAltHoldUseActor"); \ static_assert(offsetof(DepotEngineerTable_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'DepotEngineerTable_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_OnAlternateUseActor \ static_assert(alignof(DepotEngineerTable_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on DepotEngineerTable_C_OnAlternateUseActor"); \ static_assert(sizeof(DepotEngineerTable_C_OnAlternateUseActor) == 0x000090, "Wrong size on DepotEngineerTable_C_OnAlternateUseActor"); \ static_assert(offsetof(DepotEngineerTable_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'DepotEngineerTable_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_WorldProgressionUnlocked \ static_assert(alignof(DepotEngineerTable_C_WorldProgressionUnlocked) == 0x000001, "Wrong alignment on DepotEngineerTable_C_WorldProgressionUnlocked"); \ static_assert(sizeof(DepotEngineerTable_C_WorldProgressionUnlocked) == 0x000001, "Wrong size on DepotEngineerTable_C_WorldProgressionUnlocked"); \ static_assert(offsetof(DepotEngineerTable_C_WorldProgressionUnlocked, ProgressionType) == 0x000000, "Member 'DepotEngineerTable_C_WorldProgressionUnlocked::ProgressionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_CompleteQuest \ static_assert(alignof(DepotEngineerTable_C_CompleteQuest) == 0x000008, "Wrong alignment on DepotEngineerTable_C_CompleteQuest"); \ static_assert(sizeof(DepotEngineerTable_C_CompleteQuest) == 0x000018, "Wrong size on DepotEngineerTable_C_CompleteQuest"); \ static_assert(offsetof(DepotEngineerTable_C_CompleteQuest, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'DepotEngineerTable_C_CompleteQuest::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'DepotEngineerTable_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DepotEngineerTable_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_CanUse \ static_assert(alignof(DepotEngineerTable_C_CanUse) == 0x000008, "Wrong alignment on DepotEngineerTable_C_CanUse"); \ static_assert(sizeof(DepotEngineerTable_C_CanUse) == 0x0000C0, "Wrong size on DepotEngineerTable_C_CanUse"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, Hit) == 0x000000, "Member 'DepotEngineerTable_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, ReturnValue) == 0x000090, "Member 'DepotEngineerTable_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'DepotEngineerTable_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_GetPlayerTrain_ReturnValue) == 0x0000A0, "Member 'DepotEngineerTable_C_CanUse::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'DepotEngineerTable_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_GetState_ReturnValue) == 0x0000A9, "Member 'DepotEngineerTable_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'DepotEngineerTable_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000B0, "Member 'DepotEngineerTable_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000B8, "Member 'DepotEngineerTable_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x0000B9, "Member 'DepotEngineerTable_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000BA, "Member 'DepotEngineerTable_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x0000BB, "Member 'DepotEngineerTable_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanUse, CallFunc_BooleanAND_ReturnValue_2) == 0x0000BC, "Member 'DepotEngineerTable_C_CanUse::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_CanHoldUse \ static_assert(alignof(DepotEngineerTable_C_CanHoldUse) == 0x000008, "Wrong alignment on DepotEngineerTable_C_CanHoldUse"); \ static_assert(sizeof(DepotEngineerTable_C_CanHoldUse) == 0x000098, "Wrong size on DepotEngineerTable_C_CanHoldUse"); \ static_assert(offsetof(DepotEngineerTable_C_CanHoldUse, Hit) == 0x000000, "Member 'DepotEngineerTable_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'DepotEngineerTable_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_CanAltUse \ static_assert(alignof(DepotEngineerTable_C_CanAltUse) == 0x000008, "Wrong alignment on DepotEngineerTable_C_CanAltUse"); \ static_assert(sizeof(DepotEngineerTable_C_CanAltUse) == 0x000098, "Wrong size on DepotEngineerTable_C_CanAltUse"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltUse, Hit) == 0x000000, "Member 'DepotEngineerTable_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltUse, ReturnValue) == 0x000090, "Member 'DepotEngineerTable_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_CanAltHoldUse \ static_assert(alignof(DepotEngineerTable_C_CanAltHoldUse) == 0x000008, "Wrong alignment on DepotEngineerTable_C_CanAltHoldUse"); \ static_assert(sizeof(DepotEngineerTable_C_CanAltHoldUse) == 0x000098, "Wrong size on DepotEngineerTable_C_CanAltHoldUse"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltHoldUse, Hit) == 0x000000, "Member 'DepotEngineerTable_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'DepotEngineerTable_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'DepotEngineerTable_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_GetItemSelection \ static_assert(alignof(DepotEngineerTable_C_GetItemSelection) == 0x000008, "Wrong alignment on DepotEngineerTable_C_GetItemSelection"); \ static_assert(sizeof(DepotEngineerTable_C_GetItemSelection) == 0x0000D0, "Wrong size on DepotEngineerTable_C_GetItemSelection"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, Hit) == 0x000000, "Member 'DepotEngineerTable_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, Player) == 0x000088, "Member 'DepotEngineerTable_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, SelectionText) == 0x000090, "Member 'DepotEngineerTable_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'DepotEngineerTable_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'DepotEngineerTable_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000B8, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000C0, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000C9, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000CA, "Member 'DepotEngineerTable_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotEngineerTable_C_GetItemDurability \ static_assert(alignof(DepotEngineerTable_C_GetItemDurability) == 0x000008, "Wrong alignment on DepotEngineerTable_C_GetItemDurability"); \ static_assert(sizeof(DepotEngineerTable_C_GetItemDurability) == 0x000018, "Wrong size on DepotEngineerTable_C_GetItemDurability"); \ static_assert(offsetof(DepotEngineerTable_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'DepotEngineerTable_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepotEngineerTable_C \ static_assert(alignof(ADepotEngineerTable_C) == 0x000008, "Wrong alignment on ADepotEngineerTable_C"); \ static_assert(sizeof(ADepotEngineerTable_C) == 0x000250, "Wrong size on ADepotEngineerTable_C"); \ static_assert(offsetof(ADepotEngineerTable_C, UberGraphFrame) == 0x000220, "Member 'ADepotEngineerTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADepotEngineerTable_C, FGQuestMark) == 0x000228, "Member 'ADepotEngineerTable_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(ADepotEngineerTable_C, QuestMark) == 0x000230, "Member 'ADepotEngineerTable_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(ADepotEngineerTable_C, S_CraftingTable_T2_01) == 0x000238, "Member 'ADepotEngineerTable_C::S_CraftingTable_T2_01' has a wrong offset!"); \ static_assert(offsetof(ADepotEngineerTable_C, DefaultSceneRoot) == 0x000240, "Member 'ADepotEngineerTable_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADepotEngineerTable_C, bDepotEngineerTableUnlocked) == 0x000248, "Member 'ADepotEngineerTable_C::bDepotEngineerTableUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn \ static_assert(alignof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn"); \ static_assert(sizeof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn) == 0x0005C8, "Wrong size on TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, EntryPoint) == 0x000000, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Array_Index_Variable_2) == 0x00001C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000020, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_Event_PC) == 0x000028, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_Event_PC' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000030, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsLocalController_ReturnValue) == 0x000039, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGGame_Instance) == 0x000048, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_Event_DeltaSeconds) == 0x000064, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_CanPlaceWagonModule_ReturnValue) == 0x000068, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_CanPlaceWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceFloor_Result) == 0x000069, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceFloor_Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceFloor_Wagon) == 0x000070, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceFloor_Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceFloor_Floor) == 0x000078, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceFloor_Floor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetTrainBounds_Origin) == 0x000080, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetTrainBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetTrainBounds_Extent) == 0x00008C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetTrainBounds_Extent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000090, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetCameraLocation_ReturnValue) == 0x000098, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetController_ReturnValue) == 0x0000A8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000B0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x0000B8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetControlRotation_ReturnValue) == 0x0000C4, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetRotationInput_ReturnValue) == 0x0000D0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetRotationInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceWagon_Wagon) == 0x0000E0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceWagon_Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceWagon_TraceLocation) == 0x0000E8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceWagon_TraceLocation' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key) == 0x0000F8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000111, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_CustomEvent_FocusedWagonIdx) == 0x000114, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_CustomEvent_FocusedWagonIdx' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Loop_Counter_Variable_2) == 0x000118, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_FindLookAtRotation_ReturnValue) == 0x00011C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Add_IntInt_ReturnValue_2) == 0x000128, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_FClamp_ReturnValue) == 0x00012C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetWagonByIndex_ReturnValue) == 0x000130, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetWagonByIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputActionEvent_Key) == 0x000138, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_2) == 0x000150, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetActorBounds_Origin) == 0x000154, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetActorBounds_BoxExtent) == 0x000160, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_VSize_ReturnValue) == 0x00016C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000170, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFloating_Pawn_Movement) == 0x000180, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFloating_Pawn_Movement' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_3) == 0x000188, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetMaxSpeed_ReturnValue) == 0x00018C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Loop_Counter_Variable_3) == 0x000190, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFloating_Pawn_Movement_1) == 0x000198, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFloating_Pawn_Movement_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_4) == 0x0001A0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001A4, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFloating_Pawn_Movement_2) == 0x0001A8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFloating_Pawn_Movement_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_5) == 0x0001B0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_ComposeRotators_ReturnValue) == 0x0001B4, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakRotator_Roll) == 0x0001C0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakRotator_Pitch) == 0x0001C4, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakRotator_Yaw) == 0x0001C8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_MakeRotator_ReturnValue) == 0x0001CC, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_ComposeRotators_ReturnValue_1) == 0x0001D8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_RInterpTo_ReturnValue) == 0x0001E4, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_UpdateWagonFloorEditMode_ReturnValue) == 0x0001F0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_UpdateWagonFloorEditMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetClosestWagonActor_WagonActor) == 0x0001F8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetClosestWagonActor_WagonActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000200, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00020C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000218, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000224, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGWagon) == 0x000230, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_6) == 0x000238, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Normal_ReturnValue) == 0x00023C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetWagonBounds_Origin) == 0x000248, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetWagonBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetWagonBounds_BoxExtent) == 0x000254, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetWagonBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000260, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsPointInBox_ReturnValue) == 0x00026C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsPointInBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsPointInBox_ReturnValue_1) == 0x00026D, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsPointInBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Not_PreBool_ReturnValue) == 0x00026E, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000270, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Normal_ReturnValue_1) == 0x00027C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_1) == 0x000288, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_2) == 0x0002A0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceWall_Result) == 0x0002B8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceWall_Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceWall_Wagon) == 0x0002C0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceWall_Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_TraceWall_Wall) == 0x0002C8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_TraceWall_Wall' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetOwner_ReturnValue) == 0x0002D0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGPlayer_Controller_2) == 0x0002D8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGPlayer_Controller_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_7) == 0x0002E0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_3) == 0x0002E1, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_3) == 0x0002E8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetClosestWagonActor_WagonActor_1) == 0x000300, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetClosestWagonActor_WagonActor_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_4) == 0x000308, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetAllActorsOfClass_OutActors) == 0x000310, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Length_ReturnValue) == 0x000320, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Less_IntInt_ReturnValue) == 0x000324, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000328, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Get_Item) == 0x000338, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Length_ReturnValue_1) == 0x000340, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Less_IntInt_ReturnValue_1) == 0x000344, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_bool_Has_Been_Initd_Variable) == 0x000345, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000348, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Get_Item_1) == 0x000358, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Length_ReturnValue_2) == 0x000360, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Less_IntInt_ReturnValue_2) == 0x000364, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerController_ReturnValue_1) == 0x000368, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000370, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFGPlayer_Controller_3) == 0x000380, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFGPlayer_Controller_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_8) == 0x000388, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Get_Item_2) == 0x000390, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Length_ReturnValue_3) == 0x000398, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetLastDepotFightBiomePresetType_ReturnValue) == 0x00039C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetLastDepotFightBiomePresetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Less_IntInt_ReturnValue_3) == 0x00039D, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetLastDepotPeacefulBiomePresetType_ReturnValue) == 0x00039E, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetLastDepotPeacefulBiomePresetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_4) == 0x0003A0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputActionEvent_Key_1) == 0x0003B8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_5) == 0x0003D0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_6) == 0x0003E8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerController_ReturnValue_2) == 0x000400, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerController_ReturnValue_3) == 0x000408, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetHUD_ReturnValue) == 0x000410, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetHUD_ReturnValue_1) == 0x000418, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000420, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_9) == 0x000430, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x000438, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_10) == 0x000448, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsFullscreen_Widget_Provider_2) == 0x000450, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsFullscreen_Widget_Provider_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_11) == 0x000460, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget) == 0x000468, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsTrain_Builder_Widget) == 0x000470, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsTrain_Builder_Widget' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_12) == 0x000480, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_InputKeyEvent_Key_7) == 0x000488, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_InputKeyEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsTrain_Builder_Widget_1) == 0x0004A0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsTrain_Builder_Widget_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_13) == 0x0004B0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetPlayerController_ReturnValue_4) == 0x0004B8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetHUD_ReturnValue_2) == 0x0004C0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsHUD_Interface) == 0x0004C8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_14) == 0x0004D8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetClosestEditModeCell_ReturnValue) == 0x0004DC, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetClosestEditModeCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetActorRightVector_ReturnValue) == 0x0004E0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0004EC, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0004F8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000504, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_X) == 0x000510, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_Y) == 0x000514, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_Z) == 0x000518, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_X_1) == 0x00051C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_Y_1) == 0x000520, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_BreakVector_Z_1) == 0x000524, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000528, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Abs_ReturnValue) == 0x00052C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_SelectVector_ReturnValue) == 0x000530, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_MakeVector_ReturnValue) == 0x00053C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000548, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Add_VectorVector_ReturnValue) == 0x000554, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_bool_IsClosed_Variable) == 0x000560, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000564, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Vector_Distance_ReturnValue) == 0x000570, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_MapRangeClamped_ReturnValue) == 0x000574, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000578, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00057C, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_5) == 0x00057D, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_IsValid_ReturnValue_6) == 0x00057E, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_HaveAnyNaziAlive_Result) == 0x00057F, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_HaveAnyNaziAlive_Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsTrain_Builder_Widget_2) == 0x000580, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsTrain_Builder_Widget_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_15) == 0x000590, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_AsTrain_Builder_Widget_3) == 0x000598, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_AsTrain_Builder_Widget_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, K2Node_DynamicCast_bSuccess_16) == 0x0005A8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetTrainBuilderBuildMode_bIsBuildMode) == 0x0005A9, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetTrainBuilderBuildMode_bIsBuildMode' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005AA, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, Temp_int_Array_Index_Variable_3) == 0x0005AC, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetBuilderWidgetVisible_bIsVisible) == 0x0005B0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetBuilderWidgetVisible_bIsVisible' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_Array_Get_Item_3) == 0x0005B8, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn, CallFunc_GetBuilderWidgetVisible_bIsVisible_1) == 0x0005C0, "Member 'TrainSpectatorPawn_C_ExecuteUbergraph_TrainSpectatorPawn::CallFunc_GetBuilderWidgetVisible_bIsVisible_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_FocusWagon \ static_assert(alignof(TrainSpectatorPawn_C_FocusWagon) == 0x000004, "Wrong alignment on TrainSpectatorPawn_C_FocusWagon"); \ static_assert(sizeof(TrainSpectatorPawn_C_FocusWagon) == 0x000004, "Wrong size on TrainSpectatorPawn_C_FocusWagon"); \ static_assert(offsetof(TrainSpectatorPawn_C_FocusWagon, FocusedWagonIdx) == 0x000000, "Member 'TrainSpectatorPawn_C_FocusWagon::FocusedWagonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_ReceiveTick \ static_assert(alignof(TrainSpectatorPawn_C_ReceiveTick) == 0x000004, "Wrong alignment on TrainSpectatorPawn_C_ReceiveTick"); \ static_assert(sizeof(TrainSpectatorPawn_C_ReceiveTick) == 0x000004, "Wrong size on TrainSpectatorPawn_C_ReceiveTick"); \ static_assert(offsetof(TrainSpectatorPawn_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'TrainSpectatorPawn_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_K2_OnBecomeViewTarget \ static_assert(alignof(TrainSpectatorPawn_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_K2_OnBecomeViewTarget"); \ static_assert(sizeof(TrainSpectatorPawn_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on TrainSpectatorPawn_C_K2_OnBecomeViewTarget"); \ static_assert(offsetof(TrainSpectatorPawn_C_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'TrainSpectatorPawn_C_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_AltFire_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_Escape_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_Divide_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_Fire_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7 \ static_assert(alignof(TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7"); \ static_assert(sizeof(TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7) == 0x000018, "Wrong size on TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7"); \ static_assert(offsetof(TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7, Key) == 0x000000, "Member 'TrainSpectatorPawn_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_AddPlatform \ static_assert(alignof(TrainSpectatorPawn_C_AddPlatform) == 0x000004, "Wrong alignment on TrainSpectatorPawn_C_AddPlatform"); \ static_assert(sizeof(TrainSpectatorPawn_C_AddPlatform) == 0x000004, "Wrong size on TrainSpectatorPawn_C_AddPlatform"); \ static_assert(offsetof(TrainSpectatorPawn_C_AddPlatform, WagonIndex) == 0x000000, "Member 'TrainSpectatorPawn_C_AddPlatform::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_RemovePlatform \ static_assert(alignof(TrainSpectatorPawn_C_RemovePlatform) == 0x000004, "Wrong alignment on TrainSpectatorPawn_C_RemovePlatform"); \ static_assert(sizeof(TrainSpectatorPawn_C_RemovePlatform) == 0x000004, "Wrong size on TrainSpectatorPawn_C_RemovePlatform"); \ static_assert(offsetof(TrainSpectatorPawn_C_RemovePlatform, WagonIndex) == 0x000000, "Member 'TrainSpectatorPawn_C_RemovePlatform::WagonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_TraceWagon \ static_assert(alignof(TrainSpectatorPawn_C_TraceWagon) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_TraceWagon"); \ static_assert(sizeof(TrainSpectatorPawn_C_TraceWagon) == 0x0001B0, "Wrong size on TrainSpectatorPawn_C_TraceWagon"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, Wagon) == 0x000000, "Member 'TrainSpectatorPawn_C_TraceWagon::Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, TraceLocation) == 0x000008, "Member 'TrainSpectatorPawn_C_TraceWagon::TraceLocation' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, LocalWallFloorMesh) == 0x000018, "Member 'TrainSpectatorPawn_C_TraceWagon::LocalWallFloorMesh' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, LocalTracedModule) == 0x000020, "Member 'TrainSpectatorPawn_C_TraceWagon::LocalTracedModule' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, TracedLocation) == 0x000028, "Member 'TrainSpectatorPawn_C_TraceWagon::TracedLocation' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, TracedWagon) == 0x000038, "Member 'TrainSpectatorPawn_C_TraceWagon::TracedWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, Temp_int_Array_Index_Variable) == 0x000040, "Member 'TrainSpectatorPawn_C_TraceWagon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_TraceExcludingLevelActors_OutHits) == 0x000048, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_TraceExcludingLevelActors_OutHits' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_TraceExcludingLevelActors_ReturnValue) == 0x000058, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_TraceExcludingLevelActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, Temp_bool_True_if_break_was_hit_Variable) == 0x000059, "Member 'TrainSpectatorPawn_C_TraceWagon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_Array_Get_Item) == 0x00005C, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_Array_Length_ReturnValue) == 0x0000E4, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_bBlockingHit) == 0x0000E8, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000E9, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_Time) == 0x0000EC, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_Distance) == 0x0000F0, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_Location) == 0x0000F4, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_ImpactPoint) == 0x000100, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_Normal) == 0x00010C, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_ImpactNormal) == 0x000118, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_PhysMat) == 0x000128, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_HitActor) == 0x000130, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_HitComponent) == 0x000138, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_HitBoneName) == 0x000140, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_HitItem) == 0x000148, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_ElementIndex) == 0x00014C, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_FaceIndex) == 0x000150, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_TraceStart) == 0x000154, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BreakHitResult_TraceEnd) == 0x000160, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000170, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_AsFGWagon_Module) == 0x000180, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_AsFGWagon) == 0x000190, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'TrainSpectatorPawn_C_TraceWagon::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_IsValid_ReturnValue) == 0x000199, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, Temp_int_Loop_Counter_Variable) == 0x00019C, "Member 'TrainSpectatorPawn_C_TraceWagon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWagon, CallFunc_BooleanAND_ReturnValue) == 0x0001A8, "Member 'TrainSpectatorPawn_C_TraceWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_StartWagonModuleInstall \ static_assert(alignof(TrainSpectatorPawn_C_StartWagonModuleInstall) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_StartWagonModuleInstall"); \ static_assert(sizeof(TrainSpectatorPawn_C_StartWagonModuleInstall) == 0x000008, "Wrong size on TrainSpectatorPawn_C_StartWagonModuleInstall"); \ static_assert(offsetof(TrainSpectatorPawn_C_StartWagonModuleInstall, WagonModuleClass) == 0x000000, "Member 'TrainSpectatorPawn_C_StartWagonModuleInstall::WagonModuleClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_InstallCurrentWagonModule \ static_assert(alignof(TrainSpectatorPawn_C_InstallCurrentWagonModule) == 0x000001, "Wrong alignment on TrainSpectatorPawn_C_InstallCurrentWagonModule"); \ static_assert(sizeof(TrainSpectatorPawn_C_InstallCurrentWagonModule) == 0x000002, "Wrong size on TrainSpectatorPawn_C_InstallCurrentWagonModule"); \ static_assert(offsetof(TrainSpectatorPawn_C_InstallCurrentWagonModule, Result) == 0x000000, "Member 'TrainSpectatorPawn_C_InstallCurrentWagonModule::Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_InstallCurrentWagonModule, CallFunc_InstallWagonModule_ReturnValue) == 0x000001, "Member 'TrainSpectatorPawn_C_InstallCurrentWagonModule::CallFunc_InstallWagonModule_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_RotateCurrentModule \ static_assert(alignof(TrainSpectatorPawn_C_RotateCurrentModule) == 0x000001, "Wrong alignment on TrainSpectatorPawn_C_RotateCurrentModule"); \ static_assert(sizeof(TrainSpectatorPawn_C_RotateCurrentModule) == 0x000002, "Wrong size on TrainSpectatorPawn_C_RotateCurrentModule"); \ static_assert(offsetof(TrainSpectatorPawn_C_RotateCurrentModule, CallFunc_CanRotateWagonModule_ReturnValue) == 0x000000, "Member 'TrainSpectatorPawn_C_RotateCurrentModule::CallFunc_CanRotateWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_RotateCurrentModule, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'TrainSpectatorPawn_C_RotateCurrentModule::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_SetGameMode \ static_assert(alignof(TrainSpectatorPawn_C_SetGameMode) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_SetGameMode"); \ static_assert(sizeof(TrainSpectatorPawn_C_SetGameMode) == 0x000008, "Wrong size on TrainSpectatorPawn_C_SetGameMode"); \ static_assert(offsetof(TrainSpectatorPawn_C_SetGameMode, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'TrainSpectatorPawn_C_SetGameMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_TraceFloor \ static_assert(alignof(TrainSpectatorPawn_C_TraceFloor) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_TraceFloor"); \ static_assert(sizeof(TrainSpectatorPawn_C_TraceFloor) == 0x0001D8, "Wrong size on TrainSpectatorPawn_C_TraceFloor"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Result) == 0x000000, "Member 'TrainSpectatorPawn_C_TraceFloor::Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Wagon) == 0x000008, "Member 'TrainSpectatorPawn_C_TraceFloor::Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Floor) == 0x000010, "Member 'TrainSpectatorPawn_C_TraceFloor::Floor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'TrainSpectatorPawn_C_TraceFloor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'TrainSpectatorPawn_C_TraceFloor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, Temp_object_Variable) == 0x000028, "Member 'TrainSpectatorPawn_C_TraceFloor::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_GetCameraLocation_ReturnValue) == 0x000040, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_GetCameraRotation_ReturnValue) == 0x00004C, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_GetForwardVector_ReturnValue) == 0x000058, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000064, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Add_VectorVector_ReturnValue) == 0x000070, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_LineTraceMulti_OutHits) == 0x000080, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_LineTraceMulti_ReturnValue) == 0x000090, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Array_Get_Item) == 0x000098, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_bBlockingHit) == 0x000121, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_bInitialOverlap) == 0x000122, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_Time) == 0x000124, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_Distance) == 0x000128, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_Location) == 0x00012C, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_ImpactPoint) == 0x000138, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_Normal) == 0x000144, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_ImpactNormal) == 0x000150, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_PhysMat) == 0x000160, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_HitActor) == 0x000168, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_HitComponent) == 0x000170, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_HitBoneName) == 0x000178, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_HitItem) == 0x000180, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_ElementIndex) == 0x000184, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_FaceIndex) == 0x000188, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_TraceStart) == 0x00018C, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_BreakHitResult_TraceEnd) == 0x000198, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0001A8, "Member 'TrainSpectatorPawn_C_TraceFloor::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'TrainSpectatorPawn_C_TraceFloor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_GetObjectName_ReturnValue) == 0x0001B8, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, K2Node_DynamicCast_AsFGWagon) == 0x0001C8, "Member 'TrainSpectatorPawn_C_TraceFloor::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'TrainSpectatorPawn_C_TraceFloor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceFloor, CallFunc_StartsWith_ReturnValue) == 0x0001D1, "Member 'TrainSpectatorPawn_C_TraceFloor::CallFunc_StartsWith_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_GetTrainBounds \ static_assert(alignof(TrainSpectatorPawn_C_GetTrainBounds) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_GetTrainBounds"); \ static_assert(sizeof(TrainSpectatorPawn_C_GetTrainBounds) == 0x0000C8, "Wrong size on TrainSpectatorPawn_C_GetTrainBounds"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, Origin) == 0x000000, "Member 'TrainSpectatorPawn_C_GetTrainBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, Extent) == 0x00000C, "Member 'TrainSpectatorPawn_C_GetTrainBounds::Extent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, BoundsOrigin) == 0x000010, "Member 'TrainSpectatorPawn_C_GetTrainBounds::BoundsOrigin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, MaxDistanceVector) == 0x00001C, "Member 'TrainSpectatorPawn_C_GetTrainBounds::MaxDistanceVector' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, MaxDistance) == 0x000028, "Member 'TrainSpectatorPawn_C_GetTrainBounds::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'TrainSpectatorPawn_C_GetTrainBounds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'TrainSpectatorPawn_C_GetTrainBounds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_GetWagons_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Array_Get_Item) == 0x000048, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000058, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_GetLocomotive_ReturnValue) == 0x000068, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000074, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_GetActorBounds_Origin) == 0x000080, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_GetActorBounds_BoxExtent) == 0x00008C, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000098, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_VSize_ReturnValue) == 0x0000A4, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Divide_VectorFloat_ReturnValue) == 0x0000A8, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B4, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Vector_Distance_ReturnValue) == 0x0000C0, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetTrainBounds, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'TrainSpectatorPawn_C_GetTrainBounds::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_GetWagonInstalledModules \ static_assert(alignof(TrainSpectatorPawn_C_GetWagonInstalledModules) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_GetWagonInstalledModules"); \ static_assert(sizeof(TrainSpectatorPawn_C_GetWagonInstalledModules) == 0x000070, "Wrong size on TrainSpectatorPawn_C_GetWagonInstalledModules"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, Wagon) == 0x000000, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, Modules) == 0x000008, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::Modules' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, Result) == 0x000018, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, Temp_int_Array_Index_Variable) == 0x000028, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000030, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_Array_Get_Item) == 0x000040, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, K2Node_DynamicCast_AsFGWagon_Module) == 0x000050, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonInstalledModules, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'TrainSpectatorPawn_C_GetWagonInstalledModules::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_GetClosestWagonActor \ static_assert(alignof(TrainSpectatorPawn_C_GetClosestWagonActor) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_GetClosestWagonActor"); \ static_assert(sizeof(TrainSpectatorPawn_C_GetClosestWagonActor) == 0x000040, "Wrong size on TrainSpectatorPawn_C_GetClosestWagonActor"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, WagonActor) == 0x000000, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::WagonActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, MinDistanceActor) == 0x000008, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::MinDistanceActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, MinSqDistance) == 0x000010, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::MinSqDistance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_Array_Get_Item) == 0x000028, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x000034, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetClosestWagonActor, CallFunc_Less_FloatFloat_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_GetClosestWagonActor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_TraceWall \ static_assert(alignof(TrainSpectatorPawn_C_TraceWall) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_TraceWall"); \ static_assert(sizeof(TrainSpectatorPawn_C_TraceWall) == 0x0001D8, "Wrong size on TrainSpectatorPawn_C_TraceWall"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Result) == 0x000000, "Member 'TrainSpectatorPawn_C_TraceWall::Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Wagon) == 0x000008, "Member 'TrainSpectatorPawn_C_TraceWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Wall) == 0x000010, "Member 'TrainSpectatorPawn_C_TraceWall::Wall' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Temp_int_Array_Index_Variable) == 0x000018, "Member 'TrainSpectatorPawn_C_TraceWall::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'TrainSpectatorPawn_C_TraceWall::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, Temp_object_Variable) == 0x000028, "Member 'TrainSpectatorPawn_C_TraceWall::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_GetCameraRotation_ReturnValue) == 0x000040, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_GetCameraLocation_ReturnValue) == 0x00004C, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_GetForwardVector_ReturnValue) == 0x000058, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000064, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Add_VectorVector_ReturnValue) == 0x000070, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_LineTraceMulti_OutHits) == 0x000080, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_LineTraceMulti_ReturnValue) == 0x000090, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Array_Get_Item) == 0x000098, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_bBlockingHit) == 0x000121, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_bInitialOverlap) == 0x000122, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_Time) == 0x000124, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_Distance) == 0x000128, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_Location) == 0x00012C, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_ImpactPoint) == 0x000138, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_Normal) == 0x000144, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_ImpactNormal) == 0x000150, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_PhysMat) == 0x000160, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_HitActor) == 0x000168, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_HitComponent) == 0x000170, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_HitBoneName) == 0x000178, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_HitItem) == 0x000180, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_ElementIndex) == 0x000184, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_FaceIndex) == 0x000188, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_TraceStart) == 0x00018C, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_BreakHitResult_TraceEnd) == 0x000198, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0001A8, "Member 'TrainSpectatorPawn_C_TraceWall::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'TrainSpectatorPawn_C_TraceWall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_GetObjectName_ReturnValue) == 0x0001B8, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, K2Node_DynamicCast_AsFGWagon) == 0x0001C8, "Member 'TrainSpectatorPawn_C_TraceWall::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'TrainSpectatorPawn_C_TraceWall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceWall, CallFunc_StartsWith_ReturnValue) == 0x0001D1, "Member 'TrainSpectatorPawn_C_TraceWall::CallFunc_StartsWith_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_GetWagonBounds \ static_assert(alignof(TrainSpectatorPawn_C_GetWagonBounds) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_GetWagonBounds"); \ static_assert(sizeof(TrainSpectatorPawn_C_GetWagonBounds) == 0x000040, "Wrong size on TrainSpectatorPawn_C_GetWagonBounds"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, Wagon) == 0x000000, "Member 'TrainSpectatorPawn_C_GetWagonBounds::Wagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, Origin) == 0x000008, "Member 'TrainSpectatorPawn_C_GetWagonBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, BoxExtent) == 0x000014, "Member 'TrainSpectatorPawn_C_GetWagonBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'TrainSpectatorPawn_C_GetWagonBounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, CallFunc_GetComponentBounds_Origin) == 0x000024, "Member 'TrainSpectatorPawn_C_GetWagonBounds::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'TrainSpectatorPawn_C_GetWagonBounds::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetWagonBounds, CallFunc_GetComponentBounds_SphereRadius) == 0x00003C, "Member 'TrainSpectatorPawn_C_GetWagonBounds::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_TraceExcludingLevelActors \ static_assert(alignof(TrainSpectatorPawn_C_TraceExcludingLevelActors) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_TraceExcludingLevelActors"); \ static_assert(sizeof(TrainSpectatorPawn_C_TraceExcludingLevelActors) == 0x0001C8, "Wrong size on TrainSpectatorPawn_C_TraceExcludingLevelActors"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, OutHits) == 0x000000, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::OutHits' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, ReturnValue) == 0x000010, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, IgnoredActors) == 0x000018, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::IgnoredActors' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, bTrainModuleFound) == 0x000028, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::bTrainModuleFound' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_GetCameraRotation_ReturnValue) == 0x000040, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_GetForwardVector_ReturnValue) == 0x000050, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_GetCameraLocation_ReturnValue) == 0x00005C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000068, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Add_VectorVector_ReturnValue) == 0x000074, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_LineTraceMulti_OutHits) == 0x000080, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_LineTraceMulti_ReturnValue) == 0x000090, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BooleanOR_ReturnValue) == 0x00009A, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Array_Get_Item) == 0x00009C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_bBlockingHit) == 0x000124, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_bInitialOverlap) == 0x000125, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_Time) == 0x000128, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_Distance) == 0x00012C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_Location) == 0x000130, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_ImpactPoint) == 0x00013C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_Normal) == 0x000148, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_ImpactNormal) == 0x000154, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_PhysMat) == 0x000160, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_HitActor) == 0x000168, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_HitComponent) == 0x000170, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_HitBoneName) == 0x000178, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_HitItem) == 0x000180, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_ElementIndex) == 0x000184, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_FaceIndex) == 0x000188, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_TraceStart) == 0x00018C, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_BreakHitResult_TraceEnd) == 0x000198, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, K2Node_DynamicCast_AsFGWagon) == 0x0001A8, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, CallFunc_Array_Add_ReturnValue_1) == 0x0001B4, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, K2Node_DynamicCast_AsFGWagon_Module) == 0x0001B8, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_TraceExcludingLevelActors, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'TrainSpectatorPawn_C_TraceExcludingLevelActors::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_HaveAnyNaziAlive \ static_assert(alignof(TrainSpectatorPawn_C_HaveAnyNaziAlive) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_HaveAnyNaziAlive"); \ static_assert(sizeof(TrainSpectatorPawn_C_HaveAnyNaziAlive) == 0x000038, "Wrong size on TrainSpectatorPawn_C_HaveAnyNaziAlive"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, Result) == 0x000000, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::Result' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_Array_Get_Item) == 0x000028, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_HaveAnyNaziAlive, CallFunc_IsAlive_ReturnValue) == 0x000031, "Member 'TrainSpectatorPawn_C_HaveAnyNaziAlive::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainSpectatorPawn_C_GetBuilderWidgetVisible \ static_assert(alignof(TrainSpectatorPawn_C_GetBuilderWidgetVisible) == 0x000008, "Wrong alignment on TrainSpectatorPawn_C_GetBuilderWidgetVisible"); \ static_assert(sizeof(TrainSpectatorPawn_C_GetBuilderWidgetVisible) == 0x000058, "Wrong size on TrainSpectatorPawn_C_GetBuilderWidgetVisible"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, bIsVisible) == 0x000000, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000018, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget) == 0x000030, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, K2Node_DynamicCast_AsTrain_Builder_Widget) == 0x000040, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::K2Node_DynamicCast_AsTrain_Builder_Widget' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TrainSpectatorPawn_C_GetBuilderWidgetVisible, CallFunc_GetTrainBuilderVisible_bIsBuilderVisible) == 0x000051, "Member 'TrainSpectatorPawn_C_GetBuilderWidgetVisible::CallFunc_GetTrainBuilderVisible_bIsBuilderVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATrainSpectatorPawn_C \ static_assert(alignof(ATrainSpectatorPawn_C) == 0x000008, "Wrong alignment on ATrainSpectatorPawn_C"); \ static_assert(sizeof(ATrainSpectatorPawn_C) == 0x000350, "Wrong size on ATrainSpectatorPawn_C"); \ static_assert(offsetof(ATrainSpectatorPawn_C, UberGraphFrame) == 0x0002B0, "Member 'ATrainSpectatorPawn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, Timeline_0_NewTrack_0_3567474848B55E7EDF70C1A929C6F829) == 0x0002B8, "Member 'ATrainSpectatorPawn_C::Timeline_0_NewTrack_0_3567474848B55E7EDF70C1A929C6F829' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, Timeline_0__Direction_3567474848B55E7EDF70C1A929C6F829) == 0x0002BC, "Member 'ATrainSpectatorPawn_C::Timeline_0__Direction_3567474848B55E7EDF70C1A929C6F829' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, Timeline_0) == 0x0002C0, "Member 'ATrainSpectatorPawn_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, PlayerTrain) == 0x0002C8, "Member 'ATrainSpectatorPawn_C::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TrainBuilder) == 0x0002D0, "Member 'ATrainSpectatorPawn_C::TrainBuilder' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, HighlightedWagon) == 0x0002D8, "Member 'ATrainSpectatorPawn_C::HighlightedWagon' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, InUIMode) == 0x0002E0, "Member 'ATrainSpectatorPawn_C::InUIMode' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, bNeedUpdateHighlight) == 0x0002E1, "Member 'ATrainSpectatorPawn_C::bNeedUpdateHighlight' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, FocusLocation) == 0x0002E4, "Member 'ATrainSpectatorPawn_C::FocusLocation' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, FocusDistance) == 0x0002F0, "Member 'ATrainSpectatorPawn_C::FocusDistance' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, DefaultMovementSpeed) == 0x0002F4, "Member 'ATrainSpectatorPawn_C::DefaultMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, DefaultMovementDeceleration) == 0x0002F8, "Member 'ATrainSpectatorPawn_C::DefaultMovementDeceleration' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, AddControlRotation) == 0x0002FC, "Member 'ATrainSpectatorPawn_C::AddControlRotation' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TracedModule) == 0x000308, "Member 'ATrainSpectatorPawn_C::TracedModule' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TracedWall) == 0x000310, "Member 'ATrainSpectatorPawn_C::TracedWall' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TracedWallWagon) == 0x000318, "Member 'ATrainSpectatorPawn_C::TracedWallWagon' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TracedFloor) == 0x000320, "Member 'ATrainSpectatorPawn_C::TracedFloor' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TracedFloorWagon) == 0x000328, "Member 'ATrainSpectatorPawn_C::TracedFloorWagon' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, TrashStencilOutline) == 0x000330, "Member 'ATrainSpectatorPawn_C::TrashStencilOutline' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, Train_Builder_V2) == 0x000338, "Member 'ATrainSpectatorPawn_C::Train_Builder_V2' has a wrong offset!"); \ static_assert(offsetof(ATrainSpectatorPawn_C, ActorSideVector) == 0x000340, "Member 'ATrainSpectatorPawn_C::ActorSideVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoidItemShake_C \ static_assert(alignof(UVoidItemShake_C) == 0x000010, "Wrong alignment on UVoidItemShake_C"); \ static_assert(sizeof(UVoidItemShake_C) == 0x0001B0, "Wrong size on UVoidItemShake_C"); \ #define DUMPER7_ASSERTS_HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted \ static_assert(alignof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted) == 0x000008, "Wrong alignment on HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted"); \ static_assert(sizeof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted) == 0x000030, "Wrong size on HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, EntryPoint) == 0x000000, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, K2Node_Event_Owner) == 0x000008, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_OnDamageReacted_C_ExecuteUbergraph_HTN_OnDamageReacted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_OnDamageReacted_C_ReceiveExecute \ static_assert(alignof(HTN_OnDamageReacted_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_OnDamageReacted_C_ReceiveExecute"); \ static_assert(sizeof(HTN_OnDamageReacted_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_OnDamageReacted_C_ReceiveExecute"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_OnDamageReacted_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_OnDamageReacted_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_OnDamageReacted_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_OnDamageReacted_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_OnDamageReacted_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_OnDamageReacted_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_OnDamageReacted_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_OnDamageReacted_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_OnDamageReacted_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_OnDamageReacted_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_OnDamageReacted_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_OnDamageReacted_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_OnDamageReacted_C \ static_assert(alignof(UHTN_OnDamageReacted_C) == 0x000008, "Wrong alignment on UHTN_OnDamageReacted_C"); \ static_assert(sizeof(UHTN_OnDamageReacted_C) == 0x000100, "Wrong size on UHTN_OnDamageReacted_C"); \ static_assert(offsetof(UHTN_OnDamageReacted_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_OnDamageReacted_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASilicon_C \ static_assert(alignof(ASilicon_C) == 0x000010, "Wrong alignment on ASilicon_C"); \ static_assert(sizeof(ASilicon_C) == 0x000430, "Wrong size on ASilicon_C"); \ #define DUMPER7_ASSERTS_SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor \ static_assert(alignof(SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor) == 0x000004, "Wrong alignment on SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor"); \ static_assert(sizeof(SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor) == 0x000008, "Wrong size on SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor"); \ static_assert(offsetof(SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor, EntryPoint) == 0x000000, "Member 'SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor, CallFunc_IsWithEditor_ReturnValue) == 0x000004, "Member 'SharkAttackAnchor_C_ExecuteUbergraph_SharkAttackAnchor::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkAttackAnchor_C \ static_assert(alignof(ASharkAttackAnchor_C) == 0x000008, "Wrong alignment on ASharkAttackAnchor_C"); \ static_assert(sizeof(ASharkAttackAnchor_C) == 0x000248, "Wrong size on ASharkAttackAnchor_C"); \ static_assert(offsetof(ASharkAttackAnchor_C, UberGraphFrame) == 0x000220, "Member 'ASharkAttackAnchor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASharkAttackAnchor_C, arrow) == 0x000228, "Member 'ASharkAttackAnchor_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ASharkAttackAnchor_C, Scene) == 0x000230, "Member 'ASharkAttackAnchor_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ASharkAttackAnchor_C, Sphere) == 0x000238, "Member 'ASharkAttackAnchor_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ASharkAttackAnchor_C, bGnawValid) == 0x000240, "Member 'ASharkAttackAnchor_C::bGnawValid' has a wrong offset!"); \ static_assert(offsetof(ASharkAttackAnchor_C, bRamValid) == 0x000241, "Member 'ASharkAttackAnchor_C::bRamValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_ShowActionButton \ static_assert(alignof(ActionButtonsDisplayer_C_ShowActionButton) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_ShowActionButton"); \ static_assert(sizeof(ActionButtonsDisplayer_C_ShowActionButton) == 0x000040, "Wrong size on ActionButtonsDisplayer_C_ShowActionButton"); \ static_assert(offsetof(ActionButtonsDisplayer_C_ShowActionButton, isProgressButton) == 0x000000, "Member 'ActionButtonsDisplayer_C_ShowActionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(ActionButtonsDisplayer_C_ShowActionButton, KeyMeta) == 0x000008, "Member 'ActionButtonsDisplayer_C_ShowActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_UpdateProgressKey \ static_assert(alignof(ActionButtonsDisplayer_C_UpdateProgressKey) == 0x000004, "Wrong alignment on ActionButtonsDisplayer_C_UpdateProgressKey"); \ static_assert(sizeof(ActionButtonsDisplayer_C_UpdateProgressKey) == 0x000004, "Wrong size on ActionButtonsDisplayer_C_UpdateProgressKey"); \ static_assert(offsetof(ActionButtonsDisplayer_C_UpdateProgressKey, Percent) == 0x000000, "Member 'ActionButtonsDisplayer_C_UpdateProgressKey::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_UpdateAltProgress \ static_assert(alignof(ActionButtonsDisplayer_C_UpdateAltProgress) == 0x000004, "Wrong alignment on ActionButtonsDisplayer_C_UpdateAltProgress"); \ static_assert(sizeof(ActionButtonsDisplayer_C_UpdateAltProgress) == 0x000004, "Wrong size on ActionButtonsDisplayer_C_UpdateAltProgress"); \ static_assert(offsetof(ActionButtonsDisplayer_C_UpdateAltProgress, Percent) == 0x000000, "Member 'ActionButtonsDisplayer_C_UpdateAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_SetDisplayedButtons \ static_assert(alignof(ActionButtonsDisplayer_C_SetDisplayedButtons) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_SetDisplayedButtons"); \ static_assert(sizeof(ActionButtonsDisplayer_C_SetDisplayedButtons) == 0x000008, "Wrong size on ActionButtonsDisplayer_C_SetDisplayedButtons"); \ static_assert(offsetof(ActionButtonsDisplayer_C_SetDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'ActionButtonsDisplayer_C_SetDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_RemoveFromDisplayedButtons \ static_assert(alignof(ActionButtonsDisplayer_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_RemoveFromDisplayedButtons"); \ static_assert(sizeof(ActionButtonsDisplayer_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong size on ActionButtonsDisplayer_C_RemoveFromDisplayedButtons"); \ static_assert(offsetof(ActionButtonsDisplayer_C_RemoveFromDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'ActionButtonsDisplayer_C_RemoveFromDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_CanUseLookCloserButton \ static_assert(alignof(ActionButtonsDisplayer_C_CanUseLookCloserButton) == 0x000001, "Wrong alignment on ActionButtonsDisplayer_C_CanUseLookCloserButton"); \ static_assert(sizeof(ActionButtonsDisplayer_C_CanUseLookCloserButton) == 0x000001, "Wrong size on ActionButtonsDisplayer_C_CanUseLookCloserButton"); \ static_assert(offsetof(ActionButtonsDisplayer_C_CanUseLookCloserButton, bReturnValue) == 0x000000, "Member 'ActionButtonsDisplayer_C_CanUseLookCloserButton::bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_ShowHintsWidget \ static_assert(alignof(ActionButtonsDisplayer_C_ShowHintsWidget) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_ShowHintsWidget"); \ static_assert(sizeof(ActionButtonsDisplayer_C_ShowHintsWidget) == 0x000008, "Wrong size on ActionButtonsDisplayer_C_ShowHintsWidget"); \ static_assert(offsetof(ActionButtonsDisplayer_C_ShowHintsWidget, Hints) == 0x000000, "Member 'ActionButtonsDisplayer_C_ShowHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_HideHintsWidget \ static_assert(alignof(ActionButtonsDisplayer_C_HideHintsWidget) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_HideHintsWidget"); \ static_assert(sizeof(ActionButtonsDisplayer_C_HideHintsWidget) == 0x000008, "Wrong size on ActionButtonsDisplayer_C_HideHintsWidget"); \ static_assert(offsetof(ActionButtonsDisplayer_C_HideHintsWidget, Hints) == 0x000000, "Member 'ActionButtonsDisplayer_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_MakeHintsByTraceResult \ static_assert(alignof(ActionButtonsDisplayer_C_MakeHintsByTraceResult) == 0x000004, "Wrong alignment on ActionButtonsDisplayer_C_MakeHintsByTraceResult"); \ static_assert(sizeof(ActionButtonsDisplayer_C_MakeHintsByTraceResult) == 0x00008C, "Wrong size on ActionButtonsDisplayer_C_MakeHintsByTraceResult"); \ static_assert(offsetof(ActionButtonsDisplayer_C_MakeHintsByTraceResult, HitResult) == 0x000000, "Member 'ActionButtonsDisplayer_C_MakeHintsByTraceResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(ActionButtonsDisplayer_C_MakeHintsByTraceResult, ReturnValue) == 0x000088, "Member 'ActionButtonsDisplayer_C_MakeHintsByTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_OnInputTypeUpdate \ static_assert(alignof(ActionButtonsDisplayer_C_OnInputTypeUpdate) == 0x000001, "Wrong alignment on ActionButtonsDisplayer_C_OnInputTypeUpdate"); \ static_assert(sizeof(ActionButtonsDisplayer_C_OnInputTypeUpdate) == 0x000001, "Wrong size on ActionButtonsDisplayer_C_OnInputTypeUpdate"); \ static_assert(offsetof(ActionButtonsDisplayer_C_OnInputTypeUpdate, bIsGamepadNow) == 0x000000, "Member 'ActionButtonsDisplayer_C_OnInputTypeUpdate::bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_GetOldKeyHints \ static_assert(alignof(ActionButtonsDisplayer_C_GetOldKeyHints) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_GetOldKeyHints"); \ static_assert(sizeof(ActionButtonsDisplayer_C_GetOldKeyHints) == 0x000010, "Wrong size on ActionButtonsDisplayer_C_GetOldKeyHints"); \ static_assert(offsetof(ActionButtonsDisplayer_C_GetOldKeyHints, bIsValid) == 0x000000, "Member 'ActionButtonsDisplayer_C_GetOldKeyHints::bIsValid' has a wrong offset!"); \ static_assert(offsetof(ActionButtonsDisplayer_C_GetOldKeyHints, HintsWrapper) == 0x000008, "Member 'ActionButtonsDisplayer_C_GetOldKeyHints::HintsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionButtonsDisplayer_C_ShowLabel \ static_assert(alignof(ActionButtonsDisplayer_C_ShowLabel) == 0x000008, "Wrong alignment on ActionButtonsDisplayer_C_ShowLabel"); \ static_assert(sizeof(ActionButtonsDisplayer_C_ShowLabel) == 0x000030, "Wrong size on ActionButtonsDisplayer_C_ShowLabel"); \ static_assert(offsetof(ActionButtonsDisplayer_C_ShowLabel, LabelText) == 0x000000, "Member 'ActionButtonsDisplayer_C_ShowLabel::LabelText' has a wrong offset!"); \ static_assert(offsetof(ActionButtonsDisplayer_C_ShowLabel, CaptionText) == 0x000018, "Member 'ActionButtonsDisplayer_C_ShowLabel::CaptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IActionButtonsDisplayer_C \ static_assert(alignof(IActionButtonsDisplayer_C) == 0x000001, "Wrong alignment on IActionButtonsDisplayer_C"); \ static_assert(sizeof(IActionButtonsDisplayer_C) == 0x000001, "Wrong size on IActionButtonsDisplayer_C"); \ #define DUMPER7_ASSERTS_Action_UseRope_C_ExecuteUbergraph_Action_UseRope \ static_assert(alignof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope) == 0x000008, "Wrong alignment on Action_UseRope_C_ExecuteUbergraph_Action_UseRope"); \ static_assert(sizeof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope) == 0x000118, "Wrong size on Action_UseRope_C_ExecuteUbergraph_Action_UseRope"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, EntryPoint) == 0x000000, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000020, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Roll) == 0x000028, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Pitch) == 0x00002C, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Yaw) == 0x000030, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000040, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000050, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_CanUseRope_ReturnValue) == 0x000058, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_CanUseRope_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000060, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_IsValid_ReturnValue_1) == 0x00006B, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetDistanceTo_ReturnValue) == 0x00006C, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00007C, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_FindLookAtRotation_ReturnValue) == 0x000080, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Roll_1) == 0x00008C, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Pitch_1) == 0x000090, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Yaw_1) == 0x000094, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000098, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_MakeRotator_ReturnValue) == 0x0000A0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_IsValid_ReturnValue_2) == 0x0000AC, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, K2Node_Event_DeltaTime) == 0x0000B0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_RInterpTo_ReturnValue) == 0x0000B4, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0000C0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetOwningPawn_ReturnValue_5) == 0x0000C8, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000D0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetController_ReturnValue) == 0x0000D8, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_GetControlRotation_ReturnValue) == 0x0000E0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_IsValid_ReturnValue_3) == 0x0000EC, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Roll_2) == 0x0000F0, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Pitch_2) == 0x0000F4, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_BreakRotator_Yaw_2) == 0x0000F8, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_MakeRotator_ReturnValue_1) == 0x0000FC, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseRope_C_ExecuteUbergraph_Action_UseRope, CallFunc_RInterpTo_ReturnValue_1) == 0x000108, "Member 'Action_UseRope_C_ExecuteUbergraph_Action_UseRope::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseRope_C_Tick \ static_assert(alignof(Action_UseRope_C_Tick) == 0x000004, "Wrong alignment on Action_UseRope_C_Tick"); \ static_assert(sizeof(Action_UseRope_C_Tick) == 0x000004, "Wrong size on Action_UseRope_C_Tick"); \ static_assert(offsetof(Action_UseRope_C_Tick, DeltaTime) == 0x000000, "Member 'Action_UseRope_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UseRope_C \ static_assert(alignof(UAction_UseRope_C) == 0x000008, "Wrong alignment on UAction_UseRope_C"); \ static_assert(sizeof(UAction_UseRope_C) == 0x000058, "Wrong size on UAction_UseRope_C"); \ static_assert(offsetof(UAction_UseRope_C, UberGraphFrame) == 0x000050, "Member 'UAction_UseRope_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_ExecuteUbergraph_Fear_Action \ static_assert(alignof(Fear_Action_C_ExecuteUbergraph_Fear_Action) == 0x000008, "Wrong alignment on Fear_Action_C_ExecuteUbergraph_Fear_Action"); \ static_assert(sizeof(Fear_Action_C_ExecuteUbergraph_Fear_Action) == 0x0000A8, "Wrong size on Fear_Action_C_ExecuteUbergraph_Fear_Action"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, EntryPoint) == 0x000000, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CustomEvent_NotifyName_4) == 0x000024, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CustomEvent_NotifyName_3) == 0x00002C, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CustomEvent_NotifyName_2) == 0x000044, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CustomEvent_NotifyName_1) == 0x00005C, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CustomEvent_NotifyName) == 0x000074, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, Temp_name_Variable) == 0x00008C, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000098, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Fear_Action_C_ExecuteUbergraph_Fear_Action, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000A4, "Member 'Fear_Action_C_ExecuteUbergraph_Fear_Action::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6 \ static_assert(alignof(Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6) == 0x000004, "Wrong alignment on Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6"); \ static_assert(sizeof(Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6) == 0x000008, "Wrong size on Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6"); \ static_assert(offsetof(Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6, NotifyName) == 0x000000, "Member 'Fear_Action_C_OnCompleted_0286330042B75018B343BD851C5629B6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6 \ static_assert(alignof(Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6) == 0x000004, "Wrong alignment on Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6"); \ static_assert(sizeof(Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6) == 0x000008, "Wrong size on Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6"); \ static_assert(offsetof(Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6, NotifyName) == 0x000000, "Member 'Fear_Action_C_OnBlendOut_0286330042B75018B343BD851C5629B6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6 \ static_assert(alignof(Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6) == 0x000004, "Wrong alignment on Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6"); \ static_assert(sizeof(Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6) == 0x000008, "Wrong size on Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6"); \ static_assert(offsetof(Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6, NotifyName) == 0x000000, "Member 'Fear_Action_C_OnInterrupted_0286330042B75018B343BD851C5629B6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6 \ static_assert(alignof(Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6) == 0x000004, "Wrong alignment on Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6"); \ static_assert(sizeof(Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6) == 0x000008, "Wrong size on Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6"); \ static_assert(offsetof(Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6, NotifyName) == 0x000000, "Member 'Fear_Action_C_OnNotifyBegin_0286330042B75018B343BD851C5629B6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6 \ static_assert(alignof(Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6) == 0x000004, "Wrong alignment on Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6"); \ static_assert(sizeof(Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6) == 0x000008, "Wrong size on Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6"); \ static_assert(offsetof(Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6, NotifyName) == 0x000000, "Member 'Fear_Action_C_OnNotifyEnd_0286330042B75018B343BD851C5629B6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFear_Action_C \ static_assert(alignof(UFear_Action_C) == 0x000008, "Wrong alignment on UFear_Action_C"); \ static_assert(sizeof(UFear_Action_C) == 0x0000F8, "Wrong size on UFear_Action_C"); \ static_assert(offsetof(UFear_Action_C, UberGraphFrame_Fear_Action_C) == 0x0000E8, "Member 'UFear_Action_C::UberGraphFrame_Fear_Action_C' has a wrong offset!"); \ static_assert(offsetof(UFear_Action_C, DelayMax) == 0x0000F0, "Member 'UFear_Action_C::DelayMax' has a wrong offset!"); \ static_assert(offsetof(UFear_Action_C, DelayAfterTask) == 0x0000F4, "Member 'UFear_Action_C::DelayAfterTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim \ static_assert(alignof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim) == 0x000478, "Wrong size on Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, EntryPoint) == 0x000000, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_9) == 0x000014, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_8) == 0x00001C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_7) == 0x000034, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_6) == 0x00004C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_5) == 0x000064, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, Temp_name_Variable) == 0x00007C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, Temp_bool_Variable) == 0x0000A0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_4) == 0x0000B4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_3) == 0x0000CC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_2) == 0x0000E4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_1) == 0x0000FC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_10) == 0x000104, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName) == 0x000114, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_11) == 0x00011C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, Temp_name_Variable_1) == 0x00012C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_12) == 0x000134, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000148, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue) == 0x000150, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Less_FloatFloat_ReturnValue) == 0x000158, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000160, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000168, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_14) == 0x000174, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000180, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000188, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_13) == 0x000194, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_2) == 0x0001A4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_Event_DeltaTime) == 0x0001A8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_MoveCharacterToTarget_ReturnValue) == 0x0001AC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_MoveCharacterToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0001B0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_RotateToTarget_bReturnValue) == 0x0001B8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_RotateToTarget_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0001C0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_UnequipCurrentWeapon_MontageDuration) == 0x0001C8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_UnequipCurrentWeapon_MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0001D0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001D9, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_FMax_ReturnValue) == 0x0001DC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0001E0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0001E8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_5) == 0x0001F0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue) == 0x0001F8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_3) == 0x0001F9, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001FA, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, Temp_name_Variable_2) == 0x0001FC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_10) == 0x000204, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_4) == 0x00020C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue) == 0x00020D, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_1) == 0x00020E, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_2) == 0x00020F, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000210, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_7) == 0x000218, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Add_FloatFloat_ReturnValue) == 0x000220, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000224, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_8) == 0x000228, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_3) == 0x000230, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsFGPlayer_Character_2) == 0x000238, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsFGPlayer_Character_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess_2) == 0x000240, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_1) == 0x000241, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetSocketRotation_ReturnValue) == 0x000244, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetController_ReturnValue) == 0x000250, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_5) == 0x000258, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_9) == 0x000260, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsFGPlayer_Character_3) == 0x000268, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsFGPlayer_Character_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess_3) == 0x000270, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetAnimInstance_ReturnValue) == 0x000278, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Montage_GetBlendTime_ReturnValue) == 0x000280, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Montage_GetBlendTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000288, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_2) == 0x000290, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_4) == 0x000291, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_10) == 0x000298, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_11) == 0x0002A0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_1) == 0x0002A8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_2) == 0x0002A9, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_6) == 0x0002AA, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_7) == 0x0002AB, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_5) == 0x0002AC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_6) == 0x0002AD, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_3) == 0x0002AE, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_8) == 0x0002AF, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_12) == 0x0002B0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_9) == 0x0002B8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanOR_ReturnValue) == 0x0002B9, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_13) == 0x0002C0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_4) == 0x0002C8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsThird_Person_Character) == 0x0002D0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess_4) == 0x0002D8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_14) == 0x0002E0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_SelectFloat_ReturnValue) == 0x0002E8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetBaseTranslationOffset_ReturnValue) == 0x0002EC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetBaseTranslationOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_X) == 0x0002F8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_Y) == 0x0002FC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_Z) == 0x000300, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_14) == 0x000304, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000314, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_7) == 0x000315, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_15) == 0x000318, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetBaseTranslationOffset_ReturnValue_1) == 0x000320, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetBaseTranslationOffset_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_X_1) == 0x00032C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_Y_1) == 0x000330, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BreakVector_Z_1) == 0x000334, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_MakeVector_ReturnValue) == 0x000338, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_VInterpTo_ReturnValue) == 0x000344, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_16) == 0x000350, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_3) == 0x000358, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_17) == 0x000360, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_Select_Default) == 0x000368, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_4) == 0x00038C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_11) == 0x000390, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000398, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_10) == 0x0003A0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsUnCrouchToLong_bReturnValue) == 0x0003A1, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsUnCrouchToLong_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_15) == 0x0003A4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_bNewClientCrouch) == 0x0003B4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_bNewClientCrouch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanOR_ReturnValue_1) == 0x0003B5, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_bNewServerCrouch) == 0x0003B6, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_bNewServerCrouch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_8) == 0x0003B7, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_18) == 0x0003B8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_5) == 0x0003C0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_12) == 0x0003C4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_16) == 0x0003CC, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_19) == 0x0003E0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_20) == 0x0003E8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasAuthority_ReturnValue_6) == 0x0003F0, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsCrouching_ReturnValue) == 0x0003F1, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_9) == 0x0003F2, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_HasLocalServer_bReturnValue) == 0x0003F3, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_HasLocalServer_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_10) == 0x0003F4, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_21) == 0x0003F8, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_AsFGPlayer_Character_4) == 0x000400, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_AsFGPlayer_Character_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_DynamicCast_bSuccess_5) == 0x000408, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetController_ReturnValue_1) == 0x000410, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_11) == 0x000418, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetSocketRotation_ReturnValue_1) == 0x00041C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetSocketRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, Temp_bool_Variable_1) == 0x000428, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_Select_Default_1) == 0x00042C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_5) == 0x000434, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_11) == 0x000435, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_GetOwningPawn_ReturnValue_22) == 0x000438, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_GetOwningPawn_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_IsValid_ReturnValue_12) == 0x000440, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000441, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CustomEvent_NotifyName_13) == 0x000444, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_12) == 0x00044C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, K2Node_CreateDelegate_OutputDelegate_17) == 0x000450, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Not_PreBool_ReturnValue_13) == 0x000460, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_BooleanAND_ReturnValue_6) == 0x000461, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000464, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000468, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00046C, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim, CallFunc_FMin_ReturnValue) == 0x000470, "Member 'Action_PlayQuestAnim_C_ExecuteUbergraph_Action_PlayQuestAnim::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_SetServerIsCrouching \ static_assert(alignof(Action_PlayQuestAnim_C_SetServerIsCrouching) == 0x000001, "Wrong alignment on Action_PlayQuestAnim_C_SetServerIsCrouching"); \ static_assert(sizeof(Action_PlayQuestAnim_C_SetServerIsCrouching) == 0x000001, "Wrong size on Action_PlayQuestAnim_C_SetServerIsCrouching"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SetServerIsCrouching, bNewServerCrouch) == 0x000000, "Member 'Action_PlayQuestAnim_C_SetServerIsCrouching::bNewServerCrouch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ServerSetClientIsCrouching \ static_assert(alignof(Action_PlayQuestAnim_C_ServerSetClientIsCrouching) == 0x000001, "Wrong alignment on Action_PlayQuestAnim_C_ServerSetClientIsCrouching"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ServerSetClientIsCrouching) == 0x000001, "Wrong size on Action_PlayQuestAnim_C_ServerSetClientIsCrouching"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ServerSetClientIsCrouching, bNewClientCrouch) == 0x000000, "Member 'Action_PlayQuestAnim_C_ServerSetClientIsCrouching::bNewClientCrouch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_Tick \ static_assert(alignof(Action_PlayQuestAnim_C_Tick) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_Tick"); \ static_assert(sizeof(Action_PlayQuestAnim_C_Tick) == 0x000004, "Wrong size on Action_PlayQuestAnim_C_Tick"); \ static_assert(offsetof(Action_PlayQuestAnim_C_Tick, DeltaTime_0) == 0x000000, "Member 'Action_PlayQuestAnim_C_Tick::DeltaTime_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8 \ static_assert(alignof(Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnCompleted_E26F05994B40F1950E7C0383C0647FE8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8 \ static_assert(alignof(Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnBlendOut_E26F05994B40F1950E7C0383C0647FE8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8 \ static_assert(alignof(Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnInterrupted_E26F05994B40F1950E7C0383C0647FE8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyBegin_E26F05994B40F1950E7C0383C0647FE8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyEnd_E26F05994B40F1950E7C0383C0647FE8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5 \ static_assert(alignof(Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnCompleted_61747A074E95BBA8D913E69FD0CDE9F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5 \ static_assert(alignof(Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnBlendOut_61747A074E95BBA8D913E69FD0CDE9F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5 \ static_assert(alignof(Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnInterrupted_61747A074E95BBA8D913E69FD0CDE9F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyBegin_61747A074E95BBA8D913E69FD0CDE9F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyEnd_61747A074E95BBA8D913E69FD0CDE9F5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876 \ static_assert(alignof(Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnCompleted_BBB455A44CD694E3DFEAC9B45A2D6876::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876 \ static_assert(alignof(Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnBlendOut_BBB455A44CD694E3DFEAC9B45A2D6876::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876 \ static_assert(alignof(Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnInterrupted_BBB455A44CD694E3DFEAC9B45A2D6876::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyBegin_BBB455A44CD694E3DFEAC9B45A2D6876::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876 \ static_assert(alignof(Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(sizeof(Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876"); \ static_assert(offsetof(Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876, NotifyName) == 0x000000, "Member 'Action_PlayQuestAnim_C_OnNotifyEnd_BBB455A44CD694E3DFEAC9B45A2D6876::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_MoveCharacterToTarget \ static_assert(alignof(Action_PlayQuestAnim_C_MoveCharacterToTarget) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_MoveCharacterToTarget"); \ static_assert(sizeof(Action_PlayQuestAnim_C_MoveCharacterToTarget) == 0x000308, "Wrong size on Action_PlayQuestAnim_C_MoveCharacterToTarget"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, Now) == 0x000004, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::Now' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, bLocationSynced) == 0x000010, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::bLocationSynced' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, bBaseOffsetSynced) == 0x000011, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::bBaseOffsetSynced' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, L_bGetTargetRotation) == 0x000012, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::L_bGetTargetRotation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, L_bGetTargetLocation) == 0x000013, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::L_bGetTargetLocation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, Temp_bool_Variable) == 0x000014, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000028, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X) == 0x000030, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y) == 0x000034, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z) == 0x000038, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000048, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_1) == 0x000054, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_1) == 0x00005C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_2) == 0x000060, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_2) == 0x000064, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_2) == 0x000068, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue) == 0x00006C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue_1) == 0x000078, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue_2) == 0x000084, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000090, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000098, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_3) == 0x0000AC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_3) == 0x0000B0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_3) == 0x0000B4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0000B8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_4) == 0x0000C4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_4) == 0x0000C8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_4) == 0x0000CC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_SelectFloat_ReturnValue) == 0x0000D0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue_3) == 0x0000D4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0000E0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_VEase_ReturnValue) == 0x0000EC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_VEase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_5) == 0x0000F8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_5) == 0x0000FC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_5) == 0x000100, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000104, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00018C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000190, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000198, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_6) == 0x0001A4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_6) == 0x0001A8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_6) == 0x0001AC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BooleanAND_ReturnValue) == 0x0001B0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_SelectFloat_ReturnValue_1) == 0x0001B4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue_4) == 0x0001B8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0001C4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x00024C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_4) == 0x000250, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_HasAnyRootMotion_ReturnValue) == 0x000258, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_HasAnyRootMotion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000259, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x00025A, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeLiteralFloat_ReturnValue) == 0x00025C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000260, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000268, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetBaseRotationOffsetRotator_ReturnValue) == 0x000270, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetBaseRotationOffsetRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetBaseTranslationOffset_ReturnValue) == 0x00027C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetBaseTranslationOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_Not_PreBool_ReturnValue_1) == 0x000288, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_7) == 0x00028C, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_7) == 0x000290, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_7) == 0x000294, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetBaseTranslationOffset_ReturnValue_1) == 0x000298, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetBaseTranslationOffset_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_X_8) == 0x0002A4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Y_8) == 0x0002A8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BreakVector_Z_8) == 0x0002AC, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0002B4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_GetOwningPawn_ReturnValue_7) == 0x0002C0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002C8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002D4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, K2Node_Select_Default) == 0x0002E0, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_VSizeXY_ReturnValue) == 0x0002E4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_MakeVector_ReturnValue_5) == 0x0002E8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002F4, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_VInterpTo_ReturnValue) == 0x0002F8, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000304, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_Not_PreBool_ReturnValue_2) == 0x000305, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_MoveCharacterToTarget, CallFunc_BooleanAND_ReturnValue_2) == 0x000306, "Member 'Action_PlayQuestAnim_C_MoveCharacterToTarget::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_EnablePlayerInput \ static_assert(alignof(Action_PlayQuestAnim_C_EnablePlayerInput) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_EnablePlayerInput"); \ static_assert(sizeof(Action_PlayQuestAnim_C_EnablePlayerInput) == 0x000030, "Wrong size on Action_PlayQuestAnim_C_EnablePlayerInput"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000008, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000010, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000020, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnablePlayerInput, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Action_PlayQuestAnim_C_EnablePlayerInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_TogglePlayerHud \ static_assert(alignof(Action_PlayQuestAnim_C_TogglePlayerHud) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_TogglePlayerHud"); \ static_assert(sizeof(Action_PlayQuestAnim_C_TogglePlayerHud) == 0x000030, "Wrong size on Action_PlayQuestAnim_C_TogglePlayerHud"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, MakeItInstant) == 0x000000, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::MakeItInstant' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000010, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, CallFunc_IsLocallyControlled_ReturnValue) == 0x000018, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_TogglePlayerHud, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Action_PlayQuestAnim_C_TogglePlayerHud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_DisablePlayerInput \ static_assert(alignof(Action_PlayQuestAnim_C_DisablePlayerInput) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_DisablePlayerInput"); \ static_assert(sizeof(Action_PlayQuestAnim_C_DisablePlayerInput) == 0x000030, "Wrong size on Action_PlayQuestAnim_C_DisablePlayerInput"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, K2Node_DynamicCast_AsThird_Person_Character) == 0x000008, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000020, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisablePlayerInput, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'Action_PlayQuestAnim_C_DisablePlayerInput::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_RotateToTarget \ static_assert(alignof(Action_PlayQuestAnim_C_RotateToTarget) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_RotateToTarget"); \ static_assert(sizeof(Action_PlayQuestAnim_C_RotateToTarget) == 0x000100, "Wrong size on Action_PlayQuestAnim_C_RotateToTarget"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, bReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_RotateToTarget::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, Temp_bool_Variable) == 0x000001, "Member 'Action_PlayQuestAnim_C_RotateToTarget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_HasAnyRootMotion_ReturnValue) == 0x000014, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_HasAnyRootMotion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, Temp_bool_Variable_1) == 0x000016, "Member 'Action_PlayQuestAnim_C_RotateToTarget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, K2Node_Select_Default) == 0x000018, "Member 'Action_PlayQuestAnim_C_RotateToTarget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000020, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, K2Node_Select_Default_1) == 0x000024, "Member 'Action_PlayQuestAnim_C_RotateToTarget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000028, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00003C, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Roll) == 0x000054, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Pitch) == 0x000058, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Yaw) == 0x00005C, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_FindLookAtRotation_ReturnValue) == 0x000060, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Roll_1) == 0x00006C, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Pitch_1) == 0x000070, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BreakRotator_Yaw_1) == 0x000074, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_MakeRotator_ReturnValue) == 0x00007C, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_RInterpTo_ReturnValue) == 0x000088, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000094, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000095, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000098, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000A0, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_HasAuthority_ReturnValue) == 0x0000AC, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x0000B0, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x0000BC, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000C8, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetController_ReturnValue) == 0x0000D8, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_GetControlRotation_ReturnValue) == 0x0000E0, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_RInterpTo_ReturnValue_1) == 0x0000EC, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x0000F8, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RotateToTarget, CallFunc_BooleanAND_ReturnValue) == 0x0000F9, "Member 'Action_PlayQuestAnim_C_RotateToTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_UnequipCurrentWeapon \ static_assert(alignof(Action_PlayQuestAnim_C_UnequipCurrentWeapon) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_UnequipCurrentWeapon"); \ static_assert(sizeof(Action_PlayQuestAnim_C_UnequipCurrentWeapon) == 0x000038, "Wrong size on Action_PlayQuestAnim_C_UnequipCurrentWeapon"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, MontageDuration) == 0x000000, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, Player) == 0x000008, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::Player' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_GetPlayLength_ReturnValue) == 0x000024, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_FMax_ReturnValue) == 0x00002C, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnequipCurrentWeapon, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'Action_PlayQuestAnim_C_UnequipCurrentWeapon::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_EquipCurrentWeapon \ static_assert(alignof(Action_PlayQuestAnim_C_EquipCurrentWeapon) == 0x000001, "Wrong alignment on Action_PlayQuestAnim_C_EquipCurrentWeapon"); \ static_assert(sizeof(Action_PlayQuestAnim_C_EquipCurrentWeapon) == 0x000004, "Wrong size on Action_PlayQuestAnim_C_EquipCurrentWeapon"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EquipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_EquipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EquipCurrentWeapon, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'Action_PlayQuestAnim_C_EquipCurrentWeapon::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EquipCurrentWeapon, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'Action_PlayQuestAnim_C_EquipCurrentWeapon::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EquipCurrentWeapon, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'Action_PlayQuestAnim_C_EquipCurrentWeapon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ResetControlRotation \ static_assert(alignof(Action_PlayQuestAnim_C_ResetControlRotation) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ResetControlRotation"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ResetControlRotation) == 0x000060, "Wrong size on Action_PlayQuestAnim_C_ResetControlRotation"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_GetControlRotation_ReturnValue) == 0x000014, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Roll_1) == 0x000038, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Pitch_1) == 0x00003C, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_BreakRotator_Yaw_1) == 0x000040, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_MakeRotator_ReturnValue_1) == 0x000050, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ResetControlRotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00005C, "Member 'Action_PlayQuestAnim_C_ResetControlRotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_DisableMovementReplication \ static_assert(alignof(Action_PlayQuestAnim_C_DisableMovementReplication) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_DisableMovementReplication"); \ static_assert(sizeof(Action_PlayQuestAnim_C_DisableMovementReplication) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_DisableMovementReplication"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovementReplication, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_DisableMovementReplication::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_SaveBaseOffset \ static_assert(alignof(Action_PlayQuestAnim_C_SaveBaseOffset) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_SaveBaseOffset"); \ static_assert(sizeof(Action_PlayQuestAnim_C_SaveBaseOffset) == 0x000018, "Wrong size on Action_PlayQuestAnim_C_SaveBaseOffset"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SaveBaseOffset, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_SaveBaseOffset::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SaveBaseOffset, CallFunc_GetBaseTranslationOffset_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_SaveBaseOffset::CallFunc_GetBaseTranslationOffset_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_RestoreBaseOffset \ static_assert(alignof(Action_PlayQuestAnim_C_RestoreBaseOffset) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_RestoreBaseOffset"); \ static_assert(sizeof(Action_PlayQuestAnim_C_RestoreBaseOffset) == 0x000018, "Wrong size on Action_PlayQuestAnim_C_RestoreBaseOffset"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RestoreBaseOffset, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_RestoreBaseOffset::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_RestoreBaseOffset, CallFunc_GetBaseRotationOffsetRotator_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_RestoreBaseOffset::CallFunc_GetBaseRotationOffsetRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ShowPlayerHUD \ static_assert(alignof(Action_PlayQuestAnim_C_ShowPlayerHUD) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ShowPlayerHUD"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ShowPlayerHUD) == 0x000028, "Wrong size on Action_PlayQuestAnim_C_ShowPlayerHUD"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, bMakeItInstant) == 0x000000, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::bMakeItInstant' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000010, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ShowPlayerHUD, CallFunc_IsLocallyControlled_ReturnValue) == 0x000021, "Member 'Action_PlayQuestAnim_C_ShowPlayerHUD::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_HidePlayerHUD \ static_assert(alignof(Action_PlayQuestAnim_C_HidePlayerHUD) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_HidePlayerHUD"); \ static_assert(sizeof(Action_PlayQuestAnim_C_HidePlayerHUD) == 0x000028, "Wrong size on Action_PlayQuestAnim_C_HidePlayerHUD"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, bMakeItInstant) == 0x000000, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::bMakeItInstant' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000010, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HidePlayerHUD, CallFunc_IsLocallyControlled_ReturnValue) == 0x000021, "Member 'Action_PlayQuestAnim_C_HidePlayerHUD::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_UpdateControllRotationForClient \ static_assert(alignof(Action_PlayQuestAnim_C_UpdateControllRotationForClient) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_UpdateControllRotationForClient"); \ static_assert(sizeof(Action_PlayQuestAnim_C_UpdateControllRotationForClient) == 0x000078, "Wrong size on Action_PlayQuestAnim_C_UpdateControllRotationForClient"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, Temp_bool_Variable) == 0x000000, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000014, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000020, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00003C, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_FindLookAtRotation_ReturnValue) == 0x000048, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_GetControlRotation_ReturnValue) == 0x000054, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, K2Node_Select_Default) == 0x000064, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateControllRotationForClient, CallFunc_RInterpTo_ReturnValue) == 0x000068, "Member 'Action_PlayQuestAnim_C_UpdateControllRotationForClient::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_DisableMovement \ static_assert(alignof(Action_PlayQuestAnim_C_DisableMovement) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_DisableMovement"); \ static_assert(sizeof(Action_PlayQuestAnim_C_DisableMovement) == 0x000038, "Wrong size on Action_PlayQuestAnim_C_DisableMovement"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_DisableMovement::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_DisableMovement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'Action_PlayQuestAnim_C_DisableMovement::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_PlayQuestAnim_C_DisableMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000020, "Member 'Action_PlayQuestAnim_C_DisableMovement::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000028, "Member 'Action_PlayQuestAnim_C_DisableMovement::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_DisableMovement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'Action_PlayQuestAnim_C_DisableMovement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_UnCrouchPlayer \ static_assert(alignof(Action_PlayQuestAnim_C_UnCrouchPlayer) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_UnCrouchPlayer"); \ static_assert(sizeof(Action_PlayQuestAnim_C_UnCrouchPlayer) == 0x000038, "Wrong size on Action_PlayQuestAnim_C_UnCrouchPlayer"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, b_LocalIsInCrouch) == 0x000000, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::b_LocalIsInCrouch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, LocalPlayerCharacter) == 0x000008, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::LocalPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000018, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_IsCrouching_ReturnValue) == 0x000020, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000028, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_HasLocalServer_bReturnValue) == 0x000030, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_HasLocalServer_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UnCrouchPlayer, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'Action_PlayQuestAnim_C_UnCrouchPlayer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_StopPlayerActivity \ static_assert(alignof(Action_PlayQuestAnim_C_StopPlayerActivity) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_StopPlayerActivity"); \ static_assert(sizeof(Action_PlayQuestAnim_C_StopPlayerActivity) == 0x000010, "Wrong size on Action_PlayQuestAnim_C_StopPlayerActivity"); \ static_assert(offsetof(Action_PlayQuestAnim_C_StopPlayerActivity, b_LocalIsInCrouch) == 0x000000, "Member 'Action_PlayQuestAnim_C_StopPlayerActivity::b_LocalIsInCrouch' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_StopPlayerActivity, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_StopPlayerActivity::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_IsUnCrouchToLong \ static_assert(alignof(Action_PlayQuestAnim_C_IsUnCrouchToLong) == 0x000004, "Wrong alignment on Action_PlayQuestAnim_C_IsUnCrouchToLong"); \ static_assert(sizeof(Action_PlayQuestAnim_C_IsUnCrouchToLong) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_IsUnCrouchToLong"); \ static_assert(offsetof(Action_PlayQuestAnim_C_IsUnCrouchToLong, bReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_IsUnCrouchToLong::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_IsUnCrouchToLong, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'Action_PlayQuestAnim_C_IsUnCrouchToLong::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_IsUnCrouchToLong, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'Action_PlayQuestAnim_C_IsUnCrouchToLong::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer \ static_assert(alignof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer"); \ static_assert(sizeof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer) == 0x000058, "Wrong size on Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000008, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_IsLocallyControlled_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000011, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000018, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000020, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000028, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue_4) == 0x000038, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000040, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000048, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'Action_PlayQuestAnim_C_UpdateAffectControlRotationOnPlayer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ReturnMovementMode \ static_assert(alignof(Action_PlayQuestAnim_C_ReturnMovementMode) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ReturnMovementMode"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ReturnMovementMode) == 0x000030, "Wrong size on Action_PlayQuestAnim_C_ReturnMovementMode"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000018, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ReturnMovementMode, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000028, "Member 'Action_PlayQuestAnim_C_ReturnMovementMode::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ClientDisableErrorCorrection \ static_assert(alignof(Action_PlayQuestAnim_C_ClientDisableErrorCorrection) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ClientDisableErrorCorrection"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ClientDisableErrorCorrection) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_ClientDisableErrorCorrection"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ClientDisableErrorCorrection, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_ClientDisableErrorCorrection::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_ClientReturnErrorCorrection \ static_assert(alignof(Action_PlayQuestAnim_C_ClientReturnErrorCorrection) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_ClientReturnErrorCorrection"); \ static_assert(sizeof(Action_PlayQuestAnim_C_ClientReturnErrorCorrection) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_ClientReturnErrorCorrection"); \ static_assert(offsetof(Action_PlayQuestAnim_C_ClientReturnErrorCorrection, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_ClientReturnErrorCorrection::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_SaveStartPlayLocation \ static_assert(alignof(Action_PlayQuestAnim_C_SaveStartPlayLocation) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_SaveStartPlayLocation"); \ static_assert(sizeof(Action_PlayQuestAnim_C_SaveStartPlayLocation) == 0x000018, "Wrong size on Action_PlayQuestAnim_C_SaveStartPlayLocation"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SaveStartPlayLocation, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_SaveStartPlayLocation::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SaveStartPlayLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_SaveStartPlayLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_EnableMovementReplication \ static_assert(alignof(Action_PlayQuestAnim_C_EnableMovementReplication) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_EnableMovementReplication"); \ static_assert(sizeof(Action_PlayQuestAnim_C_EnableMovementReplication) == 0x000008, "Wrong size on Action_PlayQuestAnim_C_EnableMovementReplication"); \ static_assert(offsetof(Action_PlayQuestAnim_C_EnableMovementReplication, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_EnableMovementReplication::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose \ static_assert(alignof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose"); \ static_assert(sizeof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose) == 0x000020, "Wrong size on Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose, Value) == 0x000000, "Member 'Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose::Value' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_PlayQuestAnim_C_SetOnlyAllowAutonomousTickPose::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_HasLocalClient \ static_assert(alignof(Action_PlayQuestAnim_C_HasLocalClient) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_HasLocalClient"); \ static_assert(sizeof(Action_PlayQuestAnim_C_HasLocalClient) == 0x000018, "Wrong size on Action_PlayQuestAnim_C_HasLocalClient"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, bReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_HasLocalClient::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_HasLocalClient::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, CallFunc_IsLocallyControlled_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_HasLocalClient::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, CallFunc_HasAuthority_ReturnValue) == 0x000011, "Member 'Action_PlayQuestAnim_C_HasLocalClient::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'Action_PlayQuestAnim_C_HasLocalClient::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalClient, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'Action_PlayQuestAnim_C_HasLocalClient::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlayQuestAnim_C_HasLocalServer \ static_assert(alignof(Action_PlayQuestAnim_C_HasLocalServer) == 0x000008, "Wrong alignment on Action_PlayQuestAnim_C_HasLocalServer"); \ static_assert(sizeof(Action_PlayQuestAnim_C_HasLocalServer) == 0x000018, "Wrong size on Action_PlayQuestAnim_C_HasLocalServer"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalServer, bReturnValue) == 0x000000, "Member 'Action_PlayQuestAnim_C_HasLocalServer::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalServer, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_PlayQuestAnim_C_HasLocalServer::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalServer, CallFunc_IsLocallyControlled_ReturnValue) == 0x000010, "Member 'Action_PlayQuestAnim_C_HasLocalServer::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalServer, CallFunc_HasAuthority_ReturnValue) == 0x000011, "Member 'Action_PlayQuestAnim_C_HasLocalServer::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlayQuestAnim_C_HasLocalServer, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Action_PlayQuestAnim_C_HasLocalServer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_PlayQuestAnim_C \ static_assert(alignof(UAction_PlayQuestAnim_C) == 0x000008, "Wrong alignment on UAction_PlayQuestAnim_C"); \ static_assert(sizeof(UAction_PlayQuestAnim_C) == 0x0001A0, "Wrong size on UAction_PlayQuestAnim_C"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, UberGraphFrame) == 0x000050, "Member 'UAction_PlayQuestAnim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, AnimToPlay) == 0x000058, "Member 'UAction_PlayQuestAnim_C::AnimToPlay' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, GotTheCorrectPosition) == 0x000068, "Member 'UAction_PlayQuestAnim_C::GotTheCorrectPosition' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bNeedSyncZ) == 0x000069, "Member 'UAction_PlayQuestAnim_C::bNeedSyncZ' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, InterpolationTime) == 0x00006C, "Member 'UAction_PlayQuestAnim_C::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, DeltaTime) == 0x000070, "Member 'UAction_PlayQuestAnim_C::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, LocationPoint) == 0x000078, "Member 'UAction_PlayQuestAnim_C::LocationPoint' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, RotationPoint) == 0x000080, "Member 'UAction_PlayQuestAnim_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, OnActionStart) == 0x000088, "Member 'UAction_PlayQuestAnim_C::OnActionStart' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, OnActionComplete) == 0x000098, "Member 'UAction_PlayQuestAnim_C::OnActionComplete' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bPlayingMontage) == 0x0000A8, "Member 'UAction_PlayQuestAnim_C::bPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, CutSceneMovieSettings) == 0x0000AC, "Member 'UAction_PlayQuestAnim_C::CutSceneMovieSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, OnMontageNotifyBegin) == 0x0000D0, "Member 'UAction_PlayQuestAnim_C::OnMontageNotifyBegin' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, OnMontageNotifyEnd) == 0x0000E0, "Member 'UAction_PlayQuestAnim_C::OnMontageNotifyEnd' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, Montage_Duration) == 0x0000F0, "Member 'UAction_PlayQuestAnim_C::Montage_Duration' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, LastActiveSlot) == 0x0000F8, "Member 'UAction_PlayQuestAnim_C::LastActiveSlot' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bStartPlayAction) == 0x000100, "Member 'UAction_PlayQuestAnim_C::bStartPlayAction' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, ItemMeshToPlay) == 0x000108, "Member 'UAction_PlayQuestAnim_C::ItemMeshToPlay' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, RotateAccuracyToStartMontage) == 0x000110, "Member 'UAction_PlayQuestAnim_C::RotateAccuracyToStartMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, RotateSpeed) == 0x000114, "Member 'UAction_PlayQuestAnim_C::RotateSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, CorrectRotationTime) == 0x000118, "Member 'UAction_PlayQuestAnim_C::CorrectRotationTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, MaxCorrectionTime) == 0x00011C, "Member 'UAction_PlayQuestAnim_C::MaxCorrectionTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bMontageIsBlended) == 0x000120, "Member 'UAction_PlayQuestAnim_C::bMontageIsBlended' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, LocationAccuracy) == 0x000124, "Member 'UAction_PlayQuestAnim_C::LocationAccuracy' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, SavedBaseOffset) == 0x000128, "Member 'UAction_PlayQuestAnim_C::SavedBaseOffset' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, ClientCutSceneSettings) == 0x000134, "Member 'UAction_PlayQuestAnim_C::ClientCutSceneSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bPlayerPreparedToPlayAction) == 0x000158, "Member 'UAction_PlayQuestAnim_C::bPlayerPreparedToPlayAction' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, CurrentUnCrouchTime) == 0x00015C, "Member 'UAction_PlayQuestAnim_C::CurrentUnCrouchTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, MaxUnCrouchTime) == 0x000160, "Member 'UAction_PlayQuestAnim_C::MaxUnCrouchTime' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bClientIsCrouching) == 0x000164, "Member 'UAction_PlayQuestAnim_C::bClientIsCrouching' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bServerIsCrouching) == 0x000165, "Member 'UAction_PlayQuestAnim_C::bServerIsCrouching' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bDontAllowAffectControlRotation) == 0x000166, "Member 'UAction_PlayQuestAnim_C::bDontAllowAffectControlRotation' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, PreviousPlayerMovementMode) == 0x000167, "Member 'UAction_PlayQuestAnim_C::PreviousPlayerMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bPlayingFlyingCutScene) == 0x000168, "Member 'UAction_PlayQuestAnim_C::bPlayingFlyingCutScene' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, MontagePlayRate) == 0x00016C, "Member 'UAction_PlayQuestAnim_C::MontagePlayRate' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, DefaultMontagePlayRate) == 0x000170, "Member 'UAction_PlayQuestAnim_C::DefaultMontagePlayRate' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bUpdateClientControllR) == 0x000174, "Member 'UAction_PlayQuestAnim_C::bUpdateClientControllR' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, Need) == 0x000178, "Member 'UAction_PlayQuestAnim_C::Need' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, StartPlayLocation) == 0x000184, "Member 'UAction_PlayQuestAnim_C::StartPlayLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, MoveInterpAlpha) == 0x000190, "Member 'UAction_PlayQuestAnim_C::MoveInterpAlpha' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, bUseCustomInitialMeshOffset) == 0x000194, "Member 'UAction_PlayQuestAnim_C::bUseCustomInitialMeshOffset' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, CustomInitialMeshOffset) == 0x000198, "Member 'UAction_PlayQuestAnim_C::CustomInitialMeshOffset' has a wrong offset!"); \ static_assert(offsetof(UAction_PlayQuestAnim_C, AdditionalUnrouchDelay) == 0x00019C, "Member 'UAction_PlayQuestAnim_C::AdditionalUnrouchDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent \ static_assert(alignof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent) == 0x000008, "Wrong alignment on PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent) == 0x000130, "Wrong size on PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, EntryPoint) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_Sender) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000050, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_GetController_ReturnValue) == 0x000060, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_IsLocalController_ReturnValue) == 0x000069, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_OldValue) == 0x00006C, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_NewValue) == 0x000070, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000074, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_GetValue_ReturnValue) == 0x000078, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_IsAlive_ReturnValue) == 0x00007C, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_Damage) == 0x000080, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_HitResult) == 0x000084, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_DamageType) == 0x000110, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_PawnInstigator) == 0x000118, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, K2Node_CustomEvent_ImpulseDir) == 0x000120, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::K2Node_CustomEvent_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00012C, "Member 'PlayerHealthEffectsComponent_C_ExecuteUbergraph_PlayerHealthEffectsComponent::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0 \ static_assert(alignof(PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong alignment on PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong size on PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0, Sender) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDeath_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0 \ static_assert(alignof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0) == 0x000008, "Wrong alignment on PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0) == 0x0000B0, "Wrong size on PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0, Damage) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0, HitResult) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0, DamageType) == 0x000090, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0, PawnInstigator) == 0x000098, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0, ImpulseDir) == 0x0000A0, "Member 'PlayerHealthEffectsComponent_C_OnCharacterDamage_Event_0::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_OnHealthChangedEvent \ static_assert(alignof(PlayerHealthEffectsComponent_C_OnHealthChangedEvent) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_OnHealthChangedEvent"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_OnHealthChangedEvent) == 0x000008, "Wrong size on PlayerHealthEffectsComponent_C_OnHealthChangedEvent"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnHealthChangedEvent, OldValue) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_OnHealthChangedEvent::OldValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_OnHealthChangedEvent, NewValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_OnHealthChangedEvent::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_ReceiveTick \ static_assert(alignof(PlayerHealthEffectsComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_ReceiveTick"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_ReceiveTick) == 0x000004, "Wrong size on PlayerHealthEffectsComponent_C_ReceiveTick"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_SetBloodPowerEffect \ static_assert(alignof(PlayerHealthEffectsComponent_C_SetBloodPowerEffect) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_SetBloodPowerEffect"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_SetBloodPowerEffect) == 0x000004, "Wrong size on PlayerHealthEffectsComponent_C_SetBloodPowerEffect"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_SetBloodPowerEffect, NewValue) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_SetBloodPowerEffect::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_SetLowHealthEffect \ static_assert(alignof(PlayerHealthEffectsComponent_C_SetLowHealthEffect) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_SetLowHealthEffect"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_SetLowHealthEffect) == 0x000004, "Wrong size on PlayerHealthEffectsComponent_C_SetLowHealthEffect"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_SetLowHealthEffect, NewValue) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_SetLowHealthEffect::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_UpdateLowHealth \ static_assert(alignof(PlayerHealthEffectsComponent_C_UpdateLowHealth) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_UpdateLowHealth"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_UpdateLowHealth) == 0x000018, "Wrong size on PlayerHealthEffectsComponent_C_UpdateLowHealth"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, Damage) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::Damage' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, localDamage) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::localDamage' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, CallFunc_CalculateLowHealthEffectValue_Result) == 0x00000C, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::CallFunc_CalculateLowHealthEffectValue_Result' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, CallFunc_NormalizeToRange_ReturnValue) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealth, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealth::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue \ static_assert(alignof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue) == 0x000014, "Wrong size on PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue, Result) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue::Result' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue, CallFunc_GetPercentageValue_ReturnValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue, CallFunc_NormalizeToRange_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue, CallFunc_FClamp_ReturnValue) == 0x00000C, "Member 'PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_CalculateLowHealthEffectValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_AddLowHealthEffectPower \ static_assert(alignof(PlayerHealthEffectsComponent_C_AddLowHealthEffectPower) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_AddLowHealthEffectPower"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_AddLowHealthEffectPower) == 0x00000C, "Wrong size on PlayerHealthEffectsComponent_C_AddLowHealthEffectPower"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddLowHealthEffectPower, Value) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_AddLowHealthEffectPower::Value' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddLowHealthEffectPower, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_AddLowHealthEffectPower::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddLowHealthEffectPower, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_AddLowHealthEffectPower::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_UpdateLowHealthBlink \ static_assert(alignof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_UpdateLowHealthBlink"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink) == 0x000024, "Wrong size on PlayerHealthEffectsComponent_C_UpdateLowHealthBlink"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_CalculateLowHealthEffectValue_Result) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_CalculateLowHealthEffectValue_Result' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000014, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_FMax_ReturnValue) == 0x000018, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateLowHealthBlink, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000020, "Member 'PlayerHealthEffectsComponent_C_UpdateLowHealthBlink::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect \ static_assert(alignof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect) == 0x000024, "Wrong size on PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, Damage) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::Damage' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_GetMaxValue_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_GetDegenHP_ReturnValue) == 0x00000C, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_NormalizeToRange_ReturnValue) == 0x000014, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000018, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_FClamp_ReturnValue) == 0x00001C, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower \ static_assert(alignof(PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower) == 0x00000C, "Wrong size on PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower, Value) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower::Value' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_AddBloodPowerEffectPower::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout \ static_assert(alignof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout) == 0x000004, "Wrong alignment on PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout"); \ static_assert(sizeof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout) == 0x000018, "Wrong size on PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000000, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000004, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000008, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000014, "Member 'PlayerHealthEffectsComponent_C_UpdateBloodPowerEffectTimeout::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerHealthEffectsComponent_C \ static_assert(alignof(UPlayerHealthEffectsComponent_C) == 0x000008, "Wrong alignment on UPlayerHealthEffectsComponent_C"); \ static_assert(sizeof(UPlayerHealthEffectsComponent_C) == 0x000150, "Wrong size on UPlayerHealthEffectsComponent_C"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, UberGraphFrame) == 0x000110, "Member 'UPlayerHealthEffectsComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, Health) == 0x000118, "Member 'UPlayerHealthEffectsComponent_C::Health' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, DamageLowHealthPercentage) == 0x000120, "Member 'UPlayerHealthEffectsComponent_C::DamageLowHealthPercentage' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, LowHealthBlinkRangeMax) == 0x000124, "Member 'UPlayerHealthEffectsComponent_C::LowHealthBlinkRangeMax' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, CurrentLowHealthEffect) == 0x000128, "Member 'UPlayerHealthEffectsComponent_C::CurrentLowHealthEffect' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, CurrentLowHealthBlinkTimeout) == 0x00012C, "Member 'UPlayerHealthEffectsComponent_C::CurrentLowHealthBlinkTimeout' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, LowHealthBlinkTime) == 0x000130, "Member 'UPlayerHealthEffectsComponent_C::LowHealthBlinkTime' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, CurrentBloodPowerEffect) == 0x000134, "Member 'UPlayerHealthEffectsComponent_C::CurrentBloodPowerEffect' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, BloodPowerDamageRangeMax) == 0x000138, "Member 'UPlayerHealthEffectsComponent_C::BloodPowerDamageRangeMax' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, CurrentBloodPowerEffectTimeout) == 0x00013C, "Member 'UPlayerHealthEffectsComponent_C::CurrentBloodPowerEffectTimeout' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, BloodPowerEffectTime) == 0x000140, "Member 'UPlayerHealthEffectsComponent_C::BloodPowerEffectTime' has a wrong offset!"); \ static_assert(offsetof(UPlayerHealthEffectsComponent_C, PlayerCharacter) == 0x000148, "Member 'UPlayerHealthEffectsComponent_C::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAction_C_ExecuteUbergraph_RofleemoAction \ static_assert(alignof(RofleemoAction_C_ExecuteUbergraph_RofleemoAction) == 0x000008, "Wrong alignment on RofleemoAction_C_ExecuteUbergraph_RofleemoAction"); \ static_assert(sizeof(RofleemoAction_C_ExecuteUbergraph_RofleemoAction) == 0x000020, "Wrong size on RofleemoAction_C_ExecuteUbergraph_RofleemoAction"); \ static_assert(offsetof(RofleemoAction_C_ExecuteUbergraph_RofleemoAction, EntryPoint) == 0x000000, "Member 'RofleemoAction_C_ExecuteUbergraph_RofleemoAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_C_ExecuteUbergraph_RofleemoAction, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RofleemoAction_C_ExecuteUbergraph_RofleemoAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_C_ExecuteUbergraph_RofleemoAction, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'RofleemoAction_C_ExecuteUbergraph_RofleemoAction::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoAction_C \ static_assert(alignof(URofleemoAction_C) == 0x000008, "Wrong alignment on URofleemoAction_C"); \ static_assert(sizeof(URofleemoAction_C) == 0x0000E8, "Wrong size on URofleemoAction_C"); \ static_assert(offsetof(URofleemoAction_C, UberGraphFrame_RofleemoAction_C) == 0x0000D8, "Member 'URofleemoAction_C::UberGraphFrame_RofleemoAction_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_C, MinDuration) == 0x0000E0, "Member 'URofleemoAction_C::MinDuration' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_C, MaxDuration) == 0x0000E4, "Member 'URofleemoAction_C::MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoldHammer_RevolverReload_C_Received_NotifyBegin \ static_assert(alignof(HoldHammer_RevolverReload_C_Received_NotifyBegin) == 0x000010, "Wrong alignment on HoldHammer_RevolverReload_C_Received_NotifyBegin"); \ static_assert(sizeof(HoldHammer_RevolverReload_C_Received_NotifyBegin) == 0x000080, "Wrong size on HoldHammer_RevolverReload_C_Received_NotifyBegin"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, K2Node_MakeArray_Array) == 0x000058, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, CallFunc_AddComponentByClass_ReturnValue) == 0x000068, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsThird_Person_Character) == 0x000070, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000079, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyBegin, CallFunc_SetStaticMesh_ReturnValue) == 0x00007A, "Member 'HoldHammer_RevolverReload_C_Received_NotifyBegin::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoldHammer_RevolverReload_C_Received_NotifyEnd \ static_assert(alignof(HoldHammer_RevolverReload_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on HoldHammer_RevolverReload_C_Received_NotifyEnd"); \ static_assert(sizeof(HoldHammer_RevolverReload_C_Received_NotifyEnd) == 0x000068, "Wrong size on HoldHammer_RevolverReload_C_Received_NotifyEnd"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, Temp_int_Array_Index_Variable) == 0x000020, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_GetComponentsByTag_ReturnValue) == 0x000038, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_Array_Get_Item) == 0x000048, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HoldHammer_RevolverReload_C_Received_NotifyEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'HoldHammer_RevolverReload_C_Received_NotifyEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoldHammer_RevolverReload_C \ static_assert(alignof(UHoldHammer_RevolverReload_C) == 0x000008, "Wrong alignment on UHoldHammer_RevolverReload_C"); \ static_assert(sizeof(UHoldHammer_RevolverReload_C) == 0x000038, "Wrong size on UHoldHammer_RevolverReload_C"); \ static_assert(offsetof(UHoldHammer_RevolverReload_C, HoldedMesh) == 0x000030, "Member 'UHoldHammer_RevolverReload_C::HoldedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent \ static_assert(alignof(BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent"); \ static_assert(sizeof(BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent) == 0x000004, "Wrong size on BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent"); \ static_assert(offsetof(BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_C_ExecuteUbergraph_BP_TrailEffectComponent::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_C \ static_assert(alignof(ABP_TrailEffectComponent_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_C) == 0x000240, "Wrong size on ABP_TrailEffectComponent_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_C, Trail_effect) == 0x000228, "Member 'ABP_TrailEffectComponent_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_C, EndPositionBeam) == 0x000230, "Member 'ABP_TrailEffectComponent_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_C_ExecuteUbergraph_GunProjectile \ static_assert(alignof(GunProjectile_C_ExecuteUbergraph_GunProjectile) == 0x000008, "Wrong alignment on GunProjectile_C_ExecuteUbergraph_GunProjectile"); \ static_assert(sizeof(GunProjectile_C_ExecuteUbergraph_GunProjectile) == 0x000240, "Wrong size on GunProjectile_C_ExecuteUbergraph_GunProjectile"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, EntryPoint) == 0x000000, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, Temp_bool_Variable) == 0x000004, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, Temp_object_Variable) == 0x000008, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, Temp_object_Variable_1) == 0x000010, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_ProjectileChargedByPowerShoot_ReturnValue) == 0x000018, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_ProjectileChargedByPowerShoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_IsFiredByAI_ReturnValue) == 0x000038, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_IsFiredByAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, K2Node_Select_Default) == 0x000040, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, Temp_object_Variable_2) == 0x000058, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00006C, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000F4, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000100, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000188, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_VInterpTo_ReturnValue) == 0x000194, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_IsValid_ReturnValue_1) == 0x0001A0, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_IsValid_ReturnValue_2) == 0x0001A1, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_IsPooledActor_ReturnValue) == 0x0001A2, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_IsPooledActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_Not_PreBool_ReturnValue) == 0x0001A3, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x0001A4, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, CallFunc_GetTimeSeconds_ReturnValue) == 0x00022C, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, Temp_bool_Variable_1) == 0x000230, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_C_ExecuteUbergraph_GunProjectile, K2Node_Select_Default_1) == 0x000238, "Member 'GunProjectile_C_ExecuteUbergraph_GunProjectile::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_C_ReceiveTick \ static_assert(alignof(GunProjectile_C_ReceiveTick) == 0x000004, "Wrong alignment on GunProjectile_C_ReceiveTick"); \ static_assert(sizeof(GunProjectile_C_ReceiveTick) == 0x000004, "Wrong size on GunProjectile_C_ReceiveTick"); \ static_assert(offsetof(GunProjectile_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GunProjectile_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_C \ static_assert(alignof(AGunProjectile_C) == 0x000008, "Wrong alignment on AGunProjectile_C"); \ static_assert(sizeof(AGunProjectile_C) == 0x000508, "Wrong size on AGunProjectile_C"); \ static_assert(offsetof(AGunProjectile_C, UberGraphFrame) == 0x0004C8, "Member 'AGunProjectile_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, Fake_bullet) == 0x0004D0, "Member 'AGunProjectile_C::Fake_bullet' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, Trail_effect) == 0x0004D8, "Member 'AGunProjectile_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, TestTrail) == 0x0004E0, "Member 'AGunProjectile_C::TestTrail' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, LastBeamLocation) == 0x0004E8, "Member 'AGunProjectile_C::LastBeamLocation' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, BeamUpdateTimer) == 0x0004F8, "Member 'AGunProjectile_C::BeamUpdateTimer' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, StartTime) == 0x000500, "Member 'AGunProjectile_C::StartTime' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_C, EndTime) == 0x000504, "Member 'AGunProjectile_C::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARevolverProjectile_C \ static_assert(alignof(ARevolverProjectile_C) == 0x000008, "Wrong alignment on ARevolverProjectile_C"); \ static_assert(sizeof(ARevolverProjectile_C) == 0x000508, "Wrong size on ARevolverProjectile_C"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter \ static_assert(alignof(BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter"); \ static_assert(sizeof(BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter) == 0x000004, "Wrong size on BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter"); \ static_assert(offsetof(BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_Hunter_C_ExecuteUbergraph_BP_TrailEffectComponent_Hunter::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_Hunter_C \ static_assert(alignof(ABP_TrailEffectComponent_Hunter_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_Hunter_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_Hunter_C) == 0x000248, "Wrong size on ABP_TrailEffectComponent_Hunter_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_Hunter_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_Hunter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Hunter_C, Trail_effect) == 0x000228, "Member 'ABP_TrailEffectComponent_Hunter_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Hunter_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_TrailEffectComponent_Hunter_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Hunter_C, EndPositionBeam) == 0x000238, "Member 'ABP_TrailEffectComponent_Hunter_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver \ static_assert(alignof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver) == 0x000010, "Wrong alignment on GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver"); \ static_assert(sizeof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver) == 0x000210, "Wrong size on GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, EntryPoint) == 0x000000, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_bool_Variable) == 0x000004, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_object_Variable) == 0x000008, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_bool_Variable_1) == 0x000010, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_object_Variable_1) == 0x000018, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_object_Variable_2) == 0x000020, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_bool_Variable_2) == 0x000028, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_object_Variable_3) == 0x000030, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, Temp_object_Variable_4) == 0x000038, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00004C, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_ProjectileChargedByPowerShoot_ReturnValue) == 0x0000A0, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_ProjectileChargedByPowerShoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1) == 0x0000A1, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, K2Node_Select_Default) == 0x0000A8, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_IsFiredByAI_ReturnValue) == 0x0000B0, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_IsFiredByAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, K2Node_Select_Default_1) == 0x0000B8, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, K2Node_Select_Default_2) == 0x0000C0, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, K2Node_Event_DeltaSeconds) == 0x0000D4, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000D8, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000160, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00016C, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_VInterpTo_ReturnValue) == 0x000170, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_Less_FloatFloat_ReturnValue) == 0x00017C, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000180, "Member 'GunProjectile_DwergRevolver_C_ExecuteUbergraph_GunProjectile_DwergRevolver::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_DwergRevolver_C_ReceiveTick \ static_assert(alignof(GunProjectile_DwergRevolver_C_ReceiveTick) == 0x000004, "Wrong alignment on GunProjectile_DwergRevolver_C_ReceiveTick"); \ static_assert(sizeof(GunProjectile_DwergRevolver_C_ReceiveTick) == 0x000004, "Wrong size on GunProjectile_DwergRevolver_C_ReceiveTick"); \ static_assert(offsetof(GunProjectile_DwergRevolver_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GunProjectile_DwergRevolver_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_DwergRevolver_C \ static_assert(alignof(AGunProjectile_DwergRevolver_C) == 0x000008, "Wrong alignment on AGunProjectile_DwergRevolver_C"); \ static_assert(sizeof(AGunProjectile_DwergRevolver_C) == 0x0004E0, "Wrong size on AGunProjectile_DwergRevolver_C"); \ static_assert(offsetof(AGunProjectile_DwergRevolver_C, UberGraphFrame) == 0x0004C8, "Member 'AGunProjectile_DwergRevolver_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_DwergRevolver_C, Fake_bullet) == 0x0004D0, "Member 'AGunProjectile_DwergRevolver_C::Fake_bullet' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_DwergRevolver_C, Niagara_trail) == 0x0004D8, "Member 'AGunProjectile_DwergRevolver_C::Niagara_trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver \ static_assert(alignof(BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver) == 0x000004, "Wrong alignment on BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver"); \ static_assert(sizeof(BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver) == 0x000004, "Wrong size on BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver"); \ static_assert(offsetof(BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver, EntryPoint) == 0x000000, "Member 'BP_MuzzleLight_Revolver_C_ExecuteUbergraph_BP_MuzzleLight_Revolver::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MuzzleLight_Revolver_C \ static_assert(alignof(ABP_MuzzleLight_Revolver_C) == 0x000008, "Wrong alignment on ABP_MuzzleLight_Revolver_C"); \ static_assert(sizeof(ABP_MuzzleLight_Revolver_C) == 0x000248, "Wrong size on ABP_MuzzleLight_Revolver_C"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, UberGraphFrame) == 0x000220, "Member 'ABP_MuzzleLight_Revolver_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, PointLight) == 0x000228, "Member 'ABP_MuzzleLight_Revolver_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_MuzzleLight_Revolver_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, Intensity_NewTrack_0_526C07AD48C5C742DD547ABF4F64FD09) == 0x000238, "Member 'ABP_MuzzleLight_Revolver_C::Intensity_NewTrack_0_526C07AD48C5C742DD547ABF4F64FD09' has a wrong offset!"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, Intensity__Direction_526C07AD48C5C742DD547ABF4F64FD09) == 0x00023C, "Member 'ABP_MuzzleLight_Revolver_C::Intensity__Direction_526C07AD48C5C742DD547ABF4F64FD09' has a wrong offset!"); \ static_assert(offsetof(ABP_MuzzleLight_Revolver_C, Intensity) == 0x000240, "Member 'ABP_MuzzleLight_Revolver_C::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2 \ static_assert(alignof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2) == 0x000008, "Wrong alignment on WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2"); \ static_assert(sizeof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2) == 0x000038, "Wrong size on WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, EntryPoint) == 0x000000, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_GetMaterial_ReturnValue) == 0x000008, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_GetState_ReturnValue) == 0x000018, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000019, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00001B, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00001C, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_BooleanOR_ReturnValue) == 0x00001D, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, K2Node_CustomEvent_DoWork) == 0x00001E, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::K2Node_CustomEvent_DoWork' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_BooleanOR_ReturnValue_1) == 0x00001F, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, K2Node_Event_Enabled) == 0x000034, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::K2Node_Event_Enabled' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2, CallFunc_IsValid_ReturnValue_1) == 0x000035, "Member 'WagonModule_GardenT2_C_ExecuteUbergraph_WagonModule_GardenT2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GardenT2_C_UpdateLamp \ static_assert(alignof(WagonModule_GardenT2_C_UpdateLamp) == 0x000001, "Wrong alignment on WagonModule_GardenT2_C_UpdateLamp"); \ static_assert(sizeof(WagonModule_GardenT2_C_UpdateLamp) == 0x000001, "Wrong size on WagonModule_GardenT2_C_UpdateLamp"); \ static_assert(offsetof(WagonModule_GardenT2_C_UpdateLamp, Enabled) == 0x000000, "Member 'WagonModule_GardenT2_C_UpdateLamp::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GardenT2_C_ToggleVisual \ static_assert(alignof(WagonModule_GardenT2_C_ToggleVisual) == 0x000001, "Wrong alignment on WagonModule_GardenT2_C_ToggleVisual"); \ static_assert(sizeof(WagonModule_GardenT2_C_ToggleVisual) == 0x000001, "Wrong size on WagonModule_GardenT2_C_ToggleVisual"); \ static_assert(offsetof(WagonModule_GardenT2_C_ToggleVisual, DoWork) == 0x000000, "Member 'WagonModule_GardenT2_C_ToggleVisual::DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GardenT2_C \ static_assert(alignof(AWagonModule_GardenT2_C) == 0x000008, "Wrong alignment on AWagonModule_GardenT2_C"); \ static_assert(sizeof(AWagonModule_GardenT2_C) == 0x000738, "Wrong size on AWagonModule_GardenT2_C"); \ static_assert(offsetof(AWagonModule_GardenT2_C, UberGraphFrame_WagonModule_GardenT2_C) == 0x000718, "Member 'AWagonModule_GardenT2_C::UberGraphFrame_WagonModule_GardenT2_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GardenT2_C, Submesh) == 0x000720, "Member 'AWagonModule_GardenT2_C::Submesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GardenT2_C, DM_Lamps) == 0x000728, "Member 'AWagonModule_GardenT2_C::DM_Lamps' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GardenT2_C, HaveElectricity) == 0x000730, "Member 'AWagonModule_GardenT2_C::HaveElectricity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDwergRevolverCore_C \ static_assert(alignof(UDwergRevolverCore_C) == 0x000008, "Wrong alignment on UDwergRevolverCore_C"); \ static_assert(sizeof(UDwergRevolverCore_C) == 0x000270, "Wrong size on UDwergRevolverCore_C"); \ #define DUMPER7_ASSERTS_UDefaultRevolverCore_C \ static_assert(alignof(UDefaultRevolverCore_C) == 0x000008, "Wrong alignment on UDefaultRevolverCore_C"); \ static_assert(sizeof(UDefaultRevolverCore_C) == 0x000270, "Wrong size on UDefaultRevolverCore_C"); \ #define DUMPER7_ASSERTS_URevolverShootShake1_C \ static_assert(alignof(URevolverShootShake1_C) == 0x000010, "Wrong alignment on URevolverShootShake1_C"); \ static_assert(sizeof(URevolverShootShake1_C) == 0x0001B0, "Wrong size on URevolverShootShake1_C"); \ #define DUMPER7_ASSERTS_UDamageType_Revolver_C \ static_assert(alignof(UDamageType_Revolver_C) == 0x000008, "Wrong alignment on UDamageType_Revolver_C"); \ static_assert(sizeof(UDamageType_Revolver_C) == 0x000058, "Wrong size on UDamageType_Revolver_C"); \ #define DUMPER7_ASSERTS_UDamageType_Melee_C \ static_assert(alignof(UDamageType_Melee_C) == 0x000008, "Wrong alignment on UDamageType_Melee_C"); \ static_assert(sizeof(UDamageType_Melee_C) == 0x000058, "Wrong size on UDamageType_Melee_C"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_Get_Save_Name \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_Get_Save_Name) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_Item_C_Get_Save_Name"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_Get_Save_Name) == 0x000128, "Wrong size on MainMenuV3_LoadGame_Item_C_Get_Save_Name"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, SourceName) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::SourceName' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, Temp_bool_Variable) == 0x000028, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Len_ReturnValue) == 0x00002C, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_MakeLiteralText_ReturnValue) == 0x000030, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000050, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_GetSubstring_ReturnValue) == 0x000068, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_GetSubstring_ReturnValue_1) == 0x000078, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, Temp_bool_Variable_1) == 0x000088, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000089, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_EqualEqual_StriStri_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_EqualEqual_StriStri_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, K2Node_Select_Default) == 0x0000B0, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, K2Node_Select_Default_1) == 0x0000C8, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E0, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000100, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_Get_Save_Name, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000110, "Member 'MainMenuV3_LoadGame_Item_C_Get_Save_Name::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_GetSaveDate \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_GetSaveDate) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_Item_C_GetSaveDate"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_GetSaveDate) == 0x000188, "Wrong size on MainMenuV3_LoadGame_Item_C_GetSaveDate"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, DateTimeString) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::DateTimeString' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, Result) == 0x000010, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_DateTimeFromString_Result) == 0x000028, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_DateTimeFromString_Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_DateTimeFromString_ReturnValue) == 0x000030, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_DateTimeFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Year) == 0x000034, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Year' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Month) == 0x000038, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Month' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Day) == 0x00003C, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Day' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Hour) == 0x000040, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Hour' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Minute) == 0x000044, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Minute' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Second) == 0x000048, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Second' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_BreakDateTime_Millisecond) == 0x00004C, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_BreakDateTime_Millisecond' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_Percent_IntInt_ReturnValue) == 0x000050, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_Conv_IntToText_ReturnValue) == 0x000058, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000070, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000108, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, K2Node_MakeArray_Array) == 0x000160, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetSaveDate, CallFunc_Format_ReturnValue) == 0x000170, "Member 'MainMenuV3_LoadGame_Item_C_GetSaveDate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_GetTimePlayed \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_GetTimePlayed) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_Item_C_GetTimePlayed"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_GetTimePlayed) == 0x000318, "Wrong size on MainMenuV3_LoadGame_Item_C_GetTimePlayed"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, ServerTime) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::ServerTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, ReturnValue) == 0x000008, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, Temp_bool_Variable) == 0x000020, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, Temp_bool_Variable_1) == 0x000028, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_FromSeconds_ReturnValue) == 0x000030, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_BreakTimespan_Days) == 0x000038, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_BreakTimespan_Hours) == 0x00003C, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_BreakTimespan_Minutes) == 0x000040, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_BreakTimespan_Seconds) == 0x000044, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_BreakTimespan_Milliseconds) == 0x000048, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000D0, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_MakeLiteralText_ReturnValue) == 0x0000D8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeArray_Array) == 0x000178, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Greater_IntInt_ReturnValue) == 0x000188, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Format_ReturnValue) == 0x000190, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0001E8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000200, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_5) == 0x000218, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeStruct_FormatArgumentData_6) == 0x000258, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeArray_Array_1) == 0x000298, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_MakeArray_Array_2) == 0x0002A8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Format_ReturnValue_1) == 0x0002B8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, CallFunc_Format_ReturnValue_2) == 0x0002D0, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_Select_Default) == 0x0002E8, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_GetTimePlayed, K2Node_Select_Default_1) == 0x000300, "Member 'MainMenuV3_LoadGame_Item_C_GetTimePlayed::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_UnselectItem \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_UnselectItem) == 0x000001, "Wrong alignment on MainMenuV3_LoadGame_Item_C_UnselectItem"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_UnselectItem) == 0x000002, "Wrong size on MainMenuV3_LoadGame_Item_C_UnselectItem"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_UnselectItem, isUnselected) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'MainMenuV3_LoadGame_Item_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_SetSaveData \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_SetSaveData) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_Item_C_SetSaveData"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_SetSaveData) == 0x0000B0, "Wrong size on MainMenuV3_LoadGame_Item_C_SetSaveData"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetSaveData, SaveData_0) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_SetSaveData::SaveData_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetSaveData, CallFunc_Conv_IntToText_ReturnValue) == 0x000050, "Member 'MainMenuV3_LoadGame_Item_C_SetSaveData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetSaveData, CallFunc_Get_Save_Name_ReturnValue) == 0x000068, "Member 'MainMenuV3_LoadGame_Item_C_SetSaveData::CallFunc_Get_Save_Name_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetSaveData, CallFunc_GetSaveDate_Result) == 0x000080, "Member 'MainMenuV3_LoadGame_Item_C_SetSaveData::CallFunc_GetSaveDate_Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetSaveData, CallFunc_GetTimePlayed_ReturnValue) == 0x000098, "Member 'MainMenuV3_LoadGame_Item_C_SetSaveData::CallFunc_GetTimePlayed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_SelectItem \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_SelectItem) == 0x000001, "Wrong alignment on MainMenuV3_LoadGame_Item_C_SelectItem"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_SelectItem) == 0x000002, "Wrong size on MainMenuV3_LoadGame_Item_C_SelectItem"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SelectItem, IsSelected) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_SelectItem::IsSelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SelectItem, CallFunc_SelectItem_isSelected) == 0x000001, "Member 'MainMenuV3_LoadGame_Item_C_SelectItem::CallFunc_SelectItem_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_SetItemHover \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_SetItemHover) == 0x000001, "Wrong alignment on MainMenuV3_LoadGame_Item_C_SetItemHover"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_SetItemHover) == 0x000001, "Wrong size on MainMenuV3_LoadGame_Item_C_SetItemHover"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item) == 0x000004, "Wrong alignment on MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item) == 0x00000C, "Wrong size on MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, EntryPoint) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, K2Node_Event_isHovered) == 0x000004, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_GetItemSelect_isSelected) == 0x000005, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_GetItemHover_isHovered) == 0x000007, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_GetItemSelect_isSelected_1) == 0x000008, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_GetItemSelect_isSelected_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_Not_PreBool_ReturnValue_1) == 0x000009, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item, CallFunc_GetCanItemInteract_isInteractable) == 0x00000A, "Member 'MainMenuV3_LoadGame_Item_C_ExecuteUbergraph_MainMenuV3_LoadGame_Item::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_Item_C_SetHoverStyle \ static_assert(alignof(MainMenuV3_LoadGame_Item_C_SetHoverStyle) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_Item_C_SetHoverStyle"); \ static_assert(sizeof(MainMenuV3_LoadGame_Item_C_SetHoverStyle) == 0x000200, "Wrong size on MainMenuV3_LoadGame_Item_C_SetHoverStyle"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, bIsHovererd) == 0x000000, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::bIsHovererd' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable) == 0x000001, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_struct_Variable) == 0x000004, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_struct_Variable_1) == 0x000014, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_1) == 0x000024, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_struct_Variable_2) == 0x000028, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_struct_Variable_3) == 0x000038, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_2) == 0x000048, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_3) == 0x000049, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_4) == 0x00004A, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_5) == 0x00004B, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_struct_Variable_4) == 0x00004C, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_bool_Variable_6) == 0x00005C, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_byte_Variable) == 0x00005D, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, Temp_byte_Variable_1) == 0x00005E, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default) == 0x000060, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_1) == 0x000070, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor) == 0x000080, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor_1) == 0x0000A8, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor_2) == 0x0000D0, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor_3) == 0x0000F8, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_2) == 0x000120, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_3) == 0x000148, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor_4) == 0x000170, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_MakeStruct_SlateColor_5) == 0x000198, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_4) == 0x0001C0, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_5) == 0x0001E8, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_Item_C_SetHoverStyle, K2Node_Select_Default_6) == 0x0001F8, "Member 'MainMenuV3_LoadGame_Item_C_SetHoverStyle::K2Node_Select_Default_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV3_LoadGame_Item_C \ static_assert(alignof(UMainMenuV3_LoadGame_Item_C) == 0x000008, "Wrong alignment on UMainMenuV3_LoadGame_Item_C"); \ static_assert(sizeof(UMainMenuV3_LoadGame_Item_C) == 0x000340, "Wrong size on UMainMenuV3_LoadGame_Item_C"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, UberGraphFrame_MainMenuV3_LoadGame_Item_C) == 0x0002A8, "Member 'UMainMenuV3_LoadGame_Item_C::UberGraphFrame_MainMenuV3_LoadGame_Item_C' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, Background) == 0x0002B0, "Member 'UMainMenuV3_LoadGame_Item_C::Background' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, PlanformCounter) == 0x0002B8, "Member 'UMainMenuV3_LoadGame_Item_C::PlanformCounter' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, PlatformIcon) == 0x0002C0, "Member 'UMainMenuV3_LoadGame_Item_C::PlatformIcon' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, SaveDate) == 0x0002C8, "Member 'UMainMenuV3_LoadGame_Item_C::SaveDate' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, SaveName) == 0x0002D0, "Member 'UMainMenuV3_LoadGame_Item_C::SaveName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, TimePlayed) == 0x0002D8, "Member 'UMainMenuV3_LoadGame_Item_C::TimePlayed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, TimePlayedLabel) == 0x0002E0, "Member 'UMainMenuV3_LoadGame_Item_C::TimePlayedLabel' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, SaveData) == 0x0002E8, "Member 'UMainMenuV3_LoadGame_Item_C::SaveData' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_Item_C, bIsEmpty) == 0x000338, "Member 'UMainMenuV3_LoadGame_Item_C::bIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_DwergRevolver_C \ static_assert(alignof(UDamageType_DwergRevolver_C) == 0x000008, "Wrong alignment on UDamageType_DwergRevolver_C"); \ static_assert(sizeof(UDamageType_DwergRevolver_C) == 0x000058, "Wrong size on UDamageType_DwergRevolver_C"); \ #define DUMPER7_ASSERTS_ATurretAmmo_C \ static_assert(alignof(ATurretAmmo_C) == 0x000010, "Wrong alignment on ATurretAmmo_C"); \ static_assert(sizeof(ATurretAmmo_C) == 0x000430, "Wrong size on ATurretAmmo_C"); \ #define DUMPER7_ASSERTS_UWeaponCore_Annihilator_C \ static_assert(alignof(UWeaponCore_Annihilator_C) == 0x000008, "Wrong alignment on UWeaponCore_Annihilator_C"); \ static_assert(sizeof(UWeaponCore_Annihilator_C) == 0x000140, "Wrong size on UWeaponCore_Annihilator_C"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier \ static_assert(alignof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier) == 0x000010, "Wrong alignment on ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier) == 0x0003D0, "Wrong size on ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, EntryPoint) == 0x000000, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000006, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000008, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000B, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00000C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_2) == 0x00000D, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x00000F, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000010, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_1) == 0x000011, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000024, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000028, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00003C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000040, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000060, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000064, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_MapRangeClamped_ReturnValue) == 0x000074, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000078, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x00007C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x000080, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_Variable) == 0x000081, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000082, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_1) == 0x000083, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000084, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000088, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x00008C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x00008D, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_3) == 0x00008E, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_2) == 0x00008F, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x000090, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000094, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x000098, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x00009C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x0000A0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A1, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_3) == 0x0000A2, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_Has_Been_Initd_Variable) == 0x0000A3, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_4) == 0x0000A5, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x0000A8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_Event_DeltaTimeX) == 0x0000AC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_10) == 0x0000B0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0000B8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x0000C0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_1) == 0x0000CA, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_5) == 0x0000CB, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_4) == 0x0000CC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetMovementComponent_ReturnValue) == 0x0000D0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_5) == 0x0000D8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_VSize_ReturnValue) == 0x0000DC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000E0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetVelocity_ReturnValue) == 0x0000EC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x0000F8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_CalculateDirection_ReturnValue) == 0x0000FC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_CalculateDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_11) == 0x000100, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000101, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000104, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000108, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000114, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000120, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetBaseAimRotation_ReturnValue) == 0x00012C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_MakeTransform_ReturnValue) == 0x000140, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_InverseTransformRotation_ReturnValue) == 0x000170, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Roll_1) == 0x00017C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Pitch_1) == 0x000180, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakRotator_Yaw_1) == 0x000184, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000188, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000194, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000198, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_FInterpTo_ReturnValue) == 0x00019C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_FInterpTo_ReturnValue_1) == 0x0001A0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetVelocity_ReturnValue_1) == 0x0001A4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0001B0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_2) == 0x0001BC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0001C0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetForwardVector_ReturnValue) == 0x0001CC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0001D8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakVector_X) == 0x0001E4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakVector_Y) == 0x0001E8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BreakVector_Z) == 0x0001EC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001F0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_6) == 0x0001F1, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_Select_Default) == 0x0001F2, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001F3, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_7) == 0x0001F4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_6) == 0x0001F5, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_3) == 0x0001F6, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_4) == 0x0001F7, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x0001F8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess_1) == 0x000200, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetItemState_ReturnValue) == 0x000201, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000204, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsTargeting_ReturnValue) == 0x000208, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsTargeting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x00020C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_FInterpTo_ReturnValue_2) == 0x000210, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_Has_Been_Initd_Variable_1) == 0x000214, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTime_ReturnValue) == 0x000218, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_IsClosed_Variable) == 0x00021C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x00021D, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_8) == 0x00021E, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_Has_Been_Initd_Variable_2) == 0x00021F, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_IsClosed_Variable_1) == 0x000220, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTime_ReturnValue_1) == 0x000224, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_7) == 0x000228, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000230, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_9) == 0x000238, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsFalling_ReturnValue) == 0x000239, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetEnemyTrain_ReturnValue) == 0x000240, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetObjectClass_ReturnValue) == 0x000248, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_5) == 0x000250, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_ClassIsChildOf_ReturnValue) == 0x000251, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetTrainSpeed_ReturnValue) == 0x000254, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_6) == 0x000258, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_7) == 0x000259, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_8) == 0x00025A, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_Has_Been_Initd_Variable_3) == 0x00025B, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetHeavyItemOffsetAnim_Result) == 0x000260, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetHeavyItemOffsetAnim_Result' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_9) == 0x000268, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_DamagedActor) == 0x000270, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_Damage) == 0x000278, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_DamageType) == 0x000280, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_InstigatedBy) == 0x000288, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_DamageCauser) == 0x000290, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsAlive_ReturnValue) == 0x000298, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_10) == 0x000299, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_5) == 0x00029A, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_10) == 0x00029B, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00029C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_6) == 0x00029D, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_11) == 0x00029E, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_7) == 0x00029F, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_8) == 0x0002A0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_7) == 0x0002A1, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_IsClosed_Variable_2) == 0x0002A2, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0002A3, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanOR_ReturnValue_8) == 0x0002A4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, Temp_bool_IsClosed_Variable_3) == 0x0002A5, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_11) == 0x0002A6, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1) == 0x0002A8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess_2) == 0x0002B0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_12) == 0x0002B1, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2) == 0x0002B8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess_3) == 0x0002C0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_13) == 0x0002C1, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_3) == 0x0002C8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess_4) == 0x0002D0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x0002D4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_12) == 0x0002D8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0002D9, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsRunning_ReturnValue) == 0x0002DA, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_9) == 0x0002DB, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_12) == 0x0002DC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x0002E0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Less_FloatFloat_ReturnValue_13) == 0x0002E4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Less_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0002E5, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0002E6, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_13) == 0x0002E7, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_PlayTacticalSign_bPlaying) == 0x0002E8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_PlayTacticalSign_bPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x0002E9, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_10) == 0x0002EA, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_Montage) == 0x0002F0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_CustomEvent_bInterrupted) == 0x0002F8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_CustomEvent_bInterrupted' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsValid_ReturnValue_14) == 0x0002F9, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_4) == 0x000300, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, K2Node_DynamicCast_bSuccess_5) == 0x000308, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_14) == 0x000309, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_11) == 0x00030A, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_15) == 0x00030B, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_12) == 0x00030C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_16) == 0x00030D, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Greater_FloatFloat_ReturnValue_8) == 0x00030E, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Greater_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00030F, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000310, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_BooleanAND_ReturnValue_17) == 0x000311, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetCurveValue_ReturnValue) == 0x000314, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000318, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetCurveValue_ReturnValue_1) == 0x00031C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRightHandIKAlpha_ReturnValue) == 0x000320, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRightHandIKAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetRightHandAttachTransform_ReturnValue) == 0x000330, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetRightHandAttachTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetLeftHandAttachTransform_ReturnValue) == 0x000360, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetLeftHandAttachTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetLeftHandIKAlpha_ReturnValue) == 0x000390, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetLeftHandIKAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetCurveValue_ReturnValue_2) == 0x000394, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_GetCurveValue_ReturnValue_3) == 0x000398, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Add_FloatFloat_ReturnValue) == 0x00039C, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0003A0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_IsPlayingHitReaction_ReturnValue) == 0x0003A4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_IsPlayingHitReaction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x0003A8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_MakeVector_ReturnValue) == 0x0003AC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0003B8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0003BC, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0003C0, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0003C4, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Not_PreBool_ReturnValue_13) == 0x0003C5, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier, CallFunc_Conv_BoolToFloat_ReturnValue_4) == 0x0003C8, "Member 'ABP_Nazi_Soldier_C_ExecuteUbergraph_ABP_Nazi_Soldier::CallFunc_Conv_BoolToFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_OnMontageEnded_Event_0 \ static_assert(alignof(ABP_Nazi_Soldier_C_OnMontageEnded_Event_0) == 0x000008, "Wrong alignment on ABP_Nazi_Soldier_C_OnMontageEnded_Event_0"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_OnMontageEnded_Event_0) == 0x000010, "Wrong size on ABP_Nazi_Soldier_C_OnMontageEnded_Event_0"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnMontageEnded_Event_0, Montage) == 0x000000, "Member 'ABP_Nazi_Soldier_C_OnMontageEnded_Event_0::Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnMontageEnded_Event_0, bInterrupted) == 0x000008, "Member 'ABP_Nazi_Soldier_C_OnMontageEnded_Event_0::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0 \ static_assert(alignof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0) == 0x000008, "Wrong alignment on ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0) == 0x000028, "Wrong size on ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0, DamagedActor) == 0x000000, "Member 'ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0, Damage) == 0x000008, "Member 'ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0, DamageType) == 0x000010, "Member 'ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0, InstigatedBy) == 0x000018, "Member 'ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0, DamageCauser) == 0x000020, "Member 'ABP_Nazi_Soldier_C_OnTakeAnyDamage_Event_0::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Nazi_Soldier_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Nazi_Soldier_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Nazi_Soldier_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Nazi_Soldier_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_GetLeftHandAttachTransform \ static_assert(alignof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform) == 0x000010, "Wrong alignment on ABP_Nazi_Soldier_C_GetLeftHandAttachTransform"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform) == 0x0001A0, "Wrong size on ABP_Nazi_Soldier_C_GetLeftHandAttachTransform"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, ReturnValue) == 0x000000, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000040, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine) == 0x0000A8, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B4, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_InverseTransformLocation_ReturnValue) == 0x0000C0, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_MakeTransform_ReturnValue_1) == 0x0000D0, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_Get_Hands_Locations_RightHandLocation) == 0x000100, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_Get_Hands_Locations_RightHandLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_Get_Hands_Locations_LeftHandLocation) == 0x00010C, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_Get_Hands_Locations_LeftHandLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_TransformToBoneSpace_OutPosition) == 0x000118, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_TransformToBoneSpace_OutPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_TransformToBoneSpace_OutRotation) == 0x000124, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_TransformToBoneSpace_OutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_MakeTransform_ReturnValue_2) == 0x000130, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_IsValid_ReturnValue_2) == 0x000160, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetLeftHandAttachTransform, CallFunc_MakeTransform_ReturnValue_3) == 0x000170, "Member 'ABP_Nazi_Soldier_C_GetLeftHandAttachTransform::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_GetRightHandAttachTransform \ static_assert(alignof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform) == 0x000010, "Wrong alignment on ABP_Nazi_Soldier_C_GetRightHandAttachTransform"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform) == 0x000160, "Wrong size on ABP_Nazi_Soldier_C_GetRightHandAttachTransform"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, ReturnValue) == 0x000000, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000060, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine) == 0x000098, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A4, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_InverseTransformLocation_ReturnValue) == 0x0000B0, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_Get_Hands_Locations_RightHandLocation) == 0x0000BC, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_Get_Hands_Locations_RightHandLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_Get_Hands_Locations_LeftHandLocation) == 0x0000C8, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_Get_Hands_Locations_LeftHandLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x000110, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_MakeTransform_ReturnValue_1) == 0x000120, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetRightHandAttachTransform, CallFunc_IsValid_ReturnValue_1) == 0x000150, "Member 'ABP_Nazi_Soldier_C_GetRightHandAttachTransform::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_RollSprintAnimation \ static_assert(alignof(ABP_Nazi_Soldier_C_RollSprintAnimation) == 0x000001, "Wrong alignment on ABP_Nazi_Soldier_C_RollSprintAnimation"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_RollSprintAnimation) == 0x000001, "Wrong size on ABP_Nazi_Soldier_C_RollSprintAnimation"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_RollSprintAnimation, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000000, "Member 'ABP_Nazi_Soldier_C_RollSprintAnimation::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_PlayTacticalSign \ static_assert(alignof(ABP_Nazi_Soldier_C_PlayTacticalSign) == 0x000008, "Wrong alignment on ABP_Nazi_Soldier_C_PlayTacticalSign"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_PlayTacticalSign) == 0x000060, "Wrong size on ABP_Nazi_Soldier_C_PlayTacticalSign"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, bPlaying) == 0x000000, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::bPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, K2Node_MakeArray_Array) == 0x000008, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, K2Node_MakeArray_Array_1) == 0x000018, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_Array_Random_OutItem) == 0x000028, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_Array_Random_OutIndex) == 0x000030, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_Array_Random_OutItem_1) == 0x000038, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_Array_Random_OutIndex_1) == 0x000040, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue) == 0x000048, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_1) == 0x000050, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_PlayTacticalSign, K2Node_SwitchEnum_CmpSuccess) == 0x000058, "Member 'ABP_Nazi_Soldier_C_PlayTacticalSign::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_AnimGraph \ static_assert(alignof(ABP_Nazi_Soldier_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Nazi_Soldier_C_AnimGraph"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_AnimGraph) == 0x000010, "Wrong size on ABP_Nazi_Soldier_C_AnimGraph"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Nazi_Soldier_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim \ static_assert(alignof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim) == 0x000008, "Wrong alignment on ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim) == 0x000020, "Wrong size on ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, Result) == 0x000000, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::Result' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_ClassIsChildOf_ReturnValue) == 0x000018, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000019, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x00001A, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim, CallFunc_ClassIsChildOf_ReturnValue_3) == 0x00001B, "Member 'ABP_Nazi_Soldier_C_GetHeavyItemOffsetAnim::CallFunc_ClassIsChildOf_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Nazi_Soldier_C_IsReloadingWeapon \ static_assert(alignof(ABP_Nazi_Soldier_C_IsReloadingWeapon) == 0x000001, "Wrong alignment on ABP_Nazi_Soldier_C_IsReloadingWeapon"); \ static_assert(sizeof(ABP_Nazi_Soldier_C_IsReloadingWeapon) == 0x000002, "Wrong size on ABP_Nazi_Soldier_C_IsReloadingWeapon"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_IsReloadingWeapon, Result) == 0x000000, "Member 'ABP_Nazi_Soldier_C_IsReloadingWeapon::Result' has a wrong offset!"); \ static_assert(offsetof(ABP_Nazi_Soldier_C_IsReloadingWeapon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'ABP_Nazi_Soldier_C_IsReloadingWeapon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Nazi_Soldier_C \ static_assert(alignof(UABP_Nazi_Soldier_C) == 0x000010, "Wrong alignment on UABP_Nazi_Soldier_C"); \ static_assert(sizeof(UABP_Nazi_Soldier_C) == 0x00CC10, "Wrong size on UABP_Nazi_Soldier_C"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_Nazi_Soldier_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_45) == 0x0002D8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_44) == 0x000300, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_43) == 0x000328, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_42) == 0x000350, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_41) == 0x000378, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_40) == 0x0003A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_39) == 0x0003C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_38) == 0x0003F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_37) == 0x000418, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_36) == 0x000440, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_35) == 0x000468, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_34) == 0x000490, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_33) == 0x0004B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_32) == 0x0004E0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_27) == 0x000508, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_112) == 0x000698, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_112' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_22) == 0x000718, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_111) == 0x000748, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_111' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_65) == 0x0007C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_110) == 0x000868, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_110' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_21) == 0x0008E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_109) == 0x000918, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_109' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_20) == 0x000998, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_31) == 0x0009C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_30) == 0x0009F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_29) == 0x000A18, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_28) == 0x000A40, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_27) == 0x000A68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_26) == 0x000A90, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_25) == 0x000AB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_24) == 0x000AE0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_23) == 0x000B08, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_22) == 0x000B30, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_21) == 0x000B58, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_20) == 0x000B80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_19) == 0x000BA8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_18) == 0x000BD0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_17) == 0x000BF8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_16) == 0x000C20, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_15) == 0x000C48, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_14) == 0x000C70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_13) == 0x000C98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_12) == 0x000CC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_11) == 0x000CE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_10) == 0x000D10, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_9) == 0x000D38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_8) == 0x000D60, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_7) == 0x000D88, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_6) == 0x000DB0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_5) == 0x000DD8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_4) == 0x000E00, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_3) == 0x000E28, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_2) == 0x000E50, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult_1) == 0x000E78, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_108) == 0x000EA0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_108' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_107) == 0x000F20, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_107' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_106) == 0x000FA0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_106' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_64) == 0x001020, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_63) == 0x0010C0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_19) == 0x001160, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TransitionResult) == 0x001190, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_105) == 0x0011B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_105' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_104) == 0x001238, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_104' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_62) == 0x0012B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_15) == 0x001358, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_103) == 0x001408, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_103' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_102) == 0x001488, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_102' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_61) == 0x001508, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_18) == 0x0015A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_101) == 0x0015D8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_101' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_60) == 0x001658, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_100) == 0x0016F8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_100' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_99) == 0x001778, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_99' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_98) == 0x0017F8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_98' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_97) == 0x001878, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_97' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_26) == 0x0018F8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_59) == 0x001A88, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_14) == 0x001B28, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_96) == 0x001BD8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_96' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_58) == 0x001C58, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_57) == 0x001CF8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_25) == 0x001D98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_17) == 0x001F28, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_95) == 0x001F58, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_95' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_56) == 0x001FD8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_55) == 0x002078, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_54) == 0x002118, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_13) == 0x0021B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_53) == 0x002268, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_52) == 0x002308, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_51) == 0x0023A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_94) == 0x002448, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_94' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_93) == 0x0024C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_93' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_92) == 0x002548, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_92' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_91) == 0x0025C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_91' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_90) == 0x002648, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_89) == 0x0026C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_88) == 0x002748, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_16) == 0x0027C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_87) == 0x0027F8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_86) == 0x002878, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_50) == 0x0028F8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_12) == 0x002998, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_85) == 0x002A48, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_84) == 0x002AC8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_49) == 0x002B48, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_15) == 0x002BE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_83) == 0x002C18, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_48) == 0x002C98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_82) == 0x002D38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_81) == 0x002DB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_24) == 0x002E38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_47) == 0x002FC8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_11) == 0x003068, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_80) == 0x003118, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_79) == 0x003198, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_46) == 0x003218, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_45) == 0x0032B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_23) == 0x003358, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_78) == 0x0034E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_14) == 0x003568, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_77) == 0x003598, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_13) == 0x003618, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_22) == 0x003648, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_21) == 0x0037D8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_76) == 0x003968, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_10) == 0x0039E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_75) == 0x003AB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_74) == 0x003B38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive_5) == 0x003BB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_73) == 0x003BF0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_72) == 0x003C70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_9) == 0x003CF0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive_4) == 0x003DC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_71) == 0x003DF8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_70) == 0x003E78, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive_3) == 0x003EF8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_8) == 0x003F30, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_69) == 0x004000, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_68) == 0x004080, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_67) == 0x004100, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_44) == 0x004180, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_43) == 0x004220, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_10) == 0x0042C0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_20) == 0x004370, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_66) == 0x004500, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_65) == 0x004580, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_42) == 0x004600, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_41) == 0x0046A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_12) == 0x004740, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_64) == 0x004770, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_63) == 0x0047F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_62) == 0x004870, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_19) == 0x0048F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_9) == 0x004A80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_18) == 0x004B30, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_40) == 0x004CC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_39) == 0x004D60, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_61) == 0x004E00, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_60) == 0x004E80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_59) == 0x004F00, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_38) == 0x004F80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_37) == 0x005020, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_11) == 0x0050C0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_58) == 0x0050F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_57) == 0x005170, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_56) == 0x0051F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_17) == 0x005270, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_36) == 0x005400, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_35) == 0x0054A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_8) == 0x005540, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_16) == 0x0055F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_55) == 0x005780, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_54) == 0x005800, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_53) == 0x005880, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_34) == 0x005900, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_33) == 0x0059A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_10) == 0x005A40, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_52) == 0x005A70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_9) == 0x005AF0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_51) == 0x005B20, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_50) == 0x005BA0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_32) == 0x005C20, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_49) == 0x005CC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_48) == 0x005D40, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_7) == 0x005DC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_31) == 0x005E70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_8) == 0x005F10, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_15) == 0x005F40, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_47) == 0x0060D0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_46) == 0x006150, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_45) == 0x0061D0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_44) == 0x006250, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_43) == 0x0062D0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_42) == 0x006350, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_7) == 0x0063D0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive_2) == 0x0064A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_6) == 0x0064D8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive_1) == 0x0065A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_5) == 0x0065E0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_MakeDynamicAdditive) == 0x0066B0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_41) == 0x0066E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_40) == 0x006768, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_39) == 0x0067E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_30) == 0x006868, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_29) == 0x006908, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_6) == 0x0069A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_14) == 0x006A58, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_38) == 0x006BE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_37) == 0x006C68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_36) == 0x006CE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_28) == 0x006D68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_27) == 0x006E08, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_7) == 0x006EA8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_35) == 0x006ED8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_34) == 0x006F58, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_13) == 0x006FD8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_5) == 0x007168, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_12) == 0x007218, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_33) == 0x0073A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_26) == 0x007428, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_25) == 0x0074C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_32) == 0x007568, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_31) == 0x0075E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_30) == 0x007668, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_24) == 0x0076E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_23) == 0x007788, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_6) == 0x007828, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_29) == 0x007858, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_11) == 0x0078D8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_28) == 0x007A68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_27) == 0x007AE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_26) == 0x007B68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_25) == 0x007BE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_22) == 0x007C68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_21) == 0x007D08, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_20) == 0x007DA8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_19) == 0x007E48, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_18) == 0x007EE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_4) == 0x007F88, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_24) == 0x008038, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_10) == 0x0080B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_23) == 0x008248, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_22) == 0x0082C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_21) == 0x008348, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_20) == 0x0083C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_19) == 0x008448, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_18) == 0x0084C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_17) == 0x008548, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_16) == 0x0085E8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_15) == 0x008688, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_14) == 0x008728, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_13) == 0x0087C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_5) == 0x008868, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_17) == 0x008898, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_16) == 0x008918, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_15) == 0x008998, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_14) == 0x008A18, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_12) == 0x008A98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_3) == 0x008B38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_11) == 0x008BE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_4) == 0x008C88, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateMachine_1) == 0x008CB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_3) == 0x008D68, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendSpacePlayer_3) == 0x008D98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_10) == 0x008E80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_9) == 0x008F20, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendSpacePlayer_2) == 0x008FC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendSpacePlayer_1) == 0x0090A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendSpacePlayer) == 0x009190, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RandomPlayer_2) == 0x009278, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RandomPlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_13) == 0x0092F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_9) == 0x009370, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_8) == 0x009500, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_8) == 0x009690, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x009730, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_12) == 0x009800, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_7) == 0x009880, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_2) == 0x009A10, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_6) == 0x009AC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_7) == 0x009C50, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_11) == 0x009CF0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_2) == 0x009D70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_6) == 0x009DA0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_10) == 0x009E40, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_5) == 0x009EC0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_9) == 0x009F60, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_8) == 0x009FE0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_8) == 0x00A060, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RandomPlayer_1) == 0x00A0A8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RandomPlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum_1) == 0x00A120, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_7) == 0x00A1D0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_5) == 0x00A250, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_4) == 0x00A3E0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult_1) == 0x00A570, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_6) == 0x00A5A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RandomPlayer) == 0x00A620, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_3) == 0x00A698, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_2) == 0x00A828, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_5) == 0x00A9B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_4) == 0x00AA38, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x00AAB8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_4) == 0x00AC48, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByEnum) == 0x00ACE8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x00AD98, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_3) == 0x00AF28, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_3) == 0x00AFC8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateResult) == 0x00B048, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_StateMachine) == 0x00B078, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose_5) == 0x00B128, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_LayeredBoneBlend) == 0x00B150, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_2) == 0x00B210, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SaveCachedPose_1) == 0x00B2B0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_7) == 0x00B408, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose_4) == 0x00B450, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyAdditive) == 0x00B478, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_6) == 0x00B540, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SaveCachedPose) == 0x00B588, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose_3) == 0x00B6E0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_5) == 0x00B708, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x00B750, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_4) == 0x00B820, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_CopyBone) == 0x00B868, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_CopyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_LocalToComponentSpace) == 0x00B958, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ComponentToLocalSpace) == 0x00B978, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Fabrik_1) == 0x00B9A0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Fabrik_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x00BB30, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_2) == 0x00BC00, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ModifyBone_2) == 0x00BC80, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TwoBoneIK_1) == 0x00BD90, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_TwoBoneIK) == 0x00BF70, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ModifyBone_1) == 0x00C150, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ModifyBone) == 0x00C258, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool_1) == 0x00C360, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose_2) == 0x00C400, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_3) == 0x00C428, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_2) == 0x00C470, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot_1) == 0x00C4B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose_1) == 0x00C500, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_BlendListByBool) == 0x00C528, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_UseCachedPose) == 0x00C5C8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Slot) == 0x00C5F0, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Root) == 0x00C638, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x00C668, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer_1) == 0x00C738, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x00C7B8, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_SequencePlayer) == 0x00C888, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AnimGraphNode_Fabrik) == 0x00C910, "Member 'UABP_Nazi_Soldier_C::AnimGraphNode_Fabrik' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bIsRunning) == 0x00CAA0, "Member 'UABP_Nazi_Soldier_C::bIsRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Speed) == 0x00CAA4, "Member 'UABP_Nazi_Soldier_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bIsInCombat) == 0x00CAA8, "Member 'UABP_Nazi_Soldier_C::bIsInCombat' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, MoveForward) == 0x00CAAC, "Member 'UABP_Nazi_Soldier_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, MoveRight) == 0x00CAB0, "Member 'UABP_Nazi_Soldier_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Direction) == 0x00CAB4, "Member 'UABP_Nazi_Soldier_C::Direction' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Character) == 0x00CAB8, "Member 'UABP_Nazi_Soldier_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Yaw) == 0x00CAC0, "Member 'UABP_Nazi_Soldier_C::Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Pitch) == 0x00CAC4, "Member 'UABP_Nazi_Soldier_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, InCover) == 0x00CAC8, "Member 'UABP_Nazi_Soldier_C::InCover' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bWantCoverMiddle) == 0x00CAC9, "Member 'UABP_Nazi_Soldier_C::bWantCoverMiddle' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bWantCoverRight) == 0x00CACA, "Member 'UABP_Nazi_Soldier_C::bWantCoverRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bFullCover) == 0x00CACB, "Member 'UABP_Nazi_Soldier_C::bFullCover' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bCanRightCover) == 0x00CACC, "Member 'UABP_Nazi_Soldier_C::bCanRightCover' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bCanLeftCover) == 0x00CACD, "Member 'UABP_Nazi_Soldier_C::bCanLeftCover' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bCanCoverMiddle) == 0x00CACE, "Member 'UABP_Nazi_Soldier_C::bCanCoverMiddle' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bReadyToShot) == 0x00CACF, "Member 'UABP_Nazi_Soldier_C::bReadyToShot' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, WeaponType) == 0x00CAD0, "Member 'UABP_Nazi_Soldier_C::WeaponType' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, BulletFearDirection) == 0x00CAD4, "Member 'UABP_Nazi_Soldier_C::BulletFearDirection' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, BulletFearAlpha) == 0x00CAE0, "Member 'UABP_Nazi_Soldier_C::BulletFearAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bIsTargeting) == 0x00CAE4, "Member 'UABP_Nazi_Soldier_C::bIsTargeting' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, TargetingAlpha) == 0x00CAE8, "Member 'UABP_Nazi_Soldier_C::TargetingAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, IsInAir) == 0x00CAEC, "Member 'UABP_Nazi_Soldier_C::IsInAir' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, isOperatingTrainEngine) == 0x00CAED, "Member 'UABP_Nazi_Soldier_C::isOperatingTrainEngine' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, isTrolleyEngine) == 0x00CAEE, "Member 'UABP_Nazi_Soldier_C::isTrolleyEngine' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, TrolleySpeed) == 0x00CAF0, "Member 'UABP_Nazi_Soldier_C::TrolleySpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Operating_Harpoon) == 0x00CAF8, "Member 'UABP_Nazi_Soldier_C::Operating_Harpoon' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, HarpoonPitch) == 0x00CB00, "Member 'UABP_Nazi_Soldier_C::HarpoonPitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, HarpoonYaw) == 0x00CB04, "Member 'UABP_Nazi_Soldier_C::HarpoonYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, HeavyItemOffset) == 0x00CB08, "Member 'UABP_Nazi_Soldier_C::HeavyItemOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, HeavyItemOffsetValid) == 0x00CB10, "Member 'UABP_Nazi_Soldier_C::HeavyItemOffsetValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bNeedPlayHitReaction) == 0x00CB11, "Member 'UABP_Nazi_Soldier_C::bNeedPlayHitReaction' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, LeftFootRotation) == 0x00CB14, "Member 'UABP_Nazi_Soldier_C::LeftFootRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, RightFootRotation) == 0x00CB20, "Member 'UABP_Nazi_Soldier_C::RightFootRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, LeftEffector) == 0x00CB2C, "Member 'UABP_Nazi_Soldier_C::LeftEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, RightEffector) == 0x00CB38, "Member 'UABP_Nazi_Soldier_C::RightEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, IKAlpha) == 0x00CB44, "Member 'UABP_Nazi_Soldier_C::IKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, MeshZOffset) == 0x00CB48, "Member 'UABP_Nazi_Soldier_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, WeaponState) == 0x00CB4C, "Member 'UABP_Nazi_Soldier_C::WeaponState' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, CurrentCoverInfo) == 0x00CB50, "Member 'UABP_Nazi_Soldier_C::CurrentCoverInfo' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bWeaponWantsFire) == 0x00CB60, "Member 'UABP_Nazi_Soldier_C::bWeaponWantsFire' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, AimCorrectionYaw) == 0x00CB64, "Member 'UABP_Nazi_Soldier_C::AimCorrectionYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bUseAlternateSprint) == 0x00CB68, "Member 'UABP_Nazi_Soldier_C::bUseAlternateSprint' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bLastIsRunning) == 0x00CB69, "Member 'UABP_Nazi_Soldier_C::bLastIsRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Is_Dying) == 0x00CB6A, "Member 'UABP_Nazi_Soldier_C::Is_Dying' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, Want_Play_Tactical_Move_Time) == 0x00CB6C, "Member 'UABP_Nazi_Soldier_C::Want_Play_Tactical_Move_Time' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bNeedPlayTacticalMove) == 0x00CB70, "Member 'UABP_Nazi_Soldier_C::bNeedPlayTacticalMove' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bCageDetached) == 0x00CB71, "Member 'UABP_Nazi_Soldier_C::bCageDetached' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bSpeedMore10) == 0x00CB72, "Member 'UABP_Nazi_Soldier_C::bSpeedMore10' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, HeavyObjectAdditiveAlpha) == 0x00CB74, "Member 'UABP_Nazi_Soldier_C::HeavyObjectAdditiveAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, CorrectIdlePoseAutoAlpha) == 0x00CB78, "Member 'UABP_Nazi_Soldier_C::CorrectIdlePoseAutoAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, CorrectdlePosePistolAplha) == 0x00CB7C, "Member 'UABP_Nazi_Soldier_C::CorrectdlePosePistolAplha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, RightHandAttachTransform) == 0x00CB80, "Member 'UABP_Nazi_Soldier_C::RightHandAttachTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, RightHandAttachAlpha) == 0x00CBB0, "Member 'UABP_Nazi_Soldier_C::RightHandAttachAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, LehtHandAttachAlpha) == 0x00CBB4, "Member 'UABP_Nazi_Soldier_C::LehtHandAttachAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, LeftHandAttachTransform) == 0x00CBC0, "Member 'UABP_Nazi_Soldier_C::LeftHandAttachTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, RootBoneTranslation) == 0x00CBF0, "Member 'UABP_Nazi_Soldier_C::RootBoneTranslation' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, SpeedDiv500) == 0x00CBFC, "Member 'UABP_Nazi_Soldier_C::SpeedDiv500' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, SpeedDiv250) == 0x00CC00, "Member 'UABP_Nazi_Soldier_C::SpeedDiv250' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, NotReloadingAlpha) == 0x00CC04, "Member 'UABP_Nazi_Soldier_C::NotReloadingAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Nazi_Soldier_C, bUseAltWalk) == 0x00CC08, "Member 'UABP_Nazi_Soldier_C::bUseAltWalk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponCore_Flamethrower_C \ static_assert(alignof(UWeaponCore_Flamethrower_C) == 0x000008, "Wrong alignment on UWeaponCore_Flamethrower_C"); \ static_assert(sizeof(UWeaponCore_Flamethrower_C) == 0x0001A0, "Wrong size on UWeaponCore_Flamethrower_C"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter \ static_assert(alignof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter) == 0x000010, "Wrong alignment on GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter"); \ static_assert(sizeof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter) == 0x0002B0, "Wrong size on GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, EntryPoint) == 0x000000, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetPlayerController_ReturnValue_1) == 0x000018, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetHUD_ReturnValue_1) == 0x000038, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000040, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_Event_HitResult) == 0x000098, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_Event_DamageType) == 0x000120, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_Event_PawnInstigator) == 0x000128, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_Event_ImpulseDir) == 0x000130, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x00013C, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x00013D, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_Time) == 0x000140, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_Distance) == 0x000144, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_Location) == 0x000148, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x000154, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_Normal) == 0x000160, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x00016C, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000178, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_HitActor) == 0x000180, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_HitComponent) == 0x000188, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000190, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_HitItem) == 0x000198, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x00019C, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x0001A0, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_TraceStart) == 0x0001A4, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x0001B0, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001C0, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001C8, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0001D4, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0001E0, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001EC, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_MakeTransform_ReturnValue) == 0x000200, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000230, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_ShouldHappen_ReturnValue) == 0x000238, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000240, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000248, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_CustomEvent_Object) == 0x000250, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_CustomEvent_ObjectName) == 0x000258, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_CustomEvent_ObjectName' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_CustomEvent_NewName) == 0x000270, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_CustomEvent_NewName' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_CustomEvent_IconIndex) == 0x000288, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_CustomEvent_IconIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_CustomEvent_ColorIndex) == 0x00028C, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_CustomEvent_ColorIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_AsWagon_Module_Generic_Container) == 0x000290, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_AsWagon_Module_Generic_Container' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000298, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_AsWagon_Module_Generic_Container_1) == 0x0002A0, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_AsWagon_Module_Generic_Container_1' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter, K2Node_DynamicCast_bSuccess_3) == 0x0002A8, "Member 'GenericPlayerCharacter_C_ExecuteUbergraph_GenericPlayerCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_SetContainerCustomization \ static_assert(alignof(GenericPlayerCharacter_C_SetContainerCustomization) == 0x000004, "Wrong alignment on GenericPlayerCharacter_C_SetContainerCustomization"); \ static_assert(sizeof(GenericPlayerCharacter_C_SetContainerCustomization) == 0x000008, "Wrong size on GenericPlayerCharacter_C_SetContainerCustomization"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerCustomization, IconIndex) == 0x000000, "Member 'GenericPlayerCharacter_C_SetContainerCustomization::IconIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerCustomization, ColorIndex) == 0x000004, "Member 'GenericPlayerCharacter_C_SetContainerCustomization::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_SetContainerName \ static_assert(alignof(GenericPlayerCharacter_C_SetContainerName) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_SetContainerName"); \ static_assert(sizeof(GenericPlayerCharacter_C_SetContainerName) == 0x000018, "Wrong size on GenericPlayerCharacter_C_SetContainerName"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerName, NewName) == 0x000000, "Member 'GenericPlayerCharacter_C_SetContainerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_ServerSetContainerObject \ static_assert(alignof(GenericPlayerCharacter_C_ServerSetContainerObject) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_ServerSetContainerObject"); \ static_assert(sizeof(GenericPlayerCharacter_C_ServerSetContainerObject) == 0x000020, "Wrong size on GenericPlayerCharacter_C_ServerSetContainerObject"); \ static_assert(offsetof(GenericPlayerCharacter_C_ServerSetContainerObject, Object) == 0x000000, "Member 'GenericPlayerCharacter_C_ServerSetContainerObject::Object' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_ServerSetContainerObject, ObjectName) == 0x000008, "Member 'GenericPlayerCharacter_C_ServerSetContainerObject::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_RagdollPlayHit \ static_assert(alignof(GenericPlayerCharacter_C_RagdollPlayHit) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_RagdollPlayHit"); \ static_assert(sizeof(GenericPlayerCharacter_C_RagdollPlayHit) == 0x0000A8, "Wrong size on GenericPlayerCharacter_C_RagdollPlayHit"); \ static_assert(offsetof(GenericPlayerCharacter_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'GenericPlayerCharacter_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'GenericPlayerCharacter_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'GenericPlayerCharacter_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'GenericPlayerCharacter_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_SetContainerObject \ static_assert(alignof(GenericPlayerCharacter_C_SetContainerObject) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_SetContainerObject"); \ static_assert(sizeof(GenericPlayerCharacter_C_SetContainerObject) == 0x000028, "Wrong size on GenericPlayerCharacter_C_SetContainerObject"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerObject, Object) == 0x000000, "Member 'GenericPlayerCharacter_C_SetContainerObject::Object' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerObject, ObjectName) == 0x000008, "Member 'GenericPlayerCharacter_C_SetContainerObject::ObjectName' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_SetContainerObject, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'GenericPlayerCharacter_C_SetContainerObject::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_GetContainerName \ static_assert(alignof(GenericPlayerCharacter_C_GetContainerName) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_GetContainerName"); \ static_assert(sizeof(GenericPlayerCharacter_C_GetContainerName) == 0x000040, "Wrong size on GenericPlayerCharacter_C_GetContainerName"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerName, Name_0) == 0x000000, "Member 'GenericPlayerCharacter_C_GetContainerName::Name_0' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerName, TypeName) == 0x000018, "Member 'GenericPlayerCharacter_C_GetContainerName::TypeName' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerName, K2Node_DynamicCast_AsWagon_Module_Generic_Container) == 0x000030, "Member 'GenericPlayerCharacter_C_GetContainerName::K2Node_DynamicCast_AsWagon_Module_Generic_Container' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerName, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GenericPlayerCharacter_C_GetContainerName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPlayerCharacter_C_GetContainerCustomization \ static_assert(alignof(GenericPlayerCharacter_C_GetContainerCustomization) == 0x000008, "Wrong alignment on GenericPlayerCharacter_C_GetContainerCustomization"); \ static_assert(sizeof(GenericPlayerCharacter_C_GetContainerCustomization) == 0x000018, "Wrong size on GenericPlayerCharacter_C_GetContainerCustomization"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerCustomization, Icon_Index) == 0x000000, "Member 'GenericPlayerCharacter_C_GetContainerCustomization::Icon_Index' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerCustomization, Color_Index) == 0x000004, "Member 'GenericPlayerCharacter_C_GetContainerCustomization::Color_Index' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerCustomization, K2Node_DynamicCast_AsWagon_Module_Generic_Container) == 0x000008, "Member 'GenericPlayerCharacter_C_GetContainerCustomization::K2Node_DynamicCast_AsWagon_Module_Generic_Container' has a wrong offset!"); \ static_assert(offsetof(GenericPlayerCharacter_C_GetContainerCustomization, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GenericPlayerCharacter_C_GetContainerCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericPlayerCharacter_C \ static_assert(alignof(AGenericPlayerCharacter_C) == 0x000010, "Wrong alignment on AGenericPlayerCharacter_C"); \ static_assert(sizeof(AGenericPlayerCharacter_C) == 0x000FD0, "Wrong size on AGenericPlayerCharacter_C"); \ static_assert(offsetof(AGenericPlayerCharacter_C, UberGraphFrame) == 0x000F90, "Member 'AGenericPlayerCharacter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerCharacter_C, ItemInteraction) == 0x000F98, "Member 'AGenericPlayerCharacter_C::ItemInteraction' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerCharacter_C, InteractionWidgetsComponents) == 0x000FA0, "Member 'AGenericPlayerCharacter_C::InteractionWidgetsComponents' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerCharacter_C, ContainerObject) == 0x000FB0, "Member 'AGenericPlayerCharacter_C::ContainerObject' has a wrong offset!"); \ static_assert(offsetof(AGenericPlayerCharacter_C, ContainerObjectName) == 0x000FB8, "Member 'AGenericPlayerCharacter_C::ContainerObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter \ static_assert(alignof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter"); \ static_assert(sizeof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter) == 0x003C80, "Wrong size on ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, EntryPoint) == 0x000000, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_19) == 0x000004, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_18) == 0x00000C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_17) == 0x000024, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_16) == 0x00003C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_15) == 0x000054, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable) == 0x00006C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_byte_Variable) == 0x000074, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable) == 0x000078, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_1) == 0x000080, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_2) == 0x000088, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_3) == 0x000090, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_4) == 0x000098, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_5) == 0x0000A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_6) == 0x0000A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_7) == 0x0000B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_8) == 0x0000B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_9) == 0x0000C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_10) == 0x0000C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_11) == 0x0000D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_14) == 0x0000D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_13) == 0x0000F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_12) == 0x000108, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x000110, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_11) == 0x000120, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x000128, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_10) == 0x000138, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_8) == 0x000140, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_1) == 0x000150, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_9) == 0x000158, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_9) == 0x000168, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_8) == 0x000170, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_10) == 0x000178, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_7) == 0x000188, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_11) == 0x000190, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_6) == 0x0001A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_5) == 0x0001B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_2) == 0x0001D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_byte_Variable_1) == 0x0001D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_12) == 0x0001E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_13) == 0x0001E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_14) == 0x0001F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_15) == 0x0001F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_16) == 0x000200, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_17) == 0x000208, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_18) == 0x000210, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_19) == 0x000218, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_20) == 0x000220, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_21) == 0x000228, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_22) == 0x000230, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_23) == 0x000238, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_4) == 0x000240, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_14) == 0x000248, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_3) == 0x000258, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_15) == 0x000260, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_2) == 0x000270, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_16) == 0x000278, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_1) == 0x000288, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_17) == 0x000290, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName) == 0x0002A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_18) == 0x0002A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_3) == 0x0002B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable) == 0x0002C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x0002C4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable) == 0x0002C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_19) == 0x0002CC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_38) == 0x0002DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_38' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_1) == 0x0002E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_20) == 0x0002E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_1) == 0x0002FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_21) == 0x000300, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_39) == 0x000310, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_39' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_2) == 0x000318, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_22) == 0x000330, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_2) == 0x000340, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000344, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_2) == 0x000348, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_6) == 0x000350, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_3) == 0x000368, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_4) == 0x00036C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue) == 0x000370, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_3) == 0x000378, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_1) == 0x000390, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable) == 0x000398, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_2) == 0x0003B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_7) == 0x0003B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_3) == 0x0003D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_3) == 0x0003D4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_3) == 0x0003D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_4) == 0x0003DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_8) == 0x0003E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable) == 0x0003F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x0003F9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_9) == 0x000400, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_10) == 0x000418, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_1) == 0x000430, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_4) == 0x000448, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_4) == 0x000450, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_4) == 0x000454, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_23) == 0x000458, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000468, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000470, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000471, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_11) == 0x000478, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_5) == 0x000490, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_20) == 0x000494, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_12) == 0x0004A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_4) == 0x0004B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_24) == 0x0004D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_6) == 0x0004E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_21) == 0x0004E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_5) == 0x0004EC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_5) == 0x0004F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_5) == 0x0004F4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_6) == 0x0004F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_6) == 0x0004FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_7) == 0x000500, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_7) == 0x000504, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_7) == 0x000508, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_6) == 0x00050C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_25) == 0x000510, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_13) == 0x000520, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_5) == 0x000538, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_26) == 0x000550, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_6) == 0x000560, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_8) == 0x000578, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_7) == 0x000580, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_isProgressButton) == 0x000598, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_isProgressButton' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_KeyMeta) == 0x0005A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_KeyMeta' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Percent_1) == 0x0005D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Percent_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Percent) == 0x0005DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Percent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ButtonsWrapper_1) == 0x0005E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ButtonsWrapper_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ButtonsWrapper) == 0x0005E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ButtonsWrapper' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Hints_1) == 0x0005F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Hints_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Hints) == 0x0005F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Hints' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitResult_1) == 0x000600, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitResult_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ReturnValue) == 0x000688, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_bIsGamepadNow) == 0x000689, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_bIsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_LabelText) == 0x000690, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_LabelText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_CaptionText) == 0x0006A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_CaptionText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Widget) == 0x0006C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Widget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_GameClass) == 0x0006C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_GameClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_GameWidget) == 0x0006D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_GameWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Table) == 0x0006D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Table' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DeltaSeconds_1) == 0x0006E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DeltaSeconds_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Actor) == 0x0006E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Hit_1) == 0x0006F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Hit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000778, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess) == 0x000788, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x000790, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Create_ReturnValue) == 0x000798, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue) == 0x0007A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface) == 0x0007A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0007B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_27) == 0x0007BC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0007D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0007D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue) == 0x0007E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraLocation_ReturnValue) == 0x0007EC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue) == 0x0007F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000808, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue_1) == 0x000810, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraLocation_ReturnValue_1) == 0x00081C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue_1) == 0x000828, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_8) == 0x000838, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_2) == 0x000850, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_PrevMovementMode) == 0x000868, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_NewMovementMode) == 0x000869, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_PrevCustomMode) == 0x00086A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_PrevCustomMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_NewCustomMode) == 0x00086B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_NewCustomMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_22) == 0x00086C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000874, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000875, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000876, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_SwitchEnum_CmpSuccess_1) == 0x000877, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue) == 0x000878, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_14) == 0x000880, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsFlying_ReturnValue) == 0x000898, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsFlying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitResult) == 0x00089C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DamageType_1) == 0x000928, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DamageType_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_PawnInstigator) == 0x000930, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ImpulseDir) == 0x000938, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGAICharacter) == 0x000948, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000950, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAlive_ReturnValue) == 0x000951, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x000952, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x000953, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time) == 0x000954, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance) == 0x000958, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location) == 0x00095C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x000968, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal) == 0x000974, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x000980, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000990, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor) == 0x000998, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent) == 0x0009A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x0009A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem) == 0x0009B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x0009B4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x0009B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart) == 0x0009BC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x0009C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0009D4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0009D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Normal_ReturnValue) == 0x0009E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_NameName_ReturnValue) == 0x0009F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0009F4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000A00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000A04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x000A10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_15) == 0x000A18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_PC_1) == 0x000A30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_PC_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_1) == 0x000A38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_2) == 0x000A40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Ansora) == 0x000A48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_3) == 0x000A50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000A58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000A60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue) == 0x000A68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000A70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_5) == 0x000A78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x000A79, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000A7A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_16) == 0x000A80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000A98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000A99, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x000A9A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_1) == 0x000AA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x000AA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_6) == 0x000AB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_PC) == 0x000AB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_PC' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_23) == 0x000AC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_28) == 0x000AC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Hit) == 0x000AD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ResourceClass) == 0x000B60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ResourceClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ResourceAmount) == 0x000B68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ResourceAmount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000B6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000B6D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_1) == 0x000B70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_1) == 0x000B74, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_1) == 0x000B78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000B84, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_1) == 0x000B90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000B9C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_1) == 0x000BA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_1) == 0x000BB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_1) == 0x000BB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_1) == 0x000BC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_1) == 0x000BC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_1) == 0x000BCC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_1) == 0x000BD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_1) == 0x000BD4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_1) == 0x000BE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_29) == 0x000BEC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x000C00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_7) == 0x000C10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DeltaTime_1) == 0x000C14, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DeltaTime_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ActorsToIgnore) == 0x000C18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Depth) == 0x000C28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Depth' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000C2C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000C38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_8) == 0x000C3C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetUpVector_ReturnValue) == 0x000C40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000C4C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue) == 0x000C58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_OutHit) == 0x000C64, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_ReturnValue) == 0x000CEC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000CED, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000CEE, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_2) == 0x000CF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_2) == 0x000CF4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_2) == 0x000CF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000D04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_2) == 0x000D10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000D1C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_2) == 0x000D28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_2) == 0x000D30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_2) == 0x000D38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_2) == 0x000D40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_2) == 0x000D48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_2) == 0x000D4C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_2) == 0x000D50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_2) == 0x000D54, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_2) == 0x000D60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGCharacter) == 0x000D70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_8) == 0x000D78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGItem) == 0x000D80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_9) == 0x000D88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Add_ReturnValue) == 0x000D8C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue) == 0x000D90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000D94, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_17) == 0x000D98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors) == 0x000DB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_8) == 0x000DC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue) == 0x000DC4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_9) == 0x000DC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_OnFogUpdated_ReturnValue) == 0x000DCC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_OnFogUpdated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_18) == 0x000DD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x000DE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAnyRootMotion_ReturnValue) == 0x000DE9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAnyRootMotion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_5) == 0x000DEA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x000DEB, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_2) == 0x000DF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000DF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DeltaSeconds) == 0x000E04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_9) == 0x000E08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_24) == 0x000E0C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_6) == 0x000E14, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Damage_1) == 0x000E18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Damage_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DamageType) == 0x000E20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitLocation) == 0x000E28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitNormal) == 0x000E34, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitComponent) == 0x000E40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_BoneName) == 0x000E48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_BoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ShotFromDirection) == 0x000E50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_InstigatedBy) == 0x000E60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DamageCauser) == 0x000E68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_HitInfo) == 0x000E70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_HitInfo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HasAuthority_ReturnValue_7) == 0x000EF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_30) == 0x000EFC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x000F0C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item) == 0x000F10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_2) == 0x000F18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000F1C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000F20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Map_Keys_Keys) == 0x000F28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Map_Values_Values) == 0x000F38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_1) == 0x000F48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_3) == 0x000F50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x000F54, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000F58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Map_Keys_Keys_1) == 0x000F60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_2) == 0x000F70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_4) == 0x000F78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Map_Values_Values_1) == 0x000F80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_3) == 0x000F90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_24) == 0x000F98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_9) == 0x000FA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_10) == 0x000FA4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_10) == 0x000FA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_7) == 0x000FAC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_3) == 0x000FB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_1) == 0x000FB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_25) == 0x000FC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceFloor_Result) == 0x000FC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceFloor_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceFloor_Wagon) == 0x000FD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceFloor_Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceFloor_Floor) == 0x000FD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceFloor_Floor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetMaterial_ReturnValue) == 0x000FE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000FE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetMaterial_ReturnValue_1) == 0x000FF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000FF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_10) == 0x001000, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1) == 0x001008, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_11) == 0x001010, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x001014, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_3) == 0x001020, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Controller) == 0x001028, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_12) == 0x001030, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInputEnabled_ReturnValue) == 0x001031, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X) == 0x001034, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y) == 0x001038, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z) == 0x00103C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x001040, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_26) == 0x001050, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_1) == 0x001058, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_1) == 0x00105C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_1) == 0x001060, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x001064, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x001068, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Abs_ReturnValue) == 0x001074, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x001078, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_11) == 0x00107C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_10) == 0x001080, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_4) == 0x001084, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_11) == 0x001088, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_3) == 0x00108C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetMaterial_ReturnValue_2) == 0x001090, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x001098, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2) == 0x0010A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_13) == 0x0010A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathSwitcher_4) == 0x0010B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathSwitcher_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_SelectedRewardSlot) == 0x0010B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_SelectedRewardSlot' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetMaterial_ReturnValue_3) == 0x0010C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetMaterial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue) == 0x0010C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_3) == 0x0010D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_14) == 0x0010D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPath_Switcher) == 0x0010E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPath_Switcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_15) == 0x0010E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathSwitcher_3) == 0x0010F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathSwitcher_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_SelectedRewards) == 0x0010F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_SelectedRewards' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_1) == 0x001108, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPath_Switcher_1) == 0x001110, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPath_Switcher_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_16) == 0x001118, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathSwitcher_2) == 0x001120, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathSwitcher_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_SelectedTokenSlots) == 0x001128, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_SelectedTokenSlots' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathSwitcher_1) == 0x001138, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathSwitcher_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_State_1) == 0x001140, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_State_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_2) == 0x001141, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_3) == 0x001142, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPath_Switcher_2) == 0x001148, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPath_Switcher_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_17) == 0x001150, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_byte_Variable_2) == 0x001151, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathSwitcher) == 0x001158, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PathTokens) == 0x001160, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PathTokens' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_4) == 0x001170, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPath_Switcher_3) == 0x001178, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPath_Switcher_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_18) == 0x001180, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_11) == 0x001184, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_12) == 0x001188, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_3) == 0x001190, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_TeleportationType) == 0x0011A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_TeleportationType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_12) == 0x0011AC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Table) == 0x0011B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Table' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_4) == 0x0011B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_IsTimerActiveHandle_ReturnValue_1) == 0x0011C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_IsTimerActiveHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_19) == 0x0011C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_20) == 0x0011E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_5) == 0x0011F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWinchLearned_ReturnValue) == 0x0011F9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWinchLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_4) == 0x0011FA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWinchPlaying_ReturnValue) == 0x0011FB, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWinchPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_8) == 0x0011FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x0011FD, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_5) == 0x001200, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_12) == 0x001208, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_5) == 0x00120C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_13) == 0x001210, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_4) == 0x001218, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_21) == 0x001230, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x001248, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue_2) == 0x001250, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraLocation_ReturnValue_2) == 0x00125C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue_2) == 0x001268, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_22) == 0x001278, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x001290, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00129C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_25) == 0x0012A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_31) == 0x0012B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_13) == 0x0012C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue) == 0x0012C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance) == 0x0012D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_19) == 0x0012D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_6) == 0x0012D9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_9) == 0x0012DA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_26) == 0x0012DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_True_if_break_was_hit_Variable) == 0x0012E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_10) == 0x0012E5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Damage) == 0x0012E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DamageTarget) == 0x0012F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DamageTarget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGAICharacter_1) == 0x0012F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_20) == 0x001300, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable_1) == 0x001301, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAlive_ReturnValue_1) == 0x001302, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAlive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x001303, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_InstructionID) == 0x001304, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_InstructionID' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetInstructionData_result) == 0x001310, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetInstructionData_result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetInstructionData_ReturnValue) == 0x001358, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetInstructionData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_32) == 0x00135C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_ShowHelp_self_CastInput) == 0x001370, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_ShowHelp_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_13) == 0x001380, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_14) == 0x001384, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_5) == 0x001388, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_2) == 0x001390, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_5) == 0x001398, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_TutorialName_1) == 0x0013B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_TutorialName_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_7) == 0x0013B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable_1) == 0x0013B9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_23) == 0x0013C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_8) == 0x0013D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_TutorialName) == 0x0013DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_TutorialName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_6) == 0x0013E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAlive_ReturnValue_2) == 0x0013E5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAlive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_3) == 0x0013E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_24) == 0x0013F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue_3) == 0x001408, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue_3) == 0x001414, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraLocation_ReturnValue_3) == 0x001420, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00142C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_2) == 0x001438, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_11) == 0x001444, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_4) == 0x001448, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocalPlayerController_ReturnValue) == 0x001450, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocalPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Controller_1) == 0x001458, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_21) == 0x001460, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsGamePaused_ReturnValue) == 0x001461, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_StartCameraShake_ReturnValue) == 0x001468, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SetGamePaused_ReturnValue) == 0x001470, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAlive_ReturnValue_3) == 0x001471, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAlive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x001472, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGInteraction) == 0x001478, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGInteraction' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_22) == 0x001488, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_9) == 0x001489, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue) == 0x00148A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_3) == 0x001490, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Create_ReturnValue_1) == 0x001498, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_4) == 0x0014A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_1) == 0x0014A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_7) == 0x0014B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0014B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_23) == 0x0014C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_8) == 0x0014C1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsBiome_Presets) == 0x0014C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsBiome_Presets' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_24) == 0x0014D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0014D1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0014D2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0014D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_5) == 0x0014E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_27) == 0x0014EC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_5) == 0x0014F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_3) == 0x001500, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_25) == 0x001508, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_1) == 0x001520, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_25) == 0x001530, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_2) == 0x001538, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_26) == 0x001548, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_26) == 0x001550, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_DeltaTime) == 0x001568, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetVelocity_ReturnValue) == 0x00156C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x001578, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x001584, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x001590, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_RInterpTo_ReturnValue) == 0x00159C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x0015A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_MoveUpdatedComponent_OutHit) == 0x0015AC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_MoveUpdatedComponent_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_MoveUpdatedComponent_ReturnValue) == 0x001634, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_MoveUpdatedComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_12) == 0x001635, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_27) == 0x001638, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_OutHit_1) == 0x001648, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_ReturnValue_1) == 0x0016D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0016D1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0016D2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_3) == 0x0016D4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_3) == 0x0016D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_3) == 0x0016DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_3) == 0x0016E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_3) == 0x0016F4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_3) == 0x001700, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_3) == 0x001710, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_3) == 0x001718, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_3) == 0x001720, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_3) == 0x001728, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_3) == 0x001730, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_3) == 0x001734, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_3) == 0x001738, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_3) == 0x00173C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_3) == 0x001748, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x001758, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_27) == 0x001760, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module) == 0x001768, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_28) == 0x001770, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon) == 0x001778, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_29) == 0x001780, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x001788, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x001800, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x001801, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x001808, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_30) == 0x001810, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemState_ReturnValue) == 0x001811, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_13) == 0x001812, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x001813, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x001814, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_9) == 0x001818, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_14) == 0x001830, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_27) == 0x001838, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_28) == 0x001850, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_33) == 0x001860, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_OutHit_2) == 0x001870, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_ReturnValue_2) == 0x0018F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_4) == 0x0018F9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_4) == 0x0018FA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_4) == 0x0018FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_4) == 0x001900, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_4) == 0x001904, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_4) == 0x001910, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_4) == 0x00191C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_4) == 0x001928, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_4) == 0x001938, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_4) == 0x001940, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_4) == 0x001948, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_4) == 0x001950, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_4) == 0x001958, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_4) == 0x00195C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_4) == 0x001960, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_4) == 0x001964, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_4) == 0x001970, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_6) == 0x001980, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_Info_1) == 0x001988, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_Info_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_31) == 0x001998, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_4) == 0x0019A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_Settings) == 0x0019A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_bIsProject) == 0x001A20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_3) == 0x001A28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_32) == 0x001A38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_4) == 0x001A40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_33) == 0x001A50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_6) == 0x001A54, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x001A58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x001A59, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_1) == 0x001A60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_34) == 0x001A68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_1) == 0x001A70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_35) == 0x001A78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_35' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_Info_2) == 0x001A80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_Info_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_36) == 0x001A90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_36' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_2) == 0x001A91, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_VoidTechTypeInfo) == 0x001A94, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_CraftTable_1) == 0x001AA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_CraftTable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_CraftTable) == 0x001AA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_CraftTable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Transform) == 0x001AB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Transform' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_34) == 0x001AE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x001AF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x001AF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_10) == 0x001B00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_11) == 0x001B01, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_14) == 0x001B04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_5) == 0x001B08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_IntInt_ReturnValue) == 0x001B18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_2) == 0x001B20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x001B28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_37) == 0x001B30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_37' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameMode_ReturnValue) == 0x001B38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Mode) == 0x001B40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Mode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_38) == 0x001B48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_38' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_12) == 0x001B49, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_15) == 0x001B4A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_13) == 0x001B4B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_28) == 0x001B4C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x001B54, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_35) == 0x001B58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue) == 0x001B68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_1) == 0x001B69, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_2) == 0x001B6A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_3) == 0x001B6B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_4) == 0x001B6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_5) == 0x001B6D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_6) == 0x001B6E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_7) == 0x001B6F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_8) == 0x001B70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_9) == 0x001B71, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TutorialDisabled_ReturnValue) == 0x001B72, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TutorialDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInGravity_ReturnValue) == 0x001B73, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SelectFloat_ReturnValue) == 0x001B74, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInGravity_ReturnValue_1) == 0x001B78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInGravity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SelectFloat_ReturnValue_1) == 0x001B7C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_14) == 0x001B80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_6) == 0x001B84, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_15) == 0x001B88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_4) == 0x001B90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x001B98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue_4) == 0x001BA4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_bIsMovingToIsland) == 0x001BB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_bIsMovingToIsland' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue_4) == 0x001BB4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x001BC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_5) == 0x001BD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_3) == 0x001BD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCameraRotation_ReturnValue_5) == 0x001BE4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCameraRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetForwardVector_ReturnValue_5) == 0x001BF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetForwardVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x001BFC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_6) == 0x001C08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_4) == 0x001C14, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeTransform_ReturnValue) == 0x001C20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_9) == 0x001C50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_3) == 0x001C58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x001C60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_39) == 0x001C68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_39' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_29) == 0x001C6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsBiome_Presets_1) == 0x001C78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsBiome_Presets_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_40) == 0x001C80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_40' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_10) == 0x001C88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_36) == 0x001CA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x001CB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_41) == 0x001CB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_41' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_28) == 0x001CC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_29) == 0x001CD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_16) == 0x001CF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_MakeArray_Array) == 0x001CF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_37) == 0x001D08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_10) == 0x001D18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x001D20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x001D28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x001D30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_6) == 0x001D40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_7) == 0x001D48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x001D4C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_7) == 0x001D58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_5) == 0x001D5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetDisplayName_ReturnValue) == 0x001D68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x001D78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_7) == 0x001D88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_8) == 0x001D90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x001D94, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_8) == 0x001D95, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x001D96, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x001D97, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCollisionObjectType_ReturnValue) == 0x001D98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_29) == 0x001DA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x001DA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_5) == 0x001DA9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_6) == 0x001DAA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x001DAC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_30) == 0x001DB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Array_Index_Variable_15) == 0x001DC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_8) == 0x001DC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_ApplyDamage_ReturnValue) == 0x001DD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x001DD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_14) == 0x001DE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_EndPlayReason) == 0x001DE1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_SubtitlePhrases) == 0x001DE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_SubtitlePhrases' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_9) == 0x001DF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_9) == 0x001E20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_9) == 0x001E24, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x001E28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Conv_StringToText_ReturnValue_1) == 0x001E40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Melee_Attack_Enabled_ReturnValue) == 0x001E58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Melee_Attack_Enabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Melee_Attack_Enabled_ReturnValue_1) == 0x001E59, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Melee_Attack_Enabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenInventory_ReturnValue) == 0x001E5A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Can_Open_Consumables_ReturnValue) == 0x001E5B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Can_Open_Consumables_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenBuildBook_ReturnValue) == 0x001E5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenBuildBook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_7) == 0x001E60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_5) == 0x001E68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_5) == 0x001E70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_42) == 0x001E80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_42' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_6) == 0x001E88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_43) == 0x001E98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_43' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenSlotTool_ReturnValue) == 0x001E99, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenSlotTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenSlotHeavy_ReturnValue) == 0x001E9A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenSlotHeavy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyType_1) == 0x001E9B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyType_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_WaveNumber) == 0x001E9C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_WaveNumber' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NewParam_1) == 0x001EA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NewParam_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue) == 0x001EA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NewParam) == 0x001EB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x001EB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_10) == 0x001EC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_10) == 0x001ED0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_10) == 0x001ED4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseItems_ReturnValue) == 0x001ED5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_15) == 0x001ED6, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_7) == 0x001ED7, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWithEditor_ReturnValue) == 0x001ED8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_31) == 0x001EE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_byte_Variable_3) == 0x001EE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ItemCount) == 0x001EEC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ItemCount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ItemType) == 0x001EF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ItemType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenSlotTool_ReturnValue_1) == 0x001EF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenSlotTool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_17) == 0x001EF9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAttachedActors_OutActors) == 0x001F00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_18) == 0x001F10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_11) == 0x001F18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_16) == 0x001F20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_11) == 0x001F24, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_11) == 0x001F28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_8) == 0x001F30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_int_Loop_Counter_Variable_15) == 0x001F38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_6) == 0x001F40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_7) == 0x001F48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_44) == 0x001F58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_44' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_12) == 0x001F59, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_16) == 0x001F5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CheckRight_bRightIsUnlocked) == 0x001F60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CheckRight_bRightIsUnlocked' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanOpenBuildBook_ReturnValue_1) == 0x001F61, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanOpenBuildBook_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CheckRight_bRightIsUnlocked_1) == 0x001F62, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CheckRight_bRightIsUnlocked_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_9) == 0x001F68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_7) == 0x001F70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_8) == 0x001F78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_45) == 0x001F88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_45' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Divide_FloatFloat_ReturnValue) == 0x001F8C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_10) == 0x001F90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_8) == 0x001F98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_FloatFloat_ReturnValue) == 0x001FA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_9) == 0x001FA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_46) == 0x001FB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_46' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_11) == 0x001FC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_9) == 0x001FC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MapRangeClamped_ReturnValue) == 0x001FD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_10) == 0x001FD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_47) == 0x001FE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_47' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FInterpTo_Constant_ReturnValue) == 0x001FEC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2) == 0x001FF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_TeleportTo_ReturnValue) == 0x001FF1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_11) == 0x001FF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWithEditor_ReturnValue_1) == 0x002010, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWithEditor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_17) == 0x002011, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CalculateWorldLocationFromPlatformOffset_ReturnValue) == 0x002014, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CalculateWorldLocationFromPlatformOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_12) == 0x002020, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_13) == 0x002038, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_14) == 0x002050, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseAdvancedRope_Result) == 0x002068, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseAdvancedRope_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseAdvancedRope_Result_1) == 0x002069, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseAdvancedRope_Result_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsFlying_ReturnValue_1) == 0x00206A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsFlying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Key_2) == 0x002070, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_15) == 0x002088, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_5) == 0x0020A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_6) == 0x0020A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_2) == 0x0020B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_48) == 0x0020B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_48' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_3) == 0x0020C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_49) == 0x0020C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_49' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Key_1) == 0x0020D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Key) == 0x0020E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_38) == 0x002100, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x002110, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x002118, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_19) == 0x002119, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x00211A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_20) == 0x00211B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Melee_Attack_Enabled_ReturnValue_2) == 0x00211C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Melee_Attack_Enabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Tooltip_Keys_Have_Key_Result) == 0x00211D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Tooltip_Keys_Have_Key_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Tooltip_Keys_Have_Key_Result_1) == 0x00211E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Tooltip_Keys_Have_Key_Result_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_21) == 0x00211F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_22) == 0x002120, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWithEditor_ReturnValue_2) == 0x002121, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWithEditor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsBPI_Focusable) == 0x002128, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_50) == 0x002138, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_50' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key) == 0x002140, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_1) == 0x002158, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_2) == 0x002170, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Key_IsGamepadKey_ReturnValue_2) == 0x002188, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Key_IsGamepadKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGamepadAction_Action) == 0x002189, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_23) == 0x00218A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00218B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_3) == 0x002190, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_4) == 0x0021A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGamepadAction_Action_1) == 0x0021C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGamepadAction_Action_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGamepadAction_Action_2) == 0x0021C1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGamepadAction_Action_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0021C2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0021C3, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_5) == 0x0021C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SetHUDMode_self_CastInput) == 0x0021E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SetHUDMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGamepadAction_Action_3) == 0x0021F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGamepadAction_Action_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInFirstPerson_ReturnValue) == 0x0021F1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0021F2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_24) == 0x0021F3, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_PowerType) == 0x0021F4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_PowerType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_12) == 0x0021F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_4) == 0x002200, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_51) == 0x002208, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_51' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key) == 0x002210, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetEngineComponent_ReturnValue) == 0x002228, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_13) == 0x002230, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGTrain_Mechanic_Engine_Component) == 0x002238, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGTrain_Mechanic_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_52) == 0x002240, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_52' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_18) == 0x002241, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_7) == 0x002244, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_8) == 0x002250, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_6) == 0x00225C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_7) == 0x002268, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIgnoredItems_ReturnValue) == 0x002278, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIgnoredItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_MakeArray_Array_1) == 0x002288, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BoxTraceSingle_OutHit) == 0x002298, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BoxTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BoxTraceSingle_ReturnValue) == 0x002320, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BoxTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIgnoredItems_ReturnValue_1) == 0x002328, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIgnoredItems_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_4) == 0x002338, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BoxTraceSingle_OutHit_1) == 0x002340, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BoxTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BoxTraceSingle_ReturnValue_1) == 0x0023C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BoxTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_4) == 0x0023D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_53) == 0x0023D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_53' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWorldLoaded_ReturnValue) == 0x0023D9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWorldLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetSpawnedChunkByType_ReturnValue) == 0x0023E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetSpawnedChunkByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_19) == 0x0023E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGChunk_Chase) == 0x0023F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGChunk_Chase' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_54) == 0x0023F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_54' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetLastDepotLocation_ReturnValue) == 0x0023FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetLastDepotLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_2) == 0x002408, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_2) == 0x00240C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_2) == 0x002410, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_5) == 0x002414, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_5) == 0x002415, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_5) == 0x002418, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_5) == 0x00241C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_5) == 0x002420, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_5) == 0x00242C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_5) == 0x002438, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_5) == 0x002444, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_5) == 0x002450, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_5) == 0x002458, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_5) == 0x002460, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_5) == 0x002468, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_5) == 0x002470, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_5) == 0x002474, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_5) == 0x002478, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_5) == 0x00247C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_5) == 0x002488, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FTrunc_ReturnValue) == 0x002494, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGSelection_Info) == 0x002498, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGSelection_Info' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_55) == 0x0024A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_55' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_3) == 0x0024A9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemSelection_SelectionText) == 0x0024B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemSelection_bDisableButton) == 0x0024C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemSelection_bIsInfoText) == 0x0024C9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_4) == 0x0024CA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HandleFocused_FocusChanged) == 0x0024CB, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HandleFocused_FocusChanged' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0024CC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeVector_ReturnValue) == 0x0024D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_TeleportTo_ReturnValue_1) == 0x0024DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_TeleportTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x0024E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeTransform_ReturnValue_1) == 0x0024F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_12) == 0x002520, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_12) == 0x002528, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_13) == 0x00252C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3) == 0x00252D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_11) == 0x002530, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_56) == 0x002540, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_56' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_12) == 0x002548, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_57) == 0x002558, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_57' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTutorialVisibility_IsVisible) == 0x002559, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTutorialVisibility_IsVisible' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTutorialVisibility_IsVisible_1) == 0x00255A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTutorialVisibility_IsVisible_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_25) == 0x00255B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_20) == 0x00255C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_21) == 0x00255D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SelectToolSlot_ReturnValue) == 0x00255E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SelectToolSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TeleportToLocomotive_ReturnValue) == 0x00255F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TeleportToLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_16) == 0x002560, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_22) == 0x002578, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_bCallPlayerRofleemo) == 0x002579, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_bCallPlayerRofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_TeleportationDelay) == 0x00257C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_TeleportationDelay' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTimelineLength_ReturnValue) == 0x002580, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_State) == 0x002584, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x002585, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_26) == 0x002586, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_bBlock) == 0x002587, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_bBlock' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Can_Spawn_Tp_Rofleemo_bResult) == 0x002588, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Can_Spawn_Tp_Rofleemo_bResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_17) == 0x002590, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_7) == 0x0025A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_5) == 0x0025B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_58) == 0x0025B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_58' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetLastActiveSlot_ReturnValue) == 0x0025C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetLastActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsFlying_ReturnValue_2) == 0x0025C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsFlying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_18) == 0x0025D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_19) == 0x0025E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_14) == 0x002600, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_6) == 0x002608, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInputKeyDown_ReturnValue) == 0x002620, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_8) == 0x002628, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Controller_2) == 0x002630, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Controller_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_59) == 0x002638, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_59' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_10) == 0x002640, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x002648, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Ansora_2) == 0x002650, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Ansora_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_60) == 0x002658, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_60' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_8) == 0x002659, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_23) == 0x00265A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_IsTimerActiveHandle_ReturnValue_2) == 0x00265B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_IsTimerActiveHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseLookCloserAction_bReturnValue) == 0x00265C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseLookCloserAction_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseLookCloserAction_bReturnValue_1) == 0x00265D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseLookCloserAction_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_32) == 0x002660, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseLookCloserAction_bReturnValue_2) == 0x002670, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseLookCloserAction_bReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseLookCloserAction_bReturnValue_3) == 0x002671, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseLookCloserAction_bReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Can_Spawn_Tp_Rofleemo_bResult_1) == 0x002672, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Can_Spawn_Tp_Rofleemo_bResult_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_27) == 0x002673, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsFalling_ReturnValue) == 0x002674, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_9) == 0x002675, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_28) == 0x002676, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanEquipJournal_bReturnValue) == 0x002677, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanEquipJournal_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_10) == 0x002678, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_20) == 0x002680, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsWithEditor_ReturnValue_3) == 0x002698, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsWithEditor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyType) == 0x002699, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_21) == 0x0026A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Add_ReturnValue_1) == 0x0026B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_5) == 0x0026C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_5) == 0x0026C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_61) == 0x0026D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_61' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_24) == 0x0026D1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseLookCloserAction_bReturnValue_4) == 0x0026D2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseLookCloserAction_bReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerTrain_ReturnValue) == 0x0026D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x0026E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Train) == 0x0026E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_62) == 0x0026F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_62' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Train_1) == 0x0026F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Train_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_63) == 0x002700, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_63' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindFreeRofleemo_Rofleemo) == 0x002708, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindFreeRofleemo_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindFreeRofleemo_Rofleemo_1) == 0x002718, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindFreeRofleemo_Rofleemo_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_13) == 0x002728, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_13) == 0x002730, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x002734, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_14) == 0x002738, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00273C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_struct_Variable_7) == 0x002740, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Target) == 0x002758, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_30) == 0x002760, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGLootable_Actor) == 0x002778, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGLootable_Actor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_64) == 0x002788, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_64' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Interface_13) == 0x002790, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Interface_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_65) == 0x0027A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_65' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_6) == 0x0027A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_6) == 0x0027B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_66) == 0x0027B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_66' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_25) == 0x0027B9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_15) == 0x0027C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInputKeyDown_ReturnValue_1) == 0x0027C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInputKeyDown_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0027D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_IntInt_ReturnValue_17) == 0x0027E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_15) == 0x0027E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0027E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x0027F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_14) == 0x002800, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_16) == 0x002808, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Conv_NameToString_ReturnValue) == 0x002810, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_14) == 0x002820, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SetCurrentLanguageAndLocale_ReturnValue) == 0x002821, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SetCurrentLanguageAndLocale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_31) == 0x002828, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x002840, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Item) == 0x002848, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGLootable_Item) == 0x002850, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_67) == 0x002858, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_67' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsBPI_Focusable_1) == 0x002860, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsBPI_Focusable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_68) == 0x002870, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_68' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_39) == 0x002874, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetObjectClass_ReturnValue) == 0x002888, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LootItemParams_bLootedPartially) == 0x002890, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LootItemParams_bLootedPartially' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LootItemParams_ReturnValue) == 0x002891, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LootItemParams_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAlreadyPullingItem_ReturnValue) == 0x002892, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAlreadyPullingItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x002893, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_29) == 0x002894, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Create_ReturnValue_2) == 0x002898, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_15) == 0x0028A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0028A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0028B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_26) == 0x0028B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_27) == 0x0028B9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTimelineLength_ReturnValue_1) == 0x0028BC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTimelineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Show) == 0x0028C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Show' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetObjectClass_ReturnValue_1) == 0x0028C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0028D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0028D1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_2) == 0x0028D2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x0028D3, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_3) == 0x0028D4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_30) == 0x0028D5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_11) == 0x0028D6, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_SwitchInteger_CmpSuccess) == 0x0028D7, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetRightVector_ReturnValue) == 0x0028D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotator_ReturnValue) == 0x0028E4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetUpVector_ReturnValue_1) == 0x0028F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotFromXZ_ReturnValue) == 0x0028FC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_5) == 0x002908, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll) == 0x00290C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch) == 0x002910, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw) == 0x002914, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x002918, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_69) == 0x002928, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_69' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HaveActiveTaskLeaveDepotCutScene_bReturnValue) == 0x002929, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HaveActiveTaskLeaveDepotCutScene_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_FadeDelay) == 0x00292C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_FadeDelay' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_31) == 0x002930, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_12) == 0x002931, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_32) == 0x002938, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_28) == 0x002950, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_AddToPlayerScreen_ReturnValue) == 0x002951, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_AddToPlayerScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_29) == 0x002952, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_33) == 0x002958, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_40) == 0x002970, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_11) == 0x002980, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Type_1) == 0x002981, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Type_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ID) == 0x002984, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ID' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_7) == 0x002988, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_30) == 0x002990, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_7) == 0x002998, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_70) == 0x0029A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_70' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_State) == 0x0029A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_71) == 0x0029B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_71' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetContentCustomizationManager_ReturnValue) == 0x0029B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetContentCustomizationManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_31) == 0x0029C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetContentCustomizationManager_ReturnValue_1) == 0x0029C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetContentCustomizationManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_32) == 0x0029D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetContentCustomizationManager_ReturnValue_2) == 0x0029D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetContentCustomizationManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable_2) == 0x0029E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_33) == 0x0029E1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_Settings) == 0x0029E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_ReturnValue) == 0x002A40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_Settings_1) == 0x002A48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_Settings_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_ReturnValue_1) == 0x002AA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_16) == 0x002AA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_17) == 0x002AB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_18) == 0x002AB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_19) == 0x002AC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_20) == 0x002AC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_21) == 0x002AD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_22) == 0x002AD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_Settings_2) == 0x002AE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_Settings_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FindContentCustomizationSettings_ReturnValue_2) == 0x002B38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FindContentCustomizationSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_23) == 0x002B40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_24) == 0x002B48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Rofleemo_1) == 0x002B50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Rofleemo_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_34) == 0x002B58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_35) == 0x002B59, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_25) == 0x002B60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_41) == 0x002B68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x002B78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x002B7C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_object_Variable_33) == 0x002B80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x002B88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_RemoveItem_ReturnValue) == 0x002B8C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_9) == 0x002B90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetControlRotation_ReturnValue) == 0x002B98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_36) == 0x002BA4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable_2) == 0x002BA5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_10) == 0x002BA6, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputActionEvent_Key_34) == 0x002BA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputActionEvent_Key_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_MakeArray_Array_2) == 0x002BC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetQuestGraphManager_ReturnValue) == 0x002BD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_37) == 0x002BD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x002BE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_72) == 0x002BE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_72' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_NewName) == 0x002BF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_10) == 0x002C08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Feed_ReturnValue) == 0x002C10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Feed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Controller_3) == 0x002C18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Controller_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_73) == 0x002C20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_73' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_11) == 0x002C28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsHUD_Ansora_3) == 0x002C30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsHUD_Ansora_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_74) == 0x002C38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_74' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_13) == 0x002C39, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_38) == 0x002C3A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Module_3) == 0x002C40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Module_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_IsTimerActiveHandle_ReturnValue_3) == 0x002C48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_IsTimerActiveHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Module_2) == 0x002C50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Module_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Worker_1) == 0x002C58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Worker_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Module) == 0x002C60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Worker) == 0x002C68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Worker' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Module_1) == 0x002C70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Module_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Module) == 0x002C78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Worker) == 0x002C80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Worker' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x002C88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGRofleemo) == 0x002C90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGRofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_75) == 0x002C98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_75' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SetNPCHelper_ReturnValue) == 0x002C99, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SetNPCHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable_3) == 0x002C9A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_InputKeyEvent_Key_1) == 0x002CA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_8) == 0x002CB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_8) == 0x002CC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_76) == 0x002CC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_76' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Rofleemo) == 0x002CD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsRofleemo_Manager) == 0x002CD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_77) == 0x002CE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_77' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MultitoolTrace_OutHit) == 0x002CE4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MultitoolTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MultitoolTrace_ReturnValue) == 0x002D6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MultitoolTrace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_OutHit) == 0x002D70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Return_Value) == 0x002DF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Return_Value' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_39) == 0x002DF9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_6) == 0x002DFA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_6) == 0x002DFB, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_6) == 0x002DFC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_6) == 0x002E00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_6) == 0x002E04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_6) == 0x002E10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_6) == 0x002E1C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_6) == 0x002E28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_6) == 0x002E38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_6) == 0x002E40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_6) == 0x002E48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_6) == 0x002E50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_6) == 0x002E58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_6) == 0x002E5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_6) == 0x002E60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_6) == 0x002E64, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_6) == 0x002E70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_Info_3) == 0x002E80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_Info_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_78) == 0x002E90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_78' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGLootable_Actor_1) == 0x002E98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGLootable_Actor_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_79) == 0x002EA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_79' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_Settings_1) == 0x002EB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_Settings_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_bIsProject_1) == 0x002F28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_bIsProject_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanBeLooted_ReturnValue) == 0x002F29, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGUsable_Actor_1) == 0x002F30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGUsable_Actor_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_80) == 0x002F40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_80' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_26) == 0x002F48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_26' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanHoldUse_ReturnValue) == 0x002F58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x002F5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemCountOfClass_ReturnValue) == 0x002F60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Clamp_ReturnValue) == 0x002F64, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_17) == 0x002F68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_15) == 0x002F6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanAND_ReturnValue_14) == 0x002F6D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x002F6E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine) == 0x002F70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_81) == 0x002F78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_81' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPowerPortion_NeedSpeedUp) == 0x002F79, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPowerPortion_NeedSpeedUp' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPowerPortion_Power_Portion) == 0x002F7A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPowerPortion_Power_Portion' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_6) == 0x002F7B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_7) == 0x002F7C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_8) == 0x002F7D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_DoesImplementInterface_ReturnValue_9) == 0x002F7E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_DoesImplementInterface_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable_3) == 0x002F7F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanUseRope_ReturnValue) == 0x002F80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanUseRope_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x002F81, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInGravity_ReturnValue_2) == 0x002F82, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInGravity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_40) == 0x002F83, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Key_Combo_Pressed_Value) == 0x002F84, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Key_Combo_Pressed_Value' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_32) == 0x002F85, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_33) == 0x002F86, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Has_Rights_for_Slot_Tools_Value) == 0x002F87, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Has_Rights_for_Slot_Tools_Value' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanNOR_ReturnValue) == 0x002F88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Has_Rights_for_Slot_Tools_Value_1) == 0x002F89, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Has_Rights_for_Slot_Tools_Value_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_6) == 0x002F8C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Key_Combo_Pressed_Value_1) == 0x002F94, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Key_Combo_Pressed_Value_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_34) == 0x002F95, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_11) == 0x002F96, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_9) == 0x002F98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_9) == 0x002FA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_82) == 0x002FA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_82' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_41) == 0x002FA9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsRofleemo_Manager_1) == 0x002FB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsRofleemo_Manager_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_83) == 0x002FB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_83' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAllActorsOfClass_OutActors_5) == 0x002FC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAllActorsOfClass_OutActors_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Get_Item_27) == 0x002FD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Get_Item_27' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_18) == 0x002FD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_IntInt_ReturnValue_16) == 0x002FDC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable_4) == 0x002FDD, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_42) == 0x002FDE, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue) == 0x002FE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x002FE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_43) == 0x002FF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetRootComponent_ReturnValue) == 0x002FF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_44) == 0x003000, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x003004, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_30) == 0x00308C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_30' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x003098, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_3) == 0x0030A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_35) == 0x0030A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_4) == 0x0030B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_5) == 0x0030B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_6) == 0x0030C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_45) == 0x0030C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_UpdateWagonFloorEditMode_ReturnValue) == 0x0030C9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_UpdateWagonFloorEditMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_7) == 0x0030D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_8) == 0x0030D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_9) == 0x0030E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_10) == 0x0030E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_11) == 0x0030F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_46) == 0x0030F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue) == 0x003100, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_12) == 0x0031E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_Wagon) == 0x0031F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_TraceLocation) == 0x0031F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_TraceRotation) == 0x003204, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_TraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_SkipValidation) == 0x003210, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_SkipValidation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_Wagon_1) == 0x003218, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_Wagon_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_TraceLocation_1) == 0x003220, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_TraceLocation_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_TraceRotation_1) == 0x00322C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_TraceRotation_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_TraceWagon_SkipValidation_1) == 0x003238, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_TraceWagon_SkipValidation_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CalculateLocationOffsetToPlatform_ReturnValue) == 0x00323C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CalculateLocationOffsetToPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_47) == 0x003248, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_48) == 0x003249, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_SwitchEnum_CmpSuccess_2) == 0x00324A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_13) == 0x003250, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_14) == 0x003258, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_36) == 0x003260, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_37) == 0x003261, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_15) == 0x003268, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_16) == 0x003270, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_4) == 0x003278, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Use_Item_bItemUsed) == 0x003279, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Use_Item_bItemUsed' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_38) == 0x00327A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_39) == 0x00327B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Use_Item_bItemUsed_1) == 0x00327C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Use_Item_bItemUsed_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Use_Item_bItemUsed_2) == 0x00327D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Use_Item_bItemUsed_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_40) == 0x00327E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Use_Item_bItemUsed_3) == 0x00327F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Use_Item_bItemUsed_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Add_ReturnValue_2) == 0x003280, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerCameraManager_ReturnValue_6) == 0x003288, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerCameraManager_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x003290, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_49) == 0x00329C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetActorForwardVector_ReturnValue) == 0x0032A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_VectorFloat_ReturnValue_9) == 0x0032AC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_VectorFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Add_VectorVector_ReturnValue_8) == 0x0032B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_OutHit_3) == 0x0032C4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_OutHit_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_LineTraceSingle_ReturnValue_3) == 0x00334C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_LineTraceSingle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bBlockingHit_7) == 0x00334D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bBlockingHit_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_bInitialOverlap_7) == 0x00334E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_bInitialOverlap_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Time_7) == 0x003350, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Time_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Distance_7) == 0x003354, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Distance_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Location_7) == 0x003358, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Location_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactPoint_7) == 0x003364, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactPoint_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_Normal_7) == 0x003370, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_Normal_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ImpactNormal_7) == 0x00337C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ImpactNormal_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_PhysMat_7) == 0x003388, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_PhysMat_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitActor_7) == 0x003390, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitActor_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitComponent_7) == 0x003398, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitComponent_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitBoneName_7) == 0x0033A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitBoneName_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_HitItem_7) == 0x0033A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_HitItem_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_ElementIndex_7) == 0x0033AC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_ElementIndex_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_FaceIndex_7) == 0x0033B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_FaceIndex_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceStart_7) == 0x0033B4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceStart_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakHitResult_TraceEnd_7) == 0x0033C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakHitResult_TraceEnd_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_Module_Info_4) == 0x0033D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_Module_Info_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_84) == 0x0033E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_84' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWagon_2) == 0x0033E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWagon_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_85) == 0x0033F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_85' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_Settings_2) == 0x0033F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_Settings_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWagonModuleSettings_bIsProject_2) == 0x003470, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWagonModuleSettings_bIsProject_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Rofleemo) == 0x003478, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_50) == 0x003480, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_HideCurrentFullscreen_self_CastInput) == 0x003488, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_HideCurrentFullscreen_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_12) == 0x003498, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable_4) == 0x003499, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_13) == 0x00349A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Type) == 0x00349B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ContextObject) == 0x0034A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ContextObject' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGInteraction_1) == 0x0034A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGInteraction_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_86) == 0x0034B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_86' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_Type) == 0x0034B9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_ContextObject) == 0x0034C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_ContextObject' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_16) == 0x0034C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ContextWidget) == 0x0034D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ContextWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_12) == 0x0034D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0034E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_87) == 0x0034F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_87' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_42) == 0x0034F4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_31) == 0x003504, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_31' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_43) == 0x00350C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_19) == 0x00351C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_2) == 0x003520, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_51) == 0x003521, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_3) == 0x003522, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_52) == 0x003523, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_Items) == 0x003528, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_Items' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_20) == 0x003538, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_4) == 0x00353C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_32) == 0x003540, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_32' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetItemLootingState_ReturnValue) == 0x003548, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetItemLootingState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_SwitchEnum_CmpSuccess_3) == 0x003549, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_44) == 0x00354C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetObjectClass_ReturnValue_2) == 0x003560, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x003568, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x003570, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x003578, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPrimitive_Component) == 0x003580, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_88) == 0x003588, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_88' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_33) == 0x00358C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_33' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_45) == 0x003594, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x0035A4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0035B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetActorLocation_ReturnValue) == 0x003638, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_ShowBenchScreen_self_CastInput) == 0x003640, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_ShowBenchScreen_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_34) == 0x003650, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_34' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ID) == 0x003658, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ID' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Event_ModuleClass) == 0x003660, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Event_ModuleClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetOverlappingActors_OverlappingActors) == 0x003668, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_21) == 0x003678, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValidClass_ReturnValue) == 0x00367C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_5) == 0x00367D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetOverlappingActors_OverlappingActors_1) == 0x003680, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetOverlappingActors_OverlappingActors_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_14) == 0x003690, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Array_Length_ReturnValue_22) == 0x003694, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_IntInt_ReturnValue_6) == 0x003698, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer) == 0x003699, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_5) == 0x00369A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_41) == 0x00369B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_1) == 0x00369C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_42) == 0x00369D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_2) == 0x00369E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_43) == 0x00369F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_3) == 0x0036A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_4) == 0x0036A1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_44) == 0x0036A2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_45) == 0x0036A3, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_5) == 0x0036A4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_46) == 0x0036A5, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_46) == 0x0036A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_17) == 0x0036B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_13) == 0x0036C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetIsSprayerMode_bIsSprayer_6) == 0x0036C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetIsSprayerMode_bIsSprayer_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x0036D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_89) == 0x0036E0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_89' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_47) == 0x0036E1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_18) == 0x0036E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_14) == 0x0036F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetPlayerController_ReturnValue_19) == 0x0036F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFullscreen_Widget_Provider_2) == 0x003700, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFullscreen_Widget_Provider_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_90) == 0x003710, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_90' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetHUD_ReturnValue_15) == 0x003718, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetHUD_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFullscreen_Widget_Provider_3) == 0x003720, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFullscreen_Widget_Provider_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_91) == 0x003730, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_91' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanCheat_ReturnValue_12) == 0x003731, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanCheat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SetHUDMode_self_CastInput_1) == 0x003738, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SetHUDMode_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_17) == 0x003748, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeTransform_ReturnValue_2) == 0x003750, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_48) == 0x003780, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x003788, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x003790, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_AttachToComponent_ReturnValue) == 0x003798, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_49) == 0x003799, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTutorialVisibility_IsVisible_2) == 0x00379A, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTutorialVisibility_IsVisible_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Is_Tooltip_Keys_Have_Key_Result_2) == 0x00379B, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Is_Tooltip_Keys_Have_Key_Result_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_50) == 0x00379C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_51) == 0x00379D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_name_Variable_7) == 0x0037A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_name_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_RLerp_ReturnValue) == 0x0037A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_35) == 0x0037B4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_35' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_18) == 0x0037C0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_19) == 0x0037C8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTrainBuilder_ReturnValue_20) == 0x0037D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTrainBuilder_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CanRotateWagonModule_ReturnValue) == 0x0037D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CanRotateWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_47) == 0x0037DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_11) == 0x0037F0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsPlayer_Controller_4) == 0x0037F8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsPlayer_Controller_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_92) == 0x003800, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_92' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetGameInstance_ReturnValue_10) == 0x003808, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetGameInstance_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGGame_Instance_10) == 0x003810, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGGame_Instance_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_93) == 0x003818, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_93' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_12) == 0x003820, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_ApplyDamage_ReturnValue_1) == 0x003828, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_ApplyDamage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsBiome_Presets_2) == 0x003830, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsBiome_Presets_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_94) == 0x003838, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_94' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetInteractionComponent_ReturnValue) == 0x003840, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetInteractionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetInteractionComponent_ReturnValue_1) == 0x003848, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetInteractionComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_OnInteractionStart_ReturnValue) == 0x003850, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_53) == 0x003851, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_54) == 0x003852, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetController_ReturnValue_13) == 0x003858, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetController_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_36) == 0x003860, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_36' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGPlayer_Controller_6) == 0x003868, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGPlayer_Controller_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_95) == 0x003870, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_95' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsPlayerControlBlocked_ReturnValue) == 0x003871, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsPlayerControlBlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_52) == 0x003872, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x003874, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBaseAimRotation_ReturnValue) == 0x003880, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_1) == 0x00388C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_1) == 0x003890, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_1) == 0x003894, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_2) == 0x003898, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_2) == 0x00389C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_2) == 0x0038A0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0038A4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0038A8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotator_ReturnValue_1) == 0x0038AC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0038B8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0038B9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CreateDelegate_OutputDelegate_48) == 0x0038BC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_55) == 0x0038CC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInputEnabled_ReturnValue_1) == 0x0038CD, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x0038CE, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_3) == 0x0038D0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_3) == 0x0038D4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_3) == 0x0038D8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeVector_ReturnValue_1) == 0x0038DC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0038E8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x003970, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_4) == 0x003974, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_4) == 0x003978, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_4) == 0x00397C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_6) == 0x003980, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_5) == 0x003984, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_5) == 0x003988, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_5) == 0x00398C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_SelectFloat_ReturnValue_2) == 0x003990, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsLocallyControlled_ReturnValue_15) == 0x003994, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsLocallyControlled_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeVector_ReturnValue_2) == 0x003998, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_VInterpTo_ReturnValue) == 0x0039A4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0039B0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0039B4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_53) == 0x003A3C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_Has_Been_Initd_Variable_5) == 0x003A3D, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_54) == 0x003A3E, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x003A3F, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_55) == 0x003A40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue_3) == 0x003A44, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBaseAimRotation_ReturnValue_1) == 0x003A50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBaseAimRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_3) == 0x003A5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_3) == 0x003A60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_3) == 0x003A64, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_4) == 0x003A68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_4) == 0x003A6C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_4) == 0x003A70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x003A74, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x003A78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotator_ReturnValue_2) == 0x003A7C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x003A88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_NotifyName_37) == 0x003A8C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_NotifyName_37' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x003A94, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x003A98, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_56) == 0x003AA0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x003AA1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x003AA4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetCurveValue_ReturnValue) == 0x003AA8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x003AAC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x003AB0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x003AB4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_FClamp_ReturnValue) == 0x003AB8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x003ABC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetVelocity_ReturnValue_1) == 0x003AC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotator_ReturnValue_3) == 0x003ACC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_X_6) == 0x003AD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Y_6) == 0x003ADC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakVector_Z_6) == 0x003AE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeVector_ReturnValue_3) == 0x003AE4, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBaseAimRotation_ReturnValue_2) == 0x003AF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBaseAimRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x003AFC, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_5) == 0x003B00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_5) == 0x003B04, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_5) == 0x003B08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BooleanOR_ReturnValue_7) == 0x003B0C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x003B10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue_4) == 0x003B14, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBaseAimRotation_ReturnValue_3) == 0x003B20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBaseAimRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_6) == 0x003B2C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_6) == 0x003B30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_6) == 0x003B34, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_7) == 0x003B38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_7) == 0x003B3C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_7) == 0x003B40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_MakeRotator_ReturnValue_4) == 0x003B44, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_RInterpTo_ReturnValue_1) == 0x003B50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x003B5C, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_SetActorRotation_ReturnValue_2) == 0x003B60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_SetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x003B64, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_K2_GetActorRotation_ReturnValue_5) == 0x003B68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_K2_GetActorRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x003B74, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Roll_8) == 0x003B80, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Roll_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Pitch_8) == 0x003B84, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Pitch_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_BreakRotator_Yaw_8) == 0x003B88, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_BreakRotator_Yaw_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetTransform_ReturnValue) == 0x003B90, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x003BC0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_57) == 0x003BC1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_PlayEventAtLocation_ReturnValue) == 0x003BC8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInFirstPerson_ReturnValue_1) == 0x003BD0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInFirstPerson_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_Not_PreBool_ReturnValue_56) == 0x003BD1, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_Not_PreBool_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInFirstPerson_ReturnValue_2) == 0x003BD2, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInFirstPerson_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_LootableItemClass_2) == 0x003BD8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_LootableItemClass_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_LootableItemClass_1) == 0x003BE0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_LootableItemClass_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_CustomEvent_LootableItemClass) == 0x003BE8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_CustomEvent_LootableItemClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x003BF0, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, Temp_bool_IsClosed_Variable_5) == 0x003BF8, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_58) == 0x003BF9, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_59) == 0x003BFA, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWeapon_Ranged_1) == 0x003C00, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWeapon_Ranged_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_96) == 0x003C08, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_96' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBarrelGripType_ReturnValue) == 0x003C09, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Select_Default) == 0x003C10, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Select_Default_1) == 0x003C18, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x003C20, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x003C28, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_60) == 0x003C30, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_61) == 0x003C31, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsInFirstPerson_ReturnValue_3) == 0x003C32, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsInFirstPerson_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x003C38, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_62) == 0x003C40, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_63) == 0x003C41, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_AsFGWeapon_Ranged_2) == 0x003C48, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_AsFGWeapon_Ranged_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_DynamicCast_bSuccess_97) == 0x003C50, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_DynamicCast_bSuccess_97' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_GetBarrelGripType_ReturnValue_1) == 0x003C51, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_GetBarrelGripType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Select_Default_2) == 0x003C58, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, K2Node_Select_Default_3) == 0x003C60, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6) == 0x003C68, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7) == 0x003C70, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_64) == 0x003C78, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter, CallFunc_IsValid_ReturnValue_65) == 0x003C79, "Member 'ThirdPersonCharacter_C_ExecuteUbergraph_ThirdPersonCharacter::CallFunc_IsValid_ReturnValue_65' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ServerPlayPickup \ static_assert(alignof(ThirdPersonCharacter_C_ServerPlayPickup) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ServerPlayPickup"); \ static_assert(sizeof(ThirdPersonCharacter_C_ServerPlayPickup) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ServerPlayPickup"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerPlayPickup, LootableItemClass) == 0x000000, "Member 'ThirdPersonCharacter_C_ServerPlayPickup::LootableItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MulticastPlayPickup \ static_assert(alignof(ThirdPersonCharacter_C_MulticastPlayPickup) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MulticastPlayPickup"); \ static_assert(sizeof(ThirdPersonCharacter_C_MulticastPlayPickup) == 0x000008, "Wrong size on ThirdPersonCharacter_C_MulticastPlayPickup"); \ static_assert(offsetof(ThirdPersonCharacter_C_MulticastPlayPickup, LootableItemClass) == 0x000000, "Member 'ThirdPersonCharacter_C_MulticastPlayPickup::LootableItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_PlayPickup \ static_assert(alignof(ThirdPersonCharacter_C_PlayPickup) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_PlayPickup"); \ static_assert(sizeof(ThirdPersonCharacter_C_PlayPickup) == 0x000008, "Wrong size on ThirdPersonCharacter_C_PlayPickup"); \ static_assert(offsetof(ThirdPersonCharacter_C_PlayPickup, LootableItemClass) == 0x000000, "Member 'ThirdPersonCharacter_C_PlayPickup::LootableItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBuildModuleSelected \ static_assert(alignof(ThirdPersonCharacter_C_OnBuildModuleSelected) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnBuildModuleSelected"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBuildModuleSelected) == 0x000010, "Wrong size on ThirdPersonCharacter_C_OnBuildModuleSelected"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBuildModuleSelected, ID) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBuildModuleSelected::ID' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBuildModuleSelected, ModuleClass) == 0x000008, "Member 'ThirdPersonCharacter_C_OnBuildModuleSelected::ModuleClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_PullGroup \ static_assert(alignof(ThirdPersonCharacter_C_PullGroup) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_PullGroup"); \ static_assert(sizeof(ThirdPersonCharacter_C_PullGroup) == 0x000010, "Wrong size on ThirdPersonCharacter_C_PullGroup"); \ static_assert(offsetof(ThirdPersonCharacter_C_PullGroup, Items) == 0x000000, "Member 'ThirdPersonCharacter_C_PullGroup::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideFullscreenUI \ static_assert(alignof(ThirdPersonCharacter_C_HideFullscreenUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideFullscreenUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideFullscreenUI) == 0x000008, "Wrong size on ThirdPersonCharacter_C_HideFullscreenUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideFullscreenUI, ContextWidget) == 0x000000, "Member 'ThirdPersonCharacter_C_HideFullscreenUI::ContextWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnShowFullscreenUI \ static_assert(alignof(ThirdPersonCharacter_C_OnShowFullscreenUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnShowFullscreenUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnShowFullscreenUI) == 0x000010, "Wrong size on ThirdPersonCharacter_C_OnShowFullscreenUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnShowFullscreenUI, Type) == 0x000000, "Member 'ThirdPersonCharacter_C_OnShowFullscreenUI::Type' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnShowFullscreenUI, ContextObject) == 0x000008, "Member 'ThirdPersonCharacter_C_OnShowFullscreenUI::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowFullscreenUI \ static_assert(alignof(ThirdPersonCharacter_C_ShowFullscreenUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowFullscreenUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowFullscreenUI) == 0x000010, "Wrong size on ThirdPersonCharacter_C_ShowFullscreenUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowFullscreenUI, Type) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowFullscreenUI::Type' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowFullscreenUI, ContextObject) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowFullscreenUI::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TakeRofleemoOnHands \ static_assert(alignof(ThirdPersonCharacter_C_TakeRofleemoOnHands) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TakeRofleemoOnHands"); \ static_assert(sizeof(ThirdPersonCharacter_C_TakeRofleemoOnHands) == 0x000008, "Wrong size on ThirdPersonCharacter_C_TakeRofleemoOnHands"); \ static_assert(offsetof(ThirdPersonCharacter_C_TakeRofleemoOnHands, Rofleemo) == 0x000000, "Member 'ThirdPersonCharacter_C_TakeRofleemoOnHands::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ParseInteractTraceResult \ static_assert(alignof(ThirdPersonCharacter_C_ParseInteractTraceResult) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_ParseInteractTraceResult"); \ static_assert(sizeof(ThirdPersonCharacter_C_ParseInteractTraceResult) == 0x00008C, "Wrong size on ThirdPersonCharacter_C_ParseInteractTraceResult"); \ static_assert(offsetof(ThirdPersonCharacter_C_ParseInteractTraceResult, OutHit) == 0x000000, "Member 'ThirdPersonCharacter_C_ParseInteractTraceResult::OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ParseInteractTraceResult, Return_Value) == 0x000088, "Member 'ThirdPersonCharacter_C_ParseInteractTraceResult::Return_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TeleportPlayerByRofleemo \ static_assert(alignof(ThirdPersonCharacter_C_TeleportPlayerByRofleemo) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TeleportPlayerByRofleemo"); \ static_assert(sizeof(ThirdPersonCharacter_C_TeleportPlayerByRofleemo) == 0x000008, "Wrong size on ThirdPersonCharacter_C_TeleportPlayerByRofleemo"); \ static_assert(offsetof(ThirdPersonCharacter_C_TeleportPlayerByRofleemo, Rofleemo) == 0x000000, "Member 'ThirdPersonCharacter_C_TeleportPlayerByRofleemo::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WorkplaceHire_M \ static_assert(alignof(ThirdPersonCharacter_C_WorkplaceHire_M) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WorkplaceHire_M"); \ static_assert(sizeof(ThirdPersonCharacter_C_WorkplaceHire_M) == 0x000010, "Wrong size on ThirdPersonCharacter_C_WorkplaceHire_M"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire_M, Module) == 0x000000, "Member 'ThirdPersonCharacter_C_WorkplaceHire_M::Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire_M, Worker) == 0x000008, "Member 'ThirdPersonCharacter_C_WorkplaceHire_M::Worker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WorkplaceFire_S \ static_assert(alignof(ThirdPersonCharacter_C_WorkplaceFire_S) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WorkplaceFire_S"); \ static_assert(sizeof(ThirdPersonCharacter_C_WorkplaceFire_S) == 0x000008, "Wrong size on ThirdPersonCharacter_C_WorkplaceFire_S"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceFire_S, Module) == 0x000000, "Member 'ThirdPersonCharacter_C_WorkplaceFire_S::Module' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WorkplaceHire_S \ static_assert(alignof(ThirdPersonCharacter_C_WorkplaceHire_S) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WorkplaceHire_S"); \ static_assert(sizeof(ThirdPersonCharacter_C_WorkplaceHire_S) == 0x000010, "Wrong size on ThirdPersonCharacter_C_WorkplaceHire_S"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire_S, Module) == 0x000000, "Member 'ThirdPersonCharacter_C_WorkplaceHire_S::Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire_S, Worker) == 0x000008, "Member 'ThirdPersonCharacter_C_WorkplaceHire_S::Worker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WorkplaceHire \ static_assert(alignof(ThirdPersonCharacter_C_WorkplaceHire) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WorkplaceHire"); \ static_assert(sizeof(ThirdPersonCharacter_C_WorkplaceHire) == 0x000010, "Wrong size on ThirdPersonCharacter_C_WorkplaceHire"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire, Module) == 0x000000, "Member 'ThirdPersonCharacter_C_WorkplaceHire::Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceHire, Worker) == 0x000008, "Member 'ThirdPersonCharacter_C_WorkplaceHire::Worker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WorkplaceFire \ static_assert(alignof(ThirdPersonCharacter_C_WorkplaceFire) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WorkplaceFire"); \ static_assert(sizeof(ThirdPersonCharacter_C_WorkplaceFire) == 0x000008, "Wrong size on ThirdPersonCharacter_C_WorkplaceFire"); \ static_assert(offsetof(ThirdPersonCharacter_C_WorkplaceFire, Module) == 0x000000, "Member 'ThirdPersonCharacter_C_WorkplaceFire::Module' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_RofleemoSetName \ static_assert(alignof(ThirdPersonCharacter_C_RofleemoSetName) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_RofleemoSetName"); \ static_assert(sizeof(ThirdPersonCharacter_C_RofleemoSetName) == 0x000018, "Wrong size on ThirdPersonCharacter_C_RofleemoSetName"); \ static_assert(offsetof(ThirdPersonCharacter_C_RofleemoSetName, NewName) == 0x000000, "Member 'ThirdPersonCharacter_C_RofleemoSetName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD \ static_assert(alignof(ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD"); \ static_assert(sizeof(ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD) == 0x000008, "Wrong size on ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD"); \ static_assert(offsetof(ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD, Rofleemo) == 0x000000, "Member 'ThirdPersonCharacter_C_TakeRofleemoOnHandsOLD::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetCustomizationContent_RPC \ static_assert(alignof(ThirdPersonCharacter_C_SetCustomizationContent_RPC) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_SetCustomizationContent_RPC"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetCustomizationContent_RPC) == 0x000008, "Wrong size on ThirdPersonCharacter_C_SetCustomizationContent_RPC"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetCustomizationContent_RPC, Type) == 0x000000, "Member 'ThirdPersonCharacter_C_SetCustomizationContent_RPC::Type' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetCustomizationContent_RPC, ID) == 0x000004, "Member 'ThirdPersonCharacter_C_SetCustomizationContent_RPC::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Client_StartTeleportationFadeIn \ static_assert(alignof(ThirdPersonCharacter_C_Client_StartTeleportationFadeIn) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_Client_StartTeleportationFadeIn"); \ static_assert(sizeof(ThirdPersonCharacter_C_Client_StartTeleportationFadeIn) == 0x000004, "Wrong size on ThirdPersonCharacter_C_Client_StartTeleportationFadeIn"); \ static_assert(offsetof(ThirdPersonCharacter_C_Client_StartTeleportationFadeIn, FadeDelay) == 0x000000, "Member 'ThirdPersonCharacter_C_Client_StartTeleportationFadeIn::FadeDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowWhiteFade \ static_assert(alignof(ThirdPersonCharacter_C_ShowWhiteFade) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ShowWhiteFade"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowWhiteFade) == 0x000001, "Wrong size on ThirdPersonCharacter_C_ShowWhiteFade"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowWhiteFade, Show) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowWhiteFade::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TryLootItem \ static_assert(alignof(ThirdPersonCharacter_C_TryLootItem) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TryLootItem"); \ static_assert(sizeof(ThirdPersonCharacter_C_TryLootItem) == 0x000008, "Wrong size on ThirdPersonCharacter_C_TryLootItem"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryLootItem, Item) == 0x000000, "Member 'ThirdPersonCharacter_C_TryLootItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ServerOnHoldInteract \ static_assert(alignof(ThirdPersonCharacter_C_ServerOnHoldInteract) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ServerOnHoldInteract"); \ static_assert(sizeof(ThirdPersonCharacter_C_ServerOnHoldInteract) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ServerOnHoldInteract"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerOnHoldInteract, Target) == 0x000000, "Member 'ThirdPersonCharacter_C_ServerOnHoldInteract::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowBigNotify \ static_assert(alignof(ThirdPersonCharacter_C_ShowBigNotify) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ShowBigNotify"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowBigNotify) == 0x000001, "Wrong size on ThirdPersonCharacter_C_ShowBigNotify"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBigNotify, NotifyType) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowBigNotify::NotifyType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TeleportControlBlock \ static_assert(alignof(ThirdPersonCharacter_C_TeleportControlBlock) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_TeleportControlBlock"); \ static_assert(sizeof(ThirdPersonCharacter_C_TeleportControlBlock) == 0x000001, "Wrong size on ThirdPersonCharacter_C_TeleportControlBlock"); \ static_assert(offsetof(ThirdPersonCharacter_C_TeleportControlBlock, bBlock) == 0x000000, "Member 'ThirdPersonCharacter_C_TeleportControlBlock::bBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetObserverMode \ static_assert(alignof(ThirdPersonCharacter_C_SetObserverMode) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_SetObserverMode"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetObserverMode) == 0x000001, "Wrong size on ThirdPersonCharacter_C_SetObserverMode"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetObserverMode, State) == 0x000000, "Member 'ThirdPersonCharacter_C_SetObserverMode::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnStartTeleportationFX \ static_assert(alignof(ThirdPersonCharacter_C_OnStartTeleportationFX) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnStartTeleportationFX"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnStartTeleportationFX) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnStartTeleportationFX"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnStartTeleportationFX, bCallPlayerRofleemo) == 0x000000, "Member 'ThirdPersonCharacter_C_OnStartTeleportationFX::bCallPlayerRofleemo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnStartTeleportationFX, TeleportationDelay_0) == 0x000004, "Member 'ThirdPersonCharacter_C_OnStartTeleportationFX::TeleportationDelay_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnMechanicalEngineUse \ static_assert(alignof(ThirdPersonCharacter_C_OnMechanicalEngineUse) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_OnMechanicalEngineUse"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnMechanicalEngineUse) == 0x000001, "Wrong size on ThirdPersonCharacter_C_OnMechanicalEngineUse"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnMechanicalEngineUse, PowerType) == 0x000000, "Member 'ThirdPersonCharacter_C_OnMechanicalEngineUse::PowerType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GamepadRouteAltInteract1Release \ static_assert(alignof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Release) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GamepadRouteAltInteract1Release"); \ static_assert(sizeof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Release) == 0x000018, "Wrong size on ThirdPersonCharacter_C_GamepadRouteAltInteract1Release"); \ static_assert(offsetof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Release, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_GamepadRouteAltInteract1Release::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GamepadRouteAltInteract1Press \ static_assert(alignof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Press) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GamepadRouteAltInteract1Press"); \ static_assert(sizeof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Press) == 0x000018, "Wrong size on ThirdPersonCharacter_C_GamepadRouteAltInteract1Press"); \ static_assert(offsetof(ThirdPersonCharacter_C_GamepadRouteAltInteract1Press, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_GamepadRouteAltInteract1Press::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GamepadRouteInteract \ static_assert(alignof(ThirdPersonCharacter_C_GamepadRouteInteract) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GamepadRouteInteract"); \ static_assert(sizeof(ThirdPersonCharacter_C_GamepadRouteInteract) == 0x000018, "Wrong size on ThirdPersonCharacter_C_GamepadRouteInteract"); \ static_assert(offsetof(ThirdPersonCharacter_C_GamepadRouteInteract, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_GamepadRouteInteract::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory \ static_assert(alignof(ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory"); \ static_assert(sizeof(ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory) == 0x000010, "Wrong size on ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory"); \ static_assert(offsetof(ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory, ItemCount) == 0x000000, "Member 'ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory::ItemCount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory, ItemType) == 0x000008, "Member 'ThirdPersonCharacter_C_Server_GrabResourceToFuelInventory::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ServerPlayerEndListen \ static_assert(alignof(ThirdPersonCharacter_C_ServerPlayerEndListen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ServerPlayerEndListen"); \ static_assert(sizeof(ThirdPersonCharacter_C_ServerPlayerEndListen) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ServerPlayerEndListen"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerPlayerEndListen, NewParam) == 0x000000, "Member 'ThirdPersonCharacter_C_ServerPlayerEndListen::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_PlayerListenned \ static_assert(alignof(ThirdPersonCharacter_C_PlayerListenned) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_PlayerListenned"); \ static_assert(sizeof(ThirdPersonCharacter_C_PlayerListenned) == 0x000008, "Wrong size on ThirdPersonCharacter_C_PlayerListenned"); \ static_assert(offsetof(ThirdPersonCharacter_C_PlayerListenned, NewParam) == 0x000000, "Member 'ThirdPersonCharacter_C_PlayerListenned::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowNewWaveTimer \ static_assert(alignof(ThirdPersonCharacter_C_ShowNewWaveTimer) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_ShowNewWaveTimer"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowNewWaveTimer) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowNewWaveTimer"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowNewWaveTimer, NotifyType) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowNewWaveTimer::NotifyType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowNewWaveTimer, WaveNumber) == 0x000004, "Member 'ThirdPersonCharacter_C_ShowNewWaveTimer::WaveNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowSubtitleLines \ static_assert(alignof(ThirdPersonCharacter_C_ShowSubtitleLines) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowSubtitleLines"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowSubtitleLines) == 0x000010, "Wrong size on ThirdPersonCharacter_C_ShowSubtitleLines"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowSubtitleLines, SubtitlePhrases) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowSubtitleLines::SubtitlePhrases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ReceiveEndPlay \ static_assert(alignof(ThirdPersonCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ReceiveEndPlay"); \ static_assert(sizeof(ThirdPersonCharacter_C_ReceiveEndPlay) == 0x000001, "Wrong size on ThirdPersonCharacter_C_ReceiveEndPlay"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'ThirdPersonCharacter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_StartIslandPortal \ static_assert(alignof(ThirdPersonCharacter_C_StartIslandPortal) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_StartIslandPortal"); \ static_assert(sizeof(ThirdPersonCharacter_C_StartIslandPortal) == 0x000001, "Wrong size on ThirdPersonCharacter_C_StartIslandPortal"); \ static_assert(offsetof(ThirdPersonCharacter_C_StartIslandPortal, bIsMovingToIsland) == 0x000000, "Member 'ThirdPersonCharacter_C_StartIslandPortal::bIsMovingToIsland' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SpawnBlueWarp \ static_assert(alignof(ThirdPersonCharacter_C_SpawnBlueWarp) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_SpawnBlueWarp"); \ static_assert(sizeof(ThirdPersonCharacter_C_SpawnBlueWarp) == 0x000030, "Wrong size on ThirdPersonCharacter_C_SpawnBlueWarp"); \ static_assert(offsetof(ThirdPersonCharacter_C_SpawnBlueWarp, Transform) == 0x000000, "Member 'ThirdPersonCharacter_C_SpawnBlueWarp::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Client_OpenWeaponCraftUI \ static_assert(alignof(ThirdPersonCharacter_C_Client_OpenWeaponCraftUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Client_OpenWeaponCraftUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_Client_OpenWeaponCraftUI) == 0x000008, "Wrong size on ThirdPersonCharacter_C_Client_OpenWeaponCraftUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_Client_OpenWeaponCraftUI, CraftTable) == 0x000000, "Member 'ThirdPersonCharacter_C_Client_OpenWeaponCraftUI::CraftTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event \ static_assert(alignof(ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event, CraftTable) == 0x000000, "Member 'ThirdPersonCharacter_C_OnWeaponCraftTableUse_Event::CraftTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnVoidTechLearned \ static_assert(alignof(ThirdPersonCharacter_C_OnVoidTechLearned) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnVoidTechLearned"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnVoidTechLearned) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnVoidTechLearned"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnVoidTechLearned, VoidTechTypeInfo) == 0x000000, "Member 'ThirdPersonCharacter_C_OnVoidTechLearned::VoidTechTypeInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_K2_UpdateCustomMovement \ static_assert(alignof(ThirdPersonCharacter_C_K2_UpdateCustomMovement) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_K2_UpdateCustomMovement"); \ static_assert(sizeof(ThirdPersonCharacter_C_K2_UpdateCustomMovement) == 0x000004, "Wrong size on ThirdPersonCharacter_C_K2_UpdateCustomMovement"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'ThirdPersonCharacter_C_K2_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowDisclamerWidget \ static_assert(alignof(ThirdPersonCharacter_C_ShowDisclamerWidget) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_ShowDisclamerWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowDisclamerWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowDisclamerWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerWidget, TutorialName) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowDisclamerWidget::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowAfterwordWidget \ static_assert(alignof(ThirdPersonCharacter_C_ShowAfterwordWidget) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_ShowAfterwordWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowAfterwordWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowAfterwordWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordWidget, TutorialName) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowAfterwordWidget::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnShowTutorial_Event_0 \ static_assert(alignof(ThirdPersonCharacter_C_OnShowTutorial_Event_0) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnShowTutorial_Event_0"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnShowTutorial_Event_0) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnShowTutorial_Event_0"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnShowTutorial_Event_0, InstructionID) == 0x000000, "Member 'ThirdPersonCharacter_C_OnShowTutorial_Event_0::InstructionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnDamageDealt \ static_assert(alignof(ThirdPersonCharacter_C_OnDamageDealt) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnDamageDealt"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnDamageDealt) == 0x000010, "Wrong size on ThirdPersonCharacter_C_OnDamageDealt"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDamageDealt, Damage) == 0x000000, "Member 'ThirdPersonCharacter_C_OnDamageDealt::Damage' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDamageDealt, DamageTarget) == 0x000008, "Member 'ThirdPersonCharacter_C_OnDamageDealt::DamageTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnDepotEngineerTable_Use \ static_assert(alignof(ThirdPersonCharacter_C_OnDepotEngineerTable_Use) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnDepotEngineerTable_Use"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnDepotEngineerTable_Use) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnDepotEngineerTable_Use"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDepotEngineerTable_Use, Table) == 0x000000, "Member 'ThirdPersonCharacter_C_OnDepotEngineerTable_Use::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowTeleportationTimer \ static_assert(alignof(ThirdPersonCharacter_C_ShowTeleportationTimer) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ShowTeleportationTimer"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowTeleportationTimer) == 0x000001, "Wrong size on ThirdPersonCharacter_C_ShowTeleportationTimer"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowTeleportationTimer, TeleportationType_0) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowTeleportationTimer::TeleportationType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetSelectedPathTokens \ static_assert(alignof(ThirdPersonCharacter_C_SetSelectedPathTokens) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetSelectedPathTokens"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetSelectedPathTokens) == 0x000018, "Wrong size on ThirdPersonCharacter_C_SetSelectedPathTokens"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedPathTokens, PathSwitcher) == 0x000000, "Member 'ThirdPersonCharacter_C_SetSelectedPathTokens::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedPathTokens, PathTokens) == 0x000008, "Member 'ThirdPersonCharacter_C_SetSelectedPathTokens::PathTokens' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetPathSwitcherState \ static_assert(alignof(ThirdPersonCharacter_C_SetPathSwitcherState) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetPathSwitcherState"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetPathSwitcherState) == 0x000010, "Wrong size on ThirdPersonCharacter_C_SetPathSwitcherState"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetPathSwitcherState, PathSwitcher) == 0x000000, "Member 'ThirdPersonCharacter_C_SetPathSwitcherState::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetPathSwitcherState, State) == 0x000008, "Member 'ThirdPersonCharacter_C_SetPathSwitcherState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetSelectedTokenSlots \ static_assert(alignof(ThirdPersonCharacter_C_SetSelectedTokenSlots) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetSelectedTokenSlots"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetSelectedTokenSlots) == 0x000018, "Wrong size on ThirdPersonCharacter_C_SetSelectedTokenSlots"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedTokenSlots, PathSwitcher) == 0x000000, "Member 'ThirdPersonCharacter_C_SetSelectedTokenSlots::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedTokenSlots, SelectedTokenSlots) == 0x000008, "Member 'ThirdPersonCharacter_C_SetSelectedTokenSlots::SelectedTokenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetSelectedRewards \ static_assert(alignof(ThirdPersonCharacter_C_SetSelectedRewards) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetSelectedRewards"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetSelectedRewards) == 0x000018, "Wrong size on ThirdPersonCharacter_C_SetSelectedRewards"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedRewards, PathSwitcher) == 0x000000, "Member 'ThirdPersonCharacter_C_SetSelectedRewards::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedRewards, SelectedRewards) == 0x000008, "Member 'ThirdPersonCharacter_C_SetSelectedRewards::SelectedRewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetSelectedRewardSlot \ static_assert(alignof(ThirdPersonCharacter_C_SetSelectedRewardSlot) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetSelectedRewardSlot"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetSelectedRewardSlot) == 0x000010, "Wrong size on ThirdPersonCharacter_C_SetSelectedRewardSlot"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedRewardSlot, PathSwitcher) == 0x000000, "Member 'ThirdPersonCharacter_C_SetSelectedRewardSlot::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetSelectedRewardSlot, SelectedRewardSlot) == 0x000008, "Member 'ThirdPersonCharacter_C_SetSelectedRewardSlot::SelectedRewardSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ReceivePointDamage \ static_assert(alignof(ThirdPersonCharacter_C_ReceivePointDamage) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ReceivePointDamage"); \ static_assert(sizeof(ThirdPersonCharacter_C_ReceivePointDamage) == 0x0000E0, "Wrong size on ThirdPersonCharacter_C_ReceivePointDamage"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, Damage) == 0x000000, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, DamageType) == 0x000008, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, HitLocation) == 0x000010, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, HitComponent) == 0x000028, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, BoneName) == 0x000030, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceivePointDamage, HitInfo) == 0x000058, "Member 'ThirdPersonCharacter_C_ReceivePointDamage::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CustomEvent_1 \ static_assert(alignof(ThirdPersonCharacter_C_CustomEvent_1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_CustomEvent_1"); \ static_assert(sizeof(ThirdPersonCharacter_C_CustomEvent_1) == 0x000004, "Wrong size on ThirdPersonCharacter_C_CustomEvent_1"); \ static_assert(offsetof(ThirdPersonCharacter_C_CustomEvent_1, DeltaSeconds) == 0x000000, "Member 'ThirdPersonCharacter_C_CustomEvent_1::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateGravityPhysics \ static_assert(alignof(ThirdPersonCharacter_C_UpdateGravityPhysics) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_UpdateGravityPhysics"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateGravityPhysics) == 0x000018, "Wrong size on ThirdPersonCharacter_C_UpdateGravityPhysics"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateGravityPhysics, ActorsToIgnore) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateGravityPhysics::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateGravityPhysics, Depth) == 0x000010, "Member 'ThirdPersonCharacter_C_UpdateGravityPhysics::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnUpdateCamera \ static_assert(alignof(ThirdPersonCharacter_C_OnUpdateCamera) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnUpdateCamera"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnUpdateCamera) == 0x000004, "Wrong size on ThirdPersonCharacter_C_OnUpdateCamera"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnUpdateCamera, DeltaTime) == 0x000000, "Member 'ThirdPersonCharacter_C_OnUpdateCamera::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ServerWagonModuleAddResources \ static_assert(alignof(ThirdPersonCharacter_C_ServerWagonModuleAddResources) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ServerWagonModuleAddResources"); \ static_assert(sizeof(ThirdPersonCharacter_C_ServerWagonModuleAddResources) == 0x000098, "Wrong size on ThirdPersonCharacter_C_ServerWagonModuleAddResources"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerWagonModuleAddResources, Hit) == 0x000000, "Member 'ThirdPersonCharacter_C_ServerWagonModuleAddResources::Hit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerWagonModuleAddResources, ResourceClass) == 0x000088, "Member 'ThirdPersonCharacter_C_ServerWagonModuleAddResources::ResourceClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerWagonModuleAddResources, ResourceAmount) == 0x000090, "Member 'ThirdPersonCharacter_C_ServerWagonModuleAddResources::ResourceAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_K2_OnEndViewTarget \ static_assert(alignof(ThirdPersonCharacter_C_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_K2_OnEndViewTarget"); \ static_assert(sizeof(ThirdPersonCharacter_C_K2_OnEndViewTarget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_K2_OnEndViewTarget"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnEndViewTarget, PC) == 0x000000, "Member 'ThirdPersonCharacter_C_K2_OnEndViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_K2_OnBecomeViewTarget \ static_assert(alignof(ThirdPersonCharacter_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_K2_OnBecomeViewTarget"); \ static_assert(sizeof(ThirdPersonCharacter_C_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_K2_OnBecomeViewTarget"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'ThirdPersonCharacter_C_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_RagdollPlayHit \ static_assert(alignof(ThirdPersonCharacter_C_RagdollPlayHit) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_RagdollPlayHit"); \ static_assert(sizeof(ThirdPersonCharacter_C_RagdollPlayHit) == 0x0000A8, "Wrong size on ThirdPersonCharacter_C_RagdollPlayHit"); \ static_assert(offsetof(ThirdPersonCharacter_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'ThirdPersonCharacter_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'ThirdPersonCharacter_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'ThirdPersonCharacter_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'ThirdPersonCharacter_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_K2_OnMovementModeChanged \ static_assert(alignof(ThirdPersonCharacter_C_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_K2_OnMovementModeChanged"); \ static_assert(sizeof(ThirdPersonCharacter_C_K2_OnMovementModeChanged) == 0x000004, "Wrong size on ThirdPersonCharacter_C_K2_OnMovementModeChanged"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'ThirdPersonCharacter_C_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'ThirdPersonCharacter_C_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'ThirdPersonCharacter_C_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'ThirdPersonCharacter_C_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ServerUseActor \ static_assert(alignof(ThirdPersonCharacter_C_ServerUseActor) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ServerUseActor"); \ static_assert(sizeof(ThirdPersonCharacter_C_ServerUseActor) == 0x000090, "Wrong size on ThirdPersonCharacter_C_ServerUseActor"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerUseActor, Actor) == 0x000000, "Member 'ThirdPersonCharacter_C_ServerUseActor::Actor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ServerUseActor, Hit) == 0x000008, "Member 'ThirdPersonCharacter_C_ServerUseActor::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ReceiveTick \ static_assert(alignof(ThirdPersonCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_ReceiveTick"); \ static_assert(sizeof(ThirdPersonCharacter_C_ReceiveTick) == 0x000004, "Wrong size on ThirdPersonCharacter_C_ReceiveTick"); \ static_assert(offsetof(ThirdPersonCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ThirdPersonCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowBenchScreen \ static_assert(alignof(ThirdPersonCharacter_C_ShowBenchScreen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowBenchScreen"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowBenchScreen) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowBenchScreen"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBenchScreen, Table) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowBenchScreen::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideTabletopGame \ static_assert(alignof(ThirdPersonCharacter_C_HideTabletopGame) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideTabletopGame"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideTabletopGame) == 0x000008, "Wrong size on ThirdPersonCharacter_C_HideTabletopGame"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideTabletopGame, GameWidget) == 0x000000, "Member 'ThirdPersonCharacter_C_HideTabletopGame::GameWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowTabletopGame \ static_assert(alignof(ThirdPersonCharacter_C_ShowTabletopGame) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowTabletopGame"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowTabletopGame) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowTabletopGame"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowTabletopGame, GameClass) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowTabletopGame::GameClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideFullscreenWidget \ static_assert(alignof(ThirdPersonCharacter_C_HideFullscreenWidget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideFullscreenWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideFullscreenWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_HideFullscreenWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideFullscreenWidget, Widget) == 0x000000, "Member 'ThirdPersonCharacter_C_HideFullscreenWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowLabel \ static_assert(alignof(ThirdPersonCharacter_C_ShowLabel) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowLabel"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowLabel) == 0x000030, "Wrong size on ThirdPersonCharacter_C_ShowLabel"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowLabel, LabelText) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowLabel::LabelText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowLabel, CaptionText) == 0x000018, "Member 'ThirdPersonCharacter_C_ShowLabel::CaptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInputTypeUpdate \ static_assert(alignof(ThirdPersonCharacter_C_OnInputTypeUpdate) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_OnInputTypeUpdate"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInputTypeUpdate) == 0x000001, "Wrong size on ThirdPersonCharacter_C_OnInputTypeUpdate"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInputTypeUpdate, bIsGamepadNow) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInputTypeUpdate::bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MakeHintsByTraceResult \ static_assert(alignof(ThirdPersonCharacter_C_MakeHintsByTraceResult) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_MakeHintsByTraceResult"); \ static_assert(sizeof(ThirdPersonCharacter_C_MakeHintsByTraceResult) == 0x00008C, "Wrong size on ThirdPersonCharacter_C_MakeHintsByTraceResult"); \ static_assert(offsetof(ThirdPersonCharacter_C_MakeHintsByTraceResult, HitResult) == 0x000000, "Member 'ThirdPersonCharacter_C_MakeHintsByTraceResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MakeHintsByTraceResult, ReturnValue) == 0x000088, "Member 'ThirdPersonCharacter_C_MakeHintsByTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideHintsWidget \ static_assert(alignof(ThirdPersonCharacter_C_HideHintsWidget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideHintsWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideHintsWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_HideHintsWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideHintsWidget, Hints) == 0x000000, "Member 'ThirdPersonCharacter_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowHintsWidget \ static_assert(alignof(ThirdPersonCharacter_C_ShowHintsWidget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowHintsWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowHintsWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_ShowHintsWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowHintsWidget, Hints) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_RemoveFromDisplayedButtons \ static_assert(alignof(ThirdPersonCharacter_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_RemoveFromDisplayedButtons"); \ static_assert(sizeof(ThirdPersonCharacter_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong size on ThirdPersonCharacter_C_RemoveFromDisplayedButtons"); \ static_assert(offsetof(ThirdPersonCharacter_C_RemoveFromDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'ThirdPersonCharacter_C_RemoveFromDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SetDisplayedButtons \ static_assert(alignof(ThirdPersonCharacter_C_SetDisplayedButtons) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SetDisplayedButtons"); \ static_assert(sizeof(ThirdPersonCharacter_C_SetDisplayedButtons) == 0x000008, "Wrong size on ThirdPersonCharacter_C_SetDisplayedButtons"); \ static_assert(offsetof(ThirdPersonCharacter_C_SetDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'ThirdPersonCharacter_C_SetDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateAltProgress \ static_assert(alignof(ThirdPersonCharacter_C_UpdateAltProgress) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_UpdateAltProgress"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateAltProgress) == 0x000004, "Wrong size on ThirdPersonCharacter_C_UpdateAltProgress"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateAltProgress, Percent) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateProgressKey \ static_assert(alignof(ThirdPersonCharacter_C_UpdateProgressKey) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_UpdateProgressKey"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateProgressKey) == 0x000004, "Wrong size on ThirdPersonCharacter_C_UpdateProgressKey"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateProgressKey, Percent) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateProgressKey::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowActionButton \ static_assert(alignof(ThirdPersonCharacter_C_ShowActionButton) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowActionButton"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowActionButton) == 0x000040, "Wrong size on ThirdPersonCharacter_C_ShowActionButton"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowActionButton, isProgressButton) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowActionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowActionButton, KeyMeta) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333 \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_0025DDA64296C75A76EB09B2DC0E2333::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333 \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_0025DDA64296C75A76EB09B2DC0E2333::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333 \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_0025DDA64296C75A76EB09B2DC0E2333::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_0025DDA64296C75A76EB09B2DC0E2333::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_0025DDA64296C75A76EB09B2DC0E2333::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_D7B6175742A5996DA229F383A0DE445A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_D7B6175742A5996DA229F383A0DE445A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_D7B6175742A5996DA229F383A0DE445A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_D7B6175742A5996DA229F383A0DE445A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_D7B6175742A5996DA229F383A0DE445A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1 \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_F7FFC9D44588DB787C90BA821251AAE1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1 \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_F7FFC9D44588DB787C90BA821251AAE1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1 \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_F7FFC9D44588DB787C90BA821251AAE1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_F7FFC9D44588DB787C90BA821251AAE1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_F7FFC9D44588DB787C90BA821251AAE1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126 \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_1A9FE7474F87FEB4341FEEBAB5F33126::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126 \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_1A9FE7474F87FEB4341FEEBAB5F33126::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126 \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_1A9FE7474F87FEB4341FEEBAB5F33126::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_1A9FE7474F87FEB4341FEEBAB5F33126::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_1A9FE7474F87FEB4341FEEBAB5F33126::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_6FCCB371411FCC62C6E3B8B6F93B1A5A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_6FCCB371411FCC62C6E3B8B6F93B1A5A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_6FCCB371411FCC62C6E3B8B6F93B1A5A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_6FCCB371411FCC62C6E3B8B6F93B1A5A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_6FCCB371411FCC62C6E3B8B6F93B1A5A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923 \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_00AE1B5041276F3CFDA8EEA1DB3D9923::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923 \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_00AE1B5041276F3CFDA8EEA1DB3D9923::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923 \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_00AE1B5041276F3CFDA8EEA1DB3D9923::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_00AE1B5041276F3CFDA8EEA1DB3D9923::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923 \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_00AE1B5041276F3CFDA8EEA1DB3D9923::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_CrouchToggle_K2Node_InputActionEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Jump_K2Node_InputActionEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Subtract_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_63EEEAC249A0617735614485E1DB912D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_63EEEAC249A0617735614485E1DB912D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_63EEEAC249A0617735614485E1DB912D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_63EEEAC249A0617735614485E1DB912D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_63EEEAC249A0617735614485E1DB912D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F \ static_assert(alignof(ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnCompleted_793E2280474C4D9C6E89F79543AF6C5F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F \ static_assert(alignof(ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnBlendOut_793E2280474C4D9C6E89F79543AF6C5F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F \ static_assert(alignof(ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnInterrupted_793E2280474C4D9C6E89F79543AF6C5F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyBegin_793E2280474C4D9C6E89F79543AF6C5F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F \ static_assert(alignof(ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F) == 0x000008, "Wrong size on ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F, NotifyName) == 0x000000, "Member 'ThirdPersonCharacter_C_OnNotifyEnd_793E2280474C4D9C6E89F79543AF6C5F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadSix_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Journal_K2Node_InputActionEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadYMultifunc_K2Node_InputActionEvent_8::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadXMultifunc_K2Node_InputActionEvent_9::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadMeleeAttack_K2Node_InputActionEvent_10::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_11::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_GamepadUseRope_K2Node_InputActionEvent_12::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_M_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_MultiTool_K2Node_InputActionEvent_13::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_V_K2Node_InputKeyEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_K_K2Node_InputKeyEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_14::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltInteract2_K2Node_InputActionEvent_15::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltFire_K2Node_InputActionEvent_16::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_17::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_18::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_19::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_SlotHeavyItem_K2Node_InputActionEvent_20::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_21::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_SlotTool_K2Node_InputActionEvent_22::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_23::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Consumables_K2Node_InputActionEvent_24::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Build_K2Node_InputActionEvent_25::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Fire_K2Node_InputActionEvent_26::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Decimal_K2Node_InputKeyEvent_9::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Interact_K2Node_InputActionEvent_27::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_U_K2Node_InputKeyEvent_10::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Winch_K2Node_InputActionEvent_28::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Inventory_K2Node_InputActionEvent_29::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_11::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadThree_K2Node_InputKeyEvent_12::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_PageDown_K2Node_InputKeyEvent_13::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_PageUp_K2Node_InputKeyEvent_14::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_15::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadFour_K2Node_InputKeyEvent_16::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NumPadOne_K2Node_InputKeyEvent_17::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Zero_K2Node_InputKeyEvent_18::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Multiply_K2Node_InputKeyEvent_19::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_20::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_RightMouseButton_K2Node_InputKeyEvent_21::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_30::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_AltInteract1_K2Node_InputActionEvent_31::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_NextWeapon_K2Node_InputActionEvent_32::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Reload_K2Node_InputActionEvent_33::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34 \ static_assert(alignof(ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34"); \ static_assert(sizeof(ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34) == 0x000018, "Wrong size on ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34"); \ static_assert(offsetof(ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34, Key) == 0x000000, "Member 'ThirdPersonCharacter_C_InpActEvt_Menu_K2Node_InputActionEvent_34::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ToggleIngameMenu \ static_assert(alignof(ThirdPersonCharacter_C_ToggleIngameMenu) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ToggleIngameMenu"); \ static_assert(sizeof(ThirdPersonCharacter_C_ToggleIngameMenu) == 0x000020, "Wrong size on ThirdPersonCharacter_C_ToggleIngameMenu"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, NewLocalVar_1) == 0x000000, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::NewLocalVar_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, CallFunc_SetGamePaused_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000010, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleIngameMenu, CallFunc_IsSingleplayer_ReturnValue) == 0x00001A, "Member 'ThirdPersonCharacter_C_ToggleIngameMenu::CallFunc_IsSingleplayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ToggleHUD \ static_assert(alignof(ThirdPersonCharacter_C_ToggleHUD) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ToggleHUD"); \ static_assert(sizeof(ThirdPersonCharacter_C_ToggleHUD) == 0x000005, "Wrong size on ThirdPersonCharacter_C_ToggleHUD"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleHUD, MakeItInstant) == 0x000000, "Member 'ThirdPersonCharacter_C_ToggleHUD::MakeItInstant' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleHUD, IsCutsceneMode) == 0x000001, "Member 'ThirdPersonCharacter_C_ToggleHUD::IsCutsceneMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleHUD, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_ToggleHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleHUD, CallFunc_IsValid_ReturnValue_1) == 0x000003, "Member 'ThirdPersonCharacter_C_ToggleHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleHUD, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_ToggleHUD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ValidateTraceWagon \ static_assert(alignof(ThirdPersonCharacter_C_ValidateTraceWagon) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ValidateTraceWagon"); \ static_assert(sizeof(ThirdPersonCharacter_C_ValidateTraceWagon) == 0x000360, "Wrong size on ThirdPersonCharacter_C_ValidateTraceWagon"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, Wagon) == 0x000000, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, TraceLocation) == 0x000008, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, SkipValidation) == 0x000014, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::SkipValidation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, ValidatedWagon) == 0x000018, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::ValidatedWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, ValidatedTraceLocation) == 0x000020, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::ValidatedTraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, LocalTraceLocation) == 0x00002C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::LocalTraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, LocalWagon) == 0x000038, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::LocalWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, LocalValidationActor) == 0x000040, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::LocalValidationActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_IsValid_ReturnValue) == 0x00004A, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00004C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000058, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetRightVector_ReturnValue) == 0x000064, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetForwardVector_ReturnValue) == 0x000070, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_X) == 0x00007C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Y) == 0x000080, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Z) == 0x000084, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_X_1) == 0x000088, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Y_1) == 0x00008C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Z_1) == 0x000090, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue) == 0x000098, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x0000A0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetValidationWagonModule_ReturnValue) == 0x0000A8, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetValidationWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_IsValid_ReturnValue_1) == 0x0000BC, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x0000BD, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x0000C0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_3) == 0x0000C8, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_4) == 0x0000E0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000E8, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_5) == 0x0000F8, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000100, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00010C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_6) == 0x000118, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_CanPlaceCustomWagonModule_ReturnValue) == 0x000120, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_CanPlaceCustomWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000124, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_7) == 0x000130, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_GetTrainBuilder_ReturnValue_8) == 0x000138, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_GetTrainBuilder_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000140, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00014C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_X_2) == 0x000158, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Y_2) == 0x00015C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Z_2) == 0x000160, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000164, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_CanPlaceCustomWagonModule_ReturnValue_1) == 0x000168, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_CanPlaceCustomWagonModule_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00016C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Add_VectorVector_ReturnValue) == 0x000178, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000184, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00020C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000210, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_X_3) == 0x00021C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Y_3) == 0x000220, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_BreakVector_Z_3) == 0x000224, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000228, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00022C, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000238, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000244, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x0002CC, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_CanPlaceCustomWagonModule_ReturnValue_2) == 0x0002CD, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_CanPlaceCustomWagonModule_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_SweepHitResult_2) == 0x0002D0, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ValidateTraceWagon, CallFunc_K2_SetActorLocation_ReturnValue_2) == 0x000358, "Member 'ThirdPersonCharacter_C_ValidateTraceWagon::CallFunc_K2_SetActorLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TraceWagonWall \ static_assert(alignof(ThirdPersonCharacter_C_TraceWagonWall) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TraceWagonWall"); \ static_assert(sizeof(ThirdPersonCharacter_C_TraceWagonWall) == 0x000218, "Wrong size on ThirdPersonCharacter_C_TraceWagonWall"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, Wagon) == 0x000000, "Member 'ThirdPersonCharacter_C_TraceWagonWall::Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, TraceLocation) == 0x000008, "Member 'ThirdPersonCharacter_C_TraceWagonWall::TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, TraceRotation) == 0x000014, "Member 'ThirdPersonCharacter_C_TraceWagonWall::TraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, LocalTraceRotation) == 0x000020, "Member 'ThirdPersonCharacter_C_TraceWagonWall::LocalTraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, LocalTracedLocation) == 0x00002C, "Member 'ThirdPersonCharacter_C_TraceWagonWall::LocalTracedLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, LocalTracedWagon) == 0x000038, "Member 'ThirdPersonCharacter_C_TraceWagonWall::LocalTracedWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_Builder_Trace_Hit_Traced) == 0x000040, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_Builder_Trace_Hit_Traced' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_Builder_Trace_Hit_HitResult) == 0x000044, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_Builder_Trace_Hit_HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_bBlockingHit) == 0x0000CC, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000CD, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Time) == 0x0000D0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Distance) == 0x0000D4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Location) == 0x0000D8, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Normal) == 0x0000F0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ImpactNormal) == 0x0000FC, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00014C, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00014D, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Time_1) == 0x000150, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Distance_1) == 0x000154, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Location_1) == 0x000158, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000164, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_Normal_1) == 0x000170, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00017C, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_PhysMat_1) == 0x000188, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitActor_1) == 0x000190, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitComponent_1) == 0x000198, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitBoneName_1) == 0x0001A0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_HitItem_1) == 0x0001A8, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_ElementIndex_1) == 0x0001AC, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_FaceIndex_1) == 0x0001B0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_TraceStart_1) == 0x0001B4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakHitResult_TraceEnd_1) == 0x0001C0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakVector_X) == 0x0001CC, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakVector_Y) == 0x0001D0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BreakVector_Z) == 0x0001D4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0001D8, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_bSuccess) == 0x0001E0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0001E4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_AsFGWagon) == 0x0001E8, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_FTrunc_ReturnValue) == 0x0001F4, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001F8, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x0001FC, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000208, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, K2Node_DynamicCast_bSuccess_2) == 0x000210, "Member 'ThirdPersonCharacter_C_TraceWagonWall::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000211, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000212, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x000213, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BooleanAND_ReturnValue) == 0x000214, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_BooleanAND_ReturnValue_1) == 0x000215, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagonWall, CallFunc_IsWall_ReturnValue) == 0x000216, "Member 'ThirdPersonCharacter_C_TraceWagonWall::CallFunc_IsWall_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_BuilderTraceGetExcludeModules \ static_assert(alignof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_BuilderTraceGetExcludeModules"); \ static_assert(sizeof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules) == 0x000260, "Wrong size on ThirdPersonCharacter_C_BuilderTraceGetExcludeModules"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, TraceDecorableModules) == 0x000000, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::TraceDecorableModules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, Modules) == 0x000008, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::Modules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, bShouldIgnore) == 0x000018, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::bShouldIgnore' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, FilteredLocalModuleList) == 0x000020, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::FilteredLocalModuleList' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, LocalTraceDecorableModules) == 0x000030, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::LocalTraceDecorableModules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, LocalModuleList) == 0x000038, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::LocalModuleList' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, Temp_int_Array_Index_Variable) == 0x000048, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue) == 0x000050, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000058, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue) == 0x000068, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_CanBeStored_ReturnValue) == 0x000150, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_CanBeStored_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x000158, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000160, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_3) == 0x000168, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_4) == 0x000170, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_2) == 0x000178, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_3) == 0x000179, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_5) == 0x000180, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetTrainBuilder_ReturnValue_6) == 0x000188, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetTrainBuilder_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_4) == 0x000190, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetInstalledModules_ReturnValue) == 0x000198, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Not_PreBool_ReturnValue) == 0x0001A8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, Temp_int_Loop_Counter_Variable) == 0x0001AC, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, Temp_int_Loop_Counter_Variable_1) == 0x0001B0, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Add_IntInt_ReturnValue) == 0x0001B4, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001B8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Add_ReturnValue) == 0x0001BC, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Add_ReturnValue_1) == 0x0001C0, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Add_ReturnValue_2) == 0x0001C4, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Length_ReturnValue) == 0x0001C8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Less_IntInt_ReturnValue) == 0x0001CC, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, Temp_int_Array_Index_Variable_1) == 0x0001D0, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_CanStoreModules_ReturnValue) == 0x0001E0, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_CanStoreModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Add_ReturnValue_3) == 0x0001E4, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_BooleanAND_ReturnValue) == 0x0001E8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_CanHaveDecoreModules_ReturnValue) == 0x0001E9, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_CanHaveDecoreModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_BooleanAND_ReturnValue_1) == 0x0001EA, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetCurrentWagon_ReturnValue) == 0x0001F0, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetCurrentWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetGameInstance_ReturnValue) == 0x0001F8, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_5) == 0x000200, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, K2Node_DynamicCast_AsFGGame_Instance) == 0x000208, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetInstalledModules_ReturnValue_1) == 0x000218, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetInstalledModules_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_6) == 0x000228, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetWagons_ReturnValue) == 0x000230, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Get_Item_1) == 0x000240, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Array_Length_ReturnValue_1) == 0x000248, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_IsValid_ReturnValue_7) == 0x00024C, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_Less_IntInt_ReturnValue_1) == 0x00024D, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuilderTraceGetExcludeModules, CallFunc_GetInstalledModules_ReturnValue_2) == 0x000250, "Member 'ThirdPersonCharacter_C_BuilderTraceGetExcludeModules::CallFunc_GetInstalledModules_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Builder_Trace_Hit \ static_assert(alignof(ThirdPersonCharacter_C_Builder_Trace_Hit) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Builder_Trace_Hit"); \ static_assert(sizeof(ThirdPersonCharacter_C_Builder_Trace_Hit) == 0x000250, "Wrong size on ThirdPersonCharacter_C_Builder_Trace_Hit"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, TraceDecorableModules) == 0x000000, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::TraceDecorableModules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, Traced) == 0x000001, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::Traced' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, HitResult) == 0x000004, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, IgnoreActors) == 0x000090, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, LocalTraceDecorableModules) == 0x0000A0, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::LocalTraceDecorableModules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, LocalArray) == 0x0000A8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::LocalArray' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, Temp_int_Array_Index_Variable) == 0x0000B8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, Temp_int_Loop_Counter_Variable) == 0x0000BC, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Array_Add_ReturnValue) == 0x0000C4, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BuilderTraceGetExcludeModules_Modules) == 0x0000C8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BuilderTraceGetExcludeModules_Modules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_GetController_ReturnValue) == 0x0000D8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, K2Node_DynamicCast_AsPlayer_Controller) == 0x0000E0, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_GetCameraRotation_ReturnValue) == 0x0000EC, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_GetCameraLocation_ReturnValue) == 0x0000F8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_GetForwardVector_ReturnValue) == 0x000104, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000110, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Add_VectorVector_ReturnValue) == 0x00011C, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_LineTraceMulti_OutHits) == 0x000128, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_LineTraceMulti_ReturnValue) == 0x000138, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_Array_Get_Item) == 0x000144, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_bBlockingHit) == 0x0001CC, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001CD, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_Time) == 0x0001D0, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_Distance) == 0x0001D4, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_Location) == 0x0001D8, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E4, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_Normal) == 0x0001F0, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_ImpactNormal) == 0x0001FC, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_PhysMat) == 0x000208, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_HitActor) == 0x000210, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_HitComponent) == 0x000218, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_HitBoneName) == 0x000220, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_HitItem) == 0x000228, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_ElementIndex) == 0x00022C, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_FaceIndex) == 0x000230, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_TraceStart) == 0x000234, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Builder_Trace_Hit, CallFunc_BreakHitResult_TraceEnd) == 0x000240, "Member 'ThirdPersonCharacter_C_Builder_Trace_Hit::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TraceWagon \ static_assert(alignof(ThirdPersonCharacter_C_TraceWagon) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TraceWagon"); \ static_assert(sizeof(ThirdPersonCharacter_C_TraceWagon) == 0x000328, "Wrong size on ThirdPersonCharacter_C_TraceWagon"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, InstallationType) == 0x000000, "Member 'ThirdPersonCharacter_C_TraceWagon::InstallationType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, Wagon) == 0x000008, "Member 'ThirdPersonCharacter_C_TraceWagon::Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, TraceLocation) == 0x000010, "Member 'ThirdPersonCharacter_C_TraceWagon::TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, TraceRotation) == 0x00001C, "Member 'ThirdPersonCharacter_C_TraceWagon::TraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, SkipValidation) == 0x000028, "Member 'ThirdPersonCharacter_C_TraceWagon::SkipValidation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, LocalTraceRotation) == 0x00002C, "Member 'ThirdPersonCharacter_C_TraceWagon::LocalTraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, LocalInstallationType) == 0x000038, "Member 'ThirdPersonCharacter_C_TraceWagon::LocalInstallationType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, LocalArray) == 0x000040, "Member 'ThirdPersonCharacter_C_TraceWagon::LocalArray' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, LocalTracedLocation) == 0x000050, "Member 'ThirdPersonCharacter_C_TraceWagon::LocalTracedLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, LocalTracedWagon) == 0x000060, "Member 'ThirdPersonCharacter_C_TraceWagon::LocalTracedWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_GetTrainBuilder_ReturnValue) == 0x000068, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000070, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_CanBeStored_ReturnValue) == 0x000071, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_CanBeStored_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_GetTrain_ReturnValue) == 0x000078, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000080, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_GetCategory_ReturnValue) == 0x00008A, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00008B, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_SwitchEnum_CmpSuccess) == 0x00008C, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_Builder_Trace_Hit_Traced) == 0x00008D, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_Builder_Trace_Hit_Traced' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_Builder_Trace_Hit_HitResult) == 0x000090, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_Builder_Trace_Hit_HitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bBlockingHit) == 0x000118, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bInitialOverlap) == 0x000119, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Time) == 0x00011C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Distance) == 0x000120, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Location) == 0x000124, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactPoint) == 0x000130, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Normal) == 0x00013C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactNormal) == 0x000148, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_PhysMat) == 0x000158, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitActor) == 0x000160, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitComponent) == 0x000168, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitBoneName) == 0x000170, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitItem) == 0x000178, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ElementIndex) == 0x00017C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_FaceIndex) == 0x000180, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceStart) == 0x000184, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceEnd) == 0x000190, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00019C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00019D, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Time_1) == 0x0001A0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Distance_1) == 0x0001A4, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Location_1) == 0x0001A8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0001B4, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Normal_1) == 0x0001C0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0001CC, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_PhysMat_1) == 0x0001D8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitActor_1) == 0x0001E0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitComponent_1) == 0x0001E8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitBoneName_1) == 0x0001F0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitItem_1) == 0x0001F8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ElementIndex_1) == 0x0001FC, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_FaceIndex_1) == 0x000200, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceStart_1) == 0x000204, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceEnd_1) == 0x000210, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x00021C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakVector_X) == 0x000220, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakVector_Y) == 0x000224, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakVector_Z) == 0x000228, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00022C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000230, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_FTrunc_ReturnValue) == 0x00023C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000240, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000241, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000242, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Time_2) == 0x000244, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Distance_2) == 0x000248, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Location_2) == 0x00024C, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000258, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_Normal_2) == 0x000264, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000270, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_PhysMat_2) == 0x000280, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitActor_2) == 0x000288, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitComponent_2) == 0x000290, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitBoneName_2) == 0x000298, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_HitItem_2) == 0x0002A0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_ElementIndex_2) == 0x0002A4, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_FaceIndex_2) == 0x0002A8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceStart_2) == 0x0002AC, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BreakHitResult_TraceEnd_2) == 0x0002B8, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0002C8, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_bSuccess_1) == 0x0002D0, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_AsFGWagon_Module) == 0x0002D8, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_bSuccess_2) == 0x0002E0, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0002E1, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_TraceStorageModule_TraceLocation) == 0x0002E4, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_TraceStorageModule_TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_TraceStorageModule_TraceRotation) == 0x0002F0, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_TraceStorageModule_TraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_CanStoreModules_ReturnValue) == 0x0002FC, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_CanStoreModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0002FD, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x0002FE, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_IsWall_ReturnValue) == 0x0002FF, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_IsWall_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BooleanAND_ReturnValue) == 0x000300, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_BooleanAND_ReturnValue_1) == 0x000301, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_AsFGWagon_Module_1) == 0x000308, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_AsFGWagon_Module_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_bSuccess_3) == 0x000310, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_AsFGWagon) == 0x000318, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, K2Node_DynamicCast_bSuccess_4) == 0x000320, "Member 'ThirdPersonCharacter_C_TraceWagon::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceWagon, CallFunc_IsFloor_ReturnValue) == 0x000321, "Member 'ThirdPersonCharacter_C_TraceWagon::CallFunc_IsFloor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnFootStep \ static_assert(alignof(ThirdPersonCharacter_C_OnFootStep) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_OnFootStep"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnFootStep) == 0x000190, "Wrong size on ThirdPersonCharacter_C_OnFootStep"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_OnFootStep::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, Temp_object_Variable) == 0x000010, "Member 'ThirdPersonCharacter_C_OnFootStep::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_LineTraceSingle_OutHit) == 0x00002C, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B4, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B5, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B6, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_Time) == 0x0000B8, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_Distance) == 0x0000BC, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_Location) == 0x0000C0, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_ImpactPoint) == 0x0000CC, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_Normal) == 0x0000D8, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E4, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_GetSurfaceType_ReturnValue) == 0x000134, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_GetSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, K2Node_DynamicCast_AsFGWagon) == 0x000138, "Member 'ThirdPersonCharacter_C_OnFootStep::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'ThirdPersonCharacter_C_OnFootStep::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, K2Node_SwitchEnum_CmpSuccess) == 0x000141, "Member 'ThirdPersonCharacter_C_OnFootStep::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000150, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFootStep, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000180, "Member 'ThirdPersonCharacter_C_OnFootStep::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnFogUpdated \ static_assert(alignof(ThirdPersonCharacter_C_OnFogUpdated) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnFogUpdated"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnFogUpdated) == 0x000030, "Wrong size on ThirdPersonCharacter_C_OnFogUpdated"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_OnFogUpdated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, Temp_int_Array_Index_Variable) == 0x000004, "Member 'ThirdPersonCharacter_C_OnFogUpdated::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'ThirdPersonCharacter_C_OnFogUpdated::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'ThirdPersonCharacter_C_OnFogUpdated::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'ThirdPersonCharacter_C_OnFogUpdated::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, CallFunc_Array_Get_Item) == 0x000020, "Member 'ThirdPersonCharacter_C_OnFogUpdated::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_OnFogUpdated::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnFogUpdated, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'ThirdPersonCharacter_C_OnFogUpdated::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ToggleBookMode \ static_assert(alignof(ThirdPersonCharacter_C_ToggleBookMode) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ToggleBookMode"); \ static_assert(sizeof(ThirdPersonCharacter_C_ToggleBookMode) == 0x000028, "Wrong size on ThirdPersonCharacter_C_ToggleBookMode"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, FromHeavy) == 0x000000, "Member 'ThirdPersonCharacter_C_ToggleBookMode::FromHeavy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_SetHUDMode_self_CastInput) == 0x000008, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_SetHUDMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_GetSlot_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_GetIsEquipped_ReturnValue) == 0x000021, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_GetIsEquipped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_Not_PreBool_ReturnValue_1) == 0x000022, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_SelectToolSlot_ReturnValue) == 0x000024, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_SelectToolSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_SelectToolSlot_ReturnValue_1) == 0x000025, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_SelectToolSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleBookMode, CallFunc_Not_PreBool_ReturnValue_2) == 0x000026, "Member 'ThirdPersonCharacter_C_ToggleBookMode::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TraceFloor \ static_assert(alignof(ThirdPersonCharacter_C_TraceFloor) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TraceFloor"); \ static_assert(sizeof(ThirdPersonCharacter_C_TraceFloor) == 0x000250, "Wrong size on ThirdPersonCharacter_C_TraceFloor"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Result) == 0x000000, "Member 'ThirdPersonCharacter_C_TraceFloor::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Wagon) == 0x000008, "Member 'ThirdPersonCharacter_C_TraceFloor::Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Floor) == 0x000010, "Member 'ThirdPersonCharacter_C_TraceFloor::Floor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'ThirdPersonCharacter_C_TraceFloor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Temp_object_Variable) == 0x000020, "Member 'ThirdPersonCharacter_C_TraceFloor::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_AsPlayer_Controller) == 0x000038, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'ThirdPersonCharacter_C_TraceFloor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetCameraRotation_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetForwardVector_ReturnValue) == 0x000054, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Multiply_VectorInt_ReturnValue) == 0x000064, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Multiply_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetCameraLocation_ReturnValue) == 0x000070, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Add_VectorVector_ReturnValue) == 0x00007C, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_LineTraceMulti_OutHits) == 0x000088, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_LineTraceMulti_ReturnValue) == 0x000098, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_bBlockingHit) == 0x000129, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_bInitialOverlap) == 0x00012A, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_Time) == 0x00012C, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_Distance) == 0x000130, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_Location) == 0x000134, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_ImpactPoint) == 0x000140, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_Normal) == 0x00014C, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_ImpactNormal) == 0x000158, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_PhysMat) == 0x000168, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_HitActor) == 0x000170, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_HitComponent) == 0x000178, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_HitBoneName) == 0x000180, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_HitItem) == 0x000188, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_ElementIndex) == 0x00018C, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_FaceIndex) == 0x000190, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_TraceStart) == 0x000194, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BreakHitResult_TraceEnd) == 0x0001A0, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0001B0, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_bSuccess_1) == 0x0001B8, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_AsFGWagon) == 0x0001C0, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, K2Node_DynamicCast_bSuccess_2) == 0x0001C8, "Member 'ThirdPersonCharacter_C_TraceFloor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetWagonFloorSettings_FloorSettings) == 0x0001D0, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetWagonFloorSettings_FloorSettings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_GetWagonFloorSettings_ReturnValue) == 0x000248, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_GetWagonFloorSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000249, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00024A, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceFloor, CallFunc_BooleanOR_ReturnValue) == 0x00024B, "Member 'ThirdPersonCharacter_C_TraceFloor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_AddPathTokenToInventory \ static_assert(alignof(ThirdPersonCharacter_C_AddPathTokenToInventory) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_AddPathTokenToInventory"); \ static_assert(sizeof(ThirdPersonCharacter_C_AddPathTokenToInventory) == 0x0000F0, "Wrong size on ThirdPersonCharacter_C_AddPathTokenToInventory"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, Seed) == 0x000000, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::Seed' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, Tier) == 0x000004, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::Tier' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, WorldRate) == 0x000008, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::WorldRate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, K2Node_DynamicCast_AsFGGame_Instance) == 0x000050, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_FinishSpawningActor_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_GeneratePathToken_PathToken) == 0x000070, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_GeneratePathToken_PathToken' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_GeneratePathToken_ReturnValue) == 0x0000D8, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_GeneratePathToken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddPathTokenToInventory, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0000E0, "Member 'ThirdPersonCharacter_C_AddPathTokenToInventory::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ToggleMultitoolMode \ static_assert(alignof(ThirdPersonCharacter_C_ToggleMultitoolMode) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ToggleMultitoolMode"); \ static_assert(sizeof(ThirdPersonCharacter_C_ToggleMultitoolMode) == 0x000003, "Wrong size on ThirdPersonCharacter_C_ToggleMultitoolMode"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleMultitoolMode, CallFunc_SelectToolSlot_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_ToggleMultitoolMode::CallFunc_SelectToolSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleMultitoolMode, CallFunc_SelectToolSlot_ReturnValue_1) == 0x000001, "Member 'ThirdPersonCharacter_C_ToggleMultitoolMode::CallFunc_SelectToolSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ToggleMultitoolMode, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_ToggleMultitoolMode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OpenInventoryUI \ static_assert(alignof(ThirdPersonCharacter_C_OpenInventoryUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OpenInventoryUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_OpenInventoryUI) == 0x000018, "Wrong size on ThirdPersonCharacter_C_OpenInventoryUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_OpenInventoryUI, K2Node_DynamicCast_AsHUD_Interface) == 0x000000, "Member 'ThirdPersonCharacter_C_OpenInventoryUI::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OpenInventoryUI, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_OpenInventoryUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OpenInventoryUI, CallFunc_GetViewportIsBusy_isBusy) == 0x000011, "Member 'ThirdPersonCharacter_C_OpenInventoryUI::CallFunc_GetViewportIsBusy_isBusy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OpenInventoryUI, CallFunc_IsValid_ReturnValue) == 0x000012, "Member 'ThirdPersonCharacter_C_OpenInventoryUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OpenInventoryUI, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'ThirdPersonCharacter_C_OpenInventoryUI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Close_Inventory_UI \ static_assert(alignof(ThirdPersonCharacter_C_Close_Inventory_UI) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_Close_Inventory_UI"); \ static_assert(sizeof(ThirdPersonCharacter_C_Close_Inventory_UI) == 0x000001, "Wrong size on ThirdPersonCharacter_C_Close_Inventory_UI"); \ static_assert(offsetof(ThirdPersonCharacter_C_Close_Inventory_UI, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_Close_Inventory_UI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_AddRotation \ static_assert(alignof(ThirdPersonCharacter_C_AddRotation) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_AddRotation"); \ static_assert(sizeof(ThirdPersonCharacter_C_AddRotation) == 0x000028, "Wrong size on ThirdPersonCharacter_C_AddRotation"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddRotation, Add_Amount) == 0x000000, "Member 'ThirdPersonCharacter_C_AddRotation::Add_Amount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00000C, "Member 'ThirdPersonCharacter_C_AddRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddRotation, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_AddRotation::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_AddRotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000024, "Member 'ThirdPersonCharacter_C_AddRotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_WinchTrace \ static_assert(alignof(ThirdPersonCharacter_C_WinchTrace) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_WinchTrace"); \ static_assert(sizeof(ThirdPersonCharacter_C_WinchTrace) == 0x000018, "Wrong size on ThirdPersonCharacter_C_WinchTrace"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, CallFunc_IsWinchLearned_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_WinchTrace::CallFunc_IsWinchLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_WinchTrace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x000008, "Member 'ThirdPersonCharacter_C_WinchTrace::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_WinchTrace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, CallFunc_CanAutoAimHook_ReturnValue) == 0x000011, "Member 'ThirdPersonCharacter_C_WinchTrace::CallFunc_CanAutoAimHook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_WinchTrace, CallFunc_CanAutoAimHook_ReturnValue_1) == 0x000012, "Member 'ThirdPersonCharacter_C_WinchTrace::CallFunc_CanAutoAimHook_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CloseBookUI \ static_assert(alignof(ThirdPersonCharacter_C_CloseBookUI) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CloseBookUI"); \ static_assert(sizeof(ThirdPersonCharacter_C_CloseBookUI) == 0x000038, "Wrong size on ThirdPersonCharacter_C_CloseBookUI"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, CallFunc_GetTrainBuilder_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CloseBookUI::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CloseBookUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, CallFunc_GetCurrentFullscreenWidget_self_CastInput) == 0x000010, "Member 'ThirdPersonCharacter_C_CloseBookUI::CallFunc_GetCurrentFullscreenWidget_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget) == 0x000020, "Member 'ThirdPersonCharacter_C_CloseBookUI::CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, K2Node_DynamicCast_AsFullscreen_Widget) == 0x000028, "Member 'ThirdPersonCharacter_C_CloseBookUI::K2Node_DynamicCast_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ThirdPersonCharacter_C_CloseBookUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseBookUI, CallFunc_SelectToolSlot_ReturnValue) == 0x000031, "Member 'ThirdPersonCharacter_C_CloseBookUI::CallFunc_SelectToolSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HaveAnyNaziAlive \ static_assert(alignof(ThirdPersonCharacter_C_HaveAnyNaziAlive) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HaveAnyNaziAlive"); \ static_assert(sizeof(ThirdPersonCharacter_C_HaveAnyNaziAlive) == 0x000038, "Wrong size on ThirdPersonCharacter_C_HaveAnyNaziAlive"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, Result) == 0x000000, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, bfound) == 0x000001, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::bfound' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, Temp_int_Array_Index_Variable) == 0x000004, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_Array_Get_Item) == 0x000028, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveAnyNaziAlive, CallFunc_IsAlive_ReturnValue) == 0x000031, "Member 'ThirdPersonCharacter_C_HaveAnyNaziAlive::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnDeathEvent \ static_assert(alignof(ThirdPersonCharacter_C_OnDeathEvent) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_OnDeathEvent"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnDeathEvent) == 0x000038, "Wrong size on ThirdPersonCharacter_C_OnDeathEvent"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'ThirdPersonCharacter_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'ThirdPersonCharacter_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_IsInTrain_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_IsInTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000031, "Member 'ThirdPersonCharacter_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CloseAfterwordScreen \ static_assert(alignof(ThirdPersonCharacter_C_CloseAfterwordScreen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CloseAfterwordScreen"); \ static_assert(sizeof(ThirdPersonCharacter_C_CloseAfterwordScreen) == 0x000020, "Wrong size on ThirdPersonCharacter_C_CloseAfterwordScreen"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseAfterwordScreen, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CloseAfterwordScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseAfterwordScreen, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CloseAfterwordScreen::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseAfterwordScreen, K2Node_DynamicCast_AsPlayer_Controller) == 0x000010, "Member 'ThirdPersonCharacter_C_CloseAfterwordScreen::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseAfterwordScreen, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ThirdPersonCharacter_C_CloseAfterwordScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowAfterwordScreen \ static_assert(alignof(ThirdPersonCharacter_C_ShowAfterwordScreen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowAfterwordScreen"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowAfterwordScreen) == 0x000088, "Wrong size on ThirdPersonCharacter_C_ShowAfterwordScreen"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, TutorialName) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::TutorialName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, CallFunc_Create_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, CallFunc_GetInstructionData_result) == 0x000010, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::CallFunc_GetInstructionData_result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, CallFunc_GetInstructionData_ReturnValue) == 0x000058, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::CallFunc_GetInstructionData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, CallFunc_GetController_ReturnValue) == 0x000070, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, K2Node_DynamicCast_AsPlayer_Controller) == 0x000078, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowAfterwordScreen, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'ThirdPersonCharacter_C_ShowAfterwordScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CloseDisclamerScreen \ static_assert(alignof(ThirdPersonCharacter_C_CloseDisclamerScreen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CloseDisclamerScreen"); \ static_assert(sizeof(ThirdPersonCharacter_C_CloseDisclamerScreen) == 0x000020, "Wrong size on ThirdPersonCharacter_C_CloseDisclamerScreen"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseDisclamerScreen, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CloseDisclamerScreen::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseDisclamerScreen, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CloseDisclamerScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseDisclamerScreen, K2Node_DynamicCast_AsPlayer_Controller) == 0x000010, "Member 'ThirdPersonCharacter_C_CloseDisclamerScreen::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CloseDisclamerScreen, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ThirdPersonCharacter_C_CloseDisclamerScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowDisclamerScreen \ static_assert(alignof(ThirdPersonCharacter_C_ShowDisclamerScreen) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowDisclamerScreen"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowDisclamerScreen) == 0x000030, "Wrong size on ThirdPersonCharacter_C_ShowDisclamerScreen"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerScreen, CallFunc_Create_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowDisclamerScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowDisclamerScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerScreen, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_ShowDisclamerScreen::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerScreen, K2Node_DynamicCast_AsPlayer_Controller) == 0x000020, "Member 'ThirdPersonCharacter_C_ShowDisclamerScreen::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowDisclamerScreen, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_ShowDisclamerScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ThrowTrace \ static_assert(alignof(ThirdPersonCharacter_C_ThrowTrace) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ThrowTrace"); \ static_assert(sizeof(ThirdPersonCharacter_C_ThrowTrace) == 0x000160, "Wrong size on ThirdPersonCharacter_C_ThrowTrace"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, Temp_object_Variable) == 0x000000, "Member 'ThirdPersonCharacter_C_ThrowTrace::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_GetCameraRotation_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_GetCameraLocation_ReturnValue) == 0x000024, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_GetForwardVector_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00003C, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_Add_VectorVector_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_LineTraceSingle_OutHit) == 0x000054, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_LineTraceSingle_ReturnValue) == 0x0000DC, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_bBlockingHit) == 0x0000DD, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DE, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_Time) == 0x0000E0, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_Distance) == 0x0000E4, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_Location) == 0x0000E8, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F4, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_Normal) == 0x000100, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_ImpactNormal) == 0x00010C, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ThrowTrace, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'ThirdPersonCharacter_C_ThrowTrace::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HeavyItemCheck \ static_assert(alignof(ThirdPersonCharacter_C_HeavyItemCheck) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HeavyItemCheck"); \ static_assert(sizeof(ThirdPersonCharacter_C_HeavyItemCheck) == 0x000018, "Wrong size on ThirdPersonCharacter_C_HeavyItemCheck"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_IsInTrain_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_IsInTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000008, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_IsValid_ReturnValue_2) == 0x000011, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HeavyItemCheck, CallFunc_Not_PreBool_ReturnValue_2) == 0x000012, "Member 'ThirdPersonCharacter_C_HeavyItemCheck::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateWinchMeshes \ static_assert(alignof(ThirdPersonCharacter_C_UpdateWinchMeshes) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_UpdateWinchMeshes"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateWinchMeshes) == 0x000030, "Wrong size on ThirdPersonCharacter_C_UpdateWinchMeshes"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, K2Node_MakeStruct_VoidTechTypeInfo_1) == 0x000008, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::K2Node_MakeStruct_VoidTechTypeInfo_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, K2Node_MakeStruct_VoidTechTypeInfo_2) == 0x000010, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::K2Node_MakeStruct_VoidTechTypeInfo_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, CallFunc_IsVoidTechLearned_ReturnValue) == 0x00002A, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, CallFunc_IsVoidTechLearned_ReturnValue_1) == 0x00002B, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::CallFunc_IsVoidTechLearned_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWinchMeshes, CallFunc_IsVoidTechLearned_ReturnValue_2) == 0x00002C, "Member 'ThirdPersonCharacter_C_UpdateWinchMeshes::CallFunc_IsVoidTechLearned_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideMultitool \ static_assert(alignof(ThirdPersonCharacter_C_HideMultitool) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideMultitool"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideMultitool) == 0x000010, "Wrong size on ThirdPersonCharacter_C_HideMultitool"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideMultitool, CallFunc_SetHUDMode_self_CastInput) == 0x000000, "Member 'ThirdPersonCharacter_C_HideMultitool::CallFunc_SetHUDMode_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowBook \ static_assert(alignof(ThirdPersonCharacter_C_ShowBook) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowBook"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowBook) == 0x000028, "Wrong size on ThirdPersonCharacter_C_ShowBook"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBook, bFromHeavy) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowBook::bFromHeavy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBook, CallFunc_GetTrainBuilder_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowBook::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBook, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_ShowBook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowBook, CallFunc_ShowFullscreenUI_self_CastInput) == 0x000018, "Member 'ThirdPersonCharacter_C_ShowBook::CallFunc_ShowFullscreenUI_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideBook \ static_assert(alignof(ThirdPersonCharacter_C_HideBook) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HideBook"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideBook) == 0x000050, "Wrong size on ThirdPersonCharacter_C_HideBook"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, CallFunc_GetTrainBuilder_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_HideBook::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_HideBook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, CallFunc_GetCurrentFullscreenWidget_self_CastInput) == 0x000010, "Member 'ThirdPersonCharacter_C_HideBook::CallFunc_GetCurrentFullscreenWidget_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget) == 0x000020, "Member 'ThirdPersonCharacter_C_HideBook::CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, K2Node_DynamicCast_AsFullscreen_Widget) == 0x000028, "Member 'ThirdPersonCharacter_C_HideBook::K2Node_DynamicCast_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ThirdPersonCharacter_C_HideBook::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_HideBook::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, K2Node_DynamicCast_AsPlayer_Controller) == 0x000040, "Member 'ThirdPersonCharacter_C_HideBook::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideBook, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'ThirdPersonCharacter_C_HideBook::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CheckInteractionComponents \ static_assert(alignof(ThirdPersonCharacter_C_CheckInteractionComponents) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CheckInteractionComponents"); \ static_assert(sizeof(ThirdPersonCharacter_C_CheckInteractionComponents) == 0x000078, "Wrong size on ThirdPersonCharacter_C_CheckInteractionComponents"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, Actor) == 0x000000, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::Actor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, Temp_int_Array_Index_Variable) == 0x000014, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Array_Get_Item) == 0x000038, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000050, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckInteractionComponents, CallFunc_Less_IntInt_ReturnValue_1) == 0x000074, "Member 'ThirdPersonCharacter_C_CheckInteractionComponents::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ChangeMultitoolType \ static_assert(alignof(ThirdPersonCharacter_C_ChangeMultitoolType) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ChangeMultitoolType"); \ static_assert(sizeof(ThirdPersonCharacter_C_ChangeMultitoolType) == 0x000001, "Wrong size on ThirdPersonCharacter_C_ChangeMultitoolType"); \ static_assert(offsetof(ThirdPersonCharacter_C_ChangeMultitoolType, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'ThirdPersonCharacter_C_ChangeMultitoolType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GetTraceLookIgnoreActors \ static_assert(alignof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GetTraceLookIgnoreActors"); \ static_assert(sizeof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors) == 0x0003A0, "Wrong size on ThirdPersonCharacter_C_GetTraceLookIgnoreActors"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, IgnoreActors) == 0x000000, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, AllModules) == 0x000010, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::AllModules' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, LocalIgnoreActors) == 0x000020, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::LocalIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Array_Index_Variable) == 0x000034, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Array_Index_Variable_2) == 0x000048, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Get_Item) == 0x000050, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue) == 0x000068, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000151, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, Temp_int_Loop_Counter_Variable_2) == 0x000154, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Add_IntInt_ReturnValue_2) == 0x000158, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Add_ReturnValue_1) == 0x000168, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue_1) == 0x000170, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_IsValid_ReturnValue_1) == 0x000258, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000259, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00025A, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00025B, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Length_ReturnValue_1) == 0x00025C, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_BooleanOR_ReturnValue) == 0x000260, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Less_IntInt_ReturnValue_1) == 0x000261, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_BooleanOR_ReturnValue_1) == 0x000262, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Get_Item_2) == 0x000268, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Add_ReturnValue_2) == 0x000270, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue_2) == 0x000278, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_IsValid_ReturnValue_2) == 0x000360, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000361, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Length_ReturnValue_2) == 0x000364, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Less_IntInt_ReturnValue_2) == 0x000368, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_GetGameInstance_ReturnValue) == 0x000370, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, K2Node_DynamicCast_AsFGGame_Instance) == 0x000378, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, K2Node_DynamicCast_bSuccess) == 0x000380, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_IsValid_ReturnValue_3) == 0x000381, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_GetInstalledModules_ReturnValue) == 0x000388, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, K2Node_SwitchEnum_CmpSuccess) == 0x000398, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetTraceLookIgnoreActors, CallFunc_Array_Add_ReturnValue_3) == 0x00039C, "Member 'ThirdPersonCharacter_C_GetTraceLookIgnoreActors::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GetModuleName \ static_assert(alignof(ThirdPersonCharacter_C_GetModuleName) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GetModuleName"); \ static_assert(sizeof(ThirdPersonCharacter_C_GetModuleName) == 0x000120, "Wrong size on ThirdPersonCharacter_C_GetModuleName"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, RecipeID) == 0x000000, "Member 'ThirdPersonCharacter_C_GetModuleName::RecipeID' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, Name_0) == 0x000008, "Member 'ThirdPersonCharacter_C_GetModuleName::Name_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_GetModuleName::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'ThirdPersonCharacter_C_GetModuleName::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ThirdPersonCharacter_C_GetModuleName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'ThirdPersonCharacter_C_GetModuleName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetModuleName, CallFunc_GetRecipe_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_GetModuleName::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TraceLook_Multitool \ static_assert(alignof(ThirdPersonCharacter_C_TraceLook_Multitool) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TraceLook_Multitool"); \ static_assert(sizeof(ThirdPersonCharacter_C_TraceLook_Multitool) == 0x0003D8, "Wrong size on ThirdPersonCharacter_C_TraceLook_Multitool"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, VisibilityFilter) == 0x000000, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::VisibilityFilter' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, localHitResult) == 0x000050, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::localHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, LocalHitActor) == 0x0000D8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::LocalHitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_MakeVariable_MakeVariableOutput) == 0x0000E0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolCanRelocate_bIsAllowed) == 0x000130, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolCanRelocate_bIsAllowed' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolCanRelocate_bCanRelocate) == 0x000131, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolCanRelocate_bCanRelocate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolCanRelocate_Reason) == 0x000138, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolCanRelocate_Reason' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_bBlockingHit) == 0x000150, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_bInitialOverlap) == 0x000151, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_Time) == 0x000154, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_Distance) == 0x000158, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_Location) == 0x00015C, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_ImpactPoint) == 0x000168, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_Normal) == 0x000174, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_ImpactNormal) == 0x000180, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_PhysMat) == 0x000190, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_HitActor) == 0x000198, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_HitComponent) == 0x0001A0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_HitBoneName) == 0x0001A8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_HitItem) == 0x0001B0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_ElementIndex) == 0x0001B4, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_FaceIndex) == 0x0001B8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_TraceStart) == 0x0001BC, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BreakHitResult_TraceEnd) == 0x0001C8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_Not_PreBool_ReturnValue) == 0x0001D4, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_DoesImplementInterface_ReturnValue) == 0x0001D5, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsHUD_Interface) == 0x0001D8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsBPI_Focusable) == 0x0001F0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_1) == 0x000200, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsFGWagon) == 0x000208, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_2) == 0x000210, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetTrain_ReturnValue) == 0x000218, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsBPI_Focusable_1) == 0x000220, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsBPI_Focusable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_3) == 0x000230, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetCategory_ReturnValue) == 0x000231, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000232, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_CanRepairIt_Repairable) == 0x000233, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_CanRepairIt_Repairable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsBPI_Focusable_2) == 0x000238, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsBPI_Focusable_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_4) == 0x000248, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_IsDeconstructionAllowed_isAllowed) == 0x000249, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_IsDeconstructionAllowed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_IsDeconstructionAllowed_isAvailable) == 0x00024A, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_IsDeconstructionAllowed_isAvailable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_IsDeconstructionAllowed_Message) == 0x000250, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_IsDeconstructionAllowed_Message' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000268, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_HandleFocused_FocusChanged) == 0x000269, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_HandleFocused_FocusChanged' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_DoesImplementInterface_ReturnValue_2) == 0x00026A, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_DoesImplementInterface_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsFGSelection_Info) == 0x000270, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsFGSelection_Info' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_5) == 0x000280, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x000288, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, K2Node_DynamicCast_bSuccess_6) == 0x000298, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolTrace_OutHit) == 0x00029C, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolTrace_ReturnValue) == 0x000324, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolTrace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetWagonModuleSettings_Settings) == 0x000328, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetWagonModuleSettings_bIsProject) == 0x0003A0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003A1, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003A2, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_MultitoolSelectionFilter_CanBeSelected) == 0x0003A3, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_MultitoolSelectionFilter_CanBeSelected' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_BooleanOR_ReturnValue) == 0x0003A4, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003A5, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetItemSelection_SelectionText) == 0x0003A8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetItemSelection_bDisableButton) == 0x0003C0, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_GetItemSelection_bIsInfoText) == 0x0003C1, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceLook_Multitool, CallFunc_ShowSelection_self_CastInput) == 0x0003C8, "Member 'ThirdPersonCharacter_C_TraceLook_Multitool::CallFunc_ShowSelection_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolTrace \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolTrace) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MultitoolTrace"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolTrace) == 0x000170, "Wrong size on ThirdPersonCharacter_C_MultitoolTrace"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, OutHit) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolTrace::OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, ReturnValue) == 0x000088, "Member 'ThirdPersonCharacter_C_MultitoolTrace::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_GetTraceLookIgnoreActors_IgnoreActors) == 0x000090, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_GetTraceLookIgnoreActors_IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000A0, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_GetCameraLocation_ReturnValue) == 0x0000A8, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_GetCameraRotation_ReturnValue) == 0x0000B4, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_GetForwardVector_ReturnValue) == 0x0000C0, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000CC, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D8, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_BoxTraceSingle_OutHit) == 0x0000E4, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_BoxTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolTrace, CallFunc_BoxTraceSingle_ReturnValue) == 0x00016C, "Member 'ThirdPersonCharacter_C_MultitoolTrace::CallFunc_BoxTraceSingle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Set_Multitool_Highlight \ static_assert(alignof(ThirdPersonCharacter_C_Set_Multitool_Highlight) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Set_Multitool_Highlight"); \ static_assert(sizeof(ThirdPersonCharacter_C_Set_Multitool_Highlight) == 0x000038, "Wrong size on ThirdPersonCharacter_C_Set_Multitool_Highlight"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, WagonModule) == 0x000000, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::WagonModule' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, Wagon) == 0x000008, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::Wagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, StaticMesh) == 0x000010, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, LocalStaticMesh) == 0x000018, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::LocalStaticMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, LocalWagon) == 0x000020, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::LocalWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, LocalWagonModule) == 0x000028, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::LocalWagonModule' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000032, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000033, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_IsValid_ReturnValue_2) == 0x000035, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_IsValid_ReturnValue_3) == 0x000036, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Highlight, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x000037, "Member 'ThirdPersonCharacter_C_Set_Multitool_Highlight::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight \ static_assert(alignof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight) == 0x0001F8, "Wrong size on ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, OutHit) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, ReturnValue) == 0x000088, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, LocalHitActor) == 0x000090, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::LocalHitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_bBlockingHit) == 0x000098, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_bInitialOverlap) == 0x000099, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_Time) == 0x00009C, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_Distance) == 0x0000A0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_Location) == 0x0000A4, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_Normal) == 0x0000BC, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_PhysMat) == 0x0000D8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_HitActor) == 0x0000E0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_HitComponent) == 0x0000E8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_HitBoneName) == 0x0000F0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_HitItem) == 0x0000F8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_ElementIndex) == 0x0000FC, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_FaceIndex) == 0x000100, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_TraceStart) == 0x000104, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_BreakHitResult_TraceEnd) == 0x000110, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_SwitchEnum_CmpSuccess) == 0x00011C, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_AsFGWagon) == 0x000120, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_SwitchEnum_CmpSuccess_1) == 0x000129, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_GetTrain_ReturnValue) == 0x000130, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_GetCategory_ReturnValue) == 0x000138, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000139, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x000140, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_GetWagonModuleSettings_Settings) == 0x000158, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_GetWagonModuleSettings_bIsProject) == 0x0001D0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_AsGeneric_Wagon_Module_Heavy_Item) == 0x0001D8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_AsGeneric_Wagon_Module_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_bSuccess_2) == 0x0001E0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_AsFGWagon_Module) == 0x0001E8, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_DynamicCast_bSuccess_3) == 0x0001F0, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_GetParentTrainCategory_ReturnValue) == 0x0001F1, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001F2, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_CanBeMultitoolRecycled_ReturnValue) == 0x0001F3, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_CanBeMultitoolRecycled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001F4, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, K2Node_SwitchEnum_CmpSuccess_3) == 0x0001F5, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight, CallFunc_DoesImplementInterface_ReturnValue) == 0x0001F6, "Member 'ThirdPersonCharacter_C_UpdateMultitoolTraceHighlight::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Set_Multitool_Mode \ static_assert(alignof(ThirdPersonCharacter_C_Set_Multitool_Mode) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_Set_Multitool_Mode"); \ static_assert(sizeof(ThirdPersonCharacter_C_Set_Multitool_Mode) == 0x000001, "Wrong size on ThirdPersonCharacter_C_Set_Multitool_Mode"); \ static_assert(offsetof(ThirdPersonCharacter_C_Set_Multitool_Mode, Mode) == 0x000000, "Member 'ThirdPersonCharacter_C_Set_Multitool_Mode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_OnShowTeleportationTimer \ static_assert(alignof(ThirdPersonCharacter_C_OnShowTeleportationTimer) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_OnShowTeleportationTimer"); \ static_assert(sizeof(ThirdPersonCharacter_C_OnShowTeleportationTimer) == 0x000002, "Wrong size on ThirdPersonCharacter_C_OnShowTeleportationTimer"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnShowTeleportationTimer, TeleportationType_0) == 0x000000, "Member 'ThirdPersonCharacter_C_OnShowTeleportationTimer::TeleportationType_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_OnShowTeleportationTimer, ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_OnShowTeleportationTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Is_Melee_Attack_Enabled \ static_assert(alignof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Is_Melee_Attack_Enabled"); \ static_assert(sizeof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled) == 0x000030, "Wrong size on ThirdPersonCharacter_C_Is_Melee_Attack_Enabled"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000010, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_IsPlayerControlBlocked_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_IsPlayerControlBlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Melee_Attack_Enabled, CallFunc_IsUnlocked_ReturnValue) == 0x00002B, "Member 'ThirdPersonCharacter_C_Is_Melee_Attack_Enabled::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanOpenInventory \ static_assert(alignof(ThirdPersonCharacter_C_CanOpenInventory) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanOpenInventory"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanOpenInventory) == 0x000018, "Wrong size on ThirdPersonCharacter_C_CanOpenInventory"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanOpenInventory::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_Not_PreBool_ReturnValue_2) == 0x000004, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_GetItemState_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_IsUnlocked_ReturnValue) == 0x000012, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_Not_PreBool_ReturnValue_3) == 0x000014, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenInventory, CallFunc_BooleanAND_ReturnValue_2) == 0x000016, "Member 'ThirdPersonCharacter_C_CanOpenInventory::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Can_Open_Consumables \ static_assert(alignof(ThirdPersonCharacter_C_Can_Open_Consumables) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_Can_Open_Consumables"); \ static_assert(sizeof(ThirdPersonCharacter_C_Can_Open_Consumables) == 0x00000C, "Wrong size on ThirdPersonCharacter_C_Can_Open_Consumables"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_CanEquip_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_GetItemState_ReturnValue) == 0x000006, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_GetItemState_ReturnValue_1) == 0x000009, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Open_Consumables, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'ThirdPersonCharacter_C_Can_Open_Consumables::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanOpenBuildBook \ static_assert(alignof(ThirdPersonCharacter_C_CanOpenBuildBook) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanOpenBuildBook"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanOpenBuildBook) == 0x00000C, "Wrong size on ThirdPersonCharacter_C_CanOpenBuildBook"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_CanEquip_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_GetItemState_ReturnValue) == 0x000006, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_GetItemState_ReturnValue_1) == 0x000009, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenBuildBook, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'ThirdPersonCharacter_C_CanOpenBuildBook::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanOpenSlotTool \ static_assert(alignof(ThirdPersonCharacter_C_CanOpenSlotTool) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanOpenSlotTool"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanOpenSlotTool) == 0x00000C, "Wrong size on ThirdPersonCharacter_C_CanOpenSlotTool"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_CanEquip_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_GetItemState_ReturnValue) == 0x000006, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_GetItemState_ReturnValue_1) == 0x000009, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotTool, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'ThirdPersonCharacter_C_CanOpenSlotTool::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanOpenSlotHeavy \ static_assert(alignof(ThirdPersonCharacter_C_CanOpenSlotHeavy) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanOpenSlotHeavy"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanOpenSlotHeavy) == 0x00000A, "Wrong size on ThirdPersonCharacter_C_CanOpenSlotHeavy"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_CanEquip_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_GetItemState_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000006, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_GetItemState_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanOpenSlotHeavy, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'ThirdPersonCharacter_C_CanOpenSlotHeavy::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanUseItems \ static_assert(alignof(ThirdPersonCharacter_C_CanUseItems) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanUseItems"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanUseItems) == 0x00000A, "Wrong size on ThirdPersonCharacter_C_CanUseItems"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanUseItems::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_GetItemState_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000006, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_GetItemState_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseItems, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'ThirdPersonCharacter_C_CanUseItems::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_EnemyTrace \ static_assert(alignof(ThirdPersonCharacter_C_EnemyTrace) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_EnemyTrace"); \ static_assert(sizeof(ThirdPersonCharacter_C_EnemyTrace) == 0x000270, "Wrong size on ThirdPersonCharacter_C_EnemyTrace"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, LocalHit) == 0x000000, "Member 'ThirdPersonCharacter_C_EnemyTrace::LocalHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, Temp_object_Variable) == 0x000088, "Member 'ThirdPersonCharacter_C_EnemyTrace::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_bBlockingHit) == 0x000098, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_bInitialOverlap) == 0x000099, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_Time) == 0x00009C, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_Distance) == 0x0000A0, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_Location) == 0x0000A4, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B0, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_Normal) == 0x0000BC, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_PhysMat) == 0x0000D8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_HitActor) == 0x0000E0, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_HitComponent) == 0x0000E8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_HitBoneName) == 0x0000F0, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_HitItem) == 0x0000F8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_ElementIndex) == 0x0000FC, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_FaceIndex) == 0x000100, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_TraceStart) == 0x000104, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_BreakHitResult_TraceEnd) == 0x000110, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_IsValid_ReturnValue) == 0x00011C, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, K2Node_DynamicCast_AsEnemy_Damageable) == 0x000120, "Member 'ThirdPersonCharacter_C_EnemyTrace::K2Node_DynamicCast_AsEnemy_Damageable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'ThirdPersonCharacter_C_EnemyTrace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetIsEnemy_isEnemy) == 0x000131, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetIsEnemy_isEnemy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, K2Node_DynamicCast_AsEnemy_Damageable_1) == 0x000138, "Member 'ThirdPersonCharacter_C_EnemyTrace::K2Node_DynamicCast_AsEnemy_Damageable_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'ThirdPersonCharacter_C_EnemyTrace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetEnemyData_Data) == 0x000150, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetEnemyData_Data' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_DoesImplementInterface_ReturnValue) == 0x000178, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_HideEnemyHP_self_CastInput) == 0x000180, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_HideEnemyHP_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000190, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_ShowEnemyHP_self_CastInput) == 0x000198, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_ShowEnemyHP_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetCameraRotation_ReturnValue) == 0x0001A8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetCameraLocation_ReturnValue) == 0x0001B4, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_GetForwardVector_ReturnValue) == 0x0001C0, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001CC, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_Add_VectorVector_ReturnValue) == 0x0001D8, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_LineTraceSingle_OutHit) == 0x0001E4, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_EnemyTrace, CallFunc_LineTraceSingle_ReturnValue) == 0x00026C, "Member 'ThirdPersonCharacter_C_EnemyTrace::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TryMoveModule \ static_assert(alignof(ThirdPersonCharacter_C_TryMoveModule) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_TryMoveModule"); \ static_assert(sizeof(ThirdPersonCharacter_C_TryMoveModule) == 0x0001A0, "Wrong size on ThirdPersonCharacter_C_TryMoveModule"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, Result) == 0x000000, "Member 'ThirdPersonCharacter_C_TryMoveModule::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetTrainBuilder_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000010, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, K2Node_MakeArray_Array) == 0x000020, "Member 'ThirdPersonCharacter_C_TryMoveModule::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetCameraRotation_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetCameraLocation_ReturnValue) == 0x00003C, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000054, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_Add_VectorVector_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BoxTraceSingle_OutHit) == 0x00006C, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BoxTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BoxTraceSingle_ReturnValue) == 0x0000F4, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BoxTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_bBlockingHit) == 0x0000F5, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000F6, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_Time) == 0x0000F8, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_Distance) == 0x0000FC, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_Location) == 0x000100, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_ImpactPoint) == 0x00010C, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_Normal) == 0x000118, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_ImpactNormal) == 0x000124, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_PhysMat) == 0x000130, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_HitActor) == 0x000138, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_HitComponent) == 0x000140, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_HitBoneName) == 0x000148, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_HitItem) == 0x000150, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_ElementIndex) == 0x000154, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_FaceIndex) == 0x000158, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_TraceStart) == 0x00015C, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_BreakHitResult_TraceEnd) == 0x000168, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, K2Node_DynamicCast_AsFGWagon_Module) == 0x000178, "Member 'ThirdPersonCharacter_C_TryMoveModule::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'ThirdPersonCharacter_C_TryMoveModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_CanRelocateModule_ReturnValue) == 0x000181, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_CanRelocateModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000182, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000184, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TryMoveModule, CallFunc_CalculateLocationOffsetToPlatform_ReturnValue) == 0x000190, "Member 'ThirdPersonCharacter_C_TryMoveModule::CallFunc_CalculateLocationOffsetToPlatform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GrabResourceToFuelInventory \ static_assert(alignof(ThirdPersonCharacter_C_GrabResourceToFuelInventory) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GrabResourceToFuelInventory"); \ static_assert(sizeof(ThirdPersonCharacter_C_GrabResourceToFuelInventory) == 0x000058, "Wrong size on ThirdPersonCharacter_C_GrabResourceToFuelInventory"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, ItemCount) == 0x000000, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::ItemCount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, ItemType) == 0x000008, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::ItemType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, LocalItemType) == 0x000010, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::LocalItemType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, LocalItemCount) == 0x000018, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::LocalItemCount' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_GetSlot_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_HasAuthority_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_MakePlaceholderFromClass_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_MakePlaceholderFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, K2Node_DynamicCast_AsFGGame_Instance) == 0x000040, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_GetResourceAmount_ReturnValue) == 0x00004C, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_GetResourceAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_ConsumeResourceByClass_ReturnValue) == 0x000050, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_ConsumeResourceByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GrabResourceToFuelInventory, CallFunc_Min_ReturnValue) == 0x000054, "Member 'ThirdPersonCharacter_C_GrabResourceToFuelInventory::CallFunc_Min_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ConstructActorFromClass \ static_assert(alignof(ThirdPersonCharacter_C_ConstructActorFromClass) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_ConstructActorFromClass"); \ static_assert(sizeof(ThirdPersonCharacter_C_ConstructActorFromClass) == 0x000070, "Wrong size on ThirdPersonCharacter_C_ConstructActorFromClass"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, Class_0) == 0x000000, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, SpawnTransform) == 0x000010, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, CollisionHandlingOverride) == 0x000040, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, Owner_0) == 0x000048, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::Owner_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, Instigator_0) == 0x000050, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, ReturnValue) == 0x000058, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ConstructActorFromClass, CallFunc_FinishSpawningActor_ReturnValue) == 0x000068, "Member 'ThirdPersonCharacter_C_ConstructActorFromClass::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_TraceStorageModule \ static_assert(alignof(ThirdPersonCharacter_C_TraceStorageModule) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_TraceStorageModule"); \ static_assert(sizeof(ThirdPersonCharacter_C_TraceStorageModule) == 0x0000A0, "Wrong size on ThirdPersonCharacter_C_TraceStorageModule"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, TracedModule) == 0x000000, "Member 'ThirdPersonCharacter_C_TraceStorageModule::TracedModule' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, TracedLocation) == 0x000008, "Member 'ThirdPersonCharacter_C_TraceStorageModule::TracedLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, TraceLocation) == 0x000014, "Member 'ThirdPersonCharacter_C_TraceStorageModule::TraceLocation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, TraceRotation) == 0x000020, "Member 'ThirdPersonCharacter_C_TraceStorageModule::TraceRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, K2Node_DynamicCast_AsFGWagon_Module_Rack) == 0x000030, "Member 'ThirdPersonCharacter_C_TraceStorageModule::K2Node_DynamicCast_AsFGWagon_Module_Rack' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ThirdPersonCharacter_C_TraceStorageModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, CallFunc_FindClosestFreeSocket_SocketTransform) == 0x000040, "Member 'ThirdPersonCharacter_C_TraceStorageModule::CallFunc_FindClosestFreeSocket_SocketTransform' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, CallFunc_FindClosestFreeSocket_ReturnValue) == 0x000070, "Member 'ThirdPersonCharacter_C_TraceStorageModule::CallFunc_FindClosestFreeSocket_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, CallFunc_BreakTransform_Location) == 0x000074, "Member 'ThirdPersonCharacter_C_TraceStorageModule::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, CallFunc_BreakTransform_Rotation) == 0x000080, "Member 'ThirdPersonCharacter_C_TraceStorageModule::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_TraceStorageModule, CallFunc_BreakTransform_Scale) == 0x00008C, "Member 'ThirdPersonCharacter_C_TraceStorageModule::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CheckRight \ static_assert(alignof(ThirdPersonCharacter_C_CheckRight) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CheckRight"); \ static_assert(sizeof(ThirdPersonCharacter_C_CheckRight) == 0x000020, "Wrong size on ThirdPersonCharacter_C_CheckRight"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, PlayerRight) == 0x000000, "Member 'ThirdPersonCharacter_C_CheckRight::PlayerRight' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, bRightIsUnlocked) == 0x000001, "Member 'ThirdPersonCharacter_C_CheckRight::bRightIsUnlocked' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CheckRight::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, CallFunc_GetRightsManager_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CheckRight::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_CheckRight::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CheckRight, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'ThirdPersonCharacter_C_CheckRight::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateWindLassMeshes \ static_assert(alignof(ThirdPersonCharacter_C_UpdateWindLassMeshes) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_UpdateWindLassMeshes"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateWindLassMeshes) == 0x000001, "Wrong size on ThirdPersonCharacter_C_UpdateWindLassMeshes"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateWindLassMeshes, CallFunc_CanUseAdvancedRope_Result) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateWindLassMeshes::CallFunc_CanUseAdvancedRope_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanUseAdvancedRope \ static_assert(alignof(ThirdPersonCharacter_C_CanUseAdvancedRope) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanUseAdvancedRope"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanUseAdvancedRope) == 0x000028, "Wrong size on ThirdPersonCharacter_C_CanUseAdvancedRope"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, Result) == 0x000000, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, NewLocalVar_0) == 0x000001, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000021, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseAdvancedRope, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'ThirdPersonCharacter_C_CanUseAdvancedRope::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanGamepadInteractYWithActor \ static_assert(alignof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanGamepadInteractYWithActor"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor) == 0x000028, "Wrong size on ThirdPersonCharacter_C_CanGamepadInteractYWithActor"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor, Result) == 0x000000, "Member 'ThirdPersonCharacter_C_CanGamepadInteractYWithActor::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor, Temp_struct_Variable) == 0x000008, "Member 'ThirdPersonCharacter_C_CanGamepadInteractYWithActor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_CanGamepadInteractYWithActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanGamepadInteractYWithActor, CallFunc_Array_Contains_ReturnValue) == 0x000021, "Member 'ThirdPersonCharacter_C_CanGamepadInteractYWithActor::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key \ static_assert(alignof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key"); \ static_assert(sizeof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key) == 0x000088, "Wrong size on ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, KeyToFind) == 0x000000, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::KeyToFind' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, Result) == 0x000018, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, SearchButton) == 0x000020, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::SearchButton' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, bfound) == 0x000038, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::bfound' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue) == 0x00003A, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_GetVisibleKeys_VisibleKeys) == 0x000040, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_GetVisibleKeys_VisibleKeys' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000050, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue) == 0x000051, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_1) == 0x000053, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000054, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_2) == 0x000055, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_1) == 0x000056, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_1) == 0x000057, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_3) == 0x000058, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_2) == 0x000059, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_2) == 0x00005A, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_4) == 0x00005B, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_3) == 0x00005C, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_3) == 0x00005D, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_5) == 0x00005E, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_4) == 0x00005F, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_4) == 0x000060, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_6) == 0x000061, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_5) == 0x000062, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_5) == 0x000063, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_7) == 0x000064, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_6) == 0x000065, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_7) == 0x000066, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_8) == 0x000067, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_9) == 0x000068, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_8) == 0x000069, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_6) == 0x00006A, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_10) == 0x00006B, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_9) == 0x00006C, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_7) == 0x00006D, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_11) == 0x00006E, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_10) == 0x00006F, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_12) == 0x000070, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_8) == 0x000071, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_11) == 0x000072, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue) == 0x000073, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_1) == 0x000074, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_2) == 0x000075, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_3) == 0x000076, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_9) == 0x000077, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_4) == 0x000078, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_IsVisible_ReturnValue_13) == 0x000079, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_IsVisible_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_5) == 0x00007A, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_6) == 0x00007B, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_7) == 0x00007C, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_Array_Contains_ReturnValue_10) == 0x00007D, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_Array_Contains_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_8) == 0x00007E, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_9) == 0x00007F, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanOR_ReturnValue_10) == 0x000080, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_12) == 0x000081, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key, CallFunc_BooleanAND_ReturnValue_13) == 0x000082, "Member 'ThirdPersonCharacter_C_Is_Tooltip_Keys_Have_Key::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HandleFocused \ static_assert(alignof(ThirdPersonCharacter_C_HandleFocused) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HandleFocused"); \ static_assert(sizeof(ThirdPersonCharacter_C_HandleFocused) == 0x000048, "Wrong size on ThirdPersonCharacter_C_HandleFocused"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, HittedActor) == 0x000000, "Member 'ThirdPersonCharacter_C_HandleFocused::HittedActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, FocusChanged) == 0x000008, "Member 'ThirdPersonCharacter_C_HandleFocused::FocusChanged' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, CurrentHittedActor) == 0x000010, "Member 'ThirdPersonCharacter_C_HandleFocused::CurrentHittedActor' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'ThirdPersonCharacter_C_HandleFocused::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_HandleFocused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, CallFunc_DoesImplementInterface_ReturnValue) == 0x000029, "Member 'ThirdPersonCharacter_C_HandleFocused::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, K2Node_DynamicCast_AsBPI_Focusable) == 0x000030, "Member 'ThirdPersonCharacter_C_HandleFocused::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ThirdPersonCharacter_C_HandleFocused::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000041, "Member 'ThirdPersonCharacter_C_HandleFocused::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000042, "Member 'ThirdPersonCharacter_C_HandleFocused::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleFocused, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'ThirdPersonCharacter_C_HandleFocused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_InvalidateFocused \ static_assert(alignof(ThirdPersonCharacter_C_InvalidateFocused) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_InvalidateFocused"); \ static_assert(sizeof(ThirdPersonCharacter_C_InvalidateFocused) == 0x000030, "Wrong size on ThirdPersonCharacter_C_InvalidateFocused"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, K2Node_DynamicCast_AsHUD_Interface) == 0x000000, "Member 'ThirdPersonCharacter_C_InvalidateFocused::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_InvalidateFocused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, K2Node_DynamicCast_AsBPI_Focusable) == 0x000018, "Member 'ThirdPersonCharacter_C_InvalidateFocused::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'ThirdPersonCharacter_C_InvalidateFocused::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'ThirdPersonCharacter_C_InvalidateFocused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'ThirdPersonCharacter_C_InvalidateFocused::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, CallFunc_DoesImplementInterface_ReturnValue) == 0x00002B, "Member 'ThirdPersonCharacter_C_InvalidateFocused::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_InvalidateFocused, CallFunc_BooleanAND_ReturnValue) == 0x00002C, "Member 'ThirdPersonCharacter_C_InvalidateFocused::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo \ static_assert(alignof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo"); \ static_assert(sizeof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo) == 0x0000C8, "Wrong size on ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, bResult) == 0x000000, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::bResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, AnimCorrection) == 0x000004, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::AnimCorrection' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, RofleemoRot) == 0x000010, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::RofleemoRot' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, RofleemoLoc) == 0x00001C, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::RofleemoLoc' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_GetRightVector_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Add_VectorVector_ReturnValue) == 0x00004C, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, K2Node_MakeArray_Array) == 0x000058, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, Temp_int_Array_Index_Variable) == 0x000068, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_MakeVector_ReturnValue) == 0x00006C, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, K2Node_MakeArray_Array_1) == 0x000078, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000088, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_SphereOverlapComponents_OutComponents) == 0x000098, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_SphereOverlapComponents_OutComponents' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_SphereOverlapComponents_ReturnValue) == 0x0000A8, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_SphereOverlapComponents_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x0000BC, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x0000BD, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000BE, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'ThirdPersonCharacter_C_Can_Spawn_Tp_Rofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_DefaultTrace \ static_assert(alignof(ThirdPersonCharacter_C_DefaultTrace) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_DefaultTrace"); \ static_assert(sizeof(ThirdPersonCharacter_C_DefaultTrace) == 0x000148, "Wrong size on ThirdPersonCharacter_C_DefaultTrace"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, Start) == 0x000000, "Member 'ThirdPersonCharacter_C_DefaultTrace::Start' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, End) == 0x00000C, "Member 'ThirdPersonCharacter_C_DefaultTrace::End' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, TraceChannel) == 0x000018, "Member 'ThirdPersonCharacter_C_DefaultTrace::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, ActorsToIgnore) == 0x000020, "Member 'ThirdPersonCharacter_C_DefaultTrace::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, DrawDebugType) == 0x000030, "Member 'ThirdPersonCharacter_C_DefaultTrace::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, OutHit) == 0x000034, "Member 'ThirdPersonCharacter_C_DefaultTrace::OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, CallFunc_LineTraceSingle_OutHit) == 0x0000BC, "Member 'ThirdPersonCharacter_C_DefaultTrace::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_DefaultTrace, CallFunc_LineTraceSingle_ReturnValue) == 0x000144, "Member 'ThirdPersonCharacter_C_DefaultTrace::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_UpdateNiagaraVoidBackground \ static_assert(alignof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_UpdateNiagaraVoidBackground"); \ static_assert(sizeof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground) == 0x000020, "Wrong size on ThirdPersonCharacter_C_UpdateNiagaraVoidBackground"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground, CallFunc_IsLocallyControlled_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_UpdateNiagaraVoidBackground::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_UpdateNiagaraVoidBackground::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'ThirdPersonCharacter_C_UpdateNiagaraVoidBackground::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_UpdateNiagaraVoidBackground, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ThirdPersonCharacter_C_UpdateNiagaraVoidBackground::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ApplyHammerCustomization \ static_assert(alignof(ThirdPersonCharacter_C_ApplyHammerCustomization) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ApplyHammerCustomization"); \ static_assert(sizeof(ThirdPersonCharacter_C_ApplyHammerCustomization) == 0x000050, "Wrong size on ThirdPersonCharacter_C_ApplyHammerCustomization"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, FP_Mesh_0) == 0x000000, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::FP_Mesh_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, TP_Mesh) == 0x000008, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::TP_Mesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, ItemMesh) == 0x000010, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::ItemMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, localItemMesh) == 0x000018, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::localItemMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, localTPMesh) == 0x000020, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::localTPMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, localFPMesh) == 0x000028, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::localFPMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, CallFunc_GetItemInstance_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, K2Node_DynamicCast_AsHammer) == 0x000040, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::K2Node_DynamicCast_AsHammer' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyHammerCustomization, CallFunc_IsValid_ReturnValue_1) == 0x00004A, "Member 'ThirdPersonCharacter_C_ApplyHammerCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ApplyJournalCustomization \ static_assert(alignof(ThirdPersonCharacter_C_ApplyJournalCustomization) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ApplyJournalCustomization"); \ static_assert(sizeof(ThirdPersonCharacter_C_ApplyJournalCustomization) == 0x000060, "Wrong size on ThirdPersonCharacter_C_ApplyJournalCustomization"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, JournalMaterial) == 0x000000, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::JournalMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, LeftPageMaterial) == 0x000008, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::LeftPageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, MiddlePageMaterial) == 0x000010, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::MiddlePageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, RightPageMaterial) == 0x000018, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::RightPageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, localRightPageMaterial) == 0x000020, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::localRightPageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, localMiddlePageMaterial) == 0x000028, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::localMiddlePageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, localLeftPageMaterial) == 0x000030, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::localLeftPageMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, LocalMaterial) == 0x000038, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::LocalMaterial' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, CallFunc_GetSlot_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, CallFunc_GetItemInstance_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, K2Node_DynamicCast_AsJournal) == 0x000050, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyJournalCustomization, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ThirdPersonCharacter_C_ApplyJournalCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ApplyBraceletCustomization \ static_assert(alignof(ThirdPersonCharacter_C_ApplyBraceletCustomization) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ApplyBraceletCustomization"); \ static_assert(sizeof(ThirdPersonCharacter_C_ApplyBraceletCustomization) == 0x000028, "Wrong size on ThirdPersonCharacter_C_ApplyBraceletCustomization"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, FP_Mesh_0) == 0x000000, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::FP_Mesh_0' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, TP_Mesh) == 0x000008, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::TP_Mesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, localTPMesh) == 0x000010, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::localTPMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, localFPMesh) == 0x000018, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::localFPMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplyBraceletCustomization, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'ThirdPersonCharacter_C_ApplyBraceletCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ApplySkeletalMesh \ static_assert(alignof(ThirdPersonCharacter_C_ApplySkeletalMesh) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ApplySkeletalMesh"); \ static_assert(sizeof(ThirdPersonCharacter_C_ApplySkeletalMesh) == 0x000060, "Wrong size on ThirdPersonCharacter_C_ApplySkeletalMesh"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, TargetComponent) == 0x000000, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::TargetComponent' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, NewMesh) == 0x000008, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::NewMesh' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, Temp_int_Array_Index_Variable) == 0x000010, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, CallFunc_GetMaterials_ReturnValue) == 0x000018, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, CallFunc_Array_Get_Item) == 0x000028, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ApplySkeletalMesh, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'ThirdPersonCharacter_C_ApplySkeletalMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowHUD \ static_assert(alignof(ThirdPersonCharacter_C_ShowHUD) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_ShowHUD"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowHUD) == 0x000003, "Wrong size on ThirdPersonCharacter_C_ShowHUD"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowHUD, bInstantShow) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowHUD::bInstantShow' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowHUD, bIsCutscene) == 0x000001, "Member 'ThirdPersonCharacter_C_ShowHUD::bIsCutscene' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowHUD, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_ShowHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HideHUD \ static_assert(alignof(ThirdPersonCharacter_C_HideHUD) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_HideHUD"); \ static_assert(sizeof(ThirdPersonCharacter_C_HideHUD) == 0x000003, "Wrong size on ThirdPersonCharacter_C_HideHUD"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideHUD, bInstantHide) == 0x000000, "Member 'ThirdPersonCharacter_C_HideHUD::bInstantHide' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideHUD, bIsCutscene) == 0x000001, "Member 'ThirdPersonCharacter_C_HideHUD::bIsCutscene' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HideHUD, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_HideHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Is_Key_Combo_Pressed \ static_assert(alignof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Is_Key_Combo_Pressed"); \ static_assert(sizeof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed) == 0x000048, "Wrong size on ThirdPersonCharacter_C_Is_Key_Combo_Pressed"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, FirstKey) == 0x000000, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::FirstKey' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, SecondKey) == 0x000018, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::SecondKey' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, Value) == 0x000030, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::Value' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, CallFunc_IsInputKeyDown_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, CallFunc_IsInputKeyDown_ReturnValue_1) == 0x000041, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::CallFunc_IsInputKeyDown_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Is_Key_Combo_Pressed, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'ThirdPersonCharacter_C_Is_Key_Combo_Pressed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools \ static_assert(alignof(ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools"); \ static_assert(sizeof(ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools) == 0x000002, "Wrong size on ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools"); \ static_assert(offsetof(ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools, Value) == 0x000000, "Member 'ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools::Value' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools, CallFunc_CheckRight_bRightIsUnlocked) == 0x000001, "Member 'ThirdPersonCharacter_C_Has_Rights_for_Slot_Tools::CallFunc_CheckRight_bRightIsUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Deconstruction_Progress_Update \ static_assert(alignof(ThirdPersonCharacter_C_Deconstruction_Progress_Update) == 0x000004, "Wrong alignment on ThirdPersonCharacter_C_Deconstruction_Progress_Update"); \ static_assert(sizeof(ThirdPersonCharacter_C_Deconstruction_Progress_Update) == 0x00000C, "Wrong size on ThirdPersonCharacter_C_Deconstruction_Progress_Update"); \ static_assert(offsetof(ThirdPersonCharacter_C_Deconstruction_Progress_Update, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_Deconstruction_Progress_Update::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Deconstruction_Progress_Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_Deconstruction_Progress_Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Deconstruction_Progress_Update, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_Deconstruction_Progress_Update::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MoveWagonSoundComponent \ static_assert(alignof(ThirdPersonCharacter_C_MoveWagonSoundComponent) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_MoveWagonSoundComponent"); \ static_assert(sizeof(ThirdPersonCharacter_C_MoveWagonSoundComponent) == 0x000100, "Wrong size on ThirdPersonCharacter_C_MoveWagonSoundComponent"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, DeltaTime) == 0x000000, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_IsPlaying_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_IsPlaying_ReturnValue_1) == 0x000006, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_GetRailsTransformClosestToPlayerLocation_RailsTransform) == 0x000010, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_GetRailsTransformClosestToPlayerLocation_RailsTransform' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_GetRailsTransformClosestToPlayerLocation_RailsDistance) == 0x000040, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_GetRailsTransformClosestToPlayerLocation_RailsDistance' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_GetRailsTransformClosestToPlayerLocation_ReturnValue) == 0x000044, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_GetRailsTransformClosestToPlayerLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_BreakTransform_Location) == 0x000048, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_BreakTransform_Rotation) == 0x000054, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_BreakTransform_Scale) == 0x000060, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00006C, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MoveWagonSoundComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F4, "Member 'ThirdPersonCharacter_C_MoveWagonSoundComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GetIsSprayerMode \ static_assert(alignof(ThirdPersonCharacter_C_GetIsSprayerMode) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GetIsSprayerMode"); \ static_assert(sizeof(ThirdPersonCharacter_C_GetIsSprayerMode) == 0x000030, "Wrong size on ThirdPersonCharacter_C_GetIsSprayerMode"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, bIsSprayer) == 0x000000, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::bIsSprayer' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, CallFunc_GetHUDMode_CurrentMode) == 0x000029, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::CallFunc_GetHUDMode_CurrentMode' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetIsSprayerMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'ThirdPersonCharacter_C_GetIsSprayerMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_SwitchSprayerColor \ static_assert(alignof(ThirdPersonCharacter_C_SwitchSprayerColor) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_SwitchSprayerColor"); \ static_assert(sizeof(ThirdPersonCharacter_C_SwitchSprayerColor) == 0x000028, "Wrong size on ThirdPersonCharacter_C_SwitchSprayerColor"); \ static_assert(offsetof(ThirdPersonCharacter_C_SwitchSprayerColor, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_SwitchSprayerColor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SwitchSprayerColor, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_SwitchSprayerColor::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SwitchSprayerColor, K2Node_DynamicCast_AsHUD_Interface) == 0x000010, "Member 'ThirdPersonCharacter_C_SwitchSprayerColor::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_SwitchSprayerColor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ThirdPersonCharacter_C_SwitchSprayerColor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HandleSprayerSelect \ static_assert(alignof(ThirdPersonCharacter_C_HandleSprayerSelect) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_HandleSprayerSelect"); \ static_assert(sizeof(ThirdPersonCharacter_C_HandleSprayerSelect) == 0x000110, "Wrong size on ThirdPersonCharacter_C_HandleSprayerSelect"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, K2Node_DynamicCast_AsHUD_Interface) == 0x000000, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000018, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, K2Node_MakeArray_Array) == 0x000030, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000040, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_GetCameraRotation_ReturnValue) == 0x000048, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_GetCameraLocation_ReturnValue) == 0x000054, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00006C, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_BoxTraceSingle_OutHit) == 0x000084, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_BoxTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HandleSprayerSelect, CallFunc_BoxTraceSingle_ReturnValue) == 0x00010C, "Member 'ThirdPersonCharacter_C_HandleSprayerSelect::CallFunc_BoxTraceSingle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_Reset_Multitool_Selection \ static_assert(alignof(ThirdPersonCharacter_C_Reset_Multitool_Selection) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_Reset_Multitool_Selection"); \ static_assert(sizeof(ThirdPersonCharacter_C_Reset_Multitool_Selection) == 0x000018, "Wrong size on ThirdPersonCharacter_C_Reset_Multitool_Selection"); \ static_assert(offsetof(ThirdPersonCharacter_C_Reset_Multitool_Selection, K2Node_DynamicCast_AsHUD_Interface) == 0x000000, "Member 'ThirdPersonCharacter_C_Reset_Multitool_Selection::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_Reset_Multitool_Selection, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ThirdPersonCharacter_C_Reset_Multitool_Selection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolCanRelocate \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolCanRelocate) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MultitoolCanRelocate"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolCanRelocate) == 0x000038, "Wrong size on ThirdPersonCharacter_C_MultitoolCanRelocate"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, Object) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::Object' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, bIsAllowed) == 0x000008, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::bIsAllowed' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, bCanRelocate) == 0x000009, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::bCanRelocate' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, reason) == 0x000010, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::reason' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, K2Node_DynamicCast_AsFGWagon_Module) == 0x000028, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, CallFunc_CanRelocateModule_ReturnValue) == 0x000031, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::CallFunc_CanRelocateModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolCanRelocate, K2Node_SwitchEnum_CmpSuccess) == 0x000032, "Member 'ThirdPersonCharacter_C_MultitoolCanRelocate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolSelectionFilter \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolSelectionFilter) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MultitoolSelectionFilter"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolSelectionFilter) == 0x000118, "Wrong size on ThirdPersonCharacter_C_MultitoolSelectionFilter"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, Selection) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::Selection' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, Object) == 0x000008, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::Object' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, CanBeSelected) == 0x000010, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::CanBeSelected' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_DynamicCast_AsFGWagon_Module) == 0x000018, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, CallFunc_GetWagonModuleConstructionsSettings_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::CallFunc_GetWagonModuleConstructionsSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_1) == 0x000110, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_2) == 0x000111, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_3) == 0x000112, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_4) == 0x000113, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_5) == 0x000114, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolSelectionFilter, K2Node_SwitchEnum_CmpSuccess_6) == 0x000115, "Member 'ThirdPersonCharacter_C_MultitoolSelectionFilter::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolRelocateModule \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolRelocateModule) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MultitoolRelocateModule"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolRelocateModule) == 0x000038, "Wrong size on ThirdPersonCharacter_C_MultitoolRelocateModule"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_GetTrainBuilder_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000008, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_InstallWagonModule_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_InstallWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x000018, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_CanPlaceWagonModule_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_CanPlaceWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_GetTrainBuilder_ReturnValue_3) == 0x000028, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_GetTrainBuilder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolRelocateModule, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'ThirdPersonCharacter_C_MultitoolRelocateModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolStartRelocate \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolStartRelocate) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_MultitoolStartRelocate"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolStartRelocate) == 0x000002, "Wrong size on ThirdPersonCharacter_C_MultitoolStartRelocate"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolStartRelocate, CallFunc_TryMoveModule_Result) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolStartRelocate::CallFunc_TryMoveModule_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolStartRelocate, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_MultitoolStartRelocate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_MultitoolEndRelocate \ static_assert(alignof(ThirdPersonCharacter_C_MultitoolEndRelocate) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_MultitoolEndRelocate"); \ static_assert(sizeof(ThirdPersonCharacter_C_MultitoolEndRelocate) == 0x000008, "Wrong size on ThirdPersonCharacter_C_MultitoolEndRelocate"); \ static_assert(offsetof(ThirdPersonCharacter_C_MultitoolEndRelocate, CallFunc_GetTrainBuilder_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_MultitoolEndRelocate::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_BuildBookPlaceFloor \ static_assert(alignof(ThirdPersonCharacter_C_BuildBookPlaceFloor) == 0x000010, "Wrong alignment on ThirdPersonCharacter_C_BuildBookPlaceFloor"); \ static_assert(sizeof(ThirdPersonCharacter_C_BuildBookPlaceFloor) == 0x000060, "Wrong size on ThirdPersonCharacter_C_BuildBookPlaceFloor"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_GetTrainBuilder_ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000008, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x000018, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceFloor, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000050, "Member 'ThirdPersonCharacter_C_BuildBookPlaceFloor::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_BuildBookPlaceModule \ static_assert(alignof(ThirdPersonCharacter_C_BuildBookPlaceModule) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_BuildBookPlaceModule"); \ static_assert(sizeof(ThirdPersonCharacter_C_BuildBookPlaceModule) == 0x000060, "Wrong size on ThirdPersonCharacter_C_BuildBookPlaceModule"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, ModuleRotation) == 0x000000, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::ModuleRotation' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_1) == 0x000018, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_2) == 0x000020, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_3) == 0x000028, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_4) == 0x000030, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_5) == 0x000040, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_6) == 0x000048, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetTrainBuilder_ReturnValue_7) == 0x000050, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetTrainBuilder_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_InstallWagonModule_ReturnValue) == 0x000058, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_InstallWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_IsValidClass_ReturnValue) == 0x000059, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_CanPlaceWagonModule_ReturnValue) == 0x00005A, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_CanPlaceWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookPlaceModule, CallFunc_GetSelectedWeaponSlot_ReturnValue) == 0x00005B, "Member 'ThirdPersonCharacter_C_BuildBookPlaceModule::CallFunc_GetSelectedWeaponSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_BuildBookShowUIFromBuilding \ static_assert(alignof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_BuildBookShowUIFromBuilding"); \ static_assert(sizeof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding) == 0x000020, "Wrong size on ThirdPersonCharacter_C_BuildBookShowUIFromBuilding"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000000, "Member 'ThirdPersonCharacter_C_BuildBookShowUIFromBuilding::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'ThirdPersonCharacter_C_BuildBookShowUIFromBuilding::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'ThirdPersonCharacter_C_BuildBookShowUIFromBuilding::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_BuildBookShowUIFromBuilding, CallFunc_ShowFullscreenUI_self_CastInput) == 0x000010, "Member 'ThirdPersonCharacter_C_BuildBookShowUIFromBuilding::CallFunc_ShowFullscreenUI_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_ShowFullscreenWidget \ static_assert(alignof(ThirdPersonCharacter_C_ShowFullscreenWidget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_ShowFullscreenWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_ShowFullscreenWidget) == 0x000010, "Wrong size on ThirdPersonCharacter_C_ShowFullscreenWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowFullscreenWidget, Widget) == 0x000000, "Member 'ThirdPersonCharacter_C_ShowFullscreenWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_ShowFullscreenWidget, isAdded) == 0x000008, "Member 'ThirdPersonCharacter_C_ShowFullscreenWidget::isAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GetCurrentFullscreenWidget \ static_assert(alignof(ThirdPersonCharacter_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GetCurrentFullscreenWidget"); \ static_assert(sizeof(ThirdPersonCharacter_C_GetCurrentFullscreenWidget) == 0x000008, "Wrong size on ThirdPersonCharacter_C_GetCurrentFullscreenWidget"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetCurrentFullscreenWidget, CurrentFullscreenWidget) == 0x000000, "Member 'ThirdPersonCharacter_C_GetCurrentFullscreenWidget::CurrentFullscreenWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_IsCharBusy \ static_assert(alignof(ThirdPersonCharacter_C_IsCharBusy) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_IsCharBusy"); \ static_assert(sizeof(ThirdPersonCharacter_C_IsCharBusy) == 0x000008, "Wrong size on ThirdPersonCharacter_C_IsCharBusy"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_IsCharBusy::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_GetItemState_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_GetItemState_ReturnValue_1) == 0x000004, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_IsCharBusy, CallFunc_BooleanOR_ReturnValue_1) == 0x000007, "Member 'ThirdPersonCharacter_C_IsCharBusy::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanUseLookCloserButton \ static_assert(alignof(ThirdPersonCharacter_C_CanUseLookCloserButton) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanUseLookCloserButton"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanUseLookCloserButton) == 0x000002, "Wrong size on ThirdPersonCharacter_C_CanUseLookCloserButton"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserButton, bReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanUseLookCloserButton::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserButton, CallFunc_CanUseLookCloserAction_bReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanUseLookCloserButton::CallFunc_CanUseLookCloserAction_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_GetOldKeyHints \ static_assert(alignof(ThirdPersonCharacter_C_GetOldKeyHints) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_GetOldKeyHints"); \ static_assert(sizeof(ThirdPersonCharacter_C_GetOldKeyHints) == 0x000018, "Wrong size on ThirdPersonCharacter_C_GetOldKeyHints"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetOldKeyHints, bIsValid) == 0x000000, "Member 'ThirdPersonCharacter_C_GetOldKeyHints::bIsValid' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetOldKeyHints, HintsWrapper) == 0x000008, "Member 'ThirdPersonCharacter_C_GetOldKeyHints::HintsWrapper' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_GetOldKeyHints, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_GetOldKeyHints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanShowTutorial \ static_assert(alignof(ThirdPersonCharacter_C_CanShowTutorial) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanShowTutorial"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanShowTutorial) == 0x000048, "Wrong size on ThirdPersonCharacter_C_CanShowTutorial"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanShowTutorial::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, bPlayingQuestCutScene) == 0x000001, "Member 'ThirdPersonCharacter_C_CanShowTutorial::bPlayingQuestCutScene' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, bFalseFromHelpWidget) == 0x000002, "Member 'ThirdPersonCharacter_C_CanShowTutorial::bFalseFromHelpWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000006, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_GetTutorialVisibility_IsVisible) == 0x000007, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_GetTutorialVisibility_IsVisible' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_IsPlayingAction_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'ThirdPersonCharacter_C_CanShowTutorial::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ThirdPersonCharacter_C_CanShowTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_Not_PreBool_ReturnValue_2) == 0x000021, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_GetSpectatorPawn_ReturnValue) == 0x000028, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_GetSpectatorPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, K2Node_DynamicCast_AsTrain_Spectator_Pawn) == 0x000030, "Member 'ThirdPersonCharacter_C_CanShowTutorial::K2Node_DynamicCast_AsTrain_Spectator_Pawn' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ThirdPersonCharacter_C_CanShowTutorial::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_CanShowTutorial_ReturnValue) == 0x000039, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_CanShowTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_Not_PreBool_ReturnValue_3) == 0x00003B, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_CanShowTutorial_ReturnValue_1) == 0x00003C, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_CanShowTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_IsValid_ReturnValue_2) == 0x00003D, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_GetAnyUIOpen_Result) == 0x00003E, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_GetAnyUIOpen_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_Not_PreBool_ReturnValue_4) == 0x00003F, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_BooleanAND_ReturnValue_1) == 0x000040, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_BooleanAND_ReturnValue_2) == 0x000041, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_BooleanAND_ReturnValue_3) == 0x000042, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowTutorial, CallFunc_BooleanAND_ReturnValue_4) == 0x000043, "Member 'ThirdPersonCharacter_C_CanShowTutorial::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanFire \ static_assert(alignof(ThirdPersonCharacter_C_CanFire) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanFire"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanFire) == 0x000006, "Wrong size on ThirdPersonCharacter_C_CanFire"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanFire::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanFire::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_CanFire::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, CallFunc_CanFire_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanFire::CallFunc_CanFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'ThirdPersonCharacter_C_CanFire::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanFire, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'ThirdPersonCharacter_C_CanFire::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanReload \ static_assert(alignof(ThirdPersonCharacter_C_CanReload) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanReload"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanReload) == 0x000004, "Wrong size on ThirdPersonCharacter_C_CanReload"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanReload, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanReload::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanReload, CallFunc_CanFire_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanReload::CallFunc_CanFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanReload, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanReload::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanReload, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanReload::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanAltFire \ static_assert(alignof(ThirdPersonCharacter_C_CanAltFire) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_CanAltFire"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanAltFire) == 0x000002, "Wrong size on ThirdPersonCharacter_C_CanAltFire"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanAltFire, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanAltFire::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanAltFire, CallFunc_CanAltFire_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanAltFire::CallFunc_CanAltFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanUseLookCloserAction \ static_assert(alignof(ThirdPersonCharacter_C_CanUseLookCloserAction) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanUseLookCloserAction"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanUseLookCloserAction) == 0x000028, "Wrong size on ThirdPersonCharacter_C_CanUseLookCloserAction"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, bReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_IsValid_ReturnValue_2) == 0x000011, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x000018, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanUseLookCloserAction, CallFunc_IsValid_ReturnValue_3) == 0x000021, "Member 'ThirdPersonCharacter_C_CanUseLookCloserAction::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanEquipJournal \ static_assert(alignof(ThirdPersonCharacter_C_CanEquipJournal) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanEquipJournal"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanEquipJournal) == 0x000028, "Wrong size on ThirdPersonCharacter_C_CanEquipJournal"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, bReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanEquipJournal::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_GetViewportIsBusy_self_CastInput) == 0x000008, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_GetViewportIsBusy_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_GetViewportIsBusy_isBusy) == 0x000018, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_GetViewportIsBusy_isBusy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_CanEquip_ReturnValue) == 0x000019, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_CanEquip_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_IsValid_ReturnValue) == 0x00001B, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_GetItemState_ReturnValue) == 0x00001E, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001F, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_GetItemState_ReturnValue_1) == 0x000020, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_GetItemState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000021, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanEquipJournal, CallFunc_BooleanAND_ReturnValue_1) == 0x000022, "Member 'ThirdPersonCharacter_C_CanEquipJournal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanShowDialog \ static_assert(alignof(ThirdPersonCharacter_C_CanShowDialog) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanShowDialog"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanShowDialog) == 0x000028, "Wrong size on ThirdPersonCharacter_C_CanShowDialog"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanShowDialog::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, bFalseFromHelpWidget) == 0x000001, "Member 'ThirdPersonCharacter_C_CanShowDialog::bFalseFromHelpWidget' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_GetViewportIsBusy_self_CastInput) == 0x000008, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_GetViewportIsBusy_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_GetViewportIsBusy_isBusy) == 0x000018, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_GetViewportIsBusy_isBusy' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_GetAnyUIOpen_Result) == 0x00001B, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_GetAnyUIOpen_Result' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001D, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_CanShowDialog_ReturnValue) == 0x00001E, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_CanShowDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanShowDialog, CallFunc_BooleanAND_ReturnValue_1) == 0x000020, "Member 'ThirdPersonCharacter_C_CanShowDialog::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene \ static_assert(alignof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene) == 0x000001, "Wrong alignment on ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene"); \ static_assert(sizeof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene) == 0x000004, "Wrong size on ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene, bReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene, CallFunc_HaveActiveQuestTask_ReturnValue_1) == 0x000002, "Member 'ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene::CallFunc_HaveActiveQuestTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_HaveActiveTaskLeaveDepotCutScene::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanJumpInternal \ static_assert(alignof(ThirdPersonCharacter_C_CanJumpInternal) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanJumpInternal"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanJumpInternal) == 0x000030, "Wrong size on ThirdPersonCharacter_C_CanJumpInternal"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanJumpInternal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_CanJumpInternal_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_CanJumpInternal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_IsInGravity_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'ThirdPersonCharacter_C_CanJumpInternal::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_CanJumpInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanJumpInternal, CallFunc_Not_PreBool_ReturnValue) == 0x00002B, "Member 'ThirdPersonCharacter_C_CanJumpInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_C_CanCrouchBP \ static_assert(alignof(ThirdPersonCharacter_C_CanCrouchBP) == 0x000008, "Wrong alignment on ThirdPersonCharacter_C_CanCrouchBP"); \ static_assert(sizeof(ThirdPersonCharacter_C_CanCrouchBP) == 0x000030, "Wrong size on ThirdPersonCharacter_C_CanCrouchBP"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, ReturnValue) == 0x000000, "Member 'ThirdPersonCharacter_C_CanCrouchBP::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_IsInGravity_ReturnValue) == 0x000001, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'ThirdPersonCharacter_C_CanCrouchBP::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ThirdPersonCharacter_C_CanCrouchBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_C_CanCrouchBP, CallFunc_Not_PreBool_ReturnValue) == 0x00002B, "Member 'ThirdPersonCharacter_C_CanCrouchBP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AThirdPersonCharacter_C \ static_assert(alignof(AThirdPersonCharacter_C) == 0x000010, "Wrong alignment on AThirdPersonCharacter_C"); \ static_assert(sizeof(AThirdPersonCharacter_C) == 0x001440, "Wrong size on AThirdPersonCharacter_C"); \ static_assert(offsetof(AThirdPersonCharacter_C, UberGraphFrame_ThirdPersonCharacter_C) == 0x000FD0, "Member 'AThirdPersonCharacter_C::UberGraphFrame_ThirdPersonCharacter_C' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Fade_In_All_Sounds) == 0x000FD8, "Member 'AThirdPersonCharacter_C::Fade_In_All_Sounds' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, WagonSoundComponent) == 0x000FE0, "Member 'AThirdPersonCharacter_C::WagonSoundComponent' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, WeatherNiagaraSystem) == 0x000FE8, "Member 'AThirdPersonCharacter_C::WeatherNiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Mustache) == 0x000FF0, "Member 'AThirdPersonCharacter_C::TP_Mustache' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, InVoid) == 0x000FF8, "Member 'AThirdPersonCharacter_C::InVoid' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, UnVoid) == 0x001000, "Member 'AThirdPersonCharacter_C::UnVoid' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, PlayerHealthEffectsComponent) == 0x001008, "Member 'AThirdPersonCharacter_C::PlayerHealthEffectsComponent' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, NiagaraVoidBackground) == 0x001010, "Member 'AThirdPersonCharacter_C::NiagaraVoidBackground' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FGStreamingInvoker) == 0x001018, "Member 'AThirdPersonCharacter_C::FGStreamingInvoker' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, InGamePause_Close) == 0x001020, "Member 'AThirdPersonCharacter_C::InGamePause_Close' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, InGamePause_Open) == 0x001028, "Member 'AThirdPersonCharacter_C::InGamePause_Open' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, InGamePause_Snapshot) == 0x001030, "Member 'AThirdPersonCharacter_C::InGamePause_Snapshot' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_WindLass) == 0x001038, "Member 'AThirdPersonCharacter_C::FP_WindLass' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_WindLass) == 0x001040, "Member 'AThirdPersonCharacter_C::TP_WindLass' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FGSplineLootDrop) == 0x001048, "Member 'AThirdPersonCharacter_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, RainCharacter) == 0x001050, "Member 'AThirdPersonCharacter_C::RainCharacter' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_IslandAggroIndicator) == 0x001058, "Member 'AThirdPersonCharacter_C::TP_IslandAggroIndicator' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Winch) == 0x001060, "Member 'AThirdPersonCharacter_C::TP_Winch' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Hammer) == 0x001068, "Member 'AThirdPersonCharacter_C::TP_Hammer' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Book) == 0x001070, "Member 'AThirdPersonCharacter_C::TP_Book' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Winch) == 0x001078, "Member 'AThirdPersonCharacter_C::FP_Winch' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_IslandAggroIndicator) == 0x001080, "Member 'AThirdPersonCharacter_C::FP_IslandAggroIndicator' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Hammer) == 0x001088, "Member 'AThirdPersonCharacter_C::FP_Hammer' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Brace) == 0x001090, "Member 'AThirdPersonCharacter_C::FP_Brace' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Book) == 0x001098, "Member 'AThirdPersonCharacter_C::FP_Book' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Gloves) == 0x0010A0, "Member 'AThirdPersonCharacter_C::FP_Gloves' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Holster) == 0x0010A8, "Member 'AThirdPersonCharacter_C::FP_Holster' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Pants) == 0x0010B0, "Member 'AThirdPersonCharacter_C::FP_Pants' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Jacket) == 0x0010B8, "Member 'AThirdPersonCharacter_C::FP_Jacket' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FP_Meshes) == 0x0010C0, "Member 'AThirdPersonCharacter_C::FP_Meshes' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Hair) == 0x0010C8, "Member 'AThirdPersonCharacter_C::TP_Hair' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Bracelet) == 0x0010D0, "Member 'AThirdPersonCharacter_C::TP_Bracelet' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Holster) == 0x0010D8, "Member 'AThirdPersonCharacter_C::TP_Holster' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Gloves) == 0x0010E0, "Member 'AThirdPersonCharacter_C::TP_Gloves' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Beard) == 0x0010E8, "Member 'AThirdPersonCharacter_C::TP_Beard' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Jacket) == 0x0010F0, "Member 'AThirdPersonCharacter_C::TP_Jacket' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Hat) == 0x0010F8, "Member 'AThirdPersonCharacter_C::TP_Hat' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Brows) == 0x001100, "Member 'AThirdPersonCharacter_C::TP_Brows' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Pants) == 0x001108, "Member 'AThirdPersonCharacter_C::TP_Pants' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TP_Meshes) == 0x001110, "Member 'AThirdPersonCharacter_C::TP_Meshes' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, HammerMesh) == 0x001118, "Member 'AThirdPersonCharacter_C::HammerMesh' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, GrassWaver) == 0x001120, "Member 'AThirdPersonCharacter_C::GrassWaver' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Footsteps) == 0x001128, "Member 'AThirdPersonCharacter_C::Footsteps' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ExponentialHeightFog) == 0x001130, "Member 'AThirdPersonCharacter_C::ExponentialHeightFog' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, WidgetInteraction) == 0x001138, "Member 'AThirdPersonCharacter_C::WidgetInteraction' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Flow_System) == 0x001140, "Member 'AThirdPersonCharacter_C::Flow_System' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Void_Cloth_Loop) == 0x001148, "Member 'AThirdPersonCharacter_C::Void_Cloth_Loop' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Music) == 0x001150, "Member 'AThirdPersonCharacter_C::Music' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingGroupTimeline_Anim_D4A5A2F1408A409166256D84A7DB372D) == 0x001158, "Member 'AThirdPersonCharacter_C::LootingGroupTimeline_Anim_D4A5A2F1408A409166256D84A7DB372D' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingGroupTimeline_Size_D4A5A2F1408A409166256D84A7DB372D) == 0x00115C, "Member 'AThirdPersonCharacter_C::LootingGroupTimeline_Size_D4A5A2F1408A409166256D84A7DB372D' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingGroupTimeline__Direction_D4A5A2F1408A409166256D84A7DB372D) == 0x001160, "Member 'AThirdPersonCharacter_C::LootingGroupTimeline__Direction_D4A5A2F1408A409166256D84A7DB372D' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingGroupTimeline) == 0x001168, "Member 'AThirdPersonCharacter_C::LootingGroupTimeline' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingTimeline_Anim_5227216E495222ACAF7793A06D1913FF) == 0x001170, "Member 'AThirdPersonCharacter_C::LootingTimeline_Anim_5227216E495222ACAF7793A06D1913FF' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingTimeline_Size_5227216E495222ACAF7793A06D1913FF) == 0x001174, "Member 'AThirdPersonCharacter_C::LootingTimeline_Size_5227216E495222ACAF7793A06D1913FF' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingTimeline__Direction_5227216E495222ACAF7793A06D1913FF) == 0x001178, "Member 'AThirdPersonCharacter_C::LootingTimeline__Direction_5227216E495222ACAF7793A06D1913FF' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LootingTimeline) == 0x001180, "Member 'AThirdPersonCharacter_C::LootingTimeline' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ResetCameraTimeline_Mod_702D7E3A4C27AE41DEA0359F1C90F431) == 0x001188, "Member 'AThirdPersonCharacter_C::ResetCameraTimeline_Mod_702D7E3A4C27AE41DEA0359F1C90F431' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ResetCameraTimeline__Direction_702D7E3A4C27AE41DEA0359F1C90F431) == 0x00118C, "Member 'AThirdPersonCharacter_C::ResetCameraTimeline__Direction_702D7E3A4C27AE41DEA0359F1C90F431' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ResetCameraTimeline) == 0x001190, "Member 'AThirdPersonCharacter_C::ResetCameraTimeline' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Timeline_0_Simulation_Blend_Weight_CE8000854DE6FE0F26E9F59D0AAE3DDA) == 0x001198, "Member 'AThirdPersonCharacter_C::Timeline_0_Simulation_Blend_Weight_CE8000854DE6FE0F26E9F59D0AAE3DDA' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Timeline_0_Phys_Anim_Strength_CE8000854DE6FE0F26E9F59D0AAE3DDA) == 0x00119C, "Member 'AThirdPersonCharacter_C::Timeline_0_Phys_Anim_Strength_CE8000854DE6FE0F26E9F59D0AAE3DDA' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Timeline_0__Direction_CE8000854DE6FE0F26E9F59D0AAE3DDA) == 0x0011A0, "Member 'AThirdPersonCharacter_C::Timeline_0__Direction_CE8000854DE6FE0F26E9F59D0AAE3DDA' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Timeline_0) == 0x0011A8, "Member 'AThirdPersonCharacter_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TurnRate) == 0x0011B0, "Member 'AThirdPersonCharacter_C::TurnRate' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MountPoint) == 0x0011B8, "Member 'AThirdPersonCharacter_C::MountPoint' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, HUD) == 0x0011C0, "Member 'AThirdPersonCharacter_C::HUD' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Coal) == 0x0011C8, "Member 'AThirdPersonCharacter_C::Coal' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bIngameMenuIsOpen) == 0x0011CC, "Member 'AThirdPersonCharacter_C::bIngameMenuIsOpen' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, IngameMenu) == 0x0011D0, "Member 'AThirdPersonCharacter_C::IngameMenu' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bHideHUD) == 0x0011D8, "Member 'AThirdPersonCharacter_C::bHideHUD' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, GravityEnabled) == 0x0011D9, "Member 'AThirdPersonCharacter_C::GravityEnabled' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bInitialized) == 0x0011DA, "Member 'AThirdPersonCharacter_C::bInitialized' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, temporatyTrain) == 0x0011E0, "Member 'AThirdPersonCharacter_C::temporatyTrain' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Offset) == 0x0011F0, "Member 'AThirdPersonCharacter_C::Offset' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, SecondTrainOffset) == 0x0011FC, "Member 'AThirdPersonCharacter_C::SecondTrainOffset' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentBW) == 0x001208, "Member 'AThirdPersonCharacter_C::CurrentBW' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, BWPct) == 0x00120C, "Member 'AThirdPersonCharacter_C::BWPct' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, OnCraftTableUse) == 0x001210, "Member 'AThirdPersonCharacter_C::OnCraftTableUse' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bBookMode) == 0x001220, "Member 'AThirdPersonCharacter_C::bBookMode' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentBookBuildClass) == 0x001228, "Member 'AThirdPersonCharacter_C::CurrentBookBuildClass' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentBookBuildID) == 0x001230, "Member 'AThirdPersonCharacter_C::CurrentBookBuildID' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MakeJumpVeryHigh) == 0x001234, "Member 'AThirdPersonCharacter_C::MakeJumpVeryHigh' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LastJumpWasVeryHigh) == 0x001235, "Member 'AThirdPersonCharacter_C::LastJumpWasVeryHigh' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FallStartLocation) == 0x001238, "Member 'AThirdPersonCharacter_C::FallStartLocation' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, isInJumpRecover) == 0x001244, "Member 'AThirdPersonCharacter_C::isInJumpRecover' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bMultitoolMode) == 0x001245, "Member 'AThirdPersonCharacter_C::bMultitoolMode' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TH_UpdateTraceGravityActive) == 0x001248, "Member 'AThirdPersonCharacter_C::TH_UpdateTraceGravityActive' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bInventoryOpen) == 0x001250, "Member 'AThirdPersonCharacter_C::bInventoryOpen' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, AimDeltaYaw) == 0x001254, "Member 'AThirdPersonCharacter_C::AimDeltaYaw' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bWantRightTurn) == 0x001258, "Member 'AThirdPersonCharacter_C::bWantRightTurn' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, AimYawRate) == 0x00125C, "Member 'AThirdPersonCharacter_C::AimYawRate' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, PrevAimYaw) == 0x001260, "Member 'AThirdPersonCharacter_C::PrevAimYaw' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, IslandLoadingBlueWarp) == 0x001268, "Member 'AThirdPersonCharacter_C::IslandLoadingBlueWarp' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LastTurnInPlace) == 0x001270, "Member 'AThirdPersonCharacter_C::LastTurnInPlace' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bCanWinchAttach) == 0x001274, "Member 'AThirdPersonCharacter_C::bCanWinchAttach' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bCanHookGrab) == 0x001275, "Member 'AThirdPersonCharacter_C::bCanHookGrab' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, AimDeltaLimit) == 0x001278, "Member 'AThirdPersonCharacter_C::AimDeltaLimit' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, AfterwordWidget) == 0x001280, "Member 'AThirdPersonCharacter_C::AfterwordWidget' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, DisclamerWidget) == 0x001288, "Member 'AThirdPersonCharacter_C::DisclamerWidget' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MultitoolRange) == 0x001290, "Member 'AThirdPersonCharacter_C::MultitoolRange' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bEnableThrowTrace) == 0x001294, "Member 'AThirdPersonCharacter_C::bEnableThrowTrace' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bCanSpawnThrow) == 0x001295, "Member 'AThirdPersonCharacter_C::bCanSpawnThrow' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ThrowLocation) == 0x001298, "Member 'AThirdPersonCharacter_C::ThrowLocation' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FadeWidget) == 0x0012A8, "Member 'AThirdPersonCharacter_C::FadeWidget' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, UseNewCraft) == 0x0012B0, "Member 'AThirdPersonCharacter_C::UseNewCraft' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bCanPlaceHeavy) == 0x0012B1, "Member 'AThirdPersonCharacter_C::bCanPlaceHeavy' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, WeaponCraftTable) == 0x0012B8, "Member 'AThirdPersonCharacter_C::WeaponCraftTable' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bBuilderValidation) == 0x0012C0, "Member 'AThirdPersonCharacter_C::bBuilderValidation' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LastTraceLookActor) == 0x0012C8, "Member 'AThirdPersonCharacter_C::LastTraceLookActor' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentMultitool_Type) == 0x0012D0, "Member 'AThirdPersonCharacter_C::CurrentMultitool_Type' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MT_HighlightedWagonModule) == 0x0012D8, "Member 'AThirdPersonCharacter_C::MT_HighlightedWagonModule' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MT_HighlightedWagon) == 0x0012E0, "Member 'AThirdPersonCharacter_C::MT_HighlightedWagon' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MT_HighlightedStaticMesh) == 0x0012E8, "Member 'AThirdPersonCharacter_C::MT_HighlightedStaticMesh' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TalePuzzle) == 0x0012F0, "Member 'AThirdPersonCharacter_C::TalePuzzle' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, OnBigNotifyMessage) == 0x0012F8, "Member 'AThirdPersonCharacter_C::OnBigNotifyMessage' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, As_HUD_Ansora) == 0x001308, "Member 'AThirdPersonCharacter_C::As_HUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bRelocateMode) == 0x001310, "Member 'AThirdPersonCharacter_C::bRelocateMode' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CachedModuleOffset) == 0x001314, "Member 'AThirdPersonCharacter_C::CachedModuleOffset' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, _CachedModuleWagon) == 0x001320, "Member 'AThirdPersonCharacter_C::_CachedModuleWagon' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LastOnFocus) == 0x001328, "Member 'AThirdPersonCharacter_C::LastOnFocus' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentInteractKey) == 0x001330, "Member 'AThirdPersonCharacter_C::CurrentInteractKey' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FocusedActor) == 0x001348, "Member 'AThirdPersonCharacter_C::FocusedActor' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, FadingWidget) == 0x001350, "Member 'AThirdPersonCharacter_C::FadingWidget' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TeleportationControlBlocks) == 0x001358, "Member 'AThirdPersonCharacter_C::TeleportationControlBlocks' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bObserverMode) == 0x001368, "Member 'AThirdPersonCharacter_C::bObserverMode' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, SpawnTPRofleemoDelay) == 0x00136C, "Member 'AThirdPersonCharacter_C::SpawnTPRofleemoDelay' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, Player_Controller) == 0x001370, "Member 'AThirdPersonCharacter_C::Player_Controller' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ObserverBlocks) == 0x001378, "Member 'AThirdPersonCharacter_C::ObserverBlocks' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TeleportationDelay) == 0x001388, "Member 'AThirdPersonCharacter_C::TeleportationDelay' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ResetCameraPlayRate) == 0x00138C, "Member 'AThirdPersonCharacter_C::ResetCameraPlayRate' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, OnDamageDealtOnEnemy) == 0x001390, "Member 'AThirdPersonCharacter_C::OnDamageDealtOnEnemy' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, HoldInteractTimer) == 0x0013A0, "Member 'AThirdPersonCharacter_C::HoldInteractTimer' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, InteractionHoldTime) == 0x0013A8, "Member 'AThirdPersonCharacter_C::InteractionHoldTime' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, LastLootableItemClass) == 0x0013B0, "Member 'AThirdPersonCharacter_C::LastLootableItemClass' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, OnTeleportationWidgetMessage) == 0x0013B8, "Member 'AThirdPersonCharacter_C::OnTeleportationWidgetMessage' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, GravityTraceActorsToIgnore) == 0x0013C8, "Member 'AThirdPersonCharacter_C::GravityTraceActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CallPlayerRofleemo) == 0x0013D8, "Member 'AThirdPersonCharacter_C::CallPlayerRofleemo' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, CurrentLanguageID) == 0x0013DC, "Member 'AThirdPersonCharacter_C::CurrentLanguageID' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TeleportationType) == 0x0013E0, "Member 'AThirdPersonCharacter_C::TeleportationType' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TeleportationAnimations) == 0x0013E8, "Member 'AThirdPersonCharacter_C::TeleportationAnimations' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, OnShowWhiteFade) == 0x0013F8, "Member 'AThirdPersonCharacter_C::OnShowWhiteFade' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, TeleportationControlState) == 0x001408, "Member 'AThirdPersonCharacter_C::TeleportationControlState' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ResetCameraZ) == 0x00140C, "Member 'AThirdPersonCharacter_C::ResetCameraZ' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, HoldingRofleemo) == 0x001410, "Member 'AThirdPersonCharacter_C::HoldingRofleemo' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, DeconstructionCurrentTime) == 0x001414, "Member 'AThirdPersonCharacter_C::DeconstructionCurrentTime' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, DeconstructionMaxTime) == 0x001418, "Member 'AThirdPersonCharacter_C::DeconstructionMaxTime' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, DeconstructionTimer) == 0x001420, "Member 'AThirdPersonCharacter_C::DeconstructionTimer' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, MoveWagonSoundComponentTime) == 0x001428, "Member 'AThirdPersonCharacter_C::MoveWagonSoundComponentTime' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, bCanPullLoot) == 0x00142C, "Member 'AThirdPersonCharacter_C::bCanPullLoot' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_C, ReturnInputTimer) == 0x001430, "Member 'AThirdPersonCharacter_C::ReturnInputTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ExecuteUbergraph_ItemInteraction \ static_assert(alignof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction) == 0x000008, "Wrong alignment on ItemInteraction_C_ExecuteUbergraph_ItemInteraction"); \ static_assert(sizeof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction) == 0x0002D8, "Wrong size on ItemInteraction_C_ExecuteUbergraph_ItemInteraction"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, EntryPoint) == 0x000000, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_Target) == 0x000008, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_HitResult) == 0x000010, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_PlayerCharacter) == 0x000098, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_AsFGUsable_Actor) == 0x0000A0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_Event_DeltaSeconds) == 0x0000B4, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, CallFunc_GetPlayerController_ReturnValue) == 0x0000B8, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_Target_3) == 0x0000C0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_Target_3' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_HitResult_3) == 0x0000C8, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_HitResult_3' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_PlayerCharacter_3) == 0x000150, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, CallFunc_GetInputKeyTimeDown_ReturnValue) == 0x000158, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::CallFunc_GetInputKeyTimeDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_AsFGUsable_Actor_1) == 0x000160, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_AsFGUsable_Actor_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_Target_2) == 0x000178, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_Target_2' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_HitResult_2) == 0x000180, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_HitResult_2' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_PlayerCharacter_2) == 0x000208, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_Target_1) == 0x000210, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_Target_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_HitResult_1) == 0x000218, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_HitResult_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_CustomEvent_PlayerCharacter_1) == 0x0002A0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_CustomEvent_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_AsFGUsable_Actor_2) == 0x0002A8, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_AsFGUsable_Actor_2' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_bSuccess_2) == 0x0002B8, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_AsFGUsable_Actor_3) == 0x0002C0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_AsFGUsable_Actor_3' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, K2Node_DynamicCast_bSuccess_3) == 0x0002D0, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ExecuteUbergraph_ItemInteraction, CallFunc_TryGetOwner_bGetSuccessful) == 0x0002D1, "Member 'ItemInteraction_C_ExecuteUbergraph_ItemInteraction::CallFunc_TryGetOwner_bGetSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ServerAltHoldUse \ static_assert(alignof(ItemInteraction_C_ServerAltHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_ServerAltHoldUse"); \ static_assert(sizeof(ItemInteraction_C_ServerAltHoldUse) == 0x000098, "Wrong size on ItemInteraction_C_ServerAltHoldUse"); \ static_assert(offsetof(ItemInteraction_C_ServerAltHoldUse, Target) == 0x000000, "Member 'ItemInteraction_C_ServerAltHoldUse::Target' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerAltHoldUse, HitResult_0) == 0x000008, "Member 'ItemInteraction_C_ServerAltHoldUse::HitResult_0' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerAltHoldUse, PlayerCharacter) == 0x000090, "Member 'ItemInteraction_C_ServerAltHoldUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ServerAlternateUse \ static_assert(alignof(ItemInteraction_C_ServerAlternateUse) == 0x000008, "Wrong alignment on ItemInteraction_C_ServerAlternateUse"); \ static_assert(sizeof(ItemInteraction_C_ServerAlternateUse) == 0x000098, "Wrong size on ItemInteraction_C_ServerAlternateUse"); \ static_assert(offsetof(ItemInteraction_C_ServerAlternateUse, Target) == 0x000000, "Member 'ItemInteraction_C_ServerAlternateUse::Target' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerAlternateUse, HitResult_0) == 0x000008, "Member 'ItemInteraction_C_ServerAlternateUse::HitResult_0' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerAlternateUse, PlayerCharacter) == 0x000090, "Member 'ItemInteraction_C_ServerAlternateUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ServerHoldUse \ static_assert(alignof(ItemInteraction_C_ServerHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_ServerHoldUse"); \ static_assert(sizeof(ItemInteraction_C_ServerHoldUse) == 0x000098, "Wrong size on ItemInteraction_C_ServerHoldUse"); \ static_assert(offsetof(ItemInteraction_C_ServerHoldUse, Target) == 0x000000, "Member 'ItemInteraction_C_ServerHoldUse::Target' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerHoldUse, HitResult_0) == 0x000008, "Member 'ItemInteraction_C_ServerHoldUse::HitResult_0' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerHoldUse, PlayerCharacter) == 0x000090, "Member 'ItemInteraction_C_ServerHoldUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ServerTapUse \ static_assert(alignof(ItemInteraction_C_ServerTapUse) == 0x000008, "Wrong alignment on ItemInteraction_C_ServerTapUse"); \ static_assert(sizeof(ItemInteraction_C_ServerTapUse) == 0x000098, "Wrong size on ItemInteraction_C_ServerTapUse"); \ static_assert(offsetof(ItemInteraction_C_ServerTapUse, Target) == 0x000000, "Member 'ItemInteraction_C_ServerTapUse::Target' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerTapUse, HitResult_0) == 0x000008, "Member 'ItemInteraction_C_ServerTapUse::HitResult_0' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ServerTapUse, PlayerCharacter) == 0x000090, "Member 'ItemInteraction_C_ServerTapUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ReceiveTick \ static_assert(alignof(ItemInteraction_C_ReceiveTick) == 0x000004, "Wrong alignment on ItemInteraction_C_ReceiveTick"); \ static_assert(sizeof(ItemInteraction_C_ReceiveTick) == 0x000004, "Wrong size on ItemInteraction_C_ReceiveTick"); \ static_assert(offsetof(ItemInteraction_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ItemInteraction_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_StartHoldUse \ static_assert(alignof(ItemInteraction_C_StartHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_StartHoldUse"); \ static_assert(sizeof(ItemInteraction_C_StartHoldUse) == 0x0000A8, "Wrong size on ItemInteraction_C_StartHoldUse"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_Trace_DoesImplementInterface) == 0x000084, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000088, "Member 'ItemInteraction_C_StartHoldUse::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_StartHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_DoesImplementInterface_ReturnValue) == 0x000099, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartHoldUse, CallFunc_K2_SetTimer_ReturnValue) == 0x0000A0, "Member 'ItemInteraction_C_StartHoldUse::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_Trace \ static_assert(alignof(ItemInteraction_C_Trace) == 0x000008, "Wrong alignment on ItemInteraction_C_Trace"); \ static_assert(sizeof(ItemInteraction_C_Trace) == 0x000388, "Wrong size on ItemInteraction_C_Trace"); \ static_assert(offsetof(ItemInteraction_C_Trace, ParentHitResult) == 0x000000, "Member 'ItemInteraction_C_Trace::ParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, OutHit) == 0x000088, "Member 'ItemInteraction_C_Trace::OutHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, DoesImplementInterface) == 0x000110, "Member 'ItemInteraction_C_Trace::DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, localHitResult) == 0x000114, "Member 'ItemInteraction_C_Trace::localHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_IsValid_ReturnValue) == 0x00019C, "Member 'ItemInteraction_C_Trace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_bBlockingHit) == 0x00019D, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_bInitialOverlap) == 0x00019E, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Time) == 0x0001A0, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Distance) == 0x0001A4, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Location) == 0x0001A8, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ImpactPoint) == 0x0001B4, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Normal) == 0x0001C0, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ImpactNormal) == 0x0001CC, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_PhysMat) == 0x0001D8, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitActor) == 0x0001E0, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitComponent) == 0x0001E8, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitBoneName) == 0x0001F0, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitItem) == 0x0001F8, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ElementIndex) == 0x0001FC, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_FaceIndex) == 0x000200, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_TraceStart) == 0x000204, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_TraceEnd) == 0x000210, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_IsValid_ReturnValue_1) == 0x00021C, "Member 'ItemInteraction_C_Trace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, K2Node_MakeArray_Array) == 0x000220, "Member 'ItemInteraction_C_Trace::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000230, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000231, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Time_1) == 0x000234, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Distance_1) == 0x000238, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Location_1) == 0x00023C, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000248, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_Normal_1) == 0x000254, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000260, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_PhysMat_1) == 0x000270, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitActor_1) == 0x000278, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitComponent_1) == 0x000280, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitBoneName_1) == 0x000288, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_HitItem_1) == 0x000290, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_ElementIndex_1) == 0x000294, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_FaceIndex_1) == 0x000298, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_TraceStart_1) == 0x00029C, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BreakHitResult_TraceEnd_1) == 0x0002A8, "Member 'ItemInteraction_C_Trace::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_DoesImplementInterface_ReturnValue) == 0x0002B4, "Member 'ItemInteraction_C_Trace::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0002B8, "Member 'ItemInteraction_C_Trace::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_GetCameraLocation_ReturnValue) == 0x0002C0, "Member 'ItemInteraction_C_Trace::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_GetCameraRotation_ReturnValue) == 0x0002CC, "Member 'ItemInteraction_C_Trace::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_GetForwardVector_ReturnValue) == 0x0002D8, "Member 'ItemInteraction_C_Trace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0002E4, "Member 'ItemInteraction_C_Trace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_Add_VectorVector_ReturnValue) == 0x0002F0, "Member 'ItemInteraction_C_Trace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BoxTraceSingle_OutHit) == 0x0002FC, "Member 'ItemInteraction_C_Trace::CallFunc_BoxTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Trace, CallFunc_BoxTraceSingle_ReturnValue) == 0x000384, "Member 'ItemInteraction_C_Trace::CallFunc_BoxTraceSingle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_Use_Item \ static_assert(alignof(ItemInteraction_C_Use_Item) == 0x000008, "Wrong alignment on ItemInteraction_C_Use_Item"); \ static_assert(sizeof(ItemInteraction_C_Use_Item) == 0x000140, "Wrong size on ItemInteraction_C_Use_Item"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, UseType_) == 0x000000, "Member 'ItemInteraction_C_Use_Item::UseType_' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, KeyButton) == 0x000008, "Member 'ItemInteraction_C_Use_Item::KeyButton' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, ParentHitResult) == 0x000020, "Member 'ItemInteraction_C_Use_Item::ParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, bItemUsed) == 0x0000A8, "Member 'ItemInteraction_C_Use_Item::bItemUsed' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, localParentHitResult) == 0x0000AC, "Member 'ItemInteraction_C_Use_Item::localParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'ItemInteraction_C_Use_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_AltAndHoldUse_CanUse) == 0x000135, "Member 'ItemInteraction_C_Use_Item::CallFunc_AltAndHoldUse_CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_Tap_And_Hold_Use_bCanUse) == 0x000136, "Member 'ItemInteraction_C_Use_Item::CallFunc_Tap_And_Hold_Use_bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000137, "Member 'ItemInteraction_C_Use_Item::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'ItemInteraction_C_Use_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_TryGetOwner_bGetSuccessful) == 0x000139, "Member 'ItemInteraction_C_Use_Item::CallFunc_TryGetOwner_bGetSuccessful' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, K2Node_SwitchEnum_CmpSuccess) == 0x00013A, "Member 'ItemInteraction_C_Use_Item::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_AltUseImplementation_bCanUse) == 0x00013B, "Member 'ItemInteraction_C_Use_Item::CallFunc_AltUseImplementation_bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Use_Item, CallFunc_Tap_Use_Implementation_bCanUse) == 0x00013C, "Member 'ItemInteraction_C_Use_Item::CallFunc_Tap_Use_Implementation_bCanUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_Tap_Use_Implementation \ static_assert(alignof(ItemInteraction_C_Tap_Use_Implementation) == 0x000008, "Wrong alignment on ItemInteraction_C_Tap_Use_Implementation"); \ static_assert(sizeof(ItemInteraction_C_Tap_Use_Implementation) == 0x0000A8, "Wrong size on ItemInteraction_C_Tap_Use_Implementation"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, ParentHitResult) == 0x000000, "Member 'ItemInteraction_C_Tap_Use_Implementation::ParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, bCanUse) == 0x000088, "Member 'ItemInteraction_C_Tap_Use_Implementation::bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000090, "Member 'ItemInteraction_C_Tap_Use_Implementation::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'ItemInteraction_C_Tap_Use_Implementation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, CallFunc_CanUseItem__CanUse) == 0x0000A1, "Member 'ItemInteraction_C_Tap_Use_Implementation::CallFunc_CanUseItem__CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, CallFunc_CanUse_ReturnValue) == 0x0000A2, "Member 'ItemInteraction_C_Tap_Use_Implementation::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, CallFunc_Trace_DoesImplementInterface) == 0x0000A3, "Member 'ItemInteraction_C_Tap_Use_Implementation::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_Use_Implementation, CallFunc_BooleanAND_ReturnValue) == 0x0000A4, "Member 'ItemInteraction_C_Tap_Use_Implementation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_Tap_And_Hold_Use \ static_assert(alignof(ItemInteraction_C_Tap_And_Hold_Use) == 0x000008, "Wrong alignment on ItemInteraction_C_Tap_And_Hold_Use"); \ static_assert(sizeof(ItemInteraction_C_Tap_And_Hold_Use) == 0x000150, "Wrong size on ItemInteraction_C_Tap_And_Hold_Use"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, ParentHitResult) == 0x000000, "Member 'ItemInteraction_C_Tap_And_Hold_Use::ParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, bCanUse) == 0x000088, "Member 'ItemInteraction_C_Tap_And_Hold_Use::bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, localParentHitResult) == 0x00008C, "Member 'ItemInteraction_C_Tap_And_Hold_Use::localParentHitResult' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_Tap_Use_Implementation_bCanUse) == 0x000114, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_Tap_Use_Implementation_bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000118, "Member 'ItemInteraction_C_Tap_And_Hold_Use::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'ItemInteraction_C_Tap_And_Hold_Use::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, K2Node_DynamicCast_AsFGUsable_Actor_1) == 0x000130, "Member 'ItemInteraction_C_Tap_And_Hold_Use::K2Node_DynamicCast_AsFGUsable_Actor_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'ItemInteraction_C_Tap_And_Hold_Use::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_CanHoldUse_ReturnValue) == 0x000141, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_CanUse_ReturnValue) == 0x000142, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_CanUseItem__CanUse) == 0x000143, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_CanUseItem__CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_Trace_DoesImplementInterface) == 0x000144, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_BooleanAND_ReturnValue) == 0x000145, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_Tap_And_Hold_Use, CallFunc_K2_SetTimer_ReturnValue) == 0x000148, "Member 'ItemInteraction_C_Tap_And_Hold_Use::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_AltUseImplementation \ static_assert(alignof(ItemInteraction_C_AltUseImplementation) == 0x000008, "Wrong alignment on ItemInteraction_C_AltUseImplementation"); \ static_assert(sizeof(ItemInteraction_C_AltUseImplementation) == 0x0000A0, "Wrong size on ItemInteraction_C_AltUseImplementation"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, bCanUse) == 0x000000, "Member 'ItemInteraction_C_AltUseImplementation::bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_CanUseItem__CanUse) == 0x000001, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_CanUseItem__CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_bBlockingHit) == 0x000002, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000003, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_Trace_DoesImplementInterface) == 0x000084, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000088, "Member 'ItemInteraction_C_AltUseImplementation::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_AltUseImplementation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltUseImplementation, CallFunc_CanAltUse_ReturnValue) == 0x00009A, "Member 'ItemInteraction_C_AltUseImplementation::CallFunc_CanAltUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_CanUseItem_ \ static_assert(alignof(ItemInteraction_C_CanUseItem_) == 0x000001, "Wrong alignment on ItemInteraction_C_CanUseItem_"); \ static_assert(sizeof(ItemInteraction_C_CanUseItem_) == 0x000007, "Wrong size on ItemInteraction_C_CanUseItem_"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CanUse) == 0x000000, "Member 'ItemInteraction_C_CanUseItem_::CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_IsAlive_ReturnValue) == 0x000003, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_CanUseAction_ReturnValue) == 0x000004, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_CanUseAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanUseItem_, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'ItemInteraction_C_CanUseItem_::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_PreHoldUseUpdate \ static_assert(alignof(ItemInteraction_C_PreHoldUseUpdate) == 0x000001, "Wrong alignment on ItemInteraction_C_PreHoldUseUpdate"); \ static_assert(sizeof(ItemInteraction_C_PreHoldUseUpdate) == 0x000003, "Wrong size on ItemInteraction_C_PreHoldUseUpdate"); \ static_assert(offsetof(ItemInteraction_C_PreHoldUseUpdate, CallFunc_CanHoldUse__CanHoldUse) == 0x000000, "Member 'ItemInteraction_C_PreHoldUseUpdate::CallFunc_CanHoldUse__CanHoldUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreHoldUseUpdate, CallFunc_Tap_Use_Implementation_bCanUse) == 0x000001, "Member 'ItemInteraction_C_PreHoldUseUpdate::CallFunc_Tap_Use_Implementation_bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreHoldUseUpdate, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000002, "Member 'ItemInteraction_C_PreHoldUseUpdate::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_CanHoldUse_ \ static_assert(alignof(ItemInteraction_C_CanHoldUse_) == 0x000008, "Wrong alignment on ItemInteraction_C_CanHoldUse_"); \ static_assert(sizeof(ItemInteraction_C_CanHoldUse_) == 0x000018, "Wrong size on ItemInteraction_C_CanHoldUse_"); \ static_assert(offsetof(ItemInteraction_C_CanHoldUse_, CanHoldUse) == 0x000000, "Member 'ItemInteraction_C_CanHoldUse_::CanHoldUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanHoldUse_, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ItemInteraction_C_CanHoldUse_::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanHoldUse_, CallFunc_IsInputKeyDown_ReturnValue) == 0x000010, "Member 'ItemInteraction_C_CanHoldUse_::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_HoldUpdate \ static_assert(alignof(ItemInteraction_C_HoldUpdate) == 0x000004, "Wrong alignment on ItemInteraction_C_HoldUpdate"); \ static_assert(sizeof(ItemInteraction_C_HoldUpdate) == 0x00000C, "Wrong size on ItemInteraction_C_HoldUpdate"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, L_InvalidPercent) == 0x000000, "Member 'ItemInteraction_C_HoldUpdate::L_InvalidPercent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'ItemInteraction_C_HoldUpdate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, CallFunc_CanHoldUse__CanHoldUse) == 0x000008, "Member 'ItemInteraction_C_HoldUpdate::CallFunc_CanHoldUse__CanHoldUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, CallFunc_Trace_DoesImplementInterface) == 0x000009, "Member 'ItemInteraction_C_HoldUpdate::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000A, "Member 'ItemInteraction_C_HoldUpdate::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUpdate, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'ItemInteraction_C_HoldUpdate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_HoldUseImplementation \ static_assert(alignof(ItemInteraction_C_HoldUseImplementation) == 0x000008, "Wrong alignment on ItemInteraction_C_HoldUseImplementation"); \ static_assert(sizeof(ItemInteraction_C_HoldUseImplementation) == 0x0000A0, "Wrong size on ItemInteraction_C_HoldUseImplementation"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000088, "Member 'ItemInteraction_C_HoldUseImplementation::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_HoldUseImplementation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseImplementation, CallFunc_CanHoldUse_ReturnValue) == 0x000099, "Member 'ItemInteraction_C_HoldUseImplementation::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_TryGetOwner \ static_assert(alignof(ItemInteraction_C_TryGetOwner) == 0x000008, "Wrong alignment on ItemInteraction_C_TryGetOwner"); \ static_assert(sizeof(ItemInteraction_C_TryGetOwner) == 0x000020, "Wrong size on ItemInteraction_C_TryGetOwner"); \ static_assert(offsetof(ItemInteraction_C_TryGetOwner, bGetSuccessful) == 0x000000, "Member 'ItemInteraction_C_TryGetOwner::bGetSuccessful' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_TryGetOwner, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ItemInteraction_C_TryGetOwner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_TryGetOwner, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'ItemInteraction_C_TryGetOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_TryGetOwner, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'ItemInteraction_C_TryGetOwner::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_TryGetOwner, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ItemInteraction_C_TryGetOwner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_GetTimeStats \ static_assert(alignof(ItemInteraction_C_GetTimeStats) == 0x000008, "Wrong alignment on ItemInteraction_C_GetTimeStats"); \ static_assert(sizeof(ItemInteraction_C_GetTimeStats) == 0x000020, "Wrong size on ItemInteraction_C_GetTimeStats"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, KeyTimeDown) == 0x000000, "Member 'ItemInteraction_C_GetTimeStats::KeyTimeDown' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, Percentage) == 0x000004, "Member 'ItemInteraction_C_GetTimeStats::Percentage' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, MaxHoldButtonTime) == 0x000008, "Member 'ItemInteraction_C_GetTimeStats::MaxHoldButtonTime' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, L_KeyTimeDown) == 0x00000C, "Member 'ItemInteraction_C_GetTimeStats::L_KeyTimeDown' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'ItemInteraction_C_GetTimeStats::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'ItemInteraction_C_GetTimeStats::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetTimeStats, CallFunc_GetInputKeyTimeDown_ReturnValue) == 0x00001C, "Member 'ItemInteraction_C_GetTimeStats::CallFunc_GetInputKeyTimeDown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ShowHoldInfo \ static_assert(alignof(ItemInteraction_C_ShowHoldInfo) == 0x000008, "Wrong alignment on ItemInteraction_C_ShowHoldInfo"); \ static_assert(sizeof(ItemInteraction_C_ShowHoldInfo) == 0x0000A0, "Wrong size on ItemInteraction_C_ShowHoldInfo"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_bBlockingHit) == 0x000004, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_bInitialOverlap) == 0x000005, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_Time) == 0x000008, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_Distance) == 0x00000C, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_Location) == 0x000010, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_ImpactPoint) == 0x00001C, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_Normal) == 0x000028, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_ImpactNormal) == 0x000034, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, CallFunc_DoesImplementInterface_ReturnValue) == 0x000084, "Member 'ItemInteraction_C_ShowHoldInfo::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000088, "Member 'ItemInteraction_C_ShowHoldInfo::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowHoldInfo, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_ShowHoldInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_HideHoldInfo \ static_assert(alignof(ItemInteraction_C_HideHoldInfo) == 0x000008, "Wrong alignment on ItemInteraction_C_HideHoldInfo"); \ static_assert(sizeof(ItemInteraction_C_HideHoldInfo) == 0x000038, "Wrong size on ItemInteraction_C_HideHoldInfo"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, L_InvalidProgress) == 0x000000, "Member 'ItemInteraction_C_HideHoldInfo::L_InvalidProgress' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000008, "Member 'ItemInteraction_C_HideHoldInfo::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ItemInteraction_C_HideHoldInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, K2Node_DynamicCast_AsFGHold_Use_Info_1) == 0x000020, "Member 'ItemInteraction_C_HideHoldInfo::K2Node_DynamicCast_AsFGHold_Use_Info_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'ItemInteraction_C_HideHoldInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'ItemInteraction_C_HideHoldInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HideHoldInfo, CallFunc_DoesImplementInterface_ReturnValue) == 0x000032, "Member 'ItemInteraction_C_HideHoldInfo::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_AltAndHoldUse \ static_assert(alignof(ItemInteraction_C_AltAndHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_AltAndHoldUse"); \ static_assert(sizeof(ItemInteraction_C_AltAndHoldUse) == 0x000040, "Wrong size on ItemInteraction_C_AltAndHoldUse"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CanUse) == 0x000000, "Member 'ItemInteraction_C_AltAndHoldUse::CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000010, "Member 'ItemInteraction_C_AltAndHoldUse::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ItemInteraction_C_AltAndHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_CanAltUse_ReturnValue) == 0x000021, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_CanAltUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, K2Node_DynamicCast_AsFGUsable_Actor_1) == 0x000028, "Member 'ItemInteraction_C_AltAndHoldUse::K2Node_DynamicCast_AsFGUsable_Actor_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ItemInteraction_C_AltAndHoldUse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_CanAltHoldUse_ReturnValue) == 0x000039, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_CanAltHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_Trace_DoesImplementInterface) == 0x00003A, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_CanUseItem__CanUse) == 0x00003C, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_CanUseItem__CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltAndHoldUse, CallFunc_BooleanAND_ReturnValue) == 0x00003D, "Member 'ItemInteraction_C_AltAndHoldUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_CanAlternateHoldUse \ static_assert(alignof(ItemInteraction_C_CanAlternateHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_CanAlternateHoldUse"); \ static_assert(sizeof(ItemInteraction_C_CanAlternateHoldUse) == 0x000018, "Wrong size on ItemInteraction_C_CanAlternateHoldUse"); \ static_assert(offsetof(ItemInteraction_C_CanAlternateHoldUse, CanUse) == 0x000000, "Member 'ItemInteraction_C_CanAlternateHoldUse::CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanAlternateHoldUse, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ItemInteraction_C_CanAlternateHoldUse::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_CanAlternateHoldUse, CallFunc_IsInputKeyDown_ReturnValue) == 0x000010, "Member 'ItemInteraction_C_CanAlternateHoldUse::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_PreAltHoldUseUpdate \ static_assert(alignof(ItemInteraction_C_PreAltHoldUseUpdate) == 0x000008, "Wrong alignment on ItemInteraction_C_PreAltHoldUseUpdate"); \ static_assert(sizeof(ItemInteraction_C_PreAltHoldUseUpdate) == 0x000018, "Wrong size on ItemInteraction_C_PreAltHoldUseUpdate"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000000, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, CallFunc_CanAltHoldUse_ReturnValue) == 0x000011, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::CallFunc_CanAltHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, CallFunc_AltUseImplementation_bCanUse) == 0x000012, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::CallFunc_AltUseImplementation_bCanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, CallFunc_CanAlternateHoldUse_CanUse) == 0x000013, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::CallFunc_CanAlternateHoldUse_CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_PreAltHoldUseUpdate, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'ItemInteraction_C_PreAltHoldUseUpdate::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_StartAltHoldUse \ static_assert(alignof(ItemInteraction_C_StartAltHoldUse) == 0x000008, "Wrong alignment on ItemInteraction_C_StartAltHoldUse"); \ static_assert(sizeof(ItemInteraction_C_StartAltHoldUse) == 0x000010, "Wrong size on ItemInteraction_C_StartAltHoldUse"); \ static_assert(offsetof(ItemInteraction_C_StartAltHoldUse, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'ItemInteraction_C_StartAltHoldUse::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_StartAltHoldUse, CallFunc_Trace_DoesImplementInterface) == 0x000008, "Member 'ItemInteraction_C_StartAltHoldUse::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_AltHoldUpdate \ static_assert(alignof(ItemInteraction_C_AltHoldUpdate) == 0x000004, "Wrong alignment on ItemInteraction_C_AltHoldUpdate"); \ static_assert(sizeof(ItemInteraction_C_AltHoldUpdate) == 0x00000C, "Wrong size on ItemInteraction_C_AltHoldUpdate"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUpdate, CallFunc_CanAlternateHoldUse_CanUse) == 0x000000, "Member 'ItemInteraction_C_AltHoldUpdate::CallFunc_CanAlternateHoldUse_CanUse' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUpdate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'ItemInteraction_C_AltHoldUpdate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUpdate, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'ItemInteraction_C_AltHoldUpdate::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUpdate, CallFunc_Trace_DoesImplementInterface) == 0x000009, "Member 'ItemInteraction_C_AltHoldUpdate::CallFunc_Trace_DoesImplementInterface' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUpdate, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'ItemInteraction_C_AltHoldUpdate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_AltHoldUseImplementation \ static_assert(alignof(ItemInteraction_C_AltHoldUseImplementation) == 0x000008, "Wrong alignment on ItemInteraction_C_AltHoldUseImplementation"); \ static_assert(sizeof(ItemInteraction_C_AltHoldUseImplementation) == 0x0000A0, "Wrong size on ItemInteraction_C_AltHoldUseImplementation"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, K2Node_DynamicCast_AsFGUsable_Actor) == 0x000088, "Member 'ItemInteraction_C_AltHoldUseImplementation::K2Node_DynamicCast_AsFGUsable_Actor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_AltHoldUseImplementation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_AltHoldUseImplementation, CallFunc_CanAltHoldUse_ReturnValue) == 0x000099, "Member 'ItemInteraction_C_AltHoldUseImplementation::CallFunc_CanAltHoldUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_ShowAltHoldInfo \ static_assert(alignof(ItemInteraction_C_ShowAltHoldInfo) == 0x000008, "Wrong alignment on ItemInteraction_C_ShowAltHoldInfo"); \ static_assert(sizeof(ItemInteraction_C_ShowAltHoldInfo) == 0x0000A8, "Wrong size on ItemInteraction_C_ShowAltHoldInfo"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000088, "Member 'ItemInteraction_C_ShowAltHoldInfo::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_ShowAltHoldInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00009C, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_ShowAltHoldInfo, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000A0, "Member 'ItemInteraction_C_ShowAltHoldInfo::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_GetHoldTime \ static_assert(alignof(ItemInteraction_C_GetHoldTime) == 0x000008, "Wrong alignment on ItemInteraction_C_GetHoldTime"); \ static_assert(sizeof(ItemInteraction_C_GetHoldTime) == 0x0000A8, "Wrong size on ItemInteraction_C_GetHoldTime"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_DoesImplementInterface_ReturnValue) == 0x000084, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000088, "Member 'ItemInteraction_C_GetHoldTime::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_GetHoldTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_GetHoldUseTime_ReturnValue) == 0x00009C, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_GetHoldUseTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_GetHoldTime, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A0, "Member 'ItemInteraction_C_GetHoldTime::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemInteraction_C_HoldUseFinished \ static_assert(alignof(ItemInteraction_C_HoldUseFinished) == 0x000008, "Wrong alignment on ItemInteraction_C_HoldUseFinished"); \ static_assert(sizeof(ItemInteraction_C_HoldUseFinished) == 0x0000A0, "Wrong size on ItemInteraction_C_HoldUseFinished"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, CallFunc_DoesImplementInterface_ReturnValue) == 0x000084, "Member 'ItemInteraction_C_HoldUseFinished::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, K2Node_DynamicCast_AsFGHold_Use_Info) == 0x000088, "Member 'ItemInteraction_C_HoldUseFinished::K2Node_DynamicCast_AsFGHold_Use_Info' has a wrong offset!"); \ static_assert(offsetof(ItemInteraction_C_HoldUseFinished, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'ItemInteraction_C_HoldUseFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UItemInteraction_C \ static_assert(alignof(UItemInteraction_C) == 0x000008, "Wrong alignment on UItemInteraction_C"); \ static_assert(sizeof(UItemInteraction_C) == 0x0001C8, "Wrong size on UItemInteraction_C"); \ static_assert(offsetof(UItemInteraction_C, UberGraphFrame) == 0x0000B8, "Member 'UItemInteraction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, CurrentKey) == 0x0000C0, "Member 'UItemInteraction_C::CurrentKey' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, PickUpRange) == 0x0000D8, "Member 'UItemInteraction_C::PickUpRange' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, THHoldUpdate) == 0x0000E0, "Member 'UItemInteraction_C::THHoldUpdate' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, HoldedTime) == 0x0000E8, "Member 'UItemInteraction_C::HoldedTime' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, TimeElapsed) == 0x0000EC, "Member 'UItemInteraction_C::TimeElapsed' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, HitResult) == 0x0000F0, "Member 'UItemInteraction_C::HitResult' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, TapTimeBeforeHold) == 0x000178, "Member 'UItemInteraction_C::TapTimeBeforeHold' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, PressedTime) == 0x00017C, "Member 'UItemInteraction_C::PressedTime' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, THPreHoldUpdate) == 0x000180, "Member 'UItemInteraction_C::THPreHoldUpdate' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, UsageType) == 0x000188, "Member 'UItemInteraction_C::UsageType' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, HitedItem) == 0x000190, "Member 'UItemInteraction_C::HitedItem' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, THPreAltHoldUpdate) == 0x000198, "Member 'UItemInteraction_C::THPreAltHoldUpdate' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, THAltHoldUpdate) == 0x0001A0, "Member 'UItemInteraction_C::THAltHoldUpdate' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, OnItemUsed) == 0x0001A8, "Member 'UItemInteraction_C::OnItemUsed' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, DefaultHoldedTime) == 0x0001B8, "Member 'UItemInteraction_C::DefaultHoldedTime' has a wrong offset!"); \ static_assert(offsetof(UItemInteraction_C, ownerCharacter) == 0x0001C0, "Member 'UItemInteraction_C::ownerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecorComponent_C \ static_assert(alignof(UDecorComponent_C) == 0x000008, "Wrong alignment on UDecorComponent_C"); \ static_assert(sizeof(UDecorComponent_C) == 0x0000B0, "Wrong size on UDecorComponent_C"); \ #define DUMPER7_ASSERTS_ALL_Seeds_C \ static_assert(alignof(ALL_Seeds_C) == 0x000008, "Wrong alignment on ALL_Seeds_C"); \ static_assert(sizeof(ALL_Seeds_C) == 0x000248, "Wrong size on ALL_Seeds_C"); \ static_assert(offsetof(ALL_Seeds_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Seeds_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget \ static_assert(alignof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget) == 0x000008, "Wrong alignment on ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget"); \ static_assert(sizeof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget) == 0x000080, "Wrong size on ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, EntryPoint) == 0x000000, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, Temp_bool_Variable) == 0x000004, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, Temp_byte_Variable) == 0x000005, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, Temp_byte_Variable_1) == 0x000006, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_CustomEvent_Distance_2) == 0x000008, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_CustomEvent_Distance_2' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000010, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_MakeStruct_LinearColor) == 0x00001C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_CustomEvent_Distance_1) == 0x00002C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_CustomEvent_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_CustomEvent_InteractionComponent) == 0x000030, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_CustomEvent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000038, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MakeVector2D_ReturnValue_1) == 0x00003C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_TextIsEmpty_ReturnValue) == 0x000044, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_Select_Default) == 0x000045, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_IsValid_ReturnValue) == 0x000046, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, K2Node_CustomEvent_Distance) == 0x000048, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00004C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000050, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000054, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_Less_FloatFloat_ReturnValue) == 0x00005C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_BreakVector2D_X) == 0x000060, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_MakeVector2D_ReturnValue_2) == 0x000068, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000070, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000079, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x00007A, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x00007B, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x00007C, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x00007D, "Member 'ActorInteractionWidget_C_ExecuteUbergraph_ActorInteractionWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_Style_Icon \ static_assert(alignof(ActorInteractionWidget_C_Style_Icon) == 0x000004, "Wrong alignment on ActorInteractionWidget_C_Style_Icon"); \ static_assert(sizeof(ActorInteractionWidget_C_Style_Icon) == 0x000004, "Wrong size on ActorInteractionWidget_C_Style_Icon"); \ static_assert(offsetof(ActorInteractionWidget_C_Style_Icon, Distance) == 0x000000, "Member 'ActorInteractionWidget_C_Style_Icon::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_Draw \ static_assert(alignof(ActorInteractionWidget_C_Draw) == 0x000008, "Wrong alignment on ActorInteractionWidget_C_Draw"); \ static_assert(sizeof(ActorInteractionWidget_C_Draw) == 0x000008, "Wrong size on ActorInteractionWidget_C_Draw"); \ static_assert(offsetof(ActorInteractionWidget_C_Draw, InteractionComponent) == 0x000000, "Member 'ActorInteractionWidget_C_Draw::InteractionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_STYLE_Middle \ static_assert(alignof(ActorInteractionWidget_C_STYLE_Middle) == 0x000004, "Wrong alignment on ActorInteractionWidget_C_STYLE_Middle"); \ static_assert(sizeof(ActorInteractionWidget_C_STYLE_Middle) == 0x000004, "Wrong size on ActorInteractionWidget_C_STYLE_Middle"); \ static_assert(offsetof(ActorInteractionWidget_C_STYLE_Middle, Distance) == 0x000000, "Member 'ActorInteractionWidget_C_STYLE_Middle::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_STYLE_Far \ static_assert(alignof(ActorInteractionWidget_C_STYLE_Far) == 0x000004, "Wrong alignment on ActorInteractionWidget_C_STYLE_Far"); \ static_assert(sizeof(ActorInteractionWidget_C_STYLE_Far) == 0x000004, "Wrong size on ActorInteractionWidget_C_STYLE_Far"); \ static_assert(offsetof(ActorInteractionWidget_C_STYLE_Far, Distance) == 0x000000, "Member 'ActorInteractionWidget_C_STYLE_Far::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorInteractionWidget_C_Get_Coordinates \ static_assert(alignof(ActorInteractionWidget_C_Get_Coordinates) == 0x000004, "Wrong alignment on ActorInteractionWidget_C_Get_Coordinates"); \ static_assert(sizeof(ActorInteractionWidget_C_Get_Coordinates) == 0x00001C, "Wrong size on ActorInteractionWidget_C_Get_Coordinates"); \ static_assert(offsetof(ActorInteractionWidget_C_Get_Coordinates, Coordinates) == 0x000000, "Member 'ActorInteractionWidget_C_Get_Coordinates::Coordinates' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_Get_Coordinates, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'ActorInteractionWidget_C_Get_Coordinates::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ActorInteractionWidget_C_Get_Coordinates, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ActorInteractionWidget_C_Get_Coordinates::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorInteractionWidget_C \ static_assert(alignof(UActorInteractionWidget_C) == 0x000008, "Wrong alignment on UActorInteractionWidget_C"); \ static_assert(sizeof(UActorInteractionWidget_C) == 0x0002E8, "Wrong size on UActorInteractionWidget_C"); \ static_assert(offsetof(UActorInteractionWidget_C, UberGraphFrame) == 0x000260, "Member 'UActorInteractionWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, CircleFar) == 0x000268, "Member 'UActorInteractionWidget_C::CircleFar' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, CircleInteraction) == 0x000270, "Member 'UActorInteractionWidget_C::CircleInteraction' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, CircleNear) == 0x000278, "Member 'UActorInteractionWidget_C::CircleNear' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, DamageMonitorBase) == 0x000280, "Member 'UActorInteractionWidget_C::DamageMonitorBase' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, Header) == 0x000288, "Member 'UActorInteractionWidget_C::Header' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, IcoBack) == 0x000290, "Member 'UActorInteractionWidget_C::IcoBack' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, Icon) == 0x000298, "Member 'UActorInteractionWidget_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, OverlayIcon) == 0x0002A0, "Member 'UActorInteractionWidget_C::OverlayIcon' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, SizeBox_Icon) == 0x0002A8, "Member 'UActorInteractionWidget_C::SizeBox_Icon' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, SizeBox_Points) == 0x0002B0, "Member 'UActorInteractionWidget_C::SizeBox_Points' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, Text1) == 0x0002B8, "Member 'UActorInteractionWidget_C::Text1' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, VerticalBox_Texts) == 0x0002C0, "Member 'UActorInteractionWidget_C::VerticalBox_Texts' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, Actor) == 0x0002C8, "Member 'UActorInteractionWidget_C::Actor' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, DistanceToCenter) == 0x0002D0, "Member 'UActorInteractionWidget_C::DistanceToCenter' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, ComponentRef) == 0x0002D8, "Member 'UActorInteractionWidget_C::ComponentRef' has a wrong offset!"); \ static_assert(offsetof(UActorInteractionWidget_C, IsIconMode) == 0x0002E0, "Member 'UActorInteractionWidget_C::IsIconMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TargetContext_C_ProvideSingleActor \ static_assert(alignof(EQS_TargetContext_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQS_TargetContext_C_ProvideSingleActor"); \ static_assert(sizeof(EQS_TargetContext_C_ProvideSingleActor) == 0x000048, "Wrong size on EQS_TargetContext_C_ProvideSingleActor"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQS_TargetContext_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQS_TargetContext_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQS_TargetContext_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'EQS_TargetContext_C_ProvideSingleActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'EQS_TargetContext_C_ProvideSingleActor::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'EQS_TargetContext_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, CallFunc_Array_Get_Item) == 0x000038, "Member 'EQS_TargetContext_C_ProvideSingleActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetContext_C_ProvideSingleActor, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'EQS_TargetContext_C_ProvideSingleActor::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TargetContext_C \ static_assert(alignof(UEQS_TargetContext_C) == 0x000008, "Wrong alignment on UEQS_TargetContext_C"); \ static_assert(sizeof(UEQS_TargetContext_C) == 0x000030, "Wrong size on UEQS_TargetContext_C"); \ #define DUMPER7_ASSERTS_ASoup_C \ static_assert(alignof(ASoup_C) == 0x000010, "Wrong alignment on ASoup_C"); \ static_assert(sizeof(ASoup_C) == 0x000450, "Wrong size on ASoup_C"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent \ static_assert(alignof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent) == 0x000008, "Wrong alignment on InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent"); \ static_assert(sizeof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent) == 0x000068, "Wrong size on InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, EntryPoint) == 0x000000, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_Create_ReturnValue) == 0x000008, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_Event_EndPlayReason) == 0x000010, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsLocalPlayerController_ReturnValue) == 0x000021, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsLocalPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsInViewport_ReturnValue) == 0x000022, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsValid_ReturnValue_1) == 0x000023, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsValid_ReturnValue_2) == 0x000024, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000028, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_K2_GetPawn_ReturnValue) == 0x000030, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000038, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_IsValid_ReturnValue_3) == 0x000041, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_Array_AddUnique_ReturnValue) == 0x000044, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00004C, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_DynamicCast_AsFGWagon_Module) == 0x000058, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'InteractionWidgetComponent_C_ExecuteUbergraph_InteractionWidgetComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_ReceiveTick \ static_assert(alignof(InteractionWidgetComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on InteractionWidgetComponent_C_ReceiveTick"); \ static_assert(sizeof(InteractionWidgetComponent_C_ReceiveTick) == 0x000004, "Wrong size on InteractionWidgetComponent_C_ReceiveTick"); \ static_assert(offsetof(InteractionWidgetComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'InteractionWidgetComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_ReceiveEndPlay \ static_assert(alignof(InteractionWidgetComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on InteractionWidgetComponent_C_ReceiveEndPlay"); \ static_assert(sizeof(InteractionWidgetComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on InteractionWidgetComponent_C_ReceiveEndPlay"); \ static_assert(offsetof(InteractionWidgetComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'InteractionWidgetComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_IsWidgetOnViewport \ static_assert(alignof(InteractionWidgetComponent_C_IsWidgetOnViewport) == 0x000008, "Wrong alignment on InteractionWidgetComponent_C_IsWidgetOnViewport"); \ static_assert(sizeof(InteractionWidgetComponent_C_IsWidgetOnViewport) == 0x000028, "Wrong size on InteractionWidgetComponent_C_IsWidgetOnViewport"); \ static_assert(offsetof(InteractionWidgetComponent_C_IsWidgetOnViewport, ReturnValue) == 0x000000, "Member 'InteractionWidgetComponent_C_IsWidgetOnViewport::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_IsWidgetOnViewport, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'InteractionWidgetComponent_C_IsWidgetOnViewport::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_IsWidgetOnViewport, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'InteractionWidgetComponent_C_IsWidgetOnViewport::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_IsWidgetOnViewport, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x00001C, "Member 'InteractionWidgetComponent_C_IsWidgetOnViewport::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_IsWidgetOnViewport, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000024, "Member 'InteractionWidgetComponent_C_IsWidgetOnViewport::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_SetAlwaysOn \ static_assert(alignof(InteractionWidgetComponent_C_SetAlwaysOn) == 0x000001, "Wrong alignment on InteractionWidgetComponent_C_SetAlwaysOn"); \ static_assert(sizeof(InteractionWidgetComponent_C_SetAlwaysOn) == 0x000001, "Wrong size on InteractionWidgetComponent_C_SetAlwaysOn"); \ static_assert(offsetof(InteractionWidgetComponent_C_SetAlwaysOn, AlwaysOn_0) == 0x000000, "Member 'InteractionWidgetComponent_C_SetAlwaysOn::AlwaysOn_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionWidgetComponent_C_DisabledAlwaysOnOnAll \ static_assert(alignof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll) == 0x000008, "Wrong alignment on InteractionWidgetComponent_C_DisabledAlwaysOnOnAll"); \ static_assert(sizeof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll) == 0x000040, "Wrong size on InteractionWidgetComponent_C_DisabledAlwaysOnOnAll"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, Temp_int_Array_Index_Variable) == 0x000000, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000018, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_Array_Get_Item) == 0x000030, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InteractionWidgetComponent_C_DisabledAlwaysOnOnAll, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'InteractionWidgetComponent_C_DisabledAlwaysOnOnAll::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractionWidgetComponent_C \ static_assert(alignof(UInteractionWidgetComponent_C) == 0x000010, "Wrong alignment on UInteractionWidgetComponent_C"); \ static_assert(sizeof(UInteractionWidgetComponent_C) == 0x000270, "Wrong size on UInteractionWidgetComponent_C"); \ static_assert(offsetof(UInteractionWidgetComponent_C, UberGraphFrame) == 0x000200, "Member 'UInteractionWidgetComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, Header) == 0x000208, "Member 'UInteractionWidgetComponent_C::Header' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, Text) == 0x000220, "Member 'UInteractionWidgetComponent_C::Text' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, Widget) == 0x000238, "Member 'UInteractionWidgetComponent_C::Widget' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, SquaredCurrentDistance) == 0x000240, "Member 'UInteractionWidgetComponent_C::SquaredCurrentDistance' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, IsShow) == 0x000244, "Member 'UInteractionWidgetComponent_C::IsShow' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, AlwaysOn) == 0x000245, "Member 'UInteractionWidgetComponent_C::AlwaysOn' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, DistanceToShow) == 0x000248, "Member 'UInteractionWidgetComponent_C::DistanceToShow' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, Icon) == 0x000250, "Member 'UInteractionWidgetComponent_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, SquaredDistanceToShow) == 0x000258, "Member 'UInteractionWidgetComponent_C::SquaredDistanceToShow' has a wrong offset!"); \ static_assert(offsetof(UInteractionWidgetComponent_C, IconSize) == 0x00025C, "Member 'UInteractionWidgetComponent_C::IconSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericImpact_C \ static_assert(alignof(AGenericImpact_C) == 0x000008, "Wrong alignment on AGenericImpact_C"); \ static_assert(sizeof(AGenericImpact_C) == 0x0004F8, "Wrong size on AGenericImpact_C"); \ static_assert(offsetof(AGenericImpact_C, DefaultSceneRoot) == 0x0004F0, "Member 'AGenericImpact_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_GetBaseAttackPointQuery \ static_assert(alignof(Bomber_C_GetBaseAttackPointQuery) == 0x000008, "Wrong alignment on Bomber_C_GetBaseAttackPointQuery"); \ static_assert(sizeof(Bomber_C_GetBaseAttackPointQuery) == 0x000008, "Wrong size on Bomber_C_GetBaseAttackPointQuery"); \ static_assert(offsetof(Bomber_C_GetBaseAttackPointQuery, Result) == 0x000000, "Member 'Bomber_C_GetBaseAttackPointQuery::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_TryToJump \ static_assert(alignof(Bomber_C_TryToJump) == 0x000008, "Wrong alignment on Bomber_C_TryToJump"); \ static_assert(sizeof(Bomber_C_TryToJump) == 0x000090, "Wrong size on Bomber_C_TryToJump"); \ static_assert(offsetof(Bomber_C_TryToJump, Result) == 0x000000, "Member 'Bomber_C_TryToJump::Result' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'Bomber_C_TryToJump::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Bomber_C_TryToJump::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000010, "Member 'Bomber_C_TryToJump::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'Bomber_C_TryToJump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_X) == 0x000020, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_Y) == 0x000024, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_Z) == 0x000028, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'Bomber_C_TryToJump::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'Bomber_C_TryToJump::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_X_1) == 0x00003C, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_Y_1) == 0x000040, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_BreakVector_Z_1) == 0x000044, "Member 'Bomber_C_TryToJump::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000048, "Member 'Bomber_C_TryToJump::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'Bomber_C_TryToJump::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_MakeVector_ReturnValue) == 0x000050, "Member 'Bomber_C_TryToJump::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_MakeVector_ReturnValue_1) == 0x00005C, "Member 'Bomber_C_TryToJump::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000068, "Member 'Bomber_C_TryToJump::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000074, "Member 'Bomber_C_TryToJump::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_TryToJump, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'Bomber_C_TryToJump::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_PrepareJump \ static_assert(alignof(Bomber_C_PrepareJump) == 0x000010, "Wrong alignment on Bomber_C_PrepareJump"); \ static_assert(sizeof(Bomber_C_PrepareJump) == 0x000090, "Wrong size on Bomber_C_PrepareJump"); \ static_assert(offsetof(Bomber_C_PrepareJump, Collision) == 0x000000, "Member 'Bomber_C_PrepareJump::Collision' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, Temp_struct_Variable) == 0x000010, "Member 'Bomber_C_PrepareJump::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, Temp_int_Array_Index_Variable) == 0x000040, "Member 'Bomber_C_PrepareJump::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_AddComponent_ReturnValue) == 0x000048, "Member 'Bomber_C_PrepareJump::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'Bomber_C_PrepareJump::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000058, "Member 'Bomber_C_PrepareJump::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'Bomber_C_PrepareJump::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_Array_Get_Item) == 0x000070, "Member 'Bomber_C_PrepareJump::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, K2Node_DynamicCast_AsBomber) == 0x000078, "Member 'Bomber_C_PrepareJump::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'Bomber_C_PrepareJump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'Bomber_C_PrepareJump::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_PrepareJump, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'Bomber_C_PrepareJump::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_RotateSpline \ static_assert(alignof(Bomber_C_RotateSpline) == 0x000004, "Wrong alignment on Bomber_C_RotateSpline"); \ static_assert(sizeof(Bomber_C_RotateSpline) == 0x000120, "Wrong size on Bomber_C_RotateSpline"); \ static_assert(offsetof(Bomber_C_RotateSpline, Result) == 0x000000, "Member 'Bomber_C_RotateSpline::Result' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, Difference) == 0x000004, "Member 'Bomber_C_RotateSpline::Difference' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'Bomber_C_RotateSpline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'Bomber_C_RotateSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000010, "Member 'Bomber_C_RotateSpline::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000028, "Member 'Bomber_C_RotateSpline::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'Bomber_C_RotateSpline::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Roll_1) == 0x000038, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Pitch_1) == 0x00003C, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Yaw_1) == 0x000040, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000044, "Member 'Bomber_C_RotateSpline::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000CC, "Member 'Bomber_C_RotateSpline::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000D0, "Member 'Bomber_C_RotateSpline::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D4, "Member 'Bomber_C_RotateSpline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000D5, "Member 'Bomber_C_RotateSpline::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BooleanAND_ReturnValue) == 0x0000D6, "Member 'Bomber_C_RotateSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000D8, "Member 'Bomber_C_RotateSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0000E4, "Member 'Bomber_C_RotateSpline::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000F0, "Member 'Bomber_C_RotateSpline::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Roll_2) == 0x0000FC, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Pitch_2) == 0x000100, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Yaw_2) == 0x000104, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Roll_3) == 0x000108, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Pitch_3) == 0x00010C, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_BreakRotator_Yaw_3) == 0x000110, "Member 'Bomber_C_RotateSpline::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000114, "Member 'Bomber_C_RotateSpline::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Abs_ReturnValue) == 0x000118, "Member 'Bomber_C_RotateSpline::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_RotateSpline, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00011C, "Member 'Bomber_C_RotateSpline::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnDeathEvent \ static_assert(alignof(Bomber_C_OnDeathEvent) == 0x000008, "Wrong alignment on Bomber_C_OnDeathEvent"); \ static_assert(sizeof(Bomber_C_OnDeathEvent) == 0x000038, "Wrong size on Bomber_C_OnDeathEvent"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Bomber_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Bomber_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Bomber_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'Bomber_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, K2Node_DynamicCast_AsFGCharacter) == 0x000018, "Member 'Bomber_C_OnDeathEvent::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Bomber_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, CallFunc_HasAuthority_ReturnValue) == 0x000021, "Member 'Bomber_C_OnDeathEvent::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'Bomber_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_OnDeathEvent, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'Bomber_C_OnDeathEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C \ static_assert(alignof(Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000004, "Wrong alignment on Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(sizeof(Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000008, "Wrong size on Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(offsetof(Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C, NotifyName) == 0x000000, "Member 'Bomber_C_OnNotifyEnd_C1AA145642FC3D1396ACB2A9C8223B2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C \ static_assert(alignof(Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000004, "Wrong alignment on Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(sizeof(Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000008, "Wrong size on Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(offsetof(Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C, NotifyName) == 0x000000, "Member 'Bomber_C_OnNotifyBegin_C1AA145642FC3D1396ACB2A9C8223B2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C \ static_assert(alignof(Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000004, "Wrong alignment on Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(sizeof(Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000008, "Wrong size on Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(offsetof(Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C, NotifyName) == 0x000000, "Member 'Bomber_C_OnInterrupted_C1AA145642FC3D1396ACB2A9C8223B2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C \ static_assert(alignof(Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000004, "Wrong alignment on Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(sizeof(Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000008, "Wrong size on Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(offsetof(Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C, NotifyName) == 0x000000, "Member 'Bomber_C_OnBlendOut_C1AA145642FC3D1396ACB2A9C8223B2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C \ static_assert(alignof(Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000004, "Wrong alignment on Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(sizeof(Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C) == 0x000008, "Wrong size on Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C"); \ static_assert(offsetof(Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C, NotifyName) == 0x000000, "Member 'Bomber_C_OnCompleted_C1AA145642FC3D1396ACB2A9C8223B2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'Bomber_C_BndEvt__Bomber_DetonationCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_ReceiveAnyDamage \ static_assert(alignof(Bomber_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on Bomber_C_ReceiveAnyDamage"); \ static_assert(sizeof(Bomber_C_ReceiveAnyDamage) == 0x000020, "Wrong size on Bomber_C_ReceiveAnyDamage"); \ static_assert(offsetof(Bomber_C_ReceiveAnyDamage, Damage_0) == 0x000000, "Member 'Bomber_C_ReceiveAnyDamage::Damage_0' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'Bomber_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'Bomber_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'Bomber_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_OnLanded \ static_assert(alignof(Bomber_C_OnLanded) == 0x000004, "Wrong alignment on Bomber_C_OnLanded"); \ static_assert(sizeof(Bomber_C_OnLanded) == 0x000088, "Wrong size on Bomber_C_OnLanded"); \ static_assert(offsetof(Bomber_C_OnLanded, Hit) == 0x000000, "Member 'Bomber_C_OnLanded::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_StartJumpCD \ static_assert(alignof(Bomber_C_StartJumpCD) == 0x000004, "Wrong alignment on Bomber_C_StartJumpCD"); \ static_assert(sizeof(Bomber_C_StartJumpCD) == 0x000004, "Wrong size on Bomber_C_StartJumpCD"); \ static_assert(offsetof(Bomber_C_StartJumpCD, CDTime) == 0x000000, "Member 'Bomber_C_StartJumpCD::CDTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_ReceiveTick \ static_assert(alignof(Bomber_C_ReceiveTick) == 0x000004, "Wrong alignment on Bomber_C_ReceiveTick"); \ static_assert(sizeof(Bomber_C_ReceiveTick) == 0x000004, "Wrong size on Bomber_C_ReceiveTick"); \ static_assert(offsetof(Bomber_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Bomber_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bomber_C_ExecuteUbergraph_Bomber \ static_assert(alignof(Bomber_C_ExecuteUbergraph_Bomber) == 0x000010, "Wrong alignment on Bomber_C_ExecuteUbergraph_Bomber"); \ static_assert(sizeof(Bomber_C_ExecuteUbergraph_Bomber) == 0x000410, "Wrong size on Bomber_C_ExecuteUbergraph_Bomber"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, EntryPoint) == 0x000000, "Member 'Bomber_C_ExecuteUbergraph_Bomber::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, Temp_name_Variable) == 0x00007C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetComponentByClass_ReturnValue) == 0x000088, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_HasAuthority_ReturnValue) == 0x000090, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000098, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_OtherActor) == 0x0000A0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_OtherComp) == 0x0000A8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000B0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000B4, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_ComponentBoundEvent_SweepResult) == 0x0000B8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000140, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetDisplayName_ReturnValue) == 0x000150, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000160, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000164, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000168, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00016C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetAIController_ReturnValue) == 0x000178, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_RunHTN_ReturnValue) == 0x000180, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000184, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00020C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_Damage) == 0x000210, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_DamageType) == 0x000218, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_InstigatedBy) == 0x000220, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_DamageCauser) == 0x000228, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_DynamicCast_AsDamage_Type_Revolver) == 0x000230, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_DynamicCast_AsDamage_Type_Revolver' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_DynamicCast_bSuccess) == 0x000238, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_DynamicCast_AsDamage_Type_Gun) == 0x000240, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_DynamicCast_AsDamage_Type_Gun' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_DynamicCast_bSuccess_1) == 0x000248, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetTransform_ReturnValue) == 0x000250, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_HasAuthority_ReturnValue_1) == 0x000280, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000284, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_Hit) == 0x000290, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000318, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000324, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x000328, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000334, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000340, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_FindLookAtRotation_ReturnValue) == 0x00034C, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_MakeTransform_ReturnValue) == 0x000360, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000390, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_FinishSpawningActor_ReturnValue) == 0x000398, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetOwner_ReturnValue) == 0x0003A0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_GetMaterial_ReturnValue) == 0x0003A8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0003B0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0003B8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_IsValid_ReturnValue) == 0x0003C0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_HasAuthority_ReturnValue_2) == 0x0003C1, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0003C8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0003D0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0003D8, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0003DC, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_MakeVector_ReturnValue) == 0x0003E0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0003EC, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_MakeVector_ReturnValue_1) == 0x0003F0, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_CustomEvent_CDTime) == 0x0003FC, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_CustomEvent_CDTime' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, K2Node_Event_DeltaSeconds) == 0x000400, "Member 'Bomber_C_ExecuteUbergraph_Bomber::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(Bomber_C_ExecuteUbergraph_Bomber, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000404, "Member 'Bomber_C_ExecuteUbergraph_Bomber::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABomber_C \ static_assert(alignof(ABomber_C) == 0x000010, "Wrong alignment on ABomber_C"); \ static_assert(sizeof(ABomber_C) == 0x000F60, "Wrong size on ABomber_C"); \ static_assert(offsetof(ABomber_C, UberGraphFrame_Bomber_C) == 0x000EF8, "Member 'ABomber_C::UberGraphFrame_Bomber_C' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, DetonationCollision) == 0x000F00, "Member 'ABomber_C::DetonationCollision' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpStartPoint) == 0x000F08, "Member 'ABomber_C::JumpStartPoint' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpAnimation_Anim_18437D6B4B81F7659FD0D6B68E90ADC4) == 0x000F10, "Member 'ABomber_C::JumpAnimation_Anim_18437D6B4B81F7659FD0D6B68E90ADC4' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpAnimation__Direction_18437D6B4B81F7659FD0D6B68E90ADC4) == 0x000F14, "Member 'ABomber_C::JumpAnimation__Direction_18437D6B4B81F7659FD0D6B68E90ADC4' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpAnimation) == 0x000F18, "Member 'ABomber_C::JumpAnimation' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpSpline) == 0x000F20, "Member 'ABomber_C::JumpSpline' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpSplineEnd) == 0x000F28, "Member 'ABomber_C::JumpSplineEnd' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bDetonating) == 0x000F2C, "Member 'ABomber_C::bDetonating' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, DelayBeforeExplosion) == 0x000F30, "Member 'ABomber_C::DelayBeforeExplosion' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpSpeed) == 0x000F34, "Member 'ABomber_C::JumpSpeed' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpSplineInitRot) == 0x000F38, "Member 'ABomber_C::JumpSplineInitRot' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bTryDetonate) == 0x000F44, "Member 'ABomber_C::bTryDetonate' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bJumping) == 0x000F45, "Member 'ABomber_C::bJumping' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bExploding) == 0x000F46, "Member 'ABomber_C::bExploding' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, JumpSplineActor) == 0x000F48, "Member 'ABomber_C::JumpSplineActor' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bCanJump) == 0x000F50, "Member 'ABomber_C::bCanJump' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, Damage) == 0x000F54, "Member 'ABomber_C::Damage' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, bJumpCD) == 0x000F58, "Member 'ABomber_C::bJumpCD' has a wrong offset!"); \ static_assert(offsetof(ABomber_C, LifeMatParameter) == 0x000F5C, "Member 'ABomber_C::LifeMatParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHookWinchActor_Ring_C \ static_assert(alignof(AHookWinchActor_Ring_C) == 0x000008, "Wrong alignment on AHookWinchActor_Ring_C"); \ static_assert(sizeof(AHookWinchActor_Ring_C) == 0x000260, "Wrong size on AHookWinchActor_Ring_C"); \ static_assert(offsetof(AHookWinchActor_Ring_C, InteractionWidgetComponent) == 0x000250, "Member 'AHookWinchActor_Ring_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_Ring_C, Sphere) == 0x000258, "Member 'AHookWinchActor_Ring_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StolenMark_C_ExecuteUbergraph_StolenMark \ static_assert(alignof(StolenMark_C_ExecuteUbergraph_StolenMark) == 0x000008, "Wrong alignment on StolenMark_C_ExecuteUbergraph_StolenMark"); \ static_assert(sizeof(StolenMark_C_ExecuteUbergraph_StolenMark) == 0x000120, "Wrong size on StolenMark_C_ExecuteUbergraph_StolenMark"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, EntryPoint) == 0x000000, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_CustomEvent_TargetMesh) == 0x000008, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_CustomEvent_TargetMesh' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_Calculate_Center_Position_Center) == 0x000018, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_Calculate_Center_Position_Center' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_K2_AddActorLocalOffset_SweepHitResult) == 0x000030, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_K2_AddActorLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_DynamicCast_AsHUD_Interface) == 0x0000B8, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_MakeStruct_MarkStructure) == 0x0000D0, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_MakeStruct_MarkStructure' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F8, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, CallFunc_GetHUD_ReturnValue_1) == 0x000100, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000108, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_ExecuteUbergraph_StolenMark, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'StolenMark_C_ExecuteUbergraph_StolenMark::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StolenMark_C_SetupStolenIcon \ static_assert(alignof(StolenMark_C_SetupStolenIcon) == 0x000008, "Wrong alignment on StolenMark_C_SetupStolenIcon"); \ static_assert(sizeof(StolenMark_C_SetupStolenIcon) == 0x000008, "Wrong size on StolenMark_C_SetupStolenIcon"); \ static_assert(offsetof(StolenMark_C_SetupStolenIcon, TargetMesh) == 0x000000, "Member 'StolenMark_C_SetupStolenIcon::TargetMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StolenMark_C_Calculate_Center_Position \ static_assert(alignof(StolenMark_C_Calculate_Center_Position) == 0x000008, "Wrong alignment on StolenMark_C_Calculate_Center_Position"); \ static_assert(sizeof(StolenMark_C_Calculate_Center_Position) == 0x000080, "Wrong size on StolenMark_C_Calculate_Center_Position"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, MeshComponent) == 0x000000, "Member 'StolenMark_C_Calculate_Center_Position::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, Center) == 0x000008, "Member 'StolenMark_C_Calculate_Center_Position::Center' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000020, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_GetBoundingBox_ReturnValue) == 0x000038, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_GetBoundingBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_X) == 0x000054, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_Y) == 0x000058, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_Z) == 0x00005C, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_X_1) == 0x000060, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_Y_1) == 0x000064, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(StolenMark_C_Calculate_Center_Position, CallFunc_MakeVector_ReturnValue) == 0x000074, "Member 'StolenMark_C_Calculate_Center_Position::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStolenMark_C \ static_assert(alignof(AStolenMark_C) == 0x000008, "Wrong alignment on AStolenMark_C"); \ static_assert(sizeof(AStolenMark_C) == 0x000258, "Wrong size on AStolenMark_C"); \ static_assert(offsetof(AStolenMark_C, UberGraphFrame) == 0x000220, "Member 'AStolenMark_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AStolenMark_C, DefaultSceneRoot) == 0x000228, "Member 'AStolenMark_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AStolenMark_C, MarkData) == 0x000230, "Member 'AStolenMark_C::MarkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem \ static_assert(alignof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem) == 0x000008, "Wrong alignment on Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem) == 0x000190, "Wrong size on Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, EntryPoint) == 0x000000, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_8) == 0x000004, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_7) == 0x00001C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_6) == 0x000034, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_5) == 0x00004C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, Temp_name_Variable) == 0x000064, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_4) == 0x00007C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_3) == 0x000084, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_2) == 0x00009C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_1) == 0x0000B4, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName) == 0x0000CC, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, Temp_name_Variable_1) == 0x0000E4, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000EC, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_GetOwningPawn_ReturnValue) == 0x0000F0, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_DynamicCast_AsThird_Person_Character) == 0x000100, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CreateDelegate_OutputDelegate_9) == 0x00010C, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_GetObjectClass_ReturnValue) == 0x000120, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000128, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000130, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_IsValid_ReturnValue_2) == 0x000139, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_ConstructActorFromClass_ReturnValue) == 0x000140, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_ConstructActorFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_IsValid_ReturnValue_3) == 0x000148, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000150, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_DynamicCast_AsGeneric_Heavy_Item) == 0x000158, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_DynamicCast_AsGeneric_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000168, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_HasAuthority_ReturnValue) == 0x000170, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000178, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000180, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem, K2Node_CustomEvent_NotifyName_9) == 0x000188, "Member 'Action_PlaceHeavyItem_C_ExecuteUbergraph_Action_PlaceHeavyItem::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D \ static_assert(alignof(Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnCompleted_3193A154404371FB1E31A7BDFAB4AA5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D \ static_assert(alignof(Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnBlendOut_3193A154404371FB1E31A7BDFAB4AA5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D \ static_assert(alignof(Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnInterrupted_3193A154404371FB1E31A7BDFAB4AA5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D \ static_assert(alignof(Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnNotifyBegin_3193A154404371FB1E31A7BDFAB4AA5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D \ static_assert(alignof(Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnNotifyEnd_3193A154404371FB1E31A7BDFAB4AA5D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354 \ static_assert(alignof(Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnCompleted_EF5203724FB8518FA817BABC6E00F354::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354 \ static_assert(alignof(Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnBlendOut_EF5203724FB8518FA817BABC6E00F354::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354 \ static_assert(alignof(Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnInterrupted_EF5203724FB8518FA817BABC6E00F354::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354 \ static_assert(alignof(Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnNotifyBegin_EF5203724FB8518FA817BABC6E00F354::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354 \ static_assert(alignof(Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354) == 0x000004, "Wrong alignment on Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354) == 0x000008, "Wrong size on Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354, NotifyName) == 0x000000, "Member 'Action_PlaceHeavyItem_C_OnNotifyEnd_EF5203724FB8518FA817BABC6E00F354::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem \ static_assert(alignof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem) == 0x000008, "Wrong alignment on Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem"); \ static_assert(sizeof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem) == 0x000010, "Wrong size on Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem, L_SelectedHeavySlot) == 0x000000, "Member 'Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem::L_SelectedHeavySlot' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem, NewLocalVar_0) == 0x000001, "Member 'Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem, CallFunc_GetSelectedHeavySlot_ReturnValue) == 0x000002, "Member 'Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem::CallFunc_GetSelectedHeavySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem, CallFunc_GetSlot_ReturnValue) == 0x000008, "Member 'Action_PlaceHeavyItem_C_DestroyCurrentHeavyItem::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_PlaceHeavyItem_C \ static_assert(alignof(UAction_PlaceHeavyItem_C) == 0x000010, "Wrong alignment on UAction_PlaceHeavyItem_C"); \ static_assert(sizeof(UAction_PlaceHeavyItem_C) == 0x0000B0, "Wrong size on UAction_PlaceHeavyItem_C"); \ static_assert(offsetof(UAction_PlaceHeavyItem_C, UberGraphFrame) == 0x000050, "Member 'UAction_PlaceHeavyItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_PlaceHeavyItem_C, PlacedHeavyItem) == 0x000058, "Member 'UAction_PlaceHeavyItem_C::PlacedHeavyItem' has a wrong offset!"); \ static_assert(offsetof(UAction_PlaceHeavyItem_C, TargetPlaceTransform) == 0x000060, "Member 'UAction_PlaceHeavyItem_C::TargetPlaceTransform' has a wrong offset!"); \ static_assert(offsetof(UAction_PlaceHeavyItem_C, OnHeavyItemPlacedComplete) == 0x000090, "Member 'UAction_PlaceHeavyItem_C::OnHeavyItemPlacedComplete' has a wrong offset!"); \ static_assert(offsetof(UAction_PlaceHeavyItem_C, As_Third_Person_Character) == 0x0000A0, "Member 'UAction_PlaceHeavyItem_C::As_Third_Person_Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_ExecuteUbergraph_WinchRing \ static_assert(alignof(WinchRing_C_ExecuteUbergraph_WinchRing) == 0x000008, "Wrong alignment on WinchRing_C_ExecuteUbergraph_WinchRing"); \ static_assert(sizeof(WinchRing_C_ExecuteUbergraph_WinchRing) == 0x000318, "Wrong size on WinchRing_C_ExecuteUbergraph_WinchRing"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, EntryPoint) == 0x000000, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_Hit_3) == 0x000004, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_PlayerCharacter_3) == 0x000090, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_Hit_2) == 0x000098, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_PlayerCharacter_2) == 0x000120, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_Hit_1) == 0x000128, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_PlayerCharacter_1) == 0x0001B0, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_Hit) == 0x0001B8, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_PlayerCharacter) == 0x000240, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_CanSwitchWeapon_ReturnValue) == 0x000248, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_CanSwitchWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_GetSelectedWeaponSlot_ReturnValue) == 0x000249, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_GetSelectedWeaponSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00024A, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_BooleanAND_ReturnValue) == 0x00024B, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_MakePlaceholder_ReturnValue) == 0x000250, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_MakePlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, CallFunc_GetSlot_ReturnValue) == 0x000258, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_ComponentBoundEvent_HitComponent) == 0x000260, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_ComponentBoundEvent_OtherActor) == 0x000268, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_ComponentBoundEvent_OtherComp) == 0x000270, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000278, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_ComponentBoundEvent_Hit) == 0x000284, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_ExecuteUbergraph_WinchRing, K2Node_Event_OtherActor) == 0x000310, "Member 'WinchRing_C_ExecuteUbergraph_WinchRing::K2Node_Event_OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_ReceiveActorBeginOverlap \ static_assert(alignof(WinchRing_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on WinchRing_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(WinchRing_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on WinchRing_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(WinchRing_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'WinchRing_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ static_assert(alignof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'WinchRing_C_BndEvt__Mesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_OnAlternateUseActor \ static_assert(alignof(WinchRing_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WinchRing_C_OnAlternateUseActor"); \ static_assert(sizeof(WinchRing_C_OnAlternateUseActor) == 0x000090, "Wrong size on WinchRing_C_OnAlternateUseActor"); \ static_assert(offsetof(WinchRing_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WinchRing_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_OnUseActor \ static_assert(alignof(WinchRing_C_OnUseActor) == 0x000008, "Wrong alignment on WinchRing_C_OnUseActor"); \ static_assert(sizeof(WinchRing_C_OnUseActor) == 0x000090, "Wrong size on WinchRing_C_OnUseActor"); \ static_assert(offsetof(WinchRing_C_OnUseActor, Hit) == 0x000000, "Member 'WinchRing_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_OnAltHoldUseActor \ static_assert(alignof(WinchRing_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on WinchRing_C_OnAltHoldUseActor"); \ static_assert(sizeof(WinchRing_C_OnAltHoldUseActor) == 0x000090, "Wrong size on WinchRing_C_OnAltHoldUseActor"); \ static_assert(offsetof(WinchRing_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'WinchRing_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_OnHoldUseActor \ static_assert(alignof(WinchRing_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WinchRing_C_OnHoldUseActor"); \ static_assert(sizeof(WinchRing_C_OnHoldUseActor) == 0x000090, "Wrong size on WinchRing_C_OnHoldUseActor"); \ static_assert(offsetof(WinchRing_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WinchRing_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_GetItemSelection \ static_assert(alignof(WinchRing_C_GetItemSelection) == 0x000008, "Wrong alignment on WinchRing_C_GetItemSelection"); \ static_assert(sizeof(WinchRing_C_GetItemSelection) == 0x000130, "Wrong size on WinchRing_C_GetItemSelection"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, Hit) == 0x000000, "Member 'WinchRing_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, Player) == 0x000088, "Member 'WinchRing_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WinchRing_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WinchRing_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WinchRing_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AA, "Member 'WinchRing_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AB, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AC, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000B0, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B4, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B8, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C4, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000D0, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000DC, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'WinchRing_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'WinchRing_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'WinchRing_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_GetItemDurability \ static_assert(alignof(WinchRing_C_GetItemDurability) == 0x000008, "Wrong alignment on WinchRing_C_GetItemDurability"); \ static_assert(sizeof(WinchRing_C_GetItemDurability) == 0x000018, "Wrong size on WinchRing_C_GetItemDurability"); \ static_assert(offsetof(WinchRing_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WinchRing_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_CanUse \ static_assert(alignof(WinchRing_C_CanUse) == 0x000008, "Wrong alignment on WinchRing_C_CanUse"); \ static_assert(sizeof(WinchRing_C_CanUse) == 0x000098, "Wrong size on WinchRing_C_CanUse"); \ static_assert(offsetof(WinchRing_C_CanUse, Hit) == 0x000000, "Member 'WinchRing_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanUse, ReturnValue) == 0x000090, "Member 'WinchRing_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_CanHoldUse \ static_assert(alignof(WinchRing_C_CanHoldUse) == 0x000008, "Wrong alignment on WinchRing_C_CanHoldUse"); \ static_assert(sizeof(WinchRing_C_CanHoldUse) == 0x000098, "Wrong size on WinchRing_C_CanHoldUse"); \ static_assert(offsetof(WinchRing_C_CanHoldUse, Hit) == 0x000000, "Member 'WinchRing_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WinchRing_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_CanAltUse \ static_assert(alignof(WinchRing_C_CanAltUse) == 0x000008, "Wrong alignment on WinchRing_C_CanAltUse"); \ static_assert(sizeof(WinchRing_C_CanAltUse) == 0x000098, "Wrong size on WinchRing_C_CanAltUse"); \ static_assert(offsetof(WinchRing_C_CanAltUse, Hit) == 0x000000, "Member 'WinchRing_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WinchRing_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WinchRing_C_CanAltHoldUse \ static_assert(alignof(WinchRing_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WinchRing_C_CanAltHoldUse"); \ static_assert(sizeof(WinchRing_C_CanAltHoldUse) == 0x000098, "Wrong size on WinchRing_C_CanAltHoldUse"); \ static_assert(offsetof(WinchRing_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WinchRing_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WinchRing_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WinchRing_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WinchRing_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWinchRing_C \ static_assert(alignof(AWinchRing_C) == 0x000010, "Wrong alignment on AWinchRing_C"); \ static_assert(sizeof(AWinchRing_C) == 0x000790, "Wrong size on AWinchRing_C"); \ static_assert(offsetof(AWinchRing_C, UberGraphFrame) == 0x000730, "Member 'AWinchRing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWinchRing_C, Sphere) == 0x000738, "Member 'AWinchRing_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AWinchRing_C, SurfaceType) == 0x000740, "Member 'AWinchRing_C::SurfaceType' has a wrong offset!"); \ static_assert(offsetof(AWinchRing_C, NewVar_0) == 0x000748, "Member 'AWinchRing_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(AWinchRing_C, LasSlotUsed) == 0x000750, "Member 'AWinchRing_C::LasSlotUsed' has a wrong offset!"); \ static_assert(offsetof(AWinchRing_C, RingTransform) == 0x000760, "Member 'AWinchRing_C::RingTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_ExecuteUbergraph_Leech \ static_assert(alignof(Leech_C_ExecuteUbergraph_Leech) == 0x000008, "Wrong alignment on Leech_C_ExecuteUbergraph_Leech"); \ static_assert(sizeof(Leech_C_ExecuteUbergraph_Leech) == 0x000128, "Wrong size on Leech_C_ExecuteUbergraph_Leech"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, EntryPoint) == 0x000000, "Member 'Leech_C_ExecuteUbergraph_Leech::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'Leech_C_ExecuteUbergraph_Leech::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_HasAuthority_ReturnValue) == 0x000005, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_InInstigator_3) == 0x000008, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_InInstigator_3' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_InInstigator_2) == 0x000010, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_InInstigator_2' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_InInstigator_1) == 0x000018, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_InInstigator_1' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_InInstigator) == 0x000020, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_InInstigator' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_PlayAnimMontage_ReturnValue) == 0x000028, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, Temp_bool_IsClosed_Variable) == 0x00002C, "Member 'Leech_C_ExecuteUbergraph_Leech::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsValid_ReturnValue) == 0x00002D, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_Hit) == 0x000030, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_Event_PlayerCharacter) == 0x0000B8, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x0000C0, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_GetAttachParentActor_ReturnValue) == 0x0000C8, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_DynamicCast_AsFGWagon) == 0x0000D0, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_Not_PreBool_ReturnValue) == 0x0000DA, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsValid_ReturnValue_2) == 0x0000DB, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsAlive_ReturnValue) == 0x0000EC, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000F0, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_GetAIDirectorManager_ReturnValue) == 0x0000F8, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_GetGroupModuleOfClass_ReturnValue) == 0x000100, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_GetGroupModuleOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsValid_ReturnValue_3) == 0x000108, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_IsValid_ReturnValue_4) == 0x000109, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_DynamicCast_AsAIGroup_Module_Leech_Miasm) == 0x000110, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_DynamicCast_AsAIGroup_Module_Leech_Miasm' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'Leech_C_ExecuteUbergraph_Leech::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Leech_C_ExecuteUbergraph_Leech, CallFunc_SpawnMiasm_ReturnValue) == 0x000120, "Member 'Leech_C_ExecuteUbergraph_Leech::CallFunc_SpawnMiasm_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnPlayerSeeActor \ static_assert(alignof(Leech_C_OnPlayerSeeActor) == 0x000008, "Wrong alignment on Leech_C_OnPlayerSeeActor"); \ static_assert(sizeof(Leech_C_OnPlayerSeeActor) == 0x000090, "Wrong size on Leech_C_OnPlayerSeeActor"); \ static_assert(offsetof(Leech_C_OnPlayerSeeActor, Hit) == 0x000000, "Member 'Leech_C_OnPlayerSeeActor::Hit' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnPlayerSeeActor, PlayerCharacter) == 0x000088, "Member 'Leech_C_OnPlayerSeeActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnLootActor \ static_assert(alignof(Leech_C_OnLootActor) == 0x000008, "Wrong alignment on Leech_C_OnLootActor"); \ static_assert(sizeof(Leech_C_OnLootActor) == 0x000008, "Wrong size on Leech_C_OnLootActor"); \ static_assert(offsetof(Leech_C_OnLootActor, InInstigator) == 0x000000, "Member 'Leech_C_OnLootActor::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnHoldInteract \ static_assert(alignof(Leech_C_OnHoldInteract) == 0x000008, "Wrong alignment on Leech_C_OnHoldInteract"); \ static_assert(sizeof(Leech_C_OnHoldInteract) == 0x000008, "Wrong size on Leech_C_OnHoldInteract"); \ static_assert(offsetof(Leech_C_OnHoldInteract, InInstigator) == 0x000000, "Member 'Leech_C_OnHoldInteract::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnGrappleStart \ static_assert(alignof(Leech_C_OnGrappleStart) == 0x000008, "Wrong alignment on Leech_C_OnGrappleStart"); \ static_assert(sizeof(Leech_C_OnGrappleStart) == 0x000008, "Wrong size on Leech_C_OnGrappleStart"); \ static_assert(offsetof(Leech_C_OnGrappleStart, InInstigator) == 0x000000, "Member 'Leech_C_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnGrappleEnd \ static_assert(alignof(Leech_C_OnGrappleEnd) == 0x000008, "Wrong alignment on Leech_C_OnGrappleEnd"); \ static_assert(sizeof(Leech_C_OnGrappleEnd) == 0x000008, "Wrong size on Leech_C_OnGrappleEnd"); \ static_assert(offsetof(Leech_C_OnGrappleEnd, InInstigator) == 0x000000, "Member 'Leech_C_OnGrappleEnd::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_StartLeechQuest \ static_assert(alignof(Leech_C_StartLeechQuest) == 0x000008, "Wrong alignment on Leech_C_StartLeechQuest"); \ static_assert(sizeof(Leech_C_StartLeechQuest) == 0x000010, "Wrong size on Leech_C_StartLeechQuest"); \ static_assert(offsetof(Leech_C_StartLeechQuest, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000000, "Member 'Leech_C_StartLeechQuest::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_StartLeechQuest, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'Leech_C_StartLeechQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_StartLeechQuest, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000009, "Member 'Leech_C_StartLeechQuest::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_GiveNote \ static_assert(alignof(Leech_C_GiveNote) == 0x000008, "Wrong alignment on Leech_C_GiveNote"); \ static_assert(sizeof(Leech_C_GiveNote) == 0x000018, "Wrong size on Leech_C_GiveNote"); \ static_assert(offsetof(Leech_C_GiveNote, NoteID) == 0x000000, "Member 'Leech_C_GiveNote::NoteID' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GiveNote, CallFunc_GetNotesManager_ReturnValue) == 0x000008, "Member 'Leech_C_GiveNote::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GiveNote, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Leech_C_GiveNote::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GiveNote, CallFunc_GiveNote_ReturnValue) == 0x000011, "Member 'Leech_C_GiveNote::CallFunc_GiveNote_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_CanBeLooted \ static_assert(alignof(Leech_C_CanBeLooted) == 0x000001, "Wrong alignment on Leech_C_CanBeLooted"); \ static_assert(sizeof(Leech_C_CanBeLooted) == 0x000001, "Wrong size on Leech_C_CanBeLooted"); \ static_assert(offsetof(Leech_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Leech_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_CanBeGrappled \ static_assert(alignof(Leech_C_CanBeGrappled) == 0x000001, "Wrong alignment on Leech_C_CanBeGrappled"); \ static_assert(sizeof(Leech_C_CanBeGrappled) == 0x000001, "Wrong size on Leech_C_CanBeGrappled"); \ static_assert(offsetof(Leech_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'Leech_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_CanHoldInteract \ static_assert(alignof(Leech_C_CanHoldInteract) == 0x000001, "Wrong alignment on Leech_C_CanHoldInteract"); \ static_assert(sizeof(Leech_C_CanHoldInteract) == 0x000001, "Wrong size on Leech_C_CanHoldInteract"); \ static_assert(offsetof(Leech_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'Leech_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_OnDeathEvent \ static_assert(alignof(Leech_C_OnDeathEvent) == 0x000008, "Wrong alignment on Leech_C_OnDeathEvent"); \ static_assert(sizeof(Leech_C_OnDeathEvent) == 0x000028, "Wrong size on Leech_C_OnDeathEvent"); \ static_assert(offsetof(Leech_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Leech_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Leech_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Leech_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnDeathEvent, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x000018, "Member 'Leech_C_OnDeathEvent::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Leech_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Leech_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000021, "Member 'Leech_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_GetItemDurability \ static_assert(alignof(Leech_C_GetItemDurability) == 0x000008, "Wrong alignment on Leech_C_GetItemDurability"); \ static_assert(sizeof(Leech_C_GetItemDurability) == 0x000018, "Wrong size on Leech_C_GetItemDurability"); \ static_assert(offsetof(Leech_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'Leech_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_GetItemSelection \ static_assert(alignof(Leech_C_GetItemSelection) == 0x000008, "Wrong alignment on Leech_C_GetItemSelection"); \ static_assert(sizeof(Leech_C_GetItemSelection) == 0x0000B0, "Wrong size on Leech_C_GetItemSelection"); \ static_assert(offsetof(Leech_C_GetItemSelection, Hit) == 0x000000, "Member 'Leech_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GetItemSelection, Player) == 0x000088, "Member 'Leech_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Leech_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Leech_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Leech_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Leech_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_C_GetIsEnemy \ static_assert(alignof(Leech_C_GetIsEnemy) == 0x000001, "Wrong alignment on Leech_C_GetIsEnemy"); \ static_assert(sizeof(Leech_C_GetIsEnemy) == 0x000001, "Wrong size on Leech_C_GetIsEnemy"); \ static_assert(offsetof(Leech_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'Leech_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeech_C \ static_assert(alignof(ALeech_C) == 0x000010, "Wrong alignment on ALeech_C"); \ static_assert(sizeof(ALeech_C) == 0x000EE0, "Wrong size on ALeech_C"); \ static_assert(offsetof(ALeech_C, UberGraphFrame_Leech_C) == 0x000EA8, "Member 'ALeech_C::UberGraphFrame_Leech_C' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, DissolveComponent) == 0x000EB0, "Member 'ALeech_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, FGSplineLootDrop) == 0x000EB8, "Member 'ALeech_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, Idle) == 0x000EC0, "Member 'ALeech_C::Idle' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, AttachComponent) == 0x000EC8, "Member 'ALeech_C::AttachComponent' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, bJumpMontagePlayed) == 0x000ED0, "Member 'ALeech_C::bJumpMontagePlayed' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, bPukeMontagePlayed) == 0x000ED1, "Member 'ALeech_C::bPukeMontagePlayed' has a wrong offset!"); \ static_assert(offsetof(ALeech_C, bDissolve) == 0x000ED2, "Member 'ALeech_C::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATabletopBackGammonPlayer_C \ static_assert(alignof(ATabletopBackGammonPlayer_C) == 0x000008, "Wrong alignment on ATabletopBackGammonPlayer_C"); \ static_assert(sizeof(ATabletopBackGammonPlayer_C) == 0x0002F0, "Wrong size on ATabletopBackGammonPlayer_C"); \ static_assert(offsetof(ATabletopBackGammonPlayer_C, DefaultSceneRoot) == 0x0002E8, "Member 'ATabletopBackGammonPlayer_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeapon_Fist_C \ static_assert(alignof(AWeapon_Fist_C) == 0x000010, "Wrong alignment on AWeapon_Fist_C"); \ static_assert(sizeof(AWeapon_Fist_C) == 0x000660, "Wrong size on AWeapon_Fist_C"); \ #define DUMPER7_ASSERTS_GenericItem_C_ExecuteUbergraph_GenericItem \ static_assert(alignof(GenericItem_C_ExecuteUbergraph_GenericItem) == 0x000008, "Wrong alignment on GenericItem_C_ExecuteUbergraph_GenericItem"); \ static_assert(sizeof(GenericItem_C_ExecuteUbergraph_GenericItem) == 0x000300, "Wrong size on GenericItem_C_ExecuteUbergraph_GenericItem"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, EntryPoint) == 0x000000, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_Hit_3) == 0x000008, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_PlayerCharacter_3) == 0x000090, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_Hit_2) == 0x000098, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_PlayerCharacter_2) == 0x000120, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_Hit_1) == 0x000128, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_PlayerCharacter_1) == 0x0001B0, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_Hit) == 0x0001B8, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_Event_PlayerCharacter) == 0x000240, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000248, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_OtherActor) == 0x000250, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_OtherComp) == 0x000258, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000260, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_bFromSweep) == 0x000264, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_ComponentBoundEvent_SweepResult) == 0x000268, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_DynamicCast_AsFGItem) == 0x0002F0, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_DynamicCast_AsFGItem' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_ExecuteUbergraph_GenericItem, K2Node_DynamicCast_bSuccess) == 0x0002F8, "Member 'GenericItem_C_ExecuteUbergraph_GenericItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'GenericItem_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_OnUseActor \ static_assert(alignof(GenericItem_C_OnUseActor) == 0x000008, "Wrong alignment on GenericItem_C_OnUseActor"); \ static_assert(sizeof(GenericItem_C_OnUseActor) == 0x000090, "Wrong size on GenericItem_C_OnUseActor"); \ static_assert(offsetof(GenericItem_C_OnUseActor, Hit) == 0x000000, "Member 'GenericItem_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_OnHoldUseActor \ static_assert(alignof(GenericItem_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericItem_C_OnHoldUseActor"); \ static_assert(sizeof(GenericItem_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericItem_C_OnHoldUseActor"); \ static_assert(offsetof(GenericItem_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericItem_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_OnAltHoldUseActor \ static_assert(alignof(GenericItem_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericItem_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericItem_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericItem_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericItem_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericItem_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_OnAlternateUseActor \ static_assert(alignof(GenericItem_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericItem_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericItem_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericItem_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericItem_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericItem_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_CanUse \ static_assert(alignof(GenericItem_C_CanUse) == 0x000008, "Wrong alignment on GenericItem_C_CanUse"); \ static_assert(sizeof(GenericItem_C_CanUse) == 0x000098, "Wrong size on GenericItem_C_CanUse"); \ static_assert(offsetof(GenericItem_C_CanUse, Hit) == 0x000000, "Member 'GenericItem_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericItem_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_CanHoldUse \ static_assert(alignof(GenericItem_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericItem_C_CanHoldUse"); \ static_assert(sizeof(GenericItem_C_CanHoldUse) == 0x000098, "Wrong size on GenericItem_C_CanHoldUse"); \ static_assert(offsetof(GenericItem_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericItem_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericItem_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_CanAltUse \ static_assert(alignof(GenericItem_C_CanAltUse) == 0x000008, "Wrong alignment on GenericItem_C_CanAltUse"); \ static_assert(sizeof(GenericItem_C_CanAltUse) == 0x000098, "Wrong size on GenericItem_C_CanAltUse"); \ static_assert(offsetof(GenericItem_C_CanAltUse, Hit) == 0x000000, "Member 'GenericItem_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericItem_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_CanAltHoldUse \ static_assert(alignof(GenericItem_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericItem_C_CanAltHoldUse"); \ static_assert(sizeof(GenericItem_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericItem_C_CanAltHoldUse"); \ static_assert(offsetof(GenericItem_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericItem_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericItem_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericItem_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_GetItemSelection \ static_assert(alignof(GenericItem_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericItem_C_GetItemSelection"); \ static_assert(sizeof(GenericItem_C_GetItemSelection) == 0x000130, "Wrong size on GenericItem_C_GetItemSelection"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericItem_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, Player) == 0x000088, "Member 'GenericItem_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericItem_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericItem_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericItem_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AA, "Member 'GenericItem_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AB, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AC, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000B0, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B4, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B8, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C4, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000D0, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000DC, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericItem_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'GenericItem_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericItem_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'GenericItem_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericItem_C_GetItemDurability \ static_assert(alignof(GenericItem_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericItem_C_GetItemDurability"); \ static_assert(sizeof(GenericItem_C_GetItemDurability) == 0x000018, "Wrong size on GenericItem_C_GetItemDurability"); \ static_assert(offsetof(GenericItem_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericItem_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericItem_C \ static_assert(alignof(AGenericItem_C) == 0x000010, "Wrong alignment on AGenericItem_C"); \ static_assert(sizeof(AGenericItem_C) == 0x000430, "Wrong size on AGenericItem_C"); \ static_assert(offsetof(AGenericItem_C, UberGraphFrame) == 0x0003E0, "Member 'AGenericItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, RareLootFX) == 0x0003E8, "Member 'AGenericItem_C::RareLootFX' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, Sphere) == 0x0003F0, "Member 'AGenericItem_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, bStopRotate) == 0x0003F8, "Member 'AGenericItem_C::bStopRotate' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, RotationSpeedMin) == 0x0003FC, "Member 'AGenericItem_C::RotationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, RotationSpeedMax) == 0x000400, "Member 'AGenericItem_C::RotationSpeedMax' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, bIsStatic) == 0x000404, "Member 'AGenericItem_C::bIsStatic' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, bAddSpawnForce) == 0x000405, "Member 'AGenericItem_C::bAddSpawnForce' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, PhysicsTime) == 0x000408, "Member 'AGenericItem_C::PhysicsTime' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, coounter) == 0x00040C, "Member 'AGenericItem_C::coounter' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, ForceVector) == 0x000410, "Member 'AGenericItem_C::ForceVector' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, IsRareItem) == 0x00041C, "Member 'AGenericItem_C::IsRareItem' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, bEnableRareLootFX) == 0x00041D, "Member 'AGenericItem_C::bEnableRareLootFX' has a wrong offset!"); \ static_assert(offsetof(AGenericItem_C, RareLootFXSpawnThreshold) == 0x000420, "Member 'AGenericItem_C::RareLootFXSpawnThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark \ static_assert(alignof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark) == 0x000008, "Wrong alignment on RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark"); \ static_assert(sizeof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark) == 0x000050, "Wrong size on RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, EntryPoint) == 0x000000, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, K2Node_DynamicCast_AsRofleemo_Defender) == 0x000010, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::K2Node_DynamicCast_AsRofleemo_Defender' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_HasAuthority_ReturnValue) == 0x000019, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_ApplyDamage_ReturnValue) == 0x00001C, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_PlayAnimMontage_ReturnValue) == 0x000034, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_FMax_ReturnValue) == 0x000038, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x000048, "Member 'RofleemoDefenderAction_ScareShark_C_ExecuteUbergraph_RofleemoDefenderAction_ScareShark::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoDefenderAction_ScareShark_C \ static_assert(alignof(URofleemoDefenderAction_ScareShark_C) == 0x000008, "Wrong alignment on URofleemoDefenderAction_ScareShark_C"); \ static_assert(sizeof(URofleemoDefenderAction_ScareShark_C) == 0x0000D8, "Wrong size on URofleemoDefenderAction_ScareShark_C"); \ static_assert(offsetof(URofleemoDefenderAction_ScareShark_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoDefenderAction_ScareShark_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareShark_C, RofleemoDefender) == 0x0000C0, "Member 'URofleemoDefenderAction_ScareShark_C::RofleemoDefender' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareShark_C, BaseDamage) == 0x0000C8, "Member 'URofleemoDefenderAction_ScareShark_C::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareShark_C, AnimMontage) == 0x0000D0, "Member 'URofleemoDefenderAction_ScareShark_C::AnimMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIronJunk_C \ static_assert(alignof(AIronJunk_C) == 0x000010, "Wrong alignment on AIronJunk_C"); \ static_assert(sizeof(AIronJunk_C) == 0x000430, "Wrong size on AIronJunk_C"); \ #define DUMPER7_ASSERTS_ALLVT_Tank_T1_C \ static_assert(alignof(ALLVT_Tank_T1_C) == 0x000008, "Wrong alignment on ALLVT_Tank_T1_C"); \ static_assert(sizeof(ALLVT_Tank_T1_C) == 0x000270, "Wrong size on ALLVT_Tank_T1_C"); \ static_assert(offsetof(ALLVT_Tank_T1_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_Tank_T1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACopperJunk_C \ static_assert(alignof(ACopperJunk_C) == 0x000010, "Wrong alignment on ACopperJunk_C"); \ static_assert(sizeof(ACopperJunk_C) == 0x000430, "Wrong size on ACopperJunk_C"); \ #define DUMPER7_ASSERTS_GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox \ static_assert(alignof(GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox) == 0x000008, "Wrong alignment on GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox"); \ static_assert(sizeof(GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox) == 0x000098, "Wrong size on GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox"); \ static_assert(offsetof(GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox, EntryPoint) == 0x000000, "Member 'GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox, K2Node_Event_Hit) == 0x000004, "Member 'GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'GenericAmmoBox_C_ExecuteUbergraph_GenericAmmoBox::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAmmoBox_C_OnUseActor \ static_assert(alignof(GenericAmmoBox_C_OnUseActor) == 0x000008, "Wrong alignment on GenericAmmoBox_C_OnUseActor"); \ static_assert(sizeof(GenericAmmoBox_C_OnUseActor) == 0x000090, "Wrong size on GenericAmmoBox_C_OnUseActor"); \ static_assert(offsetof(GenericAmmoBox_C_OnUseActor, Hit) == 0x000000, "Member 'GenericAmmoBox_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericAmmoBox_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAmmoBox_C_CanUse \ static_assert(alignof(GenericAmmoBox_C_CanUse) == 0x000008, "Wrong alignment on GenericAmmoBox_C_CanUse"); \ static_assert(sizeof(GenericAmmoBox_C_CanUse) == 0x0000D8, "Wrong size on GenericAmmoBox_C_CanUse"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, Hit) == 0x000000, "Member 'GenericAmmoBox_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericAmmoBox_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericAmmoBox_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, bCanAddAmmo) == 0x000091, "Member 'GenericAmmoBox_C_CanUse::bCanAddAmmo' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, Temp_int_Array_Index_Variable) == 0x000094, "Member 'GenericAmmoBox_C_CanUse::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'GenericAmmoBox_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'GenericAmmoBox_C_CanUse::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Map_Values_Values) == 0x0000A0, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B4, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Map_Keys_Keys) == 0x0000B8, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_CanAddAmmo_ReturnValue) == 0x0000D0, "Member 'GenericAmmoBox_C_CanUse::CallFunc_CanAddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_Less_IntInt_ReturnValue) == 0x0000D1, "Member 'GenericAmmoBox_C_CanUse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'GenericAmmoBox_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAmmoBox_C_AddAmmo \ static_assert(alignof(GenericAmmoBox_C_AddAmmo) == 0x000008, "Wrong alignment on GenericAmmoBox_C_AddAmmo"); \ static_assert(sizeof(GenericAmmoBox_C_AddAmmo) == 0x000050, "Wrong size on GenericAmmoBox_C_AddAmmo"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, Player) == 0x000000, "Member 'GenericAmmoBox_C_AddAmmo::Player' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, bAmmoAdded) == 0x000008, "Member 'GenericAmmoBox_C_AddAmmo::bAmmoAdded' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericAmmoBox_C_AddAmmo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'GenericAmmoBox_C_AddAmmo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Map_Values_Values) == 0x000018, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Map_Keys_Keys) == 0x000028, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Array_Get_Item) == 0x000038, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Array_Get_Item_1) == 0x00003C, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_AddAmmo_ReturnValue) == 0x000044, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_AddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAmmoBox_C_AddAmmo, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'GenericAmmoBox_C_AddAmmo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericAmmoBox_C \ static_assert(alignof(AGenericAmmoBox_C) == 0x000010, "Wrong alignment on AGenericAmmoBox_C"); \ static_assert(sizeof(AGenericAmmoBox_C) == 0x000480, "Wrong size on AGenericAmmoBox_C"); \ static_assert(offsetof(AGenericAmmoBox_C, UberGraphFrame_GenericAmmoBox_C) == 0x000428, "Member 'AGenericAmmoBox_C::UberGraphFrame_GenericAmmoBox_C' has a wrong offset!"); \ static_assert(offsetof(AGenericAmmoBox_C, AmmunitionStorage) == 0x000430, "Member 'AGenericAmmoBox_C::AmmunitionStorage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController \ static_assert(alignof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController) == 0x000008, "Wrong alignment on ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController"); \ static_assert(sizeof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController) == 0x000068, "Wrong size on ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, EntryPoint) == 0x000000, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, K2Node_CustomEvent_QueryInstance) == 0x000008, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, K2Node_CustomEvent_QueryStatus) == 0x000010, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000018, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000028, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_Array_Get_Item) == 0x000030, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_K2_GetPawn_ReturnValue) == 0x000038, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, Temp_bool_Has_Been_Initd_Variable) == 0x000040, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, CallFunc_RunEQSQuery_ReturnValue) == 0x000048, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, Temp_bool_IsClosed_Variable) == 0x000050, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'ArenaSwarmController_C_ExecuteUbergraph_ArenaSwarmController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaSwarmController_C_CustomEvent_0 \ static_assert(alignof(ArenaSwarmController_C_CustomEvent_0) == 0x000008, "Wrong alignment on ArenaSwarmController_C_CustomEvent_0"); \ static_assert(sizeof(ArenaSwarmController_C_CustomEvent_0) == 0x000010, "Wrong size on ArenaSwarmController_C_CustomEvent_0"); \ static_assert(offsetof(ArenaSwarmController_C_CustomEvent_0, QueryInstance) == 0x000000, "Member 'ArenaSwarmController_C_CustomEvent_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_C_CustomEvent_0, QueryStatus) == 0x000008, "Member 'ArenaSwarmController_C_CustomEvent_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaSwarmController_C \ static_assert(alignof(AArenaSwarmController_C) == 0x000008, "Wrong alignment on AArenaSwarmController_C"); \ static_assert(sizeof(AArenaSwarmController_C) == 0x0003E8, "Wrong size on AArenaSwarmController_C"); \ static_assert(offsetof(AArenaSwarmController_C, UberGraphFrame_ArenaSwarmController_C) == 0x0003E0, "Member 'AArenaSwarmController_C::UberGraphFrame_ArenaSwarmController_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator \ static_assert(alignof(MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator) == 0x000004, "Wrong alignment on MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator"); \ static_assert(sizeof(MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator) == 0x000004, "Wrong size on MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator"); \ static_assert(offsetof(MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator, EntryPoint) == 0x000000, "Member 'MiasmIndicator_C_ExecuteUbergraph_MiasmIndicator::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMiasmIndicator_C \ static_assert(alignof(UMiasmIndicator_C) == 0x000008, "Wrong alignment on UMiasmIndicator_C"); \ static_assert(sizeof(UMiasmIndicator_C) == 0x000288, "Wrong size on UMiasmIndicator_C"); \ static_assert(offsetof(UMiasmIndicator_C, UberGraphFrame) == 0x000260, "Member 'UMiasmIndicator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMiasmIndicator_C, BG) == 0x000268, "Member 'UMiasmIndicator_C::BG' has a wrong offset!"); \ static_assert(offsetof(UMiasmIndicator_C, Border) == 0x000270, "Member 'UMiasmIndicator_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMiasmIndicator_C, Glow_BG) == 0x000278, "Member 'UMiasmIndicator_C::Glow_BG' has a wrong offset!"); \ static_assert(offsetof(UMiasmIndicator_C, Icon) == 0x000280, "Member 'UMiasmIndicator_C::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmoContainterT1_C \ static_assert(alignof(AAmmoContainterT1_C) == 0x000010, "Wrong alignment on AAmmoContainterT1_C"); \ static_assert(sizeof(AAmmoContainterT1_C) == 0x000480, "Wrong size on AAmmoContainterT1_C"); \ #define DUMPER7_ASSERTS_AAmmoBox_C \ static_assert(alignof(AAmmoBox_C) == 0x000010, "Wrong alignment on AAmmoBox_C"); \ static_assert(sizeof(AAmmoBox_C) == 0x000480, "Wrong size on AAmmoBox_C"); \ #define DUMPER7_ASSERTS_ACatalyst_C \ static_assert(alignof(ACatalyst_C) == 0x000010, "Wrong alignment on ACatalyst_C"); \ static_assert(sizeof(ACatalyst_C) == 0x000430, "Wrong size on ACatalyst_C"); \ #define DUMPER7_ASSERTS_AChemicalJunk_C \ static_assert(alignof(AChemicalJunk_C) == 0x000010, "Wrong alignment on AChemicalJunk_C"); \ static_assert(sizeof(AChemicalJunk_C) == 0x000430, "Wrong size on AChemicalJunk_C"); \ #define DUMPER7_ASSERTS_APolymer_C \ static_assert(alignof(APolymer_C) == 0x000010, "Wrong alignment on APolymer_C"); \ static_assert(sizeof(APolymer_C) == 0x000430, "Wrong size on APolymer_C"); \ #define DUMPER7_ASSERTS_JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right \ static_assert(alignof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right) == 0x000008, "Wrong alignment on JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right"); \ static_assert(sizeof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right) == 0x000090, "Wrong size on JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, EntryPoint) == 0x000000, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_byte_Variable) == 0x000004, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_byte_Variable_1) == 0x000005, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_byte_Variable_2) == 0x000006, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_object_Variable) == 0x000008, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_object_Variable_1) == 0x000010, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_object_Variable_2) == 0x000018, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_object_Variable_3) == 0x000020, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_object_Variable_4) == 0x000028, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, Temp_bool_Variable) == 0x000030, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000038, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_Event_IsGamepadNow) == 0x000040, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_DynamicCast_AsJournal_Controller) == 0x000048, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, CallFunc_GetHUD_ReturnValue) == 0x000060, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_DynamicCast_AsHUD_Interface) == 0x000068, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_Event_Type) == 0x000079, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, CallFunc_GetIsGamepadNow_IsGamepad) == 0x00007A, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_Select_Default) == 0x000080, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right, K2Node_Select_Default_1) == 0x000088, "Member 'JournalNotePage_Right_C_ExecuteUbergraph_JournalNotePage_Right::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_Right_C_SetPageType \ static_assert(alignof(JournalNotePage_Right_C_SetPageType) == 0x000001, "Wrong alignment on JournalNotePage_Right_C_SetPageType"); \ static_assert(sizeof(JournalNotePage_Right_C_SetPageType) == 0x000001, "Wrong size on JournalNotePage_Right_C_SetPageType"); \ static_assert(offsetof(JournalNotePage_Right_C_SetPageType, Type_0) == 0x000000, "Member 'JournalNotePage_Right_C_SetPageType::Type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_Right_C_OnGamepadModeChanged \ static_assert(alignof(JournalNotePage_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalNotePage_Right_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalNotePage_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalNotePage_Right_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalNotePage_Right_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalNotePage_Right_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalNotePage_Right_C \ static_assert(alignof(UJournalNotePage_Right_C) == 0x000008, "Wrong alignment on UJournalNotePage_Right_C"); \ static_assert(sizeof(UJournalNotePage_Right_C) == 0x0002E0, "Wrong size on UJournalNotePage_Right_C"); \ static_assert(offsetof(UJournalNotePage_Right_C, UberGraphFrame_JournalNotePage_Right_C) == 0x0002A8, "Member 'UJournalNotePage_Right_C::UberGraphFrame_JournalNotePage_Right_C' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, Button_38) == 0x0002B0, "Member 'UJournalNotePage_Right_C::Button_38' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, HeaderBG) == 0x0002B8, "Member 'UJournalNotePage_Right_C::HeaderBG' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, Image_153) == 0x0002C0, "Member 'UJournalNotePage_Right_C::Image_153' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, JournalNotePage) == 0x0002C8, "Member 'UJournalNotePage_Right_C::JournalNotePage' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, KeyDisplay) == 0x0002D0, "Member 'UJournalNotePage_Right_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_Right_C, NextButton) == 0x0002D8, "Member 'UJournalNotePage_Right_C::NextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACable_C \ static_assert(alignof(ACable_C) == 0x000010, "Wrong alignment on ACable_C"); \ static_assert(sizeof(ACable_C) == 0x000430, "Wrong size on ACable_C"); \ #define DUMPER7_ASSERTS_ACircuitBoard_C \ static_assert(alignof(ACircuitBoard_C) == 0x000010, "Wrong alignment on ACircuitBoard_C"); \ static_assert(sizeof(ACircuitBoard_C) == 0x000430, "Wrong size on ACircuitBoard_C"); \ #define DUMPER7_ASSERTS_AGarbageOrb_C \ static_assert(alignof(AGarbageOrb_C) == 0x000010, "Wrong alignment on AGarbageOrb_C"); \ static_assert(sizeof(AGarbageOrb_C) == 0x000430, "Wrong size on AGarbageOrb_C"); \ #define DUMPER7_ASSERTS_AVoidoniteAlloy_C \ static_assert(alignof(AVoidoniteAlloy_C) == 0x000010, "Wrong alignment on AVoidoniteAlloy_C"); \ static_assert(sizeof(AVoidoniteAlloy_C) == 0x000430, "Wrong size on AVoidoniteAlloy_C"); \ #define DUMPER7_ASSERTS_USwarm_AtRangedRange_C \ static_assert(alignof(USwarm_AtRangedRange_C) == 0x000008, "Wrong alignment on USwarm_AtRangedRange_C"); \ static_assert(sizeof(USwarm_AtRangedRange_C) == 0x000090, "Wrong size on USwarm_AtRangedRange_C"); \ #define DUMPER7_ASSERTS_Ammo_Spread_C_CanBeLooted \ static_assert(alignof(Ammo_Spread_C_CanBeLooted) == 0x000001, "Wrong alignment on Ammo_Spread_C_CanBeLooted"); \ static_assert(sizeof(Ammo_Spread_C_CanBeLooted) == 0x000002, "Wrong size on Ammo_Spread_C_CanBeLooted"); \ static_assert(offsetof(Ammo_Spread_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Ammo_Spread_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_CanBeLooted, CallFunc_CanBeLooted_ReturnValue) == 0x000001, "Member 'Ammo_Spread_C_CanBeLooted::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ammo_Spread_C_GetItemSelection \ static_assert(alignof(Ammo_Spread_C_GetItemSelection) == 0x000008, "Wrong alignment on Ammo_Spread_C_GetItemSelection"); \ static_assert(sizeof(Ammo_Spread_C_GetItemSelection) == 0x0000B0, "Wrong size on Ammo_Spread_C_GetItemSelection"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, Hit) == 0x000000, "Member 'Ammo_Spread_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, Player) == 0x000088, "Member 'Ammo_Spread_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Ammo_Spread_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Ammo_Spread_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Ammo_Spread_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AA, "Member 'Ammo_Spread_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000AB, "Member 'Ammo_Spread_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, CallFunc_CanAddAmmo_ReturnValue) == 0x0000AC, "Member 'Ammo_Spread_C_GetItemSelection::CallFunc_CanAddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Spread_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AD, "Member 'Ammo_Spread_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmo_Spread_C \ static_assert(alignof(AAmmo_Spread_C) == 0x000010, "Wrong alignment on AAmmo_Spread_C"); \ static_assert(sizeof(AAmmo_Spread_C) == 0x000430, "Wrong size on AAmmo_Spread_C"); \ static_assert(offsetof(AAmmo_Spread_C, AmmoType) == 0x000424, "Member 'AAmmo_Spread_C::AmmoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions \ static_assert(alignof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions) == 0x000008, "Wrong alignment on BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions"); \ static_assert(sizeof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions) == 0x000038, "Wrong size on BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, EntryPoint) == 0x000000, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, K2Node_DynamicCast_AsBug_Tank) == 0x000028, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, CallFunc_BooleanOR_ReturnValue) == 0x000031, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions, CallFunc_BooleanOR_ReturnValue_1) == 0x000032, "Member 'BugTank_StopActions_C_ExecuteUbergraph_BugTank_StopActions::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_StopActions_C \ static_assert(alignof(UBugTank_StopActions_C) == 0x000008, "Wrong alignment on UBugTank_StopActions_C"); \ static_assert(sizeof(UBugTank_StopActions_C) == 0x0000D0, "Wrong size on UBugTank_StopActions_C"); \ static_assert(offsetof(UBugTank_StopActions_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_StopActions_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBugTank_StopActions_C, BugTank) == 0x0000C0, "Member 'UBugTank_StopActions_C::BugTank' has a wrong offset!"); \ static_assert(offsetof(UBugTank_StopActions_C, Delay) == 0x0000C8, "Member 'UBugTank_StopActions_C::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkHaveValidAttack_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkHaveValidAttack_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkHaveValidAttack_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkHaveValidAttack_C_PerformConditionCheck) == 0x000068, "Wrong size on HTN_SharkHaveValidAttack_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_Array_Get_Item) == 0x000030, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_GetAction_ReturnValue) == 0x000040, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_ClassIsChildOf_ReturnValue) == 0x000048, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, K2Node_DynamicCast_AsAIAction_Base) == 0x000050, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::K2Node_DynamicCast_AsAIAction_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_IsValidClass_ReturnValue) == 0x000059, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_IsValidAction_ReturnValue) == 0x00005A, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHaveValidAttack_C_PerformConditionCheck, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'HTN_SharkHaveValidAttack_C_PerformConditionCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkHaveValidAttack_C \ static_assert(alignof(UHTN_SharkHaveValidAttack_C) == 0x000008, "Wrong alignment on UHTN_SharkHaveValidAttack_C"); \ static_assert(sizeof(UHTN_SharkHaveValidAttack_C) == 0x000088, "Wrong size on UHTN_SharkHaveValidAttack_C"); \ #define DUMPER7_ASSERTS_Ammo_Rifle_C_CanBeLooted \ static_assert(alignof(Ammo_Rifle_C_CanBeLooted) == 0x000001, "Wrong alignment on Ammo_Rifle_C_CanBeLooted"); \ static_assert(sizeof(Ammo_Rifle_C_CanBeLooted) == 0x000002, "Wrong size on Ammo_Rifle_C_CanBeLooted"); \ static_assert(offsetof(Ammo_Rifle_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Ammo_Rifle_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_CanBeLooted, CallFunc_CanBeLooted_ReturnValue) == 0x000001, "Member 'Ammo_Rifle_C_CanBeLooted::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ammo_Rifle_C_GetItemSelection \ static_assert(alignof(Ammo_Rifle_C_GetItemSelection) == 0x000008, "Wrong alignment on Ammo_Rifle_C_GetItemSelection"); \ static_assert(sizeof(Ammo_Rifle_C_GetItemSelection) == 0x0000B0, "Wrong size on Ammo_Rifle_C_GetItemSelection"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, Hit) == 0x000000, "Member 'Ammo_Rifle_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, Player) == 0x000088, "Member 'Ammo_Rifle_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Ammo_Rifle_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Ammo_Rifle_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Ammo_Rifle_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AA, "Member 'Ammo_Rifle_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000AB, "Member 'Ammo_Rifle_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, CallFunc_CanAddAmmo_ReturnValue) == 0x0000AC, "Member 'Ammo_Rifle_C_GetItemSelection::CallFunc_CanAddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Rifle_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AD, "Member 'Ammo_Rifle_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmo_Rifle_C \ static_assert(alignof(AAmmo_Rifle_C) == 0x000010, "Wrong alignment on AAmmo_Rifle_C"); \ static_assert(sizeof(AAmmo_Rifle_C) == 0x000430, "Wrong size on AAmmo_Rifle_C"); \ static_assert(offsetof(AAmmo_Rifle_C, AmmoType) == 0x000424, "Member 'AAmmo_Rifle_C::AmmoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed \ static_assert(alignof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed) == 0x000180, "Wrong size on WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, EntryPoint) == 0x000000, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000008, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, Temp_bool_Variable) == 0x000020, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetValueAsInt_ReturnValue) == 0x000024, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetModuleLifetimeData_ReturnValue_1) == 0x000030, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetModuleLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsGeneric_Player_Train_1) == 0x000040, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsGeneric_Player_Train_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_2) == 0x000049, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_Event_NewState) == 0x00004A, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_Event_OldState) == 0x00004B, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_SwitchEnum_CmpSuccess) == 0x00004C, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000050, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000068, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetName_WorkerName) == 0x000070, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetName_WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsBed_Worker_Name) == 0x000088, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsBed_Worker_Name' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_3) == 0x000091, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_CustomEvent_NewOccupier) == 0x000098, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_CustomEvent_NewOccupier' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_CustomEvent_ID) == 0x0000A0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_CustomEvent_ID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_4) == 0x0000A4, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsNew_Rofleemo) == 0x0000A8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_4) == 0x0000B0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_CustomEvent_NewDecor) == 0x0000B8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_CustomEvent_NewDecor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_5) == 0x0000C0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Array_AddUnique_ReturnValue) == 0x0000C4, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_CustomEvent_Decore) == 0x0000C8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_CustomEvent_Decore' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_6) == 0x0000D0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D1, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_Event_bNewMode) == 0x0000D2, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_7) == 0x0000D3, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_K2_SetTimer_ReturnValue) == 0x0000D8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetGameInstance_ReturnValue) == 0x0000E0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000E8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_AsRofleemo_Manager) == 0x0000F8, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_DynamicCast_bSuccess_6) == 0x000100, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_8) == 0x000101, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Length_ReturnValue) == 0x000104, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Keys_Keys) == 0x000108, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Greater_IntInt_ReturnValue) == 0x000118, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Find_Value) == 0x000120, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_CustomEvent_Certain_ID) == 0x00012C, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_CustomEvent_Certain_ID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Find_Value_1) == 0x000130, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_Map_Find_ReturnValue_1) == 0x000138, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000139, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00013A, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x00013B, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_BooleanAND_ReturnValue) == 0x00013C, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, Temp_text_Variable) == 0x000140, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_GetModuleLifetimeData_ReturnValue_2) == 0x000158, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_GetModuleLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, K2Node_Select_Default) == 0x000160, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_HasAuthority_ReturnValue) == 0x000178, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed, CallFunc_IsValid_ReturnValue_9) == 0x000179, "Member 'WagonModule_RofleemoBed_C_ExecuteUbergraph_WagonModule_RofleemoBed::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_FindNewOccupier \ static_assert(alignof(WagonModule_RofleemoBed_C_FindNewOccupier) == 0x000004, "Wrong alignment on WagonModule_RofleemoBed_C_FindNewOccupier"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_FindNewOccupier) == 0x000004, "Wrong size on WagonModule_RofleemoBed_C_FindNewOccupier"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindNewOccupier, Certain_ID) == 0x000000, "Member 'WagonModule_RofleemoBed_C_FindNewOccupier::Certain_ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_EventSetRelocationMode \ static_assert(alignof(WagonModule_RofleemoBed_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on WagonModule_RofleemoBed_C_EventSetRelocationMode"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_EventSetRelocationMode) == 0x000001, "Wrong size on WagonModule_RofleemoBed_C_EventSetRelocationMode"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'WagonModule_RofleemoBed_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_RemoveDecor \ static_assert(alignof(WagonModule_RofleemoBed_C_RemoveDecor) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_RemoveDecor"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_RemoveDecor) == 0x000008, "Wrong size on WagonModule_RofleemoBed_C_RemoveDecor"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_RemoveDecor, Decore) == 0x000000, "Member 'WagonModule_RofleemoBed_C_RemoveDecor::Decore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_AddDecor \ static_assert(alignof(WagonModule_RofleemoBed_C_AddDecor) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_AddDecor"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_AddDecor) == 0x000008, "Wrong size on WagonModule_RofleemoBed_C_AddDecor"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_AddDecor, NewDecor) == 0x000000, "Member 'WagonModule_RofleemoBed_C_AddDecor::NewDecor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_RofleemoBed_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_RofleemoBed_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_RofleemoBed_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_RofleemoBed_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_RofleemoBed_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_SetOccupier \ static_assert(alignof(WagonModule_RofleemoBed_C_SetOccupier) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_SetOccupier"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_SetOccupier) == 0x000010, "Wrong size on WagonModule_RofleemoBed_C_SetOccupier"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_SetOccupier, NewOccupier) == 0x000000, "Member 'WagonModule_RofleemoBed_C_SetOccupier::NewOccupier' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_SetOccupier, ID) == 0x000008, "Member 'WagonModule_RofleemoBed_C_SetOccupier::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_CanUse \ static_assert(alignof(WagonModule_RofleemoBed_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_CanUse"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_CanUse) == 0x000098, "Wrong size on WagonModule_RofleemoBed_C_CanUse"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoBed_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoBed_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoBed_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_CanHoldUse \ static_assert(alignof(WagonModule_RofleemoBed_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_CanHoldUse) == 0x000098, "Wrong size on WagonModule_RofleemoBed_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoBed_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoBed_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoBed_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_CanAltUse \ static_assert(alignof(WagonModule_RofleemoBed_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_CanAltUse"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_CanAltUse) == 0x000098, "Wrong size on WagonModule_RofleemoBed_C_CanAltUse"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoBed_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoBed_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoBed_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_CanAltHoldUse \ static_assert(alignof(WagonModule_RofleemoBed_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_CanAltHoldUse"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_CanAltHoldUse) == 0x000098, "Wrong size on WagonModule_RofleemoBed_C_CanAltHoldUse"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoBed_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoBed_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoBed_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_SetDecor \ static_assert(alignof(WagonModule_RofleemoBed_C_SetDecor) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_SetDecor"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_SetDecor) == 0x000018, "Wrong size on WagonModule_RofleemoBed_C_SetDecor"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_SetDecor, NewDecor) == 0x000000, "Member 'WagonModule_RofleemoBed_C_SetDecor::NewDecor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_SetDecor, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoBed_C_SetDecor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoBed_C_FindDecor \ static_assert(alignof(WagonModule_RofleemoBed_C_FindDecor) == 0x000008, "Wrong alignment on WagonModule_RofleemoBed_C_FindDecor"); \ static_assert(sizeof(WagonModule_RofleemoBed_C_FindDecor) == 0x0000A0, "Wrong size on WagonModule_RofleemoBed_C_FindDecor"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, DecorArray) == 0x000000, "Member 'WagonModule_RofleemoBed_C_FindDecor::DecorArray' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WagonModule_RofleemoBed_C_FindDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WagonModule_RofleemoBed_C_FindDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, K2Node_MakeSet_Set) == 0x000020, "Member 'WagonModule_RofleemoBed_C_FindDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000074, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000080, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_Array_Get_Item) == 0x000090, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_Array_RemoveItem_ReturnValue) == 0x00009C, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_Less_IntInt_ReturnValue) == 0x00009D, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_GetState_ReturnValue) == 0x00009E, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoBed_C_FindDecor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009F, "Member 'WagonModule_RofleemoBed_C_FindDecor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RofleemoBed_C \ static_assert(alignof(AWagonModule_RofleemoBed_C) == 0x000008, "Wrong alignment on AWagonModule_RofleemoBed_C"); \ static_assert(sizeof(AWagonModule_RofleemoBed_C) == 0x000600, "Wrong size on AWagonModule_RofleemoBed_C"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, UberGraphFrame_WagonModule_RofleemoBed_C) == 0x0005B8, "Member 'AWagonModule_RofleemoBed_C::UberGraphFrame_WagonModule_RofleemoBed_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, BuilderZone) == 0x0005C0, "Member 'AWagonModule_RofleemoBed_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, NameWidget) == 0x0005C8, "Member 'AWagonModule_RofleemoBed_C::NameWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, RofleemoPreview) == 0x0005D0, "Member 'AWagonModule_RofleemoBed_C::RofleemoPreview' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, RofleemoPoint) == 0x0005D8, "Member 'AWagonModule_RofleemoBed_C::RofleemoPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, Occupier) == 0x0005E0, "Member 'AWagonModule_RofleemoBed_C::Occupier' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, PlatformDecor) == 0x0005E8, "Member 'AWagonModule_RofleemoBed_C::PlatformDecor' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, RofleemoID) == 0x0005F8, "Member 'AWagonModule_RofleemoBed_C::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoBed_C, BedSearchRadius) == 0x0005FC, "Member 'AWagonModule_RofleemoBed_C::BedSearchRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ammo_Hunter_C_CanBeLooted \ static_assert(alignof(Ammo_Hunter_C_CanBeLooted) == 0x000001, "Wrong alignment on Ammo_Hunter_C_CanBeLooted"); \ static_assert(sizeof(Ammo_Hunter_C_CanBeLooted) == 0x000002, "Wrong size on Ammo_Hunter_C_CanBeLooted"); \ static_assert(offsetof(Ammo_Hunter_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Ammo_Hunter_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_CanBeLooted, CallFunc_CanBeLooted_ReturnValue) == 0x000001, "Member 'Ammo_Hunter_C_CanBeLooted::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ammo_Hunter_C_GetItemSelection \ static_assert(alignof(Ammo_Hunter_C_GetItemSelection) == 0x000008, "Wrong alignment on Ammo_Hunter_C_GetItemSelection"); \ static_assert(sizeof(Ammo_Hunter_C_GetItemSelection) == 0x0000B0, "Wrong size on Ammo_Hunter_C_GetItemSelection"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, Hit) == 0x000000, "Member 'Ammo_Hunter_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, Player) == 0x000088, "Member 'Ammo_Hunter_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Ammo_Hunter_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Ammo_Hunter_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Ammo_Hunter_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AA, "Member 'Ammo_Hunter_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000AB, "Member 'Ammo_Hunter_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, CallFunc_CanAddAmmo_ReturnValue) == 0x0000AC, "Member 'Ammo_Hunter_C_GetItemSelection::CallFunc_CanAddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Hunter_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AD, "Member 'Ammo_Hunter_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmo_Hunter_C \ static_assert(alignof(AAmmo_Hunter_C) == 0x000010, "Wrong alignment on AAmmo_Hunter_C"); \ static_assert(sizeof(AAmmo_Hunter_C) == 0x000430, "Wrong size on AAmmo_Hunter_C"); \ static_assert(offsetof(AAmmo_Hunter_C, AmmoType) == 0x000424, "Member 'AAmmo_Hunter_C::AmmoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IsNotDemo_C_CheckResult \ static_assert(alignof(IsNotDemo_C_CheckResult) == 0x000008, "Wrong alignment on IsNotDemo_C_CheckResult"); \ static_assert(sizeof(IsNotDemo_C_CheckResult) == 0x000028, "Wrong size on IsNotDemo_C_CheckResult"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, Graph) == 0x000000, "Member 'IsNotDemo_C_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, QuestManager) == 0x000008, "Member 'IsNotDemo_C_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, ReturnValue) == 0x000010, "Member 'IsNotDemo_C_CheckResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, CallFunc_GetWorldStateManager_ReturnValue) == 0x000018, "Member 'IsNotDemo_C_CheckResult::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, CallFunc_IsDemo_ReturnValue) == 0x000020, "Member 'IsNotDemo_C_CheckResult::CallFunc_IsDemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'IsNotDemo_C_CheckResult::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IsNotDemo_C_CheckResult, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'IsNotDemo_C_CheckResult::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIsNotDemo_C \ static_assert(alignof(UIsNotDemo_C) == 0x000008, "Wrong alignment on UIsNotDemo_C"); \ static_assert(sizeof(UIsNotDemo_C) == 0x000028, "Wrong size on UIsNotDemo_C"); \ #define DUMPER7_ASSERTS_Ammo_Special_C_CanBeLooted \ static_assert(alignof(Ammo_Special_C_CanBeLooted) == 0x000001, "Wrong alignment on Ammo_Special_C_CanBeLooted"); \ static_assert(sizeof(Ammo_Special_C_CanBeLooted) == 0x000002, "Wrong size on Ammo_Special_C_CanBeLooted"); \ static_assert(offsetof(Ammo_Special_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Ammo_Special_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_CanBeLooted, CallFunc_CanBeLooted_ReturnValue) == 0x000001, "Member 'Ammo_Special_C_CanBeLooted::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ammo_Special_C_GetItemSelection \ static_assert(alignof(Ammo_Special_C_GetItemSelection) == 0x000008, "Wrong alignment on Ammo_Special_C_GetItemSelection"); \ static_assert(sizeof(Ammo_Special_C_GetItemSelection) == 0x0000B0, "Wrong size on Ammo_Special_C_GetItemSelection"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, Hit) == 0x000000, "Member 'Ammo_Special_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, Player) == 0x000088, "Member 'Ammo_Special_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Ammo_Special_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Ammo_Special_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Ammo_Special_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AA, "Member 'Ammo_Special_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000AB, "Member 'Ammo_Special_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, CallFunc_CanAddAmmo_ReturnValue) == 0x0000AC, "Member 'Ammo_Special_C_GetItemSelection::CallFunc_CanAddAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ammo_Special_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AD, "Member 'Ammo_Special_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmo_Special_C \ static_assert(alignof(AAmmo_Special_C) == 0x000010, "Wrong alignment on AAmmo_Special_C"); \ static_assert(sizeof(AAmmo_Special_C) == 0x000430, "Wrong size on AAmmo_Special_C"); \ static_assert(offsetof(AAmmo_Special_C, AmmoType) == 0x000424, "Member 'AAmmo_Special_C::AmmoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArmorPlate_2_C \ static_assert(alignof(AArmorPlate_2_C) == 0x000010, "Wrong alignment on AArmorPlate_2_C"); \ static_assert(sizeof(AArmorPlate_2_C) == 0x000540, "Wrong size on AArmorPlate_2_C"); \ #define DUMPER7_ASSERTS_AScrapMetal_C \ static_assert(alignof(AScrapMetal_C) == 0x000010, "Wrong alignment on AScrapMetal_C"); \ static_assert(sizeof(AScrapMetal_C) == 0x000430, "Wrong size on AScrapMetal_C"); \ #define DUMPER7_ASSERTS_AMainMenuPawn_C \ static_assert(alignof(AMainMenuPawn_C) == 0x000008, "Wrong alignment on AMainMenuPawn_C"); \ static_assert(sizeof(AMainMenuPawn_C) == 0x0002A8, "Wrong size on AMainMenuPawn_C"); \ #define DUMPER7_ASSERTS_GenericWater_C_ExecuteUbergraph_GenericWater \ static_assert(alignof(GenericWater_C_ExecuteUbergraph_GenericWater) == 0x000008, "Wrong alignment on GenericWater_C_ExecuteUbergraph_GenericWater"); \ static_assert(sizeof(GenericWater_C_ExecuteUbergraph_GenericWater) == 0x0000D0, "Wrong size on GenericWater_C_ExecuteUbergraph_GenericWater"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, EntryPoint) == 0x000000, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_HasAuthority_ReturnValue) == 0x00000C, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, K2Node_Event_Hit) == 0x000010, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, K2Node_Event_PlayerCharacter) == 0x000098, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A4, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A8, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000AC, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_GetGameInstance_ReturnValue) == 0x0000B0, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_ApplyDamage_ReturnValue) == 0x0000B8, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000C0, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_IsVoidTechLearned_ReturnValue) == 0x0000CA, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_ExecuteUbergraph_GenericWater, CallFunc_SelectFloat_ReturnValue) == 0x0000CC, "Member 'GenericWater_C_ExecuteUbergraph_GenericWater::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWater_C_OnUseActor \ static_assert(alignof(GenericWater_C_OnUseActor) == 0x000008, "Wrong alignment on GenericWater_C_OnUseActor"); \ static_assert(sizeof(GenericWater_C_OnUseActor) == 0x000090, "Wrong size on GenericWater_C_OnUseActor"); \ static_assert(offsetof(GenericWater_C_OnUseActor, Hit) == 0x000000, "Member 'GenericWater_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWater_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericWater_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWater_C \ static_assert(alignof(AGenericWater_C) == 0x000010, "Wrong alignment on AGenericWater_C"); \ static_assert(sizeof(AGenericWater_C) == 0x000440, "Wrong size on AGenericWater_C"); \ static_assert(offsetof(AGenericWater_C, UberGraphFrame_GenericWater_C) == 0x000428, "Member 'AGenericWater_C::UberGraphFrame_GenericWater_C' has a wrong offset!"); \ static_assert(offsetof(AGenericWater_C, AddStatPercentDefault) == 0x000430, "Member 'AGenericWater_C::AddStatPercentDefault' has a wrong offset!"); \ static_assert(offsetof(AGenericWater_C, DamagePercent) == 0x000434, "Member 'AGenericWater_C::DamagePercent' has a wrong offset!"); \ static_assert(offsetof(AGenericWater_C, AddStatPercentDefaultViaPerk) == 0x000438, "Member 'AGenericWater_C::AddStatPercentDefaultViaPerk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericSeeds_C \ static_assert(alignof(AGenericSeeds_C) == 0x000010, "Wrong alignment on AGenericSeeds_C"); \ static_assert(sizeof(AGenericSeeds_C) == 0x000430, "Wrong size on AGenericSeeds_C"); \ #define DUMPER7_ASSERTS_AOrganicSeeds_C \ static_assert(alignof(AOrganicSeeds_C) == 0x000010, "Wrong alignment on AOrganicSeeds_C"); \ static_assert(sizeof(AOrganicSeeds_C) == 0x000430, "Wrong size on AOrganicSeeds_C"); \ #define DUMPER7_ASSERTS_GenericFood_C_ExecuteUbergraph_GenericFood \ static_assert(alignof(GenericFood_C_ExecuteUbergraph_GenericFood) == 0x000008, "Wrong alignment on GenericFood_C_ExecuteUbergraph_GenericFood"); \ static_assert(sizeof(GenericFood_C_ExecuteUbergraph_GenericFood) == 0x0000E0, "Wrong size on GenericFood_C_ExecuteUbergraph_GenericFood"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, EntryPoint) == 0x000000, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_Event_Hit) == 0x000008, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000098, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A4, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A8, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000AC, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_ApplyDamage_ReturnValue) == 0x0000B0, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_GetGameInstance_ReturnValue) == 0x0000B8, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000C0, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, K2Node_MakeStruct_VoidTechTypeInfo) == 0x0000CC, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_IsVoidTechLearned_ReturnValue) == 0x0000D4, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_ExecuteUbergraph_GenericFood, CallFunc_SelectFloat_ReturnValue) == 0x0000D8, "Member 'GenericFood_C_ExecuteUbergraph_GenericFood::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFood_C_OnUseActor \ static_assert(alignof(GenericFood_C_OnUseActor) == 0x000008, "Wrong alignment on GenericFood_C_OnUseActor"); \ static_assert(sizeof(GenericFood_C_OnUseActor) == 0x000090, "Wrong size on GenericFood_C_OnUseActor"); \ static_assert(offsetof(GenericFood_C_OnUseActor, Hit) == 0x000000, "Member 'GenericFood_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericFood_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericFood_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFood_C \ static_assert(alignof(AGenericFood_C) == 0x000010, "Wrong alignment on AGenericFood_C"); \ static_assert(sizeof(AGenericFood_C) == 0x000450, "Wrong size on AGenericFood_C"); \ static_assert(offsetof(AGenericFood_C, UberGraphFrame_GenericFood_C) == 0x000428, "Member 'AGenericFood_C::UberGraphFrame_GenericFood_C' has a wrong offset!"); \ static_assert(offsetof(AGenericFood_C, Sound_On_Use) == 0x000430, "Member 'AGenericFood_C::Sound_On_Use' has a wrong offset!"); \ static_assert(offsetof(AGenericFood_C, AddStatPercentDefault) == 0x000438, "Member 'AGenericFood_C::AddStatPercentDefault' has a wrong offset!"); \ static_assert(offsetof(AGenericFood_C, DamagePercent) == 0x00043C, "Member 'AGenericFood_C::DamagePercent' has a wrong offset!"); \ static_assert(offsetof(AGenericFood_C, AddStatPercentDefaultViaPerk) == 0x000440, "Member 'AGenericFood_C::AddStatPercentDefaultViaPerk' has a wrong offset!"); \ static_assert(offsetof(AGenericFood_C, ProviantValue) == 0x000444, "Member 'AGenericFood_C::ProviantValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericEquippableLootItem_C_CanBeLooted \ static_assert(alignof(GenericEquippableLootItem_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericEquippableLootItem_C_CanBeLooted"); \ static_assert(sizeof(GenericEquippableLootItem_C_CanBeLooted) == 0x000001, "Wrong size on GenericEquippableLootItem_C_CanBeLooted"); \ static_assert(offsetof(GenericEquippableLootItem_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericEquippableLootItem_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericEquippableLootItem_C \ static_assert(alignof(AGenericEquippableLootItem_C) == 0x000010, "Wrong alignment on AGenericEquippableLootItem_C"); \ static_assert(sizeof(AGenericEquippableLootItem_C) == 0x0004F0, "Wrong size on AGenericEquippableLootItem_C"); \ static_assert(offsetof(AGenericEquippableLootItem_C, DefaultSceneRoot) == 0x0004E0, "Member 'AGenericEquippableLootItem_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASealant_C \ static_assert(alignof(ASealant_C) == 0x000010, "Wrong alignment on ASealant_C"); \ static_assert(sizeof(ASealant_C) == 0x000430, "Wrong size on ASealant_C"); \ #define DUMPER7_ASSERTS_HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck \ static_assert(alignof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck) == 0x000040, "Wrong size on HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, K2Node_DynamicCast_AsBug_Base) == 0x000020, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::K2Node_DynamicCast_AsBug_Base' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CallFunc_GetType_ReturnValue) == 0x00003A, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CallFunc_GetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003B, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00003C, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck, CallFunc_BooleanOR_ReturnValue) == 0x00003D, "Member 'HTNDecoratorIsUnderStatusEffect_C_PerformConditionCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecoratorIsUnderStatusEffect_C \ static_assert(alignof(UHTNDecoratorIsUnderStatusEffect_C) == 0x000008, "Wrong alignment on UHTNDecoratorIsUnderStatusEffect_C"); \ static_assert(sizeof(UHTNDecoratorIsUnderStatusEffect_C) == 0x000088, "Wrong size on UHTNDecoratorIsUnderStatusEffect_C"); \ #define DUMPER7_ASSERTS_ARubber_C \ static_assert(alignof(ARubber_C) == 0x000010, "Wrong alignment on ARubber_C"); \ static_assert(sizeof(ARubber_C) == 0x000430, "Wrong size on ARubber_C"); \ #define DUMPER7_ASSERTS_ASprayerPaint_White_C \ static_assert(alignof(ASprayerPaint_White_C) == 0x000010, "Wrong alignment on ASprayerPaint_White_C"); \ static_assert(sizeof(ASprayerPaint_White_C) == 0x000430, "Wrong size on ASprayerPaint_White_C"); \ #define DUMPER7_ASSERTS_AFullMeal_C \ static_assert(alignof(AFullMeal_C) == 0x000010, "Wrong alignment on AFullMeal_C"); \ static_assert(sizeof(AFullMeal_C) == 0x000450, "Wrong size on AFullMeal_C"); \ #define DUMPER7_ASSERTS_ABrassWire_C \ static_assert(alignof(ABrassWire_C) == 0x000010, "Wrong alignment on ABrassWire_C"); \ static_assert(sizeof(ABrassWire_C) == 0x000430, "Wrong size on ABrassWire_C"); \ #define DUMPER7_ASSERTS_GenericArmor_C_GetItemSelection \ static_assert(alignof(GenericArmor_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericArmor_C_GetItemSelection"); \ static_assert(sizeof(GenericArmor_C_GetItemSelection) == 0x000130, "Wrong size on GenericArmor_C_GetItemSelection"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericArmor_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, Player) == 0x000088, "Member 'GenericArmor_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericArmor_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericArmor_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericArmor_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericArmor_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'GenericArmor_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmor_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'GenericArmor_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmor_C_GetItemDurability \ static_assert(alignof(GenericArmor_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericArmor_C_GetItemDurability"); \ static_assert(sizeof(GenericArmor_C_GetItemDurability) == 0x000018, "Wrong size on GenericArmor_C_GetItemDurability"); \ static_assert(offsetof(GenericArmor_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericArmor_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericArmor_C \ static_assert(alignof(AGenericArmor_C) == 0x000010, "Wrong alignment on AGenericArmor_C"); \ static_assert(sizeof(AGenericArmor_C) == 0x0004F0, "Wrong size on AGenericArmor_C"); \ #define DUMPER7_ASSERTS_UGameInstance_C \ static_assert(alignof(UGameInstance_C) == 0x000008, "Wrong alignment on UGameInstance_C"); \ static_assert(sizeof(UGameInstance_C) == 0x000460, "Wrong size on UGameInstance_C"); \ #define DUMPER7_ASSERTS_ABP_Book_C_ExecuteUbergraph_ABP_Book \ static_assert(alignof(ABP_Book_C_ExecuteUbergraph_ABP_Book) == 0x000008, "Wrong alignment on ABP_Book_C_ExecuteUbergraph_ABP_Book"); \ static_assert(sizeof(ABP_Book_C_ExecuteUbergraph_ABP_Book) == 0x000028, "Wrong size on ABP_Book_C_ExecuteUbergraph_ABP_Book"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, EntryPoint) == 0x000000, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, K2Node_DynamicCast_AsBook) == 0x000010, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::K2Node_DynamicCast_AsBook' has a wrong offset!"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Book_C_ExecuteUbergraph_ABP_Book, CallFunc_IsEquipped_ReturnValue) == 0x000020, "Member 'ABP_Book_C_ExecuteUbergraph_ABP_Book::CallFunc_IsEquipped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Book_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Book_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Book_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Book_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Book_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Book_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Book_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Book_C_AnimGraph \ static_assert(alignof(ABP_Book_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Book_C_AnimGraph"); \ static_assert(sizeof(ABP_Book_C_AnimGraph) == 0x000010, "Wrong size on ABP_Book_C_AnimGraph"); \ static_assert(offsetof(ABP_Book_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Book_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Book_C \ static_assert(alignof(UABP_Book_C) == 0x000010, "Wrong alignment on UABP_Book_C"); \ static_assert(sizeof(UABP_Book_C) == 0x0004F0, "Wrong size on UABP_Book_C"); \ static_assert(offsetof(UABP_Book_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Book_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Book_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, AnimGraphNode_SequencePlayer_1) == 0x0002F8, "Member 'UABP_Book_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, AnimGraphNode_Slot) == 0x000378, "Member 'UABP_Book_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, AnimGraphNode_BlendListByBool) == 0x0003C0, "Member 'UABP_Book_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, AnimGraphNode_SequencePlayer) == 0x000460, "Member 'UABP_Book_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Book_C, bEquipped) == 0x0004E0, "Member 'UABP_Book_C::bEquipped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory \ static_assert(alignof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory) == 0x000008, "Wrong alignment on Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory"); \ static_assert(sizeof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory) == 0x0000D8, "Wrong size on Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, EntryPoint) == 0x000000, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, K2Node_CustomEvent_InventoryComponent) == 0x000008, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::K2Node_CustomEvent_InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_GetPlayerName_ReturnValue) == 0x000018, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, K2Node_MakeStruct_SlateColor_1) == 0x000068, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, K2Node_CreateDelegate_OutputDelegate) == 0x000094, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A4, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_IsValid_ReturnValue_1) == 0x0000B4, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_GetIsEnabled_ReturnValue) == 0x0000B5, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_PlayEvent2D_ReturnValue) == 0x0000B8, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0000C0, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_PlayEvent2D_ReturnValue_2) == 0x0000C8, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory, CallFunc_PlayEvent2D_ReturnValue_3) == 0x0000D0, "Member 'Inventory2_PlayerInventory_C_ExecuteUbergraph_Inventory2_PlayerInventory::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_PlayerInventory_C_ini \ static_assert(alignof(Inventory2_PlayerInventory_C_ini) == 0x000008, "Wrong alignment on Inventory2_PlayerInventory_C_ini"); \ static_assert(sizeof(Inventory2_PlayerInventory_C_ini) == 0x000008, "Wrong size on Inventory2_PlayerInventory_C_ini"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_ini, InventoryComponent) == 0x000000, "Member 'Inventory2_PlayerInventory_C_ini::InventoryComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_PlayerInventory_C_OnMouseButtonDown \ static_assert(alignof(Inventory2_PlayerInventory_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on Inventory2_PlayerInventory_C_OnMouseButtonDown"); \ static_assert(sizeof(Inventory2_PlayerInventory_C_OnMouseButtonDown) == 0x000218, "Wrong size on Inventory2_PlayerInventory_C_OnMouseButtonDown"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick \ static_assert(alignof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'Inventory2_PlayerInventory_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_PlayerInventory_C_DisplayOutlyingItems \ static_assert(alignof(Inventory2_PlayerInventory_C_DisplayOutlyingItems) == 0x000008, "Wrong alignment on Inventory2_PlayerInventory_C_DisplayOutlyingItems"); \ static_assert(sizeof(Inventory2_PlayerInventory_C_DisplayOutlyingItems) == 0x000088, "Wrong size on Inventory2_PlayerInventory_C_DisplayOutlyingItems"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_GetOutlyingItems_ReturnValue) == 0x000010, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_GetOutlyingItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_Array_Get_Item) == 0x000028, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_BreakVector2D_X) == 0x000044, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_FTrunc_ReturnValue) == 0x00004C, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_FTrunc_ReturnValue_1) == 0x000050, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, K2Node_MakeStruct_CellCoord) == 0x000054, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_GET_DATA_InventoryWidgets) == 0x000060, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(Inventory2_PlayerInventory_C_DisplayOutlyingItems, CallFunc_GET_DATA_OK) == 0x000080, "Member 'Inventory2_PlayerInventory_C_DisplayOutlyingItems::CallFunc_GET_DATA_OK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_PlayerInventory_C \ static_assert(alignof(UInventory2_PlayerInventory_C) == 0x000008, "Wrong alignment on UInventory2_PlayerInventory_C"); \ static_assert(sizeof(UInventory2_PlayerInventory_C) == 0x000308, "Wrong size on UInventory2_PlayerInventory_C"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_PlayerInventory_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, Button_91) == 0x000268, "Member 'UInventory2_PlayerInventory_C::Button_91' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, CanvasPanel_0) == 0x000270, "Member 'UInventory2_PlayerInventory_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, HeaderBack) == 0x000278, "Member 'UInventory2_PlayerInventory_C::HeaderBack' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, Image_99) == 0x000280, "Member 'UInventory2_PlayerInventory_C::Image_99' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, Inventory2_Description) == 0x000288, "Member 'UInventory2_PlayerInventory_C::Inventory2_Description' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, InventoryBack) == 0x000290, "Member 'UInventory2_PlayerInventory_C::InventoryBack' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, InventoryPanel) == 0x000298, "Member 'UInventory2_PlayerInventory_C::InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, PlayerName) == 0x0002A0, "Member 'UInventory2_PlayerInventory_C::PlayerName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, SortButton) == 0x0002A8, "Member 'UInventory2_PlayerInventory_C::SortButton' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, SortInventoryKey) == 0x0002B0, "Member 'UInventory2_PlayerInventory_C::SortInventoryKey' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, SortInventoryKeyHint) == 0x0002B8, "Member 'UInventory2_PlayerInventory_C::SortInventoryKeyHint' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, StoreMatchingButton) == 0x0002C0, "Member 'UInventory2_PlayerInventory_C::StoreMatchingButton' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, StoreMatchingIcon) == 0x0002C8, "Member 'UInventory2_PlayerInventory_C::StoreMatchingIcon' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, StoreMatchingKeyHint) == 0x0002D0, "Member 'UInventory2_PlayerInventory_C::StoreMatchingKeyHint' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, StoreMatchingLabel) == 0x0002D8, "Member 'UInventory2_PlayerInventory_C::StoreMatchingLabel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, StoreMatchingPress) == 0x0002E0, "Member 'UInventory2_PlayerInventory_C::StoreMatchingPress' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, InventoryUpdated) == 0x0002F0, "Member 'UInventory2_PlayerInventory_C::InventoryUpdated' has a wrong offset!"); \ static_assert(offsetof(UInventory2_PlayerInventory_C, Inventory_Component) == 0x000300, "Member 'UInventory2_PlayerInventory_C::Inventory_Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Hook_C_ExecuteUbergraph_ABP_Hook \ static_assert(alignof(ABP_Hook_C_ExecuteUbergraph_ABP_Hook) == 0x000004, "Wrong alignment on ABP_Hook_C_ExecuteUbergraph_ABP_Hook"); \ static_assert(sizeof(ABP_Hook_C_ExecuteUbergraph_ABP_Hook) == 0x000004, "Wrong size on ABP_Hook_C_ExecuteUbergraph_ABP_Hook"); \ static_assert(offsetof(ABP_Hook_C_ExecuteUbergraph_ABP_Hook, EntryPoint) == 0x000000, "Member 'ABP_Hook_C_ExecuteUbergraph_ABP_Hook::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Hook_C_AnimGraph \ static_assert(alignof(ABP_Hook_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Hook_C_AnimGraph"); \ static_assert(sizeof(ABP_Hook_C_AnimGraph) == 0x000010, "Wrong size on ABP_Hook_C_AnimGraph"); \ static_assert(offsetof(ABP_Hook_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Hook_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Hook_C \ static_assert(alignof(UABP_Hook_C) == 0x000010, "Wrong alignment on UABP_Hook_C"); \ static_assert(sizeof(UABP_Hook_C) == 0x000340, "Wrong size on UABP_Hook_C"); \ static_assert(offsetof(UABP_Hook_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Hook_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Hook_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Hook_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Hook_C, AnimGraphNode_Slot) == 0x0002F8, "Member 'UABP_Hook_C::AnimGraphNode_Slot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_ExecuteUbergraph_Uroboros \ static_assert(alignof(Uroboros_C_ExecuteUbergraph_Uroboros) == 0x000008, "Wrong alignment on Uroboros_C_ExecuteUbergraph_Uroboros"); \ static_assert(sizeof(Uroboros_C_ExecuteUbergraph_Uroboros) == 0x0001C0, "Wrong size on Uroboros_C_ExecuteUbergraph_Uroboros"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, EntryPoint) == 0x000000, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_Event_HitResult) == 0x000004, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_Event_DamageType) == 0x000090, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_Event_PawnInstigator) == 0x000098, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_Event_ImpulseDir) == 0x0000A0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_HasAuthority_ReturnValue) == 0x0000AC, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, Temp_int_Array_Index_Variable) == 0x0000C4, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, Temp_int_Loop_Counter_Variable_1) == 0x0000CC, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, Temp_int_Array_Index_Variable_1) == 0x0000D4, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetAIController_ReturnValue) == 0x0000D8, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_RunHTN_ReturnValue) == 0x0000E0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetAllActions_ReturnValue) == 0x0000E8, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetAllActions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetAIDirectorManager_ReturnValue) == 0x0000F8, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_Get_Item) == 0x000100, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_AsUroboros_Attack_Base) == 0x000110, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_AsUroboros_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Less_IntInt_ReturnValue) == 0x000119, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00011C, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000128, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000138, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetIsEventDepot_bResult) == 0x000141, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetIsEventDepot_bResult' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_GetRegisteredTeslaCatch_RegisteredTeslaCatch) == 0x000148, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_GetRegisteredTeslaCatch_RegisteredTeslaCatch' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Less_IntInt_ReturnValue_1) == 0x000164, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Not_PreBool_ReturnValue) == 0x000165, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_CustomEvent_TeslaCatchActor) == 0x000168, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_CustomEvent_TeslaCatchActor' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_BooleanAND_ReturnValue) == 0x000170, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_IsValid_ReturnValue_1) == 0x000171, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_AsSnake_Tesla_Catch) == 0x000178, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_AsSnake_Tesla_Catch' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_DynamicCast_bSuccess_2) == 0x000180, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_RemoveItem_ReturnValue) == 0x000181, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Not_PreBool_ReturnValue_1) == 0x000182, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_AddUnique_ReturnValue) == 0x000184, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_BooleanAND_ReturnValue_1) == 0x000188, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, CallFunc_Array_AddUnique_ReturnValue_1) == 0x00018C, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_MakeArray_Array) == 0x000190, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001A0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ExecuteUbergraph_Uroboros, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'Uroboros_C_ExecuteUbergraph_Uroboros::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_RagdollPlayHit \ static_assert(alignof(Uroboros_C_RagdollPlayHit) == 0x000008, "Wrong alignment on Uroboros_C_RagdollPlayHit"); \ static_assert(sizeof(Uroboros_C_RagdollPlayHit) == 0x0000A8, "Wrong size on Uroboros_C_RagdollPlayHit"); \ static_assert(offsetof(Uroboros_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'Uroboros_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'Uroboros_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'Uroboros_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'Uroboros_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_OnTeslaCatchUpdate \ static_assert(alignof(Uroboros_C_OnTeslaCatchUpdate) == 0x000008, "Wrong alignment on Uroboros_C_OnTeslaCatchUpdate"); \ static_assert(sizeof(Uroboros_C_OnTeslaCatchUpdate) == 0x000008, "Wrong size on Uroboros_C_OnTeslaCatchUpdate"); \ static_assert(offsetof(Uroboros_C_OnTeslaCatchUpdate, TeslaCatchActor) == 0x000000, "Member 'Uroboros_C_OnTeslaCatchUpdate::TeslaCatchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_ThrowFireball \ static_assert(alignof(Uroboros_C_ThrowFireball) == 0x000010, "Wrong alignment on Uroboros_C_ThrowFireball"); \ static_assert(sizeof(Uroboros_C_ThrowFireball) == 0x000070, "Wrong size on Uroboros_C_ThrowFireball"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_GetSocketLocation_ReturnValue) == 0x000000, "Member 'Uroboros_C_ThrowFireball::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'Uroboros_C_ThrowFireball::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Uroboros_C_ThrowFireball::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_FindLookAtRotation_ReturnValue) == 0x00001C, "Member 'Uroboros_C_ThrowFireball::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'Uroboros_C_ThrowFireball::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000060, "Member 'Uroboros_C_ThrowFireball::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowFireball, CallFunc_FinishSpawningActor_ReturnValue) == 0x000068, "Member 'Uroboros_C_ThrowFireball::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_ThrowClod \ static_assert(alignof(Uroboros_C_ThrowClod) == 0x000010, "Wrong alignment on Uroboros_C_ThrowClod"); \ static_assert(sizeof(Uroboros_C_ThrowClod) == 0x000070, "Wrong size on Uroboros_C_ThrowClod"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_GetSocketLocation_ReturnValue) == 0x000000, "Member 'Uroboros_C_ThrowClod::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'Uroboros_C_ThrowClod::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Uroboros_C_ThrowClod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_FindLookAtRotation_ReturnValue) == 0x00001C, "Member 'Uroboros_C_ThrowClod::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'Uroboros_C_ThrowClod::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000060, "Member 'Uroboros_C_ThrowClod::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowClod, CallFunc_FinishSpawningActor_ReturnValue) == 0x000068, "Member 'Uroboros_C_ThrowClod::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_MakeEarthquake \ static_assert(alignof(Uroboros_C_MakeEarthquake) == 0x000008, "Wrong alignment on Uroboros_C_MakeEarthquake"); \ static_assert(sizeof(Uroboros_C_MakeEarthquake) == 0x000068, "Wrong size on Uroboros_C_MakeEarthquake"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, Effect) == 0x000000, "Member 'Uroboros_C_MakeEarthquake::Effect' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Uroboros_C_MakeEarthquake::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_PlayEvent2D_ReturnValue) == 0x000010, "Member 'Uroboros_C_MakeEarthquake::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'Uroboros_C_MakeEarthquake::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_Start_ReturnValue) == 0x00001C, "Member 'Uroboros_C_MakeEarthquake::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'Uroboros_C_MakeEarthquake::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_GetGameState_ReturnValue) == 0x000028, "Member 'Uroboros_C_MakeEarthquake::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Uroboros_C_MakeEarthquake::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_Array_Get_Item) == 0x000038, "Member 'Uroboros_C_MakeEarthquake::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Uroboros_C_MakeEarthquake::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'Uroboros_C_MakeEarthquake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_CreateEffect_ReturnValue) == 0x000048, "Member 'Uroboros_C_MakeEarthquake::CallFunc_CreateEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'Uroboros_C_MakeEarthquake::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000058, "Member 'Uroboros_C_MakeEarthquake::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_MakeEarthquake, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'Uroboros_C_MakeEarthquake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_UpdateRopes \ static_assert(alignof(Uroboros_C_UpdateRopes) == 0x000008, "Wrong alignment on Uroboros_C_UpdateRopes"); \ static_assert(sizeof(Uroboros_C_UpdateRopes) == 0x000090, "Wrong size on Uroboros_C_UpdateRopes"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'Uroboros_C_UpdateRopes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'Uroboros_C_UpdateRopes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Uroboros_C_UpdateRopes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'Uroboros_C_UpdateRopes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'Uroboros_C_UpdateRopes::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'Uroboros_C_UpdateRopes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_AddComponentByClass_ReturnValue) == 0x000028, "Member 'Uroboros_C_UpdateRopes::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'Uroboros_C_UpdateRopes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_Get_Item) == 0x000038, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'Uroboros_C_UpdateRopes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, K2Node_DynamicCast_AsSnake_Tesla_Catch) == 0x000058, "Member 'Uroboros_C_UpdateRopes::K2Node_DynamicCast_AsSnake_Tesla_Catch' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'Uroboros_C_UpdateRopes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'Uroboros_C_UpdateRopes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_FindClosestFreeCollar_Output) == 0x000068, "Member 'Uroboros_C_UpdateRopes::CallFunc_FindClosestFreeCollar_Output' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_RemoveItem_ReturnValue) == 0x000070, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000071, "Member 'Uroboros_C_UpdateRopes::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000072, "Member 'Uroboros_C_UpdateRopes::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000073, "Member 'Uroboros_C_UpdateRopes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000074, "Member 'Uroboros_C_UpdateRopes::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Vector_Distance_ReturnValue) == 0x000080, "Member 'Uroboros_C_UpdateRopes::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000084, "Member 'Uroboros_C_UpdateRopes::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_UpdateRopes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'Uroboros_C_UpdateRopes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_FindClosestFreeCollar \ static_assert(alignof(Uroboros_C_FindClosestFreeCollar) == 0x000008, "Wrong alignment on Uroboros_C_FindClosestFreeCollar"); \ static_assert(sizeof(Uroboros_C_FindClosestFreeCollar) == 0x000128, "Wrong size on Uroboros_C_FindClosestFreeCollar"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, TeslaCatchActor) == 0x000000, "Member 'Uroboros_C_FindClosestFreeCollar::TeslaCatchActor' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, Output) == 0x000008, "Member 'Uroboros_C_FindClosestFreeCollar::Output' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, ClosestMesh) == 0x000010, "Member 'Uroboros_C_FindClosestFreeCollar::ClosestMesh' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, ClosestDistance) == 0x000018, "Member 'Uroboros_C_FindClosestFreeCollar::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, Temp_bool_Variable) == 0x00001C, "Member 'Uroboros_C_FindClosestFreeCollar::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00002C, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, Temp_int_Array_Index_Variable) == 0x000038, "Member 'Uroboros_C_FindClosestFreeCollar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'Uroboros_C_FindClosestFreeCollar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000044, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000050, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_GetForwardVector_ReturnValue) == 0x00005C, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000068, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000074, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_GetForwardVector_ReturnValue_1) == 0x000080, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00008C, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_VSizeXY_ReturnValue) == 0x000098, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x00009C, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_SelectFloat_ReturnValue) == 0x0000B0, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, K2Node_Select_Default) == 0x0000B8, "Member 'Uroboros_C_FindClosestFreeCollar::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C8, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000E0, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000E4, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000EC, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_MakeRotator_ReturnValue) == 0x0000F0, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000FC, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000108, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Add_VectorVector_ReturnValue) == 0x000114, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000120, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_FindClosestFreeCollar, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'Uroboros_C_FindClosestFreeCollar::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_OnBreakCollar \ static_assert(alignof(Uroboros_C_OnBreakCollar) == 0x000001, "Wrong alignment on Uroboros_C_OnBreakCollar"); \ static_assert(sizeof(Uroboros_C_OnBreakCollar) == 0x000002, "Wrong size on Uroboros_C_OnBreakCollar"); \ static_assert(offsetof(Uroboros_C_OnBreakCollar, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'Uroboros_C_OnBreakCollar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_OnBreakCollar, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'Uroboros_C_OnBreakCollar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_C_ThrowCollarMesh \ static_assert(alignof(Uroboros_C_ThrowCollarMesh) == 0x000010, "Wrong alignment on Uroboros_C_ThrowCollarMesh"); \ static_assert(sizeof(Uroboros_C_ThrowCollarMesh) == 0x0000D0, "Wrong size on Uroboros_C_ThrowCollarMesh"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, InMesh) == 0x000000, "Member 'Uroboros_C_ThrowCollarMesh::InMesh' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, ThrowAngle) == 0x000008, "Member 'Uroboros_C_ThrowCollarMesh::ThrowAngle' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_MakeRotator_ReturnValue) == 0x000040, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_TransformRotation_ReturnValue) == 0x00004C, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_TransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000060, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_GetForwardVector_ReturnValue) == 0x000090, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A8, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B8, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_C_ThrowCollarMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x0000C0, "Member 'Uroboros_C_ThrowCollarMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroboros_C \ static_assert(alignof(AUroboros_C) == 0x000010, "Wrong alignment on AUroboros_C"); \ static_assert(sizeof(AUroboros_C) == 0x000F50, "Wrong size on AUroboros_C"); \ static_assert(offsetof(AUroboros_C, UberGraphFrame_Uroboros_C) == 0x000EA8, "Member 'AUroboros_C::UberGraphFrame_Uroboros_C' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, FX_UroborosBreath) == 0x000EB0, "Member 'AUroboros_C::FX_UroborosBreath' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, Uroboros_Skin) == 0x000EB8, "Member 'AUroboros_C::Uroboros_Skin' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, Uroboros_Idle) == 0x000EC0, "Member 'AUroboros_C::Uroboros_Idle' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_06) == 0x000EC8, "Member 'AUroboros_C::S_UroborosCollar_06' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_05) == 0x000ED0, "Member 'AUroboros_C::S_UroborosCollar_05' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_04) == 0x000ED8, "Member 'AUroboros_C::S_UroborosCollar_04' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_03) == 0x000EE0, "Member 'AUroboros_C::S_UroborosCollar_03' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_02) == 0x000EE8, "Member 'AUroboros_C::S_UroborosCollar_02' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, S_UroborosCollar_01) == 0x000EF0, "Member 'AUroboros_C::S_UroborosCollar_01' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, bIsEventEnabled) == 0x000EF8, "Member 'AUroboros_C::bIsEventEnabled' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, EaerhquakeSlowdownDuration) == 0x000EFC, "Member 'AUroboros_C::EaerhquakeSlowdownDuration' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, ActiveTeslaCatchActors) == 0x000F00, "Member 'AUroboros_C::ActiveTeslaCatchActors' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, FreeCollarMeshes_Right) == 0x000F10, "Member 'AUroboros_C::FreeCollarMeshes_Right' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, FreeCollarMeshes_Left) == 0x000F20, "Member 'AUroboros_C::FreeCollarMeshes_Left' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, DirectorAreaModuleDepot) == 0x000F30, "Member 'AUroboros_C::DirectorAreaModuleDepot' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, bCollarBroken) == 0x000F38, "Member 'AUroboros_C::bCollarBroken' has a wrong offset!"); \ static_assert(offsetof(AUroboros_C, Ropes) == 0x000F40, "Member 'AUroboros_C::Ropes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Gun_C_ExecuteUbergraph_ABP_Gun \ static_assert(alignof(ABP_Gun_C_ExecuteUbergraph_ABP_Gun) == 0x000004, "Wrong alignment on ABP_Gun_C_ExecuteUbergraph_ABP_Gun"); \ static_assert(sizeof(ABP_Gun_C_ExecuteUbergraph_ABP_Gun) == 0x000004, "Wrong size on ABP_Gun_C_ExecuteUbergraph_ABP_Gun"); \ static_assert(offsetof(ABP_Gun_C_ExecuteUbergraph_ABP_Gun, EntryPoint) == 0x000000, "Member 'ABP_Gun_C_ExecuteUbergraph_ABP_Gun::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Gun_C_AnimGraph \ static_assert(alignof(ABP_Gun_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Gun_C_AnimGraph"); \ static_assert(sizeof(ABP_Gun_C_AnimGraph) == 0x000010, "Wrong size on ABP_Gun_C_AnimGraph"); \ static_assert(offsetof(ABP_Gun_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Gun_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Gun_C \ static_assert(alignof(UABP_Gun_C) == 0x000010, "Wrong alignment on UABP_Gun_C"); \ static_assert(sizeof(UABP_Gun_C) == 0x000340, "Wrong size on UABP_Gun_C"); \ static_assert(offsetof(UABP_Gun_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Gun_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Gun_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Gun_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Gun_C, AnimGraphNode_Slot) == 0x0002F8, "Member 'UABP_Gun_C::AnimGraphNode_Slot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATeslaCoil_C \ static_assert(alignof(ATeslaCoil_C) == 0x000010, "Wrong alignment on ATeslaCoil_C"); \ static_assert(sizeof(ATeslaCoil_C) == 0x000430, "Wrong size on ATeslaCoil_C"); \ #define DUMPER7_ASSERTS_AControlUnit_C \ static_assert(alignof(AControlUnit_C) == 0x000010, "Wrong alignment on AControlUnit_C"); \ static_assert(sizeof(AControlUnit_C) == 0x000430, "Wrong size on AControlUnit_C"); \ #define DUMPER7_ASSERTS_ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1 \ static_assert(alignof(ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1) == 0x000004, "Wrong alignment on ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1"); \ static_assert(sizeof(ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1) == 0x000004, "Wrong size on ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1"); \ static_assert(offsetof(ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1, EntryPoint) == 0x000000, "Member 'ResearchOrb_1_C_ExecuteUbergraph_ResearchOrb_1::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AResearchOrb_1_C \ static_assert(alignof(AResearchOrb_1_C) == 0x000010, "Wrong alignment on AResearchOrb_1_C"); \ static_assert(sizeof(AResearchOrb_1_C) == 0x000450, "Wrong size on AResearchOrb_1_C"); \ static_assert(offsetof(AResearchOrb_1_C, UberGraphFrame_ResearchOrb_1_C) == 0x000428, "Member 'AResearchOrb_1_C::UberGraphFrame_ResearchOrb_1_C' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_1_C, TokenHighlight) == 0x000430, "Member 'AResearchOrb_1_C::TokenHighlight' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_1_C, HighlightColor) == 0x000438, "Member 'AResearchOrb_1_C::HighlightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3 \ static_assert(alignof(ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3) == 0x000004, "Wrong alignment on ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3"); \ static_assert(sizeof(ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3) == 0x000004, "Wrong size on ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3"); \ static_assert(offsetof(ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3, EntryPoint) == 0x000000, "Member 'ResearchOrb_3_C_ExecuteUbergraph_ResearchOrb_3::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AResearchOrb_3_C \ static_assert(alignof(AResearchOrb_3_C) == 0x000010, "Wrong alignment on AResearchOrb_3_C"); \ static_assert(sizeof(AResearchOrb_3_C) == 0x000450, "Wrong size on AResearchOrb_3_C"); \ static_assert(offsetof(AResearchOrb_3_C, UberGraphFrame_ResearchOrb_3_C) == 0x000428, "Member 'AResearchOrb_3_C::UberGraphFrame_ResearchOrb_3_C' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_3_C, TokenHighlight) == 0x000430, "Member 'AResearchOrb_3_C::TokenHighlight' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_3_C, HighlightColor) == 0x000438, "Member 'AResearchOrb_3_C::HighlightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2 \ static_assert(alignof(ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2) == 0x000004, "Wrong alignment on ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2"); \ static_assert(sizeof(ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2) == 0x000004, "Wrong size on ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2"); \ static_assert(offsetof(ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2, EntryPoint) == 0x000000, "Member 'ResearchOrb_2_C_ExecuteUbergraph_ResearchOrb_2::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AResearchOrb_2_C \ static_assert(alignof(AResearchOrb_2_C) == 0x000010, "Wrong alignment on AResearchOrb_2_C"); \ static_assert(sizeof(AResearchOrb_2_C) == 0x000450, "Wrong size on AResearchOrb_2_C"); \ static_assert(offsetof(AResearchOrb_2_C, UberGraphFrame_ResearchOrb_2_C) == 0x000428, "Member 'AResearchOrb_2_C::UberGraphFrame_ResearchOrb_2_C' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_2_C, TokenHighlight) == 0x000430, "Member 'AResearchOrb_2_C::TokenHighlight' has a wrong offset!"); \ static_assert(offsetof(AResearchOrb_2_C, HighlightColor) == 0x000438, "Member 'AResearchOrb_2_C::HighlightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGrapplingHook_C \ static_assert(alignof(AGrapplingHook_C) == 0x000008, "Wrong alignment on AGrapplingHook_C"); \ static_assert(sizeof(AGrapplingHook_C) == 0x000280, "Wrong size on AGrapplingHook_C"); \ static_assert(offsetof(AGrapplingHook_C, Mesh) == 0x000278, "Member 'AGrapplingHook_C::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEffect_MeleeCrush_C \ static_assert(alignof(AEffect_MeleeCrush_C) == 0x000008, "Wrong alignment on AEffect_MeleeCrush_C"); \ static_assert(sizeof(AEffect_MeleeCrush_C) == 0x000338, "Wrong size on AEffect_MeleeCrush_C"); \ static_assert(offsetof(AEffect_MeleeCrush_C, DefaultSceneRoot) == 0x000330, "Member 'AEffect_MeleeCrush_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread \ static_assert(alignof(BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread"); \ static_assert(sizeof(BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread) == 0x000004, "Wrong size on BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread"); \ static_assert(offsetof(BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_Spread_C_ExecuteUbergraph_BP_TrailEffectComponent_Spread::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_Spread_C \ static_assert(alignof(ABP_TrailEffectComponent_Spread_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_Spread_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_Spread_C) == 0x000240, "Wrong size on ABP_TrailEffectComponent_Spread_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_Spread_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_Spread_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Spread_C, Trail_effect) == 0x000228, "Member 'ABP_TrailEffectComponent_Spread_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Spread_C, EndPositionBeam) == 0x000230, "Member 'ABP_TrailEffectComponent_Spread_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu \ static_assert(alignof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu) == 0x000008, "Wrong alignment on InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu) == 0x000400, "Wrong size on InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, EntryPoint) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable) == 0x000004, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable) == 0x000005, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_1) == 0x000006, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_2) == 0x000007, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_1) == 0x000008, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default) == 0x000009, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_int_Variable) == 0x00000C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_int_Variable_1) == 0x000010, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_2) == 0x00001C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_3) == 0x00001D, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_3) == 0x00001E, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_4) == 0x00001F, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_4) == 0x000020, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_5) == 0x000021, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_6) == 0x000022, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000038, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsFGCharacter) == 0x000040, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000049, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_2) == 0x00004A, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_3) == 0x00004B, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_7) == 0x00004C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x000050, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsFGCharacter_1) == 0x000058, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_4) == 0x000061, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_5) == 0x000062, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_ComponentBoundEvent_SplitCount_1) == 0x000064, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_ComponentBoundEvent_SplitCount_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_ComponentBoundEvent_Count_1) == 0x000068, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_ComponentBoundEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Subtract_IntInt_ReturnValue) == 0x00006C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_6) == 0x000070, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_IntToText_ReturnValue) == 0x000078, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_2) == 0x000090, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_HasAuthority_ReturnValue) == 0x000098, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsFGInventory_Component) == 0x0000A0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsFGInventory_Component' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_8) == 0x0000A9, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetIsRotate_ReturnValue) == 0x0000AA, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetIsRotate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000AC, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000B0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_MakeVector2D_ReturnValue) == 0x0000B4, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0000BC, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000C0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_7) == 0x0000C4, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000C8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_5) == 0x0000D0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_8) == 0x0000D1, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_9) == 0x0000D2, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetVirtualHand_Placeholder) == 0x0000D8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000E0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_int_Variable_2) == 0x0000F8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000FC, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Get_Item) == 0x000100, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_9) == 0x000109, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_ComponentBoundEvent_SplitCount) == 0x00010C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_ComponentBoundEvent_SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_ComponentBoundEvent_Count) == 0x000110, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_ComponentBoundEvent_Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_EquipItem_ReturnValue) == 0x000118, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_EquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_10) == 0x0001D0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_MakeArray_Array) == 0x0001D8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_11) == 0x0001E8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_3) == 0x0001F0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsThird_Person_Character) == 0x0001F8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_3) == 0x000200, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_CanPutToInventory_ReturnValue) == 0x000201, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_CanPutToInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_1) == 0x000202, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_UnEquipItem_ReturnValue) == 0x000208, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_UnEquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0002C0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetHUD_ReturnValue) == 0x0002C8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsHUD_Ansora) == 0x0002D0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_4) == 0x0002D8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemType_ReturnValue) == 0x0002E0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Favorites_IS_EXIST_Is_Favorites) == 0x0002E8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Favorites_IS_EXIST_Is_Favorites' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x0002F0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetHUD_ReturnValue_1) == 0x0002F8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_6) == 0x000300, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000308, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_5) == 0x000310, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Get_Item_1) == 0x000318, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Get_Item_2) == 0x000320, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Length_ReturnValue_1) == 0x000328, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Array_Length_ReturnValue_2) == 0x00032C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Less_IntInt_ReturnValue_1) == 0x000330, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Less_IntInt_ReturnValue_2) == 0x000331, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_2) == 0x000338, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemType_ReturnValue_1) == 0x000350, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000358, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_ClassIsChildOf_ReturnValue) == 0x000360, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_12) == 0x000361, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetValueAsInt_ReturnValue) == 0x000364, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000368, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_BooleanAND_ReturnValue) == 0x000369, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetCount_ReturnValue) == 0x00036A, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00036C, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_3) == 0x000370, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000371, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_10) == 0x000372, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_CanSetToSlots_Ok) == 0x000373, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_CanSetToSlots_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_CanSetToSlots_Slot) == 0x000378, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_CanSetToSlots_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemType_ReturnValue_2) == 0x000380, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemType_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Favorites_IS_EXIST_Is_Favorites_1) == 0x000388, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Favorites_IS_EXIST_Is_Favorites_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_4) == 0x000389, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_5) == 0x000390, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_byte_Variable_11) == 0x0003A8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_13) == 0x0003A9, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_4) == 0x0003B0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_14) == 0x0003B8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_5) == 0x0003C0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_AsFGCharacter_2) == 0x0003C8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_AsFGCharacter_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_DynamicCast_bSuccess_6) == 0x0003D0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_15) == 0x0003D1, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_16) == 0x0003D2, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemType_ReturnValue_3) == 0x0003D8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemType_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x0003E0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x0003E8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_17) == 0x0003E9, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetValueAsInt_ReturnValue_1) == 0x0003EC, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0003F0, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x0003F1, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_6) == 0x0003F2, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_18) == 0x0003F3, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, Temp_bool_Variable_7) == 0x0003F4, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_IsValid_ReturnValue_19) == 0x0003F5, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, K2Node_Select_Default_7) == 0x0003F6, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_6) == 0x0003F8, "Member 'InventoryV2_InteractionMenu_C_ExecuteUbergraph_InventoryV2_InteractionMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature \ static_assert(alignof(InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature, SplitCount) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature::SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature, Count) == 0x000004, "Member 'InventoryV2_InteractionMenu_C_BndEvt__StoveSplit_K2Node_ComponentBoundEvent_8_SplitClick__DelegateSignature::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature \ static_assert(alignof(InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature, SplitCount) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature::SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature, Count) == 0x000004, "Member 'InventoryV2_InteractionMenu_C_BndEvt__InventoryV2_InteractionSpliter_K2Node_ComponentBoundEvent_6_SplitClick__DelegateSignature::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_GetVirtualHand \ static_assert(alignof(InventoryV2_InteractionMenu_C_GetVirtualHand) == 0x000008, "Wrong alignment on InventoryV2_InteractionMenu_C_GetVirtualHand"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_GetVirtualHand) == 0x000040, "Wrong size on InventoryV2_InteractionMenu_C_GetVirtualHand"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, Placeholder_0) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_GetSlot_ReturnValue) == 0x000028, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_GetVirtualHand, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'InventoryV2_InteractionMenu_C_GetVirtualHand::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_CheckSize \ static_assert(alignof(InventoryV2_InteractionMenu_C_CheckSize) == 0x000008, "Wrong alignment on InventoryV2_InteractionMenu_C_CheckSize"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_CheckSize) == 0x000070, "Wrong size on InventoryV2_InteractionMenu_C_CheckSize"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_int_Array_Index_Variable) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_bool_Variable) == 0x000004, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_int_Variable) == 0x000008, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_float_Variable) == 0x000020, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_GetVisibility_ReturnValue) == 0x000024, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000025, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Array_Get_Item) == 0x000028, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_GetVisibility_ReturnValue_1) == 0x000034, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000036, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_GetVisibility_ReturnValue_2) == 0x000050, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000058, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Less_IntInt_ReturnValue_1) == 0x000059, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00005A, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_BooleanOR_ReturnValue) == 0x00005B, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, Temp_float_Variable_1) == 0x00005C, "Member 'InventoryV2_InteractionMenu_C_CheckSize::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, K2Node_Select_Default) == 0x000060, "Member 'InventoryV2_InteractionMenu_C_CheckSize::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000064, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Add_IntInt_ReturnValue_2) == 0x000068, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006C, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_CheckSize, CallFunc_Greater_IntInt_ReturnValue) == 0x00006D, "Member 'InventoryV2_InteractionMenu_C_CheckSize::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionMenu_C_OnKeyDown \ static_assert(alignof(InventoryV2_InteractionMenu_C_OnKeyDown) == 0x000008, "Wrong alignment on InventoryV2_InteractionMenu_C_OnKeyDown"); \ static_assert(sizeof(InventoryV2_InteractionMenu_C_OnKeyDown) == 0x000210, "Wrong size on InventoryV2_InteractionMenu_C_OnKeyDown"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, LocalKey) == 0x000128, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::LocalKey' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionMenu_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000158, "Member 'InventoryV2_InteractionMenu_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_InteractionMenu_C \ static_assert(alignof(UInventoryV2_InteractionMenu_C) == 0x000008, "Wrong alignment on UInventoryV2_InteractionMenu_C"); \ static_assert(sizeof(UInventoryV2_InteractionMenu_C) == 0x000390, "Wrong size on UInventoryV2_InteractionMenu_C"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_InteractionMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Show) == 0x000268, "Member 'UInventoryV2_InteractionMenu_C::Show' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, BlockUnhover) == 0x000270, "Member 'UInventoryV2_InteractionMenu_C::BlockUnhover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Fon) == 0x000278, "Member 'UInventoryV2_InteractionMenu_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Image_98) == 0x000280, "Member 'UInventoryV2_InteractionMenu_C::Image_98' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, INVENTORY_MENU) == 0x000288, "Member 'UInventoryV2_InteractionMenu_C::INVENTORY_MENU' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Drop) == 0x000290, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Drop' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Eqpt) == 0x000298, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Eqpt' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Favorits) == 0x0002A0, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Favorits' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_InteractionSpliter) == 0x0002A8, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_InteractionSpliter' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Rotate) == 0x0002B0, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Rotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_SlotDrop) == 0x0002B8, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_SlotDrop' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_SlotEqpt) == 0x0002C0, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_SlotEqpt' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_SlotUnload) == 0x0002C8, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_SlotUnload' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Unload) == 0x0002D0, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Unload' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2_Use) == 0x0002D8, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2_Use' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, SizeBox_0) == 0x0002E0, "Member 'UInventoryV2_InteractionMenu_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, SLOT_MENU) == 0x0002E8, "Member 'UInventoryV2_InteractionMenu_C::SLOT_MENU' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Stove_Change) == 0x0002F0, "Member 'UInventoryV2_InteractionMenu_C::Stove_Change' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, STOVE_MENU) == 0x0002F8, "Member 'UInventoryV2_InteractionMenu_C::STOVE_MENU' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, StoveDrop) == 0x000300, "Member 'UInventoryV2_InteractionMenu_C::StoveDrop' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, StoveSplit) == 0x000308, "Member 'UInventoryV2_InteractionMenu_C::StoveSplit' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryItemRef) == 0x000310, "Member 'UInventoryV2_InteractionMenu_C::InventoryItemRef' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Placeholder) == 0x000318, "Member 'UInventoryV2_InteractionMenu_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, ItemCount) == 0x000320, "Member 'UInventoryV2_InteractionMenu_C::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventorySlot) == 0x000328, "Member 'UInventoryV2_InteractionMenu_C::InventorySlot' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, Menues) == 0x000330, "Member 'UInventoryV2_InteractionMenu_C::Menues' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, InventoryV2) == 0x000340, "Member 'UInventoryV2_InteractionMenu_C::InventoryV2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, IsAddToFavorites) == 0x000348, "Member 'UInventoryV2_InteractionMenu_C::IsAddToFavorites' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, ToFavoriteText) == 0x000350, "Member 'UInventoryV2_InteractionMenu_C::ToFavoriteText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, FromFavoriteText) == 0x000368, "Member 'UInventoryV2_InteractionMenu_C::FromFavoriteText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionMenu_C, CurrentEllements) == 0x000380, "Member 'UInventoryV2_InteractionMenu_C::CurrentEllements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread \ static_assert(alignof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread) == 0x000008, "Wrong alignment on GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread"); \ static_assert(sizeof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread) == 0x000258, "Wrong size on GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, EntryPoint) == 0x000000, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_object_Variable) == 0x000008, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_object_Variable_1) == 0x000010, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_bool_Variable) == 0x000018, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_object_Variable_2) == 0x000020, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_object_Variable_3) == 0x000028, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_bool_Variable_1) == 0x000030, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_ProjectileChargedByPowerShoot_ReturnValue) == 0x000050, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_ProjectileChargedByPowerShoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1) == 0x000051, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_ProjectileChargedByPowerShoot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_IsValid_ReturnValue) == 0x000052, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_bool_Variable_2) == 0x000053, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_IsFiredByAI_ReturnValue) == 0x000054, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_IsFiredByAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, K2Node_Select_Default) == 0x000058, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, K2Node_Select_Default_1) == 0x000060, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000074, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0000FC, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000184, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, K2Node_Event_DeltaSeconds) == 0x000190, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_IsValid_ReturnValue_1) == 0x000194, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, Temp_object_Variable_4) == 0x000198, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, K2Node_Select_Default_2) == 0x0001A0, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001A8, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x0001B4, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x00023C, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_VInterpTo_ReturnValue) == 0x000248, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_IsPooledActor_ReturnValue) == 0x000254, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_IsPooledActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread, CallFunc_Not_PreBool_ReturnValue) == 0x000255, "Member 'GunProjectile_Spread_C_ExecuteUbergraph_GunProjectile_Spread::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Spread_C_ReceiveTick \ static_assert(alignof(GunProjectile_Spread_C_ReceiveTick) == 0x000004, "Wrong alignment on GunProjectile_Spread_C_ReceiveTick"); \ static_assert(sizeof(GunProjectile_Spread_C_ReceiveTick) == 0x000004, "Wrong size on GunProjectile_Spread_C_ReceiveTick"); \ static_assert(offsetof(GunProjectile_Spread_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GunProjectile_Spread_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Spread_C_CanProjectilePenetrateSurface \ static_assert(alignof(GunProjectile_Spread_C_CanProjectilePenetrateSurface) == 0x000008, "Wrong alignment on GunProjectile_Spread_C_CanProjectilePenetrateSurface"); \ static_assert(sizeof(GunProjectile_Spread_C_CanProjectilePenetrateSurface) == 0x0001F8, "Wrong size on GunProjectile_Spread_C_CanProjectilePenetrateSurface"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, HitResult) == 0x000000, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::HitResult' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, ReturnValue) == 0x000088, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_CanProjectilePenetrateSurface_ReturnValue) == 0x00010C, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_CanProjectilePenetrateSurface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_GetOwner_ReturnValue) == 0x000110, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000118, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_GetBarrelDescription_ReturnValue) == 0x000128, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_GetStartTravelLocation_ReturnValue) == 0x0001C8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_GetStartTravelLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0001D4, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001D8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_FCeil_ReturnValue) == 0x0001E4, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_VSize_ReturnValue) == 0x0001E8, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_Clamp_ReturnValue) == 0x0001EC, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001F0, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_Less_IntInt_ReturnValue) == 0x0001F1, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BooleanAND_ReturnValue) == 0x0001F2, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BooleanAND_ReturnValue_1) == 0x0001F3, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Spread_C_CanProjectilePenetrateSurface, CallFunc_BooleanAND_ReturnValue_2) == 0x0001F4, "Member 'GunProjectile_Spread_C_CanProjectilePenetrateSurface::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_Spread_C \ static_assert(alignof(AGunProjectile_Spread_C) == 0x000008, "Wrong alignment on AGunProjectile_Spread_C"); \ static_assert(sizeof(AGunProjectile_Spread_C) == 0x000508, "Wrong size on AGunProjectile_Spread_C"); \ static_assert(offsetof(AGunProjectile_Spread_C, UberGraphFrame) == 0x0004C8, "Member 'AGunProjectile_Spread_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, Fake_bullet) == 0x0004D0, "Member 'AGunProjectile_Spread_C::Fake_bullet' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, Trail_effect) == 0x0004D8, "Member 'AGunProjectile_Spread_C::Trail_effect' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, Niagara_trail) == 0x0004E0, "Member 'AGunProjectile_Spread_C::Niagara_trail' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, MaxSpreadPenetrationDistance) == 0x0004E8, "Member 'AGunProjectile_Spread_C::MaxSpreadPenetrationDistance' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, SpreadPenetrationScale) == 0x0004EC, "Member 'AGunProjectile_Spread_C::SpreadPenetrationScale' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, SpreadPenetrationCap) == 0x0004F0, "Member 'AGunProjectile_Spread_C::SpreadPenetrationCap' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, LastBeamLocation) == 0x0004F4, "Member 'AGunProjectile_Spread_C::LastBeamLocation' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Spread_C, BeamUpdateTimer) == 0x000500, "Member 'AGunProjectile_Spread_C::BeamUpdateTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULargeRichTextIconDecorator_C \ static_assert(alignof(ULargeRichTextIconDecorator_C) == 0x000008, "Wrong alignment on ULargeRichTextIconDecorator_C"); \ static_assert(sizeof(ULargeRichTextIconDecorator_C) == 0x000030, "Wrong size on ULargeRichTextIconDecorator_C"); \ #define DUMPER7_ASSERTS_NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText \ static_assert(alignof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText) == 0x000008, "Wrong alignment on NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText"); \ static_assert(sizeof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText) == 0x000040, "Wrong size on NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, EntryPoint) == 0x000000, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_TextIsEmpty_ReturnValue) == 0x000008, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_GetDesiredSize_ReturnValue) == 0x00000C, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, K2Node_Event_IsDesignTime) == 0x000014, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_IsValid_ReturnValue) == 0x000015, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x000018, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x00001C, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, CallFunc_CalculateImageContainerSize_CalculatedImageSize) == 0x000020, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::CallFunc_CalculateImageContainerSize_CalculatedImageSize' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText, K2Node_CustomEvent_InText) == 0x000028, "Member 'NotesImageAndText_C_ExecuteUbergraph_NotesImageAndText::K2Node_CustomEvent_InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotesImageAndText_C_SetPageTitle \ static_assert(alignof(NotesImageAndText_C_SetPageTitle) == 0x000008, "Wrong alignment on NotesImageAndText_C_SetPageTitle"); \ static_assert(sizeof(NotesImageAndText_C_SetPageTitle) == 0x000018, "Wrong size on NotesImageAndText_C_SetPageTitle"); \ static_assert(offsetof(NotesImageAndText_C_SetPageTitle, InText) == 0x000000, "Member 'NotesImageAndText_C_SetPageTitle::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotesImageAndText_C_PreConstruct \ static_assert(alignof(NotesImageAndText_C_PreConstruct) == 0x000001, "Wrong alignment on NotesImageAndText_C_PreConstruct"); \ static_assert(sizeof(NotesImageAndText_C_PreConstruct) == 0x000001, "Wrong size on NotesImageAndText_C_PreConstruct"); \ static_assert(offsetof(NotesImageAndText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'NotesImageAndText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotesImageAndText_C_CalculateImageContainerSize \ static_assert(alignof(NotesImageAndText_C_CalculateImageContainerSize) == 0x000004, "Wrong alignment on NotesImageAndText_C_CalculateImageContainerSize"); \ static_assert(sizeof(NotesImageAndText_C_CalculateImageContainerSize) == 0x000048, "Wrong size on NotesImageAndText_C_CalculateImageContainerSize"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, TextboxSize) == 0x000000, "Member 'NotesImageAndText_C_CalculateImageContainerSize::TextboxSize' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, ImageWidth) == 0x000008, "Member 'NotesImageAndText_C_CalculateImageContainerSize::ImageWidth' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, ImageHeight) == 0x00000C, "Member 'NotesImageAndText_C_CalculateImageContainerSize::ImageHeight' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CalculatedImageSize) == 0x000010, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CalculatedImageSize' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000020, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_BreakVector2D_X) == 0x000024, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_FMax_ReturnValue) == 0x000034, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000038, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00003C, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImageAndText_C_CalculateImageContainerSize, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'NotesImageAndText_C_CalculateImageContainerSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotesImageAndText_C \ static_assert(alignof(UNotesImageAndText_C) == 0x000008, "Wrong alignment on UNotesImageAndText_C"); \ static_assert(sizeof(UNotesImageAndText_C) == 0x0002A8, "Wrong size on UNotesImageAndText_C"); \ static_assert(offsetof(UNotesImageAndText_C, UberGraphFrame) == 0x000260, "Member 'UNotesImageAndText_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, DescriptionBlock) == 0x000268, "Member 'UNotesImageAndText_C::DescriptionBlock' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, ImageBlock) == 0x000270, "Member 'UNotesImageAndText_C::ImageBlock' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, JournalSectionHeader) == 0x000278, "Member 'UNotesImageAndText_C::JournalSectionHeader' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, ImageTexture) == 0x000280, "Member 'UNotesImageAndText_C::ImageTexture' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, Description) == 0x000288, "Member 'UNotesImageAndText_C::Description' has a wrong offset!"); \ static_assert(offsetof(UNotesImageAndText_C, HalfPageHeight) == 0x0002A0, "Member 'UNotesImageAndText_C::HalfPageHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotesImage_C_ExecuteUbergraph_NotesImage \ static_assert(alignof(NotesImage_C_ExecuteUbergraph_NotesImage) == 0x000004, "Wrong alignment on NotesImage_C_ExecuteUbergraph_NotesImage"); \ static_assert(sizeof(NotesImage_C_ExecuteUbergraph_NotesImage) == 0x000044, "Wrong size on NotesImage_C_ExecuteUbergraph_NotesImage"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, EntryPoint) == 0x000000, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, K2Node_Event_IsDesignTime) == 0x000004, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x00000C, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x000010, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_FMin_ReturnValue) == 0x000024, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_MakeVector2D_ReturnValue) == 0x00002C, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000034, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_MakeVector2D_ReturnValue_1) == 0x000038, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NotesImage_C_ExecuteUbergraph_NotesImage, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'NotesImage_C_ExecuteUbergraph_NotesImage::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotesImage_C_PreConstruct \ static_assert(alignof(NotesImage_C_PreConstruct) == 0x000001, "Wrong alignment on NotesImage_C_PreConstruct"); \ static_assert(sizeof(NotesImage_C_PreConstruct) == 0x000001, "Wrong size on NotesImage_C_PreConstruct"); \ static_assert(offsetof(NotesImage_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'NotesImage_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotesImage_C \ static_assert(alignof(UNotesImage_C) == 0x000008, "Wrong alignment on UNotesImage_C"); \ static_assert(sizeof(UNotesImage_C) == 0x000280, "Wrong size on UNotesImage_C"); \ static_assert(offsetof(UNotesImage_C, UberGraphFrame) == 0x000260, "Member 'UNotesImage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNotesImage_C, ImageWidget) == 0x000268, "Member 'UNotesImage_C::ImageWidget' has a wrong offset!"); \ static_assert(offsetof(UNotesImage_C, ImageTexture) == 0x000270, "Member 'UNotesImage_C::ImageTexture' has a wrong offset!"); \ static_assert(offsetof(UNotesImage_C, MaxWidth) == 0x000278, "Member 'UNotesImage_C::MaxWidth' has a wrong offset!"); \ static_assert(offsetof(UNotesImage_C, MaxHeight) == 0x00027C, "Member 'UNotesImage_C::MaxHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_ExecuteUbergraph_JournalNotePage \ static_assert(alignof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage) == 0x000008, "Wrong alignment on JournalNotePage_C_ExecuteUbergraph_JournalNotePage"); \ static_assert(sizeof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage) == 0x000170, "Wrong size on JournalNotePage_C_ExecuteUbergraph_JournalNotePage"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, EntryPoint) == 0x000000, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, CallFunc_Create_ReturnValue) == 0x000008, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, CallFunc_Create_ReturnValue_1) == 0x000020, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CustomEvent_NoteData) == 0x000028, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CustomEvent_NoteData' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_SwitchEnum_CmpSuccess) == 0x0000D8, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, CallFunc_Create_ReturnValue_2) == 0x0000E0, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, Temp_object_Variable) == 0x0000E8, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F0, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_AsFile_Media_Source) == 0x000100, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_AsFile_Media_Source' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CustomEvent_Loaded) == 0x000110, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CreateDelegate_OutputDelegate_2) == 0x000118, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, CallFunc_Create_ReturnValue_3) == 0x000128, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, Temp_object_Variable_1) == 0x000130, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CustomEvent_Loaded_1) == 0x000138, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_AsTexture_2D) == 0x000140, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, Temp_object_Variable_2) == 0x000150, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_CustomEvent_Loaded_2) == 0x000158, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_AsTexture_2D_1) == 0x000160, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_ExecuteUbergraph_JournalNotePage, K2Node_DynamicCast_bSuccess_2) == 0x000168, "Member 'JournalNotePage_C_ExecuteUbergraph_JournalNotePage::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_DrawNotePage \ static_assert(alignof(JournalNotePage_C_DrawNotePage) == 0x000008, "Wrong alignment on JournalNotePage_C_DrawNotePage"); \ static_assert(sizeof(JournalNotePage_C_DrawNotePage) == 0x0000B0, "Wrong size on JournalNotePage_C_DrawNotePage"); \ static_assert(offsetof(JournalNotePage_C_DrawNotePage, NoteData) == 0x000000, "Member 'JournalNotePage_C_DrawNotePage::NoteData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4 \ static_assert(alignof(JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4) == 0x000008, "Wrong alignment on JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4"); \ static_assert(sizeof(JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4) == 0x000008, "Wrong size on JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4"); \ static_assert(offsetof(JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4, Loaded) == 0x000000, "Member 'JournalNotePage_C_OnLoaded_638EF47F4D40996F8AFB83AB117B81D4::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC \ static_assert(alignof(JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC) == 0x000008, "Wrong alignment on JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC"); \ static_assert(sizeof(JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC) == 0x000008, "Wrong size on JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC"); \ static_assert(offsetof(JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC, Loaded) == 0x000000, "Member 'JournalNotePage_C_OnLoaded_5C2E4CAB4F2FA95E6E19C88DFD2C04BC::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4 \ static_assert(alignof(JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4) == 0x000008, "Wrong alignment on JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4"); \ static_assert(sizeof(JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4) == 0x000008, "Wrong size on JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4"); \ static_assert(offsetof(JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4, Loaded) == 0x000000, "Member 'JournalNotePage_C_OnLoaded_8602832848A01474916AC68DFE29FCD4::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalNotePage_C_Add_Content_to_the_Slot \ static_assert(alignof(JournalNotePage_C_Add_Content_to_the_Slot) == 0x000008, "Wrong alignment on JournalNotePage_C_Add_Content_to_the_Slot"); \ static_assert(sizeof(JournalNotePage_C_Add_Content_to_the_Slot) == 0x000018, "Wrong size on JournalNotePage_C_Add_Content_to_the_Slot"); \ static_assert(offsetof(JournalNotePage_C_Add_Content_to_the_Slot, Content_widget) == 0x000000, "Member 'JournalNotePage_C_Add_Content_to_the_Slot::Content_widget' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_Add_Content_to_the_Slot, K2Node_MakeStruct_SlateChildSize) == 0x000008, "Member 'JournalNotePage_C_Add_Content_to_the_Slot::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ static_assert(offsetof(JournalNotePage_C_Add_Content_to_the_Slot, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000010, "Member 'JournalNotePage_C_Add_Content_to_the_Slot::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalNotePage_C \ static_assert(alignof(UJournalNotePage_C) == 0x000008, "Wrong alignment on UJournalNotePage_C"); \ static_assert(sizeof(UJournalNotePage_C) == 0x000288, "Wrong size on UJournalNotePage_C"); \ static_assert(offsetof(UJournalNotePage_C, UberGraphFrame) == 0x000260, "Member 'UJournalNotePage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_C, Bottom) == 0x000268, "Member 'UJournalNotePage_C::Bottom' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_C, NotesWrapper) == 0x000270, "Member 'UJournalNotePage_C::NotesWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_C, PageHeader) == 0x000278, "Member 'UJournalNotePage_C::PageHeader' has a wrong offset!"); \ static_assert(offsetof(UJournalNotePage_C, TutorialRight) == 0x000280, "Member 'UJournalNotePage_C::TutorialRight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader \ static_assert(alignof(JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader) == 0x000008, "Wrong alignment on JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader"); \ static_assert(sizeof(JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader) == 0x000020, "Wrong size on JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader"); \ static_assert(offsetof(JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader, EntryPoint) == 0x000000, "Member 'JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader, K2Node_CustomEvent_InText) == 0x000008, "Member 'JournalSectionHeader_C_ExecuteUbergraph_JournalSectionHeader::K2Node_CustomEvent_InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalSectionHeader_C_SetTitleText \ static_assert(alignof(JournalSectionHeader_C_SetTitleText) == 0x000008, "Wrong alignment on JournalSectionHeader_C_SetTitleText"); \ static_assert(sizeof(JournalSectionHeader_C_SetTitleText) == 0x000018, "Wrong size on JournalSectionHeader_C_SetTitleText"); \ static_assert(offsetof(JournalSectionHeader_C_SetTitleText, InText) == 0x000000, "Member 'JournalSectionHeader_C_SetTitleText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalSectionHeader_C \ static_assert(alignof(UJournalSectionHeader_C) == 0x000008, "Wrong alignment on UJournalSectionHeader_C"); \ static_assert(sizeof(UJournalSectionHeader_C) == 0x000278, "Wrong size on UJournalSectionHeader_C"); \ static_assert(offsetof(UJournalSectionHeader_C, UberGraphFrame) == 0x000260, "Member 'UJournalSectionHeader_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UJournalSectionHeader_C, SeparatorImage) == 0x000268, "Member 'UJournalSectionHeader_C::SeparatorImage' has a wrong offset!"); \ static_assert(offsetof(UJournalSectionHeader_C, Title) == 0x000270, "Member 'UJournalSectionHeader_C::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton \ static_assert(alignof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton) == 0x000008, "Wrong alignment on MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton) == 0x0001A0, "Wrong size on MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_Event_MyGeometry) == 0x000010, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_Event_MouseEvent_1) == 0x000048, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_MakeStruct_SlateColor) == 0x000128, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_MakeStruct_SlateColor_1) == 0x000150, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_CustomEvent_Text) == 0x000178, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_CustomEvent_Text' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, K2Node_Event_IsDesignTime) == 0x000190, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000198, "Member 'MainMenuV2_ThumblerButton_C_ExecuteUbergraph_MainMenuV2_ThumblerButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_ThumblerButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ThumblerButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ThumblerButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_SetText \ static_assert(alignof(MainMenuV2_ThumblerButton_C_SetText) == 0x000008, "Wrong alignment on MainMenuV2_ThumblerButton_C_SetText"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_SetText) == 0x000018, "Wrong size on MainMenuV2_ThumblerButton_C_SetText"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_SetText, Text_0) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_SetText::Text_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ThumblerButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ThumblerButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ThumblerButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ThumblerButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ThumblerButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ThumblerButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ThumblerButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ThumblerButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ThumblerButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_ThumblerButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ThumblerButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ThumblerButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ThumblerButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ThumblerButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ThumblerButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ThumblerButton_C \ static_assert(alignof(UMainMenuV2_ThumblerButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_ThumblerButton_C"); \ static_assert(sizeof(UMainMenuV2_ThumblerButton_C) == 0x0002B8, "Wrong size on UMainMenuV2_ThumblerButton_C"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ThumblerButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, Back) == 0x000268, "Member 'UMainMenuV2_ThumblerButton_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, Border) == 0x000270, "Member 'UMainMenuV2_ThumblerButton_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, ButtonText) == 0x000278, "Member 'UMainMenuV2_ThumblerButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, HoverLine) == 0x000280, "Member 'UMainMenuV2_ThumblerButton_C::HoverLine' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, Text) == 0x000288, "Member 'UMainMenuV2_ThumblerButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, IsSelected) == 0x0002A0, "Member 'UMainMenuV2_ThumblerButton_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ThumblerButton_C, OnClick) == 0x0002A8, "Member 'UMainMenuV2_ThumblerButton_C::OnClick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton \ static_assert(alignof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton) == 0x000008, "Wrong alignment on MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton) == 0x000150, "Wrong size on MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, Temp_struct_Variable) == 0x000010, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, Temp_struct_Variable_1) == 0x000018, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_Event_MouseEvent_1) == 0x000020, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_Event_IsDesignTime) == 0x000090, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_CustomEvent_IsDisabled) == 0x000091, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_CustomEvent_IsDisabled' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_Select_Default) == 0x000094, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_Event_MyGeometry) == 0x00009C, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, K2Node_Event_MouseEvent) == 0x0000D8, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000148, "Member 'MainMenuV2_ComboboxButton_C_ExecuteUbergraph_MainMenuV2_ComboboxButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ComboboxButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ComboboxButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ComboboxButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ComboboxButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_SetDisabled \ static_assert(alignof(MainMenuV2_ComboboxButton_C_SetDisabled) == 0x000001, "Wrong alignment on MainMenuV2_ComboboxButton_C_SetDisabled"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_SetDisabled) == 0x000001, "Wrong size on MainMenuV2_ComboboxButton_C_SetDisabled"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_SetDisabled, IsDisabled_0) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_SetDisabled::IsDisabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_ComboboxButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ComboboxButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ComboboxButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ComboboxButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ComboboxButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ComboboxButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ComboboxButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_ComboboxButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick \ static_assert(alignof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ComboboxButton_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ComboboxButton_C \ static_assert(alignof(UMainMenuV2_ComboboxButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_ComboboxButton_C"); \ static_assert(sizeof(UMainMenuV2_ComboboxButton_C) == 0x0002B0, "Wrong size on UMainMenuV2_ComboboxButton_C"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ComboboxButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, arrow) == 0x000268, "Member 'UMainMenuV2_ComboboxButton_C::arrow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, Back) == 0x000270, "Member 'UMainMenuV2_ComboboxButton_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, HoveImage) == 0x000278, "Member 'UMainMenuV2_ComboboxButton_C::HoveImage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, IsDisabled) == 0x000280, "Member 'UMainMenuV2_ComboboxButton_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, OnClick) == 0x000288, "Member 'UMainMenuV2_ComboboxButton_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, IsRight) == 0x000298, "Member 'UMainMenuV2_ComboboxButton_C::IsRight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, MouseOn) == 0x000299, "Member 'UMainMenuV2_ComboboxButton_C::MouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, Sound_Click) == 0x0002A0, "Member 'UMainMenuV2_ComboboxButton_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboboxButton_C, Sound_Hover) == 0x0002A8, "Member 'UMainMenuV2_ComboboxButton_C::Sound_Hover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Casket_T3_C \ static_assert(alignof(AWagonModule_Casket_T3_C) == 0x000008, "Wrong alignment on AWagonModule_Casket_T3_C"); \ static_assert(sizeof(AWagonModule_Casket_T3_C) == 0x0005D0, "Wrong size on AWagonModule_Casket_T3_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox \ static_assert(alignof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox) == 0x000008, "Wrong alignment on MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox) == 0x000400, "Wrong size on MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, EntryPoint) == 0x000000, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_bool_Variable_1) == 0x000005, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_byte_Variable) == 0x000006, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_byte_Variable_1) == 0x000007, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_bool_Variable_2) == 0x000008, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_byte_Variable_2) == 0x000009, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_byte_Variable_3) == 0x00000A, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_IsDesignTime) == 0x00000B, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_MyGeometry) == 0x00000C, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_MouseEvent_1) == 0x000048, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor) == 0x000128, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor_1) == 0x000150, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor_2) == 0x000178, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_CustomEvent_Index) == 0x0001A0, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_CustomEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_CustomEvent_IsApply) == 0x0001A4, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_CustomEvent_IsApply' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0001A5, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_FormatArgumentData) == 0x0001A8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_CustomEvent_DefuultValue) == 0x0001E8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_CustomEvent_DefuultValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Array_Length_ReturnValue) == 0x0001EC, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_InRange_IntInt_ReturnValue) == 0x0001F0, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0001F1, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor_3) == 0x0001F8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor_4) == 0x000220, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_SlateColor_5) == 0x000248, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_IsValid_ReturnValue) == 0x000270, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_GetCurrentValue_CurrentValue) == 0x000278, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_GetCurrentValue_CurrentValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_GetCurrentValue_CurrentIndex) == 0x000290, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_GetCurrentValue_CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_CustomEvent_Value) == 0x000294, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Array_Length_ReturnValue_1) == 0x000298, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_InRange_IntInt_ReturnValue_1) == 0x00029C, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_InRange_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, Temp_bool_Variable_3) == 0x00029D, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00029E, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002A0, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002E0, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_TextIsEmpty_ReturnValue) == 0x000320, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeArray_Array) == 0x000328, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Format_ReturnValue) == 0x000338, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000350, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Select_Default) == 0x000358, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000370, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeStruct_FormatArgumentData_3) == 0x000378, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_MakeArray_Array_1) == 0x0003B8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, CallFunc_Format_ReturnValue_1) == 0x0003C8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Select_Default_1) == 0x0003E0, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_Show) == 0x0003F8, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Select_Default_2) == 0x0003F9, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Select_Default_3) == 0x0003FA, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_IsHold_1) == 0x0003FB, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox, K2Node_Event_IsHold) == 0x0003FC, "Member 'MainMenuV2_ComboBox_C_ExecuteUbergraph_MainMenuV2_ComboBox::K2Node_Event_IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ComboBox_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ComboBox_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ComboBox_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_SetValueNoCall \ static_assert(alignof(MainMenuV2_ComboBox_C_SetValueNoCall) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_SetValueNoCall"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_SetValueNoCall) == 0x000004, "Wrong size on MainMenuV2_ComboBox_C_SetValueNoCall"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_SetValueNoCall, Value) == 0x000000, "Member 'MainMenuV2_ComboBox_C_SetValueNoCall::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_SetValue \ static_assert(alignof(MainMenuV2_ComboBox_C_SetValue) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_SetValue"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_SetValue) == 0x000004, "Wrong size on MainMenuV2_ComboBox_C_SetValue"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_SetValue, DefuultValue_0) == 0x000000, "Member 'MainMenuV2_ComboBox_C_SetValue::DefuultValue_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_SelectValue \ static_assert(alignof(MainMenuV2_ComboBox_C_SelectValue) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_SelectValue"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_SelectValue) == 0x000008, "Wrong size on MainMenuV2_ComboBox_C_SelectValue"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_SelectValue, Index_0) == 0x000000, "Member 'MainMenuV2_ComboBox_C_SelectValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_SelectValue, IsApply) == 0x000004, "Member 'MainMenuV2_ComboBox_C_SelectValue::IsApply' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ComboBox_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ComboBox_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ComboBox_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ComboBox_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ComboBox_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ComboBox_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ComboBox_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ComboBox_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ComboBox_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_PreConstruct \ static_assert(alignof(MainMenuV2_ComboBox_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ComboBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_CheckButtonStates \ static_assert(alignof(MainMenuV2_ComboBox_C_CheckButtonStates) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_CheckButtonStates"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_CheckButtonStates) == 0x000008, "Wrong size on MainMenuV2_ComboBox_C_CheckButtonStates"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_CheckButtonStates, CallFunc_Array_LastIndex_ReturnValue) == 0x000000, "Member 'MainMenuV2_ComboBox_C_CheckButtonStates::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_CheckButtonStates, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'MainMenuV2_ComboBox_C_CheckButtonStates::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_CheckButtonStates, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000005, "Member 'MainMenuV2_ComboBox_C_CheckButtonStates::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GetCurrentValue \ static_assert(alignof(MainMenuV2_ComboBox_C_GetCurrentValue) == 0x000008, "Wrong alignment on MainMenuV2_ComboBox_C_GetCurrentValue"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GetCurrentValue) == 0x000038, "Wrong size on MainMenuV2_ComboBox_C_GetCurrentValue"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GetCurrentValue, CurrentValue) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GetCurrentValue::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GetCurrentValue, CurrentIndex) == 0x000018, "Member 'MainMenuV2_ComboBox_C_GetCurrentValue::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GetCurrentValue, CallFunc_Array_Get_Item) == 0x000020, "Member 'MainMenuV2_ComboBox_C_GetCurrentValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_DecStepValueGamepad \ static_assert(alignof(MainMenuV2_ComboBox_C_DecStepValueGamepad) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_DecStepValueGamepad"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_DecStepValueGamepad) == 0x000004, "Wrong size on MainMenuV2_ComboBox_C_DecStepValueGamepad"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_DecStepValueGamepad, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'MainMenuV2_ComboBox_C_DecStepValueGamepad::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_AddStepValueGamepad \ static_assert(alignof(MainMenuV2_ComboBox_C_AddStepValueGamepad) == 0x000004, "Wrong alignment on MainMenuV2_ComboBox_C_AddStepValueGamepad"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_AddStepValueGamepad) == 0x000004, "Wrong size on MainMenuV2_ComboBox_C_AddStepValueGamepad"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_AddStepValueGamepad, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'MainMenuV2_ComboBox_C_AddStepValueGamepad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ComboBox_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ComboBox_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ComboBox_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ComboBox_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ComboBox_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ComboBox_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ComboBox_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ComboBox_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ComboBox_C \ static_assert(alignof(UMainMenuV2_ComboBox_C) == 0x000008, "Wrong alignment on UMainMenuV2_ComboBox_C"); \ static_assert(sizeof(UMainMenuV2_ComboBox_C) == 0x000340, "Wrong size on UMainMenuV2_ComboBox_C"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ComboBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, ApplyChanges) == 0x000268, "Member 'UMainMenuV2_ComboBox_C::ApplyChanges' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, BottonPrevious) == 0x000270, "Member 'UMainMenuV2_ComboBox_C::BottonPrevious' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, ButtonNext) == 0x000278, "Member 'UMainMenuV2_ComboBox_C::ButtonNext' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, ButtonsBack) == 0x000280, "Member 'UMainMenuV2_ComboBox_C::ButtonsBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, CanvasSize) == 0x000288, "Member 'UMainMenuV2_ComboBox_C::CanvasSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, Gamepad_Change) == 0x000290, "Member 'UMainMenuV2_ComboBox_C::Gamepad_Change' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, Header) == 0x000298, "Member 'UMainMenuV2_ComboBox_C::Header' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, LineHover) == 0x0002A0, "Member 'UMainMenuV2_ComboBox_C::LineHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, MainBack) == 0x0002A8, "Member 'UMainMenuV2_ComboBox_C::MainBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, MainBorder) == 0x0002B0, "Member 'UMainMenuV2_ComboBox_C::MainBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, MiddleLine) == 0x0002B8, "Member 'UMainMenuV2_ComboBox_C::MiddleLine' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, ValueText) == 0x0002C0, "Member 'UMainMenuV2_ComboBox_C::ValueText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, OnChange) == 0x0002C8, "Member 'UMainMenuV2_ComboBox_C::OnChange' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, HeaderText) == 0x0002D8, "Member 'UMainMenuV2_ComboBox_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, IsChanged) == 0x0002F0, "Member 'UMainMenuV2_ComboBox_C::IsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, IsMouseOn) == 0x0002F1, "Member 'UMainMenuV2_ComboBox_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, Values) == 0x0002F8, "Member 'UMainMenuV2_ComboBox_C::Values' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, CurentValueIndex) == 0x000308, "Member 'UMainMenuV2_ComboBox_C::CurentValueIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, DefuultValue) == 0x00030C, "Member 'UMainMenuV2_ComboBox_C::DefuultValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, SettingsMenuRef) == 0x000310, "Member 'UMainMenuV2_ComboBox_C::SettingsMenuRef' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, DontShowIsChanged) == 0x000318, "Member 'UMainMenuV2_ComboBox_C::DontShowIsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, CustomText) == 0x000320, "Member 'UMainMenuV2_ComboBox_C::CustomText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ComboBox_C, IsGamepadNOW) == 0x000338, "Member 'UMainMenuV2_ComboBox_C::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin \ static_assert(alignof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin) == 0x000008, "Wrong alignment on MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin"); \ static_assert(sizeof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin) == 0x000178, "Wrong size on MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, EntryPoint) == 0x000000, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, K2Node_Event_MyGeometry_1) == 0x000018, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, K2Node_Event_InDeltaTime) == 0x000050, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, K2Node_Event_MouseEvent_1) == 0x000058, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, CallFunc_PlayEvent2D_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, K2Node_Event_MyGeometry) == 0x0000D0, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin, K2Node_Event_MouseEvent) == 0x000108, "Member 'MainMenuV2_SliderPin_C_ExecuteUbergraph_MainMenuV2_SliderPin::K2Node_Event_MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SliderPin_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_SliderPin_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_SliderPin_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_SliderPin_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_SliderPin_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_SliderPin_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_SliderPin_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SliderPin_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_SliderPin_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_SliderPin_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_SliderPin_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_SliderPin_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_SliderPin_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SliderPin_C_Tick \ static_assert(alignof(MainMenuV2_SliderPin_C_Tick) == 0x000004, "Wrong alignment on MainMenuV2_SliderPin_C_Tick"); \ static_assert(sizeof(MainMenuV2_SliderPin_C_Tick) == 0x00003C, "Wrong size on MainMenuV2_SliderPin_C_Tick"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuV2_SliderPin_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SliderPin_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuV2_SliderPin_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SliderPin_C \ static_assert(alignof(UMainMenuV2_SliderPin_C) == 0x000008, "Wrong alignment on UMainMenuV2_SliderPin_C"); \ static_assert(sizeof(UMainMenuV2_SliderPin_C) == 0x0002B8, "Wrong size on UMainMenuV2_SliderPin_C"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_SliderPin_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, AnimationHover) == 0x000268, "Member 'UMainMenuV2_SliderPin_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, Border) == 0x000270, "Member 'UMainMenuV2_SliderPin_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, Button_79) == 0x000278, "Member 'UMainMenuV2_SliderPin_C::Button_79' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, Hover) == 0x000280, "Member 'UMainMenuV2_SliderPin_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, Pin) == 0x000288, "Member 'UMainMenuV2_SliderPin_C::Pin' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, MouseDown) == 0x000290, "Member 'UMainMenuV2_SliderPin_C::MouseDown' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, CursorDelta) == 0x000294, "Member 'UMainMenuV2_SliderPin_C::CursorDelta' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, LastMousePosition) == 0x00029C, "Member 'UMainMenuV2_SliderPin_C::LastMousePosition' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SliderPin_C, Move) == 0x0002A8, "Member 'UMainMenuV2_SliderPin_C::Move' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider) == 0x000178, "Wrong size on MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, EntryPoint) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_Event_IsDesignTime) == 0x000004, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_ComponentBoundEvent_Value) == 0x000010, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_CustomEvent_Value0_1_1) == 0x000014, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_CustomEvent_Value0_1_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000018, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_GetSize_ReturnValue) == 0x000020, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_BreakVector2D_X) == 0x000028, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_BreakVector2D_Y) == 0x00002C, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_Event_MyGeometry) == 0x000030, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_Event_MouseEvent_1) == 0x000068, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x0000D8, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_Event_MouseEvent) == 0x0000E0, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_GetSize_ReturnValue_1) == 0x000150, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_BreakVector2D_X_1) == 0x000158, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_BreakVector2D_Y_1) == 0x00015C, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000160, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, K2Node_CustomEvent_Value0_1) == 0x000164, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::K2Node_CustomEvent_Value0_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_MapRangeClamped_ReturnValue) == 0x000168, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider, CallFunc_MakeVector2D_ReturnValue) == 0x00016C, "Member 'MainMenuV2_HorizontalSlider_C_ExecuteUbergraph_MainMenuV2_HorizontalSlider::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_SetValueNoCall \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_SetValueNoCall) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSlider_C_SetValueNoCall"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_SetValueNoCall) == 0x000004, "Wrong size on MainMenuV2_HorizontalSlider_C_SetValueNoCall"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_SetValueNoCall, Value0_1_0) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_SetValueNoCall::Value0_1_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSlider_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_HorizontalSlider_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSlider_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_HorizontalSlider_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_HorizontalSlider_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_SetValue \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_SetValue) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSlider_C_SetValue"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_SetValue) == 0x000004, "Wrong size on MainMenuV2_HorizontalSlider_C_SetValue"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_SetValue, Value0_1_0) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_SetValue::Value0_1_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_BndEvt__MainMenuV2_HorizontalSlider_Slider_169_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSlider_C_PreConstruct \ static_assert(alignof(MainMenuV2_HorizontalSlider_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSlider_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_HorizontalSlider_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_HorizontalSlider_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_HorizontalSlider_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_HorizontalSlider_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_HorizontalSlider_C \ static_assert(alignof(UMainMenuV2_HorizontalSlider_C) == 0x000008, "Wrong alignment on UMainMenuV2_HorizontalSlider_C"); \ static_assert(sizeof(UMainMenuV2_HorizontalSlider_C) == 0x0002A8, "Wrong size on UMainMenuV2_HorizontalSlider_C"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_HorizontalSlider_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, MainMenuV2_SliderPin) == 0x000268, "Member 'UMainMenuV2_HorizontalSlider_C::MainMenuV2_SliderPin' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, PinCanvas) == 0x000270, "Member 'UMainMenuV2_HorizontalSlider_C::PinCanvas' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, ProgressBar_86) == 0x000278, "Member 'UMainMenuV2_HorizontalSlider_C::ProgressBar_86' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, Slider_169) == 0x000280, "Member 'UMainMenuV2_HorizontalSlider_C::Slider_169' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, Value0_1) == 0x000288, "Member 'UMainMenuV2_HorizontalSlider_C::Value0_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, ValueChanges) == 0x000290, "Member 'UMainMenuV2_HorizontalSlider_C::ValueChanges' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSlider_C, PinSize) == 0x0002A0, "Member 'UMainMenuV2_HorizontalSlider_C::PinSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton \ static_assert(alignof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton) == 0x000008, "Wrong alignment on MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton"); \ static_assert(sizeof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton) == 0x000140, "Wrong size on MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, K2Node_Event_MouseEvent_1) == 0x000008, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, K2Node_Event_MyGeometry) == 0x000078, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, K2Node_Event_MouseEvent) == 0x0000B0, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, CallFunc_PlayAnimation_ReturnValue) == 0x000120, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000128, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000130, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000138, "Member 'MainMenuV2_ModalButton_C_ExecuteUbergraph_MainMenuV2_ModalButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ModalButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ModalButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ModalButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ModalButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ModalButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ModalButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ModalButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ModalButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ModalButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ModalButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ModalButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_ModalButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ModalButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ModalButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ModalButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ModalButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ModalButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ModalButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ModalButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_ModalButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ModalButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ModalButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ModalButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ModalButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ModalButton_C \ static_assert(alignof(UMainMenuV2_ModalButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_ModalButton_C"); \ static_assert(sizeof(UMainMenuV2_ModalButton_C) == 0x0002D0, "Wrong size on UMainMenuV2_ModalButton_C"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ModalButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Animation_Hover) == 0x000268, "Member 'UMainMenuV2_ModalButton_C::Animation_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Defalut_BG) == 0x000270, "Member 'UMainMenuV2_ModalButton_C::Defalut_BG' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Default_Icon) == 0x000278, "Member 'UMainMenuV2_ModalButton_C::Default_Icon' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Hovered_BG) == 0x000280, "Member 'UMainMenuV2_ModalButton_C::Hovered_BG' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Hovered_Icon) == 0x000288, "Member 'UMainMenuV2_ModalButton_C::Hovered_Icon' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Shadow) == 0x000290, "Member 'UMainMenuV2_ModalButton_C::Shadow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, OnClicked) == 0x000298, "Member 'UMainMenuV2_ModalButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Sound_Hover) == 0x0002A8, "Member 'UMainMenuV2_ModalButton_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, Sound_Click) == 0x0002B0, "Member 'UMainMenuV2_ModalButton_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, DefaultBG_Color) == 0x0002B8, "Member 'UMainMenuV2_ModalButton_C::DefaultBG_Color' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalButton_C, IconTexture) == 0x0002C8, "Member 'UMainMenuV2_ModalButton_C::IconTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem \ static_assert(alignof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem) == 0x000010, "Wrong alignment on GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem"); \ static_assert(sizeof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem) == 0x000560, "Wrong size on GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, EntryPoint) == 0x000000, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetWasStolen_ReturnValue) == 0x000006, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetWasStolen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_4) == 0x000018, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Percentage_1) == 0x000020, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_3) == 0x000028, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Hit_2) == 0x000030, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_2) == 0x0000B8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000C0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_LootItem_ReturnValue) == 0x0000C9, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_LootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsFGLootable_Actor) == 0x0000D0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsFGLootable_Actor' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_5) == 0x0000E8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_CanBeLooted_ReturnValue) == 0x0000F0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetMaterials_ReturnValue) == 0x0000F8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_HasAuthority_ReturnValue) == 0x00010D, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, Temp_int_Array_Index_Variable) == 0x000110, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Array_Get_Item) == 0x000118, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000120, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_HasAuthority_ReturnValue_1) == 0x00012C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetPlayerTrain_ReturnValue) == 0x000130, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000140, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_2) == 0x000148, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_HasAuthority_ReturnValue_2) == 0x000149, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Hit_1) == 0x00014C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0001D8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_6) == 0x0001E0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001E8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_3) == 0x0001F0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Hit_3) == 0x0001F4, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_7) == 0x000280, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_CanHoldUse_ReturnValue) == 0x000288, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_CanHoldUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_CanBeTeleported_Value) == 0x000289, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_CanBeTeleported_Value' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetItemSelection_SelectionText) == 0x000290, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetItemSelection_bDisableButton) == 0x0002A8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetItemSelection_bIsInfoText) == 0x0002A9, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_BooleanAND_ReturnValue) == 0x0002AA, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002AB, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_MakeStruct_KeyDisplayMeta) == 0x0002B0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_MakeStruct_KeyDisplayMeta' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_TextIsEmpty_ReturnValue) == 0x0002E8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetPlayerController_ReturnValue) == 0x0002F0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetHUD_ReturnValue) == 0x0002F8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000300, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_4) == 0x000310, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000318, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_5) == 0x000328, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Hit_4) == 0x00032C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_8) == 0x0003B8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_MakeStruct_KeyDisplayMeta_1) == 0x0003C0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_MakeStruct_KeyDisplayMeta_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetPlayerController_ReturnValue_1) == 0x0003F8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetHUD_ReturnValue_1) == 0x000400, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsAction_Buttons_Displayer_2) == 0x000408, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsAction_Buttons_Displayer_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_6) == 0x000418, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Percentage) == 0x00041C, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter_1) == 0x000420, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetPlayerController_ReturnValue_2) == 0x000428, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_Hit) == 0x000430, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_Event_PlayerCharacter) == 0x0004B8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_GetHUD_ReturnValue_2) == 0x0004C0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_CanBeTeleported_Value_1) == 0x0004C8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_CanBeTeleported_Value_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_AsAction_Buttons_Displayer_3) == 0x0004D0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_AsAction_Buttons_Displayer_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, K2Node_DynamicCast_bSuccess_7) == 0x0004E0, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_FindFreeRofleemo_Rofleemo) == 0x0004E8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_FindFreeRofleemo_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Array_Get_Item_1) == 0x0004F8, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000500, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_IsValid_ReturnValue_2) == 0x000501, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_MakeTransform_ReturnValue) == 0x000510, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000540, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_IsInDepot_bResult) == 0x000548, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_IsInDepot_bResult' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_FinishSpawningActor_ReturnValue) == 0x000550, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Not_PreBool_ReturnValue_3) == 0x000558, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_IsInDepot_bResult_1) == 0x000559, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_IsInDepot_bResult_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_Not_PreBool_ReturnValue_4) == 0x00055A, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem, CallFunc_BooleanAND_ReturnValue_1) == 0x00055B, "Member 'GenericHeavyItem_C_ExecuteUbergraph_GenericHeavyItem::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnHoldUseActor \ static_assert(alignof(GenericHeavyItem_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericHeavyItem_C_OnHoldUseActor"); \ static_assert(sizeof(GenericHeavyItem_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericHeavyItem_C_OnHoldUseActor"); \ static_assert(offsetof(GenericHeavyItem_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericHeavyItem_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_HoldProgressInfo \ static_assert(alignof(GenericHeavyItem_C_HoldProgressInfo) == 0x000008, "Wrong alignment on GenericHeavyItem_C_HoldProgressInfo"); \ static_assert(sizeof(GenericHeavyItem_C_HoldProgressInfo) == 0x000010, "Wrong size on GenericHeavyItem_C_HoldProgressInfo"); \ static_assert(offsetof(GenericHeavyItem_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'GenericHeavyItem_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericHeavyItem_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnGotFocus \ static_assert(alignof(GenericHeavyItem_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericHeavyItem_C_OnGotFocus"); \ static_assert(sizeof(GenericHeavyItem_C_OnGotFocus) == 0x000088, "Wrong size on GenericHeavyItem_C_OnGotFocus"); \ static_assert(offsetof(GenericHeavyItem_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericHeavyItem_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnUseActor \ static_assert(alignof(GenericHeavyItem_C_OnUseActor) == 0x000008, "Wrong alignment on GenericHeavyItem_C_OnUseActor"); \ static_assert(sizeof(GenericHeavyItem_C_OnUseActor) == 0x000090, "Wrong size on GenericHeavyItem_C_OnUseActor"); \ static_assert(offsetof(GenericHeavyItem_C_OnUseActor, Hit) == 0x000000, "Member 'GenericHeavyItem_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_AltHoldProgressInfo \ static_assert(alignof(GenericHeavyItem_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on GenericHeavyItem_C_AltHoldProgressInfo"); \ static_assert(sizeof(GenericHeavyItem_C_AltHoldProgressInfo) == 0x000010, "Wrong size on GenericHeavyItem_C_AltHoldProgressInfo"); \ static_assert(offsetof(GenericHeavyItem_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'GenericHeavyItem_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericHeavyItem_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_AltHoldUseStarted \ static_assert(alignof(GenericHeavyItem_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on GenericHeavyItem_C_AltHoldUseStarted"); \ static_assert(sizeof(GenericHeavyItem_C_AltHoldUseStarted) == 0x000008, "Wrong size on GenericHeavyItem_C_AltHoldUseStarted"); \ static_assert(offsetof(GenericHeavyItem_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericHeavyItem_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_HoldUseStarted \ static_assert(alignof(GenericHeavyItem_C_HoldUseStarted) == 0x000008, "Wrong alignment on GenericHeavyItem_C_HoldUseStarted"); \ static_assert(sizeof(GenericHeavyItem_C_HoldUseStarted) == 0x000008, "Wrong size on GenericHeavyItem_C_HoldUseStarted"); \ static_assert(offsetof(GenericHeavyItem_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericHeavyItem_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnHoldUseFinished \ static_assert(alignof(GenericHeavyItem_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on GenericHeavyItem_C_OnHoldUseFinished"); \ static_assert(sizeof(GenericHeavyItem_C_OnHoldUseFinished) == 0x000008, "Wrong size on GenericHeavyItem_C_OnHoldUseFinished"); \ static_assert(offsetof(GenericHeavyItem_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'GenericHeavyItem_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnAlternateUseActor \ static_assert(alignof(GenericHeavyItem_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericHeavyItem_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericHeavyItem_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericHeavyItem_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericHeavyItem_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericHeavyItem_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_OnAltHoldUseActor \ static_assert(alignof(GenericHeavyItem_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericHeavyItem_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericHeavyItem_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericHeavyItem_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericHeavyItem_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericHeavyItem_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_SlotIsEmpty \ static_assert(alignof(GenericHeavyItem_C_SlotIsEmpty) == 0x000008, "Wrong alignment on GenericHeavyItem_C_SlotIsEmpty"); \ static_assert(sizeof(GenericHeavyItem_C_SlotIsEmpty) == 0x000080, "Wrong size on GenericHeavyItem_C_SlotIsEmpty"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, Player) == 0x000000, "Member 'GenericHeavyItem_C_SlotIsEmpty::Player' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, Result) == 0x000008, "Member 'GenericHeavyItem_C_SlotIsEmpty::Result' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue) == 0x000010, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_1) == 0x000018, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue) == 0x000028, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue) == 0x000030, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000038, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_2) == 0x000040, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000048, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_2) == 0x000049, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue_1) == 0x00004A, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_2) == 0x000050, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000058, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetSlot_ReturnValue_3) == 0x000060, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_IsValid_ReturnValue_3) == 0x000068, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000069, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_GetPlaceholder_ReturnValue_3) == 0x000070, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_GetPlaceholder_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_SlotIsEmpty, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000078, "Member 'GenericHeavyItem_C_SlotIsEmpty::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanBeGrappled \ static_assert(alignof(GenericHeavyItem_C_CanBeGrappled) == 0x000001, "Wrong alignment on GenericHeavyItem_C_CanBeGrappled"); \ static_assert(sizeof(GenericHeavyItem_C_CanBeGrappled) == 0x000001, "Wrong size on GenericHeavyItem_C_CanBeGrappled"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'GenericHeavyItem_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_HaveAnyHeavySlot \ static_assert(alignof(GenericHeavyItem_C_HaveAnyHeavySlot) == 0x000008, "Wrong alignment on GenericHeavyItem_C_HaveAnyHeavySlot"); \ static_assert(sizeof(GenericHeavyItem_C_HaveAnyHeavySlot) == 0x000018, "Wrong size on GenericHeavyItem_C_HaveAnyHeavySlot"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, Inventory) == 0x000000, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::Inventory' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, ReturnValue) == 0x000008, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, CallFunc_GetBackPackInfo_Capacity) == 0x00000C, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::CallFunc_GetBackPackInfo_Capacity' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, CallFunc_GetBackPackInfo_EquipedSlots) == 0x000010, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::CallFunc_GetBackPackInfo_EquipedSlots' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_HaveAnyHeavySlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'GenericHeavyItem_C_HaveAnyHeavySlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CreateStolenMark \ static_assert(alignof(GenericHeavyItem_C_CreateStolenMark) == 0x000010, "Wrong alignment on GenericHeavyItem_C_CreateStolenMark"); \ static_assert(sizeof(GenericHeavyItem_C_CreateStolenMark) == 0x000050, "Wrong size on GenericHeavyItem_C_CreateStolenMark"); \ static_assert(offsetof(GenericHeavyItem_C_CreateStolenMark, Temp_struct_Variable) == 0x000000, "Member 'GenericHeavyItem_C_CreateStolenMark::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CreateStolenMark, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'GenericHeavyItem_C_CreateStolenMark::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CreateStolenMark, K2Node_DynamicCast_AsStolen_Mark) == 0x000038, "Member 'GenericHeavyItem_C_CreateStolenMark::K2Node_DynamicCast_AsStolen_Mark' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CreateStolenMark, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericHeavyItem_C_CreateStolenMark::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CreateStolenMark, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000041, "Member 'GenericHeavyItem_C_CreateStolenMark::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanHoldInteract \ static_assert(alignof(GenericHeavyItem_C_CanHoldInteract) == 0x000001, "Wrong alignment on GenericHeavyItem_C_CanHoldInteract"); \ static_assert(sizeof(GenericHeavyItem_C_CanHoldInteract) == 0x000001, "Wrong size on GenericHeavyItem_C_CanHoldInteract"); \ static_assert(offsetof(GenericHeavyItem_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'GenericHeavyItem_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanBeTeleported \ static_assert(alignof(GenericHeavyItem_C_CanBeTeleported) == 0x000008, "Wrong alignment on GenericHeavyItem_C_CanBeTeleported"); \ static_assert(sizeof(GenericHeavyItem_C_CanBeTeleported) == 0x000090, "Wrong size on GenericHeavyItem_C_CanBeTeleported"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, PlayerChar) == 0x000000, "Member 'GenericHeavyItem_C_CanBeTeleported::PlayerChar' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, Value) == 0x000008, "Member 'GenericHeavyItem_C_CanBeTeleported::Value' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, PlayerDiaryComp) == 0x000010, "Member 'GenericHeavyItem_C_CanBeTeleported::PlayerDiaryComp' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_IsTeleportUnlocked_ReturnValue) == 0x000018, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_IsTeleportUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_Add_VectorVector_ReturnValue) == 0x000028, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, K2Node_MakeArray_Array) == 0x000038, "Member 'GenericHeavyItem_C_CanBeTeleported::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, Temp_object_Variable) == 0x000050, "Member 'GenericHeavyItem_C_CanBeTeleported::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000060, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_SphereOverlapActors_OutActors) == 0x000070, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_SphereOverlapActors_ReturnValue) == 0x000080, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_Not_PreBool_ReturnValue_1) == 0x000088, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanBeTeleported, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000089, "Member 'GenericHeavyItem_C_CanBeTeleported::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_IsTeleportUnlocked \ static_assert(alignof(GenericHeavyItem_C_IsTeleportUnlocked) == 0x000008, "Wrong alignment on GenericHeavyItem_C_IsTeleportUnlocked"); \ static_assert(sizeof(GenericHeavyItem_C_IsTeleportUnlocked) == 0x000018, "Wrong size on GenericHeavyItem_C_IsTeleportUnlocked"); \ static_assert(offsetof(GenericHeavyItem_C_IsTeleportUnlocked, ReturnValue) == 0x000000, "Member 'GenericHeavyItem_C_IsTeleportUnlocked::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsTeleportUnlocked, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'GenericHeavyItem_C_IsTeleportUnlocked::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsTeleportUnlocked, CallFunc_IsQuestProgressionUnlocked_ReturnValue) == 0x000010, "Member 'GenericHeavyItem_C_IsTeleportUnlocked::CallFunc_IsQuestProgressionUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_IsInDepot \ static_assert(alignof(GenericHeavyItem_C_IsInDepot) == 0x000008, "Wrong alignment on GenericHeavyItem_C_IsInDepot"); \ static_assert(sizeof(GenericHeavyItem_C_IsInDepot) == 0x000030, "Wrong size on GenericHeavyItem_C_IsInDepot"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, bResult) == 0x000000, "Member 'GenericHeavyItem_C_IsInDepot::bResult' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'GenericHeavyItem_C_IsInDepot::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'GenericHeavyItem_C_IsInDepot::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GenericHeavyItem_C_IsInDepot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000020, "Member 'GenericHeavyItem_C_IsInDepot::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsInDepot, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'GenericHeavyItem_C_IsInDepot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanUse \ static_assert(alignof(GenericHeavyItem_C_CanUse) == 0x000008, "Wrong alignment on GenericHeavyItem_C_CanUse"); \ static_assert(sizeof(GenericHeavyItem_C_CanUse) == 0x000098, "Wrong size on GenericHeavyItem_C_CanUse"); \ static_assert(offsetof(GenericHeavyItem_C_CanUse, Hit) == 0x000000, "Member 'GenericHeavyItem_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericHeavyItem_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanHoldUse \ static_assert(alignof(GenericHeavyItem_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericHeavyItem_C_CanHoldUse"); \ static_assert(sizeof(GenericHeavyItem_C_CanHoldUse) == 0x000098, "Wrong size on GenericHeavyItem_C_CanHoldUse"); \ static_assert(offsetof(GenericHeavyItem_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericHeavyItem_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericHeavyItem_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanAltUse \ static_assert(alignof(GenericHeavyItem_C_CanAltUse) == 0x000008, "Wrong alignment on GenericHeavyItem_C_CanAltUse"); \ static_assert(sizeof(GenericHeavyItem_C_CanAltUse) == 0x000098, "Wrong size on GenericHeavyItem_C_CanAltUse"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltUse, Hit) == 0x000000, "Member 'GenericHeavyItem_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericHeavyItem_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanAltHoldUse \ static_assert(alignof(GenericHeavyItem_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericHeavyItem_C_CanAltHoldUse"); \ static_assert(sizeof(GenericHeavyItem_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericHeavyItem_C_CanAltHoldUse"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericHeavyItem_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericHeavyItem_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericHeavyItem_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetItemSelection \ static_assert(alignof(GenericHeavyItem_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericHeavyItem_C_GetItemSelection"); \ static_assert(sizeof(GenericHeavyItem_C_GetItemSelection) == 0x000150, "Wrong size on GenericHeavyItem_C_GetItemSelection"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericHeavyItem_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, Player) == 0x000088, "Member 'GenericHeavyItem_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, SelectionText_0) == 0x000090, "Member 'GenericHeavyItem_C_GetItemSelection::SelectionText_0' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericHeavyItem_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericHeavyItem_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, LocalPlayerChar) == 0x0000B0, "Member 'GenericHeavyItem_C_GetItemSelection::LocalPlayerChar' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, ItemText) == 0x0000B8, "Member 'GenericHeavyItem_C_GetItemSelection::ItemText' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C9, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000CA, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000CC, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000D0, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000D4, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E0, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000EC, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F8, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00014C, "Member 'GenericHeavyItem_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetItemDurability \ static_assert(alignof(GenericHeavyItem_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericHeavyItem_C_GetItemDurability"); \ static_assert(sizeof(GenericHeavyItem_C_GetItemDurability) == 0x000018, "Wrong size on GenericHeavyItem_C_GetItemDurability"); \ static_assert(offsetof(GenericHeavyItem_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericHeavyItem_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_IsDeconstructionAllowed \ static_assert(alignof(GenericHeavyItem_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericHeavyItem_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericHeavyItem_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on GenericHeavyItem_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericHeavyItem_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericHeavyItem_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericHeavyItem_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericHeavyItem_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericHeavyItem_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_CanRepairIt \ static_assert(alignof(GenericHeavyItem_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericHeavyItem_C_CanRepairIt"); \ static_assert(sizeof(GenericHeavyItem_C_CanRepairIt) == 0x00008C, "Wrong size on GenericHeavyItem_C_CanRepairIt"); \ static_assert(offsetof(GenericHeavyItem_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericHeavyItem_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericHeavyItem_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetAdditionalButtons \ static_assert(alignof(GenericHeavyItem_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericHeavyItem_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericHeavyItem_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericHeavyItem_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericHeavyItem_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericHeavyItem_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetProgressStatusState \ static_assert(alignof(GenericHeavyItem_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericHeavyItem_C_GetProgressStatusState"); \ static_assert(sizeof(GenericHeavyItem_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericHeavyItem_C_GetProgressStatusState"); \ static_assert(offsetof(GenericHeavyItem_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericHeavyItem_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetProgressStatusTime \ static_assert(alignof(GenericHeavyItem_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericHeavyItem_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericHeavyItem_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericHeavyItem_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericHeavyItem_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericHeavyItem_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetHoldUseTime \ static_assert(alignof(GenericHeavyItem_C_GetHoldUseTime) == 0x000008, "Wrong alignment on GenericHeavyItem_C_GetHoldUseTime"); \ static_assert(sizeof(GenericHeavyItem_C_GetHoldUseTime) == 0x000010, "Wrong size on GenericHeavyItem_C_GetHoldUseTime"); \ static_assert(offsetof(GenericHeavyItem_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'GenericHeavyItem_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'GenericHeavyItem_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericHeavyItem_C_GetBackPackInfo \ static_assert(alignof(GenericHeavyItem_C_GetBackPackInfo) == 0x000008, "Wrong alignment on GenericHeavyItem_C_GetBackPackInfo"); \ static_assert(sizeof(GenericHeavyItem_C_GetBackPackInfo) == 0x000088, "Wrong size on GenericHeavyItem_C_GetBackPackInfo"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Inventory) == 0x000000, "Member 'GenericHeavyItem_C_GetBackPackInfo::Inventory' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Capacity) == 0x000008, "Member 'GenericHeavyItem_C_GetBackPackInfo::Capacity' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, EquipedSlots) == 0x00000C, "Member 'GenericHeavyItem_C_GetBackPackInfo::EquipedSlots' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, LocalCountEquipedSlot) == 0x000010, "Member 'GenericHeavyItem_C_GetBackPackInfo::LocalCountEquipedSlot' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, LocalCountSlots) == 0x000014, "Member 'GenericHeavyItem_C_GetBackPackInfo::LocalCountSlots' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable) == 0x000018, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable_1) == 0x00001C, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue_1) == 0x000038, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000048, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue) == 0x000052, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000053, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable_2) == 0x000054, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetSlot_ReturnValue_2) == 0x000058, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetPlaceholder_ReturnValue_2) == 0x000060, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetPlaceholder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000068, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable_3) == 0x00006C, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_IsValid_ReturnValue_3) == 0x000070, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable_4) == 0x000074, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, Temp_int_Variable_5) == 0x000078, "Member 'GenericHeavyItem_C_GetBackPackInfo::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_3) == 0x00007C, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_4) == 0x000080, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericHeavyItem_C_GetBackPackInfo, CallFunc_Add_IntInt_ReturnValue_5) == 0x000084, "Member 'GenericHeavyItem_C_GetBackPackInfo::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericHeavyItem_C \ static_assert(alignof(AGenericHeavyItem_C) == 0x000010, "Wrong alignment on AGenericHeavyItem_C"); \ static_assert(sizeof(AGenericHeavyItem_C) == 0x000750, "Wrong size on AGenericHeavyItem_C"); \ static_assert(offsetof(AGenericHeavyItem_C, UberGraphFrame) == 0x0006D0, "Member 'AGenericHeavyItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, RareLootFX) == 0x0006D8, "Member 'AGenericHeavyItem_C::RareLootFX' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bStopRotate) == 0x0006E0, "Member 'AGenericHeavyItem_C::bStopRotate' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, RotationSpeedMin) == 0x0006E4, "Member 'AGenericHeavyItem_C::RotationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, RotationSpeedMax) == 0x0006E8, "Member 'AGenericHeavyItem_C::RotationSpeedMax' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, IsUsable) == 0x0006EC, "Member 'AGenericHeavyItem_C::IsUsable' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bCanHoldInteract) == 0x0006ED, "Member 'AGenericHeavyItem_C::bCanHoldInteract' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bIsRareItem) == 0x0006EE, "Member 'AGenericHeavyItem_C::bIsRareItem' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bEnableRareLootFX) == 0x0006EF, "Member 'AGenericHeavyItem_C::bEnableRareLootFX' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, RareLootFXSpawnThreshold) == 0x0006F0, "Member 'AGenericHeavyItem_C::RareLootFXSpawnThreshold' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bItemPickedUp) == 0x0006F4, "Member 'AGenericHeavyItem_C::bItemPickedUp' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, StolenMark) == 0x0006F8, "Member 'AGenericHeavyItem_C::StolenMark' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, PlayerTrain) == 0x000700, "Member 'AGenericHeavyItem_C::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, ItemMaterials) == 0x000708, "Member 'AGenericHeavyItem_C::ItemMaterials' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bBlocked) == 0x000718, "Member 'AGenericHeavyItem_C::bBlocked' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, Bearer) == 0x000720, "Member 'AGenericHeavyItem_C::Bearer' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bTeleportable) == 0x000728, "Member 'AGenericHeavyItem_C::bTeleportable' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, bUseGhostTP) == 0x000729, "Member 'AGenericHeavyItem_C::bUseGhostTP' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, SelectionText) == 0x000730, "Member 'AGenericHeavyItem_C::SelectionText' has a wrong offset!"); \ static_assert(offsetof(AGenericHeavyItem_C, OnTeleported) == 0x000740, "Member 'AGenericHeavyItem_C::OnTeleported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox \ static_assert(alignof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox) == 0x000004, "Wrong alignment on MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox"); \ static_assert(sizeof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox) == 0x000008, "Wrong size on MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox, EntryPoint) == 0x000000, "Member 'MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox, K2Node_ComponentBoundEvent_bIsChecked) == 0x000004, "Member 'MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox::K2Node_ComponentBoundEvent_bIsChecked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox, K2Node_CustomEvent_IsCheckNow) == 0x000005, "Member 'MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox::K2Node_CustomEvent_IsCheckNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox, K2Node_Event_IsDesignTime) == 0x000006, "Member 'MainMenuV2_Checkbox_C_ExecuteUbergraph_MainMenuV2_Checkbox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Checkbox_C_SetIsCheck \ static_assert(alignof(MainMenuV2_Checkbox_C_SetIsCheck) == 0x000001, "Wrong alignment on MainMenuV2_Checkbox_C_SetIsCheck"); \ static_assert(sizeof(MainMenuV2_Checkbox_C_SetIsCheck) == 0x000001, "Wrong size on MainMenuV2_Checkbox_C_SetIsCheck"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_SetIsCheck, IsCheckNow) == 0x000000, "Member 'MainMenuV2_Checkbox_C_SetIsCheck::IsCheckNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature \ static_assert(alignof(MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong size on MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature, bIsChecked) == 0x000000, "Member 'MainMenuV2_Checkbox_C_BndEvt__MainMenuV2_Checkbox_CheckBox_Element_K2Node_ComponentBoundEvent_1_OnCheckBoxComponentStateChanged__DelegateSignature::bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Checkbox_C_PreConstruct \ static_assert(alignof(MainMenuV2_Checkbox_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Checkbox_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Checkbox_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Checkbox_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Checkbox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Checkbox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Checkbox_C \ static_assert(alignof(UMainMenuV2_Checkbox_C) == 0x000008, "Wrong alignment on UMainMenuV2_Checkbox_C"); \ static_assert(sizeof(UMainMenuV2_Checkbox_C) == 0x000290, "Wrong size on UMainMenuV2_Checkbox_C"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Checkbox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, CheckBox_Element) == 0x000268, "Member 'UMainMenuV2_Checkbox_C::CheckBox_Element' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, SizeBox_126) == 0x000270, "Member 'UMainMenuV2_Checkbox_C::SizeBox_126' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, Size_X) == 0x000278, "Member 'UMainMenuV2_Checkbox_C::Size_X' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, Size_Y) == 0x00027C, "Member 'UMainMenuV2_Checkbox_C::Size_Y' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Checkbox_C, OnChecked) == 0x000280, "Member 'UMainMenuV2_Checkbox_C::OnChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton \ static_assert(alignof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton) == 0x000008, "Wrong alignment on MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton) == 0x000150, "Wrong size on MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_IsHold_1) == 0x000007, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_IsHold) == 0x000008, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_IsDesignTime) == 0x000009, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_MouseEvent_1) == 0x000010, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_MyGeometry) == 0x000080, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, CallFunc_PlayAnimation_ReturnValue) == 0x000128, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000130, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000138, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000140, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Event_Show) == 0x000148, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton, K2Node_Select_Default) == 0x000149, "Member 'MainMenuV2_SettingsButton_C_ExecuteUbergraph_MainMenuV2_SettingsButton::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_SettingsButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_SettingsButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_SettingsButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_SettingsButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_SettingsButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_SettingsButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_SettingsButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_SettingsButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_SettingsButton_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_SettingsButton_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_SettingsButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_SettingsButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_SettingsButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_SettingsButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_SettingsButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_SettingsButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_SettingsButton_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsButton_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_SettingsButton_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_SettingsButton_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_SettingsButton_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_SettingsButton_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_SettingsButton_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_SettingsButton_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SettingsButton_C \ static_assert(alignof(UMainMenuV2_SettingsButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_SettingsButton_C"); \ static_assert(sizeof(UMainMenuV2_SettingsButton_C) == 0x0002E0, "Wrong size on UMainMenuV2_SettingsButton_C"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_SettingsButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, AnimationHover) == 0x000268, "Member 'UMainMenuV2_SettingsButton_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, ActionText) == 0x000270, "Member 'UMainMenuV2_SettingsButton_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, BackArrow) == 0x000278, "Member 'UMainMenuV2_SettingsButton_C::BackArrow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Background) == 0x000280, "Member 'UMainMenuV2_SettingsButton_C::Background' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Gamepad_Back) == 0x000288, "Member 'UMainMenuV2_SettingsButton_C::Gamepad_Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, OutlineCircle) == 0x000290, "Member 'UMainMenuV2_SettingsButton_C::OutlineCircle' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Shadow) == 0x000298, "Member 'UMainMenuV2_SettingsButton_C::Shadow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Text) == 0x0002A0, "Member 'UMainMenuV2_SettingsButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, OnClicked) == 0x0002B8, "Member 'UMainMenuV2_SettingsButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Sound_Hover) == 0x0002C8, "Member 'UMainMenuV2_SettingsButton_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, Sound_Click) == 0x0002D0, "Member 'UMainMenuV2_SettingsButton_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsButton_C, IsMouseOn) == 0x0002D8, "Member 'UMainMenuV2_SettingsButton_C::IsMouseOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHeavyBolts_C \ static_assert(alignof(AHeavyBolts_C) == 0x000010, "Wrong alignment on AHeavyBolts_C"); \ static_assert(sizeof(AHeavyBolts_C) == 0x000430, "Wrong size on AHeavyBolts_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton \ static_assert(alignof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton) == 0x000008, "Wrong alignment on MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton) == 0x000318, "Wrong size on MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_bool_Variable_1) == 0x000007, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable_2) == 0x000008, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable_3) == 0x000009, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_bool_Variable_2) == 0x00000A, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable_4) == 0x00000B, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_byte_Variable_5) == 0x00000C, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_IsHold_1) == 0x00000D, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_IsHold) == 0x00000E, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_IsDesignTime) == 0x00000F, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_MouseEvent_1) == 0x000010, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_TextToUpper_ReturnValue) == 0x000080, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_MyGeometry_1) == 0x000098, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_MouseEvent) == 0x0000D0, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_PlayAnimation_ReturnValue) == 0x000140, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000148, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, Temp_bool_Variable_3) == 0x000150, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Select_Default) == 0x000198, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_MyGeometry) == 0x0001B0, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_InDeltaTime) == 0x0001E8, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001EC, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001F0, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0001F4, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_MakeStruct_SlateColor) == 0x000200, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Select_Default_1) == 0x000228, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_MakeStruct_SlateFontInfo) == 0x000230, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_MakeLiteralText_ReturnValue) == 0x000288, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_PlayEvent2D_ReturnValue) == 0x0002A0, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002A8, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_MakeArray_Array) == 0x0002E8, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, CallFunc_Format_ReturnValue) == 0x0002F8, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Event_Show) == 0x000310, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Select_Default_2) == 0x000311, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton, K2Node_Select_Default_3) == 0x000312, "Member 'MainMenuV2_ProgressButton_C_ExecuteUbergraph_MainMenuV2_ProgressButton::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_Tick \ static_assert(alignof(MainMenuV2_ProgressButton_C_Tick) == 0x000004, "Wrong alignment on MainMenuV2_ProgressButton_C_Tick"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_Tick) == 0x00003C, "Wrong size on MainMenuV2_ProgressButton_C_Tick"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuV2_ProgressButton_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ProgressButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ProgressButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ProgressButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ProgressButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ProgressButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ProgressButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ProgressButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_ProgressButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ProgressButton_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ProgressButton_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ProgressButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ProgressButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_OnMouseButtonDown) == 0x000238, "Wrong size on MainMenuV2_ProgressButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000168, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Ansora) == 0x000228, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_OnMouseButtonUp \ static_assert(alignof(MainMenuV2_ProgressButton_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on MainMenuV2_ProgressButton_C_OnMouseButtonUp"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_OnMouseButtonUp) == 0x000218, "Wrong size on MainMenuV2_ProgressButton_C_OnMouseButtonUp"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ProgressButton_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ProgressButton_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ProgressButton_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ProgressButton_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ProgressButton_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ProgressButton_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ProgressButton_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ProgressButton_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ProgressButton_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ProgressButton_C \ static_assert(alignof(UMainMenuV2_ProgressButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_ProgressButton_C"); \ static_assert(sizeof(UMainMenuV2_ProgressButton_C) == 0x000380, "Wrong size on UMainMenuV2_ProgressButton_C"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ProgressButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, AnimationHover) == 0x000268, "Member 'UMainMenuV2_ProgressButton_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, ActionText1) == 0x000270, "Member 'UMainMenuV2_ProgressButton_C::ActionText1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Background) == 0x000278, "Member 'UMainMenuV2_ProgressButton_C::Background' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, CirculProgressBarV2) == 0x000280, "Member 'UMainMenuV2_ProgressButton_C::CirculProgressBarV2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, DoBack) == 0x000288, "Member 'UMainMenuV2_ProgressButton_C::DoBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Gamepad_Hold) == 0x000290, "Member 'UMainMenuV2_ProgressButton_C::Gamepad_Hold' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, InProgress) == 0x000298, "Member 'UMainMenuV2_ProgressButton_C::InProgress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, NormalStyleOutline) == 0x0002A0, "Member 'UMainMenuV2_ProgressButton_C::NormalStyleOutline' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, NormalText) == 0x0002A8, "Member 'UMainMenuV2_ProgressButton_C::NormalText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, OnDo) == 0x0002B0, "Member 'UMainMenuV2_ProgressButton_C::OnDo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, RichTextBlock_446) == 0x0002B8, "Member 'UMainMenuV2_ProgressButton_C::RichTextBlock_446' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Shadow) == 0x0002C0, "Member 'UMainMenuV2_ProgressButton_C::Shadow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, VB_MainText) == 0x0002C8, "Member 'UMainMenuV2_ProgressButton_C::VB_MainText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Text) == 0x0002D0, "Member 'UMainMenuV2_ProgressButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, ProgressText) == 0x0002E8, "Member 'UMainMenuV2_ProgressButton_C::ProgressText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, ToUpper) == 0x000300, "Member 'UMainMenuV2_ProgressButton_C::ToUpper' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Key) == 0x000308, "Member 'UMainMenuV2_ProgressButton_C::Key' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, IsOnProgress) == 0x000320, "Member 'UMainMenuV2_ProgressButton_C::IsOnProgress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Time) == 0x000324, "Member 'UMainMenuV2_ProgressButton_C::Time' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, Time_Progress) == 0x000328, "Member 'UMainMenuV2_ProgressButton_C::Time_Progress' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, OnComplite) == 0x000330, "Member 'UMainMenuV2_ProgressButton_C::OnComplite' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, IsComplite) == 0x000340, "Member 'UMainMenuV2_ProgressButton_C::IsComplite' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, DoTextColor) == 0x000344, "Member 'UMainMenuV2_ProgressButton_C::DoTextColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, OutlineColor) == 0x000354, "Member 'UMainMenuV2_ProgressButton_C::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, IsDisabled) == 0x000364, "Member 'UMainMenuV2_ProgressButton_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, HideKey) == 0x000365, "Member 'UMainMenuV2_ProgressButton_C::HideKey' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, FontSize) == 0x000368, "Member 'UMainMenuV2_ProgressButton_C::FontSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, DontUseProgressBar) == 0x00036C, "Member 'UMainMenuV2_ProgressButton_C::DontUseProgressBar' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, IsMouseOn) == 0x00036D, "Member 'UMainMenuV2_ProgressButton_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ProgressButton_C, GamepadKey) == 0x000370, "Member 'UMainMenuV2_ProgressButton_C::GamepadKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler \ static_assert(alignof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler) == 0x000008, "Wrong alignment on MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler) == 0x000268, "Wrong size on MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, EntryPoint) == 0x000000, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_bool_Variable_1) == 0x000007, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable_2) == 0x000008, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable_3) == 0x000009, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Select_Default) == 0x00000A, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_bool_Variable_2) == 0x00000B, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable_4) == 0x00000C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_byte_Variable_5) == 0x00000D, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_IsHold_1) == 0x00000E, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_IsHold) == 0x00000F, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_IsDesignTime) == 0x000010, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_CustomEvent_Left) == 0x000011, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_CustomEvent_Left' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_SelectInt_ReturnValue) == 0x000014, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_MyGeometry) == 0x000018, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_MouseEvent_1) == 0x000050, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_MouseEvent) == 0x0000C0, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_int_Array_Index_Variable) == 0x000130, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_MakeStruct_SlateColor) == 0x000138, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_MakeStruct_SlateColor_1) == 0x000160, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_MakeStruct_SlateColor_2) == 0x000188, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_TextIsEmpty_ReturnValue) == 0x0001B0, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_CustomEvent_Index_2) == 0x0001B4, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_CustomEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Select_Default_1) == 0x0001B8, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001B9, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_MakeArray_Array) == 0x0001C0, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_Get_Item) == 0x0001D0, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0001E0, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_TextIsEmpty_ReturnValue_1) == 0x0001E8, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_GetSize_ReturnValue) == 0x0001EC, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_BreakVector2D_X) == 0x0001F4, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_BreakVector2D_Y) == 0x0001F8, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000200, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, Temp_int_Loop_Counter_Variable) == 0x000208, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_GetSize_ReturnValue_1) == 0x00020C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_BreakVector2D_X_1) == 0x000214, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_BreakVector2D_Y_1) == 0x000218, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Less_IntInt_ReturnValue) == 0x00021C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000220, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_MakeVector2D_ReturnValue) == 0x000224, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Add_IntInt_ReturnValue) == 0x00022C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Event_Show) == 0x000230, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_MakeArray_Array_1) == 0x000238, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_Find_ReturnValue) == 0x000248, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_Find_ReturnValue_1) == 0x00024C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000250, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_Find_ReturnValue_2) == 0x000254, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_Find_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_CustomEvent_Index_1) == 0x000258, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_CustomEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Add_IntInt_ReturnValue_1) == 0x00025C, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000260, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000261, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_Select_Default_2) == 0x000262, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler, K2Node_CustomEvent_Index) == 0x000264, "Member 'MainMenuV2_Thumbler_C_ExecuteUbergraph_MainMenuV2_Thumbler::K2Node_CustomEvent_Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_SetButtonByIndex \ static_assert(alignof(MainMenuV2_Thumbler_C_SetButtonByIndex) == 0x000004, "Wrong alignment on MainMenuV2_Thumbler_C_SetButtonByIndex"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_SetButtonByIndex) == 0x000004, "Wrong size on MainMenuV2_Thumbler_C_SetButtonByIndex"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SetButtonByIndex, Index_0) == 0x000000, "Member 'MainMenuV2_Thumbler_C_SetButtonByIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_SetDefaultIndex \ static_assert(alignof(MainMenuV2_Thumbler_C_SetDefaultIndex) == 0x000004, "Wrong alignment on MainMenuV2_Thumbler_C_SetDefaultIndex"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_SetDefaultIndex) == 0x000004, "Wrong size on MainMenuV2_Thumbler_C_SetDefaultIndex"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SetDefaultIndex, Index_0) == 0x000000, "Member 'MainMenuV2_Thumbler_C_SetDefaultIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Thumbler_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_SelectButtonByIndex \ static_assert(alignof(MainMenuV2_Thumbler_C_SelectButtonByIndex) == 0x000004, "Wrong alignment on MainMenuV2_Thumbler_C_SelectButtonByIndex"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_SelectButtonByIndex) == 0x000004, "Wrong size on MainMenuV2_Thumbler_C_SelectButtonByIndex"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SelectButtonByIndex, Index_0) == 0x000000, "Member 'MainMenuV2_Thumbler_C_SelectButtonByIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_Thumbler_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_Thumbler_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_Thumbler_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_Thumbler_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_Thumbler_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_Thumbler_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_Thumbler_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_Thumbler_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_Thumbler_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_SelectButton \ static_assert(alignof(MainMenuV2_Thumbler_C_SelectButton) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_SelectButton"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_SelectButton) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_SelectButton"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SelectButton, Left) == 0x000000, "Member 'MainMenuV2_Thumbler_C_SelectButton::Left' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_PreConstruct \ static_assert(alignof(MainMenuV2_Thumbler_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Thumbler_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Thumbler_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Thumbler_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GetValue \ static_assert(alignof(MainMenuV2_Thumbler_C_GetValue) == 0x000004, "Wrong alignment on MainMenuV2_Thumbler_C_GetValue"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GetValue) == 0x00000C, "Wrong size on MainMenuV2_Thumbler_C_GetValue"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GetValue, Value) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GetValue::Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GetValue, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'MainMenuV2_Thumbler_C_GetValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GetValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_Thumbler_C_GetValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_SelectByInteger \ static_assert(alignof(MainMenuV2_Thumbler_C_SelectByInteger) == 0x000004, "Wrong alignment on MainMenuV2_Thumbler_C_SelectByInteger"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_SelectByInteger) == 0x000008, "Wrong size on MainMenuV2_Thumbler_C_SelectByInteger"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SelectByInteger, Value_0_or_1) == 0x000000, "Member 'MainMenuV2_Thumbler_C_SelectByInteger::Value_0_or_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SelectByInteger, CallFunc_Conv_IntToBool_ReturnValue) == 0x000004, "Member 'MainMenuV2_Thumbler_C_SelectByInteger::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_SelectByInteger, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'MainMenuV2_Thumbler_C_SelectByInteger::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Thumbler_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Thumbler_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Thumbler_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Thumbler_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Thumbler_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Thumbler_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Thumbler_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Thumbler_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Thumbler_C \ static_assert(alignof(UMainMenuV2_Thumbler_C) == 0x000008, "Wrong alignment on UMainMenuV2_Thumbler_C"); \ static_assert(sizeof(UMainMenuV2_Thumbler_C) == 0x000358, "Wrong size on UMainMenuV2_Thumbler_C"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Thumbler_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ApplyChanges) == 0x000268, "Member 'UMainMenuV2_Thumbler_C::ApplyChanges' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ButtonCenter) == 0x000270, "Member 'UMainMenuV2_Thumbler_C::ButtonCenter' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ButtonLeft) == 0x000278, "Member 'UMainMenuV2_Thumbler_C::ButtonLeft' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ButtonRight) == 0x000280, "Member 'UMainMenuV2_Thumbler_C::ButtonRight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ButtonsBack) == 0x000288, "Member 'UMainMenuV2_Thumbler_C::ButtonsBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, CanvasSize) == 0x000290, "Member 'UMainMenuV2_Thumbler_C::CanvasSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, Header) == 0x000298, "Member 'UMainMenuV2_Thumbler_C::Header' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, KeyTooltipWidget) == 0x0002A0, "Member 'UMainMenuV2_Thumbler_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, MainBack) == 0x0002A8, "Member 'UMainMenuV2_Thumbler_C::MainBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, MainBorder) == 0x0002B0, "Member 'UMainMenuV2_Thumbler_C::MainBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, Overlay_0) == 0x0002B8, "Member 'UMainMenuV2_Thumbler_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, OnChange) == 0x0002C0, "Member 'UMainMenuV2_Thumbler_C::OnChange' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, TextLeft) == 0x0002D0, "Member 'UMainMenuV2_Thumbler_C::TextLeft' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, TextRight) == 0x0002E8, "Member 'UMainMenuV2_Thumbler_C::TextRight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, HeaderText) == 0x000300, "Member 'UMainMenuV2_Thumbler_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, IsChanged) == 0x000318, "Member 'UMainMenuV2_Thumbler_C::IsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, Default_ButtonIsLeft) == 0x000319, "Member 'UMainMenuV2_Thumbler_C::Default_ButtonIsLeft' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, CurrentButtonIsLeft) == 0x00031A, "Member 'UMainMenuV2_Thumbler_C::CurrentButtonIsLeft' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, DontShowIsChanged) == 0x00031B, "Member 'UMainMenuV2_Thumbler_C::DontShowIsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, TextCenter) == 0x000320, "Member 'UMainMenuV2_Thumbler_C::TextCenter' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, Buttons) == 0x000338, "Member 'UMainMenuV2_Thumbler_C::Buttons' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, ButtonsPanelDefaultSize) == 0x000348, "Member 'UMainMenuV2_Thumbler_C::ButtonsPanelDefaultSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, DefaultIndex) == 0x00034C, "Member 'UMainMenuV2_Thumbler_C::DefaultIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, CurrentIndex) == 0x000350, "Member 'UMainMenuV2_Thumbler_C::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, IsGamepadNOW) == 0x000354, "Member 'UMainMenuV2_Thumbler_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Thumbler_C, IsMouseOn) == 0x000355, "Member 'UMainMenuV2_Thumbler_C::IsMouseOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine \ static_assert(alignof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine) == 0x000418, "Wrong size on IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, EntryPoint) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_float_Variable) == 0x000008, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_float_Variable_1) == 0x00000C, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_1) == 0x000030, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_2) == 0x000031, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000040, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable) == 0x000049, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetUserSaveName_ReturnValue) == 0x000050, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetUserSaveName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_IsEmpty_ReturnValue) == 0x000060, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_1) == 0x000061, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_3) == 0x000063, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_2) == 0x000074, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_4) == 0x000075, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_3) == 0x000076, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_5) == 0x000077, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_4) == 0x000078, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_5) == 0x000079, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_6) == 0x00007A, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_6) == 0x00007B, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_7) == 0x00007C, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_7) == 0x00007D, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_8) == 0x00007E, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_8) == 0x00007F, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_9) == 0x000080, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_10) == 0x000081, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_9) == 0x000082, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_11) == 0x000083, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_bool_Variable_10) == 0x000084, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_12) == 0x000085, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, Temp_byte_Variable_13) == 0x000086, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_IsHold_1) == 0x000087, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_IsHold) == 0x000088, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_IsDesignTime) == 0x000089, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_MakeLiteralText_ReturnValue) == 0x000090, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default) == 0x0000E8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeArray_Array) == 0x0000F0, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_IsKickDisabled) == 0x000100, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_IsKickDisabled' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_Format_ReturnValue) == 0x000108, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_SlateColor) == 0x000120, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_SlateColor_1) == 0x000148, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_Obj_2) == 0x000170, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_Obj_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_Obj_1) == 0x000178, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_Obj_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetPlayerName_ReturnValue) == 0x000180, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_Conv_StringToText_ReturnValue) == 0x000190, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetOwningPlayer_ReturnValue) == 0x0001E8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_HasAuthority_ReturnValue) == 0x0001F0, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001F1, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F2, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0001F8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_FormatArgumentData_2) == 0x000210, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_BooleanOR_ReturnValue) == 0x000250, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeArray_Array_1) == 0x000258, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_1) == 0x000280, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_2) == 0x000288, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetRightsManager_ReturnValue) == 0x0002A0, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_GetUnlockedRights_ReturnValue) == 0x0002A8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_GetUnlockedRights_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_Obj) == 0x0002B8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_Obj' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_Show) == 0x0002C0, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_MakeStruct_SlateColor_2) == 0x0002C8, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_MyGeometry) == 0x0002F0, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_MouseEvent_1) == 0x000328, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Event_MouseEvent) == 0x000398, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_IsHold_1) == 0x000408, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_IsVisible_ReturnValue) == 0x000409, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_3) == 0x00040A, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_4) == 0x00040B, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_IsVisible_ReturnValue_1) == 0x00040C, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, CallFunc_IsVisible_ReturnValue_2) == 0x00040D, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_5) == 0x00040E, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_6) == 0x00040F, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_CustomEvent_IsHold) == 0x000410, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_7) == 0x000411, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_8) == 0x000412, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_9) == 0x000413, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine, K2Node_Select_Default_10) == 0x000414, "Member 'IngameMenuV2_SessionLine_C_ExecuteUbergraph_IngameMenuV2_SessionLine::K2Node_Select_Default_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GamepadHoldKick \ static_assert(alignof(IngameMenuV2_SessionLine_C_GamepadHoldKick) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GamepadHoldKick"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GamepadHoldKick) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GamepadHoldKick"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GamepadHoldKick, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GamepadHoldKick::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GamepadOpenRights \ static_assert(alignof(IngameMenuV2_SessionLine_C_GamepadOpenRights) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GamepadOpenRights"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GamepadOpenRights) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GamepadOpenRights"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GamepadOpenRights, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GamepadOpenRights::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_OnMouseLeave \ static_assert(alignof(IngameMenuV2_SessionLine_C_OnMouseLeave) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_OnMouseLeave"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_OnMouseLeave) == 0x000070, "Wrong size on IngameMenuV2_SessionLine_C_OnMouseLeave"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_OnMouseEnter \ static_assert(alignof(IngameMenuV2_SessionLine_C_OnMouseEnter) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_OnMouseEnter"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_OnMouseEnter) == 0x0000A8, "Wrong size on IngameMenuV2_SessionLine_C_OnMouseEnter"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'IngameMenuV2_SessionLine_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode \ static_assert(alignof(IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2 \ static_assert(alignof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2) == 0x000008, "Wrong size on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2, Obj) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_OnCompletedHold_Event_2::Obj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1 \ static_assert(alignof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1) == 0x000008, "Wrong size on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1, Obj) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_OnCompletedHold_Event_1::Obj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0 \ static_assert(alignof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0) == 0x000008, "Wrong alignment on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0) == 0x000008, "Wrong size on IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0, Obj) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_OnCompletedHold_Event_0::Obj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_UpdateWidget \ static_assert(alignof(IngameMenuV2_SessionLine_C_UpdateWidget) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_UpdateWidget"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_UpdateWidget) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_UpdateWidget"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_UpdateWidget, IsKickDisabled) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_UpdateWidget::IsKickDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_PreConstruct \ static_assert(alignof(IngameMenuV2_SessionLine_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GPI_HoldRight \ static_assert(alignof(IngameMenuV2_SessionLine_C_GPI_HoldRight) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GPI_HoldRight"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GPI_HoldRight) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GPI_HoldRight"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GPI_HoldLeft \ static_assert(alignof(IngameMenuV2_SessionLine_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GPI_HoldLeft"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GPI_HoldLeft) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GPI_HoldLeft"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GPI_IsHoverable \ static_assert(alignof(IngameMenuV2_SessionLine_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GPI_IsHoverable"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GPI_IsHoverable) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GPI_IsHoverable"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SessionLine_C_GPI_IsHovered \ static_assert(alignof(IngameMenuV2_SessionLine_C_GPI_IsHovered) == 0x000001, "Wrong alignment on IngameMenuV2_SessionLine_C_GPI_IsHovered"); \ static_assert(sizeof(IngameMenuV2_SessionLine_C_GPI_IsHovered) == 0x000001, "Wrong size on IngameMenuV2_SessionLine_C_GPI_IsHovered"); \ static_assert(offsetof(IngameMenuV2_SessionLine_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'IngameMenuV2_SessionLine_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_SessionLine_C \ static_assert(alignof(UIngameMenuV2_SessionLine_C) == 0x000008, "Wrong alignment on UIngameMenuV2_SessionLine_C"); \ static_assert(sizeof(UIngameMenuV2_SessionLine_C) == 0x0002F0, "Wrong size on UIngameMenuV2_SessionLine_C"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_SessionLine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, ANimation_Hovered) == 0x000268, "Member 'UIngameMenuV2_SessionLine_C::ANimation_Hovered' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, BG) == 0x000270, "Member 'UIngameMenuV2_SessionLine_C::BG' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, Border) == 0x000278, "Member 'UIngameMenuV2_SessionLine_C::Border' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, ButtonKick) == 0x000280, "Member 'UIngameMenuV2_SessionLine_C::ButtonKick' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, ButtonMute) == 0x000288, "Member 'UIngameMenuV2_SessionLine_C::ButtonMute' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, ButtonRights) == 0x000290, "Member 'UIngameMenuV2_SessionLine_C::ButtonRights' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, Gamepad_Kick) == 0x000298, "Member 'UIngameMenuV2_SessionLine_C::Gamepad_Kick' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, Gamepad_Rights) == 0x0002A0, "Member 'UIngameMenuV2_SessionLine_C::Gamepad_Rights' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, MutedText) == 0x0002A8, "Member 'UIngameMenuV2_SessionLine_C::MutedText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, PlayerNameText) == 0x0002B0, "Member 'UIngameMenuV2_SessionLine_C::PlayerNameText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, IsMutedNow) == 0x0002B8, "Member 'UIngameMenuV2_SessionLine_C::IsMutedNow' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, OnKicked) == 0x0002C0, "Member 'UIngameMenuV2_SessionLine_C::OnKicked' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, PlayerState) == 0x0002D0, "Member 'UIngameMenuV2_SessionLine_C::PlayerState' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, OpenRightsWindow) == 0x0002D8, "Member 'UIngameMenuV2_SessionLine_C::OpenRightsWindow' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, IsMouseOn) == 0x0002E8, "Member 'UIngameMenuV2_SessionLine_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, IsGamepadNOW) == 0x0002E9, "Member 'UIngameMenuV2_SessionLine_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SessionLine_C, IsEmpty) == 0x0002EA, "Member 'UIngameMenuV2_SessionLine_C::IsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Core_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Core_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Core_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Core_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Core_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Core_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Core_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Core_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Core_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Core_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Core_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Core_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Core_C \ static_assert(alignof(AGenericWeaponModule_Core_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Core_C"); \ static_assert(sizeof(AGenericWeaponModule_Core_C) == 0x000460, "Wrong size on AGenericWeaponModule_Core_C"); \ #define DUMPER7_ASSERTS_HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon \ static_assert(alignof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon) == 0x000008, "Wrong alignment on HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon"); \ static_assert(sizeof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon) == 0x000030, "Wrong size on HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, EntryPoint) == 0x000000, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziUnEquipWeapon_C_ExecuteUbergraph_HTN_NaziUnEquipWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziUnEquipWeapon_C_ReceiveExecute \ static_assert(alignof(HTN_NaziUnEquipWeapon_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziUnEquipWeapon_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziUnEquipWeapon_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziUnEquipWeapon_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps) == 0x000028, "Wrong size on HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'HTN_NaziUnEquipWeapon_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziUnEquipWeapon_C \ static_assert(alignof(UHTN_NaziUnEquipWeapon_C) == 0x000008, "Wrong alignment on UHTN_NaziUnEquipWeapon_C"); \ static_assert(sizeof(UHTN_NaziUnEquipWeapon_C) == 0x000100, "Wrong size on UHTN_NaziUnEquipWeapon_C"); \ static_assert(offsetof(UHTN_NaziUnEquipWeapon_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziUnEquipWeapon_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModule_Core_T2_C_GetItemSelection \ static_assert(alignof(WeaponModule_Core_T2_C_GetItemSelection) == 0x000008, "Wrong alignment on WeaponModule_Core_T2_C_GetItemSelection"); \ static_assert(sizeof(WeaponModule_Core_T2_C_GetItemSelection) == 0x0000B0, "Wrong size on WeaponModule_Core_T2_C_GetItemSelection"); \ static_assert(offsetof(WeaponModule_Core_T2_C_GetItemSelection, Hit) == 0x000000, "Member 'WeaponModule_Core_T2_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T2_C_GetItemSelection, Player) == 0x000088, "Member 'WeaponModule_Core_T2_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T2_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WeaponModule_Core_T2_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T2_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WeaponModule_Core_T2_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T2_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WeaponModule_Core_T2_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Core_T2_C \ static_assert(alignof(AWeaponModule_Core_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Core_T2_C"); \ static_assert(sizeof(AWeaponModule_Core_T2_C) == 0x000460, "Wrong size on AWeaponModule_Core_T2_C"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_GetTracePoints \ static_assert(alignof(CoverPointComponent_C_GetTracePoints) == 0x000008, "Wrong alignment on CoverPointComponent_C_GetTracePoints"); \ static_assert(sizeof(CoverPointComponent_C_GetTracePoints) == 0x0000B8, "Wrong size on CoverPointComponent_C_GetTracePoints"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, Result) == 0x000000, "Member 'CoverPointComponent_C_GetTracePoints::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, ResultArray) == 0x000010, "Member 'CoverPointComponent_C_GetTracePoints::ResultArray' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Add_VectorVector_ReturnValue) == 0x00002C, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000038, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_GetRightVector_ReturnValue) == 0x000044, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000050, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00005C, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_GetRightVector_ReturnValue_1) == 0x000068, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_GetRightVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000074, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000080, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000090, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Add_VectorVector_ReturnValue_2) == 0x00009C, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0000A8, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetTracePoints, CallFunc_Array_Add_ReturnValue_1) == 0x0000B4, "Member 'CoverPointComponent_C_GetTracePoints::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_GetCoverInfo \ static_assert(alignof(CoverPointComponent_C_GetCoverInfo) == 0x000008, "Wrong alignment on CoverPointComponent_C_GetCoverInfo"); \ static_assert(sizeof(CoverPointComponent_C_GetCoverInfo) == 0x000020, "Wrong size on CoverPointComponent_C_GetCoverInfo"); \ static_assert(offsetof(CoverPointComponent_C_GetCoverInfo, Result) == 0x000000, "Member 'CoverPointComponent_C_GetCoverInfo::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetCoverInfo, K2Node_MakeStruct_FCoverPointInfo) == 0x000010, "Member 'CoverPointComponent_C_GetCoverInfo::K2Node_MakeStruct_FCoverPointInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_CanAttackFromRight \ static_assert(alignof(CoverPointComponent_C_CanAttackFromRight) == 0x000008, "Wrong alignment on CoverPointComponent_C_CanAttackFromRight"); \ static_assert(sizeof(CoverPointComponent_C_CanAttackFromRight) == 0x000010, "Wrong size on CoverPointComponent_C_CanAttackFromRight"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromRight, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_CanAttackFromRight::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromRight, Result) == 0x000008, "Member 'CoverPointComponent_C_CanAttackFromRight::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromRight, CallFunc_Map_Find_Value) == 0x000009, "Member 'CoverPointComponent_C_CanAttackFromRight::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromRight, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'CoverPointComponent_C_CanAttackFromRight::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_CanAttackFromLeft \ static_assert(alignof(CoverPointComponent_C_CanAttackFromLeft) == 0x000008, "Wrong alignment on CoverPointComponent_C_CanAttackFromLeft"); \ static_assert(sizeof(CoverPointComponent_C_CanAttackFromLeft) == 0x000010, "Wrong size on CoverPointComponent_C_CanAttackFromLeft"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromLeft, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_CanAttackFromLeft::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromLeft, Result) == 0x000008, "Member 'CoverPointComponent_C_CanAttackFromLeft::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromLeft, CallFunc_Map_Find_Value) == 0x000009, "Member 'CoverPointComponent_C_CanAttackFromLeft::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromLeft, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'CoverPointComponent_C_CanAttackFromLeft::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_CanAttackFromMiddle \ static_assert(alignof(CoverPointComponent_C_CanAttackFromMiddle) == 0x000008, "Wrong alignment on CoverPointComponent_C_CanAttackFromMiddle"); \ static_assert(sizeof(CoverPointComponent_C_CanAttackFromMiddle) == 0x000010, "Wrong size on CoverPointComponent_C_CanAttackFromMiddle"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromMiddle, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_CanAttackFromMiddle::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromMiddle, Result) == 0x000008, "Member 'CoverPointComponent_C_CanAttackFromMiddle::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromMiddle, CallFunc_Map_Find_Value) == 0x000009, "Member 'CoverPointComponent_C_CanAttackFromMiddle::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CanAttackFromMiddle, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'CoverPointComponent_C_CanAttackFromMiddle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_SetCanAttackFromRight \ static_assert(alignof(CoverPointComponent_C_SetCanAttackFromRight) == 0x000008, "Wrong alignment on CoverPointComponent_C_SetCanAttackFromRight"); \ static_assert(sizeof(CoverPointComponent_C_SetCanAttackFromRight) == 0x000010, "Wrong size on CoverPointComponent_C_SetCanAttackFromRight"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromRight, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_SetCanAttackFromRight::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromRight, Value) == 0x000008, "Member 'CoverPointComponent_C_SetCanAttackFromRight::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_SetCanAttackFromLeft \ static_assert(alignof(CoverPointComponent_C_SetCanAttackFromLeft) == 0x000008, "Wrong alignment on CoverPointComponent_C_SetCanAttackFromLeft"); \ static_assert(sizeof(CoverPointComponent_C_SetCanAttackFromLeft) == 0x000010, "Wrong size on CoverPointComponent_C_SetCanAttackFromLeft"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromLeft, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_SetCanAttackFromLeft::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromLeft, Value) == 0x000008, "Member 'CoverPointComponent_C_SetCanAttackFromLeft::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_SetCanAttackFromMiddle \ static_assert(alignof(CoverPointComponent_C_SetCanAttackFromMiddle) == 0x000008, "Wrong alignment on CoverPointComponent_C_SetCanAttackFromMiddle"); \ static_assert(sizeof(CoverPointComponent_C_SetCanAttackFromMiddle) == 0x000010, "Wrong size on CoverPointComponent_C_SetCanAttackFromMiddle"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromMiddle, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_SetCanAttackFromMiddle::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_SetCanAttackFromMiddle, Value) == 0x000008, "Member 'CoverPointComponent_C_SetCanAttackFromMiddle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_SetIsSafeFrom \ static_assert(alignof(CoverPointComponent_C_SetIsSafeFrom) == 0x000008, "Wrong alignment on CoverPointComponent_C_SetIsSafeFrom"); \ static_assert(sizeof(CoverPointComponent_C_SetIsSafeFrom) == 0x000010, "Wrong size on CoverPointComponent_C_SetIsSafeFrom"); \ static_assert(offsetof(CoverPointComponent_C_SetIsSafeFrom, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_SetIsSafeFrom::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_SetIsSafeFrom, Value) == 0x000008, "Member 'CoverPointComponent_C_SetIsSafeFrom::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_GetIsSafeFrom \ static_assert(alignof(CoverPointComponent_C_GetIsSafeFrom) == 0x000008, "Wrong alignment on CoverPointComponent_C_GetIsSafeFrom"); \ static_assert(sizeof(CoverPointComponent_C_GetIsSafeFrom) == 0x000010, "Wrong size on CoverPointComponent_C_GetIsSafeFrom"); \ static_assert(offsetof(CoverPointComponent_C_GetIsSafeFrom, ContextCharacter) == 0x000000, "Member 'CoverPointComponent_C_GetIsSafeFrom::ContextCharacter' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetIsSafeFrom, Result) == 0x000008, "Member 'CoverPointComponent_C_GetIsSafeFrom::Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetIsSafeFrom, CallFunc_Map_Find_Value) == 0x000009, "Member 'CoverPointComponent_C_GetIsSafeFrom::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_GetIsSafeFrom, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'CoverPointComponent_C_GetIsSafeFrom::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CoverPointComponent_C_CheckIsSafeFrom \ static_assert(alignof(CoverPointComponent_C_CheckIsSafeFrom) == 0x000008, "Wrong alignment on CoverPointComponent_C_CheckIsSafeFrom"); \ static_assert(sizeof(CoverPointComponent_C_CheckIsSafeFrom) == 0x000060, "Wrong size on CoverPointComponent_C_CheckIsSafeFrom"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, Target) == 0x000000, "Member 'CoverPointComponent_C_CheckIsSafeFrom::Target' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, bfound) == 0x000008, "Member 'CoverPointComponent_C_CheckIsSafeFrom::bfound' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'CoverPointComponent_C_CheckIsSafeFrom::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'CoverPointComponent_C_CheckIsSafeFrom::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_GetTracePoints_Result) == 0x000020, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_GetTracePoints_Result' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_Array_Get_Item) == 0x000034, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_CanBeSeenFrom_BP_OutSeenLocation) == 0x000044, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_CanBeSeenFrom_BP_OutSeenLocation' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_CanBeSeenFrom_BP_NumberOfLoSChecksPerformed) == 0x000050, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_CanBeSeenFrom_BP_NumberOfLoSChecksPerformed' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_CanBeSeenFrom_BP_OutSightStrength) == 0x000054, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_CanBeSeenFrom_BP_OutSightStrength' has a wrong offset!"); \ static_assert(offsetof(CoverPointComponent_C_CheckIsSafeFrom, CallFunc_CanBeSeenFrom_BP_ReturnValue) == 0x000058, "Member 'CoverPointComponent_C_CheckIsSafeFrom::CallFunc_CanBeSeenFrom_BP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCoverPointComponent_C \ static_assert(alignof(UCoverPointComponent_C) == 0x000010, "Wrong alignment on UCoverPointComponent_C"); \ static_assert(sizeof(UCoverPointComponent_C) == 0x000350, "Wrong size on UCoverPointComponent_C"); \ static_assert(offsetof(UCoverPointComponent_C, OccupiedBy) == 0x000200, "Member 'UCoverPointComponent_C::OccupiedBy' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, bRightCover) == 0x000208, "Member 'UCoverPointComponent_C::bRightCover' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, bLeftCover) == 0x000209, "Member 'UCoverPointComponent_C::bLeftCover' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, bHalfCover) == 0x00020A, "Member 'UCoverPointComponent_C::bHalfCover' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, bMiddleCover) == 0x00020B, "Member 'UCoverPointComponent_C::bMiddleCover' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, CanAttackFromRightMap) == 0x000210, "Member 'UCoverPointComponent_C::CanAttackFromRightMap' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, CanAttackFromLeftMap) == 0x000260, "Member 'UCoverPointComponent_C::CanAttackFromLeftMap' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, CanAttackFromMiddleMap) == 0x0002B0, "Member 'UCoverPointComponent_C::CanAttackFromMiddleMap' has a wrong offset!"); \ static_assert(offsetof(UCoverPointComponent_C, IsSafeFrom) == 0x000300, "Member 'UCoverPointComponent_C::IsSafeFrom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModule_Core_T1_C_GetItemSelection \ static_assert(alignof(WeaponModule_Core_T1_C_GetItemSelection) == 0x000008, "Wrong alignment on WeaponModule_Core_T1_C_GetItemSelection"); \ static_assert(sizeof(WeaponModule_Core_T1_C_GetItemSelection) == 0x0000B0, "Wrong size on WeaponModule_Core_T1_C_GetItemSelection"); \ static_assert(offsetof(WeaponModule_Core_T1_C_GetItemSelection, Hit) == 0x000000, "Member 'WeaponModule_Core_T1_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T1_C_GetItemSelection, Player) == 0x000088, "Member 'WeaponModule_Core_T1_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T1_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WeaponModule_Core_T1_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T1_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WeaponModule_Core_T1_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WeaponModule_Core_T1_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WeaponModule_Core_T1_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Core_T1_C \ static_assert(alignof(AWeaponModule_Core_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Core_T1_C"); \ static_assert(sizeof(AWeaponModule_Core_T1_C) == 0x000460, "Wrong size on AWeaponModule_Core_T1_C"); \ #define DUMPER7_ASSERTS_AZinc_C \ static_assert(alignof(AZinc_C) == 0x000010, "Wrong alignment on AZinc_C"); \ static_assert(sizeof(AZinc_C) == 0x000430, "Wrong size on AZinc_C"); \ #define DUMPER7_ASSERTS_AWood_C \ static_assert(alignof(AWood_C) == 0x000010, "Wrong alignment on AWood_C"); \ static_assert(sizeof(AWood_C) == 0x000430, "Wrong size on AWood_C"); \ #define DUMPER7_ASSERTS_AWater_C \ static_assert(alignof(AWater_C) == 0x000010, "Wrong alignment on AWater_C"); \ static_assert(sizeof(AWater_C) == 0x000450, "Wrong size on AWater_C"); \ #define DUMPER7_ASSERTS_AOrganic_C \ static_assert(alignof(AOrganic_C) == 0x000010, "Wrong alignment on AOrganic_C"); \ static_assert(sizeof(AOrganic_C) == 0x000450, "Wrong size on AOrganic_C"); \ #define DUMPER7_ASSERTS_AIce_C \ static_assert(alignof(AIce_C) == 0x000010, "Wrong alignment on AIce_C"); \ static_assert(sizeof(AIce_C) == 0x000450, "Wrong size on AIce_C"); \ #define DUMPER7_ASSERTS_AChemical_C \ static_assert(alignof(AChemical_C) == 0x000010, "Wrong alignment on AChemical_C"); \ static_assert(sizeof(AChemical_C) == 0x000430, "Wrong size on AChemical_C"); \ #define DUMPER7_ASSERTS_SlotToken_C_ExecuteUbergraph_SlotToken \ static_assert(alignof(SlotToken_C_ExecuteUbergraph_SlotToken) == 0x000004, "Wrong alignment on SlotToken_C_ExecuteUbergraph_SlotToken"); \ static_assert(sizeof(SlotToken_C_ExecuteUbergraph_SlotToken) == 0x000004, "Wrong size on SlotToken_C_ExecuteUbergraph_SlotToken"); \ static_assert(offsetof(SlotToken_C_ExecuteUbergraph_SlotToken, EntryPoint) == 0x000000, "Member 'SlotToken_C_ExecuteUbergraph_SlotToken::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASlotToken_C \ static_assert(alignof(ASlotToken_C) == 0x000010, "Wrong alignment on ASlotToken_C"); \ static_assert(sizeof(ASlotToken_C) == 0x000450, "Wrong size on ASlotToken_C"); \ static_assert(offsetof(ASlotToken_C, UberGraphFrame_SlotToken_C) == 0x000428, "Member 'ASlotToken_C::UberGraphFrame_SlotToken_C' has a wrong offset!"); \ static_assert(offsetof(ASlotToken_C, TokenHighlight) == 0x000430, "Member 'ASlotToken_C::TokenHighlight' has a wrong offset!"); \ static_assert(offsetof(ASlotToken_C, HighlightColor) == 0x000438, "Member 'ASlotToken_C::HighlightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStrangeSeeds_C \ static_assert(alignof(AStrangeSeeds_C) == 0x000010, "Wrong alignment on AStrangeSeeds_C"); \ static_assert(sizeof(AStrangeSeeds_C) == 0x000430, "Wrong size on AStrangeSeeds_C"); \ #define DUMPER7_ASSERTS_ARofleemoMushroom_C \ static_assert(alignof(ARofleemoMushroom_C) == 0x000010, "Wrong alignment on ARofleemoMushroom_C"); \ static_assert(sizeof(ARofleemoMushroom_C) == 0x000430, "Wrong size on ARofleemoMushroom_C"); \ #define DUMPER7_ASSERTS_ANaziTank_T2_C \ static_assert(alignof(ANaziTank_T2_C) == 0x000010, "Wrong alignment on ANaziTank_T2_C"); \ static_assert(sizeof(ANaziTank_T2_C) == 0x001340, "Wrong size on ANaziTank_T2_C"); \ #define DUMPER7_ASSERTS_ACompost_C \ static_assert(alignof(ACompost_C) == 0x000010, "Wrong alignment on ACompost_C"); \ static_assert(sizeof(ACompost_C) == 0x000430, "Wrong size on ACompost_C"); \ #define DUMPER7_ASSERTS_AFuel_GasolineShard_C \ static_assert(alignof(AFuel_GasolineShard_C) == 0x000010, "Wrong alignment on AFuel_GasolineShard_C"); \ static_assert(sizeof(AFuel_GasolineShard_C) == 0x000430, "Wrong size on AFuel_GasolineShard_C"); \ #define DUMPER7_ASSERTS_AFuel_GasolineCanister_C \ static_assert(alignof(AFuel_GasolineCanister_C) == 0x000010, "Wrong alignment on AFuel_GasolineCanister_C"); \ static_assert(sizeof(AFuel_GasolineCanister_C) == 0x000430, "Wrong size on AFuel_GasolineCanister_C"); \ #define DUMPER7_ASSERTS_AFuel_CoalShard_C \ static_assert(alignof(AFuel_CoalShard_C) == 0x000010, "Wrong alignment on AFuel_CoalShard_C"); \ static_assert(sizeof(AFuel_CoalShard_C) == 0x000430, "Wrong size on AFuel_CoalShard_C"); \ #define DUMPER7_ASSERTS_AFuel_CoalBriquette_C \ static_assert(alignof(AFuel_CoalBriquette_C) == 0x000010, "Wrong alignment on AFuel_CoalBriquette_C"); \ static_assert(sizeof(AFuel_CoalBriquette_C) == 0x000430, "Wrong size on AFuel_CoalBriquette_C"); \ #define DUMPER7_ASSERTS_Sprayer_C_ExecuteUbergraph_Sprayer \ static_assert(alignof(Sprayer_C_ExecuteUbergraph_Sprayer) == 0x000008, "Wrong alignment on Sprayer_C_ExecuteUbergraph_Sprayer"); \ static_assert(sizeof(Sprayer_C_ExecuteUbergraph_Sprayer) == 0x0001E0, "Wrong size on Sprayer_C_ExecuteUbergraph_Sprayer"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, EntryPoint) == 0x000000, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_isProgressButton) == 0x000004, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_isProgressButton' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_KeyMeta) == 0x000008, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_KeyMeta' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_Percent_1) == 0x000040, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_Percent_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_Percent) == 0x000044, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_Percent' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_ButtonsWrapper_1) == 0x000048, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_ButtonsWrapper_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_ButtonsWrapper) == 0x000050, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_ButtonsWrapper' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_Hints_1) == 0x000058, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_Hints_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_Hints) == 0x000060, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_Hints' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_LabelText) == 0x000068, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_LabelText' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_CaptionText) == 0x000080, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_CaptionText' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetHUD_ReturnValue) == 0x0000A0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0000A8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetOwningPawn_ReturnValue) == 0x0000C0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000C8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000D0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0000D1, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000D8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000E0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetHUD_ReturnValue_1) == 0x0000E8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetHUD_ReturnValue_2) == 0x0000F0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_AsHUD_Interface) == 0x0000F8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000110, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_HitResult) == 0x000124, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_ReturnValue) == 0x0001AC, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetSelectedCategory_ReturnValue) == 0x0001AD, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetSelectedCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_GetSelectedRecipeID_ReturnValue) == 0x0001B0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_GetSelectedRecipeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_CanPaint_NotEnoughReagents) == 0x0001B8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_CanPaint_NotEnoughReagents' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_CanPaint_ReturnValue) == 0x0001C8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_CanPaint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_IsValid_ReturnValue) == 0x0001C9, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_BooleanAND_ReturnValue) == 0x0001CA, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, CallFunc_Create_ReturnValue) == 0x0001D0, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ExecuteUbergraph_Sprayer, K2Node_Event_bIsGamepadNow) == 0x0001D8, "Member 'Sprayer_C_ExecuteUbergraph_Sprayer::K2Node_Event_bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_OnInputTypeUpdate \ static_assert(alignof(Sprayer_C_OnInputTypeUpdate) == 0x000001, "Wrong alignment on Sprayer_C_OnInputTypeUpdate"); \ static_assert(sizeof(Sprayer_C_OnInputTypeUpdate) == 0x000001, "Wrong size on Sprayer_C_OnInputTypeUpdate"); \ static_assert(offsetof(Sprayer_C_OnInputTypeUpdate, bIsGamepadNow) == 0x000000, "Member 'Sprayer_C_OnInputTypeUpdate::bIsGamepadNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_MakeHintsByTraceResult \ static_assert(alignof(Sprayer_C_MakeHintsByTraceResult) == 0x000004, "Wrong alignment on Sprayer_C_MakeHintsByTraceResult"); \ static_assert(sizeof(Sprayer_C_MakeHintsByTraceResult) == 0x00008C, "Wrong size on Sprayer_C_MakeHintsByTraceResult"); \ static_assert(offsetof(Sprayer_C_MakeHintsByTraceResult, HitResult) == 0x000000, "Member 'Sprayer_C_MakeHintsByTraceResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_MakeHintsByTraceResult, ReturnValue) == 0x000088, "Member 'Sprayer_C_MakeHintsByTraceResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_ShowLabel \ static_assert(alignof(Sprayer_C_ShowLabel) == 0x000008, "Wrong alignment on Sprayer_C_ShowLabel"); \ static_assert(sizeof(Sprayer_C_ShowLabel) == 0x000030, "Wrong size on Sprayer_C_ShowLabel"); \ static_assert(offsetof(Sprayer_C_ShowLabel, LabelText) == 0x000000, "Member 'Sprayer_C_ShowLabel::LabelText' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowLabel, CaptionText) == 0x000018, "Member 'Sprayer_C_ShowLabel::CaptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_HideHintsWidget \ static_assert(alignof(Sprayer_C_HideHintsWidget) == 0x000008, "Wrong alignment on Sprayer_C_HideHintsWidget"); \ static_assert(sizeof(Sprayer_C_HideHintsWidget) == 0x000008, "Wrong size on Sprayer_C_HideHintsWidget"); \ static_assert(offsetof(Sprayer_C_HideHintsWidget, Hints) == 0x000000, "Member 'Sprayer_C_HideHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_ShowHintsWidget \ static_assert(alignof(Sprayer_C_ShowHintsWidget) == 0x000008, "Wrong alignment on Sprayer_C_ShowHintsWidget"); \ static_assert(sizeof(Sprayer_C_ShowHintsWidget) == 0x000008, "Wrong size on Sprayer_C_ShowHintsWidget"); \ static_assert(offsetof(Sprayer_C_ShowHintsWidget, Hints) == 0x000000, "Member 'Sprayer_C_ShowHintsWidget::Hints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_RemoveFromDisplayedButtons \ static_assert(alignof(Sprayer_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong alignment on Sprayer_C_RemoveFromDisplayedButtons"); \ static_assert(sizeof(Sprayer_C_RemoveFromDisplayedButtons) == 0x000008, "Wrong size on Sprayer_C_RemoveFromDisplayedButtons"); \ static_assert(offsetof(Sprayer_C_RemoveFromDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'Sprayer_C_RemoveFromDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_SetDisplayedButtons \ static_assert(alignof(Sprayer_C_SetDisplayedButtons) == 0x000008, "Wrong alignment on Sprayer_C_SetDisplayedButtons"); \ static_assert(sizeof(Sprayer_C_SetDisplayedButtons) == 0x000008, "Wrong size on Sprayer_C_SetDisplayedButtons"); \ static_assert(offsetof(Sprayer_C_SetDisplayedButtons, ButtonsWrapper) == 0x000000, "Member 'Sprayer_C_SetDisplayedButtons::ButtonsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_UpdateAltProgress \ static_assert(alignof(Sprayer_C_UpdateAltProgress) == 0x000004, "Wrong alignment on Sprayer_C_UpdateAltProgress"); \ static_assert(sizeof(Sprayer_C_UpdateAltProgress) == 0x000004, "Wrong size on Sprayer_C_UpdateAltProgress"); \ static_assert(offsetof(Sprayer_C_UpdateAltProgress, Percent) == 0x000000, "Member 'Sprayer_C_UpdateAltProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_UpdateProgressKey \ static_assert(alignof(Sprayer_C_UpdateProgressKey) == 0x000004, "Wrong alignment on Sprayer_C_UpdateProgressKey"); \ static_assert(sizeof(Sprayer_C_UpdateProgressKey) == 0x000004, "Wrong size on Sprayer_C_UpdateProgressKey"); \ static_assert(offsetof(Sprayer_C_UpdateProgressKey, Percent) == 0x000000, "Member 'Sprayer_C_UpdateProgressKey::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_ShowActionButton \ static_assert(alignof(Sprayer_C_ShowActionButton) == 0x000008, "Wrong alignment on Sprayer_C_ShowActionButton"); \ static_assert(sizeof(Sprayer_C_ShowActionButton) == 0x000040, "Wrong size on Sprayer_C_ShowActionButton"); \ static_assert(offsetof(Sprayer_C_ShowActionButton, isProgressButton) == 0x000000, "Member 'Sprayer_C_ShowActionButton::isProgressButton' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowActionButton, KeyMeta) == 0x000008, "Member 'Sprayer_C_ShowActionButton::KeyMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_CanBeLooted \ static_assert(alignof(Sprayer_C_CanBeLooted) == 0x000001, "Wrong alignment on Sprayer_C_CanBeLooted"); \ static_assert(sizeof(Sprayer_C_CanBeLooted) == 0x000001, "Wrong size on Sprayer_C_CanBeLooted"); \ static_assert(offsetof(Sprayer_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Sprayer_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_CanBeGrappled \ static_assert(alignof(Sprayer_C_CanBeGrappled) == 0x000001, "Wrong alignment on Sprayer_C_CanBeGrappled"); \ static_assert(sizeof(Sprayer_C_CanBeGrappled) == 0x000001, "Wrong size on Sprayer_C_CanBeGrappled"); \ static_assert(offsetof(Sprayer_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'Sprayer_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_ShowCost \ static_assert(alignof(Sprayer_C_ShowCost) == 0x000008, "Wrong alignment on Sprayer_C_ShowCost"); \ static_assert(sizeof(Sprayer_C_ShowCost) == 0x000070, "Wrong size on Sprayer_C_ShowCost"); \ static_assert(offsetof(Sprayer_C_ShowCost, RequiredCost) == 0x000000, "Member 'Sprayer_C_ShowCost::RequiredCost' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, ConstructionSettings) == 0x000010, "Member 'Sprayer_C_ShowCost::ConstructionSettings' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, Temp_int_Array_Index_Variable) == 0x000020, "Member 'Sprayer_C_ShowCost::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'Sprayer_C_ShowCost::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'Sprayer_C_ShowCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Create_ReturnValue) == 0x000030, "Member 'Sprayer_C_ShowCost::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Array_Get_Item) == 0x000038, "Member 'Sprayer_C_ShowCost::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, K2Node_MakeStruct_WagonModuleConstructionsRequirement) == 0x000040, "Member 'Sprayer_C_ShowCost::K2Node_MakeStruct_WagonModuleConstructionsRequirement' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'Sprayer_C_ShowCost::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'Sprayer_C_ShowCost::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Array_Identical_ReturnValue) == 0x000055, "Member 'Sprayer_C_ShowCost::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Not_PreBool_ReturnValue) == 0x000056, "Member 'Sprayer_C_ShowCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_AddChild_ReturnValue) == 0x000058, "Member 'Sprayer_C_ShowCost::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'Sprayer_C_ShowCost::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'Sprayer_C_ShowCost::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_ShowCost, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'Sprayer_C_ShowCost::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_GetItemSelection \ static_assert(alignof(Sprayer_C_GetItemSelection) == 0x000008, "Wrong alignment on Sprayer_C_GetItemSelection"); \ static_assert(sizeof(Sprayer_C_GetItemSelection) == 0x000130, "Wrong size on Sprayer_C_GetItemSelection"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, Hit) == 0x000000, "Member 'Sprayer_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, Player) == 0x000088, "Member 'Sprayer_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Sprayer_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Sprayer_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Sprayer_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Sprayer_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'Sprayer_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'Sprayer_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_GetItemDurability \ static_assert(alignof(Sprayer_C_GetItemDurability) == 0x000008, "Wrong alignment on Sprayer_C_GetItemDurability"); \ static_assert(sizeof(Sprayer_C_GetItemDurability) == 0x000018, "Wrong size on Sprayer_C_GetItemDurability"); \ static_assert(offsetof(Sprayer_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'Sprayer_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_CanUseLookCloserButton \ static_assert(alignof(Sprayer_C_CanUseLookCloserButton) == 0x000001, "Wrong alignment on Sprayer_C_CanUseLookCloserButton"); \ static_assert(sizeof(Sprayer_C_CanUseLookCloserButton) == 0x000001, "Wrong size on Sprayer_C_CanUseLookCloserButton"); \ static_assert(offsetof(Sprayer_C_CanUseLookCloserButton, bReturnValue) == 0x000000, "Member 'Sprayer_C_CanUseLookCloserButton::bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sprayer_C_GetOldKeyHints \ static_assert(alignof(Sprayer_C_GetOldKeyHints) == 0x000008, "Wrong alignment on Sprayer_C_GetOldKeyHints"); \ static_assert(sizeof(Sprayer_C_GetOldKeyHints) == 0x000010, "Wrong size on Sprayer_C_GetOldKeyHints"); \ static_assert(offsetof(Sprayer_C_GetOldKeyHints, bIsValid) == 0x000000, "Member 'Sprayer_C_GetOldKeyHints::bIsValid' has a wrong offset!"); \ static_assert(offsetof(Sprayer_C_GetOldKeyHints, HintsWrapper) == 0x000008, "Member 'Sprayer_C_GetOldKeyHints::HintsWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASprayer_C \ static_assert(alignof(ASprayer_C) == 0x000010, "Wrong alignment on ASprayer_C"); \ static_assert(sizeof(ASprayer_C) == 0x0007D0, "Wrong size on ASprayer_C"); \ static_assert(offsetof(ASprayer_C, UberGraphFrame) == 0x0007B0, "Member 'ASprayer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASprayer_C, SprayerHints) == 0x0007B8, "Member 'ASprayer_C::SprayerHints' has a wrong offset!"); \ static_assert(offsetof(ASprayer_C, DisplayedCost) == 0x0007C0, "Member 'ASprayer_C::DisplayedCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBottle_C \ static_assert(alignof(AWaterBottle_C) == 0x000010, "Wrong alignment on AWaterBottle_C"); \ static_assert(sizeof(AWaterBottle_C) == 0x000450, "Wrong size on AWaterBottle_C"); \ #define DUMPER7_ASSERTS_GenericDecore_C_ExecuteUbergraph_GenericDecore \ static_assert(alignof(GenericDecore_C_ExecuteUbergraph_GenericDecore) == 0x000010, "Wrong alignment on GenericDecore_C_ExecuteUbergraph_GenericDecore"); \ static_assert(sizeof(GenericDecore_C_ExecuteUbergraph_GenericDecore) == 0x000460, "Wrong size on GenericDecore_C_ExecuteUbergraph_GenericDecore"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, EntryPoint) == 0x000000, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_Hit_4) == 0x000004, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_PlayerCharacter_3) == 0x000090, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_Hit_3) == 0x000098, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_PlayerCharacter_2) == 0x000120, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_Hit_2) == 0x000128, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_PlayerCharacter_1) == 0x0001B0, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_Hit_1) == 0x0001B8, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_PlayerCharacter) == 0x000240, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_IsValid_ReturnValue) == 0x000248, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_IsValid_ReturnValue_1) == 0x000249, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_IsEmpty_ReturnValue) == 0x00024A, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000250, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Array_Length_ReturnValue) == 0x000260, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Subtract_IntInt_ReturnValue) == 0x000264, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_SwitchEnum_CmpSuccess) == 0x000268, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Max_ReturnValue) == 0x00026C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, Temp_int_Loop_Counter_Variable) == 0x000270, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000274, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000278, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_CreateDelegate_OutputDelegate) == 0x00027C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetParentTrain_ReturnValue) == 0x000290, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_IsValid_ReturnValue_2) == 0x000298, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetCategory_ReturnValue) == 0x000299, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00029A, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_BooleanAND_ReturnValue) == 0x00029B, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_Hit) == 0x00029C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000324, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000328, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Less_FloatFloat_ReturnValue) == 0x000390, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000391, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000392, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_BooleanOR_ReturnValue) == 0x000393, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_BooleanOR_ReturnValue_1) == 0x000394, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_SetStaticMesh_ReturnValue) == 0x000395, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000398, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00039C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetState_ReturnValue) == 0x00039D, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0003A0, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0003A4, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetState_ReturnValue_1) == 0x0003A5, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, Temp_int_Array_Index_Variable) == 0x0003A8, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0003AC, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Array_Get_Item) == 0x0003B0, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_BooleanOR_ReturnValue_2) == 0x0003C8, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x0003C9, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetComponentByClass_ReturnValue) == 0x0003D0, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_NewState) == 0x0003D8, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_OldState) == 0x0003D9, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0003DA, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_SwitchEnum_CmpSuccess_1) == 0x0003DB, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_IsValid_ReturnValue_3) == 0x0003DC, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, Temp_struct_Variable) == 0x0003E0, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_AddComponent_ReturnValue) == 0x000410, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetPlayerTrain_ReturnValue) == 0x000418, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000420, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_DynamicCast_bSuccess) == 0x000428, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetRofleemoBedsAmount_ReturnValue) == 0x00042C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetRofleemoBedsAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Greater_IntInt_ReturnValue) == 0x000430, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000438, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_DynamicCast_AsFGPlayer_Train_1) == 0x000440, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_DynamicCast_AsFGPlayer_Train_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_DynamicCast_bSuccess_1) == 0x000448, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, K2Node_Event_bNewMode) == 0x000449, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_GetRofleemoBedsAmount_ReturnValue_1) == 0x00044C, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_GetRofleemoBedsAmount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_ExecuteUbergraph_GenericDecore, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000450, "Member 'GenericDecore_C_ExecuteUbergraph_GenericDecore::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_EventSetRelocationMode \ static_assert(alignof(GenericDecore_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on GenericDecore_C_EventSetRelocationMode"); \ static_assert(sizeof(GenericDecore_C_EventSetRelocationMode) == 0x000001, "Wrong size on GenericDecore_C_EventSetRelocationMode"); \ static_assert(offsetof(GenericDecore_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'GenericDecore_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_EventOnStateUpdated \ static_assert(alignof(GenericDecore_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on GenericDecore_C_EventOnStateUpdated"); \ static_assert(sizeof(GenericDecore_C_EventOnStateUpdated) == 0x000002, "Wrong size on GenericDecore_C_EventOnStateUpdated"); \ static_assert(offsetof(GenericDecore_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'GenericDecore_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'GenericDecore_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_OnGotFocus \ static_assert(alignof(GenericDecore_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericDecore_C_OnGotFocus"); \ static_assert(sizeof(GenericDecore_C_OnGotFocus) == 0x000088, "Wrong size on GenericDecore_C_OnGotFocus"); \ static_assert(offsetof(GenericDecore_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericDecore_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_OnUseActor \ static_assert(alignof(GenericDecore_C_OnUseActor) == 0x000008, "Wrong alignment on GenericDecore_C_OnUseActor"); \ static_assert(sizeof(GenericDecore_C_OnUseActor) == 0x000090, "Wrong size on GenericDecore_C_OnUseActor"); \ static_assert(offsetof(GenericDecore_C_OnUseActor, Hit) == 0x000000, "Member 'GenericDecore_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_OnHoldUseActor \ static_assert(alignof(GenericDecore_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericDecore_C_OnHoldUseActor"); \ static_assert(sizeof(GenericDecore_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericDecore_C_OnHoldUseActor"); \ static_assert(offsetof(GenericDecore_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericDecore_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_OnAltHoldUseActor \ static_assert(alignof(GenericDecore_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericDecore_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericDecore_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericDecore_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericDecore_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericDecore_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_OnAlternateUseActor \ static_assert(alignof(GenericDecore_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericDecore_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericDecore_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericDecore_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericDecore_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericDecore_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_RemoveDecor \ static_assert(alignof(GenericDecore_C_RemoveDecor) == 0x000008, "Wrong alignment on GenericDecore_C_RemoveDecor"); \ static_assert(sizeof(GenericDecore_C_RemoveDecor) == 0x0000A8, "Wrong size on GenericDecore_C_RemoveDecor"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericDecore_C_RemoveDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericDecore_C_RemoveDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericDecore_C_RemoveDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericDecore_C_RemoveDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericDecore_C_RemoveDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericDecore_C_RemoveDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericDecore_C_RemoveDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericDecore_C_RemoveDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericDecore_C_RemoveDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericDecore_C_RemoveDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_RemoveDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericDecore_C_RemoveDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_AddDecor \ static_assert(alignof(GenericDecore_C_AddDecor) == 0x000008, "Wrong alignment on GenericDecore_C_AddDecor"); \ static_assert(sizeof(GenericDecore_C_AddDecor) == 0x0000A8, "Wrong size on GenericDecore_C_AddDecor"); \ static_assert(offsetof(GenericDecore_C_AddDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericDecore_C_AddDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericDecore_C_AddDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericDecore_C_AddDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericDecore_C_AddDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericDecore_C_AddDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericDecore_C_AddDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericDecore_C_AddDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericDecore_C_AddDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericDecore_C_AddDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericDecore_C_AddDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_AddDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericDecore_C_AddDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_CanUse \ static_assert(alignof(GenericDecore_C_CanUse) == 0x000008, "Wrong alignment on GenericDecore_C_CanUse"); \ static_assert(sizeof(GenericDecore_C_CanUse) == 0x000098, "Wrong size on GenericDecore_C_CanUse"); \ static_assert(offsetof(GenericDecore_C_CanUse, Hit) == 0x000000, "Member 'GenericDecore_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericDecore_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_CanHoldUse \ static_assert(alignof(GenericDecore_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericDecore_C_CanHoldUse"); \ static_assert(sizeof(GenericDecore_C_CanHoldUse) == 0x000098, "Wrong size on GenericDecore_C_CanHoldUse"); \ static_assert(offsetof(GenericDecore_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericDecore_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericDecore_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_CanAltUse \ static_assert(alignof(GenericDecore_C_CanAltUse) == 0x000008, "Wrong alignment on GenericDecore_C_CanAltUse"); \ static_assert(sizeof(GenericDecore_C_CanAltUse) == 0x000098, "Wrong size on GenericDecore_C_CanAltUse"); \ static_assert(offsetof(GenericDecore_C_CanAltUse, Hit) == 0x000000, "Member 'GenericDecore_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericDecore_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_CanAltHoldUse \ static_assert(alignof(GenericDecore_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericDecore_C_CanAltHoldUse"); \ static_assert(sizeof(GenericDecore_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericDecore_C_CanAltHoldUse"); \ static_assert(offsetof(GenericDecore_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericDecore_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericDecore_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericDecore_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_CanRepairIt \ static_assert(alignof(GenericDecore_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericDecore_C_CanRepairIt"); \ static_assert(sizeof(GenericDecore_C_CanRepairIt) == 0x00008C, "Wrong size on GenericDecore_C_CanRepairIt"); \ static_assert(offsetof(GenericDecore_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericDecore_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericDecore_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'GenericDecore_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_IsDeconstructionAllowed \ static_assert(alignof(GenericDecore_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericDecore_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericDecore_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on GenericDecore_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericDecore_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericDecore_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericDecore_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericDecore_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'GenericDecore_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'GenericDecore_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(GenericDecore_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'GenericDecore_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_GetAdditionalButtons \ static_assert(alignof(GenericDecore_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericDecore_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericDecore_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericDecore_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericDecore_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericDecore_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_GetProgressStatusState \ static_assert(alignof(GenericDecore_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericDecore_C_GetProgressStatusState"); \ static_assert(sizeof(GenericDecore_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericDecore_C_GetProgressStatusState"); \ static_assert(offsetof(GenericDecore_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericDecore_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDecore_C_GetProgressStatusTime \ static_assert(alignof(GenericDecore_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericDecore_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericDecore_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericDecore_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericDecore_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericDecore_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericDecore_C \ static_assert(alignof(AGenericDecore_C) == 0x000008, "Wrong alignment on AGenericDecore_C"); \ static_assert(sizeof(AGenericDecore_C) == 0x000588, "Wrong size on AGenericDecore_C"); \ static_assert(offsetof(AGenericDecore_C, UberGraphFrame) == 0x000570, "Member 'AGenericDecore_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericDecore_C, DecorComponent) == 0x000578, "Member 'AGenericDecore_C::DecorComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericDecore_C, BuildZone) == 0x000580, "Member 'AGenericDecore_C::BuildZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARagout_C \ static_assert(alignof(ARagout_C) == 0x000010, "Wrong alignment on ARagout_C"); \ static_assert(sizeof(ARagout_C) == 0x000450, "Wrong size on ARagout_C"); \ #define DUMPER7_ASSERTS_ACookedOrganic_C \ static_assert(alignof(ACookedOrganic_C) == 0x000010, "Wrong alignment on ACookedOrganic_C"); \ static_assert(sizeof(ACookedOrganic_C) == 0x000450, "Wrong size on ACookedOrganic_C"); \ #define DUMPER7_ASSERTS_AGunExplosion_PhantomShard_C \ static_assert(alignof(AGunExplosion_PhantomShard_C) == 0x000008, "Wrong alignment on AGunExplosion_PhantomShard_C"); \ static_assert(sizeof(AGunExplosion_PhantomShard_C) == 0x000280, "Wrong size on AGunExplosion_PhantomShard_C"); \ #define DUMPER7_ASSERTS_AUnstableChemical_C \ static_assert(alignof(AUnstableChemical_C) == 0x000010, "Wrong alignment on AUnstableChemical_C"); \ static_assert(sizeof(AUnstableChemical_C) == 0x000430, "Wrong size on AUnstableChemical_C"); \ #define DUMPER7_ASSERTS_AThickener_C \ static_assert(alignof(AThickener_C) == 0x000010, "Wrong alignment on AThickener_C"); \ static_assert(sizeof(AThickener_C) == 0x000430, "Wrong size on AThickener_C"); \ #define DUMPER7_ASSERTS_ASturdyWood_C \ static_assert(alignof(ASturdyWood_C) == 0x000010, "Wrong alignment on ASturdyWood_C"); \ static_assert(sizeof(ASturdyWood_C) == 0x000430, "Wrong size on ASturdyWood_C"); \ #define DUMPER7_ASSERTS_ASpring_C \ static_assert(alignof(ASpring_C) == 0x000010, "Wrong alignment on ASpring_C"); \ static_assert(sizeof(ASpring_C) == 0x000430, "Wrong size on ASpring_C"); \ #define DUMPER7_ASSERTS_UroborosClod_C_ExecuteUbergraph_UroborosClod \ static_assert(alignof(UroborosClod_C_ExecuteUbergraph_UroborosClod) == 0x000010, "Wrong alignment on UroborosClod_C_ExecuteUbergraph_UroborosClod"); \ static_assert(sizeof(UroborosClod_C_ExecuteUbergraph_UroborosClod) == 0x000460, "Wrong size on UroborosClod_C_ExecuteUbergraph_UroborosClod"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, EntryPoint) == 0x000000, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_object_Variable) == 0x000008, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_bool_IsClosed_Variable) == 0x000025, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, Temp_bool_Has_Been_Initd_Variable) == 0x000027, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_HitComponent) == 0x000028, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000030, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000038, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000040, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_Hit) == 0x00004C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000F4, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_SweepResult) == 0x0000F8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_AsFGCharacter) == 0x000180, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_GetOwner_ReturnValue) == 0x000190, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_ApplyDamage_ReturnValue) == 0x000198, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00019C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_IsOverlappingComponent_ReturnValue) == 0x00019D, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_IsOverlappingComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_GetOwner_ReturnValue_1) == 0x0001A0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_ComponentBoundEvent_ImpactResult) == 0x0001A8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_ComponentBoundEvent_ImpactResult' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000230, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000240, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000270, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000278, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_MakeArray_Array) == 0x000280, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000290, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Add_VectorVector_ReturnValue) == 0x00029C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_LineTraceMultiForObjects_OutHits) == 0x0002A8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_LineTraceMultiForObjects_OutHits' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_LineTraceMultiForObjects_ReturnValue) == 0x0002B8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_LineTraceMultiForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Array_Length_ReturnValue) == 0x0002BC, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Less_IntInt_ReturnValue) == 0x0002C0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Array_Get_Item) == 0x0002C4, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BooleanAND_ReturnValue) == 0x00034C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_bBlockingHit) == 0x00034D, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_bInitialOverlap) == 0x00034E, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_Time) == 0x000350, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_Distance) == 0x000354, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_Location) == 0x000358, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_ImpactPoint) == 0x000364, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_Normal) == 0x000370, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_ImpactNormal) == 0x00037C, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_PhysMat) == 0x000388, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_HitActor) == 0x000390, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_HitComponent) == 0x000398, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_HitBoneName) == 0x0003A0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_HitItem) == 0x0003A8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_ElementIndex) == 0x0003AC, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_FaceIndex) == 0x0003B0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_TraceStart) == 0x0003B4, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakHitResult_TraceEnd) == 0x0003C0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_IsValid_ReturnValue) == 0x0003CC, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_AsLandscape_Heightfield_Collision_Component) == 0x0003D0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_AsLandscape_Heightfield_Collision_Component' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_bSuccess_1) == 0x0003D8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0003E0, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, K2Node_DynamicCast_bSuccess_2) == 0x0003E8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0003EC, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakRotator_Roll) == 0x0003F8, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakRotator_Pitch) == 0x0003FC, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BreakRotator_Yaw) == 0x000400, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_Add_FloatFloat_ReturnValue) == 0x000404, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_MakeRotator_ReturnValue) == 0x000408, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_MakeTransform_ReturnValue) == 0x000420, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000450, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_ExecuteUbergraph_UroborosClod, CallFunc_FinishSpawningActor_ReturnValue) == 0x000458, "Member 'UroborosClod_C_ExecuteUbergraph_UroborosClod::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature \ static_assert(alignof(UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature) == 0x000004, "Wrong alignment on UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(sizeof(UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature) == 0x000088, "Wrong size on UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature, ImpactResult) == 0x000000, "Member 'UroborosClod_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature::ImpactResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'UroborosClod_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'UroborosClod_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosClod_C \ static_assert(alignof(AUroborosClod_C) == 0x000008, "Wrong alignment on AUroborosClod_C"); \ static_assert(sizeof(AUroborosClod_C) == 0x000260, "Wrong size on AUroborosClod_C"); \ static_assert(offsetof(AUroborosClod_C, UberGraphFrame) == 0x000220, "Member 'AUroborosClod_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, Fire_Start) == 0x000228, "Member 'AUroborosClod_C::Fire_Start' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, Fire_Loop) == 0x000230, "Member 'AUroborosClod_C::Fire_Loop' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, Niagara) == 0x000238, "Member 'AUroborosClod_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, PawnOverlap) == 0x000240, "Member 'AUroborosClod_C::PawnOverlap' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, SphereCollision) == 0x000248, "Member 'AUroborosClod_C::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, ProjectileMovement) == 0x000250, "Member 'AUroborosClod_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(AUroborosClod_C, Base_Damage) == 0x000258, "Member 'AUroborosClod_C::Base_Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeather_C \ static_assert(alignof(ALeather_C) == 0x000010, "Wrong alignment on ALeather_C"); \ static_assert(sizeof(ALeather_C) == 0x000430, "Wrong size on ALeather_C"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft \ static_assert(alignof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft"); \ static_assert(sizeof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft) == 0x000088, "Wrong size on NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, EntryPoint) == 0x000000, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, Temp_int_Array_Index_Variable) == 0x000004, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_Event_Character_1) == 0x000030, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_Event_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_Event_Character) == 0x000038, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000040, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_GetSlot_ReturnValue) == 0x000050, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_GetPlaceholder_ReturnValue) == 0x000058, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_IsAlive_ReturnValue) == 0x000061, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_IsValid_ReturnValue_1) == 0x000062, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000063, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_CustomEvent_Sender_1) == 0x000068, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_CustomEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, K2Node_CustomEvent_Sender) == 0x000070, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_Array_Get_Item) == 0x000078, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_IsValid_ReturnValue_2) == 0x000084, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_Less_IntInt_ReturnValue) == 0x000085, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_IsValid_ReturnValue_3) == 0x000086, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000087, "Member 'NaziJob_TrainTheft_C_ExecuteUbergraph_NaziJob_TrainTheft::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_OnCharacterDeath_Event_0 \ static_assert(alignof(NaziJob_TrainTheft_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_OnCharacterDeath_Event_0"); \ static_assert(sizeof(NaziJob_TrainTheft_C_OnCharacterDeath_Event_0) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_OnCharacterDeath_Event_0"); \ static_assert(offsetof(NaziJob_TrainTheft_C_OnCharacterDeath_Event_0, Sender) == 0x000000, "Member 'NaziJob_TrainTheft_C_OnCharacterDeath_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0 \ static_assert(alignof(NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0"); \ static_assert(sizeof(NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0"); \ static_assert(offsetof(NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0, Sender) == 0x000000, "Member 'NaziJob_TrainTheft_C_OnHeavyItemPlaced_Event_0::Sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_OnExclude \ static_assert(alignof(NaziJob_TrainTheft_C_OnExclude) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_OnExclude"); \ static_assert(sizeof(NaziJob_TrainTheft_C_OnExclude) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_OnExclude"); \ static_assert(offsetof(NaziJob_TrainTheft_C_OnExclude, Character) == 0x000000, "Member 'NaziJob_TrainTheft_C_OnExclude::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_OnAssign \ static_assert(alignof(NaziJob_TrainTheft_C_OnAssign) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_OnAssign"); \ static_assert(sizeof(NaziJob_TrainTheft_C_OnAssign) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_OnAssign"); \ static_assert(offsetof(NaziJob_TrainTheft_C_OnAssign, Character) == 0x000000, "Member 'NaziJob_TrainTheft_C_OnAssign::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_IsValidJob \ static_assert(alignof(NaziJob_TrainTheft_C_IsValidJob) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_IsValidJob"); \ static_assert(sizeof(NaziJob_TrainTheft_C_IsValidJob) == 0x000020, "Wrong size on NaziJob_TrainTheft_C_IsValidJob"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_TrainTheft_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_BooleanOR_ReturnValue_1) == 0x000005, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_GetEnemyTrain_ReturnValue) == 0x000008, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, K2Node_DynamicCast_AsFGAi_Train) == 0x000010, "Member 'NaziJob_TrainTheft_C_IsValidJob::K2Node_DynamicCast_AsFGAi_Train' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_TrainTheft_C_IsValidJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidJob, CallFunc_IsAttachedToPlayerTrain_ReturnValue) == 0x00001A, "Member 'NaziJob_TrainTheft_C_IsValidJob::CallFunc_IsAttachedToPlayerTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_SetTargetItemModule \ static_assert(alignof(NaziJob_TrainTheft_C_SetTargetItemModule) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_SetTargetItemModule"); \ static_assert(sizeof(NaziJob_TrainTheft_C_SetTargetItemModule) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_SetTargetItemModule"); \ static_assert(offsetof(NaziJob_TrainTheft_C_SetTargetItemModule, HeavyItemModule) == 0x000000, "Member 'NaziJob_TrainTheft_C_SetTargetItemModule::HeavyItemModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_Set_Target_Heavy_Item \ static_assert(alignof(NaziJob_TrainTheft_C_Set_Target_Heavy_Item) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_Set_Target_Heavy_Item"); \ static_assert(sizeof(NaziJob_TrainTheft_C_Set_Target_Heavy_Item) == 0x000008, "Wrong size on NaziJob_TrainTheft_C_Set_Target_Heavy_Item"); \ static_assert(offsetof(NaziJob_TrainTheft_C_Set_Target_Heavy_Item, HeavyItem) == 0x000000, "Member 'NaziJob_TrainTheft_C_Set_Target_Heavy_Item::HeavyItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB) == 0x000048, "Wrong size on NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000020, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x00002C, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000030, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000034, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000040, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_2) == 0x000044, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB, CallFunc_Less_FloatFloat_ReturnValue) == 0x000045, "Member 'NaziJob_TrainTheft_C_IsCharacterA_Better_CharacterB::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainTheft_C_IsValidForJob \ static_assert(alignof(NaziJob_TrainTheft_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_TrainTheft_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_TrainTheft_C_IsValidForJob) == 0x000010, "Wrong size on NaziJob_TrainTheft_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_TrainTheft_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainTheft_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_TrainTheft_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_TrainTheft_C \ static_assert(alignof(UNaziJob_TrainTheft_C) == 0x000008, "Wrong alignment on UNaziJob_TrainTheft_C"); \ static_assert(sizeof(UNaziJob_TrainTheft_C) == 0x000098, "Wrong size on UNaziJob_TrainTheft_C"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_TrainTheft_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, TheftItem) == 0x000068, "Member 'UNaziJob_TrainTheft_C::TheftItem' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, TheftItemModule) == 0x000070, "Member 'UNaziJob_TrainTheft_C::TheftItemModule' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, bJobComplete) == 0x000078, "Member 'UNaziJob_TrainTheft_C::bJobComplete' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, TargetActor) == 0x000080, "Member 'UNaziJob_TrainTheft_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, TargetRack) == 0x000088, "Member 'UNaziJob_TrainTheft_C::TargetRack' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, TargetRackSocketIndex) == 0x000090, "Member 'UNaziJob_TrainTheft_C::TargetRackSocketIndex' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, bTargetActorWasSet) == 0x000094, "Member 'UNaziJob_TrainTheft_C::bTargetActorWasSet' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainTheft_C, bPickedUpModule) == 0x000095, "Member 'UNaziJob_TrainTheft_C::bPickedUpModule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIronIngot_C \ static_assert(alignof(AIronIngot_C) == 0x000010, "Wrong alignment on AIronIngot_C"); \ static_assert(sizeof(AIronIngot_C) == 0x000430, "Wrong size on AIronIngot_C"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle \ static_assert(alignof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle) == 0x000008, "Wrong alignment on BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle"); \ static_assert(sizeof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle) == 0x0000E0, "Wrong size on BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, EntryPoint) == 0x000000, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, Temp_name_Variable) == 0x00007C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_IsLocallyControlled_ReturnValue) == 0x000084, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_RandomFloatInRange_ReturnValue) == 0x000088, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, K2Node_CreateDelegate_OutputDelegate_5) == 0x000094, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A4, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000A8, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_ShouldHappen_ReturnValue) == 0x0000B0, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_BooleanAND_ReturnValue) == 0x0000B1, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Array_Length_ReturnValue_1) == 0x0000B4, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000B8, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000BC, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_RandomInteger_ReturnValue) == 0x0000C0, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000D0, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'BaseAction_PlayIdle_C_ExecuteUbergraph_BaseAction_PlayIdle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11 \ static_assert(alignof(BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000004, "Wrong alignment on BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(sizeof(BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000008, "Wrong size on BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(offsetof(BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11, NotifyName) == 0x000000, "Member 'BaseAction_PlayIdle_C_OnCompleted_873B6EA447BCBF9FEF3088916D9DFD11::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11 \ static_assert(alignof(BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000004, "Wrong alignment on BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(sizeof(BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000008, "Wrong size on BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(offsetof(BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11, NotifyName) == 0x000000, "Member 'BaseAction_PlayIdle_C_OnBlendOut_873B6EA447BCBF9FEF3088916D9DFD11::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11 \ static_assert(alignof(BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000004, "Wrong alignment on BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(sizeof(BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000008, "Wrong size on BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(offsetof(BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11, NotifyName) == 0x000000, "Member 'BaseAction_PlayIdle_C_OnInterrupted_873B6EA447BCBF9FEF3088916D9DFD11::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11 \ static_assert(alignof(BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000004, "Wrong alignment on BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(sizeof(BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000008, "Wrong size on BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(offsetof(BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11, NotifyName) == 0x000000, "Member 'BaseAction_PlayIdle_C_OnNotifyBegin_873B6EA447BCBF9FEF3088916D9DFD11::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11 \ static_assert(alignof(BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000004, "Wrong alignment on BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(sizeof(BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11) == 0x000008, "Wrong size on BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11"); \ static_assert(offsetof(BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11, NotifyName) == 0x000000, "Member 'BaseAction_PlayIdle_C_OnNotifyEnd_873B6EA447BCBF9FEF3088916D9DFD11::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_PlayIdle_C \ static_assert(alignof(UBaseAction_PlayIdle_C) == 0x000008, "Wrong alignment on UBaseAction_PlayIdle_C"); \ static_assert(sizeof(UBaseAction_PlayIdle_C) == 0x0000C0, "Wrong size on UBaseAction_PlayIdle_C"); \ static_assert(offsetof(UBaseAction_PlayIdle_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_PlayIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGear_C \ static_assert(alignof(AGear_C) == 0x000010, "Wrong alignment on AGear_C"); \ static_assert(sizeof(AGear_C) == 0x000430, "Wrong size on AGear_C"); \ #define DUMPER7_ASSERTS_WeaponHitCheck_C_Received_Notify \ static_assert(alignof(WeaponHitCheck_C_Received_Notify) == 0x000008, "Wrong alignment on WeaponHitCheck_C_Received_Notify"); \ static_assert(sizeof(WeaponHitCheck_C_Received_Notify) == 0x000030, "Wrong size on WeaponHitCheck_C_Received_Notify"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, MeshComp) == 0x000000, "Member 'WeaponHitCheck_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, Animation) == 0x000008, "Member 'WeaponHitCheck_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, ReturnValue) == 0x000010, "Member 'WeaponHitCheck_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'WeaponHitCheck_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'WeaponHitCheck_C_Received_Notify::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WeaponHitCheck_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'WeaponHitCheck_C_Received_Notify::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x00002A, "Member 'WeaponHitCheck_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponHitCheck_C_GetNotifyName \ static_assert(alignof(WeaponHitCheck_C_GetNotifyName) == 0x000008, "Wrong alignment on WeaponHitCheck_C_GetNotifyName"); \ static_assert(sizeof(WeaponHitCheck_C_GetNotifyName) == 0x000020, "Wrong size on WeaponHitCheck_C_GetNotifyName"); \ static_assert(offsetof(WeaponHitCheck_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'WeaponHitCheck_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponHitCheck_C_GetNotifyName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'WeaponHitCheck_C_GetNotifyName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponHitCheck_C \ static_assert(alignof(UWeaponHitCheck_C) == 0x000008, "Wrong alignment on UWeaponHitCheck_C"); \ static_assert(sizeof(UWeaponHitCheck_C) == 0x000040, "Wrong size on UWeaponHitCheck_C"); \ static_assert(offsetof(UWeaponHitCheck_C, NotifyStage) == 0x000038, "Member 'UWeaponHitCheck_C::NotifyStage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFat_C \ static_assert(alignof(AFat_C) == 0x000010, "Wrong alignment on AFat_C"); \ static_assert(sizeof(AFat_C) == 0x000430, "Wrong size on AFat_C"); \ #define DUMPER7_ASSERTS_ADamper_C \ static_assert(alignof(ADamper_C) == 0x000010, "Wrong alignment on ADamper_C"); \ static_assert(sizeof(ADamper_C) == 0x000430, "Wrong size on ADamper_C"); \ #define DUMPER7_ASSERTS_ACopperWire_C \ static_assert(alignof(ACopperWire_C) == 0x000010, "Wrong alignment on ACopperWire_C"); \ static_assert(sizeof(ACopperWire_C) == 0x000430, "Wrong size on ACopperWire_C"); \ #define DUMPER7_ASSERTS_ACopperPipe_C \ static_assert(alignof(ACopperPipe_C) == 0x000010, "Wrong alignment on ACopperPipe_C"); \ static_assert(sizeof(ACopperPipe_C) == 0x000430, "Wrong size on ACopperPipe_C"); \ #define DUMPER7_ASSERTS_ACopperIngot_C \ static_assert(alignof(ACopperIngot_C) == 0x000010, "Wrong alignment on ACopperIngot_C"); \ static_assert(sizeof(ACopperIngot_C) == 0x000430, "Wrong size on ACopperIngot_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase) == 0x000268, "Wrong size on MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, EntryPoint) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable) == 0x000004, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable_1) == 0x000005, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_bool_Variable) == 0x000006, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable_2) == 0x000007, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable_3) == 0x000008, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_bool_Variable_1) == 0x000009, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable_4) == 0x00000A, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_byte_Variable_5) == 0x00000B, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_bool_Variable_2) == 0x00000C, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_IsDesignTime) == 0x00000D, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_MyGeometry) == 0x000010, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_MouseEvent_1) == 0x000048, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_MakeStruct_SlateColor) == 0x000128, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_MakeStruct_SlateColor_1) == 0x000150, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_MakeStruct_SlateColor_2) == 0x000178, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_CustomEvent_Def_ultValue) == 0x0001A0, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_CustomEvent_Def_ultValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_ComponentBoundEvent_Value) == 0x0001A4, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0001A8, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0001AC, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_MapRangeClamped_ReturnValue) == 0x0001B0, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0001B4, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_FloatToText_ReturnValue) == 0x0001B8, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Round_ReturnValue) == 0x0001D0, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_CustomEvent_Percent0_1_1) == 0x0001D4, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_CustomEvent_Percent0_1_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToText_ReturnValue) == 0x0001D8, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Select_Default) == 0x0001F0, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, Temp_bool_Variable_3) == 0x000208, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000209, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Select_Default_1) == 0x00020A, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00020C, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000214, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_CustomEvent_Percent0_1) == 0x000218, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_CustomEvent_Percent0_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_CreateDelegate_OutputDelegate) == 0x00021C, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000230, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000238, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000248, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_Show) == 0x000250, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Select_Default_2) == 0x000251, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Select_Default_3) == 0x000252, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_IsHold_1) == 0x000253, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, K2Node_Event_IsHold) == 0x000254, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000258, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x00025C, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000260, "Member 'MainMenuV2_HorizontalSliderBase_C_ExecuteUbergraph_MainMenuV2_HorizontalSliderBase::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall, Percent0_1) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_SetPercentNoCall::Percent0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_SetPercent \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_SetPercent) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_SetPercent"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_SetPercent) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_SetPercent"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_SetPercent, Percent0_1) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_SetPercent::Percent0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature, Value) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_BndEvt__MainMenuV2_HorizontalSliderBase_MainMenuV2_HorizontalSlider_K2Node_ComponentBoundEvent_0_ValueChanges__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_SetValue \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_SetValue) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_SetValue"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_SetValue) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_SetValue"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_SetValue, DefаultValue) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_SetValue::DefаultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_HorizontalSliderBase_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_HorizontalSliderBase_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_HorizontalSliderBase_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_PreConstruct \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GetPercent \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GetPercent) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GetPercent"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GetPercent) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GetPercent"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetPercent, Value0_1_0) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GetPercent::Value0_1_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GetValue \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GetValue) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GetValue"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GetValue) == 0x000014, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GetValue"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetValue, Value) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GetValue::Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetValue, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'MainMenuV2_HorizontalSliderBase_C_GetValue::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetValue, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'MainMenuV2_HorizontalSliderBase_C_GetValue::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetValue, CallFunc_MapRangeClamped_ReturnValue) == 0x00000C, "Member 'MainMenuV2_HorizontalSliderBase_C_GetValue::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GetValue, CallFunc_Round_ReturnValue) == 0x000010, "Member 'MainMenuV2_HorizontalSliderBase_C_GetValue::CallFunc_Round_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_DecStepValueGamepad::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad) == 0x000004, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad) == 0x000004, "Wrong size on MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_AddStepValueGamepad::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_HorizontalSliderBase_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_HorizontalSliderBase_C \ static_assert(alignof(UMainMenuV2_HorizontalSliderBase_C) == 0x000008, "Wrong alignment on UMainMenuV2_HorizontalSliderBase_C"); \ static_assert(sizeof(UMainMenuV2_HorizontalSliderBase_C) == 0x000330, "Wrong size on UMainMenuV2_HorizontalSliderBase_C"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_HorizontalSliderBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, ApplyChanges) == 0x000268, "Member 'UMainMenuV2_HorizontalSliderBase_C::ApplyChanges' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, ButtonsBack) == 0x000270, "Member 'UMainMenuV2_HorizontalSliderBase_C::ButtonsBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, CanvasSize) == 0x000278, "Member 'UMainMenuV2_HorizontalSliderBase_C::CanvasSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, FloatingWidget_Base) == 0x000280, "Member 'UMainMenuV2_HorizontalSliderBase_C::FloatingWidget_Base' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, Gamepad_Change) == 0x000288, "Member 'UMainMenuV2_HorizontalSliderBase_C::Gamepad_Change' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, Header) == 0x000290, "Member 'UMainMenuV2_HorizontalSliderBase_C::Header' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, MainBack) == 0x000298, "Member 'UMainMenuV2_HorizontalSliderBase_C::MainBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, MainBorder) == 0x0002A0, "Member 'UMainMenuV2_HorizontalSliderBase_C::MainBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, MainMenuV2_HorizontalSlider) == 0x0002A8, "Member 'UMainMenuV2_HorizontalSliderBase_C::MainMenuV2_HorizontalSlider' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, ValueText) == 0x0002B0, "Member 'UMainMenuV2_HorizontalSliderBase_C::ValueText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, OnChange) == 0x0002B8, "Member 'UMainMenuV2_HorizontalSliderBase_C::OnChange' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, HeaderText) == 0x0002C8, "Member 'UMainMenuV2_HorizontalSliderBase_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, IsChanged) == 0x0002E0, "Member 'UMainMenuV2_HorizontalSliderBase_C::IsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, IsMouseOn) == 0x0002E1, "Member 'UMainMenuV2_HorizontalSliderBase_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, CurentValueIndex) == 0x0002E4, "Member 'UMainMenuV2_HorizontalSliderBase_C::CurentValueIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, DefuultValue) == 0x0002E8, "Member 'UMainMenuV2_HorizontalSliderBase_C::DefuultValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, Value0_1) == 0x0002EC, "Member 'UMainMenuV2_HorizontalSliderBase_C::Value0_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, MinValue) == 0x0002F0, "Member 'UMainMenuV2_HorizontalSliderBase_C::MinValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, MaxValue) == 0x0002F4, "Member 'UMainMenuV2_HorizontalSliderBase_C::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, DontShowIsChanged) == 0x0002F8, "Member 'UMainMenuV2_HorizontalSliderBase_C::DontShowIsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, DontShowValue) == 0x0002F9, "Member 'UMainMenuV2_HorizontalSliderBase_C::DontShowValue' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, CurrentValuePercent) == 0x0002FC, "Member 'UMainMenuV2_HorizontalSliderBase_C::CurrentValuePercent' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, CurrentValueFlat) == 0x000300, "Member 'UMainMenuV2_HorizontalSliderBase_C::CurrentValueFlat' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, SettingsMenuRef) == 0x000308, "Member 'UMainMenuV2_HorizontalSliderBase_C::SettingsMenuRef' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, StepValueGamepad) == 0x000310, "Member 'UMainMenuV2_HorizontalSliderBase_C::StepValueGamepad' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, TimerHandle_HoldLeft) == 0x000318, "Member 'UMainMenuV2_HorizontalSliderBase_C::TimerHandle_HoldLeft' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, TimerHandle_HoldRight) == 0x000320, "Member 'UMainMenuV2_HorizontalSliderBase_C::TimerHandle_HoldRight' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, IsGamepadNOW) == 0x000328, "Member 'UMainMenuV2_HorizontalSliderBase_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_HorizontalSliderBase_C, bRoundValue) == 0x000329, "Member 'UMainMenuV2_HorizontalSliderBase_C::bRoundValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrassIngot_C \ static_assert(alignof(ABrassIngot_C) == 0x000010, "Wrong alignment on ABrassIngot_C"); \ static_assert(sizeof(ABrassIngot_C) == 0x000430, "Wrong size on ABrassIngot_C"); \ #define DUMPER7_ASSERTS_GenericBackpack_C_GetItemSelection \ static_assert(alignof(GenericBackpack_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericBackpack_C_GetItemSelection"); \ static_assert(sizeof(GenericBackpack_C_GetItemSelection) == 0x000130, "Wrong size on GenericBackpack_C_GetItemSelection"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericBackpack_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, Player) == 0x000088, "Member 'GenericBackpack_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericBackpack_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericBackpack_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericBackpack_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericBackpack_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'GenericBackpack_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericBackpack_C_GetItemDurability \ static_assert(alignof(GenericBackpack_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericBackpack_C_GetItemDurability"); \ static_assert(sizeof(GenericBackpack_C_GetItemDurability) == 0x000018, "Wrong size on GenericBackpack_C_GetItemDurability"); \ static_assert(offsetof(GenericBackpack_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericBackpack_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericBackpack_C \ static_assert(alignof(AGenericBackpack_C) == 0x000010, "Wrong alignment on AGenericBackpack_C"); \ static_assert(sizeof(AGenericBackpack_C) == 0x000500, "Wrong size on AGenericBackpack_C"); \ static_assert(offsetof(AGenericBackpack_C, Sphere) == 0x0004F0, "Member 'AGenericBackpack_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner \ static_assert(alignof(GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner) == 0x000004, "Wrong alignment on GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner"); \ static_assert(sizeof(GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner) == 0x000004, "Wrong size on GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner"); \ static_assert(offsetof(GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner, EntryPoint) == 0x000000, "Member 'GenericAISpawner_C_ExecuteUbergraph_GenericAISpawner::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericAISpawner_C \ static_assert(alignof(AGenericAISpawner_C) == 0x000008, "Wrong alignment on AGenericAISpawner_C"); \ static_assert(sizeof(AGenericAISpawner_C) == 0x000380, "Wrong size on AGenericAISpawner_C"); \ static_assert(offsetof(AGenericAISpawner_C, UberGraphFrame) == 0x000328, "Member 'AGenericAISpawner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, AIClass) == 0x000330, "Member 'AGenericAISpawner_C::AIClass' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, bDead) == 0x000338, "Member 'AGenericAISpawner_C::bDead' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, bSpawnedLocation) == 0x00033C, "Member 'AGenericAISpawner_C::bSpawnedLocation' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, SavedCharacter) == 0x000348, "Member 'AGenericAISpawner_C::SavedCharacter' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, Health) == 0x000350, "Member 'AGenericAISpawner_C::Health' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, bInCorpseState) == 0x000354, "Member 'AGenericAISpawner_C::bInCorpseState' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, InventorySaveData) == 0x000358, "Member 'AGenericAISpawner_C::InventorySaveData' has a wrong offset!"); \ static_assert(offsetof(AGenericAISpawner_C, SpawnOffset) == 0x000370, "Member 'AGenericAISpawner_C::SpawnOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget \ static_assert(alignof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget) == 0x000008, "Wrong alignment on PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget"); \ static_assert(sizeof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget) == 0x000078, "Wrong size on PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, EntryPoint) == 0x000000, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable) == 0x000004, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable_1) == 0x000005, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_bool_Variable) == 0x000006, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable_2) == 0x000007, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable_3) == 0x000008, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_bool_Variable_1) == 0x000009, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable_4) == 0x00000A, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_byte_Variable_5) == 0x00000B, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Event_Type) == 0x00001C, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Event_KeyText) == 0x00001D, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Event_IsDesignTime) == 0x00001E, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Select_Default) == 0x00001F, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_CustomEvent_IsGamepadNow) == 0x000020, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Select_Default_1) == 0x000030, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_DynamicCast_AsHUD_Interface) == 0x000040, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000051, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_TextIsEmpty_ReturnValue) == 0x000052, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, Temp_bool_Variable_2) == 0x000053, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_Select_Default_2) == 0x000054, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, K2Node_CustomEvent_Direction) == 0x000055, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::K2Node_CustomEvent_Direction' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000056, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000058, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000060, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000068, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'PromptModalWidget_C_ExecuteUbergraph_PromptModalWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_ShowAppearance \ static_assert(alignof(PromptModalWidget_C_ShowAppearance) == 0x000001, "Wrong alignment on PromptModalWidget_C_ShowAppearance"); \ static_assert(sizeof(PromptModalWidget_C_ShowAppearance) == 0x000001, "Wrong size on PromptModalWidget_C_ShowAppearance"); \ static_assert(offsetof(PromptModalWidget_C_ShowAppearance, Direction) == 0x000000, "Member 'PromptModalWidget_C_ShowAppearance::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_SetGamepadMode \ static_assert(alignof(PromptModalWidget_C_SetGamepadMode) == 0x000001, "Wrong alignment on PromptModalWidget_C_SetGamepadMode"); \ static_assert(sizeof(PromptModalWidget_C_SetGamepadMode) == 0x000001, "Wrong size on PromptModalWidget_C_SetGamepadMode"); \ static_assert(offsetof(PromptModalWidget_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'PromptModalWidget_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_PreConstruct \ static_assert(alignof(PromptModalWidget_C_PreConstruct) == 0x000001, "Wrong alignment on PromptModalWidget_C_PreConstruct"); \ static_assert(sizeof(PromptModalWidget_C_PreConstruct) == 0x000001, "Wrong size on PromptModalWidget_C_PreConstruct"); \ static_assert(offsetof(PromptModalWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PromptModalWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_V2_Show_ButtonTips \ static_assert(alignof(PromptModalWidget_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on PromptModalWidget_C_V2_Show_ButtonTips"); \ static_assert(sizeof(PromptModalWidget_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on PromptModalWidget_C_V2_Show_ButtonTips"); \ static_assert(offsetof(PromptModalWidget_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'PromptModalWidget_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'PromptModalWidget_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_OnKeyDown \ static_assert(alignof(PromptModalWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on PromptModalWidget_C_OnKeyDown"); \ static_assert(sizeof(PromptModalWidget_C_OnKeyDown) == 0x000200, "Wrong size on PromptModalWidget_C_OnKeyDown"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'PromptModalWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'PromptModalWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'PromptModalWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'PromptModalWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'PromptModalWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001F8, "Member 'PromptModalWidget_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_OnMouseButtonDown \ static_assert(alignof(PromptModalWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on PromptModalWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(PromptModalWidget_C_OnMouseButtonDown) == 0x000258, "Wrong size on PromptModalWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'PromptModalWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'PromptModalWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'PromptModalWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'PromptModalWidget_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'PromptModalWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'PromptModalWidget_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'PromptModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'PromptModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x000238, "Member 'PromptModalWidget_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue_1) == 0x000240, "Member 'PromptModalWidget_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Ansora) == 0x000248, "Member 'PromptModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess_1) == 0x000250, "Member 'PromptModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_OnKeyUp \ static_assert(alignof(PromptModalWidget_C_OnKeyUp) == 0x000008, "Wrong alignment on PromptModalWidget_C_OnKeyUp"); \ static_assert(sizeof(PromptModalWidget_C_OnKeyUp) == 0x000200, "Wrong size on PromptModalWidget_C_OnKeyUp"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'PromptModalWidget_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'PromptModalWidget_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'PromptModalWidget_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000140, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000141, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_GetGamepadAction_Action) == 0x000143, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000144, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, K2Node_SwitchEnum_CmpSuccess) == 0x000145, "Member 'PromptModalWidget_C_OnKeyUp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PromptModalWidget_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'PromptModalWidget_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PromptModalWidget_C_V2_GetGamepadController \ static_assert(alignof(PromptModalWidget_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on PromptModalWidget_C_V2_GetGamepadController"); \ static_assert(sizeof(PromptModalWidget_C_V2_GetGamepadController) == 0x000008, "Wrong size on PromptModalWidget_C_V2_GetGamepadController"); \ static_assert(offsetof(PromptModalWidget_C_V2_GetGamepadController, GamepadController) == 0x000000, "Member 'PromptModalWidget_C_V2_GetGamepadController::GamepadController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPromptModalWidget_C \ static_assert(alignof(UPromptModalWidget_C) == 0x000008, "Wrong alignment on UPromptModalWidget_C"); \ static_assert(sizeof(UPromptModalWidget_C) == 0x000380, "Wrong size on UPromptModalWidget_C"); \ static_assert(offsetof(UPromptModalWidget_C, UberGraphFrame) == 0x000260, "Member 'UPromptModalWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, AppearanceAnimation) == 0x000268, "Member 'UPromptModalWidget_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, BodyBG) == 0x000270, "Member 'UPromptModalWidget_C::BodyBG' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, BodyBorder) == 0x000278, "Member 'UPromptModalWidget_C::BodyBorder' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Chechbox_Box) == 0x000280, "Member 'UPromptModalWidget_C::Chechbox_Box' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Checkbox_Text) == 0x000288, "Member 'UPromptModalWidget_C::Checkbox_Text' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, DarkBackground) == 0x000290, "Member 'UPromptModalWidget_C::DarkBackground' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Gamepad_ButtonYes) == 0x000298, "Member 'UPromptModalWidget_C::Gamepad_ButtonYes' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, HeaderBackground) == 0x0002A0, "Member 'UPromptModalWidget_C::HeaderBackground' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, HeaderText) == 0x0002A8, "Member 'UPromptModalWidget_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Help_Gamepad) == 0x0002B0, "Member 'UPromptModalWidget_C::Help_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Help_PC) == 0x0002B8, "Member 'UPromptModalWidget_C::Help_PC' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, KeyTooltipWidget) == 0x0002C0, "Member 'UPromptModalWidget_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, KeyTooltipWidget_271) == 0x0002C8, "Member 'UPromptModalWidget_C::KeyTooltipWidget_271' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, MainMenuV2_Checkbox) == 0x0002D0, "Member 'UPromptModalWidget_C::MainMenuV2_Checkbox' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, NotifyText) == 0x0002D8, "Member 'UPromptModalWidget_C::NotifyText' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, PC_ButtonNo) == 0x0002E0, "Member 'UPromptModalWidget_C::PC_ButtonNo' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, PC_ButtonYes) == 0x0002E8, "Member 'UPromptModalWidget_C::PC_ButtonYes' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, HeaderTitle) == 0x0002F0, "Member 'UPromptModalWidget_C::HeaderTitle' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, Text) == 0x000308, "Member 'UPromptModalWidget_C::Text' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, UseCheckbox) == 0x000320, "Member 'UPromptModalWidget_C::UseCheckbox' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, CheckBoxText) == 0x000328, "Member 'UPromptModalWidget_C::CheckBoxText' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, DontUseNo) == 0x000340, "Member 'UPromptModalWidget_C::DontUseNo' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, CustomYesButtonText) == 0x000348, "Member 'UPromptModalWidget_C::CustomYesButtonText' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, OnAccept) == 0x000360, "Member 'UPromptModalWidget_C::OnAccept' has a wrong offset!"); \ static_assert(offsetof(UPromptModalWidget_C, OnDecline) == 0x000370, "Member 'UPromptModalWidget_C::OnDecline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABackpack_3_C \ static_assert(alignof(ABackpack_3_C) == 0x000010, "Wrong alignment on ABackpack_3_C"); \ static_assert(sizeof(ABackpack_3_C) == 0x000500, "Wrong size on ABackpack_3_C"); \ #define DUMPER7_ASSERTS_ABackpack_2_C \ static_assert(alignof(ABackpack_2_C) == 0x000010, "Wrong alignment on ABackpack_2_C"); \ static_assert(sizeof(ABackpack_2_C) == 0x000500, "Wrong size on ABackpack_2_C"); \ #define DUMPER7_ASSERTS_UDamageType_Shock_C \ static_assert(alignof(UDamageType_Shock_C) == 0x000008, "Wrong alignment on UDamageType_Shock_C"); \ static_assert(sizeof(UDamageType_Shock_C) == 0x000060, "Wrong size on UDamageType_Shock_C"); \ #define DUMPER7_ASSERTS_FArcValues \ static_assert(alignof(FArcValues) == 0x000004, "Wrong alignment on FArcValues"); \ static_assert(sizeof(FArcValues) == 0x00005C, "Wrong size on FArcValues"); \ static_assert(offsetof(FArcValues, Distance_22_92D0E38C4E03FAD83398319A640C8FEA) == 0x000000, "Member 'FArcValues::Distance_22_92D0E38C4E03FAD83398319A640C8FEA' has a wrong offset!"); \ static_assert(offsetof(FArcValues, BoltColor_23_B786034149CD43173F17C0969F2EDAA9) == 0x000004, "Member 'FArcValues::BoltColor_23_B786034149CD43173F17C0969F2EDAA9' has a wrong offset!"); \ static_assert(offsetof(FArcValues, IsBranch_24_2CADFF584A85F892CD1F9F973C8D8C9C) == 0x000014, "Member 'FArcValues::IsBranch_24_2CADFF584A85F892CD1F9F973C8D8C9C' has a wrong offset!"); \ static_assert(offsetof(FArcValues, AllowBranches_25_52D2775B4626E632B364708FECCF86BB) == 0x000015, "Member 'FArcValues::AllowBranches_25_52D2775B4626E632B364708FECCF86BB' has a wrong offset!"); \ static_assert(offsetof(FArcValues, BranchLimit_26_99F670D84D28BF08F6B707B464DFD22B) == 0x000018, "Member 'FArcValues::BranchLimit_26_99F670D84D28BF08F6B707B464DFD22B' has a wrong offset!"); \ static_assert(offsetof(FArcValues, PriorHitLoc_27_77C6FCAC4A6B8BE47C9F1AA27936BB74) == 0x00001C, "Member 'FArcValues::PriorHitLoc_27_77C6FCAC4A6B8BE47C9F1AA27936BB74' has a wrong offset!"); \ static_assert(offsetof(FArcValues, PriorHitNormal_28_C7D8D44C4105DD3BCEF589B809D5B7A0) == 0x000028, "Member 'FArcValues::PriorHitNormal_28_C7D8D44C4105DD3BCEF589B809D5B7A0' has a wrong offset!"); \ static_assert(offsetof(FArcValues, PlayRate_29_32AE17104212CFEF6F8AF783CC7CF2F9) == 0x000034, "Member 'FArcValues::PlayRate_29_32AE17104212CFEF6F8AF783CC7CF2F9' has a wrong offset!"); \ static_assert(offsetof(FArcValues, CustomVectors_30_4EECB93C44E599842EB5F6869ADA4CB8) == 0x000038, "Member 'FArcValues::CustomVectors_30_4EECB93C44E599842EB5F6869ADA4CB8' has a wrong offset!"); \ static_assert(offsetof(FArcValues, Origin_31_065800B44EC4A5FA6C654D9364F0BB86) == 0x00003C, "Member 'FArcValues::Origin_31_065800B44EC4A5FA6C654D9364F0BB86' has a wrong offset!"); \ static_assert(offsetof(FArcValues, Dest_32_420085E0453B4279D6A887936BF5273E) == 0x000048, "Member 'FArcValues::Dest_32_420085E0453B4279D6A887936BF5273E' has a wrong offset!"); \ static_assert(offsetof(FArcValues, NoiseScale_33_EEBC544341E34FE6E3B495B25EABAB16) == 0x000054, "Member 'FArcValues::NoiseScale_33_EEBC544341E34FE6E3B495B25EABAB16' has a wrong offset!"); \ static_assert(offsetof(FArcValues, NoiseSpeed_34_100B294449C9258D076FD4BDAC0259F3) == 0x000058, "Member 'FArcValues::NoiseSpeed_34_100B294449C9258D076FD4BDAC0259F3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_RecyclerBonus_C \ static_assert(alignof(ALLVT_RecyclerBonus_C) == 0x000008, "Wrong alignment on ALLVT_RecyclerBonus_C"); \ static_assert(sizeof(ALLVT_RecyclerBonus_C) == 0x000270, "Wrong size on ALLVT_RecyclerBonus_C"); \ static_assert(offsetof(ALLVT_RecyclerBonus_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_RecyclerBonus_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_ExecuteUbergraph_GenericRack \ static_assert(alignof(GenericRack_C_ExecuteUbergraph_GenericRack) == 0x000010, "Wrong alignment on GenericRack_C_ExecuteUbergraph_GenericRack"); \ static_assert(sizeof(GenericRack_C_ExecuteUbergraph_GenericRack) == 0x000380, "Wrong size on GenericRack_C_ExecuteUbergraph_GenericRack"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, EntryPoint) == 0x000000, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetCanUpgrade_ReturnValue) == 0x000004, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetCanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_Percentage_1) == 0x000008, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_6) == 0x000010, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_5) == 0x000018, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_4) == 0x000020, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_3) == 0x000028, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_Hit_2) == 0x000030, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_2) == 0x0000B8, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsEmpty_ReturnValue) == 0x0000C2, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0000C8, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000DC, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Max_ReturnValue) == 0x0000E4, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_CanDisassembleModule_ReturnValue) == 0x0000E8, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_CanDisassembleModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000E9, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_SetStaticMesh_ReturnValue) == 0x0000EA, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, Temp_struct_Variable) == 0x0000F0, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000120, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_AddComponent_ReturnValue) == 0x000128, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetComponentByClass_ReturnValue) == 0x000130, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue_2) == 0x000138, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_CreateDelegate_OutputDelegate) == 0x00013C, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetParentTrain_ReturnValue) == 0x000150, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetCategory_ReturnValue) == 0x000159, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00015A, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetState_ReturnValue) == 0x00015B, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_BooleanAND_ReturnValue) == 0x00015C, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00015D, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x000160, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_Hit_1) == 0x000164, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0001EC, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0001F0, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetState_ReturnValue_1) == 0x000258, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000259, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00025A, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00025B, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00025C, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_BooleanOR_ReturnValue) == 0x00025D, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_BooleanOR_ReturnValue_1) == 0x00025E, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_BooleanOR_ReturnValue_2) == 0x00025F, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_BooleanOR_ReturnValue_3) == 0x000260, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, Temp_int_Array_Index_Variable) == 0x000264, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Array_Get_Item) == 0x000268, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000280, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetPlayerController_ReturnValue) == 0x000288, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_Hit) == 0x000290, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter_1) == 0x000318, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetHUD_ReturnValue) == 0x000320, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000328, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_DynamicCast_bSuccess) == 0x000338, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue_4) == 0x000339, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_CustomEvent_Player) == 0x000340, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_CanUpgrade_ReturnValue) == 0x000348, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GetController_ReturnValue) == 0x000350, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_SwitchEnum_CmpSuccess_2) == 0x000358, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_IsValid_ReturnValue_5) == 0x000359, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, Temp_int_Loop_Counter_Variable) == 0x00035C, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000360, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000364, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_Percentage) == 0x000368, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_ExecuteUbergraph_GenericRack, K2Node_Event_PlayerCharacter) == 0x000370, "Member 'GenericRack_C_ExecuteUbergraph_GenericRack::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_HoldProgressInfo \ static_assert(alignof(GenericRack_C_HoldProgressInfo) == 0x000008, "Wrong alignment on GenericRack_C_HoldProgressInfo"); \ static_assert(sizeof(GenericRack_C_HoldProgressInfo) == 0x000010, "Wrong size on GenericRack_C_HoldProgressInfo"); \ static_assert(offsetof(GenericRack_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'GenericRack_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericRack_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_OnHoldUse_M \ static_assert(alignof(GenericRack_C_OnHoldUse_M) == 0x000008, "Wrong alignment on GenericRack_C_OnHoldUse_M"); \ static_assert(sizeof(GenericRack_C_OnHoldUse_M) == 0x000008, "Wrong size on GenericRack_C_OnHoldUse_M"); \ static_assert(offsetof(GenericRack_C_OnHoldUse_M, Player) == 0x000000, "Member 'GenericRack_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_OnHoldUseActor \ static_assert(alignof(GenericRack_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericRack_C_OnHoldUseActor"); \ static_assert(sizeof(GenericRack_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericRack_C_OnHoldUseActor"); \ static_assert(offsetof(GenericRack_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericRack_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRack_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_OnGotFocus \ static_assert(alignof(GenericRack_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericRack_C_OnGotFocus"); \ static_assert(sizeof(GenericRack_C_OnGotFocus) == 0x000088, "Wrong size on GenericRack_C_OnGotFocus"); \ static_assert(offsetof(GenericRack_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericRack_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_OnUseActor \ static_assert(alignof(GenericRack_C_OnUseActor) == 0x000008, "Wrong alignment on GenericRack_C_OnUseActor"); \ static_assert(sizeof(GenericRack_C_OnUseActor) == 0x000090, "Wrong size on GenericRack_C_OnUseActor"); \ static_assert(offsetof(GenericRack_C_OnUseActor, Hit) == 0x000000, "Member 'GenericRack_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRack_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_OnHoldUseFinished \ static_assert(alignof(GenericRack_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on GenericRack_C_OnHoldUseFinished"); \ static_assert(sizeof(GenericRack_C_OnHoldUseFinished) == 0x000008, "Wrong size on GenericRack_C_OnHoldUseFinished"); \ static_assert(offsetof(GenericRack_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'GenericRack_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_HoldUseStarted \ static_assert(alignof(GenericRack_C_HoldUseStarted) == 0x000008, "Wrong alignment on GenericRack_C_HoldUseStarted"); \ static_assert(sizeof(GenericRack_C_HoldUseStarted) == 0x000008, "Wrong size on GenericRack_C_HoldUseStarted"); \ static_assert(offsetof(GenericRack_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericRack_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_AltHoldUseStarted \ static_assert(alignof(GenericRack_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on GenericRack_C_AltHoldUseStarted"); \ static_assert(sizeof(GenericRack_C_AltHoldUseStarted) == 0x000008, "Wrong size on GenericRack_C_AltHoldUseStarted"); \ static_assert(offsetof(GenericRack_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericRack_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_AltHoldProgressInfo \ static_assert(alignof(GenericRack_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on GenericRack_C_AltHoldProgressInfo"); \ static_assert(sizeof(GenericRack_C_AltHoldProgressInfo) == 0x000010, "Wrong size on GenericRack_C_AltHoldProgressInfo"); \ static_assert(offsetof(GenericRack_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'GenericRack_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericRack_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetModuleSockets \ static_assert(alignof(GenericRack_C_GetModuleSockets) == 0x000008, "Wrong alignment on GenericRack_C_GetModuleSockets"); \ static_assert(sizeof(GenericRack_C_GetModuleSockets) == 0x000010, "Wrong size on GenericRack_C_GetModuleSockets"); \ static_assert(offsetof(GenericRack_C_GetModuleSockets, ReturnValue) == 0x000000, "Member 'GenericRack_C_GetModuleSockets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_CanHoldUse \ static_assert(alignof(GenericRack_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericRack_C_CanHoldUse"); \ static_assert(sizeof(GenericRack_C_CanHoldUse) == 0x0000B0, "Wrong size on GenericRack_C_CanHoldUse"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericRack_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericRack_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericRack_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'GenericRack_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'GenericRack_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'GenericRack_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'GenericRack_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'GenericRack_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetCanUpgrade \ static_assert(alignof(GenericRack_C_GetCanUpgrade) == 0x000008, "Wrong alignment on GenericRack_C_GetCanUpgrade"); \ static_assert(sizeof(GenericRack_C_GetCanUpgrade) == 0x000028, "Wrong size on GenericRack_C_GetCanUpgrade"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, ReturnValue) == 0x000000, "Member 'GenericRack_C_GetCanUpgrade::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'GenericRack_C_GetCanUpgrade::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'GenericRack_C_GetCanUpgrade::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'GenericRack_C_GetCanUpgrade::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericRack_C_GetCanUpgrade::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, CallFunc_CanUpgrade_ReturnValue) == 0x000021, "Member 'GenericRack_C_GetCanUpgrade::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetCanUpgrade, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'GenericRack_C_GetCanUpgrade::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_IsDeconstructionAllowed \ static_assert(alignof(GenericRack_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericRack_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericRack_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on GenericRack_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericRack_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericRack_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericRack_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericRack_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericRack_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_CanRepairIt \ static_assert(alignof(GenericRack_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericRack_C_CanRepairIt"); \ static_assert(sizeof(GenericRack_C_CanRepairIt) == 0x00008C, "Wrong size on GenericRack_C_CanRepairIt"); \ static_assert(offsetof(GenericRack_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericRack_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericRack_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetAdditionalButtons \ static_assert(alignof(GenericRack_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericRack_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericRack_C_GetAdditionalButtons) == 0x000060, "Wrong size on GenericRack_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericRack_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericRack_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000010, "Member 'GenericRack_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000018, "Member 'GenericRack_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000050, "Member 'GenericRack_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetProgressStatusState \ static_assert(alignof(GenericRack_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericRack_C_GetProgressStatusState"); \ static_assert(sizeof(GenericRack_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericRack_C_GetProgressStatusState"); \ static_assert(offsetof(GenericRack_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericRack_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetProgressStatusTime \ static_assert(alignof(GenericRack_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericRack_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericRack_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericRack_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericRack_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericRack_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRack_C_GetHoldUseTime \ static_assert(alignof(GenericRack_C_GetHoldUseTime) == 0x000008, "Wrong alignment on GenericRack_C_GetHoldUseTime"); \ static_assert(sizeof(GenericRack_C_GetHoldUseTime) == 0x000010, "Wrong size on GenericRack_C_GetHoldUseTime"); \ static_assert(offsetof(GenericRack_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'GenericRack_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRack_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'GenericRack_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericRack_C \ static_assert(alignof(AGenericRack_C) == 0x000008, "Wrong alignment on AGenericRack_C"); \ static_assert(sizeof(AGenericRack_C) == 0x000620, "Wrong size on AGenericRack_C"); \ static_assert(offsetof(AGenericRack_C, UberGraphFrame) == 0x000608, "Member 'AGenericRack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericRack_C, BuilderZone) == 0x000610, "Member 'AGenericRack_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AGenericRack_C, InFocus) == 0x000618, "Member 'AGenericRack_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMainMenuV2_SessionRowStr \ static_assert(alignof(FMainMenuV2_SessionRowStr) == 0x000008, "Wrong alignment on FMainMenuV2_SessionRowStr"); \ static_assert(sizeof(FMainMenuV2_SessionRowStr) == 0x000038, "Wrong size on FMainMenuV2_SessionRowStr"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, IsOpened_22_0763F64646FE2B4C2802E597BCF4707B) == 0x000000, "Member 'FMainMenuV2_SessionRowStr::IsOpened_22_0763F64646FE2B4C2802E597BCF4707B' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, Name_6_F926FB43427D273366A78C93D4EB64D3) == 0x000008, "Member 'FMainMenuV2_SessionRowStr::Name_6_F926FB43427D273366A78C93D4EB64D3' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, Ping_7_B687B0024A6F049A4651DFB0F852D90D) == 0x000020, "Member 'FMainMenuV2_SessionRowStr::Ping_7_B687B0024A6F049A4651DFB0F852D90D' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, PlayersIn_19_17BAB6F14B610A4F53AEAB8718872D87) == 0x000024, "Member 'FMainMenuV2_SessionRowStr::PlayersIn_19_17BAB6F14B610A4F53AEAB8718872D87' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, PlayersMax_12_710C717047571767FABDB8B8C3406266) == 0x000028, "Member 'FMainMenuV2_SessionRowStr::PlayersMax_12_710C717047571767FABDB8B8C3406266' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, Size_14_955207904D40563C3369D0AB1D637988) == 0x00002C, "Member 'FMainMenuV2_SessionRowStr::Size_14_955207904D40563C3369D0AB1D637988' has a wrong offset!"); \ static_assert(offsetof(FMainMenuV2_SessionRowStr, SessionToConnect_18_B3C1D828461D5ADD83B17E957927B1A9) == 0x000030, "Member 'FMainMenuV2_SessionRowStr::SessionToConnect_18_B3C1D828461D5ADD83B17E957927B1A9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive \ static_assert(alignof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive) == 0x000008, "Wrong alignment on Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive"); \ static_assert(sizeof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive) == 0x000068, "Wrong size on Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, EntryPoint) == 0x000000, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_Event_Player_1) == 0x000018, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_Event_Player) == 0x000020, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_DynamicCast_AsFGGame_Instance) == 0x000030, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000040, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_GetLocomotive_ReturnValue) == 0x000050, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_GetProgress_ReturnValue) == 0x00005C, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive, CallFunc_Greater_IntInt_ReturnValue) == 0x000061, "Member 'Task_UpgradeLocomotive_C_ExecuteUbergraph_Task_UpgradeLocomotive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_UpgradeLocomotive_C_OnRemoveFromPlayer \ static_assert(alignof(Task_UpgradeLocomotive_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_UpgradeLocomotive_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_UpgradeLocomotive_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_UpgradeLocomotive_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_UpgradeLocomotive_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_UpgradeLocomotive_C_OnGivePlayer \ static_assert(alignof(Task_UpgradeLocomotive_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_UpgradeLocomotive_C_OnGivePlayer"); \ static_assert(sizeof(Task_UpgradeLocomotive_C_OnGivePlayer) == 0x000008, "Wrong size on Task_UpgradeLocomotive_C_OnGivePlayer"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_UpgradeLocomotive_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_UpgradeLocomotive_C_GetMaxProgress \ static_assert(alignof(Task_UpgradeLocomotive_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_UpgradeLocomotive_C_GetMaxProgress"); \ static_assert(sizeof(Task_UpgradeLocomotive_C_GetMaxProgress) == 0x000004, "Wrong size on Task_UpgradeLocomotive_C_GetMaxProgress"); \ static_assert(offsetof(Task_UpgradeLocomotive_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_UpgradeLocomotive_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_UpgradeLocomotive_C \ static_assert(alignof(UTask_UpgradeLocomotive_C) == 0x000008, "Wrong alignment on UTask_UpgradeLocomotive_C"); \ static_assert(sizeof(UTask_UpgradeLocomotive_C) == 0x0000B0, "Wrong size on UTask_UpgradeLocomotive_C"); \ static_assert(offsetof(UTask_UpgradeLocomotive_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_UpgradeLocomotive_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_UpgradeLocomotive_C, Count) == 0x0000A8, "Member 'UTask_UpgradeLocomotive_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_UpgradeLocomotive_C, IsFirstUpgrade) == 0x0000AC, "Member 'UTask_UpgradeLocomotive_C::IsFirstUpgrade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot \ static_assert(alignof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot) == 0x000008, "Wrong alignment on Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot"); \ static_assert(sizeof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot) == 0x000030, "Wrong size on Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot"); \ static_assert(offsetof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot, EntryPoint) == 0x000000, "Member 'Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot, K2Node_Event_Player_1) == 0x000018, "Member 'Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot, K2Node_Event_Player) == 0x000020, "Member 'Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot, CallFunc_IsParkingInDepot_bReturnValue) == 0x000028, "Member 'Task_ReachTheDepot_C_ExecuteUbergraph_Task_ReachTheDepot::CallFunc_IsParkingInDepot_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheDepot_C_OnRemoveFromPlayer \ static_assert(alignof(Task_ReachTheDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_ReachTheDepot_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_ReachTheDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_ReachTheDepot_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_ReachTheDepot_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_ReachTheDepot_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheDepot_C_OnGivePlayer \ static_assert(alignof(Task_ReachTheDepot_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_ReachTheDepot_C_OnGivePlayer"); \ static_assert(sizeof(Task_ReachTheDepot_C_OnGivePlayer) == 0x000008, "Wrong size on Task_ReachTheDepot_C_OnGivePlayer"); \ static_assert(offsetof(Task_ReachTheDepot_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_ReachTheDepot_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheDepot_C_IsParkingInDepot \ static_assert(alignof(Task_ReachTheDepot_C_IsParkingInDepot) == 0x000008, "Wrong alignment on Task_ReachTheDepot_C_IsParkingInDepot"); \ static_assert(sizeof(Task_ReachTheDepot_C_IsParkingInDepot) == 0x000020, "Wrong size on Task_ReachTheDepot_C_IsParkingInDepot"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, ContextActor) == 0x000000, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::ContextActor' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, bReturnValue) == 0x000008, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_GetState_ReturnValue) == 0x000019, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001B, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheDepot_C_IsParkingInDepot, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'Task_ReachTheDepot_C_IsParkingInDepot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_ReachTheDepot_C \ static_assert(alignof(UTask_ReachTheDepot_C) == 0x000008, "Wrong alignment on UTask_ReachTheDepot_C"); \ static_assert(sizeof(UTask_ReachTheDepot_C) == 0x0000B0, "Wrong size on UTask_ReachTheDepot_C"); \ static_assert(offsetof(UTask_ReachTheDepot_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_ReachTheDepot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_ReachTheDepot_C, ParkingState_01) == 0x0000A8, "Member 'UTask_ReachTheDepot_C::ParkingState_01' has a wrong offset!"); \ static_assert(offsetof(UTask_ReachTheDepot_C, ParkingState_02) == 0x0000A9, "Member 'UTask_ReachTheDepot_C::ParkingState_02' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources \ static_assert(alignof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources"); \ static_assert(sizeof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources) == 0x000178, "Wrong size on Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, EntryPoint) == 0x000000, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsComplete_ReturnValue) == 0x000004, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_Event_Player_1) == 0x000030, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_Event_Player) == 0x000038, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetPlayerTrain_ReturnValue) == 0x000040, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetTrainEngineEra_ReturnValue) == 0x000049, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetTrainEngineEra_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004A, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsSubTasksCompleted_ReturnValue) == 0x000059, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsSubTasksCompleted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_Placeholder_1) == 0x000060, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_Count_1) == 0x000068, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetItemType_ReturnValue) == 0x000070, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsSubTasksCompleted_ReturnValue_1) == 0x000078, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsSubTasksCompleted_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_Placeholder) == 0x000080, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_Count) == 0x000088, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetItemType_ReturnValue_1) == 0x000090, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Array_Get_Item) == 0x000098, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000C4, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000C8, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, Temp_int_Loop_Counter_Variable_1) == 0x0000CC, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D0, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsComplete_ReturnValue_1) == 0x0000D8, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsComplete_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsComplete_ReturnValue_2) == 0x0000D9, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsComplete_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000DA, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000DB, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000DC, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsValid_ReturnValue_1) == 0x0000EC, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_Module) == 0x0000F0, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_Module' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CustomEvent_ModuleState) == 0x0000F8, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CustomEvent_ModuleState' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, Temp_int_Array_Index_Variable_1) == 0x0000FC, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000100, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000130, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000134, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsValid_ReturnValue_2) == 0x000138, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetObjectClass_ReturnValue) == 0x000140, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_ClassIsChildOf_ReturnValue) == 0x000148, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetPlayerController_ReturnValue) == 0x000150, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000158, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsValid_ReturnValue_3) == 0x000160, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_GetTrainEngineEra_ReturnValue_1) == 0x000161, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_GetTrainEngineEra_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000162, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsValid_ReturnValue_4) == 0x000163, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, K2Node_CreateDelegate_OutputDelegate_3) == 0x000164, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_IsComplete_ReturnValue_3) == 0x000174, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_IsComplete_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources, CallFunc_Not_PreBool_ReturnValue_3) == 0x000175, "Member 'Task_CollectSteamResources_C_ExecuteUbergraph_Task_CollectSteamResources::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0 \ static_assert(alignof(Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0"); \ static_assert(sizeof(Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0) == 0x000010, "Wrong size on Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0, Module) == 0x000000, "Member 'Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0::Module' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0, ModuleState) == 0x000008, "Member 'Task_CollectSteamResources_C_OnWagonModuleUpdate_Event_0::ModuleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0 \ static_assert(alignof(Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0"); \ static_assert(sizeof(Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0) == 0x000010, "Wrong size on Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0, Placeholder) == 0x000000, "Member 'Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0, Count) == 0x000008, "Member 'Task_CollectSteamResources_C_OnPlaceholderRemove_Event_0::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0 \ static_assert(alignof(Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0"); \ static_assert(sizeof(Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0) == 0x000010, "Wrong size on Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0, Placeholder) == 0x000000, "Member 'Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0, Count) == 0x000008, "Member 'Task_CollectSteamResources_C_OnPlaceholderAdd_Event_0::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_OnRemoveFromPlayer \ static_assert(alignof(Task_CollectSteamResources_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_CollectSteamResources_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_CollectSteamResources_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_CollectSteamResources_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_OnGivePlayer \ static_assert(alignof(Task_CollectSteamResources_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_OnGivePlayer"); \ static_assert(sizeof(Task_CollectSteamResources_C_OnGivePlayer) == 0x000008, "Wrong size on Task_CollectSteamResources_C_OnGivePlayer"); \ static_assert(offsetof(Task_CollectSteamResources_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_CollectSteamResources_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_CheckAlreadyHave \ static_assert(alignof(Task_CollectSteamResources_C_CheckAlreadyHave) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_CheckAlreadyHave"); \ static_assert(sizeof(Task_CollectSteamResources_C_CheckAlreadyHave) == 0x000098, "Wrong size on Task_CollectSteamResources_C_CheckAlreadyHave"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, LocalItemCount) == 0x000000, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::LocalItemCount' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Array_Get_Item) == 0x000018, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000048, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, K2Node_ClassDynamicCast_bSuccess) == 0x000050, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000084, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_2) == 0x000088, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue_1) == 0x00008C, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000090, "Member 'Task_CollectSteamResources_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CollectSteamResources_C_AutoCompleteTask \ static_assert(alignof(Task_CollectSteamResources_C_AutoCompleteTask) == 0x000008, "Wrong alignment on Task_CollectSteamResources_C_AutoCompleteTask"); \ static_assert(sizeof(Task_CollectSteamResources_C_AutoCompleteTask) == 0x000048, "Wrong size on Task_CollectSteamResources_C_AutoCompleteTask"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_IsSubTasksCompleted_ReturnValue) == 0x00000C, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_IsSubTasksCompleted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_GetMaxProgress_ReturnValue) == 0x000010, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_GetMaxProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_Array_Get_Item) == 0x000018, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CollectSteamResources_C_AutoCompleteTask, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'Task_CollectSteamResources_C_AutoCompleteTask::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_CollectSteamResources_C \ static_assert(alignof(UTask_CollectSteamResources_C) == 0x000008, "Wrong alignment on UTask_CollectSteamResources_C"); \ static_assert(sizeof(UTask_CollectSteamResources_C) == 0x0000A8, "Wrong size on UTask_CollectSteamResources_C"); \ static_assert(offsetof(UTask_CollectSteamResources_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_CollectSteamResources_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar \ static_assert(alignof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar) == 0x000008, "Wrong alignment on Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar"); \ static_assert(sizeof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar) == 0x000038, "Wrong size on Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, EntryPoint) == 0x000000, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, CallFunc_GetPlayLength_ReturnValue) == 0x000014, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, CallFunc_HasAuthority_ReturnValue) == 0x000018, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, K2Node_DynamicCast_AsUroboros) == 0x000028, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'Uroboros_BreakCollar_C_ExecuteUbergraph_Uroboros_BreakCollar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_BreakCollar_C_CanBeTerminated \ static_assert(alignof(Uroboros_BreakCollar_C_CanBeTerminated) == 0x000001, "Wrong alignment on Uroboros_BreakCollar_C_CanBeTerminated"); \ static_assert(sizeof(Uroboros_BreakCollar_C_CanBeTerminated) == 0x000002, "Wrong size on Uroboros_BreakCollar_C_CanBeTerminated"); \ static_assert(offsetof(Uroboros_BreakCollar_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'Uroboros_BreakCollar_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_BreakCollar_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Uroboros_BreakCollar_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_BreakCollar_C \ static_assert(alignof(UUroboros_BreakCollar_C) == 0x000008, "Wrong alignment on UUroboros_BreakCollar_C"); \ static_assert(sizeof(UUroboros_BreakCollar_C) == 0x0000D0, "Wrong size on UUroboros_BreakCollar_C"); \ static_assert(offsetof(UUroboros_BreakCollar_C, UberGraphFrame) == 0x0000B8, "Member 'UUroboros_BreakCollar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUroboros_BreakCollar_C, Montage_to_Play) == 0x0000C0, "Member 'UUroboros_BreakCollar_C::Montage_to_Play' has a wrong offset!"); \ static_assert(offsetof(UUroboros_BreakCollar_C, bBlockTerminate) == 0x0000C8, "Member 'UUroboros_BreakCollar_C::bBlockTerminate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated \ static_assert(alignof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated) == 0x000008, "Wrong alignment on Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated"); \ static_assert(sizeof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated) == 0x000088, "Wrong size on Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, EntryPoint) == 0x000000, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_Event_Player_1) == 0x000008, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_Event_Player) == 0x000010, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_CustomEvent_State) == 0x000020, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000038, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_GetEngineComponent_ReturnValue) == 0x000048, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_GetEngineComponent_ReturnValue_1) == 0x000050, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_GetEngineComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_AsFGTrain_Steam_Engine_Component) == 0x000058, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_AsFGTrain_Steam_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_AsFGTrain_Steam_Engine_Component_1) == 0x000068, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_AsFGTrain_Steam_Engine_Component_1' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_GetState_ReturnValue) == 0x000071, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000084, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000085, "Member 'Task_BurstActivated_C_ExecuteUbergraph_Task_BurstActivated::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BurstActivated_C_OnTrainEngineState_Event_0 \ static_assert(alignof(Task_BurstActivated_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong alignment on Task_BurstActivated_C_OnTrainEngineState_Event_0"); \ static_assert(sizeof(Task_BurstActivated_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong size on Task_BurstActivated_C_OnTrainEngineState_Event_0"); \ static_assert(offsetof(Task_BurstActivated_C_OnTrainEngineState_Event_0, State) == 0x000000, "Member 'Task_BurstActivated_C_OnTrainEngineState_Event_0::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BurstActivated_C_OnRemoveFromPlayer \ static_assert(alignof(Task_BurstActivated_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_BurstActivated_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_BurstActivated_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_BurstActivated_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_BurstActivated_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_BurstActivated_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BurstActivated_C_OnGivePlayer \ static_assert(alignof(Task_BurstActivated_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_BurstActivated_C_OnGivePlayer"); \ static_assert(sizeof(Task_BurstActivated_C_OnGivePlayer) == 0x000008, "Wrong size on Task_BurstActivated_C_OnGivePlayer"); \ static_assert(offsetof(Task_BurstActivated_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_BurstActivated_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BurstActivated_C_GetMaxProgress \ static_assert(alignof(Task_BurstActivated_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_BurstActivated_C_GetMaxProgress"); \ static_assert(sizeof(Task_BurstActivated_C_GetMaxProgress) == 0x000004, "Wrong size on Task_BurstActivated_C_GetMaxProgress"); \ static_assert(offsetof(Task_BurstActivated_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_BurstActivated_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_BurstActivated_C \ static_assert(alignof(UTask_BurstActivated_C) == 0x000008, "Wrong alignment on UTask_BurstActivated_C"); \ static_assert(sizeof(UTask_BurstActivated_C) == 0x0000B0, "Wrong size on UTask_BurstActivated_C"); \ static_assert(offsetof(UTask_BurstActivated_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_BurstActivated_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_BurstActivated_C, Count) == 0x0000A8, "Member 'UTask_BurstActivated_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_BurstActivated_C, EngineState) == 0x0000AC, "Member 'UTask_BurstActivated_C::EngineState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TargetLocationContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_TargetLocationContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TargetLocationContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TargetLocationContext_C_ProvideSingleLocation) == 0x000030, "Wrong size on EQS_TargetLocationContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLocationContext_C_ProvideSingleLocation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000029, "Member 'EQS_TargetLocationContext_C_ProvideSingleLocation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TargetLocationContext_C \ static_assert(alignof(UEQS_TargetLocationContext_C) == 0x000008, "Wrong alignment on UEQS_TargetLocationContext_C"); \ static_assert(sizeof(UEQS_TargetLocationContext_C) == 0x000030, "Wrong size on UEQS_TargetLocationContext_C"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller \ static_assert(alignof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller) == 0x000010, "Wrong alignment on WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller"); \ static_assert(sizeof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller) == 0x000710, "Wrong size on WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, EntryPoint) == 0x000000, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, Temp_byte_Variable) == 0x000004, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, Temp_bool_Has_Been_Initd_Variable) == 0x000006, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Percentage_1) == 0x000008, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_8) == 0x000010, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_7) == 0x000018, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Percentage) == 0x000020, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_6) == 0x000028, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_5) == 0x000030, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_4) == 0x000038, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_NewName) == 0x000040, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Hit_4) == 0x000058, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_3) == 0x0000E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Hit_3) == 0x0000E8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_2) == 0x000170, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bBlockingHit) == 0x000178, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bInitialOverlap) == 0x000179, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Time) == 0x00017C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Distance) == 0x000180, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Location) == 0x000184, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactPoint) == 0x000190, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Normal) == 0x00019C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactNormal) == 0x0001A8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_PhysMat) == 0x0001B8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitActor) == 0x0001C0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitComponent) == 0x0001C8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitBoneName) == 0x0001D0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitItem) == 0x0001D8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ElementIndex) == 0x0001DC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_FaceIndex) == 0x0001E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceStart) == 0x0001E4, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceEnd) == 0x0001F0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0001FC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0001FD, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Time_1) == 0x000200, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Distance_1) == 0x000204, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Location_1) == 0x000208, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000214, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Normal_1) == 0x000220, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00022C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_PhysMat_1) == 0x000238, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitActor_1) == 0x000240, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitComponent_1) == 0x000248, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitBoneName_1) == 0x000250, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitItem_1) == 0x000258, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ElementIndex_1) == 0x00025C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_FaceIndex_1) == 0x000260, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceStart_1) == 0x000264, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceEnd_1) == 0x000270, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CreateDelegate_OutputDelegate) == 0x00027C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetDurabilityPercent_ReturnValue) == 0x00028C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Less_FloatFloat_ReturnValue) == 0x000290, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, Temp_byte_Variable_1) == 0x000291, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetState_ReturnValue) == 0x000292, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000293, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x000294, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetState_ReturnValue_1) == 0x000298, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000299, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_MakeRotator_ReturnValue) == 0x00029C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BooleanOR_ReturnValue) == 0x0002A8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetComponentByClass_ReturnValue) == 0x0002B0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue) == 0x0002B8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002BC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetParentTrain_ReturnValue) == 0x0002D0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_1) == 0x0002D8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetCategory_ReturnValue) == 0x0002D9, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002DA, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BooleanAND_ReturnValue) == 0x0002DB, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_HasAuthority_ReturnValue) == 0x0002DC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Hit_2) == 0x0002E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000368, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000370, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CreateDelegate_OutputDelegate_2) == 0x0003D8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetHaveItems_IconFillState) == 0x0003E8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003EC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Conv_IntToBool_ReturnValue) == 0x0003ED, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetHaveItems_IconFillState_1) == 0x0003F0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetHaveItems_IconFillState_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0003F4, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x0003F5, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetHaveItems_IconFillState_2) == 0x0003F8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetHaveItems_IconFillState_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Hit_1) == 0x0003FC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter_1) == 0x000488, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x000490, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000491, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000492, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Time_2) == 0x000494, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Distance_2) == 0x000498, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Location_2) == 0x00049C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactPoint_2) == 0x0004A8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_Normal_2) == 0x0004B4, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0004C0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_PhysMat_2) == 0x0004D0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitActor_2) == 0x0004D8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitComponent_2) == 0x0004E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitBoneName_2) == 0x0004E8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_HitItem_2) == 0x0004F0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_ElementIndex_2) == 0x0004F4, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_FaceIndex_2) == 0x0004F8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceStart_2) == 0x0004FC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_BreakHitResult_TraceEnd_2) == 0x000508, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000514, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsExceedInventoryLimit_Return) == 0x000515, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsExceedInventoryLimit_Return' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CustomEvent_Full) == 0x000516, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CustomEvent_Full' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000518, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x000520, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_bSuccess) == 0x000528, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_2) == 0x000529, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsPlaying_ReturnValue) == 0x00052A, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Not_PreBool_ReturnValue) == 0x00052B, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00052C, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CreateDelegate_OutputDelegate_3) == 0x000530, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlaceholderInfo) == 0x000540, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_ItemClass) == 0x000558, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_ItemClass' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Amount) == 0x000560, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Amount' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_CustomEvent_PlaceholderInfo) == 0x000568, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_CustomEvent_PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_3) == 0x000580, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000588, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_4) == 0x000590, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000591, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetItemType_ReturnValue) == 0x000598, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_ClassIsChildOf_ReturnValue) == 0x0005A0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x0005A8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetGameInstance_ReturnValue) == 0x0005B0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_5) == 0x0005B8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_AsFGGame_Instance) == 0x0005C0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_bSuccess_1) == 0x0005C8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetValueAsInt_ReturnValue) == 0x0005CC, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsValid_ReturnValue_6) == 0x0005D0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_AsRofleemo_Manager) == 0x0005D8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_bSuccess_2) == 0x0005E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Map_Find_Value) == 0x0005E8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Map_Find_ReturnValue) == 0x0005F0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Map_Find_Value_1) == 0x0005F8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Map_Find_ReturnValue_1) == 0x000600, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsEmpty_ReturnValue) == 0x000601, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_Not_PreBool_ReturnValue_1) == 0x000602, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, Temp_struct_Variable) == 0x000610, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_MakeRotator_ReturnValue_1) == 0x000640, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_AddComponent_ReturnValue) == 0x000650, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_Hit) == 0x000658, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_Event_PlayerCharacter) == 0x0006E0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0006E8, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0006F0, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, K2Node_DynamicCast_bSuccess_3) == 0x000700, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller, CallFunc_IsUnlocked_ReturnValue) == 0x000701, "Member 'WagonModule_Driller_C_ExecuteUbergraph_WagonModule_Driller::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_Driller_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_Driller_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_Driller_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_Driller_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_Driller_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_CompleteTaskCrashTheLump \ static_assert(alignof(WagonModule_Driller_C_CompleteTaskCrashTheLump) == 0x000008, "Wrong alignment on WagonModule_Driller_C_CompleteTaskCrashTheLump"); \ static_assert(sizeof(WagonModule_Driller_C_CompleteTaskCrashTheLump) == 0x000018, "Wrong size on WagonModule_Driller_C_CompleteTaskCrashTheLump"); \ static_assert(offsetof(WagonModule_Driller_C_CompleteTaskCrashTheLump, PlaceholderInfo) == 0x000000, "Member 'WagonModule_Driller_C_CompleteTaskCrashTheLump::PlaceholderInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnLootGenerated \ static_assert(alignof(WagonModule_Driller_C_OnLootGenerated) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnLootGenerated"); \ static_assert(sizeof(WagonModule_Driller_C_OnLootGenerated) == 0x000028, "Wrong size on WagonModule_Driller_C_OnLootGenerated"); \ static_assert(offsetof(WagonModule_Driller_C_OnLootGenerated, PlaceholderInfo) == 0x000000, "Member 'WagonModule_Driller_C_OnLootGenerated::PlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnLootGenerated, ItemClass) == 0x000018, "Member 'WagonModule_Driller_C_OnLootGenerated::ItemClass' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnLootGenerated, Amount) == 0x000020, "Member 'WagonModule_Driller_C_OnLootGenerated::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_UpdateTabletVisual \ static_assert(alignof(WagonModule_Driller_C_UpdateTabletVisual) == 0x000001, "Wrong alignment on WagonModule_Driller_C_UpdateTabletVisual"); \ static_assert(sizeof(WagonModule_Driller_C_UpdateTabletVisual) == 0x000001, "Wrong size on WagonModule_Driller_C_UpdateTabletVisual"); \ static_assert(offsetof(WagonModule_Driller_C_UpdateTabletVisual, Full) == 0x000000, "Member 'WagonModule_Driller_C_UpdateTabletVisual::Full' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnUseBroken \ static_assert(alignof(WagonModule_Driller_C_OnUseBroken) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnUseBroken"); \ static_assert(sizeof(WagonModule_Driller_C_OnUseBroken) == 0x000090, "Wrong size on WagonModule_Driller_C_OnUseBroken"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseBroken, Hit) == 0x000000, "Member 'WagonModule_Driller_C_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnGotFocus \ static_assert(alignof(WagonModule_Driller_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_Driller_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_Driller_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_Driller_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_Driller_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_Driller_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnUseDisabled \ static_assert(alignof(WagonModule_Driller_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_Driller_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_Driller_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_Driller_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnUseBuild \ static_assert(alignof(WagonModule_Driller_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_Driller_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_Driller_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_Driller_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_SetWorkerName \ static_assert(alignof(WagonModule_Driller_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_Driller_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_Driller_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_Driller_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_Driller_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_Driller_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_Driller_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_Driller_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_Driller_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_Driller_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_Driller_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_Driller_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_HoldUseStarted \ static_assert(alignof(WagonModule_Driller_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_Driller_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_Driller_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_Driller_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_Driller_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_Driller_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_HoldProgressInfo \ static_assert(alignof(WagonModule_Driller_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_Driller_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_Driller_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_Driller_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_Driller_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_Driller_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_Driller_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_Driller_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_Driller_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_Driller_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_Driller_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_Driller_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_Driller_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_Driller_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_Driller_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_Driller_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_Driller_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_Driller_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_Driller_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_Driller_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_CanHoldUse \ static_assert(alignof(WagonModule_Driller_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_Driller_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_Driller_C_CanHoldUse) == 0x0000A8, "Wrong size on WagonModule_Driller_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_Driller_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_Driller_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_Driller_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanHoldUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000098, "Member 'WagonModule_Driller_C_CanHoldUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanHoldUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A0, "Member 'WagonModule_Driller_C_CanHoldUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_HandleUse \ static_assert(alignof(WagonModule_Driller_C_HandleUse) == 0x000008, "Wrong alignment on WagonModule_Driller_C_HandleUse"); \ static_assert(sizeof(WagonModule_Driller_C_HandleUse) == 0x000020, "Wrong size on WagonModule_Driller_C_HandleUse"); \ static_assert(offsetof(WagonModule_Driller_C_HandleUse, PlayerCharacter) == 0x000000, "Member 'WagonModule_Driller_C_HandleUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_HandleUse, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000008, "Member 'WagonModule_Driller_C_HandleUse::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_HandleUse, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_Driller_C_HandleUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_HandleUse, CallFunc_GetState_ReturnValue) == 0x000019, "Member 'WagonModule_Driller_C_HandleUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_HandleUse, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'WagonModule_Driller_C_HandleUse::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_CanUse \ static_assert(alignof(WagonModule_Driller_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_Driller_C_CanUse"); \ static_assert(sizeof(WagonModule_Driller_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_Driller_C_CanUse"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_Driller_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_Driller_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_Driller_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'WagonModule_Driller_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000A0, "Member 'WagonModule_Driller_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_GetState_ReturnValue) == 0x0000A8, "Member 'WagonModule_Driller_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A9, "Member 'WagonModule_Driller_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_Driller_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000AB, "Member 'WagonModule_Driller_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000AC, "Member 'WagonModule_Driller_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000AD, "Member 'WagonModule_Driller_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x0000AE, "Member 'WagonModule_Driller_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanUse, CallFunc_BooleanOR_ReturnValue_1) == 0x0000AF, "Member 'WagonModule_Driller_C_CanUse::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetHaveItems \ static_assert(alignof(WagonModule_Driller_C_GetHaveItems) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetHaveItems"); \ static_assert(sizeof(WagonModule_Driller_C_GetHaveItems) == 0x000038, "Wrong size on WagonModule_Driller_C_GetHaveItems"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, IconFillState) == 0x000000, "Member 'WagonModule_Driller_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000010, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'WagonModule_Driller_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_IsExceedInventoryLimit \ static_assert(alignof(WagonModule_Driller_C_IsExceedInventoryLimit) == 0x000004, "Wrong alignment on WagonModule_Driller_C_IsExceedInventoryLimit"); \ static_assert(sizeof(WagonModule_Driller_C_IsExceedInventoryLimit) == 0x00000C, "Wrong size on WagonModule_Driller_C_IsExceedInventoryLimit"); \ static_assert(offsetof(WagonModule_Driller_C_IsExceedInventoryLimit, return_0) == 0x000000, "Member 'WagonModule_Driller_C_IsExceedInventoryLimit::return_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsExceedInventoryLimit, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WagonModule_Driller_C_IsExceedInventoryLimit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsExceedInventoryLimit, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000004, "Member 'WagonModule_Driller_C_IsExceedInventoryLimit::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsExceedInventoryLimit, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'WagonModule_Driller_C_IsExceedInventoryLimit::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetInteractionComponent \ static_assert(alignof(WagonModule_Driller_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_Driller_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_Driller_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_Driller_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_Driller_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_Driller_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_Driller_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_Driller_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_Driller_C_GetProgressStatusTime) == 0x00004C, "Wrong size on WagonModule_Driller_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_Driller_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x000008, "Member 'WagonModule_Driller_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000010, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_GetFullGatheringTime_ReturnValue) == 0x000014, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_GetFullGatheringTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000018, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Multiply_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'WagonModule_Driller_C_GetProgressStatusTime::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000028, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000030, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00003C, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'WagonModule_Driller_C_GetProgressStatusTime::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime_1) == 0x000044, "Member 'WagonModule_Driller_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetProgressStatusState \ static_assert(alignof(WagonModule_Driller_C_GetProgressStatusState) == 0x000004, "Wrong alignment on WagonModule_Driller_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_Driller_C_GetProgressStatusState) == 0x000010, "Wrong size on WagonModule_Driller_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_Driller_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, CallFunc_GetHaveItems_IconFillState) == 0x000004, "Member 'WagonModule_Driller_C_GetProgressStatusState::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WagonModule_Driller_C_GetProgressStatusState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, CallFunc_GetState_ReturnValue) == 0x000009, "Member 'WagonModule_Driller_C_GetProgressStatusState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'WagonModule_Driller_C_GetProgressStatusState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x00000B, "Member 'WagonModule_Driller_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000C, "Member 'WagonModule_Driller_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_Driller_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_Driller_C_GetAdditionalButtons) == 0x000070, "Wrong size on WagonModule_Driller_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_Driller_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'WagonModule_Driller_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'WagonModule_Driller_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'WagonModule_Driller_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x000021, "Member 'WagonModule_Driller_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_Driller_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000060, "Member 'WagonModule_Driller_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_Driller_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_Driller_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_Driller_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_Driller_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_Driller_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_CanRepairIt \ static_assert(alignof(WagonModule_Driller_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_Driller_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_Driller_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_Driller_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_Driller_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_Driller_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_Driller_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_Driller_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetItemSelection \ static_assert(alignof(WagonModule_Driller_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_Driller_C_GetItemSelection) == 0x000270, "Wrong size on WagonModule_Driller_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_Driller_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_Driller_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_Driller_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_Driller_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_Driller_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_GetHaveItems_IconFillState) == 0x00013C, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_Conv_IntToBool_ReturnValue) == 0x000140, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000141, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000148, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000160, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000178, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000180, "Member 'WagonModule_Driller_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x0001C0, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x0001D0, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001E8, "Member 'WagonModule_Driller_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000228, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000230, "Member 'WagonModule_Driller_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000240, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_GetState_ReturnValue) == 0x000258, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x000259, "Member 'WagonModule_Driller_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x000260, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000268, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000269, "Member 'WagonModule_Driller_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetItemDurability \ static_assert(alignof(WagonModule_Driller_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_Driller_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_Driller_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_Driller_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_Driller_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_Driller_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_Driller_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_Driller_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_Driller_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_Driller_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetSlots \ static_assert(alignof(WagonModule_Driller_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetSlots"); \ static_assert(sizeof(WagonModule_Driller_C_GetSlots) == 0x000038, "Wrong size on WagonModule_Driller_C_GetSlots"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_Driller_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_Driller_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_Driller_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_Driller_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_Driller_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_Driller_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_Driller_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_Driller_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_Driller_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_Driller_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetIcon \ static_assert(alignof(WagonModule_Driller_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetIcon"); \ static_assert(sizeof(WagonModule_Driller_C_GetIcon) == 0x000028, "Wrong size on WagonModule_Driller_C_GetIcon"); \ static_assert(offsetof(WagonModule_Driller_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_Driller_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_Driller_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_Driller_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_Driller_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetWorkerActor \ static_assert(alignof(WagonModule_Driller_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_Driller_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_Driller_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_Driller_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_Driller_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_Driller_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_Driller_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetName \ static_assert(alignof(WagonModule_Driller_C_GetName) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetName"); \ static_assert(sizeof(WagonModule_Driller_C_GetName) == 0x000048, "Wrong size on WagonModule_Driller_C_GetName"); \ static_assert(offsetof(WagonModule_Driller_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_Driller_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_Driller_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_Driller_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_Driller_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetDebuffs \ static_assert(alignof(WagonModule_Driller_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_Driller_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_Driller_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_Driller_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_Driller_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_Driller_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_Driller_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_Driller_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetPerks \ static_assert(alignof(WagonModule_Driller_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetPerks"); \ static_assert(sizeof(WagonModule_Driller_C_GetPerks) == 0x000038, "Wrong size on WagonModule_Driller_C_GetPerks"); \ static_assert(offsetof(WagonModule_Driller_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_Driller_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_Driller_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_Driller_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_Driller_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetCurrentHappines \ static_assert(alignof(WagonModule_Driller_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_Driller_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_Driller_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_Driller_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_Driller_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_Driller_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_Driller_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_Driller_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetModuleFeatures \ static_assert(alignof(WagonModule_Driller_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_Driller_C_GetModuleFeatures) == 0x000328, "Wrong size on WagonModule_Driller_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_Driller_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue) == 0x000068, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x0000F0, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x0000F8, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000148, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000160, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x0001C8, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D8, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x000218, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeArray_Array_3) == 0x000230, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000240, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_Format_ReturnValue_3) == 0x000258, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000270, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeArray_Array_4) == 0x0002B0, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, CallFunc_Format_ReturnValue_4) == 0x0002C0, "Member 'WagonModule_Driller_C_GetModuleFeatures::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x0002D8, "Member 'WagonModule_Driller_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_Driller_C_GetHoldUseTime \ static_assert(alignof(WagonModule_Driller_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_Driller_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_Driller_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_Driller_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_Driller_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_Driller_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_Driller_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_Driller_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Driller_C \ static_assert(alignof(AWagonModule_Driller_C) == 0x000008, "Wrong alignment on AWagonModule_Driller_C"); \ static_assert(sizeof(AWagonModule_Driller_C) == 0x0006F0, "Wrong size on AWagonModule_Driller_C"); \ static_assert(offsetof(AWagonModule_Driller_C, UberGraphFrame) == 0x000680, "Member 'AWagonModule_Driller_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, ProgressWidget) == 0x000688, "Member 'AWagonModule_Driller_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, S_Handle_02) == 0x000690, "Member 'AWagonModule_Driller_C::S_Handle_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, S_Handle_01) == 0x000698, "Member 'AWagonModule_Driller_C::S_Handle_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, BuilderZone) == 0x0006A0, "Member 'AWagonModule_Driller_C::BuilderZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, InventoryBox) == 0x0006A8, "Member 'AWagonModule_Driller_C::InventoryBox' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, S_Tablet) == 0x0006B0, "Member 'AWagonModule_Driller_C::S_Tablet' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, S_Door) == 0x0006B8, "Member 'AWagonModule_Driller_C::S_Door' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, FGInteraction) == 0x0006C0, "Member 'AWagonModule_Driller_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, DrillSound) == 0x0006C8, "Member 'AWagonModule_Driller_C::DrillSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, CurrentWorkFuel) == 0x0006D0, "Member 'AWagonModule_Driller_C::CurrentWorkFuel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, CompleteTender_TH) == 0x0006D8, "Member 'AWagonModule_Driller_C::CompleteTender_TH' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, UpdateLootTablet) == 0x0006E0, "Member 'AWagonModule_Driller_C::UpdateLootTablet' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_Driller_C, Widget) == 0x0006E8, "Member 'AWagonModule_Driller_C::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_HookItem_C_ExecuteUbergraph_Task_HookItem \ static_assert(alignof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem) == 0x000008, "Wrong alignment on Task_HookItem_C_ExecuteUbergraph_Task_HookItem"); \ static_assert(sizeof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem) == 0x000028, "Wrong size on Task_HookItem_C_ExecuteUbergraph_Task_HookItem"); \ static_assert(offsetof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem, EntryPoint) == 0x000000, "Member 'Task_HookItem_C_ExecuteUbergraph_Task_HookItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem, K2Node_Event_Player_1) == 0x000008, "Member 'Task_HookItem_C_ExecuteUbergraph_Task_HookItem::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Task_HookItem_C_ExecuteUbergraph_Task_HookItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_HookItem_C_ExecuteUbergraph_Task_HookItem, K2Node_Event_Player) == 0x000020, "Member 'Task_HookItem_C_ExecuteUbergraph_Task_HookItem::K2Node_Event_Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_HookItem_C_OnRemoveFromPlayer \ static_assert(alignof(Task_HookItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_HookItem_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_HookItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_HookItem_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_HookItem_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_HookItem_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_HookItem_C_OnGivePlayer \ static_assert(alignof(Task_HookItem_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_HookItem_C_OnGivePlayer"); \ static_assert(sizeof(Task_HookItem_C_OnGivePlayer) == 0x000008, "Wrong size on Task_HookItem_C_OnGivePlayer"); \ static_assert(offsetof(Task_HookItem_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_HookItem_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_HookItem_C_GetMaxProgress \ static_assert(alignof(Task_HookItem_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_HookItem_C_GetMaxProgress"); \ static_assert(sizeof(Task_HookItem_C_GetMaxProgress) == 0x000004, "Wrong size on Task_HookItem_C_GetMaxProgress"); \ static_assert(offsetof(Task_HookItem_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_HookItem_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_HookItem_C \ static_assert(alignof(UTask_HookItem_C) == 0x000008, "Wrong alignment on UTask_HookItem_C"); \ static_assert(sizeof(UTask_HookItem_C) == 0x0000B0, "Wrong size on UTask_HookItem_C"); \ static_assert(offsetof(UTask_HookItem_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_HookItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_HookItem_C, Count) == 0x0000A8, "Member 'UTask_HookItem_C::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk \ static_assert(alignof(RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk) == 0x000004, "Wrong alignment on RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk"); \ static_assert(sizeof(RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk) == 0x000008, "Wrong size on RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk"); \ static_assert(offsetof(RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk, EntryPoint) == 0x000000, "Member 'RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk, K2Node_Event_IsDesignTime) == 0x000004, "Member 'RoflimoPerk_C_ExecuteUbergraph_RoflimoPerk::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoPerk_C_PreConstruct \ static_assert(alignof(RoflimoPerk_C_PreConstruct) == 0x000001, "Wrong alignment on RoflimoPerk_C_PreConstruct"); \ static_assert(sizeof(RoflimoPerk_C_PreConstruct) == 0x000001, "Wrong size on RoflimoPerk_C_PreConstruct"); \ static_assert(offsetof(RoflimoPerk_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RoflimoPerk_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URoflimoPerk_C \ static_assert(alignof(URoflimoPerk_C) == 0x000008, "Wrong alignment on URoflimoPerk_C"); \ static_assert(sizeof(URoflimoPerk_C) == 0x0002C8, "Wrong size on URoflimoPerk_C"); \ static_assert(offsetof(URoflimoPerk_C, UberGraphFrame) == 0x000260, "Member 'URoflimoPerk_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URoflimoPerk_C, Back) == 0x000268, "Member 'URoflimoPerk_C::Back' has a wrong offset!"); \ static_assert(offsetof(URoflimoPerk_C, Text_Block) == 0x000270, "Member 'URoflimoPerk_C::Text_Block' has a wrong offset!"); \ static_assert(offsetof(URoflimoPerk_C, BackColor) == 0x000278, "Member 'URoflimoPerk_C::BackColor' has a wrong offset!"); \ static_assert(offsetof(URoflimoPerk_C, Text) == 0x000288, "Member 'URoflimoPerk_C::Text' has a wrong offset!"); \ static_assert(offsetof(URoflimoPerk_C, TextColor) == 0x0002A0, "Member 'URoflimoPerk_C::TextColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot \ static_assert(alignof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot) == 0x000008, "Wrong alignment on Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot"); \ static_assert(sizeof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot) == 0x000058, "Wrong size on Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, EntryPoint) == 0x000000, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, K2Node_Event_Player_1) == 0x000018, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, K2Node_Event_Player) == 0x000020, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, K2Node_CustomEvent_Placeholder) == 0x000028, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, CallFunc_GetSlot_ReturnValue) == 0x000030, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot, CallFunc_GetSlot_ReturnValue_1) == 0x000050, "Member 'Task_EquipBySlot_C_ExecuteUbergraph_Task_EquipBySlot::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipBySlot_C_OnSlotUpdateEvent \ static_assert(alignof(Task_EquipBySlot_C_OnSlotUpdateEvent) == 0x000008, "Wrong alignment on Task_EquipBySlot_C_OnSlotUpdateEvent"); \ static_assert(sizeof(Task_EquipBySlot_C_OnSlotUpdateEvent) == 0x000008, "Wrong size on Task_EquipBySlot_C_OnSlotUpdateEvent"); \ static_assert(offsetof(Task_EquipBySlot_C_OnSlotUpdateEvent, Placeholder) == 0x000000, "Member 'Task_EquipBySlot_C_OnSlotUpdateEvent::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipBySlot_C_OnRemoveFromPlayer \ static_assert(alignof(Task_EquipBySlot_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_EquipBySlot_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_EquipBySlot_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_EquipBySlot_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_EquipBySlot_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_EquipBySlot_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipBySlot_C_OnGivePlayer \ static_assert(alignof(Task_EquipBySlot_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_EquipBySlot_C_OnGivePlayer"); \ static_assert(sizeof(Task_EquipBySlot_C_OnGivePlayer) == 0x000008, "Wrong size on Task_EquipBySlot_C_OnGivePlayer"); \ static_assert(offsetof(Task_EquipBySlot_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_EquipBySlot_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_EquipBySlot_C_GetMaxProgress \ static_assert(alignof(Task_EquipBySlot_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_EquipBySlot_C_GetMaxProgress"); \ static_assert(sizeof(Task_EquipBySlot_C_GetMaxProgress) == 0x000004, "Wrong size on Task_EquipBySlot_C_GetMaxProgress"); \ static_assert(offsetof(Task_EquipBySlot_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_EquipBySlot_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_EquipBySlot_C \ static_assert(alignof(UTask_EquipBySlot_C) == 0x000008, "Wrong alignment on UTask_EquipBySlot_C"); \ static_assert(sizeof(UTask_EquipBySlot_C) == 0x0000B0, "Wrong size on UTask_EquipBySlot_C"); \ static_assert(offsetof(UTask_EquipBySlot_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_EquipBySlot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_EquipBySlot_C, SlotType) == 0x0000A8, "Member 'UTask_EquipBySlot_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UTask_EquipBySlot_C, Count) == 0x0000AC, "Member 'UTask_EquipBySlot_C::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNaziSubDecor_Map \ static_assert(alignof(FNaziSubDecor_Map) == 0x000008, "Wrong alignment on FNaziSubDecor_Map"); \ static_assert(sizeof(FNaziSubDecor_Map) == 0x000010, "Wrong size on FNaziSubDecor_Map"); \ static_assert(offsetof(FNaziSubDecor_Map, Meshes_14_54CCADDB44A149071E570B8D949640C3) == 0x000000, "Member 'FNaziSubDecor_Map::Meshes_14_54CCADDB44A149071E570B8D949640C3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASteelJunk_C \ static_assert(alignof(ASteelJunk_C) == 0x000010, "Wrong alignment on ASteelJunk_C"); \ static_assert(sizeof(ASteelJunk_C) == 0x000430, "Wrong size on ASteelJunk_C"); \ #define DUMPER7_ASSERTS_RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton \ static_assert(alignof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton) == 0x000008, "Wrong alignment on RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton"); \ static_assert(sizeof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton) == 0x000078, "Wrong size on RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, EntryPoint) == 0x000000, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000028, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_bool_Variable) == 0x000029, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_byte_Variable) == 0x00002A, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_byte_Variable_1) == 0x00002B, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_bool_Variable_1) == 0x00002C, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_struct_Variable) == 0x000030, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, Temp_struct_Variable_1) == 0x000038, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000044, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00004C, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_Event_IsDesignTime) == 0x00004D, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_CustomEvent_Percent) == 0x000050, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_MakeArray_Array) == 0x000058, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000068, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000069, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_BooleanOR_ReturnValue) == 0x00006A, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_Select_Default) == 0x00006B, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x00006C, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton, K2Node_Select_Default_1) == 0x000070, "Member 'RoflimoProgressButton_C_ExecuteUbergraph_RoflimoProgressButton::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoProgressButton_C_ShowProgress \ static_assert(alignof(RoflimoProgressButton_C_ShowProgress) == 0x000004, "Wrong alignment on RoflimoProgressButton_C_ShowProgress"); \ static_assert(sizeof(RoflimoProgressButton_C_ShowProgress) == 0x000004, "Wrong size on RoflimoProgressButton_C_ShowProgress"); \ static_assert(offsetof(RoflimoProgressButton_C_ShowProgress, Percent) == 0x000000, "Member 'RoflimoProgressButton_C_ShowProgress::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoProgressButton_C_PreConstruct \ static_assert(alignof(RoflimoProgressButton_C_PreConstruct) == 0x000001, "Wrong alignment on RoflimoProgressButton_C_PreConstruct"); \ static_assert(sizeof(RoflimoProgressButton_C_PreConstruct) == 0x000001, "Wrong size on RoflimoProgressButton_C_PreConstruct"); \ static_assert(offsetof(RoflimoProgressButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RoflimoProgressButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoProgressButton_C_OnMouseButtonDown \ static_assert(alignof(RoflimoProgressButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on RoflimoProgressButton_C_OnMouseButtonDown"); \ static_assert(sizeof(RoflimoProgressButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on RoflimoProgressButton_C_OnMouseButtonDown"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'RoflimoProgressButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'RoflimoProgressButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'RoflimoProgressButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'RoflimoProgressButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoProgressButton_C_OnMouseButtonUp \ static_assert(alignof(RoflimoProgressButton_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on RoflimoProgressButton_C_OnMouseButtonUp"); \ static_assert(sizeof(RoflimoProgressButton_C_OnMouseButtonUp) == 0x000218, "Wrong size on RoflimoProgressButton_C_OnMouseButtonUp"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'RoflimoProgressButton_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'RoflimoProgressButton_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'RoflimoProgressButton_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoProgressButton_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'RoflimoProgressButton_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URoflimoProgressButton_C \ static_assert(alignof(URoflimoProgressButton_C) == 0x000008, "Wrong alignment on URoflimoProgressButton_C"); \ static_assert(sizeof(URoflimoProgressButton_C) == 0x0002B0, "Wrong size on URoflimoProgressButton_C"); \ static_assert(offsetof(URoflimoProgressButton_C, UberGraphFrame) == 0x000260, "Member 'URoflimoProgressButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, CirculProgressBarV2) == 0x000268, "Member 'URoflimoProgressButton_C::CirculProgressBarV2' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, KeyTooltipWidget) == 0x000270, "Member 'URoflimoProgressButton_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, ButtonTimeBegin) == 0x000278, "Member 'URoflimoProgressButton_C::ButtonTimeBegin' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, ButtonTime) == 0x00027C, "Member 'URoflimoProgressButton_C::ButtonTime' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, ButtonTimerVar) == 0x000280, "Member 'URoflimoProgressButton_C::ButtonTimerVar' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, Hold_Click) == 0x000288, "Member 'URoflimoProgressButton_C::Hold_Click' has a wrong offset!"); \ static_assert(offsetof(URoflimoProgressButton_C, Key) == 0x000298, "Member 'URoflimoProgressButton_C::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnDeathEvent \ static_assert(alignof(BugTank_C_OnDeathEvent) == 0x000008, "Wrong alignment on BugTank_C_OnDeathEvent"); \ static_assert(sizeof(BugTank_C_OnDeathEvent) == 0x000030, "Wrong size on BugTank_C_OnDeathEvent"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'BugTank_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'BugTank_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'BugTank_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'BugTank_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'BugTank_C_OnDeathEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BugTank_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000029, "Member 'BugTank_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_SpawnRotation \ static_assert(alignof(BugTank_C_SpawnRotation) == 0x000008, "Wrong alignment on BugTank_C_SpawnRotation"); \ static_assert(sizeof(BugTank_C_SpawnRotation) == 0x0000F0, "Wrong size on BugTank_C_SpawnRotation"); \ static_assert(offsetof(BugTank_C_SpawnRotation, Distance) == 0x000000, "Member 'BugTank_C_SpawnRotation::Distance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, Nearest) == 0x000008, "Member 'BugTank_C_SpawnRotation::Nearest' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, BestDistance) == 0x000010, "Member 'BugTank_C_SpawnRotation::BestDistance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BugTank_C_SpawnRotation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BugTank_C_SpawnRotation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BugTank_C_SpawnRotation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_GetActorOfClass_ReturnValue) == 0x000030, "Member 'BugTank_C_SpawnRotation::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_GetArenaBottom_Result) == 0x000044, "Member 'BugTank_C_SpawnRotation::CallFunc_GetArenaBottom_Result' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000050, "Member 'BugTank_C_SpawnRotation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00005C, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000074, "Member 'BugTank_C_SpawnRotation::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_MakeRotator_ReturnValue) == 0x000080, "Member 'BugTank_C_SpawnRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Roll_1) == 0x00008C, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Pitch_1) == 0x000090, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_BreakRotator_Yaw_1) == 0x000094, "Member 'BugTank_C_SpawnRotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000098, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_MakeRotator_ReturnValue_1) == 0x00009C, "Member 'BugTank_C_SpawnRotation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x0000A8, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_IsValid_ReturnValue) == 0x0000A9, "Member 'BugTank_C_SpawnRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000AC, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BugTank_C_SpawnRotation::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'BugTank_C_SpawnRotation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BugTank_C_SpawnRotation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BugTank_C_SpawnRotation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'BugTank_C_SpawnRotation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0000E0, "Member 'BugTank_C_SpawnRotation::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnRotation, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000EC, "Member 'BugTank_C_SpawnRotation::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_CreateSpikeLine \ static_assert(alignof(BugTank_C_CreateSpikeLine) == 0x000010, "Wrong alignment on BugTank_C_CreateSpikeLine"); \ static_assert(sizeof(BugTank_C_CreateSpikeLine) == 0x000280, "Wrong size on BugTank_C_CreateSpikeLine"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, Target) == 0x000000, "Member 'BugTank_C_CreateSpikeLine::Target' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, LineStart) == 0x000008, "Member 'BugTank_C_CreateSpikeLine::LineStart' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, LineOrigin) == 0x000014, "Member 'BugTank_C_CreateSpikeLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, TargetLocation) == 0x000020, "Member 'BugTank_C_CreateSpikeLine::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, Temp_object_Variable) == 0x000030, "Member 'BugTank_C_CreateSpikeLine::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BugTank_C_CreateSpikeLine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00004C, "Member 'BugTank_C_CreateSpikeLine::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_FindLookAtRotation_ReturnValue) == 0x000058, "Member 'BugTank_C_CreateSpikeLine::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakRotator_Roll) == 0x000064, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakRotator_Pitch) == 0x000068, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakRotator_Yaw) == 0x00006C, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000070, "Member 'BugTank_C_CreateSpikeLine::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_MakeRotator_ReturnValue) == 0x00007C, "Member 'BugTank_C_CreateSpikeLine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, K2Node_MakeArray_Array) == 0x000088, "Member 'BugTank_C_CreateSpikeLine::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000098, "Member 'BugTank_C_CreateSpikeLine::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'BugTank_C_CreateSpikeLine::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakVector_X) == 0x0000E0, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakVector_Y) == 0x0000E4, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakVector_Z) == 0x0000E8, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000F0, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_MakeVector_ReturnValue) == 0x0000F8, "Member 'BugTank_C_CreateSpikeLine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_Add_VectorVector_ReturnValue) == 0x000104, "Member 'BugTank_C_CreateSpikeLine::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_FinishSpawningActor_ReturnValue) == 0x000110, "Member 'BugTank_C_CreateSpikeLine::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000120, "Member 'BugTank_C_CreateSpikeLine::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000150, "Member 'BugTank_C_CreateSpikeLine::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000160, "Member 'BugTank_C_CreateSpikeLine::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000168, "Member 'BugTank_C_CreateSpikeLine::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000174, "Member 'BugTank_C_CreateSpikeLine::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x0001FC, "Member 'BugTank_C_CreateSpikeLine::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_bBlockingHit) == 0x0001FD, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001FE, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_Time) == 0x000200, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_Distance) == 0x000204, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_Location) == 0x000208, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_ImpactPoint) == 0x000214, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_Normal) == 0x000220, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_ImpactNormal) == 0x00022C, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_PhysMat) == 0x000238, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_HitActor) == 0x000240, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_HitComponent) == 0x000248, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_HitBoneName) == 0x000250, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_HitItem) == 0x000258, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_ElementIndex) == 0x00025C, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_FaceIndex) == 0x000260, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_TraceStart) == 0x000264, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CreateSpikeLine, CallFunc_BreakHitResult_TraceEnd) == 0x000270, "Member 'BugTank_C_CreateSpikeLine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_CheckDamage \ static_assert(alignof(BugTank_C_CheckDamage) == 0x000004, "Wrong alignment on BugTank_C_CheckDamage"); \ static_assert(sizeof(BugTank_C_CheckDamage) == 0x00002C, "Wrong size on BugTank_C_CheckDamage"); \ static_assert(offsetof(BugTank_C_CheckDamage, InputPin) == 0x000000, "Member 'BugTank_C_CheckDamage::InputPin' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, MaxHealth) == 0x000004, "Member 'BugTank_C_CheckDamage::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CurrentHealth) == 0x000008, "Member 'BugTank_C_CheckDamage::CurrentHealth' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BugTank_C_CheckDamage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_GetValue_ReturnValue) == 0x000010, "Member 'BugTank_C_CheckDamage::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BugTank_C_CheckDamage::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_GetMaxValue_ReturnValue) == 0x000018, "Member 'BugTank_C_CheckDamage::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'BugTank_C_CheckDamage::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BugTank_C_CheckDamage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Array_Get_Item) == 0x000024, "Member 'BugTank_C_CheckDamage::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_CheckDamage, CallFunc_Less_FloatFloat_ReturnValue) == 0x000028, "Member 'BugTank_C_CheckDamage::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_SafeCheck \ static_assert(alignof(BugTank_C_SafeCheck) == 0x000008, "Wrong alignment on BugTank_C_SafeCheck"); \ static_assert(sizeof(BugTank_C_SafeCheck) == 0x000060, "Wrong size on BugTank_C_SafeCheck"); \ static_assert(offsetof(BugTank_C_SafeCheck, bSafe) == 0x000000, "Member 'BugTank_C_SafeCheck::bSafe' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, Temp_bool_True_if_break_was_hit_Variable) == 0x000001, "Member 'BugTank_C_SafeCheck::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BugTank_C_SafeCheck::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BugTank_C_SafeCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BugTank_C_SafeCheck::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, K2Node_MakeArray_Array) == 0x000010, "Member 'BugTank_C_SafeCheck::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BugTank_C_SafeCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'BugTank_C_SafeCheck::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, Temp_object_Variable) == 0x000030, "Member 'BugTank_C_SafeCheck::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_SphereOverlapActors_OutActors) == 0x000040, "Member 'BugTank_C_SafeCheck::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_SphereOverlapActors_ReturnValue) == 0x000050, "Member 'BugTank_C_SafeCheck::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BugTank_C_SafeCheck::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BugTank_C_SafeCheck::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SafeCheck, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'BugTank_C_SafeCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21 \ static_assert(alignof(BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21) == 0x000004, "Wrong alignment on BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21"); \ static_assert(sizeof(BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21) == 0x000008, "Wrong size on BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21"); \ static_assert(offsetof(BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21, NotifyName) == 0x000000, "Member 'BugTank_C_OnNotifyEnd_382E47554FCD3C89320828BC6567BE21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21 \ static_assert(alignof(BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21) == 0x000004, "Wrong alignment on BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21"); \ static_assert(sizeof(BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21) == 0x000008, "Wrong size on BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21"); \ static_assert(offsetof(BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21, NotifyName) == 0x000000, "Member 'BugTank_C_OnNotifyBegin_382E47554FCD3C89320828BC6567BE21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21 \ static_assert(alignof(BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21) == 0x000004, "Wrong alignment on BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21"); \ static_assert(sizeof(BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21) == 0x000008, "Wrong size on BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21"); \ static_assert(offsetof(BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21, NotifyName) == 0x000000, "Member 'BugTank_C_OnInterrupted_382E47554FCD3C89320828BC6567BE21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21 \ static_assert(alignof(BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21) == 0x000004, "Wrong alignment on BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21"); \ static_assert(sizeof(BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21) == 0x000008, "Wrong size on BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21"); \ static_assert(offsetof(BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21, NotifyName) == 0x000000, "Member 'BugTank_C_OnBlendOut_382E47554FCD3C89320828BC6567BE21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21 \ static_assert(alignof(BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21) == 0x000004, "Wrong alignment on BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21"); \ static_assert(sizeof(BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21) == 0x000008, "Wrong size on BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21"); \ static_assert(offsetof(BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21, NotifyName) == 0x000000, "Member 'BugTank_C_OnCompleted_382E47554FCD3C89320828BC6567BE21::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116 \ static_assert(alignof(BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116) == 0x000004, "Wrong alignment on BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116"); \ static_assert(sizeof(BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116) == 0x000008, "Wrong size on BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116"); \ static_assert(offsetof(BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116, NotifyName) == 0x000000, "Member 'BugTank_C_OnNotifyEnd_F8A557544F0FAF53614442A4C138A116::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116 \ static_assert(alignof(BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116) == 0x000004, "Wrong alignment on BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116"); \ static_assert(sizeof(BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116) == 0x000008, "Wrong size on BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116"); \ static_assert(offsetof(BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116, NotifyName) == 0x000000, "Member 'BugTank_C_OnNotifyBegin_F8A557544F0FAF53614442A4C138A116::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116 \ static_assert(alignof(BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116) == 0x000004, "Wrong alignment on BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116"); \ static_assert(sizeof(BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116) == 0x000008, "Wrong size on BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116"); \ static_assert(offsetof(BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116, NotifyName) == 0x000000, "Member 'BugTank_C_OnInterrupted_F8A557544F0FAF53614442A4C138A116::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116 \ static_assert(alignof(BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116) == 0x000004, "Wrong alignment on BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116"); \ static_assert(sizeof(BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116) == 0x000008, "Wrong size on BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116"); \ static_assert(offsetof(BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116, NotifyName) == 0x000000, "Member 'BugTank_C_OnBlendOut_F8A557544F0FAF53614442A4C138A116::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116 \ static_assert(alignof(BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116) == 0x000004, "Wrong alignment on BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116"); \ static_assert(sizeof(BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116) == 0x000008, "Wrong size on BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116"); \ static_assert(offsetof(BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116, NotifyName) == 0x000000, "Member 'BugTank_C_OnCompleted_F8A557544F0FAF53614442A4C138A116::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_SpawnSpike \ static_assert(alignof(BugTank_C_SpawnSpike) == 0x000004, "Wrong alignment on BugTank_C_SpawnSpike"); \ static_assert(sizeof(BugTank_C_SpawnSpike) == 0x000010, "Wrong size on BugTank_C_SpawnSpike"); \ static_assert(offsetof(BugTank_C_SpawnSpike, Spawn) == 0x000000, "Member 'BugTank_C_SpawnSpike::Spawn' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_SpawnSpike, SpawnLocation) == 0x000004, "Member 'BugTank_C_SpawnSpike::SpawnLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_Attack_Middle_M \ static_assert(alignof(BugTank_C_Attack_Middle_M) == 0x000008, "Wrong alignment on BugTank_C_Attack_Middle_M"); \ static_assert(sizeof(BugTank_C_Attack_Middle_M) == 0x000010, "Wrong size on BugTank_C_Attack_Middle_M"); \ static_assert(offsetof(BugTank_C_Attack_Middle_M, Targets) == 0x000000, "Member 'BugTank_C_Attack_Middle_M::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BugTank_C_BndEvt__BugTank_SpikeLineDetection_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_ReceiveAnyDamage \ static_assert(alignof(BugTank_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on BugTank_C_ReceiveAnyDamage"); \ static_assert(sizeof(BugTank_C_ReceiveAnyDamage) == 0x000020, "Wrong size on BugTank_C_ReceiveAnyDamage"); \ static_assert(offsetof(BugTank_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'BugTank_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'BugTank_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'BugTank_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'BugTank_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_OnQueryFinishedEvent_Event_3 \ static_assert(alignof(BugTank_C_OnQueryFinishedEvent_Event_3) == 0x000008, "Wrong alignment on BugTank_C_OnQueryFinishedEvent_Event_3"); \ static_assert(sizeof(BugTank_C_OnQueryFinishedEvent_Event_3) == 0x000010, "Wrong size on BugTank_C_OnQueryFinishedEvent_Event_3"); \ static_assert(offsetof(BugTank_C_OnQueryFinishedEvent_Event_3, QueryInstance) == 0x000000, "Member 'BugTank_C_OnQueryFinishedEvent_Event_3::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_OnQueryFinishedEvent_Event_3, QueryStatus) == 0x000008, "Member 'BugTank_C_OnQueryFinishedEvent_Event_3::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_AttackTest \ static_assert(alignof(BugTank_C_AttackTest) == 0x000008, "Wrong alignment on BugTank_C_AttackTest"); \ static_assert(sizeof(BugTank_C_AttackTest) == 0x000008, "Wrong size on BugTank_C_AttackTest"); \ static_assert(offsetof(BugTank_C_AttackTest, AttackTarget) == 0x000000, "Member 'BugTank_C_AttackTest::AttackTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_C_ExecuteUbergraph_BugTank \ static_assert(alignof(BugTank_C_ExecuteUbergraph_BugTank) == 0x000010, "Wrong alignment on BugTank_C_ExecuteUbergraph_BugTank"); \ static_assert(sizeof(BugTank_C_ExecuteUbergraph_BugTank) == 0x000820, "Wrong size on BugTank_C_ExecuteUbergraph_BugTank"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, EntryPoint) == 0x000000, "Member 'BugTank_C_ExecuteUbergraph_BugTank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_5) == 0x000004, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_name_Variable) == 0x00000C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_4) == 0x000024, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_3) == 0x00003C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_2) == 0x000054, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_1) == 0x00006C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName) == 0x000084, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_name_Variable_1) == 0x00009C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_object_Variable) == 0x0000A8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_object_Variable_1) == 0x0000B8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue) == 0x0000C8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_Spawn) == 0x0000C9, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_Spawn' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_SpawnLocation) == 0x0000CC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000110, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000140, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_Targets) == 0x000148, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_Targets' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue) == 0x00015C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BooleanAND_ReturnValue) == 0x00015D, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000160, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_OtherActor) == 0x000168, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_OtherComp) == 0x000170, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000178, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_bFromSweep) == 0x00017C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_ComponentBoundEvent_SweepResult) == 0x000180, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_DynamicCast_AsThird_Person_Character) == 0x000208, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_AddUnique_ReturnValue) == 0x000214, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_Length_ReturnValue_1) == 0x000218, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Greater_IntInt_ReturnValue) == 0x00021C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_6) == 0x000220, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_1) == 0x000230, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Not_PreBool_ReturnValue) == 0x000240, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_MakeTransform_ReturnValue_1) == 0x000250, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000280, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetAction_ReturnValue) == 0x000288, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_FinishSpawningActor_ReturnValue) == 0x000290, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_2) == 0x000298, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_7) == 0x00029C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_Event_Damage) == 0x0002AC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_Event_DamageType) == 0x0002B0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_Event_InstigatedBy) == 0x0002B8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_Event_DamageCauser) == 0x0002C0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_9) == 0x0002C8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0002D0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_3) == 0x0002D8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsValid_ReturnValue) == 0x0002D9, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_8) == 0x0002DC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_4) == 0x0002EC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetAction_ReturnValue_1) == 0x0002F0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002F8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_6) == 0x000304, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_9) == 0x00030C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_int_Array_Index_Variable) == 0x00031C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_Get_Item) == 0x000320, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetAction_ReturnValue_2) == 0x000328, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetAction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000330, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000338, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000340, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetMaterial_ReturnValue) == 0x000348, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000350, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsValid_ReturnValue_1) == 0x000358, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetAIController_ReturnValue) == 0x000360, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_RunHTN_ReturnValue) == 0x000368, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00036C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000378, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_QueryInstance) == 0x000388, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_QueryStatus) == 0x000390, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000391, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_RunEQSQuery_ReturnValue) == 0x000398, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x0003A0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x0003B0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_Get_Item_1) == 0x0003B4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_7) == 0x0003C0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0003C8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000450, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_10) == 0x000454, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000464, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000470, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_MakeTransform_ReturnValue_2) == 0x000480, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x0004B0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x0004B8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0004C0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue_1) == 0x0004CC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue_2) == 0x0004CD, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue_3) == 0x0004CE, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue_4) == 0x0004CF, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, Temp_int_Loop_Counter_Variable) == 0x0004D0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Less_IntInt_ReturnValue) == 0x0004D4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Add_IntInt_ReturnValue) == 0x0004D8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BooleanAND_ReturnValue_1) == 0x0004DC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CreateDelegate_OutputDelegate_11) == 0x0004E0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_SetTimer_ReturnValue) == 0x0004F0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_5) == 0x0004F8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_6) == 0x0004F9, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000500, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsValid_ReturnValue_2) == 0x000508, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Array_Add_ReturnValue) == 0x00050C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000510, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_AttackTarget) == 0x000520, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_AttackTarget' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000528, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000530, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Add_VectorVector_ReturnValue) == 0x00053C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000548, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_IsAlive_ReturnValue_5) == 0x000554, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_IsAlive_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_MakeArray_Array) == 0x000558, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000568, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x0005F0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_HasAuthority_ReturnValue_7) == 0x0005F1, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_HasAuthority_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_bBlockingHit) == 0x0005F2, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_bInitialOverlap) == 0x0005F3, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Time) == 0x0005F4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Distance) == 0x0005F8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Location) == 0x0005FC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ImpactPoint) == 0x000608, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Normal) == 0x000614, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ImpactNormal) == 0x000620, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_PhysMat) == 0x000630, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitActor) == 0x000638, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitComponent) == 0x000640, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitBoneName) == 0x000648, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitItem) == 0x000650, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ElementIndex) == 0x000654, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_FaceIndex) == 0x000658, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_TraceStart) == 0x00065C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_TraceEnd) == 0x000668, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_SwitchTest_OutputBranch) == 0x000674, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_SwitchTest_OutputBranch' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_CustomEvent_NotifyName_8) == 0x000678, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_SwitchEnum_CmpSuccess) == 0x000680, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, K2Node_MakeArray_Array_1) == 0x000688, "Member 'BugTank_C_ExecuteUbergraph_BugTank::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000698, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0006A4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_FindLookAtRotation_ReturnValue) == 0x0006B0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_LineTraceSingleForObjects_OutHit_1) == 0x0006BC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_LineTraceSingleForObjects_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_LineTraceSingleForObjects_ReturnValue_1) == 0x000744, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_LineTraceSingleForObjects_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000745, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000746, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Time_1) == 0x000748, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Distance_1) == 0x00074C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Location_1) == 0x000750, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00075C, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_Normal_1) == 0x000768, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000774, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_PhysMat_1) == 0x000780, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitActor_1) == 0x000788, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitComponent_1) == 0x000790, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitBoneName_1) == 0x000798, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_HitItem_1) == 0x0007A0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_ElementIndex_1) == 0x0007A4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_FaceIndex_1) == 0x0007A8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_TraceStart_1) == 0x0007AC, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_BreakHitResult_TraceEnd_1) == 0x0007B8, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_MakeVector_ReturnValue) == 0x0007C4, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0007D0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_MakeTransform_ReturnValue_3) == 0x0007E0, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_C_ExecuteUbergraph_BugTank, CallFunc_AddComponent_ReturnValue) == 0x000810, "Member 'BugTank_C_ExecuteUbergraph_BugTank::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABugTank_C \ static_assert(alignof(ABugTank_C) == 0x000010, "Wrong alignment on ABugTank_C"); \ static_assert(sizeof(ABugTank_C) == 0x001020, "Wrong size on ABugTank_C"); \ static_assert(offsetof(ABugTank_C, UberGraphFrame_BugTank_C) == 0x000EF8, "Member 'ABugTank_C::UberGraphFrame_BugTank_C' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, SpikeLineCenter) == 0x000F00, "Member 'ABugTank_C::SpikeLineCenter' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, SpikeLineDetection) == 0x000F08, "Member 'ABugTank_C::SpikeLineDetection' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Middle_R2) == 0x000F10, "Member 'ABugTank_C::Armor_Middle_R2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Middle_R1) == 0x000F18, "Member 'ABugTank_C::Armor_Middle_R1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Middle_L2) == 0x000F20, "Member 'ABugTank_C::Armor_Middle_L2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Middle_L1) == 0x000F28, "Member 'ABugTank_C::Armor_Middle_L1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Front_R2) == 0x000F30, "Member 'ABugTank_C::Armor_Front_R2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Front_R1) == 0x000F38, "Member 'ABugTank_C::Armor_Front_R1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Front_L2) == 0x000F40, "Member 'ABugTank_C::Armor_Front_L2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Front_L1) == 0x000F48, "Member 'ABugTank_C::Armor_Front_L1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Back_R2) == 0x000F50, "Member 'ABugTank_C::Armor_Back_R2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Back_R1) == 0x000F58, "Member 'ABugTank_C::Armor_Back_R1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Back_L2) == 0x000F60, "Member 'ABugTank_C::Armor_Back_L2' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Back_L1) == 0x000F68, "Member 'ABugTank_C::Armor_Back_L1' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Head_R) == 0x000F70, "Member 'ABugTank_C::Armor_Head_R' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Head_L) == 0x000F78, "Member 'ABugTank_C::Armor_Head_L' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Armor_Head_Center) == 0x000F80, "Member 'ABugTank_C::Armor_Head_Center' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bAttack_Base) == 0x000F88, "Member 'ABugTank_C::bAttack_Base' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bAttack_Middle) == 0x000F89, "Member 'ABugTank_C::bAttack_Middle' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bAttack_Melee) == 0x000F8A, "Member 'ABugTank_C::bAttack_Melee' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bDeadDefence) == 0x000F8B, "Member 'ABugTank_C::bDeadDefence' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DeadDefenceTrigger) == 0x000F90, "Member 'ABugTank_C::DeadDefenceTrigger' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DefenceSafeTimer) == 0x000FA0, "Member 'ABugTank_C::DefenceSafeTimer' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DeadDefenceTimer) == 0x000FA8, "Member 'ABugTank_C::DeadDefenceTimer' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DefenceDamageSafeTimer) == 0x000FB0, "Member 'ABugTank_C::DefenceDamageSafeTimer' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, MaxDeadDefenceTime) == 0x000FB4, "Member 'ABugTank_C::MaxDeadDefenceTime' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, SpikeLineTargets) == 0x000FB8, "Member 'ABugTank_C::SpikeLineTargets' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DelayInDeadDefence) == 0x000FC8, "Member 'ABugTank_C::DelayInDeadDefence' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, SpikeLinePointOffset) == 0x000FCC, "Member 'ABugTank_C::SpikeLinePointOffset' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, RotationDirection) == 0x000FD0, "Member 'ABugTank_C::RotationDirection' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, GrowlShakeRadius) == 0x000FD4, "Member 'ABugTank_C::GrowlShakeRadius' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, SpawnShakeRadius) == 0x000FD8, "Member 'ABugTank_C::SpawnShakeRadius' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, FallingShakeRadius) == 0x000FDC, "Member 'ABugTank_C::FallingShakeRadius' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, AttackMiddleShakeRadius) == 0x000FE0, "Member 'ABugTank_C::AttackMiddleShakeRadius' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, AttackBaseShakeRadius) == 0x000FE4, "Member 'ABugTank_C::AttackBaseShakeRadius' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, AttackBaseWarningDelay) == 0x000FE8, "Member 'ABugTank_C::AttackBaseWarningDelay' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bInDanger) == 0x000FEC, "Member 'ABugTank_C::bInDanger' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, bDefending) == 0x000FED, "Member 'ABugTank_C::bDefending' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, MeleeDamage) == 0x000FF0, "Member 'ABugTank_C::MeleeDamage' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, GrowlEffect) == 0x000FF8, "Member 'ABugTank_C::GrowlEffect' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, GroundHit) == 0x001000, "Member 'ABugTank_C::GroundHit' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, Decal) == 0x001008, "Member 'ABugTank_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DecalScale) == 0x001010, "Member 'ABugTank_C::DecalScale' has a wrong offset!"); \ static_assert(offsetof(ABugTank_C, DecalDuration) == 0x001014, "Member 'ABugTank_C::DecalDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button \ static_assert(alignof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button) == 0x000008, "Wrong alignment on Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button"); \ static_assert(sizeof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button) == 0x0004A8, "Wrong size on Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, EntryPoint) == 0x000000, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateBrush) == 0x000040, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateColor_1) == 0x0000C8, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateBrush_1) == 0x0000F0, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateColor_2) == 0x000178, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_Event_IsDesignTime) == 0x0001A0, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_SlateBrush_2) == 0x0001A8, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button, K2Node_MakeStruct_ButtonStyle) == 0x000230, "Member 'Roflimo_Button_C_ExecuteUbergraph_Roflimo_Button::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Roflimo_Button_C_PreConstruct \ static_assert(alignof(Roflimo_Button_C_PreConstruct) == 0x000001, "Wrong alignment on Roflimo_Button_C_PreConstruct"); \ static_assert(sizeof(Roflimo_Button_C_PreConstruct) == 0x000001, "Wrong size on Roflimo_Button_C_PreConstruct"); \ static_assert(offsetof(Roflimo_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Roflimo_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URoflimo_Button_C \ static_assert(alignof(URoflimo_Button_C) == 0x000008, "Wrong alignment on URoflimo_Button_C"); \ static_assert(sizeof(URoflimo_Button_C) == 0x0002E8, "Wrong size on URoflimo_Button_C"); \ static_assert(offsetof(URoflimo_Button_C, UberGraphFrame) == 0x000260, "Member 'URoflimo_Button_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, AnimationHover) == 0x000268, "Member 'URoflimo_Button_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, Border_0) == 0x000270, "Member 'URoflimo_Button_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, Button_84) == 0x000278, "Member 'URoflimo_Button_C::Button_84' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, Circle) == 0x000280, "Member 'URoflimo_Button_C::Circle' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, HoverArrow) == 0x000288, "Member 'URoflimo_Button_C::HoverArrow' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, LeftArrow) == 0x000290, "Member 'URoflimo_Button_C::LeftArrow' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, RightArrow) == 0x000298, "Member 'URoflimo_Button_C::RightArrow' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, OnClick) == 0x0002A0, "Member 'URoflimo_Button_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, OnHover) == 0x0002B0, "Member 'URoflimo_Button_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, OnUnhover) == 0x0002C0, "Member 'URoflimo_Button_C::OnUnhover' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, Texture) == 0x0002D0, "Member 'URoflimo_Button_C::Texture' has a wrong offset!"); \ static_assert(offsetof(URoflimo_Button_C, Color) == 0x0002D8, "Member 'URoflimo_Button_C::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_GS_Rare_C \ static_assert(alignof(ALLVT_GS_Rare_C) == 0x000008, "Wrong alignment on ALLVT_GS_Rare_C"); \ static_assert(sizeof(ALLVT_GS_Rare_C) == 0x000270, "Wrong size on ALLVT_GS_Rare_C"); \ static_assert(offsetof(ALLVT_GS_Rare_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_GS_Rare_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem \ static_assert(alignof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem) == 0x000008, "Wrong alignment on ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem"); \ static_assert(sizeof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem) == 0x000418, "Wrong size on ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, EntryPoint) == 0x000000, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable) == 0x000008, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_1) == 0x000020, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_2) == 0x000038, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_3) == 0x000050, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_4) == 0x000068, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_5) == 0x000080, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_6) == 0x000098, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_7) == 0x0000B0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_text_Variable_8) == 0x0000C8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_bool_Variable) == 0x0000E0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_byte_Variable) == 0x0000E1, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_byte_Variable_1) == 0x0000E2, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_bool_Variable_1) == 0x0000E3, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_byte_Variable_2) == 0x0000E4, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_byte_Variable_3) == 0x0000E5, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_bool_Variable_2) == 0x0000E6, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_bool_Variable_3) == 0x0000E7, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_int_Variable) == 0x0000E8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_int_Variable_1) == 0x0000EC, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_IsHold_1) == 0x0000F0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_IsHold) == 0x0000F1, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_CustomEvent_ContextItem) == 0x0000F8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_CustomEvent_ContextItem' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_CustomEvent_MenuRef) == 0x000120, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_CustomEvent_MenuRef' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_PlayAnimation_ReturnValue) == 0x000128, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_PlayAnimation_ReturnValue_1) == 0x000130, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000138, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_GetText_ReturnValue) == 0x000140, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_TextToString_ReturnValue) == 0x000158, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_StringToInt_ReturnValue) == 0x000168, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_ComponentBoundEvent_Text_1) == 0x000170, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000188, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000190, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Add_IntInt_ReturnValue) == 0x0001A0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x0001A4, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Contains_ReturnValue) == 0x0001A8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Contains_ReturnValue_1) == 0x0001A9, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_IsNumeric_ReturnValue) == 0x0001AA, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_IsNumeric_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_BooleanOR_ReturnValue) == 0x0001AB, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x0001AC, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_BooleanOR_ReturnValue_1) == 0x0001AD, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_MyGeometry) == 0x0001B0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_MouseEvent_1) == 0x0001E8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_MouseEvent) == 0x000258, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_MakeStruct_SlateColor) == 0x0002C8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_MakeStruct_SlateColor_1) == 0x0002F0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_ComponentBoundEvent_Text) == 0x000318, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_ComponentBoundEvent_CommitMethod) == 0x000330, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000338, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_StringToInt_ReturnValue_2) == 0x000348, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_StringToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00034C, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Event_Show) == 0x000350, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Select_Default) == 0x000354, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Clamp_ReturnValue) == 0x000358, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_GetText_ReturnValue_1) == 0x000360, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, Temp_byte_Variable_4) == 0x000378, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000380, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_StringToInt_ReturnValue_3) == 0x000390, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_StringToInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Select_Default_1) == 0x000398, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Clamp_ReturnValue_1) == 0x0003B0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0003B4, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Select_Default_2) == 0x0003B5, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Select_Default_3) == 0x0003B6, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, K2Node_Select_Default_4) == 0x0003B8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0003BC, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Clamp_ReturnValue_2) == 0x0003C0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Clamp_ReturnValue_3) == 0x0003C4, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Clamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_IntToText_ReturnValue) == 0x0003C8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0003E0, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0003F8, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Greater_IntInt_ReturnValue) == 0x0003FC, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000400, "Member 'ContextMenuItem_C_ExecuteUbergraph_ContextMenuItem::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_GPI_ShowGamepadMode \ static_assert(alignof(ContextMenuItem_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on ContextMenuItem_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(ContextMenuItem_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on ContextMenuItem_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(ContextMenuItem_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'ContextMenuItem_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature \ static_assert(alignof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(sizeof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(offsetof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_3_OnEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_OnMouseLeave \ static_assert(alignof(ContextMenuItem_C_OnMouseLeave) == 0x000008, "Wrong alignment on ContextMenuItem_C_OnMouseLeave"); \ static_assert(sizeof(ContextMenuItem_C_OnMouseLeave) == 0x000070, "Wrong size on ContextMenuItem_C_OnMouseLeave"); \ static_assert(offsetof(ContextMenuItem_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'ContextMenuItem_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_OnMouseEnter \ static_assert(alignof(ContextMenuItem_C_OnMouseEnter) == 0x000008, "Wrong alignment on ContextMenuItem_C_OnMouseEnter"); \ static_assert(sizeof(ContextMenuItem_C_OnMouseEnter) == 0x0000A8, "Wrong size on ContextMenuItem_C_OnMouseEnter"); \ static_assert(offsetof(ContextMenuItem_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'ContextMenuItem_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'ContextMenuItem_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature \ static_assert(alignof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature"); \ static_assert(sizeof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature) == 0x000018, "Wrong size on ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature"); \ static_assert(offsetof(ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'ContextMenuItem_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_Draw \ static_assert(alignof(ContextMenuItem_C_Draw) == 0x000008, "Wrong alignment on ContextMenuItem_C_Draw"); \ static_assert(sizeof(ContextMenuItem_C_Draw) == 0x000030, "Wrong size on ContextMenuItem_C_Draw"); \ static_assert(offsetof(ContextMenuItem_C_Draw, ContextItem) == 0x000000, "Member 'ContextMenuItem_C_Draw::ContextItem' has a wrong offset!"); \ static_assert(offsetof(ContextMenuItem_C_Draw, MenuRef) == 0x000028, "Member 'ContextMenuItem_C_Draw::MenuRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_GPI_HoldRight \ static_assert(alignof(ContextMenuItem_C_GPI_HoldRight) == 0x000001, "Wrong alignment on ContextMenuItem_C_GPI_HoldRight"); \ static_assert(sizeof(ContextMenuItem_C_GPI_HoldRight) == 0x000001, "Wrong size on ContextMenuItem_C_GPI_HoldRight"); \ static_assert(offsetof(ContextMenuItem_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'ContextMenuItem_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_GPI_HoldLeft \ static_assert(alignof(ContextMenuItem_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on ContextMenuItem_C_GPI_HoldLeft"); \ static_assert(sizeof(ContextMenuItem_C_GPI_HoldLeft) == 0x000001, "Wrong size on ContextMenuItem_C_GPI_HoldLeft"); \ static_assert(offsetof(ContextMenuItem_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'ContextMenuItem_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_GPI_IsHoverable \ static_assert(alignof(ContextMenuItem_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on ContextMenuItem_C_GPI_IsHoverable"); \ static_assert(sizeof(ContextMenuItem_C_GPI_IsHoverable) == 0x000001, "Wrong size on ContextMenuItem_C_GPI_IsHoverable"); \ static_assert(offsetof(ContextMenuItem_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'ContextMenuItem_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuItem_C_GPI_IsHovered \ static_assert(alignof(ContextMenuItem_C_GPI_IsHovered) == 0x000001, "Wrong alignment on ContextMenuItem_C_GPI_IsHovered"); \ static_assert(sizeof(ContextMenuItem_C_GPI_IsHovered) == 0x000001, "Wrong size on ContextMenuItem_C_GPI_IsHovered"); \ static_assert(offsetof(ContextMenuItem_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'ContextMenuItem_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UContextMenuItem_C \ static_assert(alignof(UContextMenuItem_C) == 0x000008, "Wrong alignment on UContextMenuItem_C"); \ static_assert(sizeof(UContextMenuItem_C) == 0x000318, "Wrong size on UContextMenuItem_C"); \ static_assert(offsetof(UContextMenuItem_C, UberGraphFrame) == 0x000260, "Member 'UContextMenuItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, AnimMinus) == 0x000268, "Member 'UContextMenuItem_C::AnimMinus' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, AnimPlus) == 0x000270, "Member 'UContextMenuItem_C::AnimPlus' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Button_Left) == 0x000278, "Member 'UContextMenuItem_C::Button_Left' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Button_Right) == 0x000280, "Member 'UContextMenuItem_C::Button_Right' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, ButtonUnderText) == 0x000288, "Member 'UContextMenuItem_C::ButtonUnderText' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, EditableText_185) == 0x000290, "Member 'UContextMenuItem_C::EditableText_185' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Fon) == 0x000298, "Member 'UContextMenuItem_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Image_81) == 0x0002A0, "Member 'UContextMenuItem_C::Image_81' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, SeparateHB) == 0x0002A8, "Member 'UContextMenuItem_C::SeparateHB' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, TextBlock_69) == 0x0002B0, "Member 'UContextMenuItem_C::TextBlock_69' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Type) == 0x0002B8, "Member 'UContextMenuItem_C::Type' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Count) == 0x0002BC, "Member 'UContextMenuItem_C::Count' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, isHoveredNow) == 0x0002C0, "Member 'UContextMenuItem_C::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, Click) == 0x0002C8, "Member 'UContextMenuItem_C::Click' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, CanGetAll) == 0x0002D8, "Member 'UContextMenuItem_C::CanGetAll' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, ContextMenuRef) == 0x0002E0, "Member 'UContextMenuItem_C::ContextMenuRef' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, ContextData) == 0x0002E8, "Member 'UContextMenuItem_C::ContextData' has a wrong offset!"); \ static_assert(offsetof(UContextMenuItem_C, IsSeparator) == 0x000310, "Member 'UContextMenuItem_C::IsSeparator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar \ static_assert(alignof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar) == 0x000008, "Wrong alignment on InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar"); \ static_assert(sizeof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar) == 0x0000A0, "Wrong size on InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, EntryPoint) == 0x000000, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, K2Node_CustomEvent_MainPercent0_1) == 0x000004, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::K2Node_CustomEvent_MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, K2Node_CustomEvent_Wearout0_1) == 0x000008, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::K2Node_CustomEvent_Wearout0_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_FClamp_ReturnValue) == 0x00000C, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, K2Node_Event_IsDesignTime) == 0x000010, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Round_ReturnValue) == 0x000018, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_FClamp_ReturnValue_1) == 0x000060, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, K2Node_MakeArray_Array) == 0x000068, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000078, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Format_ReturnValue) == 0x000080, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000098, "Member 'InventoryV2_DurabProgBar_C_ExecuteUbergraph_InventoryV2_DurabProgBar::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DurabProgBar_C_SetPercent \ static_assert(alignof(InventoryV2_DurabProgBar_C_SetPercent) == 0x000004, "Wrong alignment on InventoryV2_DurabProgBar_C_SetPercent"); \ static_assert(sizeof(InventoryV2_DurabProgBar_C_SetPercent) == 0x000008, "Wrong size on InventoryV2_DurabProgBar_C_SetPercent"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_SetPercent, MainPercent0_1) == 0x000000, "Member 'InventoryV2_DurabProgBar_C_SetPercent::MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_SetPercent, Wearout0_1) == 0x000004, "Member 'InventoryV2_DurabProgBar_C_SetPercent::Wearout0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DurabProgBar_C_PreConstruct \ static_assert(alignof(InventoryV2_DurabProgBar_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_DurabProgBar_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_DurabProgBar_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_DurabProgBar_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_DurabProgBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_DurabProgBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_DurabProgBar_C \ static_assert(alignof(UInventoryV2_DurabProgBar_C) == 0x000008, "Wrong alignment on UInventoryV2_DurabProgBar_C"); \ static_assert(sizeof(UInventoryV2_DurabProgBar_C) == 0x0002B0, "Wrong size on UInventoryV2_DurabProgBar_C"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_DurabProgBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Background) == 0x000268, "Member 'UInventoryV2_DurabProgBar_C::Background' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, BordLeft) == 0x000270, "Member 'UInventoryV2_DurabProgBar_C::BordLeft' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Icon_Durability) == 0x000278, "Member 'UInventoryV2_DurabProgBar_C::Icon_Durability' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, ProgressBar_Main) == 0x000280, "Member 'UInventoryV2_DurabProgBar_C::ProgressBar_Main' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, ProgressBar_Red) == 0x000288, "Member 'UInventoryV2_DurabProgBar_C::ProgressBar_Red' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Slider_Main) == 0x000290, "Member 'UInventoryV2_DurabProgBar_C::Slider_Main' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Slider_Red) == 0x000298, "Member 'UInventoryV2_DurabProgBar_C::Slider_Red' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, TextBlock_71) == 0x0002A0, "Member 'UInventoryV2_DurabProgBar_C::TextBlock_71' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Percent_Current) == 0x0002A8, "Member 'UInventoryV2_DurabProgBar_C::Percent_Current' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DurabProgBar_C, Percent_Max) == 0x0002AC, "Member 'UInventoryV2_DurabProgBar_C::Percent_Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIDirectorManager_C_ReceiveTick \ static_assert(alignof(AIDirectorManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AIDirectorManager_C_ReceiveTick"); \ static_assert(sizeof(AIDirectorManager_C_ReceiveTick) == 0x000004, "Wrong size on AIDirectorManager_C_ReceiveTick"); \ static_assert(offsetof(AIDirectorManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AIDirectorManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager \ static_assert(alignof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager) == 0x000008, "Wrong alignment on AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager"); \ static_assert(sizeof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager) == 0x000148, "Wrong size on AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, EntryPoint) == 0x000000, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_HasAuthority_ReturnValue) == 0x00000C, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Values_Values) == 0x000028, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_2) == 0x000038, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Get_Item) == 0x000058, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_3) == 0x000068, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Conv_IntToBool_ReturnValue) == 0x000078, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Not_PreBool_ReturnValue) == 0x00007A, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000080, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_MakeStruct_FCoverPointArray) == 0x000090, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_MakeStruct_FCoverPointArray' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_4) == 0x0000A8, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AC, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_5) == 0x0000B0, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x0000B4, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000B8, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Loop_Counter_Variable_2) == 0x0000DC, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000E0, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000E4, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_AddUnique_ReturnValue) == 0x0000E8, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, K2Node_MakeStruct_FCoverPointArray_1) == 0x0000F0, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::K2Node_MakeStruct_FCoverPointArray_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Length_ReturnValue_6) == 0x000100, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000104, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000108, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Max_ReturnValue) == 0x00010C, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000110, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Find_Value_1) == 0x000118, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Find_ReturnValue_1) == 0x000128, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Remove_ReturnValue) == 0x000129, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_GetTimeSeconds_ReturnValue) == 0x00012C, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Map_Remove_ReturnValue_1) == 0x000130, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, Temp_int_Array_Index_Variable_2) == 0x000134, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000140, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000141, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000142, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_Greater_IntInt_ReturnValue) == 0x000143, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_BooleanOR_ReturnValue) == 0x000144, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_BooleanOR_ReturnValue_1) == 0x000145, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager, CallFunc_BooleanOR_ReturnValue_2) == 0x000146, "Member 'AIDirectorManager_C_ExecuteUbergraph_AIDirectorManager::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIDirectorManager_C \ static_assert(alignof(AAIDirectorManager_C) == 0x000008, "Wrong alignment on AAIDirectorManager_C"); \ static_assert(sizeof(AAIDirectorManager_C) == 0x000598, "Wrong size on AAIDirectorManager_C"); \ static_assert(offsetof(AAIDirectorManager_C, UberGraphFrame) == 0x000508, "Member 'AAIDirectorManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, DefaultSceneRoot) == 0x000510, "Member 'AAIDirectorManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, MergedValidCovers) == 0x000518, "Member 'AAIDirectorManager_C::MergedValidCovers' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, bfound) == 0x000568, "Member 'AAIDirectorManager_C::bfound' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, CachedCoversQueue) == 0x000570, "Member 'AAIDirectorManager_C::CachedCoversQueue' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, QueueLength) == 0x000580, "Member 'AAIDirectorManager_C::QueueLength' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, TargetCharacter) == 0x000588, "Member 'AAIDirectorManager_C::TargetCharacter' has a wrong offset!"); \ static_assert(offsetof(AAIDirectorManager_C, LastMakeQueue) == 0x000590, "Member 'AAIDirectorManager_C::LastMakeQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata \ static_assert(alignof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata) == 0x000008, "Wrong alignment on InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata"); \ static_assert(sizeof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata) == 0x000050, "Wrong size on InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, EntryPoint) == 0x000000, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_bool_Variable) == 0x000004, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_byte_Variable) == 0x000005, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_byte_Variable_1) == 0x000006, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_bool_Variable_1) == 0x000007, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_byte_Variable_2) == 0x000008, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, Temp_byte_Variable_3) == 0x000009, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_CustomEvent_TextLine_1) == 0x000010, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_CustomEvent_TextLine_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_CustomEvent_TextLine_2) == 0x000028, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_CustomEvent_TextLine_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_CustomEvent_Percent0_100) == 0x000040, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_CustomEvent_Percent0_100' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_CustomEvent_StatType) == 0x000044, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_CustomEvent_StatType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000045, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_SwitchEnum_CmpSuccess) == 0x000046, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_Select_Default) == 0x000047, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, CallFunc_TextIsEmpty_ReturnValue) == 0x00004C, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata, K2Node_Select_Default_1) == 0x00004D, "Member 'InventoryV2_Description_Stata_C_ExecuteUbergraph_InventoryV2_Description_Stata::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Description_Stata_C_Draw \ static_assert(alignof(InventoryV2_Description_Stata_C_Draw) == 0x000008, "Wrong alignment on InventoryV2_Description_Stata_C_Draw"); \ static_assert(sizeof(InventoryV2_Description_Stata_C_Draw) == 0x000038, "Wrong size on InventoryV2_Description_Stata_C_Draw"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_Draw, TextLine_1_0) == 0x000000, "Member 'InventoryV2_Description_Stata_C_Draw::TextLine_1_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_Draw, TextLine_2_0) == 0x000018, "Member 'InventoryV2_Description_Stata_C_Draw::TextLine_2_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_Draw, Percent0_100) == 0x000030, "Member 'InventoryV2_Description_Stata_C_Draw::Percent0_100' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_Draw, StatType) == 0x000034, "Member 'InventoryV2_Description_Stata_C_Draw::StatType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Description_Stata_C_PreConstruct \ static_assert(alignof(InventoryV2_Description_Stata_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_Description_Stata_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_Description_Stata_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_Description_Stata_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_Description_Stata_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_Description_Stata_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Description_Stata_C \ static_assert(alignof(UInventoryV2_Description_Stata_C) == 0x000008, "Wrong alignment on UInventoryV2_Description_Stata_C"); \ static_assert(sizeof(UInventoryV2_Description_Stata_C) == 0x000288, "Wrong size on UInventoryV2_Description_Stata_C"); \ static_assert(offsetof(UInventoryV2_Description_Stata_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_Description_Stata_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Description_Stata_C, InventoryV2_StatProgressBar) == 0x000268, "Member 'UInventoryV2_Description_Stata_C::InventoryV2_StatProgressBar' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Description_Stata_C, SizeBox_0) == 0x000270, "Member 'UInventoryV2_Description_Stata_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Description_Stata_C, TextLine_1) == 0x000278, "Member 'UInventoryV2_Description_Stata_C::TextLine_1' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Description_Stata_C, TextLine_2) == 0x000280, "Member 'UInventoryV2_Description_Stata_C::TextLine_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString \ static_assert(alignof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString) == 0x000008, "Wrong alignment on InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString"); \ static_assert(sizeof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString) == 0x000178, "Wrong size on InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, EntryPoint) == 0x000000, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_Show) == 0x000004, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_IsHold_1) == 0x000005, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_IsHold) == 0x000006, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_MyGeometry) == 0x000008, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_MouseEvent_1) == 0x000040, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_MakeStruct_SlateColor) == 0x0000B0, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_IsDesignTime) == 0x0000D8, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_Event_MouseEvent) == 0x0000E0, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString, K2Node_MakeStruct_SlateColor_1) == 0x000150, "Member 'InventoryV2_InteractionString_C_ExecuteUbergraph_InventoryV2_InteractionString::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_OnMouseLeave \ static_assert(alignof(InventoryV2_InteractionString_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_InteractionString_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_InteractionString_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_InteractionString_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_InteractionString_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_PreConstruct \ static_assert(alignof(InventoryV2_InteractionString_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_InteractionString_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_InteractionString_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_InteractionString_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_OnMouseEnter \ static_assert(alignof(InventoryV2_InteractionString_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_InteractionString_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_InteractionString_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_InteractionString_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_InteractionString_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_InteractionString_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_GPI_HoldRight \ static_assert(alignof(InventoryV2_InteractionString_C_GPI_HoldRight) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_GPI_HoldRight"); \ static_assert(sizeof(InventoryV2_InteractionString_C_GPI_HoldRight) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_GPI_HoldRight"); \ static_assert(offsetof(InventoryV2_InteractionString_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'InventoryV2_InteractionString_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_GPI_HoldLeft \ static_assert(alignof(InventoryV2_InteractionString_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_GPI_HoldLeft"); \ static_assert(sizeof(InventoryV2_InteractionString_C_GPI_HoldLeft) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_GPI_HoldLeft"); \ static_assert(offsetof(InventoryV2_InteractionString_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'InventoryV2_InteractionString_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_GPI_ShowGamepadMode \ static_assert(alignof(InventoryV2_InteractionString_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(InventoryV2_InteractionString_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(InventoryV2_InteractionString_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'InventoryV2_InteractionString_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_InteractionString_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_InteractionString_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_InteractionString_C_OnMouseButtonDown) == 0x000218, "Wrong size on InventoryV2_InteractionString_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_InteractionString_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_InteractionString_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_InteractionString_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionString_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_InteractionString_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_GPI_IsHoverable \ static_assert(alignof(InventoryV2_InteractionString_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_GPI_IsHoverable"); \ static_assert(sizeof(InventoryV2_InteractionString_C_GPI_IsHoverable) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_GPI_IsHoverable"); \ static_assert(offsetof(InventoryV2_InteractionString_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'InventoryV2_InteractionString_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionString_C_GPI_IsHovered \ static_assert(alignof(InventoryV2_InteractionString_C_GPI_IsHovered) == 0x000001, "Wrong alignment on InventoryV2_InteractionString_C_GPI_IsHovered"); \ static_assert(sizeof(InventoryV2_InteractionString_C_GPI_IsHovered) == 0x000001, "Wrong size on InventoryV2_InteractionString_C_GPI_IsHovered"); \ static_assert(offsetof(InventoryV2_InteractionString_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'InventoryV2_InteractionString_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_InteractionString_C \ static_assert(alignof(UInventoryV2_InteractionString_C) == 0x000008, "Wrong alignment on UInventoryV2_InteractionString_C"); \ static_assert(sizeof(UInventoryV2_InteractionString_C) == 0x0002B8, "Wrong size on UInventoryV2_InteractionString_C"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_InteractionString_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, Image_81) == 0x000268, "Member 'UInventoryV2_InteractionString_C::Image_81' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, TextBlock_69) == 0x000270, "Member 'UInventoryV2_InteractionString_C::TextBlock_69' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, Text) == 0x000278, "Member 'UInventoryV2_InteractionString_C::Text' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, MouseClick) == 0x000290, "Member 'UInventoryV2_InteractionString_C::MouseClick' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, OnHover) == 0x0002A0, "Member 'UInventoryV2_InteractionString_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionString_C, isHoveredNow) == 0x0002B0, "Member 'UInventoryV2_InteractionString_C::isHoveredNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter \ static_assert(alignof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter) == 0x000008, "Wrong alignment on InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter) == 0x000250, "Wrong size on InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, EntryPoint) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, Temp_bool_Variable) == 0x000004, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_Show) == 0x000005, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_IsHold_1) == 0x000006, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_IsHold) == 0x000007, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_IsDesignTime) == 0x000008, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_ComponentBoundEvent_Text_1) == 0x000010, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Contains_ReturnValue) == 0x000038, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Contains_ReturnValue_1) == 0x000039, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_IsNumeric_ReturnValue) == 0x00003A, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_IsNumeric_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_BooleanOR_ReturnValue_1) == 0x00003D, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000058, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_StringToInt_ReturnValue) == 0x000068, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Subtract_IntInt_ReturnValue) == 0x00006C, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_PlayAnimation_ReturnValue) == 0x000078, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_PlayAnimation_ReturnValue_1) == 0x000080, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_MyGeometry) == 0x000088, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_MouseEvent_1) == 0x0000C0, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Event_MouseEvent) == 0x000130, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_GetText_ReturnValue_1) == 0x0001A0, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_ComponentBoundEvent_Text) == 0x0001B8, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_ComponentBoundEvent_CommitMethod) == 0x0001D0, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0001D8, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0001E8, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x0001F8, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_StringToInt_ReturnValue_2) == 0x0001FC, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_StringToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000200, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000204, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000208, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Clamp_ReturnValue) == 0x00020C, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_IntToText_ReturnValue) == 0x000210, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, K2Node_Select_Default) == 0x000228, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Clamp_ReturnValue_1) == 0x00022C, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Clamp_ReturnValue_2) == 0x000230, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Clamp_ReturnValue_3) == 0x000234, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Clamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000238, "Member 'InventoryV2_InteractionSpliter_C_ExecuteUbergraph_InventoryV2_InteractionSpliter::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature \ static_assert(alignof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature, Text_0) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature::Text_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_4_OnEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_OnMouseLeave \ static_assert(alignof(InventoryV2_InteractionSpliter_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_InteractionSpliter_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_InteractionSpliter_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_OnMouseEnter \ static_assert(alignof(InventoryV2_InteractionSpliter_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_InteractionSpliter_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_InteractionSpliter_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_InteractionSpliter_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature \ static_assert(alignof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature) == 0x000018, "Wrong size on InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature, Text_0) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_BndEvt__EditableText_185_K2Node_ComponentBoundEvent_2_OnEditableTextChangedEvent__DelegateSignature::Text_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_PreConstruct \ static_assert(alignof(InventoryV2_InteractionSpliter_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_GPI_HoldRight \ static_assert(alignof(InventoryV2_InteractionSpliter_C_GPI_HoldRight) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_GPI_HoldRight"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_GPI_HoldRight) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_GPI_HoldRight"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_GPI_HoldLeft \ static_assert(alignof(InventoryV2_InteractionSpliter_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_GPI_HoldLeft"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_GPI_HoldLeft) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_GPI_HoldLeft"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode \ static_assert(alignof(InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_GPI_IsHoverable \ static_assert(alignof(InventoryV2_InteractionSpliter_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_GPI_IsHoverable"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_GPI_IsHoverable) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_GPI_IsHoverable"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_InteractionSpliter_C_GPI_IsHovered \ static_assert(alignof(InventoryV2_InteractionSpliter_C_GPI_IsHovered) == 0x000001, "Wrong alignment on InventoryV2_InteractionSpliter_C_GPI_IsHovered"); \ static_assert(sizeof(InventoryV2_InteractionSpliter_C_GPI_IsHovered) == 0x000001, "Wrong size on InventoryV2_InteractionSpliter_C_GPI_IsHovered"); \ static_assert(offsetof(InventoryV2_InteractionSpliter_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'InventoryV2_InteractionSpliter_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_InteractionSpliter_C \ static_assert(alignof(UInventoryV2_InteractionSpliter_C) == 0x000008, "Wrong alignment on UInventoryV2_InteractionSpliter_C"); \ static_assert(sizeof(UInventoryV2_InteractionSpliter_C) == 0x0002D8, "Wrong size on UInventoryV2_InteractionSpliter_C"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_InteractionSpliter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, AnimMinus) == 0x000268, "Member 'UInventoryV2_InteractionSpliter_C::AnimMinus' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, AnimPlus) == 0x000270, "Member 'UInventoryV2_InteractionSpliter_C::AnimPlus' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, Button_Left) == 0x000278, "Member 'UInventoryV2_InteractionSpliter_C::Button_Left' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, Button_Right) == 0x000280, "Member 'UInventoryV2_InteractionSpliter_C::Button_Right' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, EditableText_185) == 0x000288, "Member 'UInventoryV2_InteractionSpliter_C::EditableText_185' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, Fon) == 0x000290, "Member 'UInventoryV2_InteractionSpliter_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, InventoryV2_InteractionString) == 0x000298, "Member 'UInventoryV2_InteractionSpliter_C::InventoryV2_InteractionString' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, Count) == 0x0002A0, "Member 'UInventoryV2_InteractionSpliter_C::Count' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, SplitClick) == 0x0002A8, "Member 'UInventoryV2_InteractionSpliter_C::SplitClick' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, Text) == 0x0002B8, "Member 'UInventoryV2_InteractionSpliter_C::Text' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, StopableCount) == 0x0002D0, "Member 'UInventoryV2_InteractionSpliter_C::StopableCount' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, CanGetAll) == 0x0002D4, "Member 'UInventoryV2_InteractionSpliter_C::CanGetAll' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_InteractionSpliter_C, isHoveredNow) == 0x0002D5, "Member 'UInventoryV2_InteractionSpliter_C::isHoveredNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_BeDetached_C_IsSatisfied \ static_assert(alignof(Leech_BeDetached_C_IsSatisfied) == 0x000008, "Wrong alignment on Leech_BeDetached_C_IsSatisfied"); \ static_assert(sizeof(Leech_BeDetached_C_IsSatisfied) == 0x0000F0, "Wrong size on Leech_BeDetached_C_IsSatisfied"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, WorldState) == 0x000000, "Member 'Leech_BeDetached_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Leech_BeDetached_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, K2Node_DynamicCast_AsLeech) == 0x0000D0, "Member 'Leech_BeDetached_C_IsSatisfied::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Leech_BeDetached_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, CallFunc_GetAttachParentActor_ReturnValue) == 0x0000E0, "Member 'Leech_BeDetached_C_IsSatisfied::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'Leech_BeDetached_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_BeDetached_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue) == 0x0000E9, "Member 'Leech_BeDetached_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeech_BeDetached_C \ static_assert(alignof(ULeech_BeDetached_C) == 0x000008, "Wrong alignment on ULeech_BeDetached_C"); \ static_assert(sizeof(ULeech_BeDetached_C) == 0x000090, "Wrong size on ULeech_BeDetached_C"); \ static_assert(offsetof(ULeech_BeDetached_C, Timeout) == 0x000088, "Member 'ULeech_BeDetached_C::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFuel_CoalSlug_C \ static_assert(alignof(AFuel_CoalSlug_C) == 0x000010, "Wrong alignment on AFuel_CoalSlug_C"); \ static_assert(sizeof(AFuel_CoalSlug_C) == 0x000430, "Wrong size on AFuel_CoalSlug_C"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable \ static_assert(alignof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable) == 0x000010, "Wrong alignment on WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable"); \ static_assert(sizeof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable) == 0x000660, "Wrong size on WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, EntryPoint) == 0x000000, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_NewName) == 0x000008, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Percentage_1) == 0x000020, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_10) == 0x000028, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_9) == 0x000030, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_8) == 0x000038, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_7) == 0x000040, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetGameInstance_ReturnValue) == 0x000048, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_AsFGGame_Instance) == 0x000068, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_6) == 0x000074, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_6) == 0x000100, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_5) == 0x000108, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_5) == 0x000190, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_4) == 0x000198, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_4) == 0x000220, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_3) == 0x000228, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_3) == 0x0002B0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_SwitchInteger_CmpSuccess) == 0x0002B8, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002BC, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetParentTrain_ReturnValue) == 0x0002D0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_1) == 0x0002D8, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetCategory_ReturnValue) == 0x0002D9, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002DA, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_BooleanAND_ReturnValue) == 0x0002DB, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, Temp_bool_IsClosed_Variable) == 0x0002DC, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_2) == 0x0002E0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000368, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000370, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetDurabilityPercent_ReturnValue) == 0x0003D8, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_SetStaticMesh_ReturnValue) == 0x0003DC, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Less_FloatFloat_ReturnValue) == 0x0003DD, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetState_ReturnValue) == 0x0003DE, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0003E0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003E4, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetState_ReturnValue_1) == 0x0003E5, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003E6, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, Temp_int_Variable) == 0x0003E8, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Add_IntInt_ReturnValue) == 0x0003EC, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_BooleanOR_ReturnValue) == 0x0003F0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetComponentByClass_ReturnValue) == 0x0003F8, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_2) == 0x000400, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000408, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_3) == 0x000410, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetValueAsInt_ReturnValue) == 0x000414, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsEmpty_ReturnValue) == 0x000418, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetGameInstance_ReturnValue_1) == 0x000420, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Not_PreBool_ReturnValue) == 0x000428, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000430, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_bSuccess_1) == 0x000438, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_4) == 0x000439, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000440, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_bSuccess_2) == 0x000448, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Map_Find_Value) == 0x000450, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Map_Find_ReturnValue) == 0x000458, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Map_Find_Value_1) == 0x000460, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_Map_Find_ReturnValue_1) == 0x000468, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_CreateDelegate_OutputDelegate_2) == 0x00046C, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00047C, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, Temp_struct_Variable) == 0x000480, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit_1) == 0x0004B0, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_2) == 0x000538, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000540, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_bSuccess_3) == 0x000550, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_AddComponent_ReturnValue) == 0x000558, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000560, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Percentage) == 0x000568, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter_1) == 0x000570, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsUnlocked_ReturnValue) == 0x000578, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetPlayerController_ReturnValue) == 0x000580, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetHUD_ReturnValue) == 0x000588, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_Hit) == 0x000590, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_Event_PlayerCharacter) == 0x000618, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x000620, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_DynamicCast_bSuccess_4) == 0x000630, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_5) == 0x000631, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_CustomEvent_Player) == 0x000638, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_CanUpgrade_ReturnValue) == 0x000640, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_GetController_ReturnValue) == 0x000648, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, K2Node_SwitchEnum_CmpSuccess) == 0x000650, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable, CallFunc_IsValid_ReturnValue_6) == 0x000651, "Member 'WagonModule_CraftingTable_C_ExecuteUbergraph_WagonModule_CraftingTable::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnHoldUse_M \ static_assert(alignof(WagonModule_CraftingTable_C_OnHoldUse_M) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnHoldUse_M"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnHoldUse_M) == 0x000008, "Wrong size on WagonModule_CraftingTable_C_OnHoldUse_M"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnHoldUse_M, Player) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnHoldUseActor \ static_assert(alignof(WagonModule_CraftingTable_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnHoldUseActor"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnHoldUseActor) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnHoldUseActor"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_HoldProgressInfo \ static_assert(alignof(WagonModule_CraftingTable_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_CraftingTable_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_CraftingTable_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_CraftingTable_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_CraftingTable_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_CraftingTable_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnGotFocus \ static_assert(alignof(WagonModule_CraftingTable_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_CraftingTable_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_CraftingTable_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnUseNoFloor \ static_assert(alignof(WagonModule_CraftingTable_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnUseBroken \ static_assert(alignof(WagonModule_CraftingTable_C_OnUseBroken) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnUseBroken"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnUseBroken) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnUseBroken"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseBroken, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnUseDisabled \ static_assert(alignof(WagonModule_CraftingTable_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnUseBuild \ static_assert(alignof(WagonModule_CraftingTable_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_CraftingTable_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_CraftingTable_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_CraftingTable_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_CraftingTable_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_HoldUseStarted \ static_assert(alignof(WagonModule_CraftingTable_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_CraftingTable_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_CraftingTable_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_CraftingTable_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_CraftingTable_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_CraftingTable_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_CraftingTable_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_CraftingTable_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_CraftingTable_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_CraftingTable_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_CraftingTable_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_CraftingTable_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_CraftingTable_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_CraftingTable_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_CraftingTable_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_SetWorkerName \ static_assert(alignof(WagonModule_CraftingTable_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_CraftingTable_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_CraftingTable_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_CraftingTable_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_CraftingTable_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GiveItems \ static_assert(alignof(WagonModule_CraftingTable_C_GiveItems) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GiveItems"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GiveItems) == 0x000030, "Wrong size on WagonModule_CraftingTable_C_GiveItems"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, OutputZoneIndex) == 0x000000, "Member 'WagonModule_CraftingTable_C_GiveItems::OutputZoneIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, Character) == 0x000008, "Member 'WagonModule_CraftingTable_C_GiveItems::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, LocalLastIndex) == 0x000010, "Member 'WagonModule_CraftingTable_C_GiveItems::LocalLastIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, LocalWorkZone) == 0x000014, "Member 'WagonModule_CraftingTable_C_GiveItems::LocalWorkZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'WagonModule_CraftingTable_C_GiveItems::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_CraftingTable_C_GiveItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, CallFunc_GiveCraftedItemsByOutputZone_ReturnValue) == 0x000021, "Member 'WagonModule_CraftingTable_C_GiveItems::CallFunc_GiveCraftedItemsByOutputZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'WagonModule_CraftingTable_C_GiveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GiveItems, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'WagonModule_CraftingTable_C_GiveItems::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_CanLoot \ static_assert(alignof(WagonModule_CraftingTable_C_CanLoot) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_CanLoot"); \ static_assert(sizeof(WagonModule_CraftingTable_C_CanLoot) == 0x0000E0, "Wrong size on WagonModule_CraftingTable_C_CanLoot"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, Player) == 0x000000, "Member 'WagonModule_CraftingTable_C_CanLoot::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, WorkZone) == 0x000008, "Member 'WagonModule_CraftingTable_C_CanLoot::WorkZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, return_0) == 0x00000C, "Member 'WagonModule_CraftingTable_C_CanLoot::return_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_GetCompleteCraft_ReturnValue) == 0x000010, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_GetCompleteCraft_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_FindCraftRecipe_Data) == 0x000028, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_FindCraftRecipe_Data' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_FindCraftRecipe_ReturnValue) == 0x0000D8, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_FindCraftRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D9, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_IsValid_ReturnValue_1) == 0x0000DA, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanLoot, CallFunc_CanAdd_ReturnValue) == 0x0000DB, "Member 'WagonModule_CraftingTable_C_CanLoot::CallFunc_CanAdd_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_UpdatePlaceholderOutput \ static_assert(alignof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput) == 0x000010, "Wrong alignment on WagonModule_CraftingTable_C_UpdatePlaceholderOutput"); \ static_assert(sizeof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput) == 0x000480, "Wrong size on WagonModule_CraftingTable_C_UpdatePlaceholderOutput"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, OutputZone) == 0x000000, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::OutputZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, ItemClass) == 0x000008, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::ItemClass' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CurrentProgress) == 0x000010, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CurrentProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, LocalInProgress) == 0x000050, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::LocalInProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, LocalOutputZone) == 0x000054, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::LocalOutputZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, PickupMesh) == 0x000058, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::PickupMesh' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, LocalItemClass) == 0x000060, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::LocalItemClass' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, LocalRecipeID) == 0x000068, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::LocalRecipeID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, LocalPlaceholder) == 0x000070, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_object_Variable) == 0x000078, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_int_Variable) == 0x000080, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_bool_Variable) == 0x000084, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_bool_Variable_1) == 0x000085, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_MakeTransform_ReturnValue) == 0x000090, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_MakeTransform_ReturnValue_1) == 0x0000C0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_bool_Variable_2) == 0x0000F0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_object_Variable_1) == 0x0000F8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_object_Variable_2) == 0x000100, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_int_Array_Index_Variable) == 0x000108, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_object_Variable_3) == 0x000110, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_MakeTransform_ReturnValue_2) == 0x000120, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_OutputZoneHaveItems_Result) == 0x000150, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_OutputZoneHaveItems_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000154, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_ClassDynamicCast_AsSprayer) == 0x0001E0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_ClassDynamicCast_AsSprayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_ClassDynamicCast_bSuccess) == 0x0001E8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_GetDefaultObject_ReturnValue) == 0x0001F0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_DynamicCast_AsFGLootable_Item) == 0x0001F8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_ClassDynamicCast_AsHook_T1) == 0x000208, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_ClassDynamicCast_AsHook_T1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_ClassDynamicCast_bSuccess_1) == 0x000210, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_BreakTransform_Location) == 0x000214, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_BreakTransform_Rotation) == 0x000220, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_BreakTransform_Scale) == 0x00022C, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_MakeTransform_ReturnValue_3) == 0x000240, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_GetPickUpMesh_ReturnValue) == 0x000270, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_GetPickUpMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_Select_Default) == 0x000280, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_bool_Variable_3) == 0x0002B1, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_Select_Default_1) == 0x0002B8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_SetStaticMesh_ReturnValue) == 0x0002C0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_Add_IntInt_ReturnValue) == 0x0002C4, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_IsProgressInZone_ReturnValue) == 0x0002C8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_IsProgressInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_IsProgressInZone_CraftProgress) == 0x0002D0, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_IsProgressInZone_CraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_OutputZoneHaveItems_Result_1) == 0x000310, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_OutputZoneHaveItems_Result_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_BooleanOR_ReturnValue) == 0x000311, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_OutputZoneHaveItems_Result_2) == 0x000312, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_OutputZoneHaveItems_Result_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_BooleanOR_ReturnValue_1) == 0x000313, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_OutputZoneHaveItems_Result_3) == 0x000314, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_OutputZoneHaveItems_Result_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, Temp_int_Loop_Counter_Variable) == 0x000318, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_Select_Default_2) == 0x000320, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_Add_IntInt_ReturnValue_1) == 0x000328, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_GetMaterials_ReturnValue) == 0x000330, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_Array_Get_Item) == 0x000340, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000348, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_Select_Default_3) == 0x000350, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_Array_Length_ReturnValue) == 0x000358, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_Less_IntInt_ReturnValue) == 0x00035C, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x000360, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_K2_SetRelativeTransform_SweepHitResult_2) == 0x0003E8, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_K2_SetRelativeTransform_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000470, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_UpdatePlaceholderOutput, K2Node_Select_Default_4) == 0x000478, "Member 'WagonModule_CraftingTable_C_UpdatePlaceholderOutput::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_OutputZoneHaveItems \ static_assert(alignof(WagonModule_CraftingTable_C_OutputZoneHaveItems) == 0x000004, "Wrong alignment on WagonModule_CraftingTable_C_OutputZoneHaveItems"); \ static_assert(sizeof(WagonModule_CraftingTable_C_OutputZoneHaveItems) == 0x000010, "Wrong size on WagonModule_CraftingTable_C_OutputZoneHaveItems"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OutputZoneHaveItems, OutputZoneIndex) == 0x000000, "Member 'WagonModule_CraftingTable_C_OutputZoneHaveItems::OutputZoneIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OutputZoneHaveItems, Result) == 0x000004, "Member 'WagonModule_CraftingTable_C_OutputZoneHaveItems::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OutputZoneHaveItems, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WagonModule_CraftingTable_C_OutputZoneHaveItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OutputZoneHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_CraftingTable_C_OutputZoneHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_OutputZoneHaveItems, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00000D, "Member 'WagonModule_CraftingTable_C_OutputZoneHaveItems::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_CanUse \ static_assert(alignof(WagonModule_CraftingTable_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_CanUse"); \ static_assert(sizeof(WagonModule_CraftingTable_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_CraftingTable_C_CanUse"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_CraftingTable_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x000098, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'WagonModule_CraftingTable_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_CanHoldUse \ static_assert(alignof(WagonModule_CraftingTable_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_CraftingTable_C_CanHoldUse) == 0x0000B0, "Wrong size on WagonModule_CraftingTable_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_CraftingTable_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_CraftingTable_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'WagonModule_CraftingTable_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'WagonModule_CraftingTable_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_CraftingTable_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_Redraw_Zones \ static_assert(alignof(WagonModule_CraftingTable_C_Redraw_Zones) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_Redraw_Zones"); \ static_assert(sizeof(WagonModule_CraftingTable_C_Redraw_Zones) == 0x0001C8, "Wrong size on WagonModule_CraftingTable_C_Redraw_Zones"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CraftingTable) == 0x000000, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CurrentCraftProgress) == 0x000008, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CurrentCraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, ZonePosition) == 0x000048, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::ZonePosition' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CurrentZone) == 0x000050, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CurrentZone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000078, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000079, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_BooleanAND_ReturnValue) == 0x00007A, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, K2Node_MakeArray_Array) == 0x000080, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Array_Get_Item) == 0x000090, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000098, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_FindCraftRecipe_Data) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_FindCraftRecipe_Data' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_FindCraftRecipe_ReturnValue) == 0x000150, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_FindCraftRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Greater_IntInt_ReturnValue) == 0x000151, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Add_IntInt_ReturnValue_2) == 0x000154, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_IsProgressInZone_ReturnValue) == 0x000158, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_IsProgressInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_IsProgressInZone_CraftProgress) == 0x000160, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_IsProgressInZone_CraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001A0, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Array_Length_ReturnValue) == 0x0001A4, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_Redraw_Zones, CallFunc_Less_IntInt_ReturnValue) == 0x0001C0, "Member 'WagonModule_CraftingTable_C_Redraw_Zones::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_IsProgressInZone \ static_assert(alignof(WagonModule_CraftingTable_C_IsProgressInZone) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_IsProgressInZone"); \ static_assert(sizeof(WagonModule_CraftingTable_C_IsProgressInZone) == 0x0000F8, "Wrong size on WagonModule_CraftingTable_C_IsProgressInZone"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, ZoneID) == 0x000000, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::ZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, ReturnValue) == 0x000004, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CraftProgress) == 0x000008, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CurrentCraftProgress) == 0x000048, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CurrentCraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, Temp_int_Array_Index_Variable) == 0x000088, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, Temp_int_Loop_Counter_Variable) == 0x00008C, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_FindCraftInProgress_List) == 0x000098, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_FindCraftInProgress_List' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_FindCraftInProgress_ReturnValue) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_FindCraftInProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, K2Node_SwitchEnum_CmpSuccess) == 0x0000A9, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_Greater_IntInt_ReturnValue) == 0x0000AA, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F5, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsProgressInZone, CallFunc_BooleanAND_ReturnValue) == 0x0000F6, "Member 'WagonModule_CraftingTable_C_IsProgressInZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_HandleInteract \ static_assert(alignof(WagonModule_CraftingTable_C_HandleInteract) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_HandleInteract"); \ static_assert(sizeof(WagonModule_CraftingTable_C_HandleInteract) == 0x000158, "Wrong size on WagonModule_CraftingTable_C_HandleInteract"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_HandleInteract::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, Character) == 0x000088, "Member 'WagonModule_CraftingTable_C_HandleInteract::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_GetState_ReturnValue) == 0x000090, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_bBlockingHit) == 0x000091, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_bInitialOverlap) == 0x000092, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_SwitchEnum_CmpSuccess) == 0x000114, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_DynamicCast_AsBox_Collision) == 0x000118, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_DynamicCast_AsBox_Collision' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000128, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_DynamicCast_bSuccess_1) == 0x000138, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, K2Node_MakeArray_Array) == 0x000140, "Member 'WagonModule_CraftingTable_C_HandleInteract::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_Array_Find_ReturnValue) == 0x000150, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_Greater_IntInt_ReturnValue) == 0x000154, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInteract, CallFunc_OutputZoneHaveItems_Result) == 0x000155, "Member 'WagonModule_CraftingTable_C_HandleInteract::CallFunc_OutputZoneHaveItems_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_InitTimerWidgets \ static_assert(alignof(WagonModule_CraftingTable_C_InitTimerWidgets) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_InitTimerWidgets"); \ static_assert(sizeof(WagonModule_CraftingTable_C_InitTimerWidgets) == 0x000050, "Wrong size on WagonModule_CraftingTable_C_InitTimerWidgets"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CurrentZoneID) == 0x000000, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CurrentZoneID' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, Temp_int_Variable) == 0x000004, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, K2Node_MakeArray_Array) == 0x000018, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000030, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000038, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, K2Node_DynamicCast_AsProgress_Timer_Widget_Base) == 0x000040, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::K2Node_DynamicCast_AsProgress_Timer_Widget_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_InitTimerWidgets, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WagonModule_CraftingTable_C_InitTimerWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_HandleInCraftProgress \ static_assert(alignof(WagonModule_CraftingTable_C_HandleInCraftProgress) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_HandleInCraftProgress"); \ static_assert(sizeof(WagonModule_CraftingTable_C_HandleInCraftProgress) == 0x000060, "Wrong size on WagonModule_CraftingTable_C_HandleInCraftProgress"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, IsAnyActiveProgress) == 0x000000, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::IsAnyActiveProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, Temp_byte_Variable) == 0x000001, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, Temp_byte_Variable_1) == 0x000002, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, Temp_int_Variable) == 0x000004, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_IsProgressInZone_ReturnValue) == 0x000008, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_IsProgressInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_IsProgressInZone_CraftProgress) == 0x000010, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_IsProgressInZone_CraftProgress' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, Temp_bool_Variable) == 0x000056, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, K2Node_Select_Default) == 0x000057, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_HandleInCraftProgress, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'WagonModule_CraftingTable_C_HandleInCraftProgress::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetZoneItemTransform \ static_assert(alignof(WagonModule_CraftingTable_C_GetZoneItemTransform) == 0x000010, "Wrong alignment on WagonModule_CraftingTable_C_GetZoneItemTransform"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetZoneItemTransform) == 0x0000E0, "Wrong size on WagonModule_CraftingTable_C_GetZoneItemTransform"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, Zone) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::Zone' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, Transform) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, K2Node_SwitchInteger_CmpSuccess) == 0x000040, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000050, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000080, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetZoneItemTransform, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_GetZoneItemTransform::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetItemSelection \ static_assert(alignof(WagonModule_CraftingTable_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetItemSelection) == 0x0002C0, "Wrong size on WagonModule_CraftingTable_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_CraftingTable_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_CraftingTable_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_CraftingTable_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, Temp_text_Variable) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, Temp_text_Variable_1) == 0x0000C8, "Member 'WagonModule_CraftingTable_C_GetItemSelection::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, Temp_bool_Variable) == 0x0000E0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000E8, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000F0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000F1, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000F4, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000F8, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000FC, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x000108, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x000114, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x000120, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x000130, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000138, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000140, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000148, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000150, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x000154, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000158, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x00015C, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000168, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_DynamicCast_AsBox_Collision) == 0x000178, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_DynamicCast_AsBox_Collision' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000181, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000182, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000188, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x0001A0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x0001B0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x0001F0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000208, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_MakeArray_Array) == 0x000248, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x000258, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x000270, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_MakeArray_Array_1) == 0x000278, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x000288, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Array_Find_ReturnValue) == 0x000290, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x000294, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Add_IntInt_ReturnValue) == 0x000298, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_CanLoot_return) == 0x00029C, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_CanLoot_return' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_OutputZoneHaveItems_Result) == 0x00029D, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_OutputZoneHaveItems_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, K2Node_Select_Default) == 0x0002A0, "Member 'WagonModule_CraftingTable_C_GetItemSelection::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0002B8, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_Greater_IntInt_ReturnValue) == 0x0002B9, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0002BA, "Member 'WagonModule_CraftingTable_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetItemDurability \ static_assert(alignof(WagonModule_CraftingTable_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_CraftingTable_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_CraftingTable_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_CraftingTable_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_CraftingTable_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetInteractionComponent \ static_assert(alignof(WagonModule_CraftingTable_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_CraftingTable_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_CanRepairIt \ static_assert(alignof(WagonModule_CraftingTable_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_CraftingTable_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_CraftingTable_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_CraftingTable_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_CraftingTable_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'WagonModule_CraftingTable_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_CraftingTable_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_CraftingTable_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_CraftingTable_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_CraftingTable_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetAdditionalButtons) == 0x0000B8, "Wrong size on WagonModule_CraftingTable_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000028, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000064, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000068, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000A4, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0000A8, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x0000B0, "Member 'WagonModule_CraftingTable_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetProgressStatusState \ static_assert(alignof(WagonModule_CraftingTable_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_CraftingTable_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetProgressStatusState) == 0x000001, "Wrong size on WagonModule_CraftingTable_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_CraftingTable_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_CraftingTable_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetProgressStatusTime) == 0x000008, "Wrong size on WagonModule_CraftingTable_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetHoldUseTime \ static_assert(alignof(WagonModule_CraftingTable_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_CraftingTable_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetIcon \ static_assert(alignof(WagonModule_CraftingTable_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetIcon"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetIcon) == 0x000028, "Wrong size on WagonModule_CraftingTable_C_GetIcon"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_CraftingTable_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetWorkerActor \ static_assert(alignof(WagonModule_CraftingTable_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_CraftingTable_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetName \ static_assert(alignof(WagonModule_CraftingTable_C_GetName) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetName"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetName) == 0x000048, "Wrong size on WagonModule_CraftingTable_C_GetName"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_CraftingTable_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_CraftingTable_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_CraftingTable_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetDebuffs \ static_assert(alignof(WagonModule_CraftingTable_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_CraftingTable_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_CraftingTable_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetPerks \ static_assert(alignof(WagonModule_CraftingTable_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetPerks"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetPerks) == 0x000038, "Wrong size on WagonModule_CraftingTable_C_GetPerks"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_CraftingTable_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetCurrentHappines \ static_assert(alignof(WagonModule_CraftingTable_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_CraftingTable_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_CraftingTable_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_CraftingTable_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetModuleFeatures \ static_assert(alignof(WagonModule_CraftingTable_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetModuleFeatures) == 0x0001F0, "Wrong size on WagonModule_CraftingTable_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, LocalFeatures) == 0x000050, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::LocalFeatures' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x0000A0, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000B8, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000150, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000160, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000170, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x0001A0, "Member 'WagonModule_CraftingTable_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_CraftingTable_C_GetSlots \ static_assert(alignof(WagonModule_CraftingTable_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_CraftingTable_C_GetSlots"); \ static_assert(sizeof(WagonModule_CraftingTable_C_GetSlots) == 0x000038, "Wrong size on WagonModule_CraftingTable_C_GetSlots"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_CraftingTable_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_CraftingTable_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_CraftingTable_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_CraftingTable_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_CraftingTable_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_CraftingTable_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_CraftingTable_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_CraftingTable_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_CraftingTable_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_CraftingTable_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_CraftingTable_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_CraftingTable_C \ static_assert(alignof(AWagonModule_CraftingTable_C) == 0x000008, "Wrong alignment on AWagonModule_CraftingTable_C"); \ static_assert(sizeof(AWagonModule_CraftingTable_C) == 0x000758, "Wrong size on AWagonModule_CraftingTable_C"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, UberGraphFrame) == 0x000660, "Member 'AWagonModule_CraftingTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, TableProgressWidget1) == 0x000668, "Member 'AWagonModule_CraftingTable_C::TableProgressWidget1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, NPCPreview) == 0x000670, "Member 'AWagonModule_CraftingTable_C::NPCPreview' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, NPCHelperPoint) == 0x000678, "Member 'AWagonModule_CraftingTable_C::NPCHelperPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, TableProgressWidget) == 0x000680, "Member 'AWagonModule_CraftingTable_C::TableProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, Rotator) == 0x000688, "Member 'AWagonModule_CraftingTable_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, Give_Items) == 0x000690, "Member 'AWagonModule_CraftingTable_C::Give_Items' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, BuildZone) == 0x000698, "Member 'AWagonModule_CraftingTable_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, InteractBox3) == 0x0006A0, "Member 'AWagonModule_CraftingTable_C::InteractBox3' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, Placeholder3) == 0x0006A8, "Member 'AWagonModule_CraftingTable_C::Placeholder3' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, OutputZone_3) == 0x0006B0, "Member 'AWagonModule_CraftingTable_C::OutputZone_3' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, InteractBox2) == 0x0006B8, "Member 'AWagonModule_CraftingTable_C::InteractBox2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, Placeholder2) == 0x0006C0, "Member 'AWagonModule_CraftingTable_C::Placeholder2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, OutputZone_2) == 0x0006C8, "Member 'AWagonModule_CraftingTable_C::OutputZone_2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, InteractBox1) == 0x0006D0, "Member 'AWagonModule_CraftingTable_C::InteractBox1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, Placeholder1) == 0x0006D8, "Member 'AWagonModule_CraftingTable_C::Placeholder1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, OutputZone_1) == 0x0006E0, "Member 'AWagonModule_CraftingTable_C::OutputZone_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, CraftManager) == 0x0006E8, "Member 'AWagonModule_CraftingTable_C::CraftManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, PlaceholderMaterial) == 0x0006F0, "Member 'AWagonModule_CraftingTable_C::PlaceholderMaterial' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, CraftProcess) == 0x0006F8, "Member 'AWagonModule_CraftingTable_C::CraftProcess' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, bIsInProgress) == 0x000708, "Member 'AWagonModule_CraftingTable_C::bIsInProgress' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, CurrentProgressData) == 0x000710, "Member 'AWagonModule_CraftingTable_C::CurrentProgressData' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, AmountInReserve) == 0x000750, "Member 'AWagonModule_CraftingTable_C::AmountInReserve' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, CurrentCraftState) == 0x000754, "Member 'AWagonModule_CraftingTable_C::CurrentCraftState' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_CraftingTable_C, InFocus) == 0x000755, "Member 'AWagonModule_CraftingTable_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule \ static_assert(alignof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule) == 0x000008, "Wrong alignment on Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule"); \ static_assert(sizeof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule) == 0x000030, "Wrong size on Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, EntryPoint) == 0x000000, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, K2Node_Event_Player_1) == 0x000018, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, K2Node_Event_Player) == 0x000020, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'Task_ChangeWeaponModule_C_ExecuteUbergraph_Task_ChangeWeaponModule::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ChangeWeaponModule_C_OnRemoveFromPlayer \ static_assert(alignof(Task_ChangeWeaponModule_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_ChangeWeaponModule_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_ChangeWeaponModule_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_ChangeWeaponModule_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_ChangeWeaponModule_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ChangeWeaponModule_C_OnGivePlayer \ static_assert(alignof(Task_ChangeWeaponModule_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_ChangeWeaponModule_C_OnGivePlayer"); \ static_assert(sizeof(Task_ChangeWeaponModule_C_OnGivePlayer) == 0x000008, "Wrong size on Task_ChangeWeaponModule_C_OnGivePlayer"); \ static_assert(offsetof(Task_ChangeWeaponModule_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_ChangeWeaponModule_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_ChangeWeaponModule_C \ static_assert(alignof(UTask_ChangeWeaponModule_C) == 0x000008, "Wrong alignment on UTask_ChangeWeaponModule_C"); \ static_assert(sizeof(UTask_ChangeWeaponModule_C) == 0x0000A8, "Wrong size on UTask_ChangeWeaponModule_C"); \ static_assert(offsetof(UTask_ChangeWeaponModule_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_ChangeWeaponModule_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_1_C_GetSocketsTransforms \ static_assert(alignof(Rack_1_C_GetSocketsTransforms) == 0x000010, "Wrong alignment on Rack_1_C_GetSocketsTransforms"); \ static_assert(sizeof(Rack_1_C_GetSocketsTransforms) == 0x000080, "Wrong size on Rack_1_C_GetSocketsTransforms"); \ static_assert(offsetof(Rack_1_C_GetSocketsTransforms, ReturnValue) == 0x000000, "Member 'Rack_1_C_GetSocketsTransforms::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetSocketsTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'Rack_1_C_GetSocketsTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetSocketsTransforms, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000040, "Member 'Rack_1_C_GetSocketsTransforms::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetSocketsTransforms, K2Node_MakeArray_Array) == 0x000070, "Member 'Rack_1_C_GetSocketsTransforms::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_1_C_CanRepairIt \ static_assert(alignof(Rack_1_C_CanRepairIt) == 0x000004, "Wrong alignment on Rack_1_C_CanRepairIt"); \ static_assert(sizeof(Rack_1_C_CanRepairIt) == 0x00008C, "Wrong size on Rack_1_C_CanRepairIt"); \ static_assert(offsetof(Rack_1_C_CanRepairIt, Hit) == 0x000000, "Member 'Rack_1_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_CanRepairIt, Repairable) == 0x000088, "Member 'Rack_1_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'Rack_1_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_1_C_IsDeconstructionAllowed \ static_assert(alignof(Rack_1_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on Rack_1_C_IsDeconstructionAllowed"); \ static_assert(sizeof(Rack_1_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on Rack_1_C_IsDeconstructionAllowed"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'Rack_1_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'Rack_1_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'Rack_1_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'Rack_1_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'Rack_1_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'Rack_1_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'Rack_1_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_1_C_GetModuleSockets \ static_assert(alignof(Rack_1_C_GetModuleSockets) == 0x000008, "Wrong alignment on Rack_1_C_GetModuleSockets"); \ static_assert(sizeof(Rack_1_C_GetModuleSockets) == 0x000020, "Wrong size on Rack_1_C_GetModuleSockets"); \ static_assert(offsetof(Rack_1_C_GetModuleSockets, ReturnValue) == 0x000000, "Member 'Rack_1_C_GetModuleSockets::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetModuleSockets, K2Node_MakeArray_Array) == 0x000010, "Member 'Rack_1_C_GetModuleSockets::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rack_1_C_GetItems \ static_assert(alignof(Rack_1_C_GetItems) == 0x000008, "Wrong alignment on Rack_1_C_GetItems"); \ static_assert(sizeof(Rack_1_C_GetItems) == 0x000100, "Wrong size on Rack_1_C_GetItems"); \ static_assert(offsetof(Rack_1_C_GetItems, Items) == 0x000000, "Member 'Rack_1_C_GetItems::Items' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Modules) == 0x000010, "Member 'Rack_1_C_GetItems::Modules' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Actors) == 0x000020, "Member 'Rack_1_C_GetItems::Actors' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, OverlapTypes) == 0x000030, "Member 'Rack_1_C_GetItems::OverlapTypes' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Temp_object_Variable) == 0x000040, "Member 'Rack_1_C_GetItems::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, K2Node_MakeArray_Array) == 0x000050, "Member 'Rack_1_C_GetItems::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Temp_int_Array_Index_Variable) == 0x000060, "Member 'Rack_1_C_GetItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'Rack_1_C_GetItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'Rack_1_C_GetItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, Temp_object_Variable_1) == 0x000070, "Member 'Rack_1_C_GetItems::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Array_Get_Item) == 0x000080, "Member 'Rack_1_C_GetItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'Rack_1_C_GetItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item) == 0x000090, "Member 'Rack_1_C_GetItems::K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Rack_1_C_GetItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'Rack_1_C_GetItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'Rack_1_C_GetItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'Rack_1_C_GetItems::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000AC, "Member 'Rack_1_C_GetItems::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B8, "Member 'Rack_1_C_GetItems::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C4, "Member 'Rack_1_C_GetItems::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_BoxOverlapActors_OutActors) == 0x0000D0, "Member 'Rack_1_C_GetItems::CallFunc_BoxOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_BoxOverlapActors_ReturnValue) == 0x0000E0, "Member 'Rack_1_C_GetItems::CallFunc_BoxOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_BoxOverlapActors_OutActors_1) == 0x0000E8, "Member 'Rack_1_C_GetItems::CallFunc_BoxOverlapActors_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(Rack_1_C_GetItems, CallFunc_BoxOverlapActors_ReturnValue_1) == 0x0000F8, "Member 'Rack_1_C_GetItems::CallFunc_BoxOverlapActors_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARack_1_C \ static_assert(alignof(ARack_1_C) == 0x000008, "Wrong alignment on ARack_1_C"); \ static_assert(sizeof(ARack_1_C) == 0x000630, "Wrong size on ARack_1_C"); \ static_assert(offsetof(ARack_1_C, ModuleSocket_2) == 0x000620, "Member 'ARack_1_C::ModuleSocket_2' has a wrong offset!"); \ static_assert(offsetof(ARack_1_C, ModuleSocket_1) == 0x000628, "Member 'ARack_1_C::ModuleSocket_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm \ static_assert(alignof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm) == 0x000008, "Wrong alignment on AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm) == 0x0000F8, "Wrong size on AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, EntryPoint) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Get_Item) == 0x000028, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetAttachParent_ReturnValue) == 0x000038, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetWagonAttachIndex_WagonIndex) == 0x000040, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetWagonAttachIndex_WagonIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetWagonAttachIndex_AttachIndex) == 0x000044, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetWagonAttachIndex_AttachIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue_1) == 0x000054, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue_2) == 0x000058, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Length_ReturnValue_1) == 0x00005C, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000068, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_IsValid_ReturnValue_2) == 0x000070, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetWagons_ReturnValue) == 0x000078, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00008C, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Length_ReturnValue_3) == 0x000094, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_GetWagonAttachComponent_AttachComponent) == 0x0000A0, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_GetWagonAttachComponent_AttachComponent' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, K2Node_CustomEvent_DestroyedActor) == 0x0000A8, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_IsValid_ReturnValue_3) == 0x0000B0, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, K2Node_DynamicCast_AsLeech_Miasm) == 0x0000B8, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::K2Node_DynamicCast_AsLeech_Miasm' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_SpawnMiasm_ReturnValue) == 0x0000C8, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_SpawnMiasm_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D0, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_IsValid_ReturnValue_4) == 0x0000D1, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000D2, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0000D3, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue_3) == 0x0000D4, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue_4) == 0x0000D8, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_Add_ReturnValue_5) == 0x0000EC, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x0000F0, "Member 'AIGroupModule_LeechMiasm_C_ExecuteUbergraph_AIGroupModule_LeechMiasm::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0 \ static_assert(alignof(AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0) == 0x000008, "Wrong alignment on AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0) == 0x000008, "Wrong size on AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0, DestroyedActor) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_OnDestroyed_Event_0::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_SpawnMiasm \ static_assert(alignof(AIGroupModule_LeechMiasm_C_SpawnMiasm) == 0x000010, "Wrong alignment on AIGroupModule_LeechMiasm_C_SpawnMiasm"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_SpawnMiasm) == 0x000100, "Wrong size on AIGroupModule_LeechMiasm_C_SpawnMiasm"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, WagonAttachComponent) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::WagonAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, ReturnValue) == 0x000008, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_GetUpVector_ReturnValue) == 0x000010, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_MakeRotFromZ_ReturnValue) == 0x000050, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_MakeRotFromZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakTransform_Location) == 0x00005C, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakTransform_Rotation) == 0x000068, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakTransform_Scale) == 0x000074, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakRotator_Roll) == 0x000080, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakRotator_Pitch) == 0x000084, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BreakRotator_Yaw) == 0x000088, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_MakeRotator_ReturnValue) == 0x00008C, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x000098, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000E0, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000E8, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_SpawnMiasm, CallFunc_Array_Add_ReturnValue) == 0x0000F0, "Member 'AIGroupModule_LeechMiasm_C_SpawnMiasm::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_GetWagonAttachIndex \ static_assert(alignof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex) == 0x000008, "Wrong alignment on AIGroupModule_LeechMiasm_C_GetWagonAttachIndex"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex) == 0x000088, "Wrong size on AIGroupModule_LeechMiasm_C_GetWagonAttachIndex"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, AttachPoint) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::AttachPoint' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, WagonIndex) == 0x000008, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, AttachIndex) == 0x00000C, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::AttachIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, LocalWagonIndex) == 0x000010, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::LocalWagonIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, LocalAttachIndex) == 0x000014, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::LocalAttachIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, LeechRoot) == 0x000018, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::LeechRoot' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_GetAttachParent_ReturnValue) == 0x000020, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, K2Node_DynamicCast_AsFGWagon) == 0x000038, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_GetPlayerTrain_ReturnValue) == 0x000048, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_GetWagons_ReturnValue) == 0x000058, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_Array_Find_ReturnValue) == 0x000068, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_GetChildrenComponents_Children) == 0x000070, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_IsValid_ReturnValue_3) == 0x000080, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachIndex, CallFunc_Array_Find_ReturnValue_1) == 0x000084, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachIndex::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_GetWagonAttachComponent \ static_assert(alignof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent) == 0x000008, "Wrong alignment on AIGroupModule_LeechMiasm_C_GetWagonAttachComponent"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent) == 0x000060, "Wrong size on AIGroupModule_LeechMiasm_C_GetWagonAttachComponent"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, WagonIndex) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::WagonIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, AttachIndex) == 0x000004, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::AttachIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, AttachComponent) == 0x000008, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::AttachComponent' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, LeechRoot) == 0x000010, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::LeechRoot' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_GetChildrenComponents_Children) == 0x000018, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_Array_Get_Item) == 0x000028, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_GetPlayerTrain_ReturnValue) == 0x000030, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_GetWagons_ReturnValue) == 0x000040, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000058, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetWagonAttachComponent, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00005A, "Member 'AIGroupModule_LeechMiasm_C_GetWagonAttachComponent::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms \ static_assert(alignof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms) == 0x000008, "Wrong alignment on AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms"); \ static_assert(sizeof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms) == 0x000030, "Wrong size on AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, Result) == 0x000000, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::Result' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, Count) == 0x000004, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::Count' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, Temp_int_Variable) == 0x000008, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Array_Get_Item) == 0x000018, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'AIGroupModule_LeechMiasm_C_GetCurrentAliveMiasms::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIGroupModule_LeechMiasm_C \ static_assert(alignof(AAIGroupModule_LeechMiasm_C) == 0x000008, "Wrong alignment on AAIGroupModule_LeechMiasm_C"); \ static_assert(sizeof(AAIGroupModule_LeechMiasm_C) == 0x0002F8, "Wrong size on AAIGroupModule_LeechMiasm_C"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, UberGraphFrame) == 0x000280, "Member 'AAIGroupModule_LeechMiasm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, SpawnedMiasmHealth) == 0x000288, "Member 'AAIGroupModule_LeechMiasm_C::SpawnedMiasmHealth' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, SpawnedMiasmMaxHealth) == 0x000298, "Member 'AAIGroupModule_LeechMiasm_C::SpawnedMiasmMaxHealth' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, SpawnedMiasm) == 0x0002A8, "Member 'AAIGroupModule_LeechMiasm_C::SpawnedMiasm' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, WagonAttachIndexes) == 0x0002B8, "Member 'AAIGroupModule_LeechMiasm_C::WagonAttachIndexes' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, CompAttachIndexes) == 0x0002C8, "Member 'AAIGroupModule_LeechMiasm_C::CompAttachIndexes' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, SpawnedMiasmMutationComplete) == 0x0002D8, "Member 'AAIGroupModule_LeechMiasm_C::SpawnedMiasmMutationComplete' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_LeechMiasm_C, SpawnedMiasmGrowComplete) == 0x0002E8, "Member 'AAIGroupModule_LeechMiasm_C::SpawnedMiasmGrowComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack \ static_assert(alignof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack) == 0x000008, "Wrong alignment on Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack"); \ static_assert(sizeof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack) == 0x0000F8, "Wrong size on Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, EntryPoint) == 0x000000, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_Event_Player_1) == 0x000030, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_Event_Player) == 0x000038, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Get_Item) == 0x000050, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_CustomEvent_Module) == 0x000060, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_CustomEvent_Module' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_CustomEvent_ModuleState) == 0x000068, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_CustomEvent_ModuleState' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_DynamicCast_AsWagon_Module_Generic_Container) == 0x000070, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_DynamicCast_AsWagon_Module_Generic_Container' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00007C, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000088, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A5, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_DynamicCast_AsGeneric_Rack) == 0x0000A8, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_DynamicCast_AsGeneric_Rack' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_GetModuleSockets_ReturnValue) == 0x0000B8, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_GetModuleSockets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, K2Node_CreateDelegate_OutputDelegate) == 0x0000C8, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E0, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Array_Length_ReturnValue_2) == 0x0000EC, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0000F0, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F1, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack, CallFunc_BooleanAND_ReturnValue) == 0x0000F2, "Member 'Task_PlaceContanerOnRack_C_ExecuteUbergraph_Task_PlaceContanerOnRack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0 \ static_assert(alignof(Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0) == 0x000008, "Wrong alignment on Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0"); \ static_assert(sizeof(Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0) == 0x000010, "Wrong size on Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0, Module) == 0x000000, "Member 'Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0::Module' has a wrong offset!"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0, ModuleState) == 0x000008, "Member 'Task_PlaceContanerOnRack_C_OnWagonModuleInstall_Event_0::ModuleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_PlaceContanerOnRack_C_OnRemoveFromPlayer \ static_assert(alignof(Task_PlaceContanerOnRack_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_PlaceContanerOnRack_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_PlaceContanerOnRack_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_PlaceContanerOnRack_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_PlaceContanerOnRack_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_PlaceContanerOnRack_C_OnGivePlayer \ static_assert(alignof(Task_PlaceContanerOnRack_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_PlaceContanerOnRack_C_OnGivePlayer"); \ static_assert(sizeof(Task_PlaceContanerOnRack_C_OnGivePlayer) == 0x000008, "Wrong size on Task_PlaceContanerOnRack_C_OnGivePlayer"); \ static_assert(offsetof(Task_PlaceContanerOnRack_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_PlaceContanerOnRack_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_PlaceContanerOnRack_C \ static_assert(alignof(UTask_PlaceContanerOnRack_C) == 0x000008, "Wrong alignment on UTask_PlaceContanerOnRack_C"); \ static_assert(sizeof(UTask_PlaceContanerOnRack_C) == 0x0000A8, "Wrong size on UTask_PlaceContanerOnRack_C"); \ static_assert(offsetof(UTask_PlaceContanerOnRack_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_PlaceContanerOnRack_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechGoal_Suck_C_IsValidGloal \ static_assert(alignof(LeechGoal_Suck_C_IsValidGloal) == 0x000008, "Wrong alignment on LeechGoal_Suck_C_IsValidGloal"); \ static_assert(sizeof(LeechGoal_Suck_C_IsValidGloal) == 0x000018, "Wrong size on LeechGoal_Suck_C_IsValidGloal"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'LeechGoal_Suck_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, K2Node_DynamicCast_AsLeech) == 0x000008, "Member 'LeechGoal_Suck_C_IsValidGloal::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'LeechGoal_Suck_C_IsValidGloal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'LeechGoal_Suck_C_IsValidGloal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'LeechGoal_Suck_C_IsValidGloal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechGoal_Suck_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'LeechGoal_Suck_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeechGoal_Suck_C \ static_assert(alignof(ULeechGoal_Suck_C) == 0x000008, "Wrong alignment on ULeechGoal_Suck_C"); \ static_assert(sizeof(ULeechGoal_Suck_C) == 0x000058, "Wrong size on ULeechGoal_Suck_C"); \ #define DUMPER7_ASSERTS_AnimNotify_FMODPlayEvent_C_Received_Notify \ static_assert(alignof(AnimNotify_FMODPlayEvent_C_Received_Notify) == 0x000010, "Wrong alignment on AnimNotify_FMODPlayEvent_C_Received_Notify"); \ static_assert(sizeof(AnimNotify_FMODPlayEvent_C_Received_Notify) == 0x000070, "Wrong size on AnimNotify_FMODPlayEvent_C_Received_Notify"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, MeshComp) == 0x000000, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, Animation) == 0x000008, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000050, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, CallFunc_Conv_StringToName_ReturnValue) == 0x000058, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_Received_Notify, CallFunc_PlayEventAttached_ReturnValue) == 0x000060, "Member 'AnimNotify_FMODPlayEvent_C_Received_Notify::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_FMODPlayEvent_C_GetNotifyName \ static_assert(alignof(AnimNotify_FMODPlayEvent_C_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotify_FMODPlayEvent_C_GetNotifyName"); \ static_assert(sizeof(AnimNotify_FMODPlayEvent_C_GetNotifyName) == 0x000048, "Wrong size on AnimNotify_FMODPlayEvent_C_GetNotifyName"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotify_FMODPlayEvent_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_GetNotifyName, NotifyName) == 0x000010, "Member 'AnimNotify_FMODPlayEvent_C_GetNotifyName::NotifyName' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_GetNotifyName, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'AnimNotify_FMODPlayEvent_C_GetNotifyName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_GetNotifyName, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'AnimNotify_FMODPlayEvent_C_GetNotifyName::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_FMODPlayEvent_C_GetNotifyName, CallFunc_GetNotifyName_ReturnValue) == 0x000038, "Member 'AnimNotify_FMODPlayEvent_C_GetNotifyName::CallFunc_GetNotifyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_FMODPlayEvent_C \ static_assert(alignof(UAnimNotify_FMODPlayEvent_C) == 0x000008, "Wrong alignment on UAnimNotify_FMODPlayEvent_C"); \ static_assert(sizeof(UAnimNotify_FMODPlayEvent_C) == 0x000058, "Wrong size on UAnimNotify_FMODPlayEvent_C"); \ static_assert(offsetof(UAnimNotify_FMODPlayEvent_C, bFollow) == 0x000038, "Member 'UAnimNotify_FMODPlayEvent_C::bFollow' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_FMODPlayEvent_C, AttachName) == 0x000040, "Member 'UAnimNotify_FMODPlayEvent_C::AttachName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_FMODPlayEvent_C, Event) == 0x000050, "Member 'UAnimNotify_FMODPlayEvent_C::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN \ static_assert(alignof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN) == 0x000008, "Wrong alignment on SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN"); \ static_assert(sizeof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN) == 0x000270, "Wrong size on SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, EntryPoint) == 0x000000, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, Temp_int_Variable) == 0x000004, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_Event_DeltaTime) == 0x000024, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_AsShark_1) == 0x000028, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000034, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BreakVector_X) == 0x000040, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BreakVector_Y) == 0x000044, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BreakVector_Z) == 0x000048, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000068, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000074, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_AsShark_2) == 0x000080, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_GetForwardVector_ReturnValue) == 0x00008C, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, Temp_bool_IsClosed_Variable) == 0x000098, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000AC, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B8, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000C4, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000D0, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000DC, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_RInterpTo_ReturnValue) == 0x0000E0, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_VInterpTo_ReturnValue) == 0x0000EC, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000F8, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000180, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Vector_Distance2D_ReturnValue) == 0x000184, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Vector_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000188, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsPlaying_ReturnValue) == 0x000189, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_GetMontageToPlay_OutItem) == 0x000190, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_GetMontageToPlay_OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_PlayAnimMontage_ReturnValue) == 0x000198, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001A0, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Add_IntInt_ReturnValue) == 0x0001AC, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_GetPercentageValue_ReturnValue) == 0x0001B0, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_GetDegenHP_ReturnValue) == 0x0001B4, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001B8, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0001B9, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BooleanAND_ReturnValue) == 0x0001BA, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsLocallyControlled_ReturnValue) == 0x0001BB, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, Temp_bool_Has_Been_Initd_Variable) == 0x0001BC, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsPlaying_ReturnValue_1) == 0x0001BD, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsPlaying_ReturnValue_2) == 0x0001BE, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BooleanAND_ReturnValue_1) == 0x0001BF, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C0, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_BooleanOR_ReturnValue) == 0x0001C1, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0001C2, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_MakeHitResult_ReturnValue) == 0x0001C4, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_MakeLiteralFloat_ReturnValue) == 0x00024C, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000250, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000254, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000260, "Member 'SharkAction_GnawN_C_ExecuteUbergraph_SharkAction_GnawN::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_Tick \ static_assert(alignof(SharkAction_GnawN_C_Tick) == 0x000004, "Wrong alignment on SharkAction_GnawN_C_Tick"); \ static_assert(sizeof(SharkAction_GnawN_C_Tick) == 0x000004, "Wrong size on SharkAction_GnawN_C_Tick"); \ static_assert(offsetof(SharkAction_GnawN_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_GnawN_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_DoDamage \ static_assert(alignof(SharkAction_GnawN_C_DoDamage) == 0x000008, "Wrong alignment on SharkAction_GnawN_C_DoDamage"); \ static_assert(sizeof(SharkAction_GnawN_C_DoDamage) == 0x000018, "Wrong size on SharkAction_GnawN_C_DoDamage"); \ static_assert(offsetof(SharkAction_GnawN_C_DoDamage, CallFunc_IsLocallyControlled_ReturnValue) == 0x000000, "Member 'SharkAction_GnawN_C_DoDamage::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_DoDamage, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_GnawN_C_DoDamage::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_DoDamage, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_GnawN_C_DoDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_GetMontageToPlay \ static_assert(alignof(SharkAction_GnawN_C_GetMontageToPlay) == 0x000008, "Wrong alignment on SharkAction_GnawN_C_GetMontageToPlay"); \ static_assert(sizeof(SharkAction_GnawN_C_GetMontageToPlay) == 0x000018, "Wrong size on SharkAction_GnawN_C_GetMontageToPlay"); \ static_assert(offsetof(SharkAction_GnawN_C_GetMontageToPlay, OutItem) == 0x000000, "Member 'SharkAction_GnawN_C_GetMontageToPlay::OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetMontageToPlay, CallFunc_Array_Random_OutItem) == 0x000008, "Member 'SharkAction_GnawN_C_GetMontageToPlay::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetMontageToPlay, CallFunc_Array_Random_OutIndex) == 0x000010, "Member 'SharkAction_GnawN_C_GetMontageToPlay::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_GetCooldownTime \ static_assert(alignof(SharkAction_GnawN_C_GetCooldownTime) == 0x000004, "Wrong alignment on SharkAction_GnawN_C_GetCooldownTime"); \ static_assert(sizeof(SharkAction_GnawN_C_GetCooldownTime) == 0x000014, "Wrong size on SharkAction_GnawN_C_GetCooldownTime"); \ static_assert(offsetof(SharkAction_GnawN_C_GetCooldownTime, Result) == 0x000000, "Member 'SharkAction_GnawN_C_GetCooldownTime::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetCooldownTime, CallFunc_GetOnePlusDeceptionCooldownMod_Result) == 0x000004, "Member 'SharkAction_GnawN_C_GetCooldownTime::CallFunc_GetOnePlusDeceptionCooldownMod_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetCooldownTime, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'SharkAction_GnawN_C_GetCooldownTime::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetCooldownTime, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'SharkAction_GnawN_C_GetCooldownTime::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_GetCooldownTime, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'SharkAction_GnawN_C_GetCooldownTime::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_IsValidAction \ static_assert(alignof(SharkAction_GnawN_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_GnawN_C_IsValidAction"); \ static_assert(sizeof(SharkAction_GnawN_C_IsValidAction) == 0x000002, "Wrong size on SharkAction_GnawN_C_IsValidAction"); \ static_assert(offsetof(SharkAction_GnawN_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_GnawN_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'SharkAction_GnawN_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_GnawN_C_CanBeTerminated \ static_assert(alignof(SharkAction_GnawN_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_GnawN_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_GnawN_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_GnawN_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_GnawN_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_GnawN_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_GnawN_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_GnawN_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_GnawN_C \ static_assert(alignof(USharkAction_GnawN_C) == 0x000008, "Wrong alignment on USharkAction_GnawN_C"); \ static_assert(sizeof(USharkAction_GnawN_C) == 0x000130, "Wrong size on USharkAction_GnawN_C"); \ static_assert(offsetof(USharkAction_GnawN_C, UberGraphFrame_SharkAction_GnawN_C) == 0x0000E8, "Member 'USharkAction_GnawN_C::UberGraphFrame_SharkAction_GnawN_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, bIsPlayingEat) == 0x0000F0, "Member 'USharkAction_GnawN_C::bIsPlayingEat' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, EatMontages) == 0x0000F8, "Member 'USharkAction_GnawN_C::EatMontages' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, bAttached) == 0x000108, "Member 'USharkAction_GnawN_C::bAttached' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, DesiredLocation) == 0x00010C, "Member 'USharkAction_GnawN_C::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, CyclesCount) == 0x000118, "Member 'USharkAction_GnawN_C::CyclesCount' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, CurrentCycle) == 0x00011C, "Member 'USharkAction_GnawN_C::CurrentCycle' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, SeriesCooldown) == 0x000120, "Member 'USharkAction_GnawN_C::SeriesCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_GnawN_C, Shark) == 0x000128, "Member 'USharkAction_GnawN_C::Shark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette \ static_assert(alignof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette) == 0x000008, "Wrong alignment on MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette"); \ static_assert(sizeof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette) == 0x0001B0, "Wrong size on MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, EntryPoint) == 0x000000, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_HitLocation_1) == 0x000008, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_HitLocation_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_ImpulseDir_1) == 0x000014, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_ImpulseDir_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_MyComp) == 0x000028, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_Other) == 0x000030, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_OtherComp) == 0x000038, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_bSelfMoved) == 0x000040, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_HitLocation) == 0x000044, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_HitNormal) == 0x000050, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_NormalImpulse) == 0x00005C, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_Event_Hit) == 0x000068, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_AsFGProjectile) == 0x0000F8, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_AsFGProjectile' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_GetInstigator_ReturnValue) == 0x000108, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000110, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_IsValid_ReturnValue_2) == 0x000119, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_HitPoint) == 0x00012C, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_HitPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_HitDirection) == 0x000138, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_HitDirection' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000144, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_GetActorUpVector_ReturnValue) == 0x000150, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000160, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000168, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_DynamicCast_bSuccess_2) == 0x000170, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000171, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_Not_PreBool_ReturnValue) == 0x000172, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_BooleanOR_ReturnValue) == 0x000173, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000174, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_GetActorUpVector_ReturnValue_1) == 0x000180, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_GetActorUpVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_IsValid_ReturnValue_3) == 0x00018C, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_Array_Contains_ReturnValue) == 0x00018D, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_BooleanOR_ReturnValue_1) == 0x00018E, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_HitLocation) == 0x000190, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, K2Node_CustomEvent_ImpulseDir) == 0x00019C, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::K2Node_CustomEvent_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette, CallFunc_AddComponentByClass_ReturnValue) == 0x0001A8, "Member 'MQ_13_Statuette_C_ExecuteUbergraph_MQ_13_Statuette::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_Multi_PlayHit \ static_assert(alignof(MQ_13_Statuette_C_Multi_PlayHit) == 0x000004, "Wrong alignment on MQ_13_Statuette_C_Multi_PlayHit"); \ static_assert(sizeof(MQ_13_Statuette_C_Multi_PlayHit) == 0x000018, "Wrong size on MQ_13_Statuette_C_Multi_PlayHit"); \ static_assert(offsetof(MQ_13_Statuette_C_Multi_PlayHit, HitLocation) == 0x000000, "Member 'MQ_13_Statuette_C_Multi_PlayHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_Multi_PlayHit, ImpulseDir) == 0x00000C, "Member 'MQ_13_Statuette_C_Multi_PlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_OnComponentFracture_Event_0 \ static_assert(alignof(MQ_13_Statuette_C_OnComponentFracture_Event_0) == 0x000004, "Wrong alignment on MQ_13_Statuette_C_OnComponentFracture_Event_0"); \ static_assert(sizeof(MQ_13_Statuette_C_OnComponentFracture_Event_0) == 0x000018, "Wrong size on MQ_13_Statuette_C_OnComponentFracture_Event_0"); \ static_assert(offsetof(MQ_13_Statuette_C_OnComponentFracture_Event_0, HitPoint) == 0x000000, "Member 'MQ_13_Statuette_C_OnComponentFracture_Event_0::HitPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_OnComponentFracture_Event_0, HitDirection) == 0x00000C, "Member 'MQ_13_Statuette_C_OnComponentFracture_Event_0::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_ReceiveHit \ static_assert(alignof(MQ_13_Statuette_C_ReceiveHit) == 0x000008, "Wrong alignment on MQ_13_Statuette_C_ReceiveHit"); \ static_assert(sizeof(MQ_13_Statuette_C_ReceiveHit) == 0x0000C8, "Wrong size on MQ_13_Statuette_C_ReceiveHit"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, MyComp) == 0x000000, "Member 'MQ_13_Statuette_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, Other) == 0x000008, "Member 'MQ_13_Statuette_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, OtherComp) == 0x000010, "Member 'MQ_13_Statuette_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'MQ_13_Statuette_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'MQ_13_Statuette_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, HitNormal) == 0x000028, "Member 'MQ_13_Statuette_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'MQ_13_Statuette_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_ReceiveHit, Hit) == 0x000040, "Member 'MQ_13_Statuette_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_PlayDestruction \ static_assert(alignof(MQ_13_Statuette_C_PlayDestruction) == 0x000004, "Wrong alignment on MQ_13_Statuette_C_PlayDestruction"); \ static_assert(sizeof(MQ_13_Statuette_C_PlayDestruction) == 0x000018, "Wrong size on MQ_13_Statuette_C_PlayDestruction"); \ static_assert(offsetof(MQ_13_Statuette_C_PlayDestruction, HitLocation) == 0x000000, "Member 'MQ_13_Statuette_C_PlayDestruction::HitLocation' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Statuette_C_PlayDestruction, ImpulseDir) == 0x00000C, "Member 'MQ_13_Statuette_C_PlayDestruction::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Statuette_C_UserConstructionScript \ static_assert(alignof(MQ_13_Statuette_C_UserConstructionScript) == 0x000001, "Wrong alignment on MQ_13_Statuette_C_UserConstructionScript"); \ static_assert(sizeof(MQ_13_Statuette_C_UserConstructionScript) == 0x000001, "Wrong size on MQ_13_Statuette_C_UserConstructionScript"); \ static_assert(offsetof(MQ_13_Statuette_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'MQ_13_Statuette_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_Statuette_C \ static_assert(alignof(AMQ_13_Statuette_C) == 0x000008, "Wrong alignment on AMQ_13_Statuette_C"); \ static_assert(sizeof(AMQ_13_Statuette_C) == 0x000278, "Wrong size on AMQ_13_Statuette_C"); \ static_assert(offsetof(AMQ_13_Statuette_C, UberGraphFrame) == 0x000220, "Member 'AMQ_13_Statuette_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, Destruction) == 0x000228, "Member 'AMQ_13_Statuette_C::Destruction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, Whisper_Loop) == 0x000230, "Member 'AMQ_13_Statuette_C::Whisper_Loop' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, StaticMesh) == 0x000238, "Member 'AMQ_13_Statuette_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, DefaultSceneRoot) == 0x000240, "Member 'AMQ_13_Statuette_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, StatuetteID) == 0x000248, "Member 'AMQ_13_Statuette_C::StatuetteID' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, StatuetteMesh) == 0x000250, "Member 'AMQ_13_Statuette_C::StatuetteMesh' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, DestructubleStatuette) == 0x000258, "Member 'AMQ_13_Statuette_C::DestructubleStatuette' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, StatuetteDestructableMesh) == 0x000260, "Member 'AMQ_13_Statuette_C::StatuetteDestructableMesh' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, RuneDoor) == 0x000268, "Member 'AMQ_13_Statuette_C::RuneDoor' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, bComponentHasBeenFracture) == 0x000270, "Member 'AMQ_13_Statuette_C::bComponentHasBeenFracture' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, bDebugEnable) == 0x000271, "Member 'AMQ_13_Statuette_C::bDebugEnable' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Statuette_C, bDestroyWhatever) == 0x000272, "Member 'AMQ_13_Statuette_C::bDestroyWhatever' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_TargetIsDead_C_IsSatisfied \ static_assert(alignof(GOAP_WorldState_TargetIsDead_C_IsSatisfied) == 0x000008, "Wrong alignment on GOAP_WorldState_TargetIsDead_C_IsSatisfied"); \ static_assert(sizeof(GOAP_WorldState_TargetIsDead_C_IsSatisfied) == 0x0000D0, "Wrong size on GOAP_WorldState_TargetIsDead_C_IsSatisfied"); \ static_assert(offsetof(GOAP_WorldState_TargetIsDead_C_IsSatisfied, WorldState) == 0x000000, "Member 'GOAP_WorldState_TargetIsDead_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_TargetIsDead_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_TargetIsDead_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_TargetIsDead_C_IsSatisfied, CallFunc_IsSatisfied_ReturnValue) == 0x0000C9, "Member 'GOAP_WorldState_TargetIsDead_C_IsSatisfied::CallFunc_IsSatisfied_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_TargetIsDead_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue) == 0x0000CA, "Member 'GOAP_WorldState_TargetIsDead_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_TargetIsDead_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000CB, "Member 'GOAP_WorldState_TargetIsDead_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGOAP_WorldState_TargetIsDead_C \ static_assert(alignof(UGOAP_WorldState_TargetIsDead_C) == 0x000008, "Wrong alignment on UGOAP_WorldState_TargetIsDead_C"); \ static_assert(sizeof(UGOAP_WorldState_TargetIsDead_C) == 0x000088, "Wrong size on UGOAP_WorldState_TargetIsDead_C"); \ #define DUMPER7_ASSERTS_Notify_AttachStaticMesh_C_Received_NotifyBegin \ static_assert(alignof(Notify_AttachStaticMesh_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on Notify_AttachStaticMesh_C_Received_NotifyBegin"); \ static_assert(sizeof(Notify_AttachStaticMesh_C_Received_NotifyBegin) == 0x000030, "Wrong size on Notify_AttachStaticMesh_C_Received_NotifyBegin"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, L_TPMesh) == 0x000018, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::L_TPMesh' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, L_FPMesh) == 0x000020, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::L_FPMesh' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyBegin, L_bIsInFirstPerson) == 0x000028, "Member 'Notify_AttachStaticMesh_C_Received_NotifyBegin::L_bIsInFirstPerson' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_AttachStaticMesh_C_Received_NotifyEnd \ static_assert(alignof(Notify_AttachStaticMesh_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on Notify_AttachStaticMesh_C_Received_NotifyEnd"); \ static_assert(sizeof(Notify_AttachStaticMesh_C_Received_NotifyEnd) == 0x000018, "Wrong size on Notify_AttachStaticMesh_C_Received_NotifyEnd"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'Notify_AttachStaticMesh_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'Notify_AttachStaticMesh_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'Notify_AttachStaticMesh_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_AttachStaticMesh_C_GetComponentTag \ static_assert(alignof(Notify_AttachStaticMesh_C_GetComponentTag) == 0x000008, "Wrong alignment on Notify_AttachStaticMesh_C_GetComponentTag"); \ static_assert(sizeof(Notify_AttachStaticMesh_C_GetComponentTag) == 0x0000A0, "Wrong size on Notify_AttachStaticMesh_C_GetComponentTag"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, bInFPMode) == 0x000000, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::bInFPMode' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, ReturnValue) == 0x000004, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_SelectString_ReturnValue) == 0x000010, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Conv_StringToName_ReturnValue) == 0x000050, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000068, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_GetComponentTag, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000098, "Member 'Notify_AttachStaticMesh_C_GetComponentTag::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_AttachStaticMesh_C_ClearAttach \ static_assert(alignof(Notify_AttachStaticMesh_C_ClearAttach) == 0x000008, "Wrong alignment on Notify_AttachStaticMesh_C_ClearAttach"); \ static_assert(sizeof(Notify_AttachStaticMesh_C_ClearAttach) == 0x000058, "Wrong size on Notify_AttachStaticMesh_C_ClearAttach"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, Target) == 0x000000, "Member 'Notify_AttachStaticMesh_C_ClearAttach::Target' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Notify_AttachStaticMesh_C_ClearAttach::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Notify_AttachStaticMesh_C_ClearAttach::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Notify_AttachStaticMesh_C_ClearAttach::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'Notify_AttachStaticMesh_C_ClearAttach::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_GetComponentTag_ReturnValue) == 0x00002C, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_GetComponentTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_GetComponentsByTag_ReturnValue) == 0x000038, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_Array_Get_Item) == 0x000048, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_ClearAttach, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'Notify_AttachStaticMesh_C_ClearAttach::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notify_AttachStaticMesh_C_AttachStaticMeshToComp \ static_assert(alignof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp) == 0x000008, "Wrong alignment on Notify_AttachStaticMesh_C_AttachStaticMeshToComp"); \ static_assert(sizeof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp) == 0x0000F0, "Wrong size on Notify_AttachStaticMesh_C_AttachStaticMeshToComp"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, MeshCompToAttach) == 0x000000, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::MeshCompToAttach' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, L_TPMesh) == 0x000008, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::L_TPMesh' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, L_FPMesh) == 0x000010, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::L_FPMesh' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, L_bIsInFirstPerson) == 0x000018, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::L_bIsInFirstPerson' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_AddComponentByClass_ReturnValue) == 0x000038, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_GetComponentTag_ReturnValue) == 0x000044, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_GetComponentTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, Temp_bool_Variable) == 0x000050, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000054, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, K2Node_Select_Default) == 0x0000E0, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_SetStaticMesh_ReturnValue) == 0x0000E8, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notify_AttachStaticMesh_C_AttachStaticMeshToComp, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000E9, "Member 'Notify_AttachStaticMesh_C_AttachStaticMeshToComp::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotify_AttachStaticMesh_C \ static_assert(alignof(UNotify_AttachStaticMesh_C) == 0x000010, "Wrong alignment on UNotify_AttachStaticMesh_C"); \ static_assert(sizeof(UNotify_AttachStaticMesh_C) == 0x000090, "Wrong size on UNotify_AttachStaticMesh_C"); \ static_assert(offsetof(UNotify_AttachStaticMesh_C, StaticMesh) == 0x000030, "Member 'UNotify_AttachStaticMesh_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UNotify_AttachStaticMesh_C, ComponentTag) == 0x000038, "Member 'UNotify_AttachStaticMesh_C::ComponentTag' has a wrong offset!"); \ static_assert(offsetof(UNotify_AttachStaticMesh_C, SocketName) == 0x000040, "Member 'UNotify_AttachStaticMesh_C::SocketName' has a wrong offset!"); \ static_assert(offsetof(UNotify_AttachStaticMesh_C, RelativeTransform) == 0x000050, "Member 'UNotify_AttachStaticMesh_C::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UNotify_AttachStaticMesh_C, UniqueId) == 0x000080, "Member 'UNotify_AttachStaticMesh_C::UniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot \ static_assert(alignof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot) == 0x000518, "Wrong size on IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, EntryPoint) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_object_Variable) == 0x000008, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_object_Variable_1) == 0x000010, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable_1) == 0x000018, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_struct_Variable) == 0x00001C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_struct_Variable_1) == 0x00002C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable_2) == 0x00003C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable) == 0x00003D, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_1) == 0x00003E, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable_3) == 0x00003F, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_2) == 0x000040, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_3) == 0x000041, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable_4) == 0x000042, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_4) == 0x000043, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_5) == 0x000044, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_bool_Variable_5) == 0x000045, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_6) == 0x000046, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, Temp_byte_Variable_7) == 0x000047, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_IsHold_1) == 0x000048, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_IsHold) == 0x000049, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_IsDesignTime) == 0x00004A, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_MyGeometry_1) == 0x00004C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_InDeltaTime) == 0x000084, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_MakeLiteralText_ReturnValue) == 0x000088, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_TextToUpper_ReturnValue) == 0x0000A0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_CustomEvent_NowIsEmpty) == 0x0000F8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_CustomEvent_NowIsEmpty' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeArray_Array) == 0x000100, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Format_ReturnValue) == 0x000110, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default) == 0x000128, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default_1) == 0x000130, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default_2) == 0x000140, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default_3) == 0x000141, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_MyGeometry) == 0x000144, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_MouseEvent_1) == 0x000180, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_MouseEvent) == 0x0001F0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_PlayAnimation_ReturnValue) == 0x000260, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_CustomEvent_Percent) == 0x000268, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_GetEffectMaterial_ReturnValue) == 0x000270, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000278, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_TextToUpper_ReturnValue_1) == 0x000290, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002A8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_MapRangeClamped_ReturnValue) == 0x0002AC, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0002B0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0002B8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_TextToUpper_ReturnValue_2) == 0x0002D0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_CustomEvent_SaveInfo) == 0x0002E8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_CustomEvent_SaveInfo' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_CustomEvent_IsEmpty) == 0x000338, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_CustomEvent_IsEmpty' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Conv_IntToText_ReturnValue) == 0x000340, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_CalcTimeInGame_ReturnValue) == 0x000358, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_CalcTimeInGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_DateTimeFromString_Result) == 0x000370, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_DateTimeFromString_Result' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_DateTimeFromString_ReturnValue) == 0x000378, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_DateTimeFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Year) == 0x00037C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Year' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Month) == 0x000380, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Month' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Day) == 0x000384, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Day' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Hour) == 0x000388, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Hour' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Minute) == 0x00038C, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Minute' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Second) == 0x000390, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Second' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_BreakDateTime_Millisecond) == 0x000394, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_BreakDateTime_Millisecond' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000398, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0003B0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0003F0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000408, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeStruct_FormatArgumentData_2) == 0x000420, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeStruct_FormatArgumentData_3) == 0x000460, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_MakeArray_Array_1) == 0x0004A0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Format_ReturnValue_1) == 0x0004B0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_GetPlayerController_ReturnValue) == 0x0004C8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0004D0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_DynamicCast_bSuccess) == 0x0004D8, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Conv_IntToString_ReturnValue) == 0x0004E0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_Concat_StrStr_ReturnValue) == 0x0004F0, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Event_Show) == 0x000500, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default_4) == 0x000501, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, K2Node_Select_Default_5) == 0x000502, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_PlayEvent2D_ReturnValue) == 0x000508, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot, CallFunc_PlayAnimation_ReturnValue_1) == 0x000510, "Member 'IngameMenuV2_SavesSlot_C_ExecuteUbergraph_IngameMenuV2_SavesSlot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode \ static_assert(alignof(IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_UpdateSlot \ static_assert(alignof(IngameMenuV2_SavesSlot_C_UpdateSlot) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_UpdateSlot"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_UpdateSlot) == 0x000058, "Wrong size on IngameMenuV2_SavesSlot_C_UpdateSlot"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_UpdateSlot, SaveInfo) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_UpdateSlot::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_UpdateSlot, IsEmpty) == 0x000050, "Member 'IngameMenuV2_SavesSlot_C_UpdateSlot::IsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_SetPresent \ static_assert(alignof(IngameMenuV2_SavesSlot_C_SetPresent) == 0x000004, "Wrong alignment on IngameMenuV2_SavesSlot_C_SetPresent"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_SetPresent) == 0x000004, "Wrong size on IngameMenuV2_SavesSlot_C_SetPresent"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_SetPresent, Percent) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_SetPresent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_OnMouseLeave \ static_assert(alignof(IngameMenuV2_SavesSlot_C_OnMouseLeave) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_OnMouseLeave"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_OnMouseLeave) == 0x000070, "Wrong size on IngameMenuV2_SavesSlot_C_OnMouseLeave"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_OnMouseEnter \ static_assert(alignof(IngameMenuV2_SavesSlot_C_OnMouseEnter) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_OnMouseEnter"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_OnMouseEnter) == 0x0000A8, "Wrong size on IngameMenuV2_SavesSlot_C_OnMouseEnter"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'IngameMenuV2_SavesSlot_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_SetStyle \ static_assert(alignof(IngameMenuV2_SavesSlot_C_SetStyle) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_SetStyle"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_SetStyle) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_SetStyle"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_SetStyle, NowIsEmpty) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_SetStyle::NowIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_Tick \ static_assert(alignof(IngameMenuV2_SavesSlot_C_Tick) == 0x000004, "Wrong alignment on IngameMenuV2_SavesSlot_C_Tick"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_Tick) == 0x00003C, "Wrong size on IngameMenuV2_SavesSlot_C_Tick"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_Tick, MyGeometry) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_Tick, InDeltaTime) == 0x000038, "Member 'IngameMenuV2_SavesSlot_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_PreConstruct \ static_assert(alignof(IngameMenuV2_SavesSlot_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_GPI_HoldRight \ static_assert(alignof(IngameMenuV2_SavesSlot_C_GPI_HoldRight) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_GPI_HoldRight"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_GPI_HoldRight) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_GPI_HoldRight"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_GPI_HoldLeft \ static_assert(alignof(IngameMenuV2_SavesSlot_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_GPI_HoldLeft"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_GPI_HoldLeft) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_GPI_HoldLeft"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_OnMouseButtonDown \ static_assert(alignof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_OnMouseButtonDown"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown) == 0x000218, "Wrong size on IngameMenuV2_SavesSlot_C_OnMouseButtonDown"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_OnMouseButtonUp \ static_assert(alignof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_OnMouseButtonUp"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp) == 0x000218, "Wrong size on IngameMenuV2_SavesSlot_C_OnMouseButtonUp"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_SavesSlot_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_CalcTimeInGame \ static_assert(alignof(IngameMenuV2_SavesSlot_C_CalcTimeInGame) == 0x000008, "Wrong alignment on IngameMenuV2_SavesSlot_C_CalcTimeInGame"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_CalcTimeInGame) == 0x000318, "Wrong size on IngameMenuV2_SavesSlot_C_CalcTimeInGame"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, ServerTime) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::ServerTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, ReturnValue) == 0x000008, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, Temp_bool_Variable) == 0x000020, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Less_IntInt_ReturnValue) == 0x000021, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, Temp_bool_Variable_1) == 0x000028, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_FromSeconds_ReturnValue) == 0x000030, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_BreakTimespan_Days) == 0x000038, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_BreakTimespan_Hours) == 0x00003C, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_BreakTimespan_Minutes) == 0x000040, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_BreakTimespan_Seconds) == 0x000044, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_BreakTimespan_Milliseconds) == 0x000048, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeArray_Array) == 0x000128, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Format_ReturnValue) == 0x000178, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Multiply_IntInt_ReturnValue) == 0x000190, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000198, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Add_IntInt_ReturnValue) == 0x0001B0, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001F8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Greater_IntInt_ReturnValue) == 0x000238, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeArray_Array_1) == 0x000240, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Format_ReturnValue_1) == 0x000250, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000268, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_Select_Default) == 0x000280, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeStruct_FormatArgumentData_6) == 0x000298, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_MakeArray_Array_2) == 0x0002D8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, CallFunc_Format_ReturnValue_2) == 0x0002E8, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_CalcTimeInGame, K2Node_Select_Default_1) == 0x000300, "Member 'IngameMenuV2_SavesSlot_C_CalcTimeInGame::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_GPI_IsHoverable \ static_assert(alignof(IngameMenuV2_SavesSlot_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_GPI_IsHoverable"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_GPI_IsHoverable) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_GPI_IsHoverable"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_SavesSlot_C_GPI_IsHovered \ static_assert(alignof(IngameMenuV2_SavesSlot_C_GPI_IsHovered) == 0x000001, "Wrong alignment on IngameMenuV2_SavesSlot_C_GPI_IsHovered"); \ static_assert(sizeof(IngameMenuV2_SavesSlot_C_GPI_IsHovered) == 0x000001, "Wrong size on IngameMenuV2_SavesSlot_C_GPI_IsHovered"); \ static_assert(offsetof(IngameMenuV2_SavesSlot_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'IngameMenuV2_SavesSlot_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_SavesSlot_C \ static_assert(alignof(UIngameMenuV2_SavesSlot_C) == 0x000008, "Wrong alignment on UIngameMenuV2_SavesSlot_C"); \ static_assert(sizeof(UIngameMenuV2_SavesSlot_C) == 0x0003C0, "Wrong size on UIngameMenuV2_SavesSlot_C"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_SavesSlot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, ShowHover) == 0x000268, "Member 'UIngameMenuV2_SavesSlot_C::ShowHover' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, BorderHovered) == 0x000270, "Member 'UIngameMenuV2_SavesSlot_C::BorderHovered' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, CompletedBox) == 0x000278, "Member 'UIngameMenuV2_SavesSlot_C::CompletedBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, HelpGamepad) == 0x000280, "Member 'UIngameMenuV2_SavesSlot_C::HelpGamepad' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, HelpPC) == 0x000288, "Member 'UIngameMenuV2_SavesSlot_C::HelpPC' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, HoveredBox) == 0x000290, "Member 'UIngameMenuV2_SavesSlot_C::HoveredBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Image_126) == 0x000298, "Member 'UIngameMenuV2_SavesSlot_C::Image_126' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Image_265) == 0x0002A0, "Member 'UIngameMenuV2_SavesSlot_C::Image_265' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Image_486) == 0x0002A8, "Member 'UIngameMenuV2_SavesSlot_C::Image_486' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Image_585) == 0x0002B0, "Member 'UIngameMenuV2_SavesSlot_C::Image_585' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Image_692) == 0x0002B8, "Member 'UIngameMenuV2_SavesSlot_C::Image_692' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, KeyTooltipWidget) == 0x0002C0, "Member 'UIngameMenuV2_SavesSlot_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, KeyTooltipWidget_89) == 0x0002C8, "Member 'UIngameMenuV2_SavesSlot_C::KeyTooltipWidget_89' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, RetainerBox_0) == 0x0002D0, "Member 'UIngameMenuV2_SavesSlot_C::RetainerBox_0' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, RetainerBox_1) == 0x0002D8, "Member 'UIngameMenuV2_SavesSlot_C::RetainerBox_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SavedText) == 0x0002E0, "Member 'UIngameMenuV2_SavesSlot_C::SavedText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SaveText) == 0x0002E8, "Member 'UIngameMenuV2_SavesSlot_C::SaveText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SlotBG) == 0x0002F0, "Member 'UIngameMenuV2_SavesSlot_C::SlotBG' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SlotBorder) == 0x0002F8, "Member 'UIngameMenuV2_SavesSlot_C::SlotBorder' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SlotCounterText) == 0x000300, "Member 'UIngameMenuV2_SavesSlot_C::SlotCounterText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SlotCounterText_2) == 0x000308, "Member 'UIngameMenuV2_SavesSlot_C::SlotCounterText_2' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, StatBox) == 0x000310, "Member 'UIngameMenuV2_SavesSlot_C::StatBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, StatText_Date) == 0x000318, "Member 'UIngameMenuV2_SavesSlot_C::StatText_Date' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, StatText_Platforms) == 0x000320, "Member 'UIngameMenuV2_SavesSlot_C::StatText_Platforms' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, StatText_Time) == 0x000328, "Member 'UIngameMenuV2_SavesSlot_C::StatText_Time' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, TextBlock_Empty) == 0x000330, "Member 'UIngameMenuV2_SavesSlot_C::TextBlock_Empty' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, TooltipBox) == 0x000338, "Member 'UIngameMenuV2_SavesSlot_C::TooltipBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, SlotCounter) == 0x000340, "Member 'UIngameMenuV2_SavesSlot_C::SlotCounter' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, OnClick) == 0x000348, "Member 'UIngameMenuV2_SavesSlot_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, OnHovered) == 0x000358, "Member 'UIngameMenuV2_SavesSlot_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, OnUnhovered) == 0x000368, "Member 'UIngameMenuV2_SavesSlot_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, MI_Retainer) == 0x000378, "Member 'UIngameMenuV2_SavesSlot_C::MI_Retainer' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, DebugProgress) == 0x000380, "Member 'UIngameMenuV2_SavesSlot_C::DebugProgress' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, IsOnProgress) == 0x000384, "Member 'UIngameMenuV2_SavesSlot_C::IsOnProgress' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, HoldTime) == 0x000388, "Member 'UIngameMenuV2_SavesSlot_C::HoldTime' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Time_Progress) == 0x00038C, "Member 'UIngameMenuV2_SavesSlot_C::Time_Progress' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, IsComplited) == 0x000390, "Member 'UIngameMenuV2_SavesSlot_C::IsComplited' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, OnCompletedSaving) == 0x000398, "Member 'UIngameMenuV2_SavesSlot_C::OnCompletedSaving' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, Is_Empty) == 0x0003A8, "Member 'UIngameMenuV2_SavesSlot_C::Is_Empty' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, GamepadController) == 0x0003B0, "Member 'UIngameMenuV2_SavesSlot_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_SavesSlot_C, IsMouseOn) == 0x0003B8, "Member 'UIngameMenuV2_SavesSlot_C::IsMouseOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase \ static_assert(alignof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase"); \ static_assert(sizeof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase) == 0x000248, "Wrong size on InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, EntryPoint) == 0x000000, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_Hit) == 0x000004, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_Hit_3) == 0x000098, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_PlayerCharacter_3) == 0x000120, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_Hit_2) == 0x000128, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_PlayerCharacter_2) == 0x0001B0, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_Hit_1) == 0x0001B8, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase, K2Node_Event_PlayerCharacter_1) == 0x000240, "Member 'InteractableQuestItemBase_C_ExecuteUbergraph_InteractableQuestItemBase::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_OnUseActor \ static_assert(alignof(InteractableQuestItemBase_C_OnUseActor) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_OnUseActor"); \ static_assert(sizeof(InteractableQuestItemBase_C_OnUseActor) == 0x000090, "Wrong size on InteractableQuestItemBase_C_OnUseActor"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnUseActor, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_OnHoldUseActor \ static_assert(alignof(InteractableQuestItemBase_C_OnHoldUseActor) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_OnHoldUseActor"); \ static_assert(sizeof(InteractableQuestItemBase_C_OnHoldUseActor) == 0x000090, "Wrong size on InteractableQuestItemBase_C_OnHoldUseActor"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnHoldUseActor, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_OnAltHoldUseActor \ static_assert(alignof(InteractableQuestItemBase_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_OnAltHoldUseActor"); \ static_assert(sizeof(InteractableQuestItemBase_C_OnAltHoldUseActor) == 0x000090, "Wrong size on InteractableQuestItemBase_C_OnAltHoldUseActor"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_OnAlternateUseActor \ static_assert(alignof(InteractableQuestItemBase_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_OnAlternateUseActor"); \ static_assert(sizeof(InteractableQuestItemBase_C_OnAlternateUseActor) == 0x000090, "Wrong size on InteractableQuestItemBase_C_OnAlternateUseActor"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_CanUse \ static_assert(alignof(InteractableQuestItemBase_C_CanUse) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_CanUse"); \ static_assert(sizeof(InteractableQuestItemBase_C_CanUse) == 0x000098, "Wrong size on InteractableQuestItemBase_C_CanUse"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanUse, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanUse, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanUse, ReturnValue) == 0x000090, "Member 'InteractableQuestItemBase_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_CanHoldUse \ static_assert(alignof(InteractableQuestItemBase_C_CanHoldUse) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_CanHoldUse"); \ static_assert(sizeof(InteractableQuestItemBase_C_CanHoldUse) == 0x000098, "Wrong size on InteractableQuestItemBase_C_CanHoldUse"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanHoldUse, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'InteractableQuestItemBase_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_CanAltUse \ static_assert(alignof(InteractableQuestItemBase_C_CanAltUse) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_CanAltUse"); \ static_assert(sizeof(InteractableQuestItemBase_C_CanAltUse) == 0x000098, "Wrong size on InteractableQuestItemBase_C_CanAltUse"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltUse, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltUse, ReturnValue) == 0x000090, "Member 'InteractableQuestItemBase_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_CanAltHoldUse \ static_assert(alignof(InteractableQuestItemBase_C_CanAltHoldUse) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_CanAltHoldUse"); \ static_assert(sizeof(InteractableQuestItemBase_C_CanAltHoldUse) == 0x000098, "Wrong size on InteractableQuestItemBase_C_CanAltHoldUse"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltHoldUse, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'InteractableQuestItemBase_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'InteractableQuestItemBase_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_GetItemSelection \ static_assert(alignof(InteractableQuestItemBase_C_GetItemSelection) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_GetItemSelection"); \ static_assert(sizeof(InteractableQuestItemBase_C_GetItemSelection) == 0x0000B0, "Wrong size on InteractableQuestItemBase_C_GetItemSelection"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemSelection, Hit) == 0x000000, "Member 'InteractableQuestItemBase_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemSelection, Player) == 0x000088, "Member 'InteractableQuestItemBase_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemSelection, SelectionText) == 0x000090, "Member 'InteractableQuestItemBase_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'InteractableQuestItemBase_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'InteractableQuestItemBase_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_GetItemDurability \ static_assert(alignof(InteractableQuestItemBase_C_GetItemDurability) == 0x000008, "Wrong alignment on InteractableQuestItemBase_C_GetItemDurability"); \ static_assert(sizeof(InteractableQuestItemBase_C_GetItemDurability) == 0x000018, "Wrong size on InteractableQuestItemBase_C_GetItemDurability"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'InteractableQuestItemBase_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractableQuestItemBase_C_GetPlayerPointLocation \ static_assert(alignof(InteractableQuestItemBase_C_GetPlayerPointLocation) == 0x000004, "Wrong alignment on InteractableQuestItemBase_C_GetPlayerPointLocation"); \ static_assert(sizeof(InteractableQuestItemBase_C_GetPlayerPointLocation) == 0x00000C, "Wrong size on InteractableQuestItemBase_C_GetPlayerPointLocation"); \ static_assert(offsetof(InteractableQuestItemBase_C_GetPlayerPointLocation, ReturnValue) == 0x000000, "Member 'InteractableQuestItemBase_C_GetPlayerPointLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInteractableQuestItemBase_C \ static_assert(alignof(AInteractableQuestItemBase_C) == 0x000008, "Wrong alignment on AInteractableQuestItemBase_C"); \ static_assert(sizeof(AInteractableQuestItemBase_C) == 0x000230, "Wrong size on AInteractableQuestItemBase_C"); \ static_assert(offsetof(AInteractableQuestItemBase_C, UberGraphFrame) == 0x000220, "Member 'AInteractableQuestItemBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AInteractableQuestItemBase_C, DefaultSceneRoot) == 0x000228, "Member 'AInteractableQuestItemBase_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake \ static_assert(alignof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake) == 0x000008, "Wrong alignment on SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake"); \ static_assert(sizeof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake) == 0x000030, "Wrong size on SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, EntryPoint) == 0x000000, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, K2Node_Event_Scale) == 0x000004, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::K2Node_Event_Scale' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, CallFunc_GetOuterObject_ReturnValue) == 0x000008, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, CallFunc_GetOuterObject_ReturnValue_1) == 0x000010, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, K2Node_DynamicCast_AsMain_Player_Camera_Manager) == 0x000018, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::K2Node_DynamicCast_AsMain_Player_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake, CallFunc_CanPlay_ReturnValue) == 0x000028, "Member 'SwitchableCameraShake_C_ExecuteUbergraph_SwitchableCameraShake::CallFunc_CanPlay_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwitchableCameraShake_C_ReceivePlayShake \ static_assert(alignof(SwitchableCameraShake_C_ReceivePlayShake) == 0x000004, "Wrong alignment on SwitchableCameraShake_C_ReceivePlayShake"); \ static_assert(sizeof(SwitchableCameraShake_C_ReceivePlayShake) == 0x000004, "Wrong size on SwitchableCameraShake_C_ReceivePlayShake"); \ static_assert(offsetof(SwitchableCameraShake_C_ReceivePlayShake, Scale) == 0x000000, "Member 'SwitchableCameraShake_C_ReceivePlayShake::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwitchableCameraShake_C \ static_assert(alignof(USwitchableCameraShake_C) == 0x000010, "Wrong alignment on USwitchableCameraShake_C"); \ static_assert(sizeof(USwitchableCameraShake_C) == 0x0001E0, "Wrong size on USwitchableCameraShake_C"); \ static_assert(offsetof(USwitchableCameraShake_C, UberGraphFrame) == 0x0001D0, "Member 'USwitchableCameraShake_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USwitchableCameraShake_C, ShakePower) == 0x0001D8, "Member 'USwitchableCameraShake_C::ShakePower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout \ static_assert(alignof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout) == 0x000008, "Wrong alignment on Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout) == 0x0000F8, "Wrong size on Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, EntryPoint) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_AsUroboros) == 0x000008, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CustomEvent_NotifyName_3) == 0x000024, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CustomEvent_NotifyName_2) == 0x000030, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CustomEvent_NotifyName_1) == 0x000048, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CustomEvent_NotifyName) == 0x000060, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, Temp_name_Variable) == 0x000078, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, Temp_object_Variable) == 0x000080, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_Array_RemoveItem_ReturnValue) == 0x000088, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CreateDelegate_OutputDelegate_4) == 0x00008C, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000A0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_AsUroboros_1) == 0x0000A8, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_AsUroboros_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_IsValid_ReturnValue_1) == 0x0000B1, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B4, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_HasAuthority_ReturnValue) == 0x0000C0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_CustomEvent_NotifyName_4) == 0x0000C4, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_HasAuthority_ReturnValue_1) == 0x0000CC, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_GetAIDirectorManager_ReturnValue) == 0x0000D0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_GetModuleForAreaType_ReturnValue) == 0x0000D8, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_IsValid_ReturnValue_2) == 0x0000E0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, CallFunc_IsValid_ReturnValue_3) == 0x0000E1, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x0000E8, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'Uroboros_AttackBase_Shout_C_ExecuteUbergraph_Uroboros_AttackBase_Shout::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD \ static_assert(alignof(Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000008, "Wrong size on Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_OnCompleted_BFCF6F204C20A2BCC85875B557AFB5FD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD \ static_assert(alignof(Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000008, "Wrong size on Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_OnBlendOut_BFCF6F204C20A2BCC85875B557AFB5FD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD \ static_assert(alignof(Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000008, "Wrong size on Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_OnInterrupted_BFCF6F204C20A2BCC85875B557AFB5FD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD \ static_assert(alignof(Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000008, "Wrong size on Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_OnNotifyBegin_BFCF6F204C20A2BCC85875B557AFB5FD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD \ static_assert(alignof(Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD) == 0x000008, "Wrong size on Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_OnNotifyEnd_BFCF6F204C20A2BCC85875B557AFB5FD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Shout_C_IsValidAction \ static_assert(alignof(Uroboros_AttackBase_Shout_C_IsValidAction) == 0x000008, "Wrong alignment on Uroboros_AttackBase_Shout_C_IsValidAction"); \ static_assert(sizeof(Uroboros_AttackBase_Shout_C_IsValidAction) == 0x000020, "Wrong size on Uroboros_AttackBase_Shout_C_IsValidAction"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, ReturnValue) == 0x000000, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, K2Node_DynamicCast_AsUroboros) == 0x000008, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_IsValidAction_ReturnValue_1) == 0x000011, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_IsValidAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000012, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Shout_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'Uroboros_AttackBase_Shout_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_AttackBase_Shout_C \ static_assert(alignof(UUroboros_AttackBase_Shout_C) == 0x000008, "Wrong alignment on UUroboros_AttackBase_Shout_C"); \ static_assert(sizeof(UUroboros_AttackBase_Shout_C) == 0x0000E8, "Wrong size on UUroboros_AttackBase_Shout_C"); \ static_assert(offsetof(UUroboros_AttackBase_Shout_C, UberGraphFrame_Uroboros_AttackBase_Shout_C) == 0x0000D8, "Member 'UUroboros_AttackBase_Shout_C::UberGraphFrame_Uroboros_AttackBase_Shout_C' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_Shout_C, Montage_to_Play) == 0x0000E0, "Member 'UUroboros_AttackBase_Shout_C::Montage_to_Play' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_ExecuteUbergraph_QuestLootObject \ static_assert(alignof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject) == 0x000008, "Wrong alignment on QuestLootObject_C_ExecuteUbergraph_QuestLootObject"); \ static_assert(sizeof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject) == 0x000720, "Wrong size on QuestLootObject_C_ExecuteUbergraph_QuestLootObject"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, EntryPoint) == 0x000000, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_26) == 0x000004, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_25) == 0x00001C, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable) == 0x000034, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_byte_Variable) == 0x00003C, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable) == 0x000040, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_1) == 0x000048, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_2) == 0x000050, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_3) == 0x000058, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_4) == 0x000060, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_5) == 0x000068, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_6) == 0x000070, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_7) == 0x000078, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_8) == 0x000080, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_9) == 0x000088, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_10) == 0x000090, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_11) == 0x000098, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_24) == 0x0000A0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000A8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_23) == 0x0000B8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000C0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_22) == 0x0000D0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000D8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_21) == 0x0000E8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_20) == 0x000100, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_6) == 0x000108, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable_1) == 0x000118, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_7) == 0x000120, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_19) == 0x000130, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_18) == 0x000138, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_8) == 0x000140, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_17) == 0x000150, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_9) == 0x000158, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_16) == 0x000168, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_10) == 0x000170, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_15) == 0x000180, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_11) == 0x000188, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable_2) == 0x000198, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_byte_Variable_1) == 0x0001A0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_12) == 0x0001A8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_13) == 0x0001B0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_14) == 0x0001B8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_15) == 0x0001C0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_16) == 0x0001C8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_17) == 0x0001D0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_18) == 0x0001D8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_19) == 0x0001E0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_20) == 0x0001E8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_21) == 0x0001F0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_22) == 0x0001F8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_23) == 0x000200, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_14) == 0x000208, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_12) == 0x000210, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_13) == 0x000220, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_13) == 0x000228, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_12) == 0x000238, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_14) == 0x000240, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_11) == 0x000250, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_15) == 0x000258, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_10) == 0x000268, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_16) == 0x000270, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable_3) == 0x000280, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_17) == 0x000288, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_9) == 0x000298, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_8) == 0x0002A0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_18) == 0x0002A8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_7) == 0x0002B8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_19) == 0x0002C0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_6) == 0x0002D0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_20) == 0x0002D8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_5) == 0x0002E8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_21) == 0x0002F0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable_4) == 0x000300, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_byte_Variable_2) == 0x000308, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_24) == 0x000310, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_25) == 0x000318, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_26) == 0x000320, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_22) == 0x000328, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_4) == 0x000338, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_3) == 0x000340, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_23) == 0x000348, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_2) == 0x000358, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_24) == 0x000360, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_1) == 0x000370, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_25) == 0x000378, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName) == 0x000388, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_26) == 0x000390, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_name_Variable_5) == 0x0003A0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_byte_Variable_3) == 0x0003A8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_27) == 0x0003B0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_28) == 0x0003B8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, Temp_object_Variable_29) == 0x0003C0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue) == 0x0003C8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_27) == 0x0003CC, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_1) == 0x0003D4, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_28) == 0x0003D8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_27) == 0x0003E0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsInFirstPerson_ReturnValue) == 0x0003F0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_2) == 0x0003F1, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x0003F8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_DynamicCast_bSuccess) == 0x000400, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Select_Default) == 0x000408, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_GetBarrelGripType_ReturnValue) == 0x000410, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Select_Default_1) == 0x000418, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000420, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_3) == 0x000428, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_DynamicCast_AsFGWeapon_Ranged_1) == 0x000430, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_DynamicCast_AsFGWeapon_Ranged_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_DynamicCast_bSuccess_1) == 0x000438, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Select_Default_2) == 0x000440, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_GetBarrelGripType_ReturnValue_1) == 0x000448, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_GetBarrelGripType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Select_Default_3) == 0x000450, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_4) == 0x000458, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000460, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000468, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000470, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_5) == 0x000478, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_6) == 0x000479, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_7) == 0x00047A, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000480, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x000488, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_8) == 0x000490, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_9) == 0x000491, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_28) == 0x000494, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_HasAuthority_ReturnValue) == 0x0004A4, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CustomEvent_NotifyName_29) == 0x0004A8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_NewState) == 0x0004B0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_Hit_3) == 0x0004B8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_PlayerCharacter_3) == 0x000540, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_Hit_2) == 0x000548, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_PlayerCharacter_2) == 0x0005D0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_Hit_1) == 0x0005D8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_PlayerCharacter_1) == 0x000660, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_Hit) == 0x000668, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_Event_PlayerCharacter) == 0x0006F0, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_10) == 0x0006F8, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_GetComponentByClass_ReturnValue) == 0x000700, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_11) == 0x000708, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_Not_PreBool_ReturnValue) == 0x000709, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, K2Node_CreateDelegate_OutputDelegate_29) == 0x00070C, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_Not_PreBool_ReturnValue_1) == 0x00071C, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsLocallyControlled_ReturnValue) == 0x00071D, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_ExecuteUbergraph_QuestLootObject, CallFunc_IsValid_ReturnValue_12) == 0x00071E, "Member 'QuestLootObject_C_ExecuteUbergraph_QuestLootObject::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnUseActor \ static_assert(alignof(QuestLootObject_C_OnUseActor) == 0x000008, "Wrong alignment on QuestLootObject_C_OnUseActor"); \ static_assert(sizeof(QuestLootObject_C_OnUseActor) == 0x000090, "Wrong size on QuestLootObject_C_OnUseActor"); \ static_assert(offsetof(QuestLootObject_C_OnUseActor, Hit) == 0x000000, "Member 'QuestLootObject_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnHoldUseActor \ static_assert(alignof(QuestLootObject_C_OnHoldUseActor) == 0x000008, "Wrong alignment on QuestLootObject_C_OnHoldUseActor"); \ static_assert(sizeof(QuestLootObject_C_OnHoldUseActor) == 0x000090, "Wrong size on QuestLootObject_C_OnHoldUseActor"); \ static_assert(offsetof(QuestLootObject_C_OnHoldUseActor, Hit) == 0x000000, "Member 'QuestLootObject_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnAltHoldUseActor \ static_assert(alignof(QuestLootObject_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on QuestLootObject_C_OnAltHoldUseActor"); \ static_assert(sizeof(QuestLootObject_C_OnAltHoldUseActor) == 0x000090, "Wrong size on QuestLootObject_C_OnAltHoldUseActor"); \ static_assert(offsetof(QuestLootObject_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'QuestLootObject_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnAlternateUseActor \ static_assert(alignof(QuestLootObject_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on QuestLootObject_C_OnAlternateUseActor"); \ static_assert(sizeof(QuestLootObject_C_OnAlternateUseActor) == 0x000090, "Wrong size on QuestLootObject_C_OnAlternateUseActor"); \ static_assert(offsetof(QuestLootObject_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'QuestLootObject_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_SetActorState \ static_assert(alignof(QuestLootObject_C_SetActorState) == 0x000004, "Wrong alignment on QuestLootObject_C_SetActorState"); \ static_assert(sizeof(QuestLootObject_C_SetActorState) == 0x000008, "Wrong size on QuestLootObject_C_SetActorState"); \ static_assert(offsetof(QuestLootObject_C_SetActorState, NewState) == 0x000000, "Member 'QuestLootObject_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF \ static_assert(alignof(QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_8A11BAA0440A073A87A8F196849712CF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF \ static_assert(alignof(QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_8A11BAA0440A073A87A8F196849712CF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF \ static_assert(alignof(QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_8A11BAA0440A073A87A8F196849712CF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_8A11BAA0440A073A87A8F196849712CF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_8A11BAA0440A073A87A8F196849712CF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E \ static_assert(alignof(QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_8D4DAA0847075D802913A5BCC537361E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E \ static_assert(alignof(QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_8D4DAA0847075D802913A5BCC537361E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E \ static_assert(alignof(QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_8D4DAA0847075D802913A5BCC537361E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_8D4DAA0847075D802913A5BCC537361E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_8D4DAA0847075D802913A5BCC537361E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298 \ static_assert(alignof(QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_EE8E75484DB436EBDE2C8EB063B1A298::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298 \ static_assert(alignof(QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_EE8E75484DB436EBDE2C8EB063B1A298::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298 \ static_assert(alignof(QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_EE8E75484DB436EBDE2C8EB063B1A298::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298 \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_EE8E75484DB436EBDE2C8EB063B1A298::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298 \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_EE8E75484DB436EBDE2C8EB063B1A298::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072 \ static_assert(alignof(QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_FCDBF68B42857193F0294C8CD7C13072::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072 \ static_assert(alignof(QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_FCDBF68B42857193F0294C8CD7C13072::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072 \ static_assert(alignof(QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_FCDBF68B42857193F0294C8CD7C13072::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072 \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_FCDBF68B42857193F0294C8CD7C13072::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072 \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_FCDBF68B42857193F0294C8CD7C13072::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07 \ static_assert(alignof(QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_72B8FFCA4DB57C894620FFB96E35BC07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07 \ static_assert(alignof(QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_72B8FFCA4DB57C894620FFB96E35BC07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07 \ static_assert(alignof(QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_72B8FFCA4DB57C894620FFB96E35BC07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07 \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_72B8FFCA4DB57C894620FFB96E35BC07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07 \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_72B8FFCA4DB57C894620FFB96E35BC07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93 \ static_assert(alignof(QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93) == 0x000004, "Wrong alignment on QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(sizeof(QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93) == 0x000008, "Wrong size on QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(offsetof(QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnCompleted_873F16774DCB9BD9E8F30D9D49579A93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93 \ static_assert(alignof(QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93) == 0x000004, "Wrong alignment on QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(sizeof(QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93) == 0x000008, "Wrong size on QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(offsetof(QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnBlendOut_873F16774DCB9BD9E8F30D9D49579A93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93 \ static_assert(alignof(QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93) == 0x000004, "Wrong alignment on QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(sizeof(QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93) == 0x000008, "Wrong size on QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(offsetof(QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnInterrupted_873F16774DCB9BD9E8F30D9D49579A93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93 \ static_assert(alignof(QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyBegin_873F16774DCB9BD9E8F30D9D49579A93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93 \ static_assert(alignof(QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93) == 0x000004, "Wrong alignment on QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(sizeof(QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93) == 0x000008, "Wrong size on QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93"); \ static_assert(offsetof(QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93, NotifyName) == 0x000000, "Member 'QuestLootObject_C_OnNotifyEnd_873F16774DCB9BD9E8F30D9D49579A93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_EquipJournal \ static_assert(alignof(QuestLootObject_C_EquipJournal) == 0x000001, "Wrong alignment on QuestLootObject_C_EquipJournal"); \ static_assert(sizeof(QuestLootObject_C_EquipJournal) == 0x000001, "Wrong size on QuestLootObject_C_EquipJournal"); \ static_assert(offsetof(QuestLootObject_C_EquipJournal, CallFunc_IsLocallyControlled_ReturnValue) == 0x000000, "Member 'QuestLootObject_C_EquipJournal::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_GiveJournalNote \ static_assert(alignof(QuestLootObject_C_GiveJournalNote) == 0x000008, "Wrong alignment on QuestLootObject_C_GiveJournalNote"); \ static_assert(sizeof(QuestLootObject_C_GiveJournalNote) == 0x000010, "Wrong size on QuestLootObject_C_GiveJournalNote"); \ static_assert(offsetof(QuestLootObject_C_GiveJournalNote, CallFunc_GetNotesManager_ReturnValue) == 0x000000, "Member 'QuestLootObject_C_GiveJournalNote::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GiveJournalNote, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'QuestLootObject_C_GiveJournalNote::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GiveJournalNote, CallFunc_GiveNote_ReturnValue) == 0x000009, "Member 'QuestLootObject_C_GiveJournalNote::CallFunc_GiveNote_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_UpdateStaticMesh \ static_assert(alignof(QuestLootObject_C_UpdateStaticMesh) == 0x000001, "Wrong alignment on QuestLootObject_C_UpdateStaticMesh"); \ static_assert(sizeof(QuestLootObject_C_UpdateStaticMesh) == 0x000003, "Wrong size on QuestLootObject_C_UpdateStaticMesh"); \ static_assert(offsetof(QuestLootObject_C_UpdateStaticMesh, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'QuestLootObject_C_UpdateStaticMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_UpdateStaticMesh, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'QuestLootObject_C_UpdateStaticMesh::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_UpdateStaticMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x000002, "Member 'QuestLootObject_C_UpdateStaticMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_UpdateMark \ static_assert(alignof(QuestLootObject_C_UpdateMark) == 0x000004, "Wrong alignment on QuestLootObject_C_UpdateMark"); \ static_assert(sizeof(QuestLootObject_C_UpdateMark) == 0x000004, "Wrong size on QuestLootObject_C_UpdateMark"); \ static_assert(offsetof(QuestLootObject_C_UpdateMark, CallFunc_Array_AddUnique_ReturnValue) == 0x000000, "Member 'QuestLootObject_C_UpdateMark::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_CanUse \ static_assert(alignof(QuestLootObject_C_CanUse) == 0x000008, "Wrong alignment on QuestLootObject_C_CanUse"); \ static_assert(sizeof(QuestLootObject_C_CanUse) == 0x000098, "Wrong size on QuestLootObject_C_CanUse"); \ static_assert(offsetof(QuestLootObject_C_CanUse, Hit) == 0x000000, "Member 'QuestLootObject_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanUse, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanUse, ReturnValue) == 0x000090, "Member 'QuestLootObject_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000091, "Member 'QuestLootObject_C_CanUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'QuestLootObject_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'QuestLootObject_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_CanHoldUse \ static_assert(alignof(QuestLootObject_C_CanHoldUse) == 0x000008, "Wrong alignment on QuestLootObject_C_CanHoldUse"); \ static_assert(sizeof(QuestLootObject_C_CanHoldUse) == 0x000098, "Wrong size on QuestLootObject_C_CanHoldUse"); \ static_assert(offsetof(QuestLootObject_C_CanHoldUse, Hit) == 0x000000, "Member 'QuestLootObject_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'QuestLootObject_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_CanAltUse \ static_assert(alignof(QuestLootObject_C_CanAltUse) == 0x000008, "Wrong alignment on QuestLootObject_C_CanAltUse"); \ static_assert(sizeof(QuestLootObject_C_CanAltUse) == 0x000098, "Wrong size on QuestLootObject_C_CanAltUse"); \ static_assert(offsetof(QuestLootObject_C_CanAltUse, Hit) == 0x000000, "Member 'QuestLootObject_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanAltUse, ReturnValue) == 0x000090, "Member 'QuestLootObject_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_CanAltHoldUse \ static_assert(alignof(QuestLootObject_C_CanAltHoldUse) == 0x000008, "Wrong alignment on QuestLootObject_C_CanAltHoldUse"); \ static_assert(sizeof(QuestLootObject_C_CanAltHoldUse) == 0x000098, "Wrong size on QuestLootObject_C_CanAltHoldUse"); \ static_assert(offsetof(QuestLootObject_C_CanAltHoldUse, Hit) == 0x000000, "Member 'QuestLootObject_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestLootObject_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'QuestLootObject_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_GetItemSelection \ static_assert(alignof(QuestLootObject_C_GetItemSelection) == 0x000008, "Wrong alignment on QuestLootObject_C_GetItemSelection"); \ static_assert(sizeof(QuestLootObject_C_GetItemSelection) == 0x0000B0, "Wrong size on QuestLootObject_C_GetItemSelection"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, Hit) == 0x000000, "Member 'QuestLootObject_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, Player) == 0x000088, "Member 'QuestLootObject_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, SelectionText) == 0x000090, "Member 'QuestLootObject_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'QuestLootObject_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'QuestLootObject_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(QuestLootObject_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'QuestLootObject_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_GetItemDurability \ static_assert(alignof(QuestLootObject_C_GetItemDurability) == 0x000008, "Wrong alignment on QuestLootObject_C_GetItemDurability"); \ static_assert(sizeof(QuestLootObject_C_GetItemDurability) == 0x000018, "Wrong size on QuestLootObject_C_GetItemDurability"); \ static_assert(offsetof(QuestLootObject_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'QuestLootObject_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_GetActorState \ static_assert(alignof(QuestLootObject_C_GetActorState) == 0x000004, "Wrong alignment on QuestLootObject_C_GetActorState"); \ static_assert(sizeof(QuestLootObject_C_GetActorState) == 0x000008, "Wrong size on QuestLootObject_C_GetActorState"); \ static_assert(offsetof(QuestLootObject_C_GetActorState, ReturnValue) == 0x000000, "Member 'QuestLootObject_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestLootObject_C_ShouldNotBeSaved \ static_assert(alignof(QuestLootObject_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on QuestLootObject_C_ShouldNotBeSaved"); \ static_assert(sizeof(QuestLootObject_C_ShouldNotBeSaved) == 0x000001, "Wrong size on QuestLootObject_C_ShouldNotBeSaved"); \ static_assert(offsetof(QuestLootObject_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'QuestLootObject_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestLootObject_C \ static_assert(alignof(AQuestLootObject_C) == 0x000008, "Wrong alignment on AQuestLootObject_C"); \ static_assert(sizeof(AQuestLootObject_C) == 0x000288, "Wrong size on AQuestLootObject_C"); \ static_assert(offsetof(AQuestLootObject_C, UberGraphFrame) == 0x000220, "Member 'AQuestLootObject_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, FMODAudioQuestEquip) == 0x000228, "Member 'AQuestLootObject_C::FMODAudioQuestEquip' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, FMODAudio) == 0x000230, "Member 'AQuestLootObject_C::FMODAudio' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, FGQuestMark) == 0x000238, "Member 'AQuestLootObject_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, Sphere) == 0x000240, "Member 'AQuestLootObject_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, StaticMesh) == 0x000248, "Member 'AQuestLootObject_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, DefaultSceneRoot) == 0x000250, "Member 'AQuestLootObject_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, bObjectHasBeenUsed) == 0x000258, "Member 'AQuestLootObject_C::bObjectHasBeenUsed' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, Player_Character) == 0x000260, "Member 'AQuestLootObject_C::Player_Character' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, RequiredTagToPickUp) == 0x000268, "Member 'AQuestLootObject_C::RequiredTagToPickUp' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, bAutoOpenJournalAfterPickUp) == 0x000270, "Member 'AQuestLootObject_C::bAutoOpenJournalAfterPickUp' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, NoteIDToGive) == 0x000274, "Member 'AQuestLootObject_C::NoteIDToGive' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, UsedMesh) == 0x000278, "Member 'AQuestLootObject_C::UsedMesh' has a wrong offset!"); \ static_assert(offsetof(AQuestLootObject_C, bShowMark) == 0x000280, "Member 'AQuestLootObject_C::bShowMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1 \ static_assert(alignof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1) == 0x000008, "Wrong alignment on WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1"); \ static_assert(sizeof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1) == 0x0000F8, "Wrong size on WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, EntryPoint) == 0x000000, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, Temp_byte_Variable) == 0x000020, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, Temp_bool_Variable) == 0x000021, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, Temp_bool_Variable_1) == 0x000022, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, Temp_bool_Variable_2) == 0x000023, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_CustomEvent_InProcess) == 0x000024, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_CustomEvent_InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_CustomEvent_CurrentState) == 0x000025, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_CustomEvent_CurrentState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_Select_Default) == 0x000026, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_Event_NewState) == 0x000027, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_Event_OldState) == 0x000028, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, K2Node_Event_DeltaSeconds) == 0x00002C, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000030, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_FindLookAtRotation_ReturnValue) == 0x000048, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_BreakRotator_Roll) == 0x000054, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_BreakRotator_Pitch) == 0x000058, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_BreakRotator_Yaw) == 0x00005C, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_Add_FloatFloat_ReturnValue) == 0x000060, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_MakeRotator_ReturnValue) == 0x000064, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000070, "Member 'WagonModule_BenchT1_C_ExecuteUbergraph_WagonModule_BenchT1::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_BenchT1_C_ReceiveTick \ static_assert(alignof(WagonModule_BenchT1_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_BenchT1_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_BenchT1_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_BenchT1_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_BenchT1_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_BenchT1_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_BenchT1_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_BenchT1_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_BenchT1_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_BenchT1_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_BenchT1_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_BenchT1_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_BenchT1_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_BenchT1_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_BenchT1_C_OnCraftProcess \ static_assert(alignof(WagonModule_BenchT1_C_OnCraftProcess) == 0x000001, "Wrong alignment on WagonModule_BenchT1_C_OnCraftProcess"); \ static_assert(sizeof(WagonModule_BenchT1_C_OnCraftProcess) == 0x000002, "Wrong size on WagonModule_BenchT1_C_OnCraftProcess"); \ static_assert(offsetof(WagonModule_BenchT1_C_OnCraftProcess, InProcess) == 0x000000, "Member 'WagonModule_BenchT1_C_OnCraftProcess::InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_BenchT1_C_OnCraftProcess, CurrentState) == 0x000001, "Member 'WagonModule_BenchT1_C_OnCraftProcess::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_BenchT1_C \ static_assert(alignof(AWagonModule_BenchT1_C) == 0x000008, "Wrong alignment on AWagonModule_BenchT1_C"); \ static_assert(sizeof(AWagonModule_BenchT1_C) == 0x000778, "Wrong size on AWagonModule_BenchT1_C"); \ static_assert(offsetof(AWagonModule_BenchT1_C, UberGraphFrame_WagonModule_BenchT1_C) == 0x000758, "Member 'AWagonModule_BenchT1_C::UberGraphFrame_WagonModule_BenchT1_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_BenchT1_C, PointLight) == 0x000760, "Member 'AWagonModule_BenchT1_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_BenchT1_C, Candle_1) == 0x000768, "Member 'AWagonModule_BenchT1_C::Candle_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_BenchT1_C, Sound) == 0x000770, "Member 'AWagonModule_BenchT1_C::Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase \ static_assert(alignof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase) == 0x000008, "Wrong alignment on Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase"); \ static_assert(sizeof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase) == 0x000098, "Wrong size on Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, EntryPoint) == 0x000000, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_Event_Player_1) == 0x000008, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_Event_Player) == 0x000010, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_CustomEvent_TypeInfo) == 0x000020, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_CustomEvent_UpdateType) == 0x000028, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_DynamicCast_AsFGGame_Instance) == 0x000030, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_GetGameInstance_ReturnValue_1) == 0x000040, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_GetCurrentPhaseID_ReturnValue) == 0x000048, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_GetCurrentPhaseID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000050, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_Conv_IntToString_ReturnValue) == 0x000060, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase, CallFunc_Greater_IntInt_ReturnValue) == 0x000094, "Member 'Task_CompleteResearchPhase_C_ExecuteUbergraph_Task_CompleteResearchPhase::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0 \ static_assert(alignof(Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0) == 0x000004, "Wrong alignment on Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0"); \ static_assert(sizeof(Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0) == 0x00000C, "Wrong size on Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0, TypeInfo) == 0x000000, "Member 'Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0, UpdateType) == 0x000008, "Member 'Task_CompleteResearchPhase_C_OnVoidTechUpdated_Event_0::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CompleteResearchPhase_C_OnRemoveFromPlayer \ static_assert(alignof(Task_CompleteResearchPhase_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_CompleteResearchPhase_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_CompleteResearchPhase_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_CompleteResearchPhase_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_CompleteResearchPhase_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CompleteResearchPhase_C_OnGivePlayer \ static_assert(alignof(Task_CompleteResearchPhase_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_CompleteResearchPhase_C_OnGivePlayer"); \ static_assert(sizeof(Task_CompleteResearchPhase_C_OnGivePlayer) == 0x000008, "Wrong size on Task_CompleteResearchPhase_C_OnGivePlayer"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_CompleteResearchPhase_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_CompleteResearchPhase_C_GetMaxProgress \ static_assert(alignof(Task_CompleteResearchPhase_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_CompleteResearchPhase_C_GetMaxProgress"); \ static_assert(sizeof(Task_CompleteResearchPhase_C_GetMaxProgress) == 0x000004, "Wrong size on Task_CompleteResearchPhase_C_GetMaxProgress"); \ static_assert(offsetof(Task_CompleteResearchPhase_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_CompleteResearchPhase_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_CompleteResearchPhase_C \ static_assert(alignof(UTask_CompleteResearchPhase_C) == 0x000008, "Wrong alignment on UTask_CompleteResearchPhase_C"); \ static_assert(sizeof(UTask_CompleteResearchPhase_C) == 0x0000B0, "Wrong size on UTask_CompleteResearchPhase_C"); \ static_assert(offsetof(UTask_CompleteResearchPhase_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_CompleteResearchPhase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_CompleteResearchPhase_C, PhaseToComplete) == 0x0000A8, "Member 'UTask_CompleteResearchPhase_C::PhaseToComplete' has a wrong offset!"); \ static_assert(offsetof(UTask_CompleteResearchPhase_C, Count) == 0x0000AC, "Member 'UTask_CompleteResearchPhase_C::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1 \ static_assert(alignof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1) == 0x000008, "Wrong alignment on WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1"); \ static_assert(sizeof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1) == 0x000110, "Wrong size on WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, EntryPoint) == 0x000000, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, Temp_byte_Variable) == 0x000020, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, Temp_bool_Variable) == 0x000021, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, Temp_bool_Variable_1) == 0x000022, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, Temp_bool_Variable_2) == 0x000023, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_CustomEvent_InProcess) == 0x000024, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_CustomEvent_InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_CustomEvent_CurrentState) == 0x000025, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_CustomEvent_CurrentState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_Select_Default) == 0x000030, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_Event_NewState) == 0x000031, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_Event_OldState) == 0x000032, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_SwitchEnum_CmpSuccess_1) == 0x000033, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_FindLookAtRotation_ReturnValue) == 0x00005C, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_MakeRotator_ReturnValue) == 0x000078, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000084, "Member 'WagonModule_SmelterT1_C_ExecuteUbergraph_WagonModule_SmelterT1::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SmelterT1_C_ReceiveTick \ static_assert(alignof(WagonModule_SmelterT1_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_SmelterT1_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_SmelterT1_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_SmelterT1_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_SmelterT1_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_SmelterT1_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SmelterT1_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_SmelterT1_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_SmelterT1_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_SmelterT1_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_SmelterT1_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_SmelterT1_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_SmelterT1_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_SmelterT1_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SmelterT1_C_OnCraftProcess \ static_assert(alignof(WagonModule_SmelterT1_C_OnCraftProcess) == 0x000001, "Wrong alignment on WagonModule_SmelterT1_C_OnCraftProcess"); \ static_assert(sizeof(WagonModule_SmelterT1_C_OnCraftProcess) == 0x000002, "Wrong size on WagonModule_SmelterT1_C_OnCraftProcess"); \ static_assert(offsetof(WagonModule_SmelterT1_C_OnCraftProcess, InProcess) == 0x000000, "Member 'WagonModule_SmelterT1_C_OnCraftProcess::InProcess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_OnCraftProcess, CurrentState) == 0x000001, "Member 'WagonModule_SmelterT1_C_OnCraftProcess::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_SmelterT1_C_CompleteQuest \ static_assert(alignof(WagonModule_SmelterT1_C_CompleteQuest) == 0x000008, "Wrong alignment on WagonModule_SmelterT1_C_CompleteQuest"); \ static_assert(sizeof(WagonModule_SmelterT1_C_CompleteQuest) == 0x000018, "Wrong size on WagonModule_SmelterT1_C_CompleteQuest"); \ static_assert(offsetof(WagonModule_SmelterT1_C_CompleteQuest, Temp_byte_Variable) == 0x000000, "Member 'WagonModule_SmelterT1_C_CompleteQuest::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000008, "Member 'WagonModule_SmelterT1_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WagonModule_SmelterT1_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_CompleteQuest, CallFunc_Array_Contains_ReturnValue) == 0x000011, "Member 'WagonModule_SmelterT1_C_CompleteQuest::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_SmelterT1_C_CompleteQuest, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WagonModule_SmelterT1_C_CompleteQuest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_SmelterT1_C \ static_assert(alignof(AWagonModule_SmelterT1_C) == 0x000008, "Wrong alignment on AWagonModule_SmelterT1_C"); \ static_assert(sizeof(AWagonModule_SmelterT1_C) == 0x000800, "Wrong size on AWagonModule_SmelterT1_C"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, UberGraphFrame_WagonModule_SmelterT1_C) == 0x000758, "Member 'AWagonModule_SmelterT1_C::UberGraphFrame_WagonModule_SmelterT1_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, CoalFire_Effect) == 0x000760, "Member 'AWagonModule_SmelterT1_C::CoalFire_Effect' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, PointLight) == 0x000768, "Member 'AWagonModule_SmelterT1_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Candle_1) == 0x000770, "Member 'AWagonModule_SmelterT1_C::Candle_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Item_Crafted_Done) == 0x000778, "Member 'AWagonModule_SmelterT1_C::Item_Crafted_Done' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, HeatLight) == 0x000780, "Member 'AWagonModule_SmelterT1_C::HeatLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, HeatSound) == 0x000788, "Member 'AWagonModule_SmelterT1_C::HeatSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_5_Alpha_B65F18DD47AA89E135ACDF93E244F899) == 0x000790, "Member 'AWagonModule_SmelterT1_C::Timeline_5_Alpha_B65F18DD47AA89E135ACDF93E244F899' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_5__Direction_B65F18DD47AA89E135ACDF93E244F899) == 0x000794, "Member 'AWagonModule_SmelterT1_C::Timeline_5__Direction_B65F18DD47AA89E135ACDF93E244F899' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_5) == 0x000798, "Member 'AWagonModule_SmelterT1_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_4_Light_Intensity_4D63380347E9431A0E55FAA5FEFE7E18) == 0x0007A0, "Member 'AWagonModule_SmelterT1_C::Timeline_4_Light_Intensity_4D63380347E9431A0E55FAA5FEFE7E18' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_4__Direction_4D63380347E9431A0E55FAA5FEFE7E18) == 0x0007A4, "Member 'AWagonModule_SmelterT1_C::Timeline_4__Direction_4D63380347E9431A0E55FAA5FEFE7E18' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_4) == 0x0007A8, "Member 'AWagonModule_SmelterT1_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_3_HeatGlow_405918FD4622755548E8ACB722C8892F) == 0x0007B0, "Member 'AWagonModule_SmelterT1_C::Timeline_3_HeatGlow_405918FD4622755548E8ACB722C8892F' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_3__Direction_405918FD4622755548E8ACB722C8892F) == 0x0007B4, "Member 'AWagonModule_SmelterT1_C::Timeline_3__Direction_405918FD4622755548E8ACB722C8892F' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_3) == 0x0007B8, "Member 'AWagonModule_SmelterT1_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_2_Alpha_02D25FA54530577038CDC6B96E7F922B) == 0x0007C0, "Member 'AWagonModule_SmelterT1_C::Timeline_2_Alpha_02D25FA54530577038CDC6B96E7F922B' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_2__Direction_02D25FA54530577038CDC6B96E7F922B) == 0x0007C4, "Member 'AWagonModule_SmelterT1_C::Timeline_2__Direction_02D25FA54530577038CDC6B96E7F922B' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_2) == 0x0007C8, "Member 'AWagonModule_SmelterT1_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_1_Light_Intensity_EB0F48564B7396CE9E1379AE8D3E5206) == 0x0007D0, "Member 'AWagonModule_SmelterT1_C::Timeline_1_Light_Intensity_EB0F48564B7396CE9E1379AE8D3E5206' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_1__Direction_EB0F48564B7396CE9E1379AE8D3E5206) == 0x0007D4, "Member 'AWagonModule_SmelterT1_C::Timeline_1__Direction_EB0F48564B7396CE9E1379AE8D3E5206' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_1) == 0x0007D8, "Member 'AWagonModule_SmelterT1_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_0_HeatGlow_0D02F552497C0EF5D454739E71401759) == 0x0007E0, "Member 'AWagonModule_SmelterT1_C::Timeline_0_HeatGlow_0D02F552497C0EF5D454739E71401759' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_0__Direction_0D02F552497C0EF5D454739E71401759) == 0x0007E4, "Member 'AWagonModule_SmelterT1_C::Timeline_0__Direction_0D02F552497C0EF5D454739E71401759' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, Timeline_0) == 0x0007E8, "Member 'AWagonModule_SmelterT1_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, DynMatHeat) == 0x0007F0, "Member 'AWagonModule_SmelterT1_C::DynMatHeat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_SmelterT1_C, bCraftProcess) == 0x0007F8, "Member 'AWagonModule_SmelterT1_C::bCraftProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology \ static_assert(alignof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology) == 0x000008, "Wrong alignment on Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology"); \ static_assert(sizeof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology) == 0x000068, "Wrong size on Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, EntryPoint) == 0x000000, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_CustomEvent_TypeInfo) == 0x000004, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_CustomEvent_UpdateType) == 0x00000C, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_SwitchEnum_CmpSuccess) == 0x00000D, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_Event_Player_1) == 0x000010, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_Event_Player) == 0x000018, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, CallFunc_GetGameInstance_ReturnValue_1) == 0x000038, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000050, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, K2Node_MakeStruct_VoidTechTypeInfo) == 0x00005C, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000064, "Member 'Task_ResearchTechnology_C_ExecuteUbergraph_Task_ResearchTechnology::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ResearchTechnology_C_CustomEvent_0 \ static_assert(alignof(Task_ResearchTechnology_C_CustomEvent_0) == 0x000004, "Wrong alignment on Task_ResearchTechnology_C_CustomEvent_0"); \ static_assert(sizeof(Task_ResearchTechnology_C_CustomEvent_0) == 0x00000C, "Wrong size on Task_ResearchTechnology_C_CustomEvent_0"); \ static_assert(offsetof(Task_ResearchTechnology_C_CustomEvent_0, TypeInfo) == 0x000000, "Member 'Task_ResearchTechnology_C_CustomEvent_0::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(Task_ResearchTechnology_C_CustomEvent_0, UpdateType) == 0x000008, "Member 'Task_ResearchTechnology_C_CustomEvent_0::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ResearchTechnology_C_OnRemoveFromPlayer \ static_assert(alignof(Task_ResearchTechnology_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_ResearchTechnology_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_ResearchTechnology_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_ResearchTechnology_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_ResearchTechnology_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_ResearchTechnology_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ResearchTechnology_C_OnGivePlayer \ static_assert(alignof(Task_ResearchTechnology_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_ResearchTechnology_C_OnGivePlayer"); \ static_assert(sizeof(Task_ResearchTechnology_C_OnGivePlayer) == 0x000008, "Wrong size on Task_ResearchTechnology_C_OnGivePlayer"); \ static_assert(offsetof(Task_ResearchTechnology_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_ResearchTechnology_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ResearchTechnology_C_GetMaxProgress \ static_assert(alignof(Task_ResearchTechnology_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_ResearchTechnology_C_GetMaxProgress"); \ static_assert(sizeof(Task_ResearchTechnology_C_GetMaxProgress) == 0x000004, "Wrong size on Task_ResearchTechnology_C_GetMaxProgress"); \ static_assert(offsetof(Task_ResearchTechnology_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_ResearchTechnology_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_ResearchTechnology_C \ static_assert(alignof(UTask_ResearchTechnology_C) == 0x000008, "Wrong alignment on UTask_ResearchTechnology_C"); \ static_assert(sizeof(UTask_ResearchTechnology_C) == 0x0000B0, "Wrong size on UTask_ResearchTechnology_C"); \ static_assert(offsetof(UTask_ResearchTechnology_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_ResearchTechnology_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_ResearchTechnology_C, TechnologyToResearch) == 0x0000A8, "Member 'UTask_ResearchTechnology_C::TechnologyToResearch' has a wrong offset!"); \ static_assert(offsetof(UTask_ResearchTechnology_C, Count) == 0x0000AC, "Member 'UTask_ResearchTechnology_C::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_ExecuteUbergraph_Task_GetItems \ static_assert(alignof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems) == 0x000008, "Wrong alignment on Task_GetItems_C_ExecuteUbergraph_Task_GetItems"); \ static_assert(sizeof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems) == 0x000100, "Wrong size on Task_GetItems_C_ExecuteUbergraph_Task_GetItems"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, EntryPoint) == 0x000000, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_IsComplete_ReturnValue) == 0x000004, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, Temp_int_Array_Index_Variable) == 0x000018, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_Event_Player_1) == 0x000038, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_Event_Player) == 0x000040, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Array_Get_Item) == 0x000050, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Multiply_IntInt_ReturnValue) == 0x000084, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_IsSubTasksCompleted_ReturnValue) == 0x000088, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_IsSubTasksCompleted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CustomEvent_Placeholder_1) == 0x000090, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CustomEvent_Count_1) == 0x000098, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CustomEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_GetItemType_ReturnValue) == 0x0000A0, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000A8, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_IsSubTasksCompleted_ReturnValue_1) == 0x0000A9, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_IsSubTasksCompleted_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CustomEvent_Placeholder) == 0x0000B0, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, K2Node_CustomEvent_Count) == 0x0000B8, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_GetItemType_ReturnValue_1) == 0x0000C0, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F4, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0000F5, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_IsComplete_ReturnValue_1) == 0x0000F6, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_IsComplete_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F7, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_ExecuteUbergraph_Task_GetItems, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0000F8, "Member 'Task_GetItems_C_ExecuteUbergraph_Task_GetItems::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_OnPlaceholderRemove_Event_0 \ static_assert(alignof(Task_GetItems_C_OnPlaceholderRemove_Event_0) == 0x000008, "Wrong alignment on Task_GetItems_C_OnPlaceholderRemove_Event_0"); \ static_assert(sizeof(Task_GetItems_C_OnPlaceholderRemove_Event_0) == 0x000010, "Wrong size on Task_GetItems_C_OnPlaceholderRemove_Event_0"); \ static_assert(offsetof(Task_GetItems_C_OnPlaceholderRemove_Event_0, Placeholder) == 0x000000, "Member 'Task_GetItems_C_OnPlaceholderRemove_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_OnPlaceholderRemove_Event_0, Count) == 0x000008, "Member 'Task_GetItems_C_OnPlaceholderRemove_Event_0::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_OnPlaceholderAdd_Event_0 \ static_assert(alignof(Task_GetItems_C_OnPlaceholderAdd_Event_0) == 0x000008, "Wrong alignment on Task_GetItems_C_OnPlaceholderAdd_Event_0"); \ static_assert(sizeof(Task_GetItems_C_OnPlaceholderAdd_Event_0) == 0x000010, "Wrong size on Task_GetItems_C_OnPlaceholderAdd_Event_0"); \ static_assert(offsetof(Task_GetItems_C_OnPlaceholderAdd_Event_0, Placeholder) == 0x000000, "Member 'Task_GetItems_C_OnPlaceholderAdd_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_OnPlaceholderAdd_Event_0, Count) == 0x000008, "Member 'Task_GetItems_C_OnPlaceholderAdd_Event_0::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_OnRemoveFromPlayer \ static_assert(alignof(Task_GetItems_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_GetItems_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_GetItems_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_GetItems_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_GetItems_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_GetItems_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_OnGivePlayer \ static_assert(alignof(Task_GetItems_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_GetItems_C_OnGivePlayer"); \ static_assert(sizeof(Task_GetItems_C_OnGivePlayer) == 0x000008, "Wrong size on Task_GetItems_C_OnGivePlayer"); \ static_assert(offsetof(Task_GetItems_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_GetItems_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItems_C_CheckAlreadyHave \ static_assert(alignof(Task_GetItems_C_CheckAlreadyHave) == 0x000008, "Wrong alignment on Task_GetItems_C_CheckAlreadyHave"); \ static_assert(sizeof(Task_GetItems_C_CheckAlreadyHave) == 0x000098, "Wrong size on Task_GetItems_C_CheckAlreadyHave"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, LocalItemCount) == 0x000000, "Member 'Task_GetItems_C_CheckAlreadyHave::LocalItemCount' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Task_GetItems_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Task_GetItems_C_CheckAlreadyHave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'Task_GetItems_C_CheckAlreadyHave::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'Task_GetItems_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Array_Get_Item) == 0x000018, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000048, "Member 'Task_GetItems_C_CheckAlreadyHave::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, K2Node_ClassDynamicCast_bSuccess) == 0x000050, "Member 'Task_GetItems_C_CheckAlreadyHave::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000084, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_2) == 0x000088, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue_1) == 0x00008C, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItems_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000090, "Member 'Task_GetItems_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_GetItems_C \ static_assert(alignof(UTask_GetItems_C) == 0x000008, "Wrong alignment on UTask_GetItems_C"); \ static_assert(sizeof(UTask_GetItems_C) == 0x0000A8, "Wrong size on UTask_GetItems_C"); \ static_assert(offsetof(UTask_GetItems_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_GetItems_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_ExecuteUbergraph_Task_GetItem \ static_assert(alignof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem) == 0x000008, "Wrong alignment on Task_GetItem_C_ExecuteUbergraph_Task_GetItem"); \ static_assert(sizeof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem) == 0x0000D0, "Wrong size on Task_GetItem_C_ExecuteUbergraph_Task_GetItem"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, EntryPoint) == 0x000000, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_IsComplete_ReturnValue) == 0x000004, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_Event_Player_1) == 0x000038, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_Event_Player) == 0x000040, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetQuestInventory_ReturnValue) == 0x000048, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CustomEvent_QuestItem) == 0x000068, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CustomEvent_QuestItem' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetQuestInventory_ReturnValue_1) == 0x000070, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetQuestInventory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000078, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_ClassIsChildOf_ReturnValue) == 0x00007A, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CustomEvent_Placeholder_1) == 0x000080, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CustomEvent_Count_1) == 0x000088, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CustomEvent_Count_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_BooleanOR_ReturnValue) == 0x00008C, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_IsValid_ReturnValue_2) == 0x00008D, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_IsValid_ReturnValue_3) == 0x00008E, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetObjectClass_ReturnValue) == 0x000090, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000098, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CustomEvent_Placeholder) == 0x0000A0, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, K2Node_CustomEvent_Count) == 0x0000A8, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetObjectClass_ReturnValue_1) == 0x0000B0, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetProgress_ReturnValue) == 0x0000B8, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x0000BC, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000C0, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_GetProgress_ReturnValue_1) == 0x0000C4, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_GetProgress_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_ExecuteUbergraph_Task_GetItem, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0000C8, "Member 'Task_GetItem_C_ExecuteUbergraph_Task_GetItem::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_OnPlaceholderRemove_Event_0 \ static_assert(alignof(Task_GetItem_C_OnPlaceholderRemove_Event_0) == 0x000008, "Wrong alignment on Task_GetItem_C_OnPlaceholderRemove_Event_0"); \ static_assert(sizeof(Task_GetItem_C_OnPlaceholderRemove_Event_0) == 0x000010, "Wrong size on Task_GetItem_C_OnPlaceholderRemove_Event_0"); \ static_assert(offsetof(Task_GetItem_C_OnPlaceholderRemove_Event_0, Placeholder) == 0x000000, "Member 'Task_GetItem_C_OnPlaceholderRemove_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_OnPlaceholderRemove_Event_0, Count_0) == 0x000008, "Member 'Task_GetItem_C_OnPlaceholderRemove_Event_0::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_OnPlaceholderAdd_Event_0 \ static_assert(alignof(Task_GetItem_C_OnPlaceholderAdd_Event_0) == 0x000008, "Wrong alignment on Task_GetItem_C_OnPlaceholderAdd_Event_0"); \ static_assert(sizeof(Task_GetItem_C_OnPlaceholderAdd_Event_0) == 0x000010, "Wrong size on Task_GetItem_C_OnPlaceholderAdd_Event_0"); \ static_assert(offsetof(Task_GetItem_C_OnPlaceholderAdd_Event_0, Placeholder) == 0x000000, "Member 'Task_GetItem_C_OnPlaceholderAdd_Event_0::Placeholder' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_OnPlaceholderAdd_Event_0, Count_0) == 0x000008, "Member 'Task_GetItem_C_OnPlaceholderAdd_Event_0::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_OnItemPickedUp_Event_0 \ static_assert(alignof(Task_GetItem_C_OnItemPickedUp_Event_0) == 0x000008, "Wrong alignment on Task_GetItem_C_OnItemPickedUp_Event_0"); \ static_assert(sizeof(Task_GetItem_C_OnItemPickedUp_Event_0) == 0x000008, "Wrong size on Task_GetItem_C_OnItemPickedUp_Event_0"); \ static_assert(offsetof(Task_GetItem_C_OnItemPickedUp_Event_0, QuestItem) == 0x000000, "Member 'Task_GetItem_C_OnItemPickedUp_Event_0::QuestItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_OnRemoveFromPlayer \ static_assert(alignof(Task_GetItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_GetItem_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_GetItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_GetItem_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_GetItem_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_GetItem_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_OnGivePlayer \ static_assert(alignof(Task_GetItem_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_GetItem_C_OnGivePlayer"); \ static_assert(sizeof(Task_GetItem_C_OnGivePlayer) == 0x000008, "Wrong size on Task_GetItem_C_OnGivePlayer"); \ static_assert(offsetof(Task_GetItem_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_GetItem_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_GetMaxProgress \ static_assert(alignof(Task_GetItem_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_GetItem_C_GetMaxProgress"); \ static_assert(sizeof(Task_GetItem_C_GetMaxProgress) == 0x000004, "Wrong size on Task_GetItem_C_GetMaxProgress"); \ static_assert(offsetof(Task_GetItem_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_GetItem_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_GetItem_C_CheckAlreadyHave \ static_assert(alignof(Task_GetItem_C_CheckAlreadyHave) == 0x000008, "Wrong alignment on Task_GetItem_C_CheckAlreadyHave"); \ static_assert(sizeof(Task_GetItem_C_CheckAlreadyHave) == 0x000068, "Wrong size on Task_GetItem_C_CheckAlreadyHave"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, LocalItemCount) == 0x000000, "Member 'Task_GetItem_C_CheckAlreadyHave::LocalItemCount' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Task_GetItem_C_CheckAlreadyHave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetQuestInventory_ReturnValue) == 0x000008, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetItemCountByClass_ReturnValue) == 0x000014, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetItemCountByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetProgress_ReturnValue) == 0x00001C, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'Task_GetItem_C_CheckAlreadyHave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Array_Get_Item) == 0x000040, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000050, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_GetItemCountOfClass_ReturnValue_1) == 0x000058, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_GetItemCountOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_2) == 0x00005C, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_GetItem_C_CheckAlreadyHave, CallFunc_Add_IntInt_ReturnValue_3) == 0x000060, "Member 'Task_GetItem_C_CheckAlreadyHave::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_GetItem_C \ static_assert(alignof(UTask_GetItem_C) == 0x000008, "Wrong alignment on UTask_GetItem_C"); \ static_assert(sizeof(UTask_GetItem_C) == 0x0000B8, "Wrong size on UTask_GetItem_C"); \ static_assert(offsetof(UTask_GetItem_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_GetItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_GetItem_C, Count) == 0x0000A8, "Member 'UTask_GetItem_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_GetItem_C, ItemToGet) == 0x0000B0, "Member 'UTask_GetItem_C::ItemToGet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Poisoning_C \ static_assert(alignof(UBaseAction_StatusEffect_Poisoning_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Poisoning_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Poisoning_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Poisoning_C"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule \ static_assert(alignof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule"); \ static_assert(sizeof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule) == 0x000090, "Wrong size on Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, EntryPoint) == 0x000000, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_CustomEvent_Module) == 0x000008, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_CustomEvent_Module' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_CustomEvent_ModuleState) == 0x000010, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_CustomEvent_ModuleState' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_ModuleMeetsRequirements_ReturnValue) == 0x000011, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_ModuleMeetsRequirements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_ModuleMeetsClassRequirements_ReturnValue) == 0x000030, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_ModuleMeetsClassRequirements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_Event_Player_1) == 0x000050, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_Event_Player) == 0x000058, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_IsComplete_ReturnValue) == 0x000060, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_IsValid_ReturnValue) == 0x000062, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_IsValid_ReturnValue_1) == 0x000063, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000068, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, K2Node_CreateDelegate_OutputDelegate_2) == 0x000070, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000080, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule, CallFunc_IsValid_ReturnValue_2) == 0x000088, "Member 'Task_BuildTrainModule_C_ExecuteUbergraph_Task_BuildTrainModule::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0 \ static_assert(alignof(Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0"); \ static_assert(sizeof(Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0) == 0x000010, "Wrong size on Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0"); \ static_assert(offsetof(Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0, Module) == 0x000000, "Member 'Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0::Module' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0, ModuleState) == 0x000008, "Member 'Task_BuildTrainModule_C_OnWagonModuleUpdate_Event_0::ModuleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_OnRemoveFromPlayer \ static_assert(alignof(Task_BuildTrainModule_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_BuildTrainModule_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_BuildTrainModule_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_BuildTrainModule_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_BuildTrainModule_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_OnGivePlayer \ static_assert(alignof(Task_BuildTrainModule_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_OnGivePlayer"); \ static_assert(sizeof(Task_BuildTrainModule_C_OnGivePlayer) == 0x000008, "Wrong size on Task_BuildTrainModule_C_OnGivePlayer"); \ static_assert(offsetof(Task_BuildTrainModule_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_BuildTrainModule_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_GetMaxProgress \ static_assert(alignof(Task_BuildTrainModule_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_BuildTrainModule_C_GetMaxProgress"); \ static_assert(sizeof(Task_BuildTrainModule_C_GetMaxProgress) == 0x000004, "Wrong size on Task_BuildTrainModule_C_GetMaxProgress"); \ static_assert(offsetof(Task_BuildTrainModule_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_BuildTrainModule_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_CheckAlreadyBuilded \ static_assert(alignof(Task_BuildTrainModule_C_CheckAlreadyBuilded) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_CheckAlreadyBuilded"); \ static_assert(sizeof(Task_BuildTrainModule_C_CheckAlreadyBuilded) == 0x000060, "Wrong size on Task_BuildTrainModule_C_CheckAlreadyBuilded"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, ModulesBuilded) == 0x000000, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::ModulesBuilded' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, Temp_int_Variable) == 0x000010, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_Array_Get_Item) == 0x000030, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, K2Node_DynamicCast_AsFGWagon_Module) == 0x000040, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_GetState_ReturnValue) == 0x000049, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_GetObjectClass_ReturnValue) == 0x000050, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_ModuleMeetsRequirements_ReturnValue) == 0x000058, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_ModuleMeetsRequirements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_CheckAlreadyBuilded, CallFunc_ModuleMeetsClassRequirements_ReturnValue) == 0x000059, "Member 'Task_BuildTrainModule_C_CheckAlreadyBuilded::CallFunc_ModuleMeetsClassRequirements_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_ModuleMeetsRequirements \ static_assert(alignof(Task_BuildTrainModule_C_ModuleMeetsRequirements) == 0x000001, "Wrong alignment on Task_BuildTrainModule_C_ModuleMeetsRequirements"); \ static_assert(sizeof(Task_BuildTrainModule_C_ModuleMeetsRequirements) == 0x000007, "Wrong size on Task_BuildTrainModule_C_ModuleMeetsRequirements"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CompareModule) == 0x000000, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CompareModule' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, ReturnValue) == 0x000001, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000004, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsRequirements, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'Task_BuildTrainModule_C_ModuleMeetsRequirements::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_BuildTrainModule_C_ModuleMeetsClassRequirements \ static_assert(alignof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements) == 0x000008, "Wrong alignment on Task_BuildTrainModule_C_ModuleMeetsClassRequirements"); \ static_assert(sizeof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements) == 0x000010, "Wrong size on Task_BuildTrainModule_C_ModuleMeetsClassRequirements"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, TestClass) == 0x000000, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::TestClass' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, ReturnValue) == 0x000008, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_ClassIsChildOf_ReturnValue) == 0x00000A, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00000C, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_BuildTrainModule_C_ModuleMeetsClassRequirements, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'Task_BuildTrainModule_C_ModuleMeetsClassRequirements::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_BuildTrainModule_C \ static_assert(alignof(UTask_BuildTrainModule_C) == 0x000008, "Wrong alignment on UTask_BuildTrainModule_C"); \ static_assert(sizeof(UTask_BuildTrainModule_C) == 0x0000C8, "Wrong size on UTask_BuildTrainModule_C"); \ static_assert(offsetof(UTask_BuildTrainModule_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_BuildTrainModule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_BuildTrainModule_C, ModuleToBuild) == 0x0000A8, "Member 'UTask_BuildTrainModule_C::ModuleToBuild' has a wrong offset!"); \ static_assert(offsetof(UTask_BuildTrainModule_C, Count) == 0x0000B0, "Member 'UTask_BuildTrainModule_C::Count' has a wrong offset!"); \ static_assert(offsetof(UTask_BuildTrainModule_C, RequiredModuleState) == 0x0000B4, "Member 'UTask_BuildTrainModule_C::RequiredModuleState' has a wrong offset!"); \ static_assert(offsetof(UTask_BuildTrainModule_C, IgnoredModulesToBuild) == 0x0000B8, "Member 'UTask_BuildTrainModule_C::IgnoredModulesToBuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot \ static_assert(alignof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot) == 0x000008, "Wrong alignment on Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot"); \ static_assert(sizeof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot) == 0x0000F8, "Wrong size on Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, EntryPoint) == 0x000000, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_GetCurrentAmmoCount_ReturnValue) == 0x00001C, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_GetCurrentAmmoCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_GetAmmoMaxStack_ReturnValue) == 0x000020, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_GetAmmoMaxStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_MakeArray_Array) == 0x0000A8, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000D0, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0000D8, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x0000E0, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_GetCurrentAmmoCount_ReturnValue_1) == 0x0000EC, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_GetCurrentAmmoCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'Inventory2_AmmoSlot_C_ExecuteUbergraph_Inventory2_AmmoSlot::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_AmmoSlot_C \ static_assert(alignof(UInventory2_AmmoSlot_C) == 0x000008, "Wrong alignment on UInventory2_AmmoSlot_C"); \ static_assert(sizeof(UInventory2_AmmoSlot_C) == 0x000288, "Wrong size on UInventory2_AmmoSlot_C"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_AmmoSlot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, UpdateAnimation) == 0x000268, "Member 'UInventory2_AmmoSlot_C::UpdateAnimation' has a wrong offset!"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, AmmoCountText) == 0x000270, "Member 'UInventory2_AmmoSlot_C::AmmoCountText' has a wrong offset!"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, AmmoIcon) == 0x000278, "Member 'UInventory2_AmmoSlot_C::AmmoIcon' has a wrong offset!"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, Type) == 0x000280, "Member 'UInventory2_AmmoSlot_C::Type' has a wrong offset!"); \ static_assert(offsetof(UInventory2_AmmoSlot_C, CurrentAmmo) == 0x000284, "Member 'UInventory2_AmmoSlot_C::CurrentAmmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons \ static_assert(alignof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons) == 0x0001F0, "Wrong size on InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, EntryPoint) == 0x000000, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_bool_Variable) == 0x000004, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_byte_Variable) == 0x000005, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_byte_Variable_1) == 0x000006, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_bool_Variable_1) == 0x000007, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_byte_Variable_2) == 0x000008, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_byte_Variable_3) == 0x000009, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_bool_Variable_2) == 0x00000A, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_text_Variable) == 0x000010, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, Temp_text_Variable_1) == 0x000028, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Event_IsDesignTime) == 0x000040, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_CustomEvent_isActive) == 0x000041, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_CustomEvent_isActive' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Event_MyGeometry) == 0x000044, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Event_MouseEvent_1) == 0x000080, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Event_MouseEvent) == 0x0000F0, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_MakeLiteralText_ReturnValue) == 0x000160, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_TextToUpper_ReturnValue) == 0x000178, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000190, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_TextToUpper_ReturnValue_1) == 0x0001A8, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_GetOwningPlayer_ReturnValue) == 0x0001C0, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x0001C8, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Select_Default) == 0x0001C9, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Select_Default_1) == 0x0001D0, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons, K2Node_Select_Default_2) == 0x0001E8, "Member 'InventoryV2_SelectButtons_C_ExecuteUbergraph_InventoryV2_SelectButtons::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_OnMouseLeave \ static_assert(alignof(InventoryV2_SelectButtons_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_SelectButtons_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_SelectButtons_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_OnMouseEnter \ static_assert(alignof(InventoryV2_SelectButtons_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_SelectButtons_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_SelectButtons_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_SelectButtons_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_SetActive \ static_assert(alignof(InventoryV2_SelectButtons_C_SetActive) == 0x000001, "Wrong alignment on InventoryV2_SelectButtons_C_SetActive"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_SetActive) == 0x000001, "Wrong size on InventoryV2_SelectButtons_C_SetActive"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_SetActive, IsActive_0) == 0x000000, "Member 'InventoryV2_SelectButtons_C_SetActive::IsActive_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_PreConstruct \ static_assert(alignof(InventoryV2_SelectButtons_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_SelectButtons_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_SelectButtons_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_SelectButtons_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_SelectButtons_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_OnMouseButtonDown) == 0x000218, "Wrong size on InventoryV2_SelectButtons_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick \ static_assert(alignof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_SelectButtons_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_SelectButtons_C_OnClick \ static_assert(alignof(InventoryV2_SelectButtons_C_OnClick) == 0x000008, "Wrong alignment on InventoryV2_SelectButtons_C_OnClick"); \ static_assert(sizeof(InventoryV2_SelectButtons_C_OnClick) == 0x000018, "Wrong size on InventoryV2_SelectButtons_C_OnClick"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnClick, Temp_bool_Variable) == 0x000000, "Member 'InventoryV2_SelectButtons_C_OnClick::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnClick, K2Node_Select_Default) == 0x000008, "Member 'InventoryV2_SelectButtons_C_OnClick::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_SelectButtons_C_OnClick, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'InventoryV2_SelectButtons_C_OnClick::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_SelectButtons_C \ static_assert(alignof(UInventoryV2_SelectButtons_C) == 0x000008, "Wrong alignment on UInventoryV2_SelectButtons_C"); \ static_assert(sizeof(UInventoryV2_SelectButtons_C) == 0x0002C8, "Wrong size on UInventoryV2_SelectButtons_C"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_SelectButtons_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, MoveRight) == 0x000268, "Member 'UInventoryV2_SelectButtons_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, MoveLeft) == 0x000270, "Member 'UInventoryV2_SelectButtons_C::MoveLeft' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, arrow) == 0x000278, "Member 'UInventoryV2_SelectButtons_C::arrow' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, Back) == 0x000280, "Member 'UInventoryV2_SelectButtons_C::Back' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, BackwardText) == 0x000288, "Member 'UInventoryV2_SelectButtons_C::BackwardText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, ButtonText) == 0x000290, "Member 'UInventoryV2_SelectButtons_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, ForwardText) == 0x000298, "Member 'UInventoryV2_SelectButtons_C::ForwardText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, HorizontalBox_181) == 0x0002A0, "Member 'UInventoryV2_SelectButtons_C::HorizontalBox_181' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, MOUSECATHCER) == 0x0002A8, "Member 'UInventoryV2_SelectButtons_C::MOUSECATHCER' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, IsForward) == 0x0002B0, "Member 'UInventoryV2_SelectButtons_C::IsForward' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, IsActive) == 0x0002B1, "Member 'UInventoryV2_SelectButtons_C::IsActive' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_SelectButtons_C, Click) == 0x0002B8, "Member 'UInventoryV2_SelectButtons_C::Click' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings \ static_assert(alignof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings) == 0x0001A0, "Wrong size on InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, EntryPoint) == 0x000000, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, Temp_byte_Variable) == 0x000004, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_Event_IsDesignTime) == 0x000005, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_CustomEvent_IconIndex) == 0x000008, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_CustomEvent_IconIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_CustomEvent_ColorIndex) == 0x00000C, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_CustomEvent_ColorIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue) == 0x000010, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000018, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_2) == 0x000020, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_3) == 0x000028, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_4) == 0x000030, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_Text_1) == 0x000038, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_Text) == 0x000060, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_CommitMethod) == 0x000078, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Left_ReturnValue) == 0x000080, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A0, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Len_ReturnValue) == 0x0000B8, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Greater_IntInt_ReturnValue) == 0x0000BC, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_CustomEvent_InText) == 0x0000C0, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_CustomEvent_InText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_5) == 0x0000D8, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_PlayEvent2D_ReturnValue_6) == 0x0000E0, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_PlayEvent2D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000E8, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0000F0, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x0000F8, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_AsGeneric_Player_Character_1) == 0x000108, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_AsGeneric_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetContainerCustomization_Icon_Index) == 0x000114, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetContainerCustomization_Icon_Index' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetContainerCustomization_Color_Index) == 0x000118, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetContainerCustomization_Color_Index' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetOwningPlayerPawn_ReturnValue_2) == 0x000120, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetOwningPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_AsGeneric_Player_Character_2) == 0x000128, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_AsGeneric_Player_Character_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_IsAlreadySelected_1) == 0x000131, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_IsAlreadySelected_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_ItemIndex_1) == 0x000134, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_ItemIndex_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000138, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_ItemIndex) == 0x00013C, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, Temp_byte_Variable_1) == 0x000140, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, Temp_bool_Variable) == 0x000141, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_Direction_1) == 0x000142, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_Direction_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_ComponentBoundEvent_Direction) == 0x000143, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_ComponentBoundEvent_Direction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000148, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_CustomEvent_ContainerName) == 0x000150, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_CustomEvent_ContainerName' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_SanitizeText_ReturnValue) == 0x000168, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_SanitizeText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x000178, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000180, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_IsGDKPlatform_ReturnValue) == 0x000198, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000199, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, CallFunc_BooleanOR_ReturnValue) == 0x00019A, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings, K2Node_Select_Default) == 0x00019B, "Member 'InventoryV2_BoxSettings_C_ExecuteUbergraph_InventoryV2_BoxSettings::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_OnOpen \ static_assert(alignof(InventoryV2_BoxSettings_C_OnOpen) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_OnOpen"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_OnOpen) == 0x000018, "Wrong size on InventoryV2_BoxSettings_C_OnOpen"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnOpen, ContainerName_0) == 0x000000, "Member 'InventoryV2_BoxSettings_C_OnOpen::ContainerName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature) == 0x000001, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature, Direction) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_10_OnPassHoverDirection__DelegateSignature::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature) == 0x000001, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature, Direction) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_9_OnPassHoverDirection__DelegateSignature::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ColorsList_K2Node_ComponentBoundEvent_8_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_LabelsList_K2Node_ComponentBoundEvent_7_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_Init \ static_assert(alignof(InventoryV2_BoxSettings_C_Init) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_Init"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_Init) == 0x000018, "Wrong size on InventoryV2_BoxSettings_C_Init"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_Init, InText) == 0x000000, "Member 'InventoryV2_BoxSettings_C_Init::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature \ static_assert(alignof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000018, "Wrong size on InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'InventoryV2_BoxSettings_C_BndEvt__InventoryV2_BoxSettings_ContainerName_K2Node_ComponentBoundEvent_5_OnEditableTextBoxChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_SetInitValuesNoCall \ static_assert(alignof(InventoryV2_BoxSettings_C_SetInitValuesNoCall) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_C_SetInitValuesNoCall"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_SetInitValuesNoCall) == 0x000008, "Wrong size on InventoryV2_BoxSettings_C_SetInitValuesNoCall"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetInitValuesNoCall, IconIndex) == 0x000000, "Member 'InventoryV2_BoxSettings_C_SetInitValuesNoCall::IconIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetInitValuesNoCall, ColorIndex) == 0x000004, "Member 'InventoryV2_BoxSettings_C_SetInitValuesNoCall::ColorIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_PreConstruct \ static_assert(alignof(InventoryV2_BoxSettings_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_BoxSettings_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_BoxSettings_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_BoxSettings_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_GetSelectedColor \ static_assert(alignof(InventoryV2_BoxSettings_C_GetSelectedColor) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_GetSelectedColor"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_GetSelectedColor) == 0x000030, "Wrong size on InventoryV2_BoxSettings_C_GetSelectedColor"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_GetSelectedColor, PinColor) == 0x000000, "Member 'InventoryV2_BoxSettings_C_GetSelectedColor::PinColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_GetSelectedColor, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000010, "Member 'InventoryV2_BoxSettings_C_GetSelectedColor::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_GetSelectedColor, CallFunc_GetCurrentSelectedItem_Output) == 0x000018, "Member 'InventoryV2_BoxSettings_C_GetSelectedColor::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_GetSelectedColor, K2Node_DynamicCast_AsMain_Menu_V2_Color_Pin) == 0x000020, "Member 'InventoryV2_BoxSettings_C_GetSelectedColor::K2Node_DynamicCast_AsMain_Menu_V2_Color_Pin' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_GetSelectedColor, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'InventoryV2_BoxSettings_C_GetSelectedColor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_OnKeyUp \ static_assert(alignof(InventoryV2_BoxSettings_C_OnKeyUp) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_OnKeyUp"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_OnKeyUp) == 0x000280, "Wrong size on InventoryV2_BoxSettings_C_OnKeyUp"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CurrentList) == 0x000128, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CurrentList' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, Action) == 0x000130, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000138, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, K2Node_SwitchEnum_CmpSuccess) == 0x000150, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000151, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_GetGamepadAction_Action) == 0x000152, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_IsGDKPlatform_ReturnValue) == 0x000153, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x000154, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000155, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x000156, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, Temp_bool_Variable) == 0x000157, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, Temp_int_Variable) == 0x000158, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, K2Node_MakeMap_Map) == 0x000160, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x0001B0, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, K2Node_Select_Default) == 0x0001B8, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, K2Node_Select_Default_1) == 0x0001C0, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x0001C8, "Member 'InventoryV2_BoxSettings_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_OnKeyDown \ static_assert(alignof(InventoryV2_BoxSettings_C_OnKeyDown) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_OnKeyDown"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_OnKeyDown) == 0x0001E0, "Wrong size on InventoryV2_BoxSettings_C_OnKeyDown"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'InventoryV2_BoxSettings_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'InventoryV2_BoxSettings_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'InventoryV2_BoxSettings_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'InventoryV2_BoxSettings_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_OnFocusReceived \ static_assert(alignof(InventoryV2_BoxSettings_C_OnFocusReceived) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_OnFocusReceived"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_OnFocusReceived) == 0x0001B0, "Wrong size on InventoryV2_BoxSettings_C_OnFocusReceived"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'InventoryV2_BoxSettings_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'InventoryV2_BoxSettings_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'InventoryV2_BoxSettings_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'InventoryV2_BoxSettings_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_CreateLabels \ static_assert(alignof(InventoryV2_BoxSettings_C_CreateLabels) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_CreateLabels"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_CreateLabels) == 0x0000A0, "Wrong size on InventoryV2_BoxSettings_C_CreateLabels"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CurrentIcon) == 0x000000, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CurrentIcon' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, Textures) == 0x000008, "Member 'InventoryV2_BoxSettings_C_CreateLabels::Textures' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, Temp_int_Array_Index_Variable) == 0x000018, "Member 'InventoryV2_BoxSettings_C_CreateLabels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'InventoryV2_BoxSettings_C_CreateLabels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Divide_IntInt_ReturnValue) == 0x000020, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Percent_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, K2Node_MakeArray_Array) == 0x000030, "Member 'InventoryV2_BoxSettings_C_CreateLabels::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Create_ReturnValue) == 0x000040, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000048, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Array_Get_Item) == 0x000058, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000088, "Member 'InventoryV2_BoxSettings_C_CreateLabels::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, K2Node_DynamicCast_AsTexture_2D) == 0x000090, "Member 'InventoryV2_BoxSettings_C_CreateLabels::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateLabels, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'InventoryV2_BoxSettings_C_CreateLabels::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_SetIconsBG \ static_assert(alignof(InventoryV2_BoxSettings_C_SetIconsBG) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_SetIconsBG"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_SetIconsBG) == 0x000040, "Wrong size on InventoryV2_BoxSettings_C_SetIconsBG"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, Temp_int_Array_Index_Variable) == 0x000000, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, CallFunc_GetSelectedColor_PinColor) == 0x00000C, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::CallFunc_GetSelectedColor_PinColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, CallFunc_Array_Get_Item) == 0x000020, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, K2Node_DynamicCast_AsInventory_V2_Box_Settings_Item) == 0x000030, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::K2Node_DynamicCast_AsInventory_V2_Box_Settings_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_SetIconsBG, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'InventoryV2_BoxSettings_C_SetIconsBG::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_CreateColors \ static_assert(alignof(InventoryV2_BoxSettings_C_CreateColors) == 0x000008, "Wrong alignment on InventoryV2_BoxSettings_C_CreateColors"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_CreateColors) == 0x000068, "Wrong size on InventoryV2_BoxSettings_C_CreateColors"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, Colors) == 0x000000, "Member 'InventoryV2_BoxSettings_C_CreateColors::Colors' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, Temp_int_Array_Index_Variable) == 0x000010, "Member 'InventoryV2_BoxSettings_C_CreateColors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'InventoryV2_BoxSettings_C_CreateColors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, K2Node_MakeArray_Array) == 0x000020, "Member 'InventoryV2_BoxSettings_C_CreateColors::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_Create_ReturnValue) == 0x000030, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000038, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, K2Node_MakeStruct_Margin) == 0x000040, "Member 'InventoryV2_BoxSettings_C_CreateColors::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_Array_Get_Item) == 0x000054, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_CreateColors, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'InventoryV2_BoxSettings_C_CreateColors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_BoxSettings_C_HandleMenuSwitch \ static_assert(alignof(InventoryV2_BoxSettings_C_HandleMenuSwitch) == 0x000004, "Wrong alignment on InventoryV2_BoxSettings_C_HandleMenuSwitch"); \ static_assert(sizeof(InventoryV2_BoxSettings_C_HandleMenuSwitch) == 0x00001C, "Wrong size on InventoryV2_BoxSettings_C_HandleMenuSwitch"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Direction) == 0x000000, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Direction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Temp_byte_Variable) == 0x000001, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Temp_int_Variable) == 0x000004, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Temp_int_Variable_1) == 0x000008, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Temp_int_Variable_2) == 0x00000C, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, Temp_int_Variable_3) == 0x000010, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, K2Node_Select_Default) == 0x000014, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_BoxSettings_C_HandleMenuSwitch, K2Node_SwitchInteger_CmpSuccess) == 0x000018, "Member 'InventoryV2_BoxSettings_C_HandleMenuSwitch::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_BoxSettings_C \ static_assert(alignof(UInventoryV2_BoxSettings_C) == 0x000008, "Wrong alignment on UInventoryV2_BoxSettings_C"); \ static_assert(sizeof(UInventoryV2_BoxSettings_C) == 0x0002E8, "Wrong size on UInventoryV2_BoxSettings_C"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_BoxSettings_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, BTN_CloseSettings) == 0x000268, "Member 'UInventoryV2_BoxSettings_C::BTN_CloseSettings' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, Button_Rename) == 0x000270, "Member 'UInventoryV2_BoxSettings_C::Button_Rename' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, ColorsList) == 0x000278, "Member 'UInventoryV2_BoxSettings_C::ColorsList' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, ColorsWrapper) == 0x000280, "Member 'UInventoryV2_BoxSettings_C::ColorsWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, ContainerName) == 0x000288, "Member 'UInventoryV2_BoxSettings_C::ContainerName' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, LabelsGrid) == 0x000290, "Member 'UInventoryV2_BoxSettings_C::LabelsGrid' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, LabelsList) == 0x000298, "Member 'UInventoryV2_BoxSettings_C::LabelsList' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, RenameHint) == 0x0002A0, "Member 'UInventoryV2_BoxSettings_C::RenameHint' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, RenameIcon) == 0x0002A8, "Member 'UInventoryV2_BoxSettings_C::RenameIcon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, OnCloseSettings) == 0x0002B0, "Member 'UInventoryV2_BoxSettings_C::OnCloseSettings' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, Sound_Hover) == 0x0002C0, "Member 'UInventoryV2_BoxSettings_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, Sound_Click) == 0x0002C8, "Member 'UInventoryV2_BoxSettings_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, Sound_TextCommited) == 0x0002D0, "Member 'UInventoryV2_BoxSettings_C::Sound_TextCommited' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, Sound_TextChanged) == 0x0002D8, "Member 'UInventoryV2_BoxSettings_C::Sound_TextChanged' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_BoxSettings_C, CurrentMenu) == 0x0002E0, "Member 'UInventoryV2_BoxSettings_C::CurrentMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement \ static_assert(alignof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement) == 0x000008, "Wrong alignment on InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement"); \ static_assert(sizeof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement) == 0x000168, "Wrong size on InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, EntryPoint) == 0x000000, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, K2Node_Event_MyGeometry) == 0x000004, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, K2Node_Event_MouseEvent) == 0x000040, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, K2Node_Event_MyGeometry_1) == 0x0000B0, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, K2Node_Event_PointerEvent) == 0x0000E8, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, K2Node_Event_Operation) == 0x000158, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement, CallFunc_IsValid_ReturnValue_1) == 0x000161, "Member 'InventoryV2_DirectionElement_C_ExecuteUbergraph_InventoryV2_DirectionElement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DirectionElement_C_OnMouseEnter \ static_assert(alignof(InventoryV2_DirectionElement_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_DirectionElement_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_DirectionElement_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_DirectionElement_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_DirectionElement_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_DirectionElement_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_DirectionElement_C_OnDragEnter \ static_assert(alignof(InventoryV2_DirectionElement_C_OnDragEnter) == 0x000008, "Wrong alignment on InventoryV2_DirectionElement_C_OnDragEnter"); \ static_assert(sizeof(InventoryV2_DirectionElement_C_OnDragEnter) == 0x0000B0, "Wrong size on InventoryV2_DirectionElement_C_OnDragEnter"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_OnDragEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_DirectionElement_C_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_OnDragEnter, PointerEvent) == 0x000038, "Member 'InventoryV2_DirectionElement_C_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_DirectionElement_C_OnDragEnter, Operation) == 0x0000A8, "Member 'InventoryV2_DirectionElement_C_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_DirectionElement_C \ static_assert(alignof(UInventoryV2_DirectionElement_C) == 0x000008, "Wrong alignment on UInventoryV2_DirectionElement_C"); \ static_assert(sizeof(UInventoryV2_DirectionElement_C) == 0x000280, "Wrong size on UInventoryV2_DirectionElement_C"); \ static_assert(offsetof(UInventoryV2_DirectionElement_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_DirectionElement_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DirectionElement_C, HoverImage) == 0x000268, "Member 'UInventoryV2_DirectionElement_C::HoverImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DirectionElement_C, Direction) == 0x000270, "Member 'UInventoryV2_DirectionElement_C::Direction' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_DirectionElement_C, ParentCell) == 0x000278, "Member 'UInventoryV2_DirectionElement_C::ParentCell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInvetntoryV2_borderingStr \ static_assert(alignof(FInvetntoryV2_borderingStr) == 0x000004, "Wrong alignment on FInvetntoryV2_borderingStr"); \ static_assert(sizeof(FInvetntoryV2_borderingStr) == 0x000010, "Wrong size on FInvetntoryV2_borderingStr"); \ static_assert(offsetof(FInvetntoryV2_borderingStr, BaseCoord_2_74ECE8934D35ED1F7A7F0986408AB541) == 0x000000, "Member 'FInvetntoryV2_borderingStr::BaseCoord_2_74ECE8934D35ED1F7A7F0986408AB541' has a wrong offset!"); \ static_assert(offsetof(FInvetntoryV2_borderingStr, SectionSize_4_A518E0DE4EE0D394552317A48A4E8670) == 0x000008, "Member 'FInvetntoryV2_borderingStr::SectionSize_4_A518E0DE4EE0D394552317A48A4E8670' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestManager_C \ static_assert(alignof(AQuestManager_C) == 0x000010, "Wrong alignment on AQuestManager_C"); \ static_assert(sizeof(AQuestManager_C) == 0x000310, "Wrong size on AQuestManager_C"); \ static_assert(offsetof(AQuestManager_C, DefaultSceneRoot) == 0x000300, "Member 'AQuestManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell \ static_assert(alignof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell) == 0x000004, "Wrong alignment on InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell"); \ static_assert(sizeof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell) == 0x000018, "Wrong size on InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell"); \ static_assert(offsetof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell, EntryPoint) == 0x000000, "Member 'InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell, K2Node_CustomEvent_CellSizePx) == 0x000004, "Member 'InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell::K2Node_CustomEvent_CellSizePx' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell, K2Node_CustomEvent_Size) == 0x000008, "Member 'InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000014, "Member 'InventoryV2_HoverCell_C_ExecuteUbergraph_InventoryV2_HoverCell::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_HoverCell_C_SetSize \ static_assert(alignof(InventoryV2_HoverCell_C_SetSize) == 0x000004, "Wrong alignment on InventoryV2_HoverCell_C_SetSize"); \ static_assert(sizeof(InventoryV2_HoverCell_C_SetSize) == 0x00000C, "Wrong size on InventoryV2_HoverCell_C_SetSize"); \ static_assert(offsetof(InventoryV2_HoverCell_C_SetSize, CellSizePx) == 0x000000, "Member 'InventoryV2_HoverCell_C_SetSize::CellSizePx' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_HoverCell_C_SetSize, Size) == 0x000004, "Member 'InventoryV2_HoverCell_C_SetSize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_HoverCell_C \ static_assert(alignof(UInventoryV2_HoverCell_C) == 0x000008, "Wrong alignment on UInventoryV2_HoverCell_C"); \ static_assert(sizeof(UInventoryV2_HoverCell_C) == 0x000278, "Wrong size on UInventoryV2_HoverCell_C"); \ static_assert(offsetof(UInventoryV2_HoverCell_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_HoverCell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_HoverCell_C, Border_0) == 0x000268, "Member 'UInventoryV2_HoverCell_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_HoverCell_C, SizeBox_0) == 0x000270, "Member 'UInventoryV2_HoverCell_C::SizeBox_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description \ static_assert(alignof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description) == 0x000008, "Wrong alignment on Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description"); \ static_assert(sizeof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description) == 0x000840, "Wrong size on Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, EntryPoint) == 0x000000, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Placeholder) == 0x000008, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemTier_Tier) == 0x000018, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemTier_Tier' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Value_1) == 0x000028, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_MainPercent0_1) == 0x00002C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Wearout0_1) == 0x000030, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Wearout0_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Name) == 0x000050, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Description) == 0x000068, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Description' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetGameInstance_ReturnValue) == 0x000080, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_byte_Variable) == 0x000088, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGGame_Instance) == 0x000090, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_CalcWeaponDurability_CurrentPercent) == 0x00009C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_CalcWeaponDurability_CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_CalcWeaponDurability_Max) == 0x0000A0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_CalcWeaponDurability_Max' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemType_ReturnValue) == 0x0000A8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_TextIsEmpty_ReturnValue) == 0x0000B0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000B1, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x0000B2, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0000B8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_BooleanOR_ReturnValue) == 0x0000C0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetValueAsInt_ReturnValue) == 0x0000C4, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetValueAsInt_ReturnValue_1) == 0x0000C8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGPath_Token) == 0x0000D0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGPath_Token' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GeneratePathToken_PathToken) == 0x0000E0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GeneratePathToken_PathToken' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GeneratePathToken_ReturnValue) == 0x000148, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GeneratePathToken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_TextToUpper_ReturnValue) == 0x000150, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_CalcProphecyImplicitValue_OutputText) == 0x000168, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_CalcProphecyImplicitValue_OutputText' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_MakeStruct_FormatArgumentData) == 0x000180, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_MakeArray_Array) == 0x000200, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemType_ReturnValue_1) == 0x000210, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Format_ReturnValue) == 0x000218, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Greater_IntInt_ReturnValue) == 0x000230, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000231, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_byte_Variable_1) == 0x000232, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_IsVisible_ReturnValue) == 0x000233, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemType_ReturnValue_2) == 0x000238, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemType_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000240, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_2) == 0x000248, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000250, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_3) == 0x000258, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetCoreDescription_ReturnValue) == 0x000260, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000340, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000341, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000342, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetFrameDescription_ReturnValue) == 0x000348, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000460, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000461, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000462, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_BooleanOR_ReturnValue_1) == 0x000463, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000464, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_BooleanOR_ReturnValue_2) == 0x000465, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_f_DrawInformationFrom_module_MaxDurability) == 0x000468, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_f_DrawInformationFrom_module_MaxDurability' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_f_DrawInformationFrom_module_ModuleDurability) == 0x00046C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_f_DrawInformationFrom_module_ModuleDurability' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000470, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_f_DrawInformationFromWeapon_Durability0_1) == 0x000474, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_f_DrawInformationFromWeapon_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_f_DrawInformationFromWeapon_DurabilityScale0_1) == 0x000478, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_f_DrawInformationFromWeapon_DurabilityScale0_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00047C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000480, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_bool_Variable) == 0x000484, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_Select_Default) == 0x000485, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_byte_Variable_2) == 0x000486, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_byte_Variable_3) == 0x000487, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_bool_Variable_1) == 0x000488, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_struct_Variable) == 0x00048C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_Select_Default_1) == 0x00049C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_struct_Variable_1) == 0x0004A0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x0004B0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x0004B8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_4) == 0x0004C0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x0004C8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x0005A8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_MakeArray_Array_1) == 0x0005B0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x0005C0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_struct_Variable_2) == 0x0005C8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x0005D8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_5) == 0x0005E0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetFrameDescription_ModuleDescription) == 0x0005E8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetFrameDescription_ReturnValue_1) == 0x000700, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000701, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_IsValid_ReturnValue) == 0x000702, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_Result) == 0x000703, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_Result' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_StatPercent) == 0x000704, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_StatPercent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_StatText) == 0x000708, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_StatText' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_StatText_2) == 0x000720, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_StatText_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_StatIcon) == 0x000738, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_StatIcon' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_UIGetItemStatInfo_StatType) == 0x000740, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_UIGetItemStatInfo_StatType' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetItemType_ReturnValue_3) == 0x000748, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetItemType_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetIcon_ReturnValue) == 0x000750, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_ClassDynamicCast_AsFGWeapon_GHook) == 0x000758, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_ClassDynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_ClassDynamicCast_bSuccess) == 0x000760, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_ClassDynamicCast_AsFGWeapon_Ranged_Base) == 0x000768, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_ClassDynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_ClassDynamicCast_bSuccess_1) == 0x000770, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_GetGameInstance_ReturnValue_1) == 0x000778, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000780, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_DynamicCast_bSuccess_6) == 0x000788, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_IsWithEditor_ReturnValue) == 0x000789, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_IsValid_ReturnValue_1) == 0x00078A, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_struct_Variable_3) == 0x00078C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_struct_Variable_4) == 0x00079C, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_byte_Variable_4) == 0x0007AC, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_Select_Default_2) == 0x0007B0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_MakeStruct_SlateColor) == 0x0007C0, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_text_Variable) == 0x0007E8, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_CustomEvent_Value) == 0x000800, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, CallFunc_Conv_IntToText_ReturnValue) == 0x000808, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, Temp_bool_Variable_2) == 0x000820, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description, K2Node_Select_Default_3) == 0x000828, "Member 'Inventory2_Description_C_ExecuteUbergraph_Inventory2_Description::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowResearchPoints \ static_assert(alignof(Inventory2_Description_C_ShowResearchPoints) == 0x000004, "Wrong alignment on Inventory2_Description_C_ShowResearchPoints"); \ static_assert(sizeof(Inventory2_Description_C_ShowResearchPoints) == 0x000004, "Wrong size on Inventory2_Description_C_ShowResearchPoints"); \ static_assert(offsetof(Inventory2_Description_C_ShowResearchPoints, Value) == 0x000000, "Member 'Inventory2_Description_C_ShowResearchPoints::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowProphecy \ static_assert(alignof(Inventory2_Description_C_ShowProphecy) == 0x000008, "Wrong alignment on Inventory2_Description_C_ShowProphecy"); \ static_assert(sizeof(Inventory2_Description_C_ShowProphecy) == 0x000030, "Wrong size on Inventory2_Description_C_ShowProphecy"); \ static_assert(offsetof(Inventory2_Description_C_ShowProphecy, Name_0) == 0x000000, "Member 'Inventory2_Description_C_ShowProphecy::Name_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowProphecy, Description_0) == 0x000018, "Member 'Inventory2_Description_C_ShowProphecy::Description_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowDurability \ static_assert(alignof(Inventory2_Description_C_ShowDurability) == 0x000004, "Wrong alignment on Inventory2_Description_C_ShowDurability"); \ static_assert(sizeof(Inventory2_Description_C_ShowDurability) == 0x000008, "Wrong size on Inventory2_Description_C_ShowDurability"); \ static_assert(offsetof(Inventory2_Description_C_ShowDurability, MainPercent0_1) == 0x000000, "Member 'Inventory2_Description_C_ShowDurability::MainPercent0_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowDurability, Wearout0_1) == 0x000004, "Member 'Inventory2_Description_C_ShowDurability::Wearout0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowFires \ static_assert(alignof(Inventory2_Description_C_ShowFires) == 0x000004, "Wrong alignment on Inventory2_Description_C_ShowFires"); \ static_assert(sizeof(Inventory2_Description_C_ShowFires) == 0x000004, "Wrong size on Inventory2_Description_C_ShowFires"); \ static_assert(offsetof(Inventory2_Description_C_ShowFires, Value) == 0x000000, "Member 'Inventory2_Description_C_ShowFires::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowDescription \ static_assert(alignof(Inventory2_Description_C_ShowDescription) == 0x000008, "Wrong alignment on Inventory2_Description_C_ShowDescription"); \ static_assert(sizeof(Inventory2_Description_C_ShowDescription) == 0x000008, "Wrong size on Inventory2_Description_C_ShowDescription"); \ static_assert(offsetof(Inventory2_Description_C_ShowDescription, Placeholder_0) == 0x000000, "Member 'Inventory2_Description_C_ShowDescription::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_OnMouseButtonDown \ static_assert(alignof(Inventory2_Description_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on Inventory2_Description_C_OnMouseButtonDown"); \ static_assert(sizeof(Inventory2_Description_C_OnMouseButtonDown) == 0x000218, "Wrong size on Inventory2_Description_C_OnMouseButtonDown"); \ static_assert(offsetof(Inventory2_Description_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'Inventory2_Description_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'Inventory2_Description_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'Inventory2_Description_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_OnMouseButtonDown, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'Inventory2_Description_C_OnMouseButtonDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_SetLootName \ static_assert(alignof(Inventory2_Description_C_SetLootName) == 0x000008, "Wrong alignment on Inventory2_Description_C_SetLootName"); \ static_assert(sizeof(Inventory2_Description_C_SetLootName) == 0x0002C8, "Wrong size on Inventory2_Description_C_SetLootName"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, Placeholder_0) == 0x000000, "Member 'Inventory2_Description_C_SetLootName::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, LocalPlaceholder) == 0x000008, "Member 'Inventory2_Description_C_SetLootName::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GetItemName_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GetItemName_ReturnValue_1) == 0x000028, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GetItemName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_TextToUpper_ReturnValue) == 0x000040, "Member 'Inventory2_Description_C_SetLootName::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000058, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_AsFGWeapon_GHook) == 0x000060, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_AsFGWeapon_GHook' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000070, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000080, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'Inventory2_Description_C_SetLootName::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GetItemName_ReturnValue_2) == 0x000090, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GetItemName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GetPlayerController_ReturnValue) == 0x0000A8, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_TextToUpper_ReturnValue_1) == 0x0000B0, "Member 'Inventory2_Description_C_SetLootName::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_GenerateWeaponSettings_Settings) == 0x0000C8, "Member 'Inventory2_Description_C_SetLootName::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SetLootName, CallFunc_TextToUpper_ReturnValue_2) == 0x0002B0, "Member 'Inventory2_Description_C_SetLootName::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_GetItemTier \ static_assert(alignof(Inventory2_Description_C_GetItemTier) == 0x000008, "Wrong alignment on Inventory2_Description_C_GetItemTier"); \ static_assert(sizeof(Inventory2_Description_C_GetItemTier) == 0x000798, "Wrong size on Inventory2_Description_C_GetItemTier"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, Placeholder_0) == 0x000000, "Member 'Inventory2_Description_C_GetItemTier::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, Tier) == 0x000008, "Member 'Inventory2_Description_C_GetItemTier::Tier' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, LocalTier) == 0x000009, "Member 'Inventory2_Description_C_GetItemTier::LocalTier' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, LocalCDO) == 0x000010, "Member 'Inventory2_Description_C_GetItemTier::LocalCDO' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, LocalPlaceholder) == 0x000018, "Member 'Inventory2_Description_C_GetItemTier::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_MakeLiteralByte_ReturnValue) == 0x000021, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetValidValue_ReturnValue) == 0x000022, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000028, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000030, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000040, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_SwitchEnum_CmpSuccess) == 0x000049, "Member 'Inventory2_Description_C_GetItemTier::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000050, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x000058, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x000068, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x000148, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x000150, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x000158, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_3) == 0x000160, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetScopeDescription_ModuleDescription) == 0x000168, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetScopeDescription_ReturnValue) == 0x0001D0, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x0001D8, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x0001E0, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_4) == 0x0001E8, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetStockDescription_ModuleDescription) == 0x0001F0, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetStockDescription_ReturnValue) == 0x000258, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x000260, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x000268, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_5) == 0x000270, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetGripDescription_ModuleDescription) == 0x000278, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetGripDescription_ReturnValue) == 0x000300, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x000308, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000310, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_6) == 0x000318, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000320, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetMagazineDescription_ReturnValue) == 0x0003A0, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_6) == 0x0003A8, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x0003B0, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_7) == 0x0003B8, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetBarrelDescription_ModuleDescription) == 0x0003C0, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetBarrelDescription_ReturnValue) == 0x000460, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetItemLifetimeData_ReturnValue_7) == 0x000468, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetItemLifetimeData_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000470, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, K2Node_DynamicCast_bSuccess_8) == 0x000478, "Member 'Inventory2_Description_C_GetItemTier::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetPlayerController_ReturnValue) == 0x000480, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetFrameDescription_ModuleDescription) == 0x000488, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetFrameDescription_ReturnValue) == 0x0005A0, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GenerateWeaponSettings_Settings) == 0x0005A8, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000790, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetItemTier, CallFunc_GetValidValue_ReturnValue_1) == 0x000791, "Member 'Inventory2_Description_C_GetItemTier::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_GetDurabilityAndWearout \ static_assert(alignof(Inventory2_Description_C_GetDurabilityAndWearout) == 0x000008, "Wrong alignment on Inventory2_Description_C_GetDurabilityAndWearout"); \ static_assert(sizeof(Inventory2_Description_C_GetDurabilityAndWearout) == 0x000100, "Wrong size on Inventory2_Description_C_GetDurabilityAndWearout"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, Placeholder_0) == 0x000000, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, Local_Placeholder) == 0x000008, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::Local_Placeholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Conv_FloatToString_ReturnValue) == 0x000020, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000040, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000060, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000070, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000090, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000D0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0000E0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_GetDurabilityAndWearout, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0000F0, "Member 'Inventory2_Description_C_GetDurabilityAndWearout::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowCoreInformation \ static_assert(alignof(Inventory2_Description_C_ShowCoreInformation) == 0x000008, "Wrong alignment on Inventory2_Description_C_ShowCoreInformation"); \ static_assert(sizeof(Inventory2_Description_C_ShowCoreInformation) == 0x000218, "Wrong size on Inventory2_Description_C_ShowCoreInformation"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CoreDescription) == 0x000000, "Member 'Inventory2_Description_C_ShowCoreInformation::CoreDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, LocalDescription) == 0x0000E0, "Member 'Inventory2_Description_C_ShowCoreInformation::LocalDescription' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, Temp_int_Variable) == 0x0001C0, "Member 'Inventory2_Description_C_ShowCoreInformation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Add_IntInt_ReturnValue) == 0x0001C4, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_CalcWeaponCoreDesc_CoreNameText) == 0x0001C8, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_CalcWeaponCoreDesc_CoreNameText' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_CalcWeaponCoreDesc_CoreDescriptionText) == 0x0001E0, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_CalcWeaponCoreDesc_CoreDescriptionText' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Array_Get_Item) == 0x0001F8, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Array_Get_Item_1) == 0x000200, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Array_Length_ReturnValue) == 0x000208, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Less_IntInt_ReturnValue) == 0x00020C, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Array_Length_ReturnValue_1) == 0x000210, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowCoreInformation, CallFunc_Greater_IntInt_ReturnValue) == 0x000214, "Member 'Inventory2_Description_C_ShowCoreInformation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_CalcWeaponDurability \ static_assert(alignof(Inventory2_Description_C_CalcWeaponDurability) == 0x000008, "Wrong alignment on Inventory2_Description_C_CalcWeaponDurability"); \ static_assert(sizeof(Inventory2_Description_C_CalcWeaponDurability) == 0x000038, "Wrong size on Inventory2_Description_C_CalcWeaponDurability"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, Placeholder_0) == 0x000000, "Member 'Inventory2_Description_C_CalcWeaponDurability::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CurrentPercent) == 0x000008, "Member 'Inventory2_Description_C_CalcWeaponDurability::CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, Max) == 0x00000C, "Member 'Inventory2_Description_C_CalcWeaponDurability::Max' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetWeaponDurability_ReturnValue) == 0x000018, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetWeaponDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetWeaponMaxDurability_ReturnValue) == 0x00001C, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetWeaponMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetWeaponMaxDurability_ReturnValue_1) == 0x000020, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetWeaponMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetWeaponDurability_ReturnValue_1) == 0x000024, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetWeaponDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_GetWeaponMaxDurability_ReturnValue_2) == 0x000028, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_GetWeaponMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponDurability, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000034, "Member 'Inventory2_Description_C_CalcWeaponDurability::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_CalcWeaponStatsDebug \ static_assert(alignof(Inventory2_Description_C_CalcWeaponStatsDebug) == 0x000008, "Wrong alignment on Inventory2_Description_C_CalcWeaponStatsDebug"); \ static_assert(sizeof(Inventory2_Description_C_CalcWeaponStatsDebug) == 0x000CE8, "Wrong size on Inventory2_Description_C_CalcWeaponStatsDebug"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Weapon) == 0x000000, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Weapon' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Placeholder_0) == 0x000008, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Local_WeaponData) == 0x000010, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Local_WeaponData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_text_Variable) == 0x0001F8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000218, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000220, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_DynamicCast_bSuccess) == 0x000228, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetScopeDescription_ReturnValue) == 0x000230, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetStockDescription_ReturnValue) == 0x000298, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetGripDescription_ReturnValue) == 0x000300, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetMagazineDescription_ReturnValue) == 0x000388, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetBarrelDescription_ReturnValue) == 0x000408, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetFrameDescription_ReturnValue) == 0x0004A8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0005C0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_text_Variable_1) == 0x000660, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_text_Variable_2) == 0x000678, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_text_Variable_3) == 0x000690, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_text_Variable_4) == 0x0006A8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0006C0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0006C4, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0006C8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MathExpression_ReturnValue) == 0x0006CC, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_MakeLiteralFloat_ReturnValue) == 0x0006D0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MathExpression_ReturnValue_1) == 0x0006D4, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData) == 0x0006D8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_1) == 0x000718, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_MakeLiteralFloat_ReturnValue_1) == 0x000758, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_MakeLiteralFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, Temp_byte_Variable) == 0x00075C, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_2) == 0x000760, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MathExpression_ReturnValue_2) == 0x0007A0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_Select_Default) == 0x0007A8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_3) == 0x0007C0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_4) == 0x000800, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MathExpression_ReturnValue_3) == 0x000840, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetPlayerController_ReturnValue) == 0x000848, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_5) == 0x000850, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetWeaponGenerator_ReturnValue) == 0x000890, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000898, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GenerateWeapon_Settings) == 0x0008A0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GenerateWeapon_ReturnValue) == 0x000A88, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeStruct_FormatArgumentData_6) == 0x000A90, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, K2Node_MakeArray_Array) == 0x000AD0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GetPlayerController_ReturnValue_1) == 0x000AE0, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_Format_ReturnValue) == 0x000AE8, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_CalcWeaponStatsDebug, CallFunc_GenerateWeaponSettings_Settings) == 0x000B00, "Member 'Inventory2_Description_C_CalcWeaponStatsDebug::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_SwitchDPS \ static_assert(alignof(Inventory2_Description_C_SwitchDPS) == 0x000004, "Wrong alignment on Inventory2_Description_C_SwitchDPS"); \ static_assert(sizeof(Inventory2_Description_C_SwitchDPS) == 0x000008, "Wrong size on Inventory2_Description_C_SwitchDPS"); \ static_assert(offsetof(Inventory2_Description_C_SwitchDPS, Show) == 0x000000, "Member 'Inventory2_Description_C_SwitchDPS::Show' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_SwitchDPS, Height) == 0x000004, "Member 'Inventory2_Description_C_SwitchDPS::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_UpdateDPSLabel \ static_assert(alignof(Inventory2_Description_C_UpdateDPSLabel) == 0x000008, "Wrong alignment on Inventory2_Description_C_UpdateDPSLabel"); \ static_assert(sizeof(Inventory2_Description_C_UpdateDPSLabel) == 0x0009C8, "Wrong size on Inventory2_Description_C_UpdateDPSLabel"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, Weapon) == 0x000000, "Member 'Inventory2_Description_C_UpdateDPSLabel::Weapon' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, Placeholder_0) == 0x000008, "Member 'Inventory2_Description_C_UpdateDPSLabel::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, Local_WeaponData) == 0x000010, "Member 'Inventory2_Description_C_UpdateDPSLabel::Local_WeaponData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0001F8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000208, "Member 'Inventory2_Description_C_UpdateDPSLabel::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'Inventory2_Description_C_UpdateDPSLabel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetScopeDescription_ReturnValue) == 0x000218, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetStockDescription_ReturnValue) == 0x000280, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetGripDescription_ReturnValue) == 0x0002E8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetMagazineDescription_ReturnValue) == 0x000370, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetBarrelDescription_ReturnValue) == 0x0003F0, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetFrameDescription_ReturnValue) == 0x000490, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetPlayerController_ReturnValue) == 0x0005A8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetWeaponGenerator_ReturnValue) == 0x0005B0, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0005B8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GenerateWeapon_Settings) == 0x0005C0, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GenerateWeapon_ReturnValue) == 0x0007A8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0007AC, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, K2Node_MathExpression_ReturnValue) == 0x0007B0, "Member 'Inventory2_Description_C_UpdateDPSLabel::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0007B4, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GetPlayerController_ReturnValue_1) == 0x0007B8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, K2Node_MathExpression_ReturnValue_1) == 0x0007C0, "Member 'Inventory2_Description_C_UpdateDPSLabel::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_GenerateWeaponSettings_Settings) == 0x0007C8, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_UpdateDPSLabel, CallFunc_Conv_FloatToText_ReturnValue) == 0x0009B0, "Member 'Inventory2_Description_C_UpdateDPSLabel::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowScopeDescription \ static_assert(alignof(Inventory2_Description_C_ShowScopeDescription) == 0x000008, "Wrong alignment on Inventory2_Description_C_ShowScopeDescription"); \ static_assert(sizeof(Inventory2_Description_C_ShowScopeDescription) == 0x0000C0, "Wrong size on Inventory2_Description_C_ShowScopeDescription"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, InventoryPlaceholder) == 0x000000, "Member 'Inventory2_Description_C_ShowScopeDescription::InventoryPlaceholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_bool_Variable) == 0x000008, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_ShowScopeDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, CallFunc_GetValueAsInt_ReturnValue) == 0x000018, "Member 'Inventory2_Description_C_ShowScopeDescription::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'Inventory2_Description_C_ShowScopeDescription::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_byte_Variable) == 0x000028, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000029, "Member 'Inventory2_Description_C_ShowScopeDescription::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_byte_Variable_1) == 0x00002A, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_bool_Variable_1) == 0x00002B, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_text_Variable) == 0x000030, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_int_Variable) == 0x000048, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_text_Variable_1) == 0x000050, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, Temp_text_Variable_2) == 0x000068, "Member 'Inventory2_Description_C_ShowScopeDescription::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, K2Node_Select_Default) == 0x000080, "Member 'Inventory2_Description_C_ShowScopeDescription::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, CallFunc_TextIsEmpty_ReturnValue) == 0x000098, "Member 'Inventory2_Description_C_ShowScopeDescription::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, K2Node_Select_Default_1) == 0x0000A0, "Member 'Inventory2_Description_C_ShowScopeDescription::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowScopeDescription, K2Node_Select_Default_2) == 0x0000B8, "Member 'Inventory2_Description_C_ShowScopeDescription::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_ShowStockDescription \ static_assert(alignof(Inventory2_Description_C_ShowStockDescription) == 0x000008, "Wrong alignment on Inventory2_Description_C_ShowStockDescription"); \ static_assert(sizeof(Inventory2_Description_C_ShowStockDescription) == 0x0000B0, "Wrong size on Inventory2_Description_C_ShowStockDescription"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, InventoryPlaceholder) == 0x000000, "Member 'Inventory2_Description_C_ShowStockDescription::InventoryPlaceholder' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_bool_Variable) == 0x000008, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000010, "Member 'Inventory2_Description_C_ShowStockDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, CallFunc_GetValueAsInt_ReturnValue) == 0x000018, "Member 'Inventory2_Description_C_ShowStockDescription::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'Inventory2_Description_C_ShowStockDescription::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_text_Variable) == 0x000028, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000040, "Member 'Inventory2_Description_C_ShowStockDescription::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_bool_Variable_1) == 0x000041, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_byte_Variable) == 0x000042, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_byte_Variable_1) == 0x000043, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_int_Variable) == 0x000044, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_text_Variable_1) == 0x000048, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, Temp_text_Variable_2) == 0x000060, "Member 'Inventory2_Description_C_ShowStockDescription::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, K2Node_Select_Default) == 0x000078, "Member 'Inventory2_Description_C_ShowStockDescription::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, CallFunc_TextIsEmpty_ReturnValue) == 0x000090, "Member 'Inventory2_Description_C_ShowStockDescription::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, K2Node_Select_Default_1) == 0x000091, "Member 'Inventory2_Description_C_ShowStockDescription::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_ShowStockDescription, K2Node_Select_Default_2) == 0x000098, "Member 'Inventory2_Description_C_ShowStockDescription::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Description_C_DisplayModuleLabel \ static_assert(alignof(Inventory2_Description_C_DisplayModuleLabel) == 0x000008, "Wrong alignment on Inventory2_Description_C_DisplayModuleLabel"); \ static_assert(sizeof(Inventory2_Description_C_DisplayModuleLabel) == 0x000150, "Wrong size on Inventory2_Description_C_DisplayModuleLabel"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, WeaponType) == 0x000000, "Member 'Inventory2_Description_C_DisplayModuleLabel::WeaponType' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable) == 0x000008, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_1) == 0x000020, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_2) == 0x000038, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_3) == 0x000050, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_4) == 0x000068, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_5) == 0x000080, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_6) == 0x000098, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_7) == 0x0000B0, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_8) == 0x0000C8, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_9) == 0x0000E0, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_10) == 0x0000F8, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_text_Variable_11) == 0x000110, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, Temp_byte_Variable) == 0x000128, "Member 'Inventory2_Description_C_DisplayModuleLabel::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, K2Node_Select_Default) == 0x000130, "Member 'Inventory2_Description_C_DisplayModuleLabel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000148, "Member 'Inventory2_Description_C_DisplayModuleLabel::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Description_C_DisplayModuleLabel, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000149, "Member 'Inventory2_Description_C_DisplayModuleLabel::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_Description_C \ static_assert(alignof(UInventory2_Description_C) == 0x000008, "Wrong alignment on UInventory2_Description_C"); \ static_assert(sizeof(UInventory2_Description_C) == 0x0003B8, "Wrong size on UInventory2_Description_C"); \ static_assert(offsetof(UInventory2_Description_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_Description_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, AnimShowHint) == 0x000268, "Member 'UInventory2_Description_C::AnimShowHint' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Background) == 0x000270, "Member 'UInventory2_Description_C::Background' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ContentBoxOverlay) == 0x000278, "Member 'UInventory2_Description_C::ContentBoxOverlay' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, CoreInfoText0) == 0x000280, "Member 'UInventory2_Description_C::CoreInfoText0' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Delim1) == 0x000288, "Member 'UInventory2_Description_C::Delim1' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Description) == 0x000290, "Member 'UInventory2_Description_C::Description' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Description_Text) == 0x000298, "Member 'UInventory2_Description_C::Description_Text' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, DPSCount) == 0x0002A0, "Member 'UInventory2_Description_C::DPSCount' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, DPSWrap) == 0x0002A8, "Member 'UInventory2_Description_C::DPSWrap' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, DurabilityWidget) == 0x0002B0, "Member 'UInventory2_Description_C::DurabilityWidget' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, FlameBox) == 0x0002B8, "Member 'UInventory2_Description_C::FlameBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, FlameCount) == 0x0002C0, "Member 'UInventory2_Description_C::FlameCount' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, HeaderGroupBox) == 0x0002C8, "Member 'UInventory2_Description_C::HeaderGroupBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, HintItemBack) == 0x0002D0, "Member 'UInventory2_Description_C::HintItemBack' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Icon) == 0x0002D8, "Member 'UInventory2_Description_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Image_34) == 0x0002E0, "Member 'UInventory2_Description_C::Image_34' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Image_144) == 0x0002E8, "Member 'UInventory2_Description_C::Image_144' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Image_229) == 0x0002F0, "Member 'UInventory2_Description_C::Image_229' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, InventoryV2_Description_Stata) == 0x0002F8, "Member 'UInventory2_Description_C::InventoryV2_Description_Stata' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ItemContentBox) == 0x000300, "Member 'UInventory2_Description_C::ItemContentBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ItemStatBox) == 0x000308, "Member 'UInventory2_Description_C::ItemStatBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, LootName) == 0x000310, "Member 'UInventory2_Description_C::LootName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ModuleTypeLabel) == 0x000318, "Member 'UInventory2_Description_C::ModuleTypeLabel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, PlaceholderIcon) == 0x000320, "Member 'UInventory2_Description_C::PlaceholderIcon' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ProphecyBox) == 0x000328, "Member 'UInventory2_Description_C::ProphecyBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ProphecyDescription) == 0x000330, "Member 'UInventory2_Description_C::ProphecyDescription' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ProphecyName) == 0x000338, "Member 'UInventory2_Description_C::ProphecyName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ResearchBox) == 0x000340, "Member 'UInventory2_Description_C::ResearchBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, ResearchCount) == 0x000348, "Member 'UInventory2_Description_C::ResearchCount' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, TierHeaderImage) == 0x000350, "Member 'UInventory2_Description_C::TierHeaderImage' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, WeaponCoreDescription) == 0x000358, "Member 'UInventory2_Description_C::WeaponCoreDescription' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, WeaponDescriptionBackground) == 0x000360, "Member 'UInventory2_Description_C::WeaponDescriptionBackground' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, WeaponInfo) == 0x000368, "Member 'UInventory2_Description_C::WeaponInfo' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, WeaponStats) == 0x000370, "Member 'UInventory2_Description_C::WeaponStats' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, WeaponStatsBox) == 0x000378, "Member 'UInventory2_Description_C::WeaponStatsBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, bIsShow) == 0x000380, "Member 'UInventory2_Description_C::bIsShow' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, FiresArray) == 0x000388, "Member 'UInventory2_Description_C::FiresArray' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, Placeholder) == 0x000398, "Member 'UInventory2_Description_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, CoreStrings) == 0x0003A0, "Member 'UInventory2_Description_C::CoreStrings' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Description_C, VT_Manager) == 0x0003B0, "Member 'UInventory2_Description_C::VT_Manager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CELL_STORAGE_C_SET_DATA \ static_assert(alignof(Inventory2_CELL_STORAGE_C_SET_DATA) == 0x000008, "Wrong alignment on Inventory2_CELL_STORAGE_C_SET_DATA"); \ static_assert(sizeof(Inventory2_CELL_STORAGE_C_SET_DATA) == 0x000050, "Wrong size on Inventory2_CELL_STORAGE_C_SET_DATA"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, Value) == 0x000000, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::Value' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, Position) == 0x000020, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::Position' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, LocalIndex) == 0x000028, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::LocalIndex' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, CallFunc_GetIndexString_String) == 0x000038, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::CallFunc_GetIndexString_String' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, CallFunc_Map_Remove_ReturnValue) == 0x000048, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_SET_DATA, CallFunc_Map_Contains_ReturnValue) == 0x000049, "Member 'Inventory2_CELL_STORAGE_C_SET_DATA::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CELL_STORAGE_C_GetIndexString \ static_assert(alignof(Inventory2_CELL_STORAGE_C_GetIndexString) == 0x000008, "Wrong alignment on Inventory2_CELL_STORAGE_C_GetIndexString"); \ static_assert(sizeof(Inventory2_CELL_STORAGE_C_GetIndexString) == 0x000048, "Wrong size on Inventory2_CELL_STORAGE_C_GetIndexString"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GetIndexString, Coords) == 0x000000, "Member 'Inventory2_CELL_STORAGE_C_GetIndexString::Coords' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GetIndexString, String) == 0x000008, "Member 'Inventory2_CELL_STORAGE_C_GetIndexString::String' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GetIndexString, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'Inventory2_CELL_STORAGE_C_GetIndexString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GetIndexString, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000028, "Member 'Inventory2_CELL_STORAGE_C_GetIndexString::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GetIndexString, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'Inventory2_CELL_STORAGE_C_GetIndexString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CELL_STORAGE_C_GET_DATA \ static_assert(alignof(Inventory2_CELL_STORAGE_C_GET_DATA) == 0x000008, "Wrong alignment on Inventory2_CELL_STORAGE_C_GET_DATA"); \ static_assert(sizeof(Inventory2_CELL_STORAGE_C_GET_DATA) == 0x000068, "Wrong size on Inventory2_CELL_STORAGE_C_GET_DATA"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, Position) == 0x000000, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::Position' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, InventoryWidgets) == 0x000008, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, Ok) == 0x000028, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::Ok' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, CallFunc_GetIndexString_String) == 0x000030, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::CallFunc_GetIndexString_String' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, CallFunc_Map_Find_Value) == 0x000040, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_DATA, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'Inventory2_CELL_STORAGE_C_GET_DATA::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS \ static_assert(alignof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS) == 0x000008, "Wrong alignment on Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS"); \ static_assert(sizeof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS) == 0x000068, "Wrong size on Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Position) == 0x000000, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Position' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Size) == 0x000008, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Size' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Coords) == 0x000010, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Coords' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Localcoords) == 0x000020, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Localcoords' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000034, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Temp_int_Variable) == 0x000038, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, Temp_int_Variable_1) == 0x000048, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, K2Node_MakeStruct_CellCoord) == 0x000054, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000060, "Member 'Inventory2_CELL_STORAGE_C_GET_CELLS_COORDS::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS \ static_assert(alignof(Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS) == 0x000008, "Wrong alignment on Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS"); \ static_assert(sizeof(Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS) == 0x000020, "Wrong size on Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS, Values) == 0x000000, "Member 'Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS::Values' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS, CallFunc_Map_Values_Values) == 0x000010, "Member 'Inventory2_CELL_STORAGE_C_GET_ALL_WIDGETS::CallFunc_Map_Values_Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_CELL_STORAGE_C \ static_assert(alignof(UInventory2_CELL_STORAGE_C) == 0x000008, "Wrong alignment on UInventory2_CELL_STORAGE_C"); \ static_assert(sizeof(UInventory2_CELL_STORAGE_C) == 0x000078, "Wrong size on UInventory2_CELL_STORAGE_C"); \ static_assert(offsetof(UInventory2_CELL_STORAGE_C, CELL_MATRIX) == 0x000028, "Member 'UInventory2_CELL_STORAGE_C::CELL_MATRIX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon \ static_assert(alignof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon) == 0x000008, "Wrong alignment on PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon"); \ static_assert(sizeof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon) == 0x000068, "Wrong size on PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, EntryPoint) == 0x000000, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, Temp_bool_Variable) == 0x000004, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_GetIcon_ReturnValue) == 0x000008, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, K2Node_Event_IsDesignTime) == 0x000010, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, K2Node_CustomEvent_Placeholder) == 0x000018, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_MakeVector2D_ReturnValue) == 0x000024, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_IsValid_ReturnValue_1) == 0x00002C, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_Divide_ByteByte_ReturnValue) == 0x00002D, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_Divide_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, K2Node_CustomEvent_InColorAndOpacity) == 0x000030, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::K2Node_CustomEvent_InColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_Greater_ByteByte_ReturnValue) == 0x000040, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000041, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x000044, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_MakeVector2D_ReturnValue_1) == 0x000048, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_MakeVector2D_ReturnValue_2) == 0x000050, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, K2Node_Select_Default) == 0x000058, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000060, "Member 'PlaceholderIcon_C_ExecuteUbergraph_PlaceholderIcon::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderIcon_C_Custom_SetColorAndOpacity \ static_assert(alignof(PlaceholderIcon_C_Custom_SetColorAndOpacity) == 0x000004, "Wrong alignment on PlaceholderIcon_C_Custom_SetColorAndOpacity"); \ static_assert(sizeof(PlaceholderIcon_C_Custom_SetColorAndOpacity) == 0x000010, "Wrong size on PlaceholderIcon_C_Custom_SetColorAndOpacity"); \ static_assert(offsetof(PlaceholderIcon_C_Custom_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'PlaceholderIcon_C_Custom_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderIcon_C_Draw \ static_assert(alignof(PlaceholderIcon_C_Draw) == 0x000008, "Wrong alignment on PlaceholderIcon_C_Draw"); \ static_assert(sizeof(PlaceholderIcon_C_Draw) == 0x000008, "Wrong size on PlaceholderIcon_C_Draw"); \ static_assert(offsetof(PlaceholderIcon_C_Draw, Placeholder_0) == 0x000000, "Member 'PlaceholderIcon_C_Draw::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderIcon_C_PreConstruct \ static_assert(alignof(PlaceholderIcon_C_PreConstruct) == 0x000001, "Wrong alignment on PlaceholderIcon_C_PreConstruct"); \ static_assert(sizeof(PlaceholderIcon_C_PreConstruct) == 0x000001, "Wrong size on PlaceholderIcon_C_PreConstruct"); \ static_assert(offsetof(PlaceholderIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PlaceholderIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaceholderIcon_C \ static_assert(alignof(UPlaceholderIcon_C) == 0x000008, "Wrong alignment on UPlaceholderIcon_C"); \ static_assert(sizeof(UPlaceholderIcon_C) == 0x000310, "Wrong size on UPlaceholderIcon_C"); \ static_assert(offsetof(UPlaceholderIcon_C, UberGraphFrame) == 0x000260, "Member 'UPlaceholderIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderIcon_C, Icon) == 0x000268, "Member 'UPlaceholderIcon_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderIcon_C, Brush) == 0x000270, "Member 'UPlaceholderIcon_C::Brush' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderIcon_C, ScaleOnResize) == 0x0002F8, "Member 'UPlaceholderIcon_C::ScaleOnResize' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderIcon_C, Placeholder) == 0x000300, "Member 'UPlaceholderIcon_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderIcon_C, IsScaleX) == 0x000308, "Member 'UPlaceholderIcon_C::IsScaleX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContextMenuData \ static_assert(alignof(FContextMenuData) == 0x000008, "Wrong alignment on FContextMenuData"); \ static_assert(sizeof(FContextMenuData) == 0x000028, "Wrong size on FContextMenuData"); \ static_assert(offsetof(FContextMenuData, Type_2_02E4518B4A98DE20DA98F6969CB09D37) == 0x000000, "Member 'FContextMenuData::Type_2_02E4518B4A98DE20DA98F6969CB09D37' has a wrong offset!"); \ static_assert(offsetof(FContextMenuData, CouunIfSeparate_5_56B713014D970A4C2DFB20BCBB866B0A) == 0x000004, "Member 'FContextMenuData::CouunIfSeparate_5_56B713014D970A4C2DFB20BCBB866B0A' has a wrong offset!"); \ static_assert(offsetof(FContextMenuData, CanGetAll_10_0E3F342B4D98A190F177E59ED5E69F29) == 0x000008, "Member 'FContextMenuData::CanGetAll_10_0E3F342B4D98A190F177E59ED5E69F29' has a wrong offset!"); \ static_assert(offsetof(FContextMenuData, IsDisabled_12_70A28C074C3154DEFA0E8F8DD83B7015) == 0x000009, "Member 'FContextMenuData::IsDisabled_12_70A28C074C3154DEFA0E8F8DD83B7015' has a wrong offset!"); \ static_assert(offsetof(FContextMenuData, IsSeparator_14_50C81FE845500761CD8F58B467B246C2) == 0x00000A, "Member 'FContextMenuData::IsSeparator_14_50C81FE845500761CD8F58B467B246C2' has a wrong offset!"); \ static_assert(offsetof(FContextMenuData, SomeContext_17_9A8E2C2141227FBDE9E985BB602BC5F9) == 0x000010, "Member 'FContextMenuData::SomeContext_17_9A8E2C2141227FBDE9E985BB602BC5F9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base \ static_assert(alignof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base) == 0x000008, "Wrong alignment on ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base"); \ static_assert(sizeof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base) == 0x0001B8, "Wrong size on ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, EntryPoint) == 0x000000, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_int_Array_Index_Variable) == 0x000030, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Create_ReturnValue) == 0x000040, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_MenuItems) == 0x000048, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_MenuItems' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_WidgetToGetResponse) == 0x000058, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_WidgetToGetResponse' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_MenuAnchor) == 0x000060, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_MenuAnchor' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_InstigatorWidget) == 0x000068, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_InstigatorWidget' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_Item) == 0x000070, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Get_Item) == 0x000078, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A9, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_int_Loop_Counter_Variable_1) == 0x0000AC, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000BC, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Length_ReturnValue_2) == 0x0000C0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C4, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_AsContext_Menu_Inteface) == 0x0000C8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_AsContext_Menu_Inteface' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_struct_Variable) == 0x0000E0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Array_Add_ReturnValue) == 0x0000F8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_ItemType) == 0x0000FC, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_ItemType' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_SplitCount) == 0x000100, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_SplitCount' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_CustomEvent_Count) == 0x000104, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_BreakVector2D_X) == 0x000108, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_BreakVector2D_Y) == 0x00010C, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_Add_FloatFloat_ReturnValue) == 0x000110, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_AsContext_Menu_Inteface_1) == 0x000118, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_AsContext_Menu_Inteface_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_MakeVector2D_ReturnValue) == 0x00012C, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_MakeStruct_Margin) == 0x000134, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000148, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, Temp_struct_Variable_1) == 0x000150, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000168, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_SpawnObject_ReturnValue) == 0x000170, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000178, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_GetHUD_ReturnValue) == 0x000180, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_GetPlayerController_ReturnValue_2) == 0x000188, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000190, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_IsValid_ReturnValue) == 0x000199, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, CallFunc_GetHUD_ReturnValue_1) == 0x0001A0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_AsHUD_Ansora) == 0x0001A8, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base, K2Node_DynamicCast_bSuccess_3) == 0x0001B0, "Member 'ContextMenu_Base_C_ExecuteUbergraph_ContextMenu_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_Click_Event_0 \ static_assert(alignof(ContextMenu_Base_C_Click_Event_0) == 0x000004, "Wrong alignment on ContextMenu_Base_C_Click_Event_0"); \ static_assert(sizeof(ContextMenu_Base_C_Click_Event_0) == 0x00000C, "Wrong size on ContextMenu_Base_C_Click_Event_0"); \ static_assert(offsetof(ContextMenu_Base_C_Click_Event_0, ItemType) == 0x000000, "Member 'ContextMenu_Base_C_Click_Event_0::ItemType' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_Click_Event_0, SplitCount) == 0x000004, "Member 'ContextMenu_Base_C_Click_Event_0::SplitCount' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_Click_Event_0, Count) == 0x000008, "Member 'ContextMenu_Base_C_Click_Event_0::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_HoverItem \ static_assert(alignof(ContextMenu_Base_C_HoverItem) == 0x000008, "Wrong alignment on ContextMenu_Base_C_HoverItem"); \ static_assert(sizeof(ContextMenu_Base_C_HoverItem) == 0x000008, "Wrong size on ContextMenu_Base_C_HoverItem"); \ static_assert(offsetof(ContextMenu_Base_C_HoverItem, Item) == 0x000000, "Member 'ContextMenu_Base_C_HoverItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_DrawMenu \ static_assert(alignof(ContextMenu_Base_C_DrawMenu) == 0x000008, "Wrong alignment on ContextMenu_Base_C_DrawMenu"); \ static_assert(sizeof(ContextMenu_Base_C_DrawMenu) == 0x000028, "Wrong size on ContextMenu_Base_C_DrawMenu"); \ static_assert(offsetof(ContextMenu_Base_C_DrawMenu, MenuItems) == 0x000000, "Member 'ContextMenu_Base_C_DrawMenu::MenuItems' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_DrawMenu, WidgetToGetResponse) == 0x000010, "Member 'ContextMenu_Base_C_DrawMenu::WidgetToGetResponse' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_DrawMenu, MenuAnchor_0) == 0x000018, "Member 'ContextMenu_Base_C_DrawMenu::MenuAnchor_0' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_DrawMenu, InstigatorWidget_0) == 0x000020, "Member 'ContextMenu_Base_C_DrawMenu::InstigatorWidget_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_OnMouseButtonDown \ static_assert(alignof(ContextMenu_Base_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on ContextMenu_Base_C_OnMouseButtonDown"); \ static_assert(sizeof(ContextMenu_Base_C_OnMouseButtonDown) == 0x000218, "Wrong size on ContextMenu_Base_C_OnMouseButtonDown"); \ static_assert(offsetof(ContextMenu_Base_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'ContextMenu_Base_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'ContextMenu_Base_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'ContextMenu_Base_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'ContextMenu_Base_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_OnKeyDown \ static_assert(alignof(ContextMenu_Base_C_OnKeyDown) == 0x000008, "Wrong alignment on ContextMenu_Base_C_OnKeyDown"); \ static_assert(sizeof(ContextMenu_Base_C_OnKeyDown) == 0x0003A8, "Wrong size on ContextMenu_Base_C_OnKeyDown"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'ContextMenu_Base_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'ContextMenu_Base_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'ContextMenu_Base_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, LocalKey) == 0x000128, "Member 'ContextMenu_Base_C_OnKeyDown::LocalKey' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'ContextMenu_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000158, "Member 'ContextMenu_Base_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000160, "Member 'ContextMenu_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000178, "Member 'ContextMenu_Base_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, Temp_bool_Variable) == 0x000230, "Member 'ContextMenu_Base_C_OnKeyDown::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000238, "Member 'ContextMenu_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyDown, K2Node_Select_Default) == 0x0002F0, "Member 'ContextMenu_Base_C_OnKeyDown::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_GetHovered \ static_assert(alignof(ContextMenu_Base_C_GetHovered) == 0x000008, "Wrong alignment on ContextMenu_Base_C_GetHovered"); \ static_assert(sizeof(ContextMenu_Base_C_GetHovered) == 0x000040, "Wrong size on ContextMenu_Base_C_GetHovered"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, HoveredItem) == 0x000000, "Member 'ContextMenu_Base_C_GetHovered::HoveredItem' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ContextMenu_Base_C_GetHovered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'ContextMenu_Base_C_GetHovered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_Array_Get_Item) == 0x000018, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_GPI_IsHovered_self_CastInput) == 0x000028, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_GPI_IsHovered_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_GetHovered, CallFunc_GPI_IsHovered_isHovered) == 0x000038, "Member 'ContextMenu_Base_C_GetHovered::CallFunc_GPI_IsHovered_isHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_OnKeyUp \ static_assert(alignof(ContextMenu_Base_C_OnKeyUp) == 0x000008, "Wrong alignment on ContextMenu_Base_C_OnKeyUp"); \ static_assert(sizeof(ContextMenu_Base_C_OnKeyUp) == 0x0003C8, "Wrong size on ContextMenu_Base_C_OnKeyUp"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'ContextMenu_Base_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'ContextMenu_Base_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'ContextMenu_Base_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, LocalKey) == 0x000128, "Member 'ContextMenu_Base_C_OnKeyUp::LocalKey' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_PlayEvent2D_ReturnValue) == 0x000140, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000160, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000168, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000180, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000181, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x000182, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000188, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_GetHovered_HoveredItem) == 0x000240, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_GetHovered_HoveredItem' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_GetHovered_HoveredItem_1) == 0x000248, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_GetHovered_HoveredItem_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_IsValid_ReturnValue) == 0x000250, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_IsValid_ReturnValue_1) == 0x000251, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000252, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000253, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000258, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000310, "Member 'ContextMenu_Base_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_HandleNavigation \ static_assert(alignof(ContextMenu_Base_C_HandleNavigation) == 0x000008, "Wrong alignment on ContextMenu_Base_C_HandleNavigation"); \ static_assert(sizeof(ContextMenu_Base_C_HandleNavigation) == 0x000028, "Wrong size on ContextMenu_Base_C_HandleNavigation"); \ static_assert(offsetof(ContextMenu_Base_C_HandleNavigation, PressedKey) == 0x000000, "Member 'ContextMenu_Base_C_HandleNavigation::PressedKey' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleNavigation, CallFunc_PlayEvent2D_ReturnValue) == 0x000018, "Member 'ContextMenu_Base_C_HandleNavigation::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleNavigation, CallFunc_GetGamepadAction_Action) == 0x000020, "Member 'ContextMenu_Base_C_HandleNavigation::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleNavigation, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'ContextMenu_Base_C_HandleNavigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenu_Base_C_HandleStickMove \ static_assert(alignof(ContextMenu_Base_C_HandleStickMove) == 0x000008, "Wrong alignment on ContextMenu_Base_C_HandleStickMove"); \ static_assert(sizeof(ContextMenu_Base_C_HandleStickMove) == 0x000028, "Wrong size on ContextMenu_Base_C_HandleStickMove"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, Offset) == 0x000000, "Member 'ContextMenu_Base_C_HandleStickMove::Offset' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_Less_IntInt_ReturnValue) == 0x000004, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_GetPreviousIndex_OK) == 0x000005, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_GetPreviousIndex_OK' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_Array_Get_Item) == 0x000008, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_GetNextIndex_OK) == 0x000018, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_GetNextIndex_OK' has a wrong offset!"); \ static_assert(offsetof(ContextMenu_Base_C_HandleStickMove, CallFunc_Array_Get_Item_2) == 0x000020, "Member 'ContextMenu_Base_C_HandleStickMove::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UContextMenu_Base_C \ static_assert(alignof(UContextMenu_Base_C) == 0x000008, "Wrong alignment on UContextMenu_Base_C"); \ static_assert(sizeof(UContextMenu_Base_C) == 0x0002D8, "Wrong size on UContextMenu_Base_C"); \ static_assert(offsetof(UContextMenu_Base_C, UberGraphFrame) == 0x000260, "Member 'UContextMenu_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, BlockUnhover) == 0x000268, "Member 'UContextMenu_Base_C::BlockUnhover' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, Fon) == 0x000270, "Member 'UContextMenu_Base_C::Fon' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, INVENTORY_MENU) == 0x000278, "Member 'UContextMenu_Base_C::INVENTORY_MENU' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, ItemsVerticalBox) == 0x000280, "Member 'UContextMenu_Base_C::ItemsVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, Pointer) == 0x000288, "Member 'UContextMenu_Base_C::Pointer' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, SizeBox_0) == 0x000290, "Member 'UContextMenu_Base_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, Spacer) == 0x000298, "Member 'UContextMenu_Base_C::Spacer' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, Items) == 0x0002A0, "Member 'UContextMenu_Base_C::Items' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, ResponseWidget) == 0x0002B0, "Member 'UContextMenu_Base_C::ResponseWidget' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, MenuSize) == 0x0002B8, "Member 'UContextMenu_Base_C::MenuSize' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, MenuAnchor) == 0x0002C0, "Member 'UContextMenu_Base_C::MenuAnchor' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, InstigatorWidget) == 0x0002C8, "Member 'UContextMenu_Base_C::InstigatorWidget' has a wrong offset!"); \ static_assert(offsetof(UContextMenu_Base_C, GamepadController) == 0x0002D0, "Member 'UContextMenu_Base_C::GamepadController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal \ static_assert(alignof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal) == 0x000010, "Wrong alignment on IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal"); \ static_assert(sizeof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal) == 0x0000A0, "Wrong size on IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, EntryPoint) == 0x000000, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_Event_OtherActor) == 0x000020, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_AsBiome_Presets) == 0x000028, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_AsBiome_Presets' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_AsThird_Person_Character) == 0x000038, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_IsLocallyControlled_ReturnValue) == 0x000041, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000042, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_CustomEvent_PlayerCharacter_1) == 0x000048, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_CustomEvent_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, K2Node_CustomEvent_PlayerCharacter) == 0x000058, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::K2Node_CustomEvent_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000070, "Member 'IslandLoadingPortal_C_ExecuteUbergraph_IslandLoadingPortal::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandLoadingPortal_C_DestroyBlueWarp \ static_assert(alignof(IslandLoadingPortal_C_DestroyBlueWarp) == 0x000008, "Wrong alignment on IslandLoadingPortal_C_DestroyBlueWarp"); \ static_assert(sizeof(IslandLoadingPortal_C_DestroyBlueWarp) == 0x000008, "Wrong size on IslandLoadingPortal_C_DestroyBlueWarp"); \ static_assert(offsetof(IslandLoadingPortal_C_DestroyBlueWarp, PlayerCharacter) == 0x000000, "Member 'IslandLoadingPortal_C_DestroyBlueWarp::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandLoadingPortal_C_SpawnBlueWarp \ static_assert(alignof(IslandLoadingPortal_C_SpawnBlueWarp) == 0x000008, "Wrong alignment on IslandLoadingPortal_C_SpawnBlueWarp"); \ static_assert(sizeof(IslandLoadingPortal_C_SpawnBlueWarp) == 0x000008, "Wrong size on IslandLoadingPortal_C_SpawnBlueWarp"); \ static_assert(offsetof(IslandLoadingPortal_C_SpawnBlueWarp, PlayerCharacter) == 0x000000, "Member 'IslandLoadingPortal_C_SpawnBlueWarp::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IslandLoadingPortal_C_ReceiveActorBeginOverlap \ static_assert(alignof(IslandLoadingPortal_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on IslandLoadingPortal_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(IslandLoadingPortal_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on IslandLoadingPortal_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(IslandLoadingPortal_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'IslandLoadingPortal_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIslandLoadingPortal_C \ static_assert(alignof(AIslandLoadingPortal_C) == 0x000008, "Wrong alignment on AIslandLoadingPortal_C"); \ static_assert(sizeof(AIslandLoadingPortal_C) == 0x000268, "Wrong size on AIslandLoadingPortal_C"); \ static_assert(offsetof(AIslandLoadingPortal_C, UberGraphFrame) == 0x000228, "Member 'AIslandLoadingPortal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, ChildActor) == 0x000230, "Member 'AIslandLoadingPortal_C::ChildActor' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, Plane) == 0x000238, "Member 'AIslandLoadingPortal_C::Plane' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, Box) == 0x000240, "Member 'AIslandLoadingPortal_C::Box' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, DefaultSceneRoot) == 0x000248, "Member 'AIslandLoadingPortal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, ActivePlayer) == 0x000250, "Member 'AIslandLoadingPortal_C::ActivePlayer' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, ToIsland) == 0x000258, "Member 'AIslandLoadingPortal_C::ToIsland' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, TransportID) == 0x00025C, "Member 'AIslandLoadingPortal_C::TransportID' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, bEntrancePortal) == 0x000260, "Member 'AIslandLoadingPortal_C::bEntrancePortal' has a wrong offset!"); \ static_assert(offsetof(AIslandLoadingPortal_C, bExitPortal) == 0x000261, "Member 'AIslandLoadingPortal_C::bExitPortal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_MinerT5_C \ static_assert(alignof(ALL_MinerT5_C) == 0x000008, "Wrong alignment on ALL_MinerT5_C"); \ static_assert(sizeof(ALL_MinerT5_C) == 0x000248, "Wrong size on ALL_MinerT5_C"); \ static_assert(offsetof(ALL_MinerT5_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_MinerT5_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextMenuInteface_C_ContextMenu_ItemPressed \ static_assert(alignof(ContextMenuInteface_C_ContextMenu_ItemPressed) == 0x000008, "Wrong alignment on ContextMenuInteface_C_ContextMenu_ItemPressed"); \ static_assert(sizeof(ContextMenuInteface_C_ContextMenu_ItemPressed) == 0x000018, "Wrong size on ContextMenuInteface_C_ContextMenu_ItemPressed"); \ static_assert(offsetof(ContextMenuInteface_C_ContextMenu_ItemPressed, ItemType) == 0x000000, "Member 'ContextMenuInteface_C_ContextMenu_ItemPressed::ItemType' has a wrong offset!"); \ static_assert(offsetof(ContextMenuInteface_C_ContextMenu_ItemPressed, SplitCount) == 0x000004, "Member 'ContextMenuInteface_C_ContextMenu_ItemPressed::SplitCount' has a wrong offset!"); \ static_assert(offsetof(ContextMenuInteface_C_ContextMenu_ItemPressed, Count) == 0x000008, "Member 'ContextMenuInteface_C_ContextMenu_ItemPressed::Count' has a wrong offset!"); \ static_assert(offsetof(ContextMenuInteface_C_ContextMenu_ItemPressed, InstigatorWidget) == 0x000010, "Member 'ContextMenuInteface_C_ContextMenu_ItemPressed::InstigatorWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IContextMenuInteface_C \ static_assert(alignof(IContextMenuInteface_C) == 0x000001, "Wrong alignment on IContextMenuInteface_C"); \ static_assert(sizeof(IContextMenuInteface_C) == 0x000001, "Wrong size on IContextMenuInteface_C"); \ #define DUMPER7_ASSERTS_IconTopLabel_C_SetCount \ static_assert(alignof(IconTopLabel_C_SetCount) == 0x000008, "Wrong alignment on IconTopLabel_C_SetCount"); \ static_assert(sizeof(IconTopLabel_C_SetCount) == 0x000070, "Wrong size on IconTopLabel_C_SetCount"); \ static_assert(offsetof(IconTopLabel_C_SetCount, Count_0) == 0x000000, "Member 'IconTopLabel_C_SetCount::Count_0' has a wrong offset!"); \ static_assert(offsetof(IconTopLabel_C_SetCount, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'IconTopLabel_C_SetCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IconTopLabel_C_SetCount, K2Node_MakeArray_Array) == 0x000048, "Member 'IconTopLabel_C_SetCount::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IconTopLabel_C_SetCount, CallFunc_Format_ReturnValue) == 0x000058, "Member 'IconTopLabel_C_SetCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconTopLabel_C_SetIcon \ static_assert(alignof(IconTopLabel_C_SetIcon) == 0x000008, "Wrong alignment on IconTopLabel_C_SetIcon"); \ static_assert(sizeof(IconTopLabel_C_SetIcon) == 0x000008, "Wrong size on IconTopLabel_C_SetIcon"); \ static_assert(offsetof(IconTopLabel_C_SetIcon, Texture) == 0x000000, "Member 'IconTopLabel_C_SetIcon::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIconTopLabel_C \ static_assert(alignof(UIconTopLabel_C) == 0x000008, "Wrong alignment on UIconTopLabel_C"); \ static_assert(sizeof(UIconTopLabel_C) == 0x000280, "Wrong size on UIconTopLabel_C"); \ static_assert(offsetof(UIconTopLabel_C, Count) == 0x000260, "Member 'UIconTopLabel_C::Count' has a wrong offset!"); \ static_assert(offsetof(UIconTopLabel_C, Icon) == 0x000268, "Member 'UIconTopLabel_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UIconTopLabel_C, Image_95) == 0x000270, "Member 'UIconTopLabel_C::Image_95' has a wrong offset!"); \ static_assert(offsetof(UIconTopLabel_C, Image_168) == 0x000278, "Member 'UIconTopLabel_C::Image_168' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource \ static_assert(alignof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource) == 0x000008, "Wrong alignment on BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource"); \ static_assert(sizeof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource) == 0x000088, "Wrong size on BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, EntryPoint) == 0x000000, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, K2Node_CustomEvent_Resource) == 0x000008, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::K2Node_CustomEvent_Resource' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, K2Node_CustomEvent_PlayerCount) == 0x000018, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::K2Node_CustomEvent_PlayerCount' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, K2Node_Event_IsDesignTime) == 0x000050, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, CallFunc_MakeLiteralText_ReturnValue) == 0x000058, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource, CallFunc_TextToUpper_ReturnValue) == 0x000070, "Member 'BenchV2_DurabilityRepairResource_C_ExecuteUbergraph_BenchV2_DurabilityRepairResource::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_DurabilityRepairResource_C_PreConstruct \ static_assert(alignof(BenchV2_DurabilityRepairResource_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_DurabilityRepairResource_C_PreConstruct"); \ static_assert(sizeof(BenchV2_DurabilityRepairResource_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_DurabilityRepairResource_C_PreConstruct"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_DurabilityRepairResource_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_DurabilityRepairResource_C_Draw \ static_assert(alignof(BenchV2_DurabilityRepairResource_C_Draw) == 0x000008, "Wrong alignment on BenchV2_DurabilityRepairResource_C_Draw"); \ static_assert(sizeof(BenchV2_DurabilityRepairResource_C_Draw) == 0x000018, "Wrong size on BenchV2_DurabilityRepairResource_C_Draw"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_Draw, Resource) == 0x000000, "Member 'BenchV2_DurabilityRepairResource_C_Draw::Resource' has a wrong offset!"); \ static_assert(offsetof(BenchV2_DurabilityRepairResource_C_Draw, PlayerCount) == 0x000010, "Member 'BenchV2_DurabilityRepairResource_C_Draw::PlayerCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_DurabilityRepairResource_C \ static_assert(alignof(UBenchV2_DurabilityRepairResource_C) == 0x000008, "Wrong alignment on UBenchV2_DurabilityRepairResource_C"); \ static_assert(sizeof(UBenchV2_DurabilityRepairResource_C) == 0x0002A8, "Wrong size on UBenchV2_DurabilityRepairResource_C"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_DurabilityRepairResource_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, Count) == 0x000268, "Member 'UBenchV2_DurabilityRepairResource_C::Count' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, CountDelimetr) == 0x000270, "Member 'UBenchV2_DurabilityRepairResource_C::CountDelimetr' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, CountTotal_1) == 0x000278, "Member 'UBenchV2_DurabilityRepairResource_C::CountTotal_1' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, IconNeed) == 0x000280, "Member 'UBenchV2_DurabilityRepairResource_C::IconNeed' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, Image_702) == 0x000288, "Member 'UBenchV2_DurabilityRepairResource_C::Image_702' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, NeedBack) == 0x000290, "Member 'UBenchV2_DurabilityRepairResource_C::NeedBack' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, NeedLabelBack) == 0x000298, "Member 'UBenchV2_DurabilityRepairResource_C::NeedLabelBack' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_DurabilityRepairResource_C, TextBlock_781) == 0x0002A0, "Member 'UBenchV2_DurabilityRepairResource_C::TextBlock_781' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage \ static_assert(alignof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage) == 0x000008, "Wrong alignment on BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage"); \ static_assert(sizeof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage) == 0x000058, "Wrong size on BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, EntryPoint) == 0x000000, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_Event_Owner) == 0x000018, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_Event_OwnerAsController) == 0x000020, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CustomEvent_DamagedActor) == 0x000030, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CustomEvent_Damage) == 0x000038, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CustomEvent_DamageType) == 0x000040, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CustomEvent_InstigatedBy) == 0x000048, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage, K2Node_CustomEvent_DamageCauser) == 0x000050, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ExecuteUbergraph_BirdTeleport_ReplanOnTakeDamage::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0 \ static_assert(alignof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0) == 0x000008, "Wrong alignment on BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0"); \ static_assert(sizeof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0) == 0x000028, "Wrong size on BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0, DamagedActor) == 0x000000, "Member 'BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0, Damage) == 0x000008, "Member 'BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0, DamageType) == 0x000010, "Member 'BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0, InstigatedBy) == 0x000018, "Member 'BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0, DamageCauser) == 0x000020, "Member 'BirdTeleport_ReplanOnTakeDamage_C_OnTakeAnyDamage_Event_0::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart \ static_assert(alignof(BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart"); \ static_assert(sizeof(BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart) == 0x000018, "Wrong size on BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'BirdTeleport_ReplanOnTakeDamage_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBirdTeleport_ReplanOnTakeDamage_C \ static_assert(alignof(UBirdTeleport_ReplanOnTakeDamage_C) == 0x000008, "Wrong alignment on UBirdTeleport_ReplanOnTakeDamage_C"); \ static_assert(sizeof(UBirdTeleport_ReplanOnTakeDamage_C) == 0x0000C0, "Wrong size on UBirdTeleport_ReplanOnTakeDamage_C"); \ static_assert(offsetof(UBirdTeleport_ReplanOnTakeDamage_C, UberGraphFrame) == 0x000090, "Member 'UBirdTeleport_ReplanOnTakeDamage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBirdTeleport_ReplanOnTakeDamage_C, Key) == 0x000098, "Member 'UBirdTeleport_ReplanOnTakeDamage_C::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount \ static_assert(alignof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount) == 0x000008, "Wrong alignment on BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount"); \ static_assert(sizeof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount) == 0x000128, "Wrong size on BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, EntryPoint) == 0x000000, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_CustomEvent_Count) == 0x000008, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_CustomEvent_EffectType) == 0x00000C, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_CustomEvent_EffectType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000E, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000F, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000011, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_Conv_FloatToText_ReturnValue) == 0x000018, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_SelectString_ReturnValue) == 0x000030, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_SelectColor_ReturnValue) == 0x0000E0, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount, CallFunc_SelectColor_ReturnValue_1) == 0x000118, "Member 'BenchV2_Elem_EffectCount_C_ExecuteUbergraph_BenchV2_Elem_EffectCount::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_EffectCount_C_Draw \ static_assert(alignof(BenchV2_Elem_EffectCount_C_Draw) == 0x000004, "Wrong alignment on BenchV2_Elem_EffectCount_C_Draw"); \ static_assert(sizeof(BenchV2_Elem_EffectCount_C_Draw) == 0x000008, "Wrong size on BenchV2_Elem_EffectCount_C_Draw"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_Draw, Count) == 0x000000, "Member 'BenchV2_Elem_EffectCount_C_Draw::Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_Draw, EffectType) == 0x000004, "Member 'BenchV2_Elem_EffectCount_C_Draw::EffectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_EffectCount_C_PreConstruct \ static_assert(alignof(BenchV2_Elem_EffectCount_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Elem_EffectCount_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Elem_EffectCount_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Elem_EffectCount_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Elem_EffectCount_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Elem_EffectCount_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Elem_EffectCount_C \ static_assert(alignof(UBenchV2_Elem_EffectCount_C) == 0x000008, "Wrong alignment on UBenchV2_Elem_EffectCount_C"); \ static_assert(sizeof(UBenchV2_Elem_EffectCount_C) == 0x0002E8, "Wrong size on UBenchV2_Elem_EffectCount_C"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Elem_EffectCount_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, Border_0) == 0x000268, "Member 'UBenchV2_Elem_EffectCount_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, CountText) == 0x000270, "Member 'UBenchV2_Elem_EffectCount_C::CountText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, Left) == 0x000278, "Member 'UBenchV2_Elem_EffectCount_C::Left' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, Right) == 0x000280, "Member 'UBenchV2_Elem_EffectCount_C::Right' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, Font) == 0x000288, "Member 'UBenchV2_Elem_EffectCount_C::Font' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, TestCount) == 0x0002E0, "Member 'UBenchV2_Elem_EffectCount_C::TestCount' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_EffectCount_C, VerticalPadding) == 0x0002E4, "Member 'UBenchV2_Elem_EffectCount_C::VerticalPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton \ static_assert(alignof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton) == 0x000008, "Wrong alignment on BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton) == 0x000168, "Wrong size on BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, EntryPoint) == 0x000000, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_Show) == 0x000010, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_IsHold_1) == 0x000011, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_IsHold) == 0x000012, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_IsDesignTime) == 0x000013, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, CallFunc_TextToUpper_ReturnValue) == 0x000018, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_MyGeometry) == 0x000030, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_MouseEvent_1) == 0x000068, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_Event_MouseEvent) == 0x0000D8, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, CallFunc_PlayAnimation_ReturnValue) == 0x000148, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, K2Node_CustomEvent_Texture) == 0x000150, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::K2Node_CustomEvent_Texture' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000158, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BenchV2_SelectTableButton_C_ExecuteUbergraph_BenchV2_SelectTableButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_ShowWeaponIcon \ static_assert(alignof(BenchV2_SelectTableButton_C_ShowWeaponIcon) == 0x000008, "Wrong alignment on BenchV2_SelectTableButton_C_ShowWeaponIcon"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_ShowWeaponIcon) == 0x000008, "Wrong size on BenchV2_SelectTableButton_C_ShowWeaponIcon"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_ShowWeaponIcon, Texture_0) == 0x000000, "Member 'BenchV2_SelectTableButton_C_ShowWeaponIcon::Texture_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_OnMouseLeave \ static_assert(alignof(BenchV2_SelectTableButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on BenchV2_SelectTableButton_C_OnMouseLeave"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_OnMouseLeave) == 0x000070, "Wrong size on BenchV2_SelectTableButton_C_OnMouseLeave"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'BenchV2_SelectTableButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_OnMouseEnter \ static_assert(alignof(BenchV2_SelectTableButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on BenchV2_SelectTableButton_C_OnMouseEnter"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on BenchV2_SelectTableButton_C_OnMouseEnter"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'BenchV2_SelectTableButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'BenchV2_SelectTableButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_PreConstruct \ static_assert(alignof(BenchV2_SelectTableButton_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_PreConstruct"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_PreConstruct"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_SelectTableButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_GPI_HoldRight \ static_assert(alignof(BenchV2_SelectTableButton_C_GPI_HoldRight) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_GPI_HoldRight"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_GPI_HoldRight) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_GPI_HoldRight"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'BenchV2_SelectTableButton_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_GPI_HoldLeft \ static_assert(alignof(BenchV2_SelectTableButton_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_GPI_HoldLeft"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_GPI_HoldLeft) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_GPI_HoldLeft"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'BenchV2_SelectTableButton_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_GPI_ShowGamepadMode \ static_assert(alignof(BenchV2_SelectTableButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'BenchV2_SelectTableButton_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_OnMouseButtonDown \ static_assert(alignof(BenchV2_SelectTableButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on BenchV2_SelectTableButton_C_OnMouseButtonDown"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on BenchV2_SelectTableButton_C_OnMouseButtonDown"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BenchV2_SelectTableButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'BenchV2_SelectTableButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'BenchV2_SelectTableButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'BenchV2_SelectTableButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_GPI_IsHoverable \ static_assert(alignof(BenchV2_SelectTableButton_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_GPI_IsHoverable"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_GPI_IsHoverable) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_GPI_IsHoverable"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'BenchV2_SelectTableButton_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTableButton_C_GPI_IsHovered \ static_assert(alignof(BenchV2_SelectTableButton_C_GPI_IsHovered) == 0x000001, "Wrong alignment on BenchV2_SelectTableButton_C_GPI_IsHovered"); \ static_assert(sizeof(BenchV2_SelectTableButton_C_GPI_IsHovered) == 0x000001, "Wrong size on BenchV2_SelectTableButton_C_GPI_IsHovered"); \ static_assert(offsetof(BenchV2_SelectTableButton_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'BenchV2_SelectTableButton_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_SelectTableButton_C \ static_assert(alignof(UBenchV2_SelectTableButton_C) == 0x000008, "Wrong alignment on UBenchV2_SelectTableButton_C"); \ static_assert(sizeof(UBenchV2_SelectTableButton_C) == 0x000318, "Wrong size on UBenchV2_SelectTableButton_C"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_SelectTableButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, AnimationHover) == 0x000268, "Member 'UBenchV2_SelectTableButton_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, Bacground) == 0x000270, "Member 'UBenchV2_SelectTableButton_C::Bacground' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, HoverArrow) == 0x000278, "Member 'UBenchV2_SelectTableButton_C::HoverArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, LabelOverlay) == 0x000280, "Member 'UBenchV2_SelectTableButton_C::LabelOverlay' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, LabelText) == 0x000288, "Member 'UBenchV2_SelectTableButton_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, LabelTExture) == 0x000290, "Member 'UBenchV2_SelectTableButton_C::LabelTExture' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, LeftArrow) == 0x000298, "Member 'UBenchV2_SelectTableButton_C::LeftArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, MainIcon) == 0x0002A0, "Member 'UBenchV2_SelectTableButton_C::MainIcon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, RightArrow) == 0x0002A8, "Member 'UBenchV2_SelectTableButton_C::RightArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, WeaponIcon) == 0x0002B0, "Member 'UBenchV2_SelectTableButton_C::WeaponIcon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, Texture) == 0x0002B8, "Member 'UBenchV2_SelectTableButton_C::Texture' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, Text) == 0x0002C0, "Member 'UBenchV2_SelectTableButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, LabelAngle) == 0x0002D8, "Member 'UBenchV2_SelectTableButton_C::LabelAngle' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, OnClick) == 0x0002E0, "Member 'UBenchV2_SelectTableButton_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, Hover) == 0x0002F0, "Member 'UBenchV2_SelectTableButton_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, Unhover) == 0x000300, "Member 'UBenchV2_SelectTableButton_C::Unhover' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTableButton_C, ButtonHovered) == 0x000310, "Member 'UBenchV2_SelectTableButton_C::ButtonHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecoratorNeedInspectNoise_C_PerformConditionCheck \ static_assert(alignof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecoratorNeedInspectNoise_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck) == 0x000038, "Wrong size on HTNDecoratorNeedInspectNoise_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_IsValidAILocation_ReturnValue) == 0x000029, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_IsValidAILocation_ReturnValue_1) == 0x00002B, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_IsValidAILocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002C, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue_1) == 0x00002E, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002F, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_BooleanOR_ReturnValue) == 0x000030, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorNeedInspectNoise_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue_2) == 0x000031, "Member 'HTNDecoratorNeedInspectNoise_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecoratorNeedInspectNoise_C \ static_assert(alignof(UHTNDecoratorNeedInspectNoise_C) == 0x000008, "Wrong alignment on UHTNDecoratorNeedInspectNoise_C"); \ static_assert(sizeof(UHTNDecoratorNeedInspectNoise_C) == 0x000088, "Wrong size on UHTNDecoratorNeedInspectNoise_C"); \ #define DUMPER7_ASSERTS_ACE_Shock_C \ static_assert(alignof(ACE_Shock_C) == 0x000008, "Wrong alignment on ACE_Shock_C"); \ static_assert(sizeof(ACE_Shock_C) == 0x000338, "Wrong size on ACE_Shock_C"); \ static_assert(offsetof(ACE_Shock_C, DefaultSceneRoot) == 0x000330, "Member 'ACE_Shock_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_Arc_C \ static_assert(alignof(UDamageType_Arc_C) == 0x000008, "Wrong alignment on UDamageType_Arc_C"); \ static_assert(sizeof(UDamageType_Arc_C) == 0x000058, "Wrong size on UDamageType_Arc_C"); \ #define DUMPER7_ASSERTS_InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu \ static_assert(alignof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu) == 0x000008, "Wrong alignment on InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu"); \ static_assert(sizeof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu) == 0x0000A8, "Wrong size on InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, EntryPoint) == 0x000000, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable) == 0x000004, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_bool_Variable) == 0x000005, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable_1) == 0x000006, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable_2) == 0x000007, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable_3) == 0x000008, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_bool_Variable_1) == 0x000009, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable_4) == 0x00000A, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_byte_Variable_5) == 0x00000B, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000010, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_AsFGCharacter) == 0x000020, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x000030, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_AsFGCharacter_1) == 0x000040, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_3) == 0x000049, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_2) == 0x000050, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_4) == 0x000058, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_5) == 0x000059, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetItemType_ReturnValue) == 0x000060, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_ClassIsChildOf_ReturnValue) == 0x000068, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000070, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_6) == 0x000078, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetValueAsInt_ReturnValue) == 0x00007C, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x000080, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_Select_Default) == 0x000082, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, Temp_bool_Variable_2) == 0x000083, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_7) == 0x000084, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_Select_Default_1) == 0x000085, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_8) == 0x000086, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_GetOwningPlayerPawn_ReturnValue_3) == 0x000088, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_GetOwningPlayerPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_9) == 0x000090, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_AsFGInventory_Component) == 0x000098, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_AsFGInventory_Component' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_IsValid_ReturnValue_10) == 0x0000A1, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, CallFunc_CanRotate_ReturnValue) == 0x0000A2, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::CallFunc_CanRotate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu, K2Node_Select_Default_2) == 0x0000A3, "Member 'InventoryContextMenu_C_ExecuteUbergraph_InventoryContextMenu::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryContextMenu_C \ static_assert(alignof(UInventoryContextMenu_C) == 0x000008, "Wrong alignment on UInventoryContextMenu_C"); \ static_assert(sizeof(UInventoryContextMenu_C) == 0x0002A8, "Wrong size on UInventoryContextMenu_C"); \ static_assert(offsetof(UInventoryContextMenu_C, UberGraphFrame) == 0x000260, "Member 'UInventoryContextMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, DropButton) == 0x000268, "Member 'UInventoryContextMenu_C::DropButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, RotateButton) == 0x000270, "Member 'UInventoryContextMenu_C::RotateButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, SplitButton) == 0x000278, "Member 'UInventoryContextMenu_C::SplitButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, UnloadButton) == 0x000280, "Member 'UInventoryContextMenu_C::UnloadButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, UseButton) == 0x000288, "Member 'UInventoryContextMenu_C::UseButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, Placeholder) == 0x000290, "Member 'UInventoryContextMenu_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryContextMenu_C, OnClose) == 0x000298, "Member 'UInventoryContextMenu_C::OnClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual \ static_assert(alignof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual"); \ static_assert(sizeof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual) == 0x000240, "Wrong size on PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, EntryPoint) == 0x000000, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_Variable) == 0x000004, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_int_Array_Index_Variable) == 0x000018, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_IsClosed_Variable) == 0x000028, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_Has_Been_Initd_Variable) == 0x000029, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_Event_MyGeometry) == 0x000038, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_Event_InDeltaTime) == 0x000070, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_Has_Been_Initd_Variable_1) == 0x000074, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsValid_ReturnValue) == 0x000075, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetIcon_ReturnValue) == 0x000078, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x000080, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000084, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_MakeVector2D_ReturnValue) == 0x000088, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_BreakVector2D_X) == 0x000090, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_BreakVector2D_Y) == 0x000094, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetAllWidgetsWithInterface_FoundWidgets) == 0x000098, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetAllWidgetsWithInterface_FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000AC, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000B0, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_Select_Default) == 0x0000B8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000C0, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetMousePositionOnViewport_ReturnValue) == 0x0000CC, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetMousePositionOnViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000D4, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x0000DC, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0000F0, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsICustom_Drag_Drop) == 0x0000F8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsICustom_Drag_Drop' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsFGUser_Widget) == 0x000110, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsFGUser_Widget' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetCachedGeometry_ReturnValue) == 0x00011C, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsTickedRecently_ReturnValue) == 0x000154, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsTickedRecently_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_IsClosed_Variable_1) == 0x00015C, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsICustom_Drag_Drop_1) == 0x000160, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsICustom_Drag_Drop_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_3) == 0x000170, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsValid_ReturnValue_1) == 0x000171, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000172, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_bool_Variable_1) == 0x000173, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_Select_Default_1) == 0x000174, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsICustom_Drag_Drop_2) == 0x000178, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsICustom_Drag_Drop_2' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_4) == 0x000188, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsValid_ReturnValue_2) == 0x000189, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Distance2D_ReturnValue) == 0x00018C, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000190, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Not_PreBool_ReturnValue) == 0x000191, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, Temp_int_Loop_Counter_Variable_1) == 0x000194, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Add_IntInt_ReturnValue_1) == 0x00019C, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A0, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsICustom_Drag_Drop_3) == 0x0001A8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsICustom_Drag_Drop_3' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_5) == 0x0001B8, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsValid_ReturnValue_3) == 0x0001B9, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetMousePositionOnPlatform_ReturnValue) == 0x0001BC, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetMousePositionOnPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x0001C4, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsUnderLocation_ReturnValue) == 0x0001FC, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsUnderLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_LocalToViewport_PixelPosition) == 0x000200, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_LocalToViewport_ViewportPosition) == 0x000208, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_BooleanAND_ReturnValue) == 0x000210, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_IsInViewport_ReturnValue) == 0x000211, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Array_Length_ReturnValue_1) == 0x000214, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Array_Get_Item_1) == 0x000218, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, CallFunc_Less_IntInt_ReturnValue_1) == 0x000220, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_AsICustom_Drag_Drop_4) == 0x000228, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_AsICustom_Drag_Drop_4' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual, K2Node_DynamicCast_bSuccess_6) == 0x000238, "Member 'PlaceholderDragVisual_C_ExecuteUbergraph_PlaceholderDragVisual::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_Tick \ static_assert(alignof(PlaceholderDragVisual_C_Tick) == 0x000004, "Wrong alignment on PlaceholderDragVisual_C_Tick"); \ static_assert(sizeof(PlaceholderDragVisual_C_Tick) == 0x00003C, "Wrong size on PlaceholderDragVisual_C_Tick"); \ static_assert(offsetof(PlaceholderDragVisual_C_Tick, MyGeometry) == 0x000000, "Member 'PlaceholderDragVisual_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Tick, InDeltaTime) == 0x000038, "Member 'PlaceholderDragVisual_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_OnMouseMove \ static_assert(alignof(PlaceholderDragVisual_C_OnMouseMove) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_OnMouseMove"); \ static_assert(sizeof(PlaceholderDragVisual_C_OnMouseMove) == 0x000168, "Wrong size on PlaceholderDragVisual_C_OnMouseMove"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseMove, MyGeometry) == 0x000000, "Member 'PlaceholderDragVisual_C_OnMouseMove::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseMove, MouseEvent) == 0x000038, "Member 'PlaceholderDragVisual_C_OnMouseMove::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseMove, ReturnValue) == 0x0000A8, "Member 'PlaceholderDragVisual_C_OnMouseMove::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseMove, bfound_0) == 0x000160, "Member 'PlaceholderDragVisual_C_OnMouseMove::bfound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_OnMouseButtonDown \ static_assert(alignof(PlaceholderDragVisual_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_OnMouseButtonDown"); \ static_assert(sizeof(PlaceholderDragVisual_C_OnMouseButtonDown) == 0x000258, "Wrong size on PlaceholderDragVisual_C_OnMouseButtonDown"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000179, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue_1) == 0x000180, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_BooleanAND_ReturnValue) == 0x000198, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000199, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x0001A0, "Member 'PlaceholderDragVisual_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_OnMouseButtonUp \ static_assert(alignof(PlaceholderDragVisual_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_OnMouseButtonUp"); \ static_assert(sizeof(PlaceholderDragVisual_C_OnMouseButtonUp) == 0x000300, "Wrong size on PlaceholderDragVisual_C_OnMouseButtonUp"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000238, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_Drop_NewDragWidget) == 0x0002F0, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_Drop_NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_Drop_Successed) == 0x0002F8, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_Drop_Successed' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue) == 0x0002F9, "Member 'PlaceholderDragVisual_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_Drop \ static_assert(alignof(PlaceholderDragVisual_C_Drop) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_Drop"); \ static_assert(sizeof(PlaceholderDragVisual_C_Drop) == 0x000040, "Wrong size on PlaceholderDragVisual_C_Drop"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, NewDragWidget) == 0x000000, "Member 'PlaceholderDragVisual_C_Drop::NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, Successed) == 0x000008, "Member 'PlaceholderDragVisual_C_Drop::Successed' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, Success) == 0x000009, "Member 'PlaceholderDragVisual_C_Drop::Success' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, NewWidget) == 0x000010, "Member 'PlaceholderDragVisual_C_Drop::NewWidget' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, K2Node_DynamicCast_AsICustom_Drag_Drop) == 0x000018, "Member 'PlaceholderDragVisual_C_Drop::K2Node_DynamicCast_AsICustom_Drag_Drop' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlaceholderDragVisual_C_Drop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'PlaceholderDragVisual_C_Drop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, CallFunc_OnCustomDragDrop_NewDragWidget) == 0x000030, "Member 'PlaceholderDragVisual_C_Drop::CallFunc_OnCustomDragDrop_NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_Drop, CallFunc_OnCustomDragDrop_bSuccess) == 0x000038, "Member 'PlaceholderDragVisual_C_Drop::CallFunc_OnCustomDragDrop_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_CancelDrag \ static_assert(alignof(PlaceholderDragVisual_C_CancelDrag) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_CancelDrag"); \ static_assert(sizeof(PlaceholderDragVisual_C_CancelDrag) == 0x000038, "Wrong size on PlaceholderDragVisual_C_CancelDrag"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, Temp_int_Array_Index_Variable) == 0x000000, "Member 'PlaceholderDragVisual_C_CancelDrag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, CallFunc_Array_Get_Item) == 0x000008, "Member 'PlaceholderDragVisual_C_CancelDrag::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, K2Node_DynamicCast_AsICustom_Drag_Drop) == 0x000010, "Member 'PlaceholderDragVisual_C_CancelDrag::K2Node_DynamicCast_AsICustom_Drag_Drop' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'PlaceholderDragVisual_C_CancelDrag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'PlaceholderDragVisual_C_CancelDrag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'PlaceholderDragVisual_C_CancelDrag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'PlaceholderDragVisual_C_CancelDrag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_CancelDrag, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'PlaceholderDragVisual_C_CancelDrag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_Destroy \ static_assert(alignof(PlaceholderDragVisual_C_Destroy) == 0x000001, "Wrong alignment on PlaceholderDragVisual_C_Destroy"); \ static_assert(sizeof(PlaceholderDragVisual_C_Destroy) == 0x000001, "Wrong size on PlaceholderDragVisual_C_Destroy"); \ static_assert(offsetof(PlaceholderDragVisual_C_Destroy, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'PlaceholderDragVisual_C_Destroy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaceholderDragVisual_C_GetPlaceholder \ static_assert(alignof(PlaceholderDragVisual_C_GetPlaceholder) == 0x000008, "Wrong alignment on PlaceholderDragVisual_C_GetPlaceholder"); \ static_assert(sizeof(PlaceholderDragVisual_C_GetPlaceholder) == 0x000028, "Wrong size on PlaceholderDragVisual_C_GetPlaceholder"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, ReturnValue) == 0x000000, "Member 'PlaceholderDragVisual_C_GetPlaceholder::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'PlaceholderDragVisual_C_GetPlaceholder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, CallFunc_GetSlot_ReturnValue) == 0x000010, "Member 'PlaceholderDragVisual_C_GetPlaceholder::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, CallFunc_GetPlaceholder_ReturnValue) == 0x000018, "Member 'PlaceholderDragVisual_C_GetPlaceholder::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'PlaceholderDragVisual_C_GetPlaceholder::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlaceholderDragVisual_C_GetPlaceholder, CallFunc_IsValid_ReturnValue_2) == 0x000021, "Member 'PlaceholderDragVisual_C_GetPlaceholder::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaceholderDragVisual_C \ static_assert(alignof(UPlaceholderDragVisual_C) == 0x000008, "Wrong alignment on UPlaceholderDragVisual_C"); \ static_assert(sizeof(UPlaceholderDragVisual_C) == 0x0002D8, "Wrong size on UPlaceholderDragVisual_C"); \ static_assert(offsetof(UPlaceholderDragVisual_C, UberGraphFrame) == 0x000260, "Member 'UPlaceholderDragVisual_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, Icon) == 0x000268, "Member 'UPlaceholderDragVisual_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, SizeBox) == 0x000270, "Member 'UPlaceholderDragVisual_C::SizeBox' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, Placeholder) == 0x000278, "Member 'UPlaceholderDragVisual_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, InventoryCellSize) == 0x000280, "Member 'UPlaceholderDragVisual_C::InventoryCellSize' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, PayloadPlaceholder) == 0x000288, "Member 'UPlaceholderDragVisual_C::PayloadPlaceholder' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, DragListeners) == 0x000290, "Member 'UPlaceholderDragVisual_C::DragListeners' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, bDragDetected) == 0x0002A0, "Member 'UPlaceholderDragVisual_C::bDragDetected' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, CurrentWidget) == 0x0002A8, "Member 'UPlaceholderDragVisual_C::CurrentWidget' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, StartPosition) == 0x0002B0, "Member 'UPlaceholderDragVisual_C::StartPosition' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, DragThreshold) == 0x0002B8, "Member 'UPlaceholderDragVisual_C::DragThreshold' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, Player) == 0x0002C0, "Member 'UPlaceholderDragVisual_C::Player' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, bfound) == 0x0002C8, "Member 'UPlaceholderDragVisual_C::bfound' has a wrong offset!"); \ static_assert(offsetof(UPlaceholderDragVisual_C, UpdateTimer) == 0x0002D0, "Member 'UPlaceholderDragVisual_C::UpdateTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation \ static_assert(alignof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation) == 0x000008, "Wrong alignment on HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation"); \ static_assert(sizeof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation) == 0x0000A0, "Wrong size on HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, EntryPoint) == 0x000000, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_Owner_1) == 0x000008, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_OwnerAsController_1) == 0x000010, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_Owner) == 0x000020, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_OwnerAsController) == 0x000028, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_ControlledPawn) == 0x000030, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, K2Node_Event_DeltaTime) == 0x000038, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000058, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue_1) == 0x000060, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00006C, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000078, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000084, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue_1) == 0x000090, "Member 'HTN_DebugLocation_C_ExecuteUbergraph_HTN_DebugLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_DebugLocation_C_ReceiveTick \ static_assert(alignof(HTN_DebugLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_DebugLocation_C_ReceiveTick"); \ static_assert(sizeof(HTN_DebugLocation_C_ReceiveTick) == 0x000020, "Wrong size on HTN_DebugLocation_C_ReceiveTick"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_DebugLocation_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_DebugLocation_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_DebugLocation_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_DebugLocation_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_DebugLocation_C_ReceiveExecutionStart \ static_assert(alignof(HTN_DebugLocation_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_DebugLocation_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_DebugLocation_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_DebugLocation_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_DebugLocation_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_DebugLocation_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_DebugLocation_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_DebugLocation_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_DebugLocation_C \ static_assert(alignof(UHTN_DebugLocation_C) == 0x000008, "Wrong alignment on UHTN_DebugLocation_C"); \ static_assert(sizeof(UHTN_DebugLocation_C) == 0x0000C8, "Wrong size on UHTN_DebugLocation_C"); \ static_assert(offsetof(UHTN_DebugLocation_C, UberGraphFrame) == 0x000090, "Member 'UHTN_DebugLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_DebugLocation_C, Key) == 0x000098, "Member 'UHTN_DebugLocation_C::Key' has a wrong offset!"); \ static_assert(offsetof(UHTN_DebugLocation_C, bEnabled) == 0x0000C0, "Member 'UHTN_DebugLocation_C::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder \ static_assert(alignof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder"); \ static_assert(sizeof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder) == 0x000258, "Wrong size on InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, EntryPoint) == 0x000000, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_byte_Variable) == 0x000004, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_byte_Variable_1) == 0x000005, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_byte_Variable_2) == 0x000006, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_text_Variable) == 0x000008, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_text_Variable_1) == 0x000020, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_text_Variable_2) == 0x000038, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_text_Variable_3) == 0x000050, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_text_Variable_4) == 0x000068, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_byte_Variable_3) == 0x000080, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable) == 0x000084, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_1) == 0x000094, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_2) == 0x0000A4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_3) == 0x0000B4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_4) == 0x0000C4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_byte_Variable_4) == 0x0000D4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_5) == 0x0000D8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_6) == 0x0000E8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_7) == 0x0000F8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_8) == 0x000108, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_struct_Variable_9) == 0x000118, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_bool_Variable) == 0x000128, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_bool_Variable_1) == 0x000129, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetItemName_ReturnValue) == 0x000130, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetItemName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_CreateDelegate_OutputDelegate) == 0x000148, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetIcon_ReturnValue) == 0x000158, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_IsValid_ReturnValue_1) == 0x000161, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000168, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_IsValid_ReturnValue_2) == 0x000170, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default) == 0x000178, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default_1) == 0x000190, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default_2) == 0x0001A0, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetValueAsInt_ReturnValue) == 0x0001B0, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_Greater_IntInt_ReturnValue) == 0x0001B4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetCount_ReturnValue) == 0x0001B5, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_Greater_ByteByte_ReturnValue) == 0x0001B6, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_Conv_ByteToText_ReturnValue) == 0x0001B8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_BreakVector2D_X) == 0x0001D0, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_BreakVector2D_Y) == 0x0001D4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001D8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001DC, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default_3) == 0x0001E0, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default_4) == 0x0001E4, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0001E8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001F0, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, Temp_bool_Variable_2) == 0x0001F9, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_MakeStruct_SlateColor) == 0x000200, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_Select_Default_5) == 0x000228, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder, K2Node_MakeStruct_SlateColor_1) == 0x000230, "Member 'InventoryPlaceholder_C_ExecuteUbergraph_InventoryPlaceholder::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_GetBrushColor_0 \ static_assert(alignof(InventoryPlaceholder_C_GetBrushColor_0) == 0x000004, "Wrong alignment on InventoryPlaceholder_C_GetBrushColor_0"); \ static_assert(sizeof(InventoryPlaceholder_C_GetBrushColor_0) == 0x000024, "Wrong size on InventoryPlaceholder_C_GetBrushColor_0"); \ static_assert(offsetof(InventoryPlaceholder_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'InventoryPlaceholder_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetBrushColor_0, CallFunc_IsHovered_ReturnValue) == 0x000010, "Member 'InventoryPlaceholder_C_GetBrushColor_0::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetBrushColor_0, CallFunc_SelectColor_ReturnValue) == 0x000014, "Member 'InventoryPlaceholder_C_GetBrushColor_0::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0 \ static_assert(alignof(InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0"); \ static_assert(sizeof(InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0) == 0x000020, "Wrong size on InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0"); \ static_assert(offsetof(InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0, ReturnValue) == 0x000000, "Member 'InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0, CallFunc_Create_ReturnValue) == 0x000008, "Member 'InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'InventoryPlaceholder_C_On_ContextMenu_GetMenuContent_0::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_GetVisibility_0 \ static_assert(alignof(InventoryPlaceholder_C_GetVisibility_0) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_GetVisibility_0"); \ static_assert(sizeof(InventoryPlaceholder_C_GetVisibility_0) == 0x000018, "Wrong size on InventoryPlaceholder_C_GetVisibility_0"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, ReturnValue) == 0x000000, "Member 'InventoryPlaceholder_C_GetVisibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, Temp_bool_Variable) == 0x000001, "Member 'InventoryPlaceholder_C_GetVisibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, Temp_byte_Variable) == 0x000002, "Member 'InventoryPlaceholder_C_GetVisibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'InventoryPlaceholder_C_GetVisibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, CallFunc_GetDragDroppingContent_ReturnValue) == 0x000008, "Member 'InventoryPlaceholder_C_GetVisibility_0::CallFunc_GetDragDroppingContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'InventoryPlaceholder_C_GetVisibility_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000011, "Member 'InventoryPlaceholder_C_GetVisibility_0::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetVisibility_0, K2Node_Select_Default) == 0x000012, "Member 'InventoryPlaceholder_C_GetVisibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_OnMouseButtonDown \ static_assert(alignof(InventoryPlaceholder_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryPlaceholder_C_OnMouseButtonDown) == 0x000240, "Wrong size on InventoryPlaceholder_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000178, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000179, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_BooleanAND_ReturnValue) == 0x00017A, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_BooleanAND_ReturnValue_1) == 0x00017B, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000180, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDown, CallFunc_EnterDragMode_ReturnValue) == 0x000238, "Member 'InventoryPlaceholder_C_OnMouseButtonDown::CallFunc_EnterDragMode_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_EnterDragMode \ static_assert(alignof(InventoryPlaceholder_C_EnterDragMode) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_EnterDragMode"); \ static_assert(sizeof(InventoryPlaceholder_C_EnterDragMode) == 0x000030, "Wrong size on InventoryPlaceholder_C_EnterDragMode"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, ReturnValue) == 0x000000, "Member 'InventoryPlaceholder_C_EnterDragMode::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, CallFunc_Create_ReturnValue) == 0x000008, "Member 'InventoryPlaceholder_C_EnterDragMode::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, CallFunc_GetMousePositionOnViewport_ReturnValue) == 0x000010, "Member 'InventoryPlaceholder_C_EnterDragMode::CallFunc_GetMousePositionOnViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'InventoryPlaceholder_C_EnterDragMode::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000020, "Member 'InventoryPlaceholder_C_EnterDragMode::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_EnterDragMode, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000028, "Member 'InventoryPlaceholder_C_EnterDragMode::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_GetContentColorAndOpacity_0 \ static_assert(alignof(InventoryPlaceholder_C_GetContentColorAndOpacity_0) == 0x000004, "Wrong alignment on InventoryPlaceholder_C_GetContentColorAndOpacity_0"); \ static_assert(sizeof(InventoryPlaceholder_C_GetContentColorAndOpacity_0) == 0x000044, "Wrong size on InventoryPlaceholder_C_GetContentColorAndOpacity_0"); \ static_assert(offsetof(InventoryPlaceholder_C_GetContentColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'InventoryPlaceholder_C_GetContentColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetContentColorAndOpacity_0, Temp_bool_Variable) == 0x000010, "Member 'InventoryPlaceholder_C_GetContentColorAndOpacity_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetContentColorAndOpacity_0, Temp_struct_Variable) == 0x000014, "Member 'InventoryPlaceholder_C_GetContentColorAndOpacity_0::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetContentColorAndOpacity_0, Temp_struct_Variable_1) == 0x000024, "Member 'InventoryPlaceholder_C_GetContentColorAndOpacity_0::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_GetContentColorAndOpacity_0, K2Node_Select_Default) == 0x000034, "Member 'InventoryPlaceholder_C_GetContentColorAndOpacity_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryPlaceholder_C_OnMouseButtonDoubleClick \ static_assert(alignof(InventoryPlaceholder_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on InventoryPlaceholder_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(InventoryPlaceholder_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on InventoryPlaceholder_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'InventoryPlaceholder_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'InventoryPlaceholder_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'InventoryPlaceholder_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryPlaceholder_C_OnMouseButtonDoubleClick, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'InventoryPlaceholder_C_OnMouseButtonDoubleClick::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryPlaceholder_C \ static_assert(alignof(UInventoryPlaceholder_C) == 0x000008, "Wrong alignment on UInventoryPlaceholder_C"); \ static_assert(sizeof(UInventoryPlaceholder_C) == 0x000320, "Wrong size on UInventoryPlaceholder_C"); \ static_assert(offsetof(UInventoryPlaceholder_C, UberGraphFrame) == 0x000260, "Member 'UInventoryPlaceholder_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, Border_0) == 0x000268, "Member 'UInventoryPlaceholder_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, CanvasPanel_0) == 0x000270, "Member 'UInventoryPlaceholder_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, ContextMenu) == 0x000278, "Member 'UInventoryPlaceholder_C::ContextMenu' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, CountText) == 0x000280, "Member 'UInventoryPlaceholder_C::CountText' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, Icon) == 0x000288, "Member 'UInventoryPlaceholder_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, Name_0) == 0x000290, "Member 'UInventoryPlaceholder_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, Seed) == 0x000298, "Member 'UInventoryPlaceholder_C::Seed' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, SizeBox) == 0x0002A0, "Member 'UInventoryPlaceholder_C::SizeBox' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, TierBG) == 0x0002A8, "Member 'UInventoryPlaceholder_C::TierBG' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, TierText) == 0x0002B0, "Member 'UInventoryPlaceholder_C::TierText' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, ItemPlaceholder) == 0x0002B8, "Member 'UInventoryPlaceholder_C::ItemPlaceholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, DragOffset) == 0x0002D0, "Member 'UInventoryPlaceholder_C::DragOffset' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, InventoryCellSize) == 0x0002D8, "Member 'UInventoryPlaceholder_C::InventoryCellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, bInDragdrop) == 0x0002DC, "Member 'UInventoryPlaceholder_C::bInDragdrop' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, bCanPlace) == 0x0002DD, "Member 'UInventoryPlaceholder_C::bCanPlace' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, OwnerInventory) == 0x0002DE, "Member 'UInventoryPlaceholder_C::OwnerInventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, DragDropOperation) == 0x0002E0, "Member 'UInventoryPlaceholder_C::DragDropOperation' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, Player) == 0x0002E8, "Member 'UInventoryPlaceholder_C::Player' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, DragVisual) == 0x0002F0, "Member 'UInventoryPlaceholder_C::DragVisual' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, bCanBeDragged) == 0x0002F8, "Member 'UInventoryPlaceholder_C::bCanBeDragged' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, BGColor) == 0x0002FC, "Member 'UInventoryPlaceholder_C::BGColor' has a wrong offset!"); \ static_assert(offsetof(UInventoryPlaceholder_C, OnMouseDown) == 0x000310, "Member 'UInventoryPlaceholder_C::OnMouseDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziWeaponEquipped_C_PerformConditionCheck \ static_assert(alignof(HTN_NaziWeaponEquipped_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_NaziWeaponEquipped_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_NaziWeaponEquipped_C_PerformConditionCheck) == 0x000040, "Wrong size on HTN_NaziWeaponEquipped_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000030, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziWeaponEquipped_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HTN_NaziWeaponEquipped_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziWeaponEquipped_C \ static_assert(alignof(UHTN_NaziWeaponEquipped_C) == 0x000008, "Wrong alignment on UHTN_NaziWeaponEquipped_C"); \ static_assert(sizeof(UHTN_NaziWeaponEquipped_C) == 0x000088, "Wrong size on UHTN_NaziWeaponEquipped_C"); \ #define DUMPER7_ASSERTS_ICustomDragDrop_C_OnCustomDragOver \ static_assert(alignof(ICustomDragDrop_C_OnCustomDragOver) == 0x000008, "Wrong alignment on ICustomDragDrop_C_OnCustomDragOver"); \ static_assert(sizeof(ICustomDragDrop_C_OnCustomDragOver) == 0x000008, "Wrong size on ICustomDragDrop_C_OnCustomDragOver"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragOver, Payload) == 0x000000, "Member 'ICustomDragDrop_C_OnCustomDragOver::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICustomDragDrop_C_OnCustomDragDrop \ static_assert(alignof(ICustomDragDrop_C_OnCustomDragDrop) == 0x000008, "Wrong alignment on ICustomDragDrop_C_OnCustomDragDrop"); \ static_assert(sizeof(ICustomDragDrop_C_OnCustomDragDrop) == 0x000018, "Wrong size on ICustomDragDrop_C_OnCustomDragDrop"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragDrop, Payload) == 0x000000, "Member 'ICustomDragDrop_C_OnCustomDragDrop::Payload' has a wrong offset!"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragDrop, NewDragWidget) == 0x000008, "Member 'ICustomDragDrop_C_OnCustomDragDrop::NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragDrop, bSuccess) == 0x000010, "Member 'ICustomDragDrop_C_OnCustomDragDrop::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICustomDragDrop_C_OnCustomDragEnter \ static_assert(alignof(ICustomDragDrop_C_OnCustomDragEnter) == 0x000008, "Wrong alignment on ICustomDragDrop_C_OnCustomDragEnter"); \ static_assert(sizeof(ICustomDragDrop_C_OnCustomDragEnter) == 0x000008, "Wrong size on ICustomDragDrop_C_OnCustomDragEnter"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragEnter, Payload) == 0x000000, "Member 'ICustomDragDrop_C_OnCustomDragEnter::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICustomDragDrop_C_OnCustomDragLeave \ static_assert(alignof(ICustomDragDrop_C_OnCustomDragLeave) == 0x000008, "Wrong alignment on ICustomDragDrop_C_OnCustomDragLeave"); \ static_assert(sizeof(ICustomDragDrop_C_OnCustomDragLeave) == 0x000008, "Wrong size on ICustomDragDrop_C_OnCustomDragLeave"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragLeave, Payload) == 0x000000, "Member 'ICustomDragDrop_C_OnCustomDragLeave::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICustomDragDrop_C_OnCustomDragStarted \ static_assert(alignof(ICustomDragDrop_C_OnCustomDragStarted) == 0x000008, "Wrong alignment on ICustomDragDrop_C_OnCustomDragStarted"); \ static_assert(sizeof(ICustomDragDrop_C_OnCustomDragStarted) == 0x000008, "Wrong size on ICustomDragDrop_C_OnCustomDragStarted"); \ static_assert(offsetof(ICustomDragDrop_C_OnCustomDragStarted, Payload) == 0x000000, "Member 'ICustomDragDrop_C_OnCustomDragStarted::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IICustomDragDrop_C \ static_assert(alignof(IICustomDragDrop_C) == 0x000001, "Wrong alignment on IICustomDragDrop_C"); \ static_assert(sizeof(IICustomDragDrop_C) == 0x000001, "Wrong size on IICustomDragDrop_C"); \ #define DUMPER7_ASSERTS_EQS_QuerierEyesContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_QuerierEyesContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_QuerierEyesContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_QuerierEyesContext_C_ProvideSingleLocation) == 0x000050, "Wrong size on EQS_QuerierEyesContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x00001C, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000034, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_QuerierEyesContext_C_ProvideSingleLocation, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000040, "Member 'EQS_QuerierEyesContext_C_ProvideSingleLocation::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_QuerierEyesContext_C \ static_assert(alignof(UEQS_QuerierEyesContext_C) == 0x000008, "Wrong alignment on UEQS_QuerierEyesContext_C"); \ static_assert(sizeof(UEQS_QuerierEyesContext_C) == 0x000030, "Wrong size on UEQS_QuerierEyesContext_C"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation \ static_assert(alignof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation"); \ static_assert(sizeof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation) == 0x0004B8, "Wrong size on WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, EntryPoint) == 0x000000, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_MakeRotator_ReturnValue) == 0x000004, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_NewName) == 0x000020, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_Percentage_1) == 0x000038, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_6) == 0x000040, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_5) == 0x000048, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_Percentage) == 0x000050, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_4) == 0x000058, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_3) == 0x000060, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_2) == 0x000068, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000078, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_SwitchEnum_CmpSuccess) == 0x000088, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0000A0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, Temp_bool_Has_Been_Initd_Variable) == 0x0000A8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_AsProgress_Timer_Widget_Base) == 0x0000B0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_AsProgress_Timer_Widget_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_Hit_2) == 0x0000BC, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_bBlockingHit) == 0x000144, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000145, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Time) == 0x000148, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Distance) == 0x00014C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Location) == 0x000150, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ImpactPoint) == 0x00015C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Normal) == 0x000168, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ImpactNormal) == 0x000174, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_PhysMat) == 0x000180, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitActor) == 0x000188, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitComponent) == 0x000190, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitBoneName) == 0x000198, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitItem) == 0x0001A0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ElementIndex) == 0x0001A4, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_FaceIndex) == 0x0001A8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_TraceStart) == 0x0001AC, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_TraceEnd) == 0x0001B8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_MakeRotator_ReturnValue_1) == 0x0001C4, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0001D0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0001D8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, Temp_byte_Variable) == 0x000240, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000248, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_CreateDelegate_OutputDelegate_1) == 0x000250, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_IsValid_ReturnValue) == 0x000260, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetValueAsInt_ReturnValue) == 0x000264, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_IsEmpty_ReturnValue) == 0x000268, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, Temp_bool_IsClosed_Variable) == 0x000269, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Not_PreBool_ReturnValue) == 0x00026A, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_Hit_1) == 0x00026C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter_1) == 0x0002F8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetHaveItems_IconFillState) == 0x000300, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Conv_IntToBool_ReturnValue) == 0x000304, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000305, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000306, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Time_1) == 0x000308, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Distance_1) == 0x00030C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Location_1) == 0x000310, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00031C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_Normal_1) == 0x000328, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000334, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_PhysMat_1) == 0x000340, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitActor_1) == 0x000348, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitComponent_1) == 0x000350, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitBoneName_1) == 0x000358, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_HitItem_1) == 0x000360, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_ElementIndex_1) == 0x000364, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_FaceIndex_1) == 0x000368, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_TraceStart_1) == 0x00036C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BreakHitResult_TraceEnd_1) == 0x000378, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetHaveItems_IconFillState_1) == 0x000384, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetHaveItems_IconFillState_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000388, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x000389, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_CustomEvent_HaveItems) == 0x00038A, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_CustomEvent_HaveItems' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00038B, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Not_PreBool_ReturnValue_1) == 0x00038C, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00038D, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_NewState) == 0x00038E, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_OldState) == 0x00038F, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000390, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_BooleanOR_ReturnValue) == 0x000391, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetGameInstance_ReturnValue) == 0x000398, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_AsFGGame_Instance) == 0x0003A0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_bSuccess_1) == 0x0003A8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_IsValid_ReturnValue_1) == 0x0003A9, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_AsRofleemo_Manager) == 0x0003B0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_bSuccess_2) == 0x0003B8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Map_Find_Value) == 0x0003C0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Map_Find_ReturnValue) == 0x0003C8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Map_Find_Value_1) == 0x0003D0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_Map_Find_ReturnValue_1) == 0x0003D8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, Temp_byte_Variable_1) == 0x0003D9, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_CreateDelegate_OutputDelegate_2) == 0x0003DC, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetGameInstance_ReturnValue_1) == 0x0003F0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0003F8, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_bSuccess_3) == 0x000400, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_Hit) == 0x000404, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_Event_PlayerCharacter) == 0x000490, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000498, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0004A0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, K2Node_DynamicCast_bSuccess_4) == 0x0004B0, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation, CallFunc_IsUnlocked_ReturnValue) == 0x0004B1, "Member 'WagonModule_GathererStation_C_ExecuteUbergraph_WagonModule_GathererStation::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_GathererStation_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_GathererStation_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_GathererStation_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GathererStation_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_GathererStation_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_GathererStation_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_GathererStation_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_GathererStation_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_GathererStation_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_GathererStation_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_GathererStation_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_UpdateHandVisual \ static_assert(alignof(WagonModule_GathererStation_C_UpdateHandVisual) == 0x000001, "Wrong alignment on WagonModule_GathererStation_C_UpdateHandVisual"); \ static_assert(sizeof(WagonModule_GathererStation_C_UpdateHandVisual) == 0x000001, "Wrong size on WagonModule_GathererStation_C_UpdateHandVisual"); \ static_assert(offsetof(WagonModule_GathererStation_C_UpdateHandVisual, HaveItems) == 0x000000, "Member 'WagonModule_GathererStation_C_UpdateHandVisual::HaveItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_OnUseActor \ static_assert(alignof(WagonModule_GathererStation_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_OnUseActor"); \ static_assert(sizeof(WagonModule_GathererStation_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_GathererStation_C_OnUseActor"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_GathererStation_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_OnGotFocus \ static_assert(alignof(WagonModule_GathererStation_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_GathererStation_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_GathererStation_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_ReceiveTick \ static_assert(alignof(WagonModule_GathererStation_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_GathererStation_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_GathererStation_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_GathererStation_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_GathererStation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_GathererStation_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_GathererStation_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_GathererStation_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_GathererStation_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_GathererStation_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_HoldUseStarted \ static_assert(alignof(WagonModule_GathererStation_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_GathererStation_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_GathererStation_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_GathererStation_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GathererStation_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_HoldProgressInfo \ static_assert(alignof(WagonModule_GathererStation_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_GathererStation_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GathererStation_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_GathererStation_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GathererStation_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GathererStation_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_GathererStation_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_GathererStation_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_GathererStation_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_GathererStation_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_GathererStation_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_GathererStation_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_GathererStation_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_GathererStation_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_GathererStation_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_GathererStation_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_GathererStation_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_SetWorkerName \ static_assert(alignof(WagonModule_GathererStation_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_GathererStation_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_GathererStation_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_GathererStation_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_GathererStation_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetRareCraftChance \ static_assert(alignof(WagonModule_GathererStation_C_GetRareCraftChance) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_GetRareCraftChance"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetRareCraftChance) == 0x000008, "Wrong size on WagonModule_GathererStation_C_GetRareCraftChance"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetRareCraftChance, Result) == 0x000000, "Member 'WagonModule_GathererStation_C_GetRareCraftChance::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetRareCraftChance, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WagonModule_GathererStation_C_GetRareCraftChance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_CanUse \ static_assert(alignof(WagonModule_GathererStation_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_CanUse"); \ static_assert(sizeof(WagonModule_GathererStation_C_CanUse) == 0x0000B8, "Wrong size on WagonModule_GathererStation_C_CanUse"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GathererStation_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_GathererStation_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_GetHaveItems_IconFillState) == 0x000094, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_Conv_IntToBool_ReturnValue) == 0x0000A0, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x0000A8, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000B0, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000B2, "Member 'WagonModule_GathererStation_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_CanHoldUse \ static_assert(alignof(WagonModule_GathererStation_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_GathererStation_C_CanHoldUse) == 0x000118, "Wrong size on WagonModule_GathererStation_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_GathererStation_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_GathererStation_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_bBlockingHit) == 0x000091, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_bInitialOverlap) == 0x000092, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanHoldUse, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000114, "Member 'WagonModule_GathererStation_C_CanHoldUse::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetHaveItems \ static_assert(alignof(WagonModule_GathererStation_C_GetHaveItems) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetHaveItems"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetHaveItems) == 0x000038, "Wrong size on WagonModule_GathererStation_C_GetHaveItems"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, IconFillState) == 0x000000, "Member 'WagonModule_GathererStation_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000010, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'WagonModule_GathererStation_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GenerateLoot \ static_assert(alignof(WagonModule_GathererStation_C_GenerateLoot) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GenerateLoot"); \ static_assert(sizeof(WagonModule_GathererStation_C_GenerateLoot) == 0x000088, "Wrong size on WagonModule_GathererStation_C_GenerateLoot"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000000, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_GetCurrentHappines_Happiness) == 0x000014, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_DynamicCast_AsWorker_Info_Provider_1) == 0x000018, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_DynamicCast_AsWorker_Info_Provider_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_GetCurrentHappines_Happiness_1) == 0x00002C, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_GetCurrentHappines_Happiness_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsValid_ReturnValue) == 0x000032, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsValid_ReturnValue_1) == 0x000033, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_MakeArray_Array) == 0x000038, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000048, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_ShouldHappen_ReturnValue) == 0x000050, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsValid_ReturnValue_2) == 0x000051, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000052, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsExceedInventoryLimit_Return) == 0x000053, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsExceedInventoryLimit_Return' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_MakeArray_Array_1) == 0x000058, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsExceedInventoryLimit_Return_1) == 0x000068, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsExceedInventoryLimit_Return_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000069, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_IsExceedInventoryLimit_Return_2) == 0x00006A, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_IsExceedInventoryLimit_Return_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006B, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, K2Node_MakeArray_Array_2) == 0x000070, "Member 'WagonModule_GathererStation_C_GenerateLoot::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_GetRareCraftChance_Result) == 0x000080, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_GetRareCraftChance_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GenerateLoot, CallFunc_ShouldHappen_ReturnValue_1) == 0x000084, "Member 'WagonModule_GathererStation_C_GenerateLoot::CallFunc_ShouldHappen_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_IsExceedInventoryLimit \ static_assert(alignof(WagonModule_GathererStation_C_IsExceedInventoryLimit) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_IsExceedInventoryLimit"); \ static_assert(sizeof(WagonModule_GathererStation_C_IsExceedInventoryLimit) == 0x00000C, "Wrong size on WagonModule_GathererStation_C_IsExceedInventoryLimit"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsExceedInventoryLimit, return_0) == 0x000000, "Member 'WagonModule_GathererStation_C_IsExceedInventoryLimit::return_0' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsExceedInventoryLimit, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WagonModule_GathererStation_C_IsExceedInventoryLimit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsExceedInventoryLimit, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000004, "Member 'WagonModule_GathererStation_C_IsExceedInventoryLimit::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsExceedInventoryLimit, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_IsExceedInventoryLimit::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_SendTutorialEvent \ static_assert(alignof(WagonModule_GathererStation_C_SendTutorialEvent) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_SendTutorialEvent"); \ static_assert(sizeof(WagonModule_GathererStation_C_SendTutorialEvent) == 0x000040, "Wrong size on WagonModule_GathererStation_C_SendTutorialEvent"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, ModuleState) == 0x000000, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::ModuleState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000010, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000011, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_BooleanOR_ReturnValue_1) == 0x000018, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_HasAuthority_ReturnValue) == 0x000019, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_Array_Get_Item) == 0x000030, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_SendTutorialEvent, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WagonModule_GathererStation_C_SendTutorialEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetItemSelection \ static_assert(alignof(WagonModule_GathererStation_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetItemSelection) == 0x000158, "Wrong size on WagonModule_GathererStation_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_GathererStation_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_GathererStation_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_GathererStation_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_GathererStation_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_GetHaveItems_IconFillState) == 0x00013C, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_GetHaveItems_IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_Conv_IntToBool_ReturnValue) == 0x000140, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000141, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x000148, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000151, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000152, "Member 'WagonModule_GathererStation_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetItemDurability \ static_assert(alignof(WagonModule_GathererStation_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_GathererStation_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_GathererStation_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetInteractionComponent \ static_assert(alignof(WagonModule_GathererStation_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_GathererStation_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_GathererStation_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_GathererStation_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_GathererStation_C_IsDeconstructionAllowed) == 0x0000A8, "Wrong size on WagonModule_GathererStation_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_GathererStation_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_GathererStation_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_GathererStation_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_CanRepairIt \ static_assert(alignof(WagonModule_GathererStation_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_GathererStation_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_GathererStation_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_GathererStation_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_GathererStation_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_GathererStation_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetAdditionalButtons) == 0x000078, "Wrong size on WagonModule_GathererStation_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x000020, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000068, "Member 'WagonModule_GathererStation_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetProgressStatusState \ static_assert(alignof(WagonModule_GathererStation_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_GathererStation_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetProgressStatusState) == 0x000005, "Wrong size on WagonModule_GathererStation_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_GathererStation_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusState, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'WagonModule_GathererStation_C_GetProgressStatusState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_GathererStation_C_GetProgressStatusState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'WagonModule_GathererStation_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess_1) == 0x000004, "Member 'WagonModule_GathererStation_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_GathererStation_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_GathererStation_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetProgressStatusTime) == 0x000024, "Wrong size on WagonModule_GathererStation_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x00001C, "Member 'WagonModule_GathererStation_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetHoldUseTime \ static_assert(alignof(WagonModule_GathererStation_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_GathererStation_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_GathererStation_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_GathererStation_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetIcon \ static_assert(alignof(WagonModule_GathererStation_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetIcon"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetIcon) == 0x000028, "Wrong size on WagonModule_GathererStation_C_GetIcon"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_GathererStation_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_GathererStation_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GathererStation_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_GathererStation_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetWorkerActor \ static_assert(alignof(WagonModule_GathererStation_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_GathererStation_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_GathererStation_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_GathererStation_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_GathererStation_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetName \ static_assert(alignof(WagonModule_GathererStation_C_GetName) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetName"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetName) == 0x000048, "Wrong size on WagonModule_GathererStation_C_GetName"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_GathererStation_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_GathererStation_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_GathererStation_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_GathererStation_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetDebuffs \ static_assert(alignof(WagonModule_GathererStation_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_GathererStation_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_GathererStation_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GathererStation_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GathererStation_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_GathererStation_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetPerks \ static_assert(alignof(WagonModule_GathererStation_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetPerks"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetPerks) == 0x000038, "Wrong size on WagonModule_GathererStation_C_GetPerks"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_GathererStation_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GathererStation_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GathererStation_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_GathererStation_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetCurrentHappines \ static_assert(alignof(WagonModule_GathererStation_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_GathererStation_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_GathererStation_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_GathererStation_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_GathererStation_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_GathererStation_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetModuleFeatures \ static_assert(alignof(WagonModule_GathererStation_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetModuleFeatures) == 0x000488, "Wrong size on WagonModule_GathererStation_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000100, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000118, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0001B0, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x0001C8, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D8, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000218, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000230, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000240, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x000258, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000270, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_6) == 0x0002B0, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_7) == 0x0002C8, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002E0, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_7) == 0x000320, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_8) == 0x000360, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_9) == 0x000378, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_8) == 0x000390, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003D0, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x000410, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x000420, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x000438, "Member 'WagonModule_GathererStation_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_GathererStation_C_GetSlots \ static_assert(alignof(WagonModule_GathererStation_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_GathererStation_C_GetSlots"); \ static_assert(sizeof(WagonModule_GathererStation_C_GetSlots) == 0x000038, "Wrong size on WagonModule_GathererStation_C_GetSlots"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_GathererStation_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_GathererStation_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_GathererStation_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_GathererStation_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_GathererStation_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_GathererStation_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_GathererStation_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_GathererStation_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_GathererStation_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_GathererStation_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_GathererStation_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_GathererStation_C \ static_assert(alignof(AWagonModule_GathererStation_C) == 0x000008, "Wrong alignment on AWagonModule_GathererStation_C"); \ static_assert(sizeof(AWagonModule_GathererStation_C) == 0x000780, "Wrong size on AWagonModule_GathererStation_C"); \ static_assert(offsetof(AWagonModule_GathererStation_C, UberGraphFrame) == 0x000660, "Member 'AWagonModule_GathererStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, FGInteraction) == 0x000668, "Member 'AWagonModule_GathererStation_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Hand_Off) == 0x000670, "Member 'AWagonModule_GathererStation_C::Hand_Off' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Hand_On) == 0x000678, "Member 'AWagonModule_GathererStation_C::Hand_On' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Give_Loot_Sound) == 0x000680, "Member 'AWagonModule_GathererStation_C::Give_Loot_Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, CenterPoint) == 0x000688, "Member 'AWagonModule_GathererStation_C::CenterPoint' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, ActivityPoint2) == 0x000690, "Member 'AWagonModule_GathererStation_C::ActivityPoint2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, ActivityPoint1) == 0x000698, "Member 'AWagonModule_GathererStation_C::ActivityPoint1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, ActivityPoints) == 0x0006A0, "Member 'AWagonModule_GathererStation_C::ActivityPoints' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Hand) == 0x0006A8, "Member 'AWagonModule_GathererStation_C::Hand' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Scene) == 0x0006B0, "Member 'AWagonModule_GathererStation_C::Scene' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, InventoryBox) == 0x0006B8, "Member 'AWagonModule_GathererStation_C::InventoryBox' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, InteractBox) == 0x0006C0, "Member 'AWagonModule_GathererStation_C::InteractBox' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, TableProgressWidget) == 0x0006C8, "Member 'AWagonModule_GathererStation_C::TableProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Rotator) == 0x0006D0, "Member 'AWagonModule_GathererStation_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Chest_T1_02) == 0x0006D8, "Member 'AWagonModule_GathererStation_C::S_Chest_T1_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Chest_T1_01) == 0x0006E0, "Member 'AWagonModule_GathererStation_C::S_Chest_T1_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, PointLight2) == 0x0006E8, "Member 'AWagonModule_GathererStation_C::PointLight2' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, PointLight1) == 0x0006F0, "Member 'AWagonModule_GathererStation_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, PointLight) == 0x0006F8, "Member 'AWagonModule_GathererStation_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Station_03) == 0x000700, "Member 'AWagonModule_GathererStation_C::S_Station_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Station_02) == 0x000708, "Member 'AWagonModule_GathererStation_C::S_Station_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Station_05) == 0x000710, "Member 'AWagonModule_GathererStation_C::S_Station_05' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, StaticMesh1) == 0x000718, "Member 'AWagonModule_GathererStation_C::StaticMesh1' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, S_Station_01) == 0x000720, "Member 'AWagonModule_GathererStation_C::S_Station_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, StationWall_02) == 0x000728, "Member 'AWagonModule_GathererStation_C::StationWall_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, StationWall_01) == 0x000730, "Member 'AWagonModule_GathererStation_C::StationWall_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, StaticMesh) == 0x000738, "Member 'AWagonModule_GathererStation_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, RareLootItems) == 0x000740, "Member 'AWagonModule_GathererStation_C::RareLootItems' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, bUpdateLootHand) == 0x000750, "Member 'AWagonModule_GathererStation_C::bUpdateLootHand' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, IsInteractBoxHitted) == 0x000751, "Member 'AWagonModule_GathererStation_C::IsInteractBoxHitted' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, BaseLootItems) == 0x000758, "Member 'AWagonModule_GathererStation_C::BaseLootItems' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, Void_Tech_Manager) == 0x000768, "Member 'AWagonModule_GathererStation_C::Void_Tech_Manager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_GathererStation_C, ShardsLootItems) == 0x000770, "Member 'AWagonModule_GathererStation_C::ShardsLootItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_MeleeAttack_C_OnMeleeHit \ static_assert(alignof(NaziTank_MeleeAttack_C_OnMeleeHit) == 0x000008, "Wrong alignment on NaziTank_MeleeAttack_C_OnMeleeHit"); \ static_assert(sizeof(NaziTank_MeleeAttack_C_OnMeleeHit) == 0x0000E8, "Wrong size on NaziTank_MeleeAttack_C_OnMeleeHit"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, Character) == 0x000000, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, HitInfo) == 0x000008, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::HitInfo' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000090, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_IsValid_ReturnValue) == 0x00009C, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A0, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000AC, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000B8, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000C4, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_BreakVector_X) == 0x0000D0, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_BreakVector_Y) == 0x0000D4, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_BreakVector_Z) == 0x0000D8, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziTank_MeleeAttack_C_OnMeleeHit, CallFunc_MakeVector_ReturnValue) == 0x0000DC, "Member 'NaziTank_MeleeAttack_C_OnMeleeHit::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_MeleeAttack_C \ static_assert(alignof(UNaziTank_MeleeAttack_C) == 0x000008, "Wrong alignment on UNaziTank_MeleeAttack_C"); \ static_assert(sizeof(UNaziTank_MeleeAttack_C) == 0x000110, "Wrong size on UNaziTank_MeleeAttack_C"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base \ static_assert(alignof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base"); \ static_assert(sizeof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base) == 0x0001F0, "Wrong size on RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, EntryPoint) == 0x000000, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_bool_Variable) == 0x000004, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_byte_Variable) == 0x000005, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_byte_Variable_1) == 0x000006, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_IsValid_ReturnValue) == 0x000007, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsHUD_Ansora) == 0x000010, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CustomEvent_IsGamepadNow_1) == 0x000028, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CustomEvent_IsGamepadNow_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetHUD_ReturnValue_1) == 0x000030, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000038, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CustomEvent_WidgetOwner) == 0x000048, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CustomEvent_WidgetOwner' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000060, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsPlayer_Controller) == 0x000068, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetHUD_ReturnValue_2) == 0x000078, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsHUD_Ansora_2) == 0x000080, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsHUD_Ansora_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetText_ReturnValue) == 0x000090, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_IsValid_ReturnValue_3) == 0x0000A8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetRofleemoName_Name) == 0x0000B0, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetRofleemoName_Name' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Len_ReturnValue) == 0x0000D8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Greater_IntInt_ReturnValue) == 0x0000DC, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000E0, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_K2_GetPawn_ReturnValue) == 0x0000E8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000F0, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000F8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess_4) == 0x000100, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000108, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000110, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_DynamicCast_bSuccess_5) == 0x000118, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000120, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CustomEvent_IsGamepadNow) == 0x000128, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_Select_Default) == 0x000129, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_ComponentBoundEvent_Text_1) == 0x000130, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_ComponentBoundEvent_CommitMethod) == 0x000148, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CustomEvent_Progress_0_1__1) == 0x00014C, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CustomEvent_Progress_0_1__1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000150, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000151, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_ComponentBoundEvent_Text) == 0x000158, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000170, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Left_ReturnValue) == 0x000180, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Len_ReturnValue_1) == 0x000190, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Conv_StringToText_ReturnValue) == 0x000198, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001B0, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CreateDelegate_OutputDelegate) == 0x0001B4, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_Not_PreBool_ReturnValue) == 0x0001C4, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_byte_Variable_2) == 0x0001C5, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_byte_Variable_3) == 0x0001C6, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_CustomEvent_Progress_0_1_) == 0x0001C8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_CustomEvent_Progress_0_1_' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, Temp_bool_Variable_1) == 0x0001CC, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, K2Node_Select_Default_1) == 0x0001CD, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_PlayEvent2D_ReturnValue) == 0x0001D0, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base, CallFunc_GetText_ReturnValue_1) == 0x0001D8, "Member 'RoflimoV2_Base_C_ExecuteUbergraph_RoflimoV2_Base::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_ShowAltHoldProgress \ static_assert(alignof(RoflimoV2_Base_C_ShowAltHoldProgress) == 0x000004, "Wrong alignment on RoflimoV2_Base_C_ShowAltHoldProgress"); \ static_assert(sizeof(RoflimoV2_Base_C_ShowAltHoldProgress) == 0x000004, "Wrong size on RoflimoV2_Base_C_ShowAltHoldProgress"); \ static_assert(offsetof(RoflimoV2_Base_C_ShowAltHoldProgress, Progress_0_1_) == 0x000000, "Member 'RoflimoV2_Base_C_ShowAltHoldProgress::Progress_0_1_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature \ static_assert(alignof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(sizeof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000018, "Wrong size on RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature"); \ static_assert(offsetof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_ShowHoldProgress \ static_assert(alignof(RoflimoV2_Base_C_ShowHoldProgress) == 0x000004, "Wrong alignment on RoflimoV2_Base_C_ShowHoldProgress"); \ static_assert(sizeof(RoflimoV2_Base_C_ShowHoldProgress) == 0x000004, "Wrong size on RoflimoV2_Base_C_ShowHoldProgress"); \ static_assert(offsetof(RoflimoV2_Base_C_ShowHoldProgress, Progress_0_1_) == 0x000000, "Member 'RoflimoV2_Base_C_ShowHoldProgress::Progress_0_1_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature \ static_assert(alignof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(sizeof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ static_assert(offsetof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'RoflimoV2_Base_C_BndEvt__RoflimoV2_Base_Rename_EditableTextBox_K2Node_ComponentBoundEvent_1_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_SetGamepadMode \ static_assert(alignof(RoflimoV2_Base_C_SetGamepadMode) == 0x000001, "Wrong alignment on RoflimoV2_Base_C_SetGamepadMode"); \ static_assert(sizeof(RoflimoV2_Base_C_SetGamepadMode) == 0x000001, "Wrong size on RoflimoV2_Base_C_SetGamepadMode"); \ static_assert(offsetof(RoflimoV2_Base_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'RoflimoV2_Base_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_OnClose \ static_assert(alignof(RoflimoV2_Base_C_OnClose) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_OnClose"); \ static_assert(sizeof(RoflimoV2_Base_C_OnClose) == 0x000008, "Wrong size on RoflimoV2_Base_C_OnClose"); \ static_assert(offsetof(RoflimoV2_Base_C_OnClose, WidgetOwner) == 0x000000, "Member 'RoflimoV2_Base_C_OnClose::WidgetOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_GamepadModeChange_Event_0 \ static_assert(alignof(RoflimoV2_Base_C_GamepadModeChange_Event_0) == 0x000001, "Wrong alignment on RoflimoV2_Base_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(RoflimoV2_Base_C_GamepadModeChange_Event_0) == 0x000001, "Wrong size on RoflimoV2_Base_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(RoflimoV2_Base_C_GamepadModeChange_Event_0, IsGamepadNOW) == 0x000000, "Member 'RoflimoV2_Base_C_GamepadModeChange_Event_0::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_OnKeyDown \ static_assert(alignof(RoflimoV2_Base_C_OnKeyDown) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_OnKeyDown"); \ static_assert(sizeof(RoflimoV2_Base_C_OnKeyDown) == 0x0005C0, "Wrong size on RoflimoV2_Base_C_OnKeyDown"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'RoflimoV2_Base_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'RoflimoV2_Base_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'RoflimoV2_Base_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, LocalKey) == 0x000128, "Member 'RoflimoV2_Base_C_OnKeyDown::LocalKey' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000158, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000210, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000218, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x0002D0, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x000388, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000440, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000441, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x000448, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000500, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000508, "Member 'RoflimoV2_Base_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_OnKeyUp \ static_assert(alignof(RoflimoV2_Base_C_OnKeyUp) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_OnKeyUp"); \ static_assert(sizeof(RoflimoV2_Base_C_OnKeyUp) == 0x0002B8, "Wrong size on RoflimoV2_Base_C_OnKeyUp"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'RoflimoV2_Base_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'RoflimoV2_Base_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'RoflimoV2_Base_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'RoflimoV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'RoflimoV2_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'RoflimoV2_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000200, "Member 'RoflimoV2_Base_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_UpdateEventWidgetVisibility \ static_assert(alignof(RoflimoV2_Base_C_UpdateEventWidgetVisibility) == 0x000001, "Wrong alignment on RoflimoV2_Base_C_UpdateEventWidgetVisibility"); \ static_assert(sizeof(RoflimoV2_Base_C_UpdateEventWidgetVisibility) == 0x000002, "Wrong size on RoflimoV2_Base_C_UpdateEventWidgetVisibility"); \ static_assert(offsetof(RoflimoV2_Base_C_UpdateEventWidgetVisibility, CallFunc_GetMapTheme_ReturnValue) == 0x000000, "Member 'RoflimoV2_Base_C_UpdateEventWidgetVisibility::CallFunc_GetMapTheme_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_UpdateEventWidgetVisibility, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'RoflimoV2_Base_C_UpdateEventWidgetVisibility::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RoflimoV2_Base_C_TakeOffButtonEnabled \ static_assert(alignof(RoflimoV2_Base_C_TakeOffButtonEnabled) == 0x000008, "Wrong alignment on RoflimoV2_Base_C_TakeOffButtonEnabled"); \ static_assert(sizeof(RoflimoV2_Base_C_TakeOffButtonEnabled) == 0x000050, "Wrong size on RoflimoV2_Base_C_TakeOffButtonEnabled"); \ static_assert(offsetof(RoflimoV2_Base_C_TakeOffButtonEnabled, bEnabled) == 0x000000, "Member 'RoflimoV2_Base_C_TakeOffButtonEnabled::bEnabled' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_TakeOffButtonEnabled, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'RoflimoV2_Base_C_TakeOffButtonEnabled::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_TakeOffButtonEnabled, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'RoflimoV2_Base_C_TakeOffButtonEnabled::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RoflimoV2_Base_C_TakeOffButtonEnabled, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'RoflimoV2_Base_C_TakeOffButtonEnabled::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URoflimoV2_Base_C \ static_assert(alignof(URoflimoV2_Base_C) == 0x000008, "Wrong alignment on URoflimoV2_Base_C"); \ static_assert(sizeof(URoflimoV2_Base_C) == 0x000408, "Wrong size on URoflimoV2_Base_C"); \ static_assert(offsetof(URoflimoV2_Base_C, UberGraphFrame) == 0x000260, "Member 'URoflimoV2_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderGamepadAction) == 0x000268, "Member 'URoflimoV2_Base_C::BorderGamepadAction' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderGamepadAction2) == 0x000270, "Member 'URoflimoV2_Base_C::BorderGamepadAction2' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderKeyboardAction) == 0x000278, "Member 'URoflimoV2_Base_C::BorderKeyboardAction' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderKeyboardAction_1) == 0x000280, "Member 'URoflimoV2_Base_C::BorderKeyboardAction_1' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderKeyboardAction_2) == 0x000288, "Member 'URoflimoV2_Base_C::BorderKeyboardAction_2' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, BorderKeyboardAction2) == 0x000290, "Member 'URoflimoV2_Base_C::BorderKeyboardAction2' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Button_Rename_Accept) == 0x000298, "Member 'URoflimoV2_Base_C::Button_Rename_Accept' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Button_Rename_Cancel) == 0x0002A0, "Member 'URoflimoV2_Base_C::Button_Rename_Cancel' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, EventBox) == 0x0002A8, "Member 'URoflimoV2_Base_C::EventBox' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, EventFeedButton) == 0x0002B0, "Member 'URoflimoV2_Base_C::EventFeedButton' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, EventKeyText) == 0x0002B8, "Member 'URoflimoV2_Base_C::EventKeyText' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Gamepad_Accept) == 0x0002C0, "Member 'URoflimoV2_Base_C::Gamepad_Accept' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Gamepad_Cancel) == 0x0002C8, "Member 'URoflimoV2_Base_C::Gamepad_Cancel' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, GamepadAction) == 0x0002D0, "Member 'URoflimoV2_Base_C::GamepadAction' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, GamepadButtons) == 0x0002D8, "Member 'URoflimoV2_Base_C::GamepadButtons' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, GamepadRename) == 0x0002E0, "Member 'URoflimoV2_Base_C::GamepadRename' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, KeyboardAction1) == 0x0002E8, "Member 'URoflimoV2_Base_C::KeyboardAction1' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, KeyboardAction2) == 0x0002F0, "Member 'URoflimoV2_Base_C::KeyboardAction2' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, KeyboardButtons) == 0x0002F8, "Member 'URoflimoV2_Base_C::KeyboardButtons' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, NameBack) == 0x000300, "Member 'URoflimoV2_Base_C::NameBack' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, NameText) == 0x000308, "Member 'URoflimoV2_Base_C::NameText' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, NatureText) == 0x000310, "Member 'URoflimoV2_Base_C::NatureText' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Overlay_Name) == 0x000318, "Member 'URoflimoV2_Base_C::Overlay_Name' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Overlay_Perks) == 0x000320, "Member 'URoflimoV2_Base_C::Overlay_Perks' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Perk_Container) == 0x000328, "Member 'URoflimoV2_Base_C::Perk_Container' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Perk_Important) == 0x000330, "Member 'URoflimoV2_Base_C::Perk_Important' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Perk_Rare) == 0x000338, "Member 'URoflimoV2_Base_C::Perk_Rare' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Perk_Regular) == 0x000340, "Member 'URoflimoV2_Base_C::Perk_Regular' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, PickUpTextHold) == 0x000348, "Member 'URoflimoV2_Base_C::PickUpTextHold' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, PickUpTextTakeOff) == 0x000350, "Member 'URoflimoV2_Base_C::PickUpTextTakeOff' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Rename) == 0x000358, "Member 'URoflimoV2_Base_C::Rename' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Rename_EditableTextBox) == 0x000360, "Member 'URoflimoV2_Base_C::Rename_EditableTextBox' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Rofflimo_Takeoff_Gamepad) == 0x000368, "Member 'URoflimoV2_Base_C::Rofflimo_Takeoff_Gamepad' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Rofflimo_Takeoff_Keyboard) == 0x000370, "Member 'URoflimoV2_Base_C::Rofflimo_Takeoff_Keyboard' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, TakeOff_Roflimo) == 0x000378, "Member 'URoflimoV2_Base_C::TakeOff_Roflimo' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, NameLength) == 0x000380, "Member 'URoflimoV2_Base_C::NameLength' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, IsRenameNow) == 0x000384, "Member 'URoflimoV2_Base_C::IsRenameNow' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, CurrentRofleemo) == 0x000388, "Member 'URoflimoV2_Base_C::CurrentRofleemo' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Is_Gamepad_Now) == 0x000390, "Member 'URoflimoV2_Base_C::Is_Gamepad_Now' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, RofleemoName) == 0x000398, "Member 'URoflimoV2_Base_C::RofleemoName' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, bCanStartLearnRecipe) == 0x0003B0, "Member 'URoflimoV2_Base_C::bCanStartLearnRecipe' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, TakeOff_Rofflimo) == 0x0003B8, "Member 'URoflimoV2_Base_C::TakeOff_Rofflimo' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, Give_mushroom_) == 0x0003C8, "Member 'URoflimoV2_Base_C::Give_mushroom_' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, ActionKeyIsPressed) == 0x0003D8, "Member 'URoflimoV2_Base_C::ActionKeyIsPressed' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, AllRecipeLearned) == 0x0003E0, "Member 'URoflimoV2_Base_C::AllRecipeLearned' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, LastOwningPlayerController) == 0x0003F8, "Member 'URoflimoV2_Base_C::LastOwningPlayerController' has a wrong offset!"); \ static_assert(offsetof(URoflimoV2_Base_C, bMouseOnAcceptButton) == 0x000400, "Member 'URoflimoV2_Base_C::bMouseOnAcceptButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAILootDispenser_C \ static_assert(alignof(AAILootDispenser_C) == 0x000008, "Wrong alignment on AAILootDispenser_C"); \ static_assert(sizeof(AAILootDispenser_C) == 0x0002C0, "Wrong size on AAILootDispenser_C"); \ #define DUMPER7_ASSERTS_APathToken_T3_C \ static_assert(alignof(APathToken_T3_C) == 0x000010, "Wrong alignment on APathToken_T3_C"); \ static_assert(sizeof(APathToken_T3_C) == 0x000460, "Wrong size on APathToken_T3_C"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow \ static_assert(alignof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow) == 0x000008, "Wrong alignment on BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow"); \ static_assert(sizeof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow) == 0x0001B8, "Wrong size on BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, EntryPoint) == 0x000000, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_Event_Impact) == 0x000004, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_SwitchEnum_CmpSuccess) == 0x00008C, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_HasAuthority_ReturnValue) == 0x00008D, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_Event_Damage) == 0x000090, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_Event_DamageType) == 0x000098, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_Event_InstigatedBy) == 0x0000A0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_Event_DamageCauser) == 0x0000A8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_CalculateDamage_ResultDamage) == 0x0000B0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_CalculateDamage_ResultDamage' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_GetPercentageValue_ReturnValue) == 0x0000B4, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_CustomEvent_OldValue) == 0x0000BC, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_CustomEvent_NewValue) == 0x0000C0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_GetPlayerController_ReturnValue) == 0x0000C8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_GetHUD_ReturnValue) == 0x0000D0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_DynamicCast_AsHUD_Interface) == 0x0000D8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_GetMaxValue_ReturnValue) == 0x0000EC, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F8, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_OtherActor) == 0x000100, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_OtherComp) == 0x000108, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000110, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_bFromSweep) == 0x000114, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_ComponentBoundEvent_SweepResult) == 0x000118, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001A0, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, CallFunc_HasAuthority_ReturnValue_1) == 0x0001A1, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow, K2Node_CreateDelegate_OutputDelegate) == 0x0001A4, "Member 'BP_HarpoonArrow_C_ExecuteUbergraph_BP_HarpoonArrow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_OnHealthValueChanged \ static_assert(alignof(BP_HarpoonArrow_C_OnHealthValueChanged) == 0x000004, "Wrong alignment on BP_HarpoonArrow_C_OnHealthValueChanged"); \ static_assert(sizeof(BP_HarpoonArrow_C_OnHealthValueChanged) == 0x000008, "Wrong size on BP_HarpoonArrow_C_OnHealthValueChanged"); \ static_assert(offsetof(BP_HarpoonArrow_C_OnHealthValueChanged, OldValue) == 0x000000, "Member 'BP_HarpoonArrow_C_OnHealthValueChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_OnHealthValueChanged, NewValue) == 0x000004, "Member 'BP_HarpoonArrow_C_OnHealthValueChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_OnPlayImpactEffect \ static_assert(alignof(BP_HarpoonArrow_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on BP_HarpoonArrow_C_OnPlayImpactEffect"); \ static_assert(sizeof(BP_HarpoonArrow_C_OnPlayImpactEffect) == 0x000088, "Wrong size on BP_HarpoonArrow_C_OnPlayImpactEffect"); \ static_assert(offsetof(BP_HarpoonArrow_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'BP_HarpoonArrow_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_ReceiveAnyDamage \ static_assert(alignof(BP_HarpoonArrow_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on BP_HarpoonArrow_C_ReceiveAnyDamage"); \ static_assert(sizeof(BP_HarpoonArrow_C_ReceiveAnyDamage) == 0x000020, "Wrong size on BP_HarpoonArrow_C_ReceiveAnyDamage"); \ static_assert(offsetof(BP_HarpoonArrow_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'BP_HarpoonArrow_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'BP_HarpoonArrow_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'BP_HarpoonArrow_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'BP_HarpoonArrow_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_HarpoonArrow_C_BndEvt__BP_HarpoonArrow_Tip_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_CalculateDamage \ static_assert(alignof(BP_HarpoonArrow_C_CalculateDamage) == 0x000004, "Wrong alignment on BP_HarpoonArrow_C_CalculateDamage"); \ static_assert(sizeof(BP_HarpoonArrow_C_CalculateDamage) == 0x000028, "Wrong size on BP_HarpoonArrow_C_CalculateDamage"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, Damage) == 0x000000, "Member 'BP_HarpoonArrow_C_CalculateDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, ResultDamage) == 0x000004, "Member 'BP_HarpoonArrow_C_CalculateDamage::ResultDamage' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, Temp_bool_Variable) == 0x000008, "Member 'BP_HarpoonArrow_C_CalculateDamage::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_GetMaxValue_ReturnValue) == 0x000010, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_GetValue_ReturnValue) == 0x000014, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, K2Node_Select_Default) == 0x00001C, "Member 'BP_HarpoonArrow_C_CalculateDamage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_CalculateDamage, CallFunc_FClamp_ReturnValue) == 0x000024, "Member 'BP_HarpoonArrow_C_CalculateDamage::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_Start \ static_assert(alignof(BP_HarpoonArrow_C_Start) == 0x000001, "Wrong alignment on BP_HarpoonArrow_C_Start"); \ static_assert(sizeof(BP_HarpoonArrow_C_Start) == 0x000003, "Wrong size on BP_HarpoonArrow_C_Start"); \ static_assert(offsetof(BP_HarpoonArrow_C_Start, Rotation_Follows_Velocity) == 0x000000, "Member 'BP_HarpoonArrow_C_Start::Rotation_Follows_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Start, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_HarpoonArrow_C_Start::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Start, CallFunc_HasAuthority_ReturnValue) == 0x000002, "Member 'BP_HarpoonArrow_C_Start::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_Stop \ static_assert(alignof(BP_HarpoonArrow_C_Stop) == 0x000001, "Wrong alignment on BP_HarpoonArrow_C_Stop"); \ static_assert(sizeof(BP_HarpoonArrow_C_Stop) == 0x000006, "Wrong size on BP_HarpoonArrow_C_Stop"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, bAttachToHomingTarget) == 0x000000, "Member 'BP_HarpoonArrow_C_Stop::bAttachToHomingTarget' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, LocationRule) == 0x000001, "Member 'BP_HarpoonArrow_C_Stop::LocationRule' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, RotationRule) == 0x000002, "Member 'BP_HarpoonArrow_C_Stop::RotationRule' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, ScaleRule) == 0x000003, "Member 'BP_HarpoonArrow_C_Stop::ScaleRule' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_HarpoonArrow_C_Stop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_Stop, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_HarpoonArrow_C_Stop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_OnRep_State \ static_assert(alignof(BP_HarpoonArrow_C_OnRep_State) == 0x000001, "Wrong alignment on BP_HarpoonArrow_C_OnRep_State"); \ static_assert(sizeof(BP_HarpoonArrow_C_OnRep_State) == 0x000001, "Wrong size on BP_HarpoonArrow_C_OnRep_State"); \ static_assert(offsetof(BP_HarpoonArrow_C_OnRep_State, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_HarpoonArrow_C_OnRep_State::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_GetIsEnemy \ static_assert(alignof(BP_HarpoonArrow_C_GetIsEnemy) == 0x000001, "Wrong alignment on BP_HarpoonArrow_C_GetIsEnemy"); \ static_assert(sizeof(BP_HarpoonArrow_C_GetIsEnemy) == 0x000001, "Wrong size on BP_HarpoonArrow_C_GetIsEnemy"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'BP_HarpoonArrow_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HarpoonArrow_C_GetEnemyData \ static_assert(alignof(BP_HarpoonArrow_C_GetEnemyData) == 0x000008, "Wrong alignment on BP_HarpoonArrow_C_GetEnemyData"); \ static_assert(sizeof(BP_HarpoonArrow_C_GetEnemyData) == 0x000060, "Wrong size on BP_HarpoonArrow_C_GetEnemyData"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetEnemyData, Data) == 0x000000, "Member 'BP_HarpoonArrow_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'BP_HarpoonArrow_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'BP_HarpoonArrow_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_HarpoonArrow_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HarpoonArrow_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'BP_HarpoonArrow_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HarpoonArrow_C \ static_assert(alignof(ABP_HarpoonArrow_C) == 0x000008, "Wrong alignment on ABP_HarpoonArrow_C"); \ static_assert(sizeof(ABP_HarpoonArrow_C) == 0x0002B0, "Wrong size on ABP_HarpoonArrow_C"); \ static_assert(offsetof(ABP_HarpoonArrow_C, UberGraphFrame) == 0x000220, "Member 'ABP_HarpoonArrow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, Grab) == 0x000228, "Member 'ABP_HarpoonArrow_C::Grab' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, Health) == 0x000230, "Member 'ABP_HarpoonArrow_C::Health' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, DamageCollision) == 0x000238, "Member 'ABP_HarpoonArrow_C::DamageCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, ProjectileMovement) == 0x000240, "Member 'ABP_HarpoonArrow_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, CableEnd) == 0x000248, "Member 'ABP_HarpoonArrow_C::CableEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, CableHolder) == 0x000250, "Member 'ABP_HarpoonArrow_C::CableHolder' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, Shaft) == 0x000258, "Member 'ABP_HarpoonArrow_C::Shaft' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, Tip) == 0x000260, "Member 'ABP_HarpoonArrow_C::Tip' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, Root) == 0x000268, "Member 'ABP_HarpoonArrow_C::Root' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, HomingTarget) == 0x000270, "Member 'ABP_HarpoonArrow_C::HomingTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, State) == 0x000278, "Member 'ABP_HarpoonArrow_C::State' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, TargetReached) == 0x000280, "Member 'ABP_HarpoonArrow_C::TargetReached' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, ArrowBroken) == 0x000290, "Member 'ABP_HarpoonArrow_C::ArrowBroken' has a wrong offset!"); \ static_assert(offsetof(ABP_HarpoonArrow_C, ArrowRetreat) == 0x0002A0, "Member 'ABP_HarpoonArrow_C::ArrowRetreat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon \ static_assert(alignof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon) == 0x000008, "Wrong alignment on ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon"); \ static_assert(sizeof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon) == 0x000038, "Wrong size on ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, EntryPoint) == 0x000000, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, K2Node_DynamicCast_AsBP_Harpoon) == 0x000010, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::K2Node_DynamicCast_AsBP_Harpoon' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000030, "Member 'ABP_Harpoon_C_ExecuteUbergraph_ABP_Harpoon::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harpoon_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Harpoon_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Harpoon_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Harpoon_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Harpoon_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Harpoon_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Harpoon_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Harpoon_C_AnimGraph \ static_assert(alignof(ABP_Harpoon_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Harpoon_C_AnimGraph"); \ static_assert(sizeof(ABP_Harpoon_C_AnimGraph) == 0x000010, "Wrong size on ABP_Harpoon_C_AnimGraph"); \ static_assert(offsetof(ABP_Harpoon_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Harpoon_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Harpoon_C \ static_assert(alignof(UABP_Harpoon_C) == 0x000010, "Wrong alignment on UABP_Harpoon_C"); \ static_assert(sizeof(UABP_Harpoon_C) == 0x000560, "Wrong size on UABP_Harpoon_C"); \ static_assert(offsetof(UABP_Harpoon_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Harpoon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Harpoon_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, AnimGraphNode_SequencePlayer) == 0x0002F8, "Member 'UABP_Harpoon_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, AnimGraphNode_Slot) == 0x000378, "Member 'UABP_Harpoon_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x0003C0, "Member 'UABP_Harpoon_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, TargetYaw) == 0x000550, "Member 'UABP_Harpoon_C::TargetYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Harpoon_C, TargetPitch) == 0x000554, "Member 'UABP_Harpoon_C::TargetPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericExplosion_C_ExecuteUbergraph_GenericExplosion \ static_assert(alignof(GenericExplosion_C_ExecuteUbergraph_GenericExplosion) == 0x000004, "Wrong alignment on GenericExplosion_C_ExecuteUbergraph_GenericExplosion"); \ static_assert(sizeof(GenericExplosion_C_ExecuteUbergraph_GenericExplosion) == 0x000004, "Wrong size on GenericExplosion_C_ExecuteUbergraph_GenericExplosion"); \ static_assert(offsetof(GenericExplosion_C_ExecuteUbergraph_GenericExplosion, EntryPoint) == 0x000000, "Member 'GenericExplosion_C_ExecuteUbergraph_GenericExplosion::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericExplosion_C \ static_assert(alignof(AGenericExplosion_C) == 0x000008, "Wrong alignment on AGenericExplosion_C"); \ static_assert(sizeof(AGenericExplosion_C) == 0x000280, "Wrong size on AGenericExplosion_C"); \ static_assert(offsetof(AGenericExplosion_C, UberGraphFrame) == 0x000278, "Member 'AGenericExplosion_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor \ static_assert(alignof(VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor) == 0x000004, "Wrong alignment on VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor"); \ static_assert(sizeof(VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor) == 0x000008, "Wrong size on VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor"); \ static_assert(offsetof(VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor, EntryPoint) == 0x000000, "Member 'VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'VoidoniteLootOrbDestructibleActor_C_ExecuteUbergraph_VoidoniteLootOrbDestructibleActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VoidoniteLootOrbDestructibleActor_C_ReceiveTick \ static_assert(alignof(VoidoniteLootOrbDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong alignment on VoidoniteLootOrbDestructibleActor_C_ReceiveTick"); \ static_assert(sizeof(VoidoniteLootOrbDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong size on VoidoniteLootOrbDestructibleActor_C_ReceiveTick"); \ static_assert(offsetof(VoidoniteLootOrbDestructibleActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'VoidoniteLootOrbDestructibleActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVoidoniteLootOrbDestructibleActor_C \ static_assert(alignof(AVoidoniteLootOrbDestructibleActor_C) == 0x000008, "Wrong alignment on AVoidoniteLootOrbDestructibleActor_C"); \ static_assert(sizeof(AVoidoniteLootOrbDestructibleActor_C) == 0x000240, "Wrong size on AVoidoniteLootOrbDestructibleActor_C"); \ static_assert(offsetof(AVoidoniteLootOrbDestructibleActor_C, UberGraphFrame) == 0x000220, "Member 'AVoidoniteLootOrbDestructibleActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVoidoniteLootOrbDestructibleActor_C, DissolveComponent) == 0x000228, "Member 'AVoidoniteLootOrbDestructibleActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AVoidoniteLootOrbDestructibleActor_C, DestructibleMesh) == 0x000230, "Member 'AVoidoniteLootOrbDestructibleActor_C::DestructibleMesh' has a wrong offset!"); \ static_assert(offsetof(AVoidoniteLootOrbDestructibleActor_C, DefaultSceneRoot) == 0x000238, "Member 'AVoidoniteLootOrbDestructibleActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor \ static_assert(alignof(GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor) == 0x000004, "Wrong alignment on GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor"); \ static_assert(sizeof(GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor) == 0x000008, "Wrong size on GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor"); \ static_assert(offsetof(GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor, EntryPoint) == 0x000000, "Member 'GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'GenericFrozenLootOrbDestructibleActor_C_ExecuteUbergraph_GenericFrozenLootOrbDestructibleActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrbDestructibleActor_C_ReceiveTick \ static_assert(alignof(GenericFrozenLootOrbDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericFrozenLootOrbDestructibleActor_C_ReceiveTick"); \ static_assert(sizeof(GenericFrozenLootOrbDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong size on GenericFrozenLootOrbDestructibleActor_C_ReceiveTick"); \ static_assert(offsetof(GenericFrozenLootOrbDestructibleActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericFrozenLootOrbDestructibleActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFrozenLootOrbDestructibleActor_C \ static_assert(alignof(AGenericFrozenLootOrbDestructibleActor_C) == 0x000008, "Wrong alignment on AGenericFrozenLootOrbDestructibleActor_C"); \ static_assert(sizeof(AGenericFrozenLootOrbDestructibleActor_C) == 0x000240, "Wrong size on AGenericFrozenLootOrbDestructibleActor_C"); \ static_assert(offsetof(AGenericFrozenLootOrbDestructibleActor_C, UberGraphFrame) == 0x000220, "Member 'AGenericFrozenLootOrbDestructibleActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrbDestructibleActor_C, DissolveComponent) == 0x000228, "Member 'AGenericFrozenLootOrbDestructibleActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrbDestructibleActor_C, DestructibleMesh) == 0x000230, "Member 'AGenericFrozenLootOrbDestructibleActor_C::DestructibleMesh' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrbDestructibleActor_C, DefaultSceneRoot) == 0x000238, "Member 'AGenericFrozenLootOrbDestructibleActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack \ static_assert(alignof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack) == 0x000008, "Wrong alignment on Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack"); \ static_assert(sizeof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack) == 0x000110, "Wrong size on Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, EntryPoint) == 0x000000, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000010, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetBarrelGripType_ReturnValue) == 0x000028, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Montage_Play_ReturnValue) == 0x00002C, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000030, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000038, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Montage_Play_ReturnValue_1) == 0x000040, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_3) == 0x000048, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x000050, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetSelectedWeaponSlot_ReturnValue) == 0x000059, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetSelectedWeaponSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_SwitchEnum_CmpSuccess) == 0x00005A, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue_1) == 0x000060, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000068, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000070, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_AsThird_Person_Character) == 0x000078, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000081, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_IsValid_ReturnValue) == 0x000082, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetItemState_ReturnValue) == 0x000083, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000084, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000085, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000086, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000087, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_BooleanOR_ReturnValue_1) == 0x000089, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue_2) == 0x000090, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_4) == 0x000098, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_5) == 0x0000A0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Montage_Play_ReturnValue_2) == 0x0000A8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Montage_Play_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Montage_Play_ReturnValue_3) == 0x0000AC, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Montage_Play_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000B0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_AsFGWeapon_Ranged_1) == 0x0000B8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_AsFGWeapon_Ranged_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_6) == 0x0000C8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetBarrelGripType_ReturnValue_1) == 0x0000D0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetBarrelGripType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetAnimInstance_ReturnValue_7) == 0x0000D8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetAnimInstance_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0000E8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_CanUseAction_ReturnValue) == 0x0000F0, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_CanUseAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue_3) == 0x0000F8, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue_4) == 0x000100, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack, CallFunc_K2_SetTimer_ReturnValue_5) == 0x000108, "Member 'Action_MeleeAttack_C_ExecuteUbergraph_Action_MeleeAttack::CallFunc_K2_SetTimer_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_MeleeAttack_C_ResetAttack \ static_assert(alignof(Action_MeleeAttack_C_ResetAttack) == 0x000008, "Wrong alignment on Action_MeleeAttack_C_ResetAttack"); \ static_assert(sizeof(Action_MeleeAttack_C_ResetAttack) == 0x000008, "Wrong size on Action_MeleeAttack_C_ResetAttack"); \ static_assert(offsetof(Action_MeleeAttack_C_ResetAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_MeleeAttack_C_ResetAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_MeleeAttack_C_StopMontageIdle \ static_assert(alignof(Action_MeleeAttack_C_StopMontageIdle) == 0x000008, "Wrong alignment on Action_MeleeAttack_C_StopMontageIdle"); \ static_assert(sizeof(Action_MeleeAttack_C_StopMontageIdle) == 0x000010, "Wrong size on Action_MeleeAttack_C_StopMontageIdle"); \ static_assert(offsetof(Action_MeleeAttack_C_StopMontageIdle, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'Action_MeleeAttack_C_StopMontageIdle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_StopMontageIdle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000008, "Member 'Action_MeleeAttack_C_StopMontageIdle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_MeleeAttack_C_PlayGunMontages \ static_assert(alignof(Action_MeleeAttack_C_PlayGunMontages) == 0x000008, "Wrong alignment on Action_MeleeAttack_C_PlayGunMontages"); \ static_assert(sizeof(Action_MeleeAttack_C_PlayGunMontages) == 0x000070, "Wrong size on Action_MeleeAttack_C_PlayGunMontages"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, FPAnimInstance) == 0x000000, "Member 'Action_MeleeAttack_C_PlayGunMontages::FPAnimInstance' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, TPAnimInstance) == 0x000008, "Member 'Action_MeleeAttack_C_PlayGunMontages::TPAnimInstance' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, BarrelGripType) == 0x000010, "Member 'Action_MeleeAttack_C_PlayGunMontages::BarrelGripType' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_byte_Variable) == 0x000011, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable) == 0x000018, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable_1) == 0x000020, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable_2) == 0x000028, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_byte_Variable_1) == 0x000030, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable_3) == 0x000038, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable_4) == 0x000040, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, Temp_object_Variable_5) == 0x000048, "Member 'Action_MeleeAttack_C_PlayGunMontages::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, K2Node_Select_Default) == 0x000050, "Member 'Action_MeleeAttack_C_PlayGunMontages::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, K2Node_Select_Default_1) == 0x000058, "Member 'Action_MeleeAttack_C_PlayGunMontages::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, CallFunc_Montage_Play_ReturnValue) == 0x000060, "Member 'Action_MeleeAttack_C_PlayGunMontages::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, CallFunc_Montage_Play_ReturnValue_1) == 0x000064, "Member 'Action_MeleeAttack_C_PlayGunMontages::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_MeleeAttack_C_PlayGunMontages, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000068, "Member 'Action_MeleeAttack_C_PlayGunMontages::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_MeleeAttack_C \ static_assert(alignof(UAction_MeleeAttack_C) == 0x000008, "Wrong alignment on UAction_MeleeAttack_C"); \ static_assert(sizeof(UAction_MeleeAttack_C) == 0x000070, "Wrong size on UAction_MeleeAttack_C"); \ static_assert(offsetof(UAction_MeleeAttack_C, UberGraphFrame) == 0x000050, "Member 'UAction_MeleeAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, ActivePlayer) == 0x000058, "Member 'UAction_MeleeAttack_C::ActivePlayer' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, bWeapon2MontagePlay) == 0x000060, "Member 'UAction_MeleeAttack_C::bWeapon2MontagePlay' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, bWeapon1_MontagePlay) == 0x000061, "Member 'UAction_MeleeAttack_C::bWeapon1_MontagePlay' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, bRevolver_MontagePlay) == 0x000062, "Member 'UAction_MeleeAttack_C::bRevolver_MontagePlay' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, bWantAttack) == 0x000063, "Member 'UAction_MeleeAttack_C::bWantAttack' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, DelayBetweenEndAttack) == 0x000064, "Member 'UAction_MeleeAttack_C::DelayBetweenEndAttack' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, bNoWeaponPlayMontage) == 0x000068, "Member 'UAction_MeleeAttack_C::bNoWeaponPlayMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_MeleeAttack_C, MontageLength) == 0x00006C, "Member 'UAction_MeleeAttack_C::MontageLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain \ static_assert(alignof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain) == 0x000008, "Wrong alignment on NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain"); \ static_assert(sizeof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain) == 0x0000B8, "Wrong size on NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, EntryPoint) == 0x000000, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, Temp_object_Variable) == 0x000008, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, Temp_bool_Variable) == 0x000038, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, Temp_object_Variable_1) == 0x000040, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, Temp_bool_Variable_1) == 0x000048, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000050, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00005B, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, Temp_object_Variable_2) == 0x000060, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_Select_Default) == 0x000068, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_Select_Default_1) == 0x000070, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_PlayAnimMontage_ReturnValue) == 0x000078, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000080, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_IsValid_ReturnValue_2) == 0x000088, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_HasAuthority_ReturnValue) == 0x000089, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_GetBlackboard_ReturnValue) == 0x000090, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_IsValid_ReturnValue_3) == 0x000098, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, CallFunc_GetValueAsObject_ReturnValue) == 0x0000A0, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_DynamicCast_AsFGJump_Spline_Component) == 0x0000A8, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_DynamicCast_AsFGJump_Spline_Component' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'NaziSoldier_BoardTrain_C_ExecuteUbergraph_NaziSoldier_BoardTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_BoardTrain_C \ static_assert(alignof(UNaziSoldier_BoardTrain_C) == 0x000008, "Wrong alignment on UNaziSoldier_BoardTrain_C"); \ static_assert(sizeof(UNaziSoldier_BoardTrain_C) == 0x0000D8, "Wrong size on UNaziSoldier_BoardTrain_C"); \ static_assert(offsetof(UNaziSoldier_BoardTrain_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziSoldier_BoardTrain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_BoardTrain_C, JumpTarget) == 0x0000C0, "Member 'UNaziSoldier_BoardTrain_C::JumpTarget' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_BoardTrain_C, Character) == 0x0000C8, "Member 'UNaziSoldier_BoardTrain_C::Character' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_BoardTrain_C, Key_Name) == 0x0000D0, "Member 'UNaziSoldier_BoardTrain_C::Key_Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFuelOrb_WagonModule_C \ static_assert(alignof(AGenericFuelOrb_WagonModule_C) == 0x000008, "Wrong alignment on AGenericFuelOrb_WagonModule_C"); \ static_assert(sizeof(AGenericFuelOrb_WagonModule_C) == 0x0005D0, "Wrong size on AGenericFuelOrb_WagonModule_C"); \ #define DUMPER7_ASSERTS_ALL_WeaponModuleT5_C \ static_assert(alignof(ALL_WeaponModuleT5_C) == 0x000008, "Wrong alignment on ALL_WeaponModuleT5_C"); \ static_assert(sizeof(ALL_WeaponModuleT5_C) == 0x000248, "Wrong size on ALL_WeaponModuleT5_C"); \ static_assert(offsetof(ALL_WeaponModuleT5_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_WeaponModuleT5_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGun_3_C \ static_assert(alignof(AGun_3_C) == 0x000010, "Wrong alignment on AGun_3_C"); \ static_assert(sizeof(AGun_3_C) == 0x001710, "Wrong size on AGun_3_C"); \ #define DUMPER7_ASSERTS_ALL_WeaponModuleT4_C \ static_assert(alignof(ALL_WeaponModuleT4_C) == 0x000008, "Wrong alignment on ALL_WeaponModuleT4_C"); \ static_assert(sizeof(ALL_WeaponModuleT4_C) == 0x000248, "Wrong size on ALL_WeaponModuleT4_C"); \ static_assert(offsetof(ALL_WeaponModuleT4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_WeaponModuleT4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_WeaponModuleT3_C \ static_assert(alignof(ALL_WeaponModuleT3_C) == 0x000008, "Wrong alignment on ALL_WeaponModuleT3_C"); \ static_assert(sizeof(ALL_WeaponModuleT3_C) == 0x000248, "Wrong size on ALL_WeaponModuleT3_C"); \ static_assert(offsetof(ALL_WeaponModuleT3_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_WeaponModuleT3_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_WeaponModuleT2_C \ static_assert(alignof(ALL_WeaponModuleT2_C) == 0x000008, "Wrong alignment on ALL_WeaponModuleT2_C"); \ static_assert(sizeof(ALL_WeaponModuleT2_C) == 0x000248, "Wrong size on ALL_WeaponModuleT2_C"); \ static_assert(offsetof(ALL_WeaponModuleT2_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_WeaponModuleT2_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericCasket_WagonModule_C \ static_assert(alignof(AGenericCasket_WagonModule_C) == 0x000008, "Wrong alignment on AGenericCasket_WagonModule_C"); \ static_assert(sizeof(AGenericCasket_WagonModule_C) == 0x0005D0, "Wrong size on AGenericCasket_WagonModule_C"); \ #define DUMPER7_ASSERTS_ALL_Cascet_WeaponModulesRoll_T1_C \ static_assert(alignof(ALL_Cascet_WeaponModulesRoll_T1_C) == 0x000008, "Wrong alignment on ALL_Cascet_WeaponModulesRoll_T1_C"); \ static_assert(sizeof(ALL_Cascet_WeaponModulesRoll_T1_C) == 0x000248, "Wrong size on ALL_Cascet_WeaponModulesRoll_T1_C"); \ static_assert(offsetof(ALL_Cascet_WeaponModulesRoll_T1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Cascet_WeaponModulesRoll_T1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_ExecuteUbergraph_GenericMine \ static_assert(alignof(GenericMine_C_ExecuteUbergraph_GenericMine) == 0x000010, "Wrong alignment on GenericMine_C_ExecuteUbergraph_GenericMine"); \ static_assert(sizeof(GenericMine_C_ExecuteUbergraph_GenericMine) == 0x0008B0, "Wrong size on GenericMine_C_ExecuteUbergraph_GenericMine"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, EntryPoint) == 0x000000, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, Temp_float_Variable) == 0x000008, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Hit_4) == 0x00000C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_PlayerCharacter_4) == 0x000098, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Hit_3) == 0x0000A0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_PlayerCharacter_3) == 0x000128, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Hit_2) == 0x000130, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_PlayerCharacter_2) == 0x0001B8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate) == 0x0001C0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001D0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetGameInstance_ReturnValue) == 0x0001D8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, Temp_bool_Variable) == 0x0001E0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGGame_Instance) == 0x0001E8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X) == 0x000200, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y) == 0x000204, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z) == 0x000208, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue) == 0x00020C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLocomotive_ReturnValue) == 0x000210, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_1) == 0x000218, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetMovementComponent_ReturnValue) == 0x000220, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000228, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Add_VectorVector_ReturnValue) == 0x000234, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_VSize_ReturnValue) == 0x000240, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_1) == 0x000244, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_1) == 0x000248, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_1) == 0x00024C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Less_FloatFloat_ReturnValue) == 0x000250, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000254, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000268, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetGameInstance_ReturnValue_1) == 0x000270, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000278, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000288, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_2) == 0x000294, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_2) == 0x000298, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_2) == 0x00029C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_2) == 0x0002A0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLastWagon_ReturnValue) == 0x0002A8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLastWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLength_ReturnValue) == 0x0002B0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002B4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_3) == 0x0002C0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_3) == 0x0002C4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_3) == 0x0002C8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002CC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002D0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CustomEvent_Wagon) == 0x0002E8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CustomEvent_Wagon' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0002F0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue) == 0x0002F8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000300, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000308, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000310, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000318, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_bFromSweep) == 0x00031C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_SweepResult) == 0x000320, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsGeneric_Mine) == 0x0003A8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsGeneric_Mine' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_2) == 0x0003B0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_3) == 0x0003B1, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003B4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Hit_1) == 0x0003B8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_PlayerCharacter_1) == 0x000440, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_1) == 0x000448, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_2) == 0x000449, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_3) == 0x00044A, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetGameInstance_ReturnValue_2) == 0x000450, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x000458, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_3) == 0x000460, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_4) == 0x000461, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLocomotive_ReturnValue_1) == 0x000468, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_5) == 0x000470, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000478, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetMovementComponent_ReturnValue_2) == 0x000480, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetMovementComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_VSize_ReturnValue_1) == 0x000488, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00048C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_VSize_ReturnValue_2) == 0x000490, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_MapRangeClamped_ReturnValue) == 0x000494, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000498, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Select_Default) == 0x0004A4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0004A8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_6) == 0x0004AC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0004AD, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_4) == 0x0004AE, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate_3) == 0x0004B0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0004C0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetGameInstance_ReturnValue_3) == 0x0004C8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x0004D0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_4) == 0x0004D8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_HasAuthority_ReturnValue) == 0x0004D9, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_7) == 0x0004DA, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLastWagon_ReturnValue_1) == 0x0004E0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLastWagon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetLength_ReturnValue_1) == 0x0004E8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0004EC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0004F8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_4) == 0x000504, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_4) == 0x000508, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_4) == 0x00050C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_5) == 0x000510, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_5) == 0x000514, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_5) == 0x000518, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00051C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000520, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000524, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000528, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000530, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000538, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000540, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_Hit_1) == 0x00054C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0005D4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate_4) == 0x0005D8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x0005E8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGWagon) == 0x0005F0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_5) == 0x0005F8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0005F9, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_HitComponent) == 0x000600, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherActor) == 0x000608, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_OtherComp) == 0x000610, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000618, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_ComponentBoundEvent_Hit) == 0x000624, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsGeneric_Mine_1) == 0x0006B0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsGeneric_Mine_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_6) == 0x0006B8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_AsFGWagon_1) == 0x0006C0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_DynamicCast_bSuccess_7) == 0x0006C8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_8) == 0x0006C9, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_5) == 0x0006CA, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x0006CB, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, Temp_float_Variable_1) == 0x0006CC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, Temp_bool_Variable_1) == 0x0006D0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0006D4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x0006E0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000710, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000718, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GetMaterial_ReturnValue) == 0x000720, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_IsValid_ReturnValue_9) == 0x000728, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000730, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000738, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x00073C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, Temp_bool_Variable_2) == 0x00073D, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_CreateDelegate_OutputDelegate_5) == 0x000740, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Select_Default_1) == 0x000750, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000758, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000760, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Select_Default_2) == 0x000764, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000768, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00076C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Damage) == 0x000770, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_DamageType) == 0x000778, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_InstigatedBy) == 0x000780, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_DamageCauser) == 0x000788, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000790, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000794, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BooleanAND_ReturnValue) == 0x000795, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Not_PreBool_ReturnValue_6) == 0x000796, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BooleanOR_ReturnValue) == 0x000797, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_MakeVector_ReturnValue) == 0x000798, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0007A4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_6) == 0x0007B0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_6) == 0x0007B4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_6) == 0x0007B8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_MakeVector_ReturnValue_1) == 0x0007BC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0007C8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x0007CC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_7) == 0x0007D8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_7) == 0x0007DC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_7) == 0x0007E0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_X_8) == 0x0007E4, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Y_8) == 0x0007E8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_BreakVector_Z_8) == 0x0007EC, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_MakeVector2D_ReturnValue) == 0x0007F0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_MakeVector2D_ReturnValue_1) == 0x0007F8, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_DistanceSquared2D_ReturnValue) == 0x000800, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000804, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x000808, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x00080C, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_Hit) == 0x000818, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ExecuteUbergraph_GenericMine, K2Node_Event_PlayerCharacter) == 0x0008A0, "Member 'GenericMine_C_ExecuteUbergraph_GenericMine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnPlayerSeeActor \ static_assert(alignof(GenericMine_C_OnPlayerSeeActor) == 0x000008, "Wrong alignment on GenericMine_C_OnPlayerSeeActor"); \ static_assert(sizeof(GenericMine_C_OnPlayerSeeActor) == 0x000090, "Wrong size on GenericMine_C_OnPlayerSeeActor"); \ static_assert(offsetof(GenericMine_C_OnPlayerSeeActor, Hit) == 0x000000, "Member 'GenericMine_C_OnPlayerSeeActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_OnPlayerSeeActor, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_OnPlayerSeeActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_ReceiveAnyDamage \ static_assert(alignof(GenericMine_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on GenericMine_C_ReceiveAnyDamage"); \ static_assert(sizeof(GenericMine_C_ReceiveAnyDamage) == 0x000020, "Wrong size on GenericMine_C_ReceiveAnyDamage"); \ static_assert(offsetof(GenericMine_C_ReceiveAnyDamage, Damage_0) == 0x000000, "Member 'GenericMine_C_ReceiveAnyDamage::Damage_0' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ReceiveAnyDamage, DamageType_0) == 0x000008, "Member 'GenericMine_C_ReceiveAnyDamage::DamageType_0' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'GenericMine_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'GenericMine_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ static_assert(alignof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'GenericMine_C_BndEvt__VoidMesh_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnUseActor \ static_assert(alignof(GenericMine_C_OnUseActor) == 0x000008, "Wrong alignment on GenericMine_C_OnUseActor"); \ static_assert(sizeof(GenericMine_C_OnUseActor) == 0x000090, "Wrong size on GenericMine_C_OnUseActor"); \ static_assert(offsetof(GenericMine_C_OnUseActor, Hit) == 0x000000, "Member 'GenericMine_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'GenericMine_C_BndEvt__OverlapSphere_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnWagonOverlap \ static_assert(alignof(GenericMine_C_OnWagonOverlap) == 0x000008, "Wrong alignment on GenericMine_C_OnWagonOverlap"); \ static_assert(sizeof(GenericMine_C_OnWagonOverlap) == 0x000008, "Wrong size on GenericMine_C_OnWagonOverlap"); \ static_assert(offsetof(GenericMine_C_OnWagonOverlap, Wagon) == 0x000000, "Member 'GenericMine_C_OnWagonOverlap::Wagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnHoldUseActor \ static_assert(alignof(GenericMine_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericMine_C_OnHoldUseActor"); \ static_assert(sizeof(GenericMine_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericMine_C_OnHoldUseActor"); \ static_assert(offsetof(GenericMine_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericMine_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnAltHoldUseActor \ static_assert(alignof(GenericMine_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericMine_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericMine_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericMine_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericMine_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericMine_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnAlternateUseActor \ static_assert(alignof(GenericMine_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericMine_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericMine_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericMine_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericMine_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericMine_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_GenerateLoot \ static_assert(alignof(GenericMine_C_GenerateLoot) == 0x000010, "Wrong alignment on GenericMine_C_GenerateLoot"); \ static_assert(sizeof(GenericMine_C_GenerateLoot) == 0x000160, "Wrong size on GenericMine_C_GenerateLoot"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, RolledCount) == 0x000000, "Member 'GenericMine_C_GenerateLoot::RolledCount' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericMine_C_GenerateLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericMine_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericMine_C_GenerateLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'GenericMine_C_GenerateLoot::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'GenericMine_C_GenerateLoot::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'GenericMine_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Array_Index_Variable_2) == 0x00001C, "Member 'GenericMine_C_GenerateLoot::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_struct_Variable) == 0x000020, "Member 'GenericMine_C_GenerateLoot::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_AddComponent_ReturnValue) == 0x000050, "Member 'GenericMine_C_GenerateLoot::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue) == 0x000058, "Member 'GenericMine_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00005C, "Member 'GenericMine_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Get_Item) == 0x000060, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, Temp_int_Loop_Counter_Variable_2) == 0x00007C, "Member 'GenericMine_C_GenerateLoot::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000080, "Member 'GenericMine_C_GenerateLoot::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'GenericMine_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_2) == 0x000088, "Member 'GenericMine_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00008C, "Member 'GenericMine_C_GenerateLoot::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Find_Value) == 0x000090, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Find_ReturnValue) == 0x000094, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_IsValidClass_ReturnValue) == 0x000095, "Member 'GenericMine_C_GenerateLoot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_3) == 0x000098, "Member 'GenericMine_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue) == 0x0000A0, "Member 'GenericMine_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_DynamicCast_AsFGLootable_Item) == 0x0000A8, "Member 'GenericMine_C_GenerateLoot::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'GenericMine_C_GenerateLoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'GenericMine_C_GenerateLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue) == 0x0000C8, "Member 'GenericMine_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_1) == 0x0000CC, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000D0, "Member 'GenericMine_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D1, "Member 'GenericMine_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue_1) == 0x0000D8, "Member 'GenericMine_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_DynamicCast_AsFGLoot_List) == 0x0000E0, "Member 'GenericMine_C_GenerateLoot::K2Node_DynamicCast_AsFGLoot_List' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'GenericMine_C_GenerateLoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_SelectFloat_ReturnValue) == 0x0000EC, "Member 'GenericMine_C_GenerateLoot::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Roll_ReturnValue) == 0x0000F0, "Member 'GenericMine_C_GenerateLoot::CallFunc_Roll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000100, "Member 'GenericMine_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue_1) == 0x000101, "Member 'GenericMine_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Find_Value_1) == 0x000104, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Find_ReturnValue_1) == 0x000108, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_4) == 0x00010C, "Member 'GenericMine_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Keys_Keys) == 0x000110, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Length_ReturnValue) == 0x000120, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue) == 0x000130, "Member 'GenericMine_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000138, "Member 'GenericMine_C_GenerateLoot::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, K2Node_ClassDynamicCast_bSuccess) == 0x000140, "Member 'GenericMine_C_GenerateLoot::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_2) == 0x000144, "Member 'GenericMine_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Map_Values_Values) == 0x000148, "Member 'GenericMine_C_GenerateLoot::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_2) == 0x000158, "Member 'GenericMine_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_GiveLoot \ static_assert(alignof(GenericMine_C_GiveLoot) == 0x000008, "Wrong alignment on GenericMine_C_GiveLoot"); \ static_assert(sizeof(GenericMine_C_GiveLoot) == 0x000058, "Wrong size on GenericMine_C_GiveLoot"); \ static_assert(offsetof(GenericMine_C_GiveLoot, Player) == 0x000000, "Member 'GenericMine_C_GiveLoot::Player' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericMine_C_GiveLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'GenericMine_C_GiveLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'GenericMine_C_GiveLoot::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'GenericMine_C_GiveLoot::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, Temp_int_Array_Index_Variable) == 0x000018, "Member 'GenericMine_C_GiveLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_IsValid_ReturnValue_1) == 0x00001C, "Member 'GenericMine_C_GiveLoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000020, "Member 'GenericMine_C_GiveLoot::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericMine_C_GiveLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericMine_C_GiveLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00004C, "Member 'GenericMine_C_GiveLoot::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_Max_ReturnValue) == 0x000050, "Member 'GenericMine_C_GiveLoot::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GiveLoot, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000054, "Member 'GenericMine_C_GiveLoot::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_CanLoot \ static_assert(alignof(GenericMine_C_CanLoot) == 0x000008, "Wrong alignment on GenericMine_C_CanLoot"); \ static_assert(sizeof(GenericMine_C_CanLoot) == 0x000050, "Wrong size on GenericMine_C_CanLoot"); \ static_assert(offsetof(GenericMine_C_CanLoot, Player) == 0x000000, "Member 'GenericMine_C_CanLoot::Player' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, Result) == 0x000008, "Member 'GenericMine_C_CanLoot::Result' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, bCanAddSomething) == 0x000009, "Member 'GenericMine_C_CanLoot::bCanAddSomething' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'GenericMine_C_CanLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericMine_C_CanLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'GenericMine_C_CanLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericMine_C_CanLoot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000018, "Member 'GenericMine_C_CanLoot::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GenericMine_C_CanLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericMine_C_CanLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'GenericMine_C_CanLoot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'GenericMine_C_CanLoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanLoot, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x00004A, "Member 'GenericMine_C_CanLoot::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_Explosion \ static_assert(alignof(GenericMine_C_Explosion) == 0x000008, "Wrong alignment on GenericMine_C_Explosion"); \ static_assert(sizeof(GenericMine_C_Explosion) == 0x000470, "Wrong size on GenericMine_C_Explosion"); \ static_assert(offsetof(GenericMine_C_Explosion, DamagedMeshModules) == 0x000000, "Member 'GenericMine_C_Explosion::DamagedMeshModules' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, DamagedActors) == 0x000010, "Member 'GenericMine_C_Explosion::DamagedActors' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'GenericMine_C_Explosion::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Array_Index_Variable) == 0x000030, "Member 'GenericMine_C_Explosion::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'GenericMine_C_Explosion::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'GenericMine_C_Explosion::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_GetPlayerTrain_ReturnValue) == 0x000040, "Member 'GenericMine_C_Explosion::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_GetInstalledModules_ReturnValue) == 0x000048, "Member 'GenericMine_C_Explosion::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'GenericMine_C_Explosion::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00005C, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'GenericMine_C_Explosion::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'GenericMine_C_Explosion::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'GenericMine_C_Explosion::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000074, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000080, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_X) == 0x00008C, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_Y) == 0x000090, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_Z) == 0x000094, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Loop_Counter_Variable_2) == 0x000098, "Member 'GenericMine_C_Explosion::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Add_FloatFloat_ReturnValue) == 0x00009C, "Member 'GenericMine_C_Explosion::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'GenericMine_C_Explosion::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000AC, "Member 'GenericMine_C_Explosion::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'GenericMine_C_Explosion::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_object_Variable) == 0x0000B8, "Member 'GenericMine_C_Explosion::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_int_Array_Index_Variable_2) == 0x0000C8, "Member 'GenericMine_C_Explosion::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, Temp_object_Variable_1) == 0x0000D0, "Member 'GenericMine_C_Explosion::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'GenericMine_C_Explosion::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_SphereTraceMulti_OutHits) == 0x0000E8, "Member 'GenericMine_C_Explosion::CallFunc_SphereTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_SphereTraceMulti_ReturnValue) == 0x0000F8, "Member 'GenericMine_C_Explosion::CallFunc_SphereTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_IsActorMeshBoundsInRadius_ReturnValue) == 0x0000F9, "Member 'GenericMine_C_Explosion::CallFunc_IsActorMeshBoundsInRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Get_Item_1) == 0x0000FC, "Member 'GenericMine_C_Explosion::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_bBlockingHit) == 0x000184, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_bInitialOverlap) == 0x000185, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Time) == 0x000188, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Distance) == 0x00018C, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Location) == 0x000190, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ImpactPoint) == 0x00019C, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Normal) == 0x0001A8, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B4, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitItem) == 0x0001E0, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ElementIndex) == 0x0001E4, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_FaceIndex) == 0x0001E8, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_TraceStart) == 0x0001EC, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Length_ReturnValue_1) == 0x000204, "Member 'GenericMine_C_Explosion::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Add_ReturnValue) == 0x000208, "Member 'GenericMine_C_Explosion::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Less_IntInt_ReturnValue_1) == 0x00020C, "Member 'GenericMine_C_Explosion::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsFGCharacter) == 0x000210, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess) == 0x000218, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_ApplyDamage_ReturnValue) == 0x00021C, "Member 'GenericMine_C_Explosion::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Contains_ReturnValue) == 0x000220, "Member 'GenericMine_C_Explosion::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Not_PreBool_ReturnValue_1) == 0x000221, "Member 'GenericMine_C_Explosion::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000224, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000230, "Member 'GenericMine_C_Explosion::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_X_1) == 0x00023C, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_Y_1) == 0x000240, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakVector_Z_1) == 0x000244, "Member 'GenericMine_C_Explosion::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000248, "Member 'GenericMine_C_Explosion::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_MakeVector_ReturnValue_1) == 0x00024C, "Member 'GenericMine_C_Explosion::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_SphereTraceMulti_OutHits_1) == 0x000258, "Member 'GenericMine_C_Explosion::CallFunc_SphereTraceMulti_OutHits_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_SphereTraceMulti_ReturnValue_1) == 0x000268, "Member 'GenericMine_C_Explosion::CallFunc_SphereTraceMulti_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Length_ReturnValue_2) == 0x00026C, "Member 'GenericMine_C_Explosion::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Get_Item_2) == 0x000270, "Member 'GenericMine_C_Explosion::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002F8, "Member 'GenericMine_C_Explosion::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0002F9, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0002FA, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Time_1) == 0x0002FC, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Distance_1) == 0x000300, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Location_1) == 0x000304, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000310, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_Normal_1) == 0x00031C, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000328, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_PhysMat_1) == 0x000338, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitActor_1) == 0x000340, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitComponent_1) == 0x000348, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitBoneName_1) == 0x000350, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_HitItem_1) == 0x000358, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_ElementIndex_1) == 0x00035C, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_FaceIndex_1) == 0x000360, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_TraceStart_1) == 0x000364, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_BreakHitResult_TraceEnd_1) == 0x000370, "Member 'GenericMine_C_Explosion::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000380, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_1) == 0x000388, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsLeech_Miasm) == 0x000390, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsLeech_Miasm' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_2) == 0x000398, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Add_ReturnValue_1) == 0x00039C, "Member 'GenericMine_C_Explosion::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_ApplyDamage_ReturnValue_1) == 0x0003A0, "Member 'GenericMine_C_Explosion::CallFunc_ApplyDamage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Contains_ReturnValue_1) == 0x0003A4, "Member 'GenericMine_C_Explosion::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsFGWagon_Module) == 0x0003A8, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_3) == 0x0003B0, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003B1, "Member 'GenericMine_C_Explosion::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsFGCharacter_1) == 0x0003B8, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_4) == 0x0003C0, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_ApplyDamage_ReturnValue_2) == 0x0003C4, "Member 'GenericMine_C_Explosion::CallFunc_ApplyDamage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsGeneric_Mine) == 0x0003C8, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsGeneric_Mine' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_5) == 0x0003D0, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Add_ReturnValue_2) == 0x0003D4, "Member 'GenericMine_C_Explosion::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Array_Contains_ReturnValue_2) == 0x0003D8, "Member 'GenericMine_C_Explosion::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_AsFGWagon) == 0x0003E0, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, K2Node_DynamicCast_bSuccess_6) == 0x0003E8, "Member 'GenericMine_C_Explosion::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003E9, "Member 'GenericMine_C_Explosion::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x0003F0, "Member 'GenericMine_C_Explosion::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_Explosion, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000468, "Member 'GenericMine_C_Explosion::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnRep_DynamicMaterialPhase \ static_assert(alignof(GenericMine_C_OnRep_DynamicMaterialPhase) == 0x000001, "Wrong alignment on GenericMine_C_OnRep_DynamicMaterialPhase"); \ static_assert(sizeof(GenericMine_C_OnRep_DynamicMaterialPhase) == 0x000001, "Wrong size on GenericMine_C_OnRep_DynamicMaterialPhase"); \ static_assert(offsetof(GenericMine_C_OnRep_DynamicMaterialPhase, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GenericMine_C_OnRep_DynamicMaterialPhase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnRep_EmissiveIntensity \ static_assert(alignof(GenericMine_C_OnRep_EmissiveIntensity) == 0x000001, "Wrong alignment on GenericMine_C_OnRep_EmissiveIntensity"); \ static_assert(sizeof(GenericMine_C_OnRep_EmissiveIntensity) == 0x000001, "Wrong size on GenericMine_C_OnRep_EmissiveIntensity"); \ static_assert(offsetof(GenericMine_C_OnRep_EmissiveIntensity, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GenericMine_C_OnRep_EmissiveIntensity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_RegisterMineDestroy \ static_assert(alignof(GenericMine_C_RegisterMineDestroy) == 0x000008, "Wrong alignment on GenericMine_C_RegisterMineDestroy"); \ static_assert(sizeof(GenericMine_C_RegisterMineDestroy) == 0x000008, "Wrong size on GenericMine_C_RegisterMineDestroy"); \ static_assert(offsetof(GenericMine_C_RegisterMineDestroy, CallFunc_GetActorOfClass_ReturnValue) == 0x000000, "Member 'GenericMine_C_RegisterMineDestroy::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_BeginQuestMine \ static_assert(alignof(GenericMine_C_BeginQuestMine) == 0x000008, "Wrong alignment on GenericMine_C_BeginQuestMine"); \ static_assert(sizeof(GenericMine_C_BeginQuestMine) == 0x000018, "Wrong size on GenericMine_C_BeginQuestMine"); \ static_assert(offsetof(GenericMine_C_BeginQuestMine, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericMine_C_BeginQuestMine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BeginQuestMine, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'GenericMine_C_BeginQuestMine::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BeginQuestMine, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000010, "Member 'GenericMine_C_BeginQuestMine::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_BeginQuestMine, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'GenericMine_C_BeginQuestMine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_OnRep_FlickeringSpeed \ static_assert(alignof(GenericMine_C_OnRep_FlickeringSpeed) == 0x000001, "Wrong alignment on GenericMine_C_OnRep_FlickeringSpeed"); \ static_assert(sizeof(GenericMine_C_OnRep_FlickeringSpeed) == 0x000001, "Wrong size on GenericMine_C_OnRep_FlickeringSpeed"); \ static_assert(offsetof(GenericMine_C_OnRep_FlickeringSpeed, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GenericMine_C_OnRep_FlickeringSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_CanUse \ static_assert(alignof(GenericMine_C_CanUse) == 0x000008, "Wrong alignment on GenericMine_C_CanUse"); \ static_assert(sizeof(GenericMine_C_CanUse) == 0x000098, "Wrong size on GenericMine_C_CanUse"); \ static_assert(offsetof(GenericMine_C_CanUse, Hit) == 0x000000, "Member 'GenericMine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericMine_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_CanHoldUse \ static_assert(alignof(GenericMine_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericMine_C_CanHoldUse"); \ static_assert(sizeof(GenericMine_C_CanHoldUse) == 0x000098, "Wrong size on GenericMine_C_CanHoldUse"); \ static_assert(offsetof(GenericMine_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericMine_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericMine_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_CanAltUse \ static_assert(alignof(GenericMine_C_CanAltUse) == 0x000008, "Wrong alignment on GenericMine_C_CanAltUse"); \ static_assert(sizeof(GenericMine_C_CanAltUse) == 0x000098, "Wrong size on GenericMine_C_CanAltUse"); \ static_assert(offsetof(GenericMine_C_CanAltUse, Hit) == 0x000000, "Member 'GenericMine_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericMine_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_CanAltHoldUse \ static_assert(alignof(GenericMine_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericMine_C_CanAltHoldUse"); \ static_assert(sizeof(GenericMine_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericMine_C_CanAltHoldUse"); \ static_assert(offsetof(GenericMine_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericMine_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericMine_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericMine_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_GetItemSelection \ static_assert(alignof(GenericMine_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericMine_C_GetItemSelection"); \ static_assert(sizeof(GenericMine_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericMine_C_GetItemSelection"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericMine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, Player) == 0x000088, "Member 'GenericMine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericMine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericMine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericMine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, CallFunc_CanLoot_Result) == 0x0000AA, "Member 'GenericMine_C_GetItemSelection::CallFunc_CanLoot_Result' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AB, "Member 'GenericMine_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, CallFunc_IsEmpty_ReturnValue) == 0x0000AC, "Member 'GenericMine_C_GetItemSelection::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000AD, "Member 'GenericMine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000AE, "Member 'GenericMine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMine_C_GetItemDurability \ static_assert(alignof(GenericMine_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericMine_C_GetItemDurability"); \ static_assert(sizeof(GenericMine_C_GetItemDurability) == 0x000018, "Wrong size on GenericMine_C_GetItemDurability"); \ static_assert(offsetof(GenericMine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericMine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericMine_C \ static_assert(alignof(AGenericMine_C) == 0x000008, "Wrong alignment on AGenericMine_C"); \ static_assert(sizeof(AGenericMine_C) == 0x000428, "Wrong size on AGenericMine_C"); \ static_assert(offsetof(AGenericMine_C, UberGraphFrame_GenericMine_C) == 0x0002A8, "Member 'AGenericMine_C::UberGraphFrame_GenericMine_C' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Deactivate_Sound) == 0x0002B0, "Member 'AGenericMine_C::Deactivate_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, SignalingLabel) == 0x0002B8, "Member 'AGenericMine_C::SignalingLabel' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, FMODAudio) == 0x0002C0, "Member 'AGenericMine_C::FMODAudio' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Sound) == 0x0002C8, "Member 'AGenericMine_C::Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, OverlapSphere) == 0x0002D0, "Member 'AGenericMine_C::OverlapSphere' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_Activation) == 0x0002D8, "Member 'AGenericMine_C::TH_Activation' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, ActivationSpeed) == 0x0002E0, "Member 'AGenericMine_C::ActivationSpeed' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_Speed) == 0x0002E8, "Member 'AGenericMine_C::TH_Speed' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DestroyDistanceToTrain) == 0x0002F0, "Member 'AGenericMine_C::DestroyDistanceToTrain' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DestroyDistanceToTrainSq) == 0x0002F4, "Member 'AGenericMine_C::DestroyDistanceToTrainSq' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bIgnoreWagon) == 0x0002F8, "Member 'AGenericMine_C::bIgnoreWagon' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_DistanceDestroy) == 0x000300, "Member 'AGenericMine_C::TH_DistanceDestroy' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, ActivationXOffset) == 0x000308, "Member 'AGenericMine_C::ActivationXOffset' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bExploding) == 0x00030C, "Member 'AGenericMine_C::bExploding' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, ExplosionRadius) == 0x000310, "Member 'AGenericMine_C::ExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bDynamicActivationOffset) == 0x000314, "Member 'AGenericMine_C::bDynamicActivationOffset' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DynamicActivationOffsetConst) == 0x000318, "Member 'AGenericMine_C::DynamicActivationOffsetConst' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_TimeToExploding) == 0x000320, "Member 'AGenericMine_C::TH_TimeToExploding' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, ExplodeTimer) == 0x000328, "Member 'AGenericMine_C::ExplodeTimer' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bIsSticky) == 0x00032C, "Member 'AGenericMine_C::bIsSticky' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bTimerIsActive) == 0x00032D, "Member 'AGenericMine_C::bTimerIsActive' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TempTimer) == 0x000330, "Member 'AGenericMine_C::TempTimer' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bIsDeactivated) == 0x000334, "Member 'AGenericMine_C::bIsDeactivated' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, EventDeactivated) == 0x000338, "Member 'AGenericMine_C::EventDeactivated' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Locomotive) == 0x000348, "Member 'AGenericMine_C::Locomotive' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bDecoreMine) == 0x000350, "Member 'AGenericMine_C::bDecoreMine' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_UpdateDecoreMine) == 0x000358, "Member 'AGenericMine_C::TH_UpdateDecoreMine' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, LootLists) == 0x000360, "Member 'AGenericMine_C::LootLists' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, SingleItemLists) == 0x000370, "Member 'AGenericMine_C::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, RolledItems) == 0x000380, "Member 'AGenericMine_C::RolledItems' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Inventory) == 0x0003D0, "Member 'AGenericMine_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Damage) == 0x0003D8, "Member 'AGenericMine_C::Damage' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DamageType) == 0x0003E0, "Member 'AGenericMine_C::DamageType' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DynamicMaterialPhase) == 0x0003E8, "Member 'AGenericMine_C::DynamicMaterialPhase' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, DynamicMaterial) == 0x0003F0, "Member 'AGenericMine_C::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, EmissiveIntensity) == 0x0003F8, "Member 'AGenericMine_C::EmissiveIntensity' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bIsDecoreMine) == 0x0003FC, "Member 'AGenericMine_C::bIsDecoreMine' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, bDestroyFromDistance) == 0x0003FD, "Member 'AGenericMine_C::bDestroyFromDistance' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, Health) == 0x000400, "Member 'AGenericMine_C::Health' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, SpawnLocation) == 0x000404, "Member 'AGenericMine_C::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, TH_DistanceFromSpawn) == 0x000410, "Member 'AGenericMine_C::TH_DistanceFromSpawn' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, SpawnDestroyDistance) == 0x000418, "Member 'AGenericMine_C::SpawnDestroyDistance' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, ExplosionShakeRadius) == 0x00041C, "Member 'AGenericMine_C::ExplosionShakeRadius' has a wrong offset!"); \ static_assert(offsetof(AGenericMine_C, FlickeringSpeed) == 0x000420, "Member 'AGenericMine_C::FlickeringSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Casket_T2_C \ static_assert(alignof(AWagonModule_Casket_T2_C) == 0x000008, "Wrong alignment on AWagonModule_Casket_T2_C"); \ static_assert(sizeof(AWagonModule_Casket_T2_C) == 0x0005D0, "Wrong size on AWagonModule_Casket_T2_C"); \ #define DUMPER7_ASSERTS_ALL_Cascet_WeaponModulesRoll_T2_C \ static_assert(alignof(ALL_Cascet_WeaponModulesRoll_T2_C) == 0x000008, "Wrong alignment on ALL_Cascet_WeaponModulesRoll_T2_C"); \ static_assert(sizeof(ALL_Cascet_WeaponModulesRoll_T2_C) == 0x000248, "Wrong size on ALL_Cascet_WeaponModulesRoll_T2_C"); \ static_assert(offsetof(ALL_Cascet_WeaponModulesRoll_T2_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Cascet_WeaponModulesRoll_T2_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_Cascet_WeaponModulesRoll_T3_C \ static_assert(alignof(ALL_Cascet_WeaponModulesRoll_T3_C) == 0x000008, "Wrong alignment on ALL_Cascet_WeaponModulesRoll_T3_C"); \ static_assert(sizeof(ALL_Cascet_WeaponModulesRoll_T3_C) == 0x000248, "Wrong size on ALL_Cascet_WeaponModulesRoll_T3_C"); \ static_assert(offsetof(ALL_Cascet_WeaponModulesRoll_T3_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Cascet_WeaponModulesRoll_T3_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Casket_T4_C \ static_assert(alignof(AWagonModule_Casket_T4_C) == 0x000008, "Wrong alignment on AWagonModule_Casket_T4_C"); \ static_assert(sizeof(AWagonModule_Casket_T4_C) == 0x0005D0, "Wrong size on AWagonModule_Casket_T4_C"); \ #define DUMPER7_ASSERTS_ALL_Cascet_WeaponModulesRoll_T4_C \ static_assert(alignof(ALL_Cascet_WeaponModulesRoll_T4_C) == 0x000008, "Wrong alignment on ALL_Cascet_WeaponModulesRoll_T4_C"); \ static_assert(sizeof(ALL_Cascet_WeaponModulesRoll_T4_C) == 0x000248, "Wrong size on ALL_Cascet_WeaponModulesRoll_T4_C"); \ static_assert(offsetof(ALL_Cascet_WeaponModulesRoll_T4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Cascet_WeaponModulesRoll_T4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule \ static_assert(alignof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule) == 0x000008, "Wrong alignment on Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule"); \ static_assert(sizeof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule) == 0x0004F8, "Wrong size on Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, EntryPoint) == 0x000000, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetOwningPawn_ReturnValue) == 0x000030, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_IsLocallyControlled_ReturnValue) == 0x000038, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bBlockingHit) == 0x000039, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bInitialOverlap) == 0x00003A, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Time) == 0x00003C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Distance) == 0x000040, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Location) == 0x000044, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactPoint) == 0x000050, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Normal) == 0x00005C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactNormal) == 0x000068, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_PhysMat) == 0x000078, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitActor) == 0x000080, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitComponent) == 0x000088, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitBoneName) == 0x000090, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitItem) == 0x000098, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ElementIndex) == 0x00009C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_FaceIndex) == 0x0000A0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceStart) == 0x0000A4, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceEnd) == 0x0000B0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x0000C0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000D8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_MultitoolTrace_OutHit) == 0x0000E4, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_MultitoolTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_MultitoolTrace_ReturnValue) == 0x00016C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_MultitoolTrace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00016D, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_SwitchEnum_CmpSuccess) == 0x00016E, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_CustomEvent_HitResult) == 0x000170, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_CustomEvent_ModuleSettings) == 0x0001F8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_CustomEvent_ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetWagonModuleSettings_Settings) == 0x000270, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetWagonModuleSettings_bIsProject) == 0x0002E8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0002E9, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0002EA, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Time_1) == 0x0002EC, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Distance_1) == 0x0002F0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Location_1) == 0x0002F4, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000300, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Normal_1) == 0x00030C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000318, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_PhysMat_1) == 0x000328, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitActor_1) == 0x000330, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitComponent_1) == 0x000338, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitBoneName_1) == 0x000340, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitItem_1) == 0x000348, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ElementIndex_1) == 0x00034C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_FaceIndex_1) == 0x000350, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceStart_1) == 0x000354, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceEnd_1) == 0x000360, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_IsValid_ReturnValue) == 0x00036C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000370, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_PlayAnimMontageInfo_ReturnValue) == 0x000378, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_PlayAnimMontageInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000380, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_FMax_ReturnValue) == 0x000388, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000390, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000398, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000399, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Time_2) == 0x00039C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Distance_2) == 0x0003A0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Location_2) == 0x0003A4, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactPoint_2) == 0x0003B0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Normal_2) == 0x0003BC, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0003C8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_PhysMat_2) == 0x0003D8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitActor_2) == 0x0003E0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitComponent_2) == 0x0003E8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitBoneName_2) == 0x0003F0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitItem_2) == 0x0003F8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ElementIndex_2) == 0x0003FC, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_FaceIndex_2) == 0x000400, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceStart_2) == 0x000404, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceEnd_2) == 0x000410, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_DoesImplementInterface_ReturnValue) == 0x00041C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_IsPlaying_ReturnValue) == 0x00041D, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BooleanAND_ReturnValue) == 0x00041E, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000420, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000428, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess_2) == 0x000430, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_GetTrainBuilder_ReturnValue) == 0x000438, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bBlockingHit_3) == 0x000440, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x000441, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Time_3) == 0x000444, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Distance_3) == 0x000448, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Location_3) == 0x00044C, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactPoint_3) == 0x000458, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_Normal_3) == 0x000464, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ImpactNormal_3) == 0x000470, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_PhysMat_3) == 0x000480, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitActor_3) == 0x000488, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitComponent_3) == 0x000490, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitBoneName_3) == 0x000498, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_HitItem_3) == 0x0004A0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_ElementIndex_3) == 0x0004A4, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_FaceIndex_3) == 0x0004A8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceStart_3) == 0x0004AC, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_BreakHitResult_TraceEnd_3) == 0x0004B8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsFGWagon) == 0x0004C8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess_3) == 0x0004D0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsFGWagon_Module) == 0x0004D8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess_4) == 0x0004E0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_CanUninstallWagonModule_ReturnValue) == 0x0004E1, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_CanUninstallWagonModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_CanBeMultitoolRecycled_ReturnValue) == 0x0004E2, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_CanBeMultitoolRecycled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004E3, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_AsFGWagon_1) == 0x0004E8, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule, K2Node_DynamicCast_bSuccess_5) == 0x0004F0, "Member 'Action_UninstallWagonModule_C_ExecuteUbergraph_Action_UninstallWagonModule::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UninstallWagonModule_C_Uninstall \ static_assert(alignof(Action_UninstallWagonModule_C_Uninstall) == 0x000008, "Wrong alignment on Action_UninstallWagonModule_C_Uninstall"); \ static_assert(sizeof(Action_UninstallWagonModule_C_Uninstall) == 0x000100, "Wrong size on Action_UninstallWagonModule_C_Uninstall"); \ static_assert(offsetof(Action_UninstallWagonModule_C_Uninstall, HitResult) == 0x000000, "Member 'Action_UninstallWagonModule_C_Uninstall::HitResult' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_Uninstall, ModuleSettings_0) == 0x000088, "Member 'Action_UninstallWagonModule_C_Uninstall::ModuleSettings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UninstallWagonModule_C_GetActorModuleSettings \ static_assert(alignof(Action_UninstallWagonModule_C_GetActorModuleSettings) == 0x000008, "Wrong alignment on Action_UninstallWagonModule_C_GetActorModuleSettings"); \ static_assert(sizeof(Action_UninstallWagonModule_C_GetActorModuleSettings) == 0x000118, "Wrong size on Action_UninstallWagonModule_C_GetActorModuleSettings"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, K2Node_DynamicCast_AsFGWagon) == 0x000088, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000098, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_GetActorModuleSettings, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000110, "Member 'Action_UninstallWagonModule_C_GetActorModuleSettings::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UninstallWagonModule_C_PreRepairModuleDurability \ static_assert(alignof(Action_UninstallWagonModule_C_PreRepairModuleDurability) == 0x000008, "Wrong alignment on Action_UninstallWagonModule_C_PreRepairModuleDurability"); \ static_assert(sizeof(Action_UninstallWagonModule_C_PreRepairModuleDurability) == 0x000098, "Wrong size on Action_UninstallWagonModule_C_PreRepairModuleDurability"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, K2Node_DynamicCast_AsFGWagon_Module) == 0x000088, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UninstallWagonModule_C_PreRepairModuleDurability, CallFunc_GetDurability_ReturnValue) == 0x000094, "Member 'Action_UninstallWagonModule_C_PreRepairModuleDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UninstallWagonModule_C \ static_assert(alignof(UAction_UninstallWagonModule_C) == 0x000008, "Wrong alignment on UAction_UninstallWagonModule_C"); \ static_assert(sizeof(UAction_UninstallWagonModule_C) == 0x000268, "Wrong size on UAction_UninstallWagonModule_C"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, UberGraphFrame) == 0x000050, "Member 'UAction_UninstallWagonModule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, Owner) == 0x000058, "Member 'UAction_UninstallWagonModule_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, HitInfo) == 0x000060, "Member 'UAction_UninstallWagonModule_C::HitInfo' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, WagonModuleSettings) == 0x0000E8, "Member 'UAction_UninstallWagonModule_C::WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, ModuleSettings) == 0x000160, "Member 'UAction_UninstallWagonModule_C::ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, ActualModuleSettings) == 0x0001D8, "Member 'UAction_UninstallWagonModule_C::ActualModuleSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, ModuleDurabilityOld) == 0x000250, "Member 'UAction_UninstallWagonModule_C::ModuleDurabilityOld' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, WagonDurabilityOld) == 0x000254, "Member 'UAction_UninstallWagonModule_C::WagonDurabilityOld' has a wrong offset!"); \ static_assert(offsetof(UAction_UninstallWagonModule_C, UninstallCharacterMontage) == 0x000258, "Member 'UAction_UninstallWagonModule_C::UninstallCharacterMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_Casket_T5_C \ static_assert(alignof(AWagonModule_Casket_T5_C) == 0x000008, "Wrong alignment on AWagonModule_Casket_T5_C"); \ static_assert(sizeof(AWagonModule_Casket_T5_C) == 0x0005D0, "Wrong size on AWagonModule_Casket_T5_C"); \ #define DUMPER7_ASSERTS_ALL_Cascet_WeaponModulesRoll_T5_C \ static_assert(alignof(ALL_Cascet_WeaponModulesRoll_T5_C) == 0x000008, "Wrong alignment on ALL_Cascet_WeaponModulesRoll_T5_C"); \ static_assert(sizeof(ALL_Cascet_WeaponModulesRoll_T5_C) == 0x000248, "Wrong size on ALL_Cascet_WeaponModulesRoll_T5_C"); \ static_assert(offsetof(ALL_Cascet_WeaponModulesRoll_T5_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_Cascet_WeaponModulesRoll_T5_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASprayerPaint_Yellow_C \ static_assert(alignof(ASprayerPaint_Yellow_C) == 0x000010, "Wrong alignment on ASprayerPaint_Yellow_C"); \ static_assert(sizeof(ASprayerPaint_Yellow_C) == 0x000430, "Wrong size on ASprayerPaint_Yellow_C"); \ #define DUMPER7_ASSERTS_AWagonModule_CoalOrb_C \ static_assert(alignof(AWagonModule_CoalOrb_C) == 0x000008, "Wrong alignment on AWagonModule_CoalOrb_C"); \ static_assert(sizeof(AWagonModule_CoalOrb_C) == 0x0005D0, "Wrong size on AWagonModule_CoalOrb_C"); \ #define DUMPER7_ASSERTS_AWagonModule_GasOrb_C \ static_assert(alignof(AWagonModule_GasOrb_C) == 0x000008, "Wrong alignment on AWagonModule_GasOrb_C"); \ static_assert(sizeof(AWagonModule_GasOrb_C) == 0x0005D0, "Wrong size on AWagonModule_GasOrb_C"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor \ static_assert(alignof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor) == 0x000010, "Wrong alignment on Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor"); \ static_assert(sizeof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor) == 0x0001F0, "Wrong size on Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, EntryPoint) == 0x000000, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsLocallyControlled_ReturnValue) == 0x000004, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_5) == 0x000008, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, Temp_name_Variable) == 0x000020, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_4) == 0x000038, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_3) == 0x000040, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_2) == 0x000058, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_1) == 0x000070, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName) == 0x000088, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_5) == 0x000090, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, Temp_name_Variable_1) == 0x0000A0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_2) == 0x0000AA, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_HasAuthority_ReturnValue) == 0x0000AB, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_GetAnimInstance_ReturnValue) == 0x0000B0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_3) == 0x0000B8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000BC, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_8) == 0x0000CC, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D4, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_GetOwningPawn_ReturnValue) == 0x0000E8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_4) == 0x0000F0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000F8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, Temp_int_Variable) == 0x000104, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000108, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000110, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000118, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_5) == 0x000121, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_RepairSegment_ReturnValue) == 0x000122, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_RepairSegment_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_9) == 0x000124, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000130, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_6) == 0x000138, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000140, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_7) == 0x000148, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_8) == 0x00014C, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_6) == 0x00015C, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000164, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_Not_PreBool_ReturnValue) == 0x000165, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_8) == 0x000166, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_9) == 0x000168, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_Event_DeltaTime) == 0x000178, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_MakeTransform_ReturnValue) == 0x000180, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_9) == 0x0001B0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsPlayingAction_ReturnValue) == 0x0001B1, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_UnequipCurrentWeapon_MontageDuration) == 0x0001B4, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_UnequipCurrentWeapon_MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_AddComponentByClass_ReturnValue) == 0x0001B8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_HasAuthority_ReturnValue_1) == 0x0001C0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_SetStaticMesh_ReturnValue) == 0x0001C1, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_IsValid_ReturnValue_10) == 0x0001C2, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001C8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CustomEvent_NotifyName_7) == 0x0001D0, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001D8, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0001D9, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_BooleanAND_ReturnValue) == 0x0001DA, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001DB, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor, K2Node_CreateDelegate_OutputDelegate_10) == 0x0001DC, "Member 'Action_UseArmor_C_ExecuteUbergraph_Action_UseArmor::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_Tick \ static_assert(alignof(Action_UseArmor_C_Tick) == 0x000004, "Wrong alignment on Action_UseArmor_C_Tick"); \ static_assert(sizeof(Action_UseArmor_C_Tick) == 0x000004, "Wrong size on Action_UseArmor_C_Tick"); \ static_assert(offsetof(Action_UseArmor_C_Tick, DeltaTime) == 0x000000, "Member 'Action_UseArmor_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62 \ static_assert(alignof(Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(sizeof(Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62) == 0x000008, "Wrong size on Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(offsetof(Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnCompleted_FFB5CC4C447075058BE9038685D6BF62::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62 \ static_assert(alignof(Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(sizeof(Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62) == 0x000008, "Wrong size on Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(offsetof(Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnBlendOut_FFB5CC4C447075058BE9038685D6BF62::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62 \ static_assert(alignof(Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(sizeof(Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62) == 0x000008, "Wrong size on Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(offsetof(Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnInterrupted_FFB5CC4C447075058BE9038685D6BF62::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62 \ static_assert(alignof(Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(sizeof(Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62) == 0x000008, "Wrong size on Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(offsetof(Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnNotifyBegin_FFB5CC4C447075058BE9038685D6BF62::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62 \ static_assert(alignof(Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(sizeof(Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62) == 0x000008, "Wrong size on Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62"); \ static_assert(offsetof(Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnNotifyEnd_FFB5CC4C447075058BE9038685D6BF62::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D \ static_assert(alignof(Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(sizeof(Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000008, "Wrong size on Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(offsetof(Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnCompleted_F77BC2C54DDA4B8CDC7BC08D24F1824D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D \ static_assert(alignof(Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(sizeof(Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000008, "Wrong size on Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(offsetof(Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnBlendOut_F77BC2C54DDA4B8CDC7BC08D24F1824D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D \ static_assert(alignof(Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(sizeof(Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000008, "Wrong size on Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(offsetof(Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnInterrupted_F77BC2C54DDA4B8CDC7BC08D24F1824D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D \ static_assert(alignof(Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(sizeof(Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000008, "Wrong size on Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(offsetof(Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnNotifyBegin_F77BC2C54DDA4B8CDC7BC08D24F1824D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D \ static_assert(alignof(Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000004, "Wrong alignment on Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(sizeof(Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D) == 0x000008, "Wrong size on Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D"); \ static_assert(offsetof(Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D, NotifyName) == 0x000000, "Member 'Action_UseArmor_C_OnNotifyEnd_F77BC2C54DDA4B8CDC7BC08D24F1824D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_ActivatePlate \ static_assert(alignof(Action_UseArmor_C_ActivatePlate) == 0x000010, "Wrong alignment on Action_UseArmor_C_ActivatePlate"); \ static_assert(sizeof(Action_UseArmor_C_ActivatePlate) == 0x0000E0, "Wrong size on Action_UseArmor_C_ActivatePlate"); \ static_assert(offsetof(Action_UseArmor_C_ActivatePlate, Target) == 0x000000, "Member 'Action_UseArmor_C_ActivatePlate::Target' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ActivatePlate, AttachMesh) == 0x000008, "Member 'Action_UseArmor_C_ActivatePlate::AttachMesh' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ActivatePlate, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000010, "Member 'Action_UseArmor_C_ActivatePlate::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ActivatePlate, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'Action_UseArmor_C_ActivatePlate::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_ActivatePlate, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000050, "Member 'Action_UseArmor_C_ActivatePlate::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_UnequipCurrentWeapon \ static_assert(alignof(Action_UseArmor_C_UnequipCurrentWeapon) == 0x000008, "Wrong alignment on Action_UseArmor_C_UnequipCurrentWeapon"); \ static_assert(sizeof(Action_UseArmor_C_UnequipCurrentWeapon) == 0x000030, "Wrong size on Action_UseArmor_C_UnequipCurrentWeapon"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, MontageDuration) == 0x000000, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::MontageDuration' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_GetActiveSlot_ReturnValue) == 0x000008, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_GetActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_GetPlayLength_ReturnValue) == 0x000020, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_Montage_GetBlendTime_ReturnValue) == 0x000024, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_Montage_GetBlendTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_UnequipCurrentWeapon, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'Action_UseArmor_C_UnequipCurrentWeapon::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_EquipCurrentWeapon \ static_assert(alignof(Action_UseArmor_C_EquipCurrentWeapon) == 0x000001, "Wrong alignment on Action_UseArmor_C_EquipCurrentWeapon"); \ static_assert(sizeof(Action_UseArmor_C_EquipCurrentWeapon) == 0x000002, "Wrong size on Action_UseArmor_C_EquipCurrentWeapon"); \ static_assert(offsetof(Action_UseArmor_C_EquipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'Action_UseArmor_C_EquipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_EquipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'Action_UseArmor_C_EquipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseArmor_C_StartFinishActionTimer \ static_assert(alignof(Action_UseArmor_C_StartFinishActionTimer) == 0x000008, "Wrong alignment on Action_UseArmor_C_StartFinishActionTimer"); \ static_assert(sizeof(Action_UseArmor_C_StartFinishActionTimer) == 0x000028, "Wrong size on Action_UseArmor_C_StartFinishActionTimer"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_GetPlayLength_ReturnValue) == 0x000000, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_Montage_GetBlendTime_ReturnValue) == 0x000010, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_Montage_GetBlendTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_FMax_ReturnValue) == 0x000018, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseArmor_C_StartFinishActionTimer, CallFunc_K2_SetTimer_ReturnValue) == 0x000020, "Member 'Action_UseArmor_C_StartFinishActionTimer::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UseArmor_C \ static_assert(alignof(UAction_UseArmor_C) == 0x000008, "Wrong alignment on UAction_UseArmor_C"); \ static_assert(sizeof(UAction_UseArmor_C) == 0x0000B8, "Wrong size on UAction_UseArmor_C"); \ static_assert(offsetof(UAction_UseArmor_C, UberGraphFrame) == 0x000050, "Member 'UAction_UseArmor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, ArmorTakeAnimation) == 0x000058, "Member 'UAction_UseArmor_C::ArmorTakeAnimation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, HealSegments) == 0x000068, "Member 'UAction_UseArmor_C::HealSegments' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, Owner) == 0x000070, "Member 'UAction_UseArmor_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, ArmorPlateMesh) == 0x000078, "Member 'UAction_UseArmor_C::ArmorPlateMesh' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, ArmorPlateNotifyName) == 0x000080, "Member 'UAction_UseArmor_C::ArmorPlateNotifyName' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, ArmorPlate) == 0x000088, "Member 'UAction_UseArmor_C::ArmorPlate' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, PlateMeshTransform) == 0x000090, "Member 'UAction_UseArmor_C::PlateMeshTransform' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, PlateMeshRotate) == 0x00009C, "Member 'UAction_UseArmor_C::PlateMeshRotate' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, LastActiveSlot) == 0x0000A8, "Member 'UAction_UseArmor_C::LastActiveSlot' has a wrong offset!"); \ static_assert(offsetof(UAction_UseArmor_C, Montage_Duration) == 0x0000B0, "Member 'UAction_UseArmor_C::Montage_Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_StrangePlant_C \ static_assert(alignof(ALL_StrangePlant_C) == 0x000008, "Wrong alignment on ALL_StrangePlant_C"); \ static_assert(sizeof(ALL_StrangePlant_C) == 0x000248, "Wrong size on ALL_StrangePlant_C"); \ static_assert(offsetof(ALL_StrangePlant_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_StrangePlant_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunExplosion_Grenade_C \ static_assert(alignof(AGunExplosion_Grenade_C) == 0x000008, "Wrong alignment on AGunExplosion_Grenade_C"); \ static_assert(sizeof(AGunExplosion_Grenade_C) == 0x000280, "Wrong size on AGunExplosion_Grenade_C"); \ #define DUMPER7_ASSERTS_PaintCan_C_ExecuteUbergraph_PaintCan \ static_assert(alignof(PaintCan_C_ExecuteUbergraph_PaintCan) == 0x000008, "Wrong alignment on PaintCan_C_ExecuteUbergraph_PaintCan"); \ static_assert(sizeof(PaintCan_C_ExecuteUbergraph_PaintCan) == 0x0000D0, "Wrong size on PaintCan_C_ExecuteUbergraph_PaintCan"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, EntryPoint) == 0x000000, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, K2Node_Event_Hit) == 0x00000C, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, K2Node_Event_PlayerCharacter) == 0x000098, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, K2Node_MakeArray_Array) == 0x0000A0, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_MakePlaceholderFromClass_ReturnValue) == 0x0000C0, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_MakePlaceholderFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_GetCount_ReturnValue) == 0x0000C8, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_ExecuteUbergraph_PaintCan, CallFunc_Greater_ByteByte_ReturnValue) == 0x0000C9, "Member 'PaintCan_C_ExecuteUbergraph_PaintCan::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PaintCan_C_OnUseActor \ static_assert(alignof(PaintCan_C_OnUseActor) == 0x000008, "Wrong alignment on PaintCan_C_OnUseActor"); \ static_assert(sizeof(PaintCan_C_OnUseActor) == 0x000090, "Wrong size on PaintCan_C_OnUseActor"); \ static_assert(offsetof(PaintCan_C_OnUseActor, Hit) == 0x000000, "Member 'PaintCan_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PaintCan_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'PaintCan_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APaintCan_C \ static_assert(alignof(APaintCan_C) == 0x000010, "Wrong alignment on APaintCan_C"); \ static_assert(sizeof(APaintCan_C) == 0x000440, "Wrong size on APaintCan_C"); \ static_assert(offsetof(APaintCan_C, UberGraphFrame_PaintCan_C) == 0x000428, "Member 'APaintCan_C::UberGraphFrame_PaintCan_C' has a wrong offset!"); \ static_assert(offsetof(APaintCan_C, Temp) == 0x000430, "Member 'APaintCan_C::Temp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion \ static_assert(alignof(GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion) == 0x000004, "Wrong alignment on GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion"); \ static_assert(sizeof(GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion) == 0x000004, "Wrong size on GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion, EntryPoint) == 0x000000, "Member 'GunExplosion_KillExplosion_C_ExecuteUbergraph_GunExplosion_KillExplosion::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunExplosion_KillExplosion_C_SpawnBloodDecal \ static_assert(alignof(GunExplosion_KillExplosion_C_SpawnBloodDecal) == 0x000008, "Wrong alignment on GunExplosion_KillExplosion_C_SpawnBloodDecal"); \ static_assert(sizeof(GunExplosion_KillExplosion_C_SpawnBloodDecal) == 0x000110, "Wrong size on GunExplosion_KillExplosion_C_SpawnBloodDecal"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, L_KilledEnemy) == 0x000000, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::L_KilledEnemy' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_object_Variable) == 0x000008, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_object_Variable_1) == 0x000010, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Array_Index_Variable) == 0x000018, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_int_Loop_Counter_Variable_2) == 0x000034, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, Temp_bool_Variable) == 0x00003C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_IsValid_ReturnValue) == 0x00004D, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_Select_Default) == 0x000050, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000058, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00005C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00006C, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_MakeVector_ReturnValue) == 0x000070, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000080, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Get_Item) == 0x000088, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000090, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_AsFGAICharacter) == 0x000098, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_GetChildrenComponents_Children) == 0x0000A8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_AsPrimitive_Component) == 0x0000C8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Less_IntInt_ReturnValue) == 0x0000D1, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_GetChildrenComponents_Children_1) == 0x0000D8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_GetChildrenComponents_Children_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_AsPrimitive_Component_1) == 0x0000F8, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_AsPrimitive_Component_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, K2Node_DynamicCast_bSuccess_2) == 0x000100, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Less_IntInt_ReturnValue_1) == 0x000101, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Array_Length_ReturnValue_2) == 0x000104, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_SpawnBloodDecal, CallFunc_Less_IntInt_ReturnValue_2) == 0x000108, "Member 'GunExplosion_KillExplosion_C_SpawnBloodDecal::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunExplosion_KillExplosion_C_NiagaraChangeBloodColor \ static_assert(alignof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor) == 0x000008, "Wrong alignment on GunExplosion_KillExplosion_C_NiagaraChangeBloodColor"); \ static_assert(sizeof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor) == 0x000048, "Wrong size on GunExplosion_KillExplosion_C_NiagaraChangeBloodColor"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, L_KilledEnemy) == 0x000000, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::L_KilledEnemy' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, Temp_int_Array_Index_Variable) == 0x000008, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_Array_Get_Item) == 0x000018, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunExplosion_KillExplosion_C_NiagaraChangeBloodColor, CallFunc_MakeColor_ReturnValue) == 0x000034, "Member 'GunExplosion_KillExplosion_C_NiagaraChangeBloodColor::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunExplosion_KillExplosion_C \ static_assert(alignof(AGunExplosion_KillExplosion_C) == 0x000008, "Wrong alignment on AGunExplosion_KillExplosion_C"); \ static_assert(sizeof(AGunExplosion_KillExplosion_C) == 0x000288, "Wrong size on AGunExplosion_KillExplosion_C"); \ static_assert(offsetof(AGunExplosion_KillExplosion_C, UberGraphFrame_GunExplosion_KillExplosion_C) == 0x000280, "Member 'AGunExplosion_KillExplosion_C::UberGraphFrame_GunExplosion_KillExplosion_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade \ static_assert(alignof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade) == 0x000010, "Wrong alignment on GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade"); \ static_assert(sizeof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade) == 0x000060, "Wrong size on GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, EntryPoint) == 0x000000, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000010, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000050, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade, CallFunc_FinishSpawningActor_ReturnValue) == 0x000058, "Member 'GunProjectile_Grenade_C_ExecuteUbergraph_GunProjectile_Grenade::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_Grenade_C \ static_assert(alignof(AGunProjectile_Grenade_C) == 0x000008, "Wrong alignment on AGunProjectile_Grenade_C"); \ static_assert(sizeof(AGunProjectile_Grenade_C) == 0x0004E8, "Wrong size on AGunProjectile_Grenade_C"); \ static_assert(offsetof(AGunProjectile_Grenade_C, UberGraphFrame) == 0x0004D0, "Member 'AGunProjectile_Grenade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Grenade_C, Fake_bullet) == 0x0004D8, "Member 'AGunProjectile_Grenade_C::Fake_bullet' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Grenade_C, Niagara_trail) == 0x0004E0, "Member 'AGunProjectile_Grenade_C::Niagara_trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot \ static_assert(alignof(GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot) == 0x000004, "Wrong alignment on GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot"); \ static_assert(sizeof(GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot) == 0x000004, "Wrong size on GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot"); \ static_assert(offsetof(GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot, EntryPoint) == 0x000000, "Member 'GunProjectile_BlastShot_C_ExecuteUbergraph_GunProjectile_BlastShot::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_BlastShot_C \ static_assert(alignof(AGunProjectile_BlastShot_C) == 0x000008, "Wrong alignment on AGunProjectile_BlastShot_C"); \ static_assert(sizeof(AGunProjectile_BlastShot_C) == 0x000448, "Wrong size on AGunProjectile_BlastShot_C"); \ static_assert(offsetof(AGunProjectile_BlastShot_C, UberGraphFrame) == 0x000440, "Member 'AGunProjectile_BlastShot_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes \ static_assert(alignof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes) == 0x000008, "Wrong alignment on DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes"); \ static_assert(sizeof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes) == 0x000248, "Wrong size on DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, EntryPoint) == 0x000000, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_bool_Variable) == 0x000004, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_object_Variable) == 0x000008, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_object_Variable_1) == 0x000010, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_ResourceRequiment_1) == 0x000018, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_ResourceRequiment_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_NoCheckPlayerHave_1) == 0x000028, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_NoCheckPlayerHave_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_AmountOverFive_1) == 0x00002C, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_AmountOverFive_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeArray_Array) == 0x000078, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Format_ReturnValue) == 0x000088, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Conv_IntToText_ReturnValue) == 0x0000A0, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_IsEnabled) == 0x0000B8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_IsEnabled' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_Select_Default) == 0x0000C0, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_SelectColor_ReturnValue) == 0x0000C8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_SelectColor_ReturnValue_1) == 0x0000D8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeStruct_SlateColor) == 0x0000E8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_PlayAnimation_ReturnValue) == 0x000110, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_Size) == 0x000118, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_BreakVector2D_X) == 0x000120, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_BreakVector2D_Y) == 0x000124, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_Event_IsDesignTime) == 0x000128, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_object_Variable_2) == 0x000130, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GetGameInstance_ReturnValue) == 0x000138, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_DynamicCast_AsFGGame_Instance) == 0x000140, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GetResourceAmount_ReturnValue) == 0x00014C, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GetResourceAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000150, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_object_Variable_3) == 0x000158, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_ResourceRequiment) == 0x000160, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_ResourceRequiment' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_NoCheckPlayerHave) == 0x000170, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_NoCheckPlayerHave' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_CustomEvent_AmountOverFive) == 0x000174, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_CustomEvent_AmountOverFive' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeStruct_FormatArgumentData_1) == 0x000178, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001B8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001E8, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_MakeStruct_RepairResourceRequirement) == 0x0001F0, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_MakeStruct_RepairResourceRequirement' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000200, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, Temp_bool_Variable_1) == 0x000218, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GetGameInstance_ReturnValue_1) == 0x000220, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000228, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_DynamicCast_bSuccess_1) == 0x000230, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, K2Node_Select_Default_1) == 0x000238, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GetResourceAmount_ReturnValue_1) == 0x000240, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GetResourceAmount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000244, "Member 'DamageMonitorRepairRes_C_ExecuteUbergraph_DamageMonitorRepairRes::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_DrawProjectRes \ static_assert(alignof(DamageMonitorRepairRes_C_DrawProjectRes) == 0x000008, "Wrong alignment on DamageMonitorRepairRes_C_DrawProjectRes"); \ static_assert(sizeof(DamageMonitorRepairRes_C_DrawProjectRes) == 0x000018, "Wrong size on DamageMonitorRepairRes_C_DrawProjectRes"); \ static_assert(offsetof(DamageMonitorRepairRes_C_DrawProjectRes, ResourceRequiment) == 0x000000, "Member 'DamageMonitorRepairRes_C_DrawProjectRes::ResourceRequiment' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_DrawProjectRes, NoCheckPlayerHave) == 0x000010, "Member 'DamageMonitorRepairRes_C_DrawProjectRes::NoCheckPlayerHave' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_DrawProjectRes, AmountOverFive) == 0x000014, "Member 'DamageMonitorRepairRes_C_DrawProjectRes::AmountOverFive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_PreConstruct \ static_assert(alignof(DamageMonitorRepairRes_C_PreConstruct) == 0x000001, "Wrong alignment on DamageMonitorRepairRes_C_PreConstruct"); \ static_assert(sizeof(DamageMonitorRepairRes_C_PreConstruct) == 0x000001, "Wrong size on DamageMonitorRepairRes_C_PreConstruct"); \ static_assert(offsetof(DamageMonitorRepairRes_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'DamageMonitorRepairRes_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_SetSize \ static_assert(alignof(DamageMonitorRepairRes_C_SetSize) == 0x000004, "Wrong alignment on DamageMonitorRepairRes_C_SetSize"); \ static_assert(sizeof(DamageMonitorRepairRes_C_SetSize) == 0x000008, "Wrong size on DamageMonitorRepairRes_C_SetSize"); \ static_assert(offsetof(DamageMonitorRepairRes_C_SetSize, Size_0) == 0x000000, "Member 'DamageMonitorRepairRes_C_SetSize::Size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_SetEnabled \ static_assert(alignof(DamageMonitorRepairRes_C_SetEnabled) == 0x000001, "Wrong alignment on DamageMonitorRepairRes_C_SetEnabled"); \ static_assert(sizeof(DamageMonitorRepairRes_C_SetEnabled) == 0x000001, "Wrong size on DamageMonitorRepairRes_C_SetEnabled"); \ static_assert(offsetof(DamageMonitorRepairRes_C_SetEnabled, IsEnabled_0) == 0x000000, "Member 'DamageMonitorRepairRes_C_SetEnabled::IsEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_Draw \ static_assert(alignof(DamageMonitorRepairRes_C_Draw) == 0x000008, "Wrong alignment on DamageMonitorRepairRes_C_Draw"); \ static_assert(sizeof(DamageMonitorRepairRes_C_Draw) == 0x000018, "Wrong size on DamageMonitorRepairRes_C_Draw"); \ static_assert(offsetof(DamageMonitorRepairRes_C_Draw, ResourceRequiment) == 0x000000, "Member 'DamageMonitorRepairRes_C_Draw::ResourceRequiment' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_Draw, NoCheckPlayerHave) == 0x000010, "Member 'DamageMonitorRepairRes_C_Draw::NoCheckPlayerHave' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_Draw, AmountOverFive) == 0x000014, "Member 'DamageMonitorRepairRes_C_Draw::AmountOverFive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_GetPlayerInventory \ static_assert(alignof(DamageMonitorRepairRes_C_GetPlayerInventory) == 0x000008, "Wrong alignment on DamageMonitorRepairRes_C_GetPlayerInventory"); \ static_assert(sizeof(DamageMonitorRepairRes_C_GetPlayerInventory) == 0x000038, "Wrong size on DamageMonitorRepairRes_C_GetPlayerInventory"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, ReturnValue) == 0x000000, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000028, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetPlayerInventory, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'DamageMonitorRepairRes_C_GetPlayerInventory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorRepairRes_C_GetDepotInventory \ static_assert(alignof(DamageMonitorRepairRes_C_GetDepotInventory) == 0x000008, "Wrong alignment on DamageMonitorRepairRes_C_GetDepotInventory"); \ static_assert(sizeof(DamageMonitorRepairRes_C_GetDepotInventory) == 0x000020, "Wrong size on DamageMonitorRepairRes_C_GetDepotInventory"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetDepotInventory, ReturnValue) == 0x000000, "Member 'DamageMonitorRepairRes_C_GetDepotInventory::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetDepotInventory, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'DamageMonitorRepairRes_C_GetDepotInventory::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetDepotInventory, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'DamageMonitorRepairRes_C_GetDepotInventory::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetDepotInventory, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'DamageMonitorRepairRes_C_GetDepotInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorRepairRes_C_GetDepotInventory, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'DamageMonitorRepairRes_C_GetDepotInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageMonitorRepairRes_C \ static_assert(alignof(UDamageMonitorRepairRes_C) == 0x000008, "Wrong alignment on UDamageMonitorRepairRes_C"); \ static_assert(sizeof(UDamageMonitorRepairRes_C) == 0x0002E0, "Wrong size on UDamageMonitorRepairRes_C"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, UberGraphFrame) == 0x000260, "Member 'UDamageMonitorRepairRes_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Blink) == 0x000268, "Member 'UDamageMonitorRepairRes_C::Blink' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Back) == 0x000270, "Member 'UDamageMonitorRepairRes_C::Back' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, CanvasPanel_0) == 0x000278, "Member 'UDamageMonitorRepairRes_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Count) == 0x000280, "Member 'UDamageMonitorRepairRes_C::Count' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, CountOverlay) == 0x000288, "Member 'UDamageMonitorRepairRes_C::CountOverlay' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Hover) == 0x000290, "Member 'UDamageMonitorRepairRes_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Icon) == 0x000298, "Member 'UDamageMonitorRepairRes_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Label) == 0x0002A0, "Member 'UDamageMonitorRepairRes_C::Label' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, OverFiveText) == 0x0002A8, "Member 'UDamageMonitorRepairRes_C::OverFiveText' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, SizeBox_0) == 0x0002B0, "Member 'UDamageMonitorRepairRes_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, IsEnabled) == 0x0002B8, "Member 'UDamageMonitorRepairRes_C::IsEnabled' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, NoResources) == 0x0002C0, "Member 'UDamageMonitorRepairRes_C::NoResources' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Size) == 0x0002D0, "Member 'UDamageMonitorRepairRes_C::Size' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorRepairRes_C, Temp_ItemCount) == 0x0002D8, "Member 'UDamageMonitorRepairRes_C::Temp_ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABandageT2_C \ static_assert(alignof(ABandageT2_C) == 0x000010, "Wrong alignment on ABandageT2_C"); \ static_assert(sizeof(ABandageT2_C) == 0x000540, "Wrong size on ABandageT2_C"); \ #define DUMPER7_ASSERTS_PhotoCard_C_ExecuteUbergraph_PhotoCard \ static_assert(alignof(PhotoCard_C_ExecuteUbergraph_PhotoCard) == 0x000008, "Wrong alignment on PhotoCard_C_ExecuteUbergraph_PhotoCard"); \ static_assert(sizeof(PhotoCard_C_ExecuteUbergraph_PhotoCard) == 0x000058, "Wrong size on PhotoCard_C_ExecuteUbergraph_PhotoCard"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, EntryPoint) == 0x000000, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, K2Node_Event_IsDesignTime) == 0x000004, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, CallFunc_BreakVector2D_X) == 0x000008, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, K2Node_CustomEvent_Texture) == 0x000018, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::K2Node_CustomEvent_Texture' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000040, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, K2Node_DynamicCast_AsTexture_2D) == 0x000048, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_ExecuteUbergraph_PhotoCard, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'PhotoCard_C_ExecuteUbergraph_PhotoCard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhotoCard_C_SetTexture \ static_assert(alignof(PhotoCard_C_SetTexture) == 0x000008, "Wrong alignment on PhotoCard_C_SetTexture"); \ static_assert(sizeof(PhotoCard_C_SetTexture) == 0x000028, "Wrong size on PhotoCard_C_SetTexture"); \ static_assert(offsetof(PhotoCard_C_SetTexture, Texture) == 0x000000, "Member 'PhotoCard_C_SetTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhotoCard_C_PreConstruct \ static_assert(alignof(PhotoCard_C_PreConstruct) == 0x000001, "Wrong alignment on PhotoCard_C_PreConstruct"); \ static_assert(sizeof(PhotoCard_C_PreConstruct) == 0x000001, "Wrong size on PhotoCard_C_PreConstruct"); \ static_assert(offsetof(PhotoCard_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PhotoCard_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhotoCard_C_SetTapeScale \ static_assert(alignof(PhotoCard_C_SetTapeScale) == 0x000008, "Wrong alignment on PhotoCard_C_SetTapeScale"); \ static_assert(sizeof(PhotoCard_C_SetTapeScale) == 0x000020, "Wrong size on PhotoCard_C_SetTapeScale"); \ static_assert(offsetof(PhotoCard_C_SetTapeScale, Target) == 0x000000, "Member 'PhotoCard_C_SetTapeScale::Target' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_SetTapeScale, CallFunc_BreakVector2D_X) == 0x000008, "Member 'PhotoCard_C_SetTapeScale::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_SetTapeScale, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'PhotoCard_C_SetTapeScale::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_SetTapeScale, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'PhotoCard_C_SetTapeScale::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhotoCard_C_SetTapeScale, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000014, "Member 'PhotoCard_C_SetTapeScale::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhotoCard_C \ static_assert(alignof(UPhotoCard_C) == 0x000008, "Wrong alignment on UPhotoCard_C"); \ static_assert(sizeof(UPhotoCard_C) == 0x000298, "Wrong size on UPhotoCard_C"); \ static_assert(offsetof(UPhotoCard_C, UberGraphFrame) == 0x000260, "Member 'UPhotoCard_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, Image) == 0x000268, "Member 'UPhotoCard_C::Image' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, Image_135) == 0x000270, "Member 'UPhotoCard_C::Image_135' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, ImageBlock) == 0x000278, "Member 'UPhotoCard_C::ImageBlock' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, VideoWrapper) == 0x000280, "Member 'UPhotoCard_C::VideoWrapper' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, CardSize) == 0x000288, "Member 'UPhotoCard_C::CardSize' has a wrong offset!"); \ static_assert(offsetof(UPhotoCard_C, PhotocardMaterial) == 0x000290, "Member 'UPhotoCard_C::PhotocardMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Magazine_T2_C \ static_assert(alignof(AWeaponModule_Magazine_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Magazine_T2_C"); \ static_assert(sizeof(AWeaponModule_Magazine_T2_C) == 0x000470, "Wrong size on AWeaponModule_Magazine_T2_C"); \ #define DUMPER7_ASSERTS_Customization_Right_C_ExecuteUbergraph_Customization_Right \ static_assert(alignof(Customization_Right_C_ExecuteUbergraph_Customization_Right) == 0x000008, "Wrong alignment on Customization_Right_C_ExecuteUbergraph_Customization_Right"); \ static_assert(sizeof(Customization_Right_C_ExecuteUbergraph_Customization_Right) == 0x0000C8, "Wrong size on Customization_Right_C_ExecuteUbergraph_Customization_Right"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, EntryPoint) == 0x000000, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, Temp_byte_Variable) == 0x000008, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, Temp_byte_Variable_1) == 0x000010, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, Temp_int_Array_Index_Variable) == 0x000014, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_Event_IsDesignTime) == 0x000018, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetCurrentHoveredItem_IsValid) == 0x00002C, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetCurrentHoveredItem_Output) == 0x000030, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetCurrentHoveredItem_IsValid_1) == 0x000038, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetCurrentHoveredItem_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetCurrentHoveredItem_Output_1) == 0x000040, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetCurrentHoveredItem_Output_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_AsCustomization_Item) == 0x000048, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_AsCustomization_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_AsCustomization_Item_1) == 0x000058, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_AsCustomization_Item_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetHUD_ReturnValue) == 0x000070, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_AsHUD_Interface) == 0x000078, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_Event_IsGamepadNow) == 0x000089, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_GetIsGamepadNow_IsGamepad) == 0x00008A, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, Temp_bool_Variable) == 0x00008B, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_Array_Get_Item) == 0x000090, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_Select_Default) == 0x000098, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_OnInputTypeChanged_self_CastInput) == 0x0000A0, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_OnInputTypeChanged_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_ExecuteUbergraph_Customization_Right, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'Customization_Right_C_ExecuteUbergraph_Customization_Right::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_OnGamepadModeChanged \ static_assert(alignof(Customization_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on Customization_Right_C_OnGamepadModeChanged"); \ static_assert(sizeof(Customization_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong size on Customization_Right_C_OnGamepadModeChanged"); \ static_assert(offsetof(Customization_Right_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'Customization_Right_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_PreConstruct \ static_assert(alignof(Customization_Right_C_PreConstruct) == 0x000001, "Wrong alignment on Customization_Right_C_PreConstruct"); \ static_assert(sizeof(Customization_Right_C_PreConstruct) == 0x000001, "Wrong size on Customization_Right_C_PreConstruct"); \ static_assert(offsetof(Customization_Right_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Customization_Right_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_SetPreviewImage \ static_assert(alignof(Customization_Right_C_SetPreviewImage) == 0x000008, "Wrong alignment on Customization_Right_C_SetPreviewImage"); \ static_assert(sizeof(Customization_Right_C_SetPreviewImage) == 0x000030, "Wrong size on Customization_Right_C_SetPreviewImage"); \ static_assert(offsetof(Customization_Right_C_SetPreviewImage, VariationID) == 0x000000, "Member 'Customization_Right_C_SetPreviewImage::VariationID' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetPreviewImage, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000004, "Member 'Customization_Right_C_SetPreviewImage::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetPreviewImage, CallFunc_Array_Get_Item) == 0x000008, "Member 'Customization_Right_C_SetPreviewImage::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_SetVariants \ static_assert(alignof(Customization_Right_C_SetVariants) == 0x000008, "Wrong alignment on Customization_Right_C_SetVariants"); \ static_assert(sizeof(Customization_Right_C_SetVariants) == 0x000088, "Wrong size on Customization_Right_C_SetVariants"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Applied_Variation) == 0x000000, "Member 'Customization_Right_C_SetVariants::Applied_Variation' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Customization_Right_C_SetVariants::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Customization_Right_C_SetVariants::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Can_Show_Variation_by_ID_ReturnValue) == 0x00000C, "Member 'Customization_Right_C_SetVariants::CallFunc_Can_Show_Variation_by_ID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'Customization_Right_C_SetVariants::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Create_ReturnValue) == 0x000018, "Member 'Customization_Right_C_SetVariants::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'Customization_Right_C_SetVariants::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000028, "Member 'Customization_Right_C_SetVariants::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Temp_byte_Variable) == 0x000030, "Member 'Customization_Right_C_SetVariants::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_HasAuthority_ReturnValue) == 0x000031, "Member 'Customization_Right_C_SetVariants::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_BooleanOR_ReturnValue) == 0x000032, "Member 'Customization_Right_C_SetVariants::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Temp_byte_Variable_1) == 0x000033, "Member 'Customization_Right_C_SetVariants::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'Customization_Right_C_SetVariants::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_GetCurrentVariationID_VariationID) == 0x000038, "Member 'Customization_Right_C_SetVariants::CallFunc_GetCurrentVariationID_VariationID' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, Temp_bool_Variable) == 0x00003C, "Member 'Customization_Right_C_SetVariants::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, K2Node_Select_Default) == 0x00003D, "Member 'Customization_Right_C_SetVariants::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Array_Get_Item) == 0x000040, "Member 'Customization_Right_C_SetVariants::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000068, "Member 'Customization_Right_C_SetVariants::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'Customization_Right_C_SetVariants::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, K2Node_DynamicCast_AsTexture_2D) == 0x000078, "Member 'Customization_Right_C_SetVariants::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'Customization_Right_C_SetVariants::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_SetVariants, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'Customization_Right_C_SetVariants::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_GetCurrentVariationID \ static_assert(alignof(Customization_Right_C_GetCurrentVariationID) == 0x000008, "Wrong alignment on Customization_Right_C_GetCurrentVariationID"); \ static_assert(sizeof(Customization_Right_C_GetCurrentVariationID) == 0x000048, "Wrong size on Customization_Right_C_GetCurrentVariationID"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, VariationID) == 0x000000, "Member 'Customization_Right_C_GetCurrentVariationID::VariationID' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'Customization_Right_C_GetCurrentVariationID::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'Customization_Right_C_GetCurrentVariationID::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_AsFGPlayer_State) == 0x000028, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_AsFGGame_Instance) == 0x000038, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'Customization_Right_C_GetCurrentVariationID::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetCurrentVariationID, CallFunc_GetActiveCustomizationContentIDForPlayer_ReturnValue) == 0x000044, "Member 'Customization_Right_C_GetCurrentVariationID::CallFunc_GetActiveCustomizationContentIDForPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_On_Variation_Hovered \ static_assert(alignof(Customization_Right_C_On_Variation_Hovered) == 0x000008, "Wrong alignment on Customization_Right_C_On_Variation_Hovered"); \ static_assert(sizeof(Customization_Right_C_On_Variation_Hovered) == 0x000050, "Wrong size on Customization_Right_C_On_Variation_Hovered"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, isHoveredNow) == 0x000000, "Member 'Customization_Right_C_On_Variation_Hovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, ItemIndex) == 0x000004, "Member 'Customization_Right_C_On_Variation_Hovered::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Customization_Right_C_On_Variation_Hovered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'Customization_Right_C_On_Variation_Hovered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_Array_Get_Item) == 0x000018, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000020, "Member 'Customization_Right_C_On_Variation_Hovered::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Customization_Right_C_On_Variation_Hovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, K2Node_DynamicCast_AsCustomization_Item) == 0x000038, "Member 'Customization_Right_C_On_Variation_Hovered::K2Node_DynamicCast_AsCustomization_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Customization_Right_C_On_Variation_Hovered::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_GetItemIndex_ItemIndex) == 0x000044, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_GetItemIndex_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004D, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Hovered, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00004E, "Member 'Customization_Right_C_On_Variation_Hovered::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_On_Variation_Selected \ static_assert(alignof(Customization_Right_C_On_Variation_Selected) == 0x000008, "Wrong alignment on Customization_Right_C_On_Variation_Selected"); \ static_assert(sizeof(Customization_Right_C_On_Variation_Selected) == 0x000028, "Wrong size on Customization_Right_C_On_Variation_Selected"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, IsAlreadySelected) == 0x000000, "Member 'Customization_Right_C_On_Variation_Selected::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, ItemIndex) == 0x000004, "Member 'Customization_Right_C_On_Variation_Selected::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000008, "Member 'Customization_Right_C_On_Variation_Selected::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'Customization_Right_C_On_Variation_Selected::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, K2Node_DynamicCast_AsJournal_Controller) == 0x000018, "Member 'Customization_Right_C_On_Variation_Selected::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_On_Variation_Selected, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Customization_Right_C_On_Variation_Selected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_GetUnlockedVisuals \ static_assert(alignof(Customization_Right_C_GetUnlockedVisuals) == 0x000008, "Wrong alignment on Customization_Right_C_GetUnlockedVisuals"); \ static_assert(sizeof(Customization_Right_C_GetUnlockedVisuals) == 0x000070, "Wrong size on Customization_Right_C_GetUnlockedVisuals"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, ReturnValue) == 0x000000, "Member 'Customization_Right_C_GetUnlockedVisuals::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, IDs) == 0x000008, "Member 'Customization_Right_C_GetUnlockedVisuals::IDs' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000018, "Member 'Customization_Right_C_GetUnlockedVisuals::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_AsFGCharacter) == 0x000020, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'Customization_Right_C_GetUnlockedVisuals::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_AsFGGame_Instance) == 0x000038, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_AsFGPlayer_State) == 0x000048, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'Customization_Right_C_GetUnlockedVisuals::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, CallFunc_FindUnlockedVisualsIDsByCategoryForPlayer_IDs) == 0x000058, "Member 'Customization_Right_C_GetUnlockedVisuals::CallFunc_FindUnlockedVisualsIDsByCategoryForPlayer_IDs' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_GetUnlockedVisuals, CallFunc_FindUnlockedVisualsIDsByCategoryForPlayer_ReturnValue) == 0x000068, "Member 'Customization_Right_C_GetUnlockedVisuals::CallFunc_FindUnlockedVisualsIDsByCategoryForPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Right_C_Can_Show_Variation_by_ID \ static_assert(alignof(Customization_Right_C_Can_Show_Variation_by_ID) == 0x000008, "Wrong alignment on Customization_Right_C_Can_Show_Variation_by_ID"); \ static_assert(sizeof(Customization_Right_C_Can_Show_Variation_by_ID) == 0x000028, "Wrong size on Customization_Right_C_Can_Show_Variation_by_ID"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, VariationID) == 0x000000, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::VariationID' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, ReturnValue) == 0x000004, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_GetUnlockedVisuals_ReturnValue) == 0x000005, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_GetUnlockedVisuals_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_GetUnlockedVisuals_IDs) == 0x000008, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_GetUnlockedVisuals_IDs' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_Array_Find_ReturnValue) == 0x00001C, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Right_C_Can_Show_Variation_by_ID, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'Customization_Right_C_Can_Show_Variation_by_ID::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomization_Right_C \ static_assert(alignof(UCustomization_Right_C) == 0x000008, "Wrong alignment on UCustomization_Right_C"); \ static_assert(sizeof(UCustomization_Right_C) == 0x000300, "Wrong size on UCustomization_Right_C"); \ static_assert(offsetof(UCustomization_Right_C, UberGraphFrame_Customization_Right_C) == 0x0002A8, "Member 'UCustomization_Right_C::UberGraphFrame_Customization_Right_C' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, HeaderBG) == 0x0002B0, "Member 'UCustomization_Right_C::HeaderBG' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, HorizontalList) == 0x0002B8, "Member 'UCustomization_Right_C::HorizontalList' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, KeyDisplay) == 0x0002C0, "Member 'UCustomization_Right_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, KeyTooltip) == 0x0002C8, "Member 'UCustomization_Right_C::KeyTooltip' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, PhotoCard) == 0x0002D0, "Member 'UCustomization_Right_C::PhotoCard' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, QuestTitle) == 0x0002D8, "Member 'UCustomization_Right_C::QuestTitle' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, RestrictionsLabel) == 0x0002E0, "Member 'UCustomization_Right_C::RestrictionsLabel' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, TabData) == 0x0002E8, "Member 'UCustomization_Right_C::TabData' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, CustomizationData) == 0x0002F0, "Member 'UCustomization_Right_C::CustomizationData' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Right_C, LastHoveredVariation) == 0x0002F8, "Member 'UCustomization_Right_C::LastHoveredVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_ExecuteUbergraph_JournalListItem \ static_assert(alignof(JournalListItem_C_ExecuteUbergraph_JournalListItem) == 0x000008, "Wrong alignment on JournalListItem_C_ExecuteUbergraph_JournalListItem"); \ static_assert(sizeof(JournalListItem_C_ExecuteUbergraph_JournalListItem) == 0x000030, "Wrong size on JournalListItem_C_ExecuteUbergraph_JournalListItem"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, EntryPoint) == 0x000000, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, K2Node_MakeArray_Array) == 0x000008, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, CallFunc_Array_Random_OutItem) == 0x000018, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, CallFunc_Array_Random_OutIndex) == 0x00001C, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x000020, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ExecuteUbergraph_JournalListItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'JournalListItem_C_ExecuteUbergraph_JournalListItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_PreConstruct \ static_assert(alignof(JournalListItem_C_PreConstruct) == 0x000001, "Wrong alignment on JournalListItem_C_PreConstruct"); \ static_assert(sizeof(JournalListItem_C_PreConstruct) == 0x000001, "Wrong size on JournalListItem_C_PreConstruct"); \ static_assert(offsetof(JournalListItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalListItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_SetState \ static_assert(alignof(JournalListItem_C_SetState) == 0x000008, "Wrong alignment on JournalListItem_C_SetState"); \ static_assert(sizeof(JournalListItem_C_SetState) == 0x0000B8, "Wrong size on JournalListItem_C_SetState"); \ static_assert(offsetof(JournalListItem_C_SetState, State_0) == 0x000000, "Member 'JournalListItem_C_SetState::State_0' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_SetState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'JournalListItem_C_SetState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_SetState, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'JournalListItem_C_SetState::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_SetState, K2Node_MakeStruct_SlateFontInfo_1) == 0x000060, "Member 'JournalListItem_C_SetState::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_HighlightMark \ static_assert(alignof(JournalListItem_C_HighlightMark) == 0x000001, "Wrong alignment on JournalListItem_C_HighlightMark"); \ static_assert(sizeof(JournalListItem_C_HighlightMark) == 0x000001, "Wrong size on JournalListItem_C_HighlightMark"); \ static_assert(offsetof(JournalListItem_C_HighlightMark, IsHighlighted) == 0x000000, "Member 'JournalListItem_C_HighlightMark::IsHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_ShowHovered \ static_assert(alignof(JournalListItem_C_ShowHovered) == 0x000008, "Wrong alignment on JournalListItem_C_ShowHovered"); \ static_assert(sizeof(JournalListItem_C_ShowHovered) == 0x000038, "Wrong size on JournalListItem_C_ShowHovered"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, Hovered) == 0x000000, "Member 'JournalListItem_C_ShowHovered::Hovered' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'JournalListItem_C_ShowHovered::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_IsVisible_ReturnValue_1) == 0x000002, "Member 'JournalListItem_C_ShowHovered::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'JournalListItem_C_ShowHovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'JournalListItem_C_ShowHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'JournalListItem_C_ShowHovered::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'JournalListItem_C_ShowHovered::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'JournalListItem_C_ShowHovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'JournalListItem_C_ShowHovered::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowHovered, CallFunc_Not_PreBool_ReturnValue_1) == 0x000032, "Member 'JournalListItem_C_ShowHovered::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalListItem_C_ShowSelected \ static_assert(alignof(JournalListItem_C_ShowSelected) == 0x000008, "Wrong alignment on JournalListItem_C_ShowSelected"); \ static_assert(sizeof(JournalListItem_C_ShowSelected) == 0x0000B8, "Wrong size on JournalListItem_C_ShowSelected"); \ static_assert(offsetof(JournalListItem_C_ShowSelected, Selected) == 0x000000, "Member 'JournalListItem_C_ShowSelected::Selected' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowSelected, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'JournalListItem_C_ShowSelected::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(JournalListItem_C_ShowSelected, K2Node_MakeStruct_SlateFontInfo_1) == 0x000060, "Member 'JournalListItem_C_ShowSelected::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalListItem_C \ static_assert(alignof(UJournalListItem_C) == 0x000008, "Wrong alignment on UJournalListItem_C"); \ static_assert(sizeof(UJournalListItem_C) == 0x000348, "Wrong size on UJournalListItem_C"); \ static_assert(offsetof(UJournalListItem_C, UberGraphFrame_JournalListItem_C) == 0x000298, "Member 'UJournalListItem_C::UberGraphFrame_JournalListItem_C' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, HoverAnimation) == 0x0002A0, "Member 'UJournalListItem_C::HoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, HoverImage) == 0x0002A8, "Member 'UJournalListItem_C::HoverImage' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, ItemButton) == 0x0002B0, "Member 'UJournalListItem_C::ItemButton' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, ItemName) == 0x0002B8, "Member 'UJournalListItem_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, ItemOverlayWrapper) == 0x0002C0, "Member 'UJournalListItem_C::ItemOverlayWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, ItemSizedWrapper) == 0x0002C8, "Member 'UJournalListItem_C::ItemSizedWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, KeyDisplay) == 0x0002D0, "Member 'UJournalListItem_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, MarkBG) == 0x0002D8, "Member 'UJournalListItem_C::MarkBG' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, MarkSelected) == 0x0002E0, "Member 'UJournalListItem_C::MarkSelected' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, MarkUnreaded) == 0x0002E8, "Member 'UJournalListItem_C::MarkUnreaded' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, SelectedImage) == 0x0002F0, "Member 'UJournalListItem_C::SelectedImage' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, StrikeImage) == 0x0002F8, "Member 'UJournalListItem_C::StrikeImage' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, State) == 0x000300, "Member 'UJournalListItem_C::State' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, Name_0) == 0x000308, "Member 'UJournalListItem_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, Paddings) == 0x000320, "Member 'UJournalListItem_C::Paddings' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, Is_Highlighted) == 0x000330, "Member 'UJournalListItem_C::Is_Highlighted' has a wrong offset!"); \ static_assert(offsetof(UJournalListItem_C, OnItemHovered) == 0x000338, "Member 'UJournalListItem_C::OnItemHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base \ static_assert(alignof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base) == 0x000008, "Wrong alignment on FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base"); \ static_assert(sizeof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base) == 0x0000C0, "Wrong size on FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, EntryPoint) == 0x000000, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_Event_IsDesignTime) == 0x000004, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_Event_MyGeometry) == 0x000010, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_Event_InDeltaTime) == 0x000048, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_GetContent_ReturnValue) == 0x000050, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_AsText) == 0x000058, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_AsText' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_GetContent_ReturnValue_1) == 0x000068, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_GetContent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_AsText_1) == 0x000070, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_AsText_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_GetDesiredSize_ReturnValue) == 0x00007C, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_BreakVector2D_X) == 0x000084, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_BreakVector2D_Y) == 0x000088, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00008C, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_GetContent_ReturnValue_2) == 0x000090, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_GetContent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_Add_FloatFloat_ReturnValue) == 0x000098, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_AsText_2) == 0x0000A0, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_AsText_2' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A9, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000AC, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_FloatText_MoveValue) == 0x0000B4, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_FloatText_MoveValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_FloatText_Paused) == 0x0000B8, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_FloatText_Paused' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_FloatText_Reverse) == 0x0000B9, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_FloatText_Reverse' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base, CallFunc_Not_PreBool_ReturnValue) == 0x0000BA, "Member 'FloatingWidget_Base_C_ExecuteUbergraph_FloatingWidget_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatingWidget_Base_C_Tick \ static_assert(alignof(FloatingWidget_Base_C_Tick) == 0x000004, "Wrong alignment on FloatingWidget_Base_C_Tick"); \ static_assert(sizeof(FloatingWidget_Base_C_Tick) == 0x00003C, "Wrong size on FloatingWidget_Base_C_Tick"); \ static_assert(offsetof(FloatingWidget_Base_C_Tick, MyGeometry) == 0x000000, "Member 'FloatingWidget_Base_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'FloatingWidget_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatingWidget_Base_C_PreConstruct \ static_assert(alignof(FloatingWidget_Base_C_PreConstruct) == 0x000001, "Wrong alignment on FloatingWidget_Base_C_PreConstruct"); \ static_assert(sizeof(FloatingWidget_Base_C_PreConstruct) == 0x000001, "Wrong size on FloatingWidget_Base_C_PreConstruct"); \ static_assert(offsetof(FloatingWidget_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'FloatingWidget_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatingWidget_Base_C_FloatText \ static_assert(alignof(FloatingWidget_Base_C_FloatText) == 0x000004, "Wrong alignment on FloatingWidget_Base_C_FloatText"); \ static_assert(sizeof(FloatingWidget_Base_C_FloatText) == 0x000034, "Wrong size on FloatingWidget_Base_C_FloatText"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, IsPaused_0) == 0x000000, "Member 'FloatingWidget_Base_C_FloatText::IsPaused_0' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, IsReversed_0) == 0x000001, "Member 'FloatingWidget_Base_C_FloatText::IsReversed_0' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, Delta) == 0x000004, "Member 'FloatingWidget_Base_C_FloatText::Delta' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, FloatingValue_0) == 0x000008, "Member 'FloatingWidget_Base_C_FloatText::FloatingValue_0' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, LocalValue_0) == 0x00000C, "Member 'FloatingWidget_Base_C_FloatText::LocalValue_0' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, Time_0) == 0x000010, "Member 'FloatingWidget_Base_C_FloatText::Time_0' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, MoveValue) == 0x000014, "Member 'FloatingWidget_Base_C_FloatText::MoveValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, paused) == 0x000018, "Member 'FloatingWidget_Base_C_FloatText::paused' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, Reverse) == 0x000019, "Member 'FloatingWidget_Base_C_FloatText::Reverse' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000024, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000028, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_Not_PreBool_ReturnValue_1) == 0x000029, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_FInterpTo_Constant_ReturnValue_1) == 0x00002C, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_FInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FloatingWidget_Base_C_FloatText, CallFunc_Less_FloatFloat_ReturnValue) == 0x000030, "Member 'FloatingWidget_Base_C_FloatText::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloatingWidget_Base_C \ static_assert(alignof(UFloatingWidget_Base_C) == 0x000008, "Wrong alignment on UFloatingWidget_Base_C"); \ static_assert(sizeof(UFloatingWidget_Base_C) == 0x000298, "Wrong size on UFloatingWidget_Base_C"); \ static_assert(offsetof(UFloatingWidget_Base_C, UberGraphFrame) == 0x000260, "Member 'UFloatingWidget_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, ContentBox) == 0x000268, "Member 'UFloatingWidget_Base_C::ContentBox' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, ContentSlot) == 0x000270, "Member 'UFloatingWidget_Base_C::ContentSlot' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, ContentWidth) == 0x000278, "Member 'UFloatingWidget_Base_C::ContentWidth' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, ContentOffset) == 0x00027C, "Member 'UFloatingWidget_Base_C::ContentOffset' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, FloatingValue) == 0x000280, "Member 'UFloatingWidget_Base_C::FloatingValue' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, IsReady) == 0x000284, "Member 'UFloatingWidget_Base_C::IsReady' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, IsPaused) == 0x000285, "Member 'UFloatingWidget_Base_C::IsPaused' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, IsReversed) == 0x000286, "Member 'UFloatingWidget_Base_C::IsReversed' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, LocalValue) == 0x000288, "Member 'UFloatingWidget_Base_C::LocalValue' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, Time) == 0x00028C, "Member 'UFloatingWidget_Base_C::Time' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, ReverseDelay) == 0x000290, "Member 'UFloatingWidget_Base_C::ReverseDelay' has a wrong offset!"); \ static_assert(offsetof(UFloatingWidget_Base_C, DefaultJustification) == 0x000294, "Member 'UFloatingWidget_Base_C::DefaultJustification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch \ static_assert(alignof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch) == 0x000008, "Wrong alignment on BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch"); \ static_assert(sizeof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch) == 0x000068, "Wrong size on BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, EntryPoint) == 0x000000, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_MakeStruct_LinearColor) == 0x000004, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_MakeStruct_LinearColor_1) == 0x000014, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_CustomEvent_Effect_1) == 0x000028, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_CustomEvent_Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_CustomEvent_Effect_2) == 0x000030, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_CustomEvent_Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_CustomEvent_Effect_3) == 0x000038, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_CustomEvent_Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, K2Node_CustomEvent_Effect_4) == 0x000040, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::K2Node_CustomEvent_Effect_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_RandomFloatInRange_ReturnValue) == 0x00004C, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000050, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000054, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000058, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000060, "Member 'BP_Tunnel_In_Arch_C_ExecuteUbergraph_BP_Tunnel_In_Arch::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_Arch_C_ThunderEffects \ static_assert(alignof(BP_Tunnel_In_Arch_C_ThunderEffects) == 0x000008, "Wrong alignment on BP_Tunnel_In_Arch_C_ThunderEffects"); \ static_assert(sizeof(BP_Tunnel_In_Arch_C_ThunderEffects) == 0x000020, "Wrong size on BP_Tunnel_In_Arch_C_ThunderEffects"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ThunderEffects, Effect_1) == 0x000000, "Member 'BP_Tunnel_In_Arch_C_ThunderEffects::Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ThunderEffects, Effect_2) == 0x000008, "Member 'BP_Tunnel_In_Arch_C_ThunderEffects::Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ThunderEffects, Effect_3) == 0x000010, "Member 'BP_Tunnel_In_Arch_C_ThunderEffects::Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_Arch_C_ThunderEffects, Effect_4) == 0x000018, "Member 'BP_Tunnel_In_Arch_C_ThunderEffects::Effect_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tunnel_In_Arch_C \ static_assert(alignof(ABP_Tunnel_In_Arch_C) == 0x000008, "Wrong alignment on ABP_Tunnel_In_Arch_C"); \ static_assert(sizeof(ABP_Tunnel_In_Arch_C) == 0x0003A8, "Wrong size on ABP_Tunnel_In_Arch_C"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, UberGraphFrame) == 0x000220, "Member 'ABP_Tunnel_In_Arch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effect_T_6) == 0x000228, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effect_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Stars) == 0x000230, "Member 'ABP_Tunnel_In_Arch_C::Stars' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Sparks) == 0x000238, "Member 'ABP_Tunnel_In_Arch_C::Sparks' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Two_1) == 0x000240, "Member 'ABP_Tunnel_In_Arch_C::Two_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Two_2) == 0x000248, "Member 'ABP_Tunnel_In_Arch_C::Two_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, One_2) == 0x000250, "Member 'ABP_Tunnel_In_Arch_C::One_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, One_1) == 0x000258, "Member 'ABP_Tunnel_In_Arch_C::One_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, WakeUpParkingActor) == 0x000260, "Member 'ABP_Tunnel_In_Arch_C::WakeUpParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, PackThunders_2) == 0x000268, "Member 'ABP_Tunnel_In_Arch_C::PackThunders_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effect_4) == 0x000270, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effect_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Root_Thunder_4) == 0x000278, "Member 'ABP_Tunnel_In_Arch_C::Root_Thunder_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effect_T_4) == 0x000280, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effect_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Root_Thunder_T_4) == 0x000288, "Member 'ABP_Tunnel_In_Arch_C::Root_Thunder_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effect_T_3) == 0x000290, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effect_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effect_3) == 0x000298, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effect_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Root_Thunder_3) == 0x0002A0, "Member 'ABP_Tunnel_In_Arch_C::Root_Thunder_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Root_Thunder_T_3) == 0x0002A8, "Member 'ABP_Tunnel_In_Arch_C::Root_Thunder_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Thunder_effects) == 0x0002B0, "Member 'ABP_Tunnel_In_Arch_C::Thunder_effects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, BasicMesh) == 0x0002B8, "Member 'ABP_Tunnel_In_Arch_C::BasicMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_Tunnel_In_Arch_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_42_NewTrack_0_A3D9F74B46AA2306F50766B619C9BA1E) == 0x0002C8, "Member 'ABP_Tunnel_In_Arch_C::Timeline_42_NewTrack_0_A3D9F74B46AA2306F50766B619C9BA1E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_42__Direction_A3D9F74B46AA2306F50766B619C9BA1E) == 0x0002CC, "Member 'ABP_Tunnel_In_Arch_C::Timeline_42__Direction_A3D9F74B46AA2306F50766B619C9BA1E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_42) == 0x0002D0, "Member 'ABP_Tunnel_In_Arch_C::Timeline_42' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_32_NewTrack_0_D411F2094330B96B976483A9910EDCDF) == 0x0002D8, "Member 'ABP_Tunnel_In_Arch_C::Timeline_32_NewTrack_0_D411F2094330B96B976483A9910EDCDF' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_32__Direction_D411F2094330B96B976483A9910EDCDF) == 0x0002DC, "Member 'ABP_Tunnel_In_Arch_C::Timeline_32__Direction_D411F2094330B96B976483A9910EDCDF' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_32) == 0x0002E0, "Member 'ABP_Tunnel_In_Arch_C::Timeline_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_4_NewTrack_0_FCF7523C4B8C39FE094E279572E3B23B) == 0x0002E8, "Member 'ABP_Tunnel_In_Arch_C::Timeline_4_NewTrack_0_FCF7523C4B8C39FE094E279572E3B23B' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_4__Direction_FCF7523C4B8C39FE094E279572E3B23B) == 0x0002EC, "Member 'ABP_Tunnel_In_Arch_C::Timeline_4__Direction_FCF7523C4B8C39FE094E279572E3B23B' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_4) == 0x0002F0, "Member 'ABP_Tunnel_In_Arch_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_7_NewTrack_0_8D9D9D2D41611ACBC8A29BA30610D932) == 0x0002F8, "Member 'ABP_Tunnel_In_Arch_C::Timeline_7_NewTrack_0_8D9D9D2D41611ACBC8A29BA30610D932' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_7__Direction_8D9D9D2D41611ACBC8A29BA30610D932) == 0x0002FC, "Member 'ABP_Tunnel_In_Arch_C::Timeline_7__Direction_8D9D9D2D41611ACBC8A29BA30610D932' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, Timeline_7) == 0x000300, "Member 'ABP_Tunnel_In_Arch_C::Timeline_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, bOnPlayEffects) == 0x000308, "Member 'ABP_Tunnel_In_Arch_C::bOnPlayEffects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, GlowRunes) == 0x00030C, "Member 'ABP_Tunnel_In_Arch_C::GlowRunes' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_1_1) == 0x000310, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_1_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_1_2) == 0x000318, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_1_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_2_1) == 0x000320, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_2_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_2_2) == 0x000328, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_2_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_3_1) == 0x000330, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_3_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_3_2) == 0x000338, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_3_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_4_1) == 0x000340, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_4_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_4_2) == 0x000348, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_4_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_5_1) == 0x000350, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_5_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_5_2) == 0x000358, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_5_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_6_1) == 0x000360, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_6_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, MI_Decal_6_2) == 0x000368, "Member 'ABP_Tunnel_In_Arch_C::MI_Decal_6_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, FirstThunderDelay) == 0x000370, "Member 'ABP_Tunnel_In_Arch_C::FirstThunderDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, bCanStartGlobalEffect) == 0x000374, "Member 'ABP_Tunnel_In_Arch_C::bCanStartGlobalEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, bStartEffectEntering) == 0x000375, "Member 'ABP_Tunnel_In_Arch_C::bStartEffectEntering' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, DelayThunderEffects) == 0x000378, "Member 'ABP_Tunnel_In_Arch_C::DelayThunderEffects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, DelayStartEffecfEntering) == 0x00037C, "Member 'ABP_Tunnel_In_Arch_C::DelayStartEffecfEntering' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, TH_LoopThunder_01) == 0x000380, "Member 'ABP_Tunnel_In_Arch_C::TH_LoopThunder_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, TH_LoopThunder_02) == 0x000388, "Member 'ABP_Tunnel_In_Arch_C::TH_LoopThunder_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, bCanStartBurstInHitThunder) == 0x000390, "Member 'ABP_Tunnel_In_Arch_C::bCanStartBurstInHitThunder' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, DMI_Arch) == 0x000398, "Member 'ABP_Tunnel_In_Arch_C::DMI_Arch' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_Arch_C, RuneParameter) == 0x0003A0, "Member 'ABP_Tunnel_In_Arch_C::RuneParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVoidAILootDispenser_C \ static_assert(alignof(AVoidAILootDispenser_C) == 0x000008, "Wrong alignment on AVoidAILootDispenser_C"); \ static_assert(sizeof(AVoidAILootDispenser_C) == 0x0002C0, "Wrong size on AVoidAILootDispenser_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen \ static_assert(alignof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen) == 0x000070, "Wrong size on MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_Event_IsHold) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_Event_IsDesignTime) == 0x000005, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_Event_Show) == 0x000006, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000007, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, CallFunc_Array_Get_Item) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, CallFunc_IsDLSSSupported_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::CallFunc_IsDLSSSupported_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_DynamicCast_AsGamepad_Interface) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_MakeArray_Array) == 0x000048, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, CallFunc_GPI_ShowGamepadMode_self_CastInput) == 0x000058, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::CallFunc_GPI_ShowGamepadMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen, K2Node_Event_IsHold_1) == 0x000068, "Member 'MainMenuV2_Settings_Screen_C_ExecuteUbergraph_MainMenuV2_Settings_Screen::K2Node_Event_IsHold_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_PreConstruct \ static_assert(alignof(MainMenuV2_Settings_Screen_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GetAviableResolutions \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GetAviableResolutions) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_GetAviableResolutions"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GetAviableResolutions) == 0x000070, "Wrong size on MainMenuV2_Settings_Screen_C_GetAviableResolutions"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetSupportedFullscreenResolutions_Resolutions) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetSupportedFullscreenResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetSupportedFullscreenResolutions_ReturnValue) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetSupportedFullscreenResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetDesktopResolution_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetDesktopResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, K2Node_MakeArray_Array) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetConvenientWindowedResolutions_Resolutions) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetConvenientWindowedResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetConvenientWindowedResolutions_ReturnValue) == 0x000050, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetConvenientWindowedResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetSupportedFullscreenResolutions_Resolutions_1) == 0x000058, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetSupportedFullscreenResolutions_Resolutions_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetAviableResolutions, CallFunc_GetSupportedFullscreenResolutions_ReturnValue_1) == 0x000068, "Member 'MainMenuV2_Settings_Screen_C_GetAviableResolutions::CallFunc_GetSupportedFullscreenResolutions_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_UpdateScreenResolutions \ static_assert(alignof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_UpdateScreenResolutions"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions) == 0x000108, "Wrong size on MainMenuV2_Settings_Screen_C_UpdateScreenResolutions"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_GetCurrentResolutionIndex_Result) == 0x00000C, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_GetCurrentResolutionIndex_Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Array_Get_Item) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000080, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, K2Node_MakeArray_Array) == 0x0000D8, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_UpdateScreenResolutions, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'MainMenuV2_Settings_Screen_C_UpdateScreenResolutions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex) == 0x000030, "Wrong size on MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, Result) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_GetScreenResolution_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002E, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex, CallFunc_BooleanAND_ReturnValue) == 0x00002F, "Member 'MainMenuV2_Settings_Screen_C_GetCurrentResolutionIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_ReadSettings \ static_assert(alignof(MainMenuV2_Settings_Screen_C_ReadSettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_ReadSettings"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_ReadSettings) == 0x0000A0, "Wrong size on MainMenuV2_Settings_Screen_C_ReadSettings"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Array_Get_Item) == 0x000024, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetGameInstance_ReturnValue_1) == 0x000038, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetDLSSMode_ReturnValue) == 0x00004C, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetDLSSMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Array_Find_ReturnValue) == 0x000054, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000058, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetGameInstance_ReturnValue_2) == 0x000060, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x000068, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000074, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000078, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000080, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000088, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetFullscreenMode_ReturnValue) == 0x000089, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue_1) == 0x00008C, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000094, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_FTrunc_ReturnValue) == 0x000098, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ReadSettings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00009C, "Member 'MainMenuV2_Settings_Screen_C_ReadSettings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_ResetToDefaults \ static_assert(alignof(MainMenuV2_Settings_Screen_C_ResetToDefaults) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_ResetToDefaults"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_ResetToDefaults) == 0x000078, "Wrong size on MainMenuV2_Settings_Screen_C_ResetToDefaults"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetGameInstance_ReturnValue_1) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetDefaultMotionBlur_ReturnValue) == 0x000039, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetDefaultMotionBlur_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetDefaultGamma_ReturnValue) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetDefaultGamma_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetDefaultFOV_ReturnValue) == 0x000044, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetDefaultFOV_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000048, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00004C, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetGameUserSettings_ReturnValue) == 0x000050, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Array_Get_Item) == 0x000058, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetDefaultWindowMode_ReturnValue) == 0x000060, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetDefaultWindowMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_GetDefaultResolution_ReturnValue) == 0x000064, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_GetDefaultResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, K2Node_SwitchEnum_CmpSuccess) == 0x00006C, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000074, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_Less_IntInt_ReturnValue) == 0x000075, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000076, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ResetToDefaults, CallFunc_BooleanAND_ReturnValue) == 0x000077, "Member 'MainMenuV2_Settings_Screen_C_ResetToDefaults::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_ApplySettings \ static_assert(alignof(MainMenuV2_Settings_Screen_C_ApplySettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_ApplySettings"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_ApplySettings) == 0x000080, "Wrong size on MainMenuV2_Settings_Screen_C_ApplySettings"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_float_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_float_Variable_1) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_float_Variable_2) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_float_Variable_3) == 0x00000C, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_int_Variable) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_byte_Variable) == 0x000014, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_byte_Variable_1) == 0x000015, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_byte_Variable_2) == 0x000016, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_float_Variable_4) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, K2Node_Select_Default) == 0x00001C, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue) == 0x00001D, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x00001E, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_Array_Get_Item) == 0x00001F, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_FTrunc_ReturnValue) == 0x00003C, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, Temp_int_Variable_1) == 0x000040, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000048, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, K2Node_Select_Default_1) == 0x000050, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000058, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue_2) == 0x000068, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue_3) == 0x000070, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplySettings, CallFunc_IsDirty_ReturnValue) == 0x000078, "Member 'MainMenuV2_Settings_Screen_C_ApplySettings::CallFunc_IsDirty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_SetSettingsRef \ static_assert(alignof(MainMenuV2_Settings_Screen_C_SetSettingsRef) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_SetSettingsRef"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_SetSettingsRef) == 0x000008, "Wrong size on MainMenuV2_Settings_Screen_C_SetSettingsRef"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSettingsRef, SettingsMenuRef) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_SetSettingsRef::SettingsMenuRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_IsHaveChanges \ static_assert(alignof(MainMenuV2_Settings_Screen_C_IsHaveChanges) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_IsHaveChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_IsHaveChanges) == 0x000009, "Wrong size on MainMenuV2_Settings_Screen_C_IsHaveChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, HaveChanges) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::HaveChanges' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_3) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_4) == 0x000005, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_5) == 0x000006, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_6) == 0x000007, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_7) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_SetupDLSS \ static_assert(alignof(MainMenuV2_Settings_Screen_C_SetupDLSS) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_SetupDLSS"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_SetupDLSS) == 0x000040, "Wrong size on MainMenuV2_Settings_Screen_C_SetupDLSS"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Array_Get_Item) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Array_Add_ReturnValue) == 0x00000C, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Map_Find_Value) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_IsDLSSModeSupported_ReturnValue) == 0x000029, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_IsDLSSModeSupported_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Array_Add_ReturnValue_1) == 0x00002C, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetupDLSS, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'MainMenuV2_Settings_Screen_C_SetupDLSS::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_ApplyRHIChanges \ static_assert(alignof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_ApplyRHIChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges) == 0x000020, "Wrong size on MainMenuV2_Settings_Screen_C_ApplyRHIChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, Temp_byte_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, Temp_byte_Variable_1) == 0x000005, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_ApplyRHIChanges, K2Node_Select_Default) == 0x000019, "Member 'MainMenuV2_Settings_Screen_C_ApplyRHIChanges::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_Refresh_RHISettings \ static_assert(alignof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_Refresh_RHISettings"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings) == 0x000028, "Wrong size on MainMenuV2_Settings_Screen_C_Refresh_RHISettings"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, Temp_byte_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, Temp_int_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, Temp_int_Variable_1) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, CallFunc_GetRHIType_ReturnValue) == 0x000021, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::CallFunc_GetRHIType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_Refresh_RHISettings, K2Node_Select_Default) == 0x000024, "Member 'MainMenuV2_Settings_Screen_C_Refresh_RHISettings::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode \ static_assert(alignof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode) == 0x000028, "Wrong size on MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, Mode) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, CallFunc_Array_Find_ReturnValue) == 0x000004, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, CallFunc_Array_Find_ReturnValue_1) == 0x000008, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_Settings_Screen_C_SetSelectedDLSSMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Screen_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Settings_Screen_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Screen_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Settings_Screen_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Settings_Screen_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Settings_Screen_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Settings_Screen_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Screen_C \ static_assert(alignof(UMainMenuV2_Settings_Screen_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Screen_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Screen_C) == 0x000358, "Wrong size on UMainMenuV2_Settings_Screen_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Screen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, Brightness) == 0x000268, "Member 'UMainMenuV2_Settings_Screen_C::Brightness' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, FOV) == 0x000270, "Member 'UMainMenuV2_Settings_Screen_C::FOV' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_Blur) == 0x000278, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_Blur' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_DLSS) == 0x000280, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_DLSS' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_DX) == 0x000288, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_DX' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_FPS) == 0x000290, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_FPS' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_ScreenType) == 0x000298, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_ScreenType' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, MainMenuV2_VSync) == 0x0002A0, "Member 'UMainMenuV2_Settings_Screen_C::MainMenuV2_VSync' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, Resolutions) == 0x0002A8, "Member 'UMainMenuV2_Settings_Screen_C::Resolutions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, AvailableResolutions) == 0x0002B0, "Member 'UMainMenuV2_Settings_Screen_C::AvailableResolutions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, Settings_Menu_Ref) == 0x0002C0, "Member 'UMainMenuV2_Settings_Screen_C::Settings_Menu_Ref' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, NavWidgets) == 0x0002C8, "Member 'UMainMenuV2_Settings_Screen_C::NavWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, AvaliableDLSSModes) == 0x0002D8, "Member 'UMainMenuV2_Settings_Screen_C::AvaliableDLSSModes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, DLSSDescriptions) == 0x0002E8, "Member 'UMainMenuV2_Settings_Screen_C::DLSSDescriptions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, DLSSModes) == 0x000338, "Member 'UMainMenuV2_Settings_Screen_C::DLSSModes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Screen_C, FPSValues) == 0x000348, "Member 'UMainMenuV2_Settings_Screen_C::FPSValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_RandomPercent_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_RandomPercent_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_RandomPercent_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_RandomPercent_C_PerformConditionCheck) == 0x000020, "Wrong size on HTNDecorator_RandomPercent_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, bResult) == 0x00001A, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::bResult' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_RandomPercent_C_PerformConditionCheck, CallFunc_ShouldHappen_ReturnValue) == 0x00001B, "Member 'HTNDecorator_RandomPercent_C_PerformConditionCheck::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_RandomPercent_C \ static_assert(alignof(UHTNDecorator_RandomPercent_C) == 0x000008, "Wrong alignment on UHTNDecorator_RandomPercent_C"); \ static_assert(sizeof(UHTNDecorator_RandomPercent_C) == 0x000090, "Wrong size on UHTNDecorator_RandomPercent_C"); \ static_assert(offsetof(UHTNDecorator_RandomPercent_C, Percentage) == 0x000088, "Member 'UHTNDecorator_RandomPercent_C::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics) == 0x000090, "Wrong size on MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_Event_IsHold) == 0x000004, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000010, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_Event_Show) == 0x000011, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_Array_Get_Item) == 0x000018, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_AsGamepad_Interface) == 0x000028, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_AsFGGame_Instance) == 0x000040, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000050, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_MakeArray_Array) == 0x000068, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_GPI_ShowGamepadMode_self_CastInput) == 0x000078, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_GPI_ShowGamepadMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics, K2Node_Event_IsHold_1) == 0x000089, "Member 'MainMenuV2_Settings_Graphics_C_ExecuteUbergraph_MainMenuV2_Settings_Graphics::K2Node_Event_IsHold_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Settings_Graphics_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Settings_Graphics_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_ReadSettings \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_ReadSettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Graphics_C_ReadSettings"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_ReadSettings) == 0x000030, "Wrong size on MainMenuV2_Settings_Graphics_C_ReadSettings"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetDOFLevel_ReturnValue) == 0x000004, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetDOFLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetShadowQuality_ReturnValue) == 0x000014, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000018, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetFoliageQuality_ReturnValue) == 0x00001C, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetTextureQuality_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000024, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ReadSettings, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Graphics_C_ReadSettings::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_ApplySettings \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_ApplySettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Graphics_C_ApplySettings"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_ApplySettings) == 0x000010, "Wrong size on MainMenuV2_Settings_Graphics_C_ApplySettings"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ApplySettings, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_ApplySettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ApplySettings, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'MainMenuV2_Settings_Graphics_C_ApplySettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Graphics_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GetIsHaveChanges \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GetIsHaveChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges) == 0x000008, "Wrong size on MainMenuV2_Settings_Graphics_C_GetIsHaveChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_3) == 0x000004, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_4) == 0x000005, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_5) == 0x000006, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GetIsHaveChanges, CallFunc_BooleanOR_ReturnValue_6) == 0x000007, "Member 'MainMenuV2_Settings_Graphics_C_GetIsHaveChanges::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef) == 0x000008, "Wrong size on MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef, SettingsMenuRef) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_SetSettingsMenuRef::SettingsMenuRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Settings_Graphics_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Graphics_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Settings_Graphics_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Graphics_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Settings_Graphics_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Settings_Graphics_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Settings_Graphics_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Settings_Graphics_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Graphics_C \ static_assert(alignof(UMainMenuV2_Settings_Graphics_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Graphics_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Graphics_C) == 0x0002D8, "Wrong size on UMainMenuV2_Settings_Graphics_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Graphics_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_AntiAliasing) == 0x000268, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_AntiAliasing' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_DOF) == 0x000270, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_DOF' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_Effects) == 0x000278, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_Effects' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_Foliage) == 0x000280, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_Foliage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_PostProcess) == 0x000288, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_PostProcess' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_Shadows) == 0x000290, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_Shadows' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_Textures) == 0x000298, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_Textures' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, ComboBox_ViewDistance) == 0x0002A0, "Member 'UMainMenuV2_Settings_Graphics_C::ComboBox_ViewDistance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, bLoaded) == 0x0002A8, "Member 'UMainMenuV2_Settings_Graphics_C::bLoaded' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, Settings_Menu_Ref) == 0x0002B0, "Member 'UMainMenuV2_Settings_Graphics_C::Settings_Menu_Ref' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, CurrentNavIndex) == 0x0002B8, "Member 'UMainMenuV2_Settings_Graphics_C::CurrentNavIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, NavWidgets) == 0x0002C0, "Member 'UMainMenuV2_Settings_Graphics_C::NavWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Graphics_C, As_FGGame_Instance) == 0x0002D0, "Member 'UMainMenuV2_Settings_Graphics_C::As_FGGame_Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_AISplinePathEndContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_AISplinePathEndContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_AISplinePathEndContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_AISplinePathEndContext_C_ProvideSingleLocation) == 0x000050, "Wrong size on EQS_AISplinePathEndContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000038, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_AISplinePathEndContext_C_ProvideSingleLocation, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000044, "Member 'EQS_AISplinePathEndContext_C_ProvideSingleLocation::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_AISplinePathEndContext_C \ static_assert(alignof(UEQS_AISplinePathEndContext_C) == 0x000008, "Wrong alignment on UEQS_AISplinePathEndContext_C"); \ static_assert(sizeof(UEQS_AISplinePathEndContext_C) == 0x000030, "Wrong size on UEQS_AISplinePathEndContext_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad) == 0x0002C8, "Wrong size on MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_Event_IsHold) == 0x000004, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_Event_IsDesignTime) == 0x000005, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000006, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_Event_Show) == 0x000007, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_GPI_ShowGamepadMode_self_CastInput) == 0x000008, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_GPI_ShowGamepadMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_ComponentBoundEvent_IsLeftBtnSelect_1) == 0x000018, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_ComponentBoundEvent_IsLeftBtnSelect_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_ComponentBoundEvent_Index_1) == 0x00001C, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_ComponentBoundEvent_IsLeftBtnSelect) == 0x000020, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_ComponentBoundEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_ComponentBoundEvent_Index) == 0x000024, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_Array_Get_Item) == 0x000030, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_DynamicCast_AsGamepad_Interface) == 0x000038, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000050, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_MakeLiteralText_ReturnValue) == 0x000068, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000080, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000158, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeArray_Array) == 0x0001B0, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0001E8, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000200, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData_4) == 0x000218, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeStruct_FormatArgumentData_5) == 0x000258, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_Event_IsHold_1) == 0x000298, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, K2Node_MakeArray_Array_2) == 0x0002A0, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad, CallFunc_Format_ReturnValue_1) == 0x0002B0, "Member 'MainMenuV2_Settings_Gamepad_C_ExecuteUbergraph_MainMenuV2_Settings_Gamepad::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertY_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Gamepad_C_BndEvt__MainMenuV2_Settings_Gamepad_Gamepad_InvertX_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_PreConstruct \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_ReadSettings \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_ReadSettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_ReadSettings"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_ReadSettings) == 0x000060, "Wrong size on MainMenuV2_Settings_Gamepad_C_ReadSettings"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, GameInstance) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::GameInstance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_bool_Variable) == 0x000008, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_int_Variable) == 0x00000C, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_int_Variable_1) == 0x000010, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_bool_Variable_1) == 0x000014, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_int_Variable_2) == 0x000018, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, Temp_int_Variable_3) == 0x00001C, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetGamepadSensitivityY_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetGamepadSensitivityY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetGamepadSensitivityX_ReturnValue) == 0x000024, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetGamepadSensitivityX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_MapRangeClamped_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00002C, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetAimGamepadSensitivityMultiplier_ReturnValue) == 0x000038, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetAimGamepadSensitivityMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000040, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_MapRangeClamped_ReturnValue_2) == 0x00004C, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetGamepadInvertAxisY_ReturnValue) == 0x000050, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetGamepadInvertAxisY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, CallFunc_GetGamepadInvertAxisX_ReturnValue) == 0x000051, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::CallFunc_GetGamepadInvertAxisX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, K2Node_Select_Default) == 0x000054, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ReadSettings, K2Node_Select_Default_1) == 0x000058, "Member 'MainMenuV2_Settings_Gamepad_C_ReadSettings::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_ApplySettings \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_ApplySettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_ApplySettings"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_ApplySettings) == 0x000040, "Wrong size on MainMenuV2_Settings_Gamepad_C_ApplySettings"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, GameInstance) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::GameInstance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_int_Variable) == 0x000008, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_bool_Variable) == 0x00000C, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_bool_Variable_1) == 0x00000D, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_int_Variable_1) == 0x000010, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_bool_Variable_2) == 0x000014, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, Temp_bool_Variable_3) == 0x000015, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000030, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000034, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, K2Node_Select_Default) == 0x000038, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ApplySettings, K2Node_Select_Default_1) == 0x000039, "Member 'MainMenuV2_Settings_Gamepad_C_ApplySettings::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_ResetToDefaults \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_ResetToDefaults"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults) == 0x000020, "Wrong size on MainMenuV2_Settings_Gamepad_C_ResetToDefaults"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults, GameInstance) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_ResetToDefaults::GameInstance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Gamepad_C_ResetToDefaults::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'MainMenuV2_Settings_Gamepad_C_ResetToDefaults::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_ResetToDefaults, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainMenuV2_Settings_Gamepad_C_ResetToDefaults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_IsHaveChanges \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_IsHaveChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges) == 0x000005, "Wrong size on MainMenuV2_Settings_Gamepad_C_IsHaveChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges, HaveChanges) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_IsHaveChanges::HaveChanges' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'MainMenuV2_Settings_Gamepad_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'MainMenuV2_Settings_Gamepad_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'MainMenuV2_Settings_Gamepad_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_IsHaveChanges, CallFunc_BooleanOR_ReturnValue_3) == 0x000004, "Member 'MainMenuV2_Settings_Gamepad_C_IsHaveChanges::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef) == 0x000008, "Wrong size on MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef, SettingsMenuRef) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_SetSettingsMenuRef::SettingsMenuRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Gamepad_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Settings_Gamepad_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Gamepad_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Settings_Gamepad_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Settings_Gamepad_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Settings_Gamepad_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Settings_Gamepad_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Gamepad_C \ static_assert(alignof(UMainMenuV2_Settings_Gamepad_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Gamepad_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Gamepad_C) == 0x000320, "Wrong size on UMainMenuV2_Settings_Gamepad_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Gamepad_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Gamepad_InvertX) == 0x000268, "Member 'UMainMenuV2_Settings_Gamepad_C::Gamepad_InvertX' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Gamepad_InvertY) == 0x000270, "Member 'UMainMenuV2_Settings_Gamepad_C::Gamepad_InvertY' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Gamepad_Sensivity_X) == 0x000278, "Member 'UMainMenuV2_Settings_Gamepad_C::Gamepad_Sensivity_X' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Gamepad_Sensivity_Y) == 0x000280, "Member 'UMainMenuV2_Settings_Gamepad_C::Gamepad_Sensivity_Y' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Gamepad_Sensivity_Y_1) == 0x000288, "Member 'UMainMenuV2_Settings_Gamepad_C::Gamepad_Sensivity_Y_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget) == 0x000290, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_1) == 0x000298, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_2) == 0x0002A0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_3) == 0x0002A8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_4) == 0x0002B0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_5) == 0x0002B8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_5' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_6) == 0x0002C0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_6' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_7) == 0x0002C8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_7' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_8) == 0x0002D0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_8' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_9) == 0x0002D8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_9' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_10) == 0x0002E0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_10' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_11) == 0x0002E8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_11' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_12) == 0x0002F0, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_12' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_13) == 0x0002F8, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_13' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, KeyTooltipWidget_14) == 0x000300, "Member 'UMainMenuV2_Settings_Gamepad_C::KeyTooltipWidget_14' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, Settings_Menu_Ref) == 0x000308, "Member 'UMainMenuV2_Settings_Gamepad_C::Settings_Menu_Ref' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Gamepad_C, NavWidgets) == 0x000310, "Member 'UMainMenuV2_Settings_Gamepad_C::NavWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game \ static_assert(alignof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game) == 0x000428, "Wrong size on MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_text_Variable) == 0x000008, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_SteamGetPlayerNickname_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_SteamGetPlayerNickname_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_1) == 0x000038, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsEmpty_ReturnValue) == 0x000058, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_MakeArray_Array) == 0x0000A0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_text_Variable_1) == 0x0000B0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000E0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default) == 0x0000E8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_LinkToEpicGamesAccount_ReturnValue) == 0x000100, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_LinkToEpicGamesAccount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000108, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x000110, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_SteamIsAvailable_ReturnValue) == 0x000118, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_SteamIsAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_SteamIsAvailable_ReturnValue_1) == 0x000119, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_SteamIsAvailable_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_CanLinkToEpicGamesAccount_ReturnValue) == 0x00011A, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_CanLinkToEpicGamesAccount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_CanLinkToEpicGamesAccount_ReturnValue_1) == 0x00011B, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_CanLinkToEpicGamesAccount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_2) == 0x00011C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_byte_Variable) == 0x00011D, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_byte_Variable_1) == 0x00011E, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_3) == 0x00011F, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_4) == 0x000120, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_5) == 0x000121, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_6) == 0x000122, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_int_Variable) == 0x000124, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_int_Variable_1) == 0x000128, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue_4) == 0x000130, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetLoggedInUsername_ReturnValue) == 0x000138, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetLoggedInUsername_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_int_Loop_Counter_Variable) == 0x000148, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00014C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_MakeStruct_FormatArgumentData_1) == 0x000170, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Format_ReturnValue_1) == 0x0001C0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_1) == 0x0001D8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0001F0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_text_Variable_2) == 0x000200, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Array_Length_ReturnValue) == 0x000218, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Less_IntInt_ReturnValue) == 0x00021C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Event_Show) == 0x00021D, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_2) == 0x00021E, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x00021F, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstance_ReturnValue) == 0x000220, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_IsLeftBtnSelect_4) == 0x000228, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_IsLeftBtnSelect_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_Index_4) == 0x00022C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_Index_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_AsFGGame_Instance) == 0x000230, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_bSuccess) == 0x000238, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_int_Array_Index_Variable) == 0x00023C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Array_Get_Item) == 0x000240, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetDataTableRowFromName_OutRow) == 0x000248, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000260, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsValid_ReturnValue) == 0x000261, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000268, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_text_Variable_3) == 0x000280, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_7) == 0x000298, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_3) == 0x0002A0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Event_MyGeometry) == 0x0002B8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Event_InDeltaTime) == 0x0002F0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_byte_Variable_2) == 0x0002F4, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_byte_Variable_3) == 0x0002F5, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsDemo_ReturnValue) == 0x0002F6, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsDemo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Array_Add_ReturnValue) == 0x0002F8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_IntToString_ReturnValue) == 0x000300, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Concat_StrStr_ReturnValue) == 0x000310, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000320, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000330, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Array_Get_Item_1) == 0x000340, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000348, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_AsGamepad_Interface) == 0x000358, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_bSuccess_1) == 0x000368, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000370, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_bSuccess_2) == 0x000380, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_4) == 0x000381, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_5) == 0x000384, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_IsLeftBtnSelect_3) == 0x000388, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_IsLeftBtnSelect_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_Index_3) == 0x00038C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_Index_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_IntToBool_ReturnValue) == 0x000390, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetDisableCameraBobbing_ReturnValue) == 0x000391, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetDisableCameraBobbing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Not_PreBool_ReturnValue) == 0x000392, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000393, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_8) == 0x000394, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_IsLeftBtnSelect_2) == 0x000395, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_IsLeftBtnSelect_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_Index_2) == 0x000398, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsValid_ReturnValue_1) == 0x00039C, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x00039D, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetDisableCameraShakes_ReturnValue) == 0x00039E, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetDisableCameraShakes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsValid_ReturnValue_2) == 0x00039F, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003A0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_EqualEqual_BoolBool_ReturnValue_1) == 0x0003A1, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_EqualEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstance_ReturnValue_1) == 0x0003A8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstance_ReturnValue_2) == 0x0003B0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0003B8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_bSuccess_3) == 0x0003C0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x0003C8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_DynamicCast_bSuccess_4) == 0x0003D0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_IsLeftBtnSelect_1) == 0x0003D1, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_IsLeftBtnSelect_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_Index_1) == 0x0003D4, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x0003D8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetShouldSkipEquipAnimations_ReturnValue) == 0x0003D9, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetShouldSkipEquipAnimations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003DA, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0003DB, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetGameInstanceSubsystem_ReturnValue_5) == 0x0003E0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetGameInstanceSubsystem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_SteamIsAvailable_ReturnValue_2) == 0x0003E8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_SteamIsAvailable_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_9) == 0x0003E9, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_6) == 0x0003EA, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsValid_ReturnValue_3) == 0x0003EB, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_IsLeftBtnSelect) == 0x0003EC, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_ComponentBoundEvent_Index) == 0x0003F0, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_Conv_IntToBool_ReturnValue_3) == 0x0003F4, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_Conv_IntToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GetEnableMapTheme_ReturnValue) == 0x0003F5, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GetEnableMapTheme_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_bool_Variable_10) == 0x0003F6, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x0003F7, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, Temp_int_Variable_2) == 0x0003F8, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Select_Default_7) == 0x0003FC, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_EqualEqual_BoolBool_ReturnValue_2) == 0x0003FD, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_EqualEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_IsValid_ReturnValue_4) == 0x0003FE, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Event_IsHold_1) == 0x0003FF, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_Event_IsHold) == 0x000400, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, CallFunc_GPI_ShowGamepadMode_self_CastInput) == 0x000408, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::CallFunc_GPI_ShowGamepadMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game, K2Node_MakeArray_Array_2) == 0x000418, "Member 'MainMenuV2_Settings_Game_C_ExecuteUbergraph_MainMenuV2_Settings_Game::K2Node_MakeArray_Array_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Settings_Game_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Settings_Game_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Settings_Game_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Settings_Game_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_MapTheme_K2Node_ComponentBoundEvent_5_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_EquipAnimations_K2Node_ComponentBoundEvent_4_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraShakes_K2Node_ComponentBoundEvent_3_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_CameraBobbing_K2Node_ComponentBoundEvent_0_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_Tick \ static_assert(alignof(MainMenuV2_Settings_Game_C_Tick) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_Tick"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_Tick) == 0x00003C, "Wrong size on MainMenuV2_Settings_Game_C_Tick"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuV2_Settings_Game_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature \ static_assert(alignof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, IsLeftBtnSelect) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::IsLeftBtnSelect' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature, Index_0) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_BndEvt__MainMenuV2_Settings_Game_ShowTutorial_K2Node_ComponentBoundEvent_1_OnChange__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_ReadSettings \ static_assert(alignof(MainMenuV2_Settings_Game_C_ReadSettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_ReadSettings"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_ReadSettings) == 0x0000E8, "Wrong size on MainMenuV2_Settings_Game_C_ReadSettings"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable_1) == 0x000008, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable_2) == 0x00000C, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable_1) == 0x000010, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable_2) == 0x000011, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable_3) == 0x000012, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable_4) == 0x000013, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable_3) == 0x000014, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable_4) == 0x000018, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, K2Node_Select_Default) == 0x00001C, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000030, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_int_Variable_5) == 0x000034, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000038, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetEnableMapTheme_ReturnValue) == 0x00003C, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetEnableMapTheme_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue_1) == 0x000040, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetShouldSkipEquipAnimations_ReturnValue) == 0x000044, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetShouldSkipEquipAnimations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000045, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, Temp_bool_Variable_5) == 0x000046, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_BoolToInt_ReturnValue_2) == 0x000048, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_BoolToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetDisableCameraShakes_ReturnValue) == 0x00004C, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetDisableCameraShakes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004D, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, K2Node_Select_Default_1) == 0x000050, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetDisableCameraBobbing_ReturnValue) == 0x000054, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetDisableCameraBobbing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Not_PreBool_ReturnValue_2) == 0x000055, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, K2Node_Select_Default_2) == 0x000058, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetCulture_ReturnValue) == 0x000080, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_StringToName_ReturnValue) == 0x000090, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, CallFunc_Array_Find_ReturnValue) == 0x0000E0, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, K2Node_SwitchString_CmpSuccess) == 0x0000E4, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ReadSettings, K2Node_Select_Default_3) == 0x0000E5, "Member 'MainMenuV2_Settings_Game_C_ReadSettings::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_LanguageToIndex \ static_assert(alignof(MainMenuV2_Settings_Game_C_LanguageToIndex) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_LanguageToIndex"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_LanguageToIndex) == 0x000010, "Wrong size on MainMenuV2_Settings_Game_C_LanguageToIndex"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_LanguageToIndex, String) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_LanguageToIndex::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_ApplySettings \ static_assert(alignof(MainMenuV2_Settings_Game_C_ApplySettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_ApplySettings"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_ApplySettings) == 0x0000F0, "Wrong size on MainMenuV2_Settings_Game_C_ApplySettings"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_byte_Variable) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_byte_Variable_1) == 0x000005, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_byte_Variable_2) == 0x000006, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_bool_Variable) == 0x000007, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_bool_Variable_1) == 0x000008, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_bool_Variable_2) == 0x000009, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_bool_Variable_3) == 0x00000A, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_int_Variable_1) == 0x00000C, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, Temp_int_Variable_2) == 0x000010, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentValue) == 0x000018, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentIndex) == 0x000030, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue) == 0x000034, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentValue_1) == 0x000038, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentIndex_1) == 0x000050, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentIndex_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, K2Node_Select_Default) == 0x000054, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x000055, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x000056, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue_3) == 0x000058, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x000059, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_IntToBool_ReturnValue_4) == 0x00005A, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_IntToBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue_2) == 0x00005B, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentValue_2) == 0x000060, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetCurrentValue_CurrentIndex_2) == 0x000078, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetCurrentValue_CurrentIndex_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, K2Node_Select_Default_1) == 0x000090, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, K2Node_Select_Default_2) == 0x000094, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000098, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_GetDataTableColumnAsString_ReturnValue) == 0x0000A8, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_GetDataTableColumnAsString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Array_Find_ReturnValue) == 0x0000B8, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Array_Get_Item) == 0x0000BC, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_NameToString_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0000D8, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_SetCurrentLanguageAndLocale_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_SetCurrentLanguageAndLocale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_ApplySettings, CallFunc_SetCurrentCulture_ReturnValue) == 0x0000E9, "Member 'MainMenuV2_Settings_Game_C_ApplySettings::CallFunc_SetCurrentCulture_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GetIsChanged \ static_assert(alignof(MainMenuV2_Settings_Game_C_GetIsChanged) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GetIsChanged"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GetIsChanged) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_GetIsChanged"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, IsChanged) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::IsChanged' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_3) == 0x000004, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_4) == 0x000005, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_5) == 0x000006, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetIsChanged, CallFunc_BooleanOR_ReturnValue_6) == 0x000007, "Member 'MainMenuV2_Settings_Game_C_GetIsChanged::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_SetSettingsRef \ static_assert(alignof(MainMenuV2_Settings_Game_C_SetSettingsRef) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_SetSettingsRef"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_SetSettingsRef) == 0x000008, "Wrong size on MainMenuV2_Settings_Game_C_SetSettingsRef"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_SetSettingsRef, SettingsMenuRef) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_SetSettingsRef::SettingsMenuRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GetCulture \ static_assert(alignof(MainMenuV2_Settings_Game_C_GetCulture) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Game_C_GetCulture"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GetCulture) == 0x000040, "Wrong size on MainMenuV2_Settings_Game_C_GetCulture"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GetCulture::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000010, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_GetCurrentGameLanguage_ReturnValue) == 0x000028, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_GetCurrentGameLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_SetCurrentCulture_ReturnValue) == 0x000038, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_SetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_GetIsLanguageInitialized_ReturnValue) == 0x000039, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_GetIsLanguageInitialized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GetCulture, CallFunc_SetCurrentLanguageAndLocale_ReturnValue) == 0x00003A, "Member 'MainMenuV2_Settings_Game_C_GetCulture::CallFunc_SetCurrentLanguageAndLocale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Settings_Game_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Settings_Game_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Game_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Settings_Game_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Game_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Settings_Game_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Settings_Game_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Settings_Game_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Settings_Game_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Game_C \ static_assert(alignof(UMainMenuV2_Settings_Game_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Game_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Game_C) == 0x000318, "Wrong size on UMainMenuV2_Settings_Game_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Game_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, CameraBobbing) == 0x000268, "Member 'UMainMenuV2_Settings_Game_C::CameraBobbing' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, CameraShakes) == 0x000270, "Member 'UMainMenuV2_Settings_Game_C::CameraShakes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, ComboBox_AimMode) == 0x000278, "Member 'UMainMenuV2_Settings_Game_C::ComboBox_AimMode' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, ComboBox_AimType) == 0x000280, "Member 'UMainMenuV2_Settings_Game_C::ComboBox_AimType' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, ComboBox_Language) == 0x000288, "Member 'UMainMenuV2_Settings_Game_C::ComboBox_Language' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, EGSAccData) == 0x000290, "Member 'UMainMenuV2_Settings_Game_C::EGSAccData' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, EGSLoginBox) == 0x000298, "Member 'UMainMenuV2_Settings_Game_C::EGSLoginBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, EquipAnimations) == 0x0002A0, "Member 'UMainMenuV2_Settings_Game_C::EquipAnimations' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, FloatingWidget_Base) == 0x0002A8, "Member 'UMainMenuV2_Settings_Game_C::FloatingWidget_Base' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, Gamepad_X) == 0x0002B0, "Member 'UMainMenuV2_Settings_Game_C::Gamepad_X' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, Image_69) == 0x0002B8, "Member 'UMainMenuV2_Settings_Game_C::Image_69' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, LinkButtonText) == 0x0002C0, "Member 'UMainMenuV2_Settings_Game_C::LinkButtonText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, LinkEGSButton) == 0x0002C8, "Member 'UMainMenuV2_Settings_Game_C::LinkEGSButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, MapTheme) == 0x0002D0, "Member 'UMainMenuV2_Settings_Game_C::MapTheme' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, ShowTutorial) == 0x0002D8, "Member 'UMainMenuV2_Settings_Game_C::ShowTutorial' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, SteamAccData) == 0x0002E0, "Member 'UMainMenuV2_Settings_Game_C::SteamAccData' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, Settings_Menu_Ref) == 0x0002E8, "Member 'UMainMenuV2_Settings_Game_C::Settings_Menu_Ref' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, NavWidgets) == 0x0002F0, "Member 'UMainMenuV2_Settings_Game_C::NavWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, CurrentNavIndex) == 0x000300, "Member 'UMainMenuV2_Settings_Game_C::CurrentNavIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, As_FGGame_Instance) == 0x000308, "Member 'UMainMenuV2_Settings_Game_C::As_FGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Game_C, ShowTutor) == 0x000310, "Member 'UMainMenuV2_Settings_Game_C::ShowTutor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWoodLootOrb_C \ static_assert(alignof(AWoodLootOrb_C) == 0x000010, "Wrong alignment on AWoodLootOrb_C"); \ static_assert(sizeof(AWoodLootOrb_C) == 0x000850, "Wrong size on AWoodLootOrb_C"); \ #define DUMPER7_ASSERTS_GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator \ static_assert(alignof(GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator) == 0x000004, "Wrong alignment on GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator"); \ static_assert(sizeof(GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator) == 0x000008, "Wrong size on GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator"); \ static_assert(offsetof(GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator, EntryPoint) == 0x000000, "Member 'GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'GunProjectile_Annihilator_C_ExecuteUbergraph_GunProjectile_Annihilator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_Annihilator_C_SpawnTrailEffect \ static_assert(alignof(GunProjectile_Annihilator_C_SpawnTrailEffect) == 0x000010, "Wrong alignment on GunProjectile_Annihilator_C_SpawnTrailEffect"); \ static_assert(sizeof(GunProjectile_Annihilator_C_SpawnTrailEffect) == 0x000050, "Wrong size on GunProjectile_Annihilator_C_SpawnTrailEffect"); \ static_assert(offsetof(GunProjectile_Annihilator_C_SpawnTrailEffect, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'GunProjectile_Annihilator_C_SpawnTrailEffect::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Annihilator_C_SpawnTrailEffect, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'GunProjectile_Annihilator_C_SpawnTrailEffect::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Annihilator_C_SpawnTrailEffect, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'GunProjectile_Annihilator_C_SpawnTrailEffect::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_Annihilator_C_SpawnTrailEffect, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'GunProjectile_Annihilator_C_SpawnTrailEffect::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_Annihilator_C \ static_assert(alignof(AGunProjectile_Annihilator_C) == 0x000008, "Wrong alignment on AGunProjectile_Annihilator_C"); \ static_assert(sizeof(AGunProjectile_Annihilator_C) == 0x000510, "Wrong size on AGunProjectile_Annihilator_C"); \ static_assert(offsetof(AGunProjectile_Annihilator_C, UberGraphFrame) == 0x0004F0, "Member 'AGunProjectile_Annihilator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Annihilator_C, Annihilator_FMOD) == 0x0004F8, "Member 'AGunProjectile_Annihilator_C::Annihilator_FMOD' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Annihilator_C, trail) == 0x000500, "Member 'AGunProjectile_Annihilator_C::trail' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_Annihilator_C, NewTrail) == 0x000508, "Member 'AGunProjectile_Annihilator_C::NewTrail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget \ static_assert(alignof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget) == 0x000008, "Wrong alignment on MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget) == 0x0000D0, "Wrong size on MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, EntryPoint) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_struct_Variable) == 0x000008, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_struct_Variable_1) == 0x000020, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_bool_Variable) == 0x000038, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable) == 0x000039, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_1) == 0x00003A, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_bool_Variable_1) == 0x00003B, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_2) == 0x00003C, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_3) == 0x00003D, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_bool_Variable_2) == 0x00003E, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_4) == 0x000050, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_5) == 0x000051, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_bool_Variable_3) == 0x000052, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_6) == 0x000053, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, Temp_byte_Variable_7) == 0x000054, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Event_Type) == 0x000055, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Event_KeyText) == 0x000056, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Event_IsDesignTime) == 0x000057, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_SpawnObject_ReturnValue) == 0x000060, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000070, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000078, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Select_Default) == 0x000080, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Select_Default_1) == 0x000081, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_CustomEvent_IsChecked) == 0x000082, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_CustomEvent_IsChecked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_CustomEvent_IsGamepadNow) == 0x000083, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_GetPlayerController_ReturnValue_1) == 0x000088, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_GetHUD_ReturnValue) == 0x000090, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Select_Default_2) == 0x000098, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_DynamicCast_AsHUD_Ansora) == 0x0000A0, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_Select_Default_3) == 0x0000A9, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_IsChecked_ReturnValue) == 0x0000AA, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_IsChecked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0000AB, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000B0, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_GetHUD_ReturnValue_1) == 0x0000B8, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0000C0, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget, CallFunc_TextIsEmpty_ReturnValue) == 0x0000C9, "Member 'MainMenuV2_ModalWidget_C_ExecuteUbergraph_MainMenuV2_ModalWidget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_ModalWidget_C_SetGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ModalWidget_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_SetGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ModalWidget_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_OnChecked_Event_0 \ static_assert(alignof(MainMenuV2_ModalWidget_C_OnChecked_Event_0) == 0x000001, "Wrong alignment on MainMenuV2_ModalWidget_C_OnChecked_Event_0"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_OnChecked_Event_0) == 0x000001, "Wrong size on MainMenuV2_ModalWidget_C_OnChecked_Event_0"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnChecked_Event_0, IsChecked) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_OnChecked_Event_0::IsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_PreConstruct \ static_assert(alignof(MainMenuV2_ModalWidget_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ModalWidget_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ModalWidget_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_ModalWidget_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_ModalWidget_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_ModalWidget_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_ModalWidget_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_OnKeyDown \ static_assert(alignof(MainMenuV2_ModalWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_ModalWidget_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_OnKeyDown) == 0x000388, "Wrong size on MainMenuV2_ModalWidget_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000140, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000158, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000159, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00015A, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00015B, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x00015C, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000218, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x0002D0, "Member 'MainMenuV2_ModalWidget_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ModalWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ModalWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_OnMouseButtonDown) == 0x000258, "Wrong size on MainMenuV2_ModalWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x000238, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue_1) == 0x000240, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Ansora) == 0x000248, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess_1) == 0x000250, "Member 'MainMenuV2_ModalWidget_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ModalWidget_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_ModalWidget_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_ModalWidget_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_ModalWidget_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_ModalWidget_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_ModalWidget_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_ModalWidget_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ModalWidget_C \ static_assert(alignof(UMainMenuV2_ModalWidget_C) == 0x000008, "Wrong alignment on UMainMenuV2_ModalWidget_C"); \ static_assert(sizeof(UMainMenuV2_ModalWidget_C) == 0x0003B8, "Wrong size on UMainMenuV2_ModalWidget_C"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ModalWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, NewAnimation) == 0x000268, "Member 'UMainMenuV2_ModalWidget_C::NewAnimation' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, BodyBG) == 0x000270, "Member 'UMainMenuV2_ModalWidget_C::BodyBG' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, BodyBorder) == 0x000278, "Member 'UMainMenuV2_ModalWidget_C::BodyBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, BodyBox) == 0x000280, "Member 'UMainMenuV2_ModalWidget_C::BodyBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Chechbox_Box) == 0x000288, "Member 'UMainMenuV2_ModalWidget_C::Chechbox_Box' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Checkbox_Text) == 0x000290, "Member 'UMainMenuV2_ModalWidget_C::Checkbox_Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, DarkBackground) == 0x000298, "Member 'UMainMenuV2_ModalWidget_C::DarkBackground' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Gamepad_ButtonYes) == 0x0002A0, "Member 'UMainMenuV2_ModalWidget_C::Gamepad_ButtonYes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, HeaderBackground) == 0x0002A8, "Member 'UMainMenuV2_ModalWidget_C::HeaderBackground' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, HeaderBox) == 0x0002B0, "Member 'UMainMenuV2_ModalWidget_C::HeaderBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, HeaderText) == 0x0002B8, "Member 'UMainMenuV2_ModalWidget_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Help_Gamepad) == 0x0002C0, "Member 'UMainMenuV2_ModalWidget_C::Help_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Help_PC) == 0x0002C8, "Member 'UMainMenuV2_ModalWidget_C::Help_PC' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, KeyTooltipWidget) == 0x0002D0, "Member 'UMainMenuV2_ModalWidget_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, KeyTooltipWidget_271) == 0x0002D8, "Member 'UMainMenuV2_ModalWidget_C::KeyTooltipWidget_271' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, MainBox) == 0x0002E0, "Member 'UMainMenuV2_ModalWidget_C::MainBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, MainMenuV2_Checkbox) == 0x0002E8, "Member 'UMainMenuV2_ModalWidget_C::MainMenuV2_Checkbox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, MainPanel) == 0x0002F0, "Member 'UMainMenuV2_ModalWidget_C::MainPanel' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, NotifyText) == 0x0002F8, "Member 'UMainMenuV2_ModalWidget_C::NotifyText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, PC_ButtonNo) == 0x000300, "Member 'UMainMenuV2_ModalWidget_C::PC_ButtonNo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, PC_ButtonYes) == 0x000308, "Member 'UMainMenuV2_ModalWidget_C::PC_ButtonYes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, OnClickedYes) == 0x000310, "Member 'UMainMenuV2_ModalWidget_C::OnClickedYes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, OnClickedNo) == 0x000320, "Member 'UMainMenuV2_ModalWidget_C::OnClickedNo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, HeaderTitle) == 0x000330, "Member 'UMainMenuV2_ModalWidget_C::HeaderTitle' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, Text) == 0x000348, "Member 'UMainMenuV2_ModalWidget_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, GamepadController) == 0x000360, "Member 'UMainMenuV2_ModalWidget_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, UseCheckbox) == 0x000368, "Member 'UMainMenuV2_ModalWidget_C::UseCheckbox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, CheckBoxText) == 0x000370, "Member 'UMainMenuV2_ModalWidget_C::CheckBoxText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, DontUseNo) == 0x000388, "Member 'UMainMenuV2_ModalWidget_C::DontUseNo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, OnChecked) == 0x000390, "Member 'UMainMenuV2_ModalWidget_C::OnChecked' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ModalWidget_C, CustomYesButtonText) == 0x0003A0, "Member 'UMainMenuV2_ModalWidget_C::CustomYesButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget \ static_assert(alignof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget) == 0x000428, "Wrong size on MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, EntryPoint) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, Temp_int_Variable) == 0x000008, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EnumToTable_KeyInformation) == 0x000010, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EnumToTable_KeyInformation' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_DrawKeyName_Name) == 0x000068, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_DrawKeyName_Name' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_DrawKeyName_Name_1) == 0x000080, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_DrawKeyName_Name_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000098, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Conv_StringToName_ReturnValue) == 0x0000A8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_DrawKeyName_Name_2) == 0x0000B0, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_DrawKeyName_Name_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_GetAxisMapping_Bindings) == 0x0000C8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_GetAxisMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_GetActionMapping_Bindings) == 0x0000D8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_Select_Default) == 0x000138, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_Event_MyGeometry) == 0x000150, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_Event_MouseEvent_1) == 0x000188, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_Event_MouseEvent) == 0x0001F8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_Event_IsDesignTime) == 0x000268, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_CustomEvent_Key) == 0x000270, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000288, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Array_Get_Item_2) == 0x000298, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0002A0, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Array_Length_ReturnValue) == 0x0002A4, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0002A8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_CustomEvent_Action) == 0x0002A9, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_CustomEvent_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EnumToTable_KeyInformation_1) == 0x0002B0, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EnumToTable_KeyInformation_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_IsValid_ReturnValue) == 0x000308, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EnumToTable_KeyInformation_2) == 0x000310, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EnumToTable_KeyInformation_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EnumToTable_KeyInformation_3) == 0x000368, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EnumToTable_KeyInformation_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0003C0, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0003C1, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0003C2, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003C3, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_PlayEvent2D_ReturnValue) == 0x0003C8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0003D0, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_MakeStruct_SlateColor) == 0x0003D8, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget, K2Node_MakeStruct_SlateColor_1) == 0x000400, "Member 'MainMenuV2_KeyWidget_C_ExecuteUbergraph_MainMenuV2_KeyWidget::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_DrawFromActionMaping \ static_assert(alignof(MainMenuV2_KeyWidget_C_DrawFromActionMaping) == 0x000001, "Wrong alignment on MainMenuV2_KeyWidget_C_DrawFromActionMaping"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_DrawFromActionMaping) == 0x000001, "Wrong size on MainMenuV2_KeyWidget_C_DrawFromActionMaping"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawFromActionMaping, Action_0) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_DrawFromActionMaping::Action_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_SetNewKey \ static_assert(alignof(MainMenuV2_KeyWidget_C_SetNewKey) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_SetNewKey"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_SetNewKey) == 0x000018, "Wrong size on MainMenuV2_KeyWidget_C_SetNewKey"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_SetNewKey, Key) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_SetNewKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_PreConstruct \ static_assert(alignof(MainMenuV2_KeyWidget_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_KeyWidget_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_KeyWidget_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_KeyWidget_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_KeyWidget_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_KeyWidget_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_KeyWidget_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_KeyWidget_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_EnumToTable \ static_assert(alignof(MainMenuV2_KeyWidget_C_EnumToTable) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_EnumToTable"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_EnumToTable) == 0x0000D8, "Wrong size on MainMenuV2_KeyWidget_C_EnumToTable"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, Action_0) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::Action_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, KeyInformation) == 0x000008, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::KeyInformation' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, CallFunc_Conv_StringToName_ReturnValue) == 0x000070, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000078, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_EnumToTable, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D0, "Member 'MainMenuV2_KeyWidget_C_EnumToTable::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_KeyWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_OnMouseButtonDown) == 0x0002E8, "Wrong size on MainMenuV2_KeyWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_1) == 0x000230, "Member 'MainMenuV2_KeyWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_OnKeyDown \ static_assert(alignof(MainMenuV2_KeyWidget_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_OnKeyDown) == 0x0002B8, "Wrong size on MainMenuV2_KeyWidget_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000148, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000200, "Member 'MainMenuV2_KeyWidget_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping \ static_assert(alignof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping) == 0x000138, "Wrong size on MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_EnumToTable_KeyInformation) == 0x000008, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_EnumToTable_KeyInformation' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_Conv_StringToName_ReturnValue) == 0x000070, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, K2Node_MakeStruct_InputActionKeyMapping) == 0x000078, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::K2Node_MakeStruct_InputActionKeyMapping' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_GetAxisMapping_Bindings) == 0x0000A0, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_GetAxisMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_GetActionMapping_Bindings) == 0x0000B0, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping, K2Node_MakeStruct_InputAxisKeyMapping) == 0x000110, "Member 'MainMenuV2_KeyWidget_C_Apply_Key_if_need_Mapping::K2Node_MakeStruct_InputAxisKeyMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_CheckIsKeyBusy \ static_assert(alignof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_CheckIsKeyBusy"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy) == 0x000048, "Wrong size on MainMenuV2_KeyWidget_C_CheckIsKeyBusy"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, Key) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, ThisKeyWidget) == 0x000018, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::ThisKeyWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, IsBusy) == 0x000020, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::IsBusy' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, Temp_int_Array_Index_Variable) == 0x000024, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_Array_Get_Item) == 0x000038, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000041, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_CheckIsKeyBusy, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000042, "Member 'MainMenuV2_KeyWidget_C_CheckIsKeyBusy::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_KeyWidget_C_DrawKeyName \ static_assert(alignof(MainMenuV2_KeyWidget_C_DrawKeyName) == 0x000008, "Wrong alignment on MainMenuV2_KeyWidget_C_DrawKeyName"); \ static_assert(sizeof(MainMenuV2_KeyWidget_C_DrawKeyName) == 0x000090, "Wrong size on MainMenuV2_KeyWidget_C_DrawKeyName"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, Key) == 0x000000, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, Name_0) == 0x000018, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::Name_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, Temp_bool_Variable) == 0x000030, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000031, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000038, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000050, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_Key_IsMouseButton_ReturnValue) == 0x000051, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_Key_IsMouseButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x000052, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, Temp_text_Variable) == 0x000058, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, K2Node_Select_Default) == 0x000070, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000088, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000089, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00008A, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00008B, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00008C, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00008D, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_BooleanOR_ReturnValue) == 0x00008E, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_KeyWidget_C_DrawKeyName, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x00008F, "Member 'MainMenuV2_KeyWidget_C_DrawKeyName::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_KeyWidget_C \ static_assert(alignof(UMainMenuV2_KeyWidget_C) == 0x000008, "Wrong alignment on UMainMenuV2_KeyWidget_C"); \ static_assert(sizeof(UMainMenuV2_KeyWidget_C) == 0x000350, "Wrong size on UMainMenuV2_KeyWidget_C"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_KeyWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, ActionName) == 0x000268, "Member 'UMainMenuV2_KeyWidget_C::ActionName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, ActionName_1) == 0x000270, "Member 'UMainMenuV2_KeyWidget_C::ActionName_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, Border) == 0x000278, "Member 'UMainMenuV2_KeyWidget_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, BtnName) == 0x000280, "Member 'UMainMenuV2_KeyWidget_C::BtnName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, FloatingWidget_Base) == 0x000288, "Member 'UMainMenuV2_KeyWidget_C::FloatingWidget_Base' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, Input_KeyDisplay) == 0x000290, "Member 'UMainMenuV2_KeyWidget_C::Input_KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, InputKey) == 0x000298, "Member 'UMainMenuV2_KeyWidget_C::InputKey' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, InputKeyBack) == 0x0002A0, "Member 'UMainMenuV2_KeyWidget_C::InputKeyBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, KeyBack) == 0x0002A8, "Member 'UMainMenuV2_KeyWidget_C::KeyBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, KeyDisplay) == 0x0002B0, "Member 'UMainMenuV2_KeyWidget_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, MainBack) == 0x0002B8, "Member 'UMainMenuV2_KeyWidget_C::MainBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, TextBlock_313) == 0x0002C0, "Member 'UMainMenuV2_KeyWidget_C::TextBlock_313' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, Action) == 0x0002C8, "Member 'UMainMenuV2_KeyWidget_C::Action' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, ControlSettingsRef) == 0x0002D0, "Member 'UMainMenuV2_KeyWidget_C::ControlSettingsRef' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, IsListenInput) == 0x0002D8, "Member 'UMainMenuV2_KeyWidget_C::IsListenInput' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, IsChanged) == 0x0002D9, "Member 'UMainMenuV2_KeyWidget_C::IsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, OnCanceled) == 0x0002E0, "Member 'UMainMenuV2_KeyWidget_C::OnCanceled' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, KeySelect) == 0x0002F0, "Member 'UMainMenuV2_KeyWidget_C::KeySelect' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, IsCanReciveInput) == 0x000300, "Member 'UMainMenuV2_KeyWidget_C::IsCanReciveInput' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, OnClick) == 0x000308, "Member 'UMainMenuV2_KeyWidget_C::OnClick' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, ActionKey) == 0x000318, "Member 'UMainMenuV2_KeyWidget_C::ActionKey' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, IsMouseOn) == 0x000330, "Member 'UMainMenuV2_KeyWidget_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_KeyWidget_C, CurrentKey) == 0x000338, "Member 'UMainMenuV2_KeyWidget_C::CurrentKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalScroll_C_ExecuteUbergraph_VerticalScroll \ static_assert(alignof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll) == 0x000008, "Wrong alignment on VerticalScroll_C_ExecuteUbergraph_VerticalScroll"); \ static_assert(sizeof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll) == 0x0000C8, "Wrong size on VerticalScroll_C_ExecuteUbergraph_VerticalScroll"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, EntryPoint) == 0x000000, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_bool_Variable) == 0x000005, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable) == 0x000006, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_1) == 0x000007, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_bool_Variable_1) == 0x000008, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_2) == 0x000009, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_3) == 0x00000A, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_bool_Variable_2) == 0x00000B, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_4) == 0x00000C, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_5) == 0x00000D, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_byte_Variable_6) == 0x00000E, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_object_Variable) == 0x000010, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_object_Variable_1) == 0x000018, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_object_Variable_2) == 0x000020, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_object_Variable_3) == 0x000028, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, Temp_object_Variable_4) == 0x000030, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_Event_IsDesignTime) == 0x000038, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BreakVector2D_X) == 0x00003C, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_MakeVector2D_ReturnValue) == 0x000044, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetEffectMaterial_ReturnValue) == 0x000060, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetScrollOffset_ReturnValue) == 0x00006C, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetHUD_ReturnValue) == 0x000078, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_DynamicCast_AsHUD_Interface) == 0x000080, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000091, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_GetDesiredSize_ReturnValue) == 0x000094, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BreakVector2D_X_1) == 0x00009C, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BreakVector2D_Y_1) == 0x0000A0, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A4, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BooleanAND_ReturnValue) == 0x0000A5, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A6, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_Select_Default) == 0x0000A7, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_Select_Default_1) == 0x0000A8, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_Select_Default_2) == 0x0000A9, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0000AC, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, K2Node_Select_Default_3) == 0x0000B0, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B8, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_ExecuteUbergraph_VerticalScroll, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000C0, "Member 'VerticalScroll_C_ExecuteUbergraph_VerticalScroll::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalScroll_C_PreConstruct \ static_assert(alignof(VerticalScroll_C_PreConstruct) == 0x000001, "Wrong alignment on VerticalScroll_C_PreConstruct"); \ static_assert(sizeof(VerticalScroll_C_PreConstruct) == 0x000001, "Wrong size on VerticalScroll_C_PreConstruct"); \ static_assert(offsetof(VerticalScroll_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'VerticalScroll_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalScroll_C_OnScrolled \ static_assert(alignof(VerticalScroll_C_OnScrolled) == 0x000008, "Wrong alignment on VerticalScroll_C_OnScrolled"); \ static_assert(sizeof(VerticalScroll_C_OnScrolled) == 0x000038, "Wrong size on VerticalScroll_C_OnScrolled"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CurrentOffset) == 0x000000, "Member 'VerticalScroll_C_OnScrolled::CurrentOffset' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, LocalMaskMaterial) == 0x000008, "Member 'VerticalScroll_C_OnScrolled::LocalMaskMaterial' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'VerticalScroll_C_OnScrolled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Less_FloatFloat_ReturnValue) == 0x000012, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_GetEffectMaterial_ReturnValue) == 0x000018, "Member 'VerticalScroll_C_OnScrolled::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000020, "Member 'VerticalScroll_C_OnScrolled::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000028, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_GetScrollOffsetOfEnd_ReturnValue_1) == 0x00002C, "Member 'VerticalScroll_C_OnScrolled::CallFunc_GetScrollOffsetOfEnd_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000034, "Member 'VerticalScroll_C_OnScrolled::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_OnScrolled, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'VerticalScroll_C_OnScrolled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalScroll_C_Get_Scroll_Offset \ static_assert(alignof(VerticalScroll_C_Get_Scroll_Offset) == 0x000004, "Wrong alignment on VerticalScroll_C_Get_Scroll_Offset"); \ static_assert(sizeof(VerticalScroll_C_Get_Scroll_Offset) == 0x000018, "Wrong size on VerticalScroll_C_Get_Scroll_Offset"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, TargetOffset) == 0x000000, "Member 'VerticalScroll_C_Get_Scroll_Offset::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, Offset) == 0x000004, "Member 'VerticalScroll_C_Get_Scroll_Offset::Offset' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, CallFunc_GetScrollOffset_ReturnValue) == 0x000008, "Member 'VerticalScroll_C_Get_Scroll_Offset::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x00000C, "Member 'VerticalScroll_C_Get_Scroll_Offset::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'VerticalScroll_C_Get_Scroll_Offset::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_Get_Scroll_Offset, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'VerticalScroll_C_Get_Scroll_Offset::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalScroll_C_SetScrollOffset \ static_assert(alignof(VerticalScroll_C_SetScrollOffset) == 0x000004, "Wrong alignment on VerticalScroll_C_SetScrollOffset"); \ static_assert(sizeof(VerticalScroll_C_SetScrollOffset) == 0x000008, "Wrong size on VerticalScroll_C_SetScrollOffset"); \ static_assert(offsetof(VerticalScroll_C_SetScrollOffset, Offset) == 0x000000, "Member 'VerticalScroll_C_SetScrollOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(VerticalScroll_C_SetScrollOffset, CallFunc_Get_Scroll_Offset_Offset) == 0x000004, "Member 'VerticalScroll_C_SetScrollOffset::CallFunc_Get_Scroll_Offset_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVerticalScroll_C \ static_assert(alignof(UVerticalScroll_C) == 0x000008, "Wrong alignment on UVerticalScroll_C"); \ static_assert(sizeof(UVerticalScroll_C) == 0x0002D0, "Wrong size on UVerticalScroll_C"); \ static_assert(offsetof(UVerticalScroll_C, UberGraphFrame) == 0x000260, "Member 'UVerticalScroll_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, BottomContentPadding) == 0x000268, "Member 'UVerticalScroll_C::BottomContentPadding' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, GamepadHint) == 0x000270, "Member 'UVerticalScroll_C::GamepadHint' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, RetainerContainer) == 0x000278, "Member 'UVerticalScroll_C::RetainerContainer' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ScrollBarBackground) == 0x000280, "Member 'UVerticalScroll_C::ScrollBarBackground' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ScrollBox) == 0x000288, "Member 'UVerticalScroll_C::ScrollBox' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ScrollContent) == 0x000290, "Member 'UVerticalScroll_C::ScrollContent' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ScrollGamepadHint) == 0x000298, "Member 'UVerticalScroll_C::ScrollGamepadHint' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ScrollSizeBox) == 0x0002A0, "Member 'UVerticalScroll_C::ScrollSizeBox' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, TopContentPadding) == 0x0002A8, "Member 'UVerticalScroll_C::TopContentPadding' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, Size) == 0x0002B0, "Member 'UVerticalScroll_C::Size' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, GamepadStick) == 0x0002B8, "Member 'UVerticalScroll_C::GamepadStick' has a wrong offset!"); \ static_assert(offsetof(UVerticalScroll_C, ContentPadding) == 0x0002BC, "Member 'UVerticalScroll_C::ContentPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing \ static_assert(alignof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing) == 0x000008, "Wrong alignment on CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing"); \ static_assert(sizeof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing) == 0x000250, "Wrong size on CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, EntryPoint) == 0x000000, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_GetEquipInventoryComponent_ReturnValue) == 0x000008, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_GetEquipInventoryComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_object_Variable) == 0x000010, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_bool_Variable) == 0x000019, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_object_Variable_1) == 0x000020, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_object_Variable_2) == 0x000028, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_ResourceRequiment) == 0x000030, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_ResourceRequiment' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_TotalCount) == 0x000040, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_TotalCount' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_IsCustomMode) == 0x000044, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_IsCustomMode' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_object_Variable_3) == 0x000048, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_GetItemCountOfClass_ReturnValue) == 0x000050, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_Multiply_IntInt_ReturnValue) == 0x000054, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_IsEnabled) == 0x000098, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_IsEnabled' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_Select_Default) == 0x0000A0, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_SelectColor_ReturnValue) == 0x0000A8, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_SelectColor_ReturnValue_1) == 0x0000B8, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeStruct_SlateColor) == 0x0000C8, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_PlayAnimation_ReturnValue) == 0x0000F0, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_GetGameInstance_ReturnValue) == 0x0000F8, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_Avaliable) == 0x000100, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_Avaliable' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_CustomEvent_Requirements) == 0x000108, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_CustomEvent_Requirements' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_DynamicCast_AsFGGame_Instance) == 0x000118, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_GetResourceAmount_ReturnValue) == 0x000124, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_GetResourceAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeStruct_FormatArgumentData_1) == 0x000128, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeStruct_FormatArgumentData_2) == 0x000170, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001B0, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeArray_Array) == 0x0001F0, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_MakeArray_Array_1) == 0x000200, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_Format_ReturnValue) == 0x000210, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_Format_ReturnValue_1) == 0x000228, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000240, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, Temp_bool_Variable_1) == 0x000241, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing, K2Node_Select_Default_1) == 0x000248, "Member 'CraftV2_CostThing_C_ExecuteUbergraph_CraftV2_CostThing::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CraftV2_CostThing_C_DrawCustom \ static_assert(alignof(CraftV2_CostThing_C_DrawCustom) == 0x000008, "Wrong alignment on CraftV2_CostThing_C_DrawCustom"); \ static_assert(sizeof(CraftV2_CostThing_C_DrawCustom) == 0x000018, "Wrong size on CraftV2_CostThing_C_DrawCustom"); \ static_assert(offsetof(CraftV2_CostThing_C_DrawCustom, Avaliable) == 0x000000, "Member 'CraftV2_CostThing_C_DrawCustom::Avaliable' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_DrawCustom, Requirements) == 0x000008, "Member 'CraftV2_CostThing_C_DrawCustom::Requirements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CraftV2_CostThing_C_SetEnabled \ static_assert(alignof(CraftV2_CostThing_C_SetEnabled) == 0x000001, "Wrong alignment on CraftV2_CostThing_C_SetEnabled"); \ static_assert(sizeof(CraftV2_CostThing_C_SetEnabled) == 0x000001, "Wrong size on CraftV2_CostThing_C_SetEnabled"); \ static_assert(offsetof(CraftV2_CostThing_C_SetEnabled, IsEnabled_0) == 0x000000, "Member 'CraftV2_CostThing_C_SetEnabled::IsEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CraftV2_CostThing_C_Draw \ static_assert(alignof(CraftV2_CostThing_C_Draw) == 0x000008, "Wrong alignment on CraftV2_CostThing_C_Draw"); \ static_assert(sizeof(CraftV2_CostThing_C_Draw) == 0x000018, "Wrong size on CraftV2_CostThing_C_Draw"); \ static_assert(offsetof(CraftV2_CostThing_C_Draw, ResourceRequiment) == 0x000000, "Member 'CraftV2_CostThing_C_Draw::ResourceRequiment' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_Draw, TotalCount) == 0x000010, "Member 'CraftV2_CostThing_C_Draw::TotalCount' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_Draw, IsCustomMode) == 0x000014, "Member 'CraftV2_CostThing_C_Draw::IsCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CraftV2_CostThing_C_GetDepotInventory \ static_assert(alignof(CraftV2_CostThing_C_GetDepotInventory) == 0x000008, "Wrong alignment on CraftV2_CostThing_C_GetDepotInventory"); \ static_assert(sizeof(CraftV2_CostThing_C_GetDepotInventory) == 0x000020, "Wrong size on CraftV2_CostThing_C_GetDepotInventory"); \ static_assert(offsetof(CraftV2_CostThing_C_GetDepotInventory, ReturnValue) == 0x000000, "Member 'CraftV2_CostThing_C_GetDepotInventory::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_GetDepotInventory, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'CraftV2_CostThing_C_GetDepotInventory::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_GetDepotInventory, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'CraftV2_CostThing_C_GetDepotInventory::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(CraftV2_CostThing_C_GetDepotInventory, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'CraftV2_CostThing_C_GetDepotInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCraftV2_CostThing_C \ static_assert(alignof(UCraftV2_CostThing_C) == 0x000008, "Wrong alignment on UCraftV2_CostThing_C"); \ static_assert(sizeof(UCraftV2_CostThing_C) == 0x0002B8, "Wrong size on UCraftV2_CostThing_C"); \ static_assert(offsetof(UCraftV2_CostThing_C, UberGraphFrame) == 0x000260, "Member 'UCraftV2_CostThing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Blink) == 0x000268, "Member 'UCraftV2_CostThing_C::Blink' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Back) == 0x000270, "Member 'UCraftV2_CostThing_C::Back' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, CanvasPanel_0) == 0x000278, "Member 'UCraftV2_CostThing_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Count) == 0x000280, "Member 'UCraftV2_CostThing_C::Count' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Hover) == 0x000288, "Member 'UCraftV2_CostThing_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Icon) == 0x000290, "Member 'UCraftV2_CostThing_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, Label) == 0x000298, "Member 'UCraftV2_CostThing_C::Label' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, IsEnabled) == 0x0002A0, "Member 'UCraftV2_CostThing_C::IsEnabled' has a wrong offset!"); \ static_assert(offsetof(UCraftV2_CostThing_C, NoResources) == 0x0002A8, "Member 'UCraftV2_CostThing_C::NoResources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_BugTankMelee_C \ static_assert(alignof(UDamageType_BugTankMelee_C) == 0x000008, "Wrong alignment on UDamageType_BugTankMelee_C"); \ static_assert(sizeof(UDamageType_BugTankMelee_C) == 0x000058, "Wrong size on UDamageType_BugTankMelee_C"); \ #define DUMPER7_ASSERTS_UGOAP_WorldState_Base_C \ static_assert(alignof(UGOAP_WorldState_Base_C) == 0x000008, "Wrong alignment on UGOAP_WorldState_Base_C"); \ static_assert(sizeof(UGOAP_WorldState_Base_C) == 0x000088, "Wrong size on UGOAP_WorldState_Base_C"); \ #define DUMPER7_ASSERTS_AWagonModule_Amber_C \ static_assert(alignof(AWagonModule_Amber_C) == 0x000008, "Wrong alignment on AWagonModule_Amber_C"); \ static_assert(sizeof(AWagonModule_Amber_C) == 0x0005D0, "Wrong size on AWagonModule_Amber_C"); \ #define DUMPER7_ASSERTS_ALL_MinerT4_C \ static_assert(alignof(ALL_MinerT4_C) == 0x000008, "Wrong alignment on ALL_MinerT4_C"); \ static_assert(sizeof(ALL_MinerT4_C) == 0x000248, "Wrong size on ALL_MinerT4_C"); \ static_assert(offsetof(ALL_MinerT4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_MinerT4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_MinerT3_C \ static_assert(alignof(ALL_MinerT3_C) == 0x000008, "Wrong alignment on ALL_MinerT3_C"); \ static_assert(sizeof(ALL_MinerT3_C) == 0x000248, "Wrong size on ALL_MinerT3_C"); \ static_assert(offsetof(ALL_MinerT3_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_MinerT3_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_MinerT2_C \ static_assert(alignof(ALL_MinerT2_C) == 0x000008, "Wrong alignment on ALL_MinerT2_C"); \ static_assert(sizeof(ALL_MinerT2_C) == 0x000248, "Wrong size on ALL_MinerT2_C"); \ static_assert(offsetof(ALL_MinerT2_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_MinerT2_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkMoveStuck_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkMoveStuck_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkMoveStuck_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkMoveStuck_C_PerformConditionCheck) == 0x000048, "Wrong size on HTN_SharkMoveStuck_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, Temp_int_Variable) == 0x00001C, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_GetVelocity_ReturnValue) == 0x000020, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x000039, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_GetMoveStatus_ReturnValue) == 0x00003A, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003B, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkMoveStuck_C_PerformConditionCheck, CallFunc_Greater_IntInt_ReturnValue) == 0x000041, "Member 'HTN_SharkMoveStuck_C_PerformConditionCheck::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkMoveStuck_C \ static_assert(alignof(UHTN_SharkMoveStuck_C) == 0x000008, "Wrong alignment on UHTN_SharkMoveStuck_C"); \ static_assert(sizeof(UHTN_SharkMoveStuck_C) == 0x000088, "Wrong size on UHTN_SharkMoveStuck_C"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR75_Tier4_C \ static_assert(alignof(ALL_NPCFoodRequest_WR75_Tier4_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR75_Tier4_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR75_Tier4_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR75_Tier4_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR75_Tier4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR75_Tier4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR75_Tier1_C \ static_assert(alignof(ALL_NPCFoodRequest_WR75_Tier1_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR75_Tier1_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR75_Tier1_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR75_Tier1_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR75_Tier1_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR75_Tier1_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR10_Tier4_C \ static_assert(alignof(ALL_NPCFoodRequest_WR10_Tier4_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR10_Tier4_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR10_Tier4_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR10_Tier4_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR10_Tier4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR10_Tier4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALL_NPCFoodRequest_WR0_Tier4_C \ static_assert(alignof(ALL_NPCFoodRequest_WR0_Tier4_C) == 0x000008, "Wrong alignment on ALL_NPCFoodRequest_WR0_Tier4_C"); \ static_assert(sizeof(ALL_NPCFoodRequest_WR0_Tier4_C) == 0x000248, "Wrong size on ALL_NPCFoodRequest_WR0_Tier4_C"); \ static_assert(offsetof(ALL_NPCFoodRequest_WR0_Tier4_C, DefaultSceneRoot) == 0x000240, "Member 'ALL_NPCFoodRequest_WR0_Tier4_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_LookCloserSettings \ static_assert(alignof(FS_LookCloserSettings) == 0x000004, "Wrong alignment on FS_LookCloserSettings"); \ static_assert(sizeof(FS_LookCloserSettings) == 0x000008, "Wrong size on FS_LookCloserSettings"); \ static_assert(offsetof(FS_LookCloserSettings, bCompleteOnLookTarget_8_96026B6341168FDF90A4ED9C3D6BE5E1) == 0x000000, "Member 'FS_LookCloserSettings::bCompleteOnLookTarget_8_96026B6341168FDF90A4ED9C3D6BE5E1' has a wrong offset!"); \ static_assert(offsetof(FS_LookCloserSettings, bDoVisibilityTrace_3_A082DB18424DB2899E06EAA9E9D35FB1) == 0x000001, "Member 'FS_LookCloserSettings::bDoVisibilityTrace_3_A082DB18424DB2899E06EAA9E9D35FB1' has a wrong offset!"); \ static_assert(offsetof(FS_LookCloserSettings, LookCloserTreshold_7_2E6235244C3AE8F668ACA99AA9B32BCB) == 0x000004, "Member 'FS_LookCloserSettings::LookCloserTreshold_7_2E6235244C3AE8F668ACA99AA9B32BCB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_LookCloser_C_GetLookCloserSettings \ static_assert(alignof(BPI_LookCloser_C_GetLookCloserSettings) == 0x000004, "Wrong alignment on BPI_LookCloser_C_GetLookCloserSettings"); \ static_assert(sizeof(BPI_LookCloser_C_GetLookCloserSettings) == 0x000008, "Wrong size on BPI_LookCloser_C_GetLookCloserSettings"); \ static_assert(offsetof(BPI_LookCloser_C_GetLookCloserSettings, LookCloserSettings) == 0x000000, "Member 'BPI_LookCloser_C_GetLookCloserSettings::LookCloserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_LookCloser_C \ static_assert(alignof(IBPI_LookCloser_C) == 0x000001, "Wrong alignment on IBPI_LookCloser_C"); \ static_assert(sizeof(IBPI_LookCloser_C) == 0x000001, "Wrong size on IBPI_LookCloser_C"); \ #define DUMPER7_ASSERTS_GenericWagon_C_ExecuteUbergraph_GenericWagon \ static_assert(alignof(GenericWagon_C_ExecuteUbergraph_GenericWagon) == 0x000008, "Wrong alignment on GenericWagon_C_ExecuteUbergraph_GenericWagon"); \ static_assert(sizeof(GenericWagon_C_ExecuteUbergraph_GenericWagon) == 0x000518, "Wrong size on GenericWagon_C_ExecuteUbergraph_GenericWagon"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, EntryPoint) == 0x000000, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_2) == 0x000014, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_3) == 0x000020, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_3) == 0x000024, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_2) == 0x00002C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000032, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_3) == 0x000034, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000038, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x00004C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_1) == 0x00004D, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_4) == 0x000050, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_4) == 0x000054, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_4) == 0x000058, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_5) == 0x00005C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_5) == 0x000060, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_6) == 0x000064, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_6) == 0x000068, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_5) == 0x00006C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_6) == 0x000070, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000074, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000075, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_2) == 0x000076, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_7) == 0x000078, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_7) == 0x00007C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_7) == 0x000080, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_8) == 0x000084, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x000088, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_8) == 0x00008C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_9) == 0x000090, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_8) == 0x000094, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_9) == 0x000098, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_10) == 0x00009C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_10) == 0x0000A0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_bool_True_if_break_was_hit_Variable) == 0x0000A4, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_9) == 0x0000A8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Not_PreBool_ReturnValue) == 0x0000AC, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_10) == 0x0000B0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x0000B4, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x0000B5, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_3) == 0x0000B6, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_11) == 0x0000B8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_11) == 0x0000BC, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_11) == 0x0000C0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_12) == 0x0000C4, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000C8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000D0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_12) == 0x0000DC, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_HaveQuest_ReturnValue) == 0x0000E0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_HaveQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetTrain_ReturnValue) == 0x0000E8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_13) == 0x0000F0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_IsValid_ReturnValue) == 0x0000F4, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_13) == 0x0000F8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetLastWagon_ReturnValue) == 0x000100, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetLastWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetMovementDirection_ReturnValue) == 0x000108, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetMovementDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_12) == 0x00010C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000110, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x000111, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_10) == 0x000112, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_4) == 0x000113, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000114, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Greater_IntInt_ReturnValue) == 0x00011C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item) == 0x000120, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_1) == 0x000198, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_1) == 0x000210, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue) == 0x000214, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_2) == 0x000218, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_1) == 0x00021C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_3) == 0x000220, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_11) == 0x000224, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_13) == 0x000228, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_12) == 0x00022C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_13) == 0x00022D, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_5) == 0x00022E, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_2) == 0x000230, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_4) == 0x000258, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_2) == 0x00025C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue) == 0x00025D, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_1) == 0x00025E, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_2) == 0x00025F, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_14) == 0x000260, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_5) == 0x000264, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Subtract_IntInt_ReturnValue) == 0x000268, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_3) == 0x000270, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_15) == 0x0002E8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002E9, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002EA, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002EB, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0002EC, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_6) == 0x0002F0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002F4, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_4) == 0x0002F8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_5) == 0x000300, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_7) == 0x000308, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_8) == 0x00030C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_4) == 0x000310, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_6) == 0x000318, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_9) == 0x000320, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_10) == 0x000324, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_5) == 0x000328, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_6) == 0x000329, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_7) == 0x000330, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_8) == 0x000338, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_11) == 0x000340, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_12) == 0x000344, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_7) == 0x000348, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_9) == 0x000350, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_13) == 0x000358, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_14) == 0x00035C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_8) == 0x000360, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_9) == 0x000361, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_14) == 0x000364, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_10) == 0x000368, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_10) == 0x000390, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000391, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_16) == 0x000392, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_14) == 0x000394, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_15) == 0x000398, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_11) == 0x00039C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Not_PreBool_ReturnValue_1) == 0x00039D, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Not_PreBool_ReturnValue_2) == 0x00039E, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_14) == 0x0003A0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_11) == 0x0003A8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_17) == 0x0003B0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_18) == 0x0003B1, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_6) == 0x0003B2, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_12) == 0x0003B8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_13) == 0x0003E0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_19) == 0x000458, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000459, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_4) == 0x00045A, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_5) == 0x00045B, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_16) == 0x00045C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_17) == 0x000460, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_12) == 0x000464, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000465, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_18) == 0x000468, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_13) == 0x00046C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanAND_ReturnValue) == 0x00046D, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_ComponentBoundEvent_NewSignificance) == 0x00046E, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_MakeArray_Array) == 0x000470, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_14) == 0x000480, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_6) == 0x000488, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Length_ReturnValue_19) == 0x00048C, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Loop_Counter_Variable_15) == 0x000490, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_14) == 0x000494, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Less_IntInt_ReturnValue_15) == 0x000495, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Add_IntInt_ReturnValue_15) == 0x000498, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetTrain_ReturnValue_1) == 0x0004A0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_IsValid_ReturnValue_1) == 0x0004A8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetCategory_ReturnValue) == 0x0004A9, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0004AA, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue) == 0x0004B0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_7) == 0x0004B8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_1) == 0x0004C0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_8) == 0x0004C8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_2) == 0x0004D0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, Temp_int_Array_Index_Variable_15) == 0x0004D8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_9) == 0x0004DC, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_Array_Get_Item_15) == 0x0004E0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_20) == 0x0004E8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_EqualEqual_IntInt_ReturnValue_21) == 0x0004E9, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_EqualEqual_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_BooleanOR_ReturnValue_7) == 0x0004EA, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_3) == 0x0004F0, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetSignificanceCollisionLODMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_SetStaticMesh_ReturnValue_10) == 0x0004F8, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_SetStaticMesh_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetSignificance_ReturnValue) == 0x0004F9, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_SwitchEnum_CmpSuccess) == 0x0004FA, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000500, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000508, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_ExecuteUbergraph_GenericWagon, K2Node_DynamicCast_bSuccess_1) == 0x000510, "Member 'GenericWagon_C_ExecuteUbergraph_GenericWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'GenericWagon_C_BndEvt__GenericWagon_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_CanStartWallProject \ static_assert(alignof(GenericWagon_C_CanStartWallProject) == 0x000008, "Wrong alignment on GenericWagon_C_CanStartWallProject"); \ static_assert(sizeof(GenericWagon_C_CanStartWallProject) == 0x000050, "Wrong size on GenericWagon_C_CanStartWallProject"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, WallMesh) == 0x000000, "Member 'GenericWagon_C_CanStartWallProject::WallMesh' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, RecipeID) == 0x000008, "Member 'GenericWagon_C_CanStartWallProject::RecipeID' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, ReturnValue) == 0x00000C, "Member 'GenericWagon_C_CanStartWallProject::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericWagon_C_CanStartWallProject::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'GenericWagon_C_CanStartWallProject::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericWagon_C_CanStartWallProject::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'GenericWagon_C_CanStartWallProject::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, CallFunc_Array_Get_Item) == 0x000020, "Member 'GenericWagon_C_CanStartWallProject::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'GenericWagon_C_CanStartWallProject::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_CanStartWallProject, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000049, "Member 'GenericWagon_C_CanStartWallProject::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_GetArmorWallStaticMeshesEvent \ static_assert(alignof(GenericWagon_C_GetArmorWallStaticMeshesEvent) == 0x000008, "Wrong alignment on GenericWagon_C_GetArmorWallStaticMeshesEvent"); \ static_assert(sizeof(GenericWagon_C_GetArmorWallStaticMeshesEvent) == 0x0000C0, "Wrong size on GenericWagon_C_GetArmorWallStaticMeshesEvent"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, ReturnValue) == 0x000000, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, K2Node_MakeArray_Array) == 0x000020, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000B0, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_GetArmorWallStaticMeshesEvent, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'GenericWagon_C_GetArmorWallStaticMeshesEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_RotateWheels \ static_assert(alignof(GenericWagon_C_RotateWheels) == 0x000008, "Wrong alignment on GenericWagon_C_RotateWheels"); \ static_assert(sizeof(GenericWagon_C_RotateWheels) == 0x000040, "Wrong size on GenericWagon_C_RotateWheels"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'GenericWagon_C_RotateWheels::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericWagon_C_RotateWheels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'GenericWagon_C_RotateWheels::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'GenericWagon_C_RotateWheels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_GetSignificance_ReturnValue) == 0x000010, "Member 'GenericWagon_C_RotateWheels::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericWagon_C_RotateWheels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'GenericWagon_C_RotateWheels::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_GetWheels_Wheels) == 0x000020, "Member 'GenericWagon_C_RotateWheels::CallFunc_GetWheels_Wheels' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericWagon_C_RotateWheels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericWagon_C_RotateWheels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_WasRecentlyRendered_ReturnValue) == 0x00003C, "Member 'GenericWagon_C_RotateWheels::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'GenericWagon_C_RotateWheels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'GenericWagon_C_RotateWheels::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_RotateWheels, CallFunc_BooleanAND_ReturnValue_1) == 0x00003F, "Member 'GenericWagon_C_RotateWheels::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_DirectCouplings \ static_assert(alignof(GenericWagon_C_DirectCouplings) == 0x000001, "Wrong alignment on GenericWagon_C_DirectCouplings"); \ static_assert(sizeof(GenericWagon_C_DirectCouplings) == 0x000006, "Wrong size on GenericWagon_C_DirectCouplings"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_GetSignificance_ReturnValue) == 0x000000, "Member 'GenericWagon_C_DirectCouplings::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000001, "Member 'GenericWagon_C_DirectCouplings::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'GenericWagon_C_DirectCouplings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_WasRecentlyRendered_ReturnValue_1) == 0x000003, "Member 'GenericWagon_C_DirectCouplings::CallFunc_WasRecentlyRendered_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'GenericWagon_C_DirectCouplings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DirectCouplings, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'GenericWagon_C_DirectCouplings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWagon_C_DestroySharkAnchors \ static_assert(alignof(GenericWagon_C_DestroySharkAnchors) == 0x000008, "Wrong alignment on GenericWagon_C_DestroySharkAnchors"); \ static_assert(sizeof(GenericWagon_C_DestroySharkAnchors) == 0x000038, "Wrong size on GenericWagon_C_DestroySharkAnchors"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericWagon_C_DestroySharkAnchors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericWagon_C_DestroySharkAnchors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericWagon_C_DestroySharkAnchors, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000032, "Member 'GenericWagon_C_DestroySharkAnchors::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWagon_C \ static_assert(alignof(AGenericWagon_C) == 0x000010, "Wrong alignment on AGenericWagon_C"); \ static_assert(sizeof(AGenericWagon_C) == 0x000E00, "Wrong size on AGenericWagon_C"); \ static_assert(offsetof(AGenericWagon_C, UberGraphFrame_GenericWagon_C) == 0x000D80, "Member 'AGenericWagon_C::UberGraphFrame_GenericWagon_C' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, FGSignificance) == 0x000D88, "Member 'AGenericWagon_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline_B_R) == 0x000D90, "Member 'AGenericWagon_C::JumpSpline_B_R' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline_B_L) == 0x000D98, "Member 'AGenericWagon_C::JumpSpline_B_L' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline_F_L) == 0x000DA0, "Member 'AGenericWagon_C::JumpSpline_F_L' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline_F_R) == 0x000DA8, "Member 'AGenericWagon_C::JumpSpline_F_R' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline4) == 0x000DB0, "Member 'AGenericWagon_C::JumpSpline4' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline3) == 0x000DB8, "Member 'AGenericWagon_C::JumpSpline3' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline2) == 0x000DC0, "Member 'AGenericWagon_C::JumpSpline2' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, JumpSpline1) == 0x000DC8, "Member 'AGenericWagon_C::JumpSpline1' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, MeshDB) == 0x000DD0, "Member 'AGenericWagon_C::MeshDB' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, bfound) == 0x000DE0, "Member 'AGenericWagon_C::bfound' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, bCanStartWall) == 0x000DE1, "Member 'AGenericWagon_C::bCanStartWall' has a wrong offset!"); \ static_assert(offsetof(AGenericWagon_C, CurrentArmorWallMeshes) == 0x000DE8, "Member 'AGenericWagon_C::CurrentArmorWallMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Stock_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Stock_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Stock_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Stock_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Stock_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Stock_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Stock_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Stock_C \ static_assert(alignof(AGenericWeaponModule_Stock_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Stock_C"); \ static_assert(sizeof(AGenericWeaponModule_Stock_C) == 0x000460, "Wrong size on AGenericWeaponModule_Stock_C"); \ #define DUMPER7_ASSERTS_WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator \ static_assert(alignof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator) == 0x000008, "Wrong alignment on WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator"); \ static_assert(sizeof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator) == 0x000028, "Wrong size on WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator"); \ static_assert(offsetof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator, EntryPoint) == 0x000000, "Member 'WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator, K2Node_CustomEvent_NPC) == 0x000018, "Member 'WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator::K2Node_CustomEvent_NPC' has a wrong offset!"); \ static_assert(offsetof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator, K2Node_CustomEvent_Type) == 0x000020, "Member 'WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WorkerStatusIndicator_C_ExecuteUbergraph_WorkerStatusIndicator::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerStatusIndicator_C_OnStatusIconChanged \ static_assert(alignof(WorkerStatusIndicator_C_OnStatusIconChanged) == 0x000001, "Wrong alignment on WorkerStatusIndicator_C_OnStatusIconChanged"); \ static_assert(sizeof(WorkerStatusIndicator_C_OnStatusIconChanged) == 0x000001, "Wrong size on WorkerStatusIndicator_C_OnStatusIconChanged"); \ static_assert(offsetof(WorkerStatusIndicator_C_OnStatusIconChanged, Type) == 0x000000, "Member 'WorkerStatusIndicator_C_OnStatusIconChanged::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorkerStatusIndicator_C_Init \ static_assert(alignof(WorkerStatusIndicator_C_Init) == 0x000008, "Wrong alignment on WorkerStatusIndicator_C_Init"); \ static_assert(sizeof(WorkerStatusIndicator_C_Init) == 0x000008, "Wrong size on WorkerStatusIndicator_C_Init"); \ static_assert(offsetof(WorkerStatusIndicator_C_Init, NPC) == 0x000000, "Member 'WorkerStatusIndicator_C_Init::NPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorkerStatusIndicator_C \ static_assert(alignof(UWorkerStatusIndicator_C) == 0x000008, "Wrong alignment on UWorkerStatusIndicator_C"); \ static_assert(sizeof(UWorkerStatusIndicator_C) == 0x000288, "Wrong size on UWorkerStatusIndicator_C"); \ static_assert(offsetof(UWorkerStatusIndicator_C, UberGraphFrame) == 0x000260, "Member 'UWorkerStatusIndicator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWorkerStatusIndicator_C, BG) == 0x000268, "Member 'UWorkerStatusIndicator_C::BG' has a wrong offset!"); \ static_assert(offsetof(UWorkerStatusIndicator_C, Border) == 0x000270, "Member 'UWorkerStatusIndicator_C::Border' has a wrong offset!"); \ static_assert(offsetof(UWorkerStatusIndicator_C, Glow_BG) == 0x000278, "Member 'UWorkerStatusIndicator_C::Glow_BG' has a wrong offset!"); \ static_assert(offsetof(UWorkerStatusIndicator_C, Icon) == 0x000280, "Member 'UWorkerStatusIndicator_C::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner \ static_assert(alignof(RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner) == 0x000004, "Wrong alignment on RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner"); \ static_assert(sizeof(RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner) == 0x000004, "Wrong size on RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner"); \ static_assert(offsetof(RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner, EntryPoint) == 0x000000, "Member 'RofleemoSpecComponent_Miner_C_ExecuteUbergraph_RofleemoSpecComponent_Miner::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Miner_C_GenerateNestLoot \ static_assert(alignof(RofleemoSpecComponent_Miner_C_GenerateNestLoot) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Miner_C_GenerateNestLoot"); \ static_assert(sizeof(RofleemoSpecComponent_Miner_C_GenerateNestLoot) == 0x000028, "Wrong size on RofleemoSpecComponent_Miner_C_GenerateNestLoot"); \ static_assert(offsetof(RofleemoSpecComponent_Miner_C_GenerateNestLoot, LootLists) == 0x000000, "Member 'RofleemoSpecComponent_Miner_C_GenerateNestLoot::LootLists' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Miner_C_GenerateNestLoot, SingleItemLists) == 0x000010, "Member 'RofleemoSpecComponent_Miner_C_GenerateNestLoot::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Miner_C_GenerateNestLoot, Inventory) == 0x000020, "Member 'RofleemoSpecComponent_Miner_C_GenerateNestLoot::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoSpecComponent_Miner_C \ static_assert(alignof(URofleemoSpecComponent_Miner_C) == 0x000008, "Wrong alignment on URofleemoSpecComponent_Miner_C"); \ static_assert(sizeof(URofleemoSpecComponent_Miner_C) == 0x000138, "Wrong size on URofleemoSpecComponent_Miner_C"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, UberGraphFrame_RofleemoSpecComponent_Miner_C) == 0x0000E0, "Member 'URofleemoSpecComponent_Miner_C::UberGraphFrame_RofleemoSpecComponent_Miner_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, LLTier1) == 0x0000E8, "Member 'URofleemoSpecComponent_Miner_C::LLTier1' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, LLTier2) == 0x0000F8, "Member 'URofleemoSpecComponent_Miner_C::LLTier2' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, LLTier3) == 0x000108, "Member 'URofleemoSpecComponent_Miner_C::LLTier3' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, LLTier4) == 0x000118, "Member 'URofleemoSpecComponent_Miner_C::LLTier4' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Miner_C, LLTier5) == 0x000128, "Member 'URofleemoSpecComponent_Miner_C::LLTier5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo \ static_assert(alignof(AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo) == 0x000008, "Wrong alignment on AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo) == 0x000018, "Wrong size on AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo, EntryPoint) == 0x000000, "Member 'AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo, K2Node_CustomEvent_SignaledRofleemo) == 0x000008, "Member 'AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo::K2Node_CustomEvent_SignaledRofleemo' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'AIGroupModule_Roflimo_C_ExecuteUbergraph_AIGroupModule_Roflimo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_FrontSignal \ static_assert(alignof(AIGroupModule_Roflimo_C_FrontSignal) == 0x000008, "Wrong alignment on AIGroupModule_Roflimo_C_FrontSignal"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_FrontSignal) == 0x000008, "Wrong size on AIGroupModule_Roflimo_C_FrontSignal"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_FrontSignal, SignaledRofleemo) == 0x000000, "Member 'AIGroupModule_Roflimo_C_FrontSignal::SignaledRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_ReceiveTick \ static_assert(alignof(AIGroupModule_Roflimo_C_ReceiveTick) == 0x000004, "Wrong alignment on AIGroupModule_Roflimo_C_ReceiveTick"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_ReceiveTick) == 0x000004, "Wrong size on AIGroupModule_Roflimo_C_ReceiveTick"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AIGroupModule_Roflimo_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_SpraySignal \ static_assert(alignof(AIGroupModule_Roflimo_C_SpraySignal) == 0x000008, "Wrong alignment on AIGroupModule_Roflimo_C_SpraySignal"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_SpraySignal) == 0x000008, "Wrong size on AIGroupModule_Roflimo_C_SpraySignal"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_SpraySignal, CalledRofleemo) == 0x000000, "Member 'AIGroupModule_Roflimo_C_SpraySignal::CalledRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_SortByDistance \ static_assert(alignof(AIGroupModule_Roflimo_C_SortByDistance) == 0x000008, "Wrong alignment on AIGroupModule_Roflimo_C_SortByDistance"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_SortByDistance) == 0x000010, "Wrong size on AIGroupModule_Roflimo_C_SortByDistance"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_SortByDistance, SortedRofleemo) == 0x000000, "Member 'AIGroupModule_Roflimo_C_SortByDistance::SortedRofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_Spray_FrontSignal \ static_assert(alignof(AIGroupModule_Roflimo_C_Spray_FrontSignal) == 0x000008, "Wrong alignment on AIGroupModule_Roflimo_C_Spray_FrontSignal"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_Spray_FrontSignal) == 0x000098, "Wrong size on AIGroupModule_Roflimo_C_Spray_FrontSignal"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, StartedRofleemo) == 0x000000, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::StartedRofleemo' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, StartedWagon) == 0x000008, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::StartedWagon' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, LastIndex) == 0x000010, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::LastIndex' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, L_Time) == 0x000014, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::L_Time' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, L_StartedWagon) == 0x000018, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::L_StartedWagon' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, L_StartedRofleemo) == 0x000020, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::L_StartedRofleemo' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_bool_Variable) == 0x000028, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_int_Variable) == 0x00002C, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_bool_Variable_1) == 0x000035, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_int_Variable_1) == 0x000038, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000040, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_GetPreviousWagon_ReturnValue) == 0x000048, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_GetPreviousWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000058, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_BooleanAND_ReturnValue_1) == 0x000059, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00005C, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Map_Find_Value) == 0x000060, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000069, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_int_Variable_2) == 0x00006C, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Add_IntInt_ReturnValue_3) == 0x000074, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000078, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, Temp_int_Variable_3) == 0x00007C, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_GetNextWagon_ReturnValue) == 0x000080, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_GetNextWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Map_Find_Value_1) == 0x000088, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_Map_Find_ReturnValue_1) == 0x000090, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_Spray_FrontSignal, CallFunc_IsValid_ReturnValue_2) == 0x000091, "Member 'AIGroupModule_Roflimo_C_Spray_FrontSignal::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIGroupModule_Roflimo_C_ShouldNotBeSaved \ static_assert(alignof(AIGroupModule_Roflimo_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on AIGroupModule_Roflimo_C_ShouldNotBeSaved"); \ static_assert(sizeof(AIGroupModule_Roflimo_C_ShouldNotBeSaved) == 0x000001, "Wrong size on AIGroupModule_Roflimo_C_ShouldNotBeSaved"); \ static_assert(offsetof(AIGroupModule_Roflimo_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'AIGroupModule_Roflimo_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIGroupModule_Roflimo_C \ static_assert(alignof(AAIGroupModule_Roflimo_C) == 0x000008, "Wrong alignment on AAIGroupModule_Roflimo_C"); \ static_assert(sizeof(AAIGroupModule_Roflimo_C) == 0x0002F0, "Wrong size on AAIGroupModule_Roflimo_C"); \ static_assert(offsetof(AAIGroupModule_Roflimo_C, UberGraphFrame) == 0x000280, "Member 'AAIGroupModule_Roflimo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Roflimo_C, SourceRofleemo) == 0x000288, "Member 'AAIGroupModule_Roflimo_C::SourceRofleemo' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Roflimo_C, SourceWagon) == 0x000290, "Member 'AAIGroupModule_Roflimo_C::SourceWagon' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Roflimo_C, WagonMapWithRofleemo) == 0x000298, "Member 'AAIGroupModule_Roflimo_C::WagonMapWithRofleemo' has a wrong offset!"); \ static_assert(offsetof(AAIGroupModule_Roflimo_C, CurrentIndex) == 0x0002E8, "Member 'AAIGroupModule_Roflimo_C::CurrentIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer) == 0x000004, "Wrong alignment on RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer) == 0x000004, "Wrong size on RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer, EntryPoint) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_ExecuteUbergraph_RofleemoSpecComponent_Engineer::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_SortDamagedFrames \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_SortDamagedFrames"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames) == 0x0000D0, "Wrong size on RofleemoSpecComponent_Engineer_C_SortDamagedFrames"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, bDamagedFrameFind) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::bDamagedFrameFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, FrameMesh) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, L_MeshToRepair) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Array_Get_Item) == 0x000028, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000038, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000B0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000BC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Less_IntInt_ReturnValue) == 0x0000BD, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_BooleanAND_ReturnValue) == 0x0000C4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C7, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C9, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_BooleanOR_ReturnValue) == 0x0000CA, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_BooleanOR_ReturnValue_1) == 0x0000CB, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFrames, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFrames::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_SortDamagedWalls \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_SortDamagedWalls"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls) == 0x0000D0, "Wrong size on RofleemoSpecComponent_Engineer_C_SortDamagedWalls"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, bDamagedWallFind) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::bDamagedWallFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, WallMesh) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::WallMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, L_MeshToRepair) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Array_Get_Item) == 0x000028, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000038, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000B0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000BC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Less_IntInt_ReturnValue) == 0x0000BD, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_BooleanAND_ReturnValue) == 0x0000C4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C7, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C9, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_BooleanOR_ReturnValue) == 0x0000CA, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_BooleanOR_ReturnValue_1) == 0x0000CB, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedWalls, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedWalls::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_SortDamagedFloors \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_SortDamagedFloors"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors) == 0x0000D0, "Wrong size on RofleemoSpecComponent_Engineer_C_SortDamagedFloors"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, bDamagedFloorMeshFind) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::bDamagedFloorMeshFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, FloorMesh) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::FloorMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, L_MeshToRepair) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::L_MeshToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Array_Get_Item) == 0x000028, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000038, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x0000B0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B1, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000B2, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B3, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_BooleanAND_ReturnValue) == 0x0000B4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000B6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_BooleanOR_ReturnValue) == 0x0000BC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_BooleanOR_ReturnValue_1) == 0x0000C4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Less_IntInt_ReturnValue) == 0x0000C6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C7, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedFloors, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedFloors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_SortDamagedModules \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_SortDamagedModules) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_SortDamagedModules"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_SortDamagedModules) == 0x000190, "Wrong size on RofleemoSpecComponent_Engineer_C_SortDamagedModules"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, bDamagedWagonModuleFind) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::bDamagedWagonModuleFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, WagonModuleToRepair) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::WagonModuleToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, L_SortedModule) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::L_SortedModule' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable) == 0x000018, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000034, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_3) == 0x000044, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_4) == 0x000050, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000058, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item) == 0x000060, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00006C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_2) == 0x00006D, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006E, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_3) == 0x000070, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_2) == 0x000074, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_3) == 0x000078, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x00007D, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_3) == 0x000088, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_3) == 0x00008D, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue) == 0x00008E, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_2) == 0x000090, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_4) == 0x000098, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_4) == 0x00009C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000A0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A1, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_3) == 0x0000A2, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000A3, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_4) == 0x0000A5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000A6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_3) == 0x0000A8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_5) == 0x0000B0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_5) == 0x0000B4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000B8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_4) == 0x0000BC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000C0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000C4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_3) == 0x0000C8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_5) == 0x0000CC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000D0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_bool_True_if_break_was_hit_Variable_5) == 0x0000D4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_bool_True_if_break_was_hit_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_5) == 0x0000D8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000DC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Loop_Counter_Variable_6) == 0x0000E0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_5) == 0x0000E4, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_4) == 0x0000E5, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, K2Node_SwitchEnum_CmpSuccess) == 0x0000E6, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000E8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_IsValid_ReturnValue) == 0x0000EC, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, Temp_int_Array_Index_Variable_6) == 0x0000F0, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_4) == 0x0000F8, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_5) == 0x000100, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Length_ReturnValue_6) == 0x000108, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_IntInt_ReturnValue_6) == 0x00010C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Get_Item_6) == 0x000110, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_5) == 0x000118, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_IsValidIndex_ReturnValue_6) == 0x000119, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_IsValidIndex_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue) == 0x00011C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_1) == 0x000120, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_2) == 0x000124, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Less_FloatFloat_ReturnValue) == 0x000128, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000129, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00012A, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanAND_ReturnValue_6) == 0x00012B, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00012C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00012D, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue) == 0x000130, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanOR_ReturnValue) == 0x000138, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue) == 0x000139, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_BooleanOR_ReturnValue_1) == 0x00013A, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Not_PreBool_ReturnValue_6) == 0x00013B, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_1) == 0x000140, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000148, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_2) == 0x000150, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x000158, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_3) == 0x00015C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_4) == 0x000160, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_3) == 0x000168, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_4) == 0x000170, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_3) == 0x000178, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_4) == 0x000179, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_Array_Add_ReturnValue_5) == 0x00017C, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_GetObjectClass_ReturnValue_5) == 0x000180, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_GetObjectClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_SortDamagedModules, CallFunc_ClassIsChildOf_ReturnValue_5) == 0x000188, "Member 'RofleemoSpecComponent_Engineer_C_SortDamagedModules::CallFunc_ClassIsChildOf_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_RepairModuleDurability \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_RepairModuleDurability"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability) == 0x000018, "Wrong size on RofleemoSpecComponent_Engineer_C_RepairModuleDurability"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, RepairedModule) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::RepairedModule' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, L_CurrentPercent) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::L_CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, CallFunc_CanBeRepaired_ReturnValue) == 0x00000C, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::CallFunc_CanBeRepaired_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, CallFunc_HasAuthority_ReturnValue) == 0x00000F, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairModuleDurability, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_RepairModuleDurability::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_RepairWagonDurability \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_RepairWagonDurability"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability) == 0x0000C8, "Wrong size on RofleemoSpecComponent_Engineer_C_RepairWagonDurability"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, WagonModuleMesh) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::WagonModuleMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000088, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00008C, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_Add_FloatFloat_ReturnValue) == 0x00009C, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A0, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_FMin_ReturnValue) == 0x0000A4, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000A8, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000B0, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_BooleanOR_ReturnValue) == 0x0000C0, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_BooleanOR_ReturnValue_1) == 0x0000C1, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagonDurability, CallFunc_Not_PreBool_ReturnValue) == 0x0000C2, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagonDurability::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoSpecComponent_Engineer_C_RepairWagon \ static_assert(alignof(RofleemoSpecComponent_Engineer_C_RepairWagon) == 0x000008, "Wrong alignment on RofleemoSpecComponent_Engineer_C_RepairWagon"); \ static_assert(sizeof(RofleemoSpecComponent_Engineer_C_RepairWagon) == 0x000068, "Wrong size on RofleemoSpecComponent_Engineer_C_RepairWagon"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, bWagonWasRepaired) == 0x000000, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::bWagonWasRepaired' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000001, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00000C, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_Get_Item) == 0x000010, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedFloors_bDamagedFloorMeshFind) == 0x000018, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedFloors_bDamagedFloorMeshFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedFloors_FloorMesh) == 0x000020, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedFloors_FloorMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedWalls_bDamagedWallFind) == 0x000028, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedWalls_bDamagedWallFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedWalls_WallMesh) == 0x000030, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedWalls_WallMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedFrames_bDamagedFrameFind) == 0x000040, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedFrames_bDamagedFrameFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedFrames_FrameMesh) == 0x000048, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedFrames_FrameMesh' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedModules_bDamagedWagonModuleFind) == 0x000050, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedModules_bDamagedWagonModuleFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_SortDamagedModules_WagonModuleToRepair) == 0x000058, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_SortDamagedModules_WagonModuleToRepair' has a wrong offset!"); \ static_assert(offsetof(RofleemoSpecComponent_Engineer_C_RepairWagon, CallFunc_Array_Add_ReturnValue_2) == 0x000060, "Member 'RofleemoSpecComponent_Engineer_C_RepairWagon::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoSpecComponent_Engineer_C \ static_assert(alignof(URofleemoSpecComponent_Engineer_C) == 0x000008, "Wrong alignment on URofleemoSpecComponent_Engineer_C"); \ static_assert(sizeof(URofleemoSpecComponent_Engineer_C) == 0x000140, "Wrong size on URofleemoSpecComponent_Engineer_C"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, UberGraphFrame_RofleemoSpecComponent_Engineer_C) == 0x0000E0, "Member 'URofleemoSpecComponent_Engineer_C::UberGraphFrame_RofleemoSpecComponent_Engineer_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, ModuleDamagedMeshes) == 0x0000E8, "Member 'URofleemoSpecComponent_Engineer_C::ModuleDamagedMeshes' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, Tier3ModulesToRestore) == 0x0000F8, "Member 'URofleemoSpecComponent_Engineer_C::Tier3ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, Tier4ModulesToRestore) == 0x000108, "Member 'URofleemoSpecComponent_Engineer_C::Tier4ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, Tier5ModulesToRestore) == 0x000118, "Member 'URofleemoSpecComponent_Engineer_C::Tier5ModulesToRestore' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, SamePriorityModules) == 0x000128, "Member 'URofleemoSpecComponent_Engineer_C::SamePriorityModules' has a wrong offset!"); \ static_assert(offsetof(URofleemoSpecComponent_Engineer_C, DurabilityPercent) == 0x000138, "Member 'URofleemoSpecComponent_Engineer_C::DurabilityPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCrtatV2_Categories \ static_assert(alignof(FCrtatV2_Categories) == 0x000008, "Wrong alignment on FCrtatV2_Categories"); \ static_assert(sizeof(FCrtatV2_Categories) == 0x000010, "Wrong size on FCrtatV2_Categories"); \ static_assert(offsetof(FCrtatV2_Categories, RecipesInCategory_3_5E4881B84E729D067F238DA5ECF7E935) == 0x000000, "Member 'FCrtatV2_Categories::RecipesInCategory_3_5E4881B84E729D067F238DA5ECF7E935' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMechanicalJunk_C \ static_assert(alignof(AMechanicalJunk_C) == 0x000010, "Wrong alignment on AMechanicalJunk_C"); \ static_assert(sizeof(AMechanicalJunk_C) == 0x000430, "Wrong size on AMechanicalJunk_C"); \ #define DUMPER7_ASSERTS_InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar \ static_assert(alignof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar) == 0x000008, "Wrong alignment on InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar"); \ static_assert(sizeof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar) == 0x000230, "Wrong size on InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, EntryPoint) == 0x000000, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable) == 0x000008, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_1) == 0x000010, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_2) == 0x000018, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_3) == 0x000020, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_4) == 0x000028, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_5) == 0x000030, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable) == 0x000038, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_6) == 0x000040, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_7) == 0x000048, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_8) == 0x000050, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_9) == 0x000058, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_10) == 0x000060, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_object_Variable_11) == 0x000068, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_1) == 0x000070, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable) == 0x000074, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_1) == 0x000078, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_2) == 0x00007C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_3) == 0x000080, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_4) == 0x000084, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_5) == 0x000088, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_2) == 0x00008C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable) == 0x000090, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_1) == 0x000098, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_2) == 0x0000A0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_3) == 0x0000A8, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_4) == 0x0000B0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_5) == 0x0000B8, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_3) == 0x0000C0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_6) == 0x0000C4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_7) == 0x0000CC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_8) == 0x0000D4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_9) == 0x0000DC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_10) == 0x0000E4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_11) == 0x0000EC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_4) == 0x0000F4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_6) == 0x0000F8, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_7) == 0x0000FC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_8) == 0x000100, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_9) == 0x000104, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_10) == 0x000108, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_float_Variable_11) == 0x00010C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_5) == 0x000110, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_12) == 0x000114, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_13) == 0x00011C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_14) == 0x000124, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_15) == 0x00012C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_16) == 0x000134, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_17) == 0x00013C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_17' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_6) == 0x000144, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_18) == 0x000148, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_18' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_19) == 0x000150, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_19' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_20) == 0x000158, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_20' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_21) == 0x000160, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_21' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_22) == 0x000168, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_22' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_23) == 0x000170, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_23' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_bool_Variable) == 0x000178, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_24) == 0x00017C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_24' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_25) == 0x00018C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_25' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_bool_Variable_1) == 0x00019C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_26) == 0x0001A0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_26' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_struct_Variable_27) == 0x0001B0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_struct_Variable_27' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default) == 0x0001C0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_1) == 0x0001C8, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_2) == 0x0001CC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_3) == 0x0001D4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_4) == 0x0001DC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_5) == 0x0001E0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_CustomEvent_StatType) == 0x0001E8, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_CustomEvent_StatType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_CustomEvent_Value0_1) == 0x0001EC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_CustomEvent_Value0_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Event_IsDesignTime) == 0x0001F0, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_6) == 0x0001F4, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001FC, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, Temp_byte_Variable_7) == 0x0001FD, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_7) == 0x000200, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_8) == 0x000210, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000218, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar, K2Node_Select_Default_9) == 0x00021C, "Member 'InventoryV2_StatProgressBar_C_ExecuteUbergraph_InventoryV2_StatProgressBar::K2Node_Select_Default_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_StatProgressBar_C_PreConstruct \ static_assert(alignof(InventoryV2_StatProgressBar_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_StatProgressBar_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_StatProgressBar_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_StatProgressBar_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_StatProgressBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_StatProgressBar_C_Draw \ static_assert(alignof(InventoryV2_StatProgressBar_C_Draw) == 0x000004, "Wrong alignment on InventoryV2_StatProgressBar_C_Draw"); \ static_assert(sizeof(InventoryV2_StatProgressBar_C_Draw) == 0x000008, "Wrong size on InventoryV2_StatProgressBar_C_Draw"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_Draw, StatType_0) == 0x000000, "Member 'InventoryV2_StatProgressBar_C_Draw::StatType_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_StatProgressBar_C_Draw, Value0_1) == 0x000004, "Member 'InventoryV2_StatProgressBar_C_Draw::Value0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_StatProgressBar_C \ static_assert(alignof(UInventoryV2_StatProgressBar_C) == 0x000008, "Wrong alignment on UInventoryV2_StatProgressBar_C"); \ static_assert(sizeof(UInventoryV2_StatProgressBar_C) == 0x000280, "Wrong size on UInventoryV2_StatProgressBar_C"); \ static_assert(offsetof(UInventoryV2_StatProgressBar_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_StatProgressBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_StatProgressBar_C, CirculProgressBarV2) == 0x000268, "Member 'UInventoryV2_StatProgressBar_C::CirculProgressBarV2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_StatProgressBar_C, Icon) == 0x000270, "Member 'UInventoryV2_StatProgressBar_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_StatProgressBar_C, StatType) == 0x000278, "Member 'UInventoryV2_StatProgressBar_C::StatType' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_StatProgressBar_C, Value) == 0x00027C, "Member 'UInventoryV2_StatProgressBar_C::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFrames_C \ static_assert(alignof(AFrames_C) == 0x000010, "Wrong alignment on AFrames_C"); \ static_assert(sizeof(AFrames_C) == 0x000430, "Wrong size on AFrames_C"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot \ static_assert(alignof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot) == 0x000008, "Wrong alignment on BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot"); \ static_assert(sizeof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot) == 0x000128, "Wrong size on BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, EntryPoint) == 0x000000, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, Temp_bool_Variable) == 0x000004, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, Temp_object_Variable) == 0x000008, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, Temp_object_Variable_1) == 0x000010, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, K2Node_CustomEvent_Data) == 0x000018, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::K2Node_CustomEvent_Data' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000100, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000108, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, K2Node_DynamicCast_AsTexture_2D) == 0x000110, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot, K2Node_Select_Default) == 0x000120, "Member 'BigNotifyManager_Slot_C_ExecuteUbergraph_BigNotifyManager_Slot::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Slot_C_SetSlotStyle \ static_assert(alignof(BigNotifyManager_Slot_C_SetSlotStyle) == 0x000008, "Wrong alignment on BigNotifyManager_Slot_C_SetSlotStyle"); \ static_assert(sizeof(BigNotifyManager_Slot_C_SetSlotStyle) == 0x0000E8, "Wrong size on BigNotifyManager_Slot_C_SetSlotStyle"); \ static_assert(offsetof(BigNotifyManager_Slot_C_SetSlotStyle, Data) == 0x000000, "Member 'BigNotifyManager_Slot_C_SetSlotStyle::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBigNotifyManager_Slot_C \ static_assert(alignof(UBigNotifyManager_Slot_C) == 0x000008, "Wrong alignment on UBigNotifyManager_Slot_C"); \ static_assert(sizeof(UBigNotifyManager_Slot_C) == 0x000290, "Wrong size on UBigNotifyManager_Slot_C"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, UberGraphFrame) == 0x000260, "Member 'UBigNotifyManager_Slot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, BG) == 0x000268, "Member 'UBigNotifyManager_Slot_C::BG' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, Border) == 0x000270, "Member 'UBigNotifyManager_Slot_C::Border' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, Icon) == 0x000278, "Member 'UBigNotifyManager_Slot_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, TypeIcon) == 0x000280, "Member 'UBigNotifyManager_Slot_C::TypeIcon' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Slot_C, TypeIcon_BG) == 0x000288, "Member 'UBigNotifyManager_Slot_C::TypeIcon_BG' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify \ static_assert(alignof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify) == 0x000008, "Wrong alignment on BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify"); \ static_assert(sizeof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify) == 0x000488, "Wrong size on BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, EntryPoint) == 0x000000, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable) == 0x000008, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_1) == 0x000020, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_2) == 0x000038, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_3) == 0x000050, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_4) == 0x000068, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_5) == 0x000080, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_6) == 0x000098, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_7) == 0x0000B0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_8) == 0x0000C8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable) == 0x0000E0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_9) == 0x0000E8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_10) == 0x000100, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_11) == 0x000118, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_12) == 0x000130, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_13) == 0x000148, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_14) == 0x000160, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_15) == 0x000178, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_1) == 0x000190, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable) == 0x000194, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_1) == 0x000198, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_2) == 0x00019C, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_3) == 0x0001A0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_4) == 0x0001A4, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_5) == 0x0001A8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_6) == 0x0001AC, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_7) == 0x0001B0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_float_Variable_8) == 0x0001B4, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_2) == 0x0001B8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_3) == 0x0001B9, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_4) == 0x0001BA, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_5) == 0x0001BB, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_6) == 0x0001BC, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_7) == 0x0001BD, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_8) == 0x0001BE, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_9) == 0x0001BF, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_10) == 0x0001C0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_11) == 0x0001C1, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_bool_Variable) == 0x0001C2, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_12) == 0x0001C3, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_13) == 0x0001C4, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_14) == 0x0001C5, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_15) == 0x0001C6, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_16) == 0x0001C7, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_17) == 0x0001C8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_18) == 0x0001C9, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_19) == 0x0001CA, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_20) == 0x0001CB, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_21) == 0x0001CC, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_22) == 0x0001CD, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_23) == 0x0001CE, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_24) == 0x0001CF, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_16) == 0x0001D0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_17) == 0x0001E8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_18) == 0x000200, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_19) == 0x000218, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_20) == 0x000230, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_21) == 0x000248, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_22) == 0x000260, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_23) == 0x000278, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_24) == 0x000290, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_bool_Variable_1) == 0x0002A8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_25) == 0x0002B0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_text_Variable_26) == 0x0002C8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_text_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Event_IsDesignTime) == 0x0002E0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetEffectMaterial_ReturnValue) == 0x0002E8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x0002F0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_PlayAnimation_ReturnValue) == 0x0002F8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_MapRangeClamped_ReturnValue) == 0x000300, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetEffectMaterial_ReturnValue_1) == 0x000308, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetEffectMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000310, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default) == 0x000318, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_1) == 0x000320, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_MakeVector2D_ReturnValue) == 0x000338, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_2) == 0x000340, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_3) == 0x000341, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, Temp_byte_Variable_25) == 0x000342, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::Temp_byte_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_4) == 0x000348, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_TextToUpper_ReturnValue) == 0x000360, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_MakeStruct_FormatArgumentData) == 0x000378, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_MakeArray_Array) == 0x0003B8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_Format_ReturnValue) == 0x0003C8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetGameInstance_ReturnValue) == 0x0003E0, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_5) == 0x0003E8, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_DynamicCast_AsFGGame_Instance) == 0x000400, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_DynamicCast_bSuccess) == 0x000408, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_TextToUpper_ReturnValue_1) == 0x000410, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetPlayerController_ReturnValue) == 0x000428, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_PlayEvent2D_ReturnValue) == 0x000430, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetHUD_ReturnValue) == 0x000438, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_DynamicCast_AsHUD_Interface) == 0x000440, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000450, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_PlayAnimation_ReturnValue_1) == 0x000458, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000460, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_6) == 0x000468, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000480, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify, K2Node_Select_Default_7) == 0x000481, "Member 'BigNotifyManager_Notify_C_ExecuteUbergraph_BigNotifyManager_Notify::K2Node_Select_Default_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BigNotifyManager_Notify_C_PreConstruct \ static_assert(alignof(BigNotifyManager_Notify_C_PreConstruct) == 0x000001, "Wrong alignment on BigNotifyManager_Notify_C_PreConstruct"); \ static_assert(sizeof(BigNotifyManager_Notify_C_PreConstruct) == 0x000001, "Wrong size on BigNotifyManager_Notify_C_PreConstruct"); \ static_assert(offsetof(BigNotifyManager_Notify_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BigNotifyManager_Notify_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBigNotifyManager_Notify_C \ static_assert(alignof(UBigNotifyManager_Notify_C) == 0x000008, "Wrong alignment on UBigNotifyManager_Notify_C"); \ static_assert(sizeof(UBigNotifyManager_Notify_C) == 0x000310, "Wrong size on UBigNotifyManager_Notify_C"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, UberGraphFrame) == 0x000260, "Member 'UBigNotifyManager_Notify_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, DissolveAnim) == 0x000268, "Member 'UBigNotifyManager_Notify_C::DissolveAnim' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, Image_394) == 0x000270, "Member 'UBigNotifyManager_Notify_C::Image_394' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, MainBlock) == 0x000278, "Member 'UBigNotifyManager_Notify_C::MainBlock' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, PrefixText) == 0x000280, "Member 'UBigNotifyManager_Notify_C::PrefixText' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, QuestKeyNotify) == 0x000288, "Member 'UBigNotifyManager_Notify_C::QuestKeyNotify' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, RetainerBox_30) == 0x000290, "Member 'UBigNotifyManager_Notify_C::RetainerBox_30' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, SuffixText) == 0x000298, "Member 'UBigNotifyManager_Notify_C::SuffixText' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, TextBlock) == 0x0002A0, "Member 'UBigNotifyManager_Notify_C::TextBlock' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, TitleText) == 0x0002A8, "Member 'UBigNotifyManager_Notify_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, TimerHandle) == 0x0002B0, "Member 'UBigNotifyManager_Notify_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, Timer) == 0x0002B8, "Member 'UBigNotifyManager_Notify_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, NotifyType) == 0x0002BC, "Member 'UBigNotifyManager_Notify_C::NotifyType' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, OnHide) == 0x0002C0, "Member 'UBigNotifyManager_Notify_C::OnHide' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, OnHideCompleted) == 0x0002D0, "Member 'UBigNotifyManager_Notify_C::OnHideCompleted' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, DelayBeforeHide) == 0x0002E0, "Member 'UBigNotifyManager_Notify_C::DelayBeforeHide' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, QuestTitle) == 0x0002E8, "Member 'UBigNotifyManager_Notify_C::QuestTitle' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, World_State_Manager) == 0x000300, "Member 'UBigNotifyManager_Notify_C::World_State_Manager' has a wrong offset!"); \ static_assert(offsetof(UBigNotifyManager_Notify_C, As_FGGame_Instance) == 0x000308, "Member 'UBigNotifyManager_Notify_C::As_FGGame_Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual \ static_assert(alignof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual) == 0x000008, "Wrong alignment on EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual"); \ static_assert(sizeof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual) == 0x000288, "Wrong size on EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, EntryPoint) == 0x000000, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_Event_MyGeometry) == 0x000004, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000040, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000050, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000058, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_GetTimeSeconds_ReturnValue) == 0x000068, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_RandomFloatInRange_ReturnValue) == 0x00006C, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_1) == 0x000098, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_2) == 0x0000C0, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_CustomEvent_Size) == 0x0000E8, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_CustomEvent_InText) == 0x0000F0, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_CustomEvent_InText' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_CustomEvent_Location) == 0x000108, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateFontInfo) == 0x000118, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_CustomEvent_FgStatusClass) == 0x000170, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_CustomEvent_FgStatusClass' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000178, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_AsSE_Shock) == 0x000180, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_AsSE_Shock' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_bSuccess) == 0x000188, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_AsSE_Poisoning) == 0x000190, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_AsSE_Poisoning' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_bSuccess_1) == 0x000198, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_AsSE_Freezing) == 0x0001A0, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_AsSE_Freezing' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_bSuccess_2) == 0x0001A8, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_AsSE_Combustion) == 0x0001B0, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_AsSE_Combustion' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_ClassDynamicCast_bSuccess_3) == 0x0001B8, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_ClassDynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, CallFunc_IsValidClass_ReturnValue) == 0x0001B9, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_3) == 0x0001C0, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_4) == 0x0001E8, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_5) == 0x000210, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_6) == 0x000238, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_6' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual, K2Node_MakeStruct_SlateColor_7) == 0x000260, "Member 'EnemyDamage_Visual_C_ExecuteUbergraph_EnemyDamage_Visual::K2Node_MakeStruct_SlateColor_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Visual_C_SetStatusEffect_Style \ static_assert(alignof(EnemyDamage_Visual_C_SetStatusEffect_Style) == 0x000008, "Wrong alignment on EnemyDamage_Visual_C_SetStatusEffect_Style"); \ static_assert(sizeof(EnemyDamage_Visual_C_SetStatusEffect_Style) == 0x000008, "Wrong size on EnemyDamage_Visual_C_SetStatusEffect_Style"); \ static_assert(offsetof(EnemyDamage_Visual_C_SetStatusEffect_Style, FgStatusClass) == 0x000000, "Member 'EnemyDamage_Visual_C_SetStatusEffect_Style::FgStatusClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Visual_C_SetFontSize \ static_assert(alignof(EnemyDamage_Visual_C_SetFontSize) == 0x000004, "Wrong alignment on EnemyDamage_Visual_C_SetFontSize"); \ static_assert(sizeof(EnemyDamage_Visual_C_SetFontSize) == 0x000004, "Wrong size on EnemyDamage_Visual_C_SetFontSize"); \ static_assert(offsetof(EnemyDamage_Visual_C_SetFontSize, Size) == 0x000000, "Member 'EnemyDamage_Visual_C_SetFontSize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Visual_C_Tick \ static_assert(alignof(EnemyDamage_Visual_C_Tick) == 0x000004, "Wrong alignment on EnemyDamage_Visual_C_Tick"); \ static_assert(sizeof(EnemyDamage_Visual_C_Tick) == 0x00003C, "Wrong size on EnemyDamage_Visual_C_Tick"); \ static_assert(offsetof(EnemyDamage_Visual_C_Tick, MyGeometry) == 0x000000, "Member 'EnemyDamage_Visual_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_Tick, InDeltaTime) == 0x000038, "Member 'EnemyDamage_Visual_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyDamage_Visual_C_Show \ static_assert(alignof(EnemyDamage_Visual_C_Show) == 0x000008, "Wrong alignment on EnemyDamage_Visual_C_Show"); \ static_assert(sizeof(EnemyDamage_Visual_C_Show) == 0x000028, "Wrong size on EnemyDamage_Visual_C_Show"); \ static_assert(offsetof(EnemyDamage_Visual_C_Show, InText) == 0x000000, "Member 'EnemyDamage_Visual_C_Show::InText' has a wrong offset!"); \ static_assert(offsetof(EnemyDamage_Visual_C_Show, Location_0) == 0x000018, "Member 'EnemyDamage_Visual_C_Show::Location_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyDamage_Visual_C \ static_assert(alignof(UEnemyDamage_Visual_C) == 0x000008, "Wrong alignment on UEnemyDamage_Visual_C"); \ static_assert(sizeof(UEnemyDamage_Visual_C) == 0x000298, "Wrong size on UEnemyDamage_Visual_C"); \ static_assert(offsetof(UEnemyDamage_Visual_C, UberGraphFrame) == 0x000260, "Member 'UEnemyDamage_Visual_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, ShowHit) == 0x000268, "Member 'UEnemyDamage_Visual_C::ShowHit' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, ArmorIcon) == 0x000270, "Member 'UEnemyDamage_Visual_C::ArmorIcon' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, TextBlock_37) == 0x000278, "Member 'UEnemyDamage_Visual_C::TextBlock_37' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, Location) == 0x000280, "Member 'UEnemyDamage_Visual_C::Location' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, IsOnWork) == 0x00028C, "Member 'UEnemyDamage_Visual_C::IsOnWork' has a wrong offset!"); \ static_assert(offsetof(UEnemyDamage_Visual_C, StartTime) == 0x000290, "Member 'UEnemyDamage_Visual_C::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_ExecuteUbergraph_MarkWidget \ static_assert(alignof(MarkWidget_C_ExecuteUbergraph_MarkWidget) == 0x000008, "Wrong alignment on MarkWidget_C_ExecuteUbergraph_MarkWidget"); \ static_assert(sizeof(MarkWidget_C_ExecuteUbergraph_MarkWidget) == 0x0000C8, "Wrong size on MarkWidget_C_ExecuteUbergraph_MarkWidget"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, EntryPoint) == 0x000000, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable) == 0x000008, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_1) == 0x000018, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_2) == 0x000020, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_3) == 0x000028, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_4) == 0x000030, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_5) == 0x000038, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_6) == 0x000040, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_7) == 0x000048, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_object_Variable_8) == 0x000050, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, K2Node_CustomEvent_MarkStr) == 0x000070, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::K2Node_CustomEvent_MarkStr' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, K2Node_CustomEvent_PositionFromCenter_0_1_) == 0x000098, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::K2Node_CustomEvent_PositionFromCenter_0_1_' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, CallFunc_MapRangeClamped_ReturnValue) == 0x00009C, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0000A0, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, K2Node_MakeStruct_LinearColor) == 0x0000A4, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, CallFunc_MakeVector2D_ReturnValue) == 0x0000B4, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, Temp_byte_Variable) == 0x0000BC, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_ExecuteUbergraph_MarkWidget, K2Node_Select_Default) == 0x0000C0, "Member 'MarkWidget_C_ExecuteUbergraph_MarkWidget::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_SetPositionStyle \ static_assert(alignof(MarkWidget_C_SetPositionStyle) == 0x000004, "Wrong alignment on MarkWidget_C_SetPositionStyle"); \ static_assert(sizeof(MarkWidget_C_SetPositionStyle) == 0x000004, "Wrong size on MarkWidget_C_SetPositionStyle"); \ static_assert(offsetof(MarkWidget_C_SetPositionStyle, PositionFromCenter_0_1_) == 0x000000, "Member 'MarkWidget_C_SetPositionStyle::PositionFromCenter_0_1_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_Draw \ static_assert(alignof(MarkWidget_C_Draw) == 0x000008, "Wrong alignment on MarkWidget_C_Draw"); \ static_assert(sizeof(MarkWidget_C_Draw) == 0x000028, "Wrong size on MarkWidget_C_Draw"); \ static_assert(offsetof(MarkWidget_C_Draw, MarkStr_0) == 0x000000, "Member 'MarkWidget_C_Draw::MarkStr_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_GetLocationCoords \ static_assert(alignof(MarkWidget_C_GetLocationCoords) == 0x000008, "Wrong alignment on MarkWidget_C_GetLocationCoords"); \ static_assert(sizeof(MarkWidget_C_GetLocationCoords) == 0x000098, "Wrong size on MarkWidget_C_GetLocationCoords"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, Location) == 0x000000, "Member 'MarkWidget_C_GetLocationCoords::Location' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, NoValid) == 0x00000C, "Member 'MarkWidget_C_GetLocationCoords::NoValid' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetQuestMarkManager_ReturnValue) == 0x000018, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetActiveMarksForPlayer_ReturnValue) == 0x000020, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetActiveMarksForPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetQuestMarkManager_ReturnValue_1) == 0x000030, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetQuestMarkManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00003C, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_Array_Contains_ReturnValue) == 0x000048, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000050, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetQuestManager_ReturnValue) == 0x000058, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000064, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_IsValid_ReturnValue_2) == 0x000070, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_GetActiveMarks_ReturnValue) == 0x000078, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_GetActiveMarks_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_Array_Contains_ReturnValue_1) == 0x000088, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_IsValid_ReturnValue_3) == 0x000089, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x00008A, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_IsValid_ReturnValue_4) == 0x00008B, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetLocationCoords, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'MarkWidget_C_GetLocationCoords::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_GetPlayerAngle \ static_assert(alignof(MarkWidget_C_GetPlayerAngle) == 0x000008, "Wrong alignment on MarkWidget_C_GetPlayerAngle"); \ static_assert(sizeof(MarkWidget_C_GetPlayerAngle) == 0x0000B0, "Wrong size on MarkWidget_C_GetPlayerAngle"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, Angle) == 0x000000, "Member 'MarkWidget_C_GetPlayerAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetLocationCoords_Location) == 0x000004, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetLocationCoords_Location' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetLocationCoords_NoValid) == 0x000010, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetLocationCoords_NoValid' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000018, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_X) == 0x000020, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_Y) == 0x000024, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_Z) == 0x000028, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetCameraRotation_ReturnValue) == 0x00002C, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakRotator_Roll) == 0x000044, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakRotator_Pitch) == 0x000048, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakRotator_Yaw) == 0x00004C, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_X_1) == 0x000050, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_Y_1) == 0x000054, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_BreakVector_Z_1) == 0x000058, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_MakeRotator_ReturnValue) == 0x00005C, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_MakeVector_ReturnValue) == 0x000068, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_GetForwardVector_ReturnValue) == 0x000074, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000080, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_Normal_ReturnValue) == 0x00008C, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_Normal_ReturnValue_1) == 0x000098, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A4, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetPlayerAngle, CallFunc_DegAcos_ReturnValue) == 0x0000A8, "Member 'MarkWidget_C_GetPlayerAngle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MarkWidget_C_GetIsRightSide \ static_assert(alignof(MarkWidget_C_GetIsRightSide) == 0x000008, "Wrong alignment on MarkWidget_C_GetIsRightSide"); \ static_assert(sizeof(MarkWidget_C_GetIsRightSide) == 0x000080, "Wrong size on MarkWidget_C_GetIsRightSide"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, IsRightSide) == 0x000000, "Member 'MarkWidget_C_GetIsRightSide::IsRightSide' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetLocationCoords_Location) == 0x000010, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetLocationCoords_Location' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetLocationCoords_NoValid) == 0x00001C, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetLocationCoords_NoValid' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_IsValid_ReturnValue) == 0x00001D, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetCameraRotation_ReturnValue) == 0x000020, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetRightVector_ReturnValue) == 0x00002C, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000044, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_FindLookAtRotation_ReturnValue) == 0x00004C, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000058, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000064, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_Normal2D_ReturnValue) == 0x00006C, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_DotProduct2D_ReturnValue) == 0x000074, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MarkWidget_C_GetIsRightSide, CallFunc_Less_FloatFloat_ReturnValue) == 0x000078, "Member 'MarkWidget_C_GetIsRightSide::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMarkWidget_C \ static_assert(alignof(UMarkWidget_C) == 0x000008, "Wrong alignment on UMarkWidget_C"); \ static_assert(sizeof(UMarkWidget_C) == 0x0002A8, "Wrong size on UMarkWidget_C"); \ static_assert(offsetof(UMarkWidget_C, UberGraphFrame) == 0x000260, "Member 'UMarkWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMarkWidget_C, Border_81) == 0x000268, "Member 'UMarkWidget_C::Border_81' has a wrong offset!"); \ static_assert(offsetof(UMarkWidget_C, Icon) == 0x000270, "Member 'UMarkWidget_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UMarkWidget_C, MarkOnPanel) == 0x000278, "Member 'UMarkWidget_C::MarkOnPanel' has a wrong offset!"); \ static_assert(offsetof(UMarkWidget_C, KillMe) == 0x000279, "Member 'UMarkWidget_C::KillMe' has a wrong offset!"); \ static_assert(offsetof(UMarkWidget_C, MarkStr) == 0x000280, "Member 'UMarkWidget_C::MarkStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMineCameraShake_C \ static_assert(alignof(UMineCameraShake_C) == 0x000010, "Wrong alignment on UMineCameraShake_C"); \ static_assert(sizeof(UMineCameraShake_C) == 0x0001E0, "Wrong size on UMineCameraShake_C"); \ #define DUMPER7_ASSERTS_Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3 \ static_assert(alignof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3) == 0x000008, "Wrong alignment on Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3"); \ static_assert(sizeof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3) == 0x0002E8, "Wrong size on Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, EntryPoint) == 0x000000, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_text_Variable) == 0x000010, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_text_Variable_1) == 0x000028, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_byte_Variable) == 0x000050, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable) == 0x000058, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_1) == 0x000060, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_2) == 0x000068, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_3) == 0x000070, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_4) == 0x000078, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_5) == 0x000080, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_6) == 0x000088, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_bool_Variable) == 0x000090, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_text_Variable_2) == 0x000098, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_text_Variable_3) == 0x0000B0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_CustomEvent_Loaded) == 0x0000C8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_7) == 0x0000D8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_DynamicCast_AsTexture_2D) == 0x0000E0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_CustomEvent_DecoMeta) == 0x0000F0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_CustomEvent_DecoMeta' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_bool_Variable_1) == 0x0001D9, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Select_Default) == 0x0001E0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_8) == 0x0001F8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_TextToLower_ReturnValue) == 0x000200, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_TextToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Event_Message) == 0x000218, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Event_Count_ifLoot_) == 0x000230, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Event_Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Event_Icon_IfNeed_) == 0x000238, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Event_Icon_IfNeed_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000240, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000248, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_PlayAnimation_ReturnValue) == 0x000250, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_IsValid_ReturnValue) == 0x000258, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_PlayAnimation_ReturnValue_1) == 0x000260, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_CustomEvent_Type) == 0x000268, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_object_Variable_9) == 0x000270, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Select_Default_1) == 0x000278, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_GetPlayerController_ReturnValue) == 0x000280, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_GetHUD_ReturnValue) == 0x000288, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_DynamicCast_AsHUD_Interface) == 0x000290, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002A4, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0002B4, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Select_Default_2) == 0x0002B8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, Temp_bool_Variable_2) == 0x0002D0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, K2Node_Select_Default_3) == 0x0002D8, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0002E0, "Member 'Notification_Message_v3_C_ExecuteUbergraph_Notification_Message_v3::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_v3_C_SetNotificationType \ static_assert(alignof(Notification_Message_v3_C_SetNotificationType) == 0x000001, "Wrong alignment on Notification_Message_v3_C_SetNotificationType"); \ static_assert(sizeof(Notification_Message_v3_C_SetNotificationType) == 0x000001, "Wrong size on Notification_Message_v3_C_SetNotificationType"); \ static_assert(offsetof(Notification_Message_v3_C_SetNotificationType, Type_0) == 0x000000, "Member 'Notification_Message_v3_C_SetNotificationType::Type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_v3_C_ROOT_SHOW \ static_assert(alignof(Notification_Message_v3_C_ROOT_SHOW) == 0x000008, "Wrong alignment on Notification_Message_v3_C_ROOT_SHOW"); \ static_assert(sizeof(Notification_Message_v3_C_ROOT_SHOW) == 0x000028, "Wrong size on Notification_Message_v3_C_ROOT_SHOW"); \ static_assert(offsetof(Notification_Message_v3_C_ROOT_SHOW, Message) == 0x000000, "Member 'Notification_Message_v3_C_ROOT_SHOW::Message' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ROOT_SHOW, Count_ifLoot_) == 0x000018, "Member 'Notification_Message_v3_C_ROOT_SHOW::Count_ifLoot_' has a wrong offset!"); \ static_assert(offsetof(Notification_Message_v3_C_ROOT_SHOW, Icon_IfNeed_) == 0x000020, "Member 'Notification_Message_v3_C_ROOT_SHOW::Icon_IfNeed_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_v3_C_SetupOnDecoLearned \ static_assert(alignof(Notification_Message_v3_C_SetupOnDecoLearned) == 0x000008, "Wrong alignment on Notification_Message_v3_C_SetupOnDecoLearned"); \ static_assert(sizeof(Notification_Message_v3_C_SetupOnDecoLearned) == 0x0000E8, "Wrong size on Notification_Message_v3_C_SetupOnDecoLearned"); \ static_assert(offsetof(Notification_Message_v3_C_SetupOnDecoLearned, DecoMeta) == 0x000000, "Member 'Notification_Message_v3_C_SetupOnDecoLearned::DecoMeta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140 \ static_assert(alignof(Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140) == 0x000008, "Wrong alignment on Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140"); \ static_assert(sizeof(Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140) == 0x000008, "Wrong size on Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140"); \ static_assert(offsetof(Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140, Loaded) == 0x000000, "Member 'Notification_Message_v3_C_OnLoaded_D3D851AF4B53FA776C19CB8136C61140::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotification_Message_v3_C \ static_assert(alignof(UNotification_Message_v3_C) == 0x000008, "Wrong alignment on UNotification_Message_v3_C"); \ static_assert(sizeof(UNotification_Message_v3_C) == 0x0002F8, "Wrong size on UNotification_Message_v3_C"); \ static_assert(offsetof(UNotification_Message_v3_C, UberGraphFrame_Notification_Message_v3_C) == 0x000268, "Member 'UNotification_Message_v3_C::UberGraphFrame_Notification_Message_v3_C' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, Hide) == 0x000270, "Member 'UNotification_Message_v3_C::Hide' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, Flicker) == 0x000278, "Member 'UNotification_Message_v3_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, Show) == 0x000280, "Member 'UNotification_Message_v3_C::Show' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, AvailabilityLabel) == 0x000288, "Member 'UNotification_Message_v3_C::AvailabilityLabel' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, Background) == 0x000290, "Member 'UNotification_Message_v3_C::Background' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, CircleDeco) == 0x000298, "Member 'UNotification_Message_v3_C::CircleDeco' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, DecoDescriptionWrapper) == 0x0002A0, "Member 'UNotification_Message_v3_C::DecoDescriptionWrapper' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, DescriptionWrapper) == 0x0002A8, "Member 'UNotification_Message_v3_C::DescriptionWrapper' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, FlickImage) == 0x0002B0, "Member 'UNotification_Message_v3_C::FlickImage' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, HeaderBackground) == 0x0002B8, "Member 'UNotification_Message_v3_C::HeaderBackground' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, NameLabel) == 0x0002C0, "Member 'UNotification_Message_v3_C::NameLabel' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, NotificationIcon) == 0x0002C8, "Member 'UNotification_Message_v3_C::NotificationIcon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, NotifyHeader) == 0x0002D0, "Member 'UNotification_Message_v3_C::NotifyHeader' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, QuestKeyNotify) == 0x0002D8, "Member 'UNotification_Message_v3_C::QuestKeyNotify' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, TechIcon) == 0x0002E0, "Member 'UNotification_Message_v3_C::TechIcon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, TypeIcon) == 0x0002E8, "Member 'UNotification_Message_v3_C::TypeIcon' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, ShowInterval) == 0x0002F0, "Member 'UNotification_Message_v3_C::ShowInterval' has a wrong offset!"); \ static_assert(offsetof(UNotification_Message_v3_C, Type) == 0x0002F4, "Member 'UNotification_Message_v3_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short \ static_assert(alignof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short) == 0x000008, "Wrong alignment on RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short"); \ static_assert(sizeof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short) == 0x000140, "Wrong size on RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, EntryPoint) == 0x000000, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, CallFunc_GetAvailableItemsCount_ReturnValue) == 0x000004, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::CallFunc_GetAvailableItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_Event_IsDesignTime) == 0x000008, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_CustomEvent_Amount) == 0x00000C, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_CustomEvent_Amount' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_CustomEvent_ResourceClass) == 0x000010, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_CustomEvent_ResourceClass' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000018, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_MakeArray_Array) == 0x000078, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, CallFunc_Format_ReturnValue) == 0x000088, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_MakeStruct_SlateColor) == 0x0000A0, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_MakeStruct_SlateColor_1) == 0x0000C8, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, Temp_bool_Variable) == 0x0000F0, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, K2Node_Select_Default) == 0x0000F8, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, CallFunc_GetAvailableItemsCount_ReturnValue_1) == 0x000120, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::CallFunc_GetAvailableItemsCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short, CallFunc_Conv_IntToText_ReturnValue) == 0x000128, "Member 'RecipeRequiredItem_Short_C_ExecuteUbergraph_RecipeRequiredItem_Short::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_Short_C_DrawRequirementItem \ static_assert(alignof(RecipeRequiredItem_Short_C_DrawRequirementItem) == 0x000008, "Wrong alignment on RecipeRequiredItem_Short_C_DrawRequirementItem"); \ static_assert(sizeof(RecipeRequiredItem_Short_C_DrawRequirementItem) == 0x000010, "Wrong size on RecipeRequiredItem_Short_C_DrawRequirementItem"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_DrawRequirementItem, Amount) == 0x000000, "Member 'RecipeRequiredItem_Short_C_DrawRequirementItem::Amount' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_DrawRequirementItem, ResourceClass_0) == 0x000008, "Member 'RecipeRequiredItem_Short_C_DrawRequirementItem::ResourceClass_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_Short_C_PreConstruct \ static_assert(alignof(RecipeRequiredItem_Short_C_PreConstruct) == 0x000001, "Wrong alignment on RecipeRequiredItem_Short_C_PreConstruct"); \ static_assert(sizeof(RecipeRequiredItem_Short_C_PreConstruct) == 0x000001, "Wrong size on RecipeRequiredItem_Short_C_PreConstruct"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RecipeRequiredItem_Short_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_Short_C_GetAvailableItemsCount \ static_assert(alignof(RecipeRequiredItem_Short_C_GetAvailableItemsCount) == 0x000008, "Wrong alignment on RecipeRequiredItem_Short_C_GetAvailableItemsCount"); \ static_assert(sizeof(RecipeRequiredItem_Short_C_GetAvailableItemsCount) == 0x000020, "Wrong size on RecipeRequiredItem_Short_C_GetAvailableItemsCount"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, ReturnValue) == 0x000000, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, CallFunc_GetPlayerPawnWithPreSpect_bIsValid) == 0x000004, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::CallFunc_GetPlayerPawnWithPreSpect_bIsValid' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, CallFunc_GetPlayerPawnWithPreSpect_AsFGPlayer_Character) == 0x000008, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::CallFunc_GetPlayerPawnWithPreSpect_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_Short_C_GetAvailableItemsCount, CallFunc_GetItemCountOfClass_ReturnValue) == 0x00001C, "Member 'RecipeRequiredItem_Short_C_GetAvailableItemsCount::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URecipeRequiredItem_Short_C \ static_assert(alignof(URecipeRequiredItem_Short_C) == 0x000008, "Wrong alignment on URecipeRequiredItem_Short_C"); \ static_assert(sizeof(URecipeRequiredItem_Short_C) == 0x000290, "Wrong size on URecipeRequiredItem_Short_C"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, UberGraphFrame) == 0x000260, "Member 'URecipeRequiredItem_Short_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, AvailableCount) == 0x000268, "Member 'URecipeRequiredItem_Short_C::AvailableCount' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, BasicItemIcon) == 0x000270, "Member 'URecipeRequiredItem_Short_C::BasicItemIcon' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, InvalidationWrapper) == 0x000278, "Member 'URecipeRequiredItem_Short_C::InvalidationWrapper' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, RequiredCount) == 0x000280, "Member 'URecipeRequiredItem_Short_C::RequiredCount' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_Short_C, ResourceClass) == 0x000288, "Member 'URecipeRequiredItem_Short_C::ResourceClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe \ static_assert(alignof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe) == 0x000008, "Wrong alignment on PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe"); \ static_assert(sizeof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe) == 0x000070, "Wrong size on PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, EntryPoint) == 0x000000, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_Event_IsDesignTime) == 0x000014, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000018, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000030, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x000048, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000050, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe, K2Node_CreateDelegate_OutputDelegate_1) == 0x00005C, "Member 'PinnedRecipe_C_ExecuteUbergraph_PinnedRecipe::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_PreConstruct \ static_assert(alignof(PinnedRecipe_C_PreConstruct) == 0x000001, "Wrong alignment on PinnedRecipe_C_PreConstruct"); \ static_assert(sizeof(PinnedRecipe_C_PreConstruct) == 0x000001, "Wrong size on PinnedRecipe_C_PreConstruct"); \ static_assert(offsetof(PinnedRecipe_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'PinnedRecipe_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_DrawRecipe \ static_assert(alignof(PinnedRecipe_C_DrawRecipe) == 0x000008, "Wrong alignment on PinnedRecipe_C_DrawRecipe"); \ static_assert(sizeof(PinnedRecipe_C_DrawRecipe) == 0x000110, "Wrong size on PinnedRecipe_C_DrawRecipe"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CraftRecipeData) == 0x000000, "Member 'PinnedRecipe_C_DrawRecipe::CraftRecipeData' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, Temp_float_Variable) == 0x0000B0, "Member 'PinnedRecipe_C_DrawRecipe::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_Array_LastIndex_ReturnValue) == 0x0000B4, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, Temp_int_Array_Index_Variable) == 0x0000BC, "Member 'PinnedRecipe_C_DrawRecipe::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'PinnedRecipe_C_DrawRecipe::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_DrawRequirementItem_OutputPin) == 0x0000E0, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_DrawRequirementItem_OutputPin' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'PinnedRecipe_C_DrawRecipe::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, Temp_float_Variable_1) == 0x0000F0, "Member 'PinnedRecipe_C_DrawRecipe::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, Temp_bool_Variable) == 0x0000F4, "Member 'PinnedRecipe_C_DrawRecipe::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, K2Node_Select_Default) == 0x0000F8, "Member 'PinnedRecipe_C_DrawRecipe::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRecipe, K2Node_MakeStruct_Margin) == 0x0000FC, "Member 'PinnedRecipe_C_DrawRecipe::K2Node_MakeStruct_Margin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_OnAddInventoryItem \ static_assert(alignof(PinnedRecipe_C_OnAddInventoryItem) == 0x000008, "Wrong alignment on PinnedRecipe_C_OnAddInventoryItem"); \ static_assert(sizeof(PinnedRecipe_C_OnAddInventoryItem) == 0x000038, "Wrong size on PinnedRecipe_C_OnAddInventoryItem"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, Name_0) == 0x000000, "Member 'PinnedRecipe_C_OnAddInventoryItem::Name_0' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, Count) == 0x000018, "Member 'PinnedRecipe_C_OnAddInventoryItem::Count' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, Icon) == 0x000020, "Member 'PinnedRecipe_C_OnAddInventoryItem::Icon' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, Placeholder) == 0x000028, "Member 'PinnedRecipe_C_OnAddInventoryItem::Placeholder' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'PinnedRecipe_C_OnAddInventoryItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000031, "Member 'PinnedRecipe_C_OnAddInventoryItem::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_OnAddInventoryItem, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'PinnedRecipe_C_OnAddInventoryItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_DrawModuleRecipe \ static_assert(alignof(PinnedRecipe_C_DrawModuleRecipe) == 0x000008, "Wrong alignment on PinnedRecipe_C_DrawModuleRecipe"); \ static_assert(sizeof(PinnedRecipe_C_DrawModuleRecipe) == 0x000160, "Wrong size on PinnedRecipe_C_DrawModuleRecipe"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, ModuleRecipe) == 0x000000, "Member 'PinnedRecipe_C_DrawModuleRecipe::ModuleRecipe' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_Array_LastIndex_ReturnValue) == 0x0000E8, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000F0, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'PinnedRecipe_C_DrawModuleRecipe::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, K2Node_DynamicCast_AsTexture_2D) == 0x000100, "Member 'PinnedRecipe_C_DrawModuleRecipe::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'PinnedRecipe_C_DrawModuleRecipe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_Array_Get_Item) == 0x000110, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000120, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_DrawRequirementItem_OutputPin) == 0x000128, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_DrawRequirementItem_OutputPin' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, Temp_int_Loop_Counter_Variable) == 0x000130, "Member 'PinnedRecipe_C_DrawModuleRecipe::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, Temp_float_Variable) == 0x000134, "Member 'PinnedRecipe_C_DrawModuleRecipe::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, CallFunc_Add_IntInt_ReturnValue) == 0x00013C, "Member 'PinnedRecipe_C_DrawModuleRecipe::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, Temp_float_Variable_1) == 0x000140, "Member 'PinnedRecipe_C_DrawModuleRecipe::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, Temp_bool_Variable) == 0x000144, "Member 'PinnedRecipe_C_DrawModuleRecipe::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, K2Node_Select_Default) == 0x000148, "Member 'PinnedRecipe_C_DrawModuleRecipe::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawModuleRecipe, K2Node_MakeStruct_Margin) == 0x00014C, "Member 'PinnedRecipe_C_DrawModuleRecipe::K2Node_MakeStruct_Margin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PinnedRecipe_C_DrawRequirementItem \ static_assert(alignof(PinnedRecipe_C_DrawRequirementItem) == 0x000008, "Wrong alignment on PinnedRecipe_C_DrawRequirementItem"); \ static_assert(sizeof(PinnedRecipe_C_DrawRequirementItem) == 0x000028, "Wrong size on PinnedRecipe_C_DrawRequirementItem"); \ static_assert(offsetof(PinnedRecipe_C_DrawRequirementItem, Amount) == 0x000000, "Member 'PinnedRecipe_C_DrawRequirementItem::Amount' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRequirementItem, ResourceClass) == 0x000008, "Member 'PinnedRecipe_C_DrawRequirementItem::ResourceClass' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRequirementItem, OutputPin) == 0x000010, "Member 'PinnedRecipe_C_DrawRequirementItem::OutputPin' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRequirementItem, CallFunc_Create_ReturnValue) == 0x000018, "Member 'PinnedRecipe_C_DrawRequirementItem::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PinnedRecipe_C_DrawRequirementItem, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000020, "Member 'PinnedRecipe_C_DrawRequirementItem::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPinnedRecipe_C \ static_assert(alignof(UPinnedRecipe_C) == 0x000008, "Wrong alignment on UPinnedRecipe_C"); \ static_assert(sizeof(UPinnedRecipe_C) == 0x000418, "Wrong size on UPinnedRecipe_C"); \ static_assert(offsetof(UPinnedRecipe_C, UberGraphFrame) == 0x000260, "Member 'UPinnedRecipe_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPinnedRecipe_C, BasicItemIcon) == 0x000268, "Member 'UPinnedRecipe_C::BasicItemIcon' has a wrong offset!"); \ static_assert(offsetof(UPinnedRecipe_C, InvalidationWrapper) == 0x000270, "Member 'UPinnedRecipe_C::InvalidationWrapper' has a wrong offset!"); \ static_assert(offsetof(UPinnedRecipe_C, RequiredResourcesWrapper) == 0x000278, "Member 'UPinnedRecipe_C::RequiredResourcesWrapper' has a wrong offset!"); \ static_assert(offsetof(UPinnedRecipe_C, Craft_Recipe_Data) == 0x000280, "Member 'UPinnedRecipe_C::Craft_Recipe_Data' has a wrong offset!"); \ static_assert(offsetof(UPinnedRecipe_C, Module_Recipe_Data) == 0x000330, "Member 'UPinnedRecipe_C::Module_Recipe_Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_ExecuteUbergraph_InventoryWidget \ static_assert(alignof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget) == 0x000008, "Wrong alignment on InventoryWidget_C_ExecuteUbergraph_InventoryWidget"); \ static_assert(sizeof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget) == 0x000280, "Wrong size on InventoryWidget_C_ExecuteUbergraph_InventoryWidget"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, EntryPoint) == 0x000000, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, Temp_bool_Variable) == 0x000004, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, Temp_bool_Variable_1) == 0x000005, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_Payload_3) == 0x000008, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_Payload_3' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_Payload_2) == 0x000010, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_Payload_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_IsDesignTime) == 0x000018, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_PointerEvent) == 0x000020, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_Operation) == 0x000090, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000098, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_AsInventory_Placeholder) == 0x0000B0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_AsInventory_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_Payload_1) == 0x0000C0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_Payload_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_AsPlaceholder_Drag_Visual) == 0x0000D0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_AsPlaceholder_Drag_Visual' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_GetCachedGeometry_ReturnValue) == 0x0000DC, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_GetPlaceholder_ReturnValue) == 0x000118, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_LocalToViewport_PixelPosition) == 0x000120, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_LocalToViewport_ViewportPosition) == 0x000128, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x000130, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000134, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Select_Default) == 0x000138, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Select_Default_1) == 0x00013C, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_MakeVector2D_ReturnValue) == 0x000140, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000148, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000150, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000160, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_X) == 0x000168, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_Y) == 0x00016C, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_IsValid_ReturnValue_2) == 0x000170, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_X_1) == 0x000174, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_Y_1) == 0x000178, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_FTrunc_ReturnValue) == 0x00017C, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_FTrunc_ReturnValue_1) == 0x000180, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_CanPlaceAt_bSuccess) == 0x000184, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_CanPlaceAt_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_CanPlaceAt_ReturnValue) == 0x000188, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_CanPlaceAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x000198, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_LocalToViewport_PixelPosition_1) == 0x0001D0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_LocalToViewport_PixelPosition_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_LocalToViewport_ViewportPosition_1) == 0x0001D8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_LocalToViewport_ViewportPosition_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0001E0, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Array_Length_ReturnValue) == 0x0001E8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x0001EC, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001F4, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_X_2) == 0x0001F8, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_BreakVector2D_Y_2) == 0x0001FC, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Round_ReturnValue) == 0x000200, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Round_ReturnValue_1) == 0x000204, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000208, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00020C, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_MakeVector2D_ReturnValue_1) == 0x000210, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000218, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_GetCachedGeometry_ReturnValue_2) == 0x000220, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_GetCachedGeometry_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_LocalToAbsolute_ReturnValue) == 0x000258, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_IsUnderLocation_ReturnValue) == 0x000260, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_IsUnderLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_Event_Payload) == 0x000268, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_Event_Payload' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, K2Node_CustomEvent_Inventory) == 0x000270, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::K2Node_CustomEvent_Inventory' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_ExecuteUbergraph_InventoryWidget, CallFunc_CanReplaceAt_ReturnValue) == 0x000278, "Member 'InventoryWidget_C_ExecuteUbergraph_InventoryWidget::CallFunc_CanReplaceAt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_SetInventory \ static_assert(alignof(InventoryWidget_C_SetInventory) == 0x000008, "Wrong alignment on InventoryWidget_C_SetInventory"); \ static_assert(sizeof(InventoryWidget_C_SetInventory) == 0x000008, "Wrong size on InventoryWidget_C_SetInventory"); \ static_assert(offsetof(InventoryWidget_C_SetInventory, Inventory_0) == 0x000000, "Member 'InventoryWidget_C_SetInventory::Inventory_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnCustomDragLeave \ static_assert(alignof(InventoryWidget_C_OnCustomDragLeave) == 0x000008, "Wrong alignment on InventoryWidget_C_OnCustomDragLeave"); \ static_assert(sizeof(InventoryWidget_C_OnCustomDragLeave) == 0x000008, "Wrong size on InventoryWidget_C_OnCustomDragLeave"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragLeave, Payload) == 0x000000, "Member 'InventoryWidget_C_OnCustomDragLeave::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnCustomDragOver \ static_assert(alignof(InventoryWidget_C_OnCustomDragOver) == 0x000008, "Wrong alignment on InventoryWidget_C_OnCustomDragOver"); \ static_assert(sizeof(InventoryWidget_C_OnCustomDragOver) == 0x000008, "Wrong size on InventoryWidget_C_OnCustomDragOver"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragOver, Payload) == 0x000000, "Member 'InventoryWidget_C_OnCustomDragOver::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnDragLeave \ static_assert(alignof(InventoryWidget_C_OnDragLeave) == 0x000008, "Wrong alignment on InventoryWidget_C_OnDragLeave"); \ static_assert(sizeof(InventoryWidget_C_OnDragLeave) == 0x000078, "Wrong size on InventoryWidget_C_OnDragLeave"); \ static_assert(offsetof(InventoryWidget_C_OnDragLeave, PointerEvent) == 0x000000, "Member 'InventoryWidget_C_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnDragLeave, Operation) == 0x000070, "Member 'InventoryWidget_C_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_PreConstruct \ static_assert(alignof(InventoryWidget_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryWidget_C_PreConstruct"); \ static_assert(sizeof(InventoryWidget_C_PreConstruct) == 0x000001, "Wrong size on InventoryWidget_C_PreConstruct"); \ static_assert(offsetof(InventoryWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnCustomDragStarted \ static_assert(alignof(InventoryWidget_C_OnCustomDragStarted) == 0x000008, "Wrong alignment on InventoryWidget_C_OnCustomDragStarted"); \ static_assert(sizeof(InventoryWidget_C_OnCustomDragStarted) == 0x000008, "Wrong size on InventoryWidget_C_OnCustomDragStarted"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragStarted, Payload) == 0x000000, "Member 'InventoryWidget_C_OnCustomDragStarted::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnCustomDragEnter \ static_assert(alignof(InventoryWidget_C_OnCustomDragEnter) == 0x000008, "Wrong alignment on InventoryWidget_C_OnCustomDragEnter"); \ static_assert(sizeof(InventoryWidget_C_OnCustomDragEnter) == 0x000008, "Wrong size on InventoryWidget_C_OnCustomDragEnter"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragEnter, Payload) == 0x000000, "Member 'InventoryWidget_C_OnCustomDragEnter::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_Draw \ static_assert(alignof(InventoryWidget_C_Draw) == 0x000008, "Wrong alignment on InventoryWidget_C_Draw"); \ static_assert(sizeof(InventoryWidget_C_Draw) == 0x000108, "Wrong size on InventoryWidget_C_Draw"); \ static_assert(offsetof(InventoryWidget_C_Draw, Temp_int_Variable) == 0x000000, "Member 'InventoryWidget_C_Draw::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'InventoryWidget_C_Draw::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Multiply_IntInt_ReturnValue) == 0x000008, "Member 'InventoryWidget_C_Draw::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'InventoryWidget_C_Draw::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'InventoryWidget_C_Draw::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'InventoryWidget_C_Draw::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'InventoryWidget_C_Draw::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Subtract_ByteByte_ReturnValue) == 0x000020, "Member 'InventoryWidget_C_Draw::CallFunc_Subtract_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Subtract_ByteByte_ReturnValue_1) == 0x000028, "Member 'InventoryWidget_C_Draw::CallFunc_Subtract_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x00002C, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'InventoryWidget_C_Draw::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000034, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_ByteToInt_ReturnValue_3) == 0x000038, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_ByteToInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00003C, "Member 'InventoryWidget_C_Draw::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000040, "Member 'InventoryWidget_C_Draw::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_SlotAsBorderSlot_ReturnValue) == 0x000048, "Member 'InventoryWidget_C_Draw::CallFunc_SlotAsBorderSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_GetOwningPlayer_ReturnValue) == 0x000050, "Member 'InventoryWidget_C_Draw::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Create_ReturnValue) == 0x000058, "Member 'InventoryWidget_C_Draw::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Create_ReturnValue_1) == 0x000060, "Member 'InventoryWidget_C_Draw::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_AddChildToCanvas_ReturnValue) == 0x000068, "Member 'InventoryWidget_C_Draw::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'InventoryWidget_C_Draw::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, Temp_int_Variable_1) == 0x000078, "Member 'InventoryWidget_C_Draw::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000080, "Member 'InventoryWidget_C_Draw::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'InventoryWidget_C_Draw::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x00008C, "Member 'InventoryWidget_C_Draw::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_GetLayoutIDAt_ReturnValue) == 0x000090, "Member 'InventoryWidget_C_Draw::CallFunc_GetLayoutIDAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Add_IntInt_ReturnValue_3) == 0x000094, "Member 'InventoryWidget_C_Draw::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_IntToText_ReturnValue) == 0x000098, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000B0, "Member 'InventoryWidget_C_Draw::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_MakeVector2D_ReturnValue) == 0x0000B4, "Member 'InventoryWidget_C_Draw::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000BC, "Member 'InventoryWidget_C_Draw::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000C0, "Member 'InventoryWidget_C_Draw::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0000C8, "Member 'InventoryWidget_C_Draw::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'InventoryWidget_C_Draw::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'InventoryWidget_C_Draw::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'InventoryWidget_C_Draw::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_IsValid_ReturnValue_1) == 0x0000FC, "Member 'InventoryWidget_C_Draw::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Less_IntInt_ReturnValue) == 0x0000FD, "Member 'InventoryWidget_C_Draw::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Draw, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000100, "Member 'InventoryWidget_C_Draw::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0 \ static_assert(alignof(InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0) == 0x000004, "Wrong alignment on InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0"); \ static_assert(sizeof(InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0) == 0x000020, "Wrong size on InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0"); \ static_assert(offsetof(InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0, CallFunc_SelectColor_ReturnValue) == 0x000010, "Member 'InventoryWidget_C_Get_PlaceholderImage_ColorAndOpacity_0::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryWidget_C_OnCustomDragDrop \ static_assert(alignof(InventoryWidget_C_OnCustomDragDrop) == 0x000008, "Wrong alignment on InventoryWidget_C_OnCustomDragDrop"); \ static_assert(sizeof(InventoryWidget_C_OnCustomDragDrop) == 0x0000D8, "Wrong size on InventoryWidget_C_OnCustomDragDrop"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, Payload) == 0x000000, "Member 'InventoryWidget_C_OnCustomDragDrop::Payload' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, NewDragWidget) == 0x000008, "Member 'InventoryWidget_C_OnCustomDragDrop::NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, bSuccess) == 0x000010, "Member 'InventoryWidget_C_OnCustomDragDrop::bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, DragPlaceholder) == 0x000018, "Member 'InventoryWidget_C_OnCustomDragDrop::DragPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, Success) == 0x000020, "Member 'InventoryWidget_C_OnCustomDragDrop::Success' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, NewWidget) == 0x000028, "Member 'InventoryWidget_C_OnCustomDragDrop::NewWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, K2Node_DynamicCast_AsPlaceholder_Drag_Visual) == 0x000030, "Member 'InventoryWidget_C_OnCustomDragDrop::K2Node_DynamicCast_AsPlaceholder_Drag_Visual' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'InventoryWidget_C_OnCustomDragDrop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_X) == 0x00003C, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_GetPlaceholder_ReturnValue) == 0x000048, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue) == 0x000050, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue_1) == 0x000054, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_Create_ReturnValue) == 0x000058, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_X_1) == 0x000060, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_Y_1) == 0x000064, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_EnterDragMode_ReturnValue) == 0x000068, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_EnterDragMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue_2) == 0x000070, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue_3) == 0x000074, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_X_2) == 0x000078, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_BreakVector2D_Y_2) == 0x00007C, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue_4) == 0x000080, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_IsValid_ReturnValue) == 0x000084, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_FTrunc_ReturnValue_5) == 0x000088, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_FTrunc_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_CanPlaceAt_bSuccess) == 0x00008C, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_CanPlaceAt_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_CanPlaceAt_ReturnValue) == 0x000090, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_CanPlaceAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_CanReplaceAt_ReturnValue) == 0x0000A0, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_CanReplaceAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_CanStackCountWith_ReturnValue) == 0x0000A4, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_CanStackCountWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_SetVirtualHand_ReturnValue) == 0x0000B0, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_SetVirtualHand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000B8, "Member 'InventoryWidget_C_OnCustomDragDrop::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryWidget_C_OnCustomDragDrop, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D4, "Member 'InventoryWidget_C_OnCustomDragDrop::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryWidget_C \ static_assert(alignof(UInventoryWidget_C) == 0x000008, "Wrong alignment on UInventoryWidget_C"); \ static_assert(sizeof(UInventoryWidget_C) == 0x000330, "Wrong size on UInventoryWidget_C"); \ static_assert(offsetof(UInventoryWidget_C, UberGraphFrame) == 0x000280, "Member 'UInventoryWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, GridSizeBox) == 0x000288, "Member 'UInventoryWidget_C::GridSizeBox' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, Image_89) == 0x000290, "Member 'UInventoryWidget_C::Image_89' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, LayoutDebug) == 0x000298, "Member 'UInventoryWidget_C::LayoutDebug' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, Overlay_0) == 0x0002A0, "Member 'UInventoryWidget_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, PlaceholderImage) == 0x0002A8, "Member 'UInventoryWidget_C::PlaceholderImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, PlaceholderSizeBox) == 0x0002B0, "Member 'UInventoryWidget_C::PlaceholderSizeBox' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, SizeBox_5) == 0x0002B8, "Member 'UInventoryWidget_C::SizeBox_5' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, SizeBox_6) == 0x0002C0, "Member 'UInventoryWidget_C::SizeBox_6' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, SlotCanvas) == 0x0002C8, "Member 'UInventoryWidget_C::SlotCanvas' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, Inventory) == 0x0002D0, "Member 'UInventoryWidget_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, TileSize) == 0x0002D8, "Member 'UInventoryWidget_C::TileSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, PlaceholderWidget) == 0x0002E0, "Member 'UInventoryWidget_C::PlaceholderWidget' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, Player) == 0x0002E8, "Member 'UInventoryWidget_C::Player' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, PlaceholderPosition) == 0x0002F0, "Member 'UInventoryWidget_C::PlaceholderPosition' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, PlaceholderSize) == 0x0002F8, "Member 'UInventoryWidget_C::PlaceholderSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, CellPosition) == 0x000300, "Member 'UInventoryWidget_C::CellPosition' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, Placeholder) == 0x000308, "Member 'UInventoryWidget_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, bCanPlace) == 0x000310, "Member 'UInventoryWidget_C::bCanPlace' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, InventoryWidth) == 0x000314, "Member 'UInventoryWidget_C::InventoryWidth' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, InventoryHeight) == 0x000318, "Member 'UInventoryWidget_C::InventoryHeight' has a wrong offset!"); \ static_assert(offsetof(UInventoryWidget_C, OnCustomDragEnded) == 0x000320, "Member 'UInventoryWidget_C::OnCustomDragEnded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget \ static_assert(alignof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget"); \ static_assert(sizeof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget) == 0x000310, "Wrong size on EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, EntryPoint) == 0x000000, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_byte_Variable) == 0x000004, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable) == 0x000008, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_1) == 0x000020, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_2) == 0x000038, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_3) == 0x000050, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_4) == 0x000068, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_5) == 0x000080, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_6) == 0x000098, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_7) == 0x0000B0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_8) == 0x0000C8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_9) == 0x0000E0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_10) == 0x0000F8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_11) == 0x000110, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_12) == 0x000128, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_13) == 0x000140, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_14) == 0x000158, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_15) == 0x000170, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_16) == 0x000188, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_16' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_17) == 0x0001A0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_17' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, Temp_text_Variable_18) == 0x0001B8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::Temp_text_Variable_18' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0001D0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0001E0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001E8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_PointerEvent) == 0x0001F8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_Operation) == 0x000268, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_AsInventory_Placeholder) == 0x000270, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_AsInventory_Placeholder' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_bSuccess_1) == 0x000278, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_CustomEvent_Placeholder) == 0x000280, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_Payload_3) == 0x000288, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_Payload_3' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_AsPlaceholder_Drag_Visual) == 0x000290, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_AsPlaceholder_Drag_Visual' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_bSuccess_2) == 0x000298, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_IsValid_ReturnValue) == 0x000299, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_GetPlaceholder_ReturnValue) == 0x0002A0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_CanPlace_ReturnValue) == 0x0002A8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_Payload_2) == 0x0002B0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_Payload_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_Payload_1) == 0x0002B8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_Payload_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Event_Payload) == 0x0002C0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Event_Payload' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_AsPlaceholder_Drag_Visual_1) == 0x0002C8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_AsPlaceholder_Drag_Visual_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_DynamicCast_bSuccess_3) == 0x0002D0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_IsValid_ReturnValue_1) == 0x0002D1, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_GetPlaceholder_ReturnValue_1) == 0x0002D8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_CanPlace_ReturnValue_1) == 0x0002E0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_CanPlace_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_IsValid_ReturnValue_2) == 0x0002E1, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_CustomEvent_Inventory) == 0x0002E8, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_CustomEvent_Inventory' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, K2Node_Select_Default) == 0x0002F0, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget, CallFunc_GetSlot_ReturnValue) == 0x000308, "Member 'EquipmentSlotWidget_C_ExecuteUbergraph_EquipmentSlotWidget::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_SetSlotInventory \ static_assert(alignof(EquipmentSlotWidget_C_SetSlotInventory) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_SetSlotInventory"); \ static_assert(sizeof(EquipmentSlotWidget_C_SetSlotInventory) == 0x000008, "Wrong size on EquipmentSlotWidget_C_SetSlotInventory"); \ static_assert(offsetof(EquipmentSlotWidget_C_SetSlotInventory, Inventory) == 0x000000, "Member 'EquipmentSlotWidget_C_SetSlotInventory::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnCustomDragStarted \ static_assert(alignof(EquipmentSlotWidget_C_OnCustomDragStarted) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnCustomDragStarted"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnCustomDragStarted) == 0x000008, "Wrong size on EquipmentSlotWidget_C_OnCustomDragStarted"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragStarted, Payload) == 0x000000, "Member 'EquipmentSlotWidget_C_OnCustomDragStarted::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnCustomDragLeave \ static_assert(alignof(EquipmentSlotWidget_C_OnCustomDragLeave) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnCustomDragLeave"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnCustomDragLeave) == 0x000008, "Wrong size on EquipmentSlotWidget_C_OnCustomDragLeave"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragLeave, Payload) == 0x000000, "Member 'EquipmentSlotWidget_C_OnCustomDragLeave::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnCustomDragEnter \ static_assert(alignof(EquipmentSlotWidget_C_OnCustomDragEnter) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnCustomDragEnter"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnCustomDragEnter) == 0x000008, "Wrong size on EquipmentSlotWidget_C_OnCustomDragEnter"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragEnter, Payload) == 0x000000, "Member 'EquipmentSlotWidget_C_OnCustomDragEnter::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnCustomDragOver \ static_assert(alignof(EquipmentSlotWidget_C_OnCustomDragOver) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnCustomDragOver"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnCustomDragOver) == 0x000008, "Wrong size on EquipmentSlotWidget_C_OnCustomDragOver"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragOver, Payload) == 0x000000, "Member 'EquipmentSlotWidget_C_OnCustomDragOver::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnSlotUpdate_Event_0 \ static_assert(alignof(EquipmentSlotWidget_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnSlotUpdate_Event_0"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong size on EquipmentSlotWidget_C_OnSlotUpdate_Event_0"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnSlotUpdate_Event_0, Placeholder) == 0x000000, "Member 'EquipmentSlotWidget_C_OnSlotUpdate_Event_0::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnDragLeave \ static_assert(alignof(EquipmentSlotWidget_C_OnDragLeave) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnDragLeave"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnDragLeave) == 0x000078, "Wrong size on EquipmentSlotWidget_C_OnDragLeave"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnDragLeave, PointerEvent) == 0x000000, "Member 'EquipmentSlotWidget_C_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnDragLeave, Operation) == 0x000070, "Member 'EquipmentSlotWidget_C_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_Draw \ static_assert(alignof(EquipmentSlotWidget_C_Draw) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_Draw"); \ static_assert(sizeof(EquipmentSlotWidget_C_Draw) == 0x0000E0, "Wrong size on EquipmentSlotWidget_C_Draw"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable) == 0x000000, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_1) == 0x000008, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_2) == 0x000010, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_3) == 0x000018, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_4) == 0x000020, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_5) == 0x000028, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_6) == 0x000030, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_7) == 0x000038, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_8) == 0x000040, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_9) == 0x000048, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_10) == 0x000050, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_11) == 0x000058, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_12) == 0x000060, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_13) == 0x000068, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_14) == 0x000070, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_15) == 0x000078, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_16) == 0x000080, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_17) == 0x000088, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_17' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_struct_Variable_18) == 0x000090, "Member 'EquipmentSlotWidget_C_Draw::Temp_struct_Variable_18' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, CallFunc_Create_ReturnValue) == 0x000098, "Member 'EquipmentSlotWidget_C_Draw::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, CallFunc_AddChild_ReturnValue) == 0x0000A0, "Member 'EquipmentSlotWidget_C_Draw::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, Temp_byte_Variable) == 0x0000A8, "Member 'EquipmentSlotWidget_C_Draw::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, CallFunc_GetPlaceholder_ReturnValue) == 0x0000B0, "Member 'EquipmentSlotWidget_C_Draw::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'EquipmentSlotWidget_C_Draw::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, K2Node_Select_Default) == 0x0000BC, "Member 'EquipmentSlotWidget_C_Draw::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Draw, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000C8, "Member 'EquipmentSlotWidget_C_Draw::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0 \ static_assert(alignof(EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0) == 0x000004, "Wrong alignment on EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0"); \ static_assert(sizeof(EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0) == 0x000030, "Wrong size on EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0"); \ static_assert(offsetof(EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0, CallFunc_SelectColor_ReturnValue) == 0x000010, "Member 'EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0, CallFunc_SelectColor_ReturnValue_1) == 0x000020, "Member 'EquipmentSlotWidget_C_Get_Backgrond_ColorAndOpacity_0::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EquipmentSlotWidget_C_OnCustomDragDrop \ static_assert(alignof(EquipmentSlotWidget_C_OnCustomDragDrop) == 0x000008, "Wrong alignment on EquipmentSlotWidget_C_OnCustomDragDrop"); \ static_assert(sizeof(EquipmentSlotWidget_C_OnCustomDragDrop) == 0x0000B0, "Wrong size on EquipmentSlotWidget_C_OnCustomDragDrop"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, Payload) == 0x000000, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::Payload' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, NewDragWidget) == 0x000008, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::NewDragWidget' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, bSuccess) == 0x000010, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::bSuccess' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, InsertPlaceholder) == 0x000018, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::InsertPlaceholder' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_AsPlaceholder_Drag_Visual) == 0x000020, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_AsPlaceholder_Drag_Visual' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_Create_ReturnValue) == 0x000038, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_EnterDragMode_ReturnValue) == 0x000040, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_EnterDragMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_CanPlace_ReturnValue) == 0x000048, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_CanStack_ReturnValue) == 0x00004A, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_CanStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_GetInventoryOwner_ReturnValue) == 0x000050, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_GetInventoryOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_AsFGEquipment_Inventory_Component) == 0x000058, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_AsFGEquipment_Inventory_Component' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_AsFGEquipment_Inventory_Component_1) == 0x000068, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_AsFGEquipment_Inventory_Component_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_GetSlot_ReturnValue) == 0x000078, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000080, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000088, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_IsValid_ReturnValue_1) == 0x000089, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, CallFunc_SetVirtualHand_ReturnValue) == 0x000090, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::CallFunc_SetVirtualHand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EquipmentSlotWidget_C_OnCustomDragDrop, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x000098, "Member 'EquipmentSlotWidget_C_OnCustomDragDrop::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEquipmentSlotWidget_C \ static_assert(alignof(UEquipmentSlotWidget_C) == 0x000008, "Wrong alignment on UEquipmentSlotWidget_C"); \ static_assert(sizeof(UEquipmentSlotWidget_C) == 0x0002E0, "Wrong size on UEquipmentSlotWidget_C"); \ static_assert(offsetof(UEquipmentSlotWidget_C, UberGraphFrame) == 0x000280, "Member 'UEquipmentSlotWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, Backgrond) == 0x000288, "Member 'UEquipmentSlotWidget_C::Backgrond' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, PlaceholderSlot) == 0x000290, "Member 'UEquipmentSlotWidget_C::PlaceholderSlot' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, SlotName) == 0x000298, "Member 'UEquipmentSlotWidget_C::SlotName' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, SlotOverlay) == 0x0002A0, "Member 'UEquipmentSlotWidget_C::SlotOverlay' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, CellSize) == 0x0002A8, "Member 'UEquipmentSlotWidget_C::CellSize' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, VSize) == 0x0002AC, "Member 'UEquipmentSlotWidget_C::VSize' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, HSize) == 0x0002B0, "Member 'UEquipmentSlotWidget_C::HSize' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, SlotType) == 0x0002B4, "Member 'UEquipmentSlotWidget_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, SlotObject) == 0x0002B8, "Member 'UEquipmentSlotWidget_C::SlotObject' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, EquipInventory) == 0x0002C0, "Member 'UEquipmentSlotWidget_C::EquipInventory' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, bCanPlace) == 0x0002C8, "Member 'UEquipmentSlotWidget_C::bCanPlace' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, bIsInDragDrop) == 0x0002C9, "Member 'UEquipmentSlotWidget_C::bIsInDragDrop' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, NewWidget) == 0x0002D0, "Member 'UEquipmentSlotWidget_C::NewWidget' has a wrong offset!"); \ static_assert(offsetof(UEquipmentSlotWidget_C, Player) == 0x0002D8, "Member 'UEquipmentSlotWidget_C::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATestSEDotEffect_C \ static_assert(alignof(ATestSEDotEffect_C) == 0x000008, "Wrong alignment on ATestSEDotEffect_C"); \ static_assert(sizeof(ATestSEDotEffect_C) == 0x000338, "Wrong size on ATestSEDotEffect_C"); \ static_assert(offsetof(ATestSEDotEffect_C, DefaultSceneRoot) == 0x000330, "Member 'ATestSEDotEffect_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkStatComponent_C \ static_assert(alignof(USharkStatComponent_C) == 0x000008, "Wrong alignment on USharkStatComponent_C"); \ static_assert(sizeof(USharkStatComponent_C) == 0x0001A8, "Wrong size on USharkStatComponent_C"); \ #define DUMPER7_ASSERTS_GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect \ static_assert(alignof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect) == 0x000008, "Wrong alignment on GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect"); \ static_assert(sizeof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect) == 0x000070, "Wrong size on GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, EntryPoint) == 0x000000, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_GetDynamicMaterials_ReturnValue) == 0x000008, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_GetDynamicMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_GetDynamicMaterials_ReturnValue_1) == 0x000018, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_GetDynamicMaterials_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_GetDynamicMaterials_ReturnValue_2) == 0x000030, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_GetDynamicMaterials_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_IsValid_ReturnValue_3) == 0x000040, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_GetDynamicMaterials_ReturnValue_3) == 0x000048, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_GetDynamicMaterials_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_IsValid_ReturnValue_4) == 0x000058, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect, CallFunc_GetDynamicMaterials_ReturnValue_4) == 0x000060, "Member 'GenericStatusEffect_C_ExecuteUbergraph_GenericStatusEffect::CallFunc_GetDynamicMaterials_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStatusEffect_C_Niagara_Set_Status_Effect \ static_assert(alignof(GenericStatusEffect_C_Niagara_Set_Status_Effect) == 0x000008, "Wrong alignment on GenericStatusEffect_C_Niagara_Set_Status_Effect"); \ static_assert(sizeof(GenericStatusEffect_C_Niagara_Set_Status_Effect) == 0x000070, "Wrong size on GenericStatusEffect_C_Niagara_Set_Status_Effect"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, StatusColorBody) == 0x000000, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::StatusColorBody' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, SM_MaterialInstance_LocalArray) == 0x000010, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::SM_MaterialInstance_LocalArray' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, ST_Parameters_DefaultSE_0) == 0x000020, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::ST_Parameters_DefaultSE_0' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, Temp_int_Array_Index_Variable) == 0x000044, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Array_Get_Item) == 0x000050, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Niagara_Set_Status_Effect, CallFunc_Array_Get_Item_1) == 0x000064, "Member 'GenericStatusEffect_C_Niagara_Set_Status_Effect::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStatusEffect_C_Create_Niagara_Temp_SE_Component \ static_assert(alignof(GenericStatusEffect_C_Create_Niagara_Temp_SE_Component) == 0x000008, "Wrong alignment on GenericStatusEffect_C_Create_Niagara_Temp_SE_Component"); \ static_assert(sizeof(GenericStatusEffect_C_Create_Niagara_Temp_SE_Component) == 0x000010, "Wrong size on GenericStatusEffect_C_Create_Niagara_Temp_SE_Component"); \ static_assert(offsetof(GenericStatusEffect_C_Create_Niagara_Temp_SE_Component, NiagaraEffect) == 0x000000, "Member 'GenericStatusEffect_C_Create_Niagara_Temp_SE_Component::NiagaraEffect' has a wrong offset!"); \ static_assert(offsetof(GenericStatusEffect_C_Create_Niagara_Temp_SE_Component, CallFunc_CreateNiagaraComponent_ReturnValue) == 0x000008, "Member 'GenericStatusEffect_C_Create_Niagara_Temp_SE_Component::CallFunc_CreateNiagaraComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStatusEffect_C_PlayStartSound \ static_assert(alignof(GenericStatusEffect_C_PlayStartSound) == 0x000008, "Wrong alignment on GenericStatusEffect_C_PlayStartSound"); \ static_assert(sizeof(GenericStatusEffect_C_PlayStartSound) == 0x000008, "Wrong size on GenericStatusEffect_C_PlayStartSound"); \ static_assert(offsetof(GenericStatusEffect_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'GenericStatusEffect_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStatusEffect_C_PlayStopSound \ static_assert(alignof(GenericStatusEffect_C_PlayStopSound) == 0x000008, "Wrong alignment on GenericStatusEffect_C_PlayStopSound"); \ static_assert(sizeof(GenericStatusEffect_C_PlayStopSound) == 0x000008, "Wrong size on GenericStatusEffect_C_PlayStopSound"); \ static_assert(offsetof(GenericStatusEffect_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'GenericStatusEffect_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenericStatusEffect_C \ static_assert(alignof(UGenericStatusEffect_C) == 0x000008, "Wrong alignment on UGenericStatusEffect_C"); \ static_assert(sizeof(UGenericStatusEffect_C) == 0x0001B8, "Wrong size on UGenericStatusEffect_C"); \ static_assert(offsetof(UGenericStatusEffect_C, UberGraphFrame) == 0x0000E8, "Member 'UGenericStatusEffect_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, StatusColorBody_Default) == 0x0000F0, "Member 'UGenericStatusEffect_C::StatusColorBody_Default' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, ST_Parameters_DefaultSE) == 0x000100, "Member 'UGenericStatusEffect_C::ST_Parameters_DefaultSE' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, TEMP_NiagaraEffect_SE) == 0x000110, "Member 'UGenericStatusEffect_C::TEMP_NiagaraEffect_SE' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, StatusColorBody_Burning) == 0x000118, "Member 'UGenericStatusEffect_C::StatusColorBody_Burning' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, ST_Parameters_BurningSE) == 0x000128, "Member 'UGenericStatusEffect_C::ST_Parameters_BurningSE' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, NiagaraEffect_Burning) == 0x000138, "Member 'UGenericStatusEffect_C::NiagaraEffect_Burning' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, StatusColorBody_Poison) == 0x000140, "Member 'UGenericStatusEffect_C::StatusColorBody_Poison' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, ST_Parameters_Poison) == 0x000150, "Member 'UGenericStatusEffect_C::ST_Parameters_Poison' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, NiagaraEffect_Poison) == 0x000160, "Member 'UGenericStatusEffect_C::NiagaraEffect_Poison' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, StatusColorBody_Lightning) == 0x000168, "Member 'UGenericStatusEffect_C::StatusColorBody_Lightning' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, ST_Parameters_Lightning) == 0x000178, "Member 'UGenericStatusEffect_C::ST_Parameters_Lightning' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, NiagaraEffect_Lightning) == 0x000188, "Member 'UGenericStatusEffect_C::NiagaraEffect_Lightning' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, StatusColorBody_Freezing) == 0x000190, "Member 'UGenericStatusEffect_C::StatusColorBody_Freezing' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, ST_Parameters_Freezing) == 0x0001A0, "Member 'UGenericStatusEffect_C::ST_Parameters_Freezing' has a wrong offset!"); \ static_assert(offsetof(UGenericStatusEffect_C, NiagaraEffect_Freeze) == 0x0001B0, "Member 'UGenericStatusEffect_C::NiagaraEffect_Freeze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechController_C_ExecuteUbergraph_LeechController \ static_assert(alignof(LeechController_C_ExecuteUbergraph_LeechController) == 0x000008, "Wrong alignment on LeechController_C_ExecuteUbergraph_LeechController"); \ static_assert(sizeof(LeechController_C_ExecuteUbergraph_LeechController) == 0x0000F0, "Wrong size on LeechController_C_ExecuteUbergraph_LeechController"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, EntryPoint) == 0x000000, "Member 'LeechController_C_ExecuteUbergraph_LeechController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_ComponentBoundEvent_Actor) == 0x000008, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_ComponentBoundEvent_Stimulus) == 0x000010, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_GetAttachCompActor_SceneComp) == 0x000050, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_GetAttachCompActor_SceneComp' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000060, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_GetTrain_ReturnValue) == 0x000070, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_GetTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_IsValid_ReturnValue_1) == 0x000078, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_GetAttachCompTrain_SceneComp) == 0x000080, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_GetAttachCompTrain_SceneComp' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_IsValid_ReturnValue_2) == 0x000088, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000089, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_K2_GetPawn_ReturnValue) == 0x000090, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_IsValid_ReturnValue_3) == 0x000098, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0000A0, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_AsLeech) == 0x0000A8, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x0000B8, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x0000C8, "Member 'LeechController_C_ExecuteUbergraph_LeechController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_AsLeech_1) == 0x0000D0, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_AsLeech_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_bSuccess_3) == 0x0000D8, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_AsTrain_Attach_Component_1) == 0x0000E0, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_AsTrain_Attach_Component_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_ExecuteUbergraph_LeechController, K2Node_DynamicCast_bSuccess_4) == 0x0000E8, "Member 'LeechController_C_ExecuteUbergraph_LeechController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'LeechController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechController_C_GetAttachCompDebris \ static_assert(alignof(LeechController_C_GetAttachCompDebris) == 0x000008, "Wrong alignment on LeechController_C_GetAttachCompDebris"); \ static_assert(sizeof(LeechController_C_GetAttachCompDebris) == 0x000050, "Wrong size on LeechController_C_GetAttachCompDebris"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, Debris) == 0x000000, "Member 'LeechController_C_GetAttachCompDebris::Debris' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, SceneComp) == 0x000008, "Member 'LeechController_C_GetAttachCompDebris::SceneComp' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, Temp_int_Array_Index_Variable) == 0x000010, "Member 'LeechController_C_GetAttachCompDebris::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_GetChildrenComponents_Children) == 0x000018, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_Array_Get_Item) == 0x000028, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x000038, "Member 'LeechController_C_GetAttachCompDebris::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'LeechController_C_GetAttachCompDebris::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_CanTake_ReturnValue) == 0x000041, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_CanTake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'LeechController_C_GetAttachCompDebris::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompDebris, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'LeechController_C_GetAttachCompDebris::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechController_C_GetAttachCompTrain \ static_assert(alignof(LeechController_C_GetAttachCompTrain) == 0x000008, "Wrong alignment on LeechController_C_GetAttachCompTrain"); \ static_assert(sizeof(LeechController_C_GetAttachCompTrain) == 0x000100, "Wrong size on LeechController_C_GetAttachCompTrain"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Train) == 0x000000, "Member 'LeechController_C_GetAttachCompTrain::Train' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, SceneComp) == 0x000008, "Member 'LeechController_C_GetAttachCompTrain::SceneComp' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Result) == 0x000010, "Member 'LeechController_C_GetAttachCompTrain::Result' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, MinDistance) == 0x000018, "Member 'LeechController_C_GetAttachCompTrain::MinDistance' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Canidates) == 0x000020, "Member 'LeechController_C_GetAttachCompTrain::Canidates' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Array_Index_Variable) == 0x000030, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_GetWagons_ReturnValue) == 0x000038, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Array_Index_Variable_2) == 0x000064, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Get_Item) == 0x000068, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_GetChildrenComponents_Children) == 0x000070, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, K2Node_DynamicCast_AsFGAICharacter) == 0x000090, "Member 'LeechController_C_GetAttachCompTrain::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'LeechController_C_GetAttachCompTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x0000A0, "Member 'LeechController_C_GetAttachCompTrain::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'LeechController_C_GetAttachCompTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_CanVoidNavigateActorComponent_ReturnValue) == 0x0000B0, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_CanVoidNavigateActorComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_CanTake_ReturnValue) == 0x0000B1, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_CanTake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, Temp_int_Loop_Counter_Variable_2) == 0x0000B4, "Member 'LeechController_C_GetAttachCompTrain::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B8, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000BC, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0000C0, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Length_ReturnValue_2) == 0x0000E0, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000E4, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E8, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000F4, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Array_Add_ReturnValue) == 0x0000F8, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompTrain, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000FC, "Member 'LeechController_C_GetAttachCompTrain::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechController_C_GetAttachCompActor \ static_assert(alignof(LeechController_C_GetAttachCompActor) == 0x000008, "Wrong alignment on LeechController_C_GetAttachCompActor"); \ static_assert(sizeof(LeechController_C_GetAttachCompActor) == 0x000070, "Wrong size on LeechController_C_GetAttachCompActor"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, Actor) == 0x000000, "Member 'LeechController_C_GetAttachCompActor::Actor' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, SceneComp) == 0x000008, "Member 'LeechController_C_GetAttachCompActor::SceneComp' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'LeechController_C_GetAttachCompActor::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'LeechController_C_GetAttachCompActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_GetChildrenComponents_Children) == 0x000020, "Member 'LeechController_C_GetAttachCompActor::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_Array_Get_Item) == 0x000030, "Member 'LeechController_C_GetAttachCompActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'LeechController_C_GetAttachCompActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, K2Node_DynamicCast_AsTrain_Attach_Component) == 0x000040, "Member 'LeechController_C_GetAttachCompActor::K2Node_DynamicCast_AsTrain_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'LeechController_C_GetAttachCompActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_CanTake_ReturnValue) == 0x000049, "Member 'LeechController_C_GetAttachCompActor::CallFunc_CanTake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'LeechController_C_GetAttachCompActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'LeechController_C_GetAttachCompActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'LeechController_C_GetAttachCompActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_K2_GetPawn_ReturnValue) == 0x000058, "Member 'LeechController_C_GetAttachCompActor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, K2Node_DynamicCast_AsFGAICharacter) == 0x000060, "Member 'LeechController_C_GetAttachCompActor::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'LeechController_C_GetAttachCompActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechController_C_GetAttachCompActor, CallFunc_CanVoidNavigateActorComponent_ReturnValue) == 0x000069, "Member 'LeechController_C_GetAttachCompActor::CallFunc_CanVoidNavigateActorComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeechController_C \ static_assert(alignof(ALeechController_C) == 0x000008, "Wrong alignment on ALeechController_C"); \ static_assert(sizeof(ALeechController_C) == 0x0003E0, "Wrong size on ALeechController_C"); \ static_assert(offsetof(ALeechController_C, UberGraphFrame) == 0x0003D0, "Member 'ALeechController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALeechController_C, bFollowingDebris) == 0x0003D8, "Member 'ALeechController_C::bFollowingDebris' has a wrong offset!"); \ static_assert(offsetof(ALeechController_C, bFollowingTrain) == 0x0003D9, "Member 'ALeechController_C::bFollowingTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Bleeding_C_BP_GetDotDamageMultiplier \ static_assert(alignof(SE_Bleeding_C_BP_GetDotDamageMultiplier) == 0x000004, "Wrong alignment on SE_Bleeding_C_BP_GetDotDamageMultiplier"); \ static_assert(sizeof(SE_Bleeding_C_BP_GetDotDamageMultiplier) == 0x000008, "Wrong size on SE_Bleeding_C_BP_GetDotDamageMultiplier"); \ static_assert(offsetof(SE_Bleeding_C_BP_GetDotDamageMultiplier, ReturnValue) == 0x000000, "Member 'SE_Bleeding_C_BP_GetDotDamageMultiplier::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Bleeding_C_BP_GetDotDamageMultiplier, CallFunc_GetImplicitModValue_ReturnValue) == 0x000004, "Member 'SE_Bleeding_C_BP_GetDotDamageMultiplier::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Bleeding_C_PlayStartSound \ static_assert(alignof(SE_Bleeding_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Bleeding_C_PlayStartSound"); \ static_assert(sizeof(SE_Bleeding_C_PlayStartSound) == 0x000008, "Wrong size on SE_Bleeding_C_PlayStartSound"); \ static_assert(offsetof(SE_Bleeding_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Bleeding_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Bleeding_C_PlayStopSound \ static_assert(alignof(SE_Bleeding_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Bleeding_C_PlayStopSound"); \ static_assert(sizeof(SE_Bleeding_C_PlayStopSound) == 0x000008, "Wrong size on SE_Bleeding_C_PlayStopSound"); \ static_assert(offsetof(SE_Bleeding_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Bleeding_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Bleeding_C \ static_assert(alignof(USE_Bleeding_C) == 0x000008, "Wrong alignment on USE_Bleeding_C"); \ static_assert(sizeof(USE_Bleeding_C) == 0x0001B8, "Wrong size on USE_Bleeding_C"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon \ static_assert(alignof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon) == 0x000008, "Wrong alignment on NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon) == 0x000090, "Wrong size on NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, EntryPoint) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, Temp_bool_True_if_break_was_hit_Variable) == 0x00000C, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, Temp_int_Array_Index_Variable) == 0x000010, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_Event_Character_1) == 0x000018, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_Event_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_Event_Character) == 0x000020, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_GetEnemyTrain_ReturnValue) == 0x000028, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_GetLocomotive_ReturnValue) == 0x000030, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000040, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_GetInstalledModules_ReturnValue) == 0x000050, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Array_Get_Item) == 0x000068, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_DynamicCast_AsBP_Harpoon) == 0x000078, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_DynamicCast_AsBP_Harpoon' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon, CallFunc_Get_Stand_Location_StandLocation) == 0x000084, "Member 'NaziJob_TrainHarpoon_C_ExecuteUbergraph_NaziJob_TrainHarpoon::CallFunc_Get_Stand_Location_StandLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_OnExclude \ static_assert(alignof(NaziJob_TrainHarpoon_C_OnExclude) == 0x000008, "Wrong alignment on NaziJob_TrainHarpoon_C_OnExclude"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_OnExclude) == 0x000008, "Wrong size on NaziJob_TrainHarpoon_C_OnExclude"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_OnExclude, Character) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_OnExclude::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_OnAssign \ static_assert(alignof(NaziJob_TrainHarpoon_C_OnAssign) == 0x000008, "Wrong alignment on NaziJob_TrainHarpoon_C_OnAssign"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_OnAssign) == 0x000008, "Wrong size on NaziJob_TrainHarpoon_C_OnAssign"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_OnAssign, Character) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_OnAssign::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_IsValidJob \ static_assert(alignof(NaziJob_TrainHarpoon_C_IsValidJob) == 0x000001, "Wrong alignment on NaziJob_TrainHarpoon_C_IsValidJob"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_IsValidJob) == 0x000003, "Wrong size on NaziJob_TrainHarpoon_C_IsValidJob"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidJob, CallFunc_Need_Operator_bIsOperatorNeeded) == 0x000001, "Member 'NaziJob_TrainHarpoon_C_IsValidJob::CallFunc_Need_Operator_bIsOperatorNeeded' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'NaziJob_TrainHarpoon_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB) == 0x000040, "Wrong size on NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000020, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x00002D, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000030, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000034, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB, CallFunc_Less_FloatFloat_ReturnValue) == 0x000038, "Member 'NaziJob_TrainHarpoon_C_IsCharacterA_Better_CharacterB::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainHarpoon_C_IsValidForJob \ static_assert(alignof(NaziJob_TrainHarpoon_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_TrainHarpoon_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_TrainHarpoon_C_IsValidForJob) == 0x000020, "Wrong size on NaziJob_TrainHarpoon_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_TrainHarpoon_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_TrainHarpoon_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_TrainHarpoon_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainHarpoon_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_TrainHarpoon_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_TrainHarpoon_C \ static_assert(alignof(UNaziJob_TrainHarpoon_C) == 0x000008, "Wrong alignment on UNaziJob_TrainHarpoon_C"); \ static_assert(sizeof(UNaziJob_TrainHarpoon_C) == 0x000088, "Wrong size on UNaziJob_TrainHarpoon_C"); \ static_assert(offsetof(UNaziJob_TrainHarpoon_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_TrainHarpoon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainHarpoon_C, Soldier_Parent_Class) == 0x000068, "Member 'UNaziJob_TrainHarpoon_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainHarpoon_C, HarpoonStandLocation) == 0x000070, "Member 'UNaziJob_TrainHarpoon_C::HarpoonStandLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainHarpoon_C, Harpoon) == 0x000080, "Member 'UNaziJob_TrainHarpoon_C::Harpoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponProjectileType_C_UpdateProjectileType \ static_assert(alignof(WeaponProjectileType_C_UpdateProjectileType) == 0x000008, "Wrong alignment on WeaponProjectileType_C_UpdateProjectileType"); \ static_assert(sizeof(WeaponProjectileType_C_UpdateProjectileType) == 0x000170, "Wrong size on WeaponProjectileType_C_UpdateProjectileType"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, WorkingWeapon) == 0x000000, "Member 'WeaponProjectileType_C_UpdateProjectileType::WorkingWeapon' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, Temp_byte_Variable) == 0x000008, "Member 'WeaponProjectileType_C_UpdateProjectileType::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, Temp_object_Variable) == 0x000010, "Member 'WeaponProjectileType_C_UpdateProjectileType::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, CallFunc_GetBarrelDescription_ReturnValue) == 0x000018, "Member 'WeaponProjectileType_C_UpdateProjectileType::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'WeaponProjectileType_C_UpdateProjectileType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0000C0, "Member 'WeaponProjectileType_C_UpdateProjectileType::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, K2Node_Select_Default) == 0x000160, "Member 'WeaponProjectileType_C_UpdateProjectileType::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_UpdateProjectileType, CallFunc_IsValid_ReturnValue_1) == 0x000168, "Member 'WeaponProjectileType_C_UpdateProjectileType::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponProjectileType_C_PreviewProjectileType \ static_assert(alignof(WeaponProjectileType_C_PreviewProjectileType) == 0x000008, "Wrong alignment on WeaponProjectileType_C_PreviewProjectileType"); \ static_assert(sizeof(WeaponProjectileType_C_PreviewProjectileType) == 0x000198, "Wrong size on WeaponProjectileType_C_PreviewProjectileType"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, PreviewWeapon) == 0x000000, "Member 'WeaponProjectileType_C_PreviewProjectileType::PreviewWeapon' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_object_Variable) == 0x000008, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_object_Variable_1) == 0x000018, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_object_Variable_2) == 0x000020, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_object_Variable_3) == 0x000028, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_byte_Variable) == 0x000030, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_GetBarrelDescription_ReturnValue) == 0x000038, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, Temp_object_Variable_4) == 0x0000E0, "Member 'WeaponProjectileType_C_PreviewProjectileType::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, K2Node_Select_Default) == 0x0000E8, "Member 'WeaponProjectileType_C_PreviewProjectileType::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0000F0, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000190, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponProjectileType_C_PreviewProjectileType, CallFunc_IsValid_ReturnValue_2) == 0x000191, "Member 'WeaponProjectileType_C_PreviewProjectileType::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponProjectileType_C \ static_assert(alignof(UWeaponProjectileType_C) == 0x000008, "Wrong alignment on UWeaponProjectileType_C"); \ static_assert(sizeof(UWeaponProjectileType_C) == 0x000288, "Wrong size on UWeaponProjectileType_C"); \ static_assert(offsetof(UWeaponProjectileType_C, Type_Bullet) == 0x000260, "Member 'UWeaponProjectileType_C::Type_Bullet' has a wrong offset!"); \ static_assert(offsetof(UWeaponProjectileType_C, Type_Grenade) == 0x000268, "Member 'UWeaponProjectileType_C::Type_Grenade' has a wrong offset!"); \ static_assert(offsetof(UWeaponProjectileType_C, Type_Hunter) == 0x000270, "Member 'UWeaponProjectileType_C::Type_Hunter' has a wrong offset!"); \ static_assert(offsetof(UWeaponProjectileType_C, Type_Spread) == 0x000278, "Member 'UWeaponProjectileType_C::Type_Spread' has a wrong offset!"); \ static_assert(offsetof(UWeaponProjectileType_C, CurrentProjectile) == 0x000280, "Member 'UWeaponProjectileType_C::CurrentProjectile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModsList_C_RedrawWeaponMods \ static_assert(alignof(WeaponModsList_C_RedrawWeaponMods) == 0x000008, "Wrong alignment on WeaponModsList_C_RedrawWeaponMods"); \ static_assert(sizeof(WeaponModsList_C_RedrawWeaponMods) == 0x000280, "Wrong size on WeaponModsList_C_RedrawWeaponMods"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, Weapon) == 0x000000, "Member 'WeaponModsList_C_RedrawWeaponMods::Weapon' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, ModEntry) == 0x000008, "Member 'WeaponModsList_C_RedrawWeaponMods::ModEntry' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CurrentMod) == 0x000010, "Member 'WeaponModsList_C_RedrawWeaponMods::CurrentMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WeaponModsList_C_RedrawWeaponMods::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WeaponModsList_C_RedrawWeaponMods::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000048, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_GenerateWeaponSettings_Settings) == 0x000060, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_CalcModDesc_ReturnText) == 0x000248, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_CalcModDesc_ReturnText' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_CalcModDesc_ReturnValue) == 0x000260, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_CalcModDesc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_TextIsEmpty_ReturnValue) == 0x000264, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Not_PreBool_ReturnValue) == 0x000265, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Array_Get_Item) == 0x000268, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Array_Length_ReturnValue) == 0x000278, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_RedrawWeaponMods, CallFunc_Less_IntInt_ReturnValue) == 0x00027C, "Member 'WeaponModsList_C_RedrawWeaponMods::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModsList_C_PreviewChanges \ static_assert(alignof(WeaponModsList_C_PreviewChanges) == 0x000008, "Wrong alignment on WeaponModsList_C_PreviewChanges"); \ static_assert(sizeof(WeaponModsList_C_PreviewChanges) == 0x000288, "Wrong size on WeaponModsList_C_PreviewChanges"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, Weapon) == 0x000000, "Member 'WeaponModsList_C_PreviewChanges::Weapon' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CurrentPreviewMod) == 0x000008, "Member 'WeaponModsList_C_PreviewChanges::CurrentPreviewMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, PreviewWeaponMods) == 0x000018, "Member 'WeaponModsList_C_PreviewChanges::PreviewWeaponMods' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WeaponModsList_C_PreviewChanges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Array_Get_Item) == 0x000030, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000038, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000048, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WeaponModsList_C_PreviewChanges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Array_Get_Item_2) == 0x000050, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000068, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00006C, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_CheckModInList_CurrentMod) == 0x000070, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_CheckModInList_CurrentMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_CheckModInList_bFound) == 0x000080, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_CheckModInList_bFound' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000088, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_PreviewChanges, CallFunc_GenerateWeaponSettings_Settings) == 0x0000A0, "Member 'WeaponModsList_C_PreviewChanges::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModsList_C_CheckModInList \ static_assert(alignof(WeaponModsList_C_CheckModInList) == 0x000008, "Wrong alignment on WeaponModsList_C_CheckModInList"); \ static_assert(sizeof(WeaponModsList_C_CheckModInList) == 0x000070, "Wrong size on WeaponModsList_C_CheckModInList"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, TestMod) == 0x000000, "Member 'WeaponModsList_C_CheckModInList::TestMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, ModsList) == 0x000010, "Member 'WeaponModsList_C_CheckModInList::ModsList' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CurrentMod) == 0x000020, "Member 'WeaponModsList_C_CheckModInList::CurrentMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, bfound) == 0x000030, "Member 'WeaponModsList_C_CheckModInList::bfound' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WeaponModsList_C_CheckModInList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WeaponModsList_C_CheckModInList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WeaponModsList_C_CheckModInList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CallFunc_Array_Get_Item) == 0x000040, "Member 'WeaponModsList_C_CheckModInList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WeaponModsList_C_CheckModInList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WeaponModsList_C_CheckModInList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, K2Node_MakeStruct_WeaponImplicitModSettings) == 0x000058, "Member 'WeaponModsList_C_CheckModInList::K2Node_MakeStruct_WeaponImplicitModSettings' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_CheckModInList, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'WeaponModsList_C_CheckModInList::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModsList_C_DrawPreviewAdds \ static_assert(alignof(WeaponModsList_C_DrawPreviewAdds) == 0x000008, "Wrong alignment on WeaponModsList_C_DrawPreviewAdds"); \ static_assert(sizeof(WeaponModsList_C_DrawPreviewAdds) == 0x000098, "Wrong size on WeaponModsList_C_DrawPreviewAdds"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, PreviewMods) == 0x000000, "Member 'WeaponModsList_C_DrawPreviewAdds::PreviewMods' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CurrentPreviewMod) == 0x000010, "Member 'WeaponModsList_C_DrawPreviewAdds::CurrentPreviewMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WeaponModsList_C_DrawPreviewAdds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Array_Get_Item) == 0x000028, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'WeaponModsList_C_DrawPreviewAdds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_CalcModDesc_ReturnText) == 0x000048, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_CalcModDesc_ReturnText' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_CalcModDesc_ReturnValue) == 0x000060, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_CalcModDesc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_TextIsEmpty_ReturnValue) == 0x000064, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Not_PreBool_ReturnValue) == 0x000065, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Create_ReturnValue) == 0x000068, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_AddChild_ReturnValue) == 0x000078, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_CheckModInList_CurrentMod) == 0x000080, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_CheckModInList_CurrentMod' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_CheckModInList_bFound) == 0x000090, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_CheckModInList_bFound' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_DrawPreviewAdds, CallFunc_Not_PreBool_ReturnValue_1) == 0x000091, "Member 'WeaponModsList_C_DrawPreviewAdds::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponModsList_C_ResetPreview \ static_assert(alignof(WeaponModsList_C_ResetPreview) == 0x000008, "Wrong alignment on WeaponModsList_C_ResetPreview"); \ static_assert(sizeof(WeaponModsList_C_ResetPreview) == 0x000030, "Wrong size on WeaponModsList_C_ResetPreview"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, Temp_int_Variable) == 0x000000, "Member 'WeaponModsList_C_ResetPreview::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, Temp_int_Variable_1) == 0x000004, "Member 'WeaponModsList_C_ResetPreview::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Array_Get_Item) == 0x000010, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WeaponModsList_C_ResetPreview, CallFunc_Less_IntInt_ReturnValue_1) == 0x00002C, "Member 'WeaponModsList_C_ResetPreview::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponModsList_C \ static_assert(alignof(UWeaponModsList_C) == 0x000008, "Wrong alignment on UWeaponModsList_C"); \ static_assert(sizeof(UWeaponModsList_C) == 0x000298, "Wrong size on UWeaponModsList_C"); \ static_assert(offsetof(UWeaponModsList_C, ListWrapper) == 0x000260, "Member 'UWeaponModsList_C::ListWrapper' has a wrong offset!"); \ static_assert(offsetof(UWeaponModsList_C, CurrentMods) == 0x000268, "Member 'UWeaponModsList_C::CurrentMods' has a wrong offset!"); \ static_assert(offsetof(UWeaponModsList_C, CurrentEntries) == 0x000278, "Member 'UWeaponModsList_C::CurrentEntries' has a wrong offset!"); \ static_assert(offsetof(UWeaponModsList_C, PreviewEntries) == 0x000288, "Member 'UWeaponModsList_C::PreviewEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponCoreDescription_C_ShowCoreInformation \ static_assert(alignof(WeaponCoreDescription_C_ShowCoreInformation) == 0x000008, "Wrong alignment on WeaponCoreDescription_C_ShowCoreInformation"); \ static_assert(sizeof(WeaponCoreDescription_C_ShowCoreInformation) == 0x000208, "Wrong size on WeaponCoreDescription_C_ShowCoreInformation"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, Placeholder) == 0x000000, "Member 'WeaponCoreDescription_C_ShowCoreInformation::Placeholder' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, LocalDescription) == 0x000008, "Member 'WeaponCoreDescription_C_ShowCoreInformation::LocalDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'WeaponCoreDescription_C_ShowCoreInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, CallFunc_GetCoreDescription_CoreDescription) == 0x0000F0, "Member 'WeaponCoreDescription_C_ShowCoreInformation::CallFunc_GetCoreDescription_CoreDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0001D0, "Member 'WeaponCoreDescription_C_ShowCoreInformation::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, CallFunc_CalcWeaponCoreDesc_CoreNameText) == 0x0001D8, "Member 'WeaponCoreDescription_C_ShowCoreInformation::CallFunc_CalcWeaponCoreDesc_CoreNameText' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_ShowCoreInformation, CallFunc_CalcWeaponCoreDesc_CoreDescriptionText) == 0x0001F0, "Member 'WeaponCoreDescription_C_ShowCoreInformation::CallFunc_CalcWeaponCoreDesc_CoreDescriptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponCoreDescription_C_DrawCorePreview \ static_assert(alignof(WeaponCoreDescription_C_DrawCorePreview) == 0x000008, "Wrong alignment on WeaponCoreDescription_C_DrawCorePreview"); \ static_assert(sizeof(WeaponCoreDescription_C_DrawCorePreview) == 0x0001D0, "Wrong size on WeaponCoreDescription_C_DrawCorePreview"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCorePreview, NewCorePlaceholder) == 0x000000, "Member 'WeaponCoreDescription_C_DrawCorePreview::NewCorePlaceholder' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCorePreview, LocalDescription) == 0x000008, "Member 'WeaponCoreDescription_C_DrawCorePreview::LocalDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCorePreview, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'WeaponCoreDescription_C_DrawCorePreview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCorePreview, CallFunc_GetCoreDescription_CoreDescription) == 0x0000F0, "Member 'WeaponCoreDescription_C_DrawCorePreview::CallFunc_GetCoreDescription_CoreDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponCoreDescription_C_GetCoreDescription \ static_assert(alignof(WeaponCoreDescription_C_GetCoreDescription) == 0x000008, "Wrong alignment on WeaponCoreDescription_C_GetCoreDescription"); \ static_assert(sizeof(WeaponCoreDescription_C_GetCoreDescription) == 0x0002D8, "Wrong size on WeaponCoreDescription_C_GetCoreDescription"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CorePlaceholder) == 0x000000, "Member 'WeaponCoreDescription_C_GetCoreDescription::CorePlaceholder' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CoreDescription) == 0x000008, "Member 'WeaponCoreDescription_C_GetCoreDescription::CoreDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, LocalDescription) == 0x0000E8, "Member 'WeaponCoreDescription_C_GetCoreDescription::LocalDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x0001C8, "Member 'WeaponCoreDescription_C_GetCoreDescription::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'WeaponCoreDescription_C_GetCoreDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0001D8, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0001E0, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x0001E8, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x0002C8, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_Array_Length_ReturnValue) == 0x0002CC, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_GetCoreDescription, CallFunc_Greater_IntInt_ReturnValue) == 0x0002D0, "Member 'WeaponCoreDescription_C_GetCoreDescription::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeaponCoreDescription_C_DrawCoreDescription \ static_assert(alignof(WeaponCoreDescription_C_DrawCoreDescription) == 0x000008, "Wrong alignment on WeaponCoreDescription_C_DrawCoreDescription"); \ static_assert(sizeof(WeaponCoreDescription_C_DrawCoreDescription) == 0x000118, "Wrong size on WeaponCoreDescription_C_DrawCoreDescription"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCoreDescription, WeaponCoreDescription) == 0x000000, "Member 'WeaponCoreDescription_C_DrawCoreDescription::WeaponCoreDescription' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCoreDescription, CallFunc_CalcWeaponCoreDesc_CoreNameText) == 0x0000E0, "Member 'WeaponCoreDescription_C_DrawCoreDescription::CallFunc_CalcWeaponCoreDesc_CoreNameText' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCoreDescription, CallFunc_CalcWeaponCoreDesc_CoreDescriptionText) == 0x0000F8, "Member 'WeaponCoreDescription_C_DrawCoreDescription::CallFunc_CalcWeaponCoreDesc_CoreDescriptionText' has a wrong offset!"); \ static_assert(offsetof(WeaponCoreDescription_C_DrawCoreDescription, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000110, "Member 'WeaponCoreDescription_C_DrawCoreDescription::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeaponCoreDescription_C \ static_assert(alignof(UWeaponCoreDescription_C) == 0x000008, "Wrong alignment on UWeaponCoreDescription_C"); \ static_assert(sizeof(UWeaponCoreDescription_C) == 0x000358, "Wrong size on UWeaponCoreDescription_C"); \ static_assert(offsetof(UWeaponCoreDescription_C, BenchV2_Elem_Info2) == 0x000260, "Member 'UWeaponCoreDescription_C::BenchV2_Elem_Info2' has a wrong offset!"); \ static_assert(offsetof(UWeaponCoreDescription_C, CoreWrapper) == 0x000268, "Member 'UWeaponCoreDescription_C::CoreWrapper' has a wrong offset!"); \ static_assert(offsetof(UWeaponCoreDescription_C, CurrentDescription) == 0x000270, "Member 'UWeaponCoreDescription_C::CurrentDescription' has a wrong offset!"); \ static_assert(offsetof(UWeaponCoreDescription_C, bIsExist) == 0x000350, "Member 'UWeaponCoreDescription_C::bIsExist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack \ static_assert(alignof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack) == 0x000010, "Wrong alignment on SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack) == 0x000470, "Wrong size on SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, EntryPoint) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_Actor) == 0x000008, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_13) == 0x000010, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_GetParentActor_ReturnValue) == 0x000018, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsFGWagon) == 0x000020, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsFGWagon_1) == 0x000030, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsFGAICharacter) == 0x000040, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_GetTransform_ReturnValue) == 0x000050, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_12) == 0x000080, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_11) == 0x000098, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_10) == 0x0000B0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, Temp_name_Variable) == 0x0000C8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_9) == 0x000100, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_8) == 0x000108, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_6) == 0x000110, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_7) == 0x000120, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_7) == 0x000128, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_6) == 0x000138, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_8) == 0x000140, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_5) == 0x000150, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_9) == 0x000158, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, Temp_name_Variable_1) == 0x000168, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_10) == 0x000170, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_4) == 0x000180, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_3) == 0x000188, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_11) == 0x000190, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_2) == 0x0001A0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001A8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_1) == 0x0001B8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001C0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName) == 0x0001D0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_14) == 0x0001D8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, Temp_name_Variable_2) == 0x0001E8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_15) == 0x0001F0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000200, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000208, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x000218, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_RandomFloat_ReturnValue) == 0x000220, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x000224, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x000228, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000230, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_Event_DeltaTime) == 0x000238, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsShark) == 0x000240, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess_3) == 0x000248, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsValid_ReturnValue_1) == 0x000249, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00024C, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000258, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_16) == 0x000264, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000274, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_FindLookAtRotation_ReturnValue) == 0x000280, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_RInterpTo_ReturnValue) == 0x00028C, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000298, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsShark_1) == 0x0002A0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess_4) == 0x0002A8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OverlappedComponent) == 0x0002B0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OtherActor_1) == 0x0002B8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OtherComp_1) == 0x0002C0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OtherBodyIndex) == 0x0002C8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_bFromSweep) == 0x0002CC, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_SweepResult) == 0x0002D0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CreateDelegate_OutputDelegate_17) == 0x000358, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000368, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsValid_ReturnValue_2) == 0x000370, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000378, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsValid_ReturnValue_3) == 0x000380, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000381, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000382, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000388, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000390, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_AsShark_2) == 0x000398, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_DynamicCast_bSuccess_5) == 0x0003A0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0003A1, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Array_Contains_ReturnValue) == 0x0003A2, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003A3, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_IsPlaying_ReturnValue) == 0x0003A4, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_BooleanAND_ReturnValue) == 0x0003A5, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x0003A6, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NotifyName_14) == 0x0003A8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003B0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_HitComponent) == 0x0003B8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OtherActor) == 0x0003C0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_OtherComp) == 0x0003C8, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_NormalImpulse) == 0x0003D0, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, K2Node_CustomEvent_Hit) == 0x0003DC, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack, CallFunc_BooleanAND_ReturnValue_2) == 0x000464, "Member 'SharkAction_RamTrainAttack_C_ExecuteUbergraph_SharkAction_RamTrainAttack::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnHitActor \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnHitActor) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttack_C_OnHitActor"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnHitActor) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnHitActor"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnHitActor, Actor) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnHitActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnComponentHit_Event_0 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttack_C_OnComponentHit_Event_0"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0) == 0x0000B0, "Wrong size on SharkAction_RamTrainAttack_C_OnComponentHit_Event_0"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0, HitComponent) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnComponentHit_Event_0::HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_RamTrainAttack_C_OnComponentHit_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_RamTrainAttack_C_OnComponentHit_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0, NormalImpulse) == 0x000018, "Member 'SharkAction_RamTrainAttack_C_OnComponentHit_Event_0::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentHit_Event_0, Hit) == 0x000024, "Member 'SharkAction_RamTrainAttack_C_OnComponentHit_Event_0::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_RamTrainAttack_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_Tick \ static_assert(alignof(SharkAction_RamTrainAttack_C_Tick) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_Tick"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_Tick) == 0x000004, "Wrong size on SharkAction_RamTrainAttack_C_Tick"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnCompleted_E544FCBD4DE93102C1462A91B886D396::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnBlendOut_E544FCBD4DE93102C1462A91B886D396::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnInterrupted_E544FCBD4DE93102C1462A91B886D396::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyBegin_E544FCBD4DE93102C1462A91B886D396::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyEnd_E544FCBD4DE93102C1462A91B886D396::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnCompleted_E4A01ED54F1B5846547B42BF222B9737::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnBlendOut_E4A01ED54F1B5846547B42BF222B9737::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnInterrupted_E4A01ED54F1B5846547B42BF222B9737::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyBegin_E4A01ED54F1B5846547B42BF222B9737::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyEnd_E4A01ED54F1B5846547B42BF222B9737::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnCompleted_E06BBC2C4CBE9F58DE9BC982E4E44205::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnBlendOut_E06BBC2C4CBE9F58DE9BC982E4E44205::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnInterrupted_E06BBC2C4CBE9F58DE9BC982E4E44205::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyBegin_E06BBC2C4CBE9F58DE9BC982E4E44205::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205 \ static_assert(alignof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205) == 0x000008, "Wrong size on SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_OnNotifyEnd_E06BBC2C4CBE9F58DE9BC982E4E44205::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_IsValidAction \ static_assert(alignof(SharkAction_RamTrainAttack_C_IsValidAction) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttack_C_IsValidAction"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_IsValidAction) == 0x000018, "Wrong size on SharkAction_RamTrainAttack_C_IsValidAction"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'SharkAction_RamTrainAttack_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttack_C_CanBeTerminated \ static_assert(alignof(SharkAction_RamTrainAttack_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_RamTrainAttack_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_RamTrainAttack_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_RamTrainAttack_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_RamTrainAttack_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttack_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_RamTrainAttack_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_RamTrainAttack_C \ static_assert(alignof(USharkAction_RamTrainAttack_C) == 0x000008, "Wrong alignment on USharkAction_RamTrainAttack_C"); \ static_assert(sizeof(USharkAction_RamTrainAttack_C) == 0x000110, "Wrong size on USharkAction_RamTrainAttack_C"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_RamTrainAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, CurrentGoalLocation) == 0x0000C0, "Member 'USharkAction_RamTrainAttack_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, bIsPlayingAttack) == 0x0000CC, "Member 'USharkAction_RamTrainAttack_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, AttackMontage) == 0x0000D0, "Member 'USharkAction_RamTrainAttack_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, EndMontage) == 0x0000D8, "Member 'USharkAction_RamTrainAttack_C::EndMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, StartMontage) == 0x0000E0, "Member 'USharkAction_RamTrainAttack_C::StartMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, bAttackOnCooldown) == 0x0000E8, "Member 'USharkAction_RamTrainAttack_C::bAttackOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, AttackCooldownTime) == 0x0000EC, "Member 'USharkAction_RamTrainAttack_C::AttackCooldownTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, bIsPlayingHit) == 0x0000F0, "Member 'USharkAction_RamTrainAttack_C::bIsPlayingHit' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, HitSound) == 0x0000F8, "Member 'USharkAction_RamTrainAttack_C::HitSound' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttack_C, HittedActors) == 0x000100, "Member 'USharkAction_RamTrainAttack_C::HittedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemDescription_C_ExecuteUbergraph_ItemDescription \ static_assert(alignof(ItemDescription_C_ExecuteUbergraph_ItemDescription) == 0x000008, "Wrong alignment on ItemDescription_C_ExecuteUbergraph_ItemDescription"); \ static_assert(sizeof(ItemDescription_C_ExecuteUbergraph_ItemDescription) == 0x000010, "Wrong size on ItemDescription_C_ExecuteUbergraph_ItemDescription"); \ static_assert(offsetof(ItemDescription_C_ExecuteUbergraph_ItemDescription, EntryPoint) == 0x000000, "Member 'ItemDescription_C_ExecuteUbergraph_ItemDescription::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_ExecuteUbergraph_ItemDescription, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'ItemDescription_C_ExecuteUbergraph_ItemDescription::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemDescription_C_SetName \ static_assert(alignof(ItemDescription_C_SetName) == 0x000008, "Wrong alignment on ItemDescription_C_SetName"); \ static_assert(sizeof(ItemDescription_C_SetName) == 0x000018, "Wrong size on ItemDescription_C_SetName"); \ static_assert(offsetof(ItemDescription_C_SetName, ItemName) == 0x000000, "Member 'ItemDescription_C_SetName::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemDescription_C_OnInputTypeChanged \ static_assert(alignof(ItemDescription_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on ItemDescription_C_OnInputTypeChanged"); \ static_assert(sizeof(ItemDescription_C_OnInputTypeChanged) == 0x000009, "Wrong size on ItemDescription_C_OnInputTypeChanged"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'ItemDescription_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_bool_Variable) == 0x000001, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_byte_Variable) == 0x000002, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_byte_Variable_1) == 0x000003, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_bool_Variable_1) == 0x000004, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_byte_Variable_2) == 0x000005, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, Temp_byte_Variable_3) == 0x000006, "Member 'ItemDescription_C_OnInputTypeChanged::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, K2Node_Select_Default) == 0x000007, "Member 'ItemDescription_C_OnInputTypeChanged::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_OnInputTypeChanged, K2Node_Select_Default_1) == 0x000008, "Member 'ItemDescription_C_OnInputTypeChanged::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemDescription_C_SetHintText \ static_assert(alignof(ItemDescription_C_SetHintText) == 0x000008, "Wrong alignment on ItemDescription_C_SetHintText"); \ static_assert(sizeof(ItemDescription_C_SetHintText) == 0x000018, "Wrong size on ItemDescription_C_SetHintText"); \ static_assert(offsetof(ItemDescription_C_SetHintText, InText) == 0x000000, "Member 'ItemDescription_C_SetHintText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemDescription_C_SetInventoryFullMessage \ static_assert(alignof(ItemDescription_C_SetInventoryFullMessage) == 0x000008, "Wrong alignment on ItemDescription_C_SetInventoryFullMessage"); \ static_assert(sizeof(ItemDescription_C_SetInventoryFullMessage) == 0x000068, "Wrong size on ItemDescription_C_SetInventoryFullMessage"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, bShow) == 0x000000, "Member 'ItemDescription_C_SetInventoryFullMessage::bShow' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_bool_Variable) == 0x000001, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_struct_Variable) == 0x000004, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_struct_Variable_1) == 0x000014, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_bool_Variable_1) == 0x000024, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_byte_Variable) == 0x000025, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, Temp_byte_Variable_1) == 0x000026, "Member 'ItemDescription_C_SetInventoryFullMessage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, CallFunc_Not_PreBool_ReturnValue) == 0x000027, "Member 'ItemDescription_C_SetInventoryFullMessage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, K2Node_Select_Default) == 0x000028, "Member 'ItemDescription_C_SetInventoryFullMessage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, K2Node_Select_Default_1) == 0x00002C, "Member 'ItemDescription_C_SetInventoryFullMessage::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ItemDescription_C_SetInventoryFullMessage, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'ItemDescription_C_SetInventoryFullMessage::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UItemDescription_C \ static_assert(alignof(UItemDescription_C) == 0x000008, "Wrong alignment on UItemDescription_C"); \ static_assert(sizeof(UItemDescription_C) == 0x0002D0, "Wrong size on UItemDescription_C"); \ static_assert(offsetof(UItemDescription_C, UberGraphFrame) == 0x000260, "Member 'UItemDescription_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, ShowDescriptionAnim) == 0x000268, "Member 'UItemDescription_C::ShowDescriptionAnim' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DecriptionName) == 0x000270, "Member 'UItemDescription_C::DecriptionName' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DescriptionHints) == 0x000278, "Member 'UItemDescription_C::DescriptionHints' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DescriptionSeparator) == 0x000280, "Member 'UItemDescription_C::DescriptionSeparator' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DescriptionText) == 0x000288, "Member 'UItemDescription_C::DescriptionText' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DisassembleText) == 0x000290, "Member 'UItemDescription_C::DisassembleText' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, DisassembleTitle) == 0x000298, "Member 'UItemDescription_C::DisassembleTitle' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, HintText) == 0x0002A0, "Member 'UItemDescription_C::HintText' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, ItemDescription) == 0x0002A8, "Member 'UItemDescription_C::ItemDescription' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, PickupAllKeyHint) == 0x0002B0, "Member 'UItemDescription_C::PickupAllKeyHint' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, SelectKeyHint_1) == 0x0002B8, "Member 'UItemDescription_C::SelectKeyHint_1' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, SelectKeyhintBG) == 0x0002C0, "Member 'UItemDescription_C::SelectKeyhintBG' has a wrong offset!"); \ static_assert(offsetof(UItemDescription_C, SelectKeyhintText) == 0x0002C8, "Member 'UItemDescription_C::SelectKeyhintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Piercing_C_BP_GetDotDamageMultiplier \ static_assert(alignof(SE_Piercing_C_BP_GetDotDamageMultiplier) == 0x000004, "Wrong alignment on SE_Piercing_C_BP_GetDotDamageMultiplier"); \ static_assert(sizeof(SE_Piercing_C_BP_GetDotDamageMultiplier) == 0x000008, "Wrong size on SE_Piercing_C_BP_GetDotDamageMultiplier"); \ static_assert(offsetof(SE_Piercing_C_BP_GetDotDamageMultiplier, ReturnValue) == 0x000000, "Member 'SE_Piercing_C_BP_GetDotDamageMultiplier::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Piercing_C_BP_GetDotDamageMultiplier, CallFunc_GetImplicitModValue_ReturnValue) == 0x000004, "Member 'SE_Piercing_C_BP_GetDotDamageMultiplier::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Piercing_C_PlayStartSound \ static_assert(alignof(SE_Piercing_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Piercing_C_PlayStartSound"); \ static_assert(sizeof(SE_Piercing_C_PlayStartSound) == 0x000008, "Wrong size on SE_Piercing_C_PlayStartSound"); \ static_assert(offsetof(SE_Piercing_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Piercing_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Piercing_C_PlayStopSound \ static_assert(alignof(SE_Piercing_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Piercing_C_PlayStopSound"); \ static_assert(sizeof(SE_Piercing_C_PlayStopSound) == 0x000008, "Wrong size on SE_Piercing_C_PlayStopSound"); \ static_assert(offsetof(SE_Piercing_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Piercing_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Piercing_C \ static_assert(alignof(USE_Piercing_C) == 0x000008, "Wrong alignment on USE_Piercing_C"); \ static_assert(sizeof(USE_Piercing_C) == 0x0001B8, "Wrong size on USE_Piercing_C"); \ #define DUMPER7_ASSERTS_SE_Freezing_C_ExecuteUbergraph_SE_Freezing \ static_assert(alignof(SE_Freezing_C_ExecuteUbergraph_SE_Freezing) == 0x000004, "Wrong alignment on SE_Freezing_C_ExecuteUbergraph_SE_Freezing"); \ static_assert(sizeof(SE_Freezing_C_ExecuteUbergraph_SE_Freezing) == 0x000004, "Wrong size on SE_Freezing_C_ExecuteUbergraph_SE_Freezing"); \ static_assert(offsetof(SE_Freezing_C_ExecuteUbergraph_SE_Freezing, EntryPoint) == 0x000000, "Member 'SE_Freezing_C_ExecuteUbergraph_SE_Freezing::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Freezing_C_PlayStartSound \ static_assert(alignof(SE_Freezing_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Freezing_C_PlayStartSound"); \ static_assert(sizeof(SE_Freezing_C_PlayStartSound) == 0x000018, "Wrong size on SE_Freezing_C_PlayStartSound"); \ static_assert(offsetof(SE_Freezing_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Freezing_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(SE_Freezing_C_PlayStartSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'SE_Freezing_C_PlayStartSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Freezing_C_PlayStartSound, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'SE_Freezing_C_PlayStartSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Freezing_C_PlayStopSound \ static_assert(alignof(SE_Freezing_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Freezing_C_PlayStopSound"); \ static_assert(sizeof(SE_Freezing_C_PlayStopSound) == 0x000008, "Wrong size on SE_Freezing_C_PlayStopSound"); \ static_assert(offsetof(SE_Freezing_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Freezing_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Freezing_C \ static_assert(alignof(USE_Freezing_C) == 0x000008, "Wrong alignment on USE_Freezing_C"); \ static_assert(sizeof(USE_Freezing_C) == 0x0001C0, "Wrong size on USE_Freezing_C"); \ static_assert(offsetof(USE_Freezing_C, UberGraphFrame_SE_Freezing_C) == 0x0001B8, "Member 'USE_Freezing_C::UberGraphFrame_SE_Freezing_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Combustion_C_ExecuteUbergraph_SE_Combustion \ static_assert(alignof(SE_Combustion_C_ExecuteUbergraph_SE_Combustion) == 0x000004, "Wrong alignment on SE_Combustion_C_ExecuteUbergraph_SE_Combustion"); \ static_assert(sizeof(SE_Combustion_C_ExecuteUbergraph_SE_Combustion) == 0x000004, "Wrong size on SE_Combustion_C_ExecuteUbergraph_SE_Combustion"); \ static_assert(offsetof(SE_Combustion_C_ExecuteUbergraph_SE_Combustion, EntryPoint) == 0x000000, "Member 'SE_Combustion_C_ExecuteUbergraph_SE_Combustion::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Combustion_C_BP_GetDotDamageMultiplier \ static_assert(alignof(SE_Combustion_C_BP_GetDotDamageMultiplier) == 0x000004, "Wrong alignment on SE_Combustion_C_BP_GetDotDamageMultiplier"); \ static_assert(sizeof(SE_Combustion_C_BP_GetDotDamageMultiplier) == 0x000008, "Wrong size on SE_Combustion_C_BP_GetDotDamageMultiplier"); \ static_assert(offsetof(SE_Combustion_C_BP_GetDotDamageMultiplier, ReturnValue) == 0x000000, "Member 'SE_Combustion_C_BP_GetDotDamageMultiplier::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Combustion_C_BP_GetDotDamageMultiplier, CallFunc_GetImplicitModValue_ReturnValue) == 0x000004, "Member 'SE_Combustion_C_BP_GetDotDamageMultiplier::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Combustion_C_BP_GetDurationModifier \ static_assert(alignof(SE_Combustion_C_BP_GetDurationModifier) == 0x000004, "Wrong alignment on SE_Combustion_C_BP_GetDurationModifier"); \ static_assert(sizeof(SE_Combustion_C_BP_GetDurationModifier) == 0x000008, "Wrong size on SE_Combustion_C_BP_GetDurationModifier"); \ static_assert(offsetof(SE_Combustion_C_BP_GetDurationModifier, ReturnValue) == 0x000000, "Member 'SE_Combustion_C_BP_GetDurationModifier::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SE_Combustion_C_BP_GetDurationModifier, CallFunc_GetImplicitModValue_ReturnValue) == 0x000004, "Member 'SE_Combustion_C_BP_GetDurationModifier::CallFunc_GetImplicitModValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Combustion_C_PlayStartSound \ static_assert(alignof(SE_Combustion_C_PlayStartSound) == 0x000008, "Wrong alignment on SE_Combustion_C_PlayStartSound"); \ static_assert(sizeof(SE_Combustion_C_PlayStartSound) == 0x000010, "Wrong size on SE_Combustion_C_PlayStartSound"); \ static_assert(offsetof(SE_Combustion_C_PlayStartSound, AudioComponent) == 0x000000, "Member 'SE_Combustion_C_PlayStartSound::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(SE_Combustion_C_PlayStartSound, CallFunc_PlayEventAttached_ReturnValue) == 0x000008, "Member 'SE_Combustion_C_PlayStartSound::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SE_Combustion_C_PlayStopSound \ static_assert(alignof(SE_Combustion_C_PlayStopSound) == 0x000008, "Wrong alignment on SE_Combustion_C_PlayStopSound"); \ static_assert(sizeof(SE_Combustion_C_PlayStopSound) == 0x000008, "Wrong size on SE_Combustion_C_PlayStopSound"); \ static_assert(offsetof(SE_Combustion_C_PlayStopSound, AudioComponent) == 0x000000, "Member 'SE_Combustion_C_PlayStopSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USE_Combustion_C \ static_assert(alignof(USE_Combustion_C) == 0x000008, "Wrong alignment on USE_Combustion_C"); \ static_assert(sizeof(USE_Combustion_C) == 0x0001C0, "Wrong size on USE_Combustion_C"); \ static_assert(offsetof(USE_Combustion_C, UberGraphFrame_SE_Combustion_C) == 0x0001B8, "Member 'USE_Combustion_C::UberGraphFrame_SE_Combustion_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable \ static_assert(alignof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable) == 0x000008, "Wrong alignment on BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable"); \ static_assert(sizeof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable) == 0x000038, "Wrong size on BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable"); \ static_assert(offsetof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable, EntryPoint) == 0x000000, "Member 'BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable, K2Node_CustomEvent_CanTakeWeapon) == 0x000004, "Member 'BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable::K2Node_CustomEvent_CanTakeWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable, K2Node_CustomEvent_Name) == 0x000008, "Member 'BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'BenchV2_SelectTable_C_ExecuteUbergraph_BenchV2_SelectTable::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTable_C_DrawText \ static_assert(alignof(BenchV2_SelectTable_C_DrawText) == 0x000008, "Wrong alignment on BenchV2_SelectTable_C_DrawText"); \ static_assert(sizeof(BenchV2_SelectTable_C_DrawText) == 0x000018, "Wrong size on BenchV2_SelectTable_C_DrawText"); \ static_assert(offsetof(BenchV2_SelectTable_C_DrawText, Name_0) == 0x000000, "Member 'BenchV2_SelectTable_C_DrawText::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside \ static_assert(alignof(BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside) == 0x000001, "Wrong alignment on BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside"); \ static_assert(sizeof(BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside) == 0x000001, "Wrong size on BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside"); \ static_assert(offsetof(BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside, CanTakeWeapon) == 0x000000, "Member 'BenchV2_SelectTable_C_SetStyle_BenchHaveWeaponInside::CanTakeWeapon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_SelectTable_C \ static_assert(alignof(UBenchV2_SelectTable_C) == 0x000008, "Wrong alignment on UBenchV2_SelectTable_C"); \ static_assert(sizeof(UBenchV2_SelectTable_C) == 0x000328, "Wrong size on UBenchV2_SelectTable_C"); \ static_assert(offsetof(UBenchV2_SelectTable_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_SelectTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, Background) == 0x000268, "Member 'UBenchV2_SelectTable_C::Background' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, ChangeFromBenchButton) == 0x000270, "Member 'UBenchV2_SelectTable_C::ChangeFromBenchButton' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, ChangeFromInventoryButton) == 0x000278, "Member 'UBenchV2_SelectTable_C::ChangeFromInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, CreateButton) == 0x000280, "Member 'UBenchV2_SelectTable_C::CreateButton' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, HeaderBackground) == 0x000288, "Member 'UBenchV2_SelectTable_C::HeaderBackground' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, HeaderText) == 0x000290, "Member 'UBenchV2_SelectTable_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnClickCreate) == 0x000298, "Member 'UBenchV2_SelectTable_C::OnClickCreate' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnClickChangeFromInventoryButton) == 0x0002A8, "Member 'UBenchV2_SelectTable_C::OnClickChangeFromInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnClickChangeFromBench) == 0x0002B8, "Member 'UBenchV2_SelectTable_C::OnClickChangeFromBench' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnHoverCreate) == 0x0002C8, "Member 'UBenchV2_SelectTable_C::OnHoverCreate' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnUnhoverCreate) == 0x0002D8, "Member 'UBenchV2_SelectTable_C::OnUnhoverCreate' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnHoverChancheFromInventory) == 0x0002E8, "Member 'UBenchV2_SelectTable_C::OnHoverChancheFromInventory' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnUnhoverChangeFromInventory) == 0x0002F8, "Member 'UBenchV2_SelectTable_C::OnUnhoverChangeFromInventory' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnHoverChangeFromBench) == 0x000308, "Member 'UBenchV2_SelectTable_C::OnHoverChangeFromBench' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_SelectTable_C, OnUnhoverChangeFromBench) == 0x000318, "Member 'UBenchV2_SelectTable_C::OnUnhoverChangeFromBench' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw \ static_assert(alignof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw) == 0x000008, "Wrong alignment on SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw"); \ static_assert(sizeof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw) == 0x000240, "Wrong size on SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, EntryPoint) == 0x000000, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, Temp_name_Variable) == 0x00006C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_CreateDelegate_OutputDelegate_6) == 0x000094, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Not_PreBool_ReturnValue) == 0x0000A4, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000A8, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_Event_DeltaTime) == 0x0000B4, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_DynamicCast_AsShark) == 0x0000B8, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_GetComponentBounds_Origin) == 0x0000C4, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_GetComponentBounds_BoxExtent) == 0x0000D0, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_GetComponentBounds_SphereRadius) == 0x0000DC, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000E0, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E4, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000F0, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Add_VectorVector_ReturnValue) == 0x0000FC, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000108, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_GetForwardVector_ReturnValue) == 0x000114, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000120, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00012C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000138, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000144, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000150, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_FindLookAtRotation_ReturnValue) == 0x00015C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Not_PreBool_ReturnValue_1) == 0x000168, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_RInterpTo_ReturnValue) == 0x00016C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_VInterpTo_ReturnValue) == 0x000178, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000184, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x00020C, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_Vector_Distance2D_ReturnValue) == 0x000210, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_Vector_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000214, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, Temp_bool_IsClosed_Variable) == 0x000215, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000218, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000220, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_IsLocallyControlled_ReturnValue) == 0x000228, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, Temp_bool_Has_Been_Initd_Variable) == 0x000229, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_K2_SetTimer_ReturnValue) == 0x000230, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw, CallFunc_IsPlaying_ReturnValue) == 0x000238, "Member 'SharkAction_Gnaw_C_ExecuteUbergraph_SharkAction_Gnaw::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_Tick \ static_assert(alignof(SharkAction_Gnaw_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_Tick"); \ static_assert(sizeof(SharkAction_Gnaw_C_Tick) == 0x000004, "Wrong size on SharkAction_Gnaw_C_Tick"); \ static_assert(offsetof(SharkAction_Gnaw_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Gnaw_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356 \ static_assert(alignof(SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356"); \ static_assert(sizeof(SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356) == 0x000008, "Wrong size on SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356"); \ static_assert(offsetof(SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356, NotifyName) == 0x000000, "Member 'SharkAction_Gnaw_C_OnCompleted_4D1D623F45013C956988F79D316C7356::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356 \ static_assert(alignof(SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356"); \ static_assert(sizeof(SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356) == 0x000008, "Wrong size on SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356"); \ static_assert(offsetof(SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356, NotifyName) == 0x000000, "Member 'SharkAction_Gnaw_C_OnBlendOut_4D1D623F45013C956988F79D316C7356::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356 \ static_assert(alignof(SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356"); \ static_assert(sizeof(SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356) == 0x000008, "Wrong size on SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356"); \ static_assert(offsetof(SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356, NotifyName) == 0x000000, "Member 'SharkAction_Gnaw_C_OnInterrupted_4D1D623F45013C956988F79D316C7356::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356 \ static_assert(alignof(SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356"); \ static_assert(sizeof(SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356) == 0x000008, "Wrong size on SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356"); \ static_assert(offsetof(SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356, NotifyName) == 0x000000, "Member 'SharkAction_Gnaw_C_OnNotifyBegin_4D1D623F45013C956988F79D316C7356::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356 \ static_assert(alignof(SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356) == 0x000004, "Wrong alignment on SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356"); \ static_assert(sizeof(SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356) == 0x000008, "Wrong size on SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356"); \ static_assert(offsetof(SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356, NotifyName) == 0x000000, "Member 'SharkAction_Gnaw_C_OnNotifyEnd_4D1D623F45013C956988F79D316C7356::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_DoDamage \ static_assert(alignof(SharkAction_Gnaw_C_DoDamage) == 0x000008, "Wrong alignment on SharkAction_Gnaw_C_DoDamage"); \ static_assert(sizeof(SharkAction_Gnaw_C_DoDamage) == 0x000010, "Wrong size on SharkAction_Gnaw_C_DoDamage"); \ static_assert(offsetof(SharkAction_Gnaw_C_DoDamage, K2Node_DynamicCast_AsShark) == 0x000000, "Member 'SharkAction_Gnaw_C_DoDamage::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_DoDamage, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'SharkAction_Gnaw_C_DoDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Gnaw_C_IsValidAction \ static_assert(alignof(SharkAction_Gnaw_C_IsValidAction) == 0x000008, "Wrong alignment on SharkAction_Gnaw_C_IsValidAction"); \ static_assert(sizeof(SharkAction_Gnaw_C_IsValidAction) == 0x000018, "Wrong size on SharkAction_Gnaw_C_IsValidAction"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_Gnaw_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_Gnaw_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_Gnaw_C_IsValidAction::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_Gnaw_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'SharkAction_Gnaw_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Gnaw_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'SharkAction_Gnaw_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Gnaw_C \ static_assert(alignof(USharkAction_Gnaw_C) == 0x000008, "Wrong alignment on USharkAction_Gnaw_C"); \ static_assert(sizeof(USharkAction_Gnaw_C) == 0x000100, "Wrong size on USharkAction_Gnaw_C"); \ static_assert(offsetof(USharkAction_Gnaw_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_Gnaw_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, bIsPlayingEat) == 0x0000C0, "Member 'USharkAction_Gnaw_C::bIsPlayingEat' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, EatMontage) == 0x0000C8, "Member 'USharkAction_Gnaw_C::EatMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, bAttackOnCooldown) == 0x0000D0, "Member 'USharkAction_Gnaw_C::bAttackOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, GnawTime) == 0x0000D4, "Member 'USharkAction_Gnaw_C::GnawTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, bAttached) == 0x0000D8, "Member 'USharkAction_Gnaw_C::bAttached' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, DesiredLocation) == 0x0000DC, "Member 'USharkAction_Gnaw_C::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, CoolDownTime) == 0x0000E8, "Member 'USharkAction_Gnaw_C::CoolDownTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, DamageTimerHandle) == 0x0000F0, "Member 'USharkAction_Gnaw_C::DamageTimerHandle' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Gnaw_C, ApplyDamageTick) == 0x0000F8, "Member 'USharkAction_Gnaw_C::ApplyDamageTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget \ static_assert(alignof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget) == 0x000010, "Wrong alignment on BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget"); \ static_assert(sizeof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget) == 0x000150, "Wrong size on BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, EntryPoint) == 0x000000, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, K2Node_Event_MyGeometry) == 0x000008, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, K2Node_Event_InDeltaTime) == 0x000040, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_GetAllActorsOfClass_OutActors) == 0x000048, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005C, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_GetMousePosition_LocationX) == 0x000068, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_GetMousePosition_LocationX' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_GetMousePosition_LocationY) == 0x00006C, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_GetMousePosition_LocationY' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_GetMousePosition_ReturnValue) == 0x000070, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_GetMousePosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000074, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000078, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, K2Node_Event_MouseEvent) == 0x000080, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_MakeTransform_ReturnValue) == 0x0000F0, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000120, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_IsValid_ReturnValue_1) == 0x000128, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_FinishSpawningActor_ReturnValue) == 0x000130, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_IsValid_ReturnValue_2) == 0x000138, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, Temp_bool_IsClosed_Variable) == 0x000139, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_IsValid_ReturnValue_3) == 0x00013A, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00013C, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000140, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget, CallFunc_IsVisible_ReturnValue) == 0x000144, "Member 'BenchV2_RenderWidget_C_ExecuteUbergraph_BenchV2_RenderWidget::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderWidget_C_OnMouseLeave \ static_assert(alignof(BenchV2_RenderWidget_C_OnMouseLeave) == 0x000008, "Wrong alignment on BenchV2_RenderWidget_C_OnMouseLeave"); \ static_assert(sizeof(BenchV2_RenderWidget_C_OnMouseLeave) == 0x000070, "Wrong size on BenchV2_RenderWidget_C_OnMouseLeave"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'BenchV2_RenderWidget_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderWidget_C_Tick \ static_assert(alignof(BenchV2_RenderWidget_C_Tick) == 0x000004, "Wrong alignment on BenchV2_RenderWidget_C_Tick"); \ static_assert(sizeof(BenchV2_RenderWidget_C_Tick) == 0x00003C, "Wrong size on BenchV2_RenderWidget_C_Tick"); \ static_assert(offsetof(BenchV2_RenderWidget_C_Tick, MyGeometry) == 0x000000, "Member 'BenchV2_RenderWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'BenchV2_RenderWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderWidget_C_OnMouseButtonDown \ static_assert(alignof(BenchV2_RenderWidget_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on BenchV2_RenderWidget_C_OnMouseButtonDown"); \ static_assert(sizeof(BenchV2_RenderWidget_C_OnMouseButtonDown) == 0x000218, "Wrong size on BenchV2_RenderWidget_C_OnMouseButtonDown"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BenchV2_RenderWidget_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'BenchV2_RenderWidget_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'BenchV2_RenderWidget_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'BenchV2_RenderWidget_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderWidget_C_OnMouseButtonUp \ static_assert(alignof(BenchV2_RenderWidget_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on BenchV2_RenderWidget_C_OnMouseButtonUp"); \ static_assert(sizeof(BenchV2_RenderWidget_C_OnMouseButtonUp) == 0x000218, "Wrong size on BenchV2_RenderWidget_C_OnMouseButtonUp"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'BenchV2_RenderWidget_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'BenchV2_RenderWidget_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'BenchV2_RenderWidget_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderWidget_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'BenchV2_RenderWidget_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_RenderWidget_C \ static_assert(alignof(UBenchV2_RenderWidget_C) == 0x000008, "Wrong alignment on UBenchV2_RenderWidget_C"); \ static_assert(sizeof(UBenchV2_RenderWidget_C) == 0x000298, "Wrong size on UBenchV2_RenderWidget_C"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_RenderWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, Image_67) == 0x000268, "Member 'UBenchV2_RenderWidget_C::Image_67' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, RenderActor) == 0x000270, "Member 'UBenchV2_RenderWidget_C::RenderActor' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, MouseIsDown) == 0x000278, "Member 'UBenchV2_RenderWidget_C::MouseIsDown' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, OldMousePositionX) == 0x00027C, "Member 'UBenchV2_RenderWidget_C::OldMousePositionX' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, OldMousePositionY) == 0x000280, "Member 'UBenchV2_RenderWidget_C::OldMousePositionY' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_RenderWidget_C, OnInteracted) == 0x000288, "Member 'UBenchV2_RenderWidget_C::OnInteracted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor \ static_assert(alignof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor) == 0x000010, "Wrong alignment on BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor"); \ static_assert(sizeof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor) == 0x000330, "Wrong size on BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, EntryPoint) == 0x000000, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_byte_Variable) == 0x000004, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable) == 0x000008, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable_1) == 0x000010, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable_2) == 0x000018, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable_3) == 0x000020, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable_4) == 0x000028, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000030, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0000B8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakRotator_Roll) == 0x0000BC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakRotator_Pitch) == 0x0000C0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakRotator_Yaw) == 0x0000C4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_InRange_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_SelectFloat_ReturnValue) == 0x0000CC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_GetActorBounds_Origin) == 0x0000D0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_GetActorBounds_BoxExtent) == 0x0000DC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, K2Node_CustomEvent_Weapon) == 0x0000E8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::K2Node_CustomEvent_Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, K2Node_CustomEvent_DeltaRotationX) == 0x0000F0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::K2Node_CustomEvent_DeltaRotationX' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, K2Node_CustomEvent_DeltaRotationY) == 0x0000F4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::K2Node_CustomEvent_DeltaRotationY' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_MakeTransform_ReturnValue) == 0x000100, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000130, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_SweepHitResult_1) == 0x00013C, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_ReturnValue_1) == 0x0001C4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_Add_VectorVector_ReturnValue) == 0x0001C8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_X) == 0x0001D4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_Y) == 0x0001D8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_Z) == 0x0001DC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_X_1) == 0x0001E0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_Y_1) == 0x0001E4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_BreakVector_Z_1) == 0x0001E8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_MakeVector_ReturnValue) == 0x0001EC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, K2Node_Event_DeltaSeconds) == 0x0001F8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_MakeTransform_ReturnValue_1) == 0x000200, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_SweepHitResult_2) == 0x000230, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_SetActorTransform_ReturnValue_2) == 0x0002B8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_SetActorTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_IsValid_ReturnValue) == 0x0002B9, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_GetTransform_ReturnValue) == 0x0002C0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002F0, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002F4, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0002F8, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_MakeRotator_ReturnValue) == 0x0002FC, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, Temp_object_Variable_5) == 0x000308, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, K2Node_Select_Default) == 0x000310, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000318, "Member 'BenchV2_RenderActor_C_ExecuteUbergraph_BenchV2_RenderActor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderActor_C_ReceiveTick \ static_assert(alignof(BenchV2_RenderActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BenchV2_RenderActor_C_ReceiveTick"); \ static_assert(sizeof(BenchV2_RenderActor_C_ReceiveTick) == 0x000004, "Wrong size on BenchV2_RenderActor_C_ReceiveTick"); \ static_assert(offsetof(BenchV2_RenderActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BenchV2_RenderActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_RenderActor_C_Update \ static_assert(alignof(BenchV2_RenderActor_C_Update) == 0x000008, "Wrong alignment on BenchV2_RenderActor_C_Update"); \ static_assert(sizeof(BenchV2_RenderActor_C_Update) == 0x000010, "Wrong size on BenchV2_RenderActor_C_Update"); \ static_assert(offsetof(BenchV2_RenderActor_C_Update, Weapon_0) == 0x000000, "Member 'BenchV2_RenderActor_C_Update::Weapon_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_Update, DeltaRotationX) == 0x000008, "Member 'BenchV2_RenderActor_C_Update::DeltaRotationX' has a wrong offset!"); \ static_assert(offsetof(BenchV2_RenderActor_C_Update, DeltaRotationY) == 0x00000C, "Member 'BenchV2_RenderActor_C_Update::DeltaRotationY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABenchV2_RenderActor_C \ static_assert(alignof(ABenchV2_RenderActor_C) == 0x000010, "Wrong alignment on ABenchV2_RenderActor_C"); \ static_assert(sizeof(ABenchV2_RenderActor_C) == 0x0002D0, "Wrong size on ABenchV2_RenderActor_C"); \ static_assert(offsetof(ABenchV2_RenderActor_C, UberGraphFrame) == 0x000220, "Member 'ABenchV2_RenderActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, Cube) == 0x000228, "Member 'ABenchV2_RenderActor_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, GunSocet) == 0x000230, "Member 'ABenchV2_RenderActor_C::GunSocet' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, RevolerSocet) == 0x000238, "Member 'ABenchV2_RenderActor_C::RevolerSocet' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, SpotLight) == 0x000240, "Member 'ABenchV2_RenderActor_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, SceneCaptureComponent2D) == 0x000248, "Member 'ABenchV2_RenderActor_C::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, DefaultSceneRoot) == 0x000250, "Member 'ABenchV2_RenderActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, WeaponType) == 0x000258, "Member 'ABenchV2_RenderActor_C::WeaponType' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, Weapon) == 0x000260, "Member 'ABenchV2_RenderActor_C::Weapon' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, BeginWeaponTransform) == 0x000270, "Member 'ABenchV2_RenderActor_C::BeginWeaponTransform' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, CurrentRotation) == 0x0002A0, "Member 'ABenchV2_RenderActor_C::CurrentRotation' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, CurrentSocetLocation) == 0x0002AC, "Member 'ABenchV2_RenderActor_C::CurrentSocetLocation' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, bPendingCapture) == 0x0002B8, "Member 'ABenchV2_RenderActor_C::bPendingCapture' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, PendingDeltaX) == 0x0002BC, "Member 'ABenchV2_RenderActor_C::PendingDeltaX' has a wrong offset!"); \ static_assert(offsetof(ABenchV2_RenderActor_C, PendingDeltaY) == 0x0002C0, "Member 'ABenchV2_RenderActor_C::PendingDeltaY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types \ static_assert(alignof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types) == 0x000004, "Wrong alignment on BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types"); \ static_assert(sizeof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types) == 0x00001C, "Wrong size on BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, EntryPoint) == 0x000000, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, Temp_bool_Variable) == 0x000004, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, Temp_byte_Variable) == 0x000005, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, Temp_byte_Variable_1) == 0x000006, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, K2Node_Event_IsDesignTime) == 0x000007, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, K2Node_Select_Default) == 0x000008, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, K2Node_CustomEvent_Activate) == 0x000009, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::K2Node_CustomEvent_Activate' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types, CallFunc_SelectColor_ReturnValue) == 0x00000C, "Member 'BenchV2_Elem_Types_C_ExecuteUbergraph_BenchV2_Elem_Types::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Types_C_Activate \ static_assert(alignof(BenchV2_Elem_Types_C_Activate) == 0x000001, "Wrong alignment on BenchV2_Elem_Types_C_Activate"); \ static_assert(sizeof(BenchV2_Elem_Types_C_Activate) == 0x000001, "Wrong size on BenchV2_Elem_Types_C_Activate"); \ static_assert(offsetof(BenchV2_Elem_Types_C_Activate, Activate_0) == 0x000000, "Member 'BenchV2_Elem_Types_C_Activate::Activate_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Types_C_PreConstruct \ static_assert(alignof(BenchV2_Elem_Types_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Elem_Types_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Elem_Types_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Elem_Types_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Elem_Types_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Types_C_PreviewReplace \ static_assert(alignof(BenchV2_Elem_Types_C_PreviewReplace) == 0x000008, "Wrong alignment on BenchV2_Elem_Types_C_PreviewReplace"); \ static_assert(sizeof(BenchV2_Elem_Types_C_PreviewReplace) == 0x0000E0, "Wrong size on BenchV2_Elem_Types_C_PreviewReplace"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, bIsReplaced) == 0x000000, "Member 'BenchV2_Elem_Types_C_PreviewReplace::bIsReplaced' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, ReplaceTexture) == 0x000008, "Member 'BenchV2_Elem_Types_C_PreviewReplace::ReplaceTexture' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, PreviewText) == 0x000010, "Member 'BenchV2_Elem_Types_C_PreviewReplace::PreviewText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_bool_Variable) == 0x000028, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_struct_Variable) == 0x00002C, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_struct_Variable_1) == 0x00003C, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_bool_Variable_1) == 0x00004C, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_bool_Variable_2) == 0x00004D, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_byte_Variable) == 0x00004E, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_byte_Variable_1) == 0x00004F, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_bool_Variable_3) == 0x000050, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_struct_Variable_2) == 0x000054, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, Temp_struct_Variable_3) == 0x000064, "Member 'BenchV2_Elem_Types_C_PreviewReplace::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, K2Node_Select_Default) == 0x000074, "Member 'BenchV2_Elem_Types_C_PreviewReplace::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, K2Node_Select_Default_1) == 0x000084, "Member 'BenchV2_Elem_Types_C_PreviewReplace::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, K2Node_MakeStruct_SlateColor) == 0x000098, "Member 'BenchV2_Elem_Types_C_PreviewReplace::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, K2Node_Select_Default_2) == 0x0000C0, "Member 'BenchV2_Elem_Types_C_PreviewReplace::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Types_C_PreviewReplace, K2Node_Select_Default_3) == 0x0000D8, "Member 'BenchV2_Elem_Types_C_PreviewReplace::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Elem_Types_C \ static_assert(alignof(UBenchV2_Elem_Types_C) == 0x000008, "Wrong alignment on UBenchV2_Elem_Types_C"); \ static_assert(sizeof(UBenchV2_Elem_Types_C) == 0x0002B0, "Wrong size on UBenchV2_Elem_Types_C"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Elem_Types_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, Icon_Widget) == 0x000268, "Member 'UBenchV2_Elem_Types_C::Icon_Widget' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, NameText) == 0x000270, "Member 'UBenchV2_Elem_Types_C::NameText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, PreviewIcon) == 0x000278, "Member 'UBenchV2_Elem_Types_C::PreviewIcon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, ReplaceArrow) == 0x000280, "Member 'UBenchV2_Elem_Types_C::ReplaceArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, Name_0) == 0x000288, "Member 'UBenchV2_Elem_Types_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, Icon) == 0x0002A0, "Member 'UBenchV2_Elem_Types_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, IsActivate) == 0x0002A8, "Member 'UBenchV2_Elem_Types_C::IsActivate' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Types_C, BarrelType) == 0x0002A9, "Member 'UBenchV2_Elem_Types_C::BarrelType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info \ static_assert(alignof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info) == 0x000008, "Wrong alignment on BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info"); \ static_assert(sizeof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info) == 0x000150, "Wrong size on BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, EntryPoint) == 0x000000, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, Temp_bool_Variable) == 0x000004, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, Temp_struct_Variable) == 0x000008, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, Temp_struct_Variable_1) == 0x000010, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_Event_IsDesignTime) == 0x000018, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_CustomEvent_Count) == 0x00001C, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_CustomEvent_Text) == 0x000028, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_CustomEvent_Text' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_CustomEvent_CountText) == 0x000040, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_CustomEvent_CountText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_Conv_FloatToText_ReturnValue) == 0x000048, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_Select_Default) == 0x0000A0, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_CustomEvent_BaseCount) == 0x0000A8, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_CustomEvent_BaseCount' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_CustomEvent_EffectCount) == 0x0000AC, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_CustomEvent_EffectCount' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_SelectString_ReturnValue) == 0x0000B0, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_MakeLiteralString_ReturnValue) == 0x0000C0, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D0, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, K2Node_MakeArray_Array) == 0x000128, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BenchV2_Elem_Info_C_ExecuteUbergraph_BenchV2_Elem_Info::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_Draw \ static_assert(alignof(BenchV2_Elem_Info_C_Draw) == 0x000004, "Wrong alignment on BenchV2_Elem_Info_C_Draw"); \ static_assert(sizeof(BenchV2_Elem_Info_C_Draw) == 0x000008, "Wrong size on BenchV2_Elem_Info_C_Draw"); \ static_assert(offsetof(BenchV2_Elem_Info_C_Draw, BaseCount) == 0x000000, "Member 'BenchV2_Elem_Info_C_Draw::BaseCount' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_Draw, EffectCount) == 0x000004, "Member 'BenchV2_Elem_Info_C_Draw::EffectCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_SetInfo \ static_assert(alignof(BenchV2_Elem_Info_C_SetInfo) == 0x000008, "Wrong alignment on BenchV2_Elem_Info_C_SetInfo"); \ static_assert(sizeof(BenchV2_Elem_Info_C_SetInfo) == 0x000020, "Wrong size on BenchV2_Elem_Info_C_SetInfo"); \ static_assert(offsetof(BenchV2_Elem_Info_C_SetInfo, Text_0) == 0x000000, "Member 'BenchV2_Elem_Info_C_SetInfo::Text_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_SetInfo, CountText) == 0x000018, "Member 'BenchV2_Elem_Info_C_SetInfo::CountText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_ShowEffect \ static_assert(alignof(BenchV2_Elem_Info_C_ShowEffect) == 0x000004, "Wrong alignment on BenchV2_Elem_Info_C_ShowEffect"); \ static_assert(sizeof(BenchV2_Elem_Info_C_ShowEffect) == 0x000004, "Wrong size on BenchV2_Elem_Info_C_ShowEffect"); \ static_assert(offsetof(BenchV2_Elem_Info_C_ShowEffect, Count_0) == 0x000000, "Member 'BenchV2_Elem_Info_C_ShowEffect::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_PreConstruct \ static_assert(alignof(BenchV2_Elem_Info_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Elem_Info_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Elem_Info_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Elem_Info_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Elem_Info_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Elem_Info_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Elem_Info_C_MoveTextUnderline \ static_assert(alignof(BenchV2_Elem_Info_C_MoveTextUnderline) == 0x000008, "Wrong alignment on BenchV2_Elem_Info_C_MoveTextUnderline"); \ static_assert(sizeof(BenchV2_Elem_Info_C_MoveTextUnderline) == 0x000010, "Wrong size on BenchV2_Elem_Info_C_MoveTextUnderline"); \ static_assert(offsetof(BenchV2_Elem_Info_C_MoveTextUnderline, CallFunc_RemoveChild_ReturnValue) == 0x000000, "Member 'BenchV2_Elem_Info_C_MoveTextUnderline::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Elem_Info_C_MoveTextUnderline, CallFunc_AddChild_ReturnValue) == 0x000008, "Member 'BenchV2_Elem_Info_C_MoveTextUnderline::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Elem_Info_C \ static_assert(alignof(UBenchV2_Elem_Info_C) == 0x000008, "Wrong alignment on UBenchV2_Elem_Info_C"); \ static_assert(sizeof(UBenchV2_Elem_Info_C) == 0x0002C8, "Wrong size on UBenchV2_Elem_Info_C"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_Elem_Info_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, BenchV2_Elem_EffectCount) == 0x000268, "Member 'UBenchV2_Elem_Info_C::BenchV2_Elem_EffectCount' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Count_text) == 0x000270, "Member 'UBenchV2_Elem_Info_C::Count_text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, HorizontalBox_144) == 0x000278, "Member 'UBenchV2_Elem_Info_C::HorizontalBox_144' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Spacer) == 0x000280, "Member 'UBenchV2_Elem_Info_C::Spacer' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Spacer_221) == 0x000288, "Member 'UBenchV2_Elem_Info_C::Spacer_221' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Text_Block) == 0x000290, "Member 'UBenchV2_Elem_Info_C::Text_Block' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, VerticalBox_77) == 0x000298, "Member 'UBenchV2_Elem_Info_C::VerticalBox_77' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Text) == 0x0002A0, "Member 'UBenchV2_Elem_Info_C::Text' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Count) == 0x0002B8, "Member 'UBenchV2_Elem_Info_C::Count' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, TestEffect) == 0x0002BC, "Member 'UBenchV2_Elem_Info_C::TestEffect' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, Revers) == 0x0002C0, "Member 'UBenchV2_Elem_Info_C::Revers' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, ShowPercent) == 0x0002C1, "Member 'UBenchV2_Elem_Info_C::ShowPercent' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Elem_Info_C, TextUnderline) == 0x0002C2, "Member 'UBenchV2_Elem_Info_C::TextUnderline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel \ static_assert(alignof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel"); \ static_assert(sizeof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel) == 0x000138, "Wrong size on BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, EntryPoint) == 0x000000, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Variable) == 0x000004, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000008, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Variable_1) == 0x000014, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_MakeArray_Array) == 0x000040, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_Type_1) == 0x000051, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_Type_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_Count) == 0x000054, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_Effect) == 0x000058, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_Effect' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00006C, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Length_ReturnValue_2) == 0x000078, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_Type) == 0x00007C, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_InventoryPlaceholder_If_need_compare_) == 0x000080, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_InventoryPlaceholder_If_need_compare_' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_WorkZone) == 0x000088, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_WorkZone' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, K2Node_CustomEvent_ContextPlayer) == 0x000090, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::K2Node_CustomEvent_ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0000A0, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues) == 0x0000AC, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_GetWeaponInformation_Durability0_1) == 0x0000CC, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_GetWeaponInformation_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_GetWeaponInformation_DurabiliutyScale0_1) == 0x0000D0, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_GetWeaponInformation_DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_GetModuleEffect_BenchModuleValue) == 0x0000D4, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_GetModuleEffect_BenchModuleValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_bool_True_if_break_was_hit_Variable) == 0x0000F4, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F5, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, Temp_int_Loop_Counter_Variable_1) == 0x0000F8, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Get_Item_3) == 0x000100, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Less_IntInt_ReturnValue_2) == 0x000108, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Add_IntInt_ReturnValue_3) == 0x00010C, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Array_Length_ReturnValue_3) == 0x000114, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_Less_IntInt_ReturnValue_3) == 0x000118, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000120, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000128, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000130, "Member 'BenchV2_EffectPanel_C_ExecuteUbergraph_BenchV2_EffectPanel::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_ShowModuleEffect \ static_assert(alignof(BenchV2_EffectPanel_C_ShowModuleEffect) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_ShowModuleEffect"); \ static_assert(sizeof(BenchV2_EffectPanel_C_ShowModuleEffect) == 0x000020, "Wrong size on BenchV2_EffectPanel_C_ShowModuleEffect"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ShowModuleEffect, Type) == 0x000000, "Member 'BenchV2_EffectPanel_C_ShowModuleEffect::Type' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ShowModuleEffect, InventoryPlaceholder_If_need_compare_) == 0x000008, "Member 'BenchV2_EffectPanel_C_ShowModuleEffect::InventoryPlaceholder_If_need_compare_' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ShowModuleEffect, WorkZone) == 0x000010, "Member 'BenchV2_EffectPanel_C_ShowModuleEffect::WorkZone' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_ShowModuleEffect, ContextPlayer) == 0x000018, "Member 'BenchV2_EffectPanel_C_ShowModuleEffect::ContextPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_Draw \ static_assert(alignof(BenchV2_EffectPanel_C_Draw) == 0x000004, "Wrong alignment on BenchV2_EffectPanel_C_Draw"); \ static_assert(sizeof(BenchV2_EffectPanel_C_Draw) == 0x00000C, "Wrong size on BenchV2_EffectPanel_C_Draw"); \ static_assert(offsetof(BenchV2_EffectPanel_C_Draw, Type) == 0x000000, "Member 'BenchV2_EffectPanel_C_Draw::Type' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_Draw, Count) == 0x000004, "Member 'BenchV2_EffectPanel_C_Draw::Count' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_Draw, Effect) == 0x000008, "Member 'BenchV2_EffectPanel_C_Draw::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_PreConstruct \ static_assert(alignof(BenchV2_EffectPanel_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_EffectPanel_C_PreConstruct"); \ static_assert(sizeof(BenchV2_EffectPanel_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_EffectPanel_C_PreConstruct"); \ static_assert(offsetof(BenchV2_EffectPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_EffectPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetFrameEffectInformation \ static_assert(alignof(BenchV2_EffectPanel_C_GetFrameEffectInformation) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetFrameEffectInformation"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetFrameEffectInformation) == 0x0004B0, "Wrong size on BenchV2_EffectPanel_C_GetFrameEffectInformation"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, Placeholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, Table) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, ContextPlayer) == 0x000010, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, EffectValues) == 0x000018, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::EffectValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalValues) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalReload) == 0x000058, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalReload' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalMagazine) == 0x00005C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalMagazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalAccurance) == 0x000060, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalAccurance' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalStability) == 0x000064, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalStability' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, LocalRPM) == 0x000068, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::LocalRPM' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, localDamage) == 0x00006C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::localDamage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, Local_Table) == 0x000070, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::Local_Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, Local_Placeholder_0) == 0x000078, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::Local_Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000080, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetFrameDescription_ReturnValue) == 0x000090, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetFrameDescription_ReturnValue_1) == 0x0001A8, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0002C0, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0002C4, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0002C8, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0002CC, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0002D0, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_HaveModule_ReturnValue) == 0x0002D4, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x0002D8, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0002F8, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000300, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, K2Node_DynamicCast_bSuccess) == 0x000308, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetFrameDescription_ModuleDescription) == 0x000310, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_GetFrameDescription_ReturnValue_2) == 0x000428, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_GetFrameDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00042C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000430, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x000434, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x000438, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_8) == 0x00043C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_9) == 0x000440, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000444, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000448, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_10) == 0x000468, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00046C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000470, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_11) == 0x000474, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_12) == 0x000478, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x00047C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000480, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_13) == 0x000484, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_14) == 0x000488, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetFrameEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_2) == 0x00048C, "Member 'BenchV2_EffectPanel_C_GetFrameEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_DrawDescription \ static_assert(alignof(BenchV2_EffectPanel_C_DrawDescription) == 0x000004, "Wrong alignment on BenchV2_EffectPanel_C_DrawDescription"); \ static_assert(sizeof(BenchV2_EffectPanel_C_DrawDescription) == 0x000040, "Wrong size on BenchV2_EffectPanel_C_DrawDescription"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescription, Values) == 0x000000, "Member 'BenchV2_EffectPanel_C_DrawDescription::Values' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescription, EffectValues) == 0x000020, "Member 'BenchV2_EffectPanel_C_DrawDescription::EffectValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetBarreEffectInformation \ static_assert(alignof(BenchV2_EffectPanel_C_GetBarreEffectInformation) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetBarreEffectInformation"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetBarreEffectInformation) == 0x0002E0, "Wrong size on BenchV2_EffectPanel_C_GetBarreEffectInformation"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, InventoryPlaceholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::InventoryPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, Table) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, ContextPlayer) == 0x000010, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, EffectValues) == 0x000018, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::EffectValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, LocalTable) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::LocalTable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, LocalPlaceholder) == 0x000040, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000048, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetBarrelDescription_ReturnValue) == 0x000050, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0000F0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000190, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_HaveModule_ReturnValue) == 0x0001B0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetPlayerController_ReturnValue) == 0x0001B8, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_IsValid_ReturnValue) == 0x0001C0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x0001C8, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0001D8, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetBarrelDescription_ModuleDescription) == 0x0001E0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_GetBarrelDescription_ReturnValue_2) == 0x000280, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_GetBarrelDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000284, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000288, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0002A8, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0002AC, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0002B0, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x0002B4, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0002B8, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetBarreEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_2) == 0x0002BC, "Member 'BenchV2_EffectPanel_C_GetBarreEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetMagazineEffectInformation \ static_assert(alignof(BenchV2_EffectPanel_C_GetMagazineEffectInformation) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetMagazineEffectInformation"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetMagazineEffectInformation) == 0x000270, "Wrong size on BenchV2_EffectPanel_C_GetMagazineEffectInformation"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, InventoryPlaceholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::InventoryPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, Table) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, ContextPlayer) == 0x000010, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, EffectValues) == 0x000018, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::EffectValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, LocalTable) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::LocalTable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, LocalPlaceholder) == 0x000040, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000048, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000050, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetMagazineDescription_ReturnValue) == 0x000060, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x0000E0, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000160, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_HaveModule_ReturnValue) == 0x000164, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000168, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000190, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000198, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_GetMagazineDescription_ReturnValue_2) == 0x000218, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_GetMagazineDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00021C, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000220, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000224, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000228, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000248, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetMagazineEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_2) == 0x00024C, "Member 'BenchV2_EffectPanel_C_GetMagazineEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetGripEffectInformation \ static_assert(alignof(BenchV2_EffectPanel_C_GetGripEffectInformation) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetGripEffectInformation"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetGripEffectInformation) == 0x000280, "Wrong size on BenchV2_EffectPanel_C_GetGripEffectInformation"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, InventoryPlaceholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::InventoryPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, Table) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, ContextPlayer) == 0x000010, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::ContextPlayer' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, EffectValues) == 0x000018, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::EffectValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, LocalTable) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::LocalTable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, LocalPlaceholder) == 0x000040, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000050, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetGripDescription_ReturnValue) == 0x000060, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetGripDescription_ReturnValue_1) == 0x0000E8, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetGripDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000170, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_HaveModule_ReturnValue) == 0x000190, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000198, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x0001A0, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, K2Node_DynamicCast_bSuccess) == 0x0001A8, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetGripDescription_ModuleDescription) == 0x0001B0, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_GetGripDescription_ReturnValue_2) == 0x000238, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_GetGripDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00023C, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000240, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetGripEffectInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_2) == 0x000260, "Member 'BenchV2_EffectPanel_C_GetGripEffectInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_DrawDescriptionWithVisibility \ static_assert(alignof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility) == 0x000004, "Wrong alignment on BenchV2_EffectPanel_C_DrawDescriptionWithVisibility"); \ static_assert(sizeof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility) == 0x000048, "Wrong size on BenchV2_EffectPanel_C_DrawDescriptionWithVisibility"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, Values) == 0x000000, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::Values' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, Scale) == 0x000020, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::Scale' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, LocalScale) == 0x000024, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::LocalScale' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000030, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000034, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000038, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x00003C, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000040, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_DrawDescriptionWithVisibility, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000044, "Member 'BenchV2_EffectPanel_C_DrawDescriptionWithVisibility::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetWeaponInformation \ static_assert(alignof(BenchV2_EffectPanel_C_GetWeaponInformation) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetWeaponInformation"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetWeaponInformation) == 0x000DF0, "Wrong size on BenchV2_EffectPanel_C_GetWeaponInformation"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, Weapon) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, S_BenchV2_ModuleValues) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, Durability0_1) == 0x000028, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, DurabiliutyScale0_1) == 0x00002C, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, LocalWeapon) == 0x000030, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue) == 0x000048, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetRevolverGenerator_ReturnValue) == 0x000050, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetRevolverGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponDurability_ReturnValue) == 0x000058, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue_1) == 0x00005C, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue_2) == 0x000060, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000064, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponDurability_ReturnValue_1) == 0x000068, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetPlayerController_ReturnValue_1) == 0x000078, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetWeaponGenerator_ReturnValue) == 0x000080, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x000088, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetScopeDescription_ReturnValue) == 0x000098, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetScopeDescription_ReturnValue_1) == 0x000100, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetScopeDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetStockDescription_ReturnValue) == 0x000168, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetGripDescription_ReturnValue) == 0x0001D0, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetMagazineDescription_ReturnValue) == 0x000258, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetBarrelDescription_ReturnValue) == 0x0002D8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetFrameDescription_ReturnValue) == 0x000378, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetStockDescription_ReturnValue_1) == 0x000490, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetStockDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GenerateWeapon_Settings) == 0x0004F8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GenerateWeapon_ReturnValue) == 0x0006E0, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x0006E8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_ApplyDurabilityScale_ReturnValue) == 0x000768, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_ApplyDurabilityScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetGripDescription_ReturnValue_1) == 0x000950, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetGripDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0009D8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000A78, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000A7C, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000A80, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000A84, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000A88, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GetFrameDescription_ReturnValue_1) == 0x000A90, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000BA8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GenerateWeapon_Settings_1) == 0x000BC8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GenerateWeapon_Settings_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_GenerateWeapon_ReturnValue_1) == 0x000DB0, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_GenerateWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000DB4, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_IsValid_ReturnValue) == 0x000DB8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x000DBC, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x000DC0, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_8) == 0x000DC4, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_9) == 0x000DC8, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000DCC, "Member 'BenchV2_EffectPanel_C_GetWeaponInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder \ static_assert(alignof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder) == 0x000E10, "Wrong size on BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, Placeholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, S_BenchV2_ModuleValues) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, Ok) == 0x000028, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::Ok' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, Durability0_1) == 0x00002C, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, DurabilityScale0_1) == 0x000030, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::DurabilityScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, LocalWeapon) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000040, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x000048, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponMaxDurability_ReturnValue) == 0x000054, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponDurability_ReturnValue) == 0x000058, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponMaxDurability_ReturnValue_1) == 0x00005C, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponMaxDurability_ReturnValue_2) == 0x000060, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000064, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponDurability_ReturnValue_1) == 0x000068, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000078, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetScopeDescription_ReturnValue) == 0x000088, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetStockDescription_ReturnValue) == 0x0000F0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetGripDescription_ReturnValue) == 0x000158, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetMagazineDescription_ReturnValue) == 0x0001E0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetBarrelDescription_ReturnValue) == 0x000260, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetFrameDescription_ReturnValue) == 0x000300, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetPlayerController_ReturnValue) == 0x000418, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetPlayerController_ReturnValue_1) == 0x000420, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetWeaponGenerator_ReturnValue) == 0x000428, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetRevolverGenerator_ReturnValue) == 0x000430, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetRevolverGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GenerateWeapon_Settings) == 0x000438, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GenerateWeapon_ReturnValue) == 0x000620, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_ApplyDurabilityScale_ReturnValue) == 0x000628, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_ApplyDurabilityScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetScopeDescription_ReturnValue_1) == 0x000810, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetScopeDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetStockDescription_ReturnValue_1) == 0x000878, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetStockDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0008E0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0008E4, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0008E8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0008EC, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0008F0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetGripDescription_ReturnValue_1) == 0x0008F8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetGripDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000980, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x0009A0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x000A20, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GetFrameDescription_ReturnValue_1) == 0x000AC0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GenerateWeapon_Settings_1) == 0x000BD8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GenerateWeapon_Settings_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_GenerateWeapon_ReturnValue_1) == 0x000DC0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_GenerateWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000DC4, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_FTrunc_ReturnValue) == 0x000DC8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_FTrunc_ReturnValue_1) == 0x000DCC, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x000DD0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x000DD4, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_8) == 0x000DD8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_FTrunc_ReturnValue_2) == 0x000DDC, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_9) == 0x000DE0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_10) == 0x000DE4, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_11) == 0x000DE8, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, CallFunc_Conv_IntToFloat_ReturnValue_12) == 0x000DEC, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::CallFunc_Conv_IntToFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000DF0, "Member 'BenchV2_EffectPanel_C_GetWeaponInfoFromPlaceholder::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_GetModuleEffect \ static_assert(alignof(BenchV2_EffectPanel_C_GetModuleEffect) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_GetModuleEffect"); \ static_assert(sizeof(BenchV2_EffectPanel_C_GetModuleEffect) == 0x001C70, "Wrong size on BenchV2_EffectPanel_C_GetModuleEffect"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Weapon) == 0x000000, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, ModuleType) == 0x000008, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Local_Placeholder_0) == 0x000010, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Local_Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, BenchModuleValue) == 0x000018, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::BenchModuleValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleRevolverMagazine) == 0x000038, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleRevolverMagazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalCore) == 0x0000B8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalCore' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleCore) == 0x000198, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleCore' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleStock) == 0x000278, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleStock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleScope) == 0x0002E0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleScope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalWeponWithModule) == 0x000348, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalWeponWithModule' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleGrip) == 0x000530, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleGrip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleMagazine) == 0x0005B8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleMagazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleBarrel) == 0x000638, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalModuleFrame) == 0x0006D8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalModuleFrame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalType) == 0x0007F0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalScope) == 0x0007F8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalScope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalStock) == 0x000860, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalStock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalGrip) == 0x0008C8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalGrip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalMagazine) == 0x000950, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalMagazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalBarrel) == 0x0009D0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalFrame) == 0x000A70, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalFrame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalWeapon) == 0x000B88, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, LocalWeaponBaseStr) == 0x000B90, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::LocalWeaponBaseStr' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable) == 0x000BB0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues) == 0x000BB4, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetWeaponInformation_Durability0_1) == 0x000BD4, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetWeaponInformation_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetWeaponInformation_DurabiliutyScale0_1) == 0x000BD8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetWeaponInformation_DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue) == 0x000BE0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000BE8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable_1) == 0x000BF0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000BF1, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000BF2, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable_2) == 0x000BF3, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable_3) == 0x000BF4, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_1) == 0x000BF8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000C00, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable_4) == 0x000C01, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_BooleanAND_ReturnValue) == 0x000C02, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_IsValid_ReturnValue) == 0x000C03, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000C04, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000C05, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_2) == 0x000C08, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x000C10, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess) == 0x000C18, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x000C20, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess_1) == 0x000C28, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000C30, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x000C38, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetScopeDescription_ModuleDescription) == 0x000C40, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetScopeDescription_ReturnValue) == 0x000CA8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetStockDescription_ModuleDescription) == 0x000CB0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetStockDescription_ReturnValue) == 0x000D18, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_3) == 0x000D20, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_4) == 0x000D28, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_5) == 0x000D30, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_6) == 0x000D38, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000D40, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000D44, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000D48, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000D4C, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000D50, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000D54, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000D58, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000D5C, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000D60, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000D64, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000D68, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000D6C, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000D70, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000D74, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, Temp_bool_Variable_5) == 0x000D94, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000D95, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000D96, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000D97, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_SwitchEnum_CmpSuccess) == 0x000D98, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x000DA0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x000DA8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess_2) == 0x000DB0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetGripDescription_ModuleDescription) == 0x000DB8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetGripDescription_ReturnValue) == 0x000E40, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000E48, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess_3) == 0x000E50, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x000E58, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000E60, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetMagazineDescription_ReturnValue) == 0x000EE0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x000EE8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess_4) == 0x000EF0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x000EF8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetBarrelDescription_ModuleDescription) == 0x000F00, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetBarrelDescription_ReturnValue) == 0x000FA0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetItemLifetimeData_ReturnValue_6) == 0x000FA8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetItemLifetimeData_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000FB0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_DynamicCast_bSuccess_5) == 0x000FB8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000FB9, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetMagazineDescription_ModuleDescription_1) == 0x000FC0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetMagazineDescription_ModuleDescription_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x001040, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetFrameDescription_ModuleDescription) == 0x001048, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetFrameDescription_ReturnValue) == 0x001160, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetStockDescription_ReturnValue_1) == 0x001168, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetStockDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetScopeDescription_ReturnValue_1) == 0x0011D0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetScopeDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default) == 0x001238, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default_1) == 0x0012A0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetGripDescription_ReturnValue_1) == 0x001308, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetGripDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetMagazineDescription_ReturnValue_2) == 0x001390, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetMagazineDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default_2) == 0x001410, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default_3) == 0x001498, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x001518, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetFrameDescription_ReturnValue_1) == 0x0015B8, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default_4) == 0x0016D0, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, K2Node_Select_Default_5) == 0x001770, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetPlayerController_ReturnValue_7) == 0x001888, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GetWeaponGenerator_ReturnValue) == 0x001890, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GenerateWeapon_Settings) == 0x001898, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_GenerateWeapon_ReturnValue) == 0x001A80, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_GetModuleEffect, CallFunc_ApplyDurabilityScale_ReturnValue) == 0x001A88, "Member 'BenchV2_EffectPanel_C_GetModuleEffect::CallFunc_ApplyDurabilityScale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_f_DrawInformationFrom_module \ static_assert(alignof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_f_DrawInformationFrom_module"); \ static_assert(sizeof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module) == 0x0007F8, "Wrong size on BenchV2_EffectPanel_C_f_DrawInformationFrom_module"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, Placeholder) == 0x000000, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, MaxDurability) == 0x000008, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::MaxDurability' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, ModuleDurability) == 0x00000C, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::ModuleDurability' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, LocalCDO) == 0x000010, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::LocalCDO' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, LocalPlaceholder) == 0x000018, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x000020, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x000030, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000040, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x000050, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x000060, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_4) == 0x000068, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsGeneric_Revolver_Module_Barrel) == 0x000070, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsGeneric_Revolver_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_5) == 0x000078, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000080, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_6) == 0x000088, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000090, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000098, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x0000A0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x0000A8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x0000B0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x0000B8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x0000C8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_DynamicCast_bSuccess_7) == 0x0000D0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetScopeDescription_ModuleDescription) == 0x0000E8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetScopeDescription_ReturnValue) == 0x000150, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetStockDescription_ModuleDescription) == 0x000158, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetStockDescription_ReturnValue) == 0x0001C0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue) == 0x0001C4, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue) == 0x0001C8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue_1) == 0x0001CC, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue_1) == 0x0001D0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue_2) == 0x0001D8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue_3) == 0x0001E0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetMagazineDescription_ModuleDescription) == 0x0001E8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetMagazineDescription_ReturnValue) == 0x000268, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetMagazineDescription_ModuleDescription_1) == 0x000270, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetMagazineDescription_ModuleDescription_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x0002F0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_MagazineAsModuleDescription_ReturnValue) == 0x0002F8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_MagazineAsModuleDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000360, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurabilityScale_ReturnValue) == 0x000364, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurabilityScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue_2) == 0x000368, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue_2) == 0x00036C, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000370, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetFrameDescription_ModuleDescription) == 0x000378, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetFrameDescription_ReturnValue) == 0x000490, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000494, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_FrameAsModuleDescription_ReturnValue) == 0x0004B8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_FrameAsModuleDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurabilityScale_ReturnValue_1) == 0x000520, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurabilityScale_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue_3) == 0x000524, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue_3) == 0x000528, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00052C, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000530, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000534, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000538, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue_4) == 0x000540, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_MakeStruct_S_BenchV2_ModuleValues_1) == 0x000548, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_MakeStruct_S_BenchV2_ModuleValues_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetGripDescription_ModuleDescription) == 0x000568, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetGripDescription_ReturnValue) == 0x0005F0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GripAsModuleDescription_ReturnValue) == 0x0005F8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GripAsModuleDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurabilityScale_ReturnValue_2) == 0x000660, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurabilityScale_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_MakeStruct_S_BenchV2_ModuleValues_2) == 0x000664, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_MakeStruct_S_BenchV2_ModuleValues_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue_4) == 0x000684, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue_4) == 0x000688, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetPlayerController_ReturnValue_5) == 0x000690, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetBarrelDescription_ModuleDescription) == 0x000698, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetBarrelDescription_ReturnValue) == 0x000738, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_BarrelAsModuleDescription_ReturnValue) == 0x000740, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_BarrelAsModuleDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurabilityScale_ReturnValue_3) == 0x0007A8, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurabilityScale_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleDurability_ReturnValue_5) == 0x0007AC, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleDurability_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, CallFunc_GetModuleMaxDurability_ReturnValue_5) == 0x0007B0, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::CallFunc_GetModuleMaxDurability_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_MakeStruct_S_BenchV2_ModuleValues_3) == 0x0007B4, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_MakeStruct_S_BenchV2_ModuleValues_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFrom_module, K2Node_MakeStruct_S_BenchV2_ModuleValues_4) == 0x0007D4, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFrom_module::K2Node_MakeStruct_S_BenchV2_ModuleValues_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_EffectPanel_C_f_DrawInformationFromWeapon \ static_assert(alignof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon) == 0x000008, "Wrong alignment on BenchV2_EffectPanel_C_f_DrawInformationFromWeapon"); \ static_assert(sizeof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon) == 0x000070, "Wrong size on BenchV2_EffectPanel_C_f_DrawInformationFromWeapon"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, Weapon) == 0x000000, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, Placeholder) == 0x000008, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, Durability0_1) == 0x000010, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, DurabilityScale0_1) == 0x000014, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::DurabilityScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues) == 0x000018, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInformation_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInformation_Durability0_1) == 0x000038, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInformation_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInformation_DurabiliutyScale0_1) == 0x00003C, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInformation_DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInfoFromPlaceholder_S_BenchV2_ModuleValues) == 0x000044, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInfoFromPlaceholder_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInfoFromPlaceholder_OK) == 0x000064, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInfoFromPlaceholder_OK' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInfoFromPlaceholder_Durability0_1) == 0x000068, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInfoFromPlaceholder_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_EffectPanel_C_f_DrawInformationFromWeapon, CallFunc_GetWeaponInfoFromPlaceholder_DurabilityScale0_1) == 0x00006C, "Member 'BenchV2_EffectPanel_C_f_DrawInformationFromWeapon::CallFunc_GetWeaponInfoFromPlaceholder_DurabilityScale0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_EffectPanel_C \ static_assert(alignof(UBenchV2_EffectPanel_C) == 0x000008, "Wrong alignment on UBenchV2_EffectPanel_C"); \ static_assert(sizeof(UBenchV2_EffectPanel_C) == 0x0002E8, "Wrong size on UBenchV2_EffectPanel_C"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, UberGraphFrame) == 0x000260, "Member 'UBenchV2_EffectPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Accuracy) == 0x000268, "Member 'UBenchV2_EffectPanel_C::Accuracy' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Damage) == 0x000270, "Member 'UBenchV2_EffectPanel_C::Damage' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, DescriptionVLine) == 0x000278, "Member 'UBenchV2_EffectPanel_C::DescriptionVLine' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Handled) == 0x000280, "Member 'UBenchV2_EffectPanel_C::Handled' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Magazine) == 0x000288, "Member 'UBenchV2_EffectPanel_C::Magazine' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Range) == 0x000290, "Member 'UBenchV2_EffectPanel_C::Range' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Reload) == 0x000298, "Member 'UBenchV2_EffectPanel_C::Reload' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, RPM) == 0x0002A0, "Member 'UBenchV2_EffectPanel_C::RPM' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Stability) == 0x0002A8, "Member 'UBenchV2_EffectPanel_C::Stability' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, VerticalBoxLeft) == 0x0002B0, "Member 'UBenchV2_EffectPanel_C::VerticalBoxLeft' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, VerticalBoxRight) == 0x0002B8, "Member 'UBenchV2_EffectPanel_C::VerticalBoxRight' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, ShowName) == 0x0002C0, "Member 'UBenchV2_EffectPanel_C::ShowName' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Effects) == 0x0002C8, "Member 'UBenchV2_EffectPanel_C::Effects' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, IconSize) == 0x0002D8, "Member 'UBenchV2_EffectPanel_C::IconSize' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_EffectPanel_C, Local_Placeholder) == 0x0002E0, "Member 'UBenchV2_EffectPanel_C::Local_Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule \ static_assert(alignof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule) == 0x000008, "Wrong alignment on WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule"); \ static_assert(sizeof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule) == 0x000038, "Wrong size on WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, EntryPoint) == 0x000000, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, K2Node_CustomEvent_NewValue) == 0x000008, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'WorldSettingsModule_C_ExecuteUbergraph_WorldSettingsModule::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_OnSettingsValueChanged \ static_assert(alignof(WorldSettingsModule_C_OnSettingsValueChanged) == 0x000004, "Wrong alignment on WorldSettingsModule_C_OnSettingsValueChanged"); \ static_assert(sizeof(WorldSettingsModule_C_OnSettingsValueChanged) == 0x000004, "Wrong size on WorldSettingsModule_C_OnSettingsValueChanged"); \ static_assert(offsetof(WorldSettingsModule_C_OnSettingsValueChanged, NewValue) == 0x000000, "Member 'WorldSettingsModule_C_OnSettingsValueChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_GetCharacterSettings \ static_assert(alignof(WorldSettingsModule_C_GetCharacterSettings) == 0x000004, "Wrong alignment on WorldSettingsModule_C_GetCharacterSettings"); \ static_assert(sizeof(WorldSettingsModule_C_GetCharacterSettings) == 0x000030, "Wrong size on WorldSettingsModule_C_GetCharacterSettings"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, DropLoot_0) == 0x000000, "Member 'WorldSettingsModule_C_GetCharacterSettings::DropLoot_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, DestroyLoot_0) == 0x000001, "Member 'WorldSettingsModule_C_GetCharacterSettings::DestroyLoot_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, Hunger) == 0x000002, "Member 'WorldSettingsModule_C_GetCharacterSettings::Hunger' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, StackSize) == 0x000004, "Member 'WorldSettingsModule_C_GetCharacterSettings::StackSize' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_GetSettingsValue_ReturnValue) == 0x000008, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_GetSettingsValue_ReturnValue_1) == 0x00000C, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_GetSettingsValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Round_ReturnValue) == 0x000010, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_GetSettingsValue_ReturnValue_2) == 0x000014, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_GetSettingsValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Conv_IntToBool_ReturnValue) == 0x000018, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Round_ReturnValue_1) == 0x00001C, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x000020, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_GetSettingsValue_ReturnValue_3) == 0x000024, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_GetSettingsValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Round_ReturnValue_2) == 0x000028, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Round_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetCharacterSettings, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x00002C, "Member 'WorldSettingsModule_C_GetCharacterSettings::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_GetAISettings \ static_assert(alignof(WorldSettingsModule_C_GetAISettings) == 0x000004, "Wrong alignment on WorldSettingsModule_C_GetAISettings"); \ static_assert(sizeof(WorldSettingsModule_C_GetAISettings) == 0x00004C, "Wrong size on WorldSettingsModule_C_GetAISettings"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, VoidDamage_0) == 0x000000, "Member 'WorldSettingsModule_C_GetAISettings::VoidDamage_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, VoidHealth_0) == 0x000004, "Member 'WorldSettingsModule_C_GetAISettings::VoidHealth_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SoldiersDamage_0) == 0x000008, "Member 'WorldSettingsModule_C_GetAISettings::SoldiersDamage_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SoldiersHealth_0) == 0x00000C, "Member 'WorldSettingsModule_C_GetAISettings::SoldiersHealth_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SoldiersAccuracy_0) == 0x000010, "Member 'WorldSettingsModule_C_GetAISettings::SoldiersAccuracy_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SoldiersAggression_0) == 0x000014, "Member 'WorldSettingsModule_C_GetAISettings::SoldiersAggression_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SwarmDamage_0) == 0x000018, "Member 'WorldSettingsModule_C_GetAISettings::SwarmDamage_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SwarmHealth_0) == 0x00001C, "Member 'WorldSettingsModule_C_GetAISettings::SwarmHealth_0' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, SharkCount) == 0x000020, "Member 'WorldSettingsModule_C_GetAISettings::SharkCount' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue) == 0x000024, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_1) == 0x000028, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_2) == 0x00002C, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_3) == 0x000030, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_FTrunc_ReturnValue) == 0x000034, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_4) == 0x000038, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_5) == 0x00003C, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_6) == 0x000040, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_7) == 0x000044, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_GetAISettings, CallFunc_GetSettingsValue_ReturnValue_8) == 0x000048, "Member 'WorldSettingsModule_C_GetAISettings::CallFunc_GetSettingsValue_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_Redraw_World_Settings \ static_assert(alignof(WorldSettingsModule_C_Redraw_World_Settings) == 0x000004, "Wrong alignment on WorldSettingsModule_C_Redraw_World_Settings"); \ static_assert(sizeof(WorldSettingsModule_C_Redraw_World_Settings) == 0x00004C, "Wrong size on WorldSettingsModule_C_Redraw_World_Settings"); \ static_assert(offsetof(WorldSettingsModule_C_Redraw_World_Settings, Settings) == 0x000000, "Member 'WorldSettingsModule_C_Redraw_World_Settings::Settings' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_Redraw_World_Settings, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00003C, "Member 'WorldSettingsModule_C_Redraw_World_Settings::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_Redraw_World_Settings, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000040, "Member 'WorldSettingsModule_C_Redraw_World_Settings::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_Redraw_World_Settings, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000044, "Member 'WorldSettingsModule_C_Redraw_World_Settings::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_Redraw_World_Settings, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000048, "Member 'WorldSettingsModule_C_Redraw_World_Settings::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_BindOnSettingsChanged \ static_assert(alignof(WorldSettingsModule_C_BindOnSettingsChanged) == 0x000008, "Wrong alignment on WorldSettingsModule_C_BindOnSettingsChanged"); \ static_assert(sizeof(WorldSettingsModule_C_BindOnSettingsChanged) == 0x000068, "Wrong size on WorldSettingsModule_C_BindOnSettingsChanged"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, K2Node_MakeArray_Array) == 0x000040, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, CallFunc_Array_Get_Item) == 0x000058, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_BindOnSettingsChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WorldSettingsModule_C_BindOnSettingsChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_OnKeyUp \ static_assert(alignof(WorldSettingsModule_C_OnKeyUp) == 0x000008, "Wrong alignment on WorldSettingsModule_C_OnKeyUp"); \ static_assert(sizeof(WorldSettingsModule_C_OnKeyUp) == 0x000200, "Wrong size on WorldSettingsModule_C_OnKeyUp"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WorldSettingsModule_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WorldSettingsModule_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'WorldSettingsModule_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'WorldSettingsModule_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000140, "Member 'WorldSettingsModule_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x0001F8, "Member 'WorldSettingsModule_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_OnKeyDown \ static_assert(alignof(WorldSettingsModule_C_OnKeyDown) == 0x000008, "Wrong alignment on WorldSettingsModule_C_OnKeyDown"); \ static_assert(sizeof(WorldSettingsModule_C_OnKeyDown) == 0x0001E0, "Wrong size on WorldSettingsModule_C_OnKeyDown"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WorldSettingsModule_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WorldSettingsModule_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'WorldSettingsModule_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'WorldSettingsModule_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_HandleInputAction \ static_assert(alignof(WorldSettingsModule_C_HandleInputAction) == 0x000008, "Wrong alignment on WorldSettingsModule_C_HandleInputAction"); \ static_assert(sizeof(WorldSettingsModule_C_HandleInputAction) == 0x000020, "Wrong size on WorldSettingsModule_C_HandleInputAction"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, Action) == 0x000000, "Member 'WorldSettingsModule_C_HandleInputAction::Action' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WorldSettingsModule_C_HandleInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000002, "Member 'WorldSettingsModule_C_HandleInputAction::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, CallFunc_GetCurrentHoveredItem_Output) == 0x000008, "Member 'WorldSettingsModule_C_HandleInputAction::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, K2Node_DynamicCast_AsSettings_Item) == 0x000010, "Member 'WorldSettingsModule_C_HandleInputAction::K2Node_DynamicCast_AsSettings_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_HandleInputAction, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WorldSettingsModule_C_HandleInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_ScrollItemsOnSelect \ static_assert(alignof(WorldSettingsModule_C_ScrollItemsOnSelect) == 0x000004, "Wrong alignment on WorldSettingsModule_C_ScrollItemsOnSelect"); \ static_assert(sizeof(WorldSettingsModule_C_ScrollItemsOnSelect) == 0x000034, "Wrong size on WorldSettingsModule_C_ScrollItemsOnSelect"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, Temp_bool_Variable) == 0x000000, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, Temp_float_Variable) == 0x000004, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, Temp_float_Variable_1) == 0x000008, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_GetScrollOffset_ReturnValue) == 0x00000C, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, Temp_bool_Variable_1) == 0x000014, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000015, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Divide_IntInt_ReturnValue) == 0x000018, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00001C, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, K2Node_Select_Default) == 0x000028, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_ScrollItemsOnSelect, K2Node_Select_Default_1) == 0x000030, "Member 'WorldSettingsModule_C_ScrollItemsOnSelect::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_InitItemsList \ static_assert(alignof(WorldSettingsModule_C_InitItemsList) == 0x000008, "Wrong alignment on WorldSettingsModule_C_InitItemsList"); \ static_assert(sizeof(WorldSettingsModule_C_InitItemsList) == 0x000038, "Wrong size on WorldSettingsModule_C_InitItemsList"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WorldSettingsModule_C_InitItemsList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WorldSettingsModule_C_InitItemsList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WorldSettingsModule_C_InitItemsList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, K2Node_MakeArray_Array) == 0x000010, "Member 'WorldSettingsModule_C_InitItemsList::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WorldSettingsModule_C_InitItemsList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, CallFunc_Array_Get_Item) == 0x000028, "Member 'WorldSettingsModule_C_InitItemsList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_InitItemsList, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WorldSettingsModule_C_InitItemsList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_SetValueOffset \ static_assert(alignof(WorldSettingsModule_C_SetValueOffset) == 0x000008, "Wrong alignment on WorldSettingsModule_C_SetValueOffset"); \ static_assert(sizeof(WorldSettingsModule_C_SetValueOffset) == 0x000020, "Wrong size on WorldSettingsModule_C_SetValueOffset"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, Offset) == 0x000000, "Member 'WorldSettingsModule_C_SetValueOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WorldSettingsModule_C_SetValueOffset::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000005, "Member 'WorldSettingsModule_C_SetValueOffset::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, CallFunc_GetCurrentHoveredItem_Output) == 0x000008, "Member 'WorldSettingsModule_C_SetValueOffset::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, K2Node_DynamicCast_AsSettings_Item) == 0x000010, "Member 'WorldSettingsModule_C_SetValueOffset::K2Node_DynamicCast_AsSettings_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetValueOffset, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WorldSettingsModule_C_SetValueOffset::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_OnAnalogValueChanged \ static_assert(alignof(WorldSettingsModule_C_OnAnalogValueChanged) == 0x000008, "Wrong alignment on WorldSettingsModule_C_OnAnalogValueChanged"); \ static_assert(sizeof(WorldSettingsModule_C_OnAnalogValueChanged) == 0x000250, "Wrong size on WorldSettingsModule_C_OnAnalogValueChanged"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, ReturnValue) == 0x000078, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_GetAnalogValue_ReturnValue) == 0x000130, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_GetAnalogValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue) == 0x000138, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_GetKeyEventFromAnalogInputEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000170, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_GetKey_ReturnValue) == 0x000178, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000190, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_OnAnalogValueChanged, CallFunc_Handled_ReturnValue) == 0x000198, "Member 'WorldSettingsModule_C_OnAnalogValueChanged::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_SetClientRestrictions \ static_assert(alignof(WorldSettingsModule_C_SetClientRestrictions) == 0x000008, "Wrong alignment on WorldSettingsModule_C_SetClientRestrictions"); \ static_assert(sizeof(WorldSettingsModule_C_SetClientRestrictions) == 0x000038, "Wrong size on WorldSettingsModule_C_SetClientRestrictions"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, bHasAuthority) == 0x000000, "Member 'WorldSettingsModule_C_SetClientRestrictions::bHasAuthority' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, Temp_int_Variable) == 0x000004, "Member 'WorldSettingsModule_C_SetClientRestrictions::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WorldSettingsModule_C_SetClientRestrictions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WorldSettingsModule_C_SetClientRestrictions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, CallFunc_Array_Get_Item) == 0x000010, "Member 'WorldSettingsModule_C_SetClientRestrictions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WorldSettingsModule_C_SetClientRestrictions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000020, "Member 'WorldSettingsModule_C_SetClientRestrictions::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_SetClientRestrictions, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WorldSettingsModule_C_SetClientRestrictions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1 \ static_assert(alignof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1) == 0x000008, "Wrong alignment on WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1"); \ static_assert(sizeof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1) == 0x000088, "Wrong size on WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, HoveredSettings) == 0x000000, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::HoveredSettings' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000008, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000010, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_BreakVector2D_X) == 0x000048, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_BreakVector2D_Y) == 0x00004C, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_LocalToViewport_PixelPosition) == 0x000050, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_LocalToViewport_ViewportPosition) == 0x000058, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_BreakVector2D_X_1) == 0x000060, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_BreakVector2D_Y_1) == 0x000064, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_TextIsEmpty_ReturnValue) == 0x000068, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00006C, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_MakeVector2D_ReturnValue) == 0x000078, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'WorldSettingsModule_C_WorldSettingsModule_AutoGenFunc1::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldSettingsModule_C \ static_assert(alignof(UWorldSettingsModule_C) == 0x000008, "Wrong alignment on UWorldSettingsModule_C"); \ static_assert(sizeof(UWorldSettingsModule_C) == 0x000398, "Wrong size on UWorldSettingsModule_C"); \ static_assert(offsetof(UWorldSettingsModule_C, UberGraphFrame) == 0x000260, "Member 'UWorldSettingsModule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, HintAnimation) == 0x000268, "Member 'UWorldSettingsModule_C::HintAnimation' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, BuildingsDurability) == 0x000270, "Member 'UWorldSettingsModule_C::BuildingsDurability' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, DestroyLoot) == 0x000278, "Member 'UWorldSettingsModule_C::DestroyLoot' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, DropLoot) == 0x000280, "Member 'UWorldSettingsModule_C::DropLoot' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, HintOverlay) == 0x000288, "Member 'UWorldSettingsModule_C::HintOverlay' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, InfoDescription) == 0x000290, "Member 'UWorldSettingsModule_C::InfoDescription' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, ItemsStack) == 0x000298, "Member 'UWorldSettingsModule_C::ItemsStack' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, RectList) == 0x0002A0, "Member 'UWorldSettingsModule_C::RectList' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SharkQuantity) == 0x0002A8, "Member 'UWorldSettingsModule_C::SharkQuantity' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SoldiersAccuracy) == 0x0002B0, "Member 'UWorldSettingsModule_C::SoldiersAccuracy' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SoldiersAggression) == 0x0002B8, "Member 'UWorldSettingsModule_C::SoldiersAggression' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SoldiersDamage) == 0x0002C0, "Member 'UWorldSettingsModule_C::SoldiersDamage' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SoldiersHealth) == 0x0002C8, "Member 'UWorldSettingsModule_C::SoldiersHealth' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, Starving) == 0x0002D0, "Member 'UWorldSettingsModule_C::Starving' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SwarmDamage) == 0x0002D8, "Member 'UWorldSettingsModule_C::SwarmDamage' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, SwarmHealth) == 0x0002E0, "Member 'UWorldSettingsModule_C::SwarmHealth' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, VerticalScroll) == 0x0002E8, "Member 'UWorldSettingsModule_C::VerticalScroll' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, VoidDamage) == 0x0002F0, "Member 'UWorldSettingsModule_C::VoidDamage' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, VoidHealth) == 0x0002F8, "Member 'UWorldSettingsModule_C::VoidHealth' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, Size) == 0x000300, "Member 'UWorldSettingsModule_C::Size' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, bIsInitialRedraw) == 0x000308, "Member 'UWorldSettingsModule_C::bIsInitialRedraw' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, OnSettingsChanged) == 0x000310, "Member 'UWorldSettingsModule_C::OnSettingsChanged' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, PCActionMapping) == 0x000320, "Member 'UWorldSettingsModule_C::PCActionMapping' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, OnClose) == 0x000370, "Member 'UWorldSettingsModule_C::OnClose' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, bCanChangeValues) == 0x000380, "Member 'UWorldSettingsModule_C::bCanChangeValues' has a wrong offset!"); \ static_assert(offsetof(UWorldSettingsModule_C, OnPrimaryAction) == 0x000388, "Member 'UWorldSettingsModule_C::OnPrimaryAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_ExecuteUbergraph_LabelButton \ static_assert(alignof(LabelButton_C_ExecuteUbergraph_LabelButton) == 0x000008, "Wrong alignment on LabelButton_C_ExecuteUbergraph_LabelButton"); \ static_assert(sizeof(LabelButton_C_ExecuteUbergraph_LabelButton) == 0x000038, "Wrong size on LabelButton_C_ExecuteUbergraph_LabelButton"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, EntryPoint) == 0x000000, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_bool_Variable) == 0x000010, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_byte_Variable) == 0x000011, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_byte_Variable_1) == 0x000012, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_bool_Variable_1) == 0x000013, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_byte_Variable_2) == 0x000014, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, Temp_byte_Variable_3) == 0x000015, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, K2Node_Event_IsDesignTime) == 0x000016, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_BreakVector2D_X) == 0x000018, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_BreakVector2D_Y) == 0x00001C, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_BreakVector2D_X_1) == 0x000020, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_BreakVector2D_Y_1) == 0x000024, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, K2Node_Select_Default) == 0x000028, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, K2Node_Select_Default_1) == 0x000029, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_ExecuteUbergraph_LabelButton, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x000030, "Member 'LabelButton_C_ExecuteUbergraph_LabelButton::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_PreConstruct \ static_assert(alignof(LabelButton_C_PreConstruct) == 0x000001, "Wrong alignment on LabelButton_C_PreConstruct"); \ static_assert(sizeof(LabelButton_C_PreConstruct) == 0x000001, "Wrong size on LabelButton_C_PreConstruct"); \ static_assert(offsetof(LabelButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'LabelButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_MakeStyle \ static_assert(alignof(LabelButton_C_MakeStyle) == 0x000008, "Wrong alignment on LabelButton_C_MakeStyle"); \ static_assert(sizeof(LabelButton_C_MakeStyle) == 0x000148, "Wrong size on LabelButton_C_MakeStyle"); \ static_assert(offsetof(LabelButton_C_MakeStyle, Image) == 0x000000, "Member 'LabelButton_C_MakeStyle::Image' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_MakeStyle, Size) == 0x000008, "Member 'LabelButton_C_MakeStyle::Size' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_MakeStyle, Tint) == 0x000010, "Member 'LabelButton_C_MakeStyle::Tint' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_MakeStyle, SlateBrush) == 0x000038, "Member 'LabelButton_C_MakeStyle::SlateBrush' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_MakeStyle, K2Node_MakeStruct_SlateBrush) == 0x0000C0, "Member 'LabelButton_C_MakeStyle::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_Get_Safe_Color \ static_assert(alignof(LabelButton_C_Get_Safe_Color) == 0x000008, "Wrong alignment on LabelButton_C_Get_Safe_Color"); \ static_assert(sizeof(LabelButton_C_Get_Safe_Color) == 0x000098, "Wrong size on LabelButton_C_Get_Safe_Color"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, Array) == 0x000000, "Member 'LabelButton_C_Get_Safe_Color::Array' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, ColorIndex) == 0x000010, "Member 'LabelButton_C_Get_Safe_Color::ColorIndex' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, Output) == 0x000018, "Member 'LabelButton_C_Get_Safe_Color::Output' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'LabelButton_C_Get_Safe_Color::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, CallFunc_Array_Get_Item) == 0x000068, "Member 'LabelButton_C_Get_Safe_Color::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_Get_Safe_Color, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000090, "Member 'LabelButton_C_Get_Safe_Color::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_SetupButtonStyle \ static_assert(alignof(LabelButton_C_SetupButtonStyle) == 0x000008, "Wrong alignment on LabelButton_C_SetupButtonStyle"); \ static_assert(sizeof(LabelButton_C_SetupButtonStyle) == 0x0002C0, "Wrong size on LabelButton_C_SetupButtonStyle"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_Get_Safe_Color_Output) == 0x000000, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_Get_Safe_Color_Output' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_MakeStyle_SlateBrush) == 0x000028, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_MakeStyle_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_Get_Safe_Color_Output_1) == 0x0000B0, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_Get_Safe_Color_Output_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_MakeStyle_SlateBrush_1) == 0x0000D8, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_MakeStyle_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_Get_Safe_Color_Output_2) == 0x000160, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_Get_Safe_Color_Output_2' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_MakeStyle_SlateBrush_2) == 0x000188, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_MakeStyle_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_Get_Safe_Color_Output_3) == 0x000210, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_Get_Safe_Color_Output_3' has a wrong offset!"); \ static_assert(offsetof(LabelButton_C_SetupButtonStyle, CallFunc_MakeStyle_SlateBrush_3) == 0x000238, "Member 'LabelButton_C_SetupButtonStyle::CallFunc_MakeStyle_SlateBrush_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LabelButton_C_SetLabel \ static_assert(alignof(LabelButton_C_SetLabel) == 0x000008, "Wrong alignment on LabelButton_C_SetLabel"); \ static_assert(sizeof(LabelButton_C_SetLabel) == 0x000018, "Wrong size on LabelButton_C_SetLabel"); \ static_assert(offsetof(LabelButton_C_SetLabel, LabelText) == 0x000000, "Member 'LabelButton_C_SetLabel::LabelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULabelButton_C \ static_assert(alignof(ULabelButton_C) == 0x000008, "Wrong alignment on ULabelButton_C"); \ static_assert(sizeof(ULabelButton_C) == 0x000328, "Wrong size on ULabelButton_C"); \ static_assert(offsetof(ULabelButton_C, UberGraphFrame) == 0x000260, "Member 'ULabelButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ContentWrapper) == 0x000268, "Member 'ULabelButton_C::ContentWrapper' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, CraftButton) == 0x000270, "Member 'ULabelButton_C::CraftButton' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, CraftButtonText) == 0x000278, "Member 'ULabelButton_C::CraftButtonText' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, NamedSlot_241) == 0x000280, "Member 'ULabelButton_C::NamedSlot_241' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, SizeBox) == 0x000288, "Member 'ULabelButton_C::SizeBox' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ButtonBG) == 0x000290, "Member 'ULabelButton_C::ButtonBG' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ButtonSize) == 0x000298, "Member 'ULabelButton_C::ButtonSize' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ButtonBGColors) == 0x0002A0, "Member 'ULabelButton_C::ButtonBGColors' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ButtonText) == 0x0002B0, "Member 'ULabelButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, OnClicked) == 0x0002C8, "Member 'ULabelButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, OnHovered) == 0x0002D8, "Member 'ULabelButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, LabelColor) == 0x0002E8, "Member 'ULabelButton_C::LabelColor' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, CustomContent) == 0x000310, "Member 'ULabelButton_C::CustomContent' has a wrong offset!"); \ static_assert(offsetof(ULabelButton_C, ContentPadding) == 0x000314, "Member 'ULabelButton_C::ContentPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase \ static_assert(alignof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase) == 0x0001C0, "Wrong size on MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, EntryPoint) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsConsolePlatform_ReturnValue) == 0x000004, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsValid_ReturnValue_1) == 0x000006, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, Temp_int_Variable) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Create_ReturnValue) == 0x000010, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsValid_ReturnValue_2) == 0x00001C, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_CustomEvent_Action) == 0x00001D, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_CustomEvent_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_CustomEvent_KeyWidget) == 0x000020, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_CustomEvent_KeyWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsVisible_ReturnValue) == 0x000028, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsHaveChanges_IsChanged) == 0x000029, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsHaveChanges_IsChanged' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetIsHaveChanges_ReturnValue) == 0x00002A, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetIsHaveChanges_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsVisible_ReturnValue_1) == 0x00002B, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsVisible_ReturnValue_2) == 0x00002C, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsHaveChanges_HaveChanges) == 0x00002D, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsHaveChanges_HaveChanges' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetIsChanged_IsChanged) == 0x00002E, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetIsChanged_IsChanged' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetPlayerController_ReturnValue_1) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetHUD_ReturnValue) == 0x000040, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetHUD_ReturnValue_1) == 0x000048, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_AsHUD_Interface) == 0x000050, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000068, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetPlayerController_ReturnValue_2) == 0x000080, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetPlayerController_ReturnValue_3) == 0x000090, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetHUD_ReturnValue_2) == 0x000098, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_AsHUD_Interface_2) == 0x0000A0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0000B1, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_CustomEvent_IsHold_1) == 0x0000B2, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_CustomEvent_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_CustomEvent_IsHold) == 0x0000B3, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsHaveChanges_HaveChanges_1) == 0x0000B4, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsHaveChanges_HaveChanges_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_IsVisible_ReturnValue_3) == 0x0000B5, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_MakeStruct_Anchors) == 0x0000B8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_AddChild_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_MakeStruct_Margin) == 0x0000D0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x0000E0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Create_ReturnValue_1) == 0x0000F0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, Temp_int_Variable_1) == 0x0000F8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, Temp_struct_Variable) == 0x000100, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Add_IntInt_ReturnValue_1) == 0x000118, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_Event_Type) == 0x00011C, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_Event_KeyText) == 0x00011D, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_MakeStruct_Anchors_1) == 0x000120, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_MakeStruct_Anchors_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_AddChild_ReturnValue_1) == 0x000130, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_MakeStruct_Margin_1) == 0x000138, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x000148, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_DynamicCast_bSuccess_4) == 0x000150, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, Temp_struct_Variable_1) == 0x000158, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000170, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_ComponentBoundEvent_ItemIndex) == 0x000174, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, K2Node_Event_IsDesignTime) == 0x000178, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetAllChildren_ReturnValue) == 0x000180, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_GetAllChildren_ReturnValue_1) == 0x000190, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Array_Length_ReturnValue) == 0x0001B0, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Array_Length_ReturnValue_1) == 0x0001B4, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Less_IntInt_ReturnValue) == 0x0001B8, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001B9, "Member 'MainMenuV2_SettingsBase_C_ExecuteUbergraph_MainMenuV2_SettingsBase::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_PreConstruct \ static_assert(alignof(MainMenuV2_SettingsBase_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_SettingsBase_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature \ static_assert(alignof(MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'MainMenuV2_SettingsBase_C_BndEvt__MainMenuV2_SettingsBase_SettingsMenu_K2Node_ComponentBoundEvent_6_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_SettingsBase_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_SettingsBase_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_SettingsBase_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_GamepadHoldReset \ static_assert(alignof(MainMenuV2_SettingsBase_C_GamepadHoldReset) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_GamepadHoldReset"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_GamepadHoldReset) == 0x000001, "Wrong size on MainMenuV2_SettingsBase_C_GamepadHoldReset"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GamepadHoldReset, IsHold) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_GamepadHoldReset::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_GamepadHoldApply \ static_assert(alignof(MainMenuV2_SettingsBase_C_GamepadHoldApply) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_GamepadHoldApply"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_GamepadHoldApply) == 0x000001, "Wrong size on MainMenuV2_SettingsBase_C_GamepadHoldApply"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GamepadHoldApply, IsHold) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_GamepadHoldApply::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_OpenKeyboardInput \ static_assert(alignof(MainMenuV2_SettingsBase_C_OpenKeyboardInput) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_OpenKeyboardInput"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_OpenKeyboardInput) == 0x000010, "Wrong size on MainMenuV2_SettingsBase_C_OpenKeyboardInput"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenKeyboardInput, Action) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_OpenKeyboardInput::Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenKeyboardInput, KeyWidget) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_OpenKeyboardInput::KeyWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_OnKeyDown \ static_assert(alignof(MainMenuV2_SettingsBase_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_OnKeyDown) == 0x0009B8, "Wrong size on MainMenuV2_SettingsBase_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Get_Settings_Widgets_NestedWidgets) == 0x000128, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Get_Settings_Widgets_NestedWidgets' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000138, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000150, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000168, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000169, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00016A, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00016B, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00016C, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00016D, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00016E, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00016F, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x000170, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x000171, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x000172, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000173, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Get_Settings_Widgets_NestedWidgets_1) == 0x000178, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Get_Settings_Widgets_NestedWidgets_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Array_Get_Item) == 0x000188, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, K2Node_SwitchInteger_CmpSuccess) == 0x000190, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, K2Node_DynamicCast_AsGamepad_Interface) == 0x000198, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0001A8, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_IsValid_ReturnValue) == 0x0001A9, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Array_Get_Item_1) == 0x0001B0, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x0001B8, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x0001C8, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_IsValid_ReturnValue_1) == 0x0001C9, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x0001D0, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000288, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x000340, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x0003F8, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x0004B0, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_5) == 0x000568, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_6) == 0x000620, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_7) == 0x0006D8, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_8) == 0x000790, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000848, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_9) == 0x000900, "Member 'MainMenuV2_SettingsBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_OnKeyUp \ static_assert(alignof(MainMenuV2_SettingsBase_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_OnKeyUp) == 0x000610, "Wrong size on MainMenuV2_SettingsBase_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Get_Settings_Widgets_NestedWidgets) == 0x000128, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Get_Settings_Widgets_NestedWidgets' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000138, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000150, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000168, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000169, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00016A, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00016B, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00016C, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00016D, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x00016E, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Get_Settings_Widgets_NestedWidgets_1) == 0x000170, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Get_Settings_Widgets_NestedWidgets_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Array_Get_Item) == 0x000180, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Array_Get_Item_1) == 0x000188, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, K2Node_DynamicCast_AsGamepad_Interface) == 0x000190, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x0001A8, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, K2Node_DynamicCast_bSuccess_1) == 0x0001B8, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_IsValid_ReturnValue) == 0x0001B9, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_IsValid_ReturnValue_1) == 0x0001BA, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x0001C0, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000278, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x000330, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x0003E8, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x0004A0, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_4) == 0x000558, "Member 'MainMenuV2_SettingsBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_GetDefaultsSettingsData \ static_assert(alignof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_GetDefaultsSettingsData"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData) == 0x0000E0, "Wrong size on MainMenuV2_SettingsBase_C_GetDefaultsSettingsData"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_1) == 0x000020, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_1) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_2) == 0x000040, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_2) == 0x000058, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_3) == 0x000060, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_3) == 0x000078, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_4) == 0x000080, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_4) == 0x000098, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_5) == 0x0000A0, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_5) == 0x0000B8, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_text_Variable_6) == 0x0000C0, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GetDefaultsSettingsData, Temp_byte_Variable_6) == 0x0000D8, "Member 'MainMenuV2_SettingsBase_C_GetDefaultsSettingsData::Temp_byte_Variable_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_CheckIsHaveChanged \ static_assert(alignof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_CheckIsHaveChanged"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged) == 0x000005, "Wrong size on MainMenuV2_SettingsBase_C_CheckIsHaveChanged"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged, CallFunc_IsHaveChanges_HaveChanges) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_CheckIsHaveChanged::CallFunc_IsHaveChanges_HaveChanges' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged, CallFunc_IsHaveChanges_IsChanged) == 0x000001, "Member 'MainMenuV2_SettingsBase_C_CheckIsHaveChanged::CallFunc_IsHaveChanges_IsChanged' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged, CallFunc_GetIsHaveChanges_ReturnValue) == 0x000002, "Member 'MainMenuV2_SettingsBase_C_CheckIsHaveChanged::CallFunc_GetIsHaveChanges_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged, CallFunc_IsHaveChanges_HaveChanges_1) == 0x000003, "Member 'MainMenuV2_SettingsBase_C_CheckIsHaveChanged::CallFunc_IsHaveChanges_HaveChanges_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_CheckIsHaveChanged, CallFunc_GetIsChanged_IsChanged) == 0x000004, "Member 'MainMenuV2_SettingsBase_C_CheckIsHaveChanged::CallFunc_GetIsChanged_IsChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_SettingsBase_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_SettingsBase_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_SettingsBase_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_OnMouseButtonDown) == 0x000240, "Wrong size on MainMenuV2_SettingsBase_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Interface) == 0x000228, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000238, "Member 'MainMenuV2_SettingsBase_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen \ static_assert(alignof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen) == 0x000020, "Wrong size on MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, Temp_byte_Variable) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, CallFunc_IsWithEditor_ReturnValue) == 0x000002, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, CallFunc_GetCommandLine_ReturnValue) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, Temp_byte_Variable_1) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, CallFunc_Contains_ReturnValue) == 0x000019, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, Temp_bool_Variable) == 0x00001B, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen, K2Node_Select_Default) == 0x00001C, "Member 'MainMenuV2_SettingsBase_C_SetupAchievementsOnOpen::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen \ static_assert(alignof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen) == 0x000028, "Wrong size on MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, Temp_byte_Variable) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, Temp_byte_Variable_1) == 0x000001, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, CallFunc_CanCheat_ReturnValue) == 0x000021, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::CallFunc_CanCheat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, Temp_bool_Variable) == 0x000022, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen, K2Node_Select_Default) == 0x000023, "Member 'MainMenuV2_SettingsBase_C_SetupGameDiffOnOpen::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_OpenDerivedSettings \ static_assert(alignof(MainMenuV2_SettingsBase_C_OpenDerivedSettings) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_OpenDerivedSettings"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_OpenDerivedSettings) == 0x000058, "Wrong size on MainMenuV2_SettingsBase_C_OpenDerivedSettings"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, SettingsIndex) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::SettingsIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, TargetSettingsWidget) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::TargetSettingsWidget' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, Temp_int_Variable) == 0x000010, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Array_Get_Item) == 0x000028, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Get_Settings_Widgets_NestedWidgets) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Get_Settings_Widgets_NestedWidgets' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000050, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000051, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000052, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x000053, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue_3) == 0x000054, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue_4) == 0x000055, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_OpenDerivedSettings, CallFunc_NotEqual_ObjectObject_ReturnValue_5) == 0x000056, "Member 'MainMenuV2_SettingsBase_C_OpenDerivedSettings::CallFunc_NotEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_SettingsBase_C_SetGamepadMode) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_SetGamepadMode) == 0x0000C8, "Wrong size on MainMenuV2_SettingsBase_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, Temp_bool_Variable) == 0x000001, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, Temp_byte_Variable) == 0x000002, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, Temp_byte_Variable_1) == 0x000003, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_Select_Default) == 0x000004, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000020, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000038, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_3) == 0x000050, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_4) == 0x000068, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_4) == 0x000078, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_5) == 0x000080, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_5) == 0x000090, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_6) == 0x000098, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_6) == 0x0000A8, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_7) == 0x0000B0, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_7) == 0x0000C0, "Member 'MainMenuV2_SettingsBase_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_DrawMenuByPlatform \ static_assert(alignof(MainMenuV2_SettingsBase_C_DrawMenuByPlatform) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_DrawMenuByPlatform"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_DrawMenuByPlatform) == 0x000028, "Wrong size on MainMenuV2_SettingsBase_C_DrawMenuByPlatform"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_DrawMenuByPlatform, bIsConsole) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_DrawMenuByPlatform::bIsConsole' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_DrawMenuByPlatform, K2Node_MakeArray_Array) == 0x000008, "Member 'MainMenuV2_SettingsBase_C_DrawMenuByPlatform::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_DrawMenuByPlatform, K2Node_MakeArray_Array_1) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_DrawMenuByPlatform::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_Get_Settings_Widgets \ static_assert(alignof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_Get_Settings_Widgets"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets) == 0x000038, "Wrong size on MainMenuV2_SettingsBase_C_Get_Settings_Widgets"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets, NestedWidgets) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_Get_Settings_Widgets::NestedWidgets' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets, CallFunc_IsConsolePlatform_ReturnValue) == 0x000010, "Member 'MainMenuV2_SettingsBase_C_Get_Settings_Widgets::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'MainMenuV2_SettingsBase_C_Get_Settings_Widgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_Get_Settings_Widgets, K2Node_MakeArray_Array) == 0x000028, "Member 'MainMenuV2_SettingsBase_C_Get_Settings_Widgets::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_SettingsBase_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_SettingsBase_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_SettingsBase_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SettingsBase_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_SettingsBase_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_SettingsBase_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_SettingsBase_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_SettingsBase_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_SettingsBase_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_SettingsBase_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SettingsBase_C \ static_assert(alignof(UMainMenuV2_SettingsBase_C) == 0x000008, "Wrong alignment on UMainMenuV2_SettingsBase_C"); \ static_assert(sizeof(UMainMenuV2_SettingsBase_C) == 0x000390, "Wrong size on UMainMenuV2_SettingsBase_C"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_SettingsBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, ShowIngameSettings) == 0x000268, "Member 'UMainMenuV2_SettingsBase_C::ShowIngameSettings' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, Achievements) == 0x000270, "Member 'UMainMenuV2_SettingsBase_C::Achievements' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, AchievementsButton) == 0x000278, "Member 'UMainMenuV2_SettingsBase_C::AchievementsButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, Button_Back) == 0x000280, "Member 'UMainMenuV2_SettingsBase_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, ButtonApply) == 0x000288, "Member 'UMainMenuV2_SettingsBase_C::ButtonApply' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, ButtonReset) == 0x000290, "Member 'UMainMenuV2_SettingsBase_C::ButtonReset' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GameDifficulty) == 0x000298, "Member 'UMainMenuV2_SettingsBase_C::GameDifficulty' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GameDifficultyButton) == 0x0002A0, "Member 'UMainMenuV2_SettingsBase_C::GameDifficultyButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GamepadHintsBox) == 0x0002A8, "Member 'UMainMenuV2_SettingsBase_C::GamepadHintsBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GPI_Navigate) == 0x0002B0, "Member 'UMainMenuV2_SettingsBase_C::GPI_Navigate' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, Image_51) == 0x0002B8, "Member 'UMainMenuV2_SettingsBase_C::Image_51' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_ExitModal) == 0x0002C0, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_ExitModal' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Game) == 0x0002C8, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Game' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Gamepad) == 0x0002D0, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Gamepad' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Graphics) == 0x0002D8, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Graphics' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Keyboard) == 0x0002E0, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Keyboard' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_KeyInput) == 0x0002E8, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_KeyInput' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Screen) == 0x0002F0, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Screen' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, MainMenuV2_Sound) == 0x0002F8, "Member 'UMainMenuV2_SettingsBase_C::MainMenuV2_Sound' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, SettingsMenu) == 0x000300, "Member 'UMainMenuV2_SettingsBase_C::SettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, SettingsWidgets) == 0x000308, "Member 'UMainMenuV2_SettingsBase_C::SettingsWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, DefaultSettings) == 0x000310, "Member 'UMainMenuV2_SettingsBase_C::DefaultSettings' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, OnBackClicked) == 0x000360, "Member 'UMainMenuV2_SettingsBase_C::OnBackClicked' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GamepadController) == 0x000370, "Member 'UMainMenuV2_SettingsBase_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, IsClosed) == 0x000378, "Member 'UMainMenuV2_SettingsBase_C::IsClosed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, AchievementsScreen) == 0x000380, "Member 'UMainMenuV2_SettingsBase_C::AchievementsScreen' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SettingsBase_C, GameDiffScreen) == 0x000388, "Member 'UMainMenuV2_SettingsBase_C::GameDiffScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech \ static_assert(alignof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech) == 0x000008, "Wrong alignment on RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech"); \ static_assert(sizeof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech) == 0x000060, "Wrong size on RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, EntryPoint) == 0x000000, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, K2Node_DynamicCast_AsRofleemo_Defender) == 0x000020, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::K2Node_DynamicCast_AsRofleemo_Defender' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_FindAnyLeeches_ReturnValue) == 0x00002B, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_FindAnyLeeches_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_FindAnyLeeches_FindedLeeches) == 0x000030, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_FindAnyLeeches_FindedLeeches' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000040, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_PlayAnimMontage_ReturnValue) == 0x000044, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_HasAuthority_ReturnValue) == 0x000048, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x00004C, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_FMax_ReturnValue) == 0x000050, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'RofleemoDefenderAction_ScareLeech_C_ExecuteUbergraph_RofleemoDefenderAction_ScareLeech::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches \ static_assert(alignof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches) == 0x000008, "Wrong alignment on RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches"); \ static_assert(sizeof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches) == 0x0000B8, "Wrong size on RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, ParentWagon) == 0x000000, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::ParentWagon' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, ReturnValue) == 0x000008, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, FindedLeeches) == 0x000010, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::FindedLeeches' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, L_FindLeeches) == 0x000020, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::L_FindLeeches' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, L_AnyLeechesFind) == 0x000030, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::L_AnyLeechesFind' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, Temp_int_Array_Index_Variable) == 0x000034, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_GetChildrenComponents_Children) == 0x000040, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Array_Get_Item) == 0x000050, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_GetChildrenComponents_Children_1) == 0x000060, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_GetChildrenComponents_Children_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_GetOwner_ReturnValue) == 0x000090, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, K2Node_DynamicCast_AsLeech) == 0x000098, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_IsValid_ReturnValue_1) == 0x0000A1, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Array_Add_ReturnValue) == 0x0000A4, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, Temp_int_Loop_Counter_Variable_1) == 0x0000A8, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AC, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'RofleemoDefenderAction_ScareLeech_C_FindAnyLeeches::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches \ static_assert(alignof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches) == 0x000008, "Wrong alignment on RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches"); \ static_assert(sizeof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches) == 0x000028, "Wrong size on RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, Temp_int_Array_Index_Variable) == 0x000000, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, CallFunc_Array_Get_Item) == 0x000010, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, CallFunc_ApplyDamage_ReturnValue) == 0x000018, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, K2Node_SwitchEnum_CmpSuccess) == 0x00001C, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'RofleemoDefenderAction_ScareLeech_C_ApplyDamageToFindLeeches::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoDefenderAction_ScareLeech_C \ static_assert(alignof(URofleemoDefenderAction_ScareLeech_C) == 0x000008, "Wrong alignment on URofleemoDefenderAction_ScareLeech_C"); \ static_assert(sizeof(URofleemoDefenderAction_ScareLeech_C) == 0x0000E8, "Wrong size on URofleemoDefenderAction_ScareLeech_C"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoDefenderAction_ScareLeech_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, RofleemoDefender) == 0x0000C0, "Member 'URofleemoDefenderAction_ScareLeech_C::RofleemoDefender' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, AnimMontage) == 0x0000C8, "Member 'URofleemoDefenderAction_ScareLeech_C::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, BaseDamage) == 0x0000D0, "Member 'URofleemoDefenderAction_ScareLeech_C::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, bAnyLeechesFind) == 0x0000D4, "Member 'URofleemoDefenderAction_ScareLeech_C::bAnyLeechesFind' has a wrong offset!"); \ static_assert(offsetof(URofleemoDefenderAction_ScareLeech_C, FindLeeches) == 0x0000D8, "Member 'URofleemoDefenderAction_ScareLeech_C::FindLeeches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_IngameMenu_C \ static_assert(alignof(IBPI_IngameMenu_C) == 0x000001, "Wrong alignment on IBPI_IngameMenu_C"); \ static_assert(sizeof(IBPI_IngameMenu_C) == 0x000001, "Wrong size on IBPI_IngameMenu_C"); \ #define DUMPER7_ASSERTS_Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr \ static_assert(alignof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr) == 0x000004, "Wrong alignment on Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr"); \ static_assert(sizeof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr) == 0x000018, "Wrong size on Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr, EntryPoint) == 0x000000, "Member 'Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr, K2Node_Event_IsDesignTime) == 0x000004, "Member 'Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr, K2Node_CustomEvent_Size) == 0x000008, "Member 'Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000014, "Member 'Inventory2_CellDelimetr_C_ExecuteUbergraph_Inventory2_CellDelimetr::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CellDelimetr_C_Draw \ static_assert(alignof(Inventory2_CellDelimetr_C_Draw) == 0x000004, "Wrong alignment on Inventory2_CellDelimetr_C_Draw"); \ static_assert(sizeof(Inventory2_CellDelimetr_C_Draw) == 0x000008, "Wrong size on Inventory2_CellDelimetr_C_Draw"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_Draw, Size_0) == 0x000000, "Member 'Inventory2_CellDelimetr_C_Draw::Size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_CellDelimetr_C_PreConstruct \ static_assert(alignof(Inventory2_CellDelimetr_C_PreConstruct) == 0x000001, "Wrong alignment on Inventory2_CellDelimetr_C_PreConstruct"); \ static_assert(sizeof(Inventory2_CellDelimetr_C_PreConstruct) == 0x000001, "Wrong size on Inventory2_CellDelimetr_C_PreConstruct"); \ static_assert(offsetof(Inventory2_CellDelimetr_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Inventory2_CellDelimetr_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_CellDelimetr_C \ static_assert(alignof(UInventory2_CellDelimetr_C) == 0x000008, "Wrong alignment on UInventory2_CellDelimetr_C"); \ static_assert(sizeof(UInventory2_CellDelimetr_C) == 0x000290, "Wrong size on UInventory2_CellDelimetr_C"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_CellDelimetr_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, Border_0) == 0x000268, "Member 'UInventory2_CellDelimetr_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, SizeBox_0) == 0x000270, "Member 'UInventory2_CellDelimetr_C::SizeBox_0' has a wrong offset!"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, CellSizeInPixel) == 0x000278, "Member 'UInventory2_CellDelimetr_C::CellSizeInPixel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, Size) == 0x00027C, "Member 'UInventory2_CellDelimetr_C::Size' has a wrong offset!"); \ static_assert(offsetof(UInventory2_CellDelimetr_C, Coords) == 0x000284, "Member 'UInventory2_CellDelimetr_C::Coords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryV2_STORAGE_DATA \ static_assert(alignof(FInventoryV2_STORAGE_DATA) == 0x000008, "Wrong alignment on FInventoryV2_STORAGE_DATA"); \ static_assert(sizeof(FInventoryV2_STORAGE_DATA) == 0x000020, "Wrong size on FInventoryV2_STORAGE_DATA"); \ static_assert(offsetof(FInventoryV2_STORAGE_DATA, ITEM_2_D1C9C06544E1E81513F7D08B77A14DF1) == 0x000000, "Member 'FInventoryV2_STORAGE_DATA::ITEM_2_D1C9C06544E1E81513F7D08B77A14DF1' has a wrong offset!"); \ static_assert(offsetof(FInventoryV2_STORAGE_DATA, CELL_5_360CE23244D4830DF1BBD99C5014F75E) == 0x000008, "Member 'FInventoryV2_STORAGE_DATA::CELL_5_360CE23244D4830DF1BBD99C5014F75E' has a wrong offset!"); \ static_assert(offsetof(FInventoryV2_STORAGE_DATA, LAYOUT_8_5010D7D44BBB9AE1F48B8DBAD6F264C7) == 0x000010, "Member 'FInventoryV2_STORAGE_DATA::LAYOUT_8_5010D7D44BBB9AE1F48B8DBAD6F264C7' has a wrong offset!"); \ static_assert(offsetof(FInventoryV2_STORAGE_DATA, Index_11_59067A644BC73A1829704C89C93DD57B) == 0x000018, "Member 'FInventoryV2_STORAGE_DATA::Index_11_59067A644BC73A1829704C89C93DD57B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key \ static_assert(alignof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key) == 0x000008, "Wrong alignment on InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key"); \ static_assert(sizeof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key) == 0x0002C0, "Wrong size on InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, EntryPoint) == 0x000000, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_byte_Variable) == 0x000004, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Array_Get_Item) == 0x000008, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000030, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Len_ReturnValue) == 0x000048, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_byte_Variable_1) == 0x00004C, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Greater_IntInt_ReturnValue) == 0x00004D, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_byte_Variable_2) == 0x00004E, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable) == 0x000050, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_1) == 0x000068, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_2) == 0x000080, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_3) == 0x000098, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_4) == 0x0000B0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_5) == 0x0000C8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_6) == 0x0000E0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_7) == 0x0000F8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_8) == 0x000110, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_9) == 0x000128, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_10) == 0x000140, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_11) == 0x000158, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_12) == 0x000170, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_13) == 0x000188, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_14) == 0x0001A0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_text_Variable_15) == 0x0001B8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_Event_IsDesignTime) == 0x0001D0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_CustomEvent_KeyText) == 0x0001D1, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_CustomEvent_KeyText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_CustomEvent_PlaceholderIfNeed) == 0x0001D8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_CustomEvent_PlaceholderIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_CustomEvent_ItemIfNeed) == 0x0001E0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_CustomEvent_ItemIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0001E8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Contains_ReturnValue) == 0x0001F8, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Len_ReturnValue_1) == 0x0001FC, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000200, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000201, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_Select_Default) == 0x000208, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, Temp_bool_Variable) == 0x000220, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, K2Node_Select_Default_1) == 0x000221, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Array_Get_Item_1) == 0x000228, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Len_ReturnValue_2) == 0x000238, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Len_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Array_Get_Item_2) == 0x000240, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000250, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000258, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000270, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Len_ReturnValue_3) == 0x000280, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Len_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000284, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000285, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000288, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0002A0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key, CallFunc_ParseIntoArray_ReturnValue) == 0x0002B0, "Member 'InventoryV2_Key_C_ExecuteUbergraph_InventoryV2_Key::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Key_C_SetText \ static_assert(alignof(InventoryV2_Key_C_SetText) == 0x000008, "Wrong alignment on InventoryV2_Key_C_SetText"); \ static_assert(sizeof(InventoryV2_Key_C_SetText) == 0x000018, "Wrong size on InventoryV2_Key_C_SetText"); \ static_assert(offsetof(InventoryV2_Key_C_SetText, KeyText) == 0x000000, "Member 'InventoryV2_Key_C_SetText::KeyText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_SetText, PlaceholderIfNeed) == 0x000008, "Member 'InventoryV2_Key_C_SetText::PlaceholderIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Key_C_SetText, ItemIfNeed) == 0x000010, "Member 'InventoryV2_Key_C_SetText::ItemIfNeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Key_C_PreConstruct \ static_assert(alignof(InventoryV2_Key_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_Key_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_Key_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_Key_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_Key_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_Key_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Key_C \ static_assert(alignof(UInventoryV2_Key_C) == 0x000008, "Wrong alignment on UInventoryV2_Key_C"); \ static_assert(sizeof(UInventoryV2_Key_C) == 0x000320, "Wrong size on UInventoryV2_Key_C"); \ static_assert(offsetof(UInventoryV2_Key_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_Key_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ActionText) == 0x000268, "Member 'UInventoryV2_Key_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, Image_269) == 0x000270, "Member 'UInventoryV2_Key_C::Image_269' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, KeyName_Text) == 0x000278, "Member 'UInventoryV2_Key_C::KeyName_Text' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, SecondImage) == 0x000280, "Member 'UInventoryV2_Key_C::SecondImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, SecondKey) == 0x000288, "Member 'UInventoryV2_Key_C::SecondKey' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, SecondKeyText) == 0x000290, "Member 'UInventoryV2_Key_C::SecondKeyText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, SecondSlash) == 0x000298, "Member 'UInventoryV2_Key_C::SecondSlash' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ThirdImage) == 0x0002A0, "Member 'UInventoryV2_Key_C::ThirdImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ThirdKey) == 0x0002A8, "Member 'UInventoryV2_Key_C::ThirdKey' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ThirdKeyText) == 0x0002B0, "Member 'UInventoryV2_Key_C::ThirdKeyText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ThirdSlash) == 0x0002B8, "Member 'UInventoryV2_Key_C::ThirdSlash' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, KeyName) == 0x0002C0, "Member 'UInventoryV2_Key_C::KeyName' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, DefaultText) == 0x0002D8, "Member 'UInventoryV2_Key_C::DefaultText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, Action) == 0x0002D9, "Member 'UInventoryV2_Key_C::Action' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, Placeholder) == 0x0002E0, "Member 'UInventoryV2_Key_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, FromObj) == 0x0002E8, "Member 'UInventoryV2_Key_C::FromObj' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, InventoryItem) == 0x0002F0, "Member 'UInventoryV2_Key_C::InventoryItem' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, ProxyText) == 0x0002F8, "Member 'UInventoryV2_Key_C::ProxyText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Key_C, KeysNames) == 0x000310, "Member 'UInventoryV2_Key_C::KeysNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageType_FishExplosion_C \ static_assert(alignof(UDamageType_FishExplosion_C) == 0x000008, "Wrong alignment on UDamageType_FishExplosion_C"); \ static_assert(sizeof(UDamageType_FishExplosion_C) == 0x000058, "Wrong size on UDamageType_FishExplosion_C"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item \ static_assert(alignof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item) == 0x000008, "Wrong alignment on InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item"); \ static_assert(sizeof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item) == 0x000840, "Wrong size on InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, EntryPoint) == 0x000000, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_int_Variable) == 0x000004, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_SlotAsGridSlot_ReturnValue) == 0x000010, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_SlotAsGridSlot_ReturnValue_1) == 0x000020, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_SlotAsGridSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_SlotAsGridSlot_ReturnValue_2) == 0x000030, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_SlotAsGridSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Size) == 0x00003C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_CellSize) == 0x000044, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_CellSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Texture) == 0x000048, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Texture' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Count) == 0x000050, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToText_ReturnValue) == 0x000058, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_MyGeometry_1) == 0x000074, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_MouseEvent_1) == 0x0000B0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_MouseEvent) == 0x000120, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_IsShow) == 0x000190, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_IsShow' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetMousePositionOnViewport_ReturnValue) == 0x000194, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetMousePositionOnViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_3) == 0x00019C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_IsDesignTime) == 0x00019D, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_IsHold_1) == 0x00019E, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_MakeStruct_SlateBrush) == 0x0001A0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_IsHold) == 0x000228, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_Show) == 0x000229, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size) == 0x00022C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_1) == 0x000234, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00023C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000240, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Greater_IntInt_ReturnValue) == 0x000244, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000245, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_2) == 0x000248, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_BooleanOR_ReturnValue) == 0x000250, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_3) == 0x000254, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00025C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000260, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x000264, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue) == 0x000268, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue_3) == 0x000270, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_4) == 0x000274, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_MyGeometry) == 0x00027C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_InDeltaTime) == 0x0002B4, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue_4) == 0x0002B8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Multiply_IntFloat_ReturnValue_5) == 0x0002BC, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Multiply_IntFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_1) == 0x0002C0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CreateDelegate_OutputDelegate) == 0x0002C8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x0002D8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0002E0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_5) == 0x0002E8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Not_PreBool_ReturnValue) == 0x0002F0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_4) == 0x0002F1, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetIcon_ReturnValue) == 0x0002F8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetCount_ReturnValue) == 0x000300, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetVerticalOrientation_ReturnValue) == 0x000301, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000304, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000308, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000320, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_5) == 0x000321, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Placeholder) == 0x000328, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_6) == 0x000330, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetVerticalOrientation_ReturnValue_1) == 0x000331, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetVerticalOrientation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_7) == 0x000332, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_8) == 0x000333, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Show) == 0x000334, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_9) == 0x000335, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_struct_Variable) == 0x000338, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_CheckCanRotate_CanRotate) == 0x000340, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_CheckCanRotate_CanRotate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_struct_Variable_1) == 0x000344, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_PlayAnimation_ReturnValue) == 0x000350, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_bool_Variable) == 0x000358, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_10) == 0x000359, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Select_Default) == 0x00035C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_ItemType) == 0x000364, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_SplitCount) == 0x000368, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_Count) == 0x00036C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Event_InstigatorWidget) == 0x000370, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Event_InstigatorWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Subtract_IntInt_ReturnValue) == 0x000378, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00037C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000380, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000398, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000399, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00039A, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00039B, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00039C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00039D, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_int_Variable_1) == 0x0003A0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0003A8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003B0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_AsFGCharacter) == 0x0003B8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_bSuccess) == 0x0003C0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_11) == 0x0003C1, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003C2, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_12) == 0x0003C3, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0003C8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_13) == 0x0003D0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_14) == 0x0003D1, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayerPawn_ReturnValue_2) == 0x0003D8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CreateDelegate_OutputDelegate_1) == 0x0003E0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_AsFGCharacter_1) == 0x0003F0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_bSuccess_1) == 0x0003F8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000400, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_15) == 0x000408, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_16) == 0x000409, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_17) == 0x00040A, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_18) == 0x00040B, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayerPawn_ReturnValue_3) == 0x000410, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayerPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayerPawn_ReturnValue_4) == 0x000418, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayerPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_HasAuthority_ReturnValue) == 0x000420, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000424, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000428, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x00042C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000430, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_2) == 0x000434, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_3) == 0x00043C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetVirtualHand_Placeholder) == 0x000448, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetVirtualHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x000450, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetPlayerController_ReturnValue) == 0x000468, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_19) == 0x000470, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetHUD_ReturnValue) == 0x000478, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_AsHUD_Ansora) == 0x000480, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_bSuccess_2) == 0x000488, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Array_Get_Item) == 0x000490, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Array_Get_Item_1) == 0x000498, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Array_Length_ReturnValue) == 0x0004A0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Array_Length_ReturnValue_1) == 0x0004A4, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Less_IntInt_ReturnValue) == 0x0004A8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Less_IntInt_ReturnValue_1) == 0x0004A9, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_byte_Variable) == 0x0004AA, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetItemType_ReturnValue) == 0x0004B0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Favorites_IS_EXIST_Is_Favorites) == 0x0004B8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Favorites_IS_EXIST_Is_Favorites' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_byte_Variable_1) == 0x0004B9, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_20) == 0x0004BA, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_EquipItem_ReturnValue) == 0x0004C0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_EquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_AsFGInventory_Component) == 0x000578, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_AsFGInventory_Component' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_bSuccess_3) == 0x000580, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetSize_Size_6) == 0x000584, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetSize_Size_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x00058C, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x000590, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_8) == 0x000594, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_4) == 0x000598, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_9) == 0x0005A0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_5) == 0x0005A4, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_MakeStruct_FGInventoryPlaceholderInfo_1) == 0x0005B0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_MakeStruct_FGInventoryPlaceholderInfo_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_CustomEvent_Position) == 0x0005C8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_CustomEvent_Position' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0005D0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_byte_Variable_2) == 0x0005D4, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_6) == 0x0005D8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x0005E0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BorderColor) == 0x0005E8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BorderColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BackgroundColor) == 0x0005F8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BorderColor_1) == 0x000620, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BorderColor_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BackgroundColor_1) == 0x000630, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BackgroundColor_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_byte_Variable_3) == 0x000658, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_MakeStruct_SlateBrush_1) == 0x000660, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BorderColor_2) == 0x0006E8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BorderColor_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetTierColor_BackgroundColor_2) == 0x0006F8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetTierColor_BackgroundColor_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_bool_Variable_1) == 0x000720, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Select_Default_1) == 0x000721, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_IsValid_ReturnValue_21) == 0x000722, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_MakeStruct_SlateBrush_2) == 0x000728, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetDraggedWidget_ReturnWidget) == 0x0007B0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayer_ReturnValue) == 0x0007B8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetHUD_ReturnValue_1) == 0x0007C0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_AsHUD_Interface) == 0x0007C8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_DynamicCast_bSuccess_4) == 0x0007D8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_10) == 0x0007DC, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0007E0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Conv_IntToFloat_ReturnValue_11) == 0x0007E4, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Conv_IntToFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_MakeVector2D_ReturnValue_7) == 0x0007E8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_MakeVector2D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x0007F0, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GET_DATA_InventoryWidgets) == 0x0007F8, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GET_DATA_OK) == 0x000818, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000820, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, Temp_bool_Variable_2) == 0x000828, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000829, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Not_PreBool_ReturnValue_1) == 0x00082A, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, K2Node_Select_Default_2) == 0x00082B, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000830, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_GetIsGamepadUsing_IsGamepad_1) == 0x000838, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_GetIsGamepadUsing_IsGamepad_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item, CallFunc_Not_PreBool_ReturnValue_2) == 0x000839, "Member 'InventoryV2_Item_C_ExecuteUbergraph_InventoryV2_Item::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_SetDraggedWidgetPosition \ static_assert(alignof(InventoryV2_Item_C_SetDraggedWidgetPosition) == 0x000004, "Wrong alignment on InventoryV2_Item_C_SetDraggedWidgetPosition"); \ static_assert(sizeof(InventoryV2_Item_C_SetDraggedWidgetPosition) == 0x000008, "Wrong size on InventoryV2_Item_C_SetDraggedWidgetPosition"); \ static_assert(offsetof(InventoryV2_Item_C_SetDraggedWidgetPosition, Position) == 0x000000, "Member 'InventoryV2_Item_C_SetDraggedWidgetPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_ContextMenu_ItemPressed \ static_assert(alignof(InventoryV2_Item_C_ContextMenu_ItemPressed) == 0x000008, "Wrong alignment on InventoryV2_Item_C_ContextMenu_ItemPressed"); \ static_assert(sizeof(InventoryV2_Item_C_ContextMenu_ItemPressed) == 0x000018, "Wrong size on InventoryV2_Item_C_ContextMenu_ItemPressed"); \ static_assert(offsetof(InventoryV2_Item_C_ContextMenu_ItemPressed, ItemType) == 0x000000, "Member 'InventoryV2_Item_C_ContextMenu_ItemPressed::ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ContextMenu_ItemPressed, SplitCount) == 0x000004, "Member 'InventoryV2_Item_C_ContextMenu_ItemPressed::SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ContextMenu_ItemPressed, Count_0) == 0x000008, "Member 'InventoryV2_Item_C_ContextMenu_ItemPressed::Count_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_ContextMenu_ItemPressed, InstigatorWidget) == 0x000010, "Member 'InventoryV2_Item_C_ContextMenu_ItemPressed::InstigatorWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_ShowFavorites \ static_assert(alignof(InventoryV2_Item_C_ShowFavorites) == 0x000001, "Wrong alignment on InventoryV2_Item_C_ShowFavorites"); \ static_assert(sizeof(InventoryV2_Item_C_ShowFavorites) == 0x000001, "Wrong size on InventoryV2_Item_C_ShowFavorites"); \ static_assert(offsetof(InventoryV2_Item_C_ShowFavorites, Show) == 0x000000, "Member 'InventoryV2_Item_C_ShowFavorites::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_SetPlaceholder \ static_assert(alignof(InventoryV2_Item_C_SetPlaceholder) == 0x000008, "Wrong alignment on InventoryV2_Item_C_SetPlaceholder"); \ static_assert(sizeof(InventoryV2_Item_C_SetPlaceholder) == 0x000008, "Wrong size on InventoryV2_Item_C_SetPlaceholder"); \ static_assert(offsetof(InventoryV2_Item_C_SetPlaceholder, Placeholder_0) == 0x000000, "Member 'InventoryV2_Item_C_SetPlaceholder::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_Tick \ static_assert(alignof(InventoryV2_Item_C_Tick) == 0x000004, "Wrong alignment on InventoryV2_Item_C_Tick"); \ static_assert(sizeof(InventoryV2_Item_C_Tick) == 0x00003C, "Wrong size on InventoryV2_Item_C_Tick"); \ static_assert(offsetof(InventoryV2_Item_C_Tick, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Tick, InDeltaTime) == 0x000038, "Member 'InventoryV2_Item_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GPI_ShowGamepadMode \ static_assert(alignof(InventoryV2_Item_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on InventoryV2_Item_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(InventoryV2_Item_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on InventoryV2_Item_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(InventoryV2_Item_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'InventoryV2_Item_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GPI_HoldLeft \ static_assert(alignof(InventoryV2_Item_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on InventoryV2_Item_C_GPI_HoldLeft"); \ static_assert(sizeof(InventoryV2_Item_C_GPI_HoldLeft) == 0x000001, "Wrong size on InventoryV2_Item_C_GPI_HoldLeft"); \ static_assert(offsetof(InventoryV2_Item_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'InventoryV2_Item_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GPI_HoldRight \ static_assert(alignof(InventoryV2_Item_C_GPI_HoldRight) == 0x000001, "Wrong alignment on InventoryV2_Item_C_GPI_HoldRight"); \ static_assert(sizeof(InventoryV2_Item_C_GPI_HoldRight) == 0x000001, "Wrong size on InventoryV2_Item_C_GPI_HoldRight"); \ static_assert(offsetof(InventoryV2_Item_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'InventoryV2_Item_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_PreConstruct \ static_assert(alignof(InventoryV2_Item_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_Item_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_Item_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_Item_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_Item_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_Item_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_ShowBorder \ static_assert(alignof(InventoryV2_Item_C_ShowBorder) == 0x000001, "Wrong alignment on InventoryV2_Item_C_ShowBorder"); \ static_assert(sizeof(InventoryV2_Item_C_ShowBorder) == 0x000001, "Wrong size on InventoryV2_Item_C_ShowBorder"); \ static_assert(offsetof(InventoryV2_Item_C_ShowBorder, IsShow) == 0x000000, "Member 'InventoryV2_Item_C_ShowBorder::IsShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseLeave \ static_assert(alignof(InventoryV2_Item_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_Item_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseEnter \ static_assert(alignof(InventoryV2_Item_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_Item_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_Draw \ static_assert(alignof(InventoryV2_Item_C_Draw) == 0x000008, "Wrong alignment on InventoryV2_Item_C_Draw"); \ static_assert(sizeof(InventoryV2_Item_C_Draw) == 0x000020, "Wrong size on InventoryV2_Item_C_Draw"); \ static_assert(offsetof(InventoryV2_Item_C_Draw, Size_0) == 0x000000, "Member 'InventoryV2_Item_C_Draw::Size_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Draw, CellSize_0) == 0x000008, "Member 'InventoryV2_Item_C_Draw::CellSize_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Draw, Texture) == 0x000010, "Member 'InventoryV2_Item_C_Draw::Texture' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Draw, Count_0) == 0x000018, "Member 'InventoryV2_Item_C_Draw::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_Item_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseButtonDown) == 0x000490, "Wrong size on InventoryV2_Item_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Item_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000218, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue_1) == 0x000230, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000248, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000249, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_Not_PreBool_ReturnValue) == 0x00024A, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_PlayEvent2D_ReturnValue) == 0x000250, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_1) == 0x000258, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_DetectDragIfPressed_ReturnValue) == 0x000310, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_DetectDragIfPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_MoveToAnotherInventory_bHasMoved) == 0x0003C8, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_MoveToAnotherInventory_bHasMoved' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_Can_Fast_Remove_CanFastRemove) == 0x0003C9, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_Can_Fast_Remove_CanFastRemove' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_GetIsShift_IsShiftDown) == 0x0003CA, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_GetIsShift_IsShiftDown' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_2) == 0x0003D0, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue) == 0x000488, "Member 'InventoryV2_Item_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnDragDetected \ static_assert(alignof(InventoryV2_Item_C_OnDragDetected) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnDragDetected"); \ static_assert(sizeof(InventoryV2_Item_C_OnDragDetected) == 0x0000F8, "Wrong size on InventoryV2_Item_C_OnDragDetected"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnDragDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, PointerEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnDragDetected::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, Operation) == 0x0000A8, "Member 'InventoryV2_Item_C_OnDragDetected::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_GetSize_Size) == 0x0000B0, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000B8, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000BC, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0000C0, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_MakeVector2D_ReturnValue) == 0x0000C4, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000CC, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000D0, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x0000D8, "Member 'InventoryV2_Item_C_OnDragDetected::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnDragDetected, CallFunc_GetIsCustomDrag_IsCustomDrag) == 0x0000F0, "Member 'InventoryV2_Item_C_OnDragDetected::CallFunc_GetIsCustomDrag_IsCustomDrag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnGetMenuContent_0 \ static_assert(alignof(InventoryV2_Item_C_OnGetMenuContent_0) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnGetMenuContent_0"); \ static_assert(sizeof(InventoryV2_Item_C_OnGetMenuContent_0) == 0x000010, "Wrong size on InventoryV2_Item_C_OnGetMenuContent_0"); \ static_assert(offsetof(InventoryV2_Item_C_OnGetMenuContent_0, ReturnValue) == 0x000000, "Member 'InventoryV2_Item_C_OnGetMenuContent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnGetMenuContent_0, CallFunc_Create_ReturnValue) == 0x000008, "Member 'InventoryV2_Item_C_OnGetMenuContent_0::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseMove \ static_assert(alignof(InventoryV2_Item_C_OnMouseMove) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseMove"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseMove) == 0x000218, "Wrong size on InventoryV2_Item_C_OnMouseMove"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseMove, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseMove::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseMove, MouseEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnMouseMove::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseMove, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Item_C_OnMouseMove::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseMove, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'InventoryV2_Item_C_OnMouseMove::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GetSize \ static_assert(alignof(InventoryV2_Item_C_GetSize) == 0x000004, "Wrong alignment on InventoryV2_Item_C_GetSize"); \ static_assert(sizeof(InventoryV2_Item_C_GetSize) == 0x000020, "Wrong size on InventoryV2_Item_C_GetSize"); \ static_assert(offsetof(InventoryV2_Item_C_GetSize, Rotate) == 0x000000, "Member 'InventoryV2_Item_C_GetSize::Rotate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetSize, Size_0) == 0x000004, "Member 'InventoryV2_Item_C_GetSize::Size_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetSize, Temp_bool_Variable) == 0x00000C, "Member 'InventoryV2_Item_C_GetSize::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetSize, K2Node_MakeStruct_CellCoord) == 0x000010, "Member 'InventoryV2_Item_C_GetSize::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetSize, K2Node_Select_Default) == 0x000018, "Member 'InventoryV2_Item_C_GetSize::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GetIsRotate \ static_assert(alignof(InventoryV2_Item_C_GetIsRotate) == 0x000004, "Wrong alignment on InventoryV2_Item_C_GetIsRotate"); \ static_assert(sizeof(InventoryV2_Item_C_GetIsRotate) == 0x000010, "Wrong size on InventoryV2_Item_C_GetIsRotate"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, ReturnValue) == 0x000000, "Member 'InventoryV2_Item_C_GetIsRotate::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000008, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00000D, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetIsRotate, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'InventoryV2_Item_C_GetIsRotate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseButtonDoubleClick \ static_assert(alignof(InventoryV2_Item_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on InventoryV2_Item_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Item_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_Item_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_OnMouseButtonUp \ static_assert(alignof(InventoryV2_Item_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on InventoryV2_Item_C_OnMouseButtonUp"); \ static_assert(sizeof(InventoryV2_Item_C_OnMouseButtonUp) == 0x000280, "Wrong size on InventoryV2_Item_C_OnMouseButtonUp"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'InventoryV2_Item_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'InventoryV2_Item_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Item_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000178, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_GetSize_Size) == 0x00017C, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_BooleanOR_ReturnValue) == 0x000184, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000188, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00018C, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_MakeVector2D_ReturnValue) == 0x000190, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000198, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000250, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000254, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_MakeVector2D_ReturnValue_1) == 0x000258, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, K2Node_MakeStruct_FGInventoryPlaceholderInfo) == 0x000260, "Member 'InventoryV2_Item_C_OnMouseButtonUp::K2Node_MakeStruct_FGInventoryPlaceholderInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue) == 0x000278, "Member 'InventoryV2_Item_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_CheckIsFavorites \ static_assert(alignof(InventoryV2_Item_C_CheckIsFavorites) == 0x000008, "Wrong alignment on InventoryV2_Item_C_CheckIsFavorites"); \ static_assert(sizeof(InventoryV2_Item_C_CheckIsFavorites) == 0x000018, "Wrong size on InventoryV2_Item_C_CheckIsFavorites"); \ static_assert(offsetof(InventoryV2_Item_C_CheckIsFavorites, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'InventoryV2_Item_C_CheckIsFavorites::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckIsFavorites, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'InventoryV2_Item_C_CheckIsFavorites::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckIsFavorites, CallFunc_GetItemType_ReturnValue) == 0x000008, "Member 'InventoryV2_Item_C_CheckIsFavorites::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckIsFavorites, CallFunc_Favorites_IS_EXIST_Is_Favorites) == 0x000010, "Member 'InventoryV2_Item_C_CheckIsFavorites::CallFunc_Favorites_IS_EXIST_Is_Favorites' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_IsIFavoresClass \ static_assert(alignof(InventoryV2_Item_C_IsIFavoresClass) == 0x000008, "Wrong alignment on InventoryV2_Item_C_IsIFavoresClass"); \ static_assert(sizeof(InventoryV2_Item_C_IsIFavoresClass) == 0x000020, "Wrong size on InventoryV2_Item_C_IsIFavoresClass"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, FavoritesClass) == 0x000000, "Member 'InventoryV2_Item_C_IsIFavoresClass::FavoritesClass' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, Show) == 0x000008, "Member 'InventoryV2_Item_C_IsIFavoresClass::Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'InventoryV2_Item_C_IsIFavoresClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, CallFunc_GetItemType_ReturnValue) == 0x000010, "Member 'InventoryV2_Item_C_IsIFavoresClass::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'InventoryV2_Item_C_IsIFavoresClass::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_IsIFavoresClass, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'InventoryV2_Item_C_IsIFavoresClass::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_CheckCanRotate \ static_assert(alignof(InventoryV2_Item_C_CheckCanRotate) == 0x000001, "Wrong alignment on InventoryV2_Item_C_CheckCanRotate"); \ static_assert(sizeof(InventoryV2_Item_C_CheckCanRotate) == 0x000004, "Wrong size on InventoryV2_Item_C_CheckCanRotate"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCanRotate, CanRotate) == 0x000000, "Member 'InventoryV2_Item_C_CheckCanRotate::CanRotate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCanRotate, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000001, "Member 'InventoryV2_Item_C_CheckCanRotate::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCanRotate, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'InventoryV2_Item_C_CheckCanRotate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCanRotate, CallFunc_CanRotate_ReturnValue) == 0x000003, "Member 'InventoryV2_Item_C_CheckCanRotate::CallFunc_CanRotate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_Get_Item_Tier \ static_assert(alignof(InventoryV2_Item_C_Get_Item_Tier) == 0x000008, "Wrong alignment on InventoryV2_Item_C_Get_Item_Tier"); \ static_assert(sizeof(InventoryV2_Item_C_Get_Item_Tier) == 0x000788, "Wrong size on InventoryV2_Item_C_Get_Item_Tier"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, Placeholder_0) == 0x000000, "Member 'InventoryV2_Item_C_Get_Item_Tier::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, Tier) == 0x000008, "Member 'InventoryV2_Item_C_Get_Item_Tier::Tier' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, IsItem) == 0x000009, "Member 'InventoryV2_Item_C_Get_Item_Tier::IsItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, LocalTier) == 0x00000A, "Member 'InventoryV2_Item_C_Get_Item_Tier::LocalTier' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, LocalPlaceholder) == 0x000010, "Member 'InventoryV2_Item_C_Get_Item_Tier::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_MakeLiteralByte_ReturnValue) == 0x000019, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetValidValue_ReturnValue) == 0x00001A, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000020, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x000028, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000038, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x000040, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x000120, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x000128, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetScopeDescription_ModuleDescription) == 0x000138, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetScopeDescription_ReturnValue) == 0x0001A0, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x0001A8, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x0001B0, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_2) == 0x0001B8, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x0001C0, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetStockDescription_ModuleDescription) == 0x0001C8, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetStockDescription_ReturnValue) == 0x000230, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x000238, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_3) == 0x000240, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetGripDescription_ModuleDescription) == 0x000248, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetGripDescription_ReturnValue) == 0x0002D0, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x0002D8, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x0002E0, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_4) == 0x0002E8, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x0002F0, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetMagazineDescription_ModuleDescription) == 0x0002F8, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetMagazineDescription_ReturnValue) == 0x000378, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x000380, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_5) == 0x000388, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetBarrelDescription_ModuleDescription) == 0x000390, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetBarrelDescription_ReturnValue) == 0x000430, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_6) == 0x000438, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetPlayerController_ReturnValue) == 0x000440, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000448, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_6) == 0x000450, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetFrameDescription_ModuleDescription) == 0x000458, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetFrameDescription_ReturnValue) == 0x000570, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_7) == 0x000578, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000580, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_7) == 0x000588, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GenerateWeaponSettings_Settings) == 0x000590, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000778, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_8) == 0x000780, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000781, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, K2Node_SwitchEnum_CmpSuccess) == 0x000782, "Member 'InventoryV2_Item_C_Get_Item_Tier::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_Get_Item_Tier, CallFunc_GetValidValue_ReturnValue_1) == 0x000783, "Member 'InventoryV2_Item_C_Get_Item_Tier::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0 \ static_assert(alignof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0) == 0x000008, "Wrong alignment on InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0"); \ static_assert(sizeof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0) == 0x0001D0, "Wrong size on InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, ReturnValue) == 0x000000, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, LocalMenuItems) == 0x000008, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::LocalMenuItems' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, LocalMenuRef) == 0x000018, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::LocalMenuRef' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, Temp_text_Variable) == 0x000020, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Create_ReturnValue) == 0x000038, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData) == 0x000040, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_IsValid_ReturnValue) == 0x00006C, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData_1) == 0x000070, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, Temp_text_Variable_1) == 0x000098, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue_1) == 0x0000B0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_GetItemType_ReturnValue) == 0x0000B8, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0000C0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_GetValueAsInt_ReturnValue) == 0x0000CC, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_BooleanAND_ReturnValue) == 0x0000D1, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_GetItemType_ReturnValue_1) == 0x0000D8, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Favorites_IS_EXIST_Is_Favorites) == 0x0000E0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Favorites_IS_EXIST_Is_Favorites' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_CanSetToSlots_Ok) == 0x0000E1, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_CanSetToSlots_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_CanSetToSlots_Slot) == 0x0000E8, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_CanSetToSlots_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData_2) == 0x0000F0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue_2) == 0x000118, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, Temp_bool_Variable) == 0x00011C, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData_3) == 0x000120, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_Select_Default) == 0x000148, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue_3) == 0x000160, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData_4) == 0x000168, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue_4) == 0x000190, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_IsValid_ReturnValue_2) == 0x000194, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_IsValid_ReturnValue_3) == 0x000195, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_GetCount_ReturnValue) == 0x000196, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000198, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, K2Node_MakeStruct_ContextMenuData_5) == 0x0001A0, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::K2Node_MakeStruct_ContextMenuData_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Array_Add_ReturnValue_5) == 0x0001C8, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001CC, "Member 'InventoryV2_Item_C_On_ContextMenuAnchor_GetUserMenuContent_0::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GetVirtualHand \ static_assert(alignof(InventoryV2_Item_C_GetVirtualHand) == 0x000008, "Wrong alignment on InventoryV2_Item_C_GetVirtualHand"); \ static_assert(sizeof(InventoryV2_Item_C_GetVirtualHand) == 0x000040, "Wrong size on InventoryV2_Item_C_GetVirtualHand"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, Placeholder_0) == 0x000000, "Member 'InventoryV2_Item_C_GetVirtualHand::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_GetSlot_ReturnValue) == 0x000028, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetVirtualHand, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'InventoryV2_Item_C_GetVirtualHand::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_CheckCountVisibility \ static_assert(alignof(InventoryV2_Item_C_CheckCountVisibility) == 0x000004, "Wrong alignment on InventoryV2_Item_C_CheckCountVisibility"); \ static_assert(sizeof(InventoryV2_Item_C_CheckCountVisibility) == 0x000008, "Wrong size on InventoryV2_Item_C_CheckCountVisibility"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCountVisibility, Count_0) == 0x000000, "Member 'InventoryV2_Item_C_CheckCountVisibility::Count_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_CheckCountVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'InventoryV2_Item_C_CheckCountVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_MoveToAnotherInventory \ static_assert(alignof(InventoryV2_Item_C_MoveToAnotherInventory) == 0x000008, "Wrong alignment on InventoryV2_Item_C_MoveToAnotherInventory"); \ static_assert(sizeof(InventoryV2_Item_C_MoveToAnotherInventory) == 0x000040, "Wrong size on InventoryV2_Item_C_MoveToAnotherInventory"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, bHasMoved) == 0x000000, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::bHasMoved' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, LocalPlayerChar) == 0x000008, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::LocalPlayerChar' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_Can_Fast_Remove_CanFastRemove) == 0x000010, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_Can_Fast_Remove_CanFastRemove' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_StackAndMoveToInventory_ReturnValue) == 0x000028, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_StackAndMoveToInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_MoveToAnotherInventory, CallFunc_SafeAddPlaceholderToInv_ReturnValue) == 0x000039, "Member 'InventoryV2_Item_C_MoveToAnotherInventory::CallFunc_SafeAddPlaceholderToInv_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_SafeAddPlaceholderToInv \ static_assert(alignof(InventoryV2_Item_C_SafeAddPlaceholderToInv) == 0x000008, "Wrong alignment on InventoryV2_Item_C_SafeAddPlaceholderToInv"); \ static_assert(sizeof(InventoryV2_Item_C_SafeAddPlaceholderToInv) == 0x000018, "Wrong size on InventoryV2_Item_C_SafeAddPlaceholderToInv"); \ static_assert(offsetof(InventoryV2_Item_C_SafeAddPlaceholderToInv, Inventory) == 0x000000, "Member 'InventoryV2_Item_C_SafeAddPlaceholderToInv::Inventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_SafeAddPlaceholderToInv, InPlaceholder) == 0x000008, "Member 'InventoryV2_Item_C_SafeAddPlaceholderToInv::InPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_SafeAddPlaceholderToInv, ReturnValue) == 0x000010, "Member 'InventoryV2_Item_C_SafeAddPlaceholderToInv::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_SafeAddPlaceholderToInv, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000011, "Member 'InventoryV2_Item_C_SafeAddPlaceholderToInv::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GetTierColor \ static_assert(alignof(InventoryV2_Item_C_GetTierColor) == 0x000008, "Wrong alignment on InventoryV2_Item_C_GetTierColor"); \ static_assert(sizeof(InventoryV2_Item_C_GetTierColor) == 0x000140, "Wrong size on InventoryV2_Item_C_GetTierColor"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, BorderColor) == 0x000000, "Member 'InventoryV2_Item_C_GetTierColor::BorderColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, BackgroundColor) == 0x000010, "Member 'InventoryV2_Item_C_GetTierColor::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_bool_Variable) == 0x000038, "Member 'InventoryV2_Item_C_GetTierColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable) == 0x00003C, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_1) == 0x00004C, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_byte_Variable) == 0x00005C, "Member 'InventoryV2_Item_C_GetTierColor::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_2) == 0x000060, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_3) == 0x000070, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_4) == 0x000080, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_5) == 0x000090, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_byte_Variable_1) == 0x0000A0, "Member 'InventoryV2_Item_C_GetTierColor::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_6) == 0x0000A4, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_7) == 0x0000B4, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_8) == 0x0000C4, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, Temp_struct_Variable_9) == 0x0000D4, "Member 'InventoryV2_Item_C_GetTierColor::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, CallFunc_Get_Item_Tier_Tier) == 0x0000E4, "Member 'InventoryV2_Item_C_GetTierColor::CallFunc_Get_Item_Tier_Tier' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, CallFunc_Get_Item_Tier_IsItem) == 0x0000E5, "Member 'InventoryV2_Item_C_GetTierColor::CallFunc_Get_Item_Tier_IsItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, K2Node_Select_Default) == 0x0000E8, "Member 'InventoryV2_Item_C_GetTierColor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, K2Node_Select_Default_1) == 0x0000F8, "Member 'InventoryV2_Item_C_GetTierColor::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, K2Node_Select_Default_2) == 0x000108, "Member 'InventoryV2_Item_C_GetTierColor::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_GetTierColor, K2Node_MakeStruct_SlateColor) == 0x000118, "Member 'InventoryV2_Item_C_GetTierColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_SetItemHover \ static_assert(alignof(InventoryV2_Item_C_SetItemHover) == 0x000008, "Wrong alignment on InventoryV2_Item_C_SetItemHover"); \ static_assert(sizeof(InventoryV2_Item_C_SetItemHover) == 0x000010, "Wrong size on InventoryV2_Item_C_SetItemHover"); \ static_assert(offsetof(InventoryV2_Item_C_SetItemHover, bIsHovered) == 0x000000, "Member 'InventoryV2_Item_C_SetItemHover::bIsHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_SetItemHover, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'InventoryV2_Item_C_SetItemHover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Item_C_SetItemHover, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'InventoryV2_Item_C_SetItemHover::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GPI_IsHoverable \ static_assert(alignof(InventoryV2_Item_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on InventoryV2_Item_C_GPI_IsHoverable"); \ static_assert(sizeof(InventoryV2_Item_C_GPI_IsHoverable) == 0x000001, "Wrong size on InventoryV2_Item_C_GPI_IsHoverable"); \ static_assert(offsetof(InventoryV2_Item_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'InventoryV2_Item_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Item_C_GPI_IsHovered \ static_assert(alignof(InventoryV2_Item_C_GPI_IsHovered) == 0x000001, "Wrong alignment on InventoryV2_Item_C_GPI_IsHovered"); \ static_assert(sizeof(InventoryV2_Item_C_GPI_IsHovered) == 0x000001, "Wrong size on InventoryV2_Item_C_GPI_IsHovered"); \ static_assert(offsetof(InventoryV2_Item_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'InventoryV2_Item_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Item_C \ static_assert(alignof(UInventoryV2_Item_C) == 0x000008, "Wrong alignment on UInventoryV2_Item_C"); \ static_assert(sizeof(UInventoryV2_Item_C) == 0x000358, "Wrong size on UInventoryV2_Item_C"); \ static_assert(offsetof(UInventoryV2_Item_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_Item_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, AnimationBlockRotate) == 0x000268, "Member 'UInventoryV2_Item_C::AnimationBlockRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Background) == 0x000270, "Member 'UInventoryV2_Item_C::Background' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Border_0) == 0x000278, "Member 'UInventoryV2_Item_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, ContextMenuAnchor) == 0x000280, "Member 'UInventoryV2_Item_C::ContextMenuAnchor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, CountText) == 0x000288, "Member 'UInventoryV2_Item_C::CountText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Favorites) == 0x000290, "Member 'UInventoryV2_Item_C::Favorites' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, GamepadHover) == 0x000298, "Member 'UInventoryV2_Item_C::GamepadHover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Ico) == 0x0002A0, "Member 'UInventoryV2_Item_C::Ico' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, MenuAnchor_252) == 0x0002A8, "Member 'UInventoryV2_Item_C::MenuAnchor_252' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, SizeBox_48) == 0x0002B0, "Member 'UInventoryV2_Item_C::SizeBox_48' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Size) == 0x0002B8, "Member 'UInventoryV2_Item_C::Size' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, CellCoords) == 0x0002C0, "Member 'UInventoryV2_Item_C::CellCoords' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, ItemName) == 0x0002C8, "Member 'UInventoryV2_Item_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Icon) == 0x0002E0, "Member 'UInventoryV2_Item_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, CellSize) == 0x0002E8, "Member 'UInventoryV2_Item_C::CellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Panel) == 0x0002F0, "Member 'UInventoryV2_Item_C::Panel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, IsMain) == 0x0002F8, "Member 'UInventoryV2_Item_C::IsMain' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Placeholder) == 0x000300, "Member 'UInventoryV2_Item_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, IsMouseOnMenu) == 0x000308, "Member 'UInventoryV2_Item_C::IsMouseOnMenu' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, DefaultColor) == 0x00030C, "Member 'UInventoryV2_Item_C::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, IsRotate) == 0x00031C, "Member 'UInventoryV2_Item_C::IsRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Count) == 0x000320, "Member 'UInventoryV2_Item_C::Count' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, BlockButtonUp) == 0x000324, "Member 'UInventoryV2_Item_C::BlockButtonUp' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Vertical) == 0x000325, "Member 'UInventoryV2_Item_C::Vertical' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, DefaultBorderColor) == 0x000328, "Member 'UInventoryV2_Item_C::DefaultBorderColor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, LastTierColor) == 0x000338, "Member 'UInventoryV2_Item_C::LastTierColor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, LocalCDO) == 0x000348, "Member 'UInventoryV2_Item_C::LocalCDO' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, IsAddToFavorites) == 0x000350, "Member 'UInventoryV2_Item_C::IsAddToFavorites' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Item_C, Is_Hovered) == 0x000351, "Member 'UInventoryV2_Item_C::Is_Hovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell \ static_assert(alignof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell) == 0x000008, "Wrong alignment on InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell"); \ static_assert(sizeof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell) == 0x000250, "Wrong size on InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, EntryPoint) == 0x000000, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_bool_Variable) == 0x000004, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_byte_Variable) == 0x000005, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_byte_Variable_1) == 0x000006, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_bool_Variable_1) == 0x000007, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_byte_Variable_2) == 0x000008, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, Temp_byte_Variable_3) == 0x000009, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_MyGeometry_1) == 0x00000C, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_PointerEvent) == 0x000048, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_Operation) == 0x0000B8, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_SlotAsGridSlot_ReturnValue) == 0x0000C0, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_MakeArray_Array) == 0x000150, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_Format_ReturnValue) == 0x000160, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000178, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_MakeVector2D_ReturnValue) == 0x000180, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_MyGeometry) == 0x00018C, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_MouseEvent) == 0x0001C8, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Select_Default) == 0x000238, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Select_Default_1) == 0x000239, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_IsHold_1) == 0x00023A, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_IsHold) == 0x00023B, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, K2Node_Event_Show) == 0x00023C, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_GetOwningPlayer_ReturnValue) == 0x000240, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000248, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell, CallFunc_Not_PreBool_ReturnValue) == 0x000249, "Member 'InventoryV2_Cell_C_ExecuteUbergraph_InventoryV2_Cell::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_GPI_ShowGamepadMode \ static_assert(alignof(InventoryV2_Cell_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(InventoryV2_Cell_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on InventoryV2_Cell_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(InventoryV2_Cell_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'InventoryV2_Cell_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_GPI_HoldLeft \ static_assert(alignof(InventoryV2_Cell_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_GPI_HoldLeft"); \ static_assert(sizeof(InventoryV2_Cell_C_GPI_HoldLeft) == 0x000001, "Wrong size on InventoryV2_Cell_C_GPI_HoldLeft"); \ static_assert(offsetof(InventoryV2_Cell_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'InventoryV2_Cell_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_GPI_HoldRight \ static_assert(alignof(InventoryV2_Cell_C_GPI_HoldRight) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_GPI_HoldRight"); \ static_assert(sizeof(InventoryV2_Cell_C_GPI_HoldRight) == 0x000001, "Wrong size on InventoryV2_Cell_C_GPI_HoldRight"); \ static_assert(offsetof(InventoryV2_Cell_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'InventoryV2_Cell_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_OnMouseEnter \ static_assert(alignof(InventoryV2_Cell_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_Cell_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_Cell_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_Cell_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_Cell_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Cell_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_Cell_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_OnDragEnter \ static_assert(alignof(InventoryV2_Cell_C_OnDragEnter) == 0x000008, "Wrong alignment on InventoryV2_Cell_C_OnDragEnter"); \ static_assert(sizeof(InventoryV2_Cell_C_OnDragEnter) == 0x0000B0, "Wrong size on InventoryV2_Cell_C_OnDragEnter"); \ static_assert(offsetof(InventoryV2_Cell_C_OnDragEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Cell_C_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_OnDragEnter, PointerEvent) == 0x000038, "Member 'InventoryV2_Cell_C_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_OnDragEnter, Operation) == 0x0000A8, "Member 'InventoryV2_Cell_C_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_PreConstruct \ static_assert(alignof(InventoryV2_Cell_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_Cell_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_Cell_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_Cell_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_Cell_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_Cell_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_Cell_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_Cell_C_OnMouseButtonDown) == 0x000160, "Wrong size on InventoryV2_Cell_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_Cell_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_Cell_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_Cell_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Cell_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_SetItemCell \ static_assert(alignof(InventoryV2_Cell_C_SetItemCell) == 0x000008, "Wrong alignment on InventoryV2_Cell_C_SetItemCell"); \ static_assert(sizeof(InventoryV2_Cell_C_SetItemCell) == 0x000010, "Wrong size on InventoryV2_Cell_C_SetItemCell"); \ static_assert(offsetof(InventoryV2_Cell_C_SetItemCell, bIsHovered) == 0x000000, "Member 'InventoryV2_Cell_C_SetItemCell::bIsHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_SetItemCell, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'InventoryV2_Cell_C_SetItemCell::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Cell_C_SetItemCell, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'InventoryV2_Cell_C_SetItemCell::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_GPI_IsHoverable \ static_assert(alignof(InventoryV2_Cell_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_GPI_IsHoverable"); \ static_assert(sizeof(InventoryV2_Cell_C_GPI_IsHoverable) == 0x000001, "Wrong size on InventoryV2_Cell_C_GPI_IsHoverable"); \ static_assert(offsetof(InventoryV2_Cell_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'InventoryV2_Cell_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Cell_C_GPI_IsHovered \ static_assert(alignof(InventoryV2_Cell_C_GPI_IsHovered) == 0x000001, "Wrong alignment on InventoryV2_Cell_C_GPI_IsHovered"); \ static_assert(sizeof(InventoryV2_Cell_C_GPI_IsHovered) == 0x000001, "Wrong size on InventoryV2_Cell_C_GPI_IsHovered"); \ static_assert(offsetof(InventoryV2_Cell_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'InventoryV2_Cell_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Cell_C \ static_assert(alignof(UInventoryV2_Cell_C) == 0x000008, "Wrong alignment on UInventoryV2_Cell_C"); \ static_assert(sizeof(UInventoryV2_Cell_C) == 0x000318, "Wrong size on UInventoryV2_Cell_C"); \ static_assert(offsetof(UInventoryV2_Cell_C, UberGraphFrame) == 0x000260, "Member 'UInventoryV2_Cell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Border_0) == 0x000268, "Member 'UInventoryV2_Cell_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Border_2) == 0x000270, "Member 'UInventoryV2_Cell_C::Border_2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Circle) == 0x000278, "Member 'UInventoryV2_Cell_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, HoverImage) == 0x000280, "Member 'UInventoryV2_Cell_C::HoverImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, InventoryV2_DirectionElement) == 0x000288, "Member 'UInventoryV2_Cell_C::InventoryV2_DirectionElement' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, InventoryV2_DirectionElement_173) == 0x000290, "Member 'UInventoryV2_Cell_C::InventoryV2_DirectionElement_173' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, InventoryV2_DirectionElement_326) == 0x000298, "Member 'UInventoryV2_Cell_C::InventoryV2_DirectionElement_326' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, InventoryV2_DirectionElement_575) == 0x0002A0, "Member 'UInventoryV2_Cell_C::InventoryV2_DirectionElement_575' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Overlay_3) == 0x0002A8, "Member 'UInventoryV2_Cell_C::Overlay_3' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, SwapImage) == 0x0002B0, "Member 'UInventoryV2_Cell_C::SwapImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, TextBlock_122) == 0x0002B8, "Member 'UInventoryV2_Cell_C::TextBlock_122' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Size) == 0x0002C0, "Member 'UInventoryV2_Cell_C::Size' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, ParentPanel) == 0x0002C8, "Member 'UInventoryV2_Cell_C::ParentPanel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Direction) == 0x0002D0, "Member 'UInventoryV2_Cell_C::Direction' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, CellCoord) == 0x0002D8, "Member 'UInventoryV2_Cell_C::CellCoord' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, CellSize) == 0x0002E0, "Member 'UInventoryV2_Cell_C::CellSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, CellSizeInPixel) == 0x0002E8, "Member 'UInventoryV2_Cell_C::CellSizeInPixel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, BlockPreConstruct) == 0x0002EC, "Member 'UInventoryV2_Cell_C::BlockPreConstruct' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, IsDisable) == 0x0002ED, "Member 'UInventoryV2_Cell_C::IsDisable' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, BrushDefaultColor) == 0x0002F0, "Member 'UInventoryV2_Cell_C::BrushDefaultColor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, IsEmpty) == 0x000300, "Member 'UInventoryV2_Cell_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, IsBlocked) == 0x000301, "Member 'UInventoryV2_Cell_C::IsBlocked' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, SlotIndex) == 0x000304, "Member 'UInventoryV2_Cell_C::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, SlotSize) == 0x000308, "Member 'UInventoryV2_Cell_C::SlotSize' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Cell_C, Is_Hovered) == 0x000310, "Member 'UInventoryV2_Cell_C::Is_Hovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory \ static_assert(alignof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory"); \ static_assert(sizeof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory) == 0x0002B0, "Wrong size on Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, EntryPoint) == 0x000000, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_Name) == 0x000008, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_Name' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_CustomEvent_InventoryComponent) == 0x000020, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_CustomEvent_InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_CustomEvent_Player) == 0x000028, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetExtendInventoryComponent_ReturnValue) == 0x000030, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetExtendInventoryComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_AsFGInventory_Component) == 0x000040, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_AsFGInventory_Component' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_AsFGInventory_Component_1) == 0x000050, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_AsFGInventory_Component_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetSize_ReturnValue) == 0x00005C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetSize_ReturnValue_1) == 0x000064, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00006C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000070, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000074, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x00007C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_CustomEvent_IsMultipage) == 0x000080, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_CustomEvent_IsMultipage' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_ComponentBoundEvent_Text) == 0x000088, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_ComponentBoundEvent_CommitMethod) == 0x0000A0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x0000A8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_AsGeneric_Player_Character_1) == 0x0000B8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_AsGeneric_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_bSuccess_3) == 0x0000C0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_Name_1) == 0x0000C8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_Name_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_TypeName) == 0x0000E0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_TypeName' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetPagesCount_ReturnValue) == 0x0000F8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetPagesCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Subtract_IntInt_ReturnValue) == 0x000100, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Clamp_ReturnValue) == 0x000104, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetPagesCount_ReturnValue_1) == 0x000108, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetPagesCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00010C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000110, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Clamp_ReturnValue_1) == 0x000114, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_CustomEvent_CurrentPage) == 0x000118, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_CustomEvent_CurrentPage' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetPagesCount_ReturnValue_2) == 0x00012C, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetPagesCount_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x000130, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000134, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Conv_IntToText_ReturnValue) == 0x000138, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Clamp_ReturnValue_2) == 0x000150, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000158, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000170, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_MakeArray_Array) == 0x0001B0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue) == 0x0001D8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0001E0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_IntPoint_Zero_ReturnValue) == 0x0001E8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_IntPoint_Zero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_NotEqual_IntPointIntPoint_ReturnValue) == 0x0001F0, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_NotEqual_IntPointIntPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue_2) == 0x0001F8, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue_3) == 0x000200, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, Temp_byte_Variable) == 0x000208, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayAnimationForward_ReturnValue) == 0x000210, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000218, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_MakeStruct_WidgetTransform) == 0x000220, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetPlayerPawn_ReturnValue) == 0x000240, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000248, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_DynamicCast_bSuccess_4) == 0x000250, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_IsValid_ReturnValue_2) == 0x000251, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, Temp_byte_Variable_1) == 0x000252, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, Temp_bool_Variable) == 0x000253, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, K2Node_Select_Default) == 0x000254, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetIsEnabled_ReturnValue) == 0x000255, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000256, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue_4) == 0x000258, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_PlayEvent2D_ReturnValue_5) == 0x000260, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_PlayEvent2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_Name_2) == 0x000268, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_Name_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_Name_3) == 0x000280, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_Name_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory, CallFunc_GetContainerName_Name_4) == 0x000298, "Member 'Inventory2_BoxInventory_C_ExecuteUbergraph_Inventory2_BoxInventory::CallFunc_GetContainerName_Name_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_DrawMultipageWidgets \ static_assert(alignof(Inventory2_BoxInventory_C_DrawMultipageWidgets) == 0x000004, "Wrong alignment on Inventory2_BoxInventory_C_DrawMultipageWidgets"); \ static_assert(sizeof(Inventory2_BoxInventory_C_DrawMultipageWidgets) == 0x000004, "Wrong size on Inventory2_BoxInventory_C_DrawMultipageWidgets"); \ static_assert(offsetof(Inventory2_BoxInventory_C_DrawMultipageWidgets, CurrentPage_0) == 0x000000, "Member 'Inventory2_BoxInventory_C_DrawMultipageWidgets::CurrentPage_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature \ static_assert(alignof(Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(sizeof(Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature"); \ static_assert(offsetof(Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'Inventory2_BoxInventory_C_BndEvt__EditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_SetMultypage \ static_assert(alignof(Inventory2_BoxInventory_C_SetMultypage) == 0x000001, "Wrong alignment on Inventory2_BoxInventory_C_SetMultypage"); \ static_assert(sizeof(Inventory2_BoxInventory_C_SetMultypage) == 0x000001, "Wrong size on Inventory2_BoxInventory_C_SetMultypage"); \ static_assert(offsetof(Inventory2_BoxInventory_C_SetMultypage, IsMultipage) == 0x000000, "Member 'Inventory2_BoxInventory_C_SetMultypage::IsMultipage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_ini \ static_assert(alignof(Inventory2_BoxInventory_C_ini) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_ini"); \ static_assert(sizeof(Inventory2_BoxInventory_C_ini) == 0x000010, "Wrong size on Inventory2_BoxInventory_C_ini"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ini, InventoryComponent) == 0x000000, "Member 'Inventory2_BoxInventory_C_ini::InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_ini, Player_0) == 0x000008, "Member 'Inventory2_BoxInventory_C_ini::Player_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_OnMouseButtonDown \ static_assert(alignof(Inventory2_BoxInventory_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_OnMouseButtonDown"); \ static_assert(sizeof(Inventory2_BoxInventory_C_OnMouseButtonDown) == 0x000218, "Wrong size on Inventory2_BoxInventory_C_OnMouseButtonDown"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_OnMouseButtonDoubleClick \ static_assert(alignof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on Inventory2_BoxInventory_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'Inventory2_BoxInventory_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_InputTypeChanged \ static_assert(alignof(Inventory2_BoxInventory_C_InputTypeChanged) == 0x000001, "Wrong alignment on Inventory2_BoxInventory_C_InputTypeChanged"); \ static_assert(sizeof(Inventory2_BoxInventory_C_InputTypeChanged) == 0x000013, "Wrong size on Inventory2_BoxInventory_C_InputTypeChanged"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, bIsGamepad) == 0x000000, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_bool_Variable) == 0x000001, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable) == 0x000002, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable_1) == 0x000003, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_bool_Variable_1) == 0x000004, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable_2) == 0x000005, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable_3) == 0x000006, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_bool_Variable_2) == 0x000007, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable_4) == 0x000008, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, Temp_byte_Variable_5) == 0x000009, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_IsGDKPlatform_ReturnValue) == 0x00000A, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, K2Node_Select_Default) == 0x00000C, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x00000D, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_BooleanAND_ReturnValue) == 0x00000F, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, K2Node_Select_Default_1) == 0x000010, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, CallFunc_BooleanOR_ReturnValue_1) == 0x000011, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_InputTypeChanged, K2Node_Select_Default_2) == 0x000012, "Member 'Inventory2_BoxInventory_C_InputTypeChanged::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_BoxInventory_C_GetContainerName \ static_assert(alignof(Inventory2_BoxInventory_C_GetContainerName) == 0x000008, "Wrong alignment on Inventory2_BoxInventory_C_GetContainerName"); \ static_assert(sizeof(Inventory2_BoxInventory_C_GetContainerName) == 0x000078, "Wrong size on Inventory2_BoxInventory_C_GetContainerName"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, Name_0) == 0x000000, "Member 'Inventory2_BoxInventory_C_GetContainerName::Name_0' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, Temp_bool_Variable) == 0x000018, "Member 'Inventory2_BoxInventory_C_GetContainerName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_IsGDKPlatform_ReturnValue) == 0x000019, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_CanDisplayUserGeneratedContent_ReturnValue) == 0x00001A, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_CanDisplayUserGeneratedContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000020, "Member 'Inventory2_BoxInventory_C_GetContainerName::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Inventory2_BoxInventory_C_GetContainerName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_GetContainerName_Name) == 0x000030, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_GetContainerName_Name' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, CallFunc_GetContainerName_TypeName) == 0x000048, "Member 'Inventory2_BoxInventory_C_GetContainerName::CallFunc_GetContainerName_TypeName' has a wrong offset!"); \ static_assert(offsetof(Inventory2_BoxInventory_C_GetContainerName, K2Node_Select_Default) == 0x000060, "Member 'Inventory2_BoxInventory_C_GetContainerName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_BoxInventory_C \ static_assert(alignof(UInventory2_BoxInventory_C) == 0x000008, "Wrong alignment on UInventory2_BoxInventory_C"); \ static_assert(sizeof(UInventory2_BoxInventory_C) == 0x000370, "Wrong size on UInventory2_BoxInventory_C"); \ static_assert(offsetof(UInventory2_BoxInventory_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_BoxInventory_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, OnSettingsShow) == 0x000268, "Member 'UInventory2_BoxInventory_C::OnSettingsShow' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, AdditionalInvWrapper) == 0x000270, "Member 'UInventory2_BoxInventory_C::AdditionalInvWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Button_Edit) == 0x000278, "Member 'UInventory2_BoxInventory_C::Button_Edit' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, ContainerCustomName) == 0x000280, "Member 'UInventory2_BoxInventory_C::ContainerCustomName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, CurrentPage) == 0x000288, "Member 'UInventory2_BoxInventory_C::CurrentPage' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, DepotNotifyBox) == 0x000290, "Member 'UInventory2_BoxInventory_C::DepotNotifyBox' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, EditableName) == 0x000298, "Member 'UInventory2_BoxInventory_C::EditableName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, ExtensionInventoryPanel) == 0x0002A0, "Member 'UInventory2_BoxInventory_C::ExtensionInventoryPanel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, ExtensionInventoryPanel_1) == 0x0002A8, "Member 'UInventory2_BoxInventory_C::ExtensionInventoryPanel_1' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, ExtraInventoryWrapper) == 0x0002B0, "Member 'UInventory2_BoxInventory_C::ExtraInventoryWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, HeaderBack) == 0x0002B8, "Member 'UInventory2_BoxInventory_C::HeaderBack' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, HorizontalBoxButtons) == 0x0002C0, "Member 'UInventory2_BoxInventory_C::HorizontalBoxButtons' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Image_99) == 0x0002C8, "Member 'UInventory2_BoxInventory_C::Image_99' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Image_151) == 0x0002D0, "Member 'UInventory2_BoxInventory_C::Image_151' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Inventory2_Description) == 0x0002D8, "Member 'UInventory2_BoxInventory_C::Inventory2_Description' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, InventoryBack) == 0x0002E0, "Member 'UInventory2_BoxInventory_C::InventoryBack' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, InventoryPanel) == 0x0002E8, "Member 'UInventory2_BoxInventory_C::InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, InventoryV2_BoxSettings) == 0x0002F0, "Member 'UInventory2_BoxInventory_C::InventoryV2_BoxSettings' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, InventoryV2_SelectButtons) == 0x0002F8, "Member 'UInventory2_BoxInventory_C::InventoryV2_SelectButtons' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, InventoryV2_SelectButtons_1) == 0x000300, "Member 'UInventory2_BoxInventory_C::InventoryV2_SelectButtons_1' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, MainInventoryWrapper) == 0x000308, "Member 'UInventory2_BoxInventory_C::MainInventoryWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, ObjectName) == 0x000310, "Member 'UInventory2_BoxInventory_C::ObjectName' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, SettingsHeader) == 0x000318, "Member 'UInventory2_BoxInventory_C::SettingsHeader' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, SettingsHint) == 0x000320, "Member 'UInventory2_BoxInventory_C::SettingsHint' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, SortButton) == 0x000328, "Member 'UInventory2_BoxInventory_C::SortButton' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, TotalPages) == 0x000330, "Member 'UInventory2_BoxInventory_C::TotalPages' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Player) == 0x000338, "Member 'UInventory2_BoxInventory_C::Player' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, HSize) == 0x000340, "Member 'UInventory2_BoxInventory_C::HSize' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Sound_Click) == 0x000348, "Member 'UInventory2_BoxInventory_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Sound_Hover) == 0x000350, "Member 'UInventory2_BoxInventory_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, Is_Multipage) == 0x000358, "Member 'UInventory2_BoxInventory_C::Is_Multipage' has a wrong offset!"); \ static_assert(offsetof(UInventory2_BoxInventory_C, OnSettingsClosed) == 0x000360, "Member 'UInventory2_BoxInventory_C::OnSettingsClosed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo \ static_assert(alignof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo) == 0x000008, "Wrong alignment on Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo"); \ static_assert(sizeof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo) == 0x0000C8, "Wrong size on Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, EntryPoint) == 0x000000, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Array_Index_Variable_2) == 0x00002C, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, K2Node_MakeStruct_Margin) == 0x000030, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Get_Item) == 0x000058, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, Temp_int_Loop_Counter_Variable_2) == 0x000068, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, K2Node_CustomEvent_AmmoType) == 0x000074, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::K2Node_CustomEvent_AmmoType' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Create_ReturnValue) == 0x000078, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Length_ReturnValue_1) == 0x00009C, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Get_Item_2) == 0x0000B4, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Get_Item_3) == 0x0000B8, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Array_Length_ReturnValue_2) == 0x0000C0, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000C4, "Member 'Inventory2_Ammo_C_ExecuteUbergraph_Inventory2_Ammo::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Ammo_C_OnAmmoChanged \ static_assert(alignof(Inventory2_Ammo_C_OnAmmoChanged) == 0x000001, "Wrong alignment on Inventory2_Ammo_C_OnAmmoChanged"); \ static_assert(sizeof(Inventory2_Ammo_C_OnAmmoChanged) == 0x000001, "Wrong size on Inventory2_Ammo_C_OnAmmoChanged"); \ static_assert(offsetof(Inventory2_Ammo_C_OnAmmoChanged, AmmoType_0) == 0x000000, "Member 'Inventory2_Ammo_C_OnAmmoChanged::AmmoType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Inventory2_Ammo_C_GetLabel \ static_assert(alignof(Inventory2_Ammo_C_GetLabel) == 0x000008, "Wrong alignment on Inventory2_Ammo_C_GetLabel"); \ static_assert(sizeof(Inventory2_Ammo_C_GetLabel) == 0x0000E8, "Wrong size on Inventory2_Ammo_C_GetLabel"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, Type) == 0x000000, "Member 'Inventory2_Ammo_C_GetLabel::Type' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, Label) == 0x000008, "Member 'Inventory2_Ammo_C_GetLabel::Label' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000020, "Member 'Inventory2_Ammo_C_GetLabel::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'Inventory2_Ammo_C_GetLabel::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Inventory2_Ammo_C_GetLabel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, CallFunc_GetAmmoMaxStack_ReturnValue) == 0x000034, "Member 'Inventory2_Ammo_C_GetLabel::CallFunc_GetAmmoMaxStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, CallFunc_GetCurrentAmmoCount_ReturnValue) == 0x000038, "Member 'Inventory2_Ammo_C_GetLabel::CallFunc_GetCurrentAmmoCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'Inventory2_Ammo_C_GetLabel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'Inventory2_Ammo_C_GetLabel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, K2Node_MakeArray_Array) == 0x0000C0, "Member 'Inventory2_Ammo_C_GetLabel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Inventory2_Ammo_C_GetLabel, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'Inventory2_Ammo_C_GetLabel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventory2_Ammo_C \ static_assert(alignof(UInventory2_Ammo_C) == 0x000008, "Wrong alignment on UInventory2_Ammo_C"); \ static_assert(sizeof(UInventory2_Ammo_C) == 0x0002F0, "Wrong size on UInventory2_Ammo_C"); \ static_assert(offsetof(UInventory2_Ammo_C, UberGraphFrame) == 0x000260, "Member 'UInventory2_Ammo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Ammo_C, AmmoHorizontalWrapper) == 0x000268, "Member 'UInventory2_Ammo_C::AmmoHorizontalWrapper' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Ammo_C, AmmoTypesAndIcons) == 0x000270, "Member 'UInventory2_Ammo_C::AmmoTypesAndIcons' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Ammo_C, AmmoSlotWidgets) == 0x0002C0, "Member 'UInventory2_Ammo_C::AmmoSlotWidgets' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Ammo_C, AmmoType) == 0x0002D0, "Member 'UInventory2_Ammo_C::AmmoType' has a wrong offset!"); \ static_assert(offsetof(UInventory2_Ammo_C, AmmoIcons) == 0x0002E0, "Member 'UInventory2_Ammo_C::AmmoIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHidenMuseCursor_C \ static_assert(alignof(UHidenMuseCursor_C) == 0x000008, "Wrong alignment on UHidenMuseCursor_C"); \ static_assert(sizeof(UHidenMuseCursor_C) == 0x000268, "Wrong size on UHidenMuseCursor_C"); \ static_assert(offsetof(UHidenMuseCursor_C, Image_48) == 0x000260, "Member 'UHidenMuseCursor_C::Image_48' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem \ static_assert(alignof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem) == 0x000008, "Wrong alignment on Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem"); \ static_assert(sizeof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem) == 0x000040, "Wrong size on Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, EntryPoint) == 0x000000, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, K2Node_CustomEvent_Item) == 0x000008, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, K2Node_Event_Player_1) == 0x000028, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, K2Node_Event_Player) == 0x000030, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000038, "Member 'Task_InspectItem_C_ExecuteUbergraph_Task_InspectItem::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_InspectItem_C_OnItemInspect_Event_0 \ static_assert(alignof(Task_InspectItem_C_OnItemInspect_Event_0) == 0x000008, "Wrong alignment on Task_InspectItem_C_OnItemInspect_Event_0"); \ static_assert(sizeof(Task_InspectItem_C_OnItemInspect_Event_0) == 0x000008, "Wrong size on Task_InspectItem_C_OnItemInspect_Event_0"); \ static_assert(offsetof(Task_InspectItem_C_OnItemInspect_Event_0, Item) == 0x000000, "Member 'Task_InspectItem_C_OnItemInspect_Event_0::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_InspectItem_C_OnRemoveFromPlayer \ static_assert(alignof(Task_InspectItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_InspectItem_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_InspectItem_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_InspectItem_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_InspectItem_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_InspectItem_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_InspectItem_C_OnGivePlayer \ static_assert(alignof(Task_InspectItem_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_InspectItem_C_OnGivePlayer"); \ static_assert(sizeof(Task_InspectItem_C_OnGivePlayer) == 0x000008, "Wrong size on Task_InspectItem_C_OnGivePlayer"); \ static_assert(offsetof(Task_InspectItem_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_InspectItem_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_InspectItem_C \ static_assert(alignof(UTask_InspectItem_C) == 0x000008, "Wrong alignment on UTask_InspectItem_C"); \ static_assert(sizeof(UTask_InspectItem_C) == 0x0000B0, "Wrong size on UTask_InspectItem_C"); \ static_assert(offsetof(UTask_InspectItem_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_InspectItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_InspectItem_C, InspectItemClass) == 0x0000A8, "Member 'UTask_InspectItem_C::InspectItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack \ static_assert(alignof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack) == 0x000008, "Wrong alignment on NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack"); \ static_assert(sizeof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack) == 0x000278, "Wrong size on NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, EntryPoint) == 0x000000, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, Temp_bool_Variable) == 0x000024, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, Temp_bool_Variable_1) == 0x000025, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, Temp_int_Array_Index_Variable) == 0x000028, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_Event_DeltaTime) == 0x00003C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000048, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_GetSocketLocation_ReturnValue) == 0x000054, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000060, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_GetController_ReturnValue) == 0x000070, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000078, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000084, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x000090, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000091, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000094, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Melee_Swing_Trace_OutHit) == 0x0000B0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Melee_Swing_Trace_OutHit' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Melee_Swing_Trace_ReturnValue) == 0x0000C0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Melee_Swing_Trace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_Select_Default) == 0x0000C8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000D0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Array_Get_Item) == 0x0000D4, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00015C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_bBlockingHit) == 0x00015D, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_bInitialOverlap) == 0x00015E, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_Time) == 0x000160, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_Distance) == 0x000164, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_Location) == 0x000168, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_ImpactPoint) == 0x000174, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_Normal) == 0x000180, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_ImpactNormal) == 0x00018C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_PhysMat) == 0x000198, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_HitActor) == 0x0001A0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_HitComponent) == 0x0001A8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_HitBoneName) == 0x0001B0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_HitItem) == 0x0001B8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_ElementIndex) == 0x0001BC, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_FaceIndex) == 0x0001C0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_TraceStart) == 0x0001C4, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakHitResult_TraceEnd) == 0x0001D0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_DynamicCast_AsFGCharacter) == 0x0001E0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0001F0, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F8, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Array_Contains_ReturnValue) == 0x000204, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000205, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Array_Add_ReturnValue) == 0x000208, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_ApplyPointDamage_ReturnValue) == 0x00020C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_ApplyPointDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Array_Length_ReturnValue) == 0x000210, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Less_IntInt_ReturnValue) == 0x000214, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Array_Length_ReturnValue_1) == 0x000218, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00021C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000220, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00022C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, K2Node_Select_Default_1) == 0x000238, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Vector_NormalUnsafe_ReturnValue_1) == 0x00023C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Vector_NormalUnsafe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000248, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000250, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakVector_X) == 0x00025C, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakVector_Y) == 0x000260, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_BreakVector_Z) == 0x000264, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack, CallFunc_MakeVector_ReturnValue) == 0x000268, "Member 'NaziAction_MeleeAttack_C_ExecuteUbergraph_NaziAction_MeleeAttack::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MeleeAttack_C_Tick \ static_assert(alignof(NaziAction_MeleeAttack_C_Tick) == 0x000004, "Wrong alignment on NaziAction_MeleeAttack_C_Tick"); \ static_assert(sizeof(NaziAction_MeleeAttack_C_Tick) == 0x000004, "Wrong size on NaziAction_MeleeAttack_C_Tick"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_MeleeAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MeleeAttack_C_OnMeleeHit \ static_assert(alignof(NaziAction_MeleeAttack_C_OnMeleeHit) == 0x000008, "Wrong alignment on NaziAction_MeleeAttack_C_OnMeleeHit"); \ static_assert(sizeof(NaziAction_MeleeAttack_C_OnMeleeHit) == 0x000090, "Wrong size on NaziAction_MeleeAttack_C_OnMeleeHit"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_OnMeleeHit, Character) == 0x000000, "Member 'NaziAction_MeleeAttack_C_OnMeleeHit::Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_OnMeleeHit, HitInfo) == 0x000008, "Member 'NaziAction_MeleeAttack_C_OnMeleeHit::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MeleeAttack_C_IsValidAction \ static_assert(alignof(NaziAction_MeleeAttack_C_IsValidAction) == 0x000001, "Wrong alignment on NaziAction_MeleeAttack_C_IsValidAction"); \ static_assert(sizeof(NaziAction_MeleeAttack_C_IsValidAction) == 0x000002, "Wrong size on NaziAction_MeleeAttack_C_IsValidAction"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_MeleeAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziAction_MeleeAttack_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MeleeAttack_C_CanBeTerminated \ static_assert(alignof(NaziAction_MeleeAttack_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziAction_MeleeAttack_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_MeleeAttack_C_CanBeTerminated) == 0x000002, "Wrong size on NaziAction_MeleeAttack_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_MeleeAttack_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MeleeAttack_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziAction_MeleeAttack_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_MeleeAttack_C \ static_assert(alignof(UNaziAction_MeleeAttack_C) == 0x000008, "Wrong alignment on UNaziAction_MeleeAttack_C"); \ static_assert(sizeof(UNaziAction_MeleeAttack_C) == 0x000110, "Wrong size on UNaziAction_MeleeAttack_C"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_MeleeAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, bPlayingMontage) == 0x0000C0, "Member 'UNaziAction_MeleeAttack_C::bPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, LastSocketLocation) == 0x0000C4, "Member 'UNaziAction_MeleeAttack_C::LastSocketLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, CurrentSocketLocation) == 0x0000D0, "Member 'UNaziAction_MeleeAttack_C::CurrentSocketLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, Damage) == 0x0000DC, "Member 'UNaziAction_MeleeAttack_C::Damage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, HittedCharacters) == 0x0000E0, "Member 'UNaziAction_MeleeAttack_C::HittedCharacters' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, bOnCooldown) == 0x0000F0, "Member 'UNaziAction_MeleeAttack_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, HitCooldown) == 0x0000F4, "Member 'UNaziAction_MeleeAttack_C::HitCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, SwingStartTime) == 0x0000F8, "Member 'UNaziAction_MeleeAttack_C::SwingStartTime' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, bSwingStarted) == 0x0000FC, "Member 'UNaziAction_MeleeAttack_C::bSwingStarted' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, GunMontageToPlay) == 0x000100, "Member 'UNaziAction_MeleeAttack_C::GunMontageToPlay' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MeleeAttack_C, PistolMontageToPlay) == 0x000108, "Member 'UNaziAction_MeleeAttack_C::PistolMontageToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN \ static_assert(alignof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN) == 0x000008, "Wrong alignment on SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN"); \ static_assert(sizeof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN) == 0x000298, "Wrong size on SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, EntryPoint) == 0x000000, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_8) == 0x000004, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_7) == 0x00001C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_6) == 0x000034, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_5) == 0x00004C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, Temp_name_Variable) == 0x000064, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, Temp_bool_Variable) == 0x00007C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_4) == 0x000080, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_5) == 0x000088, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_3) == 0x000098, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_2) == 0x0000B0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000B8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_1) == 0x0000C8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName) == 0x0000E0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000E8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, Temp_name_Variable_1) == 0x0000F8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_GetOwningPawn_ReturnValue) == 0x000100, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_IsLocallyControlled_ReturnValue) == 0x000109, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000110, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_Event_DeltaTime) == 0x00011C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_OverlappedComponent) == 0x000120, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_OtherActor) == 0x000128, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_OtherComp) == 0x000130, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_OtherBodyIndex) == 0x000138, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_bFromSweep) == 0x00013C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_SweepResult) == 0x000140, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_AsShark) == 0x0001C8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_AsFGCharacter) == 0x0001D8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_bSuccess_2) == 0x0001E0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0001E8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_DynamicCast_bSuccess_3) == 0x0001F0, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_GetDamageAmount_DamageAmount) == 0x0001F4, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_GetDamageAmount_DamageAmount' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F8, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000204, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Array_Add_ReturnValue) == 0x000208, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Array_Contains_ReturnValue) == 0x00020C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Not_PreBool_ReturnValue_1) == 0x00020D, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_GetController_ReturnValue) == 0x000210, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_ApplyDamage_ReturnValue) == 0x000218, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_IsPlaying_ReturnValue) == 0x00021C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_GetVelocity_ReturnValue) == 0x000220, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Normal_ReturnValue) == 0x00022C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000238, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CustomEvent_NotifyName_9) == 0x000244, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x00024C, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000258, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_CreateDelegate_OutputDelegate_10) == 0x000264, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_RandomBool_ReturnValue) == 0x000274, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000278, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, K2Node_Select_Default) == 0x000280, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000288, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_IsValid_ReturnValue) == 0x000290, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_IsValid_ReturnValue_1) == 0x000291, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_IsPlaying_ReturnValue_1) == 0x000292, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN, CallFunc_BooleanAND_ReturnValue) == 0x000293, "Member 'SharkAction_AttackN_C_ExecuteUbergraph_SharkAction_AttackN::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_AttackN_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_Tick \ static_assert(alignof(SharkAction_AttackN_C_Tick) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_Tick"); \ static_assert(sizeof(SharkAction_AttackN_C_Tick) == 0x000004, "Wrong size on SharkAction_AttackN_C_Tick"); \ static_assert(offsetof(SharkAction_AttackN_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_AttackN_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B \ static_assert(alignof(SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(sizeof(SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(offsetof(SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnCompleted_5C11016649C17A03B8E8758685C9DD6B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B \ static_assert(alignof(SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(sizeof(SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(offsetof(SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnBlendOut_5C11016649C17A03B8E8758685C9DD6B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B \ static_assert(alignof(SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(sizeof(SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(offsetof(SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnInterrupted_5C11016649C17A03B8E8758685C9DD6B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B \ static_assert(alignof(SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(sizeof(SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(offsetof(SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnNotifyBegin_5C11016649C17A03B8E8758685C9DD6B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B \ static_assert(alignof(SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(sizeof(SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B"); \ static_assert(offsetof(SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnNotifyEnd_5C11016649C17A03B8E8758685C9DD6B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F \ static_assert(alignof(SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F"); \ static_assert(sizeof(SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F"); \ static_assert(offsetof(SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnCompleted_5B49CCF34EC46D5C912288918338262F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F \ static_assert(alignof(SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F"); \ static_assert(sizeof(SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F"); \ static_assert(offsetof(SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnBlendOut_5B49CCF34EC46D5C912288918338262F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F \ static_assert(alignof(SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F"); \ static_assert(sizeof(SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F"); \ static_assert(offsetof(SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnInterrupted_5B49CCF34EC46D5C912288918338262F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F \ static_assert(alignof(SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F"); \ static_assert(sizeof(SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F"); \ static_assert(offsetof(SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnNotifyBegin_5B49CCF34EC46D5C912288918338262F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F \ static_assert(alignof(SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F) == 0x000004, "Wrong alignment on SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F"); \ static_assert(sizeof(SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F) == 0x000008, "Wrong size on SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F"); \ static_assert(offsetof(SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F, NotifyName) == 0x000000, "Member 'SharkAction_AttackN_C_OnNotifyEnd_5B49CCF34EC46D5C912288918338262F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_GetDamageAmount \ static_assert(alignof(SharkAction_AttackN_C_GetDamageAmount) == 0x000008, "Wrong alignment on SharkAction_AttackN_C_GetDamageAmount"); \ static_assert(sizeof(SharkAction_AttackN_C_GetDamageAmount) == 0x000030, "Wrong size on SharkAction_AttackN_C_GetDamageAmount"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, Character) == 0x000000, "Member 'SharkAction_AttackN_C_GetDamageAmount::Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, DamageAmount) == 0x000008, "Member 'SharkAction_AttackN_C_GetDamageAmount::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'SharkAction_AttackN_C_GetDamageAmount::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_AttackN_C_GetDamageAmount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, CallFunc_GetOnePlusPowerMod_Result) == 0x00001C, "Member 'SharkAction_AttackN_C_GetDamageAmount::CallFunc_GetOnePlusPowerMod_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'SharkAction_AttackN_C_GetDamageAmount::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000024, "Member 'SharkAction_AttackN_C_GetDamageAmount::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_GetDamageAmount, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000028, "Member 'SharkAction_AttackN_C_GetDamageAmount::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown \ static_assert(alignof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown) == 0x000008, "Wrong alignment on SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown"); \ static_assert(sizeof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown) == 0x000020, "Wrong size on SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown"); \ static_assert(offsetof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown, CallFunc_GetActionPlanner_ReturnValue) == 0x000000, "Member 'SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown, CallFunc_GetAction_ReturnValue) == 0x000008, "Member 'SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000010, "Member 'SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'SharkAction_AttackN_C_SetPlayerAttackActionOnCooldown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_CanBeTerminated \ static_assert(alignof(SharkAction_AttackN_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_AttackN_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_AttackN_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_AttackN_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_AttackN_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_AttackN_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_AttackN_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackN_C_IsValidAction \ static_assert(alignof(SharkAction_AttackN_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_AttackN_C_IsValidAction"); \ static_assert(sizeof(SharkAction_AttackN_C_IsValidAction) == 0x000002, "Wrong size on SharkAction_AttackN_C_IsValidAction"); \ static_assert(offsetof(SharkAction_AttackN_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_AttackN_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackN_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_AttackN_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_AttackN_C \ static_assert(alignof(USharkAction_AttackN_C) == 0x000008, "Wrong alignment on USharkAction_AttackN_C"); \ static_assert(sizeof(USharkAction_AttackN_C) == 0x000120, "Wrong size on USharkAction_AttackN_C"); \ static_assert(offsetof(USharkAction_AttackN_C, UberGraphFrame_SharkAction_AttackN_C) == 0x0000E8, "Member 'USharkAction_AttackN_C::UberGraphFrame_SharkAction_AttackN_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackN_C, bIsPlayingAttack) == 0x0000F0, "Member 'USharkAction_AttackN_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackN_C, AttackMontage) == 0x0000F8, "Member 'USharkAction_AttackN_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackN_C, AttackMontage1) == 0x000100, "Member 'USharkAction_AttackN_C::AttackMontage1' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackN_C, HittedCharacters) == 0x000108, "Member 'USharkAction_AttackN_C::HittedCharacters' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackN_C, Shark) == 0x000118, "Member 'USharkAction_AttackN_C::Shark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_01_QuestItem_Journal_C_GetActorState \ static_assert(alignof(MQ_01_QuestItem_Journal_C_GetActorState) == 0x000004, "Wrong alignment on MQ_01_QuestItem_Journal_C_GetActorState"); \ static_assert(sizeof(MQ_01_QuestItem_Journal_C_GetActorState) == 0x000008, "Wrong size on MQ_01_QuestItem_Journal_C_GetActorState"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetActorState, ReturnValue) == 0x000000, "Member 'MQ_01_QuestItem_Journal_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_01_QuestItem_Journal_C_GetItemSelection \ static_assert(alignof(MQ_01_QuestItem_Journal_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_01_QuestItem_Journal_C_GetItemSelection"); \ static_assert(sizeof(MQ_01_QuestItem_Journal_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_01_QuestItem_Journal_C_GetItemSelection"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'MQ_01_QuestItem_Journal_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_01_QuestItem_Journal_C_ShouldNotBeSaved \ static_assert(alignof(MQ_01_QuestItem_Journal_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on MQ_01_QuestItem_Journal_C_ShouldNotBeSaved"); \ static_assert(sizeof(MQ_01_QuestItem_Journal_C_ShouldNotBeSaved) == 0x000001, "Wrong size on MQ_01_QuestItem_Journal_C_ShouldNotBeSaved"); \ static_assert(offsetof(MQ_01_QuestItem_Journal_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'MQ_01_QuestItem_Journal_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_01_QuestItem_Journal_C \ static_assert(alignof(AMQ_01_QuestItem_Journal_C) == 0x000010, "Wrong alignment on AMQ_01_QuestItem_Journal_C"); \ static_assert(sizeof(AMQ_01_QuestItem_Journal_C) == 0x0002D0, "Wrong size on AMQ_01_QuestItem_Journal_C"); \ static_assert(offsetof(AMQ_01_QuestItem_Journal_C, bTutorialJournalActive) == 0x000281, "Member 'AMQ_01_QuestItem_Journal_C::bTutorialJournalActive' has a wrong offset!"); \ static_assert(offsetof(AMQ_01_QuestItem_Journal_C, JournalTransform) == 0x000290, "Member 'AMQ_01_QuestItem_Journal_C::JournalTransform' has a wrong offset!"); \ static_assert(offsetof(AMQ_01_QuestItem_Journal_C, bPlayPickUpMontage) == 0x0002C0, "Member 'AMQ_01_QuestItem_Journal_C::bPlayPickUpMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet \ static_assert(alignof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet) == 0x000528, "Wrong size on WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, EntryPoint) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_8) == 0x000018, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_7) == 0x000020, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_6) == 0x000028, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Hit_4) == 0x000030, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_5) == 0x0000B8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Hit_3) == 0x0000C0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_4) == 0x000148, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Hit_2) == 0x000150, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Get_Validated_Module_Settings_isValid) == 0x0001D8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x0001E0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_NewState) == 0x000248, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_OldState) == 0x000249, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_SwitchEnum_CmpSuccess) == 0x00024A, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_bNewMode) == 0x00024B, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue) == 0x00024C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_1) == 0x00024D, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000250, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000254, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_BreakVector_X) == 0x000258, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_BreakVector_Y) == 0x00025C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_BreakVector_Z) == 0x000260, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_2) == 0x000264, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000268, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00026C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_MapRangeClamped_ReturnValue) == 0x000270, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_MakeVector_ReturnValue) == 0x000274, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000280, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000308, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base) == 0x000310, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_AsProgress_Timer_Widget_V2_Base' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_bSuccess) == 0x000318, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetState_ReturnValue) == 0x000319, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00031A, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00031B, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_CreateDelegate_OutputDelegate_1) == 0x00031C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00032C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00032D, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00032E, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_3) == 0x00032F, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_4) == 0x000330, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetState_ReturnValue_1) == 0x000331, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_HasAuthority_ReturnValue) == 0x000332, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000333, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000334, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_BooleanOR_ReturnValue) == 0x000335, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_5) == 0x000336, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000337, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_SwitchEnum_CmpSuccess_1) == 0x000338, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000339, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00033A, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Refuel_ReturnValue) == 0x00033B, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Refuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00033C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_BooleanAND_ReturnValue) == 0x00033D, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_SwitchEnum_CmpSuccess_2) == 0x00033E, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_CreateDelegate_OutputDelegate_2) == 0x000340, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_AddFuel_ReturnValue) == 0x000350, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_AddFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetPlayerController_ReturnValue) == 0x000358, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Hit_1) == 0x000360, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_3) == 0x0003E8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetHUD_ReturnValue) == 0x0003F0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_AsAction_Buttons_Displayer) == 0x0003F8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_AsAction_Buttons_Displayer' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_bSuccess_1) == 0x000408, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_6) == 0x000409, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_CustomEvent_Player) == 0x000410, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_CanUpgrade_ReturnValue) == 0x000418, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetController_ReturnValue) == 0x000420, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_SwitchEnum_CmpSuccess_3) == 0x000428, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_7) == 0x000429, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_CreateDelegate_OutputDelegate_3) == 0x00042C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Percentage_1) == 0x00043C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_2) == 0x000440, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Hit) == 0x000448, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter_1) == 0x0004D0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_Percentage) == 0x0004D8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_Event_PlayerCharacter) == 0x0004E0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsValid_ReturnValue_8) == 0x0004E8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetPlayerController_ReturnValue_1) == 0x0004F0, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_GetHUD_ReturnValue_1) == 0x0004F8, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000500, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_AsAction_Buttons_Displayer_1) == 0x000508, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_AsAction_Buttons_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, K2Node_DynamicCast_bSuccess_2) == 0x000518, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Not_PreBool_ReturnValue) == 0x000519, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x00051A, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00051C, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000520, "Member 'WagonModule_RofleemoToilet_C_ExecuteUbergraph_WagonModule_RofleemoToilet::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_RofleemoToilet_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_RofleemoToilet_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnAltHoldUseActor \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnAltHoldUseActor"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnAltHoldUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoToilet_C_OnAltHoldUseActor"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_HoldProgressInfo \ static_assert(alignof(WagonModule_RofleemoToilet_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_RofleemoToilet_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnHoldUse_M \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnHoldUse_M) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnHoldUse_M"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnHoldUse_M) == 0x000008, "Wrong size on WagonModule_RofleemoToilet_C_OnHoldUse_M"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnHoldUse_M, Player) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnHoldUse_M::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnHoldUseActor \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnHoldUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnHoldUseActor"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnHoldUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoToilet_C_OnHoldUseActor"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnHoldUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_EventSetRelocationMode \ static_assert(alignof(WagonModule_RofleemoToilet_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on WagonModule_RofleemoToilet_C_EventSetRelocationMode"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_EventSetRelocationMode) == 0x000001, "Wrong size on WagonModule_RofleemoToilet_C_EventSetRelocationMode"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_RofleemoToilet_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_RofleemoToilet_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_RofleemoToilet_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_RofleemoToilet_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnGotFocus \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnGotFocus) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_C_OnGotFocus"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnGotFocus) == 0x000088, "Wrong size on WagonModule_RofleemoToilet_C_OnGotFocus"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnGotFocus, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoToilet_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnUseActor \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnUseActor) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnUseActor"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnUseActor) == 0x000090, "Wrong size on WagonModule_RofleemoToilet_C_OnUseActor"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnUseActor, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_RofleemoToilet_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_RofleemoToilet_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_HoldUseStarted \ static_assert(alignof(WagonModule_RofleemoToilet_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_RofleemoToilet_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_RofleemoToilet_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_RofleemoToilet_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CanUse \ static_assert(alignof(WagonModule_RofleemoToilet_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CanUse"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CanUse) == 0x0000A0, "Wrong size on WagonModule_RofleemoToilet_C_CanUse"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000091, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000092, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000094, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_IsEmpty_ReturnValue) == 0x000095, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000096, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000097, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanUse, CallFunc_BooleanOR_ReturnValue_1) == 0x000098, "Member 'WagonModule_RofleemoToilet_C_CanUse::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CanAltUse \ static_assert(alignof(WagonModule_RofleemoToilet_C_CanAltUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CanAltUse"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CanAltUse) == 0x000098, "Wrong size on WagonModule_RofleemoToilet_C_CanAltUse"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, CallFunc_CanAltUse_ReturnValue) == 0x000091, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::CallFunc_CanAltUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, CallFunc_Less_IntInt_ReturnValue) == 0x000092, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltUse, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WagonModule_RofleemoToilet_C_CanAltUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetHaveItems \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetHaveItems) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_C_GetHaveItems"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetHaveItems) == 0x00001C, "Wrong size on WagonModule_RofleemoToilet_C_GetHaveItems"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, IconFillState) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::IconFillState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_MapRangeClamped_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHaveItems, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'WagonModule_RofleemoToilet_C_GetHaveItems::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_UpdateVisual \ static_assert(alignof(WagonModule_RofleemoToilet_C_UpdateVisual) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_C_UpdateVisual"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_UpdateVisual) == 0x0000A8, "Wrong size on WagonModule_RofleemoToilet_C_UpdateVisual"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_GetTotalItemsCount_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_MapRangeClamped_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_UpdateVisual, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000020, "Member 'WagonModule_RofleemoToilet_C_UpdateVisual::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_SendTutorial \ static_assert(alignof(WagonModule_RofleemoToilet_C_SendTutorial) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_SendTutorial"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_SendTutorial) == 0x000048, "Wrong size on WagonModule_RofleemoToilet_C_SendTutorial"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, NewParam) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::NewParam' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x00000A, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_GetGameState_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_Array_Get_Item) == 0x000028, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WagonModule_RofleemoToilet_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CompleteTask \ static_assert(alignof(WagonModule_RofleemoToilet_C_CompleteTask) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CompleteTask"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CompleteTask) == 0x000010, "Wrong size on WagonModule_RofleemoToilet_C_CompleteTask"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CompleteTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CompleteTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CompleteTask, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_CompleteTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CanHoldUse \ static_assert(alignof(WagonModule_RofleemoToilet_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CanHoldUse) == 0x0000B0, "Wrong size on WagonModule_RofleemoToilet_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, CallFunc_CanUpgrade_ReturnValue) == 0x0000A9, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::CallFunc_CanUpgrade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanHoldUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_RofleemoToilet_C_CanHoldUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CanAltHoldUse \ static_assert(alignof(WagonModule_RofleemoToilet_C_CanAltHoldUse) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CanAltHoldUse"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CanAltHoldUse) == 0x000098, "Wrong size on WagonModule_RofleemoToilet_C_CanAltHoldUse"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltHoldUse, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanAltHoldUse, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000091, "Member 'WagonModule_RofleemoToilet_C_CanAltHoldUse::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CreateMats \ static_assert(alignof(WagonModule_RofleemoToilet_C_CreateMats) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_CreateMats"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CreateMats) == 0x000020, "Wrong size on WagonModule_RofleemoToilet_C_CreateMats"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CreateMats, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CreateMats::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CreateMats, CallFunc_GetMaterial_ReturnValue_1) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_CreateMats::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000018, "Member 'WagonModule_RofleemoToilet_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetItemSelection \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetItemSelection) == 0x0000B0, "Wrong size on WagonModule_RofleemoToilet_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AB, "Member 'WagonModule_RofleemoToilet_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetItemDurability \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetItemDurability) == 0x000018, "Wrong size on WagonModule_RofleemoToilet_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetProgressStatusTime \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_C_GetProgressStatusTime"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetProgressStatusTime) == 0x000024, "Wrong size on WagonModule_RofleemoToilet_C_GetProgressStatusTime"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, CallFunc_GetCurrentServerTime_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::CallFunc_GetCurrentServerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusTime, K2Node_MakeStruct_SUI_ProgressStatusTime) == 0x00001C, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusTime::K2Node_MakeStruct_SUI_ProgressStatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetProgressStatusState \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetProgressStatusState) == 0x000001, "Wrong alignment on WagonModule_RofleemoToilet_C_GetProgressStatusState"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetProgressStatusState) == 0x000002, "Wrong size on WagonModule_RofleemoToilet_C_GetProgressStatusState"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetProgressStatusState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WagonModule_RofleemoToilet_C_GetProgressStatusState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetAdditionalButtons) == 0x000280, "Wrong size on WagonModule_RofleemoToilet_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, Buttons) == 0x000010, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::Buttons' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_bIsAvailable) == 0x000020, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetUpgradeButton_ActionButtonData) == 0x000028, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetUpgradeButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000064, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000065, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000066, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_BooleanOR_ReturnValue) == 0x000067, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000068, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Not_PreBool_ReturnValue) == 0x000069, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x00006A, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00006B, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00006C, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000070, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_1) == 0x0000AC, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000B0, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B8, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_bIsAvailable) == 0x000110, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetSwitchElectricityButton_ActionButtonData) == 0x000118, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetSwitchElectricityButton_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000150, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_2) == 0x000168, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_1) == 0x000170, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001B0, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001B8, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_GetItemCountOfClass_ReturnValue) == 0x0001C4, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001C8, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001D0, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_BooleanOR_ReturnValue_1) == 0x000210, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000218, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Format_ReturnValue) == 0x000228, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData_1) == 0x000240, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetAdditionalButtons, CallFunc_Array_Add_ReturnValue_3) == 0x000278, "Member 'WagonModule_RofleemoToilet_C_GetAdditionalButtons::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_IsDeconstructionAllowed \ static_assert(alignof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_IsDeconstructionAllowed"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on WagonModule_RofleemoToilet_C_IsDeconstructionAllowed"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'WagonModule_RofleemoToilet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_CanRepairIt \ static_assert(alignof(WagonModule_RofleemoToilet_C_CanRepairIt) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_C_CanRepairIt"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_CanRepairIt) == 0x00008C, "Wrong size on WagonModule_RofleemoToilet_C_CanRepairIt"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanRepairIt, Hit) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_CanRepairIt, Repairable) == 0x000088, "Member 'WagonModule_RofleemoToilet_C_CanRepairIt::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_C_GetHoldUseTime \ static_assert(alignof(WagonModule_RofleemoToilet_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_RofleemoToilet_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_RofleemoToilet_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_RofleemoToilet_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RofleemoToilet_C \ static_assert(alignof(AWagonModule_RofleemoToilet_C) == 0x000008, "Wrong alignment on AWagonModule_RofleemoToilet_C"); \ static_assert(sizeof(AWagonModule_RofleemoToilet_C) == 0x000738, "Wrong size on AWagonModule_RofleemoToilet_C"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, UberGraphFrame) == 0x0006D0, "Member 'AWagonModule_RofleemoToilet_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, Add_Fuel) == 0x0006D8, "Member 'AWagonModule_RofleemoToilet_C::Add_Fuel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, Poo) == 0x0006E0, "Member 'AWagonModule_RofleemoToilet_C::Poo' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, Looting) == 0x0006E8, "Member 'AWagonModule_RofleemoToilet_C::Looting' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, PointLight) == 0x0006F0, "Member 'AWagonModule_RofleemoToilet_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, ProgressWidget) == 0x0006F8, "Member 'AWagonModule_RofleemoToilet_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, RofleemoToilet_Arrow) == 0x000700, "Member 'AWagonModule_RofleemoToilet_C::RofleemoToilet_Arrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, BuildZone) == 0x000708, "Member 'AWagonModule_RofleemoToilet_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, RofleemoToilet_Door) == 0x000710, "Member 'AWagonModule_RofleemoToilet_C::RofleemoToilet_Door' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, DM_Light) == 0x000718, "Member 'AWagonModule_RofleemoToilet_C::DM_Light' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, DM_Fill) == 0x000720, "Member 'AWagonModule_RofleemoToilet_C::DM_Fill' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, Widget) == 0x000728, "Member 'AWagonModule_RofleemoToilet_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_C, InFocus) == 0x000730, "Member 'AWagonModule_RofleemoToilet_C::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestItem_LocomotiveParts_C \ static_assert(alignof(AQuestItem_LocomotiveParts_C) == 0x000010, "Wrong alignment on AQuestItem_LocomotiveParts_C"); \ static_assert(sizeof(AQuestItem_LocomotiveParts_C) == 0x0003E0, "Wrong size on AQuestItem_LocomotiveParts_C"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2 \ static_assert(alignof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2) == 0x000004, "Wrong alignment on WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2"); \ static_assert(sizeof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2) == 0x000034, "Wrong size on WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, EntryPoint) == 0x000000, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_IsValid_ReturnValue_2) == 0x000019, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_GetTotalItemsCount_ReturnValue) == 0x00001C, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_GetTotalItemsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000020, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_MapRangeClamped_ReturnValue) == 0x000028, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_GetState_ReturnValue) == 0x00002C, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x00002D, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00002E, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00002F, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000030, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_BooleanOR_ReturnValue) == 0x000031, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, K2Node_CustomEvent_DoWork) == 0x000032, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::K2Node_CustomEvent_DoWork' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2, CallFunc_BooleanOR_ReturnValue_1) == 0x000033, "Member 'WagonModule_RofleemoToilet_T2_C_ExecuteUbergraph_WagonModule_RofleemoToilet_T2::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_T2_C_ToggleVisual \ static_assert(alignof(WagonModule_RofleemoToilet_T2_C_ToggleVisual) == 0x000001, "Wrong alignment on WagonModule_RofleemoToilet_T2_C_ToggleVisual"); \ static_assert(sizeof(WagonModule_RofleemoToilet_T2_C_ToggleVisual) == 0x000001, "Wrong size on WagonModule_RofleemoToilet_T2_C_ToggleVisual"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_ToggleVisual, DoWork) == 0x000000, "Member 'WagonModule_RofleemoToilet_T2_C_ToggleVisual::DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_RofleemoToilet_T2_C_CreateMats \ static_assert(alignof(WagonModule_RofleemoToilet_T2_C_CreateMats) == 0x000008, "Wrong alignment on WagonModule_RofleemoToilet_T2_C_CreateMats"); \ static_assert(sizeof(WagonModule_RofleemoToilet_T2_C_CreateMats) == 0x000010, "Wrong size on WagonModule_RofleemoToilet_T2_C_CreateMats"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_CreateMats, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'WagonModule_RofleemoToilet_T2_C_CreateMats::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_RofleemoToilet_T2_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WagonModule_RofleemoToilet_T2_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RofleemoToilet_T2_C \ static_assert(alignof(AWagonModule_RofleemoToilet_T2_C) == 0x000008, "Wrong alignment on AWagonModule_RofleemoToilet_T2_C"); \ static_assert(sizeof(AWagonModule_RofleemoToilet_T2_C) == 0x000750, "Wrong size on AWagonModule_RofleemoToilet_T2_C"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_T2_C, UberGraphFrame_WagonModule_RofleemoToilet_T2_C) == 0x000738, "Member 'AWagonModule_RofleemoToilet_T2_C::UberGraphFrame_WagonModule_RofleemoToilet_T2_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_T2_C, DM_Arrow) == 0x000740, "Member 'AWagonModule_RofleemoToilet_T2_C::DM_Arrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RofleemoToilet_T2_C, HaveElectricity) == 0x000748, "Member 'AWagonModule_RofleemoToilet_T2_C::HaveElectricity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base) == 0x000008, "Wrong alignment on ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base) == 0x000368, "Wrong size on ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, EntryPoint) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable) == 0x000004, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_1) == 0x000005, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_2) == 0x000006, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_3) == 0x000007, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_4) == 0x000008, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_5) == 0x000009, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_6) == 0x00000A, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_7) == 0x00000B, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_8) == 0x00000C, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_9) == 0x00000D, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_10) == 0x00000E, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_11) == 0x00000F, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_12) == 0x000010, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_13) == 0x000011, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_14) == 0x000012, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_15) == 0x000013, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_16) == 0x000014, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_17) == 0x000015, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_18) == 0x000016, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_19) == 0x000017, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_20) == 0x000018, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_21) == 0x000019, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_22) == 0x00001A, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_23) == 0x00001B, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_24) == 0x00001C, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable) == 0x00001D, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_1) == 0x00001E, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_25) == 0x00001F, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_25' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_2) == 0x000020, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_3) == 0x000021, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_4) == 0x000022, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable) == 0x000028, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_1) == 0x000030, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_2) == 0x000038, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_3) == 0x000040, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_4) == 0x000048, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_5) == 0x000050, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_6) == 0x000058, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_7) == 0x000060, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_8) == 0x000068, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_9) == 0x000070, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_10) == 0x000078, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_11) == 0x000080, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_12) == 0x000088, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_13) == 0x000090, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_14) == 0x000098, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_15) == 0x0000A0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_16) == 0x0000A8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_17) == 0x0000B0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_18) == 0x0000B8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_19) == 0x0000C0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_20) == 0x0000C8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_21) == 0x0000D0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_22) == 0x0000D8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_23) == 0x0000E0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_object_Variable_24) == 0x0000E8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_26) == 0x0000F0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_26' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_text_Variable) == 0x0000F8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_27) == 0x000110, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_27' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_5) == 0x000111, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_6) == 0x000112, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_28) == 0x000113, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_28' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_7) == 0x000114, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_8) == 0x000115, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_29) == 0x000116, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_29' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_float_Variable) == 0x000118, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_30) == 0x00011C, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_30' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_9) == 0x00011D, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_10) == 0x00011E, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_31) == 0x00011F, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_31' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_11) == 0x000120, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_12) == 0x000121, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_32) == 0x000122, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_32' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_float_Variable_1) == 0x000124, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_33) == 0x000128, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_33' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_34) == 0x000129, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_34' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Event_IsDesignTime) == 0x00012A, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000130, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_CustomEvent_Percent) == 0x000138, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000140, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Event_MyGeometry) == 0x00014C, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Event_InDeltaTime) == 0x000184, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_CustomEvent_Object) == 0x000188, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_bool_Variable_35) == 0x000190, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_bool_Variable_35' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, Temp_byte_Variable_13) == 0x000191, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000192, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_IsValid_ReturnValue_1) == 0x000193, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000194, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_BooleanOR_ReturnValue) == 0x000195, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000196, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000197, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_BooleanOR_ReturnValue_1) == 0x000198, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_BooleanOR_ReturnValue_2) == 0x000199, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_DynamicCast_AsBPI_Focusable) == 0x0001A0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_DynamicCast_AsBPI_Focusable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_DynamicCast_AsBPI_Focusable_1) == 0x0001B8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_DynamicCast_AsBPI_Focusable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_DynamicCast_bSuccess_1) == 0x0001C8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetProgressStatusState_ProgressStatusState) == 0x0001C9, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetProgressStatusState_ProgressStatusState' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetProgressStatusTime_StatusTime) == 0x0001CC, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetProgressStatusTime_StatusTime' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_MapRangeUnclamped_ReturnValue) == 0x0001D4, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_MapRangeUnclamped_ReturnValue_1) == 0x0001D8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_MapRangeUnclamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_MakeStruct_FormatArgumentData) == 0x0001E0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_Less_FloatFloat_ReturnValue) == 0x000220, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_MakeArray_Array) == 0x000228, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_Format_ReturnValue) == 0x000238, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x000250, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default) == 0x000290, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0002B8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_Format_ReturnValue_1) == 0x0002C0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_CustomEvent_State) == 0x0002D8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002D9, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_1) == 0x0002DA, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0002DB, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_2) == 0x0002E0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_3) == 0x0002E8, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_4) == 0x0002E9, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_5) == 0x0002EA, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_6) == 0x0002EB, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_7) == 0x0002EC, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue) == 0x0002F0, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue_1) == 0x000300, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue_2) == 0x000310, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue_3) == 0x000320, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue_4) == 0x000330, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_GetColor_ReturnValue_5) == 0x000340, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_GetColor_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_IsValid_ReturnValue_2) == 0x000350, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000351, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_8) == 0x000354, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_9) == 0x000358, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_10) == 0x000359, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, K2Node_Select_Default_11) == 0x00035C, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base, CallFunc_IsValid_ReturnValue_3) == 0x000360, "Member 'ProgressTimerWidgetV2_Base_C_ExecuteUbergraph_ProgressTimerWidgetV2_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_SetWidgetStyle \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_SetWidgetStyle) == 0x000001, "Wrong alignment on ProgressTimerWidgetV2_Base_C_SetWidgetStyle"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_SetWidgetStyle) == 0x000001, "Wrong size on ProgressTimerWidgetV2_Base_C_SetWidgetStyle"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_SetWidgetStyle, State) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_SetWidgetStyle::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_Init \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_Init) == 0x000008, "Wrong alignment on ProgressTimerWidgetV2_Base_C_Init"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_Init) == 0x000008, "Wrong size on ProgressTimerWidgetV2_Base_C_Init"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_Init, Object) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_Init::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_Tick \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_Tick) == 0x000004, "Wrong alignment on ProgressTimerWidgetV2_Base_C_Tick"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_Tick) == 0x00003C, "Wrong size on ProgressTimerWidgetV2_Base_C_Tick"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_Tick, MyGeometry) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'ProgressTimerWidgetV2_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_SetProgressPercent \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_SetProgressPercent) == 0x000004, "Wrong alignment on ProgressTimerWidgetV2_Base_C_SetProgressPercent"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_SetProgressPercent) == 0x000004, "Wrong size on ProgressTimerWidgetV2_Base_C_SetProgressPercent"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_SetProgressPercent, Percent) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_SetProgressPercent::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_PreConstruct \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_PreConstruct) == 0x000001, "Wrong alignment on ProgressTimerWidgetV2_Base_C_PreConstruct"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_PreConstruct) == 0x000001, "Wrong size on ProgressTimerWidgetV2_Base_C_PreConstruct"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressTimerWidgetV2_Base_C_GetColor \ static_assert(alignof(ProgressTimerWidgetV2_Base_C_GetColor) == 0x000004, "Wrong alignment on ProgressTimerWidgetV2_Base_C_GetColor"); \ static_assert(sizeof(ProgressTimerWidgetV2_Base_C_GetColor) == 0x000064, "Wrong size on ProgressTimerWidgetV2_Base_C_GetColor"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, DefaultColor) == 0x000000, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, DisabledColor) == 0x000010, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::DisabledColor' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, ErrorColor) == 0x000020, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::ErrorColor' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, ReturnValue) == 0x000030, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, Temp_bool_Variable) == 0x000040, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, Temp_bool_Variable_1) == 0x000041, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, K2Node_Select_Default) == 0x000044, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ProgressTimerWidgetV2_Base_C_GetColor, K2Node_Select_Default_1) == 0x000054, "Member 'ProgressTimerWidgetV2_Base_C_GetColor::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressTimerWidgetV2_Base_C \ static_assert(alignof(UProgressTimerWidgetV2_Base_C) == 0x000008, "Wrong alignment on UProgressTimerWidgetV2_Base_C"); \ static_assert(sizeof(UProgressTimerWidgetV2_Base_C) == 0x000370, "Wrong size on UProgressTimerWidgetV2_Base_C"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, UberGraphFrame) == 0x000260, "Member 'UProgressTimerWidgetV2_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, AmmoBox) == 0x000268, "Member 'UProgressTimerWidgetV2_Base_C::AmmoBox' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, AmmoText) == 0x000270, "Member 'UProgressTimerWidgetV2_Base_C::AmmoText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, Background) == 0x000278, "Member 'UProgressTimerWidgetV2_Base_C::Background' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, CircularBG) == 0x000280, "Member 'UProgressTimerWidgetV2_Base_C::CircularBG' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, LessEffectivityText) == 0x000288, "Member 'UProgressTimerWidgetV2_Base_C::LessEffectivityText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, ProgressImage) == 0x000290, "Member 'UProgressTimerWidgetV2_Base_C::ProgressImage' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, SubText) == 0x000298, "Member 'UProgressTimerWidgetV2_Base_C::SubText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, TimerBox) == 0x0002A0, "Member 'UProgressTimerWidgetV2_Base_C::TimerBox' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, TimeText) == 0x0002A8, "Member 'UProgressTimerWidgetV2_Base_C::TimeText' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, WarningIcon) == 0x0002B0, "Member 'UProgressTimerWidgetV2_Base_C::WarningIcon' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, CircularBG_Color_Default) == 0x0002B8, "Member 'UProgressTimerWidgetV2_Base_C::CircularBG_Color_Default' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, MI_Main) == 0x0002C8, "Member 'UProgressTimerWidgetV2_Base_C::MI_Main' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, Bar_Color_Default) == 0x0002D0, "Member 'UProgressTimerWidgetV2_Base_C::Bar_Color_Default' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, PreviewPercent) == 0x0002E0, "Member 'UProgressTimerWidgetV2_Base_C::PreviewPercent' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, CircularBG_Color_Error) == 0x0002E4, "Member 'UProgressTimerWidgetV2_Base_C::CircularBG_Color_Error' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, BG_Color_Default) == 0x0002F4, "Member 'UProgressTimerWidgetV2_Base_C::BG_Color_Default' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, BG_Color_Error) == 0x000304, "Member 'UProgressTimerWidgetV2_Base_C::BG_Color_Error' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, HasError) == 0x000314, "Member 'UProgressTimerWidgetV2_Base_C::HasError' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, Bar_Color_Error) == 0x000318, "Member 'UProgressTimerWidgetV2_Base_C::Bar_Color_Error' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, Player) == 0x000328, "Member 'UProgressTimerWidgetV2_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, ObjectRef) == 0x000330, "Member 'UProgressTimerWidgetV2_Base_C::ObjectRef' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, ShowStatusIcon) == 0x000338, "Member 'UProgressTimerWidgetV2_Base_C::ShowStatusIcon' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, HasDisabled) == 0x000339, "Member 'UProgressTimerWidgetV2_Base_C::HasDisabled' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, Bar_Color_Disabled) == 0x00033C, "Member 'UProgressTimerWidgetV2_Base_C::Bar_Color_Disabled' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, CircularBG_Color_Disabled) == 0x00034C, "Member 'UProgressTimerWidgetV2_Base_C::CircularBG_Color_Disabled' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, BG_Color_Disabled) == 0x00035C, "Member 'UProgressTimerWidgetV2_Base_C::BG_Color_Disabled' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, ShowAmmoBox) == 0x00036C, "Member 'UProgressTimerWidgetV2_Base_C::ShowAmmoBox' has a wrong offset!"); \ static_assert(offsetof(UProgressTimerWidgetV2_Base_C, HideTimerBox) == 0x00036D, "Member 'UProgressTimerWidgetV2_Base_C::HideTimerBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBurstCameraShake_C \ static_assert(alignof(UBurstCameraShake_C) == 0x000010, "Wrong alignment on UBurstCameraShake_C"); \ static_assert(sizeof(UBurstCameraShake_C) == 0x0001E0, "Wrong size on UBurstCameraShake_C"); \ #define DUMPER7_ASSERTS_UBrakeCameraShake_C \ static_assert(alignof(UBrakeCameraShake_C) == 0x000010, "Wrong alignment on UBrakeCameraShake_C"); \ static_assert(sizeof(UBrakeCameraShake_C) == 0x0001E0, "Wrong size on UBrakeCameraShake_C"); \ #define DUMPER7_ASSERTS_Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation \ static_assert(alignof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation) == 0x000008, "Wrong alignment on Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation"); \ static_assert(sizeof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation) == 0x000038, "Wrong size on Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, EntryPoint) == 0x000000, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, K2Node_Event_Player_1) == 0x000018, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, K2Node_Event_Player) == 0x000020, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, K2Node_CustomEvent_TargetName) == 0x000028, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::K2Node_CustomEvent_TargetName' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'Task_ReachTheLocation_C_ExecuteUbergraph_Task_ReachTheLocation::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheLocation_C_OnTargetReached_Event_0 \ static_assert(alignof(Task_ReachTheLocation_C_OnTargetReached_Event_0) == 0x000004, "Wrong alignment on Task_ReachTheLocation_C_OnTargetReached_Event_0"); \ static_assert(sizeof(Task_ReachTheLocation_C_OnTargetReached_Event_0) == 0x000008, "Wrong size on Task_ReachTheLocation_C_OnTargetReached_Event_0"); \ static_assert(offsetof(Task_ReachTheLocation_C_OnTargetReached_Event_0, TargetName) == 0x000000, "Member 'Task_ReachTheLocation_C_OnTargetReached_Event_0::TargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheLocation_C_OnRemoveFromPlayer \ static_assert(alignof(Task_ReachTheLocation_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_ReachTheLocation_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_ReachTheLocation_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_ReachTheLocation_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_ReachTheLocation_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_ReachTheLocation_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheLocation_C_OnGivePlayer \ static_assert(alignof(Task_ReachTheLocation_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_ReachTheLocation_C_OnGivePlayer"); \ static_assert(sizeof(Task_ReachTheLocation_C_OnGivePlayer) == 0x000008, "Wrong size on Task_ReachTheLocation_C_OnGivePlayer"); \ static_assert(offsetof(Task_ReachTheLocation_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_ReachTheLocation_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_ReachTheLocation_C_DoVolumeValidTest \ static_assert(alignof(Task_ReachTheLocation_C_DoVolumeValidTest) == 0x000008, "Wrong alignment on Task_ReachTheLocation_C_DoVolumeValidTest"); \ static_assert(sizeof(Task_ReachTheLocation_C_DoVolumeValidTest) == 0x000038, "Wrong size on Task_ReachTheLocation_C_DoVolumeValidTest"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, bHaveValidVolume) == 0x000000, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::bHaveValidVolume' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_IsComplete_ReturnValue) == 0x000010, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Array_Get_Item) == 0x000028, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000034, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_ReachTheLocation_C_DoVolumeValidTest, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'Task_ReachTheLocation_C_DoVolumeValidTest::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_ReachTheLocation_C \ static_assert(alignof(UTask_ReachTheLocation_C) == 0x000008, "Wrong alignment on UTask_ReachTheLocation_C"); \ static_assert(sizeof(UTask_ReachTheLocation_C) == 0x0000B0, "Wrong size on UTask_ReachTheLocation_C"); \ static_assert(offsetof(UTask_ReachTheLocation_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_ReachTheLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_ReachTheLocation_C, bDoVolumeValidTest) == 0x0000A8, "Member 'UTask_ReachTheLocation_C::bDoVolumeValidTest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene \ static_assert(alignof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene) == 0x000008, "Wrong alignment on Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene"); \ static_assert(sizeof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene) == 0x000040, "Wrong size on Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, EntryPoint) == 0x000000, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, CallFunc_GetMaxProgress_ReturnValue) == 0x000004, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::CallFunc_GetMaxProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, K2Node_CustomEvent_TargetName) == 0x000018, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::K2Node_CustomEvent_TargetName' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, K2Node_Event_Player_1) == 0x000020, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000028, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, K2Node_Event_Player) == 0x000030, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene, CallFunc_IsInParkingInDepot_bReturnValue) == 0x000038, "Member 'Task_LeaveDepotCutScene_C_ExecuteUbergraph_Task_LeaveDepotCutScene::CallFunc_IsInParkingInDepot_bReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveDepotCutScene_C_OnRemoveFromPlayer \ static_assert(alignof(Task_LeaveDepotCutScene_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_LeaveDepotCutScene_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_LeaveDepotCutScene_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_LeaveDepotCutScene_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_LeaveDepotCutScene_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveDepotCutScene_C_OnGivePlayer \ static_assert(alignof(Task_LeaveDepotCutScene_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_LeaveDepotCutScene_C_OnGivePlayer"); \ static_assert(sizeof(Task_LeaveDepotCutScene_C_OnGivePlayer) == 0x000008, "Wrong size on Task_LeaveDepotCutScene_C_OnGivePlayer"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_LeaveDepotCutScene_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveDepotCutScene_C_OnTargetReached_Event_0 \ static_assert(alignof(Task_LeaveDepotCutScene_C_OnTargetReached_Event_0) == 0x000004, "Wrong alignment on Task_LeaveDepotCutScene_C_OnTargetReached_Event_0"); \ static_assert(sizeof(Task_LeaveDepotCutScene_C_OnTargetReached_Event_0) == 0x000008, "Wrong size on Task_LeaveDepotCutScene_C_OnTargetReached_Event_0"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_OnTargetReached_Event_0, TargetName) == 0x000000, "Member 'Task_LeaveDepotCutScene_C_OnTargetReached_Event_0::TargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveDepotCutScene_C_IsInParkingInDepot \ static_assert(alignof(Task_LeaveDepotCutScene_C_IsInParkingInDepot) == 0x000008, "Wrong alignment on Task_LeaveDepotCutScene_C_IsInParkingInDepot"); \ static_assert(sizeof(Task_LeaveDepotCutScene_C_IsInParkingInDepot) == 0x000020, "Wrong size on Task_LeaveDepotCutScene_C_IsInParkingInDepot"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, bReturnValue) == 0x000000, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_GetState_ReturnValue) == 0x000019, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001B, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveDepotCutScene_C_IsInParkingInDepot, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'Task_LeaveDepotCutScene_C_IsInParkingInDepot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_LeaveDepotCutScene_C \ static_assert(alignof(UTask_LeaveDepotCutScene_C) == 0x000008, "Wrong alignment on UTask_LeaveDepotCutScene_C"); \ static_assert(sizeof(UTask_LeaveDepotCutScene_C) == 0x0000A8, "Wrong size on UTask_LeaveDepotCutScene_C"); \ static_assert(offsetof(UTask_LeaveDepotCutScene_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_LeaveDepotCutScene_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_Interact_C_ExecuteUbergraph_Task_Interact \ static_assert(alignof(Task_Interact_C_ExecuteUbergraph_Task_Interact) == 0x000008, "Wrong alignment on Task_Interact_C_ExecuteUbergraph_Task_Interact"); \ static_assert(sizeof(Task_Interact_C_ExecuteUbergraph_Task_Interact) == 0x000060, "Wrong size on Task_Interact_C_ExecuteUbergraph_Task_Interact"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, EntryPoint) == 0x000000, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, K2Node_Event_Player_1) == 0x000018, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, K2Node_Event_Player) == 0x000020, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, K2Node_CustomEvent_UsedItem) == 0x000040, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::K2Node_CustomEvent_UsedItem' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, K2Node_CustomEvent_Instigator) == 0x000048, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_GetObjectClass_ReturnValue) == 0x000050, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_ExecuteUbergraph_Task_Interact, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000058, "Member 'Task_Interact_C_ExecuteUbergraph_Task_Interact::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_Interact_C_OnItemUsed_Event_0 \ static_assert(alignof(Task_Interact_C_OnItemUsed_Event_0) == 0x000008, "Wrong alignment on Task_Interact_C_OnItemUsed_Event_0"); \ static_assert(sizeof(Task_Interact_C_OnItemUsed_Event_0) == 0x000010, "Wrong size on Task_Interact_C_OnItemUsed_Event_0"); \ static_assert(offsetof(Task_Interact_C_OnItemUsed_Event_0, UsedItem) == 0x000000, "Member 'Task_Interact_C_OnItemUsed_Event_0::UsedItem' has a wrong offset!"); \ static_assert(offsetof(Task_Interact_C_OnItemUsed_Event_0, Instigator) == 0x000008, "Member 'Task_Interact_C_OnItemUsed_Event_0::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_Interact_C_OnRemoveFromPlayer \ static_assert(alignof(Task_Interact_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_Interact_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_Interact_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_Interact_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_Interact_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_Interact_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_Interact_C_OnGivePlayer \ static_assert(alignof(Task_Interact_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_Interact_C_OnGivePlayer"); \ static_assert(sizeof(Task_Interact_C_OnGivePlayer) == 0x000008, "Wrong size on Task_Interact_C_OnGivePlayer"); \ static_assert(offsetof(Task_Interact_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_Interact_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_Interact_C_GetMaxProgress \ static_assert(alignof(Task_Interact_C_GetMaxProgress) == 0x000004, "Wrong alignment on Task_Interact_C_GetMaxProgress"); \ static_assert(sizeof(Task_Interact_C_GetMaxProgress) == 0x000004, "Wrong size on Task_Interact_C_GetMaxProgress"); \ static_assert(offsetof(Task_Interact_C_GetMaxProgress, ReturnValue) == 0x000000, "Member 'Task_Interact_C_GetMaxProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_Interact_C \ static_assert(alignof(UTask_Interact_C) == 0x000008, "Wrong alignment on UTask_Interact_C"); \ static_assert(sizeof(UTask_Interact_C) == 0x0000B8, "Wrong size on UTask_Interact_C"); \ static_assert(offsetof(UTask_Interact_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_Interact_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_Interact_C, UseItemClass) == 0x0000A8, "Member 'UTask_Interact_C::UseItemClass' has a wrong offset!"); \ static_assert(offsetof(UTask_Interact_C, Count) == 0x0000B0, "Member 'UTask_Interact_C::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainMenuV2_Gamemode_C \ static_assert(alignof(AMainMenuV2_Gamemode_C) == 0x000008, "Wrong alignment on AMainMenuV2_Gamemode_C"); \ static_assert(sizeof(AMainMenuV2_Gamemode_C) == 0x0003E8, "Wrong size on AMainMenuV2_Gamemode_C"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board \ static_assert(alignof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board) == 0x000008, "Wrong alignment on MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board"); \ static_assert(sizeof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board) == 0x000188, "Wrong size on MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, EntryPoint) == 0x000000, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HasAuthority_ReturnValue) == 0x000030, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HasAuthority_ReturnValue_1) == 0x000031, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_Event_Hit) == 0x000034, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_Event_PlayerCharacter) == 0x0000C0, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_CanUse_ReturnValue) == 0x0000C8, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x0000C9, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HaveActiveQuestTask_ReturnValue_1) == 0x0000CA, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HaveActiveQuestTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_GetAction_ReturnValue) == 0x0000D0, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_AsAction_Play_Quest_Anim) == 0x0000D8, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_AsAction_Play_Quest_Anim' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CustomEvent_Character) == 0x0000E8, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000F0, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_bSuccess_1) == 0x0000F8, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CustomEvent_NotifyName) == 0x0000FC, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_PlayEvent2D_ReturnValue) == 0x000108, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_SwitchName_CmpSuccess) == 0x000110, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CreateDelegate_OutputDelegate_2) == 0x000114, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_EventInstanceIsValid_ReturnValue) == 0x000124, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_EventInstanceIsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Not_PreBool_ReturnValue) == 0x000125, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Not_PreBool_ReturnValue_1) == 0x000126, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HasAuthority_ReturnValue_2) == 0x000127, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000128, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000131, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_HaveCompletedTask_ReturnValue) == 0x000132, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_IsValid_ReturnValue_1) == 0x000133, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000138, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_GetAllActorsOfClass_OutActors) == 0x000148, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Not_PreBool_ReturnValue_2) == 0x000158, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Array_Get_Item) == 0x000160, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000168, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, K2Node_CreateDelegate_OutputDelegate_3) == 0x00016C, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_Not_PreBool_ReturnValue_3) == 0x00017C, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000180, "Member 'MQ_13_Board_C_ExecuteUbergraph_MQ_13_Board::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_OnMontageNotifyBegin_Event_0 \ static_assert(alignof(MQ_13_Board_C_OnMontageNotifyBegin_Event_0) == 0x000004, "Wrong alignment on MQ_13_Board_C_OnMontageNotifyBegin_Event_0"); \ static_assert(sizeof(MQ_13_Board_C_OnMontageNotifyBegin_Event_0) == 0x000008, "Wrong size on MQ_13_Board_C_OnMontageNotifyBegin_Event_0"); \ static_assert(offsetof(MQ_13_Board_C_OnMontageNotifyBegin_Event_0, NotifyName) == 0x000000, "Member 'MQ_13_Board_C_OnMontageNotifyBegin_Event_0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_OnActionComplete_Event_0 \ static_assert(alignof(MQ_13_Board_C_OnActionComplete_Event_0) == 0x000008, "Wrong alignment on MQ_13_Board_C_OnActionComplete_Event_0"); \ static_assert(sizeof(MQ_13_Board_C_OnActionComplete_Event_0) == 0x000008, "Wrong size on MQ_13_Board_C_OnActionComplete_Event_0"); \ static_assert(offsetof(MQ_13_Board_C_OnActionComplete_Event_0, Character) == 0x000000, "Member 'MQ_13_Board_C_OnActionComplete_Event_0::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_OnUseActor \ static_assert(alignof(MQ_13_Board_C_OnUseActor) == 0x000008, "Wrong alignment on MQ_13_Board_C_OnUseActor"); \ static_assert(sizeof(MQ_13_Board_C_OnUseActor) == 0x000090, "Wrong size on MQ_13_Board_C_OnUseActor"); \ static_assert(offsetof(MQ_13_Board_C_OnUseActor, Hit) == 0x000000, "Member 'MQ_13_Board_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'MQ_13_Board_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_CanUse \ static_assert(alignof(MQ_13_Board_C_CanUse) == 0x000008, "Wrong alignment on MQ_13_Board_C_CanUse"); \ static_assert(sizeof(MQ_13_Board_C_CanUse) == 0x000098, "Wrong size on MQ_13_Board_C_CanUse"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, Hit) == 0x000000, "Member 'MQ_13_Board_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, PlayerCharacter) == 0x000088, "Member 'MQ_13_Board_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, ReturnValue) == 0x000090, "Member 'MQ_13_Board_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'MQ_13_Board_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, CallFunc_CanPlayCutscene_ReturnValue) == 0x000092, "Member 'MQ_13_Board_C_CanUse::CallFunc_CanPlayCutscene_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, CallFunc_CanUseForInspectBoard_bReturnValue) == 0x000093, "Member 'MQ_13_Board_C_CanUse::CallFunc_CanUseForInspectBoard_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, CallFunc_CanUseForRemoveTarpaulin_bReturnValue) == 0x000094, "Member 'MQ_13_Board_C_CanUse::CallFunc_CanUseForRemoveTarpaulin_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000095, "Member 'MQ_13_Board_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_GetItemSelection \ static_assert(alignof(MQ_13_Board_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_13_Board_C_GetItemSelection"); \ static_assert(sizeof(MQ_13_Board_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_13_Board_C_GetItemSelection"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_13_Board_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_13_Board_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_13_Board_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_13_Board_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_13_Board_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'MQ_13_Board_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_OnRep_bJumpToSectionEnd \ static_assert(alignof(MQ_13_Board_C_OnRep_bJumpToSectionEnd) == 0x000008, "Wrong alignment on MQ_13_Board_C_OnRep_bJumpToSectionEnd"); \ static_assert(sizeof(MQ_13_Board_C_OnRep_bJumpToSectionEnd) == 0x000028, "Wrong size on MQ_13_Board_C_OnRep_bJumpToSectionEnd"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_2) == 0x000010, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_3) == 0x000011, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000018, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_OnRep_bJumpToSectionEnd, CallFunc_IsValid_ReturnValue_4) == 0x000020, "Member 'MQ_13_Board_C_OnRep_bJumpToSectionEnd::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_CanUseForRemoveTarpaulin \ static_assert(alignof(MQ_13_Board_C_CanUseForRemoveTarpaulin) == 0x000008, "Wrong alignment on MQ_13_Board_C_CanUseForRemoveTarpaulin"); \ static_assert(sizeof(MQ_13_Board_C_CanUseForRemoveTarpaulin) == 0x000010, "Wrong size on MQ_13_Board_C_CanUseForRemoveTarpaulin"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForRemoveTarpaulin, PlayerCharacter) == 0x000000, "Member 'MQ_13_Board_C_CanUseForRemoveTarpaulin::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForRemoveTarpaulin, bReturnValue) == 0x000008, "Member 'MQ_13_Board_C_CanUseForRemoveTarpaulin::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForRemoveTarpaulin, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'MQ_13_Board_C_CanUseForRemoveTarpaulin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForRemoveTarpaulin, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x00000A, "Member 'MQ_13_Board_C_CanUseForRemoveTarpaulin::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForRemoveTarpaulin, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'MQ_13_Board_C_CanUseForRemoveTarpaulin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_CanUseForInspectBoard \ static_assert(alignof(MQ_13_Board_C_CanUseForInspectBoard) == 0x000008, "Wrong alignment on MQ_13_Board_C_CanUseForInspectBoard"); \ static_assert(sizeof(MQ_13_Board_C_CanUseForInspectBoard) == 0x000010, "Wrong size on MQ_13_Board_C_CanUseForInspectBoard"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, PlayerCharacter) == 0x000000, "Member 'MQ_13_Board_C_CanUseForInspectBoard::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, bReturnValue) == 0x000008, "Member 'MQ_13_Board_C_CanUseForInspectBoard::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000009, "Member 'MQ_13_Board_C_CanUseForInspectBoard::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, CallFunc_IsInInteractZone_Result) == 0x00000A, "Member 'MQ_13_Board_C_CanUseForInspectBoard::CallFunc_IsInInteractZone_Result' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'MQ_13_Board_C_CanUseForInspectBoard::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'MQ_13_Board_C_CanUseForInspectBoard::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_CanUseForInspectBoard, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'MQ_13_Board_C_CanUseForInspectBoard::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_IsNormalViewAngle \ static_assert(alignof(MQ_13_Board_C_IsNormalViewAngle) == 0x000008, "Wrong alignment on MQ_13_Board_C_IsNormalViewAngle"); \ static_assert(sizeof(MQ_13_Board_C_IsNormalViewAngle) == 0x000058, "Wrong size on MQ_13_Board_C_IsNormalViewAngle"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, PlayerCharacter) == 0x000000, "Member 'MQ_13_Board_C_IsNormalViewAngle::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, ReturnValue) == 0x000008, "Member 'MQ_13_Board_C_IsNormalViewAngle::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_GetForwardVector_ReturnValue) == 0x000018, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000030, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_Normal_ReturnValue) == 0x00003C, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_Dot_VectorVector_ReturnValue) == 0x000048, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_DegAcos_ReturnValue) == 0x00004C, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_Abs_ReturnValue) == 0x000050, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_IsNormalViewAngle, CallFunc_Less_FloatFloat_ReturnValue) == 0x000054, "Member 'MQ_13_Board_C_IsNormalViewAngle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_13_Board_C_GetPlayerPointLocation \ static_assert(alignof(MQ_13_Board_C_GetPlayerPointLocation) == 0x000004, "Wrong alignment on MQ_13_Board_C_GetPlayerPointLocation"); \ static_assert(sizeof(MQ_13_Board_C_GetPlayerPointLocation) == 0x000018, "Wrong size on MQ_13_Board_C_GetPlayerPointLocation"); \ static_assert(offsetof(MQ_13_Board_C_GetPlayerPointLocation, ReturnValue) == 0x000000, "Member 'MQ_13_Board_C_GetPlayerPointLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_13_Board_C_GetPlayerPointLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'MQ_13_Board_C_GetPlayerPointLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_13_Board_C \ static_assert(alignof(AMQ_13_Board_C) == 0x000008, "Wrong alignment on AMQ_13_Board_C"); \ static_assert(sizeof(AMQ_13_Board_C) == 0x0002E8, "Wrong size on AMQ_13_Board_C"); \ static_assert(offsetof(AMQ_13_Board_C, UberGraphFrame_MQ_13_Board_C) == 0x000230, "Member 'AMQ_13_Board_C::UberGraphFrame_MQ_13_Board_C' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, DissolveComponent) == 0x000238, "Member 'AMQ_13_Board_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, CloverCloth) == 0x000240, "Member 'AMQ_13_Board_C::CloverCloth' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, FGQuestMark) == 0x000248, "Member 'AMQ_13_Board_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, RotationPoint) == 0x000250, "Member 'AMQ_13_Board_C::RotationPoint' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, CharacterLocation) == 0x000258, "Member 'AMQ_13_Board_C::CharacterLocation' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, arrow) == 0x000260, "Member 'AMQ_13_Board_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, StaticMesh) == 0x000268, "Member 'AMQ_13_Board_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, TT_MQ_13_RemoveTarpaulin) == 0x000270, "Member 'AMQ_13_Board_C::TT_MQ_13_RemoveTarpaulin' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, TT_MQ_13_InspectBoard) == 0x000278, "Member 'AMQ_13_Board_C::TT_MQ_13_InspectBoard' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, bIsPlayingAction) == 0x000280, "Member 'AMQ_13_Board_C::bIsPlayingAction' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, InspectBoardAnim) == 0x000288, "Member 'AMQ_13_Board_C::InspectBoardAnim' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, AnimSettings) == 0x000298, "Member 'AMQ_13_Board_C::AnimSettings' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, Action_Class) == 0x0002C0, "Member 'AMQ_13_Board_C::Action_Class' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, DG_Tale_77_Ch) == 0x0002C8, "Member 'AMQ_13_Board_C::DG_Tale_77_Ch' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, bJumpToSectionEnd) == 0x0002D0, "Member 'AMQ_13_Board_C::bJumpToSectionEnd' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, Player_Character) == 0x0002D8, "Member 'AMQ_13_Board_C::Player_Character' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, bPlay_MQ_13_Dialog) == 0x0002E0, "Member 'AMQ_13_Board_C::bPlay_MQ_13_Dialog' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, bPlayDissolveOnCloverCloth) == 0x0002E1, "Member 'AMQ_13_Board_C::bPlayDissolveOnCloverCloth' has a wrong offset!"); \ static_assert(offsetof(AMQ_13_Board_C, bPlayDissolveOnCloverClothComplete) == 0x0002E2, "Member 'AMQ_13_Board_C::bPlayDissolveOnCloverClothComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long \ static_assert(alignof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long) == 0x000008, "Wrong alignment on BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long"); \ static_assert(sizeof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long) == 0x000390, "Wrong size on BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, EntryPoint) == 0x000000, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In) == 0x000020, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor) == 0x000040, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In_1) == 0x000050, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_1) == 0x000064, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_1) == 0x000068, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_1) == 0x00006C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_1) == 0x000070, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_2) == 0x000080, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_2) == 0x000084, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_2) == 0x000088, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_2) == 0x00008C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_3) == 0x00009C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_3) == 0x0000A0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_3) == 0x0000A4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_3) == 0x0000A8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_4) == 0x0000B8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_4) == 0x0000BC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_4) == 0x0000C0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_4) == 0x0000C4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_5) == 0x0000D4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_5) == 0x0000D8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_5) == 0x0000DC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_5) == 0x0000E0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_6) == 0x0000F0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_6) == 0x0000F4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_6) == 0x0000F8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_6) == 0x0000FC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_7) == 0x00010C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_7) == 0x000110, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_7) == 0x000114, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_7) == 0x000118, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_8) == 0x000128, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_8) == 0x00012C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_8) == 0x000130, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_8) == 0x000134, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_9) == 0x000144, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_9) == 0x000148, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_9) == 0x00014C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_9) == 0x000150, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_10) == 0x000160, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_10) == 0x000164, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_10) == 0x000168, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_10) == 0x00016C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_11) == 0x00017C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_11) == 0x000180, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_11) == 0x000184, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_11) == 0x000188, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_X_12) == 0x000198, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Y_12) == 0x00019C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_BreakVector_Z_12) == 0x0001A0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_12) == 0x0001A4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeStruct_LinearColor_13) == 0x0001B4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeStruct_LinearColor_13' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, Temp_int_Variable) == 0x0001C4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Add_IntInt_ReturnValue) == 0x0001C8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_Event_DeltaSeconds) == 0x0001CC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_CustomEvent_Effect_1) == 0x0001D0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_CustomEvent_Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_CustomEvent_Effect_2) == 0x0001D8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_CustomEvent_Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_CustomEvent_Effect_3) == 0x0001E0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_CustomEvent_Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_CustomEvent_Effect_4) == 0x0001E8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_CustomEvent_Effect_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_IsValid_ReturnValue) == 0x0001F0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_IsValid_ReturnValue_1) == 0x0001F1, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001F4, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0001F8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0001FC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000200, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, Temp_int_Loop_Counter_Variable) == 0x000204, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Add_IntInt_ReturnValue_1) == 0x000208, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000210, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_OtherActor) == 0x000218, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_OtherComp) == 0x000220, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000228, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_bFromSweep) == 0x00022C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_ComponentBoundEvent_SweepResult) == 0x000230, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x0002B8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_2) == 0x0002C0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_GetAllActorsWithInterface_OutActors) == 0x0002C8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Array_Length_ReturnValue) == 0x0002D8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Less_IntInt_ReturnValue) == 0x0002DC, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In_2) == 0x0002E0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_3) == 0x0002F0, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In_3) == 0x0002F8, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_4) == 0x000308, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In_4) == 0x000310, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_5) == 0x000320, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, Temp_int_Array_Index_Variable) == 0x000324, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Array_Get_Item) == 0x000328, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, Temp_bool_Has_Been_Initd_Variable) == 0x000330, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, Temp_bool_IsClosed_Variable) == 0x000331, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000334, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000338, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00033C, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000340, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_GetActorOfClass_ReturnValue) == 0x000348, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_AsBPI_Tunnel_In_5) == 0x000350, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_AsBPI_Tunnel_In_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_DynamicCast_bSuccess_6) == 0x000360, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, K2Node_MakeArray_Array) == 0x000368, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Array_Length_ReturnValue_1) == 0x000378, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Array_Get_Item_1) == 0x000380, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long, CallFunc_Less_IntInt_ReturnValue_1) == 0x000388, "Member 'BP_Tunnel_Out_Long_C_ExecuteUbergraph_BP_Tunnel_Out_Long::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Tunnel_Out_Long_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_Long_C_ThunderEffects \ static_assert(alignof(BP_Tunnel_Out_Long_C_ThunderEffects) == 0x000008, "Wrong alignment on BP_Tunnel_Out_Long_C_ThunderEffects"); \ static_assert(sizeof(BP_Tunnel_Out_Long_C_ThunderEffects) == 0x000020, "Wrong size on BP_Tunnel_Out_Long_C_ThunderEffects"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ThunderEffects, Effect_1) == 0x000000, "Member 'BP_Tunnel_Out_Long_C_ThunderEffects::Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ThunderEffects, Effect_2) == 0x000008, "Member 'BP_Tunnel_Out_Long_C_ThunderEffects::Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ThunderEffects, Effect_3) == 0x000010, "Member 'BP_Tunnel_Out_Long_C_ThunderEffects::Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ThunderEffects, Effect_4) == 0x000018, "Member 'BP_Tunnel_Out_Long_C_ThunderEffects::Effect_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_Long_C_ReceiveTick \ static_assert(alignof(BP_Tunnel_Out_Long_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Tunnel_Out_Long_C_ReceiveTick"); \ static_assert(sizeof(BP_Tunnel_Out_Long_C_ReceiveTick) == 0x000004, "Wrong size on BP_Tunnel_Out_Long_C_ReceiveTick"); \ static_assert(offsetof(BP_Tunnel_Out_Long_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Tunnel_Out_Long_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tunnel_Out_Long_C \ static_assert(alignof(ABP_Tunnel_Out_Long_C) == 0x000008, "Wrong alignment on ABP_Tunnel_Out_Long_C"); \ static_assert(sizeof(ABP_Tunnel_Out_Long_C) == 0x000628, "Wrong size on ABP_Tunnel_Out_Long_C"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, UberGraphFrame) == 0x000220, "Member 'ABP_Tunnel_Out_Long_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, S_Depot_Tunnel_web_05) == 0x000228, "Member 'ABP_Tunnel_Out_Long_C::S_Depot_Tunnel_web_05' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, S_Depot_Tunnel_web_04) == 0x000230, "Member 'ABP_Tunnel_Out_Long_C::S_Depot_Tunnel_web_04' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, S_Depot_Tunnel_web_03) == 0x000238, "Member 'ABP_Tunnel_Out_Long_C::S_Depot_Tunnel_web_03' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, S_Depot_Tunnel_web_02) == 0x000240, "Member 'ABP_Tunnel_Out_Long_C::S_Depot_Tunnel_web_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, S_Depot_Tunnel_web_01) == 0x000248, "Member 'ABP_Tunnel_Out_Long_C::S_Depot_Tunnel_web_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Stars) == 0x000250, "Member 'ABP_Tunnel_Out_Long_C::Stars' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Two_1) == 0x000258, "Member 'ABP_Tunnel_Out_Long_C::Two_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Two_2) == 0x000260, "Member 'ABP_Tunnel_Out_Long_C::Two_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, One_2) == 0x000268, "Member 'ABP_Tunnel_Out_Long_C::One_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, One_1) == 0x000270, "Member 'ABP_Tunnel_Out_Long_C::One_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, WakeUpParkingActor) == 0x000278, "Member 'ABP_Tunnel_Out_Long_C::WakeUpParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, PackThunders_4) == 0x000280, "Member 'ABP_Tunnel_Out_Long_C::PackThunders_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, PackThunders_3) == 0x000288, "Member 'ABP_Tunnel_Out_Long_C::PackThunders_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, TriggerStartEffect) == 0x000290, "Member 'ABP_Tunnel_Out_Long_C::TriggerStartEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_8) == 0x000298, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_8) == 0x0002A0, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_8) == 0x0002A8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_8) == 0x0002B0, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_7) == 0x0002B8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_7) == 0x0002C0, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_7) == 0x0002C8, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_7) == 0x0002D0, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_6) == 0x0002D8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_6) == 0x0002E0, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_6) == 0x0002E8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_6) == 0x0002F0, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_5) == 0x0002F8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_5) == 0x000300, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_5) == 0x000308, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_5) == 0x000310, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, PackThunders_2) == 0x000318, "Member 'ABP_Tunnel_Out_Long_C::PackThunders_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_4) == 0x000320, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_4) == 0x000328, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_4) == 0x000330, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_4) == 0x000338, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_3) == 0x000340, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_3) == 0x000348, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_3) == 0x000350, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_3) == 0x000358, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_1) == 0x000360, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_2) == 0x000368, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_T_1) == 0x000370, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Root_Thunder_2) == 0x000378, "Member 'ABP_Tunnel_Out_Long_C::Root_Thunder_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, PackThunders_1) == 0x000380, "Member 'ABP_Tunnel_Out_Long_C::PackThunders_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_2) == 0x000388, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_T_1) == 0x000390, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_2) == 0x000398, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effect_1) == 0x0003A0, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effect_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Thunder_effects) == 0x0003A8, "Member 'ABP_Tunnel_Out_Long_C::Thunder_effects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry7) == 0x0003B0, "Member 'ABP_Tunnel_Out_Long_C::BeamTry7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry6) == 0x0003B8, "Member 'ABP_Tunnel_Out_Long_C::BeamTry6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry5) == 0x0003C0, "Member 'ABP_Tunnel_Out_Long_C::BeamTry5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry4) == 0x0003C8, "Member 'ABP_Tunnel_Out_Long_C::BeamTry4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry3) == 0x0003D0, "Member 'ABP_Tunnel_Out_Long_C::BeamTry3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry2) == 0x0003D8, "Member 'ABP_Tunnel_Out_Long_C::BeamTry2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BeamTry1) == 0x0003E0, "Member 'ABP_Tunnel_Out_Long_C::BeamTry1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, BasicMesh) == 0x0003E8, "Member 'ABP_Tunnel_Out_Long_C::BasicMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, DefaultSceneRoot) == 0x0003F0, "Member 'ABP_Tunnel_Out_Long_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_8_NewTrack_0_FFCAF1024A331441717F0E8ADAB48232) == 0x0003F8, "Member 'ABP_Tunnel_Out_Long_C::Timeline_8_NewTrack_0_FFCAF1024A331441717F0E8ADAB48232' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_8__Direction_FFCAF1024A331441717F0E8ADAB48232) == 0x0003FC, "Member 'ABP_Tunnel_Out_Long_C::Timeline_8__Direction_FFCAF1024A331441717F0E8ADAB48232' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_8) == 0x000400, "Member 'ABP_Tunnel_Out_Long_C::Timeline_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_6_NewTrack_0_743E87E548879A7BE9C9C9BBEB1CBD5F) == 0x000408, "Member 'ABP_Tunnel_Out_Long_C::Timeline_6_NewTrack_0_743E87E548879A7BE9C9C9BBEB1CBD5F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_6__Direction_743E87E548879A7BE9C9C9BBEB1CBD5F) == 0x00040C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_6__Direction_743E87E548879A7BE9C9C9BBEB1CBD5F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_6) == 0x000410, "Member 'ABP_Tunnel_Out_Long_C::Timeline_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_5_NewTrack_0_D2FA6B5445BA7203847866AFF808AD27) == 0x000418, "Member 'ABP_Tunnel_Out_Long_C::Timeline_5_NewTrack_0_D2FA6B5445BA7203847866AFF808AD27' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_5__Direction_D2FA6B5445BA7203847866AFF808AD27) == 0x00041C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_5__Direction_D2FA6B5445BA7203847866AFF808AD27' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_5) == 0x000420, "Member 'ABP_Tunnel_Out_Long_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_42_NewTrack_0_0B346C754EE5C94B28846BA982303393) == 0x000428, "Member 'ABP_Tunnel_Out_Long_C::Timeline_42_NewTrack_0_0B346C754EE5C94B28846BA982303393' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_42__Direction_0B346C754EE5C94B28846BA982303393) == 0x00042C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_42__Direction_0B346C754EE5C94B28846BA982303393' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_42) == 0x000430, "Member 'ABP_Tunnel_Out_Long_C::Timeline_42' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_32_NewTrack_0_7753F4C3488CCA208BB53CA1E110E31C) == 0x000438, "Member 'ABP_Tunnel_Out_Long_C::Timeline_32_NewTrack_0_7753F4C3488CCA208BB53CA1E110E31C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_32__Direction_7753F4C3488CCA208BB53CA1E110E31C) == 0x00043C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_32__Direction_7753F4C3488CCA208BB53CA1E110E31C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_32) == 0x000440, "Member 'ABP_Tunnel_Out_Long_C::Timeline_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_41_NewTrack_0_F2C073B142ACB2E50392F4AB4F82E791) == 0x000448, "Member 'ABP_Tunnel_Out_Long_C::Timeline_41_NewTrack_0_F2C073B142ACB2E50392F4AB4F82E791' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_41__Direction_F2C073B142ACB2E50392F4AB4F82E791) == 0x000454, "Member 'ABP_Tunnel_Out_Long_C::Timeline_41__Direction_F2C073B142ACB2E50392F4AB4F82E791' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_41) == 0x000458, "Member 'ABP_Tunnel_Out_Long_C::Timeline_41' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_40_NewTrack_0_B2848E2046CFAEAE5D7260AA61E34BAE) == 0x000460, "Member 'ABP_Tunnel_Out_Long_C::Timeline_40_NewTrack_0_B2848E2046CFAEAE5D7260AA61E34BAE' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_40__Direction_B2848E2046CFAEAE5D7260AA61E34BAE) == 0x000464, "Member 'ABP_Tunnel_Out_Long_C::Timeline_40__Direction_B2848E2046CFAEAE5D7260AA61E34BAE' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_40) == 0x000468, "Member 'ABP_Tunnel_Out_Long_C::Timeline_40' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_39_color_6FC0E39540EFB695A9ECAFBB0FCD2A8C) == 0x000470, "Member 'ABP_Tunnel_Out_Long_C::Timeline_39_color_6FC0E39540EFB695A9ECAFBB0FCD2A8C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_39__Direction_6FC0E39540EFB695A9ECAFBB0FCD2A8C) == 0x00047C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_39__Direction_6FC0E39540EFB695A9ECAFBB0FCD2A8C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_39) == 0x000480, "Member 'ABP_Tunnel_Out_Long_C::Timeline_39' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_38_color_72F6608746B307563B6BB2914B8158F0) == 0x000488, "Member 'ABP_Tunnel_Out_Long_C::Timeline_38_color_72F6608746B307563B6BB2914B8158F0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_38__Direction_72F6608746B307563B6BB2914B8158F0) == 0x000494, "Member 'ABP_Tunnel_Out_Long_C::Timeline_38__Direction_72F6608746B307563B6BB2914B8158F0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_38) == 0x000498, "Member 'ABP_Tunnel_Out_Long_C::Timeline_38' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_37_color_9CE938BE4EB0439C60F187A27B62CBDA) == 0x0004A0, "Member 'ABP_Tunnel_Out_Long_C::Timeline_37_color_9CE938BE4EB0439C60F187A27B62CBDA' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_37__Direction_9CE938BE4EB0439C60F187A27B62CBDA) == 0x0004AC, "Member 'ABP_Tunnel_Out_Long_C::Timeline_37__Direction_9CE938BE4EB0439C60F187A27B62CBDA' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_37) == 0x0004B0, "Member 'ABP_Tunnel_Out_Long_C::Timeline_37' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_36_color_F049DEB4443613D5E4F5678479829418) == 0x0004B8, "Member 'ABP_Tunnel_Out_Long_C::Timeline_36_color_F049DEB4443613D5E4F5678479829418' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_36__Direction_F049DEB4443613D5E4F5678479829418) == 0x0004C4, "Member 'ABP_Tunnel_Out_Long_C::Timeline_36__Direction_F049DEB4443613D5E4F5678479829418' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_36) == 0x0004C8, "Member 'ABP_Tunnel_Out_Long_C::Timeline_36' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_35_color_3BF6BAC94773F137F95C60855F014047) == 0x0004D0, "Member 'ABP_Tunnel_Out_Long_C::Timeline_35_color_3BF6BAC94773F137F95C60855F014047' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_35__Direction_3BF6BAC94773F137F95C60855F014047) == 0x0004DC, "Member 'ABP_Tunnel_Out_Long_C::Timeline_35__Direction_3BF6BAC94773F137F95C60855F014047' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_35) == 0x0004E0, "Member 'ABP_Tunnel_Out_Long_C::Timeline_35' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_34_color_AF18FBFB473661F5A6FCB99BE6E7855C) == 0x0004E8, "Member 'ABP_Tunnel_Out_Long_C::Timeline_34_color_AF18FBFB473661F5A6FCB99BE6E7855C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_34__Direction_AF18FBFB473661F5A6FCB99BE6E7855C) == 0x0004F4, "Member 'ABP_Tunnel_Out_Long_C::Timeline_34__Direction_AF18FBFB473661F5A6FCB99BE6E7855C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_34) == 0x0004F8, "Member 'ABP_Tunnel_Out_Long_C::Timeline_34' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_33_color_0B8CB8644B3EA63008F83CB53C3CB01F) == 0x000500, "Member 'ABP_Tunnel_Out_Long_C::Timeline_33_color_0B8CB8644B3EA63008F83CB53C3CB01F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_33__Direction_0B8CB8644B3EA63008F83CB53C3CB01F) == 0x00050C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_33__Direction_0B8CB8644B3EA63008F83CB53C3CB01F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_33) == 0x000510, "Member 'ABP_Tunnel_Out_Long_C::Timeline_33' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_3_color_53A251EE46533465A3DDB6AD1A3DD571) == 0x000518, "Member 'ABP_Tunnel_Out_Long_C::Timeline_3_color_53A251EE46533465A3DDB6AD1A3DD571' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_3__Direction_53A251EE46533465A3DDB6AD1A3DD571) == 0x000524, "Member 'ABP_Tunnel_Out_Long_C::Timeline_3__Direction_53A251EE46533465A3DDB6AD1A3DD571' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_3) == 0x000528, "Member 'ABP_Tunnel_Out_Long_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_2_color_CB9978AE49D572B9785F26AFFE2175C0) == 0x000530, "Member 'ABP_Tunnel_Out_Long_C::Timeline_2_color_CB9978AE49D572B9785F26AFFE2175C0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_2__Direction_CB9978AE49D572B9785F26AFFE2175C0) == 0x00053C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_2__Direction_CB9978AE49D572B9785F26AFFE2175C0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_2) == 0x000540, "Member 'ABP_Tunnel_Out_Long_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_1_color_891812604B7A3A4F6B9CA2831B093C48) == 0x000548, "Member 'ABP_Tunnel_Out_Long_C::Timeline_1_color_891812604B7A3A4F6B9CA2831B093C48' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_1__Direction_891812604B7A3A4F6B9CA2831B093C48) == 0x000554, "Member 'ABP_Tunnel_Out_Long_C::Timeline_1__Direction_891812604B7A3A4F6B9CA2831B093C48' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_1) == 0x000558, "Member 'ABP_Tunnel_Out_Long_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_0_color_EEE18CA940EAF0CC2EC4C59432D0E39D) == 0x000560, "Member 'ABP_Tunnel_Out_Long_C::Timeline_0_color_EEE18CA940EAF0CC2EC4C59432D0E39D' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_0__Direction_EEE18CA940EAF0CC2EC4C59432D0E39D) == 0x00056C, "Member 'ABP_Tunnel_Out_Long_C::Timeline_0__Direction_EEE18CA940EAF0CC2EC4C59432D0E39D' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_0) == 0x000570, "Member 'ABP_Tunnel_Out_Long_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Change_color_color_9E9AC80941F4F9B9B87E678ED0CE2E8A) == 0x000578, "Member 'ABP_Tunnel_Out_Long_C::Change_color_color_9E9AC80941F4F9B9B87E678ED0CE2E8A' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Change_color__Direction_9E9AC80941F4F9B9B87E678ED0CE2E8A) == 0x000584, "Member 'ABP_Tunnel_Out_Long_C::Change_color__Direction_9E9AC80941F4F9B9B87E678ED0CE2E8A' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Change_color) == 0x000588, "Member 'ABP_Tunnel_Out_Long_C::Change_color' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_4_NewTrack_0_88234660435F348A0DAB45BCE4015C07) == 0x000590, "Member 'ABP_Tunnel_Out_Long_C::Timeline_4_NewTrack_0_88234660435F348A0DAB45BCE4015C07' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_4__Direction_88234660435F348A0DAB45BCE4015C07) == 0x000594, "Member 'ABP_Tunnel_Out_Long_C::Timeline_4__Direction_88234660435F348A0DAB45BCE4015C07' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, Timeline_4) == 0x000598, "Member 'ABP_Tunnel_Out_Long_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, bOnPlayEffects) == 0x0005A0, "Member 'ABP_Tunnel_Out_Long_C::bOnPlayEffects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, DepotParckingActor) == 0x0005A8, "Member 'ABP_Tunnel_Out_Long_C::DepotParckingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_1_1) == 0x0005B0, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_1_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_1_2) == 0x0005B8, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_1_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_2_1) == 0x0005C0, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_2_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_2_2) == 0x0005C8, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_2_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_3_1) == 0x0005D0, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_3_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_3_2) == 0x0005D8, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_3_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_4_1) == 0x0005E0, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_4_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_4_2) == 0x0005E8, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_4_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_5_1) == 0x0005F0, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_5_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_5_2) == 0x0005F8, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_5_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_6_1) == 0x000600, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_6_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, MI_Decal_6_2) == 0x000608, "Member 'ABP_Tunnel_Out_Long_C::MI_Decal_6_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, ColorGlowMutiply) == 0x000610, "Member 'ABP_Tunnel_Out_Long_C::ColorGlowMutiply' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, bEnteringTunnelOut) == 0x000614, "Member 'ABP_Tunnel_Out_Long_C::bEnteringTunnelOut' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, DepoParkingActor) == 0x000618, "Member 'ABP_Tunnel_Out_Long_C::DepoParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_Long_C, bDisableTunnel) == 0x000620, "Member 'ABP_Tunnel_Out_Long_C::bDisableTunnel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out \ static_assert(alignof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out) == 0x000008, "Wrong alignment on BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out"); \ static_assert(sizeof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out) == 0x000350, "Wrong size on BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, EntryPoint) == 0x000000, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In) == 0x000020, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor) == 0x000040, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In_1) == 0x000050, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_1) == 0x000064, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_1) == 0x000068, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_1) == 0x00006C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_1) == 0x000070, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_2) == 0x000080, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_2) == 0x000084, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_2) == 0x000088, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_2) == 0x00008C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_3) == 0x00009C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_3) == 0x0000A0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_3) == 0x0000A4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_3) == 0x0000A8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_4) == 0x0000B8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_4) == 0x0000BC, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_4) == 0x0000C0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_4) == 0x0000C4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_5) == 0x0000D4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_5) == 0x0000D8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_5) == 0x0000DC, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_5) == 0x0000E0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_6) == 0x0000F0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_6) == 0x0000F4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_6) == 0x0000F8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_6) == 0x0000FC, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_7) == 0x00010C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_7) == 0x000110, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_7) == 0x000114, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_7) == 0x000118, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_8) == 0x000128, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_8) == 0x00012C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_8) == 0x000130, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_8) == 0x000134, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_9) == 0x000144, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_9) == 0x000148, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_9) == 0x00014C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_9) == 0x000150, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_10) == 0x000160, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_10) == 0x000164, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_10) == 0x000168, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_10) == 0x00016C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_11) == 0x00017C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_11) == 0x000180, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_11) == 0x000184, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_11) == 0x000188, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_11' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_X_12) == 0x000198, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Y_12) == 0x00019C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_BreakVector_Z_12) == 0x0001A0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_12) == 0x0001A4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_12' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_MakeStruct_LinearColor_13) == 0x0001B4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_MakeStruct_LinearColor_13' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_Event_DeltaSeconds) == 0x0001C4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_CustomEvent_Effect_1) == 0x0001C8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_CustomEvent_Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_CustomEvent_Effect_2) == 0x0001D0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_CustomEvent_Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_CustomEvent_Effect_3) == 0x0001D8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_CustomEvent_Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_CustomEvent_Effect_4) == 0x0001E0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_CustomEvent_Effect_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_IsValid_ReturnValue_1) == 0x0001E9, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001EC, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0001F0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0001F4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0001F8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, Temp_int_Loop_Counter_Variable) == 0x0001FC, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Add_IntInt_ReturnValue) == 0x000200, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000208, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_OtherActor) == 0x000210, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_OtherComp) == 0x000218, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000220, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_bFromSweep) == 0x000224, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_ComponentBoundEvent_SweepResult) == 0x000228, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_GetAllActorsWithInterface_OutActors) == 0x0002B0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Array_Length_ReturnValue) == 0x0002C0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Less_IntInt_ReturnValue) == 0x0002C4, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In_2) == 0x0002C8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess_2) == 0x0002D8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In_3) == 0x0002E0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess_3) == 0x0002F0, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In_4) == 0x0002F8, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess_4) == 0x000308, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, Temp_int_Array_Index_Variable) == 0x00030C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Array_Get_Item) == 0x000310, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, Temp_bool_Has_Been_Initd_Variable) == 0x000318, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, Temp_bool_IsClosed_Variable) == 0x000319, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00031C, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000320, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000324, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000328, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, CallFunc_GetActorOfClass_ReturnValue) == 0x000330, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_AsBPI_Tunnel_In_5) == 0x000338, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_AsBPI_Tunnel_In_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out, K2Node_DynamicCast_bSuccess_5) == 0x000348, "Member 'BP_Tunnel_Out_C_ExecuteUbergraph_BP_Tunnel_Out::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Tunnel_Out_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_C_ThunderEffects \ static_assert(alignof(BP_Tunnel_Out_C_ThunderEffects) == 0x000008, "Wrong alignment on BP_Tunnel_Out_C_ThunderEffects"); \ static_assert(sizeof(BP_Tunnel_Out_C_ThunderEffects) == 0x000020, "Wrong size on BP_Tunnel_Out_C_ThunderEffects"); \ static_assert(offsetof(BP_Tunnel_Out_C_ThunderEffects, Effect_1) == 0x000000, "Member 'BP_Tunnel_Out_C_ThunderEffects::Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ThunderEffects, Effect_2) == 0x000008, "Member 'BP_Tunnel_Out_C_ThunderEffects::Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ThunderEffects, Effect_3) == 0x000010, "Member 'BP_Tunnel_Out_C_ThunderEffects::Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_Out_C_ThunderEffects, Effect_4) == 0x000018, "Member 'BP_Tunnel_Out_C_ThunderEffects::Effect_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_Out_C_ReceiveTick \ static_assert(alignof(BP_Tunnel_Out_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Tunnel_Out_C_ReceiveTick"); \ static_assert(sizeof(BP_Tunnel_Out_C_ReceiveTick) == 0x000004, "Wrong size on BP_Tunnel_Out_C_ReceiveTick"); \ static_assert(offsetof(BP_Tunnel_Out_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Tunnel_Out_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tunnel_Out_C \ static_assert(alignof(ABP_Tunnel_Out_C) == 0x000008, "Wrong alignment on ABP_Tunnel_Out_C"); \ static_assert(sizeof(ABP_Tunnel_Out_C) == 0x000620, "Wrong size on ABP_Tunnel_Out_C"); \ static_assert(offsetof(ABP_Tunnel_Out_C, UberGraphFrame) == 0x000220, "Member 'ABP_Tunnel_Out_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, S_Depot_Tunnel_web_05) == 0x000228, "Member 'ABP_Tunnel_Out_C::S_Depot_Tunnel_web_05' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, S_Depot_Tunnel_web_04) == 0x000230, "Member 'ABP_Tunnel_Out_C::S_Depot_Tunnel_web_04' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, S_Depot_Tunnel_web_03) == 0x000238, "Member 'ABP_Tunnel_Out_C::S_Depot_Tunnel_web_03' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, S_Depot_Tunnel_web_02) == 0x000240, "Member 'ABP_Tunnel_Out_C::S_Depot_Tunnel_web_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, S_Depot_Tunnel_web_01) == 0x000248, "Member 'ABP_Tunnel_Out_C::S_Depot_Tunnel_web_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Stars) == 0x000250, "Member 'ABP_Tunnel_Out_C::Stars' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Two_1) == 0x000258, "Member 'ABP_Tunnel_Out_C::Two_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Two_2) == 0x000260, "Member 'ABP_Tunnel_Out_C::Two_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, One_2) == 0x000268, "Member 'ABP_Tunnel_Out_C::One_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, One_1) == 0x000270, "Member 'ABP_Tunnel_Out_C::One_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, WakeUpParkingActor) == 0x000278, "Member 'ABP_Tunnel_Out_C::WakeUpParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, PackThunders_4) == 0x000280, "Member 'ABP_Tunnel_Out_C::PackThunders_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, PackThunders_3) == 0x000288, "Member 'ABP_Tunnel_Out_C::PackThunders_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, TriggerStartEffect) == 0x000290, "Member 'ABP_Tunnel_Out_C::TriggerStartEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_8) == 0x000298, "Member 'ABP_Tunnel_Out_C::Thunder_effect_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_8) == 0x0002A0, "Member 'ABP_Tunnel_Out_C::Root_Thunder_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_8) == 0x0002A8, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_8) == 0x0002B0, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_7) == 0x0002B8, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_7) == 0x0002C0, "Member 'ABP_Tunnel_Out_C::Thunder_effect_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_7) == 0x0002C8, "Member 'ABP_Tunnel_Out_C::Root_Thunder_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_7) == 0x0002D0, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_6) == 0x0002D8, "Member 'ABP_Tunnel_Out_C::Thunder_effect_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_6) == 0x0002E0, "Member 'ABP_Tunnel_Out_C::Root_Thunder_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_6) == 0x0002E8, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_6) == 0x0002F0, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_5) == 0x0002F8, "Member 'ABP_Tunnel_Out_C::Thunder_effect_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_5) == 0x000300, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_5) == 0x000308, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_5) == 0x000310, "Member 'ABP_Tunnel_Out_C::Root_Thunder_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, PackThunders_2) == 0x000318, "Member 'ABP_Tunnel_Out_C::PackThunders_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_4) == 0x000320, "Member 'ABP_Tunnel_Out_C::Thunder_effect_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_4) == 0x000328, "Member 'ABP_Tunnel_Out_C::Root_Thunder_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_4) == 0x000330, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_4) == 0x000338, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_3) == 0x000340, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_3) == 0x000348, "Member 'ABP_Tunnel_Out_C::Thunder_effect_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_3) == 0x000350, "Member 'ABP_Tunnel_Out_C::Root_Thunder_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_3) == 0x000358, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_1) == 0x000360, "Member 'ABP_Tunnel_Out_C::Root_Thunder_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_2) == 0x000368, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_T_1) == 0x000370, "Member 'ABP_Tunnel_Out_C::Root_Thunder_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Root_Thunder_2) == 0x000378, "Member 'ABP_Tunnel_Out_C::Root_Thunder_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, PackThunders_1) == 0x000380, "Member 'ABP_Tunnel_Out_C::PackThunders_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_2) == 0x000388, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_T_1) == 0x000390, "Member 'ABP_Tunnel_Out_C::Thunder_effect_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_2) == 0x000398, "Member 'ABP_Tunnel_Out_C::Thunder_effect_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effect_1) == 0x0003A0, "Member 'ABP_Tunnel_Out_C::Thunder_effect_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Thunder_effects) == 0x0003A8, "Member 'ABP_Tunnel_Out_C::Thunder_effects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry7) == 0x0003B0, "Member 'ABP_Tunnel_Out_C::BeamTry7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry6) == 0x0003B8, "Member 'ABP_Tunnel_Out_C::BeamTry6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry5) == 0x0003C0, "Member 'ABP_Tunnel_Out_C::BeamTry5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry3) == 0x0003C8, "Member 'ABP_Tunnel_Out_C::BeamTry3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry2) == 0x0003D0, "Member 'ABP_Tunnel_Out_C::BeamTry2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry1) == 0x0003D8, "Member 'ABP_Tunnel_Out_C::BeamTry1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BeamTry) == 0x0003E0, "Member 'ABP_Tunnel_Out_C::BeamTry' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, BasicMesh) == 0x0003E8, "Member 'ABP_Tunnel_Out_C::BasicMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, DefaultSceneRoot) == 0x0003F0, "Member 'ABP_Tunnel_Out_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_8_NewTrack_0_32041DEB48D7709105B80CA7E7D89DAC) == 0x0003F8, "Member 'ABP_Tunnel_Out_C::Timeline_8_NewTrack_0_32041DEB48D7709105B80CA7E7D89DAC' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_8__Direction_32041DEB48D7709105B80CA7E7D89DAC) == 0x0003FC, "Member 'ABP_Tunnel_Out_C::Timeline_8__Direction_32041DEB48D7709105B80CA7E7D89DAC' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_8) == 0x000400, "Member 'ABP_Tunnel_Out_C::Timeline_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_6_NewTrack_0_34F4C62C4474C2874F0470B26C40BB77) == 0x000408, "Member 'ABP_Tunnel_Out_C::Timeline_6_NewTrack_0_34F4C62C4474C2874F0470B26C40BB77' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_6__Direction_34F4C62C4474C2874F0470B26C40BB77) == 0x00040C, "Member 'ABP_Tunnel_Out_C::Timeline_6__Direction_34F4C62C4474C2874F0470B26C40BB77' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_6) == 0x000410, "Member 'ABP_Tunnel_Out_C::Timeline_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_5_NewTrack_0_04507B824A3032FDE89F7A9AB5771679) == 0x000418, "Member 'ABP_Tunnel_Out_C::Timeline_5_NewTrack_0_04507B824A3032FDE89F7A9AB5771679' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_5__Direction_04507B824A3032FDE89F7A9AB5771679) == 0x00041C, "Member 'ABP_Tunnel_Out_C::Timeline_5__Direction_04507B824A3032FDE89F7A9AB5771679' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_5) == 0x000420, "Member 'ABP_Tunnel_Out_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_42_NewTrack_0_C4883FDA42D1D81AFEF1AD9B16879759) == 0x000428, "Member 'ABP_Tunnel_Out_C::Timeline_42_NewTrack_0_C4883FDA42D1D81AFEF1AD9B16879759' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_42__Direction_C4883FDA42D1D81AFEF1AD9B16879759) == 0x00042C, "Member 'ABP_Tunnel_Out_C::Timeline_42__Direction_C4883FDA42D1D81AFEF1AD9B16879759' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_42) == 0x000430, "Member 'ABP_Tunnel_Out_C::Timeline_42' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_32_NewTrack_0_DCBA942D438B64D9D7606C9126ED31E5) == 0x000438, "Member 'ABP_Tunnel_Out_C::Timeline_32_NewTrack_0_DCBA942D438B64D9D7606C9126ED31E5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_32__Direction_DCBA942D438B64D9D7606C9126ED31E5) == 0x00043C, "Member 'ABP_Tunnel_Out_C::Timeline_32__Direction_DCBA942D438B64D9D7606C9126ED31E5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_32) == 0x000440, "Member 'ABP_Tunnel_Out_C::Timeline_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_41_NewTrack_0_2E43ABF04AA2288DD7CF55BE3951F9D4) == 0x000448, "Member 'ABP_Tunnel_Out_C::Timeline_41_NewTrack_0_2E43ABF04AA2288DD7CF55BE3951F9D4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_41__Direction_2E43ABF04AA2288DD7CF55BE3951F9D4) == 0x000454, "Member 'ABP_Tunnel_Out_C::Timeline_41__Direction_2E43ABF04AA2288DD7CF55BE3951F9D4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_41) == 0x000458, "Member 'ABP_Tunnel_Out_C::Timeline_41' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_40_NewTrack_0_80746BE142EE2A8CEB60BBB56F46843F) == 0x000460, "Member 'ABP_Tunnel_Out_C::Timeline_40_NewTrack_0_80746BE142EE2A8CEB60BBB56F46843F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_40__Direction_80746BE142EE2A8CEB60BBB56F46843F) == 0x000464, "Member 'ABP_Tunnel_Out_C::Timeline_40__Direction_80746BE142EE2A8CEB60BBB56F46843F' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_40) == 0x000468, "Member 'ABP_Tunnel_Out_C::Timeline_40' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_39_color_98E927AD4E20D367EA6AF499B1EE1831) == 0x000470, "Member 'ABP_Tunnel_Out_C::Timeline_39_color_98E927AD4E20D367EA6AF499B1EE1831' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_39__Direction_98E927AD4E20D367EA6AF499B1EE1831) == 0x00047C, "Member 'ABP_Tunnel_Out_C::Timeline_39__Direction_98E927AD4E20D367EA6AF499B1EE1831' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_39) == 0x000480, "Member 'ABP_Tunnel_Out_C::Timeline_39' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_38_color_B609E73C42A7281AE2F1D587BE367F5E) == 0x000488, "Member 'ABP_Tunnel_Out_C::Timeline_38_color_B609E73C42A7281AE2F1D587BE367F5E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_38__Direction_B609E73C42A7281AE2F1D587BE367F5E) == 0x000494, "Member 'ABP_Tunnel_Out_C::Timeline_38__Direction_B609E73C42A7281AE2F1D587BE367F5E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_38) == 0x000498, "Member 'ABP_Tunnel_Out_C::Timeline_38' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_37_color_A4396B954154EE2AC68C41969C470EBF) == 0x0004A0, "Member 'ABP_Tunnel_Out_C::Timeline_37_color_A4396B954154EE2AC68C41969C470EBF' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_37__Direction_A4396B954154EE2AC68C41969C470EBF) == 0x0004AC, "Member 'ABP_Tunnel_Out_C::Timeline_37__Direction_A4396B954154EE2AC68C41969C470EBF' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_37) == 0x0004B0, "Member 'ABP_Tunnel_Out_C::Timeline_37' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_36_color_4685F16A46E3DC95467BA69144F00840) == 0x0004B8, "Member 'ABP_Tunnel_Out_C::Timeline_36_color_4685F16A46E3DC95467BA69144F00840' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_36__Direction_4685F16A46E3DC95467BA69144F00840) == 0x0004C4, "Member 'ABP_Tunnel_Out_C::Timeline_36__Direction_4685F16A46E3DC95467BA69144F00840' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_36) == 0x0004C8, "Member 'ABP_Tunnel_Out_C::Timeline_36' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_35_color_56AC04CD46F4470379448584D6AE6ECB) == 0x0004D0, "Member 'ABP_Tunnel_Out_C::Timeline_35_color_56AC04CD46F4470379448584D6AE6ECB' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_35__Direction_56AC04CD46F4470379448584D6AE6ECB) == 0x0004DC, "Member 'ABP_Tunnel_Out_C::Timeline_35__Direction_56AC04CD46F4470379448584D6AE6ECB' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_35) == 0x0004E0, "Member 'ABP_Tunnel_Out_C::Timeline_35' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_34_color_445C61354810B72872B1BB8BBB68BE88) == 0x0004E8, "Member 'ABP_Tunnel_Out_C::Timeline_34_color_445C61354810B72872B1BB8BBB68BE88' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_34__Direction_445C61354810B72872B1BB8BBB68BE88) == 0x0004F4, "Member 'ABP_Tunnel_Out_C::Timeline_34__Direction_445C61354810B72872B1BB8BBB68BE88' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_34) == 0x0004F8, "Member 'ABP_Tunnel_Out_C::Timeline_34' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_33_color_E4A3D6CC427F20CBF9767D9E3121CDFC) == 0x000500, "Member 'ABP_Tunnel_Out_C::Timeline_33_color_E4A3D6CC427F20CBF9767D9E3121CDFC' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_33__Direction_E4A3D6CC427F20CBF9767D9E3121CDFC) == 0x00050C, "Member 'ABP_Tunnel_Out_C::Timeline_33__Direction_E4A3D6CC427F20CBF9767D9E3121CDFC' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_33) == 0x000510, "Member 'ABP_Tunnel_Out_C::Timeline_33' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_3_color_B04072EE424736B0C7576D8D3CFFF3D3) == 0x000518, "Member 'ABP_Tunnel_Out_C::Timeline_3_color_B04072EE424736B0C7576D8D3CFFF3D3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_3__Direction_B04072EE424736B0C7576D8D3CFFF3D3) == 0x000524, "Member 'ABP_Tunnel_Out_C::Timeline_3__Direction_B04072EE424736B0C7576D8D3CFFF3D3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_3) == 0x000528, "Member 'ABP_Tunnel_Out_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_2_color_BDC90AEA4FBE8AEDBBD3148E367DC022) == 0x000530, "Member 'ABP_Tunnel_Out_C::Timeline_2_color_BDC90AEA4FBE8AEDBBD3148E367DC022' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_2__Direction_BDC90AEA4FBE8AEDBBD3148E367DC022) == 0x00053C, "Member 'ABP_Tunnel_Out_C::Timeline_2__Direction_BDC90AEA4FBE8AEDBBD3148E367DC022' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_2) == 0x000540, "Member 'ABP_Tunnel_Out_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_1_color_B623612F46C87625A99F269F3969BCE8) == 0x000548, "Member 'ABP_Tunnel_Out_C::Timeline_1_color_B623612F46C87625A99F269F3969BCE8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_1__Direction_B623612F46C87625A99F269F3969BCE8) == 0x000554, "Member 'ABP_Tunnel_Out_C::Timeline_1__Direction_B623612F46C87625A99F269F3969BCE8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_1) == 0x000558, "Member 'ABP_Tunnel_Out_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_0_color_A7450795428D678CCB30EAAE5D83BCF8) == 0x000560, "Member 'ABP_Tunnel_Out_C::Timeline_0_color_A7450795428D678CCB30EAAE5D83BCF8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_0__Direction_A7450795428D678CCB30EAAE5D83BCF8) == 0x00056C, "Member 'ABP_Tunnel_Out_C::Timeline_0__Direction_A7450795428D678CCB30EAAE5D83BCF8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_0) == 0x000570, "Member 'ABP_Tunnel_Out_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Change_color_color_2BEB4D8D4C2F40542C318AB693967114) == 0x000578, "Member 'ABP_Tunnel_Out_C::Change_color_color_2BEB4D8D4C2F40542C318AB693967114' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Change_color__Direction_2BEB4D8D4C2F40542C318AB693967114) == 0x000584, "Member 'ABP_Tunnel_Out_C::Change_color__Direction_2BEB4D8D4C2F40542C318AB693967114' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Change_color) == 0x000588, "Member 'ABP_Tunnel_Out_C::Change_color' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_4_NewTrack_0_D27FB40542A1CD2BE03A279E7AB937C7) == 0x000590, "Member 'ABP_Tunnel_Out_C::Timeline_4_NewTrack_0_D27FB40542A1CD2BE03A279E7AB937C7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_4__Direction_D27FB40542A1CD2BE03A279E7AB937C7) == 0x000594, "Member 'ABP_Tunnel_Out_C::Timeline_4__Direction_D27FB40542A1CD2BE03A279E7AB937C7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, Timeline_4) == 0x000598, "Member 'ABP_Tunnel_Out_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, bOnPlayEffects) == 0x0005A0, "Member 'ABP_Tunnel_Out_C::bOnPlayEffects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, DepotParckingActor) == 0x0005A8, "Member 'ABP_Tunnel_Out_C::DepotParckingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_1_1) == 0x0005B0, "Member 'ABP_Tunnel_Out_C::MI_Decal_1_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_1_2) == 0x0005B8, "Member 'ABP_Tunnel_Out_C::MI_Decal_1_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_2_1) == 0x0005C0, "Member 'ABP_Tunnel_Out_C::MI_Decal_2_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_2_2) == 0x0005C8, "Member 'ABP_Tunnel_Out_C::MI_Decal_2_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_3_1) == 0x0005D0, "Member 'ABP_Tunnel_Out_C::MI_Decal_3_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_3_2) == 0x0005D8, "Member 'ABP_Tunnel_Out_C::MI_Decal_3_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_4_1) == 0x0005E0, "Member 'ABP_Tunnel_Out_C::MI_Decal_4_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_4_2) == 0x0005E8, "Member 'ABP_Tunnel_Out_C::MI_Decal_4_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_5_1) == 0x0005F0, "Member 'ABP_Tunnel_Out_C::MI_Decal_5_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_5_2) == 0x0005F8, "Member 'ABP_Tunnel_Out_C::MI_Decal_5_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_6_1) == 0x000600, "Member 'ABP_Tunnel_Out_C::MI_Decal_6_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, MI_Decal_6_2) == 0x000608, "Member 'ABP_Tunnel_Out_C::MI_Decal_6_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, ColorGlowMutiply) == 0x000610, "Member 'ABP_Tunnel_Out_C::ColorGlowMutiply' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, bEnteringTunnelOut) == 0x000614, "Member 'ABP_Tunnel_Out_C::bEnteringTunnelOut' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_Out_C, DepoParkingActor) == 0x000618, "Member 'ABP_Tunnel_Out_C::DepoParkingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In \ static_assert(alignof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In) == 0x000008, "Wrong alignment on BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In"); \ static_assert(sizeof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In) == 0x000240, "Wrong size on BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, EntryPoint) == 0x000000, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000030, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_MakeStruct_LinearColor) == 0x000044, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000068, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_RandomFloatInRange_ReturnValue) == 0x000074, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CustomEvent_Effect_1) == 0x000078, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CustomEvent_Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CustomEvent_Effect_2) == 0x000080, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CustomEvent_Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CustomEvent_Effect_3) == 0x000088, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CustomEvent_Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_CustomEvent_Effect_4) == 0x000090, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_CustomEvent_Effect_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00009C, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0000A0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0000A4, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x0000A8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000B0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_OtherActor) == 0x0000B8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_OtherComp) == 0x0000C0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000C8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000CC, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_ComponentBoundEvent_SweepResult) == 0x0000D0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, Temp_bool_Has_Been_Initd_Variable) == 0x000158, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In) == 0x000160, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_1) == 0x000178, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_2) == 0x000190, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_2) == 0x0001A0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_3) == 0x0001A8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_3) == 0x0001B8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_4) == 0x0001C0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_4) == 0x0001D0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_GetActorOfClass_ReturnValue) == 0x0001D8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_IsValid_ReturnValue_2) == 0x0001E0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_GetActorOfClass_ReturnValue_1) == 0x0001E8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, CallFunc_IsValid_ReturnValue_3) == 0x0001F0, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_5) == 0x0001F8, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_5) == 0x000208, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_6) == 0x000210, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_6) == 0x000220, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_AsBPI_Tunnel_In_7) == 0x000228, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_AsBPI_Tunnel_In_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, K2Node_DynamicCast_bSuccess_7) == 0x000238, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In, Temp_bool_IsClosed_Variable) == 0x000239, "Member 'BP_Tunnel_In_C_ExecuteUbergraph_BP_Tunnel_In::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Tunnel_In_C_BndEvt__TriggerStartEffect_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_C_ThunderEffects \ static_assert(alignof(BP_Tunnel_In_C_ThunderEffects) == 0x000008, "Wrong alignment on BP_Tunnel_In_C_ThunderEffects"); \ static_assert(sizeof(BP_Tunnel_In_C_ThunderEffects) == 0x000020, "Wrong size on BP_Tunnel_In_C_ThunderEffects"); \ static_assert(offsetof(BP_Tunnel_In_C_ThunderEffects, Effect_1) == 0x000000, "Member 'BP_Tunnel_In_C_ThunderEffects::Effect_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ThunderEffects, Effect_2) == 0x000008, "Member 'BP_Tunnel_In_C_ThunderEffects::Effect_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ThunderEffects, Effect_3) == 0x000010, "Member 'BP_Tunnel_In_C_ThunderEffects::Effect_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tunnel_In_C_ThunderEffects, Effect_4) == 0x000018, "Member 'BP_Tunnel_In_C_ThunderEffects::Effect_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tunnel_In_C_ReceiveTick \ static_assert(alignof(BP_Tunnel_In_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Tunnel_In_C_ReceiveTick"); \ static_assert(sizeof(BP_Tunnel_In_C_ReceiveTick) == 0x000004, "Wrong size on BP_Tunnel_In_C_ReceiveTick"); \ static_assert(offsetof(BP_Tunnel_In_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Tunnel_In_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tunnel_In_C \ static_assert(alignof(ABP_Tunnel_In_C) == 0x000008, "Wrong alignment on ABP_Tunnel_In_C"); \ static_assert(sizeof(ABP_Tunnel_In_C) == 0x000530, "Wrong size on ABP_Tunnel_In_C"); \ static_assert(offsetof(ABP_Tunnel_In_C, UberGraphFrame) == 0x000220, "Member 'ABP_Tunnel_In_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, S_Depot_Tunnel_web_05) == 0x000228, "Member 'ABP_Tunnel_In_C::S_Depot_Tunnel_web_05' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, S_Depot_Tunnel_web_04) == 0x000230, "Member 'ABP_Tunnel_In_C::S_Depot_Tunnel_web_04' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, S_Depot_Tunnel_web_03) == 0x000238, "Member 'ABP_Tunnel_In_C::S_Depot_Tunnel_web_03' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, S_Depot_Tunnel_web_02) == 0x000240, "Member 'ABP_Tunnel_In_C::S_Depot_Tunnel_web_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, S_Depot_Tunnel_web_01) == 0x000248, "Member 'ABP_Tunnel_In_C::S_Depot_Tunnel_web_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_6) == 0x000250, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_5) == 0x000258, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_6) == 0x000260, "Member 'ABP_Tunnel_In_C::Thunder_effect_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Stars) == 0x000268, "Member 'ABP_Tunnel_In_C::Stars' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Sparks) == 0x000270, "Member 'ABP_Tunnel_In_C::Sparks' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Two_1) == 0x000278, "Member 'ABP_Tunnel_In_C::Two_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Two_2) == 0x000280, "Member 'ABP_Tunnel_In_C::Two_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, One_2) == 0x000288, "Member 'ABP_Tunnel_In_C::One_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, One_1) == 0x000290, "Member 'ABP_Tunnel_In_C::One_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, WakeUpParkingActor) == 0x000298, "Member 'ABP_Tunnel_In_C::WakeUpParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, PackThunders_4) == 0x0002A0, "Member 'ABP_Tunnel_In_C::PackThunders_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, PackThunders_3) == 0x0002A8, "Member 'ABP_Tunnel_In_C::PackThunders_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, TriggerStartEffect) == 0x0002B0, "Member 'ABP_Tunnel_In_C::TriggerStartEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_8) == 0x0002B8, "Member 'ABP_Tunnel_In_C::Thunder_effect_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_8) == 0x0002C0, "Member 'ABP_Tunnel_In_C::Root_Thunder_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_8) == 0x0002C8, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_8) == 0x0002D0, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_7) == 0x0002D8, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_7) == 0x0002E0, "Member 'ABP_Tunnel_In_C::Thunder_effect_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_7) == 0x0002E8, "Member 'ABP_Tunnel_In_C::Root_Thunder_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_7) == 0x0002F0, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_6) == 0x0002F8, "Member 'ABP_Tunnel_In_C::Root_Thunder_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_6) == 0x000300, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_5) == 0x000308, "Member 'ABP_Tunnel_In_C::Thunder_effect_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_5) == 0x000310, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_5) == 0x000318, "Member 'ABP_Tunnel_In_C::Root_Thunder_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, PackThunders_2) == 0x000320, "Member 'ABP_Tunnel_In_C::PackThunders_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_4) == 0x000328, "Member 'ABP_Tunnel_In_C::Thunder_effect_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_4) == 0x000330, "Member 'ABP_Tunnel_In_C::Root_Thunder_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_4) == 0x000338, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_4) == 0x000340, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_3) == 0x000348, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_3) == 0x000350, "Member 'ABP_Tunnel_In_C::Thunder_effect_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_3) == 0x000358, "Member 'ABP_Tunnel_In_C::Root_Thunder_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_3) == 0x000360, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_1) == 0x000368, "Member 'ABP_Tunnel_In_C::Root_Thunder_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_2) == 0x000370, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_T_1) == 0x000378, "Member 'ABP_Tunnel_In_C::Root_Thunder_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Root_Thunder_2) == 0x000380, "Member 'ABP_Tunnel_In_C::Root_Thunder_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, PackThunders_1) == 0x000388, "Member 'ABP_Tunnel_In_C::PackThunders_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_2) == 0x000390, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_T_1) == 0x000398, "Member 'ABP_Tunnel_In_C::Thunder_effect_T_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_2) == 0x0003A0, "Member 'ABP_Tunnel_In_C::Thunder_effect_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effect_1) == 0x0003A8, "Member 'ABP_Tunnel_In_C::Thunder_effect_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Thunder_effects) == 0x0003B0, "Member 'ABP_Tunnel_In_C::Thunder_effects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry7) == 0x0003B8, "Member 'ABP_Tunnel_In_C::BeamTry7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry6) == 0x0003C0, "Member 'ABP_Tunnel_In_C::BeamTry6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry5) == 0x0003C8, "Member 'ABP_Tunnel_In_C::BeamTry5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry3) == 0x0003D0, "Member 'ABP_Tunnel_In_C::BeamTry3' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry2) == 0x0003D8, "Member 'ABP_Tunnel_In_C::BeamTry2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry1) == 0x0003E0, "Member 'ABP_Tunnel_In_C::BeamTry1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BeamTry) == 0x0003E8, "Member 'ABP_Tunnel_In_C::BeamTry' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, BasicMesh) == 0x0003F0, "Member 'ABP_Tunnel_In_C::BasicMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, DefaultSceneRoot) == 0x0003F8, "Member 'ABP_Tunnel_In_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_44_NewTrack_0_4BD6E41D4BD13453B194CBA93219911A) == 0x000400, "Member 'ABP_Tunnel_In_C::Timeline_44_NewTrack_0_4BD6E41D4BD13453B194CBA93219911A' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_44__Direction_4BD6E41D4BD13453B194CBA93219911A) == 0x000404, "Member 'ABP_Tunnel_In_C::Timeline_44__Direction_4BD6E41D4BD13453B194CBA93219911A' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_44) == 0x000408, "Member 'ABP_Tunnel_In_C::Timeline_44' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_43_NewTrack_0_8C863A0E44522D1619D25785CBAD0F76) == 0x000410, "Member 'ABP_Tunnel_In_C::Timeline_43_NewTrack_0_8C863A0E44522D1619D25785CBAD0F76' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_43__Direction_8C863A0E44522D1619D25785CBAD0F76) == 0x000414, "Member 'ABP_Tunnel_In_C::Timeline_43__Direction_8C863A0E44522D1619D25785CBAD0F76' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_43) == 0x000418, "Member 'ABP_Tunnel_In_C::Timeline_43' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_42_NewTrack_0_BF9AF3E043BB86F31759528AC24F0193) == 0x000420, "Member 'ABP_Tunnel_In_C::Timeline_42_NewTrack_0_BF9AF3E043BB86F31759528AC24F0193' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_42__Direction_BF9AF3E043BB86F31759528AC24F0193) == 0x000424, "Member 'ABP_Tunnel_In_C::Timeline_42__Direction_BF9AF3E043BB86F31759528AC24F0193' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_42) == 0x000428, "Member 'ABP_Tunnel_In_C::Timeline_42' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_32_NewTrack_0_8D93212643F870C5DEFA37B3AF769DFE) == 0x000430, "Member 'ABP_Tunnel_In_C::Timeline_32_NewTrack_0_8D93212643F870C5DEFA37B3AF769DFE' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_32__Direction_8D93212643F870C5DEFA37B3AF769DFE) == 0x000434, "Member 'ABP_Tunnel_In_C::Timeline_32__Direction_8D93212643F870C5DEFA37B3AF769DFE' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_32) == 0x000438, "Member 'ABP_Tunnel_In_C::Timeline_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_41_NewTrack_0_ED670FDA4E2EB3AD2E31E4A6533B349E) == 0x000440, "Member 'ABP_Tunnel_In_C::Timeline_41_NewTrack_0_ED670FDA4E2EB3AD2E31E4A6533B349E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_41__Direction_ED670FDA4E2EB3AD2E31E4A6533B349E) == 0x00044C, "Member 'ABP_Tunnel_In_C::Timeline_41__Direction_ED670FDA4E2EB3AD2E31E4A6533B349E' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_41) == 0x000450, "Member 'ABP_Tunnel_In_C::Timeline_41' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_40_NewTrack_0_BDE805F14C0D6B3834EE7E9701AAF4A9) == 0x000458, "Member 'ABP_Tunnel_In_C::Timeline_40_NewTrack_0_BDE805F14C0D6B3834EE7E9701AAF4A9' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_40__Direction_BDE805F14C0D6B3834EE7E9701AAF4A9) == 0x00045C, "Member 'ABP_Tunnel_In_C::Timeline_40__Direction_BDE805F14C0D6B3834EE7E9701AAF4A9' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_40) == 0x000460, "Member 'ABP_Tunnel_In_C::Timeline_40' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_4_NewTrack_0_3531637946C9CCB46150079517E07973) == 0x000468, "Member 'ABP_Tunnel_In_C::Timeline_4_NewTrack_0_3531637946C9CCB46150079517E07973' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_4__Direction_3531637946C9CCB46150079517E07973) == 0x00046C, "Member 'ABP_Tunnel_In_C::Timeline_4__Direction_3531637946C9CCB46150079517E07973' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_4) == 0x000470, "Member 'ABP_Tunnel_In_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_7_NewTrack_0_9AB4E04743A7783E17DDE582CBAB14E2) == 0x000478, "Member 'ABP_Tunnel_In_C::Timeline_7_NewTrack_0_9AB4E04743A7783E17DDE582CBAB14E2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_7__Direction_9AB4E04743A7783E17DDE582CBAB14E2) == 0x00047C, "Member 'ABP_Tunnel_In_C::Timeline_7__Direction_9AB4E04743A7783E17DDE582CBAB14E2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_7) == 0x000480, "Member 'ABP_Tunnel_In_C::Timeline_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_6_NewTrack_0_4E68A4E94DC3A0E4C7C0308F21C87129) == 0x000488, "Member 'ABP_Tunnel_In_C::Timeline_6_NewTrack_0_4E68A4E94DC3A0E4C7C0308F21C87129' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_6__Direction_4E68A4E94DC3A0E4C7C0308F21C87129) == 0x00048C, "Member 'ABP_Tunnel_In_C::Timeline_6__Direction_4E68A4E94DC3A0E4C7C0308F21C87129' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_6) == 0x000490, "Member 'ABP_Tunnel_In_C::Timeline_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_5_NewTrack_0_64DDF7F6422BAA51836410A558884B4C) == 0x000498, "Member 'ABP_Tunnel_In_C::Timeline_5_NewTrack_0_64DDF7F6422BAA51836410A558884B4C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_5__Direction_64DDF7F6422BAA51836410A558884B4C) == 0x00049C, "Member 'ABP_Tunnel_In_C::Timeline_5__Direction_64DDF7F6422BAA51836410A558884B4C' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, Timeline_5) == 0x0004A0, "Member 'ABP_Tunnel_In_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, RandomFloat) == 0x0004A8, "Member 'ABP_Tunnel_In_C::RandomFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, bOnPlayEffects) == 0x0004AC, "Member 'ABP_Tunnel_In_C::bOnPlayEffects' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, GlowRunes) == 0x0004B0, "Member 'ABP_Tunnel_In_C::GlowRunes' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, DepotParkingActor) == 0x0004B8, "Member 'ABP_Tunnel_In_C::DepotParkingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_1_1) == 0x0004C0, "Member 'ABP_Tunnel_In_C::MI_Decal_1_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_1_2) == 0x0004C8, "Member 'ABP_Tunnel_In_C::MI_Decal_1_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_2_1) == 0x0004D0, "Member 'ABP_Tunnel_In_C::MI_Decal_2_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_2_2) == 0x0004D8, "Member 'ABP_Tunnel_In_C::MI_Decal_2_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_3_1) == 0x0004E0, "Member 'ABP_Tunnel_In_C::MI_Decal_3_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_3_2) == 0x0004E8, "Member 'ABP_Tunnel_In_C::MI_Decal_3_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_4_1) == 0x0004F0, "Member 'ABP_Tunnel_In_C::MI_Decal_4_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_4_2) == 0x0004F8, "Member 'ABP_Tunnel_In_C::MI_Decal_4_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_5_1) == 0x000500, "Member 'ABP_Tunnel_In_C::MI_Decal_5_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_5_2) == 0x000508, "Member 'ABP_Tunnel_In_C::MI_Decal_5_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_6_1) == 0x000510, "Member 'ABP_Tunnel_In_C::MI_Decal_6_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, MI_Decal_6_2) == 0x000518, "Member 'ABP_Tunnel_In_C::MI_Decal_6_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Tunnel_In_C, NewVar_0) == 0x000520, "Member 'ABP_Tunnel_In_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack \ static_assert(alignof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack) == 0x000010, "Wrong alignment on NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack) == 0x000780, "Wrong size on NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, EntryPoint) == 0x000000, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_28) == 0x000004, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable) == 0x00000C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_MovementResult_1) == 0x000024, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_MovementResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_MovementResult) == 0x000025, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_MovementResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_byte_Variable) == 0x000038, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_24) == 0x00004C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_23) == 0x000054, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_22) == 0x00006C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_21) == 0x000084, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_20) == 0x00009C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable_1) == 0x0000B4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_19) == 0x0000CC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_18) == 0x0000D4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000DC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_17) == 0x0000EC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_16) == 0x000104, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_10) == 0x00010C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_15) == 0x00011C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_11) == 0x000124, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable_2) == 0x000134, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_12) == 0x00013C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_13) == 0x00014C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_14) == 0x00015C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_14) == 0x00016C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_13) == 0x000174, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_15) == 0x00017C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_12) == 0x00018C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_16) == 0x000194, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_11) == 0x0001A4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001AC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_10) == 0x0001BC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001C4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable_3) == 0x0001D4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_19) == 0x0001DC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_9) == 0x0001EC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_20) == 0x0001F4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_8) == 0x000204, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_21) == 0x00020C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_7) == 0x00021C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_22) == 0x000224, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_6) == 0x000234, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_23) == 0x00023C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_5) == 0x00024C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_24) == 0x000254, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable_4) == 0x000264, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_25) == 0x00026C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_4) == 0x00027C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_26) == 0x000284, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_3) == 0x000294, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_27) == 0x00029C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_2) == 0x0002AC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_28) == 0x0002B4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_1) == 0x0002C4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_29) == 0x0002CC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName) == 0x0002DC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_30) == 0x0002E4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_name_Variable_5) == 0x0002F4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_31) == 0x0002FC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_int_Array_Index_Variable) == 0x00030C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_25) == 0x000310, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_bool_IsClosed_Variable) == 0x000318, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_bool_Has_Been_Initd_Variable) == 0x000319, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_bool_IsClosed_Variable_1) == 0x00031A, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_32) == 0x00031C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_bool_Has_Been_Initd_Variable_1) == 0x00032C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetAIController_ReturnValue) == 0x000330, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsNazi_Tank_T1) == 0x000338, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsNazi_Tank_T1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess) == 0x000340, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x000341, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetAIController_ReturnValue_1) == 0x000348, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsNazi_Tank_T1_1) == 0x000350, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsNazi_Tank_T1_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess_1) == 0x000358, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000359, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_Event_DeltaTime) == 0x00035C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetValue_ReturnValue) == 0x000360, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000364, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetTransform_ReturnValue) == 0x000370, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003A0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_FMax_ReturnValue) == 0x0003A4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsPlaying_ReturnValue) == 0x0003A8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_MakeVector_ReturnValue) == 0x0003AC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TransformLocation_ReturnValue) == 0x0003B8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x0003C4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x0003D0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateMoveToProxyObject_ReturnValue) == 0x0003D8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateMoveToProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetCurrentMontage_ReturnValue) == 0x0003E0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue) == 0x0003E8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0003F0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_1) == 0x0003F8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_2) == 0x0003F9, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetTransform_ReturnValue_1) == 0x000400, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_33) == 0x000430, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Square_ReturnValue) == 0x000440, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Location) == 0x000444, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Rotation) == 0x000450, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Scale) == 0x00045C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetTransform_ReturnValue_2) == 0x000470, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Location_1) == 0x0004A0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Rotation_1) == 0x0004AC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakTransform_Scale_1) == 0x0004B8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0004C4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0004C8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_29) == 0x0004CC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0004D8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsNazi_Tank_T1_2) == 0x0004E0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsNazi_Tank_T1_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess_2) == 0x0004E8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x0004E9, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_3) == 0x0004EA, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_3) == 0x0004EB, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_4) == 0x0004EC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_26) == 0x0004F0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_HaveNavigation_ReturnValue) == 0x0004F8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_HaveNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_HaveNavigation_ReturnValue_1) == 0x0004F9, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_HaveNavigation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue) == 0x0004FA, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanOR_ReturnValue) == 0x0004FB, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0004FC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsTargetInAttackCone_bResult) == 0x0004FD, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsTargetInAttackCone_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004FE, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_5) == 0x0004FF, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000500, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_6) == 0x000508, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_4) == 0x000509, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_34) == 0x00050C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_2) == 0x00051C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetPlayLength_ReturnValue) == 0x000520, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000528, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_7) == 0x000530, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetPlayLength_ReturnValue_1) == 0x000534, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000538, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_35) == 0x000540, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000550, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_5) == 0x000558, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_8) == 0x000559, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetPlayLength_ReturnValue_2) == 0x00055C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetPlayLength_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult) == 0x000560, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000568, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_3) == 0x000570, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult_1) == 0x000571, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult_2) == 0x000572, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_4) == 0x000573, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_5) == 0x000574, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000578, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess_3) == 0x000580, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_MeleeSwingTrace2_OutHit) == 0x000588, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_MeleeSwingTrace2_OutHit' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_MeleeSwingTrace2_ReturnValue) == 0x000598, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_MeleeSwingTrace2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Array_Get_Item) == 0x00059C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Array_Length_ReturnValue) == 0x000624, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_bBlockingHit) == 0x000628, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_bInitialOverlap) == 0x000629, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_Time) == 0x00062C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_Distance) == 0x000630, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_Location) == 0x000634, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_ImpactPoint) == 0x000640, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_Normal) == 0x00064C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_ImpactNormal) == 0x000658, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_PhysMat) == 0x000668, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_HitActor) == 0x000670, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_HitComponent) == 0x000678, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_HitBoneName) == 0x000680, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_HitItem) == 0x000688, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_ElementIndex) == 0x00068C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_FaceIndex) == 0x000690, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_TraceStart) == 0x000694, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BreakHitResult_TraceEnd) == 0x0006A0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsFGCharacter) == 0x0006B0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess_4) == 0x0006B8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0006B9, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetController_ReturnValue) == 0x0006C0, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0006C8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Array_Add_ReturnValue) == 0x0006D4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0006D8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Array_Contains_ReturnValue) == 0x0006E4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_6) == 0x0006E5, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanAND_ReturnValue) == 0x0006E6, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetSocketLocation_ReturnValue) == 0x0006E8, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CustomEvent_NotifyName_27) == 0x0006F4, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_CreateDelegate_OutputDelegate_36) == 0x0006FC, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Array_Length_ReturnValue_1) == 0x00070C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Conv_IntToBool_ReturnValue) == 0x000710, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x000714, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000718, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_9) == 0x000719, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult_3) == 0x00071A, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_7) == 0x00071B, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, Temp_int_Loop_Counter_Variable) == 0x00071C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Less_IntInt_ReturnValue) == 0x000720, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Add_IntInt_ReturnValue) == 0x000724, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000728, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_10) == 0x000730, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_6) == 0x000731, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult_4) == 0x000732, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetPlayLength_ReturnValue_3) == 0x000734, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetPlayLength_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_8) == 0x000738, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000740, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x000748, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsLocallyControlled_ReturnValue_11) == 0x000750, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsLocallyControlled_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_IsValid_ReturnValue_7) == 0x000751, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_GetPlayLength_ReturnValue_4) == 0x000754, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_GetPlayLength_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000758, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_TryPlayAttack_bResult_5) == 0x000760, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_TryPlayAttack_bResult_5' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Not_PreBool_ReturnValue_9) == 0x000761, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_Can_Make_Melee__ReturnValue) == 0x000762, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_Can_Make_Melee__ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x000763, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_CanMakeSpurt_ReturnValue) == 0x000764, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_CanMakeSpurt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanOR_ReturnValue_1) == 0x000765, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanOR_ReturnValue_2) == 0x000766, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_BooleanOR_ReturnValue_3) == 0x000767, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_SelectFloat_ReturnValue) == 0x000768, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, CallFunc_ApplyPointDamage_ReturnValue) == 0x00076C, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::CallFunc_ApplyPointDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_AsNazi_Tank_T1_3) == 0x000770, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_AsNazi_Tank_T1_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack, K2Node_DynamicCast_bSuccess_5) == 0x000778, "Member 'NaziTank_SpurtAttack_C_ExecuteUbergraph_NaziTank_SpurtAttack::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_Tick \ static_assert(alignof(NaziTank_SpurtAttack_C_Tick) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_Tick"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_Tick) == 0x000004, "Wrong size on NaziTank_SpurtAttack_C_Tick"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Tick, DeltaTime) == 0x000000, "Member 'NaziTank_SpurtAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_385AE8DF4C8625AAC34B7BA7BF154DD5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_385AE8DF4C8625AAC34B7BA7BF154DD5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_385AE8DF4C8625AAC34B7BA7BF154DD5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_385AE8DF4C8625AAC34B7BA7BF154DD5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_385AE8DF4C8625AAC34B7BA7BF154DD5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_D04D78D6431F2A2748BE99B0C455F9AB::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_D04D78D6431F2A2748BE99B0C455F9AB::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_D04D78D6431F2A2748BE99B0C455F9AB::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_D04D78D6431F2A2748BE99B0C455F9AB::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_D04D78D6431F2A2748BE99B0C455F9AB::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_E841D9C34934F473525594863E84BB58::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_E841D9C34934F473525594863E84BB58::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_E841D9C34934F473525594863E84BB58::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_E841D9C34934F473525594863E84BB58::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_E841D9C34934F473525594863E84BB58::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_254900C84790C6E7489EAA841F2513C7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_254900C84790C6E7489EAA841F2513C7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_254900C84790C6E7489EAA841F2513C7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_254900C84790C6E7489EAA841F2513C7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_254900C84790C6E7489EAA841F2513C7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_73EB6CCD49E7FF28E62291A2C76188DE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_73EB6CCD49E7FF28E62291A2C76188DE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_73EB6CCD49E7FF28E62291A2C76188DE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_73EB6CCD49E7FF28E62291A2C76188DE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_73EB6CCD49E7FF28E62291A2C76188DE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103) == 0x000001, "Wrong size on NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103, MovementResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnSuccess_C468A3264990C4252120858EBA94C103::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103) == 0x000001, "Wrong size on NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103, MovementResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnFail_C468A3264990C4252120858EBA94C103::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnCompleted_2490E22747F2E8E3671062B38870ED45::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnBlendOut_2490E22747F2E8E3671062B38870ED45::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnInterrupted_2490E22747F2E8E3671062B38870ED45::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyBegin_2490E22747F2E8E3671062B38870ED45::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45 \ static_assert(alignof(NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45) == 0x000008, "Wrong size on NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45, NotifyName) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnNotifyEnd_2490E22747F2E8E3671062B38870ED45::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_TryPlayAttack \ static_assert(alignof(NaziTank_SpurtAttack_C_TryPlayAttack) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_TryPlayAttack"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_TryPlayAttack) == 0x00000B, "Wrong size on NaziTank_SpurtAttack_C_TryPlayAttack"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeKick300_bResult) == 0x000001, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeKick300_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeArm150_bResult) == 0x000002, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeArm150_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeKick150_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeKick150_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeKick150_bResult_1) == 0x000004, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeKick150_bResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeArm150_bResult_1) == 0x000005, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeArm150_bResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeArmInPlace_bResult) == 0x000006, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeArmInPlace_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_CanMakeArm150_bResult_2) == 0x000007, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_CanMakeArm150_bResult_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_RandomBool_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_Is_Melee_on_Cooldown_bResult) == 0x000009, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_Is_Melee_on_Cooldown_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_TryPlayAttack, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'NaziTank_SpurtAttack_C_TryPlayAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnMeleeHit \ static_assert(alignof(NaziTank_SpurtAttack_C_OnMeleeHit) == 0x000008, "Wrong alignment on NaziTank_SpurtAttack_C_OnMeleeHit"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnMeleeHit) == 0x0000E8, "Wrong size on NaziTank_SpurtAttack_C_OnMeleeHit"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, Character) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, HitInfo) == 0x000008, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::HitInfo' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A0, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000AC, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000B8, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000C4, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_BreakVector_X) == 0x0000D0, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_BreakVector_Y) == 0x0000D4, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_BreakVector_Z) == 0x0000D8, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeHit, CallFunc_MakeVector_ReturnValue) == 0x0000DC, "Member 'NaziTank_SpurtAttack_C_OnMeleeHit::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnSpurtMade \ static_assert(alignof(NaziTank_SpurtAttack_C_OnSpurtMade) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnSpurtMade"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnSpurtMade) == 0x000004, "Wrong size on NaziTank_SpurtAttack_C_OnSpurtMade"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnSpurtMade, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnSpurtMade::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_OnMeleeMade \ static_assert(alignof(NaziTank_SpurtAttack_C_OnMeleeMade) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_OnMeleeMade"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_OnMeleeMade) == 0x000004, "Wrong size on NaziTank_SpurtAttack_C_OnMeleeMade"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_OnMeleeMade, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000000, "Member 'NaziTank_SpurtAttack_C_OnMeleeMade::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_HaveNavigation \ static_assert(alignof(NaziTank_SpurtAttack_C_HaveNavigation) == 0x000010, "Wrong alignment on NaziTank_SpurtAttack_C_HaveNavigation"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_HaveNavigation) == 0x000070, "Wrong size on NaziTank_SpurtAttack_C_HaveNavigation"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, Distance) == 0x000000, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::Distance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, CallFunc_TransformLocation_ReturnValue) == 0x000050, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x00005C, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_HaveNavigation, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000068, "Member 'NaziTank_SpurtAttack_C_HaveNavigation::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanReachPoint \ static_assert(alignof(NaziTank_SpurtAttack_C_CanReachPoint) == 0x000010, "Wrong alignment on NaziTank_SpurtAttack_C_CanReachPoint"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanReachPoint) == 0x000180, "Wrong size on NaziTank_SpurtAttack_C_CanReachPoint"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, Distance) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::Distance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, bResult) == 0x000004, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, TargetLocation) == 0x000008, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, MyLocation) == 0x000014, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::MyLocation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, K2Node_MakeArray_Array) == 0x000030, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_MakeVector_ReturnValue_1) == 0x000040, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_MakeVector_ReturnValue_2) == 0x00004C, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000064, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000070, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000074, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000078, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_GetTransform_ReturnValue) == 0x000080, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_CapsuleTraceSingle_OutHit) == 0x0000B0, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_CapsuleTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_CapsuleTraceSingle_ReturnValue) == 0x000138, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_CapsuleTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_TransformLocation_ReturnValue) == 0x00013C, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x00014C, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000158, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00015C, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1) == 0x000168, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanReachPoint, CallFunc_K2_ProjectPointToNavigation_ReturnValue_1) == 0x000174, "Member 'NaziTank_SpurtAttack_C_CanReachPoint::CallFunc_K2_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_IsValidAction \ static_assert(alignof(NaziTank_SpurtAttack_C_IsValidAction) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_IsValidAction"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_IsValidAction) == 0x000014, "Wrong size on NaziTank_SpurtAttack_C_IsValidAction"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziTank_SpurtAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_CanMakeSpurt_ReturnValue) == 0x000001, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_CanMakeSpurt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_Can_Make_Melee__ReturnValue) == 0x000002, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_Can_Make_Melee__ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_IsTargetInAttackCone_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_IsTargetInAttackCone_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_IsPlaying_ReturnValue) == 0x000005, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_Sqrt_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_CanReachPoint_bResult) == 0x00000C, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_CanReachPoint_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_IsValidAction_ReturnValue_1) == 0x00000D, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_IsValidAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x00000F, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000010, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsValidAction, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'NaziTank_SpurtAttack_C_IsValidAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_IsTargetInAttackCone \ static_assert(alignof(NaziTank_SpurtAttack_C_IsTargetInAttackCone) == 0x000010, "Wrong alignment on NaziTank_SpurtAttack_C_IsTargetInAttackCone"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_IsTargetInAttackCone) == 0x000090, "Wrong size on NaziTank_SpurtAttack_C_IsTargetInAttackCone"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_InverseTransformDirection_ReturnValue) == 0x00005C, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_MakeRotFromX_ReturnValue) == 0x000068, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_BreakRotator_Roll) == 0x000074, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_BreakRotator_Pitch) == 0x000078, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_BreakRotator_Yaw) == 0x00007C, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInAttackCone, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000080, "Member 'NaziTank_SpurtAttack_C_IsTargetInAttackCone::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_IsTargetInRadius \ static_assert(alignof(NaziTank_SpurtAttack_C_IsTargetInRadius) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_IsTargetInRadius"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_IsTargetInRadius) == 0x000010, "Wrong size on NaziTank_SpurtAttack_C_IsTargetInRadius"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInRadius, Distance) == 0x000000, "Member 'NaziTank_SpurtAttack_C_IsTargetInRadius::Distance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInRadius, bResult) == 0x000004, "Member 'NaziTank_SpurtAttack_C_IsTargetInRadius::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInRadius, CallFunc_Square_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_IsTargetInRadius::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsTargetInRadius, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'NaziTank_SpurtAttack_C_IsTargetInRadius::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_IsSpurtOnCooldown \ static_assert(alignof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_IsSpurtOnCooldown"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown) == 0x000010, "Wrong size on NaziTank_SpurtAttack_C_IsSpurtOnCooldown"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_IsSpurtOnCooldown::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_IsSpurtOnCooldown::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_IsSpurtOnCooldown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_IsSpurtOnCooldown, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'NaziTank_SpurtAttack_C_IsSpurtOnCooldown::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown \ static_assert(alignof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown) == 0x00002C, "Wrong size on NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CooldownScale) == 0x000004, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CooldownScale' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_GetCooldownScale_Result) == 0x000008, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_GetCooldownScale_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000010, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Less_FloatFloat_ReturnValue) == 0x00001C, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_GetWorldTimeSeconds_ReturnValue_1) == 0x000020, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_GetWorldTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000024, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000028, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'NaziTank_SpurtAttack_C_Is_Melee_on_Cooldown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_Can_Make_Melee_ \ static_assert(alignof(NaziTank_SpurtAttack_C_Can_Make_Melee_) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_Can_Make_Melee_"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_Can_Make_Melee_) == 0x00000A, "Wrong size on NaziTank_SpurtAttack_C_Can_Make_Melee_"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, ReturnValue) == 0x000000, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_CanMakeKick150_bResult) == 0x000001, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_CanMakeKick150_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_CanMakeArmInPlace_bResult) == 0x000002, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_CanMakeArmInPlace_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_CanMakeArm150_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_CanMakeArm150_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_CanMakeKick300_bResult) == 0x000004, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_CanMakeKick300_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_Is_Melee_on_Cooldown_bResult) == 0x000006, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_Is_Melee_on_Cooldown_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_BooleanOR_ReturnValue_1) == 0x000007, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_Can_Make_Melee_, CallFunc_BooleanOR_ReturnValue_2) == 0x000009, "Member 'NaziTank_SpurtAttack_C_Can_Make_Melee_::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanMakeKick300 \ static_assert(alignof(NaziTank_SpurtAttack_C_CanMakeKick300) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_CanMakeKick300"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanMakeKick300) == 0x000006, "Wrong size on NaziTank_SpurtAttack_C_CanMakeKick300"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, CallFunc_HaveNavigation_ReturnValue) == 0x000001, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::CallFunc_HaveNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, CallFunc_IsTargetInRadius_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::CallFunc_IsTargetInRadius_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick300, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'NaziTank_SpurtAttack_C_CanMakeKick300::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanMakeArm150 \ static_assert(alignof(NaziTank_SpurtAttack_C_CanMakeArm150) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_CanMakeArm150"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanMakeArm150) == 0x000006, "Wrong size on NaziTank_SpurtAttack_C_CanMakeArm150"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, CallFunc_HaveNavigation_ReturnValue) == 0x000001, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::CallFunc_HaveNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, CallFunc_IsTargetInRadius_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::CallFunc_IsTargetInRadius_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArm150, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'NaziTank_SpurtAttack_C_CanMakeArm150::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanMakeArmInPlace \ static_assert(alignof(NaziTank_SpurtAttack_C_CanMakeArmInPlace) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_CanMakeArmInPlace"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanMakeArmInPlace) == 0x000004, "Wrong size on NaziTank_SpurtAttack_C_CanMakeArmInPlace"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArmInPlace, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanMakeArmInPlace::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArmInPlace, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziTank_SpurtAttack_C_CanMakeArmInPlace::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArmInPlace, CallFunc_IsTargetInRadius_bResult) == 0x000002, "Member 'NaziTank_SpurtAttack_C_CanMakeArmInPlace::CallFunc_IsTargetInRadius_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeArmInPlace, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'NaziTank_SpurtAttack_C_CanMakeArmInPlace::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanMakeKick150 \ static_assert(alignof(NaziTank_SpurtAttack_C_CanMakeKick150) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_CanMakeKick150"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanMakeKick150) == 0x000004, "Wrong size on NaziTank_SpurtAttack_C_CanMakeKick150"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick150, bResult) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanMakeKick150::bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick150, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziTank_SpurtAttack_C_CanMakeKick150::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick150, CallFunc_IsTargetInRadius_bResult) == 0x000002, "Member 'NaziTank_SpurtAttack_C_CanMakeKick150::CallFunc_IsTargetInRadius_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeKick150, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'NaziTank_SpurtAttack_C_CanMakeKick150::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_CanMakeSpurt \ static_assert(alignof(NaziTank_SpurtAttack_C_CanMakeSpurt) == 0x000001, "Wrong alignment on NaziTank_SpurtAttack_C_CanMakeSpurt"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_CanMakeSpurt) == 0x000009, "Wrong size on NaziTank_SpurtAttack_C_CanMakeSpurt"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, ReturnValue) == 0x000000, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_Is_Melee_on_Cooldown_bResult) == 0x000001, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_Is_Melee_on_Cooldown_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_IsTargetInRadius_bResult) == 0x000003, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_IsTargetInRadius_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_IsSpurtOnCooldown_bResult) == 0x000004, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_IsSpurtOnCooldown_bResult' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_CanMakeSpurt, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'NaziTank_SpurtAttack_C_CanMakeSpurt::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_SpurtAttack_C_GetCooldownScale \ static_assert(alignof(NaziTank_SpurtAttack_C_GetCooldownScale) == 0x000004, "Wrong alignment on NaziTank_SpurtAttack_C_GetCooldownScale"); \ static_assert(sizeof(NaziTank_SpurtAttack_C_GetCooldownScale) == 0x00000C, "Wrong size on NaziTank_SpurtAttack_C_GetCooldownScale"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_GetCooldownScale, Result) == 0x000000, "Member 'NaziTank_SpurtAttack_C_GetCooldownScale::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_GetCooldownScale, CallFunc_Sqrt_ReturnValue) == 0x000004, "Member 'NaziTank_SpurtAttack_C_GetCooldownScale::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_SpurtAttack_C_GetCooldownScale, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'NaziTank_SpurtAttack_C_GetCooldownScale::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_SpurtAttack_C \ static_assert(alignof(UNaziTank_SpurtAttack_C) == 0x000010, "Wrong alignment on UNaziTank_SpurtAttack_C"); \ static_assert(sizeof(UNaziTank_SpurtAttack_C) == 0x0001B0, "Wrong size on UNaziTank_SpurtAttack_C"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziTank_SpurtAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, StartMontage) == 0x0000C0, "Member 'UNaziTank_SpurtAttack_C::StartMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, StopMontage) == 0x0000C8, "Member 'UNaziTank_SpurtAttack_C::StopMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, Kick150Montage) == 0x0000D0, "Member 'UNaziTank_SpurtAttack_C::Kick150Montage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, Kick300Montage) == 0x0000D8, "Member 'UNaziTank_SpurtAttack_C::Kick300Montage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, ArmInPlaceMontage) == 0x0000E0, "Member 'UNaziTank_SpurtAttack_C::ArmInPlaceMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, LeftArmMontage) == 0x0000E8, "Member 'UNaziTank_SpurtAttack_C::LeftArmMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bPlayingSpurt) == 0x0000F0, "Member 'UNaziTank_SpurtAttack_C::bPlayingSpurt' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, StartTransform) == 0x000100, "Member 'UNaziTank_SpurtAttack_C::StartTransform' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, AttackConeAngle) == 0x000130, "Member 'UNaziTank_SpurtAttack_C::AttackConeAngle' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, MaxTravelDistance) == 0x000134, "Member 'UNaziTank_SpurtAttack_C::MaxTravelDistance' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bAiming) == 0x000138, "Member 'UNaziTank_SpurtAttack_C::bAiming' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, KickDistance) == 0x00013C, "Member 'UNaziTank_SpurtAttack_C::KickDistance' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, ArmDistance) == 0x000140, "Member 'UNaziTank_SpurtAttack_C::ArmDistance' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bKickPlayed) == 0x000144, "Member 'UNaziTank_SpurtAttack_C::bKickPlayed' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bArmPlayed) == 0x000145, "Member 'UNaziTank_SpurtAttack_C::bArmPlayed' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bSwingStarted) == 0x000146, "Member 'UNaziTank_SpurtAttack_C::bSwingStarted' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, CurrentSwingSocketLocation) == 0x000148, "Member 'UNaziTank_SpurtAttack_C::CurrentSwingSocketLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, LastSwingSocketLocation) == 0x000154, "Member 'UNaziTank_SpurtAttack_C::LastSwingSocketLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, SpurtDamage) == 0x000160, "Member 'UNaziTank_SpurtAttack_C::SpurtDamage' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, SwingTraceSocketName) == 0x000164, "Member 'UNaziTank_SpurtAttack_C::SwingTraceSocketName' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, HittedCharacters) == 0x000170, "Member 'UNaziTank_SpurtAttack_C::HittedCharacters' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, MaxTraveTime) == 0x000180, "Member 'UNaziTank_SpurtAttack_C::MaxTraveTime' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, CurrentTravelTime) == 0x000184, "Member 'UNaziTank_SpurtAttack_C::CurrentTravelTime' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, SpurtMadeTime) == 0x000188, "Member 'UNaziTank_SpurtAttack_C::SpurtMadeTime' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, SpurtCooldownTime) == 0x00018C, "Member 'UNaziTank_SpurtAttack_C::SpurtCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, MeleeCooldownAfterSpurt) == 0x000190, "Member 'UNaziTank_SpurtAttack_C::MeleeCooldownAfterSpurt' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, MeleeCooldown) == 0x000194, "Member 'UNaziTank_SpurtAttack_C::MeleeCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, MeleeMadeTime) == 0x000198, "Member 'UNaziTank_SpurtAttack_C::MeleeMadeTime' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, InPlaceDistance) == 0x00019C, "Member 'UNaziTank_SpurtAttack_C::InPlaceDistance' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_SpurtAttack_C, bSpurtHitted) == 0x0001A0, "Member 'UNaziTank_SpurtAttack_C::bSpurtHitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARailsBlock_C \ static_assert(alignof(ARailsBlock_C) == 0x000008, "Wrong alignment on ARailsBlock_C"); \ static_assert(sizeof(ARailsBlock_C) == 0x000230, "Wrong size on ARailsBlock_C"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_ExecuteUbergraph_WorldStateManager \ static_assert(alignof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager) == 0x000008, "Wrong alignment on WorldStateManager_C_ExecuteUbergraph_WorldStateManager"); \ static_assert(sizeof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager) == 0x000460, "Wrong size on WorldStateManager_C_ExecuteUbergraph_WorldStateManager"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, EntryPoint) == 0x000000, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000010, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Array_Index_Variable_2) == 0x000044, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Loop_Counter_Variable_2) == 0x000060, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Array_Index_Variable_3) == 0x000064, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000068, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CustomEvent_Successful) == 0x00006C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CustomEvent_Successful' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000070, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BP_GetManager_ReturnValue) == 0x000078, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BP_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CustomEvent_bFriendsOnly) == 0x000080, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CustomEvent_bFriendsOnly' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGMap_Generator) == 0x000088, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGMap_Generator' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetSessionSettings_ReturnValue) == 0x000098, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetSessionSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_SetGamePaused_ReturnValue) == 0x0000B8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Loop_Counter_Variable_3) == 0x0000BC, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsMain_Char_Controller_1) == 0x0000E0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsMain_Char_Controller_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Less_IntInt_ReturnValue) == 0x0000E9, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000EC, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue) == 0x0000F0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0000F8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance) == 0x000108, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Length_ReturnValue_1) == 0x000114, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Array_Index_Variable_4) == 0x000118, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsPath_Switcher) == 0x000120, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsPath_Switcher' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_4) == 0x000128, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsMain_Char_Controller_2) == 0x000138, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsMain_Char_Controller_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_5) == 0x000140, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CustomEvent_bWasSuccessful_1) == 0x000141, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CustomEvent_bWasSuccessful_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000148, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item_2) == 0x000158, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Length_ReturnValue_2) == 0x000160, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetController_ReturnValue) == 0x000168, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000170, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_IsValid_ReturnValue) == 0x000171, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_IsValid_ReturnValue_1) == 0x000172, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CustomEvent_bWasSuccessful) == 0x000173, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CustomEvent_bWasSuccessful' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000178, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, Temp_int_Loop_Counter_Variable_4) == 0x000188, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item_3) == 0x000190, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_IsValid_ReturnValue_2) == 0x000198, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000199, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x00019C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Length_ReturnValue_3) == 0x0001A0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0001A8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001B0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BP_GetManager_ReturnValue_1) == 0x0001B8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BP_GetManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGWorld_Progression_Manager) == 0x0001C0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGWorld_Progression_Manager' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_6) == 0x0001C8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_IsUnlocked_ReturnValue) == 0x0001C9, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue_1) == 0x0001D0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0001D8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_7) == 0x0001E0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetPlayerTrain_ReturnValue) == 0x0001E8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x0001F0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsPath_Switcher_1) == 0x0001F8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsPath_Switcher_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_8) == 0x000200, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BP_GetManager_ReturnValue_2) == 0x000208, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BP_GetManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGMap_Generator_1) == 0x000210, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGMap_Generator_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_9) == 0x000218, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetWorldSubsystem_ReturnValue_3) == 0x000220, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetWorldSubsystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BP_GetManager_ReturnValue_3) == 0x000228, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BP_GetManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item_4) == 0x000230, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGEnding_Depot_Manager) == 0x000238, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGEnding_Depot_Manager' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_10) == 0x000240, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000244, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x000250, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Location) == 0x000260, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Rotation) == 0x00026C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Scale) == 0x000278, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Get_Item_5) == 0x000288, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_K2_TeleportTo_ReturnValue) == 0x000290, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_TeleportToLocomotive_ReturnValue) == 0x000291, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_TeleportToLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Array_Length_ReturnValue_4) == 0x000294, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x000298, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CustomEvent_Preset) == 0x000299, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CustomEvent_Preset' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue_2) == 0x0002A0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x0002A8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_11) == 0x0002B0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue_3) == 0x0002B8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x0002C0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_12) == 0x0002C8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsBiome_Presets) == 0x0002D0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsBiome_Presets' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_13) == 0x0002D8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_IsValid_ReturnValue_3) == 0x0002D9, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetSpawnedMap_ReturnValue) == 0x0002E0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetSpawnedMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_HasAuthority_ReturnValue) == 0x0003A0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x0003A4, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Not_PreBool_ReturnValue) == 0x0003B4, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003B5, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003B6, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003B7, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_Not_PreBool_ReturnValue_4) == 0x0003B8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue_4) == 0x0003C0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance_4) == 0x0003C8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_14) == 0x0003D0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x0003D8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsPath_Switcher_2) == 0x0003E0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsPath_Switcher_2' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_15) == 0x0003E8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetGameInstance_ReturnValue_5) == 0x0003F0, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetGameInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGGame_Instance_5) == 0x0003F8, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGGame_Instance_5' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_16) == 0x000400, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_GetWorldSubsystem_ReturnValue_4) == 0x000408, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_GetWorldSubsystem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BP_GetManager_ReturnValue_4) == 0x000410, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BP_GetManager_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsPath_Switcher_3) == 0x000418, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsPath_Switcher_3' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_17) == 0x000420, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_AsFGEnding_Manager) == 0x000428, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_AsFGEnding_Manager' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, K2Node_DynamicCast_bSuccess_18) == 0x000430, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Location_1) == 0x000434, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Rotation_1) == 0x000440, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_BreakTransform_Scale_1) == 0x00044C, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(WorldStateManager_C_ExecuteUbergraph_WorldStateManager, CallFunc_K2_TeleportTo_ReturnValue_1) == 0x000458, "Member 'WorldStateManager_C_ExecuteUbergraph_WorldStateManager::CallFunc_K2_TeleportTo_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_ActivateBiomePresetHelper \ static_assert(alignof(WorldStateManager_C_ActivateBiomePresetHelper) == 0x000001, "Wrong alignment on WorldStateManager_C_ActivateBiomePresetHelper"); \ static_assert(sizeof(WorldStateManager_C_ActivateBiomePresetHelper) == 0x000001, "Wrong size on WorldStateManager_C_ActivateBiomePresetHelper"); \ static_assert(offsetof(WorldStateManager_C_ActivateBiomePresetHelper, Preset) == 0x000000, "Member 'WorldStateManager_C_ActivateBiomePresetHelper::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_OnEndingDepotLoadCompleted \ static_assert(alignof(WorldStateManager_C_OnEndingDepotLoadCompleted) == 0x000001, "Wrong alignment on WorldStateManager_C_OnEndingDepotLoadCompleted"); \ static_assert(sizeof(WorldStateManager_C_OnEndingDepotLoadCompleted) == 0x000001, "Wrong size on WorldStateManager_C_OnEndingDepotLoadCompleted"); \ static_assert(offsetof(WorldStateManager_C_OnEndingDepotLoadCompleted, bWasSuccessful) == 0x000000, "Member 'WorldStateManager_C_OnEndingDepotLoadCompleted::bWasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent \ static_assert(alignof(WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent) == 0x000001, "Wrong alignment on WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent"); \ static_assert(sizeof(WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent) == 0x000001, "Wrong size on WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent"); \ static_assert(offsetof(WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent, bWasSuccessful) == 0x000000, "Member 'WorldStateManager_C_OnLoadDepotAndTeleportToPlatformCompleteEvent::bWasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_OpenServer \ static_assert(alignof(WorldStateManager_C_OpenServer) == 0x000001, "Wrong alignment on WorldStateManager_C_OpenServer"); \ static_assert(sizeof(WorldStateManager_C_OpenServer) == 0x000001, "Wrong size on WorldStateManager_C_OpenServer"); \ static_assert(offsetof(WorldStateManager_C_OpenServer, bFriendsOnly_0) == 0x000000, "Member 'WorldStateManager_C_OpenServer::bFriendsOnly_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldStateManager_C_OnCreateSession \ static_assert(alignof(WorldStateManager_C_OnCreateSession) == 0x000001, "Wrong alignment on WorldStateManager_C_OnCreateSession"); \ static_assert(sizeof(WorldStateManager_C_OnCreateSession) == 0x000001, "Wrong size on WorldStateManager_C_OnCreateSession"); \ static_assert(offsetof(WorldStateManager_C_OnCreateSession, Successful) == 0x000000, "Member 'WorldStateManager_C_OnCreateSession::Successful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldStateManager_C \ static_assert(alignof(AWorldStateManager_C) == 0x000008, "Wrong alignment on AWorldStateManager_C"); \ static_assert(sizeof(AWorldStateManager_C) == 0x000620, "Wrong size on AWorldStateManager_C"); \ static_assert(offsetof(AWorldStateManager_C, UberGraphFrame) == 0x0005E0, "Member 'AWorldStateManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, DepotInteractionComponent) == 0x0005E8, "Member 'AWorldStateManager_C::DepotInteractionComponent' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, Main_Ambient) == 0x0005F0, "Member 'AWorldStateManager_C::Main_Ambient' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, Music) == 0x0005F8, "Member 'AWorldStateManager_C::Music' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, DefaultSceneRoot) == 0x000600, "Member 'AWorldStateManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, OnSessionCreated) == 0x000608, "Member 'AWorldStateManager_C::OnSessionCreated' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bFriendsOnly) == 0x000618, "Member 'AWorldStateManager_C::bFriendsOnly' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bLoadEndingPathStarted) == 0x000619, "Member 'AWorldStateManager_C::bLoadEndingPathStarted' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bTeleportToEndingIslandStarted) == 0x00061A, "Member 'AWorldStateManager_C::bTeleportToEndingIslandStarted' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bTeleportToEndingDepotStarted) == 0x00061B, "Member 'AWorldStateManager_C::bTeleportToEndingDepotStarted' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bExitEndingDepotStarted) == 0x00061C, "Member 'AWorldStateManager_C::bExitEndingDepotStarted' has a wrong offset!"); \ static_assert(offsetof(AWorldStateManager_C, bTeleportToSnakeDepotStarted) == 0x00061D, "Member 'AWorldStateManager_C::bTeleportToSnakeDepotStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_FightBack_C_ExecuteUbergraph_Task_FightBack \ static_assert(alignof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack) == 0x000008, "Wrong alignment on Task_FightBack_C_ExecuteUbergraph_Task_FightBack"); \ static_assert(sizeof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack) == 0x000088, "Wrong size on Task_FightBack_C_ExecuteUbergraph_Task_FightBack"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, EntryPoint) == 0x000000, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, CallFunc_GetSettings_ReturnValue) == 0x000030, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, K2Node_Event_Player_1) == 0x000070, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, K2Node_Event_Player) == 0x000078, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_FightBack_C_ExecuteUbergraph_Task_FightBack, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000080, "Member 'Task_FightBack_C_ExecuteUbergraph_Task_FightBack::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_FightBack_C_OnRemoveFromPlayer \ static_assert(alignof(Task_FightBack_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_FightBack_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_FightBack_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_FightBack_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_FightBack_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_FightBack_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_FightBack_C_OnGivePlayer \ static_assert(alignof(Task_FightBack_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_FightBack_C_OnGivePlayer"); \ static_assert(sizeof(Task_FightBack_C_OnGivePlayer) == 0x000008, "Wrong size on Task_FightBack_C_OnGivePlayer"); \ static_assert(offsetof(Task_FightBack_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_FightBack_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_FightBack_C \ static_assert(alignof(UTask_FightBack_C) == 0x000008, "Wrong alignment on UTask_FightBack_C"); \ static_assert(sizeof(UTask_FightBack_C) == 0x0000B0, "Wrong size on UTask_FightBack_C"); \ static_assert(offsetof(UTask_FightBack_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_FightBack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTask_FightBack_C, FightOffEnemyClass) == 0x0000A8, "Member 'UTask_FightBack_C::FightOffEnemyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HaveCompletedTask_C_CheckResult \ static_assert(alignof(HaveCompletedTask_C_CheckResult) == 0x000008, "Wrong alignment on HaveCompletedTask_C_CheckResult"); \ static_assert(sizeof(HaveCompletedTask_C_CheckResult) == 0x000018, "Wrong size on HaveCompletedTask_C_CheckResult"); \ static_assert(offsetof(HaveCompletedTask_C_CheckResult, Graph) == 0x000000, "Member 'HaveCompletedTask_C_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(HaveCompletedTask_C_CheckResult, QuestManager) == 0x000008, "Member 'HaveCompletedTask_C_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(HaveCompletedTask_C_CheckResult, ReturnValue) == 0x000010, "Member 'HaveCompletedTask_C_CheckResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HaveCompletedTask_C_CheckResult, CallFunc_HaveCompletedTask_ReturnValue) == 0x000011, "Member 'HaveCompletedTask_C_CheckResult::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHaveCompletedTask_C \ static_assert(alignof(UHaveCompletedTask_C) == 0x000008, "Wrong alignment on UHaveCompletedTask_C"); \ static_assert(sizeof(UHaveCompletedTask_C) == 0x000030, "Wrong size on UHaveCompletedTask_C"); \ static_assert(offsetof(UHaveCompletedTask_C, TaskTag) == 0x000028, "Member 'UHaveCompletedTask_C::TaskTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CycleRequirement_C_CheckResult \ static_assert(alignof(CycleRequirement_C_CheckResult) == 0x000008, "Wrong alignment on CycleRequirement_C_CheckResult"); \ static_assert(sizeof(CycleRequirement_C_CheckResult) == 0x000028, "Wrong size on CycleRequirement_C_CheckResult"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, Graph) == 0x000000, "Member 'CycleRequirement_C_CheckResult::Graph' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, QuestManager) == 0x000008, "Member 'CycleRequirement_C_CheckResult::QuestManager' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, ReturnValue) == 0x000010, "Member 'CycleRequirement_C_CheckResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'CycleRequirement_C_CheckResult::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'CycleRequirement_C_CheckResult::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000021, "Member 'CycleRequirement_C_CheckResult::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_IsUnlocked_ReturnValue) == 0x000022, "Member 'CycleRequirement_C_CheckResult::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000023, "Member 'CycleRequirement_C_CheckResult::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_IsUnlocked_ReturnValue_1) == 0x000024, "Member 'CycleRequirement_C_CheckResult::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CycleRequirement_C_CheckResult, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'CycleRequirement_C_CheckResult::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCycleRequirement_C \ static_assert(alignof(UCycleRequirement_C) == 0x000008, "Wrong alignment on UCycleRequirement_C"); \ static_assert(sizeof(UCycleRequirement_C) == 0x000030, "Wrong size on UCycleRequirement_C"); \ static_assert(offsetof(UCycleRequirement_C, RequiredCycle) == 0x000028, "Member 'UCycleRequirement_C::RequiredCycle' has a wrong offset!"); \ static_assert(offsetof(UCycleRequirement_C, RequiredUnlockCycle) == 0x000029, "Member 'UCycleRequirement_C::RequiredUnlockCycle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget \ static_assert(alignof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget) == 0x000008, "Wrong alignment on QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget"); \ static_assert(sizeof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget) == 0x0000F0, "Wrong size on QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, EntryPoint) == 0x000000, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, K2Node_Event_MyGeometry) == 0x000004, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_BreakColor_R) == 0x000040, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_BreakColor_R' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_BreakColor_G) == 0x000044, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_BreakColor_G' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_BreakColor_B) == 0x000048, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_BreakColor_B' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_BreakColor_A) == 0x00004C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_BreakColor_A' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MinValue) == 0x000050, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MinValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MaxValue) == 0x000054, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MaxValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000058, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_FClamp_ReturnValue) == 0x000060, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetFloatValue_ReturnValue) == 0x000064, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, K2Node_MakeStruct_LinearColor) == 0x000068, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_FMax_ReturnValue) == 0x000078, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00007C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_SelectFloat_ReturnValue) == 0x000080, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000084, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000088, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MinValue_1) == 0x000090, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MinValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MaxValue_1) == 0x000094, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MaxValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MinValue_2) == 0x000098, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MinValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetValueRange_MaxValue_2) == 0x00009C, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetValueRange_MaxValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_FMax_ReturnValue_1) == 0x0000A0, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000A4, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, K2Node_MakeStruct_LinearColor_1) == 0x0000A8, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetTimeSeconds_ReturnValue) == 0x0000B8, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x0000BC, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_GetTimeSeconds_ReturnValue_2) == 0x0000C0, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_GetTimeSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000C4, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000C8, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D8, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000E8, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget, CallFunc_SelectFloat_ReturnValue_1) == 0x0000EC, "Member 'QuestFadingWidget_C_ExecuteUbergraph_QuestFadingWidget::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestFadingWidget_C_Tick \ static_assert(alignof(QuestFadingWidget_C_Tick) == 0x000004, "Wrong alignment on QuestFadingWidget_C_Tick"); \ static_assert(sizeof(QuestFadingWidget_C_Tick) == 0x00003C, "Wrong size on QuestFadingWidget_C_Tick"); \ static_assert(offsetof(QuestFadingWidget_C_Tick, MyGeometry) == 0x000000, "Member 'QuestFadingWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(QuestFadingWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'QuestFadingWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestFadingWidget_C_GetBrushColor_0 \ static_assert(alignof(QuestFadingWidget_C_GetBrushColor_0) == 0x000004, "Wrong alignment on QuestFadingWidget_C_GetBrushColor_0"); \ static_assert(sizeof(QuestFadingWidget_C_GetBrushColor_0) == 0x000010, "Wrong size on QuestFadingWidget_C_GetBrushColor_0"); \ static_assert(offsetof(QuestFadingWidget_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'QuestFadingWidget_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuestFadingWidget_C \ static_assert(alignof(UQuestFadingWidget_C) == 0x000008, "Wrong alignment on UQuestFadingWidget_C"); \ static_assert(sizeof(UQuestFadingWidget_C) == 0x0002C8, "Wrong size on UQuestFadingWidget_C"); \ static_assert(offsetof(UQuestFadingWidget_C, UberGraphFrame) == 0x000260, "Member 'UQuestFadingWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, Border_149) == 0x000268, "Member 'UQuestFadingWidget_C::Border_149' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, UsedFadingColor) == 0x000270, "Member 'UQuestFadingWidget_C::UsedFadingColor' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, FadingTime) == 0x000280, "Member 'UQuestFadingWidget_C::FadingTime' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, bStartFading) == 0x000284, "Member 'UQuestFadingWidget_C::bStartFading' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, FadeCurve) == 0x000288, "Member 'UQuestFadingWidget_C::FadeCurve' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, CurrentTime) == 0x000290, "Member 'UQuestFadingWidget_C::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, Speed) == 0x000294, "Member 'UQuestFadingWidget_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, DefaultFadingTime) == 0x000298, "Member 'UQuestFadingWidget_C::DefaultFadingTime' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, bPlayFadeIn) == 0x00029C, "Member 'UQuestFadingWidget_C::bPlayFadeIn' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, TargetTime) == 0x0002A0, "Member 'UQuestFadingWidget_C::TargetTime' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, FadingColor) == 0x0002A4, "Member 'UQuestFadingWidget_C::FadingColor' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, bAutoFadeOut) == 0x0002B4, "Member 'UQuestFadingWidget_C::bAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, DelayAutoFadeOut) == 0x0002B8, "Member 'UQuestFadingWidget_C::DelayAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, StartTimeSeconds) == 0x0002BC, "Member 'UQuestFadingWidget_C::StartTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(UQuestFadingWidget_C, AutoFadeOutFadingTime) == 0x0002C0, "Member 'UQuestFadingWidget_C::AutoFadeOutFadingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget \ static_assert(alignof(QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget) == 0x000008, "Wrong alignment on QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget"); \ static_assert(sizeof(QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget) == 0x000098, "Wrong size on QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget"); \ static_assert(offsetof(QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget, EntryPoint) == 0x000000, "Member 'QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'QuestBlurWidget_C_ExecuteUbergraph_QuestBlurWidget::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestBlurWidget_C_UpdateBlur \ static_assert(alignof(QuestBlurWidget_C_UpdateBlur) == 0x000004, "Wrong alignment on QuestBlurWidget_C_UpdateBlur"); \ static_assert(sizeof(QuestBlurWidget_C_UpdateBlur) == 0x000004, "Wrong size on QuestBlurWidget_C_UpdateBlur"); \ static_assert(offsetof(QuestBlurWidget_C_UpdateBlur, Value) == 0x000000, "Member 'QuestBlurWidget_C_UpdateBlur::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuestBlurWidget_C \ static_assert(alignof(UQuestBlurWidget_C) == 0x000008, "Wrong alignment on UQuestBlurWidget_C"); \ static_assert(sizeof(UQuestBlurWidget_C) == 0x000278, "Wrong size on UQuestBlurWidget_C"); \ static_assert(offsetof(UQuestBlurWidget_C, UberGraphFrame) == 0x000260, "Member 'UQuestBlurWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UQuestBlurWidget_C, Border_75) == 0x000268, "Member 'UQuestBlurWidget_C::Border_75' has a wrong offset!"); \ static_assert(offsetof(UQuestBlurWidget_C, Mid) == 0x000270, "Member 'UQuestBlurWidget_C::Mid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager \ static_assert(alignof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager) == 0x000010, "Wrong alignment on IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager"); \ static_assert(sizeof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager) == 0x000490, "Wrong size on IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, EntryPoint) == 0x000000, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Array_Index_Variable) == 0x000004, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000018, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetItemType_ReturnValue) == 0x000030, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Array_Index_Variable_2) == 0x000080, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, K2Node_Event_Placeholder) == 0x000088, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::K2Node_Event_Placeholder' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_MakeTextureFromRenderTarget_ReturnValue) == 0x000098, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_MakeTextureFromRenderTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000A8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0000B8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetComponentBounds_Origin) == 0x0000D8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetComponentBounds_BoxExtent) == 0x0000E4, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetComponentBounds_SphereRadius) == 0x0000F0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Length_ReturnValue) == 0x0000F4, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000F8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Add_VectorVector_ReturnValue) == 0x000104, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_MakeBox_ReturnValue) == 0x000114, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_MakeBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, Temp_int_Loop_Counter_Variable_2) == 0x000134, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentsByClass_ReturnValue_2) == 0x000138, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentsByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000148, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Get_Item_2) == 0x000150, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x00015C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000160, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0001A0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0001B0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetForwardVector_ReturnValue) == 0x0001B8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0001C8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001D0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetTransform_ReturnValue_1) == 0x0001E0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Vector_ComponentMax_ReturnValue) == 0x000210, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Vector_ComponentMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Vector_ComponentMin_ReturnValue) == 0x00021C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Vector_ComponentMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_MakeBox_ReturnValue_1) == 0x000228, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_MakeBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000244, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_InverseTransformLocation_ReturnValue) == 0x000250, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_VSize_ReturnValue) == 0x00025C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x000260, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00026C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_VLerp_ReturnValue) == 0x000270, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00027C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_BreakVector_X) == 0x000288, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_BreakVector_Y) == 0x00028C, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_BreakVector_Z) == 0x000290, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000294, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_MakeVector_ReturnValue) == 0x0002A0, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0002AC, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0002B8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000340, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_AddActorLocalTransform_SweepHitResult) == 0x000344, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_AddActorLocalTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0003CC, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003D8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0003DC, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x0003E8, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000470, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, K2Node_CustomEvent_Rofleemo) == 0x000478, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager, CallFunc_IsValid_ReturnValue_2) == 0x000480, "Member 'IconCaptureManager_C_ExecuteUbergraph_IconCaptureManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconCaptureManager_C_CaptureRofleemo \ static_assert(alignof(IconCaptureManager_C_CaptureRofleemo) == 0x000008, "Wrong alignment on IconCaptureManager_C_CaptureRofleemo"); \ static_assert(sizeof(IconCaptureManager_C_CaptureRofleemo) == 0x000008, "Wrong size on IconCaptureManager_C_CaptureRofleemo"); \ static_assert(offsetof(IconCaptureManager_C_CaptureRofleemo, Rofleemo) == 0x000000, "Member 'IconCaptureManager_C_CaptureRofleemo::Rofleemo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconCaptureManager_C_OnCapturePlaceholder \ static_assert(alignof(IconCaptureManager_C_OnCapturePlaceholder) == 0x000008, "Wrong alignment on IconCaptureManager_C_OnCapturePlaceholder"); \ static_assert(sizeof(IconCaptureManager_C_OnCapturePlaceholder) == 0x000008, "Wrong size on IconCaptureManager_C_OnCapturePlaceholder"); \ static_assert(offsetof(IconCaptureManager_C_OnCapturePlaceholder, Placeholder_0) == 0x000000, "Member 'IconCaptureManager_C_OnCapturePlaceholder::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIconCaptureManager_C \ static_assert(alignof(AIconCaptureManager_C) == 0x000008, "Wrong alignment on AIconCaptureManager_C"); \ static_assert(sizeof(AIconCaptureManager_C) == 0x0002A0, "Wrong size on AIconCaptureManager_C"); \ static_assert(offsetof(AIconCaptureManager_C, UberGraphFrame) == 0x000240, "Member 'AIconCaptureManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, SpotLight2) == 0x000248, "Member 'AIconCaptureManager_C::SpotLight2' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, SpotLight) == 0x000250, "Member 'AIconCaptureManager_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, SpotLight1) == 0x000258, "Member 'AIconCaptureManager_C::SpotLight1' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, ChildActor) == 0x000260, "Member 'AIconCaptureManager_C::ChildActor' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, Placeholder) == 0x000268, "Member 'AIconCaptureManager_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, SpawnedItem) == 0x000270, "Member 'AIconCaptureManager_C::SpawnedItem' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, SpawnedItemBounds) == 0x000278, "Member 'AIconCaptureManager_C::SpawnedItemBounds' has a wrong offset!"); \ static_assert(offsetof(AIconCaptureManager_C, RofleemoCapture) == 0x000298, "Member 'AIconCaptureManager_C::RofleemoCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right \ static_assert(alignof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right) == 0x000008, "Wrong alignment on JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right"); \ static_assert(sizeof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right) == 0x0001D8, "Wrong size on JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, EntryPoint) == 0x000000, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_byte_Variable) == 0x000004, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetTrackedQuests_ReturnValue) == 0x000020, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetTrackedQuests_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000030, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000040, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_PlayAnimationForward_ReturnValue) == 0x000050, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000058, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_byte_Variable_1) == 0x000060, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_AsJournal_Controller) == 0x000068, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_Event_IsGamepadNow) == 0x000084, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetHUD_ReturnValue) == 0x000090, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_AsHUD_Interface) == 0x000098, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_GetIsGamepadNow_IsGamepad) == 0x0000A9, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_CustomEvent_RecipeID) == 0x0000AC, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_CustomEvent_RecipeID' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_CustomEvent_Title) == 0x0000B0, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_CustomEvent_Title' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_CustomEvent_Description) == 0x0000C8, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_CustomEvent_Description' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_CustomEvent_Requirements) == 0x0000E0, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_CustomEvent_Requirements' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_Not_PreBool_ReturnValue) == 0x000130, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_MakeLiteralText_ReturnValue) == 0x000138, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_TextToUpper_ReturnValue) == 0x000150, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_bool_Variable) == 0x000168, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_Select_Default) == 0x000169, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_text_Variable) == 0x000170, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_text_Variable_1) == 0x000188, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, Temp_bool_Variable_1) == 0x0001A0, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, K2Node_Select_Default_1) == 0x0001A8, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right, CallFunc_TextToUpper_ReturnValue_1) == 0x0001C0, "Member 'JournalQuests_Right_C_ExecuteUbergraph_JournalQuests_Right::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_ConfigRecipeView \ static_assert(alignof(JournalQuests_Right_C_ConfigRecipeView) == 0x000008, "Wrong alignment on JournalQuests_Right_C_ConfigRecipeView"); \ static_assert(sizeof(JournalQuests_Right_C_ConfigRecipeView) == 0x000088, "Wrong size on JournalQuests_Right_C_ConfigRecipeView"); \ static_assert(offsetof(JournalQuests_Right_C_ConfigRecipeView, RecipeID) == 0x000000, "Member 'JournalQuests_Right_C_ConfigRecipeView::RecipeID' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ConfigRecipeView, Title) == 0x000008, "Member 'JournalQuests_Right_C_ConfigRecipeView::Title' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ConfigRecipeView, Description) == 0x000020, "Member 'JournalQuests_Right_C_ConfigRecipeView::Description' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_ConfigRecipeView, Requirements) == 0x000038, "Member 'JournalQuests_Right_C_ConfigRecipeView::Requirements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_OnGamepadModeChanged \ static_assert(alignof(JournalQuests_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalQuests_Right_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalQuests_Right_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalQuests_Right_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalQuests_Right_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalQuests_Right_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_SetTasks \ static_assert(alignof(JournalQuests_Right_C_SetTasks) == 0x000008, "Wrong alignment on JournalQuests_Right_C_SetTasks"); \ static_assert(sizeof(JournalQuests_Right_C_SetTasks) == 0x000128, "Wrong size on JournalQuests_Right_C_SetTasks"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, ActiveTaskAdded) == 0x000000, "Member 'JournalQuests_Right_C_SetTasks::ActiveTaskAdded' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'JournalQuests_Right_C_SetTasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, Temp_int_Array_Index_Variable) == 0x000008, "Member 'JournalQuests_Right_C_SetTasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, K2Node_MakeStruct_Margin) == 0x000010, "Member 'JournalQuests_Right_C_SetTasks::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'JournalQuests_Right_C_SetTasks::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Create_ReturnValue) == 0x000038, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Array_Get_Item) == 0x000050, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_GetTaskProgress_TaskProgress) == 0x0000C8, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_GetTaskProgress_TaskProgress' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E0, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000F0, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetTasks, CallFunc_Conv_StringToText_ReturnValue) == 0x000110, "Member 'JournalQuests_Right_C_SetTasks::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_GetTaskProgress \ static_assert(alignof(JournalQuests_Right_C_GetTaskProgress) == 0x000008, "Wrong alignment on JournalQuests_Right_C_GetTaskProgress"); \ static_assert(sizeof(JournalQuests_Right_C_GetTaskProgress) == 0x0000A8, "Wrong size on JournalQuests_Right_C_GetTaskProgress"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, Progress) == 0x000000, "Member 'JournalQuests_Right_C_GetTaskProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, Max_Progress) == 0x000004, "Member 'JournalQuests_Right_C_GetTaskProgress::Max_Progress' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, TaskProgress) == 0x000008, "Member 'JournalQuests_Right_C_GetTaskProgress::TaskProgress' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000050, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_GetTaskProgress, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'JournalQuests_Right_C_GetTaskProgress::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_SetSubtasks \ static_assert(alignof(JournalQuests_Right_C_SetSubtasks) == 0x000008, "Wrong alignment on JournalQuests_Right_C_SetSubtasks"); \ static_assert(sizeof(JournalQuests_Right_C_SetSubtasks) == 0x0000E0, "Wrong size on JournalQuests_Right_C_SetSubtasks"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, SubTasks) == 0x000000, "Member 'JournalQuests_Right_C_SetSubtasks::SubTasks' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'JournalQuests_Right_C_SetSubtasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, Temp_int_Array_Index_Variable) == 0x000020, "Member 'JournalQuests_Right_C_SetSubtasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Array_Get_Item) == 0x000028, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_GetTaskProgress_TaskProgress) == 0x000058, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_GetTaskProgress_TaskProgress' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, K2Node_MakeStruct_Margin) == 0x0000A0, "Member 'JournalQuests_Right_C_SetSubtasks::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_GetPlayerController_ReturnValue) == 0x0000C8, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_Create_ReturnValue) == 0x0000D0, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetSubtasks, CallFunc_AddChild_ReturnValue) == 0x0000D8, "Member 'JournalQuests_Right_C_SetSubtasks::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalQuests_Right_C_SetupRecipeView \ static_assert(alignof(JournalQuests_Right_C_SetupRecipeView) == 0x000008, "Wrong alignment on JournalQuests_Right_C_SetupRecipeView"); \ static_assert(sizeof(JournalQuests_Right_C_SetupRecipeView) == 0x0000D8, "Wrong size on JournalQuests_Right_C_SetupRecipeView"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, Requirements) == 0x000000, "Member 'JournalQuests_Right_C_SetupRecipeView::Requirements' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, PlayersInventory) == 0x000050, "Member 'JournalQuests_Right_C_SetupRecipeView::PlayersInventory' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, Temp_int_Array_Index_Variable) == 0x000058, "Member 'JournalQuests_Right_C_SetupRecipeView::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Array_Get_Item) == 0x000070, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Map_Values_Values) == 0x000080, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'JournalQuests_Right_C_SetupRecipeView::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Array_Get_Item_1) == 0x000094, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_GetInventoryComponent_isValid) == 0x0000A0, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_GetInventoryComponent_isValid' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_GetInventoryComponent_PlayerInventory) == 0x0000A8, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_GetInventoryComponent_PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_GetItemCountOfClass_ReturnValue) == 0x0000B0, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_GetItemCountOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_Create_ReturnValue) == 0x0000B8, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, K2Node_MakeStruct_Margin) == 0x0000C0, "Member 'JournalQuests_Right_C_SetupRecipeView::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(JournalQuests_Right_C_SetupRecipeView, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000D0, "Member 'JournalQuests_Right_C_SetupRecipeView::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalQuests_Right_C \ static_assert(alignof(UJournalQuests_Right_C) == 0x000008, "Wrong alignment on UJournalQuests_Right_C"); \ static_assert(sizeof(UJournalQuests_Right_C) == 0x0003E8, "Wrong size on UJournalQuests_Right_C"); \ static_assert(offsetof(UJournalQuests_Right_C, UberGraphFrame_JournalQuests_Right_C) == 0x0002A8, "Member 'UJournalQuests_Right_C::UberGraphFrame_JournalQuests_Right_C' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, ClickTrack) == 0x0002B0, "Member 'UJournalQuests_Right_C::ClickTrack' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, HeaderBG) == 0x0002B8, "Member 'UJournalQuests_Right_C::HeaderBG' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, Image_93) == 0x0002C0, "Member 'UJournalQuests_Right_C::Image_93' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, JournalListItem) == 0x0002C8, "Member 'UJournalQuests_Right_C::JournalListItem' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, JournalListItem_1) == 0x0002D0, "Member 'UJournalQuests_Right_C::JournalListItem_1' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, KeyDisplay) == 0x0002D8, "Member 'UJournalQuests_Right_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, Preambular) == 0x0002E0, "Member 'UJournalQuests_Right_C::Preambular' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, QuestTitle) == 0x0002E8, "Member 'UJournalQuests_Right_C::QuestTitle' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, ReqTitle) == 0x0002F0, "Member 'UJournalQuests_Right_C::ReqTitle' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, TasksWrapper) == 0x0002F8, "Member 'UJournalQuests_Right_C::TasksWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, TrackButton) == 0x000300, "Member 'UJournalQuests_Right_C::TrackButton' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, TrackText) == 0x000308, "Member 'UJournalQuests_Right_C::TrackText' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, Quest) == 0x000310, "Member 'UJournalQuests_Right_C::Quest' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, IsTracked) == 0x000380, "Member 'UJournalQuests_Right_C::IsTracked' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, TabData) == 0x000388, "Member 'UJournalQuests_Right_C::TabData' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, isRecipeView) == 0x000390, "Member 'UJournalQuests_Right_C::isRecipeView' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, Recipe_ID) == 0x000394, "Member 'UJournalQuests_Right_C::Recipe_ID' has a wrong offset!"); \ static_assert(offsetof(UJournalQuests_Right_C, RecipeRequirements) == 0x000398, "Member 'UJournalQuests_Right_C::RecipeRequirements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_ExecuteUbergraph_GenericMedicine \ static_assert(alignof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine) == 0x000008, "Wrong alignment on GenericMedicine_C_ExecuteUbergraph_GenericMedicine"); \ static_assert(sizeof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine) == 0x0000A8, "Wrong size on GenericMedicine_C_ExecuteUbergraph_GenericMedicine"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, EntryPoint) == 0x000000, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, K2Node_Event_Hit) == 0x000008, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000098, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_ExecuteUbergraph_GenericMedicine, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'GenericMedicine_C_ExecuteUbergraph_GenericMedicine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_OnUseActor \ static_assert(alignof(GenericMedicine_C_OnUseActor) == 0x000008, "Wrong alignment on GenericMedicine_C_OnUseActor"); \ static_assert(sizeof(GenericMedicine_C_OnUseActor) == 0x000090, "Wrong size on GenericMedicine_C_OnUseActor"); \ static_assert(offsetof(GenericMedicine_C_OnUseActor, Hit) == 0x000000, "Member 'GenericMedicine_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericMedicine_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_CanUse \ static_assert(alignof(GenericMedicine_C_CanUse) == 0x000008, "Wrong alignment on GenericMedicine_C_CanUse"); \ static_assert(sizeof(GenericMedicine_C_CanUse) == 0x0000A8, "Wrong size on GenericMedicine_C_CanUse"); \ static_assert(offsetof(GenericMedicine_C_CanUse, Hit) == 0x000000, "Member 'GenericMedicine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericMedicine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericMedicine_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'GenericMedicine_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x000092, "Member 'GenericMedicine_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_GetItemState_ReturnValue) == 0x000093, "Member 'GenericMedicine_C_CanUse::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000094, "Member 'GenericMedicine_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000095, "Member 'GenericMedicine_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_IsWinchPlaying_ReturnValue) == 0x000096, "Member 'GenericMedicine_C_CanUse::CallFunc_IsWinchPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000097, "Member 'GenericMedicine_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'GenericMedicine_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_CanUseAction_ReturnValue) == 0x000099, "Member 'GenericMedicine_C_CanUse::CallFunc_CanUseAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_IsPlayingAction_ReturnValue) == 0x00009A, "Member 'GenericMedicine_C_CanUse::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_GetPercentageValue_ReturnValue) == 0x00009C, "Member 'GenericMedicine_C_CanUse::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A0, "Member 'GenericMedicine_C_CanUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A1, "Member 'GenericMedicine_C_CanUse::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A2, "Member 'GenericMedicine_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A3, "Member 'GenericMedicine_C_CanUse::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_BooleanAND_ReturnValue_3) == 0x0000A4, "Member 'GenericMedicine_C_CanUse::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_CanUse, CallFunc_BooleanAND_ReturnValue_4) == 0x0000A5, "Member 'GenericMedicine_C_CanUse::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_GetDefaultStatValue \ static_assert(alignof(GenericMedicine_C_GetDefaultStatValue) == 0x000008, "Wrong alignment on GenericMedicine_C_GetDefaultStatValue"); \ static_assert(sizeof(GenericMedicine_C_GetDefaultStatValue) == 0x000028, "Wrong size on GenericMedicine_C_GetDefaultStatValue"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, DefaultStat) == 0x000000, "Member 'GenericMedicine_C_GetDefaultStatValue::DefaultStat' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000004, "Member 'GenericMedicine_C_GetDefaultStatValue::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'GenericMedicine_C_GetDefaultStatValue::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'GenericMedicine_C_GetDefaultStatValue::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericMedicine_C_GetDefaultStatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000021, "Member 'GenericMedicine_C_GetDefaultStatValue::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'GenericMedicine_C_GetDefaultStatValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_GetDefaultStatValue, CallFunc_SelectFloat_ReturnValue) == 0x000024, "Member 'GenericMedicine_C_GetDefaultStatValue::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_AddHeal \ static_assert(alignof(GenericMedicine_C_AddHeal) == 0x000008, "Wrong alignment on GenericMedicine_C_AddHeal"); \ static_assert(sizeof(GenericMedicine_C_AddHeal) == 0x0000D0, "Wrong size on GenericMedicine_C_AddHeal"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, Player) == 0x000000, "Member 'GenericMedicine_C_AddHeal::Player' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, IsRunning) == 0x000008, "Member 'GenericMedicine_C_AddHeal::IsRunning' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, L_ActionObject) == 0x000010, "Member 'GenericMedicine_C_AddHeal::L_ActionObject' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsRunning_ReturnValue) == 0x000018, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsValidAnimation_IsValid) == 0x000019, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsValidAnimation_IsValid' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'GenericMedicine_C_AddHeal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, Temp_bool_Variable) == 0x00001B, "Member 'GenericMedicine_C_AddHeal::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, Temp_bool_Variable_1) == 0x00001C, "Member 'GenericMedicine_C_AddHeal::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsValidAnimation_IsValid_1) == 0x00001D, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsValidAnimation_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, Temp_bool_Variable_2) == 0x00001E, "Member 'GenericMedicine_C_AddHeal::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_BooleanAND_ReturnValue_1) == 0x00001F, "Member 'GenericMedicine_C_AddHeal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, Temp_bool_Variable_3) == 0x000020, "Member 'GenericMedicine_C_AddHeal::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsValidAnimation_IsValid_2) == 0x000021, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsValidAnimation_IsValid_2' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_BooleanAND_ReturnValue_2) == 0x000022, "Member 'GenericMedicine_C_AddHeal::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_Select_Default) == 0x000028, "Member 'GenericMedicine_C_AddHeal::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000040, "Member 'GenericMedicine_C_AddHeal::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'GenericMedicine_C_AddHeal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_GetBarrelGripType_ReturnValue) == 0x000049, "Member 'GenericMedicine_C_AddHeal::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_SwitchEnum_CmpSuccess) == 0x00004A, "Member 'GenericMedicine_C_AddHeal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_Map_Find_Value) == 0x000050, "Member 'GenericMedicine_C_AddHeal::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'GenericMedicine_C_AddHeal::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_Map_Find_Value_1) == 0x000068, "Member 'GenericMedicine_C_AddHeal::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_Map_Find_ReturnValue_1) == 0x000078, "Member 'GenericMedicine_C_AddHeal::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_IsValidAnimation_IsValid_3) == 0x000079, "Member 'GenericMedicine_C_AddHeal::CallFunc_IsValidAnimation_IsValid_3' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_BooleanAND_ReturnValue_3) == 0x00007A, "Member 'GenericMedicine_C_AddHeal::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_BooleanAND_ReturnValue_4) == 0x00007B, "Member 'GenericMedicine_C_AddHeal::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_Select_Default_1) == 0x000080, "Member 'GenericMedicine_C_AddHeal::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_Select_Default_2) == 0x000090, "Member 'GenericMedicine_C_AddHeal::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_Select_Default_3) == 0x0000A0, "Member 'GenericMedicine_C_AddHeal::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_GetDefaultStatValue_DefaultStat) == 0x0000B0, "Member 'GenericMedicine_C_AddHeal::CallFunc_GetDefaultStatValue_DefaultStat' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, CallFunc_GetAction_ReturnValue) == 0x0000B8, "Member 'GenericMedicine_C_AddHeal::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_DynamicCast_AsAction_Use_Heal) == 0x0000C0, "Member 'GenericMedicine_C_AddHeal::K2Node_DynamicCast_AsAction_Use_Heal' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_AddHeal, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'GenericMedicine_C_AddHeal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericMedicine_C_IsValidAnimation \ static_assert(alignof(GenericMedicine_C_IsValidAnimation) == 0x000008, "Wrong alignment on GenericMedicine_C_IsValidAnimation"); \ static_assert(sizeof(GenericMedicine_C_IsValidAnimation) == 0x000018, "Wrong size on GenericMedicine_C_IsValidAnimation"); \ static_assert(offsetof(GenericMedicine_C_IsValidAnimation, AnimMontage) == 0x000000, "Member 'GenericMedicine_C_IsValidAnimation::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_IsValidAnimation, IsValid) == 0x000010, "Member 'GenericMedicine_C_IsValidAnimation::IsValid' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_IsValidAnimation, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'GenericMedicine_C_IsValidAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_IsValidAnimation, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'GenericMedicine_C_IsValidAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericMedicine_C_IsValidAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'GenericMedicine_C_IsValidAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericMedicine_C \ static_assert(alignof(AGenericMedicine_C) == 0x000010, "Wrong alignment on AGenericMedicine_C"); \ static_assert(sizeof(AGenericMedicine_C) == 0x000540, "Wrong size on AGenericMedicine_C"); \ static_assert(offsetof(AGenericMedicine_C, UberGraphFrame_GenericMedicine_C) == 0x000428, "Member 'AGenericMedicine_C::UberGraphFrame_GenericMedicine_C' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, AddStatPercentDefault) == 0x000430, "Member 'AGenericMedicine_C::AddStatPercentDefault' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, AddStatPercentViaPerk) == 0x000434, "Member 'AGenericMedicine_C::AddStatPercentViaPerk' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealActionClass) == 0x000438, "Member 'AGenericMedicine_C::HealActionClass' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimation) == 0x000440, "Member 'AGenericMedicine_C::HealAnimation' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimationRevolver) == 0x000450, "Member 'AGenericMedicine_C::HealAnimationRevolver' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimationGun) == 0x000460, "Member 'AGenericMedicine_C::HealAnimationGun' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, OverrideGunBarrelGripAnim) == 0x000470, "Member 'AGenericMedicine_C::OverrideGunBarrelGripAnim' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimationSprintRevolver) == 0x0004C0, "Member 'AGenericMedicine_C::HealAnimationSprintRevolver' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimationSprintGun) == 0x0004D0, "Member 'AGenericMedicine_C::HealAnimationSprintGun' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, OverrideSprintGunBarrelGripAnim) == 0x0004E0, "Member 'AGenericMedicine_C::OverrideSprintGunBarrelGripAnim' has a wrong offset!"); \ static_assert(offsetof(AGenericMedicine_C, HealAnimationSprint) == 0x000530, "Member 'AGenericMedicine_C::HealAnimationSprint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_ExecuteUbergraph_Customization_Left \ static_assert(alignof(Customization_Left_C_ExecuteUbergraph_Customization_Left) == 0x000008, "Wrong alignment on Customization_Left_C_ExecuteUbergraph_Customization_Left"); \ static_assert(sizeof(Customization_Left_C_ExecuteUbergraph_Customization_Left) == 0x000060, "Wrong size on Customization_Left_C_ExecuteUbergraph_Customization_Left"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, EntryPoint) == 0x000000, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_Event_IsDesignTime) == 0x000024, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_MakeArray_Array) == 0x000028, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_Event_IsGamepadNow) == 0x000038, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_ExecuteUbergraph_Customization_Left, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'Customization_Left_C_ExecuteUbergraph_Customization_Left::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_OnGamepadModeChanged \ static_assert(alignof(Customization_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on Customization_Left_C_OnGamepadModeChanged"); \ static_assert(sizeof(Customization_Left_C_OnGamepadModeChanged) == 0x000001, "Wrong size on Customization_Left_C_OnGamepadModeChanged"); \ static_assert(offsetof(Customization_Left_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'Customization_Left_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_PreConstruct \ static_assert(alignof(Customization_Left_C_PreConstruct) == 0x000001, "Wrong alignment on Customization_Left_C_PreConstruct"); \ static_assert(sizeof(Customization_Left_C_PreConstruct) == 0x000001, "Wrong size on Customization_Left_C_PreConstruct"); \ static_assert(offsetof(Customization_Left_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Customization_Left_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_On_Customization_Item_Selected \ static_assert(alignof(Customization_Left_C_On_Customization_Item_Selected) == 0x000008, "Wrong alignment on Customization_Left_C_On_Customization_Item_Selected"); \ static_assert(sizeof(Customization_Left_C_On_Customization_Item_Selected) == 0x000030, "Wrong size on Customization_Left_C_On_Customization_Item_Selected"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, IsAlreadySelected) == 0x000000, "Member 'Customization_Left_C_On_Customization_Item_Selected::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, ItemIndex) == 0x000004, "Member 'Customization_Left_C_On_Customization_Item_Selected::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, CallFunc_Create_ReturnValue) == 0x000008, "Member 'Customization_Left_C_On_Customization_Item_Selected::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'Customization_Left_C_On_Customization_Item_Selected::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, CallFunc_Array_Get_Item) == 0x000018, "Member 'Customization_Left_C_On_Customization_Item_Selected::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, K2Node_DynamicCast_AsJournal_Controller) == 0x000020, "Member 'Customization_Left_C_On_Customization_Item_Selected::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Customization_Left_C_On_Customization_Item_Selected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Item_Selected, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'Customization_Left_C_On_Customization_Item_Selected::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_Draw_Customization_Options \ static_assert(alignof(Customization_Left_C_Draw_Customization_Options) == 0x000008, "Wrong alignment on Customization_Left_C_Draw_Customization_Options"); \ static_assert(sizeof(Customization_Left_C_Draw_Customization_Options) == 0x000028, "Wrong size on Customization_Left_C_Draw_Customization_Options"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Customization_Left_C_Draw_Customization_Options::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Customization_Left_C_Draw_Customization_Options::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Customization_Left_C_Draw_Customization_Options::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, CallFunc_Create_ReturnValue) == 0x000010, "Member 'Customization_Left_C_Draw_Customization_Options::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, CallFunc_Array_Get_Item) == 0x000018, "Member 'Customization_Left_C_Draw_Customization_Options::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'Customization_Left_C_Draw_Customization_Options::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_Draw_Customization_Options, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'Customization_Left_C_Draw_Customization_Options::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Customization_Left_C_On_Customization_Hovered \ static_assert(alignof(Customization_Left_C_On_Customization_Hovered) == 0x000008, "Wrong alignment on Customization_Left_C_On_Customization_Hovered"); \ static_assert(sizeof(Customization_Left_C_On_Customization_Hovered) == 0x000048, "Wrong size on Customization_Left_C_On_Customization_Hovered"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, isHoveredNow) == 0x000000, "Member 'Customization_Left_C_On_Customization_Hovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, ItemIndex) == 0x000004, "Member 'Customization_Left_C_On_Customization_Hovered::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, CallFunc_GetItem_isFounded) == 0x000008, "Member 'Customization_Left_C_On_Customization_Hovered::CallFunc_GetItem_isFounded' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, CallFunc_GetItem_ListItem) == 0x000010, "Member 'Customization_Left_C_On_Customization_Hovered::CallFunc_GetItem_ListItem' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, K2Node_DynamicCast_AsJournal_Abstract_List_Item) == 0x000018, "Member 'Customization_Left_C_On_Customization_Hovered::K2Node_DynamicCast_AsJournal_Abstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Customization_Left_C_On_Customization_Hovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, CallFunc_GetItem_isFounded_1) == 0x000021, "Member 'Customization_Left_C_On_Customization_Hovered::CallFunc_GetItem_isFounded_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, CallFunc_GetItem_ListItem_1) == 0x000028, "Member 'Customization_Left_C_On_Customization_Hovered::CallFunc_GetItem_ListItem_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000030, "Member 'Customization_Left_C_On_Customization_Hovered::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, K2Node_DynamicCast_AsJournal_Abstract_List_Item_1) == 0x000038, "Member 'Customization_Left_C_On_Customization_Hovered::K2Node_DynamicCast_AsJournal_Abstract_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(Customization_Left_C_On_Customization_Hovered, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Customization_Left_C_On_Customization_Hovered::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomization_Left_C \ static_assert(alignof(UCustomization_Left_C) == 0x000008, "Wrong alignment on UCustomization_Left_C"); \ static_assert(sizeof(UCustomization_Left_C) == 0x0002F0, "Wrong size on UCustomization_Left_C"); \ static_assert(offsetof(UCustomization_Left_C, UberGraphFrame_Customization_Left_C) == 0x0002A8, "Member 'UCustomization_Left_C::UberGraphFrame_Customization_Left_C' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, ContentWrapper) == 0x0002B0, "Member 'UCustomization_Left_C::ContentWrapper' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, JournalSectionHeader) == 0x0002B8, "Member 'UCustomization_Left_C::JournalSectionHeader' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, LeftHeader) == 0x0002C0, "Member 'UCustomization_Left_C::LeftHeader' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, VerticalList) == 0x0002C8, "Member 'UCustomization_Left_C::VerticalList' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, AvaliableCustomizations) == 0x0002D0, "Member 'UCustomization_Left_C::AvaliableCustomizations' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, TabData) == 0x0002E0, "Member 'UCustomization_Left_C::TabData' has a wrong offset!"); \ static_assert(offsetof(UCustomization_Left_C, HoveredItem) == 0x0002E8, "Member 'UCustomization_Left_C::HoveredItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_ExecuteUbergraph_AbstractListItem \ static_assert(alignof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem) == 0x000008, "Wrong alignment on AbstractListItem_C_ExecuteUbergraph_AbstractListItem"); \ static_assert(sizeof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem) == 0x000168, "Wrong size on AbstractListItem_C_ExecuteUbergraph_AbstractListItem"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, EntryPoint) == 0x000000, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_IsGamepadNow) == 0x000004, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_ItemIndex) == 0x000008, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_isInteractable) == 0x00000C, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_isInteractable' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_isHovered) == 0x00000D, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_MyGeometry) == 0x000010, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_MouseEvent_1) == 0x000048, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_GetPlayerController_ReturnValue) == 0x000128, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_GetHUD_ReturnValue) == 0x000130, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_DynamicCast_AsHUD_Interface) == 0x000138, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000150, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000161, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_GetIsGamepadNow_IsGamepad_1) == 0x000162, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_GetIsGamepadNow_IsGamepad_1' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_Not_PreBool_ReturnValue) == 0x000163, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_ExecuteUbergraph_AbstractListItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x000164, "Member 'AbstractListItem_C_ExecuteUbergraph_AbstractListItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_OnMouseLeave \ static_assert(alignof(AbstractListItem_C_OnMouseLeave) == 0x000008, "Wrong alignment on AbstractListItem_C_OnMouseLeave"); \ static_assert(sizeof(AbstractListItem_C_OnMouseLeave) == 0x000070, "Wrong size on AbstractListItem_C_OnMouseLeave"); \ static_assert(offsetof(AbstractListItem_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'AbstractListItem_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_OnMouseEnter \ static_assert(alignof(AbstractListItem_C_OnMouseEnter) == 0x000008, "Wrong alignment on AbstractListItem_C_OnMouseEnter"); \ static_assert(sizeof(AbstractListItem_C_OnMouseEnter) == 0x0000A8, "Wrong size on AbstractListItem_C_OnMouseEnter"); \ static_assert(offsetof(AbstractListItem_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'AbstractListItem_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'AbstractListItem_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_SetItemHover \ static_assert(alignof(AbstractListItem_C_SetItemHover) == 0x000001, "Wrong alignment on AbstractListItem_C_SetItemHover"); \ static_assert(sizeof(AbstractListItem_C_SetItemHover) == 0x000001, "Wrong size on AbstractListItem_C_SetItemHover"); \ static_assert(offsetof(AbstractListItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'AbstractListItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_SetCanItemInteract \ static_assert(alignof(AbstractListItem_C_SetCanItemInteract) == 0x000001, "Wrong alignment on AbstractListItem_C_SetCanItemInteract"); \ static_assert(sizeof(AbstractListItem_C_SetCanItemInteract) == 0x000001, "Wrong size on AbstractListItem_C_SetCanItemInteract"); \ static_assert(offsetof(AbstractListItem_C_SetCanItemInteract, IsInteractable_0) == 0x000000, "Member 'AbstractListItem_C_SetCanItemInteract::IsInteractable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_SetItemIndex \ static_assert(alignof(AbstractListItem_C_SetItemIndex) == 0x000004, "Wrong alignment on AbstractListItem_C_SetItemIndex"); \ static_assert(sizeof(AbstractListItem_C_SetItemIndex) == 0x000004, "Wrong size on AbstractListItem_C_SetItemIndex"); \ static_assert(offsetof(AbstractListItem_C_SetItemIndex, ItemIndex) == 0x000000, "Member 'AbstractListItem_C_SetItemIndex::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_OnInputTypeChanged \ static_assert(alignof(AbstractListItem_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on AbstractListItem_C_OnInputTypeChanged"); \ static_assert(sizeof(AbstractListItem_C_OnInputTypeChanged) == 0x000001, "Wrong size on AbstractListItem_C_OnInputTypeChanged"); \ static_assert(offsetof(AbstractListItem_C_OnInputTypeChanged, IsGamepadNOW) == 0x000000, "Member 'AbstractListItem_C_OnInputTypeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_OnMouseButtonUp \ static_assert(alignof(AbstractListItem_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on AbstractListItem_C_OnMouseButtonUp"); \ static_assert(sizeof(AbstractListItem_C_OnMouseButtonUp) == 0x0002F0, "Wrong size on AbstractListItem_C_OnMouseButtonUp"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'AbstractListItem_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'AbstractListItem_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'AbstractListItem_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'AbstractListItem_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000178, "Member 'AbstractListItem_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'AbstractListItem_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractListItem_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000238, "Member 'AbstractListItem_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_GetCanItemInteract \ static_assert(alignof(AbstractListItem_C_GetCanItemInteract) == 0x000001, "Wrong alignment on AbstractListItem_C_GetCanItemInteract"); \ static_assert(sizeof(AbstractListItem_C_GetCanItemInteract) == 0x000001, "Wrong size on AbstractListItem_C_GetCanItemInteract"); \ static_assert(offsetof(AbstractListItem_C_GetCanItemInteract, IsInteractable_0) == 0x000000, "Member 'AbstractListItem_C_GetCanItemInteract::IsInteractable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_GetItemSelect \ static_assert(alignof(AbstractListItem_C_GetItemSelect) == 0x000001, "Wrong alignment on AbstractListItem_C_GetItemSelect"); \ static_assert(sizeof(AbstractListItem_C_GetItemSelect) == 0x000001, "Wrong size on AbstractListItem_C_GetItemSelect"); \ static_assert(offsetof(AbstractListItem_C_GetItemSelect, IsSelected) == 0x000000, "Member 'AbstractListItem_C_GetItemSelect::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_GetItemHover \ static_assert(alignof(AbstractListItem_C_GetItemHover) == 0x000001, "Wrong alignment on AbstractListItem_C_GetItemHover"); \ static_assert(sizeof(AbstractListItem_C_GetItemHover) == 0x000001, "Wrong size on AbstractListItem_C_GetItemHover"); \ static_assert(offsetof(AbstractListItem_C_GetItemHover, IsHovered_0) == 0x000000, "Member 'AbstractListItem_C_GetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_GetItemIndex \ static_assert(alignof(AbstractListItem_C_GetItemIndex) == 0x000004, "Wrong alignment on AbstractListItem_C_GetItemIndex"); \ static_assert(sizeof(AbstractListItem_C_GetItemIndex) == 0x000004, "Wrong size on AbstractListItem_C_GetItemIndex"); \ static_assert(offsetof(AbstractListItem_C_GetItemIndex, ItemIndex) == 0x000000, "Member 'AbstractListItem_C_GetItemIndex::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_SelectItem \ static_assert(alignof(AbstractListItem_C_SelectItem) == 0x000001, "Wrong alignment on AbstractListItem_C_SelectItem"); \ static_assert(sizeof(AbstractListItem_C_SelectItem) == 0x000001, "Wrong size on AbstractListItem_C_SelectItem"); \ static_assert(offsetof(AbstractListItem_C_SelectItem, IsSelected) == 0x000000, "Member 'AbstractListItem_C_SelectItem::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractListItem_C_UnselectItem \ static_assert(alignof(AbstractListItem_C_UnselectItem) == 0x000001, "Wrong alignment on AbstractListItem_C_UnselectItem"); \ static_assert(sizeof(AbstractListItem_C_UnselectItem) == 0x000001, "Wrong size on AbstractListItem_C_UnselectItem"); \ static_assert(offsetof(AbstractListItem_C_UnselectItem, isUnselected) == 0x000000, "Member 'AbstractListItem_C_UnselectItem::isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbstractListItem_C \ static_assert(alignof(UAbstractListItem_C) == 0x000008, "Wrong alignment on UAbstractListItem_C"); \ static_assert(sizeof(UAbstractListItem_C) == 0x0002A8, "Wrong size on UAbstractListItem_C"); \ static_assert(offsetof(UAbstractListItem_C, UberGraphFrame) == 0x000260, "Member 'UAbstractListItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, ListItemIndex) == 0x000268, "Member 'UAbstractListItem_C::ListItemIndex' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, CanItemInteract) == 0x00026C, "Member 'UAbstractListItem_C::CanItemInteract' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, OnHovered) == 0x000270, "Member 'UAbstractListItem_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, isItemSelected) == 0x000280, "Member 'UAbstractListItem_C::isItemSelected' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, isItemHovered) == 0x000281, "Member 'UAbstractListItem_C::isItemHovered' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, CustomSize) == 0x000284, "Member 'UAbstractListItem_C::CustomSize' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, OnItemClicked) == 0x000290, "Member 'UAbstractListItem_C::OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UAbstractListItem_C, RenderPositionOffset) == 0x0002A0, "Member 'UAbstractListItem_C::RenderPositionOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem \ static_assert(alignof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem) == 0x000008, "Wrong alignment on BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem"); \ static_assert(sizeof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem) == 0x000238, "Wrong size on BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, EntryPoint) == 0x000000, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_struct_Variable) == 0x000004, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000010, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetBarrelDescription_ReturnValue) == 0x000020, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_struct_Variable_1) == 0x0000C0, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_byte_Variable) == 0x0000C8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_object_Variable) == 0x0000D0, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_object_Variable_1) == 0x0000D8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_object_Variable_2) == 0x0000E0, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_object_Variable_3) == 0x0000E8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_object_Variable_4) == 0x0000F0, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_Select_Default) == 0x0000F8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetIcon_ReturnValue) == 0x000100, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetItemType_ReturnValue) == 0x000110, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_ClassIsChildOf_ReturnValue) == 0x000118, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_Event_isHovered) == 0x000119, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetItemHover_isHovered) == 0x00011A, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_PlayAnimationForward_ReturnValue) == 0x000120, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_MakeStruct_Margin) == 0x000128, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000138, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000140, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetTierColor_BorderColor) == 0x000148, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetTierColor_BorderColor' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetTierColor_BackgroundColor) == 0x000158, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetTierColor_BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_MakeStruct_SlateColor) == 0x000180, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_MakeStruct_SlateColor_1) == 0x0001A8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_GetItemHover_isHovered_1) == 0x0001D0, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_GetItemHover_isHovered_1' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, CallFunc_Not_PreBool_ReturnValue) == 0x0001D1, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_MakeStruct_SlateColor_2) == 0x0001D8, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_MakeStruct_SlateColor_3) == 0x000200, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, Temp_bool_Variable) == 0x000228, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem, K2Node_Select_Default_1) == 0x00022C, "Member 'BenchWeaponMenuItem_C_ExecuteUbergraph_BenchWeaponMenuItem::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchWeaponMenuItem_C_SetItemHover \ static_assert(alignof(BenchWeaponMenuItem_C_SetItemHover) == 0x000001, "Wrong alignment on BenchWeaponMenuItem_C_SetItemHover"); \ static_assert(sizeof(BenchWeaponMenuItem_C_SetItemHover) == 0x000001, "Wrong size on BenchWeaponMenuItem_C_SetItemHover"); \ static_assert(offsetof(BenchWeaponMenuItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'BenchWeaponMenuItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchWeaponMenuItem_C_SelectItem \ static_assert(alignof(BenchWeaponMenuItem_C_SelectItem) == 0x000008, "Wrong alignment on BenchWeaponMenuItem_C_SelectItem"); \ static_assert(sizeof(BenchWeaponMenuItem_C_SelectItem) == 0x000018, "Wrong size on BenchWeaponMenuItem_C_SelectItem"); \ static_assert(offsetof(BenchWeaponMenuItem_C_SelectItem, IsSelected) == 0x000000, "Member 'BenchWeaponMenuItem_C_SelectItem::IsSelected' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_SelectItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'BenchWeaponMenuItem_C_SelectItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchWeaponMenuItem_C_SelectItem, CallFunc_SelectItem_isSelected) == 0x000010, "Member 'BenchWeaponMenuItem_C_SelectItem::CallFunc_SelectItem_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchWeaponMenuItem_C \ static_assert(alignof(UBenchWeaponMenuItem_C) == 0x000008, "Wrong alignment on UBenchWeaponMenuItem_C"); \ static_assert(sizeof(UBenchWeaponMenuItem_C) == 0x0002E8, "Wrong size on UBenchWeaponMenuItem_C"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, UberGraphFrame_BenchWeaponMenuItem_C) == 0x0002A8, "Member 'UBenchWeaponMenuItem_C::UberGraphFrame_BenchWeaponMenuItem_C' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, HoverAnimation) == 0x0002B0, "Member 'UBenchWeaponMenuItem_C::HoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, IconBG) == 0x0002B8, "Member 'UBenchWeaponMenuItem_C::IconBG' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, IconBorder) == 0x0002C0, "Member 'UBenchWeaponMenuItem_C::IconBorder' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, IconTopLabel) == 0x0002C8, "Member 'UBenchWeaponMenuItem_C::IconTopLabel' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, IconWrapper) == 0x0002D0, "Member 'UBenchWeaponMenuItem_C::IconWrapper' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, ItemIcon) == 0x0002D8, "Member 'UBenchWeaponMenuItem_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UBenchWeaponMenuItem_C, ItemPlaceholder) == 0x0002E0, "Member 'UBenchWeaponMenuItem_C::ItemPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TrainLocationRandomZ_C_ProvideSingleActor \ static_assert(alignof(EQS_TrainLocationRandomZ_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQS_TrainLocationRandomZ_C_ProvideSingleActor"); \ static_assert(sizeof(EQS_TrainLocationRandomZ_C_ProvideSingleActor) == 0x000048, "Wrong size on EQS_TrainLocationRandomZ_C_ProvideSingleActor"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, CallFunc_GetPlayerTrain_ReturnValue) == 0x000028, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, CallFunc_Array_Get_Item) == 0x000030, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleActor, CallFunc_GetLocomotive_ReturnValue) == 0x000040, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleActor::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TrainLocationRandomZ_C_ProvideSingleLocation \ static_assert(alignof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TrainLocationRandomZ_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation) == 0x0000B0, "Wrong size on EQS_TrainLocationRandomZ_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_GetPlayerTrain_ReturnValue) == 0x000020, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_RandomFloatInRange_ReturnValue) == 0x000028, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_GetLocomotive_ReturnValue) == 0x000040, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000048, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_MakeVector_ReturnValue_1) == 0x000058, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_GetAllActorsOfClass_OutActors) == 0x000068, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_Array_Get_Item) == 0x000088, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000090, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000A0, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_TrainLocationRandomZ_C_ProvideSingleLocation, CallFunc_Greater_IntInt_ReturnValue) == 0x0000AC, "Member 'EQS_TrainLocationRandomZ_C_ProvideSingleLocation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TrainLocationRandomZ_C \ static_assert(alignof(UEQS_TrainLocationRandomZ_C) == 0x000008, "Wrong alignment on UEQS_TrainLocationRandomZ_C"); \ static_assert(sizeof(UEQS_TrainLocationRandomZ_C) == 0x000030, "Wrong size on UEQS_TrainLocationRandomZ_C"); \ #define DUMPER7_ASSERTS_CustomizationItem_C_ExecuteUbergraph_CustomizationItem \ static_assert(alignof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem) == 0x000008, "Wrong alignment on CustomizationItem_C_ExecuteUbergraph_CustomizationItem"); \ static_assert(sizeof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem) == 0x000090, "Wrong size on CustomizationItem_C_ExecuteUbergraph_CustomizationItem"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, EntryPoint) == 0x000000, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_struct_Variable) == 0x000004, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_struct_Variable_1) == 0x000014, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_bool_Variable) == 0x000024, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_byte_Variable) == 0x000025, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_byte_Variable_1) == 0x000026, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_bool_Variable_1) == 0x000027, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_struct_Variable_2) == 0x000028, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_struct_Variable_3) == 0x000030, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Event_IsDesignTime) == 0x000038, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_bool_Variable_2) == 0x000039, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_SelectItem_isSelected) == 0x00003B, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_SelectItem_isSelected' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003C, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Less_FloatFloat_ReturnValue) == 0x000044, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Not_PreBool_ReturnValue_2) == 0x000060, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Not_PreBool_ReturnValue_3) == 0x000061, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_byte_Variable_2) == 0x000062, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_byte_Variable_3) == 0x000063, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000064, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_CustomEvent_IsHovered) == 0x000068, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_CustomEvent_IsHovered' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Select_Default) == 0x000070, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Select_Default_1) == 0x000080, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Event_IsGamepadNow) == 0x000081, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Event_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Select_Default_2) == 0x000084, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, Temp_bool_Variable_3) == 0x00008C, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_ExecuteUbergraph_CustomizationItem, K2Node_Select_Default_3) == 0x00008D, "Member 'CustomizationItem_C_ExecuteUbergraph_CustomizationItem::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizationItem_C_OnInputTypeChanged \ static_assert(alignof(CustomizationItem_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on CustomizationItem_C_OnInputTypeChanged"); \ static_assert(sizeof(CustomizationItem_C_OnInputTypeChanged) == 0x000001, "Wrong size on CustomizationItem_C_OnInputTypeChanged"); \ static_assert(offsetof(CustomizationItem_C_OnInputTypeChanged, IsGamepadNOW) == 0x000000, "Member 'CustomizationItem_C_OnInputTypeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizationItem_C_RedrawHover \ static_assert(alignof(CustomizationItem_C_RedrawHover) == 0x000001, "Wrong alignment on CustomizationItem_C_RedrawHover"); \ static_assert(sizeof(CustomizationItem_C_RedrawHover) == 0x000001, "Wrong size on CustomizationItem_C_RedrawHover"); \ static_assert(offsetof(CustomizationItem_C_RedrawHover, IsHovered_0) == 0x000000, "Member 'CustomizationItem_C_RedrawHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizationItem_C_PreConstruct \ static_assert(alignof(CustomizationItem_C_PreConstruct) == 0x000001, "Wrong alignment on CustomizationItem_C_PreConstruct"); \ static_assert(sizeof(CustomizationItem_C_PreConstruct) == 0x000001, "Wrong size on CustomizationItem_C_PreConstruct"); \ static_assert(offsetof(CustomizationItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'CustomizationItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizationItem_C_OnMouseButtonUp \ static_assert(alignof(CustomizationItem_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on CustomizationItem_C_OnMouseButtonUp"); \ static_assert(sizeof(CustomizationItem_C_OnMouseButtonUp) == 0x000218, "Wrong size on CustomizationItem_C_OnMouseButtonUp"); \ static_assert(offsetof(CustomizationItem_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'CustomizationItem_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'CustomizationItem_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'CustomizationItem_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CustomizationItem_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'CustomizationItem_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomizationItem_C \ static_assert(alignof(UCustomizationItem_C) == 0x000008, "Wrong alignment on UCustomizationItem_C"); \ static_assert(sizeof(UCustomizationItem_C) == 0x000308, "Wrong size on UCustomizationItem_C"); \ static_assert(offsetof(UCustomizationItem_C, UberGraphFrame_CustomizationItem_C) == 0x0002A8, "Member 'UCustomizationItem_C::UberGraphFrame_CustomizationItem_C' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, Border) == 0x0002B0, "Member 'UCustomizationItem_C::Border' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, CheckBG) == 0x0002B8, "Member 'UCustomizationItem_C::CheckBG' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, CheckedIcon) == 0x0002C0, "Member 'UCustomizationItem_C::CheckedIcon' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, Icon) == 0x0002C8, "Member 'UCustomizationItem_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, KeyDisplayProgress) == 0x0002D0, "Member 'UCustomizationItem_C::KeyDisplayProgress' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, KeyTipWrapper) == 0x0002D8, "Member 'UCustomizationItem_C::KeyTipWrapper' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, MouseActionHandler) == 0x0002E0, "Member 'UCustomizationItem_C::MouseActionHandler' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, isApplied) == 0x0002E8, "Member 'UCustomizationItem_C::isApplied' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, ItemCategory) == 0x0002E9, "Member 'UCustomizationItem_C::ItemCategory' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, VariationID) == 0x0002EC, "Member 'UCustomizationItem_C::VariationID' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, isHoldingInteract) == 0x0002F0, "Member 'UCustomizationItem_C::isHoldingInteract' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, TimerCumulativeTime) == 0x0002F4, "Member 'UCustomizationItem_C::TimerCumulativeTime' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, TimerStep) == 0x0002F8, "Member 'UCustomizationItem_C::TimerStep' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, MaxHoldTime) == 0x0002FC, "Member 'UCustomizationItem_C::MaxHoldTime' has a wrong offset!"); \ static_assert(offsetof(UCustomizationItem_C, HoldActionTimer) == 0x000300, "Member 'UCustomizationItem_C::HoldActionTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation \ static_assert(alignof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation) == 0x000148, "Wrong size on HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, EntryPoint) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_Result) == 0x000020, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_AsShark) == 0x000028, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_Owner_3) == 0x000038, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_Owner_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_OwnerController_3) == 0x000040, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_OwnerController_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_ControlledPawn_3) == 0x000048, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_ControlledPawn_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000058, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000064, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000070, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Square_ReturnValue) == 0x000074, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000078, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue_1) == 0x00007C, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_IsTaskExecuting_ReturnValue) == 0x000088, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_IsTaskExecuting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_RequestMoveToLocation_ReturnValue) == 0x000089, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_Owner_2) == 0x000090, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_OwnerController_2) == 0x000098, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_ControlledPawn_2) == 0x0000A0, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000A8, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_AsFGAICharacter_1) == 0x0000B0, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_Owner_1) == 0x0000C0, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_OwnerController_1) == 0x0000C8, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_Event_ControlledPawn_1) == 0x0000D0, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_CustomEvent_Result) == 0x0000D8, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_CustomEvent_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000EC, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0000ED, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_BooleanAND_ReturnValue) == 0x0000EE, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F0, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000100, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000108, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue_2) == 0x000114, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_RequestMoveToLocation_ReturnValue_1) == 0x000120, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_RequestMoveToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_AsFGAICharacter_2) == 0x000128, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_AsFGAICharacter_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_DynamicCast_bSuccess_3) == 0x000130, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, K2Node_SwitchEnum_CmpSuccess_3) == 0x000131, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000132, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x000138, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000140, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_Not_PreBool_ReturnValue_1) == 0x000141, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation, CallFunc_BooleanAND_ReturnValue_1) == 0x000142, "Member 'HTN_VoidMoveToLocation_C_ExecuteUbergraph_HTN_VoidMoveToLocation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveOnFinished \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveOnFinished) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveOnFinished"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveOnFinished) == 0x000020, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveOnFinished"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveOnFinished, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveOnFinished::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveOnFinished, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveOnFinished::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveOnFinished, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveOnFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveOnFinished, Result) == 0x000018, "Member 'HTN_VoidMoveToLocation_C_ReceiveOnFinished::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0 \ static_assert(alignof(HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong alignment on HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong size on HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0, Result) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_OnSplineMoveGoalReached_Event_0::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveAbort \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveAbort) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveAbort"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveAbort) == 0x000018, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveAbort"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveAbort, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveAbort::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveAbort, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveAbort::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveAbort, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveAbort::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveExecute \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveTick \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveTick"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveTick) == 0x000020, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveTick"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveTick, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveTick::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveTick, DeltaSeconds) == 0x000018, "Member 'HTN_VoidMoveToLocation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveRecheckPlan \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveRecheckPlan"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan) == 0x000030, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveRecheckPlan"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, ReturnValue) == 0x000018, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, CallFunc_DonNavigationManagerForActor_ReturnValue) == 0x000020, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::CallFunc_DonNavigationManagerForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveRecheckPlan, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'HTN_VoidMoveToLocation_C_ReceiveRecheckPlan::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps) == 0x000098, "Wrong size on HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter) == 0x000018, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_MakeLiteralName_ReturnValue) == 0x000030, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000038, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetOwnersWorldState_ReturnValue) == 0x000048, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetOwnersWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue_1) == 0x000050, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00005C, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_Vector_IsZero_ReturnValue) == 0x000064, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValidAILocation_ReturnValue) == 0x000065, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_Not_PreBool_ReturnValue) == 0x000066, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetOwnersWorldState_ReturnValue_1) == 0x000068, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetOwnersWorldState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_Not_PreBool_ReturnValue_1) == 0x000071, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue_2) == 0x000074, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_Vector_Distance_ReturnValue) == 0x000080, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_MapRangeClamped_ReturnValue) == 0x000084, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_CanVoidNavigateLocation_ReturnValue) == 0x000088, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_CanVoidNavigateLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_FTrunc_ReturnValue) == 0x00008C, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps, CallFunc_FTrunc_ReturnValue_1) == 0x000090, "Member 'HTN_VoidMoveToLocation_C_ReceiveCreatePlanSteps::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_VoidMoveToLocation_C \ static_assert(alignof(UHTN_VoidMoveToLocation_C) == 0x000008, "Wrong alignment on UHTN_VoidMoveToLocation_C"); \ static_assert(sizeof(UHTN_VoidMoveToLocation_C) == 0x000158, "Wrong size on UHTN_VoidMoveToLocation_C"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_VoidMoveToLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, BlackboardKey) == 0x000100, "Member 'UHTN_VoidMoveToLocation_C::BlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, Acceptance) == 0x000128, "Member 'UHTN_VoidMoveToLocation_C::Acceptance' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, LocationTolerance) == 0x00012C, "Member 'UHTN_VoidMoveToLocation_C::LocationTolerance' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, bUpdateGoalInTick) == 0x000130, "Member 'UHTN_VoidMoveToLocation_C::bUpdateGoalInTick' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, PendingGoalLocation) == 0x000134, "Member 'UHTN_VoidMoveToLocation_C::PendingGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, Controlled_Pawn) == 0x000140, "Member 'UHTN_VoidMoveToLocation_C::Controlled_Pawn' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, bDontCheckCanReach) == 0x000148, "Member 'UHTN_VoidMoveToLocation_C::bDontCheckCanReach' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, bInvalidated) == 0x000149, "Member 'UHTN_VoidMoveToLocation_C::bInvalidated' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, bClearOldPath) == 0x00014A, "Member 'UHTN_VoidMoveToLocation_C::bClearOldPath' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, PathCheckTime) == 0x00014C, "Member 'UHTN_VoidMoveToLocation_C::PathCheckTime' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToLocation_C, TimerHandle) == 0x000150, "Member 'UHTN_VoidMoveToLocation_C::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem \ static_assert(alignof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem) == 0x000008, "Wrong alignment on JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem"); \ static_assert(sizeof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem) == 0x000030, "Wrong size on JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, EntryPoint) == 0x000000, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, K2Node_MakeArray_Array) == 0x000008, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, CallFunc_Array_Random_OutItem) == 0x000018, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, CallFunc_Array_Random_OutIndex) == 0x00001C, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x000020, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, CallFunc_GetCanItemInteract_isInteractable) == 0x00002C, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, K2Node_CustomEvent_IsHovered) == 0x00002D, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::K2Node_CustomEvent_IsHovered' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem, K2Node_Event_IsDesignTime) == 0x00002E, "Member 'JournalAbstractListItem_C_ExecuteUbergraph_JournalAbstractListItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_CustomSetItemHover \ static_assert(alignof(JournalAbstractListItem_C_CustomSetItemHover) == 0x000001, "Wrong alignment on JournalAbstractListItem_C_CustomSetItemHover"); \ static_assert(sizeof(JournalAbstractListItem_C_CustomSetItemHover) == 0x000001, "Wrong size on JournalAbstractListItem_C_CustomSetItemHover"); \ static_assert(offsetof(JournalAbstractListItem_C_CustomSetItemHover, IsHovered_0) == 0x000000, "Member 'JournalAbstractListItem_C_CustomSetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_PreConstruct \ static_assert(alignof(JournalAbstractListItem_C_PreConstruct) == 0x000001, "Wrong alignment on JournalAbstractListItem_C_PreConstruct"); \ static_assert(sizeof(JournalAbstractListItem_C_PreConstruct) == 0x000001, "Wrong size on JournalAbstractListItem_C_PreConstruct"); \ static_assert(offsetof(JournalAbstractListItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'JournalAbstractListItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_SetState \ static_assert(alignof(JournalAbstractListItem_C_SetState) == 0x000008, "Wrong alignment on JournalAbstractListItem_C_SetState"); \ static_assert(sizeof(JournalAbstractListItem_C_SetState) == 0x0000B8, "Wrong size on JournalAbstractListItem_C_SetState"); \ static_assert(offsetof(JournalAbstractListItem_C_SetState, State_0) == 0x000000, "Member 'JournalAbstractListItem_C_SetState::State_0' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_SetState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'JournalAbstractListItem_C_SetState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_SetState, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'JournalAbstractListItem_C_SetState::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_SetState, K2Node_MakeStruct_SlateFontInfo_1) == 0x000060, "Member 'JournalAbstractListItem_C_SetState::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_HighlightMark \ static_assert(alignof(JournalAbstractListItem_C_HighlightMark) == 0x000001, "Wrong alignment on JournalAbstractListItem_C_HighlightMark"); \ static_assert(sizeof(JournalAbstractListItem_C_HighlightMark) == 0x000001, "Wrong size on JournalAbstractListItem_C_HighlightMark"); \ static_assert(offsetof(JournalAbstractListItem_C_HighlightMark, IsHighlighted) == 0x000000, "Member 'JournalAbstractListItem_C_HighlightMark::IsHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_ShowHovered \ static_assert(alignof(JournalAbstractListItem_C_ShowHovered) == 0x000008, "Wrong alignment on JournalAbstractListItem_C_ShowHovered"); \ static_assert(sizeof(JournalAbstractListItem_C_ShowHovered) == 0x000030, "Wrong size on JournalAbstractListItem_C_ShowHovered"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, Hovered) == 0x000000, "Member 'JournalAbstractListItem_C_ShowHovered::Hovered' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, CallFunc_GetItemSelect_isSelected) == 0x000001, "Member 'JournalAbstractListItem_C_ShowHovered::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'JournalAbstractListItem_C_ShowHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'JournalAbstractListItem_C_ShowHovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'JournalAbstractListItem_C_ShowHovered::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'JournalAbstractListItem_C_ShowHovered::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'JournalAbstractListItem_C_ShowHovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowHovered, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'JournalAbstractListItem_C_ShowHovered::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_ShowSelected \ static_assert(alignof(JournalAbstractListItem_C_ShowSelected) == 0x000008, "Wrong alignment on JournalAbstractListItem_C_ShowSelected"); \ static_assert(sizeof(JournalAbstractListItem_C_ShowSelected) == 0x0000B8, "Wrong size on JournalAbstractListItem_C_ShowSelected"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowSelected, Selected) == 0x000000, "Member 'JournalAbstractListItem_C_ShowSelected::Selected' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowSelected, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'JournalAbstractListItem_C_ShowSelected::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_ShowSelected, K2Node_MakeStruct_SlateFontInfo_1) == 0x000060, "Member 'JournalAbstractListItem_C_ShowSelected::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalAbstractListItem_C_UnselectItem \ static_assert(alignof(JournalAbstractListItem_C_UnselectItem) == 0x000001, "Wrong alignment on JournalAbstractListItem_C_UnselectItem"); \ static_assert(sizeof(JournalAbstractListItem_C_UnselectItem) == 0x000002, "Wrong size on JournalAbstractListItem_C_UnselectItem"); \ static_assert(offsetof(JournalAbstractListItem_C_UnselectItem, isUnselected) == 0x000000, "Member 'JournalAbstractListItem_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(JournalAbstractListItem_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'JournalAbstractListItem_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalAbstractListItem_C \ static_assert(alignof(UJournalAbstractListItem_C) == 0x000008, "Wrong alignment on UJournalAbstractListItem_C"); \ static_assert(sizeof(UJournalAbstractListItem_C) == 0x000350, "Wrong size on UJournalAbstractListItem_C"); \ static_assert(offsetof(UJournalAbstractListItem_C, UberGraphFrame_JournalAbstractListItem_C) == 0x0002A8, "Member 'UJournalAbstractListItem_C::UberGraphFrame_JournalAbstractListItem_C' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, HoverAnimation) == 0x0002B0, "Member 'UJournalAbstractListItem_C::HoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, HoverImage) == 0x0002B8, "Member 'UJournalAbstractListItem_C::HoverImage' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, ItemName) == 0x0002C0, "Member 'UJournalAbstractListItem_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, ItemOverlayWrapper) == 0x0002C8, "Member 'UJournalAbstractListItem_C::ItemOverlayWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, ItemSizedWrapper) == 0x0002D0, "Member 'UJournalAbstractListItem_C::ItemSizedWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, KeyDisplay) == 0x0002D8, "Member 'UJournalAbstractListItem_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, MarkBG) == 0x0002E0, "Member 'UJournalAbstractListItem_C::MarkBG' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, MarkSelected) == 0x0002E8, "Member 'UJournalAbstractListItem_C::MarkSelected' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, MarkUnreaded) == 0x0002F0, "Member 'UJournalAbstractListItem_C::MarkUnreaded' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, SelectedImage) == 0x0002F8, "Member 'UJournalAbstractListItem_C::SelectedImage' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, StrikeImage) == 0x000300, "Member 'UJournalAbstractListItem_C::StrikeImage' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, State) == 0x000308, "Member 'UJournalAbstractListItem_C::State' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, Name_0) == 0x000310, "Member 'UJournalAbstractListItem_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, Paddings) == 0x000328, "Member 'UJournalAbstractListItem_C::Paddings' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, Is_Highlighted) == 0x000338, "Member 'UJournalAbstractListItem_C::Is_Highlighted' has a wrong offset!"); \ static_assert(offsetof(UJournalAbstractListItem_C, OnItemHovered) == 0x000340, "Member 'UJournalAbstractListItem_C::OnItemHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem \ static_assert(alignof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem) == 0x000008, "Wrong alignment on RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem"); \ static_assert(sizeof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem) == 0x000280, "Wrong size on RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, EntryPoint) == 0x000000, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_float_Variable) == 0x000010, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_float_Variable_1) == 0x000014, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable) == 0x000018, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable_1) == 0x000019, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_byte_Variable) == 0x00001A, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_byte_Variable_1) == 0x00001B, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable_2) == 0x00001C, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_byte_Variable_2) == 0x00001D, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_byte_Variable_3) == 0x00001E, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable_3) == 0x00001F, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_float_Variable_2) == 0x000020, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_float_Variable_3) == 0x000024, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_CustomEvent_Image_137) == 0x000028, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_CustomEvent_Image_137' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetEndTime_ReturnValue) == 0x000030, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000034, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetBezierPosition_Output) == 0x00003C, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetBezierPosition_Output' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_BreakVector2D_X) == 0x000044, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_MakeStruct_SlateColor) == 0x000050, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_MakeVector2D_ReturnValue) == 0x000078, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_MakeStruct_SlateColor_1) == 0x000080, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_Conv_IntToText_ReturnValue) == 0x0000B0, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000C8, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_DynamicCast_AsSelectable_List_Item) == 0x0000E0, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetComponentSourceLocation_Text) == 0x0000F8, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetComponentSourceLocation_Text' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetRecipe_Recipe) == 0x000110, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetRecipe_Recipe' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetRecipe_ReturnValue) == 0x0001C0, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetRecipe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetTableName_ReturnValue) == 0x0001C8, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetTableName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default) == 0x0001E0, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Event_IsDesignTime) == 0x0001F8, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_CustomEvent_RequiredCount) == 0x0001FC, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_CustomEvent_RequiredCount' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_CustomEvent_AvailableCount) == 0x000200, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_CustomEvent_AvailableCount' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable_4) == 0x000204, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default_1) == 0x000208, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_Greater_IntInt_ReturnValue) == 0x00020C, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default_2) == 0x00020D, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_PlayAnimationForward_ReturnValue) == 0x000210, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_Not_PreBool_ReturnValue) == 0x000218, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_IsVisible_ReturnValue) == 0x000219, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Event_isHovered) == 0x00021A, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetItemSelect_isSelected) == 0x00021B, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetPlayerController_ReturnValue) == 0x000220, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetHUD_ReturnValue) == 0x000228, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_DynamicCast_AsHUD_Interface) == 0x000230, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_DynamicCast_bSuccess_1) == 0x000240, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetItemHover_isHovered) == 0x000241, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000242, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, Temp_bool_Variable_5) == 0x000243, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_BooleanAND_ReturnValue) == 0x000244, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default_3) == 0x000248, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default_4) == 0x000270, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, K2Node_Select_Default_5) == 0x000274, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000278, "Member 'RecipeRequiredItem_C_ExecuteUbergraph_RecipeRequiredItem::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_SetItemHover \ static_assert(alignof(RecipeRequiredItem_C_SetItemHover) == 0x000001, "Wrong alignment on RecipeRequiredItem_C_SetItemHover"); \ static_assert(sizeof(RecipeRequiredItem_C_SetItemHover) == 0x000001, "Wrong size on RecipeRequiredItem_C_SetItemHover"); \ static_assert(offsetof(RecipeRequiredItem_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'RecipeRequiredItem_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_RedrawAvailable \ static_assert(alignof(RecipeRequiredItem_C_RedrawAvailable) == 0x000004, "Wrong alignment on RecipeRequiredItem_C_RedrawAvailable"); \ static_assert(sizeof(RecipeRequiredItem_C_RedrawAvailable) == 0x000008, "Wrong size on RecipeRequiredItem_C_RedrawAvailable"); \ static_assert(offsetof(RecipeRequiredItem_C_RedrawAvailable, RequiredCount_0) == 0x000000, "Member 'RecipeRequiredItem_C_RedrawAvailable::RequiredCount_0' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_RedrawAvailable, AvailableCount_0) == 0x000004, "Member 'RecipeRequiredItem_C_RedrawAvailable::AvailableCount_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_PreConstruct \ static_assert(alignof(RecipeRequiredItem_C_PreConstruct) == 0x000001, "Wrong alignment on RecipeRequiredItem_C_PreConstruct"); \ static_assert(sizeof(RecipeRequiredItem_C_PreConstruct) == 0x000001, "Wrong size on RecipeRequiredItem_C_PreConstruct"); \ static_assert(offsetof(RecipeRequiredItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RecipeRequiredItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_Image_137_Event_0 \ static_assert(alignof(RecipeRequiredItem_C_Image_137_Event_0) == 0x000008, "Wrong alignment on RecipeRequiredItem_C_Image_137_Event_0"); \ static_assert(sizeof(RecipeRequiredItem_C_Image_137_Event_0) == 0x000008, "Wrong size on RecipeRequiredItem_C_Image_137_Event_0"); \ static_assert(offsetof(RecipeRequiredItem_C_Image_137_Event_0, Image_137_0) == 0x000000, "Member 'RecipeRequiredItem_C_Image_137_Event_0::Image_137_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_GetTableName \ static_assert(alignof(RecipeRequiredItem_C_GetTableName) == 0x000008, "Wrong alignment on RecipeRequiredItem_C_GetTableName"); \ static_assert(sizeof(RecipeRequiredItem_C_GetTableName) == 0x000510, "Wrong size on RecipeRequiredItem_C_GetTableName"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CraftRecipeData) == 0x000000, "Member 'RecipeRequiredItem_C_GetTableName::CraftRecipeData' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, ReturnValue) == 0x0000B0, "Member 'RecipeRequiredItem_C_GetTableName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Tier) == 0x0000C8, "Member 'RecipeRequiredItem_C_GetTableName::Tier' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable) == 0x0000CC, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable) == 0x0000D0, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_SwitchEnum_CmpSuccess) == 0x0000E8, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_1) == 0x0000F0, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable_1) == 0x000108, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_2) == 0x000110, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_3) == 0x000128, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_4) == 0x000140, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable_2) == 0x000158, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_5) == 0x000160, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_6) == 0x000178, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable_3) == 0x000190, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_7) == 0x000198, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_8) == 0x0001B0, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_9) == 0x0001C8, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable_4) == 0x0001E0, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_10) == 0x0001E8, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_11) == 0x000200, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_12) == 0x000218, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_int_Variable_5) == 0x000230, "Member 'RecipeRequiredItem_C_GetTableName::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_13) == 0x000238, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_14) == 0x000250, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, Temp_text_Variable_15) == 0x000268, "Member 'RecipeRequiredItem_C_GetTableName::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_MakeLiteralText_ReturnValue) == 0x000280, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeStruct_FormatArgumentData) == 0x000298, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0002D8, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeArray_Array) == 0x0002F0, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000300, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_Format_ReturnValue) == 0x000340, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeArray_Array_1) == 0x000358, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000368, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_Format_ReturnValue_1) == 0x000380, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeStruct_FormatArgumentData_2) == 0x000398, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0003D8, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeArray_Array_2) == 0x0003F0, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeStruct_FormatArgumentData_3) == 0x000400, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_Format_ReturnValue_2) == 0x000440, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_MakeArray_Array_3) == 0x000458, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, CallFunc_Format_ReturnValue_3) == 0x000468, "Member 'RecipeRequiredItem_C_GetTableName::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default) == 0x000480, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default_1) == 0x000498, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default_2) == 0x0004B0, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default_3) == 0x0004C8, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default_4) == 0x0004E0, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetTableName, K2Node_Select_Default_5) == 0x0004F8, "Member 'RecipeRequiredItem_C_GetTableName::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_GetIsAvailable \ static_assert(alignof(RecipeRequiredItem_C_GetIsAvailable) == 0x000001, "Wrong alignment on RecipeRequiredItem_C_GetIsAvailable"); \ static_assert(sizeof(RecipeRequiredItem_C_GetIsAvailable) == 0x000001, "Wrong size on RecipeRequiredItem_C_GetIsAvailable"); \ static_assert(offsetof(RecipeRequiredItem_C_GetIsAvailable, isAvailable_0) == 0x000000, "Member 'RecipeRequiredItem_C_GetIsAvailable::isAvailable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_OnCraftStarted \ static_assert(alignof(RecipeRequiredItem_C_OnCraftStarted) == 0x000008, "Wrong alignment on RecipeRequiredItem_C_OnCraftStarted"); \ static_assert(sizeof(RecipeRequiredItem_C_OnCraftStarted) == 0x000058, "Wrong size on RecipeRequiredItem_C_OnCraftStarted"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, TargetPos) == 0x000000, "Member 'RecipeRequiredItem_C_OnCraftStarted::TargetPos' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, SupportPos) == 0x000008, "Member 'RecipeRequiredItem_C_OnCraftStarted::SupportPos' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000010, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_GetViewportScale_ReturnValue) == 0x000018, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x00001C, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_GetWidgetCenter_CenterCoordinates_1) == 0x000028, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_GetWidgetCenter_CenterCoordinates_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_PlayAnimationForward_ReturnValue) == 0x000030, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x000038, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_BreakVector2D_X) == 0x000040, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_BreakVector2D_Y) == 0x000044, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000048, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_OnCraftStarted, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'RecipeRequiredItem_C_OnCraftStarted::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_GetBezierPosition \ static_assert(alignof(RecipeRequiredItem_C_GetBezierPosition) == 0x000004, "Wrong alignment on RecipeRequiredItem_C_GetBezierPosition"); \ static_assert(sizeof(RecipeRequiredItem_C_GetBezierPosition) == 0x000054, "Wrong size on RecipeRequiredItem_C_GetBezierPosition"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, Support) == 0x000000, "Member 'RecipeRequiredItem_C_GetBezierPosition::Support' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, End) == 0x000008, "Member 'RecipeRequiredItem_C_GetBezierPosition::End' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, Alpha) == 0x000010, "Member 'RecipeRequiredItem_C_GetBezierPosition::Alpha' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, Output) == 0x000014, "Member 'RecipeRequiredItem_C_GetBezierPosition::Output' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_X_1) == 0x000024, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue) == 0x00002C, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue_1) == 0x000030, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_X_2) == 0x000034, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_BreakVector2D_Y_2) == 0x000038, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue_2) == 0x00003C, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue_3) == 0x000040, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue_4) == 0x000044, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_Lerp_ReturnValue_5) == 0x000048, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_GetBezierPosition, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'RecipeRequiredItem_C_GetBezierPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_SetCanPickup \ static_assert(alignof(RecipeRequiredItem_C_SetCanPickup) == 0x000004, "Wrong alignment on RecipeRequiredItem_C_SetCanPickup"); \ static_assert(sizeof(RecipeRequiredItem_C_SetCanPickup) == 0x00001C, "Wrong size on RecipeRequiredItem_C_SetCanPickup"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, bCanPickup) == 0x000000, "Member 'RecipeRequiredItem_C_SetCanPickup::bCanPickup' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_bool_Variable) == 0x000001, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_float_Variable) == 0x000004, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_float_Variable_1) == 0x000008, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_bool_Variable_1) == 0x00000C, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_byte_Variable) == 0x00000D, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_byte_Variable_1) == 0x00000E, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_bool_Variable_2) == 0x00000F, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_byte_Variable_2) == 0x000010, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, Temp_byte_Variable_3) == 0x000011, "Member 'RecipeRequiredItem_C_SetCanPickup::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, K2Node_Select_Default) == 0x000012, "Member 'RecipeRequiredItem_C_SetCanPickup::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, K2Node_Select_Default_1) == 0x000014, "Member 'RecipeRequiredItem_C_SetCanPickup::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RecipeRequiredItem_C_SetCanPickup, K2Node_Select_Default_2) == 0x000018, "Member 'RecipeRequiredItem_C_SetCanPickup::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0 \ static_assert(alignof(RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0) == 0x000008, "Wrong alignment on RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0"); \ static_assert(sizeof(RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0) == 0x000008, "Wrong size on RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0"); \ static_assert(offsetof(RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0, Image_137_0) == 0x000000, "Member 'RecipeRequiredItem_C_SequenceEvent__ENTRYPOINTRecipeRequiredItem_0::Image_137_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URecipeRequiredItem_C \ static_assert(alignof(URecipeRequiredItem_C) == 0x000008, "Wrong alignment on URecipeRequiredItem_C"); \ static_assert(sizeof(URecipeRequiredItem_C) == 0x000360, "Wrong size on URecipeRequiredItem_C"); \ static_assert(offsetof(URecipeRequiredItem_C, UberGraphFrame_RecipeRequiredItem_C) == 0x0002A8, "Member 'URecipeRequiredItem_C::UberGraphFrame_RecipeRequiredItem_C' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, NoResAnimation) == 0x0002B0, "Member 'URecipeRequiredItem_C::NoResAnimation' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, IconMovements) == 0x0002B8, "Member 'URecipeRequiredItem_C::IconMovements' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, Available) == 0x0002C0, "Member 'URecipeRequiredItem_C::Available' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, BasicItemIcon) == 0x0002C8, "Member 'URecipeRequiredItem_C::BasicItemIcon' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, IconWrapper) == 0x0002D0, "Member 'URecipeRequiredItem_C::IconWrapper' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, Image_137) == 0x0002D8, "Member 'URecipeRequiredItem_C::Image_137' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, Image_258) == 0x0002E0, "Member 'URecipeRequiredItem_C::Image_258' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, ItemName) == 0x0002E8, "Member 'URecipeRequiredItem_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, ItemOrigin) == 0x0002F0, "Member 'URecipeRequiredItem_C::ItemOrigin' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, KeyDisplay) == 0x0002F8, "Member 'URecipeRequiredItem_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, PickupButton) == 0x000300, "Member 'URecipeRequiredItem_C::PickupButton' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, PickupOverlay) == 0x000308, "Member 'URecipeRequiredItem_C::PickupOverlay' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, Required) == 0x000310, "Member 'URecipeRequiredItem_C::Required' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, RequiredBlock) == 0x000318, "Member 'URecipeRequiredItem_C::RequiredBlock' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, SizeBox_2) == 0x000320, "Member 'URecipeRequiredItem_C::SizeBox_2' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, isAvailable) == 0x000328, "Member 'URecipeRequiredItem_C::isAvailable' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, RequiredCount) == 0x00032C, "Member 'URecipeRequiredItem_C::RequiredCount' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, AvailableCount) == 0x000330, "Member 'URecipeRequiredItem_C::AvailableCount' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, ItemClass) == 0x000338, "Member 'URecipeRequiredItem_C::ItemClass' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, DummyTarget) == 0x000340, "Member 'URecipeRequiredItem_C::DummyTarget' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, DummySupport) == 0x000348, "Member 'URecipeRequiredItem_C::DummySupport' has a wrong offset!"); \ static_assert(offsetof(URecipeRequiredItem_C, OnPickupItem) == 0x000350, "Member 'URecipeRequiredItem_C::OnPickupItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button \ static_assert(alignof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button) == 0x000004, "Wrong alignment on SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button"); \ static_assert(sizeof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button) == 0x000028, "Wrong size on SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, EntryPoint) == 0x000000, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, Temp_bool_Variable) == 0x000004, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, Temp_struct_Variable) == 0x000008, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, Temp_struct_Variable_1) == 0x000010, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, K2Node_Event_IsDesignTime) == 0x000018, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, K2Node_Event_isHovered) == 0x000019, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, K2Node_Select_Default) == 0x00001C, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, CallFunc_GetItemSelect_isSelected) == 0x000024, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'SettingsItem_Button_C_ExecuteUbergraph_SettingsItem_Button::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_Button_C_SetItemHover \ static_assert(alignof(SettingsItem_Button_C_SetItemHover) == 0x000001, "Wrong alignment on SettingsItem_Button_C_SetItemHover"); \ static_assert(sizeof(SettingsItem_Button_C_SetItemHover) == 0x000001, "Wrong size on SettingsItem_Button_C_SetItemHover"); \ static_assert(offsetof(SettingsItem_Button_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'SettingsItem_Button_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_Button_C_PreConstruct \ static_assert(alignof(SettingsItem_Button_C_PreConstruct) == 0x000001, "Wrong alignment on SettingsItem_Button_C_PreConstruct"); \ static_assert(sizeof(SettingsItem_Button_C_PreConstruct) == 0x000001, "Wrong size on SettingsItem_Button_C_PreConstruct"); \ static_assert(offsetof(SettingsItem_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SettingsItem_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_Button_C_SelectItem \ static_assert(alignof(SettingsItem_Button_C_SelectItem) == 0x000008, "Wrong alignment on SettingsItem_Button_C_SelectItem"); \ static_assert(sizeof(SettingsItem_Button_C_SelectItem) == 0x000038, "Wrong size on SettingsItem_Button_C_SelectItem"); \ static_assert(offsetof(SettingsItem_Button_C_SelectItem, IsSelected) == 0x000000, "Member 'SettingsItem_Button_C_SelectItem::IsSelected' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_SelectItem, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'SettingsItem_Button_C_SelectItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_SelectItem, CallFunc_SelectItem_isSelected) == 0x000030, "Member 'SettingsItem_Button_C_SelectItem::CallFunc_SelectItem_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsItem_Button_C_UnselectItem \ static_assert(alignof(SettingsItem_Button_C_UnselectItem) == 0x000008, "Wrong alignment on SettingsItem_Button_C_UnselectItem"); \ static_assert(sizeof(SettingsItem_Button_C_UnselectItem) == 0x000038, "Wrong size on SettingsItem_Button_C_UnselectItem"); \ static_assert(offsetof(SettingsItem_Button_C_UnselectItem, isUnselected) == 0x000000, "Member 'SettingsItem_Button_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_UnselectItem, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'SettingsItem_Button_C_UnselectItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(SettingsItem_Button_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000030, "Member 'SettingsItem_Button_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsItem_Button_C \ static_assert(alignof(USettingsItem_Button_C) == 0x000008, "Wrong alignment on USettingsItem_Button_C"); \ static_assert(sizeof(USettingsItem_Button_C) == 0x0002E0, "Wrong size on USettingsItem_Button_C"); \ static_assert(offsetof(USettingsItem_Button_C, UberGraphFrame_SettingsItem_Button_C) == 0x0002A8, "Member 'USettingsItem_Button_C::UberGraphFrame_SettingsItem_Button_C' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_Button_C, FilledBG) == 0x0002B0, "Member 'USettingsItem_Button_C::FilledBG' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_Button_C, Label) == 0x0002B8, "Member 'USettingsItem_Button_C::Label' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_Button_C, OutlinedBG) == 0x0002C0, "Member 'USettingsItem_Button_C::OutlinedBG' has a wrong offset!"); \ static_assert(offsetof(USettingsItem_Button_C, TextLabel) == 0x0002C8, "Member 'USettingsItem_Button_C::TextLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementRow_C_ExecuteUbergraph_AchievementRow \ static_assert(alignof(AchievementRow_C_ExecuteUbergraph_AchievementRow) == 0x000008, "Wrong alignment on AchievementRow_C_ExecuteUbergraph_AchievementRow"); \ static_assert(sizeof(AchievementRow_C_ExecuteUbergraph_AchievementRow) == 0x000188, "Wrong size on AchievementRow_C_ExecuteUbergraph_AchievementRow"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, EntryPoint) == 0x000000, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000010, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000058, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_DynamicCast_AsFGPlayer_State) == 0x000060, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetAchievementCounterValue_ReturnValue) == 0x0000B0, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetAchievementCounterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_IntToText_ReturnValue) == 0x0000F8, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_MakeArray_Array) == 0x000110, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Format_ReturnValue) == 0x000120, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000138, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_GetText_ReturnValue) == 0x000140, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_TextToString_ReturnValue) == 0x000158, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_StringToInt_ReturnValue) == 0x000168, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Conv_IntToByte_ReturnValue) == 0x00016C, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_MakeStruct_AchievementsCounterItem) == 0x00016D, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_MakeStruct_AchievementsCounterItem' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, K2Node_MakeArray_Array_1) == 0x000170, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_ExecuteUbergraph_AchievementRow, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'AchievementRow_C_ExecuteUbergraph_AchievementRow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementRow_C_OnMouseButtonUp \ static_assert(alignof(AchievementRow_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on AchievementRow_C_OnMouseButtonUp"); \ static_assert(sizeof(AchievementRow_C_OnMouseButtonUp) == 0x000218, "Wrong size on AchievementRow_C_OnMouseButtonUp"); \ static_assert(offsetof(AchievementRow_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'AchievementRow_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'AchievementRow_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'AchievementRow_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'AchievementRow_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementRow_C_GetProgressData \ static_assert(alignof(AchievementRow_C_GetProgressData) == 0x000008, "Wrong alignment on AchievementRow_C_GetProgressData"); \ static_assert(sizeof(AchievementRow_C_GetProgressData) == 0x000098, "Wrong size on AchievementRow_C_GetProgressData"); \ static_assert(offsetof(AchievementRow_C_GetProgressData, AchievmentData_0) == 0x000000, "Member 'AchievementRow_C_GetProgressData::AchievmentData_0' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_GetProgressData, ReturnValue) == 0x000060, "Member 'AchievementRow_C_GetProgressData::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_GetProgressData, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'AchievementRow_C_GetProgressData::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_GetProgressData, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'AchievementRow_C_GetProgressData::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AchievementRow_C_GetProgressData, CallFunc_Conv_StringToInt_ReturnValue) == 0x000090, "Member 'AchievementRow_C_GetProgressData::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementRow_C \ static_assert(alignof(UAchievementRow_C) == 0x000008, "Wrong alignment on UAchievementRow_C"); \ static_assert(sizeof(UAchievementRow_C) == 0x000350, "Wrong size on UAchievementRow_C"); \ static_assert(offsetof(UAchievementRow_C, UberGraphFrame_AchievementRow_C) == 0x0002A8, "Member 'UAchievementRow_C::UberGraphFrame_AchievementRow_C' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, AchName) == 0x0002B0, "Member 'UAchievementRow_C::AchName' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, AchType) == 0x0002B8, "Member 'UAchievementRow_C::AchType' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, AchValue) == 0x0002C0, "Member 'UAchievementRow_C::AchValue' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, CounterField) == 0x0002C8, "Member 'UAchievementRow_C::CounterField' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, GiveButton) == 0x0002D0, "Member 'UAchievementRow_C::GiveButton' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, SetCountButton) == 0x0002D8, "Member 'UAchievementRow_C::SetCountButton' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, AchievmentData) == 0x0002E0, "Member 'UAchievementRow_C::AchievmentData' has a wrong offset!"); \ static_assert(offsetof(UAchievementRow_C, OnProgressAdded) == 0x000340, "Member 'UAchievementRow_C::OnProgressAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb \ static_assert(alignof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb) == 0x000010, "Wrong alignment on BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb"); \ static_assert(sizeof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb) == 0x000220, "Wrong size on BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, EntryPoint) == 0x000000, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000008, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000050, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_FinishSpawningActor_ReturnValue) == 0x000058, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000060, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Multiply_LinearColorFloat_ReturnValue) == 0x000064, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Multiply_LinearColorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000074, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_SwitchEnum_CmpSuccess) == 0x000078, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_SetTimer_ReturnValue_1) == 0x000080, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_MakeStruct_ArcValues) == 0x000088, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_MakeStruct_ArcValues' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x0000E4, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E8, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000F4, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_DynamicCast_AsStatic_Mesh_Actor) == 0x000100, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_DynamicCast_AsStatic_Mesh_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00010C, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000118, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetSectionFromStaticMesh_Vertices) == 0x000128, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetSectionFromStaticMesh_Vertices' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetSectionFromStaticMesh_Triangles) == 0x000138, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetSectionFromStaticMesh_Triangles' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetSectionFromStaticMesh_Normals) == 0x000148, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetSectionFromStaticMesh_Normals' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetSectionFromStaticMesh_UVs) == 0x000158, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetSectionFromStaticMesh_UVs' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GetSectionFromStaticMesh_Tangents) == 0x000168, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GetSectionFromStaticMesh_Tangents' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000178, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Array_Length_ReturnValue) == 0x000184, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000188, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Subtract_IntInt_ReturnValue) == 0x000194, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_RandomInteger_ReturnValue) == 0x000198, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Array_Get_Item) == 0x00019C, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_Add_VectorVector_ReturnValue) == 0x0001A8, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001B4, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001B5, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb, K2Node_MakeStruct_ArcValues_1) == 0x0001B8, "Member 'BP_ElectricalBomb_C_ExecuteUbergraph_BP_ElectricalBomb::K2Node_MakeStruct_ArcValues_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ElectricalBomb_C_UserConstructionScript \ static_assert(alignof(BP_ElectricalBomb_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_ElectricalBomb_C_UserConstructionScript"); \ static_assert(sizeof(BP_ElectricalBomb_C_UserConstructionScript) == 0x000010, "Wrong size on BP_ElectricalBomb_C_UserConstructionScript"); \ static_assert(offsetof(BP_ElectricalBomb_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_ElectricalBomb_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ElectricalBomb_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_ElectricalBomb_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ElectricalBomb_C \ static_assert(alignof(ABP_ElectricalBomb_C) == 0x000008, "Wrong alignment on ABP_ElectricalBomb_C"); \ static_assert(sizeof(ABP_ElectricalBomb_C) == 0x000330, "Wrong size on ABP_ElectricalBomb_C"); \ static_assert(offsetof(ABP_ElectricalBomb_C, UberGraphFrame) == 0x000220, "Member 'ABP_ElectricalBomb_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Lightnings) == 0x000228, "Member 'ABP_ElectricalBomb_C::Lightnings' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Radius_Indicator) == 0x000230, "Member 'ABP_ElectricalBomb_C::Radius_Indicator' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, PointLight) == 0x000238, "Member 'ABP_ElectricalBomb_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Shape_Sphere) == 0x000240, "Member 'ABP_ElectricalBomb_C::Shape_Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_ElectricalBomb_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Radius) == 0x000250, "Member 'ABP_ElectricalBomb_C::Arc_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, ArcColor) == 0x000254, "Member 'ABP_ElectricalBomb_C::ArcColor' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Branch_Count) == 0x000264, "Member 'ABP_ElectricalBomb_C::Branch_Count' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Movable) == 0x000268, "Member 'ABP_ElectricalBomb_C::Movable' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, SphereMat) == 0x000270, "Member 'ABP_ElectricalBomb_C::SphereMat' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, bCoreVisible) == 0x000278, "Member 'ABP_ElectricalBomb_C::bCoreVisible' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Style_Selector) == 0x000279, "Member 'ABP_ElectricalBomb_C::Style_Selector' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Point_Selector) == 0x00027A, "Member 'ABP_ElectricalBomb_C::Point_Selector' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Origin) == 0x00027C, "Member 'ABP_ElectricalBomb_C::Origin' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Destination) == 0x000288, "Member 'ABP_ElectricalBomb_C::Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Origin_Object) == 0x000298, "Member 'ABP_ElectricalBomb_C::Origin_Object' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Destination_Object) == 0x0002A0, "Member 'ABP_ElectricalBomb_C::Destination_Object' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Passalong_O) == 0x0002A8, "Member 'ABP_ElectricalBomb_C::Passalong_O' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Passalong_D) == 0x0002B4, "Member 'ABP_ElectricalBomb_C::Passalong_D' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Noise_Scale) == 0x0002C0, "Member 'ABP_ElectricalBomb_C::Arc_Noise_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Struct) == 0x0002C4, "Member 'ABP_ElectricalBomb_C::Arc_Struct' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Noise_Speed) == 0x000320, "Member 'ABP_ElectricalBomb_C::Arc_Noise_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Min_Delay) == 0x000324, "Member 'ABP_ElectricalBomb_C::Arc_Min_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_ElectricalBomb_C, Arc_Max_Delay) == 0x000328, "Member 'ABP_ElectricalBomb_C::Arc_Max_Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot \ static_assert(alignof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot"); \ static_assert(sizeof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot) == 0x000498, "Wrong size on InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, EntryPoint) == 0x000000, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_Show) == 0x000020, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_IsHold_1) == 0x000021, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_IsHold) == 0x000022, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_IsDesignTime) == 0x000023, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_MyGeometry_1) == 0x000024, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_MouseEvent_1) == 0x000060, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_MouseEvent) == 0x0000D0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_PlayAnimation_ReturnValue) == 0x000140, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_PlayAnimation_ReturnValue_1) == 0x000148, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_MakeStruct_SlateColor) == 0x000150, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CustomEvent_InventoryV2ref) == 0x000178, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CustomEvent_InventoryV2ref' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetPlayerPawn_ReturnValue) == 0x000180, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetComponentByClass_ReturnValue) == 0x000190, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_1) == 0x000198, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CustomEvent_Placeholder_2) == 0x0001A0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CustomEvent_Placeholder_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetPlaceholder_ReturnValue) == 0x0001A8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_2) == 0x0001B0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetPlayerController_ReturnValue) == 0x0001B8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetHUD_ReturnValue) == 0x0001C8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_DynamicCast_AsHUD_Ansora) == 0x0001D0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001D9, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_MyGeometry) == 0x0001DC, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_PointerEvent_1) == 0x000218, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_PointerEvent_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_Operation_1) == 0x000288, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_Operation_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_PointerEvent) == 0x000290, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_Operation) == 0x000300, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsOpen_ReturnValue) == 0x000308, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsOpen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_UnEquipItem_ReturnValue) == 0x000310, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_UnEquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0003C8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_DynamicCast_AsFGCharacter) == 0x0003D0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_DynamicCast_bSuccess_1) == 0x0003D8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_3) == 0x0003D9, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_4) == 0x0003DA, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_5) == 0x0003DB, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_6) == 0x0003DC, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0003E0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_ItemType) == 0x0003E8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_SplitCount) == 0x0003EC, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_Count) == 0x0003F0, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_InstigatorWidget) == 0x0003F8, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_InstigatorWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000400, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000401, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000402, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000404, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000414, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue) == 0x000418, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_7) == 0x000420, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue_1) == 0x000428, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue_2) == 0x000430, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_8) == 0x000438, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_9) == 0x000439, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CreateDelegate_OutputDelegate_2) == 0x00043C, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue_3) == 0x000450, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CustomEvent_Placeholder_1) == 0x000458, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CustomEvent_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_10) == 0x000460, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_CustomDrag_0_Ok) == 0x000461, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_CustomDrag_0_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_Not_PreBool_ReturnValue) == 0x000462, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_CustomEvent_Placeholder) == 0x000468, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_11) == 0x000470, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue_4) == 0x000478, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, Temp_byte_Variable) == 0x000480, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_12) == 0x000481, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Event_isHovered) == 0x000482, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, Temp_byte_Variable_1) == 0x000483, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, Temp_bool_Variable) == 0x000484, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_13) == 0x000485, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_14) == 0x000486, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetSlot_ReturnValue_5) == 0x000488, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetSlot_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_15) == 0x000490, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_IsValid_ReturnValue_16) == 0x000491, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000492, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot, K2Node_Select_Default) == 0x000493, "Member 'InventoryV2_Slot_C_ExecuteUbergraph_InventoryV2_Slot::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_SetItemHover \ static_assert(alignof(InventoryV2_Slot_C_SetItemHover) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_SetItemHover"); \ static_assert(sizeof(InventoryV2_Slot_C_SetItemHover) == 0x000001, "Wrong size on InventoryV2_Slot_C_SetItemHover"); \ static_assert(offsetof(InventoryV2_Slot_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'InventoryV2_Slot_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnVirtualHandUpdate \ static_assert(alignof(InventoryV2_Slot_C_OnVirtualHandUpdate) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnVirtualHandUpdate"); \ static_assert(sizeof(InventoryV2_Slot_C_OnVirtualHandUpdate) == 0x000008, "Wrong size on InventoryV2_Slot_C_OnVirtualHandUpdate"); \ static_assert(offsetof(InventoryV2_Slot_C_OnVirtualHandUpdate, Placeholder_0) == 0x000000, "Member 'InventoryV2_Slot_C_OnVirtualHandUpdate::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnSlotUpdate_Event_0 \ static_assert(alignof(InventoryV2_Slot_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnSlotUpdate_Event_0"); \ static_assert(sizeof(InventoryV2_Slot_C_OnSlotUpdate_Event_0) == 0x000008, "Wrong size on InventoryV2_Slot_C_OnSlotUpdate_Event_0"); \ static_assert(offsetof(InventoryV2_Slot_C_OnSlotUpdate_Event_0, Placeholder_0) == 0x000000, "Member 'InventoryV2_Slot_C_OnSlotUpdate_Event_0::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ContextMenu_ItemPressed \ static_assert(alignof(InventoryV2_Slot_C_ContextMenu_ItemPressed) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_ContextMenu_ItemPressed"); \ static_assert(sizeof(InventoryV2_Slot_C_ContextMenu_ItemPressed) == 0x000018, "Wrong size on InventoryV2_Slot_C_ContextMenu_ItemPressed"); \ static_assert(offsetof(InventoryV2_Slot_C_ContextMenu_ItemPressed, ItemType) == 0x000000, "Member 'InventoryV2_Slot_C_ContextMenu_ItemPressed::ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ContextMenu_ItemPressed, SplitCount) == 0x000004, "Member 'InventoryV2_Slot_C_ContextMenu_ItemPressed::SplitCount' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ContextMenu_ItemPressed, Count) == 0x000008, "Member 'InventoryV2_Slot_C_ContextMenu_ItemPressed::Count' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ContextMenu_ItemPressed, InstigatorWidget) == 0x000010, "Member 'InventoryV2_Slot_C_ContextMenu_ItemPressed::InstigatorWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnDragLeave \ static_assert(alignof(InventoryV2_Slot_C_OnDragLeave) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnDragLeave"); \ static_assert(sizeof(InventoryV2_Slot_C_OnDragLeave) == 0x000078, "Wrong size on InventoryV2_Slot_C_OnDragLeave"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragLeave, PointerEvent) == 0x000000, "Member 'InventoryV2_Slot_C_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragLeave, Operation) == 0x000070, "Member 'InventoryV2_Slot_C_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnDragEnter \ static_assert(alignof(InventoryV2_Slot_C_OnDragEnter) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnDragEnter"); \ static_assert(sizeof(InventoryV2_Slot_C_OnDragEnter) == 0x0000B0, "Wrong size on InventoryV2_Slot_C_OnDragEnter"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragEnter, PointerEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragEnter, Operation) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnUpdate \ static_assert(alignof(InventoryV2_Slot_C_OnUpdate) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnUpdate"); \ static_assert(sizeof(InventoryV2_Slot_C_OnUpdate) == 0x000008, "Wrong size on InventoryV2_Slot_C_OnUpdate"); \ static_assert(offsetof(InventoryV2_Slot_C_OnUpdate, Placeholder_0) == 0x000000, "Member 'InventoryV2_Slot_C_OnUpdate::Placeholder_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ini \ static_assert(alignof(InventoryV2_Slot_C_ini) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_ini"); \ static_assert(sizeof(InventoryV2_Slot_C_ini) == 0x000008, "Wrong size on InventoryV2_Slot_C_ini"); \ static_assert(offsetof(InventoryV2_Slot_C_ini, InventoryV2ref_0) == 0x000000, "Member 'InventoryV2_Slot_C_ini::InventoryV2ref_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnMouseLeave \ static_assert(alignof(InventoryV2_Slot_C_OnMouseLeave) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnMouseLeave"); \ static_assert(sizeof(InventoryV2_Slot_C_OnMouseLeave) == 0x000070, "Wrong size on InventoryV2_Slot_C_OnMouseLeave"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'InventoryV2_Slot_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnMouseEnter \ static_assert(alignof(InventoryV2_Slot_C_OnMouseEnter) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnMouseEnter"); \ static_assert(sizeof(InventoryV2_Slot_C_OnMouseEnter) == 0x0000A8, "Wrong size on InventoryV2_Slot_C_OnMouseEnter"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_PreConstruct \ static_assert(alignof(InventoryV2_Slot_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_Slot_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_Slot_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_Slot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_Slot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GPI_HoldRight \ static_assert(alignof(InventoryV2_Slot_C_GPI_HoldRight) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_GPI_HoldRight"); \ static_assert(sizeof(InventoryV2_Slot_C_GPI_HoldRight) == 0x000001, "Wrong size on InventoryV2_Slot_C_GPI_HoldRight"); \ static_assert(offsetof(InventoryV2_Slot_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'InventoryV2_Slot_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GPI_HoldLeft \ static_assert(alignof(InventoryV2_Slot_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_GPI_HoldLeft"); \ static_assert(sizeof(InventoryV2_Slot_C_GPI_HoldLeft) == 0x000001, "Wrong size on InventoryV2_Slot_C_GPI_HoldLeft"); \ static_assert(offsetof(InventoryV2_Slot_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'InventoryV2_Slot_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GPI_ShowGamepadMode \ static_assert(alignof(InventoryV2_Slot_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(InventoryV2_Slot_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on InventoryV2_Slot_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(InventoryV2_Slot_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'InventoryV2_Slot_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnMouseButtonDown \ static_assert(alignof(InventoryV2_Slot_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnMouseButtonDown"); \ static_assert(sizeof(InventoryV2_Slot_C_OnMouseButtonDown) == 0x0003B8, "Wrong size on InventoryV2_Slot_C_OnMouseButtonDown"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_DetectDragIfPressed_ReturnValue) == 0x000178, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_DetectDragIfPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000238, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue) == 0x0002F0, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue_1) == 0x0002F8, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_IsValid_ReturnValue_1) == 0x0003B0, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDown, CallFunc_CanPlace_ReturnValue) == 0x0003B1, "Member 'InventoryV2_Slot_C_OnMouseButtonDown::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand \ static_assert(alignof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand"); \ static_assert(sizeof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand) == 0x000050, "Wrong size on InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, Placeholder_0) == 0x000000, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, Exist) == 0x000008, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, EquipInvent) == 0x000010, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::EquipInvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_GetSlot_ReturnValue) == 0x000038, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_GetPlaceholder_ReturnValue) == 0x000040, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand, CallFunc_IsValid_ReturnValue_3) == 0x000048, "Member 'InventoryV2_Slot_C_GetDNDPlaceholderFromVirtHand::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_CustomDrop_0 \ static_assert(alignof(InventoryV2_Slot_C_CustomDrop_0) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_CustomDrop_0"); \ static_assert(sizeof(InventoryV2_Slot_C_CustomDrop_0) == 0x0000D8, "Wrong size on InventoryV2_Slot_C_CustomDrop_0"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, NewLocalVar_0) == 0x000000, "Member 'InventoryV2_Slot_C_CustomDrop_0::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, LocalDND_Operation) == 0x000008, "Member 'InventoryV2_Slot_C_CustomDrop_0::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, LOcal_IsReplace) == 0x000010, "Member 'InventoryV2_Slot_C_CustomDrop_0::LOcal_IsReplace' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, DragedPLHolder) == 0x000018, "Member 'InventoryV2_Slot_C_CustomDrop_0::DragedPLHolder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, InsertPlaceholder) == 0x000020, "Member 'InventoryV2_Slot_C_CustomDrop_0::InsertPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, LocalDND_Operation_0) == 0x000028, "Member 'InventoryV2_Slot_C_CustomDrop_0::LocalDND_Operation_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, Temp_object_Variable) == 0x000030, "Member 'InventoryV2_Slot_C_CustomDrop_0::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000038, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetInventoryOwner_ReturnValue) == 0x000050, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetInventoryOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_CanPlace_ReturnValue) == 0x000058, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_AsFGEquipment_Inventory_Component) == 0x000060, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_AsFGEquipment_Inventory_Component' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetInventoryOwner_ReturnValue_1) == 0x000070, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetInventoryOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_CanStack_ReturnValue) == 0x000078, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_CanStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_AsFGEquipment_Inventory_Component_1) == 0x000080, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_AsFGEquipment_Inventory_Component_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'InventoryV2_Slot_C_CustomDrop_0::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetDNDPlaceholderFromVirtHand_Placeholder) == 0x000090, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetDNDPlaceholderFromVirtHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetDNDPlaceholderFromVirtHand_Exist) == 0x000098, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetDNDPlaceholderFromVirtHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetDNDPlaceholderFromVirtHand_EquipInvent) == 0x0000A0, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetDNDPlaceholderFromVirtHand_EquipInvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetSlot_ReturnValue) == 0x0000B0, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_GetPlaceholder_ReturnValue) == 0x0000B8, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue_2) == 0x0000C0, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue_3) == 0x0000C1, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue_4) == 0x0000C2, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_SetVirtualHand_ReturnValue) == 0x0000C8, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_SetVirtualHand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000D0, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_CustomDrag_0_Ok) == 0x0000D1, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_CustomDrag_0_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrop_0, CallFunc_IsValid_ReturnValue_5) == 0x0000D2, "Member 'InventoryV2_Slot_C_CustomDrop_0::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_CustomDragSTOP \ static_assert(alignof(InventoryV2_Slot_C_CustomDragSTOP) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_CustomDragSTOP"); \ static_assert(sizeof(InventoryV2_Slot_C_CustomDragSTOP) == 0x0000A8, "Wrong size on InventoryV2_Slot_C_CustomDragSTOP"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, LocalDND_Operation) == 0x000000, "Member 'InventoryV2_Slot_C_CustomDragSTOP::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, Temp_int_Variable) == 0x000008, "Member 'InventoryV2_Slot_C_CustomDragSTOP::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, Temp_int_Variable_1) == 0x000014, "Member 'InventoryV2_Slot_C_CustomDragSTOP::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'InventoryV2_Slot_C_CustomDragSTOP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Get_Item) == 0x000030, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_GetDNDPlaceholderFromVirtHand_Placeholder) == 0x000040, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_GetDNDPlaceholderFromVirtHand_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_GetDNDPlaceholderFromVirtHand_Exist) == 0x000048, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_GetDNDPlaceholderFromVirtHand_Exist' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_GetDNDPlaceholderFromVirtHand_EquipInvent) == 0x000050, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_GetDNDPlaceholderFromVirtHand_EquipInvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_IsValid_ReturnValue_1) == 0x000058, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_IsValid_ReturnValue_2) == 0x000059, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Length_ReturnValue_2) == 0x000068, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Less_IntInt_ReturnValue_2) == 0x00006C, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, Temp_int_Array_Index_Variable) == 0x000070, "Member 'InventoryV2_Slot_C_CustomDragSTOP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_Array_Get_Item_2) == 0x000074, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_GET_DATA_InventoryWidgets) == 0x000080, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_GET_DATA_OK) == 0x0000A0, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_IsValid_ReturnValue_3) == 0x0000A1, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDragSTOP, CallFunc_IsValid_ReturnValue_4) == 0x0000A2, "Member 'InventoryV2_Slot_C_CustomDragSTOP::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_CustomDrag_0 \ static_assert(alignof(InventoryV2_Slot_C_CustomDrag_0) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_CustomDrag_0"); \ static_assert(sizeof(InventoryV2_Slot_C_CustomDrag_0) == 0x0000F0, "Wrong size on InventoryV2_Slot_C_CustomDrag_0"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, Placeholder_0) == 0x000000, "Member 'InventoryV2_Slot_C_CustomDrag_0::Placeholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, Ok) == 0x000008, "Member 'InventoryV2_Slot_C_CustomDrag_0::Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LOcalParentPanel) == 0x000010, "Member 'InventoryV2_Slot_C_CustomDrag_0::LOcalParentPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalDirection) == 0x000018, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalCurrentCellCoords) == 0x000020, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalCurrentCellCoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalCellSize) == 0x000028, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalCellSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalDND_Operation) == 0x000030, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalDND_Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalPlaceholder) == 0x000038, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LOcalParentPanel_0) == 0x000040, "Member 'InventoryV2_Slot_C_CustomDrag_0::LOcalParentPanel_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalPlaceholder_0) == 0x000048, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalPlaceholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalDirection_0) == 0x000050, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalDirection_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalCurrentCellCoords_0) == 0x000058, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalCurrentCellCoords_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalCellSize_0) == 0x000060, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalCellSize_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, LocalDND_Operation_0) == 0x000068, "Member 'InventoryV2_Slot_C_CustomDrag_0::LocalDND_Operation_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000070, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetHUD_ReturnValue) == 0x000080, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_DynamicCast_AsHUD_Interface) == 0x000088, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000099, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_Not_PreBool_ReturnValue) == 0x00009A, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009B, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, Temp_bool_Variable) == 0x00009C, "Member 'InventoryV2_Slot_C_CustomDrag_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetVerticalOrientation_ReturnValue) == 0x00009D, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetVerticalOrientation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetIcon_ReturnValue) == 0x0000A0, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_GetCount_ReturnValue) == 0x0000A8, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000AC, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x0000B0, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x0000B4, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_MakeStruct_CellCoord) == 0x0000B8, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_MakeStruct_CellCoord_1) == 0x0000C0, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_MakeStruct_CellCoord_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_Select_Default) == 0x0000C8, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_Create_ReturnValue) == 0x0000D0, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_CreateDragDropOperation_ReturnValue) == 0x0000D8, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_CreateDragDropOperation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_IsValid_ReturnValue_1) == 0x0000E1, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, CallFunc_IsValid_ReturnValue_2) == 0x0000E2, "Member 'InventoryV2_Slot_C_CustomDrag_0::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CustomDrag_0, K2Node_MakeStruct_CellCoord_2) == 0x0000E4, "Member 'InventoryV2_Slot_C_CustomDrag_0::K2Node_MakeStruct_CellCoord_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_SetVisibleStyle \ static_assert(alignof(InventoryV2_Slot_C_SetVisibleStyle) == 0x000004, "Wrong alignment on InventoryV2_Slot_C_SetVisibleStyle"); \ static_assert(sizeof(InventoryV2_Slot_C_SetVisibleStyle) == 0x000014, "Wrong size on InventoryV2_Slot_C_SetVisibleStyle"); \ static_assert(offsetof(InventoryV2_Slot_C_SetVisibleStyle, IsVisible_0) == 0x000000, "Member 'InventoryV2_Slot_C_SetVisibleStyle::IsVisible_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_SetVisibleStyle, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'InventoryV2_Slot_C_SetVisibleStyle::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_Hide_Backpack_on_Inventory \ static_assert(alignof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_Hide_Backpack_on_Inventory"); \ static_assert(sizeof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory) == 0x000068, "Wrong size on InventoryV2_Slot_C_Hide_Backpack_on_Inventory"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, DefaultLayout) == 0x000000, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::DefaultLayout' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_GetPlaceholder_ReturnValue) == 0x000028, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, Temp_int_Array_Index_Variable) == 0x000040, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Array_Get_Item) == 0x000044, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Conv_IntPointToVector2D_ReturnValue) == 0x00004C, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Conv_IntPointToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, K2Node_MakeStruct_FGInventoryLayoutInfo) == 0x000054, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::K2Node_MakeStruct_FGInventoryLayoutInfo' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Hide_Backpack_on_Inventory, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'InventoryV2_Slot_C_Hide_Backpack_on_Inventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnMouseButtonDoubleClick \ static_assert(alignof(InventoryV2_Slot_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(InventoryV2_Slot_C_OnMouseButtonDoubleClick) == 0x000218, "Wrong size on InventoryV2_Slot_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_Slot_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnDrop \ static_assert(alignof(InventoryV2_Slot_C_OnDrop) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnDrop"); \ static_assert(sizeof(InventoryV2_Slot_C_OnDrop) == 0x0000B8, "Wrong size on InventoryV2_Slot_C_OnDrop"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnDrop::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, PointerEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnDrop::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, Operation) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, ReturnValue) == 0x0000B0, "Member 'InventoryV2_Slot_C_OnDrop::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'InventoryV2_Slot_C_OnDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, CallFunc_CustomDrag_0_Ok) == 0x0000B2, "Member 'InventoryV2_Slot_C_OnDrop::CallFunc_CustomDrag_0_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDrop, CallFunc_IsValid_ReturnValue_1) == 0x0000B3, "Member 'InventoryV2_Slot_C_OnDrop::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnDragDetected \ static_assert(alignof(InventoryV2_Slot_C_OnDragDetected) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnDragDetected"); \ static_assert(sizeof(InventoryV2_Slot_C_OnDragDetected) == 0x0000B8, "Wrong size on InventoryV2_Slot_C_OnDragDetected"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragDetected, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnDragDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragDetected, PointerEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnDragDetected::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragDetected, Operation) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnDragDetected::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnDragDetected, CallFunc_CustomDrag_0_Ok) == 0x0000B0, "Member 'InventoryV2_Slot_C_OnDragDetected::CallFunc_CustomDrag_0_Ok' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnMouseButtonUp \ static_assert(alignof(InventoryV2_Slot_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnMouseButtonUp"); \ static_assert(sizeof(InventoryV2_Slot_C_OnMouseButtonUp) == 0x0003B8, "Wrong size on InventoryV2_Slot_C_OnMouseButtonUp"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000160, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue) == 0x000231, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue_1) == 0x000232, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue_2) == 0x000233, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue_3) == 0x000234, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_CanPlace_ReturnValue) == 0x000235, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue_1) == 0x000238, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue_4) == 0x0002F0, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue_2) == 0x0002F8, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_IsValid_ReturnValue_5) == 0x0003B0, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnMouseButtonUp, CallFunc_CustomDrag_0_Ok) == 0x0003B1, "Member 'InventoryV2_Slot_C_OnMouseButtonUp::CallFunc_CustomDrag_0_Ok' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_CheckHelpKey \ static_assert(alignof(InventoryV2_Slot_C_CheckHelpKey) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_CheckHelpKey"); \ static_assert(sizeof(InventoryV2_Slot_C_CheckHelpKey) == 0x000020, "Wrong size on InventoryV2_Slot_C_CheckHelpKey"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, IsOnHover) == 0x000000, "Member 'InventoryV2_Slot_C_CheckHelpKey::IsOnHover' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, LocalIsDNDNow) == 0x000001, "Member 'InventoryV2_Slot_C_CheckHelpKey::LocalIsDNDNow' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_Slot_C_CheckHelpKey::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'InventoryV2_Slot_C_CheckHelpKey::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_Slot_C_CheckHelpKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, CallFunc_CanPutToInventory_ReturnValue) == 0x000019, "Member 'InventoryV2_Slot_C_CheckHelpKey::CallFunc_CanPutToInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'InventoryV2_Slot_C_CheckHelpKey::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_CheckHelpKey, CallFunc_IsValid_ReturnValue_1) == 0x00001B, "Member 'InventoryV2_Slot_C_CheckHelpKey::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_OnGetMenuContent_0 \ static_assert(alignof(InventoryV2_Slot_C_OnGetMenuContent_0) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_OnGetMenuContent_0"); \ static_assert(sizeof(InventoryV2_Slot_C_OnGetMenuContent_0) == 0x0000F0, "Wrong size on InventoryV2_Slot_C_OnGetMenuContent_0"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, ReturnValue) == 0x000000, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, LocalPlayerEquipInventory) == 0x000008, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::LocalPlayerEquipInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, LocalMenuItems) == 0x000010, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::LocalMenuItems' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000020, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, K2Node_MakeStruct_ContextMenuData) == 0x000038, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::K2Node_MakeStruct_ContextMenuData' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_GetItemType_ReturnValue) == 0x000068, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000070, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_ClassIsChildOf_ReturnValue) == 0x000078, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_GetValueAsInt_ReturnValue) == 0x00007C, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_Greater_IntInt_ReturnValue) == 0x000080, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, K2Node_MakeStruct_ContextMenuData_1) == 0x000088, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::K2Node_MakeStruct_ContextMenuData_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_Array_Add_ReturnValue_1) == 0x0000B4, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, K2Node_MakeStruct_ContextMenuData_2) == 0x0000B8, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::K2Node_MakeStruct_ContextMenuData_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_Array_Add_ReturnValue_2) == 0x0000E0, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_CanPutToInventory_ReturnValue) == 0x0000E4, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_CanPutToInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_OnGetMenuContent_0, CallFunc_Create_ReturnValue) == 0x0000E8, "Member 'InventoryV2_Slot_C_OnGetMenuContent_0::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ShowMenu \ static_assert(alignof(InventoryV2_Slot_C_ShowMenu) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_ShowMenu"); \ static_assert(sizeof(InventoryV2_Slot_C_ShowMenu) == 0x000002, "Wrong size on InventoryV2_Slot_C_ShowMenu"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowMenu, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'InventoryV2_Slot_C_ShowMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowMenu, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'InventoryV2_Slot_C_ShowMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_UpdateBackpackSlotsCount \ static_assert(alignof(InventoryV2_Slot_C_UpdateBackpackSlotsCount) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_UpdateBackpackSlotsCount"); \ static_assert(sizeof(InventoryV2_Slot_C_UpdateBackpackSlotsCount) == 0x000148, "Wrong size on InventoryV2_Slot_C_UpdateBackpackSlotsCount"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, LocalCountEquipedSlot) == 0x000000, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::LocalCountEquipedSlot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, LocalCountSlots) == 0x000004, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::LocalCountSlots' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable) == 0x000008, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable_1) == 0x00000C, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable_2) == 0x000010, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, K2Node_MakeArray_Array) == 0x000098, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable_3) == 0x0000C4, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C8, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000CC, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable_4) == 0x0000D0, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, Temp_int_Variable_5) == 0x0000D4, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000D8, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000DC, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000E0, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000E8, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000F0, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_IsValid_ReturnValue) == 0x0000F9, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetSlot_ReturnValue) == 0x000100, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetSlot_ReturnValue_1) == 0x000108, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetPlaceholder_ReturnValue) == 0x000110, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetPlaceholder_ReturnValue_1) == 0x000118, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_IsValid_ReturnValue_2) == 0x000121, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetIsEnabled_ReturnValue) == 0x000122, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000123, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetSlot_ReturnValue_2) == 0x000128, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000130, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_GetPlaceholder_ReturnValue_2) == 0x000138, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_GetPlaceholder_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_UpdateBackpackSlotsCount, CallFunc_IsValid_ReturnValue_3) == 0x000140, "Member 'InventoryV2_Slot_C_UpdateBackpackSlotsCount::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ShowDescription \ static_assert(alignof(InventoryV2_Slot_C_ShowDescription) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_ShowDescription"); \ static_assert(sizeof(InventoryV2_Slot_C_ShowDescription) == 0x000018, "Wrong size on InventoryV2_Slot_C_ShowDescription"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDescription, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'InventoryV2_Slot_C_ShowDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDescription, CallFunc_GetPlaceholder_ReturnValue) == 0x000008, "Member 'InventoryV2_Slot_C_ShowDescription::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDescription, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'InventoryV2_Slot_C_ShowDescription::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_ShowDragAndDropState \ static_assert(alignof(InventoryV2_Slot_C_ShowDragAndDropState) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_ShowDragAndDropState"); \ static_assert(sizeof(InventoryV2_Slot_C_ShowDragAndDropState) == 0x000004, "Wrong size on InventoryV2_Slot_C_ShowDragAndDropState"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDragAndDropState, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'InventoryV2_Slot_C_ShowDragAndDropState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDragAndDropState, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'InventoryV2_Slot_C_ShowDragAndDropState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDragAndDropState, CallFunc_CanPlace_ReturnValue) == 0x000002, "Member 'InventoryV2_Slot_C_ShowDragAndDropState::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_ShowDragAndDropState, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'InventoryV2_Slot_C_ShowDragAndDropState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_Set_Dragged_Widget_Style \ static_assert(alignof(InventoryV2_Slot_C_Set_Dragged_Widget_Style) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_Set_Dragged_Widget_Style"); \ static_assert(sizeof(InventoryV2_Slot_C_Set_Dragged_Widget_Style) == 0x000040, "Wrong size on InventoryV2_Slot_C_Set_Dragged_Widget_Style"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, DNDOperation) == 0x000000, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::DNDOperation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, CanDrop) == 0x000008, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::CanDrop' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, Temp_bool_Variable) == 0x00000B, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, Temp_struct_Variable) == 0x00000C, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, Temp_struct_Variable_1) == 0x00001C, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_Set_Dragged_Widget_Style, K2Node_Select_Default) == 0x00002C, "Member 'InventoryV2_Slot_C_Set_Dragged_Widget_Style::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GetIsGamepadNow \ static_assert(alignof(InventoryV2_Slot_C_GetIsGamepadNow) == 0x000008, "Wrong alignment on InventoryV2_Slot_C_GetIsGamepadNow"); \ static_assert(sizeof(InventoryV2_Slot_C_GetIsGamepadNow) == 0x000030, "Wrong size on InventoryV2_Slot_C_GetIsGamepadNow"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, IsGamepad) == 0x000000, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_Slot_C_GetIsGamepadNow, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'InventoryV2_Slot_C_GetIsGamepadNow::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GPI_IsHoverable \ static_assert(alignof(InventoryV2_Slot_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_GPI_IsHoverable"); \ static_assert(sizeof(InventoryV2_Slot_C_GPI_IsHoverable) == 0x000001, "Wrong size on InventoryV2_Slot_C_GPI_IsHoverable"); \ static_assert(offsetof(InventoryV2_Slot_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'InventoryV2_Slot_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_Slot_C_GPI_IsHovered \ static_assert(alignof(InventoryV2_Slot_C_GPI_IsHovered) == 0x000001, "Wrong alignment on InventoryV2_Slot_C_GPI_IsHovered"); \ static_assert(sizeof(InventoryV2_Slot_C_GPI_IsHovered) == 0x000001, "Wrong size on InventoryV2_Slot_C_GPI_IsHovered"); \ static_assert(offsetof(InventoryV2_Slot_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'InventoryV2_Slot_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_Slot_C \ static_assert(alignof(UInventoryV2_Slot_C) == 0x000008, "Wrong alignment on UInventoryV2_Slot_C"); \ static_assert(sizeof(UInventoryV2_Slot_C) == 0x000378, "Wrong size on UInventoryV2_Slot_C"); \ static_assert(offsetof(UInventoryV2_Slot_C, UberGraphFrame_InventoryV2_Slot_C) == 0x0002A8, "Member 'UInventoryV2_Slot_C::UberGraphFrame_InventoryV2_Slot_C' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Anim_Hover) == 0x0002B0, "Member 'UInventoryV2_Slot_C::Anim_Hover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Back) == 0x0002B8, "Member 'UInventoryV2_Slot_C::Back' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, BackPackText) == 0x0002C0, "Member 'UInventoryV2_Slot_C::BackPackText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, FullImage) == 0x0002C8, "Member 'UInventoryV2_Slot_C::FullImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, GamepadHover) == 0x0002D0, "Member 'UInventoryV2_Slot_C::GamepadHover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Hover) == 0x0002D8, "Member 'UInventoryV2_Slot_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, MenuAnchor_948) == 0x0002E0, "Member 'UInventoryV2_Slot_C::MenuAnchor_948' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, PlaceholderIcon) == 0x0002E8, "Member 'UInventoryV2_Slot_C::PlaceholderIcon' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, TableImage) == 0x0002F0, "Member 'UInventoryV2_Slot_C::TableImage' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Text) == 0x0002F8, "Member 'UInventoryV2_Slot_C::Text' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, SlotText) == 0x000300, "Member 'UInventoryV2_Slot_C::SlotText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, SetBlueStyle) == 0x000318, "Member 'UInventoryV2_Slot_C::SetBlueStyle' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, TableTexture) == 0x000320, "Member 'UInventoryV2_Slot_C::TableTexture' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, SlotType) == 0x000328, "Member 'UInventoryV2_Slot_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, EqInventory) == 0x000330, "Member 'UInventoryV2_Slot_C::EqInventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, SlotObj) == 0x000338, "Member 'UInventoryV2_Slot_C::SlotObj' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Placeholder) == 0x000340, "Member 'UInventoryV2_Slot_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, InventoryV2ref) == 0x000348, "Member 'UInventoryV2_Slot_C::InventoryV2ref' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, IsEmpty) == 0x000350, "Member 'UInventoryV2_Slot_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, CanDropToThis) == 0x000351, "Member 'UInventoryV2_Slot_C::CanDropToThis' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, LocalCustomDragedWidget) == 0x000358, "Member 'UInventoryV2_Slot_C::LocalCustomDragedWidget' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, IsBackPack) == 0x000360, "Member 'UInventoryV2_Slot_C::IsBackPack' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, BacpackCount) == 0x000364, "Member 'UInventoryV2_Slot_C::BacpackCount' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Panel) == 0x000368, "Member 'UInventoryV2_Slot_C::Panel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, IsRotate) == 0x000370, "Member 'UInventoryV2_Slot_C::IsRotate' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, BlockButtonUp) == 0x000371, "Member 'UInventoryV2_Slot_C::BlockButtonUp' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, IsMouseLeftButtonDown) == 0x000372, "Member 'UInventoryV2_Slot_C::IsMouseLeftButtonDown' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_Slot_C, Is_Hovered) == 0x000373, "Member 'UInventoryV2_Slot_C::Is_Hovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_ExecuteUbergraph_AbstractList \ static_assert(alignof(AbstractList_C_ExecuteUbergraph_AbstractList) == 0x000008, "Wrong alignment on AbstractList_C_ExecuteUbergraph_AbstractList"); \ static_assert(sizeof(AbstractList_C_ExecuteUbergraph_AbstractList) == 0x0001E8, "Wrong size on AbstractList_C_ExecuteUbergraph_AbstractList"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, EntryPoint) == 0x000000, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CustomEvent_Items) == 0x000008, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CustomEvent_Items' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item) == 0x000038, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CustomEvent_Item_1) == 0x000040, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CustomEvent_Item_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000048, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Loop_Counter_Variable_1) == 0x000060, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000080, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000088, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Length_ReturnValue_2) == 0x0000AC, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B4, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_3) == 0x0000C0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_2) == 0x0000C8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000DC, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000E0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Length_ReturnValue_3) == 0x0000E4, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000E8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_4) == 0x0000F0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_3) == 0x0000F8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_3' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_3) == 0x000108, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_5) == 0x000110, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000118, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_4) == 0x000120, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_4' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_4) == 0x000130, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_6) == 0x000138, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x000140, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_5) == 0x000148, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_5' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_5) == 0x000158, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_UnselectItem_isUnselected) == 0x000159, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_7) == 0x000160, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_6) == 0x000168, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_6' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_6) == 0x000178, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_8) == 0x000180, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000188, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_7) == 0x000198, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_7' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_7) == 0x0001A8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CustomEvent_Item) == 0x0001B0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001B8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_CustomEvent_bIsGamepad) == 0x0001B9, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_CustomEvent_bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, Temp_int_Loop_Counter_Variable_2) == 0x0001BC, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Get_Item_9) == 0x0001C0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_AsSelectable_List_Item_8) == 0x0001C8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_AsSelectable_List_Item_8' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, K2Node_DynamicCast_bSuccess_8) == 0x0001D8, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D9, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001DC, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Array_Length_ReturnValue_4) == 0x0001E0, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ExecuteUbergraph_AbstractList, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001E4, "Member 'AbstractList_C_ExecuteUbergraph_AbstractList::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_AddItems \ static_assert(alignof(AbstractList_C_AddItems) == 0x000008, "Wrong alignment on AbstractList_C_AddItems"); \ static_assert(sizeof(AbstractList_C_AddItems) == 0x000010, "Wrong size on AbstractList_C_AddItems"); \ static_assert(offsetof(AbstractList_C_AddItems, Items) == 0x000000, "Member 'AbstractList_C_AddItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_OnInputTypeChanged \ static_assert(alignof(AbstractList_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on AbstractList_C_OnInputTypeChanged"); \ static_assert(sizeof(AbstractList_C_OnInputTypeChanged) == 0x000001, "Wrong size on AbstractList_C_OnInputTypeChanged"); \ static_assert(offsetof(AbstractList_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'AbstractList_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_RemoveItem \ static_assert(alignof(AbstractList_C_RemoveItem) == 0x000008, "Wrong alignment on AbstractList_C_RemoveItem"); \ static_assert(sizeof(AbstractList_C_RemoveItem) == 0x000008, "Wrong size on AbstractList_C_RemoveItem"); \ static_assert(offsetof(AbstractList_C_RemoveItem, Item) == 0x000000, "Member 'AbstractList_C_RemoveItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_AddNewItem \ static_assert(alignof(AbstractList_C_AddNewItem) == 0x000008, "Wrong alignment on AbstractList_C_AddNewItem"); \ static_assert(sizeof(AbstractList_C_AddNewItem) == 0x000008, "Wrong size on AbstractList_C_AddNewItem"); \ static_assert(offsetof(AbstractList_C_AddNewItem, Item) == 0x000000, "Member 'AbstractList_C_AddNewItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_OnItemHovered \ static_assert(alignof(AbstractList_C_OnItemHovered) == 0x000008, "Wrong alignment on AbstractList_C_OnItemHovered"); \ static_assert(sizeof(AbstractList_C_OnItemHovered) == 0x000038, "Wrong size on AbstractList_C_OnItemHovered"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, isHoveredNow) == 0x000000, "Member 'AbstractList_C_OnItemHovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, HoveredIndex) == 0x000004, "Member 'AbstractList_C_OnItemHovered::HoveredIndex' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'AbstractList_C_OnItemHovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'AbstractList_C_OnItemHovered::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'AbstractList_C_OnItemHovered::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'AbstractList_C_OnItemHovered::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'AbstractList_C_OnItemHovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'AbstractList_C_OnItemHovered::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_OnItemHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'AbstractList_C_OnItemHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_On_Item_Clicked \ static_assert(alignof(AbstractList_C_On_Item_Clicked) == 0x000008, "Wrong alignment on AbstractList_C_On_Item_Clicked"); \ static_assert(sizeof(AbstractList_C_On_Item_Clicked) == 0x000028, "Wrong size on AbstractList_C_On_Item_Clicked"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, Index_0) == 0x000000, "Member 'AbstractList_C_On_Item_Clicked::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'AbstractList_C_On_Item_Clicked::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, CallFunc_Array_Get_Item) == 0x000008, "Member 'AbstractList_C_On_Item_Clicked::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000010, "Member 'AbstractList_C_On_Item_Clicked::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AbstractList_C_On_Item_Clicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, CallFunc_SelectItem_isSelected) == 0x000021, "Member 'AbstractList_C_On_Item_Clicked::CallFunc_SelectItem_isSelected' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_On_Item_Clicked, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'AbstractList_C_On_Item_Clicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_GetCurrentHoveredItem \ static_assert(alignof(AbstractList_C_GetCurrentHoveredItem) == 0x000008, "Wrong alignment on AbstractList_C_GetCurrentHoveredItem"); \ static_assert(sizeof(AbstractList_C_GetCurrentHoveredItem) == 0x000020, "Wrong size on AbstractList_C_GetCurrentHoveredItem"); \ static_assert(offsetof(AbstractList_C_GetCurrentHoveredItem, IsValid) == 0x000000, "Member 'AbstractList_C_GetCurrentHoveredItem::IsValid' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentHoveredItem, Output) == 0x000008, "Member 'AbstractList_C_GetCurrentHoveredItem::Output' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentHoveredItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000010, "Member 'AbstractList_C_GetCurrentHoveredItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentHoveredItem, CallFunc_Array_Get_Item) == 0x000018, "Member 'AbstractList_C_GetCurrentHoveredItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_GetItemByIndex \ static_assert(alignof(AbstractList_C_GetItemByIndex) == 0x000008, "Wrong alignment on AbstractList_C_GetItemByIndex"); \ static_assert(sizeof(AbstractList_C_GetItemByIndex) == 0x000020, "Wrong size on AbstractList_C_GetItemByIndex"); \ static_assert(offsetof(AbstractList_C_GetItemByIndex, Index_0) == 0x000000, "Member 'AbstractList_C_GetItemByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetItemByIndex, IsValid) == 0x000004, "Member 'AbstractList_C_GetItemByIndex::IsValid' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetItemByIndex, Output) == 0x000008, "Member 'AbstractList_C_GetItemByIndex::Output' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetItemByIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000010, "Member 'AbstractList_C_GetItemByIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetItemByIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'AbstractList_C_GetItemByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_GetCurrentSelectedItem \ static_assert(alignof(AbstractList_C_GetCurrentSelectedItem) == 0x000008, "Wrong alignment on AbstractList_C_GetCurrentSelectedItem"); \ static_assert(sizeof(AbstractList_C_GetCurrentSelectedItem) == 0x000020, "Wrong size on AbstractList_C_GetCurrentSelectedItem"); \ static_assert(offsetof(AbstractList_C_GetCurrentSelectedItem, IsValid) == 0x000000, "Member 'AbstractList_C_GetCurrentSelectedItem::IsValid' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentSelectedItem, Output) == 0x000008, "Member 'AbstractList_C_GetCurrentSelectedItem::Output' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentSelectedItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000010, "Member 'AbstractList_C_GetCurrentSelectedItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_GetCurrentSelectedItem, CallFunc_Array_Get_Item) == 0x000018, "Member 'AbstractList_C_GetCurrentSelectedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_ReindexItems \ static_assert(alignof(AbstractList_C_ReindexItems) == 0x000008, "Wrong alignment on AbstractList_C_ReindexItems"); \ static_assert(sizeof(AbstractList_C_ReindexItems) == 0x000048, "Wrong size on AbstractList_C_ReindexItems"); \ static_assert(offsetof(AbstractList_C_ReindexItems, NewArray) == 0x000000, "Member 'AbstractList_C_ReindexItems::NewArray' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AbstractList_C_ReindexItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AbstractList_C_ReindexItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AbstractList_C_ReindexItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'AbstractList_C_ReindexItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, CallFunc_Array_Get_Item) == 0x000020, "Member 'AbstractList_C_ReindexItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'AbstractList_C_ReindexItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000030, "Member 'AbstractList_C_ReindexItems::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'AbstractList_C_ReindexItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_ReindexItems, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'AbstractList_C_ReindexItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbstractList_C_HoverByIndex \ static_assert(alignof(AbstractList_C_HoverByIndex) == 0x000008, "Wrong alignment on AbstractList_C_HoverByIndex"); \ static_assert(sizeof(AbstractList_C_HoverByIndex) == 0x000028, "Wrong size on AbstractList_C_HoverByIndex"); \ static_assert(offsetof(AbstractList_C_HoverByIndex, TargetHoverIndex) == 0x000000, "Member 'AbstractList_C_HoverByIndex::TargetHoverIndex' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_HoverByIndex, CallFunc_GetItemByIndex_IsValid) == 0x000004, "Member 'AbstractList_C_HoverByIndex::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_HoverByIndex, CallFunc_GetItemByIndex_Output) == 0x000008, "Member 'AbstractList_C_HoverByIndex::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_HoverByIndex, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000010, "Member 'AbstractList_C_HoverByIndex::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(AbstractList_C_HoverByIndex, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AbstractList_C_HoverByIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbstractList_C \ static_assert(alignof(UAbstractList_C) == 0x000008, "Wrong alignment on UAbstractList_C"); \ static_assert(sizeof(UAbstractList_C) == 0x0002B8, "Wrong size on UAbstractList_C"); \ static_assert(offsetof(UAbstractList_C, UberGraphFrame) == 0x000260, "Member 'UAbstractList_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, ListItems) == 0x000268, "Member 'UAbstractList_C::ListItems' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, CurrentHoveredIndex) == 0x000278, "Member 'UAbstractList_C::CurrentHoveredIndex' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, CurrentSelectedIndex) == 0x00027C, "Member 'UAbstractList_C::CurrentSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, isMultiSelectable) == 0x000280, "Member 'UAbstractList_C::isMultiSelectable' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, OnListItemHovered) == 0x000288, "Member 'UAbstractList_C::OnListItemHovered' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, OnListItemSelected) == 0x000298, "Member 'UAbstractList_C::OnListItemSelected' has a wrong offset!"); \ static_assert(offsetof(UAbstractList_C, OnNoHoveredItems) == 0x0002A8, "Member 'UAbstractList_C::OnNoHoveredItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialList_C_ExecuteUbergraph_RadialList \ static_assert(alignof(RadialList_C_ExecuteUbergraph_RadialList) == 0x000008, "Wrong alignment on RadialList_C_ExecuteUbergraph_RadialList"); \ static_assert(sizeof(RadialList_C_ExecuteUbergraph_RadialList) == 0x0000E8, "Wrong size on RadialList_C_ExecuteUbergraph_RadialList"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, EntryPoint) == 0x000000, "Member 'RadialList_C_ExecuteUbergraph_RadialList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, Temp_int_Array_Index_Variable) == 0x000004, "Member 'RadialList_C_ExecuteUbergraph_RadialList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'RadialList_C_ExecuteUbergraph_RadialList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, K2Node_Event_IsDesignTime) == 0x00000C, "Member 'RadialList_C_ExecuteUbergraph_RadialList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_RotateAngleAxis_ReturnValue) == 0x000010, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000024, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_RotateAngleAxis_ReturnValue_1) == 0x000028, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_RotateAngleAxis_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_MakeRotFromX_ReturnValue) == 0x000034, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakRotator_Roll) == 0x000040, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakRotator_Pitch) == 0x000044, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakRotator_Yaw) == 0x000048, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00004C, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakVector_X) == 0x000058, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakVector_Y) == 0x00005C, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_BreakVector_Z) == 0x000060, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_MakeVector2D_ReturnValue) == 0x000064, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Add_FloatFloat_ReturnValue) == 0x00006C, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'RadialList_C_ExecuteUbergraph_RadialList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, K2Node_CustomEvent_Items) == 0x000078, "Member 'RadialList_C_ExecuteUbergraph_RadialList::K2Node_CustomEvent_Items' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Array_Get_Item) == 0x000088, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_GetAllChildren_ReturnValue) == 0x0000A0, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, K2Node_DynamicCast_AsAbstract_List_Item) == 0x0000C0, "Member 'RadialList_C_ExecuteUbergraph_RadialList::K2Node_DynamicCast_AsAbstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'RadialList_C_ExecuteUbergraph_RadialList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_GetChildrenCount_ReturnValue) == 0x0000CC, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, Temp_int_Loop_Counter_Variable_1) == 0x0000D0, "Member 'RadialList_C_ExecuteUbergraph_RadialList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_AddChildToOverlay_ReturnValue) == 0x0000D8, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_AddChildToOverlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E0, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialList_C_ExecuteUbergraph_RadialList, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E4, "Member 'RadialList_C_ExecuteUbergraph_RadialList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialList_C_AddListItems \ static_assert(alignof(RadialList_C_AddListItems) == 0x000008, "Wrong alignment on RadialList_C_AddListItems"); \ static_assert(sizeof(RadialList_C_AddListItems) == 0x000010, "Wrong size on RadialList_C_AddListItems"); \ static_assert(offsetof(RadialList_C_AddListItems, Items) == 0x000000, "Member 'RadialList_C_AddListItems::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialList_C_PreConstruct \ static_assert(alignof(RadialList_C_PreConstruct) == 0x000001, "Wrong alignment on RadialList_C_PreConstruct"); \ static_assert(sizeof(RadialList_C_PreConstruct) == 0x000001, "Wrong size on RadialList_C_PreConstruct"); \ static_assert(offsetof(RadialList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'RadialList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialList_C \ static_assert(alignof(URadialList_C) == 0x000008, "Wrong alignment on URadialList_C"); \ static_assert(sizeof(URadialList_C) == 0x0002E8, "Wrong size on URadialList_C"); \ static_assert(offsetof(URadialList_C, UberGraphFrame_RadialList_C) == 0x0002B8, "Member 'URadialList_C::UberGraphFrame_RadialList_C' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, RoundListWrapper) == 0x0002C0, "Member 'URadialList_C::RoundListWrapper' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, Radius) == 0x0002C8, "Member 'URadialList_C::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, StartAngle) == 0x0002CC, "Member 'URadialList_C::StartAngle' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, DefaultWidgetRotation) == 0x0002D0, "Member 'URadialList_C::DefaultWidgetRotation' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, StartRotationAxis) == 0x0002D4, "Member 'URadialList_C::StartRotationAxis' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, NumWidgets) == 0x0002E0, "Member 'URadialList_C::NumWidgets' has a wrong offset!"); \ static_assert(offsetof(URadialList_C, ShouldRotateWidgets) == 0x0002E4, "Member 'URadialList_C::ShouldRotateWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_ExecuteUbergraph_QuestList \ static_assert(alignof(QuestList_C_ExecuteUbergraph_QuestList) == 0x000008, "Wrong alignment on QuestList_C_ExecuteUbergraph_QuestList"); \ static_assert(sizeof(QuestList_C_ExecuteUbergraph_QuestList) == 0x000050, "Wrong size on QuestList_C_ExecuteUbergraph_QuestList"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, EntryPoint) == 0x000000, "Member 'QuestList_C_ExecuteUbergraph_QuestList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, Temp_object_Variable) == 0x000008, "Member 'QuestList_C_ExecuteUbergraph_QuestList::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, K2Node_CustomEvent_ListItem_1) == 0x000010, "Member 'QuestList_C_ExecuteUbergraph_QuestList::K2Node_CustomEvent_ListItem_1' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, K2Node_CustomEvent_QuestType) == 0x000018, "Member 'QuestList_C_ExecuteUbergraph_QuestList::K2Node_CustomEvent_QuestType' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, Temp_object_Variable_1) == 0x000020, "Member 'QuestList_C_ExecuteUbergraph_QuestList::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, K2Node_CustomEvent_ListItem) == 0x000028, "Member 'QuestList_C_ExecuteUbergraph_QuestList::K2Node_CustomEvent_ListItem' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, Temp_byte_Variable) == 0x000030, "Member 'QuestList_C_ExecuteUbergraph_QuestList::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000038, "Member 'QuestList_C_ExecuteUbergraph_QuestList::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, K2Node_Select_Default) == 0x000040, "Member 'QuestList_C_ExecuteUbergraph_QuestList::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_ExecuteUbergraph_QuestList, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x000048, "Member 'QuestList_C_ExecuteUbergraph_QuestList::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_AddPinnedRecipe \ static_assert(alignof(QuestList_C_AddPinnedRecipe) == 0x000008, "Wrong alignment on QuestList_C_AddPinnedRecipe"); \ static_assert(sizeof(QuestList_C_AddPinnedRecipe) == 0x000008, "Wrong size on QuestList_C_AddPinnedRecipe"); \ static_assert(offsetof(QuestList_C_AddPinnedRecipe, ListItem) == 0x000000, "Member 'QuestList_C_AddPinnedRecipe::ListItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_AddQuestItem \ static_assert(alignof(QuestList_C_AddQuestItem) == 0x000008, "Wrong alignment on QuestList_C_AddQuestItem"); \ static_assert(sizeof(QuestList_C_AddQuestItem) == 0x000010, "Wrong size on QuestList_C_AddQuestItem"); \ static_assert(offsetof(QuestList_C_AddQuestItem, ListItem) == 0x000000, "Member 'QuestList_C_AddQuestItem::ListItem' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_AddQuestItem, QuestType) == 0x000008, "Member 'QuestList_C_AddQuestItem::QuestType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_On_Quest_Hovered \ static_assert(alignof(QuestList_C_On_Quest_Hovered) == 0x000008, "Wrong alignment on QuestList_C_On_Quest_Hovered"); \ static_assert(sizeof(QuestList_C_On_Quest_Hovered) == 0x000030, "Wrong size on QuestList_C_On_Quest_Hovered"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, isHoveredNow) == 0x000000, "Member 'QuestList_C_On_Quest_Hovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, ItemIndex) == 0x000004, "Member 'QuestList_C_On_Quest_Hovered::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, CallFunc_GetJournalListItem_isFounded) == 0x000008, "Member 'QuestList_C_On_Quest_Hovered::CallFunc_GetJournalListItem_isFounded' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, CallFunc_GetJournalListItem_ListItem) == 0x000010, "Member 'QuestList_C_On_Quest_Hovered::CallFunc_GetJournalListItem_ListItem' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, CallFunc_GetJournalListItem_isFounded_1) == 0x000018, "Member 'QuestList_C_On_Quest_Hovered::CallFunc_GetJournalListItem_isFounded_1' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, CallFunc_GetJournalListItem_ListItem_1) == 0x000020, "Member 'QuestList_C_On_Quest_Hovered::CallFunc_GetJournalListItem_ListItem_1' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_On_Quest_Hovered, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'QuestList_C_On_Quest_Hovered::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_GetJournalListItem \ static_assert(alignof(QuestList_C_GetJournalListItem) == 0x000008, "Wrong alignment on QuestList_C_GetJournalListItem"); \ static_assert(sizeof(QuestList_C_GetJournalListItem) == 0x000030, "Wrong size on QuestList_C_GetJournalListItem"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, ItemIndex) == 0x000000, "Member 'QuestList_C_GetJournalListItem::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, isFounded) == 0x000004, "Member 'QuestList_C_GetJournalListItem::isFounded' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, ListItem) == 0x000008, "Member 'QuestList_C_GetJournalListItem::ListItem' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000010, "Member 'QuestList_C_GetJournalListItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, CallFunc_Array_Get_Item) == 0x000018, "Member 'QuestList_C_GetJournalListItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, K2Node_DynamicCast_AsJournal_Abstract_List_Item) == 0x000020, "Member 'QuestList_C_GetJournalListItem::K2Node_DynamicCast_AsJournal_Abstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_GetJournalListItem, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'QuestList_C_GetJournalListItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestList_C_OnItemHovered \ static_assert(alignof(QuestList_C_OnItemHovered) == 0x000004, "Wrong alignment on QuestList_C_OnItemHovered"); \ static_assert(sizeof(QuestList_C_OnItemHovered) == 0x000008, "Wrong size on QuestList_C_OnItemHovered"); \ static_assert(offsetof(QuestList_C_OnItemHovered, isHoveredNow) == 0x000000, "Member 'QuestList_C_OnItemHovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(QuestList_C_OnItemHovered, HoveredIndex) == 0x000004, "Member 'QuestList_C_OnItemHovered::HoveredIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuestList_C \ static_assert(alignof(UQuestList_C) == 0x000008, "Wrong alignment on UQuestList_C"); \ static_assert(sizeof(UQuestList_C) == 0x0002E0, "Wrong size on UQuestList_C"); \ static_assert(offsetof(UQuestList_C, UberGraphFrame_QuestList_C) == 0x0002B8, "Member 'UQuestList_C::UberGraphFrame_QuestList_C' has a wrong offset!"); \ static_assert(offsetof(UQuestList_C, AdditionalSection) == 0x0002C0, "Member 'UQuestList_C::AdditionalSection' has a wrong offset!"); \ static_assert(offsetof(UQuestList_C, MainSection) == 0x0002C8, "Member 'UQuestList_C::MainSection' has a wrong offset!"); \ static_assert(offsetof(UQuestList_C, PinnedRecipesSection) == 0x0002D0, "Member 'UQuestList_C::PinnedRecipesSection' has a wrong offset!"); \ static_assert(offsetof(UQuestList_C, HoveredItem) == 0x0002D8, "Member 'UQuestList_C::HoveredItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalList_C_ExecuteUbergraph_HorizontalList \ static_assert(alignof(HorizontalList_C_ExecuteUbergraph_HorizontalList) == 0x000008, "Wrong alignment on HorizontalList_C_ExecuteUbergraph_HorizontalList"); \ static_assert(sizeof(HorizontalList_C_ExecuteUbergraph_HorizontalList) == 0x000080, "Wrong size on HorizontalList_C_ExecuteUbergraph_HorizontalList"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, EntryPoint) == 0x000000, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, Temp_bool_Variable) == 0x000004, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, Temp_int_Variable) == 0x000008, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_Event_Item) == 0x000010, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_Event_Item' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000018, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Array_LastIndex_ReturnValue) == 0x00002C, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, Temp_bool_Variable_1) == 0x000031, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000034, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_Select_Default) == 0x000038, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Array_Get_Item) == 0x000040, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000048, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_Select_Default_1) == 0x00005C, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000068, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(HorizontalList_C_ExecuteUbergraph_HorizontalList, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'HorizontalList_C_ExecuteUbergraph_HorizontalList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalList_C_AddNewItem \ static_assert(alignof(HorizontalList_C_AddNewItem) == 0x000008, "Wrong alignment on HorizontalList_C_AddNewItem"); \ static_assert(sizeof(HorizontalList_C_AddNewItem) == 0x000008, "Wrong size on HorizontalList_C_AddNewItem"); \ static_assert(offsetof(HorizontalList_C_AddNewItem, Item) == 0x000000, "Member 'HorizontalList_C_AddNewItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHorizontalList_C \ static_assert(alignof(UHorizontalList_C) == 0x000008, "Wrong alignment on UHorizontalList_C"); \ static_assert(sizeof(UHorizontalList_C) == 0x0002E0, "Wrong size on UHorizontalList_C"); \ static_assert(offsetof(UHorizontalList_C, UberGraphFrame_HorizontalList_C) == 0x0002B8, "Member 'UHorizontalList_C::UberGraphFrame_HorizontalList_C' has a wrong offset!"); \ static_assert(offsetof(UHorizontalList_C, HorizontalBoxWrapper) == 0x0002C0, "Member 'UHorizontalList_C::HorizontalBoxWrapper' has a wrong offset!"); \ static_assert(offsetof(UHorizontalList_C, ItemsPadding) == 0x0002C8, "Member 'UHorizontalList_C::ItemsPadding' has a wrong offset!"); \ static_assert(offsetof(UHorizontalList_C, ShouldPreventLoop) == 0x0002D8, "Member 'UHorizontalList_C::ShouldPreventLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalList_C_ExecuteUbergraph_VerticalList \ static_assert(alignof(VerticalList_C_ExecuteUbergraph_VerticalList) == 0x000008, "Wrong alignment on VerticalList_C_ExecuteUbergraph_VerticalList"); \ static_assert(sizeof(VerticalList_C_ExecuteUbergraph_VerticalList) == 0x0000A8, "Wrong size on VerticalList_C_ExecuteUbergraph_VerticalList"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, EntryPoint) == 0x000000, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_LastIndex_ReturnValue) == 0x000004, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_Event_Item) == 0x000008, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_Event_Item' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000010, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_Get_Item) == 0x000020, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000030, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000048, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Subtract_IntInt_ReturnValue) == 0x00005C, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000060, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000064, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_Get_Item_2) == 0x000068, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, CallFunc_Array_Get_Item_3) == 0x000070, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_AsSelectable_List_Item_2) == 0x000078, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_AsSelectable_List_Item_2' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_AsSelectable_List_Item_3) == 0x000090, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_AsSelectable_List_Item_3' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_ExecuteUbergraph_VerticalList, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'VerticalList_C_ExecuteUbergraph_VerticalList::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalList_C_GetItem \ static_assert(alignof(VerticalList_C_GetItem) == 0x000008, "Wrong alignment on VerticalList_C_GetItem"); \ static_assert(sizeof(VerticalList_C_GetItem) == 0x000020, "Wrong size on VerticalList_C_GetItem"); \ static_assert(offsetof(VerticalList_C_GetItem, ItemIndex) == 0x000000, "Member 'VerticalList_C_GetItem::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_GetItem, isFounded) == 0x000004, "Member 'VerticalList_C_GetItem::isFounded' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_GetItem, ListItem) == 0x000008, "Member 'VerticalList_C_GetItem::ListItem' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_GetItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000010, "Member 'VerticalList_C_GetItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_GetItem, CallFunc_Array_Get_Item) == 0x000018, "Member 'VerticalList_C_GetItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalList_C_AddNewItem \ static_assert(alignof(VerticalList_C_AddNewItem) == 0x000008, "Wrong alignment on VerticalList_C_AddNewItem"); \ static_assert(sizeof(VerticalList_C_AddNewItem) == 0x000008, "Wrong size on VerticalList_C_AddNewItem"); \ static_assert(offsetof(VerticalList_C_AddNewItem, Item) == 0x000000, "Member 'VerticalList_C_AddNewItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalList_C_OnItemHovered \ static_assert(alignof(VerticalList_C_OnItemHovered) == 0x000008, "Wrong alignment on VerticalList_C_OnItemHovered"); \ static_assert(sizeof(VerticalList_C_OnItemHovered) == 0x000040, "Wrong size on VerticalList_C_OnItemHovered"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, isHoveredNow) == 0x000000, "Member 'VerticalList_C_OnItemHovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, HoveredIndex) == 0x000004, "Member 'VerticalList_C_OnItemHovered::HoveredIndex' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'VerticalList_C_OnItemHovered::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'VerticalList_C_OnItemHovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'VerticalList_C_OnItemHovered::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'VerticalList_C_OnItemHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'VerticalList_C_OnItemHovered::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'VerticalList_C_OnItemHovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VerticalList_C_OnItemHovered, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000039, "Member 'VerticalList_C_OnItemHovered::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVerticalList_C \ static_assert(alignof(UVerticalList_C) == 0x000008, "Wrong alignment on UVerticalList_C"); \ static_assert(sizeof(UVerticalList_C) == 0x0002F0, "Wrong size on UVerticalList_C"); \ static_assert(offsetof(UVerticalList_C, UberGraphFrame_VerticalList_C) == 0x0002D0, "Member 'UVerticalList_C::UberGraphFrame_VerticalList_C' has a wrong offset!"); \ static_assert(offsetof(UVerticalList_C, VerticalBoxWrapper) == 0x0002D8, "Member 'UVerticalList_C::VerticalBoxWrapper' has a wrong offset!"); \ static_assert(offsetof(UVerticalList_C, ItemsPadding) == 0x0002E0, "Member 'UVerticalList_C::ItemsPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2 \ static_assert(alignof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2) == 0x000008, "Wrong alignment on WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2"); \ static_assert(sizeof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2) == 0x0000E8, "Wrong size on WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, EntryPoint) == 0x000000, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_MakeRotator_ReturnValue) == 0x00000C, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000018, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_SelectFloat_ReturnValue) == 0x0000A4, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x0000A8, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_GetState_ReturnValue) == 0x0000A9, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0000BC, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_BooleanOR_ReturnValue) == 0x0000BD, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000BE, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_BooleanOR_ReturnValue_1) == 0x0000BF, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C0, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, K2Node_CustomEvent_DoWork) == 0x0000D0, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::K2Node_CustomEvent_DoWork' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_GetMaterial_ReturnValue) == 0x0000D8, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000E0, "Member 'WagonModule_LootGatherer_T2_C_ExecuteUbergraph_WagonModule_LootGatherer_T2::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_T2_C_ToggleVisual \ static_assert(alignof(WagonModule_LootGatherer_T2_C_ToggleVisual) == 0x000001, "Wrong alignment on WagonModule_LootGatherer_T2_C_ToggleVisual"); \ static_assert(sizeof(WagonModule_LootGatherer_T2_C_ToggleVisual) == 0x000001, "Wrong size on WagonModule_LootGatherer_T2_C_ToggleVisual"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ToggleVisual, DoWork) == 0x000000, "Member 'WagonModule_LootGatherer_T2_C_ToggleVisual::DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_LootGatherer_T2_C_ReceiveTick \ static_assert(alignof(WagonModule_LootGatherer_T2_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_LootGatherer_T2_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_LootGatherer_T2_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_LootGatherer_T2_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_LootGatherer_T2_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_LootGatherer_T2_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_LootGatherer_T2_C \ static_assert(alignof(AWagonModule_LootGatherer_T2_C) == 0x000008, "Wrong alignment on AWagonModule_LootGatherer_T2_C"); \ static_assert(sizeof(AWagonModule_LootGatherer_T2_C) == 0x0007E0, "Wrong size on AWagonModule_LootGatherer_T2_C"); \ static_assert(offsetof(AWagonModule_LootGatherer_T2_C, UberGraphFrame_WagonModule_LootGatherer_T2_C) == 0x0007B8, "Member 'AWagonModule_LootGatherer_T2_C::UberGraphFrame_WagonModule_LootGatherer_T2_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_T2_C, Fan) == 0x0007C0, "Member 'AWagonModule_LootGatherer_T2_C::Fan' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_T2_C, RotorFan) == 0x0007C8, "Member 'AWagonModule_LootGatherer_T2_C::RotorFan' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_T2_C, StateRotateFan) == 0x0007D0, "Member 'AWagonModule_LootGatherer_T2_C::StateRotateFan' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_LootGatherer_T2_C, DM_Light) == 0x0007D8, "Member 'AWagonModule_LootGatherer_T2_C::DM_Light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_ExecuteUbergraph_Achievements \ static_assert(alignof(Achievements_C_ExecuteUbergraph_Achievements) == 0x000008, "Wrong alignment on Achievements_C_ExecuteUbergraph_Achievements"); \ static_assert(sizeof(Achievements_C_ExecuteUbergraph_Achievements) == 0x000060, "Wrong size on Achievements_C_ExecuteUbergraph_Achievements"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, EntryPoint) == 0x000000, "Member 'Achievements_C_ExecuteUbergraph_Achievements::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, Temp_int_Variable) == 0x000004, "Member 'Achievements_C_ExecuteUbergraph_Achievements::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000018, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_Event_IsDesignTime) == 0x000020, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_MakeArray_Array) == 0x000028, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_Array_Get_Item) == 0x000038, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_SwitchInteger_CmpSuccess) == 0x000045, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'Achievements_C_ExecuteUbergraph_Achievements::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_DynamicCast_AsFGPlayer_State) == 0x000050, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_DynamicCast_AsFGPlayer_State' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_ExecuteUbergraph_Achievements, K2Node_SwitchInteger_CmpSuccess_1) == 0x000059, "Member 'Achievements_C_ExecuteUbergraph_Achievements::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_PreConstruct \ static_assert(alignof(Achievements_C_PreConstruct) == 0x000001, "Wrong alignment on Achievements_C_PreConstruct"); \ static_assert(sizeof(Achievements_C_PreConstruct) == 0x000001, "Wrong size on Achievements_C_PreConstruct"); \ static_assert(offsetof(Achievements_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'Achievements_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_GetMockAchievements \ static_assert(alignof(Achievements_C_GetMockAchievements) == 0x000008, "Wrong alignment on Achievements_C_GetMockAchievements"); \ static_assert(sizeof(Achievements_C_GetMockAchievements) == 0x000028, "Wrong size on Achievements_C_GetMockAchievements"); \ static_assert(offsetof(Achievements_C_GetMockAchievements, AllAchievements) == 0x000000, "Member 'Achievements_C_GetMockAchievements::AllAchievements' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_GetMockAchievements, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'Achievements_C_GetMockAchievements::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_GetMockAchievements, CallFunc_GetAchievementsSettings_ReturnValue) == 0x000018, "Member 'Achievements_C_GetMockAchievements::CallFunc_GetAchievementsSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_PopulateData \ static_assert(alignof(Achievements_C_PopulateData) == 0x000008, "Wrong alignment on Achievements_C_PopulateData"); \ static_assert(sizeof(Achievements_C_PopulateData) == 0x0000B0, "Wrong size on Achievements_C_PopulateData"); \ static_assert(offsetof(Achievements_C_PopulateData, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Achievements_C_PopulateData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Achievements_C_PopulateData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Achievements_C_PopulateData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_GetMockAchievements_AllAchievements) == 0x000010, "Member 'Achievements_C_PopulateData::CallFunc_GetMockAchievements_AllAchievements' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'Achievements_C_PopulateData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_Array_Get_Item) == 0x000030, "Member 'Achievements_C_PopulateData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'Achievements_C_PopulateData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_Create_ReturnValue) == 0x000098, "Member 'Achievements_C_PopulateData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'Achievements_C_PopulateData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_PopulateData, CallFunc_AddChild_ReturnValue) == 0x0000A8, "Member 'Achievements_C_PopulateData::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_On_Achievement_Progress_Added \ static_assert(alignof(Achievements_C_On_Achievement_Progress_Added) == 0x000008, "Wrong alignment on Achievements_C_On_Achievement_Progress_Added"); \ static_assert(sizeof(Achievements_C_On_Achievement_Progress_Added) == 0x000180, "Wrong size on Achievements_C_On_Achievement_Progress_Added"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, Index_0) == 0x000000, "Member 'Achievements_C_On_Achievement_Progress_Added::Index_0' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, Temp_int_Variable) == 0x000004, "Member 'Achievements_C_On_Achievement_Progress_Added::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_GetItemByIndex_IsValid) == 0x000008, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_GetItemByIndex_Output) == 0x000010, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, Temp_text_Variable) == 0x000018, "Member 'Achievements_C_On_Achievement_Progress_Added::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, K2Node_DynamicCast_AsAchievement_Row) == 0x000030, "Member 'Achievements_C_On_Achievement_Progress_Added::K2Node_DynamicCast_AsAchievement_Row' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Achievements_C_On_Achievement_Progress_Added::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_GetProgressData_AchievmentData) == 0x000040, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_GetProgressData_AchievmentData' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_GetProgressData_ReturnValue) == 0x0000A0, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_GetProgressData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Conv_IntToString_ReturnValue) == 0x0000A8, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, Temp_text_Variable_1) == 0x0000B8, "Member 'Achievements_C_On_Achievement_Progress_Added::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, Temp_text_Variable_2) == 0x0000D0, "Member 'Achievements_C_On_Achievement_Progress_Added::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue) == 0x0000E8, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F8, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000108, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, K2Node_Select_Default) == 0x000118, "Member 'Achievements_C_On_Achievement_Progress_Added::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000150, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000160, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Achievement_Progress_Added, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000170, "Member 'Achievements_C_On_Achievement_Progress_Added::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Achievements_C_On_Item_Clicked \ static_assert(alignof(Achievements_C_On_Item_Clicked) == 0x000008, "Wrong alignment on Achievements_C_On_Item_Clicked"); \ static_assert(sizeof(Achievements_C_On_Item_Clicked) == 0x000158, "Wrong size on Achievements_C_On_Item_Clicked"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, Index_0) == 0x000000, "Member 'Achievements_C_On_Item_Clicked::Index_0' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_GetItemByIndex_IsValid) == 0x000018, "Member 'Achievements_C_On_Item_Clicked::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_GetItemByIndex_Output) == 0x000020, "Member 'Achievements_C_On_Item_Clicked::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, Temp_int_Variable) == 0x000028, "Member 'Achievements_C_On_Item_Clicked::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, K2Node_DynamicCast_AsAchievement_Row) == 0x000030, "Member 'Achievements_C_On_Item_Clicked::K2Node_DynamicCast_AsAchievement_Row' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Achievements_C_On_Item_Clicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_GetProgressData_AchievmentData) == 0x000040, "Member 'Achievements_C_On_Item_Clicked::CallFunc_GetProgressData_AchievmentData' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_GetProgressData_ReturnValue) == 0x0000A0, "Member 'Achievements_C_On_Item_Clicked::CallFunc_GetProgressData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, Temp_text_Variable) == 0x0000A8, "Member 'Achievements_C_On_Item_Clicked::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, Temp_text_Variable_1) == 0x0000D0, "Member 'Achievements_C_On_Item_Clicked::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, Temp_text_Variable_2) == 0x000108, "Member 'Achievements_C_On_Item_Clicked::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, K2Node_Select_Default) == 0x000120, "Member 'Achievements_C_On_Item_Clicked::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Conv_TextToString_ReturnValue) == 0x000138, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Achievements_C_On_Item_Clicked, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000148, "Member 'Achievements_C_On_Item_Clicked::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievements_C \ static_assert(alignof(UAchievements_C) == 0x000008, "Wrong alignment on UAchievements_C"); \ static_assert(sizeof(UAchievements_C) == 0x000318, "Wrong size on UAchievements_C"); \ static_assert(offsetof(UAchievements_C, UberGraphFrame_Achievements_C) == 0x0002D0, "Member 'UAchievements_C::UberGraphFrame_Achievements_C' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, LabelButton_0) == 0x0002D8, "Member 'UAchievements_C::LabelButton_0' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, LabelButton_1) == 0x0002E0, "Member 'UAchievements_C::LabelButton_1' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, LabelButton_2) == 0x0002E8, "Member 'UAchievements_C::LabelButton_2' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, PlatformPublishChangesButton) == 0x0002F0, "Member 'UAchievements_C::PlatformPublishChangesButton' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, ResetPlatformAchievementsButton) == 0x0002F8, "Member 'UAchievements_C::ResetPlatformAchievementsButton' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, ResetProfileCountersButton) == 0x000300, "Member 'UAchievements_C::ResetProfileCountersButton' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, ScrollBox_0) == 0x000308, "Member 'UAchievements_C::ScrollBox_0' has a wrong offset!"); \ static_assert(offsetof(UAchievements_C, PlatformIndex) == 0x000310, "Member 'UAchievements_C::PlatformIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_ExecuteUbergraph_Hook_T1 \ static_assert(alignof(Hook_T1_C_ExecuteUbergraph_Hook_T1) == 0x000004, "Wrong alignment on Hook_T1_C_ExecuteUbergraph_Hook_T1"); \ static_assert(sizeof(Hook_T1_C_ExecuteUbergraph_Hook_T1) == 0x000004, "Wrong size on Hook_T1_C_ExecuteUbergraph_Hook_T1"); \ static_assert(offsetof(Hook_T1_C_ExecuteUbergraph_Hook_T1, EntryPoint) == 0x000000, "Member 'Hook_T1_C_ExecuteUbergraph_Hook_T1::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_CanBeGrappled \ static_assert(alignof(Hook_T1_C_CanBeGrappled) == 0x000001, "Wrong alignment on Hook_T1_C_CanBeGrappled"); \ static_assert(sizeof(Hook_T1_C_CanBeGrappled) == 0x000001, "Wrong size on Hook_T1_C_CanBeGrappled"); \ static_assert(offsetof(Hook_T1_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'Hook_T1_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_CanBeLooted \ static_assert(alignof(Hook_T1_C_CanBeLooted) == 0x000001, "Wrong alignment on Hook_T1_C_CanBeLooted"); \ static_assert(sizeof(Hook_T1_C_CanBeLooted) == 0x000001, "Wrong size on Hook_T1_C_CanBeLooted"); \ static_assert(offsetof(Hook_T1_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Hook_T1_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_SendTutorial \ static_assert(alignof(Hook_T1_C_SendTutorial) == 0x000008, "Wrong alignment on Hook_T1_C_SendTutorial"); \ static_assert(sizeof(Hook_T1_C_SendTutorial) == 0x000020, "Wrong size on Hook_T1_C_SendTutorial"); \ static_assert(offsetof(Hook_T1_C_SendTutorial, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Hook_T1_C_SendTutorial::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_SendTutorial, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'Hook_T1_C_SendTutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_SendTutorial, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'Hook_T1_C_SendTutorial::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_SendTutorial, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Hook_T1_C_SendTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_SendTutorial, CallFunc_HasAuthority_ReturnValue) == 0x000019, "Member 'Hook_T1_C_SendTutorial::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_GetItemSelection \ static_assert(alignof(Hook_T1_C_GetItemSelection) == 0x000008, "Wrong alignment on Hook_T1_C_GetItemSelection"); \ static_assert(sizeof(Hook_T1_C_GetItemSelection) == 0x000130, "Wrong size on Hook_T1_C_GetItemSelection"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, Hit) == 0x000000, "Member 'Hook_T1_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, Player) == 0x000088, "Member 'Hook_T1_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Hook_T1_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Hook_T1_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Hook_T1_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Hook_T1_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'Hook_T1_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hook_T1_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'Hook_T1_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hook_T1_C_GetItemDurability \ static_assert(alignof(Hook_T1_C_GetItemDurability) == 0x000008, "Wrong alignment on Hook_T1_C_GetItemDurability"); \ static_assert(sizeof(Hook_T1_C_GetItemDurability) == 0x000018, "Wrong size on Hook_T1_C_GetItemDurability"); \ static_assert(offsetof(Hook_T1_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'Hook_T1_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHook_T1_C \ static_assert(alignof(AHook_T1_C) == 0x000010, "Wrong alignment on AHook_T1_C"); \ static_assert(sizeof(AHook_T1_C) == 0x001380, "Wrong size on AHook_T1_C"); \ static_assert(offsetof(AHook_T1_C, UberGraphFrame) == 0x001370, "Member 'AHook_T1_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab \ static_assert(alignof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab) == 0x000008, "Wrong alignment on JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab"); \ static_assert(sizeof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab) == 0x000068, "Wrong size on JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, EntryPoint) == 0x000000, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_Event_Index) == 0x000010, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_Event_Index' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_Array_Get_Item) == 0x000018, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_DynamicCast_AsJournal_Label) == 0x000020, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_DynamicCast_AsJournal_Label' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000030, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_DynamicCast_AsJournal_Controller) == 0x000038, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_DynamicCast_AsJournal_Controller' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_CustomEvent_IsGamepadNow) == 0x000042, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_Event_isHoveredNow) == 0x000043, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_Event_isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, K2Node_Event_HoveredIndex) == 0x000044, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::K2Node_Event_HoveredIndex' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000048, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_GetIsGamepadUsing_IsGamepad) == 0x000061, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_GetIsGamepadUsing_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab, CallFunc_Not_PreBool_ReturnValue_1) == 0x000062, "Member 'JournalLabelsTab_C_ExecuteUbergraph_JournalLabelsTab::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_OnGamepadModeChanged \ static_assert(alignof(JournalLabelsTab_C_OnGamepadModeChanged) == 0x000001, "Wrong alignment on JournalLabelsTab_C_OnGamepadModeChanged"); \ static_assert(sizeof(JournalLabelsTab_C_OnGamepadModeChanged) == 0x000001, "Wrong size on JournalLabelsTab_C_OnGamepadModeChanged"); \ static_assert(offsetof(JournalLabelsTab_C_OnGamepadModeChanged, IsGamepadNOW) == 0x000000, "Member 'JournalLabelsTab_C_OnGamepadModeChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_InitList \ static_assert(alignof(JournalLabelsTab_C_InitList) == 0x000008, "Wrong alignment on JournalLabelsTab_C_InitList"); \ static_assert(sizeof(JournalLabelsTab_C_InitList) == 0x000048, "Wrong size on JournalLabelsTab_C_InitList"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, Temp_int_Array_Index_Variable) == 0x000000, "Member 'JournalLabelsTab_C_InitList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'JournalLabelsTab_C_InitList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'JournalLabelsTab_C_InitList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'JournalLabelsTab_C_InitList::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'JournalLabelsTab_C_InitList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, CallFunc_Array_Get_Item) == 0x000028, "Member 'JournalLabelsTab_C_InitList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'JournalLabelsTab_C_InitList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, K2Node_DynamicCast_AsAbstract_List_Item) == 0x000038, "Member 'JournalLabelsTab_C_InitList::K2Node_DynamicCast_AsAbstract_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_InitList, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'JournalLabelsTab_C_InitList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_GetJournalLabel \ static_assert(alignof(JournalLabelsTab_C_GetJournalLabel) == 0x000008, "Wrong alignment on JournalLabelsTab_C_GetJournalLabel"); \ static_assert(sizeof(JournalLabelsTab_C_GetJournalLabel) == 0x000040, "Wrong size on JournalLabelsTab_C_GetJournalLabel"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, Index_0) == 0x000000, "Member 'JournalLabelsTab_C_GetJournalLabel::Index_0' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, IsValid) == 0x000004, "Member 'JournalLabelsTab_C_GetJournalLabel::IsValid' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, LabelItem) == 0x000008, "Member 'JournalLabelsTab_C_GetJournalLabel::LabelItem' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'JournalLabelsTab_C_GetJournalLabel::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000020, "Member 'JournalLabelsTab_C_GetJournalLabel::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, CallFunc_Array_Get_Item) == 0x000028, "Member 'JournalLabelsTab_C_GetJournalLabel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, K2Node_DynamicCast_AsJournal_Label) == 0x000030, "Member 'JournalLabelsTab_C_GetJournalLabel::K2Node_DynamicCast_AsJournal_Label' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetJournalLabel, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'JournalLabelsTab_C_GetJournalLabel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_GetTargetHoverIndex \ static_assert(alignof(JournalLabelsTab_C_GetTargetHoverIndex) == 0x000004, "Wrong alignment on JournalLabelsTab_C_GetTargetHoverIndex"); \ static_assert(sizeof(JournalLabelsTab_C_GetTargetHoverIndex) == 0x000034, "Wrong size on JournalLabelsTab_C_GetTargetHoverIndex"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, Offset) == 0x000000, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::Offset' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, TargetHoverIndex) == 0x000004, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::TargetHoverIndex' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, Temp_bool_Variable) == 0x000008, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, Temp_bool_Variable_1) == 0x000009, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, Temp_int_Variable) == 0x00000C, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, Temp_bool_Variable_2) == 0x000010, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, K2Node_Select_Default) == 0x000020, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_Less_IntInt_ReturnValue_1) == 0x000028, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000029, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, K2Node_Select_Default_1) == 0x00002C, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_GetTargetHoverIndex, K2Node_Select_Default_2) == 0x000030, "Member 'JournalLabelsTab_C_GetTargetHoverIndex::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_OnItemHovered \ static_assert(alignof(JournalLabelsTab_C_OnItemHovered) == 0x000004, "Wrong alignment on JournalLabelsTab_C_OnItemHovered"); \ static_assert(sizeof(JournalLabelsTab_C_OnItemHovered) == 0x000008, "Wrong size on JournalLabelsTab_C_OnItemHovered"); \ static_assert(offsetof(JournalLabelsTab_C_OnItemHovered, isHoveredNow) == 0x000000, "Member 'JournalLabelsTab_C_OnItemHovered::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(JournalLabelsTab_C_OnItemHovered, HoveredIndex) == 0x000004, "Member 'JournalLabelsTab_C_OnItemHovered::HoveredIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalLabelsTab_C_On_Item_Clicked \ static_assert(alignof(JournalLabelsTab_C_On_Item_Clicked) == 0x000004, "Wrong alignment on JournalLabelsTab_C_On_Item_Clicked"); \ static_assert(sizeof(JournalLabelsTab_C_On_Item_Clicked) == 0x000004, "Wrong size on JournalLabelsTab_C_On_Item_Clicked"); \ static_assert(offsetof(JournalLabelsTab_C_On_Item_Clicked, Index_0) == 0x000000, "Member 'JournalLabelsTab_C_On_Item_Clicked::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJournalLabelsTab_C \ static_assert(alignof(UJournalLabelsTab_C) == 0x000008, "Wrong alignment on UJournalLabelsTab_C"); \ static_assert(sizeof(UJournalLabelsTab_C) == 0x000330, "Wrong size on UJournalLabelsTab_C"); \ static_assert(offsetof(UJournalLabelsTab_C, UberGraphFrame_JournalLabelsTab_C) == 0x0002B8, "Member 'UJournalLabelsTab_C::UberGraphFrame_JournalLabelsTab_C' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, Customization) == 0x0002C0, "Member 'UJournalLabelsTab_C::Customization' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, ItemsWrapper) == 0x0002C8, "Member 'UJournalLabelsTab_C::ItemsWrapper' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, NextKey) == 0x0002D0, "Member 'UJournalLabelsTab_C::NextKey' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, Notes) == 0x0002D8, "Member 'UJournalLabelsTab_C::Notes' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, PrevKey) == 0x0002E0, "Member 'UJournalLabelsTab_C::PrevKey' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, Quests) == 0x0002E8, "Member 'UJournalLabelsTab_C::Quests' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, ScientisNotes) == 0x0002F0, "Member 'UJournalLabelsTab_C::ScientisNotes' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, Tutorial) == 0x0002F8, "Member 'UJournalLabelsTab_C::Tutorial' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, JournalController) == 0x000300, "Member 'UJournalLabelsTab_C::JournalController' has a wrong offset!"); \ static_assert(offsetof(UJournalLabelsTab_C, CachedHoverIndex) == 0x000328, "Member 'UJournalLabelsTab_C::CachedHoverIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_ExecuteUbergraph_GenericLightModule \ static_assert(alignof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule) == 0x000010, "Wrong alignment on GenericLightModule_C_ExecuteUbergraph_GenericLightModule"); \ static_assert(sizeof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule) == 0x000460, "Wrong size on GenericLightModule_C_ExecuteUbergraph_GenericLightModule"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, EntryPoint) == 0x000000, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_Hit_3) == 0x000004, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_PlayerCharacter_2) == 0x000090, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_Hit_2) == 0x000098, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_PlayerCharacter_1) == 0x000120, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_Hit_1) == 0x000128, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_PlayerCharacter) == 0x0001B0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue) == 0x0001B8, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_SwitchEnum_CmpSuccess) == 0x0001B9, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue_1) == 0x0001BA, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue_2) == 0x0001BB, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue_3) == 0x0001BC, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_Hit_4) == 0x0001C0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_PlayerCharacter_3) == 0x000248, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsEmpty_ReturnValue) == 0x000250, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000258, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Array_Length_ReturnValue) == 0x000268, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00026C, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Subtract_IntInt_ReturnValue) == 0x000270, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Max_ReturnValue) == 0x000274, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_NewState) == 0x000278, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_OldState) == 0x000279, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00027A, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00027B, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_SwitchEnum_CmpSuccess_1) == 0x00027C, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_CreateDelegate_OutputDelegate) == 0x000280, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetParentTrain_ReturnValue) == 0x000290, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue_4) == 0x000298, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetCategory_ReturnValue) == 0x000299, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00029A, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_BooleanAND_ReturnValue) == 0x00029B, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_Hit) == 0x00029C, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000324, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000328, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000390, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_SetStaticMesh_ReturnValue) == 0x000394, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Less_FloatFloat_ReturnValue) == 0x000395, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetState_ReturnValue) == 0x000396, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, Temp_struct_Variable) == 0x0003A0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0003D0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_AddComponent_ReturnValue) == 0x0003D8, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0003E0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetState_ReturnValue_1) == 0x0003E4, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0003E5, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_BooleanOR_ReturnValue) == 0x0003E6, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, Temp_int_Array_Index_Variable) == 0x0003E8, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetComponentByClass_ReturnValue) == 0x0003F0, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Array_Get_Item) == 0x0003F8, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x000410, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_IsValid_ReturnValue_5) == 0x000411, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetPlayerTrain_ReturnValue) == 0x000418, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000420, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_DynamicCast_bSuccess) == 0x000428, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000430, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_DynamicCast_AsGeneric_Player_Train_1) == 0x000438, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_DynamicCast_AsGeneric_Player_Train_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_DynamicCast_bSuccess_1) == 0x000440, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Array_Length_ReturnValue_1) == 0x000444, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Greater_IntInt_ReturnValue) == 0x000448, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Array_Length_ReturnValue_2) == 0x00044C, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000450, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, Temp_int_Loop_Counter_Variable) == 0x000454, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000458, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00045C, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ExecuteUbergraph_GenericLightModule, K2Node_Event_bNewMode) == 0x00045D, "Member 'GenericLightModule_C_ExecuteUbergraph_GenericLightModule::K2Node_Event_bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_EventSetRelocationMode \ static_assert(alignof(GenericLightModule_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on GenericLightModule_C_EventSetRelocationMode"); \ static_assert(sizeof(GenericLightModule_C_EventSetRelocationMode) == 0x000001, "Wrong size on GenericLightModule_C_EventSetRelocationMode"); \ static_assert(offsetof(GenericLightModule_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'GenericLightModule_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_OnGotFocus \ static_assert(alignof(GenericLightModule_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericLightModule_C_OnGotFocus"); \ static_assert(sizeof(GenericLightModule_C_OnGotFocus) == 0x000088, "Wrong size on GenericLightModule_C_OnGotFocus"); \ static_assert(offsetof(GenericLightModule_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericLightModule_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_EventOnStateUpdated \ static_assert(alignof(GenericLightModule_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on GenericLightModule_C_EventOnStateUpdated"); \ static_assert(sizeof(GenericLightModule_C_EventOnStateUpdated) == 0x000002, "Wrong size on GenericLightModule_C_EventOnStateUpdated"); \ static_assert(offsetof(GenericLightModule_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'GenericLightModule_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'GenericLightModule_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_OnUseActor \ static_assert(alignof(GenericLightModule_C_OnUseActor) == 0x000008, "Wrong alignment on GenericLightModule_C_OnUseActor"); \ static_assert(sizeof(GenericLightModule_C_OnUseActor) == 0x000090, "Wrong size on GenericLightModule_C_OnUseActor"); \ static_assert(offsetof(GenericLightModule_C_OnUseActor, Hit) == 0x000000, "Member 'GenericLightModule_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_OnHoldUseActor \ static_assert(alignof(GenericLightModule_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericLightModule_C_OnHoldUseActor"); \ static_assert(sizeof(GenericLightModule_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericLightModule_C_OnHoldUseActor"); \ static_assert(offsetof(GenericLightModule_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericLightModule_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_OnAltHoldUseActor \ static_assert(alignof(GenericLightModule_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericLightModule_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericLightModule_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericLightModule_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericLightModule_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericLightModule_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_OnAlternateUseActor \ static_assert(alignof(GenericLightModule_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericLightModule_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericLightModule_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericLightModule_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericLightModule_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericLightModule_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_UserConstructionScript \ static_assert(alignof(GenericLightModule_C_UserConstructionScript) == 0x000001, "Wrong alignment on GenericLightModule_C_UserConstructionScript"); \ static_assert(sizeof(GenericLightModule_C_UserConstructionScript) == 0x000001, "Wrong size on GenericLightModule_C_UserConstructionScript"); \ static_assert(offsetof(GenericLightModule_C_UserConstructionScript, CallFunc_IsWithEditor_ReturnValue) == 0x000000, "Member 'GenericLightModule_C_UserConstructionScript::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CreateDynMat \ static_assert(alignof(GenericLightModule_C_CreateDynMat) == 0x000008, "Wrong alignment on GenericLightModule_C_CreateDynMat"); \ static_assert(sizeof(GenericLightModule_C_CreateDynMat) == 0x000018, "Wrong size on GenericLightModule_C_CreateDynMat"); \ static_assert(offsetof(GenericLightModule_C_CreateDynMat, ElemIndex) == 0x000000, "Member 'GenericLightModule_C_CreateDynMat::ElemIndex' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CreateDynMat, CallFunc_GetMaterial_ReturnValue) == 0x000008, "Member 'GenericLightModule_C_CreateDynMat::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CreateDynMat, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'GenericLightModule_C_CreateDynMat::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetInteractionComponent \ static_assert(alignof(GenericLightModule_C_GetInteractionComponent) == 0x000008, "Wrong alignment on GenericLightModule_C_GetInteractionComponent"); \ static_assert(sizeof(GenericLightModule_C_GetInteractionComponent) == 0x000010, "Wrong size on GenericLightModule_C_GetInteractionComponent"); \ static_assert(offsetof(GenericLightModule_C_GetInteractionComponent, Player) == 0x000000, "Member 'GenericLightModule_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'GenericLightModule_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_ChildsVisibility \ static_assert(alignof(GenericLightModule_C_ChildsVisibility) == 0x000008, "Wrong alignment on GenericLightModule_C_ChildsVisibility"); \ static_assert(sizeof(GenericLightModule_C_ChildsVisibility) == 0x000038, "Wrong size on GenericLightModule_C_ChildsVisibility"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, InputPin) == 0x000000, "Member 'GenericLightModule_C_ChildsVisibility::InputPin' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericLightModule_C_ChildsVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericLightModule_C_ChildsVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericLightModule_C_ChildsVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'GenericLightModule_C_ChildsVisibility::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'GenericLightModule_C_ChildsVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericLightModule_C_ChildsVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_ChildsVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'GenericLightModule_C_ChildsVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_TurnOnMainLight \ static_assert(alignof(GenericLightModule_C_TurnOnMainLight) == 0x000001, "Wrong alignment on GenericLightModule_C_TurnOnMainLight"); \ static_assert(sizeof(GenericLightModule_C_TurnOnMainLight) == 0x000009, "Wrong size on GenericLightModule_C_TurnOnMainLight"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_byte_Variable) == 0x000000, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_bool_Variable) == 0x000001, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_byte_Variable_1) == 0x000002, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_byte_Variable_2) == 0x000003, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_byte_Variable_3) == 0x000004, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, Temp_bool_Variable_1) == 0x000005, "Member 'GenericLightModule_C_TurnOnMainLight::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, K2Node_Select_Default) == 0x000006, "Member 'GenericLightModule_C_TurnOnMainLight::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'GenericLightModule_C_TurnOnMainLight::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_TurnOnMainLight, K2Node_Select_Default_1) == 0x000008, "Member 'GenericLightModule_C_TurnOnMainLight::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_AddDecor \ static_assert(alignof(GenericLightModule_C_AddDecor) == 0x000008, "Wrong alignment on GenericLightModule_C_AddDecor"); \ static_assert(sizeof(GenericLightModule_C_AddDecor) == 0x0000A8, "Wrong size on GenericLightModule_C_AddDecor"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericLightModule_C_AddDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericLightModule_C_AddDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericLightModule_C_AddDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericLightModule_C_AddDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericLightModule_C_AddDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericLightModule_C_AddDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericLightModule_C_AddDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericLightModule_C_AddDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericLightModule_C_AddDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericLightModule_C_AddDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_AddDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericLightModule_C_AddDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_RemoveDecor \ static_assert(alignof(GenericLightModule_C_RemoveDecor) == 0x000008, "Wrong alignment on GenericLightModule_C_RemoveDecor"); \ static_assert(sizeof(GenericLightModule_C_RemoveDecor) == 0x0000A8, "Wrong size on GenericLightModule_C_RemoveDecor"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericLightModule_C_RemoveDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericLightModule_C_RemoveDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericLightModule_C_RemoveDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericLightModule_C_RemoveDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericLightModule_C_RemoveDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_RemoveDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericLightModule_C_RemoveDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CanUse \ static_assert(alignof(GenericLightModule_C_CanUse) == 0x000008, "Wrong alignment on GenericLightModule_C_CanUse"); \ static_assert(sizeof(GenericLightModule_C_CanUse) == 0x000098, "Wrong size on GenericLightModule_C_CanUse"); \ static_assert(offsetof(GenericLightModule_C_CanUse, Hit) == 0x000000, "Member 'GenericLightModule_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericLightModule_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CanHoldUse \ static_assert(alignof(GenericLightModule_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericLightModule_C_CanHoldUse"); \ static_assert(sizeof(GenericLightModule_C_CanHoldUse) == 0x000098, "Wrong size on GenericLightModule_C_CanHoldUse"); \ static_assert(offsetof(GenericLightModule_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericLightModule_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericLightModule_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CanAltUse \ static_assert(alignof(GenericLightModule_C_CanAltUse) == 0x000008, "Wrong alignment on GenericLightModule_C_CanAltUse"); \ static_assert(sizeof(GenericLightModule_C_CanAltUse) == 0x000098, "Wrong size on GenericLightModule_C_CanAltUse"); \ static_assert(offsetof(GenericLightModule_C_CanAltUse, Hit) == 0x000000, "Member 'GenericLightModule_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericLightModule_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CanAltHoldUse \ static_assert(alignof(GenericLightModule_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericLightModule_C_CanAltHoldUse"); \ static_assert(sizeof(GenericLightModule_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericLightModule_C_CanAltHoldUse"); \ static_assert(offsetof(GenericLightModule_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericLightModule_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericLightModule_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericLightModule_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetItemSelection \ static_assert(alignof(GenericLightModule_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericLightModule_C_GetItemSelection"); \ static_assert(sizeof(GenericLightModule_C_GetItemSelection) == 0x000100, "Wrong size on GenericLightModule_C_GetItemSelection"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericLightModule_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, Player) == 0x000088, "Member 'GenericLightModule_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericLightModule_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericLightModule_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericLightModule_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, Temp_bool_Variable) == 0x0000AA, "Member 'GenericLightModule_C_GetItemSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, Temp_text_Variable) == 0x0000B0, "Member 'GenericLightModule_C_GetItemSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, Temp_text_Variable_1) == 0x0000C8, "Member 'GenericLightModule_C_GetItemSelection::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'GenericLightModule_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_GetItemSelection, K2Node_Select_Default) == 0x0000E8, "Member 'GenericLightModule_C_GetItemSelection::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetItemDurability \ static_assert(alignof(GenericLightModule_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericLightModule_C_GetItemDurability"); \ static_assert(sizeof(GenericLightModule_C_GetItemDurability) == 0x000018, "Wrong size on GenericLightModule_C_GetItemDurability"); \ static_assert(offsetof(GenericLightModule_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericLightModule_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_CanRepairIt \ static_assert(alignof(GenericLightModule_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericLightModule_C_CanRepairIt"); \ static_assert(sizeof(GenericLightModule_C_CanRepairIt) == 0x00008C, "Wrong size on GenericLightModule_C_CanRepairIt"); \ static_assert(offsetof(GenericLightModule_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericLightModule_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericLightModule_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'GenericLightModule_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_IsDeconstructionAllowed \ static_assert(alignof(GenericLightModule_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericLightModule_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericLightModule_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on GenericLightModule_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericLightModule_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericLightModule_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericLightModule_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericLightModule_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'GenericLightModule_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'GenericLightModule_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(GenericLightModule_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'GenericLightModule_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetAdditionalButtons \ static_assert(alignof(GenericLightModule_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericLightModule_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericLightModule_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericLightModule_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericLightModule_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericLightModule_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetProgressStatusState \ static_assert(alignof(GenericLightModule_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericLightModule_C_GetProgressStatusState"); \ static_assert(sizeof(GenericLightModule_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericLightModule_C_GetProgressStatusState"); \ static_assert(offsetof(GenericLightModule_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericLightModule_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericLightModule_C_GetProgressStatusTime \ static_assert(alignof(GenericLightModule_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericLightModule_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericLightModule_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericLightModule_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericLightModule_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericLightModule_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericLightModule_C \ static_assert(alignof(AGenericLightModule_C) == 0x000008, "Wrong alignment on AGenericLightModule_C"); \ static_assert(sizeof(AGenericLightModule_C) == 0x0005F0, "Wrong size on AGenericLightModule_C"); \ static_assert(offsetof(AGenericLightModule_C, UberGraphFrame) == 0x000570, "Member 'AGenericLightModule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, DecorComponent) == 0x000578, "Member 'AGenericLightModule_C::DecorComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, StupidChilds) == 0x000580, "Member 'AGenericLightModule_C::StupidChilds' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, SpotLightCollision) == 0x000588, "Member 'AGenericLightModule_C::SpotLightCollision' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, PointLightCollision) == 0x000590, "Member 'AGenericLightModule_C::PointLightCollision' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, SpotLight) == 0x000598, "Member 'AGenericLightModule_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, PointLight) == 0x0005A0, "Member 'AGenericLightModule_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, FMODAudio) == 0x0005A8, "Member 'AGenericLightModule_C::FMODAudio' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, BuildZone) == 0x0005B0, "Member 'AGenericLightModule_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, bIsOn) == 0x0005B8, "Member 'AGenericLightModule_C::bIsOn' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, DynMat) == 0x0005C0, "Member 'AGenericLightModule_C::DynMat' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, LightType) == 0x0005C8, "Member 'AGenericLightModule_C::LightType' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, isPoint) == 0x0005C9, "Member 'AGenericLightModule_C::isPoint' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, IsNaziModule) == 0x0005CA, "Member 'AGenericLightModule_C::IsNaziModule' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, TurnOn_Sound) == 0x0005D0, "Member 'AGenericLightModule_C::TurnOn_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, TurnOff_Sound) == 0x0005D8, "Member 'AGenericLightModule_C::TurnOff_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, GlowName) == 0x0005E0, "Member 'AGenericLightModule_C::GlowName' has a wrong offset!"); \ static_assert(offsetof(AGenericLightModule_C, EmissiveName) == 0x0005E8, "Member 'AGenericLightModule_C::EmissiveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser \ static_assert(alignof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser) == 0x000008, "Wrong alignment on Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser"); \ static_assert(sizeof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser) == 0x000088, "Wrong size on Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, EntryPoint) == 0x000000, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetLookCloserType_LookCloserType) == 0x000004, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetLookCloserType_LookCloserType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetLookCloserType_LookCloserType_1) == 0x00000C, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetLookCloserType_LookCloserType_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_SwitchName_CmpSuccess) == 0x000014, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_SwitchName_CmpSuccess_1) == 0x000015, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000020, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetLookCloserType_LookCloserType_2) == 0x000028, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetLookCloserType_LookCloserType_2' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_SwitchName_CmpSuccess_2) == 0x000031, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetLookCloserType_LookCloserType_3) == 0x000034, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetLookCloserType_LookCloserType_3' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_SwitchName_CmpSuccess_3) == 0x00003C, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_SwitchName_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_CanLookCloser_bReturnValue) == 0x00003D, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_CanLookCloser_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000040, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetEnemyTrain_ReturnValue) == 0x000048, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_CanLookCloser_bReturnValue_1) == 0x000050, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_CanLookCloser_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_Event_DeltaTime) == 0x000054, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000058, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000060, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000070, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetMovementComponent_ReturnValue) == 0x000078, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser, CallFunc_GetLookTargetSettings_LookCloserSettings) == 0x000080, "Member 'Action_LookCloser_C_ExecuteUbergraph_Action_LookCloser::CallFunc_GetLookTargetSettings_LookCloserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_Tick \ static_assert(alignof(Action_LookCloser_C_Tick) == 0x000004, "Wrong alignment on Action_LookCloser_C_Tick"); \ static_assert(sizeof(Action_LookCloser_C_Tick) == 0x000004, "Wrong size on Action_LookCloser_C_Tick"); \ static_assert(offsetof(Action_LookCloser_C_Tick, DeltaTime_0) == 0x000000, "Member 'Action_LookCloser_C_Tick::DeltaTime_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_RotatePlayerToTarget \ static_assert(alignof(Action_LookCloser_C_RotatePlayerToTarget) == 0x000008, "Wrong alignment on Action_LookCloser_C_RotatePlayerToTarget"); \ static_assert(sizeof(Action_LookCloser_C_RotatePlayerToTarget) == 0x000078, "Wrong size on Action_LookCloser_C_RotatePlayerToTarget"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, DeltaTime_0) == 0x000000, "Member 'Action_LookCloser_C_RotatePlayerToTarget::DeltaTime_0' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x000013, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000020, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x00002C, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000038, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_FindLookAtRotation_ReturnValue) == 0x000040, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_GetControlRotation_ReturnValue) == 0x000058, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_IsLocallyControlled_ReturnValue) == 0x000064, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_RInterpTo_ReturnValue) == 0x000068, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTarget, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000074, "Member 'Action_LookCloser_C_RotatePlayerToTarget::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_StartAddOffset \ static_assert(alignof(Action_LookCloser_C_StartAddOffset) == 0x000008, "Wrong alignment on Action_LookCloser_C_StartAddOffset"); \ static_assert(sizeof(Action_LookCloser_C_StartAddOffset) == 0x000038, "Wrong size on Action_LookCloser_C_StartAddOffset"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, DeltaTime_0) == 0x000000, "Member 'Action_LookCloser_C_StartAddOffset::DeltaTime_0' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_GetLookCloserType_LookCloserType) == 0x000004, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_GetLookCloserType_LookCloserType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'Action_LookCloser_C_StartAddOffset::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_IsLocallyControlled_ReturnValue) == 0x000019, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_GetCameraManager_PlayerCameraManager) == 0x000020, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_GetCameraManager_PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_FindTargetObject_ReturnValue) == 0x000028, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_FindTargetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00002A, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_FInterpTo_ReturnValue) == 0x00002C, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000031, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffset, CallFunc_FInterpTo_ReturnValue_1) == 0x000034, "Member 'Action_LookCloser_C_StartAddOffset::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_AddTraceVolume \ static_assert(alignof(Action_LookCloser_C_AddTraceVolume) == 0x000008, "Wrong alignment on Action_LookCloser_C_AddTraceVolume"); \ static_assert(sizeof(Action_LookCloser_C_AddTraceVolume) == 0x000010, "Wrong size on Action_LookCloser_C_AddTraceVolume"); \ static_assert(offsetof(Action_LookCloser_C_AddTraceVolume, L_EndLengthOfTheVolume) == 0x000000, "Member 'Action_LookCloser_C_AddTraceVolume::L_EndLengthOfTheVolume' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_AddTraceVolume, CallFunc_AddComponentByClass_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_AddTraceVolume::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_RemoveTraceVolume \ static_assert(alignof(Action_LookCloser_C_RemoveTraceVolume) == 0x000001, "Wrong alignment on Action_LookCloser_C_RemoveTraceVolume"); \ static_assert(sizeof(Action_LookCloser_C_RemoveTraceVolume) == 0x000001, "Wrong size on Action_LookCloser_C_RemoveTraceVolume"); \ static_assert(offsetof(Action_LookCloser_C_RemoveTraceVolume, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'Action_LookCloser_C_RemoveTraceVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_GetCameraManager \ static_assert(alignof(Action_LookCloser_C_GetCameraManager) == 0x000008, "Wrong alignment on Action_LookCloser_C_GetCameraManager"); \ static_assert(sizeof(Action_LookCloser_C_GetCameraManager) == 0x000038, "Wrong size on Action_LookCloser_C_GetCameraManager"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, PlayerCameraManager) == 0x000000, "Member 'Action_LookCloser_C_GetCameraManager::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_GetCameraManager::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_GetCameraManager::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'Action_LookCloser_C_GetCameraManager::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_LookCloser_C_GetCameraManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'Action_LookCloser_C_GetCameraManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'Action_LookCloser_C_GetCameraManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, K2Node_DynamicCast_AsFGPlayer_Camera_Manager) == 0x000028, "Member 'Action_LookCloser_C_GetCameraManager::K2Node_DynamicCast_AsFGPlayer_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetCameraManager, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'Action_LookCloser_C_GetCameraManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_ToggleInput \ static_assert(alignof(Action_LookCloser_C_ToggleInput) == 0x000008, "Wrong alignment on Action_LookCloser_C_ToggleInput"); \ static_assert(sizeof(Action_LookCloser_C_ToggleInput) == 0x0000F0, "Wrong size on Action_LookCloser_C_ToggleInput"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, bDisableInput) == 0x000000, "Member 'Action_LookCloser_C_ToggleInput::bDisableInput' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_MakeMap_Map) == 0x000008, "Member 'Action_LookCloser_C_ToggleInput::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_MakeMap_Map_1) == 0x000058, "Member 'Action_LookCloser_C_ToggleInput::K2Node_MakeMap_Map_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_GetOwningPawn_ReturnValue) == 0x0000A8, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000B0, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_GetController_ReturnValue) == 0x0000B8, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_GetController_ReturnValue_1) == 0x0000C0, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'Action_LookCloser_C_ToggleInput::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0000D0, "Member 'Action_LookCloser_C_ToggleInput::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Action_LookCloser_C_ToggleInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x0000E0, "Member 'Action_LookCloser_C_ToggleInput::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_ToggleInput, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'Action_LookCloser_C_ToggleInput::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_StopAddOffset \ static_assert(alignof(Action_LookCloser_C_StopAddOffset) == 0x000008, "Wrong alignment on Action_LookCloser_C_StopAddOffset"); \ static_assert(sizeof(Action_LookCloser_C_StopAddOffset) == 0x000048, "Wrong size on Action_LookCloser_C_StopAddOffset"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000008, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_IsLocallyControlled_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'Action_LookCloser_C_StopAddOffset::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Action_LookCloser_C_StopAddOffset::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, K2Node_DynamicCast_AsFGPlayer_Camera_Manager) == 0x000038, "Member 'Action_LookCloser_C_StopAddOffset::K2Node_DynamicCast_AsFGPlayer_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Action_LookCloser_C_StopAddOffset::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StopAddOffset, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'Action_LookCloser_C_StopAddOffset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_GetLookCloserType \ static_assert(alignof(Action_LookCloser_C_GetLookCloserType) == 0x000008, "Wrong alignment on Action_LookCloser_C_GetLookCloserType"); \ static_assert(sizeof(Action_LookCloser_C_GetLookCloserType) == 0x000050, "Wrong size on Action_LookCloser_C_GetLookCloserType"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, LookCloserType) == 0x000000, "Member 'Action_LookCloser_C_GetLookCloserType::LookCloserType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, MQ_13_LeaveDepotType) == 0x000008, "Member 'Action_LookCloser_C_GetLookCloserType::MQ_13_LeaveDepotType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, MQ_02_QuestChaseType) == 0x000010, "Member 'Action_LookCloser_C_GetLookCloserType::MQ_02_QuestChaseType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'Action_LookCloser_C_GetLookCloserType::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Action_LookCloser_C_GetLookCloserType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000030, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000038, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_IsValid_ReturnValue_1) == 0x00003A, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, CallFunc_IsValid_ReturnValue_2) == 0x00003B, "Member 'Action_LookCloser_C_GetLookCloserType::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x000040, "Member 'Action_LookCloser_C_GetLookCloserType::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookCloserType, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Action_LookCloser_C_GetLookCloserType::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase \ static_assert(alignof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase) == 0x000008, "Wrong alignment on Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase"); \ static_assert(sizeof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase) == 0x000060, "Wrong size on Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, L_EndLengthOfTheVolume) == 0x000000, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::L_EndLengthOfTheVolume' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_GetEnemyTrain_ReturnValue) == 0x000028, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_GetWagons_ReturnValue) == 0x000030, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_Array_Get_Item) == 0x000048, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_GetLength_ReturnValue) == 0x000054, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_GetLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'Action_LookCloser_C_CalcBoxCollisionSizeForQuestChase::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_RotatePlayerToTargetLeaveDepot \ static_assert(alignof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot) == 0x000008, "Wrong alignment on Action_LookCloser_C_RotatePlayerToTargetLeaveDepot"); \ static_assert(sizeof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot) == 0x000080, "Wrong size on Action_LookCloser_C_RotatePlayerToTargetLeaveDepot"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, DeltaTime_0) == 0x000000, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::DeltaTime_0' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_BooleanAND_ReturnValue_1) == 0x000020, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000024, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000030, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_FindLookAtRotation_ReturnValue) == 0x00003C, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000048, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_IsLocallyControlled_ReturnValue) == 0x000050, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_GetControlRotation_ReturnValue) == 0x000060, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_RInterpTo_ReturnValue) == 0x00006C, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_RotatePlayerToTargetLeaveDepot, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000078, "Member 'Action_LookCloser_C_RotatePlayerToTargetLeaveDepot::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_StartAddOffsetLeaveDepot \ static_assert(alignof(Action_LookCloser_C_StartAddOffsetLeaveDepot) == 0x000008, "Wrong alignment on Action_LookCloser_C_StartAddOffsetLeaveDepot"); \ static_assert(sizeof(Action_LookCloser_C_StartAddOffsetLeaveDepot) == 0x000048, "Wrong size on Action_LookCloser_C_StartAddOffsetLeaveDepot"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, DeltaTime_0) == 0x000000, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::DeltaTime_0' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_GetLookCloserType_LookCloserType) == 0x000004, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_GetLookCloserType_LookCloserType' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_GetLookTargetSettings_LookCloserSettings) == 0x000010, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_GetLookTargetSettings_LookCloserSettings' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_VisibilityTest_ReturnValue) == 0x000018, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_VisibilityTest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_IsLocallyControlled_ReturnValue) == 0x000029, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_GetCameraManager_PlayerCameraManager) == 0x000030, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_GetCameraManager_PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_FindTargetObject_ReturnValue) == 0x000038, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_FindTargetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00003A, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_FInterpTo_ReturnValue) == 0x00003C, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000041, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_StartAddOffsetLeaveDepot, CallFunc_FInterpTo_ReturnValue_1) == 0x000044, "Member 'Action_LookCloser_C_StartAddOffsetLeaveDepot::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_VisibilityTest \ static_assert(alignof(Action_LookCloser_C_VisibilityTest) == 0x000008, "Wrong alignment on Action_LookCloser_C_VisibilityTest"); \ static_assert(sizeof(Action_LookCloser_C_VisibilityTest) == 0x000160, "Wrong size on Action_LookCloser_C_VisibilityTest"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, ReturnValue) == 0x000000, "Member 'Action_LookCloser_C_VisibilityTest::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_LookCloser_C_VisibilityTest::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_LookCloser_C_VisibilityTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, K2Node_MakeArray_Array) == 0x000028, "Member 'Action_LookCloser_C_VisibilityTest::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000038, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000044, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_DefaultTrace_OutHit) == 0x000050, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_DefaultTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D8, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000D9, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_Time) == 0x0000DC, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_Distance) == 0x0000E0, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_Location) == 0x0000E4, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F0, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_Normal) == 0x0000FC, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_ImpactNormal) == 0x000108, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_VisibilityTest, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00015C, "Member 'Action_LookCloser_C_VisibilityTest::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_GetLookTargetSettings \ static_assert(alignof(Action_LookCloser_C_GetLookTargetSettings) == 0x000008, "Wrong alignment on Action_LookCloser_C_GetLookTargetSettings"); \ static_assert(sizeof(Action_LookCloser_C_GetLookTargetSettings) == 0x000030, "Wrong size on Action_LookCloser_C_GetLookTargetSettings"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, LookCloserSettings) == 0x000000, "Member 'Action_LookCloser_C_GetLookTargetSettings::LookCloserSettings' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, CallFunc_DoesImplementInterface_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_GetLookTargetSettings::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, K2Node_DynamicCast_AsBPI_Look_Closer) == 0x000010, "Member 'Action_LookCloser_C_GetLookTargetSettings::K2Node_DynamicCast_AsBPI_Look_Closer' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_LookCloser_C_GetLookTargetSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, CallFunc_GetLookCloserSettings_LookCloserSettings) == 0x000024, "Member 'Action_LookCloser_C_GetLookTargetSettings::CallFunc_GetLookCloserSettings_LookCloserSettings' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_GetLookTargetSettings, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'Action_LookCloser_C_GetLookTargetSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_FindTargetObject \ static_assert(alignof(Action_LookCloser_C_FindTargetObject) == 0x000008, "Wrong alignment on Action_LookCloser_C_FindTargetObject"); \ static_assert(sizeof(Action_LookCloser_C_FindTargetObject) == 0x0001B8, "Wrong size on Action_LookCloser_C_FindTargetObject"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, ReturnValue) == 0x000000, "Member 'Action_LookCloser_C_FindTargetObject::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, bFindAnyWagon) == 0x000001, "Member 'Action_LookCloser_C_FindTargetObject::bFindAnyWagon' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000010, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_LookCloser_C_FindTargetObject::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_LookCloser_C_FindTargetObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetEnemyTrain_ReturnValue) == 0x000028, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000030, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x00003C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_GetWagons_ReturnValue) == 0x000048, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, K2Node_MakeArray_Array) == 0x000058, "Member 'Action_LookCloser_C_FindTargetObject::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'Action_LookCloser_C_FindTargetObject::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, Temp_int_Array_Index_Variable) == 0x000070, "Member 'Action_LookCloser_C_FindTargetObject::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_Array_Get_Item) == 0x000078, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000080, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakVector_X) == 0x00008C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakVector_Y) == 0x000090, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakVector_Z) == 0x000094, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_Add_FloatFloat_ReturnValue) == 0x000098, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_DefaultTrace_OutHit) == 0x0000AC, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_DefaultTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_bBlockingHit) == 0x000134, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_bInitialOverlap) == 0x000135, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_Time) == 0x000138, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_Distance) == 0x00013C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_Location) == 0x000140, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_ImpactPoint) == 0x00014C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_Normal) == 0x000158, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_ImpactNormal) == 0x000164, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_PhysMat) == 0x000170, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_HitActor) == 0x000178, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_HitComponent) == 0x000180, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_HitBoneName) == 0x000188, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_HitItem) == 0x000190, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_ElementIndex) == 0x000194, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_FaceIndex) == 0x000198, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_TraceStart) == 0x00019C, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_BreakHitResult_TraceEnd) == 0x0001A8, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_FindTargetObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001B4, "Member 'Action_LookCloser_C_FindTargetObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_LookCloser_C_CanLookCloser \ static_assert(alignof(Action_LookCloser_C_CanLookCloser) == 0x000008, "Wrong alignment on Action_LookCloser_C_CanLookCloser"); \ static_assert(sizeof(Action_LookCloser_C_CanLookCloser) == 0x000020, "Wrong size on Action_LookCloser_C_CanLookCloser"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, bReturnValue) == 0x000000, "Member 'Action_LookCloser_C_CanLookCloser::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'Action_LookCloser_C_CanLookCloser::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Action_LookCloser_C_CanLookCloser::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_CanUseLookCloserAction_bReturnValue) == 0x000019, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_CanUseLookCloserAction_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_GetItemState_ReturnValue) == 0x00001B, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001C, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_LookCloser_C_CanLookCloser, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'Action_LookCloser_C_CanLookCloser::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_LookCloser_C \ static_assert(alignof(UAction_LookCloser_C) == 0x000008, "Wrong alignment on UAction_LookCloser_C"); \ static_assert(sizeof(UAction_LookCloser_C) == 0x0000A0, "Wrong size on UAction_LookCloser_C"); \ static_assert(offsetof(UAction_LookCloser_C, UberGraphFrame) == 0x000050, "Member 'UAction_LookCloser_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, LookTarget) == 0x000058, "Member 'UAction_LookCloser_C::LookTarget' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, bStartRotateToTarget) == 0x000060, "Member 'UAction_LookCloser_C::bStartRotateToTarget' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, AddingFOV) == 0x000064, "Member 'UAction_LookCloser_C::AddingFOV' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, AddingFOVSpeed) == 0x000068, "Member 'UAction_LookCloser_C::AddingFOVSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, StartFOVOffset) == 0x00006C, "Member 'UAction_LookCloser_C::StartFOVOffset' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, bStartAddFOVOffset) == 0x000070, "Member 'UAction_LookCloser_C::bStartAddFOVOffset' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, bStopLookCloser) == 0x000071, "Member 'UAction_LookCloser_C::bStopLookCloser' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, RestoreFOVSpeed) == 0x000074, "Member 'UAction_LookCloser_C::RestoreFOVSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, VolumeSpawnDistance) == 0x000078, "Member 'UAction_LookCloser_C::VolumeSpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, ChaseLookTarget) == 0x000080, "Member 'UAction_LookCloser_C::ChaseLookTarget' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, RotatePlayerToTargetSpeed) == 0x000088, "Member 'UAction_LookCloser_C::RotatePlayerToTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, CurrentLookCloserType) == 0x00008C, "Member 'UAction_LookCloser_C::CurrentLookCloserType' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, DeltaTime) == 0x000094, "Member 'UAction_LookCloser_C::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(UAction_LookCloser_C, CurrentTimeLookCloser) == 0x000098, "Member 'UAction_LookCloser_C::CurrentTimeLookCloser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_ExecuteUbergraph_GenericCarpet \ static_assert(alignof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet) == 0x000010, "Wrong alignment on GenericCarpet_C_ExecuteUbergraph_GenericCarpet"); \ static_assert(sizeof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet) == 0x000460, "Wrong size on GenericCarpet_C_ExecuteUbergraph_GenericCarpet"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, EntryPoint) == 0x000000, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_Hit_4) == 0x000004, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_PlayerCharacter_3) == 0x000090, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_Hit_3) == 0x000098, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_PlayerCharacter_2) == 0x000120, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_Hit_2) == 0x000128, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_PlayerCharacter_1) == 0x0001B0, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_Hit_1) == 0x0001B8, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_PlayerCharacter) == 0x000240, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_IsValid_ReturnValue) == 0x000248, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_IsValid_ReturnValue_1) == 0x000249, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_IsEmpty_ReturnValue) == 0x00024A, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000250, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Array_Length_ReturnValue) == 0x000260, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Subtract_IntInt_ReturnValue) == 0x000264, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_SwitchEnum_CmpSuccess) == 0x000268, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Max_ReturnValue) == 0x00026C, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_Hit) == 0x000270, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, Temp_int_Loop_Counter_Variable) == 0x0002F8, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002FC, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000300, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_CreateDelegate_OutputDelegate) == 0x000304, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetParentTrain_ReturnValue) == 0x000318, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_IsValid_ReturnValue_2) == 0x000320, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetCategory_ReturnValue) == 0x000321, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000322, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_BooleanAND_ReturnValue) == 0x000323, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Get_Validated_Module_Settings_isValid) == 0x000324, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Get_Validated_Module_Settings_isValid' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Get_Validated_Module_Settings_ModuleInfo) == 0x000328, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Get_Validated_Module_Settings_ModuleInfo' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Less_FloatFloat_ReturnValue) == 0x000390, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000391, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000392, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_BooleanOR_ReturnValue) == 0x000393, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_BooleanOR_ReturnValue_1) == 0x000394, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetDurabilityPercent_ReturnValue) == 0x000398, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetDurabilityPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00039C, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetState_ReturnValue) == 0x00039D, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetDurabilityPercent_ReturnValue_1) == 0x0003A0, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetDurabilityPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0003A4, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, Temp_int_Array_Index_Variable) == 0x0003A8, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Array_Get_Item) == 0x0003B0, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x0003C8, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetState_ReturnValue_1) == 0x0003C9, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0003CA, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_BooleanOR_ReturnValue_2) == 0x0003CB, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetComponentByClass_ReturnValue) == 0x0003D0, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_IsValid_ReturnValue_3) == 0x0003D8, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_NewState) == 0x0003D9, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_OldState) == 0x0003DA, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0003DB, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_SwitchEnum_CmpSuccess_1) == 0x0003DC, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, Temp_struct_Variable) == 0x0003E0, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_AddComponent_ReturnValue) == 0x000410, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetPlayerTrain_ReturnValue) == 0x000418, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_DynamicCast_AsGeneric_Player_Train) == 0x000420, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_DynamicCast_AsGeneric_Player_Train' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_DynamicCast_bSuccess) == 0x000428, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Array_Length_ReturnValue_1) == 0x00042C, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Greater_IntInt_ReturnValue) == 0x000430, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000438, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_DynamicCast_AsGeneric_Player_Train_1) == 0x000440, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_DynamicCast_AsGeneric_Player_Train_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_DynamicCast_bSuccess_1) == 0x000448, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Array_Length_ReturnValue_2) == 0x00044C, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, K2Node_Event_bNewMode) == 0x000450, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::K2Node_Event_bNewMode' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_ExecuteUbergraph_GenericCarpet, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000451, "Member 'GenericCarpet_C_ExecuteUbergraph_GenericCarpet::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_EventSetRelocationMode \ static_assert(alignof(GenericCarpet_C_EventSetRelocationMode) == 0x000001, "Wrong alignment on GenericCarpet_C_EventSetRelocationMode"); \ static_assert(sizeof(GenericCarpet_C_EventSetRelocationMode) == 0x000001, "Wrong size on GenericCarpet_C_EventSetRelocationMode"); \ static_assert(offsetof(GenericCarpet_C_EventSetRelocationMode, bNewMode) == 0x000000, "Member 'GenericCarpet_C_EventSetRelocationMode::bNewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_EventOnStateUpdated \ static_assert(alignof(GenericCarpet_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on GenericCarpet_C_EventOnStateUpdated"); \ static_assert(sizeof(GenericCarpet_C_EventOnStateUpdated) == 0x000002, "Wrong size on GenericCarpet_C_EventOnStateUpdated"); \ static_assert(offsetof(GenericCarpet_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'GenericCarpet_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'GenericCarpet_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_OnGotFocus \ static_assert(alignof(GenericCarpet_C_OnGotFocus) == 0x000004, "Wrong alignment on GenericCarpet_C_OnGotFocus"); \ static_assert(sizeof(GenericCarpet_C_OnGotFocus) == 0x000088, "Wrong size on GenericCarpet_C_OnGotFocus"); \ static_assert(offsetof(GenericCarpet_C_OnGotFocus, Hit) == 0x000000, "Member 'GenericCarpet_C_OnGotFocus::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_OnUseActor \ static_assert(alignof(GenericCarpet_C_OnUseActor) == 0x000008, "Wrong alignment on GenericCarpet_C_OnUseActor"); \ static_assert(sizeof(GenericCarpet_C_OnUseActor) == 0x000090, "Wrong size on GenericCarpet_C_OnUseActor"); \ static_assert(offsetof(GenericCarpet_C_OnUseActor, Hit) == 0x000000, "Member 'GenericCarpet_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_OnHoldUseActor \ static_assert(alignof(GenericCarpet_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericCarpet_C_OnHoldUseActor"); \ static_assert(sizeof(GenericCarpet_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericCarpet_C_OnHoldUseActor"); \ static_assert(offsetof(GenericCarpet_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericCarpet_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_OnAltHoldUseActor \ static_assert(alignof(GenericCarpet_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericCarpet_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericCarpet_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericCarpet_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericCarpet_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericCarpet_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_OnAlternateUseActor \ static_assert(alignof(GenericCarpet_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericCarpet_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericCarpet_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericCarpet_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericCarpet_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericCarpet_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_AddDecor \ static_assert(alignof(GenericCarpet_C_AddDecor) == 0x000008, "Wrong alignment on GenericCarpet_C_AddDecor"); \ static_assert(sizeof(GenericCarpet_C_AddDecor) == 0x0000A8, "Wrong size on GenericCarpet_C_AddDecor"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericCarpet_C_AddDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericCarpet_C_AddDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericCarpet_C_AddDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericCarpet_C_AddDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericCarpet_C_AddDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericCarpet_C_AddDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericCarpet_C_AddDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericCarpet_C_AddDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericCarpet_C_AddDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericCarpet_C_AddDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_AddDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericCarpet_C_AddDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_RemoveDecor \ static_assert(alignof(GenericCarpet_C_RemoveDecor) == 0x000008, "Wrong alignment on GenericCarpet_C_RemoveDecor"); \ static_assert(sizeof(GenericCarpet_C_RemoveDecor) == 0x0000A8, "Wrong size on GenericCarpet_C_RemoveDecor"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericCarpet_C_RemoveDecor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericCarpet_C_RemoveDecor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, K2Node_MakeSet_Set) == 0x000010, "Member 'GenericCarpet_C_RemoveDecor::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_SphereIntersectModulesOfTypes_IntersectedModules) == 0x000070, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_SphereIntersectModulesOfTypes_IntersectedModules' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_Array_Get_Item) == 0x000088, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'GenericCarpet_C_RemoveDecor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed) == 0x000098, "Member 'GenericCarpet_C_RemoveDecor::K2Node_DynamicCast_AsWagon_Module_Rofleemo_Bed' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_RemoveDecor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericCarpet_C_RemoveDecor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_CanUse \ static_assert(alignof(GenericCarpet_C_CanUse) == 0x000008, "Wrong alignment on GenericCarpet_C_CanUse"); \ static_assert(sizeof(GenericCarpet_C_CanUse) == 0x000098, "Wrong size on GenericCarpet_C_CanUse"); \ static_assert(offsetof(GenericCarpet_C_CanUse, Hit) == 0x000000, "Member 'GenericCarpet_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericCarpet_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_CanHoldUse \ static_assert(alignof(GenericCarpet_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericCarpet_C_CanHoldUse"); \ static_assert(sizeof(GenericCarpet_C_CanHoldUse) == 0x000098, "Wrong size on GenericCarpet_C_CanHoldUse"); \ static_assert(offsetof(GenericCarpet_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericCarpet_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericCarpet_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_CanAltUse \ static_assert(alignof(GenericCarpet_C_CanAltUse) == 0x000008, "Wrong alignment on GenericCarpet_C_CanAltUse"); \ static_assert(sizeof(GenericCarpet_C_CanAltUse) == 0x000098, "Wrong size on GenericCarpet_C_CanAltUse"); \ static_assert(offsetof(GenericCarpet_C_CanAltUse, Hit) == 0x000000, "Member 'GenericCarpet_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericCarpet_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_CanAltHoldUse \ static_assert(alignof(GenericCarpet_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericCarpet_C_CanAltHoldUse"); \ static_assert(sizeof(GenericCarpet_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericCarpet_C_CanAltHoldUse"); \ static_assert(offsetof(GenericCarpet_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericCarpet_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericCarpet_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericCarpet_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_CanRepairIt \ static_assert(alignof(GenericCarpet_C_CanRepairIt) == 0x000004, "Wrong alignment on GenericCarpet_C_CanRepairIt"); \ static_assert(sizeof(GenericCarpet_C_CanRepairIt) == 0x00008C, "Wrong size on GenericCarpet_C_CanRepairIt"); \ static_assert(offsetof(GenericCarpet_C_CanRepairIt, Hit) == 0x000000, "Member 'GenericCarpet_C_CanRepairIt::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanRepairIt, Repairable) == 0x000088, "Member 'GenericCarpet_C_CanRepairIt::Repairable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_CanRepairIt, CallFunc_Can_Repair_It_Repairable) == 0x000089, "Member 'GenericCarpet_C_CanRepairIt::CallFunc_Can_Repair_It_Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_IsDeconstructionAllowed \ static_assert(alignof(GenericCarpet_C_IsDeconstructionAllowed) == 0x000008, "Wrong alignment on GenericCarpet_C_IsDeconstructionAllowed"); \ static_assert(sizeof(GenericCarpet_C_IsDeconstructionAllowed) == 0x0000C8, "Wrong size on GenericCarpet_C_IsDeconstructionAllowed"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, Hit) == 0x000000, "Member 'GenericCarpet_C_IsDeconstructionAllowed::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, isAllowed) == 0x000088, "Member 'GenericCarpet_C_IsDeconstructionAllowed::isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, isAvailable) == 0x000089, "Member 'GenericCarpet_C_IsDeconstructionAllowed::isAvailable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, Message) == 0x000090, "Member 'GenericCarpet_C_IsDeconstructionAllowed::Message' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAllowed) == 0x0000A8, "Member 'GenericCarpet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAllowed' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_isAvaliable) == 0x0000A9, "Member 'GenericCarpet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_isAvaliable' has a wrong offset!"); \ static_assert(offsetof(GenericCarpet_C_IsDeconstructionAllowed, CallFunc_Can_be_Deconstructed_Message) == 0x0000B0, "Member 'GenericCarpet_C_IsDeconstructionAllowed::CallFunc_Can_be_Deconstructed_Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_GetAdditionalButtons \ static_assert(alignof(GenericCarpet_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on GenericCarpet_C_GetAdditionalButtons"); \ static_assert(sizeof(GenericCarpet_C_GetAdditionalButtons) == 0x000010, "Wrong size on GenericCarpet_C_GetAdditionalButtons"); \ static_assert(offsetof(GenericCarpet_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'GenericCarpet_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_GetProgressStatusState \ static_assert(alignof(GenericCarpet_C_GetProgressStatusState) == 0x000001, "Wrong alignment on GenericCarpet_C_GetProgressStatusState"); \ static_assert(sizeof(GenericCarpet_C_GetProgressStatusState) == 0x000001, "Wrong size on GenericCarpet_C_GetProgressStatusState"); \ static_assert(offsetof(GenericCarpet_C_GetProgressStatusState, ProgressStatusState) == 0x000000, "Member 'GenericCarpet_C_GetProgressStatusState::ProgressStatusState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCarpet_C_GetProgressStatusTime \ static_assert(alignof(GenericCarpet_C_GetProgressStatusTime) == 0x000004, "Wrong alignment on GenericCarpet_C_GetProgressStatusTime"); \ static_assert(sizeof(GenericCarpet_C_GetProgressStatusTime) == 0x000008, "Wrong size on GenericCarpet_C_GetProgressStatusTime"); \ static_assert(offsetof(GenericCarpet_C_GetProgressStatusTime, StatusTime) == 0x000000, "Member 'GenericCarpet_C_GetProgressStatusTime::StatusTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericCarpet_C \ static_assert(alignof(AGenericCarpet_C) == 0x000008, "Wrong alignment on AGenericCarpet_C"); \ static_assert(sizeof(AGenericCarpet_C) == 0x000580, "Wrong size on AGenericCarpet_C"); \ static_assert(offsetof(AGenericCarpet_C, UberGraphFrame) == 0x000570, "Member 'AGenericCarpet_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericCarpet_C, DecorComponent) == 0x000578, "Member 'AGenericCarpet_C::DecorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkIsMutationLearned_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkIsMutationLearned_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkIsMutationLearned_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkIsMutationLearned_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_SharkIsMutationLearned_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsMutationLearned_C_PerformConditionCheck, CallFunc_IsMutationLearned_ReturnValue) == 0x000029, "Member 'HTN_SharkIsMutationLearned_C_PerformConditionCheck::CallFunc_IsMutationLearned_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkIsMutationLearned_C \ static_assert(alignof(UHTN_SharkIsMutationLearned_C) == 0x000008, "Wrong alignment on UHTN_SharkIsMutationLearned_C"); \ static_assert(sizeof(UHTN_SharkIsMutationLearned_C) == 0x000090, "Wrong size on UHTN_SharkIsMutationLearned_C"); \ static_assert(offsetof(UHTN_SharkIsMutationLearned_C, LearnedType) == 0x000088, "Member 'UHTN_SharkIsMutationLearned_C::LearnedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoFMOD_C_Received_Notify \ static_assert(alignof(RofleemoFMOD_C_Received_Notify) == 0x000008, "Wrong alignment on RofleemoFMOD_C_Received_Notify"); \ static_assert(sizeof(RofleemoFMOD_C_Received_Notify) == 0x000030, "Wrong size on RofleemoFMOD_C_Received_Notify"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, MeshComp) == 0x000000, "Member 'RofleemoFMOD_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, Animation) == 0x000008, "Member 'RofleemoFMOD_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, ReturnValue) == 0x000010, "Member 'RofleemoFMOD_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'RofleemoFMOD_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000020, "Member 'RofleemoFMOD_C_Received_Notify::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RofleemoFMOD_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoFMOD_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'RofleemoFMOD_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoFMOD_C \ static_assert(alignof(URofleemoFMOD_C) == 0x000008, "Wrong alignment on URofleemoFMOD_C"); \ static_assert(sizeof(URofleemoFMOD_C) == 0x000048, "Wrong size on URofleemoFMOD_C"); \ static_assert(offsetof(URofleemoFMOD_C, FMODEvent) == 0x000038, "Member 'URofleemoFMOD_C::FMODEvent' has a wrong offset!"); \ static_assert(offsetof(URofleemoFMOD_C, Parameter) == 0x000040, "Member 'URofleemoFMOD_C::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage \ static_assert(alignof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage) == 0x000008, "Wrong alignment on BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage"); \ static_assert(sizeof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage) == 0x000028, "Wrong size on BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage"); \ static_assert(offsetof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage, EntryPoint) == 0x000000, "Member 'BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000018, "Member 'BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_TrainBuildingCage_C_ExecuteUbergraph_BP_TrainBuildingCage::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrainBuildingCage_C \ static_assert(alignof(ABP_TrainBuildingCage_C) == 0x000008, "Wrong alignment on ABP_TrainBuildingCage_C"); \ static_assert(sizeof(ABP_TrainBuildingCage_C) == 0x000248, "Wrong size on ABP_TrainBuildingCage_C"); \ static_assert(offsetof(ABP_TrainBuildingCage_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrainBuildingCage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrainBuildingCage_C, Plane) == 0x000228, "Member 'ABP_TrainBuildingCage_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_TrainBuildingCage_C, S_DepotBuilderBorders) == 0x000230, "Member 'ABP_TrainBuildingCage_C::S_DepotBuilderBorders' has a wrong offset!"); \ static_assert(offsetof(ABP_TrainBuildingCage_C, SharedRoot) == 0x000238, "Member 'ABP_TrainBuildingCage_C::SharedRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TrainBuildingCage_C, Clouds) == 0x000240, "Member 'ABP_TrainBuildingCage_C::Clouds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_ExecuteUbergraph_JournalController \ static_assert(alignof(JournalController_C_ExecuteUbergraph_JournalController) == 0x000008, "Wrong alignment on JournalController_C_ExecuteUbergraph_JournalController"); \ static_assert(sizeof(JournalController_C_ExecuteUbergraph_JournalController) == 0x000460, "Wrong size on JournalController_C_ExecuteUbergraph_JournalController"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, EntryPoint) == 0x000000, "Member 'JournalController_C_ExecuteUbergraph_JournalController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_17) == 0x000008, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_17' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetNextSpreadData_NewSpreadIndex) == 0x000020, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetNextSpreadData_NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetNextSpreadData_PagesData) == 0x000028, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetNextSpreadData_PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPrevSpreadData_NewSpreadIndex) == 0x000038, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPrevSpreadData_NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPrevSpreadData_PagesData) == 0x000040, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPrevSpreadData_PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_7) == 0x000050, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_8) == 0x000068, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_8' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_9) == 0x000080, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_9' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CustomEvent_SelectedType) == 0x000098, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CustomEvent_SelectedType' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_Set_Tabs_View_Output_Get) == 0x0000A0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_Set_Tabs_View_Output_Get' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_SwitchEnum_CmpSuccess) == 0x0000A8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CustomEvent_QuestData_1) == 0x0000B0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CustomEvent_QuestData_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CustomEvent_QuestData) == 0x000120, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CustomEvent_QuestData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerPawn_ReturnValue) == 0x000190, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000198, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_SpawnObject_ReturnValue) == 0x0001A8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key) == 0x0001B0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0001C8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_1) == 0x0001D0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0001E8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_2) == 0x0001F8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsJournal_Quests_Right) == 0x000210, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsJournal_Quests_Right' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_2) == 0x000218, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_10) == 0x000220, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_10' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerController_ReturnValue) == 0x000238, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000240, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetHUD_ReturnValue) == 0x000248, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsHUD_Interface) == 0x000250, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_3) == 0x000260, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerController_ReturnValue_1) == 0x000268, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetHUD_ReturnValue_1) == 0x000270, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CustomEvent_IsGamepadNow) == 0x000278, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsHUD_Ansora) == 0x000280, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_4) == 0x000288, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerController_ReturnValue_2) == 0x000290, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CreateDelegate_OutputDelegate) == 0x000298, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetHUD_ReturnValue_2) == 0x0002A8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x0002B0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_5) == 0x0002B8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002BC, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_3) == 0x0002D0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, Temp_struct_Variable) == 0x0002E8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerController_ReturnValue_3) == 0x000300, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_11) == 0x000308, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_11' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetHUD_ReturnValue_3) == 0x000320, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000328, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_6) == 0x000338, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_4) == 0x000340, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000358, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_12) == 0x000360, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_12' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_13) == 0x000378, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_13' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_CanGetPrevNote_ReturnValue) == 0x000390, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_CanGetPrevNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_CanGetNextNote_ReturnValue) == 0x000391, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_CanGetNextNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, Temp_struct_Variable_1) == 0x000398, "Member 'JournalController_C_ExecuteUbergraph_JournalController::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_14) == 0x0003B0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_14' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_15) == 0x0003C8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_15' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_16) == 0x0003E0, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_16' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_CustomEvent_RecipeID) == 0x0003F8, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_CustomEvent_RecipeID' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x000400, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_5) == 0x000408, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_AsFGPlayer_Character_2) == 0x000420, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_AsFGPlayer_Character_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_DynamicCast_bSuccess_7) == 0x000428, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_Create_ReturnValue) == 0x000430, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetTargetHoverIndex_TargetHoverIndex) == 0x000438, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetTargetHoverIndex_TargetHoverIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_GetTargetHoverIndex_TargetHoverIndex_1) == 0x00043C, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_GetTargetHoverIndex_TargetHoverIndex_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, CallFunc_Create_ReturnValue_1) == 0x000440, "Member 'JournalController_C_ExecuteUbergraph_JournalController::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ExecuteUbergraph_JournalController, K2Node_InputKeyEvent_Key_6) == 0x000448, "Member 'JournalController_C_ExecuteUbergraph_JournalController::K2Node_InputKeyEvent_Key_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_UnpinRecipe \ static_assert(alignof(JournalController_C_UnpinRecipe) == 0x000004, "Wrong alignment on JournalController_C_UnpinRecipe"); \ static_assert(sizeof(JournalController_C_UnpinRecipe) == 0x000004, "Wrong size on JournalController_C_UnpinRecipe"); \ static_assert(offsetof(JournalController_C_UnpinRecipe, RecipeID) == 0x000000, "Member 'JournalController_C_UnpinRecipe::RecipeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_OnInputChanged \ static_assert(alignof(JournalController_C_OnInputChanged) == 0x000001, "Wrong alignment on JournalController_C_OnInputChanged"); \ static_assert(sizeof(JournalController_C_OnInputChanged) == 0x000001, "Wrong size on JournalController_C_OnInputChanged"); \ static_assert(offsetof(JournalController_C_OnInputChanged, IsGamepadNOW) == 0x000000, "Member 'JournalController_C_OnInputChanged::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_UntrackQuest \ static_assert(alignof(JournalController_C_UntrackQuest) == 0x000008, "Wrong alignment on JournalController_C_UntrackQuest"); \ static_assert(sizeof(JournalController_C_UntrackQuest) == 0x000070, "Wrong size on JournalController_C_UntrackQuest"); \ static_assert(offsetof(JournalController_C_UntrackQuest, QuestData) == 0x000000, "Member 'JournalController_C_UntrackQuest::QuestData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_TrackQuest \ static_assert(alignof(JournalController_C_TrackQuest) == 0x000008, "Wrong alignment on JournalController_C_TrackQuest"); \ static_assert(sizeof(JournalController_C_TrackQuest) == 0x000070, "Wrong size on JournalController_C_TrackQuest"); \ static_assert(offsetof(JournalController_C_TrackQuest, QuestData) == 0x000000, "Member 'JournalController_C_TrackQuest::QuestData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_SelectTab \ static_assert(alignof(JournalController_C_SelectTab) == 0x000001, "Wrong alignment on JournalController_C_SelectTab"); \ static_assert(sizeof(JournalController_C_SelectTab) == 0x000001, "Wrong size on JournalController_C_SelectTab"); \ static_assert(offsetof(JournalController_C_SelectTab, SelectedType) == 0x000000, "Member 'JournalController_C_SelectTab::SelectedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_LeftStick_Up_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_LeftStick_Down_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_DPad_Right_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_DPad_Left_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6 \ static_assert(alignof(JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6"); \ static_assert(sizeof(JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6"); \ static_assert(offsetof(JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Q_K2Node_InputKeyEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7 \ static_assert(alignof(JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7"); \ static_assert(sizeof(JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7) == 0x000018, "Wrong size on JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7"); \ static_assert(offsetof(JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_E_K2Node_InputKeyEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_LeftTrigger_K2Node_InputKeyEvent_8::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_RightTrigger_K2Node_InputKeyEvent_9::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10 \ static_assert(alignof(JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10"); \ static_assert(sizeof(JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10) == 0x000018, "Wrong size on JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10"); \ static_assert(offsetof(JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_10::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_RightShoulder_K2Node_InputKeyEvent_11::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_LeftShoulder_K2Node_InputKeyEvent_12::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_FaceButton_Top_K2Node_InputKeyEvent_13::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_14::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_15::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_DPad_Up_K2Node_InputKeyEvent_16::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17 \ static_assert(alignof(JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17) == 0x000008, "Wrong alignment on JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17"); \ static_assert(sizeof(JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17) == 0x000018, "Wrong size on JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17"); \ static_assert(offsetof(JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17, Key) == 0x000000, "Member 'JournalController_C_InpActEvt_Gamepad_DPad_Down_K2Node_InputKeyEvent_17::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_GetWidgetOnSide \ static_assert(alignof(JournalController_C_GetWidgetOnSide) == 0x000008, "Wrong alignment on JournalController_C_GetWidgetOnSide"); \ static_assert(sizeof(JournalController_C_GetWidgetOnSide) == 0x000030, "Wrong size on JournalController_C_GetWidgetOnSide"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, CommonIndex) == 0x000000, "Member 'JournalController_C_GetWidgetOnSide::CommonIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, SideWidget) == 0x000008, "Member 'JournalController_C_GetWidgetOnSide::SideWidget' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, LocalIndex) == 0x000010, "Member 'JournalController_C_GetWidgetOnSide::LocalIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, LocalJournal) == 0x000018, "Member 'JournalController_C_GetWidgetOnSide::LocalJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, CallFunc_GetSelectablesCount_SelectablesCount) == 0x000020, "Member 'JournalController_C_GetWidgetOnSide::CallFunc_GetSelectablesCount_SelectablesCount' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'JournalController_C_GetWidgetOnSide::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'JournalController_C_GetWidgetOnSide::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_GetWidgetOnSide, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002C, "Member 'JournalController_C_GetWidgetOnSide::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_CountSelectables \ static_assert(alignof(JournalController_C_CountSelectables) == 0x000008, "Wrong alignment on JournalController_C_CountSelectables"); \ static_assert(sizeof(JournalController_C_CountSelectables) == 0x000040, "Wrong size on JournalController_C_CountSelectables"); \ static_assert(offsetof(JournalController_C_CountSelectables, SelectablesAvaliavle) == 0x000000, "Member 'JournalController_C_CountSelectables::SelectablesAvaliavle' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, TotalSelectables) == 0x000004, "Member 'JournalController_C_CountSelectables::TotalSelectables' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, Temp_int_Array_Index_Variable) == 0x000008, "Member 'JournalController_C_CountSelectables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'JournalController_C_CountSelectables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, K2Node_MakeArray_Array) == 0x000010, "Member 'JournalController_C_CountSelectables::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_Array_Get_Item) == 0x000020, "Member 'JournalController_C_CountSelectables::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'JournalController_C_CountSelectables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_GetSelectablesCount_SelectablesCount) == 0x00002C, "Member 'JournalController_C_CountSelectables::CallFunc_GetSelectablesCount_SelectablesCount' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'JournalController_C_CountSelectables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'JournalController_C_CountSelectables::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'JournalController_C_CountSelectables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CountSelectables, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'JournalController_C_CountSelectables::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_UnhoverHovered_Item \ static_assert(alignof(JournalController_C_UnhoverHovered_Item) == 0x000001, "Wrong alignment on JournalController_C_UnhoverHovered_Item"); \ static_assert(sizeof(JournalController_C_UnhoverHovered_Item) == 0x000001, "Wrong size on JournalController_C_UnhoverHovered_Item"); \ static_assert(offsetof(JournalController_C_UnhoverHovered_Item, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'JournalController_C_UnhoverHovered_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Hover_Prev_Item \ static_assert(alignof(JournalController_C_Hover_Prev_Item) == 0x000008, "Wrong alignment on JournalController_C_Hover_Prev_Item"); \ static_assert(sizeof(JournalController_C_Hover_Prev_Item) == 0x000030, "Wrong size on JournalController_C_Hover_Prev_Item"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, TotalSelectables) == 0x000000, "Member 'JournalController_C_Hover_Prev_Item::TotalSelectables' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_GetWidgetOnSide_SideWidget) == 0x000008, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_GetWidgetOnSide_SideWidget' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_GetWidgetOnSide_LocalIndex) == 0x000010, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_GetWidgetOnSide_LocalIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_Hover_Item_Hovered) == 0x000018, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_Hover_Item_Hovered' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000029, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Prev_Item, CallFunc_CountSelectables_SelectablesAvaliavle) == 0x00002C, "Member 'JournalController_C_Hover_Prev_Item::CallFunc_CountSelectables_SelectablesAvaliavle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Hover_Next_Item \ static_assert(alignof(JournalController_C_Hover_Next_Item) == 0x000008, "Wrong alignment on JournalController_C_Hover_Next_Item"); \ static_assert(sizeof(JournalController_C_Hover_Next_Item) == 0x000030, "Wrong size on JournalController_C_Hover_Next_Item"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, TotalSelectables) == 0x000000, "Member 'JournalController_C_Hover_Next_Item::TotalSelectables' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_GetWidgetOnSide_SideWidget) == 0x000008, "Member 'JournalController_C_Hover_Next_Item::CallFunc_GetWidgetOnSide_SideWidget' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_GetWidgetOnSide_LocalIndex) == 0x000010, "Member 'JournalController_C_Hover_Next_Item::CallFunc_GetWidgetOnSide_LocalIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_Hover_Item_Hovered) == 0x000018, "Member 'JournalController_C_Hover_Next_Item::CallFunc_Hover_Item_Hovered' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'JournalController_C_Hover_Next_Item::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_CountSelectables_SelectablesAvaliavle) == 0x000024, "Member 'JournalController_C_Hover_Next_Item::CallFunc_CountSelectables_SelectablesAvaliavle' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'JournalController_C_Hover_Next_Item::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'JournalController_C_Hover_Next_Item::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Hover_Next_Item, CallFunc_Greater_IntInt_ReturnValue) == 0x00002D, "Member 'JournalController_C_Hover_Next_Item::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Set_Tabs_View \ static_assert(alignof(JournalController_C_Set_Tabs_View) == 0x000008, "Wrong alignment on JournalController_C_Set_Tabs_View"); \ static_assert(sizeof(JournalController_C_Set_Tabs_View) == 0x000080, "Wrong size on JournalController_C_Set_Tabs_View"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, Output_Get) == 0x000000, "Member 'JournalController_C_Set_Tabs_View::Output_Get' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, Temp_int_Array_Index_Variable) == 0x000008, "Member 'JournalController_C_Set_Tabs_View::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'JournalController_C_Set_Tabs_View::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Create_ReturnValue) == 0x000018, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, K2Node_DynamicCast_AsJournal) == 0x000028, "Member 'JournalController_C_Set_Tabs_View::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'JournalController_C_Set_Tabs_View::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Array_Get_Item) == 0x000038, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, K2Node_DynamicCast_AsJournal_Label) == 0x000040, "Member 'JournalController_C_Set_Tabs_View::K2Node_DynamicCast_AsJournal_Label' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'JournalController_C_Set_Tabs_View::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Tabs_View, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000058, "Member 'JournalController_C_Set_Tabs_View::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Set_Quests_List \ static_assert(alignof(JournalController_C_Set_Quests_List) == 0x000008, "Wrong alignment on JournalController_C_Set_Quests_List"); \ static_assert(sizeof(JournalController_C_Set_Quests_List) == 0x000050, "Wrong size on JournalController_C_Set_Quests_List"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, CallFunc_Create_ReturnValue) == 0x000000, "Member 'JournalController_C_Set_Quests_List::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'JournalController_C_Set_Quests_List::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, K2Node_DynamicCast_AsJournal) == 0x000010, "Member 'JournalController_C_Set_Quests_List::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JournalController_C_Set_Quests_List::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000020, "Member 'JournalController_C_Set_Quests_List::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_List, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'JournalController_C_Set_Quests_List::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Set_Quests_Description \ static_assert(alignof(JournalController_C_Set_Quests_Description) == 0x000008, "Wrong alignment on JournalController_C_Set_Quests_Description"); \ static_assert(sizeof(JournalController_C_Set_Quests_Description) == 0x000048, "Wrong size on JournalController_C_Set_Quests_Description"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, RightSideWidget) == 0x000000, "Member 'JournalController_C_Set_Quests_Description::RightSideWidget' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'JournalController_C_Set_Quests_Description::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, K2Node_DynamicCast_AsJournal) == 0x000010, "Member 'JournalController_C_Set_Quests_Description::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JournalController_C_Set_Quests_Description::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'JournalController_C_Set_Quests_Description::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Quests_Description, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000020, "Member 'JournalController_C_Set_Quests_Description::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Set_Notes_Spread \ static_assert(alignof(JournalController_C_Set_Notes_Spread) == 0x000008, "Wrong alignment on JournalController_C_Set_Notes_Spread"); \ static_assert(sizeof(JournalController_C_Set_Notes_Spread) == 0x000218, "Wrong size on JournalController_C_Set_Notes_Spread"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, NewSpreadIndex) == 0x000000, "Member 'JournalController_C_Set_Notes_Spread::NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Pages_Data) == 0x000008, "Member 'JournalController_C_Set_Notes_Spread::Pages_Data' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_byte_Variable) == 0x000018, "Member 'JournalController_C_Set_Notes_Spread::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_CanGetPrevNote_ReturnValue) == 0x000019, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_CanGetPrevNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_byte_Variable_1) == 0x00001A, "Member 'JournalController_C_Set_Notes_Spread::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_CanGetNextNote_ReturnValue) == 0x00001B, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_CanGetNextNote_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000020, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Create_ReturnValue) == 0x000048, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1) == 0x000050, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Create_ReturnValue_1) == 0x000078, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Array_Get_Item) == 0x000080, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000130, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001E8, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_DynamicCast_AsJournal) == 0x0001F0, "Member 'JournalController_C_Set_Notes_Spread::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'JournalController_C_Set_Notes_Spread::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0001F9, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_IsValid_ReturnValue) == 0x0001FA, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_byte_Variable_2) == 0x0001FB, "Member 'JournalController_C_Set_Notes_Spread::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000200, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_DynamicCast_AsJournal_1) == 0x000208, "Member 'JournalController_C_Set_Notes_Spread::K2Node_DynamicCast_AsJournal_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_DynamicCast_bSuccess_1) == 0x000210, "Member 'JournalController_C_Set_Notes_Spread::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_bool_Variable) == 0x000211, "Member 'JournalController_C_Set_Notes_Spread::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, CallFunc_IsValid_ReturnValue_1) == 0x000212, "Member 'JournalController_C_Set_Notes_Spread::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_Select_Default) == 0x000213, "Member 'JournalController_C_Set_Notes_Spread::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_byte_Variable_3) == 0x000214, "Member 'JournalController_C_Set_Notes_Spread::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, Temp_bool_Variable_1) == 0x000215, "Member 'JournalController_C_Set_Notes_Spread::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Set_Notes_Spread, K2Node_Select_Default_1) == 0x000216, "Member 'JournalController_C_Set_Notes_Spread::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_NewHovered \ static_assert(alignof(JournalController_C_NewHovered) == 0x000008, "Wrong alignment on JournalController_C_NewHovered"); \ static_assert(sizeof(JournalController_C_NewHovered) == 0x000010, "Wrong size on JournalController_C_NewHovered"); \ static_assert(offsetof(JournalController_C_NewHovered, Hovered) == 0x000000, "Member 'JournalController_C_NewHovered::Hovered' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_NewHovered, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'JournalController_C_NewHovered::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_CanGetPrevNote \ static_assert(alignof(JournalController_C_CanGetPrevNote) == 0x000001, "Wrong alignment on JournalController_C_CanGetPrevNote"); \ static_assert(sizeof(JournalController_C_CanGetPrevNote) == 0x000002, "Wrong size on JournalController_C_CanGetPrevNote"); \ static_assert(offsetof(JournalController_C_CanGetPrevNote, ReturnValue) == 0x000000, "Member 'JournalController_C_CanGetPrevNote::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CanGetPrevNote, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'JournalController_C_CanGetPrevNote::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_CanGetNextNote \ static_assert(alignof(JournalController_C_CanGetNextNote) == 0x000004, "Wrong alignment on JournalController_C_CanGetNextNote"); \ static_assert(sizeof(JournalController_C_CanGetNextNote) == 0x000014, "Wrong size on JournalController_C_CanGetNextNote"); \ static_assert(offsetof(JournalController_C_CanGetNextNote, SpreadIndex) == 0x000000, "Member 'JournalController_C_CanGetNextNote::SpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CanGetNextNote, ReturnValue) == 0x000004, "Member 'JournalController_C_CanGetNextNote::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CanGetNextNote, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'JournalController_C_CanGetNextNote::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CanGetNextNote, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'JournalController_C_CanGetNextNote::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_CanGetNextNote, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'JournalController_C_CanGetNextNote::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_DisplayPlayerNotes \ static_assert(alignof(JournalController_C_DisplayPlayerNotes) == 0x000008, "Wrong alignment on JournalController_C_DisplayPlayerNotes"); \ static_assert(sizeof(JournalController_C_DisplayPlayerNotes) == 0x000030, "Wrong size on JournalController_C_DisplayPlayerNotes"); \ static_assert(offsetof(JournalController_C_DisplayPlayerNotes, CallFunc_GetLastPageData_NewSpreadIndex) == 0x000000, "Member 'JournalController_C_DisplayPlayerNotes::CallFunc_GetLastPageData_NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayPlayerNotes, CallFunc_GetLastPageData_PagesData) == 0x000008, "Member 'JournalController_C_DisplayPlayerNotes::CallFunc_GetLastPageData_PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayPlayerNotes, CallFunc_GetNotesManager_ReturnValue) == 0x000018, "Member 'JournalController_C_DisplayPlayerNotes::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayPlayerNotes, CallFunc_GetAddedNoteIDsByType_ReturnValue) == 0x000020, "Member 'JournalController_C_DisplayPlayerNotes::CallFunc_GetAddedNoteIDsByType_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_DisplayScientistNotes \ static_assert(alignof(JournalController_C_DisplayScientistNotes) == 0x000008, "Wrong alignment on JournalController_C_DisplayScientistNotes"); \ static_assert(sizeof(JournalController_C_DisplayScientistNotes) == 0x000030, "Wrong size on JournalController_C_DisplayScientistNotes"); \ static_assert(offsetof(JournalController_C_DisplayScientistNotes, CallFunc_GetLastPageData_NewSpreadIndex) == 0x000000, "Member 'JournalController_C_DisplayScientistNotes::CallFunc_GetLastPageData_NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayScientistNotes, CallFunc_GetLastPageData_PagesData) == 0x000008, "Member 'JournalController_C_DisplayScientistNotes::CallFunc_GetLastPageData_PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayScientistNotes, CallFunc_GetNotesManager_ReturnValue) == 0x000018, "Member 'JournalController_C_DisplayScientistNotes::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayScientistNotes, CallFunc_GetAddedNoteIDsByType_ReturnValue) == 0x000020, "Member 'JournalController_C_DisplayScientistNotes::CallFunc_GetAddedNoteIDsByType_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_DisplayTutorial \ static_assert(alignof(JournalController_C_DisplayTutorial) == 0x000008, "Wrong alignment on JournalController_C_DisplayTutorial"); \ static_assert(sizeof(JournalController_C_DisplayTutorial) == 0x000030, "Wrong size on JournalController_C_DisplayTutorial"); \ static_assert(offsetof(JournalController_C_DisplayTutorial, CallFunc_GetLastPageData_NewSpreadIndex) == 0x000000, "Member 'JournalController_C_DisplayTutorial::CallFunc_GetLastPageData_NewSpreadIndex' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayTutorial, CallFunc_GetLastPageData_PagesData) == 0x000008, "Member 'JournalController_C_DisplayTutorial::CallFunc_GetLastPageData_PagesData' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayTutorial, CallFunc_GetNotesManager_ReturnValue) == 0x000018, "Member 'JournalController_C_DisplayTutorial::CallFunc_GetNotesManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_DisplayTutorial, CallFunc_GetAddedTutorialNotes_ReturnValue) == 0x000020, "Member 'JournalController_C_DisplayTutorial::CallFunc_GetAddedTutorialNotes_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_Display_Selectable_Left_Side \ static_assert(alignof(JournalController_C_Display_Selectable_Left_Side) == 0x000008, "Wrong alignment on JournalController_C_Display_Selectable_Left_Side"); \ static_assert(sizeof(JournalController_C_Display_Selectable_Left_Side) == 0x000050, "Wrong size on JournalController_C_Display_Selectable_Left_Side"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, Widget) == 0x000000, "Member 'JournalController_C_Display_Selectable_Left_Side::Widget' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'JournalController_C_Display_Selectable_Left_Side::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, K2Node_DynamicCast_AsJournal) == 0x000010, "Member 'JournalController_C_Display_Selectable_Left_Side::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'JournalController_C_Display_Selectable_Left_Side::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000020, "Member 'JournalController_C_Display_Selectable_Left_Side::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_Display_Selectable_Left_Side, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'JournalController_C_Display_Selectable_Left_Side::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_ApplyCustomization \ static_assert(alignof(JournalController_C_ApplyCustomization) == 0x000008, "Wrong alignment on JournalController_C_ApplyCustomization"); \ static_assert(sizeof(JournalController_C_ApplyCustomization) == 0x000038, "Wrong size on JournalController_C_ApplyCustomization"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, Type) == 0x000000, "Member 'JournalController_C_ApplyCustomization::Type' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, ID) == 0x000004, "Member 'JournalController_C_ApplyCustomization::ID' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'JournalController_C_ApplyCustomization::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'JournalController_C_ApplyCustomization::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'JournalController_C_ApplyCustomization::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'JournalController_C_ApplyCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, K2Node_DynamicCast_AsJournal) == 0x000028, "Member 'JournalController_C_ApplyCustomization::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'JournalController_C_ApplyCustomization::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_ApplyCustomization, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000031, "Member 'JournalController_C_ApplyCustomization::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JournalController_C_SetInitialTab \ static_assert(alignof(JournalController_C_SetInitialTab) == 0x000008, "Wrong alignment on JournalController_C_SetInitialTab"); \ static_assert(sizeof(JournalController_C_SetInitialTab) == 0x000090, "Wrong size on JournalController_C_SetInitialTab"); \ static_assert(offsetof(JournalController_C_SetInitialTab, LabelsContainer) == 0x000000, "Member 'JournalController_C_SetInitialTab::LabelsContainer' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, TargetTabItem) == 0x000008, "Member 'JournalController_C_SetInitialTab::TargetTabItem' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'JournalController_C_SetInitialTab::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'JournalController_C_SetInitialTab::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000020, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000050, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_GetPlayerController_ReturnValue_1) == 0x000068, "Member 'JournalController_C_SetInitialTab::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_GetHUD_ReturnValue_1) == 0x000070, "Member 'JournalController_C_SetInitialTab::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000078, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'JournalController_C_SetInitialTab::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_GetOpenJournalTab_TabType) == 0x000089, "Member 'JournalController_C_SetInitialTab::CallFunc_GetOpenJournalTab_TabType' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, K2Node_SwitchEnum_CmpSuccess) == 0x00008A, "Member 'JournalController_C_SetInitialTab::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(JournalController_C_SetInitialTab, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00008B, "Member 'JournalController_C_SetInitialTab::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJournalController_C \ static_assert(alignof(AJournalController_C) == 0x000008, "Wrong alignment on AJournalController_C"); \ static_assert(sizeof(AJournalController_C) == 0x000280, "Wrong size on AJournalController_C"); \ static_assert(offsetof(AJournalController_C, UberGraphFrame) == 0x000220, "Member 'AJournalController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, DefaultSceneRoot) == 0x000228, "Member 'AJournalController_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, Journal) == 0x000230, "Member 'AJournalController_C::Journal' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, JournalDataModel) == 0x000258, "Member 'AJournalController_C::JournalDataModel' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, LeftPageWidget) == 0x000260, "Member 'AJournalController_C::LeftPageWidget' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, RightPageWidget) == 0x000268, "Member 'AJournalController_C::RightPageWidget' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, HoveredSelectable) == 0x000270, "Member 'AJournalController_C::HoveredSelectable' has a wrong offset!"); \ static_assert(offsetof(AJournalController_C, LabelsTab) == 0x000278, "Member 'AJournalController_C::LabelsTab' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_ExecuteUbergraph_MainCharController \ static_assert(alignof(MainCharController_C_ExecuteUbergraph_MainCharController) == 0x000008, "Wrong alignment on MainCharController_C_ExecuteUbergraph_MainCharController"); \ static_assert(sizeof(MainCharController_C_ExecuteUbergraph_MainCharController) == 0x000408, "Wrong size on MainCharController_C_ExecuteUbergraph_MainCharController"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, EntryPoint) == 0x000000, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Interface) == 0x000010, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, Temp_int_Array_Index_Variable) == 0x000024, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, Temp_object_Variable) == 0x000028, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFGQuest_Graph) == 0x000030, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFGQuest_Graph' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Loaded) == 0x000040, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_1) == 0x000050, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000058, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CreateDelegate_OutputDelegate) == 0x00006C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_1) == 0x00007D, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_2) == 0x00007E, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Create_ReturnValue) == 0x000080, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetWorldStateManager_ReturnValue) == 0x000088, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetWorldState_ReturnValue) == 0x000090, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_SwitchEnum_CmpSuccess) == 0x000091, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_3) == 0x000093, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_K2_GetPawn_ReturnValue) == 0x000098, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_4) == 0x0000A0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsLocalController_ReturnValue) == 0x0000B1, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsLocalController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetSpectatorPawn_ReturnValue) == 0x0000B8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetSpectatorPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFGTrain_Spectator_Pawn) == 0x0000C0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFGTrain_Spectator_Pawn' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_Event_Game_1) == 0x0000D0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_Event_Game_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsLocalController_ReturnValue_1) == 0x0000D8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsLocalController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0000E0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_2) == 0x0000E8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_ClassDynamicCast_AsFullscreen_Widget) == 0x0000F0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_ClassDynamicCast_AsFullscreen_Widget' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_ClassDynamicCast_bSuccess) == 0x0000F8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x000100, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_5) == 0x000110, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_Event_Game) == 0x000118, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_Event_Game' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000120, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_FadingTime) == 0x000128, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_FadingTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_FadingColor) == 0x00012C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_FadingColor' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_bAutoFadeOut_1) == 0x00013C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_bAutoFadeOut_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_DelayAutoFadeOut) == 0x000140, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_DelayAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_AutoFadeOutFadingTime) == 0x000144, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_AutoFadeOutFadingTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFGCharacter) == 0x000148, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_6) == 0x000150, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_FadeInTime) == 0x000154, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_FadeInTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_bAutoFadeOut) == 0x000158, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_bAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_FMax_ReturnValue) == 0x00015C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000160, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, Temp_int_Loop_Counter_Variable) == 0x000168, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Add_IntInt_ReturnValue) == 0x00016C, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Create_ReturnValue_1) == 0x000170, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_5) == 0x000178, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_3) == 0x000180, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Sender_1) == 0x000188, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Message_1) == 0x0001A0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Message_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Type_1) == 0x0001B8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Type_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0001C0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_7) == 0x0001D0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetGameState_ReturnValue) == 0x0001D8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Sender) == 0x0001E0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Message) == 0x0001F8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Message' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Type) == 0x000210, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Array_Get_Item) == 0x000218, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Array_Length_ReturnValue) == 0x000220, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Less_IntInt_ReturnValue) == 0x000224, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_6) == 0x000225, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetController_ReturnValue) == 0x000228, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_4) == 0x000230, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsMain_Char_Controller) == 0x000238, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_8) == 0x000240, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Interface_2) == 0x000248, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_9) == 0x000258, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_5) == 0x000260, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_InputKeyEvent_Key) == 0x000268, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Interface_3) == 0x000280, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Interface_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_10) == 0x000290, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000291, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsChatOpened_ReturnValue) == 0x000292, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsChatOpened_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000293, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, Temp_struct_Variable) == 0x000298, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0002B0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_InputActionEvent_Key) == 0x0002B8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_6) == 0x0002D0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Ansora) == 0x0002D8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_11) == 0x0002E0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetWorldStateManager_ReturnValue_1) == 0x0002E8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetWorldStateManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0002F0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_7) == 0x0002F8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_8) == 0x0002F9, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_7) == 0x000300, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_9) == 0x000308, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsHUD_Ansora_1) == 0x000310, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsHUD_Ansora_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_12) == 0x000318, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_10) == 0x000319, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_11) == 0x00031A, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_InputActionEvent_Key_1) == 0x000320, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_12) == 0x000338, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsValid_ReturnValue_13) == 0x000339, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetPlayerPawn_ReturnValue) == 0x000340, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000348, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_13) == 0x000350, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000358, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFullscreen_Widget_Provider_2) == 0x000360, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFullscreen_Widget_Provider_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_14) == 0x000370, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_InputKeyEvent_Key_1) == 0x000378, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_IsCharBusy_ReturnValue) == 0x000390, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_IsCharBusy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_8) == 0x000398, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFullscreen_Widget_Provider_3) == 0x0003A0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFullscreen_Widget_Provider_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_15) == 0x0003B0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003B1, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget) == 0x0003B8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetCurrentFullscreenWidget_CurrentFullscreenWidget' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, CallFunc_GetHUD_ReturnValue_9) == 0x0003C0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::CallFunc_GetHUD_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CreateDelegate_OutputDelegate_1) == 0x0003C8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_AsFullscreen_Widget_Provider_4) == 0x0003D8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_AsFullscreen_Widget_Provider_4' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_DynamicCast_bSuccess_16) == 0x0003E8, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_Value) == 0x0003EC, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_ExecuteUbergraph_MainCharController, K2Node_CustomEvent_UserName) == 0x0003F0, "Member 'MainCharController_C_ExecuteUbergraph_MainCharController::K2Node_CustomEvent_UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnFakeUserConnected \ static_assert(alignof(MainCharController_C_OnFakeUserConnected) == 0x000008, "Wrong alignment on MainCharController_C_OnFakeUserConnected"); \ static_assert(sizeof(MainCharController_C_OnFakeUserConnected) == 0x000018, "Wrong size on MainCharController_C_OnFakeUserConnected"); \ static_assert(offsetof(MainCharController_C_OnFakeUserConnected, UserName) == 0x000000, "Member 'MainCharController_C_OnFakeUserConnected::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_ClientSetBlur \ static_assert(alignof(MainCharController_C_ClientSetBlur) == 0x000004, "Wrong alignment on MainCharController_C_ClientSetBlur"); \ static_assert(sizeof(MainCharController_C_ClientSetBlur) == 0x000004, "Wrong size on MainCharController_C_ClientSetBlur"); \ static_assert(offsetof(MainCharController_C_ClientSetBlur, Value) == 0x000000, "Member 'MainCharController_C_ClientSetBlur::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnChatSubmit_Client \ static_assert(alignof(MainCharController_C_OnChatSubmit_Client) == 0x000008, "Wrong alignment on MainCharController_C_OnChatSubmit_Client"); \ static_assert(sizeof(MainCharController_C_OnChatSubmit_Client) == 0x000038, "Wrong size on MainCharController_C_OnChatSubmit_Client"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit_Client, Sender) == 0x000000, "Member 'MainCharController_C_OnChatSubmit_Client::Sender' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit_Client, Message) == 0x000018, "Member 'MainCharController_C_OnChatSubmit_Client::Message' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit_Client, Type) == 0x000030, "Member 'MainCharController_C_OnChatSubmit_Client::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnChatSubmit \ static_assert(alignof(MainCharController_C_OnChatSubmit) == 0x000008, "Wrong alignment on MainCharController_C_OnChatSubmit"); \ static_assert(sizeof(MainCharController_C_OnChatSubmit) == 0x000038, "Wrong size on MainCharController_C_OnChatSubmit"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit, Sender) == 0x000000, "Member 'MainCharController_C_OnChatSubmit::Sender' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit, Message) == 0x000018, "Member 'MainCharController_C_OnChatSubmit::Message' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_OnChatSubmit, Type) == 0x000030, "Member 'MainCharController_C_OnChatSubmit::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_PlayFadeInWithoutDelay \ static_assert(alignof(MainCharController_C_PlayFadeInWithoutDelay) == 0x000004, "Wrong alignment on MainCharController_C_PlayFadeInWithoutDelay"); \ static_assert(sizeof(MainCharController_C_PlayFadeInWithoutDelay) == 0x000008, "Wrong size on MainCharController_C_PlayFadeInWithoutDelay"); \ static_assert(offsetof(MainCharController_C_PlayFadeInWithoutDelay, FadeInTime) == 0x000000, "Member 'MainCharController_C_PlayFadeInWithoutDelay::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_PlayFadeInWithoutDelay, bAutoFadeOut) == 0x000004, "Member 'MainCharController_C_PlayFadeInWithoutDelay::bAutoFadeOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_PlayFadeIn \ static_assert(alignof(MainCharController_C_PlayFadeIn) == 0x000004, "Wrong alignment on MainCharController_C_PlayFadeIn"); \ static_assert(sizeof(MainCharController_C_PlayFadeIn) == 0x000020, "Wrong size on MainCharController_C_PlayFadeIn"); \ static_assert(offsetof(MainCharController_C_PlayFadeIn, FadingTime) == 0x000000, "Member 'MainCharController_C_PlayFadeIn::FadingTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_PlayFadeIn, FadingColor) == 0x000004, "Member 'MainCharController_C_PlayFadeIn::FadingColor' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_PlayFadeIn, bAutoFadeOut) == 0x000014, "Member 'MainCharController_C_PlayFadeIn::bAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_PlayFadeIn, DelayAutoFadeOut) == 0x000018, "Member 'MainCharController_C_PlayFadeIn::DelayAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_PlayFadeIn, AutoFadeOutFadingTime) == 0x00001C, "Member 'MainCharController_C_PlayFadeIn::AutoFadeOutFadingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnTabletopGameLeave \ static_assert(alignof(MainCharController_C_OnTabletopGameLeave) == 0x000008, "Wrong alignment on MainCharController_C_OnTabletopGameLeave"); \ static_assert(sizeof(MainCharController_C_OnTabletopGameLeave) == 0x000008, "Wrong size on MainCharController_C_OnTabletopGameLeave"); \ static_assert(offsetof(MainCharController_C_OnTabletopGameLeave, Game) == 0x000000, "Member 'MainCharController_C_OnTabletopGameLeave::Game' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnTabletopGameEnter \ static_assert(alignof(MainCharController_C_OnTabletopGameEnter) == 0x000008, "Wrong alignment on MainCharController_C_OnTabletopGameEnter"); \ static_assert(sizeof(MainCharController_C_OnTabletopGameEnter) == 0x000008, "Wrong size on MainCharController_C_OnTabletopGameEnter"); \ static_assert(offsetof(MainCharController_C_OnTabletopGameEnter, Game) == 0x000000, "Member 'MainCharController_C_OnTabletopGameEnter::Game' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1 \ static_assert(alignof(MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1) == 0x000008, "Wrong alignment on MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1"); \ static_assert(sizeof(MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1) == 0x000008, "Wrong size on MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1"); \ static_assert(offsetof(MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1, Loaded) == 0x000000, "Member 'MainCharController_C_OnLoaded_930978764F98AF61C6F46689F511E2F1::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0 \ static_assert(alignof(MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'MainCharController_C_InpActEvt_AnyKey_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0 \ static_assert(alignof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0"); \ static_assert(sizeof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0"); \ static_assert(offsetof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1 \ static_assert(alignof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1"); \ static_assert(sizeof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1"); \ static_assert(offsetof(MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'MainCharController_C_InpActEvt_Chat_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1 \ static_assert(alignof(MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'MainCharController_C_InpActEvt_NumPadTwo_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_Stop_Character_Activity \ static_assert(alignof(MainCharController_C_Stop_Character_Activity) == 0x000008, "Wrong alignment on MainCharController_C_Stop_Character_Activity"); \ static_assert(sizeof(MainCharController_C_Stop_Character_Activity) == 0x000038, "Wrong size on MainCharController_C_Stop_Character_Activity"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, bHideHUD) == 0x000000, "Member 'MainCharController_C_Stop_Character_Activity::bHideHUD' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, MakeItInstant) == 0x000001, "Member 'MainCharController_C_Stop_Character_Activity::MakeItInstant' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, CallFunc_IsLocalPlayerController_ReturnValue) == 0x000002, "Member 'MainCharController_C_Stop_Character_Activity::CallFunc_IsLocalPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'MainCharController_C_Stop_Character_Activity::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000010, "Member 'MainCharController_C_Stop_Character_Activity::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'MainCharController_C_Stop_Character_Activity::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainCharController_C_Stop_Character_Activity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'MainCharController_C_Stop_Character_Activity::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'MainCharController_C_Stop_Character_Activity::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_Stop_Character_Activity, CallFunc_IsCrouching_ReturnValue) == 0x000031, "Member 'MainCharController_C_Stop_Character_Activity::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_RestoreCharacterActivity \ static_assert(alignof(MainCharController_C_RestoreCharacterActivity) == 0x000008, "Wrong alignment on MainCharController_C_RestoreCharacterActivity"); \ static_assert(sizeof(MainCharController_C_RestoreCharacterActivity) == 0x000060, "Wrong size on MainCharController_C_RestoreCharacterActivity"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, bShowHUD) == 0x000000, "Member 'MainCharController_C_RestoreCharacterActivity::bShowHUD' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, MakeItInstant) == 0x000001, "Member 'MainCharController_C_RestoreCharacterActivity::MakeItInstant' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000020, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_IsLocalPlayerController_ReturnValue) == 0x000031, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_IsLocalPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000038, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_K2_GetPawn_ReturnValue_3) == 0x000040, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_GetController_ReturnValue) == 0x000048, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000050, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'MainCharController_C_RestoreCharacterActivity::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_IsInputEnabled_ReturnValue) == 0x000059, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_IsInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_RestoreCharacterActivity, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'MainCharController_C_RestoreCharacterActivity::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_UnequipCurrentWeapon \ static_assert(alignof(MainCharController_C_UnequipCurrentWeapon) == 0x000008, "Wrong alignment on MainCharController_C_UnequipCurrentWeapon"); \ static_assert(sizeof(MainCharController_C_UnequipCurrentWeapon) == 0x000040, "Wrong size on MainCharController_C_UnequipCurrentWeapon"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, MontageDuration) == 0x000000, "Member 'MainCharController_C_UnequipCurrentWeapon::MontageDuration' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'MainCharController_C_UnequipCurrentWeapon::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainCharController_C_UnequipCurrentWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_GetActiveSlot_ReturnValue) == 0x000020, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_GetActiveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_GetPlayLength_ReturnValue) == 0x00002C, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_FMax_ReturnValue) == 0x000034, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_UnequipCurrentWeapon, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'MainCharController_C_UnequipCurrentWeapon::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_FadeIn \ static_assert(alignof(MainCharController_C_FadeIn) == 0x000008, "Wrong alignment on MainCharController_C_FadeIn"); \ static_assert(sizeof(MainCharController_C_FadeIn) == 0x000030, "Wrong size on MainCharController_C_FadeIn"); \ static_assert(offsetof(MainCharController_C_FadeIn, FadingTime) == 0x000000, "Member 'MainCharController_C_FadeIn::FadingTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, FadingColor) == 0x000004, "Member 'MainCharController_C_FadeIn::FadingColor' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, bAutoFadeOut) == 0x000014, "Member 'MainCharController_C_FadeIn::bAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, DelayAutoFadeOut) == 0x000018, "Member 'MainCharController_C_FadeIn::DelayAutoFadeOut' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, AutoFadeOutFadingTime) == 0x00001C, "Member 'MainCharController_C_FadeIn::AutoFadeOutFadingTime' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, CallFunc_Create_ReturnValue) == 0x000020, "Member 'MainCharController_C_FadeIn::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_FadeIn, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'MainCharController_C_FadeIn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_SetBlur \ static_assert(alignof(MainCharController_C_SetBlur) == 0x000008, "Wrong alignment on MainCharController_C_SetBlur"); \ static_assert(sizeof(MainCharController_C_SetBlur) == 0x000018, "Wrong size on MainCharController_C_SetBlur"); \ static_assert(offsetof(MainCharController_C_SetBlur, Value) == 0x000000, "Member 'MainCharController_C_SetBlur::Value' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_SetBlur, CallFunc_Create_ReturnValue) == 0x000008, "Member 'MainCharController_C_SetBlur::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_SetBlur, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'MainCharController_C_SetBlur::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_RemoveBlur \ static_assert(alignof(MainCharController_C_RemoveBlur) == 0x000001, "Wrong alignment on MainCharController_C_RemoveBlur"); \ static_assert(sizeof(MainCharController_C_RemoveBlur) == 0x000001, "Wrong size on MainCharController_C_RemoveBlur"); \ static_assert(offsetof(MainCharController_C_RemoveBlur, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'MainCharController_C_RemoveBlur::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainCharController_C_CanLookAround \ static_assert(alignof(MainCharController_C_CanLookAround) == 0x000008, "Wrong alignment on MainCharController_C_CanLookAround"); \ static_assert(sizeof(MainCharController_C_CanLookAround) == 0x000020, "Wrong size on MainCharController_C_CanLookAround"); \ static_assert(offsetof(MainCharController_C_CanLookAround, ReturnValue) == 0x000000, "Member 'MainCharController_C_CanLookAround::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_CanLookAround, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'MainCharController_C_CanLookAround::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_CanLookAround, K2Node_DynamicCast_AsHUD_Ansora) == 0x000010, "Member 'MainCharController_C_CanLookAround::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_CanLookAround, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainCharController_C_CanLookAround::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_CanLookAround, CallFunc_IsVisible_ReturnValue) == 0x000019, "Member 'MainCharController_C_CanLookAround::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainCharController_C_CanLookAround, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'MainCharController_C_CanLookAround::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainCharController_C \ static_assert(alignof(AMainCharController_C) == 0x000008, "Wrong alignment on AMainCharController_C"); \ static_assert(sizeof(AMainCharController_C) == 0x000700, "Wrong size on AMainCharController_C"); \ static_assert(offsetof(AMainCharController_C, UberGraphFrame) == 0x0006B0, "Member 'AMainCharController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMainCharController_C, LoadingScreen) == 0x0006B8, "Member 'AMainCharController_C::LoadingScreen' has a wrong offset!"); \ static_assert(offsetof(AMainCharController_C, FadingWidget) == 0x0006C0, "Member 'AMainCharController_C::FadingWidget' has a wrong offset!"); \ static_assert(offsetof(AMainCharController_C, FadeScreenWidget) == 0x0006C8, "Member 'AMainCharController_C::FadeScreenWidget' has a wrong offset!"); \ static_assert(offsetof(AMainCharController_C, PrologueQuestGraph) == 0x0006D0, "Member 'AMainCharController_C::PrologueQuestGraph' has a wrong offset!"); \ static_assert(offsetof(AMainCharController_C, BlurWidget) == 0x0006F8, "Member 'AMainCharController_C::BlurWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume \ static_assert(alignof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume) == 0x000008, "Wrong alignment on ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume"); \ static_assert(sizeof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume) == 0x000348, "Wrong size on ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, EntryPoint) == 0x000000, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_HasAuthority_ReturnValue_1) == 0x00000C, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000028, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000030, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000038, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000040, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x000044, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000048, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGWagon) == 0x0000D0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Not_PreBool_ReturnValue) == 0x0000D9, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue) == 0x0000DA, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000E0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetGameInstance_ReturnValue) == 0x0000F8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGGame_Instance) == 0x000100, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsPath_Switcher) == 0x000110, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsPath_Switcher' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000120, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_HasAuthority_ReturnValue_2) == 0x000130, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Get_Item) == 0x000138, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Length_ReturnValue_1) == 0x000140, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Less_IntInt_ReturnValue) == 0x000144, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000148, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetGameInstance_ReturnValue_1) == 0x000160, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000168, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_3) == 0x000170, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_1) == 0x000171, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsPath_Switcher_1) == 0x000178, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsPath_Switcher_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_4) == 0x000180, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000188, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Array_Index_Variable_2) == 0x000198, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Get_Item_1) == 0x0001A0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Get_Item_2) == 0x0001A8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_2) == 0x0001B0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_3) == 0x0001B1, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsStandingOnLocomotive_ReturnValue) == 0x0001B2, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsStandingOnLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_TeleportToLocomotive_ReturnValue) == 0x0001B3, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_TeleportToLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001B4, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsAlive_ReturnValue) == 0x0001B5, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsAlive_ReturnValue_1) == 0x0001B6, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsAlive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Length_ReturnValue_3) == 0x0001B8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001BC, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_4) == 0x0001BD, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Loop_Counter_Variable_2) == 0x0001C0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001C4, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001C8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Array_Index_Variable_3) == 0x0001CC, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Array_Get_Item_3) == 0x0001D0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetRandomVoidBiomePreset_ReturnValue) == 0x0001D8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetRandomVoidBiomePreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetGameInstance_ReturnValue_2) == 0x0001E0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x0001E8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_5) == 0x0001F0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_HasAuthority_ReturnValue_3) == 0x0001F1, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_5) == 0x0001F2, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetSpawnedMap_ReturnValue) == 0x0001F8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetSpawnedMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsBiome_Presets) == 0x0002B8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsBiome_Presets' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_6) == 0x0002C0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetGameInstance_ReturnValue_3) == 0x0002C8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_CreateDelegate_OutputDelegate) == 0x0002D0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGGame_Instance_3) == 0x0002E0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGGame_Instance_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_7) == 0x0002E8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_GetGameInstance_ReturnValue_4) == 0x0002F0, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_GetGameInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsWorld_State_Manager) == 0x0002F8, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsWorld_State_Manager' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_8) == 0x000300, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsFGGame_Instance_4) == 0x000308, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsFGGame_Instance_4' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_9) == 0x000310, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_AsWorld_State_Manager_1) == 0x000318, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_AsWorld_State_Manager_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_DynamicCast_bSuccess_10) == 0x000320, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_IsValid_ReturnValue_6) == 0x000321, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_StartPlayersTeleportation_ReturnValue) == 0x000322, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_StartPlayersTeleportation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_ShouldTeleportPlayersToTrain_ReturnValue) == 0x000323, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_ShouldTeleportPlayersToTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Not_PreBool_ReturnValue_2) == 0x000324, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, K2Node_CreateDelegate_OutputDelegate_1) == 0x000328, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_HasAuthority_ReturnValue_4) == 0x000338, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, Temp_int_Loop_Counter_Variable_3) == 0x00033C, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Less_IntInt_ReturnValue_3) == 0x000340, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume, CallFunc_Add_IntInt_ReturnValue_3) == 0x000344, "Member 'ExitLoadingVolume_C_ExecuteUbergraph_ExitLoadingVolume::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'ExitLoadingVolume_C_BndEvt__BoxComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExitLoadingVolume_C_ShouldTeleportPlayersToTrain \ static_assert(alignof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain) == 0x000008, "Wrong alignment on ExitLoadingVolume_C_ShouldTeleportPlayersToTrain"); \ static_assert(sizeof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain) == 0x000038, "Wrong size on ExitLoadingVolume_C_ShouldTeleportPlayersToTrain"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, Result) == 0x000000, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::Result' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, Temp_int_Array_Index_Variable) == 0x000004, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_Array_Get_Item) == 0x000020, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_IsStandingOnLocomotive_ReturnValue) == 0x00002E, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_IsStandingOnLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_IsAlive_ReturnValue) == 0x00002F, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ExitLoadingVolume_C_ShouldTeleportPlayersToTrain, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'ExitLoadingVolume_C_ShouldTeleportPlayersToTrain::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExitLoadingVolume_C \ static_assert(alignof(AExitLoadingVolume_C) == 0x000008, "Wrong alignment on AExitLoadingVolume_C"); \ static_assert(sizeof(AExitLoadingVolume_C) == 0x0002B8, "Wrong size on AExitLoadingVolume_C"); \ static_assert(offsetof(AExitLoadingVolume_C, UberGraphFrame) == 0x000230, "Member 'AExitLoadingVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_3_NewTrack_0_0350ECB14E2EAEBFA2380B9634487E10) == 0x000238, "Member 'AExitLoadingVolume_C::Timeline_3_NewTrack_0_0350ECB14E2EAEBFA2380B9634487E10' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_3__Direction_0350ECB14E2EAEBFA2380B9634487E10) == 0x00023C, "Member 'AExitLoadingVolume_C::Timeline_3__Direction_0350ECB14E2EAEBFA2380B9634487E10' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_3) == 0x000240, "Member 'AExitLoadingVolume_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_2_NewTrack_0_C61C469641F9A3FC520DC0B46A7156B7) == 0x000248, "Member 'AExitLoadingVolume_C::Timeline_2_NewTrack_0_C61C469641F9A3FC520DC0B46A7156B7' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_2__Direction_C61C469641F9A3FC520DC0B46A7156B7) == 0x00024C, "Member 'AExitLoadingVolume_C::Timeline_2__Direction_C61C469641F9A3FC520DC0B46A7156B7' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_2) == 0x000250, "Member 'AExitLoadingVolume_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_1_NewTrack_0_324FF100443C837B66090D98773E981E) == 0x000258, "Member 'AExitLoadingVolume_C::Timeline_1_NewTrack_0_324FF100443C837B66090D98773E981E' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_1__Direction_324FF100443C837B66090D98773E981E) == 0x00025C, "Member 'AExitLoadingVolume_C::Timeline_1__Direction_324FF100443C837B66090D98773E981E' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_1) == 0x000260, "Member 'AExitLoadingVolume_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_0_NewTrack_0_648B61B94B97D81FF28199BDF1A58D3F) == 0x000268, "Member 'AExitLoadingVolume_C::Timeline_0_NewTrack_0_648B61B94B97D81FF28199BDF1A58D3F' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_0__Direction_648B61B94B97D81FF28199BDF1A58D3F) == 0x00026C, "Member 'AExitLoadingVolume_C::Timeline_0__Direction_648B61B94B97D81FF28199BDF1A58D3F' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, Timeline_0) == 0x000270, "Member 'AExitLoadingVolume_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, bComplete) == 0x000278, "Member 'AExitLoadingVolume_C::bComplete' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, EntranceSpeedLimiters) == 0x000280, "Member 'AExitLoadingVolume_C::EntranceSpeedLimiters' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, ExitWall) == 0x000290, "Member 'AExitLoadingVolume_C::ExitWall' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, ExitWall2) == 0x000298, "Member 'AExitLoadingVolume_C::ExitWall2' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, ExitGatesInner) == 0x0002A0, "Member 'AExitLoadingVolume_C::ExitGatesInner' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, ExitGatesOuter) == 0x0002A8, "Member 'AExitLoadingVolume_C::ExitGatesOuter' has a wrong offset!"); \ static_assert(offsetof(AExitLoadingVolume_C, bWaitForTeleportation) == 0x0002B0, "Member 'AExitLoadingVolume_C::bWaitForTeleportation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine \ static_assert(alignof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine) == 0x000938, "Wrong size on WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, EntryPoint) == 0x000000, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsTrain_Tesla_Engine_Component) == 0x000020, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsTrain_Tesla_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable) == 0x000029, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_bUpdatedValue) == 0x000038, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_bUpdatedValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsFGGame_Instance) == 0x000048, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_TypeInfo) == 0x000054, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_UpdateType) == 0x00005C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_Hit_3) == 0x000060, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_PlayerCharacter_3) == 0x0000E8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bBlockingHit) == 0x0000F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000F1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Time) == 0x0000F4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Distance) == 0x0000F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Location) == 0x0000FC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactPoint) == 0x000108, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Normal) == 0x000114, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactNormal) == 0x000120, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_PhysMat) == 0x000130, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitActor) == 0x000138, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitComponent) == 0x000140, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitBoneName) == 0x000148, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitItem) == 0x000150, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ElementIndex) == 0x000154, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_FaceIndex) == 0x000158, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceStart) == 0x00015C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceEnd) == 0x000168, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000174, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000175, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000176, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000177, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_NewState) == 0x000178, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_OldState) == 0x000179, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00017A, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_SwitchEnum_CmpSuccess) == 0x00017B, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00017C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00017D, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BooleanAND_ReturnValue) == 0x00017E, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_1) == 0x00017F, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BooleanAND_ReturnValue_1) == 0x000180, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_bNewValue) == 0x000181, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_bNewValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_NewTrainMovementDirection) == 0x000182, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_NewTrainMovementDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_SwitchEnum_CmpSuccess_1) == 0x000183, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000184, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate_2) == 0x000194, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_int_Loop_Counter_Variable) == 0x0001A4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_IntInt_ReturnValue) == 0x0001A8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_int_Array_Index_Variable_1) == 0x0001AC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_X) == 0x0001B0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_Y) == 0x0001B4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_Z) == 0x0001B8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001BC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MakeVector_ReturnValue) == 0x0001C0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_2) == 0x0001CC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_X_1) == 0x0001D0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_Y_1) == 0x0001D4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakVector_Z_1) == 0x0001D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001DC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MakeVector_ReturnValue_1) == 0x0001E0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x0001EC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_OnInteractionStart_ReturnValue) == 0x0001ED, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_State) == 0x0001EE, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CustomEvent_NewState) == 0x0001EF, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_ActivateState_ReturnValue) == 0x0001F1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_ActivateState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_ActivateState_ReturnValue_1) == 0x0001F2, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_ActivateState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetState_ReturnValue) == 0x0001F3, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_SwitchEnum_CmpSuccess_3) == 0x0001F4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Not_PreBool_ReturnValue) == 0x0001F5, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_int_Loop_Counter_Variable_1) == 0x0001F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetState_ReturnValue_1) == 0x0001FC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0001FD, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000200, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetState_ReturnValue_2) == 0x000204, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_3) == 0x000205, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000206, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue) == 0x000207, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_Hit_2) == 0x000208, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_PlayerCharacter_2) == 0x000290, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000298, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000299, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Time_1) == 0x00029C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Distance_1) == 0x0002A0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Location_1) == 0x0002A4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0002B0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Normal_1) == 0x0002BC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0002C8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_PhysMat_1) == 0x0002D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitActor_1) == 0x0002E0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitComponent_1) == 0x0002E8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitBoneName_1) == 0x0002F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitItem_1) == 0x0002F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ElementIndex_1) == 0x0002FC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_FaceIndex_1) == 0x000300, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceStart_1) == 0x000304, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceEnd_1) == 0x000310, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_4) == 0x00031C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x00031D, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x00031E, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x00031F, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_OnInteractionStart_ReturnValue_1) == 0x000320, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_OnInteractionStart_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_8) == 0x000321, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000324, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_Hit_1) == 0x000330, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_PlayerCharacter_1) == 0x0003B8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bBlockingHit_2) == 0x0003C0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x0003C1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Time_2) == 0x0003C4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Distance_2) == 0x0003C8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Location_2) == 0x0003CC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactPoint_2) == 0x0003D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Normal_2) == 0x0003E4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0003F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_PhysMat_2) == 0x000400, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitActor_2) == 0x000408, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitComponent_2) == 0x000410, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitBoneName_2) == 0x000418, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitItem_2) == 0x000420, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ElementIndex_2) == 0x000424, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_FaceIndex_2) == 0x000428, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceStart_2) == 0x00042C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceEnd_2) == 0x000438, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_9) == 0x000444, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_10) == 0x000445, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_11) == 0x000446, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate_3) == 0x000448, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_OnInteractionStart_ReturnValue_2) == 0x000458, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_OnInteractionStart_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_12) == 0x000459, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00045C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_Hit) == 0x000468, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_Event_PlayerCharacter) == 0x0004F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0004F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0004F9, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Time_3) == 0x0004FC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Distance_3) == 0x000500, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Location_3) == 0x000504, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactPoint_3) == 0x000510, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_Normal_3) == 0x00051C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ImpactNormal_3) == 0x000528, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_PhysMat_3) == 0x000538, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitActor_3) == 0x000540, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitComponent_3) == 0x000548, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitBoneName_3) == 0x000550, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_HitItem_3) == 0x000558, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_ElementIndex_3) == 0x00055C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_FaceIndex_3) == 0x000560, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceStart_3) == 0x000564, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_BreakHitResult_TraceEnd_3) == 0x000570, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_13) == 0x00057C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_14) == 0x00057D, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_15) == 0x00057E, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_OnInteractionStart_ReturnValue_3) == 0x00057F, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_OnInteractionStart_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_16) == 0x000580, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000584, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_5) == 0x000590, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate_4) == 0x000594, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue) == 0x0005A8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_1) == 0x0005B0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_1) == 0x0005B8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_2) == 0x0005B9, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_2) == 0x0005C0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_3) == 0x0005C8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_3) == 0x0005D0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_4) == 0x0005D1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetLocomotive_ReturnValue) == 0x0005D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetLocomotive_ReturnValue_1) == 0x0005E0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetMovementComponent_ReturnValue) == 0x0005E8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_5) == 0x0005F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_VSize_ReturnValue) == 0x0005F4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x0005F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_2) == 0x000600, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_MathExpression_ReturnValue) == 0x000604, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MakeRotator_ReturnValue) == 0x000608, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_4) == 0x000618, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000620, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_6) == 0x0006A8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetLocomotive_ReturnValue_2) == 0x0006B0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetLocomotive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_7) == 0x0006B8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x0006C0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_3) == 0x0006C8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_5) == 0x0006D0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_6) == 0x0006D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_8) == 0x0006E0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_9) == 0x0006E1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetLocomotive_ReturnValue_3) == 0x0006E8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetLocomotive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_10) == 0x0006F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetMovementComponent_ReturnValue_1) == 0x0006F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000700, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_4) == 0x000708, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_7) == 0x000710, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_11) == 0x000718, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_8) == 0x000720, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_9) == 0x000728, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_SwitchEnum_CmpSuccess_4) == 0x000730, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_12) == 0x000731, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_10) == 0x000738, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_13) == 0x000740, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrainCategory_ReturnValue) == 0x000741, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000742, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_CreateDelegate_OutputDelegate_5) == 0x000744, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_11) == 0x000758, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_6) == 0x000760, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_14) == 0x000761, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrainCategory_ReturnValue_1) == 0x000762, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrainCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000763, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_12) == 0x000768, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_15) == 0x000770, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrainCategory_ReturnValue_2) == 0x000771, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrainCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_13) == 0x000778, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000780, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_16) == 0x000781, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrainCategory_ReturnValue_3) == 0x000782, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrainCategory_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000783, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetAllActorsOfClass_OutActors) == 0x000788, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000798, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Array_Get_Item) == 0x0007A8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Array_Get_Item_1) == 0x0007B0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetController_ReturnValue) == 0x0007B8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetController_ReturnValue_1) == 0x0007C0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0007C8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_5) == 0x0007D0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x0007D8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, K2Node_DynamicCast_bSuccess_6) == 0x0007E0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsStandingOnLocomotive_ReturnValue) == 0x0007E1, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsStandingOnLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsStandingOnLocomotive_ReturnValue_1) == 0x0007E2, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsStandingOnLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Array_Length_ReturnValue) == 0x0007E4, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Array_Length_ReturnValue_1) == 0x0007E8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Less_IntInt_ReturnValue) == 0x0007EC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Less_IntInt_ReturnValue_1) == 0x0007ED, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetPlayerTrain_ReturnValue) == 0x0007F0, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, Temp_byte_Variable_7) == 0x0007F8, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetTrainSpeed_ReturnValue) == 0x0007FC, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000800, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000804, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000805, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x000806, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue) == 0x000807, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000808, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_1) == 0x00080C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_IntInt_ReturnValue_3) == 0x000810, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_2) == 0x000814, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Add_IntInt_ReturnValue_4) == 0x000818, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetMaterial_ReturnValue) == 0x000820, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_17) == 0x000828, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000830, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_18) == 0x000838, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_19) == 0x000839, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_20) == 0x00083A, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_21) == 0x00083B, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetFuel_ReturnValue) == 0x00083C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetUnlockedFuelSlotsAmount_ReturnValue) == 0x000840, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetUnlockedFuelSlotsAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_22) == 0x000844, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000848, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MapRangeClamped_ReturnValue) == 0x00084C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_14) == 0x000850, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_23) == 0x000858, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetTrainSpeed_ReturnValue_1) == 0x00085C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetTrainSpeed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_NormalizeToRange_ReturnValue) == 0x000860, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_FClamp_ReturnValue) == 0x000864, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MakeRotator_ReturnValue_1) == 0x000868, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetParentTrain_ReturnValue_15) == 0x000878, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetParentTrain_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_Multiply_RotatorFloat_ReturnValue) == 0x000880, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_Multiply_RotatorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_24) == 0x00088C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000890, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetTrainSpeed_ReturnValue_2) == 0x000918, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetTrainSpeed_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00091C, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_GetMaterial_ReturnValue_1) == 0x000920, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000928, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine, CallFunc_IsValid_ReturnValue_25) == 0x000930, "Member 'WagonModule_TeslaEngine_C_ExecuteUbergraph_WagonModule_TeslaEngine::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnUseNoFloor \ static_assert(alignof(WagonModule_TeslaEngine_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_TeslaEngine_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_TeslaEngine_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnUseDisabled \ static_assert(alignof(WagonModule_TeslaEngine_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_TeslaEngine_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_TeslaEngine_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnUseBroken \ static_assert(alignof(WagonModule_TeslaEngine_C_OnUseBroken) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_OnUseBroken"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnUseBroken) == 0x000090, "Wrong size on WagonModule_TeslaEngine_C_OnUseBroken"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseBroken, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'WagonModule_TeslaEngine_C_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_UpdateAccelerationState \ static_assert(alignof(WagonModule_TeslaEngine_C_UpdateAccelerationState) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_UpdateAccelerationState"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_UpdateAccelerationState) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_UpdateAccelerationState"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateAccelerationState, NewState) == 0x000000, "Member 'WagonModule_TeslaEngine_C_UpdateAccelerationState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnTrainEngineState_Event \ static_assert(alignof(WagonModule_TeslaEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_OnTrainEngineState_Event"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_OnTrainEngineState_Event"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnTrainEngineState_Event, State) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnTrainEngineState_Event::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event \ static_assert(alignof(WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event, NewTrainMovementDirection) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnTrainMovementDirectionUpdated_Event::NewTrainMovementDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnBrakeUpdated_Event \ static_assert(alignof(WagonModule_TeslaEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_OnBrakeUpdated_Event"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_OnBrakeUpdated_Event"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnBrakeUpdated_Event, bNewValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnBrakeUpdated_Event::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_TeslaEngine_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_TeslaEngine_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_TeslaEngine_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_TeslaEngine_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnUseBuild \ static_assert(alignof(WagonModule_TeslaEngine_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_TeslaEngine_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_TeslaEngine_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0 \ static_assert(alignof(WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0) == 0x000004, "Wrong alignment on WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0) == 0x00000C, "Wrong size on WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0, TypeInfo) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0, UpdateType) == 0x000008, "Member 'WagonModule_TeslaEngine_C_OnVoidTechUpdated_Event_0::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnBurstUpdatedEvent \ static_assert(alignof(WagonModule_TeslaEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_OnBurstUpdatedEvent"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_OnBurstUpdatedEvent"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnBurstUpdatedEvent, bUpdatedValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnBurstUpdatedEvent::bUpdatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_ReceiveTick \ static_assert(alignof(WagonModule_TeslaEngine_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_TeslaEngine_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_TeslaEngine_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_TeslaEngine_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_GetItemSelection \ static_assert(alignof(WagonModule_TeslaEngine_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_GetItemSelection) == 0x000300, "Wrong size on WagonModule_TeslaEngine_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00013C, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00013D, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time_1) == 0x000140, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance_1) == 0x000144, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location_1) == 0x000148, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000154, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal_1) == 0x000160, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00016C, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat_1) == 0x000178, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor_1) == 0x000180, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent_1) == 0x000188, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName_1) == 0x000190, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem_1) == 0x000198, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex_1) == 0x00019C, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex_1) == 0x0001A0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart_1) == 0x0001A4, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd_1) == 0x0001B0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_Is_Blockedby_Miasm_Result) == 0x0001BC, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_Is_Blockedby_Miasm_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue) == 0x0001BD, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0001C0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0001C8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0001D2, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D3, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0001D4, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_1) == 0x0001D8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0001E0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_2) == 0x0001E1, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_2) == 0x0001E8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001F0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_3) == 0x0001F1, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_3) == 0x0001F2, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F3, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001F4, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001F5, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001F6, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001F7, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_4) == 0x0001F8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001F9, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetState_ReturnValue) == 0x0001FA, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0001FB, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0001FC, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000200, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000218, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000258, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_5) == 0x000259, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000260, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000270, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000288, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_4) == 0x0002C8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, K2Node_MakeArray_Array) == 0x0002D0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x0002E0, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x0002F8, "Member 'WagonModule_TeslaEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_GetItemDurability \ static_assert(alignof(WagonModule_TeslaEngine_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_TeslaEngine_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_TeslaEngine_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_Toggle_Break \ static_assert(alignof(WagonModule_TeslaEngine_C_Toggle_Break) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_Toggle_Break"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_Toggle_Break) == 0x000008, "Wrong size on WagonModule_TeslaEngine_C_Toggle_Break"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Toggle_Break, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_Toggle_Break::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_ToggleTransmission \ static_assert(alignof(WagonModule_TeslaEngine_C_ToggleTransmission) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_ToggleTransmission"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_ToggleTransmission) == 0x000008, "Wrong size on WagonModule_TeslaEngine_C_ToggleTransmission"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_ToggleTransmission, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_ToggleTransmission::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OpenUI \ static_assert(alignof(WagonModule_TeslaEngine_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_OpenUI"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OpenUI) == 0x000020, "Wrong size on WagonModule_TeslaEngine_C_OpenUI"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OpenUI, Character) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OpenUI::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OpenUI, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000008, "Member 'WagonModule_TeslaEngine_C_OpenUI::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_TeslaEngine_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_UpdateFrontwall \ static_assert(alignof(WagonModule_TeslaEngine_C_UpdateFrontwall) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_UpdateFrontwall"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_UpdateFrontwall) == 0x0000D8, "Wrong size on WagonModule_TeslaEngine_C_UpdateFrontwall"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, Temp_float_Variable) == 0x000000, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, Temp_float_Variable_1) == 0x000004, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, Temp_float_Variable_2) == 0x000008, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, Temp_byte_Variable) == 0x00000C, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_GetLocationOffsetToWagon_ReturnValue) == 0x000010, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_GetLocationOffsetToWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, K2Node_Select_Default) == 0x00001C, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_X) == 0x000020, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y) == 0x000024, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z) == 0x000028, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_X_1) == 0x000030, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y_1) == 0x000034, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z_1) == 0x000038, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_WallSettings) == 0x000048, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_WallSettings' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_ReturnValue) == 0x0000C0, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_GetFrontwallMesh_Mesh) == 0x0000C8, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_GetFrontwallMesh_Mesh' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D1, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_UpdateFrontwall, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'WagonModule_TeslaEngine_C_UpdateFrontwall::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh \ static_assert(alignof(WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong size on WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnRep_FrontWallStaticMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation \ static_assert(alignof(WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation) == 0x000004, "Wrong alignment on WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation) == 0x000088, "Wrong size on WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000000, "Member 'WagonModule_TeslaEngine_C_OnRep_FrontWallRelativeLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank \ static_assert(alignof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank) == 0x000001, "Wrong alignment on WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank) == 0x000009, "Wrong size on WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000000, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000001, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000002, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_1) == 0x000004, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000005, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000006, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000008, "Member 'WagonModule_TeslaEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank \ static_assert(alignof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank) == 0x000010, "Wrong alignment on WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank) == 0x000070, "Wrong size on WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, targetMeshComponent) == 0x000000, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::targetMeshComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000018, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000030, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000060, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank, K2Node_SwitchInteger_CmpSuccess) == 0x000068, "Member 'WagonModule_TeslaEngine_C_Explode_Ai_Engine_Tank::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_CanUse \ static_assert(alignof(WagonModule_TeslaEngine_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_CanUse"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_CanUse) == 0x000098, "Wrong size on WagonModule_TeslaEngine_C_CanUse"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_TeslaEngine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_TeslaEngine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_TeslaEngine_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, CallFunc_IsBlockedByQuest_bReturnValue) == 0x000091, "Member 'WagonModule_TeslaEngine_C_CanUse::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x000092, "Member 'WagonModule_TeslaEngine_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'WagonModule_TeslaEngine_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'WagonModule_TeslaEngine_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_Is_Blockedby_Miasm \ static_assert(alignof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_Is_Blockedby_Miasm"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm) == 0x000028, "Wrong size on WagonModule_TeslaEngine_C_Is_Blockedby_Miasm"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, Result) == 0x000000, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000010, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, CallFunc_GetActiveMiasmAmount_ReturnValue) == 0x00001C, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::CallFunc_GetActiveMiasmAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_Is_Blockedby_Miasm, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_TeslaEngine_C_Is_Blockedby_Miasm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_TeslaEngine_C_GetInteractionComponent \ static_assert(alignof(WagonModule_TeslaEngine_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_TeslaEngine_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_TeslaEngine_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_TeslaEngine_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_TeslaEngine_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_TeslaEngine_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_TeslaEngine_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_TeslaEngine_C \ static_assert(alignof(AWagonModule_TeslaEngine_C) == 0x000008, "Wrong alignment on AWagonModule_TeslaEngine_C"); \ static_assert(sizeof(AWagonModule_TeslaEngine_C) == 0x0007A0, "Wrong size on AWagonModule_TeslaEngine_C"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, UberGraphFrame_WagonModule_TeslaEngine_C) == 0x000628, "Member 'AWagonModule_TeslaEngine_C::UberGraphFrame_WagonModule_TeslaEngine_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Reactor) == 0x000630, "Member 'AWagonModule_TeslaEngine_C::Engine_Reactor' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Sound_Idle) == 0x000638, "Member 'AWagonModule_TeslaEngine_C::Engine_Sound_Idle' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Rotor_02) == 0x000640, "Member 'AWagonModule_TeslaEngine_C::Rotor_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Rotor_01) == 0x000648, "Member 'AWagonModule_TeslaEngine_C::Rotor_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, RotorRoot) == 0x000650, "Member 'AWagonModule_TeslaEngine_C::RotorRoot' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, SpeedArrow) == 0x000658, "Member 'AWagonModule_TeslaEngine_C::SpeedArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Transmission_Collision) == 0x000660, "Member 'AWagonModule_TeslaEngine_C::Transmission_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Brake_Collision) == 0x000668, "Member 'AWagonModule_TeslaEngine_C::Brake_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Frontwall) == 0x000670, "Member 'AWagonModule_TeslaEngine_C::Frontwall' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, InteractionWidget_Beep) == 0x000678, "Member 'AWagonModule_TeslaEngine_C::InteractionWidget_Beep' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, InteractionWidget_UI) == 0x000680, "Member 'AWagonModule_TeslaEngine_C::InteractionWidget_UI' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, InteractionWidget_Burst) == 0x000688, "Member 'AWagonModule_TeslaEngine_C::InteractionWidget_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, InteractionWidget_Transmission) == 0x000690, "Member 'AWagonModule_TeslaEngine_C::InteractionWidget_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, InteractionWidget_Brake) == 0x000698, "Member 'AWagonModule_TeslaEngine_C::InteractionWidget_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, FGInteraction) == 0x0006A0, "Member 'AWagonModule_TeslaEngine_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, TrainUI_Collision) == 0x0006A8, "Member 'AWagonModule_TeslaEngine_C::TrainUI_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Burst_Collision) == 0x0006B0, "Member 'AWagonModule_TeslaEngine_C::Burst_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, SpotLight) == 0x0006B8, "Member 'AWagonModule_TeslaEngine_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, BurstHandleSound) == 0x0006C0, "Member 'AWagonModule_TeslaEngine_C::BurstHandleSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, BurstSound) == 0x0006C8, "Member 'AWagonModule_TeslaEngine_C::BurstSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Horn) == 0x0006D0, "Member 'AWagonModule_TeslaEngine_C::Horn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Debug_Beep_Collision) == 0x0006D8, "Member 'AWagonModule_TeslaEngine_C::Debug_Beep_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Beep_Button) == 0x0006E0, "Member 'AWagonModule_TeslaEngine_C::Engine_Beep_Button' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, TransmissionSound) == 0x0006E8, "Member 'AWagonModule_TeslaEngine_C::TransmissionSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, BrakeSound) == 0x0006F0, "Member 'AWagonModule_TeslaEngine_C::BrakeSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Burst) == 0x0006F8, "Member 'AWagonModule_TeslaEngine_C::Engine_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Transmission) == 0x000700, "Member 'AWagonModule_TeslaEngine_C::Engine_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Brake) == 0x000708, "Member 'AWagonModule_TeslaEngine_C::Engine_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, S_Engine_Collision_01) == 0x000710, "Member 'AWagonModule_TeslaEngine_C::S_Engine_Collision_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Tank_03) == 0x000718, "Member 'AWagonModule_TeslaEngine_C::Engine_Tank_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Tank_02) == 0x000720, "Member 'AWagonModule_TeslaEngine_C::Engine_Tank_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Tank_01) == 0x000728, "Member 'AWagonModule_TeslaEngine_C::Engine_Tank_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, Engine_Panel) == 0x000730, "Member 'AWagonModule_TeslaEngine_C::Engine_Panel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, BrakeAnimationTime) == 0x000738, "Member 'AWagonModule_TeslaEngine_C::BrakeAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, TransmissionAnimationTime) == 0x00073C, "Member 'AWagonModule_TeslaEngine_C::TransmissionAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, TeslaEngineComponent) == 0x000740, "Member 'AWagonModule_TeslaEngine_C::TeslaEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, VoidTechManager) == 0x000748, "Member 'AWagonModule_TeslaEngine_C::VoidTechManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, PathSwitcher) == 0x000750, "Member 'AWagonModule_TeslaEngine_C::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, WagonMovementComponent) == 0x000758, "Member 'AWagonModule_TeslaEngine_C::WagonMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, BurstAnimationTime) == 0x000760, "Member 'AWagonModule_TeslaEngine_C::BurstAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, bHornIsPlaying) == 0x000764, "Member 'AWagonModule_TeslaEngine_C::bHornIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, bBrakeIsOn) == 0x000765, "Member 'AWagonModule_TeslaEngine_C::bBrakeIsOn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, bBurstAnimationPlaying) == 0x000766, "Member 'AWagonModule_TeslaEngine_C::bBurstAnimationPlaying' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, As_Generic_Locomotive) == 0x000768, "Member 'AWagonModule_TeslaEngine_C::As_Generic_Locomotive' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, FrontWallStaticMesh) == 0x000770, "Member 'AWagonModule_TeslaEngine_C::FrontWallStaticMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, FrontWallRelativeLocation) == 0x000778, "Member 'AWagonModule_TeslaEngine_C::FrontWallRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, bEnablePanel) == 0x000784, "Member 'AWagonModule_TeslaEngine_C::bEnablePanel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, TrainMaxStopSpeed) == 0x000788, "Member 'AWagonModule_TeslaEngine_C::TrainMaxStopSpeed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, UnlockedEngineSections) == 0x00078C, "Member 'AWagonModule_TeslaEngine_C::UnlockedEngineSections' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, DM_Indicators) == 0x000790, "Member 'AWagonModule_TeslaEngine_C::DM_Indicators' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_TeslaEngine_C, DM_Base) == 0x000798, "Member 'AWagonModule_TeslaEngine_C::DM_Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine \ static_assert(alignof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine"); \ static_assert(sizeof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine) == 0x000A08, "Wrong size on WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, EntryPoint) == 0x000000, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_bool_Variable) == 0x000008, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable) == 0x000010, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable_1) == 0x000024, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Loop_Counter_Variable_2) == 0x000028, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_bool_Variable_1) == 0x000038, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable) == 0x000039, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_Enable_2) == 0x000048, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_Enable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_Enable_1) == 0x000049, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_Enable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Select_Default) == 0x00004C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_Enable) == 0x000050, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_Enable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsTrain_Diesel_Engine_Component) == 0x000058, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsTrain_Diesel_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_bUpdatedValue) == 0x000070, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_bUpdatedValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetGameInstance_ReturnValue) == 0x000078, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsFGGame_Instance) == 0x000080, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_TypeInfo) == 0x00008C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_UpdateType) == 0x000094, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_Hit_3) == 0x000098, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_PlayerCharacter_3) == 0x000120, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bBlockingHit) == 0x000128, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bInitialOverlap) == 0x000129, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Time) == 0x00012C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Distance) == 0x000130, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Location) == 0x000134, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactPoint) == 0x000140, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Normal) == 0x00014C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactNormal) == 0x000158, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_PhysMat) == 0x000168, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitActor) == 0x000170, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitComponent) == 0x000178, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitBoneName) == 0x000180, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitItem) == 0x000188, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ElementIndex) == 0x00018C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_FaceIndex) == 0x000190, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceStart) == 0x000194, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceEnd) == 0x0001A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001AC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001AD, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001AE, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0001AF, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_int_Array_Index_Variable_2) == 0x0001B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_NewState) == 0x0001B4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_OldState) == 0x0001B5, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001B6, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0001B7, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0001B8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BooleanAND_ReturnValue_1) == 0x0001BA, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_bNewValue) == 0x0001BB, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_bNewValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_NewTrainMovementDirection) == 0x0001BC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_NewTrainMovementDirection' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_SwitchEnum_CmpSuccess) == 0x0001BD, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_1) == 0x0001BE, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate) == 0x0001C0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001E0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_2) == 0x0001F0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_X) == 0x0001F4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_Y) == 0x0001F8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_Z) == 0x0001FC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_FloatFloat_ReturnValue) == 0x000200, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MakeVector_ReturnValue) == 0x000204, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_X_1) == 0x000210, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_Y_1) == 0x000214, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakVector_Z_1) == 0x000218, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x00021C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000220, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MakeVector_ReturnValue_1) == 0x000224, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate_3) == 0x000230, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_OnInteractionStart_ReturnValue) == 0x000240, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_OnInteractionStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue) == 0x000241, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetFlameFuel_ReturnValue) == 0x000244, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetFlameFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_MathExpression_ReturnValue) == 0x000248, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MakeRotator_ReturnValue) == 0x00024C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_1) == 0x000258, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00025C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetWaterFuel_ReturnValue) == 0x0002E4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetWaterFuel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_3) == 0x0002E8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_MathExpression_ReturnValue_1) == 0x0002EC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MakeRotator_ReturnValue_1) == 0x0002F0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0002FC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_2) == 0x000384, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_3) == 0x000385, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MapRangeClamped_ReturnValue) == 0x000388, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_State) == 0x00038C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00038D, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00038E, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_SwitchEnum_CmpSuccess_1) == 0x00038F, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BooleanOR_ReturnValue) == 0x000390, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_NewState) == 0x000391, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Not_PreBool_ReturnValue) == 0x000392, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_ActivateState_ReturnValue) == 0x000393, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_ActivateState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_ActivateState_ReturnValue_1) == 0x000394, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_ActivateState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetState_ReturnValue) == 0x000395, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_SwitchEnum_CmpSuccess_2) == 0x000396, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Not_PreBool_ReturnValue_1) == 0x000397, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetState_ReturnValue_1) == 0x000398, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000399, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetState_ReturnValue_2) == 0x00039A, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00039B, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_4) == 0x00039C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable_2) == 0x0003A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CustomEvent_EngineIsWork) == 0x0003A4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CustomEvent_EngineIsWork' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_5) == 0x0003A5, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_4) == 0x0003A6, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_Hit_2) == 0x0003A8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_PlayerCharacter_2) == 0x000430, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000438, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000439, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Time_1) == 0x00043C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Distance_1) == 0x000440, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Location_1) == 0x000444, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000450, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Normal_1) == 0x00045C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000468, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_PhysMat_1) == 0x000478, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitActor_1) == 0x000480, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitComponent_1) == 0x000488, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitBoneName_1) == 0x000490, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitItem_1) == 0x000498, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ElementIndex_1) == 0x00049C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_FaceIndex_1) == 0x0004A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceStart_1) == 0x0004A4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceEnd_1) == 0x0004B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x0004BC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x0004BD, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x0004BE, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable_3) == 0x0004C0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Select_Default_1) == 0x0004C4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_OnInteractionStart_ReturnValue_1) == 0x0004C8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_OnInteractionStart_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004CC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_8) == 0x0004D8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_Hit_1) == 0x0004DC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_PlayerCharacter_1) == 0x000568, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000570, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000571, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Time_2) == 0x000574, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Distance_2) == 0x000578, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Location_2) == 0x00057C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000588, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Normal_2) == 0x000594, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0005A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_PhysMat_2) == 0x0005B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitActor_2) == 0x0005B8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitComponent_2) == 0x0005C0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitBoneName_2) == 0x0005C8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitItem_2) == 0x0005D0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ElementIndex_2) == 0x0005D4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_FaceIndex_2) == 0x0005D8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceStart_2) == 0x0005DC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceEnd_2) == 0x0005E8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_6) == 0x0005F4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_9) == 0x0005F5, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_10) == 0x0005F6, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_11) == 0x0005F7, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_OnInteractionStart_ReturnValue_2) == 0x0005F8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_OnInteractionStart_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_SwitchEnum_CmpSuccess_3) == 0x0005F9, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0005FC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_12) == 0x000608, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_Hit) == 0x00060C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Event_PlayerCharacter) == 0x000698, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0006A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0006A1, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Time_3) == 0x0006A4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Distance_3) == 0x0006A8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Location_3) == 0x0006AC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactPoint_3) == 0x0006B8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_Normal_3) == 0x0006C4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ImpactNormal_3) == 0x0006D0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_PhysMat_3) == 0x0006E0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitActor_3) == 0x0006E8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitComponent_3) == 0x0006F0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitBoneName_3) == 0x0006F8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_HitItem_3) == 0x000700, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_ElementIndex_3) == 0x000704, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_FaceIndex_3) == 0x000708, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceStart_3) == 0x00070C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_BreakHitResult_TraceEnd_3) == 0x000718, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_13) == 0x000724, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_14) == 0x000725, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_15) == 0x000726, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_OnInteractionStart_ReturnValue_3) == 0x000727, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_OnInteractionStart_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ObjectObject_ReturnValue_16) == 0x000728, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ObjectObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00072C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_byte_Variable_7) == 0x000738, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate_4) == 0x00073C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue) == 0x000750, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_1) == 0x000758, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_5) == 0x000760, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_6) == 0x000761, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_2) == 0x000768, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_3) == 0x000770, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_7) == 0x000778, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_8) == 0x000779, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetLocomotive_ReturnValue) == 0x000780, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetLocomotive_ReturnValue_1) == 0x000788, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetMovementComponent_ReturnValue) == 0x000790, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_9) == 0x000798, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_VSize_ReturnValue) == 0x00079C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x0007A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_2) == 0x0007A8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_MathExpression_ReturnValue_2) == 0x0007AC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_MakeRotator_ReturnValue_2) == 0x0007B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_4) == 0x0007C0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x0007C8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_10) == 0x000850, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetLocomotive_ReturnValue_2) == 0x000858, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetLocomotive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_11) == 0x000860, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsGeneric_Locomotive_1) == 0x000868, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsGeneric_Locomotive_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_3) == 0x000870, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_5) == 0x000878, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_6) == 0x000880, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_12) == 0x000888, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_13) == 0x000889, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetLocomotive_ReturnValue_3) == 0x000890, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetLocomotive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000898, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_7) == 0x0008A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x0008A8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_4) == 0x0008B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_14) == 0x0008B1, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_8) == 0x0008B8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_9) == 0x0008C0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_SwitchEnum_CmpSuccess_4) == 0x0008C8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_15) == 0x0008C9, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_10) == 0x0008D0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_16) == 0x0008D8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrainCategory_ReturnValue) == 0x0008D9, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrainCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0008DA, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_CreateDelegate_OutputDelegate_5) == 0x0008DC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_11) == 0x0008F0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_17) == 0x0008F8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrainCategory_ReturnValue_1) == 0x0008F9, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrainCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x0008FA, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_12) == 0x000900, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_18) == 0x000908, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrainCategory_ReturnValue_2) == 0x000909, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrainCategory_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x00090A, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable_4) == 0x00090C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrain_ReturnValue_13) == 0x000910, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrain_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsValid_ReturnValue_19) == 0x000918, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetParentTrainCategory_ReturnValue_3) == 0x000919, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetParentTrainCategory_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x00091A, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_float_Variable_5) == 0x00091C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetAllActorsOfClass_OutActors) == 0x000920, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, Temp_bool_Variable_2) == 0x000930, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Get_Item) == 0x000938, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetController_ReturnValue) == 0x000940, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_Select_Default_2) == 0x000948, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000950, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_5) == 0x000958, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsStandingOnLocomotive_ReturnValue) == 0x000959, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsStandingOnLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Length_ReturnValue) == 0x00095C, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Less_IntInt_ReturnValue) == 0x000960, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000968, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Get_Item_1) == 0x000978, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Length_ReturnValue_1) == 0x000980, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetController_ReturnValue_1) == 0x000988, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Less_IntInt_ReturnValue_1) == 0x000990, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x000998, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, K2Node_DynamicCast_bSuccess_6) == 0x0009A0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsStandingOnLocomotive_ReturnValue_1) == 0x0009A1, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsStandingOnLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetPlayerTrain_ReturnValue) == 0x0009A8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetTrainSpeed_ReturnValue) == 0x0009B0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetOverlappingComponents_OverlappingComponents) == 0x0009B8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetOverlappingComponents_OverlappingComponents' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x0009C8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Get_Item_2) == 0x0009D0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GetDisplayName_ReturnValue) == 0x0009D8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Array_Length_ReturnValue_2) == 0x0009E8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Less_IntInt_ReturnValue_2) == 0x0009EC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0009ED, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0009EE, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0009EF, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue) == 0x0009F0, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue_4) == 0x0009F4, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_1) == 0x0009F8, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_Add_IntInt_ReturnValue_5) == 0x0009FC, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine, CallFunc_IsVoidTechLearnedByType_ReturnValue_2) == 0x000A00, "Member 'WagonModule_DieselEngine_C_ExecuteUbergraph_WagonModule_DieselEngine::CallFunc_IsVoidTechLearnedByType_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnUseNoFloor \ static_assert(alignof(WagonModule_DieselEngine_C_OnUseNoFloor) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_OnUseNoFloor"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnUseNoFloor) == 0x000090, "Wrong size on WagonModule_DieselEngine_C_OnUseNoFloor"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseNoFloor, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnUseNoFloor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseNoFloor, PlayerCharacter) == 0x000088, "Member 'WagonModule_DieselEngine_C_OnUseNoFloor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnUseDisabled \ static_assert(alignof(WagonModule_DieselEngine_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_DieselEngine_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_DieselEngine_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnUseBroken \ static_assert(alignof(WagonModule_DieselEngine_C_OnUseBroken) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_OnUseBroken"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnUseBroken) == 0x000090, "Wrong size on WagonModule_DieselEngine_C_OnUseBroken"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseBroken, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnUseBroken::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseBroken, PlayerCharacter) == 0x000088, "Member 'WagonModule_DieselEngine_C_OnUseBroken::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnSmokeStateChange \ static_assert(alignof(WagonModule_DieselEngine_C_OnSmokeStateChange) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnSmokeStateChange"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnSmokeStateChange) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnSmokeStateChange"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnSmokeStateChange, EngineIsWork) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnSmokeStateChange::EngineIsWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_UpdateAccelerationState \ static_assert(alignof(WagonModule_DieselEngine_C_UpdateAccelerationState) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_UpdateAccelerationState"); \ static_assert(sizeof(WagonModule_DieselEngine_C_UpdateAccelerationState) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_UpdateAccelerationState"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateAccelerationState, NewState) == 0x000000, "Member 'WagonModule_DieselEngine_C_UpdateAccelerationState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnTrainEngineState_Event \ static_assert(alignof(WagonModule_DieselEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnTrainEngineState_Event"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnTrainEngineState_Event) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnTrainEngineState_Event"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnTrainEngineState_Event, State) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnTrainEngineState_Event::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event \ static_assert(alignof(WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event, NewTrainMovementDirection) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnTrainMovementDirectionUpdated_Event::NewTrainMovementDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnBrakeUpdated_Event \ static_assert(alignof(WagonModule_DieselEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnBrakeUpdated_Event"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnBrakeUpdated_Event) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnBrakeUpdated_Event"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnBrakeUpdated_Event, bNewValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnBrakeUpdated_Event::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_DieselEngine_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_DieselEngine_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_DieselEngine_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_DieselEngine_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_DieselEngine_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_DieselEngine_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnUseBuild \ static_assert(alignof(WagonModule_DieselEngine_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_DieselEngine_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_DieselEngine_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0 \ static_assert(alignof(WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0) == 0x000004, "Wrong alignment on WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0) == 0x00000C, "Wrong size on WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0, TypeInfo) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0::TypeInfo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0, UpdateType) == 0x000008, "Member 'WagonModule_DieselEngine_C_OnVoidTechUpdated_Event_0::UpdateType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnBurstUpdatedEvent \ static_assert(alignof(WagonModule_DieselEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnBurstUpdatedEvent"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnBurstUpdatedEvent) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnBurstUpdatedEvent"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnBurstUpdatedEvent, bUpdatedValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnBurstUpdatedEvent::bUpdatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_SmokeStage3 \ static_assert(alignof(WagonModule_DieselEngine_C_SmokeStage3) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_SmokeStage3"); \ static_assert(sizeof(WagonModule_DieselEngine_C_SmokeStage3) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_SmokeStage3"); \ static_assert(offsetof(WagonModule_DieselEngine_C_SmokeStage3, Enable) == 0x000000, "Member 'WagonModule_DieselEngine_C_SmokeStage3::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_SmokeStage2 \ static_assert(alignof(WagonModule_DieselEngine_C_SmokeStage2) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_SmokeStage2"); \ static_assert(sizeof(WagonModule_DieselEngine_C_SmokeStage2) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_SmokeStage2"); \ static_assert(offsetof(WagonModule_DieselEngine_C_SmokeStage2, Enable) == 0x000000, "Member 'WagonModule_DieselEngine_C_SmokeStage2::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_SmokeState1 \ static_assert(alignof(WagonModule_DieselEngine_C_SmokeState1) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_SmokeState1"); \ static_assert(sizeof(WagonModule_DieselEngine_C_SmokeState1) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_SmokeState1"); \ static_assert(offsetof(WagonModule_DieselEngine_C_SmokeState1, Enable) == 0x000000, "Member 'WagonModule_DieselEngine_C_SmokeState1::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_ReceiveTick \ static_assert(alignof(WagonModule_DieselEngine_C_ReceiveTick) == 0x000004, "Wrong alignment on WagonModule_DieselEngine_C_ReceiveTick"); \ static_assert(sizeof(WagonModule_DieselEngine_C_ReceiveTick) == 0x000004, "Wrong size on WagonModule_DieselEngine_C_ReceiveTick"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'WagonModule_DieselEngine_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_GetItemSelection \ static_assert(alignof(WagonModule_DieselEngine_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_DieselEngine_C_GetItemSelection) == 0x000300, "Wrong size on WagonModule_DieselEngine_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_DieselEngine_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_DieselEngine_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_DieselEngine_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B9, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000BC, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000C0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000C4, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000DC, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000F8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000100, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000108, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000110, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000118, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00011C, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000120, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000124, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000130, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00013C, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00013D, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Time_1) == 0x000140, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Distance_1) == 0x000144, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Location_1) == 0x000148, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000154, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_Normal_1) == 0x000160, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00016C, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat_1) == 0x000178, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitActor_1) == 0x000180, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent_1) == 0x000188, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName_1) == 0x000190, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_HitItem_1) == 0x000198, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex_1) == 0x00019C, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex_1) == 0x0001A0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart_1) == 0x0001A4, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd_1) == 0x0001B0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_Is_Blockedby_Miasm_Result) == 0x0001BC, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_Is_Blockedby_Miasm_Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsBlockedByQuest_bReturnValue) == 0x0001BD, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0001C0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue) == 0x0001C8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess) == 0x0001D2, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D3, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0001D4, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_1) == 0x0001D8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0001E0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_2) == 0x0001E1, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetParentTrain_ReturnValue_2) == 0x0001E8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetParentTrain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001F0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_3) == 0x0001F1, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_3) == 0x0001F2, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F3, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001F4, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001F5, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001F6, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001F7, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_4) == 0x0001F8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001F9, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetState_ReturnValue) == 0x0001FA, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0001FB, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0001FC, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000200, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x000218, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x000258, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_IsValid_ReturnValue_5) == 0x000259, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x000260, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000270, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000288, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_SwitchEnum_CmpSuccess_4) == 0x0002C8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, K2Node_MakeArray_Array) == 0x0002D0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x0002E0, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x0002F8, "Member 'WagonModule_DieselEngine_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_GetItemDurability \ static_assert(alignof(WagonModule_DieselEngine_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_DieselEngine_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_DieselEngine_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_DieselEngine_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_DieselEngine_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_DieselEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_DieselEngine_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_DieselEngine_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_DieselEngine_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_Toggle_Break \ static_assert(alignof(WagonModule_DieselEngine_C_Toggle_Break) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_Toggle_Break"); \ static_assert(sizeof(WagonModule_DieselEngine_C_Toggle_Break) == 0x000008, "Wrong size on WagonModule_DieselEngine_C_Toggle_Break"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Toggle_Break, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_Toggle_Break::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_ToggleTransmission \ static_assert(alignof(WagonModule_DieselEngine_C_ToggleTransmission) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_ToggleTransmission"); \ static_assert(sizeof(WagonModule_DieselEngine_C_ToggleTransmission) == 0x000008, "Wrong size on WagonModule_DieselEngine_C_ToggleTransmission"); \ static_assert(offsetof(WagonModule_DieselEngine_C_ToggleTransmission, CallFunc_GetParentTrain_ReturnValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_ToggleTransmission::CallFunc_GetParentTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OpenUI \ static_assert(alignof(WagonModule_DieselEngine_C_OpenUI) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_OpenUI"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OpenUI) == 0x000020, "Wrong size on WagonModule_DieselEngine_C_OpenUI"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OpenUI, Character) == 0x000000, "Member 'WagonModule_DieselEngine_C_OpenUI::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OpenUI, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000008, "Member 'WagonModule_DieselEngine_C_OpenUI::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OpenUI, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_DieselEngine_C_OpenUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_UpdateFrontwall \ static_assert(alignof(WagonModule_DieselEngine_C_UpdateFrontwall) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_UpdateFrontwall"); \ static_assert(sizeof(WagonModule_DieselEngine_C_UpdateFrontwall) == 0x0000E0, "Wrong size on WagonModule_DieselEngine_C_UpdateFrontwall"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, Temp_float_Variable) == 0x000000, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, Temp_float_Variable_1) == 0x000004, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, Temp_float_Variable_2) == 0x000008, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, Temp_byte_Variable) == 0x00000C, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_GetLocationOffsetToWagon_ReturnValue) == 0x000010, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_GetLocationOffsetToWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_X) == 0x00001C, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y) == 0x000020, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z) == 0x000024, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_X_1) == 0x000028, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_Y_1) == 0x00002C, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BreakVector_Z_1) == 0x000030, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, K2Node_Select_Default) == 0x000038, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_WallSettings) == 0x000040, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_WallSettings' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_GetWagonWallSettings_ReturnValue) == 0x0000B8, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_GetWagonWallSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_MakeVector_ReturnValue) == 0x0000BC, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C8, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_GetFrontwallMesh_Mesh) == 0x0000D0, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_GetFrontwallMesh_Mesh' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_UpdateFrontwall, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'WagonModule_DieselEngine_C_UpdateFrontwall::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh \ static_assert(alignof(WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh) == 0x000001, "Wrong size on WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnRep_FrontWallStaticMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation \ static_assert(alignof(WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation) == 0x000004, "Wrong alignment on WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(sizeof(WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation) == 0x000088, "Wrong size on WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation"); \ static_assert(offsetof(WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000000, "Member 'WagonModule_DieselEngine_C_OnRep_FrontWallRelativeLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_Update_Ai_Engine_Tank \ static_assert(alignof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank) == 0x000001, "Wrong alignment on WagonModule_DieselEngine_C_Update_Ai_Engine_Tank"); \ static_assert(sizeof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank) == 0x000009, "Wrong size on WagonModule_DieselEngine_C_Update_Ai_Engine_Tank"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000000, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000001, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000002, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_1) == 0x000004, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000005, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000006, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_BooleanOR_ReturnValue_2) == 0x000007, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Update_Ai_Engine_Tank, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000008, "Member 'WagonModule_DieselEngine_C_Update_Ai_Engine_Tank::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank \ static_assert(alignof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank) == 0x000010, "Wrong alignment on WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank"); \ static_assert(sizeof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank) == 0x000070, "Wrong size on WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, targetMeshComponent) == 0x000000, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::targetMeshComponent' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000018, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000030, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000060, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank, K2Node_SwitchInteger_CmpSuccess) == 0x000068, "Member 'WagonModule_DieselEngine_C_Explode_Ai_Engine_Tank::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_CanUse \ static_assert(alignof(WagonModule_DieselEngine_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_CanUse"); \ static_assert(sizeof(WagonModule_DieselEngine_C_CanUse) == 0x000098, "Wrong size on WagonModule_DieselEngine_C_CanUse"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_DieselEngine_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_DieselEngine_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_DieselEngine_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, CallFunc_IsBlockedByQuest_bReturnValue) == 0x000091, "Member 'WagonModule_DieselEngine_C_CanUse::CallFunc_IsBlockedByQuest_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x000092, "Member 'WagonModule_DieselEngine_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'WagonModule_DieselEngine_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'WagonModule_DieselEngine_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_Is_Blockedby_Miasm \ static_assert(alignof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_Is_Blockedby_Miasm"); \ static_assert(sizeof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm) == 0x000028, "Wrong size on WagonModule_DieselEngine_C_Is_Blockedby_Miasm"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, Result) == 0x000000, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::Result' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_AsFGPlayer_Train) == 0x000010, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_AsFGPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, CallFunc_GetActiveMiasmAmount_ReturnValue) == 0x00001C, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::CallFunc_GetActiveMiasmAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_Is_Blockedby_Miasm, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WagonModule_DieselEngine_C_Is_Blockedby_Miasm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_DieselEngine_C_GetInteractionComponent \ static_assert(alignof(WagonModule_DieselEngine_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_DieselEngine_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_DieselEngine_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_DieselEngine_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_DieselEngine_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_DieselEngine_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_DieselEngine_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_DieselEngine_C \ static_assert(alignof(AWagonModule_DieselEngine_C) == 0x000008, "Wrong alignment on AWagonModule_DieselEngine_C"); \ static_assert(sizeof(AWagonModule_DieselEngine_C) == 0x0007D8, "Wrong size on AWagonModule_DieselEngine_C"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, UberGraphFrame_WagonModule_DieselEngine_C) == 0x000628, "Member 'AWagonModule_DieselEngine_C::UberGraphFrame_WagonModule_DieselEngine_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, StaticMesh) == 0x000630, "Member 'AWagonModule_DieselEngine_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, PathSwitcherQuestMark) == 0x000638, "Member 'AWagonModule_DieselEngine_C::PathSwitcherQuestMark' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Frontwall) == 0x000640, "Member 'AWagonModule_DieselEngine_C::Frontwall' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Diesel_Engine_Loop) == 0x000648, "Member 'AWagonModule_DieselEngine_C::Diesel_Engine_Loop' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, InteractionWidget_Beep) == 0x000650, "Member 'AWagonModule_DieselEngine_C::InteractionWidget_Beep' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, InteractionWidget_UI) == 0x000658, "Member 'AWagonModule_DieselEngine_C::InteractionWidget_UI' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, InteractionWidget_Burst) == 0x000660, "Member 'AWagonModule_DieselEngine_C::InteractionWidget_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, InteractionWidget_Transmission) == 0x000668, "Member 'AWagonModule_DieselEngine_C::InteractionWidget_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, InteractionWidget_Brake) == 0x000670, "Member 'AWagonModule_DieselEngine_C::InteractionWidget_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, S_Engine_2_Start_01) == 0x000678, "Member 'AWagonModule_DieselEngine_C::S_Engine_2_Start_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Acceleration_Collision) == 0x000680, "Member 'AWagonModule_DieselEngine_C::Acceleration_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Acceleration) == 0x000688, "Member 'AWagonModule_DieselEngine_C::Engine_Acceleration' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, FGInteraction) == 0x000690, "Member 'AWagonModule_DieselEngine_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, TrainUI_Collision) == 0x000698, "Member 'AWagonModule_DieselEngine_C::TrainUI_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Burst_Collision) == 0x0006A0, "Member 'AWagonModule_DieselEngine_C::Burst_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, SpotLight) == 0x0006A8, "Member 'AWagonModule_DieselEngine_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, BurstHandleSound) == 0x0006B0, "Member 'AWagonModule_DieselEngine_C::BurstHandleSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, BurstSound) == 0x0006B8, "Member 'AWagonModule_DieselEngine_C::BurstSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Horn) == 0x0006C0, "Member 'AWagonModule_DieselEngine_C::Horn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Debug_Beep_Collision) == 0x0006C8, "Member 'AWagonModule_DieselEngine_C::Debug_Beep_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Beep_Button) == 0x0006D0, "Member 'AWagonModule_DieselEngine_C::Engine_Beep_Button' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, TransmissionSound) == 0x0006D8, "Member 'AWagonModule_DieselEngine_C::TransmissionSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, BrakeSound) == 0x0006E0, "Member 'AWagonModule_DieselEngine_C::BrakeSound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Burst) == 0x0006E8, "Member 'AWagonModule_DieselEngine_C::Engine_Burst' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, WaterArrow) == 0x0006F0, "Member 'AWagonModule_DieselEngine_C::WaterArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, FuelArrow) == 0x0006F8, "Member 'AWagonModule_DieselEngine_C::FuelArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, SpeedArrow) == 0x000700, "Member 'AWagonModule_DieselEngine_C::SpeedArrow' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Transmission_Collision) == 0x000708, "Member 'AWagonModule_DieselEngine_C::Transmission_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Transmission) == 0x000710, "Member 'AWagonModule_DieselEngine_C::Engine_Transmission' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Brake_Collision) == 0x000718, "Member 'AWagonModule_DieselEngine_C::Brake_Collision' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Brake) == 0x000720, "Member 'AWagonModule_DieselEngine_C::Engine_Brake' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, S_Engine_Collision_01) == 0x000728, "Member 'AWagonModule_DieselEngine_C::S_Engine_Collision_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Indicators) == 0x000730, "Member 'AWagonModule_DieselEngine_C::Engine_Indicators' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Tank_03) == 0x000738, "Member 'AWagonModule_DieselEngine_C::Engine_Tank_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Tank_02) == 0x000740, "Member 'AWagonModule_DieselEngine_C::Engine_Tank_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Tank_01) == 0x000748, "Member 'AWagonModule_DieselEngine_C::Engine_Tank_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Panel) == 0x000750, "Member 'AWagonModule_DieselEngine_C::Engine_Panel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Front) == 0x000758, "Member 'AWagonModule_DieselEngine_C::Engine_Front' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, Engine_Back) == 0x000760, "Member 'AWagonModule_DieselEngine_C::Engine_Back' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, SmokeTube) == 0x000768, "Member 'AWagonModule_DieselEngine_C::SmokeTube' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, BrakeAnimationTime) == 0x000770, "Member 'AWagonModule_DieselEngine_C::BrakeAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, TransmissionAnimationTime) == 0x000774, "Member 'AWagonModule_DieselEngine_C::TransmissionAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, IndicatorsDynMat) == 0x000778, "Member 'AWagonModule_DieselEngine_C::IndicatorsDynMat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, DieselEngineComponent) == 0x000780, "Member 'AWagonModule_DieselEngine_C::DieselEngineComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, CoalDYNMat) == 0x000788, "Member 'AWagonModule_DieselEngine_C::CoalDYNMat' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, VoidTechManager) == 0x000790, "Member 'AWagonModule_DieselEngine_C::VoidTechManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, PathSwitcher) == 0x000798, "Member 'AWagonModule_DieselEngine_C::PathSwitcher' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, WagonMovementComponent) == 0x0007A0, "Member 'AWagonModule_DieselEngine_C::WagonMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, BurstAnimationTime) == 0x0007A8, "Member 'AWagonModule_DieselEngine_C::BurstAnimationTime' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, bHornIsPlaying) == 0x0007AC, "Member 'AWagonModule_DieselEngine_C::bHornIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, bBrakeIsOn) == 0x0007AD, "Member 'AWagonModule_DieselEngine_C::bBrakeIsOn' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, bBurstAnimationPlaying) == 0x0007AE, "Member 'AWagonModule_DieselEngine_C::bBurstAnimationPlaying' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, As_Generic_Locomotive) == 0x0007B0, "Member 'AWagonModule_DieselEngine_C::As_Generic_Locomotive' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, FrontWallStaticMesh) == 0x0007B8, "Member 'AWagonModule_DieselEngine_C::FrontWallStaticMesh' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, FrontWallRelativeLocation) == 0x0007C0, "Member 'AWagonModule_DieselEngine_C::FrontWallRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, bEnablePanel) == 0x0007CC, "Member 'AWagonModule_DieselEngine_C::bEnablePanel' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, TrainMaxStopSpeed) == 0x0007D0, "Member 'AWagonModule_DieselEngine_C::TrainMaxStopSpeed' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_DieselEngine_C, UnlockedEngineSections) == 0x0007D4, "Member 'AWagonModule_DieselEngine_C::UnlockedEngineSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2 \ static_assert(alignof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2) == 0x000004, "Wrong alignment on JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2"); \ static_assert(sizeof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2) == 0x000020, "Wrong size on JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, EntryPoint) == 0x000000, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_GetState_ReturnValue) == 0x000014, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000015, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000016, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000017, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000018, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, K2Node_CustomEvent_DoWork) == 0x00001A, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::K2Node_CustomEvent_DoWork' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_BooleanOR_ReturnValue_1) == 0x00001B, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'JanitorNest_T2_C_ExecuteUbergraph_JanitorNest_T2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_T2_C_ToggleVisual \ static_assert(alignof(JanitorNest_T2_C_ToggleVisual) == 0x000001, "Wrong alignment on JanitorNest_T2_C_ToggleVisual"); \ static_assert(sizeof(JanitorNest_T2_C_ToggleVisual) == 0x000001, "Wrong size on JanitorNest_T2_C_ToggleVisual"); \ static_assert(offsetof(JanitorNest_T2_C_ToggleVisual, DoWork) == 0x000000, "Member 'JanitorNest_T2_C_ToggleVisual::DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_T2_C_CreateMats \ static_assert(alignof(JanitorNest_T2_C_CreateMats) == 0x000008, "Wrong alignment on JanitorNest_T2_C_CreateMats"); \ static_assert(sizeof(JanitorNest_T2_C_CreateMats) == 0x000010, "Wrong size on JanitorNest_T2_C_CreateMats"); \ static_assert(offsetof(JanitorNest_T2_C_CreateMats, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'JanitorNest_T2_C_CreateMats::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'JanitorNest_T2_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JanitorNest_T2_C_GetModuleFeatures \ static_assert(alignof(JanitorNest_T2_C_GetModuleFeatures) == 0x000008, "Wrong alignment on JanitorNest_T2_C_GetModuleFeatures"); \ static_assert(sizeof(JanitorNest_T2_C_GetModuleFeatures) == 0x000A00, "Wrong size on JanitorNest_T2_C_GetModuleFeatures"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, Features) == 0x000000, "Member 'JanitorNest_T2_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue) == 0x000100, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000108, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000158, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000170, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000180, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x000220, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x000230, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x000238, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000250, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_6) == 0x000290, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_3) == 0x0002D0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_4) == 0x0002E0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_3) == 0x0002F0, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_4) == 0x000308, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_7) == 0x000320, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_8) == 0x000360, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_3) == 0x0003A0, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_4) == 0x0003A4, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003A8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_10) == 0x0003E8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_5) == 0x000428, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_6) == 0x000438, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_5) == 0x000448, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_6) == 0x000460, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_11) == 0x000478, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_12) == 0x0004B8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_7) == 0x0004F8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000508, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_7) == 0x000520, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_13) == 0x000538, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_14) == 0x000578, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_8) == 0x0005B8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0005C8, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_8) == 0x0005E0, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_15) == 0x0005F8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_16) == 0x000638, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_17) == 0x000678, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_9) == 0x0006B8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_18) == 0x0006C8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_9) == 0x000708, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_5) == 0x000720, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_6) == 0x000724, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_19) == 0x000728, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_20) == 0x000768, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_10) == 0x0007A8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_11) == 0x0007B8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_10) == 0x0007C8, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_11) == 0x0007E0, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_21) == 0x0007F8, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_22) == 0x000838, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_12) == 0x000878, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_12' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_23) == 0x000888, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_12) == 0x0008C8, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_13) == 0x0008E0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_13' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_24) == 0x0008F0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_13) == 0x000930, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_25) == 0x000948, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_25' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_14) == 0x000988, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_14' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_14) == 0x000998, "Member 'JanitorNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(JanitorNest_T2_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x0009B0, "Member 'JanitorNest_T2_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJanitorNest_T2_C \ static_assert(alignof(AJanitorNest_T2_C) == 0x000008, "Wrong alignment on AJanitorNest_T2_C"); \ static_assert(sizeof(AJanitorNest_T2_C) == 0x000728, "Wrong size on AJanitorNest_T2_C"); \ static_assert(offsetof(AJanitorNest_T2_C, UberGraphFrame_JanitorNest_T2_C) == 0x000710, "Member 'AJanitorNest_T2_C::UberGraphFrame_JanitorNest_T2_C' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_T2_C, DM_Lamp) == 0x000718, "Member 'AJanitorNest_T2_C::DM_Lamp' has a wrong offset!"); \ static_assert(offsetof(AJanitorNest_T2_C, HaveElectricity) == 0x000720, "Member 'AJanitorNest_T2_C::HaveElectricity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2 \ static_assert(alignof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2) == 0x000004, "Wrong alignment on BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2"); \ static_assert(sizeof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2) == 0x000020, "Wrong size on BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, EntryPoint) == 0x000000, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_GetState_ReturnValue) == 0x000005, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000006, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000018, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00001A, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x00001B, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, CallFunc_BooleanOR_ReturnValue_1) == 0x00001C, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2, K2Node_CustomEvent_DoWork) == 0x00001D, "Member 'BotanistNest_T2_C_ExecuteUbergraph_BotanistNest_T2::K2Node_CustomEvent_DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_T2_C_ToggleVisual \ static_assert(alignof(BotanistNest_T2_C_ToggleVisual) == 0x000001, "Wrong alignment on BotanistNest_T2_C_ToggleVisual"); \ static_assert(sizeof(BotanistNest_T2_C_ToggleVisual) == 0x000001, "Wrong size on BotanistNest_T2_C_ToggleVisual"); \ static_assert(offsetof(BotanistNest_T2_C_ToggleVisual, DoWork) == 0x000000, "Member 'BotanistNest_T2_C_ToggleVisual::DoWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_T2_C_CreateMats \ static_assert(alignof(BotanistNest_T2_C_CreateMats) == 0x000008, "Wrong alignment on BotanistNest_T2_C_CreateMats"); \ static_assert(sizeof(BotanistNest_T2_C_CreateMats) == 0x000010, "Wrong size on BotanistNest_T2_C_CreateMats"); \ static_assert(offsetof(BotanistNest_T2_C_CreateMats, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'BotanistNest_T2_C_CreateMats::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_CreateMats, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BotanistNest_T2_C_CreateMats::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BotanistNest_T2_C_GetModuleFeatures \ static_assert(alignof(BotanistNest_T2_C_GetModuleFeatures) == 0x000008, "Wrong alignment on BotanistNest_T2_C_GetModuleFeatures"); \ static_assert(sizeof(BotanistNest_T2_C_GetModuleFeatures) == 0x000828, "Wrong size on BotanistNest_T2_C_GetModuleFeatures"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, Features) == 0x000000, "Member 'BotanistNest_T2_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue) == 0x000050, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000100, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array) == 0x000118, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue) == 0x000168, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_1) == 0x000180, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_2) == 0x000190, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_2) == 0x0001B8, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D0, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_4) == 0x000210, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue) == 0x000250, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000254, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_5) == 0x000258, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_6) == 0x000298, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_3) == 0x0002D8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_4) == 0x0002E8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_3) == 0x0002F8, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_4) == 0x000310, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_7) == 0x000328, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_8) == 0x000368, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003A8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_10) == 0x0003E8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_5) == 0x000428, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_6) == 0x000438, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_5) == 0x000448, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_6) == 0x000460, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_11) == 0x000478, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_12) == 0x0004B8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_7) == 0x0004F8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_8) == 0x000508, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_7) == 0x000518, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_8) == 0x000530, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_13) == 0x000548, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_14) == 0x000588, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_15) == 0x0005C8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x000608, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_9) == 0x000610, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_16) == 0x000620, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_9) == 0x000660, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_10) == 0x000678, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_17) == 0x000688, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_10) == 0x0006C8, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_11) == 0x0006E0, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_11' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_18) == 0x0006F0, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_11) == 0x000730, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_12) == 0x000748, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_12' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_12) == 0x000758, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeStruct_FormatArgumentData_19) == 0x000770, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeArray_Array_13) == 0x0007B0, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeArray_Array_13' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, CallFunc_Format_ReturnValue_13) == 0x0007C0, "Member 'BotanistNest_T2_C_GetModuleFeatures::CallFunc_Format_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BotanistNest_T2_C_GetModuleFeatures, K2Node_MakeMap_Map) == 0x0007D8, "Member 'BotanistNest_T2_C_GetModuleFeatures::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABotanistNest_T2_C \ static_assert(alignof(ABotanistNest_T2_C) == 0x000008, "Wrong alignment on ABotanistNest_T2_C"); \ static_assert(sizeof(ABotanistNest_T2_C) == 0x000758, "Wrong size on ABotanistNest_T2_C"); \ static_assert(offsetof(ABotanistNest_T2_C, UberGraphFrame_BotanistNest_T2_C) == 0x000740, "Member 'ABotanistNest_T2_C::UberGraphFrame_BotanistNest_T2_C' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_T2_C, DM_Lamp) == 0x000748, "Member 'ABotanistNest_T2_C::DM_Lamp' has a wrong offset!"); \ static_assert(offsetof(ABotanistNest_T2_C, HaveElectricity) == 0x000750, "Member 'ABotanistNest_T2_C::HaveElectricity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bomber_IsDetonating_C_PerformConditionCheck \ static_assert(alignof(HTN_Bomber_IsDetonating_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_Bomber_IsDetonating_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_Bomber_IsDetonating_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_Bomber_IsDetonating_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, K2Node_DynamicCast_AsBomber) == 0x000020, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_IsDetonating_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_Bomber_IsDetonating_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_Bomber_IsDetonating_C \ static_assert(alignof(UHTN_Bomber_IsDetonating_C) == 0x000008, "Wrong alignment on UHTN_Bomber_IsDetonating_C"); \ static_assert(sizeof(UHTN_Bomber_IsDetonating_C) == 0x000088, "Wrong size on UHTN_Bomber_IsDetonating_C"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4 \ static_assert(alignof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4) == 0x000004, "Wrong alignment on WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4"); \ static_assert(sizeof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4) == 0x000008, "Wrong size on WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4"); \ static_assert(offsetof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4, EntryPoint) == 0x000000, "Member 'WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4, Temp_byte_Variable) == 0x000004, "Member 'WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4, Temp_byte_Variable_1) == 0x000005, "Member 'WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4, K2Node_Event_isBusy) == 0x000006, "Member 'WagonModule_ContainerT4_C_ExecuteUbergraph_WagonModule_ContainerT4::K2Node_Event_isBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT4_C_GetItemSelection_0 \ static_assert(alignof(WagonModule_ContainerT4_C_GetItemSelection_0) == 0x000008, "Wrong alignment on WagonModule_ContainerT4_C_GetItemSelection_0"); \ static_assert(sizeof(WagonModule_ContainerT4_C_GetItemSelection_0) == 0x0000E8, "Wrong size on WagonModule_ContainerT4_C_GetItemSelection_0"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, Hit) == 0x000000, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, Player) == 0x000088, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, SelectionText) == 0x000090, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, bDisableButton) == 0x0000A8, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, bIsInfoText) == 0x0000A9, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C8, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemSelection_0, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'WagonModule_ContainerT4_C_GetItemSelection_0::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT4_C_GetItemDurability \ static_assert(alignof(WagonModule_ContainerT4_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_ContainerT4_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_ContainerT4_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_ContainerT4_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_ContainerT4_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_ContainerT4_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_ContainerT4_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_ContainerT4_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_ContainerT4_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_ContainerT4_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT4_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT4_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT4_C_OnActorBusy \ static_assert(alignof(WagonModule_ContainerT4_C_OnActorBusy) == 0x000001, "Wrong alignment on WagonModule_ContainerT4_C_OnActorBusy"); \ static_assert(sizeof(WagonModule_ContainerT4_C_OnActorBusy) == 0x000001, "Wrong size on WagonModule_ContainerT4_C_OnActorBusy"); \ static_assert(offsetof(WagonModule_ContainerT4_C_OnActorBusy, IsBusy) == 0x000000, "Member 'WagonModule_ContainerT4_C_OnActorBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_ContainerT4_C \ static_assert(alignof(AWagonModule_ContainerT4_C) == 0x000008, "Wrong alignment on AWagonModule_ContainerT4_C"); \ static_assert(sizeof(AWagonModule_ContainerT4_C) == 0x0006D8, "Wrong size on AWagonModule_ContainerT4_C"); \ static_assert(offsetof(AWagonModule_ContainerT4_C, UberGraphFrame_WagonModule_ContainerT4_C) == 0x0006C8, "Member 'AWagonModule_ContainerT4_C::UberGraphFrame_WagonModule_ContainerT4_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ContainerT4_C, TrainInventory) == 0x0006D0, "Member 'AWagonModule_ContainerT4_C::TrainInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3 \ static_assert(alignof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3) == 0x000004, "Wrong alignment on WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3"); \ static_assert(sizeof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3) == 0x000008, "Wrong size on WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3"); \ static_assert(offsetof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3, EntryPoint) == 0x000000, "Member 'WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3, Temp_byte_Variable) == 0x000004, "Member 'WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3, Temp_byte_Variable_1) == 0x000005, "Member 'WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3, K2Node_Event_isBusy) == 0x000006, "Member 'WagonModule_ContainerT3_C_ExecuteUbergraph_WagonModule_ContainerT3::K2Node_Event_isBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT3_C_GetItemSelection_0 \ static_assert(alignof(WagonModule_ContainerT3_C_GetItemSelection_0) == 0x000008, "Wrong alignment on WagonModule_ContainerT3_C_GetItemSelection_0"); \ static_assert(sizeof(WagonModule_ContainerT3_C_GetItemSelection_0) == 0x0000E8, "Wrong size on WagonModule_ContainerT3_C_GetItemSelection_0"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, Hit) == 0x000000, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, Player) == 0x000088, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, SelectionText) == 0x000090, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, bDisableButton) == 0x0000A8, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, bIsInfoText) == 0x0000A9, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C8, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemSelection_0, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'WagonModule_ContainerT3_C_GetItemSelection_0::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT3_C_GetItemDurability \ static_assert(alignof(WagonModule_ContainerT3_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_ContainerT3_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_ContainerT3_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_ContainerT3_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_ContainerT3_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_ContainerT3_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_ContainerT3_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_ContainerT3_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_ContainerT3_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_ContainerT3_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT3_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT3_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT3_C_OnActorBusy \ static_assert(alignof(WagonModule_ContainerT3_C_OnActorBusy) == 0x000001, "Wrong alignment on WagonModule_ContainerT3_C_OnActorBusy"); \ static_assert(sizeof(WagonModule_ContainerT3_C_OnActorBusy) == 0x000001, "Wrong size on WagonModule_ContainerT3_C_OnActorBusy"); \ static_assert(offsetof(WagonModule_ContainerT3_C_OnActorBusy, IsBusy) == 0x000000, "Member 'WagonModule_ContainerT3_C_OnActorBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_ContainerT3_C \ static_assert(alignof(AWagonModule_ContainerT3_C) == 0x000008, "Wrong alignment on AWagonModule_ContainerT3_C"); \ static_assert(sizeof(AWagonModule_ContainerT3_C) == 0x0006D8, "Wrong size on AWagonModule_ContainerT3_C"); \ static_assert(offsetof(AWagonModule_ContainerT3_C, UberGraphFrame_WagonModule_ContainerT3_C) == 0x0006C8, "Member 'AWagonModule_ContainerT3_C::UberGraphFrame_WagonModule_ContainerT3_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ContainerT3_C, TrainInventory) == 0x0006D0, "Member 'AWagonModule_ContainerT3_C::TrainInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2 \ static_assert(alignof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2) == 0x000004, "Wrong alignment on WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2"); \ static_assert(sizeof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2) == 0x000008, "Wrong size on WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2"); \ static_assert(offsetof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2, EntryPoint) == 0x000000, "Member 'WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2, Temp_byte_Variable) == 0x000004, "Member 'WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2, Temp_byte_Variable_1) == 0x000005, "Member 'WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2, CallFunc_HasAuthority_ReturnValue) == 0x000006, "Member 'WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2, K2Node_Event_isBusy) == 0x000007, "Member 'WagonModule_ContainerT2_C_ExecuteUbergraph_WagonModule_ContainerT2::K2Node_Event_isBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT2_C_GetItemSelection_0 \ static_assert(alignof(WagonModule_ContainerT2_C_GetItemSelection_0) == 0x000008, "Wrong alignment on WagonModule_ContainerT2_C_GetItemSelection_0"); \ static_assert(sizeof(WagonModule_ContainerT2_C_GetItemSelection_0) == 0x0000E8, "Wrong size on WagonModule_ContainerT2_C_GetItemSelection_0"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, Hit) == 0x000000, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, Player) == 0x000088, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, SelectionText) == 0x000090, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, bDisableButton) == 0x0000A8, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, bIsInfoText) == 0x0000A9, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C8, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemSelection_0, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'WagonModule_ContainerT2_C_GetItemSelection_0::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT2_C_GetItemDurability \ static_assert(alignof(WagonModule_ContainerT2_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_ContainerT2_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_ContainerT2_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_ContainerT2_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_ContainerT2_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_ContainerT2_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_ContainerT2_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_ContainerT2_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_ContainerT2_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_ContainerT2_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT2_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT2_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT2_C_OnActorBusy \ static_assert(alignof(WagonModule_ContainerT2_C_OnActorBusy) == 0x000001, "Wrong alignment on WagonModule_ContainerT2_C_OnActorBusy"); \ static_assert(sizeof(WagonModule_ContainerT2_C_OnActorBusy) == 0x000001, "Wrong size on WagonModule_ContainerT2_C_OnActorBusy"); \ static_assert(offsetof(WagonModule_ContainerT2_C_OnActorBusy, IsBusy) == 0x000000, "Member 'WagonModule_ContainerT2_C_OnActorBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_ContainerT2_C \ static_assert(alignof(AWagonModule_ContainerT2_C) == 0x000008, "Wrong alignment on AWagonModule_ContainerT2_C"); \ static_assert(sizeof(AWagonModule_ContainerT2_C) == 0x0006D8, "Wrong size on AWagonModule_ContainerT2_C"); \ static_assert(offsetof(AWagonModule_ContainerT2_C, UberGraphFrame_WagonModule_ContainerT2_C) == 0x0006C8, "Member 'AWagonModule_ContainerT2_C::UberGraphFrame_WagonModule_ContainerT2_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ContainerT2_C, TrainInventory) == 0x0006D0, "Member 'AWagonModule_ContainerT2_C::TrainInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARailsTrainOverlapVolume_C \ static_assert(alignof(ARailsTrainOverlapVolume_C) == 0x000008, "Wrong alignment on ARailsTrainOverlapVolume_C"); \ static_assert(sizeof(ARailsTrainOverlapVolume_C) == 0x000240, "Wrong size on ARailsTrainOverlapVolume_C"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1 \ static_assert(alignof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1) == 0x000004, "Wrong alignment on WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1"); \ static_assert(sizeof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1) == 0x000008, "Wrong size on WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1"); \ static_assert(offsetof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1, EntryPoint) == 0x000000, "Member 'WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1, Temp_byte_Variable) == 0x000004, "Member 'WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1, Temp_byte_Variable_1) == 0x000005, "Member 'WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1, CallFunc_HasAuthority_ReturnValue) == 0x000006, "Member 'WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1, K2Node_Event_isBusy) == 0x000007, "Member 'WagonModule_ContainerT1_C_ExecuteUbergraph_WagonModule_ContainerT1::K2Node_Event_isBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT1_C_GetItemSelection_0 \ static_assert(alignof(WagonModule_ContainerT1_C_GetItemSelection_0) == 0x000008, "Wrong alignment on WagonModule_ContainerT1_C_GetItemSelection_0"); \ static_assert(sizeof(WagonModule_ContainerT1_C_GetItemSelection_0) == 0x0000E8, "Wrong size on WagonModule_ContainerT1_C_GetItemSelection_0"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, Hit) == 0x000000, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, Player) == 0x000088, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, SelectionText) == 0x000090, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, bDisableButton) == 0x0000A8, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, bIsInfoText) == 0x0000A9, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000C8, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemSelection_0, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'WagonModule_ContainerT1_C_GetItemSelection_0::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT1_C_GetItemDurability \ static_assert(alignof(WagonModule_ContainerT1_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_ContainerT1_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_ContainerT1_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_ContainerT1_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_ContainerT1_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_ContainerT1_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_ContainerT1_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_ContainerT1_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_ContainerT1_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_ContainerT1_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ContainerT1_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_ContainerT1_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ContainerT1_C_OnActorBusy \ static_assert(alignof(WagonModule_ContainerT1_C_OnActorBusy) == 0x000001, "Wrong alignment on WagonModule_ContainerT1_C_OnActorBusy"); \ static_assert(sizeof(WagonModule_ContainerT1_C_OnActorBusy) == 0x000001, "Wrong size on WagonModule_ContainerT1_C_OnActorBusy"); \ static_assert(offsetof(WagonModule_ContainerT1_C_OnActorBusy, IsBusy) == 0x000000, "Member 'WagonModule_ContainerT1_C_OnActorBusy::IsBusy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_ContainerT1_C \ static_assert(alignof(AWagonModule_ContainerT1_C) == 0x000008, "Wrong alignment on AWagonModule_ContainerT1_C"); \ static_assert(sizeof(AWagonModule_ContainerT1_C) == 0x0006D8, "Wrong size on AWagonModule_ContainerT1_C"); \ static_assert(offsetof(AWagonModule_ContainerT1_C, UberGraphFrame_WagonModule_ContainerT1_C) == 0x0006C8, "Member 'AWagonModule_ContainerT1_C::UberGraphFrame_WagonModule_ContainerT1_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ContainerT1_C, TrainInventory) == 0x0006D0, "Member 'AWagonModule_ContainerT1_C::TrainInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishPoisonousArea_C_ReapplyPoison \ static_assert(alignof(BoomFishPoisonousArea_C_ReapplyPoison) == 0x000008, "Wrong alignment on BoomFishPoisonousArea_C_ReapplyPoison"); \ static_assert(sizeof(BoomFishPoisonousArea_C_ReapplyPoison) == 0x000010, "Wrong size on BoomFishPoisonousArea_C_ReapplyPoison"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ReapplyPoison, Owner_0) == 0x000000, "Member 'BoomFishPoisonousArea_C_ReapplyPoison::Owner_0' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ReapplyPoison, Effect_0) == 0x000008, "Member 'BoomFishPoisonousArea_C_ReapplyPoison::Effect_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishPoisonousArea_C_ApplyEffect \ static_assert(alignof(BoomFishPoisonousArea_C_ApplyEffect) == 0x000008, "Wrong alignment on BoomFishPoisonousArea_C_ApplyEffect"); \ static_assert(sizeof(BoomFishPoisonousArea_C_ApplyEffect) == 0x000008, "Wrong size on BoomFishPoisonousArea_C_ApplyEffect"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ApplyEffect, Character) == 0x000000, "Member 'BoomFishPoisonousArea_C_ApplyEffect::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea \ static_assert(alignof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea) == 0x000008, "Wrong alignment on BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea"); \ static_assert(sizeof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea) == 0x000058, "Wrong size on BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, EntryPoint) == 0x000000, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_Event_Character) == 0x000008, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, CallFunc_CreateEffect_ReturnValue) == 0x000010, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::CallFunc_CreateEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, CallFunc_Start_ReturnValue) == 0x000028, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_DynamicCast_AsFGCharacter_Effect_Maintained) == 0x000030, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_DynamicCast_AsFGCharacter_Effect_Maintained' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_CustomEvent_Owner) == 0x000040, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_CustomEvent_Owner' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, K2Node_CustomEvent_Effect) == 0x000048, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::K2Node_CustomEvent_Effect' has a wrong offset!"); \ static_assert(offsetof(BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea, CallFunc_IsOverlappingActor_ReturnValue) == 0x000050, "Member 'BoomFishPoisonousArea_C_ExecuteUbergraph_BoomFishPoisonousArea::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoomFishPoisonousArea_C \ static_assert(alignof(ABoomFishPoisonousArea_C) == 0x000008, "Wrong alignment on ABoomFishPoisonousArea_C"); \ static_assert(sizeof(ABoomFishPoisonousArea_C) == 0x000260, "Wrong size on ABoomFishPoisonousArea_C"); \ static_assert(offsetof(ABoomFishPoisonousArea_C, UberGraphFrame) == 0x000248, "Member 'ABoomFishPoisonousArea_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABoomFishPoisonousArea_C, PoisonDamage) == 0x000250, "Member 'ABoomFishPoisonousArea_C::PoisonDamage' has a wrong offset!"); \ static_assert(offsetof(ABoomFishPoisonousArea_C, Effect) == 0x000258, "Member 'ABoomFishPoisonousArea_C::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_ExecuteUbergraph_InventoryV2 \ static_assert(alignof(InventoryV2_C_ExecuteUbergraph_InventoryV2) == 0x000008, "Wrong alignment on InventoryV2_C_ExecuteUbergraph_InventoryV2"); \ static_assert(sizeof(InventoryV2_C_ExecuteUbergraph_InventoryV2) == 0x000380, "Wrong size on InventoryV2_C_ExecuteUbergraph_InventoryV2"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, EntryPoint) == 0x000000, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_int_Variable) == 0x000010, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_int_Variable_1) == 0x000014, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000020, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_SlotAsScaleBoxSlot_ReturnValue) == 0x000028, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_SlotAsScaleBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_SlotAsScaleBoxSlot_ReturnValue_1) == 0x000030, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_SlotAsScaleBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000038, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_Key) == 0x000040, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_Key' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_KeyText) == 0x000041, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_KeyText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_PlaceholderIfNeed) == 0x000048, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_PlaceholderIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_ItemIfNeed) == 0x000050, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_ItemIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Can_Fast_Remove_CanFastRemove) == 0x000059, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Can_Fast_Remove_CanFastRemove' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_Placeholder) == 0x000060, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_MakeArray_Array) == 0x000070, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetAllChildren_ReturnValue) == 0x000088, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_K2_GetPawn_ReturnValue) == 0x0000A8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_Event_Type) == 0x0000B0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_Event_KeyText) == 0x0000B1, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_3) == 0x0000B2, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000B8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_HasAuthority_ReturnValue) == 0x0000C1, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_4) == 0x0000C2, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_object_Variable) == 0x0000D0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_object_Variable_1) == 0x0000D8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_object_Variable_2) == 0x0000E0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_byte_Variable) == 0x0000E8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_SpawnObject_ReturnValue) == 0x0000F8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_Select_Default) == 0x000100, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_InventoryPanel) == 0x000108, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_CellCoords_1) == 0x000110, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_CellCoords_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate) == 0x000118, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Length_ReturnValue_1) == 0x000128, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_CellCoords) == 0x00012C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_CellCoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000134, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GET_DATA_InventoryWidgets) == 0x000138, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GET_DATA_OK) == 0x000158, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00015C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_MakeVector2D_ReturnValue) == 0x000160, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000168, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GPI_Click_self_CastInput) == 0x000170, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GPI_Click_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000180, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_5) == 0x000181, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_6) == 0x000182, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GetDraggedWidget_ReturnWidget) == 0x000188, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_7) == 0x000190, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_struct_Variable) == 0x000198, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Create_ReturnValue) == 0x0001B0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001B8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_8) == 0x0001C8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001CC, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_int_Variable_2) == 0x0001DC, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001E0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Get_Item) == 0x0001E8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GPI_Unhover_self_CastInput) == 0x0001F0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GPI_Unhover_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Less_IntInt_ReturnValue) == 0x000200, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_ComponentBoundEvent_isHoveredNow) == 0x000201, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_ComponentBoundEvent_isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_ComponentBoundEvent_ItemIndex_1) == 0x000204, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_ComponentBoundEvent_ItemIndex_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Divide_IntInt_ReturnValue) == 0x000208, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00020C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_MakeVector2D_ReturnValue_1) == 0x000210, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000218, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_ComponentBoundEvent_ItemIndex) == 0x00021C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000220, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000224, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GET_DATA_InventoryWidgets_1) == 0x000228, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GET_DATA_InventoryWidgets_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GET_DATA_OK_1) == 0x000248, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GET_DATA_OK_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_MakeVector2D_ReturnValue_2) == 0x00024C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_AsGamepad_Interface) == 0x000258, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x00026C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000270, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_MakeVector2D_ReturnValue_3) == 0x000274, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_MakeVector2D_ReturnValue_4) == 0x00027C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_MakeVector2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_DropAction_bDropped) == 0x000284, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_DropAction_bDropped' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate_3) == 0x000288, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_Event_IsDesignTime) == 0x000298, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate_4) == 0x00029C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002AC, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_CustomEvent_Target) == 0x0002C0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_MakeArray_Array_1) == 0x0002C8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Get_Item_1) == 0x0002D8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Length_ReturnValue_2) == 0x0002E0, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x0002E8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, K2Node_DynamicCast_bSuccess_2) == 0x0002F8, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002F9, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Get_Item_2) == 0x000300, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_GPI_Unhover_self_CastInput_1) == 0x000308, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_GPI_Unhover_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Length_ReturnValue_3) == 0x000318, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsValid_ReturnValue_9) == 0x00031C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Less_IntInt_ReturnValue_2) == 0x00031D, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_struct_Variable_1) == 0x000320, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, Temp_int_Variable_3) == 0x000338, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00033C, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Add_IntInt_ReturnValue_3) == 0x000340, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Array_Get_Item_3) == 0x000348, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Less_IntInt_ReturnValue_3) == 0x000350, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000358, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_IsGamepadMode_Is_Gamepad_Mode_1) == 0x000360, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_IsGamepadMode_Is_Gamepad_Mode_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_PlayEvent2D_ReturnValue_2) == 0x000368, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Not_PreBool_ReturnValue) == 0x000370, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_Not_PreBool_ReturnValue_1) == 0x000371, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ExecuteUbergraph_InventoryV2, CallFunc_PlayEvent2D_ReturnValue_3) == 0x000378, "Member 'InventoryV2_C_ExecuteUbergraph_InventoryV2::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_DirectUnhoverAll \ static_assert(alignof(InventoryV2_C_DirectUnhoverAll) == 0x000008, "Wrong alignment on InventoryV2_C_DirectUnhoverAll"); \ static_assert(sizeof(InventoryV2_C_DirectUnhoverAll) == 0x000008, "Wrong size on InventoryV2_C_DirectUnhoverAll"); \ static_assert(offsetof(InventoryV2_C_DirectUnhoverAll, Target) == 0x000000, "Member 'InventoryV2_C_DirectUnhoverAll::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_PreConstruct \ static_assert(alignof(InventoryV2_C_PreConstruct) == 0x000001, "Wrong alignment on InventoryV2_C_PreConstruct"); \ static_assert(sizeof(InventoryV2_C_PreConstruct) == 0x000001, "Wrong size on InventoryV2_C_PreConstruct"); \ static_assert(offsetof(InventoryV2_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'InventoryV2_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature \ static_assert(alignof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_3_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature \ static_assert(alignof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature) == 0x000004, "Wrong alignment on InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature"); \ static_assert(sizeof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature) == 0x000008, "Wrong size on InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature"); \ static_assert(offsetof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature, isHoveredNow) == 0x000000, "Member 'InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature, ItemIndex) == 0x000004, "Member 'InventoryV2_C_BndEvt__InventoryV2_SlotsList_K2Node_ComponentBoundEvent_1_OnListItemHovered__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadClickOnCell \ static_assert(alignof(InventoryV2_C_GamepadClickOnCell) == 0x000004, "Wrong alignment on InventoryV2_C_GamepadClickOnCell"); \ static_assert(sizeof(InventoryV2_C_GamepadClickOnCell) == 0x000008, "Wrong size on InventoryV2_C_GamepadClickOnCell"); \ static_assert(offsetof(InventoryV2_C_GamepadClickOnCell, CellCoords) == 0x000000, "Member 'InventoryV2_C_GamepadClickOnCell::CellCoords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadHoverCell \ static_assert(alignof(InventoryV2_C_GamepadHoverCell) == 0x000004, "Wrong alignment on InventoryV2_C_GamepadHoverCell"); \ static_assert(sizeof(InventoryV2_C_GamepadHoverCell) == 0x000008, "Wrong size on InventoryV2_C_GamepadHoverCell"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverCell, CellCoords) == 0x000000, "Member 'InventoryV2_C_GamepadHoverCell::CellCoords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_FocuseGamepadOnPanel \ static_assert(alignof(InventoryV2_C_FocuseGamepadOnPanel) == 0x000008, "Wrong alignment on InventoryV2_C_FocuseGamepadOnPanel"); \ static_assert(sizeof(InventoryV2_C_FocuseGamepadOnPanel) == 0x000008, "Wrong size on InventoryV2_C_FocuseGamepadOnPanel"); \ static_assert(offsetof(InventoryV2_C_FocuseGamepadOnPanel, InventoryPanel) == 0x000000, "Member 'InventoryV2_C_FocuseGamepadOnPanel::InventoryPanel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_V2_Show_ButtonTips \ static_assert(alignof(InventoryV2_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on InventoryV2_C_V2_Show_ButtonTips"); \ static_assert(sizeof(InventoryV2_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on InventoryV2_C_V2_Show_ButtonTips"); \ static_assert(offsetof(InventoryV2_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'InventoryV2_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'InventoryV2_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_ShowActionHelp \ static_assert(alignof(InventoryV2_C_ShowActionHelp) == 0x000008, "Wrong alignment on InventoryV2_C_ShowActionHelp"); \ static_assert(sizeof(InventoryV2_C_ShowActionHelp) == 0x000008, "Wrong size on InventoryV2_C_ShowActionHelp"); \ static_assert(offsetof(InventoryV2_C_ShowActionHelp, Placeholder) == 0x000000, "Member 'InventoryV2_C_ShowActionHelp::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SetHelpKeyText \ static_assert(alignof(InventoryV2_C_SetHelpKeyText) == 0x000008, "Wrong alignment on InventoryV2_C_SetHelpKeyText"); \ static_assert(sizeof(InventoryV2_C_SetHelpKeyText) == 0x000018, "Wrong size on InventoryV2_C_SetHelpKeyText"); \ static_assert(offsetof(InventoryV2_C_SetHelpKeyText, Key) == 0x000000, "Member 'InventoryV2_C_SetHelpKeyText::Key' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetHelpKeyText, KeyText) == 0x000001, "Member 'InventoryV2_C_SetHelpKeyText::KeyText' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetHelpKeyText, PlaceholderIfNeed) == 0x000008, "Member 'InventoryV2_C_SetHelpKeyText::PlaceholderIfNeed' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetHelpKeyText, ItemIfNeed) == 0x000010, "Member 'InventoryV2_C_SetHelpKeyText::ItemIfNeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnKeyDown \ static_assert(alignof(InventoryV2_C_OnKeyDown) == 0x000008, "Wrong alignment on InventoryV2_C_OnKeyDown"); \ static_assert(sizeof(InventoryV2_C_OnKeyDown) == 0x0009C8, "Wrong size on InventoryV2_C_OnKeyDown"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'InventoryV2_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'InventoryV2_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'InventoryV2_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, Obj) == 0x000128, "Member 'InventoryV2_C_OnKeyDown::Obj' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, LocalPanel) == 0x000130, "Member 'InventoryV2_C_OnKeyDown::LocalPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, LocalInventory) == 0x000138, "Member 'InventoryV2_C_OnKeyDown::LocalInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, IsFromDND) == 0x000140, "Member 'InventoryV2_C_OnKeyDown::IsFromDND' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, LocalPlcaholder) == 0x000148, "Member 'InventoryV2_C_OnKeyDown::LocalPlcaholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_OnKeyDown_ReturnValue) == 0x000150, "Member 'InventoryV2_C_OnKeyDown::CallFunc_OnKeyDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000208, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetGamepadAction_Action) == 0x000220, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_ShowJournal_ReturnValue) == 0x000228, "Member 'InventoryV2_C_OnKeyDown::CallFunc_ShowJournal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_SwitchEnum_CmpSuccess) == 0x0002E0, "Member 'InventoryV2_C_OnKeyDown::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x0002E8, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000300, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue) == 0x000301, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetKey_ReturnValue_2) == 0x000308, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000320, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetKey_ReturnValue_3) == 0x000328, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000340, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000341, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000342, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000343, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000344, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000348, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetActionMapping_Bindings) == 0x000400, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetActionMapping_Bindings' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Array_Get_Item) == 0x000410, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetActionMapping_Bindings_1) == 0x000438, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetActionMapping_Bindings_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000448, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Array_Get_Item_1) == 0x000450, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x000478, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_1) == 0x000479, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x00047A, "Member 'InventoryV2_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_2) == 0x00047B, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_3) == 0x00047C, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_CanRotate_ReturnValue) == 0x00047D, "Member 'InventoryV2_C_OnKeyDown::CallFunc_CanRotate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_UnEquipItem_ReturnValue) == 0x000480, "Member 'InventoryV2_C_OnKeyDown::CallFunc_UnEquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_4) == 0x000538, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_EquipItem_ReturnValue) == 0x000540, "Member 'InventoryV2_C_OnKeyDown::CallFunc_EquipItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x0005F8, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x0006B0, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_5) == 0x000768, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000770, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_DynamicCast_AsFGCharacter) == 0x000778, "Member 'InventoryV2_C_OnKeyDown::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x000780, "Member 'InventoryV2_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_IsValid_ReturnValue_6) == 0x000781, "Member 'InventoryV2_C_OnKeyDown::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_SwitchEnum_CmpSuccess_1) == 0x000782, "Member 'InventoryV2_C_OnKeyDown::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x000788, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x000840, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_GetPlayerPawn_ReturnValue) == 0x0008F8, "Member 'InventoryV2_C_OnKeyDown::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000900, "Member 'InventoryV2_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0009B8, "Member 'InventoryV2_C_OnKeyDown::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x0009C0, "Member 'InventoryV2_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SetWideScreenPosition \ static_assert(alignof(InventoryV2_C_SetWideScreenPosition) == 0x000008, "Wrong alignment on InventoryV2_C_SetWideScreenPosition"); \ static_assert(sizeof(InventoryV2_C_SetWideScreenPosition) == 0x000078, "Wrong size on InventoryV2_C_SetWideScreenPosition"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, Widget) == 0x000000, "Member 'InventoryV2_C_SetWideScreenPosition::Widget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, IsWide) == 0x000008, "Member 'InventoryV2_C_SetWideScreenPosition::IsWide' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_GetViewportSize_ReturnValue) == 0x00000C, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_BreakVector2D_X) == 0x000014, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000020, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_GetSize_ReturnValue) == 0x00002C, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_BreakVector2D_X_1) == 0x000038, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_BreakVector2D_Y_1) == 0x00003C, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, K2Node_MakeStruct_Anchors) == 0x000040, "Member 'InventoryV2_C_SetWideScreenPosition::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000050, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000054, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, CallFunc_MakeVector2D_ReturnValue_1) == 0x00005C, "Member 'InventoryV2_C_SetWideScreenPosition::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetWideScreenPosition, K2Node_MakeStruct_Anchors_1) == 0x000064, "Member 'InventoryV2_C_SetWideScreenPosition::K2Node_MakeStruct_Anchors_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SetActionForSlots \ static_assert(alignof(InventoryV2_C_SetActionForSlots) == 0x000008, "Wrong alignment on InventoryV2_C_SetActionForSlots"); \ static_assert(sizeof(InventoryV2_C_SetActionForSlots) == 0x000040, "Wrong size on InventoryV2_C_SetActionForSlots"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, Placeholder) == 0x000000, "Member 'InventoryV2_C_SetActionForSlots::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, LocalPlaceholder_0) == 0x000008, "Member 'InventoryV2_C_SetActionForSlots::LocalPlaceholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, Temp_int_Array_Index_Variable) == 0x000010, "Member 'InventoryV2_C_SetActionForSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'InventoryV2_C_SetActionForSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_Array_Get_Item) == 0x000020, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_GetPlaceholder_ReturnValue) == 0x000030, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_CanPlace_ReturnValue) == 0x000038, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetActionForSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000039, "Member 'InventoryV2_C_SetActionForSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_CanSetToSlots \ static_assert(alignof(InventoryV2_C_CanSetToSlots) == 0x000008, "Wrong alignment on InventoryV2_C_CanSetToSlots"); \ static_assert(sizeof(InventoryV2_C_CanSetToSlots) == 0x000038, "Wrong size on InventoryV2_C_CanSetToSlots"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, LocalPlaceholder_0) == 0x000000, "Member 'InventoryV2_C_CanSetToSlots::LocalPlaceholder_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, Ok) == 0x000008, "Member 'InventoryV2_C_CanSetToSlots::Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, Slot_0) == 0x000010, "Member 'InventoryV2_C_CanSetToSlots::Slot_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, Temp_int_Array_Index_Variable) == 0x000018, "Member 'InventoryV2_C_CanSetToSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'InventoryV2_C_CanSetToSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'InventoryV2_C_CanSetToSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'InventoryV2_C_CanSetToSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, CallFunc_Array_Get_Item) == 0x000028, "Member 'InventoryV2_C_CanSetToSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'InventoryV2_C_CanSetToSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CanSetToSlots, CallFunc_CanPlace_ReturnValue) == 0x000031, "Member 'InventoryV2_C_CanSetToSlots::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_EquipItem \ static_assert(alignof(InventoryV2_C_EquipItem) == 0x000008, "Wrong alignment on InventoryV2_C_EquipItem"); \ static_assert(sizeof(InventoryV2_C_EquipItem) == 0x0004F8, "Wrong size on InventoryV2_C_EquipItem"); \ static_assert(offsetof(InventoryV2_C_EquipItem, ReturnValue) == 0x000000, "Member 'InventoryV2_C_EquipItem::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, LocalArray) == 0x0000B8, "Member 'InventoryV2_C_EquipItem::LocalArray' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, LocalPanel) == 0x0000C8, "Member 'InventoryV2_C_EquipItem::LocalPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, LocalInventory) == 0x0000D0, "Member 'InventoryV2_C_EquipItem::LocalInventory' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, LocalSlot) == 0x0000D8, "Member 'InventoryV2_C_EquipItem::LocalSlot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, IsFromDND) == 0x0000E0, "Member 'InventoryV2_C_EquipItem::IsFromDND' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, LocalPlcaholder) == 0x0000E8, "Member 'InventoryV2_C_EquipItem::LocalPlcaholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, Temp_int_Loop_Counter_Variable) == 0x0000F0, "Member 'InventoryV2_C_EquipItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Array_Length_ReturnValue) == 0x0000F4, "Member 'InventoryV2_C_EquipItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Add_IntInt_ReturnValue) == 0x0000F8, "Member 'InventoryV2_C_EquipItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'InventoryV2_C_EquipItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_CanSetToSlots_Ok) == 0x0000FD, "Member 'InventoryV2_C_EquipItem::CallFunc_CanSetToSlots_Ok' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_CanSetToSlots_Slot) == 0x000100, "Member 'InventoryV2_C_EquipItem::CallFunc_CanSetToSlots_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, Temp_int_Array_Index_Variable) == 0x000108, "Member 'InventoryV2_C_EquipItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Handled_ReturnValue) == 0x000110, "Member 'InventoryV2_C_EquipItem::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Array_Get_Item) == 0x0001C8, "Member 'InventoryV2_C_EquipItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_GetItemPlaceholders_ReturnValue) == 0x0001E0, "Member 'InventoryV2_C_EquipItem::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Handled_ReturnValue_1) == 0x0001F0, "Member 'InventoryV2_C_EquipItem::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002A8, "Member 'InventoryV2_C_EquipItem::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0002B0, "Member 'InventoryV2_C_EquipItem::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0002B8, "Member 'InventoryV2_C_EquipItem::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, K2Node_DynamicCast_bSuccess) == 0x0002C0, "Member 'InventoryV2_C_EquipItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_IsValid_ReturnValue) == 0x0002C1, "Member 'InventoryV2_C_EquipItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0002C2, "Member 'InventoryV2_C_EquipItem::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Handled_ReturnValue_2) == 0x0002C8, "Member 'InventoryV2_C_EquipItem::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Handled_ReturnValue_3) == 0x000380, "Member 'InventoryV2_C_EquipItem::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_Handled_ReturnValue_4) == 0x000438, "Member 'InventoryV2_C_EquipItem::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_IsValid_ReturnValue_1) == 0x0004F0, "Member 'InventoryV2_C_EquipItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_IsValid_ReturnValue_2) == 0x0004F1, "Member 'InventoryV2_C_EquipItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_EquipItem, CallFunc_IsValid_ReturnValue_3) == 0x0004F2, "Member 'InventoryV2_C_EquipItem::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_UnEquipItem \ static_assert(alignof(InventoryV2_C_UnEquipItem) == 0x000008, "Wrong alignment on InventoryV2_C_UnEquipItem"); \ static_assert(sizeof(InventoryV2_C_UnEquipItem) == 0x0003D0, "Wrong size on InventoryV2_C_UnEquipItem"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, ReturnValue) == 0x000000, "Member 'InventoryV2_C_UnEquipItem::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, IsFromDND) == 0x0000B8, "Member 'InventoryV2_C_UnEquipItem::IsFromDND' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, LocalPlcaholder) == 0x0000C0, "Member 'InventoryV2_C_UnEquipItem::LocalPlcaholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_Handled_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_UnEquipItem::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_Handled_ReturnValue_1) == 0x000180, "Member 'InventoryV2_C_UnEquipItem::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue) == 0x000238, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue_1) == 0x000239, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue_2) == 0x00023A, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_Handled_ReturnValue_2) == 0x000240, "Member 'InventoryV2_C_UnEquipItem::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0002F8, "Member 'InventoryV2_C_UnEquipItem::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000300, "Member 'InventoryV2_C_UnEquipItem::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, K2Node_DynamicCast_bSuccess) == 0x000308, "Member 'InventoryV2_C_UnEquipItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_Handled_ReturnValue_3) == 0x000310, "Member 'InventoryV2_C_UnEquipItem::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_CanPutToInventory_ReturnValue) == 0x0003C8, "Member 'InventoryV2_C_UnEquipItem::CallFunc_CanPutToInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue_3) == 0x0003C9, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue_4) == 0x0003CA, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UnEquipItem, CallFunc_IsValid_ReturnValue_5) == 0x0003CB, "Member 'InventoryV2_C_UnEquipItem::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Favorites_ADD \ static_assert(alignof(InventoryV2_C_Favorites_ADD) == 0x000008, "Wrong alignment on InventoryV2_C_Favorites_ADD"); \ static_assert(sizeof(InventoryV2_C_Favorites_ADD) == 0x000020, "Wrong size on InventoryV2_C_Favorites_ADD"); \ static_assert(offsetof(InventoryV2_C_Favorites_ADD, ItemClass) == 0x000000, "Member 'InventoryV2_C_Favorites_ADD::ItemClass' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_ADD, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_C_Favorites_ADD::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_ADD, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'InventoryV2_C_Favorites_ADD::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_ADD, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_C_Favorites_ADD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_ADD, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'InventoryV2_C_Favorites_ADD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Favorites_REMOVE \ static_assert(alignof(InventoryV2_C_Favorites_REMOVE) == 0x000008, "Wrong alignment on InventoryV2_C_Favorites_REMOVE"); \ static_assert(sizeof(InventoryV2_C_Favorites_REMOVE) == 0x000020, "Wrong size on InventoryV2_C_Favorites_REMOVE"); \ static_assert(offsetof(InventoryV2_C_Favorites_REMOVE, ItemClass) == 0x000000, "Member 'InventoryV2_C_Favorites_REMOVE::ItemClass' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_REMOVE, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_C_Favorites_REMOVE::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_REMOVE, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'InventoryV2_C_Favorites_REMOVE::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_REMOVE, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_C_Favorites_REMOVE::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_REMOVE, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'InventoryV2_C_Favorites_REMOVE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Favorites_IS_EXIST \ static_assert(alignof(InventoryV2_C_Favorites_IS_EXIST) == 0x000008, "Wrong alignment on InventoryV2_C_Favorites_IS_EXIST"); \ static_assert(sizeof(InventoryV2_C_Favorites_IS_EXIST) == 0x000040, "Wrong size on InventoryV2_C_Favorites_IS_EXIST"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, Item) == 0x000000, "Member 'InventoryV2_C_Favorites_IS_EXIST::Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, Is_Favorites) == 0x000008, "Member 'InventoryV2_C_Favorites_IS_EXIST::Is_Favorites' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'InventoryV2_C_Favorites_IS_EXIST::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'InventoryV2_C_Favorites_IS_EXIST::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'InventoryV2_C_Favorites_IS_EXIST::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'InventoryV2_C_Favorites_IS_EXIST::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, CallFunc_GetFavoriteItems_ReturnValue) == 0x000028, "Member 'InventoryV2_C_Favorites_IS_EXIST::CallFunc_GetFavoriteItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Favorites_IS_EXIST, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'InventoryV2_C_Favorites_IS_EXIST::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnDrop \ static_assert(alignof(InventoryV2_C_OnDrop) == 0x000008, "Wrong alignment on InventoryV2_C_OnDrop"); \ static_assert(sizeof(InventoryV2_C_OnDrop) == 0x0000D0, "Wrong size on InventoryV2_C_OnDrop"); \ static_assert(offsetof(InventoryV2_C_OnDrop, MyGeometry) == 0x000000, "Member 'InventoryV2_C_OnDrop::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, PointerEvent) == 0x000038, "Member 'InventoryV2_C_OnDrop::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, Operation) == 0x0000A8, "Member 'InventoryV2_C_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, ReturnValue) == 0x0000B0, "Member 'InventoryV2_C_OnDrop::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'InventoryV2_C_OnDrop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, CallFunc_IsValid_ReturnValue_1) == 0x0000B2, "Member 'InventoryV2_C_OnDrop::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, CallFunc_IsValid_ReturnValue_2) == 0x0000B3, "Member 'InventoryV2_C_OnDrop::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0000B8, "Member 'InventoryV2_C_OnDrop::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, K2Node_DynamicCast_AsFGCharacter) == 0x0000C0, "Member 'InventoryV2_C_OnDrop::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnDrop, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'InventoryV2_C_OnDrop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnPreviewKeyDown \ static_assert(alignof(InventoryV2_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on InventoryV2_C_OnPreviewKeyDown"); \ static_assert(sizeof(InventoryV2_C_OnPreviewKeyDown) == 0x000528, "Wrong size on InventoryV2_C_OnPreviewKeyDown"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'InventoryV2_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'InventoryV2_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'InventoryV2_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_OnPreviewKeyDown_ReturnValue) == 0x000128, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_OnPreviewKeyDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue) == 0x0001F8, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0002B0, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0002B1, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Handled_ReturnValue) == 0x0002B8, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000370, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_IsEmpty_ReturnValue) == 0x000428, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000430, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x000440, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Array_Length_ReturnValue) == 0x000444, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Greater_IntInt_ReturnValue) == 0x000448, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_IsVisible_ReturnValue) == 0x000449, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00044A, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x000450, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue_1) == 0x000458, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, CallFunc_GetHUD_ReturnValue) == 0x000510, "Member 'InventoryV2_C_OnPreviewKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, K2Node_DynamicCast_AsHUD_Ansora_Base) == 0x000518, "Member 'InventoryV2_C_OnPreviewKeyDown::K2Node_DynamicCast_AsHUD_Ansora_Base' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnPreviewKeyDown, K2Node_DynamicCast_bSuccess) == 0x000520, "Member 'InventoryV2_C_OnPreviewKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadHoverOnFirstCell \ static_assert(alignof(InventoryV2_C_GamepadHoverOnFirstCell) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadHoverOnFirstCell"); \ static_assert(sizeof(InventoryV2_C_GamepadHoverOnFirstCell) == 0x000030, "Wrong size on InventoryV2_C_GamepadHoverOnFirstCell"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, PanelToHover) == 0x000000, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::PanelToHover' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_Array_Get_Item) == 0x000008, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_BreakVector2D_X) == 0x000018, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_BreakVector2D_Y) == 0x00001C, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, CallFunc_FTrunc_ReturnValue_1) == 0x000024, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnFirstCell, K2Node_MakeStruct_CellCoord) == 0x000028, "Member 'InventoryV2_C_GamepadHoverOnFirstCell::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Can_Fast_Remove \ static_assert(alignof(InventoryV2_C_Can_Fast_Remove) == 0x000008, "Wrong alignment on InventoryV2_C_Can_Fast_Remove"); \ static_assert(sizeof(InventoryV2_C_Can_Fast_Remove) == 0x000050, "Wrong size on InventoryV2_C_Can_Fast_Remove"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, Placeholder) == 0x000000, "Member 'InventoryV2_C_Can_Fast_Remove::Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CanFastRemove) == 0x000008, "Member 'InventoryV2_C_Can_Fast_Remove::CanFastRemove' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, Local_Placeholder) == 0x000010, "Member 'InventoryV2_C_Can_Fast_Remove::Local_Placeholder' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'InventoryV2_C_Can_Fast_Remove::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'InventoryV2_C_Can_Fast_Remove::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003A, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x00003B, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00003C, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_IsValid_ReturnValue_2) == 0x00003D, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_GetExtendInventoryComponent_ReturnValue) == 0x000040, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_GetExtendInventoryComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_IsValid_ReturnValue_3) == 0x000048, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_CanAddFromPlaceholder_ReturnValue_1) == 0x000049, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_CanAddFromPlaceholder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Can_Fast_Remove, CallFunc_CanAddFromPlaceholder_ReturnValue_2) == 0x00004A, "Member 'InventoryV2_C_Can_Fast_Remove::CallFunc_CanAddFromPlaceholder_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_CloseInventory \ static_assert(alignof(InventoryV2_C_CloseInventory) == 0x000008, "Wrong alignment on InventoryV2_C_CloseInventory"); \ static_assert(sizeof(InventoryV2_C_CloseInventory) == 0x000060, "Wrong size on InventoryV2_C_CloseInventory"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000000, "Member 'InventoryV2_C_CloseInventory::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'InventoryV2_C_CloseInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'InventoryV2_C_CloseInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'InventoryV2_C_CloseInventory::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000020, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x000048, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CloseInventory, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'InventoryV2_C_CloseInventory::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadHoverClosestCell \ static_assert(alignof(InventoryV2_C_GamepadHoverClosestCell) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadHoverClosestCell"); \ static_assert(sizeof(InventoryV2_C_GamepadHoverClosestCell) == 0x000138, "Wrong size on InventoryV2_C_GamepadHoverClosestCell"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, PanelToHover) == 0x000000, "Member 'InventoryV2_C_GamepadHoverClosestCell::PanelToHover' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, TargetCell) == 0x000008, "Member 'InventoryV2_C_GamepadHoverClosestCell::TargetCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, TranslatedFocusedCords) == 0x000010, "Member 'InventoryV2_C_GamepadHoverClosestCell::TranslatedFocusedCords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, K2Node_DynamicCast_AsGamepad_Interface) == 0x000020, "Member 'InventoryV2_C_GamepadHoverClosestCell::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'InventoryV2_C_GamepadHoverClosestCell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000034, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_MakeVector2D_ReturnValue) == 0x00003C, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000044, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000048, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_MakeVector2D_ReturnValue_1) == 0x00004C, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetCellPositionsMap_ReturnValue) == 0x000058, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetCellPositionsMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetIntersectedItem_bIsFound) == 0x0000A8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetIntersectedItem_bIsFound' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetIntersectedItem_IntersectedItem) == 0x0000B0, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetIntersectedItem_IntersectedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Map_Keys_Keys) == 0x0000B8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Array_Find_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Array_Get_Item) == 0x0000CC, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Map_Values_Values) == 0x0000D8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetViewportScale_ReturnValue) == 0x0000E8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_FindNearestCell_ReturnValue) == 0x0000EC, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_FindNearestCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0000F8, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Add_Vector2DFloat_ReturnValue) == 0x000100, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Add_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_MakeVector2D_ReturnValue_2) == 0x000108, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetWidgetCoords_Min) == 0x000110, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetWidgetCoords_Min' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_GetWidgetCoords_Max) == 0x000118, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_GetWidgetCoords_Max' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000120, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000128, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverClosestCell, CallFunc_IsValid_ReturnValue_1) == 0x000130, "Member 'InventoryV2_C_GamepadHoverClosestCell::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadHoverOnMouseCursor \ static_assert(alignof(InventoryV2_C_GamepadHoverOnMouseCursor) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadHoverOnMouseCursor"); \ static_assert(sizeof(InventoryV2_C_GamepadHoverOnMouseCursor) == 0x000050, "Wrong size on InventoryV2_C_GamepadHoverOnMouseCursor"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, Panel) == 0x000000, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::Panel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, TranslatedFocusedCords) == 0x000008, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::TranslatedFocusedCords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, Temp_int_Array_Index_Variable) == 0x000010, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_Array_Get_Item) == 0x000020, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_BreakVector2D_X) == 0x000030, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_BreakVector2D_Y) == 0x000034, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_FTrunc_ReturnValue) == 0x000038, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_MakeVector2D_ReturnValue) == 0x00003C, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, CallFunc_FTrunc_ReturnValue_1) == 0x000044, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadHoverOnMouseCursor, K2Node_MakeStruct_CellCoord) == 0x000048, "Member 'InventoryV2_C_GamepadHoverOnMouseCursor::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_ShowContextMenu \ static_assert(alignof(InventoryV2_C_ShowContextMenu) == 0x000008, "Wrong alignment on InventoryV2_C_ShowContextMenu"); \ static_assert(sizeof(InventoryV2_C_ShowContextMenu) == 0x000060, "Wrong size on InventoryV2_C_ShowContextMenu"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_BreakVector2D_X) == 0x000000, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_BreakVector2D_Y) == 0x000004, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_Array_Get_Item) == 0x000008, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, K2Node_DynamicCast_AsInventory_V2_Slot) == 0x000018, "Member 'InventoryV2_C_ShowContextMenu::K2Node_DynamicCast_AsInventory_V2_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'InventoryV2_C_ShowContextMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_FTrunc_ReturnValue_1) == 0x000024, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, K2Node_MakeStruct_CellCoord) == 0x000028, "Member 'InventoryV2_C_ShowContextMenu::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_Conv_IntToBool_ReturnValue) == 0x000034, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_GET_DATA_InventoryWidgets) == 0x000038, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowContextMenu, CallFunc_GET_DATA_OK) == 0x000058, "Member 'InventoryV2_C_ShowContextMenu::CallFunc_GET_DATA_OK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_ShowJournal \ static_assert(alignof(InventoryV2_C_ShowJournal) == 0x000008, "Wrong alignment on InventoryV2_C_ShowJournal"); \ static_assert(sizeof(InventoryV2_C_ShowJournal) == 0x000248, "Wrong size on InventoryV2_C_ShowJournal"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, ReturnValue) == 0x000000, "Member 'InventoryV2_C_ShowJournal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, CallFunc_Unhandled_ReturnValue) == 0x0000B8, "Member 'InventoryV2_C_ShowJournal::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, CallFunc_GetPlayerPawn_ReturnValue) == 0x000170, "Member 'InventoryV2_C_ShowJournal::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, CallFunc_IsValid_ReturnValue) == 0x000178, "Member 'InventoryV2_C_ShowJournal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000180, "Member 'InventoryV2_C_ShowJournal::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'InventoryV2_C_ShowJournal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_ShowJournal, CallFunc_Handled_ReturnValue) == 0x000190, "Member 'InventoryV2_C_ShowJournal::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_FindNearestPanel \ static_assert(alignof(InventoryV2_C_FindNearestPanel) == 0x000008, "Wrong alignment on InventoryV2_C_FindNearestPanel"); \ static_assert(sizeof(InventoryV2_C_FindNearestPanel) == 0x000130, "Wrong size on InventoryV2_C_FindNearestPanel"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Direction) == 0x000000, "Member 'InventoryV2_C_FindNearestPanel::Direction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CheckPanelNotEmpty) == 0x000008, "Member 'InventoryV2_C_FindNearestPanel::CheckPanelNotEmpty' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Output) == 0x00000C, "Member 'InventoryV2_C_FindNearestPanel::Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, NearestPanelIndex) == 0x000010, "Member 'InventoryV2_C_FindNearestPanel::NearestPanelIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CurrentPanelIndex) == 0x000014, "Member 'InventoryV2_C_FindNearestPanel::CurrentPanelIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, ToPanelPosition) == 0x000018, "Member 'InventoryV2_C_FindNearestPanel::ToPanelPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, BestDOT) == 0x000020, "Member 'InventoryV2_C_FindNearestPanel::BestDOT' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, MinDistance) == 0x000024, "Member 'InventoryV2_C_FindNearestPanel::MinDistance' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_IsNearlyZero2D_ReturnValue) == 0x000028, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_IsNearlyZero2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'InventoryV2_C_FindNearestPanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'InventoryV2_C_FindNearestPanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_bool_Variable) == 0x000038, "Member 'InventoryV2_C_FindNearestPanel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_int_Variable) == 0x00003C, "Member 'InventoryV2_C_FindNearestPanel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_bool_Variable_1) == 0x000040, "Member 'InventoryV2_C_FindNearestPanel::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Map_Values_Values) == 0x000048, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Array_Get_Item) == 0x000058, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005C, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_SelectPanelByIndex_InventoryPanel) == 0x000060, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_SelectPanelByIndex_InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_IsEmpty_ReturnValue) == 0x00006A, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006B, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_NormalSafe2D_ReturnValue) == 0x00006C, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_NormalSafe2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_BreakVector2D_X) == 0x000074, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00007C, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x00007D, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000080, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_struct_Variable) == 0x000088, "Member 'InventoryV2_C_FindNearestPanel::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_NormalSafe2D_ReturnValue_1) == 0x000090, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_NormalSafe2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000098, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A0, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, Temp_bool_Variable_2) == 0x0000A1, "Member 'InventoryV2_C_FindNearestPanel::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Map_Values_Values_1) == 0x0000A8, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, K2Node_Select_Default) == 0x0000BC, "Member 'InventoryV2_C_FindNearestPanel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Map_Keys_Keys) == 0x0000C0, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Array_Get_Item_2) == 0x0000D4, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0000E0, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_BreakVector2D_X_1) == 0x0000E8, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_BreakVector2D_Y_1) == 0x0000EC, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_DistanceSquared2D_ReturnValue) == 0x0000F0, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_MakeVector2D_ReturnValue) == 0x0000F4, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, K2Node_Select_Default_1) == 0x0000FC, "Member 'InventoryV2_C_FindNearestPanel::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Less_FloatFloat_ReturnValue) == 0x000104, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_MakeVector2D_ReturnValue_1) == 0x000108, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, K2Node_Select_Default_2) == 0x000110, "Member 'InventoryV2_C_FindNearestPanel::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x000118, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_NormalSafe2D_ReturnValue_2) == 0x000120, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_NormalSafe2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestPanel, CallFunc_EqualEqual_Vector2DVector2D_ReturnValue) == 0x000128, "Member 'InventoryV2_C_FindNearestPanel::CallFunc_EqualEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetCellPositionsMap \ static_assert(alignof(InventoryV2_C_GetCellPositionsMap) == 0x000008, "Wrong alignment on InventoryV2_C_GetCellPositionsMap"); \ static_assert(sizeof(InventoryV2_C_GetCellPositionsMap) == 0x0000D0, "Wrong size on InventoryV2_C_GetCellPositionsMap"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, Panel) == 0x000000, "Member 'InventoryV2_C_GetCellPositionsMap::Panel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, ReturnValue) == 0x000008, "Member 'InventoryV2_C_GetCellPositionsMap::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CellsPositionMap) == 0x000058, "Member 'InventoryV2_C_GetCellPositionsMap::CellsPositionMap' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'InventoryV2_C_GetCellPositionsMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'InventoryV2_C_GetCellPositionsMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'InventoryV2_C_GetCellPositionsMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x0000B8, "Member 'InventoryV2_C_GetCellPositionsMap::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'InventoryV2_C_GetCellPositionsMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'InventoryV2_C_GetCellPositionsMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_GetCellPositionsMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_FindNearestCell \ static_assert(alignof(InventoryV2_C_FindNearestCell) == 0x000008, "Wrong alignment on InventoryV2_C_FindNearestCell"); \ static_assert(sizeof(InventoryV2_C_FindNearestCell) == 0x000048, "Wrong size on InventoryV2_C_FindNearestCell"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, TargetPanelCells) == 0x000000, "Member 'InventoryV2_C_FindNearestCell::TargetPanelCells' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CurrentCell) == 0x000010, "Member 'InventoryV2_C_FindNearestCell::CurrentCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, ReturnValue) == 0x000018, "Member 'InventoryV2_C_FindNearestCell::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, NearestIndex) == 0x00001C, "Member 'InventoryV2_C_FindNearestCell::NearestIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, MinDistanceSq) == 0x000020, "Member 'InventoryV2_C_FindNearestCell::MinDistanceSq' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'InventoryV2_C_FindNearestCell::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, Temp_int_Array_Index_Variable) == 0x000028, "Member 'InventoryV2_C_FindNearestCell::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'InventoryV2_C_FindNearestCell::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_Array_Get_Item) == 0x000030, "Member 'InventoryV2_C_FindNearestCell::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_DistanceSquared2D_ReturnValue) == 0x000038, "Member 'InventoryV2_C_FindNearestCell::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'InventoryV2_C_FindNearestCell::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'InventoryV2_C_FindNearestCell::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestCell, CallFunc_Less_FloatFloat_ReturnValue) == 0x000044, "Member 'InventoryV2_C_FindNearestCell::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_HandleItemMove \ static_assert(alignof(InventoryV2_C_HandleItemMove) == 0x000008, "Wrong alignment on InventoryV2_C_HandleItemMove"); \ static_assert(sizeof(InventoryV2_C_HandleItemMove) == 0x000188, "Wrong size on InventoryV2_C_HandleItemMove"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, Action) == 0x000000, "Member 'InventoryV2_C_HandleItemMove::Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, TargetPanel) == 0x000008, "Member 'InventoryV2_C_HandleItemMove::TargetPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, MoveDirection) == 0x000010, "Member 'InventoryV2_C_HandleItemMove::MoveDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, NewPosition) == 0x000018, "Member 'InventoryV2_C_HandleItemMove::NewPosition' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, LocalVectors) == 0x000020, "Member 'InventoryV2_C_HandleItemMove::LocalVectors' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, K2Node_SwitchEnum_CmpSuccess) == 0x000070, "Member 'InventoryV2_C_HandleItemMove::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetDraggedWidget_ReturnWidget) == 0x000078, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, K2Node_MakeVariable_MakeVariableOutput) == 0x000080, "Member 'InventoryV2_C_HandleItemMove::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentHoveredItem_IsValid) == 0x0000D0, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentHoveredItem_Output) == 0x0000D8, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x0000E0, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, K2Node_DynamicCast_AsInventory_V2_Slot) == 0x0000E8, "Member 'InventoryV2_C_HandleItemMove::K2Node_DynamicCast_AsInventory_V2_Slot' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'InventoryV2_C_HandleItemMove::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_Map_Find_Value) == 0x0000F4, "Member 'InventoryV2_C_HandleItemMove::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_Map_Find_ReturnValue) == 0x0000FC, "Member 'InventoryV2_C_HandleItemMove::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_IsValid_ReturnValue) == 0x0000FD, "Member 'InventoryV2_C_HandleItemMove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_FindNearestPanel_Output) == 0x000100, "Member 'InventoryV2_C_HandleItemMove::CallFunc_FindNearestPanel_Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000104, "Member 'InventoryV2_C_HandleItemMove::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_SelectPanelByIndex_InventoryPanel) == 0x000108, "Member 'InventoryV2_C_HandleItemMove::CallFunc_SelectPanelByIndex_InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'InventoryV2_C_HandleItemMove::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_CurrentPanel) == 0x000118, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_CurrentPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_Position) == 0x000120, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_Position' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_CurrentPanel_1) == 0x000128, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_CurrentPanel_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_Position_1) == 0x000130, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_Position_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_IsValid_ReturnValue_2) == 0x000138, "Member 'InventoryV2_C_HandleItemMove::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_IsValid_ReturnValue_3) == 0x000139, "Member 'InventoryV2_C_HandleItemMove::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetNearestCellPosition_ReturnValue) == 0x00013C, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetNearestCellPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetNearestCellPosition_ReturnValue2) == 0x000140, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetNearestCellPosition_ReturnValue2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_MakeVector2D_ReturnValue) == 0x000144, "Member 'InventoryV2_C_HandleItemMove::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_CurrentPanel_2) == 0x000150, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_CurrentPanel_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_Position_2) == 0x000158, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_Position_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_CurrentPanel_3) == 0x000160, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_CurrentPanel_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_GetCurrentPanel_Position_3) == 0x000168, "Member 'InventoryV2_C_HandleItemMove::CallFunc_GetCurrentPanel_Position_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_Map_Find_Value_1) == 0x000170, "Member 'InventoryV2_C_HandleItemMove::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_Map_Find_ReturnValue_1) == 0x000178, "Member 'InventoryV2_C_HandleItemMove::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x00017C, "Member 'InventoryV2_C_HandleItemMove::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleItemMove, CallFunc_CheckIfTargetPosInSize_ReturnValue) == 0x000184, "Member 'InventoryV2_C_HandleItemMove::CallFunc_CheckIfTargetPosInSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SelectPanelByIndex \ static_assert(alignof(InventoryV2_C_SelectPanelByIndex) == 0x000008, "Wrong alignment on InventoryV2_C_SelectPanelByIndex"); \ static_assert(sizeof(InventoryV2_C_SelectPanelByIndex) == 0x000018, "Wrong size on InventoryV2_C_SelectPanelByIndex"); \ static_assert(offsetof(InventoryV2_C_SelectPanelByIndex, Index_0) == 0x000000, "Member 'InventoryV2_C_SelectPanelByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SelectPanelByIndex, InventoryPanel) == 0x000008, "Member 'InventoryV2_C_SelectPanelByIndex::InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SelectPanelByIndex, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'InventoryV2_C_SelectPanelByIndex::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetNearestCellPosition \ static_assert(alignof(InventoryV2_C_GetNearestCellPosition) == 0x000008, "Wrong alignment on InventoryV2_C_GetNearestCellPosition"); \ static_assert(sizeof(InventoryV2_C_GetNearestCellPosition) == 0x0000E0, "Wrong size on InventoryV2_C_GetNearestCellPosition"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, Panel) == 0x000000, "Member 'InventoryV2_C_GetNearestCellPosition::Panel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, ReturnValue) == 0x000008, "Member 'InventoryV2_C_GetNearestCellPosition::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, ReturnValue2) == 0x00000C, "Member 'InventoryV2_C_GetNearestCellPosition::ReturnValue2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, Temp_bool_Variable) == 0x000010, "Member 'InventoryV2_C_GetNearestCellPosition::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_GetCellPositionsMap_ReturnValue) == 0x000018, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_GetCellPositionsMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, Temp_bool_Variable_1) == 0x000068, "Member 'InventoryV2_C_GetNearestCellPosition::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Map_Values_Values) == 0x000080, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_GetDraggedWidget_ReturnWidget) == 0x000090, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000098, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_FindNearestCell_ReturnValue) == 0x0000A0, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_FindNearestCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B0, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B4, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000B8, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000BC, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, K2Node_Select_Default) == 0x0000C0, "Member 'InventoryV2_C_GetNearestCellPosition::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000C4, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Clamp_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000CC, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000D0, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, K2Node_Select_Default_1) == 0x0000D4, "Member 'InventoryV2_C_GetNearestCellPosition::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Clamp_ReturnValue_1) == 0x0000D8, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetNearestCellPosition, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000DC, "Member 'InventoryV2_C_GetNearestCellPosition::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Populate_Panels_Meta \ static_assert(alignof(InventoryV2_C_Populate_Panels_Meta) == 0x000008, "Wrong alignment on InventoryV2_C_Populate_Panels_Meta"); \ static_assert(sizeof(InventoryV2_C_Populate_Panels_Meta) == 0x000050, "Wrong size on InventoryV2_C_Populate_Panels_Meta"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, PlayerCharacter) == 0x000000, "Member 'InventoryV2_C_Populate_Panels_Meta::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, Temp_struct_Variable) == 0x000008, "Member 'InventoryV2_C_Populate_Panels_Meta::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, Temp_int_Variable) == 0x000010, "Member 'InventoryV2_C_Populate_Panels_Meta::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, Temp_int_Variable_1) == 0x000014, "Member 'InventoryV2_C_Populate_Panels_Meta::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, Temp_int_Variable_2) == 0x000018, "Member 'InventoryV2_C_Populate_Panels_Meta::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, Temp_int_Variable_3) == 0x00001C, "Member 'InventoryV2_C_Populate_Panels_Meta::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_GetExtendInventoryComponent_ReturnValue) == 0x000020, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_GetExtendInventoryComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, K2Node_DynamicCast_AsFGInventory_Component) == 0x000030, "Member 'InventoryV2_C_Populate_Panels_Meta::K2Node_DynamicCast_AsFGInventory_Component' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'InventoryV2_C_Populate_Panels_Meta::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_IntPoint_Zero_ReturnValue) == 0x00003C, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_IntPoint_Zero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_GetSize_ReturnValue) == 0x000044, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_NotEqual_IntPointIntPoint_ReturnValue) == 0x00004C, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_NotEqual_IntPointIntPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Populate_Panels_Meta, CallFunc_IsValid_ReturnValue_1) == 0x00004D, "Member 'InventoryV2_C_Populate_Panels_Meta::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetSlotPositions \ static_assert(alignof(InventoryV2_C_GetSlotPositions) == 0x000008, "Wrong alignment on InventoryV2_C_GetSlotPositions"); \ static_assert(sizeof(InventoryV2_C_GetSlotPositions) == 0x000060, "Wrong size on InventoryV2_C_GetSlotPositions"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, widgets) == 0x000000, "Member 'InventoryV2_C_GetSlotPositions::widgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, ReturnValue) == 0x000010, "Member 'InventoryV2_C_GetSlotPositions::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, WidgetPositions) == 0x000020, "Member 'InventoryV2_C_GetSlotPositions::WidgetPositions' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, Temp_int_Array_Index_Variable) == 0x000034, "Member 'InventoryV2_C_GetSlotPositions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'InventoryV2_C_GetSlotPositions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_Array_Get_Item) == 0x000040, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000048, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetSlotPositions, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'InventoryV2_C_GetSlotPositions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_MoveToCellOnPanel \ static_assert(alignof(InventoryV2_C_MoveToCellOnPanel) == 0x000008, "Wrong alignment on InventoryV2_C_MoveToCellOnPanel"); \ static_assert(sizeof(InventoryV2_C_MoveToCellOnPanel) == 0x000060, "Wrong size on InventoryV2_C_MoveToCellOnPanel"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, TargetPanel) == 0x000000, "Member 'InventoryV2_C_MoveToCellOnPanel::TargetPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, TargetCell) == 0x000008, "Member 'InventoryV2_C_MoveToCellOnPanel::TargetCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_BreakVector2D_X) == 0x000010, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_FTrunc_ReturnValue) == 0x000018, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_FTrunc_ReturnValue_1) == 0x00001C, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, K2Node_MakeStruct_CellCoord) == 0x000020, "Member 'InventoryV2_C_MoveToCellOnPanel::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_GET_DATA_InventoryWidgets) == 0x000028, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_GET_DATA_OK) == 0x000048, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x00004C, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveToCellOnPanel, CallFunc_GetDraggedWidget_ReturnWidget) == 0x000058, "Member 'InventoryV2_C_MoveToCellOnPanel::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_NavigateToSlotsPanel \ static_assert(alignof(InventoryV2_C_NavigateToSlotsPanel) == 0x000008, "Wrong alignment on InventoryV2_C_NavigateToSlotsPanel"); \ static_assert(sizeof(InventoryV2_C_NavigateToSlotsPanel) == 0x000068, "Wrong size on InventoryV2_C_NavigateToSlotsPanel"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetDraggedWidget_ReturnWidget) == 0x000000, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetDraggedWidget_ReturnWidget' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetSlotPositions_ReturnValue) == 0x000008, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetSlotPositions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000018, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_FindNearestCell_ReturnValue) == 0x000020, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_FindNearestCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetDraggedWidget_ReturnWidget_1) == 0x000028, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetDraggedWidget_ReturnWidget_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_Array_Get_Item) == 0x000030, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000038, "Member 'InventoryV2_C_NavigateToSlotsPanel::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'InventoryV2_C_NavigateToSlotsPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetCurrentPanel_CurrentPanel) == 0x000050, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetCurrentPanel_CurrentPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetCurrentPanel_Position) == 0x000058, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetCurrentPanel_Position' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_NavigateToSlotsPanel, CallFunc_GetWidgetCenter_CenterCoordinates_1) == 0x000060, "Member 'InventoryV2_C_NavigateToSlotsPanel::CallFunc_GetWidgetCenter_CenterCoordinates_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_MoveCurrentItemToAnotherInv \ static_assert(alignof(InventoryV2_C_MoveCurrentItemToAnotherInv) == 0x000008, "Wrong alignment on InventoryV2_C_MoveCurrentItemToAnotherInv"); \ static_assert(sizeof(InventoryV2_C_MoveCurrentItemToAnotherInv) == 0x000098, "Wrong size on InventoryV2_C_MoveCurrentItemToAnotherInv"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, ProxyItemsGrid) == 0x000000, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::ProxyItemsGrid' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, NextItemIndex) == 0x000010, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::NextItemIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_FindNearestPanel_Output) == 0x000014, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_FindNearestPanel_Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_SelectPanelByIndex_InventoryPanel) == 0x000018, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_SelectPanelByIndex_InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000025, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_FindNearestPanel_Output_1) == 0x000028, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_FindNearestPanel_Output_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_SelectPanelByIndex_InventoryPanel_1) == 0x000030, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_SelectPanelByIndex_InventoryPanel_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Array_Get_Item) == 0x000044, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_FindNearestCell_ReturnValue) == 0x00004C, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_FindNearestCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Array_RemoveItem_ReturnValue) == 0x000050, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000051, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_BreakVector2D_X) == 0x000054, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_FTrunc_ReturnValue) == 0x00005C, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_FTrunc_ReturnValue_1) == 0x000064, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, K2Node_MakeStruct_CellCoord) == 0x000068, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_GET_DATA_InventoryWidgets) == 0x000070, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_GET_DATA_OK) == 0x000090, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveCurrentItemToAnotherInv, CallFunc_MoveToAnotherInventory_bHasMoved) == 0x000091, "Member 'InventoryV2_C_MoveCurrentItemToAnotherInv::CallFunc_MoveToAnotherInventory_bHasMoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadFocusOnSlots \ static_assert(alignof(InventoryV2_C_GamepadFocusOnSlots) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadFocusOnSlots"); \ static_assert(sizeof(InventoryV2_C_GamepadFocusOnSlots) == 0x000010, "Wrong size on InventoryV2_C_GamepadFocusOnSlots"); \ static_assert(offsetof(InventoryV2_C_GamepadFocusOnSlots, K2Node_MakeArray_Array) == 0x000000, "Member 'InventoryV2_C_GamepadFocusOnSlots::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_HandleHoverMove \ static_assert(alignof(InventoryV2_C_HandleHoverMove) == 0x000008, "Wrong alignment on InventoryV2_C_HandleHoverMove"); \ static_assert(sizeof(InventoryV2_C_HandleHoverMove) == 0x000158, "Wrong size on InventoryV2_C_HandleHoverMove"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, Action) == 0x000000, "Member 'InventoryV2_C_HandleHoverMove::Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, bIsHandled) == 0x000001, "Member 'InventoryV2_C_HandleHoverMove::bIsHandled' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, TargetPanel) == 0x000008, "Member 'InventoryV2_C_HandleHoverMove::TargetPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, MoveDirection) == 0x000010, "Member 'InventoryV2_C_HandleHoverMove::MoveDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, LocalActionVectors) == 0x000018, "Member 'InventoryV2_C_HandleHoverMove::LocalActionVectors' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, Temp_int_Variable) == 0x000068, "Member 'InventoryV2_C_HandleHoverMove::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, K2Node_MakeVariable_MakeVariableOutput) == 0x000070, "Member 'InventoryV2_C_HandleHoverMove::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Hover_Nearest_Item_bIsHovered) == 0x0000C8, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Hover_Nearest_Item_bIsHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, K2Node_SwitchEnum_CmpSuccess) == 0x0000C9, "Member 'InventoryV2_C_HandleHoverMove::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_EqualEqual_Vector2DVector2D_ReturnValue) == 0x0000CA, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_EqualEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Not_PreBool_ReturnValue) == 0x0000CB, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_GPI_Unhover_self_CastInput) == 0x0000D8, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_GPI_Unhover_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, Temp_int_Variable_1) == 0x0000F0, "Member 'InventoryV2_C_HandleHoverMove::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F4, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Less_IntInt_ReturnValue_1) == 0x000108, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, K2Node_DynamicCast_AsGamepad_Interface) == 0x000110, "Member 'InventoryV2_C_HandleHoverMove::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'InventoryV2_C_HandleHoverMove::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, K2Node_MakeArray_Array) == 0x000128, "Member 'InventoryV2_C_HandleHoverMove::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_FindNearestPanel_Output) == 0x000138, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_FindNearestPanel_Output' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_IsValid_ReturnValue_1) == 0x00013C, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00013D, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_SelectPanelByIndex_InventoryPanel) == 0x000140, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_SelectPanelByIndex_InventoryPanel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_IsValid_ReturnValue_2) == 0x000148, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Map_Find_Value) == 0x00014C, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleHoverMove, CallFunc_Map_Find_ReturnValue) == 0x000154, "Member 'InventoryV2_C_HandleHoverMove::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_CheckIfTargetPosInSize \ static_assert(alignof(InventoryV2_C_CheckIfTargetPosInSize) == 0x000004, "Wrong alignment on InventoryV2_C_CheckIfTargetPosInSize"); \ static_assert(sizeof(InventoryV2_C_CheckIfTargetPosInSize) == 0x000048, "Wrong size on InventoryV2_C_CheckIfTargetPosInSize"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, ItemSizeX) == 0x000000, "Member 'InventoryV2_C_CheckIfTargetPosInSize::ItemSizeX' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, ItemSizeY) == 0x000004, "Member 'InventoryV2_C_CheckIfTargetPosInSize::ItemSizeY' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, TargetPos) == 0x000008, "Member 'InventoryV2_C_CheckIfTargetPosInSize::TargetPos' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, FieldSize) == 0x000010, "Member 'InventoryV2_C_CheckIfTargetPosInSize::FieldSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, ReturnValue) == 0x000018, "Member 'InventoryV2_C_CheckIfTargetPosInSize::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BreakVector2D_X) == 0x000020, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BreakVector2D_X_1) == 0x000028, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BreakVector2D_Y_1) == 0x00002C, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000030, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000041, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000043, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BooleanAND_ReturnValue_1) == 0x000044, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CheckIfTargetPosInSize, CallFunc_BooleanAND_ReturnValue_2) == 0x000045, "Member 'InventoryV2_C_CheckIfTargetPosInSize::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_FindNearestItem \ static_assert(alignof(InventoryV2_C_FindNearestItem) == 0x000008, "Wrong alignment on InventoryV2_C_FindNearestItem"); \ static_assert(sizeof(InventoryV2_C_FindNearestItem) == 0x0000A8, "Wrong size on InventoryV2_C_FindNearestItem"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, ItemsStore) == 0x000000, "Member 'InventoryV2_C_FindNearestItem::ItemsStore' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, SelectedItem) == 0x000010, "Member 'InventoryV2_C_FindNearestItem::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, Direction) == 0x000018, "Member 'InventoryV2_C_FindNearestItem::Direction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, TargetItem) == 0x000020, "Member 'InventoryV2_C_FindNearestItem::TargetItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, SelectedItemCenter) == 0x000028, "Member 'InventoryV2_C_FindNearestItem::SelectedItemCenter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, Distance) == 0x000030, "Member 'InventoryV2_C_FindNearestItem::Distance' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, TargetItemDirection) == 0x000034, "Member 'InventoryV2_C_FindNearestItem::TargetItemDirection' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, BestScore) == 0x00003C, "Member 'InventoryV2_C_FindNearestItem::BestScore' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, LocalTargetItem) == 0x000040, "Member 'InventoryV2_C_FindNearestItem::LocalTargetItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_GetItemCenter_ReturnValue) == 0x000048, "Member 'InventoryV2_C_FindNearestItem::CallFunc_GetItemCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, Temp_int_Array_Index_Variable) == 0x000050, "Member 'InventoryV2_C_FindNearestItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'InventoryV2_C_FindNearestItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Array_Get_Item) == 0x00005C, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000064, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_GetItemCenter_ReturnValue_1) == 0x000068, "Member 'InventoryV2_C_FindNearestItem::CallFunc_GetItemCenter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000074, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_VSize2DSquared_ReturnValue) == 0x000080, "Member 'InventoryV2_C_FindNearestItem::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000084, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_NormalSafe2D_ReturnValue) == 0x000088, "Member 'InventoryV2_C_FindNearestItem::CallFunc_NormalSafe2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_DotProduct2D_ReturnValue) == 0x000090, "Member 'InventoryV2_C_FindNearestItem::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000094, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000098, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00009C, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A0, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_FindNearestItem, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A4, "Member 'InventoryV2_C_FindNearestItem::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetItemCenter \ static_assert(alignof(InventoryV2_C_GetItemCenter) == 0x000008, "Wrong alignment on InventoryV2_C_GetItemCenter"); \ static_assert(sizeof(InventoryV2_C_GetItemCenter) == 0x000078, "Wrong size on InventoryV2_C_GetItemCenter"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, InVec) == 0x000000, "Member 'InventoryV2_C_GetItemCenter::InVec' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, ReturnValue) == 0x000008, "Member 'InventoryV2_C_GetItemCenter::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_BreakVector2D_X) == 0x000010, "Member 'InventoryV2_C_GetItemCenter::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'InventoryV2_C_GetItemCenter::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_FTrunc_ReturnValue) == 0x000018, "Member 'InventoryV2_C_GetItemCenter::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_FTrunc_ReturnValue_1) == 0x00001C, "Member 'InventoryV2_C_GetItemCenter::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, K2Node_MakeStruct_CellCoord) == 0x000020, "Member 'InventoryV2_C_GetItemCenter::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_GET_DATA_InventoryWidgets) == 0x000028, "Member 'InventoryV2_C_GetItemCenter::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_GET_DATA_OK) == 0x000048, "Member 'InventoryV2_C_GetItemCenter::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'InventoryV2_C_GetItemCenter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00004C, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000050, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_GetIsRotate_ReturnValue) == 0x000054, "Member 'InventoryV2_C_GetItemCenter::CallFunc_GetIsRotate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_GetSize_Size) == 0x000058, "Member 'InventoryV2_C_GetItemCenter::CallFunc_GetSize_Size' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000060, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000064, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'InventoryV2_C_GetItemCenter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetItemCenter, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'InventoryV2_C_GetItemCenter::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetIsShift \ static_assert(alignof(InventoryV2_C_GetIsShift) == 0x000001, "Wrong alignment on InventoryV2_C_GetIsShift"); \ static_assert(sizeof(InventoryV2_C_GetIsShift) == 0x000001, "Wrong size on InventoryV2_C_GetIsShift"); \ static_assert(offsetof(InventoryV2_C_GetIsShift, IsShiftDown_0) == 0x000000, "Member 'InventoryV2_C_GetIsShift::IsShiftDown_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetCellPositionsMap_0 \ static_assert(alignof(InventoryV2_C_GetCellPositionsMap_0) == 0x000008, "Wrong alignment on InventoryV2_C_GetCellPositionsMap_0"); \ static_assert(sizeof(InventoryV2_C_GetCellPositionsMap_0) == 0x0000D0, "Wrong size on InventoryV2_C_GetCellPositionsMap_0"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, Panel) == 0x000000, "Member 'InventoryV2_C_GetCellPositionsMap_0::Panel' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, ReturnValue) == 0x000008, "Member 'InventoryV2_C_GetCellPositionsMap_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CellsPositionMap) == 0x000058, "Member 'InventoryV2_C_GetCellPositionsMap_0::CellsPositionMap' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'InventoryV2_C_GetCellPositionsMap_0::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'InventoryV2_C_GetCellPositionsMap_0::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'InventoryV2_C_GetCellPositionsMap_0::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x0000B8, "Member 'InventoryV2_C_GetCellPositionsMap_0::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'InventoryV2_C_GetCellPositionsMap_0::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'InventoryV2_C_GetCellPositionsMap_0::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetCellPositionsMap_0, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'InventoryV2_C_GetCellPositionsMap_0::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_CancelDnD \ static_assert(alignof(InventoryV2_C_CancelDnD) == 0x000001, "Wrong alignment on InventoryV2_C_CancelDnD"); \ static_assert(sizeof(InventoryV2_C_CancelDnD) == 0x000003, "Wrong size on InventoryV2_C_CancelDnD"); \ static_assert(offsetof(InventoryV2_C_CancelDnD, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'InventoryV2_C_CancelDnD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CancelDnD, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'InventoryV2_C_CancelDnD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_CancelDnD, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'InventoryV2_C_CancelDnD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadModeChange_Event_0 \ static_assert(alignof(InventoryV2_C_GamepadModeChange_Event_0) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(InventoryV2_C_GamepadModeChange_Event_0) == 0x000038, "Wrong size on InventoryV2_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable) == 0x000000, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_bool_Variable) == 0x000001, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable_1) == 0x000002, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable_2) == 0x000003, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_bool_Variable_1) == 0x000004, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable_3) == 0x000005, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable_4) == 0x000006, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'InventoryV2_C_GamepadModeChange_Event_0::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_byte_Variable_5) == 0x000010, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'InventoryV2_C_GamepadModeChange_Event_0::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'InventoryV2_C_GamepadModeChange_Event_0::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'InventoryV2_C_GamepadModeChange_Event_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'InventoryV2_C_GamepadModeChange_Event_0::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, K2Node_Select_Default) == 0x000032, "Member 'InventoryV2_C_GamepadModeChange_Event_0::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, K2Node_Select_Default_1) == 0x000033, "Member 'InventoryV2_C_GamepadModeChange_Event_0::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, Temp_bool_Variable_2) == 0x000034, "Member 'InventoryV2_C_GamepadModeChange_Event_0::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadModeChange_Event_0, K2Node_Select_Default_2) == 0x000035, "Member 'InventoryV2_C_GamepadModeChange_Event_0::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnInputTypeChanged \ static_assert(alignof(InventoryV2_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on InventoryV2_C_OnInputTypeChanged"); \ static_assert(sizeof(InventoryV2_C_OnInputTypeChanged) == 0x000001, "Wrong size on InventoryV2_C_OnInputTypeChanged"); \ static_assert(offsetof(InventoryV2_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'InventoryV2_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnMouseButtonUp \ static_assert(alignof(InventoryV2_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on InventoryV2_C_OnMouseButtonUp"); \ static_assert(sizeof(InventoryV2_C_OnMouseButtonUp) == 0x0002F0, "Wrong size on InventoryV2_C_OnMouseButtonUp"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'InventoryV2_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'InventoryV2_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'InventoryV2_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'InventoryV2_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000218, "Member 'InventoryV2_C_OnMouseButtonUp::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000230, "Member 'InventoryV2_C_OnMouseButtonUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, CallFunc_DropAction_bDropped) == 0x000231, "Member 'InventoryV2_C_OnMouseButtonUp::CallFunc_DropAction_bDropped' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnMouseButtonUp, CallFunc_Unhandled_ReturnValue) == 0x000238, "Member 'InventoryV2_C_OnMouseButtonUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_DropAction \ static_assert(alignof(InventoryV2_C_DropAction) == 0x000008, "Wrong alignment on InventoryV2_C_DropAction"); \ static_assert(sizeof(InventoryV2_C_DropAction) == 0x000020, "Wrong size on InventoryV2_C_DropAction"); \ static_assert(offsetof(InventoryV2_C_DropAction, bDropped) == 0x000000, "Member 'InventoryV2_C_DropAction::bDropped' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'InventoryV2_C_DropAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'InventoryV2_C_DropAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_C_DropAction::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'InventoryV2_C_DropAction::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_C_DropAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_IsValid_ReturnValue_2) == 0x000019, "Member 'InventoryV2_C_DropAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_IsValid_ReturnValue_3) == 0x00001A, "Member 'InventoryV2_C_DropAction::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_DropAction, CallFunc_IsValid_ReturnValue_4) == 0x00001B, "Member 'InventoryV2_C_DropAction::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnGamepadItemHover \ static_assert(alignof(InventoryV2_C_OnGamepadItemHover) == 0x000008, "Wrong alignment on InventoryV2_C_OnGamepadItemHover"); \ static_assert(sizeof(InventoryV2_C_OnGamepadItemHover) == 0x000018, "Wrong size on InventoryV2_C_OnGamepadItemHover"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, ItemCell) == 0x000000, "Member 'InventoryV2_C_OnGamepadItemHover::ItemCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, Temp_byte_Variable) == 0x000008, "Member 'InventoryV2_C_OnGamepadItemHover::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_GetMaxStack_ReturnValue) == 0x00000B, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_GetMaxStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00000C, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, Temp_bool_Variable) == 0x000010, "Member 'InventoryV2_C_OnGamepadItemHover::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, Temp_byte_Variable_1) == 0x000012, "Member 'InventoryV2_C_OnGamepadItemHover::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'InventoryV2_C_OnGamepadItemHover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnGamepadItemHover, K2Node_Select_Default) == 0x000014, "Member 'InventoryV2_C_OnGamepadItemHover::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_HandleBoxSettingsAction \ static_assert(alignof(InventoryV2_C_HandleBoxSettingsAction) == 0x000001, "Wrong alignment on InventoryV2_C_HandleBoxSettingsAction"); \ static_assert(sizeof(InventoryV2_C_HandleBoxSettingsAction) == 0x000001, "Wrong size on InventoryV2_C_HandleBoxSettingsAction"); \ static_assert(offsetof(InventoryV2_C_HandleBoxSettingsAction, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'InventoryV2_C_HandleBoxSettingsAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_RotateItem \ static_assert(alignof(InventoryV2_C_RotateItem) == 0x000004, "Wrong alignment on InventoryV2_C_RotateItem"); \ static_assert(sizeof(InventoryV2_C_RotateItem) == 0x000008, "Wrong size on InventoryV2_C_RotateItem"); \ static_assert(offsetof(InventoryV2_C_RotateItem, CallFunc_GetSize_Size) == 0x000000, "Member 'InventoryV2_C_RotateItem::CallFunc_GetSize_Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_MoveItemsToExternal \ static_assert(alignof(InventoryV2_C_MoveItemsToExternal) == 0x000008, "Wrong alignment on InventoryV2_C_MoveItemsToExternal"); \ static_assert(sizeof(InventoryV2_C_MoveItemsToExternal) == 0x000020, "Wrong size on InventoryV2_C_MoveItemsToExternal"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, bShouldMatchType) == 0x000000, "Member 'InventoryV2_C_MoveItemsToExternal::bShouldMatchType' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'InventoryV2_C_MoveItemsToExternal::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'InventoryV2_C_MoveItemsToExternal::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'InventoryV2_C_MoveItemsToExternal::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_C_MoveItemsToExternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'InventoryV2_C_MoveItemsToExternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_MoveItemsToExternal, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'InventoryV2_C_MoveItemsToExternal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnKeyUp \ static_assert(alignof(InventoryV2_C_OnKeyUp) == 0x000008, "Wrong alignment on InventoryV2_C_OnKeyUp"); \ static_assert(sizeof(InventoryV2_C_OnKeyUp) == 0x0003D8, "Wrong size on InventoryV2_C_OnKeyUp"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'InventoryV2_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'InventoryV2_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'InventoryV2_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_OnKeyUp_ReturnValue) == 0x000128, "Member 'InventoryV2_C_OnKeyUp::CallFunc_OnKeyUp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetGamepadAction_Action) == 0x0001F8, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_IsKeyUpHandled_IsKeyHandled) == 0x0001F9, "Member 'InventoryV2_C_OnKeyUp::CallFunc_IsKeyUpHandled_IsKeyHandled' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000200, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000218, "Member 'InventoryV2_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetGamepadAction_Action_1) == 0x000219, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetGamepadAction_Action_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00021A, "Member 'InventoryV2_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00021B, "Member 'InventoryV2_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00021C, "Member 'InventoryV2_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00021D, "Member 'InventoryV2_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000220, "Member 'InventoryV2_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x0002D8, "Member 'InventoryV2_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x0002D9, "Member 'InventoryV2_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x0002DA, "Member 'InventoryV2_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetKey_ReturnValue_2) == 0x0002E0, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002F8, "Member 'InventoryV2_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0002F9, "Member 'InventoryV2_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_GetKey_ReturnValue_3) == 0x000300, "Member 'InventoryV2_C_OnKeyUp::CallFunc_GetKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_Unhandled_ReturnValue_1) == 0x000318, "Member 'InventoryV2_C_OnKeyUp::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0003D0, "Member 'InventoryV2_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnKeyProgressUpdate \ static_assert(alignof(InventoryV2_C_OnKeyProgressUpdate) == 0x000008, "Wrong alignment on InventoryV2_C_OnKeyProgressUpdate"); \ static_assert(sizeof(InventoryV2_C_OnKeyProgressUpdate) == 0x0000E0, "Wrong size on InventoryV2_C_OnKeyProgressUpdate"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, HeldKey) == 0x000000, "Member 'InventoryV2_C_OnKeyProgressUpdate::HeldKey' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, Progress) == 0x000018, "Member 'InventoryV2_C_OnKeyProgressUpdate::Progress' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_self_CastInput) == 0x000020, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_ProgressKey) == 0x000030, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_ProgressKey' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetIsEnabled_ReturnValue) == 0x000048, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000049, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_IsValid_ReturnValue) == 0x00004B, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, K2Node_DynamicCast_AsKey_Hold_Progress_Displayer) == 0x000050, "Member 'InventoryV2_C_OnKeyProgressUpdate::K2Node_DynamicCast_AsKey_Hold_Progress_Displayer' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'InventoryV2_C_OnKeyProgressUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_self_CastInput_1) == 0x000068, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_ProgressKey_1) == 0x000078, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_ProgressKey_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000090, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, K2Node_DynamicCast_AsKey_Hold_Progress_Displayer_1) == 0x000098, "Member 'InventoryV2_C_OnKeyProgressUpdate::K2Node_DynamicCast_AsKey_Hold_Progress_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'InventoryV2_C_OnKeyProgressUpdate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A9, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_self_CastInput_2) == 0x0000B0, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_self_CastInput_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_GetKey_ProgressKey_2) == 0x0000C0, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_GetKey_ProgressKey_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0000D8, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressUpdate, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000D9, "Member 'InventoryV2_C_OnKeyProgressUpdate::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_OnKeyProgressComplete \ static_assert(alignof(InventoryV2_C_OnKeyProgressComplete) == 0x000008, "Wrong alignment on InventoryV2_C_OnKeyProgressComplete"); \ static_assert(sizeof(InventoryV2_C_OnKeyProgressComplete) == 0x0000A8, "Wrong size on InventoryV2_C_OnKeyProgressComplete"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, HeldKey) == 0x000000, "Member 'InventoryV2_C_OnKeyProgressComplete::HeldKey' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_self_CastInput) == 0x000018, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_ProgressKey) == 0x000028, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_ProgressKey' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000040, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_self_CastInput_1) == 0x000048, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_ProgressKey_1) == 0x000058, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_ProgressKey_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000070, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_Not_PreBool_ReturnValue_1) == 0x000071, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_self_CastInput_2) == 0x000078, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_self_CastInput_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_GetKey_ProgressKey_2) == 0x000088, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_GetKey_ProgressKey_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0000A0, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_OnKeyProgressComplete, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A1, "Member 'InventoryV2_C_OnKeyProgressComplete::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_HandleGamepadAction \ static_assert(alignof(InventoryV2_C_HandleGamepadAction) == 0x000008, "Wrong alignment on InventoryV2_C_HandleGamepadAction"); \ static_assert(sizeof(InventoryV2_C_HandleGamepadAction) == 0x000108, "Wrong size on InventoryV2_C_HandleGamepadAction"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, GamepadAction) == 0x000000, "Member 'InventoryV2_C_HandleGamepadAction::GamepadAction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, InKeyEvent) == 0x000008, "Member 'InventoryV2_C_HandleGamepadAction::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'InventoryV2_C_HandleGamepadAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, CallFunc_HandleHoverMove_bIsHandled) == 0x000041, "Member 'InventoryV2_C_HandleGamepadAction::CallFunc_HandleHoverMove_bIsHandled' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, CallFunc_ShowJournal_ReturnValue) == 0x000048, "Member 'InventoryV2_C_HandleGamepadAction::CallFunc_ShowJournal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGamepadAction, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'InventoryV2_C_HandleGamepadAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_HandleGampeadDnDAction \ static_assert(alignof(InventoryV2_C_HandleGampeadDnDAction) == 0x000001, "Wrong alignment on InventoryV2_C_HandleGampeadDnDAction"); \ static_assert(sizeof(InventoryV2_C_HandleGampeadDnDAction) == 0x000002, "Wrong size on InventoryV2_C_HandleGampeadDnDAction"); \ static_assert(offsetof(InventoryV2_C_HandleGampeadDnDAction, GamepadAction) == 0x000000, "Member 'InventoryV2_C_HandleGampeadDnDAction::GamepadAction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_HandleGampeadDnDAction, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'InventoryV2_C_HandleGampeadDnDAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadDropAction \ static_assert(alignof(InventoryV2_C_GamepadDropAction) == 0x000001, "Wrong alignment on InventoryV2_C_GamepadDropAction"); \ static_assert(sizeof(InventoryV2_C_GamepadDropAction) == 0x000003, "Wrong size on InventoryV2_C_GamepadDropAction"); \ static_assert(offsetof(InventoryV2_C_GamepadDropAction, CallFunc_CustomDrop_ReturnValue) == 0x000000, "Member 'InventoryV2_C_GamepadDropAction::CallFunc_CustomDrop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadDropAction, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'InventoryV2_C_GamepadDropAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadDropAction, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'InventoryV2_C_GamepadDropAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GamepadLegacyAction \ static_assert(alignof(InventoryV2_C_GamepadLegacyAction) == 0x000008, "Wrong alignment on InventoryV2_C_GamepadLegacyAction"); \ static_assert(sizeof(InventoryV2_C_GamepadLegacyAction) == 0x000040, "Wrong size on InventoryV2_C_GamepadLegacyAction"); \ static_assert(offsetof(InventoryV2_C_GamepadLegacyAction, PressedKeyEvent) == 0x000000, "Member 'InventoryV2_C_GamepadLegacyAction::PressedKeyEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GamepadLegacyAction, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'InventoryV2_C_GamepadLegacyAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SetStoreMatchingAvailable \ static_assert(alignof(InventoryV2_C_SetStoreMatchingAvailable) == 0x000008, "Wrong alignment on InventoryV2_C_SetStoreMatchingAvailable"); \ static_assert(sizeof(InventoryV2_C_SetStoreMatchingAvailable) == 0x000018, "Wrong size on InventoryV2_C_SetStoreMatchingAvailable"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000000, "Member 'InventoryV2_C_SetStoreMatchingAvailable::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'InventoryV2_C_SetStoreMatchingAvailable::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'InventoryV2_C_SetStoreMatchingAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'InventoryV2_C_SetStoreMatchingAvailable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, CallFunc_CanStoreByMatchingTypeFrom_ReturnValue) == 0x000012, "Member 'InventoryV2_C_SetStoreMatchingAvailable::CallFunc_CanStoreByMatchingTypeFrom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreMatchingAvailable, CallFunc_IsValid_ReturnValue_1) == 0x000013, "Member 'InventoryV2_C_SetStoreMatchingAvailable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_SetStoreAllAvailable \ static_assert(alignof(InventoryV2_C_SetStoreAllAvailable) == 0x000008, "Wrong alignment on InventoryV2_C_SetStoreAllAvailable"); \ static_assert(sizeof(InventoryV2_C_SetStoreAllAvailable) == 0x000018, "Wrong size on InventoryV2_C_SetStoreAllAvailable"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000000, "Member 'InventoryV2_C_SetStoreAllAvailable::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'InventoryV2_C_SetStoreAllAvailable::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'InventoryV2_C_SetStoreAllAvailable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'InventoryV2_C_SetStoreAllAvailable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, CallFunc_CanStoreAnyFromInventory_ReturnValue) == 0x000012, "Member 'InventoryV2_C_SetStoreAllAvailable::CallFunc_CanStoreAnyFromInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_SetStoreAllAvailable, CallFunc_IsValid_ReturnValue_1) == 0x000013, "Member 'InventoryV2_C_SetStoreAllAvailable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Get_Item_Size \ static_assert(alignof(InventoryV2_C_Get_Item_Size) == 0x000008, "Wrong alignment on InventoryV2_C_Get_Item_Size"); \ static_assert(sizeof(InventoryV2_C_Get_Item_Size) == 0x000048, "Wrong size on InventoryV2_C_Get_Item_Size"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CellItem) == 0x000000, "Member 'InventoryV2_C_Get_Item_Size::CellItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, Min) == 0x000008, "Member 'InventoryV2_C_Get_Item_Size::Min' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, Max) == 0x000010, "Member 'InventoryV2_C_Get_Item_Size::Max' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000028, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00002C, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_MakeVector2D_ReturnValue) == 0x000030, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_MakeVector2D_ReturnValue_1) == 0x000038, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Get_Item_Size, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000040, "Member 'InventoryV2_C_Get_Item_Size::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_GetIntersectedItem \ static_assert(alignof(InventoryV2_C_GetIntersectedItem) == 0x000008, "Wrong alignment on InventoryV2_C_GetIntersectedItem"); \ static_assert(sizeof(InventoryV2_C_GetIntersectedItem) == 0x000060, "Wrong size on InventoryV2_C_GetIntersectedItem"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, Point) == 0x000000, "Member 'InventoryV2_C_GetIntersectedItem::Point' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, bIsFound) == 0x000008, "Member 'InventoryV2_C_GetIntersectedItem::bIsFound' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, IntersectedItem) == 0x000010, "Member 'InventoryV2_C_GetIntersectedItem::IntersectedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, Temp_int_Array_Index_Variable) == 0x000018, "Member 'InventoryV2_C_GetIntersectedItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'InventoryV2_C_GetIntersectedItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_X) == 0x000024, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Array_Get_Item) == 0x000030, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Get_Item_Size_MIn) == 0x00003C, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Get_Item_Size_MIn' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_Get_Item_Size_Max) == 0x000044, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_Get_Item_Size_Max' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_X_1) == 0x00004C, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_Y_1) == 0x000050, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_X_2) == 0x000054, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BreakVector2D_Y_2) == 0x000058, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_InRange_FloatFloat_ReturnValue) == 0x00005C, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x00005D, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_GetIntersectedItem, CallFunc_BooleanAND_ReturnValue) == 0x00005E, "Member 'InventoryV2_C_GetIntersectedItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_Hover_Nearest_Item \ static_assert(alignof(InventoryV2_C_Hover_Nearest_Item) == 0x000008, "Wrong alignment on InventoryV2_C_Hover_Nearest_Item"); \ static_assert(sizeof(InventoryV2_C_Hover_Nearest_Item) == 0x0001C0, "Wrong size on InventoryV2_C_Hover_Nearest_Item"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Direction) == 0x000000, "Member 'InventoryV2_C_Hover_Nearest_Item::Direction' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, bIsHovered) == 0x000008, "Member 'InventoryV2_C_Hover_Nearest_Item::bIsHovered' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, TouchedItem) == 0x000010, "Member 'InventoryV2_C_Hover_Nearest_Item::TouchedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, TestTouchPoint) == 0x000018, "Member 'InventoryV2_C_Hover_Nearest_Item::TestTouchPoint' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, NewLocalVar_0) == 0x000020, "Member 'InventoryV2_C_Hover_Nearest_Item::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CurrentCell) == 0x000028, "Member 'InventoryV2_C_Hover_Nearest_Item::CurrentCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, MaxCoords) == 0x000030, "Member 'InventoryV2_C_Hover_Nearest_Item::MaxCoords' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, StepSize) == 0x000038, "Member 'InventoryV2_C_Hover_Nearest_Item::StepSize' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, SelectedCell) == 0x000040, "Member 'InventoryV2_C_Hover_Nearest_Item::SelectedCell' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Temp_int_Variable) == 0x000048, "Member 'InventoryV2_C_Hover_Nearest_Item::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Temp_int_Variable_1) == 0x00004C, "Member 'InventoryV2_C_Hover_Nearest_Item::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Temp_int_Variable_2) == 0x000058, "Member 'InventoryV2_C_Hover_Nearest_Item::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Temp_int_Variable_3) == 0x00005C, "Member 'InventoryV2_C_Hover_Nearest_Item::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_IntInt_ReturnValue_3) == 0x000064, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, Temp_int_Variable_4) == 0x000068, "Member 'InventoryV2_C_Hover_Nearest_Item::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00006C, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000070, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_IntInt_ReturnValue_4) == 0x000074, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000078, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Get_Item) == 0x000080, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_AsGamepad_Interface) == 0x000088, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GPI_Unhover_self_CastInput) == 0x0000A8, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GPI_Unhover_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Length_ReturnValue_1) == 0x0000BC, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C1, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_X) == 0x0000C4, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_Y) == 0x0000C8, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_FTrunc_ReturnValue) == 0x0000CC, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_FTrunc_ReturnValue_1) == 0x0000D0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_MakeStruct_CellCoord) == 0x0000D4, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_MakeStruct_CellCoord' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GET_DATA_InventoryWidgets) == 0x0000E0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GET_DATA_InventoryWidgets' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GET_DATA_OK) == 0x000100, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GET_DATA_OK' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000108, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Get_Item_2) == 0x000120, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Get_Item_3) == 0x000128, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000130, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'InventoryV2_C_Hover_Nearest_Item::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GPI_Unhover_self_CastInput_1) == 0x000148, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GPI_Unhover_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Array_Length_ReturnValue_3) == 0x00015C, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Less_IntInt_ReturnValue_2) == 0x000160, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Less_IntInt_ReturnValue_3) == 0x000161, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GetIntersectedItem_bIsFound) == 0x000162, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GetIntersectedItem_bIsFound' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GetIntersectedItem_IntersectedItem) == 0x000168, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GetIntersectedItem_IntersectedItem' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_X_1) == 0x000170, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_Y_1) == 0x000174, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000178, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Get_Item_Size_MIn) == 0x00017C, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Get_Item_Size_MIn' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Get_Item_Size_Max) == 0x000184, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Get_Item_Size_Max' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00018C, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_X_2) == 0x000190, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_Y_2) == 0x000194, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_MakeVector2D_ReturnValue) == 0x000198, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_X_3) == 0x0001A0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BreakVector2D_Y_3) == 0x0001A4, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_InRange_FloatFloat_ReturnValue) == 0x0001A8, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x0001A9, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_BooleanAND_ReturnValue) == 0x0001AA, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_IsValid_ReturnValue) == 0x0001AB, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Not_PreBool_ReturnValue) == 0x0001AC, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001AD, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GetIntersectedItem_bIsFound_1) == 0x0001AE, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GetIntersectedItem_bIsFound_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_GetIntersectedItem_IntersectedItem_1) == 0x0001B0, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_GetIntersectedItem_IntersectedItem_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_Hover_Nearest_Item, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0001B8, "Member 'InventoryV2_C_Hover_Nearest_Item::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_UpdateSortButtonProgress \ static_assert(alignof(InventoryV2_C_UpdateSortButtonProgress) == 0x000008, "Wrong alignment on InventoryV2_C_UpdateSortButtonProgress"); \ static_assert(sizeof(InventoryV2_C_UpdateSortButtonProgress) == 0x000038, "Wrong size on InventoryV2_C_UpdateSortButtonProgress"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, Progress) == 0x000000, "Member 'InventoryV2_C_UpdateSortButtonProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'InventoryV2_C_UpdateSortButtonProgress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, K2Node_DynamicCast_AsKey_Hold_Progress_Displayer) == 0x000008, "Member 'InventoryV2_C_UpdateSortButtonProgress::K2Node_DynamicCast_AsKey_Hold_Progress_Displayer' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'InventoryV2_C_UpdateSortButtonProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, K2Node_DynamicCast_AsKey_Hold_Progress_Displayer_1) == 0x000020, "Member 'InventoryV2_C_UpdateSortButtonProgress::K2Node_DynamicCast_AsKey_Hold_Progress_Displayer_1' has a wrong offset!"); \ static_assert(offsetof(InventoryV2_C_UpdateSortButtonProgress, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'InventoryV2_C_UpdateSortButtonProgress::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryV2_C_V2_GetGamepadController \ static_assert(alignof(InventoryV2_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on InventoryV2_C_V2_GetGamepadController"); \ static_assert(sizeof(InventoryV2_C_V2_GetGamepadController) == 0x000008, "Wrong size on InventoryV2_C_V2_GetGamepadController"); \ static_assert(offsetof(InventoryV2_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'InventoryV2_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryV2_C \ static_assert(alignof(UInventoryV2_C) == 0x000008, "Wrong alignment on UInventoryV2_C"); \ static_assert(sizeof(UInventoryV2_C) == 0x000588, "Wrong size on UInventoryV2_C"); \ static_assert(offsetof(UInventoryV2_C, UberGraphFrame_InventoryV2_C) == 0x000300, "Member 'UInventoryV2_C::UberGraphFrame_InventoryV2_C' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ActionText) == 0x000308, "Member 'UInventoryV2_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ActionText_1) == 0x000310, "Member 'UInventoryV2_C::ActionText_1' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ActionText_2) == 0x000318, "Member 'UInventoryV2_C::ActionText_2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Bottom) == 0x000320, "Member 'UInventoryV2_C::Bottom' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Button_Back) == 0x000328, "Member 'UInventoryV2_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, HelpGamepad) == 0x000330, "Member 'UInventoryV2_C::HelpGamepad' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, HelpPC) == 0x000338, "Member 'UInventoryV2_C::HelpPC' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, HUDPlayerStats) == 0x000340, "Member 'UInventoryV2_C::HUDPlayerStats' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Image) == 0x000348, "Member 'UInventoryV2_C::Image' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Inventory2_Ammo) == 0x000350, "Member 'UInventoryV2_C::Inventory2_Ammo' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Inventory2_ExternalInventory) == 0x000358, "Member 'UInventoryV2_C::Inventory2_ExternalInventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Inventory2_PlayerInventory) == 0x000360, "Member 'UInventoryV2_C::Inventory2_PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryPanelOverlay) == 0x000368, "Member 'UInventoryV2_C::InventoryPanelOverlay' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryV2_KeyAction) == 0x000370, "Member 'UInventoryV2_C::InventoryV2_KeyAction' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryV2_KeyDetails) == 0x000378, "Member 'UInventoryV2_C::InventoryV2_KeyDetails' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryV2_KeyEsc) == 0x000380, "Member 'UInventoryV2_C::InventoryV2_KeyEsc' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryV2_KeyJ) == 0x000388, "Member 'UInventoryV2_C::InventoryV2_KeyJ' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, InventoryV2_KeyR) == 0x000390, "Member 'UInventoryV2_C::InventoryV2_KeyR' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyDisplay) == 0x000398, "Member 'UInventoryV2_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyDisplay_144) == 0x0003A0, "Member 'UInventoryV2_C::KeyDisplay_144' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyLMB) == 0x0003A8, "Member 'UInventoryV2_C::KeyLMB' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyShift) == 0x0003B0, "Member 'UInventoryV2_C::KeyShift' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyTooltipWidget) == 0x0003B8, "Member 'UInventoryV2_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyTooltipWidget_2) == 0x0003C0, "Member 'UInventoryV2_C::KeyTooltipWidget_2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyTooltipWidget_77) == 0x0003C8, "Member 'UInventoryV2_C::KeyTooltipWidget_77' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyTooltipWidget_253) == 0x0003D0, "Member 'UInventoryV2_C::KeyTooltipWidget_253' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, KeyTooltipWidget_358) == 0x0003D8, "Member 'UInventoryV2_C::KeyTooltipWidget_358' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, MoveAllButton) == 0x0003E0, "Member 'UInventoryV2_C::MoveAllButton' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, MoveAllShaodw) == 0x0003E8, "Member 'UInventoryV2_C::MoveAllShaodw' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, MoveStackKey) == 0x0003F0, "Member 'UInventoryV2_C::MoveStackKey' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, MoveStackKeyHint) == 0x0003F8, "Member 'UInventoryV2_C::MoveStackKeyHint' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Shift_LMB) == 0x000400, "Member 'UInventoryV2_C::Shift_LMB' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Armor) == 0x000408, "Member 'UInventoryV2_C::Slot_Armor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Backpack) == 0x000410, "Member 'UInventoryV2_C::Slot_Backpack' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Grenade) == 0x000418, "Member 'UInventoryV2_C::Slot_Grenade' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Hat) == 0x000420, "Member 'UInventoryV2_C::Slot_Hat' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Weapon1) == 0x000428, "Member 'UInventoryV2_C::Slot_Weapon1' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slot_Weapon2) == 0x000430, "Member 'UInventoryV2_C::Slot_Weapon2' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, SlotsList) == 0x000438, "Member 'UInventoryV2_C::SlotsList' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, SortInventoryContainer) == 0x000440, "Member 'UInventoryV2_C::SortInventoryContainer' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, SortInventoryHint) == 0x000448, "Member 'UInventoryV2_C::SortInventoryHint' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Spacer) == 0x000450, "Member 'UInventoryV2_C::Spacer' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Spacer_859) == 0x000458, "Member 'UInventoryV2_C::Spacer_859' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, StoreAllContainer) == 0x000460, "Member 'UInventoryV2_C::StoreAllContainer' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, StoreAllKeyHint) == 0x000468, "Member 'UInventoryV2_C::StoreAllKeyHint' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, SwitchLBRB) == 0x000470, "Member 'UInventoryV2_C::SwitchLBRB' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, MaxHP) == 0x000478, "Member 'UInventoryV2_C::MaxHP' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, HP) == 0x00047C, "Member 'UInventoryV2_C::HP' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Player) == 0x000480, "Member 'UInventoryV2_C::Player' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, DND_Operation) == 0x000488, "Member 'UInventoryV2_C::DND_Operation' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Slots) == 0x000490, "Member 'UInventoryV2_C::Slots' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, LocalPlaceholder) == 0x0004A0, "Member 'UInventoryV2_C::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, Favorites) == 0x0004A8, "Member 'UInventoryV2_C::Favorites' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ExternalExist) == 0x0004B8, "Member 'UInventoryV2_C::ExternalExist' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, CurrentMouseOnPanel) == 0x0004C0, "Member 'UInventoryV2_C::CurrentMouseOnPanel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, GamepadController) == 0x0004C8, "Member 'UInventoryV2_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, CurrentGamepadPanel) == 0x0004D0, "Member 'UInventoryV2_C::CurrentGamepadPanel' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, PlayerInventoryGridItems) == 0x0004D8, "Member 'UInventoryV2_C::PlayerInventoryGridItems' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ExternalInventoryGridItems) == 0x0004E8, "Member 'UInventoryV2_C::ExternalInventoryGridItems' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, ExternalExtendInventoryGridItems) == 0x0004F8, "Member 'UInventoryV2_C::ExternalExtendInventoryGridItems' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, HiddenMouseCursor) == 0x000508, "Member 'UInventoryV2_C::HiddenMouseCursor' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, IsShiftDown) == 0x000510, "Member 'UInventoryV2_C::IsShiftDown' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, SelectedSlot) == 0x000518, "Member 'UInventoryV2_C::SelectedSlot' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, CurrentHoveredCell) == 0x000520, "Member 'UInventoryV2_C::CurrentHoveredCell' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, PanelPositions) == 0x000528, "Member 'UInventoryV2_C::PanelPositions' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, CurrentPanelPosition) == 0x000578, "Member 'UInventoryV2_C::CurrentPanelPosition' has a wrong offset!"); \ static_assert(offsetof(UInventoryV2_C, LastTouchPoint) == 0x000580, "Member 'UInventoryV2_C::LastTouchPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base \ static_assert(alignof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base"); \ static_assert(sizeof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base) == 0x000470, "Wrong size on IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, EntryPoint) == 0x000000, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable) == 0x000018, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable_1) == 0x000019, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Event_Type) == 0x00001A, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Event_KeyText) == 0x00001B, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetViewportSize_ReturnValue) == 0x00001C, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetViewportScale_ReturnValue) == 0x000024, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000028, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable_2) == 0x000050, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000058, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_HasAuthority_ReturnValue) == 0x000061, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable_3) == 0x000063, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000078, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_bool_Variable_1) == 0x000080, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x000088, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_HasAuthority_ReturnValue_1) == 0x000091, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x000092, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000098, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable_4) == 0x0000A1, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000A8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000B0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000B1, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_BooleanAND_ReturnValue) == 0x0000B2, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetCanOpenSession_value) == 0x0000B3, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetCanOpenSession_value' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000B8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Select_Default) == 0x0000C0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_3) == 0x0000C8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetRenderOpacity_ReturnValue) == 0x0000D0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D4, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_ComponentBoundEvent_isHoveredNow) == 0x0000D5, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_ComponentBoundEvent_isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_ComponentBoundEvent_ItemIndex_1) == 0x0000D8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_ComponentBoundEvent_ItemIndex_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x0000DD, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_ComponentBoundEvent_ItemIndex) == 0x0000E0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_SwitchInteger_CmpSuccess) == 0x0000E4, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000F8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetHUD_ReturnValue) == 0x000100, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_bool_Variable_2) == 0x000108, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsHUD_Interface) == 0x000110, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000121, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_3) == 0x000128, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_HasAuthority_ReturnValue_2) == 0x000130, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_4) == 0x000138, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsConsolePlatform_ReturnValue) == 0x000140, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000148, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_3) == 0x000150, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Event_IsDesignTime) == 0x000151, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetGameInstance_ReturnValue) == 0x000158, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsFGGame_Instance) == 0x000160, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_4) == 0x000170, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_SpawnObject_ReturnValue) == 0x000178, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000180, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000188, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_4) == 0x000190, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsValid_ReturnValue_2) == 0x000192, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Conv_StringToText_ReturnValue) == 0x000198, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData) == 0x0001B0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_2) == 0x000230, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_3) == 0x000270, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002B0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002F0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetWorldRate_ReturnValue) == 0x000330, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeStruct_FormatArgumentData_6) == 0x000338, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_CustomEvent_PlayerState) == 0x000378, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_CustomEvent_PlayerState' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_MakeArray_Array) == 0x000380, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Format_ReturnValue) == 0x000390, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_5) == 0x0003A8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x0003B0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetEndTime_ReturnValue) == 0x0003B4, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_6) == 0x0003B8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_ComponentBoundEvent_PlayerState) == 0x0003C0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_ComponentBoundEvent_PlayerState' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetViewportSize_ReturnValue_1) == 0x0003C8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_5) == 0x0003D0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Divide_Vector2DFloat_ReturnValue_1) == 0x0003D8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Divide_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_BreakVector2D_X) == 0x0003E0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_BreakVector2D_Y) == 0x0003E4, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerPawn_ReturnValue) == 0x0003E8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_FTrunc_ReturnValue) == 0x0003F0, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsBPI_Ingame_Menu) == 0x0003F8, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsBPI_Ingame_Menu' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_5) == 0x000408, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_DoesImplementInterface_ReturnValue) == 0x000409, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsThird_Person_Character) == 0x000410, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_6) == 0x000418, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_FTrunc_ReturnValue_1) == 0x00041C, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_6) == 0x000420, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_7) == 0x000428, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_HasAuthority_ReturnValue_3) == 0x000430, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetHUD_ReturnValue_1) == 0x000438, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Create_ReturnValue) == 0x000440, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_AsHUD_Interface_1) == 0x000448, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_DynamicCast_bSuccess_7) == 0x000458, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_GetIsGamepadNow_IsGamepad_1) == 0x000459, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_GetIsGamepadNow_IsGamepad_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_4) == 0x00045A, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x00045B, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_AddChildToCanvas_ReturnValue) == 0x000460, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Select_Default_1) == 0x000468, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, Temp_byte_Variable_5) == 0x000469, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsValid_ReturnValue_3) == 0x00046A, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, K2Node_Select_Default_2) == 0x00046B, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base, CallFunc_IsConsolePlatform_ReturnValue_1) == 0x00046C, "Member 'IngameMenuV2_Base_C_ExecuteUbergraph_IngameMenuV2_Base::CallFunc_IsConsolePlatform_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature \ static_assert(alignof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature"); \ static_assert(sizeof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature) == 0x000008, "Wrong size on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature"); \ static_assert(offsetof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature, PlayerState) == 0x000000, "Member 'IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_IngameMenuV2_SessionWidget_K2Node_ComponentBoundEvent_12_ShowPlayerRights__DelegateSignature::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_ShowCompanionRights \ static_assert(alignof(IngameMenuV2_Base_C_ShowCompanionRights) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_ShowCompanionRights"); \ static_assert(sizeof(IngameMenuV2_Base_C_ShowCompanionRights) == 0x000008, "Wrong size on IngameMenuV2_Base_C_ShowCompanionRights"); \ static_assert(offsetof(IngameMenuV2_Base_C_ShowCompanionRights, PlayerState) == 0x000000, "Member 'IngameMenuV2_Base_C_ShowCompanionRights::PlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_PreConstruct \ static_assert(alignof(IngameMenuV2_Base_C_PreConstruct) == 0x000001, "Wrong alignment on IngameMenuV2_Base_C_PreConstruct"); \ static_assert(sizeof(IngameMenuV2_Base_C_PreConstruct) == 0x000001, "Wrong size on IngameMenuV2_Base_C_PreConstruct"); \ static_assert(offsetof(IngameMenuV2_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'IngameMenuV2_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature \ static_assert(alignof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_4_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature \ static_assert(alignof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature) == 0x000004, "Wrong alignment on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature"); \ static_assert(sizeof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature) == 0x000008, "Wrong size on IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature"); \ static_assert(offsetof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature, isHoveredNow) == 0x000000, "Member 'IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature, ItemIndex) == 0x000004, "Member 'IngameMenuV2_Base_C_BndEvt__IngameMenuV2_Base_RectList_K2Node_ComponentBoundEvent_2_OnListItemHovered__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_V2_Show_ButtonTips \ static_assert(alignof(IngameMenuV2_Base_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on IngameMenuV2_Base_C_V2_Show_ButtonTips"); \ static_assert(sizeof(IngameMenuV2_Base_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on IngameMenuV2_Base_C_V2_Show_ButtonTips"); \ static_assert(offsetof(IngameMenuV2_Base_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'IngameMenuV2_Base_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'IngameMenuV2_Base_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetHintText \ static_assert(alignof(IngameMenuV2_Base_C_SetHintText) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_SetHintText"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetHintText) == 0x000420, "Wrong size on IngameMenuV2_Base_C_SetHintText"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, MenuItem) == 0x000000, "Member 'IngameMenuV2_Base_C_SetHintText::MenuItem' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_Base_C_SetHintText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000020, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array) == 0x0000B8, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0000C8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000138, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_1) == 0x000150, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_2) == 0x0001B8, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, Temp_int_Variable) == 0x0001C8, "Member 'IngameMenuV2_Base_C_SetHintText::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_2) == 0x0001D0, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0001E8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000200, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000218, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_5) == 0x000258, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_3) == 0x000298, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_4) == 0x0002A8, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_3) == 0x0002B8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_4) == 0x0002D0, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_6) == 0x0002E8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_MakeLiteralText_ReturnValue_7) == 0x000300, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000318, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeStruct_FormatArgumentData_7) == 0x000358, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_5) == 0x000398, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_MakeArray_Array_6) == 0x0003A8, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_5) == 0x0003B8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_Format_ReturnValue_6) == 0x0003D0, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, CallFunc_GetCanOpenSession_value) == 0x0003E8, "Member 'IngameMenuV2_Base_C_SetHintText::CallFunc_GetCanOpenSession_value' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_Select_Default) == 0x0003F0, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetHintText, K2Node_Select_Default_1) == 0x000408, "Member 'IngameMenuV2_Base_C_SetHintText::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_GetCanOpenSession \ static_assert(alignof(IngameMenuV2_Base_C_GetCanOpenSession) == 0x000001, "Wrong alignment on IngameMenuV2_Base_C_GetCanOpenSession"); \ static_assert(sizeof(IngameMenuV2_Base_C_GetCanOpenSession) == 0x000004, "Wrong size on IngameMenuV2_Base_C_GetCanOpenSession"); \ static_assert(offsetof(IngameMenuV2_Base_C_GetCanOpenSession, Value) == 0x000000, "Member 'IngameMenuV2_Base_C_GetCanOpenSession::Value' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_GetCanOpenSession, CallFunc_GetWorldState_ReturnValue) == 0x000001, "Member 'IngameMenuV2_Base_C_GetCanOpenSession::CallFunc_GetWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_GetCanOpenSession, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'IngameMenuV2_Base_C_GetCanOpenSession::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_GetCanOpenSession, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'IngameMenuV2_Base_C_GetCanOpenSession::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_OnKeyDown \ static_assert(alignof(IngameMenuV2_Base_C_OnKeyDown) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_OnKeyDown"); \ static_assert(sizeof(IngameMenuV2_Base_C_OnKeyDown) == 0x000C40, "Wrong size on IngameMenuV2_Base_C_OnKeyDown"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'IngameMenuV2_Base_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'IngameMenuV2_Base_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'IngameMenuV2_Base_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000140, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000158, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000159, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x00015A, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000160, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000178, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000179, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00017A, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00017B, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00017C, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x00017D, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00017E, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00017F, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x000180, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x000181, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x000182, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_1) == 0x000183, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x000184, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue_2) == 0x000188, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x0001A0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x0001A1, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsConsolePlatform_ReturnValue) == 0x0001A2, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue) == 0x0001A3, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A4, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsConsolePlatform_ReturnValue_1) == 0x0001A5, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsConsolePlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001A6, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_1) == 0x0001A7, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x0001A8, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x0001B0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Interface) == 0x0001B8, "Member 'IngameMenuV2_Base_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'IngameMenuV2_Base_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_2) == 0x0001C9, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_3) == 0x0001CA, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001CB, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x0001D0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsValid_ReturnValue) == 0x000288, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000290, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_4) == 0x000348, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000350, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x000408, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_5) == 0x0004C0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_6) == 0x0004C1, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x0004C8, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_7) == 0x000580, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x000588, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_8) == 0x000640, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_5) == 0x000648, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_9) == 0x000700, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_10) == 0x000701, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_11) == 0x000702, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_12) == 0x000703, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_6) == 0x000708, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_7) == 0x0007C0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_13) == 0x000878, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_14) == 0x000879, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_15) == 0x00087A, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_16) == 0x00087B, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_8) == 0x000880, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_17) == 0x000938, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_18) == 0x000939, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_19) == 0x00093A, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_9) == 0x000940, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_2) == 0x0009F8, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_3) == 0x0009F9, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_10) == 0x000A00, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_20) == 0x000AB8, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_21) == 0x000AB9, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_11) == 0x000AC0, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_22) == 0x000B78, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_Unhandled_ReturnValue_1) == 0x000B80, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_23) == 0x000C38, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_4) == 0x000C39, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_5) == 0x000C3A, "Member 'IngameMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_OnKeyUp \ static_assert(alignof(IngameMenuV2_Base_C_OnKeyUp) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_OnKeyUp"); \ static_assert(sizeof(IngameMenuV2_Base_C_OnKeyUp) == 0x0005D0, "Wrong size on IngameMenuV2_Base_C_OnKeyUp"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'IngameMenuV2_Base_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'IngameMenuV2_Base_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'IngameMenuV2_Base_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001FA, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000200, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000218, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue) == 0x000219, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000220, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x0002D8, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue_1) == 0x000390, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x000398, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue_2) == 0x000450, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x000458, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_Unhandled_ReturnValue_1) == 0x000510, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue_3) == 0x0005C8, "Member 'IngameMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_OnMouseButtonDown \ static_assert(alignof(IngameMenuV2_Base_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_OnMouseButtonDown"); \ static_assert(sizeof(IngameMenuV2_Base_C_OnMouseButtonDown) == 0x000240, "Wrong size on IngameMenuV2_Base_C_OnMouseButtonDown"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000218, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Interface) == 0x000228, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000238, "Member 'IngameMenuV2_Base_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_CreateSettingsView \ static_assert(alignof(IngameMenuV2_Base_C_CreateSettingsView) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_CreateSettingsView"); \ static_assert(sizeof(IngameMenuV2_Base_C_CreateSettingsView) == 0x000038, "Wrong size on IngameMenuV2_Base_C_CreateSettingsView"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, CallFunc_GetViewportScale_ReturnValue) == 0x000000, "Member 'IngameMenuV2_Base_C_CreateSettingsView::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, CallFunc_GetViewportSize_ReturnValue) == 0x000004, "Member 'IngameMenuV2_Base_C_CreateSettingsView::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'IngameMenuV2_Base_C_CreateSettingsView::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x00001C, "Member 'IngameMenuV2_Base_C_CreateSettingsView::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, CallFunc_Create_ReturnValue) == 0x000028, "Member 'IngameMenuV2_Base_C_CreateSettingsView::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_CreateSettingsView, CallFunc_AddChildToCanvas_ReturnValue) == 0x000030, "Member 'IngameMenuV2_Base_C_CreateSettingsView::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_UnfocusMenu \ static_assert(alignof(IngameMenuV2_Base_C_UnfocusMenu) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_UnfocusMenu"); \ static_assert(sizeof(IngameMenuV2_Base_C_UnfocusMenu) == 0x000010, "Wrong size on IngameMenuV2_Base_C_UnfocusMenu"); \ static_assert(offsetof(IngameMenuV2_Base_C_UnfocusMenu, Target) == 0x000000, "Member 'IngameMenuV2_Base_C_UnfocusMenu::Target' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_UnfocusMenu, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'IngameMenuV2_Base_C_UnfocusMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_Read_World_Settings \ static_assert(alignof(IngameMenuV2_Base_C_Read_World_Settings) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_Read_World_Settings"); \ static_assert(sizeof(IngameMenuV2_Base_C_Read_World_Settings) == 0x000048, "Wrong size on IngameMenuV2_Base_C_Read_World_Settings"); \ static_assert(offsetof(IngameMenuV2_Base_C_Read_World_Settings, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000000, "Member 'IngameMenuV2_Base_C_Read_World_Settings::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_Read_World_Settings, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'IngameMenuV2_Base_C_Read_World_Settings::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetWorldSettings \ static_assert(alignof(IngameMenuV2_Base_C_SetWorldSettings) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_SetWorldSettings"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetWorldSettings) == 0x000108, "Wrong size on IngameMenuV2_Base_C_SetWorldSettings"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CurrentSettingsRef) == 0x000000, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CurrentSettingsRef' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, SelectedSaveName) == 0x000040, "Member 'IngameMenuV2_Base_C_SetWorldSettings::SelectedSaveName' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_VoidDamage) == 0x000058, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_VoidDamage' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_VoidHealth) == 0x00005C, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_VoidHealth' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersDamage) == 0x000060, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersDamage' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersHealth) == 0x000064, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersHealth' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersAccuracy) == 0x000068, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersAccuracy' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersAggression) == 0x00006C, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersAggression' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SwarmDamage) == 0x000070, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SwarmDamage' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SwarmHealth) == 0x000074, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SwarmHealth' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetAISettings_SharkCount) == 0x000078, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetAISettings_SharkCount' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetSettingsValue_ReturnValue) == 0x00007C, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, K2Node_MakeStruct_GameDifficultySettings_AI) == 0x000080, "Member 'IngameMenuV2_Base_C_SetWorldSettings::K2Node_MakeStruct_GameDifficultySettings_AI' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, K2Node_MakeStruct_GameDifficultySettings_WagonModule) == 0x0000B0, "Member 'IngameMenuV2_Base_C_SetWorldSettings::K2Node_MakeStruct_GameDifficultySettings_WagonModule' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetCharacterSettings_DropLoot) == 0x0000B4, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetCharacterSettings_DropLoot' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetCharacterSettings_DestroyLoot) == 0x0000B5, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetCharacterSettings_DestroyLoot' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetCharacterSettings_Hunger) == 0x0000B6, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetCharacterSettings_Hunger' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetCharacterSettings_StackSize) == 0x0000B8, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetCharacterSettings_StackSize' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0000C0, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_GetSettings_ReturnValue) == 0x0000C8, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetWorldSettings, CallFunc_SaveSettings_ReturnValue) == 0x000104, "Member 'IngameMenuV2_Base_C_SetWorldSettings::CallFunc_SaveSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_HandleBackToMenu \ static_assert(alignof(IngameMenuV2_Base_C_HandleBackToMenu) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_HandleBackToMenu"); \ static_assert(sizeof(IngameMenuV2_Base_C_HandleBackToMenu) == 0x000038, "Wrong size on IngameMenuV2_Base_C_HandleBackToMenu"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, CachedHoveIndex) == 0x000000, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::CachedHoveIndex' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, Temp_int_Variable) == 0x000008, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, K2Node_DynamicCast_AsHUD_Interface) == 0x000020, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000031, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000032, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_HandleBackToMenu, K2Node_Select_Default) == 0x000034, "Member 'IngameMenuV2_Base_C_HandleBackToMenu::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_DrawAppVersion \ static_assert(alignof(IngameMenuV2_Base_C_DrawAppVersion) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_DrawAppVersion"); \ static_assert(sizeof(IngameMenuV2_Base_C_DrawAppVersion) == 0x000100, "Wrong size on IngameMenuV2_Base_C_DrawAppVersion"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, CallFunc_GetAppVersion_ReturnValue) == 0x000000, "Member 'IngameMenuV2_Base_C_DrawAppVersion::CallFunc_GetAppVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'IngameMenuV2_Base_C_DrawAppVersion::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'IngameMenuV2_Base_C_DrawAppVersion::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'IngameMenuV2_Base_C_DrawAppVersion::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'IngameMenuV2_Base_C_DrawAppVersion::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, K2Node_MakeArray_Array) == 0x0000C0, "Member 'IngameMenuV2_Base_C_DrawAppVersion::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'IngameMenuV2_Base_C_DrawAppVersion::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_DrawAppVersion, CallFunc_TextToUpper_ReturnValue) == 0x0000E8, "Member 'IngameMenuV2_Base_C_DrawAppVersion::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetupCultureItems \ static_assert(alignof(IngameMenuV2_Base_C_SetupCultureItems) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_SetupCultureItems"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetupCultureItems) == 0x0000B8, "Wrong size on IngameMenuV2_Base_C_SetupCultureItems"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_int_Variable) == 0x000000, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_bool_Variable) == 0x000004, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_object_Variable) == 0x000010, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_object_Variable_1) == 0x000018, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_bool_Variable_1) == 0x000020, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_string_Variable) == 0x000028, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_string_Variable_1) == 0x000038, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_bool_Variable_2) == 0x000048, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_byte_Variable) == 0x000049, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, Temp_byte_Variable_1) == 0x00004A, "Member 'IngameMenuV2_Base_C_SetupCultureItems::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, K2Node_MakeArray_Array) == 0x000050, "Member 'IngameMenuV2_Base_C_SetupCultureItems::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_Array_Get_Item) == 0x000060, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_GetCurrentCulture_ReturnValue) == 0x000070, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000080, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000090, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000091, "Member 'IngameMenuV2_Base_C_SetupCultureItems::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, K2Node_Select_Default) == 0x000098, "Member 'IngameMenuV2_Base_C_SetupCultureItems::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, K2Node_Select_Default_1) == 0x0000A0, "Member 'IngameMenuV2_Base_C_SetupCultureItems::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetupCultureItems, K2Node_Select_Default_2) == 0x0000B0, "Member 'IngameMenuV2_Base_C_SetupCultureItems::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_InitMenuLists \ static_assert(alignof(IngameMenuV2_Base_C_InitMenuLists) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_InitMenuLists"); \ static_assert(sizeof(IngameMenuV2_Base_C_InitMenuLists) == 0x000078, "Wrong size on IngameMenuV2_Base_C_InitMenuLists"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, MenuItems) == 0x000000, "Member 'IngameMenuV2_Base_C_InitMenuLists::MenuItems' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'IngameMenuV2_Base_C_InitMenuLists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, Temp_int_Array_Index_Variable) == 0x000018, "Member 'IngameMenuV2_Base_C_InitMenuLists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00001C, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Array_Get_Item) == 0x000020, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_IsConsolePlatform_ReturnValue) == 0x00002D, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_IsConsolePlatform_ReturnValue_1) == 0x00002E, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_IsConsolePlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Not_PreBool_ReturnValue) == 0x00002F, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'IngameMenuV2_Base_C_InitMenuLists::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'IngameMenuV2_Base_C_InitMenuLists::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, K2Node_MakeArray_Array) == 0x000040, "Member 'IngameMenuV2_Base_C_InitMenuLists::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, CallFunc_Less_IntInt_ReturnValue_1) == 0x000060, "Member 'IngameMenuV2_Base_C_InitMenuLists::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_InitMenuLists, K2Node_MakeArray_Array_1) == 0x000068, "Member 'IngameMenuV2_Base_C_InitMenuLists::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetGamepadMode \ static_assert(alignof(IngameMenuV2_Base_C_SetGamepadMode) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_SetGamepadMode"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetGamepadMode) == 0x000050, "Wrong size on IngameMenuV2_Base_C_SetGamepadMode"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'IngameMenuV2_Base_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, Temp_bool_Variable) == 0x000001, "Member 'IngameMenuV2_Base_C_SetGamepadMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, Temp_byte_Variable) == 0x000002, "Member 'IngameMenuV2_Base_C_SetGamepadMode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, Temp_byte_Variable_1) == 0x000003, "Member 'IngameMenuV2_Base_C_SetGamepadMode::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_Select_Default) == 0x000004, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface) == 0x000008, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000020, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x000038, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetGamepadMode, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'IngameMenuV2_Base_C_SetGamepadMode::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetPlatformAppearance \ static_assert(alignof(IngameMenuV2_Base_C_SetPlatformAppearance) == 0x000001, "Wrong alignment on IngameMenuV2_Base_C_SetPlatformAppearance"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetPlatformAppearance) == 0x000005, "Wrong size on IngameMenuV2_Base_C_SetPlatformAppearance"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetPlatformAppearance, bIsConsole) == 0x000000, "Member 'IngameMenuV2_Base_C_SetPlatformAppearance::bIsConsole' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetPlatformAppearance, Temp_bool_Variable) == 0x000001, "Member 'IngameMenuV2_Base_C_SetPlatformAppearance::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable) == 0x000002, "Member 'IngameMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_1) == 0x000003, "Member 'IngameMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetPlatformAppearance, K2Node_Select_Default) == 0x000004, "Member 'IngameMenuV2_Base_C_SetPlatformAppearance::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_SetDefaultAppearance \ static_assert(alignof(IngameMenuV2_Base_C_SetDefaultAppearance) == 0x000001, "Wrong alignment on IngameMenuV2_Base_C_SetDefaultAppearance"); \ static_assert(sizeof(IngameMenuV2_Base_C_SetDefaultAppearance) == 0x000001, "Wrong size on IngameMenuV2_Base_C_SetDefaultAppearance"); \ static_assert(offsetof(IngameMenuV2_Base_C_SetDefaultAppearance, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'IngameMenuV2_Base_C_SetDefaultAppearance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IngameMenuV2_Base_C_V2_GetGamepadController \ static_assert(alignof(IngameMenuV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on IngameMenuV2_Base_C_V2_GetGamepadController"); \ static_assert(sizeof(IngameMenuV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong size on IngameMenuV2_Base_C_V2_GetGamepadController"); \ static_assert(offsetof(IngameMenuV2_Base_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'IngameMenuV2_Base_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIngameMenuV2_Base_C \ static_assert(alignof(UIngameMenuV2_Base_C) == 0x000008, "Wrong alignment on UIngameMenuV2_Base_C"); \ static_assert(sizeof(UIngameMenuV2_Base_C) == 0x0003F8, "Wrong size on UIngameMenuV2_Base_C"); \ static_assert(offsetof(UIngameMenuV2_Base_C, UberGraphFrame) == 0x000260, "Member 'UIngameMenuV2_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, HideIngameMenu) == 0x000268, "Member 'UIngameMenuV2_Base_C::HideIngameMenu' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Animation_ShowCompanionRights) == 0x000270, "Member 'UIngameMenuV2_Base_C::Animation_ShowCompanionRights' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, ShowSavesBox) == 0x000278, "Member 'UIngameMenuV2_Base_C::ShowSavesBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Animation_ShowSettings) == 0x000280, "Member 'UIngameMenuV2_Base_C::Animation_ShowSettings' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, ShowHoverHintBox) == 0x000288, "Member 'UIngameMenuV2_Base_C::ShowHoverHintBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Debug_Text) == 0x000290, "Member 'UIngameMenuV2_Base_C::Debug_Text' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, DebugBox) == 0x000298, "Member 'UIngameMenuV2_Base_C::DebugBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, HintText) == 0x0002A0, "Member 'UIngameMenuV2_Base_C::HintText' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, HoverHintBox) == 0x0002A8, "Member 'UIngameMenuV2_Base_C::HoverHintBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Image_36) == 0x0002B0, "Member 'UIngameMenuV2_Base_C::Image_36' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, IngameMenuV2_CompanionRights) == 0x0002B8, "Member 'UIngameMenuV2_Base_C::IngameMenuV2_CompanionRights' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, IngameMenuV2_SavesWidget) == 0x0002C0, "Member 'UIngameMenuV2_Base_C::IngameMenuV2_SavesWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, IngameMenuV2_SessionWidget) == 0x0002C8, "Member 'UIngameMenuV2_Base_C::IngameMenuV2_SessionWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyDisplay) == 0x0002D0, "Member 'UIngameMenuV2_Base_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyDisplay_1) == 0x0002D8, "Member 'UIngameMenuV2_Base_C::KeyDisplay_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyHintsWrapper) == 0x0002E0, "Member 'UIngameMenuV2_Base_C::KeyHintsWrapper' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyTooltipWidget) == 0x0002E8, "Member 'UIngameMenuV2_Base_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyTooltipWidget_1) == 0x0002F0, "Member 'UIngameMenuV2_Base_C::KeyTooltipWidget_1' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyTooltipWidget_2) == 0x0002F8, "Member 'UIngameMenuV2_Base_C::KeyTooltipWidget_2' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, KeyTooltipWidget_3) == 0x000300, "Member 'UIngameMenuV2_Base_C::KeyTooltipWidget_3' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, LabelButton) == 0x000308, "Member 'UIngameMenuV2_Base_C::LabelButton' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Main_CanvasPanel) == 0x000310, "Member 'UIngameMenuV2_Base_C::Main_CanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, MainMenu) == 0x000318, "Member 'UIngameMenuV2_Base_C::MainMenu' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, MainMenuItem) == 0x000320, "Member 'UIngameMenuV2_Base_C::MainMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, MenuList) == 0x000328, "Member 'UIngameMenuV2_Base_C::MenuList' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, QuitMenuItem) == 0x000330, "Member 'UIngameMenuV2_Base_C::QuitMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SaveGameMenuItem) == 0x000338, "Member 'UIngameMenuV2_Base_C::SaveGameMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SessionsMenuItem) == 0x000340, "Member 'UIngameMenuV2_Base_C::SessionsMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SettingsMenuItem) == 0x000348, "Member 'UIngameMenuV2_Base_C::SettingsMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SocialBox) == 0x000350, "Member 'UIngameMenuV2_Base_C::SocialBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SocialButton_Discord) == 0x000358, "Member 'UIngameMenuV2_Base_C::SocialButton_Discord' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SocialButton_Reddit) == 0x000360, "Member 'UIngameMenuV2_Base_C::SocialButton_Reddit' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SocialButton_Twitter) == 0x000368, "Member 'UIngameMenuV2_Base_C::SocialButton_Twitter' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SocialList) == 0x000370, "Member 'UIngameMenuV2_Base_C::SocialList' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SubtextBox) == 0x000378, "Member 'UIngameMenuV2_Base_C::SubtextBox' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, versiontext) == 0x000380, "Member 'UIngameMenuV2_Base_C::versiontext' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, VoidTrainLogo) == 0x000388, "Member 'UIngameMenuV2_Base_C::VoidTrainLogo' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, WideScreenCanvas) == 0x000390, "Member 'UIngameMenuV2_Base_C::WideScreenCanvas' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, WorldSettingsMenuItem) == 0x000398, "Member 'UIngameMenuV2_Base_C::WorldSettingsMenuItem' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, WorldSettingsModule) == 0x0003A0, "Member 'UIngameMenuV2_Base_C::WorldSettingsModule' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, WorldSettingsWrapper) == 0x0003A8, "Member 'UIngameMenuV2_Base_C::WorldSettingsWrapper' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, ClickSound) == 0x0003B0, "Member 'UIngameMenuV2_Base_C::ClickSound' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, HoverSound) == 0x0003B8, "Member 'UIngameMenuV2_Base_C::HoverSound' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, WorldStateManager) == 0x0003C0, "Member 'UIngameMenuV2_Base_C::WorldStateManager' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, GamepadController) == 0x0003C8, "Member 'UIngameMenuV2_Base_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Player) == 0x0003D0, "Member 'UIngameMenuV2_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, Debug_TH) == 0x0003D8, "Member 'UIngameMenuV2_Base_C::Debug_TH' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, GameInstance) == 0x0003E0, "Member 'UIngameMenuV2_Base_C::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, SettingsMenu) == 0x0003E8, "Member 'UIngameMenuV2_Base_C::SettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UIngameMenuV2_Base_C, isAnyDescendantOpened) == 0x0003F0, "Member 'UIngameMenuV2_Base_C::isAnyDescendantOpened' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget \ static_assert(alignof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget) == 0x000008, "Wrong alignment on HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget"); \ static_assert(sizeof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget) == 0x000038, "Wrong size on HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, EntryPoint) == 0x000000, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_Event_Owner) == 0x000008, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_Event_DeltaTime) == 0x000020, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_RotateToTarget_C_ExecuteUbergraph_HTN_RotateToTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_RotateToTarget_C_ReceiveTick \ static_assert(alignof(HTN_RotateToTarget_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_RotateToTarget_C_ReceiveTick"); \ static_assert(sizeof(HTN_RotateToTarget_C_ReceiveTick) == 0x000020, "Wrong size on HTN_RotateToTarget_C_ReceiveTick"); \ static_assert(offsetof(HTN_RotateToTarget_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_RotateToTarget_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_RotateToTarget_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_RotateToTarget_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_RotateToTarget_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_RotateToTarget_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_RotateToTarget_C \ static_assert(alignof(UHTN_RotateToTarget_C) == 0x000008, "Wrong alignment on UHTN_RotateToTarget_C"); \ static_assert(sizeof(UHTN_RotateToTarget_C) == 0x000098, "Wrong size on UHTN_RotateToTarget_C"); \ static_assert(offsetof(UHTN_RotateToTarget_C, UberGraphFrame) == 0x000090, "Member 'UHTN_RotateToTarget_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base \ static_assert(alignof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base) == 0x000008, "Wrong alignment on BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base"); \ static_assert(sizeof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base) == 0x0002F0, "Wrong size on BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, EntryPoint) == 0x000000, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetEffectMaterial_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetLocalSize_ReturnValue) == 0x000050, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_BreakVector2D_X) == 0x000058, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_BreakVector2D_Y) == 0x00005C, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetDesiredSize_ReturnValue) == 0x000064, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_BreakVector2D_X_1) == 0x00006C, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_BreakVector2D_Y_1) == 0x000070, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000078, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_CustomEvent_Placeholder) == 0x000080, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_CustomEvent_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_CustomEvent_WeaponPlaceholder) == 0x000090, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_CustomEvent_WeaponPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_CustomEvent_ModuleType) == 0x000098, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_CustomEvent_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_SpawnObject_ReturnValue) == 0x0000A0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetPlayerController_ReturnValue) == 0x0000A8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0000B0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_2) == 0x0000B8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x0000C0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x0000D0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_3) == 0x0000D8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_4) == 0x0000D9, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_Event_IsDesignTime) == 0x0000DA, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_CanRepair_ReturnValue) == 0x0000DB, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_CanRepair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWorkingWeapon_ReturnValue_2) == 0x0000E0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWorkingWeapon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_5) == 0x0000E8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWorkzoneByPlayer_ReturnValue) == 0x0000EC, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWorkzoneByPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWagonModuleName_ReturnValue) == 0x0000F0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWagonModuleName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000108, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000110, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, Temp_struct_Variable) == 0x000118, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetWorkingWeapon_ReturnValue_3) == 0x000130, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetWorkingWeapon_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_6) == 0x000138, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_IsAlreadySelected_1) == 0x000139, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_IsAlreadySelected_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_ItemIndex_2) == 0x00013C, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_ItemIndex_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayAnimationForward_ReturnValue) == 0x000140, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_Event_Type) == 0x000148, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_Event_KeyText) == 0x000149, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_isHoveredNow) == 0x00014A, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_ItemIndex_1) == 0x00014C, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_ItemIndex_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000150, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_ItemIndex) == 0x000154, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000158, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetItemByIndex_IsValid) == 0x000160, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetItemByIndex_Output) == 0x000168, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000170, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentSelectedItem_Output) == 0x000178, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000180, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsWeapon_Module_Placeholder_1) == 0x000190, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsWeapon_Module_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000199, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetPlaceholder_Placeholder) == 0x0001A0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentSelectedItem_IsValid_1) == 0x0001A8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentSelectedItem_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentSelectedItem_Output_1) == 0x0001B0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentSelectedItem_Output_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsWeapon_Module_Placeholder_2) == 0x0001B8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsWeapon_Module_Placeholder_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_3) == 0x0001C0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetPlaceholder_Placeholder_1) == 0x0001C8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetPlaceholder_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_CanRemoveItem_CanAdd) == 0x0001D0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_CanRemoveItem_CanAdd' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_CreateDelegate_OutputDelegate) == 0x0001D4, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_Event_ContextObject) == 0x0001E8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_Event_ContextObject' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x0001F0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsFGWagon_Module_Weapon_Craft_Table) == 0x0001F8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsFGWagon_Module_Weapon_Craft_Table' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_4) == 0x000200, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000208, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_5) == 0x000210, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000218, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, Temp_struct_Variable_1) == 0x000220, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetHUD_ReturnValue) == 0x000238, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000240, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_6) == 0x000250, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_CurrentOffset) == 0x000254, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_CurrentOffset' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetScrollOffset_ReturnValue) == 0x000258, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000260, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000268, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetCurrentHoveredItem_Output) == 0x000270, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x000278, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetContextType_ModuleType) == 0x000279, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetContextType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetContextType_ModuleType_1) == 0x00027A, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetContextType_ModuleType_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetComponentByClass_ReturnValue) == 0x000280, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_7) == 0x000288, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x00028C, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x0002A0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_AsFullscreen_Widget_Provider_1) == 0x0002A8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_AsFullscreen_Widget_Provider_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_DynamicCast_bSuccess_7) == 0x0002B8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_IsValid_ReturnValue_8) == 0x0002B9, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_ComponentBoundEvent_WeaponPlaceholder) == 0x0002C0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_ComponentBoundEvent_WeaponPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0002C8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, K2Node_MakeArray_Array) == 0x0002D0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayEvent2D_ReturnValue_2) == 0x0002E0, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayEvent2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base, CallFunc_PlayEvent2D_ReturnValue_3) == 0x0002E8, "Member 'BenchV2_Base_C_ExecuteUbergraph_BenchV2_Base::CallFunc_PlayEvent2D_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature \ static_assert(alignof(BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature) == 0x000008, "Wrong alignment on BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature"); \ static_assert(sizeof(BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature) == 0x000008, "Wrong size on BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature, WeaponPlaceholder) == 0x000000, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_BenchSelectWeapon_K2Node_ComponentBoundEvent_3_OnWeaponSelect__DelegateSignature::WeaponPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature \ static_assert(alignof(BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong alignment on BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature"); \ static_assert(sizeof(BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong size on BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature, CurrentOffset) == 0x000000, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_ScrollBox_0_K2Node_ComponentBoundEvent_7_OnUserScrolledEvent__DelegateSignature::CurrentOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnOpen \ static_assert(alignof(BenchV2_Base_C_OnOpen) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnOpen"); \ static_assert(sizeof(BenchV2_Base_C_OnOpen) == 0x000008, "Wrong size on BenchV2_Base_C_OnOpen"); \ static_assert(offsetof(BenchV2_Base_C_OnOpen, ContextObject) == 0x000000, "Member 'BenchV2_Base_C_OnOpen::ContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature \ static_assert(alignof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_1_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature \ static_assert(alignof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature) == 0x000004, "Wrong alignment on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature"); \ static_assert(sizeof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature) == 0x000008, "Wrong size on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature, isHoveredNow) == 0x000000, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature::isHoveredNow' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature, ItemIndex) == 0x000004, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_90_K2Node_ComponentBoundEvent_27_OnListItemHovered__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature \ static_assert(alignof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'BenchV2_Base_C_BndEvt__BenchV2_Base_HorizontalList_K2Node_ComponentBoundEvent_25_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_PreConstruct \ static_assert(alignof(BenchV2_Base_C_PreConstruct) == 0x000001, "Wrong alignment on BenchV2_Base_C_PreConstruct"); \ static_assert(sizeof(BenchV2_Base_C_PreConstruct) == 0x000001, "Wrong size on BenchV2_Base_C_PreConstruct"); \ static_assert(offsetof(BenchV2_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BenchV2_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_RemoveModuleFromWeapon \ static_assert(alignof(BenchV2_Base_C_RemoveModuleFromWeapon) == 0x000001, "Wrong alignment on BenchV2_Base_C_RemoveModuleFromWeapon"); \ static_assert(sizeof(BenchV2_Base_C_RemoveModuleFromWeapon) == 0x000001, "Wrong size on BenchV2_Base_C_RemoveModuleFromWeapon"); \ static_assert(offsetof(BenchV2_Base_C_RemoveModuleFromWeapon, ModuleType) == 0x000000, "Member 'BenchV2_Base_C_RemoveModuleFromWeapon::ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_SelectWeapon \ static_assert(alignof(BenchV2_Base_C_SelectWeapon) == 0x000008, "Wrong alignment on BenchV2_Base_C_SelectWeapon"); \ static_assert(sizeof(BenchV2_Base_C_SelectWeapon) == 0x000008, "Wrong size on BenchV2_Base_C_SelectWeapon"); \ static_assert(offsetof(BenchV2_Base_C_SelectWeapon, WeaponPlaceholder) == 0x000000, "Member 'BenchV2_Base_C_SelectWeapon::WeaponPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Select_Detail \ static_assert(alignof(BenchV2_Base_C_Select_Detail) == 0x000008, "Wrong alignment on BenchV2_Base_C_Select_Detail"); \ static_assert(sizeof(BenchV2_Base_C_Select_Detail) == 0x000008, "Wrong size on BenchV2_Base_C_Select_Detail"); \ static_assert(offsetof(BenchV2_Base_C_Select_Detail, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_Select_Detail::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_V2_Show_ButtonTips \ static_assert(alignof(BenchV2_Base_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on BenchV2_Base_C_V2_Show_ButtonTips"); \ static_assert(sizeof(BenchV2_Base_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on BenchV2_Base_C_V2_Show_ButtonTips"); \ static_assert(offsetof(BenchV2_Base_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'BenchV2_Base_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'BenchV2_Base_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnKeyDown \ static_assert(alignof(BenchV2_Base_C_OnKeyDown) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnKeyDown"); \ static_assert(sizeof(BenchV2_Base_C_OnKeyDown) == 0x000298, "Wrong size on BenchV2_Base_C_OnKeyDown"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'BenchV2_Base_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'BenchV2_Base_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'BenchV2_Base_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'BenchV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyDown, CallFunc_OnKeyDown_ReturnValue) == 0x0001E0, "Member 'BenchV2_Base_C_OnKeyDown::CallFunc_OnKeyDown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateRenderActor \ static_assert(alignof(BenchV2_Base_C_UpdateRenderActor) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateRenderActor"); \ static_assert(sizeof(BenchV2_Base_C_UpdateRenderActor) == 0x000010, "Wrong size on BenchV2_Base_C_UpdateRenderActor"); \ static_assert(offsetof(BenchV2_Base_C_UpdateRenderActor, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_UpdateRenderActor::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateRenderActor, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_UpdateRenderActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateDescriptionAndInventorySize \ static_assert(alignof(BenchV2_Base_C_UpdateDescriptionAndInventorySize) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateDescriptionAndInventorySize"); \ static_assert(sizeof(BenchV2_Base_C_UpdateDescriptionAndInventorySize) == 0x000630, "Wrong size on BenchV2_Base_C_UpdateDescriptionAndInventorySize"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Local_WeaponModValue) == 0x000000, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Local_WeaponModValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, LocalWeapon) == 0x000010, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_byte_Variable) == 0x000018, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_byte_Variable_1) == 0x000019, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_bool_Variable) == 0x00001A, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_byte_Variable_2) == 0x00001B, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_byte_Variable_3) == 0x00001C, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000028, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetWorkingWeapon_ReturnValue_2) == 0x000038, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetWorkingWeapon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000040, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_MakeLiteralFloat_ReturnValue_1) == 0x000044, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_MakeLiteralFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetPlayerController_ReturnValue) == 0x0000C8, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0000D0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GenerateWeaponSettings_Settings) == 0x0000D8, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_IsWithEditor_ReturnValue) == 0x0002C0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, Temp_bool_Variable_1) == 0x0002C1, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0002C4, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0002C8, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_Select_Default) == 0x0002CC, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MathExpression_ReturnValue) == 0x0002D0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0002D4, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MathExpression_ReturnValue_1) == 0x0002D8, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002E0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MathExpression_ReturnValue_2) == 0x000320, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MathExpression_ReturnValue_3) == 0x000324, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData_3) == 0x000328, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData_4) == 0x000368, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0003A8, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003B0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_MakeArray_Array) == 0x0003F0, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_Format_ReturnValue) == 0x000400, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000418, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetWorkingWeapon_ReturnValue_3) == 0x000420, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetWorkingWeapon_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_HaveAnyModule_Have) == 0x000428, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_HaveAnyModule_Have' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_HaveMinimalModules_Have) == 0x000429, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_HaveMinimalModules_Have' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GetPlayerController_ReturnValue_1) == 0x000430, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_GenerateWeaponSettings_Settings_1) == 0x000438, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_GenerateWeaponSettings_Settings_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_CanRename_ReturnValue) == 0x000620, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_CanRename_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, K2Node_Select_Default_1) == 0x000621, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_f_DrawInformationFromWeapon_Durability0_1) == 0x000624, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_f_DrawInformationFromWeapon_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDescriptionAndInventorySize, CallFunc_f_DrawInformationFromWeapon_DurabilityScale0_1) == 0x000628, "Member 'BenchV2_Base_C_UpdateDescriptionAndInventorySize::CallFunc_f_DrawInformationFromWeapon_DurabilityScale0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OpenSelectWeaponRadialMenu \ static_assert(alignof(BenchV2_Base_C_OpenSelectWeaponRadialMenu) == 0x000008, "Wrong alignment on BenchV2_Base_C_OpenSelectWeaponRadialMenu"); \ static_assert(sizeof(BenchV2_Base_C_OpenSelectWeaponRadialMenu) == 0x0000E8, "Wrong size on BenchV2_Base_C_OpenSelectWeaponRadialMenu"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, Slots) == 0x000000, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::Slots' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, LocalWeaponsPlaceholders) == 0x000010, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::LocalWeaponsPlaceholders' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetSlot_ReturnValue) == 0x000040, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetSlot_ReturnValue_1) == 0x000048, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetSlot_ReturnValue_2) == 0x000050, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, K2Node_MakeArray_Array) == 0x000058, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, Temp_int_Array_Index_Variable_1) == 0x000068, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Get_Item) == 0x000070, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetPlaceholder_ReturnValue) == 0x000078, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetPlaceholder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_IsValid_ReturnValue) == 0x000084, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetItemType_ReturnValue) == 0x000088, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, K2Node_ClassDynamicCast_AsFGWeapon) == 0x000090, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::K2Node_ClassDynamicCast_AsFGWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, K2Node_ClassDynamicCast_bSuccess) == 0x000098, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_CheckIsIgnoredWeapon_Result) == 0x000099, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_CheckIsIgnoredWeapon_Result' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Not_PreBool_ReturnValue) == 0x00009A, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Length_ReturnValue_1) == 0x00009C, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A0, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetAllPlaceholders_ReturnValue) == 0x0000A8, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetAllPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_Array_Add_ReturnValue_1) == 0x0000CC, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, CallFunc_GetItemType_ReturnValue_1) == 0x0000D0, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::CallFunc_GetItemType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, K2Node_ClassDynamicCast_AsFGWeapon_Ranged) == 0x0000D8, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::K2Node_ClassDynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OpenSelectWeaponRadialMenu, K2Node_ClassDynamicCast_bSuccess_1) == 0x0000E0, "Member 'BenchV2_Base_C_OpenSelectWeaponRadialMenu::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetModules \ static_assert(alignof(BenchV2_Base_C_GetModules) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetModules"); \ static_assert(sizeof(BenchV2_Base_C_GetModules) == 0x0000C8, "Wrong size on BenchV2_Base_C_GetModules"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, ModuleType) == 0x000000, "Member 'BenchV2_Base_C_GetModules::ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, Modules_in_inventory) == 0x000008, "Member 'BenchV2_Base_C_GetModules::Modules_in_inventory' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, HaveModules) == 0x000018, "Member 'BenchV2_Base_C_GetModules::HaveModules' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, IsOk) == 0x000019, "Member 'BenchV2_Base_C_GetModules::IsOk' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, LocalArray) == 0x000020, "Member 'BenchV2_Base_C_GetModules::LocalArray' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BenchV2_Base_C_GetModules::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BenchV2_Base_C_GetModules::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_GetModules::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000040, "Member 'BenchV2_Base_C_GetModules::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_GetWeaponModules_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_GetModules::CallFunc_GetWeaponModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Map_Find_Value) == 0x000098, "Member 'BenchV2_Base_C_GetModules::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'BenchV2_Base_C_GetModules::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BenchV2_Base_C_GetModules::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BenchV2_Base_C_GetModules::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Array_Add_ReturnValue) == 0x0000BC, "Member 'BenchV2_Base_C_GetModules::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'BenchV2_Base_C_GetModules::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_GetModuleCompatibility_ReturnValue) == 0x0000C1, "Member 'BenchV2_Base_C_GetModules::CallFunc_GetModuleCompatibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C2, "Member 'BenchV2_Base_C_GetModules::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetModules, CallFunc_IsValid_ReturnValue) == 0x0000C3, "Member 'BenchV2_Base_C_GetModules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_HaveMinimalModules \ static_assert(alignof(BenchV2_Base_C_HaveMinimalModules) == 0x000008, "Wrong alignment on BenchV2_Base_C_HaveMinimalModules"); \ static_assert(sizeof(BenchV2_Base_C_HaveMinimalModules) == 0x000030, "Wrong size on BenchV2_Base_C_HaveMinimalModules"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, Have) == 0x000000, "Member 'BenchV2_Base_C_HaveMinimalModules::Have' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x000018, "Member 'BenchV2_Base_C_HaveMinimalModules::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BenchV2_Base_C_HaveMinimalModules::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue_1) == 0x000021, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue_2) == 0x000022, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue_3) == 0x000023, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue_4) == 0x000024, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_HaveModule_ReturnValue_5) == 0x000026, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_HaveModule_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_BooleanAND_ReturnValue_1) == 0x000027, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_BooleanAND_ReturnValue_2) == 0x000028, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveMinimalModules, CallFunc_BooleanAND_ReturnValue_3) == 0x000029, "Member 'BenchV2_Base_C_HaveMinimalModules::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateDurability \ static_assert(alignof(BenchV2_Base_C_UpdateDurability) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateDurability"); \ static_assert(sizeof(BenchV2_Base_C_UpdateDurability) == 0x000070, "Wrong size on BenchV2_Base_C_UpdateDurability"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponGenerator_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetRepairDurabilityCost_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetRepairDurabilityCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_NeedRepair_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_NeedRepair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000030, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x000038, "Member 'BenchV2_Base_C_UpdateDurability::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BenchV2_Base_C_UpdateDurability::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponMaxDurability_ReturnValue) == 0x000050, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponMaxDurability_ReturnValue_1) == 0x000054, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponDurability_ReturnValue) == 0x000058, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponMaxDurability_ReturnValue_2) == 0x00005C, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000060, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_GetWeaponDurability_ReturnValue_1) == 0x000064, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_GetWeaponDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000068, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDurability, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'BenchV2_Base_C_UpdateDurability::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_HaveAnyModule \ static_assert(alignof(BenchV2_Base_C_HaveAnyModule) == 0x000008, "Wrong alignment on BenchV2_Base_C_HaveAnyModule"); \ static_assert(sizeof(BenchV2_Base_C_HaveAnyModule) == 0x000030, "Wrong size on BenchV2_Base_C_HaveAnyModule"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, Have) == 0x000000, "Member 'BenchV2_Base_C_HaveAnyModule::Have' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000018, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue_1) == 0x000021, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue_2) == 0x000022, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue_3) == 0x000023, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue_4) == 0x000024, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_HaveModule_ReturnValue_5) == 0x000025, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_HaveModule_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_BooleanOR_ReturnValue) == 0x000026, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_BooleanOR_ReturnValue_1) == 0x000027, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_BooleanOR_ReturnValue_2) == 0x000028, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_BooleanOR_ReturnValue_3) == 0x000029, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HaveAnyModule, CallFunc_BooleanOR_ReturnValue_4) == 0x00002A, "Member 'BenchV2_Base_C_HaveAnyModule::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateEffects \ static_assert(alignof(BenchV2_Base_C_UpdateEffects) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateEffects"); \ static_assert(sizeof(BenchV2_Base_C_UpdateEffects) == 0x0000A8, "Wrong size on BenchV2_Base_C_UpdateEffects"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, Temp_byte_Variable) == 0x000000, "Member 'BenchV2_Base_C_UpdateEffects::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_UpdateEffects::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, CallFunc_GetMagazineDescription_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_UpdateEffects::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BenchV2_Base_C_UpdateEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, K2Node_Select_Default) == 0x000098, "Member 'BenchV2_Base_C_UpdateEffects::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateEffects, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'BenchV2_Base_C_UpdateEffects::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Get_Tier_Color \ static_assert(alignof(BenchV2_Base_C_Get_Tier_Color) == 0x000008, "Wrong alignment on BenchV2_Base_C_Get_Tier_Color"); \ static_assert(sizeof(BenchV2_Base_C_Get_Tier_Color) == 0x000800, "Wrong size on BenchV2_Base_C_Get_Tier_Color"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_Get_Tier_Color::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, TierColor) == 0x000008, "Member 'BenchV2_Base_C_Get_Tier_Color::TierColor' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Tier_1) == 0x000018, "Member 'BenchV2_Base_C_Get_Tier_Color::Tier_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, LocalCDO) == 0x000020, "Member 'BenchV2_Base_C_Get_Tier_Color::LocalCDO' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, LocalPlaceholder) == 0x000028, "Member 'BenchV2_Base_C_Get_Tier_Color::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, LocalTier) == 0x000030, "Member 'BenchV2_Base_C_Get_Tier_Color::LocalTier' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Temp_struct_Variable) == 0x000034, "Member 'BenchV2_Base_C_Get_Tier_Color::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Temp_struct_Variable_1) == 0x000048, "Member 'BenchV2_Base_C_Get_Tier_Color::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Temp_struct_Variable_2) == 0x000058, "Member 'BenchV2_Base_C_Get_Tier_Color::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Temp_struct_Variable_3) == 0x000068, "Member 'BenchV2_Base_C_Get_Tier_Color::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000078, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000098, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x0000A0, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000A9, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GenerateWeaponSettings_Settings) == 0x0000B0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetValidValue_ReturnValue) == 0x000298, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_Greater_ByteByte_ReturnValue) == 0x000299, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, Temp_byte_Variable) == 0x00029A, "Member 'BenchV2_Base_C_Get_Tier_Color::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_Select_Default) == 0x00029C, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x0002B0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x0002B8, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_2) == 0x0002C0, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x0002C8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x0003A8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x0003B0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x0003B8, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_3) == 0x0003C0, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetScopeDescription_ModuleDescription) == 0x0003C8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetScopeDescription_ReturnValue) == 0x000430, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x000438, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x000440, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_4) == 0x000448, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetStockDescription_ModuleDescription) == 0x000450, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetStockDescription_ReturnValue) == 0x0004B8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x0004C0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x0004C8, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_5) == 0x0004D0, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetGripDescription_ModuleDescription) == 0x0004D8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetGripDescription_ReturnValue) == 0x000560, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x000568, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000570, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_6) == 0x000578, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000580, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetMagazineDescription_ReturnValue) == 0x000600, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_6) == 0x000608, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x000610, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_7) == 0x000618, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetBarrelDescription_ModuleDescription) == 0x000620, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetBarrelDescription_ReturnValue) == 0x0006C0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetItemLifetimeData_ReturnValue_7) == 0x0006C8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetItemLifetimeData_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x0006D0, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, K2Node_DynamicCast_bSuccess_8) == 0x0006D8, "Member 'BenchV2_Base_C_Get_Tier_Color::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetFrameDescription_ModuleDescription) == 0x0006E0, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Tier_Color, CallFunc_GetFrameDescription_ReturnValue) == 0x0007F8, "Member 'BenchV2_Base_C_Get_Tier_Color::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CalcElementDamage \ static_assert(alignof(BenchV2_Base_C_CalcElementDamage) == 0x000008, "Wrong alignment on BenchV2_Base_C_CalcElementDamage"); \ static_assert(sizeof(BenchV2_Base_C_CalcElementDamage) == 0x0000A0, "Wrong size on BenchV2_Base_C_CalcElementDamage"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, Class_0) == 0x000000, "Member 'BenchV2_Base_C_CalcElementDamage::Class_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, ImlicitsMods) == 0x000008, "Member 'BenchV2_Base_C_CalcElementDamage::ImlicitsMods' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, Damage) == 0x000018, "Member 'BenchV2_Base_C_CalcElementDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, TotalDamage) == 0x00001C, "Member 'BenchV2_Base_C_CalcElementDamage::TotalDamage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_AsSE_Shock) == 0x000020, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_AsSE_Shock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_bSuccess) == 0x000028, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_FindmplicitValue_FindingValue) == 0x000030, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_FindmplicitValue_FindingValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_FindmplicitValue_FindingValue_1) == 0x000038, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_FindmplicitValue_FindingValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_FindmplicitValue_FindingValue_2) == 0x00003C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_FindmplicitValue_FindingValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000040, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Round_ReturnValue) == 0x000044, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_FindmplicitValue_FindingValue_3) == 0x000048, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_FindmplicitValue_FindingValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00004C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000050, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_AsSE_Poisoning) == 0x000058, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_AsSE_Poisoning' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_bSuccess_1) == 0x000060, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000064, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000068, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_AsSE_Freezing) == 0x000070, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_AsSE_Freezing' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_bSuccess_2) == 0x000078, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_AsSE_Combustion) == 0x000080, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_AsSE_Combustion' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, K2Node_ClassDynamicCast_bSuccess_3) == 0x000088, "Member 'BenchV2_Base_C_CalcElementDamage::K2Node_ClassDynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x00008C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000090, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000094, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000098, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalcElementDamage, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x00009C, "Member 'BenchV2_Base_C_CalcElementDamage::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_FindmplicitValue \ static_assert(alignof(BenchV2_Base_C_FindmplicitValue) == 0x000008, "Wrong alignment on BenchV2_Base_C_FindmplicitValue"); \ static_assert(sizeof(BenchV2_Base_C_FindmplicitValue) == 0x000050, "Wrong size on BenchV2_Base_C_FindmplicitValue"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, TargetArray) == 0x000000, "Member 'BenchV2_Base_C_FindmplicitValue::TargetArray' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, ModToFind) == 0x000010, "Member 'BenchV2_Base_C_FindmplicitValue::ModToFind' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, FindingValue) == 0x000014, "Member 'BenchV2_Base_C_FindmplicitValue::FindingValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, IsFind) == 0x000018, "Member 'BenchV2_Base_C_FindmplicitValue::IsFind' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'BenchV2_Base_C_FindmplicitValue::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BenchV2_Base_C_FindmplicitValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_Array_Get_Item) == 0x000028, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BenchV2_Base_C_FindmplicitValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindmplicitValue, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_FindmplicitValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateCoreInformation \ static_assert(alignof(BenchV2_Base_C_UpdateCoreInformation) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateCoreInformation"); \ static_assert(sizeof(BenchV2_Base_C_UpdateCoreInformation) == 0x000148, "Wrong size on BenchV2_Base_C_UpdateCoreInformation"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, LocalWeapon) == 0x000000, "Member 'BenchV2_Base_C_UpdateCoreInformation::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, Temp_byte_Variable) == 0x000008, "Member 'BenchV2_Base_C_UpdateCoreInformation::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, Temp_byte_Variable_1) == 0x00000A, "Member 'BenchV2_Base_C_UpdateCoreInformation::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, Temp_bool_Variable) == 0x00000B, "Member 'BenchV2_Base_C_UpdateCoreInformation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_GetFrameDescription_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_HaveModule_ReturnValue) == 0x000130, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_Greater_IntInt_ReturnValue) == 0x000131, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_MakeModuleFromWeapon_ReturnValue) == 0x000138, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_MakeModuleFromWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, CallFunc_IsValid_ReturnValue_1) == 0x000140, "Member 'BenchV2_Base_C_UpdateCoreInformation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCoreInformation, K2Node_Select_Default) == 0x000141, "Member 'BenchV2_Base_C_UpdateCoreInformation::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CanRemoveItem \ static_assert(alignof(BenchV2_Base_C_CanRemoveItem) == 0x000008, "Wrong alignment on BenchV2_Base_C_CanRemoveItem"); \ static_assert(sizeof(BenchV2_Base_C_CanRemoveItem) == 0x000040, "Wrong size on BenchV2_Base_C_CanRemoveItem"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_CanRemoveItem::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CanAdd) == 0x000008, "Member 'BenchV2_Base_C_CanRemoveItem::CanAdd' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BenchV2_Base_C_CanRemoveItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000010, "Member 'BenchV2_Base_C_CanRemoveItem::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BenchV2_Base_C_CanRemoveItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_CanRemoveItem::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CallFunc_MakeModuleFromWeapon_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_CanRemoveItem::CallFunc_MakeModuleFromWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CallFunc_GetItemType_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_CanRemoveItem::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanRemoveItem, CallFunc_CanAdd_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_CanRemoveItem::CallFunc_CanAdd_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CanDrawMod \ static_assert(alignof(BenchV2_Base_C_CanDrawMod) == 0x000008, "Wrong alignment on BenchV2_Base_C_CanDrawMod"); \ static_assert(sizeof(BenchV2_Base_C_CanDrawMod) == 0x000060, "Wrong size on BenchV2_Base_C_CanDrawMod"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Implicit) == 0x000000, "Member 'BenchV2_Base_C_CanDrawMod::Implicit' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, CanDraw) == 0x000010, "Member 'BenchV2_Base_C_CanDrawMod::CanDraw' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_byte_Variable) == 0x000011, "Member 'BenchV2_Base_C_CanDrawMod::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable) == 0x000012, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_1) == 0x000013, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_2) == 0x000014, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_3) == 0x000015, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_4) == 0x000016, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_5) == 0x000017, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_6) == 0x000018, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_7) == 0x000019, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_8) == 0x00001A, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_9) == 0x00001B, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_10) == 0x00001C, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_11) == 0x00001D, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_12) == 0x00001E, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_13) == 0x00001F, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_14) == 0x000020, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_15) == 0x000021, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_16) == 0x000022, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_17) == 0x000023, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_18) == 0x000024, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_19) == 0x000025, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_20) == 0x000026, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_21) == 0x000027, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_22) == 0x000028, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_23) == 0x000029, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_24) == 0x00002A, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_25) == 0x00002B, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_26) == 0x00002C, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_27) == 0x00002D, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_28) == 0x00002E, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_29) == 0x00002F, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_30) == 0x000030, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_31) == 0x000031, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_32) == 0x000032, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_33) == 0x000033, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_34) == 0x000034, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_35) == 0x000035, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_36) == 0x000036, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_37) == 0x000037, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_38) == 0x000038, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_39) == 0x000039, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_40) == 0x00003A, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_41) == 0x00003B, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_42) == 0x00003C, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_43) == 0x00003D, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_44) == 0x00003E, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_44' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_45) == 0x00003F, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_45' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_46) == 0x000040, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_46' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_47) == 0x000041, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_47' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_48) == 0x000042, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_48' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_49) == 0x000043, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_49' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_50) == 0x000044, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_50' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_51) == 0x000045, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_51' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_52) == 0x000046, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_52' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_53) == 0x000047, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_53' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_54) == 0x000048, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_54' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_55) == 0x000049, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_55' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_56) == 0x00004A, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_56' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_57) == 0x00004B, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_57' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_58) == 0x00004C, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_58' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_59) == 0x00004D, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_59' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_60) == 0x00004E, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_60' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_61) == 0x00004F, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_61' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_62) == 0x000050, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_62' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_63) == 0x000051, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_63' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_64) == 0x000052, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_64' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_65) == 0x000053, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_65' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_66) == 0x000054, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_66' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_67) == 0x000055, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_67' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_68) == 0x000056, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_68' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_69) == 0x000057, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_69' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_70) == 0x000058, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_70' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_71) == 0x000059, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_71' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_72) == 0x00005A, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_72' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_73) == 0x00005B, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_73' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_74) == 0x00005C, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_74' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_75) == 0x00005D, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_75' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, Temp_bool_Variable_76) == 0x00005E, "Member 'BenchV2_Base_C_CanDrawMod::Temp_bool_Variable_76' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CanDrawMod, K2Node_Select_Default) == 0x00005F, "Member 'BenchV2_Base_C_CanDrawMod::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ToggleProperties \ static_assert(alignof(BenchV2_Base_C_ToggleProperties) == 0x000001, "Wrong alignment on BenchV2_Base_C_ToggleProperties"); \ static_assert(sizeof(BenchV2_Base_C_ToggleProperties) == 0x000007, "Wrong size on BenchV2_Base_C_ToggleProperties"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, Temp_bool_Variable) == 0x000000, "Member 'BenchV2_Base_C_ToggleProperties::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, Temp_byte_Variable) == 0x000001, "Member 'BenchV2_Base_C_ToggleProperties::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, Temp_byte_Variable_1) == 0x000002, "Member 'BenchV2_Base_C_ToggleProperties::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, CallFunc_IsVisible_ReturnValue) == 0x000003, "Member 'BenchV2_Base_C_ToggleProperties::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, CallFunc_IsVisible_ReturnValue_1) == 0x000004, "Member 'BenchV2_Base_C_ToggleProperties::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'BenchV2_Base_C_ToggleProperties::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ToggleProperties, K2Node_Select_Default) == 0x000006, "Member 'BenchV2_Base_C_ToggleProperties::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateDPSLabel \ static_assert(alignof(BenchV2_Base_C_UpdateDPSLabel) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateDPSLabel"); \ static_assert(sizeof(BenchV2_Base_C_UpdateDPSLabel) == 0x000458, "Wrong size on BenchV2_Base_C_UpdateDPSLabel"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, Weapon_Base) == 0x000000, "Member 'BenchV2_Base_C_UpdateDPSLabel::Weapon_Base' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, IsAnyInactiveSlot) == 0x000008, "Member 'BenchV2_Base_C_UpdateDPSLabel::IsAnyInactiveSlot' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, Local_WeaponData) == 0x000010, "Member 'BenchV2_Base_C_UpdateDPSLabel::Local_WeaponData' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0001F8, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, Temp_int_Array_Index_Variable) == 0x000200, "Member 'BenchV2_Base_C_UpdateDPSLabel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, Temp_int_Loop_Counter_Variable) == 0x000204, "Member 'BenchV2_Base_C_UpdateDPSLabel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Add_IntInt_ReturnValue) == 0x000208, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Array_Get_Item) == 0x000210, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000218, "Member 'BenchV2_Base_C_UpdateDPSLabel::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, K2Node_DynamicCast_bSuccess) == 0x000220, "Member 'BenchV2_Base_C_UpdateDPSLabel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Array_Length_ReturnValue) == 0x000224, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_GetPlaceholder_Placeholder) == 0x000228, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Less_IntInt_ReturnValue) == 0x000230, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_IsValid_ReturnValue) == 0x000231, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_GetType_ModuleType) == 0x000232, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_GetType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, K2Node_SwitchEnum_CmpSuccess) == 0x000233, "Member 'BenchV2_Base_C_UpdateDPSLabel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_GetPlayerController_ReturnValue) == 0x000238, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_GenerateWeaponSettings_Settings) == 0x000240, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000428, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00042C, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000430, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, K2Node_MathExpression_ReturnValue) == 0x000434, "Member 'BenchV2_Base_C_UpdateDPSLabel::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, K2Node_MathExpression_ReturnValue_1) == 0x000438, "Member 'BenchV2_Base_C_UpdateDPSLabel::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateDPSLabel, CallFunc_Conv_FloatToText_ReturnValue) == 0x000440, "Member 'BenchV2_Base_C_UpdateDPSLabel::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CheckIsIgnoredWeapon \ static_assert(alignof(BenchV2_Base_C_CheckIsIgnoredWeapon) == 0x000008, "Wrong alignment on BenchV2_Base_C_CheckIsIgnoredWeapon"); \ static_assert(sizeof(BenchV2_Base_C_CheckIsIgnoredWeapon) == 0x000010, "Wrong size on BenchV2_Base_C_CheckIsIgnoredWeapon"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, ItemType) == 0x000000, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::ItemType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, Result) == 0x000008, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::Result' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_ClassIsChildOf_ReturnValue) == 0x000009, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x00000A, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x00000B, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_ClassIsChildOf_ReturnValue_3) == 0x00000C, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_ClassIsChildOf_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_BooleanOR_ReturnValue_1) == 0x00000E, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CheckIsIgnoredWeapon, CallFunc_BooleanOR_ReturnValue_2) == 0x00000F, "Member 'BenchV2_Base_C_CheckIsIgnoredWeapon::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_RedrawSlots \ static_assert(alignof(BenchV2_Base_C_RedrawSlots) == 0x000008, "Wrong alignment on BenchV2_Base_C_RedrawSlots"); \ static_assert(sizeof(BenchV2_Base_C_RedrawSlots) == 0x000118, "Wrong size on BenchV2_Base_C_RedrawSlots"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, AvailableSlots) == 0x000000, "Member 'BenchV2_Base_C_RedrawSlots::AvailableSlots' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, SlotTypes) == 0x000010, "Member 'BenchV2_Base_C_RedrawSlots::SlotTypes' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable) == 0x000020, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_1) == 0x000038, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_2) == 0x000050, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_3) == 0x000068, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_4) == 0x000080, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_int_Array_Index_Variable) == 0x000098, "Member 'BenchV2_Base_C_RedrawSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'BenchV2_Base_C_RedrawSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BenchV2_Base_C_RedrawSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'BenchV2_Base_C_RedrawSlots::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_5) == 0x0000B8, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_text_Variable_6) == 0x0000D0, "Member 'BenchV2_Base_C_RedrawSlots::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'BenchV2_Base_C_RedrawSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BenchV2_Base_C_RedrawSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, Temp_byte_Variable) == 0x0000F0, "Member 'BenchV2_Base_C_RedrawSlots::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, CallFunc_Less_IntInt_ReturnValue) == 0x0000F1, "Member 'BenchV2_Base_C_RedrawSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, K2Node_Select_Default) == 0x0000F8, "Member 'BenchV2_Base_C_RedrawSlots::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawSlots, CallFunc_Create_ReturnValue) == 0x000110, "Member 'BenchV2_Base_C_RedrawSlots::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_DrawSlotIcons \ static_assert(alignof(BenchV2_Base_C_DrawSlotIcons) == 0x000008, "Wrong alignment on BenchV2_Base_C_DrawSlotIcons"); \ static_assert(sizeof(BenchV2_Base_C_DrawSlotIcons) == 0x0000A8, "Wrong size on BenchV2_Base_C_DrawSlotIcons"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, LocalModuleType) == 0x000000, "Member 'BenchV2_Base_C_DrawSlotIcons::LocalModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, LocalModuleSlot) == 0x000008, "Member 'BenchV2_Base_C_DrawSlotIcons::LocalModuleSlot' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BenchV2_Base_C_DrawSlotIcons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BenchV2_Base_C_DrawSlotIcons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, Temp_bool_Variable) == 0x00001C, "Member 'BenchV2_Base_C_DrawSlotIcons::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetModules_Modules_in_inventory) == 0x000020, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetModules_Modules_in_inventory' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetModules_HaveModules) == 0x000030, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetModules_HaveModules' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetModules_Modules_in_inventory_1) == 0x000038, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetModules_Modules_in_inventory_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetModules_HaveModules_1) == 0x000048, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetModules_HaveModules_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000049, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, Temp_byte_Variable) == 0x00004A, "Member 'BenchV2_Base_C_DrawSlotIcons::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetType_ModuleType) == 0x00004B, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, Temp_byte_Variable_1) == 0x00004C, "Member 'BenchV2_Base_C_DrawSlotIcons::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000050, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_MakeModuleFromWeapon_ReturnValue) == 0x000060, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_MakeModuleFromWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, K2Node_Select_Default) == 0x00006A, "Member 'BenchV2_Base_C_DrawSlotIcons::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Get_Tier_Color_TierColor) == 0x00006C, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Get_Tier_Color_TierColor' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Get_Tier_Color_Tier_1) == 0x00007C, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Get_Tier_Color_Tier_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Array_Get_Item) == 0x000088, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BenchV2_Base_C_DrawSlotIcons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000098, "Member 'BenchV2_Base_C_DrawSlotIcons::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_DrawSlotIcons, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BenchV2_Base_C_DrawSlotIcons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Make_Slots_For_Weapon \ static_assert(alignof(BenchV2_Base_C_Make_Slots_For_Weapon) == 0x000008, "Wrong alignment on BenchV2_Base_C_Make_Slots_For_Weapon"); \ static_assert(sizeof(BenchV2_Base_C_Make_Slots_For_Weapon) == 0x000150, "Wrong size on BenchV2_Base_C_Make_Slots_For_Weapon"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, Weapon) == 0x000000, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, WeaponSlots) == 0x000008, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::WeaponSlots' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, K2Node_MakeArray_Array) == 0x000020, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, CallFunc_GetFrameDescription_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, CallFunc_HaveModule_ReturnValue) == 0x000148, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::CallFunc_HaveModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, Temp_byte_Variable) == 0x000149, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Make_Slots_For_Weapon, CallFunc_Array_RemoveItem_ReturnValue) == 0x00014A, "Member 'BenchV2_Base_C_Make_Slots_For_Weapon::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnSlotSelected \ static_assert(alignof(BenchV2_Base_C_OnSlotSelected) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnSlotSelected"); \ static_assert(sizeof(BenchV2_Base_C_OnSlotSelected) == 0x000050, "Wrong size on BenchV2_Base_C_OnSlotSelected"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, SlotIndex) == 0x000000, "Member 'BenchV2_Base_C_OnSlotSelected::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, InventoryOfModules) == 0x000008, "Member 'BenchV2_Base_C_OnSlotSelected::InventoryOfModules' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_OnSlotSelected::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, CallFunc_Array_Get_Item) == 0x000020, "Member 'BenchV2_Base_C_OnSlotSelected::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000028, "Member 'BenchV2_Base_C_OnSlotSelected::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BenchV2_Base_C_OnSlotSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, CallFunc_GetType_ModuleType) == 0x000031, "Member 'BenchV2_Base_C_OnSlotSelected::CallFunc_GetType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, CallFunc_GetModules_Modules_in_inventory) == 0x000038, "Member 'BenchV2_Base_C_OnSlotSelected::CallFunc_GetModules_Modules_in_inventory' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnSlotSelected, CallFunc_GetModules_HaveModules) == 0x000048, "Member 'BenchV2_Base_C_OnSlotSelected::CallFunc_GetModules_HaveModules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetBarrelDescription \ static_assert(alignof(BenchV2_Base_C_GetBarrelDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetBarrelDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetBarrelDescription) == 0x0002C8, "Wrong size on BenchV2_Base_C_GetBarrelDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetBarrelDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetBarrelDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetBarrelDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, LocalModuleBarrel) == 0x0000B0, "Member 'BenchV2_Base_C_GetBarrelDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000151, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000158, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetBarrelDescription_ReturnValue) == 0x000160, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000200, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetPlayerController_ReturnValue) == 0x000208, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x000210, "Member 'BenchV2_Base_C_GetBarrelDescription::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, K2Node_DynamicCast_bSuccess) == 0x000218, "Member 'BenchV2_Base_C_GetBarrelDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetBarrelDescription_ModuleDescription) == 0x000220, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetBarrelDescription, CallFunc_GetBarrelDescription_ReturnValue_1) == 0x0002C0, "Member 'BenchV2_Base_C_GetBarrelDescription::CallFunc_GetBarrelDescription_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetFrameDescription \ static_assert(alignof(BenchV2_Base_C_GetFrameDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetFrameDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetFrameDescription) == 0x000440, "Wrong size on BenchV2_Base_C_GetFrameDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetFrameDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetFrameDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetFrameDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, LocalWeapon) == 0x000128, "Member 'BenchV2_Base_C_GetFrameDescription::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, LocalModuleBarrel) == 0x000130, "Member 'BenchV2_Base_C_GetFrameDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_Not_PreBool_ReturnValue) == 0x0001D0, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetFrameDescription_ReturnValue) == 0x0001D8, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_IsValid_ReturnValue) == 0x0002F0, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0002F8, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetPlayerController_ReturnValue) == 0x000300, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000308, "Member 'BenchV2_Base_C_GetFrameDescription::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, K2Node_DynamicCast_bSuccess) == 0x000310, "Member 'BenchV2_Base_C_GetFrameDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000318, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetFrameDescription_ModuleDescription) == 0x000320, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetFrameDescription, CallFunc_GetFrameDescription_ReturnValue_1) == 0x000438, "Member 'BenchV2_Base_C_GetFrameDescription::CallFunc_GetFrameDescription_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetMagDescription \ static_assert(alignof(BenchV2_Base_C_GetMagDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetMagDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetMagDescription) == 0x000420, "Wrong size on BenchV2_Base_C_GetMagDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetMagDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetMagDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetMagDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, LocalWeapon) == 0x000090, "Member 'BenchV2_Base_C_GetMagDescription::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, LocalModuleBarrel) == 0x000098, "Member 'BenchV2_Base_C_GetMagDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ReturnValue) == 0x000140, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x0001C0, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000240, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetPlayerController_ReturnValue) == 0x000248, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000250, "Member 'BenchV2_Base_C_GetMagDescription::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, K2Node_DynamicCast_bSuccess) == 0x000258, "Member 'BenchV2_Base_C_GetMagDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000259, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000260, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ReturnValue_2) == 0x0002E0, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ReturnValue_3) == 0x0002E8, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_IsValid_ReturnValue) == 0x000368, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000370, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetPlayerController_ReturnValue_1) == 0x000378, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000380, "Member 'BenchV2_Base_C_GetMagDescription::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, K2Node_DynamicCast_bSuccess_1) == 0x000388, "Member 'BenchV2_Base_C_GetMagDescription::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ModuleDescription_1) == 0x000390, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ModuleDescription_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetMagazineDescription_ReturnValue_4) == 0x000410, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetMagazineDescription_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetMagDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000418, "Member 'BenchV2_Base_C_GetMagDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetGripDescription \ static_assert(alignof(BenchV2_Base_C_GetGripDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetGripDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetGripDescription) == 0x000290, "Wrong size on BenchV2_Base_C_GetGripDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetGripDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetGripDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetGripDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, LocalWeapon) == 0x000098, "Member 'BenchV2_Base_C_GetGripDescription::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, LocalModuleBarrel) == 0x0000A0, "Member 'BenchV2_Base_C_GetGripDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000140, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetGripDescription_ReturnValue) == 0x000148, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0001D8, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetPlayerController_ReturnValue) == 0x0001E0, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x0001E8, "Member 'BenchV2_Base_C_GetGripDescription::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'BenchV2_Base_C_GetGripDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0001F8, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetGripDescription_ModuleDescription) == 0x000200, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetGripDescription, CallFunc_GetGripDescription_ReturnValue_1) == 0x000288, "Member 'BenchV2_Base_C_GetGripDescription::CallFunc_GetGripDescription_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetStockDescription \ static_assert(alignof(BenchV2_Base_C_GetStockDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetStockDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetStockDescription) == 0x000230, "Wrong size on BenchV2_Base_C_GetStockDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetStockDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetStockDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetStockDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, LocalWeapon) == 0x000078, "Member 'BenchV2_Base_C_GetStockDescription::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, LocalModuleBarrel) == 0x000080, "Member 'BenchV2_Base_C_GetStockDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetStockDescription_ReturnValue) == 0x000128, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000198, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetPlayerController_ReturnValue) == 0x0001A0, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x0001A8, "Member 'BenchV2_Base_C_GetStockDescription::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BenchV2_Base_C_GetStockDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0001B8, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetStockDescription_ModuleDescription) == 0x0001C0, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetStockDescription, CallFunc_GetStockDescription_ReturnValue_1) == 0x000228, "Member 'BenchV2_Base_C_GetStockDescription::CallFunc_GetStockDescription_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetScopeDescription \ static_assert(alignof(BenchV2_Base_C_GetScopeDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetScopeDescription"); \ static_assert(sizeof(BenchV2_Base_C_GetScopeDescription) == 0x000230, "Wrong size on BenchV2_Base_C_GetScopeDescription"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, Placeholder) == 0x000000, "Member 'BenchV2_Base_C_GetScopeDescription::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, OnModuleRemove) == 0x000008, "Member 'BenchV2_Base_C_GetScopeDescription::OnModuleRemove' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetScopeDescription::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, LocalWeapon) == 0x000078, "Member 'BenchV2_Base_C_GetScopeDescription::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, LocalModuleBarrel) == 0x000080, "Member 'BenchV2_Base_C_GetScopeDescription::LocalModuleBarrel' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetScopeDescription_ReturnValue) == 0x000128, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000198, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetPlayerController_ReturnValue) == 0x0001A0, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x0001A8, "Member 'BenchV2_Base_C_GetScopeDescription::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BenchV2_Base_C_GetScopeDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0001B8, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetScopeDescription_ModuleDescription) == 0x0001C0, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetScopeDescription, CallFunc_GetScopeDescription_ReturnValue_1) == 0x000228, "Member 'BenchV2_Base_C_GetScopeDescription::CallFunc_GetScopeDescription_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetWeaponModuleEffect \ static_assert(alignof(BenchV2_Base_C_GetWeaponModuleEffect) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetWeaponModuleEffect"); \ static_assert(sizeof(BenchV2_Base_C_GetWeaponModuleEffect) == 0x0002B0, "Wrong size on BenchV2_Base_C_GetWeaponModuleEffect"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, ModulePlaceholder) == 0x000000, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, RemoveModule) == 0x000008, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::RemoveModule' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, S_BenchV2_ModuleValues) == 0x00000C, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetWeaponSettings_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetWeaponSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000218, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetCurrentWeaponInformation_S_BenchV2_ModuleValues) == 0x000220, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetCurrentWeaponInformation_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetCurrentWeaponInformation_Durability0_1) == 0x000240, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetCurrentWeaponInformation_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetCurrentWeaponInformation_DurabiliutyScale0_1) == 0x000244, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetCurrentWeaponInformation_DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000248, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00024C, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000250, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000254, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000258, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x00025C, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000260, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000264, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000268, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x00026C, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000270, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000274, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000278, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000280, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000288, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponModuleEffect, CallFunc_IsValid_ReturnValue) == 0x0002A8, "Member 'BenchV2_Base_C_GetWeaponModuleEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetCurrentWeaponInformation \ static_assert(alignof(BenchV2_Base_C_GetCurrentWeaponInformation) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetCurrentWeaponInformation"); \ static_assert(sizeof(BenchV2_Base_C_GetCurrentWeaponInformation) == 0x000288, "Wrong size on BenchV2_Base_C_GetCurrentWeaponInformation"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, Weapon) == 0x000000, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, S_BenchV2_ModuleValues) == 0x000008, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, Durability0_1) == 0x000028, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, DurabiliutyScale0_1) == 0x00002C, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, LocalWeapon) == 0x000030, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::LocalWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponSettings_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000220, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000228, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000230, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue) == 0x000234, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponDurability_ReturnValue) == 0x000238, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue_1) == 0x00023C, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponMaxDurability_ReturnValue_2) == 0x000240, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponMaxDurability_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000244, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_GetWeaponDurability_ReturnValue_1) == 0x000248, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_GetWeaponDurability_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00024C, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000250, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000254, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000258, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x00025C, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, K2Node_MakeStruct_S_BenchV2_ModuleValues) == 0x000260, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::K2Node_MakeStruct_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetCurrentWeaponInformation, CallFunc_IsValid_ReturnValue) == 0x000280, "Member 'BenchV2_Base_C_GetCurrentWeaponInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetWeaponSettings \ static_assert(alignof(BenchV2_Base_C_GetWeaponSettings) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetWeaponSettings"); \ static_assert(sizeof(BenchV2_Base_C_GetWeaponSettings) == 0x000BB0, "Wrong size on BenchV2_Base_C_GetWeaponSettings"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, WithModulePlaceholder) == 0x000000, "Member 'BenchV2_Base_C_GetWeaponSettings::WithModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, RemoveModule) == 0x000008, "Member 'BenchV2_Base_C_GetWeaponSettings::RemoveModule' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_GetWeaponSettings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CurrentSelectedType) == 0x0001F8, "Member 'BenchV2_Base_C_GetWeaponSettings::CurrentSelectedType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, ShouldRemoveModule) == 0x0001F9, "Member 'BenchV2_Base_C_GetWeaponSettings::ShouldRemoveModule' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001FA, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001FB, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue) == 0x0001FC, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue_1) == 0x0001FD, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001FE, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue_2) == 0x0001FF, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetStockDescription_ReturnValue) == 0x000200, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetScopeDescription_ReturnValue) == 0x000268, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002D0, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetWorkingWeapon_ReturnValue) == 0x0002D8, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue_3) == 0x0002E0, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, K2Node_DynamicCast_AsFGWeapon_Revolver) == 0x0002E8, "Member 'BenchV2_Base_C_GetWeaponSettings::K2Node_DynamicCast_AsFGWeapon_Revolver' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'BenchV2_Base_C_GetWeaponSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetMagDescription_ReturnValue) == 0x0002F8, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetMagDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000378, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000379, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue_4) == 0x00037A, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_BooleanAND_ReturnValue_5) == 0x00037B, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetBarrelDescription_ReturnValue) == 0x000380, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetFrameDescription_ReturnValue) == 0x000420, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000538, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetContextType_ModuleType) == 0x000540, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetContextType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetRevolverGenerator_ReturnValue) == 0x000548, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetRevolverGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetPlayerController_ReturnValue_1) == 0x000550, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetGripDescription_ReturnValue) == 0x000558, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GetWeaponGenerator_ReturnValue) == 0x0005E0, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GetWeaponGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GenerateWeapon_Settings) == 0x0005E8, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GenerateWeapon_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GenerateWeapon_ReturnValue) == 0x0007D0, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GenerateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GenerateWeapon_Settings_1) == 0x0007D8, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GenerateWeapon_Settings_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_GenerateWeapon_ReturnValue_1) == 0x0009C0, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_GenerateWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetWeaponSettings, CallFunc_ApplyDurabilityScale_ReturnValue) == 0x0009C8, "Member 'BenchV2_Base_C_GetWeaponSettings::CallFunc_ApplyDurabilityScale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CreateRemoveButton \ static_assert(alignof(BenchV2_Base_C_CreateRemoveButton) == 0x000008, "Wrong alignment on BenchV2_Base_C_CreateRemoveButton"); \ static_assert(sizeof(BenchV2_Base_C_CreateRemoveButton) == 0x000058, "Wrong size on BenchV2_Base_C_CreateRemoveButton"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_CreateRemoveButton::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CanRemoveCurrentModule) == 0x000008, "Member 'BenchV2_Base_C_CreateRemoveButton::CanRemoveCurrentModule' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_MakeLiteralInt_ReturnValue) == 0x00000C, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000018, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_GetCurrentSelectedItem_Output) == 0x000020, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000028, "Member 'BenchV2_Base_C_CreateRemoveButton::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BenchV2_Base_C_CreateRemoveButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_GetPlaceholder_Placeholder) == 0x000038, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_CanRemoveItem_CanAdd) == 0x000040, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_CanRemoveItem_CanAdd' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_Create_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateRemoveButton, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'BenchV2_Base_C_CreateRemoveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_SetupMenuArrow \ static_assert(alignof(BenchV2_Base_C_SetupMenuArrow) == 0x000008, "Wrong alignment on BenchV2_Base_C_SetupMenuArrow"); \ static_assert(sizeof(BenchV2_Base_C_SetupMenuArrow) == 0x000048, "Wrong size on BenchV2_Base_C_SetupMenuArrow"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_MakeVector2D_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000010, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_GetCurrentSelectedItem_Output) == 0x000018, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000020, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_BreakVector2D_X) == 0x000030, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_BreakVector2D_Y) == 0x000034, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupMenuArrow, CallFunc_MakeVector2D_ReturnValue_1) == 0x00003C, "Member 'BenchV2_Base_C_SetupMenuArrow::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CreateMenuItems \ static_assert(alignof(BenchV2_Base_C_CreateMenuItems) == 0x000008, "Wrong alignment on BenchV2_Base_C_CreateMenuItems"); \ static_assert(sizeof(BenchV2_Base_C_CreateMenuItems) == 0x000050, "Wrong size on BenchV2_Base_C_CreateMenuItems"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, InventoryOfModules) == 0x000000, "Member 'BenchV2_Base_C_CreateMenuItems::InventoryOfModules' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BenchV2_Base_C_CreateMenuItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BenchV2_Base_C_CreateMenuItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_MakeLiteralInt_ReturnValue) == 0x00001C, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_CreateRemoveButton_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_CreateRemoveButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Array_Get_Item) == 0x000028, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Get_Tier_Color_TierColor) == 0x000034, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Get_Tier_Color_TierColor' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Get_Tier_Color_Tier_1) == 0x000044, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Get_Tier_Color_Tier_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CreateMenuItems, CallFunc_Create_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_CreateMenuItems::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnInputTypeChanged \ static_assert(alignof(BenchV2_Base_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on BenchV2_Base_C_OnInputTypeChanged"); \ static_assert(sizeof(BenchV2_Base_C_OnInputTypeChanged) == 0x000006, "Wrong size on BenchV2_Base_C_OnInputTypeChanged"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, bIsGamepad) == 0x000000, "Member 'BenchV2_Base_C_OnInputTypeChanged::bIsGamepad' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, Temp_bool_Variable) == 0x000001, "Member 'BenchV2_Base_C_OnInputTypeChanged::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, Temp_byte_Variable) == 0x000002, "Member 'BenchV2_Base_C_OnInputTypeChanged::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, Temp_byte_Variable_1) == 0x000003, "Member 'BenchV2_Base_C_OnInputTypeChanged::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x000004, "Member 'BenchV2_Base_C_OnInputTypeChanged::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnInputTypeChanged, K2Node_Select_Default) == 0x000005, "Member 'BenchV2_Base_C_OnInputTypeChanged::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_SetupWeaponSelectorScreen \ static_assert(alignof(BenchV2_Base_C_SetupWeaponSelectorScreen) == 0x000008, "Wrong alignment on BenchV2_Base_C_SetupWeaponSelectorScreen"); \ static_assert(sizeof(BenchV2_Base_C_SetupWeaponSelectorScreen) == 0x000048, "Wrong size on BenchV2_Base_C_SetupWeaponSelectorScreen"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, WorkZoneIndex) == 0x000000, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::WorkZoneIndex' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, CallFunc_GetWorkingWeaponInZone_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::CallFunc_GetWorkingWeaponInZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, CallFunc_GetWorkzoneByPlayer_ReturnValue) == 0x00001C, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::CallFunc_GetWorkzoneByPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, CallFunc_IsWeaponFinished_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::CallFunc_IsWeaponFinished_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, K2Node_MakeArray_Array) == 0x000028, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_SetupWeaponSelectorScreen, K2Node_MakeArray_Array_1) == 0x000038, "Member 'BenchV2_Base_C_SetupWeaponSelectorScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ResetState \ static_assert(alignof(BenchV2_Base_C_ResetState) == 0x000001, "Wrong alignment on BenchV2_Base_C_ResetState"); \ static_assert(sizeof(BenchV2_Base_C_ResetState) == 0x000001, "Wrong size on BenchV2_Base_C_ResetState"); \ static_assert(offsetof(BenchV2_Base_C_ResetState, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_ResetState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnContextScrolled \ static_assert(alignof(BenchV2_Base_C_OnContextScrolled) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnContextScrolled"); \ static_assert(sizeof(BenchV2_Base_C_OnContextScrolled) == 0x000030, "Wrong size on BenchV2_Base_C_OnContextScrolled"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, ScrolledOffset) == 0x000000, "Member 'BenchV2_Base_C_OnContextScrolled::ScrolledOffset' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CurrentScrollProgress) == 0x000004, "Member 'BenchV2_Base_C_OnContextScrolled::CurrentScrollProgress' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, LocalMaskMaterial) == 0x000008, "Member 'BenchV2_Base_C_OnContextScrolled::LocalMaskMaterial' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Less_FloatFloat_ReturnValue) == 0x000012, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000013, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_GetEffectMaterial_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000024, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnContextScrolled, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'BenchV2_Base_C_OnContextScrolled::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_HandleInputAction \ static_assert(alignof(BenchV2_Base_C_HandleInputAction) == 0x000008, "Wrong alignment on BenchV2_Base_C_HandleInputAction"); \ static_assert(sizeof(BenchV2_Base_C_HandleInputAction) == 0x000020, "Wrong size on BenchV2_Base_C_HandleInputAction"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, Action) == 0x000000, "Member 'BenchV2_Base_C_HandleInputAction::Action' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CurrentMenu) == 0x000008, "Member 'BenchV2_Base_C_HandleInputAction::CurrentMenu' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BenchV2_Base_C_HandleInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BenchV2_Base_C_HandleInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CallFunc_IsVisible_ReturnValue) == 0x000012, "Member 'BenchV2_Base_C_HandleInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BenchV2_Base_C_HandleInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CallFunc_IsVisible_ReturnValue_1) == 0x000014, "Member 'BenchV2_Base_C_HandleInputAction::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000015, "Member 'BenchV2_Base_C_HandleInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, Temp_bool_Variable) == 0x000016, "Member 'BenchV2_Base_C_HandleInputAction::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HandleInputAction, K2Node_Select_Default) == 0x000018, "Member 'BenchV2_Base_C_HandleInputAction::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_FindFirstAvailableElem \ static_assert(alignof(BenchV2_Base_C_FindFirstAvailableElem) == 0x000008, "Wrong alignment on BenchV2_Base_C_FindFirstAvailableElem"); \ static_assert(sizeof(BenchV2_Base_C_FindFirstAvailableElem) == 0x000040, "Wrong size on BenchV2_Base_C_FindFirstAvailableElem"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, MenuList) == 0x000000, "Member 'BenchV2_Base_C_FindFirstAvailableElem::MenuList' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, Array_Element) == 0x000008, "Member 'BenchV2_Base_C_FindFirstAvailableElem::Array_Element' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BenchV2_Base_C_FindFirstAvailableElem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_Array_Get_Item) == 0x000018, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_GetCanItemInteract_self_CastInput) == 0x000020, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_GetCanItemInteract_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_GetCanItemInteract_isInteractable) == 0x000030, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_GetIsEnabled_ReturnValue) == 0x000031, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BenchV2_Base_C_FindFirstAvailableElem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_FindFirstAvailableElem, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BenchV2_Base_C_FindFirstAvailableElem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Scroll_to_Hovered_Widget \ static_assert(alignof(BenchV2_Base_C_Scroll_to_Hovered_Widget) == 0x000008, "Wrong alignment on BenchV2_Base_C_Scroll_to_Hovered_Widget"); \ static_assert(sizeof(BenchV2_Base_C_Scroll_to_Hovered_Widget) == 0x000020, "Wrong size on BenchV2_Base_C_Scroll_to_Hovered_Widget"); \ static_assert(offsetof(BenchV2_Base_C_Scroll_to_Hovered_Widget, CurrentMenu) == 0x000000, "Member 'BenchV2_Base_C_Scroll_to_Hovered_Widget::CurrentMenu' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Scroll_to_Hovered_Widget, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000008, "Member 'BenchV2_Base_C_Scroll_to_Hovered_Widget::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Scroll_to_Hovered_Widget, CallFunc_GetCurrentHoveredItem_Output) == 0x000010, "Member 'BenchV2_Base_C_Scroll_to_Hovered_Widget::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Scroll_to_Hovered_Widget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_Scroll_to_Hovered_Widget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Scroll_to_Hovered_Widget, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BenchV2_Base_C_Scroll_to_Hovered_Widget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_PlayScrollBounce \ static_assert(alignof(BenchV2_Base_C_PlayScrollBounce) == 0x000008, "Wrong alignment on BenchV2_Base_C_PlayScrollBounce"); \ static_assert(sizeof(BenchV2_Base_C_PlayScrollBounce) == 0x000028, "Wrong size on BenchV2_Base_C_PlayScrollBounce"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CurrentScrollProgress) == 0x000000, "Member 'BenchV2_Base_C_PlayScrollBounce::CurrentScrollProgress' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000006, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000011, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_PlayScrollBounce, CallFunc_BooleanAND_ReturnValue_1) == 0x000020, "Member 'BenchV2_Base_C_PlayScrollBounce::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_HoverNextContextItem \ static_assert(alignof(BenchV2_Base_C_HoverNextContextItem) == 0x000008, "Wrong alignment on BenchV2_Base_C_HoverNextContextItem"); \ static_assert(sizeof(BenchV2_Base_C_HoverNextContextItem) == 0x000018, "Wrong size on BenchV2_Base_C_HoverNextContextItem"); \ static_assert(offsetof(BenchV2_Base_C_HoverNextContextItem, CurrentMenuItem) == 0x000000, "Member 'BenchV2_Base_C_HoverNextContextItem::CurrentMenuItem' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverNextContextItem, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_HoverNextContextItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverNextContextItem, CallFunc_Array_LastIndex_ReturnValue) == 0x00000C, "Member 'BenchV2_Base_C_HoverNextContextItem::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverNextContextItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_HoverNextContextItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverNextContextItem, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000011, "Member 'BenchV2_Base_C_HoverNextContextItem::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_HoverPrevContextItem \ static_assert(alignof(BenchV2_Base_C_HoverPrevContextItem) == 0x000008, "Wrong alignment on BenchV2_Base_C_HoverPrevContextItem"); \ static_assert(sizeof(BenchV2_Base_C_HoverPrevContextItem) == 0x000018, "Wrong size on BenchV2_Base_C_HoverPrevContextItem"); \ static_assert(offsetof(BenchV2_Base_C_HoverPrevContextItem, CurrentMenuItem) == 0x000000, "Member 'BenchV2_Base_C_HoverPrevContextItem::CurrentMenuItem' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverPrevContextItem, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_HoverPrevContextItem::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverPrevContextItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BenchV2_Base_C_HoverPrevContextItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_HoverPrevContextItem, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_HoverPrevContextItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Hover_Current_Available_Slot \ static_assert(alignof(BenchV2_Base_C_Hover_Current_Available_Slot) == 0x000008, "Wrong alignment on BenchV2_Base_C_Hover_Current_Available_Slot"); \ static_assert(sizeof(BenchV2_Base_C_Hover_Current_Available_Slot) == 0x000048, "Wrong size on BenchV2_Base_C_Hover_Current_Available_Slot"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CurrentHovered) == 0x000000, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CurrentHovered' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CallFunc_Array_Get_Item) == 0x000008, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000010, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000021, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CallFunc_FindFirstAvailableElem_Array_Element) == 0x000028, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CallFunc_FindFirstAvailableElem_Array_Element' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000030, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Hover_Current_Available_Slot, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BenchV2_Base_C_Hover_Current_Available_Slot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_RedrawWeaponSlots \ static_assert(alignof(BenchV2_Base_C_RedrawWeaponSlots) == 0x000008, "Wrong alignment on BenchV2_Base_C_RedrawWeaponSlots"); \ static_assert(sizeof(BenchV2_Base_C_RedrawWeaponSlots) == 0x000020, "Wrong size on BenchV2_Base_C_RedrawWeaponSlots"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, Weapon) == 0x000000, "Member 'BenchV2_Base_C_RedrawWeaponSlots::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, CurrentHovered) == 0x000008, "Member 'BenchV2_Base_C_RedrawWeaponSlots::CurrentHovered' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, Temp_bool_Variable) == 0x00000C, "Member 'BenchV2_Base_C_RedrawWeaponSlots::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, Temp_int_Variable) == 0x000010, "Member 'BenchV2_Base_C_RedrawWeaponSlots::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BenchV2_Base_C_RedrawWeaponSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawWeaponSlots, K2Node_Select_Default) == 0x000018, "Member 'BenchV2_Base_C_RedrawWeaponSlots::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_RedrawDescription \ static_assert(alignof(BenchV2_Base_C_RedrawDescription) == 0x000008, "Wrong alignment on BenchV2_Base_C_RedrawDescription"); \ static_assert(sizeof(BenchV2_Base_C_RedrawDescription) == 0x000008, "Wrong size on BenchV2_Base_C_RedrawDescription"); \ static_assert(offsetof(BenchV2_Base_C_RedrawDescription, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_RedrawDescription::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnKeyUp \ static_assert(alignof(BenchV2_Base_C_OnKeyUp) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnKeyUp"); \ static_assert(sizeof(BenchV2_Base_C_OnKeyUp) == 0x0002C0, "Wrong size on BenchV2_Base_C_OnKeyUp"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'BenchV2_Base_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'BenchV2_Base_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'BenchV2_Base_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000140, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue) == 0x0001F8, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x0001F9, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000200, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x0002B8, "Member 'BenchV2_Base_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ShowItemName \ static_assert(alignof(BenchV2_Base_C_ShowItemName) == 0x000008, "Wrong alignment on BenchV2_Base_C_ShowItemName"); \ static_assert(sizeof(BenchV2_Base_C_ShowItemName) == 0x000090, "Wrong size on BenchV2_Base_C_ShowItemName"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, ModuleWidget) == 0x000000, "Member 'BenchV2_Base_C_ShowItemName::ModuleWidget' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, NewLocalVar_0) == 0x000008, "Member 'BenchV2_Base_C_ShowItemName::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000010, "Member 'BenchV2_Base_C_ShowItemName::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BenchV2_Base_C_ShowItemName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000019, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetCurrentSelectedItem_Output) == 0x000020, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, K2Node_DynamicCast_AsWeapon_Module_Placeholder_1) == 0x000028, "Member 'BenchV2_Base_C_ShowItemName::K2Node_DynamicCast_AsWeapon_Module_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BenchV2_Base_C_ShowItemName::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetPlaceholder_Placeholder) == 0x000038, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetModuleName_bIsFound) == 0x000040, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetModuleName_bIsFound' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetModuleName_ReturnValue) == 0x000048, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetModuleName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_CanRemoveItem_CanAdd) == 0x000060, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_CanRemoveItem_CanAdd' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetModuleName_bIsFound_1) == 0x000062, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetModuleName_bIsFound_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetModuleName_ReturnValue_1) == 0x000068, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetModuleName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_GetWidgetCenter_CenterCoordinates) == 0x000080, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_GetWidgetCenter_CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ShowItemName, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000088, "Member 'BenchV2_Base_C_ShowItemName::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ApplyPreviewModule \ static_assert(alignof(BenchV2_Base_C_ApplyPreviewModule) == 0x000008, "Wrong alignment on BenchV2_Base_C_ApplyPreviewModule"); \ static_assert(sizeof(BenchV2_Base_C_ApplyPreviewModule) == 0x000030, "Wrong size on BenchV2_Base_C_ApplyPreviewModule"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, ModulePlaceholder) == 0x000000, "Member 'BenchV2_Base_C_ApplyPreviewModule::ModulePlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, ModuleType) == 0x000008, "Member 'BenchV2_Base_C_ApplyPreviewModule::ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_ApplyPreviewModule::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_ApplyPreviewModule::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'BenchV2_Base_C_ApplyPreviewModule::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ApplyPreviewModule, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BenchV2_Base_C_ApplyPreviewModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateCorePreview \ static_assert(alignof(BenchV2_Base_C_UpdateCorePreview) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateCorePreview"); \ static_assert(sizeof(BenchV2_Base_C_UpdateCorePreview) == 0x000110, "Wrong size on BenchV2_Base_C_UpdateCorePreview"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, NewCorePlaceholder) == 0x000000, "Member 'BenchV2_Base_C_UpdateCorePreview::NewCorePlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, LocalCorePlaceholder) == 0x000008, "Member 'BenchV2_Base_C_UpdateCorePreview::LocalCorePlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, Temp_byte_Variable) == 0x000010, "Member 'BenchV2_Base_C_UpdateCorePreview::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_GetContextType_ModuleType) == 0x000011, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_GetContextType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_GetContextType_ModuleType_1) == 0x000013, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_GetContextType_ModuleType_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000014, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_IsValid_ReturnValue) == 0x000015, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_GetPreviewWeapon_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_GetPreviewWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, Temp_byte_Variable_1) == 0x000020, "Member 'BenchV2_Base_C_UpdateCorePreview::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_GetCoreDescription_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_GetCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000108, "Member 'BenchV2_Base_C_UpdateCorePreview::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, Temp_bool_Variable) == 0x000109, "Member 'BenchV2_Base_C_UpdateCorePreview::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateCorePreview, K2Node_Select_Default) == 0x00010A, "Member 'BenchV2_Base_C_UpdateCorePreview::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_UpdateProjectilePreview \ static_assert(alignof(BenchV2_Base_C_UpdateProjectilePreview) == 0x000008, "Wrong alignment on BenchV2_Base_C_UpdateProjectilePreview"); \ static_assert(sizeof(BenchV2_Base_C_UpdateProjectilePreview) == 0x000010, "Wrong size on BenchV2_Base_C_UpdateProjectilePreview"); \ static_assert(offsetof(BenchV2_Base_C_UpdateProjectilePreview, CallFunc_GetContextType_ModuleType) == 0x000000, "Member 'BenchV2_Base_C_UpdateProjectilePreview::CallFunc_GetContextType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateProjectilePreview, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BenchV2_Base_C_UpdateProjectilePreview::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_UpdateProjectilePreview, CallFunc_GetPreviewWeapon_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_UpdateProjectilePreview::CallFunc_GetPreviewWeapon_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnModuleHovered \ static_assert(alignof(BenchV2_Base_C_OnModuleHovered) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnModuleHovered"); \ static_assert(sizeof(BenchV2_Base_C_OnModuleHovered) == 0x000018, "Wrong size on BenchV2_Base_C_OnModuleHovered"); \ static_assert(offsetof(BenchV2_Base_C_OnModuleHovered, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BenchV2_Base_C_OnModuleHovered::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnModuleHovered, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_OnModuleHovered::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_OnPreviewModule \ static_assert(alignof(BenchV2_Base_C_OnPreviewModule) == 0x000008, "Wrong alignment on BenchV2_Base_C_OnPreviewModule"); \ static_assert(sizeof(BenchV2_Base_C_OnPreviewModule) == 0x0000C0, "Wrong size on BenchV2_Base_C_OnPreviewModule"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, HoveredPlaceholder) == 0x000000, "Member 'BenchV2_Base_C_OnPreviewModule::HoveredPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetPreviewWeapon_ReturnValue) == 0x000008, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetPreviewWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetPreviewWeapon_ReturnValue_1) == 0x000010, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetPreviewWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000018, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentWeaponInformation_S_BenchV2_ModuleValues) == 0x000020, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentWeaponInformation_S_BenchV2_ModuleValues' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentWeaponInformation_Durability0_1) == 0x000040, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentWeaponInformation_Durability0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentWeaponInformation_DurabiliutyScale0_1) == 0x000044, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentWeaponInformation_DurabiliutyScale0_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetContextType_ModuleType) == 0x000048, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetContextType_ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetPreviewWeapon_ReturnValue_2) == 0x000050, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetPreviewWeapon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000058, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000060, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentHoveredItem_Output) == 0x000068, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentHoveredItem_IsValid_1) == 0x000070, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentHoveredItem_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetCurrentHoveredItem_Output_1) == 0x000078, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetCurrentHoveredItem_Output_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000080, "Member 'BenchV2_Base_C_OnPreviewModule::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BenchV2_Base_C_OnPreviewModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetPlaceholder_Placeholder) == 0x000090, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetPlaceholder_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetPlaceholder_Placeholder_1) == 0x000098, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetPlaceholder_Placeholder_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_OnPreviewModule, CallFunc_GetWeaponModuleEffect_S_BenchV2_ModuleValues) == 0x0000A0, "Member 'BenchV2_Base_C_OnPreviewModule::CallFunc_GetWeaponModuleEffect_S_BenchV2_ModuleValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_ResetOnHover \ static_assert(alignof(BenchV2_Base_C_ResetOnHover) == 0x000008, "Wrong alignment on BenchV2_Base_C_ResetOnHover"); \ static_assert(sizeof(BenchV2_Base_C_ResetOnHover) == 0x000010, "Wrong size on BenchV2_Base_C_ResetOnHover"); \ static_assert(offsetof(BenchV2_Base_C_ResetOnHover, CallFunc_GetWorkingWeapon_ReturnValue) == 0x000000, "Member 'BenchV2_Base_C_ResetOnHover::CallFunc_GetWorkingWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_ResetOnHover, CallFunc_GetWorkingWeapon_ReturnValue_1) == 0x000008, "Member 'BenchV2_Base_C_ResetOnHover::CallFunc_GetWorkingWeapon_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_GetContextType \ static_assert(alignof(BenchV2_Base_C_GetContextType) == 0x000008, "Wrong alignment on BenchV2_Base_C_GetContextType"); \ static_assert(sizeof(BenchV2_Base_C_GetContextType) == 0x000020, "Wrong size on BenchV2_Base_C_GetContextType"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, ModuleType) == 0x000000, "Member 'BenchV2_Base_C_GetContextType::ModuleType' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, CallFunc_GetCurrentSelectedItem_IsValid) == 0x000001, "Member 'BenchV2_Base_C_GetContextType::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, CallFunc_GetCurrentSelectedItem_Output) == 0x000008, "Member 'BenchV2_Base_C_GetContextType::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, K2Node_DynamicCast_AsWeapon_Module_Placeholder) == 0x000010, "Member 'BenchV2_Base_C_GetContextType::K2Node_DynamicCast_AsWeapon_Module_Placeholder' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BenchV2_Base_C_GetContextType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_GetContextType, CallFunc_GetType_ModuleType) == 0x000019, "Member 'BenchV2_Base_C_GetContextType::CallFunc_GetType_ModuleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_RedrawEffects \ static_assert(alignof(BenchV2_Base_C_RedrawEffects) == 0x000008, "Wrong alignment on BenchV2_Base_C_RedrawEffects"); \ static_assert(sizeof(BenchV2_Base_C_RedrawEffects) == 0x000438, "Wrong size on BenchV2_Base_C_RedrawEffects"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, BaseWeapon) == 0x000000, "Member 'BenchV2_Base_C_RedrawEffects::BaseWeapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, PreviewMode) == 0x000008, "Member 'BenchV2_Base_C_RedrawEffects::PreviewMode' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CurrentEffectWidget) == 0x000010, "Member 'BenchV2_Base_C_RedrawEffects::CurrentEffectWidget' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable) == 0x000018, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_1) == 0x000038, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_2) == 0x000050, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_3) == 0x000068, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_4) == 0x000080, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_5) == 0x000098, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_byte_Variable) == 0x0000B0, "Member 'BenchV2_Base_C_RedrawEffects::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable) == 0x0000B8, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_1) == 0x0000C0, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_2) == 0x0000C8, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_3) == 0x0000D0, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_4) == 0x0000D8, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_5) == 0x0000E0, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_6) == 0x0000E8, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_object_Variable_7) == 0x0000F0, "Member 'BenchV2_Base_C_RedrawEffects::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Damage) == 0x0000F8, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Damage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Chance) == 0x0000FC, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Chance' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_Get_Current_Effect_Widget_EffectWidget) == 0x000100, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_Get_Current_Effect_Widget_EffectWidget' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetPreviewWeapon_ReturnValue) == 0x000108, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetPreviewWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetMagazineDescription_ReturnValue) == 0x000110, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetMagazineDescription_ReturnValue_1) == 0x000190, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetMagazineDescription_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, K2Node_Select_Default) == 0x000210, "Member 'BenchV2_Base_C_RedrawEffects::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetPreviewWeapon_ReturnValue_1) == 0x000218, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetPreviewWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetMagazineDescription_ReturnValue_2) == 0x000220, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetMagazineDescription_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Damage_1) == 0x0002A0, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Damage_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Chance_1) == 0x0002A4, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Chance_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002A8, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetMagazineDescription_ReturnValue_3) == 0x0002B0, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetMagazineDescription_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, K2Node_SwitchEnum_CmpSuccess) == 0x000330, "Member 'BenchV2_Base_C_RedrawEffects::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Damage_2) == 0x000334, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Damage_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Chance_2) == 0x000338, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Chance_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_6) == 0x000340, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_text_Variable_7) == 0x000358, "Member 'BenchV2_Base_C_RedrawEffects::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetPreviewWeapon_ReturnValue_2) == 0x000370, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetPreviewWeapon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Damage_3) == 0x000378, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Damage_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_CalculateEffectValues_Chance_3) == 0x00037C, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_CalculateEffectValues_Chance_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000380, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000384, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, Temp_byte_Variable_1) == 0x000388, "Member 'BenchV2_Base_C_RedrawEffects::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, K2Node_Select_Default_1) == 0x000390, "Member 'BenchV2_Base_C_RedrawEffects::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetPreviewWeapon_ReturnValue_3) == 0x0003A8, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetPreviewWeapon_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_GetMagazineDescription_ReturnValue_4) == 0x0003B0, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_GetMagazineDescription_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, CallFunc_Not_PreBool_ReturnValue) == 0x000430, "Member 'BenchV2_Base_C_RedrawEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_RedrawEffects, K2Node_SwitchEnum_CmpSuccess_1) == 0x000431, "Member 'BenchV2_Base_C_RedrawEffects::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_CalculateEffectValues \ static_assert(alignof(BenchV2_Base_C_CalculateEffectValues) == 0x000008, "Wrong alignment on BenchV2_Base_C_CalculateEffectValues"); \ static_assert(sizeof(BenchV2_Base_C_CalculateEffectValues) == 0x000308, "Wrong size on BenchV2_Base_C_CalculateEffectValues"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Weapon) == 0x000000, "Member 'BenchV2_Base_C_CalculateEffectValues::Weapon' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Damage) == 0x000008, "Member 'BenchV2_Base_C_CalculateEffectValues::Damage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Chance) == 0x00000C, "Member 'BenchV2_Base_C_CalculateEffectValues::Chance' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, EffectClass) == 0x000010, "Member 'BenchV2_Base_C_CalculateEffectValues::EffectClass' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_byte_Variable) == 0x000018, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_GetMagazineDescription_ReturnValue) == 0x000020, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable) == 0x0000A0, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_1) == 0x0000A8, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_2) == 0x0000B0, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_3) == 0x0000B8, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_4) == 0x0000C0, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_5) == 0x0000C8, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_6) == 0x0000D0, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, Temp_class_Variable_7) == 0x0000D8, "Member 'BenchV2_Base_C_CalculateEffectValues::Temp_class_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, K2Node_Select_Default) == 0x0000E0, "Member 'BenchV2_Base_C_CalculateEffectValues::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, K2Node_ClassDynamicCast_AsFGStatus_Effect) == 0x0000E8, "Member 'BenchV2_Base_C_CalculateEffectValues::K2Node_ClassDynamicCast_AsFGStatus_Effect' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, K2Node_ClassDynamicCast_bSuccess) == 0x0000F0, "Member 'BenchV2_Base_C_CalculateEffectValues::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_GetItemLifetimeData_ReturnValue) == 0x0000F8, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_GenerateWeaponSettings_Settings) == 0x000108, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_CalcElementDamage_TotalDamage) == 0x0002F0, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_CalcElementDamage_TotalDamage' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_FindmplicitValue_FindingValue) == 0x0002F4, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_FindmplicitValue_FindingValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_Round_ReturnValue) == 0x0002F8, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002FC, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000300, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_CalculateEffectValues, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000304, "Member 'BenchV2_Base_C_CalculateEffectValues::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_Get_Current_Effect_Widget \ static_assert(alignof(BenchV2_Base_C_Get_Current_Effect_Widget) == 0x000008, "Wrong alignment on BenchV2_Base_C_Get_Current_Effect_Widget"); \ static_assert(sizeof(BenchV2_Base_C_Get_Current_Effect_Widget) == 0x000040, "Wrong size on BenchV2_Base_C_Get_Current_Effect_Widget"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, EffectWidget) == 0x000000, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::EffectWidget' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, K2Node_MakeArray_Array) == 0x000018, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, CallFunc_Array_Get_Item) == 0x000030, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BenchV2_Base_C_Get_Current_Effect_Widget, CallFunc_IsVisible_ReturnValue) == 0x000039, "Member 'BenchV2_Base_C_Get_Current_Effect_Widget::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BenchV2_Base_C_V2_GetGamepadController \ static_assert(alignof(BenchV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on BenchV2_Base_C_V2_GetGamepadController"); \ static_assert(sizeof(BenchV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong size on BenchV2_Base_C_V2_GetGamepadController"); \ static_assert(offsetof(BenchV2_Base_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'BenchV2_Base_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBenchV2_Base_C \ static_assert(alignof(UBenchV2_Base_C) == 0x000008, "Wrong alignment on UBenchV2_Base_C"); \ static_assert(sizeof(UBenchV2_Base_C) == 0x000538, "Wrong size on UBenchV2_Base_C"); \ static_assert(offsetof(UBenchV2_Base_C, UberGraphFrame_BenchV2_Base_C) == 0x000300, "Member 'UBenchV2_Base_C::UberGraphFrame_BenchV2_Base_C' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ShowDescription) == 0x000308, "Member 'UBenchV2_Base_C::ShowDescription' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ScrollBounceStart) == 0x000310, "Member 'UBenchV2_Base_C::ScrollBounceStart' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ScrollBounceEnd) == 0x000318, "Member 'UBenchV2_Base_C::ScrollBounceEnd' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ShowWeapon) == 0x000320, "Member 'UBenchV2_Base_C::ShowWeapon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, HideContexMenu) == 0x000328, "Member 'UBenchV2_Base_C::HideContexMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ShowContextMenu) == 0x000330, "Member 'UBenchV2_Base_C::ShowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, Background) == 0x000338, "Member 'UBenchV2_Base_C::Background' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchSelectWeapon) == 0x000340, "Member 'UBenchV2_Base_C::BenchSelectWeapon' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Durability) == 0x000348, "Member 'UBenchV2_Base_C::BenchV2_Durability' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Effect_Crio) == 0x000350, "Member 'UBenchV2_Base_C::BenchV2_Effect_Crio' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Effect_Flame) == 0x000358, "Member 'UBenchV2_Base_C::BenchV2_Effect_Flame' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Effect_None) == 0x000360, "Member 'UBenchV2_Base_C::BenchV2_Effect_None' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Effect_Tesla) == 0x000368, "Member 'UBenchV2_Base_C::BenchV2_Effect_Tesla' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Effect_Toxic) == 0x000370, "Member 'UBenchV2_Base_C::BenchV2_Effect_Toxic' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_EffectPanel) == 0x000378, "Member 'UBenchV2_Base_C::BenchV2_EffectPanel' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Elem_Chance) == 0x000380, "Member 'UBenchV2_Base_C::BenchV2_Elem_Chance' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_Elem_ExtraDamage) == 0x000388, "Member 'UBenchV2_Base_C::BenchV2_Elem_ExtraDamage' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_RenderWidget) == 0x000390, "Member 'UBenchV2_Base_C::BenchV2_RenderWidget' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, BenchV2_SelectTable) == 0x000398, "Member 'UBenchV2_Base_C::BenchV2_SelectTable' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, CanvasPanel_0) == 0x0003A0, "Member 'UBenchV2_Base_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, CloseButton) == 0x0003A8, "Member 'UBenchV2_Base_C::CloseButton' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ContextMenu) == 0x0003B0, "Member 'UBenchV2_Base_C::ContextMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ContextScroll) == 0x0003B8, "Member 'UBenchV2_Base_C::ContextScroll' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, DetailsInvalidationBox) == 0x0003C0, "Member 'UBenchV2_Base_C::DetailsInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, DetailsInvalidationInnerBox) == 0x0003C8, "Member 'UBenchV2_Base_C::DetailsInvalidationInnerBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, DPSCount) == 0x0003D0, "Member 'UBenchV2_Base_C::DPSCount' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, DPSWrap) == 0x0003D8, "Member 'UBenchV2_Base_C::DPSWrap' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, EffectsInvalidationBox) == 0x0003E0, "Member 'UBenchV2_Base_C::EffectsInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, EffectsWrapper) == 0x0003E8, "Member 'UBenchV2_Base_C::EffectsWrapper' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, FTextPlug) == 0x0003F0, "Member 'UBenchV2_Base_C::FTextPlug' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, HorizontalBox_Name) == 0x0003F8, "Member 'UBenchV2_Base_C::HorizontalBox_Name' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ItemDescription) == 0x000400, "Member 'UBenchV2_Base_C::ItemDescription' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, KeyHints) == 0x000408, "Member 'UBenchV2_Base_C::KeyHints' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, KeyTooltipWidget_125) == 0x000410, "Member 'UBenchV2_Base_C::KeyTooltipWidget_125' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, KeyTooltipWidget_211) == 0x000418, "Member 'UBenchV2_Base_C::KeyTooltipWidget_211' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, MainWindow) == 0x000420, "Member 'UBenchV2_Base_C::MainWindow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ModulesInventory) == 0x000428, "Member 'UBenchV2_Base_C::ModulesInventory' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, PropertiesInvalidationBox) == 0x000430, "Member 'UBenchV2_Base_C::PropertiesInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, PropertiesTitle) == 0x000438, "Member 'UBenchV2_Base_C::PropertiesTitle' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, RD_LootnameText) == 0x000440, "Member 'UBenchV2_Base_C::RD_LootnameText' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ScrollMaskContainer) == 0x000448, "Member 'UBenchV2_Base_C::ScrollMaskContainer' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, SelectorArrow) == 0x000450, "Member 'UBenchV2_Base_C::SelectorArrow' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, SidePanelWrapper) == 0x000458, "Member 'UBenchV2_Base_C::SidePanelWrapper' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, SlotsMenu) == 0x000460, "Member 'UBenchV2_Base_C::SlotsMenu' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, TypeInvalidationBox) == 0x000468, "Member 'UBenchV2_Base_C::TypeInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, WeaponCoreDescription) == 0x000470, "Member 'UBenchV2_Base_C::WeaponCoreDescription' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, WeaponModsList) == 0x000478, "Member 'UBenchV2_Base_C::WeaponModsList' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, WeaponProjectileType) == 0x000480, "Member 'UBenchV2_Base_C::WeaponProjectileType' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, WeaponStats) == 0x000488, "Member 'UBenchV2_Base_C::WeaponStats' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, WorkZone) == 0x000490, "Member 'UBenchV2_Base_C::WorkZone' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, Player) == 0x000498, "Member 'UBenchV2_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, GamepadController) == 0x0004A0, "Member 'UBenchV2_Base_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, DefaultCircleColor) == 0x0004A8, "Member 'UBenchV2_Base_C::DefaultCircleColor' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, Table) == 0x0004B8, "Member 'UBenchV2_Base_C::Table' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, ModuleSlots) == 0x0004C0, "Member 'UBenchV2_Base_C::ModuleSlots' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, bIsContextMenuVisible) == 0x0004D0, "Member 'UBenchV2_Base_C::bIsContextMenuVisible' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, PCActionMapping) == 0x0004D8, "Member 'UBenchV2_Base_C::PCActionMapping' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, bCanScrollContext) == 0x000528, "Member 'UBenchV2_Base_C::bCanScrollContext' has a wrong offset!"); \ static_assert(offsetof(UBenchV2_Base_C, OnHoverTimer) == 0x000530, "Member 'UBenchV2_Base_C::OnHoverTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget \ static_assert(alignof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget) == 0x000008, "Wrong alignment on AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget"); \ static_assert(sizeof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget) == 0x0000D8, "Wrong size on AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, EntryPoint) == 0x000000, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_GetViewportScale_ReturnValue) == 0x000004, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_Event_MyGeometry) == 0x000008, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_Event_InDeltaTime) == 0x000040, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000048, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_GetOwningPlayerPawn_ReturnValue_1) == 0x000050, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_GetOwningPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000058, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000068, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000074, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_GetEnemyCapsuleScreenBounds_ReturnValue) == 0x000078, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_GetEnemyCapsuleScreenBounds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_BreakVector2D_X) == 0x00008C, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_BreakVector2D_Y) == 0x000090, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_BreakVector2D_X_1) == 0x000094, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_BreakVector2D_Y_1) == 0x000098, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00009C, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A0, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_AsOverlay_Slot) == 0x0000A8, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_AsOverlay_Slot' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000B4, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000B8, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_GetViewportScale_ReturnValue_1) == 0x0000BC, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_GetViewportScale_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0000C0, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0000C4, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget, K2Node_MakeStruct_Margin) == 0x0000C8, "Member 'AutoAimDebugWidget_C_ExecuteUbergraph_AutoAimDebugWidget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AutoAimDebugWidget_C_Tick \ static_assert(alignof(AutoAimDebugWidget_C_Tick) == 0x000004, "Wrong alignment on AutoAimDebugWidget_C_Tick"); \ static_assert(sizeof(AutoAimDebugWidget_C_Tick) == 0x00003C, "Wrong size on AutoAimDebugWidget_C_Tick"); \ static_assert(offsetof(AutoAimDebugWidget_C_Tick, MyGeometry) == 0x000000, "Member 'AutoAimDebugWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'AutoAimDebugWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AutoAimDebugWidget_C_GetVisibility_0 \ static_assert(alignof(AutoAimDebugWidget_C_GetVisibility_0) == 0x000008, "Wrong alignment on AutoAimDebugWidget_C_GetVisibility_0"); \ static_assert(sizeof(AutoAimDebugWidget_C_GetVisibility_0) == 0x000020, "Wrong size on AutoAimDebugWidget_C_GetVisibility_0"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, ReturnValue) == 0x000000, "Member 'AutoAimDebugWidget_C_GetVisibility_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, Temp_bool_Variable) == 0x000001, "Member 'AutoAimDebugWidget_C_GetVisibility_0::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, Temp_byte_Variable) == 0x000002, "Member 'AutoAimDebugWidget_C_GetVisibility_0::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, Temp_byte_Variable_1) == 0x000003, "Member 'AutoAimDebugWidget_C_GetVisibility_0::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000008, "Member 'AutoAimDebugWidget_C_GetVisibility_0::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000010, "Member 'AutoAimDebugWidget_C_GetVisibility_0::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AutoAimDebugWidget_C_GetVisibility_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AutoAimDebugWidget_C_GetVisibility_0, K2Node_Select_Default) == 0x000019, "Member 'AutoAimDebugWidget_C_GetVisibility_0::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAutoAimDebugWidget_C \ static_assert(alignof(UAutoAimDebugWidget_C) == 0x000008, "Wrong alignment on UAutoAimDebugWidget_C"); \ static_assert(sizeof(UAutoAimDebugWidget_C) == 0x0002A8, "Wrong size on UAutoAimDebugWidget_C"); \ static_assert(offsetof(UAutoAimDebugWidget_C, UberGraphFrame) == 0x000260, "Member 'UAutoAimDebugWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, Border_0) == 0x000268, "Member 'UAutoAimDebugWidget_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, CrossHair) == 0x000270, "Member 'UAutoAimDebugWidget_C::CrossHair' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, CrossHair_h) == 0x000278, "Member 'UAutoAimDebugWidget_C::CrossHair_h' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, CrossHair_v) == 0x000280, "Member 'UAutoAimDebugWidget_C::CrossHair_v' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, TargetBoundBox) == 0x000288, "Member 'UAutoAimDebugWidget_C::TargetBoundBox' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, TargetBoundSizeBox) == 0x000290, "Member 'UAutoAimDebugWidget_C::TargetBoundSizeBox' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, WhiteCircle) == 0x000298, "Member 'UAutoAimDebugWidget_C::WhiteCircle' has a wrong offset!"); \ static_assert(offsetof(UAutoAimDebugWidget_C, WhiteCircleSizeBox) == 0x0002A0, "Member 'UAutoAimDebugWidget_C::WhiteCircleSizeBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base \ static_assert(alignof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base) == 0x000008, "Wrong alignment on TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base"); \ static_assert(sizeof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base) == 0x000398, "Wrong size on TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, EntryPoint) == 0x000000, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_byte_Variable) == 0x000004, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_text_Variable) == 0x000008, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_text_Variable_1) == 0x000020, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_text_Variable_2) == 0x000038, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_MakeArray_Array) == 0x0000A8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000E0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_bool_Has_Been_Initd_Variable) == 0x000100, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_bool_IsClosed_Variable) == 0x000101, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_4) == 0x000104, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_Event_IsDesignTime) == 0x000114, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_GetText_ReturnValue) == 0x000118, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_GetText_ReturnValue_1) == 0x000130, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue) == 0x000148, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue_1) == 0x000160, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000178, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_AsThird_Person_Character) == 0x000180, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CustomEvent_Type) == 0x000189, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000190, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_Subtract_IntInt_ReturnValue) == 0x000198, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_Greater_IntInt_ReturnValue) == 0x00019C, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001A0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_MakeLiteralText_ReturnValue) == 0x0001A8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue_2) == 0x0001C0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x0001D8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_GetGameInstance_ReturnValue) == 0x0001E0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_AsFGGame_Instance) == 0x0001E8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0001F8, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue_3) == 0x000210, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_IsValid_ReturnValue) == 0x000228, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000230, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_IsValid_ReturnValue_1) == 0x000248, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue_4) == 0x000250, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller) == 0x000268, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_bSuccess_2) == 0x000270, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue_3) == 0x000278, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_text_Variable_3) == 0x000280, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue_4) == 0x000298, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002A0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_MakeArray_Array_1) == 0x0002E0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_Format_ReturnValue_1) == 0x0002F0, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CustomEvent_Time) == 0x000308, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CustomEvent_Time' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_PlayAnimation_ReturnValue_5) == 0x000310, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CustomEvent_CutSceneController) == 0x000318, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CustomEvent_CutSceneController' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_1) == 0x000320, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_AsMQ_13_Leave_Depot_Controller_1' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_DynamicCast_bSuccess_3) == 0x000328, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_IsValid_ReturnValue_2) == 0x000329, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, Temp_text_Variable_4) == 0x000330, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_5) == 0x000348, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_Select_Default) == 0x000358, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, K2Node_CreateDelegate_OutputDelegate_6) == 0x000370, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base, CallFunc_TextToUpper_ReturnValue_5) == 0x000380, "Member 'TeleportWidget_Base_C_ExecuteUbergraph_TeleportWidget_Base::CallFunc_TextToUpper_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0 \ static_assert(alignof(TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0) == 0x000008, "Wrong alignment on TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0"); \ static_assert(sizeof(TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0) == 0x000008, "Wrong size on TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0"); \ static_assert(offsetof(TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0, CutSceneController) == 0x000000, "Member 'TeleportWidget_Base_C_OnCutSceneControllerHasBeenSet_Event_0::CutSceneController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportWidget_Base_C_OnTimerUpdate_Event_0 \ static_assert(alignof(TeleportWidget_Base_C_OnTimerUpdate_Event_0) == 0x000004, "Wrong alignment on TeleportWidget_Base_C_OnTimerUpdate_Event_0"); \ static_assert(sizeof(TeleportWidget_Base_C_OnTimerUpdate_Event_0) == 0x000004, "Wrong size on TeleportWidget_Base_C_OnTimerUpdate_Event_0"); \ static_assert(offsetof(TeleportWidget_Base_C_OnTimerUpdate_Event_0, Time) == 0x000000, "Member 'TeleportWidget_Base_C_OnTimerUpdate_Event_0::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0 \ static_assert(alignof(TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0) == 0x000001, "Wrong alignment on TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0"); \ static_assert(sizeof(TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0) == 0x000001, "Wrong size on TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0"); \ static_assert(offsetof(TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0, Type) == 0x000000, "Member 'TeleportWidget_Base_C_OnTeleportationWidgetMessage_Event_0::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TeleportWidget_Base_C_PreConstruct \ static_assert(alignof(TeleportWidget_Base_C_PreConstruct) == 0x000001, "Wrong alignment on TeleportWidget_Base_C_PreConstruct"); \ static_assert(sizeof(TeleportWidget_Base_C_PreConstruct) == 0x000001, "Wrong size on TeleportWidget_Base_C_PreConstruct"); \ static_assert(offsetof(TeleportWidget_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'TeleportWidget_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTeleportWidget_Base_C \ static_assert(alignof(UTeleportWidget_Base_C) == 0x000008, "Wrong alignment on UTeleportWidget_Base_C"); \ static_assert(sizeof(UTeleportWidget_Base_C) == 0x0002D0, "Wrong size on UTeleportWidget_Base_C"); \ static_assert(offsetof(UTeleportWidget_Base_C, UberGraphFrame) == 0x000260, "Member 'UTeleportWidget_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, TimerFlicker) == 0x000268, "Member 'UTeleportWidget_Base_C::TimerFlicker' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, ShowWidget) == 0x000270, "Member 'UTeleportWidget_Base_C::ShowWidget' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, Image_35) == 0x000278, "Member 'UTeleportWidget_Base_C::Image_35' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, PrefixText) == 0x000280, "Member 'UTeleportWidget_Base_C::PrefixText' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, SuffixText) == 0x000288, "Member 'UTeleportWidget_Base_C::SuffixText' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, TimeText) == 0x000290, "Member 'UTeleportWidget_Base_C::TimeText' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, Player) == 0x000298, "Member 'UTeleportWidget_Base_C::Player' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, TimerHandle) == 0x0002A0, "Member 'UTeleportWidget_Base_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, OnShown) == 0x0002A8, "Member 'UTeleportWidget_Base_C::OnShown' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, OnHide) == 0x0002B8, "Member 'UTeleportWidget_Base_C::OnHide' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, Timer) == 0x0002C8, "Member 'UTeleportWidget_Base_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UTeleportWidget_Base_C, bAlreadyHaveTimer) == 0x0002CC, "Member 'UTeleportWidget_Base_C::bAlreadyHaveTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_Gregory_C_ReceiveTick \ static_assert(alignof(ThirdPersonCharacter_Gregory_C_ReceiveTick) == 0x000004, "Wrong alignment on ThirdPersonCharacter_Gregory_C_ReceiveTick"); \ static_assert(sizeof(ThirdPersonCharacter_Gregory_C_ReceiveTick) == 0x000004, "Wrong size on ThirdPersonCharacter_Gregory_C_ReceiveTick"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ThirdPersonCharacter_Gregory_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_Gregory_C_SetIsLook \ static_assert(alignof(ThirdPersonCharacter_Gregory_C_SetIsLook) == 0x000001, "Wrong alignment on ThirdPersonCharacter_Gregory_C_SetIsLook"); \ static_assert(sizeof(ThirdPersonCharacter_Gregory_C_SetIsLook) == 0x000001, "Wrong size on ThirdPersonCharacter_Gregory_C_SetIsLook"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_SetIsLook, LookNow) == 0x000000, "Member 'ThirdPersonCharacter_Gregory_C_SetIsLook::LookNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_Gregory_C_SetLookNowAlpha \ static_assert(alignof(ThirdPersonCharacter_Gregory_C_SetLookNowAlpha) == 0x000004, "Wrong alignment on ThirdPersonCharacter_Gregory_C_SetLookNowAlpha"); \ static_assert(sizeof(ThirdPersonCharacter_Gregory_C_SetLookNowAlpha) == 0x000004, "Wrong size on ThirdPersonCharacter_Gregory_C_SetLookNowAlpha"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_SetLookNowAlpha, LookNow) == 0x000000, "Member 'ThirdPersonCharacter_Gregory_C_SetLookNowAlpha::LookNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory \ static_assert(alignof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory) == 0x000004, "Wrong alignment on ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory"); \ static_assert(sizeof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory) == 0x000010, "Wrong size on ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory, EntryPoint) == 0x000000, "Member 'ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory, K2Node_CustomEvent_LookNow) == 0x000004, "Member 'ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory::K2Node_CustomEvent_LookNow' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory, K2Node_CustomEvent_LookNow_1) == 0x00000C, "Member 'ThirdPersonCharacter_Gregory_C_ExecuteUbergraph_ThirdPersonCharacter_Gregory::K2Node_CustomEvent_LookNow_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AThirdPersonCharacter_Gregory_C \ static_assert(alignof(AThirdPersonCharacter_Gregory_C) == 0x000010, "Wrong alignment on AThirdPersonCharacter_Gregory_C"); \ static_assert(sizeof(AThirdPersonCharacter_Gregory_C) == 0x001450, "Wrong size on AThirdPersonCharacter_Gregory_C"); \ static_assert(offsetof(AThirdPersonCharacter_Gregory_C, UberGraphFrame_ThirdPersonCharacter_Gregory_C) == 0x001438, "Member 'AThirdPersonCharacter_Gregory_C::UberGraphFrame_ThirdPersonCharacter_Gregory_C' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_Gregory_C, IsLookNow) == 0x001440, "Member 'AThirdPersonCharacter_Gregory_C::IsLookNow' has a wrong offset!"); \ static_assert(offsetof(AThirdPersonCharacter_Gregory_C, LookNowAlpha) == 0x001444, "Member 'AThirdPersonCharacter_Gregory_C::LookNowAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon \ static_assert(alignof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon) == 0x000008, "Wrong alignment on BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon"); \ static_assert(sizeof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon) == 0x000040, "Wrong size on BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, EntryPoint) == 0x000000, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, Temp_object_Variable) == 0x000010, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, K2Node_Event_IsDesignTime) == 0x000018, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, K2Node_Event_isHovered) == 0x000019, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, Temp_object_Variable_1) == 0x000020, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_GetItemSelect_isSelected) == 0x000028, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_GetCanItemInteract_isInteractable) == 0x000029, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, Temp_bool_Variable) == 0x00002B, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_BooleanAND_ReturnValue) == 0x00002C, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_GetCanItemInteract_isInteractable_1) == 0x00002D, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_GetCanItemInteract_isInteractable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, K2Node_Select_Default) == 0x000030, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000038, "Member 'BasicItemIcon_C_ExecuteUbergraph_BasicItemIcon::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetItemHover \ static_assert(alignof(BasicItemIcon_C_SetItemHover) == 0x000001, "Wrong alignment on BasicItemIcon_C_SetItemHover"); \ static_assert(sizeof(BasicItemIcon_C_SetItemHover) == 0x000001, "Wrong size on BasicItemIcon_C_SetItemHover"); \ static_assert(offsetof(BasicItemIcon_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'BasicItemIcon_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_PreConstruct \ static_assert(alignof(BasicItemIcon_C_PreConstruct) == 0x000001, "Wrong alignment on BasicItemIcon_C_PreConstruct"); \ static_assert(sizeof(BasicItemIcon_C_PreConstruct) == 0x000001, "Wrong size on BasicItemIcon_C_PreConstruct"); \ static_assert(offsetof(BasicItemIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BasicItemIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetIconText \ static_assert(alignof(BasicItemIcon_C_SetIconText) == 0x000001, "Wrong alignment on BasicItemIcon_C_SetIconText"); \ static_assert(sizeof(BasicItemIcon_C_SetIconText) == 0x000002, "Wrong size on BasicItemIcon_C_SetIconText"); \ static_assert(offsetof(BasicItemIcon_C_SetIconText, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'BasicItemIcon_C_SetIconText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetIconText, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BasicItemIcon_C_SetIconText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_DrawStyle \ static_assert(alignof(BasicItemIcon_C_DrawStyle) == 0x000001, "Wrong alignment on BasicItemIcon_C_DrawStyle"); \ static_assert(sizeof(BasicItemIcon_C_DrawStyle) == 0x000001, "Wrong size on BasicItemIcon_C_DrawStyle"); \ static_assert(offsetof(BasicItemIcon_C_DrawStyle, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BasicItemIcon_C_DrawStyle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_DrawOnHover \ static_assert(alignof(BasicItemIcon_C_DrawOnHover) == 0x000008, "Wrong alignment on BasicItemIcon_C_DrawOnHover"); \ static_assert(sizeof(BasicItemIcon_C_DrawOnHover) == 0x0001C0, "Wrong size on BasicItemIcon_C_DrawOnHover"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, IsHovered_0) == 0x000000, "Member 'BasicItemIcon_C_DrawOnHover::IsHovered_0' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, isSelectedLocal) == 0x000001, "Member 'BasicItemIcon_C_DrawOnHover::isSelectedLocal' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable) == 0x000002, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable) == 0x000004, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_1) == 0x000014, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_1) == 0x000018, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_2) == 0x000028, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_2) == 0x00002C, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_3) == 0x00003C, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_3) == 0x00004C, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_4) == 0x00004D, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_4) == 0x000050, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_5) == 0x000060, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_5) == 0x000070, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_6) == 0x000074, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_6) == 0x000084, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_7) == 0x000088, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_8) == 0x000098, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_bool_Variable_7) == 0x0000A8, "Member 'BasicItemIcon_C_DrawOnHover::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, Temp_struct_Variable_9) == 0x0000AC, "Member 'BasicItemIcon_C_DrawOnHover::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, CallFunc_BooleanOR_ReturnValue) == 0x0000BC, "Member 'BasicItemIcon_C_DrawOnHover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default) == 0x0000C0, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, CallFunc_GetItemSelect_isSelected) == 0x0000D0, "Member 'BasicItemIcon_C_DrawOnHover::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_MakeStruct_SlateColor) == 0x0000D8, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_MakeStruct_SlateColor_1) == 0x000100, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, CallFunc_BooleanOR_ReturnValue_1) == 0x000128, "Member 'BasicItemIcon_C_DrawOnHover::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_1) == 0x000130, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_2) == 0x000158, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_3) == 0x000168, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_4) == 0x000178, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, CallFunc_PlayAnimationForward_ReturnValue) == 0x000188, "Member 'BasicItemIcon_C_DrawOnHover::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_5) == 0x000190, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_6) == 0x0001A0, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnHover, K2Node_Select_Default_7) == 0x0001B0, "Member 'BasicItemIcon_C_DrawOnHover::K2Node_Select_Default_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetAvailable \ static_assert(alignof(BasicItemIcon_C_SetAvailable) == 0x000008, "Wrong alignment on BasicItemIcon_C_SetAvailable"); \ static_assert(sizeof(BasicItemIcon_C_SetAvailable) == 0x000218, "Wrong size on BasicItemIcon_C_SetAvailable"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, isAvailable_0) == 0x000000, "Member 'BasicItemIcon_C_SetAvailable::isAvailable_0' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable) == 0x000001, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable) == 0x000004, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_1) == 0x000014, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_byte_Variable) == 0x000024, "Member 'BasicItemIcon_C_SetAvailable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_1) == 0x000025, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_2) == 0x000026, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_byte_Variable_1) == 0x000027, "Member 'BasicItemIcon_C_SetAvailable::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_3) == 0x000028, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_4) == 0x000029, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_byte_Variable_2) == 0x00002A, "Member 'BasicItemIcon_C_SetAvailable::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_5) == 0x00002B, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_2) == 0x00002C, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_3) == 0x00003C, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_6) == 0x00004C, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_float_Variable) == 0x000050, "Member 'BasicItemIcon_C_SetAvailable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_float_Variable_1) == 0x000054, "Member 'BasicItemIcon_C_SetAvailable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_7) == 0x000058, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_4) == 0x00005C, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_5) == 0x00006C, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_8) == 0x00007C, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_6) == 0x000080, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_7) == 0x000090, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_byte_Variable_3) == 0x0000A0, "Member 'BasicItemIcon_C_SetAvailable::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_8) == 0x0000A4, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_9) == 0x0000B4, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_9) == 0x0000B8, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_struct_Variable_10) == 0x0000C8, "Member 'BasicItemIcon_C_SetAvailable::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, Temp_bool_Variable_10) == 0x0000D8, "Member 'BasicItemIcon_C_SetAvailable::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default) == 0x0000DC, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_MakeStruct_SlateColor) == 0x0000F0, "Member 'BasicItemIcon_C_SetAvailable::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000118, "Member 'BasicItemIcon_C_SetAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_1) == 0x000119, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_2) == 0x00011C, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_3) == 0x00012C, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_4) == 0x000130, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_5) == 0x000140, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_6) == 0x000150, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_7) == 0x000160, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_MakeStruct_SlateColor_1) == 0x000168, "Member 'BasicItemIcon_C_SetAvailable::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_MakeStruct_SlateColor_2) == 0x000190, "Member 'BasicItemIcon_C_SetAvailable::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_8) == 0x0001B8, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_9) == 0x0001C8, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetAvailable, K2Node_Select_Default_10) == 0x0001F0, "Member 'BasicItemIcon_C_SetAvailable::K2Node_Select_Default_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetItemMeta \ static_assert(alignof(BasicItemIcon_C_SetItemMeta) == 0x000008, "Wrong alignment on BasicItemIcon_C_SetItemMeta"); \ static_assert(sizeof(BasicItemIcon_C_SetItemMeta) == 0x000018, "Wrong size on BasicItemIcon_C_SetItemMeta"); \ static_assert(offsetof(BasicItemIcon_C_SetItemMeta, IconType_0) == 0x000000, "Member 'BasicItemIcon_C_SetItemMeta::IconType_0' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetItemMeta, Item) == 0x000008, "Member 'BasicItemIcon_C_SetItemMeta::Item' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetItemMeta, CallFunc_IsValidClass_ReturnValue) == 0x000010, "Member 'BasicItemIcon_C_SetItemMeta::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetCostMeta \ static_assert(alignof(BasicItemIcon_C_SetCostMeta) == 0x000008, "Wrong alignment on BasicItemIcon_C_SetCostMeta"); \ static_assert(sizeof(BasicItemIcon_C_SetCostMeta) == 0x000028, "Wrong size on BasicItemIcon_C_SetCostMeta"); \ static_assert(offsetof(BasicItemIcon_C_SetCostMeta, ItemsCount) == 0x000000, "Member 'BasicItemIcon_C_SetCostMeta::ItemsCount' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetCostMeta, Texture) == 0x000008, "Member 'BasicItemIcon_C_SetCostMeta::Texture' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_SetCostMeta, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'BasicItemIcon_C_SetCostMeta::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_SetItemIcon \ static_assert(alignof(BasicItemIcon_C_SetItemIcon) == 0x000008, "Wrong alignment on BasicItemIcon_C_SetItemIcon"); \ static_assert(sizeof(BasicItemIcon_C_SetItemIcon) == 0x000008, "Wrong size on BasicItemIcon_C_SetItemIcon"); \ static_assert(offsetof(BasicItemIcon_C_SetItemIcon, Texture) == 0x000000, "Member 'BasicItemIcon_C_SetItemIcon::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_DrawOnSelect \ static_assert(alignof(BasicItemIcon_C_DrawOnSelect) == 0x000008, "Wrong alignment on BasicItemIcon_C_DrawOnSelect"); \ static_assert(sizeof(BasicItemIcon_C_DrawOnSelect) == 0x0001E0, "Wrong size on BasicItemIcon_C_DrawOnSelect"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, isSelectedLocal) == 0x000000, "Member 'BasicItemIcon_C_DrawOnSelect::isSelectedLocal' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable) == 0x000001, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable) == 0x000004, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_1) == 0x000014, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_1) == 0x000018, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_2) == 0x000028, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_2) == 0x000038, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_3) == 0x00003C, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_4) == 0x00004C, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_3) == 0x00005C, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_4) == 0x00005D, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_5) == 0x000060, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_6) == 0x000070, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_5) == 0x000080, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_struct_Variable_7) == 0x000084, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, Temp_bool_Variable_6) == 0x000094, "Member 'BasicItemIcon_C_DrawOnSelect::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default) == 0x000098, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_1) == 0x0000A8, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_2) == 0x0000B8, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_MakeStruct_SlateColor) == 0x0000C8, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_MakeStruct_SlateColor_1) == 0x0000F0, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_3) == 0x000118, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_MakeStruct_SlateColor_2) == 0x000140, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_4) == 0x000168, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_MakeStruct_SlateColor_3) == 0x000178, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_5) == 0x0001A0, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, K2Node_Select_Default_6) == 0x0001B0, "Member 'BasicItemIcon_C_DrawOnSelect::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawOnSelect, CallFunc_GetItemSelect_isSelected) == 0x0001D8, "Member 'BasicItemIcon_C_DrawOnSelect::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_UnselectItem \ static_assert(alignof(BasicItemIcon_C_UnselectItem) == 0x000001, "Wrong alignment on BasicItemIcon_C_UnselectItem"); \ static_assert(sizeof(BasicItemIcon_C_UnselectItem) == 0x000002, "Wrong size on BasicItemIcon_C_UnselectItem"); \ static_assert(offsetof(BasicItemIcon_C_UnselectItem, isUnselected) == 0x000000, "Member 'BasicItemIcon_C_UnselectItem::isUnselected' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_UnselectItem, CallFunc_UnselectItem_isUnselected) == 0x000001, "Member 'BasicItemIcon_C_UnselectItem::CallFunc_UnselectItem_isUnselected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_AddTopLabel \ static_assert(alignof(BasicItemIcon_C_AddTopLabel) == 0x000008, "Wrong alignment on BasicItemIcon_C_AddTopLabel"); \ static_assert(sizeof(BasicItemIcon_C_AddTopLabel) == 0x000010, "Wrong size on BasicItemIcon_C_AddTopLabel"); \ static_assert(offsetof(BasicItemIcon_C_AddTopLabel, LabelWidget) == 0x000000, "Member 'BasicItemIcon_C_AddTopLabel::LabelWidget' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_AddTopLabel, CallFunc_AddChild_ReturnValue) == 0x000008, "Member 'BasicItemIcon_C_AddTopLabel::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BasicItemIcon_C_DrawPinnedMark \ static_assert(alignof(BasicItemIcon_C_DrawPinnedMark) == 0x000001, "Wrong alignment on BasicItemIcon_C_DrawPinnedMark"); \ static_assert(sizeof(BasicItemIcon_C_DrawPinnedMark) == 0x000005, "Wrong size on BasicItemIcon_C_DrawPinnedMark"); \ static_assert(offsetof(BasicItemIcon_C_DrawPinnedMark, bIsPinned) == 0x000000, "Member 'BasicItemIcon_C_DrawPinnedMark::bIsPinned' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawPinnedMark, Temp_bool_Variable) == 0x000001, "Member 'BasicItemIcon_C_DrawPinnedMark::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawPinnedMark, Temp_byte_Variable) == 0x000002, "Member 'BasicItemIcon_C_DrawPinnedMark::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawPinnedMark, Temp_byte_Variable_1) == 0x000003, "Member 'BasicItemIcon_C_DrawPinnedMark::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BasicItemIcon_C_DrawPinnedMark, K2Node_Select_Default) == 0x000004, "Member 'BasicItemIcon_C_DrawPinnedMark::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBasicItemIcon_C \ static_assert(alignof(UBasicItemIcon_C) == 0x000008, "Wrong alignment on UBasicItemIcon_C"); \ static_assert(sizeof(UBasicItemIcon_C) == 0x000358, "Wrong size on UBasicItemIcon_C"); \ static_assert(offsetof(UBasicItemIcon_C, UberGraphFrame_BasicItemIcon_C) == 0x0002A8, "Member 'UBasicItemIcon_C::UberGraphFrame_BasicItemIcon_C' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, OnHoverAnimation) == 0x0002B0, "Member 'UBasicItemIcon_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, CostBg) == 0x0002B8, "Member 'UBasicItemIcon_C::CostBg' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, CostCount) == 0x0002C0, "Member 'UBasicItemIcon_C::CostCount' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconBG) == 0x0002C8, "Member 'UBasicItemIcon_C::IconBG' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconBorder) == 0x0002D0, "Member 'UBasicItemIcon_C::IconBorder' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconColorizer) == 0x0002D8, "Member 'UBasicItemIcon_C::IconColorizer' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconContainer) == 0x0002E0, "Member 'UBasicItemIcon_C::IconContainer' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconInvalidationBox) == 0x0002E8, "Member 'UBasicItemIcon_C::IconInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconLabel) == 0x0002F0, "Member 'UBasicItemIcon_C::IconLabel' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconSizeBox) == 0x0002F8, "Member 'UBasicItemIcon_C::IconSizeBox' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, ItemIcon) == 0x000300, "Member 'UBasicItemIcon_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, LabelBG) == 0x000308, "Member 'UBasicItemIcon_C::LabelBG' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, LabelText) == 0x000310, "Member 'UBasicItemIcon_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, PinnedMark) == 0x000318, "Member 'UBasicItemIcon_C::PinnedMark' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, TextIcon) == 0x000320, "Member 'UBasicItemIcon_C::TextIcon' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, TopLabel) == 0x000328, "Member 'UBasicItemIcon_C::TopLabel' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconType) == 0x000330, "Member 'UBasicItemIcon_C::IconType' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, IconText) == 0x000338, "Member 'UBasicItemIcon_C::IconText' has a wrong offset!"); \ static_assert(offsetof(UBasicItemIcon_C, isAvailable) == 0x000350, "Member 'UBasicItemIcon_C::isAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo \ static_assert(alignof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo) == 0x000008, "Wrong alignment on RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo"); \ static_assert(sizeof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo) == 0x000088, "Wrong size on RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, EntryPoint) == 0x000000, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_byte_Variable) == 0x000004, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_byte_Variable_1) == 0x000005, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_bool_Variable) == 0x000006, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_byte_Variable_2) == 0x000007, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_byte_Variable_3) == 0x000008, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, Temp_bool_Variable_1) == 0x000009, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_CustomEvent_LootName) == 0x000010, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_CustomEvent_LootName' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_CustomEvent_Effect1_Text) == 0x000028, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_CustomEvent_Effect1_Text' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_CustomEvent_Effect2_Text) == 0x000040, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_CustomEvent_Effect2_Text' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_CustomEvent_Percent) == 0x000058, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_CustomEvent_SupprotType) == 0x00005C, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_CustomEvent_SupprotType' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_TextToUpper_ReturnValue) == 0x000060, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x000078, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_Select_Default) == 0x000079, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_TextIsEmpty_ReturnValue_1) == 0x00007A, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, K2Node_Select_Default_1) == 0x00007B, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_TextIsEmpty_ReturnValue_2) == 0x00007C, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_Not_PreBool_ReturnValue) == 0x00007D, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_TextIsEmpty_ReturnValue_3) == 0x00007E, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007F, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000080, "Member 'RadialMenu_SupportInfo_C_ExecuteUbergraph_RadialMenu_SupportInfo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialMenu_SupportInfo_C_DrawSupport \ static_assert(alignof(RadialMenu_SupportInfo_C_DrawSupport) == 0x000008, "Wrong alignment on RadialMenu_SupportInfo_C_DrawSupport"); \ static_assert(sizeof(RadialMenu_SupportInfo_C_DrawSupport) == 0x000050, "Wrong size on RadialMenu_SupportInfo_C_DrawSupport"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_DrawSupport, LootName_0) == 0x000000, "Member 'RadialMenu_SupportInfo_C_DrawSupport::LootName_0' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_DrawSupport, Effect1_Text) == 0x000018, "Member 'RadialMenu_SupportInfo_C_DrawSupport::Effect1_Text' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_DrawSupport, Effect2_Text) == 0x000030, "Member 'RadialMenu_SupportInfo_C_DrawSupport::Effect2_Text' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_DrawSupport, Percent) == 0x000048, "Member 'RadialMenu_SupportInfo_C_DrawSupport::Percent' has a wrong offset!"); \ static_assert(offsetof(RadialMenu_SupportInfo_C_DrawSupport, SupprotType) == 0x00004C, "Member 'RadialMenu_SupportInfo_C_DrawSupport::SupprotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialMenu_SupportInfo_C \ static_assert(alignof(URadialMenu_SupportInfo_C) == 0x000008, "Wrong alignment on URadialMenu_SupportInfo_C"); \ static_assert(sizeof(URadialMenu_SupportInfo_C) == 0x0002F0, "Wrong size on URadialMenu_SupportInfo_C"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, UberGraphFrame) == 0x000260, "Member 'URadialMenu_SupportInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, Armor_Effect) == 0x000268, "Member 'URadialMenu_SupportInfo_C::Armor_Effect' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, ArmorEffect_Text) == 0x000270, "Member 'URadialMenu_SupportInfo_C::ArmorEffect_Text' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, ArmorEffects) == 0x000278, "Member 'URadialMenu_SupportInfo_C::ArmorEffects' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, InventoryV2_StatProgressBar) == 0x000280, "Member 'URadialMenu_SupportInfo_C::InventoryV2_StatProgressBar' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, SupportHeader) == 0x000288, "Member 'URadialMenu_SupportInfo_C::SupportHeader' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, TextLine_1) == 0x000290, "Member 'URadialMenu_SupportInfo_C::TextLine_1' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, TextLine_2) == 0x000298, "Member 'URadialMenu_SupportInfo_C::TextLine_2' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, SupportType) == 0x0002A0, "Member 'URadialMenu_SupportInfo_C::SupportType' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, LootName) == 0x0002A8, "Member 'URadialMenu_SupportInfo_C::LootName' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, Text1) == 0x0002C0, "Member 'URadialMenu_SupportInfo_C::Text1' has a wrong offset!"); \ static_assert(offsetof(URadialMenu_SupportInfo_C, Text2) == 0x0002D8, "Member 'URadialMenu_SupportInfo_C::Text2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_ExecuteUbergraph_ObjectSlot \ static_assert(alignof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot) == 0x000008, "Wrong alignment on ObjectSlot_C_ExecuteUbergraph_ObjectSlot"); \ static_assert(sizeof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot) == 0x0001D8, "Wrong size on ObjectSlot_C_ExecuteUbergraph_ObjectSlot"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, EntryPoint) == 0x000000, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable) == 0x000004, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable_1) == 0x000014, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_byte_Variable) == 0x000024, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable_2) == 0x000028, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable_3) == 0x000038, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable_4) == 0x000048, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_bool_Variable) == 0x000058, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_text_Variable) == 0x000060, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_byte_Variable_1) == 0x000078, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_float_Variable) == 0x00007C, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_float_Variable_1) == 0x000080, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_float_Variable_2) == 0x000084, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_bool_Variable_1) == 0x000088, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_byte_Variable_2) == 0x000089, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_byte_Variable_3) == 0x00008A, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_Count) == 0x00008C, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_Count' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_Unavailable) == 0x000090, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_Unavailable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_Icon_1) == 0x000098, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_Icon_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_LootClass) == 0x0000A0, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_LootClass' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CreateDelegate_OutputDelegate) == 0x0000A8, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Event_IsDesignTime) == 0x0000B8, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Select_Default) == 0x0000BC, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_PlayAnimation_ReturnValue) == 0x0000D0, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D8, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_Type) == 0x0000E0, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_struct_Variable_5) == 0x0000E4, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F4, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_Conv_IntToText_ReturnValue) == 0x0000F8, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Select_Default_1) == 0x000110, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Select_Default_2) == 0x000128, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000129, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_BooleanOR_ReturnValue) == 0x00012A, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_PlayAnimation_ReturnValue_2) == 0x000130, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_Icon) == 0x000138, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_Icon' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_PlayAnimation_ReturnValue_3) == 0x000140, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000148, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Select_Default_3) == 0x000150, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_MakeStruct_Margin) == 0x000154, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_GetPlayerController_ReturnValue) == 0x000168, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, CallFunc_GetHUD_ReturnValue) == 0x000170, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_IsGamepadNow) == 0x000178, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_DynamicCast_AsHUD_Ansora) == 0x000180, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_DynamicCast_AsHUD_Ansora' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_FirstKey) == 0x000190, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_FirstKey' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_CustomEvent_SecondKey) == 0x0001A8, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_CustomEvent_SecondKey' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, Temp_byte_Variable_4) == 0x0001C0, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_ExecuteUbergraph_ObjectSlot, K2Node_Select_Default_4) == 0x0001C4, "Member 'ObjectSlot_C_ExecuteUbergraph_ObjectSlot::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_SetupComboButtons \ static_assert(alignof(ObjectSlot_C_SetupComboButtons) == 0x000008, "Wrong alignment on ObjectSlot_C_SetupComboButtons"); \ static_assert(sizeof(ObjectSlot_C_SetupComboButtons) == 0x000030, "Wrong size on ObjectSlot_C_SetupComboButtons"); \ static_assert(offsetof(ObjectSlot_C_SetupComboButtons, FirstKey) == 0x000000, "Member 'ObjectSlot_C_SetupComboButtons::FirstKey' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetupComboButtons, SecondKey) == 0x000018, "Member 'ObjectSlot_C_SetupComboButtons::SecondKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_OnGamepadModeChange \ static_assert(alignof(ObjectSlot_C_OnGamepadModeChange) == 0x000001, "Wrong alignment on ObjectSlot_C_OnGamepadModeChange"); \ static_assert(sizeof(ObjectSlot_C_OnGamepadModeChange) == 0x000001, "Wrong size on ObjectSlot_C_OnGamepadModeChange"); \ static_assert(offsetof(ObjectSlot_C_OnGamepadModeChange, IsGamepadNOW_0) == 0x000000, "Member 'ObjectSlot_C_OnGamepadModeChange::IsGamepadNOW_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_DrawSimple \ static_assert(alignof(ObjectSlot_C_DrawSimple) == 0x000008, "Wrong alignment on ObjectSlot_C_DrawSimple"); \ static_assert(sizeof(ObjectSlot_C_DrawSimple) == 0x000008, "Wrong size on ObjectSlot_C_DrawSimple"); \ static_assert(offsetof(ObjectSlot_C_DrawSimple, Icon_0) == 0x000000, "Member 'ObjectSlot_C_DrawSimple::Icon_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_SetStyle \ static_assert(alignof(ObjectSlot_C_SetStyle) == 0x000001, "Wrong alignment on ObjectSlot_C_SetStyle"); \ static_assert(sizeof(ObjectSlot_C_SetStyle) == 0x000001, "Wrong size on ObjectSlot_C_SetStyle"); \ static_assert(offsetof(ObjectSlot_C_SetStyle, Type) == 0x000000, "Member 'ObjectSlot_C_SetStyle::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_PreConstruct \ static_assert(alignof(ObjectSlot_C_PreConstruct) == 0x000001, "Wrong alignment on ObjectSlot_C_PreConstruct"); \ static_assert(sizeof(ObjectSlot_C_PreConstruct) == 0x000001, "Wrong size on ObjectSlot_C_PreConstruct"); \ static_assert(offsetof(ObjectSlot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ObjectSlot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_Draw \ static_assert(alignof(ObjectSlot_C_Draw) == 0x000008, "Wrong alignment on ObjectSlot_C_Draw"); \ static_assert(sizeof(ObjectSlot_C_Draw) == 0x000018, "Wrong size on ObjectSlot_C_Draw"); \ static_assert(offsetof(ObjectSlot_C_Draw, Count_0) == 0x000000, "Member 'ObjectSlot_C_Draw::Count_0' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_Draw, Unavailable_0) == 0x000004, "Member 'ObjectSlot_C_Draw::Unavailable_0' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_Draw, Icon_0) == 0x000008, "Member 'ObjectSlot_C_Draw::Icon_0' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_Draw, LootClass_0) == 0x000010, "Member 'ObjectSlot_C_Draw::LootClass_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectSlot_C_SetDisplayKey \ static_assert(alignof(ObjectSlot_C_SetDisplayKey) == 0x000008, "Wrong alignment on ObjectSlot_C_SetDisplayKey"); \ static_assert(sizeof(ObjectSlot_C_SetDisplayKey) == 0x000058, "Wrong size on ObjectSlot_C_SetDisplayKey"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_bool_Variable) == 0x000000, "Member 'ObjectSlot_C_SetDisplayKey::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_byte_Variable) == 0x000001, "Member 'ObjectSlot_C_SetDisplayKey::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_byte_Variable_1) == 0x000002, "Member 'ObjectSlot_C_SetDisplayKey::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_bool_Variable_1) == 0x000003, "Member 'ObjectSlot_C_SetDisplayKey::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_byte_Variable_2) == 0x000004, "Member 'ObjectSlot_C_SetDisplayKey::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, Temp_byte_Variable_3) == 0x000005, "Member 'ObjectSlot_C_SetDisplayKey::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, K2Node_Select_Default) == 0x000006, "Member 'ObjectSlot_C_SetDisplayKey::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, K2Node_Select_Default_1) == 0x000007, "Member 'ObjectSlot_C_SetDisplayKey::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ObjectSlot_C_SetDisplayKey::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'ObjectSlot_C_SetDisplayKey::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'ObjectSlot_C_SetDisplayKey::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ObjectSlot_C_SetDisplayKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'ObjectSlot_C_SetDisplayKey::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, CallFunc_GetUIKey_Key) == 0x000030, "Member 'ObjectSlot_C_SetDisplayKey::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(ObjectSlot_C_SetDisplayKey, K2Node_MakeArray_Array) == 0x000048, "Member 'ObjectSlot_C_SetDisplayKey::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectSlot_C \ static_assert(alignof(UObjectSlot_C) == 0x000008, "Wrong alignment on UObjectSlot_C"); \ static_assert(sizeof(UObjectSlot_C) == 0x000360, "Wrong size on UObjectSlot_C"); \ static_assert(offsetof(UObjectSlot_C, UberGraphFrame) == 0x000260, "Member 'UObjectSlot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Show) == 0x000268, "Member 'UObjectSlot_C::Show' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, ActionKeyInvalidationBox) == 0x000270, "Member 'UObjectSlot_C::ActionKeyInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Background) == 0x000278, "Member 'UObjectSlot_C::Background' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, BasicButtonAppearance) == 0x000280, "Member 'UObjectSlot_C::BasicButtonAppearance' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Border_0) == 0x000288, "Member 'UObjectSlot_C::Border_0' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, ButtonsCombo) == 0x000290, "Member 'UObjectSlot_C::ButtonsCombo' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Circle) == 0x000298, "Member 'UObjectSlot_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Count) == 0x0002A0, "Member 'UObjectSlot_C::Count' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, CountBack) == 0x0002A8, "Member 'UObjectSlot_C::CountBack' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, CountOverlay) == 0x0002B0, "Member 'UObjectSlot_C::CountOverlay' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, GamepadComboFirstKey) == 0x0002B8, "Member 'UObjectSlot_C::GamepadComboFirstKey' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, GamepadComboSecondKey) == 0x0002C0, "Member 'UObjectSlot_C::GamepadComboSecondKey' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Icon) == 0x0002C8, "Member 'UObjectSlot_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeyDisplay) == 0x0002D0, "Member 'UObjectSlot_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeyDisplayProgress) == 0x0002D8, "Member 'UObjectSlot_C::KeyDisplayProgress' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeysDelimiter) == 0x0002E0, "Member 'UObjectSlot_C::KeysDelimiter' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeysDelimiter_1) == 0x0002E8, "Member 'UObjectSlot_C::KeysDelimiter_1' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeyTooltipHold) == 0x0002F0, "Member 'UObjectSlot_C::KeyTooltipHold' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, Unavailable) == 0x0002F8, "Member 'UObjectSlot_C::Unavailable' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, ActionMaping) == 0x000300, "Member 'UObjectSlot_C::ActionMaping' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, IsGamepadNOW) == 0x000308, "Member 'UObjectSlot_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, KeyboardKeyName) == 0x000310, "Member 'UObjectSlot_C::KeyboardKeyName' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, GamepadKeyName) == 0x000328, "Member 'UObjectSlot_C::GamepadKeyName' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, SlotType) == 0x000340, "Member 'UObjectSlot_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, ShowKey) == 0x000341, "Member 'UObjectSlot_C::ShowKey' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, CountVar) == 0x000344, "Member 'UObjectSlot_C::CountVar' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, SelectedCargoSlot) == 0x000348, "Member 'UObjectSlot_C::SelectedCargoSlot' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, LootClass) == 0x000350, "Member 'UObjectSlot_C::LootClass' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, ShowHold) == 0x000358, "Member 'UObjectSlot_C::ShowHold' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, SelectedUnitType) == 0x000359, "Member 'UObjectSlot_C::SelectedUnitType' has a wrong offset!"); \ static_assert(offsetof(UObjectSlot_C, CheckGamepadMode) == 0x00035A, "Member 'UObjectSlot_C::CheckGamepadMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAttackCost_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkAttackCost_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps) == 0x000058, "Wrong size on HTN_SharkAttackCost_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, Temp_bool_Variable) == 0x000018, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, CallFunc_GetAction_ReturnValue) == 0x000030, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark_Action_Attack_Base) == 0x000038, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark_Action_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, CallFunc_ModifyAttackCost_Result) == 0x000044, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::CallFunc_ModifyAttackCost_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000048, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, CallFunc_Multiply_IntInt_ReturnValue) == 0x00004C, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAttackCost_C_ReceiveCreatePlanSteps, K2Node_Select_Default) == 0x000050, "Member 'HTN_SharkAttackCost_C_ReceiveCreatePlanSteps::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkAttackCost_C \ static_assert(alignof(UHTN_SharkAttackCost_C) == 0x000008, "Wrong alignment on UHTN_SharkAttackCost_C"); \ static_assert(sizeof(UHTN_SharkAttackCost_C) == 0x000108, "Wrong size on UHTN_SharkAttackCost_C"); \ static_assert(offsetof(UHTN_SharkAttackCost_C, AttckClass) == 0x0000F8, "Member 'UHTN_SharkAttackCost_C::AttckClass' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAttackCost_C, BaseCost) == 0x000100, "Member 'UHTN_SharkAttackCost_C::BaseCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_CalcVoidTechDescription \ static_assert(alignof(BPLib_C_CalcVoidTechDescription) == 0x000008, "Wrong alignment on BPLib_C_CalcVoidTechDescription"); \ static_assert(sizeof(BPLib_C_CalcVoidTechDescription) == 0x0014C0, "Wrong size on BPLib_C_CalcVoidTechDescription"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, VoidTechType) == 0x000000, "Member 'BPLib_C_CalcVoidTechDescription::VoidTechType' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, RawText) == 0x000008, "Member 'BPLib_C_CalcVoidTechDescription::RawText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, __WorldContext) == 0x000020, "Member 'BPLib_C_CalcVoidTechDescription::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, OutputText) == 0x000028, "Member 'BPLib_C_CalcVoidTechDescription::OutputText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_byte_Variable) == 0x000040, "Member 'BPLib_C_CalcVoidTechDescription::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable) == 0x000048, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_1) == 0x000060, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_2) == 0x000078, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_3) == 0x000090, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_4) == 0x0000A8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_5) == 0x0000C0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_6) == 0x0000D8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_7) == 0x0000F0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_8) == 0x000108, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_9) == 0x000120, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_10) == 0x000138, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_11) == 0x000150, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_12) == 0x000168, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_13) == 0x000180, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_14) == 0x000198, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_15) == 0x0001B0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_16) == 0x0001C8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_17) == 0x0001E0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_18) == 0x0001F8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_19) == 0x000210, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_20) == 0x000228, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_21) == 0x000240, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_22) == 0x000258, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_23) == 0x000270, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_24) == 0x000288, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_25) == 0x0002A0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_26) == 0x0002B8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_27) == 0x0002D0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_28) == 0x0002E8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_29) == 0x000300, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_30) == 0x000318, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_31) == 0x000330, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_32) == 0x000348, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_33) == 0x000360, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_34) == 0x000378, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_35) == 0x000390, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_36) == 0x0003A8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_37) == 0x0003C0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_38) == 0x0003D8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_39) == 0x0003F0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_40) == 0x000408, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_41) == 0x000420, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_42) == 0x000438, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_43) == 0x000450, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_44) == 0x000468, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_44' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_45) == 0x000480, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_45' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_46) == 0x000498, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_46' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_47) == 0x0004B0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_47' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_48) == 0x0004C8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_48' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_49) == 0x0004E0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_49' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_50) == 0x0004F8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_50' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_51) == 0x000510, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_51' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_52) == 0x000528, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_52' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_53) == 0x000540, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_53' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_54) == 0x000558, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_54' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_55) == 0x000570, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_55' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_56) == 0x000588, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_56' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_57) == 0x0005A0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_57' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_58) == 0x0005B8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_58' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_59) == 0x0005D0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_59' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_60) == 0x0005E8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_60' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_61) == 0x000600, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_61' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_62) == 0x000618, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_62' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_63) == 0x000630, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_63' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_64) == 0x000648, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_64' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_65) == 0x000660, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_65' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_66) == 0x000678, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_66' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_67) == 0x000690, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_67' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_68) == 0x0006A8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_68' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_69) == 0x0006C0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_69' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_70) == 0x0006D8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_70' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_71) == 0x0006F0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_71' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_72) == 0x000708, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_72' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_73) == 0x000720, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_73' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_74) == 0x000738, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_74' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_75) == 0x000750, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_75' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_76) == 0x000768, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_76' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_77) == 0x000780, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_77' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_78) == 0x000798, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_78' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_79) == 0x0007B0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_79' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_80) == 0x0007C8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_80' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_81) == 0x0007E0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_81' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_82) == 0x0007F8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_82' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_83) == 0x000810, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_83' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_84) == 0x000828, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_84' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_85) == 0x000840, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_85' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_86) == 0x000858, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_86' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_87) == 0x000870, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_87' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_88) == 0x000888, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_88' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_89) == 0x0008A0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_89' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_90) == 0x0008B8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_90' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_91) == 0x0008D0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_91' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_92) == 0x0008E8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_92' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_93) == 0x000900, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_93' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_94) == 0x000918, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_94' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_95) == 0x000930, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_95' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_96) == 0x000948, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_96' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_97) == 0x000960, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_97' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_98) == 0x000978, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_98' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_99) == 0x000990, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_99' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_100) == 0x0009A8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_100' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_101) == 0x0009C0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_101' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_102) == 0x0009D8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_102' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_103) == 0x0009F0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_103' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_104) == 0x000A08, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_104' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_105) == 0x000A20, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_105' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_106) == 0x000A38, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_106' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_107) == 0x000A50, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_107' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_108) == 0x000A68, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_108' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_109) == 0x000A80, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_109' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_110) == 0x000A98, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_110' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_111) == 0x000AB0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_111' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_112) == 0x000AC8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_112' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_113) == 0x000AE0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_113' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_114) == 0x000AF8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_114' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_115) == 0x000B10, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_115' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_116) == 0x000B28, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_116' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_117) == 0x000B40, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_117' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_118) == 0x000B58, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_118' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_119) == 0x000B70, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_119' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_120) == 0x000B88, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_120' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_121) == 0x000BA0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_121' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_122) == 0x000BB8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_122' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_123) == 0x000BD0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_123' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_124) == 0x000BE8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_124' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_125) == 0x000C00, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_125' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_126) == 0x000C18, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_126' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_127) == 0x000C30, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_127' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_128) == 0x000C48, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_128' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_129) == 0x000C60, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_129' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_130) == 0x000C78, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_130' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_131) == 0x000C90, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_131' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_132) == 0x000CA8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_132' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_133) == 0x000CC0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_133' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_134) == 0x000CD8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_134' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_135) == 0x000CF0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_135' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_136) == 0x000D08, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_136' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_137) == 0x000D20, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_137' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_138) == 0x000D38, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_138' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_139) == 0x000D50, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_139' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_140) == 0x000D68, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_140' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_141) == 0x000D80, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_141' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_142) == 0x000D98, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_142' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_143) == 0x000DB0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_143' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_144) == 0x000DC8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_144' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_145) == 0x000DE0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_145' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_146) == 0x000DF8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_146' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_147) == 0x000E10, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_147' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_148) == 0x000E28, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_148' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_149) == 0x000E40, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_149' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_150) == 0x000E58, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_150' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_151) == 0x000E70, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_151' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_152) == 0x000E88, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_152' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_153) == 0x000EA0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_153' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_154) == 0x000EB8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_154' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_155) == 0x000ED0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_155' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_156) == 0x000EE8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_156' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_157) == 0x000F00, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_157' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_158) == 0x000F18, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_158' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_159) == 0x000F30, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_159' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_160) == 0x000F48, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_160' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_161) == 0x000F60, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_161' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_162) == 0x000F78, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_162' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_163) == 0x000F90, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_163' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_164) == 0x000FA8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_164' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_165) == 0x000FC0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_165' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_166) == 0x000FD8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_166' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_167) == 0x000FF0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_167' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_168) == 0x001008, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_168' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_169) == 0x001020, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_169' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_170) == 0x001038, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_170' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_171) == 0x001050, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_171' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_172) == 0x001068, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_172' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_173) == 0x001080, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_173' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_174) == 0x001098, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_174' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_175) == 0x0010B0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_175' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_176) == 0x0010C8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_176' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_177) == 0x0010E0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_177' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_178) == 0x0010F8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_178' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_179) == 0x001110, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_179' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_180) == 0x001128, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_180' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_181) == 0x001140, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_181' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_182) == 0x001158, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_182' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_183) == 0x001170, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_183' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_184) == 0x001188, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_184' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_185) == 0x0011A0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_185' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_186) == 0x0011B8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_186' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_187) == 0x0011D0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_187' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_188) == 0x0011E8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_188' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_189) == 0x001200, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_189' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_190) == 0x001218, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_190' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_191) == 0x001230, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_191' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_192) == 0x001248, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_192' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_193) == 0x001260, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_193' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_194) == 0x001278, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_194' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_195) == 0x001290, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_195' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_196) == 0x0012A8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_196' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_197) == 0x0012C0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_197' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_198) == 0x0012D8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_198' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_199) == 0x0012F0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_199' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_200) == 0x001308, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_200' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_201) == 0x001320, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_201' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_202) == 0x001338, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_202' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_203) == 0x001350, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_203' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_204) == 0x001368, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_204' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_205) == 0x001380, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_205' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_206) == 0x001398, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_206' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_207) == 0x0013B0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_207' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_208) == 0x0013C8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_208' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_209) == 0x0013E0, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_209' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_210) == 0x0013F8, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_210' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_211) == 0x001410, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_211' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, Temp_text_Variable_212) == 0x001428, "Member 'BPLib_C_CalcVoidTechDescription::Temp_text_Variable_212' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, K2Node_Select_Default) == 0x001440, "Member 'BPLib_C_CalcVoidTechDescription::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, K2Node_MakeStruct_FormatArgumentData) == 0x001458, "Member 'BPLib_C_CalcVoidTechDescription::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, K2Node_MakeArray_Array) == 0x001498, "Member 'BPLib_C_CalcVoidTechDescription::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcVoidTechDescription, CallFunc_Format_ReturnValue) == 0x0014A8, "Member 'BPLib_C_CalcVoidTechDescription::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GenerateLoot \ static_assert(alignof(BPLib_C_GenerateLoot) == 0x000008, "Wrong alignment on BPLib_C_GenerateLoot"); \ static_assert(sizeof(BPLib_C_GenerateLoot) == 0x0001A8, "Wrong size on BPLib_C_GenerateLoot"); \ static_assert(offsetof(BPLib_C_GenerateLoot, LootLists) == 0x000000, "Member 'BPLib_C_GenerateLoot::LootLists' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, SingleItemLists) == 0x000010, "Member 'BPLib_C_GenerateLoot::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Inventory) == 0x000020, "Member 'BPLib_C_GenerateLoot::Inventory' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, __WorldContext) == 0x000028, "Member 'BPLib_C_GenerateLoot::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, RolledCount) == 0x000030, "Member 'BPLib_C_GenerateLoot::RolledCount' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, RolledItems) == 0x000038, "Member 'BPLib_C_GenerateLoot::RolledItems' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Array_Index_Variable) == 0x000088, "Member 'BPLib_C_GenerateLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Get_Item) == 0x000090, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0000AC, "Member 'BPLib_C_GenerateLoot::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B0, "Member 'BPLib_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000B1, "Member 'BPLib_C_GenerateLoot::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_IsValidClass_ReturnValue) == 0x0000B2, "Member 'BPLib_C_GenerateLoot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue) == 0x0000B8, "Member 'BPLib_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_2) == 0x0000C0, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_DynamicCast_AsFGLootable_Item) == 0x0000C8, "Member 'BPLib_C_GenerateLoot::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BPLib_C_GenerateLoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_3) == 0x0000D4, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BPLib_C_GenerateLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000D9, "Member 'BPLib_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue) == 0x0000DA, "Member 'BPLib_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'BPLib_C_GenerateLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_SelectFloat_ReturnValue) == 0x0000E0, "Member 'BPLib_C_GenerateLoot::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BPLib_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'BPLib_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Loop_Counter_Variable_1) == 0x0000EC, "Member 'BPLib_C_GenerateLoot::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Loop_Counter_Variable_2) == 0x0000F0, "Member 'BPLib_C_GenerateLoot::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BPLib_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BPLib_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BPLib_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Array_Index_Variable_1) == 0x000100, "Member 'BPLib_C_GenerateLoot::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, Temp_int_Array_Index_Variable_2) == 0x000104, "Member 'BPLib_C_GenerateLoot::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue_1) == 0x000118, "Member 'BPLib_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_DynamicCast_AsFGLoot_List) == 0x000120, "Member 'BPLib_C_GenerateLoot::K2Node_DynamicCast_AsFGLoot_List' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'BPLib_C_GenerateLoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Roll_ReturnValue) == 0x000130, "Member 'BPLib_C_GenerateLoot::CallFunc_Roll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Find_Value) == 0x000140, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Find_ReturnValue) == 0x000144, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_3) == 0x000148, "Member 'BPLib_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Values_Values) == 0x000150, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Keys_Keys) == 0x000160, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Get_Item_2) == 0x000170, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_4) == 0x000178, "Member 'BPLib_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000180, "Member 'BPLib_C_GenerateLoot::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, K2Node_ClassDynamicCast_bSuccess) == 0x000188, "Member 'BPLib_C_GenerateLoot::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_2) == 0x000189, "Member 'BPLib_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue) == 0x00018C, "Member 'BPLib_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Find_Value_1) == 0x000190, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Map_Find_ReturnValue_1) == 0x000194, "Member 'BPLib_C_GenerateLoot::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000195, "Member 'BPLib_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_4) == 0x000198, "Member 'BPLib_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue_1) == 0x00019C, "Member 'BPLib_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0001A0, "Member 'BPLib_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0001A4, "Member 'BPLib_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GetCraftCategoryNameIcon \ static_assert(alignof(BPLib_C_GetCraftCategoryNameIcon) == 0x000008, "Wrong alignment on BPLib_C_GetCraftCategoryNameIcon"); \ static_assert(sizeof(BPLib_C_GetCraftCategoryNameIcon) == 0x0002E8, "Wrong size on BPLib_C_GetCraftCategoryNameIcon"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, TableTier) == 0x000000, "Member 'BPLib_C_GetCraftCategoryNameIcon::TableTier' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, TableType) == 0x000004, "Member 'BPLib_C_GetCraftCategoryNameIcon::TableType' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, RecipeCategory) == 0x000005, "Member 'BPLib_C_GetCraftCategoryNameIcon::RecipeCategory' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, __WorldContext) == 0x000008, "Member 'BPLib_C_GetCraftCategoryNameIcon::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Name_0) == 0x000010, "Member 'BPLib_C_GetCraftCategoryNameIcon::Name_0' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Icon) == 0x000028, "Member 'BPLib_C_GetCraftCategoryNameIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable) == 0x000030, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_1) == 0x000038, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_2) == 0x000040, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_3) == 0x000048, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_4) == 0x000050, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_5) == 0x000058, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_6) == 0x000060, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_7) == 0x000068, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_8) == 0x000070, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_byte_Variable) == 0x000078, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_9) == 0x000080, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_10) == 0x000088, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_11) == 0x000090, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_12) == 0x000098, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_13) == 0x0000A0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_14) == 0x0000A8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_15) == 0x0000B0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_16) == 0x0000B8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_17) == 0x0000C0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_byte_Variable_1) == 0x0000C8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_Select_Default) == 0x0000D0, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable) == 0x0000D8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_1) == 0x0000F0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_2) == 0x000108, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_3) == 0x000120, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_4) == 0x000138, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_5) == 0x000150, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_6) == 0x000168, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_7) == 0x000180, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_8) == 0x000198, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_9) == 0x0001B0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_10) == 0x0001C8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_text_Variable_11) == 0x0001E0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_byte_Variable_2) == 0x0001F8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_Select_Default_1) == 0x000200, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_MakeStruct_FormatArgumentData) == 0x000218, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_18) == 0x000258, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_MakeArray_Array) == 0x000260, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, CallFunc_Format_ReturnValue) == 0x000270, "Member 'BPLib_C_GetCraftCategoryNameIcon::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_19) == 0x000288, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_20) == 0x000290, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_21) == 0x000298, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_22) == 0x0002A0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_23) == 0x0002A8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_24) == 0x0002B0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_25) == 0x0002B8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_26) == 0x0002C0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_object_Variable_27) == 0x0002C8, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, Temp_byte_Variable_3) == 0x0002D0, "Member 'BPLib_C_GetCraftCategoryNameIcon::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_Select_Default_2) == 0x0002D8, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCraftCategoryNameIcon, K2Node_Select_Default_3) == 0x0002E0, "Member 'BPLib_C_GetCraftCategoryNameIcon::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_UIGetItemStatInfo \ static_assert(alignof(BPLib_C_UIGetItemStatInfo) == 0x000008, "Wrong alignment on BPLib_C_UIGetItemStatInfo"); \ static_assert(sizeof(BPLib_C_UIGetItemStatInfo) == 0x001068, "Wrong size on BPLib_C_UIGetItemStatInfo"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, ItemClass) == 0x000000, "Member 'BPLib_C_UIGetItemStatInfo::ItemClass' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, VTManager) == 0x000008, "Member 'BPLib_C_UIGetItemStatInfo::VTManager' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, __WorldContext) == 0x000010, "Member 'BPLib_C_UIGetItemStatInfo::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Result) == 0x000018, "Member 'BPLib_C_UIGetItemStatInfo::Result' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, StatPercent) == 0x00001C, "Member 'BPLib_C_UIGetItemStatInfo::StatPercent' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, StatText) == 0x000020, "Member 'BPLib_C_UIGetItemStatInfo::StatText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, StatText_2) == 0x000038, "Member 'BPLib_C_UIGetItemStatInfo::StatText_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, StatIcon) == 0x000050, "Member 'BPLib_C_UIGetItemStatInfo::StatIcon' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, StatType) == 0x000058, "Member 'BPLib_C_UIGetItemStatInfo::StatType' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_byte_Variable) == 0x000060, "Member 'BPLib_C_UIGetItemStatInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsRofleemo_Booster) == 0x0000B0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsRofleemo_Booster' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess) == 0x0000B8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Ammo_Box) == 0x0000C0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Ammo_Box' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_1) == 0x0000C8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Backpack) == 0x0000D0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Backpack' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_2) == 0x0000D8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsAmmo_Containter_T1) == 0x0000E0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsAmmo_Containter_T1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_3) == 0x0000E8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsAmmo_Box) == 0x0000F0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsAmmo_Box' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_4) == 0x0000F8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Armor) == 0x000100, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Armor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_5) == 0x000108, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Map_Values_Values) == 0x000110, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000120, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item) == 0x000160, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_1) == 0x000164, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x000168, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_2) == 0x0001E8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Armor_Plate) == 0x0001F0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Armor_Plate' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_6) == 0x0001F8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_3) == 0x000200, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Water) == 0x000240, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Water' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_7) == 0x000248, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_4) == 0x000250, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000290, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_5) == 0x000298, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002D8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0002DC, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Food) == 0x0002E0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Food' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_8) == 0x0002E8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_AsGeneric_Medicine) == 0x0002F0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_AsGeneric_Medicine' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_ClassDynamicCast_bSuccess_9) == 0x0002F8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_ClassDynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_6) == 0x000300, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000340, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_byte_Variable_1) == 0x000341, "Member 'BPLib_C_UIGetItemStatInfo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_text_Variable) == 0x000348, "Member 'BPLib_C_UIGetItemStatInfo::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_text_Variable_1) == 0x000360, "Member 'BPLib_C_UIGetItemStatInfo::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_7) == 0x000378, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_bool_Variable) == 0x0003B8, "Member 'BPLib_C_UIGetItemStatInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_text_Variable_2) == 0x0003C0, "Member 'BPLib_C_UIGetItemStatInfo::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_bool_Variable_1) == 0x0003D8, "Member 'BPLib_C_UIGetItemStatInfo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_text_Variable_3) == 0x0003E0, "Member 'BPLib_C_UIGetItemStatInfo::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue) == 0x0003F8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000410, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_8) == 0x000428, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_9) == 0x000468, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, Temp_byte_Variable_2) == 0x0004A8, "Member 'BPLib_C_UIGetItemStatInfo::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array) == 0x0004F8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue) == 0x000508, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Map_Values_Values_1) == 0x000520, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_3) == 0x000530, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_4) == 0x000534, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_10) == 0x000538, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_11) == 0x000578, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_5) == 0x0005B8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Array_Get_Item_6) == 0x0005BC, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_12) == 0x0005C0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_13) == 0x000600, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_VoidTechTypeInfo) == 0x000640, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_VoidTechTypeInfo_1) == 0x000648, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_VoidTechTypeInfo_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_IsVoidTechLearned_ReturnValue) == 0x000650, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_IsVoidTechLearned_ReturnValue_1) == 0x000651, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_IsVoidTechLearned_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_SelectFloat_ReturnValue) == 0x000654, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_SelectFloat_ReturnValue_1) == 0x000658, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_14) == 0x000660, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_15) == 0x0006A0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_VoidTechTypeInfo_2) == 0x0006E0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_VoidTechTypeInfo_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0006E8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_IsVoidTechLearned_ReturnValue_2) == 0x000700, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_IsVoidTechLearned_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_16) == 0x000708, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_SelectFloat_ReturnValue_2) == 0x000748, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_1) == 0x000750, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_17) == 0x000760, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_1) == 0x0007A0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_18) == 0x0007B8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_2) == 0x0007F8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000808, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_2) == 0x000820, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_19) == 0x000838, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000878, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000890, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_20) == 0x0008A8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_21) == 0x0008E8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_6) == 0x000928, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_7) == 0x000940, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_22) == 0x000958, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_23) == 0x000998, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_3) == 0x0009D8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_4) == 0x0009E8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_3) == 0x0009F8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_4) == 0x000A10, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_24) == 0x000A28, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_25) == 0x000A68, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_25' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_26) == 0x000AA8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_26' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_5) == 0x000AE8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_6) == 0x000AF8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_5) == 0x000B08, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_6) == 0x000B20, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_8) == 0x000B38, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_Select_Default) == 0x000B50, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_27) == 0x000B68, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_27' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_7) == 0x000BA8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_9) == 0x000BB8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_7) == 0x000BD0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_28) == 0x000BE8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_28' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue) == 0x000C28, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_10) == 0x000C40, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_29) == 0x000C58, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_29' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_11) == 0x000C98, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_8) == 0x000CB0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_30) == 0x000CC0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_30' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_8) == 0x000D00, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_12) == 0x000D18, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue_1) == 0x000D30, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_31) == 0x000D48, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_31' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_Select_Default_1) == 0x000D88, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_9) == 0x000DA0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_13) == 0x000DB0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_9) == 0x000DC8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_32) == 0x000DE0, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_32' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue_2) == 0x000E20, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_33) == 0x000E38, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_33' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_Select_Default_2) == 0x000E78, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_34) == 0x000E90, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_34' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_MakeLiteralText_ReturnValue_14) == 0x000ED0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_MakeLiteralText_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_35) == 0x000EE8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_35' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_36) == 0x000F28, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_36' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_10) == 0x000F68, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_11) == 0x000F78, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_10) == 0x000F88, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_11) == 0x000FA0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue_3) == 0x000FB8, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue_4) == 0x000FD0, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeStruct_FormatArgumentData_37) == 0x000FE8, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeStruct_FormatArgumentData_37' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, K2Node_MakeArray_Array_12) == 0x001028, "Member 'BPLib_C_UIGetItemStatInfo::K2Node_MakeArray_Array_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_Format_ReturnValue_12) == 0x001038, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_UIGetItemStatInfo, CallFunc_TextToUpper_ReturnValue_5) == 0x001050, "Member 'BPLib_C_UIGetItemStatInfo::CallFunc_TextToUpper_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GetDataByWR \ static_assert(alignof(BPLib_C_GetDataByWR) == 0x000008, "Wrong alignment on BPLib_C_GetDataByWR"); \ static_assert(sizeof(BPLib_C_GetDataByWR) == 0x0000A8, "Wrong size on BPLib_C_GetDataByWR"); \ static_assert(offsetof(BPLib_C_GetDataByWR, WR) == 0x000000, "Member 'BPLib_C_GetDataByWR::WR' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, DataFloat) == 0x000008, "Member 'BPLib_C_GetDataByWR::DataFloat' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, DataInt) == 0x000018, "Member 'BPLib_C_GetDataByWR::DataInt' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, __WorldContext) == 0x000028, "Member 'BPLib_C_GetDataByWR::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, FloatValue) == 0x000030, "Member 'BPLib_C_GetDataByWR::FloatValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, IntValue) == 0x000034, "Member 'BPLib_C_GetDataByWR::IntValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Local_IntValue) == 0x000038, "Member 'BPLib_C_GetDataByWR::Local_IntValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Local_FloatValue) == 0x00003C, "Member 'BPLib_C_GetDataByWR::Local_FloatValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Local_DataFound) == 0x000040, "Member 'BPLib_C_GetDataByWR::Local_DataFound' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BPLib_C_GetDataByWR::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'BPLib_C_GetDataByWR::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Max_ReturnValue) == 0x000058, "Member 'BPLib_C_GetDataByWR::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00005C, "Member 'BPLib_C_GetDataByWR::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Length_ReturnValue_2) == 0x000064, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'BPLib_C_GetDataByWR::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00006C, "Member 'BPLib_C_GetDataByWR::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Max_ReturnValue_1) == 0x000070, "Member 'BPLib_C_GetDataByWR::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Length_ReturnValue_3) == 0x000074, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000078, "Member 'BPLib_C_GetDataByWR::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BPLib_C_GetDataByWR::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000080, "Member 'BPLib_C_GetDataByWR::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000084, "Member 'BPLib_C_GetDataByWR::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Temp_int_Array_Index_Variable_1) == 0x000088, "Member 'BPLib_C_GetDataByWR::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, Temp_int_Loop_Counter_Variable_1) == 0x00008C, "Member 'BPLib_C_GetDataByWR::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BPLib_C_GetDataByWR::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000098, "Member 'BPLib_C_GetDataByWR::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00009C, "Member 'BPLib_C_GetDataByWR::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00009D, "Member 'BPLib_C_GetDataByWR::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Not_PreBool_ReturnValue) == 0x00009E, "Member 'BPLib_C_GetDataByWR::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_BooleanAND_ReturnValue) == 0x00009F, "Member 'BPLib_C_GetDataByWR::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A0, "Member 'BPLib_C_GetDataByWR::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetDataByWR, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A1, "Member 'BPLib_C_GetDataByWR::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_CalcWeaponCoreDesc \ static_assert(alignof(BPLib_C_CalcWeaponCoreDesc) == 0x000008, "Wrong alignment on BPLib_C_CalcWeaponCoreDesc"); \ static_assert(sizeof(BPLib_C_CalcWeaponCoreDesc) == 0x000390, "Wrong size on BPLib_C_CalcWeaponCoreDesc"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, Description) == 0x000000, "Member 'BPLib_C_CalcWeaponCoreDesc::Description' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, __WorldContext) == 0x0000E0, "Member 'BPLib_C_CalcWeaponCoreDesc::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CoreNameText) == 0x0000E8, "Member 'BPLib_C_CalcWeaponCoreDesc::CoreNameText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CoreDescriptionText) == 0x000100, "Member 'BPLib_C_CalcWeaponCoreDesc::CoreDescriptionText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CoreAffixesDB) == 0x000118, "Member 'BPLib_C_CalcWeaponCoreDesc::CoreAffixesDB' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeArray_Array) == 0x000128, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_AffixesGetImplicitModValue_ReturnValue) == 0x000138, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_AffixesGetImplicitModValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_AffixesGetImplicitModValue_ReturnValue_1) == 0x00013C, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_AffixesGetImplicitModValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Conv_FloatToText_ReturnValue) == 0x000140, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Add_FloatFloat_ReturnValue) == 0x000158, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0001A0, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_FCeil_ReturnValue) == 0x0001B8, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData_2) == 0x000218, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeArray_Array_2) == 0x000258, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData_3) == 0x000280, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002C0, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeArray_Array_3) == 0x000300, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Format_ReturnValue_2) == 0x000310, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeStruct_FormatArgumentData_5) == 0x000328, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, K2Node_MakeArray_Array_4) == 0x000368, "Member 'BPLib_C_CalcWeaponCoreDesc::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcWeaponCoreDesc, CallFunc_Format_ReturnValue_3) == 0x000378, "Member 'BPLib_C_CalcWeaponCoreDesc::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GetFrontwallMesh \ static_assert(alignof(BPLib_C_GetFrontwallMesh) == 0x000008, "Wrong alignment on BPLib_C_GetFrontwallMesh"); \ static_assert(sizeof(BPLib_C_GetFrontwallMesh) == 0x0000F0, "Wrong size on BPLib_C_GetFrontwallMesh"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, EngineType) == 0x000000, "Member 'BPLib_C_GetFrontwallMesh::EngineType' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, EnginePosition) == 0x000001, "Member 'BPLib_C_GetFrontwallMesh::EnginePosition' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, RecipeID) == 0x000004, "Member 'BPLib_C_GetFrontwallMesh::RecipeID' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, __WorldContext) == 0x000008, "Member 'BPLib_C_GetFrontwallMesh::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Mesh) == 0x000010, "Member 'BPLib_C_GetFrontwallMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, LocalMesh) == 0x000018, "Member 'BPLib_C_GetFrontwallMesh::LocalMesh' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, DieselMeshDB) == 0x000020, "Member 'BPLib_C_GetFrontwallMesh::DieselMeshDB' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, SteamMeshDB) == 0x000030, "Member 'BPLib_C_GetFrontwallMesh::SteamMeshDB' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, K2Node_MakeArray_Array) == 0x000040, "Member 'BPLib_C_GetFrontwallMesh::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Temp_bool_True_if_break_was_hit_Variable) == 0x000050, "Member 'BPLib_C_GetFrontwallMesh::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Temp_int_Array_Index_Variable) == 0x000054, "Member 'BPLib_C_GetFrontwallMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'BPLib_C_GetFrontwallMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, K2Node_MakeArray_Array_1) == 0x000060, "Member 'BPLib_C_GetFrontwallMesh::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Temp_byte_Variable) == 0x000074, "Member 'BPLib_C_GetFrontwallMesh::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, K2Node_MakeArray_Array_2) == 0x000078, "Member 'BPLib_C_GetFrontwallMesh::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, Temp_byte_Variable_1) == 0x000088, "Member 'BPLib_C_GetFrontwallMesh::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, K2Node_Select_Default) == 0x000090, "Member 'BPLib_C_GetFrontwallMesh::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, K2Node_Select_Default_1) == 0x0000D8, "Member 'BPLib_C_GetFrontwallMesh::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000E0, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetFrontwallMesh, CallFunc_BooleanAND_ReturnValue) == 0x0000E9, "Member 'BPLib_C_GetFrontwallMesh::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_StackRewardClasses \ static_assert(alignof(BPLib_C_StackRewardClasses) == 0x000008, "Wrong alignment on BPLib_C_StackRewardClasses"); \ static_assert(sizeof(BPLib_C_StackRewardClasses) == 0x0000F0, "Wrong size on BPLib_C_StackRewardClasses"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, Inventory) == 0x000000, "Member 'BPLib_C_StackRewardClasses::Inventory' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, RewardsList) == 0x000008, "Member 'BPLib_C_StackRewardClasses::RewardsList' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, __WorldContext) == 0x000018, "Member 'BPLib_C_StackRewardClasses::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, RolledItems) == 0x000020, "Member 'BPLib_C_StackRewardClasses::RolledItems' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BPLib_C_StackRewardClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BPLib_C_StackRewardClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BPLib_C_StackRewardClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BPLib_C_StackRewardClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, Temp_int_Array_Index_Variable) == 0x000080, "Member 'BPLib_C_StackRewardClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Array_Get_Item) == 0x000088, "Member 'BPLib_C_StackRewardClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'BPLib_C_StackRewardClasses::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'BPLib_C_StackRewardClasses::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A0, "Member 'BPLib_C_StackRewardClasses::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Map_Values_Values) == 0x0000A8, "Member 'BPLib_C_StackRewardClasses::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Map_Keys_Keys) == 0x0000B8, "Member 'BPLib_C_StackRewardClasses::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'BPLib_C_StackRewardClasses::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'BPLib_C_StackRewardClasses::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Map_Find_ReturnValue) == 0x0000D4, "Member 'BPLib_C_StackRewardClasses::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x0000D8, "Member 'BPLib_C_StackRewardClasses::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, K2Node_ClassDynamicCast_bSuccess) == 0x0000E0, "Member 'BPLib_C_StackRewardClasses::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E4, "Member 'BPLib_C_StackRewardClasses::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BPLib_C_StackRewardClasses::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_StackRewardClasses, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'BPLib_C_StackRewardClasses::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_CalcProphecyImplicitValue \ static_assert(alignof(BPLib_C_CalcProphecyImplicitValue) == 0x000008, "Wrong alignment on BPLib_C_CalcProphecyImplicitValue"); \ static_assert(sizeof(BPLib_C_CalcProphecyImplicitValue) == 0x000290, "Wrong size on BPLib_C_CalcProphecyImplicitValue"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Value) == 0x000000, "Member 'BPLib_C_CalcProphecyImplicitValue::Value' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Implicit) == 0x000004, "Member 'BPLib_C_CalcProphecyImplicitValue::Implicit' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, __WorldContext) == 0x000008, "Member 'BPLib_C_CalcProphecyImplicitValue::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, OutputText) == 0x000010, "Member 'BPLib_C_CalcProphecyImplicitValue::OutputText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_byte_Variable) == 0x000028, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeArray_Array) == 0x000070, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable) == 0x0000A8, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_1) == 0x0000C0, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_2) == 0x0000D8, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_3) == 0x0000F0, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_4) == 0x000108, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_5) == 0x000120, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_6) == 0x000138, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_7) == 0x000150, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_8) == 0x000168, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_text_Variable_9) == 0x000180, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, Temp_bool_Variable) == 0x000198, "Member 'BPLib_C_CalcProphecyImplicitValue::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_Select_Default) == 0x00019C, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001A0, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A8, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001E8, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeArray_Array_1) == 0x000228, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_MakeArray_Array_2) == 0x000238, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Format_ReturnValue_1) == 0x000248, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, CallFunc_Format_ReturnValue_2) == 0x000260, "Member 'BPLib_C_CalcProphecyImplicitValue::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcProphecyImplicitValue, K2Node_Select_Default_1) == 0x000278, "Member 'BPLib_C_CalcProphecyImplicitValue::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_CalcModDesc \ static_assert(alignof(BPLib_C_CalcModDesc) == 0x000008, "Wrong alignment on BPLib_C_CalcModDesc"); \ static_assert(sizeof(BPLib_C_CalcModDesc) == 0x0008C8, "Wrong size on BPLib_C_CalcModDesc"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Implicit) == 0x000000, "Member 'BPLib_C_CalcModDesc::Implicit' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, __WorldContext) == 0x000010, "Member 'BPLib_C_CalcModDesc::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, ReturnText) == 0x000018, "Member 'BPLib_C_CalcModDesc::ReturnText' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, ReturnValue) == 0x000030, "Member 'BPLib_C_CalcModDesc::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_byte_Variable) == 0x000034, "Member 'BPLib_C_CalcModDesc::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable) == 0x000038, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'BPLib_C_CalcModDesc::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BPLib_C_CalcModDesc::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Round_ReturnValue) == 0x000044, "Member 'BPLib_C_CalcModDesc::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BPLib_C_CalcModDesc::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00004C, "Member 'BPLib_C_CalcModDesc::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000050, "Member 'BPLib_C_CalcModDesc::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Round_ReturnValue_1) == 0x000054, "Member 'BPLib_C_CalcModDesc::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000058, "Member 'BPLib_C_CalcModDesc::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_1) == 0x00005C, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_2) == 0x000060, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_3) == 0x000064, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_4) == 0x000068, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_5) == 0x00006C, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_6) == 0x000070, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_7) == 0x000074, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_8) == 0x000078, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_9) == 0x00007C, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_10) == 0x000080, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_11) == 0x000084, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_12) == 0x000088, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_13) == 0x00008C, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_14) == 0x000090, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_15) == 0x000094, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_16) == 0x000098, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_17) == 0x00009C, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_18) == 0x0000A0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_19) == 0x0000A4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_20) == 0x0000A8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_21) == 0x0000AC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_22) == 0x0000B0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_23) == 0x0000B4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_24) == 0x0000B8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_25) == 0x0000BC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_26) == 0x0000C0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_27) == 0x0000C4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_28) == 0x0000C8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_29) == 0x0000CC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_30) == 0x0000D0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_31) == 0x0000D4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_32) == 0x0000D8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_33) == 0x0000DC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_34) == 0x0000E0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_35) == 0x0000E4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_36) == 0x0000E8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_37) == 0x0000EC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_38) == 0x0000F0, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_39) == 0x0000F4, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_40) == 0x0000F8, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_41) == 0x0000FC, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_42) == 0x000100, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_float_Variable_43) == 0x000104, "Member 'BPLib_C_CalcModDesc::Temp_float_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_byte_Variable_1) == 0x000108, "Member 'BPLib_C_CalcModDesc::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, K2Node_Select_Default) == 0x00010C, "Member 'BPLib_C_CalcModDesc::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable) == 0x000110, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, K2Node_MakeStruct_FormatArgumentData) == 0x000128, "Member 'BPLib_C_CalcModDesc::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, K2Node_MakeArray_Array) == 0x000168, "Member 'BPLib_C_CalcModDesc::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_1) == 0x000178, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_2) == 0x000190, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_3) == 0x0001A8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_4) == 0x0001C0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_5) == 0x0001D8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_6) == 0x0001F0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_7) == 0x000208, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_8) == 0x000220, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_9) == 0x000238, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_10) == 0x000250, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_11) == 0x000268, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_12) == 0x000280, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_13) == 0x000298, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_14) == 0x0002B0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_15) == 0x0002C8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_16) == 0x0002E0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_17) == 0x0002F8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_18) == 0x000310, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_19) == 0x000328, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_20) == 0x000340, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_21) == 0x000358, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_22) == 0x000370, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_23) == 0x000388, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_24) == 0x0003A0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_25) == 0x0003B8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_26) == 0x0003D0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_27) == 0x0003E8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_28) == 0x000400, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_29) == 0x000418, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_30) == 0x000430, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_31) == 0x000448, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_32) == 0x000460, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_33) == 0x000478, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_34) == 0x000490, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_35) == 0x0004A8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_36) == 0x0004C0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_37) == 0x0004D8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_38) == 0x0004F0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_39) == 0x000508, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_40) == 0x000520, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_41) == 0x000538, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_42) == 0x000550, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_43) == 0x000568, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_44) == 0x000580, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_44' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_45) == 0x000598, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_45' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_46) == 0x0005B0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_46' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_47) == 0x0005C8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_47' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_48) == 0x0005E0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_48' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_49) == 0x0005F8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_49' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_50) == 0x000610, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_50' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_51) == 0x000628, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_51' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_52) == 0x000640, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_52' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_53) == 0x000658, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_53' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_54) == 0x000670, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_54' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_55) == 0x000688, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_55' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_56) == 0x0006A0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_56' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_57) == 0x0006B8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_57' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_58) == 0x0006D0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_58' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_59) == 0x0006E8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_59' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_60) == 0x000700, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_60' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_61) == 0x000718, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_61' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_62) == 0x000730, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_62' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_63) == 0x000748, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_63' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_64) == 0x000760, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_64' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_65) == 0x000778, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_65' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_66) == 0x000790, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_66' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_67) == 0x0007A8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_67' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_68) == 0x0007C0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_68' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_69) == 0x0007D8, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_69' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_70) == 0x0007F0, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_70' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_71) == 0x000808, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_71' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_72) == 0x000820, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_72' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_73) == 0x000838, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_73' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_74) == 0x000850, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_74' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_75) == 0x000868, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_75' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, Temp_text_Variable_76) == 0x000880, "Member 'BPLib_C_CalcModDesc::Temp_text_Variable_76' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, K2Node_Select_Default_1) == 0x000898, "Member 'BPLib_C_CalcModDesc::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_CalcModDesc, CallFunc_Format_ReturnValue) == 0x0008B0, "Member 'BPLib_C_CalcModDesc::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GetCurrentBoneOffsetUI \ static_assert(alignof(BPLib_C_GetCurrentBoneOffsetUI) == 0x000010, "Wrong alignment on BPLib_C_GetCurrentBoneOffsetUI"); \ static_assert(sizeof(BPLib_C_GetCurrentBoneOffsetUI) == 0x0001C0, "Wrong size on BPLib_C_GetCurrentBoneOffsetUI"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CustomizationComponent) == 0x000000, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CustomizationComponent' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, BoneName) == 0x000008, "Member 'BPLib_C_GetCurrentBoneOffsetUI::BoneName' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, UseX) == 0x000010, "Member 'BPLib_C_GetCurrentBoneOffsetUI::UseX' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, UseY) == 0x000011, "Member 'BPLib_C_GetCurrentBoneOffsetUI::UseY' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, UseZ) == 0x000012, "Member 'BPLib_C_GetCurrentBoneOffsetUI::UseZ' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, __WorldContext) == 0x000018, "Member 'BPLib_C_GetCurrentBoneOffsetUI::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Value0_1) == 0x000020, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Value0_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable) == 0x000024, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_GetBoneCustomizationInfo_ReturnValue) == 0x000030, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_GetBoneCustomizationInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_GetBoneOffset_ReturnValue) == 0x0000A0, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_GetBoneOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location) == 0x0000D0, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation) == 0x0000DC, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale) == 0x0000E8, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location_1) == 0x0000F4, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation_1) == 0x000100, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale_1) == 0x00010C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_X) == 0x000118, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Y) == 0x00011C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Z) == 0x000120, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_X_1) == 0x000124, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Y_1) == 0x000128, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Z_1) == 0x00012C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location_2) == 0x000130, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation_2) == 0x00013C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale_2) == 0x000148, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_float_Variable) == 0x000154, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_X_2) == 0x000158, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Y_2) == 0x00015C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_BreakVector_Z_2) == 0x000160, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_1) == 0x000164, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default) == 0x000168, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_2) == 0x00016C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_1) == 0x000170, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_3) == 0x000174, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_2) == 0x000178, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_float_Variable_1) == 0x00017C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_4) == 0x000180, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_3) == 0x000184, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_5) == 0x000188, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_4) == 0x00018C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_6) == 0x000190, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_5) == 0x000194, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_float_Variable_2) == 0x000198, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_7) == 0x00019C, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_6) == 0x0001A0, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, Temp_bool_Variable_8) == 0x0001A4, "Member 'BPLib_C_GetCurrentBoneOffsetUI::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_7) == 0x0001A8, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, K2Node_Select_Default_8) == 0x0001AC, "Member 'BPLib_C_GetCurrentBoneOffsetUI::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetCurrentBoneOffsetUI, CallFunc_MapRangeUnclamped_ReturnValue) == 0x0001B0, "Member 'BPLib_C_GetCurrentBoneOffsetUI::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_SetCurrentBoneOffsetUI \ static_assert(alignof(BPLib_C_SetCurrentBoneOffsetUI) == 0x000010, "Wrong alignment on BPLib_C_SetCurrentBoneOffsetUI"); \ static_assert(sizeof(BPLib_C_SetCurrentBoneOffsetUI) == 0x000360, "Wrong size on BPLib_C_SetCurrentBoneOffsetUI"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CustomizationComponent) == 0x000000, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CustomizationComponent' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, BoneName) == 0x000008, "Member 'BPLib_C_SetCurrentBoneOffsetUI::BoneName' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Value0_1) == 0x000010, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Value0_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, UseX) == 0x000014, "Member 'BPLib_C_SetCurrentBoneOffsetUI::UseX' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, UseY) == 0x000015, "Member 'BPLib_C_SetCurrentBoneOffsetUI::UseY' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, UseZ) == 0x000016, "Member 'BPLib_C_SetCurrentBoneOffsetUI::UseZ' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, __WorldContext) == 0x000018, "Member 'BPLib_C_SetCurrentBoneOffsetUI::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_GetBoneOffset_ReturnValue) == 0x000060, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_GetBoneOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_GetBoneCustomizationInfo_ReturnValue) == 0x000090, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_GetBoneCustomizationInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location) == 0x000100, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation) == 0x00010C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale) == 0x000118, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_X) == 0x000124, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Y) == 0x000128, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Z) == 0x00012C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location_1) == 0x000130, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation_1) == 0x00013C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale_1) == 0x000148, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Location_2) == 0x000154, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Rotation_2) == 0x000160, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakTransform_Scale_2) == 0x00016C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_X_1) == 0x000178, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Y_1) == 0x00017C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Z_1) == 0x000180, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_X_2) == 0x000184, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Y_2) == 0x000188, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_BreakVector_Z_2) == 0x00018C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable) == 0x000190, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_1) == 0x000191, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_2) == 0x000192, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_struct_Variable) == 0x0001A0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_3) == 0x0001D0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_float_Variable) == 0x0001D4, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_4) == 0x0001D8, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default) == 0x0001DC, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_5) == 0x0001E0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_1) == 0x0001E4, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_6) == 0x0001E8, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_2) == 0x0001EC, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_float_Variable_1) == 0x0001F0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_7) == 0x0001F4, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_3) == 0x0001F8, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, Temp_bool_Variable_8) == 0x0001FC, "Member 'BPLib_C_SetCurrentBoneOffsetUI::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_4) == 0x000200, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_5) == 0x000204, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000208, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeVector_ReturnValue) == 0x00020C, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeVector_ReturnValue_1) == 0x000218, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeTransform_ReturnValue_1) == 0x000230, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeTransform_ReturnValue_2) == 0x000260, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeVector_ReturnValue_2) == 0x000290, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_6) == 0x0002A0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, CallFunc_MakeTransform_ReturnValue_3) == 0x0002D0, "Member 'BPLib_C_SetCurrentBoneOffsetUI::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_7) == 0x000300, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI, K2Node_Select_Default_8) == 0x000330, "Member 'BPLib_C_SetCurrentBoneOffsetUI::K2Node_Select_Default_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_SetCurrentBoneOffsetUI_Cluster \ static_assert(alignof(BPLib_C_SetCurrentBoneOffsetUI_Cluster) == 0x000010, "Wrong alignment on BPLib_C_SetCurrentBoneOffsetUI_Cluster"); \ static_assert(sizeof(BPLib_C_SetCurrentBoneOffsetUI_Cluster) == 0x0003E0, "Wrong size on BPLib_C_SetCurrentBoneOffsetUI_Cluster"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CustomizationComponent) == 0x000000, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CustomizationComponent' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, MainBoneName) == 0x000008, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::MainBoneName' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, SecondBoneName) == 0x000010, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::SecondBoneName' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Value0_1) == 0x000018, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Value0_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, UseX) == 0x00001C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::UseX' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, UseY) == 0x00001D, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::UseY' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, UseZ) == 0x00001E, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::UseZ' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, DontUseXMinus) == 0x00001F, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::DontUseXMinus' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, UseYMinus) == 0x000020, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::UseYMinus' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, __WorldContext) == 0x000028, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable) == 0x000030, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_GetBoneOffset_ReturnValue) == 0x000040, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_GetBoneOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Location) == 0x000070, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Rotation) == 0x00007C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Scale) == 0x000088, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_GetBoneCustomizationInfo_ReturnValue) == 0x0000A0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_GetBoneCustomizationInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_X) == 0x000110, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Y) == 0x000114, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Z) == 0x000118, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable) == 0x00011C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Location_1) == 0x000120, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Rotation_1) == 0x00012C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Scale_1) == 0x000138, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_X_1) == 0x000144, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Y_1) == 0x000148, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Z_1) == 0x00014C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Location_2) == 0x000150, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Rotation_2) == 0x00015C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Scale_2) == 0x000168, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable_1) == 0x000174, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_X_2) == 0x000178, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Y_2) == 0x00017C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Z_2) == 0x000180, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_1) == 0x000184, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default) == 0x000188, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable_2) == 0x00018C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable_3) == 0x000190, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_2) == 0x000194, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_1) == 0x000198, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_3) == 0x00019C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_4) == 0x00019D, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_struct_Variable) == 0x0001A0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_5) == 0x0001D0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable_4) == 0x0001D4, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_6) == 0x0001D8, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_2) == 0x0001DC, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_7) == 0x0001E0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_3) == 0x0001E4, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_8) == 0x0001E8, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_4) == 0x0001EC, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_float_Variable_5) == 0x0001F0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_9) == 0x0001F4, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_5) == 0x0001F8, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, Temp_bool_Variable_10) == 0x0001FC, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_6) == 0x000200, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_7) == 0x000204, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000208, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeVector_ReturnValue) == 0x00020C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeVector_ReturnValue_1) == 0x000218, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeTransform_ReturnValue) == 0x000230, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeTransform_ReturnValue_1) == 0x000260, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeVector_ReturnValue_2) == 0x000290, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_8) == 0x0002A0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeTransform_ReturnValue_2) == 0x0002D0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_9) == 0x000300, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, K2Node_Select_Default_10) == 0x000330, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Location_3) == 0x000360, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Rotation_3) == 0x00036C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakTransform_Scale_3) == 0x000378, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_X_3) == 0x000384, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Y_3) == 0x000388, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_BreakVector_Z_3) == 0x00038C, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000390, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000394, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeVector_ReturnValue_3) == 0x000398, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_SetCurrentBoneOffsetUI_Cluster, CallFunc_MakeTransform_ReturnValue_3) == 0x0003B0, "Member 'BPLib_C_SetCurrentBoneOffsetUI_Cluster::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_IsInInteractZone \ static_assert(alignof(BPLib_C_IsInInteractZone) == 0x000008, "Wrong alignment on BPLib_C_IsInInteractZone"); \ static_assert(sizeof(BPLib_C_IsInInteractZone) == 0x0001E8, "Wrong size on BPLib_C_IsInInteractZone"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, InteractActor) == 0x000000, "Member 'BPLib_C_IsInInteractZone::InteractActor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, PlayerActor) == 0x000008, "Member 'BPLib_C_IsInInteractZone::PlayerActor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, InteractConeDegrees) == 0x000010, "Member 'BPLib_C_IsInInteractZone::InteractConeDegrees' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, FrontDirectionOffset) == 0x000014, "Member 'BPLib_C_IsInInteractZone::FrontDirectionOffset' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, MaxInteractDistance) == 0x000018, "Member 'BPLib_C_IsInInteractZone::MaxInteractDistance' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, MinInteractDistance) == 0x00001C, "Member 'BPLib_C_IsInInteractZone::MinInteractDistance' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, HeightOffset) == 0x000020, "Member 'BPLib_C_IsInInteractZone::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, bDebug) == 0x000024, "Member 'BPLib_C_IsInInteractZone::bDebug' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, bCanFly) == 0x000025, "Member 'BPLib_C_IsInInteractZone::bCanFly' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, bDisableFrontTest) == 0x000026, "Member 'BPLib_C_IsInInteractZone::bDisableFrontTest' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, __WorldContext) == 0x000028, "Member 'BPLib_C_IsInInteractZone::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, Result) == 0x000030, "Member 'BPLib_C_IsInInteractZone::Result' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, FrontDirection) == 0x000034, "Member 'BPLib_C_IsInInteractZone::FrontDirection' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_MakeRotator_ReturnValue) == 0x000040, "Member 'BPLib_C_IsInInteractZone::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Not_PreBool_ReturnValue) == 0x00004C, "Member 'BPLib_C_IsInInteractZone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, K2Node_DynamicCast_AsCharacter) == 0x000050, "Member 'BPLib_C_IsInInteractZone::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BPLib_C_IsInInteractZone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BPLib_C_IsInInteractZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_IsWalking_ReturnValue) == 0x00005A, "Member 'BPLib_C_IsInInteractZone::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_IsValid_ReturnValue_1) == 0x00005B, "Member 'BPLib_C_IsInInteractZone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005C, "Member 'BPLib_C_IsInInteractZone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'BPLib_C_IsInInteractZone::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BPLib_C_IsInInteractZone::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000084, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, K2Node_DynamicCast_AsCharacter_1) == 0x000090, "Member 'BPLib_C_IsInInteractZone::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BPLib_C_IsInInteractZone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_X) == 0x00009C, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_Z) == 0x0000A4, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BPLib_C_IsInInteractZone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x0000AC, "Member 'BPLib_C_IsInInteractZone::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x0000B0, "Member 'BPLib_C_IsInInteractZone::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x0000BC, "Member 'BPLib_C_IsInInteractZone::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_X_1) == 0x0000C8, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_Y_1) == 0x0000CC, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BreakVector_Z_1) == 0x0000D0, "Member 'BPLib_C_IsInInteractZone::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BPLib_C_IsInInteractZone::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Abs_ReturnValue) == 0x0000D8, "Member 'BPLib_C_IsInInteractZone::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000DC, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000E8, "Member 'BPLib_C_IsInInteractZone::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_ComposeRotators_ReturnValue) == 0x0000EC, "Member 'BPLib_C_IsInInteractZone::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_GetForwardVector_ReturnValue) == 0x0000F8, "Member 'BPLib_C_IsInInteractZone::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Square_ReturnValue) == 0x000104, "Member 'BPLib_C_IsInInteractZone::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000108, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000114, "Member 'BPLib_C_IsInInteractZone::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000120, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00012C, "Member 'BPLib_C_IsInInteractZone::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Square_ReturnValue_1) == 0x000138, "Member 'BPLib_C_IsInInteractZone::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00013C, "Member 'BPLib_C_IsInInteractZone::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000140, "Member 'BPLib_C_IsInInteractZone::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Square_ReturnValue_2) == 0x000144, "Member 'BPLib_C_IsInInteractZone::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BooleanAND_ReturnValue) == 0x000148, "Member 'BPLib_C_IsInInteractZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Concat_StrStr_ReturnValue) == 0x000150, "Member 'BPLib_C_IsInInteractZone::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000160, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x00016C, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000178, "Member 'BPLib_C_IsInInteractZone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000184, "Member 'BPLib_C_IsInInteractZone::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Dot_VectorVector_ReturnValue) == 0x000190, "Member 'BPLib_C_IsInInteractZone::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_DegAcos_ReturnValue) == 0x000194, "Member 'BPLib_C_IsInInteractZone::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000198, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Abs_ReturnValue_1) == 0x0001A4, "Member 'BPLib_C_IsInInteractZone::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Conv_FloatToString_ReturnValue) == 0x0001A8, "Member 'BPLib_C_IsInInteractZone::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001B8, "Member 'BPLib_C_IsInInteractZone::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001C0, "Member 'BPLib_C_IsInInteractZone::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0001D0, "Member 'BPLib_C_IsInInteractZone::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x0001DC, "Member 'BPLib_C_IsInInteractZone::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x0001E0, "Member 'BPLib_C_IsInInteractZone::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001E1, "Member 'BPLib_C_IsInInteractZone::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BooleanOR_ReturnValue) == 0x0001E2, "Member 'BPLib_C_IsInInteractZone::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZone, CallFunc_BooleanOR_ReturnValue_1) == 0x0001E3, "Member 'BPLib_C_IsInInteractZone::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_Rotate_Character_to_Target \ static_assert(alignof(BPLib_C_Rotate_Character_to_Target) == 0x000008, "Wrong alignment on BPLib_C_Rotate_Character_to_Target"); \ static_assert(sizeof(BPLib_C_Rotate_Character_to_Target) == 0x0000E8, "Wrong size on BPLib_C_Rotate_Character_to_Target"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, Character) == 0x000000, "Member 'BPLib_C_Rotate_Character_to_Target::Character' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, RotationTarget) == 0x000008, "Member 'BPLib_C_Rotate_Character_to_Target::RotationTarget' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, ErrorTolerance) == 0x000010, "Member 'BPLib_C_Rotate_Character_to_Target::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, DeltaTime) == 0x000014, "Member 'BPLib_C_Rotate_Character_to_Target::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, InterpSpeed) == 0x000018, "Member 'BPLib_C_Rotate_Character_to_Target::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, __WorldContext) == 0x000020, "Member 'BPLib_C_Rotate_Character_to_Target::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, Result) == 0x000028, "Member 'BPLib_C_Rotate_Character_to_Target::Result' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, YawIsEqual) == 0x000029, "Member 'BPLib_C_Rotate_Character_to_Target::YawIsEqual' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_IsValid_ReturnValue) == 0x00002A, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00002C, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000038, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000044, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_FindLookAtRotation_ReturnValue) == 0x000058, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_IsValid_ReturnValue_1) == 0x000064, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_GetControlRotation_ReturnValue) == 0x000068, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000074, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_RInterpTo_ReturnValue) == 0x000078, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000084, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000090, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Roll) == 0x00009C, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Pitch) == 0x0000A0, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Yaw) == 0x0000A4, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000A8, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_IsValid_ReturnValue_2) == 0x0000B4, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000B8, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BooleanAND_ReturnValue) == 0x0000C4, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Roll_1) == 0x0000C8, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Pitch_1) == 0x0000CC, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BreakRotator_Yaw_1) == 0x0000D0, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_MakeRotator_ReturnValue) == 0x0000D4, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000E1, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Rotate_Character_to_Target, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E2, "Member 'BPLib_C_Rotate_Character_to_Target::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_MoveCharacterToLocation_ \ static_assert(alignof(BPLib_C_MoveCharacterToLocation_) == 0x000008, "Wrong alignment on BPLib_C_MoveCharacterToLocation_"); \ static_assert(sizeof(BPLib_C_MoveCharacterToLocation_) == 0x000110, "Wrong size on BPLib_C_MoveCharacterToLocation_"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, Character) == 0x000000, "Member 'BPLib_C_MoveCharacterToLocation_::Character' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, LocationPoint) == 0x000008, "Member 'BPLib_C_MoveCharacterToLocation_::LocationPoint' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, Velocity) == 0x000010, "Member 'BPLib_C_MoveCharacterToLocation_::Velocity' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, DeltaTime) == 0x000014, "Member 'BPLib_C_MoveCharacterToLocation_::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, LocationAccuracy) == 0x000018, "Member 'BPLib_C_MoveCharacterToLocation_::LocationAccuracy' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, bNeedSyncZ) == 0x00001C, "Member 'BPLib_C_MoveCharacterToLocation_::bNeedSyncZ' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, __WorldContext) == 0x000020, "Member 'BPLib_C_MoveCharacterToLocation_::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, Result) == 0x000028, "Member 'BPLib_C_MoveCharacterToLocation_::Result' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, bLocationSynced) == 0x000029, "Member 'BPLib_C_MoveCharacterToLocation_::bLocationSynced' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00003C, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_VSizeXY_ReturnValue) == 0x000058, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_Less_FloatFloat_ReturnValue) == 0x00005C, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_BreakVector_X) == 0x00006C, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_BreakVector_Y) == 0x000070, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_BreakVector_Z) == 0x000074, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_MakeVector_ReturnValue) == 0x00007C, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_MoveCharacterToLocation_, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000088, "Member 'BPLib_C_MoveCharacterToLocation_::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_IsInInteractZoneNew \ static_assert(alignof(BPLib_C_IsInInteractZoneNew) == 0x000008, "Wrong alignment on BPLib_C_IsInInteractZoneNew"); \ static_assert(sizeof(BPLib_C_IsInInteractZoneNew) == 0x0001E0, "Wrong size on BPLib_C_IsInInteractZoneNew"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, InteractComponent) == 0x000000, "Member 'BPLib_C_IsInInteractZoneNew::InteractComponent' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, PlayerActor) == 0x000008, "Member 'BPLib_C_IsInInteractZoneNew::PlayerActor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, InteractConeDegrees) == 0x000010, "Member 'BPLib_C_IsInInteractZoneNew::InteractConeDegrees' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, FrontDirectionOffset) == 0x000014, "Member 'BPLib_C_IsInInteractZoneNew::FrontDirectionOffset' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, MaxInteractDistance) == 0x000018, "Member 'BPLib_C_IsInInteractZoneNew::MaxInteractDistance' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, MinInteractDistance) == 0x00001C, "Member 'BPLib_C_IsInInteractZoneNew::MinInteractDistance' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, HeightOffset) == 0x000020, "Member 'BPLib_C_IsInInteractZoneNew::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, bDebug) == 0x000024, "Member 'BPLib_C_IsInInteractZoneNew::bDebug' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, bCanFly) == 0x000025, "Member 'BPLib_C_IsInInteractZoneNew::bCanFly' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, bDisableFrontTest) == 0x000026, "Member 'BPLib_C_IsInInteractZoneNew::bDisableFrontTest' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, __WorldContext) == 0x000028, "Member 'BPLib_C_IsInInteractZoneNew::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, Result) == 0x000030, "Member 'BPLib_C_IsInInteractZoneNew::Result' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, FrontDirection) == 0x000034, "Member 'BPLib_C_IsInInteractZoneNew::FrontDirection' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_MakeRotator_ReturnValue) == 0x000040, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00004C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, K2Node_DynamicCast_AsCharacter) == 0x000058, "Member 'BPLib_C_IsInInteractZoneNew::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BPLib_C_IsInInteractZoneNew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_IsWalking_ReturnValue) == 0x000062, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_IsValid_ReturnValue_1) == 0x000063, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Not_PreBool_ReturnValue) == 0x000064, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000068, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_X) == 0x000074, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_Y) == 0x000078, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_Z) == 0x00007C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000080, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x00008C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000098, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000A4, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_ComposeRotators_ReturnValue) == 0x0000B0, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000BC, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_GetForwardVector_ReturnValue) == 0x0000C0, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000CC, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D0, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Add_VectorVector_ReturnValue) == 0x0000DC, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, K2Node_DynamicCast_AsCharacter_1) == 0x0000E8, "Member 'BPLib_C_IsInInteractZoneNew::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'BPLib_C_IsInInteractZoneNew::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x0000F4, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000100, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x00010C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_X_1) == 0x000110, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_Y_1) == 0x000114, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BreakVector_Z_1) == 0x000118, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00011C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Square_ReturnValue) == 0x000120, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Abs_ReturnValue) == 0x000124, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000128, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00012C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000138, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Square_ReturnValue_1) == 0x000144, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000148, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Square_ReturnValue_2) == 0x000154, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000158, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00015C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BooleanAND_ReturnValue) == 0x00015D, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Concat_StrStr_ReturnValue) == 0x000160, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000170, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00017C, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000188, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Dot_VectorVector_ReturnValue) == 0x000194, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000198, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_DegAcos_ReturnValue) == 0x0001A4, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x0001A8, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Abs_ReturnValue_1) == 0x0001AC, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001B0, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001B1, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x0001B2, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BooleanOR_ReturnValue) == 0x0001B3, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Conv_FloatToString_ReturnValue) == 0x0001B8, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_BooleanOR_ReturnValue_1) == 0x0001C8, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_IsInInteractZoneNew, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001D0, "Member 'BPLib_C_IsInInteractZoneNew::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_Get_Item_Tier \ static_assert(alignof(BPLib_C_Get_Item_Tier) == 0x000008, "Wrong alignment on BPLib_C_Get_Item_Tier"); \ static_assert(sizeof(BPLib_C_Get_Item_Tier) == 0x0007A0, "Wrong size on BPLib_C_Get_Item_Tier"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, Placeholder) == 0x000000, "Member 'BPLib_C_Get_Item_Tier::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, __WorldContext) == 0x000008, "Member 'BPLib_C_Get_Item_Tier::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, Tier) == 0x000010, "Member 'BPLib_C_Get_Item_Tier::Tier' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, IsItem) == 0x000011, "Member 'BPLib_C_Get_Item_Tier::IsItem' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, LocalCDO) == 0x000018, "Member 'BPLib_C_Get_Item_Tier::LocalCDO' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, LocalTier) == 0x000020, "Member 'BPLib_C_Get_Item_Tier::LocalTier' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, LocalPlaceholder) == 0x000028, "Member 'BPLib_C_Get_Item_Tier::LocalPlaceholder' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BPLib_C_Get_Item_Tier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000038, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_MakeLiteralByte_ReturnValue) == 0x000041, "Member 'BPLib_C_Get_Item_Tier::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetValidValue_ReturnValue) == 0x000042, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000048, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Core) == 0x000050, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Core' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetWeaponCoreDescription_ModuleDescription) == 0x000060, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetWeaponCoreDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetWeaponCoreDescription_ReturnValue) == 0x000140, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetWeaponCoreDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000148, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Scope) == 0x000150, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Scope' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_2) == 0x000158, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetScopeDescription_ModuleDescription) == 0x000160, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetScopeDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetScopeDescription_ReturnValue) == 0x0001C8, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetScopeDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x0001D0, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Stock) == 0x0001D8, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Stock' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_3) == 0x0001E0, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetStockDescription_ModuleDescription) == 0x0001E8, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetStockDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetStockDescription_ReturnValue) == 0x000250, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetStockDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_3) == 0x000258, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Grip) == 0x000260, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Grip' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_4) == 0x000268, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetGripDescription_ModuleDescription) == 0x000270, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetGripDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetGripDescription_ReturnValue) == 0x0002F8, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetGripDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_4) == 0x000300, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Magazine) == 0x000308, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Magazine' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_5) == 0x000310, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetMagazineDescription_ModuleDescription) == 0x000318, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetMagazineDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetMagazineDescription_ReturnValue) == 0x000398, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetMagazineDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_5) == 0x0003A0, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Barrel) == 0x0003A8, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Barrel' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_6) == 0x0003B0, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetBarrelDescription_ModuleDescription) == 0x0003B8, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetBarrelDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetBarrelDescription_ReturnValue) == 0x000458, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetBarrelDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_6) == 0x000460, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module_Frame) == 0x000468, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module_Frame' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_7) == 0x000470, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetFrameDescription_ModuleDescription) == 0x000478, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetFrameDescription_ModuleDescription' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetFrameDescription_ReturnValue) == 0x000590, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetFrameDescription_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetPlayerController_ReturnValue) == 0x000598, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetItemLifetimeData_ReturnValue_7) == 0x0005A0, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetItemLifetimeData_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GenerateWeaponSettings_Settings) == 0x0005A8, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GenerateWeaponSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_AsFGWeapon_Module) == 0x000790, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_AsFGWeapon_Module' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_DynamicCast_bSuccess_8) == 0x000798, "Member 'BPLib_C_Get_Item_Tier::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000799, "Member 'BPLib_C_Get_Item_Tier::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, CallFunc_GetValidValue_ReturnValue_1) == 0x00079A, "Member 'BPLib_C_Get_Item_Tier::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_Get_Item_Tier, K2Node_SwitchEnum_CmpSuccess) == 0x00079B, "Member 'BPLib_C_Get_Item_Tier::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPLib_C_GetTierColor \ static_assert(alignof(BPLib_C_GetTierColor) == 0x000008, "Wrong alignment on BPLib_C_GetTierColor"); \ static_assert(sizeof(BPLib_C_GetTierColor) == 0x000160, "Wrong size on BPLib_C_GetTierColor"); \ static_assert(offsetof(BPLib_C_GetTierColor, Placeholder) == 0x000000, "Member 'BPLib_C_GetTierColor::Placeholder' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Tier_1) == 0x000008, "Member 'BPLib_C_GetTierColor::Tier_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, __WorldContext) == 0x000018, "Member 'BPLib_C_GetTierColor::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, BorderColor) == 0x000020, "Member 'BPLib_C_GetTierColor::BorderColor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, BackgroundColor) == 0x000030, "Member 'BPLib_C_GetTierColor::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_bool_Variable) == 0x000058, "Member 'BPLib_C_GetTierColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, CallFunc_Get_Item_Tier_Tier) == 0x000059, "Member 'BPLib_C_GetTierColor::CallFunc_Get_Item_Tier_Tier' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, CallFunc_Get_Item_Tier_IsItem) == 0x00005A, "Member 'BPLib_C_GetTierColor::CallFunc_Get_Item_Tier_IsItem' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable) == 0x00005C, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_1) == 0x00006C, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_byte_Variable) == 0x00007C, "Member 'BPLib_C_GetTierColor::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, K2Node_Select_Default) == 0x000080, "Member 'BPLib_C_GetTierColor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_2) == 0x000090, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_3) == 0x0000A0, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_4) == 0x0000B0, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_5) == 0x0000C0, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_byte_Variable_1) == 0x0000D0, "Member 'BPLib_C_GetTierColor::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, K2Node_Select_Default_1) == 0x0000D4, "Member 'BPLib_C_GetTierColor::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, K2Node_MakeStruct_SlateColor) == 0x0000E8, "Member 'BPLib_C_GetTierColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_6) == 0x000110, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_7) == 0x000120, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_8) == 0x000130, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, Temp_struct_Variable_9) == 0x000140, "Member 'BPLib_C_GetTierColor::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BPLib_C_GetTierColor, K2Node_Select_Default_2) == 0x000150, "Member 'BPLib_C_GetTierColor::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPLib_C \ static_assert(alignof(UBPLib_C) == 0x000008, "Wrong alignment on UBPLib_C"); \ static_assert(sizeof(UBPLib_C) == 0x000028, "Wrong size on UBPLib_C"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetWidgetCenter \ static_assert(alignof(UICraftLib_C_GetWidgetCenter) == 0x000008, "Wrong alignment on UICraftLib_C_GetWidgetCenter"); \ static_assert(sizeof(UICraftLib_C_GetWidgetCenter) == 0x000090, "Wrong size on UICraftLib_C_GetWidgetCenter"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, Widget) == 0x000000, "Member 'UICraftLib_C_GetWidgetCenter::Widget' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, __WorldContext) == 0x000008, "Member 'UICraftLib_C_GetWidgetCenter::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CenterCoordinates) == 0x000010, "Member 'UICraftLib_C_GetWidgetCenter::CenterCoordinates' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_GetViewportScale_ReturnValue) == 0x000050, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_GetAbsoluteSize_ReturnValue) == 0x000054, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_GetAbsoluteSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_LocalToViewport_PixelPosition) == 0x00005C, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_LocalToViewport_ViewportPosition) == 0x000064, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x00006C, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000074, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000080, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCenter, CallFunc_Divide_Vector2DFloat_ReturnValue_1) == 0x000088, "Member 'UICraftLib_C_GetWidgetCenter::CallFunc_Divide_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetWidgetCoords \ static_assert(alignof(UICraftLib_C_GetWidgetCoords) == 0x000008, "Wrong alignment on UICraftLib_C_GetWidgetCoords"); \ static_assert(sizeof(UICraftLib_C_GetWidgetCoords) == 0x000080, "Wrong size on UICraftLib_C_GetWidgetCoords"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, Widget) == 0x000000, "Member 'UICraftLib_C_GetWidgetCoords::Widget' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, __WorldContext) == 0x000008, "Member 'UICraftLib_C_GetWidgetCoords::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, Min) == 0x000010, "Member 'UICraftLib_C_GetWidgetCoords::Min' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, Max) == 0x000018, "Member 'UICraftLib_C_GetWidgetCoords::Max' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000020, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_GetAbsoluteSize_ReturnValue) == 0x000058, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_GetAbsoluteSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_LocalToViewport_PixelPosition) == 0x000064, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_LocalToViewport_ViewportPosition) == 0x00006C, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetWidgetCoords, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000074, "Member 'UICraftLib_C_GetWidgetCoords::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetCenteredWidgetOffset \ static_assert(alignof(UICraftLib_C_GetCenteredWidgetOffset) == 0x000008, "Wrong alignment on UICraftLib_C_GetCenteredWidgetOffset"); \ static_assert(sizeof(UICraftLib_C_GetCenteredWidgetOffset) == 0x000048, "Wrong size on UICraftLib_C_GetCenteredWidgetOffset"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, AbsoluteCenterOfAnotherWidget) == 0x000000, "Member 'UICraftLib_C_GetCenteredWidgetOffset::AbsoluteCenterOfAnotherWidget' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, GivenWidgetSize) == 0x000008, "Member 'UICraftLib_C_GetCenteredWidgetOffset::GivenWidgetSize' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, __WorldContext) == 0x000010, "Member 'UICraftLib_C_GetCenteredWidgetOffset::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, Offset) == 0x000018, "Member 'UICraftLib_C_GetCenteredWidgetOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_BreakVector2D_X) == 0x000020, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_BreakVector2D_X_1) == 0x000028, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_BreakVector2D_Y_1) == 0x00002C, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000034, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCenteredWidgetOffset, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'UICraftLib_C_GetCenteredWidgetOffset::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Calculate_Rotation_Angle \ static_assert(alignof(UICraftLib_C_Calculate_Rotation_Angle) == 0x000008, "Wrong alignment on UICraftLib_C_Calculate_Rotation_Angle"); \ static_assert(sizeof(UICraftLib_C_Calculate_Rotation_Angle) == 0x000048, "Wrong size on UICraftLib_C_Calculate_Rotation_Angle"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, GivenVector) == 0x000000, "Member 'UICraftLib_C_Calculate_Rotation_Angle::GivenVector' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, BasicAxis) == 0x000008, "Member 'UICraftLib_C_Calculate_Rotation_Angle::BasicAxis' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, __WorldContext) == 0x000010, "Member 'UICraftLib_C_Calculate_Rotation_Angle::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, Angle) == 0x000018, "Member 'UICraftLib_C_Calculate_Rotation_Angle::Angle' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_Normal2D_ReturnValue) == 0x00001C, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_Normal2D_ReturnValue_1) == 0x000024, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_Normal2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_BreakVector2D_X) == 0x00002C, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_BreakVector2D_X_1) == 0x000034, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_BreakVector2D_Y_1) == 0x000038, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_DegAtan2_ReturnValue) == 0x00003C, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_DegAtan2_ReturnValue_1) == 0x000040, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_DegAtan2_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Calculate_Rotation_Angle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000044, "Member 'UICraftLib_C_Calculate_Rotation_Angle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetInventoryComponent \ static_assert(alignof(UICraftLib_C_GetInventoryComponent) == 0x000008, "Wrong alignment on UICraftLib_C_GetInventoryComponent"); \ static_assert(sizeof(UICraftLib_C_GetInventoryComponent) == 0x000030, "Wrong size on UICraftLib_C_GetInventoryComponent"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, __WorldContext) == 0x000000, "Member 'UICraftLib_C_GetInventoryComponent::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, IsValid) == 0x000008, "Member 'UICraftLib_C_GetInventoryComponent::IsValid' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, PlayerInventory) == 0x000010, "Member 'UICraftLib_C_GetInventoryComponent::PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetInventoryComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'UICraftLib_C_GetInventoryComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UICraftLib_C_GetInventoryComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetInventoryComponent, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'UICraftLib_C_GetInventoryComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Available_Items_Count \ static_assert(alignof(UICraftLib_C_Get_Available_Items_Count) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Available_Items_Count"); \ static_assert(sizeof(UICraftLib_C_Get_Available_Items_Count) == 0x000048, "Wrong size on UICraftLib_C_Get_Available_Items_Count"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, ItemClass) == 0x000000, "Member 'UICraftLib_C_Get_Available_Items_Count::ItemClass' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, Character) == 0x000008, "Member 'UICraftLib_C_Get_Available_Items_Count::Character' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, __WorldContext) == 0x000010, "Member 'UICraftLib_C_Get_Available_Items_Count::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, AvailableItems) == 0x000018, "Member 'UICraftLib_C_Get_Available_Items_Count::AvailableItems' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'UICraftLib_C_Get_Available_Items_Count::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UICraftLib_C_Get_Available_Items_Count::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'UICraftLib_C_Get_Available_Items_Count::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, K2Node_DynamicCast_AsFGGame_Instance) == 0x000038, "Member 'UICraftLib_C_Get_Available_Items_Count::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UICraftLib_C_Get_Available_Items_Count::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Items_Count, CallFunc_GetResourceAmountForPlayerCharacter_ReturnValue) == 0x000044, "Member 'UICraftLib_C_Get_Available_Items_Count::CallFunc_GetResourceAmountForPlayerCharacter_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetCraftManager \ static_assert(alignof(UICraftLib_C_GetCraftManager) == 0x000008, "Wrong alignment on UICraftLib_C_GetCraftManager"); \ static_assert(sizeof(UICraftLib_C_GetCraftManager) == 0x000030, "Wrong size on UICraftLib_C_GetCraftManager"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, __WorldContext) == 0x000000, "Member 'UICraftLib_C_GetCraftManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, IsValid) == 0x000008, "Member 'UICraftLib_C_GetCraftManager::IsValid' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, CraftManager) == 0x000010, "Member 'UICraftLib_C_GetCraftManager::CraftManager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetCraftManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'UICraftLib_C_GetCraftManager::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UICraftLib_C_GetCraftManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'UICraftLib_C_GetCraftManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCraftManager, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'UICraftLib_C_GetCraftManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Craft_Category_Data \ static_assert(alignof(UICraftLib_C_Get_Craft_Category_Data) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Craft_Category_Data"); \ static_assert(sizeof(UICraftLib_C_Get_Craft_Category_Data) == 0x000338, "Wrong size on UICraftLib_C_Get_Craft_Category_Data"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, TableType) == 0x000000, "Member 'UICraftLib_C_Get_Craft_Category_Data::TableType' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, RecipeCategory) == 0x000001, "Member 'UICraftLib_C_Get_Craft_Category_Data::RecipeCategory' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, __WorldContext) == 0x000008, "Member 'UICraftLib_C_Get_Craft_Category_Data::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Name_0) == 0x000010, "Member 'UICraftLib_C_Get_Craft_Category_Data::Name_0' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Icon) == 0x000028, "Member 'UICraftLib_C_Get_Craft_Category_Data::Icon' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable) == 0x000030, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_1) == 0x000038, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_2) == 0x000040, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_3) == 0x000048, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_4) == 0x000050, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_5) == 0x000058, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_6) == 0x000060, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_7) == 0x000068, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_8) == 0x000070, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_byte_Variable) == 0x000078, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_9) == 0x000080, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_10) == 0x000088, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_11) == 0x000090, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_12) == 0x000098, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_13) == 0x0000A0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_14) == 0x0000A8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_15) == 0x0000B0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_16) == 0x0000B8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_17) == 0x0000C0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_byte_Variable_1) == 0x0000C8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_Select_Default) == 0x0000D0, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_18) == 0x0000D8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_19) == 0x0000E0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_20) == 0x0000E8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_21) == 0x0000F0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_22) == 0x0000F8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_23) == 0x000100, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_24) == 0x000108, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_25) == 0x000110, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_26) == 0x000118, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_byte_Variable_2) == 0x000120, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_Select_Default_1) == 0x000128, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable) == 0x000130, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_1) == 0x000148, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_2) == 0x000160, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_3) == 0x000178, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_4) == 0x000190, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_5) == 0x0001A8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_6) == 0x0001C0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_7) == 0x0001D8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_8) == 0x0001F0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_9) == 0x000208, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_10) == 0x000220, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_text_Variable_11) == 0x000238, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_text_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_byte_Variable_3) == 0x000250, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_Select_Default_2) == 0x000258, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_MakeStruct_FormatArgumentData) == 0x000270, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_27) == 0x0002B0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_MakeArray_Array) == 0x0002B8, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, CallFunc_Format_ReturnValue) == 0x0002C8, "Member 'UICraftLib_C_Get_Craft_Category_Data::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_28) == 0x0002E0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_29) == 0x0002E8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_30) == 0x0002F0, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_31) == 0x0002F8, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_32) == 0x000300, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_33) == 0x000308, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_34) == 0x000310, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_object_Variable_35) == 0x000318, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, Temp_byte_Variable_4) == 0x000320, "Member 'UICraftLib_C_Get_Craft_Category_Data::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_Select_Default_3) == 0x000328, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Craft_Category_Data, K2Node_Select_Default_4) == 0x000330, "Member 'UICraftLib_C_Get_Craft_Category_Data::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetComponentSourceLocation \ static_assert(alignof(UICraftLib_C_GetComponentSourceLocation) == 0x000008, "Wrong alignment on UICraftLib_C_GetComponentSourceLocation"); \ static_assert(sizeof(UICraftLib_C_GetComponentSourceLocation) == 0x000038, "Wrong size on UICraftLib_C_GetComponentSourceLocation"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, ItemClass) == 0x000000, "Member 'UICraftLib_C_GetComponentSourceLocation::ItemClass' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, __WorldContext) == 0x000008, "Member 'UICraftLib_C_GetComponentSourceLocation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, Text) == 0x000010, "Member 'UICraftLib_C_GetComponentSourceLocation::Text' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000029, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x00002A, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00002B, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x00002C, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_5) == 0x00002D, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_BooleanOR_ReturnValue_1) == 0x00002F, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_EqualEqual_ClassClass_ReturnValue_6) == 0x000030, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_EqualEqual_ClassClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_BooleanOR_ReturnValue_2) == 0x000031, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetComponentSourceLocation, CallFunc_BooleanOR_ReturnValue_3) == 0x000032, "Member 'UICraftLib_C_GetComponentSourceLocation::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetAppendedText \ static_assert(alignof(UICraftLib_C_GetAppendedText) == 0x000008, "Wrong alignment on UICraftLib_C_GetAppendedText"); \ static_assert(sizeof(UICraftLib_C_GetAppendedText) == 0x0000D8, "Wrong size on UICraftLib_C_GetAppendedText"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, AppendingText) == 0x000000, "Member 'UICraftLib_C_GetAppendedText::AppendingText' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, BaseText) == 0x000018, "Member 'UICraftLib_C_GetAppendedText::BaseText' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, AppendingBraces) == 0x000030, "Member 'UICraftLib_C_GetAppendedText::AppendingBraces' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, __WorldContext) == 0x000040, "Member 'UICraftLib_C_GetAppendedText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, ResultText) == 0x000048, "Member 'UICraftLib_C_GetAppendedText::ResultText' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000070, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Trim_ReturnValue) == 0x0000B0, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Trim_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetAppendedText, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'UICraftLib_C_GetAppendedText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetSortedInts \ static_assert(alignof(UICraftLib_C_GetSortedInts) == 0x000008, "Wrong alignment on UICraftLib_C_GetSortedInts"); \ static_assert(sizeof(UICraftLib_C_GetSortedInts) == 0x000070, "Wrong size on UICraftLib_C_GetSortedInts"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, InputArray) == 0x000000, "Member 'UICraftLib_C_GetSortedInts::InputArray' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, __WorldContext) == 0x000010, "Member 'UICraftLib_C_GetSortedInts::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, OutputArray) == 0x000018, "Member 'UICraftLib_C_GetSortedInts::OutputArray' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CachedArray) == 0x000028, "Member 'UICraftLib_C_GetSortedInts::CachedArray' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, Index_0) == 0x000038, "Member 'UICraftLib_C_GetSortedInts::Index_0' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, Step) == 0x00003C, "Member 'UICraftLib_C_GetSortedInts::Step' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, Temp_int_Variable) == 0x000040, "Member 'UICraftLib_C_GetSortedInts::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00004C, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_FTrunc_ReturnValue) == 0x000050, "Member 'UICraftLib_C_GetSortedInts::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Add_IntInt_ReturnValue_2) == 0x00005C, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Add_IntInt_ReturnValue_3) == 0x000064, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000069, "Member 'UICraftLib_C_GetSortedInts::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetSortedInts, CallFunc_Array_LastIndex_ReturnValue) == 0x00006C, "Member 'UICraftLib_C_GetSortedInts::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_CanBuildModuleByLimits \ static_assert(alignof(UICraftLib_C_CanBuildModuleByLimits) == 0x000008, "Wrong alignment on UICraftLib_C_CanBuildModuleByLimits"); \ static_assert(sizeof(UICraftLib_C_CanBuildModuleByLimits) == 0x000110, "Wrong size on UICraftLib_C_CanBuildModuleByLimits"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, ModuleData) == 0x000000, "Member 'UICraftLib_C_CanBuildModuleByLimits::ModuleData' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, __WorldContext) == 0x0000E8, "Member 'UICraftLib_C_CanBuildModuleByLimits::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CanBuild) == 0x0000F0, "Member 'UICraftLib_C_CanBuildModuleByLimits::CanBuild' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CallFunc_GetPlayerTrain_ReturnValue) == 0x0000F8, "Member 'UICraftLib_C_CanBuildModuleByLimits::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'UICraftLib_C_CanBuildModuleByLimits::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CallFunc_IsValid_ReturnValue) == 0x000101, "Member 'UICraftLib_C_CanBuildModuleByLimits::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CallFunc_GetSpawnedWagonModulesAmount_ReturnValue) == 0x000104, "Member 'UICraftLib_C_CanBuildModuleByLimits::CallFunc_GetSpawnedWagonModulesAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CanBuildModuleByLimits, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'UICraftLib_C_CanBuildModuleByLimits::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_CheckEngineBuild \ static_assert(alignof(UICraftLib_C_CheckEngineBuild) == 0x000008, "Wrong alignment on UICraftLib_C_CheckEngineBuild"); \ static_assert(sizeof(UICraftLib_C_CheckEngineBuild) == 0x000028, "Wrong size on UICraftLib_C_CheckEngineBuild"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, __WorldContext) == 0x000000, "Member 'UICraftLib_C_CheckEngineBuild::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, Built) == 0x000008, "Member 'UICraftLib_C_CheckEngineBuild::Built' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, EngineEra) == 0x000009, "Member 'UICraftLib_C_CheckEngineBuild::EngineEra' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'UICraftLib_C_CheckEngineBuild::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, CallFunc_GetTrainEngineModule_ReturnValue) == 0x000018, "Member 'UICraftLib_C_CheckEngineBuild::CallFunc_GetTrainEngineModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, CallFunc_GetTrainEngineEra_ReturnValue) == 0x000020, "Member 'UICraftLib_C_CheckEngineBuild::CallFunc_GetTrainEngineEra_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'UICraftLib_C_CheckEngineBuild::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_CheckEngineBuild, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'UICraftLib_C_CheckEngineBuild::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_RoundValueToK \ static_assert(alignof(UICraftLib_C_RoundValueToK) == 0x000008, "Wrong alignment on UICraftLib_C_RoundValueToK"); \ static_assert(sizeof(UICraftLib_C_RoundValueToK) == 0x0000F0, "Wrong size on UICraftLib_C_RoundValueToK"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, Value) == 0x000000, "Member 'UICraftLib_C_RoundValueToK::Value' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, __WorldContext) == 0x000008, "Member 'UICraftLib_C_RoundValueToK::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, ReturnValue) == 0x000010, "Member 'UICraftLib_C_RoundValueToK::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, Temp_bool_Variable) == 0x000028, "Member 'UICraftLib_C_RoundValueToK::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_FTrunc_ReturnValue) == 0x00002C, "Member 'UICraftLib_C_RoundValueToK::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_FTrunc_ReturnValue_1) == 0x000030, "Member 'UICraftLib_C_RoundValueToK::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'UICraftLib_C_RoundValueToK::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_Divide_IntInt_ReturnValue) == 0x000050, "Member 'UICraftLib_C_RoundValueToK::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000054, "Member 'UICraftLib_C_RoundValueToK::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000058, "Member 'UICraftLib_C_RoundValueToK::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'UICraftLib_C_RoundValueToK::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, K2Node_MakeArray_Array) == 0x0000B0, "Member 'UICraftLib_C_RoundValueToK::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'UICraftLib_C_RoundValueToK::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueToK, K2Node_Select_Default) == 0x0000D8, "Member 'UICraftLib_C_RoundValueToK::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_RoundValueTo10K \ static_assert(alignof(UICraftLib_C_RoundValueTo10K) == 0x000008, "Wrong alignment on UICraftLib_C_RoundValueTo10K"); \ static_assert(sizeof(UICraftLib_C_RoundValueTo10K) == 0x0000C8, "Wrong size on UICraftLib_C_RoundValueTo10K"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, Value) == 0x000000, "Member 'UICraftLib_C_RoundValueTo10K::Value' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, __WorldContext) == 0x000008, "Member 'UICraftLib_C_RoundValueTo10K::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, ReturnValue) == 0x000010, "Member 'UICraftLib_C_RoundValueTo10K::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, Temp_bool_Variable) == 0x000028, "Member 'UICraftLib_C_RoundValueTo10K::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_FTrunc_ReturnValue) == 0x00002C, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_FTrunc_ReturnValue_1) == 0x000030, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000050, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000054, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Conv_FloatToText_ReturnValue) == 0x000060, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'UICraftLib_C_RoundValueTo10K::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_RoundValueTo10K, K2Node_Select_Default) == 0x0000B0, "Member 'UICraftLib_C_RoundValueTo10K::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetVoidTechManager \ static_assert(alignof(UICraftLib_C_GetVoidTechManager) == 0x000008, "Wrong alignment on UICraftLib_C_GetVoidTechManager"); \ static_assert(sizeof(UICraftLib_C_GetVoidTechManager) == 0x000038, "Wrong size on UICraftLib_C_GetVoidTechManager"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, __WorldContext) == 0x000000, "Member 'UICraftLib_C_GetVoidTechManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, bIsExist) == 0x000008, "Member 'UICraftLib_C_GetVoidTechManager::bIsExist' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, Void_Tech_Manager) == 0x000010, "Member 'UICraftLib_C_GetVoidTechManager::Void_Tech_Manager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetVoidTechManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'UICraftLib_C_GetVoidTechManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'UICraftLib_C_GetVoidTechManager::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UICraftLib_C_GetVoidTechManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetVoidTechManager, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'UICraftLib_C_GetVoidTechManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetPlayerPawnWithPreSpect \ static_assert(alignof(UICraftLib_C_GetPlayerPawnWithPreSpect) == 0x000008, "Wrong alignment on UICraftLib_C_GetPlayerPawnWithPreSpect"); \ static_assert(sizeof(UICraftLib_C_GetPlayerPawnWithPreSpect) == 0x000048, "Wrong size on UICraftLib_C_GetPlayerPawnWithPreSpect"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, __WorldContext) == 0x000000, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, bIsValid) == 0x000008, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::bIsValid' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, AsFGPlayer_Character) == 0x000010, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000038, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetPlayerPawnWithPreSpect, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'UICraftLib_C_GetPlayerPawnWithPreSpect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetEquipInventoryComponent \ static_assert(alignof(UICraftLib_C_GetEquipInventoryComponent) == 0x000008, "Wrong alignment on UICraftLib_C_GetEquipInventoryComponent"); \ static_assert(sizeof(UICraftLib_C_GetEquipInventoryComponent) == 0x000058, "Wrong size on UICraftLib_C_GetEquipInventoryComponent"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, __WorldContext) == 0x000000, "Member 'UICraftLib_C_GetEquipInventoryComponent::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, ReturnValue) == 0x000008, "Member 'UICraftLib_C_GetEquipInventoryComponent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'UICraftLib_C_GetEquipInventoryComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'UICraftLib_C_GetEquipInventoryComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000020, "Member 'UICraftLib_C_GetEquipInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UICraftLib_C_GetEquipInventoryComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'UICraftLib_C_GetEquipInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'UICraftLib_C_GetEquipInventoryComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'UICraftLib_C_GetEquipInventoryComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'UICraftLib_C_GetEquipInventoryComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetEquipInventoryComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000050, "Member 'UICraftLib_C_GetEquipInventoryComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Maximum_Items_Crafted \ static_assert(alignof(UICraftLib_C_Get_Maximum_Items_Crafted) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Maximum_Items_Crafted"); \ static_assert(sizeof(UICraftLib_C_Get_Maximum_Items_Crafted) == 0x0000F8, "Wrong size on UICraftLib_C_Get_Maximum_Items_Crafted"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, Recipe) == 0x000000, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::Recipe' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, Player) == 0x0000B0, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::Player' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, __WorldContext) == 0x0000B8, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, MaxCraftItems) == 0x0000C0, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::MaxCraftItems' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, LocalMinCount) == 0x0000C4, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::LocalMinCount' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Get_Available_Items_Count_AvailableItems) == 0x0000EC, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Get_Available_Items_Count_AvailableItems' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Divide_IntInt_ReturnValue) == 0x0000F0, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Maximum_Items_Crafted, CallFunc_Min_ReturnValue) == 0x0000F4, "Member 'UICraftLib_C_Get_Maximum_Items_Crafted::CallFunc_Min_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetActionByKey \ static_assert(alignof(UICraftLib_C_GetActionByKey) == 0x000008, "Wrong alignment on UICraftLib_C_GetActionByKey"); \ static_assert(sizeof(UICraftLib_C_GetActionByKey) == 0x000078, "Wrong size on UICraftLib_C_GetActionByKey"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, PressedKey) == 0x000000, "Member 'UICraftLib_C_GetActionByKey::PressedKey' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, KeyboardMapping) == 0x000018, "Member 'UICraftLib_C_GetActionByKey::KeyboardMapping' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, __WorldContext) == 0x000068, "Member 'UICraftLib_C_GetActionByKey::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, Action) == 0x000070, "Member 'UICraftLib_C_GetActionByKey::Action' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000071, "Member 'UICraftLib_C_GetActionByKey::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000072, "Member 'UICraftLib_C_GetActionByKey::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_Not_PreBool_ReturnValue) == 0x000073, "Member 'UICraftLib_C_GetActionByKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_GetGamepadAction_Action) == 0x000074, "Member 'UICraftLib_C_GetActionByKey::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_Map_Find_Value) == 0x000075, "Member 'UICraftLib_C_GetActionByKey::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetActionByKey, CallFunc_Map_Find_ReturnValue) == 0x000076, "Member 'UICraftLib_C_GetActionByKey::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetCategorizedRecipes \ static_assert(alignof(UICraftLib_C_GetCategorizedRecipes) == 0x000008, "Wrong alignment on UICraftLib_C_GetCategorizedRecipes"); \ static_assert(sizeof(UICraftLib_C_GetCategorizedRecipes) == 0x0001D0, "Wrong size on UICraftLib_C_GetCategorizedRecipes"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, Recipes) == 0x000000, "Member 'UICraftLib_C_GetCategorizedRecipes::Recipes' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, __WorldContext) == 0x000010, "Member 'UICraftLib_C_GetCategorizedRecipes::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, Categorized) == 0x000018, "Member 'UICraftLib_C_GetCategorizedRecipes::Categorized' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CategorizedRecipes) == 0x000068, "Member 'UICraftLib_C_GetCategorizedRecipes::CategorizedRecipes' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, LocalProxyRecipes) == 0x0000B8, "Member 'UICraftLib_C_GetCategorizedRecipes::LocalProxyRecipes' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'UICraftLib_C_GetCategorizedRecipes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, K2Node_MakeArray_Array) == 0x000180, "Member 'UICraftLib_C_GetCategorizedRecipes::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, K2Node_MakeStruct_CrtatV2_Categories) == 0x000190, "Member 'UICraftLib_C_GetCategorizedRecipes::K2Node_MakeStruct_CrtatV2_Categories' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001A0, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, Temp_int_Loop_Counter_Variable) == 0x0001A4, "Member 'UICraftLib_C_GetCategorizedRecipes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Add_IntInt_ReturnValue) == 0x0001AC, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Map_Remove_ReturnValue) == 0x0001B0, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Map_Find_Value) == 0x0001B8, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Map_Find_ReturnValue) == 0x0001C8, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetCategorizedRecipes, CallFunc_Array_Add_ReturnValue) == 0x0001CC, "Member 'UICraftLib_C_GetCategorizedRecipes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_GetRecipe \ static_assert(alignof(UICraftLib_C_GetRecipe) == 0x000008, "Wrong alignment on UICraftLib_C_GetRecipe"); \ static_assert(sizeof(UICraftLib_C_GetRecipe) == 0x000198, "Wrong size on UICraftLib_C_GetRecipe"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, ResultClass) == 0x000000, "Member 'UICraftLib_C_GetRecipe::ResultClass' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, __WorldContext) == 0x000008, "Member 'UICraftLib_C_GetRecipe::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, Recipe) == 0x000010, "Member 'UICraftLib_C_GetRecipe::Recipe' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, ReturnValue) == 0x0000C0, "Member 'UICraftLib_C_GetRecipe::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, CallFunc_GetGameInstance_ReturnValue) == 0x0000C8, "Member 'UICraftLib_C_GetRecipe::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000D0, "Member 'UICraftLib_C_GetRecipe::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'UICraftLib_C_GetRecipe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, CallFunc_FindRecipeByClass_Recipe) == 0x0000E0, "Member 'UICraftLib_C_GetRecipe::CallFunc_FindRecipeByClass_Recipe' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_GetRecipe, CallFunc_FindRecipeByClass_ReturnValue) == 0x000190, "Member 'UICraftLib_C_GetRecipe::CallFunc_FindRecipeByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Fuel_Cost \ static_assert(alignof(UICraftLib_C_Get_Fuel_Cost) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Fuel_Cost"); \ static_assert(sizeof(UICraftLib_C_Get_Fuel_Cost) == 0x0000E8, "Wrong size on UICraftLib_C_Get_Fuel_Cost"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CraftRecipeData) == 0x000000, "Member 'UICraftLib_C_Get_Fuel_Cost::CraftRecipeData' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CraftCount) == 0x0000B0, "Member 'UICraftLib_C_Get_Fuel_Cost::CraftCount' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, Table) == 0x0000B8, "Member 'UICraftLib_C_Get_Fuel_Cost::Table' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, __WorldContext) == 0x0000C0, "Member 'UICraftLib_C_Get_Fuel_Cost::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, ReturnValue) == 0x0000C8, "Member 'UICraftLib_C_Get_Fuel_Cost::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, bIsElectricityUsing) == 0x0000CC, "Member 'UICraftLib_C_Get_Fuel_Cost::bIsElectricityUsing' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, FuelCost) == 0x0000D0, "Member 'UICraftLib_C_Get_Fuel_Cost::FuelCost' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x0000D4, "Member 'UICraftLib_C_Get_Fuel_Cost::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CallFunc_IsValid_ReturnValue) == 0x0000D5, "Member 'UICraftLib_C_Get_Fuel_Cost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, Temp_bool_Variable) == 0x0000D6, "Member 'UICraftLib_C_Get_Fuel_Cost::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000D8, "Member 'UICraftLib_C_Get_Fuel_Cost::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, K2Node_Select_Default) == 0x0000DC, "Member 'UICraftLib_C_Get_Fuel_Cost::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Fuel_Cost, CallFunc_ModifyFuelCost_ReturnValue) == 0x0000E0, "Member 'UICraftLib_C_Get_Fuel_Cost::CallFunc_ModifyFuelCost_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Electricity_Manager \ static_assert(alignof(UICraftLib_C_Get_Electricity_Manager) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Electricity_Manager"); \ static_assert(sizeof(UICraftLib_C_Get_Electricity_Manager) == 0x000038, "Wrong size on UICraftLib_C_Get_Electricity_Manager"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, __WorldContext) == 0x000000, "Member 'UICraftLib_C_Get_Electricity_Manager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, bIsAvailable) == 0x000008, "Member 'UICraftLib_C_Get_Electricity_Manager::bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, ElectricityManager) == 0x000010, "Member 'UICraftLib_C_Get_Electricity_Manager::ElectricityManager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'UICraftLib_C_Get_Electricity_Manager::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, CallFunc_BP_GetManager_ReturnValue) == 0x000020, "Member 'UICraftLib_C_Get_Electricity_Manager::CallFunc_BP_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, K2Node_DynamicCast_AsFGElectricity_Manager) == 0x000028, "Member 'UICraftLib_C_Get_Electricity_Manager::K2Node_DynamicCast_AsFGElectricity_Manager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Manager, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UICraftLib_C_Get_Electricity_Manager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Electricity_Usage \ static_assert(alignof(UICraftLib_C_Get_Electricity_Usage) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Electricity_Usage"); \ static_assert(sizeof(UICraftLib_C_Get_Electricity_Usage) == 0x000060, "Wrong size on UICraftLib_C_Get_Electricity_Usage"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, __WorldContext) == 0x000000, "Member 'UICraftLib_C_Get_Electricity_Usage::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, SpentPower) == 0x000008, "Member 'UICraftLib_C_Get_Electricity_Usage::SpentPower' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, VoltageUsage) == 0x00000C, "Member 'UICraftLib_C_Get_Electricity_Usage::VoltageUsage' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, VoltageSum) == 0x000010, "Member 'UICraftLib_C_Get_Electricity_Usage::VoltageSum' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, SpentPowerSum) == 0x000014, "Member 'UICraftLib_C_Get_Electricity_Usage::SpentPowerSum' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UICraftLib_C_Get_Electricity_Usage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UICraftLib_C_Get_Electricity_Usage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Get_Electricity_Manager_bIsAvailable) == 0x000025, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Get_Electricity_Manager_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Get_Electricity_Manager_ElectricityManager) == 0x000028, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Get_Electricity_Manager_ElectricityManager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_GetVoltageConsumers_ReturnValue) == 0x000030, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_GetVoltageConsumers_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Array_Get_Item) == 0x000040, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x00004D, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_GetSpentPowerPoints_ReturnValue) == 0x000050, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_GetSpentPowerPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_FTrunc_ReturnValue) == 0x000058, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Electricity_Usage, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'UICraftLib_C_Get_Electricity_Usage::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Voltage_Capacity \ static_assert(alignof(UICraftLib_C_Get_Voltage_Capacity) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Voltage_Capacity"); \ static_assert(sizeof(UICraftLib_C_Get_Voltage_Capacity) == 0x000058, "Wrong size on UICraftLib_C_Get_Voltage_Capacity"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, __WorldContext) == 0x000000, "Member 'UICraftLib_C_Get_Voltage_Capacity::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, VoltageMax) == 0x000008, "Member 'UICraftLib_C_Get_Voltage_Capacity::VoltageMax' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, VoltageSum) == 0x00000C, "Member 'UICraftLib_C_Get_Voltage_Capacity::VoltageSum' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Get_Electricity_Manager_bIsAvailable) == 0x000011, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Get_Electricity_Manager_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Get_Electricity_Manager_ElectricityManager) == 0x000018, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Get_Electricity_Manager_ElectricityManager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_GetVoltageSources_ReturnValue) == 0x000020, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_GetVoltageSources_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, Temp_int_Array_Index_Variable) == 0x000034, "Member 'UICraftLib_C_Get_Voltage_Capacity::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'UICraftLib_C_Get_Voltage_Capacity::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Array_Get_Item) == 0x000040, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Voltage_Capacity, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'UICraftLib_C_Get_Voltage_Capacity::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UICraftLib_C_Get_Available_Fuel \ static_assert(alignof(UICraftLib_C_Get_Available_Fuel) == 0x000008, "Wrong alignment on UICraftLib_C_Get_Available_Fuel"); \ static_assert(sizeof(UICraftLib_C_Get_Available_Fuel) == 0x000040, "Wrong size on UICraftLib_C_Get_Available_Fuel"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CraftingTable) == 0x000000, "Member 'UICraftLib_C_Get_Available_Fuel::CraftingTable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, __WorldContext) == 0x000008, "Member 'UICraftLib_C_Get_Available_Fuel::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, ReturnValue) == 0x000010, "Member 'UICraftLib_C_Get_Available_Fuel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, Temp_bool_Variable) == 0x000014, "Member 'UICraftLib_C_Get_Available_Fuel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_Get_Electricity_Manager_bIsAvailable) == 0x000015, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_Get_Electricity_Manager_bIsAvailable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_Get_Electricity_Manager_ElectricityManager) == 0x000018, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_Get_Electricity_Manager_ElectricityManager' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_IsConnectedToElectricity_ReturnValue) == 0x000020, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_IsConnectedToElectricity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_GetPowerPoints_ReturnValue) == 0x000024, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_GetPowerPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue) == 0x000029, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_CanConsumeElectricityNetworkVoltage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, CallFunc_GetTableFuelPoints_ReturnValue) == 0x00002C, "Member 'UICraftLib_C_Get_Available_Fuel::CallFunc_GetTableFuelPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, Temp_bool_Variable_1) == 0x000030, "Member 'UICraftLib_C_Get_Available_Fuel::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, Temp_float_Variable) == 0x000034, "Member 'UICraftLib_C_Get_Available_Fuel::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, K2Node_Select_Default) == 0x000038, "Member 'UICraftLib_C_Get_Available_Fuel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UICraftLib_C_Get_Available_Fuel, K2Node_Select_Default_1) == 0x00003C, "Member 'UICraftLib_C_Get_Available_Fuel::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUICraftLib_C \ static_assert(alignof(UUICraftLib_C) == 0x000008, "Wrong alignment on UUICraftLib_C"); \ static_assert(sizeof(UUICraftLib_C) == 0x000028, "Wrong size on UUICraftLib_C"); \ #define DUMPER7_ASSERTS_SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample \ static_assert(alignof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample) == 0x000008, "Wrong alignment on SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample"); \ static_assert(sizeof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample) == 0x000050, "Wrong size on SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, EntryPoint) == 0x000000, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_bool_Variable) == 0x000010, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_float_Variable) == 0x000014, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_float_Variable_1) == 0x000018, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_bool_Variable_1) == 0x00001C, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_byte_Variable) == 0x00001D, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, Temp_byte_Variable_1) == 0x00001E, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, K2Node_Event_IsDesignTime) == 0x00001F, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, K2Node_Event_isHovered) == 0x000020, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::K2Node_Event_isHovered' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, K2Node_CustomEvent_ColorSample) == 0x000024, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::K2Node_CustomEvent_ColorSample' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000028, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, K2Node_Select_Default) == 0x000038, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_GetItemHover_isHovered) == 0x000039, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_GetItemHover_isHovered' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_GetItemHover_isHovered_1) == 0x00003A, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_GetItemHover_isHovered_1' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, K2Node_Select_Default_1) == 0x00003C, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_GetItemSelect_isSelected) == 0x000048, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_GetItemSelect_isSelected' has a wrong offset!"); \ static_assert(offsetof(SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'SprayerColorSample_C_ExecuteUbergraph_SprayerColorSample::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerColorSample_C_SetColor \ static_assert(alignof(SprayerColorSample_C_SetColor) == 0x000004, "Wrong alignment on SprayerColorSample_C_SetColor"); \ static_assert(sizeof(SprayerColorSample_C_SetColor) == 0x000004, "Wrong size on SprayerColorSample_C_SetColor"); \ static_assert(offsetof(SprayerColorSample_C_SetColor, ColorSample) == 0x000000, "Member 'SprayerColorSample_C_SetColor::ColorSample' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerColorSample_C_SetItemHover \ static_assert(alignof(SprayerColorSample_C_SetItemHover) == 0x000001, "Wrong alignment on SprayerColorSample_C_SetItemHover"); \ static_assert(sizeof(SprayerColorSample_C_SetItemHover) == 0x000001, "Wrong size on SprayerColorSample_C_SetItemHover"); \ static_assert(offsetof(SprayerColorSample_C_SetItemHover, IsHovered_0) == 0x000000, "Member 'SprayerColorSample_C_SetItemHover::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SprayerColorSample_C_PreConstruct \ static_assert(alignof(SprayerColorSample_C_PreConstruct) == 0x000001, "Wrong alignment on SprayerColorSample_C_PreConstruct"); \ static_assert(sizeof(SprayerColorSample_C_PreConstruct) == 0x000001, "Wrong size on SprayerColorSample_C_PreConstruct"); \ static_assert(offsetof(SprayerColorSample_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'SprayerColorSample_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USprayerColorSample_C \ static_assert(alignof(USprayerColorSample_C) == 0x000008, "Wrong alignment on USprayerColorSample_C"); \ static_assert(sizeof(USprayerColorSample_C) == 0x0002E0, "Wrong size on USprayerColorSample_C"); \ static_assert(offsetof(USprayerColorSample_C, UberGraphFrame_SprayerColorSample_C) == 0x0002A8, "Member 'USprayerColorSample_C::UberGraphFrame_SprayerColorSample_C' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, AnimItemHover) == 0x0002B0, "Member 'USprayerColorSample_C::AnimItemHover' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, HoverArrows) == 0x0002B8, "Member 'USprayerColorSample_C::HoverArrows' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, Image_31) == 0x0002C0, "Member 'USprayerColorSample_C::Image_31' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, Image_92) == 0x0002C8, "Member 'USprayerColorSample_C::Image_92' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, Image_182) == 0x0002D0, "Member 'USprayerColorSample_C::Image_182' has a wrong offset!"); \ static_assert(offsetof(USprayerColorSample_C, bIsBordered) == 0x0002D8, "Member 'USprayerColorSample_C::bIsBordered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTrain_C_ExecuteUbergraph_PlayerTrain \ static_assert(alignof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain) == 0x000008, "Wrong alignment on PlayerTrain_C_ExecuteUbergraph_PlayerTrain"); \ static_assert(sizeof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain) == 0x000160, "Wrong size on PlayerTrain_C_ExecuteUbergraph_PlayerTrain"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, EntryPoint) == 0x000000, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, Temp_int_Array_Index_Variable) == 0x000018, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, Temp_bool_True_if_break_was_hit_Variable) == 0x000038, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Array_Get_Item) == 0x000040, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue) == 0x000050, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetGameMode_ReturnValue) == 0x000058, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_AsFGGame_Mode) == 0x000068, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_AsFGGame_Mode' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_HasAuthority_ReturnValue) == 0x000071, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_SwitchEnum_CmpSuccess) == 0x000072, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_1) == 0x000078, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_2) == 0x000080, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue) == 0x000088, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_1) == 0x000090, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_3) == 0x000098, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_4) == 0x0000A0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_2) == 0x0000A8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_3) == 0x0000B0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_5) == 0x0000B8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_Event_Chunk) == 0x0000C0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_Event_Chunk' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_4) == 0x0000C8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetObjectClass_ReturnValue) == 0x0000D0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000D9, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x0000DA, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_5) == 0x0000E0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_BooleanOR_ReturnValue) == 0x0000E8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_SpawnWagonModuleToCell_ReturnValue_6) == 0x0000F0, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_SpawnWagonModuleToCell_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetGameInstance_ReturnValue) == 0x0000F8, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_6) == 0x000100, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_AsFGGame_Instance) == 0x000108, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000118, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_IsValid_ReturnValue_2) == 0x000121, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLastChunk_ReturnValue) == 0x000128, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLastChunk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000130, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_GetLocomotive_ReturnValue_7) == 0x000138, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_GetLocomotive_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_IsValid_ReturnValue_3) == 0x000140, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Array_Get_Item_1) == 0x000148, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_CanWork_ReturnValue) == 0x000154, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_CanWork_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Less_IntInt_ReturnValue_1) == 0x000155, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_BooleanAND_ReturnValue) == 0x000156, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTrain_C_ExecuteUbergraph_PlayerTrain, CallFunc_Conv_IntToBool_ReturnValue) == 0x00015C, "Member 'PlayerTrain_C_ExecuteUbergraph_PlayerTrain::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTrain_C_OnEnteringNewChunk \ static_assert(alignof(PlayerTrain_C_OnEnteringNewChunk) == 0x000008, "Wrong alignment on PlayerTrain_C_OnEnteringNewChunk"); \ static_assert(sizeof(PlayerTrain_C_OnEnteringNewChunk) == 0x000008, "Wrong size on PlayerTrain_C_OnEnteringNewChunk"); \ static_assert(offsetof(PlayerTrain_C_OnEnteringNewChunk, Chunk) == 0x000000, "Member 'PlayerTrain_C_OnEnteringNewChunk::Chunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerTrain_C \ static_assert(alignof(APlayerTrain_C) == 0x000010, "Wrong alignment on APlayerTrain_C"); \ static_assert(sizeof(APlayerTrain_C) == 0x0005C0, "Wrong size on APlayerTrain_C"); \ static_assert(offsetof(APlayerTrain_C, UberGraphFrame_PlayerTrain_C) == 0x0005A0, "Member 'APlayerTrain_C::UberGraphFrame_PlayerTrain_C' has a wrong offset!"); \ static_assert(offsetof(APlayerTrain_C, surround) == 0x0005A8, "Member 'APlayerTrain_C::surround' has a wrong offset!"); \ static_assert(offsetof(APlayerTrain_C, ChildActor) == 0x0005B0, "Member 'APlayerTrain_C::ChildActor' has a wrong offset!"); \ static_assert(offsetof(APlayerTrain_C, Wind) == 0x0005B8, "Member 'APlayerTrain_C::Wind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_ExecuteUbergraph_BiomePresets \ static_assert(alignof(BiomePresets_C_ExecuteUbergraph_BiomePresets) == 0x000010, "Wrong alignment on BiomePresets_C_ExecuteUbergraph_BiomePresets"); \ static_assert(sizeof(BiomePresets_C_ExecuteUbergraph_BiomePresets) == 0x003CB0, "Wrong size on BiomePresets_C_ExecuteUbergraph_BiomePresets"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, EntryPoint) == 0x000000, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_result) == 0x000004, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_ReturnValue) == 0x000010, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_CustomEvent_Type_1) == 0x000390, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_CustomEvent_Type_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_CustomEvent_Time) == 0x000394, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_CustomEvent_Time' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_CustomEvent_IsLocal) == 0x000398, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_CustomEvent_IsLocal' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetAllActorsOfClass_OutActors) == 0x0003A0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Array_Length_ReturnValue) == 0x0003B0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0003B4, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_MakeStruct_BiomePresetsSettings) == 0x0003C0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetSkyLightSettings_Result) == 0x000740, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetSkyLightSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetSkySphereSettings_Result) == 0x000AC0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetSkySphereSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_Event_DeltaSeconds) == 0x000E40, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetExponentialHeightFogSettings_Result) == 0x000E50, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetExponentialHeightFogSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Add_FloatFloat_ReturnValue) == 0x0011D0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetLightSourceSettings_Result) == 0x0011E0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetLightSourceSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetPostProcessVolumeSettings_Result) == 0x001560, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetPostProcessVolumeSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetAtmosphericFogSettings_Result) == 0x0018E0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetAtmosphericFogSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetExponentialHeightFogSettings2_Result) == 0x001C60, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetExponentialHeightFogSettings2_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetSkyLightSettings2_Result) == 0x001FE0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetSkyLightSettings2_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetLightSourceSettings2_Result) == 0x002360, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetLightSourceSettings2_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetPostProcessVolumeSettings2_Result) == 0x0026E0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetPostProcessVolumeSettings2_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetCloudPresetSettings_Result) == 0x002A60, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetCloudPresetSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetEnvironmentSkySphere_Result) == 0x002DE0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetEnvironmentSkySphere_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetVoidCloudSettings_Result) == 0x003160, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetVoidCloudSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0034E0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Array_Length_ReturnValue_1) == 0x0034F0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_result_1) == 0x0034F4, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_result_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_ReturnValue_1) == 0x003500, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x003880, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetNextVoidBiomePreset_ReturnValue) == 0x003881, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetNextVoidBiomePreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_result_2) == 0x003882, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_result_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FindValue_ReturnValue_2) == 0x003890, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FindValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, Temp_int_Array_Index_Variable) == 0x003C10, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Array_Get_Item) == 0x003C18, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_OnFogUpdated_ReturnValue) == 0x003C20, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_OnFogUpdated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, Temp_int_Array_Index_Variable_1) == 0x003C24, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Array_Get_Item_1) == 0x003C28, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_OnFogUpdated_ReturnValue_1) == 0x003C30, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_OnFogUpdated_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, Temp_int_Loop_Counter_Variable) == 0x003C34, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, Temp_int_Loop_Counter_Variable_1) == 0x003C38, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Less_IntInt_ReturnValue) == 0x003C3C, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Add_IntInt_ReturnValue) == 0x003C40, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Less_IntInt_ReturnValue_1) == 0x003C44, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Add_IntInt_ReturnValue_1) == 0x003C48, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_CustomEvent_Type) == 0x003C4C, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_CustomEvent_Type' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x003C50, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Concat_StrStr_ReturnValue) == 0x003C60, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x003C70, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x003C71, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_SwitchEnum_CmpSuccess) == 0x003C72, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Conv_FloatToString_ReturnValue) == 0x003C78, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_Event_Type) == 0x003C88, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_Event_Time) == 0x003C8C, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, K2Node_Event_bIsLocal) == 0x003C90, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::K2Node_Event_bIsLocal' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_Divide_FloatFloat_ReturnValue) == 0x003C94, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_FMin_ReturnValue) == 0x003C98, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetGlobalParameterValueByName_UserValue) == 0x003C9C, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetGlobalParameterValueByName_UserValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_GetGlobalParameterValueByName_FinalValue) == 0x003CA0, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_GetGlobalParameterValueByName_FinalValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ExecuteUbergraph_BiomePresets, CallFunc_PlayEvent2D_ReturnValue) == 0x003CA8, "Member 'BiomePresets_C_ExecuteUbergraph_BiomePresets::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_BP_ActivatePreset \ static_assert(alignof(BiomePresets_C_BP_ActivatePreset) == 0x000004, "Wrong alignment on BiomePresets_C_BP_ActivatePreset"); \ static_assert(sizeof(BiomePresets_C_BP_ActivatePreset) == 0x00000C, "Wrong size on BiomePresets_C_BP_ActivatePreset"); \ static_assert(offsetof(BiomePresets_C_BP_ActivatePreset, Type) == 0x000000, "Member 'BiomePresets_C_BP_ActivatePreset::Type' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_BP_ActivatePreset, Time) == 0x000004, "Member 'BiomePresets_C_BP_ActivatePreset::Time' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_BP_ActivatePreset, bIsLocal) == 0x000008, "Member 'BiomePresets_C_BP_ActivatePreset::bIsLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_OnPresetActivated \ static_assert(alignof(BiomePresets_C_OnPresetActivated) == 0x000001, "Wrong alignment on BiomePresets_C_OnPresetActivated"); \ static_assert(sizeof(BiomePresets_C_OnPresetActivated) == 0x000001, "Wrong size on BiomePresets_C_OnPresetActivated"); \ static_assert(offsetof(BiomePresets_C_OnPresetActivated, Type) == 0x000000, "Member 'BiomePresets_C_OnPresetActivated::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_ActivatePreset \ static_assert(alignof(BiomePresets_C_ActivatePreset) == 0x000004, "Wrong alignment on BiomePresets_C_ActivatePreset"); \ static_assert(sizeof(BiomePresets_C_ActivatePreset) == 0x00000C, "Wrong size on BiomePresets_C_ActivatePreset"); \ static_assert(offsetof(BiomePresets_C_ActivatePreset, Type) == 0x000000, "Member 'BiomePresets_C_ActivatePreset::Type' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ActivatePreset, Time) == 0x000004, "Member 'BiomePresets_C_ActivatePreset::Time' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_ActivatePreset, IsLocal) == 0x000008, "Member 'BiomePresets_C_ActivatePreset::IsLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_ReceiveTick \ static_assert(alignof(BiomePresets_C_ReceiveTick) == 0x000004, "Wrong alignment on BiomePresets_C_ReceiveTick"); \ static_assert(sizeof(BiomePresets_C_ReceiveTick) == 0x000004, "Wrong size on BiomePresets_C_ReceiveTick"); \ static_assert(offsetof(BiomePresets_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BiomePresets_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetSkyLightSettings \ static_assert(alignof(BiomePresets_C_GetSkyLightSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetSkyLightSettings"); \ static_assert(sizeof(BiomePresets_C_GetSkyLightSettings) == 0x000AA0, "Wrong size on BiomePresets_C_GetSkyLightSettings"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetSkyLightSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetSkyLightSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings, CallFunc_GetLightColor_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetSkyLightSettings::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000710, "Member 'BiomePresets_C_GetSkyLightSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings, CallFunc_IsValid_ReturnValue) == 0x000A90, "Member 'BiomePresets_C_GetSkyLightSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetSkySphereSettings \ static_assert(alignof(BiomePresets_C_GetSkySphereSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetSkySphereSettings"); \ static_assert(sizeof(BiomePresets_C_GetSkySphereSettings) == 0x000A90, "Wrong size on BiomePresets_C_GetSkySphereSettings"); \ static_assert(offsetof(BiomePresets_C_GetSkySphereSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetSkySphereSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkySphereSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetSkySphereSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkySphereSettings, CallFunc_GetMaterial_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetSkySphereSettings::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkySphereSettings, CallFunc_IsValid_ReturnValue) == 0x000708, "Member 'BiomePresets_C_GetSkySphereSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkySphereSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000710, "Member 'BiomePresets_C_GetSkySphereSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetExponentialHeightFogSettings \ static_assert(alignof(BiomePresets_C_GetExponentialHeightFogSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetExponentialHeightFogSettings"); \ static_assert(sizeof(BiomePresets_C_GetExponentialHeightFogSettings) == 0x000A90, "Wrong size on BiomePresets_C_GetExponentialHeightFogSettings"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetExponentialHeightFogSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetExponentialHeightFogSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000700, "Member 'BiomePresets_C_GetExponentialHeightFogSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings, CallFunc_IsValid_ReturnValue) == 0x000A80, "Member 'BiomePresets_C_GetExponentialHeightFogSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetLightSourceSettings \ static_assert(alignof(BiomePresets_C_GetLightSourceSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetLightSourceSettings"); \ static_assert(sizeof(BiomePresets_C_GetLightSourceSettings) == 0x000AA0, "Wrong size on BiomePresets_C_GetLightSourceSettings"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetLightSourceSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetLightSourceSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetLightSourceSettings::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000710, "Member 'BiomePresets_C_GetLightSourceSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings, CallFunc_IsValid_ReturnValue) == 0x000A90, "Member 'BiomePresets_C_GetLightSourceSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetPostProcessVolumeSettings \ static_assert(alignof(BiomePresets_C_GetPostProcessVolumeSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetPostProcessVolumeSettings"); \ static_assert(sizeof(BiomePresets_C_GetPostProcessVolumeSettings) == 0x000A90, "Wrong size on BiomePresets_C_GetPostProcessVolumeSettings"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetPostProcessVolumeSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetPostProcessVolumeSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000700, "Member 'BiomePresets_C_GetPostProcessVolumeSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings, CallFunc_IsValid_ReturnValue) == 0x000A80, "Member 'BiomePresets_C_GetPostProcessVolumeSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetExponentialHeightFogSettings2 \ static_assert(alignof(BiomePresets_C_GetExponentialHeightFogSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_GetExponentialHeightFogSettings2"); \ static_assert(sizeof(BiomePresets_C_GetExponentialHeightFogSettings2) == 0x000B20, "Wrong size on BiomePresets_C_GetExponentialHeightFogSettings2"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, Result) == 0x000380, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_ExponentialHeightFogPresetSettings_VolumetricFog) == 0x00070C, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_ExponentialHeightFogPresetSettings_VolumetricFog' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_ExponentialHeightFogPresetSettings_DirectionalInscattering) == 0x000710, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_ExponentialHeightFogPresetSettings_DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_ExponentialHeightFogPresetSettings_InscatteringTexture) == 0x000718, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_ExponentialHeightFogPresetSettings_InscatteringTexture' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_ExponentialHeightFogPresetSettings_Component) == 0x000740, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_ExponentialHeightFogPresetSettings_Component' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_ExponentialHeightFogPresetSettings) == 0x000748, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_ExponentialHeightFogPresetSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, CallFunc_IsValid_ReturnValue) == 0x000798, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetExponentialHeightFogSettings2, K2Node_MakeStruct_BiomePresetsSettings) == 0x0007A0, "Member 'BiomePresets_C_GetExponentialHeightFogSettings2::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetSkyLightSettings2 \ static_assert(alignof(BiomePresets_C_GetSkyLightSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_GetSkyLightSettings2"); \ static_assert(sizeof(BiomePresets_C_GetSkyLightSettings2) == 0x000AB0, "Wrong size on BiomePresets_C_GetSkyLightSettings2"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_GetSkyLightSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings2, Result) == 0x000380, "Member 'BiomePresets_C_GetSkyLightSettings2::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings2, K2Node_MakeStruct_SkylightPresetSettings) == 0x000700, "Member 'BiomePresets_C_GetSkyLightSettings2::K2Node_MakeStruct_SkylightPresetSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings2, CallFunc_IsValid_ReturnValue) == 0x000724, "Member 'BiomePresets_C_GetSkyLightSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetSkyLightSettings2, K2Node_MakeStruct_BiomePresetsSettings) == 0x000730, "Member 'BiomePresets_C_GetSkyLightSettings2::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetLightSourceSettings2 \ static_assert(alignof(BiomePresets_C_GetLightSourceSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_GetLightSourceSettings2"); \ static_assert(sizeof(BiomePresets_C_GetLightSourceSettings2) == 0x000AA0, "Wrong size on BiomePresets_C_GetLightSourceSettings2"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_GetLightSourceSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings2, Result) == 0x000380, "Member 'BiomePresets_C_GetLightSourceSettings2::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings2, K2Node_MakeStruct_LightSourcePresetSettings) == 0x000700, "Member 'BiomePresets_C_GetLightSourceSettings2::K2Node_MakeStruct_LightSourcePresetSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings2, CallFunc_IsValid_ReturnValue) == 0x00071C, "Member 'BiomePresets_C_GetLightSourceSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetLightSourceSettings2, K2Node_MakeStruct_BiomePresetsSettings) == 0x000720, "Member 'BiomePresets_C_GetLightSourceSettings2::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetPostProcessVolumeSettings2 \ static_assert(alignof(BiomePresets_C_GetPostProcessVolumeSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_GetPostProcessVolumeSettings2"); \ static_assert(sizeof(BiomePresets_C_GetPostProcessVolumeSettings2) == 0x000D40, "Wrong size on BiomePresets_C_GetPostProcessVolumeSettings2"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, Result) == 0x000380, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, K2Node_MakeStruct_PostProcessVolumePresetSettings_ColorGrading) == 0x000700, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::K2Node_MakeStruct_PostProcessVolumePresetSettings_ColorGrading' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, K2Node_MakeStruct_PostProcessVolumePresetSettings) == 0x000820, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::K2Node_MakeStruct_PostProcessVolumePresetSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, CallFunc_IsValid_ReturnValue) == 0x0009B0, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetPostProcessVolumeSettings2, K2Node_MakeStruct_BiomePresetsSettings) == 0x0009C0, "Member 'BiomePresets_C_GetPostProcessVolumeSettings2::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadSkyLightSettings \ static_assert(alignof(BiomePresets_C_LoadSkyLightSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadSkyLightSettings"); \ static_assert(sizeof(BiomePresets_C_LoadSkyLightSettings) == 0x000390, "Wrong size on BiomePresets_C_LoadSkyLightSettings"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadSkyLightSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettings, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadSkyLightSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadSkySphereSettings \ static_assert(alignof(BiomePresets_C_LoadSkySphereSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadSkySphereSettings"); \ static_assert(sizeof(BiomePresets_C_LoadSkySphereSettings) == 0x000390, "Wrong size on BiomePresets_C_LoadSkySphereSettings"); \ static_assert(offsetof(BiomePresets_C_LoadSkySphereSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadSkySphereSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkySphereSettings, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadSkySphereSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadExponentialHeightFogSettings \ static_assert(alignof(BiomePresets_C_LoadExponentialHeightFogSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadExponentialHeightFogSettings"); \ static_assert(sizeof(BiomePresets_C_LoadExponentialHeightFogSettings) == 0x000390, "Wrong size on BiomePresets_C_LoadExponentialHeightFogSettings"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadLightSourceSettings \ static_assert(alignof(BiomePresets_C_LoadLightSourceSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadLightSourceSettings"); \ static_assert(sizeof(BiomePresets_C_LoadLightSourceSettings) == 0x0003A0, "Wrong size on BiomePresets_C_LoadLightSourceSettings"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadLightSourceSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettings, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadLightSourceSettings::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettings, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000384, "Member 'BiomePresets_C_LoadLightSourceSettings::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettings, CallFunc_IsValid_ReturnValue) == 0x000394, "Member 'BiomePresets_C_LoadLightSourceSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadPostProcessVolumeSettings \ static_assert(alignof(BiomePresets_C_LoadPostProcessVolumeSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadPostProcessVolumeSettings"); \ static_assert(sizeof(BiomePresets_C_LoadPostProcessVolumeSettings) == 0x000390, "Wrong size on BiomePresets_C_LoadPostProcessVolumeSettings"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadPostProcessVolumeSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettings, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadPostProcessVolumeSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadSkyLightSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadSkyLightSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadSkyLightSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadSkyLightSettingsLerp) == 0x0003A0, "Wrong size on BiomePresets_C_LoadSkyLightSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadSkyLightSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettingsLerp, CallFunc_LinearColorLerp_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadSkyLightSettingsLerp::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettingsLerp, CallFunc_Lerp_ReturnValue) == 0x000390, "Member 'BiomePresets_C_LoadSkyLightSettingsLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x000394, "Member 'BiomePresets_C_LoadSkyLightSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadSkySphereSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadSkySphereSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadSkySphereSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadSkySphereSettingsLerp) == 0x000390, "Wrong size on BiomePresets_C_LoadSkySphereSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadSkySphereSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadSkySphereSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkySphereSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadSkySphereSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadExponentialHeightFogSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadExponentialHeightFogSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp) == 0x000400, "Wrong size on BiomePresets_C_LoadExponentialHeightFogSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Conv_ColorToLinearColor_ReturnValue_1) == 0x000390, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Conv_ColorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x0003A0, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_LinearColorLerp_ReturnValue) == 0x0003A4, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue) == 0x0003B4, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue_1) == 0x0003B8, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue_2) == 0x0003BC, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_LinearColorLerp_ReturnValue_1) == 0x0003C0, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue_3) == 0x0003D0, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_LinearColorLerp_ReturnValue_2) == 0x0003D4, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_LinearColorLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue_4) == 0x0003E4, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Lerp_ReturnValue_5) == 0x0003E8, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_LinearColorLerp_ReturnValue_3) == 0x0003EC, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_LinearColorLerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettingsLerp, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x0003FC, "Member 'BiomePresets_C_LoadExponentialHeightFogSettingsLerp::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadLightSourceSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadLightSourceSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadLightSourceSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadLightSourceSettingsLerp) == 0x0003D0, "Wrong size on BiomePresets_C_LoadLightSourceSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_Conv_ColorToLinearColor_ReturnValue_1) == 0x000390, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_Conv_ColorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x0003A0, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_LinearColorLerp_ReturnValue) == 0x0003A4, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_RLerp_ReturnValue) == 0x0003B4, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003C0, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadLightSourceSettingsLerp, CallFunc_Lerp_ReturnValue) == 0x0003C4, "Member 'BiomePresets_C_LoadLightSourceSettingsLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadPostProcessVolumeSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadPostProcessVolumeSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp) == 0x0003B0, "Wrong size on BiomePresets_C_LoadPostProcessVolumeSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_Lerp_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_Lerp_ReturnValue_1) == 0x000384, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_LinearColorLerp_ReturnValue) == 0x000388, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_Lerp_ReturnValue_2) == 0x000398, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_Lerp_ReturnValue_3) == 0x00039C, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x0003A0, "Member 'BiomePresets_C_LoadPostProcessVolumeSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadAtmosphericFogSettings \ static_assert(alignof(BiomePresets_C_LoadAtmosphericFogSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadAtmosphericFogSettings"); \ static_assert(sizeof(BiomePresets_C_LoadAtmosphericFogSettings) == 0x000390, "Wrong size on BiomePresets_C_LoadAtmosphericFogSettings"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadAtmosphericFogSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettings, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadAtmosphericFogSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetAtmosphericFogSettings \ static_assert(alignof(BiomePresets_C_GetAtmosphericFogSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetAtmosphericFogSettings"); \ static_assert(sizeof(BiomePresets_C_GetAtmosphericFogSettings) == 0x000A90, "Wrong size on BiomePresets_C_GetAtmosphericFogSettings"); \ static_assert(offsetof(BiomePresets_C_GetAtmosphericFogSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetAtmosphericFogSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetAtmosphericFogSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetAtmosphericFogSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetAtmosphericFogSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000700, "Member 'BiomePresets_C_GetAtmosphericFogSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetAtmosphericFogSettings, CallFunc_IsValid_ReturnValue) == 0x000A80, "Member 'BiomePresets_C_GetAtmosphericFogSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadAtmosphericFogSettingsLerp \ static_assert(alignof(BiomePresets_C_LoadAtmosphericFogSettingsLerp) == 0x000010, "Wrong alignment on BiomePresets_C_LoadAtmosphericFogSettingsLerp"); \ static_assert(sizeof(BiomePresets_C_LoadAtmosphericFogSettingsLerp) == 0x000390, "Wrong size on BiomePresets_C_LoadAtmosphericFogSettingsLerp"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettingsLerp, Settings) == 0x000000, "Member 'BiomePresets_C_LoadAtmosphericFogSettingsLerp::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettingsLerp, CallFunc_Lerp_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadAtmosphericFogSettingsLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettingsLerp, CallFunc_IsValid_ReturnValue) == 0x000384, "Member 'BiomePresets_C_LoadAtmosphericFogSettingsLerp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadAtmosphericFogSettingsLerp, CallFunc_Lerp_ReturnValue_1) == 0x000388, "Member 'BiomePresets_C_LoadAtmosphericFogSettingsLerp::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadExponentialHeightFogSettings2 \ static_assert(alignof(BiomePresets_C_LoadExponentialHeightFogSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_LoadExponentialHeightFogSettings2"); \ static_assert(sizeof(BiomePresets_C_LoadExponentialHeightFogSettings2) == 0x000410, "Wrong size on BiomePresets_C_LoadExponentialHeightFogSettings2"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings2, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000380, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings2::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings2, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000408, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings2::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadExponentialHeightFogSettings2, CallFunc_IsValid_ReturnValue) == 0x000409, "Member 'BiomePresets_C_LoadExponentialHeightFogSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadSkyLightSettings2 \ static_assert(alignof(BiomePresets_C_LoadSkyLightSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_LoadSkyLightSettings2"); \ static_assert(sizeof(BiomePresets_C_LoadSkyLightSettings2) == 0x000390, "Wrong size on BiomePresets_C_LoadSkyLightSettings2"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_LoadSkyLightSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadSkyLightSettings2, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadSkyLightSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_Load_Light_Source_Settings_2 \ static_assert(alignof(BiomePresets_C_Load_Light_Source_Settings_2) == 0x000010, "Wrong alignment on BiomePresets_C_Load_Light_Source_Settings_2"); \ static_assert(sizeof(BiomePresets_C_Load_Light_Source_Settings_2) == 0x000390, "Wrong size on BiomePresets_C_Load_Light_Source_Settings_2"); \ static_assert(offsetof(BiomePresets_C_Load_Light_Source_Settings_2, Settings) == 0x000000, "Member 'BiomePresets_C_Load_Light_Source_Settings_2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_Load_Light_Source_Settings_2, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_Load_Light_Source_Settings_2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadPostProcessVolumeSettings2 \ static_assert(alignof(BiomePresets_C_LoadPostProcessVolumeSettings2) == 0x000010, "Wrong alignment on BiomePresets_C_LoadPostProcessVolumeSettings2"); \ static_assert(sizeof(BiomePresets_C_LoadPostProcessVolumeSettings2) == 0x000390, "Wrong size on BiomePresets_C_LoadPostProcessVolumeSettings2"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettings2, Settings) == 0x000000, "Member 'BiomePresets_C_LoadPostProcessVolumeSettings2::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadPostProcessVolumeSettings2, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'BiomePresets_C_LoadPostProcessVolumeSettings2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetCloudPresetSettings \ static_assert(alignof(BiomePresets_C_GetCloudPresetSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetCloudPresetSettings"); \ static_assert(sizeof(BiomePresets_C_GetCloudPresetSettings) == 0x000AA0, "Wrong size on BiomePresets_C_GetCloudPresetSettings"); \ static_assert(offsetof(BiomePresets_C_GetCloudPresetSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetCloudPresetSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetCloudPresetSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetCloudPresetSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetCloudPresetSettings, CallFunc_GetVectorParameterValue_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetCloudPresetSettings::CallFunc_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetCloudPresetSettings, K2Node_MakeStruct_CloudPresetSettings) == 0x000710, "Member 'BiomePresets_C_GetCloudPresetSettings::K2Node_MakeStruct_CloudPresetSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetCloudPresetSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000720, "Member 'BiomePresets_C_GetCloudPresetSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadCloudPresetSettings \ static_assert(alignof(BiomePresets_C_LoadCloudPresetSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadCloudPresetSettings"); \ static_assert(sizeof(BiomePresets_C_LoadCloudPresetSettings) == 0x000430, "Wrong size on BiomePresets_C_LoadCloudPresetSettings"); \ static_assert(offsetof(BiomePresets_C_LoadCloudPresetSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadCloudPresetSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadCloudPresetSettings, CallFunc_BreakTransform_Location) == 0x000380, "Member 'BiomePresets_C_LoadCloudPresetSettings::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadCloudPresetSettings, CallFunc_BreakTransform_Rotation) == 0x00038C, "Member 'BiomePresets_C_LoadCloudPresetSettings::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadCloudPresetSettings, CallFunc_BreakTransform_Scale) == 0x000398, "Member 'BiomePresets_C_LoadCloudPresetSettings::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadCloudPresetSettings, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0003A4, "Member 'BiomePresets_C_LoadCloudPresetSettings::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetEnvironmentSkySphere \ static_assert(alignof(BiomePresets_C_GetEnvironmentSkySphere) == 0x000010, "Wrong alignment on BiomePresets_C_GetEnvironmentSkySphere"); \ static_assert(sizeof(BiomePresets_C_GetEnvironmentSkySphere) == 0x000AB0, "Wrong size on BiomePresets_C_GetEnvironmentSkySphere"); \ static_assert(offsetof(BiomePresets_C_GetEnvironmentSkySphere, Settings) == 0x000000, "Member 'BiomePresets_C_GetEnvironmentSkySphere::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetEnvironmentSkySphere, Result) == 0x000380, "Member 'BiomePresets_C_GetEnvironmentSkySphere::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetEnvironmentSkySphere, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetEnvironmentSkySphere::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetEnvironmentSkySphere, K2Node_MakeStruct_BiomePresetsSettings) == 0x000730, "Member 'BiomePresets_C_GetEnvironmentSkySphere::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadEnvironmentSkySphere \ static_assert(alignof(BiomePresets_C_LoadEnvironmentSkySphere) == 0x000010, "Wrong alignment on BiomePresets_C_LoadEnvironmentSkySphere"); \ static_assert(sizeof(BiomePresets_C_LoadEnvironmentSkySphere) == 0x000430, "Wrong size on BiomePresets_C_LoadEnvironmentSkySphere"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, Settings) == 0x000000, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, CallFunc_BreakTransform_Location) == 0x000380, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, CallFunc_BreakTransform_Rotation) == 0x00038C, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, CallFunc_BreakTransform_Scale) == 0x000398, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, CallFunc_SetStaticMesh_ReturnValue) == 0x0003A4, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_LoadEnvironmentSkySphere, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0003A8, "Member 'BiomePresets_C_LoadEnvironmentSkySphere::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_GetVoidCloudSettings \ static_assert(alignof(BiomePresets_C_GetVoidCloudSettings) == 0x000010, "Wrong alignment on BiomePresets_C_GetVoidCloudSettings"); \ static_assert(sizeof(BiomePresets_C_GetVoidCloudSettings) == 0x000AF0, "Wrong size on BiomePresets_C_GetVoidCloudSettings"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, Settings) == 0x000000, "Member 'BiomePresets_C_GetVoidCloudSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, Result) == 0x000380, "Member 'BiomePresets_C_GetVoidCloudSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetVectorParameterValue_ReturnValue) == 0x000700, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000710, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetScalarParameterValue_ReturnValue_1) == 0x000714, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetScalarParameterValue_ReturnValue_2) == 0x000718, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetScalarParameterValue_ReturnValue_3) == 0x00071C, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetScalarParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetVectorParameterValue_ReturnValue_1) == 0x000720, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetVectorParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, CallFunc_GetScalarParameterValue_ReturnValue_4) == 0x000730, "Member 'BiomePresets_C_GetVoidCloudSettings::CallFunc_GetScalarParameterValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, K2Node_MakeStruct_VoidCloudsSettings) == 0x000734, "Member 'BiomePresets_C_GetVoidCloudSettings::K2Node_MakeStruct_VoidCloudsSettings' has a wrong offset!"); \ static_assert(offsetof(BiomePresets_C_GetVoidCloudSettings, K2Node_MakeStruct_BiomePresetsSettings) == 0x000770, "Member 'BiomePresets_C_GetVoidCloudSettings::K2Node_MakeStruct_BiomePresetsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BiomePresets_C_LoadVoidCloudSettings \ static_assert(alignof(BiomePresets_C_LoadVoidCloudSettings) == 0x000010, "Wrong alignment on BiomePresets_C_LoadVoidCloudSettings"); \ static_assert(sizeof(BiomePresets_C_LoadVoidCloudSettings) == 0x000380, "Wrong size on BiomePresets_C_LoadVoidCloudSettings"); \ static_assert(offsetof(BiomePresets_C_LoadVoidCloudSettings, Settings) == 0x000000, "Member 'BiomePresets_C_LoadVoidCloudSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABiomePresets_C \ static_assert(alignof(ABiomePresets_C) == 0x000010, "Wrong alignment on ABiomePresets_C"); \ static_assert(sizeof(ABiomePresets_C) == 0x0009F0, "Wrong size on ABiomePresets_C"); \ static_assert(offsetof(ABiomePresets_C, UberGraphFrame) == 0x000260, "Member 'ABiomePresets_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, DefaultSceneRoot) == 0x000268, "Member 'ABiomePresets_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, SkyLight) == 0x000270, "Member 'ABiomePresets_C::SkyLight' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, ID) == 0x000278, "Member 'ABiomePresets_C::ID' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, Environmental_SkySphere) == 0x000280, "Member 'ABiomePresets_C::Environmental_SkySphere' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, ExponentialHeightFog) == 0x000288, "Member 'ABiomePresets_C::ExponentialHeightFog' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, LightSource) == 0x000290, "Member 'ABiomePresets_C::LightSource' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, PostProcessVolume) == 0x000298, "Member 'ABiomePresets_C::PostProcessVolume' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, Biome) == 0x0002A0, "Member 'ABiomePresets_C::Biome' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, PresetLerpTime) == 0x0002A4, "Member 'ABiomePresets_C::PresetLerpTime' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, bShouldLerpPreset) == 0x0002A8, "Member 'ABiomePresets_C::bShouldLerpPreset' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, CurrentLerpTimeSettings) == 0x0002AC, "Member 'ABiomePresets_C::CurrentLerpTimeSettings' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, TargetSettings) == 0x0002B0, "Member 'ABiomePresets_C::TargetSettings' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, CurrentSettings) == 0x000630, "Member 'ABiomePresets_C::CurrentSettings' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, LerpAlpha) == 0x0009B0, "Member 'ABiomePresets_C::LerpAlpha' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, PreviousPreset) == 0x0009B4, "Member 'ABiomePresets_C::PreviousPreset' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, PresetLerpTimeSettings) == 0x0009B8, "Member 'ABiomePresets_C::PresetLerpTimeSettings' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, AtmosphericFog) == 0x0009C0, "Member 'ABiomePresets_C::AtmosphericFog' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, NextPreset) == 0x0009C8, "Member 'ABiomePresets_C::NextPreset' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, One23) == 0x0009D0, "Member 'ABiomePresets_C::One23' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, CachedPreset) == 0x0009D8, "Member 'ABiomePresets_C::CachedPreset' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, BP_Environmental_SkySphere_01) == 0x0009E0, "Member 'ABiomePresets_C::BP_Environmental_SkySphere_01' has a wrong offset!"); \ static_assert(offsetof(ABiomePresets_C, Music_State) == 0x0009E8, "Member 'ABiomePresets_C::Music_State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm \ static_assert(alignof(GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm) == 0x000004, "Wrong alignment on GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm"); \ static_assert(sizeof(GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm) == 0x000008, "Wrong size on GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm"); \ static_assert(offsetof(GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm, EntryPoint) == 0x000000, "Member 'GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'GunProjectile_IceStorm_C_ExecuteUbergraph_GunProjectile_IceStorm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GunProjectile_IceStorm_C_SpawnTrailEffect \ static_assert(alignof(GunProjectile_IceStorm_C_SpawnTrailEffect) == 0x000010, "Wrong alignment on GunProjectile_IceStorm_C_SpawnTrailEffect"); \ static_assert(sizeof(GunProjectile_IceStorm_C_SpawnTrailEffect) == 0x000060, "Wrong size on GunProjectile_IceStorm_C_SpawnTrailEffect"); \ static_assert(offsetof(GunProjectile_IceStorm_C_SpawnTrailEffect, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'GunProjectile_IceStorm_C_SpawnTrailEffect::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_IceStorm_C_SpawnTrailEffect, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'GunProjectile_IceStorm_C_SpawnTrailEffect::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_IceStorm_C_SpawnTrailEffect, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'GunProjectile_IceStorm_C_SpawnTrailEffect::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_IceStorm_C_SpawnTrailEffect, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'GunProjectile_IceStorm_C_SpawnTrailEffect::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GunProjectile_IceStorm_C_SpawnTrailEffect, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'GunProjectile_IceStorm_C_SpawnTrailEffect::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGunProjectile_IceStorm_C \ static_assert(alignof(AGunProjectile_IceStorm_C) == 0x000008, "Wrong alignment on AGunProjectile_IceStorm_C"); \ static_assert(sizeof(AGunProjectile_IceStorm_C) == 0x0004D8, "Wrong size on AGunProjectile_IceStorm_C"); \ static_assert(offsetof(AGunProjectile_IceStorm_C, UberGraphFrame) == 0x0004C8, "Member 'AGunProjectile_IceStorm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGunProjectile_IceStorm_C, trail) == 0x0004D0, "Member 'AGunProjectile_IceStorm_C::trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArmorPlate_3_C \ static_assert(alignof(AArmorPlate_3_C) == 0x000010, "Wrong alignment on AArmorPlate_3_C"); \ static_assert(sizeof(AArmorPlate_3_C) == 0x000540, "Wrong size on AArmorPlate_3_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Grip_T3_C \ static_assert(alignof(AWeaponModule_Grip_T3_C) == 0x000010, "Wrong alignment on AWeaponModule_Grip_T3_C"); \ static_assert(sizeof(AWeaponModule_Grip_T3_C) == 0x000460, "Wrong size on AWeaponModule_Grip_T3_C"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase \ static_assert(alignof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase) == 0x000008, "Wrong alignment on DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase"); \ static_assert(sizeof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase) == 0x0002D0, "Wrong size on DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, EntryPoint) == 0x000000, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable) == 0x000004, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable) == 0x000008, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_1) == 0x00000C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_1) == 0x000010, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_2) == 0x000014, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_3) == 0x000018, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_4) == 0x00001C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_2) == 0x000020, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_5) == 0x000024, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_6) == 0x000028, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_7) == 0x00002C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_8) == 0x000030, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_3) == 0x000034, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_9) == 0x000038, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_10) == 0x00003C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_11) == 0x000040, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_12) == 0x000044, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_4) == 0x000048, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_13) == 0x00004C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_14) == 0x000050, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_15) == 0x000054, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_float_Variable_16) == 0x000058, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Array_Index_Variable) == 0x000064, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_Select_Default) == 0x000068, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_Select_Default_1) == 0x00006C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_Select_Default_2) == 0x000070, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_Select_Default_3) == 0x000074, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_RepairRes) == 0x000078, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_RepairRes' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Percent0_100_1) == 0x000088, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Percent0_100_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_5) == 0x00008C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_GetAllChildren_ReturnValue) == 0x000098, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000B0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue_1) == 0x0000BC, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue_2) == 0x0000C0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C4, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000C8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Resources) == 0x0000D8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Resources' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeArray_Array) == 0x0000E8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue_3) == 0x000100, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue_4) == 0x000118, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Length_ReturnValue_5) == 0x00011C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Less_IntInt_ReturnValue_1) == 0x000120, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Loop_Counter_Variable_1) == 0x000124, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Less_IntInt_ReturnValue_2) == 0x000130, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Add_IntInt_ReturnValue_2) == 0x000134, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000138, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeArray_Array_1) == 0x000140, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item_3) == 0x000150, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CreateDelegate_OutputDelegate) == 0x000158, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_Select_Default_4) == 0x000168, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Array_Index_Variable_1) == 0x00016C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item_4) == 0x000170, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_GetChildAt_ReturnValue) == 0x000180, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_IsValid_ReturnValue_2) == 0x000188, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_DynamicCast_AsDamage_Monitor_Repair_Res) == 0x000190, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_DynamicCast_AsDamage_Monitor_Repair_Res' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Distance_2) == 0x00019C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Distance_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001A0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_MapRangeClamped_ReturnValue) == 0x0001A4, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_LinearColor) == 0x0001A8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Distance_1) == 0x0001B8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Distance_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Distance) == 0x0001BC, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0001C0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_MakeVector2D_ReturnValue) == 0x0001C4, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Create_ReturnValue) == 0x0001D0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0001D8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_RepairResourceRequirement) == 0x0001E0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_RepairResourceRequirement' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_RepairResourceRequirement_1) == 0x0001F0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_RepairResourceRequirement_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_CustomEvent_Percent0_100) == 0x000200, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_CustomEvent_Percent0_100' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000204, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Round_ReturnValue) == 0x000208, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, Temp_int_Variable_6) == 0x00020C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_FormatArgumentData) == 0x000210, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Add_IntInt_ReturnValue_3) == 0x000250, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeArray_Array_2) == 0x000258, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Format_ReturnValue) == 0x000268, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Array_Get_Item_5) == 0x000280, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_Less_IntInt_ReturnValue_3) == 0x000288, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_Margin) == 0x00028C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_IsVisible_ReturnValue) == 0x00029C, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeStruct_RepairResourceRequirement_2) == 0x0002A0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeStruct_RepairResourceRequirement_2' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_IsVisible_ReturnValue_1) == 0x0002B0, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, K2Node_MakeArray_Array_3) == 0x0002B8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase, CallFunc_GetInventoryComponent_InventoryComponent) == 0x0002C8, "Member 'DamageMonitorBase_C_ExecuteUbergraph_DamageMonitorBase::CallFunc_GetInventoryComponent_InventoryComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_SetPercent \ static_assert(alignof(DamageMonitorBase_C_SetPercent) == 0x000004, "Wrong alignment on DamageMonitorBase_C_SetPercent"); \ static_assert(sizeof(DamageMonitorBase_C_SetPercent) == 0x000004, "Wrong size on DamageMonitorBase_C_SetPercent"); \ static_assert(offsetof(DamageMonitorBase_C_SetPercent, Percent0_100) == 0x000000, "Member 'DamageMonitorBase_C_SetPercent::Percent0_100' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_Style_Icon \ static_assert(alignof(DamageMonitorBase_C_Style_Icon) == 0x000004, "Wrong alignment on DamageMonitorBase_C_Style_Icon"); \ static_assert(sizeof(DamageMonitorBase_C_Style_Icon) == 0x000004, "Wrong size on DamageMonitorBase_C_Style_Icon"); \ static_assert(offsetof(DamageMonitorBase_C_Style_Icon, Distance) == 0x000000, "Member 'DamageMonitorBase_C_Style_Icon::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_STYLE_Middle \ static_assert(alignof(DamageMonitorBase_C_STYLE_Middle) == 0x000004, "Wrong alignment on DamageMonitorBase_C_STYLE_Middle"); \ static_assert(sizeof(DamageMonitorBase_C_STYLE_Middle) == 0x000004, "Wrong size on DamageMonitorBase_C_STYLE_Middle"); \ static_assert(offsetof(DamageMonitorBase_C_STYLE_Middle, Distance) == 0x000000, "Member 'DamageMonitorBase_C_STYLE_Middle::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_STYLE_Far \ static_assert(alignof(DamageMonitorBase_C_STYLE_Far) == 0x000004, "Wrong alignment on DamageMonitorBase_C_STYLE_Far"); \ static_assert(sizeof(DamageMonitorBase_C_STYLE_Far) == 0x000004, "Wrong size on DamageMonitorBase_C_STYLE_Far"); \ static_assert(offsetof(DamageMonitorBase_C_STYLE_Far, Distance) == 0x000000, "Member 'DamageMonitorBase_C_STYLE_Far::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_DrawBrokenStyle \ static_assert(alignof(DamageMonitorBase_C_DrawBrokenStyle) == 0x000008, "Wrong alignment on DamageMonitorBase_C_DrawBrokenStyle"); \ static_assert(sizeof(DamageMonitorBase_C_DrawBrokenStyle) == 0x000010, "Wrong size on DamageMonitorBase_C_DrawBrokenStyle"); \ static_assert(offsetof(DamageMonitorBase_C_DrawBrokenStyle, Resources_0) == 0x000000, "Member 'DamageMonitorBase_C_DrawBrokenStyle::Resources_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_DrawDamageStyle \ static_assert(alignof(DamageMonitorBase_C_DrawDamageStyle) == 0x000008, "Wrong alignment on DamageMonitorBase_C_DrawDamageStyle"); \ static_assert(sizeof(DamageMonitorBase_C_DrawDamageStyle) == 0x000018, "Wrong size on DamageMonitorBase_C_DrawDamageStyle"); \ static_assert(offsetof(DamageMonitorBase_C_DrawDamageStyle, RepairRes) == 0x000000, "Member 'DamageMonitorBase_C_DrawDamageStyle::RepairRes' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_DrawDamageStyle, Percent0_100) == 0x000010, "Member 'DamageMonitorBase_C_DrawDamageStyle::Percent0_100' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageMonitorBase_C_GetInventoryComponent \ static_assert(alignof(DamageMonitorBase_C_GetInventoryComponent) == 0x000008, "Wrong alignment on DamageMonitorBase_C_GetInventoryComponent"); \ static_assert(sizeof(DamageMonitorBase_C_GetInventoryComponent) == 0x000050, "Wrong size on DamageMonitorBase_C_GetInventoryComponent"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, InventoryComponent) == 0x000000, "Member 'DamageMonitorBase_C_GetInventoryComponent::InventoryComponent' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'DamageMonitorBase_C_GetInventoryComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'DamageMonitorBase_C_GetInventoryComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000018, "Member 'DamageMonitorBase_C_GetInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'DamageMonitorBase_C_GetInventoryComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000028, "Member 'DamageMonitorBase_C_GetInventoryComponent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'DamageMonitorBase_C_GetInventoryComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'DamageMonitorBase_C_GetInventoryComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'DamageMonitorBase_C_GetInventoryComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DamageMonitorBase_C_GetInventoryComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'DamageMonitorBase_C_GetInventoryComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageMonitorBase_C \ static_assert(alignof(UDamageMonitorBase_C) == 0x000008, "Wrong alignment on UDamageMonitorBase_C"); \ static_assert(sizeof(UDamageMonitorBase_C) == 0x000378, "Wrong size on UDamageMonitorBase_C"); \ static_assert(offsetof(UDamageMonitorBase_C, UberGraphFrame) == 0x000260, "Member 'UDamageMonitorBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, BrokenCircle) == 0x000268, "Member 'UDamageMonitorBase_C::BrokenCircle' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, BrokenIcon) == 0x000270, "Member 'UDamageMonitorBase_C::BrokenIcon' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, BrokenImages) == 0x000278, "Member 'UDamageMonitorBase_C::BrokenImages' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, BrokenResources) == 0x000280, "Member 'UDamageMonitorBase_C::BrokenResources' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, BrokenText) == 0x000288, "Member 'UDamageMonitorBase_C::BrokenText' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Description) == 0x000290, "Member 'UDamageMonitorBase_C::Description' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, DurabilityIcon) == 0x000298, "Member 'UDamageMonitorBase_C::DurabilityIcon' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, DurabilityProgressbar) == 0x0002A0, "Member 'UDamageMonitorBase_C::DurabilityProgressbar' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, DurabilityResorcesSlots) == 0x0002A8, "Member 'UDamageMonitorBase_C::DurabilityResorcesSlots' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Durbility) == 0x0002B0, "Member 'UDamageMonitorBase_C::Durbility' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, HB_ResourceSlots) == 0x0002B8, "Member 'UDamageMonitorBase_C::HB_ResourceSlots' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Interaction_hudRepairRes) == 0x0002C0, "Member 'UDamageMonitorBase_C::Interaction_hudRepairRes' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, KeyDisplay) == 0x0002C8, "Member 'UDamageMonitorBase_C::KeyDisplay' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, ObjectDescription) == 0x0002D0, "Member 'UDamageMonitorBase_C::ObjectDescription' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, ObjectName) == 0x0002D8, "Member 'UDamageMonitorBase_C::ObjectName' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Percent) == 0x0002E0, "Member 'UDamageMonitorBase_C::Percent' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, ResourcesBackCircle) == 0x0002E8, "Member 'UDamageMonitorBase_C::ResourcesBackCircle' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Slot0) == 0x0002F0, "Member 'UDamageMonitorBase_C::Slot0' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Slot1) == 0x0002F8, "Member 'UDamageMonitorBase_C::Slot1' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Slot2) == 0x000300, "Member 'UDamageMonitorBase_C::Slot2' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Slot3) == 0x000308, "Member 'UDamageMonitorBase_C::Slot3' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, SlotRotator0) == 0x000310, "Member 'UDamageMonitorBase_C::SlotRotator0' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, SlotRotator1) == 0x000318, "Member 'UDamageMonitorBase_C::SlotRotator1' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, SlotRotator2) == 0x000320, "Member 'UDamageMonitorBase_C::SlotRotator2' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, SlotRotator3) == 0x000328, "Member 'UDamageMonitorBase_C::SlotRotator3' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Resources) == 0x000330, "Member 'UDamageMonitorBase_C::Resources' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Rotators) == 0x000340, "Member 'UDamageMonitorBase_C::Rotators' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, Slots) == 0x000350, "Member 'UDamageMonitorBase_C::Slots' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, SlotsRotationAngle) == 0x000360, "Member 'UDamageMonitorBase_C::SlotsRotationAngle' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, ResourceCount) == 0x000370, "Member 'UDamageMonitorBase_C::ResourceCount' has a wrong offset!"); \ static_assert(offsetof(UDamageMonitorBase_C, IsDamagedStyle) == 0x000374, "Member 'UDamageMonitorBase_C::IsDamagedStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoomFish_Lure_C \ static_assert(alignof(ABoomFish_Lure_C) == 0x000008, "Wrong alignment on ABoomFish_Lure_C"); \ static_assert(sizeof(ABoomFish_Lure_C) == 0x000228, "Wrong size on ABoomFish_Lure_C"); \ static_assert(offsetof(ABoomFish_Lure_C, Sphere) == 0x000220, "Member 'ABoomFish_Lure_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Stock_T2_C \ static_assert(alignof(AWeaponModule_Stock_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Stock_T2_C"); \ static_assert(sizeof(AWeaponModule_Stock_T2_C) == 0x000460, "Wrong size on AWeaponModule_Stock_T2_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Stock_T1_C \ static_assert(alignof(AWeaponModule_Stock_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Stock_T1_C"); \ static_assert(sizeof(AWeaponModule_Stock_T1_C) == 0x000460, "Wrong size on AWeaponModule_Stock_T1_C"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Scope_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Scope_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Scope_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Scope_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Scope_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Scope_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Scope_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Scope_C \ static_assert(alignof(AGenericWeaponModule_Scope_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Scope_C"); \ static_assert(sizeof(AGenericWeaponModule_Scope_C) == 0x000460, "Wrong size on AGenericWeaponModule_Scope_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Scope_T2_C \ static_assert(alignof(AWeaponModule_Scope_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Scope_T2_C"); \ static_assert(sizeof(AWeaponModule_Scope_T2_C) == 0x000460, "Wrong size on AWeaponModule_Scope_T2_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Scope_T1_C \ static_assert(alignof(AWeaponModule_Scope_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Scope_T1_C"); \ static_assert(sizeof(AWeaponModule_Scope_T1_C) == 0x000460, "Wrong size on AWeaponModule_Scope_T1_C"); \ #define DUMPER7_ASSERTS_HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation \ static_assert(alignof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation) == 0x000008, "Wrong alignment on HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation"); \ static_assert(sizeof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation) == 0x000040, "Wrong size on HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, EntryPoint) == 0x000000, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, K2Node_DynamicCast_AsScene_Component) == 0x000028, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::K2Node_DynamicCast_AsScene_Component' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'HTN_GetComponentLocation_C_ExecuteUbergraph_HTN_GetComponentLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetComponentLocation_C_ReceiveExecute \ static_assert(alignof(HTN_GetComponentLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_GetComponentLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_GetComponentLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_GetComponentLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_GetComponentLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_GetComponentLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_GetComponentLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetComponentLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_GetComponentLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps) == 0x000048, "Wrong size on HTN_GetComponentLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000018, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000028, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsScene_Component) == 0x000030, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsScene_Component' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_GetComponentLocation_C_ReceiveCreatePlanSteps, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00003C, "Member 'HTN_GetComponentLocation_C_ReceiveCreatePlanSteps::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_GetComponentLocation_C \ static_assert(alignof(UHTN_GetComponentLocation_C) == 0x000008, "Wrong alignment on UHTN_GetComponentLocation_C"); \ static_assert(sizeof(UHTN_GetComponentLocation_C) == 0x000150, "Wrong size on UHTN_GetComponentLocation_C"); \ static_assert(offsetof(UHTN_GetComponentLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_GetComponentLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetComponentLocation_C, ComponentObject) == 0x000100, "Member 'UHTN_GetComponentLocation_C::ComponentObject' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetComponentLocation_C, Location) == 0x000128, "Member 'UHTN_GetComponentLocation_C::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Magazine_T5_C \ static_assert(alignof(AWeaponModule_Magazine_T5_C) == 0x000010, "Wrong alignment on AWeaponModule_Magazine_T5_C"); \ static_assert(sizeof(AWeaponModule_Magazine_T5_C) == 0x000470, "Wrong size on AWeaponModule_Magazine_T5_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Magazine_T4_C \ static_assert(alignof(AWeaponModule_Magazine_T4_C) == 0x000010, "Wrong alignment on AWeaponModule_Magazine_T4_C"); \ static_assert(sizeof(AWeaponModule_Magazine_T4_C) == 0x000470, "Wrong size on AWeaponModule_Magazine_T4_C"); \ #define DUMPER7_ASSERTS_HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets \ static_assert(alignof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets) == 0x000008, "Wrong alignment on HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets"); \ static_assert(sizeof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets) == 0x000050, "Wrong size on HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, EntryPoint) == 0x000000, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_Event_Owner) == 0x000008, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, CallFunc_GetAIController_ReturnValue) == 0x000030, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000038, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_DynamicCast_AsFGAIController) == 0x000040, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'HTN_ForgetAllTargets_C_ExecuteUbergraph_HTN_ForgetAllTargets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ForgetAllTargets_C_ReceiveExecute \ static_assert(alignof(HTN_ForgetAllTargets_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_ForgetAllTargets_C_ReceiveExecute"); \ static_assert(sizeof(HTN_ForgetAllTargets_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_ForgetAllTargets_C_ReceiveExecute"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_ForgetAllTargets_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_ForgetAllTargets_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_ForgetAllTargets_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_ForgetAllTargets_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_ForgetAllTargets_C \ static_assert(alignof(UHTN_ForgetAllTargets_C) == 0x000008, "Wrong alignment on UHTN_ForgetAllTargets_C"); \ static_assert(sizeof(UHTN_ForgetAllTargets_C) == 0x000100, "Wrong size on UHTN_ForgetAllTargets_C"); \ static_assert(offsetof(UHTN_ForgetAllTargets_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_ForgetAllTargets_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeaponModule_Magazine_T3_C \ static_assert(alignof(AWeaponModule_Magazine_T3_C) == 0x000010, "Wrong alignment on AWeaponModule_Magazine_T3_C"); \ static_assert(sizeof(AWeaponModule_Magazine_T3_C) == 0x000470, "Wrong size on AWeaponModule_Magazine_T3_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Magazine_T1_C \ static_assert(alignof(AWeaponModule_Magazine_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Magazine_T1_C"); \ static_assert(sizeof(AWeaponModule_Magazine_T1_C) == 0x000470, "Wrong size on AWeaponModule_Magazine_T1_C"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Grip_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Grip_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Grip_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Grip_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Grip_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Grip_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Grip_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Grip_C \ static_assert(alignof(AGenericWeaponModule_Grip_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Grip_C"); \ static_assert(sizeof(AGenericWeaponModule_Grip_C) == 0x000460, "Wrong size on AGenericWeaponModule_Grip_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Grip_T5_C \ static_assert(alignof(AWeaponModule_Grip_T5_C) == 0x000010, "Wrong alignment on AWeaponModule_Grip_T5_C"); \ static_assert(sizeof(AWeaponModule_Grip_T5_C) == 0x000460, "Wrong size on AWeaponModule_Grip_T5_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Grip_T4_C \ static_assert(alignof(AWeaponModule_Grip_T4_C) == 0x000010, "Wrong alignment on AWeaponModule_Grip_T4_C"); \ static_assert(sizeof(AWeaponModule_Grip_T4_C) == 0x000460, "Wrong size on AWeaponModule_Grip_T4_C"); \ #define DUMPER7_ASSERTS_AChemicalLootOrb_C \ static_assert(alignof(AChemicalLootOrb_C) == 0x000010, "Wrong alignment on AChemicalLootOrb_C"); \ static_assert(sizeof(AChemicalLootOrb_C) == 0x000850, "Wrong size on AChemicalLootOrb_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Grip_T2_C \ static_assert(alignof(AWeaponModule_Grip_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Grip_T2_C"); \ static_assert(sizeof(AWeaponModule_Grip_T2_C) == 0x000460, "Wrong size on AWeaponModule_Grip_T2_C"); \ #define DUMPER7_ASSERTS_AGenericRevolverModule_Grip_C \ static_assert(alignof(AGenericRevolverModule_Grip_C) == 0x000010, "Wrong alignment on AGenericRevolverModule_Grip_C"); \ static_assert(sizeof(AGenericRevolverModule_Grip_C) == 0x000460, "Wrong size on AGenericRevolverModule_Grip_C"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Frame_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Frame_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Frame_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Frame_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Frame_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Frame_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Frame_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Frame_C \ static_assert(alignof(AGenericWeaponModule_Frame_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Frame_C"); \ static_assert(sizeof(AGenericWeaponModule_Frame_C) == 0x000460, "Wrong size on AGenericWeaponModule_Frame_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Frame_T5_C \ static_assert(alignof(AWeaponModule_Frame_T5_C) == 0x000010, "Wrong alignment on AWeaponModule_Frame_T5_C"); \ static_assert(sizeof(AWeaponModule_Frame_T5_C) == 0x000460, "Wrong size on AWeaponModule_Frame_T5_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Frame_T4_C \ static_assert(alignof(AWeaponModule_Frame_T4_C) == 0x000010, "Wrong alignment on AWeaponModule_Frame_T4_C"); \ static_assert(sizeof(AWeaponModule_Frame_T4_C) == 0x000460, "Wrong size on AWeaponModule_Frame_T4_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Frame_T3_C \ static_assert(alignof(AWeaponModule_Frame_T3_C) == 0x000010, "Wrong alignment on AWeaponModule_Frame_T3_C"); \ static_assert(sizeof(AWeaponModule_Frame_T3_C) == 0x000460, "Wrong size on AWeaponModule_Frame_T3_C"); \ #define DUMPER7_ASSERTS_LS_MM_00_Cinem__USequenceDirector_C \ static_assert(alignof(LS_MM_00_Cinem::USequenceDirector_C) == 0x000008, "Wrong alignment on LS_MM_00_Cinem::USequenceDirector_C"); \ static_assert(sizeof(LS_MM_00_Cinem::USequenceDirector_C) == 0x000038, "Wrong size on LS_MM_00_Cinem::USequenceDirector_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Frame_T2_C \ static_assert(alignof(AWeaponModule_Frame_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Frame_T2_C"); \ static_assert(sizeof(AWeaponModule_Frame_T2_C) == 0x000460, "Wrong size on AWeaponModule_Frame_T2_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Frame_T1_C \ static_assert(alignof(AWeaponModule_Frame_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Frame_T1_C"); \ static_assert(sizeof(AWeaponModule_Frame_T1_C) == 0x000460, "Wrong size on AWeaponModule_Frame_T1_C"); \ #define DUMPER7_ASSERTS_AGenericRevolverModule_Frame_C \ static_assert(alignof(AGenericRevolverModule_Frame_C) == 0x000010, "Wrong alignment on AGenericRevolverModule_Frame_C"); \ static_assert(sizeof(AGenericRevolverModule_Frame_C) == 0x000460, "Wrong size on AGenericRevolverModule_Frame_C"); \ #define DUMPER7_ASSERTS_GenericWeaponModule_Barrel_C_GetItemSelection \ static_assert(alignof(GenericWeaponModule_Barrel_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericWeaponModule_Barrel_C_GetItemSelection"); \ static_assert(sizeof(GenericWeaponModule_Barrel_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericWeaponModule_Barrel_C_GetItemSelection"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, Player) == 0x000088, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericWeaponModule_Barrel_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x0000AA, "Member 'GenericWeaponModule_Barrel_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericWeaponModule_Barrel_C \ static_assert(alignof(AGenericWeaponModule_Barrel_C) == 0x000010, "Wrong alignment on AGenericWeaponModule_Barrel_C"); \ static_assert(sizeof(AGenericWeaponModule_Barrel_C) == 0x000460, "Wrong size on AGenericWeaponModule_Barrel_C"); \ #define DUMPER7_ASSERTS_UBugTankSpikeShake_C \ static_assert(alignof(UBugTankSpikeShake_C) == 0x000010, "Wrong alignment on UBugTankSpikeShake_C"); \ static_assert(sizeof(UBugTankSpikeShake_C) == 0x0001E0, "Wrong size on UBugTankSpikeShake_C"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Shock_C \ static_assert(alignof(UBaseAction_StatusEffect_Shock_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Shock_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Shock_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Shock_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Barrel_T4_C \ static_assert(alignof(AWeaponModule_Barrel_T4_C) == 0x000010, "Wrong alignment on AWeaponModule_Barrel_T4_C"); \ static_assert(sizeof(AWeaponModule_Barrel_T4_C) == 0x000460, "Wrong size on AWeaponModule_Barrel_T4_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Barrel_T3_C \ static_assert(alignof(AWeaponModule_Barrel_T3_C) == 0x000010, "Wrong alignment on AWeaponModule_Barrel_T3_C"); \ static_assert(sizeof(AWeaponModule_Barrel_T3_C) == 0x000460, "Wrong size on AWeaponModule_Barrel_T3_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Barrel_T2_C \ static_assert(alignof(AWeaponModule_Barrel_T2_C) == 0x000010, "Wrong alignment on AWeaponModule_Barrel_T2_C"); \ static_assert(sizeof(AWeaponModule_Barrel_T2_C) == 0x000460, "Wrong size on AWeaponModule_Barrel_T2_C"); \ #define DUMPER7_ASSERTS_AWeaponModule_Barrel_T1_C \ static_assert(alignof(AWeaponModule_Barrel_T1_C) == 0x000010, "Wrong alignment on AWeaponModule_Barrel_T1_C"); \ static_assert(sizeof(AWeaponModule_Barrel_T1_C) == 0x000460, "Wrong size on AWeaponModule_Barrel_T1_C"); \ #define DUMPER7_ASSERTS_ABandageT1_C \ static_assert(alignof(ABandageT1_C) == 0x000010, "Wrong alignment on ABandageT1_C"); \ static_assert(sizeof(ABandageT1_C) == 0x000540, "Wrong size on ABandageT1_C"); \ #define DUMPER7_ASSERTS_AGenericRevolverModule_Barrel_C \ static_assert(alignof(AGenericRevolverModule_Barrel_C) == 0x000010, "Wrong alignment on AGenericRevolverModule_Barrel_C"); \ static_assert(sizeof(AGenericRevolverModule_Barrel_C) == 0x000460, "Wrong size on AGenericRevolverModule_Barrel_C"); \ #define DUMPER7_ASSERTS_GenericPathToken_C_ExecuteUbergraph_GenericPathToken \ static_assert(alignof(GenericPathToken_C_ExecuteUbergraph_GenericPathToken) == 0x000004, "Wrong alignment on GenericPathToken_C_ExecuteUbergraph_GenericPathToken"); \ static_assert(sizeof(GenericPathToken_C_ExecuteUbergraph_GenericPathToken) == 0x000004, "Wrong size on GenericPathToken_C_ExecuteUbergraph_GenericPathToken"); \ static_assert(offsetof(GenericPathToken_C_ExecuteUbergraph_GenericPathToken, EntryPoint) == 0x000000, "Member 'GenericPathToken_C_ExecuteUbergraph_GenericPathToken::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPathToken_C_PlayerCanLoot \ static_assert(alignof(GenericPathToken_C_PlayerCanLoot) == 0x000008, "Wrong alignment on GenericPathToken_C_PlayerCanLoot"); \ static_assert(sizeof(GenericPathToken_C_PlayerCanLoot) == 0x000020, "Wrong size on GenericPathToken_C_PlayerCanLoot"); \ static_assert(offsetof(GenericPathToken_C_PlayerCanLoot, Player) == 0x000000, "Member 'GenericPathToken_C_PlayerCanLoot::Player' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_PlayerCanLoot, Result) == 0x000008, "Member 'GenericPathToken_C_PlayerCanLoot::Result' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_PlayerCanLoot, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'GenericPathToken_C_PlayerCanLoot::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_PlayerCanLoot, CallFunc_CanAdd_ReturnValue) == 0x000018, "Member 'GenericPathToken_C_PlayerCanLoot::CallFunc_CanAdd_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPathToken_C_GetItemSelection \ static_assert(alignof(GenericPathToken_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericPathToken_C_GetItemSelection"); \ static_assert(sizeof(GenericPathToken_C_GetItemSelection) == 0x000130, "Wrong size on GenericPathToken_C_GetItemSelection"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericPathToken_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, Player) == 0x000088, "Member 'GenericPathToken_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericPathToken_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericPathToken_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericPathToken_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_PlayerCanLoot_result) == 0x0000AA, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_PlayerCanLoot_result' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AB, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AC, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000B0, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B4, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B8, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C4, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000D0, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000DC, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericPathToken_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'GenericPathToken_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericPathToken_C_GetItemDurability \ static_assert(alignof(GenericPathToken_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericPathToken_C_GetItemDurability"); \ static_assert(sizeof(GenericPathToken_C_GetItemDurability) == 0x000018, "Wrong size on GenericPathToken_C_GetItemDurability"); \ static_assert(offsetof(GenericPathToken_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericPathToken_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericPathToken_C \ static_assert(alignof(AGenericPathToken_C) == 0x000010, "Wrong alignment on AGenericPathToken_C"); \ static_assert(sizeof(AGenericPathToken_C) == 0x000460, "Wrong size on AGenericPathToken_C"); \ static_assert(offsetof(AGenericPathToken_C, UberGraphFrame) == 0x000450, "Member 'AGenericPathToken_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericPathToken_C, Sphere) == 0x000458, "Member 'AGenericPathToken_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action \ static_assert(alignof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action) == 0x000010, "Wrong alignment on PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action"); \ static_assert(sizeof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action) == 0x0003C0, "Wrong size on PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, EntryPoint) == 0x000000, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_14) == 0x000018, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_13) == 0x000020, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_12) == 0x000038, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_11) == 0x000050, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_10) == 0x000068, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000070, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_name_Variable) == 0x000080, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x000088, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_9) == 0x000098, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_8) == 0x0000A0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_7) == 0x0000B8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_6) == 0x0000D0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_5) == 0x0000E8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_name_Variable_1) == 0x000100, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000108, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_4) == 0x000118, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_3) == 0x000120, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000128, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_2) == 0x000138, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000140, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_1) == 0x000150, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000158, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName) == 0x000168, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x000170, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_name_Variable_2) == 0x000180, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_bool_Variable) == 0x000188, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable) == 0x000190, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable_1) == 0x000198, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_bool_Variable_1) == 0x0001A0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable_2) == 0x0001A8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable_3) == 0x0001B0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_bool_Variable_2) == 0x0001B8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable_4) == 0x0001C0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_object_Variable_5) == 0x0001C8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000200, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue) == 0x000208, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, Temp_name_Variable_3) == 0x00020C, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000218, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_bSuccess) == 0x000220, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_PlayMusic_ReturnValue) == 0x000221, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_PlayMusic_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_15) == 0x000224, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00022C, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000230, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_SetStaticMesh_ReturnValue) == 0x0002B8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_RandomBool_ReturnValue) == 0x0002B9, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_SwitchEnum_CmpSuccess) == 0x0002BA, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0002C0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_19) == 0x0002C8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_1) == 0x0002D0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x0002D4, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0002E8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_2) == 0x0002F0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0002F8, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x000300, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_3) == 0x000310, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_16) == 0x000314, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_Select_Default) == 0x000320, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_Select_Default_1) == 0x000328, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_Select_Default_2) == 0x000330, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_SwitchEnum_CmpSuccess_1) == 0x000338, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x00033C, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_17) == 0x00034C, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_Event_DeltaTime) == 0x000354, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x000358, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_SwitchEnum_CmpSuccess_2) == 0x000368, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_GetAnimInstance_ReturnValue) == 0x000370, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CustomEvent_NotifyName_18) == 0x000378, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_Montage_GetPosition_ReturnValue) == 0x000380, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_4) == 0x000384, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_PlayMusic_ReturnValue_1) == 0x000385, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_PlayMusic_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000386, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_5) == 0x000387, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_AsNew_Rofleemo_1) == 0x000388, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_AsNew_Rofleemo_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_bSuccess_1) == 0x000390, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_AsNew_Rofleemo_2) == 0x000398, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_AsNew_Rofleemo_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_DynamicCast_bSuccess_2) == 0x0003A0, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_IsValid_ReturnValue_6) == 0x0003A1, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003A2, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x0003A4, "Member 'PlayMusic_Action_C_ExecuteUbergraph_PlayMusic_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_Tick \ static_assert(alignof(PlayMusic_Action_C_Tick) == 0x000004, "Wrong alignment on PlayMusic_Action_C_Tick"); \ static_assert(sizeof(PlayMusic_Action_C_Tick) == 0x000004, "Wrong size on PlayMusic_Action_C_Tick"); \ static_assert(offsetof(PlayMusic_Action_C_Tick, DeltaTime) == 0x000000, "Member 'PlayMusic_Action_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042 \ static_assert(alignof(PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042"); \ static_assert(sizeof(PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042) == 0x000008, "Wrong size on PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042"); \ static_assert(offsetof(PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnCompleted_21D08E674743454F2A7E9F9694576042::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042 \ static_assert(alignof(PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042"); \ static_assert(sizeof(PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042) == 0x000008, "Wrong size on PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042"); \ static_assert(offsetof(PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnBlendOut_21D08E674743454F2A7E9F9694576042::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042 \ static_assert(alignof(PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042"); \ static_assert(sizeof(PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042) == 0x000008, "Wrong size on PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042"); \ static_assert(offsetof(PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnInterrupted_21D08E674743454F2A7E9F9694576042::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyBegin_21D08E674743454F2A7E9F9694576042::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyEnd_21D08E674743454F2A7E9F9694576042::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14 \ static_assert(alignof(PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14"); \ static_assert(sizeof(PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14) == 0x000008, "Wrong size on PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14"); \ static_assert(offsetof(PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnCompleted_66D07B6446DA75576066B693D5A86C14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14 \ static_assert(alignof(PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14"); \ static_assert(sizeof(PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14) == 0x000008, "Wrong size on PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14"); \ static_assert(offsetof(PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnBlendOut_66D07B6446DA75576066B693D5A86C14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14 \ static_assert(alignof(PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14"); \ static_assert(sizeof(PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14) == 0x000008, "Wrong size on PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14"); \ static_assert(offsetof(PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnInterrupted_66D07B6446DA75576066B693D5A86C14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyBegin_66D07B6446DA75576066B693D5A86C14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyEnd_66D07B6446DA75576066B693D5A86C14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1 \ static_assert(alignof(PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(sizeof(PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000008, "Wrong size on PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(offsetof(PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnCompleted_4A304C0F417ECB456BA6D5982DBCF0C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1 \ static_assert(alignof(PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(sizeof(PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000008, "Wrong size on PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(offsetof(PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnBlendOut_4A304C0F417ECB456BA6D5982DBCF0C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1 \ static_assert(alignof(PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(sizeof(PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000008, "Wrong size on PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(offsetof(PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnInterrupted_4A304C0F417ECB456BA6D5982DBCF0C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyBegin_4A304C0F417ECB456BA6D5982DBCF0C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyEnd_4A304C0F417ECB456BA6D5982DBCF0C1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6 \ static_assert(alignof(PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(sizeof(PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6) == 0x000008, "Wrong size on PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(offsetof(PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnCompleted_68003ED948E0A2F2402C218B79202EB6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6 \ static_assert(alignof(PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(sizeof(PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6) == 0x000008, "Wrong size on PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(offsetof(PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnBlendOut_68003ED948E0A2F2402C218B79202EB6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6 \ static_assert(alignof(PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(sizeof(PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6) == 0x000008, "Wrong size on PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(offsetof(PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnInterrupted_68003ED948E0A2F2402C218B79202EB6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyBegin_68003ED948E0A2F2402C218B79202EB6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6 \ static_assert(alignof(PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6) == 0x000004, "Wrong alignment on PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(sizeof(PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6) == 0x000008, "Wrong size on PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6"); \ static_assert(offsetof(PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6, NotifyName) == 0x000000, "Member 'PlayMusic_Action_C_OnNotifyEnd_68003ED948E0A2F2402C218B79202EB6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayMusic_Action_C_OnRep_InstrumentType \ static_assert(alignof(PlayMusic_Action_C_OnRep_InstrumentType) == 0x000008, "Wrong alignment on PlayMusic_Action_C_OnRep_InstrumentType"); \ static_assert(sizeof(PlayMusic_Action_C_OnRep_InstrumentType) == 0x000028, "Wrong size on PlayMusic_Action_C_OnRep_InstrumentType"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000000, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, CallFunc_K2_SetTimer_ReturnValue) == 0x000018, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayMusic_Action_C_OnRep_InstrumentType, CallFunc_HasAuthority_ReturnValue) == 0x000021, "Member 'PlayMusic_Action_C_OnRep_InstrumentType::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayMusic_Action_C \ static_assert(alignof(UPlayMusic_Action_C) == 0x000008, "Wrong alignment on UPlayMusic_Action_C"); \ static_assert(sizeof(UPlayMusic_Action_C) == 0x000108, "Wrong size on UPlayMusic_Action_C"); \ static_assert(offsetof(UPlayMusic_Action_C, UberGraphFrame_PlayMusic_Action_C) == 0x0000E8, "Member 'UPlayMusic_Action_C::UberGraphFrame_PlayMusic_Action_C' has a wrong offset!"); \ static_assert(offsetof(UPlayMusic_Action_C, Rofleemo) == 0x0000F0, "Member 'UPlayMusic_Action_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(UPlayMusic_Action_C, InstrumentType) == 0x0000F8, "Member 'UPlayMusic_Action_C::InstrumentType' has a wrong offset!"); \ static_assert(offsetof(UPlayMusic_Action_C, AnimVersion) == 0x0000F9, "Member 'UPlayMusic_Action_C::AnimVersion' has a wrong offset!"); \ static_assert(offsetof(UPlayMusic_Action_C, CurrentMontage) == 0x000100, "Member 'UPlayMusic_Action_C::CurrentMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APathToken_T2_C \ static_assert(alignof(APathToken_T2_C) == 0x000010, "Wrong alignment on APathToken_T2_C"); \ static_assert(sizeof(APathToken_T2_C) == 0x000460, "Wrong size on APathToken_T2_C"); \ #define DUMPER7_ASSERTS_APathToken_T1_C \ static_assert(alignof(APathToken_T1_C) == 0x000010, "Wrong alignment on APathToken_T1_C"); \ static_assert(sizeof(APathToken_T1_C) == 0x000460, "Wrong size on APathToken_T1_C"); \ #define DUMPER7_ASSERTS_NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon \ static_assert(alignof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon) == 0x000008, "Wrong alignment on NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon"); \ static_assert(sizeof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon) == 0x000128, "Wrong size on NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, EntryPoint) == 0x000000, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, Temp_bool_True_if_break_was_hit_Variable) == 0x000005, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, Temp_int_Array_Index_Variable) == 0x000008, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_Event_DeltaTime) == 0x000010, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetOwningPawn_ReturnValue) == 0x000018, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000020, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetEnemyTrain_ReturnValue) == 0x000030, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetLocomotive_ReturnValue) == 0x000040, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000048, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetInstalledModules_ReturnValue) == 0x000060, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Array_Get_Item) == 0x000070, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000078, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_AsBP_Harpoon) == 0x000088, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_AsBP_Harpoon' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_BooleanAND_ReturnValue) == 0x0000A4, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000A8, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0000B0, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B8, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000C4, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000D0, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000D4, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000E0, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_BreakRotator_Roll) == 0x0000E4, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_BreakRotator_Pitch) == 0x0000E8, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_BreakRotator_Yaw) == 0x0000EC, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Abs_ReturnValue) == 0x0000F0, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_BooleanOR_ReturnValue) == 0x0000F5, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_SwitchEnum_CmpSuccess) == 0x0000F6, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Can_Fire_ReturnValue) == 0x0000F7, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Can_Fire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_Get_Closest_Target_Result) == 0x0000F8, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_Get_Closest_Target_Result' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_IsValid_ReturnValue_2) == 0x000100, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_AsNazi_Soldier_T1_1) == 0x000108, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_AsNazi_Soldier_T1_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_AsNazi_Soldier_T1_2) == 0x000118, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_AsNazi_Soldier_T1_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, K2Node_DynamicCast_bSuccess_4) == 0x000120, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon, CallFunc_PlayAnimMontage_ReturnValue) == 0x000124, "Member 'NaziSoldier_UseHarpoon_C_ExecuteUbergraph_NaziSoldier_UseHarpoon::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_UseHarpoon_C_Tick \ static_assert(alignof(NaziSoldier_UseHarpoon_C_Tick) == 0x000004, "Wrong alignment on NaziSoldier_UseHarpoon_C_Tick"); \ static_assert(sizeof(NaziSoldier_UseHarpoon_C_Tick) == 0x000004, "Wrong size on NaziSoldier_UseHarpoon_C_Tick"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Tick, DeltaTime) == 0x000000, "Member 'NaziSoldier_UseHarpoon_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_UseHarpoon_C_SyncTransform \ static_assert(alignof(NaziSoldier_UseHarpoon_C_SyncTransform) == 0x000010, "Wrong alignment on NaziSoldier_UseHarpoon_C_SyncTransform"); \ static_assert(sizeof(NaziSoldier_UseHarpoon_C_SyncTransform) == 0x000240, "Wrong size on NaziSoldier_UseHarpoon_C_SyncTransform"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, DeltaTime) == 0x000000, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000040, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Location) == 0x000048, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Rotation) == 0x000054, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Scale) == 0x000060, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000070, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetTransform_ReturnValue_1) == 0x000080, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0000B0, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetTransform_ReturnValue_2) == 0x0000C0, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_Get_Stand_Location_StandLocation) == 0x0000F0, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_Get_Stand_Location_StandLocation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Location_1) == 0x0000FC, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Rotation_1) == 0x000108, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakTransform_Scale_1) == 0x000114, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakVector_X) == 0x000120, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakVector_Y) == 0x000124, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_BreakVector_Z) == 0x000128, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_Add_FloatFloat_ReturnValue) == 0x00012C, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_MakeVector_ReturnValue) == 0x000134, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_MakeTransform_ReturnValue) == 0x000140, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue_4) == 0x000170, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_TInterpTo_ReturnValue) == 0x000180, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_TInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_IsValid_ReturnValue_1) == 0x0001B0, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0001B4, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_SyncTransform, CallFunc_K2_SetActorTransform_ReturnValue) == 0x00023C, "Member 'NaziSoldier_UseHarpoon_C_SyncTransform::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_UseHarpoon_C_Get_Closest_Target \ static_assert(alignof(NaziSoldier_UseHarpoon_C_Get_Closest_Target) == 0x000008, "Wrong alignment on NaziSoldier_UseHarpoon_C_Get_Closest_Target"); \ static_assert(sizeof(NaziSoldier_UseHarpoon_C_Get_Closest_Target) == 0x0000B8, "Wrong size on NaziSoldier_UseHarpoon_C_Get_Closest_Target"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, Result) == 0x000000, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::Result' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, ClosestDistance) == 0x000008, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, ClosestTarget) == 0x000010, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::ClosestTarget' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, PlayerTrainLocomotive) == 0x000018, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::PlayerTrainLocomotive' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, PlayerTrain) == 0x000020, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, Temp_int_Array_Index_Variable) == 0x000028, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_IsValid_ReturnValue_1) == 0x000035, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_IsValid_ReturnValue_2) == 0x000044, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_GetPlayerTrain_ReturnValue) == 0x000058, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_GetComponentsByTag_ReturnValue) == 0x000060, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Array_Get_Item) == 0x000070, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_GetLocomotive_ReturnValue) == 0x000078, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000080, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000098, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_IsValid_ReturnValue_3) == 0x00009C, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000A0, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x0000B0, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_UseHarpoon_C_Get_Closest_Target, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B5, "Member 'NaziSoldier_UseHarpoon_C_Get_Closest_Target::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_UseHarpoon_C \ static_assert(alignof(UNaziSoldier_UseHarpoon_C) == 0x000008, "Wrong alignment on UNaziSoldier_UseHarpoon_C"); \ static_assert(sizeof(UNaziSoldier_UseHarpoon_C) == 0x0000D0, "Wrong size on UNaziSoldier_UseHarpoon_C"); \ static_assert(offsetof(UNaziSoldier_UseHarpoon_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziSoldier_UseHarpoon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_UseHarpoon_C, Harpoon) == 0x0000C0, "Member 'UNaziSoldier_UseHarpoon_C::Harpoon' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_UseHarpoon_C, Target) == 0x0000C8, "Member 'UNaziSoldier_UseHarpoon_C::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASteelIngot_C \ static_assert(alignof(ASteelIngot_C) == 0x000010, "Wrong alignment on ASteelIngot_C"); \ static_assert(sizeof(ASteelIngot_C) == 0x000430, "Wrong size on ASteelIngot_C"); \ #define DUMPER7_ASSERTS_AForcer_C \ static_assert(alignof(AForcer_C) == 0x000010, "Wrong alignment on AForcer_C"); \ static_assert(sizeof(AForcer_C) == 0x000430, "Wrong size on AForcer_C"); \ #define DUMPER7_ASSERTS_ABearing_C \ static_assert(alignof(ABearing_C) == 0x000010, "Wrong alignment on ABearing_C"); \ static_assert(sizeof(ABearing_C) == 0x000430, "Wrong size on ABearing_C"); \ #define DUMPER7_ASSERTS_HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation \ static_assert(alignof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation) == 0x000008, "Wrong alignment on HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation"); \ static_assert(sizeof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation) == 0x0000B8, "Wrong size on HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, EntryPoint) == 0x000000, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000004, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, K2Node_Event_Owner) == 0x000010, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, K2Node_Event_OwnerController) == 0x000018, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, K2Node_Event_ControlledPawn) == 0x000020, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000028, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000B0, "Member 'HTN_TeleportToLocation_C_ExecuteUbergraph_HTN_TeleportToLocation::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_TeleportToLocation_C_ReceiveExecute \ static_assert(alignof(HTN_TeleportToLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_TeleportToLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_TeleportToLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_TeleportToLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_TeleportToLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_TeleportToLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_TeleportToLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_TeleportToLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_TeleportToLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps) == 0x000050, "Wrong size on HTN_TeleportToLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetOwnersWorldState_ReturnValue) == 0x000030, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetOwnersWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000038, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_Vector_Distance_ReturnValue) == 0x000044, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_MapRangeClamped_ReturnValue) == 0x000048, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TeleportToLocation_C_ReceiveCreatePlanSteps, CallFunc_FTrunc_ReturnValue) == 0x00004C, "Member 'HTN_TeleportToLocation_C_ReceiveCreatePlanSteps::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_TeleportToLocation_C \ static_assert(alignof(UHTN_TeleportToLocation_C) == 0x000008, "Wrong alignment on UHTN_TeleportToLocation_C"); \ static_assert(sizeof(UHTN_TeleportToLocation_C) == 0x000128, "Wrong size on UHTN_TeleportToLocation_C"); \ static_assert(offsetof(UHTN_TeleportToLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_TeleportToLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_TeleportToLocation_C, BlackboardKey) == 0x000100, "Member 'UHTN_TeleportToLocation_C::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator \ static_assert(alignof(BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator) == 0x000004, "Wrong alignment on BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator"); \ static_assert(sizeof(BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator) == 0x000004, "Wrong size on BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator"); \ static_assert(offsetof(BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator, EntryPoint) == 0x000000, "Member 'BP_TrailEffectComponent_Annihilator_C_ExecuteUbergraph_BP_TrailEffectComponent_Annihilator::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TrailEffectComponent_Annihilator_C \ static_assert(alignof(ABP_TrailEffectComponent_Annihilator_C) == 0x000008, "Wrong alignment on ABP_TrailEffectComponent_Annihilator_C"); \ static_assert(sizeof(ABP_TrailEffectComponent_Annihilator_C) == 0x000248, "Wrong size on ABP_TrailEffectComponent_Annihilator_C"); \ static_assert(offsetof(ABP_TrailEffectComponent_Annihilator_C, UberGraphFrame) == 0x000220, "Member 'ABP_TrailEffectComponent_Annihilator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Annihilator_C, TrailEffect) == 0x000228, "Member 'ABP_TrailEffectComponent_Annihilator_C::TrailEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Annihilator_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_TrailEffectComponent_Annihilator_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TrailEffectComponent_Annihilator_C, EndPositionBeam) == 0x000238, "Member 'ABP_TrailEffectComponent_Annihilator_C::EndPositionBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion \ static_assert(alignof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion) == 0x000008, "Wrong alignment on EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion"); \ static_assert(sizeof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion) == 0x000048, "Wrong size on EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, EntryPoint) == 0x000000, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00002C, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000030, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000038, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'EggCreatureExplosion_C_ExecuteUbergraph_EggCreatureExplosion::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEggCreatureExplosion_C \ static_assert(alignof(AEggCreatureExplosion_C) == 0x000008, "Wrong alignment on AEggCreatureExplosion_C"); \ static_assert(sizeof(AEggCreatureExplosion_C) == 0x000290, "Wrong size on AEggCreatureExplosion_C"); \ static_assert(offsetof(AEggCreatureExplosion_C, UberGraphFrame_EggCreatureExplosion_C) == 0x000280, "Member 'AEggCreatureExplosion_C::UberGraphFrame_EggCreatureExplosion_C' has a wrong offset!"); \ static_assert(offsetof(AEggCreatureExplosion_C, Explosion_Sound) == 0x000288, "Member 'AEggCreatureExplosion_C::Explosion_Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHeavyOrb_Zinc_C \ static_assert(alignof(AHeavyOrb_Zinc_C) == 0x000010, "Wrong alignment on AHeavyOrb_Zinc_C"); \ static_assert(sizeof(AHeavyOrb_Zinc_C) == 0x000760, "Wrong size on AHeavyOrb_Zinc_C"); \ #define DUMPER7_ASSERTS_ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze \ static_assert(alignof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze) == 0x000008, "Wrong alignment on ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze"); \ static_assert(sizeof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze) == 0x000048, "Wrong size on ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, EntryPoint) == 0x000000, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_GetVelocity_ReturnValue) == 0x000008, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_VSize_ReturnValue) == 0x000014, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00001C, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000020, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, K2Node_Event_DeltaTimeX) == 0x000028, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000030, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, K2Node_DynamicCast_AsUroboros_Egg_Creature) == 0x000038, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::K2Node_DynamicCast_AsUroboros_Egg_Creature' has a wrong offset!"); \ static_assert(offsetof(ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ABP_Kamikaze_C_ExecuteUbergraph_ABP_Kamikaze::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Kamikaze_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Kamikaze_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Kamikaze_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Kamikaze_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Kamikaze_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Kamikaze_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Kamikaze_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Kamikaze_C_AnimGraph \ static_assert(alignof(ABP_Kamikaze_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Kamikaze_C_AnimGraph"); \ static_assert(sizeof(ABP_Kamikaze_C_AnimGraph) == 0x000010, "Wrong size on ABP_Kamikaze_C_AnimGraph"); \ static_assert(offsetof(ABP_Kamikaze_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Kamikaze_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Kamikaze_C \ static_assert(alignof(UABP_Kamikaze_C) == 0x000010, "Wrong alignment on UABP_Kamikaze_C"); \ static_assert(sizeof(UABP_Kamikaze_C) == 0x000750, "Wrong size on UABP_Kamikaze_C"); \ static_assert(offsetof(UABP_Kamikaze_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Kamikaze_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Kamikaze_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_TransitionResult_4) == 0x0002F8, "Member 'UABP_Kamikaze_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_TransitionResult_3) == 0x000320, "Member 'UABP_Kamikaze_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_TransitionResult_2) == 0x000348, "Member 'UABP_Kamikaze_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_TransitionResult_1) == 0x000370, "Member 'UABP_Kamikaze_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_TransitionResult) == 0x000398, "Member 'UABP_Kamikaze_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_SequencePlayer_3) == 0x0003C0, "Member 'UABP_Kamikaze_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_StateResult_3) == 0x000440, "Member 'UABP_Kamikaze_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_SequencePlayer_2) == 0x000470, "Member 'UABP_Kamikaze_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_StateResult_2) == 0x0004F0, "Member 'UABP_Kamikaze_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_SequencePlayer_1) == 0x000520, "Member 'UABP_Kamikaze_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_StateResult_1) == 0x0005A0, "Member 'UABP_Kamikaze_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_SequencePlayer) == 0x0005D0, "Member 'UABP_Kamikaze_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_StateResult) == 0x000650, "Member 'UABP_Kamikaze_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, AnimGraphNode_StateMachine) == 0x000680, "Member 'UABP_Kamikaze_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, Speed) == 0x000730, "Member 'UABP_Kamikaze_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, As_Uroboros_Egg_Creature) == 0x000738, "Member 'UABP_Kamikaze_C::As_Uroboros_Egg_Creature' has a wrong offset!"); \ static_assert(offsetof(UABP_Kamikaze_C, Detonating) == 0x000740, "Member 'UABP_Kamikaze_C::Detonating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal \ static_assert(alignof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal) == 0x000008, "Wrong alignment on UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal"); \ static_assert(sizeof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal) == 0x000038, "Wrong size on UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, EntryPoint) == 0x000000, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, K2Node_Event_bPooledActor) == 0x000014, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::K2Node_Event_bPooledActor' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00001C, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_IsPooledActor_ReturnValue) == 0x000020, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_IsPooledActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000030, "Member 'UroborosEggCreatureDecal_C_ExecuteUbergraph_UroborosEggCreatureDecal::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreatureDecal_C_SetIsPooledActor \ static_assert(alignof(UroborosEggCreatureDecal_C_SetIsPooledActor) == 0x000001, "Wrong alignment on UroborosEggCreatureDecal_C_SetIsPooledActor"); \ static_assert(sizeof(UroborosEggCreatureDecal_C_SetIsPooledActor) == 0x000001, "Wrong size on UroborosEggCreatureDecal_C_SetIsPooledActor"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_SetIsPooledActor, bPooledActor) == 0x000000, "Member 'UroborosEggCreatureDecal_C_SetIsPooledActor::bPooledActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreatureDecal_C_IsPooledActor \ static_assert(alignof(UroborosEggCreatureDecal_C_IsPooledActor) == 0x000001, "Wrong alignment on UroborosEggCreatureDecal_C_IsPooledActor"); \ static_assert(sizeof(UroborosEggCreatureDecal_C_IsPooledActor) == 0x000001, "Wrong size on UroborosEggCreatureDecal_C_IsPooledActor"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_IsPooledActor, ReturnValue) == 0x000000, "Member 'UroborosEggCreatureDecal_C_IsPooledActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggCreatureDecal_C_IsActive \ static_assert(alignof(UroborosEggCreatureDecal_C_IsActive) == 0x000001, "Wrong alignment on UroborosEggCreatureDecal_C_IsActive"); \ static_assert(sizeof(UroborosEggCreatureDecal_C_IsActive) == 0x000001, "Wrong size on UroborosEggCreatureDecal_C_IsActive"); \ static_assert(offsetof(UroborosEggCreatureDecal_C_IsActive, ReturnValue) == 0x000000, "Member 'UroborosEggCreatureDecal_C_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEggCreatureDecal_C \ static_assert(alignof(AUroborosEggCreatureDecal_C) == 0x000008, "Wrong alignment on AUroborosEggCreatureDecal_C"); \ static_assert(sizeof(AUroborosEggCreatureDecal_C) == 0x000250, "Wrong size on AUroborosEggCreatureDecal_C"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, UberGraphFrame) == 0x000220, "Member 'AUroborosEggCreatureDecal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, arrow) == 0x000228, "Member 'AUroborosEggCreatureDecal_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, DefaultSceneRoot) == 0x000230, "Member 'AUroborosEggCreatureDecal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, FadeDelay) == 0x000238, "Member 'AUroborosEggCreatureDecal_C::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, FadeDuration) == 0x00023C, "Member 'AUroborosEggCreatureDecal_C::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, bIsActive) == 0x000240, "Member 'AUroborosEggCreatureDecal_C::bIsActive' has a wrong offset!"); \ static_assert(offsetof(AUroborosEggCreatureDecal_C, SpawnedDecal) == 0x000248, "Member 'AUroborosEggCreatureDecal_C::SpawnedDecal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController \ static_assert(alignof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController) == 0x000008, "Wrong alignment on UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController"); \ static_assert(sizeof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController) == 0x000130, "Wrong size on UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, EntryPoint) == 0x000000, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_bool_IsClosed_Variable) == 0x000028, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_ComponentBoundEvent_Actor) == 0x000030, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_ComponentBoundEvent_Stimulus) == 0x000038, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_CustomEvent_QueryInstance) == 0x000078, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_CustomEvent_QueryStatus) == 0x000080, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_SwitchEnum_CmpSuccess) == 0x000081, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000088, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000098, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000A0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0000C0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Less_IntInt_ReturnValue) == 0x0000C9, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_GetAttackersAsArray_ReturnValue) == 0x0000D0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_GetAttackersAsArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_BooleanAND_ReturnValue) == 0x0000E0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_GetEggAttackers_Num) == 0x0000E4, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_GetEggAttackers_Num' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E8, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_K2_GetPawn_ReturnValue) == 0x0000F0, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_bool_Has_Been_Initd_Variable) == 0x0000F8, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_RunEQSQuery_ReturnValue) == 0x000100, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, Temp_int_Variable) == 0x00010C, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000118, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_AsUroboros_Egg_Creature) == 0x000120, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_AsUroboros_Egg_Creature' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'UroborosCreatureController_C_ExecuteUbergraph_UroborosCreatureController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_CustomEvent \ static_assert(alignof(UroborosCreatureController_C_CustomEvent) == 0x000008, "Wrong alignment on UroborosCreatureController_C_CustomEvent"); \ static_assert(sizeof(UroborosCreatureController_C_CustomEvent) == 0x000010, "Wrong size on UroborosCreatureController_C_CustomEvent"); \ static_assert(offsetof(UroborosCreatureController_C_CustomEvent, QueryInstance) == 0x000000, "Member 'UroborosCreatureController_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_CustomEvent, QueryStatus) == 0x000008, "Member 'UroborosCreatureController_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'UroborosCreatureController_C_BndEvt__UroborosCreatureController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_AddThreat \ static_assert(alignof(UroborosCreatureController_C_AddThreat) == 0x000008, "Wrong alignment on UroborosCreatureController_C_AddThreat"); \ static_assert(sizeof(UroborosCreatureController_C_AddThreat) == 0x000040, "Wrong size on UroborosCreatureController_C_AddThreat"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, Instigator_0) == 0x000000, "Member 'UroborosCreatureController_C_AddThreat::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, DamageAmount) == 0x000008, "Member 'UroborosCreatureController_C_AddThreat::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, K2Node_DynamicCast_AsController) == 0x000010, "Member 'UroborosCreatureController_C_AddThreat::K2Node_DynamicCast_AsController' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UroborosCreatureController_C_AddThreat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Map_Find_Value) == 0x00001C, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Map_Find_Value_1) == 0x000034, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Map_Find_ReturnValue_1) == 0x000038, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_AddThreat, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'UroborosCreatureController_C_AddThreat::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_SetFocusedTarget \ static_assert(alignof(UroborosCreatureController_C_SetFocusedTarget) == 0x000008, "Wrong alignment on UroborosCreatureController_C_SetFocusedTarget"); \ static_assert(sizeof(UroborosCreatureController_C_SetFocusedTarget) == 0x000048, "Wrong size on UroborosCreatureController_C_SetFocusedTarget"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, NewTarget) == 0x000000, "Member 'UroborosCreatureController_C_SetFocusedTarget::NewTarget' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, bfound) == 0x000008, "Member 'UroborosCreatureController_C_SetFocusedTarget::bfound' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'UroborosCreatureController_C_SetFocusedTarget::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UroborosCreatureController_C_SetFocusedTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_GetTargetByThreat_Result) == 0x000020, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_GetTargetByThreat_Result' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_GetTargetByThreat_MaxIndexResult) == 0x000028, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_GetTargetByThreat_MaxIndexResult' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_Map_Find_Value) == 0x00002C, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, K2Node_DynamicCast_AsFGCharacter_1) == 0x000038, "Member 'UroborosCreatureController_C_SetFocusedTarget::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UroborosCreatureController_C_SetFocusedTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000041, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue_2) == 0x000042, "Member 'UroborosCreatureController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_GetTargetByThreat \ static_assert(alignof(UroborosCreatureController_C_GetTargetByThreat) == 0x000008, "Wrong alignment on UroborosCreatureController_C_GetTargetByThreat"); \ static_assert(sizeof(UroborosCreatureController_C_GetTargetByThreat) == 0x000068, "Wrong size on UroborosCreatureController_C_GetTargetByThreat"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, Result) == 0x000000, "Member 'UroborosCreatureController_C_GetTargetByThreat::Result' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, MaxIndexResult) == 0x000008, "Member 'UroborosCreatureController_C_GetTargetByThreat::MaxIndexResult' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, MaxIndex) == 0x00000C, "Member 'UroborosCreatureController_C_GetTargetByThreat::MaxIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, MaxValue) == 0x000010, "Member 'UroborosCreatureController_C_GetTargetByThreat::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, Temp_int_Array_Index_Variable) == 0x000014, "Member 'UroborosCreatureController_C_GetTargetByThreat::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'UroborosCreatureController_C_GetTargetByThreat::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Map_Values_Values) == 0x000030, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Array_Get_Item) == 0x000040, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, K2Node_DynamicCast_AsFGCharacter) == 0x000050, "Member 'UroborosCreatureController_C_GetTargetByThreat::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UroborosCreatureController_C_GetTargetByThreat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000059, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetTargetByThreat, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000061, "Member 'UroborosCreatureController_C_GetTargetByThreat::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosCreatureController_C_GetEggAttackers \ static_assert(alignof(UroborosCreatureController_C_GetEggAttackers) == 0x000008, "Wrong alignment on UroborosCreatureController_C_GetEggAttackers"); \ static_assert(sizeof(UroborosCreatureController_C_GetEggAttackers) == 0x000048, "Wrong size on UroborosCreatureController_C_GetEggAttackers"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Array) == 0x000000, "Member 'UroborosCreatureController_C_GetEggAttackers::Array' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Num) == 0x000010, "Member 'UroborosCreatureController_C_GetEggAttackers::Num' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Count) == 0x000014, "Member 'UroborosCreatureController_C_GetEggAttackers::Count' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'UroborosCreatureController_C_GetEggAttackers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UroborosCreatureController_C_GetEggAttackers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, Temp_int_Variable) == 0x00002C, "Member 'UroborosCreatureController_C_GetEggAttackers::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_Array_Get_Item) == 0x000030, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, K2Node_DynamicCast_AsUroboros_Creature_Controller) == 0x000038, "Member 'UroborosCreatureController_C_GetEggAttackers::K2Node_DynamicCast_AsUroboros_Creature_Controller' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UroborosCreatureController_C_GetEggAttackers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000041, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosCreatureController_C_GetEggAttackers, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'UroborosCreatureController_C_GetEggAttackers::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosCreatureController_C \ static_assert(alignof(AUroborosCreatureController_C) == 0x000008, "Wrong alignment on AUroborosCreatureController_C"); \ static_assert(sizeof(AUroborosCreatureController_C) == 0x0003E0, "Wrong size on AUroborosCreatureController_C"); \ static_assert(offsetof(AUroborosCreatureController_C, UberGraphFrame) == 0x0003D0, "Member 'AUroborosCreatureController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosCreatureController_C, FailTargetCounter) == 0x0003D8, "Member 'AUroborosCreatureController_C::FailTargetCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClodDecal_C_ExecuteUbergraph_ClodDecal \ static_assert(alignof(ClodDecal_C_ExecuteUbergraph_ClodDecal) == 0x000008, "Wrong alignment on ClodDecal_C_ExecuteUbergraph_ClodDecal"); \ static_assert(sizeof(ClodDecal_C_ExecuteUbergraph_ClodDecal) == 0x0000D0, "Wrong size on ClodDecal_C_ExecuteUbergraph_ClodDecal"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, EntryPoint) == 0x000000, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, K2Node_Event_bPooledActor) == 0x000014, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::K2Node_Event_bPooledActor' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00001C, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_MakeRotator_ReturnValue) == 0x000020, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00002C, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_IsPooledActor_ReturnValue) == 0x000030, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_IsPooledActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000040, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ClodDecal_C_ExecuteUbergraph_ClodDecal, CallFunc_SpawnDecalAttached_ReturnValue) == 0x0000C8, "Member 'ClodDecal_C_ExecuteUbergraph_ClodDecal::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClodDecal_C_SetIsPooledActor \ static_assert(alignof(ClodDecal_C_SetIsPooledActor) == 0x000001, "Wrong alignment on ClodDecal_C_SetIsPooledActor"); \ static_assert(sizeof(ClodDecal_C_SetIsPooledActor) == 0x000001, "Wrong size on ClodDecal_C_SetIsPooledActor"); \ static_assert(offsetof(ClodDecal_C_SetIsPooledActor, bPooledActor) == 0x000000, "Member 'ClodDecal_C_SetIsPooledActor::bPooledActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClodDecal_C_IsPooledActor \ static_assert(alignof(ClodDecal_C_IsPooledActor) == 0x000001, "Wrong alignment on ClodDecal_C_IsPooledActor"); \ static_assert(sizeof(ClodDecal_C_IsPooledActor) == 0x000001, "Wrong size on ClodDecal_C_IsPooledActor"); \ static_assert(offsetof(ClodDecal_C_IsPooledActor, ReturnValue) == 0x000000, "Member 'ClodDecal_C_IsPooledActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClodDecal_C_IsActive \ static_assert(alignof(ClodDecal_C_IsActive) == 0x000001, "Wrong alignment on ClodDecal_C_IsActive"); \ static_assert(sizeof(ClodDecal_C_IsActive) == 0x000001, "Wrong size on ClodDecal_C_IsActive"); \ static_assert(offsetof(ClodDecal_C_IsActive, ReturnValue) == 0x000000, "Member 'ClodDecal_C_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AClodDecal_C \ static_assert(alignof(AClodDecal_C) == 0x000008, "Wrong alignment on AClodDecal_C"); \ static_assert(sizeof(AClodDecal_C) == 0x000250, "Wrong size on AClodDecal_C"); \ static_assert(offsetof(AClodDecal_C, UberGraphFrame) == 0x000220, "Member 'AClodDecal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, arrow) == 0x000228, "Member 'AClodDecal_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, DefaultSceneRoot) == 0x000230, "Member 'AClodDecal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, FadeDelay) == 0x000238, "Member 'AClodDecal_C::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, FadeDuration) == 0x00023C, "Member 'AClodDecal_C::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, bIsActive) == 0x000240, "Member 'AClodDecal_C::bIsActive' has a wrong offset!"); \ static_assert(offsetof(AClodDecal_C, SpawnedDecal) == 0x000248, "Member 'AClodDecal_C::SpawnedDecal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState \ static_assert(alignof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState) == 0x000008, "Wrong alignment on HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState"); \ static_assert(sizeof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState) == 0x0000A0, "Wrong size on HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, EntryPoint) == 0x000000, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, Temp_int_Array_Index_Variable) == 0x000004, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, Temp_int_Variable) == 0x000008, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_CustomEvent_Object) == 0x000018, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_DynamicCast_AsUroboros) == 0x000020, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_Owner_1) == 0x000030, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_OwnerAsController_1) == 0x000038, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_ControlledPawn_1) == 0x000040, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000048, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Less_FloatFloat_ReturnValue) == 0x00004C, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Array_Get_Item) == 0x000050, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_GotPlayersInArena_Result) == 0x000058, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_GotPlayersInArena_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_DynamicCast_AsSnake_Tesla_Catch) == 0x000060, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_DynamicCast_AsSnake_Tesla_Catch' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_BooleanAND_ReturnValue) == 0x00006B, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_Owner) == 0x000078, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_OwnerAsController) == 0x000080, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_ControlledPawn) == 0x000088, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, K2Node_Event_DeltaTime) == 0x000090, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_Greater_IntInt_ReturnValue) == 0x000098, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState, CallFunc_BooleanOR_ReturnValue) == 0x000099, "Member 'HTN_SyncUroborosState_C_ExecuteUbergraph_HTN_SyncUroborosState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncUroborosState_C_ReceiveTick \ static_assert(alignof(HTN_SyncUroborosState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SyncUroborosState_C_ReceiveTick"); \ static_assert(sizeof(HTN_SyncUroborosState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SyncUroborosState_C_ReceiveTick"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SyncUroborosState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SyncUroborosState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SyncUroborosState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SyncUroborosState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncUroborosState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncUroborosState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncUroborosState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncUroborosState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncUroborosState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncUroborosState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncUroborosState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncUroborosState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncUroborosState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncUroborosState_C_Update \ static_assert(alignof(HTN_SyncUroborosState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncUroborosState_C_Update"); \ static_assert(sizeof(HTN_SyncUroborosState_C_Update) == 0x000008, "Wrong size on HTN_SyncUroborosState_C_Update"); \ static_assert(offsetof(HTN_SyncUroborosState_C_Update, Object) == 0x000000, "Member 'HTN_SyncUroborosState_C_Update::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncUroborosState_C \ static_assert(alignof(UHTN_SyncUroborosState_C) == 0x000008, "Wrong alignment on UHTN_SyncUroborosState_C"); \ static_assert(sizeof(UHTN_SyncUroborosState_C) == 0x000168, "Wrong size on UHTN_SyncUroborosState_C"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncUroborosState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, CurrentTarget) == 0x000098, "Member 'UHTN_SyncUroborosState_C::CurrentTarget' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, EventEnabled) == 0x0000C0, "Member 'UHTN_SyncUroborosState_C::EventEnabled' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, PlayersInArena) == 0x0000E8, "Member 'UHTN_SyncUroborosState_C::PlayersInArena' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, ActiveTeslaCatchCount) == 0x000110, "Member 'UHTN_SyncUroborosState_C::ActiveTeslaCatchCount' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, HaveActiveRope) == 0x000118, "Member 'UHTN_SyncUroborosState_C::HaveActiveRope' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncUroborosState_C, ModuleComplete) == 0x000140, "Member 'UHTN_SyncUroborosState_C::ModuleComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosFireball_C_ExecuteUbergraph_UroborosFireball \ static_assert(alignof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball) == 0x000010, "Wrong alignment on UroborosFireball_C_ExecuteUbergraph_UroborosFireball"); \ static_assert(sizeof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball) == 0x000430, "Wrong size on UroborosFireball_C_ExecuteUbergraph_UroborosFireball"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, EntryPoint) == 0x000000, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Roll) == 0x000010, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Pitch) == 0x000014, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Yaw) == 0x000018, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_HitComponent) == 0x000028, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000030, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000038, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000040, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_Hit) == 0x00004C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000F4, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_SweepResult) == 0x0000F8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_DynamicCast_AsFGCharacter) == 0x000180, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_GetOwner_ReturnValue) == 0x000190, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_ApplyDamage_ReturnValue) == 0x000198, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00019C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_IsOverlappingComponent_ReturnValue) == 0x00019D, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_IsOverlappingComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_GetOwner_ReturnValue_1) == 0x0001A0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0001A8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_ComponentBoundEvent_ImpactResult) == 0x0001AC, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_ComponentBoundEvent_ImpactResult' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000240, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_MakeArray_Array) == 0x000248, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000258, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, Temp_int_Loop_Counter_Variable) == 0x000264, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Add_VectorVector_ReturnValue) == 0x000268, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Add_IntInt_ReturnValue) == 0x000274, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, Temp_object_Variable) == 0x000278, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_LineTraceMultiForObjects_OutHits) == 0x000288, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_LineTraceMultiForObjects_OutHits' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_LineTraceMultiForObjects_ReturnValue) == 0x000298, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_LineTraceMultiForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Array_Length_ReturnValue) == 0x00029C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Less_IntInt_ReturnValue) == 0x0002A0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Array_Get_Item) == 0x0002A4, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BooleanAND_ReturnValue) == 0x00032C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_bBlockingHit) == 0x00032D, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_bInitialOverlap) == 0x00032E, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_Time) == 0x000330, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_Distance) == 0x000334, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_Location) == 0x000338, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_ImpactPoint) == 0x000344, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_Normal) == 0x000350, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_ImpactNormal) == 0x00035C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_PhysMat) == 0x000368, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_HitActor) == 0x000370, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_HitComponent) == 0x000378, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_HitBoneName) == 0x000380, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_HitItem) == 0x000388, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_ElementIndex) == 0x00038C, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_FaceIndex) == 0x000390, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_TraceStart) == 0x000394, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakHitResult_TraceEnd) == 0x0003A0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_IsValid_ReturnValue) == 0x0003AC, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0003B0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, K2Node_DynamicCast_bSuccess_1) == 0x0003B8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0003BC, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Roll_1) == 0x0003C8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Pitch_1) == 0x0003CC, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BreakRotator_Yaw_1) == 0x0003D0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003D4, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_MakeRotator_ReturnValue) == 0x0003D8, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_MakeTransform_ReturnValue) == 0x0003F0, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000420, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_ExecuteUbergraph_UroborosFireball, CallFunc_FinishSpawningActor_ReturnValue) == 0x000428, "Member 'UroborosFireball_C_ExecuteUbergraph_UroborosFireball::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature \ static_assert(alignof(UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature) == 0x000004, "Wrong alignment on UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(sizeof(UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature) == 0x000088, "Wrong size on UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature, ImpactResult) == 0x000000, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_ProjectileMovement_K2Node_ComponentBoundEvent_2_OnProjectileStopDelegate__DelegateSignature::ImpactResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_PawnOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'UroborosFireball_C_BndEvt__UroborosFireball_SphereCollision_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosFireball_C \ static_assert(alignof(AUroborosFireball_C) == 0x000008, "Wrong alignment on AUroborosFireball_C"); \ static_assert(sizeof(AUroborosFireball_C) == 0x000250, "Wrong size on AUroborosFireball_C"); \ static_assert(offsetof(AUroborosFireball_C, UberGraphFrame) == 0x000220, "Member 'AUroborosFireball_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosFireball_C, Niagara) == 0x000228, "Member 'AUroborosFireball_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(AUroborosFireball_C, PawnOverlap) == 0x000230, "Member 'AUroborosFireball_C::PawnOverlap' has a wrong offset!"); \ static_assert(offsetof(AUroborosFireball_C, SphereCollision) == 0x000238, "Member 'AUroborosFireball_C::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(AUroborosFireball_C, ProjectileMovement) == 0x000240, "Member 'AUroborosFireball_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(AUroborosFireball_C, Base_Damage) == 0x000248, "Member 'AUroborosFireball_C::Base_Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosCollar_C \ static_assert(alignof(AUroborosCollar_C) == 0x000008, "Wrong alignment on AUroborosCollar_C"); \ static_assert(sizeof(AUroborosCollar_C) == 0x000230, "Wrong size on AUroborosCollar_C"); \ static_assert(offsetof(AUroborosCollar_C, StaticMesh) == 0x000220, "Member 'AUroborosCollar_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AUroborosCollar_C, DefaultSceneRoot) == 0x000228, "Member 'AUroborosCollar_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_Soldier_T2_C \ static_assert(alignof(ALLVT_Soldier_T2_C) == 0x000008, "Wrong alignment on ALLVT_Soldier_T2_C"); \ static_assert(sizeof(ALLVT_Soldier_T2_C) == 0x000270, "Wrong size on ALLVT_Soldier_T2_C"); \ static_assert(offsetof(ALLVT_Soldier_T2_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_Soldier_T2_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTankFallingShake3_C \ static_assert(alignof(UBugTankFallingShake3_C) == 0x000010, "Wrong alignment on UBugTankFallingShake3_C"); \ static_assert(sizeof(UBugTankFallingShake3_C) == 0x0001E0, "Wrong size on UBugTankFallingShake3_C"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch \ static_assert(alignof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch) == 0x000010, "Wrong alignment on SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch"); \ static_assert(sizeof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch) == 0x0001D0, "Wrong size on SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, EntryPoint) == 0x000000, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, Temp_int_Array_Index_Variable) == 0x000004, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_HasAuthority_ReturnValue) == 0x000011, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_Event_NewState) == 0x000014, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_ComponentBoundEvent_OldValue) == 0x00001C, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_ComponentBoundEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_ComponentBoundEvent_NewValue) == 0x000020, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_DynamicCast_AsHUD_Interface) == 0x000040, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_GetMaxValue_ReturnValue) == 0x000054, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00006C, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_GetValue_ReturnValue) == 0x000078, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000080, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_PlayEventAtLocation_ReturnValue) == 0x0000B8, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000C0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000D0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_RandomUnitVector_ReturnValue) == 0x0000E0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000F0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_RandomUnitVector_ReturnValue_1) == 0x0000FC, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_RandomUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_DamagedActor) == 0x000108, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_Damage) == 0x000110, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_InstigatedBy) == 0x000118, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_HitLocation) == 0x000120, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_FHitComponent) == 0x000130, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_FHitComponent' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_BoneName) == 0x000138, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_BoneName' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_ShotFromDirection) == 0x000140, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_DamageType) == 0x000150, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, K2Node_CustomEvent_DamageCauser) == 0x000158, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000160, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_Add_VectorVector_ReturnValue) == 0x00016C, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_MakeTransform_ReturnValue) == 0x000180, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001B0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001B8, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001C0, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001C8, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_BooleanOR_ReturnValue) == 0x0001C9, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_SetStaticMesh_ReturnValue) == 0x0001CA, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, Temp_bool_IsClosed_Variable) == 0x0001CB, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_IsValid_ReturnValue) == 0x0001CC, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch, CallFunc_RegisterInModule_bResult) == 0x0001CD, "Member 'SnakeTeslaCatch_C_ExecuteUbergraph_SnakeTeslaCatch::CallFunc_RegisterInModule_bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_OnTakePointDamage_Event_0 \ static_assert(alignof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0) == 0x000008, "Wrong alignment on SnakeTeslaCatch_C_OnTakePointDamage_Event_0"); \ static_assert(sizeof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0) == 0x000058, "Wrong size on SnakeTeslaCatch_C_OnTakePointDamage_Event_0"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, DamagedActor) == 0x000000, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, Damage) == 0x000008, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, InstigatedBy) == 0x000010, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, HitLocation) == 0x000018, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::HitLocation' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, FHitComponent) == 0x000028, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::FHitComponent' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, BoneName) == 0x000030, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::BoneName' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, ShotFromDirection) == 0x000038, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, DamageType) == 0x000048, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_OnTakePointDamage_Event_0, DamageCauser) == 0x000050, "Member 'SnakeTeslaCatch_C_OnTakePointDamage_Event_0::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature \ static_assert(alignof(SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature) == 0x000004, "Wrong alignment on SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature"); \ static_assert(sizeof(SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature) == 0x000008, "Wrong size on SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature"); \ static_assert(offsetof(SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature, OldValue) == 0x000000, "Member 'SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature::OldValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature, NewValue) == 0x000004, "Member 'SnakeTeslaCatch_C_BndEvt__SnakeTeslaCatch_Health_K2Node_ComponentBoundEvent_0_OnCharacterStatValueChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_SetActorState \ static_assert(alignof(SnakeTeslaCatch_C_SetActorState) == 0x000004, "Wrong alignment on SnakeTeslaCatch_C_SetActorState"); \ static_assert(sizeof(SnakeTeslaCatch_C_SetActorState) == 0x000008, "Wrong size on SnakeTeslaCatch_C_SetActorState"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetActorState, NewState) == 0x000000, "Member 'SnakeTeslaCatch_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_SetIsActive \ static_assert(alignof(SnakeTeslaCatch_C_SetIsActive) == 0x000008, "Wrong alignment on SnakeTeslaCatch_C_SetIsActive"); \ static_assert(sizeof(SnakeTeslaCatch_C_SetIsActive) == 0x000040, "Wrong size on SnakeTeslaCatch_C_SetIsActive"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, bActive) == 0x000000, "Member 'SnakeTeslaCatch_C_SetIsActive::bActive' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'SnakeTeslaCatch_C_SetIsActive::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, Temp_object_Variable) == 0x000010, "Member 'SnakeTeslaCatch_C_SetIsActive::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000018, "Member 'SnakeTeslaCatch_C_SetIsActive::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'SnakeTeslaCatch_C_SetIsActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000028, "Member 'SnakeTeslaCatch_C_SetIsActive::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000030, "Member 'SnakeTeslaCatch_C_SetIsActive::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_SetIsActive, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'SnakeTeslaCatch_C_SetIsActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_UpdateState \ static_assert(alignof(SnakeTeslaCatch_C_UpdateState) == 0x000001, "Wrong alignment on SnakeTeslaCatch_C_UpdateState"); \ static_assert(sizeof(SnakeTeslaCatch_C_UpdateState) == 0x000005, "Wrong size on SnakeTeslaCatch_C_UpdateState"); \ static_assert(offsetof(SnakeTeslaCatch_C_UpdateState, Temp_bool_Variable) == 0x000000, "Member 'SnakeTeslaCatch_C_UpdateState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UpdateState, Temp_byte_Variable) == 0x000001, "Member 'SnakeTeslaCatch_C_UpdateState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UpdateState, Temp_byte_Variable_1) == 0x000002, "Member 'SnakeTeslaCatch_C_UpdateState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UpdateState, K2Node_Select_Default) == 0x000003, "Member 'SnakeTeslaCatch_C_UpdateState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UpdateState, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'SnakeTeslaCatch_C_UpdateState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_RegisterInModule \ static_assert(alignof(SnakeTeslaCatch_C_RegisterInModule) == 0x000008, "Wrong alignment on SnakeTeslaCatch_C_RegisterInModule"); \ static_assert(sizeof(SnakeTeslaCatch_C_RegisterInModule) == 0x000040, "Wrong size on SnakeTeslaCatch_C_RegisterInModule"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, bResult) == 0x000000, "Member 'SnakeTeslaCatch_C_RegisterInModule::bResult' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'SnakeTeslaCatch_C_RegisterInModule::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, Temp_object_Variable) == 0x000010, "Member 'SnakeTeslaCatch_C_RegisterInModule::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000018, "Member 'SnakeTeslaCatch_C_RegisterInModule::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'SnakeTeslaCatch_C_RegisterInModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000028, "Member 'SnakeTeslaCatch_C_RegisterInModule::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000030, "Member 'SnakeTeslaCatch_C_RegisterInModule::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_RegisterInModule, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'SnakeTeslaCatch_C_RegisterInModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_UnRegisterInModule \ static_assert(alignof(SnakeTeslaCatch_C_UnRegisterInModule) == 0x000008, "Wrong alignment on SnakeTeslaCatch_C_UnRegisterInModule"); \ static_assert(sizeof(SnakeTeslaCatch_C_UnRegisterInModule) == 0x000040, "Wrong size on SnakeTeslaCatch_C_UnRegisterInModule"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, Temp_object_Variable) == 0x000010, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000018, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000028, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000030, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_UnRegisterInModule, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'SnakeTeslaCatch_C_UnRegisterInModule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_GetIsEnemy \ static_assert(alignof(SnakeTeslaCatch_C_GetIsEnemy) == 0x000001, "Wrong alignment on SnakeTeslaCatch_C_GetIsEnemy"); \ static_assert(sizeof(SnakeTeslaCatch_C_GetIsEnemy) == 0x000003, "Wrong size on SnakeTeslaCatch_C_GetIsEnemy"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'SnakeTeslaCatch_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetIsEnemy, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SnakeTeslaCatch_C_GetIsEnemy::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetIsEnemy, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'SnakeTeslaCatch_C_GetIsEnemy::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_GetEnemyData \ static_assert(alignof(SnakeTeslaCatch_C_GetEnemyData) == 0x000008, "Wrong alignment on SnakeTeslaCatch_C_GetEnemyData"); \ static_assert(sizeof(SnakeTeslaCatch_C_GetEnemyData) == 0x000058, "Wrong size on SnakeTeslaCatch_C_GetEnemyData"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetEnemyData, Data) == 0x000000, "Member 'SnakeTeslaCatch_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetEnemyData, CallFunc_GetUIPercentageValue_ReturnValue) == 0x000028, "Member 'SnakeTeslaCatch_C_GetEnemyData::CallFunc_GetUIPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'SnakeTeslaCatch_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000030, "Member 'SnakeTeslaCatch_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_GetActorState \ static_assert(alignof(SnakeTeslaCatch_C_GetActorState) == 0x000004, "Wrong alignment on SnakeTeslaCatch_C_GetActorState"); \ static_assert(sizeof(SnakeTeslaCatch_C_GetActorState) == 0x000008, "Wrong size on SnakeTeslaCatch_C_GetActorState"); \ static_assert(offsetof(SnakeTeslaCatch_C_GetActorState, ReturnValue) == 0x000000, "Member 'SnakeTeslaCatch_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SnakeTeslaCatch_C_ShouldNotBeSaved \ static_assert(alignof(SnakeTeslaCatch_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on SnakeTeslaCatch_C_ShouldNotBeSaved"); \ static_assert(sizeof(SnakeTeslaCatch_C_ShouldNotBeSaved) == 0x000001, "Wrong size on SnakeTeslaCatch_C_ShouldNotBeSaved"); \ static_assert(offsetof(SnakeTeslaCatch_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'SnakeTeslaCatch_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASnakeTeslaCatch_C \ static_assert(alignof(ASnakeTeslaCatch_C) == 0x000008, "Wrong alignment on ASnakeTeslaCatch_C"); \ static_assert(sizeof(ASnakeTeslaCatch_C) == 0x000280, "Wrong size on ASnakeTeslaCatch_C"); \ static_assert(offsetof(ASnakeTeslaCatch_C, UberGraphFrame) == 0x000220, "Member 'ASnakeTeslaCatch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, FGQuestMark) == 0x000228, "Member 'ASnakeTeslaCatch_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, CableAttach) == 0x000230, "Member 'ASnakeTeslaCatch_C::CableAttach' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, Health) == 0x000238, "Member 'ASnakeTeslaCatch_C::Health' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, S_Snake_TeslaCatch_Armor_01) == 0x000240, "Member 'ASnakeTeslaCatch_C::S_Snake_TeslaCatch_Armor_01' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, S_Snake_TeslaCatch_Coil_01) == 0x000248, "Member 'ASnakeTeslaCatch_C::S_Snake_TeslaCatch_Coil_01' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, S_Snake_TeslaCatch_Base_01) == 0x000250, "Member 'ASnakeTeslaCatch_C::S_Snake_TeslaCatch_Base_01' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, S_Snake_TeslaCatch_Socket_01) == 0x000258, "Member 'ASnakeTeslaCatch_C::S_Snake_TeslaCatch_Socket_01' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, PiecesArray) == 0x000260, "Member 'ASnakeTeslaCatch_C::PiecesArray' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, AttachedCable) == 0x000270, "Member 'ASnakeTeslaCatch_C::AttachedCable' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, IsActive) == 0x000278, "Member 'ASnakeTeslaCatch_C::IsActive' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, IsBroken) == 0x000279, "Member 'ASnakeTeslaCatch_C::IsBroken' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, SavedIsActive) == 0x00027A, "Member 'ASnakeTeslaCatch_C::SavedIsActive' has a wrong offset!"); \ static_assert(offsetof(ASnakeTeslaCatch_C, SavedIsBroken) == 0x00027B, "Member 'ASnakeTeslaCatch_C::SavedIsBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner \ static_assert(alignof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner) == 0x000010, "Wrong alignment on UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner"); \ static_assert(sizeof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner) == 0x0000C0, "Wrong size on UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, EntryPoint) == 0x000000, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, K2Node_Event_SpawnInfo) == 0x000010, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::K2Node_Event_SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, K2Node_Event_SpawnedActor) == 0x0000B0, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::K2Node_Event_SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000B8, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'UroborosSpawner_C_ExecuteUbergraph_UroborosSpawner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosSpawner_C_K2_OnActorSpawned \ static_assert(alignof(UroborosSpawner_C_K2_OnActorSpawned) == 0x000010, "Wrong alignment on UroborosSpawner_C_K2_OnActorSpawned"); \ static_assert(sizeof(UroborosSpawner_C_K2_OnActorSpawned) == 0x0000B0, "Wrong size on UroborosSpawner_C_K2_OnActorSpawned"); \ static_assert(offsetof(UroborosSpawner_C_K2_OnActorSpawned, SpawnInfo) == 0x000000, "Member 'UroborosSpawner_C_K2_OnActorSpawned::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UroborosSpawner_C_K2_OnActorSpawned, SpawnedActor) == 0x0000A0, "Member 'UroborosSpawner_C_K2_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosSpawner_C_ShouldNotBeSaved \ static_assert(alignof(UroborosSpawner_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on UroborosSpawner_C_ShouldNotBeSaved"); \ static_assert(sizeof(UroborosSpawner_C_ShouldNotBeSaved) == 0x000001, "Wrong size on UroborosSpawner_C_ShouldNotBeSaved"); \ static_assert(offsetof(UroborosSpawner_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'UroborosSpawner_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosSpawner_C \ static_assert(alignof(AUroborosSpawner_C) == 0x000008, "Wrong alignment on AUroborosSpawner_C"); \ static_assert(sizeof(AUroborosSpawner_C) == 0x000338, "Wrong size on AUroborosSpawner_C"); \ static_assert(offsetof(AUroborosSpawner_C, UberGraphFrame) == 0x000328, "Member 'AUroborosSpawner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUroborosSpawner_C, SublevelCount) == 0x000330, "Member 'AUroborosSpawner_C::SublevelCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner \ static_assert(alignof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner) == 0x000010, "Wrong alignment on GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner"); \ static_assert(sizeof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner) == 0x0001B0, "Wrong size on GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, EntryPoint) == 0x000000, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_Spawn_ReturnValue) == 0x000008, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_Event_DeltaSeconds) == 0x00000C, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_Event_SpawnInfo) == 0x000010, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_Event_SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_Event_SpawnedActor) == 0x0000B0, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_Event_SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000B8, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_BreakTransform_Location) == 0x0000C4, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_BreakTransform_Rotation) == 0x0000D0, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_BreakTransform_Scale) == 0x0000DC, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_MakeArray_Array) == 0x0000E8, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000F8, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_Array_Length_ReturnValue) == 0x000180, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, Temp_int_Loop_Counter_Variable) == 0x000184, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, CallFunc_Add_IntInt_ReturnValue) == 0x00018C, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner, K2Node_MakeStruct_LandingProperty) == 0x000190, "Member 'GenericFlySpawner_C_ExecuteUbergraph_GenericFlySpawner::K2Node_MakeStruct_LandingProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_K2_OnActorSpawned \ static_assert(alignof(GenericFlySpawner_C_K2_OnActorSpawned) == 0x000010, "Wrong alignment on GenericFlySpawner_C_K2_OnActorSpawned"); \ static_assert(sizeof(GenericFlySpawner_C_K2_OnActorSpawned) == 0x0000B0, "Wrong size on GenericFlySpawner_C_K2_OnActorSpawned"); \ static_assert(offsetof(GenericFlySpawner_C_K2_OnActorSpawned, SpawnInfo) == 0x000000, "Member 'GenericFlySpawner_C_K2_OnActorSpawned::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_K2_OnActorSpawned, SpawnedActor) == 0x0000A0, "Member 'GenericFlySpawner_C_K2_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_ReceiveTick \ static_assert(alignof(GenericFlySpawner_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericFlySpawner_C_ReceiveTick"); \ static_assert(sizeof(GenericFlySpawner_C_ReceiveTick) == 0x000004, "Wrong size on GenericFlySpawner_C_ReceiveTick"); \ static_assert(offsetof(GenericFlySpawner_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericFlySpawner_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_UserConstructionScript \ static_assert(alignof(GenericFlySpawner_C_UserConstructionScript) == 0x000004, "Wrong alignment on GenericFlySpawner_C_UserConstructionScript"); \ static_assert(sizeof(GenericFlySpawner_C_UserConstructionScript) == 0x000008, "Wrong size on GenericFlySpawner_C_UserConstructionScript"); \ static_assert(offsetof(GenericFlySpawner_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000000, "Member 'GenericFlySpawner_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'GenericFlySpawner_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_SpawnCharacter \ static_assert(alignof(GenericFlySpawner_C_SpawnCharacter) == 0x000010, "Wrong alignment on GenericFlySpawner_C_SpawnCharacter"); \ static_assert(sizeof(GenericFlySpawner_C_SpawnCharacter) == 0x000290, "Wrong size on GenericFlySpawner_C_SpawnCharacter"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CharacterClass) == 0x000000, "Member 'GenericFlySpawner_C_SpawnCharacter::CharacterClass' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, SpawnTransform) == 0x000010, "Member 'GenericFlySpawner_C_SpawnCharacter::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, SpawnInstigator) == 0x000040, "Member 'GenericFlySpawner_C_SpawnCharacter::SpawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, ReturnValue) == 0x000048, "Member 'GenericFlySpawner_C_SpawnCharacter::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Location) == 0x00004C, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Rotation) == 0x000058, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Scale) == 0x000064, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_SpawnCharacter_ReturnValue) == 0x000070, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_SpawnCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000074, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_MakeTransform_ReturnValue) == 0x000090, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000C0, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_Array_Find_ReturnValue) == 0x0000CC, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Location_1) == 0x0000D4, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Rotation_1) == 0x0000E0, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BreakTransform_Scale_1) == 0x0000EC, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0000F8, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000100, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000108, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000194, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000198, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_MakeTransform_ReturnValue_1) == 0x0001B0, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, K2Node_MakeStruct_ActorSpawnInfo) == 0x0001E0, "Member 'GenericFlySpawner_C_SpawnCharacter::K2Node_MakeStruct_ActorSpawnInfo' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SpawnCharacter, CallFunc_AddToSpawnQueue_ReturnValue) == 0x000280, "Member 'GenericFlySpawner_C_SpawnCharacter::CallFunc_AddToSpawnQueue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_GetRandomSpawnPoint \ static_assert(alignof(GenericFlySpawner_C_GetRandomSpawnPoint) == 0x000008, "Wrong alignment on GenericFlySpawner_C_GetRandomSpawnPoint"); \ static_assert(sizeof(GenericFlySpawner_C_GetRandomSpawnPoint) == 0x000030, "Wrong size on GenericFlySpawner_C_GetRandomSpawnPoint"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, SpawnPoint) == 0x000000, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::SpawnPoint' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, L_SpawnPoints_0) == 0x000008, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::L_SpawnPoints_0' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000020, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_GetRandomSpawnPoint, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericFlySpawner_C_GetRandomSpawnPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_AuxiliaryPoints \ static_assert(alignof(GenericFlySpawner_C_AuxiliaryPoints) == 0x000008, "Wrong alignment on GenericFlySpawner_C_AuxiliaryPoints"); \ static_assert(sizeof(GenericFlySpawner_C_AuxiliaryPoints) == 0x000058, "Wrong size on GenericFlySpawner_C_AuxiliaryPoints"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, bShow) == 0x000000, "Member 'GenericFlySpawner_C_AuxiliaryPoints::bShow' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericFlySpawner_C_AuxiliaryPoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericFlySpawner_C_AuxiliaryPoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'GenericFlySpawner_C_AuxiliaryPoints::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'GenericFlySpawner_C_AuxiliaryPoints::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, K2Node_MakeArray_Array) == 0x000020, "Member 'GenericFlySpawner_C_AuxiliaryPoints::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Array_Get_Item) == 0x000038, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_AuxiliaryPoints, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'GenericFlySpawner_C_AuxiliaryPoints::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFlySpawner_C_SetSplineLocationBasedOnInt \ static_assert(alignof(GenericFlySpawner_C_SetSplineLocationBasedOnInt) == 0x000008, "Wrong alignment on GenericFlySpawner_C_SetSplineLocationBasedOnInt"); \ static_assert(sizeof(GenericFlySpawner_C_SetSplineLocationBasedOnInt) == 0x0000C8, "Wrong size on GenericFlySpawner_C_SetSplineLocationBasedOnInt"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, PointIndex) == 0x000000, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::PointIndex' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, K2Node_MakeArray_Array) == 0x000008, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_Array_Get_Item) == 0x000018, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_BreakVector_X) == 0x000024, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_BreakVector_Y) == 0x000028, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_BreakVector_Z) == 0x00002C, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFlySpawner_C_SetSplineLocationBasedOnInt, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00003C, "Member 'GenericFlySpawner_C_SetSplineLocationBasedOnInt::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFlySpawner_C \ static_assert(alignof(AGenericFlySpawner_C) == 0x000010, "Wrong alignment on AGenericFlySpawner_C"); \ static_assert(sizeof(AGenericFlySpawner_C) == 0x000450, "Wrong size on AGenericFlySpawner_C"); \ static_assert(offsetof(AGenericFlySpawner_C, UberGraphFrame_GenericFlySpawner_C) == 0x000380, "Member 'AGenericFlySpawner_C::UberGraphFrame_GenericFlySpawner_C' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, arrow) == 0x000388, "Member 'AGenericFlySpawner_C::arrow' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, RollingPoint5) == 0x000390, "Member 'AGenericFlySpawner_C::RollingPoint5' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, RollingPoint4) == 0x000398, "Member 'AGenericFlySpawner_C::RollingPoint4' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, RollingPoint3) == 0x0003A0, "Member 'AGenericFlySpawner_C::RollingPoint3' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, RollingPoint2) == 0x0003A8, "Member 'AGenericFlySpawner_C::RollingPoint2' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, RollingPoint1) == 0x0003B0, "Member 'AGenericFlySpawner_C::RollingPoint1' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, Spline) == 0x0003B8, "Member 'AGenericFlySpawner_C::Spline' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, SpawnedCharacter_) == 0x0003C0, "Member 'AGenericFlySpawner_C::SpawnedCharacter_' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, SpawnFX) == 0x0003C8, "Member 'AGenericFlySpawner_C::SpawnFX' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, SpawnPoints) == 0x0003D0, "Member 'AGenericFlySpawner_C::SpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, Map) == 0x0003D1, "Member 'AGenericFlySpawner_C::Map' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, SpawnedClasess) == 0x0003D8, "Member 'AGenericFlySpawner_C::SpawnedClasess' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, L_SpawnPoints) == 0x0003E8, "Member 'AGenericFlySpawner_C::L_SpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, AvailableClasessToFlySpawn) == 0x0003F8, "Member 'AGenericFlySpawner_C::AvailableClasessToFlySpawn' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, FallingSpeed) == 0x000408, "Member 'AGenericFlySpawner_C::FallingSpeed' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, bEnableRollLanding) == 0x00040C, "Member 'AGenericFlySpawner_C::bEnableRollLanding' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, PointTransform) == 0x000410, "Member 'AGenericFlySpawner_C::PointTransform' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, FallingTime) == 0x000440, "Member 'AGenericFlySpawner_C::FallingTime' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, SplineLength) == 0x000444, "Member 'AGenericFlySpawner_C::SplineLength' has a wrong offset!"); \ static_assert(offsetof(AGenericFlySpawner_C, DebugSplineLocation) == 0x000448, "Member 'AGenericFlySpawner_C::DebugSplineLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner \ static_assert(alignof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner) == 0x000010, "Wrong alignment on UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner"); \ static_assert(sizeof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner) == 0x000190, "Wrong size on UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, EntryPoint) == 0x000000, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, K2Node_Event_SpawnInfo) == 0x000010, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::K2Node_Event_SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, K2Node_Event_SpawnedActor) == 0x0000B0, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::K2Node_Event_SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B8, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, CallFunc_BreakTransform_Location) == 0x0000C0, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, CallFunc_BreakTransform_Rotation) == 0x0000CC, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, CallFunc_BreakTransform_Scale) == 0x0000D8, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, K2Node_MakeStruct_LandingProperty) == 0x0000E8, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::K2Node_MakeStruct_LandingProperty' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000100, "Member 'UroborosEggFlySpawner_C_ExecuteUbergraph_UroborosEggFlySpawner::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggFlySpawner_C_K2_OnActorSpawned \ static_assert(alignof(UroborosEggFlySpawner_C_K2_OnActorSpawned) == 0x000010, "Wrong alignment on UroborosEggFlySpawner_C_K2_OnActorSpawned"); \ static_assert(sizeof(UroborosEggFlySpawner_C_K2_OnActorSpawned) == 0x0000B0, "Wrong size on UroborosEggFlySpawner_C_K2_OnActorSpawned"); \ static_assert(offsetof(UroborosEggFlySpawner_C_K2_OnActorSpawned, SpawnInfo) == 0x000000, "Member 'UroborosEggFlySpawner_C_K2_OnActorSpawned::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UroborosEggFlySpawner_C_K2_OnActorSpawned, SpawnedActor) == 0x0000A0, "Member 'UroborosEggFlySpawner_C_K2_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEggFlySpawner_C_ShouldNotBeSaved \ static_assert(alignof(UroborosEggFlySpawner_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on UroborosEggFlySpawner_C_ShouldNotBeSaved"); \ static_assert(sizeof(UroborosEggFlySpawner_C_ShouldNotBeSaved) == 0x000001, "Wrong size on UroborosEggFlySpawner_C_ShouldNotBeSaved"); \ static_assert(offsetof(UroborosEggFlySpawner_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'UroborosEggFlySpawner_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEggFlySpawner_C \ static_assert(alignof(AUroborosEggFlySpawner_C) == 0x000010, "Wrong alignment on AUroborosEggFlySpawner_C"); \ static_assert(sizeof(AUroborosEggFlySpawner_C) == 0x000460, "Wrong size on AUroborosEggFlySpawner_C"); \ static_assert(offsetof(AUroborosEggFlySpawner_C, UberGraphFrame_UroborosEggFlySpawner_C) == 0x000450, "Member 'AUroborosEggFlySpawner_C::UberGraphFrame_UroborosEggFlySpawner_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EatMushroomComplete_C_Received_Notify \ static_assert(alignof(EatMushroomComplete_C_Received_Notify) == 0x000008, "Wrong alignment on EatMushroomComplete_C_Received_Notify"); \ static_assert(sizeof(EatMushroomComplete_C_Received_Notify) == 0x000018, "Wrong size on EatMushroomComplete_C_Received_Notify"); \ static_assert(offsetof(EatMushroomComplete_C_Received_Notify, MeshComp) == 0x000000, "Member 'EatMushroomComplete_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(EatMushroomComplete_C_Received_Notify, Animation) == 0x000008, "Member 'EatMushroomComplete_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(EatMushroomComplete_C_Received_Notify, ReturnValue) == 0x000010, "Member 'EatMushroomComplete_C_Received_Notify::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEatMushroomComplete_C \ static_assert(alignof(UEatMushroomComplete_C) == 0x000008, "Wrong alignment on UEatMushroomComplete_C"); \ static_assert(sizeof(UEatMushroomComplete_C) == 0x000038, "Wrong size on UEatMushroomComplete_C"); \ #define DUMPER7_ASSERTS_AEffect_Poisoning_C \ static_assert(alignof(AEffect_Poisoning_C) == 0x000008, "Wrong alignment on AEffect_Poisoning_C"); \ static_assert(sizeof(AEffect_Poisoning_C) == 0x000350, "Wrong size on AEffect_Poisoning_C"); \ static_assert(offsetof(AEffect_Poisoning_C, DefaultSceneRoot) == 0x000348, "Member 'AEffect_Poisoning_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman \ static_assert(alignof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman) == 0x000138, "Wrong size on NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, EntryPoint) == 0x000000, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_Event_Character_1) == 0x000008, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_Event_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_Event_Character) == 0x000010, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_AsHTNComponent) == 0x000028, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_AsHTNComponent' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetEnemyTrain_ReturnValue) == 0x000038, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetEngineComponent_ReturnValue) == 0x000048, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component) == 0x000050, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetLocomotive_ReturnValue) == 0x000060, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue_2) == 0x000068, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue_3) == 0x000069, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_AsWagon_Module_Generic_Engine) == 0x000070, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_AsWagon_Module_Generic_Engine' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetEnemyTrain_ReturnValue_1) == 0x000080, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetEnemyTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue_4) == 0x000088, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_IsValid_ReturnValue_5) == 0x000089, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x00008C, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000090, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_Less_FloatFloat_ReturnValue) == 0x00009C, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_K2_SetActorRotation_ReturnValue) == 0x00009D, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000AC, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000134, "Member 'NaziJob_TrainMotorman_C_ExecuteUbergraph_NaziJob_TrainMotorman::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_OnExclude \ static_assert(alignof(NaziJob_TrainMotorman_C_OnExclude) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_OnExclude"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_OnExclude) == 0x000008, "Wrong size on NaziJob_TrainMotorman_C_OnExclude"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_OnExclude, Character) == 0x000000, "Member 'NaziJob_TrainMotorman_C_OnExclude::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_OnAssign \ static_assert(alignof(NaziJob_TrainMotorman_C_OnAssign) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_OnAssign"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_OnAssign) == 0x000008, "Wrong size on NaziJob_TrainMotorman_C_OnAssign"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_OnAssign, Character) == 0x000000, "Member 'NaziJob_TrainMotorman_C_OnAssign::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_IsValidJob \ static_assert(alignof(NaziJob_TrainMotorman_C_IsValidJob) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_IsValidJob"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_IsValidJob) == 0x000038, "Wrong size on NaziJob_TrainMotorman_C_IsValidJob"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_TrainMotorman_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000008, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000010, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_NeedOperator_ReturnValue) == 0x00001A, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_NeedOperator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, K2Node_DynamicCast_AsDirector_Area_Module_Chase) == 0x000020, "Member 'NaziJob_TrainMotorman_C_IsValidJob::K2Node_DynamicCast_AsDirector_Area_Module_Chase' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NaziJob_TrainMotorman_C_IsValidJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_GetCurrentSpawnQueueSize_ReturnValue) == 0x00002C, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_GetCurrentSpawnQueueSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidJob, CallFunc_IsValid_ReturnValue_2) == 0x000031, "Member 'NaziJob_TrainMotorman_C_IsValidJob::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB) == 0x000048, "Wrong size on NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x00002C, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000030, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000034, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000040, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_2) == 0x000044, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB, CallFunc_Less_FloatFloat_ReturnValue) == 0x000045, "Member 'NaziJob_TrainMotorman_C_IsCharacterA_Better_CharacterB::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_TrainMotorman_C_IsValidForJob \ static_assert(alignof(NaziJob_TrainMotorman_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_TrainMotorman_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_TrainMotorman_C_IsValidForJob) == 0x000038, "Wrong size on NaziJob_TrainMotorman_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00001C, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, CallFunc_HaveGridPathToLocation_ReturnValue) == 0x000030, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::CallFunc_HaveGridPathToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, CallFunc_IsInTrain_Result) == 0x000031, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_TrainMotorman_C_IsValidForJob, CallFunc_ClassIsChildOf_ReturnValue) == 0x000032, "Member 'NaziJob_TrainMotorman_C_IsValidForJob::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_TrainMotorman_C \ static_assert(alignof(UNaziJob_TrainMotorman_C) == 0x000008, "Wrong alignment on UNaziJob_TrainMotorman_C"); \ static_assert(sizeof(UNaziJob_TrainMotorman_C) == 0x000080, "Wrong size on UNaziJob_TrainMotorman_C"); \ static_assert(offsetof(UNaziJob_TrainMotorman_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_TrainMotorman_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainMotorman_C, Soldier_Parent_Class) == 0x000068, "Member 'UNaziJob_TrainMotorman_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainMotorman_C, MotormanStandPoint) == 0x000070, "Member 'UNaziJob_TrainMotorman_C::MotormanStandPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_TrainMotorman_C, NaziEngineComponent) == 0x000078, "Member 'UNaziJob_TrainMotorman_C::NaziEngineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank \ static_assert(alignof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank) == 0x000008, "Wrong alignment on NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank"); \ static_assert(sizeof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank) == 0x000070, "Wrong size on NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, EntryPoint) == 0x000000, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, K2Node_DynamicCast_AsFGAIDirector_Module_Group) == 0x000008, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::K2Node_DynamicCast_AsFGAIDirector_Module_Group' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_GetGroupCharacters_ReturnValue) == 0x000018, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_GetGroupCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, Temp_int_Array_Index_Variable) == 0x000030, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_Array_Get_Item) == 0x000038, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_IsAlive_ReturnValue) == 0x000041, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_GetObjectClass_ReturnValue) == 0x000048, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_ClassIsChildOf_ReturnValue) == 0x000050, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, K2Node_Event_Character_1) == 0x000058, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::K2Node_Event_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, K2Node_Event_Character) == 0x000060, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'NaziJob_SupportTank_C_ExecuteUbergraph_NaziJob_SupportTank::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_OnExclude \ static_assert(alignof(NaziJob_SupportTank_C_OnExclude) == 0x000008, "Wrong alignment on NaziJob_SupportTank_C_OnExclude"); \ static_assert(sizeof(NaziJob_SupportTank_C_OnExclude) == 0x000008, "Wrong size on NaziJob_SupportTank_C_OnExclude"); \ static_assert(offsetof(NaziJob_SupportTank_C_OnExclude, Character) == 0x000000, "Member 'NaziJob_SupportTank_C_OnExclude::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_OnAssign \ static_assert(alignof(NaziJob_SupportTank_C_OnAssign) == 0x000008, "Wrong alignment on NaziJob_SupportTank_C_OnAssign"); \ static_assert(sizeof(NaziJob_SupportTank_C_OnAssign) == 0x000008, "Wrong size on NaziJob_SupportTank_C_OnAssign"); \ static_assert(offsetof(NaziJob_SupportTank_C_OnAssign, Character) == 0x000000, "Member 'NaziJob_SupportTank_C_OnAssign::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_IsValidJob \ static_assert(alignof(NaziJob_SupportTank_C_IsValidJob) == 0x000001, "Wrong alignment on NaziJob_SupportTank_C_IsValidJob"); \ static_assert(sizeof(NaziJob_SupportTank_C_IsValidJob) == 0x000002, "Wrong size on NaziJob_SupportTank_C_IsValidJob"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_SupportTank_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'NaziJob_SupportTank_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB) == 0x000050, "Wrong size on NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000024, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000030, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_2) == 0x00003C, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000040, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000044, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'NaziJob_SupportTank_C_IsCharacterA_Better_CharacterB::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_SupportTank_C_IsValidForJob \ static_assert(alignof(NaziJob_SupportTank_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_SupportTank_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_SupportTank_C_IsValidForJob) == 0x000030, "Wrong size on NaziJob_SupportTank_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_SupportTank_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_SupportTank_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_SupportTank_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_SupportTank_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'NaziJob_SupportTank_C_IsValidForJob::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, CallFunc_IsInTrain_Result) == 0x000028, "Member 'NaziJob_SupportTank_C_IsValidForJob::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, CallFunc_ClassIsChildOf_ReturnValue) == 0x000029, "Member 'NaziJob_SupportTank_C_IsValidForJob::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_SupportTank_C_IsValidForJob, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'NaziJob_SupportTank_C_IsValidForJob::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_SupportTank_C \ static_assert(alignof(UNaziJob_SupportTank_C) == 0x000008, "Wrong alignment on UNaziJob_SupportTank_C"); \ static_assert(sizeof(UNaziJob_SupportTank_C) == 0x000080, "Wrong size on UNaziJob_SupportTank_C"); \ static_assert(offsetof(UNaziJob_SupportTank_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_SupportTank_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_SupportTank_C, Tank_Parent_Class) == 0x000068, "Member 'UNaziJob_SupportTank_C::Tank_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_SupportTank_C, Soldier_Parent_Class) == 0x000070, "Member 'UNaziJob_SupportTank_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_SupportTank_C, Tank) == 0x000078, "Member 'UNaziJob_SupportTank_C::Tank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly \ static_assert(alignof(NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly) == 0x000004, "Wrong alignment on NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly"); \ static_assert(sizeof(NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly) == 0x000008, "Wrong size on NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly, EntryPoint) == 0x000000, "Member 'NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'NaziJob_PushPlayerTrainEarly_C_ExecuteUbergraph_NaziJob_PushPlayerTrainEarly::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrainEarly_C_IsValidJob \ static_assert(alignof(NaziJob_PushPlayerTrainEarly_C_IsValidJob) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrainEarly_C_IsValidJob"); \ static_assert(sizeof(NaziJob_PushPlayerTrainEarly_C_IsValidJob) == 0x000028, "Wrong size on NaziJob_PushPlayerTrainEarly_C_IsValidJob"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, CallFunc_GetEnemyTrain_ReturnValue) == 0x000008, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, K2Node_DynamicCast_AsFGAi_Train) == 0x000010, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::K2Node_DynamicCast_AsFGAi_Train' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, CallFunc_GetLocomotivesDistance_ReturnValue) == 0x00001C, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::CallFunc_GetLocomotivesDistance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidJob, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidJob::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB) == 0x000018, "Wrong size on NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_2) == 0x000013, "Member 'NaziJob_PushPlayerTrainEarly_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrainEarly_C_IsValidForJob \ static_assert(alignof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrainEarly_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob) == 0x000030, "Wrong size on NaziJob_PushPlayerTrainEarly_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, CallFunc_IsInTrain_Result) == 0x000028, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrainEarly_C_IsValidForJob, CallFunc_ClassIsChildOf_ReturnValue) == 0x000029, "Member 'NaziJob_PushPlayerTrainEarly_C_IsValidForJob::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_PushPlayerTrainEarly_C \ static_assert(alignof(UNaziJob_PushPlayerTrainEarly_C) == 0x000008, "Wrong alignment on UNaziJob_PushPlayerTrainEarly_C"); \ static_assert(sizeof(UNaziJob_PushPlayerTrainEarly_C) == 0x000078, "Wrong size on UNaziJob_PushPlayerTrainEarly_C"); \ static_assert(offsetof(UNaziJob_PushPlayerTrainEarly_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_PushPlayerTrainEarly_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_PushPlayerTrainEarly_C, Soldier_Parent_Class) == 0x000068, "Member 'UNaziJob_PushPlayerTrainEarly_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_PushPlayerTrainEarly_C, bEnabled) == 0x000070, "Member 'UNaziJob_PushPlayerTrainEarly_C::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain \ static_assert(alignof(NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain) == 0x000004, "Wrong alignment on NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain"); \ static_assert(sizeof(NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain) == 0x000008, "Wrong size on NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain, EntryPoint) == 0x000000, "Member 'NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'NaziJob_PushPlayerTrain_C_ExecuteUbergraph_NaziJob_PushPlayerTrain::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrain_C_IsValidJob \ static_assert(alignof(NaziJob_PushPlayerTrain_C_IsValidJob) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrain_C_IsValidJob"); \ static_assert(sizeof(NaziJob_PushPlayerTrain_C_IsValidJob) == 0x000020, "Wrong size on NaziJob_PushPlayerTrain_C_IsValidJob"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, CallFunc_GetEnemyTrain_ReturnValue) == 0x000008, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, K2Node_DynamicCast_AsFGAi_Train) == 0x000010, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::K2Node_DynamicCast_AsFGAi_Train' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidJob, CallFunc_IsAttachedToPlayerTrain_ReturnValue) == 0x00001A, "Member 'NaziJob_PushPlayerTrain_C_IsValidJob::CallFunc_IsAttachedToPlayerTrain_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB) == 0x000018, "Wrong size on NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB, CallFunc_IsValid_ReturnValue_2) == 0x000013, "Member 'NaziJob_PushPlayerTrain_C_IsCharacterA_Better_CharacterB::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_PushPlayerTrain_C_IsValidForJob \ static_assert(alignof(NaziJob_PushPlayerTrain_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_PushPlayerTrain_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_PushPlayerTrain_C_IsValidForJob) == 0x000030, "Wrong size on NaziJob_PushPlayerTrain_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, CallFunc_IsInTrain_Result) == 0x000028, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_PushPlayerTrain_C_IsValidForJob, CallFunc_ClassIsChildOf_ReturnValue) == 0x000029, "Member 'NaziJob_PushPlayerTrain_C_IsValidForJob::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_PushPlayerTrain_C \ static_assert(alignof(UNaziJob_PushPlayerTrain_C) == 0x000008, "Wrong alignment on UNaziJob_PushPlayerTrain_C"); \ static_assert(sizeof(UNaziJob_PushPlayerTrain_C) == 0x000078, "Wrong size on UNaziJob_PushPlayerTrain_C"); \ static_assert(offsetof(UNaziJob_PushPlayerTrain_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_PushPlayerTrain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_PushPlayerTrain_C, Soldier_Parent_Class) == 0x000068, "Member 'UNaziJob_PushPlayerTrain_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_PushPlayerTrain_C, bEnabled) == 0x000070, "Member 'UNaziJob_PushPlayerTrain_C::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear \ static_assert(alignof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear) == 0x000008, "Wrong alignment on NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear"); \ static_assert(sizeof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear) == 0x000030, "Wrong size on NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, EntryPoint) == 0x000000, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, CallFunc_Max_ReturnValue) == 0x000004, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, K2Node_DynamicCast_AsFGAIDirector_Module_Group) == 0x000008, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::K2Node_DynamicCast_AsFGAIDirector_Module_Group' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, CallFunc_GetGroupCharacters_ReturnValue) == 0x000018, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::CallFunc_GetGroupCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'NaziJob_GoToTheRear_C_ExecuteUbergraph_NaziJob_GoToTheRear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_GoToTheRear_C_IsValidJob \ static_assert(alignof(NaziJob_GoToTheRear_C_IsValidJob) == 0x000004, "Wrong alignment on NaziJob_GoToTheRear_C_IsValidJob"); \ static_assert(sizeof(NaziJob_GoToTheRear_C_IsValidJob) == 0x000014, "Wrong size on NaziJob_GoToTheRear_C_IsValidJob"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, ReturnValue) == 0x000000, "Member 'NaziJob_GoToTheRear_C_IsValidJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'NaziJob_GoToTheRear_C_IsValidJob::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'NaziJob_GoToTheRear_C_IsValidJob::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'NaziJob_GoToTheRear_C_IsValidJob::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'NaziJob_GoToTheRear_C_IsValidJob::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidJob, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'NaziJob_GoToTheRear_C_IsValidJob::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB \ static_assert(alignof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB) == 0x000008, "Wrong alignment on NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB"); \ static_assert(sizeof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB) == 0x000048, "Wrong size on NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, A) == 0x000000, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::A' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, B) == 0x000008, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::B' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, ReturnValue) == 0x000010, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000028, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, CallFunc_GetObjectClass_ReturnValue) == 0x000038, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, CallFunc_Less_FloatFloat_ReturnValue) == 0x000040, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB, CallFunc_ClassIsChildOf_ReturnValue) == 0x000041, "Member 'NaziJob_GoToTheRear_C_IsCharacterA_Better_CharacterB::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziJob_GoToTheRear_C_IsValidForJob \ static_assert(alignof(NaziJob_GoToTheRear_C_IsValidForJob) == 0x000008, "Wrong alignment on NaziJob_GoToTheRear_C_IsValidForJob"); \ static_assert(sizeof(NaziJob_GoToTheRear_C_IsValidForJob) == 0x000030, "Wrong size on NaziJob_GoToTheRear_C_IsValidForJob"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, Character) == 0x000000, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, ReturnValue) == 0x000008, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_GetTimeSeconds_ReturnValue) == 0x00000C, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_CanSeeTarget_ReturnValue) == 0x000019, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_CanSeeTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_InCover_Result) == 0x00001A, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_GetCurrentJobType_ReturnValue) == 0x00001D, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_GetCurrentJobType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_InCover_Result_1) == 0x00001E, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_InCover_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001F, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_IsInTrain_Result) == 0x000028, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_IsInTrain_Result' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000029, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_Not_PreBool_ReturnValue_2) == 0x00002A, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_BooleanAND_ReturnValue_1) == 0x00002B, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_BooleanAND_ReturnValue_2) == 0x00002C, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziJob_GoToTheRear_C_IsValidForJob, CallFunc_BooleanOR_ReturnValue) == 0x00002D, "Member 'NaziJob_GoToTheRear_C_IsValidForJob::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziJob_GoToTheRear_C \ static_assert(alignof(UNaziJob_GoToTheRear_C) == 0x000008, "Wrong alignment on UNaziJob_GoToTheRear_C"); \ static_assert(sizeof(UNaziJob_GoToTheRear_C) == 0x000088, "Wrong size on UNaziJob_GoToTheRear_C"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, UberGraphFrame) == 0x000060, "Member 'UNaziJob_GoToTheRear_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, Tank_Parent_Class) == 0x000068, "Member 'UNaziJob_GoToTheRear_C::Tank_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, Soldier_Parent_Class) == 0x000070, "Member 'UNaziJob_GoToTheRear_C::Soldier_Parent_Class' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, CurrentAttackValidTimer) == 0x000078, "Member 'UNaziJob_GoToTheRear_C::CurrentAttackValidTimer' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, CharactersInGroup) == 0x00007C, "Member 'UNaziJob_GoToTheRear_C::CharactersInGroup' has a wrong offset!"); \ static_assert(offsetof(UNaziJob_GoToTheRear_C, CharactersInGroupMax) == 0x000080, "Member 'UNaziJob_GoToTheRear_C::CharactersInGroupMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeleeCrushShake_C \ static_assert(alignof(UMeleeCrushShake_C) == 0x000010, "Wrong alignment on UMeleeCrushShake_C"); \ static_assert(sizeof(UMeleeCrushShake_C) == 0x0001B0, "Wrong size on UMeleeCrushShake_C"); \ #define DUMPER7_ASSERTS_PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush \ static_assert(alignof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush) == 0x000010, "Wrong alignment on PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush"); \ static_assert(sizeof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush) == 0x0000E0, "Wrong size on PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, EntryPoint) == 0x000000, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_IsLocallyControlled_ReturnValue) == 0x000004, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_Start_ReturnValue) == 0x000018, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_MakeArray_Array) == 0x000030, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000048, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000050, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_GetController_ReturnValue) == 0x000068, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000070, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_GetTransform_ReturnValue) == 0x000080, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_PlayEventAtLocation_ReturnValue) == 0x0000B0, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0000B8, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_CreateEffect_ReturnValue) == 0x0000C0, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_CreateEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_HasAuthority_ReturnValue) == 0x0000C8, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush, CallFunc_PlayEvent2D_ReturnValue) == 0x0000D0, "Member 'PlayerAction_MeleeCrush_C_ExecuteUbergraph_PlayerAction_MeleeCrush::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerAction_MeleeCrush_C \ static_assert(alignof(UPlayerAction_MeleeCrush_C) == 0x000008, "Wrong alignment on UPlayerAction_MeleeCrush_C"); \ static_assert(sizeof(UPlayerAction_MeleeCrush_C) == 0x0000A8, "Wrong size on UPlayerAction_MeleeCrush_C"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, UberGraphFrame) == 0x000050, "Member 'UPlayerAction_MeleeCrush_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, Controller) == 0x000058, "Member 'UPlayerAction_MeleeCrush_C::Controller' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, Character) == 0x000060, "Member 'UPlayerAction_MeleeCrush_C::Character' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, BlockList) == 0x000068, "Member 'UPlayerAction_MeleeCrush_C::BlockList' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, bPlaying) == 0x000078, "Member 'UPlayerAction_MeleeCrush_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, StunEffect) == 0x000080, "Member 'UPlayerAction_MeleeCrush_C::StunEffect' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, Duration) == 0x000088, "Member 'UPlayerAction_MeleeCrush_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, SlowdownDuration) == 0x00008C, "Member 'UPlayerAction_MeleeCrush_C::SlowdownDuration' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, ThreedMeleeHitSound) == 0x000090, "Member 'UPlayerAction_MeleeCrush_C::ThreedMeleeHitSound' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, TwodMeleeHitSound) == 0x000098, "Member 'UPlayerAction_MeleeCrush_C::TwodMeleeHitSound' has a wrong offset!"); \ static_assert(offsetof(UPlayerAction_MeleeCrush_C, CameraShakeEffect) == 0x0000A0, "Member 'UPlayerAction_MeleeCrush_C::CameraShakeEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot \ static_assert(alignof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot) == 0x000008, "Wrong alignment on Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot"); \ static_assert(sizeof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot) == 0x000080, "Wrong size on Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, EntryPoint) == 0x000000, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, K2Node_Event_Player_1) == 0x000018, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::K2Node_Event_Player_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000028, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsParkingOnDepot_ReturnValue) == 0x000030, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsParkingOnDepot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_GetEngineComponent_ReturnValue) == 0x000038, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, K2Node_Event_Player) == 0x000040, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::K2Node_Event_Player' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_GetPlayerTrain_ReturnValue_1) == 0x000050, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_GetPlayerTrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_GetEngineComponent_ReturnValue_1) == 0x000060, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_GetEngineComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsValid_ReturnValue_3) == 0x000068, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, K2Node_CustomEvent_State) == 0x000069, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00006A, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsComplete_ReturnValue) == 0x00006B, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_Not_PreBool_ReturnValue_1) == 0x00006C, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_IsParkingOnDepot_ReturnValue_1) == 0x00006D, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_IsParkingOnDepot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006E, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'Task_LeaveFromDepot_C_ExecuteUbergraph_Task_LeaveFromDepot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveFromDepot_C_OnTrainEngineState_Event_0 \ static_assert(alignof(Task_LeaveFromDepot_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong alignment on Task_LeaveFromDepot_C_OnTrainEngineState_Event_0"); \ static_assert(sizeof(Task_LeaveFromDepot_C_OnTrainEngineState_Event_0) == 0x000001, "Wrong size on Task_LeaveFromDepot_C_OnTrainEngineState_Event_0"); \ static_assert(offsetof(Task_LeaveFromDepot_C_OnTrainEngineState_Event_0, State) == 0x000000, "Member 'Task_LeaveFromDepot_C_OnTrainEngineState_Event_0::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveFromDepot_C_OnRemoveFromPlayer \ static_assert(alignof(Task_LeaveFromDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong alignment on Task_LeaveFromDepot_C_OnRemoveFromPlayer"); \ static_assert(sizeof(Task_LeaveFromDepot_C_OnRemoveFromPlayer) == 0x000008, "Wrong size on Task_LeaveFromDepot_C_OnRemoveFromPlayer"); \ static_assert(offsetof(Task_LeaveFromDepot_C_OnRemoveFromPlayer, Player) == 0x000000, "Member 'Task_LeaveFromDepot_C_OnRemoveFromPlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveFromDepot_C_OnGivePlayer \ static_assert(alignof(Task_LeaveFromDepot_C_OnGivePlayer) == 0x000008, "Wrong alignment on Task_LeaveFromDepot_C_OnGivePlayer"); \ static_assert(sizeof(Task_LeaveFromDepot_C_OnGivePlayer) == 0x000008, "Wrong size on Task_LeaveFromDepot_C_OnGivePlayer"); \ static_assert(offsetof(Task_LeaveFromDepot_C_OnGivePlayer, Player) == 0x000000, "Member 'Task_LeaveFromDepot_C_OnGivePlayer::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Task_LeaveFromDepot_C_IsParkingOnDepot \ static_assert(alignof(Task_LeaveFromDepot_C_IsParkingOnDepot) == 0x000008, "Wrong alignment on Task_LeaveFromDepot_C_IsParkingOnDepot"); \ static_assert(sizeof(Task_LeaveFromDepot_C_IsParkingOnDepot) == 0x000020, "Wrong size on Task_LeaveFromDepot_C_IsParkingOnDepot"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, ContextActor) == 0x000000, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::ContextActor' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, ReturnValue) == 0x000008, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, CallFunc_GetState_ReturnValue) == 0x000019, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Task_LeaveFromDepot_C_IsParkingOnDepot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'Task_LeaveFromDepot_C_IsParkingOnDepot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTask_LeaveFromDepot_C \ static_assert(alignof(UTask_LeaveFromDepot_C) == 0x000008, "Wrong alignment on UTask_LeaveFromDepot_C"); \ static_assert(sizeof(UTask_LeaveFromDepot_C) == 0x0000A8, "Wrong size on UTask_LeaveFromDepot_C"); \ static_assert(offsetof(UTask_LeaveFromDepot_C, UberGraphFrame) == 0x0000A0, "Member 'UTask_LeaveFromDepot_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter \ static_assert(alignof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter"); \ static_assert(sizeof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter) == 0x000610, "Wrong size on PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, EntryPoint) == 0x000000, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_HitResult) == 0x000010, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_DamageType) == 0x000098, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_PawnInstigator) == 0x0000A0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_ImpulseDir) == 0x0000A8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_AsPlankton_Group_Controller) == 0x0000B8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_AsPlankton_Group_Controller' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C1, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C2, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Time) == 0x0000C4, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Distance) == 0x0000C8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Location) == 0x0000CC, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Normal) == 0x0000E4, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000100, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitActor) == 0x000108, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitComponent) == 0x000110, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000118, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitItem) == 0x000120, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x000124, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000128, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceStart) == 0x00012C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000138, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetDisplayName_ReturnValue) == 0x000148, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_Hit_4) == 0x000158, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_Hit_4' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0001E0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0001E1, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Time_1) == 0x0001E4, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Distance_1) == 0x0001E8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Location_1) == 0x0001EC, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0001F8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Normal_1) == 0x000204, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000210, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_PhysMat_1) == 0x000220, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitActor_1) == 0x000228, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitComponent_1) == 0x000230, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitBoneName_1) == 0x000238, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitItem_1) == 0x000240, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ElementIndex_1) == 0x000244, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_FaceIndex_1) == 0x000248, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceStart_1) == 0x00024C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceEnd_1) == 0x000258, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_Hit_3) == 0x000264, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_PlayerCharacter_3) == 0x0002F0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetDisplayName_ReturnValue_1) == 0x0002F8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000308, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000309, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Time_2) == 0x00030C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Distance_2) == 0x000310, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Location_2) == 0x000314, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000320, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_Normal_2) == 0x00032C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000338, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_PhysMat_2) == 0x000348, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitActor_2) == 0x000350, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitComponent_2) == 0x000358, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitBoneName_2) == 0x000360, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_HitItem_2) == 0x000368, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_ElementIndex_2) == 0x00036C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_FaceIndex_2) == 0x000370, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceStart_2) == 0x000374, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_BreakHitResult_TraceEnd_2) == 0x000380, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000390, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000398, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_Hit_2) == 0x00039C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_PlayerCharacter_2) == 0x000428, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetMeshIndex_ReturnValue) == 0x000430, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetMeshIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetController_ReturnValue_1) == 0x000438, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_AsPlankton_Group_Controller_1) == 0x000440, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_AsPlankton_Group_Controller_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000448, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_Hit_1) == 0x00044C, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_PlayerCharacter_1) == 0x0004D8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x0004E0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CustomEvent_DamagedActor) == 0x0004F0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CustomEvent_Damage) == 0x0004F8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CustomEvent_DamageType) == 0x000500, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CustomEvent_InstigatedBy) == 0x000508, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_CustomEvent_DamageCauser) == 0x000510, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000518, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_Hit) == 0x000524, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_PlayerCharacter) == 0x0005B0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_HasAuthority_ReturnValue) == 0x0005B8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_NewController) == 0x0005C0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_NewController' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_AsPlankton_Group_Controller_2) == 0x0005C8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_AsPlankton_Group_Controller_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_bSuccess_3) == 0x0005D0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetFollowTarget_Target) == 0x0005D8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetFollowTarget_Target' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetAIController_ReturnValue) == 0x0005E0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_RunHTN_ReturnValue) == 0x0005E8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, CallFunc_GetController_ReturnValue_2) == 0x0005F0, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_Event_InInstigator) == 0x0005F8, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_Event_InInstigator' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_AsPlankton_Group_Controller_3) == 0x000600, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_AsPlankton_Group_Controller_3' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter, K2Node_DynamicCast_bSuccess_4) == 0x000608, "Member 'PlanktonGroupCharacter_C_ExecuteUbergraph_PlanktonGroupCharacter::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnGrappleStart \ static_assert(alignof(PlanktonGroupCharacter_C_OnGrappleStart) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnGrappleStart"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnGrappleStart) == 0x000008, "Wrong size on PlanktonGroupCharacter_C_OnGrappleStart"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnGrappleStart, InInstigator) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_ReceivePossessed \ static_assert(alignof(PlanktonGroupCharacter_C_ReceivePossessed) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_ReceivePossessed"); \ static_assert(sizeof(PlanktonGroupCharacter_C_ReceivePossessed) == 0x000008, "Wrong size on PlanktonGroupCharacter_C_ReceivePossessed"); \ static_assert(offsetof(PlanktonGroupCharacter_C_ReceivePossessed, NewController) == 0x000000, "Member 'PlanktonGroupCharacter_C_ReceivePossessed::NewController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnHoldUseActor \ static_assert(alignof(PlanktonGroupCharacter_C_OnHoldUseActor) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnHoldUseActor"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnHoldUseActor) == 0x000090, "Wrong size on PlanktonGroupCharacter_C_OnHoldUseActor"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnHoldUseActor, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0 \ static_assert(alignof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0) == 0x000028, "Wrong size on PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0, DamagedActor) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0, Damage) == 0x000008, "Member 'PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0::Damage' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0, DamageType) == 0x000010, "Member 'PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0::DamageType' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0, InstigatedBy) == 0x000018, "Member 'PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0, DamageCauser) == 0x000020, "Member 'PlanktonGroupCharacter_C_OnTakeAnyDamage_Event_0::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnAlternateUseActor \ static_assert(alignof(PlanktonGroupCharacter_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnAlternateUseActor"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnAlternateUseActor) == 0x000090, "Wrong size on PlanktonGroupCharacter_C_OnAlternateUseActor"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnAltHoldUseActor \ static_assert(alignof(PlanktonGroupCharacter_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnAltHoldUseActor"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnAltHoldUseActor) == 0x000090, "Wrong size on PlanktonGroupCharacter_C_OnAltHoldUseActor"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnUseActor \ static_assert(alignof(PlanktonGroupCharacter_C_OnUseActor) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_OnUseActor"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnUseActor) == 0x000090, "Wrong size on PlanktonGroupCharacter_C_OnUseActor"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnUseActor, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_OnTakeHit \ static_assert(alignof(PlanktonGroupCharacter_C_OnTakeHit) == 0x000004, "Wrong alignment on PlanktonGroupCharacter_C_OnTakeHit"); \ static_assert(sizeof(PlanktonGroupCharacter_C_OnTakeHit) == 0x000088, "Wrong size on PlanktonGroupCharacter_C_OnTakeHit"); \ static_assert(offsetof(PlanktonGroupCharacter_C_OnTakeHit, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_OnTakeHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_RagdollPlayHit \ static_assert(alignof(PlanktonGroupCharacter_C_RagdollPlayHit) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_RagdollPlayHit"); \ static_assert(sizeof(PlanktonGroupCharacter_C_RagdollPlayHit) == 0x0000A8, "Wrong size on PlanktonGroupCharacter_C_RagdollPlayHit"); \ static_assert(offsetof(PlanktonGroupCharacter_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'PlanktonGroupCharacter_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'PlanktonGroupCharacter_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'PlanktonGroupCharacter_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'PlanktonGroupCharacter_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_GetFollowTarget \ static_assert(alignof(PlanktonGroupCharacter_C_GetFollowTarget) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_GetFollowTarget"); \ static_assert(sizeof(PlanktonGroupCharacter_C_GetFollowTarget) == 0x000008, "Wrong size on PlanktonGroupCharacter_C_GetFollowTarget"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetFollowTarget, Target) == 0x000000, "Member 'PlanktonGroupCharacter_C_GetFollowTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_GetItemSelection \ static_assert(alignof(PlanktonGroupCharacter_C_GetItemSelection) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_GetItemSelection"); \ static_assert(sizeof(PlanktonGroupCharacter_C_GetItemSelection) == 0x0000B0, "Wrong size on PlanktonGroupCharacter_C_GetItemSelection"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemSelection, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemSelection, Player) == 0x000088, "Member 'PlanktonGroupCharacter_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemSelection, SelectionText) == 0x000090, "Member 'PlanktonGroupCharacter_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'PlanktonGroupCharacter_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'PlanktonGroupCharacter_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_GetItemDurability \ static_assert(alignof(PlanktonGroupCharacter_C_GetItemDurability) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_GetItemDurability"); \ static_assert(sizeof(PlanktonGroupCharacter_C_GetItemDurability) == 0x000018, "Wrong size on PlanktonGroupCharacter_C_GetItemDurability"); \ static_assert(offsetof(PlanktonGroupCharacter_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'PlanktonGroupCharacter_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_CanUse \ static_assert(alignof(PlanktonGroupCharacter_C_CanUse) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_CanUse"); \ static_assert(sizeof(PlanktonGroupCharacter_C_CanUse) == 0x000098, "Wrong size on PlanktonGroupCharacter_C_CanUse"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanUse, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanUse, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanUse, ReturnValue) == 0x000090, "Member 'PlanktonGroupCharacter_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_CanHoldUse \ static_assert(alignof(PlanktonGroupCharacter_C_CanHoldUse) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_CanHoldUse"); \ static_assert(sizeof(PlanktonGroupCharacter_C_CanHoldUse) == 0x000098, "Wrong size on PlanktonGroupCharacter_C_CanHoldUse"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanHoldUse, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'PlanktonGroupCharacter_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_CanAltUse \ static_assert(alignof(PlanktonGroupCharacter_C_CanAltUse) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_CanAltUse"); \ static_assert(sizeof(PlanktonGroupCharacter_C_CanAltUse) == 0x000098, "Wrong size on PlanktonGroupCharacter_C_CanAltUse"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltUse, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltUse, ReturnValue) == 0x000090, "Member 'PlanktonGroupCharacter_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_C_CanAltHoldUse \ static_assert(alignof(PlanktonGroupCharacter_C_CanAltHoldUse) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_C_CanAltHoldUse"); \ static_assert(sizeof(PlanktonGroupCharacter_C_CanAltHoldUse) == 0x000098, "Wrong size on PlanktonGroupCharacter_C_CanAltHoldUse"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltHoldUse, Hit) == 0x000000, "Member 'PlanktonGroupCharacter_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'PlanktonGroupCharacter_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'PlanktonGroupCharacter_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanktonGroupCharacter_C \ static_assert(alignof(APlanktonGroupCharacter_C) == 0x000010, "Wrong alignment on APlanktonGroupCharacter_C"); \ static_assert(sizeof(APlanktonGroupCharacter_C) == 0x000EF0, "Wrong size on APlanktonGroupCharacter_C"); \ static_assert(offsetof(APlanktonGroupCharacter_C, UberGraphFrame) == 0x000E70, "Member 'APlanktonGroupCharacter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, Plankton_Sounds) == 0x000E78, "Member 'APlanktonGroupCharacter_C::Plankton_Sounds' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, Arrow1) == 0x000E80, "Member 'APlanktonGroupCharacter_C::Arrow1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, Sphere) == 0x000E88, "Member 'APlanktonGroupCharacter_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SavedFlySpeed) == 0x000E90, "Member 'APlanktonGroupCharacter_C::SavedFlySpeed' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SpawnMin1) == 0x000E94, "Member 'APlanktonGroupCharacter_C::SpawnMin1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SpawnMax1) == 0x000E98, "Member 'APlanktonGroupCharacter_C::SpawnMax1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SpawnTemplate) == 0x000EA0, "Member 'APlanktonGroupCharacter_C::SpawnTemplate' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, PatrolTree) == 0x000EA8, "Member 'APlanktonGroupCharacter_C::PatrolTree' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SpawnCount1) == 0x000EB0, "Member 'APlanktonGroupCharacter_C::SpawnCount1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, SpawnedCount1) == 0x000EB4, "Member 'APlanktonGroupCharacter_C::SpawnedCount1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, Meshes1) == 0x000EB8, "Member 'APlanktonGroupCharacter_C::Meshes1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, RingRadius1) == 0x000EC8, "Member 'APlanktonGroupCharacter_C::RingRadius1' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, ManualRotation) == 0x000ECC, "Member 'APlanktonGroupCharacter_C::ManualRotation' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_C, CurrentLocations1) == 0x000ED8, "Member 'APlanktonGroupCharacter_C::CurrentLocations1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01 \ static_assert(alignof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01) == 0x000008, "Wrong alignment on QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01"); \ static_assert(sizeof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01) == 0x000850, "Wrong size on QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, EntryPoint) == 0x000000, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_26) == 0x000008, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_25) == 0x000020, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable) == 0x000038, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_byte_Variable) == 0x000040, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable) == 0x000048, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_1) == 0x000050, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_2) == 0x000058, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_3) == 0x000060, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_4) == 0x000068, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_5) == 0x000070, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_6) == 0x000078, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_7) == 0x000080, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_8) == 0x000088, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_9) == 0x000090, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_10) == 0x000098, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_11) == 0x0000A0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_24) == 0x0000A8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_23) == 0x0000C0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000C8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_22) == 0x0000D8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_21) == 0x0000F0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000F8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_20) == 0x000108, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_6) == 0x000110, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable_1) == 0x000120, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_7) == 0x000128, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_19) == 0x000138, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_18) == 0x000140, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_8) == 0x000148, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_17) == 0x000158, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_9) == 0x000160, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_16) == 0x000170, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_10) == 0x000178, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_15) == 0x000188, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_11) == 0x000190, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable_2) == 0x0001A0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_byte_Variable_1) == 0x0001A8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_12) == 0x0001B0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_13) == 0x0001B8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_14) == 0x0001C0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001C8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_14) == 0x0001D8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_13) == 0x0001E0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001E8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_12) == 0x0001F8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_14) == 0x000200, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_11) == 0x000210, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_15) == 0x000218, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_10) == 0x000228, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_16) == 0x000230, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable_3) == 0x000240, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_byte_Variable_2) == 0x000248, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_15) == 0x000250, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_16) == 0x000258, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_17) == 0x000260, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_17) == 0x000268, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_byte_Variable_3) == 0x000278, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_18) == 0x00027C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_9) == 0x00028C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_8) == 0x000294, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_19) == 0x00029C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_7) == 0x0002AC, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_20) == 0x0002B4, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_6) == 0x0002C4, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_21) == 0x0002CC, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_5) == 0x0002DC, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_22) == 0x0002E4, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable_4) == 0x0002F4, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_byte_Variable_4) == 0x0002FC, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_18) == 0x000300, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_19) == 0x000308, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_20) == 0x000310, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_21) == 0x000318, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_22) == 0x000320, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_23) == 0x000328, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_24) == 0x000330, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_25) == 0x000338, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_26) == 0x000340, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_27) == 0x000348, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_28) == 0x000350, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_object_Variable_29) == 0x000358, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_4) == 0x000360, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_23) == 0x000368, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_3) == 0x000378, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_24) == 0x000380, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_2) == 0x000390, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_25) == 0x000398, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_1) == 0x0003A8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_26) == 0x0003B0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName) == 0x0003C0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_27) == 0x0003C8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, Temp_name_Variable_5) == 0x0003D8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_28) == 0x0003E0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_27) == 0x0003E8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_28) == 0x0003F0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_NewState) == 0x000400, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_Hit_3) == 0x000408, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_PlayerCharacter_3) == 0x000490, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_Hit_2) == 0x000498, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_PlayerCharacter_2) == 0x000520, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_Hit_1) == 0x000528, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_PlayerCharacter_1) == 0x0005B0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_Instant) == 0x0005B8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_Instant' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0005BC, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_Hit) == 0x0005C0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Event_PlayerCharacter) == 0x000648, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_MakeRotator_ReturnValue) == 0x000650, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue) == 0x00065C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000660, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000668, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_1) == 0x000670, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_2) == 0x000671, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_3) == 0x000672, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000678, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_bSuccess) == 0x000680, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Select_Default) == 0x000688, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_GetBarrelGripType_ReturnValue) == 0x000690, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000698, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Select_Default_1) == 0x0006A0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0006A8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_4) == 0x0006B0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_5) == 0x0006B1, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_6) == 0x0006B2, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_AsFGWeapon_Ranged_1) == 0x0006B8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_AsFGWeapon_Ranged_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_bSuccess_1) == 0x0006C0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Select_Default_2) == 0x0006C8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_GetBarrelGripType_ReturnValue_1) == 0x0006D0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_GetBarrelGripType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x0006D8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_Select_Default_3) == 0x0006E0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x0006E8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_7) == 0x0006F0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_8) == 0x0006F1, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsInFirstPerson_ReturnValue) == 0x0006F2, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_AsThird_Person_Character) == 0x0006F8, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_bSuccess_2) == 0x000700, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000708, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_DynamicCast_bSuccess_3) == 0x000710, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_bBlockingHit) == 0x000711, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_bInitialOverlap) == 0x000712, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_Time) == 0x000714, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_Distance) == 0x000718, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_Location) == 0x00071C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_ImpactPoint) == 0x000728, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_Normal) == 0x000734, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_ImpactNormal) == 0x000740, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_PhysMat) == 0x000750, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_HitActor) == 0x000758, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_HitComponent) == 0x000760, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_HitBoneName) == 0x000768, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_HitItem) == 0x000770, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_ElementIndex) == 0x000774, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_FaceIndex) == 0x000778, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_TraceStart) == 0x00077C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_BreakHitResult_TraceEnd) == 0x000788, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_MakeRotator_ReturnValue_1) == 0x000794, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0007A0, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_GetQuestInventory_ReturnValue) == 0x000828, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_IsValid_ReturnValue_9) == 0x000830, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000831, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CustomEvent_NotifyName_29) == 0x000834, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, K2Node_CreateDelegate_OutputDelegate_29) == 0x00083C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01, CallFunc_Not_PreBool_ReturnValue_1) == 0x00084C, "Member 'QuestSafe_01_C_ExecuteUbergraph_QuestSafe_01::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnUseActor \ static_assert(alignof(QuestSafe_01_C_OnUseActor) == 0x000008, "Wrong alignment on QuestSafe_01_C_OnUseActor"); \ static_assert(sizeof(QuestSafe_01_C_OnUseActor) == 0x000090, "Wrong size on QuestSafe_01_C_OnUseActor"); \ static_assert(offsetof(QuestSafe_01_C_OnUseActor, Hit) == 0x000000, "Member 'QuestSafe_01_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OpenDoorVisual \ static_assert(alignof(QuestSafe_01_C_OpenDoorVisual) == 0x000001, "Wrong alignment on QuestSafe_01_C_OpenDoorVisual"); \ static_assert(sizeof(QuestSafe_01_C_OpenDoorVisual) == 0x000001, "Wrong size on QuestSafe_01_C_OpenDoorVisual"); \ static_assert(offsetof(QuestSafe_01_C_OpenDoorVisual, Instant) == 0x000000, "Member 'QuestSafe_01_C_OpenDoorVisual::Instant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnHoldUseActor \ static_assert(alignof(QuestSafe_01_C_OnHoldUseActor) == 0x000008, "Wrong alignment on QuestSafe_01_C_OnHoldUseActor"); \ static_assert(sizeof(QuestSafe_01_C_OnHoldUseActor) == 0x000090, "Wrong size on QuestSafe_01_C_OnHoldUseActor"); \ static_assert(offsetof(QuestSafe_01_C_OnHoldUseActor, Hit) == 0x000000, "Member 'QuestSafe_01_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnAltHoldUseActor \ static_assert(alignof(QuestSafe_01_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on QuestSafe_01_C_OnAltHoldUseActor"); \ static_assert(sizeof(QuestSafe_01_C_OnAltHoldUseActor) == 0x000090, "Wrong size on QuestSafe_01_C_OnAltHoldUseActor"); \ static_assert(offsetof(QuestSafe_01_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'QuestSafe_01_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnAlternateUseActor \ static_assert(alignof(QuestSafe_01_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on QuestSafe_01_C_OnAlternateUseActor"); \ static_assert(sizeof(QuestSafe_01_C_OnAlternateUseActor) == 0x000090, "Wrong size on QuestSafe_01_C_OnAlternateUseActor"); \ static_assert(offsetof(QuestSafe_01_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'QuestSafe_01_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_SetActorState \ static_assert(alignof(QuestSafe_01_C_SetActorState) == 0x000004, "Wrong alignment on QuestSafe_01_C_SetActorState"); \ static_assert(sizeof(QuestSafe_01_C_SetActorState) == 0x000008, "Wrong size on QuestSafe_01_C_SetActorState"); \ static_assert(offsetof(QuestSafe_01_C_SetActorState, NewState) == 0x000000, "Member 'QuestSafe_01_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF \ static_assert(alignof(QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_0F0570BA4F3B22EBA984EBA9419497EF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_0F0570BA4F3B22EBA984EBA9419497EF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_0F0570BA4F3B22EBA984EBA9419497EF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_0F0570BA4F3B22EBA984EBA9419497EF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_0F0570BA4F3B22EBA984EBA9419497EF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670 \ static_assert(alignof(QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_205F5A694A265AC1C3EF958DCBCF6670::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670 \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_205F5A694A265AC1C3EF958DCBCF6670::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670 \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_205F5A694A265AC1C3EF958DCBCF6670::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670 \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_205F5A694A265AC1C3EF958DCBCF6670::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670 \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_205F5A694A265AC1C3EF958DCBCF6670::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A \ static_assert(alignof(QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_F3ED076A4723C9BC7DAC5883B2133C9A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_F3ED076A4723C9BC7DAC5883B2133C9A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_F3ED076A4723C9BC7DAC5883B2133C9A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_F3ED076A4723C9BC7DAC5883B2133C9A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_F3ED076A4723C9BC7DAC5883B2133C9A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5 \ static_assert(alignof(QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_C7E786A34B1D80C833CBEBAEFE9CC8D5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5 \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_C7E786A34B1D80C833CBEBAEFE9CC8D5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5 \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_C7E786A34B1D80C833CBEBAEFE9CC8D5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5 \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_C7E786A34B1D80C833CBEBAEFE9CC8D5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5 \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_C7E786A34B1D80C833CBEBAEFE9CC8D5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A \ static_assert(alignof(QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_3E853262472A047126F44092E5A2618A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_3E853262472A047126F44092E5A2618A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_3E853262472A047126F44092E5A2618A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_3E853262472A047126F44092E5A2618A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_3E853262472A047126F44092E5A2618A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C \ static_assert(alignof(QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(sizeof(QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000008, "Wrong size on QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(offsetof(QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnCompleted_7CCC1E884725BE46B9C112AA6EB90E0C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C \ static_assert(alignof(QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(sizeof(QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000008, "Wrong size on QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(offsetof(QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnBlendOut_7CCC1E884725BE46B9C112AA6EB90E0C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C \ static_assert(alignof(QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(sizeof(QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000008, "Wrong size on QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(offsetof(QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnInterrupted_7CCC1E884725BE46B9C112AA6EB90E0C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C \ static_assert(alignof(QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyBegin_7CCC1E884725BE46B9C112AA6EB90E0C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C \ static_assert(alignof(QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000004, "Wrong alignment on QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(sizeof(QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C) == 0x000008, "Wrong size on QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C"); \ static_assert(offsetof(QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C, NotifyName) == 0x000000, "Member 'QuestSafe_01_C_OnNotifyEnd_7CCC1E884725BE46B9C112AA6EB90E0C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_CanUse \ static_assert(alignof(QuestSafe_01_C_CanUse) == 0x000008, "Wrong alignment on QuestSafe_01_C_CanUse"); \ static_assert(sizeof(QuestSafe_01_C_CanUse) == 0x000120, "Wrong size on QuestSafe_01_C_CanUse"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, Hit) == 0x000000, "Member 'QuestSafe_01_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, ReturnValue) == 0x000090, "Member 'QuestSafe_01_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_bBlockingHit) == 0x000091, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_bInitialOverlap) == 0x000092, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'QuestSafe_01_C_CanUse::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000114, "Member 'QuestSafe_01_C_CanUse::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000115, "Member 'QuestSafe_01_C_CanUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000116, "Member 'QuestSafe_01_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_HaveActiveQuestTask_ReturnValue_1) == 0x000117, "Member 'QuestSafe_01_C_CanUse::CallFunc_HaveActiveQuestTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000118, "Member 'QuestSafe_01_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_CanHoldUse \ static_assert(alignof(QuestSafe_01_C_CanHoldUse) == 0x000008, "Wrong alignment on QuestSafe_01_C_CanHoldUse"); \ static_assert(sizeof(QuestSafe_01_C_CanHoldUse) == 0x000098, "Wrong size on QuestSafe_01_C_CanHoldUse"); \ static_assert(offsetof(QuestSafe_01_C_CanHoldUse, Hit) == 0x000000, "Member 'QuestSafe_01_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'QuestSafe_01_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_CanAltUse \ static_assert(alignof(QuestSafe_01_C_CanAltUse) == 0x000008, "Wrong alignment on QuestSafe_01_C_CanAltUse"); \ static_assert(sizeof(QuestSafe_01_C_CanAltUse) == 0x000098, "Wrong size on QuestSafe_01_C_CanAltUse"); \ static_assert(offsetof(QuestSafe_01_C_CanAltUse, Hit) == 0x000000, "Member 'QuestSafe_01_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanAltUse, ReturnValue) == 0x000090, "Member 'QuestSafe_01_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_CanAltHoldUse \ static_assert(alignof(QuestSafe_01_C_CanAltHoldUse) == 0x000008, "Wrong alignment on QuestSafe_01_C_CanAltHoldUse"); \ static_assert(sizeof(QuestSafe_01_C_CanAltHoldUse) == 0x000098, "Wrong size on QuestSafe_01_C_CanAltHoldUse"); \ static_assert(offsetof(QuestSafe_01_C_CanAltHoldUse, Hit) == 0x000000, "Member 'QuestSafe_01_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestSafe_01_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'QuestSafe_01_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_GetItemSelection \ static_assert(alignof(QuestSafe_01_C_GetItemSelection) == 0x000008, "Wrong alignment on QuestSafe_01_C_GetItemSelection"); \ static_assert(sizeof(QuestSafe_01_C_GetItemSelection) == 0x000130, "Wrong size on QuestSafe_01_C_GetItemSelection"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, Hit) == 0x000000, "Member 'QuestSafe_01_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, Player) == 0x000088, "Member 'QuestSafe_01_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, SelectionText) == 0x000090, "Member 'QuestSafe_01_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'QuestSafe_01_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'QuestSafe_01_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AB, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AC, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000B0, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B4, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B8, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C4, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000D0, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000DC, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestSafe_01_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x00012D, "Member 'QuestSafe_01_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_GetItemDurability \ static_assert(alignof(QuestSafe_01_C_GetItemDurability) == 0x000008, "Wrong alignment on QuestSafe_01_C_GetItemDurability"); \ static_assert(sizeof(QuestSafe_01_C_GetItemDurability) == 0x000018, "Wrong size on QuestSafe_01_C_GetItemDurability"); \ static_assert(offsetof(QuestSafe_01_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'QuestSafe_01_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_GetActorState \ static_assert(alignof(QuestSafe_01_C_GetActorState) == 0x000004, "Wrong alignment on QuestSafe_01_C_GetActorState"); \ static_assert(sizeof(QuestSafe_01_C_GetActorState) == 0x000008, "Wrong size on QuestSafe_01_C_GetActorState"); \ static_assert(offsetof(QuestSafe_01_C_GetActorState, ReturnValue) == 0x000000, "Member 'QuestSafe_01_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestSafe_01_C_ShouldNotBeSaved \ static_assert(alignof(QuestSafe_01_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on QuestSafe_01_C_ShouldNotBeSaved"); \ static_assert(sizeof(QuestSafe_01_C_ShouldNotBeSaved) == 0x000001, "Wrong size on QuestSafe_01_C_ShouldNotBeSaved"); \ static_assert(offsetof(QuestSafe_01_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'QuestSafe_01_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestSafe_01_C \ static_assert(alignof(AQuestSafe_01_C) == 0x000008, "Wrong alignment on AQuestSafe_01_C"); \ static_assert(sizeof(AQuestSafe_01_C) == 0x000290, "Wrong size on AQuestSafe_01_C"); \ static_assert(offsetof(AQuestSafe_01_C, UberGraphFrame) == 0x000220, "Member 'AQuestSafe_01_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, Pick_Up) == 0x000228, "Member 'AQuestSafe_01_C::Pick_Up' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, Details_Collision) == 0x000230, "Member 'AQuestSafe_01_C::Details_Collision' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, FGQuestMarkOnDetails) == 0x000238, "Member 'AQuestSafe_01_C::FGQuestMarkOnDetails' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, Details) == 0x000240, "Member 'AQuestSafe_01_C::Details' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, FGQuestMark) == 0x000248, "Member 'AQuestSafe_01_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, FMODAudio) == 0x000250, "Member 'AQuestSafe_01_C::FMODAudio' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, Door) == 0x000258, "Member 'AQuestSafe_01_C::Door' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, Base) == 0x000260, "Member 'AQuestSafe_01_C::Base' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, DefaultSceneRoot) == 0x000268, "Member 'AQuestSafe_01_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, TargetRotation) == 0x000270, "Member 'AQuestSafe_01_C::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, TaskTag) == 0x000274, "Member 'AQuestSafe_01_C::TaskTag' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, HasBeenOpened) == 0x00027C, "Member 'AQuestSafe_01_C::HasBeenOpened' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, TaskTagPickUpDetails) == 0x000280, "Member 'AQuestSafe_01_C::TaskTagPickUpDetails' has a wrong offset!"); \ static_assert(offsetof(AQuestSafe_01_C, bDetailsHasBeenLooted) == 0x000288, "Member 'AQuestSafe_01_C::bDetailsHasBeenLooted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_02_Blueprints_C_GetItemSelection \ static_assert(alignof(MQ_02_Blueprints_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_02_Blueprints_C_GetItemSelection"); \ static_assert(sizeof(MQ_02_Blueprints_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_02_Blueprints_C_GetItemSelection"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_02_Blueprints_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_02_Blueprints_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_02_Blueprints_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_02_Blueprints_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_02_Blueprints_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_02_Blueprints_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'MQ_02_Blueprints_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_02_Blueprints_C \ static_assert(alignof(AMQ_02_Blueprints_C) == 0x000008, "Wrong alignment on AMQ_02_Blueprints_C"); \ static_assert(sizeof(AMQ_02_Blueprints_C) == 0x000288, "Wrong size on AMQ_02_Blueprints_C"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_ExecuteUbergraph_QuestWeapon \ static_assert(alignof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon) == 0x000008, "Wrong alignment on QuestWeapon_C_ExecuteUbergraph_QuestWeapon"); \ static_assert(sizeof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon) == 0x0002A8, "Wrong size on QuestWeapon_C_ExecuteUbergraph_QuestWeapon"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, EntryPoint) == 0x000000, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, Temp_int_Array_Index_Variable) == 0x000004, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_NewState) == 0x000010, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_Hit_3) == 0x000018, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_PlayerCharacter_3) == 0x0000A0, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_Hit_2) == 0x0000A8, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_PlayerCharacter_2) == 0x000130, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_Hit_1) == 0x000138, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_PlayerCharacter_1) == 0x0001C0, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_GetQuestManager_ReturnValue) == 0x0001C8, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_Hit) == 0x0001D0, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_Event_PlayerCharacter) == 0x000258, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_IsValid_ReturnValue) == 0x000260, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_DynamicCast_AsThird_Person_Character) == 0x000268, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, K2Node_DynamicCast_bSuccess) == 0x000270, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_GetAllActorsOfClass_OutActors) == 0x000278, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000288, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_Array_Get_Item) == 0x000290, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_IsValid_ReturnValue_1) == 0x000298, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_Unlock_ReturnValue) == 0x000299, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_Unlock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_Array_Length_ReturnValue) == 0x00029C, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_ExecuteUbergraph_QuestWeapon, CallFunc_Less_IntInt_ReturnValue) == 0x0002A0, "Member 'QuestWeapon_C_ExecuteUbergraph_QuestWeapon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_OnUseActor \ static_assert(alignof(QuestWeapon_C_OnUseActor) == 0x000008, "Wrong alignment on QuestWeapon_C_OnUseActor"); \ static_assert(sizeof(QuestWeapon_C_OnUseActor) == 0x000090, "Wrong size on QuestWeapon_C_OnUseActor"); \ static_assert(offsetof(QuestWeapon_C_OnUseActor, Hit) == 0x000000, "Member 'QuestWeapon_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_OnHoldUseActor \ static_assert(alignof(QuestWeapon_C_OnHoldUseActor) == 0x000008, "Wrong alignment on QuestWeapon_C_OnHoldUseActor"); \ static_assert(sizeof(QuestWeapon_C_OnHoldUseActor) == 0x000090, "Wrong size on QuestWeapon_C_OnHoldUseActor"); \ static_assert(offsetof(QuestWeapon_C_OnHoldUseActor, Hit) == 0x000000, "Member 'QuestWeapon_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_OnAltHoldUseActor \ static_assert(alignof(QuestWeapon_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on QuestWeapon_C_OnAltHoldUseActor"); \ static_assert(sizeof(QuestWeapon_C_OnAltHoldUseActor) == 0x000090, "Wrong size on QuestWeapon_C_OnAltHoldUseActor"); \ static_assert(offsetof(QuestWeapon_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'QuestWeapon_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_OnAlternateUseActor \ static_assert(alignof(QuestWeapon_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on QuestWeapon_C_OnAlternateUseActor"); \ static_assert(sizeof(QuestWeapon_C_OnAlternateUseActor) == 0x000090, "Wrong size on QuestWeapon_C_OnAlternateUseActor"); \ static_assert(offsetof(QuestWeapon_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'QuestWeapon_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_SetActorState \ static_assert(alignof(QuestWeapon_C_SetActorState) == 0x000004, "Wrong alignment on QuestWeapon_C_SetActorState"); \ static_assert(sizeof(QuestWeapon_C_SetActorState) == 0x000008, "Wrong size on QuestWeapon_C_SetActorState"); \ static_assert(offsetof(QuestWeapon_C_SetActorState, NewState) == 0x000000, "Member 'QuestWeapon_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_QuestCanUse \ static_assert(alignof(QuestWeapon_C_QuestCanUse) == 0x000001, "Wrong alignment on QuestWeapon_C_QuestCanUse"); \ static_assert(sizeof(QuestWeapon_C_QuestCanUse) == 0x000001, "Wrong size on QuestWeapon_C_QuestCanUse"); \ static_assert(offsetof(QuestWeapon_C_QuestCanUse, bCanUse) == 0x000000, "Member 'QuestWeapon_C_QuestCanUse::bCanUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_OnRep_PlayerPickUped \ static_assert(alignof(QuestWeapon_C_OnRep_PlayerPickUped) == 0x000001, "Wrong alignment on QuestWeapon_C_OnRep_PlayerPickUped"); \ static_assert(sizeof(QuestWeapon_C_OnRep_PlayerPickUped) == 0x000001, "Wrong size on QuestWeapon_C_OnRep_PlayerPickUped"); \ static_assert(offsetof(QuestWeapon_C_OnRep_PlayerPickUped, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'QuestWeapon_C_OnRep_PlayerPickUped::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_CompleteQuest \ static_assert(alignof(QuestWeapon_C_CompleteQuest) == 0x000008, "Wrong alignment on QuestWeapon_C_CompleteQuest"); \ static_assert(sizeof(QuestWeapon_C_CompleteQuest) == 0x000020, "Wrong size on QuestWeapon_C_CompleteQuest"); \ static_assert(offsetof(QuestWeapon_C_CompleteQuest, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'QuestWeapon_C_CompleteQuest::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CompleteQuest, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'QuestWeapon_C_CompleteQuest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CompleteQuest, CallFunc_GetQuestManager_ReturnValue) == 0x000010, "Member 'QuestWeapon_C_CompleteQuest::CallFunc_GetQuestManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'QuestWeapon_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_CanUse \ static_assert(alignof(QuestWeapon_C_CanUse) == 0x000008, "Wrong alignment on QuestWeapon_C_CanUse"); \ static_assert(sizeof(QuestWeapon_C_CanUse) == 0x000098, "Wrong size on QuestWeapon_C_CanUse"); \ static_assert(offsetof(QuestWeapon_C_CanUse, Hit) == 0x000000, "Member 'QuestWeapon_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, ReturnValue) == 0x000090, "Member 'QuestWeapon_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'QuestWeapon_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, CallFunc_HaveActiveQuestTask_ReturnValue) == 0x000092, "Member 'QuestWeapon_C_CanUse::CallFunc_HaveActiveQuestTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000093, "Member 'QuestWeapon_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'QuestWeapon_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x000095, "Member 'QuestWeapon_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_CanHoldUse \ static_assert(alignof(QuestWeapon_C_CanHoldUse) == 0x000008, "Wrong alignment on QuestWeapon_C_CanHoldUse"); \ static_assert(sizeof(QuestWeapon_C_CanHoldUse) == 0x000098, "Wrong size on QuestWeapon_C_CanHoldUse"); \ static_assert(offsetof(QuestWeapon_C_CanHoldUse, Hit) == 0x000000, "Member 'QuestWeapon_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'QuestWeapon_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_CanAltUse \ static_assert(alignof(QuestWeapon_C_CanAltUse) == 0x000008, "Wrong alignment on QuestWeapon_C_CanAltUse"); \ static_assert(sizeof(QuestWeapon_C_CanAltUse) == 0x000098, "Wrong size on QuestWeapon_C_CanAltUse"); \ static_assert(offsetof(QuestWeapon_C_CanAltUse, Hit) == 0x000000, "Member 'QuestWeapon_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanAltUse, ReturnValue) == 0x000090, "Member 'QuestWeapon_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_CanAltHoldUse \ static_assert(alignof(QuestWeapon_C_CanAltHoldUse) == 0x000008, "Wrong alignment on QuestWeapon_C_CanAltHoldUse"); \ static_assert(sizeof(QuestWeapon_C_CanAltHoldUse) == 0x000098, "Wrong size on QuestWeapon_C_CanAltHoldUse"); \ static_assert(offsetof(QuestWeapon_C_CanAltHoldUse, Hit) == 0x000000, "Member 'QuestWeapon_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'QuestWeapon_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'QuestWeapon_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_GetItemSelection \ static_assert(alignof(QuestWeapon_C_GetItemSelection) == 0x000008, "Wrong alignment on QuestWeapon_C_GetItemSelection"); \ static_assert(sizeof(QuestWeapon_C_GetItemSelection) == 0x0000F8, "Wrong size on QuestWeapon_C_GetItemSelection"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, Hit) == 0x000000, "Member 'QuestWeapon_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, Player) == 0x000088, "Member 'QuestWeapon_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, SelectionText) == 0x000090, "Member 'QuestWeapon_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'QuestWeapon_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'QuestWeapon_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, Temp_bool_Variable) == 0x0000AA, "Member 'QuestWeapon_C_GetItemSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AB, "Member 'QuestWeapon_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, Temp_text_Variable) == 0x0000B0, "Member 'QuestWeapon_C_GetItemSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, Temp_text_Variable_1) == 0x0000C8, "Member 'QuestWeapon_C_GetItemSelection::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(QuestWeapon_C_GetItemSelection, K2Node_Select_Default) == 0x0000E0, "Member 'QuestWeapon_C_GetItemSelection::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_GetItemDurability \ static_assert(alignof(QuestWeapon_C_GetItemDurability) == 0x000008, "Wrong alignment on QuestWeapon_C_GetItemDurability"); \ static_assert(sizeof(QuestWeapon_C_GetItemDurability) == 0x000018, "Wrong size on QuestWeapon_C_GetItemDurability"); \ static_assert(offsetof(QuestWeapon_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'QuestWeapon_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_GetActorState \ static_assert(alignof(QuestWeapon_C_GetActorState) == 0x000004, "Wrong alignment on QuestWeapon_C_GetActorState"); \ static_assert(sizeof(QuestWeapon_C_GetActorState) == 0x000008, "Wrong size on QuestWeapon_C_GetActorState"); \ static_assert(offsetof(QuestWeapon_C_GetActorState, ReturnValue) == 0x000000, "Member 'QuestWeapon_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuestWeapon_C_ShouldNotBeSaved \ static_assert(alignof(QuestWeapon_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on QuestWeapon_C_ShouldNotBeSaved"); \ static_assert(sizeof(QuestWeapon_C_ShouldNotBeSaved) == 0x000001, "Wrong size on QuestWeapon_C_ShouldNotBeSaved"); \ static_assert(offsetof(QuestWeapon_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'QuestWeapon_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestWeapon_C \ static_assert(alignof(AQuestWeapon_C) == 0x000008, "Wrong alignment on AQuestWeapon_C"); \ static_assert(sizeof(AQuestWeapon_C) == 0x000278, "Wrong size on AQuestWeapon_C"); \ static_assert(offsetof(AQuestWeapon_C, UberGraphFrame) == 0x000220, "Member 'AQuestWeapon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, FGQuestMark) == 0x000228, "Member 'AQuestWeapon_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, Box) == 0x000230, "Member 'AQuestWeapon_C::Box' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, QuestMark) == 0x000238, "Member 'AQuestWeapon_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, Frame) == 0x000240, "Member 'AQuestWeapon_C::Frame' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, Grip) == 0x000248, "Member 'AQuestWeapon_C::Grip' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, Mag) == 0x000250, "Member 'AQuestWeapon_C::Mag' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, Barrel) == 0x000258, "Member 'AQuestWeapon_C::Barrel' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, QuestManager) == 0x000260, "Member 'AQuestWeapon_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, PlayerPickUped) == 0x000268, "Member 'AQuestWeapon_C::PlayerPickUped' has a wrong offset!"); \ static_assert(offsetof(AQuestWeapon_C, bWeaponPickUped) == 0x000270, "Member 'AQuestWeapon_C::bWeaponPickUped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot \ static_assert(alignof(RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot) == 0x000004, "Wrong alignment on RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot"); \ static_assert(sizeof(RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot) == 0x000004, "Wrong size on RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot"); \ static_assert(offsetof(RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot, EntryPoint) == 0x000000, "Member 'RofleemoMinerAction_GenerateLoot_C_ExecuteUbergraph_RofleemoMinerAction_GenerateLoot::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoMinerAction_GenerateLoot_C \ static_assert(alignof(URofleemoMinerAction_GenerateLoot_C) == 0x000008, "Wrong alignment on URofleemoMinerAction_GenerateLoot_C"); \ static_assert(sizeof(URofleemoMinerAction_GenerateLoot_C) == 0x0000F8, "Wrong size on URofleemoMinerAction_GenerateLoot_C"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoMinerAction_GenerateLoot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, ItemTierList) == 0x0000C0, "Member 'URofleemoMinerAction_GenerateLoot_C::ItemTierList' has a wrong offset!"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, SingleItemList) == 0x0000D0, "Member 'URofleemoMinerAction_GenerateLoot_C::SingleItemList' has a wrong offset!"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, AnimMontage) == 0x0000E0, "Member 'URofleemoMinerAction_GenerateLoot_C::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, OwningRofleemo) == 0x0000E8, "Member 'URofleemoMinerAction_GenerateLoot_C::OwningRofleemo' has a wrong offset!"); \ static_assert(offsetof(URofleemoMinerAction_GenerateLoot_C, SpecComp) == 0x0000F0, "Member 'URofleemoMinerAction_GenerateLoot_C::SpecComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_ExecuteUbergraph_OptionalVolume \ static_assert(alignof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume) == 0x000008, "Wrong alignment on OptionalVolume_C_ExecuteUbergraph_OptionalVolume"); \ static_assert(sizeof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume) == 0x000100, "Wrong size on OptionalVolume_C_ExecuteUbergraph_OptionalVolume"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, EntryPoint) == 0x000000, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue) == 0x000004, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_HasAuthority_ReturnValue) == 0x000006, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_Event_NewState) == 0x000008, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000010, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000018, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000020, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000028, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_GetObjectClass_ReturnValue) == 0x0000B8, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000C0, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0000D8, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, K2Node_CustomEvent_Task) == 0x0000E0, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x0000E9, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000EA, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x0000EB, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue_1) == 0x0000EC, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_HasAuthority_ReturnValue_1) == 0x0000ED, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000EE, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue_2) == 0x0000EF, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_AlreadyHaveKeyInTheWorld_bReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_GetQuestMarkManager_ReturnValue) == 0x0000F0, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_ExecuteUbergraph_OptionalVolume, CallFunc_IsHaveActiveMark_ReturnValue) == 0x0000F8, "Member 'OptionalVolume_C_ExecuteUbergraph_OptionalVolume::CallFunc_IsHaveActiveMark_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_OnTaskStarted_Event_0 \ static_assert(alignof(OptionalVolume_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on OptionalVolume_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(OptionalVolume_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on OptionalVolume_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(OptionalVolume_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'OptionalVolume_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'OptionalVolume_C_BndEvt__OptionalVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_SetActorState \ static_assert(alignof(OptionalVolume_C_SetActorState) == 0x000004, "Wrong alignment on OptionalVolume_C_SetActorState"); \ static_assert(sizeof(OptionalVolume_C_SetActorState) == 0x000008, "Wrong size on OptionalVolume_C_SetActorState"); \ static_assert(offsetof(OptionalVolume_C_SetActorState, NewState) == 0x000000, "Member 'OptionalVolume_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_PlayEngineerTableDialogue \ static_assert(alignof(OptionalVolume_C_PlayEngineerTableDialogue) == 0x000008, "Wrong alignment on OptionalVolume_C_PlayEngineerTableDialogue"); \ static_assert(sizeof(OptionalVolume_C_PlayEngineerTableDialogue) == 0x000020, "Wrong size on OptionalVolume_C_PlayEngineerTableDialogue"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, K2Node_MakeStruct_NarratorDialogueEvent) == 0x000000, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::K2Node_MakeStruct_NarratorDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_HaveActiveGraphTemplate_ReturnValue) == 0x000011, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_HaveActiveGraphTemplate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_HaveCompletedTask_ReturnValue) == 0x000012, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x000013, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_Not_PreBool_ReturnValue_1) == 0x000015, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_HaveActiveTaskByTag_ReturnValue_1) == 0x000016, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_HaveActiveTaskByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_Not_PreBool_ReturnValue_2) == 0x000017, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_Not_PreBool_ReturnValue_3) == 0x000019, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_BooleanAND_ReturnValue_1) == 0x00001A, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayEngineerTableDialogue, CallFunc_BooleanAND_ReturnValue_2) == 0x00001B, "Member 'OptionalVolume_C_PlayEngineerTableDialogue::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_PlayRofleemoDialogue \ static_assert(alignof(OptionalVolume_C_PlayRofleemoDialogue) == 0x000008, "Wrong alignment on OptionalVolume_C_PlayRofleemoDialogue"); \ static_assert(sizeof(OptionalVolume_C_PlayRofleemoDialogue) == 0x000020, "Wrong size on OptionalVolume_C_PlayRofleemoDialogue"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, K2Node_MakeStruct_NarratorDialogueEvent) == 0x000000, "Member 'OptionalVolume_C_PlayRofleemoDialogue::K2Node_MakeStruct_NarratorDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, CallFunc_GetQuestNarrator_ReturnValue) == 0x000010, "Member 'OptionalVolume_C_PlayRofleemoDialogue::CallFunc_GetQuestNarrator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'OptionalVolume_C_PlayRofleemoDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'OptionalVolume_C_PlayRofleemoDialogue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x00001A, "Member 'OptionalVolume_C_PlayRofleemoDialogue::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_PlayRofleemoDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'OptionalVolume_C_PlayRofleemoDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_EnableMarkForTaskGetKey \ static_assert(alignof(OptionalVolume_C_EnableMarkForTaskGetKey) == 0x000008, "Wrong alignment on OptionalVolume_C_EnableMarkForTaskGetKey"); \ static_assert(sizeof(OptionalVolume_C_EnableMarkForTaskGetKey) == 0x000030, "Wrong size on OptionalVolume_C_EnableMarkForTaskGetKey"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_GetQuestMarkManager_ReturnValue) == 0x000010, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_GetQuestMarkManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_IsHaveActiveMark_ReturnValue) == 0x00001A, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_IsHaveActiveMark_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x00001B, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_IsValid_ReturnValue_2) == 0x00001C, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_HaveActiveTaskByTag_ReturnValue_1) == 0x00001D, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_HaveActiveTaskByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_K2_SetTimer_ReturnValue_1) == 0x000020, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_EnableMarkForTaskGetKey, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'OptionalVolume_C_EnableMarkForTaskGetKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_OnKeySpawned \ static_assert(alignof(OptionalVolume_C_OnKeySpawned) == 0x000001, "Wrong alignment on OptionalVolume_C_OnKeySpawned"); \ static_assert(sizeof(OptionalVolume_C_OnKeySpawned) == 0x000001, "Wrong size on OptionalVolume_C_OnKeySpawned"); \ static_assert(offsetof(OptionalVolume_C_OnKeySpawned, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'OptionalVolume_C_OnKeySpawned::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_GetActorState \ static_assert(alignof(OptionalVolume_C_GetActorState) == 0x000004, "Wrong alignment on OptionalVolume_C_GetActorState"); \ static_assert(sizeof(OptionalVolume_C_GetActorState) == 0x000008, "Wrong size on OptionalVolume_C_GetActorState"); \ static_assert(offsetof(OptionalVolume_C_GetActorState, ReturnValue) == 0x000000, "Member 'OptionalVolume_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_AlreadyHaveKeyInTheWorld \ static_assert(alignof(OptionalVolume_C_AlreadyHaveKeyInTheWorld) == 0x000008, "Wrong alignment on OptionalVolume_C_AlreadyHaveKeyInTheWorld"); \ static_assert(sizeof(OptionalVolume_C_AlreadyHaveKeyInTheWorld) == 0x000020, "Wrong size on OptionalVolume_C_AlreadyHaveKeyInTheWorld"); \ static_assert(offsetof(OptionalVolume_C_AlreadyHaveKeyInTheWorld, bReturnValue) == 0x000000, "Member 'OptionalVolume_C_AlreadyHaveKeyInTheWorld::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_AlreadyHaveKeyInTheWorld, bHaveKeyInWorld) == 0x000001, "Member 'OptionalVolume_C_AlreadyHaveKeyInTheWorld::bHaveKeyInWorld' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_AlreadyHaveKeyInTheWorld, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'OptionalVolume_C_AlreadyHaveKeyInTheWorld::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_AlreadyHaveKeyInTheWorld, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'OptionalVolume_C_AlreadyHaveKeyInTheWorld::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(OptionalVolume_C_AlreadyHaveKeyInTheWorld, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00001C, "Member 'OptionalVolume_C_AlreadyHaveKeyInTheWorld::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalVolume_C_ShouldNotBeSaved \ static_assert(alignof(OptionalVolume_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on OptionalVolume_C_ShouldNotBeSaved"); \ static_assert(sizeof(OptionalVolume_C_ShouldNotBeSaved) == 0x000001, "Wrong size on OptionalVolume_C_ShouldNotBeSaved"); \ static_assert(offsetof(OptionalVolume_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'OptionalVolume_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOptionalVolume_C \ static_assert(alignof(AOptionalVolume_C) == 0x000008, "Wrong alignment on AOptionalVolume_C"); \ static_assert(sizeof(AOptionalVolume_C) == 0x000260, "Wrong size on AOptionalVolume_C"); \ static_assert(offsetof(AOptionalVolume_C, UberGraphFrame) == 0x000220, "Member 'AOptionalVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, FGQuestMark) == 0x000228, "Member 'AOptionalVolume_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, Box) == 0x000230, "Member 'AOptionalVolume_C::Box' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, DefaultSceneRoot) == 0x000238, "Member 'AOptionalVolume_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, bEngineerTableDialoguePlaying) == 0x000240, "Member 'AOptionalVolume_C::bEngineerTableDialoguePlaying' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, bRofleemoDialoguePlaying) == 0x000241, "Member 'AOptionalVolume_C::bRofleemoDialoguePlaying' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, bGetKeyMarkShowed) == 0x000242, "Member 'AOptionalVolume_C::bGetKeyMarkShowed' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, TT_MQ_06_GetKey) == 0x000244, "Member 'AOptionalVolume_C::TT_MQ_06_GetKey' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, QuestManager) == 0x000250, "Member 'AOptionalVolume_C::QuestManager' has a wrong offset!"); \ static_assert(offsetof(AOptionalVolume_C, GetItemClass) == 0x000258, "Member 'AOptionalVolume_C::GetItemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGun_2_C \ static_assert(alignof(AGun_2_C) == 0x000010, "Wrong alignment on AGun_2_C"); \ static_assert(sizeof(AGun_2_C) == 0x001710, "Wrong size on AGun_2_C"); \ #define DUMPER7_ASSERTS_AGenericQuestItem_C \ static_assert(alignof(AGenericQuestItem_C) == 0x000010, "Wrong alignment on AGenericQuestItem_C"); \ static_assert(sizeof(AGenericQuestItem_C) == 0x0003E0, "Wrong size on AGenericQuestItem_C"); \ #define DUMPER7_ASSERTS_MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey \ static_assert(alignof(MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey) == 0x000004, "Wrong alignment on MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey"); \ static_assert(sizeof(MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey) == 0x000004, "Wrong size on MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey, EntryPoint) == 0x000000, "Member 'MQ_06_QuestItem_AngarKey_C_ExecuteUbergraph_MQ_06_QuestItem_AngarKey::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume \ static_assert(alignof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume) == 0x000008, "Wrong alignment on MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume"); \ static_assert(sizeof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume) == 0x000038, "Wrong size on MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, CallFunc_Array_Get_Item) == 0x000028, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'MQ_06_QuestItem_AngarKey_C_CallEventForOptionalVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_06_QuestItem_AngarKey_C_GetItemSelection \ static_assert(alignof(MQ_06_QuestItem_AngarKey_C_GetItemSelection) == 0x000008, "Wrong alignment on MQ_06_QuestItem_AngarKey_C_GetItemSelection"); \ static_assert(sizeof(MQ_06_QuestItem_AngarKey_C_GetItemSelection) == 0x0000B0, "Wrong size on MQ_06_QuestItem_AngarKey_C_GetItemSelection"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, Hit) == 0x000000, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, Player) == 0x000088, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, SelectionText) == 0x000090, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000AA, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MQ_06_QuestItem_AngarKey_C_GetItemDurability \ static_assert(alignof(MQ_06_QuestItem_AngarKey_C_GetItemDurability) == 0x000008, "Wrong alignment on MQ_06_QuestItem_AngarKey_C_GetItemDurability"); \ static_assert(sizeof(MQ_06_QuestItem_AngarKey_C_GetItemDurability) == 0x000018, "Wrong size on MQ_06_QuestItem_AngarKey_C_GetItemDurability"); \ static_assert(offsetof(MQ_06_QuestItem_AngarKey_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'MQ_06_QuestItem_AngarKey_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMQ_06_QuestItem_AngarKey_C \ static_assert(alignof(AMQ_06_QuestItem_AngarKey_C) == 0x000010, "Wrong alignment on AMQ_06_QuestItem_AngarKey_C"); \ static_assert(sizeof(AMQ_06_QuestItem_AngarKey_C) == 0x000400, "Wrong size on AMQ_06_QuestItem_AngarKey_C"); \ static_assert(offsetof(AMQ_06_QuestItem_AngarKey_C, UberGraphFrame) == 0x0003E0, "Member 'AMQ_06_QuestItem_AngarKey_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AMQ_06_QuestItem_AngarKey_C, Sphere) == 0x0003E8, "Member 'AMQ_06_QuestItem_AngarKey_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AMQ_06_QuestItem_AngarKey_C, FGQuestMark) == 0x0003F0, "Member 'AMQ_06_QuestItem_AngarKey_C::FGQuestMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon) == 0x000140, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, EntryPoint) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, Temp_int_Array_Index_Variable) == 0x000004, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Get_Item) == 0x000010, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_DynamicCast_AsFGWagon) == 0x000020, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000030, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_IsAlive_ReturnValue) == 0x000039, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_Owner_2) == 0x000040, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_OwnerAsController_2) == 0x000048, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_OwnerAsController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_ControlledPawn_2) == 0x000050, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_DeltaTime) == 0x000058, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_CustomEvent_Pawn) == 0x000060, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_Owner_1) == 0x000068, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_OwnerAsController_1) == 0x000070, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_ControlledPawn_1) == 0x000078, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000098, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_Owner) == 0x0000A8, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_OwnerAsController) == 0x0000B0, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_ControlledPawn) == 0x0000B8, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, K2Node_Event_NodeResult) == 0x0000C0, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x0000C4, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Add_ReturnValue_1) == 0x0000EC, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Random_OutItem) == 0x0000F0, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Random_OutIndex) == 0x0000F8, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Random_OutItem_1) == 0x000100, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Random_OutIndex_1) == 0x000108, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Length_ReturnValue_2) == 0x000110, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Conv_IntToBool_ReturnValue) == 0x000114, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x000115, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_GetAllActorsOfClass_OutActors) == 0x000118, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000128, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon, CallFunc_Array_Add_ReturnValue_2) == 0x000138, "Member 'HTN_SharkFocusPlayerOrWagon_C_ExecuteUbergraph_HTN_SharkFocusPlayerOrWagon::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_Update \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_Update) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_Update"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_Update) == 0x000008, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_Update"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_Update, Pawn) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_ReceiveTick \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_ReceiveTick"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_ReceiveTick"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SharkFocusPlayerOrWagon_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons) == 0x0000E8, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, OwnerActor) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, LocalKeySet) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::LocalKeySet' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, LocalSortedWagons) == 0x000018, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::LocalSortedWagons' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, Temp_int_Array_Index_Variable) == 0x000074, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Subtract_IntInt_ReturnValue) == 0x00007C, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Min_ReturnValue) == 0x000084, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Map_Values_Values) == 0x000090, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, Temp_int_Variable) == 0x0000A0, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Get_Item) == 0x0000A4, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Add_ReturnValue) == 0x0000BC, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C0, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Length_ReturnValue_1) == 0x0000CC, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000D0, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D5, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D8, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Array_Length_ReturnValue_2) == 0x0000DC, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons, CallFunc_Greater_IntInt_ReturnValue) == 0x0000E0, "Member 'HTN_SharkFocusPlayerOrWagon_C_FilterFarWagons::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray \ static_assert(alignof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray) == 0x000008, "Wrong alignment on HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray"); \ static_assert(sizeof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray) == 0x000040, "Wrong size on HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, InputPin) == 0x000000, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::InputPin' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, TargetArray) == 0x000008, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::TargetArray' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, Temp_int_Array_Index_Variable) == 0x000024, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Array_Get_Item) == 0x000028, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray, CallFunc_BooleanAND_ReturnValue) == 0x00003C, "Member 'HTN_SharkFocusPlayerOrWagon_C_SortedAddToArray::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkFocusPlayerOrWagon_C \ static_assert(alignof(UHTN_SharkFocusPlayerOrWagon_C) == 0x000008, "Wrong alignment on UHTN_SharkFocusPlayerOrWagon_C"); \ static_assert(sizeof(UHTN_SharkFocusPlayerOrWagon_C) == 0x000118, "Wrong size on UHTN_SharkFocusPlayerOrWagon_C"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SharkFocusPlayerOrWagon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, FocusLocation) == 0x000098, "Member 'UHTN_SharkFocusPlayerOrWagon_C::FocusLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, FocusActor) == 0x0000C0, "Member 'UHTN_SharkFocusPlayerOrWagon_C::FocusActor' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, PlayersInVoid) == 0x0000E8, "Member 'UHTN_SharkFocusPlayerOrWagon_C::PlayersInVoid' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, WagonsActors) == 0x0000F8, "Member 'UHTN_SharkFocusPlayerOrWagon_C::WagonsActors' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkFocusPlayerOrWagon_C, Actors) == 0x000108, "Member 'UHTN_SharkFocusPlayerOrWagon_C::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints \ static_assert(alignof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints) == 0x000008, "Wrong alignment on HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints"); \ static_assert(sizeof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints) == 0x000080, "Wrong size on HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, EntryPoint) == 0x000000, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_CustomEvent_Pawn) == 0x000028, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_CustomEvent_DeltaTime) == 0x000030, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_Owner_1) == 0x000038, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_OwnerAsController_1) == 0x000040, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_Event_DeltaTime) == 0x000050, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_DynamicCast_AsShark) == 0x000058, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_GetAngerScale_Result) == 0x000064, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_GetAngerScale_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_GetAngerScale_Result_1) == 0x000068, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_GetAngerScale_Result_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000074, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_GetWorldStateValueAsBool_ReturnValue) == 0x000078, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_GetWorldStateValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00007C, "Member 'HTN_SharkAddActionPoints_C_ExecuteUbergraph_HTN_SharkAddActionPoints::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddActionPoints_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkAddActionPoints_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkAddActionPoints_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkAddActionPoints_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkAddActionPoints_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkAddActionPoints_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkAddActionPoints_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddActionPoints_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddActionPoints_C_Update \ static_assert(alignof(HTN_SharkAddActionPoints_C_Update) == 0x000008, "Wrong alignment on HTN_SharkAddActionPoints_C_Update"); \ static_assert(sizeof(HTN_SharkAddActionPoints_C_Update) == 0x000010, "Wrong size on HTN_SharkAddActionPoints_C_Update"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_Update, Pawn) == 0x000000, "Member 'HTN_SharkAddActionPoints_C_Update::Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_Update, DeltaTime) == 0x000008, "Member 'HTN_SharkAddActionPoints_C_Update::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddActionPoints_C_ReceiveTick \ static_assert(alignof(HTN_SharkAddActionPoints_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SharkAddActionPoints_C_ReceiveTick"); \ static_assert(sizeof(HTN_SharkAddActionPoints_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SharkAddActionPoints_C_ReceiveTick"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SharkAddActionPoints_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SharkAddActionPoints_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddActionPoints_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddActionPoints_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SharkAddActionPoints_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkAddActionPoints_C \ static_assert(alignof(UHTN_SharkAddActionPoints_C) == 0x000008, "Wrong alignment on UHTN_SharkAddActionPoints_C"); \ static_assert(sizeof(UHTN_SharkAddActionPoints_C) == 0x0000C8, "Wrong size on UHTN_SharkAddActionPoints_C"); \ static_assert(offsetof(UHTN_SharkAddActionPoints_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SharkAddActionPoints_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddActionPoints_C, SecondsToAdd) == 0x000098, "Member 'UHTN_SharkAddActionPoints_C::SecondsToAdd' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddActionPoints_C, SecondsToAddTrainMoving) == 0x00009C, "Member 'UHTN_SharkAddActionPoints_C::SecondsToAddTrainMoving' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddActionPoints_C, TrainIsMoving) == 0x0000A0, "Member 'UHTN_SharkAddActionPoints_C::TrainIsMoving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy \ static_assert(alignof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy) == 0x000008, "Wrong alignment on HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy"); \ static_assert(sizeof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy) == 0x000060, "Wrong size on HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, EntryPoint) == 0x000000, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_NodeResult) == 0x000020, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_DynamicCast_AsShark) == 0x000028, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_Owner_1) == 0x000038, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_OwnerAsController_1) == 0x000040, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_DynamicCast_AsShark_1) == 0x000050, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'HTN_SharkScopeLazy_C_ExecuteUbergraph_HTN_SharkScopeLazy::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeLazy_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkScopeLazy_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkScopeLazy_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeLazy_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkScopeLazy_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkScopeLazy_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkScopeLazy_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkScopeLazy_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeLazy_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeLazy_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkScopeLazy_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkScopeLazy_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkScopeLazy_C_PerformConditionCheck) == 0x000020, "Wrong size on HTN_SharkScopeLazy_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkScopeLazy_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeLazy_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeLazy_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkScopeLazy_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeLazy_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkScopeLazy_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkScopeLazy_C \ static_assert(alignof(UHTN_SharkScopeLazy_C) == 0x000008, "Wrong alignment on UHTN_SharkScopeLazy_C"); \ static_assert(sizeof(UHTN_SharkScopeLazy_C) == 0x000090, "Wrong size on UHTN_SharkScopeLazy_C"); \ static_assert(offsetof(UHTN_SharkScopeLazy_C, UberGraphFrame) == 0x000088, "Member 'UHTN_SharkScopeLazy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound \ static_assert(alignof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound) == 0x000088, "Wrong size on MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, EntryPoint) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_Event_IsHold) == 0x000004, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_Event_IsDesignTime) == 0x000018, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_Event_Show) == 0x000019, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, CallFunc_IsGamepadMode_Is_Gamepad_Mode) == 0x00001A, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::CallFunc_IsGamepadMode_Is_Gamepad_Mode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, CallFunc_Array_Get_Item) == 0x000020, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_DynamicCast_AsGamepad_Interface) == 0x000028, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000040, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_CustomEvent_Value) == 0x000054, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_CustomEvent_ValuePercent) == 0x000058, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_CustomEvent_ValuePercent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, CallFunc_GPI_ShowGamepadMode_self_CastInput) == 0x000060, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::CallFunc_GPI_ShowGamepadMode_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_MakeArray_Array) == 0x000070, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound, K2Node_Event_IsHold_1) == 0x000080, "Member 'MainMenuV2_Settings_Sound_C_ExecuteUbergraph_MainMenuV2_Settings_Sound::K2Node_Event_IsHold_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_Settings_Sound_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_Settings_Sound_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_CustomEvent_0 \ static_assert(alignof(MainMenuV2_Settings_Sound_C_CustomEvent_0) == 0x000004, "Wrong alignment on MainMenuV2_Settings_Sound_C_CustomEvent_0"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_CustomEvent_0) == 0x000008, "Wrong size on MainMenuV2_Settings_Sound_C_CustomEvent_0"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_CustomEvent_0, Value) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_CustomEvent_0::Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_CustomEvent_0, ValuePercent) == 0x000004, "Member 'MainMenuV2_Settings_Sound_C_CustomEvent_0::ValuePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_PreConstruct \ static_assert(alignof(MainMenuV2_Settings_Sound_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_ReadSettings \ static_assert(alignof(MainMenuV2_Settings_Sound_C_ReadSettings) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Sound_C_ReadSettings"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_ReadSettings) == 0x000040, "Wrong size on MainMenuV2_Settings_Sound_C_ReadSettings"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_GetGameInstance_ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, K2Node_DynamicCast_AsFGGame_Instance) == 0x000010, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue) == 0x00001C, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_1) == 0x000020, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_2) == 0x000024, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_3) == 0x000028, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_4) == 0x00002C, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_5) == 0x000030, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ReadSettings, CallFunc_FClamp_ReturnValue_6) == 0x000038, "Member 'MainMenuV2_Settings_Sound_C_ReadSettings::CallFunc_FClamp_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_ApplyChanges \ static_assert(alignof(MainMenuV2_Settings_Sound_C_ApplyChanges) == 0x000008, "Wrong alignment on MainMenuV2_Settings_Sound_C_ApplyChanges"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_ApplyChanges) == 0x000028, "Wrong size on MainMenuV2_Settings_Sound_C_ApplyChanges"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, CallFunc_GetGameInstance_ReturnValue) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, K2Node_DynamicCast_AsFGGame_Instance) == 0x000008, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_ApplyChanges, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'MainMenuV2_Settings_Sound_C_ApplyChanges::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_Settings_Sound_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Settings_Sound_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_Settings_Sound_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_Settings_Sound_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_Settings_Sound_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_Settings_Sound_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_Settings_Sound_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_Settings_Sound_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Settings_Sound_C \ static_assert(alignof(UMainMenuV2_Settings_Sound_C) == 0x000008, "Wrong alignment on UMainMenuV2_Settings_Sound_C"); \ static_assert(sizeof(UMainMenuV2_Settings_Sound_C) == 0x0002B8, "Wrong size on UMainMenuV2_Settings_Sound_C"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Settings_Sound_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_CharacterVolume) == 0x000268, "Member 'UMainMenuV2_Settings_Sound_C::Slider_CharacterVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_MasterVolume) == 0x000270, "Member 'UMainMenuV2_Settings_Sound_C::Slider_MasterVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_MusicToolsVolume) == 0x000278, "Member 'UMainMenuV2_Settings_Sound_C::Slider_MusicToolsVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_MusicVolume) == 0x000280, "Member 'UMainMenuV2_Settings_Sound_C::Slider_MusicVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_RofleemoMusicTools_1) == 0x000288, "Member 'UMainMenuV2_Settings_Sound_C::Slider_RofleemoMusicTools_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_RofleemoVolume) == 0x000290, "Member 'UMainMenuV2_Settings_Sound_C::Slider_RofleemoVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Slider_SFXVolume) == 0x000298, "Member 'UMainMenuV2_Settings_Sound_C::Slider_SFXVolume' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, Settings_Menu_Ref) == 0x0002A0, "Member 'UMainMenuV2_Settings_Sound_C::Settings_Menu_Ref' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Settings_Sound_C, NavWidgets) == 0x0002A8, "Member 'UMainMenuV2_Settings_Sound_C::NavWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkMutagenSpawnPoint_C \ static_assert(alignof(ASharkMutagenSpawnPoint_C) == 0x000008, "Wrong alignment on ASharkMutagenSpawnPoint_C"); \ static_assert(sizeof(ASharkMutagenSpawnPoint_C) == 0x000238, "Wrong size on ASharkMutagenSpawnPoint_C"); \ static_assert(offsetof(ASharkMutagenSpawnPoint_C, Sphere) == 0x000220, "Member 'ASharkMutagenSpawnPoint_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagenSpawnPoint_C, DefaultSceneRoot) == 0x000228, "Member 'ASharkMutagenSpawnPoint_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagenSpawnPoint_C, bIsFarPoint) == 0x000230, "Member 'ASharkMutagenSpawnPoint_C::bIsFarPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor \ static_assert(alignof(SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor) == 0x000004, "Wrong alignment on SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor"); \ static_assert(sizeof(SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor) == 0x000008, "Wrong size on SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor"); \ static_assert(offsetof(SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor, EntryPoint) == 0x000000, "Member 'SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'SharkMutagenDestructibleActor_C_ExecuteUbergraph_SharkMutagenDestructibleActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkMutagenDestructibleActor_C_ReceiveTick \ static_assert(alignof(SharkMutagenDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong alignment on SharkMutagenDestructibleActor_C_ReceiveTick"); \ static_assert(sizeof(SharkMutagenDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong size on SharkMutagenDestructibleActor_C_ReceiveTick"); \ static_assert(offsetof(SharkMutagenDestructibleActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'SharkMutagenDestructibleActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkMutagenDestructibleActor_C \ static_assert(alignof(ASharkMutagenDestructibleActor_C) == 0x000008, "Wrong alignment on ASharkMutagenDestructibleActor_C"); \ static_assert(sizeof(ASharkMutagenDestructibleActor_C) == 0x000240, "Wrong size on ASharkMutagenDestructibleActor_C"); \ static_assert(offsetof(ASharkMutagenDestructibleActor_C, UberGraphFrame) == 0x000220, "Member 'ASharkMutagenDestructibleActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagenDestructibleActor_C, DissolveComponent) == 0x000228, "Member 'ASharkMutagenDestructibleActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagenDestructibleActor_C, DestructibleMesh) == 0x000230, "Member 'ASharkMutagenDestructibleActor_C::DestructibleMesh' has a wrong offset!"); \ static_assert(offsetof(ASharkMutagenDestructibleActor_C, DefaultSceneRoot) == 0x000238, "Member 'ASharkMutagenDestructibleActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_GetValidSharkMutagens_C_DoItemGeneration \ static_assert(alignof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration) == 0x000008, "Wrong alignment on EQSGen_GetValidSharkMutagens_C_DoItemGeneration"); \ static_assert(sizeof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration) == 0x000058, "Wrong size on EQSGen_GetValidSharkMutagens_C_DoItemGeneration"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::ContextLocations' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, Temp_int_Array_Index_Variable) == 0x000010, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_GetQuerier_ReturnValue) == 0x000020, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_GetQuerier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_GetAllActorsOfClass_OutActors) == 0x000028, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Array_Get_Item) == 0x000038, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, K2Node_DynamicCast_AsShark_Mutagen) == 0x000048, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::K2Node_DynamicCast_AsShark_Mutagen' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Not_PreBool_ReturnValue) == 0x000052, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000053, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_Not_PreBool_ReturnValue_1) == 0x000055, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetValidSharkMutagens_C_DoItemGeneration, CallFunc_BooleanOR_ReturnValue) == 0x000056, "Member 'EQSGen_GetValidSharkMutagens_C_DoItemGeneration::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQSGen_GetValidSharkMutagens_C \ static_assert(alignof(UEQSGen_GetValidSharkMutagens_C) == 0x000008, "Wrong alignment on UEQSGen_GetValidSharkMutagens_C"); \ static_assert(sizeof(UEQSGen_GetValidSharkMutagens_C) == 0x000090, "Wrong size on UEQSGen_GetValidSharkMutagens_C"); \ static_assert(offsetof(UEQSGen_GetValidSharkMutagens_C, Actor_Class) == 0x000080, "Member 'UEQSGen_GetValidSharkMutagens_C::Actor_Class' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_GetValidSharkMutagens_C, bNeedFarPoints) == 0x000088, "Member 'UEQSGen_GetValidSharkMutagens_C::bNeedFarPoints' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_GetValidSharkMutagens_C, bNeedMiddlePoints) == 0x000089, "Member 'UEQSGen_GetValidSharkMutagens_C::bNeedMiddlePoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState \ static_assert(alignof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState"); \ static_assert(sizeof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState) == 0x0000A8, "Wrong size on HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, EntryPoint) == 0x000000, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_CustomEvent_Pawn) == 0x000008, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_Owner_1) == 0x000010, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_OwnerAsController) == 0x000018, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_GetPlayerTrain_ReturnValue) == 0x000028, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_NeedMoveAway_Result) == 0x000030, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_NeedMoveAway_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_Array_Get_Item) == 0x000050, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_IsValid_ReturnValue_1) == 0x00005C, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_Conv_IntToBool_ReturnValue) == 0x00005D, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000060, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_Owner_2) == 0x000070, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_OwnerAsController_1) == 0x000078, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_ControlledPawn_2) == 0x000080, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_DeltaTime) == 0x000088, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_Owner) == 0x000090, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_OwnerController) == 0x000098, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState, K2Node_Event_ControlledPawn) == 0x0000A0, "Member 'HTN_SyncVoidState_C_ExecuteUbergraph_HTN_SyncVoidState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted \ static_assert(alignof(HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted"); \ static_assert(sizeof(HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted) == 0x000018, "Wrong size on HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted, Owner) == 0x000000, "Member 'HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted, OwnerController) == 0x000008, "Member 'HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted, ControlledPawn) == 0x000010, "Member 'HTN_SyncVoidState_C_ReceiveOnPlanExecutionStarted::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncVoidState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncVoidState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncVoidState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncVoidState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncVoidState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncVoidState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_Update \ static_assert(alignof(HTN_SyncVoidState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_Update"); \ static_assert(sizeof(HTN_SyncVoidState_C_Update) == 0x000008, "Wrong size on HTN_SyncVoidState_C_Update"); \ static_assert(offsetof(HTN_SyncVoidState_C_Update, Pawn) == 0x000000, "Member 'HTN_SyncVoidState_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_ReceiveTick \ static_assert(alignof(HTN_SyncVoidState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_ReceiveTick"); \ static_assert(sizeof(HTN_SyncVoidState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SyncVoidState_C_ReceiveTick"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SyncVoidState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SyncVoidState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SyncVoidState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SyncVoidState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncVoidState_C_NeedMoveAway \ static_assert(alignof(HTN_SyncVoidState_C_NeedMoveAway) == 0x000008, "Wrong alignment on HTN_SyncVoidState_C_NeedMoveAway"); \ static_assert(sizeof(HTN_SyncVoidState_C_NeedMoveAway) == 0x000030, "Wrong size on HTN_SyncVoidState_C_NeedMoveAway"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, ContextActor) == 0x000000, "Member 'HTN_SyncVoidState_C_NeedMoveAway::ContextActor' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, Result) == 0x000008, "Member 'HTN_SyncVoidState_C_NeedMoveAway::Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, K2Node_DynamicCast_AsFGAICharacter) == 0x000010, "Member 'HTN_SyncVoidState_C_NeedMoveAway::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTN_SyncVoidState_C_NeedMoveAway::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, CallFunc_GetMapGenerator_ReturnValue) == 0x000020, "Member 'HTN_SyncVoidState_C_NeedMoveAway::CallFunc_GetMapGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'HTN_SyncVoidState_C_NeedMoveAway::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, CallFunc_CanSpawnVoidCreatures_ReturnValue) == 0x000029, "Member 'HTN_SyncVoidState_C_NeedMoveAway::CallFunc_CanSpawnVoidCreatures_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'HTN_SyncVoidState_C_NeedMoveAway::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncVoidState_C_NeedMoveAway, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'HTN_SyncVoidState_C_NeedMoveAway::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncVoidState_C \ static_assert(alignof(UHTN_SyncVoidState_C) == 0x000008, "Wrong alignment on UHTN_SyncVoidState_C"); \ static_assert(sizeof(UHTN_SyncVoidState_C) == 0x000110, "Wrong size on UHTN_SyncVoidState_C"); \ static_assert(offsetof(UHTN_SyncVoidState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncVoidState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncVoidState_C, Train) == 0x000098, "Member 'UHTN_SyncVoidState_C::Train' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncVoidState_C, TrainLocation) == 0x0000C0, "Member 'UHTN_SyncVoidState_C::TrainLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncVoidState_C, bNeedMoveAway) == 0x0000E8, "Member 'UHTN_SyncVoidState_C::bNeedMoveAway' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen \ static_assert(alignof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen) == 0x000008, "Wrong alignment on HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen"); \ static_assert(sizeof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen) == 0x000030, "Wrong size on HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, EntryPoint) == 0x000000, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkAddMutagen_C_ExecuteUbergraph_HTN_SharkAddMutagen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddMutagen_C_ReceiveExecute \ static_assert(alignof(HTN_SharkAddMutagen_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkAddMutagen_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkAddMutagen_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkAddMutagen_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkAddMutagen_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkAddMutagen_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddMutagen_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddMutagen_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkAddMutagen_C \ static_assert(alignof(UHTN_SharkAddMutagen_C) == 0x000008, "Wrong alignment on UHTN_SharkAddMutagen_C"); \ static_assert(sizeof(UHTN_SharkAddMutagen_C) == 0x000128, "Wrong size on UHTN_SharkAddMutagen_C"); \ static_assert(offsetof(UHTN_SharkAddMutagen_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkAddMutagen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddMutagen_C, CanMakeEvolutionKey) == 0x000100, "Member 'UHTN_SharkAddMutagen_C::CanMakeEvolutionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen \ static_assert(alignof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen) == 0x000008, "Wrong alignment on HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen"); \ static_assert(sizeof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen) == 0x000070, "Wrong size on HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, EntryPoint) == 0x000000, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000008, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_Owner_1) == 0x000010, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_OwnerAsController_1) == 0x000018, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_DynamicCast_AsShark_Mutagen) == 0x000028, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_DynamicCast_AsShark_Mutagen' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_Owner) == 0x000038, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_OwnerAsController) == 0x000040, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_ControlledPawn) == 0x000048, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_Event_NodeResult) == 0x000050, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, CallFunc_GetWorldStateValueAsActor_ReturnValue_1) == 0x000058, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::CallFunc_GetWorldStateValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_DynamicCast_AsShark_Mutagen_1) == 0x000060, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_DynamicCast_AsShark_Mutagen_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'HTN_SharkScopeOccupyMutagen_C_ExecuteUbergraph_HTN_SharkScopeOccupyMutagen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOccupyMutagen_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck) == 0x000020, "Wrong size on HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkScopeOccupyMutagen_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkScopeOccupyMutagen_C \ static_assert(alignof(UHTN_SharkScopeOccupyMutagen_C) == 0x000008, "Wrong alignment on UHTN_SharkScopeOccupyMutagen_C"); \ static_assert(sizeof(UHTN_SharkScopeOccupyMutagen_C) == 0x0000B8, "Wrong size on UHTN_SharkScopeOccupyMutagen_C"); \ static_assert(offsetof(UHTN_SharkScopeOccupyMutagen_C, UberGraphFrame) == 0x000088, "Member 'UHTN_SharkScopeOccupyMutagen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkScopeOccupyMutagen_C, TargetActor) == 0x000090, "Member 'UHTN_SharkScopeOccupyMutagen_C::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation \ static_assert(alignof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation) == 0x000008, "Wrong alignment on HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation"); \ static_assert(sizeof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation) == 0x000038, "Wrong size on HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, EntryPoint) == 0x000000, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000020, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'HTN_GetActorLocation_C_ExecuteUbergraph_HTN_GetActorLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetActorLocation_C_ReceiveExecute \ static_assert(alignof(HTN_GetActorLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_GetActorLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_GetActorLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_GetActorLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_GetActorLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_GetActorLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_GetActorLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetActorLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_GetActorLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps) == 0x000040, "Wrong size on HTN_GetActorLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000018, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000028, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetActorLocation_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'HTN_GetActorLocation_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_GetActorLocation_C \ static_assert(alignof(UHTN_GetActorLocation_C) == 0x000008, "Wrong alignment on UHTN_GetActorLocation_C"); \ static_assert(sizeof(UHTN_GetActorLocation_C) == 0x000150, "Wrong size on UHTN_GetActorLocation_C"); \ static_assert(offsetof(UHTN_GetActorLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_GetActorLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetActorLocation_C, Actor) == 0x000100, "Member 'UHTN_GetActorLocation_C::Actor' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetActorLocation_C, Location) == 0x000128, "Member 'UHTN_GetActorLocation_C::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState \ static_assert(alignof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState) == 0x000008, "Wrong alignment on HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState"); \ static_assert(sizeof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState) == 0x000078, "Wrong size on HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, EntryPoint) == 0x000000, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_Owner_1) == 0x000008, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_OwnerAsController_1) == 0x000010, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_DeltaTime) == 0x000020, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_CustomEvent_Pawn) == 0x000028, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_GetPlayerTrain_ReturnValue) == 0x000030, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_Owner) == 0x000038, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_OwnerAsController) == 0x000040, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, K2Node_Event_ControlledPawn) == 0x000048, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_GetLocomotive_ReturnValue) == 0x000058, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_IsEmpty_ReturnValue) == 0x000060, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_GetVelocity_ReturnValue) == 0x000064, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000070, "Member 'HTN_GetTrainState_C_ExecuteUbergraph_HTN_GetTrainState::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetTrainState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_GetTrainState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_GetTrainState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_GetTrainState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_GetTrainState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_GetTrainState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_GetTrainState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_GetTrainState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetTrainState_C_Update \ static_assert(alignof(HTN_GetTrainState_C_Update) == 0x000008, "Wrong alignment on HTN_GetTrainState_C_Update"); \ static_assert(sizeof(HTN_GetTrainState_C_Update) == 0x000008, "Wrong size on HTN_GetTrainState_C_Update"); \ static_assert(offsetof(HTN_GetTrainState_C_Update, Pawn) == 0x000000, "Member 'HTN_GetTrainState_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetTrainState_C_ReceiveTick \ static_assert(alignof(HTN_GetTrainState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_GetTrainState_C_ReceiveTick"); \ static_assert(sizeof(HTN_GetTrainState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_GetTrainState_C_ReceiveTick"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_GetTrainState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_GetTrainState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_GetTrainState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetTrainState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_GetTrainState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_GetTrainState_C \ static_assert(alignof(UHTN_GetTrainState_C) == 0x000008, "Wrong alignment on UHTN_GetTrainState_C"); \ static_assert(sizeof(UHTN_GetTrainState_C) == 0x0000E8, "Wrong size on UHTN_GetTrainState_C"); \ static_assert(offsetof(UHTN_GetTrainState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_GetTrainState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetTrainState_C, TrainIsEmpty) == 0x000098, "Member 'UHTN_GetTrainState_C::TrainIsEmpty' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetTrainState_C, TrainIsMoving) == 0x0000C0, "Member 'UHTN_GetTrainState_C::TrainIsMoving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck) == 0x000038, "Wrong size on HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, CallFunc_GetTimeSeconds_ReturnValue) == 0x00001C, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, CallFunc_GetHuntPlanktonCooldown_Result) == 0x00002C, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::CallFunc_GetHuntPlanktonCooldown_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck, CallFunc_Less_FloatFloat_ReturnValue) == 0x000034, "Member 'HTN_SharkHuntPlanktonIsOnCD_C_PerformConditionCheck::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkHuntPlanktonIsOnCD_C \ static_assert(alignof(UHTN_SharkHuntPlanktonIsOnCD_C) == 0x000008, "Wrong alignment on UHTN_SharkHuntPlanktonIsOnCD_C"); \ static_assert(sizeof(UHTN_SharkHuntPlanktonIsOnCD_C) == 0x000088, "Wrong size on UHTN_SharkHuntPlanktonIsOnCD_C"); \ #define DUMPER7_ASSERTS_HTNDecorator_Distance3D_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_Distance3D_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_Distance3D_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_Distance3D_C_PerformConditionCheck) == 0x000050, "Wrong size on HTNDecorator_Distance3D_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, DistSq) == 0x00001C, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::DistSq' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_Get_B_Location_ReturnValue) == 0x000020, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_Get_B_Location_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_Get_A_Location_ReturnValue) == 0x00002C, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_Get_A_Location_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000038, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_Square_ReturnValue) == 0x00003C, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_Square_ReturnValue_1) == 0x000044, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000048, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'HTNDecorator_Distance3D_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_Distance3D_C_Get_A_Location \ static_assert(alignof(HTNDecorator_Distance3D_C_Get_A_Location) == 0x000008, "Wrong alignment on HTNDecorator_Distance3D_C_Get_A_Location"); \ static_assert(sizeof(HTNDecorator_Distance3D_C_Get_A_Location) == 0x000030, "Wrong size on HTNDecorator_Distance3D_C_Get_A_Location"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_A_Location, ReturnValue) == 0x000000, "Member 'HTNDecorator_Distance3D_C_Get_A_Location::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_A_Location, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x00000C, "Member 'HTNDecorator_Distance3D_C_Get_A_Location::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_A_Location, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000018, "Member 'HTNDecorator_Distance3D_C_Get_A_Location::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_A_Location, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HTNDecorator_Distance3D_C_Get_A_Location::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_A_Location, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'HTNDecorator_Distance3D_C_Get_A_Location::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_Distance3D_C_Get_B_Location \ static_assert(alignof(HTNDecorator_Distance3D_C_Get_B_Location) == 0x000008, "Wrong alignment on HTNDecorator_Distance3D_C_Get_B_Location"); \ static_assert(sizeof(HTNDecorator_Distance3D_C_Get_B_Location) == 0x000030, "Wrong size on HTNDecorator_Distance3D_C_Get_B_Location"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_B_Location, ReturnValue) == 0x000000, "Member 'HTNDecorator_Distance3D_C_Get_B_Location::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_B_Location, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x00000C, "Member 'HTNDecorator_Distance3D_C_Get_B_Location::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_B_Location, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000018, "Member 'HTNDecorator_Distance3D_C_Get_B_Location::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_B_Location, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HTNDecorator_Distance3D_C_Get_B_Location::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_Distance3D_C_Get_B_Location, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'HTNDecorator_Distance3D_C_Get_B_Location::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_Distance3D_C \ static_assert(alignof(UHTNDecorator_Distance3D_C) == 0x000008, "Wrong alignment on UHTNDecorator_Distance3D_C"); \ static_assert(sizeof(UHTNDecorator_Distance3D_C) == 0x0000E0, "Wrong size on UHTNDecorator_Distance3D_C"); \ static_assert(offsetof(UHTNDecorator_Distance3D_C, A) == 0x000088, "Member 'UHTNDecorator_Distance3D_C::A' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Distance3D_C, B) == 0x0000B0, "Member 'UHTNDecorator_Distance3D_C::B' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Distance3D_C, MinDistance) == 0x0000D8, "Member 'UHTNDecorator_Distance3D_C::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_Distance3D_C, MaxDistance) == 0x0000DC, "Member 'UHTNDecorator_Distance3D_C::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_GetSharkGarbage_C_DoItemGeneration \ static_assert(alignof(EQSGen_GetSharkGarbage_C_DoItemGeneration) == 0x000008, "Wrong alignment on EQSGen_GetSharkGarbage_C_DoItemGeneration"); \ static_assert(sizeof(EQSGen_GetSharkGarbage_C_DoItemGeneration) == 0x0000C0, "Wrong size on EQSGen_GetSharkGarbage_C_DoItemGeneration"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::ContextLocations' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, Train) == 0x000010, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::Train' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_X) == 0x000018, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_Y) == 0x00001C, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_Z) == 0x000020, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, Temp_int_Array_Index_Variable) == 0x000024, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_GetLocomotive_ReturnValue) == 0x000028, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_GetQuerier_ReturnValue) == 0x000030, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_GetQuerier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_X_1) == 0x000054, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_BreakVector_Z_1) == 0x00005C, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_GetPlayerTrain_ReturnValue) == 0x000060, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000068, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_IsValid_ReturnValue) == 0x00006C, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Abs_ReturnValue) == 0x000070, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Square_ReturnValue) == 0x000078, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_GetAllActorsOfClass_OutActors) == 0x000088, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Array_Get_Item) == 0x000098, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A8, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000B4, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B8, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_GetSharkGarbage_C_DoItemGeneration, CallFunc_Array_Contains_ReturnValue) == 0x0000B9, "Member 'EQSGen_GetSharkGarbage_C_DoItemGeneration::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQSGen_GetSharkGarbage_C \ static_assert(alignof(UEQSGen_GetSharkGarbage_C) == 0x000008, "Wrong alignment on UEQSGen_GetSharkGarbage_C"); \ static_assert(sizeof(UEQSGen_GetSharkGarbage_C) == 0x000098, "Wrong size on UEQSGen_GetSharkGarbage_C"); \ static_assert(offsetof(UEQSGen_GetSharkGarbage_C, GarbageMeshArray) == 0x000080, "Member 'UEQSGen_GetSharkGarbage_C::GarbageMeshArray' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_GetSharkGarbage_C, MaxDistance) == 0x000090, "Member 'UEQSGen_GetSharkGarbage_C::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_GetSharkGarbage_C, bWantsFarDistanceFromTrain) == 0x000094, "Member 'UEQSGen_GetSharkGarbage_C::bWantsFarDistanceFromTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation \ static_assert(alignof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation) == 0x000008, "Wrong alignment on HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation"); \ static_assert(sizeof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation) == 0x000060, "Wrong size on HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, EntryPoint) == 0x000000, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000008, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_Event_Owner) == 0x000010, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_Event_OwnerController) == 0x000018, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_Event_ControlledPawn) == 0x000020, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_DynamicCast_AsShark) == 0x000030, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, CallFunc_GetAction_ReturnValue) == 0x000040, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_DynamicCast_AsShark_Action_Attack_Rocks) == 0x000048, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_DynamicCast_AsShark_Action_Attack_Rocks' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation, CallFunc_GetDesiredRockLocation_Result) == 0x000054, "Member 'HTN_SharkGetGarbageAttackLocation_C_ExecuteUbergraph_HTN_SharkGetGarbageAttackLocation::CallFunc_GetDesiredRockLocation_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute \ static_assert(alignof(HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps) == 0x000058, "Wrong size on HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark) == 0x000018, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000028, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetAction_ReturnValue) == 0x000030, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark_Action_Attack_Rocks) == 0x000040, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark_Action_Attack_Rocks' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetDesiredRockLocation_Result) == 0x00004C, "Member 'HTN_SharkGetGarbageAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetDesiredRockLocation_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkGetGarbageAttackLocation_C \ static_assert(alignof(UHTN_SharkGetGarbageAttackLocation_C) == 0x000008, "Wrong alignment on UHTN_SharkGetGarbageAttackLocation_C"); \ static_assert(sizeof(UHTN_SharkGetGarbageAttackLocation_C) == 0x000158, "Wrong size on UHTN_SharkGetGarbageAttackLocation_C"); \ static_assert(offsetof(UHTN_SharkGetGarbageAttackLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkGetGarbageAttackLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkGetGarbageAttackLocation_C, Actor) == 0x000100, "Member 'UHTN_SharkGetGarbageAttackLocation_C::Actor' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkGetGarbageAttackLocation_C, Location) == 0x000128, "Member 'UHTN_SharkGetGarbageAttackLocation_C::Location' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkGetGarbageAttackLocation_C, SharkDistanceFromAttackPoint) == 0x000150, "Member 'UHTN_SharkGetGarbageAttackLocation_C::SharkDistanceFromAttackPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget \ static_assert(alignof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget) == 0x000008, "Wrong alignment on HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget"); \ static_assert(sizeof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget) == 0x000068, "Wrong size on HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, EntryPoint) == 0x000000, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000008, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_Owner_1) == 0x000010, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_OwnerAsController_1) == 0x000018, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_Owner) == 0x000028, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_OwnerAsController) == 0x000030, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_ControlledPawn) == 0x000038, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_Event_NodeResult) == 0x000040, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_DynamicCast_AsShark_Controller) == 0x000048, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_DynamicCast_AsShark_Controller' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_DynamicCast_AsShark_Controller_1) == 0x000058, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_DynamicCast_AsShark_Controller_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'HTN_SharkScopeOverrideTarget_C_ExecuteUbergraph_HTN_SharkScopeOverrideTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOverrideTarget_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkScopeOverrideTarget_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkScopeOverrideTarget_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck) == 0x000020, "Wrong size on HTN_SharkScopeOverrideTarget_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkScopeOverrideTarget_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkScopeOverrideTarget_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkScopeOverrideTarget_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkScopeOverrideTarget_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkScopeOverrideTarget_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkScopeOverrideTarget_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkScopeOverrideTarget_C \ static_assert(alignof(UHTN_SharkScopeOverrideTarget_C) == 0x000008, "Wrong alignment on UHTN_SharkScopeOverrideTarget_C"); \ static_assert(sizeof(UHTN_SharkScopeOverrideTarget_C) == 0x0000B8, "Wrong size on UHTN_SharkScopeOverrideTarget_C"); \ static_assert(offsetof(UHTN_SharkScopeOverrideTarget_C, UberGraphFrame) == 0x000088, "Member 'UHTN_SharkScopeOverrideTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkScopeOverrideTarget_C, TargetActor) == 0x000090, "Member 'UHTN_SharkScopeOverrideTarget_C::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus \ static_assert(alignof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus) == 0x000008, "Wrong alignment on HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus"); \ static_assert(sizeof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus) == 0x000168, "Wrong size on HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, EntryPoint) == 0x000000, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_MakeArray_Array) == 0x000008, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_Owner_2) == 0x000020, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_OwnerAsController_2) == 0x000028, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_OwnerAsController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_ControlledPawn_2) == 0x000030, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_NodeResult) == 0x000038, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_Owner_1) == 0x000040, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_OwnerAsController_1) == 0x000048, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_ControlledPawn_1) == 0x000050, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_CustomEvent_Pawn) == 0x000058, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_Owner) == 0x000060, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_OwnerAsController) == 0x000068, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_ControlledPawn) == 0x000070, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_Event_DeltaTime) == 0x000078, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00007C, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000088, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x0000A0, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000AC, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B8, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Conv_RotatorToVector_ReturnValue_1) == 0x0000C4, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Conv_RotatorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000DC, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000EC, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_SphereOverlapActors_OutActors) == 0x000108, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_SphereOverlapActors_ReturnValue) == 0x000118, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Random_OutItem) == 0x000120, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Random_OutIndex) == 0x000128, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Length_ReturnValue) == 0x00012C, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Conv_IntToBool_ReturnValue) == 0x000134, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Less_IntInt_ReturnValue) == 0x000135, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Random_OutItem_1) == 0x000138, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Random_OutIndex_1) == 0x000140, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, Temp_int_Array_Index_Variable) == 0x000144, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Get_Item) == 0x000148, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_IsValid_ReturnValue_1) == 0x000150, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_DynamicCast_AsPlankton_Group_Character) == 0x000158, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_DynamicCast_AsPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_GroupIsAlive_ReturnValue) == 0x000161, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_GroupIsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus, CallFunc_Array_Add_ReturnValue) == 0x000164, "Member 'HTN_SharkRandomFocus_C_ExecuteUbergraph_HTN_SharkRandomFocus::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkRandomFocus_C_ReceiveTick \ static_assert(alignof(HTN_SharkRandomFocus_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SharkRandomFocus_C_ReceiveTick"); \ static_assert(sizeof(HTN_SharkRandomFocus_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SharkRandomFocus_C_ReceiveTick"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SharkRandomFocus_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SharkRandomFocus_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SharkRandomFocus_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SharkRandomFocus_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkRandomFocus_C_Update \ static_assert(alignof(HTN_SharkRandomFocus_C_Update) == 0x000008, "Wrong alignment on HTN_SharkRandomFocus_C_Update"); \ static_assert(sizeof(HTN_SharkRandomFocus_C_Update) == 0x000008, "Wrong size on HTN_SharkRandomFocus_C_Update"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_Update, Pawn) == 0x000000, "Member 'HTN_SharkRandomFocus_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkRandomFocus_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SharkRandomFocus_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SharkRandomFocus_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SharkRandomFocus_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SharkRandomFocus_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkRandomFocus_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_SharkRandomFocus_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_SharkRandomFocus_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkRandomFocus_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_SharkRandomFocus_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkRandomFocus_C \ static_assert(alignof(UHTN_SharkRandomFocus_C) == 0x000008, "Wrong alignment on UHTN_SharkRandomFocus_C"); \ static_assert(sizeof(UHTN_SharkRandomFocus_C) == 0x000118, "Wrong size on UHTN_SharkRandomFocus_C"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SharkRandomFocus_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, FocusLocation) == 0x000098, "Member 'UHTN_SharkRandomFocus_C::FocusLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, FocusActor) == 0x0000C0, "Member 'UHTN_SharkRandomFocus_C::FocusActor' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, Players) == 0x0000E8, "Member 'UHTN_SharkRandomFocus_C::Players' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, Planktons) == 0x0000F8, "Member 'UHTN_SharkRandomFocus_C::Planktons' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkRandomFocus_C, Wagons) == 0x000108, "Member 'UHTN_SharkRandomFocus_C::Wagons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_DistanceToTrain_C_PerformConditionCheck \ static_assert(alignof(HTN_DistanceToTrain_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_DistanceToTrain_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_DistanceToTrain_C_PerformConditionCheck) == 0x000098, "Wrong size on HTN_DistanceToTrain_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, ClosestWagon) == 0x000020, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::ClosestWagon' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CurrentDistSq) == 0x000028, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CurrentDistSq' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, ClosestDistanceSq) == 0x00002C, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::ClosestDistanceSq' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_GetPlayerTrain_ReturnValue) == 0x000040, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, Temp_int_Array_Index_Variable) == 0x000048, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_GetWagons_ReturnValue) == 0x000050, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Array_Get_Item) == 0x000060, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x00006C, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000080, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Square_ReturnValue) == 0x00008C, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Square_ReturnValue_1) == 0x000090, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000094, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_2) == 0x000095, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_DistanceToTrain_C_PerformConditionCheck, CallFunc_Less_FloatFloat_ReturnValue) == 0x000096, "Member 'HTN_DistanceToTrain_C_PerformConditionCheck::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_DistanceToTrain_C \ static_assert(alignof(UHTN_DistanceToTrain_C) == 0x000008, "Wrong alignment on UHTN_DistanceToTrain_C"); \ static_assert(sizeof(UHTN_DistanceToTrain_C) == 0x000090, "Wrong size on UHTN_DistanceToTrain_C"); \ static_assert(offsetof(UHTN_DistanceToTrain_C, RangeMin) == 0x000088, "Member 'UHTN_DistanceToTrain_C::RangeMin' has a wrong offset!"); \ static_assert(offsetof(UHTN_DistanceToTrain_C, RangeMax) == 0x00008C, "Member 'UHTN_DistanceToTrain_C::RangeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_NearTarget_C_IsSatisfied \ static_assert(alignof(Leech_NearTarget_C_IsSatisfied) == 0x000008, "Wrong alignment on Leech_NearTarget_C_IsSatisfied"); \ static_assert(sizeof(Leech_NearTarget_C_IsSatisfied) == 0x000108, "Wrong size on Leech_NearTarget_C_IsSatisfied"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, WorldState) == 0x000000, "Member 'Leech_NearTarget_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Leech_NearTarget_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, K2Node_DynamicCast_AsLeech) == 0x0000D0, "Member 'Leech_NearTarget_C_IsSatisfied::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Leech_NearTarget_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000DC, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000EC, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000FC, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_NearTarget_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x000100, "Member 'Leech_NearTarget_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeech_NearTarget_C \ static_assert(alignof(ULeech_NearTarget_C) == 0x000008, "Wrong alignment on ULeech_NearTarget_C"); \ static_assert(sizeof(ULeech_NearTarget_C) == 0x000090, "Wrong size on ULeech_NearTarget_C"); \ static_assert(offsetof(ULeech_NearTarget_C, Distance) == 0x000088, "Member 'ULeech_NearTarget_C::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation) == 0x000058, "Wrong size on EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, CallFunc_Array_Get_Item) == 0x000040, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000054, "Member 'EQS_TargetLastStimulusLocationContext_C_ProvideSingleLocation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TargetLastStimulusLocationContext_C \ static_assert(alignof(UEQS_TargetLastStimulusLocationContext_C) == 0x000008, "Wrong alignment on UEQS_TargetLastStimulusLocationContext_C"); \ static_assert(sizeof(UEQS_TargetLastStimulusLocationContext_C) == 0x000030, "Wrong size on UEQS_TargetLastStimulusLocationContext_C"); \ #define DUMPER7_ASSERTS_GenericGrenade_C_ExecuteUbergraph_GenericGrenade \ static_assert(alignof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade) == 0x000008, "Wrong alignment on GenericGrenade_C_ExecuteUbergraph_GenericGrenade"); \ static_assert(sizeof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade) == 0x000110, "Wrong size on GenericGrenade_C_ExecuteUbergraph_GenericGrenade"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, EntryPoint) == 0x000000, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000008, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, Temp_object_Variable) == 0x000010, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, Temp_bool_Has_Been_Initd_Variable) == 0x000030, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_HasAuthority_ReturnValue) == 0x000044, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, K2Node_CustomEvent_ImpactResult) == 0x000048, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::K2Node_CustomEvent_ImpactResult' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, K2Node_CustomEvent_ImpactVelocity) == 0x0000D0, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::K2Node_CustomEvent_ImpactVelocity' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, Temp_bool_IsClosed_Variable) == 0x0000DC, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000DD, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000E0, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E8, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_GetInstigator_ReturnValue) == 0x0000F8, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_GetInstigatorController_ReturnValue) == 0x000100, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_GetInstigatorController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_ExecuteUbergraph_GenericGrenade, CallFunc_ApplyRadialDamage_ReturnValue) == 0x000108, "Member 'GenericGrenade_C_ExecuteUbergraph_GenericGrenade::CallFunc_ApplyRadialDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericGrenade_C_OnProjectileBounce_Event_0 \ static_assert(alignof(GenericGrenade_C_OnProjectileBounce_Event_0) == 0x000004, "Wrong alignment on GenericGrenade_C_OnProjectileBounce_Event_0"); \ static_assert(sizeof(GenericGrenade_C_OnProjectileBounce_Event_0) == 0x000094, "Wrong size on GenericGrenade_C_OnProjectileBounce_Event_0"); \ static_assert(offsetof(GenericGrenade_C_OnProjectileBounce_Event_0, ImpactResult) == 0x000000, "Member 'GenericGrenade_C_OnProjectileBounce_Event_0::ImpactResult' has a wrong offset!"); \ static_assert(offsetof(GenericGrenade_C_OnProjectileBounce_Event_0, ImpactVelocity) == 0x000088, "Member 'GenericGrenade_C_OnProjectileBounce_Event_0::ImpactVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericGrenade_C \ static_assert(alignof(AGenericGrenade_C) == 0x000008, "Wrong alignment on AGenericGrenade_C"); \ static_assert(sizeof(AGenericGrenade_C) == 0x000460, "Wrong size on AGenericGrenade_C"); \ static_assert(offsetof(AGenericGrenade_C, UberGraphFrame) == 0x000448, "Member 'AGenericGrenade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericGrenade_C, StaticMesh) == 0x000450, "Member 'AGenericGrenade_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AGenericGrenade_C, ActivationTimer) == 0x000458, "Member 'AGenericGrenade_C::ActivationTimer' has a wrong offset!"); \ static_assert(offsetof(AGenericGrenade_C, BaseDamage) == 0x00045C, "Member 'AGenericGrenade_C::BaseDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TeamTargetLocationContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TeamTargetLocationContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation) == 0x000058, "Wrong size on EQS_TeamTargetLocationContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, CallFunc_Array_Get_Item) == 0x000040, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TeamTargetLocationContext_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'EQS_TeamTargetLocationContext_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TeamTargetLocationContext_C \ static_assert(alignof(UEQS_TeamTargetLocationContext_C) == 0x000008, "Wrong alignment on UEQS_TeamTargetLocationContext_C"); \ static_assert(sizeof(UEQS_TeamTargetLocationContext_C) == 0x000030, "Wrong size on UEQS_TeamTargetLocationContext_C"); \ #define DUMPER7_ASSERTS_BF_SetStatusEffects_C_Default_SE \ static_assert(alignof(BF_SetStatusEffects_C_Default_SE) == 0x000008, "Wrong alignment on BF_SetStatusEffects_C_Default_SE"); \ static_assert(sizeof(BF_SetStatusEffects_C_Default_SE) == 0x000048, "Wrong size on BF_SetStatusEffects_C_Default_SE"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, SkeletalMeshCompponent) == 0x000000, "Member 'BF_SetStatusEffects_C_Default_SE::SkeletalMeshCompponent' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, MaterialInstance_01) == 0x000008, "Member 'BF_SetStatusEffects_C_Default_SE::MaterialInstance_01' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, MaterialInstance_02) == 0x000010, "Member 'BF_SetStatusEffects_C_Default_SE::MaterialInstance_02' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, __WorldContext) == 0x000018, "Member 'BF_SetStatusEffects_C_Default_SE::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, SkeletalMesh) == 0x000020, "Member 'BF_SetStatusEffects_C_Default_SE::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, ColorBody) == 0x000028, "Member 'BF_SetStatusEffects_C_Default_SE::ColorBody' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BF_SetStatusEffects_C_Default_SE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Default_SE, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'BF_SetStatusEffects_C_Default_SE::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BF_SetStatusEffects_C_Poison_SE \ static_assert(alignof(BF_SetStatusEffects_C_Poison_SE) == 0x000008, "Wrong alignment on BF_SetStatusEffects_C_Poison_SE"); \ static_assert(sizeof(BF_SetStatusEffects_C_Poison_SE) == 0x000030, "Wrong size on BF_SetStatusEffects_C_Poison_SE"); \ static_assert(offsetof(BF_SetStatusEffects_C_Poison_SE, SkeletalMeshCompponent) == 0x000000, "Member 'BF_SetStatusEffects_C_Poison_SE::SkeletalMeshCompponent' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Poison_SE, __WorldContext) == 0x000008, "Member 'BF_SetStatusEffects_C_Poison_SE::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Poison_SE, ColorBody) == 0x000010, "Member 'BF_SetStatusEffects_C_Poison_SE::ColorBody' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Poison_SE, SkeletalMesh) == 0x000020, "Member 'BF_SetStatusEffects_C_Poison_SE::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Poison_SE, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BF_SetStatusEffects_C_Poison_SE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BF_SetStatusEffects_C_Burning_SE \ static_assert(alignof(BF_SetStatusEffects_C_Burning_SE) == 0x000008, "Wrong alignment on BF_SetStatusEffects_C_Burning_SE"); \ static_assert(sizeof(BF_SetStatusEffects_C_Burning_SE) == 0x000038, "Wrong size on BF_SetStatusEffects_C_Burning_SE"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, SkeletalMeshCompponent) == 0x000000, "Member 'BF_SetStatusEffects_C_Burning_SE::SkeletalMeshCompponent' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, __WorldContext) == 0x000008, "Member 'BF_SetStatusEffects_C_Burning_SE::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, ColorBody) == 0x000010, "Member 'BF_SetStatusEffects_C_Burning_SE::ColorBody' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, SkeletalMesh) == 0x000020, "Member 'BF_SetStatusEffects_C_Burning_SE::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000028, "Member 'BF_SetStatusEffects_C_Burning_SE::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Burning_SE, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BF_SetStatusEffects_C_Burning_SE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BF_SetStatusEffects_C_Freezing_SE \ static_assert(alignof(BF_SetStatusEffects_C_Freezing_SE) == 0x000008, "Wrong alignment on BF_SetStatusEffects_C_Freezing_SE"); \ static_assert(sizeof(BF_SetStatusEffects_C_Freezing_SE) == 0x000030, "Wrong size on BF_SetStatusEffects_C_Freezing_SE"); \ static_assert(offsetof(BF_SetStatusEffects_C_Freezing_SE, SkeletalMeshCompponent) == 0x000000, "Member 'BF_SetStatusEffects_C_Freezing_SE::SkeletalMeshCompponent' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Freezing_SE, __WorldContext) == 0x000008, "Member 'BF_SetStatusEffects_C_Freezing_SE::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Freezing_SE, ColorBody) == 0x000010, "Member 'BF_SetStatusEffects_C_Freezing_SE::ColorBody' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Freezing_SE, SkeletalMesh) == 0x000020, "Member 'BF_SetStatusEffects_C_Freezing_SE::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Freezing_SE, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BF_SetStatusEffects_C_Freezing_SE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BF_SetStatusEffects_C_Lightning_SE \ static_assert(alignof(BF_SetStatusEffects_C_Lightning_SE) == 0x000008, "Wrong alignment on BF_SetStatusEffects_C_Lightning_SE"); \ static_assert(sizeof(BF_SetStatusEffects_C_Lightning_SE) == 0x000030, "Wrong size on BF_SetStatusEffects_C_Lightning_SE"); \ static_assert(offsetof(BF_SetStatusEffects_C_Lightning_SE, SkeletalMeshCompponent) == 0x000000, "Member 'BF_SetStatusEffects_C_Lightning_SE::SkeletalMeshCompponent' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Lightning_SE, __WorldContext) == 0x000008, "Member 'BF_SetStatusEffects_C_Lightning_SE::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Lightning_SE, ColorBody) == 0x000010, "Member 'BF_SetStatusEffects_C_Lightning_SE::ColorBody' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Lightning_SE, SkeletalMesh) == 0x000020, "Member 'BF_SetStatusEffects_C_Lightning_SE::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BF_SetStatusEffects_C_Lightning_SE, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BF_SetStatusEffects_C_Lightning_SE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBF_SetStatusEffects_C \ static_assert(alignof(UBF_SetStatusEffects_C) == 0x000008, "Wrong alignment on UBF_SetStatusEffects_C"); \ static_assert(sizeof(UBF_SetStatusEffects_C) == 0x000028, "Wrong size on UBF_SetStatusEffects_C"); \ #define DUMPER7_ASSERTS_Nazi_SeenTargetRecently_C_IsSatisfied \ static_assert(alignof(Nazi_SeenTargetRecently_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_SeenTargetRecently_C_IsSatisfied"); \ static_assert(sizeof(Nazi_SeenTargetRecently_C_IsSatisfied) == 0x0000D0, "Wrong size on Nazi_SeenTargetRecently_C_IsSatisfied"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000C9, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000CA, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, CallFunc_IsValidAILocation_ReturnValue) == 0x0000CB, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue_1) == 0x0000CC, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_SeenTargetRecently_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue_2) == 0x0000CD, "Member 'Nazi_SeenTargetRecently_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_SeenTargetRecently_C \ static_assert(alignof(UNazi_SeenTargetRecently_C) == 0x000008, "Wrong alignment on UNazi_SeenTargetRecently_C"); \ static_assert(sizeof(UNazi_SeenTargetRecently_C) == 0x000090, "Wrong size on UNazi_SeenTargetRecently_C"); \ static_assert(offsetof(UNazi_SeenTargetRecently_C, MaxAge) == 0x000088, "Member 'UNazi_SeenTargetRecently_C::MaxAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_CloseToTarget_C_IsSatisfied \ static_assert(alignof(Nazi_CloseToTarget_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_CloseToTarget_C_IsSatisfied"); \ static_assert(sizeof(Nazi_CloseToTarget_C_IsSatisfied) == 0x0000F0, "Wrong size on Nazi_CloseToTarget_C_IsSatisfied"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_CloseToTarget_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_CloseToTarget_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000CC, "Member 'Nazi_CloseToTarget_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D8, "Member 'Nazi_CloseToTarget_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000E4, "Member 'Nazi_CloseToTarget_C_IsSatisfied::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000E8, "Member 'Nazi_CloseToTarget_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_CloseToTarget_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000EC, "Member 'Nazi_CloseToTarget_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_CloseToTarget_C \ static_assert(alignof(UNazi_CloseToTarget_C) == 0x000008, "Wrong alignment on UNazi_CloseToTarget_C"); \ static_assert(sizeof(UNazi_CloseToTarget_C) == 0x000088, "Wrong size on UNazi_CloseToTarget_C"); \ #define DUMPER7_ASSERTS_Nazi_AtMeleeRadius_C_IsSatisfied \ static_assert(alignof(Nazi_AtMeleeRadius_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_AtMeleeRadius_C_IsSatisfied"); \ static_assert(sizeof(Nazi_AtMeleeRadius_C_IsSatisfied) == 0x000100, "Wrong size on Nazi_AtMeleeRadius_C_IsSatisfied"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000CC, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_GetAIController_ReturnValue) == 0x0000D8, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000E0, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_GetMoveStatus_ReturnValue) == 0x0000E4, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000E8, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000F4, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000F8, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000FC, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtMeleeRadius_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000FD, "Member 'Nazi_AtMeleeRadius_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_AtMeleeRadius_C \ static_assert(alignof(UNazi_AtMeleeRadius_C) == 0x000008, "Wrong alignment on UNazi_AtMeleeRadius_C"); \ static_assert(sizeof(UNazi_AtMeleeRadius_C) == 0x000090, "Wrong size on UNazi_AtMeleeRadius_C"); \ static_assert(offsetof(UNazi_AtMeleeRadius_C, Acceptance) == 0x000088, "Member 'UNazi_AtMeleeRadius_C::Acceptance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee \ static_assert(alignof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee) == 0x000008, "Wrong alignment on HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee"); \ static_assert(sizeof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee) == 0x000190, "Wrong size on HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, EntryPoint) == 0x000000, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, Temp_int_Array_Index_Variable) == 0x000010, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, Temp_bool_IsClosed_Variable) == 0x000024, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_Owner_2) == 0x000028, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_OwnerAsController_2) == 0x000030, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_OwnerAsController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_ControlledPawn_2) == 0x000038, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_DeltaTime) == 0x000040, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_CustomEvent_QueryInstance) == 0x000048, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_CustomEvent_QueryStatus) == 0x000050, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_AsFGAICharacter) == 0x000058, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000061, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_RunEQSQuery_ReturnValue) == 0x000068, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000070, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000080, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_Owner_1) == 0x000088, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_OwnerAsController_1) == 0x000090, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_ControlledPawn_1) == 0x000098, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_AsFGAIController) == 0x0000A0, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_Owner) == 0x0000B0, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_OwnerAsController) == 0x0000B8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_ControlledPawn) == 0x0000C0, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_Event_NodeResult) == 0x0000C8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_AsFGAIController_1) == 0x0000D0, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_AsFGAIController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x0000DC, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_BooleanAND_ReturnValue) == 0x0000E8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetInvalidAiLocation_ReturnValue_1) == 0x0000EC, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetInvalidAiLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_IsValid_ReturnValue_1) == 0x0000F8, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_IsUnderYawLimit_ReturnValue) == 0x0000F9, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_IsUnderYawLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Not_PreBool_ReturnValue) == 0x0000FA, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000100, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetActorsPerception_Info) == 0x000108, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetActorsPerception_Info' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetActorsPerception_ReturnValue) == 0x000128, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetActorsPerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetInvalidAiLocation_ReturnValue_2) == 0x00012C, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetInvalidAiLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Array_Get_Item) == 0x000138, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Array_Length_ReturnValue) == 0x000174, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000179, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_BooleanAND_ReturnValue_1) == 0x00017A, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000180, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee, CallFunc_ClassIsChildOf_ReturnValue) == 0x000188, "Member 'HTN_AimToNearTargetIfCantSee_C_ExecuteUbergraph_HTN_AimToNearTargetIfCantSee::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart \ static_assert(alignof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'HTN_AimToNearTargetIfCantSee_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_AimToNearTargetIfCantSee_C_ReceiveTick \ static_assert(alignof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_AimToNearTargetIfCantSee_C_ReceiveTick"); \ static_assert(sizeof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick) == 0x000020, "Wrong size on HTN_AimToNearTargetIfCantSee_C_ReceiveTick"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_AimToNearTargetIfCantSee_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_AimToNearTargetIfCantSee_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_AimToNearTargetIfCantSee_C \ static_assert(alignof(UHTN_AimToNearTargetIfCantSee_C) == 0x000008, "Wrong alignment on UHTN_AimToNearTargetIfCantSee_C"); \ static_assert(sizeof(UHTN_AimToNearTargetIfCantSee_C) == 0x0000B0, "Wrong size on UHTN_AimToNearTargetIfCantSee_C"); \ static_assert(offsetof(UHTN_AimToNearTargetIfCantSee_C, UberGraphFrame) == 0x000090, "Member 'UHTN_AimToNearTargetIfCantSee_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_AimToNearTargetIfCantSee_C, bIsPlaying) == 0x000098, "Member 'UHTN_AimToNearTargetIfCantSee_C::bIsPlaying' has a wrong offset!"); \ static_assert(offsetof(UHTN_AimToNearTargetIfCantSee_C, As_FGAIController) == 0x0000A0, "Member 'UHTN_AimToNearTargetIfCantSee_C::As_FGAIController' has a wrong offset!"); \ static_assert(offsetof(UHTN_AimToNearTargetIfCantSee_C, bPendingSearch) == 0x0000A8, "Member 'UHTN_AimToNearTargetIfCantSee_C::bPendingSearch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint \ static_assert(alignof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint) == 0x000008, "Wrong alignment on Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint"); \ static_assert(sizeof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint) == 0x0000F0, "Wrong size on Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, EntryPoint) == 0x000000, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, K2Node_Event_WorldState) == 0x000008, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000DC, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'Nazi_InCoverPoint_C_ExecuteUbergraph_Nazi_InCoverPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_InCoverPoint_C_QueryState \ static_assert(alignof(Nazi_InCoverPoint_C_QueryState) == 0x000008, "Wrong alignment on Nazi_InCoverPoint_C_QueryState"); \ static_assert(sizeof(Nazi_InCoverPoint_C_QueryState) == 0x0000C8, "Wrong size on Nazi_InCoverPoint_C_QueryState"); \ static_assert(offsetof(Nazi_InCoverPoint_C_QueryState, WorldState) == 0x000000, "Member 'Nazi_InCoverPoint_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_InCoverPoint_C_IsSatisfied \ static_assert(alignof(Nazi_InCoverPoint_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_InCoverPoint_C_IsSatisfied"); \ static_assert(sizeof(Nazi_InCoverPoint_C_IsSatisfied) == 0x0000E0, "Wrong size on Nazi_InCoverPoint_C_IsSatisfied"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_InCoverPoint_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_InCoverPoint_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_InCoverPoint_C_IsSatisfied::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_InCoverPoint_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, CallFunc_InCover_Result) == 0x0000D9, "Member 'Nazi_InCoverPoint_C_IsSatisfied::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue) == 0x0000DA, "Member 'Nazi_InCoverPoint_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000DB, "Member 'Nazi_InCoverPoint_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_InCoverPoint_C_CanReach \ static_assert(alignof(Nazi_InCoverPoint_C_CanReach) == 0x000008, "Wrong alignment on Nazi_InCoverPoint_C_CanReach"); \ static_assert(sizeof(Nazi_InCoverPoint_C_CanReach) == 0x0000E0, "Wrong size on Nazi_InCoverPoint_C_CanReach"); \ static_assert(offsetof(Nazi_InCoverPoint_C_CanReach, WorldState) == 0x000000, "Member 'Nazi_InCoverPoint_C_CanReach::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_CanReach, ReturnValue) == 0x0000C8, "Member 'Nazi_InCoverPoint_C_CanReach::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_CanReach, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_InCoverPoint_C_CanReach::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_CanReach, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_InCoverPoint_C_CanReach::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_CanReach, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'Nazi_InCoverPoint_C_CanReach::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_InCoverPoint_C_StateIsValid \ static_assert(alignof(Nazi_InCoverPoint_C_StateIsValid) == 0x000008, "Wrong alignment on Nazi_InCoverPoint_C_StateIsValid"); \ static_assert(sizeof(Nazi_InCoverPoint_C_StateIsValid) == 0x0000E0, "Wrong size on Nazi_InCoverPoint_C_StateIsValid"); \ static_assert(offsetof(Nazi_InCoverPoint_C_StateIsValid, WorldState) == 0x000000, "Member 'Nazi_InCoverPoint_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'Nazi_InCoverPoint_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_StateIsValid, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'Nazi_InCoverPoint_C_StateIsValid::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_InCoverPoint_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'Nazi_InCoverPoint_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_InCoverPoint_C \ static_assert(alignof(UNazi_InCoverPoint_C) == 0x000008, "Wrong alignment on UNazi_InCoverPoint_C"); \ static_assert(sizeof(UNazi_InCoverPoint_C) == 0x000098, "Wrong size on UNazi_InCoverPoint_C"); \ static_assert(offsetof(UNazi_InCoverPoint_C, UberGraphFrame) == 0x000088, "Member 'UNazi_InCoverPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNazi_InCoverPoint_C, Acceptance) == 0x000090, "Member 'UNazi_InCoverPoint_C::Acceptance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Leech_AttachedToTarget_C_IsSatisfied \ static_assert(alignof(Leech_AttachedToTarget_C_IsSatisfied) == 0x000008, "Wrong alignment on Leech_AttachedToTarget_C_IsSatisfied"); \ static_assert(sizeof(Leech_AttachedToTarget_C_IsSatisfied) == 0x0000E0, "Wrong size on Leech_AttachedToTarget_C_IsSatisfied"); \ static_assert(offsetof(Leech_AttachedToTarget_C_IsSatisfied, WorldState) == 0x000000, "Member 'Leech_AttachedToTarget_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Leech_AttachedToTarget_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Leech_AttachedToTarget_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Leech_AttachedToTarget_C_IsSatisfied, K2Node_DynamicCast_AsLeech) == 0x0000D0, "Member 'Leech_AttachedToTarget_C_IsSatisfied::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(Leech_AttachedToTarget_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Leech_AttachedToTarget_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Leech_AttachedToTarget_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'Leech_AttachedToTarget_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeech_AttachedToTarget_C \ static_assert(alignof(ULeech_AttachedToTarget_C) == 0x000008, "Wrong alignment on ULeech_AttachedToTarget_C"); \ static_assert(sizeof(ULeech_AttachedToTarget_C) == 0x000090, "Wrong size on ULeech_AttachedToTarget_C"); \ static_assert(offsetof(ULeech_AttachedToTarget_C, Distance) == 0x000088, "Member 'ULeech_AttachedToTarget_C::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericAIGroupModule_C \ static_assert(alignof(AGenericAIGroupModule_C) == 0x000008, "Wrong alignment on AGenericAIGroupModule_C"); \ static_assert(sizeof(AGenericAIGroupModule_C) == 0x000280, "Wrong size on AGenericAIGroupModule_C"); \ static_assert(offsetof(AGenericAIGroupModule_C, DefaultSceneRoot) == 0x000278, "Member 'AGenericAIGroupModule_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Void_tank_C_AnimGraph \ static_assert(alignof(ABP_Void_tank_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Void_tank_C_AnimGraph"); \ static_assert(sizeof(ABP_Void_tank_C_AnimGraph) == 0x000010, "Wrong size on ABP_Void_tank_C_AnimGraph"); \ static_assert(offsetof(ABP_Void_tank_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Void_tank_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Void_tank_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Void_tank_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Void_tank_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Void_tank_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Void_tank_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Void_tank_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Void_tank_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank \ static_assert(alignof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank) == 0x000008, "Wrong alignment on ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank"); \ static_assert(sizeof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank) == 0x0000A0, "Wrong size on ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, EntryPoint) == 0x000000, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00000C, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000010, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000011, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000014, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000019, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x00001C, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000020, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000021, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000023, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000024, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x000028, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000029, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_BooleanAND_ReturnValue_1) == 0x00002A, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x00002C, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000030, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_MakeVector_ReturnValue) == 0x000034, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x000040, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x000044, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_BreakRotator_Roll) == 0x000048, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_BreakRotator_Pitch) == 0x00004C, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_BreakRotator_Yaw) == 0x000050, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_MakeRotator_ReturnValue) == 0x000054, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x000060, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, K2Node_Event_DeltaTimeX) == 0x000064, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_6) == 0x000068, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000070, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, K2Node_DynamicCast_AsBug_Tank) == 0x000078, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x000084, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_7) == 0x000088, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x00008C, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_IsAlive_ReturnValue) == 0x000090, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_LessEqual_FloatFloat_ReturnValue_8) == 0x000091, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_LessEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000094, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'ABP_Void_tank_C_ExecuteUbergraph_ABP_Void_tank::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Void_tank_C \ static_assert(alignof(UABP_Void_tank_C) == 0x000010, "Wrong alignment on UABP_Void_tank_C"); \ static_assert(sizeof(UABP_Void_tank_C) == 0x001F50, "Wrong size on UABP_Void_tank_C"); \ static_assert(offsetof(UABP_Void_tank_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Void_tank_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_21) == 0x0002C8, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_20) == 0x0002F0, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_19) == 0x000318, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_18) == 0x000340, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_17) == 0x000368, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_16) == 0x000390, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_15) == 0x0003B8, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_14) == 0x0003E0, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_13) == 0x000408, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_12) == 0x000430, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_11) == 0x000458, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_10) == 0x000480, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_9) == 0x0004A8, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_8) == 0x0004D0, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_7) == 0x0004F8, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_6) == 0x000520, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_5) == 0x000548, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_4) == 0x000570, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_3) == 0x000598, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_2) == 0x0005C0, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult_1) == 0x0005E8, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TransitionResult) == 0x000610, "Member 'UABP_Void_tank_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_13) == 0x000638, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_13) == 0x0006B8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_12) == 0x0006E8, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_12) == 0x000768, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_11) == 0x000798, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_11) == 0x000818, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_10) == 0x000848, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_10) == 0x0008C8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_9) == 0x0008F8, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_9) == 0x000978, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_8) == 0x0009A8, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_8) == 0x000A28, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_7) == 0x000A58, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_7) == 0x000AD8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_6) == 0x000B08, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_6) == 0x000B88, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_5) == 0x000BB8, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_5) == 0x000C38, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_4) == 0x000C68, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_4) == 0x000CE8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_3) == 0x000D18, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_3) == 0x000D98, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_2) == 0x000DC8, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_2) == 0x000E48, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer_1) == 0x000E78, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult_1) == 0x000EF8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SequencePlayer) == 0x000F28, "Member 'UABP_Void_tank_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateResult) == 0x000FA8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_StateMachine) == 0x000FD8, "Member 'UABP_Void_tank_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_SaveCachedPose) == 0x001088, "Member 'UABP_Void_tank_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_Root) == 0x0011E0, "Member 'UABP_Void_tank_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_Slot) == 0x001210, "Member 'UABP_Void_tank_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_ComponentToLocalSpace) == 0x001258, "Member 'UABP_Void_tank_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_ModifyBone) == 0x001278, "Member 'UABP_Void_tank_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK_5) == 0x001380, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK_4) == 0x001560, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_LocalToComponentSpace) == 0x001740, "Member 'UABP_Void_tank_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK_3) == 0x001760, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK_2) == 0x001940, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK_1) == 0x001B20, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, AnimGraphNode_TwoBoneIK) == 0x001D00, "Member 'UABP_Void_tank_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, Character) == 0x001EE0, "Member 'UABP_Void_tank_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, Speed) == 0x001EE8, "Member 'UABP_Void_tank_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, bAttackBase) == 0x001EEC, "Member 'UABP_Void_tank_C::bAttackBase' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, bDeadDefence) == 0x001EED, "Member 'UABP_Void_tank_C::bDeadDefence' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, bAttackMiddle) == 0x001EEE, "Member 'UABP_Void_tank_C::bAttackMiddle' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, Rotation_Direction) == 0x001EEF, "Member 'UABP_Void_tank_C::Rotation_Direction' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, MeshZOffset) == 0x001EF0, "Member 'UABP_Void_tank_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, IKRootBoneRotation) == 0x001EF4, "Member 'UABP_Void_tank_C::IKRootBoneRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, IKAlpha) == 0x001F00, "Member 'UABP_Void_tank_C::IKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, RightUpEffector) == 0x001F04, "Member 'UABP_Void_tank_C::RightUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, LeftUpEffector) == 0x001F10, "Member 'UABP_Void_tank_C::LeftUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, RightBackEffector) == 0x001F1C, "Member 'UABP_Void_tank_C::RightBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, LeftBackEffector) == 0x001F28, "Member 'UABP_Void_tank_C::LeftBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, RightHindEffector) == 0x001F34, "Member 'UABP_Void_tank_C::RightHindEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Void_tank_C, LeftHindEffector) == 0x001F40, "Member 'UABP_Void_tank_C::LeftHindEffector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo \ static_assert(alignof(ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo) == 0x000004, "Wrong alignment on ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo"); \ static_assert(sizeof(ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo) == 0x000004, "Wrong size on ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo"); \ static_assert(offsetof(ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo, EntryPoint) == 0x000000, "Member 'ABP_GhostRofleemo_C_ExecuteUbergraph_ABP_GhostRofleemo::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GhostRofleemo_C_AnimGraph \ static_assert(alignof(ABP_GhostRofleemo_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_GhostRofleemo_C_AnimGraph"); \ static_assert(sizeof(ABP_GhostRofleemo_C_AnimGraph) == 0x000010, "Wrong size on ABP_GhostRofleemo_C_AnimGraph"); \ static_assert(offsetof(ABP_GhostRofleemo_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_GhostRofleemo_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_GhostRofleemo_C \ static_assert(alignof(UABP_GhostRofleemo_C) == 0x000010, "Wrong alignment on UABP_GhostRofleemo_C"); \ static_assert(sizeof(UABP_GhostRofleemo_C) == 0x000860, "Wrong size on UABP_GhostRofleemo_C"); \ static_assert(offsetof(UABP_GhostRofleemo_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_GhostRofleemo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_6) == 0x0002F8, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_5) == 0x000378, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_4) == 0x0003F8, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_3) == 0x000478, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_2) == 0x0004F8, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_BlendListByEnum) == 0x000578, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer_1) == 0x000628, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_SequencePlayer) == 0x0006A8, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_StateResult) == 0x000728, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_StateMachine) == 0x000758, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, AnimGraphNode_Slot) == 0x000808, "Member 'UABP_GhostRofleemo_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, PlayingSequenceID) == 0x000850, "Member 'UABP_GhostRofleemo_C::PlayingSequenceID' has a wrong offset!"); \ static_assert(offsetof(UABP_GhostRofleemo_C, GhostIdleState) == 0x000854, "Member 'UABP_GhostRofleemo_C::GhostIdleState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoMushroomHalloween_C \ static_assert(alignof(ARofleemoMushroomHalloween_C) == 0x000010, "Wrong alignment on ARofleemoMushroomHalloween_C"); \ static_assert(sizeof(ARofleemoMushroomHalloween_C) == 0x000430, "Wrong size on ARofleemoMushroomHalloween_C"); \ #define DUMPER7_ASSERTS_ARofleemoMushroomChristmas_C \ static_assert(alignof(ARofleemoMushroomChristmas_C) == 0x000010, "Wrong alignment on ARofleemoMushroomChristmas_C"); \ static_assert(sizeof(ARofleemoMushroomChristmas_C) == 0x000430, "Wrong size on ARofleemoMushroomChristmas_C"); \ #define DUMPER7_ASSERTS_GenericDebris_C_ExecuteUbergraph_GenericDebris \ static_assert(alignof(GenericDebris_C_ExecuteUbergraph_GenericDebris) == 0x000008, "Wrong alignment on GenericDebris_C_ExecuteUbergraph_GenericDebris"); \ static_assert(sizeof(GenericDebris_C_ExecuteUbergraph_GenericDebris) == 0x0000C0, "Wrong size on GenericDebris_C_ExecuteUbergraph_GenericDebris"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, EntryPoint) == 0x000000, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, CallFunc_RegisterPerceptionStimuliSource_ReturnValue) == 0x000005, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::CallFunc_RegisterPerceptionStimuliSource_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000B0, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_ExecuteUbergraph_GenericDebris, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000B9, "Member 'GenericDebris_C_ExecuteUbergraph_GenericDebris::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'GenericDebris_C_BndEvt__Audio_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericDebris_C \ static_assert(alignof(AGenericDebris_C) == 0x000008, "Wrong alignment on AGenericDebris_C"); \ static_assert(sizeof(AGenericDebris_C) == 0x0002E0, "Wrong size on AGenericDebris_C"); \ static_assert(offsetof(AGenericDebris_C, UberGraphFrame_GenericDebris_C) == 0x0002A8, "Member 'AGenericDebris_C::UberGraphFrame_GenericDebris_C' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, LeechAttachPoint_3) == 0x0002B0, "Member 'AGenericDebris_C::LeechAttachPoint_3' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, LeechAttachPoint_2) == 0x0002B8, "Member 'AGenericDebris_C::LeechAttachPoint_2' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, LeechAttachPoint_1) == 0x0002C0, "Member 'AGenericDebris_C::LeechAttachPoint_1' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, Debris_Flow_Sound) == 0x0002C8, "Member 'AGenericDebris_C::Debris_Flow_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, Audio_Sphere) == 0x0002D0, "Member 'AGenericDebris_C::Audio_Sphere' has a wrong offset!"); \ static_assert(offsetof(AGenericDebris_C, LeechAttachRoot) == 0x0002D8, "Member 'AGenericDebris_C::LeechAttachRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTankSpawnShake_C \ static_assert(alignof(UBugTankSpawnShake_C) == 0x000010, "Wrong alignment on UBugTankSpawnShake_C"); \ static_assert(sizeof(UBugTankSpawnShake_C) == 0x0001E0, "Wrong size on UBugTankSpawnShake_C"); \ #define DUMPER7_ASSERTS_BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace \ static_assert(alignof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace) == 0x000008, "Wrong alignment on BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace"); \ static_assert(sizeof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace) == 0x000140, "Wrong size on BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, EntryPoint) == 0x000000, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000010, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, Temp_bool_Has_Been_Initd_Variable) == 0x000019, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, Temp_int_Variable) == 0x000028, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetAIController_ReturnValue) == 0x000040, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000048, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_MoveToLocation_ReturnValue) == 0x000050, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_IsLocallyControlled_ReturnValue) == 0x000051, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_SwitchEnum_CmpSuccess) == 0x000052, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_Event_DeltaTime) == 0x000054, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000058, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000060, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000068, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, Temp_bool_IsClosed_Variable) == 0x000069, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_RandomFloatInRange_ReturnValue) == 0x00006C, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_IsPlaying_ReturnValue) == 0x000080, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetActionPlanner_ReturnValue) == 0x000088, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetActionPlanner_ReturnValue_1) == 0x000090, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_MakeStruct_EnvNamedValue) == 0x000098, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_MakeStruct_EnvNamedValue_1) == 0x0000AC, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_Greater_IntInt_ReturnValue) == 0x0000BC, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_MakeStruct_EnvNamedValue_2) == 0x0000C0, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_MakeStruct_EnvNamedValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_IsPlaying_ReturnValue_1) == 0x0000E0, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x0000E8, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F4, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetActionPlanner_ReturnValue_2) == 0x000108, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetActionPlanner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetActionPlanner_ReturnValue_3) == 0x000110, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetActionPlanner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetCurrentRequirement_ReturnValue) == 0x000118, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetCurrentRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_AsGeneric_Nazi_Character_2) == 0x000128, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_AsGeneric_Nazi_Character_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace, CallFunc_GetCurrentGoal_ReturnValue) == 0x000134, "Member 'BaseAction_InspectPlace_C_ExecuteUbergraph_BaseAction_InspectPlace::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectPlace_C_Tick \ static_assert(alignof(BaseAction_InspectPlace_C_Tick) == 0x000004, "Wrong alignment on BaseAction_InspectPlace_C_Tick"); \ static_assert(sizeof(BaseAction_InspectPlace_C_Tick) == 0x000004, "Wrong size on BaseAction_InspectPlace_C_Tick"); \ static_assert(offsetof(BaseAction_InspectPlace_C_Tick, DeltaTime) == 0x000000, "Member 'BaseAction_InspectPlace_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectPlace_C_QueryInspectLocation \ static_assert(alignof(BaseAction_InspectPlace_C_QueryInspectLocation) == 0x000008, "Wrong alignment on BaseAction_InspectPlace_C_QueryInspectLocation"); \ static_assert(sizeof(BaseAction_InspectPlace_C_QueryInspectLocation) == 0x000050, "Wrong size on BaseAction_InspectPlace_C_QueryInspectLocation"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, Temp_bool_Variable) == 0x000000, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, Temp_object_Variable) == 0x000008, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, Temp_object_Variable_1) == 0x000010, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, K2Node_MakeArray_Array) == 0x000018, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000038, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, CallFunc_Not_PreBool_ReturnValue_1) == 0x000041, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryInspectLocation, K2Node_Select_Default) == 0x000048, "Member 'BaseAction_InspectPlace_C_QueryInspectLocation::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectPlace_C_QueryLookAroundLocation \ static_assert(alignof(BaseAction_InspectPlace_C_QueryLookAroundLocation) == 0x000008, "Wrong alignment on BaseAction_InspectPlace_C_QueryLookAroundLocation"); \ static_assert(sizeof(BaseAction_InspectPlace_C_QueryLookAroundLocation) == 0x000060, "Wrong size on BaseAction_InspectPlace_C_QueryLookAroundLocation"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000010, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, K2Node_MakeStruct_EnvNamedValue) == 0x000018, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, K2Node_MakeStruct_EnvNamedValue_1) == 0x00002C, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, K2Node_MakeStruct_EnvNamedValue_2) == 0x00003C, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::K2Node_MakeStruct_EnvNamedValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectPlace_C_QueryLookAroundLocation, K2Node_MakeArray_Array) == 0x000050, "Member 'BaseAction_InspectPlace_C_QueryLookAroundLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_InspectPlace_C \ static_assert(alignof(UBaseAction_InspectPlace_C) == 0x000008, "Wrong alignment on UBaseAction_InspectPlace_C"); \ static_assert(sizeof(UBaseAction_InspectPlace_C) == 0x0000E0, "Wrong size on UBaseAction_InspectPlace_C"); \ static_assert(offsetof(UBaseAction_InspectPlace_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_InspectPlace_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectPlace_C, CurrentGoalLocation) == 0x0000C0, "Member 'UBaseAction_InspectPlace_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectPlace_C, CurrentInspectedPoints) == 0x0000CC, "Member 'UBaseAction_InspectPlace_C::CurrentInspectedPoints' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectPlace_C, PointsToInspect) == 0x0000D0, "Member 'UBaseAction_InspectPlace_C::PointsToInspect' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectPlace_C, CurrentlyInspectingNoise) == 0x0000D4, "Member 'UBaseAction_InspectPlace_C::CurrentlyInspectingNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor \ static_assert(alignof(SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor) == 0x000004, "Wrong alignment on SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor"); \ static_assert(sizeof(SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor) == 0x000008, "Wrong size on SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor"); \ static_assert(offsetof(SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor, EntryPoint) == 0x000000, "Member 'SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'SharkVomitDestructibleActor_C_ExecuteUbergraph_SharkVomitDestructibleActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomitDestructibleActor_C_ReceiveTick \ static_assert(alignof(SharkVomitDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong alignment on SharkVomitDestructibleActor_C_ReceiveTick"); \ static_assert(sizeof(SharkVomitDestructibleActor_C_ReceiveTick) == 0x000004, "Wrong size on SharkVomitDestructibleActor_C_ReceiveTick"); \ static_assert(offsetof(SharkVomitDestructibleActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'SharkVomitDestructibleActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkVomitDestructibleActor_C \ static_assert(alignof(ASharkVomitDestructibleActor_C) == 0x000008, "Wrong alignment on ASharkVomitDestructibleActor_C"); \ static_assert(sizeof(ASharkVomitDestructibleActor_C) == 0x000240, "Wrong size on ASharkVomitDestructibleActor_C"); \ static_assert(offsetof(ASharkVomitDestructibleActor_C, UberGraphFrame) == 0x000220, "Member 'ASharkVomitDestructibleActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASharkVomitDestructibleActor_C, DissolveComponent) == 0x000228, "Member 'ASharkVomitDestructibleActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ASharkVomitDestructibleActor_C, DestructibleMesh) == 0x000230, "Member 'ASharkVomitDestructibleActor_C::DestructibleMesh' has a wrong offset!"); \ static_assert(offsetof(ASharkVomitDestructibleActor_C, DefaultSceneRoot) == 0x000238, "Member 'ASharkVomitDestructibleActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo \ static_assert(alignof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo"); \ static_assert(sizeof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo) == 0x0000B8, "Wrong size on ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, EntryPoint) == 0x000000, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00001C, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, K2Node_Event_DeltaTimeX) == 0x000024, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000030, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000038, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x000040, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000048, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000054, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_RInterpTo_ReturnValue) == 0x000058, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000064, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000068, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_K2_SetTimer_ReturnValue) == 0x000070, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_IsValid_ReturnValue_2) == 0x000078, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000079, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, K2Node_CustomEvent_Montage) == 0x000080, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::K2Node_CustomEvent_Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_Montage_Play_ReturnValue) == 0x000088, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_IsValid_ReturnValue_3) == 0x00008C, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_GetControlRotation_ReturnValue) == 0x000090, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x00009C, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_BreakRotator_Roll) == 0x0000A8, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_BreakRotator_Pitch) == 0x0000AC, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_BreakRotator_Yaw) == 0x0000B0, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_GetTurretState_ReturnValue) == 0x0000B4, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_GetTurretState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B5, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000B6, "Member 'ABP_AIRofleemo_C_ExecuteUbergraph_ABP_AIRofleemo::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_OnPlayActionMontage_Event_0 \ static_assert(alignof(ABP_AIRofleemo_C_OnPlayActionMontage_Event_0) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_OnPlayActionMontage_Event_0"); \ static_assert(sizeof(ABP_AIRofleemo_C_OnPlayActionMontage_Event_0) == 0x000008, "Wrong size on ABP_AIRofleemo_C_OnPlayActionMontage_Event_0"); \ static_assert(offsetof(ABP_AIRofleemo_C_OnPlayActionMontage_Event_0, Montage) == 0x000000, "Member 'ABP_AIRofleemo_C_OnPlayActionMontage_Event_0::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_AIRofleemo_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_AIRofleemo_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_AIRofleemo_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_AIRofleemo_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_AIRofleemo_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_AIRofleemo_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_ChangeSeenLocation \ static_assert(alignof(ABP_AIRofleemo_C_ChangeSeenLocation) == 0x000004, "Wrong alignment on ABP_AIRofleemo_C_ChangeSeenLocation"); \ static_assert(sizeof(ABP_AIRofleemo_C_ChangeSeenLocation) == 0x000028, "Wrong size on ABP_AIRofleemo_C_ChangeSeenLocation"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000014, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_BooleanAND_ReturnValue_1) == 0x000018, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ChangeSeenLocation, CallFunc_Array_Get_Item) == 0x00001C, "Member 'ABP_AIRofleemo_C_ChangeSeenLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_RollIdle \ static_assert(alignof(ABP_AIRofleemo_C_RollIdle) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_RollIdle"); \ static_assert(sizeof(ABP_AIRofleemo_C_RollIdle) == 0x000018, "Wrong size on ABP_AIRofleemo_C_RollIdle"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollIdle, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'ABP_AIRofleemo_C_RollIdle::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollIdle, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'ABP_AIRofleemo_C_RollIdle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollIdle, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'ABP_AIRofleemo_C_RollIdle::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollIdle, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'ABP_AIRofleemo_C_RollIdle::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollIdle, CallFunc_CanChangeIdle_Return_Value) == 0x000010, "Member 'ABP_AIRofleemo_C_RollIdle::CallFunc_CanChangeIdle_Return_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_RollCageIdle \ static_assert(alignof(ABP_AIRofleemo_C_RollCageIdle) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_RollCageIdle"); \ static_assert(sizeof(ABP_AIRofleemo_C_RollCageIdle) == 0x000018, "Wrong size on ABP_AIRofleemo_C_RollCageIdle"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, Temp_int_Variable) == 0x000000, "Member 'ABP_AIRofleemo_C_RollCageIdle::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'ABP_AIRofleemo_C_RollCageIdle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, Temp_byte_Variable) == 0x000005, "Member 'ABP_AIRofleemo_C_RollCageIdle::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, Temp_byte_Variable_1) == 0x000006, "Member 'ABP_AIRofleemo_C_RollCageIdle::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, CallFunc_CanChangeIdle_Return_Value) == 0x000007, "Member 'ABP_AIRofleemo_C_RollCageIdle::CallFunc_CanChangeIdle_Return_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'ABP_AIRofleemo_C_RollCageIdle::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000010, "Member 'ABP_AIRofleemo_C_RollCageIdle::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_RollCageIdle, K2Node_Select_Default) == 0x000014, "Member 'ABP_AIRofleemo_C_RollCageIdle::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_CanChangeIdle \ static_assert(alignof(ABP_AIRofleemo_C_CanChangeIdle) == 0x000001, "Wrong alignment on ABP_AIRofleemo_C_CanChangeIdle"); \ static_assert(sizeof(ABP_AIRofleemo_C_CanChangeIdle) == 0x000004, "Wrong size on ABP_AIRofleemo_C_CanChangeIdle"); \ static_assert(offsetof(ABP_AIRofleemo_C_CanChangeIdle, Return_Value) == 0x000000, "Member 'ABP_AIRofleemo_C_CanChangeIdle::Return_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_CanChangeIdle, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ABP_AIRofleemo_C_CanChangeIdle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_CanChangeIdle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'ABP_AIRofleemo_C_CanChangeIdle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_CanChangeIdle, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ABP_AIRofleemo_C_CanChangeIdle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_ActivityDrop \ static_assert(alignof(ABP_AIRofleemo_C_ActivityDrop) == 0x000004, "Wrong alignment on ABP_AIRofleemo_C_ActivityDrop"); \ static_assert(sizeof(ABP_AIRofleemo_C_ActivityDrop) == 0x000020, "Wrong size on ABP_AIRofleemo_C_ActivityDrop"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, DegreesMood) == 0x000000, "Member 'ABP_AIRofleemo_C_ActivityDrop::DegreesMood' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000008, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Less_FloatFloat_ReturnValue) == 0x000010, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000011, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000012, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000013, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000014, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000015, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000016, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_ActivityDrop, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00001C, "Member 'ABP_AIRofleemo_C_ActivityDrop::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_PlayMontage \ static_assert(alignof(ABP_AIRofleemo_C_PlayMontage) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_PlayMontage"); \ static_assert(sizeof(ABP_AIRofleemo_C_PlayMontage) == 0x000018, "Wrong size on ABP_AIRofleemo_C_PlayMontage"); \ static_assert(offsetof(ABP_AIRofleemo_C_PlayMontage, MontageToPlay) == 0x000000, "Member 'ABP_AIRofleemo_C_PlayMontage::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_PlayMontage, MontageLength_) == 0x000008, "Member 'ABP_AIRofleemo_C_PlayMontage::MontageLength_' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_PlayMontage, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x00000C, "Member 'ABP_AIRofleemo_C_PlayMontage::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_PlayMontage, CallFunc_Montage_Play_ReturnValue) == 0x000010, "Member 'ABP_AIRofleemo_C_PlayMontage::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_PlayMontage, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'ABP_AIRofleemo_C_PlayMontage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_LookAtPlayer \ static_assert(alignof(ABP_AIRofleemo_C_LookAtPlayer) == 0x000010, "Wrong alignment on ABP_AIRofleemo_C_LookAtPlayer"); \ static_assert(sizeof(ABP_AIRofleemo_C_LookAtPlayer) == 0x000100, "Wrong size on ABP_AIRofleemo_C_LookAtPlayer"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, TranslatedOffset) == 0x000000, "Member 'ABP_AIRofleemo_C_LookAtPlayer::TranslatedOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, Player) == 0x000010, "Member 'ABP_AIRofleemo_C_LookAtPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_NotEqual_RotatorRotator_ReturnValue) == 0x000019, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_NotEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Roll_1) == 0x000038, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Pitch_1) == 0x00003C, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BreakRotator_Yaw_1) == 0x000040, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000044, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000054, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000058, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_BooleanAND_ReturnValue_1) == 0x000060, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000064, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_FInterpTo_ReturnValue) == 0x000068, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x00006C, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_FInterpTo_ReturnValue_1) == 0x000070, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000074, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x000078, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_RInterpTo_ReturnValue) == 0x00007C, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_RInterpTo_ReturnValue_1) == 0x000088, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000094, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x0000A0, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000A4, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000B0, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_GetTransform_ReturnValue) == 0x0000C0, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AIRofleemo_C_LookAtPlayer, CallFunc_InverseTransformRotation_ReturnValue) == 0x0000F0, "Member 'ABP_AIRofleemo_C_LookAtPlayer::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AIRofleemo_C_AnimGraph \ static_assert(alignof(ABP_AIRofleemo_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AIRofleemo_C_AnimGraph"); \ static_assert(sizeof(ABP_AIRofleemo_C_AnimGraph) == 0x000010, "Wrong size on ABP_AIRofleemo_C_AnimGraph"); \ static_assert(offsetof(ABP_AIRofleemo_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AIRofleemo_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_AIRofleemo_C \ static_assert(alignof(UABP_AIRofleemo_C) == 0x000010, "Wrong alignment on UABP_AIRofleemo_C"); \ static_assert(sizeof(UABP_AIRofleemo_C) == 0x001A40, "Wrong size on UABP_AIRofleemo_C"); \ static_assert(offsetof(UABP_AIRofleemo_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_AIRofleemo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_15) == 0x0002F8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_14) == 0x000320, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_13) == 0x000348, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_12) == 0x000370, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_11) == 0x000398, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_10) == 0x0003C0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_9) == 0x0003E8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_8) == 0x000410, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_7) == 0x000438, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_6) == 0x000460, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_5) == 0x000488, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_4) == 0x0004B0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_3) == 0x0004D8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_2) == 0x000500, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult_1) == 0x000528, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_TransitionResult) == 0x000550, "Member 'UABP_AIRofleemo_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_14) == 0x000578, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_10) == 0x0005F8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_13) == 0x000628, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_9) == 0x0006A8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_12) == 0x0006D8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_8) == 0x000758, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_11) == 0x000788, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_10) == 0x000808, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_BlendListByBool_2) == 0x000888, "Member 'UABP_AIRofleemo_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_BlendListByBool_1) == 0x000928, "Member 'UABP_AIRofleemo_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_9) == 0x0009C8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_7) == 0x000A48, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_RandomPlayer) == 0x000A78, "Member 'UABP_AIRofleemo_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_6) == 0x000AF0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateMachine_1) == 0x000B20, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_5) == 0x000BD0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_8) == 0x000C00, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_4) == 0x000C80, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_7) == 0x000CB0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_3) == 0x000D30, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_6) == 0x000D60, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_2) == 0x000DE0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_5) == 0x000E10, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult_1) == 0x000E90, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ModifyBone_4) == 0x000EC0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ModifyBone_3) == 0x000FC8, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x0010D0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_LocalToComponentSpace_2) == 0x0010F0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ModifyBone_2) == 0x001110, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x001218, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_LocalToComponentSpace_1) == 0x001238, "Member 'UABP_AIRofleemo_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ModifyBone_1) == 0x001258, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_BlendListByBool) == 0x001360, "Member 'UABP_AIRofleemo_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_4) == 0x001400, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_3) == 0x001480, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_2) == 0x001500, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer_1) == 0x001580, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_BlendListByEnum) == 0x001600, "Member 'UABP_AIRofleemo_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_SequencePlayer) == 0x0016B0, "Member 'UABP_AIRofleemo_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateResult) == 0x001730, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_StateMachine) == 0x001760, "Member 'UABP_AIRofleemo_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_Slot) == 0x001810, "Member 'UABP_AIRofleemo_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ModifyBone) == 0x001858, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_LocalToComponentSpace) == 0x001960, "Member 'UABP_AIRofleemo_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, AnimGraphNode_ComponentToLocalSpace) == 0x001980, "Member 'UABP_AIRofleemo_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, Rofleemo) == 0x0019A0, "Member 'UABP_AIRofleemo_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, RofleemoBlackBoard) == 0x0019A8, "Member 'UABP_AIRofleemo_C::RofleemoBlackBoard' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, LearnRecipe) == 0x0019B0, "Member 'UABP_AIRofleemo_C::LearnRecipe' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, KeyLearnRecipe) == 0x0019B4, "Member 'UABP_AIRofleemo_C::KeyLearnRecipe' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bDangerClose) == 0x0019BC, "Member 'UABP_AIRofleemo_C::bDangerClose' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, RofleemoIdle) == 0x0019BD, "Member 'UABP_AIRofleemo_C::RofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, RandomStream) == 0x0019C0, "Member 'UABP_AIRofleemo_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, CachedRofleemoIdle) == 0x0019C8, "Member 'UABP_AIRofleemo_C::CachedRofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, NewHeadOffset) == 0x0019CC, "Member 'UABP_AIRofleemo_C::NewHeadOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, TransformHeadOffset) == 0x0019D8, "Member 'UABP_AIRofleemo_C::TransformHeadOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, BaseHeadOffset) == 0x0019E4, "Member 'UABP_AIRofleemo_C::BaseHeadOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bAbilityInProgress) == 0x0019F0, "Member 'UABP_AIRofleemo_C::bAbilityInProgress' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, HeadRotationOfsets) == 0x0019F8, "Member 'UABP_AIRofleemo_C::HeadRotationOfsets' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, Activity) == 0x001A08, "Member 'UABP_AIRofleemo_C::Activity' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bAnyMontagePlaying) == 0x001A0C, "Member 'UABP_AIRofleemo_C::bAnyMontagePlaying' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bRofleemoFree) == 0x001A0D, "Member 'UABP_AIRofleemo_C::bRofleemoFree' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bInHands) == 0x001A0E, "Member 'UABP_AIRofleemo_C::bInHands' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bFloating) == 0x001A0F, "Member 'UABP_AIRofleemo_C::bFloating' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bKicked) == 0x001A10, "Member 'UABP_AIRofleemo_C::bKicked' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bUsingTurret) == 0x001A11, "Member 'UABP_AIRofleemo_C::bUsingTurret' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, bAiming) == 0x001A12, "Member 'UABP_AIRofleemo_C::bAiming' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, LastTurretControlRotaion) == 0x001A14, "Member 'UABP_AIRofleemo_C::LastTurretControlRotaion' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, TurretDeltaYaw) == 0x001A20, "Member 'UABP_AIRofleemo_C::TurretDeltaYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, LookAtRotatiuon) == 0x001A24, "Member 'UABP_AIRofleemo_C::LookAtRotatiuon' has a wrong offset!"); \ static_assert(offsetof(UABP_AIRofleemo_C, HeadOffsetAlpha) == 0x001A30, "Member 'UABP_AIRofleemo_C::HeadOffsetAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation \ static_assert(alignof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation) == 0x000008, "Wrong alignment on HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation"); \ static_assert(sizeof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation) == 0x000160, "Wrong size on HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, EntryPoint) == 0x000000, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_DeltaTime) == 0x000020, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_Owner_1) == 0x000028, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_OwnerAsController_1) == 0x000030, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_NodeResult) == 0x000040, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000044, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_AsShark_2) == 0x000050, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00005C, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000068, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000074, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_RInterpTo_ReturnValue) == 0x000080, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_BreakRotator_Roll) == 0x00008C, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_BreakRotator_Pitch) == 0x000090, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_BreakRotator_Yaw) == 0x000094, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000098, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Abs_ReturnValue) == 0x00009C, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0000A0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Normal_ReturnValue) == 0x0000B0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_AsShark_2_1) == 0x0000C0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_AsShark_2_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_Owner_2) == 0x0000D0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_OwnerAsController_2) == 0x0000D8, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_OwnerAsController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_Event_ControlledPawn_2) == 0x0000E0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_AsShark_2_2) == 0x0000E8, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_AsShark_2_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000F4, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000100, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_GetForwardVector_ReturnValue) == 0x00010C, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000118, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_NotEqualExactly_VectorVector_ReturnValue) == 0x000124, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_NotEqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000128, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_VInterpTo_ReturnValue) == 0x000134, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_GetOvserveLocation_ReturnValue) == 0x000140, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_GetOvserveLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00014C, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_RandomFloatInRange_ReturnValue) == 0x000150, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000154, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation, CallFunc_FMax_ReturnValue) == 0x000158, "Member 'HTN_VoidScopeObserveLocation_C_ExecuteUbergraph_HTN_VoidScopeObserveLocation::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidScopeObserveLocation_C_ReceiveTick \ static_assert(alignof(HTN_VoidScopeObserveLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_VoidScopeObserveLocation_C_ReceiveTick"); \ static_assert(sizeof(HTN_VoidScopeObserveLocation_C_ReceiveTick) == 0x000020, "Wrong size on HTN_VoidScopeObserveLocation_C_ReceiveTick"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish \ static_assert(alignof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart \ static_assert(alignof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_VoidScopeObserveLocation_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidScopeObserveLocation_C_GetOvserveLocation \ static_assert(alignof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation) == 0x000008, "Wrong alignment on HTN_VoidScopeObserveLocation_C_GetOvserveLocation"); \ static_assert(sizeof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation) == 0x000040, "Wrong size on HTN_VoidScopeObserveLocation_C_GetOvserveLocation"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, ReturnValue) == 0x000000, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000010, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000018, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, K2Node_DynamicCast_AsActor) == 0x000028, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidScopeObserveLocation_C_GetOvserveLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'HTN_VoidScopeObserveLocation_C_GetOvserveLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_VoidScopeObserveLocation_C \ static_assert(alignof(UHTN_VoidScopeObserveLocation_C) == 0x000008, "Wrong alignment on UHTN_VoidScopeObserveLocation_C"); \ static_assert(sizeof(UHTN_VoidScopeObserveLocation_C) == 0x000100, "Wrong size on UHTN_VoidScopeObserveLocation_C"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, UberGraphFrame) == 0x000088, "Member 'UHTN_VoidScopeObserveLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, FocalPoint) == 0x000090, "Member 'UHTN_VoidScopeObserveLocation_C::FocalPoint' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, ObserveLoaction) == 0x0000A0, "Member 'UHTN_VoidScopeObserveLocation_C::ObserveLoaction' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, ObserveActor) == 0x0000C8, "Member 'UHTN_VoidScopeObserveLocation_C::ObserveActor' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, Interp_Speed) == 0x0000F0, "Member 'UHTN_VoidScopeObserveLocation_C::Interp_Speed' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, RandomDeviation) == 0x0000F4, "Member 'UHTN_VoidScopeObserveLocation_C::RandomDeviation' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidScopeObserveLocation_C, CurrentInterpSpeed) == 0x0000F8, "Member 'UHTN_VoidScopeObserveLocation_C::CurrentInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase \ static_assert(alignof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase) == 0x000008, "Wrong alignment on RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase"); \ static_assert(sizeof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase) == 0x000018, "Wrong size on RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, EntryPoint) == 0x000000, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'RofleemoActionBase_C_ExecuteUbergraph_RofleemoActionBase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoActionBase_C \ static_assert(alignof(URofleemoActionBase_C) == 0x000008, "Wrong alignment on URofleemoActionBase_C"); \ static_assert(sizeof(URofleemoActionBase_C) == 0x0000D8, "Wrong size on URofleemoActionBase_C"); \ static_assert(offsetof(URofleemoActionBase_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoActionBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, RequiredSpace) == 0x0000C0, "Member 'URofleemoActionBase_C::RequiredSpace' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bNeedRelocation) == 0x0000CC, "Member 'URofleemoActionBase_C::bNeedRelocation' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bCanStay) == 0x0000CD, "Member 'URofleemoActionBase_C::bCanStay' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bCanRotate) == 0x0000CE, "Member 'URofleemoActionBase_C::bCanRotate' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bStopAction) == 0x0000CF, "Member 'URofleemoActionBase_C::bStopAction' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bPlayNewTask) == 0x0000D0, "Member 'URofleemoActionBase_C::bPlayNewTask' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bResetSpecialActivity) == 0x0000D1, "Member 'URofleemoActionBase_C::bResetSpecialActivity' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bHideHandMesh) == 0x0000D2, "Member 'URofleemoActionBase_C::bHideHandMesh' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, bSilentStop) == 0x0000D3, "Member 'URofleemoActionBase_C::bSilentStop' has a wrong offset!"); \ static_assert(offsetof(URofleemoActionBase_C, ChanceToPlay) == 0x0000D4, "Member 'URofleemoActionBase_C::ChanceToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation \ static_assert(alignof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation) == 0x000008, "Wrong alignment on HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation"); \ static_assert(sizeof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation) == 0x0000E8, "Wrong size on HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, EntryPoint) == 0x000000, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000038, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000040, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_DonNavigationManager_ReturnValue) == 0x000048, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_DonNavigationManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetAction_ReturnValue) == 0x000050, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_AsShark_Action_Drilling) == 0x000060, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_AsShark_Action_Drilling' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetDesiredAttackLocation_Result) == 0x00006C, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetDesiredAttackLocation_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_CanNavigate_ReturnValue) == 0x000078, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_CanNavigate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue_1) == 0x000080, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_DonNavigationManager_ReturnValue_1) == 0x000088, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_DonNavigationManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_Owner_1) == 0x000090, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_OwnerController_1) == 0x000098, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_Event_ControlledPawn_1) == 0x0000A0, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_AsFGAICharacter_1) == 0x0000A8, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetActionPlanner_ReturnValue_1) == 0x0000B8, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetAction_ReturnValue_1) == 0x0000C0, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_AsShark_Action_Drilling_1) == 0x0000C8, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_AsShark_Action_Drilling_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, K2Node_DynamicCast_bSuccess_3) == 0x0000D0, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_GetDesiredAttackLocation_Result_1) == 0x0000D4, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_GetDesiredAttackLocation_Result_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation, CallFunc_CanNavigate_ReturnValue_1) == 0x0000E0, "Member 'HTN_GetDrillingAttackLocation_C_ExecuteUbergraph_HTN_GetDrillingAttackLocation::CallFunc_CanNavigate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetDrillingAttackLocation_C_ReceiveTick \ static_assert(alignof(HTN_GetDrillingAttackLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_GetDrillingAttackLocation_C_ReceiveTick"); \ static_assert(sizeof(HTN_GetDrillingAttackLocation_C_ReceiveTick) == 0x000020, "Wrong size on HTN_GetDrillingAttackLocation_C_ReceiveTick"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveTick, OwnerController) == 0x000008, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveTick::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveTick, DeltaSeconds) == 0x000018, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetDrillingAttackLocation_C_ReceiveExecute \ static_assert(alignof(HTN_GetDrillingAttackLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_GetDrillingAttackLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_GetDrillingAttackLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_GetDrillingAttackLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps) == 0x000080, "Wrong size on HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter) == 0x000018, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000028, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetActionPlanner_ReturnValue) == 0x000030, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark) == 0x000038, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetAction_ReturnValue) == 0x000048, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsShark_Action_Drilling) == 0x000058, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsShark_Action_Drilling' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_GetDesiredAttackLocation_Result) == 0x000064, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_GetDesiredAttackLocation_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_DonNavigationManager_ReturnValue) == 0x000070, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_DonNavigationManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps, CallFunc_CanNavigate_ReturnValue) == 0x000078, "Member 'HTN_GetDrillingAttackLocation_C_ReceiveCreatePlanSteps::CallFunc_CanNavigate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_GetDrillingAttackLocation_C \ static_assert(alignof(UHTN_GetDrillingAttackLocation_C) == 0x000008, "Wrong alignment on UHTN_GetDrillingAttackLocation_C"); \ static_assert(sizeof(UHTN_GetDrillingAttackLocation_C) == 0x000150, "Wrong size on UHTN_GetDrillingAttackLocation_C"); \ static_assert(offsetof(UHTN_GetDrillingAttackLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_GetDrillingAttackLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetDrillingAttackLocation_C, TargetRamAnchor) == 0x000100, "Member 'UHTN_GetDrillingAttackLocation_C::TargetRamAnchor' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetDrillingAttackLocation_C, DesiredLocationKey) == 0x000128, "Member 'UHTN_GetDrillingAttackLocation_C::DesiredLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation \ static_assert(alignof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation) == 0x000008, "Wrong alignment on HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation"); \ static_assert(sizeof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation) == 0x000090, "Wrong size on HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, EntryPoint) == 0x000000, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000008, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_Owner_1) == 0x000010, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_OwnerAsController_1) == 0x000018, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_DeltaTime) == 0x000028, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_CustomEvent_Pawn) == 0x000030, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000038, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_Owner) == 0x000048, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_OwnerAsController) == 0x000050, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_Event_ControlledPawn) == 0x000058, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000060, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, CallFunc_GetAction_ReturnValue) == 0x000068, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_DynamicCast_AsShark_Action_Drilling) == 0x000078, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_DynamicCast_AsShark_Action_Drilling' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation, CallFunc_GetDesiredAttackLocation_Result) == 0x000084, "Member 'HTN_UpdateDrillingAttackLocation_C_ExecuteUbergraph_HTN_UpdateDrillingAttackLocation::CallFunc_GetDesiredAttackLocation_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart \ static_assert(alignof(HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_UpdateDrillingAttackLocation_C_Update \ static_assert(alignof(HTN_UpdateDrillingAttackLocation_C_Update) == 0x000008, "Wrong alignment on HTN_UpdateDrillingAttackLocation_C_Update"); \ static_assert(sizeof(HTN_UpdateDrillingAttackLocation_C_Update) == 0x000008, "Wrong size on HTN_UpdateDrillingAttackLocation_C_Update"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_Update, Pawn) == 0x000000, "Member 'HTN_UpdateDrillingAttackLocation_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_UpdateDrillingAttackLocation_C_ReceiveTick \ static_assert(alignof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_UpdateDrillingAttackLocation_C_ReceiveTick"); \ static_assert(sizeof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick) == 0x000020, "Wrong size on HTN_UpdateDrillingAttackLocation_C_ReceiveTick"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_UpdateDrillingAttackLocation_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_UpdateDrillingAttackLocation_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_UpdateDrillingAttackLocation_C \ static_assert(alignof(UHTN_UpdateDrillingAttackLocation_C) == 0x000008, "Wrong alignment on UHTN_UpdateDrillingAttackLocation_C"); \ static_assert(sizeof(UHTN_UpdateDrillingAttackLocation_C) == 0x0000E8, "Wrong size on UHTN_UpdateDrillingAttackLocation_C"); \ static_assert(offsetof(UHTN_UpdateDrillingAttackLocation_C, UberGraphFrame) == 0x000090, "Member 'UHTN_UpdateDrillingAttackLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_UpdateDrillingAttackLocation_C, TargetRamAnchor) == 0x000098, "Member 'UHTN_UpdateDrillingAttackLocation_C::TargetRamAnchor' has a wrong offset!"); \ static_assert(offsetof(UHTN_UpdateDrillingAttackLocation_C, DesiredLocationKey) == 0x0000C0, "Member 'UHTN_UpdateDrillingAttackLocation_C::DesiredLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_OvalAroundTrain_C_DoItemGeneration \ static_assert(alignof(EQSGen_OvalAroundTrain_C_DoItemGeneration) == 0x000010, "Wrong alignment on EQSGen_OvalAroundTrain_C_DoItemGeneration"); \ static_assert(sizeof(EQSGen_OvalAroundTrain_C_DoItemGeneration) == 0x000450, "Wrong size on EQSGen_OvalAroundTrain_C_DoItemGeneration"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::ContextLocations' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, ExactStep) == 0x000010, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::ExactStep' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, bTrainMoving) == 0x000014, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::bTrainMoving' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, LastWagonTransform) == 0x000020, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::LastWagonTransform' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, FirstWagonTransform) == 0x000050, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::FirstWagonTransform' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Points) == 0x000080, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Points' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, RandomStream) == 0x000084, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::RandomStream' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Direction) == 0x00008C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Direction' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Length) == 0x000098, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Length' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, MinPoint) == 0x00009C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::MinPoint' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, MaxPoint) == 0x0000A8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::MaxPoint' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Temp_int_Variable) == 0x0000B4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000B8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000C0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Temp_int_Variable_1) == 0x0000C4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000C8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Not_PreBool_ReturnValue) == 0x0000D4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D5, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_FMin_ReturnValue) == 0x0000DC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000F0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue) == 0x0000FC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000108, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Temp_int_Variable_2) == 0x000114, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue_2) == 0x000118, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeRotFromX_ReturnValue) == 0x00011C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetRightVector_ReturnValue) == 0x000128, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeRotFromX_ReturnValue_1) == 0x000134, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeRotFromX_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000140, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetRightVector_ReturnValue_1) == 0x00014C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetRightVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000158, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00015C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_FTrunc_ReturnValue) == 0x000160, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000164, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000168, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x00016C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000170, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000174, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_FloatFloat_ReturnValue) == 0x000178, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x00017C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeVector_ReturnValue) == 0x000180, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00018C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeVector_ReturnValue_1) == 0x000190, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x00019C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001A0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x0001A4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeVector_ReturnValue_2) == 0x0001A8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0001B4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeVector_ReturnValue_3) == 0x0001B8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_4) == 0x0001C4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0001C8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_FTrunc_ReturnValue_1) == 0x0001CC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_5) == 0x0001D0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0001D4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0001D8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_FTrunc_ReturnValue_2) == 0x0001DC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x0001E0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetRingLocation_Result) == 0x0001E4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetRingLocation_Result' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_TransformDirection_ReturnValue) == 0x0001F0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001FC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000208, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_6) == 0x000214, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000218, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000224, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000230, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_MakeRandomStream_ReturnValue) == 0x00023C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000244, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000250, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_6) == 0x00025C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_RandomFloatInRangeFromStream_ReturnValue_7) == 0x000268, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_RandomFloatInRangeFromStream_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x00026C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x000278, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000284, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000290, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00029C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_8) == 0x0002A8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Normal_ReturnValue) == 0x0002B4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_9) == 0x0002C0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_VSize_ReturnValue) == 0x0002CC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, Temp_int_Variable_3) == 0x0002D0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetRingLocation_Result_1) == 0x0002D4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetRingLocation_Result_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_TransformDirection_ReturnValue_1) == 0x0002E0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_TransformDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0002EC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0002F0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_10) == 0x0002FC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_IntInt_ReturnValue_3) == 0x000308, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetGameMode_ReturnValue) == 0x000310, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetPlayerTrain_ReturnValue) == 0x000318, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetLastWagon_ReturnValue) == 0x000320, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetLastWagon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_IsValid_ReturnValue) == 0x000328, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000330, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000360, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetForwardVector_ReturnValue) == 0x00036C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_Origin) == 0x000378, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_BoxExtent) == 0x000384, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_SphereRadius) == 0x000390, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x000394, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetLocomotive_ReturnValue) == 0x0003A0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_6) == 0x0003A8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetVelocity_ReturnValue) == 0x0003B4, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_11) == 0x0003C0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x0003CC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_Origin_1) == 0x0003D0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_BoxExtent_1) == 0x0003DC, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetComponentBounds_SphereRadius_1) == 0x0003E8, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0003F0, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000420, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_GetForwardVector_ReturnValue_1) == 0x00042C, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Multiply_VectorFloat_ReturnValue_7) == 0x000438, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Multiply_VectorFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_DoItemGeneration, CallFunc_Add_VectorVector_ReturnValue_12) == 0x000444, "Member 'EQSGen_OvalAroundTrain_C_DoItemGeneration::CallFunc_Add_VectorVector_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQSGen_OvalAroundTrain_C_GetRingLocation \ static_assert(alignof(EQSGen_OvalAroundTrain_C_GetRingLocation) == 0x000004, "Wrong alignment on EQSGen_OvalAroundTrain_C_GetRingLocation"); \ static_assert(sizeof(EQSGen_OvalAroundTrain_C_GetRingLocation) == 0x000054, "Wrong size on EQSGen_OvalAroundTrain_C_GetRingLocation"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, Index_0) == 0x000000, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::Index_0' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, TotalCount) == 0x000004, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::TotalCount' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, Radius) == 0x000008, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, Result) == 0x00000C, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::Result' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_GetPI_ReturnValue) == 0x000018, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_GetPI_ReturnValue_1) == 0x000024, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_GetPI_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000030, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Cos_ReturnValue) == 0x000038, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Sin_ReturnValue) == 0x00003C, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000040, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000044, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQSGen_OvalAroundTrain_C_GetRingLocation, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'EQSGen_OvalAroundTrain_C_GetRingLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQSGen_OvalAroundTrain_C \ static_assert(alignof(UEQSGen_OvalAroundTrain_C) == 0x000008, "Wrong alignment on UEQSGen_OvalAroundTrain_C"); \ static_assert(sizeof(UEQSGen_OvalAroundTrain_C) == 0x000098, "Wrong size on UEQSGen_OvalAroundTrain_C"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, RadiusMin) == 0x000080, "Member 'UEQSGen_OvalAroundTrain_C::RadiusMin' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, RadiusMax) == 0x000084, "Member 'UEQSGen_OvalAroundTrain_C::RadiusMax' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, Step) == 0x000088, "Member 'UEQSGen_OvalAroundTrain_C::Step' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, RandomZ) == 0x00008C, "Member 'UEQSGen_OvalAroundTrain_C::RandomZ' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, OffsetZ) == 0x000090, "Member 'UEQSGen_OvalAroundTrain_C::OffsetZ' has a wrong offset!"); \ static_assert(offsetof(UEQSGen_OvalAroundTrain_C, bDebug) == 0x000094, "Member 'UEQSGen_OvalAroundTrain_C::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget \ static_assert(alignof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget) == 0x000148, "Wrong size on HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, EntryPoint) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_Owner_3) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_Owner_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_OwnerController_3) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_OwnerController_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_ControlledPawn_3) == 0x000018, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_ControlledPawn_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_AsActor) == 0x000038, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Normal_ReturnValue) == 0x000068, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_CustomEvent_Result) == 0x000074, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_CustomEvent_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_SwitchEnum_CmpSuccess) == 0x000075, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_Owner_2) == 0x000078, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_OwnerController_2) == 0x000080, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_ControlledPawn_2) == 0x000088, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_Owner_1) == 0x000090, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_OwnerController_1) == 0x000098, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_ControlledPawn_1) == 0x0000A0, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_Result) == 0x0000A8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_AsFGAICharacter_1) == 0x0000B0, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Square_ReturnValue) == 0x0000BC, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_IsTaskExecuting_ReturnValue) == 0x0000C0, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_IsTaskExecuting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_GetWorldStateValueAsObject_ReturnValue_1) == 0x0000C8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_GetWorldStateValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_AsActor_1) == 0x0000D0, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_DynamicCast_bSuccess_3) == 0x0000D8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000DC, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_Owner) == 0x0000E8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_OwnerController) == 0x0000F0, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_ControlledPawn) == 0x0000F8, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_Event_DeltaSeconds) == 0x000100, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000104, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_RequestMoveToActor_ReturnValue) == 0x000110, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_RequestMoveToActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000114, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_SwitchEnum_CmpSuccess_1) == 0x000118, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000119, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00011C, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000128, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000134, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, CallFunc_RequestMoveToLocation_ReturnValue) == 0x000144, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget, K2Node_SwitchEnum_CmpSuccess_2) == 0x000145, "Member 'HTN_VoidMoveToTarget_C_ExecuteUbergraph_HTN_VoidMoveToTarget::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveTick \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveTick"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveTick) == 0x000020, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveTick"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveTick, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveTick::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveTick, DeltaSeconds) == 0x000018, "Member 'HTN_VoidMoveToTarget_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveOnFinished \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveOnFinished) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveOnFinished"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveOnFinished) == 0x000020, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveOnFinished"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveOnFinished, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveOnFinished::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveOnFinished, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveOnFinished::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveOnFinished, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveOnFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveOnFinished, Result) == 0x000018, "Member 'HTN_VoidMoveToTarget_C_ReceiveOnFinished::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveAbort \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveAbort) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveAbort"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveAbort) == 0x000018, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveAbort"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveAbort, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveAbort::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveAbort, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveAbort::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveAbort, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveAbort::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0 \ static_assert(alignof(HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong alignment on HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0) == 0x000001, "Wrong size on HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0, Result) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_OnSplineMoveGoalReached_Event_0::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveExecute \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveExecute"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveExecute"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveRecheckPlan \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveRecheckPlan"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan) == 0x000058, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveRecheckPlan"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, ReturnValue) == 0x000018, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, CallFunc_DonNavigationManagerForActor_ReturnValue) == 0x000030, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::CallFunc_DonNavigationManagerForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000040, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveRecheckPlan, CallFunc_CanNavigateActor_ReturnValue) == 0x000051, "Member 'HTN_VoidMoveToTarget_C_ReceiveRecheckPlan::CallFunc_CanNavigateActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps) == 0x0000C0, "Wrong size on HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsFGAICharacter) == 0x000018, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_DonNavigationManagerForActor_ReturnValue) == 0x000028, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_DonNavigationManagerForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_MakeLiteralName_ReturnValue) == 0x000040, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_GetOwnersWorldState_ReturnValue) == 0x000048, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_GetOwnersWorldState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000050, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_GetOwnersWorldState_ReturnValue_1) == 0x000058, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_GetOwnersWorldState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000060, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsActor) == 0x000068, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_CanNavigateActor_ReturnValue) == 0x000071, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_CanNavigateActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000074, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000080, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00008C, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_Normal_ReturnValue) == 0x000098, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A4, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000B0, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps, CallFunc_CanNavigate_ReturnValue) == 0x0000BC, "Member 'HTN_VoidMoveToTarget_C_ReceiveCreatePlanSteps::CallFunc_CanNavigate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_VoidMoveToTarget_C \ static_assert(alignof(UHTN_VoidMoveToTarget_C) == 0x000008, "Wrong alignment on UHTN_VoidMoveToTarget_C"); \ static_assert(sizeof(UHTN_VoidMoveToTarget_C) == 0x000138, "Wrong size on UHTN_VoidMoveToTarget_C"); \ static_assert(offsetof(UHTN_VoidMoveToTarget_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_VoidMoveToTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToTarget_C, BlackboardKey) == 0x000100, "Member 'UHTN_VoidMoveToTarget_C::BlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToTarget_C, Acceptance) == 0x000128, "Member 'UHTN_VoidMoveToTarget_C::Acceptance' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidMoveToTarget_C, Controlled_Pawn) == 0x000130, "Member 'UHTN_VoidMoveToTarget_C::Controlled_Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsTargetInVoid_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsTargetInVoid_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck) == 0x000038, "Wrong size on HTNDecorator_IsTargetInVoid_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000028, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, CallFunc_IsInTrain_ReturnValue) == 0x000031, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::CallFunc_IsInTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetInVoid_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'HTNDecorator_IsTargetInVoid_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsTargetInVoid_C \ static_assert(alignof(UHTNDecorator_IsTargetInVoid_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsTargetInVoid_C"); \ static_assert(sizeof(UHTNDecorator_IsTargetInVoid_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsTargetInVoid_C"); \ static_assert(offsetof(UHTNDecorator_IsTargetInVoid_C, CurrentEnemy) == 0x000088, "Member 'UHTNDecorator_IsTargetInVoid_C::CurrentEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger \ static_assert(alignof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger) == 0x000008, "Wrong alignment on HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger"); \ static_assert(sizeof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger) == 0x000030, "Wrong size on HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, EntryPoint) == 0x000000, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkAddAnger_C_ExecuteUbergraph_HTN_SharkAddAnger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddAnger_C_ReceiveExecute \ static_assert(alignof(HTN_SharkAddAnger_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkAddAnger_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkAddAnger_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkAddAnger_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkAddAnger_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkAddAnger_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddAnger_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkAddAnger_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkAddAnger_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkAddAnger_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkAddAnger_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkAddAnger_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkAddAnger_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkAddAnger_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkAddAnger_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkAddAnger_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkAddAnger_C \ static_assert(alignof(UHTN_SharkAddAnger_C) == 0x000008, "Wrong alignment on UHTN_SharkAddAnger_C"); \ static_assert(sizeof(UHTN_SharkAddAnger_C) == 0x000108, "Wrong size on UHTN_SharkAddAnger_C"); \ static_assert(offsetof(UHTN_SharkAddAnger_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkAddAnger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkAddAnger_C, AddPercentValue) == 0x000100, "Member 'UHTN_SharkAddAnger_C::AddPercentValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkIsEvolutionCapped_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkIsEvolutionCapped_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_SharkIsEvolutionCapped_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, K2Node_DynamicCast_AsShark_2) == 0x000020, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, CallFunc_CanMakeEvolution_ReturnValue) == 0x000029, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::CallFunc_CanMakeEvolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkIsEvolutionCapped_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'HTN_SharkIsEvolutionCapped_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkIsEvolutionCapped_C \ static_assert(alignof(UHTN_SharkIsEvolutionCapped_C) == 0x000008, "Wrong alignment on UHTN_SharkIsEvolutionCapped_C"); \ static_assert(sizeof(UHTN_SharkIsEvolutionCapped_C) == 0x000088, "Wrong size on UHTN_SharkIsEvolutionCapped_C"); \ #define DUMPER7_ASSERTS_HTN_TooDeepInVoid_C_PerformConditionCheck \ static_assert(alignof(HTN_TooDeepInVoid_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_TooDeepInVoid_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_TooDeepInVoid_C_PerformConditionCheck) == 0x000038, "Wrong size on HTN_TooDeepInVoid_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_BreakVector_X) == 0x000028, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_BreakVector_Y) == 0x00002C, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_BreakVector_Z) == 0x000030, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(HTN_TooDeepInVoid_C_PerformConditionCheck, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'HTN_TooDeepInVoid_C_PerformConditionCheck::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_TooDeepInVoid_C \ static_assert(alignof(UHTN_TooDeepInVoid_C) == 0x000008, "Wrong alignment on UHTN_TooDeepInVoid_C"); \ static_assert(sizeof(UHTN_TooDeepInVoid_C) == 0x000090, "Wrong size on UHTN_TooDeepInVoid_C"); \ static_assert(offsetof(UHTN_TooDeepInVoid_C, LocationZMin) == 0x000088, "Member 'UHTN_TooDeepInVoid_C::LocationZMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck \ static_assert(alignof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck) == 0x000030, "Wrong size on HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck, CallFunc_Less_FloatFloat_ReturnValue) == 0x000029, "Member 'HTNDecoratorHaveUnreactedDamage_C_PerformConditionCheck::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecoratorHaveUnreactedDamage_C \ static_assert(alignof(UHTNDecoratorHaveUnreactedDamage_C) == 0x000008, "Wrong alignment on UHTNDecoratorHaveUnreactedDamage_C"); \ static_assert(sizeof(UHTNDecoratorHaveUnreactedDamage_C) == 0x000088, "Wrong size on UHTNDecoratorHaveUnreactedDamage_C"); \ #define DUMPER7_ASSERTS_SharkVomit_C_ExecuteUbergraph_SharkVomit \ static_assert(alignof(SharkVomit_C_ExecuteUbergraph_SharkVomit) == 0x000010, "Wrong alignment on SharkVomit_C_ExecuteUbergraph_SharkVomit"); \ static_assert(sizeof(SharkVomit_C_ExecuteUbergraph_SharkVomit) == 0x0005B0, "Wrong size on SharkVomit_C_ExecuteUbergraph_SharkVomit"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, EntryPoint) == 0x000000, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_OldValue) == 0x000004, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_NewValue) == 0x000008, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetHUD_ReturnValue) == 0x000020, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_AsHUD_Interface) == 0x000028, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000039, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00003A, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetMaxValue_ReturnValue) == 0x00003C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_Damage) == 0x000040, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_DamageType) == 0x000048, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_InstigatedBy) == 0x000050, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_DamageCauser) == 0x000058, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000060, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000068, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_Impact) == 0x000074, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CreateDelegate_OutputDelegate) == 0x0000FC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetTransform_ReturnValue) == 0x000110, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000140, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000148, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_FinishSpawningActor_ReturnValue) == 0x000150, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Not_PreBool_ReturnValue) == 0x000158, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000160, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetDefaultObject_ReturnValue) == 0x000168, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_AsShark_Action_Bowling) == 0x000170, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_AsShark_Action_Bowling' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_IsValid_ReturnValue) == 0x000179, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_IsValid_ReturnValue_1) == 0x00017A, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_MakeVector_ReturnValue) == 0x00017C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_Impact_1) == 0x000188, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_Impact_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_bShowWinch) == 0x000210, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_bShowWinch' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_bEnableCollision) == 0x000211, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_bSimulatePhysics) == 0x000212, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_bSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_bHitDetection) == 0x000213, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_bHitDetection' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_MakeVector_ReturnValue_1) == 0x000214, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_HitComponent) == 0x000220, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_OtherActor) == 0x000228, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_OtherComp) == 0x000230, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000238, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_Hit) == 0x000244, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_ComponentBoundEvent_ImpactResult) == 0x0002CC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_ComponentBoundEvent_ImpactResult' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_CustomEvent_Impact) == 0x000354, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_CustomEvent_Impact' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_bBlockingHit) == 0x0003DC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_bInitialOverlap) == 0x0003DD, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Time) == 0x0003E0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Distance) == 0x0003E4, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Location) == 0x0003E8, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ImpactPoint) == 0x0003F4, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Normal) == 0x000400, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ImpactNormal) == 0x00040C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_PhysMat) == 0x000418, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitActor) == 0x000420, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitComponent) == 0x000428, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitBoneName) == 0x000430, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitItem) == 0x000438, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ElementIndex) == 0x00043C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_FaceIndex) == 0x000440, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_TraceStart) == 0x000444, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_TraceEnd) == 0x000450, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00045C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00045D, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Time_1) == 0x000460, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Distance_1) == 0x000464, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Location_1) == 0x000468, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000474, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_Normal_1) == 0x000480, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00048C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_PhysMat_1) == 0x000498, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitActor_1) == 0x0004A0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitComponent_1) == 0x0004A8, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitBoneName_1) == 0x0004B0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_HitItem_1) == 0x0004B8, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_ElementIndex_1) == 0x0004BC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_FaceIndex_1) == 0x0004C0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_TraceStart_1) == 0x0004C4, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BreakHitResult_TraceEnd_1) == 0x0004D0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetObjectClass_ReturnValue) == 0x0004E0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_ClassIsChildOf_ReturnValue) == 0x0004E8, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x0004E9, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004EA, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004EB, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, K2Node_Event_DeltaSeconds) == 0x0004EC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_BooleanAND_ReturnValue) == 0x0004F0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0004F4, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000500, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00050C, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Square_ReturnValue) == 0x000510, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000514, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_HasAuthority_ReturnValue) == 0x000515, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetActorForwardVector_ReturnValue) == 0x000518, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000524, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_HasAuthority_ReturnValue_1) == 0x000530, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_HasAuthority_ReturnValue_2) == 0x000531, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_HasAuthority_ReturnValue_3) == 0x000532, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetTransform_ReturnValue_1) == 0x000540, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetPlayerTrain_ReturnValue) == 0x000570, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_IsValid_ReturnValue_2) == 0x000578, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetLocomotive_ReturnValue) == 0x000580, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_GetVelocity_ReturnValue) == 0x000588, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_InverseTransformDirection_ReturnValue) == 0x000594, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_Add_VectorVector_ReturnValue) == 0x0005A0, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ExecuteUbergraph_SharkVomit, CallFunc_VSize_ReturnValue) == 0x0005AC, "Member 'SharkVomit_C_ExecuteUbergraph_SharkVomit::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_ReceiveTick \ static_assert(alignof(SharkVomit_C_ReceiveTick) == 0x000004, "Wrong alignment on SharkVomit_C_ReceiveTick"); \ static_assert(sizeof(SharkVomit_C_ReceiveTick) == 0x000004, "Wrong size on SharkVomit_C_ReceiveTick"); \ static_assert(offsetof(SharkVomit_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'SharkVomit_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_OnHit \ static_assert(alignof(SharkVomit_C_OnHit) == 0x000004, "Wrong alignment on SharkVomit_C_OnHit"); \ static_assert(sizeof(SharkVomit_C_OnHit) == 0x000088, "Wrong size on SharkVomit_C_OnHit"); \ static_assert(offsetof(SharkVomit_C_OnHit, Impact) == 0x000000, "Member 'SharkVomit_C_OnHit::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature \ static_assert(alignof(SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature) == 0x000004, "Wrong alignment on SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(sizeof(SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature) == 0x000088, "Wrong size on SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature, ImpactResult) == 0x000000, "Member 'SharkVomit_C_BndEvt__SharkVomit_ProjectileMovement_K2Node_ComponentBoundEvent_1_OnProjectileStopDelegate__DelegateSignature::ImpactResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'SharkVomit_C_BndEvt__SharkVomit_CollisionSphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_SetState \ static_assert(alignof(SharkVomit_C_SetState) == 0x000001, "Wrong alignment on SharkVomit_C_SetState"); \ static_assert(sizeof(SharkVomit_C_SetState) == 0x000004, "Wrong size on SharkVomit_C_SetState"); \ static_assert(offsetof(SharkVomit_C_SetState, bShowWinch) == 0x000000, "Member 'SharkVomit_C_SetState::bShowWinch' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_SetState, bEnableCollision) == 0x000001, "Member 'SharkVomit_C_SetState::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_SetState, bSimulatePhysics) == 0x000002, "Member 'SharkVomit_C_SetState::bSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_SetState, bHitDetection) == 0x000003, "Member 'SharkVomit_C_SetState::bHitDetection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_SpawnImpact \ static_assert(alignof(SharkVomit_C_SpawnImpact) == 0x000004, "Wrong alignment on SharkVomit_C_SpawnImpact"); \ static_assert(sizeof(SharkVomit_C_SpawnImpact) == 0x000088, "Wrong size on SharkVomit_C_SpawnImpact"); \ static_assert(offsetof(SharkVomit_C_SpawnImpact, Impact) == 0x000000, "Member 'SharkVomit_C_SpawnImpact::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_OnHealthValueChange \ static_assert(alignof(SharkVomit_C_OnHealthValueChange) == 0x000004, "Wrong alignment on SharkVomit_C_OnHealthValueChange"); \ static_assert(sizeof(SharkVomit_C_OnHealthValueChange) == 0x000008, "Wrong size on SharkVomit_C_OnHealthValueChange"); \ static_assert(offsetof(SharkVomit_C_OnHealthValueChange, OldValue) == 0x000000, "Member 'SharkVomit_C_OnHealthValueChange::OldValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_OnHealthValueChange, NewValue) == 0x000004, "Member 'SharkVomit_C_OnHealthValueChange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_ReceiveAnyDamage \ static_assert(alignof(SharkVomit_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on SharkVomit_C_ReceiveAnyDamage"); \ static_assert(sizeof(SharkVomit_C_ReceiveAnyDamage) == 0x000020, "Wrong size on SharkVomit_C_ReceiveAnyDamage"); \ static_assert(offsetof(SharkVomit_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'SharkVomit_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'SharkVomit_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'SharkVomit_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'SharkVomit_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_OnPlayImpactEffect \ static_assert(alignof(SharkVomit_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on SharkVomit_C_OnPlayImpactEffect"); \ static_assert(sizeof(SharkVomit_C_OnPlayImpactEffect) == 0x000088, "Wrong size on SharkVomit_C_OnPlayImpactEffect"); \ static_assert(offsetof(SharkVomit_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'SharkVomit_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_UpdateState \ static_assert(alignof(SharkVomit_C_UpdateState) == 0x000001, "Wrong alignment on SharkVomit_C_UpdateState"); \ static_assert(sizeof(SharkVomit_C_UpdateState) == 0x00000D, "Wrong size on SharkVomit_C_UpdateState"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_byte_Variable) == 0x000000, "Member 'SharkVomit_C_UpdateState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_byte_Variable_1) == 0x000001, "Member 'SharkVomit_C_UpdateState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_bool_Variable) == 0x000002, "Member 'SharkVomit_C_UpdateState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_byte_Variable_2) == 0x000003, "Member 'SharkVomit_C_UpdateState::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_byte_Variable_3) == 0x000004, "Member 'SharkVomit_C_UpdateState::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, Temp_bool_Variable_1) == 0x000005, "Member 'SharkVomit_C_UpdateState::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, CallFunc_HasAuthority_ReturnValue) == 0x000006, "Member 'SharkVomit_C_UpdateState::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'SharkVomit_C_UpdateState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, K2Node_Select_Default) == 0x000008, "Member 'SharkVomit_C_UpdateState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, K2Node_Select_Default_1) == 0x000009, "Member 'SharkVomit_C_UpdateState::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000A, "Member 'SharkVomit_C_UpdateState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, CallFunc_IsValid_ReturnValue) == 0x00000B, "Member 'SharkVomit_C_UpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_UpdateState, CallFunc_IsValid_ReturnValue_1) == 0x00000C, "Member 'SharkVomit_C_UpdateState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_GetIsEnemy \ static_assert(alignof(SharkVomit_C_GetIsEnemy) == 0x000001, "Wrong alignment on SharkVomit_C_GetIsEnemy"); \ static_assert(sizeof(SharkVomit_C_GetIsEnemy) == 0x000001, "Wrong size on SharkVomit_C_GetIsEnemy"); \ static_assert(offsetof(SharkVomit_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'SharkVomit_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_GetEnemyData \ static_assert(alignof(SharkVomit_C_GetEnemyData) == 0x000008, "Wrong alignment on SharkVomit_C_GetEnemyData"); \ static_assert(sizeof(SharkVomit_C_GetEnemyData) == 0x000060, "Wrong size on SharkVomit_C_GetEnemyData"); \ static_assert(offsetof(SharkVomit_C_GetEnemyData, Data) == 0x000000, "Member 'SharkVomit_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'SharkVomit_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'SharkVomit_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'SharkVomit_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'SharkVomit_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_GetItemSelection \ static_assert(alignof(SharkVomit_C_GetItemSelection) == 0x000008, "Wrong alignment on SharkVomit_C_GetItemSelection"); \ static_assert(sizeof(SharkVomit_C_GetItemSelection) == 0x0000B0, "Wrong size on SharkVomit_C_GetItemSelection"); \ static_assert(offsetof(SharkVomit_C_GetItemSelection, Hit) == 0x000000, "Member 'SharkVomit_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetItemSelection, Player) == 0x000088, "Member 'SharkVomit_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetItemSelection, SelectionText) == 0x000090, "Member 'SharkVomit_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'SharkVomit_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(SharkVomit_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'SharkVomit_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkVomit_C_GetItemDurability \ static_assert(alignof(SharkVomit_C_GetItemDurability) == 0x000008, "Wrong alignment on SharkVomit_C_GetItemDurability"); \ static_assert(sizeof(SharkVomit_C_GetItemDurability) == 0x000018, "Wrong size on SharkVomit_C_GetItemDurability"); \ static_assert(offsetof(SharkVomit_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'SharkVomit_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkVomit_C \ static_assert(alignof(ASharkVomit_C) == 0x000008, "Wrong alignment on ASharkVomit_C"); \ static_assert(sizeof(ASharkVomit_C) == 0x0002A0, "Wrong size on ASharkVomit_C"); \ static_assert(offsetof(ASharkVomit_C, UberGraphFrame) == 0x000220, "Member 'ASharkVomit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, HitCollisionSphere) == 0x000228, "Member 'ASharkVomit_C::HitCollisionSphere' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, CollisionSphere) == 0x000230, "Member 'ASharkVomit_C::CollisionSphere' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, ProjectileMovement) == 0x000238, "Member 'ASharkVomit_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, FGVoidMovement) == 0x000240, "Member 'ASharkVomit_C::FGVoidMovement' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, WinchActor) == 0x000248, "Member 'ASharkVomit_C::WinchActor' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, Damaged_Sound) == 0x000250, "Member 'ASharkVomit_C::Damaged_Sound' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, Health) == 0x000258, "Member 'ASharkVomit_C::Health' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, StaticMesh) == 0x000260, "Member 'ASharkVomit_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bDestructibleMeshVisible) == 0x000268, "Member 'ASharkVomit_C::bDestructibleMeshVisible' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, OwningActionBowling) == 0x000270, "Member 'ASharkVomit_C::OwningActionBowling' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bSimulatesPhysics) == 0x000278, "Member 'ASharkVomit_C::bSimulatesPhysics' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bIsFlying) == 0x000279, "Member 'ASharkVomit_C::bIsFlying' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bShow_Winch) == 0x00027A, "Member 'ASharkVomit_C::bShow_Winch' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bEnable_Collision) == 0x00027B, "Member 'ASharkVomit_C::bEnable_Collision' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, bEnableHitDetection) == 0x00027C, "Member 'ASharkVomit_C::bEnableHitDetection' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, Max_Fly_Distance) == 0x000280, "Member 'ASharkVomit_C::Max_Fly_Distance' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, StartFlyLocation) == 0x000284, "Member 'ASharkVomit_C::StartFlyLocation' has a wrong offset!"); \ static_assert(offsetof(ASharkVomit_C, Destruct) == 0x000290, "Member 'ASharkVomit_C::Destruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit \ static_assert(alignof(HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit) == 0x000004, "Wrong alignment on HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit"); \ static_assert(sizeof(HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit) == 0x000004, "Wrong size on HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit, EntryPoint) == 0x000000, "Member 'HookWinchActor_SharkVomit_C_ExecuteUbergraph_HookWinchActor_SharkVomit::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HookWinchActor_SharkVomit_C_GetIsEnemy \ static_assert(alignof(HookWinchActor_SharkVomit_C_GetIsEnemy) == 0x000008, "Wrong alignment on HookWinchActor_SharkVomit_C_GetIsEnemy"); \ static_assert(sizeof(HookWinchActor_SharkVomit_C_GetIsEnemy) == 0x000028, "Wrong size on HookWinchActor_SharkVomit_C_GetIsEnemy"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'HookWinchActor_SharkVomit_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetIsEnemy, CallFunc_GetAttachParentActor_ReturnValue) == 0x000008, "Member 'HookWinchActor_SharkVomit_C_GetIsEnemy::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetIsEnemy, K2Node_DynamicCast_AsEnemy_Damageable) == 0x000010, "Member 'HookWinchActor_SharkVomit_C_GetIsEnemy::K2Node_DynamicCast_AsEnemy_Damageable' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetIsEnemy, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HookWinchActor_SharkVomit_C_GetIsEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetIsEnemy, CallFunc_GetIsEnemy_isEnemy) == 0x000021, "Member 'HookWinchActor_SharkVomit_C_GetIsEnemy::CallFunc_GetIsEnemy_isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HookWinchActor_SharkVomit_C_GetEnemyData \ static_assert(alignof(HookWinchActor_SharkVomit_C_GetEnemyData) == 0x000008, "Wrong alignment on HookWinchActor_SharkVomit_C_GetEnemyData"); \ static_assert(sizeof(HookWinchActor_SharkVomit_C_GetEnemyData) == 0x000070, "Wrong size on HookWinchActor_SharkVomit_C_GetEnemyData"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetEnemyData, Data) == 0x000000, "Member 'HookWinchActor_SharkVomit_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetEnemyData, CallFunc_GetAttachParentActor_ReturnValue) == 0x000028, "Member 'HookWinchActor_SharkVomit_C_GetEnemyData::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetEnemyData, K2Node_DynamicCast_AsEnemy_Damageable) == 0x000030, "Member 'HookWinchActor_SharkVomit_C_GetEnemyData::K2Node_DynamicCast_AsEnemy_Damageable' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetEnemyData, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'HookWinchActor_SharkVomit_C_GetEnemyData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HookWinchActor_SharkVomit_C_GetEnemyData, CallFunc_GetEnemyData_Data) == 0x000048, "Member 'HookWinchActor_SharkVomit_C_GetEnemyData::CallFunc_GetEnemyData_Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHookWinchActor_SharkVomit_C \ static_assert(alignof(AHookWinchActor_SharkVomit_C) == 0x000008, "Wrong alignment on AHookWinchActor_SharkVomit_C"); \ static_assert(sizeof(AHookWinchActor_SharkVomit_C) == 0x000268, "Wrong size on AHookWinchActor_SharkVomit_C"); \ static_assert(offsetof(AHookWinchActor_SharkVomit_C, UberGraphFrame) == 0x000250, "Member 'AHookWinchActor_SharkVomit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_SharkVomit_C, InteractionWidgetComponent) == 0x000258, "Member 'AHookWinchActor_SharkVomit_C::InteractionWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AHookWinchActor_SharkVomit_C, Sphere) == 0x000260, "Member 'AHookWinchActor_SharkVomit_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LongTongue_C_ExecuteUbergraph_LongTongue \ static_assert(alignof(LongTongue_C_ExecuteUbergraph_LongTongue) == 0x000004, "Wrong alignment on LongTongue_C_ExecuteUbergraph_LongTongue"); \ static_assert(sizeof(LongTongue_C_ExecuteUbergraph_LongTongue) == 0x000008, "Wrong size on LongTongue_C_ExecuteUbergraph_LongTongue"); \ static_assert(offsetof(LongTongue_C_ExecuteUbergraph_LongTongue, EntryPoint) == 0x000000, "Member 'LongTongue_C_ExecuteUbergraph_LongTongue::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LongTongue_C_ExecuteUbergraph_LongTongue, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'LongTongue_C_ExecuteUbergraph_LongTongue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LongTongue_C_SetDistanceFactor \ static_assert(alignof(LongTongue_C_SetDistanceFactor) == 0x000004, "Wrong alignment on LongTongue_C_SetDistanceFactor"); \ static_assert(sizeof(LongTongue_C_SetDistanceFactor) == 0x000008, "Wrong size on LongTongue_C_SetDistanceFactor"); \ static_assert(offsetof(LongTongue_C_SetDistanceFactor, DistanceFactor_0) == 0x000000, "Member 'LongTongue_C_SetDistanceFactor::DistanceFactor_0' has a wrong offset!"); \ static_assert(offsetof(LongTongue_C_SetDistanceFactor, bPuling) == 0x000004, "Member 'LongTongue_C_SetDistanceFactor::bPuling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALongTongue_C \ static_assert(alignof(ALongTongue_C) == 0x000008, "Wrong alignment on ALongTongue_C"); \ static_assert(sizeof(ALongTongue_C) == 0x000260, "Wrong size on ALongTongue_C"); \ static_assert(offsetof(ALongTongue_C, UberGraphFrame) == 0x000220, "Member 'ALongTongue_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, SkeletalMesh) == 0x000228, "Member 'ALongTongue_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, DefaultSceneRoot) == 0x000230, "Member 'ALongTongue_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Curve_Curve_41264BFC4FD40A28923BFEBBA9E42CE6) == 0x000238, "Member 'ALongTongue_C::Curve_Curve_41264BFC4FD40A28923BFEBBA9E42CE6' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Curve__Direction_41264BFC4FD40A28923BFEBBA9E42CE6) == 0x00023C, "Member 'ALongTongue_C::Curve__Direction_41264BFC4FD40A28923BFEBBA9E42CE6' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Curve) == 0x000240, "Member 'ALongTongue_C::Curve' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Tongue_Length_E50796BA44F451E1A8F1C9BED09DDF35) == 0x000248, "Member 'ALongTongue_C::Tongue_Length_E50796BA44F451E1A8F1C9BED09DDF35' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Tongue__Direction_E50796BA44F451E1A8F1C9BED09DDF35) == 0x00024C, "Member 'ALongTongue_C::Tongue__Direction_E50796BA44F451E1A8F1C9BED09DDF35' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, Tongue) == 0x000250, "Member 'ALongTongue_C::Tongue' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, DistanceFactor) == 0x000258, "Member 'ALongTongue_C::DistanceFactor' has a wrong offset!"); \ static_assert(offsetof(ALongTongue_C, bPulling) == 0x00025C, "Member 'ALongTongue_C::bPulling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed \ static_assert(alignof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed) == 0x000008, "Wrong alignment on SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed"); \ static_assert(sizeof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed) == 0x000110, "Wrong size on SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, EntryPoint) == 0x000000, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_OwnerController_2) == 0x000008, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000028, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_OwnerController_1) == 0x000038, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_ControlledPawn_1) == 0x000040, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000050, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_AsCharacter_Movement_Component_1) == 0x000058, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_AsCharacter_Movement_Component_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_OwnerController) == 0x000068, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_ControlledPawn) == 0x000070, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_SwitchEnum_CmpSuccess_1) == 0x00007C, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_IsValid_ReturnValue_2) == 0x00007D, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetMovementComponent_ReturnValue_2) == 0x000080, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetMovementComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_AsCharacter_Movement_Component_2) == 0x000088, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_AsCharacter_Movement_Component_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetCurrentAcceleration_ReturnValue) == 0x000094, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetCurrentAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000A0, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_Normal_ReturnValue) == 0x0000B0, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000BC, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, Temp_byte_Variable) == 0x0000C8, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_Add_VectorVector_ReturnValue) == 0x0000CC, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_VSize_ReturnValue) == 0x0000D8, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_Select_Default) == 0x0000DC, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000DD, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x0000E0, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_AsActor) == 0x0000E8, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, K2Node_DynamicCast_bSuccess_3) == 0x0000F0, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetVelocity_ReturnValue) == 0x0000F4, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_GetComponentByClass_ReturnValue) == 0x000100, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed, CallFunc_IsValid_ReturnValue_3) == 0x000108, "Member 'SetTargetBasedSpeed_C_ExecuteUbergraph_SetTargetBasedSpeed::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SetTargetBasedSpeed_C_ReceiveTickAI \ static_assert(alignof(SetTargetBasedSpeed_C_ReceiveTickAI) == 0x000008, "Wrong alignment on SetTargetBasedSpeed_C_ReceiveTickAI"); \ static_assert(sizeof(SetTargetBasedSpeed_C_ReceiveTickAI) == 0x000018, "Wrong size on SetTargetBasedSpeed_C_ReceiveTickAI"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'SetTargetBasedSpeed_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'SetTargetBasedSpeed_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'SetTargetBasedSpeed_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SetTargetBasedSpeed_C_ReceiveDeactivationAI \ static_assert(alignof(SetTargetBasedSpeed_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on SetTargetBasedSpeed_C_ReceiveDeactivationAI"); \ static_assert(sizeof(SetTargetBasedSpeed_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on SetTargetBasedSpeed_C_ReceiveDeactivationAI"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'SetTargetBasedSpeed_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'SetTargetBasedSpeed_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SetTargetBasedSpeed_C_ReceiveActivationAI \ static_assert(alignof(SetTargetBasedSpeed_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on SetTargetBasedSpeed_C_ReceiveActivationAI"); \ static_assert(sizeof(SetTargetBasedSpeed_C_ReceiveActivationAI) == 0x000010, "Wrong size on SetTargetBasedSpeed_C_ReceiveActivationAI"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'SetTargetBasedSpeed_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(SetTargetBasedSpeed_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'SetTargetBasedSpeed_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetTargetBasedSpeed_C \ static_assert(alignof(USetTargetBasedSpeed_C) == 0x000008, "Wrong alignment on USetTargetBasedSpeed_C"); \ static_assert(sizeof(USetTargetBasedSpeed_C) == 0x0000E8, "Wrong size on USetTargetBasedSpeed_C"); \ static_assert(offsetof(USetTargetBasedSpeed_C, UberGraphFrame) == 0x000098, "Member 'USetTargetBasedSpeed_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USetTargetBasedSpeed_C, Speed) == 0x0000A0, "Member 'USetTargetBasedSpeed_C::Speed' has a wrong offset!"); \ static_assert(offsetof(USetTargetBasedSpeed_C, SavedSpeed) == 0x0000A4, "Member 'USetTargetBasedSpeed_C::SavedSpeed' has a wrong offset!"); \ static_assert(offsetof(USetTargetBasedSpeed_C, SavedMovementMode) == 0x0000A8, "Member 'USetTargetBasedSpeed_C::SavedMovementMode' has a wrong offset!"); \ static_assert(offsetof(USetTargetBasedSpeed_C, TargetKey) == 0x0000B0, "Member 'USetTargetBasedSpeed_C::TargetKey' has a wrong offset!"); \ static_assert(offsetof(USetTargetBasedSpeed_C, BaseVelocity) == 0x0000D8, "Member 'USetTargetBasedSpeed_C::BaseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes \ static_assert(alignof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes) == 0x000008, "Wrong alignment on BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes"); \ static_assert(sizeof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes) == 0x000020, "Wrong size on BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes, EntryPoint) == 0x000000, "Member 'BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x000008, "Member 'BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes, K2Node_Event_OwnerController) == 0x000010, "Member 'BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTTask_GetRandomRingIndexes_C_ExecuteUbergraph_BTTask_GetRandomRingIndexes::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI \ static_assert(alignof(BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_GetRandomRingIndexes_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_GetRandomRingIndexes_C_GetLocationByIndex \ static_assert(alignof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex) == 0x000008, "Wrong alignment on BTTask_GetRandomRingIndexes_C_GetLocationByIndex"); \ static_assert(sizeof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex) == 0x000088, "Wrong size on BTTask_GetRandomRingIndexes_C_GetLocationByIndex"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, Index_0) == 0x000000, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, Target) == 0x000008, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::Target' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, ReturnValue) == 0x000010, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, SectionAngle) == 0x00001C, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::SectionAngle' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, AngleDelta) == 0x000020, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::AngleDelta' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000024, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Cos_ReturnValue) == 0x000030, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_BreakRotator_Roll) == 0x000034, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_BreakRotator_Pitch) == 0x000038, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_BreakRotator_Yaw) == 0x00003C, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Sin_ReturnValue) == 0x000050, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000054, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000058, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_MakeVector_ReturnValue) == 0x00005C, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000068, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000074, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_GetPI_ReturnValue) == 0x000078, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTTask_GetRandomRingIndexes_C_GetLocationByIndex, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000080, "Member 'BTTask_GetRandomRingIndexes_C_GetLocationByIndex::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_GetRandomRingIndexes_C \ static_assert(alignof(UBTTask_GetRandomRingIndexes_C) == 0x000008, "Wrong alignment on UBTTask_GetRandomRingIndexes_C"); \ static_assert(sizeof(UBTTask_GetRandomRingIndexes_C) == 0x000130, "Wrong size on UBTTask_GetRandomRingIndexes_C"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_GetRandomRingIndexes_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, SpaceBetweenRings) == 0x0000B0, "Member 'UBTTask_GetRandomRingIndexes_C::SpaceBetweenRings' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, RingPointIndexMax) == 0x0000B4, "Member 'UBTTask_GetRandomRingIndexes_C::RingPointIndexMax' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, RingIndexKey) == 0x0000B8, "Member 'UBTTask_GetRandomRingIndexes_C::RingIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, RingPointIndexKey) == 0x0000E0, "Member 'UBTTask_GetRandomRingIndexes_C::RingPointIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetRandomRingIndexes_C, TargetKey) == 0x000108, "Member 'UBTTask_GetRandomRingIndexes_C::TargetKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex \ static_assert(alignof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex) == 0x000008, "Wrong alignment on BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex"); \ static_assert(sizeof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex) == 0x0000D8, "Wrong size on BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, EntryPoint) == 0x000000, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, Temp_int_Variable) == 0x000004, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_Event_OwnerController) == 0x000028, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_Event_ControlledPawn) == 0x000030, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000040, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetBlackboardValueAsInt_ReturnValue) == 0x000054, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetBlackboardValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetBlackboardValueAsInt_ReturnValue_1) == 0x000064, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetBlackboardValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetLocationByIndex_ReturnValue) == 0x000068, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetLocationByIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, Temp_int_Variable_1) == 0x000074, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000084, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00008C, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetBlackboardValueAsObject_ReturnValue_1) == 0x000090, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetBlackboardValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_DynamicCast_AsActor_1) == 0x000098, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, K2Node_Event_OwnerActor) == 0x0000A8, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B0, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_GetLocationByIndex_ReturnValue_1) == 0x0000BC, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_GetLocationByIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C8, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ExecuteUbergraph_BaseAI_GetTargetBaseLocationByIndex::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation \ static_assert(alignof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation) == 0x000008, "Wrong alignment on BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation"); \ static_assert(sizeof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation) == 0x000008, "Wrong size on BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ReceiveActivation::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI \ static_assert(alignof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI"); \ static_assert(sizeof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI) == 0x000018, "Wrong size on BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex \ static_assert(alignof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex) == 0x000008, "Wrong alignment on BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex"); \ static_assert(sizeof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex) == 0x000090, "Wrong size on BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, RingIndex) == 0x000000, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::RingIndex' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, PointIndex) == 0x000004, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::PointIndex' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, Target) == 0x000008, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::Target' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, ReturnValue) == 0x000010, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, SectionAngle) == 0x00001C, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::SectionAngle' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, AngleDelta) == 0x000020, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::AngleDelta' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000024, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Cos_ReturnValue) == 0x000030, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_BreakRotator_Roll) == 0x000034, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_BreakRotator_Pitch) == 0x000038, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_BreakRotator_Yaw) == 0x00003C, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Sin_ReturnValue) == 0x000040, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000050, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000054, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_GetPI_ReturnValue) == 0x00005C, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Add_FloatFloat_ReturnValue) == 0x000060, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000064, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000068, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00006C, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000070, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000074, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_MakeVector_ReturnValue) == 0x000078, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000084, "Member 'BaseAI_GetTargetBaseLocationByIndex_C_GetLocationByIndex::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAI_GetTargetBaseLocationByIndex_C \ static_assert(alignof(UBaseAI_GetTargetBaseLocationByIndex_C) == 0x000008, "Wrong alignment on UBaseAI_GetTargetBaseLocationByIndex_C"); \ static_assert(sizeof(UBaseAI_GetTargetBaseLocationByIndex_C) == 0x000158, "Wrong size on UBaseAI_GetTargetBaseLocationByIndex_C"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, UberGraphFrame) == 0x000098, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, CountMax) == 0x0000A0, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::CountMax' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, RingSpaceBetween) == 0x0000A4, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::RingSpaceBetween' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, RingRadius) == 0x0000A8, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::RingRadius' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, TargetKey) == 0x0000B0, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::TargetKey' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, RingPointIndexKey) == 0x0000D8, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::RingPointIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, RingIndexKey) == 0x000100, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::RingIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, ResultKey) == 0x000128, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::ResultKey' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, bDebugAll) == 0x000150, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::bDebugAll' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_GetTargetBaseLocationByIndex_C, bGoalDebug) == 0x000151, "Member 'UBaseAI_GetTargetBaseLocationByIndex_C::bGoalDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAI_Fly3dPath_C \ static_assert(alignof(UBaseAI_Fly3dPath_C) == 0x000008, "Wrong alignment on UBaseAI_Fly3dPath_C"); \ static_assert(sizeof(UBaseAI_Fly3dPath_C) == 0x0000E8, "Wrong size on UBaseAI_Fly3dPath_C"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, Location) == 0x0000A8, "Member 'UBaseAI_Fly3dPath_C::Location' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, Acceptance) == 0x0000D0, "Member 'UBaseAI_Fly3dPath_C::Acceptance' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, CurrentDistance) == 0x0000D4, "Member 'UBaseAI_Fly3dPath_C::CurrentDistance' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, ControlledPawn) == 0x0000D8, "Member 'UBaseAI_Fly3dPath_C::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, RotationInterpSpeed) == 0x0000E0, "Member 'UBaseAI_Fly3dPath_C::RotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBaseAI_Fly3dPath_C, UpdatePathDelay) == 0x0000E4, "Member 'UBaseAI_Fly3dPath_C::UpdatePathDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState \ static_assert(alignof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState) == 0x000008, "Wrong alignment on HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState"); \ static_assert(sizeof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState) == 0x000038, "Wrong size on HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, EntryPoint) == 0x000000, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_CustomEvent_Pawn) == 0x000020, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_DynamicCast_AsPlankton_Group_Character_Train) == 0x000028, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_DynamicCast_AsPlankton_Group_Character_Train' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SyncPlanktonState_C_ExecuteUbergraph_HTN_SyncPlanktonState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncPlanktonState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncPlanktonState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncPlanktonState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncPlanktonState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncPlanktonState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncPlanktonState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncPlanktonState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncPlanktonState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncPlanktonState_C_Update \ static_assert(alignof(HTN_SyncPlanktonState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncPlanktonState_C_Update"); \ static_assert(sizeof(HTN_SyncPlanktonState_C_Update) == 0x000008, "Wrong size on HTN_SyncPlanktonState_C_Update"); \ static_assert(offsetof(HTN_SyncPlanktonState_C_Update, Pawn) == 0x000000, "Member 'HTN_SyncPlanktonState_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncPlanktonState_C \ static_assert(alignof(UHTN_SyncPlanktonState_C) == 0x000008, "Wrong alignment on UHTN_SyncPlanktonState_C"); \ static_assert(sizeof(UHTN_SyncPlanktonState_C) == 0x0000C0, "Wrong size on UHTN_SyncPlanktonState_C"); \ static_assert(offsetof(UHTN_SyncPlanktonState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncPlanktonState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncPlanktonState_C, IsTrainPlankton) == 0x000098, "Member 'UHTN_SyncPlanktonState_C::IsTrainPlankton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_PlanktonIsScared_C_PerformConditionCheck \ static_assert(alignof(HTN_PlanktonIsScared_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_PlanktonIsScared_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_PlanktonIsScared_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_PlanktonIsScared_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, K2Node_DynamicCast_AsPlankton_Group_Controller) == 0x000020, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::K2Node_DynamicCast_AsPlankton_Group_Controller' has a wrong offset!"); \ static_assert(offsetof(HTN_PlanktonIsScared_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_PlanktonIsScared_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_PlanktonIsScared_C \ static_assert(alignof(UHTN_PlanktonIsScared_C) == 0x000008, "Wrong alignment on UHTN_PlanktonIsScared_C"); \ static_assert(sizeof(UHTN_PlanktonIsScared_C) == 0x000088, "Wrong size on UHTN_PlanktonIsScared_C"); \ #define DUMPER7_ASSERTS_HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove \ static_assert(alignof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove) == 0x000008, "Wrong alignment on HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove"); \ static_assert(sizeof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove) == 0x000040, "Wrong size on HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, EntryPoint) == 0x000000, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, K2Node_Event_Owner) == 0x000008, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, CallFunc_GetVelocity_ReturnValue) == 0x000020, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, CallFunc_VSize_ReturnValue) == 0x00002C, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000039, "Member 'HTN_VoidStopMove_C_ExecuteUbergraph_HTN_VoidStopMove::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidStopMove_C_ReceiveExecute \ static_assert(alignof(HTN_VoidStopMove_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_VoidStopMove_C_ReceiveExecute"); \ static_assert(sizeof(HTN_VoidStopMove_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_VoidStopMove_C_ReceiveExecute"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_VoidStopMove_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_VoidStopMove_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_VoidStopMove_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_VoidStopMove_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_VoidStopMove_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_VoidStopMove_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_VoidStopMove_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_VoidStopMove_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_VoidStopMove_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_VoidStopMove_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_VoidStopMove_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_VoidStopMove_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_VoidStopMove_C \ static_assert(alignof(UHTN_VoidStopMove_C) == 0x000008, "Wrong alignment on UHTN_VoidStopMove_C"); \ static_assert(sizeof(UHTN_VoidStopMove_C) == 0x000110, "Wrong size on UHTN_VoidStopMove_C"); \ static_assert(offsetof(UHTN_VoidStopMove_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_VoidStopMove_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidStopMove_C, Controlled_Pawn) == 0x000100, "Member 'UHTN_VoidStopMove_C::Controlled_Pawn' has a wrong offset!"); \ static_assert(offsetof(UHTN_VoidStopMove_C, bStopImmediately) == 0x000108, "Member 'UHTN_VoidStopMove_C::bStopImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast \ static_assert(alignof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast) == 0x000008, "Wrong alignment on Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast"); \ static_assert(sizeof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast) == 0x000168, "Wrong size on Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, EntryPoint) == 0x000000, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_CustomEvent_Loaded_1) == 0x000008, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_class_Variable) == 0x000010, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_bool_Variable) == 0x000018, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_object_Variable) == 0x000020, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_object_Variable_1) == 0x000028, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_CustomEvent_Loaded) == 0x000030, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_class_Variable_1) == 0x000038, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_HasAuthority_ReturnValue) == 0x000040, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_object_Variable_2) == 0x000048, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000068, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000F0, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_GetOwner_ReturnValue) == 0x0000F8, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_GetOwner_ReturnValue_1) == 0x000100, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_GetObjectClass_ReturnValue) == 0x000108, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_DynamicCast_AsFGCharacter) == 0x000110, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_ClassIsChildOf_ReturnValue) == 0x000119, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_IsInGravity_ReturnValue) == 0x00011A, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_GetOwner_ReturnValue_2) == 0x000120, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_CreateDelegate_OutputDelegate) == 0x000128, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_GetObjectClass_ReturnValue_1) == 0x000138, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000140, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, Temp_bool_Variable_1) == 0x000141, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_Select_Default) == 0x000148, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_Select_Default_1) == 0x000150, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast, K2Node_CreateDelegate_OutputDelegate_1) == 0x000158, "Member 'Explosion_CrioBlast_C_ExecuteUbergraph_Explosion_CrioBlast::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655 \ static_assert(alignof(Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655) == 0x000008, "Wrong alignment on Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655"); \ static_assert(sizeof(Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655) == 0x000008, "Wrong size on Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655"); \ static_assert(offsetof(Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655, Loaded) == 0x000000, "Member 'Explosion_CrioBlast_C_OnLoaded_944B6B6A43B93D99F5183EB428E8E655::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF \ static_assert(alignof(Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF) == 0x000008, "Wrong alignment on Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF"); \ static_assert(sizeof(Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF) == 0x000008, "Wrong size on Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF"); \ static_assert(offsetof(Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF, Loaded) == 0x000000, "Member 'Explosion_CrioBlast_C_OnLoaded_EF3839544C5EDD9166D43FB030EE7ECF::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_CrioBlast_C_ApplyModifiers \ static_assert(alignof(Explosion_CrioBlast_C_ApplyModifiers) == 0x000004, "Wrong alignment on Explosion_CrioBlast_C_ApplyModifiers"); \ static_assert(sizeof(Explosion_CrioBlast_C_ApplyModifiers) == 0x000014, "Wrong size on Explosion_CrioBlast_C_ApplyModifiers"); \ static_assert(offsetof(Explosion_CrioBlast_C_ApplyModifiers, CallFunc_GetDamageScale_ReturnValue) == 0x000000, "Member 'Explosion_CrioBlast_C_ApplyModifiers::CallFunc_GetDamageScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ApplyModifiers, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'Explosion_CrioBlast_C_ApplyModifiers::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ApplyModifiers, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'Explosion_CrioBlast_C_ApplyModifiers::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ApplyModifiers, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'Explosion_CrioBlast_C_ApplyModifiers::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_CrioBlast_C_ApplyModifiers, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000010, "Member 'Explosion_CrioBlast_C_ApplyModifiers::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplosion_CrioBlast_C \ static_assert(alignof(AExplosion_CrioBlast_C) == 0x000008, "Wrong alignment on AExplosion_CrioBlast_C"); \ static_assert(sizeof(AExplosion_CrioBlast_C) == 0x000340, "Wrong size on AExplosion_CrioBlast_C"); \ static_assert(offsetof(AExplosion_CrioBlast_C, UberGraphFrame_Explosion_CrioBlast_C) == 0x000280, "Member 'AExplosion_CrioBlast_C::UberGraphFrame_Explosion_CrioBlast_C' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, ExplosionRadiusMOD) == 0x000288, "Member 'AExplosion_CrioBlast_C::ExplosionRadiusMOD' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, ExplosionDamageMOD) == 0x00028C, "Member 'AExplosion_CrioBlast_C::ExplosionDamageMOD' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, bIsShark) == 0x000290, "Member 'AExplosion_CrioBlast_C::bIsShark' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, bIsInGravity) == 0x000291, "Member 'AExplosion_CrioBlast_C::bIsInGravity' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, ExplosionFXMapGravitiy) == 0x000298, "Member 'AExplosion_CrioBlast_C::ExplosionFXMapGravitiy' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, SharkClassSoft) == 0x0002E8, "Member 'AExplosion_CrioBlast_C::SharkClassSoft' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, SwarmClassSoft) == 0x000310, "Member 'AExplosion_CrioBlast_C::SwarmClassSoft' has a wrong offset!"); \ static_assert(offsetof(AExplosion_CrioBlast_C, IsSwarm) == 0x000338, "Member 'AExplosion_CrioBlast_C::IsSwarm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController \ static_assert(alignof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController) == 0x000008, "Wrong alignment on PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController"); \ static_assert(sizeof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController) == 0x000098, "Wrong size on PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, EntryPoint) == 0x000000, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, CallFunc_HasAuthority_ReturnValue) == 0x000014, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_ComponentBoundEvent_Actor) == 0x000020, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_ComponentBoundEvent_Stimulus) == 0x000028, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000068, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000070, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000071, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_DynamicCast_AsFGGrappling_Hook) == 0x000078, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_DynamicCast_AsFGGrappling_Hook' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000088, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'PlanktonGroupController_C_ExecuteUbergraph_PlanktonGroupController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'PlanktonGroupController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_SetDesiredGroupLocation \ static_assert(alignof(PlanktonGroupController_C_SetDesiredGroupLocation) == 0x000008, "Wrong alignment on PlanktonGroupController_C_SetDesiredGroupLocation"); \ static_assert(sizeof(PlanktonGroupController_C_SetDesiredGroupLocation) == 0x0000D0, "Wrong size on PlanktonGroupController_C_SetDesiredGroupLocation"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, Temp_int_Variable) == 0x000000, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetPawn_ReturnValue) == 0x000018, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Array_Get_Item) == 0x000030, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000044, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000048, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_MakeVector_ReturnValue_1) == 0x000050, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00005C, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000068, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000080, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000088, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Array_Get_Item_2) == 0x000098, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000A4, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Get_Ring_Location_by_Index_NewParam) == 0x0000A8, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Get_Ring_Location_by_Index_NewParam' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B4, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000B8, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Array_Length_ReturnValue_1) == 0x0000C4, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetDesiredGroupLocation, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C8, "Member 'PlanktonGroupController_C_SetDesiredGroupLocation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_Get_Ring_Location_by_Index \ static_assert(alignof(PlanktonGroupController_C_Get_Ring_Location_by_Index) == 0x000008, "Wrong alignment on PlanktonGroupController_C_Get_Ring_Location_by_Index"); \ static_assert(sizeof(PlanktonGroupController_C_Get_Ring_Location_by_Index) == 0x000098, "Wrong size on PlanktonGroupController_C_Get_Ring_Location_by_Index"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, Index_0) == 0x000000, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::Index_0' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, TotalCount) == 0x000004, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::TotalCount' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, NewParam) == 0x000008, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::NewParam' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, SectionAngle) == 0x000014, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::SectionAngle' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, AngleDelta) == 0x000018, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::AngleDelta' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Cos_ReturnValue) == 0x000020, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Sin_ReturnValue) == 0x000024, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_K2_GetPawn_ReturnValue) == 0x000030, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000038, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_BreakRotator_Roll) == 0x000044, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_BreakRotator_Pitch) == 0x000048, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_BreakRotator_Yaw) == 0x00004C, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_MakeRotator_ReturnValue) == 0x000054, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000060, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_GetPI_ReturnValue) == 0x000064, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_MakeVector_ReturnValue) == 0x000068, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000074, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000078, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000084, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_Get_Ring_Location_by_Index, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000088, "Member 'PlanktonGroupController_C_Get_Ring_Location_by_Index::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_SetTarget \ static_assert(alignof(PlanktonGroupController_C_SetTarget) == 0x000008, "Wrong alignment on PlanktonGroupController_C_SetTarget"); \ static_assert(sizeof(PlanktonGroupController_C_SetTarget) == 0x000008, "Wrong size on PlanktonGroupController_C_SetTarget"); \ static_assert(offsetof(PlanktonGroupController_C_SetTarget, Target) == 0x000000, "Member 'PlanktonGroupController_C_SetTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_OnScared \ static_assert(alignof(PlanktonGroupController_C_OnScared) == 0x000008, "Wrong alignment on PlanktonGroupController_C_OnScared"); \ static_assert(sizeof(PlanktonGroupController_C_OnScared) == 0x000010, "Wrong size on PlanktonGroupController_C_OnScared"); \ static_assert(offsetof(PlanktonGroupController_C_OnScared, Target) == 0x000000, "Member 'PlanktonGroupController_C_OnScared::Target' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_OnScared, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'PlanktonGroupController_C_OnScared::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_SetFollowTarget \ static_assert(alignof(PlanktonGroupController_C_SetFollowTarget) == 0x000008, "Wrong alignment on PlanktonGroupController_C_SetFollowTarget"); \ static_assert(sizeof(PlanktonGroupController_C_SetFollowTarget) == 0x000008, "Wrong size on PlanktonGroupController_C_SetFollowTarget"); \ static_assert(offsetof(PlanktonGroupController_C_SetFollowTarget, FollowActor) == 0x000000, "Member 'PlanktonGroupController_C_SetFollowTarget::FollowActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_MoveToGoalLocation \ static_assert(alignof(PlanktonGroupController_C_MoveToGoalLocation) == 0x000008, "Wrong alignment on PlanktonGroupController_C_MoveToGoalLocation"); \ static_assert(sizeof(PlanktonGroupController_C_MoveToGoalLocation) == 0x000180, "Wrong size on PlanktonGroupController_C_MoveToGoalLocation"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, Pawn_0) == 0x000000, "Member 'PlanktonGroupController_C_MoveToGoalLocation::Pawn_0' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, GoalLocation) == 0x000008, "Member 'PlanktonGroupController_C_MoveToGoalLocation::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, Index_0) == 0x000014, "Member 'PlanktonGroupController_C_MoveToGoalLocation::Index_0' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000018, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_GetCurrentLocation_Result) == 0x00001C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_GetCurrentLocation_Result' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_GetCurrentLocation_Success) == 0x000028, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_GetCurrentLocation_Success' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000060, "Member 'PlanktonGroupController_C_MoveToGoalLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'PlanktonGroupController_C_MoveToGoalLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_VSizeSquared_ReturnValue) == 0x00006C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000070, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_GetValue_ReturnValue) == 0x00007C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000080, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000090, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, Temp_bool_Variable) == 0x000094, "Member 'PlanktonGroupController_C_MoveToGoalLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_RInterpTo_ReturnValue) == 0x000098, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0000A4, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B0, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Square_ReturnValue) == 0x0000BC, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000C0, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000CC, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000DC, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, K2Node_Select_Default) == 0x0000E8, "Member 'PlanktonGroupController_C_MoveToGoalLocation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000F4, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_MoveToGoalLocation, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x00017C, "Member 'PlanktonGroupController_C_MoveToGoalLocation::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_UpdateGroupSpeed \ static_assert(alignof(PlanktonGroupController_C_UpdateGroupSpeed) == 0x000008, "Wrong alignment on PlanktonGroupController_C_UpdateGroupSpeed"); \ static_assert(sizeof(PlanktonGroupController_C_UpdateGroupSpeed) == 0x000048, "Wrong size on PlanktonGroupController_C_UpdateGroupSpeed"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_SelectFloat_ReturnValue) == 0x000000, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_SelectFloat_ReturnValue_1) == 0x000008, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_GetVelocity_ReturnValue) == 0x00002C, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_VSize_ReturnValue) == 0x000038, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_FMax_ReturnValue) == 0x000040, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_UpdateGroupSpeed, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000044, "Member 'PlanktonGroupController_C_UpdateGroupSpeed::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_GetCurrentLocation \ static_assert(alignof(PlanktonGroupController_C_GetCurrentLocation) == 0x000004, "Wrong alignment on PlanktonGroupController_C_GetCurrentLocation"); \ static_assert(sizeof(PlanktonGroupController_C_GetCurrentLocation) == 0x000020, "Wrong size on PlanktonGroupController_C_GetCurrentLocation"); \ static_assert(offsetof(PlanktonGroupController_C_GetCurrentLocation, Index_0) == 0x000000, "Member 'PlanktonGroupController_C_GetCurrentLocation::Index_0' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_GetCurrentLocation, Result) == 0x000004, "Member 'PlanktonGroupController_C_GetCurrentLocation::Result' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_GetCurrentLocation, Success) == 0x000010, "Member 'PlanktonGroupController_C_GetCurrentLocation::Success' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_GetCurrentLocation, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000011, "Member 'PlanktonGroupController_C_GetCurrentLocation::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_GetCurrentLocation, CallFunc_Array_Get_Item) == 0x000014, "Member 'PlanktonGroupController_C_GetCurrentLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupController_C_SetCurrentLocation \ static_assert(alignof(PlanktonGroupController_C_SetCurrentLocation) == 0x000004, "Wrong alignment on PlanktonGroupController_C_SetCurrentLocation"); \ static_assert(sizeof(PlanktonGroupController_C_SetCurrentLocation) == 0x000010, "Wrong size on PlanktonGroupController_C_SetCurrentLocation"); \ static_assert(offsetof(PlanktonGroupController_C_SetCurrentLocation, Index_0) == 0x000000, "Member 'PlanktonGroupController_C_SetCurrentLocation::Index_0' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupController_C_SetCurrentLocation, Location) == 0x000004, "Member 'PlanktonGroupController_C_SetCurrentLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanktonGroupController_C \ static_assert(alignof(APlanktonGroupController_C) == 0x000008, "Wrong alignment on APlanktonGroupController_C"); \ static_assert(sizeof(APlanktonGroupController_C) == 0x000440, "Wrong size on APlanktonGroupController_C"); \ static_assert(offsetof(APlanktonGroupController_C, UberGraphFrame) == 0x0003D0, "Member 'APlanktonGroupController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, ControlledGroup) == 0x0003D8, "Member 'APlanktonGroupController_C::ControlledGroup' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, RingRadius) == 0x0003E8, "Member 'APlanktonGroupController_C::RingRadius' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, ScareDuration) == 0x0003EC, "Member 'APlanktonGroupController_C::ScareDuration' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, FollowTarget) == 0x0003F0, "Member 'APlanktonGroupController_C::FollowTarget' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, Acceptance) == 0x0003F8, "Member 'APlanktonGroupController_C::Acceptance' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, bScared) == 0x0003FC, "Member 'APlanktonGroupController_C::bScared' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, TrainAddSpeed) == 0x000400, "Member 'APlanktonGroupController_C::TrainAddSpeed' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, BaseSpeed) == 0x000404, "Member 'APlanktonGroupController_C::BaseSpeed' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, ManualRotation) == 0x000408, "Member 'APlanktonGroupController_C::ManualRotation' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, ControlledGroupMesh) == 0x000418, "Member 'APlanktonGroupController_C::ControlledGroupMesh' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, CurrentLocations) == 0x000428, "Member 'APlanktonGroupController_C::CurrentLocations' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupController_C, ScareSpeedBonus) == 0x000438, "Member 'APlanktonGroupController_C::ScareSpeedBonus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent \ static_assert(alignof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent) == 0x000008, "Wrong alignment on SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent"); \ static_assert(sizeof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent) == 0x000060, "Wrong size on SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, EntryPoint) == 0x000000, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000010, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_DynamicCast_AsShark_2) == 0x000018, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_DynamicCast_AsShark_2_1) == 0x000028, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_DynamicCast_AsShark_2_1' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_MakeArray_Array) == 0x000038, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, K2Node_MakeArray_Array_1) == 0x000048, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent, CallFunc_Array_Add_ReturnValue_1) == 0x00005C, "Member 'SharkEvolutionComponent_C_ExecuteUbergraph_SharkEvolutionComponent::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkEvolutionComponent_C_GetMutationMeshComponents \ static_assert(alignof(SharkEvolutionComponent_C_GetMutationMeshComponents) == 0x000008, "Wrong alignment on SharkEvolutionComponent_C_GetMutationMeshComponents"); \ static_assert(sizeof(SharkEvolutionComponent_C_GetMutationMeshComponents) == 0x000040, "Wrong size on SharkEvolutionComponent_C_GetMutationMeshComponents"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetMutationMeshComponents, Type) == 0x000000, "Member 'SharkEvolutionComponent_C_GetMutationMeshComponents::Type' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetMutationMeshComponents, OutParts) == 0x000008, "Member 'SharkEvolutionComponent_C_GetMutationMeshComponents::OutParts' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetMutationMeshComponents, Temp_byte_Variable) == 0x000018, "Member 'SharkEvolutionComponent_C_GetMutationMeshComponents::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetMutationMeshComponents, Temp_object_Variable) == 0x000020, "Member 'SharkEvolutionComponent_C_GetMutationMeshComponents::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetMutationMeshComponents, K2Node_Select_Default) == 0x000030, "Member 'SharkEvolutionComponent_C_GetMutationMeshComponents::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkEvolutionComponent_C_GetDefaultHairMesh \ static_assert(alignof(SharkEvolutionComponent_C_GetDefaultHairMesh) == 0x000008, "Wrong alignment on SharkEvolutionComponent_C_GetDefaultHairMesh"); \ static_assert(sizeof(SharkEvolutionComponent_C_GetDefaultHairMesh) == 0x000008, "Wrong size on SharkEvolutionComponent_C_GetDefaultHairMesh"); \ static_assert(offsetof(SharkEvolutionComponent_C_GetDefaultHairMesh, ReturnValue) == 0x000000, "Member 'SharkEvolutionComponent_C_GetDefaultHairMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkEvolutionComponent_C \ static_assert(alignof(USharkEvolutionComponent_C) == 0x000008, "Wrong alignment on USharkEvolutionComponent_C"); \ static_assert(sizeof(USharkEvolutionComponent_C) == 0x0001E0, "Wrong size on USharkEvolutionComponent_C"); \ static_assert(offsetof(USharkEvolutionComponent_C, UberGraphFrame) == 0x000190, "Member 'USharkEvolutionComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkEvolutionComponent_C, TailMeshes) == 0x000198, "Member 'USharkEvolutionComponent_C::TailMeshes' has a wrong offset!"); \ static_assert(offsetof(USharkEvolutionComponent_C, BackMeshes) == 0x0001A8, "Member 'USharkEvolutionComponent_C::BackMeshes' has a wrong offset!"); \ static_assert(offsetof(USharkEvolutionComponent_C, MouthMeshes) == 0x0001B8, "Member 'USharkEvolutionComponent_C::MouthMeshes' has a wrong offset!"); \ static_assert(offsetof(USharkEvolutionComponent_C, NoseMeshes) == 0x0001C8, "Member 'USharkEvolutionComponent_C::NoseMeshes' has a wrong offset!"); \ static_assert(offsetof(USharkEvolutionComponent_C, DefaultHairMesh) == 0x0001D8, "Member 'USharkEvolutionComponent_C::DefaultHairMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors \ static_assert(alignof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors) == 0x000008, "Wrong alignment on HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors"); \ static_assert(sizeof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors) == 0x000030, "Wrong size on HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, EntryPoint) == 0x000000, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ExecuteUbergraph_HTN_SharkSetNeedUpdateTrainAnchors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute \ static_assert(alignof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkSetNeedUpdateTrainAnchors_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkSetNeedUpdateTrainAnchors_C \ static_assert(alignof(UHTN_SharkSetNeedUpdateTrainAnchors_C) == 0x000008, "Wrong alignment on UHTN_SharkSetNeedUpdateTrainAnchors_C"); \ static_assert(sizeof(UHTN_SharkSetNeedUpdateTrainAnchors_C) == 0x000100, "Wrong size on UHTN_SharkSetNeedUpdateTrainAnchors_C"); \ static_assert(offsetof(UHTN_SharkSetNeedUpdateTrainAnchors_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkSetNeedUpdateTrainAnchors_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Goal_GetCover_C_IsValidGloal \ static_assert(alignof(Goal_GetCover_C_IsValidGloal) == 0x000008, "Wrong alignment on Goal_GetCover_C_IsValidGloal"); \ static_assert(sizeof(Goal_GetCover_C_IsValidGloal) == 0x000018, "Wrong size on Goal_GetCover_C_IsValidGloal"); \ static_assert(offsetof(Goal_GetCover_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_GetCover_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_GetCover_C_IsValidGloal, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'Goal_GetCover_C_IsValidGloal::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Goal_GetCover_C_IsValidGloal, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Goal_GetCover_C_IsValidGloal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Goal_GetCover_C_IsValidGloal, CallFunc_IsWantCover_Result) == 0x000011, "Member 'Goal_GetCover_C_IsValidGloal::CallFunc_IsWantCover_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_GetCover_C \ static_assert(alignof(UGoal_GetCover_C) == 0x000008, "Wrong alignment on UGoal_GetCover_C"); \ static_assert(sizeof(UGoal_GetCover_C) == 0x000058, "Wrong size on UGoal_GetCover_C"); \ #define DUMPER7_ASSERTS_HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation \ static_assert(alignof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation) == 0x000008, "Wrong alignment on HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation"); \ static_assert(sizeof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation) == 0x000048, "Wrong size on HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, EntryPoint) == 0x000000, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_DynamicCast_AsFGCharacter) == 0x000030, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x00003C, "Member 'HTN_SharkSetGetCorpseLocation_C_ExecuteUbergraph_HTN_SharkSetGetCorpseLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkSetGetCorpseLocation_C_ReceiveExecute \ static_assert(alignof(HTN_SharkSetGetCorpseLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SharkSetGetCorpseLocation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SharkSetGetCorpseLocation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SharkSetGetCorpseLocation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SharkSetGetCorpseLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkSetGetCorpseLocation_C \ static_assert(alignof(UHTN_SharkSetGetCorpseLocation_C) == 0x000008, "Wrong alignment on UHTN_SharkSetGetCorpseLocation_C"); \ static_assert(sizeof(UHTN_SharkSetGetCorpseLocation_C) == 0x000128, "Wrong size on UHTN_SharkSetGetCorpseLocation_C"); \ static_assert(offsetof(UHTN_SharkSetGetCorpseLocation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SharkSetGetCorpseLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SharkSetGetCorpseLocation_C, CorpseLocation) == 0x000100, "Member 'UHTN_SharkSetGetCorpseLocation_C::CorpseLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection \ static_assert(alignof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection) == 0x000008, "Wrong alignment on HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection"); \ static_assert(sizeof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection) == 0x000060, "Wrong size on HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, EntryPoint) == 0x000000, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, K2Node_Event_Owner) == 0x000008, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000020, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, CallFunc_GetForwardVector_ReturnValue) == 0x000038, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000044, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'HTN_GetLocationInBackwardDirection_C_ExecuteUbergraph_HTN_GetLocationInBackwardDirection::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetLocationInBackwardDirection_C_ReceiveExecute \ static_assert(alignof(HTN_GetLocationInBackwardDirection_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_GetLocationInBackwardDirection_C_ReceiveExecute"); \ static_assert(sizeof(HTN_GetLocationInBackwardDirection_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_GetLocationInBackwardDirection_C_ReceiveExecute"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_GetLocationInBackwardDirection_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_GetLocationInBackwardDirection_C \ static_assert(alignof(UHTN_GetLocationInBackwardDirection_C) == 0x000008, "Wrong alignment on UHTN_GetLocationInBackwardDirection_C"); \ static_assert(sizeof(UHTN_GetLocationInBackwardDirection_C) == 0x000128, "Wrong size on UHTN_GetLocationInBackwardDirection_C"); \ static_assert(offsetof(UHTN_GetLocationInBackwardDirection_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_GetLocationInBackwardDirection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_GetLocationInBackwardDirection_C, LocationKey) == 0x000100, "Member 'UHTN_GetLocationInBackwardDirection_C::LocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState \ static_assert(alignof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState) == 0x000008, "Wrong alignment on HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState"); \ static_assert(sizeof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState) == 0x0000C0, "Wrong size on HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, EntryPoint) == 0x000000, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_CustomEvent_Pawn) == 0x000008, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_Owner) == 0x000010, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_OwnerAsController) == 0x000018, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_ControlledPawn) == 0x000020, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_DynamicCast_AsShark_2) == 0x000028, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetFearLevel_ReturnValue) == 0x000034, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetFearLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetValue_ReturnValue) == 0x000038, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetPercentageValue_ReturnValue) == 0x00003C, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetEvolutionRequirement_ReturnValue) == 0x000040, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetEvolutionRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetPercentageValue_ReturnValue_1) == 0x000044, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetPercentageValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetGnawAttackPreparePoint_ReturnValue) == 0x000048, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetGnawAttackPreparePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_DynamicCast_AsFGCharacter) == 0x000058, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetGnawAttackPoint_ReturnValue) == 0x000064, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetGnawAttackPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetGnawAttackPoint_ReturnValue1) == 0x000070, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetGnawAttackPoint_ReturnValue1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_IsEaten_ReturnValue) == 0x00007C, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_IsEaten_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_IsFlying_ReturnValue) == 0x00007D, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_IsFlying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetRamAttackPreparePoint_ReturnValue) == 0x000080, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetRamAttackPreparePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetRamAttackPoint_ReturnValue) == 0x00008C, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetRamAttackPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_Owner_1) == 0x000098, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_OwnerAsController_1) == 0x0000A0, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_ControlledPawn_1) == 0x0000A8, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, K2Node_Event_DeltaTime) == 0x0000B0, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_GetWorldStateValueAsFloat_ReturnValue) == 0x0000B4, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_GetWorldStateValueAsFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B8, "Member 'HTN_SyncSharkState_C_ExecuteUbergraph_HTN_SyncSharkState::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncSharkState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncSharkState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncSharkState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncSharkState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncSharkState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncSharkState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncSharkState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncSharkState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncSharkState_C_Update \ static_assert(alignof(HTN_SyncSharkState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncSharkState_C_Update"); \ static_assert(sizeof(HTN_SyncSharkState_C_Update) == 0x000008, "Wrong size on HTN_SyncSharkState_C_Update"); \ static_assert(offsetof(HTN_SyncSharkState_C_Update, Pawn) == 0x000000, "Member 'HTN_SyncSharkState_C_Update::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncSharkState_C_ReceiveTick \ static_assert(alignof(HTN_SyncSharkState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SyncSharkState_C_ReceiveTick"); \ static_assert(sizeof(HTN_SyncSharkState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SyncSharkState_C_ReceiveTick"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SyncSharkState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SyncSharkState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SyncSharkState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncSharkState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SyncSharkState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncSharkState_C \ static_assert(alignof(UHTN_SyncSharkState_C) == 0x000008, "Wrong alignment on UHTN_SyncSharkState_C"); \ static_assert(sizeof(UHTN_SyncSharkState_C) == 0x0002C8, "Wrong size on UHTN_SyncSharkState_C"); \ static_assert(offsetof(UHTN_SyncSharkState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncSharkState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, RamAnchor) == 0x000098, "Member 'UHTN_SyncSharkState_C::RamAnchor' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, GnawAnchor) == 0x0000C0, "Member 'UHTN_SyncSharkState_C::GnawAnchor' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, RamTrainPrepareLocation) == 0x0000E8, "Member 'UHTN_SyncSharkState_C::RamTrainPrepareLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, RamTrainAttackLocation) == 0x000110, "Member 'UHTN_SyncSharkState_C::RamTrainAttackLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, RamGnawAttackLocation) == 0x000138, "Member 'UHTN_SyncSharkState_C::RamGnawAttackLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, GnawTrainPrepareLocation) == 0x000160, "Member 'UHTN_SyncSharkState_C::GnawTrainPrepareLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, TargetIsEaten) == 0x000188, "Member 'UHTN_SyncSharkState_C::TargetIsEaten' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, TargetIsInVoid) == 0x0001B0, "Member 'UHTN_SyncSharkState_C::TargetIsInVoid' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, HealthPercent) == 0x0001D8, "Member 'UHTN_SyncSharkState_C::HealthPercent' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, AngerPercent) == 0x000200, "Member 'UHTN_SyncSharkState_C::AngerPercent' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, ActionPoints) == 0x000228, "Member 'UHTN_SyncSharkState_C::ActionPoints' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, LastReactedDamageAge) == 0x000250, "Member 'UHTN_SyncSharkState_C::LastReactedDamageAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, FearPercent) == 0x000278, "Member 'UHTN_SyncSharkState_C::FearPercent' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncSharkState_C, EvolutionRequirement) == 0x0002A0, "Member 'UHTN_SyncSharkState_C::EvolutionRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SharkTrainIsOnCD_C_PerformConditionCheck \ static_assert(alignof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_SharkTrainIsOnCD_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck) == 0x000038, "Wrong size on HTN_SharkTrainIsOnCD_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, CallFunc_GetTimeSeconds_ReturnValue) == 0x00001C, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, CallFunc_GetTrainAttackCooldown_Result) == 0x00002C, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::CallFunc_GetTrainAttackCooldown_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SharkTrainIsOnCD_C_PerformConditionCheck, CallFunc_Less_FloatFloat_ReturnValue) == 0x000034, "Member 'HTN_SharkTrainIsOnCD_C_PerformConditionCheck::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SharkTrainIsOnCD_C \ static_assert(alignof(UHTN_SharkTrainIsOnCD_C) == 0x000008, "Wrong alignment on UHTN_SharkTrainIsOnCD_C"); \ static_assert(sizeof(UHTN_SharkTrainIsOnCD_C) == 0x000088, "Wrong size on UHTN_SharkTrainIsOnCD_C"); \ #define DUMPER7_ASSERTS_HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue \ static_assert(alignof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue) == 0x000008, "Wrong alignment on HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue"); \ static_assert(sizeof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue) == 0x000020, "Wrong size on HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue"); \ static_assert(offsetof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue, EntryPoint) == 0x000000, "Member 'HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SetBoolValue_C_ExecuteUbergraph_HTN_SetBoolValue::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SetBoolValue_C_ReceiveExecute \ static_assert(alignof(HTN_SetBoolValue_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SetBoolValue_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SetBoolValue_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SetBoolValue_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SetBoolValue_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SetBoolValue_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SetBoolValue_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SetBoolValue_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SetBoolValue_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SetBoolValue_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SetBoolValue_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SetBoolValue_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SetBoolValue_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SetBoolValue_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetBoolValue_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SetBoolValue_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SetBoolValue_C \ static_assert(alignof(UHTN_SetBoolValue_C) == 0x000008, "Wrong alignment on UHTN_SetBoolValue_C"); \ static_assert(sizeof(UHTN_SetBoolValue_C) == 0x000130, "Wrong size on UHTN_SetBoolValue_C"); \ static_assert(offsetof(UHTN_SetBoolValue_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SetBoolValue_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SetBoolValue_C, Key) == 0x000100, "Member 'UHTN_SetBoolValue_C::Key' has a wrong offset!"); \ static_assert(offsetof(UHTN_SetBoolValue_C, Value) == 0x000128, "Member 'UHTN_SetBoolValue_C::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_DirectionDot_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_DirectionDot_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_DirectionDot_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_DirectionDot_C_PerformConditionCheck) == 0x000060, "Wrong size on HTNDecorator_DirectionDot_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_GetTwoLocation_ReturnValue) == 0x00001C, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_GetTwoLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_GetOneLocation_ReturnValue) == 0x000034, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_GetOneLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000040, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x00004C, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_Dot_VectorVector_ReturnValue) == 0x000058, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_PerformConditionCheck, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00005C, "Member 'HTNDecorator_DirectionDot_C_PerformConditionCheck::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_DirectionDot_C_GetOneLocation \ static_assert(alignof(HTNDecorator_DirectionDot_C_GetOneLocation) == 0x000008, "Wrong alignment on HTNDecorator_DirectionDot_C_GetOneLocation"); \ static_assert(sizeof(HTNDecorator_DirectionDot_C_GetOneLocation) == 0x000030, "Wrong size on HTNDecorator_DirectionDot_C_GetOneLocation"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetOneLocation, ReturnValue) == 0x000000, "Member 'HTNDecorator_DirectionDot_C_GetOneLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetOneLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x00000C, "Member 'HTNDecorator_DirectionDot_C_GetOneLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetOneLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000018, "Member 'HTNDecorator_DirectionDot_C_GetOneLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetOneLocation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HTNDecorator_DirectionDot_C_GetOneLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetOneLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'HTNDecorator_DirectionDot_C_GetOneLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_DirectionDot_C_GetTwoLocation \ static_assert(alignof(HTNDecorator_DirectionDot_C_GetTwoLocation) == 0x000008, "Wrong alignment on HTNDecorator_DirectionDot_C_GetTwoLocation"); \ static_assert(sizeof(HTNDecorator_DirectionDot_C_GetTwoLocation) == 0x000030, "Wrong size on HTNDecorator_DirectionDot_C_GetTwoLocation"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetTwoLocation, ReturnValue) == 0x000000, "Member 'HTNDecorator_DirectionDot_C_GetTwoLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetTwoLocation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x00000C, "Member 'HTNDecorator_DirectionDot_C_GetTwoLocation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetTwoLocation, CallFunc_GetWorldStateValueAsActor_ReturnValue) == 0x000018, "Member 'HTNDecorator_DirectionDot_C_GetTwoLocation::CallFunc_GetWorldStateValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetTwoLocation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HTNDecorator_DirectionDot_C_GetTwoLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_DirectionDot_C_GetTwoLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'HTNDecorator_DirectionDot_C_GetTwoLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_DirectionDot_C \ static_assert(alignof(UHTNDecorator_DirectionDot_C) == 0x000008, "Wrong alignment on UHTNDecorator_DirectionDot_C"); \ static_assert(sizeof(UHTNDecorator_DirectionDot_C) == 0x0000E0, "Wrong size on UHTNDecorator_DirectionDot_C"); \ static_assert(offsetof(UHTNDecorator_DirectionDot_C, PointOne) == 0x000088, "Member 'UHTNDecorator_DirectionDot_C::PointOne' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_DirectionDot_C, PointTwo) == 0x0000B0, "Member 'UHTNDecorator_DirectionDot_C::PointTwo' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_DirectionDot_C, DotValue) == 0x0000D8, "Member 'UHTNDecorator_DirectionDot_C::DotValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericAiTrain_C \ static_assert(alignof(AGenericAiTrain_C) == 0x000010, "Wrong alignment on AGenericAiTrain_C"); \ static_assert(sizeof(AGenericAiTrain_C) == 0x0005A0, "Wrong size on AGenericAiTrain_C"); \ static_assert(offsetof(AGenericAiTrain_C, DefaultSceneRoot) == 0x000590, "Member 'AGenericAiTrain_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover \ static_assert(alignof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover) == 0x000008, "Wrong alignment on HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover"); \ static_assert(sizeof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover) == 0x000030, "Wrong size on HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, EntryPoint) == 0x000000, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziEndCover_C_ExecuteUbergraph_HTN_NaziEndCover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziEndCover_C_ReceiveExecute \ static_assert(alignof(HTN_NaziEndCover_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziEndCover_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziEndCover_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziEndCover_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziEndCover_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziEndCover_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziEndCover_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziEndCover_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziEndCover_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziEndCover_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziEndCover_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_NaziEndCover_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziEndCover_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziEndCover_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziEndCover_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziEndCover_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziEndCover_C \ static_assert(alignof(UHTN_NaziEndCover_C) == 0x000008, "Wrong alignment on UHTN_NaziEndCover_C"); \ static_assert(sizeof(UHTN_NaziEndCover_C) == 0x000128, "Wrong size on UHTN_NaziEndCover_C"); \ static_assert(offsetof(UHTN_NaziEndCover_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziEndCover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziEndCover_C, CoverPoint) == 0x000100, "Member 'UHTN_NaziEndCover_C::CoverPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlantRolfeemo_C_Received_Notify \ static_assert(alignof(PlantRolfeemo_C_Received_Notify) == 0x000008, "Wrong alignment on PlantRolfeemo_C_Received_Notify"); \ static_assert(sizeof(PlantRolfeemo_C_Received_Notify) == 0x000040, "Wrong size on PlantRolfeemo_C_Received_Notify"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, MeshComp) == 0x000000, "Member 'PlantRolfeemo_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, Animation) == 0x000008, "Member 'PlantRolfeemo_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, ReturnValue) == 0x000010, "Member 'PlantRolfeemo_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'PlantRolfeemo_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'PlantRolfeemo_C_Received_Notify::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'PlantRolfeemo_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, K2Node_DynamicCast_AsGeneric_Rofleemo_Cage) == 0x000030, "Member 'PlantRolfeemo_C_Received_Notify::K2Node_DynamicCast_AsGeneric_Rofleemo_Cage' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'PlantRolfeemo_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlantRolfeemo_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'PlantRolfeemo_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlantRolfeemo_C \ static_assert(alignof(UPlantRolfeemo_C) == 0x000008, "Wrong alignment on UPlantRolfeemo_C"); \ static_assert(sizeof(UPlantRolfeemo_C) == 0x000038, "Wrong size on UPlantRolfeemo_C"); \ #define DUMPER7_ASSERTS_AGun_Annihilator_C \ static_assert(alignof(AGun_Annihilator_C) == 0x000010, "Wrong alignment on AGun_Annihilator_C"); \ static_assert(sizeof(AGun_Annihilator_C) == 0x001710, "Wrong size on AGun_Annihilator_C"); \ #define DUMPER7_ASSERTS_SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile \ static_assert(alignof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile) == 0x000008, "Wrong alignment on SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile"); \ static_assert(sizeof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile) == 0x000298, "Wrong size on SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, EntryPoint) == 0x000000, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_MyComp) == 0x000008, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_Other) == 0x000010, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_OtherComp) == 0x000018, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_bSelfMoved) == 0x000020, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_HitLocation) == 0x000024, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_HitNormal) == 0x000030, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_NormalImpulse) == 0x00003C, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_Event_Hit) == 0x000048, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_HasAuthority_ReturnValue) == 0x0000D0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_GetInstigator_ReturnValue) == 0x0000D8, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_DynamicCast_AsFGAICharacter) == 0x0000F0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_GetInstigatorController_ReturnValue) == 0x000100, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_GetInstigatorController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_HasAuthority_ReturnValue_1) == 0x000108, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00010C, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000118, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000120, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000128, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000130, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_bFromSweep) == 0x000134, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_SweepResult) == 0x000138, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001C0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_DynamicCast_AsThird_Person_Character) == 0x0001D0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_HitComponent) == 0x0001E0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OtherActor) == 0x0001E8, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_OtherComp) == 0x0001F0, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_NormalImpulse) == 0x0001F8, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, K2Node_ComponentBoundEvent_Hit) == 0x000204, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_ApplyPointDamage_ReturnValue) == 0x00028C, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_ApplyPointDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_Array_Add_ReturnValue) == 0x000290, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_Array_Contains_ReturnValue) == 0x000294, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile, CallFunc_Not_PreBool_ReturnValue) == 0x000295, "Member 'SwarmProjectile_C_ExecuteUbergraph_SwarmProjectile::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ static_assert(alignof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'SwarmProjectile_C_BndEvt__SwarmProjectile_Sphere1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmProjectile_C_ReceiveHit \ static_assert(alignof(SwarmProjectile_C_ReceiveHit) == 0x000008, "Wrong alignment on SwarmProjectile_C_ReceiveHit"); \ static_assert(sizeof(SwarmProjectile_C_ReceiveHit) == 0x0000C8, "Wrong size on SwarmProjectile_C_ReceiveHit"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, MyComp) == 0x000000, "Member 'SwarmProjectile_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, Other) == 0x000008, "Member 'SwarmProjectile_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, OtherComp) == 0x000010, "Member 'SwarmProjectile_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'SwarmProjectile_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'SwarmProjectile_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, HitNormal) == 0x000028, "Member 'SwarmProjectile_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'SwarmProjectile_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SwarmProjectile_C_ReceiveHit, Hit) == 0x000040, "Member 'SwarmProjectile_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASwarmProjectile_C \ static_assert(alignof(ASwarmProjectile_C) == 0x000008, "Wrong alignment on ASwarmProjectile_C"); \ static_assert(sizeof(ASwarmProjectile_C) == 0x000260, "Wrong size on ASwarmProjectile_C"); \ static_assert(offsetof(ASwarmProjectile_C, UberGraphFrame) == 0x000220, "Member 'ASwarmProjectile_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, Sphere1) == 0x000228, "Member 'ASwarmProjectile_C::Sphere1' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, Swarm_Projectile_Explose) == 0x000230, "Member 'ASwarmProjectile_C::Swarm_Projectile_Explose' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, Swarm_Projectile_Sound) == 0x000238, "Member 'ASwarmProjectile_C::Swarm_Projectile_Sound' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, Proj_01_C_S_Water) == 0x000240, "Member 'ASwarmProjectile_C::Proj_01_C_S_Water' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, ProjectileMovement) == 0x000248, "Member 'ASwarmProjectile_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(ASwarmProjectile_C, Damaged) == 0x000250, "Member 'ASwarmProjectile_C::Damaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm \ static_assert(alignof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm) == 0x000008, "Wrong alignment on ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm"); \ static_assert(sizeof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm) == 0x0000F0, "Wrong size on ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, EntryPoint) == 0x000000, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakRotator_Roll) == 0x000014, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakRotator_Pitch) == 0x000018, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakRotator_Yaw) == 0x00001C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_MakeRotator_ReturnValue) == 0x000020, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_NegateRotator_ReturnValue) == 0x000038, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_GetMovementComponent_ReturnValue) == 0x000048, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000050, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_GetMaxSpeed_ReturnValue) == 0x000054, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Less_FloatFloat_ReturnValue) == 0x000058, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_FMax_ReturnValue) == 0x00005C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000060, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_VSize_ReturnValue) == 0x00006C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_ComposeRotators_ReturnValue) == 0x000070, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00007C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_GetForwardVector_ReturnValue) == 0x000080, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x00008C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakVector_X) == 0x000098, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakVector_Y) == 0x00009C, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_BreakVector_Z) == 0x0000A0, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0000A8, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Round_ReturnValue) == 0x0000B0, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, K2Node_DynamicCast_AsSwarm_T1) == 0x0000B8, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::K2Node_DynamicCast_AsSwarm_T1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000C4, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Round_ReturnValue_1) == 0x0000C8, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000CC, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x0000D8, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_IsRunning_ReturnValue) == 0x0000E1, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_IsAlive_ReturnValue) == 0x0000E2, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0000E4, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm, CallFunc_Not_PreBool_ReturnValue) == 0x0000E9, "Member 'ABP_Swarm_C_ExecuteUbergraph_ABP_Swarm::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Swarm_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Swarm_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Swarm_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Swarm_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Swarm_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Swarm_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Swarm_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Swarm_C_AnimGraph \ static_assert(alignof(ABP_Swarm_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Swarm_C_AnimGraph"); \ static_assert(sizeof(ABP_Swarm_C_AnimGraph) == 0x000010, "Wrong size on ABP_Swarm_C_AnimGraph"); \ static_assert(offsetof(ABP_Swarm_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Swarm_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Swarm_C \ static_assert(alignof(UABP_Swarm_C) == 0x000010, "Wrong alignment on UABP_Swarm_C"); \ static_assert(sizeof(UABP_Swarm_C) == 0x0013C0, "Wrong size on UABP_Swarm_C"); \ static_assert(offsetof(UABP_Swarm_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Swarm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Swarm_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_8) == 0x0002F8, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_7) == 0x000320, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_6) == 0x000348, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_5) == 0x000370, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_4) == 0x000398, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_3) == 0x0003C0, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_2) == 0x0003E8, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult_1) == 0x000410, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TransitionResult) == 0x000438, "Member 'UABP_Swarm_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer_5) == 0x000460, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_6) == 0x0004E0, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer_4) == 0x000510, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_5) == 0x000590, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer_3) == 0x0005C0, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_4) == 0x000640, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer_2) == 0x000670, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_3) == 0x0006F0, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer_1) == 0x000720, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_2) == 0x0007A0, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_SequencePlayer) == 0x0007D0, "Member 'UABP_Swarm_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult_1) == 0x000850, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_BlendSpacePlayer) == 0x000880, "Member 'UABP_Swarm_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateResult) == 0x000968, "Member 'UABP_Swarm_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_StateMachine) == 0x000998, "Member 'UABP_Swarm_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_Slot) == 0x000A48, "Member 'UABP_Swarm_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_ComponentToLocalSpace) == 0x000A90, "Member 'UABP_Swarm_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_ModifyBone) == 0x000AB0, "Member 'UABP_Swarm_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TwoBoneIK_3) == 0x000BC0, "Member 'UABP_Swarm_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TwoBoneIK_2) == 0x000DA0, "Member 'UABP_Swarm_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_LocalToComponentSpace) == 0x000F80, "Member 'UABP_Swarm_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TwoBoneIK_1) == 0x000FA0, "Member 'UABP_Swarm_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, AnimGraphNode_TwoBoneIK) == 0x001180, "Member 'UABP_Swarm_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, MoveRight) == 0x001360, "Member 'UABP_Swarm_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, MoveForward) == 0x001364, "Member 'UABP_Swarm_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, Speed) == 0x001368, "Member 'UABP_Swarm_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, bRunning) == 0x00136C, "Member 'UABP_Swarm_C::bRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, bHiding) == 0x00136D, "Member 'UABP_Swarm_C::bHiding' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, Character) == 0x001370, "Member 'UABP_Swarm_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, bDigging) == 0x001378, "Member 'UABP_Swarm_C::bDigging' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, MeshZOffset) == 0x00137C, "Member 'UABP_Swarm_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, RightUpEffector) == 0x001380, "Member 'UABP_Swarm_C::RightUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, RightBackEffector) == 0x00138C, "Member 'UABP_Swarm_C::RightBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, LeftBackEffector) == 0x001398, "Member 'UABP_Swarm_C::LeftBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, LeftUpEffector) == 0x0013A4, "Member 'UABP_Swarm_C::LeftUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, IKAlpha) == 0x0013B0, "Member 'UABP_Swarm_C::IKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Swarm_C, IKRootBoneRotation) == 0x0013B4, "Member 'UABP_Swarm_C::IKRootBoneRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_LastNoiseLocationContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_LastNoiseLocationContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation) == 0x000058, "Wrong size on EQS_LastNoiseLocationContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, CallFunc_Array_Get_Item) == 0x000040, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_LastNoiseLocationContext_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'EQS_LastNoiseLocationContext_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_LastNoiseLocationContext_C \ static_assert(alignof(UEQS_LastNoiseLocationContext_C) == 0x000008, "Wrong alignment on UEQS_LastNoiseLocationContext_C"); \ static_assert(sizeof(UEQS_LastNoiseLocationContext_C) == 0x000030, "Wrong size on UEQS_LastNoiseLocationContext_C"); \ #define DUMPER7_ASSERTS_HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected \ static_assert(alignof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected) == 0x000008, "Wrong alignment on HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected"); \ static_assert(sizeof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected) == 0x000030, "Wrong size on HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, EntryPoint) == 0x000000, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, K2Node_Event_Owner) == 0x000008, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_SetLocationInspected_C_ExecuteUbergraph_HTN_SetLocationInspected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SetLocationInspected_C_ReceiveExecute \ static_assert(alignof(HTN_SetLocationInspected_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_SetLocationInspected_C_ReceiveExecute"); \ static_assert(sizeof(HTN_SetLocationInspected_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_SetLocationInspected_C_ReceiveExecute"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_SetLocationInspected_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_SetLocationInspected_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SetLocationInspected_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_SetLocationInspected_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SetLocationInspected_C \ static_assert(alignof(UHTN_SetLocationInspected_C) == 0x000008, "Wrong alignment on UHTN_SetLocationInspected_C"); \ static_assert(sizeof(UHTN_SetLocationInspected_C) == 0x000100, "Wrong size on UHTN_SetLocationInspected_C"); \ static_assert(offsetof(UHTN_SetLocationInspected_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_SetLocationInspected_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsInAir_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsInAir_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsInAir_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsInAir_C_PerformConditionCheck) == 0x000038, "Wrong size on HTNDecorator_IsInAir_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, K2Node_DynamicCast_AsFGCharacter) == 0x000028, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsInAir_C_PerformConditionCheck, CallFunc_IsFalling_ReturnValue) == 0x000031, "Member 'HTNDecorator_IsInAir_C_PerformConditionCheck::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsInAir_C \ static_assert(alignof(UHTNDecorator_IsInAir_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsInAir_C"); \ static_assert(sizeof(UHTNDecorator_IsInAir_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsInAir_C"); \ static_assert(offsetof(UHTNDecorator_IsInAir_C, Target) == 0x000088, "Member 'UHTNDecorator_IsInAir_C::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck) == 0x000030, "Wrong size on HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000029, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'HTNDecorator_IsBaseAttackPointSet_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsBaseAttackPointSet_C \ static_assert(alignof(UHTNDecorator_IsBaseAttackPointSet_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsBaseAttackPointSet_C"); \ static_assert(sizeof(UHTNDecorator_IsBaseAttackPointSet_C) == 0x000088, "Wrong size on UHTNDecorator_IsBaseAttackPointSet_C"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Piercing_C \ static_assert(alignof(UBaseAction_StatusEffect_Piercing_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Piercing_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Piercing_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Piercing_C"); \ #define DUMPER7_ASSERTS_Action_Airborne_C_ExecuteUbergraph_Action_Airborne \ static_assert(alignof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne) == 0x000008, "Wrong alignment on Action_Airborne_C_ExecuteUbergraph_Action_Airborne"); \ static_assert(sizeof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne) == 0x000070, "Wrong size on Action_Airborne_C_ExecuteUbergraph_Action_Airborne"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, EntryPoint) == 0x000000, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000028, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000048, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_IsAlive_ReturnValue) == 0x000050, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_IsValid_ReturnValue_1) == 0x000052, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_IsFalling_ReturnValue) == 0x000053, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, K2Node_MakeArray_Array) == 0x000058, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Action_Airborne_C_ExecuteUbergraph_Action_Airborne, CallFunc_GetOwningPawn_ReturnValue) == 0x000068, "Member 'Action_Airborne_C_ExecuteUbergraph_Action_Airborne::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_Airborne_C \ static_assert(alignof(UAction_Airborne_C) == 0x000008, "Wrong alignment on UAction_Airborne_C"); \ static_assert(sizeof(UAction_Airborne_C) == 0x000080, "Wrong size on UAction_Airborne_C"); \ static_assert(offsetof(UAction_Airborne_C, UberGraphFrame) == 0x000050, "Member 'UAction_Airborne_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_Airborne_C, Controller) == 0x000058, "Member 'UAction_Airborne_C::Controller' has a wrong offset!"); \ static_assert(offsetof(UAction_Airborne_C, Character) == 0x000060, "Member 'UAction_Airborne_C::Character' has a wrong offset!"); \ static_assert(offsetof(UAction_Airborne_C, BlockList) == 0x000068, "Member 'UAction_Airborne_C::BlockList' has a wrong offset!"); \ static_assert(offsetof(UAction_Airborne_C, bPlaying) == 0x000078, "Member 'UAction_Airborne_C::bPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck \ static_assert(alignof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck) == 0x000030, "Wrong size on HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, CallFunc_GetType_ReturnValue) == 0x000029, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::CallFunc_GetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x00002A, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002B, "Member 'HTNDecoratorIsUnderStatusEffectType_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecoratorIsUnderStatusEffectType_C \ static_assert(alignof(UHTNDecoratorIsUnderStatusEffectType_C) == 0x000008, "Wrong alignment on UHTNDecoratorIsUnderStatusEffectType_C"); \ static_assert(sizeof(UHTNDecoratorIsUnderStatusEffectType_C) == 0x000090, "Wrong size on UHTNDecoratorIsUnderStatusEffectType_C"); \ static_assert(offsetof(UHTNDecoratorIsUnderStatusEffectType_C, EffectType) == 0x000088, "Member 'UHTNDecoratorIsUnderStatusEffectType_C::EffectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_BaseAttackPointContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_BaseAttackPointContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_BaseAttackPointContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_BaseAttackPointContext_C_ProvideSingleLocation) == 0x000048, "Wrong size on EQS_BaseAttackPointContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, CallFunc_IsValidAILocation_ReturnValue) == 0x00003A, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_BaseAttackPointContext_C_ProvideSingleLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00003C, "Member 'EQS_BaseAttackPointContext_C_ProvideSingleLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_BaseAttackPointContext_C \ static_assert(alignof(UEQS_BaseAttackPointContext_C) == 0x000008, "Wrong alignment on UEQS_BaseAttackPointContext_C"); \ static_assert(sizeof(UEQS_BaseAttackPointContext_C) == 0x000030, "Wrong size on UEQS_BaseAttackPointContext_C"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState) == 0x0000D8, "Wrong size on HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, EntryPoint) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_Owner) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_UpdateMovementSpeed_bCanFire) == 0x000029, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_UpdateMovementSpeed_bCanFire' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, Temp_bool_Has_Been_Initd_Variable) == 0x00002A, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_Owner_1) == 0x000030, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_OwnerAsController_1) == 0x000038, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_ControlledPawn_1) == 0x000040, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_DeltaTime) == 0x000048, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004C, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_DynamicCast_AsFGAICharacter) == 0x000060, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_UpdateMovementSpeed_bCanFire_1) == 0x000069, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_UpdateMovementSpeed_bCanFire_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_Less_FloatFloat_ReturnValue) == 0x00006A, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_Not_PreBool_ReturnValue) == 0x00006B, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_RandomFloatInRange_ReturnValue) == 0x00006C, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000070, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_Owner_2) == 0x000078, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_OwnerAsController_2) == 0x000080, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_OwnerAsController_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_ControlledPawn_2) == 0x000088, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, K2Node_Event_NodeResult) == 0x000090, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::K2Node_Event_NodeResult' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_RandomUnitVector_ReturnValue) == 0x000094, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, Temp_bool_IsClosed_Variable) == 0x0000A0, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A4, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_BreakVector_X) == 0x0000B0, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_BreakVector_Y) == 0x0000B4, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_BreakVector_Z) == 0x0000B8, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_FMin_ReturnValue) == 0x0000BC, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_MakeVector_ReturnValue) == 0x0000C0, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState, CallFunc_Add_VectorVector_ReturnValue) == 0x0000CC, "Member 'HTNDecorator_ScopeMovementState_C_ExecuteUbergraph_HTNDecorator_ScopeMovementState::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_ReceiveTick \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_ReceiveTick"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_ReceiveTick) == 0x000020, "Wrong size on HTNDecorator_ScopeMovementState_C_ReceiveTick"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed) == 0x000078, "Wrong size on HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Controller) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Controller' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Pawn) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Pawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, bCanFire) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::bCanFire' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, HaveAliveTarget) == 0x000011, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::HaveAliveTarget' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Character) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable) == 0x000020, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_GetCurrentPath_ReturnValue) == 0x000038, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_GetCurrentPath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_GetPathLength_ReturnValue) == 0x000044, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_GetPathLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_GetMoveStatus_ReturnValue) == 0x000048, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_1) == 0x000049, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004A, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_2) == 0x00004B, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_3) == 0x00004C, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_4) == 0x00004D, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_byte_Variable) == 0x00004E, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_5) == 0x00004F, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_6) == 0x000050, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_7) == 0x000051, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_8) == 0x000052, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_bool_Variable_9) == 0x000053, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_byte_Variable_1) == 0x000054, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_Not_PreBool_ReturnValue) == 0x000055, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanAND_ReturnValue_1) == 0x000056, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, Temp_byte_Variable_2) == 0x000057, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_Not_PreBool_ReturnValue_1) == 0x000058, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_Square_ReturnValue) == 0x00005C, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanAND_ReturnValue_2) == 0x000060, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000061, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanAND_ReturnValue_3) == 0x000062, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_Select_Default) == 0x000063, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanOR_ReturnValue) == 0x000064, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_Select_Default_1) == 0x000065, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_IsTargeting_ReturnValue) == 0x000066, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_IsTargeting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_BooleanAND_ReturnValue_4) == 0x000067, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_Select_Default_2) == 0x000068, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed, K2Node_Select_Default_3) == 0x000070, "Member 'HTNDecorator_ScopeMovementState_C_UpdateMovementSpeed::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_SetSpeed \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_SetSpeed) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_SetSpeed"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_SetSpeed) == 0x000020, "Wrong size on HTNDecorator_ScopeMovementState_C_SetSpeed"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_SetSpeed, Pawn) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_SetSpeed::Pawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_SetSpeed, Speed) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_SetSpeed::Speed' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_SetSpeed, bRunning) == 0x00000C, "Member 'HTNDecorator_ScopeMovementState_C_SetSpeed::bRunning' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_SetSpeed, K2Node_DynamicCast_AsFGAICharacter) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_SetSpeed::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_SetSpeed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_SetSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeMovementState_C_UpdateCombatState \ static_assert(alignof(HTNDecorator_ScopeMovementState_C_UpdateCombatState) == 0x000008, "Wrong alignment on HTNDecorator_ScopeMovementState_C_UpdateCombatState"); \ static_assert(sizeof(HTNDecorator_ScopeMovementState_C_UpdateCombatState) == 0x000020, "Wrong size on HTNDecorator_ScopeMovementState_C_UpdateCombatState"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, CanFireFromMovement) == 0x000000, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::CanFireFromMovement' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, Pawn) == 0x000008, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::Pawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, K2Node_DynamicCast_AsFGAICharacter) == 0x000010, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, CallFunc_CanSeeTarget_ReturnValue) == 0x00001A, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::CallFunc_CanSeeTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, CallFunc_BooleanAND_ReturnValue_1) == 0x00001B, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeMovementState_C_UpdateCombatState, CallFunc_BooleanAND_ReturnValue_2) == 0x00001C, "Member 'HTNDecorator_ScopeMovementState_C_UpdateCombatState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_ScopeMovementState_C \ static_assert(alignof(UHTNDecorator_ScopeMovementState_C) == 0x000008, "Wrong alignment on UHTNDecorator_ScopeMovementState_C"); \ static_assert(sizeof(UHTNDecorator_ScopeMovementState_C) == 0x0000B0, "Wrong size on UHTNDecorator_ScopeMovementState_C"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, UberGraphFrame) == 0x000088, "Member 'UHTNDecorator_ScopeMovementState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bWantsRun) == 0x000090, "Member 'UHTNDecorator_ScopeMovementState_C::bWantsRun' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bOrientToMovementWhenRunning) == 0x000091, "Member 'UHTNDecorator_ScopeMovementState_C::bOrientToMovementWhenRunning' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, SpeedType) == 0x000092, "Member 'UHTNDecorator_ScopeMovementState_C::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bRunOnLargePath) == 0x000093, "Member 'UHTNDecorator_ScopeMovementState_C::bRunOnLargePath' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, LargePathDistance) == 0x000094, "Member 'UHTNDecorator_ScopeMovementState_C::LargePathDistance' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bWantsFire) == 0x000098, "Member 'UHTNDecorator_ScopeMovementState_C::bWantsFire' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bWantsAim) == 0x000099, "Member 'UHTNDecorator_ScopeMovementState_C::bWantsAim' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bWantsTargeting) == 0x00009A, "Member 'UHTNDecorator_ScopeMovementState_C::bWantsTargeting' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, RandomLookAroundLocation) == 0x00009C, "Member 'UHTNDecorator_ScopeMovementState_C::RandomLookAroundLocation' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bWantsCrouch) == 0x0000A8, "Member 'UHTNDecorator_ScopeMovementState_C::bWantsCrouch' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bSeenTargetRecently) == 0x0000A9, "Member 'UHTNDecorator_ScopeMovementState_C::bSeenTargetRecently' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_ScopeMovementState_C, bOrientToMovementIfCantSeeTarget) == 0x0000AA, "Member 'UHTNDecorator_ScopeMovementState_C::bOrientToMovementIfCantSeeTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline \ static_assert(alignof(HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline) == 0x000004, "Wrong alignment on HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline"); \ static_assert(sizeof(HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline) == 0x000004, "Wrong size on HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline, EntryPoint) == 0x000000, "Member 'HTN_FindJumpSpline_C_ExecuteUbergraph_HTN_FindJumpSpline::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_FindJumpSpline_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_FindJumpSpline_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps) == 0x000028, "Wrong size on HTN_FindJumpSpline_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_FindJumpSpline_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_FindJumpSpline_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_FindJumpSpline_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps, CallFunc_FindJumpSpline_Result) == 0x000018, "Member 'HTN_FindJumpSpline_C_ReceiveCreatePlanSteps::CallFunc_FindJumpSpline_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'HTN_FindJumpSpline_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_FindJumpSpline_C_FindJumpSpline \ static_assert(alignof(HTN_FindJumpSpline_C_FindJumpSpline) == 0x000008, "Wrong alignment on HTN_FindJumpSpline_C_FindJumpSpline"); \ static_assert(sizeof(HTN_FindJumpSpline_C_FindJumpSpline) == 0x000160, "Wrong size on HTN_FindJumpSpline_C_FindJumpSpline"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, QuerierActor) == 0x000000, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Result) == 0x000008, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Result' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Candidates) == 0x000010, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Candidates' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, BestJumpSpline) == 0x000020, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::BestJumpSpline' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, ClosestBoardingPoint) == 0x000028, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::ClosestBoardingPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Array_Index_Variable) == 0x000034, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Loop_Counter_Variable_3) == 0x000054, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Add_IntInt_ReturnValue_3) == 0x000058, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetEnemyTrain_ReturnValue) == 0x000060, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetWagons_ReturnValue) == 0x000070, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetWorldStateValueAsEnum_ReturnValue) == 0x000085, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetWorldStateValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetValidValue_ReturnValue) == 0x000086, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, K2Node_SwitchEnum_CmpSuccess) == 0x000087, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Get_Item) == 0x000088, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000098, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000A4, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValidJumpPoint_ReturnValue) == 0x0000B0, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValidJumpPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValid_ReturnValue_1) == 0x0000B1, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValidJumpPoint_ReturnValue_1) == 0x0000B3, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValidJumpPoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValid_ReturnValue_2) == 0x0000B4, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B5, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Length_ReturnValue_2) == 0x0000BC, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C0, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000C1, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Array_Index_Variable_2) == 0x0000C4, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000D4, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D8, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetPlayerTrain_ReturnValue) == 0x0000E8, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x0000F0, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_IsValid_ReturnValue_3) == 0x0000F4, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_GetWagons_ReturnValue_1) == 0x0000F8, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_GetWagons_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Length_ReturnValue_3) == 0x000110, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000118, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Less_IntInt_ReturnValue_3) == 0x000128, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000129, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_BooleanOR_ReturnValue) == 0x00012A, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00012B, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_BooleanOR_ReturnValue_1) == 0x00012C, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Vector_Distance2DSquared_ReturnValue_2) == 0x000130, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Vector_Distance2DSquared_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000134, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, Temp_int_Array_Index_Variable_3) == 0x000138, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Array_Get_Item_3) == 0x000140, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000148, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_Vector_Distance2DSquared_ReturnValue_3) == 0x000158, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_Vector_Distance2DSquared_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_FindJumpSpline_C_FindJumpSpline, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00015C, "Member 'HTN_FindJumpSpline_C_FindJumpSpline::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_FindJumpSpline_C \ static_assert(alignof(UHTN_FindJumpSpline_C) == 0x000008, "Wrong alignment on UHTN_FindJumpSpline_C"); \ static_assert(sizeof(UHTN_FindJumpSpline_C) == 0x000150, "Wrong size on UHTN_FindJumpSpline_C"); \ static_assert(offsetof(UHTN_FindJumpSpline_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_FindJumpSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_FindJumpSpline_C, JumpSpline) == 0x000100, "Member 'UHTN_FindJumpSpline_C::JumpSpline' has a wrong offset!"); \ static_assert(offsetof(UHTN_FindJumpSpline_C, CurrentTrainType) == 0x000128, "Member 'UHTN_FindJumpSpline_C::CurrentTrainType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_MotormanStandPointContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_MotormanStandPointContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_MotormanStandPointContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_MotormanStandPointContext_C_ProvideSingleLocation) == 0x000050, "Wrong size on EQS_MotormanStandPointContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_GetEnemyTrain_ReturnValue) == 0x000020, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_GetLocomotive_ReturnValue) == 0x000028, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsWagon_Module_Generic_Engine) == 0x000038, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsWagon_Module_Generic_Engine' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EQS_MotormanStandPointContext_C_ProvideSingleLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'EQS_MotormanStandPointContext_C_ProvideSingleLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_MotormanStandPointContext_C \ static_assert(alignof(UEQS_MotormanStandPointContext_C) == 0x000008, "Wrong alignment on UEQS_MotormanStandPointContext_C"); \ static_assert(sizeof(UEQS_MotormanStandPointContext_C) == 0x000030, "Wrong size on UEQS_MotormanStandPointContext_C"); \ #define DUMPER7_ASSERTS_RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0 \ static_assert(alignof(RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'RecordSpectatorPawn_C_InpActEvt_MouseScrollDown_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn \ static_assert(alignof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn) == 0x000008, "Wrong alignment on RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn"); \ static_assert(sizeof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn) == 0x000060, "Wrong size on RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, EntryPoint) == 0x000000, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_DynamicCast_AsFloating_Pawn_Movement) == 0x000008, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_DynamicCast_AsFloating_Pawn_Movement' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_InputKeyEvent_Key) == 0x000018, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_InputKeyEvent_Key_1) == 0x000030, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000048, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, CallFunc_FMax_ReturnValue) == 0x00004C, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_DynamicCast_AsFloating_Pawn_Movement_1) == 0x000050, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_DynamicCast_AsFloating_Pawn_Movement_1' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'RecordSpectatorPawn_C_ExecuteUbergraph_RecordSpectatorPawn::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1 \ static_assert(alignof(RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'RecordSpectatorPawn_C_InpActEvt_MouseScrollUp_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARecordSpectatorPawn_C \ static_assert(alignof(ARecordSpectatorPawn_C) == 0x000008, "Wrong alignment on ARecordSpectatorPawn_C"); \ static_assert(sizeof(ARecordSpectatorPawn_C) == 0x0002B8, "Wrong size on ARecordSpectatorPawn_C"); \ static_assert(offsetof(ARecordSpectatorPawn_C, UberGraphFrame) == 0x0002B0, "Member 'ARecordSpectatorPawn_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps) == 0x000050, "Wrong size on HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000018, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000028, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x000038, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, CallFunc_GetBestTargetPoint_Result) == 0x000043, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::CallFunc_GetBestTargetPoint_Result' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps, CallFunc_GetBestTargetPoint_Location) == 0x000044, "Member 'HTN_NaziGetTheftModuleAndLocation_C_ReceiveCreatePlanSteps::CallFunc_GetBestTargetPoint_Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint \ static_assert(alignof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint) == 0x000010, "Wrong alignment on HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint"); \ static_assert(sizeof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint) == 0x000210, "Wrong size on HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Target) == 0x000000, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Target' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Character) == 0x000008, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Result) == 0x000010, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Result' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Location) == 0x000014, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Location' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Offset) == 0x000020, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Offset' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Bounds) == 0x000024, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Bounds' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, Origin) == 0x000028, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::Origin' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, ownerCharacter) == 0x000038, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::ownerCharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_1) == 0x000070, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_2) == 0x0000A0, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetTransform_ReturnValue_3) == 0x0000D0, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetActorBounds_Origin) == 0x000100, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_GetActorBounds_BoxExtent) == 0x00010C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_VSize_ReturnValue) == 0x000118, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00011C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000128, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00012C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000130, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Vector_Backward_ReturnValue) == 0x000134, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Vector_Backward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000140, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue) == 0x000144, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Vector_Left_ReturnValue) == 0x000150, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Vector_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00015C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_1) == 0x000168, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000174, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000180, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_2) == 0x00018C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue) == 0x000198, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_1) == 0x000199, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Vector_Right_ReturnValue) == 0x00019C, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Vector_Right_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_2) == 0x0001A8, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001B4, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001C0, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_2) == 0x0001CC, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Vector_Forward_ReturnValue) == 0x0001D0, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Vector_Forward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_TransformDirection_ReturnValue_3) == 0x0001DC, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_TransformDirection_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001E8, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0001F4, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint, CallFunc_HaveGridPathToLocation_ReturnValue_3) == 0x000200, "Member 'HTN_NaziGetTheftModuleAndLocation_C_GetBestTargetPoint::CallFunc_HaveGridPathToLocation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziGetTheftModuleAndLocation_C \ static_assert(alignof(UHTN_NaziGetTheftModuleAndLocation_C) == 0x000008, "Wrong alignment on UHTN_NaziGetTheftModuleAndLocation_C"); \ static_assert(sizeof(UHTN_NaziGetTheftModuleAndLocation_C) == 0x000148, "Wrong size on UHTN_NaziGetTheftModuleAndLocation_C"); \ static_assert(offsetof(UHTN_NaziGetTheftModuleAndLocation_C, TheftModule) == 0x0000F8, "Member 'UHTN_NaziGetTheftModuleAndLocation_C::TheftModule' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziGetTheftModuleAndLocation_C, GealLocation) == 0x000120, "Member 'UHTN_NaziGetTheftModuleAndLocation_C::GealLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_LeaderContext_C_ProvideSingleActor \ static_assert(alignof(EQS_LeaderContext_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQS_LeaderContext_C_ProvideSingleActor"); \ static_assert(sizeof(EQS_LeaderContext_C_ProvideSingleActor) == 0x000048, "Wrong size on EQS_LeaderContext_C_ProvideSingleActor"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQS_LeaderContext_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQS_LeaderContext_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQS_LeaderContext_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'EQS_LeaderContext_C_ProvideSingleActor::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'EQS_LeaderContext_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_Array_Get_Item) == 0x000038, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_Conv_IntToBool_ReturnValue) == 0x000045, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_LeaderContext_C_ProvideSingleActor, CallFunc_IsAlive_ReturnValue) == 0x000046, "Member 'EQS_LeaderContext_C_ProvideSingleActor::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_LeaderContext_C \ static_assert(alignof(UEQS_LeaderContext_C) == 0x000008, "Wrong alignment on UEQS_LeaderContext_C"); \ static_assert(sizeof(UEQS_LeaderContext_C) == 0x000030, "Wrong size on UEQS_LeaderContext_C"); \ #define DUMPER7_ASSERTS_HTN_IsDegenHPMoreEquial_C_PerformConditionCheck \ static_assert(alignof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_IsDegenHPMoreEquial_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck) == 0x000040, "Wrong size on HTN_IsDegenHPMoreEquial_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CallFunc_GetMaxValue_ReturnValue) == 0x00002C, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CallFunc_GetDegenHP_ReturnValue) == 0x000030, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsDegenHPMoreEquial_C_PerformConditionCheck, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'HTN_IsDegenHPMoreEquial_C_PerformConditionCheck::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_IsDegenHPMoreEquial_C \ static_assert(alignof(UHTN_IsDegenHPMoreEquial_C) == 0x000008, "Wrong alignment on UHTN_IsDegenHPMoreEquial_C"); \ static_assert(sizeof(UHTN_IsDegenHPMoreEquial_C) == 0x000090, "Wrong size on UHTN_IsDegenHPMoreEquial_C"); \ static_assert(offsetof(UHTN_IsDegenHPMoreEquial_C, Age_Seconds) == 0x000088, "Member 'UHTN_IsDegenHPMoreEquial_C::Age_Seconds' has a wrong offset!"); \ static_assert(offsetof(UHTN_IsDegenHPMoreEquial_C, Percent) == 0x00008C, "Member 'UHTN_IsDegenHPMoreEquial_C::Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax \ static_assert(alignof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax) == 0x000008, "Wrong alignment on HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax"); \ static_assert(sizeof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax) == 0x000030, "Wrong size on HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, EntryPoint) == 0x000000, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00002C, "Member 'HTN_NazFireCycleMax_C_ExecuteUbergraph_HTN_NazFireCycleMax::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NazFireCycleMax_C_ReceiveExecutionStart \ static_assert(alignof(HTN_NazFireCycleMax_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_NazFireCycleMax_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_NazFireCycleMax_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_NazFireCycleMax_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_NazFireCycleMax_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_NazFireCycleMax_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_NazFireCycleMax_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NazFireCycleMax_C_PerformConditionCheck \ static_assert(alignof(HTN_NazFireCycleMax_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_NazFireCycleMax_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_NazFireCycleMax_C_PerformConditionCheck) == 0x000038, "Wrong size on HTN_NazFireCycleMax_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NazFireCycleMax_C_PerformConditionCheck, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'HTN_NazFireCycleMax_C_PerformConditionCheck::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NazFireCycleMax_C \ static_assert(alignof(UHTN_NazFireCycleMax_C) == 0x000008, "Wrong alignment on UHTN_NazFireCycleMax_C"); \ static_assert(sizeof(UHTN_NazFireCycleMax_C) == 0x0000A0, "Wrong size on UHTN_NazFireCycleMax_C"); \ static_assert(offsetof(UHTN_NazFireCycleMax_C, UberGraphFrame) == 0x000088, "Member 'UHTN_NazFireCycleMax_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_NazFireCycleMax_C, RandomCountMin) == 0x000090, "Member 'UHTN_NazFireCycleMax_C::RandomCountMin' has a wrong offset!"); \ static_assert(offsetof(UHTN_NazFireCycleMax_C, RandomCountMax) == 0x000094, "Member 'UHTN_NazFireCycleMax_C::RandomCountMax' has a wrong offset!"); \ static_assert(offsetof(UHTN_NazFireCycleMax_C, FireCycleStart) == 0x000098, "Member 'UHTN_NazFireCycleMax_C::FireCycleStart' has a wrong offset!"); \ static_assert(offsetof(UHTN_NazFireCycleMax_C, RolledMax) == 0x00009C, "Member 'UHTN_NazFireCycleMax_C::RolledMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers \ static_assert(alignof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers) == 0x000008, "Wrong alignment on HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers"); \ static_assert(sizeof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers) == 0x000030, "Wrong size on HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, EntryPoint) == 0x000000, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziUpdateCovers_C_ExecuteUbergraph_HTN_NaziUpdateCovers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziUpdateCovers_C_ReceiveExecute \ static_assert(alignof(HTN_NaziUpdateCovers_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziUpdateCovers_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziUpdateCovers_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziUpdateCovers_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziUpdateCovers_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziUpdateCovers_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziUpdateCovers_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziUpdateCovers_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziUpdateCovers_C \ static_assert(alignof(UHTN_NaziUpdateCovers_C) == 0x000008, "Wrong alignment on UHTN_NaziUpdateCovers_C"); \ static_assert(sizeof(UHTN_NaziUpdateCovers_C) == 0x000100, "Wrong size on UHTN_NaziUpdateCovers_C"); \ static_assert(offsetof(UHTN_NaziUpdateCovers_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziUpdateCovers_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb \ static_assert(alignof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb) == 0x000010, "Wrong alignment on GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb"); \ static_assert(sizeof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb) == 0x000330, "Wrong size on GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, EntryPoint) == 0x000000, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_HasAuthority_ReturnValue_1) == 0x000005, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_Event_Impact) == 0x00001C, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetGameInstance_ReturnValue) == 0x0000A8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000B0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetGameInstance_ReturnValue_1) == 0x0000C0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0000D0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_CustomEvent_OldValue) == 0x0000EC, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_CustomEvent_NewValue) == 0x0000F0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000F4, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000F5, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0000F6, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetHUD_ReturnValue) == 0x000100, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_AsHUD_Interface) == 0x000108, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetMaxValue_ReturnValue) == 0x00011C, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000120, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, Temp_int_Array_Index_Variable_1) == 0x000124, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_Event_Damage) == 0x000128, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_Event_DamageType) == 0x000130, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_Event_InstigatedBy) == 0x000138, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_Event_DamageCauser) == 0x000140, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000148, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_bSuccess_3) == 0x000150, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_Get_Item) == 0x000158, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000170, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_SetStaticMesh_ReturnValue) == 0x0001A1, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001B0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001B8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_AsFGLootable_Item) == 0x0001C0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_DynamicCast_bSuccess_4) == 0x0001C8, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetPickUpMesh_ReturnValue) == 0x0001D0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetPickUpMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetTransform_ReturnValue) == 0x0001E0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000210, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x000218, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000220, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x000228, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000230, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000238, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_IsGravityEnabled_ReturnValue) == 0x000239, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_IsGravityEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_Get_Item_2) == 0x000240, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_SwitchEnum_CmpSuccess) == 0x000248, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000250, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, K2Node_ClassDynamicCast_bSuccess) == 0x000258, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Array_Length_ReturnValue_1) == 0x00025C, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_Less_IntInt_ReturnValue_1) == 0x000260, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetTransform_ReturnValue_1) == 0x000270, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_PlayEventAtLocation_ReturnValue_1) == 0x0002A0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_PlayEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0002B0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_SimpleDispenseLoot_ReturnValue) == 0x0002E0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_SimpleDispenseLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_GetTransform_ReturnValue_2) == 0x0002F0, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb, CallFunc_PlayEventAtLocation_ReturnValue_2) == 0x000320, "Member 'GenericFrozenLootOrb_C_ExecuteUbergraph_GenericFrozenLootOrb::CallFunc_PlayEventAtLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_ReceiveAnyDamage \ static_assert(alignof(GenericFrozenLootOrb_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_ReceiveAnyDamage"); \ static_assert(sizeof(GenericFrozenLootOrb_C_ReceiveAnyDamage) == 0x000020, "Wrong size on GenericFrozenLootOrb_C_ReceiveAnyDamage"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'GenericFrozenLootOrb_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'GenericFrozenLootOrb_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'GenericFrozenLootOrb_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'GenericFrozenLootOrb_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_OnHealthValueChange \ static_assert(alignof(GenericFrozenLootOrb_C_OnHealthValueChange) == 0x000004, "Wrong alignment on GenericFrozenLootOrb_C_OnHealthValueChange"); \ static_assert(sizeof(GenericFrozenLootOrb_C_OnHealthValueChange) == 0x000008, "Wrong size on GenericFrozenLootOrb_C_OnHealthValueChange"); \ static_assert(offsetof(GenericFrozenLootOrb_C_OnHealthValueChange, OldValue) == 0x000000, "Member 'GenericFrozenLootOrb_C_OnHealthValueChange::OldValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_OnHealthValueChange, NewValue) == 0x000004, "Member 'GenericFrozenLootOrb_C_OnHealthValueChange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_OnPlayImpactEffect \ static_assert(alignof(GenericFrozenLootOrb_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on GenericFrozenLootOrb_C_OnPlayImpactEffect"); \ static_assert(sizeof(GenericFrozenLootOrb_C_OnPlayImpactEffect) == 0x000088, "Wrong size on GenericFrozenLootOrb_C_OnPlayImpactEffect"); \ static_assert(offsetof(GenericFrozenLootOrb_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'GenericFrozenLootOrb_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_CanBeLooted \ static_assert(alignof(GenericFrozenLootOrb_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericFrozenLootOrb_C_CanBeLooted"); \ static_assert(sizeof(GenericFrozenLootOrb_C_CanBeLooted) == 0x000001, "Wrong size on GenericFrozenLootOrb_C_CanBeLooted"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericFrozenLootOrb_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_SpawnLootClasses \ static_assert(alignof(GenericFrozenLootOrb_C_SpawnLootClasses) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_SpawnLootClasses"); \ static_assert(sizeof(GenericFrozenLootOrb_C_SpawnLootClasses) == 0x000088, "Wrong size on GenericFrozenLootOrb_C_SpawnLootClasses"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Get_Item) == 0x000010, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_GetDefaultObject_ReturnValue) == 0x000028, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, K2Node_DynamicCast_AsFGLootable_Item) == 0x000038, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_GetPickUpMesh_ReturnValue) == 0x000048, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_GetPickUpMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_SetStaticMesh_ReturnValue) == 0x000050, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Length_ReturnValue_2) == 0x000058, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Subtract_IntInt_ReturnValue) == 0x00005C, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000060, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Length_ReturnValue_3) == 0x000064, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Array_Length_ReturnValue_4) == 0x00006C, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000070, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_SpawnLootClasses, K2Node_MakeArray_Array) == 0x000078, "Member 'GenericFrozenLootOrb_C_SpawnLootClasses::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_RollLootItems \ static_assert(alignof(GenericFrozenLootOrb_C_RollLootItems) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_RollLootItems"); \ static_assert(sizeof(GenericFrozenLootOrb_C_RollLootItems) == 0x000028, "Wrong size on GenericFrozenLootOrb_C_RollLootItems"); \ static_assert(offsetof(GenericFrozenLootOrb_C_RollLootItems, LootManager) == 0x000000, "Member 'GenericFrozenLootOrb_C_RollLootItems::LootManager' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_RollLootItems, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'GenericFrozenLootOrb_C_RollLootItems::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_RollLootItems, CallFunc_RollFrozenLootOrb_ReturnValue) == 0x000018, "Member 'GenericFrozenLootOrb_C_RollLootItems::CallFunc_RollFrozenLootOrb_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_GetIsEnemy \ static_assert(alignof(GenericFrozenLootOrb_C_GetIsEnemy) == 0x000001, "Wrong alignment on GenericFrozenLootOrb_C_GetIsEnemy"); \ static_assert(sizeof(GenericFrozenLootOrb_C_GetIsEnemy) == 0x000001, "Wrong size on GenericFrozenLootOrb_C_GetIsEnemy"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'GenericFrozenLootOrb_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_GetEnemyData \ static_assert(alignof(GenericFrozenLootOrb_C_GetEnemyData) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_GetEnemyData"); \ static_assert(sizeof(GenericFrozenLootOrb_C_GetEnemyData) == 0x000060, "Wrong size on GenericFrozenLootOrb_C_GetEnemyData"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetEnemyData, Data) == 0x000000, "Member 'GenericFrozenLootOrb_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'GenericFrozenLootOrb_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'GenericFrozenLootOrb_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'GenericFrozenLootOrb_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'GenericFrozenLootOrb_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_CanHoldInteract \ static_assert(alignof(GenericFrozenLootOrb_C_CanHoldInteract) == 0x000001, "Wrong alignment on GenericFrozenLootOrb_C_CanHoldInteract"); \ static_assert(sizeof(GenericFrozenLootOrb_C_CanHoldInteract) == 0x000001, "Wrong size on GenericFrozenLootOrb_C_CanHoldInteract"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'GenericFrozenLootOrb_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_CanUse \ static_assert(alignof(GenericFrozenLootOrb_C_CanUse) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_CanUse"); \ static_assert(sizeof(GenericFrozenLootOrb_C_CanUse) == 0x000098, "Wrong size on GenericFrozenLootOrb_C_CanUse"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanUse, Hit) == 0x000000, "Member 'GenericFrozenLootOrb_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericFrozenLootOrb_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericFrozenLootOrb_C_CanUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_GetItemSelection \ static_assert(alignof(GenericFrozenLootOrb_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_GetItemSelection"); \ static_assert(sizeof(GenericFrozenLootOrb_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericFrozenLootOrb_C_GetItemSelection"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericFrozenLootOrb_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetItemSelection, Player) == 0x000088, "Member 'GenericFrozenLootOrb_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetItemSelection, SelectionText_0) == 0x000090, "Member 'GenericFrozenLootOrb_C_GetItemSelection::SelectionText_0' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericFrozenLootOrb_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericFrozenLootOrb_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFrozenLootOrb_C_CanHoldUse \ static_assert(alignof(GenericFrozenLootOrb_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericFrozenLootOrb_C_CanHoldUse"); \ static_assert(sizeof(GenericFrozenLootOrb_C_CanHoldUse) == 0x000098, "Wrong size on GenericFrozenLootOrb_C_CanHoldUse"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericFrozenLootOrb_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericFrozenLootOrb_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericFrozenLootOrb_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericFrozenLootOrb_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFrozenLootOrb_C \ static_assert(alignof(AGenericFrozenLootOrb_C) == 0x000010, "Wrong alignment on AGenericFrozenLootOrb_C"); \ static_assert(sizeof(AGenericFrozenLootOrb_C) == 0x000850, "Wrong size on AGenericFrozenLootOrb_C"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, UberGraphFrame_GenericFrozenLootOrb_C) == 0x000750, "Member 'AGenericFrozenLootOrb_C::UberGraphFrame_GenericFrozenLootOrb_C' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_12) == 0x000758, "Member 'AGenericFrozenLootOrb_C::LootMesh_12' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_11) == 0x000760, "Member 'AGenericFrozenLootOrb_C::LootMesh_11' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_10) == 0x000768, "Member 'AGenericFrozenLootOrb_C::LootMesh_10' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_9) == 0x000770, "Member 'AGenericFrozenLootOrb_C::LootMesh_9' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, FGSplineLootDrop) == 0x000778, "Member 'AGenericFrozenLootOrb_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_8) == 0x000780, "Member 'AGenericFrozenLootOrb_C::LootMesh_8' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_7) == 0x000788, "Member 'AGenericFrozenLootOrb_C::LootMesh_7' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, DropInventory) == 0x000790, "Member 'AGenericFrozenLootOrb_C::DropInventory' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Damaged_Sound) == 0x000798, "Member 'AGenericFrozenLootOrb_C::Damaged_Sound' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, StaticMesh) == 0x0007A0, "Member 'AGenericFrozenLootOrb_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_6) == 0x0007A8, "Member 'AGenericFrozenLootOrb_C::LootMesh_6' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_5) == 0x0007B0, "Member 'AGenericFrozenLootOrb_C::LootMesh_5' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_4) == 0x0007B8, "Member 'AGenericFrozenLootOrb_C::LootMesh_4' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_3) == 0x0007C0, "Member 'AGenericFrozenLootOrb_C::LootMesh_3' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_2) == 0x0007C8, "Member 'AGenericFrozenLootOrb_C::LootMesh_2' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, LootMesh_1) == 0x0007D0, "Member 'AGenericFrozenLootOrb_C::LootMesh_1' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Health) == 0x0007D8, "Member 'AGenericFrozenLootOrb_C::Health' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Sphere) == 0x0007E0, "Member 'AGenericFrozenLootOrb_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, DissolveComponent) == 0x0007E8, "Member 'AGenericFrozenLootOrb_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Scene) == 0x0007F0, "Member 'AGenericFrozenLootOrb_C::Scene' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Spawners) == 0x0007F8, "Member 'AGenericFrozenLootOrb_C::Spawners' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, Items) == 0x000808, "Member 'AGenericFrozenLootOrb_C::Items' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, RolledLootClasses) == 0x000818, "Member 'AGenericFrozenLootOrb_C::RolledLootClasses' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, SpawnPoints) == 0x000828, "Member 'AGenericFrozenLootOrb_C::SpawnPoints' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, bDestructibleMeshVisible) == 0x000838, "Member 'AGenericFrozenLootOrb_C::bDestructibleMeshVisible' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, FrozenLootOrbType) == 0x000839, "Member 'AGenericFrozenLootOrb_C::FrozenLootOrbType' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, DispenserClass) == 0x000840, "Member 'AGenericFrozenLootOrb_C::DispenserClass' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, bDisableCollider) == 0x000848, "Member 'AGenericFrozenLootOrb_C::bDisableCollider' has a wrong offset!"); \ static_assert(offsetof(AGenericFrozenLootOrb_C, ImpulsePower) == 0x00084C, "Member 'AGenericFrozenLootOrb_C::ImpulsePower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsCoverSafe_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsCoverSafe_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck) == 0x000048, "Wrong size on HTNDecorator_IsCoverSafe_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, CallFunc_CheckCoverPoint_IsSafe) == 0x000041, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::CallFunc_CheckCoverPoint_IsSafe' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverSafe_C_PerformConditionCheck, CallFunc_CheckCoverPoint_CanAttackTarget) == 0x000042, "Member 'HTNDecorator_IsCoverSafe_C_PerformConditionCheck::CallFunc_CheckCoverPoint_CanAttackTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsCoverSafe_C \ static_assert(alignof(UHTNDecorator_IsCoverSafe_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsCoverSafe_C"); \ static_assert(sizeof(UHTNDecorator_IsCoverSafe_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsCoverSafe_C"); \ static_assert(offsetof(UHTNDecorator_IsCoverSafe_C, CoverPoint) == 0x000088, "Member 'UHTNDecorator_IsCoverSafe_C::CoverPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck) == 0x000088, "Wrong size on HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_Square_ReturnValue) == 0x00002C, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000030, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_AsCover_Point_Component) == 0x000038, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_AsCover_Point_Component' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue_1) == 0x000050, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000058, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_AsCover_Point_Component_1) == 0x000060, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_AsCover_Point_Component_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00006C, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x000078, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00007C, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000080, "Member 'HTNDecorator_IsCoverCloserToTarget_C_PerformConditionCheck::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsCoverCloserToTarget_C \ static_assert(alignof(UHTNDecorator_IsCoverCloserToTarget_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsCoverCloserToTarget_C"); \ static_assert(sizeof(UHTNDecorator_IsCoverCloserToTarget_C) == 0x0000E0, "Wrong size on UHTNDecorator_IsCoverCloserToTarget_C"); \ static_assert(offsetof(UHTNDecorator_IsCoverCloserToTarget_C, TestCoverPoint) == 0x000088, "Member 'UHTNDecorator_IsCoverCloserToTarget_C::TestCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_IsCoverCloserToTarget_C, CurrentCoverPoint) == 0x0000B0, "Member 'UHTNDecorator_IsCoverCloserToTarget_C::CurrentCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_IsCoverCloserToTarget_C, Threshold) == 0x0000D8, "Member 'UHTNDecorator_IsCoverCloserToTarget_C::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsObjectEqual_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsObjectEqual_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck) == 0x000038, "Wrong size on HTNDecorator_IsObjectEqual_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue_1) == 0x000028, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsObjectEqual_C_PerformConditionCheck, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'HTNDecorator_IsObjectEqual_C_PerformConditionCheck::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsObjectEqual_C \ static_assert(alignof(UHTNDecorator_IsObjectEqual_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsObjectEqual_C"); \ static_assert(sizeof(UHTNDecorator_IsObjectEqual_C) == 0x0000D8, "Wrong size on UHTNDecorator_IsObjectEqual_C"); \ static_assert(offsetof(UHTNDecorator_IsObjectEqual_C, Object1) == 0x000088, "Member 'UHTNDecorator_IsObjectEqual_C::Object1' has a wrong offset!"); \ static_assert(offsetof(UHTNDecorator_IsObjectEqual_C, Object2) == 0x0000B0, "Member 'UHTNDecorator_IsObjectEqual_C::Object2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck) == 0x000048, "Wrong size on HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, K2Node_DynamicCast_AsFGCharacter) == 0x000020, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000030, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_GetItemState_ReturnValue) == 0x000039, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_IsJammed_ReturnValue) == 0x00003A, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_IsJammed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003B, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_GetCurrentAmmo_ReturnValue) == 0x00003C, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_GetCurrentAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_BooleanOR_ReturnValue) == 0x000041, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'HTNDecorator_IsNeedReloadWeapon_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsNeedReloadWeapon_C \ static_assert(alignof(UHTNDecorator_IsNeedReloadWeapon_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsNeedReloadWeapon_C"); \ static_assert(sizeof(UHTNDecorator_IsNeedReloadWeapon_C) == 0x000088, "Wrong size on UHTNDecorator_IsNeedReloadWeapon_C"); \ #define DUMPER7_ASSERTS_ASprayerPaint_Red_C \ static_assert(alignof(ASprayerPaint_Red_C) == 0x000010, "Wrong alignment on ASprayerPaint_Red_C"); \ static_assert(sizeof(ASprayerPaint_Red_C) == 0x000430, "Wrong size on ASprayerPaint_Red_C"); \ #define DUMPER7_ASSERTS_UAvoidPlayerZone_C \ static_assert(alignof(UAvoidPlayerZone_C) == 0x000008, "Wrong alignment on UAvoidPlayerZone_C"); \ static_assert(sizeof(UAvoidPlayerZone_C) == 0x0002C8, "Wrong size on UAvoidPlayerZone_C"); \ #define DUMPER7_ASSERTS_HTN_NaziNeedChangeTrain_C_PerformConditionCheck \ static_assert(alignof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_NaziNeedChangeTrain_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck) == 0x000020, "Wrong size on HTN_NaziNeedChangeTrain_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsEnum_ReturnValue) == 0x00001A, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsEnum_ReturnValue_1) == 0x00001B, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsEnum_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziNeedChangeTrain_C_PerformConditionCheck, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001C, "Member 'HTN_NaziNeedChangeTrain_C_PerformConditionCheck::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziNeedChangeTrain_C \ static_assert(alignof(UHTN_NaziNeedChangeTrain_C) == 0x000008, "Wrong alignment on UHTN_NaziNeedChangeTrain_C"); \ static_assert(sizeof(UHTN_NaziNeedChangeTrain_C) == 0x0000D8, "Wrong size on UHTN_NaziNeedChangeTrain_C"); \ static_assert(offsetof(UHTN_NaziNeedChangeTrain_C, CurrentTrain) == 0x000088, "Member 'UHTN_NaziNeedChangeTrain_C::CurrentTrain' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziNeedChangeTrain_C, DesiredTrain) == 0x0000B0, "Member 'UHTN_NaziNeedChangeTrain_C::DesiredTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_IsAttackModuleValid_C_PerformConditionCheck \ static_assert(alignof(HTN_IsAttackModuleValid_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_IsAttackModuleValid_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_IsAttackModuleValid_C_PerformConditionCheck) == 0x0001C0, "Wrong size on HTN_IsAttackModuleValid_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, Module) == 0x000020, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::Module' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000028, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000034, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000040, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, K2Node_MakeArray_Array) == 0x000050, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000060, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWagon_Module) == 0x000068, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x000071, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_GetActorWorldMeshBounds_ReturnValue) == 0x000074, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_GetActorWorldMeshBounds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_GetDurability_ReturnValue) == 0x00009C, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_Divide_VectorFloat_ReturnValue) == 0x0000A0, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_SphereTraceSingleByProfile_OutHit) == 0x0000B0, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_SphereTraceSingleByProfile_OutHit' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_SphereTraceSingleByProfile_ReturnValue) == 0x000138, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_SphereTraceSingleByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_bBlockingHit) == 0x000139, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_bInitialOverlap) == 0x00013A, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_Time) == 0x00013C, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_Distance) == 0x000140, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_Location) == 0x000144, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_ImpactPoint) == 0x000150, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_Normal) == 0x00015C, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_ImpactNormal) == 0x000168, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_PhysMat) == 0x000178, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_HitActor) == 0x000180, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_HitComponent) == 0x000188, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_HitBoneName) == 0x000190, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_HitItem) == 0x000198, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_ElementIndex) == 0x00019C, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_FaceIndex) == 0x0001A0, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_TraceStart) == 0x0001A4, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BreakHitResult_TraceEnd) == 0x0001B0, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x0001BC, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_IsAttackModuleValid_C_PerformConditionCheck, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001BD, "Member 'HTN_IsAttackModuleValid_C_PerformConditionCheck::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_IsAttackModuleValid_C \ static_assert(alignof(UHTN_IsAttackModuleValid_C) == 0x000008, "Wrong alignment on UHTN_IsAttackModuleValid_C"); \ static_assert(sizeof(UHTN_IsAttackModuleValid_C) == 0x0000B8, "Wrong size on UHTN_IsAttackModuleValid_C"); \ static_assert(offsetof(UHTN_IsAttackModuleValid_C, AttackModule) == 0x000088, "Member 'UHTN_IsAttackModuleValid_C::AttackModule' has a wrong offset!"); \ static_assert(offsetof(UHTN_IsAttackModuleValid_C, MinDurability) == 0x0000B0, "Member 'UHTN_IsAttackModuleValid_C::MinDurability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation \ static_assert(alignof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation) == 0x000008, "Wrong alignment on HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation"); \ static_assert(sizeof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation) == 0x000058, "Wrong size on HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, EntryPoint) == 0x000000, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000020, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x00002C, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, CallFunc_ProjectPointOnGridNavigation_OutLocation) == 0x000044, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::CallFunc_ProjectPointOnGridNavigation_OutLocation' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation, CallFunc_ProjectPointOnGridNavigation_ReturnValue) == 0x000050, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ExecuteUbergraph_HTN_NaziProjectPointToTrainNavigation::CallFunc_ProjectPointOnGridNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute \ static_assert(alignof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps) == 0x000050, "Wrong size on HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, CallFunc_GetWorldStateValueAsVector_ReturnValue) == 0x000024, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::CallFunc_GetWorldStateValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, CallFunc_Add_VectorVector_ReturnValue) == 0x000030, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, CallFunc_ProjectPointOnGridNavigation_OutLocation) == 0x00003C, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::CallFunc_ProjectPointOnGridNavigation_OutLocation' has a wrong offset!"); \ static_assert(offsetof(HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps, CallFunc_ProjectPointOnGridNavigation_ReturnValue) == 0x000048, "Member 'HTN_NaziProjectPointToTrainNavigation_C_ReceiveCreatePlanSteps::CallFunc_ProjectPointOnGridNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_NaziProjectPointToTrainNavigation_C \ static_assert(alignof(UHTN_NaziProjectPointToTrainNavigation_C) == 0x000008, "Wrong alignment on UHTN_NaziProjectPointToTrainNavigation_C"); \ static_assert(sizeof(UHTN_NaziProjectPointToTrainNavigation_C) == 0x000150, "Wrong size on UHTN_NaziProjectPointToTrainNavigation_C"); \ static_assert(offsetof(UHTN_NaziProjectPointToTrainNavigation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_NaziProjectPointToTrainNavigation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziProjectPointToTrainNavigation_C, GoalLocation) == 0x000100, "Member 'UHTN_NaziProjectPointToTrainNavigation_C::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_NaziProjectPointToTrainNavigation_C, ProjectedGoalLocation) == 0x000128, "Member 'UHTN_NaziProjectPointToTrainNavigation_C::ProjectedGoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncGroundBB_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_SyncGroundBB_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_SyncGroundBB_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_SyncGroundBB_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_SyncGroundBB_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_SyncGroundBB_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_SyncGroundBB_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncGroundBB_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_SyncGroundBB_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncGroundBB_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_SyncGroundBB_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncGroundBB_C_SyncState \ static_assert(alignof(HTN_SyncGroundBB_C_SyncState) == 0x000008, "Wrong alignment on HTN_SyncGroundBB_C_SyncState"); \ static_assert(sizeof(HTN_SyncGroundBB_C_SyncState) == 0x000018, "Wrong size on HTN_SyncGroundBB_C_SyncState"); \ static_assert(offsetof(HTN_SyncGroundBB_C_SyncState, Object) == 0x000000, "Member 'HTN_SyncGroundBB_C_SyncState::Object' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncGroundBB_C_SyncState, K2Node_DynamicCast_AsFGAICharacter) == 0x000008, "Member 'HTN_SyncGroundBB_C_SyncState::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncGroundBB_C_SyncState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'HTN_SyncGroundBB_C_SyncState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncGroundBB_C \ static_assert(alignof(UHTN_SyncGroundBB_C) == 0x000008, "Wrong alignment on UHTN_SyncGroundBB_C"); \ static_assert(sizeof(UHTN_SyncGroundBB_C) == 0x000238, "Wrong size on UHTN_SyncGroundBB_C"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, PatrolRadiusKey) == 0x0000F8, "Member 'UHTN_SyncGroundBB_C::PatrolRadiusKey' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, MinPatrolDistanceKey) == 0x000120, "Member 'UHTN_SyncGroundBB_C::MinPatrolDistanceKey' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, MaxPatrolDistanceKey) == 0x000148, "Member 'UHTN_SyncGroundBB_C::MaxPatrolDistanceKey' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, NoiseInspectRadius) == 0x000170, "Member 'UHTN_SyncGroundBB_C::NoiseInspectRadius' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, MinInpectDistance) == 0x000198, "Member 'UHTN_SyncGroundBB_C::MinInpectDistance' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, MaxInspectDistance) == 0x0001C0, "Member 'UHTN_SyncGroundBB_C::MaxInspectDistance' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, RangedDistanceMin) == 0x0001E8, "Member 'UHTN_SyncGroundBB_C::RangedDistanceMin' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncGroundBB_C, RangedDistanceMax) == 0x000210, "Member 'UHTN_SyncGroundBB_C::RangedDistanceMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Poisoning_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Poisoning_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Poisoning_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Poisoning_C) == 0x0000D0, "Wrong size on UNaziSoldier_StatusEffect_Poisoning_C"); \ #define DUMPER7_ASSERTS_HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation \ static_assert(alignof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation) == 0x000008, "Wrong alignment on HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation"); \ static_assert(sizeof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation) == 0x0000F8, "Wrong size on HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, EntryPoint) == 0x000000, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, K2Node_Event_Owner) == 0x000008, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, K2Node_DynamicCast_AsGeneric_AICharacter) == 0x000020, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::K2Node_DynamicCast_AsGeneric_AICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_GetClosestNavigationPoint_OutLocation) == 0x000038, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_GetClosestNavigationPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_GetClosestNavigationPoint_ReturnValue) == 0x000044, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_GetClosestNavigationPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_X) == 0x000048, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_Y) == 0x00004C, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_Z) == 0x000050, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_X_1) == 0x000054, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_BreakVector_Z_1) == 0x00005C, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00006C, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000F4, "Member 'HTN_MoveToNavigation_C_ExecuteUbergraph_HTN_MoveToNavigation::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_MoveToNavigation_C_ReceiveExecute \ static_assert(alignof(HTN_MoveToNavigation_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_MoveToNavigation_C_ReceiveExecute"); \ static_assert(sizeof(HTN_MoveToNavigation_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_MoveToNavigation_C_ReceiveExecute"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_MoveToNavigation_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_MoveToNavigation_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_MoveToNavigation_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_MoveToNavigation_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_MoveToNavigation_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_MoveToNavigation_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_MoveToNavigation_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_MoveToNavigation_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_MoveToNavigation_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_MoveToNavigation_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_MoveToNavigation_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_MoveToNavigation_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_MoveToNavigation_C \ static_assert(alignof(UHTN_MoveToNavigation_C) == 0x000008, "Wrong alignment on UHTN_MoveToNavigation_C"); \ static_assert(sizeof(UHTN_MoveToNavigation_C) == 0x000100, "Wrong size on UHTN_MoveToNavigation_C"); \ static_assert(offsetof(UHTN_MoveToNavigation_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_MoveToNavigation_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway \ static_assert(alignof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway) == 0x000008, "Wrong alignment on HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway"); \ static_assert(sizeof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway) == 0x000030, "Wrong size on HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, EntryPoint) == 0x000000, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, K2Node_Event_Owner) == 0x000008, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, K2Node_Event_OwnerController) == 0x000010, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, K2Node_DynamicCast_AsGeneric_AICharacter) == 0x000020, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::K2Node_DynamicCast_AsGeneric_AICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_ClearNeedMoveAway_C_ExecuteUbergraph_HTN_ClearNeedMoveAway::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ClearNeedMoveAway_C_ReceiveExecute \ static_assert(alignof(HTN_ClearNeedMoveAway_C_ReceiveExecute) == 0x000008, "Wrong alignment on HTN_ClearNeedMoveAway_C_ReceiveExecute"); \ static_assert(sizeof(HTN_ClearNeedMoveAway_C_ReceiveExecute) == 0x000018, "Wrong size on HTN_ClearNeedMoveAway_C_ReceiveExecute"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveExecute, Owner) == 0x000000, "Member 'HTN_ClearNeedMoveAway_C_ReceiveExecute::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTN_ClearNeedMoveAway_C_ReceiveExecute::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTN_ClearNeedMoveAway_C_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps \ static_assert(alignof(HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps"); \ static_assert(sizeof(HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTN_ClearNeedMoveAway_C_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_ClearNeedMoveAway_C \ static_assert(alignof(UHTN_ClearNeedMoveAway_C) == 0x000008, "Wrong alignment on UHTN_ClearNeedMoveAway_C"); \ static_assert(sizeof(UHTN_ClearNeedMoveAway_C) == 0x000100, "Wrong size on UHTN_ClearNeedMoveAway_C"); \ static_assert(offsetof(UHTN_ClearNeedMoveAway_C, UberGraphFrame) == 0x0000F8, "Member 'UHTN_ClearNeedMoveAway_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState \ static_assert(alignof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState) == 0x000008, "Wrong alignment on HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState"); \ static_assert(sizeof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState) == 0x000068, "Wrong size on HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, EntryPoint) == 0x000000, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_CustomEvent_Object) == 0x000008, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_Owner) == 0x000010, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_OwnerAsController) == 0x000018, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_ControlledPawn) == 0x000020, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_DynamicCast_AsFGAICharacter) == 0x000028, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, CallFunc_GetFearLevel_ReturnValue) == 0x000034, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::CallFunc_GetFearLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, CallFunc_GetCurrentJobType_ReturnValue) == 0x000038, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::CallFunc_GetCurrentJobType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_Owner_1) == 0x000048, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_OwnerAsController_1) == 0x000050, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_ControlledPawn_1) == 0x000058, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState, K2Node_Event_DeltaTime) == 0x000060, "Member 'HTN_SyncWorldState_C_ExecuteUbergraph_HTN_SyncWorldState::K2Node_Event_DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncWorldState_C_ReceiveExecutionStart \ static_assert(alignof(HTN_SyncWorldState_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_SyncWorldState_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_SyncWorldState_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_SyncWorldState_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_SyncWorldState_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_SyncWorldState_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_SyncWorldState_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncWorldState_C_Update \ static_assert(alignof(HTN_SyncWorldState_C_Update) == 0x000008, "Wrong alignment on HTN_SyncWorldState_C_Update"); \ static_assert(sizeof(HTN_SyncWorldState_C_Update) == 0x000008, "Wrong size on HTN_SyncWorldState_C_Update"); \ static_assert(offsetof(HTN_SyncWorldState_C_Update, Object) == 0x000000, "Member 'HTN_SyncWorldState_C_Update::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncWorldState_C_ReceiveTick \ static_assert(alignof(HTN_SyncWorldState_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_SyncWorldState_C_ReceiveTick"); \ static_assert(sizeof(HTN_SyncWorldState_C_ReceiveTick) == 0x000020, "Wrong size on HTN_SyncWorldState_C_ReceiveTick"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_SyncWorldState_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_SyncWorldState_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_SyncWorldState_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_SyncWorldState_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_SyncWorldState_C_UpdateWeaponState \ static_assert(alignof(HTN_SyncWorldState_C_UpdateWeaponState) == 0x000008, "Wrong alignment on HTN_SyncWorldState_C_UpdateWeaponState"); \ static_assert(sizeof(HTN_SyncWorldState_C_UpdateWeaponState) == 0x000038, "Wrong size on HTN_SyncWorldState_C_UpdateWeaponState"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, HeldItem) == 0x000000, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::HeldItem' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000010, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_GetWeaponRange_ReturnValue) == 0x00001C, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_GetWeaponRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_GetWeaponMagazineSize_ReturnValue) == 0x000020, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_GetWeaponMagazineSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_GetCurrentAmmo_ReturnValue) == 0x000028, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_GetCurrentAmmo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00002C, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_SyncWorldState_C_UpdateWeaponState, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'HTN_SyncWorldState_C_UpdateWeaponState::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_SyncWorldState_C \ static_assert(alignof(UHTN_SyncWorldState_C) == 0x000008, "Wrong alignment on UHTN_SyncWorldState_C"); \ static_assert(sizeof(UHTN_SyncWorldState_C) == 0x000318, "Wrong size on UHTN_SyncWorldState_C"); \ static_assert(offsetof(UHTN_SyncWorldState_C, UberGraphFrame) == 0x000090, "Member 'UHTN_SyncWorldState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, CurrentTarget) == 0x000098, "Member 'UHTN_SyncWorldState_C::CurrentTarget' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastNoiseAge) == 0x0000C0, "Member 'UHTN_SyncWorldState_C::LastNoiseAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastNoiseLocation) == 0x0000E8, "Member 'UHTN_SyncWorldState_C::LastNoiseLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, NoiseInspected) == 0x000110, "Member 'UHTN_SyncWorldState_C::NoiseInspected' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, TeamTargetInspected) == 0x000138, "Member 'UHTN_SyncWorldState_C::TeamTargetInspected' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastTargetSeenAge) == 0x000160, "Member 'UHTN_SyncWorldState_C::LastTargetSeenAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastTargetLocation) == 0x000188, "Member 'UHTN_SyncWorldState_C::LastTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastDamageTakeAge) == 0x0001B0, "Member 'UHTN_SyncWorldState_C::LastDamageTakeAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, BaseAttackPoint) == 0x0001D8, "Member 'UHTN_SyncWorldState_C::BaseAttackPoint' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, JobType) == 0x000200, "Member 'UHTN_SyncWorldState_C::JobType' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, TargetLocation) == 0x000228, "Member 'UHTN_SyncWorldState_C::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, NeedMoveAway) == 0x000250, "Member 'UHTN_SyncWorldState_C::NeedMoveAway' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, LastDamageReactionAge) == 0x000278, "Member 'UHTN_SyncWorldState_C::LastDamageReactionAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, AmmoPercent) == 0x0002A0, "Member 'UHTN_SyncWorldState_C::AmmoPercent' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, WeaponRange) == 0x0002C8, "Member 'UHTN_SyncWorldState_C::WeaponRange' has a wrong offset!"); \ static_assert(offsetof(UHTN_SyncWorldState_C, FearPercent) == 0x0002F0, "Member 'UHTN_SyncWorldState_C::FearPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed \ static_assert(alignof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed) == 0x000008, "Wrong alignment on HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed"); \ static_assert(sizeof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed) == 0x000068, "Wrong size on HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, EntryPoint) == 0x000000, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_Owner_1) == 0x000008, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_OwnerAsController_1) == 0x000010, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_DeltaTime) == 0x000020, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_CustomEvent_Object) == 0x000028, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_CustomEvent_Object' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_Owner) == 0x000040, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_OwnerAsController) == 0x000048, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, K2Node_Event_ControlledPawn) == 0x000050, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000058, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, CallFunc_Less_FloatFloat_ReturnValue) == 0x00005C, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000060, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000064, "Member 'HTN_ReplanIfTargetJustSensed_C_ExecuteUbergraph_HTN_ReplanIfTargetJustSensed::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart \ static_assert(alignof(HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ReplanIfTargetJustSensed_C_Update \ static_assert(alignof(HTN_ReplanIfTargetJustSensed_C_Update) == 0x000008, "Wrong alignment on HTN_ReplanIfTargetJustSensed_C_Update"); \ static_assert(sizeof(HTN_ReplanIfTargetJustSensed_C_Update) == 0x000008, "Wrong size on HTN_ReplanIfTargetJustSensed_C_Update"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_Update, Object) == 0x000000, "Member 'HTN_ReplanIfTargetJustSensed_C_Update::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_ReplanIfTargetJustSensed_C_ReceiveTick \ static_assert(alignof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick) == 0x000008, "Wrong alignment on HTN_ReplanIfTargetJustSensed_C_ReceiveTick"); \ static_assert(sizeof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick) == 0x000020, "Wrong size on HTN_ReplanIfTargetJustSensed_C_ReceiveTick"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick, Owner) == 0x000000, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveTick::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveTick::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_ReplanIfTargetJustSensed_C_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTN_ReplanIfTargetJustSensed_C_ReceiveTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_ReplanIfTargetJustSensed_C \ static_assert(alignof(UHTN_ReplanIfTargetJustSensed_C) == 0x000008, "Wrong alignment on UHTN_ReplanIfTargetJustSensed_C"); \ static_assert(sizeof(UHTN_ReplanIfTargetJustSensed_C) == 0x0000A8, "Wrong size on UHTN_ReplanIfTargetJustSensed_C"); \ static_assert(offsetof(UHTN_ReplanIfTargetJustSensed_C, UberGraphFrame) == 0x000090, "Member 'UHTN_ReplanIfTargetJustSensed_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_ReplanIfTargetJustSensed_C, SavedSeenAge) == 0x000098, "Member 'UHTN_ReplanIfTargetJustSensed_C::SavedSeenAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_ReplanIfTargetJustSensed_C, SavedDamageAge) == 0x00009C, "Member 'UHTN_ReplanIfTargetJustSensed_C::SavedDamageAge' has a wrong offset!"); \ static_assert(offsetof(UHTN_ReplanIfTargetJustSensed_C, Threshold) == 0x0000A0, "Member 'UHTN_ReplanIfTargetJustSensed_C::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecoratorIsPlayingAction_C_PerformConditionCheck \ static_assert(alignof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecoratorIsPlayingAction_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck) == 0x000040, "Wrong size on HTNDecoratorIsPlayingAction_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, CallFunc_GetActionPlanner_ReturnValue) == 0x000030, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, CallFunc_IsPlayingAction_ReturnValue) == 0x000038, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecoratorIsPlayingAction_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'HTNDecoratorIsPlayingAction_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecoratorIsPlayingAction_C \ static_assert(alignof(UHTNDecoratorIsPlayingAction_C) == 0x000008, "Wrong alignment on UHTNDecoratorIsPlayingAction_C"); \ static_assert(sizeof(UHTNDecoratorIsPlayingAction_C) == 0x000090, "Wrong size on UHTNDecoratorIsPlayingAction_C"); \ static_assert(offsetof(UHTNDecoratorIsPlayingAction_C, Action_Class) == 0x000088, "Member 'UHTNDecoratorIsPlayingAction_C::Action_Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM) == 0x000060, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, EntryPoint) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_Owner) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_OwnerController) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_Result) == 0x000020, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_Result' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_Owner_2) == 0x000028, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_Owner_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_OwnerAsController_1) == 0x000030, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_OwnerAsController_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_ControlledPawn_2) == 0x000038, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_Owner_1) == 0x000040, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_Owner_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_OwnerAsController) == 0x000048, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_ControlledPawn_1) == 0x000050, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM, K2Node_Event_NodeResult) == 0x000058, "Member 'HTNDecorator_ScopeRegisterDCM_C_ExecuteUbergraph_HTNDecorator_ScopeRegisterDCM::K2Node_Event_NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished) == 0x000020, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished, Owner) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished, OwnerController) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished::OwnerController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished, Result) == 0x000018, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExecutionFinished::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter) == 0x000018, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter, Owner) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanEnter::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit) == 0x000018, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit, Owner) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit, OwnerAsController) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit, ControlledPawn) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_ReceiveOnPlanExit::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_Unregister \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_Unregister) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_Unregister"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_Unregister) == 0x000030, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_Unregister"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, Object) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::Object' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, K2Node_DynamicCast_AsFGAICharacter) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Unregister, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'HTNDecorator_ScopeRegisterDCM_C_Unregister::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_ScopeRegisterDCM_C_Register \ static_assert(alignof(HTNDecorator_ScopeRegisterDCM_C_Register) == 0x000008, "Wrong alignment on HTNDecorator_ScopeRegisterDCM_C_Register"); \ static_assert(sizeof(HTNDecorator_ScopeRegisterDCM_C_Register) == 0x000030, "Wrong size on HTNDecorator_ScopeRegisterDCM_C_Register"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, Object) == 0x000000, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::Object' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, K2Node_DynamicCast_AsFGAICharacter) == 0x000010, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, K2Node_DynamicCast_AsFGGame_Instance) == 0x000020, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_ScopeRegisterDCM_C_Register, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'HTNDecorator_ScopeRegisterDCM_C_Register::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_ScopeRegisterDCM_C \ static_assert(alignof(UHTNDecorator_ScopeRegisterDCM_C) == 0x000008, "Wrong alignment on UHTNDecorator_ScopeRegisterDCM_C"); \ static_assert(sizeof(UHTNDecorator_ScopeRegisterDCM_C) == 0x000090, "Wrong size on UHTNDecorator_ScopeRegisterDCM_C"); \ static_assert(offsetof(UHTNDecorator_ScopeRegisterDCM_C, UberGraphFrame) == 0x000088, "Member 'UHTNDecorator_ScopeRegisterDCM_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_MoveStuck_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_MoveStuck_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_MoveStuck_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_MoveStuck_C_PerformConditionCheck) == 0x000048, "Wrong size on HTNDecorator_MoveStuck_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, Temp_int_Variable) == 0x00001C, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_GetVelocity_ReturnValue) == 0x000020, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x000039, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_IsOnNavigation_ReturnValue) == 0x00003A, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_IsOnNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00003B, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_GetMoveStatus_ReturnValue) == 0x000041, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000042, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000043, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue) == 0x000044, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue_1) == 0x000045, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_BooleanAND_ReturnValue_1) == 0x000046, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_MoveStuck_C_PerformConditionCheck, CallFunc_BooleanOR_ReturnValue) == 0x000047, "Member 'HTNDecorator_MoveStuck_C_PerformConditionCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_MoveStuck_C \ static_assert(alignof(UHTNDecorator_MoveStuck_C) == 0x000008, "Wrong alignment on UHTNDecorator_MoveStuck_C"); \ static_assert(sizeof(UHTNDecorator_MoveStuck_C) == 0x000088, "Wrong size on UHTNDecorator_MoveStuck_C"); \ #define DUMPER7_ASSERTS_AWagonModule_VoidoniteOrb_C \ static_assert(alignof(AWagonModule_VoidoniteOrb_C) == 0x000008, "Wrong alignment on AWagonModule_VoidoniteOrb_C"); \ static_assert(sizeof(AWagonModule_VoidoniteOrb_C) == 0x0005D0, "Wrong size on AWagonModule_VoidoniteOrb_C"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsTargetAlive_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsTargetAlive_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck) == 0x000058, "Wrong size on HTNDecorator_IsTargetAlive_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000020, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_AsFGCharacter) == 0x000028, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWagon_Module) == 0x000038, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, CallFunc_IsAlive_ReturnValue) == 0x000041, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_AsFGWagon) == 0x000048, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAlive_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'HTNDecorator_IsTargetAlive_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsTargetAlive_C \ static_assert(alignof(UHTNDecorator_IsTargetAlive_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsTargetAlive_C"); \ static_assert(sizeof(UHTNDecorator_IsTargetAlive_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsTargetAlive_C"); \ static_assert(offsetof(UHTNDecorator_IsTargetAlive_C, CurrentEnemy) == 0x000088, "Member 'UHTNDecorator_IsTargetAlive_C::CurrentEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck \ static_assert(alignof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck"); \ static_assert(sizeof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck) == 0x000080, "Wrong size on HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_GetWorldStateValueAsObject_ReturnValue) == 0x000028, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_GetWorldStateValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, K2Node_DynamicCast_AsFGCharacter) == 0x000030, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_GetBaseAimRotation_ReturnValue) == 0x00003C, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_FindLookAtRotation_ReturnValue) == 0x000054, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000060, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_BreakRotator_Roll) == 0x00006C, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_BreakRotator_Pitch) == 0x000070, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_BreakRotator_Yaw) == 0x000074, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_Abs_ReturnValue) == 0x000078, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00007C, "Member 'HTNDecorator_IsTargetAimingMe_C_PerformConditionCheck::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTNDecorator_IsTargetAimingMe_C \ static_assert(alignof(UHTNDecorator_IsTargetAimingMe_C) == 0x000008, "Wrong alignment on UHTNDecorator_IsTargetAimingMe_C"); \ static_assert(sizeof(UHTNDecorator_IsTargetAimingMe_C) == 0x0000B0, "Wrong size on UHTNDecorator_IsTargetAimingMe_C"); \ static_assert(offsetof(UHTNDecorator_IsTargetAimingMe_C, CurrentEnemy) == 0x000088, "Member 'UHTNDecorator_IsTargetAimingMe_C::CurrentEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected \ static_assert(alignof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected) == 0x000008, "Wrong alignment on GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected"); \ static_assert(sizeof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected) == 0x000120, "Wrong size on GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, EntryPoint) == 0x000000, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, Temp_bool_Variable) == 0x000004, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, Temp_object_Variable) == 0x000008, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, Temp_object_Variable_1) == 0x000010, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, K2Node_Event_WorldState) == 0x000028, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, K2Node_MakeArray_Array) == 0x0000F0, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, CallFunc_GetActionPlanner_ReturnValue) == 0x000108, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, K2Node_Select_Default) == 0x000110, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected, CallFunc_Greater_IntInt_ReturnValue) == 0x00011C, "Member 'GOAP_WorldState_PlaceInspected_C_ExecuteUbergraph_GOAP_WorldState_PlaceInspected::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_PlaceInspected_C_QueryState \ static_assert(alignof(GOAP_WorldState_PlaceInspected_C_QueryState) == 0x000008, "Wrong alignment on GOAP_WorldState_PlaceInspected_C_QueryState"); \ static_assert(sizeof(GOAP_WorldState_PlaceInspected_C_QueryState) == 0x0000C8, "Wrong size on GOAP_WorldState_PlaceInspected_C_QueryState"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_QueryState, WorldState) == 0x000000, "Member 'GOAP_WorldState_PlaceInspected_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_PlaceInspected_C_IsSatisfied \ static_assert(alignof(GOAP_WorldState_PlaceInspected_C_IsSatisfied) == 0x000008, "Wrong alignment on GOAP_WorldState_PlaceInspected_C_IsSatisfied"); \ static_assert(sizeof(GOAP_WorldState_PlaceInspected_C_IsSatisfied) == 0x0000D0, "Wrong size on GOAP_WorldState_PlaceInspected_C_IsSatisfied"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, WorldState) == 0x000000, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_IsValidAILocation_ReturnValue) == 0x0000C9, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_IsValidAILocation_ReturnValue_1) == 0x0000CA, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_IsValidAILocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue) == 0x0000CB, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CC, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_BooleanOR_ReturnValue) == 0x0000CD, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_BooleanOR_ReturnValue_1) == 0x0000CE, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000CF, "Member 'GOAP_WorldState_PlaceInspected_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_PlaceInspected_C_StateIsValid \ static_assert(alignof(GOAP_WorldState_PlaceInspected_C_StateIsValid) == 0x000008, "Wrong alignment on GOAP_WorldState_PlaceInspected_C_StateIsValid"); \ static_assert(sizeof(GOAP_WorldState_PlaceInspected_C_StateIsValid) == 0x0000E0, "Wrong size on GOAP_WorldState_PlaceInspected_C_StateIsValid"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_StateIsValid, WorldState) == 0x000000, "Member 'GOAP_WorldState_PlaceInspected_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_PlaceInspected_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_StateIsValid, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'GOAP_WorldState_PlaceInspected_C_StateIsValid::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_PlaceInspected_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'GOAP_WorldState_PlaceInspected_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGOAP_WorldState_PlaceInspected_C \ static_assert(alignof(UGOAP_WorldState_PlaceInspected_C) == 0x000008, "Wrong alignment on UGOAP_WorldState_PlaceInspected_C"); \ static_assert(sizeof(UGOAP_WorldState_PlaceInspected_C) == 0x000090, "Wrong size on UGOAP_WorldState_PlaceInspected_C"); \ static_assert(offsetof(UGOAP_WorldState_PlaceInspected_C, UberGraphFrame) == 0x000088, "Member 'UGOAP_WorldState_PlaceInspected_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Swarm_AtRange_C_IsSatisfied \ static_assert(alignof(Swarm_AtRange_C_IsSatisfied) == 0x000008, "Wrong alignment on Swarm_AtRange_C_IsSatisfied"); \ static_assert(sizeof(Swarm_AtRange_C_IsSatisfied) == 0x0000D8, "Wrong size on Swarm_AtRange_C_IsSatisfied"); \ static_assert(offsetof(Swarm_AtRange_C_IsSatisfied, WorldState) == 0x000000, "Member 'Swarm_AtRange_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Swarm_AtRange_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Swarm_AtRange_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_AtRange_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000CC, "Member 'Swarm_AtRange_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_AtRange_C_IsSatisfied, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000D0, "Member 'Swarm_AtRange_C_IsSatisfied::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwarm_AtRange_C \ static_assert(alignof(USwarm_AtRange_C) == 0x000008, "Wrong alignment on USwarm_AtRange_C"); \ static_assert(sizeof(USwarm_AtRange_C) == 0x000090, "Wrong size on USwarm_AtRange_C"); \ static_assert(offsetof(USwarm_AtRange_C, RangeRadius) == 0x000088, "Member 'USwarm_AtRange_C::RangeRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod \ static_assert(alignof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod) == 0x000008, "Wrong alignment on Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod) == 0x0000A0, "Wrong size on Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, EntryPoint) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, Temp_name_Variable) == 0x00007C, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_DynamicCast_AsUroboros) == 0x000090, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, CallFunc_HasAuthority_ReturnValue) == 0x00009A, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod, CallFunc_HasAuthority_ReturnValue_1) == 0x00009B, "Member 'Uroboros_AttackBase_Clod_C_ExecuteUbergraph_Uroboros_AttackBase_Clod::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC \ static_assert(alignof(Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000008, "Wrong size on Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_OnCompleted_83ACD89D499A5801E5CCA0A9B6C005CC::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC \ static_assert(alignof(Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000008, "Wrong size on Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_OnBlendOut_83ACD89D499A5801E5CCA0A9B6C005CC::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC \ static_assert(alignof(Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000008, "Wrong size on Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_OnInterrupted_83ACD89D499A5801E5CCA0A9B6C005CC::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC \ static_assert(alignof(Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000008, "Wrong size on Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_OnNotifyBegin_83ACD89D499A5801E5CCA0A9B6C005CC::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC \ static_assert(alignof(Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(sizeof(Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC) == 0x000008, "Wrong size on Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC"); \ static_assert(offsetof(Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Clod_C_OnNotifyEnd_83ACD89D499A5801E5CCA0A9B6C005CC::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_AttackBase_Clod_C \ static_assert(alignof(UUroboros_AttackBase_Clod_C) == 0x000008, "Wrong alignment on UUroboros_AttackBase_Clod_C"); \ static_assert(sizeof(UUroboros_AttackBase_Clod_C) == 0x0000E8, "Wrong size on UUroboros_AttackBase_Clod_C"); \ static_assert(offsetof(UUroboros_AttackBase_Clod_C, UberGraphFrame_Uroboros_AttackBase_Clod_C) == 0x0000D8, "Member 'UUroboros_AttackBase_Clod_C::UberGraphFrame_Uroboros_AttackBase_Clod_C' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_Clod_C, Montage_to_Play) == 0x0000E0, "Member 'UUroboros_AttackBase_Clod_C::Montage_to_Play' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AddRofleemo_GunReload_C_Received_NotifyBegin \ static_assert(alignof(AddRofleemo_GunReload_C_Received_NotifyBegin) == 0x000010, "Wrong alignment on AddRofleemo_GunReload_C_Received_NotifyBegin"); \ static_assert(sizeof(AddRofleemo_GunReload_C_Received_NotifyBegin) == 0x000180, "Wrong size on AddRofleemo_GunReload_C_Received_NotifyBegin"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsThird_Person_Character) == 0x000058, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, K2Node_MakeArray_Array) == 0x000068, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_AddComponentByClass_ReturnValue) == 0x000078, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000080, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000088, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_Montage_Play_ReturnValue) == 0x000090, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Location) == 0x000094, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Rotation) == 0x0000A0, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Scale) == 0x0000AC, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_MakeTransform_ReturnValue_1) == 0x0000C0, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyBegin, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0000F0, "Member 'AddRofleemo_GunReload_C_Received_NotifyBegin::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AddRofleemo_GunReload_C_Received_NotifyEnd \ static_assert(alignof(AddRofleemo_GunReload_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on AddRofleemo_GunReload_C_Received_NotifyEnd"); \ static_assert(sizeof(AddRofleemo_GunReload_C_Received_NotifyEnd) == 0x000060, "Wrong size on AddRofleemo_GunReload_C_Received_NotifyEnd"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, Temp_int_Array_Index_Variable) == 0x000020, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsThird_Person_Character) == 0x000028, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_GetComponentsByTag_ReturnValue) == 0x000038, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_Array_Get_Item) == 0x000048, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AddRofleemo_GunReload_C_Received_NotifyEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'AddRofleemo_GunReload_C_Received_NotifyEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddRofleemo_GunReload_C \ static_assert(alignof(UAddRofleemo_GunReload_C) == 0x000010, "Wrong alignment on UAddRofleemo_GunReload_C"); \ static_assert(sizeof(UAddRofleemo_GunReload_C) == 0x000080, "Wrong size on UAddRofleemo_GunReload_C"); \ static_assert(offsetof(UAddRofleemo_GunReload_C, SkeletalMesh) == 0x000030, "Member 'UAddRofleemo_GunReload_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UAddRofleemo_GunReload_C, AnimInstanceClass) == 0x000038, "Member 'UAddRofleemo_GunReload_C::AnimInstanceClass' has a wrong offset!"); \ static_assert(offsetof(UAddRofleemo_GunReload_C, RofleemoTransform) == 0x000040, "Member 'UAddRofleemo_GunReload_C::RofleemoTransform' has a wrong offset!"); \ static_assert(offsetof(UAddRofleemo_GunReload_C, RofleemoTag) == 0x000070, "Member 'UAddRofleemo_GunReload_C::RofleemoTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GetMagazine_GunReload_C_Received_NotifyBegin \ static_assert(alignof(GetMagazine_GunReload_C_Received_NotifyBegin) == 0x000010, "Wrong alignment on GetMagazine_GunReload_C_Received_NotifyBegin"); \ static_assert(sizeof(GetMagazine_GunReload_C_Received_NotifyBegin) == 0x0001F0, "Wrong size on GetMagazine_GunReload_C_Received_NotifyBegin"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Location) == 0x000020, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Rotation) == 0x00002C, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Scale) == 0x000038, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsThird_Person_Character) == 0x000048, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Roll) == 0x000054, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Pitch) == 0x000058, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Yaw) == 0x00005C, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_IsInFirstPerson_ReturnValue) == 0x000060, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000068, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000078, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_X) == 0x000080, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_Y) == 0x000084, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_Z) == 0x000088, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue_1) == 0x00008C, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_GetRelativeTransform_ReturnValue) == 0x000090, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Location_1) == 0x0000C0, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Rotation_1) == 0x0000CC, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakTransform_Scale_1) == 0x0000D8, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000E4, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Roll_1) == 0x0000E8, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Pitch_1) == 0x0000EC, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakRotator_Yaw_1) == 0x0000F0, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_X_1) == 0x0000F4, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_Y_1) == 0x0000F8, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_BreakVector_Z_1) == 0x0000FC, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue) == 0x000100, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000104, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000108, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00010C, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000110, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_MakeVector_ReturnValue) == 0x000114, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000120, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_MakeRotator_ReturnValue) == 0x000124, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_MakeTransform_ReturnValue) == 0x000130, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyBegin, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000160, "Member 'GetMagazine_GunReload_C_Received_NotifyBegin::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GetMagazine_GunReload_C_Received_NotifyEnd \ static_assert(alignof(GetMagazine_GunReload_C_Received_NotifyEnd) == 0x000010, "Wrong alignment on GetMagazine_GunReload_C_Received_NotifyEnd"); \ static_assert(sizeof(GetMagazine_GunReload_C_Received_NotifyEnd) == 0x000120, "Wrong size on GetMagazine_GunReload_C_Received_NotifyEnd"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsThird_Person_Character) == 0x000058, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_IsInFirstPerson_ReturnValue) == 0x000061, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000062, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000068, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000078, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000080, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_GetFPCopyComponent_ReturnValue_1) == 0x000108, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_GetFPCopyComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GetMagazine_GunReload_C_Received_NotifyEnd, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000110, "Member 'GetMagazine_GunReload_C_Received_NotifyEnd::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGetMagazine_GunReload_C \ static_assert(alignof(UGetMagazine_GunReload_C) == 0x000010, "Wrong alignment on UGetMagazine_GunReload_C"); \ static_assert(sizeof(UGetMagazine_GunReload_C) == 0x000060, "Wrong size on UGetMagazine_GunReload_C"); \ static_assert(offsetof(UGetMagazine_GunReload_C, RelativeMagTransformOffset) == 0x000030, "Member 'UGetMagazine_GunReload_C::RelativeMagTransformOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrain_C_ExecuteUbergraph_NaziTrain \ static_assert(alignof(NaziTrain_C_ExecuteUbergraph_NaziTrain) == 0x000008, "Wrong alignment on NaziTrain_C_ExecuteUbergraph_NaziTrain"); \ static_assert(sizeof(NaziTrain_C_ExecuteUbergraph_NaziTrain) == 0x000030, "Wrong size on NaziTrain_C_ExecuteUbergraph_NaziTrain"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, EntryPoint) == 0x000000, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, CallFunc_GetLocomotive_ReturnValue) == 0x000008, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, CallFunc_RunHTN_ReturnValue) == 0x000019, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrain_C_ExecuteUbergraph_NaziTrain, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'NaziTrain_C_ExecuteUbergraph_NaziTrain::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziTrain_C \ static_assert(alignof(ANaziTrain_C) == 0x000010, "Wrong alignment on ANaziTrain_C"); \ static_assert(sizeof(ANaziTrain_C) == 0x0005B0, "Wrong size on ANaziTrain_C"); \ static_assert(offsetof(ANaziTrain_C, UberGraphFrame) == 0x000598, "Member 'ANaziTrain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ANaziTrain_C, FGQuestMark) == 0x0005A0, "Member 'ANaziTrain_C::FGQuestMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch \ static_assert(alignof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch) == 0x000008, "Wrong alignment on NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch"); \ static_assert(sizeof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch) == 0x0002A0, "Wrong size on NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, EntryPoint) == 0x000000, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_Has_Been_Initd_Variable_1) == 0x000006, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_HasAuthority_ReturnValue) == 0x000007, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_IsClosed_Variable_1) == 0x00000C, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_CheckCanPull_Result) == 0x00000D, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_CheckCanPull_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Array_Add_ReturnValue_1) == 0x000018, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Array_Add_ReturnValue_2) == 0x00001C, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_CustomEvent_DeltaTime) == 0x000024, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_IsClosed_Variable_2) == 0x000028, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetPlaybackPosition_ReturnValue) == 0x00002C, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_IsTrainAimed_ReturnValue) == 0x000031, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_IsTrainAimed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetEnemyTrain_ReturnValue) == 0x000038, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000050, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetEngineComponent_ReturnValue) == 0x0000D8, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component) == 0x0000E0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_IsValid_ReturnValue_1) == 0x0000E9, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000EA, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000EB, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000EC, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_MakeVector_ReturnValue) == 0x0000F0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_AsNazi_Hitch_Arrow) == 0x000100, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_AsNazi_Hitch_Arrow' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00010C, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000194, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Array_Add_ReturnValue_3) == 0x0001A0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001A4, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001A8, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001AC, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetCurrentTargetLength_TargetLength) == 0x0001B0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetCurrentTargetLength_TargetLength' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_FClamp_ReturnValue) == 0x0001B4, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0001B8, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0001BC, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001C0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0001C4, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_FClamp_ReturnValue_1) == 0x0001C8, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0001CC, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_HasAuthority_ReturnValue_1) == 0x0001D0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_MakeVector_ReturnValue_1) == 0x0001D4, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001E0, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_HasAuthority_ReturnValue_2) == 0x000268, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_CheckCanPull_Result_1) == 0x000269, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_CheckCanPull_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000270, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_HasAuthority_ReturnValue_3) == 0x000278, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_IsValid_ReturnValue_2) == 0x000279, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000280, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, CallFunc_IsValid_ReturnValue_3) == 0x000288, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_AsDirector_Area_Module_Chase) == 0x000290, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_AsDirector_Area_Module_Chase' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch, K2Node_DynamicCast_bSuccess_2) == 0x000298, "Member 'NaziTrainHitch_C_ExecuteUbergraph_NaziTrainHitch::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_ProcessPull \ static_assert(alignof(NaziTrainHitch_C_ProcessPull) == 0x000004, "Wrong alignment on NaziTrainHitch_C_ProcessPull"); \ static_assert(sizeof(NaziTrainHitch_C_ProcessPull) == 0x000004, "Wrong size on NaziTrainHitch_C_ProcessPull"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessPull, DeltaTime) == 0x000000, "Member 'NaziTrainHitch_C_ProcessPull::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_ReceiveTick \ static_assert(alignof(NaziTrainHitch_C_ReceiveTick) == 0x000004, "Wrong alignment on NaziTrainHitch_C_ReceiveTick"); \ static_assert(sizeof(NaziTrainHitch_C_ReceiveTick) == 0x000004, "Wrong size on NaziTrainHitch_C_ReceiveTick"); \ static_assert(offsetof(NaziTrainHitch_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'NaziTrainHitch_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_UpdateGrabMountPoint \ static_assert(alignof(NaziTrainHitch_C_UpdateGrabMountPoint) == 0x000004, "Wrong alignment on NaziTrainHitch_C_UpdateGrabMountPoint"); \ static_assert(sizeof(NaziTrainHitch_C_UpdateGrabMountPoint) == 0x0001A0, "Wrong size on NaziTrainHitch_C_UpdateGrabMountPoint"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, DeltaTime) == 0x000000, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_float_Variable) == 0x000004, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_float_Variable_1) == 0x000008, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_bool_Variable) == 0x00000C, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_float_Variable_2) == 0x000010, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_float_Variable_3) == 0x000014, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, K2Node_Select_Default) == 0x000024, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000034, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_GetSplineLocationClamped_ReturnValue) == 0x000040, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_GetSplineLocationClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_ComposeRotators_ReturnValue) == 0x00004C, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_GetSplineLocationClamped_ReturnValue_1) == 0x000058, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_GetSplineLocationClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, Temp_bool_Variable_1) == 0x000064, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000068, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000F0, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, K2Node_Select_Default_1) == 0x0000F4, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_Not_PreBool_ReturnValue) == 0x0000F8, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_MakeRotator_ReturnValue_1) == 0x0000FC, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_ComposeRotators_ReturnValue_1) == 0x000108, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x000114, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x00019C, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateGrabMountPoint, CallFunc_IsValid_ReturnValue) == 0x00019D, "Member 'NaziTrainHitch_C_UpdateGrabMountPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_CheckCanPull \ static_assert(alignof(NaziTrainHitch_C_CheckCanPull) == 0x000001, "Wrong alignment on NaziTrainHitch_C_CheckCanPull"); \ static_assert(sizeof(NaziTrainHitch_C_CheckCanPull) == 0x000006, "Wrong size on NaziTrainHitch_C_CheckCanPull"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, Result) == 0x000000, "Member 'NaziTrainHitch_C_CheckCanPull::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'NaziTrainHitch_C_CheckCanPull::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'NaziTrainHitch_C_CheckCanPull::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'NaziTrainHitch_C_CheckCanPull::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'NaziTrainHitch_C_CheckCanPull::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckCanPull, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'NaziTrainHitch_C_CheckCanPull::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_ProcessAim \ static_assert(alignof(NaziTrainHitch_C_ProcessAim) == 0x000004, "Wrong alignment on NaziTrainHitch_C_ProcessAim"); \ static_assert(sizeof(NaziTrainHitch_C_ProcessAim) == 0x000058, "Wrong size on NaziTrainHitch_C_ProcessAim"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, DeltaTime) == 0x000000, "Member 'NaziTrainHitch_C_ProcessAim::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000010, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00001C, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000028, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_GetForwardVector_ReturnValue) == 0x000034, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000040, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_Dot_VectorVector_ReturnValue) == 0x00004C, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000051, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000052, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ProcessAim, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'NaziTrainHitch_C_ProcessAim::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_ShootArrow \ static_assert(alignof(NaziTrainHitch_C_ShootArrow) == 0x000008, "Wrong alignment on NaziTrainHitch_C_ShootArrow"); \ static_assert(sizeof(NaziTrainHitch_C_ShootArrow) == 0x000020, "Wrong size on NaziTrainHitch_C_ShootArrow"); \ static_assert(offsetof(NaziTrainHitch_C_ShootArrow, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'NaziTrainHitch_C_ShootArrow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ShootArrow, K2Node_DynamicCast_AsNazi_Hitch_Arrow) == 0x000010, "Member 'NaziTrainHitch_C_ShootArrow::K2Node_DynamicCast_AsNazi_Hitch_Arrow' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_ShootArrow, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'NaziTrainHitch_C_ShootArrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_UpdateArrowRopeLength \ static_assert(alignof(NaziTrainHitch_C_UpdateArrowRopeLength) == 0x000004, "Wrong alignment on NaziTrainHitch_C_UpdateArrowRopeLength"); \ static_assert(sizeof(NaziTrainHitch_C_UpdateArrowRopeLength) == 0x00003C, "Wrong size on NaziTrainHitch_C_UpdateArrowRopeLength"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, DeltaTime) == 0x000000, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000014, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_Vector_Distance_ReturnValue) == 0x000034, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateArrowRopeLength, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000038, "Member 'NaziTrainHitch_C_UpdateArrowRopeLength::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_GetAttachTarget \ static_assert(alignof(NaziTrainHitch_C_GetAttachTarget) == 0x000008, "Wrong alignment on NaziTrainHitch_C_GetAttachTarget"); \ static_assert(sizeof(NaziTrainHitch_C_GetAttachTarget) == 0x0000F0, "Wrong size on NaziTrainHitch_C_GetAttachTarget"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, bfound) == 0x000000, "Member 'NaziTrainHitch_C_GetAttachTarget::bfound' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, Candidates) == 0x000008, "Member 'NaziTrainHitch_C_GetAttachTarget::Candidates' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, Temp_int_Array_Index_Variable) == 0x000018, "Member 'NaziTrainHitch_C_GetAttachTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'NaziTrainHitch_C_GetAttachTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'NaziTrainHitch_C_GetAttachTarget::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'NaziTrainHitch_C_GetAttachTarget::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000034, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Get_Item) == 0x000040, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00006C, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_FindClosestPointOnLine_ReturnValue) == 0x000078, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_FindClosestPointOnLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000084, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000088, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetPlayerTrain_ReturnValue) == 0x000090, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetWagons_ReturnValue) == 0x000098, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetWagons_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_IsValid_ReturnValue_2) == 0x0000A8, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetHitchTarget_F_R_ReturnValue) == 0x0000B8, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetHitchTarget_F_R_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetHitchTarget_F_L_ReturnValue) == 0x0000C0, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetHitchTarget_F_L_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Add_ReturnValue_1) == 0x0000CC, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetHitchTarget_B_R_ReturnValue) == 0x0000D0, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetHitchTarget_B_R_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_GetHitchTarget_B_L_ReturnValue) == 0x0000D8, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_GetHitchTarget_B_L_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Add_ReturnValue_2) == 0x0000E0, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Add_ReturnValue_3) == 0x0000E4, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetAttachTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'NaziTrainHitch_C_GetAttachTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_IsTrainAimed \ static_assert(alignof(NaziTrainHitch_C_IsTrainAimed) == 0x000001, "Wrong alignment on NaziTrainHitch_C_IsTrainAimed"); \ static_assert(sizeof(NaziTrainHitch_C_IsTrainAimed) == 0x000003, "Wrong size on NaziTrainHitch_C_IsTrainAimed"); \ static_assert(offsetof(NaziTrainHitch_C_IsTrainAimed, ReturnValue) == 0x000000, "Member 'NaziTrainHitch_C_IsTrainAimed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_IsTrainAimed, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'NaziTrainHitch_C_IsTrainAimed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_IsTrainAimed, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'NaziTrainHitch_C_IsTrainAimed::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_DestructMeshes \ static_assert(alignof(NaziTrainHitch_C_DestructMeshes) == 0x000008, "Wrong alignment on NaziTrainHitch_C_DestructMeshes"); \ static_assert(sizeof(NaziTrainHitch_C_DestructMeshes) == 0x000028, "Wrong size on NaziTrainHitch_C_DestructMeshes"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, Temp_int_Array_Index_Variable) == 0x000000, "Member 'NaziTrainHitch_C_DestructMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'NaziTrainHitch_C_DestructMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_Array_Get_Item) == 0x000010, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_DestructMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'NaziTrainHitch_C_DestructMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_GetSplineLocationClamped \ static_assert(alignof(NaziTrainHitch_C_GetSplineLocationClamped) == 0x000004, "Wrong alignment on NaziTrainHitch_C_GetSplineLocationClamped"); \ static_assert(sizeof(NaziTrainHitch_C_GetSplineLocationClamped) == 0x000094, "Wrong size on NaziTrainHitch_C_GetSplineLocationClamped"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, ReturnValue) == 0x000000, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, InterpValue) == 0x00000C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::InterpValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000014, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000030, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000034, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000038, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_IsValid_ReturnValue_2) == 0x00003C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetSplineLength_ReturnValue) == 0x000040, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue) == 0x000048, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetSplineLength_ReturnValue_1) == 0x00004C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue) == 0x000050, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000054, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000058, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x00005C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Abs_ReturnValue) == 0x000068, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FInterpTo_ReturnValue) == 0x000070, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FClamp_ReturnValue) == 0x000074, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FInterpTo_ReturnValue_1) == 0x000078, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00007C, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_Lerp_ReturnValue) == 0x000080, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_FClamp_ReturnValue_1) == 0x000084, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetSplineLocationClamped, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x000088, "Member 'NaziTrainHitch_C_GetSplineLocationClamped::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_IsArrowPulled \ static_assert(alignof(NaziTrainHitch_C_IsArrowPulled) == 0x000001, "Wrong alignment on NaziTrainHitch_C_IsArrowPulled"); \ static_assert(sizeof(NaziTrainHitch_C_IsArrowPulled) == 0x000001, "Wrong size on NaziTrainHitch_C_IsArrowPulled"); \ static_assert(offsetof(NaziTrainHitch_C_IsArrowPulled, ReturnValue) == 0x000000, "Member 'NaziTrainHitch_C_IsArrowPulled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_OnArrowTakeDamage \ static_assert(alignof(NaziTrainHitch_C_OnArrowTakeDamage) == 0x000008, "Wrong alignment on NaziTrainHitch_C_OnArrowTakeDamage"); \ static_assert(sizeof(NaziTrainHitch_C_OnArrowTakeDamage) == 0x000030, "Wrong size on NaziTrainHitch_C_OnArrowTakeDamage"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, DamagedActor) == 0x000000, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, Damage) == 0x000008, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, DamageType) == 0x000010, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, InstigatedBy) == 0x000018, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, DamageCauser) == 0x000020, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, CallFunc_GetValue_ReturnValue) == 0x000028, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_OnArrowTakeDamage, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'NaziTrainHitch_C_OnArrowTakeDamage::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_UpdateIdleGrabMountPoint \ static_assert(alignof(NaziTrainHitch_C_UpdateIdleGrabMountPoint) == 0x000004, "Wrong alignment on NaziTrainHitch_C_UpdateIdleGrabMountPoint"); \ static_assert(sizeof(NaziTrainHitch_C_UpdateIdleGrabMountPoint) == 0x0000DC, "Wrong size on NaziTrainHitch_C_UpdateIdleGrabMountPoint"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, DeltaTime) == 0x000000, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, Temp_float_Variable) == 0x000004, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, Temp_float_Variable_1) == 0x000008, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00000C, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000018, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, Temp_bool_Variable) == 0x000024, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_IsValid_ReturnValue) == 0x000025, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, K2Node_Select_Default) == 0x000028, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_GetSplineLength_ReturnValue) == 0x00002C, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00003C, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_ComposeRotators_ReturnValue) == 0x000040, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00004C, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000050, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_UpdateIdleGrabMountPoint, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000D8, "Member 'NaziTrainHitch_C_UpdateIdleGrabMountPoint::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_Get_Exact_Distance \ static_assert(alignof(NaziTrainHitch_C_Get_Exact_Distance) == 0x000004, "Wrong alignment on NaziTrainHitch_C_Get_Exact_Distance"); \ static_assert(sizeof(NaziTrainHitch_C_Get_Exact_Distance) == 0x000048, "Wrong size on NaziTrainHitch_C_Get_Exact_Distance"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, Result) == 0x000000, "Member 'NaziTrainHitch_C_Get_Exact_Distance::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_GetSplineLocationClamped_ReturnValue) == 0x000004, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_GetSplineLocationClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000010, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_GetForwardVector_ReturnValue) == 0x00001C, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00002C, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_FindClosestPointOnLine_ReturnValue) == 0x000038, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_FindClosestPointOnLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_Get_Exact_Distance, CallFunc_Vector_Distance_ReturnValue) == 0x000044, "Member 'NaziTrainHitch_C_Get_Exact_Distance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_CheckNeedDetach \ static_assert(alignof(NaziTrainHitch_C_CheckNeedDetach) == 0x000004, "Wrong alignment on NaziTrainHitch_C_CheckNeedDetach"); \ static_assert(sizeof(NaziTrainHitch_C_CheckNeedDetach) == 0x000010, "Wrong size on NaziTrainHitch_C_CheckNeedDetach"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_Get_Exact_Distance_Result) == 0x000004, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_Get_Exact_Distance_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_CheckNeedDetach, CallFunc_BooleanOR_ReturnValue_1) == 0x00000E, "Member 'NaziTrainHitch_C_CheckNeedDetach::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_GetCurrentTargetLength \ static_assert(alignof(NaziTrainHitch_C_GetCurrentTargetLength) == 0x000004, "Wrong alignment on NaziTrainHitch_C_GetCurrentTargetLength"); \ static_assert(sizeof(NaziTrainHitch_C_GetCurrentTargetLength) == 0x00000C, "Wrong size on NaziTrainHitch_C_GetCurrentTargetLength"); \ static_assert(offsetof(NaziTrainHitch_C_GetCurrentTargetLength, TargetLength_0) == 0x000000, "Member 'NaziTrainHitch_C_GetCurrentTargetLength::TargetLength_0' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetCurrentTargetLength, CallFunc_Get_Exact_Distance_Result) == 0x000004, "Member 'NaziTrainHitch_C_GetCurrentTargetLength::CallFunc_Get_Exact_Distance_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_GetCurrentTargetLength, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'NaziTrainHitch_C_GetCurrentTargetLength::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_RestoreState \ static_assert(alignof(NaziTrainHitch_C_RestoreState) == 0x000004, "Wrong alignment on NaziTrainHitch_C_RestoreState"); \ static_assert(sizeof(NaziTrainHitch_C_RestoreState) == 0x00000C, "Wrong size on NaziTrainHitch_C_RestoreState"); \ static_assert(offsetof(NaziTrainHitch_C_RestoreState, SaveInfo) == 0x000000, "Member 'NaziTrainHitch_C_RestoreState::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_RestoreState, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'NaziTrainHitch_C_RestoreState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_RestoreState, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'NaziTrainHitch_C_RestoreState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTrainHitch_C_IsEnabled \ static_assert(alignof(NaziTrainHitch_C_IsEnabled) == 0x000001, "Wrong alignment on NaziTrainHitch_C_IsEnabled"); \ static_assert(sizeof(NaziTrainHitch_C_IsEnabled) == 0x000004, "Wrong size on NaziTrainHitch_C_IsEnabled"); \ static_assert(offsetof(NaziTrainHitch_C_IsEnabled, Result) == 0x000000, "Member 'NaziTrainHitch_C_IsEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_IsEnabled, CallFunc_IsQuestChase_Result) == 0x000001, "Member 'NaziTrainHitch_C_IsEnabled::CallFunc_IsQuestChase_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_IsEnabled, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'NaziTrainHitch_C_IsEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTrainHitch_C_IsEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'NaziTrainHitch_C_IsEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziTrainHitch_C \ static_assert(alignof(ANaziTrainHitch_C) == 0x000008, "Wrong alignment on ANaziTrainHitch_C"); \ static_assert(sizeof(ANaziTrainHitch_C) == 0x000378, "Wrong size on ANaziTrainHitch_C"); \ static_assert(offsetof(ANaziTrainHitch_C, UberGraphFrame) == 0x000280, "Member 'ANaziTrainHitch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, REW1) == 0x000288, "Member 'ANaziTrainHitch_C::REW1' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, REW) == 0x000290, "Member 'ANaziTrainHitch_C::REW' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, RopeStart) == 0x000298, "Member 'ANaziTrainHitch_C::RopeStart' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, S_NaziEquipment_Hitch_Base_01) == 0x0002A0, "Member 'ANaziTrainHitch_C::S_NaziEquipment_Hitch_Base_01' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, Rope) == 0x0002A8, "Member 'ANaziTrainHitch_C::Rope' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, arrow) == 0x0002B0, "Member 'ANaziTrainHitch_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, Scene1) == 0x0002B8, "Member 'ANaziTrainHitch_C::Scene1' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, S_NaziEquipment_Hitch_Segment_02) == 0x0002C0, "Member 'ANaziTrainHitch_C::S_NaziEquipment_Hitch_Segment_02' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, Scene) == 0x0002C8, "Member 'ANaziTrainHitch_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, S_NaziEquipment_Hitch_Segment_03) == 0x0002D0, "Member 'ANaziTrainHitch_C::S_NaziEquipment_Hitch_Segment_03' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, S_NaziEquipment_Hitch_Segment_01) == 0x0002D8, "Member 'ANaziTrainHitch_C::S_NaziEquipment_Hitch_Segment_01' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullOutTimeline_ThirdPartMove_A5ADA95F419AE840B90A40AEDFC7FB1C) == 0x0002E0, "Member 'ANaziTrainHitch_C::PullOutTimeline_ThirdPartMove_A5ADA95F419AE840B90A40AEDFC7FB1C' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullOutTimeline_SecondPartMove_A5ADA95F419AE840B90A40AEDFC7FB1C) == 0x0002E4, "Member 'ANaziTrainHitch_C::PullOutTimeline_SecondPartMove_A5ADA95F419AE840B90A40AEDFC7FB1C' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullOutTimeline_FirstPartRotaion_A5ADA95F419AE840B90A40AEDFC7FB1C) == 0x0002E8, "Member 'ANaziTrainHitch_C::PullOutTimeline_FirstPartRotaion_A5ADA95F419AE840B90A40AEDFC7FB1C' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullOutTimeline__Direction_A5ADA95F419AE840B90A40AEDFC7FB1C) == 0x0002EC, "Member 'ANaziTrainHitch_C::PullOutTimeline__Direction_A5ADA95F419AE840B90A40AEDFC7FB1C' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullOutTimeline) == 0x0002F0, "Member 'ANaziTrainHitch_C::PullOutTimeline' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullAlpha) == 0x0002F8, "Member 'ANaziTrainHitch_C::PullAlpha' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullAimingTime) == 0x0002FC, "Member 'ANaziTrainHitch_C::PullAimingTime' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, PullSpeed) == 0x000300, "Member 'ANaziTrainHitch_C::PullSpeed' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, bPullWorking) == 0x000304, "Member 'ANaziTrainHitch_C::bPullWorking' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, TargetLength) == 0x000308, "Member 'ANaziTrainHitch_C::TargetLength' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, CurrentLength) == 0x00030C, "Member 'ANaziTrainHitch_C::CurrentLength' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, BaseMovingSpeed) == 0x000310, "Member 'ANaziTrainHitch_C::BaseMovingSpeed' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, CurrentAimingTime) == 0x000314, "Member 'ANaziTrainHitch_C::CurrentAimingTime' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, bAllreadyPulled) == 0x000318, "Member 'ANaziTrainHitch_C::bAllreadyPulled' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, Nazi_Train_Engine_State) == 0x000319, "Member 'ANaziTrainHitch_C::Nazi_Train_Engine_State' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, DestructiveMeshes) == 0x000320, "Member 'ANaziTrainHitch_C::DestructiveMeshes' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, ArrowHealth) == 0x000330, "Member 'ANaziTrainHitch_C::ArrowHealth' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, bArrowShot) == 0x000334, "Member 'ANaziTrainHitch_C::bArrowShot' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, bAimed) == 0x000335, "Member 'ANaziTrainHitch_C::bAimed' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, NaziEngineComponent) == 0x000338, "Member 'ANaziTrainHitch_C::NaziEngineComponent' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, NaziHitchArrow) == 0x000340, "Member 'ANaziTrainHitch_C::NaziHitchArrow' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, OnArrowDamaged) == 0x000348, "Member 'ANaziTrainHitch_C::OnArrowDamaged' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, LastLocation) == 0x000358, "Member 'ANaziTrainHitch_C::LastLocation' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, LastGrabSplineDistance) == 0x000364, "Member 'ANaziTrainHitch_C::LastGrabSplineDistance' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, TrainPositionSynced) == 0x000368, "Member 'ANaziTrainHitch_C::TrainPositionSynced' has a wrong offset!"); \ static_assert(offsetof(ANaziTrainHitch_C, AIModuleChase) == 0x000370, "Member 'ANaziTrainHitch_C::AIModuleChase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule \ static_assert(alignof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule) == 0x000010, "Wrong alignment on GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule"); \ static_assert(sizeof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule) == 0x000240, "Wrong size on GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, EntryPoint) == 0x000000, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetAvailableSpawners_Values) == 0x000008, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetAvailableSpawners_Values' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Min_ReturnValue) == 0x000034, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000038, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Get_Item) == 0x000040, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000054, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Length_ReturnValue_2) == 0x000058, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Max_ReturnValue) == 0x00005C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000060, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000068, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00006C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Get_Item_2) == 0x000078, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Length_ReturnValue_3) == 0x000080, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetClassDisplayName_ReturnValue) == 0x000088, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetCurrentWeight_ReturnValue) == 0x000098, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetCurrentWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B0, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetCurrentCount_ReturnValue) == 0x0000D0, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetCurrentCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetMaxAliveEnemy_ReturnValue) == 0x0000D4, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetMaxAliveEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000D8, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Conv_IntToString_ReturnValue_2) == 0x0000E8, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F8, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000108, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000118, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetCurrentStage_ReturnValue) == 0x000128, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetCurrentStage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Not_PreBool_ReturnValue) == 0x00012C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_GetCurrentBudget_ReturnValue) == 0x000130, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_GetCurrentBudget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000138, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000148, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000158, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000168, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, K2Node_Event_DeltaSeconds) == 0x000178, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, Temp_int_Loop_Counter_Variable_1) == 0x00017C, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_IsValid_ReturnValue) == 0x000180, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_IsPendingSpawn_ReturnValue) == 0x000181, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_IsPendingSpawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Not_PreBool_ReturnValue_1) == 0x000182, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Less_IntInt_ReturnValue) == 0x000183, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Add_IntInt_ReturnValue) == 0x000184, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, K2Node_CustomEvent_SpawnInfo) == 0x000190, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::K2Node_CustomEvent_SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_IsValid_ReturnValue_1) == 0x000230, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Array_Add_ReturnValue) == 0x000234, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000238, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_Spawn_ReturnValue) == 0x000239, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_IsValid_ReturnValue_2) == 0x00023A, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule, CallFunc_IsLoaded_ReturnValue) == 0x00023B, "Member 'GenericDirectorAreaModule_C_ExecuteUbergraph_GenericDirectorAreaModule::CallFunc_IsLoaded_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_OnSpawnFailed_Event_1 \ static_assert(alignof(GenericDirectorAreaModule_C_OnSpawnFailed_Event_1) == 0x000010, "Wrong alignment on GenericDirectorAreaModule_C_OnSpawnFailed_Event_1"); \ static_assert(sizeof(GenericDirectorAreaModule_C_OnSpawnFailed_Event_1) == 0x0000A0, "Wrong size on GenericDirectorAreaModule_C_OnSpawnFailed_Event_1"); \ static_assert(offsetof(GenericDirectorAreaModule_C_OnSpawnFailed_Event_1, SpawnInfo) == 0x000000, "Member 'GenericDirectorAreaModule_C_OnSpawnFailed_Event_1::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_ReceiveTick \ static_assert(alignof(GenericDirectorAreaModule_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericDirectorAreaModule_C_ReceiveTick"); \ static_assert(sizeof(GenericDirectorAreaModule_C_ReceiveTick) == 0x000004, "Wrong size on GenericDirectorAreaModule_C_ReceiveTick"); \ static_assert(offsetof(GenericDirectorAreaModule_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericDirectorAreaModule_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_GetSpawnedCostSummary \ static_assert(alignof(GenericDirectorAreaModule_C_GetSpawnedCostSummary) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_GetSpawnedCostSummary"); \ static_assert(sizeof(GenericDirectorAreaModule_C_GetSpawnedCostSummary) == 0x000088, "Wrong size on GenericDirectorAreaModule_C_GetSpawnedCostSummary"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, return_0) == 0x000000, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::return_0' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, Local_CostSummary) == 0x000004, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::Local_CostSummary' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, Temp_int_Array_Index_Variable) == 0x000010, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_GetCurrentSpawnQueue_ReturnValue) == 0x000018, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_GetCurrentSpawnQueue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_GetDefaultWeight_ReturnValue) == 0x000034, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_GetDefaultWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Add_IntInt_ReturnValue_2) == 0x000044, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000048, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_GetObjectClass_ReturnValue) == 0x000070, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_GetDefaultWeight_ReturnValue_1) == 0x000078, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_GetDefaultWeight_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Array_Length_ReturnValue_2) == 0x00007C, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Add_IntInt_ReturnValue_3) == 0x000080, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetSpawnedCostSummary, CallFunc_Less_IntInt_ReturnValue_1) == 0x000084, "Member 'GenericDirectorAreaModule_C_GetSpawnedCostSummary::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_UpdateAIPool \ static_assert(alignof(GenericDirectorAreaModule_C_UpdateAIPool) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_UpdateAIPool"); \ static_assert(sizeof(GenericDirectorAreaModule_C_UpdateAIPool) == 0x000060, "Wrong size on GenericDirectorAreaModule_C_UpdateAIPool"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_GetCurrentStage_ReturnValue) == 0x00000C, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_GetCurrentStage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_GetCurrentPreset_ReturnValue) == 0x000010, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_GetCurrentPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Array_Get_Item) == 0x000038, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Greater_IntInt_ReturnValue) == 0x000049, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_GetCurrentCount_ReturnValue) == 0x000054, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_GetCurrentCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_UpdateAIPool, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'GenericDirectorAreaModule_C_UpdateAIPool::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_GetClassToRoll \ static_assert(alignof(GenericDirectorAreaModule_C_GetClassToRoll) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_GetClassToRoll"); \ static_assert(sizeof(GenericDirectorAreaModule_C_GetClassToRoll) == 0x000168, "Wrong size on GenericDirectorAreaModule_C_GetClassToRoll"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Class_0) == 0x000000, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Class_0' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Local_RolledIndex) == 0x000008, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Local_RolledIndex' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Local_WorkingChancesSummary) == 0x000010, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Local_WorkingChancesSummary' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Local_SpawnChancesSummary) == 0x000020, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Local_SpawnChancesSummary' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Temp_int_Array_Index_Variable) == 0x000024, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentStage_ReturnValue) == 0x000034, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentStage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentBudget_ReturnValue) == 0x000038, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentBudget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentStage_ReturnValue_1) == 0x00003C, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentStage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentStage_ReturnValue_2) == 0x000040, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentStage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetSpawnedCostSummary_return) == 0x000044, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetSpawnedCostSummary_return' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Get_Item) == 0x000068, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Conv_FloatToString_ReturnValue) == 0x000070, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentWeight_ReturnValue) == 0x000080, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetClassDisplayName_ReturnValue) == 0x000088, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000098, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetRandomIndex_ReturnValue) == 0x0000F8, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetRandomIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000100, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000110, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, Temp_int_Loop_Counter_Variable_1) == 0x000120, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentSpawnChance_ReturnValue) == 0x000134, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentSpawnChance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Add_FloatFloat_ReturnValue) == 0x00013C, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Add_IntInt_ReturnValue_1) == 0x000140, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000144, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Get_Item_2) == 0x000148, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_GetCurrentSpawnChance_ReturnValue_1) == 0x000150, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_GetCurrentSpawnChance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Length_ReturnValue_1) == 0x000154, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000158, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Less_IntInt_ReturnValue_1) == 0x00015C, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetClassToRoll, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'GenericDirectorAreaModule_C_GetClassToRoll::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_RollLoop \ static_assert(alignof(GenericDirectorAreaModule_C_RollLoop) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_RollLoop"); \ static_assert(sizeof(GenericDirectorAreaModule_C_RollLoop) == 0x000038, "Wrong size on GenericDirectorAreaModule_C_RollLoop"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_GetSpawnedEnemy_ReturnValue) == 0x000000, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_GetSpawnedEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_GetMaxAliveEnemy_ReturnValue) == 0x000004, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_GetMaxAliveEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, Temp_bool_Variable) == 0x000008, "Member 'GenericDirectorAreaModule_C_RollLoop::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Less_IntInt_ReturnValue) == 0x000015, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, Temp_int_Variable) == 0x000018, "Member 'GenericDirectorAreaModule_C_RollLoop::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000020, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_GetClassToRoll_Class) == 0x000028, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_GetClassToRoll_Class' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_IsValidClass_ReturnValue) == 0x000030, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_RollLoop, CallFunc_Array_Add_ReturnValue) == 0x000034, "Member 'GenericDirectorAreaModule_C_RollLoop::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_GetMaxWaves \ static_assert(alignof(GenericDirectorAreaModule_C_GetMaxWaves) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_GetMaxWaves"); \ static_assert(sizeof(GenericDirectorAreaModule_C_GetMaxWaves) == 0x000028, "Wrong size on GenericDirectorAreaModule_C_GetMaxWaves"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetMaxWaves, Output) == 0x000000, "Member 'GenericDirectorAreaModule_C_GetMaxWaves::Output' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetMaxWaves, K2Node_MakeArray_Array) == 0x000008, "Member 'GenericDirectorAreaModule_C_GetMaxWaves::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetMaxWaves, CallFunc_GetWorldRate_ReturnValue) == 0x000018, "Member 'GenericDirectorAreaModule_C_GetMaxWaves::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetMaxWaves, CallFunc_GetDataByWR_FloatValue) == 0x00001C, "Member 'GenericDirectorAreaModule_C_GetMaxWaves::CallFunc_GetDataByWR_FloatValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetMaxWaves, CallFunc_GetDataByWR_IntValue) == 0x000020, "Member 'GenericDirectorAreaModule_C_GetMaxWaves::CallFunc_GetDataByWR_IntValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericDirectorAreaModule_C_GetAvailableSpawners \ static_assert(alignof(GenericDirectorAreaModule_C_GetAvailableSpawners) == 0x000008, "Wrong alignment on GenericDirectorAreaModule_C_GetAvailableSpawners"); \ static_assert(sizeof(GenericDirectorAreaModule_C_GetAvailableSpawners) == 0x000138, "Wrong size on GenericDirectorAreaModule_C_GetAvailableSpawners"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, bWantFlySpawn) == 0x000000, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::bWantFlySpawn' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, MinDistance) == 0x000004, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::MinDistance' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, MaxDistance) == 0x000008, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Values) == 0x000010, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Values' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, bMaxFiltered) == 0x000020, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::bMaxFiltered' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, DistanceWeightSumm) == 0x000024, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::DistanceWeightSumm' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, bMinFiltered) == 0x000028, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::bMinFiltered' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Result) == 0x000030, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Result' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Array_Index_Variable) == 0x000080, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Array_Index_Variable_1) == 0x00008C, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Array_Index_Variable_2) == 0x000098, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Not_PreBool_ReturnValue) == 0x00009C, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Square_ReturnValue) == 0x0000A0, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A4, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Square_ReturnValue_1) == 0x0000A8, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, Temp_int_Loop_Counter_Variable_2) == 0x0000AC, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Map_Values_Values) == 0x0000B0, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000C0, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C4, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_BooleanAND_ReturnValue) == 0x0000C5, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C8, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_IsAlive_ReturnValue) == 0x0000E8, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000EC, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0000F9, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_CanSpawn_ReturnValue) == 0x0000FA, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_CanSpawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000FC, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00010C, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000111, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Not_PreBool_ReturnValue_2) == 0x000112, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Less_FloatFloat_ReturnValue) == 0x000113, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000114, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Add_FloatFloat_ReturnValue) == 0x000120, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_IsAlive_ReturnValue_1) == 0x000124, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_IsAlive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Length_ReturnValue_1) == 0x000128, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Array_Length_ReturnValue_2) == 0x00012C, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Less_IntInt_ReturnValue_1) == 0x000130, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericDirectorAreaModule_C_GetAvailableSpawners, CallFunc_Less_IntInt_ReturnValue_2) == 0x000131, "Member 'GenericDirectorAreaModule_C_GetAvailableSpawners::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericDirectorAreaModule_C \ static_assert(alignof(AGenericDirectorAreaModule_C) == 0x000008, "Wrong alignment on AGenericDirectorAreaModule_C"); \ static_assert(sizeof(AGenericDirectorAreaModule_C) == 0x0003B0, "Wrong size on AGenericDirectorAreaModule_C"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, UberGraphFrame) == 0x000378, "Member 'AGenericDirectorAreaModule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, DefaultSceneRoot) == 0x000380, "Member 'AGenericDirectorAreaModule_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, CurrentAIPoolToSpawn) == 0x000388, "Member 'AGenericDirectorAreaModule_C::CurrentAIPoolToSpawn' has a wrong offset!"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, AliveCoefficient) == 0x000398, "Member 'AGenericDirectorAreaModule_C::AliveCoefficient' has a wrong offset!"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, MinSpawnDistance) == 0x00039C, "Member 'AGenericDirectorAreaModule_C::MinSpawnDistance' has a wrong offset!"); \ static_assert(offsetof(AGenericDirectorAreaModule_C, FaledClassesToSpawn) == 0x0003A0, "Member 'AGenericDirectorAreaModule_C::FaledClassesToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves \ static_assert(alignof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves) == 0x000008, "Wrong alignment on DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves"); \ static_assert(sizeof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves) == 0x000058, "Wrong size on DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, EntryPoint) == 0x000000, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, K2Node_Event_Character) == 0x000008, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::K2Node_Event_Character' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GetObjectName_ReturnValue) == 0x000010, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GetStagesCount_ReturnValue) == 0x000030, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GetStagesCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GetMaxAliveEnemy_ReturnValue) == 0x000038, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GetMaxAliveEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00003C, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GetCurrentStage_ReturnValue) == 0x000040, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GetCurrentStage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_FTrunc_ReturnValue) == 0x000044, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_GetAliveWaveCharactersCount_ReturnValue) == 0x00004C, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_GetAliveWaveCharactersCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000051, "Member 'DirectorAreaModuleAutoSpawnWaves_C_ExecuteUbergraph_DirectorAreaModuleAutoSpawnWaves::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied \ static_assert(alignof(DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied) == 0x000008, "Wrong alignment on DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied"); \ static_assert(sizeof(DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied) == 0x000008, "Wrong size on DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied, Character) == 0x000000, "Member 'DirectorAreaModuleAutoSpawnWaves_C_OnCharacterDied::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount \ static_assert(alignof(DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount) == 0x000008, "Wrong alignment on DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount"); \ static_assert(sizeof(DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount) == 0x000020, "Wrong size on DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount, ReturnValue) == 0x000000, "Member 'DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000008, "Member 'DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'DirectorAreaModuleAutoSpawnWaves_C_GetAliveWaveCharactersCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModuleAutoSpawnWaves_C \ static_assert(alignof(ADirectorAreaModuleAutoSpawnWaves_C) == 0x000008, "Wrong alignment on ADirectorAreaModuleAutoSpawnWaves_C"); \ static_assert(sizeof(ADirectorAreaModuleAutoSpawnWaves_C) == 0x0003B8, "Wrong size on ADirectorAreaModuleAutoSpawnWaves_C"); \ static_assert(offsetof(ADirectorAreaModuleAutoSpawnWaves_C, UberGraphFrame_DirectorAreaModuleAutoSpawnWaves_C) == 0x0003B0, "Member 'ADirectorAreaModuleAutoSpawnWaves_C::UberGraphFrame_DirectorAreaModuleAutoSpawnWaves_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow \ static_assert(alignof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow) == 0x000008, "Wrong alignment on NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow"); \ static_assert(sizeof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow) == 0x0001B8, "Wrong size on NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, EntryPoint) == 0x000000, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_Event_Impact) == 0x000014, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_Event_DeltaSeconds) == 0x00009C, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A0, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B0, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000BC, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000C0, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000C4, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_GetOwner_ReturnValue) == 0x0000D0, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000D8, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000160, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_CustomEvent_OldValue) == 0x000164, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_CustomEvent_NewValue) == 0x000168, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_GetPlayerController_ReturnValue) == 0x000170, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000178, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_GetHUD_ReturnValue) == 0x000180, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_DynamicCast_AsHUD_Interface) == 0x000188, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_GetMaxValue_ReturnValue) == 0x00019C, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001A0, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, K2Node_CreateDelegate_OutputDelegate) == 0x0001A4, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow, Temp_bool_Has_Been_Initd_Variable) == 0x0001B4, "Member 'NaziHitchArrow_C_ExecuteUbergraph_NaziHitchArrow::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_OnHealthValueChanged \ static_assert(alignof(NaziHitchArrow_C_OnHealthValueChanged) == 0x000004, "Wrong alignment on NaziHitchArrow_C_OnHealthValueChanged"); \ static_assert(sizeof(NaziHitchArrow_C_OnHealthValueChanged) == 0x000008, "Wrong size on NaziHitchArrow_C_OnHealthValueChanged"); \ static_assert(offsetof(NaziHitchArrow_C_OnHealthValueChanged, OldValue) == 0x000000, "Member 'NaziHitchArrow_C_OnHealthValueChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_OnHealthValueChanged, NewValue) == 0x000004, "Member 'NaziHitchArrow_C_OnHealthValueChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_ReceiveTick \ static_assert(alignof(NaziHitchArrow_C_ReceiveTick) == 0x000004, "Wrong alignment on NaziHitchArrow_C_ReceiveTick"); \ static_assert(sizeof(NaziHitchArrow_C_ReceiveTick) == 0x000004, "Wrong size on NaziHitchArrow_C_ReceiveTick"); \ static_assert(offsetof(NaziHitchArrow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'NaziHitchArrow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_OnPlayImpactEffect \ static_assert(alignof(NaziHitchArrow_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on NaziHitchArrow_C_OnPlayImpactEffect"); \ static_assert(sizeof(NaziHitchArrow_C_OnPlayImpactEffect) == 0x000088, "Wrong size on NaziHitchArrow_C_OnPlayImpactEffect"); \ static_assert(offsetof(NaziHitchArrow_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'NaziHitchArrow_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_Fire \ static_assert(alignof(NaziHitchArrow_C_Fire) == 0x000008, "Wrong alignment on NaziHitchArrow_C_Fire"); \ static_assert(sizeof(NaziHitchArrow_C_Fire) == 0x000028, "Wrong size on NaziHitchArrow_C_Fire"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, Target_0) == 0x000000, "Member 'NaziHitchArrow_C_Fire::Target_0' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'NaziHitchArrow_C_Fire::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'NaziHitchArrow_C_Fire::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, CallFunc_GetAttachParentActor_ReturnValue) == 0x000010, "Member 'NaziHitchArrow_C_Fire::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'NaziHitchArrow_C_Fire::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_Fire, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'NaziHitchArrow_C_Fire::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_GetIsEnemy \ static_assert(alignof(NaziHitchArrow_C_GetIsEnemy) == 0x000001, "Wrong alignment on NaziHitchArrow_C_GetIsEnemy"); \ static_assert(sizeof(NaziHitchArrow_C_GetIsEnemy) == 0x000001, "Wrong size on NaziHitchArrow_C_GetIsEnemy"); \ static_assert(offsetof(NaziHitchArrow_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'NaziHitchArrow_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziHitchArrow_C_GetEnemyData \ static_assert(alignof(NaziHitchArrow_C_GetEnemyData) == 0x000008, "Wrong alignment on NaziHitchArrow_C_GetEnemyData"); \ static_assert(sizeof(NaziHitchArrow_C_GetEnemyData) == 0x000060, "Wrong size on NaziHitchArrow_C_GetEnemyData"); \ static_assert(offsetof(NaziHitchArrow_C_GetEnemyData, Data) == 0x000000, "Member 'NaziHitchArrow_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'NaziHitchArrow_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'NaziHitchArrow_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'NaziHitchArrow_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziHitchArrow_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'NaziHitchArrow_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziHitchArrow_C \ static_assert(alignof(ANaziHitchArrow_C) == 0x000008, "Wrong alignment on ANaziHitchArrow_C"); \ static_assert(sizeof(ANaziHitchArrow_C) == 0x000268, "Wrong size on ANaziHitchArrow_C"); \ static_assert(offsetof(ANaziHitchArrow_C, UberGraphFrame) == 0x000220, "Member 'ANaziHitchArrow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, Health) == 0x000228, "Member 'ANaziHitchArrow_C::Health' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, Sphere) == 0x000230, "Member 'ANaziHitchArrow_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, ArrowMesh) == 0x000238, "Member 'ANaziHitchArrow_C::ArrowMesh' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, arrow) == 0x000240, "Member 'ANaziHitchArrow_C::arrow' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, ProjectileMovement) == 0x000248, "Member 'ANaziHitchArrow_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, Target) == 0x000250, "Member 'ANaziHitchArrow_C::Target' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, bTrainAttached) == 0x000258, "Member 'ANaziHitchArrow_C::bTrainAttached' has a wrong offset!"); \ static_assert(offsetof(ANaziHitchArrow_C, PlayerTrain) == 0x000260, "Member 'ANaziHitchArrow_C::PlayerTrain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature \ static_assert(alignof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature"); \ static_assert(sizeof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature) == 0x0000F8, "Wrong size on ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, EntryPoint) == 0x000000, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_2) == 0x000006, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_3) == 0x000007, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_4) == 0x000008, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_5) == 0x000009, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_IsValid_ReturnValue_6) == 0x00000A, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, Temp_object_Variable) == 0x000010, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_AsAnim_Montage) == 0x000018, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_AsAnim_Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_Less_FloatFloat_ReturnValue) == 0x000021, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000022, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CustomEvent_Loaded) == 0x000028, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CustomEvent_SpitsOfLeaf) == 0x000058, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CustomEvent_SpitsOfLeaf' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CustomEvent_Loaded_1) == 0x000070, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_Array_Random_OutItem) == 0x000078, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_Array_Random_OutIndex) == 0x0000A0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CustomEvent_Mushroom) == 0x0000A8, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CustomEvent_Mushroom' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, Temp_object_Variable_1) == 0x0000B0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_AsAnim_Montage_1) == 0x0000B8, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_AsAnim_Montage_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_CustomEvent_Loaded_2) == 0x0000C8, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_Event_DeltaTimeX) == 0x0000D0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D4, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, CallFunc_RandomInteger_ReturnValue) == 0x0000D8, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, Temp_object_Variable_2) == 0x0000E0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_AsAnim_Montage_2) == 0x0000E8, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_AsAnim_Montage_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'ABP_ResearchCreature_C_ExecuteUbergraph_ABP_ResearchCreature::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_ResearchCreature_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_ResearchCreature_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_ResearchCreature_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_ResearchCreature_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_ResearchCreature_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_ResearchCreature_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_PlayFirstSpawnReaction \ static_assert(alignof(ABP_ResearchCreature_C_PlayFirstSpawnReaction) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_PlayFirstSpawnReaction"); \ static_assert(sizeof(ABP_ResearchCreature_C_PlayFirstSpawnReaction) == 0x000008, "Wrong size on ABP_ResearchCreature_C_PlayFirstSpawnReaction"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayFirstSpawnReaction, Mushroom_0) == 0x000000, "Member 'ABP_ResearchCreature_C_PlayFirstSpawnReaction::Mushroom_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_PlayResearchTechReaction \ static_assert(alignof(ABP_ResearchCreature_C_PlayResearchTechReaction) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_PlayResearchTechReaction"); \ static_assert(sizeof(ABP_ResearchCreature_C_PlayResearchTechReaction) == 0x000008, "Wrong size on ABP_ResearchCreature_C_PlayResearchTechReaction"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayResearchTechReaction, SpitsOfLeaf) == 0x000000, "Member 'ABP_ResearchCreature_C_PlayResearchTechReaction::SpitsOfLeaf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD \ static_assert(alignof(ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD"); \ static_assert(sizeof(ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD) == 0x000008, "Wrong size on ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD"); \ static_assert(offsetof(ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD, Loaded) == 0x000000, "Member 'ABP_ResearchCreature_C_OnLoaded_C76070C34DD9216AA9A4E3975FAFA0FD::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645 \ static_assert(alignof(ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645"); \ static_assert(sizeof(ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645) == 0x000008, "Wrong size on ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645"); \ static_assert(offsetof(ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645, Loaded) == 0x000000, "Member 'ABP_ResearchCreature_C_OnLoaded_5BDE305549D1B5ED2B3C71A44C12E645::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6 \ static_assert(alignof(ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6"); \ static_assert(sizeof(ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6) == 0x000008, "Wrong size on ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6"); \ static_assert(offsetof(ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6, Loaded) == 0x000000, "Member 'ABP_ResearchCreature_C_OnLoaded_FB263F024ABF1851342575BC8054A1F6::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_PlayMontage \ static_assert(alignof(ABP_ResearchCreature_C_PlayMontage) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_PlayMontage"); \ static_assert(sizeof(ABP_ResearchCreature_C_PlayMontage) == 0x000038, "Wrong size on ABP_ResearchCreature_C_PlayMontage"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, MontageToPlay) == 0x000000, "Member 'ABP_ResearchCreature_C_PlayMontage::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'ABP_ResearchCreature_C_PlayMontage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_Montage_Play_ReturnValue) == 0x00001C, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000020, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ResearchCreature_C_PlayMontage, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'ABP_ResearchCreature_C_PlayMontage::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_SetEnabledActiveIdles \ static_assert(alignof(ABP_ResearchCreature_C_SetEnabledActiveIdles) == 0x000001, "Wrong alignment on ABP_ResearchCreature_C_SetEnabledActiveIdles"); \ static_assert(sizeof(ABP_ResearchCreature_C_SetEnabledActiveIdles) == 0x000001, "Wrong size on ABP_ResearchCreature_C_SetEnabledActiveIdles"); \ static_assert(offsetof(ABP_ResearchCreature_C_SetEnabledActiveIdles, bActiveIdleEnabled_0) == 0x000000, "Member 'ABP_ResearchCreature_C_SetEnabledActiveIdles::bActiveIdleEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ResearchCreature_C_AnimGraph \ static_assert(alignof(ABP_ResearchCreature_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_ResearchCreature_C_AnimGraph"); \ static_assert(sizeof(ABP_ResearchCreature_C_AnimGraph) == 0x000010, "Wrong size on ABP_ResearchCreature_C_AnimGraph"); \ static_assert(offsetof(ABP_ResearchCreature_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_ResearchCreature_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_ResearchCreature_C \ static_assert(alignof(UABP_ResearchCreature_C) == 0x000010, "Wrong alignment on UABP_ResearchCreature_C"); \ static_assert(sizeof(UABP_ResearchCreature_C) == 0x0008F0, "Wrong size on UABP_ResearchCreature_C"); \ static_assert(offsetof(UABP_ResearchCreature_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_ResearchCreature_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_TransitionResult_1) == 0x0002F8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_TransitionResult) == 0x000320, "Member 'UABP_ResearchCreature_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer_5) == 0x000348, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer_4) == 0x0003C8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer_3) == 0x000448, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer_2) == 0x0004C8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer_1) == 0x000548, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_BlendListByInt) == 0x0005C8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_StateResult_1) == 0x000668, "Member 'UABP_ResearchCreature_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_SequencePlayer) == 0x000698, "Member 'UABP_ResearchCreature_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_StateResult) == 0x000718, "Member 'UABP_ResearchCreature_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_StateMachine) == 0x000748, "Member 'UABP_ResearchCreature_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimGraphNode_Slot) == 0x0007F8, "Member 'UABP_ResearchCreature_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AddResearchPointsMontagesSoft) == 0x000840, "Member 'UABP_ResearchCreature_C::AddResearchPointsMontagesSoft' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, AnimToPlaySoft) == 0x000850, "Member 'UABP_ResearchCreature_C::AnimToPlaySoft' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, ResearchTechMontageSoft) == 0x000878, "Member 'UABP_ResearchCreature_C::ResearchTechMontageSoft' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, FirstSpawnReactionMontageSoft) == 0x0008A0, "Member 'UABP_ResearchCreature_C::FirstSpawnReactionMontageSoft' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, Mushroom) == 0x0008C8, "Member 'UABP_ResearchCreature_C::Mushroom' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, Spits_Of_Leaf) == 0x0008D0, "Member 'UABP_ResearchCreature_C::Spits_Of_Leaf' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, CurrentDelay) == 0x0008D8, "Member 'UABP_ResearchCreature_C::CurrentDelay' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, ActiveIdleDelay) == 0x0008DC, "Member 'UABP_ResearchCreature_C::ActiveIdleDelay' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, RandomSequnceInteger) == 0x0008E0, "Member 'UABP_ResearchCreature_C::RandomSequnceInteger' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, bActiveIdleEnabled) == 0x0008E4, "Member 'UABP_ResearchCreature_C::bActiveIdleEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_ResearchCreature_C, ResearchTechMontage) == 0x0008E8, "Member 'UABP_ResearchCreature_C::ResearchTechMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture \ static_assert(alignof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture) == 0x000008, "Wrong alignment on RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture"); \ static_assert(sizeof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture) == 0x000088, "Wrong size on RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, EntryPoint) == 0x000000, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, Temp_int_Array_Index_Variable) == 0x000004, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, K2Node_CustomEvent_Rofleemo_1) == 0x000010, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::K2Node_CustomEvent_Rofleemo_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_MakeTextureFromRenderTarget_ReturnValue) == 0x000018, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_MakeTextureFromRenderTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, K2Node_CustomEvent_Rofleemo) == 0x000020, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::K2Node_CustomEvent_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_GetMaterials_ReturnValue) == 0x000028, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Array_Get_Item) == 0x000038, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000040, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Set_Length_ReturnValue) == 0x000054, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Set_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Set_ToArray_Result) == 0x000058, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Subtract_IntInt_ReturnValue) == 0x000070, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture, CallFunc_Set_Remove_ReturnValue) == 0x000081, "Member 'RofleemoCapture_C_ExecuteUbergraph_RofleemoCapture::CallFunc_Set_Remove_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoCapture_C_AddToQueue \ static_assert(alignof(RofleemoCapture_C_AddToQueue) == 0x000008, "Wrong alignment on RofleemoCapture_C_AddToQueue"); \ static_assert(sizeof(RofleemoCapture_C_AddToQueue) == 0x000008, "Wrong size on RofleemoCapture_C_AddToQueue"); \ static_assert(offsetof(RofleemoCapture_C_AddToQueue, Rofleemo_0) == 0x000000, "Member 'RofleemoCapture_C_AddToQueue::Rofleemo_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoCapture_C_CaptureOneRofleemo \ static_assert(alignof(RofleemoCapture_C_CaptureOneRofleemo) == 0x000008, "Wrong alignment on RofleemoCapture_C_CaptureOneRofleemo"); \ static_assert(sizeof(RofleemoCapture_C_CaptureOneRofleemo) == 0x000008, "Wrong size on RofleemoCapture_C_CaptureOneRofleemo"); \ static_assert(offsetof(RofleemoCapture_C_CaptureOneRofleemo, Rofleemo_0) == 0x000000, "Member 'RofleemoCapture_C_CaptureOneRofleemo::Rofleemo_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoCapture_C \ static_assert(alignof(ARofleemoCapture_C) == 0x000008, "Wrong alignment on ARofleemoCapture_C"); \ static_assert(sizeof(ARofleemoCapture_C) == 0x0002A0, "Wrong size on ARofleemoCapture_C"); \ static_assert(offsetof(ARofleemoCapture_C, UberGraphFrame) == 0x000220, "Member 'ARofleemoCapture_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, FakeRofleemo) == 0x000228, "Member 'ARofleemoCapture_C::FakeRofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, SpotLight1) == 0x000230, "Member 'ARofleemoCapture_C::SpotLight1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, SceneCaptureComponent2D) == 0x000238, "Member 'ARofleemoCapture_C::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, Rofleemo) == 0x000240, "Member 'ARofleemoCapture_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, RofleemoQueue) == 0x000248, "Member 'ARofleemoCapture_C::RofleemoQueue' has a wrong offset!"); \ static_assert(offsetof(ARofleemoCapture_C, bInProcess) == 0x000298, "Member 'ARofleemoCapture_C::bInProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffect_Combustion_C \ static_assert(alignof(UBaseAction_StatusEffect_Combustion_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffect_Combustion_C"); \ static_assert(sizeof(UBaseAction_StatusEffect_Combustion_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffect_Combustion_C"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable \ static_assert(alignof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable"); \ static_assert(sizeof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable) == 0x0003E0, "Wrong size on WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, EntryPoint) == 0x000000, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Percentage_1) == 0x000018, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_8) == 0x000020, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_7) == 0x000028, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Percentage) == 0x000030, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_6) == 0x000038, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_5) == 0x000040, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_4) == 0x000048, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_NewName) == 0x000050, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_NewName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetGameInstance_ReturnValue) == 0x000068, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsFGGame_Instance) == 0x000078, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsInitialized_ReturnValue) == 0x000081, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsInitialized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Hit_3) == 0x000084, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_3) == 0x000110, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Hit_2) == 0x000118, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_2) == 0x0001A0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_NewState) == 0x0001A8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_OldState) == 0x0001A9, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_SwitchEnum_CmpSuccess) == 0x0001AA, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_1) == 0x0001AB, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Hit_1) == 0x0001AC, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter_1) == 0x000238, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_2) == 0x000240, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_SetStaticMesh_ReturnValue) == 0x000241, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_CreateDelegate_OutputDelegate_1) == 0x000244, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000258, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetGameInstance_ReturnValue_1) == 0x000260, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_3) == 0x000268, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000270, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess_1) == 0x000278, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetValueAsInt_ReturnValue) == 0x00027C, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_4) == 0x000280, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000288, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess_2) == 0x000290, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_Map_Find_Value) == 0x000298, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_Map_Find_ReturnValue) == 0x0002A0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_Map_Find_Value_1) == 0x0002A8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_Map_Find_ReturnValue_1) == 0x0002B0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsEmpty_ReturnValue) == 0x0002B1, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_Not_PreBool_ReturnValue) == 0x0002B2, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetMaterial_ReturnValue) == 0x0002B8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_5) == 0x0002C0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0002C8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, Temp_bool_Has_Been_Initd_Variable) == 0x0002E0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_6) == 0x0002E1, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetResearchPoints_ReturnValue) == 0x0002E4, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetResearchPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_CustomEvent_NewInteractedPlayerCharacter) == 0x0002E8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_CustomEvent_NewInteractedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_7) == 0x0002F0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsValid_ReturnValue_8) == 0x0002F1, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetResearchPoints_ReturnValue_1) == 0x0002F4, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetResearchPoints_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetAnimInstance_ReturnValue) == 0x0002F8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsABP_Research_Creature) == 0x000300, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsABP_Research_Creature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess_3) == 0x000308, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000310, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsABP_Research_Creature_1) == 0x000318, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsABP_Research_Creature_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess_4) == 0x000320, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_Hit) == 0x000324, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_Event_PlayerCharacter) == 0x0003B0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x0003B8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, K2Node_DynamicCast_bSuccess_5) == 0x0003C8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x0003D0, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable, CallFunc_IsUnlocked_ReturnValue) == 0x0003D8, "Member 'WagonModule_ResearchTable_C_ExecuteUbergraph_WagonModule_ResearchTable::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnAlternateUseActor \ static_assert(alignof(WagonModule_ResearchTable_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnAlternateUseActor"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnAlternateUseActor) == 0x000090, "Wrong size on WagonModule_ResearchTable_C_OnAlternateUseActor"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnInteractUpdated_Event_0 \ static_assert(alignof(WagonModule_ResearchTable_C_OnInteractUpdated_Event_0) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnInteractUpdated_Event_0"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnInteractUpdated_Event_0) == 0x000008, "Wrong size on WagonModule_ResearchTable_C_OnInteractUpdated_Event_0"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnInteractUpdated_Event_0, NewInteractedPlayerCharacter) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnInteractUpdated_Event_0::NewInteractedPlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnUse \ static_assert(alignof(WagonModule_ResearchTable_C_OnUse) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnUse"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnUse) == 0x000090, "Wrong size on WagonModule_ResearchTable_C_OnUse"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUse, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_OnUse::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_EventOnStateUpdated \ static_assert(alignof(WagonModule_ResearchTable_C_EventOnStateUpdated) == 0x000001, "Wrong alignment on WagonModule_ResearchTable_C_EventOnStateUpdated"); \ static_assert(sizeof(WagonModule_ResearchTable_C_EventOnStateUpdated) == 0x000002, "Wrong size on WagonModule_ResearchTable_C_EventOnStateUpdated"); \ static_assert(offsetof(WagonModule_ResearchTable_C_EventOnStateUpdated, NewState) == 0x000000, "Member 'WagonModule_ResearchTable_C_EventOnStateUpdated::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_EventOnStateUpdated, OldState) == 0x000001, "Member 'WagonModule_ResearchTable_C_EventOnStateUpdated::OldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnUseDisabled \ static_assert(alignof(WagonModule_ResearchTable_C_OnUseDisabled) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnUseDisabled"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnUseDisabled) == 0x000090, "Wrong size on WagonModule_ResearchTable_C_OnUseDisabled"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUseDisabled, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnUseDisabled::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUseDisabled, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_OnUseDisabled::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnUseBuild \ static_assert(alignof(WagonModule_ResearchTable_C_OnUseBuild) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnUseBuild"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnUseBuild) == 0x000090, "Wrong size on WagonModule_ResearchTable_C_OnUseBuild"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUseBuild, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnUseBuild::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnUseBuild, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_OnUseBuild::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_SetWorkerName \ static_assert(alignof(WagonModule_ResearchTable_C_SetWorkerName) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_SetWorkerName"); \ static_assert(sizeof(WagonModule_ResearchTable_C_SetWorkerName) == 0x000018, "Wrong size on WagonModule_ResearchTable_C_SetWorkerName"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetWorkerName, NewName) == 0x000000, "Member 'WagonModule_ResearchTable_C_SetWorkerName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnHoldUseFinished \ static_assert(alignof(WagonModule_ResearchTable_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnHoldUseFinished"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnHoldUseFinished) == 0x000008, "Wrong size on WagonModule_ResearchTable_C_OnHoldUseFinished"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_HoldUseStarted \ static_assert(alignof(WagonModule_ResearchTable_C_HoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_HoldUseStarted"); \ static_assert(sizeof(WagonModule_ResearchTable_C_HoldUseStarted) == 0x000008, "Wrong size on WagonModule_ResearchTable_C_HoldUseStarted"); \ static_assert(offsetof(WagonModule_ResearchTable_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_ResearchTable_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_HoldProgressInfo \ static_assert(alignof(WagonModule_ResearchTable_C_HoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_HoldProgressInfo"); \ static_assert(sizeof(WagonModule_ResearchTable_C_HoldProgressInfo) == 0x000010, "Wrong size on WagonModule_ResearchTable_C_HoldProgressInfo"); \ static_assert(offsetof(WagonModule_ResearchTable_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_ResearchTable_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_ResearchTable_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_AltHoldUseStarted \ static_assert(alignof(WagonModule_ResearchTable_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_AltHoldUseStarted"); \ static_assert(sizeof(WagonModule_ResearchTable_C_AltHoldUseStarted) == 0x000008, "Wrong size on WagonModule_ResearchTable_C_AltHoldUseStarted"); \ static_assert(offsetof(WagonModule_ResearchTable_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'WagonModule_ResearchTable_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_AltHoldProgressInfo \ static_assert(alignof(WagonModule_ResearchTable_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_AltHoldProgressInfo"); \ static_assert(sizeof(WagonModule_ResearchTable_C_AltHoldProgressInfo) == 0x000010, "Wrong size on WagonModule_ResearchTable_C_AltHoldProgressInfo"); \ static_assert(offsetof(WagonModule_ResearchTable_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'WagonModule_ResearchTable_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'WagonModule_ResearchTable_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetItemSelection \ static_assert(alignof(WagonModule_ResearchTable_C_GetItemSelection) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetItemSelection"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetItemSelection) == 0x0001D0, "Wrong size on WagonModule_ResearchTable_C_GetItemSelection"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, Player) == 0x000088, "Member 'WagonModule_ResearchTable_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, SelectionText) == 0x000090, "Member 'WagonModule_ResearchTable_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'WagonModule_ResearchTable_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_GetRightsManager_ReturnValue) == 0x0000B8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_GetPlayerName_ReturnValue) == 0x0000C8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_CanStartInteraction_ReturnValue) == 0x0000D8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_CanStartInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E0, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData) == 0x0000F8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x000138, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000140, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000158, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'WagonModule_ResearchTable_C_GetItemSelection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, K2Node_MakeArray_Array) == 0x0001A0, "Member 'WagonModule_ResearchTable_C_GetItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_Format_ReturnValue) == 0x0001B0, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C8, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemSelection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001C9, "Member 'WagonModule_ResearchTable_C_GetItemSelection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetItemDurability \ static_assert(alignof(WagonModule_ResearchTable_C_GetItemDurability) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetItemDurability"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetItemDurability) == 0x0000C8, "Wrong size on WagonModule_ResearchTable_C_GetItemDurability"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, CallFunc_GetDurabilityMax_ReturnValue) == 0x000018, "Member 'WagonModule_ResearchTable_C_GetItemDurability::CallFunc_GetDurabilityMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, CallFunc_GetDurability_ReturnValue) == 0x00001C, "Member 'WagonModule_ResearchTable_C_GetItemDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WagonModule_ResearchTable_C_GetItemDurability::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WagonModule_ResearchTable_C_GetItemDurability::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetItemDurability, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WagonModule_ResearchTable_C_GetItemDurability::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_CanUse \ static_assert(alignof(WagonModule_ResearchTable_C_CanUse) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_CanUse"); \ static_assert(sizeof(WagonModule_ResearchTable_C_CanUse) == 0x0000B0, "Wrong size on WagonModule_ResearchTable_C_CanUse"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, ReturnValue) == 0x000090, "Member 'WagonModule_ResearchTable_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_GetRightsManager_ReturnValue) == 0x000098, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_GetRightsManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_PlayerRightIsUnlocked_ReturnValue) == 0x0000A9, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_PlayerRightIsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_CanUse_ReturnValue) == 0x0000AA, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'WagonModule_ResearchTable_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_CanHoldUse \ static_assert(alignof(WagonModule_ResearchTable_C_CanHoldUse) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_CanHoldUse"); \ static_assert(sizeof(WagonModule_ResearchTable_C_CanHoldUse) == 0x0000A8, "Wrong size on WagonModule_ResearchTable_C_CanHoldUse"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanHoldUse, Hit) == 0x000000, "Member 'WagonModule_ResearchTable_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'WagonModule_ResearchTable_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'WagonModule_ResearchTable_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanHoldUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000098, "Member 'WagonModule_ResearchTable_C_CanHoldUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_CanHoldUse, CallFunc_IsUnlocked_ReturnValue) == 0x0000A0, "Member 'WagonModule_ResearchTable_C_CanHoldUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_ModifyDurabilityDamageBP \ static_assert(alignof(WagonModule_ResearchTable_C_ModifyDurabilityDamageBP) == 0x000004, "Wrong alignment on WagonModule_ResearchTable_C_ModifyDurabilityDamageBP"); \ static_assert(sizeof(WagonModule_ResearchTable_C_ModifyDurabilityDamageBP) == 0x00000C, "Wrong size on WagonModule_ResearchTable_C_ModifyDurabilityDamageBP"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ModifyDurabilityDamageBP, Damage) == 0x000000, "Member 'WagonModule_ResearchTable_C_ModifyDurabilityDamageBP::Damage' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ModifyDurabilityDamageBP, ReturnValue) == 0x000004, "Member 'WagonModule_ResearchTable_C_ModifyDurabilityDamageBP::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_ModifyDurabilityDamageBP, CallFunc_CalculateDurabilityDamage_ReturnValue) == 0x000008, "Member 'WagonModule_ResearchTable_C_ModifyDurabilityDamageBP::CallFunc_CalculateDurabilityDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetAdditionalButtons \ static_assert(alignof(WagonModule_ResearchTable_C_GetAdditionalButtons) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetAdditionalButtons"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetAdditionalButtons) == 0x000070, "Wrong size on WagonModule_ResearchTable_C_GetAdditionalButtons"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, ActionKeys) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::ActionKeys' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, CallFunc_GetState_ReturnValue) == 0x000010, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, CallFunc_IsUnlocked_ReturnValue) == 0x000021, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, K2Node_MakeStruct_ActionButtonData) == 0x000028, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::K2Node_MakeStruct_ActionButtonData' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetAdditionalButtons, K2Node_MakeArray_Array) == 0x000060, "Member 'WagonModule_ResearchTable_C_GetAdditionalButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_On_Module_Use \ static_assert(alignof(WagonModule_ResearchTable_C_On_Module_Use) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_On_Module_Use"); \ static_assert(sizeof(WagonModule_ResearchTable_C_On_Module_Use) == 0x000028, "Wrong size on WagonModule_ResearchTable_C_On_Module_Use"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, Character) == 0x000000, "Member 'WagonModule_ResearchTable_C_On_Module_Use::Character' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WagonModule_ResearchTable_C_On_Module_Use::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, K2Node_DynamicCast_AsFullscreen_Widget_Provider) == 0x000010, "Member 'WagonModule_ResearchTable_C_On_Module_Use::K2Node_DynamicCast_AsFullscreen_Widget_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_ResearchTable_C_On_Module_Use::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, CallFunc_GetState_ReturnValue) == 0x000021, "Member 'WagonModule_ResearchTable_C_On_Module_Use::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_On_Module_Use, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'WagonModule_ResearchTable_C_On_Module_Use::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_SetDiskRotation \ static_assert(alignof(WagonModule_ResearchTable_C_SetDiskRotation) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_SetDiskRotation"); \ static_assert(sizeof(WagonModule_ResearchTable_C_SetDiskRotation) == 0x0000B0, "Wrong size on WagonModule_ResearchTable_C_SetDiskRotation"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, Disk) == 0x000000, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::Disk' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, Value) == 0x000008, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::Value' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, CallFunc_MapRangeClamped_ReturnValue) == 0x000014, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, CallFunc_MakeRotator_ReturnValue) == 0x000018, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_SetDiskRotation, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000024, "Member 'WagonModule_ResearchTable_C_SetDiskRotation::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_Calc_Disk_Positions \ static_assert(alignof(WagonModule_ResearchTable_C_Calc_Disk_Positions) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_Calc_Disk_Positions"); \ static_assert(sizeof(WagonModule_ResearchTable_C_Calc_Disk_Positions) == 0x000128, "Wrong size on WagonModule_ResearchTable_C_Calc_Disk_Positions"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Points) == 0x000000, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Points' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, LocalValue) == 0x000004, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::LocalValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, ReturnValues) == 0x000008, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::ReturnValues' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Delimeters) == 0x000018, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Delimeters' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Get_Item) == 0x000038, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, K2Node_MakeArray_Array) == 0x000048, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Get_Item_2) == 0x000064, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Percent_IntInt_ReturnValue) == 0x000068, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00006C, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_MapRangeClamped_ReturnValue) == 0x000070, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_MakeRotator_ReturnValue) == 0x000078, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Less_IntInt_ReturnValue_1) == 0x000084, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000088, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, K2Node_MakeArray_Array_1) == 0x000110, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Divide_IntInt_ReturnValue) == 0x000120, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_Calc_Disk_Positions, CallFunc_Array_Add_ReturnValue) == 0x000124, "Member 'WagonModule_ResearchTable_C_Calc_Disk_Positions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_PlayResearchCreatureMontage \ static_assert(alignof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_PlayResearchCreatureMontage"); \ static_assert(sizeof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage) == 0x000038, "Wrong size on WagonModule_ResearchTable_C_PlayResearchCreatureMontage"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, MontageToPlay) == 0x000000, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_Montage_Play_ReturnValue) == 0x000010, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000018, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000020, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000028, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureMontage, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureMontage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_UpdateResearchPointsForCreature \ static_assert(alignof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_UpdateResearchPointsForCreature"); \ static_assert(sizeof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature) == 0x000038, "Wrong size on WagonModule_ResearchTable_C_UpdateResearchPointsForCreature"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, MontagesToPlay) == 0x000000, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::MontagesToPlay' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, K2Node_MakeArray_Array) == 0x000010, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_GetResearchPoints_ReturnValue) == 0x000020, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_GetResearchPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_GetResearchPoints_ReturnValue_1) == 0x000024, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_GetResearchPoints_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_GetResearchPoints_ReturnValue_2) == 0x000028, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_GetResearchPoints_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_GetResearchPoints_ReturnValue_3) == 0x000030, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_GetResearchPoints_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_UpdateResearchPointsForCreature, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'WagonModule_ResearchTable_C_UpdateResearchPointsForCreature::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_PlayResearchCreatureReaction \ static_assert(alignof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction) == 0x000004, "Wrong alignment on WagonModule_ResearchTable_C_PlayResearchCreatureReaction"); \ static_assert(sizeof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction) == 0x000010, "Wrong size on WagonModule_ResearchTable_C_PlayResearchCreatureReaction"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureReaction::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureReaction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction, CallFunc_HasAuthority_ReturnValue_1) == 0x000008, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureReaction::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayResearchCreatureReaction, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'WagonModule_ResearchTable_C_PlayResearchCreatureReaction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction \ static_assert(alignof(WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction) == 0x000018, "Wrong size on WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction, K2Node_DynamicCast_AsABP_Research_Creature) == 0x000008, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction::K2Node_DynamicCast_AsABP_Research_Creature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateAddPointsReaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction \ static_assert(alignof(WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction) == 0x000018, "Wrong size on WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction, K2Node_DynamicCast_AsABP_Research_Creature) == 0x000008, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction::K2Node_DynamicCast_AsABP_Research_Creature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_ResearchTable_C_OnRep_ReplicateResearchTechReaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_PlayFirstSpawnCreature \ static_assert(alignof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature) == 0x000001, "Wrong alignment on WagonModule_ResearchTable_C_PlayFirstSpawnCreature"); \ static_assert(sizeof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature) == 0x000009, "Wrong size on WagonModule_ResearchTable_C_PlayFirstSpawnCreature"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, NewState) == 0x000000, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::NewState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, OldState) == 0x000001, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::OldState' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000004, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000006, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_BooleanOR_ReturnValue_1) == 0x000007, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_PlayFirstSpawnCreature, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000008, "Member 'WagonModule_ResearchTable_C_PlayFirstSpawnCreature::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature \ static_assert(alignof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature) == 0x000030, "Wrong size on WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, Temp_bool_Variable) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, Temp_float_Variable) == 0x000004, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, Temp_float_Variable_1) == 0x000008, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, K2Node_Select_Default) == 0x000018, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, K2Node_DynamicCast_AsABP_Research_Creature) == 0x000020, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::K2Node_DynamicCast_AsABP_Research_Creature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_ResearchTable_C_OnRep_bSetHiddenResearchCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction \ static_assert(alignof(WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction"); \ static_assert(sizeof(WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction) == 0x000018, "Wrong size on WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction, K2Node_DynamicCast_AsABP_Research_Creature) == 0x000008, "Member 'WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction::K2Node_DynamicCast_AsABP_Research_Creature' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_ResearchTable_C_OnRep_bReplicateFirstSpawnReaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetInteractionComponent \ static_assert(alignof(WagonModule_ResearchTable_C_GetInteractionComponent) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetInteractionComponent"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetInteractionComponent) == 0x000010, "Wrong size on WagonModule_ResearchTable_C_GetInteractionComponent"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetInteractionComponent, Player) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetInteractionComponent::Player' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetInteractionComponent, ReturnValue) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetIcon \ static_assert(alignof(WagonModule_ResearchTable_C_GetIcon) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetIcon"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetIcon) == 0x000028, "Wrong size on WagonModule_ResearchTable_C_GetIcon"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetIcon, Icon) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetIcon, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetIcon::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetIcon, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_ResearchTable_C_GetIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetIcon, CallFunc_GetIcon_Icon) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetIcon::CallFunc_GetIcon_Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetWorkerActor \ static_assert(alignof(WagonModule_ResearchTable_C_GetWorkerActor) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetWorkerActor"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetWorkerActor) == 0x000018, "Wrong size on WagonModule_ResearchTable_C_GetWorkerActor"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetWorkerActor, Rofleemo) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetWorkerActor::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetWorkerActor, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetWorkerActor::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetWorkerActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WagonModule_ResearchTable_C_GetWorkerActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetName \ static_assert(alignof(WagonModule_ResearchTable_C_GetName) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetName"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetName) == 0x000048, "Wrong size on WagonModule_ResearchTable_C_GetName"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetName, WorkerName) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetName::WorkerName' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetName, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000018, "Member 'WagonModule_ResearchTable_C_GetName::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WagonModule_ResearchTable_C_GetName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetName, CallFunc_GetName_WorkerName) == 0x000030, "Member 'WagonModule_ResearchTable_C_GetName::CallFunc_GetName_WorkerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetDebuffs \ static_assert(alignof(WagonModule_ResearchTable_C_GetDebuffs) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetDebuffs"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetDebuffs) == 0x000038, "Wrong size on WagonModule_ResearchTable_C_GetDebuffs"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetDebuffs, HappinessMod) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetDebuffs::HappinessMod' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetDebuffs, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_ResearchTable_C_GetDebuffs::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetDebuffs, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetDebuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetDebuffs, CallFunc_GetDebuffs_HappinessMod) == 0x000028, "Member 'WagonModule_ResearchTable_C_GetDebuffs::CallFunc_GetDebuffs_HappinessMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetPerks \ static_assert(alignof(WagonModule_ResearchTable_C_GetPerks) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetPerks"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetPerks) == 0x000038, "Wrong size on WagonModule_ResearchTable_C_GetPerks"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetPerks, Perks) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetPerks, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_ResearchTable_C_GetPerks::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetPerks, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetPerks, CallFunc_GetPerks_Perks) == 0x000028, "Member 'WagonModule_ResearchTable_C_GetPerks::CallFunc_GetPerks_Perks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetCurrentHappines \ static_assert(alignof(WagonModule_ResearchTable_C_GetCurrentHappines) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetCurrentHappines"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetCurrentHappines) == 0x000020, "Wrong size on WagonModule_ResearchTable_C_GetCurrentHappines"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetCurrentHappines, Happiness) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetCurrentHappines::Happiness' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetCurrentHappines, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetCurrentHappines::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetCurrentHappines, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WagonModule_ResearchTable_C_GetCurrentHappines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetCurrentHappines, CallFunc_GetCurrentHappines_Happiness) == 0x00001C, "Member 'WagonModule_ResearchTable_C_GetCurrentHappines::CallFunc_GetCurrentHappines_Happiness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetModuleFeatures \ static_assert(alignof(WagonModule_ResearchTable_C_GetModuleFeatures) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetModuleFeatures"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetModuleFeatures) == 0x0000A0, "Wrong size on WagonModule_ResearchTable_C_GetModuleFeatures"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetModuleFeatures, Features) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetModuleFeatures::Features' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetModuleFeatures, LocalFeatures) == 0x000050, "Member 'WagonModule_ResearchTable_C_GetModuleFeatures::LocalFeatures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetSlots \ static_assert(alignof(WagonModule_ResearchTable_C_GetSlots) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetSlots"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetSlots) == 0x000038, "Wrong size on WagonModule_ResearchTable_C_GetSlots"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, BaseSlots) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetSlots::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, Overslots) == 0x000004, "Member 'WagonModule_ResearchTable_C_GetSlots::Overslots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, FullSlots) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetSlots::FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, FrozenSlots) == 0x00000C, "Member 'WagonModule_ResearchTable_C_GetSlots::FrozenSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, K2Node_DynamicCast_AsWorker_Info_Provider) == 0x000010, "Member 'WagonModule_ResearchTable_C_GetSlots::K2Node_DynamicCast_AsWorker_Info_Provider' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WagonModule_ResearchTable_C_GetSlots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, CallFunc_GetSlots_BaseSlots) == 0x000024, "Member 'WagonModule_ResearchTable_C_GetSlots::CallFunc_GetSlots_BaseSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, CallFunc_GetSlots_OverSlots) == 0x000028, "Member 'WagonModule_ResearchTable_C_GetSlots::CallFunc_GetSlots_OverSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, CallFunc_GetSlots_FullSlots) == 0x00002C, "Member 'WagonModule_ResearchTable_C_GetSlots::CallFunc_GetSlots_FullSlots' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetSlots, CallFunc_GetSlots_FrozenSlots) == 0x000030, "Member 'WagonModule_ResearchTable_C_GetSlots::CallFunc_GetSlots_FrozenSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WagonModule_ResearchTable_C_GetHoldUseTime \ static_assert(alignof(WagonModule_ResearchTable_C_GetHoldUseTime) == 0x000008, "Wrong alignment on WagonModule_ResearchTable_C_GetHoldUseTime"); \ static_assert(sizeof(WagonModule_ResearchTable_C_GetHoldUseTime) == 0x000010, "Wrong size on WagonModule_ResearchTable_C_GetHoldUseTime"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'WagonModule_ResearchTable_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WagonModule_ResearchTable_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'WagonModule_ResearchTable_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_ResearchTable_C \ static_assert(alignof(AWagonModule_ResearchTable_C) == 0x000008, "Wrong alignment on AWagonModule_ResearchTable_C"); \ static_assert(sizeof(AWagonModule_ResearchTable_C) == 0x000670, "Wrong size on AWagonModule_ResearchTable_C"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, UberGraphFrame_WagonModule_ResearchTable_C) == 0x0005B8, "Member 'AWagonModule_ResearchTable_C::UberGraphFrame_WagonModule_ResearchTable_C' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Mushroom) == 0x0005C0, "Member 'AWagonModule_ResearchTable_C::Mushroom' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, SpitsOfLeaf) == 0x0005C8, "Member 'AWagonModule_ResearchTable_C::SpitsOfLeaf' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, ResearchCreature) == 0x0005D0, "Member 'AWagonModule_ResearchTable_C::ResearchCreature' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Ring_04) == 0x0005D8, "Member 'AWagonModule_ResearchTable_C::Ring_04' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Ring_03) == 0x0005E0, "Member 'AWagonModule_ResearchTable_C::Ring_03' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Ring_02) == 0x0005E8, "Member 'AWagonModule_ResearchTable_C::Ring_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Ring_01) == 0x0005F0, "Member 'AWagonModule_ResearchTable_C::Ring_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, RootRotator) == 0x0005F8, "Member 'AWagonModule_ResearchTable_C::RootRotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, PointLight) == 0x000600, "Member 'AWagonModule_ResearchTable_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, NPCComponent) == 0x000608, "Member 'AWagonModule_ResearchTable_C::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, ProgressWidget) == 0x000610, "Member 'AWagonModule_ResearchTable_C::ProgressWidget' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Rotator) == 0x000618, "Member 'AWagonModule_ResearchTable_C::Rotator' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, FGInteraction) == 0x000620, "Member 'AWagonModule_ResearchTable_C::FGInteraction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, BuildZone) == 0x000628, "Member 'AWagonModule_ResearchTable_C::BuildZone' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Sound) == 0x000630, "Member 'AWagonModule_ResearchTable_C::Sound' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, Placeholder) == 0x000638, "Member 'AWagonModule_ResearchTable_C::Placeholder' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, VTManager) == 0x000640, "Member 'AWagonModule_ResearchTable_C::VTManager' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, CurrentTech) == 0x000648, "Member 'AWagonModule_ResearchTable_C::CurrentTech' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, DM_Light) == 0x000650, "Member 'AWagonModule_ResearchTable_C::DM_Light' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, CurrentResearchPoints) == 0x000658, "Member 'AWagonModule_ResearchTable_C::CurrentResearchPoints' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, bAddResearchPoints) == 0x00065C, "Member 'AWagonModule_ResearchTable_C::bAddResearchPoints' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, bBuySomeTech) == 0x00065D, "Member 'AWagonModule_ResearchTable_C::bBuySomeTech' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, ReplicateAddPointsReaction) == 0x000660, "Member 'AWagonModule_ResearchTable_C::ReplicateAddPointsReaction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, ReplicateResearchTechReaction) == 0x000664, "Member 'AWagonModule_ResearchTable_C::ReplicateResearchTechReaction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, bReplicateFirstSpawnReaction) == 0x000668, "Member 'AWagonModule_ResearchTable_C::bReplicateFirstSpawnReaction' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_ResearchTable_C, bSetHiddenResearchCreature) == 0x000669, "Member 'AWagonModule_ResearchTable_C::bSetHiddenResearchCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer \ static_assert(alignof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer) == 0x000008, "Wrong alignment on ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer"); \ static_assert(sizeof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer) == 0x000068, "Wrong size on ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, EntryPoint) == 0x000000, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000008, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000010, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000015, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_BooleanAND_ReturnValue) == 0x000017, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000018, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x00001C, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000020, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000024, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000028, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x00002C, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x000030, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_LessEqual_FloatFloat_ReturnValue_6) == 0x000034, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_LessEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_BooleanAND_ReturnValue_1) == 0x000035, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_BooleanAND_ReturnValue_2) == 0x000036, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_GetOwningActor_ReturnValue) == 0x000038, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, K2Node_DynamicCast_AsGatherer_Character) == 0x000040, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::K2Node_DynamicCast_AsGatherer_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, K2Node_Event_DeltaTimeX) == 0x00004C, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000054, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000060, "Member 'ABP_LootGatherer_C_ExecuteUbergraph_ABP_LootGatherer::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LootGatherer_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_LootGatherer_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_LootGatherer_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_LootGatherer_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_LootGatherer_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_LootGatherer_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_LootGatherer_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LootGatherer_C_AnimGraph \ static_assert(alignof(ABP_LootGatherer_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LootGatherer_C_AnimGraph"); \ static_assert(sizeof(ABP_LootGatherer_C_AnimGraph) == 0x000010, "Wrong size on ABP_LootGatherer_C_AnimGraph"); \ static_assert(offsetof(ABP_LootGatherer_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LootGatherer_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_LootGatherer_C \ static_assert(alignof(UABP_LootGatherer_C) == 0x000010, "Wrong alignment on UABP_LootGatherer_C"); \ static_assert(sizeof(UABP_LootGatherer_C) == 0x000DA0, "Wrong size on UABP_LootGatherer_C"); \ static_assert(offsetof(UABP_LootGatherer_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_LootGatherer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_LootGatherer_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_14) == 0x0002F8, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_13) == 0x000320, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_12) == 0x000348, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_11) == 0x000370, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_10) == 0x000398, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_9) == 0x0003C0, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_8) == 0x0003E8, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_7) == 0x000410, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_6) == 0x000438, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_5) == 0x000460, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_4) == 0x000488, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_3) == 0x0004B0, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_2) == 0x0004D8, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult_1) == 0x000500, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_8) == 0x000528, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_8) == 0x0005A8, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_TransitionResult) == 0x0005D8, "Member 'UABP_LootGatherer_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_7) == 0x000600, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_7) == 0x000680, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_6) == 0x0006B0, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_6) == 0x000730, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_5) == 0x000760, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_5) == 0x0007E0, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_4) == 0x000810, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_4) == 0x000890, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_3) == 0x0008C0, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_3) == 0x000940, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_2) == 0x000970, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_2) == 0x0009F0, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer_1) == 0x000A20, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult_1) == 0x000AA0, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_RandomPlayer) == 0x000AD0, "Member 'UABP_LootGatherer_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_SequencePlayer) == 0x000B48, "Member 'UABP_LootGatherer_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_BlendListByBool) == 0x000BC8, "Member 'UABP_LootGatherer_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateResult) == 0x000C68, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_StateMachine) == 0x000C98, "Member 'UABP_LootGatherer_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, AnimGraphNode_Slot) == 0x000D48, "Member 'UABP_LootGatherer_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, Gatherer) == 0x000D90, "Member 'UABP_LootGatherer_C::Gatherer' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, Hot) == 0x000D98, "Member 'UABP_LootGatherer_C::Hot' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, Overheat) == 0x000D99, "Member 'UABP_LootGatherer_C::Overheat' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, Full_Loot) == 0x000D9A, "Member 'UABP_LootGatherer_C::Full_Loot' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, InAir) == 0x000D9B, "Member 'UABP_LootGatherer_C::InAir' has a wrong offset!"); \ static_assert(offsetof(UABP_LootGatherer_C, IdleType) == 0x000D9C, "Member 'UABP_LootGatherer_C::IdleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase \ static_assert(alignof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase) == 0x000180, "Wrong size on DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, EntryPoint) == 0x000000, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsQuestChaseTaskComplete_Result) == 0x000004, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsQuestChaseTaskComplete_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000011, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_IsClosed_Variable) == 0x000012, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_IsClosed_Variable_1) == 0x000013, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_Has_Been_Initd_Variable) == 0x000014, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_Has_Been_Initd_Variable_1) == 0x000015, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_1) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetEnemyTrain_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_2) == 0x000028, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsNazi_Train) == 0x000030, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsNazi_Train' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetInstalledModules_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_3) == 0x000054, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000055, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000058, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_4) == 0x000060, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetPlayerRelativeSpeed_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetPlayerRelativeSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Abs_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetLocomotivesDistance_ReturnValue) == 0x00006C, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetLocomotivesDistance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000070, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Abs_ReturnValue_1) == 0x000074, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000078, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsGraphManagerLoaded_ReturnValue_1) == 0x000079, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsGraphManagerLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_5) == 0x00007A, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetLocomotivesDistance_ReturnValue_1) == 0x00007C, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetLocomotivesDistance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Abs_ReturnValue_2) == 0x000080, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_HasAtLeastOneDetachedHitch_ReturnValue) == 0x000084, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_HasAtLeastOneDetachedHitch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Less_FloatFloat_ReturnValue) == 0x000085, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_HasAtLeastOneValidHitch_ReturnValue) == 0x000086, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_HasAtLeastOneValidHitch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_1) == 0x000087, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000089, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00008A, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00008B, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetGameInstance_ReturnValue) == 0x000090, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_Has_Been_Initd_Variable_2) == 0x000098, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000A0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetState_ReturnValue) == 0x0000A9, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000AA, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_6) == 0x0000AB, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_int_Array_Index_Variable) == 0x0000AC, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsBP_Harpoon) == 0x0000B8, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsBP_Harpoon' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetCurrentSpawnQueueSize_ReturnValue) == 0x0000C4, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetCurrentSpawnQueueSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C8, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000C9, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x0000D0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_BooleanAND_ReturnValue) == 0x0000E0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000E8, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E9, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_int_Loop_Counter_Variable) == 0x0000EC, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, Temp_bool_IsClosed_Variable_2) == 0x0000F0, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Less_IntInt_ReturnValue) == 0x0000F1, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Add_IntInt_ReturnValue) == 0x0000F4, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsQuestChase_Result) == 0x0000F8, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsQuestChase_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsQuestChaseTaskComplete_Result_1) == 0x0000F9, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsQuestChaseTaskComplete_Result_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000FA, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsQuestChaseTaskComplete_Result_2) == 0x0000FB, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsQuestChaseTaskComplete_Result_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000FC, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_Event_Volume) == 0x000100, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_Event_Volume' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_7) == 0x000108, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000109, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00010A, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00010B, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_NeedStopPlayerTrain_Result) == 0x00010C, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_NeedStopPlayerTrain_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_5) == 0x00010D, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_BooleanOR_ReturnValue_1) == 0x00010E, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_Not_PreBool_ReturnValue_6) == 0x00010F, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_BooleanAND_ReturnValue_2) == 0x000110, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000128, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetGameInstance_ReturnValue_1) == 0x000130, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000138, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_8) == 0x000141, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetGameInstance_ReturnValue_2) == 0x000148, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x000150, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess_4) == 0x000158, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetEngineHealthState_ReturnValue) == 0x00015C, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetEngineHealthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000160, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_GetSpawnedChunkByType_ReturnValue) == 0x000168, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_GetSpawnedChunkByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_AsFGChunk_Chase) == 0x000170, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_AsFGChunk_Chase' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, K2Node_DynamicCast_bSuccess_5) == 0x000178, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase, CallFunc_IsValid_ReturnValue_9) == 0x000179, "Member 'DirectorAreaModule_Chase_C_ExecuteUbergraph_DirectorAreaModule_Chase::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_OnVolumeTriggered \ static_assert(alignof(DirectorAreaModule_Chase_C_OnVolumeTriggered) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_OnVolumeTriggered"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_OnVolumeTriggered) == 0x000008, "Wrong size on DirectorAreaModule_Chase_C_OnVolumeTriggered"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_OnVolumeTriggered, Volume) == 0x000000, "Member 'DirectorAreaModule_Chase_C_OnVolumeTriggered::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_ReceiveTick \ static_assert(alignof(DirectorAreaModule_Chase_C_ReceiveTick) == 0x000004, "Wrong alignment on DirectorAreaModule_Chase_C_ReceiveTick"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_ReceiveTick) == 0x000004, "Wrong size on DirectorAreaModule_Chase_C_ReceiveTick"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DirectorAreaModule_Chase_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_SaveHitches \ static_assert(alignof(DirectorAreaModule_Chase_C_SaveHitches) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_SaveHitches"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_SaveHitches) == 0x000048, "Wrong size on DirectorAreaModule_Chase_C_SaveHitches"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, ArrowHealth) == 0x000000, "Member 'DirectorAreaModule_Chase_C_SaveHitches::ArrowHealth' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, Temp_int_Array_Index_Variable) == 0x000004, "Member 'DirectorAreaModule_Chase_C_SaveHitches::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'DirectorAreaModule_Chase_C_SaveHitches::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_Array_Get_Item) == 0x000018, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, K2Node_DynamicCast_AsNazi_Train_Hitch) == 0x000028, "Member 'DirectorAreaModule_Chase_C_SaveHitches::K2Node_DynamicCast_AsNazi_Train_Hitch' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'DirectorAreaModule_Chase_C_SaveHitches::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, K2Node_MakeStruct_TrainHitchSaveInfo) == 0x000034, "Member 'DirectorAreaModule_Chase_C_SaveHitches::K2Node_MakeStruct_TrainHitchSaveInfo' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_SaveHitches, CallFunc_GetPercentageValue_ReturnValue) == 0x000044, "Member 'DirectorAreaModule_Chase_C_SaveHitches::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_RestoreHitches \ static_assert(alignof(DirectorAreaModule_Chase_C_RestoreHitches) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_RestoreHitches"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_RestoreHitches) == 0x000038, "Wrong size on DirectorAreaModule_Chase_C_RestoreHitches"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, Temp_int_Array_Index_Variable) == 0x000000, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_Array_Get_Item) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, K2Node_DynamicCast_AsNazi_Train_Hitch) == 0x000028, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::K2Node_DynamicCast_AsNazi_Train_Hitch' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreHitches, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'DirectorAreaModule_Chase_C_RestoreHitches::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_GetItemInRacksCount \ static_assert(alignof(DirectorAreaModule_Chase_C_GetItemInRacksCount) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_GetItemInRacksCount"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_GetItemInRacksCount) == 0x000090, "Wrong size on DirectorAreaModule_Chase_C_GetItemInRacksCount"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Count) == 0x000000, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Count' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Max) == 0x000004, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Max' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, SocketsBusy) == 0x000008, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::SocketsBusy' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, SocketsMax) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::SocketsMax' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Temp_int_Array_Index_Variable) == 0x000018, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, Temp_int_Variable) == 0x000028, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Add_IntInt_ReturnValue_2) == 0x00002C, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_GetEnemyTrain_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_GetInstalledModules_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Array_Get_Item) == 0x000050, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, K2Node_DynamicCast_AsGeneric_Rack) == 0x000060, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::K2Node_DynamicCast_AsGeneric_Rack' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_RackSocketIsFree_Result) == 0x00006A, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_RackSocketIsFree_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Not_PreBool_ReturnValue) == 0x00006B, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_GetSockets_ReturnValue) == 0x000070, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_GetSockets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Array_Length_ReturnValue_2) == 0x000084, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000088, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetItemInRacksCount, CallFunc_Add_IntInt_ReturnValue_3) == 0x00008C, "Member 'DirectorAreaModule_Chase_C_GetItemInRacksCount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_GetActiveTheftJobs \ static_assert(alignof(DirectorAreaModule_Chase_C_GetActiveTheftJobs) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_GetActiveTheftJobs"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_GetActiveTheftJobs) == 0x000058, "Wrong size on DirectorAreaModule_Chase_C_GetActiveTheftJobs"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, LocalResult) == 0x000010, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::LocalResult' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, Temp_int_Array_Index_Variable) == 0x000020, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_GetSpawnedJobs_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_GetSpawnedJobs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_Array_Get_Item) == 0x000040, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetActiveTheftJobs, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'DirectorAreaModule_Chase_C_GetActiveTheftJobs::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_UpdateTheftEvent \ static_assert(alignof(DirectorAreaModule_Chase_C_UpdateTheftEvent) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_UpdateTheftEvent"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_UpdateTheftEvent) == 0x0000E8, "Wrong size on DirectorAreaModule_Chase_C_UpdateTheftEvent"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, LocalItemInRacksMax) == 0x000000, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::LocalItemInRacksMax' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, EmptyFloatArray) == 0x000008, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::EmptyFloatArray' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, LocalNeedSpawnTheftJobs) == 0x000018, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::LocalNeedSpawnTheftJobs' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, LocalActiveTheftJobCount) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::LocalActiveTheftJobCount' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, LocalItemsInRacks) == 0x000020, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::LocalItemsInRacks' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, Temp_int_Variable) == 0x000024, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetFreeRackSocket_Rack) == 0x000030, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetFreeRackSocket_Rack' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetFreeRackSocket_Index) == 0x000038, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetFreeRackSocket_Index' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_CanPlayTheftEvent_Result) == 0x00004C, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_CanPlayTheftEvent_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Clamp_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetWorldRate_ReturnValue) == 0x000054, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetDataByWR_FloatValue) == 0x000058, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetDataByWR_FloatValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetDataByWR_IntValue) == 0x00005C, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetDataByWR_IntValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetActiveTheftJobs_Result) == 0x000060, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetActiveTheftJobs_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Array_Get_Item) == 0x000070, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Conv_IntToBool_ReturnValue) == 0x00007C, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Min_ReturnValue) == 0x000080, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000084, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Roll_Theft_Item_Module_Result) == 0x000088, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Roll_Theft_Item_Module_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000090, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_IsValid_ReturnValue_1) == 0x000091, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_SpawnJob_ReturnValue) == 0x000098, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_SpawnJob_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_IsValid_ReturnValue_2) == 0x0000A0, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x0000A8, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Min_ReturnValue_1) == 0x0000B4, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Min_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetActiveTheftJobs_Result_1) == 0x0000C0, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetActiveTheftJobs_Result_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000D0, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Array_Length_ReturnValue_1) == 0x0000D4, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_Max_ReturnValue) == 0x0000D8, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetItemInRacksCount_Count) == 0x0000DC, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetItemInRacksCount_Count' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_UpdateTheftEvent, CallFunc_GetItemInRacksCount_Max) == 0x0000E0, "Member 'DirectorAreaModule_Chase_C_UpdateTheftEvent::CallFunc_GetItemInRacksCount_Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_Roll_Theft_Item_Module \ static_assert(alignof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module) == 0x000010, "Wrong alignment on DirectorAreaModule_Chase_C_Roll_Theft_Item_Module"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module) == 0x000190, "Wrong size on DirectorAreaModule_Chase_C_Roll_Theft_Item_Module"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, LocalRolledItemClass) == 0x000008, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::LocalRolledItemClass' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, LocalHeavyModulesArray) == 0x000010, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::LocalHeavyModulesArray' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Array_Index_Variable) == 0x000028, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Loop_Counter_Variable_2) == 0x000038, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Add_IntInt_ReturnValue_2) == 0x00003C, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Loop_Counter_Variable_3) == 0x000044, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Add_IntInt_ReturnValue_3) == 0x000048, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_GetActiveTheftJobs_Result) == 0x000050, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_GetActiveTheftJobs_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Conv_IntToBool_ReturnValue) == 0x00006C, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_bool_Variable) == 0x00006D, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, Temp_int_Array_Index_Variable_3) == 0x000070, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Get_Item) == 0x000078, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x000088, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000091, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_RemoveItem_ReturnValue) == 0x000092, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Length_ReturnValue_2) == 0x000094, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Length_ReturnValue_3) == 0x0000A8, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000AD, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_HaveAdditiveRollChance_Value) == 0x0000B0, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_HaveAdditiveRollChance_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_HaveAdditiveRollChance_ReturnValue) == 0x0000B4, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_HaveAdditiveRollChance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_MakeTransform_ReturnValue) == 0x0000C0, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000F0, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F8, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_FinishSpawningActor_ReturnValue) == 0x000100, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_Select_Default) == 0x000108, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_MakeStruct_SingleItemInfo) == 0x000110, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_MakeStruct_SingleItemInfo' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Roll_ReturnValue) == 0x000128, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Roll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Add_ReturnValue) == 0x000138, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_IsValidClass_ReturnValue) == 0x00013C, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_GetPlayerTrain_ReturnValue) == 0x000140, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_GetInstalledModules_ReturnValue) == 0x000150, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Get_Item_3) == 0x000160, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Length_ReturnValue_4) == 0x000168, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_DynamicCast_AsGeneric_Wagon_Module_Heavy_Item) == 0x000170, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_DynamicCast_AsGeneric_Wagon_Module_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, K2Node_DynamicCast_bSuccess_1) == 0x000178, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Less_IntInt_ReturnValue_3) == 0x000179, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_IsValidTypeWagonModule_Result) == 0x00017A, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_IsValidTypeWagonModule_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_Array_Add_ReturnValue_1) == 0x00017C, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_Roll_Theft_Item_Module, CallFunc_HaveAnyNavPoint_Result) == 0x000180, "Member 'DirectorAreaModule_Chase_C_Roll_Theft_Item_Module::CallFunc_HaveAnyNavPoint_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_HaveAdditiveRollChance \ static_assert(alignof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_HaveAdditiveRollChance"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance) == 0x000050, "Wrong size on DirectorAreaModule_Chase_C_HaveAdditiveRollChance"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, TestClass) == 0x000000, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::TestClass' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, Value) == 0x000008, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, Temp_int_Array_Index_Variable) == 0x000010, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Array_Get_Item) == 0x000038, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Map_Find_Value) == 0x000044, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAdditiveRollChance, CallFunc_ClassIsChildOf_ReturnValue) == 0x000049, "Member 'DirectorAreaModule_Chase_C_HaveAdditiveRollChance::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_HaveAnyNavPoint \ static_assert(alignof(DirectorAreaModule_Chase_C_HaveAnyNavPoint) == 0x000010, "Wrong alignment on DirectorAreaModule_Chase_C_HaveAnyNavPoint"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_HaveAnyNavPoint) == 0x000260, "Wrong size on DirectorAreaModule_Chase_C_HaveAnyNavPoint"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, Testactor) == 0x000000, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::Testactor' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, Result) == 0x000008, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, NavManager) == 0x000010, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::NavManager' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, LocalBoundsLength) == 0x000018, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::LocalBoundsLength' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, LocalOrigin) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::LocalOrigin' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetTransform_ReturnValue_1) == 0x000060, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetTransform_ReturnValue_2) == 0x000090, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetTransform_ReturnValue_3) == 0x0000C0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetActorBounds_Origin) == 0x0000F0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetActorBounds_BoxExtent) == 0x0000FC, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_VSize_ReturnValue) == 0x000108, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00010C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000118, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_GetGameInstance_ReturnValue) == 0x000120, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Vector_Backward_ReturnValue) == 0x000128, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Vector_Backward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, K2Node_DynamicCast_AsFGGame_Instance) == 0x000138, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_TransformDirection_ReturnValue) == 0x000144, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Vector_Left_ReturnValue) == 0x000150, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Vector_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_IsValid_ReturnValue) == 0x00015C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_TransformDirection_ReturnValue_1) == 0x000160, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_TransformDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Vector_Right_ReturnValue) == 0x00016C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Vector_Right_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_TransformDirection_ReturnValue_2) == 0x000178, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_TransformDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000184, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000190, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_OutLocation) == 0x00019C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_OutLocation' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_UsedVolume) == 0x0001A8, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_UsedVolume' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_ReturnValue) == 0x0001B0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001B4, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001C0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_OutLocation_1) == 0x0001CC, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_OutLocation_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_UsedVolume_1) == 0x0001D8, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_UsedVolume_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_ReturnValue_1) == 0x0001E0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001E4, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001F0, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_OutLocation_2) == 0x0001FC, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_OutLocation_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_UsedVolume_2) == 0x000208, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_UsedVolume_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_ReturnValue_2) == 0x000210, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Vector_Forward_ReturnValue) == 0x000214, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Vector_Forward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_TransformDirection_ReturnValue_3) == 0x000220, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_TransformDirection_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00022C, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000238, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_OutLocation_3) == 0x000244, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_OutLocation_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_UsedVolume_3) == 0x000250, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_UsedVolume_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_HaveAnyNavPoint, CallFunc_ProjectPointToNavigation_ReturnValue_3) == 0x000258, "Member 'DirectorAreaModule_Chase_C_HaveAnyNavPoint::CallFunc_ProjectPointToNavigation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_CanPlayTheftEvent \ static_assert(alignof(DirectorAreaModule_Chase_C_CanPlayTheftEvent) == 0x000001, "Wrong alignment on DirectorAreaModule_Chase_C_CanPlayTheftEvent"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_CanPlayTheftEvent) == 0x000003, "Wrong size on DirectorAreaModule_Chase_C_CanPlayTheftEvent"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_CanPlayTheftEvent, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_CanPlayTheftEvent::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_CanPlayTheftEvent, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'DirectorAreaModule_Chase_C_CanPlayTheftEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_CanPlayTheftEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'DirectorAreaModule_Chase_C_CanPlayTheftEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_RackSocketIsFree \ static_assert(alignof(DirectorAreaModule_Chase_C_RackSocketIsFree) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_RackSocketIsFree"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_RackSocketIsFree) == 0x0000B0, "Wrong size on DirectorAreaModule_Chase_C_RackSocketIsFree"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, Target) == 0x000000, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::Target' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, SocketIndex) == 0x000008, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::SocketIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, Result) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, LocalActiveJobs) == 0x000010, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::LocalActiveJobs' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, Temp_int_Array_Index_Variable) == 0x000020, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_GetSockets_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_GetSockets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_BreakTransform_Location) == 0x000038, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_BreakTransform_Rotation) == 0x000044, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_BreakTransform_Scale) == 0x000050, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_GetEnemyTrain_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_GetInstalledModules_ReturnValue) == 0x000070, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Array_Get_Item) == 0x000080, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item) == 0x000090, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::K2Node_DynamicCast_AsFGWagon_Module_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00009C, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000A8, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsFree, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000AD, "Member 'DirectorAreaModule_Chase_C_RackSocketIsFree::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_GetFreeRackSocket \ static_assert(alignof(DirectorAreaModule_Chase_C_GetFreeRackSocket) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_GetFreeRackSocket"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_GetFreeRackSocket) == 0x000080, "Wrong size on DirectorAreaModule_Chase_C_GetFreeRackSocket"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Rack) == 0x000000, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Rack' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Index_0) == 0x000008, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Index_0' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Temp_int_Array_Index_Variable) == 0x000014, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_GetEnemyTrain_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_GetInstalledModules_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_GetInstalledModules_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Array_Get_Item) == 0x000048, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, K2Node_DynamicCast_AsGeneric_Rack) == 0x000058, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::K2Node_DynamicCast_AsGeneric_Rack' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_RackSocketIsUsedInJob_Result) == 0x000062, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_RackSocketIsUsedInJob_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_RackSocketIsFree_Result) == 0x000063, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_RackSocketIsFree_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Not_PreBool_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_GetSockets_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_GetSockets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetFreeRackSocket, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'DirectorAreaModule_Chase_C_GetFreeRackSocket::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_RackSocketIsUsedInJob \ static_assert(alignof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_RackSocketIsUsedInJob"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob) == 0x000060, "Wrong size on DirectorAreaModule_Chase_C_RackSocketIsUsedInJob"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, Target) == 0x000000, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::Target' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, SocketIndex) == 0x000008, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::SocketIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, Result) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, LocalActiveJobs) == 0x000010, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::LocalActiveJobs' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, Temp_int_Array_Index_Variable) == 0x000020, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_GetActiveTheftJobs_Result) == 0x000030, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_GetActiveTheftJobs_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_Array_Get_Item) == 0x000040, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x000050, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_Less_IntInt_ReturnValue) == 0x000059, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005A, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00005B, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RackSocketIsUsedInJob, CallFunc_BooleanAND_ReturnValue) == 0x00005C, "Member 'DirectorAreaModule_Chase_C_RackSocketIsUsedInJob::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_IsValidTypeWagonModule \ static_assert(alignof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_IsValidTypeWagonModule"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule) == 0x000030, "Wrong size on DirectorAreaModule_Chase_C_IsValidTypeWagonModule"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, WagonModule) == 0x000000, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::WagonModule' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, Result) == 0x000008, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_Array_Get_Item) == 0x000018, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_ClassIsChildOf_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_IsValidClass_ReturnValue) == 0x000026, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsValidTypeWagonModule, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Chase_C_IsValidTypeWagonModule::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_IsHitchesEnabled \ static_assert(alignof(DirectorAreaModule_Chase_C_IsHitchesEnabled) == 0x000001, "Wrong alignment on DirectorAreaModule_Chase_C_IsHitchesEnabled"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_IsHitchesEnabled) == 0x000003, "Wrong size on DirectorAreaModule_Chase_C_IsHitchesEnabled"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsHitchesEnabled, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_IsHitchesEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsHitchesEnabled, CallFunc_IsQuestChase_Result) == 0x000001, "Member 'DirectorAreaModule_Chase_C_IsHitchesEnabled::CallFunc_IsQuestChase_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsHitchesEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'DirectorAreaModule_Chase_C_IsHitchesEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_IsQuestChase \ static_assert(alignof(DirectorAreaModule_Chase_C_IsQuestChase) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_IsQuestChase"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_IsQuestChase) == 0x000020, "Wrong size on DirectorAreaModule_Chase_C_IsQuestChase"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChase, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_IsQuestChase::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChase, CallFunc_GetPlayerTrainChunk_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_IsQuestChase::CallFunc_GetPlayerTrainChunk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChase, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_IsQuestChase::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChase, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Chase_C_IsQuestChase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChase, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000019, "Member 'DirectorAreaModule_Chase_C_IsQuestChase::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete \ static_assert(alignof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete) == 0x000018, "Wrong size on DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_HaveActiveQuestByTag_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_HaveActiveQuestByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_HaveCompletedTask_ReturnValue) == 0x000011, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_HaveCompletedQuest_ReturnValue) == 0x000012, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_HaveCompletedQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_IsValid_ReturnValue) == 0x000013, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000014, "Member 'DirectorAreaModule_Chase_C_IsQuestChaseTaskComplete::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception \ static_assert(alignof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception) == 0x000068, "Wrong size on DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, Temp_int_Array_Index_Variable) == 0x000000, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_Array_Get_Item) == 0x000028, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_GetAIController_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_RunHTN_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, K2Node_DynamicCast_AsHTNComponent) == 0x000048, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::K2Node_DynamicCast_AsHTNComponent' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_GetCurrentHTN_ReturnValue) == 0x000058, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_GetCurrentHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Chase_C_DisableSpawnedCharactersPerception::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_NeedStopPlayerTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain) == 0x000001, "Wrong alignment on DirectorAreaModule_Chase_C_NeedStopPlayerTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain) == 0x000005, "Wrong size on DirectorAreaModule_Chase_C_NeedStopPlayerTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain, Result) == 0x000000, "Member 'DirectorAreaModule_Chase_C_NeedStopPlayerTrain::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain, CallFunc_IsQuestChaseTaskComplete_Result) == 0x000001, "Member 'DirectorAreaModule_Chase_C_NeedStopPlayerTrain::CallFunc_IsQuestChaseTaskComplete_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'DirectorAreaModule_Chase_C_NeedStopPlayerTrain::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'DirectorAreaModule_Chase_C_NeedStopPlayerTrain::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_NeedStopPlayerTrain, CallFunc_BooleanAND_ReturnValue_1) == 0x000004, "Member 'DirectorAreaModule_Chase_C_NeedStopPlayerTrain::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_StopTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_StopTrain) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_StopTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_StopTrain) == 0x000010, "Wrong size on DirectorAreaModule_Chase_C_StopTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StopTrain, CallFunc_GetPlayerTrain_ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_StopTrain::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StopTrain, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_StopTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain) == 0x000040, "Wrong size on DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_GetLocomotive_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue_2) == 0x000028, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue_3) == 0x000029, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, CallFunc_GetMaxSpeed_ReturnValue) == 0x00002C, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000030, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'DirectorAreaModule_Chase_C_ForceQuestSpeedForPlayerTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain) == 0x000040, "Wrong size on DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_GetPlayerTrain_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_GetLocomotive_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, CallFunc_IsValid_ReturnValue_2) == 0x000028, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, K2Node_DynamicCast_AsFGWagon_Movement_Component) == 0x000030, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::K2Node_DynamicCast_AsFGWagon_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'DirectorAreaModule_Chase_C_RestoreForceQuestSpeedForPlayerTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_StartPlayerTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_StartPlayerTrain) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_StartPlayerTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_StartPlayerTrain) == 0x000018, "Wrong size on DirectorAreaModule_Chase_C_StartPlayerTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StartPlayerTrain, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_StartPlayerTrain::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StartPlayerTrain, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_StartPlayerTrain::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StartPlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_StartPlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_StopPlayerTrain \ static_assert(alignof(DirectorAreaModule_Chase_C_StopPlayerTrain) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_StopPlayerTrain"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_StopPlayerTrain) == 0x000018, "Wrong size on DirectorAreaModule_Chase_C_StopPlayerTrain"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StopPlayerTrain, CallFunc_K2_SetTimer_ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_StopPlayerTrain::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StopPlayerTrain, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_StopPlayerTrain::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_StopPlayerTrain, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_StopPlayerTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Chase_C_GetEngineHealthState \ static_assert(alignof(DirectorAreaModule_Chase_C_GetEngineHealthState) == 0x000008, "Wrong alignment on DirectorAreaModule_Chase_C_GetEngineHealthState"); \ static_assert(sizeof(DirectorAreaModule_Chase_C_GetEngineHealthState) == 0x000028, "Wrong size on DirectorAreaModule_Chase_C_GetEngineHealthState"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, CallFunc_GetLocomotive_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, CallFunc_GetTrainEngineModule_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::CallFunc_GetTrainEngineModule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, CallFunc_GetEngineHealthState_ReturnValue) == 0x00001C, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::CallFunc_GetEngineHealthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Chase_C_GetEngineHealthState, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'DirectorAreaModule_Chase_C_GetEngineHealthState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_Chase_C \ static_assert(alignof(ADirectorAreaModule_Chase_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_Chase_C"); \ static_assert(sizeof(ADirectorAreaModule_Chase_C) == 0x000490, "Wrong size on ADirectorAreaModule_Chase_C"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, UberGraphFrame_DirectorAreaModule_Chase_C) == 0x0003B8, "Member 'ADirectorAreaModule_Chase_C::UberGraphFrame_DirectorAreaModule_Chase_C' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, Nazi_Train_Engine_Component) == 0x0003C0, "Member 'ADirectorAreaModule_Chase_C::Nazi_Train_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, Nazi_Train) == 0x0003C8, "Member 'ADirectorAreaModule_Chase_C::Nazi_Train' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, Harpoon) == 0x0003D0, "Member 'ADirectorAreaModule_Chase_C::Harpoon' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, HitchStatesSave) == 0x0003D8, "Member 'ADirectorAreaModule_Chase_C::HitchStatesSave' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, TheftCountSettings) == 0x0003E8, "Member 'ADirectorAreaModule_Chase_C::TheftCountSettings' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, TheftCountMax) == 0x0003F8, "Member 'ADirectorAreaModule_Chase_C::TheftCountMax' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, AdditiveRollChance) == 0x000400, "Member 'ADirectorAreaModule_Chase_C::AdditiveRollChance' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, BaseRollChance) == 0x000450, "Member 'ADirectorAreaModule_Chase_C::BaseRollChance' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, ConcurrentTheftJobMax) == 0x000454, "Member 'ADirectorAreaModule_Chase_C::ConcurrentTheftJobMax' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, AvailableModuleClasses) == 0x000458, "Member 'ADirectorAreaModule_Chase_C::AvailableModuleClasses' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, bQuestTaskComplete) == 0x000468, "Member 'ADirectorAreaModule_Chase_C::bQuestTaskComplete' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, QuestTag) == 0x00046C, "Member 'ADirectorAreaModule_Chase_C::QuestTag' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, QuestTaskTag) == 0x000474, "Member 'ADirectorAreaModule_Chase_C::QuestTaskTag' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, bQuestReachedStopEnemy) == 0x00047C, "Member 'ADirectorAreaModule_Chase_C::bQuestReachedStopEnemy' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, bQuestReachedStartEnemyMoving) == 0x00047D, "Member 'ADirectorAreaModule_Chase_C::bQuestReachedStartEnemyMoving' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, bQuestReachedStopPlayer) == 0x00047E, "Member 'ADirectorAreaModule_Chase_C::bQuestReachedStopPlayer' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, TimeTravel) == 0x000480, "Member 'ADirectorAreaModule_Chase_C::TimeTravel' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Chase_C, Engine) == 0x000488, "Member 'ADirectorAreaModule_Chase_C::Engine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GOAP_WorldState_NothingToDo_C_IsSatisfied \ static_assert(alignof(GOAP_WorldState_NothingToDo_C_IsSatisfied) == 0x000008, "Wrong alignment on GOAP_WorldState_NothingToDo_C_IsSatisfied"); \ static_assert(sizeof(GOAP_WorldState_NothingToDo_C_IsSatisfied) == 0x0000D0, "Wrong size on GOAP_WorldState_NothingToDo_C_IsSatisfied"); \ static_assert(offsetof(GOAP_WorldState_NothingToDo_C_IsSatisfied, WorldState) == 0x000000, "Member 'GOAP_WorldState_NothingToDo_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(GOAP_WorldState_NothingToDo_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'GOAP_WorldState_NothingToDo_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGOAP_WorldState_NothingToDo_C \ static_assert(alignof(UGOAP_WorldState_NothingToDo_C) == 0x000008, "Wrong alignment on UGOAP_WorldState_NothingToDo_C"); \ static_assert(sizeof(UGOAP_WorldState_NothingToDo_C) == 0x000088, "Wrong size on UGOAP_WorldState_NothingToDo_C"); \ #define DUMPER7_ASSERTS_DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget \ static_assert(alignof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget) == 0x000008, "Wrong alignment on DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget"); \ static_assert(sizeof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget) == 0x000288, "Wrong size on DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, EntryPoint) == 0x000000, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_Event_MyGeometry) == 0x000004, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetActionPlanner_ReturnValue) == 0x000048, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetCurrentAction_ReturnValue) == 0x000058, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetCurrentAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetFearLevel_ReturnValue) == 0x000090, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetFearLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_FloatToText_ReturnValue) == 0x000098, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeArray_Array) == 0x0000F0, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetValue_ReturnValue) == 0x000100, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Format_ReturnValue) == 0x000108, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000120, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeStruct_FormatArgumentData_1) == 0x000138, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeArray_Array_1) == 0x000178, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_IsValid_ReturnValue_3) == 0x0001A0, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetObjectName_ReturnValue) == 0x0001A8, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001B8, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetObjectName_ReturnValue_1) == 0x0001D0, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001E0, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001F8, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000208, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeStruct_FormatArgumentData_2) == 0x000220, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, K2Node_MakeArray_Array_2) == 0x000260, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget, CallFunc_Format_ReturnValue_2) == 0x000270, "Member 'DebugAIWidget_C_ExecuteUbergraph_DebugAIWidget::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugAIWidget_C_Tick \ static_assert(alignof(DebugAIWidget_C_Tick) == 0x000004, "Wrong alignment on DebugAIWidget_C_Tick"); \ static_assert(sizeof(DebugAIWidget_C_Tick) == 0x00003C, "Wrong size on DebugAIWidget_C_Tick"); \ static_assert(offsetof(DebugAIWidget_C_Tick, MyGeometry) == 0x000000, "Member 'DebugAIWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(DebugAIWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'DebugAIWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugAIWidget_C \ static_assert(alignof(UDebugAIWidget_C) == 0x000008, "Wrong alignment on UDebugAIWidget_C"); \ static_assert(sizeof(UDebugAIWidget_C) == 0x0002A0, "Wrong size on UDebugAIWidget_C"); \ static_assert(offsetof(UDebugAIWidget_C, UberGraphFrame) == 0x000260, "Member 'UDebugAIWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, CurrentActionText) == 0x000268, "Member 'UDebugAIWidget_C::CurrentActionText' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, FearLevel) == 0x000270, "Member 'UDebugAIWidget_C::FearLevel' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, Health) == 0x000278, "Member 'UDebugAIWidget_C::Health' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, MyName) == 0x000280, "Member 'UDebugAIWidget_C::MyName' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, Significance) == 0x000288, "Member 'UDebugAIWidget_C::Significance' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, Target) == 0x000290, "Member 'UDebugAIWidget_C::Target' has a wrong offset!"); \ static_assert(offsetof(UDebugAIWidget_C, OwningAI) == 0x000298, "Member 'UDebugAIWidget_C::OwningAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFoodGroups \ static_assert(alignof(FFoodGroups) == 0x000008, "Wrong alignment on FFoodGroups"); \ static_assert(sizeof(FFoodGroups) == 0x000010, "Wrong size on FFoodGroups"); \ static_assert(offsetof(FFoodGroups, Food_4_B0ADBB9D4E59DC7FC9BD029C1D1BD202) == 0x000000, "Member 'FFoodGroups::Food_4_B0ADBB9D4E59DC7FC9BD029C1D1BD202' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_ExecuteUbergraph_BaseAIController \ static_assert(alignof(BaseAIController_C_ExecuteUbergraph_BaseAIController) == 0x000008, "Wrong alignment on BaseAIController_C_ExecuteUbergraph_BaseAIController"); \ static_assert(sizeof(BaseAIController_C_ExecuteUbergraph_BaseAIController) == 0x000218, "Wrong size on BaseAIController_C_ExecuteUbergraph_BaseAIController"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, EntryPoint) == 0x000000, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_IsClosed_Variable) == 0x00000C, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_Has_Been_Initd_Variable) == 0x000014, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CustomEvent_QueryInstance_1) == 0x000028, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CustomEvent_QueryStatus_1) == 0x000030, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetPawn_ReturnValue) == 0x000038, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_RunEQSQuery_ReturnValue) == 0x000048, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000050, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000060, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Array_Get_Item) == 0x000068, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_Event_UnpossessedPawn) == 0x000078, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_Event_UnpossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000080, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000088, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_AsFGAICharacter) == 0x000090, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_AsFGAICharacter_1) == 0x0000A0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_AsFGAICharacter_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CustomEvent_QueryInstance) == 0x0000B0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CustomEvent_QueryStatus) == 0x0000B8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetPawn_ReturnValue_3) == 0x0000C0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000C8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_RunEQSQuery_ReturnValue_1) == 0x0000D0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetQueryResultsAsActors_ResultActors_1) == 0x0000D8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetQueryResultsAsActors_ResultActors_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetQueryResultsAsActors_ReturnValue_1) == 0x0000E8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetQueryResultsAsActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_ComponentBoundEvent_Actor) == 0x0000F8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_ComponentBoundEvent_Stimulus) == 0x000100, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00013C, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000140, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000148, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_ClassIsChildOf_ReturnValue) == 0x000154, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Vector_Distance2D_ReturnValue) == 0x000158, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Vector_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_FMax_ReturnValue) == 0x00015C, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000160, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_MapRangeClamped_ReturnValue) == 0x000164, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Not_PreBool_ReturnValue) == 0x000168, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_BooleanAND_ReturnValue) == 0x000169, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_Has_Been_Initd_Variable_1) == 0x00016A, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_IsClosed_Variable_1) == 0x00016B, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_CreateDelegate_OutputDelegate_1) == 0x00016C, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_K2_GetPawn_ReturnValue_4) == 0x000180, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_K2_GetPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_AsFGAICharacter_2) == 0x000188, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_AsFGAICharacter_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetActorsPerception_Info) == 0x000198, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetActorsPerception_Info' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetActorsPerception_ReturnValue) == 0x0001B8, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetActorsPerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetFearLevel_ReturnValue) == 0x0001BC, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetFearLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001C0, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Array_Get_Item_2) == 0x0001C4, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_GetSenseClassForStimulus_ReturnValue_1) == 0x000200, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_GetSenseClassForStimulus_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_ClassIsChildOf_ReturnValue_2) == 0x000208, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_ClassIsChildOf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Array_Length_ReturnValue) == 0x00020C, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, CallFunc_Less_IntInt_ReturnValue) == 0x000210, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_Has_Been_Initd_Variable_2) == 0x000211, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_ExecuteUbergraph_BaseAIController, Temp_bool_IsClosed_Variable_2) == 0x000212, "Member 'BaseAIController_C_ExecuteUbergraph_BaseAIController::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'BaseAIController_C_BndEvt__Perception_K2Node_ComponentBoundEvent_0_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_OnTeamQueryResult \ static_assert(alignof(BaseAIController_C_OnTeamQueryResult) == 0x000008, "Wrong alignment on BaseAIController_C_OnTeamQueryResult"); \ static_assert(sizeof(BaseAIController_C_OnTeamQueryResult) == 0x000010, "Wrong size on BaseAIController_C_OnTeamQueryResult"); \ static_assert(offsetof(BaseAIController_C_OnTeamQueryResult, QueryInstance) == 0x000000, "Member 'BaseAIController_C_OnTeamQueryResult::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_OnTeamQueryResult, QueryStatus) == 0x000008, "Member 'BaseAIController_C_OnTeamQueryResult::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_ReceiveUnPossess \ static_assert(alignof(BaseAIController_C_ReceiveUnPossess) == 0x000008, "Wrong alignment on BaseAIController_C_ReceiveUnPossess"); \ static_assert(sizeof(BaseAIController_C_ReceiveUnPossess) == 0x000008, "Wrong size on BaseAIController_C_ReceiveUnPossess"); \ static_assert(offsetof(BaseAIController_C_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'BaseAIController_C_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_OnQueryResult \ static_assert(alignof(BaseAIController_C_OnQueryResult) == 0x000008, "Wrong alignment on BaseAIController_C_OnQueryResult"); \ static_assert(sizeof(BaseAIController_C_OnQueryResult) == 0x000010, "Wrong size on BaseAIController_C_OnQueryResult"); \ static_assert(offsetof(BaseAIController_C_OnQueryResult, QueryInstance) == 0x000000, "Member 'BaseAIController_C_OnQueryResult::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_OnQueryResult, QueryStatus) == 0x000008, "Member 'BaseAIController_C_OnQueryResult::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_ReceiveTick \ static_assert(alignof(BaseAIController_C_ReceiveTick) == 0x000004, "Wrong alignment on BaseAIController_C_ReceiveTick"); \ static_assert(sizeof(BaseAIController_C_ReceiveTick) == 0x000004, "Wrong size on BaseAIController_C_ReceiveTick"); \ static_assert(offsetof(BaseAIController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BaseAIController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_AddThreat \ static_assert(alignof(BaseAIController_C_AddThreat) == 0x000008, "Wrong alignment on BaseAIController_C_AddThreat"); \ static_assert(sizeof(BaseAIController_C_AddThreat) == 0x000040, "Wrong size on BaseAIController_C_AddThreat"); \ static_assert(offsetof(BaseAIController_C_AddThreat, Instigator_0) == 0x000000, "Member 'BaseAIController_C_AddThreat::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, DamageAmount) == 0x000008, "Member 'BaseAIController_C_AddThreat::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, K2Node_DynamicCast_AsController) == 0x000010, "Member 'BaseAIController_C_AddThreat::K2Node_DynamicCast_AsController' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BaseAIController_C_AddThreat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Map_Find_Value) == 0x00001C, "Member 'BaseAIController_C_AddThreat::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BaseAIController_C_AddThreat::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'BaseAIController_C_AddThreat::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'BaseAIController_C_AddThreat::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Map_Find_Value_1) == 0x000034, "Member 'BaseAIController_C_AddThreat::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Map_Find_ReturnValue_1) == 0x000038, "Member 'BaseAIController_C_AddThreat::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_AddThreat, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BaseAIController_C_AddThreat::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_SetFocusedTarget \ static_assert(alignof(BaseAIController_C_SetFocusedTarget) == 0x000008, "Wrong alignment on BaseAIController_C_SetFocusedTarget"); \ static_assert(sizeof(BaseAIController_C_SetFocusedTarget) == 0x000048, "Wrong size on BaseAIController_C_SetFocusedTarget"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, NewTarget) == 0x000000, "Member 'BaseAIController_C_SetFocusedTarget::NewTarget' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, bfound) == 0x000008, "Member 'BaseAIController_C_SetFocusedTarget::bfound' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, K2Node_DynamicCast_AsFGCharacter) == 0x000010, "Member 'BaseAIController_C_SetFocusedTarget::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BaseAIController_C_SetFocusedTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_GetTargetByThreat_Result) == 0x000020, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_GetTargetByThreat_Result' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_GetTargetByThreat_MaxIndexResult) == 0x000028, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_GetTargetByThreat_MaxIndexResult' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_Map_Find_Value) == 0x00002C, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, K2Node_DynamicCast_AsFGCharacter_1) == 0x000038, "Member 'BaseAIController_C_SetFocusedTarget::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BaseAIController_C_SetFocusedTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000041, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_SetFocusedTarget, CallFunc_IsValid_ReturnValue_2) == 0x000042, "Member 'BaseAIController_C_SetFocusedTarget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAIController_C_GetTargetByThreat \ static_assert(alignof(BaseAIController_C_GetTargetByThreat) == 0x000008, "Wrong alignment on BaseAIController_C_GetTargetByThreat"); \ static_assert(sizeof(BaseAIController_C_GetTargetByThreat) == 0x000068, "Wrong size on BaseAIController_C_GetTargetByThreat"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, Result) == 0x000000, "Member 'BaseAIController_C_GetTargetByThreat::Result' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, MaxIndexResult) == 0x000008, "Member 'BaseAIController_C_GetTargetByThreat::MaxIndexResult' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, MaxIndex) == 0x00000C, "Member 'BaseAIController_C_GetTargetByThreat::MaxIndex' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, MaxValue) == 0x000010, "Member 'BaseAIController_C_GetTargetByThreat::MaxValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BaseAIController_C_GetTargetByThreat::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BaseAIController_C_GetTargetByThreat::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Map_Values_Values) == 0x000030, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Array_Get_Item) == 0x000040, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, K2Node_DynamicCast_AsFGCharacter) == 0x000050, "Member 'BaseAIController_C_GetTargetByThreat::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BaseAIController_C_GetTargetByThreat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000059, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAIController_C_GetTargetByThreat, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000061, "Member 'BaseAIController_C_GetTargetByThreat::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABaseAIController_C \ static_assert(alignof(ABaseAIController_C) == 0x000008, "Wrong alignment on ABaseAIController_C"); \ static_assert(sizeof(ABaseAIController_C) == 0x0003E0, "Wrong size on ABaseAIController_C"); \ static_assert(offsetof(ABaseAIController_C, UberGraphFrame) == 0x0003D0, "Member 'ABaseAIController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABaseAIController_C, bNeedUpdateTarget) == 0x0003D8, "Member 'ABaseAIController_C::bNeedUpdateTarget' has a wrong offset!"); \ static_assert(offsetof(ABaseAIController_C, bPendingUpdateTarget) == 0x0003D9, "Member 'ABaseAIController_C::bPendingUpdateTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosController_C \ static_assert(alignof(AUroborosController_C) == 0x000008, "Wrong alignment on AUroborosController_C"); \ static_assert(sizeof(AUroborosController_C) == 0x0003E0, "Wrong size on AUroborosController_C"); \ #define DUMPER7_ASSERTS_Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller \ static_assert(alignof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller) == 0x000008, "Wrong alignment on Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller"); \ static_assert(sizeof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller) == 0x000118, "Wrong size on Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, EntryPoint) == 0x000000, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, K2Node_ComponentBoundEvent_Actor) == 0x000018, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, K2Node_ComponentBoundEvent_Stimulus) == 0x000020, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000060, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Less_FloatFloat_ReturnValue) == 0x000068, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_ClassIsChildOf_ReturnValue) == 0x000069, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_IsValid_ReturnValue) == 0x00006A, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_K2_GetPawn_ReturnValue) == 0x000070, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000078, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, K2Node_CreateDelegate_OutputDelegate) == 0x000084, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_GetActorsPerception_Info) == 0x0000A0, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_GetActorsPerception_Info' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_GetActorsPerception_ReturnValue) == 0x0000C0, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_GetActorsPerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_GetSenseClassForStimulus_ReturnValue_1) == 0x000108, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_GetSenseClassForStimulus_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x000110, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000111, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000112, "Member 'Nazi_Controller_C_ExecuteUbergraph_Nazi_Controller::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'Nazi_Controller_C_BndEvt__Nazi_Controller_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANazi_Controller_C \ static_assert(alignof(ANazi_Controller_C) == 0x000008, "Wrong alignment on ANazi_Controller_C"); \ static_assert(sizeof(ANazi_Controller_C) == 0x0003F0, "Wrong size on ANazi_Controller_C"); \ static_assert(offsetof(ANazi_Controller_C, UberGraphFrame_Nazi_Controller_C) == 0x0003E0, "Member 'ANazi_Controller_C::UberGraphFrame_Nazi_Controller_C' has a wrong offset!"); \ static_assert(offsetof(ANazi_Controller_C, bLongTimeDidNotSee) == 0x0003E8, "Member 'ANazi_Controller_C::bLongTimeDidNotSee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train \ static_assert(alignof(PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train) == 0x000004, "Wrong alignment on PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train"); \ static_assert(sizeof(PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train) == 0x000004, "Wrong size on PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train, EntryPoint) == 0x000000, "Member 'PlanktonGroupCharacter_Train_C_ExecuteUbergraph_PlanktonGroupCharacter_Train::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonGroupCharacter_Train_C_GetFollowTarget \ static_assert(alignof(PlanktonGroupCharacter_Train_C_GetFollowTarget) == 0x000008, "Wrong alignment on PlanktonGroupCharacter_Train_C_GetFollowTarget"); \ static_assert(sizeof(PlanktonGroupCharacter_Train_C_GetFollowTarget) == 0x000028, "Wrong size on PlanktonGroupCharacter_Train_C_GetFollowTarget"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_GetFollowTarget, Target) == 0x000000, "Member 'PlanktonGroupCharacter_Train_C_GetFollowTarget::Target' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_GetFollowTarget, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'PlanktonGroupCharacter_Train_C_GetFollowTarget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_GetFollowTarget, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000010, "Member 'PlanktonGroupCharacter_Train_C_GetFollowTarget::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_GetFollowTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'PlanktonGroupCharacter_Train_C_GetFollowTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlanktonGroupCharacter_Train_C_GetFollowTarget, CallFunc_GetLocomotive_ReturnValue) == 0x000020, "Member 'PlanktonGroupCharacter_Train_C_GetFollowTarget::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanktonGroupCharacter_Train_C \ static_assert(alignof(APlanktonGroupCharacter_Train_C) == 0x000010, "Wrong alignment on APlanktonGroupCharacter_Train_C"); \ static_assert(sizeof(APlanktonGroupCharacter_Train_C) == 0x000F00, "Wrong size on APlanktonGroupCharacter_Train_C"); \ static_assert(offsetof(APlanktonGroupCharacter_Train_C, UberGraphFrame_PlanktonGroupCharacter_Train_C) == 0x000EE8, "Member 'APlanktonGroupCharacter_Train_C::UberGraphFrame_PlanktonGroupCharacter_Train_C' has a wrong offset!"); \ static_assert(offsetof(APlanktonGroupCharacter_Train_C, Idle) == 0x000EF0, "Member 'APlanktonGroupCharacter_Train_C::Idle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_C_ExecuteUbergraph_NaziTank \ static_assert(alignof(NaziTank_C_ExecuteUbergraph_NaziTank) == 0x000008, "Wrong alignment on NaziTank_C_ExecuteUbergraph_NaziTank"); \ static_assert(sizeof(NaziTank_C_ExecuteUbergraph_NaziTank) == 0x000160, "Wrong size on NaziTank_C_ExecuteUbergraph_NaziTank"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, EntryPoint) == 0x000000, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Variable) == 0x000004, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Array_Index_Variable) == 0x000010, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_HasAuthority_ReturnValue) == 0x000024, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Loop_Counter_Variable_2) == 0x00003C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000044, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CustomEvent_QueryInstance_1) == 0x000048, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CustomEvent_QueryStatus_1) == 0x000050, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_RunEQSQuery_ReturnValue) == 0x000058, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000068, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000078, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Array_Index_Variable_2) == 0x00007C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Get_Item) == 0x000080, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_DynamicCast_AsNazi_Soldier) == 0x000088, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_DynamicCast_AsNazi_Soldier' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetObjectClass_ReturnValue) == 0x000098, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000A0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_DynamicCast_AsNazi_Soldier_1) == 0x0000B8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_DynamicCast_AsNazi_Soldier_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000C4, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Max_ReturnValue) == 0x0000C8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CC, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetObjectClass_ReturnValue_1) == 0x0000D0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0000D8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Length_ReturnValue_1) == 0x0000DC, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E1, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E4, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, Temp_int_Variable_1) == 0x0000E8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000EC, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F0, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetNeedCoverAssistance_Result) == 0x0000F1, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetNeedCoverAssistance_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F2, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetNeedCoverAssistance_Result_1) == 0x0000F3, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetNeedCoverAssistance_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_BooleanAND_ReturnValue_2) == 0x0000F4, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_BooleanAND_ReturnValue_3) == 0x0000F5, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CustomEvent_QueryInstance) == 0x0000F8, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CustomEvent_QueryStatus) == 0x000100, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000108, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_SwitchEnum_CmpSuccess_1) == 0x000110, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000118, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000128, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Get_Item_2) == 0x00012C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Array_Length_ReturnValue_2) == 0x000138, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Is_Valid_Position_Result) == 0x00013C, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Less_IntInt_ReturnValue_2) == 0x00013D, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_BooleanAND_ReturnValue_4) == 0x00013E, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Score_Position_Result) == 0x000140, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Score_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_Score_Position_isCover) == 0x000144, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_Score_Position_isCover' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000145, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, K2Node_CreateDelegate_OutputDelegate_1) == 0x000148, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_ExecuteUbergraph_NaziTank, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000158, "Member 'NaziTank_C_ExecuteUbergraph_NaziTank::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_C_OnCustomEvent \ static_assert(alignof(NaziTank_C_OnCustomEvent) == 0x000008, "Wrong alignment on NaziTank_C_OnCustomEvent"); \ static_assert(sizeof(NaziTank_C_OnCustomEvent) == 0x000010, "Wrong size on NaziTank_C_OnCustomEvent"); \ static_assert(offsetof(NaziTank_C_OnCustomEvent, QueryInstance) == 0x000000, "Member 'NaziTank_C_OnCustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_OnCustomEvent, QueryStatus) == 0x000008, "Member 'NaziTank_C_OnCustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_C_OnSoldierQueryFinished \ static_assert(alignof(NaziTank_C_OnSoldierQueryFinished) == 0x000008, "Wrong alignment on NaziTank_C_OnSoldierQueryFinished"); \ static_assert(sizeof(NaziTank_C_OnSoldierQueryFinished) == 0x000010, "Wrong size on NaziTank_C_OnSoldierQueryFinished"); \ static_assert(offsetof(NaziTank_C_OnSoldierQueryFinished, QueryInstance) == 0x000000, "Member 'NaziTank_C_OnSoldierQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_OnSoldierQueryFinished, QueryStatus) == 0x000008, "Member 'NaziTank_C_OnSoldierQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_C_GetNeedCoverAssistance \ static_assert(alignof(NaziTank_C_GetNeedCoverAssistance) == 0x000004, "Wrong alignment on NaziTank_C_GetNeedCoverAssistance"); \ static_assert(sizeof(NaziTank_C_GetNeedCoverAssistance) == 0x00000C, "Wrong size on NaziTank_C_GetNeedCoverAssistance"); \ static_assert(offsetof(NaziTank_C_GetNeedCoverAssistance, Result) == 0x000000, "Member 'NaziTank_C_GetNeedCoverAssistance::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_GetNeedCoverAssistance, CallFunc_GetPercentageValue_ReturnValue) == 0x000004, "Member 'NaziTank_C_GetNeedCoverAssistance::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_GetNeedCoverAssistance, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'NaziTank_C_GetNeedCoverAssistance::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_C_Score_Position \ static_assert(alignof(NaziTank_C_Score_Position) == 0x000004, "Wrong alignment on NaziTank_C_Score_Position"); \ static_assert(sizeof(NaziTank_C_Score_Position) == 0x000040, "Wrong size on NaziTank_C_Score_Position"); \ static_assert(offsetof(NaziTank_C_Score_Position, Location) == 0x000000, "Member 'NaziTank_C_Score_Position::Location' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, Result) == 0x00000C, "Member 'NaziTank_C_Score_Position::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, isCover) == 0x000010, "Member 'NaziTank_C_Score_Position::isCover' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, ResultScore) == 0x000014, "Member 'NaziTank_C_Score_Position::ResultScore' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_IsValidAILocation_ReturnValue) == 0x000018, "Member 'NaziTank_C_Score_Position::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'NaziTank_C_Score_Position::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000020, "Member 'NaziTank_C_Score_Position::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000024, "Member 'NaziTank_C_Score_Position::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000028, "Member 'NaziTank_C_Score_Position::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'NaziTank_C_Score_Position::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'NaziTank_C_Score_Position::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Square_ReturnValue) == 0x000034, "Member 'NaziTank_C_Score_Position::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Square_ReturnValue_1) == 0x000038, "Member 'NaziTank_C_Score_Position::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_InRange_FloatFloat_ReturnValue) == 0x00003C, "Member 'NaziTank_C_Score_Position::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_C_Score_Position, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'NaziTank_C_Score_Position::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziTank_C \ static_assert(alignof(ANaziTank_C) == 0x000010, "Wrong alignment on ANaziTank_C"); \ static_assert(sizeof(ANaziTank_C) == 0x001310, "Wrong size on ANaziTank_C"); \ static_assert(offsetof(ANaziTank_C, UberGraphFrame_NaziTank_C) == 0x001278, "Member 'ANaziTank_C::UberGraphFrame_NaziTank_C' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, BeltArmor) == 0x001280, "Member 'ANaziTank_C::BeltArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegBackDownArmor_R) == 0x001288, "Member 'ANaziTank_C::LegBackDownArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegBackDownArmor_L) == 0x001290, "Member 'ANaziTank_C::LegBackDownArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegFrontDownArmor_R) == 0x001298, "Member 'ANaziTank_C::LegFrontDownArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegFrontDownArmor_L) == 0x0012A0, "Member 'ANaziTank_C::LegFrontDownArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegFrontUpArmor_R) == 0x0012A8, "Member 'ANaziTank_C::LegFrontUpArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegFrontUpArmor_L) == 0x0012B0, "Member 'ANaziTank_C::LegFrontUpArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegBackUpArmor_R) == 0x0012B8, "Member 'ANaziTank_C::LegBackUpArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, LegBackUpArmor_L) == 0x0012C0, "Member 'ANaziTank_C::LegBackUpArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, BackTorsoArmor) == 0x0012C8, "Member 'ANaziTank_C::BackTorsoArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, FrontTorsoArmor) == 0x0012D0, "Member 'ANaziTank_C::FrontTorsoArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, HandArmor_R) == 0x0012D8, "Member 'ANaziTank_C::HandArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, HandArmor_L) == 0x0012E0, "Member 'ANaziTank_C::HandArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, ShoulderArmor_L) == 0x0012E8, "Member 'ANaziTank_C::ShoulderArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, ShoulderArmor_R) == 0x0012F0, "Member 'ANaziTank_C::ShoulderArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, HelmetArmor) == 0x0012F8, "Member 'ANaziTank_C::HelmetArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_C, AssistantCount) == 0x001300, "Member 'ANaziTank_C::AssistantCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_ExecuteUbergraph_SharkController \ static_assert(alignof(SharkController_C_ExecuteUbergraph_SharkController) == 0x000008, "Wrong alignment on SharkController_C_ExecuteUbergraph_SharkController"); \ static_assert(sizeof(SharkController_C_ExecuteUbergraph_SharkController) == 0x000228, "Wrong size on SharkController_C_ExecuteUbergraph_SharkController"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, EntryPoint) == 0x000000, "Member 'SharkController_C_ExecuteUbergraph_SharkController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'SharkController_C_ExecuteUbergraph_SharkController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, Temp_int_Array_Index_Variable) == 0x000024, "Member 'SharkController_C_ExecuteUbergraph_SharkController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_GetPawn_ReturnValue) == 0x000040, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryInstance_2) == 0x000048, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryInstance_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryStatus_2) == 0x000050, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryStatus_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_RunEQSQuery_ReturnValue) == 0x000058, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000068, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000078, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Array_Get_Item) == 0x000080, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000088, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000090, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryInstance_1) == 0x000098, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryStatus_1) == 0x0000A0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_RunEQSQuery_ReturnValue_1) == 0x0000A8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000B0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_2) == 0x0000B1, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ResultActors_1) == 0x0000B8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ResultActors_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ReturnValue_1) == 0x0000C8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000D8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x0000E0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryInstance) == 0x0000E8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CustomEvent_QueryStatus) == 0x0000F0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_RunEQSQuery_ReturnValue_2) == 0x0000F8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_RunEQSQuery_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_SwitchEnum_CmpSuccess_2) == 0x000100, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_3) == 0x000101, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ResultActors_2) == 0x000108, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ResultActors_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetQueryResultsAsActors_ReturnValue_2) == 0x000118, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetQueryResultsAsActors_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Array_Get_Item_2) == 0x000120, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000128, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000138, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Not_PreBool_ReturnValue_3) == 0x000140, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_AsFGCharacter) == 0x000148, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_AsFGCharacter_1) == 0x000158, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_4) == 0x000161, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_5) == 0x000162, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_CreateDelegate_OutputDelegate_3) == 0x000164, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_AsFGCharacter_2) == 0x000178, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_AsFGCharacter_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_bSuccess_2) == 0x000180, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_6) == 0x000181, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_Event_PossessedPawn) == 0x000188, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_AsShark) == 0x000190, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_bSuccess_3) == 0x000198, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_7) == 0x000199, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_NeedHeal_Result) == 0x00019A, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_NeedHeal_Result' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetCurrentlyPerceivedActors_OutActors) == 0x0001A0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetCurrentlyPerceivedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Array_Length_ReturnValue) == 0x0001B8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0001C0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, K2Node_DynamicCast_bSuccess_4) == 0x0001C8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Less_IntInt_ReturnValue) == 0x0001C9, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001CC, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_GetBaseAimRotation_ReturnValue) == 0x0001D8, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001E4, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_IsValid_ReturnValue_8) == 0x0001F0, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_FindLookAtRotation_ReturnValue) == 0x0001F4, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000200, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_BreakRotator_Roll) == 0x00020C, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_BreakRotator_Pitch) == 0x000210, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_BreakRotator_Yaw) == 0x000214, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Abs_ReturnValue) == 0x000218, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_Abs_ReturnValue_1) == 0x00021C, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000220, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000221, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_ExecuteUbergraph_SharkController, CallFunc_BooleanAND_ReturnValue) == 0x000222, "Member 'SharkController_C_ExecuteUbergraph_SharkController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_ReceivePossess \ static_assert(alignof(SharkController_C_ReceivePossess) == 0x000008, "Wrong alignment on SharkController_C_ReceivePossess"); \ static_assert(sizeof(SharkController_C_ReceivePossess) == 0x000008, "Wrong size on SharkController_C_ReceivePossess"); \ static_assert(offsetof(SharkController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'SharkController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_CustomEvent_2 \ static_assert(alignof(SharkController_C_CustomEvent_2) == 0x000008, "Wrong alignment on SharkController_C_CustomEvent_2"); \ static_assert(sizeof(SharkController_C_CustomEvent_2) == 0x000010, "Wrong size on SharkController_C_CustomEvent_2"); \ static_assert(offsetof(SharkController_C_CustomEvent_2, QueryInstance) == 0x000000, "Member 'SharkController_C_CustomEvent_2::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_CustomEvent_2, QueryStatus) == 0x000008, "Member 'SharkController_C_CustomEvent_2::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_CustomEvent_1 \ static_assert(alignof(SharkController_C_CustomEvent_1) == 0x000008, "Wrong alignment on SharkController_C_CustomEvent_1"); \ static_assert(sizeof(SharkController_C_CustomEvent_1) == 0x000010, "Wrong size on SharkController_C_CustomEvent_1"); \ static_assert(offsetof(SharkController_C_CustomEvent_1, QueryInstance) == 0x000000, "Member 'SharkController_C_CustomEvent_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_CustomEvent_1, QueryStatus) == 0x000008, "Member 'SharkController_C_CustomEvent_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_CustomEvent \ static_assert(alignof(SharkController_C_CustomEvent) == 0x000008, "Wrong alignment on SharkController_C_CustomEvent"); \ static_assert(sizeof(SharkController_C_CustomEvent) == 0x000010, "Wrong size on SharkController_C_CustomEvent"); \ static_assert(offsetof(SharkController_C_CustomEvent, QueryInstance) == 0x000000, "Member 'SharkController_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(SharkController_C_CustomEvent, QueryStatus) == 0x000008, "Member 'SharkController_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_ReceiveTick \ static_assert(alignof(SharkController_C_ReceiveTick) == 0x000004, "Wrong alignment on SharkController_C_ReceiveTick"); \ static_assert(sizeof(SharkController_C_ReceiveTick) == 0x000004, "Wrong size on SharkController_C_ReceiveTick"); \ static_assert(offsetof(SharkController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'SharkController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkController_C_SetOverrideTarget \ static_assert(alignof(SharkController_C_SetOverrideTarget) == 0x000008, "Wrong alignment on SharkController_C_SetOverrideTarget"); \ static_assert(sizeof(SharkController_C_SetOverrideTarget) == 0x000008, "Wrong size on SharkController_C_SetOverrideTarget"); \ static_assert(offsetof(SharkController_C_SetOverrideTarget, Target) == 0x000000, "Member 'SharkController_C_SetOverrideTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASharkController_C \ static_assert(alignof(ASharkController_C) == 0x000008, "Wrong alignment on ASharkController_C"); \ static_assert(sizeof(ASharkController_C) == 0x000420, "Wrong size on ASharkController_C"); \ static_assert(offsetof(ASharkController_C, UberGraphFrame_SharkController_C) == 0x0003E0, "Member 'ASharkController_C::UberGraphFrame_SharkController_C' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, InPlanktonQuery) == 0x0003E8, "Member 'ASharkController_C::InPlanktonQuery' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, InCorpseQuery) == 0x0003E9, "Member 'ASharkController_C::InCorpseQuery' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, InTargetQery) == 0x0003EA, "Member 'ASharkController_C::InTargetQery' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, BestPlankton) == 0x0003F0, "Member 'ASharkController_C::BestPlankton' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, BestCorpse) == 0x0003F8, "Member 'ASharkController_C::BestCorpse' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, BestTarget) == 0x000400, "Member 'ASharkController_C::BestTarget' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, bNeedUpdateSharkTarget) == 0x000408, "Member 'ASharkController_C::bNeedUpdateSharkTarget' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, SharkPawn) == 0x000410, "Member 'ASharkController_C::SharkPawn' has a wrong offset!"); \ static_assert(offsetof(ASharkController_C, OverrideTarget) == 0x000418, "Member 'ASharkController_C::OverrideTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed \ static_assert(alignof(LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed) == 0x000004, "Wrong alignment on LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed"); \ static_assert(sizeof(LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed) == 0x000004, "Wrong size on LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed"); \ static_assert(offsetof(LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed, EntryPoint) == 0x000000, "Member 'LeechMiasmDeadSeed_C_ExecuteUbergraph_LeechMiasmDeadSeed::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeechMiasmDeadSeed_C \ static_assert(alignof(ALeechMiasmDeadSeed_C) == 0x000008, "Wrong alignment on ALeechMiasmDeadSeed_C"); \ static_assert(sizeof(ALeechMiasmDeadSeed_C) == 0x000240, "Wrong size on ALeechMiasmDeadSeed_C"); \ static_assert(offsetof(ALeechMiasmDeadSeed_C, UberGraphFrame) == 0x000220, "Member 'ALeechMiasmDeadSeed_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasmDeadSeed_C, DissolveComponent) == 0x000228, "Member 'ALeechMiasmDeadSeed_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasmDeadSeed_C, StaticMesh) == 0x000230, "Member 'ALeechMiasmDeadSeed_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasmDeadSeed_C, DefaultSceneRoot) == 0x000238, "Member 'ALeechMiasmDeadSeed_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition \ static_assert(alignof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition) == 0x000008, "Wrong alignment on NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition"); \ static_assert(sizeof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition) == 0x000120, "Wrong size on NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, EntryPoint) == 0x000000, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, K2Node_Event_WorldState) == 0x000020, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, Temp_int_Array_Index_Variable) == 0x0000E8, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Array_Get_Item) == 0x0000EC, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Is_Valid_Position_Result) == 0x0000F8, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, Temp_bool_True_if_break_was_hit_Variable) == 0x0000F9, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Not_PreBool_ReturnValue) == 0x0000FA, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000100, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition, CallFunc_BooleanAND_ReturnValue) == 0x000118, "Member 'NaziTank_AtMovePosition_C_ExecuteUbergraph_NaziTank_AtMovePosition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_AtMovePosition_C_QueryState \ static_assert(alignof(NaziTank_AtMovePosition_C_QueryState) == 0x000008, "Wrong alignment on NaziTank_AtMovePosition_C_QueryState"); \ static_assert(sizeof(NaziTank_AtMovePosition_C_QueryState) == 0x0000C8, "Wrong size on NaziTank_AtMovePosition_C_QueryState"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_QueryState, WorldState) == 0x000000, "Member 'NaziTank_AtMovePosition_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_AtMovePosition_C_IsSatisfied \ static_assert(alignof(NaziTank_AtMovePosition_C_IsSatisfied) == 0x000008, "Wrong alignment on NaziTank_AtMovePosition_C_IsSatisfied"); \ static_assert(sizeof(NaziTank_AtMovePosition_C_IsSatisfied) == 0x0000F8, "Wrong size on NaziTank_AtMovePosition_C_IsSatisfied"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, WorldState) == 0x000000, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_GetFinalGoal_ReturnValue) == 0x0000CC, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_GetFinalGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000E0, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000EC, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000F0, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F4, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_IsSatisfied, CallFunc_BooleanAND_ReturnValue) == 0x0000F5, "Member 'NaziTank_AtMovePosition_C_IsSatisfied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_AtMovePosition_C_StateIsValid \ static_assert(alignof(NaziTank_AtMovePosition_C_StateIsValid) == 0x000008, "Wrong alignment on NaziTank_AtMovePosition_C_StateIsValid"); \ static_assert(sizeof(NaziTank_AtMovePosition_C_StateIsValid) == 0x0000F0, "Wrong size on NaziTank_AtMovePosition_C_StateIsValid"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, WorldState) == 0x000000, "Member 'NaziTank_AtMovePosition_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'NaziTank_AtMovePosition_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'NaziTank_AtMovePosition_C_StateIsValid::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'NaziTank_AtMovePosition_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000E0, "Member 'NaziTank_AtMovePosition_C_StateIsValid::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_StateIsValid, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'NaziTank_AtMovePosition_C_StateIsValid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_AtMovePosition_C_CanReach \ static_assert(alignof(NaziTank_AtMovePosition_C_CanReach) == 0x000008, "Wrong alignment on NaziTank_AtMovePosition_C_CanReach"); \ static_assert(sizeof(NaziTank_AtMovePosition_C_CanReach) == 0x0000D0, "Wrong size on NaziTank_AtMovePosition_C_CanReach"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_CanReach, WorldState) == 0x000000, "Member 'NaziTank_AtMovePosition_C_CanReach::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_CanReach, ReturnValue) == 0x0000C8, "Member 'NaziTank_AtMovePosition_C_CanReach::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_AtMovePosition_C_CanReach, CallFunc_BooleanAND_ReturnValue) == 0x0000C9, "Member 'NaziTank_AtMovePosition_C_CanReach::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_AtMovePosition_C \ static_assert(alignof(UNaziTank_AtMovePosition_C) == 0x000008, "Wrong alignment on UNaziTank_AtMovePosition_C"); \ static_assert(sizeof(UNaziTank_AtMovePosition_C) == 0x000098, "Wrong size on UNaziTank_AtMovePosition_C"); \ static_assert(offsetof(UNaziTank_AtMovePosition_C, UberGraphFrame) == 0x000088, "Member 'UNaziTank_AtMovePosition_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziTank_AtMovePosition_C, Acceptance) == 0x000090, "Member 'UNaziTank_AtMovePosition_C::Acceptance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition \ static_assert(alignof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition) == 0x000008, "Wrong alignment on Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition"); \ static_assert(sizeof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition) == 0x0000E0, "Wrong size on Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition"); \ static_assert(offsetof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition, EntryPoint) == 0x000000, "Member 'Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition, K2Node_Event_WorldState) == 0x000008, "Member 'Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_AtPosition_C_ExecuteUbergraph_Nazi_AtPosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_AtPosition_C_QueryState \ static_assert(alignof(Nazi_AtPosition_C_QueryState) == 0x000008, "Wrong alignment on Nazi_AtPosition_C_QueryState"); \ static_assert(sizeof(Nazi_AtPosition_C_QueryState) == 0x0000C8, "Wrong size on Nazi_AtPosition_C_QueryState"); \ static_assert(offsetof(Nazi_AtPosition_C_QueryState, WorldState) == 0x000000, "Member 'Nazi_AtPosition_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_AtPosition_C_IsSatisfied \ static_assert(alignof(Nazi_AtPosition_C_IsSatisfied) == 0x000008, "Wrong alignment on Nazi_AtPosition_C_IsSatisfied"); \ static_assert(sizeof(Nazi_AtPosition_C_IsSatisfied) == 0x0000E0, "Wrong size on Nazi_AtPosition_C_IsSatisfied"); \ static_assert(offsetof(Nazi_AtPosition_C_IsSatisfied, WorldState) == 0x000000, "Member 'Nazi_AtPosition_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Nazi_AtPosition_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_IsSatisfied, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_AtPosition_C_IsSatisfied::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_AtPosition_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_IsSatisfied, CallFunc_EqualExactly_VectorVector_ReturnValue) == 0x0000D9, "Member 'Nazi_AtPosition_C_IsSatisfied::CallFunc_EqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_AtPosition_C_StateIsValid \ static_assert(alignof(Nazi_AtPosition_C_StateIsValid) == 0x000008, "Wrong alignment on Nazi_AtPosition_C_StateIsValid"); \ static_assert(sizeof(Nazi_AtPosition_C_StateIsValid) == 0x0000E0, "Wrong size on Nazi_AtPosition_C_StateIsValid"); \ static_assert(offsetof(Nazi_AtPosition_C_StateIsValid, WorldState) == 0x000000, "Member 'Nazi_AtPosition_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'Nazi_AtPosition_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_StateIsValid, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000D0, "Member 'Nazi_AtPosition_C_StateIsValid::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_StateIsValid, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'Nazi_AtPosition_C_StateIsValid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_AtPosition_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D9, "Member 'Nazi_AtPosition_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNazi_AtPosition_C \ static_assert(alignof(UNazi_AtPosition_C) == 0x000008, "Wrong alignment on UNazi_AtPosition_C"); \ static_assert(sizeof(UNazi_AtPosition_C) == 0x0000A8, "Wrong size on UNazi_AtPosition_C"); \ static_assert(offsetof(UNazi_AtPosition_C, UberGraphFrame_Nazi_AtPosition_C) == 0x000098, "Member 'UNazi_AtPosition_C::UberGraphFrame_Nazi_AtPosition_C' has a wrong offset!"); \ static_assert(offsetof(UNazi_AtPosition_C, bfound) == 0x0000A0, "Member 'UNazi_AtPosition_C::bfound' has a wrong offset!"); \ static_assert(offsetof(UNazi_AtPosition_C, bCoverPosition) == 0x0000A1, "Member 'UNazi_AtPosition_C::bCoverPosition' has a wrong offset!"); \ static_assert(offsetof(UNazi_AtPosition_C, bWantCoverLeader) == 0x0000A2, "Member 'UNazi_AtPosition_C::bWantCoverLeader' has a wrong offset!"); \ static_assert(offsetof(UNazi_AtPosition_C, bOpenPosition) == 0x0000A3, "Member 'UNazi_AtPosition_C::bOpenPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget \ static_assert(alignof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget) == 0x000008, "Wrong alignment on NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget"); \ static_assert(sizeof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget) == 0x000200, "Wrong size on NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, EntryPoint) == 0x000000, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_Event_WorldState) == 0x000020, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_Event_WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_bool_True_if_break_was_hit_Variable_1) == 0x0000E8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E9, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000F0, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000104, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_GetActionPlanner_ReturnValue) == 0x000110, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Get_Item) == 0x000118, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_MakeStruct_EnvNamedValue) == 0x000124, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_MakeStruct_EnvNamedValue_1) == 0x000134, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Length_ReturnValue_2) == 0x000144, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_MakeArray_Array) == 0x000148, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Length_ReturnValue_3) == 0x000158, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00015C, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000160, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Score_Position_Result) == 0x00016C, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Score_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Score_Position_isCover) == 0x000170, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Score_Position_isCover' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000171, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000174, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Is_Valid_Position_Result) == 0x000180, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_IsThroughDangerZone_Result) == 0x000181, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_IsThroughDangerZone_Result' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_BooleanAND_ReturnValue) == 0x000182, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Not_PreBool_ReturnValue_2) == 0x000183, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Loop_Counter_Variable_1) == 0x000184, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Add_IntInt_ReturnValue_1) == 0x00018C, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x000190, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Loop_Counter_Variable_2) == 0x000194, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x000198, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Add_IntInt_ReturnValue_2) == 0x00019C, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_BooleanAND_ReturnValue_2) == 0x0001A0, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, Temp_int_Array_Index_Variable_2) == 0x0001A4, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Add_ReturnValue) == 0x0001A8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Get_Item_1) == 0x0001AC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Add_ReturnValue_1) == 0x0001B8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_NotEqual_VectorVector_ReturnValue_1) == 0x0001BC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_NotEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Score_Position_Result_1) == 0x0001C0, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Score_Position_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Score_Position_isCover_1) == 0x0001C4, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Score_Position_isCover_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_IsThroughDangerZone_Result_1) == 0x0001C5, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_IsThroughDangerZone_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Is_Valid_Position_Result_1) == 0x0001C6, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Is_Valid_Position_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001C7, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Get_Item_2) == 0x0001C8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Length_ReturnValue_4) == 0x0001D4, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0001DC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Vector_Distance2DSquared_ReturnValue_1) == 0x0001E0, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Vector_Distance2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001E4, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001E8, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Vector_IsZero_ReturnValue) == 0x0001E9, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001EA, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, CallFunc_Array_Add_ReturnValue_2) == 0x0001EC, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget, K2Node_CreateDelegate_OutputDelegate) == 0x0001F0, "Member 'NaziMedic_AtReanimateTarget_C_ExecuteUbergraph_NaziMedic_AtReanimateTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_AtReanimateTarget_C_QueryState \ static_assert(alignof(NaziMedic_AtReanimateTarget_C_QueryState) == 0x000008, "Wrong alignment on NaziMedic_AtReanimateTarget_C_QueryState"); \ static_assert(sizeof(NaziMedic_AtReanimateTarget_C_QueryState) == 0x0000C8, "Wrong size on NaziMedic_AtReanimateTarget_C_QueryState"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_QueryState, WorldState) == 0x000000, "Member 'NaziMedic_AtReanimateTarget_C_QueryState::WorldState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_AtReanimateTarget_C_IsSatisfied \ static_assert(alignof(NaziMedic_AtReanimateTarget_C_IsSatisfied) == 0x000008, "Wrong alignment on NaziMedic_AtReanimateTarget_C_IsSatisfied"); \ static_assert(sizeof(NaziMedic_AtReanimateTarget_C_IsSatisfied) == 0x000100, "Wrong size on NaziMedic_AtReanimateTarget_C_IsSatisfied"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, WorldState) == 0x000000, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_Square_ReturnValue) == 0x0000CC, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000D0, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, K2Node_DynamicCast_AsNazi_Medic) == 0x0000E0, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000E9, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000EC, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000F8, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_IsSatisfied, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000FC, "Member 'NaziMedic_AtReanimateTarget_C_IsSatisfied::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_AtReanimateTarget_C_StateIsValid \ static_assert(alignof(NaziMedic_AtReanimateTarget_C_StateIsValid) == 0x000008, "Wrong alignment on NaziMedic_AtReanimateTarget_C_StateIsValid"); \ static_assert(sizeof(NaziMedic_AtReanimateTarget_C_StateIsValid) == 0x0000E0, "Wrong size on NaziMedic_AtReanimateTarget_C_StateIsValid"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_StateIsValid, WorldState) == 0x000000, "Member 'NaziMedic_AtReanimateTarget_C_StateIsValid::WorldState' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_StateIsValid, ReturnValue) == 0x0000C8, "Member 'NaziMedic_AtReanimateTarget_C_StateIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_StateIsValid, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000CC, "Member 'NaziMedic_AtReanimateTarget_C_StateIsValid::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_AtReanimateTarget_C_StateIsValid, CallFunc_IsValidAILocation_ReturnValue) == 0x0000D8, "Member 'NaziMedic_AtReanimateTarget_C_StateIsValid::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziMedic_AtReanimateTarget_C \ static_assert(alignof(UNaziMedic_AtReanimateTarget_C) == 0x000008, "Wrong alignment on UNaziMedic_AtReanimateTarget_C"); \ static_assert(sizeof(UNaziMedic_AtReanimateTarget_C) == 0x0000D0, "Wrong size on UNaziMedic_AtReanimateTarget_C"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, UberGraphFrame) == 0x000088, "Member 'UNaziMedic_AtReanimateTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, Acceptance) == 0x000090, "Member 'UNaziMedic_AtReanimateTarget_C::Acceptance' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, ValidPoints) == 0x000098, "Member 'UNaziMedic_AtReanimateTarget_C::ValidPoints' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, StartPoint) == 0x0000A8, "Member 'UNaziMedic_AtReanimateTarget_C::StartPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, EndPoint) == 0x0000B4, "Member 'UNaziMedic_AtReanimateTarget_C::EndPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, Winner) == 0x0000C0, "Member 'UNaziMedic_AtReanimateTarget_C::Winner' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_AtReanimateTarget_C, BestCost) == 0x0000CC, "Member 'UNaziMedic_AtReanimateTarget_C::BestCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_DamageReacted_C_IsSatisfied \ static_assert(alignof(Bird_DamageReacted_C_IsSatisfied) == 0x000008, "Wrong alignment on Bird_DamageReacted_C_IsSatisfied"); \ static_assert(sizeof(Bird_DamageReacted_C_IsSatisfied) == 0x0000F0, "Wrong size on Bird_DamageReacted_C_IsSatisfied"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, WorldState) == 0x000000, "Member 'Bird_DamageReacted_C_IsSatisfied::WorldState' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, ReturnValue) == 0x0000C8, "Member 'Bird_DamageReacted_C_IsSatisfied::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x0000CC, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_IsSatisfied_ReturnValue) == 0x0000D0, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_IsSatisfied_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D4, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D9, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_GetActionPlanner_ReturnValue) == 0x0000E0, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_IsPlayingAction_ReturnValue) == 0x0000E8, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_DamageReacted_C_IsSatisfied, CallFunc_BooleanOR_ReturnValue) == 0x0000E9, "Member 'Bird_DamageReacted_C_IsSatisfied::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBird_DamageReacted_C \ static_assert(alignof(UBird_DamageReacted_C) == 0x000008, "Wrong alignment on UBird_DamageReacted_C"); \ static_assert(sizeof(UBird_DamageReacted_C) == 0x000088, "Wrong size on UBird_DamageReacted_C"); \ #define DUMPER7_ASSERTS_NaziMedic_C_ExecuteUbergraph_NaziMedic \ static_assert(alignof(NaziMedic_C_ExecuteUbergraph_NaziMedic) == 0x000008, "Wrong alignment on NaziMedic_C_ExecuteUbergraph_NaziMedic"); \ static_assert(sizeof(NaziMedic_C_ExecuteUbergraph_NaziMedic) == 0x0000A0, "Wrong size on NaziMedic_C_ExecuteUbergraph_NaziMedic"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, EntryPoint) == 0x000000, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, Temp_int_Array_Index_Variable) == 0x000024, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_CustomEvent_QueryInstance) == 0x000030, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_CustomEvent_QueryStatus) == 0x000038, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_RunEQSQuery_ReturnValue) == 0x000040, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000050, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000060, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Array_Get_Item) == 0x000068, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000078, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_BooleanAND_ReturnValue) == 0x000082, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_IsValid_ReturnValue_1) == 0x000083, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000084, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000085, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Not_PreBool_ReturnValue_1) == 0x000086, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_IsValid_ReturnValue_2) == 0x000087, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Not_PreBool_ReturnValue_2) == 0x000098, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_Not_PreBool_ReturnValue_3) == 0x000099, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_ExecuteUbergraph_NaziMedic, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x00009A, "Member 'NaziMedic_C_ExecuteUbergraph_NaziMedic::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_C_CustomEvent \ static_assert(alignof(NaziMedic_C_CustomEvent) == 0x000008, "Wrong alignment on NaziMedic_C_CustomEvent"); \ static_assert(sizeof(NaziMedic_C_CustomEvent) == 0x000010, "Wrong size on NaziMedic_C_CustomEvent"); \ static_assert(offsetof(NaziMedic_C_CustomEvent, QueryInstance) == 0x000000, "Member 'NaziMedic_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_C_CustomEvent, QueryStatus) == 0x000008, "Member 'NaziMedic_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziMedic_C \ static_assert(alignof(ANaziMedic_C) == 0x000010, "Wrong alignment on ANaziMedic_C"); \ static_assert(sizeof(ANaziMedic_C) == 0x001340, "Wrong size on ANaziMedic_C"); \ static_assert(offsetof(ANaziMedic_C, UberGraphFrame_NaziMedic_C) == 0x001328, "Member 'ANaziMedic_C::UberGraphFrame_NaziMedic_C' has a wrong offset!"); \ static_assert(offsetof(ANaziMedic_C, ReanimationTarget) == 0x001330, "Member 'ANaziMedic_C::ReanimationTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIAction_Base_C \ static_assert(alignof(UAIAction_Base_C) == 0x000008, "Wrong alignment on UAIAction_Base_C"); \ static_assert(sizeof(UAIAction_Base_C) == 0x0000B8, "Wrong size on UAIAction_Base_C"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage \ static_assert(alignof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage) == 0x000008, "Wrong alignment on Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage"); \ static_assert(sizeof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage) == 0x0000D0, "Wrong size on Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, EntryPoint) == 0x000000, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CustomEvent_NotifyName_3) == 0x000004, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CustomEvent_NotifyName_2) == 0x00000C, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CustomEvent_NotifyName_1) == 0x000024, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CustomEvent_NotifyName) == 0x00003C, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, Temp_name_Variable) == 0x000054, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, Temp_int_Variable) == 0x00006C, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_4) == 0x000070, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CustomEvent_NotifyName_4) == 0x000080, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_5) == 0x000088, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, K2Node_CreateDelegate_OutputDelegate_6) == 0x000098, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000A8, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B0, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_HasAuthority_ReturnValue) == 0x0000B9, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000BA, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_HasAuthority_ReturnValue_1) == 0x0000BB, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_GetPlayLength_ReturnValue) == 0x0000C0, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000C8, "Member 'Uroboros_ReactDamage_C_ExecuteUbergraph_Uroboros_ReactDamage::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020 \ static_assert(alignof(Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000004, "Wrong alignment on Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(sizeof(Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000008, "Wrong size on Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(offsetof(Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020, NotifyName) == 0x000000, "Member 'Uroboros_ReactDamage_C_OnCompleted_4F5B4D5A47F6FB087CB500AFA3A85020::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020 \ static_assert(alignof(Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000004, "Wrong alignment on Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(sizeof(Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000008, "Wrong size on Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(offsetof(Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020, NotifyName) == 0x000000, "Member 'Uroboros_ReactDamage_C_OnBlendOut_4F5B4D5A47F6FB087CB500AFA3A85020::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020 \ static_assert(alignof(Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000004, "Wrong alignment on Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(sizeof(Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000008, "Wrong size on Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(offsetof(Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020, NotifyName) == 0x000000, "Member 'Uroboros_ReactDamage_C_OnInterrupted_4F5B4D5A47F6FB087CB500AFA3A85020::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020 \ static_assert(alignof(Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000004, "Wrong alignment on Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(sizeof(Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000008, "Wrong size on Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(offsetof(Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020, NotifyName) == 0x000000, "Member 'Uroboros_ReactDamage_C_OnNotifyBegin_4F5B4D5A47F6FB087CB500AFA3A85020::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020 \ static_assert(alignof(Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000004, "Wrong alignment on Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(sizeof(Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020) == 0x000008, "Wrong size on Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020"); \ static_assert(offsetof(Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020, NotifyName) == 0x000000, "Member 'Uroboros_ReactDamage_C_OnNotifyEnd_4F5B4D5A47F6FB087CB500AFA3A85020::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_ReactDamage_C_IsValidAction \ static_assert(alignof(Uroboros_ReactDamage_C_IsValidAction) == 0x000008, "Wrong alignment on Uroboros_ReactDamage_C_IsValidAction"); \ static_assert(sizeof(Uroboros_ReactDamage_C_IsValidAction) == 0x000018, "Wrong size on Uroboros_ReactDamage_C_IsValidAction"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, ReturnValue) == 0x000000, "Member 'Uroboros_ReactDamage_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, K2Node_DynamicCast_AsUroboros) == 0x000008, "Member 'Uroboros_ReactDamage_C_IsValidAction::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Uroboros_ReactDamage_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Uroboros_ReactDamage_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000012, "Member 'Uroboros_ReactDamage_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_ReactDamage_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'Uroboros_ReactDamage_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_ReactDamage_C \ static_assert(alignof(UUroboros_ReactDamage_C) == 0x000008, "Wrong alignment on UUroboros_ReactDamage_C"); \ static_assert(sizeof(UUroboros_ReactDamage_C) == 0x0000D8, "Wrong size on UUroboros_ReactDamage_C"); \ static_assert(offsetof(UUroboros_ReactDamage_C, UberGraphFrame) == 0x0000B8, "Member 'UUroboros_ReactDamage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUroboros_ReactDamage_C, Montage_to_Play) == 0x0000C0, "Member 'UUroboros_ReactDamage_C::Montage_to_Play' has a wrong offset!"); \ static_assert(offsetof(UUroboros_ReactDamage_C, Cooldown) == 0x0000C8, "Member 'UUroboros_ReactDamage_C::Cooldown' has a wrong offset!"); \ static_assert(offsetof(UUroboros_ReactDamage_C, bOnCooldown) == 0x0000CC, "Member 'UUroboros_ReactDamage_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UUroboros_ReactDamage_C, CurrentHitCounter) == 0x0000D0, "Member 'UUroboros_ReactDamage_C::CurrentHitCounter' has a wrong offset!"); \ static_assert(offsetof(UUroboros_ReactDamage_C, HitsNumToReact) == 0x0000D4, "Member 'UUroboros_ReactDamage_C::HitsNumToReact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase \ static_assert(alignof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase) == 0x000008, "Wrong alignment on Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase"); \ static_assert(sizeof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase) == 0x0000E8, "Wrong size on Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, EntryPoint) == 0x000000, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Roll_bSuccess) == 0x000014, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Roll_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000040, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_GetDisplayName_ReturnValue) == 0x000048, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000090, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0000B0, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_IsSomeOneRolled_bResult) == 0x0000B8, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_IsSomeOneRolled_bResult' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000BC, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Not_PreBool_ReturnValue) == 0x0000C0, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000C8, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000D8, "Member 'Uroboros_AttackBase_C_ExecuteUbergraph_Uroboros_AttackBase::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_C_Roll \ static_assert(alignof(Uroboros_AttackBase_C_Roll) == 0x000004, "Wrong alignment on Uroboros_AttackBase_C_Roll"); \ static_assert(sizeof(Uroboros_AttackBase_C_Roll) == 0x000014, "Wrong size on Uroboros_AttackBase_C_Roll"); \ static_assert(offsetof(Uroboros_AttackBase_C_Roll, bSuccess) == 0x000000, "Member 'Uroboros_AttackBase_C_Roll::bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_Roll, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'Uroboros_AttackBase_C_Roll::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_Roll, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000008, "Member 'Uroboros_AttackBase_C_Roll::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_Roll, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00000C, "Member 'Uroboros_AttackBase_C_Roll::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_Roll, CallFunc_ShouldHappen_ReturnValue) == 0x000010, "Member 'Uroboros_AttackBase_C_Roll::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_C_IsSomeOneRolled \ static_assert(alignof(Uroboros_AttackBase_C_IsSomeOneRolled) == 0x000008, "Wrong alignment on Uroboros_AttackBase_C_IsSomeOneRolled"); \ static_assert(sizeof(Uroboros_AttackBase_C_IsSomeOneRolled) == 0x000050, "Wrong size on Uroboros_AttackBase_C_IsSomeOneRolled"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, bResult) == 0x000000, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::bResult' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, bfound) == 0x000001, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::bfound' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_GetAllActions_ReturnValue) == 0x000018, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_GetAllActions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_Array_Get_Item) == 0x000030, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, K2Node_DynamicCast_AsUroboros_Attack_Base) == 0x000040, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::K2Node_DynamicCast_AsUroboros_Attack_Base' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsSomeOneRolled, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Uroboros_AttackBase_C_IsSomeOneRolled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_C_IsValidAction \ static_assert(alignof(Uroboros_AttackBase_C_IsValidAction) == 0x000008, "Wrong alignment on Uroboros_AttackBase_C_IsValidAction"); \ static_assert(sizeof(Uroboros_AttackBase_C_IsValidAction) == 0x000018, "Wrong size on Uroboros_AttackBase_C_IsValidAction"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, ReturnValue) == 0x000000, "Member 'Uroboros_AttackBase_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, K2Node_DynamicCast_AsUroboros) == 0x000008, "Member 'Uroboros_AttackBase_C_IsValidAction::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Uroboros_AttackBase_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'Uroboros_AttackBase_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000012, "Member 'Uroboros_AttackBase_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'Uroboros_AttackBase_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000014, "Member 'Uroboros_AttackBase_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000015, "Member 'Uroboros_AttackBase_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_AttackBase_C \ static_assert(alignof(UUroboros_AttackBase_C) == 0x000008, "Wrong alignment on UUroboros_AttackBase_C"); \ static_assert(sizeof(UUroboros_AttackBase_C) == 0x0000D8, "Wrong size on UUroboros_AttackBase_C"); \ static_assert(offsetof(UUroboros_AttackBase_C, UberGraphFrame) == 0x0000B8, "Member 'UUroboros_AttackBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, BaseChance) == 0x0000C0, "Member 'UUroboros_AttackBase_C::BaseChance' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, AdditiveChance) == 0x0000C4, "Member 'UUroboros_AttackBase_C::AdditiveChance' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, Cooldown) == 0x0000C8, "Member 'UUroboros_AttackBase_C::Cooldown' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, RollFrequency) == 0x0000CC, "Member 'UUroboros_AttackBase_C::RollFrequency' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, CurrentAdditiveChance) == 0x0000D0, "Member 'UUroboros_AttackBase_C::CurrentAdditiveChance' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, Rolled) == 0x0000D4, "Member 'UUroboros_AttackBase_C::Rolled' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_C, bOnCooldown) == 0x0000D5, "Member 'UUroboros_AttackBase_C::bOnCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake) == 0x000008, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake) == 0x0000A0, "Wrong size on Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, EntryPoint) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, Temp_name_Variable) == 0x00007C, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_DynamicCast_AsUroboros) == 0x000090, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_DynamicCast_AsUroboros' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, CallFunc_HasAuthority_ReturnValue) == 0x00009A, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake, CallFunc_HasAuthority_ReturnValue_1) == 0x00009B, "Member 'Uroboros_AttackBase_Earthquake_C_ExecuteUbergraph_Uroboros_AttackBase_Earthquake::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563 \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563) == 0x000008, "Wrong size on Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_OnCompleted_D574F6044E5EF84BD403529F97566563::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563 \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563) == 0x000008, "Wrong size on Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_OnBlendOut_D574F6044E5EF84BD403529F97566563::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563 \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563) == 0x000008, "Wrong size on Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_OnInterrupted_D574F6044E5EF84BD403529F97566563::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563 \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563) == 0x000008, "Wrong size on Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_OnNotifyBegin_D574F6044E5EF84BD403529F97566563::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563 \ static_assert(alignof(Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563) == 0x000004, "Wrong alignment on Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563"); \ static_assert(sizeof(Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563) == 0x000008, "Wrong size on Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563"); \ static_assert(offsetof(Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563, NotifyName) == 0x000000, "Member 'Uroboros_AttackBase_Earthquake_C_OnNotifyEnd_D574F6044E5EF84BD403529F97566563::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUroboros_AttackBase_Earthquake_C \ static_assert(alignof(UUroboros_AttackBase_Earthquake_C) == 0x000008, "Wrong alignment on UUroboros_AttackBase_Earthquake_C"); \ static_assert(sizeof(UUroboros_AttackBase_Earthquake_C) == 0x0000E8, "Wrong size on UUroboros_AttackBase_Earthquake_C"); \ static_assert(offsetof(UUroboros_AttackBase_Earthquake_C, UberGraphFrame_Uroboros_AttackBase_Earthquake_C) == 0x0000D8, "Member 'UUroboros_AttackBase_Earthquake_C::UberGraphFrame_Uroboros_AttackBase_Earthquake_C' has a wrong offset!"); \ static_assert(offsetof(UUroboros_AttackBase_Earthquake_C, Montage_to_Play) == 0x0000E0, "Member 'UUroboros_AttackBase_Earthquake_C::Montage_to_Play' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action \ static_assert(alignof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action) == 0x000008, "Wrong alignment on CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action"); \ static_assert(sizeof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action) == 0x000098, "Wrong size on CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, EntryPoint) == 0x000000, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, Temp_name_Variable) == 0x00006C, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'CountSomething_Action_C_ExecuteUbergraph_CountSomething_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7 \ static_assert(alignof(CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000004, "Wrong alignment on CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(sizeof(CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000008, "Wrong size on CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(offsetof(CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7, NotifyName) == 0x000000, "Member 'CountSomething_Action_C_OnCompleted_59A65CC04A4571FB477E53BE3AD23FA7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7 \ static_assert(alignof(CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000004, "Wrong alignment on CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(sizeof(CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000008, "Wrong size on CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(offsetof(CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7, NotifyName) == 0x000000, "Member 'CountSomething_Action_C_OnBlendOut_59A65CC04A4571FB477E53BE3AD23FA7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7 \ static_assert(alignof(CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000004, "Wrong alignment on CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(sizeof(CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000008, "Wrong size on CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(offsetof(CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7, NotifyName) == 0x000000, "Member 'CountSomething_Action_C_OnInterrupted_59A65CC04A4571FB477E53BE3AD23FA7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7 \ static_assert(alignof(CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000004, "Wrong alignment on CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(sizeof(CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000008, "Wrong size on CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(offsetof(CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7, NotifyName) == 0x000000, "Member 'CountSomething_Action_C_OnNotifyBegin_59A65CC04A4571FB477E53BE3AD23FA7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7 \ static_assert(alignof(CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000004, "Wrong alignment on CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(sizeof(CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7) == 0x000008, "Wrong size on CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7"); \ static_assert(offsetof(CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7, NotifyName) == 0x000000, "Member 'CountSomething_Action_C_OnNotifyEnd_59A65CC04A4571FB477E53BE3AD23FA7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCountSomething_Action_C \ static_assert(alignof(UCountSomething_Action_C) == 0x000008, "Wrong alignment on UCountSomething_Action_C"); \ static_assert(sizeof(UCountSomething_Action_C) == 0x0000F0, "Wrong size on UCountSomething_Action_C"); \ static_assert(offsetof(UCountSomething_Action_C, UberGraphFrame_CountSomething_Action_C) == 0x0000E8, "Member 'UCountSomething_Action_C::UberGraphFrame_CountSomething_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport \ static_assert(alignof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport) == 0x000008, "Wrong alignment on NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport"); \ static_assert(sizeof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport) == 0x000028, "Wrong size on NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, EntryPoint) == 0x000000, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, K2Node_Event_DeltaTime) == 0x000014, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, CallFunc_PlayAnimMontage_ReturnValue) == 0x000018, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'NaziTankAction_SummonSupport_C_ExecuteUbergraph_NaziTankAction_SummonSupport::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTankAction_SummonSupport_C_Tick \ static_assert(alignof(NaziTankAction_SummonSupport_C_Tick) == 0x000004, "Wrong alignment on NaziTankAction_SummonSupport_C_Tick"); \ static_assert(sizeof(NaziTankAction_SummonSupport_C_Tick) == 0x000004, "Wrong size on NaziTankAction_SummonSupport_C_Tick"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_Tick, DeltaTime) == 0x000000, "Member 'NaziTankAction_SummonSupport_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTankAction_SummonSupport_C_IsValidAction \ static_assert(alignof(NaziTankAction_SummonSupport_C_IsValidAction) == 0x000001, "Wrong alignment on NaziTankAction_SummonSupport_C_IsValidAction"); \ static_assert(sizeof(NaziTankAction_SummonSupport_C_IsValidAction) == 0x000001, "Wrong size on NaziTankAction_SummonSupport_C_IsValidAction"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziTankAction_SummonSupport_C_IsValidAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTankAction_SummonSupport_C_CanBeTerminated \ static_assert(alignof(NaziTankAction_SummonSupport_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziTankAction_SummonSupport_C_CanBeTerminated"); \ static_assert(sizeof(NaziTankAction_SummonSupport_C_CanBeTerminated) == 0x000002, "Wrong size on NaziTankAction_SummonSupport_C_CanBeTerminated"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziTankAction_SummonSupport_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTankAction_SummonSupport_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziTankAction_SummonSupport_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTankAction_SummonSupport_C \ static_assert(alignof(UNaziTankAction_SummonSupport_C) == 0x000008, "Wrong alignment on UNaziTankAction_SummonSupport_C"); \ static_assert(sizeof(UNaziTankAction_SummonSupport_C) == 0x0000C8, "Wrong size on UNaziTankAction_SummonSupport_C"); \ static_assert(offsetof(UNaziTankAction_SummonSupport_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziTankAction_SummonSupport_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziTankAction_SummonSupport_C, bPlayingMontage) == 0x0000C0, "Member 'UNaziTankAction_SummonSupport_C::bPlayingMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget \ static_assert(alignof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget) == 0x000008, "Wrong alignment on LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget) == 0x000048, "Wrong size on LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, EntryPoint) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_Event_DeltaTime) == 0x000004, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, CallFunc_IsLocallyControlled_ReturnValue) == 0x000008, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_AsLeech) == 0x000010, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_AsLeech_1) == 0x000020, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_AsLeech_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_AsLeech_2) == 0x000030, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_AsLeech_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget, CallFunc_K2_SetTimer_ReturnValue) == 0x000040, "Member 'LeechAction_GoToAttachTarget_C_ExecuteUbergraph_LeechAction_GoToAttachTarget::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_Tick \ static_assert(alignof(LeechAction_GoToAttachTarget_C_Tick) == 0x000004, "Wrong alignment on LeechAction_GoToAttachTarget_C_Tick"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_Tick) == 0x000004, "Wrong size on LeechAction_GoToAttachTarget_C_Tick"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_Tick, DeltaTime) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_RotateToMovement \ static_assert(alignof(LeechAction_GoToAttachTarget_C_RotateToMovement) == 0x000004, "Wrong alignment on LeechAction_GoToAttachTarget_C_RotateToMovement"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_RotateToMovement) == 0x00003C, "Wrong size on LeechAction_GoToAttachTarget_C_RotateToMovement"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, DeltaTime) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_MakeRotFromX_ReturnValue) == 0x00001C, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000028, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_RInterpTo_ReturnValue) == 0x00002C, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_RotateToMovement, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000038, "Member 'LeechAction_GoToAttachTarget_C_RotateToMovement::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_UpdateMoving \ static_assert(alignof(LeechAction_GoToAttachTarget_C_UpdateMoving) == 0x000008, "Wrong alignment on LeechAction_GoToAttachTarget_C_UpdateMoving"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_UpdateMoving) == 0x000138, "Wrong size on LeechAction_GoToAttachTarget_C_UpdateMoving"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, TargetVelocity) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::TargetVelocity' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, Temp_bool_Variable) == 0x000004, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_FMax_ReturnValue) == 0x00000C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_IsLocallyControlled_ReturnValue) == 0x000010, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_AsLeech) == 0x000018, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_AsLeech_1) == 0x000028, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_AsLeech_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_IsValid_ReturnValue_2) == 0x000031, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_GetVelocity_ReturnValue) == 0x000040, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_AsGeneric_Debris) == 0x000050, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_AsGeneric_Debris' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_VSize_ReturnValue) == 0x00005C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_GetRightVector_ReturnValue) == 0x000060, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_VSize_ReturnValue_1) == 0x00006C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_GetUpVector_ReturnValue) == 0x000070, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00007C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000088, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Add_VectorVector_ReturnValue) == 0x000094, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000AC, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C4, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_RequestMoveToLocation_ReturnValue) == 0x0000D0, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_VSizeSquared_ReturnValue) == 0x0000D4, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_SwitchEnum_CmpSuccess) == 0x0000D8, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000D9, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000DC, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000E8, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_BreakRotIntoAxes_X) == 0x0000F4, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_BreakRotIntoAxes_X' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_BreakRotIntoAxes_Y) == 0x000100, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_BreakRotIntoAxes_Y' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_BreakRotIntoAxes_Z) == 0x00010C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_BreakRotIntoAxes_Z' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Dot_VectorVector_ReturnValue) == 0x000118, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00011C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_BooleanAND_ReturnValue) == 0x00011D, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, K2Node_Select_Default) == 0x000120, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_UpdateMoving, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00012C, "Member 'LeechAction_GoToAttachTarget_C_UpdateMoving::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_IsValidAction \ static_assert(alignof(LeechAction_GoToAttachTarget_C_IsValidAction) == 0x000008, "Wrong alignment on LeechAction_GoToAttachTarget_C_IsValidAction"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_IsValidAction) == 0x000018, "Wrong size on LeechAction_GoToAttachTarget_C_IsValidAction"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_IsValidAction, K2Node_DynamicCast_AsLeech) == 0x000008, "Member 'LeechAction_GoToAttachTarget_C_IsValidAction::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'LeechAction_GoToAttachTarget_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'LeechAction_GoToAttachTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_GoToAttachTarget_C_CanBeTerminated \ static_assert(alignof(LeechAction_GoToAttachTarget_C_CanBeTerminated) == 0x000001, "Wrong alignment on LeechAction_GoToAttachTarget_C_CanBeTerminated"); \ static_assert(sizeof(LeechAction_GoToAttachTarget_C_CanBeTerminated) == 0x000001, "Wrong size on LeechAction_GoToAttachTarget_C_CanBeTerminated"); \ static_assert(offsetof(LeechAction_GoToAttachTarget_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'LeechAction_GoToAttachTarget_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeechAction_GoToAttachTarget_C \ static_assert(alignof(ULeechAction_GoToAttachTarget_C) == 0x000008, "Wrong alignment on ULeechAction_GoToAttachTarget_C"); \ static_assert(sizeof(ULeechAction_GoToAttachTarget_C) == 0x0000E0, "Wrong size on ULeechAction_GoToAttachTarget_C"); \ static_assert(offsetof(ULeechAction_GoToAttachTarget_C, UberGraphFrame) == 0x0000B8, "Member 'ULeechAction_GoToAttachTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_GoToAttachTarget_C, CurrentGoalLocation) == 0x0000C0, "Member 'ULeechAction_GoToAttachTarget_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_GoToAttachTarget_C, Leech) == 0x0000D0, "Member 'ULeechAction_GoToAttachTarget_C::Leech' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_GoToAttachTarget_C, DefaultSpeed) == 0x0000D8, "Member 'ULeechAction_GoToAttachTarget_C::DefaultSpeed' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_GoToAttachTarget_C, bIsAttaching) == 0x0000DC, "Member 'ULeechAction_GoToAttachTarget_C::bIsAttaching' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget \ static_assert(alignof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget) == 0x000008, "Wrong alignment on LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget"); \ static_assert(sizeof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget) == 0x0000C8, "Wrong size on LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, EntryPoint) == 0x000000, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, K2Node_DynamicCast_AsLeech) == 0x000020, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, K2Node_Event_DeltaTime) == 0x00002C, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, CallFunc_IsPlaying_ReturnValue) == 0x000030, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, CallFunc_Multiply_RotatorFloat_ReturnValue) == 0x000034, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::CallFunc_Multiply_RotatorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget, CallFunc_K2_AddActorLocalRotation_SweepHitResult) == 0x000040, "Member 'LeechAction_DetachFromTarget_C_ExecuteUbergraph_LeechAction_DetachFromTarget::CallFunc_K2_AddActorLocalRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_DetachFromTarget_C_Tick \ static_assert(alignof(LeechAction_DetachFromTarget_C_Tick) == 0x000004, "Wrong alignment on LeechAction_DetachFromTarget_C_Tick"); \ static_assert(sizeof(LeechAction_DetachFromTarget_C_Tick) == 0x000004, "Wrong size on LeechAction_DetachFromTarget_C_Tick"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_Tick, DeltaTime) == 0x000000, "Member 'LeechAction_DetachFromTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_DetachFromTarget_C_IsValidAction \ static_assert(alignof(LeechAction_DetachFromTarget_C_IsValidAction) == 0x000008, "Wrong alignment on LeechAction_DetachFromTarget_C_IsValidAction"); \ static_assert(sizeof(LeechAction_DetachFromTarget_C_IsValidAction) == 0x000028, "Wrong size on LeechAction_DetachFromTarget_C_IsValidAction"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, K2Node_DynamicCast_AsLeech) == 0x000008, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, CallFunc_GetAttachParentActor_ReturnValue) == 0x000018, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_IsValidAction, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'LeechAction_DetachFromTarget_C_IsValidAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_DetachFromTarget_C_CanBeTerminated \ static_assert(alignof(LeechAction_DetachFromTarget_C_CanBeTerminated) == 0x000001, "Wrong alignment on LeechAction_DetachFromTarget_C_CanBeTerminated"); \ static_assert(sizeof(LeechAction_DetachFromTarget_C_CanBeTerminated) == 0x000004, "Wrong size on LeechAction_DetachFromTarget_C_CanBeTerminated"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'LeechAction_DetachFromTarget_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_CanBeTerminated, CallFunc_CanBeTerminated_ReturnValue) == 0x000001, "Member 'LeechAction_DetachFromTarget_C_CanBeTerminated::CallFunc_CanBeTerminated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'LeechAction_DetachFromTarget_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_DetachFromTarget_C_CanBeTerminated, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'LeechAction_DetachFromTarget_C_CanBeTerminated::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeechAction_DetachFromTarget_C \ static_assert(alignof(ULeechAction_DetachFromTarget_C) == 0x000008, "Wrong alignment on ULeechAction_DetachFromTarget_C"); \ static_assert(sizeof(ULeechAction_DetachFromTarget_C) == 0x0000C8, "Wrong size on ULeechAction_DetachFromTarget_C"); \ static_assert(offsetof(ULeechAction_DetachFromTarget_C, UberGraphFrame) == 0x0000B8, "Member 'ULeechAction_DetachFromTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ULeechAction_DetachFromTarget_C, bBlockTerminate) == 0x0000C0, "Member 'ULeechAction_DetachFromTarget_C::bBlockTerminate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget \ static_assert(alignof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget) == 0x000010, "Wrong alignment on LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget"); \ static_assert(sizeof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget) == 0x0001E0, "Wrong size on LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, EntryPoint) == 0x000000, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_AsLeech) == 0x000040, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_Event_DeltaTime) == 0x00004C, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000060, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_BreakTransform_Location) == 0x000090, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_BreakTransform_Rotation) == 0x00009C, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_MakeTransform_ReturnValue) == 0x0000C0, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x0000F0, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_TLerp_ReturnValue) == 0x000100, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000130, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000134, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0001BC, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, CallFunc_IsPlaying_ReturnValue) == 0x0001BD, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_AsLeech_1) == 0x0001C0, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_AsLeech_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_bSuccess_1) == 0x0001C8, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_AsLeech_2) == 0x0001D0, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_AsLeech_2' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget, K2Node_DynamicCast_bSuccess_2) == 0x0001D8, "Member 'LeechAction_AttachTarget_C_ExecuteUbergraph_LeechAction_AttachTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_AttachTarget_C_Tick \ static_assert(alignof(LeechAction_AttachTarget_C_Tick) == 0x000004, "Wrong alignment on LeechAction_AttachTarget_C_Tick"); \ static_assert(sizeof(LeechAction_AttachTarget_C_Tick) == 0x000004, "Wrong size on LeechAction_AttachTarget_C_Tick"); \ static_assert(offsetof(LeechAction_AttachTarget_C_Tick, DeltaTime) == 0x000000, "Member 'LeechAction_AttachTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechAction_AttachTarget_C_IsValidAction \ static_assert(alignof(LeechAction_AttachTarget_C_IsValidAction) == 0x000008, "Wrong alignment on LeechAction_AttachTarget_C_IsValidAction"); \ static_assert(sizeof(LeechAction_AttachTarget_C_IsValidAction) == 0x000018, "Wrong size on LeechAction_AttachTarget_C_IsValidAction"); \ static_assert(offsetof(LeechAction_AttachTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'LeechAction_AttachTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_IsValidAction, K2Node_DynamicCast_AsLeech) == 0x000008, "Member 'LeechAction_AttachTarget_C_IsValidAction::K2Node_DynamicCast_AsLeech' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'LeechAction_AttachTarget_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechAction_AttachTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'LeechAction_AttachTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeechAction_AttachTarget_C \ static_assert(alignof(ULeechAction_AttachTarget_C) == 0x000008, "Wrong alignment on ULeechAction_AttachTarget_C"); \ static_assert(sizeof(ULeechAction_AttachTarget_C) == 0x0000C0, "Wrong size on ULeechAction_AttachTarget_C"); \ static_assert(offsetof(ULeechAction_AttachTarget_C, UberGraphFrame) == 0x0000B8, "Member 'ULeechAction_AttachTarget_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack \ static_assert(alignof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack) == 0x000008, "Wrong alignment on SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack) == 0x000100, "Wrong size on SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, EntryPoint) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, Temp_name_Variable) == 0x00007C, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, Temp_bool_Variable) == 0x000094, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x000098, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_GetController_ReturnValue) == 0x0000A0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000A8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000B0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0000B8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_RandomFloat_ReturnValue) == 0x0000BC, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_DynamicCast_AsSwarm_T1) == 0x0000D0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_DynamicCast_AsSwarm_T1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_Square_ReturnValue) == 0x0000DC, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000E0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, K2Node_Select_Default) == 0x0000E8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000F0, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'SwarmAction_MeleeAttack_C_ExecuteUbergraph_SwarmAction_MeleeAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A \ static_assert(alignof(SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000008, "Wrong size on SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A, NotifyName) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_OnCompleted_DC52FB774E7EC68763F0B9A551DF7A4A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A \ static_assert(alignof(SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000008, "Wrong size on SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A, NotifyName) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_OnBlendOut_DC52FB774E7EC68763F0B9A551DF7A4A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A \ static_assert(alignof(SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000008, "Wrong size on SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A, NotifyName) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_OnInterrupted_DC52FB774E7EC68763F0B9A551DF7A4A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A \ static_assert(alignof(SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000008, "Wrong size on SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A, NotifyName) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_OnNotifyBegin_DC52FB774E7EC68763F0B9A551DF7A4A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A \ static_assert(alignof(SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A) == 0x000008, "Wrong size on SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A, NotifyName) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_OnNotifyEnd_DC52FB774E7EC68763F0B9A551DF7A4A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_MeleeAttack_C_IsInCloseRange \ static_assert(alignof(SwarmAction_MeleeAttack_C_IsInCloseRange) == 0x000004, "Wrong alignment on SwarmAction_MeleeAttack_C_IsInCloseRange"); \ static_assert(sizeof(SwarmAction_MeleeAttack_C_IsInCloseRange) == 0x00000C, "Wrong size on SwarmAction_MeleeAttack_C_IsInCloseRange"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_IsInCloseRange, Result) == 0x000000, "Member 'SwarmAction_MeleeAttack_C_IsInCloseRange::Result' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_IsInCloseRange, CallFunc_Square_ReturnValue) == 0x000004, "Member 'SwarmAction_MeleeAttack_C_IsInCloseRange::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_MeleeAttack_C_IsInCloseRange, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'SwarmAction_MeleeAttack_C_IsInCloseRange::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwarmAction_MeleeAttack_C \ static_assert(alignof(USwarmAction_MeleeAttack_C) == 0x000008, "Wrong alignment on USwarmAction_MeleeAttack_C"); \ static_assert(sizeof(USwarmAction_MeleeAttack_C) == 0x0000E8, "Wrong size on USwarmAction_MeleeAttack_C"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, UberGraphFrame) == 0x0000B8, "Member 'USwarmAction_MeleeAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, DesiredCloseAttackRange) == 0x0000C0, "Member 'USwarmAction_MeleeAttack_C::DesiredCloseAttackRange' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, MeleeAttackMontage) == 0x0000C8, "Member 'USwarmAction_MeleeAttack_C::MeleeAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, bIsPlayingAttack) == 0x0000D0, "Member 'USwarmAction_MeleeAttack_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, bCloseAttackOnCooldown) == 0x0000D1, "Member 'USwarmAction_MeleeAttack_C::bCloseAttackOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, CloseAttackCooldownTime) == 0x0000D4, "Member 'USwarmAction_MeleeAttack_C::CloseAttackCooldownTime' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, ChaseMeleeAttackMontage) == 0x0000D8, "Member 'USwarmAction_MeleeAttack_C::ChaseMeleeAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_MeleeAttack_C, ChaseAttackDistance) == 0x0000E0, "Member 'USwarmAction_MeleeAttack_C::ChaseAttackDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack) == 0x000008, "Wrong alignment on SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack) == 0x0000F0, "Wrong size on SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, EntryPoint) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_4) == 0x000024, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_3) == 0x00002C, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_2) == 0x000044, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_1) == 0x00005C, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000064, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName) == 0x000074, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x00007C, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, Temp_name_Variable) == 0x00008C, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000098, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x0000A8, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000B0, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_GetController_ReturnValue) == 0x0000B8, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000C0, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0000C8, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0000D0, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x0000D1, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000D4, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D8, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, K2Node_Event_DeltaTime) == 0x0000DC, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000E0, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack, CallFunc_IsPlaying_ReturnValue) == 0x0000E8, "Member 'SwarmAction_HTNRangedAttack_C_ExecuteUbergraph_SwarmAction_HTNRangedAttack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_Tick \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_Tick) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_Tick"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_Tick) == 0x000004, "Wrong size on SwarmAction_HTNRangedAttack_C_Tick"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_Tick, DeltaTime) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000008, "Wrong size on SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF, NotifyName) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_OnCompleted_FF62B3154FE28469BD3DE48E4F0C0EFF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000008, "Wrong size on SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF, NotifyName) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_OnBlendOut_FF62B3154FE28469BD3DE48E4F0C0EFF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000008, "Wrong size on SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF, NotifyName) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_OnInterrupted_FF62B3154FE28469BD3DE48E4F0C0EFF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000008, "Wrong size on SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF, NotifyName) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_OnNotifyBegin_FF62B3154FE28469BD3DE48E4F0C0EFF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF) == 0x000008, "Wrong size on SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF, NotifyName) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_OnNotifyEnd_FF62B3154FE28469BD3DE48E4F0C0EFF::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_Fire \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_Fire) == 0x000008, "Wrong alignment on SwarmAction_HTNRangedAttack_C_Fire"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_Fire) == 0x000010, "Wrong size on SwarmAction_HTNRangedAttack_C_Fire"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_Fire, K2Node_DynamicCast_AsSwarm_T1) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_Fire::K2Node_DynamicCast_AsSwarm_T1' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_Fire, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'SwarmAction_HTNRangedAttack_C_Fire::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SwarmAction_HTNRangedAttack_C_IsValidAction \ static_assert(alignof(SwarmAction_HTNRangedAttack_C_IsValidAction) == 0x000004, "Wrong alignment on SwarmAction_HTNRangedAttack_C_IsValidAction"); \ static_assert(sizeof(SwarmAction_HTNRangedAttack_C_IsValidAction) == 0x000010, "Wrong size on SwarmAction_HTNRangedAttack_C_IsValidAction"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SwarmAction_HTNRangedAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_IsValidAction, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000004, "Member 'SwarmAction_HTNRangedAttack_C_IsValidAction::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_IsValidAction, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'SwarmAction_HTNRangedAttack_C_IsValidAction::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SwarmAction_HTNRangedAttack_C_IsValidAction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'SwarmAction_HTNRangedAttack_C_IsValidAction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwarmAction_HTNRangedAttack_C \ static_assert(alignof(USwarmAction_HTNRangedAttack_C) == 0x000008, "Wrong alignment on USwarmAction_HTNRangedAttack_C"); \ static_assert(sizeof(USwarmAction_HTNRangedAttack_C) == 0x0000D8, "Wrong size on USwarmAction_HTNRangedAttack_C"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, UberGraphFrame) == 0x0000B8, "Member 'USwarmAction_HTNRangedAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, CoolDownTime) == 0x0000C0, "Member 'USwarmAction_HTNRangedAttack_C::CoolDownTime' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, bOnCooldown) == 0x0000C4, "Member 'USwarmAction_HTNRangedAttack_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, AttackMontage) == 0x0000C8, "Member 'USwarmAction_HTNRangedAttack_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, bPlayingAttack) == 0x0000D0, "Member 'USwarmAction_HTNRangedAttack_C::bPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USwarmAction_HTNRangedAttack_C, DesiredMinAttackRange) == 0x0000D4, "Member 'USwarmAction_HTNRangedAttack_C::DesiredMinAttackRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn \ static_assert(alignof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn) == 0x000008, "Wrong alignment on BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn"); \ static_assert(sizeof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn) == 0x000020, "Wrong size on BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn"); \ static_assert(offsetof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn, EntryPoint) == 0x000000, "Member 'BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn, K2Node_DynamicCast_AsBug_Base) == 0x000010, "Member 'BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn::K2Node_DynamicCast_AsBug_Base' has a wrong offset!"); \ static_assert(offsetof(BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BugAction_DigIn_C_ExecuteUbergraph_BugAction_DigIn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugAction_DigIn_C \ static_assert(alignof(UBugAction_DigIn_C) == 0x000008, "Wrong alignment on UBugAction_DigIn_C"); \ static_assert(sizeof(UBugAction_DigIn_C) == 0x0000C8, "Wrong size on UBugAction_DigIn_C"); \ static_assert(offsetof(UBugAction_DigIn_C, UberGraphFrame) == 0x0000B8, "Member 'UBugAction_DigIn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBugAction_DigIn_C, Bug) == 0x0000C0, "Member 'UBugAction_DigIn_C::Bug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase \ static_assert(alignof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase) == 0x000008, "Wrong alignment on BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase) == 0x0000A0, "Wrong size on BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, EntryPoint) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, Temp_name_Variable) == 0x00007C, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, CallFunc_GetAnimInstance_ReturnValue) == 0x000090, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BaseAction_StatusEffectBase_C_ExecuteUbergraph_BaseAction_StatusEffectBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C \ static_assert(alignof(BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000004, "Wrong alignment on BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000008, "Wrong size on BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C, NotifyName) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_OnCompleted_1B27D9BF4872661F4FEDADB6C21BEB1C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C \ static_assert(alignof(BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000004, "Wrong alignment on BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000008, "Wrong size on BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C, NotifyName) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_OnBlendOut_1B27D9BF4872661F4FEDADB6C21BEB1C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C \ static_assert(alignof(BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000004, "Wrong alignment on BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000008, "Wrong size on BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C, NotifyName) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_OnInterrupted_1B27D9BF4872661F4FEDADB6C21BEB1C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C \ static_assert(alignof(BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000004, "Wrong alignment on BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000008, "Wrong size on BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C, NotifyName) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_OnNotifyBegin_1B27D9BF4872661F4FEDADB6C21BEB1C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C \ static_assert(alignof(BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000004, "Wrong alignment on BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(sizeof(BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C) == 0x000008, "Wrong size on BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C"); \ static_assert(offsetof(BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C, NotifyName) == 0x000000, "Member 'BaseAction_StatusEffectBase_C_OnNotifyEnd_1B27D9BF4872661F4FEDADB6C21BEB1C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_StatusEffectBase_C \ static_assert(alignof(UBaseAction_StatusEffectBase_C) == 0x000008, "Wrong alignment on UBaseAction_StatusEffectBase_C"); \ static_assert(sizeof(UBaseAction_StatusEffectBase_C) == 0x0000D0, "Wrong size on UBaseAction_StatusEffectBase_C"); \ static_assert(offsetof(UBaseAction_StatusEffectBase_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_StatusEffectBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_StatusEffectBase_C, StartMontage) == 0x0000C0, "Member 'UBaseAction_StatusEffectBase_C::StartMontage' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_StatusEffectBase_C, Type) == 0x0000C8, "Member 'UBaseAction_StatusEffectBase_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Bleeding_C \ static_assert(alignof(UNaziTank_StatusEffect_Bleeding_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Bleeding_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Bleeding_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Bleeding_C"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Combustion_C \ static_assert(alignof(UNaziTank_StatusEffect_Combustion_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Combustion_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Combustion_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Combustion_C"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Freezing_C \ static_assert(alignof(UNaziTank_StatusEffect_Freezing_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Freezing_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Freezing_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Freezing_C"); \ #define DUMPER7_ASSERTS_Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing \ static_assert(alignof(Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing) == 0x000004, "Wrong alignment on Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing"); \ static_assert(sizeof(Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing) == 0x000008, "Wrong size on Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing"); \ static_assert(offsetof(Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing, EntryPoint) == 0x000000, "Member 'Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'Swarm_StatusEffect_Freezing_C_ExecuteUbergraph_Swarm_StatusEffect_Freezing::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwarm_StatusEffect_Freezing_C \ static_assert(alignof(USwarm_StatusEffect_Freezing_C) == 0x000008, "Wrong alignment on USwarm_StatusEffect_Freezing_C"); \ static_assert(sizeof(USwarm_StatusEffect_Freezing_C) == 0x0000D8, "Wrong size on USwarm_StatusEffect_Freezing_C"); \ static_assert(offsetof(USwarm_StatusEffect_Freezing_C, UberGraphFrame_Swarm_StatusEffect_Freezing_C) == 0x0000D0, "Member 'USwarm_StatusEffect_Freezing_C::UberGraphFrame_Swarm_StatusEffect_Freezing_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_ExecuteUbergraph_BirdTeleport \ static_assert(alignof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport) == 0x000008, "Wrong alignment on BirdTeleport_C_ExecuteUbergraph_BirdTeleport"); \ static_assert(sizeof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport) == 0x000388, "Wrong size on BirdTeleport_C_ExecuteUbergraph_BirdTeleport"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, EntryPoint) == 0x000000, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_NotifyName_2) == 0x000004, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_NotifyName_1) == 0x00000C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_NotifyName) == 0x000024, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, Temp_name_Variable) == 0x00003C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_NotifyName_3) == 0x000060, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HasAuthority_ReturnValue) == 0x000068, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HasAuthority_ReturnValue_1) == 0x000069, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate_3) == 0x00006C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_NotifyName_4) == 0x00007C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HasAuthority_ReturnValue_2) == 0x000084, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_DeltaSeconds) == 0x000088, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_RandomBool_ReturnValue) == 0x00008C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_HitResult) == 0x000090, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_DamageType) == 0x000118, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_PawnInstigator) == 0x000120, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_ImpulseDir) == 0x000128, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000138, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000140, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000148, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000150, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_bFromSweep) == 0x000154, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_SweepResult) == 0x000158, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001E0, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherActor) == 0x0001E8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherComp) == 0x0001F0, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001F8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000200, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Array_Length_ReturnValue) == 0x000210, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_Hit) == 0x000214, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_Event_PlayerCharacter) == 0x0002A0, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Conv_IntToBool_ReturnValue) == 0x0002A8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsValid_ReturnValue) == 0x0002A9, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_DynamicCast_AsThird_Person_Character) == 0x0002B0, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, Temp_int_Loop_Counter_Variable) == 0x0002BC, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, Temp_int_Array_Index_Variable) == 0x0002C0, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Add_IntInt_ReturnValue) == 0x0002C4, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002C8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002D8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetAllActorsOfClass_OutActors) == 0x0002E8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Array_Get_Item) == 0x0002F8, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Array_Length_ReturnValue_1) == 0x000300, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000308, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000318, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Array_Length_ReturnValue_2) == 0x00031C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Less_IntInt_ReturnValue) == 0x000320, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, Temp_int_Loop_Counter_Variable_1) == 0x000324, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Less_IntInt_ReturnValue_1) == 0x000328, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Add_IntInt_ReturnValue_1) == 0x00032C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetAIController_ReturnValue) == 0x000330, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, Temp_int_Array_Index_Variable_1) == 0x000338, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_RunHTN_ReturnValue) == 0x00033C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_Array_Get_Item_1) == 0x000340, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000348, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsValid_ReturnValue_1) == 0x000349, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HasAuthority_ReturnValue_3) == 0x00034A, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HasAuthority_ReturnValue_4) == 0x00034B, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsValid_ReturnValue_2) == 0x00034C, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_RandomFloatInRange_ReturnValue) == 0x000350, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000358, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsValid_ReturnValue_3) == 0x000360, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000368, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsValid_ReturnValue_4) == 0x000370, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x000371, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HaveCompletedTask_ReturnValue) == 0x000372, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_HaveCompletedQuest_ReturnValue) == 0x000373, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_HaveCompletedQuest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000374, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_BooleanOR_ReturnValue) == 0x000375, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, K2Node_CustomEvent_Task) == 0x000378, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_IsWithEditor_ReturnValue) == 0x000380, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_ExecuteUbergraph_BirdTeleport, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000381, "Member 'BirdTeleport_C_ExecuteUbergraph_BirdTeleport::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnTaskStarted_Event_0 \ static_assert(alignof(BirdTeleport_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on BirdTeleport_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(BirdTeleport_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on BirdTeleport_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(BirdTeleport_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'BirdTeleport_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnUseActor \ static_assert(alignof(BirdTeleport_C_OnUseActor) == 0x000008, "Wrong alignment on BirdTeleport_C_OnUseActor"); \ static_assert(sizeof(BirdTeleport_C_OnUseActor) == 0x000090, "Wrong size on BirdTeleport_C_OnUseActor"); \ static_assert(offsetof(BirdTeleport_C_OnUseActor, Hit) == 0x000000, "Member 'BirdTeleport_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'BirdTeleport_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BirdTeleport_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_RagdollPlayHit \ static_assert(alignof(BirdTeleport_C_RagdollPlayHit) == 0x000008, "Wrong alignment on BirdTeleport_C_RagdollPlayHit"); \ static_assert(sizeof(BirdTeleport_C_RagdollPlayHit) == 0x0000A8, "Wrong size on BirdTeleport_C_RagdollPlayHit"); \ static_assert(offsetof(BirdTeleport_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'BirdTeleport_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'BirdTeleport_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'BirdTeleport_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'BirdTeleport_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_ReceiveTick \ static_assert(alignof(BirdTeleport_C_ReceiveTick) == 0x000004, "Wrong alignment on BirdTeleport_C_ReceiveTick"); \ static_assert(sizeof(BirdTeleport_C_ReceiveTick) == 0x000004, "Wrong size on BirdTeleport_C_ReceiveTick"); \ static_assert(offsetof(BirdTeleport_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BirdTeleport_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7 \ static_assert(alignof(BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000004, "Wrong alignment on BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(sizeof(BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000008, "Wrong size on BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(offsetof(BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7, NotifyName) == 0x000000, "Member 'BirdTeleport_C_OnCompleted_75AF44A845F708FC4006FFB8B4E4B2B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7 \ static_assert(alignof(BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000004, "Wrong alignment on BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(sizeof(BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000008, "Wrong size on BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(offsetof(BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7, NotifyName) == 0x000000, "Member 'BirdTeleport_C_OnBlendOut_75AF44A845F708FC4006FFB8B4E4B2B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7 \ static_assert(alignof(BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000004, "Wrong alignment on BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(sizeof(BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000008, "Wrong size on BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(offsetof(BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7, NotifyName) == 0x000000, "Member 'BirdTeleport_C_OnInterrupted_75AF44A845F708FC4006FFB8B4E4B2B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7 \ static_assert(alignof(BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000004, "Wrong alignment on BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(sizeof(BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000008, "Wrong size on BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(offsetof(BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7, NotifyName) == 0x000000, "Member 'BirdTeleport_C_OnNotifyBegin_75AF44A845F708FC4006FFB8B4E4B2B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7 \ static_assert(alignof(BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000004, "Wrong alignment on BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(sizeof(BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7) == 0x000008, "Wrong size on BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7"); \ static_assert(offsetof(BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7, NotifyName) == 0x000000, "Member 'BirdTeleport_C_OnNotifyEnd_75AF44A845F708FC4006FFB8B4E4B2B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_GetItemSelection \ static_assert(alignof(BirdTeleport_C_GetItemSelection) == 0x000008, "Wrong alignment on BirdTeleport_C_GetItemSelection"); \ static_assert(sizeof(BirdTeleport_C_GetItemSelection) == 0x0000F8, "Wrong size on BirdTeleport_C_GetItemSelection"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, Hit) == 0x000000, "Member 'BirdTeleport_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, Player) == 0x000088, "Member 'BirdTeleport_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, SelectionText) == 0x000090, "Member 'BirdTeleport_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'BirdTeleport_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'BirdTeleport_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, Temp_bool_Variable) == 0x0000AA, "Member 'BirdTeleport_C_GetItemSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, CallFunc_CanUse_ReturnValue) == 0x0000AB, "Member 'BirdTeleport_C_GetItemSelection::CallFunc_CanUse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, Temp_text_Variable) == 0x0000B0, "Member 'BirdTeleport_C_GetItemSelection::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, Temp_text_Variable_1) == 0x0000C8, "Member 'BirdTeleport_C_GetItemSelection::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_GetItemSelection, K2Node_Select_Default) == 0x0000E0, "Member 'BirdTeleport_C_GetItemSelection::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_Find_Closest_Road \ static_assert(alignof(BirdTeleport_C_Find_Closest_Road) == 0x000008, "Wrong alignment on BirdTeleport_C_Find_Closest_Road"); \ static_assert(sizeof(BirdTeleport_C_Find_Closest_Road) == 0x000130, "Wrong size on BirdTeleport_C_Find_Closest_Road"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Local_NumberSplinePoints) == 0x000000, "Member 'BirdTeleport_C_Find_Closest_Road::Local_NumberSplinePoints' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, ClosestDistance) == 0x000004, "Member 'BirdTeleport_C_Find_Closest_Road::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Temp_int_Variable) == 0x000008, "Member 'BirdTeleport_C_Find_Closest_Road::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BirdTeleport_C_Find_Closest_Road::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BirdTeleport_C_Find_Closest_Road::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Temp_bool_Variable) == 0x000020, "Member 'BirdTeleport_C_Find_Closest_Road::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000024, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, Temp_int_Variable_1) == 0x000030, "Member 'BirdTeleport_C_Find_Closest_Road::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000034, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000038, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000048, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000054, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetNumberOfSplinePoints_ReturnValue_1) == 0x000060, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetNumberOfSplinePoints_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000064, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000068, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000069, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x00006C, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, K2Node_Select_Default) == 0x000074, "Member 'BirdTeleport_C_Find_Closest_Road::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetRotationAtSplinePoint_ReturnValue) == 0x000078, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetRotationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetLeaveTangentAtSplinePoint_ReturnValue) == 0x000084, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetLeaveTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetTangentAtSplinePoint_ReturnValue) == 0x000090, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetLocationAtSplinePoint_ReturnValue_2) == 0x00009C, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetLocationAtSplinePoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, K2Node_MakeStruct_SplinePoint) == 0x0000B4, "Member 'BirdTeleport_C_Find_Closest_Road::K2Node_MakeStruct_SplinePoint' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000F8, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Array_Get_Item) == 0x000108, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Less_IntInt_ReturnValue) == 0x000114, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Not_PreBool_ReturnValue) == 0x000115, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000118, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000124, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Abs_ReturnValue) == 0x000128, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00012C, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Road, CallFunc_BooleanOR_ReturnValue) == 0x00012D, "Member 'BirdTeleport_C_Find_Closest_Road::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_Find_Closest_Attach_Actor \ static_assert(alignof(BirdTeleport_C_Find_Closest_Attach_Actor) == 0x000008, "Wrong alignment on BirdTeleport_C_Find_Closest_Attach_Actor"); \ static_assert(sizeof(BirdTeleport_C_Find_Closest_Attach_Actor) == 0x000078, "Wrong size on BirdTeleport_C_Find_Closest_Attach_Actor"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, v1) == 0x000000, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::v1' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, AttachActor) == 0x000010, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::AttachActor' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, ClosestDistance) == 0x000018, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, Temp) == 0x00001C, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::Temp' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Square_ReturnValue) == 0x000030, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Less_FloatFloat_ReturnValue) == 0x000039, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Array_Get_Item) == 0x000050, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_BooleanAND_ReturnValue) == 0x00005E, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00006C, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_Find_Closest_Attach_Actor, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BirdTeleport_C_Find_Closest_Attach_Actor::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_CanUse \ static_assert(alignof(BirdTeleport_C_CanUse) == 0x000008, "Wrong alignment on BirdTeleport_C_CanUse"); \ static_assert(sizeof(BirdTeleport_C_CanUse) == 0x000098, "Wrong size on BirdTeleport_C_CanUse"); \ static_assert(offsetof(BirdTeleport_C_CanUse, Hit) == 0x000000, "Member 'BirdTeleport_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_CanUse, PlayerCharacter) == 0x000088, "Member 'BirdTeleport_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_CanUse, ReturnValue) == 0x000090, "Member 'BirdTeleport_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_CanUse, CallFunc_HaveClosestRoad_Result) == 0x000091, "Member 'BirdTeleport_C_CanUse::CallFunc_HaveClosestRoad_Result' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000092, "Member 'BirdTeleport_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x000093, "Member 'BirdTeleport_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_OnRep_bCanUseBird \ static_assert(alignof(BirdTeleport_C_OnRep_bCanUseBird) == 0x000001, "Wrong alignment on BirdTeleport_C_OnRep_bCanUseBird"); \ static_assert(sizeof(BirdTeleport_C_OnRep_bCanUseBird) == 0x000001, "Wrong size on BirdTeleport_C_OnRep_bCanUseBird"); \ static_assert(offsetof(BirdTeleport_C_OnRep_bCanUseBird, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BirdTeleport_C_OnRep_bCanUseBird::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BirdTeleport_C_HaveClosestRoad \ static_assert(alignof(BirdTeleport_C_HaveClosestRoad) == 0x000008, "Wrong alignment on BirdTeleport_C_HaveClosestRoad"); \ static_assert(sizeof(BirdTeleport_C_HaveClosestRoad) == 0x000038, "Wrong size on BirdTeleport_C_HaveClosestRoad"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, Result) == 0x000000, "Member 'BirdTeleport_C_HaveClosestRoad::Result' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BirdTeleport_C_HaveClosestRoad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BirdTeleport_C_HaveClosestRoad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_Array_Get_Item) == 0x000028, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BirdTeleport_C_HaveClosestRoad, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BirdTeleport_C_HaveClosestRoad::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABirdTeleport_C \ static_assert(alignof(ABirdTeleport_C) == 0x000010, "Wrong alignment on ABirdTeleport_C"); \ static_assert(sizeof(ABirdTeleport_C) == 0x000F30, "Wrong size on ABirdTeleport_C"); \ static_assert(offsetof(ABirdTeleport_C, UberGraphFrame_BirdTeleport_C) == 0x000EA8, "Member 'ABirdTeleport_C::UberGraphFrame_BirdTeleport_C' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, FGQuestMark) == 0x000EB0, "Member 'ABirdTeleport_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, Bird_Idle) == 0x000EB8, "Member 'ABirdTeleport_C::Bird_Idle' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, RoadSplineCopy) == 0x000EC0, "Member 'ABirdTeleport_C::RoadSplineCopy' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, Sphere) == 0x000EC8, "Member 'ABirdTeleport_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bOpenedState) == 0x000ED0, "Member 'ABirdTeleport_C::bOpenedState' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bNeedMove) == 0x000ED1, "Member 'ABirdTeleport_C::bNeedMove' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, HitInstigator) == 0x000ED8, "Member 'ABirdTeleport_C::HitInstigator' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, CurrentRoad) == 0x000EE0, "Member 'ABirdTeleport_C::CurrentRoad' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, closestActor) == 0x000EE8, "Member 'ABirdTeleport_C::closestActor' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, RoadSplineWorldLocation) == 0x000EF0, "Member 'ABirdTeleport_C::RoadSplineWorldLocation' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, TransportID) == 0x000EFC, "Member 'ABirdTeleport_C::TransportID' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bToIsland) == 0x000F00, "Member 'ABirdTeleport_C::bToIsland' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, FlightStartLocation) == 0x000F04, "Member 'ABirdTeleport_C::FlightStartLocation' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bCanUseBird) == 0x000F10, "Member 'ABirdTeleport_C::bCanUseBird' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, Player_Character) == 0x000F18, "Member 'ABirdTeleport_C::Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bNeedUse) == 0x000F20, "Member 'ABirdTeleport_C::bNeedUse' has a wrong offset!"); \ static_assert(offsetof(ABirdTeleport_C, bCanUseFromQuest) == 0x000F21, "Member 'ABirdTeleport_C::bCanUseFromQuest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Piercing_C \ static_assert(alignof(UNaziTank_StatusEffect_Piercing_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Piercing_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Piercing_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Piercing_C"); \ #define DUMPER7_ASSERTS_UNaziTank_StatusEffect_Shock_C \ static_assert(alignof(UNaziTank_StatusEffect_Shock_C) == 0x000008, "Wrong alignment on UNaziTank_StatusEffect_Shock_C"); \ static_assert(sizeof(UNaziTank_StatusEffect_Shock_C) == 0x0000D0, "Wrong size on UNaziTank_StatusEffect_Shock_C"); \ #define DUMPER7_ASSERTS_UBugTankFallingShake_C \ static_assert(alignof(UBugTankFallingShake_C) == 0x000010, "Wrong alignment on UBugTankFallingShake_C"); \ static_assert(sizeof(UBugTankFallingShake_C) == 0x0001E0, "Wrong size on UBugTankFallingShake_C"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Shock_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Shock_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Shock_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Shock_C) == 0x0000D0, "Wrong size on UNaziSoldier_StatusEffect_Shock_C"); \ #define DUMPER7_ASSERTS_UBugTankPreSpikeLineShake_C \ static_assert(alignof(UBugTankPreSpikeLineShake_C) == 0x000010, "Wrong alignment on UBugTankPreSpikeLineShake_C"); \ static_assert(sizeof(UBugTankPreSpikeLineShake_C) == 0x0001E0, "Wrong size on UBugTankPreSpikeLineShake_C"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Combustion_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Combustion_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Combustion_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Combustion_C) == 0x0000D0, "Wrong size on UNaziSoldier_StatusEffect_Combustion_C"); \ #define DUMPER7_ASSERTS_HTN_Bug_IsScared_C_PerformConditionCheck \ static_assert(alignof(HTN_Bug_IsScared_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_Bug_IsScared_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_Bug_IsScared_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_Bug_IsScared_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, K2Node_DynamicCast_AsBug_Base) == 0x000020, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::K2Node_DynamicCast_AsBug_Base' has a wrong offset!"); \ static_assert(offsetof(HTN_Bug_IsScared_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_Bug_IsScared_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_Bug_IsScared_C \ static_assert(alignof(UHTN_Bug_IsScared_C) == 0x000008, "Wrong alignment on UHTN_Bug_IsScared_C"); \ static_assert(sizeof(UHTN_Bug_IsScared_C) == 0x000088, "Wrong size on UHTN_Bug_IsScared_C"); \ #define DUMPER7_ASSERTS_UNaziSoldier_StatusEffect_Bleeding_C \ static_assert(alignof(UNaziSoldier_StatusEffect_Bleeding_C) == 0x000008, "Wrong alignment on UNaziSoldier_StatusEffect_Bleeding_C"); \ static_assert(sizeof(UNaziSoldier_StatusEffect_Bleeding_C) == 0x0000D0, "Wrong size on UNaziSoldier_StatusEffect_Bleeding_C"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack) == 0x000008, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack) == 0x000138, "Wrong size on NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, EntryPoint) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, Temp_name_Variable) == 0x00006C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_IsValid_ReturnValue) == 0x000074, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000075, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_Event_DeltaTime) == 0x000088, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000090, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000A0, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000B0, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x0000C0, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_IsValid_ReturnValue_2) == 0x0000C9, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_IsValid_ReturnValue_3) == 0x0000CA, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000CC, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_GetSockets_ReturnValue) == 0x0000D8, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_GetSockets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakTransform_Location) == 0x0000E8, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakTransform_Rotation) == 0x0000F4, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakTransform_Scale) == 0x000100, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_X) == 0x00010C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_Y) == 0x000110, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_Z) == 0x000114, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000118, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_X_1) == 0x000124, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_Y_1) == 0x000128, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_BreakVector_Z_1) == 0x00012C, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000130, "Member 'NaziSoldier_PutTheftItemInRack_C_ExecuteUbergraph_NaziSoldier_PutTheftItemInRack::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_Tick \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_Tick) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_Tick"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_Tick) == 0x000004, "Wrong size on NaziSoldier_PutTheftItemInRack_C_Tick"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_Tick, DeltaTime) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971 \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971) == 0x000008, "Wrong size on NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971, NotifyName) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_OnCompleted_F919E8D841293B06DAD37A8D0C223971::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971 \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971) == 0x000008, "Wrong size on NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971, NotifyName) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_OnBlendOut_F919E8D841293B06DAD37A8D0C223971::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971 \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971) == 0x000008, "Wrong size on NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971, NotifyName) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_OnInterrupted_F919E8D841293B06DAD37A8D0C223971::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971 \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971) == 0x000008, "Wrong size on NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971, NotifyName) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_OnNotifyBegin_F919E8D841293B06DAD37A8D0C223971::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971 \ static_assert(alignof(NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971) == 0x000004, "Wrong alignment on NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(sizeof(NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971) == 0x000008, "Wrong size on NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971"); \ static_assert(offsetof(NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971, NotifyName) == 0x000000, "Member 'NaziSoldier_PutTheftItemInRack_C_OnNotifyEnd_F919E8D841293B06DAD37A8D0C223971::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_PutTheftItemInRack_C \ static_assert(alignof(UNaziSoldier_PutTheftItemInRack_C) == 0x000008, "Wrong alignment on UNaziSoldier_PutTheftItemInRack_C"); \ static_assert(sizeof(UNaziSoldier_PutTheftItemInRack_C) == 0x0000D0, "Wrong size on UNaziSoldier_PutTheftItemInRack_C"); \ static_assert(offsetof(UNaziSoldier_PutTheftItemInRack_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziSoldier_PutTheftItemInRack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_PutTheftItemInRack_C, Target_Rack) == 0x0000C0, "Member 'UNaziSoldier_PutTheftItemInRack_C::Target_Rack' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_PutTheftItemInRack_C, bPutBottom) == 0x0000C8, "Member 'UNaziSoldier_PutTheftItemInRack_C::bPutBottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle \ static_assert(alignof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle) == 0x000008, "Wrong alignment on BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle"); \ static_assert(sizeof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle) == 0x000020, "Wrong size on BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle"); \ static_assert(offsetof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle, EntryPoint) == 0x000000, "Member 'BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle, K2Node_DynamicCast_AsBug_Tank) == 0x000010, "Member 'BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BugTank_Attack_Middle_C_ExecuteUbergraph_BugTank_Attack_Middle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_Attack_Middle_C \ static_assert(alignof(UBugTank_Attack_Middle_C) == 0x000008, "Wrong alignment on UBugTank_Attack_Middle_C"); \ static_assert(sizeof(UBugTank_Attack_Middle_C) == 0x0000C0, "Wrong size on UBugTank_Attack_Middle_C"); \ static_assert(offsetof(UBugTank_Attack_Middle_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_Attack_Middle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn) == 0x000008, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn) == 0x000128, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, EntryPoint) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, Temp_name_Variable) == 0x00006C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, Temp_bool_Variable) == 0x000074, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000075, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, Temp_object_Variable) == 0x000078, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, Temp_object_Variable_1) == 0x000080, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_Select_Default) == 0x000098, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_Event_DeltaTime) == 0x0000A0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x0000A8, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x0000B8, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_AsNazi_Job_Train_Theft) == 0x0000C8, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_AsNazi_Job_Train_Theft' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000D8, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_IsValid_ReturnValue_1) == 0x0000E0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_IsValid_ReturnValue_2) == 0x0000E1, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E4, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_IsValid_ReturnValue_3) == 0x0000F0, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000F4, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_X) == 0x000100, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_Y) == 0x000104, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_Z) == 0x000108, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00010C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_X_1) == 0x000118, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_Y_1) == 0x00011C, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_BreakVector_Z_1) == 0x000120, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'NaziSoldier_PickupHeavyItemIn_C_ExecuteUbergraph_NaziSoldier_PickupHeavyItemIn::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_Tick \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_Tick) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_Tick"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_Tick) == 0x000004, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_Tick"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_Tick, DeltaTime) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95 \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000008, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95, NotifyName) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_OnCompleted_E4FF6F904D531B1CB5A9EA97CD439D95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95 \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000008, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95, NotifyName) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_OnBlendOut_E4FF6F904D531B1CB5A9EA97CD439D95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95 \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000008, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95, NotifyName) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_OnInterrupted_E4FF6F904D531B1CB5A9EA97CD439D95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95 \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000008, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95, NotifyName) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_OnNotifyBegin_E4FF6F904D531B1CB5A9EA97CD439D95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95 \ static_assert(alignof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000004, "Wrong alignment on NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(sizeof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95) == 0x000008, "Wrong size on NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95"); \ static_assert(offsetof(NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95, NotifyName) == 0x000000, "Member 'NaziSoldier_PickupHeavyItemIn_C_OnNotifyEnd_E4FF6F904D531B1CB5A9EA97CD439D95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_PickupHeavyItemIn_C \ static_assert(alignof(UNaziSoldier_PickupHeavyItemIn_C) == 0x000008, "Wrong alignment on UNaziSoldier_PickupHeavyItemIn_C"); \ static_assert(sizeof(UNaziSoldier_PickupHeavyItemIn_C) == 0x0000D0, "Wrong size on UNaziSoldier_PickupHeavyItemIn_C"); \ static_assert(offsetof(UNaziSoldier_PickupHeavyItemIn_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziSoldier_PickupHeavyItemIn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_PickupHeavyItemIn_C, Theft_Item_Module) == 0x0000C0, "Member 'UNaziSoldier_PickupHeavyItemIn_C::Theft_Item_Module' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_PickupHeavyItemIn_C, bTakeDown) == 0x0000C8, "Member 'UNaziSoldier_PickupHeavyItemIn_C::bTakeDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_TotemContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_TotemContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TotemContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TotemContext_C_ProvideSingleLocation) == 0x000040, "Wrong size on EQS_TotemContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TotemContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TotemContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TotemContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, CallFunc_GetActorOfClass_ReturnValue) == 0x000020, "Member 'EQS_TotemContext_C_ProvideSingleLocation::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, CallFunc_GetArenaBottom_Result) == 0x000028, "Member 'EQS_TotemContext_C_ProvideSingleLocation::CallFunc_GetArenaBottom_Result' has a wrong offset!"); \ static_assert(offsetof(EQS_TotemContext_C_ProvideSingleLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'EQS_TotemContext_C_ProvideSingleLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TotemContext_C \ static_assert(alignof(UEQS_TotemContext_C) == 0x000008, "Wrong alignment on UEQS_TotemContext_C"); \ static_assert(sizeof(UEQS_TotemContext_C) == 0x000030, "Wrong size on UEQS_TotemContext_C"); \ #define DUMPER7_ASSERTS_NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain \ static_assert(alignof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain) == 0x000008, "Wrong alignment on NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain"); \ static_assert(sizeof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain) == 0x0000F0, "Wrong size on NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, EntryPoint) == 0x000000, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine) == 0x000008, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_GetEnemyTrain_ReturnValue) == 0x000018, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_GetEnemyTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsNazi_Soldier_T1) == 0x000020, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsNazi_Soldier_T1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_GetEngineComponent_ReturnValue) == 0x000030, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_GetEngineComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component) == 0x000038, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsFGTrain_Nazi_Engine_Component' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_GetLocomotive_ReturnValue) == 0x000048, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_Event_DeltaTime) == 0x000050, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_IsValid_ReturnValue_3) == 0x000054, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsWagon_Module_Generic_Engine) == 0x000058, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsWagon_Module_Generic_Engine' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_IsValid_ReturnValue_4) == 0x000061, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000064, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_GetOwningPawn_ReturnValue) == 0x000080, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsNazi_Soldier_T1_1) == 0x000088, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsNazi_Soldier_T1_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000094, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine_1) == 0x0000A0, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsWagon_Module_Mechanical_Engine_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000AC, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_BreakRotator_Roll) == 0x0000B8, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_BreakRotator_Pitch) == 0x0000BC, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_BreakRotator_Yaw) == 0x0000C0, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_Abs_ReturnValue) == 0x0000C4, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C8, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000CC, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0000D8, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_AsNazi_Soldier_T1_2) == 0x0000E0, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_AsNazi_Soldier_T1_2' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, K2Node_DynamicCast_bSuccess_6) == 0x0000E8, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000E9, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain, CallFunc_BooleanOR_ReturnValue) == 0x0000EA, "Member 'NaziSoldier_DriveTrain_C_ExecuteUbergraph_NaziSoldier_DriveTrain::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_DriveTrain_C_Tick \ static_assert(alignof(NaziSoldier_DriveTrain_C_Tick) == 0x000004, "Wrong alignment on NaziSoldier_DriveTrain_C_Tick"); \ static_assert(sizeof(NaziSoldier_DriveTrain_C_Tick) == 0x000004, "Wrong size on NaziSoldier_DriveTrain_C_Tick"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_Tick, DeltaTime) == 0x000000, "Member 'NaziSoldier_DriveTrain_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziSoldier_DriveTrain_C_SyncTransform \ static_assert(alignof(NaziSoldier_DriveTrain_C_SyncTransform) == 0x000010, "Wrong alignment on NaziSoldier_DriveTrain_C_SyncTransform"); \ static_assert(sizeof(NaziSoldier_DriveTrain_C_SyncTransform) == 0x000140, "Wrong size on NaziSoldier_DriveTrain_C_SyncTransform"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, DeltaTime) == 0x000000, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000050, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_TInterpTo_ReturnValue) == 0x000080, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_TInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0000B0, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziSoldier_DriveTrain_C_SyncTransform, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000138, "Member 'NaziSoldier_DriveTrain_C_SyncTransform::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziSoldier_DriveTrain_C \ static_assert(alignof(UNaziSoldier_DriveTrain_C) == 0x000008, "Wrong alignment on UNaziSoldier_DriveTrain_C"); \ static_assert(sizeof(UNaziSoldier_DriveTrain_C) == 0x0000D0, "Wrong size on UNaziSoldier_DriveTrain_C"); \ static_assert(offsetof(UNaziSoldier_DriveTrain_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziSoldier_DriveTrain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_DriveTrain_C, Train_Engine_Module) == 0x0000C0, "Member 'UNaziSoldier_DriveTrain_C::Train_Engine_Module' has a wrong offset!"); \ static_assert(offsetof(UNaziSoldier_DriveTrain_C, NaziEngineComponent) == 0x0000C8, "Member 'UNaziSoldier_DriveTrain_C::NaziEngineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle \ static_assert(alignof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle) == 0x000008, "Wrong alignment on BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle"); \ static_assert(sizeof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle) == 0x000028, "Wrong size on BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, EntryPoint) == 0x000000, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, CallFunc_IsLocallyControlled_ReturnValue) == 0x000014, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BaseAction_PlayInspectIdle_C_ExecuteUbergraph_BaseAction_PlayInspectIdle::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_PlayInspectIdle_C \ static_assert(alignof(UBaseAction_PlayInspectIdle_C) == 0x000008, "Wrong alignment on UBaseAction_PlayInspectIdle_C"); \ static_assert(sizeof(UBaseAction_PlayInspectIdle_C) == 0x0000C0, "Wrong size on UBaseAction_PlayInspectIdle_C"); \ static_assert(offsetof(UBaseAction_PlayInspectIdle_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_PlayInspectIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeatherSuit_2_C \ static_assert(alignof(ALeatherSuit_2_C) == 0x000010, "Wrong alignment on ALeatherSuit_2_C"); \ static_assert(sizeof(ALeatherSuit_2_C) == 0x0004F0, "Wrong size on ALeatherSuit_2_C"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack \ static_assert(alignof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack) == 0x000010, "Wrong alignment on SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack) == 0x0003A0, "Wrong size on SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, EntryPoint) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_14) == 0x000004, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_12) == 0x00000C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_11) == 0x000024, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_10) == 0x00003C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, Temp_name_Variable) == 0x000054, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x00007C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_9) == 0x00008C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_8) == 0x000094, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_6) == 0x00009C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_7) == 0x0000AC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000B4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_6) == 0x0000C4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000CC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_5) == 0x0000DC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000E4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, Temp_name_Variable_1) == 0x0000F4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000FC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_4) == 0x00010C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_3) == 0x000114, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_11) == 0x00011C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_2) == 0x00012C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_12) == 0x000134, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_1) == 0x000144, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_13) == 0x00014C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName) == 0x00015C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_14) == 0x000164, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, Temp_name_Variable_2) == 0x000174, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Not_PreBool_ReturnValue) == 0x00017C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000180, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x000190, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_RandomFloat_ReturnValue) == 0x000198, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x00019C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001A8, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_Event_DeltaTime) == 0x0001B0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_AsShark) == 0x0001B8, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsValid_ReturnValue_1) == 0x0001C1, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001C4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001D0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_NotifyName_13) == 0x0001DC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_FindLookAtRotation_ReturnValue) == 0x0001E4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_RInterpTo_ReturnValue) == 0x0001F0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0001FC, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_OverlappedComponent) == 0x000200, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_OtherActor) == 0x000208, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_OtherComp) == 0x000210, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_OtherBodyIndex) == 0x000218, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_bFromSweep) == 0x00021C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CustomEvent_SweepResult) == 0x000220, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_AsShark_1) == 0x0002A8, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_bSuccess_1) == 0x0002B0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_AsFGCharacter) == 0x0002B8, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_bSuccess_2) == 0x0002C0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0002C8, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_DynamicCast_bSuccess_3) == 0x0002D0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0002D4, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_GetTransform_ReturnValue) == 0x0002E0, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_15) == 0x000310, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000320, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsValid_ReturnValue_2) == 0x000328, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000330, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000338, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsValid_ReturnValue_3) == 0x000339, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00033A, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_GetController_ReturnValue) == 0x000340, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, K2Node_CreateDelegate_OutputDelegate_16) == 0x000348, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_ApplyDamage_ReturnValue) == 0x000358, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00035C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000368, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x00036C, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000378, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000388, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Array_Contains_ReturnValue) == 0x000390, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_IsPlaying_ReturnValue) == 0x000391, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_Not_PreBool_ReturnValue_2) == 0x000392, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_BooleanAND_ReturnValue) == 0x000393, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x000394, "Member 'SharkAction_RamPlayerAttack_C_ExecuteUbergraph_SharkAction_RamPlayerAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_RamPlayerAttack_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_Tick \ static_assert(alignof(SharkAction_RamPlayerAttack_C_Tick) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_Tick"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_Tick) == 0x000004, "Wrong size on SharkAction_RamPlayerAttack_C_Tick"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnCompleted_35A00E5D44066E1502215FB67283BE37::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnBlendOut_35A00E5D44066E1502215FB67283BE37::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnInterrupted_35A00E5D44066E1502215FB67283BE37::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyBegin_35A00E5D44066E1502215FB67283BE37::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyEnd_35A00E5D44066E1502215FB67283BE37::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnCompleted_026DDAC74A6D13513FB659A08D44448B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnBlendOut_026DDAC74A6D13513FB659A08D44448B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnInterrupted_026DDAC74A6D13513FB659A08D44448B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyBegin_026DDAC74A6D13513FB659A08D44448B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyEnd_026DDAC74A6D13513FB659A08D44448B::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnCompleted_EF88132D4E52845F48B6C1B6DAD21CF5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnBlendOut_EF88132D4E52845F48B6C1B6DAD21CF5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnInterrupted_EF88132D4E52845F48B6C1B6DAD21CF5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyBegin_EF88132D4E52845F48B6C1B6DAD21CF5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5 \ static_assert(alignof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000004, "Wrong alignment on SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5) == 0x000008, "Wrong size on SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5, NotifyName) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_OnNotifyEnd_EF88132D4E52845F48B6C1B6DAD21CF5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_IsValidAction \ static_assert(alignof(SharkAction_RamPlayerAttack_C_IsValidAction) == 0x000008, "Wrong alignment on SharkAction_RamPlayerAttack_C_IsValidAction"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_IsValidAction) == 0x000018, "Wrong size on SharkAction_RamPlayerAttack_C_IsValidAction"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_RamPlayerAttack_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_IsValidAction, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000008, "Member 'SharkAction_RamPlayerAttack_C_IsValidAction::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_RamPlayerAttack_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamPlayerAttack_C_CanBeTerminated \ static_assert(alignof(SharkAction_RamPlayerAttack_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_RamPlayerAttack_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_RamPlayerAttack_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_RamPlayerAttack_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_RamPlayerAttack_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamPlayerAttack_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_RamPlayerAttack_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_RamPlayerAttack_C \ static_assert(alignof(USharkAction_RamPlayerAttack_C) == 0x000008, "Wrong alignment on USharkAction_RamPlayerAttack_C"); \ static_assert(sizeof(USharkAction_RamPlayerAttack_C) == 0x000110, "Wrong size on USharkAction_RamPlayerAttack_C"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_RamPlayerAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, CurrentGoalLocation) == 0x0000C0, "Member 'USharkAction_RamPlayerAttack_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, bIsPlayingAttack) == 0x0000CC, "Member 'USharkAction_RamPlayerAttack_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, AttackMontage) == 0x0000D0, "Member 'USharkAction_RamPlayerAttack_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, EndMontage) == 0x0000D8, "Member 'USharkAction_RamPlayerAttack_C::EndMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, StartMontage) == 0x0000E0, "Member 'USharkAction_RamPlayerAttack_C::StartMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, bAttackOnCooldown) == 0x0000E8, "Member 'USharkAction_RamPlayerAttack_C::bAttackOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, AttackCooldownTime) == 0x0000EC, "Member 'USharkAction_RamPlayerAttack_C::AttackCooldownTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, bIsPlayingHit) == 0x0000F0, "Member 'USharkAction_RamPlayerAttack_C::bIsPlayingHit' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, AttackDamage) == 0x0000F4, "Member 'USharkAction_RamPlayerAttack_C::AttackDamage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, HitSound) == 0x0000F8, "Member 'USharkAction_RamPlayerAttack_C::HitSound' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamPlayerAttack_C, HittedActors) == 0x000100, "Member 'USharkAction_RamPlayerAttack_C::HittedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat \ static_assert(alignof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat) == 0x000008, "Wrong alignment on SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat"); \ static_assert(sizeof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat) == 0x0002C0, "Wrong size on SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, EntryPoint) == 0x000000, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetActorUpVector_ReturnValue) == 0x000004, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000010, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CustomEvent_NotifyName_4) == 0x00002C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CustomEvent_NotifyName_3) == 0x000034, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CustomEvent_NotifyName_2) == 0x00004C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CustomEvent_NotifyName_1) == 0x000064, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_3) == 0x00006C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CustomEvent_NotifyName) == 0x00007C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_4) == 0x000084, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, Temp_name_Variable) == 0x000094, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_5) == 0x00009C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000AC, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000D0, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000D8, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000E8, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetOwningPawn_ReturnValue) == 0x0000F8, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_IsLocallyControlled_ReturnValue) == 0x000100, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000108, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_Event_DeltaTime) == 0x000110, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_DynamicCast_AsFGCharacter) == 0x000118, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000124, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000130, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_DynamicCast_AsFGCharacter_1) == 0x000138, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_DynamicCast_AsFGCharacter_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_IsPlaying_ReturnValue) == 0x000141, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000144, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetController_ReturnValue) == 0x000150, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_ApplyDamage_ReturnValue) == 0x000158, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_MakeHitResult_ReturnValue) == 0x00015C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetEatLocation_SharkLocation) == 0x0001E4, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetEatLocation_SharkLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetEatLocation_TargetLocation) == 0x0001F0, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetEatLocation_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_GetEatLocation_bValid) == 0x0001FC, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_GetEatLocation_bValid' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_Add_VectorVector_ReturnValue) == 0x000200, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x00020C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_NotEqual_VectorVector_ReturnValue_1) == 0x00020D, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_NotEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_BooleanAND_ReturnValue) == 0x00020E, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_VInterpTo_ReturnValue) == 0x000210, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_FindLookAtRotation_ReturnValue) == 0x00021C, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_RInterpTo_ReturnValue) == 0x000228, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000234, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0002BC, "Member 'SharkAction_Eat_C_ExecuteUbergraph_SharkAction_Eat::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_Tick \ static_assert(alignof(SharkAction_Eat_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Eat_C_Tick"); \ static_assert(sizeof(SharkAction_Eat_C_Tick) == 0x000004, "Wrong size on SharkAction_Eat_C_Tick"); \ static_assert(offsetof(SharkAction_Eat_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Eat_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2 \ static_assert(alignof(SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2) == 0x000004, "Wrong alignment on SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(sizeof(SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2) == 0x000008, "Wrong size on SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(offsetof(SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2, NotifyName) == 0x000000, "Member 'SharkAction_Eat_C_OnCompleted_8C8A9423417B1F91505E22B454EF88C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2 \ static_assert(alignof(SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2) == 0x000004, "Wrong alignment on SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(sizeof(SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2) == 0x000008, "Wrong size on SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(offsetof(SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2, NotifyName) == 0x000000, "Member 'SharkAction_Eat_C_OnBlendOut_8C8A9423417B1F91505E22B454EF88C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2 \ static_assert(alignof(SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2) == 0x000004, "Wrong alignment on SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(sizeof(SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2) == 0x000008, "Wrong size on SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(offsetof(SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2, NotifyName) == 0x000000, "Member 'SharkAction_Eat_C_OnInterrupted_8C8A9423417B1F91505E22B454EF88C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2 \ static_assert(alignof(SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2) == 0x000004, "Wrong alignment on SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(sizeof(SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2) == 0x000008, "Wrong size on SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(offsetof(SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2, NotifyName) == 0x000000, "Member 'SharkAction_Eat_C_OnNotifyBegin_8C8A9423417B1F91505E22B454EF88C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2 \ static_assert(alignof(SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2) == 0x000004, "Wrong alignment on SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(sizeof(SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2) == 0x000008, "Wrong size on SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2"); \ static_assert(offsetof(SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2, NotifyName) == 0x000000, "Member 'SharkAction_Eat_C_OnNotifyEnd_8C8A9423417B1F91505E22B454EF88C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_GetEatLocation \ static_assert(alignof(SharkAction_Eat_C_GetEatLocation) == 0x000008, "Wrong alignment on SharkAction_Eat_C_GetEatLocation"); \ static_assert(sizeof(SharkAction_Eat_C_GetEatLocation) == 0x0000C0, "Wrong size on SharkAction_Eat_C_GetEatLocation"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, SharkLocation) == 0x000000, "Member 'SharkAction_Eat_C_GetEatLocation::SharkLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, TargetLocation) == 0x00000C, "Member 'SharkAction_Eat_C_GetEatLocation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, bValid) == 0x000018, "Member 'SharkAction_Eat_C_GetEatLocation::bValid' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, K2Node_DynamicCast_AsFGCharacter) == 0x000038, "Member 'SharkAction_Eat_C_GetEatLocation::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'SharkAction_Eat_C_GetEatLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000044, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000050, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000068, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Normal_ReturnValue) == 0x000074, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Normal_ReturnValue_1) == 0x000080, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00008C, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000098, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0000A4, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_GetEatLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'SharkAction_Eat_C_GetEatLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_IsValidAction \ static_assert(alignof(SharkAction_Eat_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_Eat_C_IsValidAction"); \ static_assert(sizeof(SharkAction_Eat_C_IsValidAction) == 0x000001, "Wrong size on SharkAction_Eat_C_IsValidAction"); \ static_assert(offsetof(SharkAction_Eat_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_Eat_C_IsValidAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Eat_C_CanBeTerminated \ static_assert(alignof(SharkAction_Eat_C_CanBeTerminated) == 0x000004, "Wrong alignment on SharkAction_Eat_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_Eat_C_CanBeTerminated) == 0x000010, "Wrong size on SharkAction_Eat_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_Eat_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000A, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_1) == 0x00000C, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_2) == 0x00000D, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Eat_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue_3) == 0x00000E, "Member 'SharkAction_Eat_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Eat_C \ static_assert(alignof(USharkAction_Eat_C) == 0x000008, "Wrong alignment on USharkAction_Eat_C"); \ static_assert(sizeof(USharkAction_Eat_C) == 0x000100, "Wrong size on USharkAction_Eat_C"); \ static_assert(offsetof(USharkAction_Eat_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_Eat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, CurrentGoalLocation) == 0x0000C0, "Member 'USharkAction_Eat_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, bIsPlayingEat) == 0x0000CC, "Member 'USharkAction_Eat_C::bIsPlayingEat' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, EatMontage) == 0x0000D0, "Member 'USharkAction_Eat_C::EatMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, bTargetIsEaten) == 0x0000D8, "Member 'USharkAction_Eat_C::bTargetIsEaten' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, CorpseEatTime) == 0x0000DC, "Member 'USharkAction_Eat_C::CorpseEatTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, FearCorpseEatTime) == 0x0000E0, "Member 'USharkAction_Eat_C::FearCorpseEatTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, EatStartTime) == 0x0000E4, "Member 'USharkAction_Eat_C::EatStartTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, Shark_Location) == 0x0000E8, "Member 'USharkAction_Eat_C::Shark_Location' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Eat_C, Target_Location) == 0x0000F4, "Member 'USharkAction_Eat_C::Target_Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN \ static_assert(alignof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN) == 0x000010, "Wrong alignment on SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN) == 0x000450, "Wrong size on SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, EntryPoint) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherAcctor) == 0x000008, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherAcctor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_GetParentActor_ReturnValue) == 0x000010, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsFGWagon) == 0x000028, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsFGWagon_1) == 0x000038, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsFGAICharacter) == 0x000048, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_12) == 0x000090, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_11) == 0x000098, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_10) == 0x0000B0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, Temp_name_Variable) == 0x0000C8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_9) == 0x0000E0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_8) == 0x0000F8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_5) == 0x000100, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_7) == 0x000110, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_6) == 0x000118, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_6) == 0x000128, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_7) == 0x000130, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_5) == 0x000140, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_8) == 0x000148, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, Temp_name_Variable_1) == 0x000158, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_9) == 0x000160, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_4) == 0x000170, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_3) == 0x000178, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_10) == 0x000180, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_2) == 0x000190, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_11) == 0x000198, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_1) == 0x0001A8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001B0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName) == 0x0001C0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001C8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, Temp_name_Variable_2) == 0x0001D8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_14) == 0x0001E0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_Not_PreBool_ReturnValue) == 0x0001F0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0001F8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_GetOwningPawn_ReturnValue) == 0x000200, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsLocallyControlled_ReturnValue) == 0x000208, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsValid_ReturnValue) == 0x000209, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_Event_DeltaTime) == 0x00020C, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsShark) == 0x000210, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess_3) == 0x000218, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsValid_ReturnValue_1) == 0x000219, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00021C, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000228, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_15) == 0x000234, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000244, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_FindLookAtRotation_ReturnValue) == 0x000250, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_13) == 0x00025C, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_RInterpTo_ReturnValue) == 0x000264, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000270, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OverlappedComponent) == 0x000278, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherActor_1) == 0x000280, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherComp_1) == 0x000288, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherBodyIndex) == 0x000290, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_bFromSweep) == 0x000294, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_SweepResult) == 0x000298, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsShark_1) == 0x000320, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess_4) == 0x000328, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000330, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsValid_ReturnValue_2) == 0x000338, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000340, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsValid_ReturnValue_3) == 0x000348, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_Not_PreBool_ReturnValue_1) == 0x000349, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00034A, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000350, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CreateDelegate_OutputDelegate_16) == 0x000358, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_AsShark_2) == 0x000368, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_DynamicCast_bSuccess_5) == 0x000370, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000378, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000380, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_Array_Contains_ReturnValue) == 0x000381, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_Not_PreBool_ReturnValue_2) == 0x000382, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_BooleanAND_ReturnValue) == 0x000383, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsPlaying_ReturnValue) == 0x000384, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_BooleanAND_ReturnValue_1) == 0x000385, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NotifyName_14) == 0x000388, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_Not_PreBool_ReturnValue_3) == 0x000390, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_BooleanAND_ReturnValue_2) == 0x000391, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_IsPlaying_ReturnValue_1) == 0x000392, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, CallFunc_BooleanAND_ReturnValue_3) == 0x000393, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_HitComponent) == 0x000398, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherActor) == 0x0003A0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_OtherComp) == 0x0003A8, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_NormalImpulse) == 0x0003B0, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN, K2Node_CustomEvent_Hit) == 0x0003BC, "Member 'SharkAction_RamTrainAttackN_C_ExecuteUbergraph_SharkAction_RamTrainAttackN::K2Node_CustomEvent_Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnActorHit \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnActorHit) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnActorHit"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnActorHit) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnActorHit"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnActorHit, OtherAcctor) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnActorHit::OtherAcctor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0 \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0) == 0x0000B0, "Wrong size on SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0, HitComponent) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0::HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0, NormalImpulse) == 0x000018, "Member 'SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0, Hit) == 0x000024, "Member 'SharkAction_RamTrainAttackN_C_OnComponentHit_Event_0::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_RamTrainAttackN_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_Tick \ static_assert(alignof(SharkAction_RamTrainAttackN_C_Tick) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_Tick"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_Tick) == 0x000004, "Wrong size on SharkAction_RamTrainAttackN_C_Tick"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnCompleted_B8C0EB6648E1059F552F769279AE441A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnBlendOut_B8C0EB6648E1059F552F769279AE441A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnInterrupted_B8C0EB6648E1059F552F769279AE441A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyBegin_B8C0EB6648E1059F552F769279AE441A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyEnd_B8C0EB6648E1059F552F769279AE441A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnCompleted_B43E9EC548367D8A8B5568B025A11ECD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnBlendOut_B43E9EC548367D8A8B5568B025A11ECD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnInterrupted_B43E9EC548367D8A8B5568B025A11ECD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyBegin_B43E9EC548367D8A8B5568B025A11ECD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyEnd_B43E9EC548367D8A8B5568B025A11ECD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnCompleted_3C4A03964A1B2A8DFCB6489AC85D368F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnBlendOut_3C4A03964A1B2A8DFCB6489AC85D368F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnInterrupted_3C4A03964A1B2A8DFCB6489AC85D368F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyBegin_3C4A03964A1B2A8DFCB6489AC85D368F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F \ static_assert(alignof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000004, "Wrong alignment on SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F) == 0x000008, "Wrong size on SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F, NotifyName) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_OnNotifyEnd_3C4A03964A1B2A8DFCB6489AC85D368F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_IsValidAction \ static_assert(alignof(SharkAction_RamTrainAttackN_C_IsValidAction) == 0x000008, "Wrong alignment on SharkAction_RamTrainAttackN_C_IsValidAction"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_IsValidAction) == 0x000018, "Wrong size on SharkAction_RamTrainAttackN_C_IsValidAction"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, K2Node_DynamicCast_AsShark) == 0x000008, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'SharkAction_RamTrainAttackN_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_RamTrainAttackN_C_CanBeTerminated \ static_assert(alignof(SharkAction_RamTrainAttackN_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_RamTrainAttackN_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_RamTrainAttackN_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_RamTrainAttackN_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_RamTrainAttackN_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_RamTrainAttackN_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_RamTrainAttackN_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_RamTrainAttackN_C \ static_assert(alignof(USharkAction_RamTrainAttackN_C) == 0x000008, "Wrong alignment on USharkAction_RamTrainAttackN_C"); \ static_assert(sizeof(USharkAction_RamTrainAttackN_C) == 0x000130, "Wrong size on USharkAction_RamTrainAttackN_C"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, UberGraphFrame_SharkAction_RamTrainAttackN_C) == 0x0000E8, "Member 'USharkAction_RamTrainAttackN_C::UberGraphFrame_SharkAction_RamTrainAttackN_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, bIsPlayingAttack) == 0x0000F0, "Member 'USharkAction_RamTrainAttackN_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, AttackMontage) == 0x0000F8, "Member 'USharkAction_RamTrainAttackN_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, EndMontage) == 0x000100, "Member 'USharkAction_RamTrainAttackN_C::EndMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, StartMontage) == 0x000108, "Member 'USharkAction_RamTrainAttackN_C::StartMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, bIsPlayingHit) == 0x000110, "Member 'USharkAction_RamTrainAttackN_C::bIsPlayingHit' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, HitSound) == 0x000118, "Member 'USharkAction_RamTrainAttackN_C::HitSound' has a wrong offset!"); \ static_assert(offsetof(USharkAction_RamTrainAttackN_C, HittedActors) == 0x000120, "Member 'USharkAction_RamTrainAttackN_C::HittedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling \ static_assert(alignof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling) == 0x000010, "Wrong alignment on SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling"); \ static_assert(sizeof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling) == 0x000A50, "Wrong size on SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, EntryPoint) == 0x000000, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, Temp_bool_Variable) == 0x000004, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, Temp_object_Variable) == 0x000008, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, Temp_object_Variable_1) == 0x000010, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000040, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_Event_DeltaTime) == 0x000058, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsPlaying_ReturnValue) == 0x00005C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, Temp_object_Variable_2) == 0x000060, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue) == 0x00007C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000080, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue) == 0x000090, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000098, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetDesiredTargetLocation_Result) == 0x0000B4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetDesiredTargetLocation_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Vector_Distance_ReturnValue) == 0x0000C0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_AsShark) == 0x0000C8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_FMax_ReturnValue) == 0x0000D8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_OverlappedComponent) == 0x0000E0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_OtherActor) == 0x0000E8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_OtherComp) == 0x0000F0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_OtherBodyIndex) == 0x0000F8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_bFromSweep) == 0x0000FC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_SweepResult) == 0x000100, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000188, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bBlockingHit) == 0x000190, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bInitialOverlap) == 0x000191, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Time) == 0x000194, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Distance) == 0x000198, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Location) == 0x00019C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Normal) == 0x0001B4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactNormal) == 0x0001C0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_PhysMat) == 0x0001D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitActor) == 0x0001D8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitComponent) == 0x0001E0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitBoneName) == 0x0001E8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitItem) == 0x0001F0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ElementIndex) == 0x0001F4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_FaceIndex) == 0x0001F8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceStart) == 0x0001FC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceEnd) == 0x000208, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bCollide) == 0x000214, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bCollide' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bIsWagon) == 0x000215, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bIsWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000216, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsPlaying_ReturnValue_1) == 0x000217, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BooleanAND_ReturnValue) == 0x000218, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_3) == 0x00021C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_bIsWagon) == 0x00022C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_bIsWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_Select_Default) == 0x000230, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_PlayAnimMontage_ReturnValue) == 0x000238, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsValid_ReturnValue_1) == 0x00023C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue) == 0x00023D, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_MakeHitResult_ReturnValue) == 0x000240, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x0002C8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_AsShark_2) == 0x0002D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_AsShark_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_bSuccess_1) == 0x0002D8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_VInterpTo_Constant_ReturnValue) == 0x0002DC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0002E8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000370, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_4) == 0x000374, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000388, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue_1) == 0x000390, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000394, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0003A0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0003A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_1) == 0x0003AC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Less_FloatFloat_ReturnValue) == 0x0003AD, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0003B0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0003B8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_2) == 0x0003C0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_3) == 0x0003C1, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0003C8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x0003D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_4) == 0x0003DC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetInvalidAiLocation_ReturnValue_1) == 0x0003E0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetInvalidAiLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x0003EC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetInvalidAiLocation_ReturnValue_2) == 0x0003F0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetInvalidAiLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_NotEqual_VectorVector_ReturnValue_1) == 0x0003FC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_NotEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BooleanAND_ReturnValue_1) == 0x0003FD, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000400, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_5) == 0x000408, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue_2) == 0x000409, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_PlayAnimMontage_ReturnValue_2) == 0x00040C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_PlayAnimMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000410, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000418, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_HasAuthority_ReturnValue_6) == 0x000420, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000424, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000430, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetForwardVector_ReturnValue) == 0x00043C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000448, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_5) == 0x000454, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000464, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000470, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_VInterpTo_Constant_ReturnValue_1) == 0x000478, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_VInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000484, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x00050C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00050D, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00050E, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Time_1) == 0x000510, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Distance_1) == 0x000514, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Location_1) == 0x000518, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000524, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Normal_1) == 0x000530, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00053C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_PhysMat_1) == 0x000548, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitActor_1) == 0x000550, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitComponent_1) == 0x000558, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitBoneName_1) == 0x000560, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitItem_1) == 0x000568, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ElementIndex_1) == 0x00056C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_FaceIndex_1) == 0x000570, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceStart_1) == 0x000574, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceEnd_1) == 0x000580, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetDisplayName_ReturnValue) == 0x000590, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_AsShark_1) == 0x0005A0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_DynamicCast_bSuccess_2) == 0x0005A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0005AC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetForwardVector_ReturnValue_1) == 0x0005B8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0005C4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0005D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0005DC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Add_VectorVector_ReturnValue) == 0x0005E0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_SphereTraceSingleByProfile_OutHit) == 0x0005EC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_SphereTraceSingleByProfile_OutHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_SphereTraceSingleByProfile_ReturnValue) == 0x000674, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_SphereTraceSingleByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue_3) == 0x000675, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000676, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000677, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Time_2) == 0x000678, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Distance_2) == 0x00067C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Location_2) == 0x000680, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactPoint_2) == 0x00068C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Normal_2) == 0x000698, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0006A4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_PhysMat_2) == 0x0006B0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitActor_2) == 0x0006B8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitComponent_2) == 0x0006C0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitBoneName_2) == 0x0006C8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitItem_2) == 0x0006D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ElementIndex_2) == 0x0006D4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_FaceIndex_2) == 0x0006D8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceStart_2) == 0x0006DC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceEnd_2) == 0x0006E8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bCollide_1) == 0x0006F4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bCollide_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bIsWagon_1) == 0x0006F5, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bIsWagon_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue_4) == 0x0006F6, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BooleanAND_ReturnValue_2) == 0x0006F7, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_MakeArray_Array) == 0x0006F8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000708, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000714, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CustomEvent_HitLication) == 0x000720, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CustomEvent_HitLication' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetChargeTime_ChargeTime) == 0x00072C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetChargeTime_ChargeTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000730, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetChargeAnimRate_Result) == 0x00073C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetChargeAnimRate_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000740, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_PlayAnimMontage_ReturnValue_3) == 0x00074C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_PlayAnimMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000750, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00075C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_6) == 0x000768, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_LineTraceSingleByProfile_OutHit) == 0x000778, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_LineTraceSingleByProfile_OutHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_LineTraceSingleByProfile_ReturnValue) == 0x000800, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_LineTraceSingleByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetTimerDelegate_ReturnValue_6) == 0x000808, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetTimerDelegate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000810, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_MakeArray_Array_1) == 0x000820, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000830, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000860, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000868, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00086C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_SphereTraceMultiByProfile_OutHits) == 0x000870, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_SphereTraceMultiByProfile_OutHits' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_SphereTraceMultiByProfile_ReturnValue) == 0x000880, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_SphereTraceMultiByProfile_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsValidForCollision_Result) == 0x000881, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsValidForCollision_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetOwningPawn_ReturnValue_7) == 0x000888, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, K2Node_CreateDelegate_OutputDelegate_7) == 0x000890, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetPlayerTrain_ReturnValue) == 0x0008A0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsValid_ReturnValue_2) == 0x0008A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_GetTrainSpeed_ReturnValue) == 0x0008AC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0008B0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Add_FloatFloat_ReturnValue) == 0x0008B4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsPlaying_ReturnValue_2) == 0x0008B8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BooleanAND_ReturnValue_3) == 0x0008B9, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0008BC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Vector_NormalUnsafe_ReturnValue_1) == 0x0008C8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Vector_NormalUnsafe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Not_PreBool_ReturnValue_5) == 0x0008D4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0008D8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0008E4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_VInterpTo_Constant_ReturnValue_2) == 0x0008F0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_VInterpTo_Constant_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x0008FC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_SweepHitResult_2) == 0x000908, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorLocation_ReturnValue_2) == 0x000990, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x000994, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0009A0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0009A1, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Time_3) == 0x0009A4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Distance_3) == 0x0009A8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Location_3) == 0x0009AC, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactPoint_3) == 0x0009B8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_Normal_3) == 0x0009C4, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ImpactNormal_3) == 0x0009D0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_PhysMat_3) == 0x0009E0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitActor_3) == 0x0009E8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitComponent_3) == 0x0009F0, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitBoneName_3) == 0x0009F8, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_HitItem_3) == 0x000A00, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_ElementIndex_3) == 0x000A04, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_FaceIndex_3) == 0x000A08, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceStart_3) == 0x000A0C, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_BreakHitResult_TraceEnd_3) == 0x000A18, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bCollide_2) == 0x000A24, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bCollide_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_OnActorOverlap_bIsWagon_2) == 0x000A25, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_OnActorOverlap_bIsWagon_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_FindLookAtRotation_ReturnValue) == 0x000A28, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_RInterpTo_ReturnValue) == 0x000A34, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000A40, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling, CallFunc_IsValid_ReturnValue_3) == 0x000A41, "Member 'SharkAction_Drilling_C_ExecuteUbergraph_SharkAction_Drilling::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_PlayImpactAtLocation \ static_assert(alignof(SharkAction_Drilling_C_PlayImpactAtLocation) == 0x000004, "Wrong alignment on SharkAction_Drilling_C_PlayImpactAtLocation"); \ static_assert(sizeof(SharkAction_Drilling_C_PlayImpactAtLocation) == 0x00000C, "Wrong size on SharkAction_Drilling_C_PlayImpactAtLocation"); \ static_assert(offsetof(SharkAction_Drilling_C_PlayImpactAtLocation, HitLication) == 0x000000, "Member 'SharkAction_Drilling_C_PlayImpactAtLocation::HitLication' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_PlayCollideMontage \ static_assert(alignof(SharkAction_Drilling_C_PlayCollideMontage) == 0x000001, "Wrong alignment on SharkAction_Drilling_C_PlayCollideMontage"); \ static_assert(sizeof(SharkAction_Drilling_C_PlayCollideMontage) == 0x000001, "Wrong size on SharkAction_Drilling_C_PlayCollideMontage"); \ static_assert(offsetof(SharkAction_Drilling_C_PlayCollideMontage, bIsWagon) == 0x000000, "Member 'SharkAction_Drilling_C_PlayCollideMontage::bIsWagon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_Drilling_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_Tick \ static_assert(alignof(SharkAction_Drilling_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Drilling_C_Tick"); \ static_assert(sizeof(SharkAction_Drilling_C_Tick) == 0x000004, "Wrong size on SharkAction_Drilling_C_Tick"); \ static_assert(offsetof(SharkAction_Drilling_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Drilling_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_GetDesiredTargetLocation \ static_assert(alignof(SharkAction_Drilling_C_GetDesiredTargetLocation) == 0x000010, "Wrong alignment on SharkAction_Drilling_C_GetDesiredTargetLocation"); \ static_assert(sizeof(SharkAction_Drilling_C_GetDesiredTargetLocation) == 0x000120, "Wrong size on SharkAction_Drilling_C_GetDesiredTargetLocation"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CurrentTargetLocation) == 0x000000, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CurrentTargetLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, Result) == 0x00000C, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetChargeTime_ChargeTime) == 0x000018, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetChargeTime_ChargeTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000028, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetPlayerTrain_ReturnValue) == 0x000038, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetTrainSpeed_ReturnValue) == 0x000044, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetTrainSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetLocomotive_ReturnValue) == 0x000048, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_InverseTransformLocation_ReturnValue) == 0x000090, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000A0, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Vector_Forward_ReturnValue) == 0x0000A8, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Vector_Forward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B4, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000C0, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Vector_Distance_ReturnValue) == 0x0000CC, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D0, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D4, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D8, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Conv_FloatToVector_ReturnValue) == 0x0000DC, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000E8, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F4, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000100, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredTargetLocation, CallFunc_TransformLocation_ReturnValue) == 0x00010C, "Member 'SharkAction_Drilling_C_GetDesiredTargetLocation::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_GetDesiredAttackLocation \ static_assert(alignof(SharkAction_Drilling_C_GetDesiredAttackLocation) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_GetDesiredAttackLocation"); \ static_assert(sizeof(SharkAction_Drilling_C_GetDesiredAttackLocation) == 0x000090, "Wrong size on SharkAction_Drilling_C_GetDesiredAttackLocation"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, RamAnchor) == 0x000000, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::RamAnchor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, Result) == 0x000008, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000014, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000024, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetForwardVector_ReturnValue) == 0x00003C, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetDesiredTargetLocation_Result) == 0x000048, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetDesiredTargetLocation_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetComponentBounds_Origin) == 0x000054, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetComponentBounds_BoxExtent) == 0x000060, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_GetComponentBounds_SphereRadius) == 0x00006C, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_Lerp_ReturnValue) == 0x000070, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000078, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetDesiredAttackLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000084, "Member 'SharkAction_Drilling_C_GetDesiredAttackLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_OnActorOverlap \ static_assert(alignof(SharkAction_Drilling_C_OnActorOverlap) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_OnActorOverlap"); \ static_assert(sizeof(SharkAction_Drilling_C_OnActorOverlap) == 0x0001C0, "Wrong size on SharkAction_Drilling_C_OnActorOverlap"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, Actor) == 0x000000, "Member 'SharkAction_Drilling_C_OnActorOverlap::Actor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, Component) == 0x000008, "Member 'SharkAction_Drilling_C_OnActorOverlap::Component' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, HitLocation) == 0x000010, "Member 'SharkAction_Drilling_C_OnActorOverlap::HitLocation' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, bCollide) == 0x00001C, "Member 'SharkAction_Drilling_C_OnActorOverlap::bCollide' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, bIsWagon) == 0x00001D, "Member 'SharkAction_Drilling_C_OnActorOverlap::bIsWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Conv_VectorToString_ReturnValue) == 0x000020, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, Temp_int_Array_Index_Variable) == 0x000050, "Member 'SharkAction_Drilling_C_OnActorOverlap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsShark) == 0x000098, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'SharkAction_Drilling_C_OnActorOverlap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetParentActor_ReturnValue) == 0x0000B0, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetGameState_ReturnValue) == 0x0000B8, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsShark_1) == 0x0000C8, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetOwner_ReturnValue) == 0x0000D8, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0000E0, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000EC, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_K2_GetPawn_ReturnValue) == 0x0000F8, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetMovementBaseActor_ReturnValue) == 0x000108, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetMovementBaseActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000111, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_BooleanOR_ReturnValue) == 0x000112, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Array_Length_ReturnValue) == 0x000114, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetParentActor_ReturnValue_1) == 0x000120, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGWagon) == 0x000128, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_3) == 0x000130, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGWagon_1) == 0x000138, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGWagon_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_4) == 0x000140, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsGeneric_Mine) == 0x000148, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsGeneric_Mine' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_5) == 0x000150, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGCharacter) == 0x000158, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_6) == 0x000160, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGItem) == 0x000168, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_7) == 0x000170, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000178, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, K2Node_DynamicCast_bSuccess_8) == 0x000180, "Member 'SharkAction_Drilling_C_OnActorOverlap::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000184, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Array_Contains_ReturnValue) == 0x000190, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000191, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Array_Add_ReturnValue) == 0x000194, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000198, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0001A4, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnActorOverlap, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001B0, "Member 'SharkAction_Drilling_C_OnActorOverlap::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_GetChargeTime \ static_assert(alignof(SharkAction_Drilling_C_GetChargeTime) == 0x000004, "Wrong alignment on SharkAction_Drilling_C_GetChargeTime"); \ static_assert(sizeof(SharkAction_Drilling_C_GetChargeTime) == 0x00000C, "Wrong size on SharkAction_Drilling_C_GetChargeTime"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeTime, ChargeTime_0) == 0x000000, "Member 'SharkAction_Drilling_C_GetChargeTime::ChargeTime_0' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeTime, CallFunc_GetChargeAnimRate_Result) == 0x000004, "Member 'SharkAction_Drilling_C_GetChargeTime::CallFunc_GetChargeAnimRate_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeTime, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'SharkAction_Drilling_C_GetChargeTime::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_GetChargeAnimRate \ static_assert(alignof(SharkAction_Drilling_C_GetChargeAnimRate) == 0x000004, "Wrong alignment on SharkAction_Drilling_C_GetChargeAnimRate"); \ static_assert(sizeof(SharkAction_Drilling_C_GetChargeAnimRate) == 0x000010, "Wrong size on SharkAction_Drilling_C_GetChargeAnimRate"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeAnimRate, Result) == 0x000000, "Member 'SharkAction_Drilling_C_GetChargeAnimRate::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeAnimRate, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'SharkAction_Drilling_C_GetChargeAnimRate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeAnimRate, CallFunc_GetDeceptionAnimMod_ReturnValue) == 0x000008, "Member 'SharkAction_Drilling_C_GetChargeAnimRate::CallFunc_GetDeceptionAnimMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_GetChargeAnimRate, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'SharkAction_Drilling_C_GetChargeAnimRate::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_ScareRofleemo \ static_assert(alignof(SharkAction_Drilling_C_ScareRofleemo) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_ScareRofleemo"); \ static_assert(sizeof(SharkAction_Drilling_C_ScareRofleemo) == 0x000040, "Wrong size on SharkAction_Drilling_C_ScareRofleemo"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, Wagon) == 0x000000, "Member 'SharkAction_Drilling_C_ScareRofleemo::Wagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, CallFunc_GetAttachedActors_OutActors) == 0x000008, "Member 'SharkAction_Drilling_C_ScareRofleemo::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, Temp_int_Array_Index_Variable) == 0x000018, "Member 'SharkAction_Drilling_C_ScareRofleemo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'SharkAction_Drilling_C_ScareRofleemo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, CallFunc_Array_Get_Item) == 0x000020, "Member 'SharkAction_Drilling_C_ScareRofleemo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000028, "Member 'SharkAction_Drilling_C_ScareRofleemo::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'SharkAction_Drilling_C_ScareRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'SharkAction_Drilling_C_ScareRofleemo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'SharkAction_Drilling_C_ScareRofleemo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_ScareRofleemo, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'SharkAction_Drilling_C_ScareRofleemo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_IsValidForCollision \ static_assert(alignof(SharkAction_Drilling_C_IsValidForCollision) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_IsValidForCollision"); \ static_assert(sizeof(SharkAction_Drilling_C_IsValidForCollision) == 0x000180, "Wrong size on SharkAction_Drilling_C_IsValidForCollision"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, Hits) == 0x000000, "Member 'SharkAction_Drilling_C_IsValidForCollision::Hits' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, Result) == 0x000010, "Member 'SharkAction_Drilling_C_IsValidForCollision::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, Temp_int_Array_Index_Variable) == 0x000018, "Member 'SharkAction_Drilling_C_IsValidForCollision::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'SharkAction_Drilling_C_IsValidForCollision::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_Array_Get_Item) == 0x000020, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A8, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A9, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_AsGeneric_Mine) == 0x000130, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_AsGeneric_Mine' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_AsFGItem) == 0x000140, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_AsFGItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_AsFGCharacter) == 0x000150, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_bSuccess_2) == 0x000158, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_AsFGWagon_Module) == 0x000160, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_AsFGWagon) == 0x000170, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, K2Node_DynamicCast_bSuccess_4) == 0x000178, "Member 'SharkAction_Drilling_C_IsValidForCollision::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidForCollision, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'SharkAction_Drilling_C_IsValidForCollision::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_SetupTargetPoints \ static_assert(alignof(SharkAction_Drilling_C_SetupTargetPoints) == 0x000004, "Wrong alignment on SharkAction_Drilling_C_SetupTargetPoints"); \ static_assert(sizeof(SharkAction_Drilling_C_SetupTargetPoints) == 0x000028, "Wrong size on SharkAction_Drilling_C_SetupTargetPoints"); \ static_assert(offsetof(SharkAction_Drilling_C_SetupTargetPoints, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'SharkAction_Drilling_C_SetupTargetPoints::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_SetupTargetPoints, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'SharkAction_Drilling_C_SetupTargetPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_SetupTargetPoints, CallFunc_GetDesiredTargetLocation_Result) == 0x000010, "Member 'SharkAction_Drilling_C_SetupTargetPoints::CallFunc_GetDesiredTargetLocation_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_SetupTargetPoints, CallFunc_GetDesiredAttackLocation_Result) == 0x00001C, "Member 'SharkAction_Drilling_C_SetupTargetPoints::CallFunc_GetDesiredAttackLocation_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_OnRep_AdjustAttackPosition \ static_assert(alignof(SharkAction_Drilling_C_OnRep_AdjustAttackPosition) == 0x000008, "Wrong alignment on SharkAction_Drilling_C_OnRep_AdjustAttackPosition"); \ static_assert(sizeof(SharkAction_Drilling_C_OnRep_AdjustAttackPosition) == 0x000010, "Wrong size on SharkAction_Drilling_C_OnRep_AdjustAttackPosition"); \ static_assert(offsetof(SharkAction_Drilling_C_OnRep_AdjustAttackPosition, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'SharkAction_Drilling_C_OnRep_AdjustAttackPosition::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnRep_AdjustAttackPosition, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'SharkAction_Drilling_C_OnRep_AdjustAttackPosition::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_OnRep_AdjustAttackPosition, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'SharkAction_Drilling_C_OnRep_AdjustAttackPosition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_CanBeTerminated \ static_assert(alignof(SharkAction_Drilling_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_Drilling_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_Drilling_C_CanBeTerminated) == 0x000004, "Wrong size on SharkAction_Drilling_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_Drilling_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_Drilling_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_Drilling_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'SharkAction_Drilling_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_CanBeTerminated, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'SharkAction_Drilling_C_CanBeTerminated::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Drilling_C_IsValidAction \ static_assert(alignof(SharkAction_Drilling_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_Drilling_C_IsValidAction"); \ static_assert(sizeof(SharkAction_Drilling_C_IsValidAction) == 0x000002, "Wrong size on SharkAction_Drilling_C_IsValidAction"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_Drilling_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Drilling_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'SharkAction_Drilling_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Drilling_C \ static_assert(alignof(USharkAction_Drilling_C) == 0x000008, "Wrong alignment on USharkAction_Drilling_C"); \ static_assert(sizeof(USharkAction_Drilling_C) == 0x0001A0, "Wrong size on USharkAction_Drilling_C"); \ static_assert(offsetof(USharkAction_Drilling_C, UberGraphFrame_SharkAction_Drilling_C) == 0x0000E8, "Member 'USharkAction_Drilling_C::UberGraphFrame_SharkAction_Drilling_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, ChargeTime) == 0x0000F0, "Member 'USharkAction_Drilling_C::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, AttackSpeed) == 0x0000F4, "Member 'USharkAction_Drilling_C::AttackSpeed' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, PlayerTrain) == 0x0000F8, "Member 'USharkAction_Drilling_C::PlayerTrain' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, AttackDistanceMin) == 0x000100, "Member 'USharkAction_Drilling_C::AttackDistanceMin' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, TravelDistanceMax) == 0x000104, "Member 'USharkAction_Drilling_C::TravelDistanceMax' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, AttackDistanceMax) == 0x000108, "Member 'USharkAction_Drilling_C::AttackDistanceMax' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, Desired_Ram_Attack_Anchor) == 0x000110, "Member 'USharkAction_Drilling_C::Desired_Ram_Attack_Anchor' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, bPlayingAttack) == 0x000118, "Member 'USharkAction_Drilling_C::bPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, bIsPlayingHit) == 0x000119, "Member 'USharkAction_Drilling_C::bIsPlayingHit' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, HittedActors) == 0x000120, "Member 'USharkAction_Drilling_C::HittedActors' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, ChargeInterruptMontage) == 0x000130, "Member 'USharkAction_Drilling_C::ChargeInterruptMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, ChargeAttackMontage) == 0x000138, "Member 'USharkAction_Drilling_C::ChargeAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, EndAttackMontage) == 0x000140, "Member 'USharkAction_Drilling_C::EndAttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, CollideMontage) == 0x000148, "Member 'USharkAction_Drilling_C::CollideMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, DesiredAttackLocation) == 0x000150, "Member 'USharkAction_Drilling_C::DesiredAttackLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, DesiredTargetLocation) == 0x00015C, "Member 'USharkAction_Drilling_C::DesiredTargetLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, PlayerDamage) == 0x000168, "Member 'USharkAction_Drilling_C::PlayerDamage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, CameraShakeEffect) == 0x000170, "Member 'USharkAction_Drilling_C::CameraShakeEffect' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, Shark) == 0x000178, "Member 'USharkAction_Drilling_C::Shark' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, bAttackLocationIsValid) == 0x000180, "Member 'USharkAction_Drilling_C::bAttackLocationIsValid' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, AdjustAttackPosition) == 0x000184, "Member 'USharkAction_Drilling_C::AdjustAttackPosition' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, TimerHandle) == 0x000188, "Member 'USharkAction_Drilling_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, TimerHandle1) == 0x000190, "Member 'USharkAction_Drilling_C::TimerHandle1' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Drilling_C, TH_Wait) == 0x000198, "Member 'USharkAction_Drilling_C::TH_Wait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_AttackSeriesOne_C \ static_assert(alignof(USharkAction_AttackSeriesOne_C) == 0x000008, "Wrong alignment on USharkAction_AttackSeriesOne_C"); \ static_assert(sizeof(USharkAction_AttackSeriesOne_C) == 0x000130, "Wrong size on USharkAction_AttackSeriesOne_C"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks \ static_assert(alignof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks) == 0x000008, "Wrong alignment on SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks"); \ static_assert(sizeof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks) == 0x000240, "Wrong size on SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, EntryPoint) == 0x000000, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, K2Node_Event_DeltaTime) == 0x00001C, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, K2Node_DynamicCast_AsShark) == 0x000020, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetAIController_ReturnValue) == 0x000030, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetFocusActor_ReturnValue) == 0x000040, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetFocusActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000054, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000060, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00006C, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_VInterpTo_Constant_ReturnValue) == 0x000078, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Not_PreBool_ReturnValue_1) == 0x000084, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_FindLookAtRotation_ReturnValue) == 0x000088, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_RInterpTo_Constant_ReturnValue) == 0x000094, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_RInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Vector_Distance2D_ReturnValue) == 0x0000A0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Vector_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000A4, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsPlaying_ReturnValue) == 0x0000A5, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, Temp_bool_Has_Been_Initd_Variable) == 0x0000A6, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetMontageToPlay_OutItem) == 0x0000A8, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetMontageToPlay_OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000B0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, Temp_int_Variable) == 0x0000C4, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000CC, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetPercentageValue_ReturnValue) == 0x0000D0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000D4, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetDegenHP_ReturnValue) == 0x0000D8, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetDegenHP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000DC, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_BooleanAND_ReturnValue) == 0x0000DD, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsPlaying_ReturnValue_1) == 0x0000DE, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsPlaying_ReturnValue_2) == 0x0000DF, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0000E1, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000E4, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x00016C, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000170, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x00017C, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetComponentByClass_ReturnValue) == 0x000180, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_Add_FloatFloat_ReturnValue) == 0x000188, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsValid_ReturnValue_1) == 0x00018C, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00018D, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetAIController_ReturnValue_1) == 0x000190, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_IsValid_ReturnValue_2) == 0x000198, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetFocusActor_ReturnValue_1) == 0x0001A0, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetFocusActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_GetDesiredRockLocation_Result) == 0x0001A8, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_GetDesiredRockLocation_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks, CallFunc_MakeHitResult_ReturnValue) == 0x0001B4, "Member 'SharkAction_AttackRocks_C_ExecuteUbergraph_SharkAction_AttackRocks::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_Tick \ static_assert(alignof(SharkAction_AttackRocks_C_Tick) == 0x000004, "Wrong alignment on SharkAction_AttackRocks_C_Tick"); \ static_assert(sizeof(SharkAction_AttackRocks_C_Tick) == 0x000004, "Wrong size on SharkAction_AttackRocks_C_Tick"); \ static_assert(offsetof(SharkAction_AttackRocks_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_AttackRocks_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_GetMontageToPlay \ static_assert(alignof(SharkAction_AttackRocks_C_GetMontageToPlay) == 0x000008, "Wrong alignment on SharkAction_AttackRocks_C_GetMontageToPlay"); \ static_assert(sizeof(SharkAction_AttackRocks_C_GetMontageToPlay) == 0x000018, "Wrong size on SharkAction_AttackRocks_C_GetMontageToPlay"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetMontageToPlay, OutItem) == 0x000000, "Member 'SharkAction_AttackRocks_C_GetMontageToPlay::OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetMontageToPlay, CallFunc_Array_Random_OutItem) == 0x000008, "Member 'SharkAction_AttackRocks_C_GetMontageToPlay::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetMontageToPlay, CallFunc_Array_Random_OutIndex) == 0x000010, "Member 'SharkAction_AttackRocks_C_GetMontageToPlay::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_GetCooldownTime \ static_assert(alignof(SharkAction_AttackRocks_C_GetCooldownTime) == 0x000004, "Wrong alignment on SharkAction_AttackRocks_C_GetCooldownTime"); \ static_assert(sizeof(SharkAction_AttackRocks_C_GetCooldownTime) == 0x000014, "Wrong size on SharkAction_AttackRocks_C_GetCooldownTime"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetCooldownTime, Result) == 0x000000, "Member 'SharkAction_AttackRocks_C_GetCooldownTime::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetCooldownTime, CallFunc_GetOnePlusDeceptionCooldownMod_Result) == 0x000004, "Member 'SharkAction_AttackRocks_C_GetCooldownTime::CallFunc_GetOnePlusDeceptionCooldownMod_Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetCooldownTime, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'SharkAction_AttackRocks_C_GetCooldownTime::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetCooldownTime, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'SharkAction_AttackRocks_C_GetCooldownTime::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetCooldownTime, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'SharkAction_AttackRocks_C_GetCooldownTime::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_GetDesiredRockLocation \ static_assert(alignof(SharkAction_AttackRocks_C_GetDesiredRockLocation) == 0x000008, "Wrong alignment on SharkAction_AttackRocks_C_GetDesiredRockLocation"); \ static_assert(sizeof(SharkAction_AttackRocks_C_GetDesiredRockLocation) == 0x000360, "Wrong size on SharkAction_AttackRocks_C_GetDesiredRockLocation"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, DesredTarget) == 0x000000, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::DesredTarget' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, Result) == 0x000008, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::Result' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, Target) == 0x000018, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::Target' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000020, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetSharkDistanceFromTarget_SharkDistanceFromAttackPoint) == 0x00002C, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetSharkDistanceFromTarget_SharkDistanceFromAttackPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetSharkDistanceFromTarget_SharkDistanceFromAttackPoint_1) == 0x000030, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetSharkDistanceFromTarget_SharkDistanceFromAttackPoint_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetInvalidAiLocation_ReturnValue_1) == 0x000040, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetInvalidAiLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, Temp_object_Variable) == 0x000050, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, Temp_object_Variable_1) == 0x000060, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00007C, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetPlayerTrain_ReturnValue) == 0x000090, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetLocomotive_ReturnValue) == 0x0000A0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000A8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000B4, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_GetRightVector_ReturnValue) == 0x0000C0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000CC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000D8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000E4, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000F0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_LineTraceSingle_OutHit) == 0x0000FC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_LineTraceSingle_ReturnValue) == 0x000184, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000188, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x000194, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000195, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Time) == 0x000198, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Distance) == 0x00019C, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Location) == 0x0001A0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x0001AC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Normal) == 0x0001B8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x0001C4, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_PhysMat) == 0x0001D0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitActor) == 0x0001D8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitComponent) == 0x0001E0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitBoneName) == 0x0001E8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitItem) == 0x0001F0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ElementIndex) == 0x0001F4, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_FaceIndex) == 0x0001F8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_TraceStart) == 0x0001FC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_TraceEnd) == 0x000208, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000214, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000220, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000224, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_LineTraceSingle_OutHit_1) == 0x000230, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_LineTraceSingle_ReturnValue_1) == 0x0002B8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002BC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0002C8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0002C9, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Time_1) == 0x0002CC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Distance_1) == 0x0002D0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Location_1) == 0x0002D4, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0002E0, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_Normal_1) == 0x0002EC, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0002F8, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_PhysMat_1) == 0x000308, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitActor_1) == 0x000310, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitComponent_1) == 0x000318, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitBoneName_1) == 0x000320, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_HitItem_1) == 0x000328, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_ElementIndex_1) == 0x00032C, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_FaceIndex_1) == 0x000330, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_TraceStart_1) == 0x000334, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_BreakHitResult_TraceEnd_1) == 0x000340, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00034C, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetDesiredRockLocation, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000358, "Member 'SharkAction_AttackRocks_C_GetDesiredRockLocation::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_GetSharkDistanceFromTarget \ static_assert(alignof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget) == 0x000008, "Wrong alignment on SharkAction_AttackRocks_C_GetSharkDistanceFromTarget"); \ static_assert(sizeof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget) == 0x000030, "Wrong size on SharkAction_AttackRocks_C_GetSharkDistanceFromTarget"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, SharkDistanceFromAttackPoint_0) == 0x000000, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::SharkDistanceFromAttackPoint_0' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_GetActorScale3D_ReturnValue) == 0x000010, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_BreakVector_X) == 0x00001C, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_BreakVector_Y) == 0x000020, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_BreakVector_Z) == 0x000024, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_GetSharkDistanceFromTarget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'SharkAction_AttackRocks_C_GetSharkDistanceFromTarget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_IsValidAction \ static_assert(alignof(SharkAction_AttackRocks_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_AttackRocks_C_IsValidAction"); \ static_assert(sizeof(SharkAction_AttackRocks_C_IsValidAction) == 0x000002, "Wrong size on SharkAction_AttackRocks_C_IsValidAction"); \ static_assert(offsetof(SharkAction_AttackRocks_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_AttackRocks_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000001, "Member 'SharkAction_AttackRocks_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_AttackRocks_C_CanBeTerminated \ static_assert(alignof(SharkAction_AttackRocks_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_AttackRocks_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_AttackRocks_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_AttackRocks_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_AttackRocks_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_AttackRocks_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_AttackRocks_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_AttackRocks_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_AttackRocks_C \ static_assert(alignof(USharkAction_AttackRocks_C) == 0x000008, "Wrong alignment on USharkAction_AttackRocks_C"); \ static_assert(sizeof(USharkAction_AttackRocks_C) == 0x000138, "Wrong size on USharkAction_AttackRocks_C"); \ static_assert(offsetof(USharkAction_AttackRocks_C, UberGraphFrame_SharkAction_AttackRocks_C) == 0x0000E8, "Member 'USharkAction_AttackRocks_C::UberGraphFrame_SharkAction_AttackRocks_C' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, bIsPlayingAttack) == 0x0000F0, "Member 'USharkAction_AttackRocks_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, EatMontages) == 0x0000F8, "Member 'USharkAction_AttackRocks_C::EatMontages' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, bAttached) == 0x000108, "Member 'USharkAction_AttackRocks_C::bAttached' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, DesiredLocation) == 0x00010C, "Member 'USharkAction_AttackRocks_C::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, CyclesCount) == 0x000118, "Member 'USharkAction_AttackRocks_C::CyclesCount' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, CurrentCycle) == 0x00011C, "Member 'USharkAction_AttackRocks_C::CurrentCycle' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, SeriesCooldown) == 0x000120, "Member 'USharkAction_AttackRocks_C::SeriesCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, Shark) == 0x000128, "Member 'USharkAction_AttackRocks_C::Shark' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, SharkDistanceFromAttackPoint) == 0x000130, "Member 'USharkAction_AttackRocks_C::SharkDistanceFromAttackPoint' has a wrong offset!"); \ static_assert(offsetof(USharkAction_AttackRocks_C, StuckDetection) == 0x000134, "Member 'USharkAction_AttackRocks_C::StuckDetection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack \ static_assert(alignof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack) == 0x000008, "Wrong alignment on SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack"); \ static_assert(sizeof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack) == 0x0004B8, "Wrong size on SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, EntryPoint) == 0x000000, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_5) == 0x000004, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, Temp_name_Variable) == 0x00000C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, Temp_bool_Variable) == 0x000024, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_4) == 0x000038, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_3) == 0x000050, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_2) == 0x000068, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000070, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_1) == 0x000080, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_5) == 0x000088, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName) == 0x000098, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, Temp_name_Variable_1) == 0x0000B0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000B8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000C8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_9) == 0x0000D0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetOwningPawn_ReturnValue) == 0x0000D8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000E1, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000F8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000108, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_RandomFloat_ReturnValue) == 0x000110, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000114, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Add_FloatFloat_ReturnValue) == 0x000118, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000120, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_Event_DeltaTime) == 0x000128, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_OverlappedComponent) == 0x000130, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_OtherActor) == 0x000138, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_OtherComp) == 0x000140, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_OtherBodyIndex) == 0x000148, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_bFromSweep) == 0x00014C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_SweepResult) == 0x000150, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsShark) == 0x0001D8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x0001E8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_EnableNearPlanktonRagdoll_Success) == 0x0001F1, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_EnableNearPlanktonRagdoll_Success' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_EnableNearPlanktonRagdoll_AsPlankton_Group_Character) == 0x0001F8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_EnableNearPlanktonRagdoll_AsPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_EnableNearPlanktonRagdoll_AliveMesh) == 0x000200, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_EnableNearPlanktonRagdoll_AliveMesh' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsPlankton_Group_Character) == 0x000208, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_3) == 0x000210, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsFGCharacter) == 0x000218, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_4) == 0x000220, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetMeshIndex_ReturnValue) == 0x000224, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetMeshIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000228, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_5) == 0x000230, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetController_ReturnValue) == 0x000240, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsPlankton_Group_Controller) == 0x000248, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsPlankton_Group_Controller' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_6) == 0x000250, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000251, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000252, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Array_Add_ReturnValue) == 0x000254, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Array_Contains_ReturnValue) == 0x000258, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000259, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_9) == 0x00025C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetController_ReturnValue_1) == 0x000270, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_ApplyDamage_ReturnValue) == 0x000278, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_2) == 0x00027C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsPlaying_ReturnValue) == 0x00027D, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetVelocity_ReturnValue) == 0x000280, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Normal_ReturnValue) == 0x00028C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000298, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_6) == 0x0002A4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0002AC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0002B8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_10) == 0x0002C4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_RandomBool_ReturnValue) == 0x0002D4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0002D8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_Select_Default) == 0x0002E0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0002E8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue) == 0x0002F0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue_1) == 0x0002F1, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Array_Contains_ReturnValue_1) == 0x0002F2, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_7) == 0x0002F4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002FC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_11) == 0x000300, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_BooleanAND_ReturnValue) == 0x000310, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue_2) == 0x000311, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue_3) == 0x000312, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_4) == 0x000313, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetController_ReturnValue_2) == 0x000318, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsPlankton_Group_Controller_1) == 0x000320, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsPlankton_Group_Controller_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_7) == 0x000328, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00032C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000338, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_5) == 0x000344, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CustomEvent_NotifyName_8) == 0x000348, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x000350, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsLocallyControlled_ReturnValue_3) == 0x000351, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsLocallyControlled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_6) == 0x000352, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsPlaying_ReturnValue_1) == 0x000353, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_7) == 0x000354, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_AsShark_1) == 0x000358, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_AsShark_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_DynamicCast_bSuccess_8) == 0x000360, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_BooleanAND_ReturnValue_1) == 0x000361, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000364, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue_4) == 0x000370, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Not_PreBool_ReturnValue_8) == 0x000371, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000374, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, K2Node_CreateDelegate_OutputDelegate_12) == 0x000380, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000390, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_FindLookAtRotation_ReturnValue) == 0x00039C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_IsValid_ReturnValue_5) == 0x0003A8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_RInterpTo_ReturnValue) == 0x0003AC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003B8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0003BC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0003C8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x0003CC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0003D8, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Dot_VectorVector_ReturnValue) == 0x0003DC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Less_FloatFloat_ReturnValue) == 0x0003E0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0003E4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0003F0, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_GetDirectionUnitVector_ReturnValue_2) == 0x0003FC, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_GetDirectionUnitVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000408, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_Add_VectorVector_ReturnValue) == 0x000414, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_VInterpTo_Constant_ReturnValue) == 0x000420, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00042C, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0004B4, "Member 'SharkAction_Attack_C_ExecuteUbergraph_SharkAction_Attack::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on SharkAction_Attack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on SharkAction_Attack_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'SharkAction_Attack_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_Tick \ static_assert(alignof(SharkAction_Attack_C_Tick) == 0x000004, "Wrong alignment on SharkAction_Attack_C_Tick"); \ static_assert(sizeof(SharkAction_Attack_C_Tick) == 0x000004, "Wrong size on SharkAction_Attack_C_Tick"); \ static_assert(offsetof(SharkAction_Attack_C_Tick, DeltaTime) == 0x000000, "Member 'SharkAction_Attack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F \ static_assert(alignof(SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(sizeof(SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000008, "Wrong size on SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(offsetof(SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnCompleted_1CF35D014FD00EB578AEF4A9C8C14A7F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F \ static_assert(alignof(SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(sizeof(SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000008, "Wrong size on SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(offsetof(SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnBlendOut_1CF35D014FD00EB578AEF4A9C8C14A7F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F \ static_assert(alignof(SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(sizeof(SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000008, "Wrong size on SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(offsetof(SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnInterrupted_1CF35D014FD00EB578AEF4A9C8C14A7F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F \ static_assert(alignof(SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(sizeof(SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000008, "Wrong size on SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(offsetof(SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnNotifyBegin_1CF35D014FD00EB578AEF4A9C8C14A7F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F \ static_assert(alignof(SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(sizeof(SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F) == 0x000008, "Wrong size on SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F"); \ static_assert(offsetof(SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnNotifyEnd_1CF35D014FD00EB578AEF4A9C8C14A7F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD \ static_assert(alignof(SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(sizeof(SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD) == 0x000008, "Wrong size on SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(offsetof(SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnCompleted_B33815DB4C1F610ACBF290883389DEAD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD \ static_assert(alignof(SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(sizeof(SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD) == 0x000008, "Wrong size on SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(offsetof(SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnBlendOut_B33815DB4C1F610ACBF290883389DEAD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD \ static_assert(alignof(SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(sizeof(SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD) == 0x000008, "Wrong size on SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(offsetof(SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnInterrupted_B33815DB4C1F610ACBF290883389DEAD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD \ static_assert(alignof(SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(sizeof(SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD) == 0x000008, "Wrong size on SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(offsetof(SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnNotifyBegin_B33815DB4C1F610ACBF290883389DEAD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD \ static_assert(alignof(SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD) == 0x000004, "Wrong alignment on SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(sizeof(SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD) == 0x000008, "Wrong size on SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD"); \ static_assert(offsetof(SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD, NotifyName) == 0x000000, "Member 'SharkAction_Attack_C_OnNotifyEnd_B33815DB4C1F610ACBF290883389DEAD::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_Heal \ static_assert(alignof(SharkAction_Attack_C_Heal) == 0x000008, "Wrong alignment on SharkAction_Attack_C_Heal"); \ static_assert(sizeof(SharkAction_Attack_C_Heal) == 0x000010, "Wrong size on SharkAction_Attack_C_Heal"); \ static_assert(offsetof(SharkAction_Attack_C_Heal, K2Node_DynamicCast_AsShark) == 0x000000, "Member 'SharkAction_Attack_C_Heal::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_Heal, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'SharkAction_Attack_C_Heal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_KillClosestPlankton \ static_assert(alignof(SharkAction_Attack_C_KillClosestPlankton) == 0x000008, "Wrong alignment on SharkAction_Attack_C_KillClosestPlankton"); \ static_assert(sizeof(SharkAction_Attack_C_KillClosestPlankton) == 0x000078, "Wrong size on SharkAction_Attack_C_KillClosestPlankton"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, Object) == 0x000000, "Member 'SharkAction_Attack_C_KillClosestPlankton::Object' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, ClosestIndex) == 0x000008, "Member 'SharkAction_Attack_C_KillClosestPlankton::ClosestIndex' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, MinDistanceSq) == 0x00000C, "Member 'SharkAction_Attack_C_KillClosestPlankton::MinDistanceSq' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, K2Node_DynamicCast_AsFGPlankton_Group_Character) == 0x000010, "Member 'SharkAction_Attack_C_KillClosestPlankton::K2Node_DynamicCast_AsFGPlankton_Group_Character' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'SharkAction_Attack_C_KillClosestPlankton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'SharkAction_Attack_C_KillClosestPlankton::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Array_Get_Item) == 0x000020, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'SharkAction_Attack_C_KillClosestPlankton::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000048, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_GetOwningPawn_ReturnValue) == 0x000050, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, K2Node_DynamicCast_AsShark) == 0x000058, "Member 'SharkAction_Attack_C_KillClosestPlankton::K2Node_DynamicCast_AsShark' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'SharkAction_Attack_C_KillClosestPlankton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000064, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000070, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_KillClosestPlankton, CallFunc_Less_FloatFloat_ReturnValue) == 0x000074, "Member 'SharkAction_Attack_C_KillClosestPlankton::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_IsValidAction \ static_assert(alignof(SharkAction_Attack_C_IsValidAction) == 0x000001, "Wrong alignment on SharkAction_Attack_C_IsValidAction"); \ static_assert(sizeof(SharkAction_Attack_C_IsValidAction) == 0x000002, "Wrong size on SharkAction_Attack_C_IsValidAction"); \ static_assert(offsetof(SharkAction_Attack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SharkAction_Attack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_Attack_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SharkAction_Attack_C_CanBeTerminated \ static_assert(alignof(SharkAction_Attack_C_CanBeTerminated) == 0x000001, "Wrong alignment on SharkAction_Attack_C_CanBeTerminated"); \ static_assert(sizeof(SharkAction_Attack_C_CanBeTerminated) == 0x000002, "Wrong size on SharkAction_Attack_C_CanBeTerminated"); \ static_assert(offsetof(SharkAction_Attack_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'SharkAction_Attack_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SharkAction_Attack_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'SharkAction_Attack_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharkAction_Attack_C \ static_assert(alignof(USharkAction_Attack_C) == 0x000008, "Wrong alignment on USharkAction_Attack_C"); \ static_assert(sizeof(USharkAction_Attack_C) == 0x000110, "Wrong size on USharkAction_Attack_C"); \ static_assert(offsetof(USharkAction_Attack_C, UberGraphFrame) == 0x0000B8, "Member 'USharkAction_Attack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, CurrentGoalLocation) == 0x0000C0, "Member 'USharkAction_Attack_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, bIsPlayingAttack) == 0x0000CC, "Member 'USharkAction_Attack_C::bIsPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, AttackMontage) == 0x0000D0, "Member 'USharkAction_Attack_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, bAttackOnCooldown) == 0x0000D8, "Member 'USharkAction_Attack_C::bAttackOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, AttackCooldownTime) == 0x0000DC, "Member 'USharkAction_Attack_C::AttackCooldownTime' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, HittedCharacters) == 0x0000E0, "Member 'USharkAction_Attack_C::HittedCharacters' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, DamageAmount) == 0x0000F0, "Member 'USharkAction_Attack_C::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, bHealed) == 0x0000F4, "Member 'USharkAction_Attack_C::bHealed' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, AttackingPlankton) == 0x0000F8, "Member 'USharkAction_Attack_C::AttackingPlankton' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, AttackMontage1) == 0x000100, "Member 'USharkAction_Attack_C::AttackMontage1' has a wrong offset!"); \ static_assert(offsetof(USharkAction_Attack_C, Alive_Mesh) == 0x000108, "Member 'USharkAction_Attack_C::Alive_Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_Base_C \ static_assert(alignof(UGoal_Base_C) == 0x000008, "Wrong alignment on UGoal_Base_C"); \ static_assert(sizeof(UGoal_Base_C) == 0x000058, "Wrong size on UGoal_Base_C"); \ #define DUMPER7_ASSERTS_Goal_KillEnemy_C_IsValidGloal \ static_assert(alignof(Goal_KillEnemy_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_KillEnemy_C_IsValidGloal"); \ static_assert(sizeof(Goal_KillEnemy_C_IsValidGloal) == 0x000002, "Wrong size on Goal_KillEnemy_C_IsValidGloal"); \ static_assert(offsetof(Goal_KillEnemy_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_KillEnemy_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_KillEnemy_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'Goal_KillEnemy_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_KillEnemy_C \ static_assert(alignof(UGoal_KillEnemy_C) == 0x000008, "Wrong alignment on UGoal_KillEnemy_C"); \ static_assert(sizeof(UGoal_KillEnemy_C) == 0x000060, "Wrong size on UGoal_KillEnemy_C"); \ static_assert(offsetof(UGoal_KillEnemy_C, TargetKeyName) == 0x000058, "Member 'UGoal_KillEnemy_C::TargetKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Goal_Reanimate_C_IsValidGloal \ static_assert(alignof(Goal_Reanimate_C_IsValidGloal) == 0x000008, "Wrong alignment on Goal_Reanimate_C_IsValidGloal"); \ static_assert(sizeof(Goal_Reanimate_C_IsValidGloal) == 0x000028, "Wrong size on Goal_Reanimate_C_IsValidGloal"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_Reanimate_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_Square_ReturnValue) == 0x000004, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, K2Node_DynamicCast_AsNazi_Medic) == 0x000008, "Member 'Goal_Reanimate_C_IsValidGloal::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Goal_Reanimate_C_IsValidGloal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000012, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000020, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000024, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_BooleanOR_ReturnValue) == 0x000025, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_Reanimate_C_IsValidGloal, CallFunc_BooleanAND_ReturnValue_1) == 0x000026, "Member 'Goal_Reanimate_C_IsValidGloal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_Reanimate_C \ static_assert(alignof(UGoal_Reanimate_C) == 0x000008, "Wrong alignment on UGoal_Reanimate_C"); \ static_assert(sizeof(UGoal_Reanimate_C) == 0x000058, "Wrong size on UGoal_Reanimate_C"); \ #define DUMPER7_ASSERTS_NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate \ static_assert(alignof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate) == 0x000008, "Wrong alignment on NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate"); \ static_assert(sizeof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate) == 0x0001A0, "Wrong size on NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, EntryPoint) == 0x000000, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_Event_DeltaTime) == 0x000018, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_IsLocallyControlled_ReturnValue) == 0x00001C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_AsNazi_Medic) == 0x000020, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_GetSocketLocation_ReturnValue) == 0x000038, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_X) == 0x000044, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_Y) == 0x000048, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_Z) == 0x00004C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_X_1) == 0x00005C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakVector_Z_1) == 0x000064, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_MakeVector_ReturnValue) == 0x000068, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000074, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_VInterpTo_ReturnValue) == 0x000080, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00008C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_PlayAnimMontage_ReturnValue) == 0x000090, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_Less_FloatFloat_ReturnValue) == 0x000094, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000098, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000A0, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_Not_PreBool_ReturnValue) == 0x0000A9, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_AsNazi_Medic_1) == 0x0000B0, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_AsNazi_Medic_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_AsNazi_Medic_2) == 0x0000C0, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_AsNazi_Medic_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000CC, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000D8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Roll) == 0x0000E4, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Pitch) == 0x0000E8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Yaw) == 0x0000EC, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Roll_1) == 0x0000F0, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Pitch_1) == 0x0000F4, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_BreakRotator_Yaw_1) == 0x0000F8, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_MakeRotator_ReturnValue) == 0x0000FC, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_RInterpTo_ReturnValue) == 0x000108, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000114, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x00019C, "Member 'NaziMedic_Reanimate_C_ExecuteUbergraph_NaziMedic_Reanimate::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_Reanimate_C_Tick \ static_assert(alignof(NaziMedic_Reanimate_C_Tick) == 0x000004, "Wrong alignment on NaziMedic_Reanimate_C_Tick"); \ static_assert(sizeof(NaziMedic_Reanimate_C_Tick) == 0x000004, "Wrong size on NaziMedic_Reanimate_C_Tick"); \ static_assert(offsetof(NaziMedic_Reanimate_C_Tick, DeltaTime) == 0x000000, "Member 'NaziMedic_Reanimate_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_Reanimate_C_IsValidAction \ static_assert(alignof(NaziMedic_Reanimate_C_IsValidAction) == 0x000008, "Wrong alignment on NaziMedic_Reanimate_C_IsValidAction"); \ static_assert(sizeof(NaziMedic_Reanimate_C_IsValidAction) == 0x000018, "Wrong size on NaziMedic_Reanimate_C_IsValidAction"); \ static_assert(offsetof(NaziMedic_Reanimate_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziMedic_Reanimate_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_IsValidAction, K2Node_DynamicCast_AsNazi_Medic) == 0x000008, "Member 'NaziMedic_Reanimate_C_IsValidAction::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziMedic_Reanimate_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziMedic_Reanimate_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_Reanimate_C_CanBeTerminated \ static_assert(alignof(NaziMedic_Reanimate_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziMedic_Reanimate_C_CanBeTerminated"); \ static_assert(sizeof(NaziMedic_Reanimate_C_CanBeTerminated) == 0x000002, "Wrong size on NaziMedic_Reanimate_C_CanBeTerminated"); \ static_assert(offsetof(NaziMedic_Reanimate_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziMedic_Reanimate_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_Reanimate_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziMedic_Reanimate_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziMedic_Reanimate_C \ static_assert(alignof(UNaziMedic_Reanimate_C) == 0x000008, "Wrong alignment on UNaziMedic_Reanimate_C"); \ static_assert(sizeof(UNaziMedic_Reanimate_C) == 0x0000E0, "Wrong size on UNaziMedic_Reanimate_C"); \ static_assert(offsetof(UNaziMedic_Reanimate_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziMedic_Reanimate_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_Reanimate_C, bPlayingMontage) == 0x0000C0, "Member 'UNaziMedic_Reanimate_C::bPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_Reanimate_C, AnimateLocation) == 0x0000C4, "Member 'UNaziMedic_Reanimate_C::AnimateLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_Reanimate_C, AnimateLookAtLocation) == 0x0000D0, "Member 'UNaziMedic_Reanimate_C::AnimateLookAtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman \ static_assert(alignof(RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman) == 0x000004, "Wrong alignment on RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman"); \ static_assert(sizeof(RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman) == 0x000004, "Wrong size on RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman"); \ static_assert(offsetof(RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman, EntryPoint) == 0x000000, "Member 'RofleemoTalisman_C_ExecuteUbergraph_RofleemoTalisman::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoTalisman_C \ static_assert(alignof(ARofleemoTalisman_C) == 0x000010, "Wrong alignment on ARofleemoTalisman_C"); \ static_assert(sizeof(ARofleemoTalisman_C) == 0x001150, "Wrong size on ARofleemoTalisman_C"); \ static_assert(offsetof(ARofleemoTalisman_C, UberGraphFrame_RofleemoTalisman_C) == 0x001140, "Member 'ARofleemoTalisman_C::UberGraphFrame_RofleemoTalisman_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget \ static_assert(alignof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget) == 0x000008, "Wrong alignment on NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget"); \ static_assert(sizeof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget) == 0x0000A8, "Wrong size on NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, EntryPoint) == 0x000000, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_IsAlive_ReturnValue) == 0x000018, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_IsLocallyControlled_ReturnValue) == 0x000019, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_Event_DeltaTime) == 0x00001C, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_MoveToLocation_ReturnValue) == 0x000021, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_HasAuthority_ReturnValue) == 0x000023, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_AsNazi_Medic) == 0x000028, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000038, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetActionPlanner_ReturnValue) == 0x000048, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetCurrentRequirement_ReturnValue) == 0x000050, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetCurrentRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetCurrentGoal_ReturnValue) == 0x00005C, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetActionPlanner_ReturnValue_1) == 0x000068, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000070, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetCurrentRequirement_ReturnValue_1) == 0x000080, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetCurrentRequirement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetCurrentGoal_ReturnValue_1) == 0x000088, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetCurrentGoal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_EqualExactly_VectorVector_ReturnValue) == 0x000094, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_EqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetAIController_ReturnValue_1) == 0x000098, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_GetMoveStatus_ReturnValue) == 0x0000A0, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000A1, "Member 'NaziMedic_MoveToReanimationTarget_C_ExecuteUbergraph_NaziMedic_MoveToReanimationTarget::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_MoveToReanimationTarget_C_Tick \ static_assert(alignof(NaziMedic_MoveToReanimationTarget_C_Tick) == 0x000004, "Wrong alignment on NaziMedic_MoveToReanimationTarget_C_Tick"); \ static_assert(sizeof(NaziMedic_MoveToReanimationTarget_C_Tick) == 0x000004, "Wrong size on NaziMedic_MoveToReanimationTarget_C_Tick"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_Tick, DeltaTime) == 0x000000, "Member 'NaziMedic_MoveToReanimationTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziMedic_MoveToReanimationTarget_C_IsValidAction \ static_assert(alignof(NaziMedic_MoveToReanimationTarget_C_IsValidAction) == 0x000008, "Wrong alignment on NaziMedic_MoveToReanimationTarget_C_IsValidAction"); \ static_assert(sizeof(NaziMedic_MoveToReanimationTarget_C_IsValidAction) == 0x000018, "Wrong size on NaziMedic_MoveToReanimationTarget_C_IsValidAction"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziMedic_MoveToReanimationTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_IsValidAction, K2Node_DynamicCast_AsNazi_Medic) == 0x000008, "Member 'NaziMedic_MoveToReanimationTarget_C_IsValidAction::K2Node_DynamicCast_AsNazi_Medic' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziMedic_MoveToReanimationTarget_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziMedic_MoveToReanimationTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'NaziMedic_MoveToReanimationTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziMedic_MoveToReanimationTarget_C \ static_assert(alignof(UNaziMedic_MoveToReanimationTarget_C) == 0x000008, "Wrong alignment on UNaziMedic_MoveToReanimationTarget_C"); \ static_assert(sizeof(UNaziMedic_MoveToReanimationTarget_C) == 0x0000D8, "Wrong size on UNaziMedic_MoveToReanimationTarget_C"); \ static_assert(offsetof(UNaziMedic_MoveToReanimationTarget_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziMedic_MoveToReanimationTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_MoveToReanimationTarget_C, CurrentGoalLocation) == 0x0000C0, "Member 'UNaziMedic_MoveToReanimationTarget_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UNaziMedic_MoveToReanimationTarget_C, NaziCharacter) == 0x0000D0, "Member 'UNaziMedic_MoveToReanimationTarget_C::NaziCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Goal_TakePosition_C_IsValidGloal \ static_assert(alignof(Goal_TakePosition_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_TakePosition_C_IsValidGloal"); \ static_assert(sizeof(Goal_TakePosition_C_IsValidGloal) == 0x000002, "Wrong size on Goal_TakePosition_C_IsValidGloal"); \ static_assert(offsetof(Goal_TakePosition_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_TakePosition_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Goal_TakePosition_C_IsValidGloal, CallFunc_IsValidGloal_ReturnValue) == 0x000001, "Member 'Goal_TakePosition_C_IsValidGloal::CallFunc_IsValidGloal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_TakePosition_C \ static_assert(alignof(UGoal_TakePosition_C) == 0x000008, "Wrong alignment on UGoal_TakePosition_C"); \ static_assert(sizeof(UGoal_TakePosition_C) == 0x000058, "Wrong size on UGoal_TakePosition_C"); \ #define DUMPER7_ASSERTS_UNaziTank_RunToGoal_C \ static_assert(alignof(UNaziTank_RunToGoal_C) == 0x000008, "Wrong alignment on UNaziTank_RunToGoal_C"); \ static_assert(sizeof(UNaziTank_RunToGoal_C) == 0x0000E0, "Wrong size on UNaziTank_RunToGoal_C"); \ #define DUMPER7_ASSERTS_NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn \ static_assert(alignof(NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn) == 0x000004, "Wrong alignment on NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn"); \ static_assert(sizeof(NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn) == 0x000004, "Wrong size on NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn, EntryPoint) == 0x000000, "Member 'NaziAction_PatrolAroundSpawn_C_ExecuteUbergraph_NaziAction_PatrolAroundSpawn::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PatrolAroundSpawn_C_IsValidAction \ static_assert(alignof(NaziAction_PatrolAroundSpawn_C_IsValidAction) == 0x000008, "Wrong alignment on NaziAction_PatrolAroundSpawn_C_IsValidAction"); \ static_assert(sizeof(NaziAction_PatrolAroundSpawn_C_IsValidAction) == 0x000020, "Wrong size on NaziAction_PatrolAroundSpawn_C_IsValidAction"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_IsWantCover_Result) == 0x000011, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_IsWantCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x000014, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_IsValidAction_ReturnValue) == 0x000015, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_IsValidAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000017, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PatrolAroundSpawn_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000018, "Member 'NaziAction_PatrolAroundSpawn_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_PatrolAroundSpawn_C \ static_assert(alignof(UNaziAction_PatrolAroundSpawn_C) == 0x000008, "Wrong alignment on UNaziAction_PatrolAroundSpawn_C"); \ static_assert(sizeof(UNaziAction_PatrolAroundSpawn_C) == 0x0000D8, "Wrong size on UNaziAction_PatrolAroundSpawn_C"); \ static_assert(offsetof(UNaziAction_PatrolAroundSpawn_C, UberGraphFrame_NaziAction_PatrolAroundSpawn_C) == 0x0000D0, "Member 'UNaziAction_PatrolAroundSpawn_C::UberGraphFrame_NaziAction_PatrolAroundSpawn_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius \ static_assert(alignof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius) == 0x000008, "Wrong alignment on NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius"); \ static_assert(sizeof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius) == 0x000048, "Wrong size on NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, EntryPoint) == 0x000000, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_IsAlive_ReturnValue) == 0x000010, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_IsLocallyControlled_ReturnValue) == 0x000011, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_MoveToLocation_ReturnValue) == 0x000021, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, K2Node_Event_DeltaTime) == 0x000024, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000028, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_HasAuthority_ReturnValue) == 0x000030, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius, CallFunc_IsValidAILocation_ReturnValue) == 0x000040, "Member 'NaziAction_MoveToMeleeRadius_C_ExecuteUbergraph_NaziAction_MoveToMeleeRadius::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveToMeleeRadius_C_Tick \ static_assert(alignof(NaziAction_MoveToMeleeRadius_C_Tick) == 0x000004, "Wrong alignment on NaziAction_MoveToMeleeRadius_C_Tick"); \ static_assert(sizeof(NaziAction_MoveToMeleeRadius_C_Tick) == 0x000004, "Wrong size on NaziAction_MoveToMeleeRadius_C_Tick"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_MoveToMeleeRadius_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_MoveToMeleeRadius_C_IsValidAction \ static_assert(alignof(NaziAction_MoveToMeleeRadius_C_IsValidAction) == 0x000001, "Wrong alignment on NaziAction_MoveToMeleeRadius_C_IsValidAction"); \ static_assert(sizeof(NaziAction_MoveToMeleeRadius_C_IsValidAction) == 0x000004, "Wrong size on NaziAction_MoveToMeleeRadius_C_IsValidAction"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_MoveToMeleeRadius_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'NaziAction_MoveToMeleeRadius_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_IsValidAction, CallFunc_Less_FloatFloat_ReturnValue) == 0x000002, "Member 'NaziAction_MoveToMeleeRadius_C_IsValidAction::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_MoveToMeleeRadius_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'NaziAction_MoveToMeleeRadius_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_MoveToMeleeRadius_C \ static_assert(alignof(UNaziAction_MoveToMeleeRadius_C) == 0x000008, "Wrong alignment on UNaziAction_MoveToMeleeRadius_C"); \ static_assert(sizeof(UNaziAction_MoveToMeleeRadius_C) == 0x0000D0, "Wrong size on UNaziAction_MoveToMeleeRadius_C"); \ static_assert(offsetof(UNaziAction_MoveToMeleeRadius_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_MoveToMeleeRadius_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_MoveToMeleeRadius_C, CurrentGoalLocation) == 0x0000C0, "Member 'UNaziAction_MoveToMeleeRadius_C::CurrentGoalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover \ static_assert(alignof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover) == 0x000008, "Wrong alignment on NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover"); \ static_assert(sizeof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover) == 0x000140, "Wrong size on NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, EntryPoint) == 0x000000, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable) == 0x000004, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_1) == 0x000018, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_2) == 0x000019, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_3) == 0x00001A, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_4) == 0x00001B, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_5) == 0x00001C, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_6) == 0x00001D, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_7) == 0x00001E, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_8) == 0x00001F, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_9) == 0x000020, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_byte_Variable) == 0x000021, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable) == 0x000028, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_1) == 0x000030, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_2) == 0x000038, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_3) == 0x000040, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_4) == 0x000048, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_5) == 0x000050, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_6) == 0x000058, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_7) == 0x000060, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_8) == 0x000068, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_object_Variable_9) == 0x000070, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, Temp_bool_Variable_10) == 0x000078, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000080, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_Not_PreBool_ReturnValue) == 0x00008A, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_BooleanAND_ReturnValue) == 0x00008B, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default) == 0x00008C, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_BooleanOR_ReturnValue) == 0x00008D, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_BooleanAND_ReturnValue_1) == 0x00008E, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_1) == 0x000090, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_2) == 0x000098, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_3) == 0x0000A0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_4) == 0x0000A8, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_5) == 0x0000B0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_6) == 0x0000B8, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_7) == 0x0000C0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_8) == 0x0000C8, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000D0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_9) == 0x0000D8, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_10) == 0x0000E0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_Select_Default_11) == 0x0000E8, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000F0, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F4, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000108, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000110, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character_2) == 0x000120, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_RandomFloatInRange_ReturnValue) == 0x00012C, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_Add_FloatFloat_ReturnValue) == 0x000130, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000138, "Member 'NaziAction_LookFromCover_C_ExecuteUbergraph_NaziAction_LookFromCover::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_LookFromCover_C_CanBeTerminated \ static_assert(alignof(NaziAction_LookFromCover_C_CanBeTerminated) == 0x000008, "Wrong alignment on NaziAction_LookFromCover_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_LookFromCover_C_CanBeTerminated) == 0x000018, "Wrong size on NaziAction_LookFromCover_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, CallFunc_InCover_Result) == 0x000012, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_CanBeTerminated, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'NaziAction_LookFromCover_C_CanBeTerminated::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_LookFromCover_C_IsValidAction \ static_assert(alignof(NaziAction_LookFromCover_C_IsValidAction) == 0x000008, "Wrong alignment on NaziAction_LookFromCover_C_IsValidAction"); \ static_assert(sizeof(NaziAction_LookFromCover_C_IsValidAction) == 0x000018, "Wrong size on NaziAction_LookFromCover_C_IsValidAction"); \ static_assert(offsetof(NaziAction_LookFromCover_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_LookFromCover_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_IsValidAction, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000008, "Member 'NaziAction_LookFromCover_C_IsValidAction::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'NaziAction_LookFromCover_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_LookFromCover_C_IsValidAction, CallFunc_InCover_Result) == 0x000011, "Member 'NaziAction_LookFromCover_C_IsValidAction::CallFunc_InCover_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_LookFromCover_C \ static_assert(alignof(UNaziAction_LookFromCover_C) == 0x000008, "Wrong alignment on UNaziAction_LookFromCover_C"); \ static_assert(sizeof(UNaziAction_LookFromCover_C) == 0x000148, "Wrong size on UNaziAction_LookFromCover_C"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_LookFromCover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, TargetCoverPoint) == 0x0000C0, "Member 'UNaziAction_LookFromCover_C::TargetCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bOnCooldown) == 0x0000C8, "Member 'UNaziAction_LookFromCover_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, LookCooldown) == 0x0000CC, "Member 'UNaziAction_LookFromCover_C::LookCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bFull) == 0x0000D0, "Member 'UNaziAction_LookFromCover_C::bFull' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bCanMiddleCover) == 0x0000D1, "Member 'UNaziAction_LookFromCover_C::bCanMiddleCover' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bWantRight) == 0x0000D2, "Member 'UNaziAction_LookFromCover_C::bWantRight' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, FullLeftMontage) == 0x0000D8, "Member 'UNaziAction_LookFromCover_C::FullLeftMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, FullRightMontage) == 0x0000E0, "Member 'UNaziAction_LookFromCover_C::FullRightMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, MiddleLeftMontage) == 0x0000E8, "Member 'UNaziAction_LookFromCover_C::MiddleLeftMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, MiddleRightMontage) == 0x0000F0, "Member 'UNaziAction_LookFromCover_C::MiddleRightMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, HalfLeftMontage) == 0x0000F8, "Member 'UNaziAction_LookFromCover_C::HalfLeftMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, HalfRightMontage) == 0x000100, "Member 'UNaziAction_LookFromCover_C::HalfRightMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, FullLeftMontagePistol) == 0x000108, "Member 'UNaziAction_LookFromCover_C::FullLeftMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, FullRightMontagePistol) == 0x000110, "Member 'UNaziAction_LookFromCover_C::FullRightMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, HalfLeftMontagePistol) == 0x000118, "Member 'UNaziAction_LookFromCover_C::HalfLeftMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, HalfRightMontagePistol) == 0x000120, "Member 'UNaziAction_LookFromCover_C::HalfRightMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, MIddleLeftMontagePistol) == 0x000128, "Member 'UNaziAction_LookFromCover_C::MIddleLeftMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, MiddleRightMontagePistol) == 0x000130, "Member 'UNaziAction_LookFromCover_C::MiddleRightMontagePistol' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bPlaying) == 0x000138, "Member 'UNaziAction_LookFromCover_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bCanLeftCover) == 0x000139, "Member 'UNaziAction_LookFromCover_C::bCanLeftCover' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bCanRightCover) == 0x00013A, "Member 'UNaziAction_LookFromCover_C::bCanRightCover' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, bWantCoverMiddle) == 0x00013B, "Member 'UNaziAction_LookFromCover_C::bWantCoverMiddle' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, LookDurationMax) == 0x00013C, "Member 'UNaziAction_LookFromCover_C::LookDurationMax' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, LookDurationMin) == 0x000140, "Member 'UNaziAction_LookFromCover_C::LookDurationMin' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_LookFromCover_C, MontagePlayRate) == 0x000144, "Member 'UNaziAction_LookFromCover_C::MontagePlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChaseSpecial_Rails_C \ static_assert(alignof(AChaseSpecial_Rails_C) == 0x000008, "Wrong alignment on AChaseSpecial_Rails_C"); \ static_assert(sizeof(AChaseSpecial_Rails_C) == 0x0002B0, "Wrong size on AChaseSpecial_Rails_C"); \ #define DUMPER7_ASSERTS_UNaziAction_LookFromCoverFast_C \ static_assert(alignof(UNaziAction_LookFromCoverFast_C) == 0x000008, "Wrong alignment on UNaziAction_LookFromCoverFast_C"); \ static_assert(sizeof(UNaziAction_LookFromCoverFast_C) == 0x000148, "Wrong size on UNaziAction_LookFromCoverFast_C"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover \ static_assert(alignof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover) == 0x000008, "Wrong alignment on NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover"); \ static_assert(sizeof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover) == 0x0000F0, "Wrong size on NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, EntryPoint) == 0x000000, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_HasAuthority_ReturnValue) == 0x000024, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_Event_DeltaTime) == 0x000028, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetOwningPawn_ReturnValue) == 0x000030, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_IsAlive_ReturnValue) == 0x000038, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_IsLocallyControlled_ReturnValue) == 0x000039, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000048, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000050, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_CanAttackFromCurrentCover_Result) == 0x000059, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_CanAttackFromCurrentCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_IsReloading_Return) == 0x00005A, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_IsReloading_Return' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005B, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetFearLevel_ReturnValue) == 0x00005C, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetFearLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000060, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanAND_ReturnValue_1) == 0x000061, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanAND_ReturnValue_2) == 0x000062, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanOR_ReturnValue) == 0x000074, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000080, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000090, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanOR_ReturnValue_1) == 0x000098, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0000A0, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0000A8, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_AsGeneric_Nazi_Character_2) == 0x0000B0, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_AsGeneric_Nazi_Character_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_IsPlaying_ReturnValue) == 0x0000B9, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000BC, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0000C0, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C8, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_GetController_ReturnValue) == 0x0000D0, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanOR_ReturnValue_2) == 0x0000D8, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_AsFGAIController) == 0x0000E0, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_IsUnderYawLimit_ReturnValue) == 0x0000E9, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_IsUnderYawLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover, CallFunc_BooleanOR_ReturnValue_3) == 0x0000EA, "Member 'NaziAction_FireFromCover_C_ExecuteUbergraph_NaziAction_FireFromCover::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromCover_C_Tick \ static_assert(alignof(NaziAction_FireFromCover_C_Tick) == 0x000004, "Wrong alignment on NaziAction_FireFromCover_C_Tick"); \ static_assert(sizeof(NaziAction_FireFromCover_C_Tick) == 0x000004, "Wrong size on NaziAction_FireFromCover_C_Tick"); \ static_assert(offsetof(NaziAction_FireFromCover_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_FireFromCover_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromCover_C_CanBeTerminated \ static_assert(alignof(NaziAction_FireFromCover_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziAction_FireFromCover_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_FireFromCover_C_CanBeTerminated) == 0x000001, "Wrong size on NaziAction_FireFromCover_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_FireFromCover_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_FireFromCover_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromCover_C_IsValidAction \ static_assert(alignof(NaziAction_FireFromCover_C_IsValidAction) == 0x000008, "Wrong alignment on NaziAction_FireFromCover_C_IsValidAction"); \ static_assert(sizeof(NaziAction_FireFromCover_C_IsValidAction) == 0x000040, "Wrong size on NaziAction_FireFromCover_C_IsValidAction"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_FireFromCover_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_IsPlaying_ReturnValue) == 0x000010, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, K2Node_DynamicCast_AsFGAIController) == 0x000020, "Member 'NaziAction_FireFromCover_C_IsValidAction::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'NaziAction_FireFromCover_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_IsUnderYawLimit_ReturnValue) == 0x000029, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_IsUnderYawLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000030, "Member 'NaziAction_FireFromCover_C_IsValidAction::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'NaziAction_FireFromCover_C_IsValidAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_CanAttackFromCurrentCover_Result) == 0x00003A, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_CanAttackFromCurrentCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_InCover_Result) == 0x00003B, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x00003C, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x00003D, "Member 'NaziAction_FireFromCover_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_FireFromCover_C_GetCost \ static_assert(alignof(NaziAction_FireFromCover_C_GetCost) == 0x000004, "Wrong alignment on NaziAction_FireFromCover_C_GetCost"); \ static_assert(sizeof(NaziAction_FireFromCover_C_GetCost) == 0x00000C, "Wrong size on NaziAction_FireFromCover_C_GetCost"); \ static_assert(offsetof(NaziAction_FireFromCover_C_GetCost, ReturnValue) == 0x000000, "Member 'NaziAction_FireFromCover_C_GetCost::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_GetCost, CallFunc_IsValidAILocation_ReturnValue) == 0x000004, "Member 'NaziAction_FireFromCover_C_GetCost::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_GetCost, CallFunc_Less_FloatFloat_ReturnValue) == 0x000005, "Member 'NaziAction_FireFromCover_C_GetCost::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_GetCost, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'NaziAction_FireFromCover_C_GetCost::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_FireFromCover_C_GetCost, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'NaziAction_FireFromCover_C_GetCost::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_FireFromCover_C \ static_assert(alignof(UNaziAction_FireFromCover_C) == 0x000008, "Wrong alignment on UNaziAction_FireFromCover_C"); \ static_assert(sizeof(UNaziAction_FireFromCover_C) == 0x0000F8, "Wrong size on UNaziAction_FireFromCover_C"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_FireFromCover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, TargetCoverPoint) == 0x0000C0, "Member 'UNaziAction_FireFromCover_C::TargetCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, AttackDuration) == 0x0000C8, "Member 'UNaziAction_FireFromCover_C::AttackDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, bOnCooldown) == 0x0000CC, "Member 'UNaziAction_FireFromCover_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, CoolDownTime) == 0x0000D0, "Member 'UNaziAction_FireFromCover_C::CoolDownTime' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, AttackWithLeaderBonusDuration) == 0x0000D4, "Member 'UNaziAction_FireFromCover_C::AttackWithLeaderBonusDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, bCanFinish) == 0x0000D8, "Member 'UNaziAction_FireFromCover_C::bCanFinish' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, bCanFinishFromTimer) == 0x0000D9, "Member 'UNaziAction_FireFromCover_C::bCanFinishFromTimer' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, MaxAttackTimer) == 0x0000DC, "Member 'UNaziAction_FireFromCover_C::MaxAttackTimer' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, bCanFinishFromMaxAttackTimer) == 0x0000E0, "Member 'UNaziAction_FireFromCover_C::bCanFinishFromMaxAttackTimer' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, StartAttackDelay) == 0x0000E4, "Member 'UNaziAction_FireFromCover_C::StartAttackDelay' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, CantAttackDuration) == 0x0000E8, "Member 'UNaziAction_FireFromCover_C::CantAttackDuration' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, CantAttackMax) == 0x0000EC, "Member 'UNaziAction_FireFromCover_C::CantAttackMax' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_FireFromCover_C, bUnderYawLimit) == 0x0000F0, "Member 'UNaziAction_FireFromCover_C::bUnderYawLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_SpikeLine_C_PushCharacter \ static_assert(alignof(BugTank_SpikeLine_C_PushCharacter) == 0x000008, "Wrong alignment on BugTank_SpikeLine_C_PushCharacter"); \ static_assert(sizeof(BugTank_SpikeLine_C_PushCharacter) == 0x000008, "Wrong size on BugTank_SpikeLine_C_PushCharacter"); \ static_assert(offsetof(BugTank_SpikeLine_C_PushCharacter, Victim) == 0x000000, "Member 'BugTank_SpikeLine_C_PushCharacter::Victim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine \ static_assert(alignof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine) == 0x000008, "Wrong alignment on BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine"); \ static_assert(sizeof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine) == 0x000AF8, "Wrong size on BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, EntryPoint) == 0x000000, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable) == 0x000008, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_HasAuthority_ReturnValue) == 0x00003C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable_1) == 0x000040, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeRotator_ReturnValue) == 0x000050, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00005C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X) == 0x00006C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y) == 0x000070, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z) == 0x000074, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000078, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue) == 0x00007C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000084, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue) == 0x000090, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_1) == 0x00009C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_1) == 0x0000A0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_1) == 0x0000A4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0000BC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0000C4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetRotated2D_ReturnValue) == 0x0000D0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetRotated2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000D8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X) == 0x0000E4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y) == 0x0000E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_2) == 0x0000EC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_2) == 0x0000F0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_2) == 0x0000F4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000F8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_3) == 0x000100, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Square_ReturnValue) == 0x000108, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Square_ReturnValue_1) == 0x00010C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue) == 0x000110, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000114, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_ApplyDamage_ReturnValue) == 0x000120, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_3) == 0x000124, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_3) == 0x000128, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_3) == 0x00012C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_4) == 0x000130, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000138, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_DotProduct2D_ReturnValue) == 0x000140, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000144, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000148, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000154, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_4) == 0x00015C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_4) == 0x000160, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_4) == 0x000164, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000168, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_5) == 0x000170, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_1) == 0x000178, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_1) == 0x00017C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_6) == 0x000180, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000188, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_7) == 0x000194, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_5) == 0x00019C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_5) == 0x0001A0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_5) == 0x0001A4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x0001A8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector2D_ReturnValue_8) == 0x0001B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector2D_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_VSize2D_ReturnValue) == 0x0001B8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_NotEqual_Vector2DVector2D_ReturnValue) == 0x0001BC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_NotEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001C0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Normal2D_ReturnValue) == 0x0001C4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x0001CC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_2) == 0x0001D4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_2) == 0x0001D8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue) == 0x0001DC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_1) == 0x0001E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetOwner_ReturnValue) == 0x0001F8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x000200, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x00020C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000218, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_2) == 0x000220, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorRightVector_ReturnValue) == 0x000228, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000234, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_3) == 0x000238, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_2) == 0x000240, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000248, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_FloatFloat_ReturnValue) == 0x000250, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable_2) == 0x000258, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array) == 0x000268, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000278, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1) == 0x00027C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000280, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000284, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000288, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Exp_ReturnValue) == 0x00028C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Exp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_FMax_ReturnValue) == 0x000290, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue) == 0x000294, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Variable) == 0x000298, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00029C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Variable_1) == 0x0002A0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetOwner_ReturnValue_1) == 0x0002A8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0002B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0002BC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_FindLookAtRotation_ReturnValue) == 0x0002C8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeRotator_ReturnValue_1) == 0x0002D4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakRotator_Roll) == 0x0002E0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakRotator_Pitch) == 0x0002E4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakRotator_Yaw) == 0x0002E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x0002EC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_6) == 0x0002F8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_6) == 0x0002FC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_6) == 0x000300, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_CustomEvent_Victim) == 0x000308, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_CustomEvent_Victim' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_DynamicCast_AsFGCharacter) == 0x000310, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_DynamicCast_bSuccess) == 0x000318, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_DynamicCast_AsFGAICharacter) == 0x000320, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_DynamicCast_bSuccess_1) == 0x000328, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array_1) == 0x000330, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue_3) == 0x000340, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x00034C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_4) == 0x000358, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_5) == 0x000360, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorRightVector_ReturnValue_1) == 0x000368, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorRightVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_6) == 0x000374, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array_2) == 0x000380, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeRotator_ReturnValue_2) == 0x000390, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_2) == 0x00039C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0003A0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0003A4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0003A8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0003AC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0003B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0003B4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0003B8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0003BC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_3) == 0x0003C0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0003C8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_4) == 0x0003CC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_2) == 0x0003D4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0003DC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_3) == 0x0003E0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_3) == 0x0003E4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_2) == 0x0003E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x0003F4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0003F8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_5) == 0x0003FC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_3) == 0x000404, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_4) == 0x00040C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000414, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_4) == 0x000418, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_4) == 0x00041C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_3) == 0x000420, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable_3) == 0x000430, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_3) == 0x000440, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000444, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000448, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x00044C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Exp_ReturnValue_1) == 0x000450, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Exp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000454, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_FMax_ReturnValue_1) == 0x000460, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000464, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000468, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x00046C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_4) == 0x000470, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x00047C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_5) == 0x000480, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_HasAuthority_ReturnValue_1) == 0x00048C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000490, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x000518, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bBlockingHit) == 0x000519, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bInitialOverlap) == 0x00051A, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Time) == 0x00051C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Distance) == 0x000520, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Location) == 0x000524, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactPoint) == 0x000530, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Normal) == 0x00053C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactNormal) == 0x000548, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_PhysMat) == 0x000558, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitActor) == 0x000560, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitComponent) == 0x000568, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitBoneName) == 0x000570, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitItem) == 0x000578, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ElementIndex) == 0x00057C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_FaceIndex) == 0x000580, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceStart) == 0x000584, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceEnd) == 0x000590, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue_4) == 0x00059C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0005A8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_7) == 0x0005B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x0005B8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable_4) == 0x0005C8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_8) == 0x0005D8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array_3) == 0x0005E0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x0005F0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x0005F4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x000600, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000604, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000608, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_FClamp_ReturnValue) == 0x00060C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x000610, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_FloatToVector_ReturnValue_2) == 0x000614, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_FloatToVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000620, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000624, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x000628, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_IntInt_ReturnValue) == 0x00062C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000630, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_6) == 0x000634, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_5) == 0x00063C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_IntInt_ReturnValue_3) == 0x000644, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_5) == 0x000648, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_5) == 0x00064C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_6) == 0x000650, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_7) == 0x00065C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_OutHit_1) == 0x000668, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_ReturnValue_1) == 0x0006F0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_GetActorForwardVector_ReturnValue_5) == 0x0006F4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_GetActorForwardVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_9) == 0x000700, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000708, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000709, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Time_1) == 0x00070C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Distance_1) == 0x000710, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Location_1) == 0x000714, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000720, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Normal_1) == 0x00072C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000738, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_PhysMat_1) == 0x000748, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitActor_1) == 0x000750, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitComponent_1) == 0x000758, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitBoneName_1) == 0x000760, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitItem_1) == 0x000768, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ElementIndex_1) == 0x00076C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_FaceIndex_1) == 0x000770, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceStart_1) == 0x000774, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceEnd_1) == 0x000780, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x00078C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_VectorVector_ReturnValue) == 0x000798, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_VectorToVector2D_ReturnValue_10) == 0x0007A4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_VectorToVector2D_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0007B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array_4) == 0x0007B8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_object_Variable_5) == 0x0007C8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, K2Node_MakeArray_Array_5) == 0x0007D8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_OutHit_2) == 0x0007E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_ReturnValue_2) == 0x000870, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000871, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000872, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000873, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Time_2) == 0x000874, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Distance_2) == 0x000878, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Location_2) == 0x00087C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000888, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Normal_2) == 0x000894, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0008A0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_PhysMat_2) == 0x0008B0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitActor_2) == 0x0008B8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitComponent_2) == 0x0008C0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitBoneName_2) == 0x0008C8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitItem_2) == 0x0008D0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ElementIndex_2) == 0x0008D4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_FaceIndex_2) == 0x0008D8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceStart_2) == 0x0008DC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceEnd_2) == 0x0008E8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0008F4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_7) == 0x000900, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_7) == 0x000904, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_7) == 0x000908, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SphereOverlapActors_OutActors) == 0x000910, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SphereOverlapActors_ReturnValue) == 0x000920, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Array_Length_ReturnValue) == 0x000924, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000928, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_IntInt_ReturnValue_1) == 0x000930, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000934, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000938, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Variable_2) == 0x00093C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x000940, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_IntInt_ReturnValue_2) == 0x000944, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000948, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x00094C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000950, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_IntInt_ReturnValue_3) == 0x000954, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000958, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_Vector2DFloat_ReturnValue_7) == 0x00095C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_Vector2DFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_Vector2DVector2D_ReturnValue_6) == 0x000964, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_Vector2DVector2D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_X_6) == 0x00096C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector2D_Y_6) == 0x000970, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_IntInt_ReturnValue_4) == 0x000974, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_8) == 0x000978, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_MakeVector_ReturnValue_9) == 0x000984, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, Temp_int_Array_Index_Variable_1) == 0x000990, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_OutHit_3) == 0x000994, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_OutHit_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_LineTraceSingleForObjects_ReturnValue_3) == 0x000A1C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_LineTraceSingleForObjects_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Array_Get_Item) == 0x000A20, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bBlockingHit_3) == 0x000A28, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x000A29, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Time_3) == 0x000A2C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Distance_3) == 0x000A30, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Location_3) == 0x000A34, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactPoint_3) == 0x000A40, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_Normal_3) == 0x000A4C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ImpactNormal_3) == 0x000A58, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_PhysMat_3) == 0x000A68, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitActor_3) == 0x000A70, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitComponent_3) == 0x000A78, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitBoneName_3) == 0x000A80, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_HitItem_3) == 0x000A88, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_ElementIndex_3) == 0x000A8C, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_FaceIndex_3) == 0x000A90, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceStart_3) == 0x000A94, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakHitResult_TraceEnd_3) == 0x000AA0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000AAC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_X_8) == 0x000AB8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Y_8) == 0x000ABC, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_BreakVector_Z_8) == 0x000AC0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000AC4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Add_FloatFloat_ReturnValue_10) == 0x000AC8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Add_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SphereOverlapActors_OutActors_1) == 0x000AD0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SphereOverlapActors_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_SphereOverlapActors_ReturnValue_1) == 0x000AE0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_SphereOverlapActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Array_Length_ReturnValue_1) == 0x000AE4, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Less_IntInt_ReturnValue_4) == 0x000AE8, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine, CallFunc_Array_Get_Item_1) == 0x000AF0, "Member 'BugTank_SpikeLine_C_ExecuteUbergraph_BugTank_SpikeLine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABugTank_SpikeLine_C \ static_assert(alignof(ABugTank_SpikeLine_C) == 0x000008, "Wrong alignment on ABugTank_SpikeLine_C"); \ static_assert(sizeof(ABugTank_SpikeLine_C) == 0x0002A8, "Wrong size on ABugTank_SpikeLine_C"); \ static_assert(offsetof(ABugTank_SpikeLine_C, UberGraphFrame) == 0x000220, "Member 'ABugTank_SpikeLine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, Niagara) == 0x000228, "Member 'ABugTank_SpikeLine_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, DefaultSceneRoot) == 0x000230, "Member 'ABugTank_SpikeLine_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SizeModifier) == 0x000238, "Member 'ABugTank_SpikeLine_C::SizeModifier' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, Damage) == 0x00023C, "Member 'ABugTank_SpikeLine_C::Damage' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, Character) == 0x000240, "Member 'ABugTank_SpikeLine_C::Character' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, ZImpulse) == 0x000248, "Member 'ABugTank_SpikeLine_C::ZImpulse' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SideRange) == 0x00024C, "Member 'ABugTank_SpikeLine_C::SideRange' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SideRangeMod) == 0x000250, "Member 'ABugTank_SpikeLine_C::SideRangeMod' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, ProgressionUnit) == 0x000254, "Member 'ABugTank_SpikeLine_C::ProgressionUnit' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, ProgressionUnitMin) == 0x000258, "Member 'ABugTank_SpikeLine_C::ProgressionUnitMin' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, ExpMod) == 0x00025C, "Member 'ABugTank_SpikeLine_C::ExpMod' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SpikesProgression) == 0x000260, "Member 'ABugTank_SpikeLine_C::SpikesProgression' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LittleSpikesProgression) == 0x000264, "Member 'ABugTank_SpikeLine_C::LittleSpikesProgression' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LittleNewStep) == 0x000268, "Member 'ABugTank_SpikeLine_C::LittleNewStep' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, NewStep) == 0x00026C, "Member 'ABugTank_SpikeLine_C::NewStep' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, ZRot) == 0x000270, "Member 'ABugTank_SpikeLine_C::ZRot' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LastSpikeZ) == 0x000274, "Member 'ABugTank_SpikeLine_C::LastSpikeZ' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, DustCloudsNum) == 0x000278, "Member 'ABugTank_SpikeLine_C::DustCloudsNum' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, Speed) == 0x00027C, "Member 'ABugTank_SpikeLine_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LittleProgressionUnit) == 0x000280, "Member 'ABugTank_SpikeLine_C::LittleProgressionUnit' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LittleProgressionUnitMin) == 0x000284, "Member 'ABugTank_SpikeLine_C::LittleProgressionUnitMin' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, LittleExpMod) == 0x000288, "Member 'ABugTank_SpikeLine_C::LittleExpMod' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, MaxZDifference) == 0x00028C, "Member 'ABugTank_SpikeLine_C::MaxZDifference' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SpikeMinSize) == 0x000290, "Member 'ABugTank_SpikeLine_C::SpikeMinSize' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SpikeMaxSize) == 0x000294, "Member 'ABugTank_SpikeLine_C::SpikeMaxSize' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, SpikeSizeMod) == 0x000298, "Member 'ABugTank_SpikeLine_C::SpikeSizeMod' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, MaxDustClouds) == 0x00029C, "Member 'ABugTank_SpikeLine_C::MaxDustClouds' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, CollisionNum) == 0x0002A0, "Member 'ABugTank_SpikeLine_C::CollisionNum' has a wrong offset!"); \ static_assert(offsetof(ABugTank_SpikeLine_C, Try) == 0x0002A4, "Member 'ABugTank_SpikeLine_C::Try' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover \ static_assert(alignof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover) == 0x000008, "Wrong alignment on NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover"); \ static_assert(sizeof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover) == 0x0000E0, "Wrong size on NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, EntryPoint) == 0x000000, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetOwningPawn_ReturnValue) == 0x000020, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_Event_DeltaTime) == 0x000028, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_IsAlive_ReturnValue) == 0x00002C, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_IsLocallyControlled_ReturnValue) == 0x00002D, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_HasAuthority_ReturnValue) == 0x00002F, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000030, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000038, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000040, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_InCover_Result) == 0x000058, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_InCover_Result' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000060, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, Temp_bool_IsClosed_Variable) == 0x000069, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_RandomFloatInRange_ReturnValue) == 0x00006C, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_AsGeneric_Nazi_Character_2) == 0x000078, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_AsGeneric_Nazi_Character_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_AsGeneric_Nazi_Character_3) == 0x000088, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_AsGeneric_Nazi_Character_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_SelectFloat_ReturnValue) == 0x000098, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetUnscaledCapsuleSize_OutRadius) == 0x00009C, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetUnscaledCapsuleSize_OutRadius' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetUnscaledCapsuleSize_OutHalfHeight) == 0x0000A0, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetUnscaledCapsuleSize_OutHalfHeight' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_GetOwningPawn_ReturnValue_3) == 0x0000A8, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_AsGeneric_Nazi_Character_4) == 0x0000B0, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_AsGeneric_Nazi_Character_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_DynamicCast_bSuccess_4) == 0x0000B8, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000BC, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000D0, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover, Temp_bool_Has_Been_Initd_Variable) == 0x0000D8, "Member 'NaziAction_Cover_C_ExecuteUbergraph_NaziAction_Cover::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Cover_C_Tick \ static_assert(alignof(NaziAction_Cover_C_Tick) == 0x000004, "Wrong alignment on NaziAction_Cover_C_Tick"); \ static_assert(sizeof(NaziAction_Cover_C_Tick) == 0x000004, "Wrong size on NaziAction_Cover_C_Tick"); \ static_assert(offsetof(NaziAction_Cover_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_Cover_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Cover_C_CanBeTerminated \ static_assert(alignof(NaziAction_Cover_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziAction_Cover_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_Cover_C_CanBeTerminated) == 0x000002, "Wrong size on NaziAction_Cover_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_Cover_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_Cover_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziAction_Cover_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_Cover_C_IsValidAction \ static_assert(alignof(NaziAction_Cover_C_IsValidAction) == 0x000008, "Wrong alignment on NaziAction_Cover_C_IsValidAction"); \ static_assert(sizeof(NaziAction_Cover_C_IsValidAction) == 0x000028, "Wrong size on NaziAction_Cover_C_IsValidAction"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, ReturnValue) == 0x000000, "Member 'NaziAction_Cover_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'NaziAction_Cover_C_IsValidAction::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'NaziAction_Cover_C_IsValidAction::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'NaziAction_Cover_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000018, "Member 'NaziAction_Cover_C_IsValidAction::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NaziAction_Cover_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'NaziAction_Cover_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_Cover_C_IsValidAction, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'NaziAction_Cover_C_IsValidAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_Cover_C \ static_assert(alignof(UNaziAction_Cover_C) == 0x000008, "Wrong alignment on UNaziAction_Cover_C"); \ static_assert(sizeof(UNaziAction_Cover_C) == 0x0000D8, "Wrong size on UNaziAction_Cover_C"); \ static_assert(offsetof(UNaziAction_Cover_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_Cover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Cover_C, bBlockTerminate) == 0x0000C0, "Member 'UNaziAction_Cover_C::bBlockTerminate' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Cover_C, TargetCoverPoint) == 0x0000C8, "Member 'UNaziAction_Cover_C::TargetCoverPoint' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_Cover_C, CoverIdleTime) == 0x0000D0, "Member 'UNaziAction_Cover_C::CoverIdleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_ExecuteUbergraph_ArenaManager \ static_assert(alignof(ArenaManager_C_ExecuteUbergraph_ArenaManager) == 0x000008, "Wrong alignment on ArenaManager_C_ExecuteUbergraph_ArenaManager"); \ static_assert(sizeof(ArenaManager_C_ExecuteUbergraph_ArenaManager) == 0x0002D8, "Wrong size on ArenaManager_C_ExecuteUbergraph_ArenaManager"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, EntryPoint) == 0x000000, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_6) == 0x000004, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_5) == 0x00001C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_name_Variable) == 0x000034, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_4) == 0x00004C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_3) == 0x000054, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_2) == 0x00006C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_1) == 0x000084, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName) == 0x00009C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_name_Variable_1) == 0x0000B4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_9) == 0x0000BC, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_HasAuthority_ReturnValue) == 0x0000C4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Array_Index_Variable) == 0x0000D8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Add_IntInt_ReturnValue) == 0x0000E0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Array_Index_Variable_1) == 0x0000E4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Loop_Counter_Variable_1) == 0x0000E8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Loop_Counter_Variable_2) == 0x0000EC, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000F4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetArenaVoidPlatformVolume_ReturnValue) == 0x0000F8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetArenaVoidPlatformVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_7) == 0x000100, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_SetCloseSphereEvent_ReturnValue) == 0x000109, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_SetCloseSphereEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetArenaVoidPlatformVolume_ReturnValue_1) == 0x000110, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetArenaVoidPlatformVolume_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_SetCloseSphereEvent_ReturnValue_1) == 0x000119, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_SetCloseSphereEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetState_ReturnValue) == 0x00011A, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000120, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_8) == 0x000130, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000140, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000150, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetArenaStreamingVolume_ReturnValue) == 0x000160, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetArenaStreamingVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_2) == 0x000168, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsLevelLoaded_ReturnValue) == 0x000169, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetState_ReturnValue_1) == 0x00016A, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00016B, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsArenaCompletedRecently_ReturnValue) == 0x00016C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsArenaCompletedRecently_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsArenaCompletedRecently_ReturnValue_1) == 0x00016D, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsArenaCompletedRecently_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CustomEvent_NotifyName_8) == 0x000170, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetInteractActor_InteractActor) == 0x000178, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetInteractActor_InteractActor' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetInteractActor_InteractActor_1) == 0x000180, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetInteractActor_InteractActor_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_3) == 0x000188, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x000190, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetCurrentWave_ReturnValue) == 0x0001A0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetCurrentWave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Length_ReturnValue) == 0x0001A4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0001A8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Less_IntInt_ReturnValue) == 0x0001B8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Get_Item) == 0x0001C0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetCurrentWave_ReturnValue_1) == 0x0001CC, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetCurrentWave_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetArenaDispenser_Dispenser) == 0x0001D8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetArenaDispenser_Dispenser' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetCurrentWave_ReturnValue_2) == 0x0001E0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetCurrentWave_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_4) == 0x0001E4, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, Temp_int_Array_Index_Variable_2) == 0x0001E8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetInteractActor_InteractActor_2) == 0x0001F0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetInteractActor_InteractActor_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Get_Item_1) == 0x0001F8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000200, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_5) == 0x000208, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetInteractActor_InteractActor_3) == 0x000210, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetInteractActor_InteractActor_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000218, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_6) == 0x000220, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetArenaDispenser_Dispenser_1) == 0x000228, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetArenaDispenser_Dispenser_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetCurrentWave_ReturnValue_3) == 0x000230, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetCurrentWave_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_IsValid_ReturnValue_7) == 0x000234, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_ShouldDrop_Result) == 0x000235, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_ShouldDrop_Result' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000238, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetCurrentWave_ReturnValue_4) == 0x000248, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetCurrentWave_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Get_Item_2) == 0x000250, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Array_Length_ReturnValue_2) == 0x000258, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x00025C, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetState_ReturnValue_2) == 0x00025D, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000260, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000270, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, K2Node_CreateDelegate_OutputDelegate_9) == 0x000280, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000290, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetState_ReturnValue_3) == 0x0002A0, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetState_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0002A8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0002B8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_ExecuteUbergraph_ArenaManager, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0002C8, "Member 'ArenaManager_C_ExecuteUbergraph_ArenaManager::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A \ static_assert(alignof(ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A) == 0x000004, "Wrong alignment on ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(sizeof(ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A) == 0x000008, "Wrong size on ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(offsetof(ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnCompleted_1DB554A6413EB1E877805AB694C74C7A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A \ static_assert(alignof(ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A) == 0x000004, "Wrong alignment on ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(sizeof(ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A) == 0x000008, "Wrong size on ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(offsetof(ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnBlendOut_1DB554A6413EB1E877805AB694C74C7A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A \ static_assert(alignof(ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A) == 0x000004, "Wrong alignment on ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(sizeof(ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A) == 0x000008, "Wrong size on ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(offsetof(ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnInterrupted_1DB554A6413EB1E877805AB694C74C7A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A \ static_assert(alignof(ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A) == 0x000004, "Wrong alignment on ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(sizeof(ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A) == 0x000008, "Wrong size on ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(offsetof(ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnNotifyBegin_1DB554A6413EB1E877805AB694C74C7A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A \ static_assert(alignof(ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A) == 0x000004, "Wrong alignment on ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(sizeof(ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A) == 0x000008, "Wrong size on ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A"); \ static_assert(offsetof(ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnNotifyEnd_1DB554A6413EB1E877805AB694C74C7A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D \ static_assert(alignof(ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D) == 0x000004, "Wrong alignment on ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D"); \ static_assert(sizeof(ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D) == 0x000008, "Wrong size on ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D"); \ static_assert(offsetof(ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnCompleted_891628414D538B379541AC8318F2689D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D \ static_assert(alignof(ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D) == 0x000004, "Wrong alignment on ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D"); \ static_assert(sizeof(ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D) == 0x000008, "Wrong size on ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D"); \ static_assert(offsetof(ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnBlendOut_891628414D538B379541AC8318F2689D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D \ static_assert(alignof(ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D) == 0x000004, "Wrong alignment on ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D"); \ static_assert(sizeof(ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D) == 0x000008, "Wrong size on ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D"); \ static_assert(offsetof(ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnInterrupted_891628414D538B379541AC8318F2689D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D \ static_assert(alignof(ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D) == 0x000004, "Wrong alignment on ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D"); \ static_assert(sizeof(ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D) == 0x000008, "Wrong size on ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D"); \ static_assert(offsetof(ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnNotifyBegin_891628414D538B379541AC8318F2689D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D \ static_assert(alignof(ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D) == 0x000004, "Wrong alignment on ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D"); \ static_assert(sizeof(ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D) == 0x000008, "Wrong size on ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D"); \ static_assert(offsetof(ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D, NotifyName) == 0x000000, "Member 'ArenaManager_C_OnNotifyEnd_891628414D538B379541AC8318F2689D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_GetInteractActor \ static_assert(alignof(ArenaManager_C_GetInteractActor) == 0x000008, "Wrong alignment on ArenaManager_C_GetInteractActor"); \ static_assert(sizeof(ArenaManager_C_GetInteractActor) == 0x000018, "Wrong size on ArenaManager_C_GetInteractActor"); \ static_assert(offsetof(ArenaManager_C_GetInteractActor, InteractActor) == 0x000000, "Member 'ArenaManager_C_GetInteractActor::InteractActor' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_GetInteractActor, CallFunc_GetActorOfClass_ReturnValue) == 0x000008, "Member 'ArenaManager_C_GetInteractActor::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_GetInteractActor, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ArenaManager_C_GetInteractActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_SetSphereCollision \ static_assert(alignof(ArenaManager_C_SetSphereCollision) == 0x000008, "Wrong alignment on ArenaManager_C_SetSphereCollision"); \ static_assert(sizeof(ArenaManager_C_SetSphereCollision) == 0x000018, "Wrong size on ArenaManager_C_SetSphereCollision"); \ static_assert(offsetof(ArenaManager_C_SetSphereCollision, Enable) == 0x000000, "Member 'ArenaManager_C_SetSphereCollision::Enable' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereCollision, CallFunc_GetArenaVoidPlatformVolume_ReturnValue) == 0x000008, "Member 'ArenaManager_C_SetSphereCollision::CallFunc_GetArenaVoidPlatformVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereCollision, CallFunc_SetEnableCollisionBlockEvent_ReturnValue) == 0x000010, "Member 'ArenaManager_C_SetSphereCollision::CallFunc_SetEnableCollisionBlockEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereCollision, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'ArenaManager_C_SetSphereCollision::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_DisableSphereVisial \ static_assert(alignof(ArenaManager_C_DisableSphereVisial) == 0x000008, "Wrong alignment on ArenaManager_C_DisableSphereVisial"); \ static_assert(sizeof(ArenaManager_C_DisableSphereVisial) == 0x000010, "Wrong size on ArenaManager_C_DisableSphereVisial"); \ static_assert(offsetof(ArenaManager_C_DisableSphereVisial, CallFunc_GetArenaVoidPlatformVolume_ReturnValue) == 0x000000, "Member 'ArenaManager_C_DisableSphereVisial::CallFunc_GetArenaVoidPlatformVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_DisableSphereVisial, CallFunc_SetSphereVisibilityEvent_ReturnValue) == 0x000008, "Member 'ArenaManager_C_DisableSphereVisial::CallFunc_SetSphereVisibilityEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_DisableSphereVisial, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'ArenaManager_C_DisableSphereVisial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_SetSphereDropOut \ static_assert(alignof(ArenaManager_C_SetSphereDropOut) == 0x000008, "Wrong alignment on ArenaManager_C_SetSphereDropOut"); \ static_assert(sizeof(ArenaManager_C_SetSphereDropOut) == 0x000018, "Wrong size on ArenaManager_C_SetSphereDropOut"); \ static_assert(offsetof(ArenaManager_C_SetSphereDropOut, IsDropOut) == 0x000000, "Member 'ArenaManager_C_SetSphereDropOut::IsDropOut' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereDropOut, CallFunc_GetArenaVoidPlatformVolume_ReturnValue) == 0x000008, "Member 'ArenaManager_C_SetSphereDropOut::CallFunc_GetArenaVoidPlatformVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereDropOut, CallFunc_SetDropOutEvent_ReturnValue) == 0x000010, "Member 'ArenaManager_C_SetSphereDropOut::CallFunc_SetDropOutEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_SetSphereDropOut, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'ArenaManager_C_SetSphereDropOut::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_GetArenaDispenser \ static_assert(alignof(ArenaManager_C_GetArenaDispenser) == 0x000008, "Wrong alignment on ArenaManager_C_GetArenaDispenser"); \ static_assert(sizeof(ArenaManager_C_GetArenaDispenser) == 0x000018, "Wrong size on ArenaManager_C_GetArenaDispenser"); \ static_assert(offsetof(ArenaManager_C_GetArenaDispenser, Dispenser) == 0x000000, "Member 'ArenaManager_C_GetArenaDispenser::Dispenser' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_GetArenaDispenser, CallFunc_GetActorOfClass_ReturnValue) == 0x000008, "Member 'ArenaManager_C_GetArenaDispenser::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_GetArenaDispenser, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ArenaManager_C_GetArenaDispenser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaManager_C_CompleteQuestTask \ static_assert(alignof(ArenaManager_C_CompleteQuestTask) == 0x000008, "Wrong alignment on ArenaManager_C_CompleteQuestTask"); \ static_assert(sizeof(ArenaManager_C_CompleteQuestTask) == 0x000028, "Wrong size on ArenaManager_C_CompleteQuestTask"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, TaskTag) == 0x000000, "Member 'ArenaManager_C_CompleteQuestTask::TaskTag' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'ArenaManager_C_CompleteQuestTask::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'ArenaManager_C_CompleteQuestTask::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000018, "Member 'ArenaManager_C_CompleteQuestTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000020, "Member 'ArenaManager_C_CompleteQuestTask::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaManager_C_CompleteQuestTask, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ArenaManager_C_CompleteQuestTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaManager_C \ static_assert(alignof(AArenaManager_C) == 0x000008, "Wrong alignment on AArenaManager_C"); \ static_assert(sizeof(AArenaManager_C) == 0x000368, "Wrong size on AArenaManager_C"); \ static_assert(offsetof(AArenaManager_C, UberGraphFrame) == 0x000338, "Member 'AArenaManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AArenaManager_C, DefaultSceneRoot) == 0x000340, "Member 'AArenaManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AArenaManager_C, ArenaInteractActor) == 0x000348, "Member 'AArenaManager_C::ArenaInteractActor' has a wrong offset!"); \ static_assert(offsetof(AArenaManager_C, OnChangeRoads) == 0x000350, "Member 'AArenaManager_C::OnChangeRoads' has a wrong offset!"); \ static_assert(offsetof(AArenaManager_C, ArenaDispenser) == 0x000360, "Member 'AArenaManager_C::ArenaDispenser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit \ static_assert(alignof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit) == 0x000008, "Wrong alignment on NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit"); \ static_assert(sizeof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit) == 0x0000D0, "Wrong size on NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, EntryPoint) == 0x000000, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CustomEvent_NotifyName_3) == 0x000004, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CustomEvent_NotifyName_2) == 0x00001C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CustomEvent_NotifyName_1) == 0x000034, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CustomEvent_NotifyName) == 0x00004C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, Temp_name_Variable) == 0x000064, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_Array_Contains_ReturnValue) == 0x00007C, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000084, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_CustomEvent_NotifyName_4) == 0x000088, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_Array_Get_Item) == 0x000090, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_Array_Contains_ReturnValue_1) == 0x000098, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_Array_Contains_ReturnValue_2) == 0x000099, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_IsValid_ReturnValue) == 0x00009A, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000A0, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_GetOwningPawn_ReturnValue) == 0x0000A8, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_IsValid_ReturnValue_2) == 0x0000B9, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, K2Node_Event_DeltaTime) == 0x0000BC, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_GetAnimInstance_ReturnValue) == 0x0000C0, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit, CallFunc_IsValid_ReturnValue_3) == 0x0000C8, "Member 'NaziAction_PlayHit_C_ExecuteUbergraph_NaziAction_PlayHit::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_Tick \ static_assert(alignof(NaziAction_PlayHit_C_Tick) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_Tick"); \ static_assert(sizeof(NaziAction_PlayHit_C_Tick) == 0x000004, "Wrong size on NaziAction_PlayHit_C_Tick"); \ static_assert(offsetof(NaziAction_PlayHit_C_Tick, DeltaTime) == 0x000000, "Member 'NaziAction_PlayHit_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759 \ static_assert(alignof(NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759"); \ static_assert(sizeof(NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759) == 0x000008, "Wrong size on NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759"); \ static_assert(offsetof(NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759, NotifyName) == 0x000000, "Member 'NaziAction_PlayHit_C_OnCompleted_DC516EE948076943CA8C11AB87B51759::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759 \ static_assert(alignof(NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759"); \ static_assert(sizeof(NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759) == 0x000008, "Wrong size on NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759"); \ static_assert(offsetof(NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759, NotifyName) == 0x000000, "Member 'NaziAction_PlayHit_C_OnBlendOut_DC516EE948076943CA8C11AB87B51759::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759 \ static_assert(alignof(NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759"); \ static_assert(sizeof(NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759) == 0x000008, "Wrong size on NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759"); \ static_assert(offsetof(NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759, NotifyName) == 0x000000, "Member 'NaziAction_PlayHit_C_OnInterrupted_DC516EE948076943CA8C11AB87B51759::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759 \ static_assert(alignof(NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759"); \ static_assert(sizeof(NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759) == 0x000008, "Wrong size on NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759"); \ static_assert(offsetof(NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759, NotifyName) == 0x000000, "Member 'NaziAction_PlayHit_C_OnNotifyBegin_DC516EE948076943CA8C11AB87B51759::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759 \ static_assert(alignof(NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759) == 0x000004, "Wrong alignment on NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759"); \ static_assert(sizeof(NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759) == 0x000008, "Wrong size on NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759"); \ static_assert(offsetof(NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759, NotifyName) == 0x000000, "Member 'NaziAction_PlayHit_C_OnNotifyEnd_DC516EE948076943CA8C11AB87B51759::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziAction_PlayHit_C_CanBeTerminated \ static_assert(alignof(NaziAction_PlayHit_C_CanBeTerminated) == 0x000001, "Wrong alignment on NaziAction_PlayHit_C_CanBeTerminated"); \ static_assert(sizeof(NaziAction_PlayHit_C_CanBeTerminated) == 0x000002, "Wrong size on NaziAction_PlayHit_C_CanBeTerminated"); \ static_assert(offsetof(NaziAction_PlayHit_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'NaziAction_PlayHit_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziAction_PlayHit_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'NaziAction_PlayHit_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNaziAction_PlayHit_C \ static_assert(alignof(UNaziAction_PlayHit_C) == 0x000008, "Wrong alignment on UNaziAction_PlayHit_C"); \ static_assert(sizeof(UNaziAction_PlayHit_C) == 0x000128, "Wrong size on UNaziAction_PlayHit_C"); \ static_assert(offsetof(UNaziAction_PlayHit_C, UberGraphFrame) == 0x0000B8, "Member 'UNaziAction_PlayHit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, HitBoneName) == 0x0000C0, "Member 'UNaziAction_PlayHit_C::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, bPlayingMontage) == 0x0000C8, "Member 'UNaziAction_PlayHit_C::bPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, BodyMontages) == 0x0000D0, "Member 'UNaziAction_PlayHit_C::BodyMontages' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, LegMontage) == 0x0000E0, "Member 'UNaziAction_PlayHit_C::LegMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, HeadMontage) == 0x0000E8, "Member 'UNaziAction_PlayHit_C::HeadMontage' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, BodyHitBoneNames) == 0x0000F0, "Member 'UNaziAction_PlayHit_C::BodyHitBoneNames' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, LegsHitBoneNames) == 0x000100, "Member 'UNaziAction_PlayHit_C::LegsHitBoneNames' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, HeadHitBoneNames) == 0x000110, "Member 'UNaziAction_PlayHit_C::HeadHitBoneNames' has a wrong offset!"); \ static_assert(offsetof(UNaziAction_PlayHit_C, UseMontage) == 0x000120, "Member 'UNaziAction_PlayHit_C::UseMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Goal_PatrolPlace_C_IsValidGloal \ static_assert(alignof(Goal_PatrolPlace_C_IsValidGloal) == 0x000001, "Wrong alignment on Goal_PatrolPlace_C_IsValidGloal"); \ static_assert(sizeof(Goal_PatrolPlace_C_IsValidGloal) == 0x000001, "Wrong size on Goal_PatrolPlace_C_IsValidGloal"); \ static_assert(offsetof(Goal_PatrolPlace_C_IsValidGloal, ReturnValue) == 0x000000, "Member 'Goal_PatrolPlace_C_IsValidGloal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoal_PatrolPlace_C \ static_assert(alignof(UGoal_PatrolPlace_C) == 0x000008, "Wrong alignment on UGoal_PatrolPlace_C"); \ static_assert(sizeof(UGoal_PatrolPlace_C) == 0x000058, "Wrong size on UGoal_PatrolPlace_C"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade \ static_assert(alignof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade) == 0x000008, "Wrong alignment on BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade) == 0x000110, "Wrong size on BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, EntryPoint) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CustomEvent_NotifyName_4) == 0x000014, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, Temp_name_Variable) == 0x00007C, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_CreateDelegate_OutputDelegate_5) == 0x000084, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000094, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A0, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_GetForwardVector_ReturnValue) == 0x0000AC, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B8, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_DynamicCast_AsGeneric_AICharacter) == 0x0000C8, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_DynamicCast_AsGeneric_AICharacter' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D4, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_GetSocketLocation_ReturnValue) == 0x0000E0, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000F0, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000F9, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000100, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_ShouldHappen_ReturnValue) == 0x000108, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000109, "Member 'BaseAction_ThrowGrenade_C_ExecuteUbergraph_BaseAction_ThrowGrenade::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A \ static_assert(alignof(BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000004, "Wrong alignment on BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000008, "Wrong size on BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A, NotifyName) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_OnCompleted_4E6F14F6489892DB9D9CFBA4AA52889A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A \ static_assert(alignof(BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000004, "Wrong alignment on BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000008, "Wrong size on BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A, NotifyName) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_OnBlendOut_4E6F14F6489892DB9D9CFBA4AA52889A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A \ static_assert(alignof(BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000004, "Wrong alignment on BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000008, "Wrong size on BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A, NotifyName) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_OnInterrupted_4E6F14F6489892DB9D9CFBA4AA52889A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A \ static_assert(alignof(BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000004, "Wrong alignment on BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000008, "Wrong size on BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A, NotifyName) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_OnNotifyBegin_4E6F14F6489892DB9D9CFBA4AA52889A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A \ static_assert(alignof(BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000004, "Wrong alignment on BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A) == 0x000008, "Wrong size on BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A, NotifyName) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_OnNotifyEnd_4E6F14F6489892DB9D9CFBA4AA52889A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_IsValidAction \ static_assert(alignof(BaseAction_ThrowGrenade_C_IsValidAction) == 0x000001, "Wrong alignment on BaseAction_ThrowGrenade_C_IsValidAction"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_IsValidAction) == 0x000001, "Wrong size on BaseAction_ThrowGrenade_C_IsValidAction"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_IsValidAction, ReturnValue) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_IsValidAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_ThrowGrenade_C_CanBeTerminated \ static_assert(alignof(BaseAction_ThrowGrenade_C_CanBeTerminated) == 0x000001, "Wrong alignment on BaseAction_ThrowGrenade_C_CanBeTerminated"); \ static_assert(sizeof(BaseAction_ThrowGrenade_C_CanBeTerminated) == 0x000002, "Wrong size on BaseAction_ThrowGrenade_C_CanBeTerminated"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'BaseAction_ThrowGrenade_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_ThrowGrenade_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BaseAction_ThrowGrenade_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_ThrowGrenade_C \ static_assert(alignof(UBaseAction_ThrowGrenade_C) == 0x000008, "Wrong alignment on UBaseAction_ThrowGrenade_C"); \ static_assert(sizeof(UBaseAction_ThrowGrenade_C) == 0x0000E8, "Wrong size on UBaseAction_ThrowGrenade_C"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_ThrowGrenade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, CurrentThrowLocation) == 0x0000C0, "Member 'UBaseAction_ThrowGrenade_C::CurrentThrowLocation' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, Distance) == 0x0000CC, "Member 'UBaseAction_ThrowGrenade_C::Distance' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, ThrowMontage) == 0x0000D0, "Member 'UBaseAction_ThrowGrenade_C::ThrowMontage' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, bOnCooldown) == 0x0000D8, "Member 'UBaseAction_ThrowGrenade_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, CoolDownTime) == 0x0000DC, "Member 'UBaseAction_ThrowGrenade_C::CoolDownTime' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_ThrowGrenade_C, bPlaying) == 0x0000E0, "Member 'UBaseAction_ThrowGrenade_C::bPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget \ static_assert(alignof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget) == 0x000008, "Wrong alignment on BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget"); \ static_assert(sizeof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget) == 0x000110, "Wrong size on BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, EntryPoint) == 0x000000, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x000004, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsLocallyControlled_ReturnValue) == 0x000020, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_MoveToLocation_ReturnValue) == 0x000021, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_Event_DeltaTime) == 0x000024, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000028, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000030, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000031, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetAIController_ReturnValue_1) == 0x000038, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_AsFGAIController) == 0x000040, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000050, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000058, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000060, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetActionPlanner_ReturnValue) == 0x000070, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetCurrentRequirement_ReturnValue) == 0x000078, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetCurrentRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000084, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, Temp_int_Variable) == 0x000090, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_AsGeneric_Nazi_Character_1) == 0x000098, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_AsGeneric_Nazi_Character_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetActionPlanner_ReturnValue_1) == 0x0000A8, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetActionPlanner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetInstancedRequirement_ReturnValue) == 0x0000B0, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetInstancedRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetCurrentGoal_ReturnValue) == 0x0000C0, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetCurrentGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetAIController_ReturnValue_2) == 0x0000D0, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetAIController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetMoveStatus_ReturnValue) == 0x0000D8, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000D9, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsValidAILocation_ReturnValue) == 0x0000DA, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x0000DB, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000DC, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_BooleanAND_ReturnValue) == 0x0000DD, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetInvalidAiLocation_ReturnValue_1) == 0x0000E0, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetInvalidAiLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetInvalidAiLocation_ReturnValue_2) == 0x0000EC, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetInvalidAiLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetActionPlanner_ReturnValue_2) == 0x0000F8, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetActionPlanner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_GetInstancedRequirement_ReturnValue_1) == 0x000100, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_GetInstancedRequirement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget, CallFunc_IsValid_ReturnValue_2) == 0x000108, "Member 'BaseAction_InspectTarget_C_ExecuteUbergraph_BaseAction_InspectTarget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_Tick \ static_assert(alignof(BaseAction_InspectTarget_C_Tick) == 0x000004, "Wrong alignment on BaseAction_InspectTarget_C_Tick"); \ static_assert(sizeof(BaseAction_InspectTarget_C_Tick) == 0x000004, "Wrong size on BaseAction_InspectTarget_C_Tick"); \ static_assert(offsetof(BaseAction_InspectTarget_C_Tick, DeltaTime) == 0x000000, "Member 'BaseAction_InspectTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_QueryLastTargetLocation \ static_assert(alignof(BaseAction_InspectTarget_C_QueryLastTargetLocation) == 0x000008, "Wrong alignment on BaseAction_InspectTarget_C_QueryLastTargetLocation"); \ static_assert(sizeof(BaseAction_InspectTarget_C_QueryLastTargetLocation) == 0x000030, "Wrong size on BaseAction_InspectTarget_C_QueryLastTargetLocation"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastTargetLocation, K2Node_MakeArray_Array) == 0x000000, "Member 'BaseAction_InspectTarget_C_QueryLastTargetLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastTargetLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BaseAction_InspectTarget_C_QueryLastTargetLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastTargetLocation, CallFunc_GetActionPlanner_ReturnValue) == 0x000020, "Member 'BaseAction_InspectTarget_C_QueryLastTargetLocation::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastTargetLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BaseAction_InspectTarget_C_QueryLastTargetLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_QuerySearchPoint \ static_assert(alignof(BaseAction_InspectTarget_C_QuerySearchPoint) == 0x000008, "Wrong alignment on BaseAction_InspectTarget_C_QuerySearchPoint"); \ static_assert(sizeof(BaseAction_InspectTarget_C_QuerySearchPoint) == 0x000060, "Wrong size on BaseAction_InspectTarget_C_QuerySearchPoint"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, CallFunc_GetActionPlanner_ReturnValue) == 0x000010, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, K2Node_MakeStruct_EnvNamedValue) == 0x000018, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::K2Node_MakeStruct_EnvNamedValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, K2Node_MakeStruct_EnvNamedValue_1) == 0x000028, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::K2Node_MakeStruct_EnvNamedValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, K2Node_MakeStruct_EnvNamedValue_2) == 0x000038, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::K2Node_MakeStruct_EnvNamedValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, K2Node_MakeArray_Array) == 0x000048, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QuerySearchPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BaseAction_InspectTarget_C_QuerySearchPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_QueryLastStimulusPoint \ static_assert(alignof(BaseAction_InspectTarget_C_QueryLastStimulusPoint) == 0x000008, "Wrong alignment on BaseAction_InspectTarget_C_QueryLastStimulusPoint"); \ static_assert(sizeof(BaseAction_InspectTarget_C_QueryLastStimulusPoint) == 0x000030, "Wrong size on BaseAction_InspectTarget_C_QueryLastStimulusPoint"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastStimulusPoint, K2Node_MakeArray_Array) == 0x000000, "Member 'BaseAction_InspectTarget_C_QueryLastStimulusPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastStimulusPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BaseAction_InspectTarget_C_QueryLastStimulusPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastStimulusPoint, CallFunc_GetActionPlanner_ReturnValue) == 0x000020, "Member 'BaseAction_InspectTarget_C_QueryLastStimulusPoint::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_QueryLastStimulusPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BaseAction_InspectTarget_C_QueryLastStimulusPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseAction_InspectTarget_C_IsValidAction \ static_assert(alignof(BaseAction_InspectTarget_C_IsValidAction) == 0x000008, "Wrong alignment on BaseAction_InspectTarget_C_IsValidAction"); \ static_assert(sizeof(BaseAction_InspectTarget_C_IsValidAction) == 0x000028, "Wrong size on BaseAction_InspectTarget_C_IsValidAction"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, ReturnValue) == 0x000000, "Member 'BaseAction_InspectTarget_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_Less_IntInt_ReturnValue) == 0x000001, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_GetActionPlanner_ReturnValue) == 0x000008, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_GetActionPlanner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_GetInstancedRequirement_ReturnValue) == 0x000010, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_GetInstancedRequirement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000019, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001B, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_IsValidAILocation_ReturnValue) == 0x00001D, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_CheckValidOrQuery_ReturnValue) == 0x00001E, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_CheckValidOrQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000020, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000021, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BaseAction_InspectTarget_C_IsValidAction, CallFunc_BooleanAND_ReturnValue_3) == 0x000022, "Member 'BaseAction_InspectTarget_C_IsValidAction::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseAction_InspectTarget_C \ static_assert(alignof(UBaseAction_InspectTarget_C) == 0x000008, "Wrong alignment on UBaseAction_InspectTarget_C"); \ static_assert(sizeof(UBaseAction_InspectTarget_C) == 0x0000E8, "Wrong size on UBaseAction_InspectTarget_C"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, UberGraphFrame) == 0x0000B8, "Member 'UBaseAction_InspectTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, CurrentGoalLocation) == 0x0000C0, "Member 'UBaseAction_InspectTarget_C::CurrentGoalLocation' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, IdleDuration) == 0x0000CC, "Member 'UBaseAction_InspectTarget_C::IdleDuration' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, CurrentInspectedPoints) == 0x0000D0, "Member 'UBaseAction_InspectTarget_C::CurrentInspectedPoints' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, PointsToInspect) == 0x0000D4, "Member 'UBaseAction_InspectTarget_C::PointsToInspect' has a wrong offset!"); \ static_assert(offsetof(UBaseAction_InspectTarget_C, CurrentReachedGoal) == 0x0000D8, "Member 'UBaseAction_InspectTarget_C::CurrentReachedGoal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEgg_AutoActivate_C \ static_assert(alignof(AUroborosEgg_AutoActivate_C) == 0x000010, "Wrong alignment on AUroborosEgg_AutoActivate_C"); \ static_assert(sizeof(AUroborosEgg_AutoActivate_C) == 0x000EE0, "Wrong size on AUroborosEgg_AutoActivate_C"); \ #define DUMPER7_ASSERTS_UInvalidatePlayerZone_C \ static_assert(alignof(UInvalidatePlayerZone_C) == 0x000008, "Wrong alignment on UInvalidatePlayerZone_C"); \ static_assert(sizeof(UInvalidatePlayerZone_C) == 0x0002C8, "Wrong size on UInvalidatePlayerZone_C"); \ #define DUMPER7_ASSERTS_Squeezebox_C_ExecuteUbergraph_Squeezebox \ static_assert(alignof(Squeezebox_C_ExecuteUbergraph_Squeezebox) == 0x000008, "Wrong alignment on Squeezebox_C_ExecuteUbergraph_Squeezebox"); \ static_assert(sizeof(Squeezebox_C_ExecuteUbergraph_Squeezebox) == 0x0000E0, "Wrong size on Squeezebox_C_ExecuteUbergraph_Squeezebox"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, EntryPoint) == 0x000000, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, Temp_int_Variable) == 0x000010, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, Temp_text_Variable) == 0x000020, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, Temp_text_Variable_1) == 0x000050, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, Temp_text_Variable_2) == 0x000068, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, Temp_text_Variable_3) == 0x000080, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_Event_StatusNum) == 0x000098, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_Event_StatusNum' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A0, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, CallFunc_GetHUD_ReturnValue_1) == 0x0000A8, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_Select_Default) == 0x0000B0, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000C8, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_ExecuteUbergraph_Squeezebox, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'Squeezebox_C_ExecuteUbergraph_Squeezebox::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Squeezebox_C_OnStatusChanged \ static_assert(alignof(Squeezebox_C_OnStatusChanged) == 0x000004, "Wrong alignment on Squeezebox_C_OnStatusChanged"); \ static_assert(sizeof(Squeezebox_C_OnStatusChanged) == 0x000004, "Wrong size on Squeezebox_C_OnStatusChanged"); \ static_assert(offsetof(Squeezebox_C_OnStatusChanged, StatusNum) == 0x000000, "Member 'Squeezebox_C_OnStatusChanged::StatusNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Squeezebox_C_GetItemSelection \ static_assert(alignof(Squeezebox_C_GetItemSelection) == 0x000008, "Wrong alignment on Squeezebox_C_GetItemSelection"); \ static_assert(sizeof(Squeezebox_C_GetItemSelection) == 0x000130, "Wrong size on Squeezebox_C_GetItemSelection"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, Hit) == 0x000000, "Member 'Squeezebox_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, Player) == 0x000088, "Member 'Squeezebox_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Squeezebox_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Squeezebox_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Squeezebox_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Squeezebox_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'Squeezebox_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Squeezebox_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012D, "Member 'Squeezebox_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASqueezebox_C \ static_assert(alignof(ASqueezebox_C) == 0x000010, "Wrong alignment on ASqueezebox_C"); \ static_assert(sizeof(ASqueezebox_C) == 0x0006C0, "Wrong size on ASqueezebox_C"); \ static_assert(offsetof(ASqueezebox_C, UberGraphFrame) == 0x0006B0, "Member 'ASqueezebox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASqueezebox_C, SkeletalMesh) == 0x0006B8, "Member 'ASqueezebox_C::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EQS_PerceptedTargets_C_ProvideLocationsSet \ static_assert(alignof(EQS_PerceptedTargets_C_ProvideLocationsSet) == 0x000008, "Wrong alignment on EQS_PerceptedTargets_C_ProvideLocationsSet"); \ static_assert(sizeof(EQS_PerceptedTargets_C_ProvideLocationsSet) == 0x0000D8, "Wrong size on EQS_PerceptedTargets_C_ProvideLocationsSet"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, Result) == 0x000020, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::Result' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, K2Node_DynamicCast_AsFGAICharacter) == 0x000030, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, K2Node_DynamicCast_AsFGAIController) == 0x000050, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::K2Node_DynamicCast_AsFGAIController' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_GetCurrentlyPerceivedActors_OutActors) == 0x000060, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_GetCurrentlyPerceivedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, Temp_int_Array_Index_Variable) == 0x000074, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Get_Item) == 0x000080, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, Temp_int_Loop_Counter_Variable_1) == 0x000098, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Add_IntInt_ReturnValue_1) == 0x00009C, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000A0, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000BC, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Length_ReturnValue_1) == 0x0000C8, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Array_Add_ReturnValue_1) == 0x0000CC, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EQS_PerceptedTargets_C_ProvideLocationsSet, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D0, "Member 'EQS_PerceptedTargets_C_ProvideLocationsSet::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_PerceptedTargets_C \ static_assert(alignof(UEQS_PerceptedTargets_C) == 0x000008, "Wrong alignment on UEQS_PerceptedTargets_C"); \ static_assert(sizeof(UEQS_PerceptedTargets_C) == 0x000030, "Wrong size on UEQS_PerceptedTargets_C"); \ #define DUMPER7_ASSERTS_EQS_TargetLastLocationContext_C_ProvideSingleLocation \ static_assert(alignof(EQS_TargetLastLocationContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQS_TargetLastLocationContext_C_ProvideSingleLocation"); \ static_assert(sizeof(EQS_TargetLastLocationContext_C_ProvideSingleLocation) == 0x000058, "Wrong size on EQS_TargetLastLocationContext_C_ProvideSingleLocation"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsFGAICharacter) == 0x000020, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, CallFunc_Array_Get_Item) == 0x000040, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EQS_TargetLastLocationContext_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'EQS_TargetLastLocationContext_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEQS_TargetLastLocationContext_C \ static_assert(alignof(UEQS_TargetLastLocationContext_C) == 0x000008, "Wrong alignment on UEQS_TargetLastLocationContext_C"); \ static_assert(sizeof(UEQS_TargetLastLocationContext_C) == 0x000030, "Wrong size on UEQS_TargetLastLocationContext_C"); \ #define DUMPER7_ASSERTS_Djembe_C_ExecuteUbergraph_Djembe \ static_assert(alignof(Djembe_C_ExecuteUbergraph_Djembe) == 0x000008, "Wrong alignment on Djembe_C_ExecuteUbergraph_Djembe"); \ static_assert(sizeof(Djembe_C_ExecuteUbergraph_Djembe) == 0x0000E0, "Wrong size on Djembe_C_ExecuteUbergraph_Djembe"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, EntryPoint) == 0x000000, "Member 'Djembe_C_ExecuteUbergraph_Djembe::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Djembe_C_ExecuteUbergraph_Djembe::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, Temp_int_Variable) == 0x000010, "Member 'Djembe_C_ExecuteUbergraph_Djembe::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'Djembe_C_ExecuteUbergraph_Djembe::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, Temp_text_Variable) == 0x000020, "Member 'Djembe_C_ExecuteUbergraph_Djembe::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, Temp_text_Variable_1) == 0x000050, "Member 'Djembe_C_ExecuteUbergraph_Djembe::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, Temp_text_Variable_2) == 0x000068, "Member 'Djembe_C_ExecuteUbergraph_Djembe::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, Temp_text_Variable_3) == 0x000080, "Member 'Djembe_C_ExecuteUbergraph_Djembe::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_Event_StatusNum) == 0x000098, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_Event_StatusNum' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A0, "Member 'Djembe_C_ExecuteUbergraph_Djembe::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, CallFunc_GetHUD_ReturnValue_1) == 0x0000A8, "Member 'Djembe_C_ExecuteUbergraph_Djembe::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_Select_Default) == 0x0000B0, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000C8, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'Djembe_C_ExecuteUbergraph_Djembe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_ExecuteUbergraph_Djembe, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'Djembe_C_ExecuteUbergraph_Djembe::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Djembe_C_OnStatusChanged \ static_assert(alignof(Djembe_C_OnStatusChanged) == 0x000004, "Wrong alignment on Djembe_C_OnStatusChanged"); \ static_assert(sizeof(Djembe_C_OnStatusChanged) == 0x000004, "Wrong size on Djembe_C_OnStatusChanged"); \ static_assert(offsetof(Djembe_C_OnStatusChanged, StatusNum) == 0x000000, "Member 'Djembe_C_OnStatusChanged::StatusNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Djembe_C_GetItemSelection \ static_assert(alignof(Djembe_C_GetItemSelection) == 0x000008, "Wrong alignment on Djembe_C_GetItemSelection"); \ static_assert(sizeof(Djembe_C_GetItemSelection) == 0x000130, "Wrong size on Djembe_C_GetItemSelection"); \ static_assert(offsetof(Djembe_C_GetItemSelection, Hit) == 0x000000, "Member 'Djembe_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, Player) == 0x000088, "Member 'Djembe_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Djembe_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Djembe_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Djembe_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Djembe_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'Djembe_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Djembe_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012D, "Member 'Djembe_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADjembe_C \ static_assert(alignof(ADjembe_C) == 0x000010, "Wrong alignment on ADjembe_C"); \ static_assert(sizeof(ADjembe_C) == 0x0006C0, "Wrong size on ADjembe_C"); \ static_assert(offsetof(ADjembe_C, UberGraphFrame) == 0x0006B0, "Member 'ADjembe_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFCoverPointInfo \ static_assert(alignof(FFCoverPointInfo) == 0x000008, "Wrong alignment on FFCoverPointInfo"); \ static_assert(sizeof(FFCoverPointInfo) == 0x000010, "Wrong size on FFCoverPointInfo"); \ static_assert(offsetof(FFCoverPointInfo, bInCover_16_3495DA634DDEE4E986BB1DB157D08214) == 0x000000, "Member 'FFCoverPointInfo::bInCover_16_3495DA634DDEE4E986BB1DB157D08214' has a wrong offset!"); \ static_assert(offsetof(FFCoverPointInfo, bRightCover_2_875565B64E638DEC12DDFDA516FC8DC5) == 0x000001, "Member 'FFCoverPointInfo::bRightCover_2_875565B64E638DEC12DDFDA516FC8DC5' has a wrong offset!"); \ static_assert(offsetof(FFCoverPointInfo, bLeftCover_4_763E4E13407FF4C22DCF46BE2EEA80B7) == 0x000002, "Member 'FFCoverPointInfo::bLeftCover_4_763E4E13407FF4C22DCF46BE2EEA80B7' has a wrong offset!"); \ static_assert(offsetof(FFCoverPointInfo, bMiddleCover_6_55503724460369442A4D31A25BCF40E8) == 0x000003, "Member 'FFCoverPointInfo::bMiddleCover_6_55503724460369442A4D31A25BCF40E8' has a wrong offset!"); \ static_assert(offsetof(FFCoverPointInfo, bHalfCover_18_994E7661442A7DDFE7B153AA2205AAC6) == 0x000004, "Member 'FFCoverPointInfo::bHalfCover_18_994E7661442A7DDFE7B153AA2205AAC6' has a wrong offset!"); \ static_assert(offsetof(FFCoverPointInfo, OccupiedBy_22_E57BC2CE45B78F326729959A7D9E762C) == 0x000008, "Member 'FFCoverPointInfo::OccupiedBy_22_E57BC2CE45B78F326729959A7D9E762C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter \ static_assert(alignof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter) == 0x000010, "Wrong alignment on GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter"); \ static_assert(sizeof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter) == 0x000750, "Wrong size on GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, EntryPoint) == 0x000000, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_bool_Variable) == 0x000030, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_object_Variable) == 0x000038, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable) == 0x000040, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_Hit_3) == 0x000050, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_PlayerCharacter_3) == 0x0000D8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_Hit_2) == 0x0000E0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_PlayerCharacter_2) == 0x000168, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_Hit_1) == 0x000170, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_PlayerCharacter_1) == 0x0001F8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_HitResult) == 0x000200, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_DamageType_1) == 0x000288, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_DamageType_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_PawnInstigator) == 0x000290, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_ImpulseDir) == 0x000298, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_1) == 0x0002A4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0002A8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002AC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_IsValidClass_ReturnValue) == 0x0002B0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x0002B1, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002B2, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_Time) == 0x0002B4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_Distance) == 0x0002B8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_Location) == 0x0002BC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x0002C8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_Normal) == 0x0002D4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0002E0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_PhysMat) == 0x0002F0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_HitActor) == 0x0002F8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_HitComponent) == 0x000300, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000308, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_HitItem) == 0x000310, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_ElementIndex) == 0x000314, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000318, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_TraceStart) == 0x00031C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000328, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000334, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Normal_ReturnValue) == 0x000340, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_NotEqual_NameName_ReturnValue) == 0x00034C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000350, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00035C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000360, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00036C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakVector_X) == 0x000378, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakVector_Y) == 0x00037C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BreakVector_Z) == 0x000380, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x000384, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Abs_ReturnValue) == 0x000388, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BooleanAND_ReturnValue) == 0x00038C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_MakeVector_ReturnValue) == 0x000390, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x00039C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x00039D, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_2) == 0x0003A0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x0003A4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Not_PreBool_ReturnValue) == 0x0003A8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_Damage) == 0x0003AC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_DamageType) == 0x0003B0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_HitLocation) == 0x0003B8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_HitNormal) == 0x0003C4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_HitComponent) == 0x0003D0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_BoneName) == 0x0003D8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_BoneName' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_ShotFromDirection) == 0x0003E0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_InstigatedBy) == 0x0003F0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_DamageCauser) == 0x0003F8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_HitInfo) == 0x000400, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_HitInfo' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue) == 0x000488, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_1) == 0x00048C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000490, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Map_Keys_Keys) == 0x000498, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Map_Values_Values) == 0x0004A8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_2) == 0x0004B8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0004BC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0004C0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_2) == 0x0004C4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Map_Keys_Keys_1) == 0x0004C8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item) == 0x0004D8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_3) == 0x0004E0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Map_Values_Values_1) == 0x0004E8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_MapRangeClamped_ReturnValue) == 0x0004F8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_FInterpTo_Constant_ReturnValue) == 0x0004FC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_Hit) == 0x000500, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Event_PlayerCharacter) == 0x000588, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_IsValid_ReturnValue) == 0x000590, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_3) == 0x000594, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000598, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0005A8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_4) == 0x0005AC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Subtract_IntInt_ReturnValue) == 0x0005B0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue_3) == 0x0005B4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Max_ReturnValue) == 0x0005B8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_3) == 0x0005BC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_1) == 0x0005C0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0005C8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_HasAuthority_ReturnValue) == 0x0005CC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_4) == 0x0005D0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_5) == 0x0005D4, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_2) == 0x0005D8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_3) == 0x0005F0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_4) == 0x0005F8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0005FC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000600, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_5) == 0x000604, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x000608, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue_4) == 0x00060C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Loop_Counter_Variable_6) == 0x000610, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue_3) == 0x000614, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_IntInt_ReturnValue_5) == 0x000618, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000620, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetObjectClass_ReturnValue) == 0x000628, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetRelativeTransform_ReturnValue) == 0x000630, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_AddComponent_ReturnValue) == 0x000660, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CustomEvent_QueryInstance) == 0x000668, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CustomEvent_QueryStatus) == 0x000670, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000671, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_IsValid_ReturnValue_1) == 0x000672, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000678, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000688, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_4) == 0x00068C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_5) == 0x000698, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue_4) == 0x00069C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetInvalidAiLocation_ReturnValue) == 0x0006A0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetInvalidAiLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, Temp_int_Array_Index_Variable_6) == 0x0006AC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_5) == 0x0006B0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetBaseAttackPointQuery_Result) == 0x0006B8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetBaseAttackPointQuery_Result' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_Select_Default) == 0x0006C0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CustomEvent_OldValue) == 0x0006C8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CustomEvent_OldValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CustomEvent_NewValue) == 0x0006CC, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_RunEQSQuery_ReturnValue) == 0x0006D0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0006D8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetPlayerController_ReturnValue) == 0x0006E0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetHUD_ReturnValue) == 0x0006E8, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_DynamicCast_AsHUD_Interface) == 0x0006F0, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_DynamicCast_bSuccess) == 0x000700, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetMaxValue_ReturnValue) == 0x000704, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000708, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x00070C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetIsEnemy_isEnemy) == 0x00071C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetIsEnemy_isEnemy' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x00071D, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetTimeSeconds_ReturnValue) == 0x000720, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_FloatFloat_ReturnValue) == 0x000724, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_FloatFloat_ReturnValue) == 0x000728, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x00072C, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000730, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000734, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Get_Item_6) == 0x000738, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_BooleanOR_ReturnValue) == 0x000740, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Array_Length_ReturnValue_6) == 0x000744, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter, CallFunc_Less_IntInt_ReturnValue_5) == 0x000748, "Member 'GenericAICharacter_C_ExecuteUbergraph_GenericAICharacter::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnHealthValueChanged \ static_assert(alignof(GenericAICharacter_C_OnHealthValueChanged) == 0x000004, "Wrong alignment on GenericAICharacter_C_OnHealthValueChanged"); \ static_assert(sizeof(GenericAICharacter_C_OnHealthValueChanged) == 0x000008, "Wrong size on GenericAICharacter_C_OnHealthValueChanged"); \ static_assert(offsetof(GenericAICharacter_C_OnHealthValueChanged, OldValue) == 0x000000, "Member 'GenericAICharacter_C_OnHealthValueChanged::OldValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnHealthValueChanged, NewValue) == 0x000004, "Member 'GenericAICharacter_C_OnHealthValueChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CustomEvent_0 \ static_assert(alignof(GenericAICharacter_C_CustomEvent_0) == 0x000008, "Wrong alignment on GenericAICharacter_C_CustomEvent_0"); \ static_assert(sizeof(GenericAICharacter_C_CustomEvent_0) == 0x000010, "Wrong size on GenericAICharacter_C_CustomEvent_0"); \ static_assert(offsetof(GenericAICharacter_C_CustomEvent_0, QueryInstance) == 0x000000, "Member 'GenericAICharacter_C_CustomEvent_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CustomEvent_0, QueryStatus) == 0x000008, "Member 'GenericAICharacter_C_CustomEvent_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnUseActor \ static_assert(alignof(GenericAICharacter_C_OnUseActor) == 0x000008, "Wrong alignment on GenericAICharacter_C_OnUseActor"); \ static_assert(sizeof(GenericAICharacter_C_OnUseActor) == 0x000090, "Wrong size on GenericAICharacter_C_OnUseActor"); \ static_assert(offsetof(GenericAICharacter_C_OnUseActor, Hit) == 0x000000, "Member 'GenericAICharacter_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_ReceivePointDamage \ static_assert(alignof(GenericAICharacter_C_ReceivePointDamage) == 0x000008, "Wrong alignment on GenericAICharacter_C_ReceivePointDamage"); \ static_assert(sizeof(GenericAICharacter_C_ReceivePointDamage) == 0x0000E0, "Wrong size on GenericAICharacter_C_ReceivePointDamage"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, Damage) == 0x000000, "Member 'GenericAICharacter_C_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, DamageType) == 0x000008, "Member 'GenericAICharacter_C_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, HitLocation) == 0x000010, "Member 'GenericAICharacter_C_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'GenericAICharacter_C_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, HitComponent) == 0x000028, "Member 'GenericAICharacter_C_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, BoneName) == 0x000030, "Member 'GenericAICharacter_C_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'GenericAICharacter_C_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'GenericAICharacter_C_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'GenericAICharacter_C_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ReceivePointDamage, HitInfo) == 0x000058, "Member 'GenericAICharacter_C_ReceivePointDamage::HitInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_RagdollPlayHit \ static_assert(alignof(GenericAICharacter_C_RagdollPlayHit) == 0x000008, "Wrong alignment on GenericAICharacter_C_RagdollPlayHit"); \ static_assert(sizeof(GenericAICharacter_C_RagdollPlayHit) == 0x0000A8, "Wrong size on GenericAICharacter_C_RagdollPlayHit"); \ static_assert(offsetof(GenericAICharacter_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'GenericAICharacter_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'GenericAICharacter_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'GenericAICharacter_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'GenericAICharacter_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnHoldUseActor \ static_assert(alignof(GenericAICharacter_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericAICharacter_C_OnHoldUseActor"); \ static_assert(sizeof(GenericAICharacter_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericAICharacter_C_OnHoldUseActor"); \ static_assert(offsetof(GenericAICharacter_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericAICharacter_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnAltHoldUseActor \ static_assert(alignof(GenericAICharacter_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericAICharacter_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericAICharacter_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericAICharacter_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericAICharacter_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericAICharacter_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnAlternateUseActor \ static_assert(alignof(GenericAICharacter_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericAICharacter_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericAICharacter_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericAICharacter_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericAICharacter_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericAICharacter_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CanLoot \ static_assert(alignof(GenericAICharacter_C_CanLoot) == 0x000008, "Wrong alignment on GenericAICharacter_C_CanLoot"); \ static_assert(sizeof(GenericAICharacter_C_CanLoot) == 0x000050, "Wrong size on GenericAICharacter_C_CanLoot"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, Target) == 0x000000, "Member 'GenericAICharacter_C_CanLoot::Target' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, ReturnValue) == 0x000008, "Member 'GenericAICharacter_C_CanLoot::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, bCanAddSomething) == 0x000009, "Member 'GenericAICharacter_C_CanLoot::bCanAddSomething' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'GenericAICharacter_C_CanLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'GenericAICharacter_C_CanLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'GenericAICharacter_C_CanLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericAICharacter_C_CanLoot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_GetItemPlaceholders_ReturnValue) == 0x000018, "Member 'GenericAICharacter_C_CanLoot::CallFunc_GetItemPlaceholders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'GenericAICharacter_C_CanLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_Array_Get_Item) == 0x000030, "Member 'GenericAICharacter_C_CanLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'GenericAICharacter_C_CanLoot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'GenericAICharacter_C_CanLoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanLoot, CallFunc_CanAddFromPlaceholder_ReturnValue) == 0x00004A, "Member 'GenericAICharacter_C_CanLoot::CallFunc_CanAddFromPlaceholder_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GenerateLoot \ static_assert(alignof(GenericAICharacter_C_GenerateLoot) == 0x000008, "Wrong alignment on GenericAICharacter_C_GenerateLoot"); \ static_assert(sizeof(GenericAICharacter_C_GenerateLoot) == 0x000060, "Wrong size on GenericAICharacter_C_GenerateLoot"); \ static_assert(offsetof(GenericAICharacter_C_GenerateLoot, RolledCount) == 0x000000, "Member 'GenericAICharacter_C_GenerateLoot::RolledCount' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateLoot, RolledItems) == 0x000008, "Member 'GenericAICharacter_C_GenerateLoot::RolledItems' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateLoot, CallFunc_HasAuthority_ReturnValue) == 0x000058, "Member 'GenericAICharacter_C_GenerateLoot::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_OnDeathEvent \ static_assert(alignof(GenericAICharacter_C_OnDeathEvent) == 0x000008, "Wrong alignment on GenericAICharacter_C_OnDeathEvent"); \ static_assert(sizeof(GenericAICharacter_C_OnDeathEvent) == 0x000030, "Wrong size on GenericAICharacter_C_OnDeathEvent"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'GenericAICharacter_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'GenericAICharacter_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'GenericAICharacter_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, SuperReturn) == 0x000011, "Member 'GenericAICharacter_C_OnDeathEvent::SuperReturn' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000012, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_GetAction_ReturnValue) == 0x000018, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, K2Node_DynamicCast_AsBase_Action_Crio_Blast) == 0x000020, "Member 'GenericAICharacter_C_OnDeathEvent::K2Node_DynamicCast_AsBase_Action_Crio_Blast' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GenericAICharacter_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_IsValid_ReturnValue_2) == 0x00002B, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_GetType_ReturnValue) == 0x00002C, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_GetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_OnDeathEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002D, "Member 'GenericAICharacter_C_OnDeathEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_IsBusy \ static_assert(alignof(GenericAICharacter_C_IsBusy) == 0x000008, "Wrong alignment on GenericAICharacter_C_IsBusy"); \ static_assert(sizeof(GenericAICharacter_C_IsBusy) == 0x000028, "Wrong size on GenericAICharacter_C_IsBusy"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, Result) == 0x000000, "Member 'GenericAICharacter_C_IsBusy::Result' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'GenericAICharacter_C_IsBusy::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GenericAICharacter_C_IsBusy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'GenericAICharacter_C_IsBusy::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericAICharacter_C_IsBusy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_IsBusy, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000021, "Member 'GenericAICharacter_C_IsBusy::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_Get_Throw_Velocity \ static_assert(alignof(GenericAICharacter_C_Get_Throw_Velocity) == 0x000004, "Wrong alignment on GenericAICharacter_C_Get_Throw_Velocity"); \ static_assert(sizeof(GenericAICharacter_C_Get_Throw_Velocity) == 0x000040, "Wrong size on GenericAICharacter_C_Get_Throw_Velocity"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, Distance) == 0x000000, "Member 'GenericAICharacter_C_Get_Throw_Velocity::Distance' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, Height) == 0x000004, "Member 'GenericAICharacter_C_Get_Throw_Velocity::Height' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, Angle) == 0x000008, "Member 'GenericAICharacter_C_Get_Throw_Velocity::Angle' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, return_0) == 0x00000C, "Member 'GenericAICharacter_C_Get_Throw_Velocity::return_0' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_DegCos_ReturnValue) == 0x000014, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Square_ReturnValue) == 0x00001C, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_DegTan_ReturnValue) == 0x000020, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_DegTan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000024, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000028, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000030, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Abs_ReturnValue) == 0x000038, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_Get_Throw_Velocity, CallFunc_Sqrt_ReturnValue) == 0x00003C, "Member 'GenericAICharacter_C_Get_Throw_Velocity::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_ThrowProjectile \ static_assert(alignof(GenericAICharacter_C_ThrowProjectile) == 0x000010, "Wrong alignment on GenericAICharacter_C_ThrowProjectile"); \ static_assert(sizeof(GenericAICharacter_C_ThrowProjectile) == 0x000230, "Wrong size on GenericAICharacter_C_ThrowProjectile"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, ProjectileClass) == 0x000000, "Member 'GenericAICharacter_C_ThrowProjectile::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, SpawnLocation) == 0x000008, "Member 'GenericAICharacter_C_ThrowProjectile::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, TargetLocation) == 0x000014, "Member 'GenericAICharacter_C_ThrowProjectile::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, Angle) == 0x000020, "Member 'GenericAICharacter_C_ThrowProjectile::Angle' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_GetActorEyesViewPoint_OutLocation) == 0x000024, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_GetActorEyesViewPoint_OutLocation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_GetActorEyesViewPoint_OutRotation) == 0x000030, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_GetActorEyesViewPoint_OutRotation' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_X) == 0x00003C, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_Y) == 0x000040, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_Z) == 0x000044, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakRotator_Roll) == 0x000048, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakRotator_Pitch) == 0x00004C, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakRotator_Yaw) == 0x000050, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Vector_Distance_ReturnValue) == 0x000054, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_MakeRotator_ReturnValue) == 0x000058, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0000A0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000B0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_X_1) == 0x0000B8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_Y_1) == 0x0000BC, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakVector_Z_1) == 0x0000C0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Get_Throw_Velocity_Return) == 0x0000D4, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Get_Throw_Velocity_Return' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, Temp_object_Variable) == 0x0000E8, "Member 'GenericAICharacter_C_ThrowProjectile::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutHit) == 0x0000F8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutHit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutPathPositions) == 0x000180, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutLastTraceDestination) == 0x000190, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_ReturnValue) == 0x00019C, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_bBlockingHit) == 0x00019D, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_bInitialOverlap) == 0x00019E, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_Time) == 0x0001A0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_Distance) == 0x0001A4, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_Location) == 0x0001A8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_ImpactPoint) == 0x0001B4, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_Normal) == 0x0001C0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_ImpactNormal) == 0x0001CC, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_PhysMat) == 0x0001D8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_HitActor) == 0x0001E0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_HitComponent) == 0x0001E8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_HitBoneName) == 0x0001F0, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_HitItem) == 0x0001F8, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_ElementIndex) == 0x0001FC, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_FaceIndex) == 0x000200, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_TraceStart) == 0x000204, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_BreakHitResult_TraceEnd) == 0x000210, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_ThrowProjectile, CallFunc_GetDisplayName_ReturnValue) == 0x000220, "Member 'GenericAICharacter_C_ThrowProjectile::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CrioBlast \ static_assert(alignof(GenericAICharacter_C_CrioBlast) == 0x000010, "Wrong alignment on GenericAICharacter_C_CrioBlast"); \ static_assert(sizeof(GenericAICharacter_C_CrioBlast) == 0x000080, "Wrong size on GenericAICharacter_C_CrioBlast"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, Class_0) == 0x000000, "Member 'GenericAICharacter_C_CrioBlast::Class_0' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, Owner_0) == 0x000008, "Member 'GenericAICharacter_C_CrioBlast::Owner_0' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, ExplosionRadiusMOD) == 0x000010, "Member 'GenericAICharacter_C_CrioBlast::ExplosionRadiusMOD' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, ExplosionDamageMOD) == 0x000014, "Member 'GenericAICharacter_C_CrioBlast::ExplosionDamageMOD' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, Damage) == 0x000018, "Member 'GenericAICharacter_C_CrioBlast::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, PenetrateDepth) == 0x00001C, "Member 'GenericAICharacter_C_CrioBlast::PenetrateDepth' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, Instigator_0) == 0x000020, "Member 'GenericAICharacter_C_CrioBlast::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'GenericAICharacter_C_CrioBlast::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, K2Node_MakeArray_Array) == 0x000060, "Member 'GenericAICharacter_C_CrioBlast::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'GenericAICharacter_C_CrioBlast::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CrioBlast, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'GenericAICharacter_C_CrioBlast::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GetBaseAttackPointQuery \ static_assert(alignof(GenericAICharacter_C_GetBaseAttackPointQuery) == 0x000008, "Wrong alignment on GenericAICharacter_C_GetBaseAttackPointQuery"); \ static_assert(sizeof(GenericAICharacter_C_GetBaseAttackPointQuery) == 0x000008, "Wrong size on GenericAICharacter_C_GetBaseAttackPointQuery"); \ static_assert(offsetof(GenericAICharacter_C_GetBaseAttackPointQuery, Result) == 0x000000, "Member 'GenericAICharacter_C_GetBaseAttackPointQuery::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GenerateQuestAngarKey \ static_assert(alignof(GenericAICharacter_C_GenerateQuestAngarKey) == 0x000008, "Wrong alignment on GenericAICharacter_C_GenerateQuestAngarKey"); \ static_assert(sizeof(GenericAICharacter_C_GenerateQuestAngarKey) == 0x0000B8, "Wrong size on GenericAICharacter_C_GenerateQuestAngarKey"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, AngarKey) == 0x000000, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::AngarKey' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, K2Node_MakeStruct_SingleItemInfo) == 0x000008, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::K2Node_MakeStruct_SingleItemInfo' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, K2Node_MakeStruct_SingleItemInfo_1) == 0x000030, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::K2Node_MakeStruct_SingleItemInfo_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Array_AddUnique_ReturnValue) == 0x000050, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetQuestInventory_ReturnValue) == 0x000058, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000060, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetItemCountByClass_ReturnValue) == 0x000068, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetItemCountByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000070, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000078, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetAIDirectorManager_ReturnValue_1) == 0x000080, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetAIDirectorManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_IsValid_ReturnValue_2) == 0x000089, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetSpawnedEnemy_ReturnValue) == 0x00008C, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetSpawnedEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetDiedEnemy_ReturnValue) == 0x000090, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetDiedEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00009C, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_Percent_IntInt_ReturnValue) == 0x0000A0, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000A4, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_GetQuestGraphManager_ReturnValue) == 0x0000A8, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_BooleanOR_ReturnValue) == 0x0000B0, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_IsValid_ReturnValue_3) == 0x0000B1, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GenerateQuestAngarKey, CallFunc_HaveActiveTaskByTag_ReturnValue) == 0x0000B2, "Member 'GenericAICharacter_C_GenerateQuestAngarKey::CallFunc_HaveActiveTaskByTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GetItemSelection \ static_assert(alignof(GenericAICharacter_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericAICharacter_C_GetItemSelection"); \ static_assert(sizeof(GenericAICharacter_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericAICharacter_C_GetItemSelection"); \ static_assert(offsetof(GenericAICharacter_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericAICharacter_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetItemSelection, Player) == 0x000088, "Member 'GenericAICharacter_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericAICharacter_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericAICharacter_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericAICharacter_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GetItemDurability \ static_assert(alignof(GenericAICharacter_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericAICharacter_C_GetItemDurability"); \ static_assert(sizeof(GenericAICharacter_C_GetItemDurability) == 0x000018, "Wrong size on GenericAICharacter_C_GetItemDurability"); \ static_assert(offsetof(GenericAICharacter_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericAICharacter_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CanUse \ static_assert(alignof(GenericAICharacter_C_CanUse) == 0x000008, "Wrong alignment on GenericAICharacter_C_CanUse"); \ static_assert(sizeof(GenericAICharacter_C_CanUse) == 0x000098, "Wrong size on GenericAICharacter_C_CanUse"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, Hit) == 0x000000, "Member 'GenericAICharacter_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericAICharacter_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, CallFunc_IsBusy_Result) == 0x000091, "Member 'GenericAICharacter_C_CanUse::CallFunc_IsBusy_Result' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, CallFunc_IsAlive_ReturnValue) == 0x000092, "Member 'GenericAICharacter_C_CanUse::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'GenericAICharacter_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x000094, "Member 'GenericAICharacter_C_CanUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000095, "Member 'GenericAICharacter_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CanHoldUse \ static_assert(alignof(GenericAICharacter_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericAICharacter_C_CanHoldUse"); \ static_assert(sizeof(GenericAICharacter_C_CanHoldUse) == 0x000098, "Wrong size on GenericAICharacter_C_CanHoldUse"); \ static_assert(offsetof(GenericAICharacter_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericAICharacter_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericAICharacter_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CanAltUse \ static_assert(alignof(GenericAICharacter_C_CanAltUse) == 0x000008, "Wrong alignment on GenericAICharacter_C_CanAltUse"); \ static_assert(sizeof(GenericAICharacter_C_CanAltUse) == 0x000098, "Wrong size on GenericAICharacter_C_CanAltUse"); \ static_assert(offsetof(GenericAICharacter_C_CanAltUse, Hit) == 0x000000, "Member 'GenericAICharacter_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericAICharacter_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_CanAltHoldUse \ static_assert(alignof(GenericAICharacter_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericAICharacter_C_CanAltHoldUse"); \ static_assert(sizeof(GenericAICharacter_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericAICharacter_C_CanAltHoldUse"); \ static_assert(offsetof(GenericAICharacter_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericAICharacter_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericAICharacter_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericAICharacter_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GetIsEnemy \ static_assert(alignof(GenericAICharacter_C_GetIsEnemy) == 0x000001, "Wrong alignment on GenericAICharacter_C_GetIsEnemy"); \ static_assert(sizeof(GenericAICharacter_C_GetIsEnemy) == 0x000001, "Wrong size on GenericAICharacter_C_GetIsEnemy"); \ static_assert(offsetof(GenericAICharacter_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'GenericAICharacter_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericAICharacter_C_GetEnemyData \ static_assert(alignof(GenericAICharacter_C_GetEnemyData) == 0x000008, "Wrong alignment on GenericAICharacter_C_GetEnemyData"); \ static_assert(sizeof(GenericAICharacter_C_GetEnemyData) == 0x000060, "Wrong size on GenericAICharacter_C_GetEnemyData"); \ static_assert(offsetof(GenericAICharacter_C_GetEnemyData, Data) == 0x000000, "Member 'GenericAICharacter_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetEnemyData, CallFunc_GetMaxValue_ReturnValue) == 0x000028, "Member 'GenericAICharacter_C_GetEnemyData::CallFunc_GetMaxValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetEnemyData, CallFunc_GetValue_ReturnValue) == 0x00002C, "Member 'GenericAICharacter_C_GetEnemyData::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'GenericAICharacter_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericAICharacter_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000038, "Member 'GenericAICharacter_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericAICharacter_C \ static_assert(alignof(AGenericAICharacter_C) == 0x000010, "Wrong alignment on AGenericAICharacter_C"); \ static_assert(sizeof(AGenericAICharacter_C) == 0x000EB0, "Wrong size on AGenericAICharacter_C"); \ static_assert(offsetof(AGenericAICharacter_C, UberGraphFrame) == 0x000DD0, "Member 'AGenericAICharacter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Widget) == 0x000DD8, "Member 'AGenericAICharacter_C::Widget' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_6_NewTrack_0_646038F544B596347AFAB6A372250F92) == 0x000DE0, "Member 'AGenericAICharacter_C::Timeline_6_NewTrack_0_646038F544B596347AFAB6A372250F92' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_6__Direction_646038F544B596347AFAB6A372250F92) == 0x000DE4, "Member 'AGenericAICharacter_C::Timeline_6__Direction_646038F544B596347AFAB6A372250F92' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_6) == 0x000DE8, "Member 'AGenericAICharacter_C::Timeline_6' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_5_NewTrack_0_209EB0AB4C9BFD94F0E00AB53E83DBD5) == 0x000DF0, "Member 'AGenericAICharacter_C::Timeline_5_NewTrack_0_209EB0AB4C9BFD94F0E00AB53E83DBD5' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_5__Direction_209EB0AB4C9BFD94F0E00AB53E83DBD5) == 0x000DF4, "Member 'AGenericAICharacter_C::Timeline_5__Direction_209EB0AB4C9BFD94F0E00AB53E83DBD5' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_5) == 0x000DF8, "Member 'AGenericAICharacter_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_4_NewTrack_0_70925149468E18284CA75B99C6497F85) == 0x000E00, "Member 'AGenericAICharacter_C::Timeline_4_NewTrack_0_70925149468E18284CA75B99C6497F85' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_4__Direction_70925149468E18284CA75B99C6497F85) == 0x000E04, "Member 'AGenericAICharacter_C::Timeline_4__Direction_70925149468E18284CA75B99C6497F85' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_4) == 0x000E08, "Member 'AGenericAICharacter_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_3_NewTrack_0_5795302642587A09B03AE4A7B3353EA4) == 0x000E10, "Member 'AGenericAICharacter_C::Timeline_3_NewTrack_0_5795302642587A09B03AE4A7B3353EA4' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_3__Direction_5795302642587A09B03AE4A7B3353EA4) == 0x000E14, "Member 'AGenericAICharacter_C::Timeline_3__Direction_5795302642587A09B03AE4A7B3353EA4' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_3) == 0x000E18, "Member 'AGenericAICharacter_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_2_NewTrack_0_25BAAA0544AEF6C3708A9A90BB0955AF) == 0x000E20, "Member 'AGenericAICharacter_C::Timeline_2_NewTrack_0_25BAAA0544AEF6C3708A9A90BB0955AF' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_2__Direction_25BAAA0544AEF6C3708A9A90BB0955AF) == 0x000E24, "Member 'AGenericAICharacter_C::Timeline_2__Direction_25BAAA0544AEF6C3708A9A90BB0955AF' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_2) == 0x000E28, "Member 'AGenericAICharacter_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_1_NewTrack_0_DED2E69742B9F6DAD95C4CB40B82AA01) == 0x000E30, "Member 'AGenericAICharacter_C::Timeline_1_NewTrack_0_DED2E69742B9F6DAD95C4CB40B82AA01' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_1__Direction_DED2E69742B9F6DAD95C4CB40B82AA01) == 0x000E34, "Member 'AGenericAICharacter_C::Timeline_1__Direction_DED2E69742B9F6DAD95C4CB40B82AA01' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_1) == 0x000E38, "Member 'AGenericAICharacter_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_0_Simulation_Blend_Weight_3DF1174B42F977A1A1969FB10D774462) == 0x000E40, "Member 'AGenericAICharacter_C::Timeline_0_Simulation_Blend_Weight_3DF1174B42F977A1A1969FB10D774462' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_0_Phys_Anim_Strength_3DF1174B42F977A1A1969FB10D774462) == 0x000E44, "Member 'AGenericAICharacter_C::Timeline_0_Phys_Anim_Strength_3DF1174B42F977A1A1969FB10D774462' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_0__Direction_3DF1174B42F977A1A1969FB10D774462) == 0x000E48, "Member 'AGenericAICharacter_C::Timeline_0__Direction_3DF1174B42F977A1A1969FB10D774462' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, Timeline_0) == 0x000E50, "Member 'AGenericAICharacter_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, CurrentBW) == 0x000E58, "Member 'AGenericAICharacter_C::CurrentBW' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, BWPct) == 0x000E5C, "Member 'AGenericAICharacter_C::BWPct' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, bAutoloot) == 0x000E60, "Member 'AGenericAICharacter_C::bAutoloot' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, LootLists) == 0x000E68, "Member 'AGenericAICharacter_C::LootLists' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, SingleItemLists) == 0x000E78, "Member 'AGenericAICharacter_C::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, NewVar_0) == 0x000E88, "Member 'AGenericAICharacter_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, NewVar_1) == 0x000E94, "Member 'AGenericAICharacter_C::NewVar_1' has a wrong offset!"); \ static_assert(offsetof(AGenericAICharacter_C, FreezeSkeletal_ref) == 0x000EA0, "Member 'AGenericAICharacter_C::FreezeSkeletal_ref' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEgg_C_ExecuteUbergraph_UroborosEgg \ static_assert(alignof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg) == 0x000010, "Wrong alignment on UroborosEgg_C_ExecuteUbergraph_UroborosEgg"); \ static_assert(sizeof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg) == 0x000330, "Wrong size on UroborosEgg_C_ExecuteUbergraph_UroborosEgg"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, EntryPoint) == 0x000000, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_object_Variable) == 0x000010, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_HasAuthority_ReturnValue) == 0x000020, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_bool_IsClosed_Variable) == 0x000021, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_bool_Has_Been_Initd_Variable) == 0x000022, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Not_PreBool_ReturnValue_1) == 0x000060, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000068, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_FinishSpawningActor_ReturnValue) == 0x000070, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_HasAuthority_ReturnValue_1) == 0x000078, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_GetTransform_ReturnValue_1) == 0x000080, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0000B0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0000B8, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_GetTransform_ReturnValue_2) == 0x0000C0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000F0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_PlayEventAtLocation_ReturnValue) == 0x0000F8, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Not_PreBool_ReturnValue_3) == 0x000100, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000110, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x000140, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x000148, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, K2Node_MakeArray_Array) == 0x000150, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_HasAuthority_ReturnValue_2) == 0x000160, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000164, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Add_VectorVector_ReturnValue) == 0x000170, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_LineTraceMultiForObjects_OutHits) == 0x000180, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_LineTraceMultiForObjects_OutHits' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_LineTraceMultiForObjects_ReturnValue) == 0x000190, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_LineTraceMultiForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Array_Get_Item) == 0x000194, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Array_Length_ReturnValue) == 0x00021C, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_bBlockingHit) == 0x000220, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_bInitialOverlap) == 0x000221, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_Time) == 0x000224, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_Distance) == 0x000228, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_Location) == 0x00022C, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_ImpactPoint) == 0x000238, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_Normal) == 0x000244, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_ImpactNormal) == 0x000250, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_PhysMat) == 0x000260, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_HitActor) == 0x000268, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_HitComponent) == 0x000270, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_HitBoneName) == 0x000278, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_HitItem) == 0x000280, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_ElementIndex) == 0x000284, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_FaceIndex) == 0x000288, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_TraceStart) == 0x00028C, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakHitResult_TraceEnd) == 0x000298, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Less_IntInt_ReturnValue) == 0x0002A4, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_IsValid_ReturnValue) == 0x0002A5, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BooleanAND_ReturnValue) == 0x0002A6, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, K2Node_DynamicCast_AsLandscape_Heightfield_Collision_Component) == 0x0002A8, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::K2Node_DynamicCast_AsLandscape_Heightfield_Collision_Component' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, K2Node_DynamicCast_bSuccess) == 0x0002B0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x0002B8, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, K2Node_DynamicCast_bSuccess_1) == 0x0002C0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0002C4, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakRotator_Roll) == 0x0002D0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakRotator_Pitch) == 0x0002D4, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BreakRotator_Yaw) == 0x0002D8, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002DC, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_MakeRotator_ReturnValue) == 0x0002E0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_MakeTransform_ReturnValue) == 0x0002F0, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3) == 0x000320, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_ExecuteUbergraph_UroborosEgg, CallFunc_FinishSpawningActor_ReturnValue_3) == 0x000328, "Member 'UroborosEgg_C_ExecuteUbergraph_UroborosEgg::CallFunc_FinishSpawningActor_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UroborosEgg_C_OnDeathEvent \ static_assert(alignof(UroborosEgg_C_OnDeathEvent) == 0x000008, "Wrong alignment on UroborosEgg_C_OnDeathEvent"); \ static_assert(sizeof(UroborosEgg_C_OnDeathEvent) == 0x000018, "Wrong size on UroborosEgg_C_OnDeathEvent"); \ static_assert(offsetof(UroborosEgg_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'UroborosEgg_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'UroborosEgg_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'UroborosEgg_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UroborosEgg_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'UroborosEgg_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUroborosEgg_C \ static_assert(alignof(AUroborosEgg_C) == 0x000010, "Wrong alignment on AUroborosEgg_C"); \ static_assert(sizeof(AUroborosEgg_C) == 0x000EE0, "Wrong size on AUroborosEgg_C"); \ static_assert(offsetof(AUroborosEgg_C, UberGraphFrame_UroborosEgg_C) == 0x000EA8, "Member 'AUroborosEgg_C::UberGraphFrame_UroborosEgg_C' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, capsule) == 0x000EB0, "Member 'AUroborosEgg_C::capsule' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, LandingComponent) == 0x000EB8, "Member 'AUroborosEgg_C::LandingComponent' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, DetonationCollision) == 0x000EC0, "Member 'AUroborosEgg_C::DetonationCollision' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, bExploding) == 0x000EC8, "Member 'AUroborosEgg_C::bExploding' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, Damage) == 0x000ECC, "Member 'AUroborosEgg_C::Damage' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, bDestructibleMeshVisible) == 0x000ED0, "Member 'AUroborosEgg_C::bDestructibleMeshVisible' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, ActivationTimer) == 0x000ED4, "Member 'AUroborosEgg_C::ActivationTimer' has a wrong offset!"); \ static_assert(offsetof(AUroborosEgg_C, bAutoActivate) == 0x000ED8, "Member 'AUroborosEgg_C::bAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton \ static_assert(alignof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton"); \ static_assert(sizeof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton) == 0x000028, "Wrong size on FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton"); \ static_assert(offsetof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton, EntryPoint) == 0x000000, "Member 'FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton, K2Node_Event_InInstigator) == 0x000008, "Member 'FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton::K2Node_Event_InInstigator' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton, K2Node_Event_InInstigator_3) == 0x000010, "Member 'FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton::K2Node_Event_InInstigator_3' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton, K2Node_Event_InInstigator_2) == 0x000018, "Member 'FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton::K2Node_Event_InInstigator_2' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton, K2Node_Event_InInstigator_1) == 0x000020, "Member 'FakeDeadPlankton_C_ExecuteUbergraph_FakeDeadPlankton::K2Node_Event_InInstigator_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_OnLootActor \ static_assert(alignof(FakeDeadPlankton_C_OnLootActor) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_OnLootActor"); \ static_assert(sizeof(FakeDeadPlankton_C_OnLootActor) == 0x000008, "Wrong size on FakeDeadPlankton_C_OnLootActor"); \ static_assert(offsetof(FakeDeadPlankton_C_OnLootActor, InInstigator) == 0x000000, "Member 'FakeDeadPlankton_C_OnLootActor::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_OnHoldInteract \ static_assert(alignof(FakeDeadPlankton_C_OnHoldInteract) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_OnHoldInteract"); \ static_assert(sizeof(FakeDeadPlankton_C_OnHoldInteract) == 0x000008, "Wrong size on FakeDeadPlankton_C_OnHoldInteract"); \ static_assert(offsetof(FakeDeadPlankton_C_OnHoldInteract, InInstigator) == 0x000000, "Member 'FakeDeadPlankton_C_OnHoldInteract::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_OnGrappleStart \ static_assert(alignof(FakeDeadPlankton_C_OnGrappleStart) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_OnGrappleStart"); \ static_assert(sizeof(FakeDeadPlankton_C_OnGrappleStart) == 0x000008, "Wrong size on FakeDeadPlankton_C_OnGrappleStart"); \ static_assert(offsetof(FakeDeadPlankton_C_OnGrappleStart, InInstigator) == 0x000000, "Member 'FakeDeadPlankton_C_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_OnGrappleEnd \ static_assert(alignof(FakeDeadPlankton_C_OnGrappleEnd) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_OnGrappleEnd"); \ static_assert(sizeof(FakeDeadPlankton_C_OnGrappleEnd) == 0x000008, "Wrong size on FakeDeadPlankton_C_OnGrappleEnd"); \ static_assert(offsetof(FakeDeadPlankton_C_OnGrappleEnd, InInstigator) == 0x000000, "Member 'FakeDeadPlankton_C_OnGrappleEnd::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_CanBeLooted \ static_assert(alignof(FakeDeadPlankton_C_CanBeLooted) == 0x000001, "Wrong alignment on FakeDeadPlankton_C_CanBeLooted"); \ static_assert(sizeof(FakeDeadPlankton_C_CanBeLooted) == 0x000001, "Wrong size on FakeDeadPlankton_C_CanBeLooted"); \ static_assert(offsetof(FakeDeadPlankton_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'FakeDeadPlankton_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_CanBeGrappled \ static_assert(alignof(FakeDeadPlankton_C_CanBeGrappled) == 0x000001, "Wrong alignment on FakeDeadPlankton_C_CanBeGrappled"); \ static_assert(sizeof(FakeDeadPlankton_C_CanBeGrappled) == 0x000001, "Wrong size on FakeDeadPlankton_C_CanBeGrappled"); \ static_assert(offsetof(FakeDeadPlankton_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'FakeDeadPlankton_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_CanHoldInteract \ static_assert(alignof(FakeDeadPlankton_C_CanHoldInteract) == 0x000001, "Wrong alignment on FakeDeadPlankton_C_CanHoldInteract"); \ static_assert(sizeof(FakeDeadPlankton_C_CanHoldInteract) == 0x000001, "Wrong size on FakeDeadPlankton_C_CanHoldInteract"); \ static_assert(offsetof(FakeDeadPlankton_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'FakeDeadPlankton_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_OnDeathEvent \ static_assert(alignof(FakeDeadPlankton_C_OnDeathEvent) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_OnDeathEvent"); \ static_assert(sizeof(FakeDeadPlankton_C_OnDeathEvent) == 0x000018, "Wrong size on FakeDeadPlankton_C_OnDeathEvent"); \ static_assert(offsetof(FakeDeadPlankton_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'FakeDeadPlankton_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'FakeDeadPlankton_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'FakeDeadPlankton_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'FakeDeadPlankton_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_GetItemSelection \ static_assert(alignof(FakeDeadPlankton_C_GetItemSelection) == 0x000008, "Wrong alignment on FakeDeadPlankton_C_GetItemSelection"); \ static_assert(sizeof(FakeDeadPlankton_C_GetItemSelection) == 0x0000B0, "Wrong size on FakeDeadPlankton_C_GetItemSelection"); \ static_assert(offsetof(FakeDeadPlankton_C_GetItemSelection, Hit) == 0x000000, "Member 'FakeDeadPlankton_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_GetItemSelection, Player) == 0x000088, "Member 'FakeDeadPlankton_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_GetItemSelection, SelectionText) == 0x000090, "Member 'FakeDeadPlankton_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'FakeDeadPlankton_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(FakeDeadPlankton_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'FakeDeadPlankton_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FakeDeadPlankton_C_GetIsEnemy \ static_assert(alignof(FakeDeadPlankton_C_GetIsEnemy) == 0x000001, "Wrong alignment on FakeDeadPlankton_C_GetIsEnemy"); \ static_assert(sizeof(FakeDeadPlankton_C_GetIsEnemy) == 0x000001, "Wrong size on FakeDeadPlankton_C_GetIsEnemy"); \ static_assert(offsetof(FakeDeadPlankton_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'FakeDeadPlankton_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFakeDeadPlankton_C \ static_assert(alignof(AFakeDeadPlankton_C) == 0x000010, "Wrong alignment on AFakeDeadPlankton_C"); \ static_assert(sizeof(AFakeDeadPlankton_C) == 0x000EC0, "Wrong size on AFakeDeadPlankton_C"); \ static_assert(offsetof(AFakeDeadPlankton_C, UberGraphFrame_FakeDeadPlankton_C) == 0x000EA8, "Member 'AFakeDeadPlankton_C::UberGraphFrame_FakeDeadPlankton_C' has a wrong offset!"); \ static_assert(offsetof(AFakeDeadPlankton_C, CurrentFrequency) == 0x000EB0, "Member 'AFakeDeadPlankton_C::CurrentFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_ExecuteUbergraph_BugBase \ static_assert(alignof(BugBase_C_ExecuteUbergraph_BugBase) == 0x000008, "Wrong alignment on BugBase_C_ExecuteUbergraph_BugBase"); \ static_assert(sizeof(BugBase_C_ExecuteUbergraph_BugBase) == 0x0002A8, "Wrong size on BugBase_C_ExecuteUbergraph_BugBase"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, EntryPoint) == 0x000000, "Member 'BugBase_C_ExecuteUbergraph_BugBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_HasAuthority_ReturnValue_1) == 0x000005, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000014, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000020, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_RunEQSQuery_ReturnValue) == 0x000028, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryInstance_2) == 0x000030, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryInstance_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryStatus_2) == 0x000038, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryStatus_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000040, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000050, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000054, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000DC, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CreateDelegate_OutputDelegate) == 0x0000E0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryInstance_1) == 0x0000F0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryStatus_1) == 0x0000F8, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000100, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000108, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ResultLocations_1) == 0x000110, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ResultLocations_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ReturnValue_1) == 0x000120, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000124, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x0001AC, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetAction_ReturnValue) == 0x0001B0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_DynamicCast_AsBug_Action_Dig_In) == 0x0001B8, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_DynamicCast_AsBug_Action_Dig_In' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetAIController_ReturnValue) == 0x0001C8, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_DynamicCast_AsArena_Swarm_Controller) == 0x0001E0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_DynamicCast_AsArena_Swarm_Controller' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001EC, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001F0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F4, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_FindLookAtRotation_ReturnValue) == 0x000200, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_RunFrom) == 0x00020C, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_RunFrom' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_BreakRotator_Roll) == 0x000218, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_BreakRotator_Pitch) == 0x00021C, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_BreakRotator_Yaw) == 0x000220, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_MakeRotator_ReturnValue) == 0x000224, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000230, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_RunEQSQuery_ReturnValue_2) == 0x000238, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_RunEQSQuery_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryInstance) == 0x000240, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CustomEvent_QueryStatus) == 0x000248, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000249, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ResultLocations_2) == 0x000250, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ResultLocations_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetQueryResultsAsLocations_ReturnValue_2) == 0x000260, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetQueryResultsAsLocations_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_GetAIController_ReturnValue_1) == 0x000268, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_HasAuthority_ReturnValue_2) == 0x000270, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000274, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000280, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000288, "Member 'BugBase_C_ExecuteUbergraph_BugBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000298, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_ExecuteUbergraph_BugBase, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0002A0, "Member 'BugBase_C_ExecuteUbergraph_BugBase::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_OnQueryFinishedEvent_Event_2 \ static_assert(alignof(BugBase_C_OnQueryFinishedEvent_Event_2) == 0x000008, "Wrong alignment on BugBase_C_OnQueryFinishedEvent_Event_2"); \ static_assert(sizeof(BugBase_C_OnQueryFinishedEvent_Event_2) == 0x000010, "Wrong size on BugBase_C_OnQueryFinishedEvent_Event_2"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_2, QueryInstance) == 0x000000, "Member 'BugBase_C_OnQueryFinishedEvent_Event_2::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_2, QueryStatus) == 0x000008, "Member 'BugBase_C_OnQueryFinishedEvent_Event_2::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_Runaway \ static_assert(alignof(BugBase_C_Runaway) == 0x000004, "Wrong alignment on BugBase_C_Runaway"); \ static_assert(sizeof(BugBase_C_Runaway) == 0x00000C, "Wrong size on BugBase_C_Runaway"); \ static_assert(offsetof(BugBase_C_Runaway, RunFrom) == 0x000000, "Member 'BugBase_C_Runaway::RunFrom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_OnQueryFinishedEvent_Event_1 \ static_assert(alignof(BugBase_C_OnQueryFinishedEvent_Event_1) == 0x000008, "Wrong alignment on BugBase_C_OnQueryFinishedEvent_Event_1"); \ static_assert(sizeof(BugBase_C_OnQueryFinishedEvent_Event_1) == 0x000010, "Wrong size on BugBase_C_OnQueryFinishedEvent_Event_1"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_1, QueryInstance) == 0x000000, "Member 'BugBase_C_OnQueryFinishedEvent_Event_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_1, QueryStatus) == 0x000008, "Member 'BugBase_C_OnQueryFinishedEvent_Event_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BugBase_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BugBase_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BugBase_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BugBase_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BugBase_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BugBase_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_OnDeathEvent \ static_assert(alignof(BugBase_C_OnDeathEvent) == 0x000008, "Wrong alignment on BugBase_C_OnDeathEvent"); \ static_assert(sizeof(BugBase_C_OnDeathEvent) == 0x000028, "Wrong size on BugBase_C_OnDeathEvent"); \ static_assert(offsetof(BugBase_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'BugBase_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'BugBase_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'BugBase_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnDeathEvent, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BugBase_C_OnDeathEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugBase_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000020, "Member 'BugBase_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugBase_C_GetIsEnemy \ static_assert(alignof(BugBase_C_GetIsEnemy) == 0x000001, "Wrong alignment on BugBase_C_GetIsEnemy"); \ static_assert(sizeof(BugBase_C_GetIsEnemy) == 0x000001, "Wrong size on BugBase_C_GetIsEnemy"); \ static_assert(offsetof(BugBase_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'BugBase_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABugBase_C \ static_assert(alignof(ABugBase_C) == 0x000010, "Wrong alignment on ABugBase_C"); \ static_assert(sizeof(ABugBase_C) == 0x000F00, "Wrong size on ABugBase_C"); \ static_assert(offsetof(ABugBase_C, UberGraphFrame_BugBase_C) == 0x000EA8, "Member 'ABugBase_C::UberGraphFrame_BugBase_C' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, DissolveComponent) == 0x000EB0, "Member 'ABugBase_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, FootIK) == 0x000EB8, "Member 'ABugBase_C::FootIK' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, DiggingPoint) == 0x000EC0, "Member 'ABugBase_C::DiggingPoint' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, DigInMontage) == 0x000EC8, "Member 'ABugBase_C::DigInMontage' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, bDigging) == 0x000ED0, "Member 'ABugBase_C::bDigging' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, AIController) == 0x000ED8, "Member 'ABugBase_C::AIController' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, bScared) == 0x000EE0, "Member 'ABugBase_C::bScared' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, SpawnDebris) == 0x000EE8, "Member 'ABugBase_C::SpawnDebris' has a wrong offset!"); \ static_assert(offsetof(ABugBase_C, bDoDissolve) == 0x000EF0, "Member 'ABugBase_C::bDoDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple \ static_assert(alignof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple) == 0x000010, "Wrong alignment on Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple"); \ static_assert(sizeof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple) == 0x0000F0, "Wrong size on Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, EntryPoint) == 0x000000, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, K2Node_Event_Hit) == 0x000004, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_IsEmpty_ReturnValue) == 0x000098, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D8, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000E0, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple, CallFunc_IsInGravity_ReturnValue) == 0x0000E8, "Member 'Plankton_Grapple_C_ExecuteUbergraph_Plankton_Grapple::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_Grapple_C_OnUseActor \ static_assert(alignof(Plankton_Grapple_C_OnUseActor) == 0x000008, "Wrong alignment on Plankton_Grapple_C_OnUseActor"); \ static_assert(sizeof(Plankton_Grapple_C_OnUseActor) == 0x000090, "Wrong size on Plankton_Grapple_C_OnUseActor"); \ static_assert(offsetof(Plankton_Grapple_C_OnUseActor, Hit) == 0x000000, "Member 'Plankton_Grapple_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'Plankton_Grapple_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_Grapple_C_GetItemSelection \ static_assert(alignof(Plankton_Grapple_C_GetItemSelection) == 0x000008, "Wrong alignment on Plankton_Grapple_C_GetItemSelection"); \ static_assert(sizeof(Plankton_Grapple_C_GetItemSelection) == 0x0000B0, "Wrong size on Plankton_Grapple_C_GetItemSelection"); \ static_assert(offsetof(Plankton_Grapple_C_GetItemSelection, Hit) == 0x000000, "Member 'Plankton_Grapple_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_GetItemSelection, Player) == 0x000088, "Member 'Plankton_Grapple_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Plankton_Grapple_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Plankton_Grapple_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Plankton_Grapple_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Plankton_Grapple_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlankton_Grapple_C \ static_assert(alignof(APlankton_Grapple_C) == 0x000010, "Wrong alignment on APlankton_Grapple_C"); \ static_assert(sizeof(APlankton_Grapple_C) == 0x000ED0, "Wrong size on APlankton_Grapple_C"); \ static_assert(offsetof(APlankton_Grapple_C, UberGraphFrame_Plankton_Grapple_C) == 0x000EC0, "Member 'APlankton_Grapple_C::UberGraphFrame_Plankton_Grapple_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo \ static_assert(alignof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo) == 0x000008, "Wrong alignment on GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo"); \ static_assert(sizeof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo) == 0x000548, "Wrong size on GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, EntryPoint) == 0x000000, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_WagonModuleSettings) == 0x000008, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_Damage_1) == 0x000080, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_Damage_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_DamageType_1) == 0x000088, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_DamageInstigator_1) == 0x000090, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_DamageInstigator_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_Settings) == 0x000098, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_Settings' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_Damage) == 0x000110, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_DamageType) == 0x000118, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_DamageInstigator) == 0x000120, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetRofleemoSeed_Seed) == 0x000128, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_FindRofleemoLearnProgress_Progress) == 0x000130, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_FindRofleemoLearnProgress_Progress' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_FindRofleemoLearnProgress_ReturnValue) == 0x000168, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_FindRofleemoLearnProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000169, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000170, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue) == 0x000178, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetGroupModuleOfClass_ReturnValue) == 0x000180, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetGroupModuleOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_AsAIGroup_Module_Roflimo) == 0x000188, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_AsAIGroup_Module_Roflimo' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, Temp_byte_Variable) == 0x000191, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue_1) == 0x000192, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_InitialDelay) == 0x000194, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_InitialDelay' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Hit_3) == 0x000198, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_8) == 0x000220, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue_2) == 0x000228, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetRofleemoSeed_Seed_1) == 0x00022C, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetRofleemoSeed_Seed_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_StopLearning_ReturnValue) == 0x000230, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_StopLearning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetRofleemoSeed_Seed_2) == 0x000234, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetRofleemoSeed_Seed_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_CanUseAbility_ReturnValue) == 0x000238, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_CanUseAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetGameInstance_ReturnValue) == 0x000240, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_NewName) == 0x000248, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_NewName' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_AsFGGame_Instance) == 0x000260, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_DeltaSeconds) == 0x00026C, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Hit_2) == 0x000270, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_7) == 0x0002F8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Hit_1) == 0x000300, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_6) == 0x000388, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_Character) == 0x000390, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_5) == 0x000398, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_4) == 0x0003A0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_3) == 0x0003A8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetAnimInstance_ReturnValue) == 0x0003B0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetRofleemoSeed_Seed_3) == 0x0003B8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetRofleemoSeed_Seed_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_Montage_Play_ReturnValue) == 0x0003BC, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, Temp_byte_Variable_1) == 0x0003C0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, Temp_byte_Variable_2) == 0x0003C1, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, Temp_byte_Variable_3) == 0x0003C2, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_HasAuthority_ReturnValue) == 0x0003C3, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetRofleemoSeed_Seed_4) == 0x0003C4, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetRofleemoSeed_Seed_4' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_Conv_IntToBool_ReturnValue) == 0x0003C8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_HasAuthority_ReturnValue_1) == 0x0003C9, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue_3) == 0x0003CA, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue_4) == 0x0003CB, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_EndPlayReason) == 0x0003CC, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_HasAuthority_ReturnValue_2) == 0x0003CD, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Hit) == 0x0003D0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_2) == 0x000458, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_StartLearning_ReturnValue) == 0x000460, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_StartLearning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Select_Default) == 0x000468, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Select_Default_1) == 0x000470, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000478, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_Montage_Play_ReturnValue_1) == 0x000480, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Select_Default_2) == 0x000488, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Select_Default_3) == 0x000490, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000498, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_Montage_Play_ReturnValue_2) == 0x0004A0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_Montage_Play_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetAnimInstance_ReturnValue_3) == 0x0004A8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CreateDelegate_OutputDelegate) == 0x0004B0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_Montage_Play_ReturnValue_3) == 0x0004C0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_Montage_Play_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_RofleemoID) == 0x0004C4, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_RofleemoID' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_LearnedRecipes) == 0x0004C8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_LearnedRecipes' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CustomEvent_NewMode) == 0x0004D8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CustomEvent_NewMode' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004D9, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_GetGameInstance_ReturnValue_1) == 0x0004E0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Percentage_1) == 0x0004E8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Percentage_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter_1) == 0x0004F0, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0004F8, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_DynamicCast_bSuccess_2) == 0x000500, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_Percentage) == 0x000504, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_Event_PlayerCharacter) == 0x000508, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, CallFunc_IsValid_ReturnValue_5) == 0x000510, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000514, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_MakeArray_Array) == 0x000528, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo, K2Node_MakeArray_Array_1) == 0x000538, "Member 'GenericRofleemo_C_ExecuteUbergraph_GenericRofleemo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_HoldProgressInfo \ static_assert(alignof(GenericRofleemo_C_HoldProgressInfo) == 0x000008, "Wrong alignment on GenericRofleemo_C_HoldProgressInfo"); \ static_assert(sizeof(GenericRofleemo_C_HoldProgressInfo) == 0x000010, "Wrong size on GenericRofleemo_C_HoldProgressInfo"); \ static_assert(offsetof(GenericRofleemo_C_HoldProgressInfo, Percentage) == 0x000000, "Member 'GenericRofleemo_C_HoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_HoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericRofleemo_C_HoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_AltHoldProgressInfo \ static_assert(alignof(GenericRofleemo_C_AltHoldProgressInfo) == 0x000008, "Wrong alignment on GenericRofleemo_C_AltHoldProgressInfo"); \ static_assert(sizeof(GenericRofleemo_C_AltHoldProgressInfo) == 0x000010, "Wrong size on GenericRofleemo_C_AltHoldProgressInfo"); \ static_assert(offsetof(GenericRofleemo_C_AltHoldProgressInfo, Percentage) == 0x000000, "Member 'GenericRofleemo_C_AltHoldProgressInfo::Percentage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_AltHoldProgressInfo, PlayerCharacter) == 0x000008, "Member 'GenericRofleemo_C_AltHoldProgressInfo::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_InRelocationMode \ static_assert(alignof(GenericRofleemo_C_InRelocationMode) == 0x000001, "Wrong alignment on GenericRofleemo_C_InRelocationMode"); \ static_assert(sizeof(GenericRofleemo_C_InRelocationMode) == 0x000001, "Wrong size on GenericRofleemo_C_InRelocationMode"); \ static_assert(offsetof(GenericRofleemo_C_InRelocationMode, NewMode) == 0x000000, "Member 'GenericRofleemo_C_InRelocationMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnRecipeLearnedEvent_Event \ static_assert(alignof(GenericRofleemo_C_OnRecipeLearnedEvent_Event) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnRecipeLearnedEvent_Event"); \ static_assert(sizeof(GenericRofleemo_C_OnRecipeLearnedEvent_Event) == 0x000018, "Wrong size on GenericRofleemo_C_OnRecipeLearnedEvent_Event"); \ static_assert(offsetof(GenericRofleemo_C_OnRecipeLearnedEvent_Event, RofleemoID) == 0x000000, "Member 'GenericRofleemo_C_OnRecipeLearnedEvent_Event::RofleemoID' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnRecipeLearnedEvent_Event, LearnedRecipes) == 0x000008, "Member 'GenericRofleemo_C_OnRecipeLearnedEvent_Event::LearnedRecipes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnAltHoldUseActor \ static_assert(alignof(GenericRofleemo_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnAltHoldUseActor"); \ static_assert(sizeof(GenericRofleemo_C_OnAltHoldUseActor) == 0x000090, "Wrong size on GenericRofleemo_C_OnAltHoldUseActor"); \ static_assert(offsetof(GenericRofleemo_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'GenericRofleemo_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ReceiveEndPlay \ static_assert(alignof(GenericRofleemo_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on GenericRofleemo_C_ReceiveEndPlay"); \ static_assert(sizeof(GenericRofleemo_C_ReceiveEndPlay) == 0x000001, "Wrong size on GenericRofleemo_C_ReceiveEndPlay"); \ static_assert(offsetof(GenericRofleemo_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'GenericRofleemo_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_AltHoldUseStarted \ static_assert(alignof(GenericRofleemo_C_AltHoldUseStarted) == 0x000008, "Wrong alignment on GenericRofleemo_C_AltHoldUseStarted"); \ static_assert(sizeof(GenericRofleemo_C_AltHoldUseStarted) == 0x000008, "Wrong size on GenericRofleemo_C_AltHoldUseStarted"); \ static_assert(offsetof(GenericRofleemo_C_AltHoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericRofleemo_C_AltHoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_HoldUseStarted \ static_assert(alignof(GenericRofleemo_C_HoldUseStarted) == 0x000008, "Wrong alignment on GenericRofleemo_C_HoldUseStarted"); \ static_assert(sizeof(GenericRofleemo_C_HoldUseStarted) == 0x000008, "Wrong size on GenericRofleemo_C_HoldUseStarted"); \ static_assert(offsetof(GenericRofleemo_C_HoldUseStarted, PlayerCharacter) == 0x000000, "Member 'GenericRofleemo_C_HoldUseStarted::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnHoldUseFinished \ static_assert(alignof(GenericRofleemo_C_OnHoldUseFinished) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnHoldUseFinished"); \ static_assert(sizeof(GenericRofleemo_C_OnHoldUseFinished) == 0x000008, "Wrong size on GenericRofleemo_C_OnHoldUseFinished"); \ static_assert(offsetof(GenericRofleemo_C_OnHoldUseFinished, PlayerCharacter) == 0x000000, "Member 'GenericRofleemo_C_OnHoldUseFinished::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_EnableWidget \ static_assert(alignof(GenericRofleemo_C_EnableWidget) == 0x000008, "Wrong alignment on GenericRofleemo_C_EnableWidget"); \ static_assert(sizeof(GenericRofleemo_C_EnableWidget) == 0x000008, "Wrong size on GenericRofleemo_C_EnableWidget"); \ static_assert(offsetof(GenericRofleemo_C_EnableWidget, Character) == 0x000000, "Member 'GenericRofleemo_C_EnableWidget::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnAlternateUseActor \ static_assert(alignof(GenericRofleemo_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnAlternateUseActor"); \ static_assert(sizeof(GenericRofleemo_C_OnAlternateUseActor) == 0x000090, "Wrong size on GenericRofleemo_C_OnAlternateUseActor"); \ static_assert(offsetof(GenericRofleemo_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'GenericRofleemo_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnHoldUseActor \ static_assert(alignof(GenericRofleemo_C_OnHoldUseActor) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnHoldUseActor"); \ static_assert(sizeof(GenericRofleemo_C_OnHoldUseActor) == 0x000090, "Wrong size on GenericRofleemo_C_OnHoldUseActor"); \ static_assert(offsetof(GenericRofleemo_C_OnHoldUseActor, Hit) == 0x000000, "Member 'GenericRofleemo_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ReceiveTick \ static_assert(alignof(GenericRofleemo_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericRofleemo_C_ReceiveTick"); \ static_assert(sizeof(GenericRofleemo_C_ReceiveTick) == 0x000004, "Wrong size on GenericRofleemo_C_ReceiveTick"); \ static_assert(offsetof(GenericRofleemo_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericRofleemo_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_SetRoflemoName \ static_assert(alignof(GenericRofleemo_C_SetRoflemoName) == 0x000008, "Wrong alignment on GenericRofleemo_C_SetRoflemoName"); \ static_assert(sizeof(GenericRofleemo_C_SetRoflemoName) == 0x000018, "Wrong size on GenericRofleemo_C_SetRoflemoName"); \ static_assert(offsetof(GenericRofleemo_C_SetRoflemoName, NewName) == 0x000000, "Member 'GenericRofleemo_C_SetRoflemoName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnUseActor \ static_assert(alignof(GenericRofleemo_C_OnUseActor) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnUseActor"); \ static_assert(sizeof(GenericRofleemo_C_OnUseActor) == 0x000090, "Wrong size on GenericRofleemo_C_OnUseActor"); \ static_assert(offsetof(GenericRofleemo_C_OnUseActor, Hit) == 0x000000, "Member 'GenericRofleemo_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_PlayFrontSound \ static_assert(alignof(GenericRofleemo_C_PlayFrontSound) == 0x000004, "Wrong alignment on GenericRofleemo_C_PlayFrontSound"); \ static_assert(sizeof(GenericRofleemo_C_PlayFrontSound) == 0x000004, "Wrong size on GenericRofleemo_C_PlayFrontSound"); \ static_assert(offsetof(GenericRofleemo_C_PlayFrontSound, InitialDelay) == 0x000000, "Member 'GenericRofleemo_C_PlayFrontSound::InitialDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnWagonTakeDamage_Event \ static_assert(alignof(GenericRofleemo_C_OnWagonTakeDamage_Event) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnWagonTakeDamage_Event"); \ static_assert(sizeof(GenericRofleemo_C_OnWagonTakeDamage_Event) == 0x000090, "Wrong size on GenericRofleemo_C_OnWagonTakeDamage_Event"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeDamage_Event, Settings) == 0x000000, "Member 'GenericRofleemo_C_OnWagonTakeDamage_Event::Settings' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeDamage_Event, Damage) == 0x000078, "Member 'GenericRofleemo_C_OnWagonTakeDamage_Event::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeDamage_Event, DamageType) == 0x000080, "Member 'GenericRofleemo_C_OnWagonTakeDamage_Event::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeDamage_Event, DamageInstigator) == 0x000088, "Member 'GenericRofleemo_C_OnWagonTakeDamage_Event::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnWagonTakeAnyDamage \ static_assert(alignof(GenericRofleemo_C_OnWagonTakeAnyDamage) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnWagonTakeAnyDamage"); \ static_assert(sizeof(GenericRofleemo_C_OnWagonTakeAnyDamage) == 0x000090, "Wrong size on GenericRofleemo_C_OnWagonTakeAnyDamage"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeAnyDamage, WagonModuleSettings) == 0x000000, "Member 'GenericRofleemo_C_OnWagonTakeAnyDamage::WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeAnyDamage, Damage) == 0x000078, "Member 'GenericRofleemo_C_OnWagonTakeAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeAnyDamage, DamageType) == 0x000080, "Member 'GenericRofleemo_C_OnWagonTakeAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnWagonTakeAnyDamage, DamageInstigator) == 0x000088, "Member 'GenericRofleemo_C_OnWagonTakeAnyDamage::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_InitializeFromDescription \ static_assert(alignof(GenericRofleemo_C_InitializeFromDescription) == 0x000008, "Wrong alignment on GenericRofleemo_C_InitializeFromDescription"); \ static_assert(sizeof(GenericRofleemo_C_InitializeFromDescription) == 0x0001E8, "Wrong size on GenericRofleemo_C_InitializeFromDescription"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, NewParam) == 0x000000, "Member 'GenericRofleemo_C_InitializeFromDescription::NewParam' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, Nest) == 0x000080, "Member 'GenericRofleemo_C_InitializeFromDescription::Nest' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, Seed) == 0x000088, "Member 'GenericRofleemo_C_InitializeFromDescription::Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, K2Node_MakeStruct_AIRofleemoConfig) == 0x000090, "Member 'GenericRofleemo_C_InitializeFromDescription::K2Node_MakeStruct_AIRofleemoConfig' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Get_Item) == 0x000110, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, Temp_bool_True_if_break_was_hit_Variable) == 0x000120, "Member 'GenericRofleemo_C_InitializeFromDescription::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, Temp_int_Array_Index_Variable) == 0x000124, "Member 'GenericRofleemo_C_InitializeFromDescription::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_HasAuthority_ReturnValue) == 0x000129, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, Temp_int_Loop_Counter_Variable) == 0x000154, "Member 'GenericRofleemo_C_InitializeFromDescription::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Add_IntInt_ReturnValue) == 0x00015C, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_BooleanAND_ReturnValue) == 0x000160, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000161, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000168, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Length_ReturnValue_1) == 0x000178, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Subtract_IntInt_ReturnValue) == 0x00017C, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000180, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_Array_Get_Item_3) == 0x000184, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_GetDataTableRowFromName_OutRow) == 0x000190, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeFromDescription, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001E0, "Member 'GenericRofleemo_C_InitializeFromDescription::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanUseAbility \ static_assert(alignof(GenericRofleemo_C_CanUseAbility) == 0x000001, "Wrong alignment on GenericRofleemo_C_CanUseAbility"); \ static_assert(sizeof(GenericRofleemo_C_CanUseAbility) == 0x000005, "Wrong size on GenericRofleemo_C_CanUseAbility"); \ static_assert(offsetof(GenericRofleemo_C_CanUseAbility, ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_CanUseAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseAbility, CallFunc_IsAnyActionPlaying_ReturnValue) == 0x000001, "Member 'GenericRofleemo_C_CanUseAbility::CallFunc_IsAnyActionPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'GenericRofleemo_C_CanUseAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseAbility, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'GenericRofleemo_C_CanUseAbility::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseAbility, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'GenericRofleemo_C_CanUseAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnRep_bAbilityInProgress \ static_assert(alignof(GenericRofleemo_C_OnRep_bAbilityInProgress) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnRep_bAbilityInProgress"); \ static_assert(sizeof(GenericRofleemo_C_OnRep_bAbilityInProgress) == 0x000010, "Wrong size on GenericRofleemo_C_OnRep_bAbilityInProgress"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_bAbilityInProgress, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_OnRep_bAbilityInProgress::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_bAbilityInProgress, CallFunc_GetBlackboard_ReturnValue) == 0x000008, "Member 'GenericRofleemo_C_OnRep_bAbilityInProgress::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanUseSignal \ static_assert(alignof(GenericRofleemo_C_CanUseSignal) == 0x000001, "Wrong alignment on GenericRofleemo_C_CanUseSignal"); \ static_assert(sizeof(GenericRofleemo_C_CanUseSignal) == 0x000007, "Wrong size on GenericRofleemo_C_CanUseSignal"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, Return_Value) == 0x000000, "Member 'GenericRofleemo_C_CanUseSignal::Return_Value' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_Not_PreBool_ReturnValue_2) == 0x000003, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUseSignal, CallFunc_BooleanAND_ReturnValue_2) == 0x000006, "Member 'GenericRofleemo_C_CanUseSignal::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_UpdateDanger \ static_assert(alignof(GenericRofleemo_C_UpdateDanger) == 0x000008, "Wrong alignment on GenericRofleemo_C_UpdateDanger"); \ static_assert(sizeof(GenericRofleemo_C_UpdateDanger) == 0x000080, "Wrong size on GenericRofleemo_C_UpdateDanger"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GenericRofleemo_C_UpdateDanger::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GenericRofleemo_C_UpdateDanger::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_HasAuthority_ReturnValue) == 0x00000C, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_GetPlayerTrain_ReturnValue) == 0x000010, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, K2Node_MakeArray_Array) == 0x000018, "Member 'GenericRofleemo_C_UpdateDanger::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, K2Node_MakeArray_Array_1) == 0x000028, "Member 'GenericRofleemo_C_UpdateDanger::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_SphereOverlapActors_OutActors) == 0x000048, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_SphereOverlapActors_ReturnValue) == 0x000058, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_Array_Get_Item) == 0x000060, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_UpdateDanger, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'GenericRofleemo_C_UpdateDanger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnRep_RofleemoDescription \ static_assert(alignof(GenericRofleemo_C_OnRep_RofleemoDescription) == 0x000008, "Wrong alignment on GenericRofleemo_C_OnRep_RofleemoDescription"); \ static_assert(sizeof(GenericRofleemo_C_OnRep_RofleemoDescription) == 0x000018, "Wrong size on GenericRofleemo_C_OnRep_RofleemoDescription"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_RofleemoDescription, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_OnRep_RofleemoDescription::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item) == 0x000008, "Member 'GenericRofleemo_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'GenericRofleemo_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_GetRofleemoSeed \ static_assert(alignof(GenericRofleemo_C_GetRofleemoSeed) == 0x000004, "Wrong alignment on GenericRofleemo_C_GetRofleemoSeed"); \ static_assert(sizeof(GenericRofleemo_C_GetRofleemoSeed) == 0x000004, "Wrong size on GenericRofleemo_C_GetRofleemoSeed"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoSeed, Seed) == 0x000000, "Member 'GenericRofleemo_C_GetRofleemoSeed::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_InitializeProgressWidget \ static_assert(alignof(GenericRofleemo_C_InitializeProgressWidget) == 0x000008, "Wrong alignment on GenericRofleemo_C_InitializeProgressWidget"); \ static_assert(sizeof(GenericRofleemo_C_InitializeProgressWidget) == 0x000028, "Wrong size on GenericRofleemo_C_InitializeProgressWidget"); \ static_assert(offsetof(GenericRofleemo_C_InitializeProgressWidget, CallFunc_Create_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_InitializeProgressWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeProgressWidget, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'GenericRofleemo_C_InitializeProgressWidget::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeProgressWidget, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000010, "Member 'GenericRofleemo_C_InitializeProgressWidget::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeProgressWidget, K2Node_DynamicCast_AsProgress_Timer_Widget_Base) == 0x000018, "Member 'GenericRofleemo_C_InitializeProgressWidget::K2Node_DynamicCast_AsProgress_Timer_Widget_Base' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeProgressWidget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericRofleemo_C_InitializeProgressWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ResumePause \ static_assert(alignof(GenericRofleemo_C_ResumePause) == 0x000004, "Wrong alignment on GenericRofleemo_C_ResumePause"); \ static_assert(sizeof(GenericRofleemo_C_ResumePause) == 0x00000C, "Wrong size on GenericRofleemo_C_ResumePause"); \ static_assert(offsetof(GenericRofleemo_C_ResumePause, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_ResumePause::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ResumePause, CallFunc_GetRofleemoSeed_Seed) == 0x000004, "Member 'GenericRofleemo_C_ResumePause::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ResumePause, CallFunc_ResumeLearning_ReturnValue) == 0x000008, "Member 'GenericRofleemo_C_ResumePause::CallFunc_ResumeLearning_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ResumeSlowerSpeed \ static_assert(alignof(GenericRofleemo_C_ResumeSlowerSpeed) == 0x000004, "Wrong alignment on GenericRofleemo_C_ResumeSlowerSpeed"); \ static_assert(sizeof(GenericRofleemo_C_ResumeSlowerSpeed) == 0x000008, "Wrong size on GenericRofleemo_C_ResumeSlowerSpeed"); \ static_assert(offsetof(GenericRofleemo_C_ResumeSlowerSpeed, CallFunc_GetRofleemoSeed_Seed) == 0x000000, "Member 'GenericRofleemo_C_ResumeSlowerSpeed::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ResumeSlowerSpeed, CallFunc_RestoreLearningSpeed_ReturnValue) == 0x000004, "Member 'GenericRofleemo_C_ResumeSlowerSpeed::CallFunc_RestoreLearningSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_InitializeLearnProgress \ static_assert(alignof(GenericRofleemo_C_InitializeLearnProgress) == 0x000008, "Wrong alignment on GenericRofleemo_C_InitializeLearnProgress"); \ static_assert(sizeof(GenericRofleemo_C_InitializeLearnProgress) == 0x000048, "Wrong size on GenericRofleemo_C_InitializeLearnProgress"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_GetRofleemoSeed_Seed) == 0x000004, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_FindRofleemoLearnProgress_Progress) == 0x000008, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_FindRofleemoLearnProgress_Progress' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_FindRofleemoLearnProgress_ReturnValue) == 0x000040, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_FindRofleemoLearnProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000042, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeLearnProgress, CallFunc_BooleanOR_ReturnValue) == 0x000043, "Member 'GenericRofleemo_C_InitializeLearnProgress::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_InitializeRofleemoAbilityProgress \ static_assert(alignof(GenericRofleemo_C_InitializeRofleemoAbilityProgress) == 0x000004, "Wrong alignment on GenericRofleemo_C_InitializeRofleemoAbilityProgress"); \ static_assert(sizeof(GenericRofleemo_C_InitializeRofleemoAbilityProgress) == 0x000018, "Wrong size on GenericRofleemo_C_InitializeRofleemoAbilityProgress"); \ static_assert(offsetof(GenericRofleemo_C_InitializeRofleemoAbilityProgress, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_InitializeRofleemoAbilityProgress::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeRofleemoAbilityProgress, CallFunc_GetRofleemoSeed_Seed) == 0x000004, "Member 'GenericRofleemo_C_InitializeRofleemoAbilityProgress::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeRofleemoAbilityProgress, CallFunc_GetRofleemoSeed_Seed_1) == 0x000008, "Member 'GenericRofleemo_C_InitializeRofleemoAbilityProgress::CallFunc_GetRofleemoSeed_Seed_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeRofleemoAbilityProgress, CallFunc_FindRofleemoInAbilityProgress_RofleemoAbilityProgress) == 0x00000C, "Member 'GenericRofleemo_C_InitializeRofleemoAbilityProgress::CallFunc_FindRofleemoInAbilityProgress_RofleemoAbilityProgress' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_InitializeRofleemoAbilityProgress, CallFunc_FindRofleemoInAbilityProgress_ReturnValue) == 0x000014, "Member 'GenericRofleemo_C_InitializeRofleemoAbilityProgress::CallFunc_FindRofleemoInAbilityProgress_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_IsAnyActionPlaying \ static_assert(alignof(GenericRofleemo_C_IsAnyActionPlaying) == 0x000008, "Wrong alignment on GenericRofleemo_C_IsAnyActionPlaying"); \ static_assert(sizeof(GenericRofleemo_C_IsAnyActionPlaying) == 0x000028, "Wrong size on GenericRofleemo_C_IsAnyActionPlaying"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_IsAnyActionPlaying::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, L_ActionPlaying) == 0x000001, "Member 'GenericRofleemo_C_IsAnyActionPlaying::L_ActionPlaying' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, Temp_int_Array_Index_Variable) == 0x000004, "Member 'GenericRofleemo_C_IsAnyActionPlaying::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'GenericRofleemo_C_IsAnyActionPlaying::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'GenericRofleemo_C_IsAnyActionPlaying::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'GenericRofleemo_C_IsAnyActionPlaying::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, CallFunc_Array_Get_Item) == 0x000018, "Member 'GenericRofleemo_C_IsAnyActionPlaying::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'GenericRofleemo_C_IsAnyActionPlaying::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_IsAnyActionPlaying, CallFunc_IsPlayingAction_ReturnValue) == 0x000021, "Member 'GenericRofleemo_C_IsAnyActionPlaying::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_GetRofleemoData \ static_assert(alignof(GenericRofleemo_C_GetRofleemoData) == 0x000008, "Wrong alignment on GenericRofleemo_C_GetRofleemoData"); \ static_assert(sizeof(GenericRofleemo_C_GetRofleemoData) == 0x000040, "Wrong size on GenericRofleemo_C_GetRofleemoData"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoData, Name_0) == 0x000000, "Member 'GenericRofleemo_C_GetRofleemoData::Name_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoData, Specialization) == 0x000018, "Member 'GenericRofleemo_C_GetRofleemoData::Specialization' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoData, ReturnValue) == 0x000020, "Member 'GenericRofleemo_C_GetRofleemoData::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoData, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'GenericRofleemo_C_GetRofleemoData::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_GetRofleemoName \ static_assert(alignof(GenericRofleemo_C_GetRofleemoName) == 0x000008, "Wrong alignment on GenericRofleemo_C_GetRofleemoName"); \ static_assert(sizeof(GenericRofleemo_C_GetRofleemoName) == 0x000018, "Wrong size on GenericRofleemo_C_GetRofleemoName"); \ static_assert(offsetof(GenericRofleemo_C_GetRofleemoName, Name_0) == 0x000000, "Member 'GenericRofleemo_C_GetRofleemoName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanStartLearnRecipe \ static_assert(alignof(GenericRofleemo_C_CanStartLearnRecipe) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanStartLearnRecipe"); \ static_assert(sizeof(GenericRofleemo_C_CanStartLearnRecipe) == 0x000018, "Wrong size on GenericRofleemo_C_CanStartLearnRecipe"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnRecipe, Player) == 0x000000, "Member 'GenericRofleemo_C_CanStartLearnRecipe::Player' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnRecipe, MushroomType) == 0x000008, "Member 'GenericRofleemo_C_CanStartLearnRecipe::MushroomType' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnRecipe, bCanLearn) == 0x000010, "Member 'GenericRofleemo_C_CanStartLearnRecipe::bCanLearn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_OnRep_bStartSetNewName \ static_assert(alignof(GenericRofleemo_C_OnRep_bStartSetNewName) == 0x000001, "Wrong alignment on GenericRofleemo_C_OnRep_bStartSetNewName"); \ static_assert(sizeof(GenericRofleemo_C_OnRep_bStartSetNewName) == 0x000001, "Wrong size on GenericRofleemo_C_OnRep_bStartSetNewName"); \ static_assert(offsetof(GenericRofleemo_C_OnRep_bStartSetNewName, CallFunc_IsLocallyControlled_ReturnValue) == 0x000000, "Member 'GenericRofleemo_C_OnRep_bStartSetNewName::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanStartLearnEventRecipe \ static_assert(alignof(GenericRofleemo_C_CanStartLearnEventRecipe) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanStartLearnEventRecipe"); \ static_assert(sizeof(GenericRofleemo_C_CanStartLearnEventRecipe) == 0x000018, "Wrong size on GenericRofleemo_C_CanStartLearnEventRecipe"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnEventRecipe, Player) == 0x000000, "Member 'GenericRofleemo_C_CanStartLearnEventRecipe::Player' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnEventRecipe, Mushroom) == 0x000008, "Member 'GenericRofleemo_C_CanStartLearnEventRecipe::Mushroom' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanStartLearnEventRecipe, CanLearn) == 0x000010, "Member 'GenericRofleemo_C_CanStartLearnEventRecipe::CanLearn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_ConsumeMushroom \ static_assert(alignof(GenericRofleemo_C_ConsumeMushroom) == 0x000008, "Wrong alignment on GenericRofleemo_C_ConsumeMushroom"); \ static_assert(sizeof(GenericRofleemo_C_ConsumeMushroom) == 0x000038, "Wrong size on GenericRofleemo_C_ConsumeMushroom"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, ItemType) == 0x000000, "Member 'GenericRofleemo_C_ConsumeMushroom::ItemType' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, Instigator_0) == 0x000008, "Member 'GenericRofleemo_C_ConsumeMushroom::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, Result) == 0x000010, "Member 'GenericRofleemo_C_ConsumeMushroom::Result' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, GivenMushroom) == 0x000018, "Member 'GenericRofleemo_C_ConsumeMushroom::GivenMushroom' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, LocalPlayer) == 0x000020, "Member 'GenericRofleemo_C_ConsumeMushroom::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, K2Node_ClassDynamicCast_AsRofleemo_Mushroom) == 0x000028, "Member 'GenericRofleemo_C_ConsumeMushroom::K2Node_ClassDynamicCast_AsRofleemo_Mushroom' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, K2Node_ClassDynamicCast_bSuccess) == 0x000030, "Member 'GenericRofleemo_C_ConsumeMushroom::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000031, "Member 'GenericRofleemo_C_ConsumeMushroom::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000032, "Member 'GenericRofleemo_C_ConsumeMushroom::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, CallFunc_HasAuthority_ReturnValue) == 0x000033, "Member 'GenericRofleemo_C_ConsumeMushroom::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, CallFunc_CanStartLearnRecipe_bCanLearn) == 0x000034, "Member 'GenericRofleemo_C_ConsumeMushroom::CallFunc_CanStartLearnRecipe_bCanLearn' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_ConsumeMushroom, CallFunc_IsValid_ReturnValue) == 0x000035, "Member 'GenericRofleemo_C_ConsumeMushroom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_GetHoldUseTime \ static_assert(alignof(GenericRofleemo_C_GetHoldUseTime) == 0x000008, "Wrong alignment on GenericRofleemo_C_GetHoldUseTime"); \ static_assert(sizeof(GenericRofleemo_C_GetHoldUseTime) == 0x000010, "Wrong size on GenericRofleemo_C_GetHoldUseTime"); \ static_assert(offsetof(GenericRofleemo_C_GetHoldUseTime, PlayerCharacter) == 0x000000, "Member 'GenericRofleemo_C_GetHoldUseTime::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetHoldUseTime, ReturnValue) == 0x000008, "Member 'GenericRofleemo_C_GetHoldUseTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanUse \ static_assert(alignof(GenericRofleemo_C_CanUse) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanUse"); \ static_assert(sizeof(GenericRofleemo_C_CanUse) == 0x0000A0, "Wrong size on GenericRofleemo_C_CanUse"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, Hit) == 0x000000, "Member 'GenericRofleemo_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericRofleemo_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_IsAnyActionPlaying_ReturnValue) == 0x000091, "Member 'GenericRofleemo_C_CanUse::CallFunc_IsAnyActionPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000092, "Member 'GenericRofleemo_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'GenericRofleemo_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x000094, "Member 'GenericRofleemo_C_CanUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x000095, "Member 'GenericRofleemo_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x000096, "Member 'GenericRofleemo_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_GetState_ReturnValue) == 0x000097, "Member 'GenericRofleemo_C_CanUse::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000098, "Member 'GenericRofleemo_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000099, "Member 'GenericRofleemo_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x00009A, "Member 'GenericRofleemo_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanUse, CallFunc_BooleanAND_ReturnValue_2) == 0x00009B, "Member 'GenericRofleemo_C_CanUse::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_GetItemSelection \ static_assert(alignof(GenericRofleemo_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericRofleemo_C_GetItemSelection"); \ static_assert(sizeof(GenericRofleemo_C_GetItemSelection) == 0x0000B0, "Wrong size on GenericRofleemo_C_GetItemSelection"); \ static_assert(offsetof(GenericRofleemo_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericRofleemo_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetItemSelection, Player) == 0x000088, "Member 'GenericRofleemo_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericRofleemo_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericRofleemo_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericRofleemo_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanAltUse \ static_assert(alignof(GenericRofleemo_C_CanAltUse) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanAltUse"); \ static_assert(sizeof(GenericRofleemo_C_CanAltUse) == 0x000098, "Wrong size on GenericRofleemo_C_CanAltUse"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, Hit) == 0x000000, "Member 'GenericRofleemo_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, ReturnValue) == 0x000090, "Member 'GenericRofleemo_C_CanAltUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'GenericRofleemo_C_CanAltUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'GenericRofleemo_C_CanAltUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'GenericRofleemo_C_CanAltUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanHoldUse \ static_assert(alignof(GenericRofleemo_C_CanHoldUse) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanHoldUse"); \ static_assert(sizeof(GenericRofleemo_C_CanHoldUse) == 0x000098, "Wrong size on GenericRofleemo_C_CanHoldUse"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, Hit) == 0x000000, "Member 'GenericRofleemo_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'GenericRofleemo_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'GenericRofleemo_C_CanHoldUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'GenericRofleemo_C_CanHoldUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanHoldUse, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'GenericRofleemo_C_CanHoldUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemo_C_CanAltHoldUse \ static_assert(alignof(GenericRofleemo_C_CanAltHoldUse) == 0x000008, "Wrong alignment on GenericRofleemo_C_CanAltHoldUse"); \ static_assert(sizeof(GenericRofleemo_C_CanAltHoldUse) == 0x000098, "Wrong size on GenericRofleemo_C_CanAltHoldUse"); \ static_assert(offsetof(GenericRofleemo_C_CanAltHoldUse, Hit) == 0x000000, "Member 'GenericRofleemo_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'GenericRofleemo_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemo_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'GenericRofleemo_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericRofleemo_C \ static_assert(alignof(AGenericRofleemo_C) == 0x000010, "Wrong alignment on AGenericRofleemo_C"); \ static_assert(sizeof(AGenericRofleemo_C) == 0x001140, "Wrong size on AGenericRofleemo_C"); \ static_assert(offsetof(AGenericRofleemo_C, UberGraphFrame_GenericRofleemo_C) == 0x000EA8, "Member 'AGenericRofleemo_C::UberGraphFrame_GenericRofleemo_C' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoIdle) == 0x000EB0, "Member 'AGenericRofleemo_C::RofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SK_MushroomChristmas) == 0x000EB8, "Member 'AGenericRofleemo_C::SK_MushroomChristmas' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SK_MushroomHalloween) == 0x000EC0, "Member 'AGenericRofleemo_C::SK_MushroomHalloween' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SK_Mushroom) == 0x000EC8, "Member 'AGenericRofleemo_C::SK_Mushroom' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, DangerDetectCapsule_) == 0x000ED0, "Member 'AGenericRofleemo_C::DangerDetectCapsule_' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoDescription) == 0x000ED8, "Member 'AGenericRofleemo_C::RofleemoDescription' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, CurrentNest_) == 0x000F58, "Member 'AGenericRofleemo_C::CurrentNest_' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, BaseAbilityCooldown) == 0x000F60, "Member 'AGenericRofleemo_C::BaseAbilityCooldown' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, AbilityFinish) == 0x000F68, "Member 'AGenericRofleemo_C::AbilityFinish' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bAbilityInProgress) == 0x000F78, "Member 'AGenericRofleemo_C::bAbilityInProgress' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, Key_AbilityInProgress) == 0x000F7C, "Member 'AGenericRofleemo_C::Key_AbilityInProgress' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bStartLearningRecipe) == 0x000F84, "Member 'AGenericRofleemo_C::bStartLearningRecipe' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bFeelingDanger_) == 0x000F85, "Member 'AGenericRofleemo_C::bFeelingDanger_' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bPlayingSignal) == 0x000F86, "Member 'AGenericRofleemo_C::bPlayingSignal' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SignalType) == 0x000F87, "Member 'AGenericRofleemo_C::SignalType' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SignalCount) == 0x000F88, "Member 'AGenericRofleemo_C::SignalCount' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RecipeLearningCooldawn) == 0x000F8C, "Member 'AGenericRofleemo_C::RecipeLearningCooldawn' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, LearnRecipeIdle) == 0x000F90, "Member 'AGenericRofleemo_C::LearnRecipeIdle' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, DebuffAbilityMultiplier) == 0x000F94, "Member 'AGenericRofleemo_C::DebuffAbilityMultiplier' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, DebuffRecipeMultiplier) == 0x000F98, "Member 'AGenericRofleemo_C::DebuffRecipeMultiplier' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, THSound) == 0x000FA0, "Member 'AGenericRofleemo_C::THSound' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, PlayRofleemoMontage) == 0x000FA8, "Member 'AGenericRofleemo_C::PlayRofleemoMontage' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, AbilityMontage) == 0x000FB8, "Member 'AGenericRofleemo_C::AbilityMontage' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, AM_EatMushroom) == 0x000FC0, "Member 'AGenericRofleemo_C::AM_EatMushroom' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, MushroomSpawned) == 0x000FC8, "Member 'AGenericRofleemo_C::MushroomSpawned' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, Counter) == 0x000FD0, "Member 'AGenericRofleemo_C::Counter' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, FrontSignalRepeat) == 0x000FD4, "Member 'AGenericRofleemo_C::FrontSignalRepeat' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, GroupController) == 0x000FD8, "Member 'AGenericRofleemo_C::GroupController' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bSpawnFromSave) == 0x000FE0, "Member 'AGenericRofleemo_C::bSpawnFromSave' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, Sense) == 0x000FE1, "Member 'AGenericRofleemo_C::Sense' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, DangerUpdated) == 0x000FE2, "Member 'AGenericRofleemo_C::DangerUpdated' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, LearnedRecipeID) == 0x000FE4, "Member 'AGenericRofleemo_C::LearnedRecipeID' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, LearnRecipeMontage) == 0x000FE8, "Member 'AGenericRofleemo_C::LearnRecipeMontage' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, MaterialIndexHead) == 0x000FF0, "Member 'AGenericRofleemo_C::MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, MaterialIndexBody) == 0x000FF4, "Member 'AGenericRofleemo_C::MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, ActorTransform) == 0x001000, "Member 'AGenericRofleemo_C::ActorTransform' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoSeed) == 0x001030, "Member 'AGenericRofleemo_C::RofleemoSeed' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoManager) == 0x001038, "Member 'AGenericRofleemo_C::RofleemoManager' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RecipeLearnTimerWidget) == 0x001040, "Member 'AGenericRofleemo_C::RecipeLearnTimerWidget' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bSetLearnWidgetVisibility) == 0x001048, "Member 'AGenericRofleemo_C::bSetLearnWidgetVisibility' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bLearningInProgress) == 0x001049, "Member 'AGenericRofleemo_C::bLearningInProgress' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, ProgressTimerWidget) == 0x001050, "Member 'AGenericRofleemo_C::ProgressTimerWidget' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SignalInitialDelay) == 0x001058, "Member 'AGenericRofleemo_C::SignalInitialDelay' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, CurrentAbilityTimeRemaning) == 0x00105C, "Member 'AGenericRofleemo_C::CurrentAbilityTimeRemaning' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, THAbilityTimer) == 0x001060, "Member 'AGenericRofleemo_C::THAbilityTimer' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, TimeFrequency) == 0x001068, "Member 'AGenericRofleemo_C::TimeFrequency' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bWidgetOpened) == 0x00106C, "Member 'AGenericRofleemo_C::bWidgetOpened' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bStartSetNewName) == 0x00106D, "Member 'AGenericRofleemo_C::bStartSetNewName' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, Player_Character) == 0x001070, "Member 'AGenericRofleemo_C::Player_Character' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SpecDescription) == 0x001078, "Member 'AGenericRofleemo_C::SpecDescription' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RandomStream) == 0x001090, "Member 'AGenericRofleemo_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoDataTable) == 0x001098, "Member 'AGenericRofleemo_C::RofleemoDataTable' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, DatatableRowStruct) == 0x0010A0, "Member 'AGenericRofleemo_C::DatatableRowStruct' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, RofleemoWidget) == 0x0010F0, "Member 'AGenericRofleemo_C::RofleemoWidget' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, Target) == 0x0010F8, "Member 'AGenericRofleemo_C::Target' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, CanLearnRecipe) == 0x001100, "Member 'AGenericRofleemo_C::CanLearnRecipe' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, CanLearnRecipeValidationType) == 0x001101, "Member 'AGenericRofleemo_C::CanLearnRecipeValidationType' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, LastWidgetOwning) == 0x001108, "Member 'AGenericRofleemo_C::LastWidgetOwning' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, EventMushrooms) == 0x001110, "Member 'AGenericRofleemo_C::EventMushrooms' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, bCanLearnRecipeEvent) == 0x001120, "Member 'AGenericRofleemo_C::bCanLearnRecipeEvent' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, EventType) == 0x001121, "Member 'AGenericRofleemo_C::EventType' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, CanLearnRecipeValidationTypeEvent) == 0x001122, "Member 'AGenericRofleemo_C::CanLearnRecipeValidationTypeEvent' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, AbilityCooldown) == 0x001124, "Member 'AGenericRofleemo_C::AbilityCooldown' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, OnMushroomRecipeLearned) == 0x001128, "Member 'AGenericRofleemo_C::OnMushroomRecipeLearned' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemo_C, SpecComponent) == 0x001138, "Member 'AGenericRofleemo_C::SpecComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner \ static_assert(alignof(RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner) == 0x000004, "Wrong alignment on RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner"); \ static_assert(sizeof(RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner) == 0x000004, "Wrong size on RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner"); \ static_assert(offsetof(RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner, EntryPoint) == 0x000000, "Member 'RofleemoMiner_C_ExecuteUbergraph_RofleemoMiner::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoMiner_C_GenerateNestLoot \ static_assert(alignof(RofleemoMiner_C_GenerateNestLoot) == 0x000008, "Wrong alignment on RofleemoMiner_C_GenerateNestLoot"); \ static_assert(sizeof(RofleemoMiner_C_GenerateNestLoot) == 0x000028, "Wrong size on RofleemoMiner_C_GenerateNestLoot"); \ static_assert(offsetof(RofleemoMiner_C_GenerateNestLoot, LootLists_0) == 0x000000, "Member 'RofleemoMiner_C_GenerateNestLoot::LootLists_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoMiner_C_GenerateNestLoot, SingleItemLists_0) == 0x000010, "Member 'RofleemoMiner_C_GenerateNestLoot::SingleItemLists_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoMiner_C_GenerateNestLoot, Inventory_0) == 0x000020, "Member 'RofleemoMiner_C_GenerateNestLoot::Inventory_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoMiner_C_AbilityInProgress \ static_assert(alignof(RofleemoMiner_C_AbilityInProgress) == 0x000008, "Wrong alignment on RofleemoMiner_C_AbilityInProgress"); \ static_assert(sizeof(RofleemoMiner_C_AbilityInProgress) == 0x000020, "Wrong size on RofleemoMiner_C_AbilityInProgress"); \ static_assert(offsetof(RofleemoMiner_C_AbilityInProgress, MontageLength) == 0x000000, "Member 'RofleemoMiner_C_AbilityInProgress::MontageLength' has a wrong offset!"); \ static_assert(offsetof(RofleemoMiner_C_AbilityInProgress, CallFunc_GetPlayLength_ReturnValue) == 0x000004, "Member 'RofleemoMiner_C_AbilityInProgress::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoMiner_C_AbilityInProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'RofleemoMiner_C_AbilityInProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoMiner_C_AbilityInProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'RofleemoMiner_C_AbilityInProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoMiner_C \ static_assert(alignof(ARofleemoMiner_C) == 0x000010, "Wrong alignment on ARofleemoMiner_C"); \ static_assert(sizeof(ARofleemoMiner_C) == 0x0011A0, "Wrong size on ARofleemoMiner_C"); \ static_assert(offsetof(ARofleemoMiner_C, UberGraphFrame_RofleemoMiner_C) == 0x001140, "Member 'ARofleemoMiner_C::UberGraphFrame_RofleemoMiner_C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoMiner_C, LLTier1) == 0x001148, "Member 'ARofleemoMiner_C::LLTier1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoMiner_C, LLTier2) == 0x001158, "Member 'ARofleemoMiner_C::LLTier2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoMiner_C, LLTier3) == 0x001168, "Member 'ARofleemoMiner_C::LLTier3' has a wrong offset!"); \ static_assert(offsetof(ARofleemoMiner_C, LLTier4) == 0x001178, "Member 'ARofleemoMiner_C::LLTier4' has a wrong offset!"); \ static_assert(offsetof(ARofleemoMiner_C, LLTier5) == 0x001188, "Member 'ARofleemoMiner_C::LLTier5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender \ static_assert(alignof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender) == 0x000008, "Wrong alignment on RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender"); \ static_assert(sizeof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender) == 0x0000F8, "Wrong size on RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, EntryPoint) == 0x000000, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, Temp_float_Variable) == 0x000008, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_IsValid_ReturnValue_2) == 0x00000C, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_Event_WagonModuleSettings) == 0x000010, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_Event_WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_Event_Damage) == 0x000088, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_Event_DamageType) == 0x000090, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_Event_DamageInstigator) == 0x000098, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_Event_DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_GetObjectClass_ReturnValue) == 0x0000B0, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_IsValid_ReturnValue_3) == 0x0000B8, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_CanUseAbility_ReturnValue) == 0x0000B9, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_CanUseAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000BA, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_CanUseAbility_ReturnValue_1) == 0x0000BB, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_CanUseAbility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000BC, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000C0, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_CanUseAbility_ReturnValue_2) == 0x0000C1, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_CanUseAbility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_GetRofleemoSeed_Seed) == 0x0000C4, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C8, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000D8, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_GetRofleemoSeed_Seed_1) == 0x0000E0, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_GetRofleemoSeed_Seed_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000E8, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_TimerIsValid_ReturnValue) == 0x0000F0, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_TimerIsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender, CallFunc_TimerIsValid_ReturnValue_1) == 0x0000F1, "Member 'RofleemoDefender_C_ExecuteUbergraph_RofleemoDefender::CallFunc_TimerIsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefender_C_FindLeechesOnWagon \ static_assert(alignof(RofleemoDefender_C_FindLeechesOnWagon) == 0x000008, "Wrong alignment on RofleemoDefender_C_FindLeechesOnWagon"); \ static_assert(sizeof(RofleemoDefender_C_FindLeechesOnWagon) == 0x000020, "Wrong size on RofleemoDefender_C_FindLeechesOnWagon"); \ static_assert(offsetof(RofleemoDefender_C_FindLeechesOnWagon, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RofleemoDefender_C_FindLeechesOnWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_FindLeechesOnWagon, CallFunc_GetAttachedWagonLeeches_ReturnValue) == 0x000008, "Member 'RofleemoDefender_C_FindLeechesOnWagon::CallFunc_GetAttachedWagonLeeches_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_FindLeechesOnWagon, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000018, "Member 'RofleemoDefender_C_FindLeechesOnWagon::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_FindLeechesOnWagon, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'RofleemoDefender_C_FindLeechesOnWagon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefender_C_TimerIsValid \ static_assert(alignof(RofleemoDefender_C_TimerIsValid) == 0x000001, "Wrong alignment on RofleemoDefender_C_TimerIsValid"); \ static_assert(sizeof(RofleemoDefender_C_TimerIsValid) == 0x000006, "Wrong size on RofleemoDefender_C_TimerIsValid"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, ReturnValue) == 0x000000, "Member 'RofleemoDefender_C_TimerIsValid::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'RofleemoDefender_C_TimerIsValid::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, CallFunc_K2_IsTimerPausedHandle_ReturnValue) == 0x000002, "Member 'RofleemoDefender_C_TimerIsValid::CallFunc_K2_IsTimerPausedHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'RofleemoDefender_C_TimerIsValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'RofleemoDefender_C_TimerIsValid::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_TimerIsValid, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'RofleemoDefender_C_TimerIsValid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefender_C_OnWagonTakeAnyDamage \ static_assert(alignof(RofleemoDefender_C_OnWagonTakeAnyDamage) == 0x000008, "Wrong alignment on RofleemoDefender_C_OnWagonTakeAnyDamage"); \ static_assert(sizeof(RofleemoDefender_C_OnWagonTakeAnyDamage) == 0x000090, "Wrong size on RofleemoDefender_C_OnWagonTakeAnyDamage"); \ static_assert(offsetof(RofleemoDefender_C_OnWagonTakeAnyDamage, WagonModuleSettings) == 0x000000, "Member 'RofleemoDefender_C_OnWagonTakeAnyDamage::WagonModuleSettings' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_OnWagonTakeAnyDamage, Damage) == 0x000078, "Member 'RofleemoDefender_C_OnWagonTakeAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_OnWagonTakeAnyDamage, DamageType) == 0x000080, "Member 'RofleemoDefender_C_OnWagonTakeAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_OnWagonTakeAnyDamage, DamageInstigator) == 0x000088, "Member 'RofleemoDefender_C_OnWagonTakeAnyDamage::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoDefender_C_InitializeRofleemoAbilityProgress \ static_assert(alignof(RofleemoDefender_C_InitializeRofleemoAbilityProgress) == 0x000004, "Wrong alignment on RofleemoDefender_C_InitializeRofleemoAbilityProgress"); \ static_assert(sizeof(RofleemoDefender_C_InitializeRofleemoAbilityProgress) == 0x000018, "Wrong size on RofleemoDefender_C_InitializeRofleemoAbilityProgress"); \ static_assert(offsetof(RofleemoDefender_C_InitializeRofleemoAbilityProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000000, "Member 'RofleemoDefender_C_InitializeRofleemoAbilityProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_InitializeRofleemoAbilityProgress, CallFunc_GetRofleemoSeed_Seed) == 0x000004, "Member 'RofleemoDefender_C_InitializeRofleemoAbilityProgress::CallFunc_GetRofleemoSeed_Seed' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_InitializeRofleemoAbilityProgress, CallFunc_GetRofleemoSeed_Seed_1) == 0x000008, "Member 'RofleemoDefender_C_InitializeRofleemoAbilityProgress::CallFunc_GetRofleemoSeed_Seed_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_InitializeRofleemoAbilityProgress, CallFunc_FindRofleemoInAbilityProgress_RofleemoAbilityProgress) == 0x00000C, "Member 'RofleemoDefender_C_InitializeRofleemoAbilityProgress::CallFunc_FindRofleemoInAbilityProgress_RofleemoAbilityProgress' has a wrong offset!"); \ static_assert(offsetof(RofleemoDefender_C_InitializeRofleemoAbilityProgress, CallFunc_FindRofleemoInAbilityProgress_ReturnValue) == 0x000014, "Member 'RofleemoDefender_C_InitializeRofleemoAbilityProgress::CallFunc_FindRofleemoInAbilityProgress_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoDefender_C \ static_assert(alignof(ARofleemoDefender_C) == 0x000010, "Wrong alignment on ARofleemoDefender_C"); \ static_assert(sizeof(ARofleemoDefender_C) == 0x001190, "Wrong size on ARofleemoDefender_C"); \ static_assert(offsetof(ARofleemoDefender_C, UberGraphFrame_RofleemoDefender_C) == 0x001140, "Member 'ARofleemoDefender_C::UberGraphFrame_RofleemoDefender_C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, BaseDamage) == 0x001148, "Member 'ARofleemoDefender_C::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, THAbilityCooldawn) == 0x001150, "Member 'ARofleemoDefender_C::THAbilityCooldawn' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, FindLeeches) == 0x001158, "Member 'ARofleemoDefender_C::FindLeeches' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, RemaningAbilityCooldawn) == 0x001168, "Member 'ARofleemoDefender_C::RemaningAbilityCooldawn' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, AttackedShark) == 0x001170, "Member 'ARofleemoDefender_C::AttackedShark' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, EnemyParentClass) == 0x001178, "Member 'ARofleemoDefender_C::EnemyParentClass' has a wrong offset!"); \ static_assert(offsetof(ARofleemoDefender_C, bAbilityUsed) == 0x001180, "Member 'ARofleemoDefender_C::bAbilityUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint \ static_assert(alignof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint) == 0x000008, "Wrong alignment on AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint"); \ static_assert(sizeof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint) == 0x000040, "Wrong size on AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, EntryPoint) == 0x000000, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_Array_Get_Item) == 0x000018, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_BooleanOR_ReturnValue) == 0x000030, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AIPositionPoint_C_ExecuteUbergraph_AIPositionPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPositionPoint_C_UserConstructionScript \ static_assert(alignof(AIPositionPoint_C_UserConstructionScript) == 0x000010, "Wrong alignment on AIPositionPoint_C_UserConstructionScript"); \ static_assert(sizeof(AIPositionPoint_C_UserConstructionScript) == 0x0002E0, "Wrong size on AIPositionPoint_C_UserConstructionScript"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Step) == 0x000000, "Member 'AIPositionPoint_C_UserConstructionScript::Step' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, MiddleCount) == 0x000004, "Member 'AIPositionPoint_C_UserConstructionScript::MiddleCount' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Extent) == 0x000008, "Member 'AIPositionPoint_C_UserConstructionScript::Extent' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_float_Variable) == 0x000014, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_float_Variable_1) == 0x000018, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_bool_Variable) == 0x000020, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_int_Variable) == 0x000024, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002D, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_2) == 0x00002E, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_3) == 0x00002F, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_4) == 0x000030, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000034, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000038, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x00003C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000088, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_5) == 0x000090, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000091, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000094, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000098, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x00009C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000A0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0000A4, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_1) == 0x0000B0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x0000E0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_1) == 0x0000E8, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_IsWithEditor_ReturnValue) == 0x0000F0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_6) == 0x0000F1, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_7) == 0x0000F2, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000F8, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000108, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_8) == 0x000114, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_9) == 0x000115, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000118, "Member 'AIPositionPoint_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x00011C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000120, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000121, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000124, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000128, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Square_ReturnValue) == 0x00012C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x000130, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000134, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000138, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_X_2) == 0x00013C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Y_2) == 0x000140, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Z_2) == 0x000144, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000148, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_X_3) == 0x00014C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Y_3) == 0x000150, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Z_3) == 0x000154, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000158, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00015C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000160, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x000164, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_3) == 0x000170, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_2) == 0x000180, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_3) == 0x0001B0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Location) == 0x0001E0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Rotation) == 0x0001EC, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Scale) == 0x0001F8, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_2) == 0x000208, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_3) == 0x000210, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_X_4) == 0x000218, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Y_4) == 0x00021C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakVector_Z_4) == 0x000220, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000224, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000228, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00022C, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000230, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_4) == 0x000234, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000240, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_4) == 0x000250, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_FTrunc_ReturnValue) == 0x000280, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_4) == 0x000288, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Conv_IntToBool_ReturnValue) == 0x000290, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Location_1) == 0x000294, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Rotation_1) == 0x0002A0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BreakTransform_Scale_1) == 0x0002AC, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_5) == 0x0002B8, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x0002C0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002C4, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_10) == 0x0002C5, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_11) == 0x0002C6, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x0002C7, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0002C8, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, K2Node_Select_Default) == 0x0002CC, "Member 'AIPositionPoint_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_5) == 0x0002D0, "Member 'AIPositionPoint_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPositionPoint_C_GetCoverPoints \ static_assert(alignof(AIPositionPoint_C_GetCoverPoints) == 0x000008, "Wrong alignment on AIPositionPoint_C_GetCoverPoints"); \ static_assert(sizeof(AIPositionPoint_C_GetCoverPoints) == 0x000058, "Wrong size on AIPositionPoint_C_GetCoverPoints"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, Result) == 0x000000, "Member 'AIPositionPoint_C_GetCoverPoints::Result' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, ResultArray) == 0x000010, "Member 'AIPositionPoint_C_GetCoverPoints::ResultArray' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, Temp_int_Array_Index_Variable) == 0x000020, "Member 'AIPositionPoint_C_GetCoverPoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'AIPositionPoint_C_GetCoverPoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000030, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_Array_Get_Item) == 0x000048, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_GetCoverPoints, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'AIPositionPoint_C_GetCoverPoints::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPositionPoint_C_CreateDebugMesh \ static_assert(alignof(AIPositionPoint_C_CreateDebugMesh) == 0x000010, "Wrong alignment on AIPositionPoint_C_CreateDebugMesh"); \ static_assert(sizeof(AIPositionPoint_C_CreateDebugMesh) == 0x0001D0, "Wrong size on AIPositionPoint_C_CreateDebugMesh"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CoverPoint) == 0x000000, "Member 'AIPositionPoint_C_CreateDebugMesh::CoverPoint' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_bool_Variable) == 0x000008, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Add_VectorVector_ReturnValue) == 0x00000C, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000018, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_MakeTransform_ReturnValue_1) == 0x000060, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_AddComponent_ReturnValue) == 0x000090, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_AddComponent_ReturnValue_1) == 0x000098, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000A0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_MakeTransform_ReturnValue_2) == 0x0000B0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_AddComponent_ReturnValue_2) == 0x0000E0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_MakeTransform_ReturnValue_3) == 0x0000F0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_object_Variable) == 0x000120, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_AddComponent_ReturnValue_3) == 0x000128, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_object_Variable_1) == 0x000130, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Array_Add_ReturnValue) == 0x000138, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, K2Node_Select_Default) == 0x000140, "Member 'AIPositionPoint_C_CreateDebugMesh::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Array_Add_ReturnValue_1) == 0x000148, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Array_Add_ReturnValue_2) == 0x00014C, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_bool_Variable_1) == 0x000150, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_LinearColor_Green_ReturnValue) == 0x000154, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_LinearColor_Green_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x000164, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_object_Variable_2) == 0x000168, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_LinearColor_Green_ReturnValue_1) == 0x000170, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_LinearColor_Green_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Conv_LinearColorToColor_ReturnValue_1) == 0x000180, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Conv_LinearColorToColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_object_Variable_3) == 0x000188, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_LinearColor_Green_ReturnValue_2) == 0x000190, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_LinearColor_Green_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Conv_LinearColorToColor_ReturnValue_2) == 0x0001A0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Conv_LinearColorToColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_Array_Add_ReturnValue_3) == 0x0001A4, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, Temp_bool_Variable_2) == 0x0001A8, "Member 'AIPositionPoint_C_CreateDebugMesh::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, K2Node_Select_Default_1) == 0x0001B0, "Member 'AIPositionPoint_C_CreateDebugMesh::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, K2Node_Select_Default_2) == 0x0001B8, "Member 'AIPositionPoint_C_CreateDebugMesh::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_CreateDebugMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x0001C0, "Member 'AIPositionPoint_C_CreateDebugMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPositionPoint_C_DestroyDebugMeshes \ static_assert(alignof(AIPositionPoint_C_DestroyDebugMeshes) == 0x000008, "Wrong alignment on AIPositionPoint_C_DestroyDebugMeshes"); \ static_assert(sizeof(AIPositionPoint_C_DestroyDebugMeshes) == 0x000040, "Wrong size on AIPositionPoint_C_DestroyDebugMeshes"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AIPositionPoint_C_DestroyDebugMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AIPositionPoint_C_DestroyDebugMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'AIPositionPoint_C_DestroyDebugMeshes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'AIPositionPoint_C_DestroyDebugMeshes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Array_Get_Item) == 0x000018, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIPositionPoint_C_DestroyDebugMeshes, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'AIPositionPoint_C_DestroyDebugMeshes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIPositionPoint_C \ static_assert(alignof(AAIPositionPoint_C) == 0x000008, "Wrong alignment on AAIPositionPoint_C"); \ static_assert(sizeof(AAIPositionPoint_C) == 0x000278, "Wrong size on AAIPositionPoint_C"); \ static_assert(offsetof(AAIPositionPoint_C, UberGraphFrame) == 0x000220, "Member 'AAIPositionPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, DefaultSceneRoot) == 0x000228, "Member 'AAIPositionPoint_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, bDontHaveCoverRight) == 0x000230, "Member 'AAIPositionPoint_C::bDontHaveCoverRight' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, bDontHaveCoverLeft) == 0x000231, "Member 'AAIPositionPoint_C::bDontHaveCoverLeft' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, bDontHaveMiddleCover) == 0x000232, "Member 'AAIPositionPoint_C::bDontHaveMiddleCover' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, bIsHalfHeight) == 0x000233, "Member 'AAIPositionPoint_C::bIsHalfHeight' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, Length) == 0x000234, "Member 'AAIPositionPoint_C::Length' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, BoxComponent) == 0x000238, "Member 'AAIPositionPoint_C::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, bDebugPoints) == 0x000240, "Member 'AAIPositionPoint_C::bDebugPoints' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, CapsuleRadius) == 0x000244, "Member 'AAIPositionPoint_C::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, DebugMeshComponents) == 0x000248, "Member 'AAIPositionPoint_C::DebugMeshComponents' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, LeftCover) == 0x000258, "Member 'AAIPositionPoint_C::LeftCover' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, MiddleCover) == 0x000260, "Member 'AAIPositionPoint_C::MiddleCover' has a wrong offset!"); \ static_assert(offsetof(AAIPositionPoint_C, ArrowComponents) == 0x000268, "Member 'AAIPositionPoint_C::ArrowComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport \ static_assert(alignof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport) == 0x000008, "Wrong alignment on ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport"); \ static_assert(sizeof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport) == 0x000058, "Wrong size on ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, EntryPoint) == 0x000000, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_GetOwningComponent_ReturnValue) == 0x000008, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_PlayEventAttached_ReturnValue) == 0x000010, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00001C, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000021, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000022, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, K2Node_Event_DeltaTimeX) == 0x000024, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_GetOwningActor_ReturnValue) == 0x000028, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, K2Node_DynamicCast_AsBird_Teleport) == 0x000030, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_GetMovementComponent_ReturnValue) == 0x000040, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000048, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_VSize_ReturnValue) == 0x00004C, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000050, "Member 'ABP_BirdTeleport_C_ExecuteUbergraph_ABP_BirdTeleport::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BirdTeleport_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_BirdTeleport_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_BirdTeleport_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_BirdTeleport_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_BirdTeleport_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_BirdTeleport_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_BirdTeleport_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BirdTeleport_C_AnimGraph \ static_assert(alignof(ABP_BirdTeleport_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_BirdTeleport_C_AnimGraph"); \ static_assert(sizeof(ABP_BirdTeleport_C_AnimGraph) == 0x000010, "Wrong size on ABP_BirdTeleport_C_AnimGraph"); \ static_assert(offsetof(ABP_BirdTeleport_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_BirdTeleport_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_BirdTeleport_C \ static_assert(alignof(UABP_BirdTeleport_C) == 0x000010, "Wrong alignment on UABP_BirdTeleport_C"); \ static_assert(sizeof(UABP_BirdTeleport_C) == 0x000BF0, "Wrong size on UABP_BirdTeleport_C"); \ static_assert(offsetof(UABP_BirdTeleport_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_BirdTeleport_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_9) == 0x0002F8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_8) == 0x000320, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_7) == 0x000348, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_6) == 0x000370, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_6) == 0x000398, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_BlendListByBool) == 0x000418, "Member 'UABP_BirdTeleport_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_5) == 0x0004B8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_7) == 0x000538, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_4) == 0x000568, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_6) == 0x0005E8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_5) == 0x000618, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_4) == 0x000640, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_3) == 0x000668, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_2) == 0x000690, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult_1) == 0x0006B8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_TransitionResult) == 0x0006E0, "Member 'UABP_BirdTeleport_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_5) == 0x000708, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_3) == 0x000738, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_4) == 0x0007B8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_2) == 0x0007E8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_3) == 0x000868, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer_1) == 0x000898, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_2) == 0x000918, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_SequencePlayer) == 0x000948, "Member 'UABP_BirdTeleport_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult_1) == 0x0009C8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateMachine_1) == 0x0009F8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateResult) == 0x000AA8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_StateMachine) == 0x000AD8, "Member 'UABP_BirdTeleport_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, AnimGraphNode_Slot) == 0x000B88, "Member 'UABP_BirdTeleport_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, bFlight) == 0x000BD0, "Member 'UABP_BirdTeleport_C::bFlight' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, Character) == 0x000BD8, "Member 'UABP_BirdTeleport_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, Speed) == 0x000BE0, "Member 'UABP_BirdTeleport_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_BirdTeleport_C, bOpened) == 0x000BE4, "Member 'UABP_BirdTeleport_C::bOpened' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action \ static_assert(alignof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action) == 0x000008, "Wrong alignment on WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action"); \ static_assert(sizeof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action) == 0x0002F8, "Wrong size on WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, EntryPoint) == 0x000000, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_23) == 0x000004, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_SetStaticMesh_ReturnValue) == 0x00000C, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_22) == 0x000020, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_21) == 0x000028, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_20) == 0x000040, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_name_Variable) == 0x000058, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_19) == 0x000070, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_18) == 0x000078, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_17) == 0x000090, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x000098, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_16) == 0x0000A8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_15) == 0x0000C0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_name_Variable_1) == 0x0000D8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_14) == 0x0000F0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_13) == 0x0000F8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x000100, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_12) == 0x000110, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000118, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_11) == 0x000128, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000130, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_10) == 0x000140, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000148, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_name_Variable_2) == 0x000158, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000160, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_9) == 0x000170, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_8) == 0x000178, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x000180, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_7) == 0x000190, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x000198, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_6) == 0x0001A8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001B0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_5) == 0x0001C0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001C8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_name_Variable_3) == 0x0001D8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001E0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_4) == 0x0001F0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_3) == 0x0001F8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x000200, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_2) == 0x000210, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_20) == 0x000218, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_1) == 0x000228, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_21) == 0x000230, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName) == 0x000240, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_22) == 0x000248, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_name_Variable_4) == 0x000258, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000260, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CustomEvent_NotifyName_24) == 0x000264, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000270, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_DynamicCast_bSuccess) == 0x000278, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_DynamicCast_AsNew_Rofleemo_1) == 0x000280, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_DynamicCast_AsNew_Rofleemo_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_DynamicCast_bSuccess_1) == 0x000288, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_23) == 0x00028C, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_SetStaticMesh_ReturnValue_1) == 0x00029C, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00029D, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_SetStaticMesh_ReturnValue_2) == 0x00029E, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x00029F, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0002A0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0002A8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_IsValid_ReturnValue_1) == 0x0002B1, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0002B8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0002C0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_IsValid_ReturnValue_2) == 0x0002C8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_IsValid_ReturnValue_3) == 0x0002C9, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CheckIsWorking_Result) == 0x0002CA, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CheckIsWorking_Result' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x0002D0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_IsValid_ReturnValue_4) == 0x0002D8, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_RandomInteger_ReturnValue) == 0x0002DC, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, K2Node_CreateDelegate_OutputDelegate_24) == 0x0002E0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, Temp_bool_Variable) == 0x0002F0, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_Not_PreBool_ReturnValue) == 0x0002F1, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action, CallFunc_SetStaticMesh_ReturnValue_3) == 0x0002F2, "Member 'WateringPot_Action_C_ExecuteUbergraph_WateringPot_Action::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C \ static_assert(alignof(WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(sizeof(WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C) == 0x000008, "Wrong size on WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(offsetof(WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnCompleted_6D72258F487A0D112765D68C9CCCED7C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C \ static_assert(alignof(WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(sizeof(WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C) == 0x000008, "Wrong size on WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(offsetof(WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnBlendOut_6D72258F487A0D112765D68C9CCCED7C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C \ static_assert(alignof(WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(sizeof(WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C) == 0x000008, "Wrong size on WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(offsetof(WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnInterrupted_6D72258F487A0D112765D68C9CCCED7C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C \ static_assert(alignof(WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyBegin_6D72258F487A0D112765D68C9CCCED7C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C \ static_assert(alignof(WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyEnd_6D72258F487A0D112765D68C9CCCED7C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02 \ static_assert(alignof(WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(sizeof(WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000008, "Wrong size on WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(offsetof(WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnCompleted_19507F5D4B6AE4F11C12A1A4BABF0B02::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02 \ static_assert(alignof(WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(sizeof(WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000008, "Wrong size on WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(offsetof(WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnBlendOut_19507F5D4B6AE4F11C12A1A4BABF0B02::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02 \ static_assert(alignof(WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(sizeof(WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000008, "Wrong size on WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(offsetof(WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnInterrupted_19507F5D4B6AE4F11C12A1A4BABF0B02::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02 \ static_assert(alignof(WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyBegin_19507F5D4B6AE4F11C12A1A4BABF0B02::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02 \ static_assert(alignof(WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyEnd_19507F5D4B6AE4F11C12A1A4BABF0B02::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49 \ static_assert(alignof(WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(sizeof(WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000008, "Wrong size on WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(offsetof(WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnCompleted_ACE1AC2B4A6D817770EAA488D70E7A49::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49 \ static_assert(alignof(WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(sizeof(WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000008, "Wrong size on WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(offsetof(WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnBlendOut_ACE1AC2B4A6D817770EAA488D70E7A49::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49 \ static_assert(alignof(WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(sizeof(WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000008, "Wrong size on WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(offsetof(WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnInterrupted_ACE1AC2B4A6D817770EAA488D70E7A49::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49 \ static_assert(alignof(WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyBegin_ACE1AC2B4A6D817770EAA488D70E7A49::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49 \ static_assert(alignof(WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyEnd_ACE1AC2B4A6D817770EAA488D70E7A49::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706 \ static_assert(alignof(WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706"); \ static_assert(sizeof(WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706) == 0x000008, "Wrong size on WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706"); \ static_assert(offsetof(WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnCompleted_E6102551411FE191204779A9C0737706::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706 \ static_assert(alignof(WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706"); \ static_assert(sizeof(WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706) == 0x000008, "Wrong size on WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706"); \ static_assert(offsetof(WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnBlendOut_E6102551411FE191204779A9C0737706::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706 \ static_assert(alignof(WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706"); \ static_assert(sizeof(WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706) == 0x000008, "Wrong size on WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706"); \ static_assert(offsetof(WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnInterrupted_E6102551411FE191204779A9C0737706::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706 \ static_assert(alignof(WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyBegin_E6102551411FE191204779A9C0737706::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706 \ static_assert(alignof(WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyEnd_E6102551411FE191204779A9C0737706::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00 \ static_assert(alignof(WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(sizeof(WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00) == 0x000008, "Wrong size on WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(offsetof(WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnCompleted_67E5F999431A1B6D472AF7A16199FC00::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00 \ static_assert(alignof(WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(sizeof(WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00) == 0x000008, "Wrong size on WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(offsetof(WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnBlendOut_67E5F999431A1B6D472AF7A16199FC00::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00 \ static_assert(alignof(WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(sizeof(WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00) == 0x000008, "Wrong size on WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(offsetof(WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnInterrupted_67E5F999431A1B6D472AF7A16199FC00::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00 \ static_assert(alignof(WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyBegin_67E5F999431A1B6D472AF7A16199FC00::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00 \ static_assert(alignof(WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00) == 0x000004, "Wrong alignment on WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(sizeof(WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00) == 0x000008, "Wrong size on WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00"); \ static_assert(offsetof(WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00, NotifyName) == 0x000000, "Member 'WateringPot_Action_C_OnNotifyEnd_67E5F999431A1B6D472AF7A16199FC00::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWateringPot_Action_C \ static_assert(alignof(UWateringPot_Action_C) == 0x000008, "Wrong alignment on UWateringPot_Action_C"); \ static_assert(sizeof(UWateringPot_Action_C) == 0x000110, "Wrong size on UWateringPot_Action_C"); \ static_assert(offsetof(UWateringPot_Action_C, UberGraphFrame_WateringPot_Action_C) == 0x000100, "Member 'UWateringPot_Action_C::UberGraphFrame_WateringPot_Action_C' has a wrong offset!"); \ static_assert(offsetof(UWateringPot_Action_C, Random) == 0x000108, "Member 'UWateringPot_Action_C::Random' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_ExecuteUbergraph_Sleep_Action \ static_assert(alignof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action) == 0x000008, "Wrong alignment on Sleep_Action_C_ExecuteUbergraph_Sleep_Action"); \ static_assert(sizeof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action) == 0x000360, "Wrong size on Sleep_Action_C_ExecuteUbergraph_Sleep_Action"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, EntryPoint) == 0x000000, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_28) == 0x000004, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000010, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000030, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_27) == 0x00003C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_26) == 0x000044, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00004C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_25) == 0x00005C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable) == 0x000074, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00007C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_24) == 0x00008C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_23) == 0x000094, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00009C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_22) == 0x0000AC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000B4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_21) == 0x0000C4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000CC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_20) == 0x0000DC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000E4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable_1) == 0x0000F4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000FC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_19) == 0x00010C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_18) == 0x000114, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x00011C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_17) == 0x00012C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000134, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_16) == 0x000144, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x00014C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_15) == 0x00015C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000164, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable_2) == 0x000174, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x00017C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_14) == 0x00018C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_13) == 0x000194, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00019C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_12) == 0x0001AC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x0001B4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_11) == 0x0001C4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001CC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_10) == 0x0001DC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001E4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable_3) == 0x0001F4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001FC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_9) == 0x00020C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_8) == 0x000214, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x00021C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_20) == 0x00022C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_7) == 0x00023C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_6) == 0x000244, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_21) == 0x00024C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_22) == 0x00025C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_5) == 0x00026C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable_4) == 0x000274, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_23) == 0x00027C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_4) == 0x00028C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_3) == 0x000294, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_24) == 0x00029C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_25) == 0x0002AC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_2) == 0x0002BC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_1) == 0x0002C4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_26) == 0x0002CC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_27) == 0x0002DC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName) == 0x0002EC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, Temp_name_Variable_5) == 0x0002F4, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0002FC, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CustomEvent_NotifyName_29) == 0x000300, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000308, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000310, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue_2) == 0x000318, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue_3) == 0x000319, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000320, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue_4) == 0x000328, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x000330, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, CallFunc_IsValid_ReturnValue_5) == 0x000338, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000339, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_28) == 0x00033C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_CreateDelegate_OutputDelegate_29) == 0x00034C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_SwitchInteger_CmpSuccess_1) == 0x00035C, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Sleep_Action_C_ExecuteUbergraph_Sleep_Action, K2Node_SwitchInteger_CmpSuccess_2) == 0x00035D, "Member 'Sleep_Action_C_ExecuteUbergraph_Sleep_Action::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478 \ static_assert(alignof(Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_55E31DA541FB47B2F9A50A801FD02478::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478 \ static_assert(alignof(Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_55E31DA541FB47B2F9A50A801FD02478::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478 \ static_assert(alignof(Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_55E31DA541FB47B2F9A50A801FD02478::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478 \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_55E31DA541FB47B2F9A50A801FD02478::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478 \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_55E31DA541FB47B2F9A50A801FD02478::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6 \ static_assert(alignof(Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_B9F482F14E82086B87330C9652DF16E6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6 \ static_assert(alignof(Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_B9F482F14E82086B87330C9652DF16E6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6 \ static_assert(alignof(Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_B9F482F14E82086B87330C9652DF16E6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6 \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_B9F482F14E82086B87330C9652DF16E6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6 \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_B9F482F14E82086B87330C9652DF16E6::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C \ static_assert(alignof(Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_F87F259D46BAC0B0D83BC98B8994D61C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C \ static_assert(alignof(Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_F87F259D46BAC0B0D83BC98B8994D61C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C \ static_assert(alignof(Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_F87F259D46BAC0B0D83BC98B8994D61C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_F87F259D46BAC0B0D83BC98B8994D61C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_F87F259D46BAC0B0D83BC98B8994D61C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A \ static_assert(alignof(Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_15B42E96406A01A71616319293D7AF3A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A \ static_assert(alignof(Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_15B42E96406A01A71616319293D7AF3A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A \ static_assert(alignof(Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_15B42E96406A01A71616319293D7AF3A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_15B42E96406A01A71616319293D7AF3A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_15B42E96406A01A71616319293D7AF3A::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED \ static_assert(alignof(Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_85FFC8354C847FA3944C0D9F4F1D03ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED \ static_assert(alignof(Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_85FFC8354C847FA3944C0D9F4F1D03ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED \ static_assert(alignof(Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_85FFC8354C847FA3944C0D9F4F1D03ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_85FFC8354C847FA3944C0D9F4F1D03ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_85FFC8354C847FA3944C0D9F4F1D03ED::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482 \ static_assert(alignof(Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000004, "Wrong alignment on Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(sizeof(Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000008, "Wrong size on Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(offsetof(Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnCompleted_4E5A9FAD41F21CEBA7790E9D450DF482::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482 \ static_assert(alignof(Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000004, "Wrong alignment on Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(sizeof(Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000008, "Wrong size on Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(offsetof(Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnBlendOut_4E5A9FAD41F21CEBA7790E9D450DF482::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482 \ static_assert(alignof(Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000004, "Wrong alignment on Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(sizeof(Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000008, "Wrong size on Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(offsetof(Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnInterrupted_4E5A9FAD41F21CEBA7790E9D450DF482::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482 \ static_assert(alignof(Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyBegin_4E5A9FAD41F21CEBA7790E9D450DF482::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482 \ static_assert(alignof(Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000004, "Wrong alignment on Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(sizeof(Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482) == 0x000008, "Wrong size on Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482"); \ static_assert(offsetof(Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482, NotifyName) == 0x000000, "Member 'Sleep_Action_C_OnNotifyEnd_4E5A9FAD41F21CEBA7790E9D450DF482::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USleep_Action_C \ static_assert(alignof(USleep_Action_C) == 0x000008, "Wrong alignment on USleep_Action_C"); \ static_assert(sizeof(USleep_Action_C) == 0x0000F8, "Wrong size on USleep_Action_C"); \ static_assert(offsetof(USleep_Action_C, UberGraphFrame_Sleep_Action_C) == 0x0000E8, "Member 'USleep_Action_C::UberGraphFrame_Sleep_Action_C' has a wrong offset!"); \ static_assert(offsetof(USleep_Action_C, SleepType) == 0x0000F0, "Member 'USleep_Action_C::SleepType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action \ static_assert(alignof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action) == 0x000008, "Wrong alignment on RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action"); \ static_assert(sizeof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action) == 0x000098, "Wrong size on RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, EntryPoint) == 0x000000, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, Temp_name_Variable) == 0x00006C, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'RummagingInGarbage_Action_C_ExecuteUbergraph_RummagingInGarbage_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98 \ static_assert(alignof(RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000004, "Wrong alignment on RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(sizeof(RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000008, "Wrong size on RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(offsetof(RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98, NotifyName) == 0x000000, "Member 'RummagingInGarbage_Action_C_OnCompleted_1F6D19BC4D63283E409BA8A4542CBE98::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98 \ static_assert(alignof(RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000004, "Wrong alignment on RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(sizeof(RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000008, "Wrong size on RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(offsetof(RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98, NotifyName) == 0x000000, "Member 'RummagingInGarbage_Action_C_OnBlendOut_1F6D19BC4D63283E409BA8A4542CBE98::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98 \ static_assert(alignof(RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000004, "Wrong alignment on RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(sizeof(RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000008, "Wrong size on RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(offsetof(RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98, NotifyName) == 0x000000, "Member 'RummagingInGarbage_Action_C_OnInterrupted_1F6D19BC4D63283E409BA8A4542CBE98::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98 \ static_assert(alignof(RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000004, "Wrong alignment on RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(sizeof(RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000008, "Wrong size on RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(offsetof(RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98, NotifyName) == 0x000000, "Member 'RummagingInGarbage_Action_C_OnNotifyBegin_1F6D19BC4D63283E409BA8A4542CBE98::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98 \ static_assert(alignof(RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000004, "Wrong alignment on RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(sizeof(RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98) == 0x000008, "Wrong size on RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98"); \ static_assert(offsetof(RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98, NotifyName) == 0x000000, "Member 'RummagingInGarbage_Action_C_OnNotifyEnd_1F6D19BC4D63283E409BA8A4542CBE98::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URummagingInGarbage_Action_C \ static_assert(alignof(URummagingInGarbage_Action_C) == 0x000008, "Wrong alignment on URummagingInGarbage_Action_C"); \ static_assert(sizeof(URummagingInGarbage_Action_C) == 0x0000F0, "Wrong size on URummagingInGarbage_Action_C"); \ static_assert(offsetof(URummagingInGarbage_Action_C, UberGraphFrame_RummagingInGarbage_Action_C) == 0x0000E8, "Member 'URummagingInGarbage_Action_C::UberGraphFrame_RummagingInGarbage_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action \ static_assert(alignof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action) == 0x000008, "Wrong alignment on ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action"); \ static_assert(sizeof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action) == 0x0001B8, "Wrong size on ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, EntryPoint) == 0x000000, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_13) == 0x000024, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_12) == 0x00002C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_11) == 0x000044, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_10) == 0x00005C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, Temp_name_Variable) == 0x000074, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_9) == 0x00008C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_8) == 0x000094, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x00009C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_7) == 0x0000AC, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B4, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_6) == 0x0000C4, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000CC, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_5) == 0x0000DC, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E4, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, Temp_name_Variable_1) == 0x0000F4, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000FC, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_4) == 0x00010C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_3) == 0x000114, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x00011C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_2) == 0x00012C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000134, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_1) == 0x000144, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x00014C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName) == 0x00015C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000164, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, Temp_name_Variable_2) == 0x000174, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00017C, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000190, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000198, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0001A0, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_IsValid_ReturnValue_1) == 0x0001A9, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, CallFunc_IsValid_ReturnValue_2) == 0x0001AA, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action, K2Node_CustomEvent_NotifyName_14) == 0x0001AC, "Member 'ReadPaper_Action_C_ExecuteUbergraph_ReadPaper_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7 \ static_assert(alignof(ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(sizeof(ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000008, "Wrong size on ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(offsetof(ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnCompleted_2B63E25B45D444602A2DDB87DFDD39B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7 \ static_assert(alignof(ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(sizeof(ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000008, "Wrong size on ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(offsetof(ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnBlendOut_2B63E25B45D444602A2DDB87DFDD39B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7 \ static_assert(alignof(ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(sizeof(ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000008, "Wrong size on ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(offsetof(ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnInterrupted_2B63E25B45D444602A2DDB87DFDD39B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7 \ static_assert(alignof(ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyBegin_2B63E25B45D444602A2DDB87DFDD39B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7 \ static_assert(alignof(ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyEnd_2B63E25B45D444602A2DDB87DFDD39B7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389 \ static_assert(alignof(ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(sizeof(ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000008, "Wrong size on ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(offsetof(ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnCompleted_DE1CC0AB4DB283324A5371BE1D9B8389::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389 \ static_assert(alignof(ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(sizeof(ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000008, "Wrong size on ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(offsetof(ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnBlendOut_DE1CC0AB4DB283324A5371BE1D9B8389::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389 \ static_assert(alignof(ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(sizeof(ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000008, "Wrong size on ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(offsetof(ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnInterrupted_DE1CC0AB4DB283324A5371BE1D9B8389::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389 \ static_assert(alignof(ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyBegin_DE1CC0AB4DB283324A5371BE1D9B8389::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389 \ static_assert(alignof(ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyEnd_DE1CC0AB4DB283324A5371BE1D9B8389::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D \ static_assert(alignof(ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D"); \ static_assert(sizeof(ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D) == 0x000008, "Wrong size on ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D"); \ static_assert(offsetof(ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnCompleted_302E36DF481E3500671F9598D591101D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D \ static_assert(alignof(ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D"); \ static_assert(sizeof(ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D) == 0x000008, "Wrong size on ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D"); \ static_assert(offsetof(ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnBlendOut_302E36DF481E3500671F9598D591101D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D \ static_assert(alignof(ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D"); \ static_assert(sizeof(ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D) == 0x000008, "Wrong size on ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D"); \ static_assert(offsetof(ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnInterrupted_302E36DF481E3500671F9598D591101D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D \ static_assert(alignof(ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyBegin_302E36DF481E3500671F9598D591101D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D \ static_assert(alignof(ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D) == 0x000004, "Wrong alignment on ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D"); \ static_assert(sizeof(ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D) == 0x000008, "Wrong size on ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D"); \ static_assert(offsetof(ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D, NotifyName) == 0x000000, "Member 'ReadPaper_Action_C_OnNotifyEnd_302E36DF481E3500671F9598D591101D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReadPaper_Action_C \ static_assert(alignof(UReadPaper_Action_C) == 0x000008, "Wrong alignment on UReadPaper_Action_C"); \ static_assert(sizeof(UReadPaper_Action_C) == 0x0000F0, "Wrong size on UReadPaper_Action_C"); \ static_assert(offsetof(UReadPaper_Action_C, UberGraphFrame_ReadPaper_Action_C) == 0x0000E8, "Member 'UReadPaper_Action_C::UberGraphFrame_ReadPaper_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action \ static_assert(alignof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action) == 0x000008, "Wrong alignment on PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action"); \ static_assert(sizeof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action) == 0x0001B8, "Wrong size on PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, EntryPoint) == 0x000000, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_13) == 0x000024, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_12) == 0x00002C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_11) == 0x000044, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_10) == 0x00005C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, Temp_name_Variable) == 0x000074, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_9) == 0x00008C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_8) == 0x000094, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x00009C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_7) == 0x0000AC, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B4, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_6) == 0x0000C4, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000CC, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_5) == 0x0000DC, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E4, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, Temp_name_Variable_1) == 0x0000F4, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000FC, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_4) == 0x00010C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_3) == 0x000114, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x00011C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_2) == 0x00012C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000134, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_1) == 0x000144, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x00014C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName) == 0x00015C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000164, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, Temp_name_Variable_2) == 0x000174, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00017C, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000190, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000198, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0001A0, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_IsValid_ReturnValue_1) == 0x0001A9, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, CallFunc_IsValid_ReturnValue_2) == 0x0001AA, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action, K2Node_CustomEvent_NotifyName_14) == 0x0001AC, "Member 'PlayToy_Action_C_ExecuteUbergraph_PlayToy_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352 \ static_assert(alignof(PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(sizeof(PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352) == 0x000008, "Wrong size on PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(offsetof(PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnCompleted_DAA59EC34EBD439283CD52B679DE2352::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352 \ static_assert(alignof(PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(sizeof(PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352) == 0x000008, "Wrong size on PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(offsetof(PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnBlendOut_DAA59EC34EBD439283CD52B679DE2352::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352 \ static_assert(alignof(PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(sizeof(PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352) == 0x000008, "Wrong size on PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(offsetof(PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnInterrupted_DAA59EC34EBD439283CD52B679DE2352::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352 \ static_assert(alignof(PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyBegin_DAA59EC34EBD439283CD52B679DE2352::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352 \ static_assert(alignof(PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyEnd_DAA59EC34EBD439283CD52B679DE2352::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1 \ static_assert(alignof(PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(sizeof(PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1) == 0x000008, "Wrong size on PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(offsetof(PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnCompleted_C271A94B4963FF6CDEE1F587F20402B1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1 \ static_assert(alignof(PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(sizeof(PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1) == 0x000008, "Wrong size on PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(offsetof(PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnBlendOut_C271A94B4963FF6CDEE1F587F20402B1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1 \ static_assert(alignof(PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(sizeof(PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1) == 0x000008, "Wrong size on PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(offsetof(PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnInterrupted_C271A94B4963FF6CDEE1F587F20402B1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1 \ static_assert(alignof(PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyBegin_C271A94B4963FF6CDEE1F587F20402B1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1 \ static_assert(alignof(PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyEnd_C271A94B4963FF6CDEE1F587F20402B1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07 \ static_assert(alignof(PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(sizeof(PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000008, "Wrong size on PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(offsetof(PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnCompleted_38DEB0F648450EB1CD62E1BC2D9F8A07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07 \ static_assert(alignof(PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(sizeof(PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000008, "Wrong size on PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(offsetof(PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnBlendOut_38DEB0F648450EB1CD62E1BC2D9F8A07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07 \ static_assert(alignof(PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(sizeof(PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000008, "Wrong size on PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(offsetof(PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnInterrupted_38DEB0F648450EB1CD62E1BC2D9F8A07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07 \ static_assert(alignof(PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyBegin_38DEB0F648450EB1CD62E1BC2D9F8A07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07 \ static_assert(alignof(PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000004, "Wrong alignment on PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(sizeof(PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07) == 0x000008, "Wrong size on PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07"); \ static_assert(offsetof(PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07, NotifyName) == 0x000000, "Member 'PlayToy_Action_C_OnNotifyEnd_38DEB0F648450EB1CD62E1BC2D9F8A07::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayToy_Action_C \ static_assert(alignof(UPlayToy_Action_C) == 0x000008, "Wrong alignment on UPlayToy_Action_C"); \ static_assert(sizeof(UPlayToy_Action_C) == 0x0000F0, "Wrong size on UPlayToy_Action_C"); \ static_assert(offsetof(UPlayToy_Action_C, UberGraphFrame_PlayToy_Action_C) == 0x0000E8, "Member 'UPlayToy_Action_C::UberGraphFrame_PlayToy_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_ExecuteUbergraph_Nap_Action \ static_assert(alignof(Nap_Action_C_ExecuteUbergraph_Nap_Action) == 0x000008, "Wrong alignment on Nap_Action_C_ExecuteUbergraph_Nap_Action"); \ static_assert(sizeof(Nap_Action_C_ExecuteUbergraph_Nap_Action) == 0x000098, "Wrong size on Nap_Action_C_ExecuteUbergraph_Nap_Action"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, EntryPoint) == 0x000000, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000018, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CustomEvent_NotifyName_4) == 0x000020, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CustomEvent_NotifyName_3) == 0x00003C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CustomEvent_NotifyName_2) == 0x000044, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CustomEvent_NotifyName_1) == 0x00006C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CustomEvent_NotifyName) == 0x000074, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Nap_Action_C_ExecuteUbergraph_Nap_Action, Temp_name_Variable) == 0x00008C, "Member 'Nap_Action_C_ExecuteUbergraph_Nap_Action::Temp_name_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5 \ static_assert(alignof(Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000004, "Wrong alignment on Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(sizeof(Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000008, "Wrong size on Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(offsetof(Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5, NotifyName) == 0x000000, "Member 'Nap_Action_C_OnCompleted_E34553224A25CBD73C6AF9B5A49B49C5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5 \ static_assert(alignof(Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000004, "Wrong alignment on Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(sizeof(Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000008, "Wrong size on Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(offsetof(Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5, NotifyName) == 0x000000, "Member 'Nap_Action_C_OnBlendOut_E34553224A25CBD73C6AF9B5A49B49C5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5 \ static_assert(alignof(Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000004, "Wrong alignment on Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(sizeof(Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000008, "Wrong size on Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(offsetof(Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5, NotifyName) == 0x000000, "Member 'Nap_Action_C_OnInterrupted_E34553224A25CBD73C6AF9B5A49B49C5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5 \ static_assert(alignof(Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000004, "Wrong alignment on Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(sizeof(Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000008, "Wrong size on Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(offsetof(Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5, NotifyName) == 0x000000, "Member 'Nap_Action_C_OnNotifyBegin_E34553224A25CBD73C6AF9B5A49B49C5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5 \ static_assert(alignof(Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000004, "Wrong alignment on Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(sizeof(Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5) == 0x000008, "Wrong size on Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5"); \ static_assert(offsetof(Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5, NotifyName) == 0x000000, "Member 'Nap_Action_C_OnNotifyEnd_E34553224A25CBD73C6AF9B5A49B49C5::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNap_Action_C \ static_assert(alignof(UNap_Action_C) == 0x000008, "Wrong alignment on UNap_Action_C"); \ static_assert(sizeof(UNap_Action_C) == 0x0000F0, "Wrong size on UNap_Action_C"); \ static_assert(offsetof(UNap_Action_C, UberGraphFrame_Nap_Action_C) == 0x0000E8, "Member 'UNap_Action_C::UberGraphFrame_Nap_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_ExecuteUbergraph_HitStone_Action \ static_assert(alignof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action) == 0x000008, "Wrong alignment on HitStone_Action_C_ExecuteUbergraph_HitStone_Action"); \ static_assert(sizeof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action) == 0x0001C8, "Wrong size on HitStone_Action_C_ExecuteUbergraph_HitStone_Action"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, EntryPoint) == 0x000000, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000008, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_13) == 0x000024, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_12) == 0x00002C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_11) == 0x000044, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_10) == 0x00005C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, Temp_name_Variable) == 0x000074, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_9) == 0x00008C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_8) == 0x000094, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x00009C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_7) == 0x0000AC, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B4, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_6) == 0x0000C4, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000CC, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_5) == 0x0000DC, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E4, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, Temp_name_Variable_1) == 0x0000F4, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000FC, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_4) == 0x00010C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_3) == 0x000114, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x00011C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_2) == 0x00012C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000134, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_1) == 0x000144, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x00014C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName) == 0x00015C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000164, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, Temp_name_Variable_2) == 0x000174, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00017C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, K2Node_CustomEvent_NotifyName_14) == 0x00018C, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000198, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0001A8, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_IsValid_ReturnValue_1) == 0x0001B0, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0001B8, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HitStone_Action_C_ExecuteUbergraph_HitStone_Action, CallFunc_IsValid_ReturnValue_2) == 0x0001C0, "Member 'HitStone_Action_C_ExecuteUbergraph_HitStone_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29 \ static_assert(alignof(HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000004, "Wrong alignment on HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(sizeof(HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000008, "Wrong size on HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(offsetof(HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnCompleted_59CC261044BF09E1BD5BB5BB4CA1EA29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29 \ static_assert(alignof(HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000004, "Wrong alignment on HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(sizeof(HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000008, "Wrong size on HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(offsetof(HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnBlendOut_59CC261044BF09E1BD5BB5BB4CA1EA29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29 \ static_assert(alignof(HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000004, "Wrong alignment on HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(sizeof(HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000008, "Wrong size on HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(offsetof(HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnInterrupted_59CC261044BF09E1BD5BB5BB4CA1EA29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29 \ static_assert(alignof(HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyBegin_59CC261044BF09E1BD5BB5BB4CA1EA29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29 \ static_assert(alignof(HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyEnd_59CC261044BF09E1BD5BB5BB4CA1EA29::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0 \ static_assert(alignof(HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0) == 0x000004, "Wrong alignment on HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(sizeof(HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0) == 0x000008, "Wrong size on HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(offsetof(HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnCompleted_FEC6175F41EB4681713E8486542E99F0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0 \ static_assert(alignof(HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0) == 0x000004, "Wrong alignment on HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(sizeof(HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0) == 0x000008, "Wrong size on HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(offsetof(HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnBlendOut_FEC6175F41EB4681713E8486542E99F0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0 \ static_assert(alignof(HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0) == 0x000004, "Wrong alignment on HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(sizeof(HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0) == 0x000008, "Wrong size on HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(offsetof(HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnInterrupted_FEC6175F41EB4681713E8486542E99F0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0 \ static_assert(alignof(HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyBegin_FEC6175F41EB4681713E8486542E99F0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0 \ static_assert(alignof(HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyEnd_FEC6175F41EB4681713E8486542E99F0::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2 \ static_assert(alignof(HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000004, "Wrong alignment on HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(sizeof(HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000008, "Wrong size on HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(offsetof(HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnCompleted_829FE3AB4BF831C9CDA8858B3008B6B2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2 \ static_assert(alignof(HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000004, "Wrong alignment on HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(sizeof(HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000008, "Wrong size on HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(offsetof(HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnBlendOut_829FE3AB4BF831C9CDA8858B3008B6B2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2 \ static_assert(alignof(HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000004, "Wrong alignment on HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(sizeof(HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000008, "Wrong size on HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(offsetof(HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnInterrupted_829FE3AB4BF831C9CDA8858B3008B6B2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2 \ static_assert(alignof(HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyBegin_829FE3AB4BF831C9CDA8858B3008B6B2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2 \ static_assert(alignof(HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000004, "Wrong alignment on HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(sizeof(HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2) == 0x000008, "Wrong size on HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2"); \ static_assert(offsetof(HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2, NotifyName) == 0x000000, "Member 'HitStone_Action_C_OnNotifyEnd_829FE3AB4BF831C9CDA8858B3008B6B2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHitStone_Action_C \ static_assert(alignof(UHitStone_Action_C) == 0x000008, "Wrong alignment on UHitStone_Action_C"); \ static_assert(sizeof(UHitStone_Action_C) == 0x0000F0, "Wrong size on UHitStone_Action_C"); \ static_assert(offsetof(UHitStone_Action_C, UberGraphFrame_HitStone_Action_C) == 0x0000E8, "Member 'UHitStone_Action_C::UberGraphFrame_HitStone_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action \ static_assert(alignof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action) == 0x000008, "Wrong alignment on HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action"); \ static_assert(sizeof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action) == 0x0002E0, "Wrong size on HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, EntryPoint) == 0x000000, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_23) == 0x000008, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_22) == 0x000010, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_21) == 0x000028, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_20) == 0x000040, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, Temp_name_Variable) == 0x000058, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_19) == 0x000070, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_18) == 0x000078, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_17) == 0x000090, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x000098, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_16) == 0x0000A8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_15) == 0x0000C0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, Temp_name_Variable_1) == 0x0000D8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_14) == 0x0000F0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_13) == 0x0000F8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x000100, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_12) == 0x000110, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000118, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_11) == 0x000128, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000130, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_10) == 0x000140, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000148, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, Temp_name_Variable_2) == 0x000158, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000160, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_9) == 0x000170, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_8) == 0x000178, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x000180, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_7) == 0x000190, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x000198, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_6) == 0x0001A8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001B0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_5) == 0x0001C0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001C8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, Temp_name_Variable_3) == 0x0001D8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001E0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_4) == 0x0001F0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_3) == 0x0001F8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x000200, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_2) == 0x000210, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_20) == 0x000218, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_1) == 0x000228, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_21) == 0x000230, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName) == 0x000240, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_22) == 0x000248, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, Temp_name_Variable_4) == 0x000258, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000260, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CustomEvent_NotifyName_24) == 0x000264, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_23) == 0x00026C, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000280, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_DynamicCast_bSuccess) == 0x000288, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, K2Node_CreateDelegate_OutputDelegate_24) == 0x00028C, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0002A0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0002A8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_IsValid_ReturnValue_1) == 0x0002B1, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0002B8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x0002C0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_IsValid_ReturnValue_2) == 0x0002C8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_IsValid_ReturnValue_3) == 0x0002C9, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CheckIsWorking_Result) == 0x0002CA, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CheckIsWorking_Result' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x0002D0, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_IsValid_ReturnValue_4) == 0x0002D8, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_SetStaticMesh_ReturnValue) == 0x0002D9, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0002DA, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_SetStaticMesh_ReturnValue_1) == 0x0002DB, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0002DC, "Member 'HammerAndTrain_Action_C_ExecuteUbergraph_HammerAndTrain_Action::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051 \ static_assert(alignof(HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnCompleted_AE015A6043CCEC43D8B0F9852AF53051::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051 \ static_assert(alignof(HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnBlendOut_AE015A6043CCEC43D8B0F9852AF53051::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051 \ static_assert(alignof(HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnInterrupted_AE015A6043CCEC43D8B0F9852AF53051::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyBegin_AE015A6043CCEC43D8B0F9852AF53051::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyEnd_AE015A6043CCEC43D8B0F9852AF53051::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C \ static_assert(alignof(HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnCompleted_2043054E48C3BBC6504D8B8255D0A55C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C \ static_assert(alignof(HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnBlendOut_2043054E48C3BBC6504D8B8255D0A55C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C \ static_assert(alignof(HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnInterrupted_2043054E48C3BBC6504D8B8255D0A55C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyBegin_2043054E48C3BBC6504D8B8255D0A55C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyEnd_2043054E48C3BBC6504D8B8255D0A55C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735 \ static_assert(alignof(HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnCompleted_BD0F44854D16F61CF84D5FA08F758735::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735 \ static_assert(alignof(HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnBlendOut_BD0F44854D16F61CF84D5FA08F758735::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735 \ static_assert(alignof(HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnInterrupted_BD0F44854D16F61CF84D5FA08F758735::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyBegin_BD0F44854D16F61CF84D5FA08F758735::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyEnd_BD0F44854D16F61CF84D5FA08F758735::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018 \ static_assert(alignof(HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnCompleted_E0F89EAA473DCE091355DC81CD865018::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018 \ static_assert(alignof(HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnBlendOut_E0F89EAA473DCE091355DC81CD865018::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018 \ static_assert(alignof(HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnInterrupted_E0F89EAA473DCE091355DC81CD865018::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyBegin_E0F89EAA473DCE091355DC81CD865018::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018 \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyEnd_E0F89EAA473DCE091355DC81CD865018::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE \ static_assert(alignof(HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnCompleted_D72515A04C4FAFAE7B9D63A1822DF1EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE \ static_assert(alignof(HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnBlendOut_D72515A04C4FAFAE7B9D63A1822DF1EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE \ static_assert(alignof(HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnInterrupted_D72515A04C4FAFAE7B9D63A1822DF1EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyBegin_D72515A04C4FAFAE7B9D63A1822DF1EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE \ static_assert(alignof(HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000004, "Wrong alignment on HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(sizeof(HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE) == 0x000008, "Wrong size on HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE"); \ static_assert(offsetof(HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE, NotifyName) == 0x000000, "Member 'HammerAndTrain_Action_C_OnNotifyEnd_D72515A04C4FAFAE7B9D63A1822DF1EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHammerAndTrain_Action_C \ static_assert(alignof(UHammerAndTrain_Action_C) == 0x000008, "Wrong alignment on UHammerAndTrain_Action_C"); \ static_assert(sizeof(UHammerAndTrain_Action_C) == 0x000118, "Wrong size on UHammerAndTrain_Action_C"); \ static_assert(offsetof(UHammerAndTrain_Action_C, UberGraphFrame_HammerAndTrain_Action_C) == 0x000100, "Member 'UHammerAndTrain_Action_C::UberGraphFrame_HammerAndTrain_Action_C' has a wrong offset!"); \ static_assert(offsetof(UHammerAndTrain_Action_C, Rofleemo_0) == 0x000108, "Member 'UHammerAndTrain_Action_C::Rofleemo_0' has a wrong offset!"); \ static_assert(offsetof(UHammerAndTrain_Action_C, Random) == 0x000110, "Member 'UHammerAndTrain_Action_C::Random' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action \ static_assert(alignof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action) == 0x000008, "Wrong alignment on FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action"); \ static_assert(sizeof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action) == 0x000098, "Wrong size on FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, EntryPoint) == 0x000000, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, Temp_name_Variable) == 0x00007C, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'FeelScared_Action_C_ExecuteUbergraph_FeelScared_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280 \ static_assert(alignof(FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280) == 0x000004, "Wrong alignment on FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(sizeof(FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280) == 0x000008, "Wrong size on FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(offsetof(FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280, NotifyName) == 0x000000, "Member 'FeelScared_Action_C_OnCompleted_0073491648A6DEE07D49A4A423C6E280::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280 \ static_assert(alignof(FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280) == 0x000004, "Wrong alignment on FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(sizeof(FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280) == 0x000008, "Wrong size on FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(offsetof(FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280, NotifyName) == 0x000000, "Member 'FeelScared_Action_C_OnBlendOut_0073491648A6DEE07D49A4A423C6E280::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280 \ static_assert(alignof(FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280) == 0x000004, "Wrong alignment on FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(sizeof(FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280) == 0x000008, "Wrong size on FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(offsetof(FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280, NotifyName) == 0x000000, "Member 'FeelScared_Action_C_OnInterrupted_0073491648A6DEE07D49A4A423C6E280::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280 \ static_assert(alignof(FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280) == 0x000004, "Wrong alignment on FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(sizeof(FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280) == 0x000008, "Wrong size on FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(offsetof(FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280, NotifyName) == 0x000000, "Member 'FeelScared_Action_C_OnNotifyBegin_0073491648A6DEE07D49A4A423C6E280::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280 \ static_assert(alignof(FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280) == 0x000004, "Wrong alignment on FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(sizeof(FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280) == 0x000008, "Wrong size on FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280"); \ static_assert(offsetof(FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280, NotifyName) == 0x000000, "Member 'FeelScared_Action_C_OnNotifyEnd_0073491648A6DEE07D49A4A423C6E280::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFeelScared_Action_C \ static_assert(alignof(UFeelScared_Action_C) == 0x000008, "Wrong alignment on UFeelScared_Action_C"); \ static_assert(sizeof(UFeelScared_Action_C) == 0x0000F0, "Wrong size on UFeelScared_Action_C"); \ static_assert(offsetof(UFeelScared_Action_C, UberGraphFrame_FeelScared_Action_C) == 0x0000E8, "Member 'UFeelScared_Action_C::UberGraphFrame_FeelScared_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_ExecuteUbergraph_Drunk_Action \ static_assert(alignof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action) == 0x000008, "Wrong alignment on Drunk_Action_C_ExecuteUbergraph_Drunk_Action"); \ static_assert(sizeof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action) == 0x000098, "Wrong size on Drunk_Action_C_ExecuteUbergraph_Drunk_Action"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, EntryPoint) == 0x000000, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, Temp_name_Variable) == 0x00006C, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Drunk_Action_C_ExecuteUbergraph_Drunk_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'Drunk_Action_C_ExecuteUbergraph_Drunk_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C \ static_assert(alignof(Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C) == 0x000004, "Wrong alignment on Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(sizeof(Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C) == 0x000008, "Wrong size on Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(offsetof(Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C, NotifyName) == 0x000000, "Member 'Drunk_Action_C_OnCompleted_87DC125140CA5C7C87D973A57124E58C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C \ static_assert(alignof(Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C) == 0x000004, "Wrong alignment on Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(sizeof(Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C) == 0x000008, "Wrong size on Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(offsetof(Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C, NotifyName) == 0x000000, "Member 'Drunk_Action_C_OnBlendOut_87DC125140CA5C7C87D973A57124E58C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C \ static_assert(alignof(Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C) == 0x000004, "Wrong alignment on Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(sizeof(Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C) == 0x000008, "Wrong size on Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(offsetof(Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C, NotifyName) == 0x000000, "Member 'Drunk_Action_C_OnInterrupted_87DC125140CA5C7C87D973A57124E58C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C \ static_assert(alignof(Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C) == 0x000004, "Wrong alignment on Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(sizeof(Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C) == 0x000008, "Wrong size on Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(offsetof(Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C, NotifyName) == 0x000000, "Member 'Drunk_Action_C_OnNotifyBegin_87DC125140CA5C7C87D973A57124E58C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C \ static_assert(alignof(Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C) == 0x000004, "Wrong alignment on Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(sizeof(Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C) == 0x000008, "Wrong size on Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C"); \ static_assert(offsetof(Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C, NotifyName) == 0x000000, "Member 'Drunk_Action_C_OnNotifyEnd_87DC125140CA5C7C87D973A57124E58C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrunk_Action_C \ static_assert(alignof(UDrunk_Action_C) == 0x000008, "Wrong alignment on UDrunk_Action_C"); \ static_assert(sizeof(UDrunk_Action_C) == 0x0000F0, "Wrong size on UDrunk_Action_C"); \ static_assert(offsetof(UDrunk_Action_C, UberGraphFrame_Drunk_Action_C) == 0x0000E8, "Member 'UDrunk_Action_C::UberGraphFrame_Drunk_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene \ static_assert(alignof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene) == 0x000008, "Wrong alignment on Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene"); \ static_assert(sizeof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene) == 0x000028, "Wrong size on Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene"); \ static_assert(offsetof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene, EntryPoint) == 0x000000, "Member 'Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene, K2Node_Event_InInstigator_3) == 0x000008, "Member 'Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene::K2Node_Event_InInstigator_3' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene, K2Node_Event_InInstigator_2) == 0x000010, "Member 'Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene::K2Node_Event_InInstigator_2' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene, K2Node_Event_InInstigator_1) == 0x000018, "Member 'Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene::K2Node_Event_InInstigator_1' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene, K2Node_Event_InInstigator) == 0x000020, "Member 'Plankton_CutScene_C_ExecuteUbergraph_Plankton_CutScene::K2Node_Event_InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_OnLootActor \ static_assert(alignof(Plankton_CutScene_C_OnLootActor) == 0x000008, "Wrong alignment on Plankton_CutScene_C_OnLootActor"); \ static_assert(sizeof(Plankton_CutScene_C_OnLootActor) == 0x000008, "Wrong size on Plankton_CutScene_C_OnLootActor"); \ static_assert(offsetof(Plankton_CutScene_C_OnLootActor, InInstigator) == 0x000000, "Member 'Plankton_CutScene_C_OnLootActor::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_OnHoldInteract \ static_assert(alignof(Plankton_CutScene_C_OnHoldInteract) == 0x000008, "Wrong alignment on Plankton_CutScene_C_OnHoldInteract"); \ static_assert(sizeof(Plankton_CutScene_C_OnHoldInteract) == 0x000008, "Wrong size on Plankton_CutScene_C_OnHoldInteract"); \ static_assert(offsetof(Plankton_CutScene_C_OnHoldInteract, InInstigator) == 0x000000, "Member 'Plankton_CutScene_C_OnHoldInteract::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_OnGrappleStart \ static_assert(alignof(Plankton_CutScene_C_OnGrappleStart) == 0x000008, "Wrong alignment on Plankton_CutScene_C_OnGrappleStart"); \ static_assert(sizeof(Plankton_CutScene_C_OnGrappleStart) == 0x000008, "Wrong size on Plankton_CutScene_C_OnGrappleStart"); \ static_assert(offsetof(Plankton_CutScene_C_OnGrappleStart, InInstigator) == 0x000000, "Member 'Plankton_CutScene_C_OnGrappleStart::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_OnGrappleEnd \ static_assert(alignof(Plankton_CutScene_C_OnGrappleEnd) == 0x000008, "Wrong alignment on Plankton_CutScene_C_OnGrappleEnd"); \ static_assert(sizeof(Plankton_CutScene_C_OnGrappleEnd) == 0x000008, "Wrong size on Plankton_CutScene_C_OnGrappleEnd"); \ static_assert(offsetof(Plankton_CutScene_C_OnGrappleEnd, InInstigator) == 0x000000, "Member 'Plankton_CutScene_C_OnGrappleEnd::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_CanBeLooted \ static_assert(alignof(Plankton_CutScene_C_CanBeLooted) == 0x000001, "Wrong alignment on Plankton_CutScene_C_CanBeLooted"); \ static_assert(sizeof(Plankton_CutScene_C_CanBeLooted) == 0x000001, "Wrong size on Plankton_CutScene_C_CanBeLooted"); \ static_assert(offsetof(Plankton_CutScene_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'Plankton_CutScene_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_CanBeGrappled \ static_assert(alignof(Plankton_CutScene_C_CanBeGrappled) == 0x000001, "Wrong alignment on Plankton_CutScene_C_CanBeGrappled"); \ static_assert(sizeof(Plankton_CutScene_C_CanBeGrappled) == 0x000003, "Wrong size on Plankton_CutScene_C_CanBeGrappled"); \ static_assert(offsetof(Plankton_CutScene_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'Plankton_CutScene_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_CanBeGrappled, CallFunc_IsAlive_ReturnValue) == 0x000001, "Member 'Plankton_CutScene_C_CanBeGrappled::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_CanBeGrappled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Plankton_CutScene_C_CanBeGrappled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_CanHoldInteract \ static_assert(alignof(Plankton_CutScene_C_CanHoldInteract) == 0x000001, "Wrong alignment on Plankton_CutScene_C_CanHoldInteract"); \ static_assert(sizeof(Plankton_CutScene_C_CanHoldInteract) == 0x000001, "Wrong size on Plankton_CutScene_C_CanHoldInteract"); \ static_assert(offsetof(Plankton_CutScene_C_CanHoldInteract, ReturnValue) == 0x000000, "Member 'Plankton_CutScene_C_CanHoldInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Plankton_CutScene_C_GetItemSelection \ static_assert(alignof(Plankton_CutScene_C_GetItemSelection) == 0x000008, "Wrong alignment on Plankton_CutScene_C_GetItemSelection"); \ static_assert(sizeof(Plankton_CutScene_C_GetItemSelection) == 0x0000B0, "Wrong size on Plankton_CutScene_C_GetItemSelection"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, Hit) == 0x000000, "Member 'Plankton_CutScene_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, Player) == 0x000088, "Member 'Plankton_CutScene_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Plankton_CutScene_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Plankton_CutScene_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Plankton_CutScene_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, CallFunc_CanLoot_ReturnValue) == 0x0000AA, "Member 'Plankton_CutScene_C_GetItemSelection::CallFunc_CanLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x0000AB, "Member 'Plankton_CutScene_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, CallFunc_IsEmpty_ReturnValue) == 0x0000AC, "Member 'Plankton_CutScene_C_GetItemSelection::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Plankton_CutScene_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000AD, "Member 'Plankton_CutScene_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlankton_CutScene_C \ static_assert(alignof(APlankton_CutScene_C) == 0x000010, "Wrong alignment on APlankton_CutScene_C"); \ static_assert(sizeof(APlankton_CutScene_C) == 0x000EB0, "Wrong size on APlankton_CutScene_C"); \ static_assert(offsetof(APlankton_CutScene_C, UberGraphFrame_Plankton_CutScene_C) == 0x000EA8, "Member 'APlankton_CutScene_C::UberGraphFrame_Plankton_CutScene_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_ExecuteUbergraph_Broom_Action \ static_assert(alignof(Broom_Action_C_ExecuteUbergraph_Broom_Action) == 0x000008, "Wrong alignment on Broom_Action_C_ExecuteUbergraph_Broom_Action"); \ static_assert(sizeof(Broom_Action_C_ExecuteUbergraph_Broom_Action) == 0x000480, "Wrong size on Broom_Action_C_ExecuteUbergraph_Broom_Action"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, EntryPoint) == 0x000000, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_37) == 0x000018, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_37' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_36) == 0x000020, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_36' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_35) == 0x000038, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_35' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable) == 0x000050, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_34) == 0x000068, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_34' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_33) == 0x000070, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_33' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_32) == 0x000088, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_32' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x000090, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_31) == 0x0000A0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_31' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_30) == 0x0000B8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_30' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_1) == 0x0000D0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_29) == 0x0000E8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_29' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_28) == 0x0000F0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_28' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_27) == 0x000108, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_27' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x000110, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_26) == 0x000120, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_26' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000128, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_25) == 0x000138, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_25' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x000140, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_2) == 0x000150, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000158, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_24) == 0x000168, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_23) == 0x000170, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x000178, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_22) == 0x000188, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x000190, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_21) == 0x0001A0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001A8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_20) == 0x0001B8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001C0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_3) == 0x0001D0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001D8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_19) == 0x0001E8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_18) == 0x0001F0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x0001F8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_17) == 0x000208, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_20) == 0x000210, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_16) == 0x000220, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_21) == 0x000228, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_15) == 0x000238, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_22) == 0x000240, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_4) == 0x000250, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_23) == 0x000258, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_14) == 0x000268, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_13) == 0x000270, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_24) == 0x000278, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_12) == 0x000288, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_25) == 0x000290, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_11) == 0x0002A0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_26) == 0x0002A8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_10) == 0x0002B8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_27) == 0x0002C0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_5) == 0x0002D0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_28) == 0x0002D8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_9) == 0x0002E8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_8) == 0x0002F0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_29) == 0x0002F8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_7) == 0x000308, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_30) == 0x000310, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_6) == 0x000320, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_31) == 0x000328, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_5) == 0x000338, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_32) == 0x000340, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_6) == 0x000350, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_33) == 0x000358, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_4) == 0x000368, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_3) == 0x000370, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_34) == 0x000378, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_2) == 0x000388, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_35) == 0x000390, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_1) == 0x0003A0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_36) == 0x0003A8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName) == 0x0003B8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_37) == 0x0003C0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, Temp_name_Variable_7) == 0x0003D0, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::Temp_name_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_SwitchInteger_CmpSuccess) == 0x0003D8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_38) == 0x0003DC, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_39) == 0x0003EC, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_39' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_DynamicCast_AsNew_Rofleemo) == 0x0003F8, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_DynamicCast_bSuccess) == 0x000400, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CreateDelegate_OutputDelegate_39) == 0x000404, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000418, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000420, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue) == 0x000428, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_1) == 0x000429, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00042A, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000430, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000438, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_2) == 0x000440, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_3) == 0x000441, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000448, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5) == 0x000450, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_4) == 0x000458, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_5) == 0x000459, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CheckIsWorking_Result) == 0x00045A, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CheckIsWorking_Result' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6) == 0x000460, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7) == 0x000468, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_6) == 0x000470, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, CallFunc_IsValid_ReturnValue_7) == 0x000471, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Broom_Action_C_ExecuteUbergraph_Broom_Action, K2Node_CustomEvent_NotifyName_38) == 0x000474, "Member 'Broom_Action_C_ExecuteUbergraph_Broom_Action::K2Node_CustomEvent_NotifyName_38' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D \ static_assert(alignof(Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_465797DC415B23BC4E8C408299B7228D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D \ static_assert(alignof(Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_465797DC415B23BC4E8C408299B7228D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D \ static_assert(alignof(Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_465797DC415B23BC4E8C408299B7228D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_465797DC415B23BC4E8C408299B7228D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_465797DC415B23BC4E8C408299B7228D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879 \ static_assert(alignof(Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_B96443FC40C6217F2BC6F2931CF23879::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879 \ static_assert(alignof(Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_B96443FC40C6217F2BC6F2931CF23879::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879 \ static_assert(alignof(Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_B96443FC40C6217F2BC6F2931CF23879::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879 \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_B96443FC40C6217F2BC6F2931CF23879::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879 \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_B96443FC40C6217F2BC6F2931CF23879::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7 \ static_assert(alignof(Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_8F564A234736E3B00742EBA12FF38EF7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7 \ static_assert(alignof(Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_8F564A234736E3B00742EBA12FF38EF7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7 \ static_assert(alignof(Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_8F564A234736E3B00742EBA12FF38EF7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7 \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_8F564A234736E3B00742EBA12FF38EF7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7 \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_8F564A234736E3B00742EBA12FF38EF7::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14 \ static_assert(alignof(Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_C028231E43E8F4D55950FBAA9C783A14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14 \ static_assert(alignof(Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_C028231E43E8F4D55950FBAA9C783A14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14 \ static_assert(alignof(Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_C028231E43E8F4D55950FBAA9C783A14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14 \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_C028231E43E8F4D55950FBAA9C783A14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14 \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_C028231E43E8F4D55950FBAA9C783A14::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C \ static_assert(alignof(Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_9213C257432B43B002C230B4B5D77E2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C \ static_assert(alignof(Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_9213C257432B43B002C230B4B5D77E2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C \ static_assert(alignof(Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_9213C257432B43B002C230B4B5D77E2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_9213C257432B43B002C230B4B5D77E2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_9213C257432B43B002C230B4B5D77E2C::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E \ static_assert(alignof(Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_9593DD9B4196FB26964987BD63B5F07E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E \ static_assert(alignof(Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_9593DD9B4196FB26964987BD63B5F07E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E \ static_assert(alignof(Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_9593DD9B4196FB26964987BD63B5F07E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_9593DD9B4196FB26964987BD63B5F07E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_9593DD9B4196FB26964987BD63B5F07E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2 \ static_assert(alignof(Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_F9024B9E497703893984D696FBB6B4D2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2 \ static_assert(alignof(Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_F9024B9E497703893984D696FBB6B4D2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2 \ static_assert(alignof(Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_F9024B9E497703893984D696FBB6B4D2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2 \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_F9024B9E497703893984D696FBB6B4D2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2 \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_F9024B9E497703893984D696FBB6B4D2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801 \ static_assert(alignof(Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801) == 0x000004, "Wrong alignment on Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801"); \ static_assert(sizeof(Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801) == 0x000008, "Wrong size on Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801"); \ static_assert(offsetof(Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnCompleted_4306E80A4FB043F6466635B3921B0801::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801 \ static_assert(alignof(Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801) == 0x000004, "Wrong alignment on Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801"); \ static_assert(sizeof(Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801) == 0x000008, "Wrong size on Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801"); \ static_assert(offsetof(Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnBlendOut_4306E80A4FB043F6466635B3921B0801::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801 \ static_assert(alignof(Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801) == 0x000004, "Wrong alignment on Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801"); \ static_assert(sizeof(Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801) == 0x000008, "Wrong size on Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801"); \ static_assert(offsetof(Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnInterrupted_4306E80A4FB043F6466635B3921B0801::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801 \ static_assert(alignof(Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801"); \ static_assert(sizeof(Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801"); \ static_assert(offsetof(Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyBegin_4306E80A4FB043F6466635B3921B0801::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801 \ static_assert(alignof(Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801) == 0x000004, "Wrong alignment on Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801"); \ static_assert(sizeof(Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801) == 0x000008, "Wrong size on Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801"); \ static_assert(offsetof(Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801, NotifyName) == 0x000000, "Member 'Broom_Action_C_OnNotifyEnd_4306E80A4FB043F6466635B3921B0801::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroom_Action_C \ static_assert(alignof(UBroom_Action_C) == 0x000008, "Wrong alignment on UBroom_Action_C"); \ static_assert(sizeof(UBroom_Action_C) == 0x000110, "Wrong size on UBroom_Action_C"); \ static_assert(offsetof(UBroom_Action_C, UberGraphFrame_Broom_Action_C) == 0x000100, "Member 'UBroom_Action_C::UberGraphFrame_Broom_Action_C' has a wrong offset!"); \ static_assert(offsetof(UBroom_Action_C, Random) == 0x000108, "Member 'UBroom_Action_C::Random' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction \ static_assert(alignof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction) == 0x000008, "Wrong alignment on RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction"); \ static_assert(sizeof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction) == 0x000030, "Wrong size on RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, EntryPoint) == 0x000000, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, K2Node_DynamicCast_AsNew_Rofleemo) == 0x000020, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::K2Node_DynamicCast_AsNew_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RofleemoMassAction_C_ExecuteUbergraph_RofleemoMassAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoMassAction_C \ static_assert(alignof(URofleemoMassAction_C) == 0x000008, "Wrong alignment on URofleemoMassAction_C"); \ static_assert(sizeof(URofleemoMassAction_C) == 0x000120, "Wrong size on URofleemoMassAction_C"); \ static_assert(offsetof(URofleemoMassAction_C, UberGraphFrame_RofleemoMassAction_C) == 0x0000D8, "Member 'URofleemoMassAction_C::UberGraphFrame_RofleemoMassAction_C' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, AnimationTime) == 0x0000E0, "Member 'URofleemoMassAction_C::AnimationTime' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, Participants) == 0x0000E4, "Member 'URofleemoMassAction_C::Participants' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, Param) == 0x0000E8, "Member 'URofleemoMassAction_C::Param' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, ParticipantsOffset) == 0x0000F0, "Member 'URofleemoMassAction_C::ParticipantsOffset' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, ParticipantsRotation) == 0x000100, "Member 'URofleemoMassAction_C::ParticipantsRotation' has a wrong offset!"); \ static_assert(offsetof(URofleemoMassAction_C, ParticipantsList) == 0x000110, "Member 'URofleemoMassAction_C::ParticipantsList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_ExecuteUbergraph_Talking_Action \ static_assert(alignof(Talking_Action_C_ExecuteUbergraph_Talking_Action) == 0x000008, "Wrong alignment on Talking_Action_C_ExecuteUbergraph_Talking_Action"); \ static_assert(sizeof(Talking_Action_C_ExecuteUbergraph_Talking_Action) == 0x000250, "Wrong size on Talking_Action_C_ExecuteUbergraph_Talking_Action"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, EntryPoint) == 0x000000, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_18) == 0x000004, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_17) == 0x00001C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_16) == 0x000034, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_15) == 0x00004C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, Temp_name_Variable) == 0x000064, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_14) == 0x00007C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_13) == 0x000084, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_5) == 0x00008C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_12) == 0x00009C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_11) == 0x0000B4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000BC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_10) == 0x0000CC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, Temp_name_Variable_1) == 0x0000E4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000EC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_9) == 0x0000FC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_8) == 0x000104, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_10) == 0x00010C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_7) == 0x00011C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_11) == 0x000124, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_6) == 0x000134, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_12) == 0x00013C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_5) == 0x00014C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_13) == 0x000154, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, Temp_name_Variable_2) == 0x000164, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_14) == 0x00016C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_4) == 0x00017C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_3) == 0x000184, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_15) == 0x00018C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_2) == 0x00019C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001A4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_1) == 0x0001B4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001BC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName) == 0x0001CC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001D4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, Temp_name_Variable_3) == 0x0001E4, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CreateDelegate_OutputDelegate_19) == 0x0001EC, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000200, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_IsValid_ReturnValue) == 0x000208, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000210, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_IsValid_ReturnValue_1) == 0x000218, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x000220, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_IsValid_ReturnValue_2) == 0x000228, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000230, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_IsValid_ReturnValue_3) == 0x000238, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_CustomEvent_NotifyName_19) == 0x00023C, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, CallFunc_RandomInteger_ReturnValue) == 0x000244, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Talking_Action_C_ExecuteUbergraph_Talking_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000248, "Member 'Talking_Action_C_ExecuteUbergraph_Talking_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8 \ static_assert(alignof(Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000004, "Wrong alignment on Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(sizeof(Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000008, "Wrong size on Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(offsetof(Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnCompleted_F7EEF3734A1500B10C72F4BDF2B52CF8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8 \ static_assert(alignof(Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000004, "Wrong alignment on Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(sizeof(Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000008, "Wrong size on Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(offsetof(Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnBlendOut_F7EEF3734A1500B10C72F4BDF2B52CF8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8 \ static_assert(alignof(Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000004, "Wrong alignment on Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(sizeof(Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000008, "Wrong size on Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(offsetof(Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnInterrupted_F7EEF3734A1500B10C72F4BDF2B52CF8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8 \ static_assert(alignof(Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(sizeof(Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(offsetof(Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyBegin_F7EEF3734A1500B10C72F4BDF2B52CF8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8 \ static_assert(alignof(Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(sizeof(Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8"); \ static_assert(offsetof(Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyEnd_F7EEF3734A1500B10C72F4BDF2B52CF8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70 \ static_assert(alignof(Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70) == 0x000004, "Wrong alignment on Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(sizeof(Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70) == 0x000008, "Wrong size on Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(offsetof(Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnCompleted_B66E84F442443F15B8D7EBA330C4CA70::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70 \ static_assert(alignof(Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70) == 0x000004, "Wrong alignment on Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(sizeof(Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70) == 0x000008, "Wrong size on Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(offsetof(Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnBlendOut_B66E84F442443F15B8D7EBA330C4CA70::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70 \ static_assert(alignof(Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70) == 0x000004, "Wrong alignment on Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(sizeof(Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70) == 0x000008, "Wrong size on Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(offsetof(Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnInterrupted_B66E84F442443F15B8D7EBA330C4CA70::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70 \ static_assert(alignof(Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(sizeof(Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(offsetof(Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyBegin_B66E84F442443F15B8D7EBA330C4CA70::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70 \ static_assert(alignof(Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(sizeof(Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70"); \ static_assert(offsetof(Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyEnd_B66E84F442443F15B8D7EBA330C4CA70::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65 \ static_assert(alignof(Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65) == 0x000004, "Wrong alignment on Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65"); \ static_assert(sizeof(Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65) == 0x000008, "Wrong size on Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65"); \ static_assert(offsetof(Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnCompleted_1309A13F4081168794F32E9C76A30B65::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65 \ static_assert(alignof(Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65) == 0x000004, "Wrong alignment on Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65"); \ static_assert(sizeof(Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65) == 0x000008, "Wrong size on Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65"); \ static_assert(offsetof(Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnBlendOut_1309A13F4081168794F32E9C76A30B65::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65 \ static_assert(alignof(Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65) == 0x000004, "Wrong alignment on Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65"); \ static_assert(sizeof(Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65) == 0x000008, "Wrong size on Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65"); \ static_assert(offsetof(Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnInterrupted_1309A13F4081168794F32E9C76A30B65::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65 \ static_assert(alignof(Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65"); \ static_assert(sizeof(Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65"); \ static_assert(offsetof(Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyBegin_1309A13F4081168794F32E9C76A30B65::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65 \ static_assert(alignof(Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65"); \ static_assert(sizeof(Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65"); \ static_assert(offsetof(Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyEnd_1309A13F4081168794F32E9C76A30B65::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E \ static_assert(alignof(Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E) == 0x000004, "Wrong alignment on Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E"); \ static_assert(sizeof(Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E) == 0x000008, "Wrong size on Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E"); \ static_assert(offsetof(Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnCompleted_14F20DD345630E96B0EC838E2711039E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E \ static_assert(alignof(Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E) == 0x000004, "Wrong alignment on Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E"); \ static_assert(sizeof(Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E) == 0x000008, "Wrong size on Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E"); \ static_assert(offsetof(Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnBlendOut_14F20DD345630E96B0EC838E2711039E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E \ static_assert(alignof(Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E) == 0x000004, "Wrong alignment on Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E"); \ static_assert(sizeof(Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E) == 0x000008, "Wrong size on Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E"); \ static_assert(offsetof(Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnInterrupted_14F20DD345630E96B0EC838E2711039E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E \ static_assert(alignof(Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E"); \ static_assert(sizeof(Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E"); \ static_assert(offsetof(Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyBegin_14F20DD345630E96B0EC838E2711039E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E \ static_assert(alignof(Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E) == 0x000004, "Wrong alignment on Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E"); \ static_assert(sizeof(Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E) == 0x000008, "Wrong size on Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E"); \ static_assert(offsetof(Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E, NotifyName) == 0x000000, "Member 'Talking_Action_C_OnNotifyEnd_14F20DD345630E96B0EC838E2711039E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTalking_Action_C \ static_assert(alignof(UTalking_Action_C) == 0x000008, "Wrong alignment on UTalking_Action_C"); \ static_assert(sizeof(UTalking_Action_C) == 0x000128, "Wrong size on UTalking_Action_C"); \ static_assert(offsetof(UTalking_Action_C, UberGraphFrame_Talking_Action_C) == 0x000120, "Member 'UTalking_Action_C::UberGraphFrame_Talking_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_ExecuteUbergraph_Show_Action \ static_assert(alignof(Show_Action_C_ExecuteUbergraph_Show_Action) == 0x000008, "Wrong alignment on Show_Action_C_ExecuteUbergraph_Show_Action"); \ static_assert(sizeof(Show_Action_C_ExecuteUbergraph_Show_Action) == 0x000098, "Wrong size on Show_Action_C_ExecuteUbergraph_Show_Action"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, EntryPoint) == 0x000000, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, Temp_name_Variable) == 0x00006C, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000078, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000080, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Show_Action_C_ExecuteUbergraph_Show_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'Show_Action_C_ExecuteUbergraph_Show_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93 \ static_assert(alignof(Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000004, "Wrong alignment on Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(sizeof(Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000008, "Wrong size on Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(offsetof(Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93, NotifyName) == 0x000000, "Member 'Show_Action_C_OnCompleted_B5FA2E8A47EC8C02B6981DB356662F93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93 \ static_assert(alignof(Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000004, "Wrong alignment on Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(sizeof(Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000008, "Wrong size on Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(offsetof(Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93, NotifyName) == 0x000000, "Member 'Show_Action_C_OnBlendOut_B5FA2E8A47EC8C02B6981DB356662F93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93 \ static_assert(alignof(Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000004, "Wrong alignment on Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(sizeof(Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000008, "Wrong size on Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(offsetof(Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93, NotifyName) == 0x000000, "Member 'Show_Action_C_OnInterrupted_B5FA2E8A47EC8C02B6981DB356662F93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93 \ static_assert(alignof(Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000004, "Wrong alignment on Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(sizeof(Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000008, "Wrong size on Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(offsetof(Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93, NotifyName) == 0x000000, "Member 'Show_Action_C_OnNotifyBegin_B5FA2E8A47EC8C02B6981DB356662F93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93 \ static_assert(alignof(Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000004, "Wrong alignment on Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(sizeof(Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93) == 0x000008, "Wrong size on Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93"); \ static_assert(offsetof(Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93, NotifyName) == 0x000000, "Member 'Show_Action_C_OnNotifyEnd_B5FA2E8A47EC8C02B6981DB356662F93::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShow_Action_C \ static_assert(alignof(UShow_Action_C) == 0x000008, "Wrong alignment on UShow_Action_C"); \ static_assert(sizeof(UShow_Action_C) == 0x000128, "Wrong size on UShow_Action_C"); \ static_assert(offsetof(UShow_Action_C, UberGraphFrame_Show_Action_C) == 0x000120, "Member 'UShow_Action_C::UberGraphFrame_Show_Action_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_ExecuteUbergraph_HandGame_Action \ static_assert(alignof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action) == 0x000008, "Wrong alignment on HandGame_Action_C_ExecuteUbergraph_HandGame_Action"); \ static_assert(sizeof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action) == 0x000098, "Wrong size on HandGame_Action_C_ExecuteUbergraph_HandGame_Action"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, EntryPoint) == 0x000000, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, Temp_name_Variable) == 0x00006C, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, K2Node_SwitchInteger_CmpSuccess) == 0x000084, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000088, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HandGame_Action_C_ExecuteUbergraph_HandGame_Action, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'HandGame_Action_C_ExecuteUbergraph_HandGame_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3 \ static_assert(alignof(HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3) == 0x000004, "Wrong alignment on HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(sizeof(HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3) == 0x000008, "Wrong size on HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(offsetof(HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3, NotifyName) == 0x000000, "Member 'HandGame_Action_C_OnCompleted_45BC20464E051153B98BEDA0E48F07D3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3 \ static_assert(alignof(HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3) == 0x000004, "Wrong alignment on HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(sizeof(HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3) == 0x000008, "Wrong size on HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(offsetof(HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3, NotifyName) == 0x000000, "Member 'HandGame_Action_C_OnBlendOut_45BC20464E051153B98BEDA0E48F07D3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3 \ static_assert(alignof(HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3) == 0x000004, "Wrong alignment on HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(sizeof(HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3) == 0x000008, "Wrong size on HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(offsetof(HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3, NotifyName) == 0x000000, "Member 'HandGame_Action_C_OnInterrupted_45BC20464E051153B98BEDA0E48F07D3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3 \ static_assert(alignof(HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3) == 0x000004, "Wrong alignment on HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(sizeof(HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3) == 0x000008, "Wrong size on HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(offsetof(HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3, NotifyName) == 0x000000, "Member 'HandGame_Action_C_OnNotifyBegin_45BC20464E051153B98BEDA0E48F07D3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3 \ static_assert(alignof(HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3) == 0x000004, "Wrong alignment on HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(sizeof(HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3) == 0x000008, "Wrong size on HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3"); \ static_assert(offsetof(HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3, NotifyName) == 0x000000, "Member 'HandGame_Action_C_OnNotifyEnd_45BC20464E051153B98BEDA0E48F07D3::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandGame_Action_C \ static_assert(alignof(UHandGame_Action_C) == 0x000008, "Wrong alignment on UHandGame_Action_C"); \ static_assert(sizeof(UHandGame_Action_C) == 0x000130, "Wrong size on UHandGame_Action_C"); \ static_assert(offsetof(UHandGame_Action_C, UberGraphFrame_HandGame_Action_C) == 0x000120, "Member 'UHandGame_Action_C::UberGraphFrame_HandGame_Action_C' has a wrong offset!"); \ static_assert(offsetof(UHandGame_Action_C, Montage_to_Play) == 0x000128, "Member 'UHandGame_Action_C::Montage_to_Play' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal \ static_assert(alignof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal) == 0x000008, "Wrong alignment on RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal"); \ static_assert(sizeof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal) == 0x000060, "Wrong size on RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, EntryPoint) == 0x000000, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, K2Node_SwitchEnum_CmpSuccess) == 0x000006, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_GetOwningPawn_ReturnValue) == 0x000030, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, K2Node_DynamicCast_AsGeneric_Rofleemo) == 0x000038, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::K2Node_DynamicCast_AsGeneric_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_FMax_ReturnValue) == 0x000044, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_PlayAnimMontage_ReturnValue) == 0x000050, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_FMax_ReturnValue_1) == 0x000054, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000058, "Member 'RofleemoAction_PlaySignal_C_ExecuteUbergraph_RofleemoAction_PlaySignal::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URofleemoAction_PlaySignal_C \ static_assert(alignof(URofleemoAction_PlaySignal_C) == 0x000008, "Wrong alignment on URofleemoAction_PlaySignal_C"); \ static_assert(sizeof(URofleemoAction_PlaySignal_C) == 0x0000E8, "Wrong size on URofleemoAction_PlaySignal_C"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, UberGraphFrame) == 0x0000B8, "Member 'URofleemoAction_PlaySignal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, GenericRofleemo) == 0x0000C0, "Member 'URofleemoAction_PlaySignal_C::GenericRofleemo' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, AnimMontage) == 0x0000C8, "Member 'URofleemoAction_PlaySignal_C::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, SoundPlay) == 0x0000D0, "Member 'URofleemoAction_PlaySignal_C::SoundPlay' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, bStartPlayingSound) == 0x0000D8, "Member 'URofleemoAction_PlaySignal_C::bStartPlayingSound' has a wrong offset!"); \ static_assert(offsetof(URofleemoAction_PlaySignal_C, FMODAudio) == 0x0000E0, "Member 'URofleemoAction_PlaySignal_C::FMODAudio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom \ static_assert(alignof(ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom) == 0x000004, "Wrong alignment on ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom"); \ static_assert(sizeof(ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom) == 0x000004, "Wrong size on ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom"); \ static_assert(offsetof(ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom, EntryPoint) == 0x000000, "Member 'ABP_RofleemoMushoom_C_ExecuteUbergraph_ABP_RofleemoMushoom::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RofleemoMushoom_C_AnimGraph \ static_assert(alignof(ABP_RofleemoMushoom_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_RofleemoMushoom_C_AnimGraph"); \ static_assert(sizeof(ABP_RofleemoMushoom_C_AnimGraph) == 0x000010, "Wrong size on ABP_RofleemoMushoom_C_AnimGraph"); \ static_assert(offsetof(ABP_RofleemoMushoom_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_RofleemoMushoom_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_RofleemoMushoom_C \ static_assert(alignof(UABP_RofleemoMushoom_C) == 0x000010, "Wrong alignment on UABP_RofleemoMushoom_C"); \ static_assert(sizeof(UABP_RofleemoMushoom_C) == 0x0003C0, "Wrong size on UABP_RofleemoMushoom_C"); \ static_assert(offsetof(UABP_RofleemoMushoom_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_RofleemoMushoom_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_RofleemoMushoom_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_RofleemoMushoom_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_RofleemoMushoom_C, AnimGraphNode_Slot) == 0x0002F8, "Member 'UABP_RofleemoMushoom_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_RofleemoMushoom_C, AnimGraphNode_SequencePlayer) == 0x000340, "Member 'UABP_RofleemoMushoom_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster \ static_assert(alignof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster) == 0x000008, "Wrong alignment on RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster"); \ static_assert(sizeof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster) == 0x0000B8, "Wrong size on RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, EntryPoint) == 0x000000, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, K2Node_Event_Hit) == 0x000008, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000098, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A4, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A8, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster, CallFunc_ApplyDamage_ReturnValue) == 0x0000B0, "Member 'RofleemoBooster_C_ExecuteUbergraph_RofleemoBooster::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoBooster_C_OnUseActor \ static_assert(alignof(RofleemoBooster_C_OnUseActor) == 0x000008, "Wrong alignment on RofleemoBooster_C_OnUseActor"); \ static_assert(sizeof(RofleemoBooster_C_OnUseActor) == 0x000090, "Wrong size on RofleemoBooster_C_OnUseActor"); \ static_assert(offsetof(RofleemoBooster_C_OnUseActor, Hit) == 0x000000, "Member 'RofleemoBooster_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoBooster_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'RofleemoBooster_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoBooster_C \ static_assert(alignof(ARofleemoBooster_C) == 0x000010, "Wrong alignment on ARofleemoBooster_C"); \ static_assert(sizeof(ARofleemoBooster_C) == 0x000430, "Wrong size on ARofleemoBooster_C"); \ static_assert(offsetof(ARofleemoBooster_C, UberGraphFrame_RofleemoBooster_C) == 0x000428, "Member 'ARofleemoBooster_C::UberGraphFrame_RofleemoBooster_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_ExecuteUbergraph_GathererCharacter \ static_assert(alignof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter) == 0x000008, "Wrong alignment on GathererCharacter_C_ExecuteUbergraph_GathererCharacter"); \ static_assert(sizeof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter) == 0x000308, "Wrong size on GathererCharacter_C_ExecuteUbergraph_GathererCharacter"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, EntryPoint) == 0x000000, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_GetSignificance_ReturnValue) == 0x000004, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_GetSignificance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_12) == 0x000008, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_11) == 0x000020, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_10) == 0x000038, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_name_Variable) == 0x000050, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_9) == 0x000058, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_8) == 0x000070, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x000078, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_7) == 0x000088, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x000090, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_6) == 0x0000A0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000A8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_5) == 0x0000B8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000C0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_name_Variable_1) == 0x0000D0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000D8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000E8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000F8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_4) == 0x000108, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_3) == 0x000110, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_11) == 0x000118, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_2) == 0x000128, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_12) == 0x000130, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_1) == 0x000140, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_13) == 0x000148, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName) == 0x000158, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_14) == 0x000160, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_name_Variable_2) == 0x000170, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000178, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_int_Array_Index_Variable) == 0x000184, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_HasAuthority_ReturnValue) == 0x000188, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x00018C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_MakeRotator_ReturnValue) == 0x000190, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_13) == 0x00019C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_int_Array_Index_Variable_1) == 0x0001A4, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0001A8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001B4, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0001C0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_Event_bDissolve) == 0x0001C8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_Event_bDissolve' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_Event_bPlayAnimation) == 0x0001C9, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_Event_bPlayAnimation' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_int_Loop_Counter_Variable) == 0x0001CC, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x0001D0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Length_ReturnValue) == 0x0001E0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_bool_Variable) == 0x0001E4, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x0001E5, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_Event_Item) == 0x0001E8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_Event_Item' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0001F0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_DynamicCast_AsFGLootable_Item) == 0x0001F8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000201, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000202, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_15) == 0x000204, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_QueryInstance) == 0x000218, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_QueryStatus) == 0x000220, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000221, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000228, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000238, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_NotifyName_14) == 0x00023C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CreateDelegate_OutputDelegate_16) == 0x000244, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_RunEQSQuery_ReturnValue) == 0x000258, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_3) == 0x000260, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, Temp_int_Loop_Counter_Variable_1) == 0x000264, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000268, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x00026C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000270, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_FindLookAtRotation_ReturnValue) == 0x00027C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_BreakRotator_Roll) == 0x000288, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_BreakRotator_Pitch) == 0x00028C, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_BreakRotator_Yaw) == 0x000290, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_MakeRotator_ReturnValue_1) == 0x000294, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_4) == 0x0002A0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_CustomEvent_bTeleportBack) == 0x0002A1, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_CustomEvent_bTeleportBack' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0002A4, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_GetMaterials_ReturnValue) == 0x0002A8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Get_Item_1) == 0x0002B8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0002C0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0002C8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002D0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Add_ReturnValue) == 0x0002D4, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0002D8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0002E0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_5) == 0x0002E8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0002EC, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0002F0, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_Array_Get_Item_2) == 0x0002F8, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, CallFunc_IsValid_ReturnValue_6) == 0x000300, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_ComponentBoundEvent_NewSignificance) == 0x000301, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_ComponentBoundEvent_NewSignificance' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_ExecuteUbergraph_GathererCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000302, "Member 'GathererCharacter_C_ExecuteUbergraph_GathererCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature \ static_assert(alignof(GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong alignment on GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(sizeof(GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature) == 0x000001, "Wrong size on GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature"); \ static_assert(offsetof(GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature, NewSignificance) == 0x000000, "Member 'GathererCharacter_C_BndEvt__SoundTriggerSignificance_FGSignificance_K2Node_ComponentBoundEvent_0_SignificanceComponentSignature__DelegateSignature::NewSignificance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_SkipCollecting \ static_assert(alignof(GathererCharacter_C_SkipCollecting) == 0x000001, "Wrong alignment on GathererCharacter_C_SkipCollecting"); \ static_assert(sizeof(GathererCharacter_C_SkipCollecting) == 0x000001, "Wrong size on GathererCharacter_C_SkipCollecting"); \ static_assert(offsetof(GathererCharacter_C_SkipCollecting, bTeleportBack) == 0x000000, "Member 'GathererCharacter_C_SkipCollecting::bTeleportBack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_CustomEvent \ static_assert(alignof(GathererCharacter_C_CustomEvent) == 0x000008, "Wrong alignment on GathererCharacter_C_CustomEvent"); \ static_assert(sizeof(GathererCharacter_C_CustomEvent) == 0x000010, "Wrong size on GathererCharacter_C_CustomEvent"); \ static_assert(offsetof(GathererCharacter_C_CustomEvent, QueryInstance) == 0x000000, "Member 'GathererCharacter_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_CustomEvent, QueryStatus) == 0x000008, "Member 'GathererCharacter_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_CollectItem \ static_assert(alignof(GathererCharacter_C_CollectItem) == 0x000008, "Wrong alignment on GathererCharacter_C_CollectItem"); \ static_assert(sizeof(GathererCharacter_C_CollectItem) == 0x000008, "Wrong size on GathererCharacter_C_CollectItem"); \ static_assert(offsetof(GathererCharacter_C_CollectItem, Item_0) == 0x000000, "Member 'GathererCharacter_C_CollectItem::Item_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_PlayAppearance \ static_assert(alignof(GathererCharacter_C_PlayAppearance) == 0x000001, "Wrong alignment on GathererCharacter_C_PlayAppearance"); \ static_assert(sizeof(GathererCharacter_C_PlayAppearance) == 0x000001, "Wrong size on GathererCharacter_C_PlayAppearance"); \ static_assert(offsetof(GathererCharacter_C_PlayAppearance, bPlayAnimation) == 0x000000, "Member 'GathererCharacter_C_PlayAppearance::bPlayAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_Dissolve \ static_assert(alignof(GathererCharacter_C_Dissolve) == 0x000001, "Wrong alignment on GathererCharacter_C_Dissolve"); \ static_assert(sizeof(GathererCharacter_C_Dissolve) == 0x000001, "Wrong size on GathererCharacter_C_Dissolve"); \ static_assert(offsetof(GathererCharacter_C_Dissolve, bDissolve) == 0x000000, "Member 'GathererCharacter_C_Dissolve::bDissolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1 \ static_assert(alignof(GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000004, "Wrong alignment on GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(sizeof(GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000008, "Wrong size on GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(offsetof(GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnCompleted_C3744A8D4571E219BBB0DABAF98DFFB1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1 \ static_assert(alignof(GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000004, "Wrong alignment on GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(sizeof(GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000008, "Wrong size on GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(offsetof(GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnBlendOut_C3744A8D4571E219BBB0DABAF98DFFB1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1 \ static_assert(alignof(GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000004, "Wrong alignment on GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(sizeof(GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000008, "Wrong size on GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(offsetof(GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnInterrupted_C3744A8D4571E219BBB0DABAF98DFFB1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1 \ static_assert(alignof(GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyBegin_C3744A8D4571E219BBB0DABAF98DFFB1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1 \ static_assert(alignof(GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyEnd_C3744A8D4571E219BBB0DABAF98DFFB1::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D \ static_assert(alignof(GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000004, "Wrong alignment on GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(sizeof(GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000008, "Wrong size on GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(offsetof(GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnCompleted_EC6BF49C4ABFFAF3330AF3AB3069152D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D \ static_assert(alignof(GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000004, "Wrong alignment on GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(sizeof(GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000008, "Wrong size on GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(offsetof(GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnBlendOut_EC6BF49C4ABFFAF3330AF3AB3069152D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D \ static_assert(alignof(GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000004, "Wrong alignment on GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(sizeof(GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000008, "Wrong size on GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(offsetof(GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnInterrupted_EC6BF49C4ABFFAF3330AF3AB3069152D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D \ static_assert(alignof(GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyBegin_EC6BF49C4ABFFAF3330AF3AB3069152D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D \ static_assert(alignof(GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyEnd_EC6BF49C4ABFFAF3330AF3AB3069152D::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117 \ static_assert(alignof(GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117) == 0x000004, "Wrong alignment on GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117"); \ static_assert(sizeof(GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117) == 0x000008, "Wrong size on GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117"); \ static_assert(offsetof(GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnCompleted_0985312C41051C0899F848A3C287A117::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117 \ static_assert(alignof(GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117) == 0x000004, "Wrong alignment on GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117"); \ static_assert(sizeof(GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117) == 0x000008, "Wrong size on GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117"); \ static_assert(offsetof(GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnBlendOut_0985312C41051C0899F848A3C287A117::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117 \ static_assert(alignof(GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117) == 0x000004, "Wrong alignment on GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117"); \ static_assert(sizeof(GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117) == 0x000008, "Wrong size on GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117"); \ static_assert(offsetof(GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnInterrupted_0985312C41051C0899F848A3C287A117::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117 \ static_assert(alignof(GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyBegin_0985312C41051C0899F848A3C287A117::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117 \ static_assert(alignof(GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117) == 0x000004, "Wrong alignment on GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117"); \ static_assert(sizeof(GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117) == 0x000008, "Wrong size on GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117"); \ static_assert(offsetof(GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117, NotifyName) == 0x000000, "Member 'GathererCharacter_C_OnNotifyEnd_0985312C41051C0899F848A3C287A117::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GathererCharacter_C_SetAppearancePosition \ static_assert(alignof(GathererCharacter_C_SetAppearancePosition) == 0x000008, "Wrong alignment on GathererCharacter_C_SetAppearancePosition"); \ static_assert(sizeof(GathererCharacter_C_SetAppearancePosition) == 0x0000D0, "Wrong size on GathererCharacter_C_SetAppearancePosition"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, bSucceed) == 0x000000, "Member 'GathererCharacter_C_SetAppearancePosition::bSucceed' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_HasAuthority_ReturnValue) == 0x000001, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000028, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000B0, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000B4, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_MakeRotator_ReturnValue) == 0x0000B8, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GathererCharacter_C_SetAppearancePosition, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000C8, "Member 'GathererCharacter_C_SetAppearancePosition::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGathererCharacter_C \ static_assert(alignof(AGathererCharacter_C) == 0x000008, "Wrong alignment on AGathererCharacter_C"); \ static_assert(sizeof(AGathererCharacter_C) == 0x000430, "Wrong size on AGathererCharacter_C"); \ static_assert(offsetof(AGathererCharacter_C, UberGraphFrame) == 0x0003B8, "Member 'AGathererCharacter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, FGSignificance) == 0x0003C0, "Member 'AGathererCharacter_C::FGSignificance' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, Idle) == 0x0003C8, "Member 'AGathererCharacter_C::Idle' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, Blink) == 0x0003D0, "Member 'AGathererCharacter_C::Blink' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, OverheatAnim_Progress_4434DD5D4AAB39F7C03580ADE0AD5C10) == 0x0003D8, "Member 'AGathererCharacter_C::OverheatAnim_Progress_4434DD5D4AAB39F7C03580ADE0AD5C10' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, OverheatAnim__Direction_4434DD5D4AAB39F7C03580ADE0AD5C10) == 0x0003DC, "Member 'AGathererCharacter_C::OverheatAnim__Direction_4434DD5D4AAB39F7C03580ADE0AD5C10' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, OverheatAnim) == 0x0003E0, "Member 'AGathererCharacter_C::OverheatAnim' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, ItemShrinking_Anim_B8E275F74CC2AC1CAE7AE6BD14CBDCBD) == 0x0003E8, "Member 'AGathererCharacter_C::ItemShrinking_Anim_B8E275F74CC2AC1CAE7AE6BD14CBDCBD' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, ItemShrinking__Direction_B8E275F74CC2AC1CAE7AE6BD14CBDCBD) == 0x0003EC, "Member 'AGathererCharacter_C::ItemShrinking__Direction_B8E275F74CC2AC1CAE7AE6BD14CBDCBD' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, ItemShrinking) == 0x0003F0, "Member 'AGathererCharacter_C::ItemShrinking' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, TeleportationDissolve_Value_1F023F78455A8BEEEDAB3AB3453FF8C5) == 0x0003F8, "Member 'AGathererCharacter_C::TeleportationDissolve_Value_1F023F78455A8BEEEDAB3AB3453FF8C5' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, TeleportationDissolve__Direction_1F023F78455A8BEEEDAB3AB3453FF8C5) == 0x0003FC, "Member 'AGathererCharacter_C::TeleportationDissolve__Direction_1F023F78455A8BEEEDAB3AB3453FF8C5' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, TeleportationDissolve) == 0x000400, "Member 'AGathererCharacter_C::TeleportationDissolve' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, Item) == 0x000408, "Member 'AGathererCharacter_C::Item' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, ShrinkingTime) == 0x000410, "Member 'AGathererCharacter_C::ShrinkingTime' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, bTeleportingInAir) == 0x000414, "Member 'AGathererCharacter_C::bTeleportingInAir' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, DelayBeforeEat) == 0x000418, "Member 'AGathererCharacter_C::DelayBeforeEat' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, WaterFX) == 0x000420, "Member 'AGathererCharacter_C::WaterFX' has a wrong offset!"); \ static_assert(offsetof(AGathererCharacter_C, SpitFX) == 0x000428, "Member 'AGathererCharacter_C::SpitFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_ExecuteUbergraph_LeechMiasm \ static_assert(alignof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm) == 0x000010, "Wrong alignment on LeechMiasm_C_ExecuteUbergraph_LeechMiasm"); \ static_assert(sizeof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm) == 0x000430, "Wrong size on LeechMiasm_C_ExecuteUbergraph_LeechMiasm"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, EntryPoint) == 0x000000, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000009, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000010, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetCoopScale_Result) == 0x000020, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetCoopScale_Result' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000028, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_Damage) == 0x00002C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_DamageType) == 0x000030, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_InstigatedBy) == 0x000038, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_DamageCauser) == 0x000040, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_DamageCauser' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetPlayerName_ReturnValue) == 0x000058, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_Has_Been_Initd_Variable) == 0x000068, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000069, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00006A, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Not_PreBool_ReturnValue) == 0x00006B, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_CustomEvent_DamageDirection) == 0x00006C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_CustomEvent_DamageDirection' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000078, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000DC, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetMaterial_ReturnValue) == 0x0000E8, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000F0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000100, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetPlayerTrain_ReturnValue) == 0x000108, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Not_PreBool_ReturnValue_1) == 0x000110, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BooleanOR_ReturnValue) == 0x000112, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Not_PreBool_ReturnValue_2) == 0x000113, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BooleanOR_ReturnValue_1) == 0x000114, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000115, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Not_PreBool_ReturnValue_3) == 0x000116, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetMaterial_ReturnValue_1) == 0x000118, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000120, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetMaterial_ReturnValue_2) == 0x000128, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000130, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_Has_Been_Initd_Variable_1) == 0x000138, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_IsClosed_Variable) == 0x000139, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_CreateDelegate_OutputDelegate) == 0x00013C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_IsValid_ReturnValue_1) == 0x00014C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_IsValid_ReturnValue_2) == 0x00014D, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_HasAuthority_ReturnValue) == 0x00014E, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_Has_Been_Initd_Variable_2) == 0x00014F, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_IsClosed_Variable_1) == 0x000150, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_int_Array_Index_Variable) == 0x000154, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000158, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_int_Loop_Counter_Variable) == 0x000160, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_IsValid_ReturnValue_3) == 0x000164, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00016C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000178, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_FindLookAtRotation_ReturnValue) == 0x000184, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BreakRotator_Roll) == 0x000190, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BreakRotator_Pitch) == 0x000194, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BreakRotator_Yaw) == 0x000198, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_MakeRotator_ReturnValue) == 0x00019C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001A8, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001AC, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_IsClosed_Variable_2) == 0x000234, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_HasAuthority_ReturnValue_1) == 0x000235, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000236, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_BooleanAND_ReturnValue) == 0x000237, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_int_Loop_Counter_Variable_1) == 0x000238, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_IntInt_ReturnValue_1) == 0x00023C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_int_Array_Index_Variable_1) == 0x000240, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_IsClosed_Variable_3) == 0x000244, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_CustomEvent_NewTime) == 0x000248, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_CustomEvent_NewTime' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00024C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetTimeSeconds_ReturnValue) == 0x000250, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000254, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Sin_ReturnValue) == 0x000258, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00025C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Array_Get_Item) == 0x000260, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Abs_ReturnValue) == 0x000290, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000294, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Array_Length_ReturnValue) == 0x000298, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Less_IntInt_ReturnValue) == 0x00029C, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Array_Get_Item_1) == 0x0002A0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Array_Length_ReturnValue_1) == 0x0002C4, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002C8, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_HasAuthority_ReturnValue_2) == 0x0002C9, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, Temp_bool_Has_Been_Initd_Variable_3) == 0x0002CA, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_HasAuthority_ReturnValue_3) == 0x0002CB, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetWidget_ReturnValue) == 0x0002D0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_DynamicCast_AsMiasm_Indicator) == 0x0002D8, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_DynamicCast_AsMiasm_Indicator' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_DynamicCast_bSuccess) == 0x0002E0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0002F0, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_PlayEventAtLocation_ReturnValue) == 0x000320, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_PlayEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Concat_StrStr_ReturnValue) == 0x000328, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000340, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000370, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_PlayEventAtLocation_ReturnValue_1) == 0x000380, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_PlayEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, K2Node_Event_Impact) == 0x000388, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000410, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000420, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ExecuteUbergraph_LeechMiasm, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000428, "Member 'LeechMiasm_C_ExecuteUbergraph_LeechMiasm::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_OnPlayImpactEffect \ static_assert(alignof(LeechMiasm_C_OnPlayImpactEffect) == 0x000004, "Wrong alignment on LeechMiasm_C_OnPlayImpactEffect"); \ static_assert(sizeof(LeechMiasm_C_OnPlayImpactEffect) == 0x000088, "Wrong size on LeechMiasm_C_OnPlayImpactEffect"); \ static_assert(offsetof(LeechMiasm_C_OnPlayImpactEffect, Impact) == 0x000000, "Member 'LeechMiasm_C_OnPlayImpactEffect::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_PlayTimeline \ static_assert(alignof(LeechMiasm_C_PlayTimeline) == 0x000004, "Wrong alignment on LeechMiasm_C_PlayTimeline"); \ static_assert(sizeof(LeechMiasm_C_PlayTimeline) == 0x000004, "Wrong size on LeechMiasm_C_PlayTimeline"); \ static_assert(offsetof(LeechMiasm_C_PlayTimeline, NewTime) == 0x000000, "Member 'LeechMiasm_C_PlayTimeline::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_MulticastPlayDeath \ static_assert(alignof(LeechMiasm_C_MulticastPlayDeath) == 0x000004, "Wrong alignment on LeechMiasm_C_MulticastPlayDeath"); \ static_assert(sizeof(LeechMiasm_C_MulticastPlayDeath) == 0x00000C, "Wrong size on LeechMiasm_C_MulticastPlayDeath"); \ static_assert(offsetof(LeechMiasm_C_MulticastPlayDeath, DamageDirection) == 0x000000, "Member 'LeechMiasm_C_MulticastPlayDeath::DamageDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_ReceiveAnyDamage \ static_assert(alignof(LeechMiasm_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on LeechMiasm_C_ReceiveAnyDamage"); \ static_assert(sizeof(LeechMiasm_C_ReceiveAnyDamage) == 0x000020, "Wrong size on LeechMiasm_C_ReceiveAnyDamage"); \ static_assert(offsetof(LeechMiasm_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'LeechMiasm_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'LeechMiasm_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'LeechMiasm_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'LeechMiasm_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_ReceiveTick \ static_assert(alignof(LeechMiasm_C_ReceiveTick) == 0x000004, "Wrong alignment on LeechMiasm_C_ReceiveTick"); \ static_assert(sizeof(LeechMiasm_C_ReceiveTick) == 0x000004, "Wrong size on LeechMiasm_C_ReceiveTick"); \ static_assert(offsetof(LeechMiasm_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'LeechMiasm_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_GetCoopScale \ static_assert(alignof(LeechMiasm_C_GetCoopScale) == 0x000008, "Wrong alignment on LeechMiasm_C_GetCoopScale"); \ static_assert(sizeof(LeechMiasm_C_GetCoopScale) == 0x000020, "Wrong size on LeechMiasm_C_GetCoopScale"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, Result) == 0x000000, "Member 'LeechMiasm_C_GetCoopScale::Result' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, CallFunc_GetGameState_ReturnValue) == 0x000008, "Member 'LeechMiasm_C_GetCoopScale::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'LeechMiasm_C_GetCoopScale::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'LeechMiasm_C_GetCoopScale::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000018, "Member 'LeechMiasm_C_GetCoopScale::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetCoopScale, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'LeechMiasm_C_GetCoopScale::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_DropLoot \ static_assert(alignof(LeechMiasm_C_DropLoot) == 0x000010, "Wrong alignment on LeechMiasm_C_DropLoot"); \ static_assert(sizeof(LeechMiasm_C_DropLoot) == 0x000090, "Wrong size on LeechMiasm_C_DropLoot"); \ static_assert(offsetof(LeechMiasm_C_DropLoot, Temp_struct_Variable) == 0x000000, "Member 'LeechMiasm_C_DropLoot::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_DropLoot, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'LeechMiasm_C_DropLoot::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_DropLoot, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'LeechMiasm_C_DropLoot::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_DropLoot, CallFunc_SimpleDispenseLoot_ReturnValue) == 0x000070, "Member 'LeechMiasm_C_DropLoot::CallFunc_SimpleDispenseLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_DropLoot, K2Node_MakeArray_Array) == 0x000078, "Member 'LeechMiasm_C_DropLoot::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_OnRep_bMutationComplete \ static_assert(alignof(LeechMiasm_C_OnRep_bMutationComplete) == 0x000008, "Wrong alignment on LeechMiasm_C_OnRep_bMutationComplete"); \ static_assert(sizeof(LeechMiasm_C_OnRep_bMutationComplete) == 0x000018, "Wrong size on LeechMiasm_C_OnRep_bMutationComplete"); \ static_assert(offsetof(LeechMiasm_C_OnRep_bMutationComplete, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'LeechMiasm_C_OnRep_bMutationComplete::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_OnRep_bMutationComplete, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'LeechMiasm_C_OnRep_bMutationComplete::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_GetIsEnemy \ static_assert(alignof(LeechMiasm_C_GetIsEnemy) == 0x000001, "Wrong alignment on LeechMiasm_C_GetIsEnemy"); \ static_assert(sizeof(LeechMiasm_C_GetIsEnemy) == 0x000001, "Wrong size on LeechMiasm_C_GetIsEnemy"); \ static_assert(offsetof(LeechMiasm_C_GetIsEnemy, isEnemy) == 0x000000, "Member 'LeechMiasm_C_GetIsEnemy::isEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeechMiasm_C_GetEnemyData \ static_assert(alignof(LeechMiasm_C_GetEnemyData) == 0x000008, "Wrong alignment on LeechMiasm_C_GetEnemyData"); \ static_assert(sizeof(LeechMiasm_C_GetEnemyData) == 0x000058, "Wrong size on LeechMiasm_C_GetEnemyData"); \ static_assert(offsetof(LeechMiasm_C_GetEnemyData, Data) == 0x000000, "Member 'LeechMiasm_C_GetEnemyData::Data' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetEnemyData, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'LeechMiasm_C_GetEnemyData::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LeechMiasm_C_GetEnemyData, K2Node_MakeStruct_EnemyHPData) == 0x000030, "Member 'LeechMiasm_C_GetEnemyData::K2Node_MakeStruct_EnemyHPData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeechMiasm_C \ static_assert(alignof(ALeechMiasm_C) == 0x000008, "Wrong alignment on ALeechMiasm_C"); \ static_assert(sizeof(ALeechMiasm_C) == 0x000308, "Wrong size on ALeechMiasm_C"); \ static_assert(offsetof(ALeechMiasm_C, UberGraphFrame) == 0x000220, "Member 'ALeechMiasm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Sound) == 0x000228, "Member 'ALeechMiasm_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, SpawnAudio) == 0x000230, "Member 'ALeechMiasm_C::SpawnAudio' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Scene) == 0x000238, "Member 'ALeechMiasm_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Widget) == 0x000240, "Member 'ALeechMiasm_C::Widget' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Roots) == 0x000248, "Member 'ALeechMiasm_C::Roots' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, DissolveComponent) == 0x000250, "Member 'ALeechMiasm_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, HitCollision) == 0x000258, "Member 'ALeechMiasm_C::HitCollision' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Seed) == 0x000260, "Member 'ALeechMiasm_C::Seed' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, DefaultSceneRoot) == 0x000268, "Member 'ALeechMiasm_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_GlowColor_57B15CB64B431154C4C48F917FCD4B73) == 0x000270, "Member 'ALeechMiasm_C::FXTimeline_GlowColor_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_Cycle_57B15CB64B431154C4C48F917FCD4B73) == 0x000280, "Member 'ALeechMiasm_C::FXTimeline_Cycle_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_Hider_57B15CB64B431154C4C48F917FCD4B73) == 0x000284, "Member 'ALeechMiasm_C::FXTimeline_Hider_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_GlowIntensity_57B15CB64B431154C4C48F917FCD4B73) == 0x000288, "Member 'ALeechMiasm_C::FXTimeline_GlowIntensity_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_AnimSide_57B15CB64B431154C4C48F917FCD4B73) == 0x00028C, "Member 'ALeechMiasm_C::FXTimeline_AnimSide_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline_AnimCore_57B15CB64B431154C4C48F917FCD4B73) == 0x000290, "Member 'ALeechMiasm_C::FXTimeline_AnimCore_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline__Direction_57B15CB64B431154C4C48F917FCD4B73) == 0x000294, "Member 'ALeechMiasm_C::FXTimeline__Direction_57B15CB64B431154C4C48F917FCD4B73' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, FXTimeline) == 0x000298, "Member 'ALeechMiasm_C::FXTimeline' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, bMiasmGrowComplete) == 0x0002A0, "Member 'ALeechMiasm_C::bMiasmGrowComplete' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, bMutationComplete) == 0x0002A1, "Member 'ALeechMiasm_C::bMutationComplete' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MiasmGrowTime) == 0x0002A4, "Member 'ALeechMiasm_C::MiasmGrowTime' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MiasmMutationTime) == 0x0002A8, "Member 'ALeechMiasm_C::MiasmMutationTime' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, bDead) == 0x0002AC, "Member 'ALeechMiasm_C::bDead' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Health) == 0x0002B0, "Member 'ALeechMiasm_C::Health' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MiasmDefaultHealth) == 0x0002B4, "Member 'ALeechMiasm_C::MiasmDefaultHealth' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, StoneDefaultHealth) == 0x0002B8, "Member 'ALeechMiasm_C::StoneDefaultHealth' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, StoneCoopScaleValue) == 0x0002BC, "Member 'ALeechMiasm_C::StoneCoopScaleValue' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MaxHealth) == 0x0002C0, "Member 'ALeechMiasm_C::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, CurrentMiasmMutaionTime) == 0x0002C4, "Member 'ALeechMiasm_C::CurrentMiasmMutaionTime' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, CurrentMiasmGrowTime) == 0x0002C8, "Member 'ALeechMiasm_C::CurrentMiasmGrowTime' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, CurrentMiasmMutationDelay) == 0x0002CC, "Member 'ALeechMiasm_C::CurrentMiasmMutationDelay' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MiasmGrowProgress) == 0x0002D0, "Member 'ALeechMiasm_C::MiasmGrowProgress' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, MiasmMutationProgress) == 0x0002D4, "Member 'ALeechMiasm_C::MiasmMutationProgress' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, TimeBeforeStartMutation) == 0x0002D8, "Member 'ALeechMiasm_C::TimeBeforeStartMutation' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, SingleItemist) == 0x0002E0, "Member 'ALeechMiasm_C::SingleItemist' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Seed_DM) == 0x0002F0, "Member 'ALeechMiasm_C::Seed_DM' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, Roots_DM) == 0x0002F8, "Member 'ALeechMiasm_C::Roots_DM' has a wrong offset!"); \ static_assert(offsetof(ALeechMiasm_C, DeadSeed_DM) == 0x000300, "Member 'ALeechMiasm_C::DeadSeed_DM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot \ static_assert(alignof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot) == 0x000270, "Wrong size on DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, EntryPoint) == 0x000000, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000004, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable) == 0x000008, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_bool_True_if_break_was_hit_Variable) == 0x000014, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsUnlocked_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsUnlocked_ReturnValue_1) == 0x000021, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsUnlocked_ReturnValue_2) == 0x000022, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsUnlocked_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000023, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanOR_ReturnValue) == 0x000025, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAllActorsOfClass_OutActors) == 0x000038, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable_3) == 0x000048, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item) == 0x000050, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIController_ReturnValue) == 0x000058, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000060, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable_2) == 0x000070, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_2) == 0x000084, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000088, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x0000A0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, K2Node_CustomEvent_Player_1) == 0x0000C0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::K2Node_CustomEvent_Player_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, K2Node_CustomEvent_Player) == 0x0000C8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x0000D0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable_3) == 0x0000E0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_3) == 0x0000E4, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E9, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000EC, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable_4) == 0x0000F0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable_4) == 0x0000F4, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_3) == 0x0000F8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetLastDepotPeacefulBiomePresetType_ReturnValue) == 0x000100, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetLastDepotPeacefulBiomePresetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_2) == 0x000101, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_4) == 0x000104, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Not_PreBool_ReturnValue_2) == 0x000108, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000110, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_2) == 0x000118, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_RollDepotEvent_ReturnValue) == 0x000119, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_RollDepotEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_RandomInteger_ReturnValue) == 0x00011C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_MakeRandomStream_ReturnValue) == 0x000120, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_HasAuthority_ReturnValue) == 0x000128, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIDirectorManager_ReturnValue_1) == 0x000130, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIDirectorManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAvailableSpawners_Values) == 0x000138, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAvailableSpawners_Values' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_RollDepotEventEggsCount_ReturnValue) == 0x000148, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_RollDepotEventEggsCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_4) == 0x000150, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, K2Node_DynamicCast_AsUroboros_Egg_Fly_Spawner) == 0x000158, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::K2Node_DynamicCast_AsUroboros_Egg_Fly_Spawner' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_4) == 0x000164, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_3) == 0x000168, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanAND_ReturnValue_1) == 0x000169, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Spawn_ReturnValue) == 0x00016A, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_4) == 0x00016B, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_5) == 0x00016C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_RandomFloatInRange_ReturnValue) == 0x000170, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_5) == 0x000174, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetRegisteredTeslaCatch_RegisteredTeslaCatch) == 0x000178, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetRegisteredTeslaCatch_RegisteredTeslaCatch' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_5) == 0x000188, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Array_Index_Variable_5) == 0x00018C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIDirectorManager_ReturnValue_2) == 0x000190, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIDirectorManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_5) == 0x000198, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_3) == 0x0001A0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIController_ReturnValue_1) == 0x0001A8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_4) == 0x0001B0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_CanSpawn_ReturnValue) == 0x0001B1, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_CanSpawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, K2Node_Event_DeltaSeconds) == 0x0001B4, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetAIDirectorManager_ReturnValue_3) == 0x0001B8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetAIDirectorManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001C0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_5) == 0x0001C1, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetDepotEventSettings_ReturnValue) == 0x0001C8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetDepotEventSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x0001F0, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Min_ReturnValue) == 0x0001F4, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Loop_Counter_Variable_5) == 0x0001F8, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_AddUnique_ReturnValue) == 0x0001FC, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_6) == 0x000200, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Add_IntInt_ReturnValue_6) == 0x000204, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_RemoveItem_ReturnValue) == 0x000208, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, Temp_int_Variable) == 0x00020C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetMapGenerator_ReturnValue) == 0x000210, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetMapGenerator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_6) == 0x000218, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000219, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanOR_ReturnValue_1) == 0x00021A, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetMapGenerator_ReturnValue_1) == 0x000220, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetMapGenerator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_IsValid_ReturnValue_7) == 0x000228, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000229, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetIsEventDepot_bResult) == 0x00022A, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetIsEventDepot_bResult' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Not_PreBool_ReturnValue_4) == 0x00022B, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_GetIsEventDepot_bResult_1) == 0x00022C, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_GetIsEventDepot_bResult_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanOR_ReturnValue_2) == 0x00022D, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_LimitTeslaCatches_Result) == 0x000230, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_LimitTeslaCatches_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_BooleanAND_ReturnValue_2) == 0x000240, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_6) == 0x000248, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Length_ReturnValue_6) == 0x000250, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Random_OutItem) == 0x000258, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Random_OutIndex) == 0x000260, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Less_IntInt_ReturnValue_7) == 0x000264, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot, CallFunc_Array_Get_Item_7) == 0x000268, "Member 'DirectorAreaModule_Depot_C_ExecuteUbergraph_DirectorAreaModule_Depot::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_ReceiveTick \ static_assert(alignof(DirectorAreaModule_Depot_C_ReceiveTick) == 0x000004, "Wrong alignment on DirectorAreaModule_Depot_C_ReceiveTick"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_ReceiveTick) == 0x000004, "Wrong size on DirectorAreaModule_Depot_C_ReceiveTick"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DirectorAreaModule_Depot_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_CombatLeave \ static_assert(alignof(DirectorAreaModule_Depot_C_CombatLeave) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_CombatLeave"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_CombatLeave) == 0x000008, "Wrong size on DirectorAreaModule_Depot_C_CombatLeave"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_CombatLeave, Player) == 0x000000, "Member 'DirectorAreaModule_Depot_C_CombatLeave::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_CombatEnter \ static_assert(alignof(DirectorAreaModule_Depot_C_CombatEnter) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_CombatEnter"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_CombatEnter) == 0x000008, "Wrong size on DirectorAreaModule_Depot_C_CombatEnter"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_CombatEnter, Player) == 0x000000, "Member 'DirectorAreaModule_Depot_C_CombatEnter::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_IsNeedSummonReinforcement \ static_assert(alignof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_IsNeedSummonReinforcement"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement) == 0x000028, "Wrong size on DirectorAreaModule_Depot_C_IsNeedSummonReinforcement"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, Result) == 0x000000, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_GetMaxAliveEnemy_ReturnValue) == 0x000004, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_GetMaxAliveEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_IsNeedSummonReinforcement, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Depot_C_IsNeedSummonReinforcement::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_SummonReinforcement \ static_assert(alignof(DirectorAreaModule_Depot_C_SummonReinforcement) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_SummonReinforcement"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_SummonReinforcement) == 0x0001A0, "Wrong size on DirectorAreaModule_Depot_C_SummonReinforcement"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, TankCharacter) == 0x000000, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::TankCharacter' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, RolledClasses) == 0x000008, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::RolledClasses' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, ValidSpawners) == 0x000018, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::ValidSpawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GetReinforcementClasses_Result) == 0x000050, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GetReinforcementClasses_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_object_Variable) == 0x000068, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_int_Array_Index_Variable) == 0x000070, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GetAvailableSpawners_Values) == 0x000080, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GetAvailableSpawners_Values' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Get_Item) == 0x000090, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x00009C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GetObjectClass_ReturnValue) == 0x0000A8, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000B0, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B4, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000C0, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000CC, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000D8, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000E4, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000F0, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Roll) == 0x0000FC, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Pitch) == 0x000100, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Yaw) == 0x000104, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_NormalizedDeltaRotator_ReturnValue_1) == 0x000108, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_NormalizedDeltaRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000114, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Roll_1) == 0x000118, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Pitch_1) == 0x00011C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BreakRotator_Yaw_1) == 0x000120, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000125, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue) == 0x000126, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000127, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_int_Loop_Counter_Variable_1) == 0x000128, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_1) == 0x00012C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000130, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_2) == 0x000134, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000135, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, Temp_int_Variable) == 0x000138, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00013C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Add_IntInt_ReturnValue_1) == 0x000140, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Random_OutItem) == 0x000148, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Random_OutIndex) == 0x000150, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Spawn_ReturnValue) == 0x000164, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000168, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Max_ReturnValue) == 0x00016C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_2) == 0x000170, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Greater_IntInt_ReturnValue) == 0x000174, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_GetClassToRoll_Class) == 0x000178, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_GetClassToRoll_Class' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Add_ReturnValue) == 0x000180, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_IsValidClass_ReturnValue) == 0x000184, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_3) == 0x000188, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00018C, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Array_Add_ReturnValue_1) == 0x000190, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Square_ReturnValue) == 0x000194, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000198, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_3) == 0x000199, "Member 'DirectorAreaModule_Depot_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_RegisterTeslaCatch \ static_assert(alignof(DirectorAreaModule_Depot_C_RegisterTeslaCatch) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_RegisterTeslaCatch"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_RegisterTeslaCatch) == 0x000010, "Wrong size on DirectorAreaModule_Depot_C_RegisterTeslaCatch"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_RegisterTeslaCatch, NewItem) == 0x000000, "Member 'DirectorAreaModule_Depot_C_RegisterTeslaCatch::NewItem' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_RegisterTeslaCatch, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Depot_C_RegisterTeslaCatch::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_UnregisterTeslaCatch \ static_assert(alignof(DirectorAreaModule_Depot_C_UnregisterTeslaCatch) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_UnregisterTeslaCatch"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_UnregisterTeslaCatch) == 0x000010, "Wrong size on DirectorAreaModule_Depot_C_UnregisterTeslaCatch"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_UnregisterTeslaCatch, NewItem) == 0x000000, "Member 'DirectorAreaModule_Depot_C_UnregisterTeslaCatch::NewItem' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_UnregisterTeslaCatch, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Depot_C_UnregisterTeslaCatch::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_SetInDepotEvent \ static_assert(alignof(DirectorAreaModule_Depot_C_SetInDepotEvent) == 0x000001, "Wrong alignment on DirectorAreaModule_Depot_C_SetInDepotEvent"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_SetInDepotEvent) == 0x000001, "Wrong size on DirectorAreaModule_Depot_C_SetInDepotEvent"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SetInDepotEvent, bInEvent) == 0x000000, "Member 'DirectorAreaModule_Depot_C_SetInDepotEvent::bInEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch \ static_assert(alignof(DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch) == 0x000010, "Wrong size on DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch, RegisteredTeslaCatch_0) == 0x000000, "Member 'DirectorAreaModule_Depot_C_GetRegisteredTeslaCatch::RegisteredTeslaCatch_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_SpawnUroboros \ static_assert(alignof(DirectorAreaModule_Depot_C_SpawnUroboros) == 0x000010, "Wrong alignment on DirectorAreaModule_Depot_C_SpawnUroboros"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_SpawnUroboros) == 0x000130, "Wrong size on DirectorAreaModule_Depot_C_SpawnUroboros"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, InsertIndex) == 0x000000, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::InsertIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, LocalSpawners) == 0x000008, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::LocalSpawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, DepotSectionsNum) == 0x000018, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::DepotSectionsNum' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, UroborosSpawners) == 0x000020, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::UroborosSpawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, Temp_int_Array_Index_Variable) == 0x000068, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, Temp_int_Loop_Counter_Variable_1) == 0x00006C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, Temp_bool_True_if_break_was_hit_Variable) == 0x000074, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Not_PreBool_ReturnValue) == 0x00007C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Subtract_IntInt_ReturnValue) == 0x000080, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Greater_IntInt_ReturnValue) == 0x000084, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Divide_IntInt_ReturnValue) == 0x000088, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Min_ReturnValue) == 0x00008C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Get_Item) == 0x000090, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_IsValid_ReturnValue) == 0x00009C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A0, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_GetPlayerTrain_ReturnValue) == 0x0000B0, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_IsValid_ReturnValue_1) == 0x0000C4, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_X) == 0x0000C8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_Y) == 0x0000CC, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_Z) == 0x0000D0, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_GetLocomotive_ReturnValue) == 0x0000D8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_IsValid_ReturnValue_2) == 0x0000E4, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Less_IntInt_ReturnValue) == 0x0000E5, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BooleanAND_ReturnValue) == 0x0000E6, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000E8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000F8, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, K2Node_DynamicCast_AsUroboros_Spawner) == 0x000100, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::K2Node_DynamicCast_AsUroboros_Spawner' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_IsValid_ReturnValue_3) == 0x000109, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00010C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_X_1) == 0x000118, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_Y_1) == 0x00011C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_BreakVector_Z_1) == 0x000120, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Less_FloatFloat_ReturnValue) == 0x000124, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Array_Length_ReturnValue_2) == 0x000128, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_SpawnUroboros, CallFunc_Less_IntInt_ReturnValue_1) == 0x00012C, "Member 'DirectorAreaModule_Depot_C_SpawnUroboros::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_TeslaCatchUpdate \ static_assert(alignof(DirectorAreaModule_Depot_C_TeslaCatchUpdate) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_TeslaCatchUpdate"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_TeslaCatchUpdate) == 0x000008, "Wrong size on DirectorAreaModule_Depot_C_TeslaCatchUpdate"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_TeslaCatchUpdate, NewItem) == 0x000000, "Member 'DirectorAreaModule_Depot_C_TeslaCatchUpdate::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_LimitTeslaCatches \ static_assert(alignof(DirectorAreaModule_Depot_C_LimitTeslaCatches) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_LimitTeslaCatches"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_LimitTeslaCatches) == 0x000088, "Wrong size on DirectorAreaModule_Depot_C_LimitTeslaCatches"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Max) == 0x000000, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Max' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Array) == 0x000008, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Array' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Result) == 0x000018, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CountToRemove) == 0x000028, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CountToRemove' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, MaxDistanceTesla) == 0x000030, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::MaxDistanceTesla' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, MaxDistance) == 0x000038, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Temp_bool_True_if_break_was_hit_Variable) == 0x000055, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Temp_int_Array_Index_Variable) == 0x000058, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Array_Get_Item) == 0x000060, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_BooleanAND_ReturnValue) == 0x000069, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00006C, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Array_RemoveItem_ReturnValue) == 0x000070, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_GetSquaredHorizontalDistanceTo_ReturnValue) == 0x000074, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_GetSquaredHorizontalDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000079, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, Temp_int_Variable) == 0x00007C, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000080, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_LimitTeslaCatches, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'DirectorAreaModule_Depot_C_LimitTeslaCatches::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_GotPlayersInArena \ static_assert(alignof(DirectorAreaModule_Depot_C_GotPlayersInArena) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_GotPlayersInArena"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_GotPlayersInArena) == 0x000028, "Wrong size on DirectorAreaModule_Depot_C_GotPlayersInArena"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, Result) == 0x000000, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, Temp_int_Array_Index_Variable) == 0x000004, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_Array_Get_Item) == 0x000018, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_IsAlive_ReturnValue) == 0x000021, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GotPlayersInArena, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'DirectorAreaModule_Depot_C_GotPlayersInArena::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount \ static_assert(alignof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount) == 0x000008, "Wrong alignment on DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount) == 0x000050, "Wrong size on DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, ReturnValue) == 0x000000, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, Count) == 0x000004, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::Count' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, Temp_int_Array_Index_Variable) == 0x000010, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, Temp_int_Variable) == 0x000014, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_Array_Get_Item) == 0x000030, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, K2Node_DynamicCast_AsGeneric_Nazi_Character) == 0x000040, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::K2Node_DynamicCast_AsGeneric_Nazi_Character' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'DirectorAreaModule_Depot_C_GetAliveWaveCharactersCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Depot_C_GetIsEventDepot \ static_assert(alignof(DirectorAreaModule_Depot_C_GetIsEventDepot) == 0x000001, "Wrong alignment on DirectorAreaModule_Depot_C_GetIsEventDepot"); \ static_assert(sizeof(DirectorAreaModule_Depot_C_GetIsEventDepot) == 0x000003, "Wrong size on DirectorAreaModule_Depot_C_GetIsEventDepot"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetIsEventDepot, bResult) == 0x000000, "Member 'DirectorAreaModule_Depot_C_GetIsEventDepot::bResult' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetIsEventDepot, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'DirectorAreaModule_Depot_C_GetIsEventDepot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Depot_C_GetIsEventDepot, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'DirectorAreaModule_Depot_C_GetIsEventDepot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_Depot_C \ static_assert(alignof(ADirectorAreaModule_Depot_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_Depot_C"); \ static_assert(sizeof(ADirectorAreaModule_Depot_C) == 0x000448, "Wrong size on ADirectorAreaModule_Depot_C"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, UberGraphFrame_DirectorAreaModule_Depot_C) == 0x0003B8, "Member 'ADirectorAreaModule_Depot_C::UberGraphFrame_DirectorAreaModule_Depot_C' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, ReinforcementSummonCoefficient) == 0x0003C0, "Member 'ADirectorAreaModule_Depot_C::ReinforcementSummonCoefficient' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, MinFlySpawnDistanceFromTank) == 0x0003C4, "Member 'ADirectorAreaModule_Depot_C::MinFlySpawnDistanceFromTank' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, bRolledEvent) == 0x0003C8, "Member 'ADirectorAreaModule_Depot_C::bRolledEvent' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, IsEventDepot) == 0x0003C9, "Member 'ADirectorAreaModule_Depot_C::IsEventDepot' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, ActiveTeslaCount) == 0x0003CC, "Member 'ADirectorAreaModule_Depot_C::ActiveTeslaCount' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, ActiveEggSpawnes) == 0x0003D0, "Member 'ADirectorAreaModule_Depot_C::ActiveEggSpawnes' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, SpawnedEggs) == 0x0003D4, "Member 'ADirectorAreaModule_Depot_C::SpawnedEggs' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, UroborosEggClass) == 0x0003D8, "Member 'ADirectorAreaModule_Depot_C::UroborosEggClass' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, RegisteredTeslaCatch) == 0x0003E0, "Member 'ADirectorAreaModule_Depot_C::RegisteredTeslaCatch' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, OnDepotEventUpdate) == 0x0003F0, "Member 'ADirectorAreaModule_Depot_C::OnDepotEventUpdate' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, bPendingSpawnUroboros) == 0x000400, "Member 'ADirectorAreaModule_Depot_C::bPendingSpawnUroboros' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, OnTeslaCatchUpdate) == 0x000408, "Member 'ADirectorAreaModule_Depot_C::OnTeslaCatchUpdate' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, UroborosSpawner) == 0x000418, "Member 'ADirectorAreaModule_Depot_C::UroborosSpawner' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, PlayersInArena) == 0x000420, "Member 'ADirectorAreaModule_Depot_C::PlayersInArena' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, SpawnedEggCreatureActors) == 0x000430, "Member 'ADirectorAreaModule_Depot_C::SpawnedEggCreatureActors' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Depot_C, IsEventDepotComplete) == 0x000440, "Member 'ADirectorAreaModule_Depot_C::IsEventDepotComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_ExecuteUbergraph_Shark2 \ static_assert(alignof(Shark2_C_ExecuteUbergraph_Shark2) == 0x000004, "Wrong alignment on Shark2_C_ExecuteUbergraph_Shark2"); \ static_assert(sizeof(Shark2_C_ExecuteUbergraph_Shark2) == 0x000004, "Wrong size on Shark2_C_ExecuteUbergraph_Shark2"); \ static_assert(offsetof(Shark2_C_ExecuteUbergraph_Shark2, EntryPoint) == 0x000000, "Member 'Shark2_C_ExecuteUbergraph_Shark2::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_SpawnVomit \ static_assert(alignof(Shark2_C_SpawnVomit) == 0x000010, "Wrong alignment on Shark2_C_SpawnVomit"); \ static_assert(sizeof(Shark2_C_SpawnVomit) == 0x0000E0, "Wrong size on Shark2_C_SpawnVomit"); \ static_assert(offsetof(Shark2_C_SpawnVomit, DefaultVomitScale) == 0x000000, "Member 'Shark2_C_SpawnVomit::DefaultVomitScale' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_Vector_One_ReturnValue) == 0x00000C, "Member 'Shark2_C_SpawnVomit::CallFunc_Vector_One_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_GetEnduranceModSizeScale_ReturnValue) == 0x000018, "Member 'Shark2_C_SpawnVomit::CallFunc_GetEnduranceModSizeScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'Shark2_C_SpawnVomit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00002C, "Member 'Shark2_C_SpawnVomit::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'Shark2_C_SpawnVomit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_Add_VectorVector_ReturnValue) == 0x000048, "Member 'Shark2_C_SpawnVomit::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'Shark2_C_SpawnVomit::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_TransformLocation_ReturnValue) == 0x000090, "Member 'Shark2_C_SpawnVomit::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_MakeTransform_ReturnValue) == 0x0000A0, "Member 'Shark2_C_SpawnVomit::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'Shark2_C_SpawnVomit::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnVomit, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000D8, "Member 'Shark2_C_SpawnVomit::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_TryDropVomit \ static_assert(alignof(Shark2_C_TryDropVomit) == 0x000001, "Wrong alignment on Shark2_C_TryDropVomit"); \ static_assert(sizeof(Shark2_C_TryDropVomit) == 0x000003, "Wrong size on Shark2_C_TryDropVomit"); \ static_assert(offsetof(Shark2_C_TryDropVomit, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'Shark2_C_TryDropVomit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_TryDropVomit, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Shark2_C_TryDropVomit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_TryDropVomit, CallFunc_HasAuthority_ReturnValue) == 0x000002, "Member 'Shark2_C_TryDropVomit::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_Shark2_AutoGenFunc \ static_assert(alignof(Shark2_C_Shark2_AutoGenFunc) == 0x000008, "Wrong alignment on Shark2_C_Shark2_AutoGenFunc"); \ static_assert(sizeof(Shark2_C_Shark2_AutoGenFunc) == 0x000008, "Wrong size on Shark2_C_Shark2_AutoGenFunc"); \ static_assert(offsetof(Shark2_C_Shark2_AutoGenFunc, DestroyedActor) == 0x000000, "Member 'Shark2_C_Shark2_AutoGenFunc::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_OnRep_bVomitAttached \ static_assert(alignof(Shark2_C_OnRep_bVomitAttached) == 0x000001, "Wrong alignment on Shark2_C_OnRep_bVomitAttached"); \ static_assert(sizeof(Shark2_C_OnRep_bVomitAttached) == 0x000002, "Wrong size on Shark2_C_OnRep_bVomitAttached"); \ static_assert(offsetof(Shark2_C_OnRep_bVomitAttached, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'Shark2_C_OnRep_bVomitAttached::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_OnRep_bVomitAttached, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Shark2_C_OnRep_bVomitAttached::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_SpawnWhip \ static_assert(alignof(Shark2_C_SpawnWhip) == 0x000010, "Wrong alignment on Shark2_C_SpawnWhip"); \ static_assert(sizeof(Shark2_C_SpawnWhip) == 0x0000B0, "Wrong size on Shark2_C_SpawnWhip"); \ static_assert(offsetof(Shark2_C_SpawnWhip, DefaultVomitScale) == 0x000000, "Member 'Shark2_C_SpawnWhip::DefaultVomitScale' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_HasAuthority_ReturnValue) == 0x00000C, "Member 'Shark2_C_SpawnWhip::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'Shark2_C_SpawnWhip::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_TransformLocation_ReturnValue) == 0x000040, "Member 'Shark2_C_SpawnWhip::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_BreakTransform_Location) == 0x00004C, "Member 'Shark2_C_SpawnWhip::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_BreakTransform_Rotation) == 0x000058, "Member 'Shark2_C_SpawnWhip::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_BreakTransform_Scale) == 0x000064, "Member 'Shark2_C_SpawnWhip::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'Shark2_C_SpawnWhip::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'Shark2_C_SpawnWhip::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_SpawnWhip, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000A8, "Member 'Shark2_C_SpawnWhip::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_DestroyWhip \ static_assert(alignof(Shark2_C_DestroyWhip) == 0x000001, "Wrong alignment on Shark2_C_DestroyWhip"); \ static_assert(sizeof(Shark2_C_DestroyWhip) == 0x000002, "Wrong size on Shark2_C_DestroyWhip"); \ static_assert(offsetof(Shark2_C_DestroyWhip, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'Shark2_C_DestroyWhip::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_DestroyWhip, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Shark2_C_DestroyWhip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Shark2_C_OnDeathEvent \ static_assert(alignof(Shark2_C_OnDeathEvent) == 0x000008, "Wrong alignment on Shark2_C_OnDeathEvent"); \ static_assert(sizeof(Shark2_C_OnDeathEvent) == 0x000018, "Wrong size on Shark2_C_OnDeathEvent"); \ static_assert(offsetof(Shark2_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Shark2_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Shark2_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Shark2_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Shark2_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000011, "Member 'Shark2_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AShark2_C \ static_assert(alignof(AShark2_C) == 0x000010, "Wrong alignment on AShark2_C"); \ static_assert(sizeof(AShark2_C) == 0x001040, "Wrong size on AShark2_C"); \ static_assert(offsetof(AShark2_C, UberGraphFrame_Shark2_C) == 0x000FA0, "Member 'AShark2_C::UberGraphFrame_Shark2_C' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, NoseArmorTop) == 0x000FA8, "Member 'AShark2_C::NoseArmorTop' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back1L) == 0x000FB0, "Member 'AShark2_C::Back1L' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, BackBase) == 0x000FB8, "Member 'AShark2_C::BackBase' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, NoseArmor) == 0x000FC0, "Member 'AShark2_C::NoseArmor' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Mouth) == 0x000FC8, "Member 'AShark2_C::Mouth' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, tail) == 0x000FD0, "Member 'AShark2_C::tail' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back1R) == 0x000FD8, "Member 'AShark2_C::Back1R' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back3L) == 0x000FE0, "Member 'AShark2_C::Back3L' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back2L) == 0x000FE8, "Member 'AShark2_C::Back2L' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back3R) == 0x000FF0, "Member 'AShark2_C::Back3R' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Back2R) == 0x000FF8, "Member 'AShark2_C::Back2R' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, SharkStatComponent) == 0x001000, "Member 'AShark2_C::SharkStatComponent' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, SharkEvolutionComponent) == 0x001008, "Member 'AShark2_C::SharkEvolutionComponent' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, CustomFocalPoint) == 0x001010, "Member 'AShark2_C::CustomFocalPoint' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, LastObserveTime) == 0x00101C, "Member 'AShark2_C::LastObserveTime' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, Vomit) == 0x001020, "Member 'AShark2_C::Vomit' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, bVomitAttached) == 0x001028, "Member 'AShark2_C::bVomitAttached' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, LongTongue) == 0x001030, "Member 'AShark2_C::LongTongue' has a wrong offset!"); \ static_assert(offsetof(AShark2_C, LastSuccessAttackClass) == 0x001038, "Member 'AShark2_C::LastSuccessAttackClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker \ static_assert(alignof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker) == 0x000010, "Wrong alignment on RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker"); \ static_assert(sizeof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker) == 0x000A30, "Wrong size on RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, EntryPoint) == 0x000000, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NotifyName) == 0x000004, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_name_Variable) == 0x00000C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000044, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_MakeRotator_ReturnValue) == 0x00004C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_bool_IsClosed_Variable) == 0x000060, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_int_Variable) == 0x000064, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000068, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue) == 0x000070, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000071, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000072, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_1) == 0x000073, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_2) == 0x000074, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_3) == 0x000075, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_4) == 0x000076, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000077, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_NewState) == 0x000078, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_Hit_3) == 0x000080, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_Hit_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_PlayerCharacter_3) == 0x000108, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_PlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_Hit_2) == 0x000110, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_Hit_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_PlayerCharacter_2) == 0x000198, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_PlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_Hit_1) == 0x0001A0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_PlayerCharacter_1) == 0x000228, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_PlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000230, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Greater_IntInt_ReturnValue) == 0x0002B8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Not_PreBool_ReturnValue) == 0x0002B9, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_Hit) == 0x0002BC, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_PlayerCharacter) == 0x000348, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_BooleanAND_ReturnValue) == 0x000350, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_TryUse_Result) == 0x000351, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_TryUse_Result' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_TryUse_PressButton) == 0x000352, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_TryUse_PressButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000358, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000360, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000368, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000370, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_bFromSweep) == 0x000374, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_SweepResult) == 0x000378, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000400, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherActor) == 0x000408, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherComp) == 0x000410, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000418, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_AsRofleemo_Amber) == 0x000420, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_bSuccess) == 0x000428, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_AsRofleemo_Amber_1) == 0x000430, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_AsRofleemo_Amber_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_bSuccess_1) == 0x000438, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000439, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_3) == 0x00043C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000450, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000458, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetRightVector_ReturnValue) == 0x000460, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NotifyName_1) == 0x00046C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000474, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000480, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Subtract_IntInt_ReturnValue) == 0x000484, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_5) == 0x000488, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HasAuthority_ReturnValue_6) == 0x000489, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HasAuthority_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue) == 0x00048A, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_4) == 0x00048C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00049C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_VectorVector_ReturnValue) == 0x0004A8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0004B4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_int_Variable_1) == 0x00053C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_QueryInstance) == 0x000540, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_QueryStatus) == 0x000548, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_Get_Item) == 0x00054C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000554, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000555, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_IntInt_ReturnValue_2) == 0x000558, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NotifyName_2) == 0x00055C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_Get_Item_1) == 0x000568, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_MakeArray_Array) == 0x000570, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000580, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_1) == 0x000588, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00058C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000598, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0005A4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0005B0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0005BC, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0005C8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0005D4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00065C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000660, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000664, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000670, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000678, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x000684, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000690, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x00069C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0006A8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0006B0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x0006B8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x0006C4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x0006D0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_8) == 0x0006D8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_3) == 0x0006E4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue_4) == 0x0006F0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_9) == 0x0006F8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_4) == 0x000704, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_SpawnSystemAtLocation_ReturnValue_5) == 0x000710, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_SpawnSystemAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_2) == 0x000718, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_Length_ReturnValue) == 0x00071C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Less_IntInt_ReturnValue) == 0x000720, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_5) == 0x000724, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000734, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NotifyName_3) == 0x000738, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_10) == 0x000740, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetActorScale3D_ReturnValue) == 0x00074C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000758, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_5) == 0x000764, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentLocation_ReturnValue_11) == 0x000770, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_Event_DeltaSeconds) == 0x00077C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_VInterpTo_Constant_ReturnValue) == 0x000780, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_VInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_6) == 0x00078C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_VInterpTo_Constant_ReturnValue_1) == 0x00079C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_VInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0007A8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetComponentRotation_ReturnValue_6) == 0x0007B4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetComponentRotation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_RInterpTo_ReturnValue) == 0x0007C0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_3) == 0x0007CC, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_MakeTransform_ReturnValue) == 0x0007D0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000800, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000888, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetActorScale3D_ReturnValue_1) == 0x00088C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetActorScale3D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000898, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0008A4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x0008A5, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0008A8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NotifyName_4) == 0x0008B4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x0008BC, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_BooleanAND_ReturnValue_1) == 0x0008BD, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_BooleanAND_ReturnValue_2) == 0x0008BE, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_int_Variable_2) == 0x0008C0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetPlayerTrain_ReturnValue) == 0x0008C8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_AsPlayer_Train) == 0x0008D0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_AsPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_DynamicCast_bSuccess_2) == 0x0008D8, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_FindFreeRofleemo_Rofleemo) == 0x0008E0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_FindFreeRofleemo_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0008F0, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_Get_Item_2) == 0x0008F4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CreateDelegate_OutputDelegate_7) == 0x0008FC, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00090C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000910, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000914, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000918, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Add_FloatFloat_ReturnValue) == 0x00091C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000920, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_LinearColorLerp_ReturnValue) == 0x000924, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_4) == 0x000934, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_int_Array_Index_Variable) == 0x000938, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_bool_Has_Been_Initd_Variable) == 0x00093C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_Get_Item_3) == 0x000940, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000948, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000958, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000960, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_5) == 0x000968, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000969, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_HaveCompletedTask_ReturnValue) == 0x00096A, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Not_PreBool_ReturnValue_1) == 0x00096B, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_Task) == 0x000970, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_Task' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000978, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_6) == 0x000979, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_bool_Has_Been_Initd_Variable_1) == 0x00097A, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000980, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsUnlocked_ReturnValue) == 0x000988, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_7) == 0x000989, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_Progression) == 0x00098A, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_Progression' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00098B, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, Temp_bool_IsClosed_Variable_1) == 0x00098C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_IsValid_ReturnValue_8) == 0x00098D, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Not_PreBool_ReturnValue_2) == 0x00098E, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_BooleanOR_ReturnValue) == 0x00098F, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_SwitchEnum_CmpSuccess) == 0x000990, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, K2Node_CustomEvent_NewState) == 0x000991, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000992, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000994, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_MakeRotator_ReturnValue_1) == 0x000998, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0009A4, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000A2C, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000A2D, "Member 'RofleemoUnpacker_C_ExecuteUbergraph_RofleemoUnpacker::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_SetState \ static_assert(alignof(RofleemoUnpacker_C_SetState) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_SetState"); \ static_assert(sizeof(RofleemoUnpacker_C_SetState) == 0x000001, "Wrong size on RofleemoUnpacker_C_SetState"); \ static_assert(offsetof(RofleemoUnpacker_C_SetState, NewState) == 0x000000, "Member 'RofleemoUnpacker_C_SetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnProgressionUnlock_Event_0 \ static_assert(alignof(RofleemoUnpacker_C_OnProgressionUnlock_Event_0) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_OnProgressionUnlock_Event_0"); \ static_assert(sizeof(RofleemoUnpacker_C_OnProgressionUnlock_Event_0) == 0x000001, "Wrong size on RofleemoUnpacker_C_OnProgressionUnlock_Event_0"); \ static_assert(offsetof(RofleemoUnpacker_C_OnProgressionUnlock_Event_0, Progression) == 0x000000, "Member 'RofleemoUnpacker_C_OnProgressionUnlock_Event_0::Progression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnTaskStarted_Event_0 \ static_assert(alignof(RofleemoUnpacker_C_OnTaskStarted_Event_0) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnTaskStarted_Event_0"); \ static_assert(sizeof(RofleemoUnpacker_C_OnTaskStarted_Event_0) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnTaskStarted_Event_0"); \ static_assert(offsetof(RofleemoUnpacker_C_OnTaskStarted_Event_0, task) == 0x000000, "Member 'RofleemoUnpacker_C_OnTaskStarted_Event_0::task' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_ReceiveTick \ static_assert(alignof(RofleemoUnpacker_C_ReceiveTick) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_ReceiveTick"); \ static_assert(sizeof(RofleemoUnpacker_C_ReceiveTick) == 0x000004, "Wrong size on RofleemoUnpacker_C_ReceiveTick"); \ static_assert(offsetof(RofleemoUnpacker_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'RofleemoUnpacker_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'RofleemoUnpacker_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'RofleemoUnpacker_C_BndEvt__RofleemoUnpacker_UnpackerCollision_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnUseActor \ static_assert(alignof(RofleemoUnpacker_C_OnUseActor) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnUseActor"); \ static_assert(sizeof(RofleemoUnpacker_C_OnUseActor) == 0x000090, "Wrong size on RofleemoUnpacker_C_OnUseActor"); \ static_assert(offsetof(RofleemoUnpacker_C_OnUseActor, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnHoldUseActor \ static_assert(alignof(RofleemoUnpacker_C_OnHoldUseActor) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnHoldUseActor"); \ static_assert(sizeof(RofleemoUnpacker_C_OnHoldUseActor) == 0x000090, "Wrong size on RofleemoUnpacker_C_OnHoldUseActor"); \ static_assert(offsetof(RofleemoUnpacker_C_OnHoldUseActor, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_OnHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnHoldUseActor, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_OnHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnAltHoldUseActor \ static_assert(alignof(RofleemoUnpacker_C_OnAltHoldUseActor) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnAltHoldUseActor"); \ static_assert(sizeof(RofleemoUnpacker_C_OnAltHoldUseActor) == 0x000090, "Wrong size on RofleemoUnpacker_C_OnAltHoldUseActor"); \ static_assert(offsetof(RofleemoUnpacker_C_OnAltHoldUseActor, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_OnAltHoldUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnAltHoldUseActor, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_OnAltHoldUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnAlternateUseActor \ static_assert(alignof(RofleemoUnpacker_C_OnAlternateUseActor) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_OnAlternateUseActor"); \ static_assert(sizeof(RofleemoUnpacker_C_OnAlternateUseActor) == 0x000090, "Wrong size on RofleemoUnpacker_C_OnAlternateUseActor"); \ static_assert(offsetof(RofleemoUnpacker_C_OnAlternateUseActor, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_OnAlternateUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnAlternateUseActor, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_OnAlternateUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_SetActorState \ static_assert(alignof(RofleemoUnpacker_C_SetActorState) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_SetActorState"); \ static_assert(sizeof(RofleemoUnpacker_C_SetActorState) == 0x000008, "Wrong size on RofleemoUnpacker_C_SetActorState"); \ static_assert(offsetof(RofleemoUnpacker_C_SetActorState, NewState) == 0x000000, "Member 'RofleemoUnpacker_C_SetActorState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2 \ static_assert(alignof(RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(sizeof(RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(offsetof(RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2, NotifyName) == 0x000000, "Member 'RofleemoUnpacker_C_OnCompleted_D459A58D4C84B9230E509AA8F83747C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2 \ static_assert(alignof(RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(sizeof(RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(offsetof(RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2, NotifyName) == 0x000000, "Member 'RofleemoUnpacker_C_OnBlendOut_D459A58D4C84B9230E509AA8F83747C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2 \ static_assert(alignof(RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(sizeof(RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(offsetof(RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2, NotifyName) == 0x000000, "Member 'RofleemoUnpacker_C_OnInterrupted_D459A58D4C84B9230E509AA8F83747C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2 \ static_assert(alignof(RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(sizeof(RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(offsetof(RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2, NotifyName) == 0x000000, "Member 'RofleemoUnpacker_C_OnNotifyBegin_D459A58D4C84B9230E509AA8F83747C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2 \ static_assert(alignof(RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(sizeof(RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2) == 0x000008, "Wrong size on RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2"); \ static_assert(offsetof(RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2, NotifyName) == 0x000000, "Member 'RofleemoUnpacker_C_OnNotifyEnd_D459A58D4C84B9230E509AA8F83747C2::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_ThrowAway \ static_assert(alignof(RofleemoUnpacker_C_ThrowAway) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_ThrowAway"); \ static_assert(sizeof(RofleemoUnpacker_C_ThrowAway) == 0x000030, "Wrong size on RofleemoUnpacker_C_ThrowAway"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, HeavyItem) == 0x000000, "Member 'RofleemoUnpacker_C_ThrowAway::HeavyItem' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, K2Node_DynamicCast_AsRofleemo_Amber) == 0x000008, "Member 'RofleemoUnpacker_C_ThrowAway::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'RofleemoUnpacker_C_ThrowAway::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, CallFunc_GetRightVector_ReturnValue) == 0x000014, "Member 'RofleemoUnpacker_C_ThrowAway::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000020, "Member 'RofleemoUnpacker_C_ThrowAway::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_ThrowAway, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'RofleemoUnpacker_C_ThrowAway::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_InitTeleportationPoints \ static_assert(alignof(RofleemoUnpacker_C_InitTeleportationPoints) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_InitTeleportationPoints"); \ static_assert(sizeof(RofleemoUnpacker_C_InitTeleportationPoints) == 0x000050, "Wrong size on RofleemoUnpacker_C_InitTeleportationPoints"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, Points) == 0x000000, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::Points' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, Temp_int_Array_Index_Variable) == 0x000010, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, CallFunc_Array_Get_Item) == 0x000020, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, K2Node_DynamicCast_AsRofleemo_Teleportation_Point) == 0x000030, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::K2Node_DynamicCast_AsRofleemo_Teleportation_Point' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_InitTeleportationPoints, K2Node_MakeArray_Array) == 0x000040, "Member 'RofleemoUnpacker_C_InitTeleportationPoints::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_Complete_Quest_Task \ static_assert(alignof(RofleemoUnpacker_C_Complete_Quest_Task) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_Complete_Quest_Task"); \ static_assert(sizeof(RofleemoUnpacker_C_Complete_Quest_Task) == 0x000018, "Wrong size on RofleemoUnpacker_C_Complete_Quest_Task"); \ static_assert(offsetof(RofleemoUnpacker_C_Complete_Quest_Task, TaskTag) == 0x000000, "Member 'RofleemoUnpacker_C_Complete_Quest_Task::TaskTag' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_Complete_Quest_Task, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_Complete_Quest_Task::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_Complete_Quest_Task, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'RofleemoUnpacker_C_Complete_Quest_Task::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_TryUse \ static_assert(alignof(RofleemoUnpacker_C_TryUse) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_TryUse"); \ static_assert(sizeof(RofleemoUnpacker_C_TryUse) == 0x000158, "Wrong size on RofleemoUnpacker_C_TryUse"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_TryUse::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, Character) == 0x000088, "Member 'RofleemoUnpacker_C_TryUse::Character' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, Result) == 0x000090, "Member 'RofleemoUnpacker_C_TryUse::Result' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, PressButton) == 0x000091, "Member 'RofleemoUnpacker_C_TryUse::PressButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, bPressButton) == 0x000092, "Member 'RofleemoUnpacker_C_TryUse::bPressButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, bResult) == 0x000093, "Member 'RofleemoUnpacker_C_TryUse::bResult' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_AsThird_Person_Character) == 0x000098, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A1, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A2, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_Time) == 0x0000A4, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_Distance) == 0x0000A8, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_Location) == 0x0000AC, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B8, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_Normal) == 0x0000C4, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D0, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_PhysMat) == 0x0000E0, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_HitActor) == 0x0000E8, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_HitComponent) == 0x0000F0, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_HitBoneName) == 0x0000F8, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_HitItem) == 0x000100, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_ElementIndex) == 0x000104, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_FaceIndex) == 0x000108, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_TraceStart) == 0x00010C, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_BreakHitResult_TraceEnd) == 0x000118, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_AsRofleemo_Amber) == 0x000128, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_CanGrabRofleemo_bReturnValue) == 0x000131, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_CanGrabRofleemo_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_HaveCompletedTaskUnpackAmber_bReturnValue) == 0x000132, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_HaveCompletedTaskUnpackAmber_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_HaveAmberInVoid_bReturnValue) == 0x000133, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_HaveAmberInVoid_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_Not_PreBool_ReturnValue) == 0x000134, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_AsRofleemo_Amber_1) == 0x000138, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_AsRofleemo_Amber_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'RofleemoUnpacker_C_TryUse::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_IsValid_ReturnValue) == 0x000141, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_IsValid_ReturnValue_1) == 0x000142, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000143, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_Not_PreBool_ReturnValue_1) == 0x000144, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000148, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_IsUnlocked_ReturnValue) == 0x000150, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_IsValid_ReturnValue_2) == 0x000151, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_TryUse, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000152, "Member 'RofleemoUnpacker_C_TryUse::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_SpawnAmber \ static_assert(alignof(RofleemoUnpacker_C_SpawnAmber) == 0x000010, "Wrong alignment on RofleemoUnpacker_C_SpawnAmber"); \ static_assert(sizeof(RofleemoUnpacker_C_SpawnAmber) == 0x0000D0, "Wrong size on RofleemoUnpacker_C_SpawnAmber"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, SpawnedAmber) == 0x000000, "Member 'RofleemoUnpacker_C_SpawnAmber::SpawnedAmber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000010, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_IsUnlocked_ReturnValue) == 0x000019, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, K2Node_DynamicCast_AsFGGame_Instance) == 0x000028, "Member 'RofleemoUnpacker_C_SpawnAmber::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'RofleemoUnpacker_C_SpawnAmber::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000080, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_RandomBool_ReturnValue) == 0x0000B0, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0000B8, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnAmber, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0000C0, "Member 'RofleemoUnpacker_C_SpawnAmber::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_FindAmber \ static_assert(alignof(RofleemoUnpacker_C_FindAmber) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_FindAmber"); \ static_assert(sizeof(RofleemoUnpacker_C_FindAmber) == 0x000110, "Wrong size on RofleemoUnpacker_C_FindAmber"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, Temp_object_Variable) == 0x000000, "Member 'RofleemoUnpacker_C_FindAmber::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_MakeArray_Array) == 0x000010, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, Temp_object_Variable_1) == 0x000020, "Member 'RofleemoUnpacker_C_FindAmber::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_MakeArray_Array_1) == 0x000030, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_SphereOverlapActors_OutActors) == 0x000050, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_SphereOverlapActors_ReturnValue) == 0x000060, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000064, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_Get_Item) == 0x000070, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_SphereOverlapActors_OutActors_1) == 0x000078, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_SphereOverlapActors_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_SphereOverlapActors_ReturnValue_1) == 0x000088, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_SphereOverlapActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_AsRofleemo_Amber) == 0x000090, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_RemoveItem_ReturnValue) == 0x000099, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_AsRofleemo_Amber_1) == 0x0000A8, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_AsRofleemo_Amber_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0000B1, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000B8, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C8, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_GetPlayerTrain_ReturnValue) == 0x0000D0, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_GetPlayerTrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_AsPlayer_Train) == 0x0000D8, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_AsPlayer_Train' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, K2Node_DynamicCast_bSuccess_2) == 0x0000E0, "Member 'RofleemoUnpacker_C_FindAmber::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_FindFreeRofleemo_Rofleemo) == 0x0000E8, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_FindFreeRofleemo_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Array_Get_Item_2) == 0x000100, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_FindAmber, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000108, "Member 'RofleemoUnpacker_C_FindAmber::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnRep_Amber \ static_assert(alignof(RofleemoUnpacker_C_OnRep_Amber) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_OnRep_Amber"); \ static_assert(sizeof(RofleemoUnpacker_C_OnRep_Amber) == 0x000002, "Wrong size on RofleemoUnpacker_C_OnRep_Amber"); \ static_assert(offsetof(RofleemoUnpacker_C_OnRep_Amber, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_OnRep_Amber::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_OnRep_Amber, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'RofleemoUnpacker_C_OnRep_Amber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnRep_State \ static_assert(alignof(RofleemoUnpacker_C_OnRep_State) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_OnRep_State"); \ static_assert(sizeof(RofleemoUnpacker_C_OnRep_State) == 0x000001, "Wrong size on RofleemoUnpacker_C_OnRep_State"); \ static_assert(offsetof(RofleemoUnpacker_C_OnRep_State, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_OnRep_State::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_OnRep_Charge \ static_assert(alignof(RofleemoUnpacker_C_OnRep_Charge) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_OnRep_Charge"); \ static_assert(sizeof(RofleemoUnpacker_C_OnRep_Charge) == 0x000001, "Wrong size on RofleemoUnpacker_C_OnRep_Charge"); \ static_assert(offsetof(RofleemoUnpacker_C_OnRep_Charge, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_OnRep_Charge::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest \ static_assert(alignof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest) == 0x000010, "Wrong alignment on RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest"); \ static_assert(sizeof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest) == 0x000060, "Wrong size on RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_GetWorldStateManager_ReturnValue) == 0x000030, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_GetWorldStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_GetQuestInventory_ReturnValue) == 0x000038, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000048, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_FinishSpawningActor_ReturnValue) == 0x000050, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest, CallFunc_IsValid_ReturnValue_1) == 0x000058, "Member 'RofleemoUnpacker_C_SpawnRofleemoAmberFromQuest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_PickUpQuestAmber \ static_assert(alignof(RofleemoUnpacker_C_PickUpQuestAmber) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_PickUpQuestAmber"); \ static_assert(sizeof(RofleemoUnpacker_C_PickUpQuestAmber) == 0x000010, "Wrong size on RofleemoUnpacker_C_PickUpQuestAmber"); \ static_assert(offsetof(RofleemoUnpacker_C_PickUpQuestAmber, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_PickUpQuestAmber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_PickUpQuestAmber, CallFunc_GetQuestInventory_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_PickUpQuestAmber::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_RemoveAmberFromQuestInventory \ static_assert(alignof(RofleemoUnpacker_C_RemoveAmberFromQuestInventory) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_RemoveAmberFromQuestInventory"); \ static_assert(sizeof(RofleemoUnpacker_C_RemoveAmberFromQuestInventory) == 0x000010, "Wrong size on RofleemoUnpacker_C_RemoveAmberFromQuestInventory"); \ static_assert(offsetof(RofleemoUnpacker_C_RemoveAmberFromQuestInventory, CallFunc_GetQuestInventory_ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_RemoveAmberFromQuestInventory::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_RemoveAmberFromQuestInventory, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_RemoveAmberFromQuestInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_CanUse \ static_assert(alignof(RofleemoUnpacker_C_CanUse) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_CanUse"); \ static_assert(sizeof(RofleemoUnpacker_C_CanUse) == 0x000120, "Wrong size on RofleemoUnpacker_C_CanUse"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, ReturnValue) == 0x000090, "Member 'RofleemoUnpacker_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_bBlockingHit) == 0x000091, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_bInitialOverlap) == 0x000092, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000114, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x000115, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BooleanOR_ReturnValue) == 0x000116, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000117, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000118, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BooleanOR_ReturnValue_1) == 0x000119, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x00011A, "Member 'RofleemoUnpacker_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_CanHoldUse \ static_assert(alignof(RofleemoUnpacker_C_CanHoldUse) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_CanHoldUse"); \ static_assert(sizeof(RofleemoUnpacker_C_CanHoldUse) == 0x000098, "Wrong size on RofleemoUnpacker_C_CanHoldUse"); \ static_assert(offsetof(RofleemoUnpacker_C_CanHoldUse, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_CanHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanHoldUse, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_CanHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanHoldUse, ReturnValue) == 0x000090, "Member 'RofleemoUnpacker_C_CanHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_CanAltUse \ static_assert(alignof(RofleemoUnpacker_C_CanAltUse) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_CanAltUse"); \ static_assert(sizeof(RofleemoUnpacker_C_CanAltUse) == 0x000098, "Wrong size on RofleemoUnpacker_C_CanAltUse"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltUse, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_CanAltUse::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltUse, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_CanAltUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltUse, ReturnValue) == 0x000090, "Member 'RofleemoUnpacker_C_CanAltUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_CanAltHoldUse \ static_assert(alignof(RofleemoUnpacker_C_CanAltHoldUse) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_CanAltHoldUse"); \ static_assert(sizeof(RofleemoUnpacker_C_CanAltHoldUse) == 0x000098, "Wrong size on RofleemoUnpacker_C_CanAltHoldUse"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltHoldUse, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_CanAltHoldUse::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltHoldUse, PlayerCharacter) == 0x000088, "Member 'RofleemoUnpacker_C_CanAltHoldUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanAltHoldUse, ReturnValue) == 0x000090, "Member 'RofleemoUnpacker_C_CanAltHoldUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_GetActorState \ static_assert(alignof(RofleemoUnpacker_C_GetActorState) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_GetActorState"); \ static_assert(sizeof(RofleemoUnpacker_C_GetActorState) == 0x000008, "Wrong size on RofleemoUnpacker_C_GetActorState"); \ static_assert(offsetof(RofleemoUnpacker_C_GetActorState, ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_GetActorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_GetItemSelection \ static_assert(alignof(RofleemoUnpacker_C_GetItemSelection) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_GetItemSelection"); \ static_assert(sizeof(RofleemoUnpacker_C_GetItemSelection) == 0x000178, "Wrong size on RofleemoUnpacker_C_GetItemSelection"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, Hit) == 0x000000, "Member 'RofleemoUnpacker_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, Player) == 0x000088, "Member 'RofleemoUnpacker_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, SelectionText) == 0x000090, "Member 'RofleemoUnpacker_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'RofleemoUnpacker_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'RofleemoUnpacker_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, DisableButton) == 0x0000AA, "Member 'RofleemoUnpacker_C_GetItemSelection::DisableButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, InfoText) == 0x0000B0, "Member 'RofleemoUnpacker_C_GetItemSelection::InfoText' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_HaveAmberInVoid_bReturnValue) == 0x0000C8, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_HaveAmberInVoid_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue) == 0x0000C9, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, K2Node_DynamicCast_AsRofleemo_Amber) == 0x0000D0, "Member 'RofleemoUnpacker_C_GetItemSelection::K2Node_DynamicCast_AsRofleemo_Amber' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'RofleemoUnpacker_C_GetItemSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D9, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DA, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000DC, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000E0, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000E4, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F0, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000FC, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x000108, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_GetWorldProgressionManager_ReturnValue) == 0x000160, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_GetWorldProgressionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_IsUnlocked_ReturnValue) == 0x000168, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_Greater_IntInt_ReturnValue) == 0x000169, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00016A, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue_1) == 0x00016B, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_Not_PreBool_ReturnValue_2) == 0x00016C, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BooleanAND_ReturnValue) == 0x00016D, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00016E, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_BooleanAND_ReturnValue_1) == 0x00016F, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_IsValid_ReturnValue) == 0x000170, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000171, "Member 'RofleemoUnpacker_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_GetItemDurability \ static_assert(alignof(RofleemoUnpacker_C_GetItemDurability) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_GetItemDurability"); \ static_assert(sizeof(RofleemoUnpacker_C_GetItemDurability) == 0x000018, "Wrong size on RofleemoUnpacker_C_GetItemDurability"); \ static_assert(offsetof(RofleemoUnpacker_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_HaveAmberInVoid \ static_assert(alignof(RofleemoUnpacker_C_HaveAmberInVoid) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_HaveAmberInVoid"); \ static_assert(sizeof(RofleemoUnpacker_C_HaveAmberInVoid) == 0x000018, "Wrong size on RofleemoUnpacker_C_HaveAmberInVoid"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveAmberInVoid, bReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_HaveAmberInVoid::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveAmberInVoid, CallFunc_GetQuestInventory_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_HaveAmberInVoid::CallFunc_GetQuestInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveAmberInVoid, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'RofleemoUnpacker_C_HaveAmberInVoid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveAmberInVoid, CallFunc_HaveAmberInTheVoid_ReturnValue) == 0x000011, "Member 'RofleemoUnpacker_C_HaveAmberInVoid::CallFunc_HaveAmberInTheVoid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber \ static_assert(alignof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber) == 0x000008, "Wrong alignment on RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber"); \ static_assert(sizeof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber) == 0x000018, "Wrong size on RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber, bReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber, CallFunc_IsGraphManagerLoaded_ReturnValue) == 0x000010, "Member 'RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber::CallFunc_IsGraphManagerLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber, CallFunc_HaveCompletedTask_ReturnValue) == 0x000012, "Member 'RofleemoUnpacker_C_HaveCompletedTaskUnpackAmber::CallFunc_HaveCompletedTask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_CanGrabRofleemo \ static_assert(alignof(RofleemoUnpacker_C_CanGrabRofleemo) == 0x000004, "Wrong alignment on RofleemoUnpacker_C_CanGrabRofleemo"); \ static_assert(sizeof(RofleemoUnpacker_C_CanGrabRofleemo) == 0x00000C, "Wrong size on RofleemoUnpacker_C_CanGrabRofleemo"); \ static_assert(offsetof(RofleemoUnpacker_C_CanGrabRofleemo, bReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_CanGrabRofleemo::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanGrabRofleemo, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'RofleemoUnpacker_C_CanGrabRofleemo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanGrabRofleemo, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000004, "Member 'RofleemoUnpacker_C_CanGrabRofleemo::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoUnpacker_C_CanGrabRofleemo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'RofleemoUnpacker_C_CanGrabRofleemo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoUnpacker_C_ShouldNotBeSaved \ static_assert(alignof(RofleemoUnpacker_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on RofleemoUnpacker_C_ShouldNotBeSaved"); \ static_assert(sizeof(RofleemoUnpacker_C_ShouldNotBeSaved) == 0x000001, "Wrong size on RofleemoUnpacker_C_ShouldNotBeSaved"); \ static_assert(offsetof(RofleemoUnpacker_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'RofleemoUnpacker_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoUnpacker_C \ static_assert(alignof(ARofleemoUnpacker_C) == 0x000008, "Wrong alignment on ARofleemoUnpacker_C"); \ static_assert(sizeof(ARofleemoUnpacker_C) == 0x0005B8, "Wrong size on ARofleemoUnpacker_C"); \ static_assert(offsetof(ARofleemoUnpacker_C, UberGraphFrame) == 0x000220, "Member 'ARofleemoUnpacker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Cover) == 0x000228, "Member 'ARofleemoUnpacker_C::Cover' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Rofleemo_Machine_Main) == 0x000230, "Member 'ARofleemoUnpacker_C::Rofleemo_Machine_Main' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Rofleemo_Machine_Gravity) == 0x000238, "Member 'ARofleemoUnpacker_C::Rofleemo_Machine_Gravity' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, MainLight) == 0x000240, "Member 'ARofleemoUnpacker_C::MainLight' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, ContainerBulb2) == 0x000248, "Member 'ARofleemoUnpacker_C::ContainerBulb2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, ContainerBulb1) == 0x000250, "Member 'ARofleemoUnpacker_C::ContainerBulb1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Lighting) == 0x000258, "Member 'ARofleemoUnpacker_C::Lighting' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint4) == 0x000260, "Member 'ARofleemoUnpacker_C::FXPoint4' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint3) == 0x000268, "Member 'ARofleemoUnpacker_C::FXPoint3' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint2R) == 0x000270, "Member 'ARofleemoUnpacker_C::FXPoint2R' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint2L) == 0x000278, "Member 'ARofleemoUnpacker_C::FXPoint2L' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint1) == 0x000280, "Member 'ARofleemoUnpacker_C::FXPoint1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoPreview1) == 0x000288, "Member 'ARofleemoUnpacker_C::RofleemoPreview1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, DropPoint) == 0x000290, "Member 'ARofleemoUnpacker_C::DropPoint' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberPoint1) == 0x000298, "Member 'ARofleemoUnpacker_C::AmberPoint1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberPoint) == 0x0002A0, "Member 'ARofleemoUnpacker_C::AmberPoint' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberPreview2) == 0x0002A8, "Member 'ARofleemoUnpacker_C::AmberPreview2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberPreview1) == 0x0002B0, "Member 'ARofleemoUnpacker_C::AmberPreview1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, QuestMarkStartUnpack) == 0x0002B8, "Member 'ARofleemoUnpacker_C::QuestMarkStartUnpack' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, QuestMarkUnpack) == 0x0002C0, "Member 'ARofleemoUnpacker_C::QuestMarkUnpack' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, QuestMarkBring) == 0x0002C8, "Member 'ARofleemoUnpacker_C::QuestMarkBring' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackPoint) == 0x0002D0, "Member 'ARofleemoUnpacker_C::UnpackPoint' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackerBlocker) == 0x0002D8, "Member 'ARofleemoUnpacker_C::UnpackerBlocker' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackerCollision) == 0x0002E0, "Member 'ARofleemoUnpacker_C::UnpackerCollision' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoPreview) == 0x0002E8, "Member 'ARofleemoUnpacker_C::RofleemoPreview' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, ControllPanelCollision) == 0x0002F0, "Member 'ARofleemoUnpacker_C::ControllPanelCollision' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Base) == 0x0002F8, "Member 'ARofleemoUnpacker_C::Base' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint8) == 0x000300, "Member 'ARofleemoUnpacker_C::TeleportationPoint8' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint7) == 0x000308, "Member 'ARofleemoUnpacker_C::TeleportationPoint7' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint6) == 0x000310, "Member 'ARofleemoUnpacker_C::TeleportationPoint6' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint5) == 0x000318, "Member 'ARofleemoUnpacker_C::TeleportationPoint5' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint4) == 0x000320, "Member 'ARofleemoUnpacker_C::TeleportationPoint4' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint3) == 0x000328, "Member 'ARofleemoUnpacker_C::TeleportationPoint3' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint2) == 0x000330, "Member 'ARofleemoUnpacker_C::TeleportationPoint2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoint1) == 0x000338, "Member 'ARofleemoUnpacker_C::TeleportationPoint1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Container2) == 0x000340, "Member 'ARofleemoUnpacker_C::Container2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Container1) == 0x000348, "Member 'ARofleemoUnpacker_C::Container1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Unpacker) == 0x000350, "Member 'ARofleemoUnpacker_C::Unpacker' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Piston2) == 0x000358, "Member 'ARofleemoUnpacker_C::Piston2' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Piston1) == 0x000360, "Member 'ARofleemoUnpacker_C::Piston1' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Lever) == 0x000368, "Member 'ARofleemoUnpacker_C::Lever' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Gear) == 0x000370, "Member 'ARofleemoUnpacker_C::Gear' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Door) == 0x000378, "Member 'ARofleemoUnpacker_C::Door' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Button) == 0x000380, "Member 'ARofleemoUnpacker_C::Button' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, SwitchToPrepMode_Anim_43AF743544D92C584D075FB301E15579) == 0x000388, "Member 'ARofleemoUnpacker_C::SwitchToPrepMode_Anim_43AF743544D92C584D075FB301E15579' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, SwitchToPrepMode__Direction_43AF743544D92C584D075FB301E15579) == 0x00038C, "Member 'ARofleemoUnpacker_C::SwitchToPrepMode__Direction_43AF743544D92C584D075FB301E15579' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, SwitchToPrepMode) == 0x000390, "Member 'ARofleemoUnpacker_C::SwitchToPrepMode' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingGlowing_Animation_E229DF274615169B40237E9C82E48683) == 0x000398, "Member 'ARofleemoUnpacker_C::UnpackingGlowing_Animation_E229DF274615169B40237E9C82E48683' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingGlowing__Direction_E229DF274615169B40237E9C82E48683) == 0x00039C, "Member 'ARofleemoUnpacker_C::UnpackingGlowing__Direction_E229DF274615169B40237E9C82E48683' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingGlowing) == 0x0003A0, "Member 'ARofleemoUnpacker_C::UnpackingGlowing' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberDissolve_Color_5A4AC86A4735648097CC5E8BDB776A0B) == 0x0003A8, "Member 'ARofleemoUnpacker_C::AmberDissolve_Color_5A4AC86A4735648097CC5E8BDB776A0B' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberDissolve_Visibility_5A4AC86A4735648097CC5E8BDB776A0B) == 0x0003B8, "Member 'ARofleemoUnpacker_C::AmberDissolve_Visibility_5A4AC86A4735648097CC5E8BDB776A0B' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberDissolve__Direction_5A4AC86A4735648097CC5E8BDB776A0B) == 0x0003BC, "Member 'ARofleemoUnpacker_C::AmberDissolve__Direction_5A4AC86A4735648097CC5E8BDB776A0B' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberDissolve) == 0x0003C0, "Member 'ARofleemoUnpacker_C::AmberDissolve' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoFall_Anim_C4DCA829478924B9B51CD6919E2B5749) == 0x0003C8, "Member 'ARofleemoUnpacker_C::RofleemoFall_Anim_C4DCA829478924B9B51CD6919E2B5749' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoFall__Direction_C4DCA829478924B9B51CD6919E2B5749) == 0x0003CC, "Member 'ARofleemoUnpacker_C::RofleemoFall__Direction_C4DCA829478924B9B51CD6919E2B5749' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoFall) == 0x0003D0, "Member 'ARofleemoUnpacker_C::RofleemoFall' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, CloseDoorAnim_Anim_D8759041417AA3F20213368BF82C6F5E) == 0x0003D8, "Member 'ARofleemoUnpacker_C::CloseDoorAnim_Anim_D8759041417AA3F20213368BF82C6F5E' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, CloseDoorAnim__Direction_D8759041417AA3F20213368BF82C6F5E) == 0x0003DC, "Member 'ARofleemoUnpacker_C::CloseDoorAnim__Direction_D8759041417AA3F20213368BF82C6F5E' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, CloseDoorAnim) == 0x0003E0, "Member 'ARofleemoUnpacker_C::CloseDoorAnim' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, OpenDoorAnim_Anim_D7E73BEC4686CC85D5D7138AE20A4F4B) == 0x0003E8, "Member 'ARofleemoUnpacker_C::OpenDoorAnim_Anim_D7E73BEC4686CC85D5D7138AE20A4F4B' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, OpenDoorAnim__Direction_D7E73BEC4686CC85D5D7138AE20A4F4B) == 0x0003EC, "Member 'ARofleemoUnpacker_C::OpenDoorAnim__Direction_D7E73BEC4686CC85D5D7138AE20A4F4B' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, OpenDoorAnim) == 0x0003F0, "Member 'ARofleemoUnpacker_C::OpenDoorAnim' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, bDoorState) == 0x0003F8, "Member 'ARofleemoUnpacker_C::bDoorState' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Charge) == 0x0003FC, "Member 'ARofleemoUnpacker_C::Charge' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, bInProcess) == 0x000400, "Member 'ARofleemoUnpacker_C::bInProcess' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, bReady) == 0x000401, "Member 'ARofleemoUnpacker_C::bReady' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Amber) == 0x000408, "Member 'ARofleemoUnpacker_C::Amber' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberStartLoc) == 0x000410, "Member 'ARofleemoUnpacker_C::AmberStartLoc' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberStartRot) == 0x00041C, "Member 'ARofleemoUnpacker_C::AmberStartRot' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, PanelMID) == 0x000428, "Member 'ARofleemoUnpacker_C::PanelMID' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, PanelBulbs) == 0x000430, "Member 'ARofleemoUnpacker_C::PanelBulbs' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, MainMID) == 0x000440, "Member 'ARofleemoUnpacker_C::MainMID' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TeleportationPoints) == 0x000448, "Member 'ARofleemoUnpacker_C::TeleportationPoints' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, bTakeBack) == 0x000458, "Member 'ARofleemoUnpacker_C::bTakeBack' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, bSpawnAmber) == 0x000459, "Member 'ARofleemoUnpacker_C::bSpawnAmber' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Ambers) == 0x000460, "Member 'ARofleemoUnpacker_C::Ambers' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Rofleemo) == 0x000470, "Member 'ARofleemoUnpacker_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoDropDirection) == 0x000478, "Member 'ARofleemoUnpacker_C::RofleemoDropDirection' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, GravitationPower) == 0x000484, "Member 'ARofleemoUnpacker_C::GravitationPower' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, VelocityFading) == 0x000488, "Member 'ARofleemoUnpacker_C::VelocityFading' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberRotationSpeed) == 0x00048C, "Member 'ARofleemoUnpacker_C::AmberRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, ScalingDelay) == 0x000490, "Member 'ARofleemoUnpacker_C::ScalingDelay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, AmberScaleTime) == 0x000494, "Member 'ARofleemoUnpacker_C::AmberScaleTime' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, RofleemoDropSpeed) == 0x000498, "Member 'ARofleemoUnpacker_C::RofleemoDropSpeed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingFXDelay) == 0x00049C, "Member 'ARofleemoUnpacker_C::UnpackingFXDelay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingFX) == 0x0004A0, "Member 'ARofleemoUnpacker_C::UnpackingFX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint1Delay) == 0x0004A8, "Member 'ARofleemoUnpacker_C::FXPoint1Delay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Point1FX) == 0x0004B0, "Member 'ARofleemoUnpacker_C::Point1FX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint2LDelay) == 0x0004B8, "Member 'ARofleemoUnpacker_C::FXPoint2LDelay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Point2LFX) == 0x0004C0, "Member 'ARofleemoUnpacker_C::Point2LFX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint2RDelay) == 0x0004C8, "Member 'ARofleemoUnpacker_C::FXPoint2RDelay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Point2RFX) == 0x0004D0, "Member 'ARofleemoUnpacker_C::Point2RFX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint3Delay) == 0x0004D8, "Member 'ARofleemoUnpacker_C::FXPoint3Delay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Point3FX) == 0x0004E0, "Member 'ARofleemoUnpacker_C::Point3FX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, FXPoint4Delay) == 0x0004E8, "Member 'ARofleemoUnpacker_C::FXPoint4Delay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, Point4FX) == 0x0004F0, "Member 'ARofleemoUnpacker_C::Point4FX' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, ScaleValue) == 0x0004F8, "Member 'ARofleemoUnpacker_C::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, GravityTimer) == 0x000500, "Member 'ARofleemoUnpacker_C::GravityTimer' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, DissolveDelay) == 0x000508, "Member 'ARofleemoUnpacker_C::DissolveDelay' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, DissolveSpeed) == 0x00050C, "Member 'ARofleemoUnpacker_C::DissolveSpeed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, DissolveParam) == 0x000510, "Member 'ARofleemoUnpacker_C::DissolveParam' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, DissolveColorParam) == 0x000518, "Member 'ARofleemoUnpacker_C::DissolveColorParam' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, IdleColorVisual) == 0x000520, "Member 'ARofleemoUnpacker_C::IdleColorVisual' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, IdleColorMain) == 0x000530, "Member 'ARofleemoUnpacker_C::IdleColorMain' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, PrepColorVisual) == 0x000540, "Member 'ARofleemoUnpacker_C::PrepColorVisual' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, PrepColorMain) == 0x000550, "Member 'ARofleemoUnpacker_C::PrepColorMain' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingColorVisual) == 0x000560, "Member 'ARofleemoUnpacker_C::UnpackingColorVisual' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingColorMain) == 0x000570, "Member 'ARofleemoUnpacker_C::UnpackingColorMain' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, OnDoorClosed) == 0x000580, "Member 'ARofleemoUnpacker_C::OnDoorClosed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, PanelBulbColor) == 0x000590, "Member 'ARofleemoUnpacker_C::PanelBulbColor' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, UnpackingGlowIntencity) == 0x0005A0, "Member 'ARofleemoUnpacker_C::UnpackingGlowIntencity' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, GlowingSpeed) == 0x0005A4, "Member 'ARofleemoUnpacker_C::GlowingSpeed' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, TT_MQ_07_PlaceAmber) == 0x0005A8, "Member 'ARofleemoUnpacker_C::TT_MQ_07_PlaceAmber' has a wrong offset!"); \ static_assert(offsetof(ARofleemoUnpacker_C, State) == 0x0005B0, "Member 'ARofleemoUnpacker_C::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP \ static_assert(alignof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP) == 0x000008, "Wrong alignment on Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP"); \ static_assert(sizeof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP) == 0x000030, "Wrong size on Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, EntryPoint) == 0x000000, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000008, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, Temp_bool_Variable) == 0x00000E, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, Temp_bool_Variable_1) == 0x00000F, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, Temp_byte_Variable) == 0x000010, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, K2Node_Event_DeltaTimeX) == 0x000014, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_GetOwningActor_ReturnValue) == 0x000018, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, K2Node_DynamicCast_AsTales_Puzzle_Controller) == 0x000020, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::K2Node_DynamicCast_AsTales_Puzzle_Controller' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP, K2Node_Select_Default) == 0x00002A, "Member 'Narrator_AnimBP_C_ExecuteUbergraph_Narrator_AnimBP::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Narrator_AnimBP_C_BlueprintUpdateAnimation \ static_assert(alignof(Narrator_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Narrator_AnimBP_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(Narrator_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Narrator_AnimBP_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(Narrator_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Narrator_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Narrator_AnimBP_C_AnimGraph \ static_assert(alignof(Narrator_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on Narrator_AnimBP_C_AnimGraph"); \ static_assert(sizeof(Narrator_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on Narrator_AnimBP_C_AnimGraph"); \ static_assert(offsetof(Narrator_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Narrator_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNarrator_AnimBP_C \ static_assert(alignof(UNarrator_AnimBP_C) == 0x000010, "Wrong alignment on UNarrator_AnimBP_C"); \ static_assert(sizeof(UNarrator_AnimBP_C) == 0x000840, "Wrong size on UNarrator_AnimBP_C"); \ static_assert(offsetof(UNarrator_AnimBP_C, UberGraphFrame) == 0x0002C0, "Member 'UNarrator_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UNarrator_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_TransitionResult_3) == 0x0002F8, "Member 'UNarrator_AnimBP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_TransitionResult_2) == 0x000320, "Member 'UNarrator_AnimBP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_TransitionResult_1) == 0x000348, "Member 'UNarrator_AnimBP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_TransitionResult) == 0x000370, "Member 'UNarrator_AnimBP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_SequencePlayer_4) == 0x000398, "Member 'UNarrator_AnimBP_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_StateResult_3) == 0x000418, "Member 'UNarrator_AnimBP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_SequencePlayer_3) == 0x000448, "Member 'UNarrator_AnimBP_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_BlendListByBool) == 0x0004C8, "Member 'UNarrator_AnimBP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_SequencePlayer_2) == 0x000568, "Member 'UNarrator_AnimBP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_StateResult_2) == 0x0005E8, "Member 'UNarrator_AnimBP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_SequencePlayer_1) == 0x000618, "Member 'UNarrator_AnimBP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_StateResult_1) == 0x000698, "Member 'UNarrator_AnimBP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_SequencePlayer) == 0x0006C8, "Member 'UNarrator_AnimBP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_StateResult) == 0x000748, "Member 'UNarrator_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, AnimGraphNode_StateMachine) == 0x000778, "Member 'UNarrator_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, TalesPuzzleController) == 0x000828, "Member 'UNarrator_AnimBP_C::TalesPuzzleController' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, bIsTelling) == 0x000830, "Member 'UNarrator_AnimBP_C::bIsTelling' has a wrong offset!"); \ static_assert(offsetof(UNarrator_AnimBP_C, bHeSpeak) == 0x000831, "Member 'UNarrator_AnimBP_C::bHeSpeak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor \ static_assert(alignof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor) == 0x000008, "Wrong alignment on DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor"); \ static_assert(sizeof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor) == 0x000490, "Wrong size on DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, EntryPoint) == 0x000000, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000008, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_X) == 0x00000C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Y) == 0x000010, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Z) == 0x000014, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor) == 0x000018, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_X_1) == 0x000028, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Y_1) == 0x00002C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Z_1) == 0x000030, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_1) == 0x000034, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_X_2) == 0x000044, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Y_2) == 0x000048, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Z_2) == 0x00004C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_2) == 0x000050, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_X_3) == 0x000060, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Y_3) == 0x000064, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BreakVector_Z_3) == 0x000068, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_3) == 0x00006C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_int_Variable) == 0x00008C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000090, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000098, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_int_Variable_1) == 0x0000A8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000B0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable) == 0x0000B8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable_1) == 0x0000C4, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable_2) == 0x0000D0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable_3) == 0x0000DC, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable_4) == 0x0000E8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, Temp_struct_Variable_5) == 0x0000F4, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_4) == 0x000100, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_4' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_5) == 0x000110, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_5' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_6) == 0x000120, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_6' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_7) == 0x000130, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_7' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_8) == 0x000140, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_8' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_9) == 0x000150, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_9' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_10) == 0x000160, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_10' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_MakeStruct_LinearColor_11) == 0x000170, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_MakeStruct_LinearColor_11' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000180, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_OtherActor) == 0x000188, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_OtherComp) == 0x000190, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000198, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x00019C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_ComponentBoundEvent_SweepResult) == 0x0001A0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsGeneric_Locomotive) == 0x000228, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsGeneric_Locomotive' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Not_PreBool_ReturnValue) == 0x000231, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomFloatInRange_ReturnValue) == 0x000234, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000238, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00023C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_MakeVector_ReturnValue) == 0x000240, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetGameInstance_ReturnValue) == 0x000250, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsFGGame_Instance) == 0x000258, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess_1) == 0x000260, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue) == 0x000261, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetLocomotive_ReturnValue) == 0x000268, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetLocomotive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_1) == 0x000270, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetMaterial_ReturnValue) == 0x000278, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_2) == 0x000280, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000288, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_3) == 0x000290, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_4) == 0x000291, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_HasAuthority_ReturnValue) == 0x000292, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000294, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000298, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_Select_Default) == 0x00029C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0002A8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x0002AC, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x0002B0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_Select_Default_1) == 0x0002B4, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0002C0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetActorOfClass_ReturnValue) == 0x0002C8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x0002D0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetActorOfClass_ReturnValue_1) == 0x0002D8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_5) == 0x0002E0, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_6) == 0x0002E1, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsBPI_Tunnel_In) == 0x0002E8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsBPI_Tunnel_In' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess_2) == 0x0002F8, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_7) == 0x0002F9, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BPI_ChangeColor_self_CastInput) == 0x000300, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BPI_ChangeColor_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_8) == 0x000310, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_9) == 0x000311, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_PlayEventAttached_ReturnValue) == 0x000318, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_PlayEventAttached_ReturnValue_1) == 0x000320, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_PlayEventAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_10) == 0x000328, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000330, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000338, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetPivotOffset_ReturnValue) == 0x000344, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetPivotOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Add_VectorVector_ReturnValue) == 0x000350, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Vector_GetAbs_ReturnValue) == 0x00035C, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Vector_GetAbs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Conv_VectorToString_ReturnValue) == 0x000368, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000378, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_Concat_StrStr_ReturnValue) == 0x000388, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000398, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000420, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetAreaModuleForActor_ReturnValue) == 0x000428, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetAreaModuleForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_11) == 0x000430, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000438, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess_3) == 0x000440, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_GetActorOfClass_ReturnValue_2) == 0x000448, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_GetActorOfClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_12) == 0x000450, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_13) == 0x000451, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_BPI_ChangeColor_self_CastInput_1) == 0x000458, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_BPI_ChangeColor_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_14) == 0x000468, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_15) == 0x000469, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_16) == 0x00046A, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsBP_Tunnel_in_Arch_Controller) == 0x000470, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsBP_Tunnel_in_Arch_Controller' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess_4) == 0x000478, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, CallFunc_IsValid_ReturnValue_17) == 0x000479, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_AsBP_Tunnel_in_Arch_Controller_1) == 0x000480, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_AsBP_Tunnel_in_Arch_Controller_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor, K2Node_DynamicCast_bSuccess_5) == 0x000488, "Member 'DepotParkingActor_C_ExecuteUbergraph_DepotParkingActor::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'DepotParkingActor_C_BndEvt__TrainCollision_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotParkingActor_C_Lightning_in_Center \ static_assert(alignof(DepotParkingActor_C_Lightning_in_Center) == 0x000004, "Wrong alignment on DepotParkingActor_C_Lightning_in_Center"); \ static_assert(sizeof(DepotParkingActor_C_Lightning_in_Center) == 0x000058, "Wrong size on DepotParkingActor_C_Lightning_in_Center"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, Local_StartBeam) == 0x000000, "Member 'DepotParkingActor_C_Lightning_in_Center::Local_StartBeam' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_RandomFloatInRange_ReturnValue) == 0x00000C, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000010, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_GetSocketLocation_ReturnValue) == 0x000014, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000020, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00002C, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_GetSocketLocation_ReturnValue_2) == 0x000030, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x00003C, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_GetSocketLocation_ReturnValue_3) == 0x000040, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_GetSocketLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DepotParkingActor_C_Lightning_in_Center, CallFunc_GetSocketLocation_ReturnValue_4) == 0x00004C, "Member 'DepotParkingActor_C_Lightning_in_Center::CallFunc_GetSocketLocation_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DepotParkingActor_C_LerpSphereLocation \ static_assert(alignof(DepotParkingActor_C_LerpSphereLocation) == 0x000004, "Wrong alignment on DepotParkingActor_C_LerpSphereLocation"); \ static_assert(sizeof(DepotParkingActor_C_LerpSphereLocation) == 0x000004, "Wrong size on DepotParkingActor_C_LerpSphereLocation"); \ static_assert(offsetof(DepotParkingActor_C_LerpSphereLocation, Alpha) == 0x000000, "Member 'DepotParkingActor_C_LerpSphereLocation::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepotParkingActor_C \ static_assert(alignof(ADepotParkingActor_C) == 0x000008, "Wrong alignment on ADepotParkingActor_C"); \ static_assert(sizeof(ADepotParkingActor_C) == 0x000418, "Wrong size on ADepotParkingActor_C"); \ static_assert(offsetof(ADepotParkingActor_C, UberGraphFrame) == 0x000220, "Member 'ADepotParkingActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, BifrostAudio) == 0x000228, "Member 'ADepotParkingActor_C::BifrostAudio' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Niagara) == 0x000230, "Member 'ADepotParkingActor_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DissolveComponent) == 0x000238, "Member 'ADepotParkingActor_C::DissolveComponent' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Depot_Sparks2) == 0x000240, "Member 'ADepotParkingActor_C::Depot_Sparks2' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Little_Sparks) == 0x000248, "Member 'ADepotParkingActor_C::Little_Sparks' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Depot_Starter_loop) == 0x000250, "Member 'ADepotParkingActor_C::Depot_Starter_loop' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DistortionOrb_passive) == 0x000258, "Member 'ADepotParkingActor_C::DistortionOrb_passive' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Reprodution_Explos) == 0x000260, "Member 'ADepotParkingActor_C::Reprodution_Explos' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_04) == 0x000268, "Member 'ADepotParkingActor_C::SmallThunder_04' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_03) == 0x000270, "Member 'ADepotParkingActor_C::SmallThunder_03' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_02) == 0x000278, "Member 'ADepotParkingActor_C::SmallThunder_02' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_01) == 0x000280, "Member 'ADepotParkingActor_C::SmallThunder_01' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DistortionOrb_fast) == 0x000288, "Member 'ADepotParkingActor_C::DistortionOrb_fast' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, PointLight) == 0x000290, "Member 'ADepotParkingActor_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_InsideStay) == 0x000298, "Member 'ADepotParkingActor_C::SmallThunder_InsideStay' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_Inside) == 0x0002A0, "Member 'ADepotParkingActor_C::SmallThunder_Inside' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallThunder_start) == 0x0002A8, "Member 'ADepotParkingActor_C::SmallThunder_start' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Reprodution) == 0x0002B0, "Member 'ADepotParkingActor_C::Reprodution' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Sparks) == 0x0002B8, "Member 'ADepotParkingActor_C::Sparks' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DistortionOrb) == 0x0002C0, "Member 'ADepotParkingActor_C::DistortionOrb' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, OrbEffect) == 0x0002C8, "Member 'ADepotParkingActor_C::OrbEffect' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, VoidForce_effect) == 0x0002D0, "Member 'ADepotParkingActor_C::VoidForce_effect' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Loop) == 0x0002D8, "Member 'ADepotParkingActor_C::Loop' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, TrainCollision) == 0x0002E0, "Member 'ADepotParkingActor_C::TrainCollision' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SkeletalMesh) == 0x0002E8, "Member 'ADepotParkingActor_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DefaultSceneRoot) == 0x0002F0, "Member 'ADepotParkingActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_5_NewTrack_0_1EDE21E74F2E19E6AEAB9583AED69B11) == 0x0002F8, "Member 'ADepotParkingActor_C::Timeline_5_NewTrack_0_1EDE21E74F2E19E6AEAB9583AED69B11' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_5__Direction_1EDE21E74F2E19E6AEAB9583AED69B11) == 0x000304, "Member 'ADepotParkingActor_C::Timeline_5__Direction_1EDE21E74F2E19E6AEAB9583AED69B11' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_5) == 0x000308, "Member 'ADepotParkingActor_C::Timeline_5' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_4_NewTrack_0_35BE78394C819B49A97B7E98733ED00E) == 0x000310, "Member 'ADepotParkingActor_C::Timeline_4_NewTrack_0_35BE78394C819B49A97B7E98733ED00E' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_4__Direction_35BE78394C819B49A97B7E98733ED00E) == 0x00031C, "Member 'ADepotParkingActor_C::Timeline_4__Direction_35BE78394C819B49A97B7E98733ED00E' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_4) == 0x000320, "Member 'ADepotParkingActor_C::Timeline_4' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_3_NewTrack_0_C9B93AD2413D35209560DFA6AA1436CD) == 0x000328, "Member 'ADepotParkingActor_C::Timeline_3_NewTrack_0_C9B93AD2413D35209560DFA6AA1436CD' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_3__Direction_C9B93AD2413D35209560DFA6AA1436CD) == 0x000334, "Member 'ADepotParkingActor_C::Timeline_3__Direction_C9B93AD2413D35209560DFA6AA1436CD' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_3) == 0x000338, "Member 'ADepotParkingActor_C::Timeline_3' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_2_NewTrack_0_FE953AEB4A403C0678917089146711E3) == 0x000340, "Member 'ADepotParkingActor_C::Timeline_2_NewTrack_0_FE953AEB4A403C0678917089146711E3' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_2__Direction_FE953AEB4A403C0678917089146711E3) == 0x00034C, "Member 'ADepotParkingActor_C::Timeline_2__Direction_FE953AEB4A403C0678917089146711E3' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_2) == 0x000350, "Member 'ADepotParkingActor_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_1_NewTrack_0_F12F23C24802B34AC60B65B4AD9166FE) == 0x000358, "Member 'ADepotParkingActor_C::Timeline_1_NewTrack_0_F12F23C24802B34AC60B65B4AD9166FE' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_1__Direction_F12F23C24802B34AC60B65B4AD9166FE) == 0x00035C, "Member 'ADepotParkingActor_C::Timeline_1__Direction_F12F23C24802B34AC60B65B4AD9166FE' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_1) == 0x000360, "Member 'ADepotParkingActor_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_0_NewTrack_0_B37A32DE4CDB9B4879C15B930E3CEDB0) == 0x000368, "Member 'ADepotParkingActor_C::Timeline_0_NewTrack_0_B37A32DE4CDB9B4879C15B930E3CEDB0' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_0__Direction_B37A32DE4CDB9B4879C15B930E3CEDB0) == 0x00036C, "Member 'ADepotParkingActor_C::Timeline_0__Direction_B37A32DE4CDB9B4879C15B930E3CEDB0' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, Timeline_0) == 0x000370, "Member 'ADepotParkingActor_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SetColor_NewTrack_0_E2B7A54A496908B367E426BDF77BAAAC) == 0x000378, "Member 'ADepotParkingActor_C::SetColor_NewTrack_0_E2B7A54A496908B367E426BDF77BAAAC' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SetColor__Direction_E2B7A54A496908B367E426BDF77BAAAC) == 0x000384, "Member 'ADepotParkingActor_C::SetColor__Direction_E2B7A54A496908B367E426BDF77BAAAC' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SetColor) == 0x000388, "Member 'ADepotParkingActor_C::SetColor' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, __NewTrack_0_B410C648496B6B97D3FB98B9A9FF48B2) == 0x000390, "Member 'ADepotParkingActor_C::__NewTrack_0_B410C648496B6B97D3FB98B9A9FF48B2' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, ___Direction_B410C648496B6B97D3FB98B9A9FF48B2) == 0x000394, "Member 'ADepotParkingActor_C::___Direction_B410C648496B6B97D3FB98B9A9FF48B2' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, One) == 0x000398, "Member 'ADepotParkingActor_C::One' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bDoingWork) == 0x0003A0, "Member 'ADepotParkingActor_C::bDoingWork' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bIsActivated) == 0x0003A1, "Member 'ADepotParkingActor_C::bIsActivated' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bIsMoving) == 0x0003A2, "Member 'ADepotParkingActor_C::bIsMoving' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bIsStoping) == 0x0003A3, "Member 'ADepotParkingActor_C::bIsStoping' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bIsStop) == 0x0003A4, "Member 'ADepotParkingActor_C::bIsStop' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bIsIdle) == 0x0003A5, "Member 'ADepotParkingActor_C::bIsIdle' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, DynMat) == 0x0003A8, "Member 'ADepotParkingActor_C::DynMat' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, BP_TonelIn) == 0x0003B0, "Member 'ADepotParkingActor_C::BP_TonelIn' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, TriEndCoordinat) == 0x0003B8, "Member 'ADepotParkingActor_C::TriEndCoordinat' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, LighningInside_Timer) == 0x0003E8, "Member 'ADepotParkingActor_C::LighningInside_Timer' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, SmallLighningInside_Timer) == 0x0003F0, "Member 'ADepotParkingActor_C::SmallLighningInside_Timer' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, BP_TonelOut) == 0x0003F8, "Member 'ADepotParkingActor_C::BP_TonelOut' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, AttachLocomotive) == 0x000400, "Member 'ADepotParkingActor_C::AttachLocomotive' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, bShowBifrost) == 0x000408, "Member 'ADepotParkingActor_C::bShowBifrost' has a wrong offset!"); \ static_assert(offsetof(ADepotParkingActor_C, BP_TonelOut_Long) == 0x000410, "Member 'ADepotParkingActor_C::BP_TonelOut_Long' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1 \ static_assert(alignof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1) == 0x000008, "Wrong alignment on PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1"); \ static_assert(sizeof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1) == 0x000028, "Wrong size on PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1"); \ static_assert(offsetof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1, EntryPoint) == 0x000000, "Member 'PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1, CallFunc_PlayAnimMontage_ReturnValue) == 0x000018, "Member 'PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'PlanktonAction_StartCutScene1_C_ExecuteUbergraph_PlanktonAction_StartCutScene1::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlanktonAction_StartCutScene1_C \ static_assert(alignof(UPlanktonAction_StartCutScene1_C) == 0x000008, "Wrong alignment on UPlanktonAction_StartCutScene1_C"); \ static_assert(sizeof(UPlanktonAction_StartCutScene1_C) == 0x0000C8, "Wrong size on UPlanktonAction_StartCutScene1_C"); \ static_assert(offsetof(UPlanktonAction_StartCutScene1_C, UberGraphFrame) == 0x0000B8, "Member 'UPlanktonAction_StartCutScene1_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UPlanktonAction_StartCutScene1_C, FishMontage) == 0x0000C0, "Member 'UPlanktonAction_StartCutScene1_C::FishMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlanktonAction_StartCutScene5_C \ static_assert(alignof(UPlanktonAction_StartCutScene5_C) == 0x000008, "Wrong alignment on UPlanktonAction_StartCutScene5_C"); \ static_assert(sizeof(UPlanktonAction_StartCutScene5_C) == 0x0000C8, "Wrong size on UPlanktonAction_StartCutScene5_C"); \ #define DUMPER7_ASSERTS_UPlanktonAction_StartCutScene4_C \ static_assert(alignof(UPlanktonAction_StartCutScene4_C) == 0x000008, "Wrong alignment on UPlanktonAction_StartCutScene4_C"); \ static_assert(sizeof(UPlanktonAction_StartCutScene4_C) == 0x0000C8, "Wrong size on UPlanktonAction_StartCutScene4_C"); \ #define DUMPER7_ASSERTS_UPlanktonAction_StartCutScene2_C \ static_assert(alignof(UPlanktonAction_StartCutScene2_C) == 0x000008, "Wrong alignment on UPlanktonAction_StartCutScene2_C"); \ static_assert(sizeof(UPlanktonAction_StartCutScene2_C) == 0x0000C8, "Wrong size on UPlanktonAction_StartCutScene2_C"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1 \ static_assert(alignof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1) == 0x000008, "Wrong alignment on NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1"); \ static_assert(sizeof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1) == 0x0001C8, "Wrong size on NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, EntryPoint) == 0x000000, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Array_Index_Variable) == 0x000018, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Variable) == 0x00001C, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_bool_True_if_break_was_hit_Variable) == 0x000028, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CustomEvent_QueryInstance_1) == 0x000058, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CustomEvent_QueryStatus_1) == 0x000060, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_RunEQSQuery_ReturnValue) == 0x000068, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_SwitchEnum_CmpSuccess) == 0x000070, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000078, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000088, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Get_Item) == 0x000090, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_AsNazi_Soldier) == 0x0000A0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_AsNazi_Soldier' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000AC, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Max_ReturnValue) == 0x0000B0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetObjectClass_ReturnValue) == 0x0000B8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000C0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Length_ReturnValue_1) == 0x0000C4, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C9, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000CC, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000D0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Array_Index_Variable_2) == 0x0000D4, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_AsNazi_Soldier_1) == 0x0000E0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_AsNazi_Soldier_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetObjectClass_ReturnValue_1) == 0x0000F0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0000F8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F9, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_BooleanAND_ReturnValue) == 0x0000FA, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetNeedCoverAssistance_Result) == 0x0000FB, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetNeedCoverAssistance_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetNeedCoverAssistance_Result_1) == 0x0000FC, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetNeedCoverAssistance_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_BooleanAND_ReturnValue_1) == 0x0000FD, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_BooleanAND_ReturnValue_2) == 0x0000FE, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, Temp_int_Variable_1) == 0x000100, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000108, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CustomEvent_QueryInstance) == 0x000118, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CustomEvent_QueryStatus) == 0x000120, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_SwitchEnum_CmpSuccess_1) == 0x000121, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000128, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000138, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Get_Item_2) == 0x00013C, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Array_Length_ReturnValue_2) == 0x000148, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Is_Valid_Position_Result) == 0x00014C, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Is_Valid_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Less_IntInt_ReturnValue_2) == 0x00014D, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_BooleanAND_ReturnValue_3) == 0x00014E, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Score_Position_Result) == 0x000150, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Score_Position_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Score_Position_isCover) == 0x000154, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Score_Position_isCover' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000155, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_CreateDelegate_OutputDelegate_2) == 0x000158, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetAIController_ReturnValue) == 0x000168, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_RunHTN_ReturnValue) == 0x000170, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000171, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_BooleanAND_ReturnValue_4) == 0x000172, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000173, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_HasAuthority_ReturnValue) == 0x000174, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000178, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetAIDirectorManager_ReturnValue) == 0x000180, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetAIDirectorManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetModuleForAreaType_ReturnValue) == 0x000188, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetModuleForAreaType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_ShouldHappen_ReturnValue) == 0x000190, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_AsDirector_Area_Module_Depot) == 0x000198, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_AsDirector_Area_Module_Depot' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_bSuccess_2) == 0x0001A0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_GetAreaModuleForActor_ReturnValue) == 0x0001A8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_GetAreaModuleForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_IsNeedSummonReinforcement_Result) == 0x0001B0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_IsNeedSummonReinforcement_Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_IsValid_ReturnValue_2) == 0x0001B1, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_AsDirector_Area_Module_Depot_1) == 0x0001B8, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_AsDirector_Area_Module_Depot_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, K2Node_DynamicCast_bSuccess_3) == 0x0001C0, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_IsNeedSummonReinforcement_Result_1) == 0x0001C1, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_IsNeedSummonReinforcement_Result_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_ShouldHappen_ReturnValue_1) == 0x0001C2, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_ShouldHappen_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C3, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001C4, "Member 'NaziTank_T1_C_ExecuteUbergraph_NaziTank_T1::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_OnCustomEvent \ static_assert(alignof(NaziTank_T1_C_OnCustomEvent) == 0x000008, "Wrong alignment on NaziTank_T1_C_OnCustomEvent"); \ static_assert(sizeof(NaziTank_T1_C_OnCustomEvent) == 0x000010, "Wrong size on NaziTank_T1_C_OnCustomEvent"); \ static_assert(offsetof(NaziTank_T1_C_OnCustomEvent, QueryInstance) == 0x000000, "Member 'NaziTank_T1_C_OnCustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnCustomEvent, QueryStatus) == 0x000008, "Member 'NaziTank_T1_C_OnCustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_OnSoldierQueryFinished \ static_assert(alignof(NaziTank_T1_C_OnSoldierQueryFinished) == 0x000008, "Wrong alignment on NaziTank_T1_C_OnSoldierQueryFinished"); \ static_assert(sizeof(NaziTank_T1_C_OnSoldierQueryFinished) == 0x000010, "Wrong size on NaziTank_T1_C_OnSoldierQueryFinished"); \ static_assert(offsetof(NaziTank_T1_C_OnSoldierQueryFinished, QueryInstance) == 0x000000, "Member 'NaziTank_T1_C_OnSoldierQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnSoldierQueryFinished, QueryStatus) == 0x000008, "Member 'NaziTank_T1_C_OnSoldierQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_GetNeedCoverAssistance \ static_assert(alignof(NaziTank_T1_C_GetNeedCoverAssistance) == 0x000004, "Wrong alignment on NaziTank_T1_C_GetNeedCoverAssistance"); \ static_assert(sizeof(NaziTank_T1_C_GetNeedCoverAssistance) == 0x00000C, "Wrong size on NaziTank_T1_C_GetNeedCoverAssistance"); \ static_assert(offsetof(NaziTank_T1_C_GetNeedCoverAssistance, Result) == 0x000000, "Member 'NaziTank_T1_C_GetNeedCoverAssistance::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_GetNeedCoverAssistance, CallFunc_GetPercentageValue_ReturnValue) == 0x000004, "Member 'NaziTank_T1_C_GetNeedCoverAssistance::CallFunc_GetPercentageValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_GetNeedCoverAssistance, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'NaziTank_T1_C_GetNeedCoverAssistance::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_GetReinforcementClasses \ static_assert(alignof(NaziTank_T1_C_GetReinforcementClasses) == 0x000008, "Wrong alignment on NaziTank_T1_C_GetReinforcementClasses"); \ static_assert(sizeof(NaziTank_T1_C_GetReinforcementClasses) == 0x000010, "Wrong size on NaziTank_T1_C_GetReinforcementClasses"); \ static_assert(offsetof(NaziTank_T1_C_GetReinforcementClasses, Result) == 0x000000, "Member 'NaziTank_T1_C_GetReinforcementClasses::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_Score_Position \ static_assert(alignof(NaziTank_T1_C_Score_Position) == 0x000004, "Wrong alignment on NaziTank_T1_C_Score_Position"); \ static_assert(sizeof(NaziTank_T1_C_Score_Position) == 0x000040, "Wrong size on NaziTank_T1_C_Score_Position"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, Location) == 0x000000, "Member 'NaziTank_T1_C_Score_Position::Location' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, Result) == 0x00000C, "Member 'NaziTank_T1_C_Score_Position::Result' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, isCover) == 0x000010, "Member 'NaziTank_T1_C_Score_Position::isCover' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, ResultScore) == 0x000014, "Member 'NaziTank_T1_C_Score_Position::ResultScore' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_IsValidAILocation_ReturnValue) == 0x000018, "Member 'NaziTank_T1_C_Score_Position::CallFunc_IsValidAILocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000020, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000024, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000028, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Square_ReturnValue) == 0x000034, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Square_ReturnValue_1) == 0x000038, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_InRange_FloatFloat_ReturnValue) == 0x00003C, "Member 'NaziTank_T1_C_Score_Position::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_Score_Position, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'NaziTank_T1_C_Score_Position::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NaziTank_T1_C_OnDeathEvent \ static_assert(alignof(NaziTank_T1_C_OnDeathEvent) == 0x000008, "Wrong alignment on NaziTank_T1_C_OnDeathEvent"); \ static_assert(sizeof(NaziTank_T1_C_OnDeathEvent) == 0x000090, "Wrong size on NaziTank_T1_C_OnDeathEvent"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'NaziTank_T1_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'NaziTank_T1_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'NaziTank_T1_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000011, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_IsValidClass_ReturnValue) == 0x000012, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000013, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'NaziTank_T1_C_OnDeathEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'NaziTank_T1_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000030, "Member 'NaziTank_T1_C_OnDeathEvent::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'NaziTank_T1_C_OnDeathEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_GetPlayerName_ReturnValue) == 0x000040, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_GetObjectClass_ReturnValue) == 0x000058, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000060, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000068, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(NaziTank_T1_C_OnDeathEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'NaziTank_T1_C_OnDeathEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANaziTank_T1_C \ static_assert(alignof(ANaziTank_T1_C) == 0x000010, "Wrong alignment on ANaziTank_T1_C"); \ static_assert(sizeof(ANaziTank_T1_C) == 0x001340, "Wrong size on ANaziTank_T1_C"); \ static_assert(offsetof(ANaziTank_T1_C, UberGraphFrame_NaziTank_T1_C) == 0x001278, "Member 'ANaziTank_T1_C::UberGraphFrame_NaziTank_T1_C' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, BeltArmorBack) == 0x001280, "Member 'ANaziTank_T1_C::BeltArmorBack' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, BeltArmorFront) == 0x001288, "Member 'ANaziTank_T1_C::BeltArmorFront' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegBackDownArmor_R) == 0x001290, "Member 'ANaziTank_T1_C::LegBackDownArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegBackDownArmor_L) == 0x001298, "Member 'ANaziTank_T1_C::LegBackDownArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegFrontDownArmor_R) == 0x0012A0, "Member 'ANaziTank_T1_C::LegFrontDownArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegFrontDownArmor_L) == 0x0012A8, "Member 'ANaziTank_T1_C::LegFrontDownArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegFrontUpArmor_R) == 0x0012B0, "Member 'ANaziTank_T1_C::LegFrontUpArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegFrontUpArmor_L) == 0x0012B8, "Member 'ANaziTank_T1_C::LegFrontUpArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegBackUpArmor_R) == 0x0012C0, "Member 'ANaziTank_T1_C::LegBackUpArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, LegBackUpArmor_L) == 0x0012C8, "Member 'ANaziTank_T1_C::LegBackUpArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, BackTorsoArmor) == 0x0012D0, "Member 'ANaziTank_T1_C::BackTorsoArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, FrontTorsoArmor) == 0x0012D8, "Member 'ANaziTank_T1_C::FrontTorsoArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, HandArmor_R) == 0x0012E0, "Member 'ANaziTank_T1_C::HandArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, HandArmor_L) == 0x0012E8, "Member 'ANaziTank_T1_C::HandArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ShoulderArmor_L) == 0x0012F0, "Member 'ANaziTank_T1_C::ShoulderArmor_L' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ShoulderArmor_R) == 0x0012F8, "Member 'ANaziTank_T1_C::ShoulderArmor_R' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, HelmetArmor) == 0x001300, "Member 'ANaziTank_T1_C::HelmetArmor' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, AssistantCount) == 0x001308, "Member 'ANaziTank_T1_C::AssistantCount' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ReinforcementCheckDelay) == 0x00130C, "Member 'ANaziTank_T1_C::ReinforcementCheckDelay' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ReinforcementChance) == 0x001310, "Member 'ANaziTank_T1_C::ReinforcementChance' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ReinforcementClasses) == 0x001318, "Member 'ANaziTank_T1_C::ReinforcementClasses' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ReinforcementUnitCountMin) == 0x001328, "Member 'ANaziTank_T1_C::ReinforcementUnitCountMin' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, ReinforcementUnitCountMax) == 0x00132C, "Member 'ANaziTank_T1_C::ReinforcementUnitCountMax' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, bPlayingSpurt) == 0x001330, "Member 'ANaziTank_T1_C::bPlayingSpurt' has a wrong offset!"); \ static_assert(offsetof(ANaziTank_T1_C, SpurtDamage) == 0x001334, "Member 'ANaziTank_T1_C::SpurtDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier \ static_assert(alignof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier) == 0x000008, "Wrong alignment on Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier"); \ static_assert(sizeof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier) == 0x0001B8, "Wrong size on Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, EntryPoint) == 0x000000, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue) == 0x000008, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_1) == 0x000010, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_2) == 0x000020, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_3) == 0x000028, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_3) == 0x000031, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_4) == 0x000038, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_5) == 0x000040, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_4) == 0x000048, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_5) == 0x000049, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_Event_DeltaSeconds) == 0x00004C, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAttachParent_ReturnValue_6) == 0x000050, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAttachParent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_IsValid_ReturnValue_6) == 0x000058, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_Event_HitResult) == 0x00005C, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_Event_DamageType) == 0x0000E8, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_Event_DamageType' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_Event_PawnInstigator) == 0x0000F0, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_Event_PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_Event_ImpulseDir) == 0x0000F8, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_Event_ImpulseDir' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetObjectClass_ReturnValue) == 0x000108, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000110, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_bBlockingHit) == 0x000111, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_bInitialOverlap) == 0x000112, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_Time) == 0x000114, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_Distance) == 0x000118, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_Location) == 0x00011C, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_ImpactPoint) == 0x000128, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_Normal) == 0x000134, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_ImpactNormal) == 0x000140, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_PhysMat) == 0x000150, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_HitActor) == 0x000158, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_HitComponent) == 0x000160, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_HitBoneName) == 0x000168, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_HitItem) == 0x000170, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_ElementIndex) == 0x000174, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_FaceIndex) == 0x000178, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_TraceStart) == 0x00017C, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_BreakHitResult_TraceEnd) == 0x000188, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000194, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000195, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000196, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000197, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_EqualEqual_NameName_ReturnValue_4) == 0x000198, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_EqualEqual_NameName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, CallFunc_GetAction_ReturnValue) == 0x0001A0, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_DynamicCast_AsNazi_Action_Play_Hit) == 0x0001A8, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_DynamicCast_AsNazi_Action_Play_Hit' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'Nazi_Soldier_C_ExecuteUbergraph_Nazi_Soldier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_C_ReceiveTick \ static_assert(alignof(Nazi_Soldier_C_ReceiveTick) == 0x000004, "Wrong alignment on Nazi_Soldier_C_ReceiveTick"); \ static_assert(sizeof(Nazi_Soldier_C_ReceiveTick) == 0x000004, "Wrong size on Nazi_Soldier_C_ReceiveTick"); \ static_assert(offsetof(Nazi_Soldier_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Nazi_Soldier_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_C_IsSomeoneSeeMe \ static_assert(alignof(Nazi_Soldier_C_IsSomeoneSeeMe) == 0x000008, "Wrong alignment on Nazi_Soldier_C_IsSomeoneSeeMe"); \ static_assert(sizeof(Nazi_Soldier_C_IsSomeoneSeeMe) == 0x000058, "Wrong size on Nazi_Soldier_C_IsSomeoneSeeMe"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, Result) == 0x000000, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::Result' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000018, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_GetKnownPerceivedActors_OutActors) == 0x000020, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_GetKnownPerceivedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_Array_Get_Item) == 0x000038, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, K2Node_DynamicCast_AsThird_Person_Character) == 0x000048, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_IsSomeoneSeeMe, CallFunc_LineOfSightTo_ReturnValue) == 0x000051, "Member 'Nazi_Soldier_C_IsSomeoneSeeMe::CallFunc_LineOfSightTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_C_TearOffMesh \ static_assert(alignof(Nazi_Soldier_C_TearOffMesh) == 0x000008, "Wrong alignment on Nazi_Soldier_C_TearOffMesh"); \ static_assert(sizeof(Nazi_Soldier_C_TearOffMesh) == 0x000008, "Wrong size on Nazi_Soldier_C_TearOffMesh"); \ static_assert(offsetof(Nazi_Soldier_C_TearOffMesh, Mesh_0) == 0x000000, "Member 'Nazi_Soldier_C_TearOffMesh::Mesh_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Nazi_Soldier_C_RagdollPlayHit \ static_assert(alignof(Nazi_Soldier_C_RagdollPlayHit) == 0x000008, "Wrong alignment on Nazi_Soldier_C_RagdollPlayHit"); \ static_assert(sizeof(Nazi_Soldier_C_RagdollPlayHit) == 0x0000A8, "Wrong size on Nazi_Soldier_C_RagdollPlayHit"); \ static_assert(offsetof(Nazi_Soldier_C_RagdollPlayHit, HitResult) == 0x000000, "Member 'Nazi_Soldier_C_RagdollPlayHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_RagdollPlayHit, DamageType) == 0x000088, "Member 'Nazi_Soldier_C_RagdollPlayHit::DamageType' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_RagdollPlayHit, PawnInstigator) == 0x000090, "Member 'Nazi_Soldier_C_RagdollPlayHit::PawnInstigator' has a wrong offset!"); \ static_assert(offsetof(Nazi_Soldier_C_RagdollPlayHit, ImpulseDir) == 0x000098, "Member 'Nazi_Soldier_C_RagdollPlayHit::ImpulseDir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANazi_Soldier_C \ static_assert(alignof(ANazi_Soldier_C) == 0x000010, "Wrong alignment on ANazi_Soldier_C"); \ static_assert(sizeof(ANazi_Soldier_C) == 0x001330, "Wrong size on ANazi_Soldier_C"); \ static_assert(offsetof(ANazi_Soldier_C, UberGraphFrame_Nazi_Soldier_C) == 0x001278, "Member 'ANazi_Soldier_C::UberGraphFrame_Nazi_Soldier_C' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, StatusEffectVisualize) == 0x001280, "Member 'ANazi_Soldier_C::StatusEffectVisualize' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, StatusEffect) == 0x001288, "Member 'ANazi_Soldier_C::StatusEffect' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_Shoulders_R2) == 0x001290, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_Shoulders_R2' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_Shoulders_R1) == 0x001298, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_Shoulders_R1' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_Shoulders_L2) == 0x0012A0, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_Shoulders_L2' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_Shoulders_L1) == 0x0012A8, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_Shoulders_L1' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_KneePads_L) == 0x0012B0, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_KneePads_L' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, S_Nazi_Solder_Armor_KneePads_R) == 0x0012B8, "Member 'ANazi_Soldier_C::S_Nazi_Solder_Armor_KneePads_R' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, Helmet) == 0x0012C0, "Member 'ANazi_Soldier_C::Helmet' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, GrassWaver) == 0x0012C8, "Member 'ANazi_Soldier_C::GrassWaver' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, LifeMatParameter) == 0x0012D0, "Member 'ANazi_Soldier_C::LifeMatParameter' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, CoverPointActor) == 0x0012D8, "Member 'ANazi_Soldier_C::CoverPointActor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, CurrentPositionPoint_0) == 0x0012E0, "Member 'ANazi_Soldier_C::CurrentPositionPoint_0' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, bPlayingHitReaction) == 0x0012EC, "Member 'ANazi_Soldier_C::bPlayingHitReaction' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, SpawnedWeapon) == 0x0012F0, "Member 'ANazi_Soldier_C::SpawnedWeapon' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, Armor) == 0x0012F8, "Member 'ANazi_Soldier_C::Armor' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, NewVar_2_0) == 0x001308, "Member 'ANazi_Soldier_C::NewVar_2_0' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, MaterialInstance_01) == 0x001310, "Member 'ANazi_Soldier_C::MaterialInstance_01' has a wrong offset!"); \ static_assert(offsetof(ANazi_Soldier_C, MaterialInstance_Array) == 0x001318, "Member 'ANazi_Soldier_C::MaterialInstance_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGun_IceStorm_C \ static_assert(alignof(AGun_IceStorm_C) == 0x000010, "Wrong alignment on AGun_IceStorm_C"); \ static_assert(sizeof(AGun_IceStorm_C) == 0x001710, "Wrong size on AGun_IceStorm_C"); \ #define DUMPER7_ASSERTS_Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon \ static_assert(alignof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon) == 0x000008, "Wrong alignment on Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon"); \ static_assert(sizeof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon) == 0x000550, "Wrong size on Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, EntryPoint) == 0x000000, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetOwningPawn_ReturnValue) == 0x000030, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_IsLocallyControlled_ReturnValue) == 0x000038, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bBlockingHit) == 0x000039, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bInitialOverlap) == 0x00003A, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Time) == 0x00003C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Distance) == 0x000040, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Location) == 0x000044, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactPoint) == 0x000050, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Normal) == 0x00005C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactNormal) == 0x000068, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_PhysMat) == 0x000078, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitActor) == 0x000080, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitComponent) == 0x000088, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitBoneName) == 0x000090, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitItem) == 0x000098, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ElementIndex) == 0x00009C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_FaceIndex) == 0x0000A0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceStart) == 0x0000A4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceEnd) == 0x0000B0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_AsFGWagon_Module_Info) == 0x0000C0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_AsFGWagon_Module_Info' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000D8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_MultitoolTrace_OutHit) == 0x0000E4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_MultitoolTrace_OutHit' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_MultitoolTrace_ReturnValue) == 0x00016C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_MultitoolTrace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_SwitchEnum_CmpSuccess) == 0x00016D, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00016E, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00016F, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Time_1) == 0x000170, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Distance_1) == 0x000174, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Location_1) == 0x000178, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000184, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Normal_1) == 0x000190, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00019C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_PhysMat_1) == 0x0001A8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitActor_1) == 0x0001B0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitComponent_1) == 0x0001B8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitBoneName_1) == 0x0001C0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitItem_1) == 0x0001C8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ElementIndex_1) == 0x0001CC, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_FaceIndex_1) == 0x0001D0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceStart_1) == 0x0001D4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceEnd_1) == 0x0001E0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_AsFGWagon_Module) == 0x0001F0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_bSuccess_2) == 0x0001F8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_AsFGWagon) == 0x000200, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_bSuccess_3) == 0x000208, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetDurability_ReturnValue) == 0x00020C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000210, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_CustomEvent_HitResult) == 0x000214, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_CustomEvent_ModuleSettings) == 0x0002A0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_CustomEvent_ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetWagonModuleSettings_Settings) == 0x000318, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetWagonModuleSettings_Settings' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetWagonModuleSettings_bIsProject) == 0x000390, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetWagonModuleSettings_bIsProject' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000391, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000392, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Time_2) == 0x000394, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Distance_2) == 0x000398, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Location_2) == 0x00039C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactPoint_2) == 0x0003A8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Normal_2) == 0x0003B4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0003C0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_PhysMat_2) == 0x0003D0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitActor_2) == 0x0003D8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitComponent_2) == 0x0003E0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitBoneName_2) == 0x0003E8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitItem_2) == 0x0003F0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ElementIndex_2) == 0x0003F4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_FaceIndex_2) == 0x0003F8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceStart_2) == 0x0003FC, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceEnd_2) == 0x000408, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_IsValid_ReturnValue) == 0x000414, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetOwningPawn_ReturnValue_1) == 0x000418, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000420, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000498, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_PlayAnimMontageInfo_ReturnValue) == 0x00049C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_PlayAnimMontageInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0004A0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0004A8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x0004B0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bBlockingHit_3) == 0x0004B1, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x0004B2, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Time_3) == 0x0004B4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Distance_3) == 0x0004B8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Location_3) == 0x0004BC, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactPoint_3) == 0x0004C8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_Normal_3) == 0x0004D4, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ImpactNormal_3) == 0x0004E0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_PhysMat_3) == 0x0004F0, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitActor_3) == 0x0004F8, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitComponent_3) == 0x000500, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitBoneName_3) == 0x000508, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_HitItem_3) == 0x000510, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_ElementIndex_3) == 0x000514, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_FaceIndex_3) == 0x000518, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceStart_3) == 0x00051C, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BreakHitResult_TraceEnd_3) == 0x000528, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_DoesImplementInterface_ReturnValue) == 0x000534, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_IsPlaying_ReturnValue) == 0x000535, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_BooleanAND_ReturnValue) == 0x000536, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000538, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000540, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon, K2Node_DynamicCast_bSuccess_4) == 0x000548, "Member 'Action_RepairWagon_C_ExecuteUbergraph_Action_RepairWagon::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_RepairWagon_C_Repair \ static_assert(alignof(Action_RepairWagon_C_Repair) == 0x000008, "Wrong alignment on Action_RepairWagon_C_Repair"); \ static_assert(sizeof(Action_RepairWagon_C_Repair) == 0x000100, "Wrong size on Action_RepairWagon_C_Repair"); \ static_assert(offsetof(Action_RepairWagon_C_Repair, HitResult) == 0x000000, "Member 'Action_RepairWagon_C_Repair::HitResult' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_Repair, ModuleSettings_0) == 0x000088, "Member 'Action_RepairWagon_C_Repair::ModuleSettings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_RepairWagon_C_PreRepairModuleDurability \ static_assert(alignof(Action_RepairWagon_C_PreRepairModuleDurability) == 0x000008, "Wrong alignment on Action_RepairWagon_C_PreRepairModuleDurability"); \ static_assert(sizeof(Action_RepairWagon_C_PreRepairModuleDurability) == 0x000098, "Wrong size on Action_RepairWagon_C_PreRepairModuleDurability"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, K2Node_DynamicCast_AsFGWagon_Module) == 0x000088, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::K2Node_DynamicCast_AsFGWagon_Module' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_PreRepairModuleDurability, CallFunc_GetDurability_ReturnValue) == 0x000094, "Member 'Action_RepairWagon_C_PreRepairModuleDurability::CallFunc_GetDurability_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_RepairWagon_C_GetActualModuleSettings \ static_assert(alignof(Action_RepairWagon_C_GetActualModuleSettings) == 0x000008, "Wrong alignment on Action_RepairWagon_C_GetActualModuleSettings"); \ static_assert(sizeof(Action_RepairWagon_C_GetActualModuleSettings) == 0x000118, "Wrong size on Action_RepairWagon_C_GetActualModuleSettings"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_bBlockingHit) == 0x000000, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_bInitialOverlap) == 0x000001, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_Time) == 0x000004, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_Distance) == 0x000008, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_Location) == 0x00000C, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_ImpactPoint) == 0x000018, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_Normal) == 0x000024, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_ImpactNormal) == 0x000030, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_PhysMat) == 0x000040, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_HitActor) == 0x000048, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_HitComponent) == 0x000050, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_HitBoneName) == 0x000058, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_HitItem) == 0x000060, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_ElementIndex) == 0x000064, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_FaceIndex) == 0x000068, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_TraceStart) == 0x00006C, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_BreakHitResult_TraceEnd) == 0x000078, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, K2Node_DynamicCast_AsFGWagon) == 0x000088, "Member 'Action_RepairWagon_C_GetActualModuleSettings::K2Node_DynamicCast_AsFGWagon' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'Action_RepairWagon_C_GetActualModuleSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_GetWagonModuleSettingsByMesh_Settings) == 0x000098, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_GetWagonModuleSettingsByMesh_Settings' has a wrong offset!"); \ static_assert(offsetof(Action_RepairWagon_C_GetActualModuleSettings, CallFunc_GetWagonModuleSettingsByMesh_ReturnValue) == 0x000110, "Member 'Action_RepairWagon_C_GetActualModuleSettings::CallFunc_GetWagonModuleSettingsByMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_RepairWagon_C \ static_assert(alignof(UAction_RepairWagon_C) == 0x000008, "Wrong alignment on UAction_RepairWagon_C"); \ static_assert(sizeof(UAction_RepairWagon_C) == 0x0001F8, "Wrong size on UAction_RepairWagon_C"); \ static_assert(offsetof(UAction_RepairWagon_C, UberGraphFrame) == 0x000050, "Member 'UAction_RepairWagon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, RepairCharacterMontage) == 0x000058, "Member 'UAction_RepairWagon_C::RepairCharacterMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, Owner) == 0x000068, "Member 'UAction_RepairWagon_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, WagonDurabilityOld) == 0x000070, "Member 'UAction_RepairWagon_C::WagonDurabilityOld' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, WagonDurabilityMax) == 0x000074, "Member 'UAction_RepairWagon_C::WagonDurabilityMax' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, HitInfo) == 0x000078, "Member 'UAction_RepairWagon_C::HitInfo' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, ModuleSettings) == 0x000100, "Member 'UAction_RepairWagon_C::ModuleSettings' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, ModuleDurabilityOld) == 0x000178, "Member 'UAction_RepairWagon_C::ModuleDurabilityOld' has a wrong offset!"); \ static_assert(offsetof(UAction_RepairWagon_C, ActualModuleSettings) == 0x000180, "Member 'UAction_RepairWagon_C::ActualModuleSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP \ static_assert(alignof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP) == 0x000010, "Wrong alignment on ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP) == 0x0004D0, "Wrong size on ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, EntryPoint) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_float_Variable) == 0x000004, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable) == 0x000008, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_float_Variable_1) == 0x00000C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_1) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x000014, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000019, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1) == 0x00001C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000020, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_1) == 0x000022, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_2) == 0x000023, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_3) == 0x000024, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000025, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000026, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_1) == 0x000027, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_4) == 0x000028, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_5) == 0x000029, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_2) == 0x00002C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000030, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000031, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_6) == 0x000032, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_2) == 0x000033, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_7) == 0x000034, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000035, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_3) == 0x000038, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Abs_ReturnValue) == 0x00003C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x000040, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_8) == 0x000041, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_3) == 0x000042, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000044, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_9) == 0x000048, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000049, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_10) == 0x00004A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_11) == 0x00004B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_12) == 0x00004C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_4) == 0x000050, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x000054, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000055, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x000056, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_4) == 0x000057, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_13) == 0x000058, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00005C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x000060, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000064, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_14) == 0x000068, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x000069, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_15) == 0x00006A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00006B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_16) == 0x00006C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_5) == 0x00006D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_6) == 0x00006E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x00006F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_17) == 0x000070, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_7) == 0x000071, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_8) == 0x000072, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue) == 0x000073, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_18) == 0x000074, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_9) == 0x000075, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_19) == 0x000076, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_10) == 0x000088, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_11) == 0x000089, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_1) == 0x00008A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_20) == 0x00008B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue) == 0x00008C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsThinking_ReturnValue) == 0x00008D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsThinking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_1) == 0x00008E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_2) == 0x00008F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000090, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000091, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000092, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_2) == 0x000093, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000094, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_7) == 0x000095, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_21) == 0x000096, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_12) == 0x000097, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_22) == 0x000098, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_float_Variable_2) == 0x00009C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_2) == 0x0000A0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_float_Variable_3) == 0x0000A4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_3) == 0x0000A8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_MakeVector_ReturnValue) == 0x0000AC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x0000B8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_10) == 0x0000BC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_13) == 0x0000BD, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_23) == 0x0000BE, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x0000C0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x0000C4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_11) == 0x0000C8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_12) == 0x0000C9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_24) == 0x0000CA, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_4) == 0x0000CB, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_8) == 0x0000CC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_25) == 0x0000CD, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x0000D0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_13) == 0x0000D4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_14) == 0x0000D5, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_15) == 0x0000D6, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_26) == 0x0000D7, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000D8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_5) == 0x0000D9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Select_Default) == 0x0000DC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_9) == 0x0000E0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_27) == 0x0000E1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_6) == 0x0000E2, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Select_Default_1) == 0x0000E4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_28) == 0x0000E8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_16) == 0x0000E9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_29) == 0x0000EA, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_30) == 0x0000EB, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_7) == 0x0000EC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, Temp_bool_Variable_8) == 0x0000ED, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Select_Default_2) == 0x0000F0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Select_Default_3) == 0x0000F4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_31) == 0x0000F8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_10) == 0x0000F9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_32) == 0x0000FA, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_17) == 0x0000FB, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_11) == 0x0000FC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_33) == 0x0000FD, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_14) == 0x0000FE, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_34) == 0x0000FF, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_18) == 0x000100, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_35) == 0x000101, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000102, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_3) == 0x000103, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000104, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_36) == 0x000105, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_19) == 0x000106, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetLeftHandLocation_ReturnValue) == 0x000108, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetLeftHandLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetLeftHandIKAlpha_ReturnValue) == 0x000114, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetLeftHandIKAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_12) == 0x000118, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_20) == 0x000119, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_4) == 0x00011A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_5) == 0x00011B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_37) == 0x00011C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00011D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000120, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Select_Default_4) == 0x000128, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_38) == 0x000130, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetBarrelGripAlpha_ReturnValue) == 0x000134, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetBarrelGripAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_21) == 0x000138, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_39) == 0x000139, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00013A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_22) == 0x00013B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_40) == 0x00013C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_23) == 0x00013D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_41) == 0x00013E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00013F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000140, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_24) == 0x000144, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000148, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x00014C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000150, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_6) == 0x000154, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000155, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_13) == 0x000156, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_25) == 0x000157, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_42) == 0x000158, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_14) == 0x000159, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_MakeVector_ReturnValue_1) == 0x00015C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_43) == 0x000168, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x00016C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_15) == 0x000170, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000171, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x000174, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_16) == 0x000178, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x00017C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_17) == 0x000180, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000181, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000182, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000183, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_44) == 0x000184, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_45) == 0x000185, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_26) == 0x000186, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x000188, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_27) == 0x00018C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_18) == 0x00018D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_46) == 0x00018E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_47) == 0x00018F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x000190, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000194, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000198, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000199, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_Event_DeltaTimeX) == 0x00019C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_28) == 0x0001A0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0001A8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsThird_Person_Character) == 0x0001B0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_3) == 0x0001B9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001BC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetMovementComponent_ReturnValue) == 0x0001C8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NegateRotator_ReturnValue) == 0x0001D0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0001DC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsRunning_ReturnValue) == 0x0001E8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_ComposeRotators_ReturnValue) == 0x0001EC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetForwardVector_ReturnValue) == 0x0001F8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsTargeting_ReturnValue) == 0x000204, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsTargeting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000208, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakVector_X) == 0x000214, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakVector_Y) == 0x000218, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakVector_Z) == 0x00021C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Round_ReturnValue) == 0x000220, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000224, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000228, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000229, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Round_ReturnValue_1) == 0x00022C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_7) == 0x000230, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000234, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_8) == 0x000238, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_VSize_ReturnValue) == 0x00023C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000240, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000244, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000245, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_CanUseAdvancedRope_Result) == 0x000246, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_CanUseAdvancedRope_Result' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_29) == 0x000247, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_48) == 0x000248, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetTakePointLocation_ReturnValue) == 0x00024C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetTakePointLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_4) == 0x000258, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetSocketLocation_ReturnValue) == 0x00025C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000268, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetCurveValue_ReturnValue) == 0x000274, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_FindLookAtRotation_ReturnValue) == 0x000278, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Roll) == 0x000284, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Pitch) == 0x000288, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Yaw) == 0x00028C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000290, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_30) == 0x000294, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_49) == 0x000295, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsLocallyControlled_ReturnValue) == 0x000296, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_31) == 0x000297, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000298, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_VInterpTo_ReturnValue) == 0x00029C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_15) == 0x0002A8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_SelectFloat_ReturnValue) == 0x0002AC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x0002B0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_1) == 0x0002B8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x0002C0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_2) == 0x0002C8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetBarrelGripType_ReturnValue) == 0x0002C9, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetEnabledAltWeaponCore_ReturnValue) == 0x0002CA, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetEnabledAltWeaponCore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_5) == 0x0002CB, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x0002CC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_6) == 0x0002D0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_19) == 0x0002D1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x0002D8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_3) == 0x0002E0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_7) == 0x0002E1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1) == 0x0002E8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_4) == 0x0002F0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_8) == 0x0002F1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2) == 0x0002F8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_5) == 0x000300, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000301, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_9) == 0x000302, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_OnFootStep_ReturnValue) == 0x000303, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_OnFootStep_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsFalling_ReturnValue) == 0x000304, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_16) == 0x000305, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_17) == 0x000306, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_SelectFloat_ReturnValue_1) == 0x000308, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_SelectFloat_ReturnValue_2) == 0x00030C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetCurveValue_ReturnValue_1) == 0x000310, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000314, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000318, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_Play_ReturnValue) == 0x00031C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_Play_ReturnValue_1) == 0x000320, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_IsPlaying_ReturnValue) == 0x000324, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_32) == 0x000325, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x000328, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_20) == 0x00032C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x00032D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_IsPlaying_ReturnValue_1) == 0x00032E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_33) == 0x00032F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetTurnInPlaceMontage_ReturnValue) == 0x000330, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetTurnInPlaceMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetTurnInPlaceMontage_ReturnValue_1) == 0x000338, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetTurnInPlaceMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000340, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000341, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x000342, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Abs_ReturnValue_1) == 0x000344, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_MapRangeClamped_ReturnValue) == 0x000348, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13) == 0x00034C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_21) == 0x000350, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x000351, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsHammer) == 0x000358, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsHammer' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_6) == 0x000360, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsHammer_1) == 0x000368, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsHammer_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_7) == 0x000370, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsBook) == 0x000378, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsBook' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_8) == 0x000380, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsBook_1) == 0x000388, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsBook_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_9) == 0x000390, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetBaseAimRotation_ReturnValue) == 0x000394, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetTransform_ReturnValue) == 0x0003A0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_InverseTransformRotation_ReturnValue) == 0x0003D0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Roll_1) == 0x0003DC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Pitch_1) == 0x0003E0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BreakRotator_Yaw_1) == 0x0003E4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0003E8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_FInterpTo_ReturnValue) == 0x0003EC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0003F0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_FInterpTo_ReturnValue_1) == 0x0003F4, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x0003F8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0003FC, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_FInterpTo_ReturnValue_2) == 0x000400, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000404, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_34) == 0x000405, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_18) == 0x000406, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_50) == 0x000407, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsInFirstPerson_ReturnValue) == 0x000408, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_35) == 0x000409, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_RandomFloatInRange_ReturnValue) == 0x00040C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Add_FloatFloat_ReturnValue) == 0x000410, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000414, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000418, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_Play_ReturnValue_2) == 0x00041C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_Play_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_Play_ReturnValue_3) == 0x000420, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_Play_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetCurveValue_ReturnValue_2) == 0x000424, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_SelectFloat_ReturnValue_3) == 0x000428, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_SelectFloat_ReturnValue_4) == 0x00042C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Greater_FloatFloat_ReturnValue_19) == 0x000430, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Greater_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Less_FloatFloat_ReturnValue_22) == 0x000431, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Less_FloatFloat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000434, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Conv_BoolToFloat_ReturnValue_4) == 0x000438, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Conv_BoolToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_FInterpTo_ReturnValue_3) == 0x00043C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_FInterpTo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsJournal) == 0x000440, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_10) == 0x000448, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_10) == 0x000449, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsJournal_1) == 0x000450, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsJournal_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_11) == 0x000458, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000459, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Not_PreBool_ReturnValue_36) == 0x00045A, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_IsPlaying_ReturnValue_2) == 0x00045B, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_Montage_IsPlaying_ReturnValue_3) == 0x00045C, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_Montage_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_11) == 0x00045D, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanOR_ReturnValue_9) == 0x00045E, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_51) == 0x00045F, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetActiveTabletopGame_ReturnValue) == 0x000460, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetActiveTabletopGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetObjectClass_ReturnValue) == 0x000468, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_52) == 0x000470, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_GetTabletopPlayer_ReturnValue) == 0x000478, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_GetTabletopPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x000480, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsTabletop_Back_Gammon_Player) == 0x000488, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsTabletop_Back_Gammon_Player' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_12) == 0x000490, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsInFirstPerson_ReturnValue_1) == 0x000491, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsInFirstPerson_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_12) == 0x000492, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGMusical_Instrument) == 0x000498, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGMusical_Instrument' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_13) == 0x0004A0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_CustomEvent_Montage) == 0x0004A8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_CustomEvent_Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_CustomEvent_bInterrupted) == 0x0004B0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_CustomEvent_bInterrupted' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_IsValid_ReturnValue_13) == 0x0004B1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_AsFGWeapon_Ranged_Base_3) == 0x0004B8, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_AsFGWeapon_Ranged_Base_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, K2Node_DynamicCast_bSuccess_14) == 0x0004C0, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP, CallFunc_BooleanAND_ReturnValue_53) == 0x0004C1, "Member 'ABP_MainChar_Male_TP_C_ExecuteUbergraph_ABP_MainChar_Male_TP::CallFunc_BooleanAND_ReturnValue_53' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0 \ static_assert(alignof(ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0) == 0x000008, "Wrong alignment on ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0) == 0x000010, "Wrong size on ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0, Montage) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0::Montage' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0, bInterrupted) == 0x000008, "Member 'ABP_MainChar_Male_TP_C_OnMontageEnded_Event_0::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_AttachRope \ static_assert(alignof(ABP_MainChar_Male_TP_C_AttachRope) == 0x000004, "Wrong alignment on ABP_MainChar_Male_TP_C_AttachRope"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_AttachRope) == 0x00001C, "Wrong size on ABP_MainChar_Male_TP_C_AttachRope"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AttachRope, bAttachRight) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_AttachRope::bAttachRight' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AttachRope, Temp_bool_Variable) == 0x000001, "Member 'ABP_MainChar_Male_TP_C_AttachRope::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AttachRope, Temp_name_Variable) == 0x000004, "Member 'ABP_MainChar_Male_TP_C_AttachRope::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AttachRope, Temp_name_Variable_1) == 0x00000C, "Member 'ABP_MainChar_Male_TP_C_AttachRope::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AttachRope, K2Node_Select_Default) == 0x000014, "Member 'ABP_MainChar_Male_TP_C_AttachRope::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage \ static_assert(alignof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage) == 0x000008, "Wrong alignment on ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage) == 0x0001D0, "Wrong size on ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, bRight) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::bRight' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_1) == 0x000018, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_2) == 0x000020, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_3) == 0x000028, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_4) == 0x000030, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_5) == 0x000038, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_6) == 0x000040, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_7) == 0x000048, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_8) == 0x000050, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_9) == 0x000058, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_10) == 0x000060, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_byte_Variable) == 0x000068, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_11) == 0x000070, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_12) == 0x000078, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_13) == 0x000080, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_14) == 0x000088, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_15) == 0x000090, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_16) == 0x000098, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_17) == 0x0000A0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_18) == 0x0000A8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_19) == 0x0000B0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_20) == 0x0000B8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_21) == 0x0000C0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_22) == 0x0000C8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_byte_Variable_1) == 0x0000D0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_23) == 0x0000D8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_24) == 0x0000E0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_25) == 0x0000E8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_26) == 0x0000F0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_27) == 0x0000F8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_28) == 0x000100, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_29) == 0x000108, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_30) == 0x000110, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_31) == 0x000118, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_32) == 0x000120, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_33) == 0x000128, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_34) == 0x000130, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_byte_Variable_2) == 0x000138, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_35) == 0x000140, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_36) == 0x000148, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_37) == 0x000150, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_37' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_38) == 0x000158, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_38' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_39) == 0x000160, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_39' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_40) == 0x000168, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_40' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_41) == 0x000170, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_41' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_42) == 0x000178, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_42' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_43) == 0x000180, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_43' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_44) == 0x000188, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_44' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_45) == 0x000190, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_45' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_46) == 0x000198, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_46' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_object_Variable_47) == 0x0001A0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_object_Variable_47' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, Temp_byte_Variable_3) == 0x0001A8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, K2Node_Select_Default) == 0x0001B0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, K2Node_Select_Default_1) == 0x0001B8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, K2Node_Select_Default_2) == 0x0001C0, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage, K2Node_Select_Default_3) == 0x0001C8, "Member 'ABP_MainChar_Male_TP_C_GetTurnInPlaceMontage::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_GetBarrelGripAlpha \ static_assert(alignof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_TP_C_GetBarrelGripAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha) == 0x000018, "Wrong size on ABP_MainChar_Male_TP_C_GetBarrelGripAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000008, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00000C, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetBarrelGripAlpha, CallFunc_FInterpTo_ReturnValue) == 0x000014, "Member 'ABP_MainChar_Male_TP_C_GetBarrelGripAlpha::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha \ static_assert(alignof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha) == 0x000014, "Wrong size on ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000007, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000009, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_1) == 0x00000A, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_3) == 0x00000C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000D, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000E, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue_3) == 0x00000F, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_4) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000011, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000012, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_5) == 0x000013, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_GetLeftHandLocation \ static_assert(alignof(ABP_MainChar_Male_TP_C_GetLeftHandLocation) == 0x000010, "Wrong alignment on ABP_MainChar_Male_TP_C_GetLeftHandLocation"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_GetLeftHandLocation) == 0x000350, "Wrong size on ABP_MainChar_Male_TP_C_GetLeftHandLocation"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000D, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, Temp_bool_Variable) == 0x00000E, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000F, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, Temp_bool_Variable_1) == 0x000011, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BooleanAND_ReturnValue_1) == 0x000013, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BooleanAND_ReturnValue_2) == 0x000014, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BooleanAND_ReturnValue_3) == 0x000015, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_IsValid_ReturnValue) == 0x000016, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue) == 0x000020, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, K2Node_DynamicCast_AsSqueezebox) == 0x000050, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::K2Node_DynamicCast_AsSqueezebox' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location) == 0x00005C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation) == 0x000068, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale) == 0x000074, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition) == 0x000080, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation) == 0x00008C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0000A0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_1) == 0x0000DC, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_1) == 0x0000E8, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_1) == 0x0000F4, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_1) == 0x000100, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_1) == 0x00010C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000118, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000124, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_SelectFloat_ReturnValue) == 0x000128, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_MakeVector_ReturnValue) == 0x00012C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, K2Node_SwitchEnum_CmpSuccess) == 0x000138, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_2) == 0x000140, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000170, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformDirection_ReturnValue) == 0x000174, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000180, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00018C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000198, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_2) == 0x0001A4, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_2) == 0x0001B0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0001BC, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0001BD, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_3) == 0x0001C0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_IsValid_ReturnValue_1) == 0x0001F0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_2) == 0x0001F4, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_2) == 0x000200, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_2) == 0x00020C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_3) == 0x000218, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_3) == 0x000224, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_4) == 0x000230, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_3) == 0x000260, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_3) == 0x00026C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_3) == 0x000278, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_5) == 0x000290, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_4) == 0x0002C0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_4) == 0x0002CC, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_4) == 0x0002D8, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_4) == 0x0002E4, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_4) == 0x0002F0, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0002FC, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_5) == 0x000308, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_5) == 0x000314, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000320, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x00032C, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, K2Node_Select_Default) == 0x000338, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_GetLeftHandLocation, K2Node_Select_Default_1) == 0x000344, "Member 'ABP_MainChar_Male_TP_C_GetLeftHandLocation::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_AnimGraph \ static_assert(alignof(ABP_MainChar_Male_TP_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MainChar_Male_TP_C_AnimGraph"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_AnimGraph) == 0x000010, "Wrong size on ABP_MainChar_Male_TP_C_AnimGraph"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_WinchRing \ static_assert(alignof(ABP_MainChar_Male_TP_C_WinchRing) == 0x000008, "Wrong alignment on ABP_MainChar_Male_TP_C_WinchRing"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_WinchRing) == 0x000020, "Wrong size on ABP_MainChar_Male_TP_C_WinchRing"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_WinchRing, InPose) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_WinchRing::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_WinchRing, WinchRing_0) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_WinchRing::WinchRing_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_TP_C_BoneCustomization \ static_assert(alignof(ABP_MainChar_Male_TP_C_BoneCustomization) == 0x000008, "Wrong alignment on ABP_MainChar_Male_TP_C_BoneCustomization"); \ static_assert(sizeof(ABP_MainChar_Male_TP_C_BoneCustomization) == 0x000020, "Wrong size on ABP_MainChar_Male_TP_C_BoneCustomization"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_BoneCustomization, InPose) == 0x000000, "Member 'ABP_MainChar_Male_TP_C_BoneCustomization::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_TP_C_BoneCustomization, BoneCustomization_0) == 0x000010, "Member 'ABP_MainChar_Male_TP_C_BoneCustomization::BoneCustomization_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MainChar_Male_TP_C \ static_assert(alignof(UABP_MainChar_Male_TP_C) == 0x000010, "Wrong alignment on UABP_MainChar_Male_TP_C"); \ static_assert(sizeof(UABP_MainChar_Male_TP_C) == 0x016950, "Wrong size on UABP_MainChar_Male_TP_C"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MainChar_Male_TP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_44) == 0x0002C8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_43) == 0x0003D8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_42) == 0x0004E8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_41) == 0x0005F8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_40) == 0x000708, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_39) == 0x000818, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_38) == 0x000928, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_37) == 0x000A38, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_36) == 0x000B48, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_35) == 0x000C58, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_34) == 0x000D68, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_33) == 0x000E78, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_32) == 0x000F88, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_31) == 0x001098, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_30) == 0x0011A8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_29) == 0x0012B8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_28) == 0x0013C8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_27) == 0x0014D8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_26) == 0x0015E8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_25) == 0x0016F8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_24) == 0x001808, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_23) == 0x001918, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_22) == 0x001A28, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_21) == 0x001B38, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_20) == 0x001C48, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_19) == 0x001D58, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_18) == 0x001E68, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_17) == 0x001F78, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_16) == 0x002088, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_15) == 0x002198, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_14) == 0x0022A8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_13) == 0x0023B8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_12) == 0x0024C8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_11) == 0x0025D8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_10) == 0x0026E8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_9) == 0x0027F8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_8) == 0x002908, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_7) == 0x002A18, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_6) == 0x002B28, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_5) == 0x002C38, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Root_2) == 0x002D48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Root_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_6) == 0x002D78, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_33) == 0x002E38, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LinkedInputPose_1) == 0x002ED8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose_5) == 0x002FF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_33) == 0x003148, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_148) == 0x003170, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_148' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_32) == 0x0031F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Root_1) == 0x003218, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_93) == 0x003248, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_92) == 0x003270, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_91) == 0x003298, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_90) == 0x0032C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_89) == 0x0032E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_88) == 0x003310, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_87) == 0x003338, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_86) == 0x003360, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_85) == 0x003388, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_84) == 0x0033B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_83) == 0x0033D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_82) == 0x003400, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_81) == 0x003428, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_80) == 0x003450, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_79) == 0x003478, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_78) == 0x0034A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_77) == 0x0034C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_76) == 0x0034F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_75) == 0x003518, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_74) == 0x003540, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_73) == 0x003568, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_72) == 0x003590, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_71) == 0x0035B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_70) == 0x0035E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_69) == 0x003608, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_68) == 0x003630, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_67) == 0x003658, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_66) == 0x003680, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_65) == 0x0036A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_64) == 0x0036D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_63) == 0x0036F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_62) == 0x003720, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_61) == 0x003748, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_60) == 0x003770, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_59) == 0x003798, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_58) == 0x0037C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_57) == 0x0037E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_56) == 0x003810, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_55) == 0x003838, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_54) == 0x003860, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_53) == 0x003888, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_52) == 0x0038B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_51) == 0x0038D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_50) == 0x003900, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_49) == 0x003928, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_48) == 0x003950, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_47) == 0x003978, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_46) == 0x0039A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_45) == 0x0039C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_44) == 0x0039F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_43) == 0x003A18, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_42) == 0x003A40, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_41) == 0x003A68, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_40) == 0x003A90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_39) == 0x003AB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_38) == 0x003AE0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_37) == 0x003B08, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_36) == 0x003B30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_35) == 0x003B58, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_34) == 0x003B80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_33) == 0x003BA8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_32) == 0x003BD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_31) == 0x003BF8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_30) == 0x003C20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_29) == 0x003C48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_28) == 0x003C70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_27) == 0x003C98, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_26) == 0x003CC0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_25) == 0x003CE8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_24) == 0x003D10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_23) == 0x003D38, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_147) == 0x003D60, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_147' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_31) == 0x003DE0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace_5) == 0x003E10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace_5) == 0x003E30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ModifyBone_1) == 0x003E50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_146) == 0x003F58, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_146' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_30) == 0x003FD8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_145) == 0x004008, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_145' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_29) == 0x004088, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_144) == 0x0040B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_144' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_28) == 0x004138, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_143) == 0x004168, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_143' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_27) == 0x0041E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_90) == 0x004218, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_32) == 0x004300, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_142) == 0x0043A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_142' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_89) == 0x004420, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_31) == 0x004508, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_26) == 0x0045A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateMachine_2) == 0x0045D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_25) == 0x004688, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_22) == 0x0046B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_21) == 0x0046E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_20) == 0x004708, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_19) == 0x004730, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_18) == 0x004758, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_17) == 0x004780, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_16) == 0x0047A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_15) == 0x0047D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_14) == 0x0047F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_13) == 0x004820, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_12) == 0x004848, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_11) == 0x004870, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_10) == 0x004898, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_9) == 0x0048C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_8) == 0x0048E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_7) == 0x004910, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_6) == 0x004938, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_5) == 0x004960, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_4) == 0x004988, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_3) == 0x0049B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_2) == 0x0049D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_141) == 0x004A00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_141' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_45) == 0x004A80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_140) == 0x004B30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_140' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_24) == 0x004BB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_30) == 0x004BE0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_44) == 0x004C80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_139) == 0x004D30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_139' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_138) == 0x004DB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_138' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_137) == 0x004E30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_137' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_136) == 0x004EB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_136' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_29) == 0x004F30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_23) == 0x004FD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_135) == 0x005000, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_135' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_134) == 0x005080, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_134' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_133) == 0x005100, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_133' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_28) == 0x005180, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_43) == 0x005220, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_27) == 0x0052D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_132) == 0x005370, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_132' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_22) == 0x0053F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_131) == 0x005420, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_131' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_42) == 0x0054A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_130) == 0x005550, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_130' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_21) == 0x0055D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_129) == 0x005600, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_129' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_41) == 0x005680, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_128) == 0x005730, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_128' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_20) == 0x0057B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_26) == 0x0057E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_40) == 0x005880, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_127) == 0x005930, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_127' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_126) == 0x0059B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_126' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_125) == 0x005A30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_125' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_124) == 0x005AB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_124' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_25) == 0x005B30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_19) == 0x005BD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_123) == 0x005C00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_123' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_122) == 0x005C80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_122' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_39) == 0x005D00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_24) == 0x005DB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_121) == 0x005E50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_121' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_120) == 0x005ED0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_120' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_23) == 0x005F50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_18) == 0x005FF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_119) == 0x006020, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_119' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_118) == 0x0060A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_118' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_22) == 0x006120, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_38) == 0x0061C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_117) == 0x006270, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_117' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_116) == 0x0062F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_116' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_21) == 0x006370, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_17) == 0x006410, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_115) == 0x006440, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_115' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_16) == 0x0064C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_114) == 0x0064F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_114' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_20) == 0x006570, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_37) == 0x006610, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_113) == 0x0066C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_113' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_112) == 0x006740, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_112' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_111) == 0x0067C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_111' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_19) == 0x006840, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_15) == 0x0068E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateMachine_1) == 0x006910, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_14) == 0x0069C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_110) == 0x0069F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_110' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_109) == 0x006A70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_109' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_108) == 0x006AF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_108' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_107) == 0x006B70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_107' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_106) == 0x006BF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_106' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_105) == 0x006C70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_105' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_104) == 0x006CF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_104' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_36) == 0x006D70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_13) == 0x006E20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_103) == 0x006E50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_103' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_102) == 0x006ED0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_102' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_101) == 0x006F50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_101' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_100) == 0x006FD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_100' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_99) == 0x007050, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_99' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_98) == 0x0070D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_98' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_97) == 0x007150, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_97' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_35) == 0x0071D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_12) == 0x007280, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_96) == 0x0072B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_96' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_95) == 0x007330, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_95' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_34) == 0x0073B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_94) == 0x007460, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_94' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_11) == 0x0074E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_93) == 0x007510, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_93' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_92) == 0x007590, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_92' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_33) == 0x007610, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_91) == 0x0076C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_91' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_10) == 0x007740, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_90) == 0x007770, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_89) == 0x0077F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_88) == 0x007870, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_87) == 0x0078F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_86) == 0x007970, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_32) == 0x0079F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_85) == 0x007AA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_84) == 0x007B20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_83) == 0x007BA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_82) == 0x007C20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_81) == 0x007CA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_31) == 0x007D20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_80) == 0x007DD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_9) == 0x007E50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_79) == 0x007E80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_88) == 0x007F00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_87) == 0x007FE8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_86) == 0x0080D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_30) == 0x0081B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_8) == 0x008268, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_78) == 0x008298, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_77) == 0x008318, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_76) == 0x008398, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_75) == 0x008418, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_74) == 0x008498, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_29) == 0x008518, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_73) == 0x0085C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_72) == 0x008648, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_71) == 0x0086C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_70) == 0x008748, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_69) == 0x0087C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_28) == 0x008848, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_68) == 0x0088F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_7) == 0x008978, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult_1) == 0x0089A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_67) == 0x0089D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_66) == 0x008A50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_65) == 0x008AD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_64) == 0x008B50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_63) == 0x008BD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_27) == 0x008C50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_62) == 0x008D00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_61) == 0x008D80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_60) == 0x008E00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_59) == 0x008E80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_58) == 0x008F00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_26) == 0x008F80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_57) == 0x009030, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_6) == 0x0090B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_56) == 0x0090E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_55) == 0x009160, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_54) == 0x0091E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_53) == 0x009260, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_52) == 0x0092E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_25) == 0x009360, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_51) == 0x009410, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_50) == 0x009490, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_49) == 0x009510, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_48) == 0x009590, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_47) == 0x009610, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_46) == 0x009690, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_24) == 0x009710, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_5) == 0x0097C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TransitionResult) == 0x0097F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_85) == 0x009818, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_84) == 0x009900, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_83) == 0x0099E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_82) == 0x009AD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_23) == 0x009BB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_45) == 0x009C68, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_18) == 0x009CE8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_81) == 0x009D88, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_44) == 0x009E70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_80) == 0x009EF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_43) == 0x009FD8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_42) == 0x00A058, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_79) == 0x00A0D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_78) == 0x00A1C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_77) == 0x00A2A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_22) == 0x00A390, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_4) == 0x00A440, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_41) == 0x00A470, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_40) == 0x00A4F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_39) == 0x00A570, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_38) == 0x00A5F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_37) == 0x00A670, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_36) == 0x00A6F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_35) == 0x00A770, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_34) == 0x00A7F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_33) == 0x00A870, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_32) == 0x00A8F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_21) == 0x00A970, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_20) == 0x00AA20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_31) == 0x00AAD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_30) == 0x00AB50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_29) == 0x00ABD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_28) == 0x00AC50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_76) == 0x00ACD0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_27) == 0x00ADB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_26) == 0x00AE38, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_25) == 0x00AEB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_24) == 0x00AF38, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_75) == 0x00AFB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_19) == 0x00B0A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_23) == 0x00B150, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_17) == 0x00B1D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_22) == 0x00B270, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_21) == 0x00B2F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_20) == 0x00B370, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_18) == 0x00B3F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_3) == 0x00B4A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_74) == 0x00B4D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_73) == 0x00B5B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_19) == 0x00B6A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_18) == 0x00B720, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_17) == 0x00B7A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_17) == 0x00B850, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_16) == 0x00B8D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_16) == 0x00B950, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_16) == 0x00BA00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_15) == 0x00BAA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_14) == 0x00BB20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_15) == 0x00BBA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_72) == 0x00BC40, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_71) == 0x00BD28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_13) == 0x00BE10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_70) == 0x00BE90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_5) == 0x00BF78, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_69) == 0x00C038, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_4) == 0x00C120, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_12) == 0x00C1E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_11) == 0x00C260, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_68) == 0x00C2E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_67) == 0x00C3C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_66) == 0x00C4B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_65) == 0x00C598, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_64) == 0x00C680, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_63) == 0x00C768, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_10) == 0x00C850, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_62) == 0x00C8D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_61) == 0x00C9B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_60) == 0x00CAA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_59) == 0x00CB88, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_14) == 0x00CC70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TwoBoneIK_3) == 0x00CD10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x00CEF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TwoBoneIK_2) == 0x00CF10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace_4) == 0x00D0F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_58) == 0x00D110, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_57) == 0x00D1F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_56) == 0x00D2E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_55) == 0x00D3C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_15) == 0x00D4B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_54) == 0x00D560, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_53) == 0x00D648, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_52) == 0x00D730, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_14) == 0x00D818, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_13) == 0x00D8C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_2) == 0x00D968, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_51) == 0x00D998, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_50) == 0x00DA80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_49) == 0x00DB68, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_48) == 0x00DC50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_47) == 0x00DD38, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_13) == 0x00DE20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_46) == 0x00DED0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_45) == 0x00DFB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_44) == 0x00E0A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_43) == 0x00E188, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_42) == 0x00E270, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_41) == 0x00E358, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_12) == 0x00E440, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_40) == 0x00E4F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult_1) == 0x00E5D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_39) == 0x00E608, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_38) == 0x00E6F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_37) == 0x00E7D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_36) == 0x00E8C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_35) == 0x00E9A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_34) == 0x00EA90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_33) == 0x00EB78, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_32) == 0x00EC60, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_31) == 0x00ED48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_30) == 0x00EE30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_29) == 0x00EF18, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_28) == 0x00F000, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_27) == 0x00F0E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_11) == 0x00F1D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_10) == 0x00F280, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_9) == 0x00F330, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_26) == 0x00F3E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_25) == 0x00F4C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_24) == 0x00F5B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_23) == 0x00F698, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_9) == 0x00F780, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_3) == 0x00F800, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_8) == 0x00F8C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_22) == 0x00F940, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_21) == 0x00FA28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_20) == 0x00FB10, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_19) == 0x00FBF8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_18) == 0x00FCE0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_17) == 0x00FDC8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_16) == 0x00FEB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_15) == 0x00FF98, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_14) == 0x010080, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_13) == 0x010168, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_12) == 0x010250, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_11) == 0x010338, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_10) == 0x010420, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_9) == 0x010508, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_8) == 0x0105F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_7) == 0x0106D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_8) == 0x0107C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_6) == 0x010870, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_5) == 0x010958, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_4) == 0x010A40, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_7) == 0x010B28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_3) == 0x010BD8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_2) == 0x010CC0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer_1) == 0x010DA8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_6) == 0x010E90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TwoBoneIK_1) == 0x010F40, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x011120, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TwoBoneIK) == 0x011140, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace_3) == 0x011320, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendSpacePlayer) == 0x011340, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_12) == 0x011428, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_TwoWayBlend) == 0x0114C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_11) == 0x011590, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateResult) == 0x011630, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_StateMachine) == 0x011660, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_9) == 0x011710, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose_4) == 0x011758, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_31) == 0x0118B0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_2) == 0x0118D8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_30) == 0x011998, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_10) == 0x0119C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_20) == 0x011A60, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose_3) == 0x011BF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_29) == 0x011D48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_19) == 0x011D70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_28) == 0x011F00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_9) == 0x011F28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_27) == 0x011FC8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_8) == 0x011FF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_26) == 0x012090, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_8) == 0x0120B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_7) == 0x012100, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_25) == 0x0121A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_7) == 0x0121C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_18) == 0x012210, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_17) == 0x0123A0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_16) == 0x012530, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_24) == 0x0126C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_5) == 0x0126E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_23) == 0x012798, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_6) == 0x0127C0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x012808, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace_2) == 0x012828, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_CCDIK_2) == 0x012850, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_CCDIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose_2) == 0x0129D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_22) == 0x012B28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_6) == 0x012B50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_21) == 0x012BF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_5) == 0x012C18, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_5) == 0x012CB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_20) == 0x012D00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_4) == 0x012D28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend_1) == 0x012D70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_19) == 0x012E30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_18) == 0x012E58, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_15) == 0x012E80, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_7) == 0x013010, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x013090, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_17) == 0x013160, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_14) == 0x013188, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_16) == 0x013318, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_13) == 0x013340, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LinkedAnimLayer_1) == 0x0134D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LinkedAnimLayer) == 0x013580, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_3) == 0x013630, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x013678, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_6) == 0x013748, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_5) == 0x0137C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_4) == 0x013848, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_12) == 0x0138F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_15) == 0x013A88, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_4) == 0x013AB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x013B30, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_2) == 0x013C00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_3) == 0x013C48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_14) == 0x013CF8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_11) == 0x013D20, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_10) == 0x013EB0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose_1) == 0x014040, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_13) == 0x014198, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_4) == 0x0141C0, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_3) == 0x0142D0, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_2) == 0x0143E0, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ModifyBone) == 0x0144F0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace_1) == 0x0145F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x014618, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_4) == 0x014638, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone_1) == 0x0146D8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, FGAnimGraphNode_ModifyBone) == 0x0147E8, "Member 'UABP_MainChar_Male_TP_C::FGAnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SaveCachedPose) == 0x0148F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_12) == 0x014A50, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_11) == 0x014A78, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_10) == 0x014AA0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_9) == 0x014AC8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_CCDIK_1) == 0x014AF0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_CCDIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_9) == 0x014C70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_8) == 0x014E00, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_8) == 0x014F90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_3) == 0x014FB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_7) == 0x015058, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_2) == 0x0151E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_6) == 0x015288, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_7) == 0x015418, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_5) == 0x015440, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_6) == 0x0155D0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool_1) == 0x0155F8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LayeredBoneBlend) == 0x015698, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_2) == 0x015758, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_3) == 0x015808, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_ComponentToLocalSpace) == 0x015888, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_2) == 0x0158A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_5) == 0x015928, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_4) == 0x015950, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum_1) == 0x015AE0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_4) == 0x015B90, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_3) == 0x015BB8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_3) == 0x015D48, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_2) == 0x015D70, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_2) == 0x015D98, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x015F28, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer_1) == 0x0160B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x016138, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LocalToComponentSpace) == 0x0162C8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose_1) == 0x0162E8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_LinkedInputPose) == 0x016310, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_SequencePlayer) == 0x016428, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Root) == 0x0164A8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_CCDIK) == 0x0164E0, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_CCDIK' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByBool) == 0x016660, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_UseCachedPose) == 0x016700, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot_1) == 0x016728, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_Slot) == 0x016770, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AnimGraphNode_BlendListByEnum) == 0x0167B8, "Member 'UABP_MainChar_Male_TP_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, Speed) == 0x016868, "Member 'UABP_MainChar_Male_TP_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, Pitch) == 0x01686C, "Member 'UABP_MainChar_Male_TP_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, Yaw) == 0x016870, "Member 'UABP_MainChar_Male_TP_C::Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, MoveForward) == 0x016874, "Member 'UABP_MainChar_Male_TP_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, MoveRight) == 0x016878, "Member 'UABP_MainChar_Male_TP_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, MoveUp) == 0x01687C, "Member 'UABP_MainChar_Male_TP_C::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bCrouched) == 0x016880, "Member 'UABP_MainChar_Male_TP_C::bCrouched' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, Character) == 0x016888, "Member 'UABP_MainChar_Male_TP_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsFying) == 0x016890, "Member 'UABP_MainChar_Male_TP_C::bIsFying' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsLiftingRope) == 0x016891, "Member 'UABP_MainChar_Male_TP_C::bIsLiftingRope' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, RopeAngle) == 0x016894, "Member 'UABP_MainChar_Male_TP_C::RopeAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bTakingRopeLeft) == 0x016898, "Member 'UABP_MainChar_Male_TP_C::bTakingRopeLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, RopeTakeLocation) == 0x01689C, "Member 'UABP_MainChar_Male_TP_C::RopeTakeLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, RopeIKAlpha) == 0x0168A8, "Member 'UABP_MainChar_Male_TP_C::RopeIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bTakingRopeRight) == 0x0168AC, "Member 'UABP_MainChar_Male_TP_C::bTakingRopeRight' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bRopeAttached) == 0x0168AD, "Member 'UABP_MainChar_Male_TP_C::bRopeAttached' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, WeaponType) == 0x0168AE, "Member 'UABP_MainChar_Male_TP_C::WeaponType' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, RangedWeaponMesh) == 0x0168B0, "Member 'UABP_MainChar_Male_TP_C::RangedWeaponMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, LeftHandIKAlpha) == 0x0168B8, "Member 'UABP_MainChar_Male_TP_C::LeftHandIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bTargeting) == 0x0168BC, "Member 'UABP_MainChar_Male_TP_C::bTargeting' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bRunning) == 0x0168BD, "Member 'UABP_MainChar_Male_TP_C::bRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bJumping) == 0x0168BE, "Member 'UABP_MainChar_Male_TP_C::bJumping' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bFalling) == 0x0168BF, "Member 'UABP_MainChar_Male_TP_C::bFalling' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, LastJumpWasVeryHigh) == 0x0168C0, "Member 'UABP_MainChar_Male_TP_C::LastJumpWasVeryHigh' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, isInJumpRecover) == 0x0168C1, "Member 'UABP_MainChar_Male_TP_C::isInJumpRecover' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, LastTurnInPlace) == 0x0168C4, "Member 'UABP_MainChar_Male_TP_C::LastTurnInPlace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AimYawDelta) == 0x0168C8, "Member 'UABP_MainChar_Male_TP_C::AimYawDelta' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, TurnPlayRate) == 0x0168CC, "Member 'UABP_MainChar_Male_TP_C::TurnPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsWinchPlaying) == 0x0168D0, "Member 'UABP_MainChar_Male_TP_C::bIsWinchPlaying' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsWinchPulling) == 0x0168D1, "Member 'UABP_MainChar_Male_TP_C::bIsWinchPulling' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, PlayingTurnInPlaceMontage) == 0x0168D8, "Member 'UABP_MainChar_Male_TP_C::PlayingTurnInPlaceMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, HeavyItemOffset) == 0x0168E0, "Member 'UABP_MainChar_Male_TP_C::HeavyItemOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, HeavyItemNoGravityOffset) == 0x0168E8, "Member 'UABP_MainChar_Male_TP_C::HeavyItemNoGravityOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, HeavyItem) == 0x0168F0, "Member 'UABP_MainChar_Male_TP_C::HeavyItem' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, WantsLookoutSide) == 0x0168F8, "Member 'UABP_MainChar_Male_TP_C::WantsLookoutSide' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bTotemHold) == 0x0168F9, "Member 'UABP_MainChar_Male_TP_C::bTotemHold' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, TotemTurnRight) == 0x0168FC, "Member 'UABP_MainChar_Male_TP_C::TotemTurnRight' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsStartHoldTotem_) == 0x016900, "Member 'UABP_MainChar_Male_TP_C::bIsStartHoldTotem_' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bNearlyTotem) == 0x016901, "Member 'UABP_MainChar_Male_TP_C::bNearlyTotem' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bWinchRingAiming) == 0x016902, "Member 'UABP_MainChar_Male_TP_C::bWinchRingAiming' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, BlinkEyesTIme) == 0x016904, "Member 'UABP_MainChar_Male_TP_C::BlinkEyesTIme' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, BarrelGripType) == 0x016908, "Member 'UABP_MainChar_Male_TP_C::BarrelGripType' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, BarrelGripAlpha) == 0x01690C, "Member 'UABP_MainChar_Male_TP_C::BarrelGripAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, WinchPlayingAlpha) == 0x016910, "Member 'UABP_MainChar_Male_TP_C::WinchPlayingAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bAltCoreEnabled) == 0x016914, "Member 'UABP_MainChar_Male_TP_C::bAltCoreEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, AltCoreEnabledAlpha) == 0x016918, "Member 'UABP_MainChar_Male_TP_C::AltCoreEnabledAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, aFlow) == 0x01691C, "Member 'UABP_MainChar_Male_TP_C::aFlow' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bHoldingRofleemo) == 0x016920, "Member 'UABP_MainChar_Male_TP_C::bHoldingRofleemo' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bInTableTopGame) == 0x016921, "Member 'UABP_MainChar_Male_TP_C::bInTableTopGame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, TabletopGameClass) == 0x016928, "Member 'UABP_MainChar_Male_TP_C::TabletopGameClass' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, TabletopGame) == 0x016930, "Member 'UABP_MainChar_Male_TP_C::TabletopGame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, TabletopPlayer) == 0x016938, "Member 'UABP_MainChar_Male_TP_C::TabletopPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, IsTabletopThinking) == 0x016940, "Member 'UABP_MainChar_Male_TP_C::IsTabletopThinking' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bIsInFirstPerson) == 0x016941, "Member 'UABP_MainChar_Male_TP_C::bIsInFirstPerson' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bMopFightMode) == 0x016942, "Member 'UABP_MainChar_Male_TP_C::bMopFightMode' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, MusicalInstrument) == 0x016943, "Member 'UABP_MainChar_Male_TP_C::MusicalInstrument' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bCageDetached) == 0x016944, "Member 'UABP_MainChar_Male_TP_C::bCageDetached' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_TP_C, bPlayingMusic) == 0x016945, "Member 'UABP_MainChar_Male_TP_C::bPlayingMusic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP \ static_assert(alignof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP) == 0x000010, "Wrong alignment on ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP) == 0x000720, "Wrong size on ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, EntryPoint) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue) == 0x000009, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000B, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_1) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_3) == 0x000015, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_1) == 0x000018, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_4) == 0x00001C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_1) == 0x00001D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_2) == 0x00001E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_3) == 0x000025, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_4) == 0x000026, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_5) == 0x000027, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_5) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_6) == 0x000029, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_7) == 0x00002A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x00002C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000030, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_6) == 0x000031, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000034, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_7) == 0x000038, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000039, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x00003C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_8) == 0x000040, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000041, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_9) == 0x000042, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000043, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_10) == 0x000044, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_11) == 0x000045, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_12) == 0x000046, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000048, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x00004C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000050, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x000051, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Abs_ReturnValue) == 0x000054, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000058, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_13) == 0x000059, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00005A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x00005C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_14) == 0x000060, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000061, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x000064, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x000068, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x000069, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_15) == 0x00006A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x00006C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x000070, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_1) == 0x000071, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_10) == 0x000072, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_16) == 0x000073, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_8) == 0x000074, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x000078, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_11) == 0x00007C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_2) == 0x000090, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_17) == 0x000094, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_3) == 0x000098, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x00009C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_12) == 0x0000A0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_2) == 0x0000A1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_18) == 0x0000A2, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_9) == 0x0000A3, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_10) == 0x0000A4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue) == 0x0000A5, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_19) == 0x0000A6, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsThinking_ReturnValue) == 0x0000A7, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsThinking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_2) == 0x0000A9, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_11) == 0x0000AA, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_12) == 0x0000AB, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_20) == 0x0000AC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_13) == 0x0000AD, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_21) == 0x0000AE, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_22) == 0x0000AF, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x0000B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_14) == 0x0000B1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_23) == 0x0000B2, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_24) == 0x0000B3, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_25) == 0x0000B4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_4) == 0x0000B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_26) == 0x0000BC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_3) == 0x0000BD, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_27) == 0x0000BE, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_15) == 0x0000BF, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_28) == 0x0000D0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_13) == 0x0000D1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_5) == 0x0000D4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_6) == 0x0000D8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_7) == 0x0000DC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_8) == 0x0000E0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000E4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_9) == 0x0000E8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_16) == 0x0000EC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_10) == 0x0000F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_29) == 0x0000F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_11) == 0x0000F8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_12) == 0x0000FC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_13) == 0x000100, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_14) == 0x000104, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_15) == 0x000108, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00010C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_30) == 0x00010D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_16) == 0x000110, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_byte_Variable) == 0x000114, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_31) == 0x000115, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000116, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_32) == 0x000117, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_17) == 0x000118, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_33) == 0x000119, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00011C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000120, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default) == 0x000124, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000128, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000129, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00012A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00012B, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_2) == 0x00012C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00012D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00012E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_3) == 0x00012F, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_18) == 0x000130, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_34) == 0x000131, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000132, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_35) == 0x000133, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_19) == 0x000134, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_36) == 0x000135, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x000136, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_4) == 0x000137, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_20) == 0x000138, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_37) == 0x000139, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_21) == 0x00013A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00013B, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_38) == 0x00013C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_39) == 0x00013D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_4) == 0x00013E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00013F, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_17) == 0x000140, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_5) == 0x000144, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_float_Variable_18) == 0x000148, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_6) == 0x00014C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_7) == 0x00014D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_8) == 0x00014E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_1) == 0x000150, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_2) == 0x000154, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x000158, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_9) == 0x000159, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, Temp_bool_Variable_10) == 0x00015A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_3) == 0x00015C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_4) == 0x000160, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_7) == 0x000164, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_22) == 0x000165, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_40) == 0x000166, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_23) == 0x000167, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000168, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_41) == 0x000169, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_42) == 0x00016A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll) == 0x00016C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch) == 0x000170, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw) == 0x000174, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000178, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00017C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Add_FloatFloat_ReturnValue) == 0x000180, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000184, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000188, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000189, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x00018C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x000190, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000194, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_4) == 0x000198, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_24) == 0x00019C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_43) == 0x00019D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001A0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_25) == 0x0001A4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_44) == 0x0001A5, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_45) == 0x0001A6, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_8) == 0x0001A7, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_46) == 0x0001A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue) == 0x0001AC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_9) == 0x0001B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0001B1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_5) == 0x0001B4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_5) == 0x0001B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_10) == 0x0001C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_47) == 0x0001C1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_26) == 0x0001C2, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_27) == 0x0001C3, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_48) == 0x0001C4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_49) == 0x0001C5, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x0001C8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0001CC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_14) == 0x0001CD, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_6) == 0x0001D0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetLeftHandLocation_ReturnValue) == 0x0001D4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetLeftHandLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x0001E0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetLeftHandIKAlpha_ReturnValue) == 0x0001E4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetLeftHandIKAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0001E8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0001EC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0001F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWeaponHandOffset_ReturnValue) == 0x0001F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWeaponHandOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWeaponRollLimit_ReturnValue) == 0x000200, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWeaponRollLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRangedAimCorrectionAlpha_ReturnValue) == 0x000204, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRangedAimCorrectionAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000208, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FClamp_ReturnValue) == 0x00020C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRangedAimCorrectionRotateAlpha_ReturnValue) == 0x000210, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRangedAimCorrectionRotateAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000214, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MakeRotator_ReturnValue) == 0x000218, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MakeRotator_ReturnValue_1) == 0x000224, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBarrelGripAlpha_ReturnValue) == 0x000230, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBarrelGripAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetAltCoreAlpha_ReturnValue) == 0x000234, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetAltCoreAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x000238, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_15) == 0x00023C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x00023D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x00023E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13) == 0x000240, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_16) == 0x000244, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000245, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Event_DeltaTimeX) == 0x000248, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetOwningComponent_ReturnValue) == 0x000250, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_PlayEventAttached_ReturnValue) == 0x000258, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_PlayEventAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000260, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsThird_Person_Character) == 0x000268, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess) == 0x000270, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetMovementComponent_ReturnValue) == 0x000278, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_VSize_ReturnValue) == 0x000280, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000284, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_3) == 0x000288, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00028C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsFiring_ReturnValue) == 0x000298, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsFiring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NegateRotator_ReturnValue) == 0x00029C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsTargeting_ReturnValue) == 0x0002A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsTargeting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x0002A9, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x0002AA, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetMovementComponent_ReturnValue_1) == 0x0002B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_5) == 0x0002B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_6) == 0x0002B9, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0002BC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_ComposeRotators_ReturnValue) == 0x0002C8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetForwardVector_ReturnValue) == 0x0002D4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0002E0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_HasAnyRootMotion_ReturnValue) == 0x0002EC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_HasAnyRootMotion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakVector_X) == 0x0002F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakVector_Y) == 0x0002F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakVector_Z) == 0x0002F8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_28) == 0x0002FC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Round_ReturnValue) == 0x000300, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Round_ReturnValue_1) == 0x000304, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000308, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00030C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBaseAimRotation_ReturnValue) == 0x000310, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetVelocity_ReturnValue) == 0x00031C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll_1) == 0x000328, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch_1) == 0x00032C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw_1) == 0x000330, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_VSizeSquared_ReturnValue) == 0x000334, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MakeRotator_ReturnValue_2) == 0x000338, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_11) == 0x000344, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_50) == 0x000345, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_4) == 0x000346, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000347, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_CanUseAdvancedRope_Result) == 0x000348, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_CanUseAdvancedRope_Result' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_29) == 0x000349, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_51) == 0x00034A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetSocketLocation_ReturnValue) == 0x00034C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_5) == 0x000358, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetTakePointLocation_ReturnValue) == 0x00035C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetTakePointLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetNextTakePointLocation_ReturnValue) == 0x000368, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetNextTakePointLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FindLookAtRotation_ReturnValue) == 0x000374, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll_2) == 0x000380, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch_2) == 0x000384, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw_2) == 0x000388, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00038C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_30) == 0x000390, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_52) == 0x000391, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetCurveValue_ReturnValue) == 0x000394, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000398, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000399, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_12) == 0x00039A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x00039C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBaseAimRotation_ReturnValue_1) == 0x0003A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBaseAimRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetSocketTransform_ReturnValue) == 0x0003C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0003F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakTransform_Location) == 0x0003FC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakTransform_Rotation) == 0x000408, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakTransform_Scale) == 0x000414, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll_3) == 0x000420, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch_3) == 0x000424, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw_3) == 0x000428, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll_4) == 0x00042C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch_4) == 0x000430, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw_4) == 0x000434, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000438, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00043C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000440, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000444, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000448, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x00044C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000450, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_VInterpTo_ReturnValue) == 0x000454, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_6) == 0x000460, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000468, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_1) == 0x000470, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBarrelGripType_ReturnValue) == 0x000471, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGItem_Heavy_Item) == 0x000478, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGItem_Heavy_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_2) == 0x000480, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000488, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_3) == 0x000490, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetEnabledAltWeaponCore_ReturnValue) == 0x000491, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetEnabledAltWeaponCore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000498, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x0004A0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_4) == 0x0004A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14) == 0x0004AC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_17) == 0x0004B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x0004B1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15) == 0x0004B4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_18) == 0x0004B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_13) == 0x0004B9, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_53) == 0x0004BA, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_54) == 0x0004BB, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_DontUseControlRotaionForCameraBone_ReturnValue) == 0x0004BC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_DontUseControlRotaionForCameraBone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_31) == 0x0004BD, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsFalling_ReturnValue) == 0x0004BE, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsRunning_ReturnValue) == 0x0004BF, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_14) == 0x0004C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_1) == 0x0004C4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_15) == 0x0004C8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_2) == 0x0004CC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_16) == 0x0004D0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_3) == 0x0004D4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x0004D8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBaseAimRotation_ReturnValue_2) == 0x0004DC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBaseAimRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0004E8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetCurveValue_ReturnValue_1) == 0x0004EC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_32) == 0x0004F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0004F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16) == 0x0004F8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_19) == 0x0004FC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17) == 0x000500, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_20) == 0x000504, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_17) == 0x000505, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_21) == 0x000506, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x000507, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_Play_ReturnValue) == 0x000508, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_IsPlaying_ReturnValue) == 0x00050C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_33) == 0x00050D, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x00050E, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_55) == 0x00050F, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_Play_ReturnValue_1) == 0x000510, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_IsPlaying_ReturnValue_1) == 0x000514, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_34) == 0x000515, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x000516, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetTurnInPlaceMontage_ReturnValue) == 0x000518, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetTurnInPlaceMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000520, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetTurnInPlaceMontage_ReturnValue_1) == 0x000528, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetTurnInPlaceMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000530, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Greater_FloatFloat_ReturnValue_18) == 0x000531, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Greater_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Abs_ReturnValue_1) == 0x000534, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MapRangeClamped_ReturnValue) == 0x000538, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NormalizedDeltaRotator_ReturnValue_1) == 0x00053C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NormalizedDeltaRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_RotatorRotator_ReturnValue) == 0x000548, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Roll_5) == 0x00054C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Pitch_5) == 0x000550, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BreakRotator_Yaw_5) == 0x000554, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_7) == 0x000558, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_6) == 0x00055C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_4) == 0x000560, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_5) == 0x000564, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000568, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FClamp_ReturnValue_1) == 0x00056C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FClamp_ReturnValue_2) == 0x000570, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MakeRotator_ReturnValue_3) == 0x000574, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000580, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_RInterpTo_ReturnValue) == 0x000584, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000590, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetCurveValue_ReturnValue_2) == 0x000594, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000598, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x00059C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_8) == 0x0005A0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_ReturnValue) == 0x0005A4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18) == 0x0005A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_22) == 0x0005AC, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_14) == 0x0005AD, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_35) == 0x0005AE, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_15) == 0x0005AF, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19) == 0x0005B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Less_FloatFloat_ReturnValue_23) == 0x0005B4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Less_FloatFloat_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsHammer) == 0x0005B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsHammer' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_5) == 0x0005C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsHammer_1) == 0x0005C8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsHammer_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_6) == 0x0005D0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsBook) == 0x0005D8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsBook' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_7) == 0x0005E0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsBook_1) == 0x0005E8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsBook_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_8) == 0x0005F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_4) == 0x0005F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x0005F8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_5) == 0x000604, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_RInterpTo_ReturnValue_1) == 0x000608, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000614, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x000615, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetBaseAimRotation_ReturnValue_3) == 0x000618, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetBaseAimRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_6) == 0x000624, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_ReturnValue_1) == 0x000628, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_7) == 0x00062C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000630, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_8) == 0x000634, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_7) == 0x000638, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_ReturnValue_2) == 0x00063C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsBook_2) == 0x000640, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsBook_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_9) == 0x000648, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsInFirstPerson_ReturnValue) == 0x000649, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_NotEqual_ByteByte_ReturnValue_16) == 0x00064A, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_NotEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x00064B, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_SelectFloat_ReturnValue_6) == 0x00064C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_SelectFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_MakeRotator_ReturnValue_4) == 0x000650, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetCurveValue_ReturnValue_3) == 0x00065C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_9) == 0x000660, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_Constant_ReturnValue_1) == 0x000664, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_Constant_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWorldDeltaSeconds_ReturnValue_10) == 0x000668, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWorldDeltaSeconds_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Conv_BoolToFloat_ReturnValue_8) == 0x00066C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Conv_BoolToFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetWeaponRollLimit_ReturnValue_1) == 0x000670, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetWeaponRollLimit_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_ReturnValue_3) == 0x000674, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000678, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_FInterpTo_ReturnValue_4) == 0x00067C, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_FInterpTo_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_Select_Default_7) == 0x000680, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsJournal) == 0x000688, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsJournal' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_10) == 0x000690, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsJournal_1) == 0x000698, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsJournal_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_11) == 0x0006A0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x0006A1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_36) == 0x0006A2, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_IsPlaying_ReturnValue_2) == 0x0006A3, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Montage_IsPlaying_ReturnValue_3) == 0x0006A4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Montage_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_7) == 0x0006A5, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanOR_ReturnValue_9) == 0x0006A6, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_56) == 0x0006A7, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetActiveTabletopGame_ReturnValue) == 0x0006A8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetActiveTabletopGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0006B0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_57) == 0x0006B1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetObjectClass_ReturnValue) == 0x0006B8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetTabletopPlayer_ReturnValue) == 0x0006C0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetTabletopPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetGameInstance_ReturnValue) == 0x0006C8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGGame_Instance) == 0x0006D0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_12) == 0x0006D8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetGameInstance_ReturnValue_1) == 0x0006E0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0006E8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_13) == 0x0006F0, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Not_PreBool_ReturnValue_37) == 0x0006F1, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Not_PreBool_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetDisableCameraBobbing_ReturnValue) == 0x0006F2, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetDisableCameraBobbing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_BooleanAND_ReturnValue_58) == 0x0006F3, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_BooleanAND_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_GetCurveValue_ReturnValue_4) == 0x0006F4, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_GetCurveValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0006F8, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGWeapon_Melee) == 0x000700, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGWeapon_Melee' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_14) == 0x000708, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, CallFunc_IsValid_ReturnValue_8) == 0x000709, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_AsFGMusical_Instrument) == 0x000710, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_AsFGMusical_Instrument' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP, K2Node_DynamicCast_bSuccess_15) == 0x000718, "Member 'ABP_MainChar_Male_FP_C_ExecuteUbergraph_ABP_MainChar_Male_FP::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_AttachRope \ static_assert(alignof(ABP_MainChar_Male_FP_C_AttachRope) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_AttachRope"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_AttachRope) == 0x00001C, "Wrong size on ABP_MainChar_Male_FP_C_AttachRope"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AttachRope, bRight) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_AttachRope::bRight' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AttachRope, Temp_bool_Variable) == 0x000001, "Member 'ABP_MainChar_Male_FP_C_AttachRope::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AttachRope, Temp_name_Variable) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_AttachRope::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AttachRope, Temp_name_Variable_1) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_AttachRope::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AttachRope, K2Node_Select_Default) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_AttachRope::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage) == 0x000008, "Wrong alignment on ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage) == 0x0001D0, "Wrong size on ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, bRight) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::bRight' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_1) == 0x000018, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_2) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_3) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_4) == 0x000030, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_5) == 0x000038, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_6) == 0x000040, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_7) == 0x000048, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_8) == 0x000050, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_9) == 0x000058, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_10) == 0x000060, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_11) == 0x000068, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_byte_Variable) == 0x000070, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_12) == 0x000078, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_13) == 0x000080, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_14) == 0x000088, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_15) == 0x000090, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_16) == 0x000098, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_17) == 0x0000A0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_18) == 0x0000A8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_19) == 0x0000B0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_20) == 0x0000B8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_21) == 0x0000C0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_22) == 0x0000C8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_23) == 0x0000D0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_byte_Variable_1) == 0x0000D8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_24) == 0x0000E0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_25) == 0x0000E8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_26) == 0x0000F0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_27) == 0x0000F8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_28) == 0x000100, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_29) == 0x000108, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_30) == 0x000110, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_31) == 0x000118, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_32) == 0x000120, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_33) == 0x000128, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_34) == 0x000130, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_35) == 0x000138, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_byte_Variable_2) == 0x000140, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_36) == 0x000148, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_36' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_37) == 0x000150, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_37' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_38) == 0x000158, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_38' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_39) == 0x000160, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_39' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_40) == 0x000168, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_40' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_41) == 0x000170, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_41' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_42) == 0x000178, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_42' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_43) == 0x000180, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_43' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_44) == 0x000188, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_44' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_45) == 0x000190, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_45' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_46) == 0x000198, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_46' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_object_Variable_47) == 0x0001A0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_object_Variable_47' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, Temp_byte_Variable_3) == 0x0001A8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, K2Node_Select_Default) == 0x0001B0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, K2Node_Select_Default_1) == 0x0001B8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, K2Node_Select_Default_2) == 0x0001C0, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage, K2Node_Select_Default_3) == 0x0001C8, "Member 'ABP_MainChar_Male_FP_C_GetTurnInPlaceMontage::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_UpdateClaviclesOffset \ static_assert(alignof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_UpdateClaviclesOffset"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset) == 0x00002C, "Wrong size on ABP_MainChar_Male_FP_C_UpdateClaviclesOffset"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset, DeltaTime) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_UpdateClaviclesOffset::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset, TargetOffset) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_UpdateClaviclesOffset::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset, CallFunc_VInterpTo_ReturnValue) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_UpdateClaviclesOffset::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'ABP_MainChar_Male_FP_C_UpdateClaviclesOffset::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_UpdateClaviclesOffset, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_UpdateClaviclesOffset::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_AddRecoilToCamera \ static_assert(alignof(ABP_MainChar_Male_FP_C_AddRecoilToCamera) == 0x000008, "Wrong alignment on ABP_MainChar_Male_FP_C_AddRecoilToCamera"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_AddRecoilToCamera) == 0x0000B0, "Wrong size on ABP_MainChar_Male_FP_C_AddRecoilToCamera"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, LocalRecoilToCamera) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::LocalRecoilToCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, Temp_bool_Variable) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_IsValid_ReturnValue_1) == 0x000006, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetRecoilToCameraInterpSpeed_ReturnValue) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetRecoilToCameraInterpSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetRecoilToCamera_ReturnValue) == 0x000018, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetRecoilToCamera_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00001C, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_FInterpTo_ReturnValue) == 0x000024, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_FInterpTo_ReturnValue_1) == 0x00002C, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetBaseAimRotation_ReturnValue) == 0x000030, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetBaseAimRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00003C, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000054, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, Temp_bool_Variable_1) == 0x000060, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, K2Node_Select_Default) == 0x000064, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetBaseAimRotation_ReturnValue_1) == 0x000070, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetBaseAimRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x00007C, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x000088, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000094, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, K2Node_Select_Default_1) == 0x000098, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_FInterpTo_ReturnValue_2) == 0x0000A4, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x0000A8, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AddRecoilToCamera, CallFunc_FInterpTo_ReturnValue_3) == 0x0000AC, "Member 'ABP_MainChar_Male_FP_C_AddRecoilToCamera::CallFunc_FInterpTo_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetLeftHandLocation \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetLeftHandLocation) == 0x000010, "Wrong alignment on ABP_MainChar_Male_FP_C_GetLeftHandLocation"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetLeftHandLocation) == 0x0002E0, "Wrong size on ABP_MainChar_Male_FP_C_GetLeftHandLocation"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, Temp_bool_Variable) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, Temp_bool_Variable_1) == 0x00000D, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location) == 0x000044, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation) == 0x000050, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale) == 0x00005C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition) == 0x000068, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation) == 0x000074, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_SelectFloat_ReturnValue) == 0x00008C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_MakeVector_ReturnValue) == 0x000090, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_SelectFloat_ReturnValue_1) == 0x00009C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_SelectFloat_ReturnValue_2) == 0x0000A0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_MakeVector_ReturnValue_1) == 0x0000A4, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_MakeVector_ReturnValue_2) == 0x0000B0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, K2Node_SwitchEnum_CmpSuccess) == 0x0000BC, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_IsValid_ReturnValue) == 0x0000BD, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000BE, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0000C0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_1) == 0x0000F0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_1) == 0x0000FC, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_1) == 0x000108, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, Temp_bool_Variable_2) == 0x000114, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_1) == 0x000118, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_1) == 0x000124, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000130, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00013C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_IsValid_ReturnValue_1) == 0x00013D, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_2) == 0x000140, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_3) == 0x000170, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_2) == 0x0001A0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_2) == 0x0001AC, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_2) == 0x0001B8, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_3) == 0x0001C4, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_3) == 0x0001D0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_3) == 0x0001DC, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_2) == 0x0001E8, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_2) == 0x0001F4, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_3) == 0x000200, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_3) == 0x00020C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000218, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000224, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, K2Node_Select_Default) == 0x000230, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, K2Node_Select_Default_1) == 0x00023C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_GetSocketTransform_ReturnValue_4) == 0x000250, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_GetSocketTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Location_4) == 0x000280, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Rotation_4) == 0x00028C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_BreakTransform_Scale_4) == 0x000298, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutPosition_4) == 0x0002A4, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutPosition_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_TransformToBoneSpace_OutRotation_4) == 0x0002B0, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_TransformToBoneSpace_OutRotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0002BC, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandLocation, K2Node_Select_Default_2) == 0x0002C8, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandLocation::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha) == 0x000010, "Wrong size on ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000009, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000B, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_2) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_3) == 0x00000D, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000E, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha, CallFunc_BooleanAND_ReturnValue_4) == 0x00000F, "Member 'ABP_MainChar_Male_FP_C_GetLeftHandIKAlpha::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetWeaponHandOffset \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset) == 0x000010, "Wrong alignment on ABP_MainChar_Male_FP_C_GetWeaponHandOffset"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset) == 0x000180, "Wrong size on ABP_MainChar_Male_FP_C_GetWeaponHandOffset"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetSocketTransform_ReturnValue) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, K2Node_DynamicCast_AsFGWeapon_Ranged_Base) == 0x000050, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::K2Node_DynamicCast_AsFGWeapon_Ranged_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000060, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Location) == 0x000094, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Rotation) == 0x0000A0, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Scale) == 0x0000AC, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetMuzzleLocation_Location) == 0x0000B8, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetMuzzleLocation_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetMuzzleLocation_Rotation) == 0x0000C4, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetMuzzleLocation_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetMuzzleLocation_ReturnValue) == 0x0000D0, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetMuzzleLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GetSocketTransform_ReturnValue_2) == 0x0000E0, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_InverseTransformLocation_ReturnValue) == 0x000110, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Location_1) == 0x00011C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Rotation_1) == 0x000128, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_BreakTransform_Scale_1) == 0x000134, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000140, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00014C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000158, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_Add_VectorVector_ReturnValue) == 0x000164, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponHandOffset, CallFunc_TransformDirection_ReturnValue) == 0x000170, "Member 'ABP_MainChar_Male_FP_C_GetWeaponHandOffset::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetWeaponRollLimit \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetWeaponRollLimit"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit) == 0x00003C, "Wrong size on ABP_MainChar_Male_FP_C_GetWeaponRollLimit"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_byte_Variable) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_1) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_2) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_3) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_4) == 0x000018, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_5) == 0x00001C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_6) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_7) == 0x000024, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_8) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_9) == 0x00002C, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_10) == 0x000030, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, Temp_float_Variable_11) == 0x000034, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetWeaponRollLimit, K2Node_Select_Default) == 0x000038, "Member 'ABP_MainChar_Male_FP_C_GetWeaponRollLimit::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha) == 0x000010, "Wrong size on ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha) == 0x000008, "Wrong size on ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetRangedAimCorrectionRotateAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetBarrelGripAlpha \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetBarrelGripAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha) == 0x00002C, "Wrong size on ABP_MainChar_Male_FP_C_GetBarrelGripAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_GetCurveValue_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00000C, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000014, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_FInterpTo_ReturnValue) == 0x000018, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000020, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000024, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetBarrelGripAlpha, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000028, "Member 'ABP_MainChar_Male_FP_C_GetBarrelGripAlpha::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetAltCoreAlpha \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetAltCoreAlpha"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha) == 0x00000C, "Wrong size on ABP_MainChar_Male_FP_C_GetAltCoreAlpha"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha, ReturnValue) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha, CallFunc_GetCurveValue_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_AnimGraph \ static_assert(alignof(ABP_MainChar_Male_FP_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MainChar_Male_FP_C_AnimGraph"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_AnimGraph) == 0x000010, "Wrong size on ABP_MainChar_Male_FP_C_AnimGraph"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_WinchRing \ static_assert(alignof(ABP_MainChar_Male_FP_C_WinchRing) == 0x000008, "Wrong alignment on ABP_MainChar_Male_FP_C_WinchRing"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_WinchRing) == 0x000020, "Wrong size on ABP_MainChar_Male_FP_C_WinchRing"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_WinchRing, InBasePose) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_WinchRing::InBasePose' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_WinchRing, WinchRing_0) == 0x000010, "Member 'ABP_MainChar_Male_FP_C_WinchRing::WinchRing_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainChar_Male_FP_C_GetAltCoreAlpha1 \ static_assert(alignof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha1) == 0x000004, "Wrong alignment on ABP_MainChar_Male_FP_C_GetAltCoreAlpha1"); \ static_assert(sizeof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha1) == 0x00000C, "Wrong size on ABP_MainChar_Male_FP_C_GetAltCoreAlpha1"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha1, Alpha) == 0x000000, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha1::Alpha' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha1, CallFunc_GetCurveValue_ReturnValue) == 0x000004, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha1::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainChar_Male_FP_C_GetAltCoreAlpha1, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_MainChar_Male_FP_C_GetAltCoreAlpha1::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MainChar_Male_FP_C \ static_assert(alignof(UABP_MainChar_Male_FP_C) == 0x000010, "Wrong alignment on UABP_MainChar_Male_FP_C"); \ static_assert(sizeof(UABP_MainChar_Male_FP_C) == 0x0191B0, "Wrong size on UABP_MainChar_Male_FP_C"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MainChar_Male_FP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose_5) == 0x0002C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_19) == 0x000420, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_50) == 0x000448, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_15) == 0x0004E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_250) == 0x0005A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_250' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_18) == 0x000628, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Root_1) == 0x000650, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_93) == 0x000680, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_92) == 0x0006A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_91) == 0x0006D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_90) == 0x0006F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_89) == 0x000720, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_88) == 0x000748, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_87) == 0x000770, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_86) == 0x000798, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_85) == 0x0007C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_84) == 0x0007E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_83) == 0x000810, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_82) == 0x000838, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_81) == 0x000860, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_80) == 0x000888, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_79) == 0x0008B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_78) == 0x0008D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_77) == 0x000900, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_76) == 0x000928, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_75) == 0x000950, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_74) == 0x000978, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_73) == 0x0009A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_72) == 0x0009C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_71) == 0x0009F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_70) == 0x000A18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_69) == 0x000A40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_68) == 0x000A68, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_67) == 0x000A90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_66) == 0x000AB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_65) == 0x000AE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_64) == 0x000B08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_63) == 0x000B30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_62) == 0x000B58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_61) == 0x000B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_60) == 0x000BA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_59) == 0x000BD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_58) == 0x000BF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_57) == 0x000C20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_56) == 0x000C48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_55) == 0x000C70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_54) == 0x000C98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_53) == 0x000CC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_52) == 0x000CE8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_51) == 0x000D10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_50) == 0x000D38, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_49) == 0x000D60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_48) == 0x000D88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_47) == 0x000DB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_46) == 0x000DD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_45) == 0x000E00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_44) == 0x000E28, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_43) == 0x000E50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_42) == 0x000E78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_41) == 0x000EA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_40) == 0x000EC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_39) == 0x000EF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_38) == 0x000F18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_37) == 0x000F40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_36) == 0x000F68, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_35) == 0x000F90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_34) == 0x000FB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_33) == 0x000FE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_32) == 0x001008, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_31) == 0x001030, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_30) == 0x001058, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_29) == 0x001080, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_28) == 0x0010A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_27) == 0x0010D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_26) == 0x0010F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_25) == 0x001120, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_24) == 0x001148, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_23) == 0x001170, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_249) == 0x001198, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_249' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_32) == 0x001218, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_248) == 0x001248, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_248' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_31) == 0x0012C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_247) == 0x0012F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_247' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_30) == 0x001378, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_246) == 0x0013A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_246' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_29) == 0x001428, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_245) == 0x001458, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_245' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_28) == 0x0014D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_117) == 0x001508, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_117' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_116) == 0x0015F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_116' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_49) == 0x0016D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_27) == 0x001778, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateMachine_2) == 0x0017A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_26) == 0x001858, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_22) == 0x001888, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_21) == 0x0018B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_20) == 0x0018D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_19) == 0x001900, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_18) == 0x001928, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_17) == 0x001950, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_16) == 0x001978, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_15) == 0x0019A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_14) == 0x0019C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_13) == 0x0019F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_12) == 0x001A18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_11) == 0x001A40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_10) == 0x001A68, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_9) == 0x001A90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_8) == 0x001AB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_7) == 0x001AE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_6) == 0x001B08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_5) == 0x001B30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_4) == 0x001B58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_3) == 0x001B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_2) == 0x001BA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_244) == 0x001BD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_244' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_63) == 0x001C50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_243) == 0x001D00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_243' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_25) == 0x001D80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_48) == 0x001DB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_62) == 0x001E50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_242) == 0x001F00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_242' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_241) == 0x001F80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_241' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_240) == 0x002000, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_240' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_239) == 0x002080, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_239' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_47) == 0x002100, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_24) == 0x0021A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_238) == 0x0021D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_238' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_237) == 0x002250, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_237' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_46) == 0x0022D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_61) == 0x002370, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_45) == 0x002420, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_236) == 0x0024C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_236' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_235) == 0x002540, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_235' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_23) == 0x0025C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_234) == 0x0025F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_234' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_60) == 0x002670, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_233) == 0x002720, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_233' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_22) == 0x0027A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_232) == 0x0027D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_232' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_59) == 0x002850, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_231) == 0x002900, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_231' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_21) == 0x002980, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_44) == 0x0029B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_58) == 0x002A50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_230) == 0x002B00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_230' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_229) == 0x002B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_229' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_228) == 0x002C00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_228' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_227) == 0x002C80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_227' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_43) == 0x002D00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_20) == 0x002DA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_226) == 0x002DD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_226' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_225) == 0x002E50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_225' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_57) == 0x002ED0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_42) == 0x002F80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_224) == 0x003020, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_224' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_223) == 0x0030A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_223' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_41) == 0x003120, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_19) == 0x0031C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_222) == 0x0031F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_222' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_221) == 0x003270, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_221' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_40) == 0x0032F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_56) == 0x003390, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_220) == 0x003440, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_220' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_219) == 0x0034C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_219' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_39) == 0x003540, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_18) == 0x0035E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_218) == 0x003610, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_218' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_17) == 0x003690, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_38) == 0x0036C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_55) == 0x003760, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_217) == 0x003810, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_217' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_216) == 0x003890, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_216' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_215) == 0x003910, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_215' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_214) == 0x003990, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_214' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_37) == 0x003A10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_16) == 0x003AB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateMachine_1) == 0x003AE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_15) == 0x003B90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_213) == 0x003BC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_213' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_212) == 0x003C40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_212' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_211) == 0x003CC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_211' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_210) == 0x003D40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_210' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_54) == 0x003DC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_209) == 0x003E70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_209' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_14) == 0x003EF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_208) == 0x003F20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_208' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_207) == 0x003FA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_207' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_206) == 0x004020, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_206' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_205) == 0x0040A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_205' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_204) == 0x004120, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_204' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_203) == 0x0041A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_203' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_202) == 0x004220, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_202' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_53) == 0x0042A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_13) == 0x004350, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_201) == 0x004380, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_201' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_52) == 0x004400, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_200) == 0x0044B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_200' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_199) == 0x004530, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_199' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_198) == 0x0045B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_198' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_197) == 0x004630, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_197' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_196) == 0x0046B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_196' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_195) == 0x004730, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_195' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_51) == 0x0047B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_194) == 0x004860, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_194' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_12) == 0x0048E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_193) == 0x004910, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_193' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_50) == 0x004990, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_192) == 0x004A40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_192' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_191) == 0x004AC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_191' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_11) == 0x004B40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_190) == 0x004B70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_190' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_189) == 0x004BF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_189' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_188) == 0x004C70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_188' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_187) == 0x004CF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_187' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_186) == 0x004D70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_186' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_49) == 0x004DF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_185) == 0x004EA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_185' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_184) == 0x004F20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_184' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_183) == 0x004FA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_183' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_182) == 0x005020, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_182' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_181) == 0x0050A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_181' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_48) == 0x005120, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_180) == 0x0051D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_180' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_10) == 0x005250, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_14) == 0x005280, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_115) == 0x005340, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_115' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_179) == 0x005428, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_179' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_178) == 0x0054A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_178' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_177) == 0x005528, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_177' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_47) == 0x0055A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_9) == 0x005658, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_176) == 0x005688, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_176' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_175) == 0x005708, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_175' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_46) == 0x005788, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_174) == 0x005838, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_174' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_8) == 0x0058B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_173) == 0x0058E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_173' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_172) == 0x005968, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_172' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_45) == 0x0059E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_171) == 0x005A98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_171' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_7) == 0x005B18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_170) == 0x005B48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_170' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_169) == 0x005BC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_169' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_168) == 0x005C48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_168' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_167) == 0x005CC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_167' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_166) == 0x005D48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_166' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_44) == 0x005DC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_165) == 0x005E78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_165' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_164) == 0x005EF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_164' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_163) == 0x005F78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_163' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_162) == 0x005FF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_162' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_13) == 0x006078, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_114) == 0x006138, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_114' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_161) == 0x006220, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_161' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_160) == 0x0062A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_160' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_159) == 0x006320, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_159' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_43) == 0x0063A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_158) == 0x006450, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_158' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_6) == 0x0064D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult_1) == 0x006500, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_157) == 0x006528, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_157' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_156) == 0x0065A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_156' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_155) == 0x006628, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_155' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_154) == 0x0066A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_154' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_153) == 0x006728, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_153' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_42) == 0x0067A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_152) == 0x006858, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_152' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_151) == 0x0068D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_151' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_150) == 0x006958, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_150' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_149) == 0x0069D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_149' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_148) == 0x006A58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_148' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_147) == 0x006AD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_147' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_41) == 0x006B58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_146) == 0x006C08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_146' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_5) == 0x006C88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TransitionResult) == 0x006CB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_145) == 0x006CE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_145' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_144) == 0x006D60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_144' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_143) == 0x006DE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_143' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_40) == 0x006E60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_142) == 0x006F10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_142' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_141) == 0x006F90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_141' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_140) == 0x007010, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_140' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_139) == 0x007090, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_139' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_138) == 0x007110, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_138' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_137) == 0x007190, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_137' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_136) == 0x007210, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_136' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_135) == 0x007290, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_135' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_39) == 0x007310, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_134) == 0x0073C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_134' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_4) == 0x007440, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_133) == 0x007470, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_133' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_132) == 0x0074F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_132' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_131) == 0x007570, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_131' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_130) == 0x0075F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_130' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_129) == 0x007670, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_129' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_128) == 0x0076F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_128' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_127) == 0x007770, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_127' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_126) == 0x0077F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_126' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_125) == 0x007870, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_125' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_124) == 0x0078F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_124' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_123) == 0x007970, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_123' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_122) == 0x0079F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_122' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_121) == 0x007A70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_121' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_120) == 0x007AF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_120' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_119) == 0x007B70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_119' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_118) == 0x007BF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_118' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_117) == 0x007C70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_117' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_116) == 0x007CF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_116' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_115) == 0x007D70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_115' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_114) == 0x007DF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_114' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_38) == 0x007E70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_37) == 0x007F20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_36) == 0x007FD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_35) == 0x008080, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_113) == 0x008130, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_113' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_112) == 0x0081B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_112' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_111) == 0x008230, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_111' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_110) == 0x0082B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_110' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_109) == 0x008330, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_109' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_108) == 0x0083B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_108' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_107) == 0x008430, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_107' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_106) == 0x0084B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_106' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_105) == 0x008530, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_105' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_104) == 0x0085B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_104' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_103) == 0x008630, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_103' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_34) == 0x0086B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_36) == 0x008760, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_102) == 0x008800, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_102' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_101) == 0x008880, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_101' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_100) == 0x008900, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_100' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_99) == 0x008980, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_99' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_98) == 0x008A00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_98' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_97) == 0x008A80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_97' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_96) == 0x008B00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_96' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_33) == 0x008B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_35) == 0x008C30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_95) == 0x008CD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_95' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_94) == 0x008D50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_94' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_93) == 0x008DD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_93' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_92) == 0x008E50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_92' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_91) == 0x008ED0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_91' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_90) == 0x008F50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_89) == 0x008FD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_88) == 0x009050, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_87) == 0x0090D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_34) == 0x009150, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_32) == 0x0091F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_86) == 0x0092A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_85) == 0x009320, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_31) == 0x0093A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_84) == 0x009450, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_83) == 0x0094D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_82) == 0x009550, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_3) == 0x0095D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_113) == 0x009600, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_113' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_112) == 0x0096E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_112' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_81) == 0x0097D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_80) == 0x009850, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_79) == 0x0098D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_111) == 0x009950, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_111' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_110) == 0x009A38, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_110' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_109) == 0x009B20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_109' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_108) == 0x009C08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_108' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_78) == 0x009CF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_77) == 0x009D70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_76) == 0x009DF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_75) == 0x009E70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_30) == 0x009EF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_74) == 0x009FA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_73) == 0x00A020, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_29) == 0x00A0A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_28) == 0x00A150, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_107) == 0x00A200, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_107' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_106) == 0x00A2E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_106' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_105) == 0x00A3D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_105' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_33) == 0x00A4B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_104) == 0x00A558, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_104' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_103) == 0x00A640, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_103' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_32) == 0x00A728, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_31) == 0x00A7C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_102) == 0x00A868, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_102' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_72) == 0x00A950, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_71) == 0x00A9D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_70) == 0x00AA50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_101) == 0x00AAD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_101' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_69) == 0x00ABB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_100) == 0x00AC38, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_100' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_99) == 0x00AD20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_99' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_68) == 0x00AE08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_67) == 0x00AE88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_66) == 0x00AF08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_98) == 0x00AF88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_98' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_97) == 0x00B070, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_97' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_96) == 0x00B158, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_96' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_30) == 0x00B240, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_65) == 0x00B2E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_64) == 0x00B360, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_27) == 0x00B3E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_12) == 0x00B490, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_29) == 0x00B550, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoBoneIK_3) == 0x00B5F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x00B7D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoBoneIK_2) == 0x00B7F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LocalToComponentSpace_3) == 0x00B9D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_95) == 0x00B9F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_95' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_63) == 0x00BAD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_62) == 0x00BB58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_61) == 0x00BBD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_26) == 0x00BC58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_94) == 0x00BD08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_94' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_93) == 0x00BDF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_93' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_92) == 0x00BED8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_92' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_91) == 0x00BFC0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_91' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_90) == 0x00C0A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_89) == 0x00C190, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_25) == 0x00C278, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_88) == 0x00C328, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_11) == 0x00C410, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_28) == 0x00C4D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_10) == 0x00C570, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_87) == 0x00C630, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_2) == 0x00C718, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_86) == 0x00C748, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_85) == 0x00C830, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_60) == 0x00C918, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_59) == 0x00C998, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_58) == 0x00CA18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_57) == 0x00CA98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_56) == 0x00CB18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_55) == 0x00CB98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_54) == 0x00CC18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_53) == 0x00CC98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_24) == 0x00CD18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_23) == 0x00CDC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_84) == 0x00CE78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_27) == 0x00CF60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_83) == 0x00D000, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_82) == 0x00D0E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_26) == 0x00D1D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_81) == 0x00D270, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_80) == 0x00D358, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_79) == 0x00D440, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_78) == 0x00D528, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_77) == 0x00D610, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_52) == 0x00D6F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_51) == 0x00D778, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_22) == 0x00D7F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_25) == 0x00D8A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_76) == 0x00D948, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_75) == 0x00DA30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_74) == 0x00DB18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_73) == 0x00DC00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_72) == 0x00DCE8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_50) == 0x00DDD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_49) == 0x00DE50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_21) == 0x00DED0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_9) == 0x00DF80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult_1) == 0x00E040, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_71) == 0x00E070, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_70) == 0x00E158, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_69) == 0x00E240, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_68) == 0x00E328, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_67) == 0x00E410, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_66) == 0x00E4F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_48) == 0x00E5E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_47) == 0x00E660, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_46) == 0x00E6E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_45) == 0x00E760, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_44) == 0x00E7E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_20) == 0x00E860, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_43) == 0x00E910, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_42) == 0x00E990, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_65) == 0x00EA10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_64) == 0x00EAF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_63) == 0x00EBE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_62) == 0x00ECC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_41) == 0x00EDB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_19) == 0x00EE30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_61) == 0x00EEE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_60) == 0x00EFC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_24) == 0x00F0B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_59) == 0x00F150, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_58) == 0x00F238, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_57) == 0x00F320, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_18) == 0x00F408, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_56) == 0x00F4B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_55) == 0x00F5A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_54) == 0x00F688, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_17) == 0x00F770, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_53) == 0x00F820, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_52) == 0x00F908, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_51) == 0x00F9F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_16) == 0x00FAD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_50) == 0x00FB88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_49) == 0x00FC70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_48) == 0x00FD58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_15) == 0x00FE40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_47) == 0x00FEF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_46) == 0x00FFD8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_23) == 0x0100C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_45) == 0x010160, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_44) == 0x010248, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_22) == 0x010330, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_43) == 0x0103D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_42) == 0x0104B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_21) == 0x0105A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_41) == 0x010640, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_40) == 0x010728, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_20) == 0x010810, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_39) == 0x0108B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_38) == 0x010998, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_19) == 0x010A80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_37) == 0x010B20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_8) == 0x010C08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_36) == 0x010CC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_35) == 0x010DB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_34) == 0x010E98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_33) == 0x010F80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_32) == 0x011068, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_18) == 0x011150, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_40) == 0x0111F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_39) == 0x011270, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_31) == 0x0112F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_14) == 0x0113D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_30) == 0x011488, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_29) == 0x011570, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_28) == 0x011658, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_27) == 0x011740, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_26) == 0x011828, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_38) == 0x011910, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_37) == 0x011990, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_25) == 0x011A10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_13) == 0x011AF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_17) == 0x011BA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_24) == 0x011C48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_23) == 0x011D30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_22) == 0x011E18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_21) == 0x011F00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_20) == 0x011FE8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_36) == 0x0120D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_35) == 0x012150, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_12) == 0x0121D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_16) == 0x012280, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_34) == 0x012320, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_33) == 0x0123A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_32) == 0x012420, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_31) == 0x0124A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_19) == 0x012520, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_18) == 0x012608, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_17) == 0x0126F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_16) == 0x0127D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_15) == 0x0128C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_14) == 0x0129A8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_13) == 0x012A90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_12) == 0x012B78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_30) == 0x012C60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_29) == 0x012CE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_11) == 0x012D60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_11) == 0x012E48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_10) == 0x012EF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_9) == 0x012FE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_8) == 0x0130C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_7) == 0x0131B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_6) == 0x013298, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_10) == 0x013380, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_5) == 0x013430, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_4) == 0x013518, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_3) == 0x013600, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_9) == 0x0136E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoBoneIK_1) == 0x0137A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x013980, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoBoneIK) == 0x0139A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LocalToComponentSpace_2) == 0x013B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_2) == 0x013BA0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_15) == 0x013C88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer_1) == 0x013D28, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_7) == 0x013E10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoWayBlend_3) == 0x013ED0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_14) == 0x013F98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_6) == 0x014038, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendSpacePlayer) == 0x0140F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateResult) == 0x0141E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_StateMachine) == 0x014210, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_8) == 0x0142C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose_4) == 0x014308, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_17) == 0x014460, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_5) == 0x014488, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_16) == 0x014548, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_RotationOffsetBlendSpace_3) == 0x014570, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_RotationOffsetBlendSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_13) == 0x014700, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose_3) == 0x0147A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_RotationOffsetBlendSpace_2) == 0x0148F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_RotationOffsetBlendSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x014A88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LocalToComponentSpace_1) == 0x014AA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_8) == 0x014AC8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LinkedInputPose) == 0x014BD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_12) == 0x014CE8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_7) == 0x014D88, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_15) == 0x014DD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_6) == 0x014DF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_4) == 0x014E40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_14) == 0x014F00, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_5) == 0x014F28, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_13) == 0x014F70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyAdditive) == 0x014F98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose_2) == 0x015060, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_12) == 0x0151B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_11) == 0x0151E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_4) == 0x015208, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_28) == 0x015250, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x0152D0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_27) == 0x015460, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_8) == 0x0154E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_26) == 0x015590, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_CCDIK_2) == 0x015610, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_CCDIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoWayBlend_2) == 0x015790, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_7) == 0x015858, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_25) == 0x015908, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_24) == 0x015988, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoWayBlend_1) == 0x015A08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_10) == 0x015AD0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_3) == 0x015AF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_CopyBone_1) == 0x015B40, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_CopyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LocalToComponentSpace) == 0x015C30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ComponentToLocalSpace) == 0x015C50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_9) == 0x015C70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_23) == 0x015C98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_7) == 0x015D18, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_6) == 0x015E20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_CopyBone) == 0x015F28, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_CopyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_11) == 0x016018, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_2) == 0x0160B8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_8) == 0x016100, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose_1) == 0x016128, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_22) == 0x016280, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_21) == 0x016300, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_10) == 0x016380, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_20) == 0x016420, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_9) == 0x0164A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_19) == 0x016540, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot_1) == 0x0165C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_3) == 0x016608, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_7) == 0x0166C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_6) == 0x0166F0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_CCDIK_1) == 0x016720, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_CCDIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_8) == 0x0168A0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_5) == 0x016940, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_4) == 0x016A48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Root) == 0x016B50, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_6) == 0x016B80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_3) == 0x016C30, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_18) == 0x016D38, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_7) == 0x016DB8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_6) == 0x016E58, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_17) == 0x016EF8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_5) == 0x016F78, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_5) == 0x017018, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_16) == 0x0170C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_4) == 0x017148, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_4) == 0x0171F8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_15) == 0x017298, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_14) == 0x017318, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_13) == 0x017398, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_2) == 0x017418, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_5) == 0x0174D8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend_1) == 0x017500, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_4) == 0x0175C0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_12) == 0x0175E8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_3) == 0x017668, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_3) == 0x017690, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_11) == 0x017730, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x0177B0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_2) == 0x017880, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone_1) == 0x017988, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ModifyBone) == 0x017A90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_TwoWayBlend) == 0x017B98, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LinkedAnimLayer) == 0x017C60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_10) == 0x017D10, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x017D90, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_9) == 0x017E60, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x017EE0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_8) == 0x017FB0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_3) == 0x018030, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_7) == 0x0180E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_6) == 0x018160, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_2) == 0x0181E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_5) == 0x018290, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x018310, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_4) == 0x0183E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_3) == 0x018460, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum_1) == 0x0184E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_2) == 0x018590, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer_1) == 0x018610, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SequencePlayer) == 0x018690, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x018710, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_Slot) == 0x0187E0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_2) == 0x018828, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_SaveCachedPose) == 0x0188C8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_2) == 0x018A20, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose_1) == 0x018A48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_CCDIK) == 0x018A70, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_CCDIK' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x018BF0, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_UseCachedPose) == 0x018D80, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool_1) == 0x018DA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_LayeredBoneBlend) == 0x018E48, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByBool) == 0x018F08, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AnimGraphNode_BlendListByEnum) == 0x018FA8, "Member 'UABP_MainChar_Male_FP_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, Pitch) == 0x019058, "Member 'UABP_MainChar_Male_FP_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, Yaw) == 0x01905C, "Member 'UABP_MainChar_Male_FP_C::Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, Speed) == 0x019060, "Member 'UABP_MainChar_Male_FP_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, MoveForward) == 0x019064, "Member 'UABP_MainChar_Male_FP_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, MoveUp) == 0x019068, "Member 'UABP_MainChar_Male_FP_C::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, MoveRight) == 0x01906C, "Member 'UABP_MainChar_Male_FP_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bIsFying) == 0x019070, "Member 'UABP_MainChar_Male_FP_C::bIsFying' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bCrouched) == 0x019071, "Member 'UABP_MainChar_Male_FP_C::bCrouched' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, Player) == 0x019078, "Member 'UABP_MainChar_Male_FP_C::Player' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, CameraControlRotation) == 0x019080, "Member 'UABP_MainChar_Male_FP_C::CameraControlRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bFPUseControllRotationForCameraBone) == 0x01908C, "Member 'UABP_MainChar_Male_FP_C::bFPUseControllRotationForCameraBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bIsLiftingRope) == 0x01908D, "Member 'UABP_MainChar_Male_FP_C::bIsLiftingRope' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, RopeAngle) == 0x019090, "Member 'UABP_MainChar_Male_FP_C::RopeAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, RopeTakeLocation) == 0x019094, "Member 'UABP_MainChar_Male_FP_C::RopeTakeLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bTakingRopeRight) == 0x0190A0, "Member 'UABP_MainChar_Male_FP_C::bTakingRopeRight' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bTakingRopeLeft) == 0x0190A1, "Member 'UABP_MainChar_Male_FP_C::bTakingRopeLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bRopeAttached) == 0x0190A2, "Member 'UABP_MainChar_Male_FP_C::bRopeAttached' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, RopeIKAlpha) == 0x0190A4, "Member 'UABP_MainChar_Male_FP_C::RopeIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponType) == 0x0190A8, "Member 'UABP_MainChar_Male_FP_C::WeaponType' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bTargeting) == 0x0190A9, "Member 'UABP_MainChar_Male_FP_C::bTargeting' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TargetingAlpha) == 0x0190AC, "Member 'UABP_MainChar_Male_FP_C::TargetingAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, LeftHandIKAlpha) == 0x0190B0, "Member 'UABP_MainChar_Male_FP_C::LeftHandIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, RangedWeaponMesh) == 0x0190B8, "Member 'UABP_MainChar_Male_FP_C::RangedWeaponMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bRunning) == 0x0190C0, "Member 'UABP_MainChar_Male_FP_C::bRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bJumping) == 0x0190C1, "Member 'UABP_MainChar_Male_FP_C::bJumping' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bFalling) == 0x0190C2, "Member 'UABP_MainChar_Male_FP_C::bFalling' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, LastJumpWasVeryHigh) == 0x0190C3, "Member 'UABP_MainChar_Male_FP_C::LastJumpWasVeryHigh' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, isInJumpRecover) == 0x0190C4, "Member 'UABP_MainChar_Male_FP_C::isInJumpRecover' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponHandRotation) == 0x0190C8, "Member 'UABP_MainChar_Male_FP_C::WeaponHandRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, LastRotation) == 0x0190D4, "Member 'UABP_MainChar_Male_FP_C::LastRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponHandOffsetAlpha) == 0x0190E0, "Member 'UABP_MainChar_Male_FP_C::WeaponHandOffsetAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bIsWinchPlaying) == 0x0190E4, "Member 'UABP_MainChar_Male_FP_C::bIsWinchPlaying' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bIsWinchPulling) == 0x0190E5, "Member 'UABP_MainChar_Male_FP_C::bIsWinchPulling' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TurnPlayRate) == 0x0190E8, "Member 'UABP_MainChar_Male_FP_C::TurnPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AimYawDelta) == 0x0190EC, "Member 'UABP_MainChar_Male_FP_C::AimYawDelta' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, PlayingTurnInPlaceMontage) == 0x0190F0, "Member 'UABP_MainChar_Male_FP_C::PlayingTurnInPlaceMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponRecoilAlpha) == 0x0190F8, "Member 'UABP_MainChar_Male_FP_C::WeaponRecoilAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponRecoilTargetAlpha) == 0x0190FC, "Member 'UABP_MainChar_Male_FP_C::WeaponRecoilTargetAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponRecoilOffset) == 0x019100, "Member 'UABP_MainChar_Male_FP_C::WeaponRecoilOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WeaponHandRoll) == 0x01910C, "Member 'UABP_MainChar_Male_FP_C::WeaponHandRoll' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bFiring) == 0x019110, "Member 'UABP_MainChar_Male_FP_C::bFiring' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, HeavyItemOffset) == 0x019118, "Member 'UABP_MainChar_Male_FP_C::HeavyItemOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, HeavyItemNoGravityOffset) == 0x019120, "Member 'UABP_MainChar_Male_FP_C::HeavyItemNoGravityOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AimZOffset) == 0x019128, "Member 'UABP_MainChar_Male_FP_C::AimZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, SavedMusicState) == 0x01912C, "Member 'UABP_MainChar_Male_FP_C::SavedMusicState' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, PistolGlobalOffsetFromCurve) == 0x019130, "Member 'UABP_MainChar_Male_FP_C::PistolGlobalOffsetFromCurve' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, GlobalClaviclesOffset) == 0x019134, "Member 'UABP_MainChar_Male_FP_C::GlobalClaviclesOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, CrouchOffset) == 0x019140, "Member 'UABP_MainChar_Male_FP_C::CrouchOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, PistolOffset) == 0x01914C, "Member 'UABP_MainChar_Male_FP_C::PistolOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WantsLookoutSide) == 0x019158, "Member 'UABP_MainChar_Male_FP_C::WantsLookoutSide' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bTotemHold) == 0x019159, "Member 'UABP_MainChar_Male_FP_C::bTotemHold' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TotemTurnRigth) == 0x01915C, "Member 'UABP_MainChar_Male_FP_C::TotemTurnRigth' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bIsStartHoldTotem) == 0x019160, "Member 'UABP_MainChar_Male_FP_C::bIsStartHoldTotem' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bNearlyTotem) == 0x019161, "Member 'UABP_MainChar_Male_FP_C::bNearlyTotem' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bWinchRingAiming) == 0x019162, "Member 'UABP_MainChar_Male_FP_C::bWinchRingAiming' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, CameraControlRotaionAlpha) == 0x019164, "Member 'UABP_MainChar_Male_FP_C::CameraControlRotaionAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, BigTotemOffsetAlpha) == 0x019168, "Member 'UABP_MainChar_Male_FP_C::BigTotemOffsetAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, LookOutAlpha) == 0x01916C, "Member 'UABP_MainChar_Male_FP_C::LookOutAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bUsingAdvancedRope) == 0x019170, "Member 'UABP_MainChar_Male_FP_C::bUsingAdvancedRope' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, BarrelGripType) == 0x019171, "Member 'UABP_MainChar_Male_FP_C::BarrelGripType' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TestBoolEnable) == 0x019172, "Member 'UABP_MainChar_Male_FP_C::TestBoolEnable' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, WinchPlayingAlpha) == 0x019174, "Member 'UABP_MainChar_Male_FP_C::WinchPlayingAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AltCoreEnabled) == 0x019178, "Member 'UABP_MainChar_Male_FP_C::AltCoreEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, AltCoreEnabledAlpha) == 0x01917C, "Member 'UABP_MainChar_Male_FP_C::AltCoreEnabledAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, IsHoldingRofleemo) == 0x019180, "Member 'UABP_MainChar_Male_FP_C::IsHoldingRofleemo' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TabletopGameClass) == 0x019188, "Member 'UABP_MainChar_Male_FP_C::TabletopGameClass' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bInTableTopGame) == 0x019190, "Member 'UABP_MainChar_Male_FP_C::bInTableTopGame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TabletopGame) == 0x019198, "Member 'UABP_MainChar_Male_FP_C::TabletopGame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, TabletopPlayer) == 0x0191A0, "Member 'UABP_MainChar_Male_FP_C::TabletopPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, IsTabletopThinking) == 0x0191A8, "Member 'UABP_MainChar_Male_FP_C::IsTabletopThinking' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bCameraBobbingDisabled) == 0x0191A9, "Member 'UABP_MainChar_Male_FP_C::bCameraBobbingDisabled' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bMopFightMode) == 0x0191AA, "Member 'UABP_MainChar_Male_FP_C::bMopFightMode' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, MusicalInstrument) == 0x0191AB, "Member 'UABP_MainChar_Male_FP_C::MusicalInstrument' has a wrong offset!"); \ static_assert(offsetof(UABP_MainChar_Male_FP_C, bPlayingMusic) == 0x0191AC, "Member 'UABP_MainChar_Male_FP_C::bPlayingMusic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABandageT3_C \ static_assert(alignof(ABandageT3_C) == 0x000010, "Wrong alignment on ABandageT3_C"); \ static_assert(sizeof(ABandageT3_C) == 0x000540, "Wrong size on ABandageT3_C"); \ #define DUMPER7_ASSERTS_GenericGun_C_GetItemSelection \ static_assert(alignof(GenericGun_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericGun_C_GetItemSelection"); \ static_assert(sizeof(GenericGun_C_GetItemSelection) == 0x000130, "Wrong size on GenericGun_C_GetItemSelection"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericGun_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, Player) == 0x000088, "Member 'GenericGun_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, SelectionText) == 0x000090, "Member 'GenericGun_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericGun_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericGun_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'GenericGun_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012C, "Member 'GenericGun_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGun_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012D, "Member 'GenericGun_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericGun_C_GetItemDurability \ static_assert(alignof(GenericGun_C_GetItemDurability) == 0x000008, "Wrong alignment on GenericGun_C_GetItemDurability"); \ static_assert(sizeof(GenericGun_C_GetItemDurability) == 0x000018, "Wrong size on GenericGun_C_GetItemDurability"); \ static_assert(offsetof(GenericGun_C_GetItemDurability, ReturnValue) == 0x000000, "Member 'GenericGun_C_GetItemDurability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericGun_C \ static_assert(alignof(AGenericGun_C) == 0x000010, "Wrong alignment on AGenericGun_C"); \ static_assert(sizeof(AGenericGun_C) == 0x001710, "Wrong size on AGenericGun_C"); \ #define DUMPER7_ASSERTS_AGun_1_C \ static_assert(alignof(AGun_1_C) == 0x000010, "Wrong alignment on AGun_1_C"); \ static_assert(sizeof(AGun_1_C) == 0x001710, "Wrong size on AGun_1_C"); \ #define DUMPER7_ASSERTS_AGun_Flamethrower_C \ static_assert(alignof(AGun_Flamethrower_C) == 0x000010, "Wrong alignment on AGun_Flamethrower_C"); \ static_assert(sizeof(AGun_Flamethrower_C) == 0x001710, "Wrong size on AGun_Flamethrower_C"); \ #define DUMPER7_ASSERTS_ACopperOre_C \ static_assert(alignof(ACopperOre_C) == 0x000010, "Wrong alignment on ACopperOre_C"); \ static_assert(sizeof(ACopperOre_C) == 0x000430, "Wrong size on ACopperOre_C"); \ #define DUMPER7_ASSERTS_AStrangePlant_C \ static_assert(alignof(AStrangePlant_C) == 0x000010, "Wrong alignment on AStrangePlant_C"); \ static_assert(sizeof(AStrangePlant_C) == 0x000430, "Wrong size on AStrangePlant_C"); \ #define DUMPER7_ASSERTS_AWinch_C \ static_assert(alignof(AWinch_C) == 0x000010, "Wrong alignment on AWinch_C"); \ static_assert(sizeof(AWinch_C) == 0x0011F0, "Wrong size on AWinch_C"); \ #define DUMPER7_ASSERTS_Hammer_C_ExecuteUbergraph_Hammer \ static_assert(alignof(Hammer_C_ExecuteUbergraph_Hammer) == 0x000008, "Wrong alignment on Hammer_C_ExecuteUbergraph_Hammer"); \ static_assert(sizeof(Hammer_C_ExecuteUbergraph_Hammer) == 0x000078, "Wrong size on Hammer_C_ExecuteUbergraph_Hammer"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, EntryPoint) == 0x000000, "Member 'Hammer_C_ExecuteUbergraph_Hammer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_AsThird_Person_Character) == 0x000010, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetOwner_ReturnValue_1) == 0x000020, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_IsLocallyControlled_ReturnValue) == 0x000028, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000030, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000039, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetGameInstance_ReturnValue) == 0x000040, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_AsFGGame_Instance) == 0x000048, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetGameInstance_ReturnValue_1) == 0x000058, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetShouldSkipEquipAnimations_ReturnValue) == 0x000060, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetShouldSkipEquipAnimations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000068, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'Hammer_C_ExecuteUbergraph_Hammer::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ExecuteUbergraph_Hammer, CallFunc_GetShouldSkipEquipAnimations_ReturnValue_1) == 0x000071, "Member 'Hammer_C_ExecuteUbergraph_Hammer::CallFunc_GetShouldSkipEquipAnimations_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hammer_C_AttachToCharacter \ static_assert(alignof(Hammer_C_AttachToCharacter) == 0x000008, "Wrong alignment on Hammer_C_AttachToCharacter"); \ static_assert(sizeof(Hammer_C_AttachToCharacter) == 0x000048, "Wrong size on Hammer_C_AttachToCharacter"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Hammer_C_AttachToCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Hammer_C_AttachToCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Hammer_C_AttachToCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'Hammer_C_AttachToCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'Hammer_C_AttachToCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_Array_Get_Item) == 0x000028, "Member 'Hammer_C_AttachToCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, K2Node_DynamicCast_AsThird_Person_Character) == 0x000030, "Member 'Hammer_C_AttachToCharacter::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Hammer_C_AttachToCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'Hammer_C_AttachToCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_AttachToCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Hammer_C_AttachToCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hammer_C_DetachFromCharacter \ static_assert(alignof(Hammer_C_DetachFromCharacter) == 0x000008, "Wrong alignment on Hammer_C_DetachFromCharacter"); \ static_assert(sizeof(Hammer_C_DetachFromCharacter) == 0x000048, "Wrong size on Hammer_C_DetachFromCharacter"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Hammer_C_DetachFromCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Hammer_C_DetachFromCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Hammer_C_DetachFromCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'Hammer_C_DetachFromCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'Hammer_C_DetachFromCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_Array_Get_Item) == 0x000028, "Member 'Hammer_C_DetachFromCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, K2Node_DynamicCast_AsThird_Person_Character) == 0x000030, "Member 'Hammer_C_DetachFromCharacter::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'Hammer_C_DetachFromCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'Hammer_C_DetachFromCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_DetachFromCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'Hammer_C_DetachFromCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hammer_C_ApplyCustomization \ static_assert(alignof(Hammer_C_ApplyCustomization) == 0x000008, "Wrong alignment on Hammer_C_ApplyCustomization"); \ static_assert(sizeof(Hammer_C_ApplyCustomization) == 0x000050, "Wrong size on Hammer_C_ApplyCustomization"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, Mesh) == 0x000000, "Member 'Hammer_C_ApplyCustomization::Mesh' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, localNewMesh) == 0x000008, "Member 'Hammer_C_ApplyCustomization::localNewMesh' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, localOldMesh) == 0x000010, "Member 'Hammer_C_ApplyCustomization::localOldMesh' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, Temp_int_Array_Index_Variable) == 0x000018, "Member 'Hammer_C_ApplyCustomization::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'Hammer_C_ApplyCustomization::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'Hammer_C_ApplyCustomization::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'Hammer_C_ApplyCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'Hammer_C_ApplyCustomization::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_Array_Get_Item) == 0x000038, "Member 'Hammer_C_ApplyCustomization::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_SetStaticMesh_ReturnValue) == 0x000040, "Member 'Hammer_C_ApplyCustomization::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'Hammer_C_ApplyCustomization::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'Hammer_C_ApplyCustomization::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Hammer_C_ApplyCustomization, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'Hammer_C_ApplyCustomization::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHammer_C \ static_assert(alignof(AHammer_C) == 0x000010, "Wrong alignment on AHammer_C"); \ static_assert(sizeof(AHammer_C) == 0x000690, "Wrong size on AHammer_C"); \ static_assert(offsetof(AHammer_C, UberGraphFrame) == 0x000680, "Member 'AHammer_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHeavyOrb_Silicon_C \ static_assert(alignof(AHeavyOrb_Silicon_C) == 0x000010, "Wrong alignment on AHeavyOrb_Silicon_C"); \ static_assert(sizeof(AHeavyOrb_Silicon_C) == 0x000760, "Wrong size on AHeavyOrb_Silicon_C"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber \ static_assert(alignof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber) == 0x000008, "Wrong alignment on RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber"); \ static_assert(sizeof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber) == 0x000098, "Wrong size on RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, EntryPoint) == 0x000000, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, Temp_int_Array_Index_Variable) == 0x000004, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, K2Node_Event_LifetimeData_1) == 0x000008, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::K2Node_Event_LifetimeData_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, K2Node_Event_LifetimeData) == 0x000028, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::K2Node_Event_LifetimeData' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetWorldRate_ReturnValue) == 0x000030, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValueAsInt_ReturnValue) == 0x000034, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValueAsInt_ReturnValue_1) == 0x000038, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValueAsInt_ReturnValue_2) == 0x00003C, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValueAsInt_ReturnValue_3) == 0x000040, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValueAsInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValueAsInt_ReturnValue_4) == 0x000048, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValueAsInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Conv_IntToByte_ReturnValue) == 0x00004C, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_HasAuthority_ReturnValue) == 0x00004D, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetValidValue_ReturnValue) == 0x00004E, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Unpack_Rofleemo) == 0x000050, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Unpack_Rofleemo' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_BreakRandomStream_InitialSeed) == 0x000058, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_BreakRandomStream_InitialSeed' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_IsValid_ReturnValue_1) == 0x000064, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_GetMaterials_ReturnValue) == 0x000068, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Array_Get_Item) == 0x000078, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000088, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'RofleemoAmber_C_ExecuteUbergraph_RofleemoAmber::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_ReadDataFromLTD \ static_assert(alignof(RofleemoAmber_C_ReadDataFromLTD) == 0x000008, "Wrong alignment on RofleemoAmber_C_ReadDataFromLTD"); \ static_assert(sizeof(RofleemoAmber_C_ReadDataFromLTD) == 0x000008, "Wrong size on RofleemoAmber_C_ReadDataFromLTD"); \ static_assert(offsetof(RofleemoAmber_C_ReadDataFromLTD, LifetimeData) == 0x000000, "Member 'RofleemoAmber_C_ReadDataFromLTD::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_K2_InitializeLifetimeData \ static_assert(alignof(RofleemoAmber_C_K2_InitializeLifetimeData) == 0x000008, "Wrong alignment on RofleemoAmber_C_K2_InitializeLifetimeData"); \ static_assert(sizeof(RofleemoAmber_C_K2_InitializeLifetimeData) == 0x000008, "Wrong size on RofleemoAmber_C_K2_InitializeLifetimeData"); \ static_assert(offsetof(RofleemoAmber_C_K2_InitializeLifetimeData, LifetimeData) == 0x000000, "Member 'RofleemoAmber_C_K2_InitializeLifetimeData::LifetimeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_Unpack \ static_assert(alignof(RofleemoAmber_C_Unpack) == 0x000008, "Wrong alignment on RofleemoAmber_C_Unpack"); \ static_assert(sizeof(RofleemoAmber_C_Unpack) == 0x0000F0, "Wrong size on RofleemoAmber_C_Unpack"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, Rofleemo_0) == 0x000000, "Member 'RofleemoAmber_C_Unpack::Rofleemo_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, GroupID) == 0x000008, "Member 'RofleemoAmber_C_Unpack::GroupID' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, MainPerksPool) == 0x000010, "Member 'RofleemoAmber_C_Unpack::MainPerksPool' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, Perks) == 0x000018, "Member 'RofleemoAmber_C_Unpack::Perks' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, Temp_int_Array_Index_Variable) == 0x000068, "Member 'RofleemoAmber_C_Unpack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_FindPerkGroup_GroupID) == 0x00006C, "Member 'RofleemoAmber_C_Unpack::CallFunc_FindPerkGroup_GroupID' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Spawn_Rofleemo_RofleemoActor) == 0x000070, "Member 'RofleemoAmber_C_Unpack::CallFunc_Spawn_Rofleemo_RofleemoActor' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'RofleemoAmber_C_Unpack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000080, "Member 'RofleemoAmber_C_Unpack::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'RofleemoAmber_C_Unpack::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Array_Get_Item) == 0x000094, "Member 'RofleemoAmber_C_Unpack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A0, "Member 'RofleemoAmber_C_Unpack::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D8, "Member 'RofleemoAmber_C_Unpack::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'RofleemoAmber_C_Unpack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E0, "Member 'RofleemoAmber_C_Unpack::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_Max_ReturnValue) == 0x0000E4, "Member 'RofleemoAmber_C_Unpack::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_ShouldHappen_ReturnValue) == 0x0000E8, "Member 'RofleemoAmber_C_Unpack::CallFunc_ShouldHappen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E9, "Member 'RofleemoAmber_C_Unpack::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Unpack, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000EA, "Member 'RofleemoAmber_C_Unpack::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateAge \ static_assert(alignof(RofleemoAmber_C_GenerateAge) == 0x000004, "Wrong alignment on RofleemoAmber_C_GenerateAge"); \ static_assert(sizeof(RofleemoAmber_C_GenerateAge) == 0x000010, "Wrong size on RofleemoAmber_C_GenerateAge"); \ static_assert(offsetof(RofleemoAmber_C_GenerateAge, Age) == 0x000000, "Member 'RofleemoAmber_C_GenerateAge::Age' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateAge, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000004, "Member 'RofleemoAmber_C_GenerateAge::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateAge, CallFunc_FFloor_ReturnValue) == 0x000008, "Member 'RofleemoAmber_C_GenerateAge::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateAge, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'RofleemoAmber_C_GenerateAge::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateSpec \ static_assert(alignof(RofleemoAmber_C_GenerateSpec) == 0x000008, "Wrong alignment on RofleemoAmber_C_GenerateSpec"); \ static_assert(sizeof(RofleemoAmber_C_GenerateSpec) == 0x000078, "Wrong size on RofleemoAmber_C_GenerateSpec"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, Specialization) == 0x000000, "Member 'RofleemoAmber_C_GenerateSpec::Specialization' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, NewSpec) == 0x000001, "Member 'RofleemoAmber_C_GenerateSpec::NewSpec' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000008, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000020, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateSpec, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'RofleemoAmber_C_GenerateSpec::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateGender \ static_assert(alignof(RofleemoAmber_C_GenerateGender) == 0x000004, "Wrong alignment on RofleemoAmber_C_GenerateGender"); \ static_assert(sizeof(RofleemoAmber_C_GenerateGender) == 0x00000C, "Wrong size on RofleemoAmber_C_GenerateGender"); \ static_assert(offsetof(RofleemoAmber_C_GenerateGender, Gender) == 0x000000, "Member 'RofleemoAmber_C_GenerateGender::Gender' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateGender, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000004, "Member 'RofleemoAmber_C_GenerateGender::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateGender, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'RofleemoAmber_C_GenerateGender::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateGender, CallFunc_GetValidValue_ReturnValue) == 0x000009, "Member 'RofleemoAmber_C_GenerateGender::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateLook \ static_assert(alignof(RofleemoAmber_C_GenerateLook) == 0x000008, "Wrong alignment on RofleemoAmber_C_GenerateLook"); \ static_assert(sizeof(RofleemoAmber_C_GenerateLook) == 0x000088, "Wrong size on RofleemoAmber_C_GenerateLook"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Subtract_IntInt_ReturnValue) == 0x00006C, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000070, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000074, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x000078, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Array_Length_ReturnValue_2) == 0x00007C, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000080, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateLook, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2) == 0x000084, "Member 'RofleemoAmber_C_GenerateLook::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateName \ static_assert(alignof(RofleemoAmber_C_GenerateName) == 0x000008, "Wrong alignment on RofleemoAmber_C_GenerateName"); \ static_assert(sizeof(RofleemoAmber_C_GenerateName) == 0x0000B0, "Wrong size on RofleemoAmber_C_GenerateName"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, Param_Name_0) == 0x000000, "Member 'RofleemoAmber_C_GenerateName::Param_Name_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'RofleemoAmber_C_GenerateName::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000030, "Member 'RofleemoAmber_C_GenerateName::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'RofleemoAmber_C_GenerateName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000088, "Member 'RofleemoAmber_C_GenerateName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000089, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Array_Length_ReturnValue_1) == 0x00008C, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000090, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x000094, "Member 'RofleemoAmber_C_GenerateName::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateName, CallFunc_Array_Get_Item) == 0x000098, "Member 'RofleemoAmber_C_GenerateName::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GenerateTier \ static_assert(alignof(RofleemoAmber_C_GenerateTier) == 0x000008, "Wrong alignment on RofleemoAmber_C_GenerateTier"); \ static_assert(sizeof(RofleemoAmber_C_GenerateTier) == 0x000160, "Wrong size on RofleemoAmber_C_GenerateTier"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Random) == 0x000000, "Member 'RofleemoAmber_C_GenerateTier::Random' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, ChancesSum) == 0x000004, "Member 'RofleemoAmber_C_GenerateTier::ChancesSum' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, TierChances) == 0x000008, "Member 'RofleemoAmber_C_GenerateTier::TierChances' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Array_Index_Variable) == 0x000060, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_bool_True_if_break_was_hit_Variable) == 0x000068, "Member 'RofleemoAmber_C_GenerateTier::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Not_PreBool_ReturnValue) == 0x000069, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Loop_Counter_Variable_1) == 0x00006C, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000074, "Member 'RofleemoAmber_C_GenerateTier::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Array_Index_Variable_2) == 0x000078, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007C, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00007D, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000090, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Get_Item_1) == 0x0000A4, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000B0, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000110, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Length_ReturnValue) == 0x000114, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_BooleanAND_ReturnValue) == 0x000119, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00011A, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Map_Values_Values) == 0x000120, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Get_Item_3) == 0x000134, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Add_FloatFloat_ReturnValue) == 0x000138, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Length_ReturnValue_1) == 0x00013C, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Array_Length_ReturnValue_2) == 0x000140, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000145, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_RandomFloatInRange_ReturnValue) == 0x000148, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00014C, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, Temp_int_Loop_Counter_Variable_2) == 0x000150, "Member 'RofleemoAmber_C_GenerateTier::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Less_IntInt_ReturnValue_2) == 0x000154, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_Add_IntInt_ReturnValue_2) == 0x000158, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GenerateTier, CallFunc_BooleanAND_ReturnValue_1) == 0x00015C, "Member 'RofleemoAmber_C_GenerateTier::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_SetLook \ static_assert(alignof(RofleemoAmber_C_SetLook) == 0x000008, "Wrong alignment on RofleemoAmber_C_SetLook"); \ static_assert(sizeof(RofleemoAmber_C_SetLook) == 0x000078, "Wrong size on RofleemoAmber_C_SetLook"); \ static_assert(offsetof(RofleemoAmber_C_SetLook, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'RofleemoAmber_C_SetLook::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SetLook, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'RofleemoAmber_C_SetLook::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SetLook, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'RofleemoAmber_C_SetLook::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SetLook, CallFunc_Array_Get_Item) == 0x000068, "Member 'RofleemoAmber_C_SetLook::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SetLook, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'RofleemoAmber_C_SetLook::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_CanBeLooted \ static_assert(alignof(RofleemoAmber_C_CanBeLooted) == 0x000008, "Wrong alignment on RofleemoAmber_C_CanBeLooted"); \ static_assert(sizeof(RofleemoAmber_C_CanBeLooted) == 0x000018, "Wrong size on RofleemoAmber_C_CanBeLooted"); \ static_assert(offsetof(RofleemoAmber_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'RofleemoAmber_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CanBeLooted, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'RofleemoAmber_C_CanBeLooted::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CanBeLooted, CallFunc_IsQuestProgressionUnlocked_ReturnValue) == 0x000010, "Member 'RofleemoAmber_C_CanBeLooted::CallFunc_IsQuestProgressionUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CanBeLooted, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'RofleemoAmber_C_CanBeLooted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_CollectPerks \ static_assert(alignof(RofleemoAmber_C_CollectPerks) == 0x000008, "Wrong alignment on RofleemoAmber_C_CollectPerks"); \ static_assert(sizeof(RofleemoAmber_C_CollectPerks) == 0x0000B8, "Wrong size on RofleemoAmber_C_CollectPerks"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, InputPin) == 0x000000, "Member 'RofleemoAmber_C_CollectPerks::InputPin' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, Perks) == 0x000008, "Member 'RofleemoAmber_C_CollectPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, GroupDuplicatingChances) == 0x000058, "Member 'RofleemoAmber_C_CollectPerks::GroupDuplicatingChances' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'RofleemoAmber_C_CollectPerks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000060, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_Array_Get_Item) == 0x000070, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_GetDataTableRowFromName_OutRow) == 0x000080, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000098, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'RofleemoAmber_C_CollectPerks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000AC, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_BooleanAND_ReturnValue) == 0x0000B1, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_CollectPerks, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000B2, "Member 'RofleemoAmber_C_CollectPerks::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_SelectPerks \ static_assert(alignof(RofleemoAmber_C_SelectPerks) == 0x000008, "Wrong alignment on RofleemoAmber_C_SelectPerks"); \ static_assert(sizeof(RofleemoAmber_C_SelectPerks) == 0x000290, "Wrong size on RofleemoAmber_C_SelectPerks"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Perks) == 0x000000, "Member 'RofleemoAmber_C_SelectPerks::Perks' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CanDuplicate) == 0x000050, "Member 'RofleemoAmber_C_SelectPerks::CanDuplicate' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, NewPerk) == 0x000051, "Member 'RofleemoAmber_C_SelectPerks::NewPerk' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, GeneratedPerks) == 0x000058, "Member 'RofleemoAmber_C_SelectPerks::GeneratedPerks' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, PerksChecked) == 0x000068, "Member 'RofleemoAmber_C_SelectPerks::PerksChecked' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, PerksNum) == 0x00006C, "Member 'RofleemoAmber_C_SelectPerks::PerksNum' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Random) == 0x000070, "Member 'RofleemoAmber_C_SelectPerks::Random' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, ChancesSum) == 0x000074, "Member 'RofleemoAmber_C_SelectPerks::ChancesSum' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Array_Index_Variable) == 0x000078, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_bool_True_if_break_was_hit_Variable) == 0x000084, "Member 'RofleemoAmber_C_SelectPerks::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Not_PreBool_ReturnValue) == 0x000085, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000090, "Member 'RofleemoAmber_C_SelectPerks::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Not_PreBool_ReturnValue_1) == 0x000098, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Loop_Counter_Variable_2) == 0x00009C, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000A0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Array_Index_Variable_2) == 0x0000BC, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Loop_Counter_Variable_3) == 0x0000C0, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Values_Values) == 0x0000C8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000D8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Get_Item) == 0x0000DC, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Length_ReturnValue_2) == 0x0000E4, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_BooleanAND_ReturnValue) == 0x0000E9, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Keys_Keys) == 0x0000F0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Length_ReturnValue) == 0x000100, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Keys_Keys_1) == 0x000108, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Length_ReturnValue_1) == 0x000118, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Get_Item_1) == 0x00011C, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Greater_IntInt_ReturnValue) == 0x00011D, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Remove_ReturnValue) == 0x00011E, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Find_Value) == 0x000120, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Find_ReturnValue) == 0x000124, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Less_IntInt_ReturnValue_2) == 0x00012C, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Map_Length_ReturnValue_2) == 0x000130, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Map_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000134, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x000138, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_FloatFloat_ReturnValue) == 0x000148, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Get_Item_2) == 0x00014C, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowFromName_OutRow) == 0x000158, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001B8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Length_ReturnValue_4) == 0x0001BC, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001C0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_BooleanAND_ReturnValue_1) == 0x0001C1, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C2, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, K2Node_MakeStruct_VoidTechTypeInfo) == 0x0001C4, "Member 'RofleemoAmber_C_SelectPerks::K2Node_MakeStruct_VoidTechTypeInfo' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001CC, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_IsVoidTechLearned_ReturnValue) == 0x0001D0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_IsVoidTechLearned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001D4, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_BooleanOR_ReturnValue) == 0x0001D8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001D9, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Array_Index_Variable_3) == 0x0001DC, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0001E0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Get_Item_3) == 0x0001E4, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_bool_True_if_break_was_hit_Variable_2) == 0x0001E8, "Member 'RofleemoAmber_C_SelectPerks::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001E9, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_BooleanAND_ReturnValue_2) == 0x0001EA, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Array_Index_Variable_4) == 0x0001EC, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Get_Item_4) == 0x0001F0, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Array_Add_ReturnValue) == 0x0001F8, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000200, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000260, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_4) == 0x000264, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000268, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Loop_Counter_Variable_4) == 0x00026C, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000270, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Less_IntInt_ReturnValue_4) == 0x000274, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_5) == 0x000278, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, Temp_int_Variable) == 0x00027C, "Member 'RofleemoAmber_C_SelectPerks::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000280, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000284, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_SelectPerks, CallFunc_Add_IntInt_ReturnValue_6) == 0x000288, "Member 'RofleemoAmber_C_SelectPerks::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_Spawn_Rofleemo \ static_assert(alignof(RofleemoAmber_C_Spawn_Rofleemo) == 0x000010, "Wrong alignment on RofleemoAmber_C_Spawn_Rofleemo"); \ static_assert(sizeof(RofleemoAmber_C_Spawn_Rofleemo) == 0x000180, "Wrong size on RofleemoAmber_C_Spawn_Rofleemo"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, RofleemoActor_0) == 0x000000, "Member 'RofleemoAmber_C_Spawn_Rofleemo::RofleemoActor_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_Max_ReturnValue) == 0x000008, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_BreakRandomStream_InitialSeed) == 0x00000C, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_BreakRandomStream_InitialSeed' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, K2Node_DynamicCast_AsFGGame_Instance) == 0x000018, "Member 'RofleemoAmber_C_Spawn_Rofleemo::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'RofleemoAmber_C_Spawn_Rofleemo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, K2Node_DynamicCast_AsRofleemo_Manager) == 0x000028, "Member 'RofleemoAmber_C_Spawn_Rofleemo::K2Node_DynamicCast_AsRofleemo_Manager' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'RofleemoAmber_C_Spawn_Rofleemo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GetNewID_ReturnValue) == 0x000034, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GetNewID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GenerateName_Name) == 0x000038, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GenerateName_Name' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GenerateGender_Gender) == 0x000050, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GenerateGender_Gender' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GenerateSpec_Specialization) == 0x000051, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GenerateSpec_Specialization' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_GenerateAge_Age) == 0x000054, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_GenerateAge_Age' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000058, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, K2Node_MakeStruct_RofleemoData) == 0x000068, "Member 'RofleemoAmber_C_Spawn_Rofleemo::K2Node_MakeStruct_RofleemoData' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_BreakRotator_Roll) == 0x0000F8, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_BreakRotator_Pitch) == 0x0000FC, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_BreakRotator_Yaw) == 0x000100, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_Add_FloatFloat_ReturnValue) == 0x000104, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000108, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_MakeRotator_ReturnValue) == 0x000114, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, Temp_object_Variable) == 0x000120, "Member 'RofleemoAmber_C_Spawn_Rofleemo::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_MakeTransform_ReturnValue) == 0x000130, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_Array_AddUnique_ReturnValue) == 0x000160, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000168, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_Spawn_Rofleemo, CallFunc_FinishSpawningActor_ReturnValue) == 0x000170, "Member 'RofleemoAmber_C_Spawn_Rofleemo::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_FindPerkGroup \ static_assert(alignof(RofleemoAmber_C_FindPerkGroup) == 0x000008, "Wrong alignment on RofleemoAmber_C_FindPerkGroup"); \ static_assert(sizeof(RofleemoAmber_C_FindPerkGroup) == 0x000060, "Wrong size on RofleemoAmber_C_FindPerkGroup"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, Perk) == 0x000000, "Member 'RofleemoAmber_C_FindPerkGroup::Perk' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, GroupID) == 0x000008, "Member 'RofleemoAmber_C_FindPerkGroup::GroupID' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, Temp_int_Array_Index_Variable) == 0x000020, "Member 'RofleemoAmber_C_FindPerkGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Array_Get_Item) == 0x000028, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000048, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'RofleemoAmber_C_FindPerkGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000058, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_Array_Get_Item_1) == 0x000059, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_FindPerkGroup, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'RofleemoAmber_C_FindPerkGroup::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RofleemoAmber_C_GetItemSelection \ static_assert(alignof(RofleemoAmber_C_GetItemSelection) == 0x000008, "Wrong alignment on RofleemoAmber_C_GetItemSelection"); \ static_assert(sizeof(RofleemoAmber_C_GetItemSelection) == 0x0000D0, "Wrong size on RofleemoAmber_C_GetItemSelection"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, Hit) == 0x000000, "Member 'RofleemoAmber_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, Player) == 0x000088, "Member 'RofleemoAmber_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, SelectionText_0) == 0x000090, "Member 'RofleemoAmber_C_GetItemSelection::SelectionText_0' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'RofleemoAmber_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'RofleemoAmber_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, CallFunc_GetItemSelection_SelectionText) == 0x0000B0, "Member 'RofleemoAmber_C_GetItemSelection::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, CallFunc_GetItemSelection_bDisableButton) == 0x0000C8, "Member 'RofleemoAmber_C_GetItemSelection::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, CallFunc_GetItemSelection_bIsInfoText) == 0x0000C9, "Member 'RofleemoAmber_C_GetItemSelection::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(RofleemoAmber_C_GetItemSelection, CallFunc_CanBeLooted_ReturnValue) == 0x0000CA, "Member 'RofleemoAmber_C_GetItemSelection::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoAmber_C \ static_assert(alignof(ARofleemoAmber_C) == 0x000010, "Wrong alignment on ARofleemoAmber_C"); \ static_assert(sizeof(ARofleemoAmber_C) == 0x000880, "Wrong size on ARofleemoAmber_C"); \ static_assert(offsetof(ARofleemoAmber_C, UberGraphFrame_RofleemoAmber_C) == 0x000750, "Member 'ARofleemoAmber_C::UberGraphFrame_RofleemoAmber_C' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, Rofleemo) == 0x000758, "Member 'ARofleemoAmber_C::Rofleemo' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, SkeletalMesh) == 0x000760, "Member 'ARofleemoAmber_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, FGQuestMark) == 0x000768, "Member 'ARofleemoAmber_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, TierGenerationTable) == 0x000770, "Member 'ARofleemoAmber_C::TierGenerationTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, PerksPoolManagerTable) == 0x000778, "Member 'ARofleemoAmber_C::PerksPoolManagerTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, PerksTable) == 0x000780, "Member 'ARofleemoAmber_C::PerksTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, TierPerksNumTable) == 0x000788, "Member 'ARofleemoAmber_C::TierPerksNumTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, SpecializationTable) == 0x000790, "Member 'ARofleemoAmber_C::SpecializationTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, SkinTable) == 0x000798, "Member 'ARofleemoAmber_C::SkinTable' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, Data) == 0x0007A0, "Member 'ARofleemoAmber_C::Data' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, TechManager) == 0x000830, "Member 'ARofleemoAmber_C::TechManager' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, CurrentWR) == 0x000838, "Member 'ARofleemoAmber_C::CurrentWR' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, Tier) == 0x00083C, "Member 'ARofleemoAmber_C::Tier' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, HeadIndex) == 0x000840, "Member 'ARofleemoAmber_C::HeadIndex' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, BodyIndex) == 0x000844, "Member 'ARofleemoAmber_C::BodyIndex' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, HeaddreasIndex) == 0x000848, "Member 'ARofleemoAmber_C::HeaddreasIndex' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, Stream) == 0x00084C, "Member 'ARofleemoAmber_C::Stream' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, RofleemoActor) == 0x000858, "Member 'ARofleemoAmber_C::RofleemoActor' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, DoubleGroupScaleMod_) == 0x000860, "Member 'ARofleemoAmber_C::DoubleGroupScaleMod_' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, RofleemoPerks) == 0x000868, "Member 'ARofleemoAmber_C::RofleemoPerks' has a wrong offset!"); \ static_assert(offsetof(ARofleemoAmber_C, MaxHappinessSlots) == 0x000878, "Member 'ARofleemoAmber_C::MaxHappinessSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage \ static_assert(alignof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage"); \ static_assert(sizeof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage) == 0x000028, "Wrong size on GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, EntryPoint) == 0x000000, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, K2Node_Event_LifetimeData) == 0x000008, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::K2Node_Event_LifetimeData' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, K2Node_Event_LifetimeData_1) == 0x000010, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::K2Node_Event_LifetimeData_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage, K2Node_Event_EndPlayReason) == 0x000024, "Member 'GenericRofleemoCage_C_ExecuteUbergraph_GenericRofleemoCage::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_ReceiveEndPlay \ static_assert(alignof(GenericRofleemoCage_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on GenericRofleemoCage_C_ReceiveEndPlay"); \ static_assert(sizeof(GenericRofleemoCage_C_ReceiveEndPlay) == 0x000001, "Wrong size on GenericRofleemoCage_C_ReceiveEndPlay"); \ static_assert(offsetof(GenericRofleemoCage_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'GenericRofleemoCage_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_ReceiveTick \ static_assert(alignof(GenericRofleemoCage_C_ReceiveTick) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_ReceiveTick"); \ static_assert(sizeof(GenericRofleemoCage_C_ReceiveTick) == 0x000004, "Wrong size on GenericRofleemoCage_C_ReceiveTick"); \ static_assert(offsetof(GenericRofleemoCage_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GenericRofleemoCage_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_K2_InitializeLifetimeData \ static_assert(alignof(GenericRofleemoCage_C_K2_InitializeLifetimeData) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_K2_InitializeLifetimeData"); \ static_assert(sizeof(GenericRofleemoCage_C_K2_InitializeLifetimeData) == 0x000008, "Wrong size on GenericRofleemoCage_C_K2_InitializeLifetimeData"); \ static_assert(offsetof(GenericRofleemoCage_C_K2_InitializeLifetimeData, LifetimeData_0) == 0x000000, "Member 'GenericRofleemoCage_C_K2_InitializeLifetimeData::LifetimeData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_ReadDataFromLTD \ static_assert(alignof(GenericRofleemoCage_C_ReadDataFromLTD) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_ReadDataFromLTD"); \ static_assert(sizeof(GenericRofleemoCage_C_ReadDataFromLTD) == 0x000008, "Wrong size on GenericRofleemoCage_C_ReadDataFromLTD"); \ static_assert(offsetof(GenericRofleemoCage_C_ReadDataFromLTD, LifetimeData_0) == 0x000000, "Member 'GenericRofleemoCage_C_ReadDataFromLTD::LifetimeData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_PlantRofleemoOnNest \ static_assert(alignof(GenericRofleemoCage_C_PlantRofleemoOnNest) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_PlantRofleemoOnNest"); \ static_assert(sizeof(GenericRofleemoCage_C_PlantRofleemoOnNest) == 0x000010, "Wrong size on GenericRofleemoCage_C_PlantRofleemoOnNest"); \ static_assert(offsetof(GenericRofleemoCage_C_PlantRofleemoOnNest, TargetNest) == 0x000000, "Member 'GenericRofleemoCage_C_PlantRofleemoOnNest::TargetNest' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_PlantRofleemoOnNest, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_PlantRofleemoOnNest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GeneratedSpecialization \ static_assert(alignof(GenericRofleemoCage_C_GeneratedSpecialization) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_GeneratedSpecialization"); \ static_assert(sizeof(GenericRofleemoCage_C_GeneratedSpecialization) == 0x000014, "Wrong size on GenericRofleemoCage_C_GeneratedSpecialization"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Specialization) == 0x000000, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Specialization' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Temp_int_Variable) == 0x000004, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Temp_byte_Variable) == 0x000008, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Temp_byte_Variable_1) == 0x000009, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Temp_byte_Variable_2) == 0x00000A, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, Temp_byte_Variable_3) == 0x00000B, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x00000C, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GeneratedSpecialization, K2Node_Select_Default) == 0x000010, "Member 'GenericRofleemoCage_C_GeneratedSpecialization::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateGender \ static_assert(alignof(GenericRofleemoCage_C_GenerateGender) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_GenerateGender"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateGender) == 0x00000C, "Wrong size on GenericRofleemoCage_C_GenerateGender"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateGender, RofleemoGender) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateGender::RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateGender, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_GenerateGender::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateGender, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateGender::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateGender, CallFunc_GetValidValue_ReturnValue) == 0x000009, "Member 'GenericRofleemoCage_C_GenerateGender::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateMaterialFromSave \ static_assert(alignof(GenericRofleemoCage_C_GenerateMaterialFromSave) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_GenerateMaterialFromSave"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateMaterialFromSave) == 0x000038, "Wrong size on GenericRofleemoCage_C_GenerateMaterialFromSave"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, MaterialIndexBody_0) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::MaterialIndexBody_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, MaterialIndexHead_0) == 0x000004, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::MaterialIndexHead_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000010, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetValueAsInt_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetValueAsInt_ReturnValue_1) == 0x00001C, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x000020, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_GetValueAsInt_ReturnValue_2) == 0x000028, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_Conv_IntToBool_ReturnValue) == 0x00002C, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000030, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateMaterialFromSave, CallFunc_RandomIntegerFromStream_ReturnValue_1) == 0x000034, "Member 'GenericRofleemoCage_C_GenerateMaterialFromSave::CallFunc_RandomIntegerFromStream_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateRofleemoDescription \ static_assert(alignof(GenericRofleemoCage_C_GenerateRofleemoDescription) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_GenerateRofleemoDescription"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateRofleemoDescription) == 0x0000B0, "Wrong size on GenericRofleemoCage_C_GenerateRofleemoDescription"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_RollBodyIndex_RolledBodyIndex) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_RollBodyIndex_RolledBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_RollHeadIndex_RolledHeadIndex) == 0x000004, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_RollHeadIndex_RolledHeadIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_GenerateCape_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_GenerateCape_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_GenerateName_RofleemoName) == 0x000010, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_GenerateName_RofleemoName' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_GenerateAge_ReturnValue) == 0x000028, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_GenerateAge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_GeneratedSpecialization_Specialization) == 0x00002C, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_GeneratedSpecialization_Specialization' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, CallFunc_GenerateGender_RofleemoGender) == 0x00002D, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::CallFunc_GenerateGender_RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateRofleemoDescription, K2Node_MakeStruct_AIRofleemoConfig) == 0x000030, "Member 'GenericRofleemoCage_C_GenerateRofleemoDescription::K2Node_MakeStruct_AIRofleemoConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_SaveRofleemoDescription \ static_assert(alignof(GenericRofleemoCage_C_SaveRofleemoDescription) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_SaveRofleemoDescription"); \ static_assert(sizeof(GenericRofleemoCage_C_SaveRofleemoDescription) == 0x000020, "Wrong size on GenericRofleemoCage_C_SaveRofleemoDescription"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoDescription, LifetimeData_0) == 0x000000, "Member 'GenericRofleemoCage_C_SaveRofleemoDescription::LifetimeData_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoDescription, CallFunc_BreakRandomStream_InitialSeed) == 0x000008, "Member 'GenericRofleemoCage_C_SaveRofleemoDescription::CallFunc_BreakRandomStream_InitialSeed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoDescription, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00000C, "Member 'GenericRofleemoCage_C_SaveRofleemoDescription::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_SaveRofleemoDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_Generate_Rofleemo_from_LTD \ static_assert(alignof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_Generate_Rofleemo_from_LTD"); \ static_assert(sizeof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD) == 0x000070, "Wrong size on GenericRofleemoCage_C_Generate_Rofleemo_from_LTD"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, LifetimeData_0) == 0x000000, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::LifetimeData_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_Array_Get_Item) == 0x000010, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000020, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000030, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_Array_Get_Item_2) == 0x000050, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Generate_Rofleemo_from_LTD, CallFunc_Array_Get_Item_3) == 0x000068, "Member 'GenericRofleemoCage_C_Generate_Rofleemo_from_LTD::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD \ static_assert(alignof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD"); \ static_assert(sizeof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD) == 0x0000D8, "Wrong size on GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, ItemLifetime) == 0x000000, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::ItemLifetime' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateCapFromSave_GeneratedCape) == 0x00000C, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateCapFromSave_GeneratedCape' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateAge_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateAge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateGender_RofleemoGender) == 0x000014, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateGender_RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterialFromSave_MaterialIndexBody) == 0x000018, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterialFromSave_MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GenerateMaterialFromSave_MaterialIndexHead) == 0x00001C, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GenerateMaterialFromSave_MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GeneratedSpecialization_Specialization) == 0x000020, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GeneratedSpecialization_Specialization' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsInt_ReturnValue) == 0x000024, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsInt_ReturnValue_1) == 0x000028, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_Conv_IntToByte_ReturnValue) == 0x00002C, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValidValue_ReturnValue) == 0x00002D, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_GetValueAsString_ReturnValue) == 0x000030, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_GetValueAsString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD, K2Node_MakeStruct_AIRofleemoConfig) == 0x000058, "Member 'GenericRofleemoCage_C_SetRofleemoDescriptionFromLTD::K2Node_MakeStruct_AIRofleemoConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_OnRep_RofleemoDescription \ static_assert(alignof(GenericRofleemoCage_C_OnRep_RofleemoDescription) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_OnRep_RofleemoDescription"); \ static_assert(sizeof(GenericRofleemoCage_C_OnRep_RofleemoDescription) == 0x000070, "Wrong size on GenericRofleemoCage_C_OnRep_RofleemoDescription"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item) == 0x000000, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_HasAuthority_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_GetFPCopyComponent_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_GetFPCopyComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000028, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000038, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item_2) == 0x000040, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_RofleemoDescription, CallFunc_Array_Get_Item_3) == 0x000068, "Member 'GenericRofleemoCage_C_OnRep_RofleemoDescription::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_CanBeLooted \ static_assert(alignof(GenericRofleemoCage_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericRofleemoCage_C_CanBeLooted"); \ static_assert(sizeof(GenericRofleemoCage_C_CanBeLooted) == 0x000001, "Wrong size on GenericRofleemoCage_C_CanBeLooted"); \ static_assert(offsetof(GenericRofleemoCage_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericRofleemoCage_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_InitializeFromStruct \ static_assert(alignof(GenericRofleemoCage_C_InitializeFromStruct) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_InitializeFromStruct"); \ static_assert(sizeof(GenericRofleemoCage_C_InitializeFromStruct) == 0x000088, "Wrong size on GenericRofleemoCage_C_InitializeFromStruct"); \ static_assert(offsetof(GenericRofleemoCage_C_InitializeFromStruct, RofleemoDescription_0) == 0x000000, "Member 'GenericRofleemoCage_C_InitializeFromStruct::RofleemoDescription_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_InitializeFromStruct, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000080, "Member 'GenericRofleemoCage_C_InitializeFromStruct::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_Rofleemo_Plant_Finish \ static_assert(alignof(GenericRofleemoCage_C_Rofleemo_Plant_Finish) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_Rofleemo_Plant_Finish"); \ static_assert(sizeof(GenericRofleemoCage_C_Rofleemo_Plant_Finish) == 0x000078, "Wrong size on GenericRofleemoCage_C_Rofleemo_Plant_Finish"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_HasAuthority_ReturnValue_1) == 0x000001, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_2) == 0x000011, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000018, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetTrainBuilder_ReturnValue) == 0x000028, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetTrainBuilder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000030, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_3) == 0x000038, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x000040, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_4) == 0x000048, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, K2Node_DynamicCast_AsThird_Person_Character) == 0x000058, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_5) == 0x000061, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000068, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_IsValid_ReturnValue_6) == 0x000070, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_Rofleemo_Plant_Finish, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'GenericRofleemoCage_C_Rofleemo_Plant_Finish::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_SwapRofleemo \ static_assert(alignof(GenericRofleemoCage_C_SwapRofleemo) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_SwapRofleemo"); \ static_assert(sizeof(GenericRofleemoCage_C_SwapRofleemo) == 0x000008, "Wrong size on GenericRofleemoCage_C_SwapRofleemo"); \ static_assert(offsetof(GenericRofleemoCage_C_SwapRofleemo, TargetNest) == 0x000000, "Member 'GenericRofleemoCage_C_SwapRofleemo::TargetNest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest \ static_assert(alignof(GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest"); \ static_assert(sizeof(GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest) == 0x000020, "Wrong size on GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest, K2Node_MakeStruct_ItemAnimMontageInfo) == 0x000000, "Member 'GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest::K2Node_MakeStruct_ItemAnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest, CallFunc_PlayItemAnimMontage_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_OnRep_bSwapRofleemoOnNest::CallFunc_PlayItemAnimMontage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_RofleemoSwapFinish \ static_assert(alignof(GenericRofleemoCage_C_RofleemoSwapFinish) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_RofleemoSwapFinish"); \ static_assert(sizeof(GenericRofleemoCage_C_RofleemoSwapFinish) == 0x000168, "Wrong size on GenericRofleemoCage_C_RofleemoSwapFinish"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, L_RofleemoWasInit) == 0x000000, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::L_RofleemoWasInit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue_1) == 0x000010, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetValueAsInt_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetValueAsString_ReturnValue) == 0x000020, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetValueAsString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000048, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue_2) == 0x000050, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateCap_Rofleemo_Caps) == 0x000058, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateCap_Rofleemo_Caps' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateCap_ReturnValue) == 0x000068, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateCap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateMaterial_MaterialIndexHead) == 0x00006C, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateMaterial_MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateMaterial_MaterialIndexBody) == 0x000070, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateMaterial_MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateMaterial_Materials_Head) == 0x000078, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateMaterial_Materials_Head' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateMaterial_Materials_Body) == 0x000088, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateMaterial_Materials_Body' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue_3) == 0x000098, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetValueAsInt_ReturnValue_1) == 0x0000A0, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue_4) == 0x0000A8, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000B0, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetValueAsInt_ReturnValue_2) == 0x0000B4, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetValidValue_ReturnValue) == 0x0000B8, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetItemLifetimeData_ReturnValue_1) == 0x0000C0, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetItemLifetimeData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateAge_ReturnValue) == 0x0000CC, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateAge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetModuleLifetimeData_ReturnValue_5) == 0x0000D0, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetModuleLifetimeData_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GenerateGender_RofleemoGender) == 0x0000D8, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GenerateGender_RofleemoGender' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GeneratedSpecialization_Specialization) == 0x0000DA, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GeneratedSpecialization_Specialization' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_BooleanAND_ReturnValue) == 0x0000DB, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, K2Node_MakeStruct_AIRofleemoConfig) == 0x0000E0, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::K2Node_MakeStruct_AIRofleemoConfig' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RofleemoSwapFinish, CallFunc_GetItemLifetimeData_ReturnValue_2) == 0x000160, "Member 'GenericRofleemoCage_C_RofleemoSwapFinish::CallFunc_GetItemLifetimeData_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateAge \ static_assert(alignof(GenericRofleemoCage_C_GenerateAge) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_GenerateAge"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateAge) == 0x000010, "Wrong size on GenericRofleemoCage_C_GenerateAge"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateAge, ReturnValue) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateAge::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateAge, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_GenerateAge::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateAge, CallFunc_FFloor_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateAge::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateAge, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'GenericRofleemoCage_C_GenerateAge::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GetDataTableStruct \ static_assert(alignof(GenericRofleemoCage_C_GetDataTableStruct) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_GetDataTableStruct"); \ static_assert(sizeof(GenericRofleemoCage_C_GetDataTableStruct) == 0x000080, "Wrong size on GenericRofleemoCage_C_GetDataTableStruct"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_Array_Get_Item) == 0x00001C, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GetDataTableStruct, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'GenericRofleemoCage_C_GetDataTableStruct::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateName \ static_assert(alignof(GenericRofleemoCage_C_GenerateName) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_GenerateName"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateName) == 0x000040, "Wrong size on GenericRofleemoCage_C_GenerateName"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, RofleemoName) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateName::RofleemoName' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_GenerateName::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'GenericRofleemoCage_C_GenerateName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'GenericRofleemoCage_C_GenerateName::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000024, "Member 'GenericRofleemoCage_C_GenerateName::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateName, CallFunc_Array_Get_Item) == 0x000028, "Member 'GenericRofleemoCage_C_GenerateName::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateCape \ static_assert(alignof(GenericRofleemoCage_C_GenerateCape) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_GenerateCape"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateCape) == 0x00000C, "Wrong size on GenericRofleemoCage_C_GenerateCape"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCape, ReturnValue) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateCape::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCape, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_GenerateCape::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCape, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateCape::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_RollMaterials \ static_assert(alignof(GenericRofleemoCage_C_RollMaterials) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_RollMaterials"); \ static_assert(sizeof(GenericRofleemoCage_C_RollMaterials) == 0x000038, "Wrong size on GenericRofleemoCage_C_RollMaterials"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, HeadMaterialIndex) == 0x000000, "Member 'GenericRofleemoCage_C_RollMaterials::HeadMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, BodyMaterialIndex) == 0x000004, "Member 'GenericRofleemoCage_C_RollMaterials::BodyMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_Array_Length_ReturnValue_1) == 0x00000C, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_RandomIntegerFromStream_ReturnValue_1) == 0x000014, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_RandomIntegerFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollMaterials, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000028, "Member 'GenericRofleemoCage_C_RollMaterials::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_SaveRofleemoFromSwap \ static_assert(alignof(GenericRofleemoCage_C_SaveRofleemoFromSwap) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_SaveRofleemoFromSwap"); \ static_assert(sizeof(GenericRofleemoCage_C_SaveRofleemoFromSwap) == 0x000028, "Wrong size on GenericRofleemoCage_C_SaveRofleemoFromSwap"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoFromSwap, LifetimeData_0) == 0x000000, "Member 'GenericRofleemoCage_C_SaveRofleemoFromSwap::LifetimeData_0' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoFromSwap, WasInit) == 0x000008, "Member 'GenericRofleemoCage_C_SaveRofleemoFromSwap::WasInit' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoFromSwap, CallFunc_BreakRandomStream_InitialSeed) == 0x00000C, "Member 'GenericRofleemoCage_C_SaveRofleemoFromSwap::CallFunc_BreakRandomStream_InitialSeed' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoFromSwap, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_SaveRofleemoFromSwap::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_SaveRofleemoFromSwap, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'GenericRofleemoCage_C_SaveRofleemoFromSwap::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_GenerateCapFromSave \ static_assert(alignof(GenericRofleemoCage_C_GenerateCapFromSave) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_GenerateCapFromSave"); \ static_assert(sizeof(GenericRofleemoCage_C_GenerateCapFromSave) == 0x000018, "Wrong size on GenericRofleemoCage_C_GenerateCapFromSave"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCapFromSave, GeneratedCape) == 0x000000, "Member 'GenericRofleemoCage_C_GenerateCapFromSave::GeneratedCape' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCapFromSave, CallFunc_GetItemLifetimeData_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_GenerateCapFromSave::CallFunc_GetItemLifetimeData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_GenerateCapFromSave, CallFunc_GetValueAsInt_ReturnValue) == 0x000010, "Member 'GenericRofleemoCage_C_GenerateCapFromSave::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_RollHeadIndex \ static_assert(alignof(GenericRofleemoCage_C_RollHeadIndex) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_RollHeadIndex"); \ static_assert(sizeof(GenericRofleemoCage_C_RollHeadIndex) == 0x00000C, "Wrong size on GenericRofleemoCage_C_RollHeadIndex"); \ static_assert(offsetof(GenericRofleemoCage_C_RollHeadIndex, RolledHeadIndex) == 0x000000, "Member 'GenericRofleemoCage_C_RollHeadIndex::RolledHeadIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollHeadIndex, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_RollHeadIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollHeadIndex, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_RollHeadIndex::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_RollBodyIndex \ static_assert(alignof(GenericRofleemoCage_C_RollBodyIndex) == 0x000004, "Wrong alignment on GenericRofleemoCage_C_RollBodyIndex"); \ static_assert(sizeof(GenericRofleemoCage_C_RollBodyIndex) == 0x00000C, "Wrong size on GenericRofleemoCage_C_RollBodyIndex"); \ static_assert(offsetof(GenericRofleemoCage_C_RollBodyIndex, RolledBodyIndex) == 0x000000, "Member 'GenericRofleemoCage_C_RollBodyIndex::RolledBodyIndex' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollBodyIndex, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'GenericRofleemoCage_C_RollBodyIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_RollBodyIndex, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000008, "Member 'GenericRofleemoCage_C_RollBodyIndex::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage \ static_assert(alignof(GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage) == 0x000008, "Wrong alignment on GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage"); \ static_assert(sizeof(GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage) == 0x000020, "Wrong size on GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage, K2Node_MakeStruct_ItemAnimMontageInfo) == 0x000000, "Member 'GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage::K2Node_MakeStruct_ItemAnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage, CallFunc_PlayItemAnimMontage_ReturnValue) == 0x000018, "Member 'GenericRofleemoCage_C_OnRep_PlayPlantRofleemoMontage::CallFunc_PlayItemAnimMontage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericRofleemoCage_C_CanBeGrappled \ static_assert(alignof(GenericRofleemoCage_C_CanBeGrappled) == 0x000001, "Wrong alignment on GenericRofleemoCage_C_CanBeGrappled"); \ static_assert(sizeof(GenericRofleemoCage_C_CanBeGrappled) == 0x000001, "Wrong size on GenericRofleemoCage_C_CanBeGrappled"); \ static_assert(offsetof(GenericRofleemoCage_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'GenericRofleemoCage_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericRofleemoCage_C \ static_assert(alignof(AGenericRofleemoCage_C) == 0x000010, "Wrong alignment on AGenericRofleemoCage_C"); \ static_assert(sizeof(AGenericRofleemoCage_C) == 0x0008B0, "Wrong size on AGenericRofleemoCage_C"); \ static_assert(offsetof(AGenericRofleemoCage_C, UberGraphFrame_GenericRofleemoCage_C) == 0x000750, "Member 'AGenericRofleemoCage_C::UberGraphFrame_GenericRofleemoCage_C' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, RofleemoIdle) == 0x000758, "Member 'AGenericRofleemoCage_C::RofleemoIdle' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, QuestMark) == 0x000760, "Member 'AGenericRofleemoCage_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, SkeletalMesh) == 0x000768, "Member 'AGenericRofleemoCage_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, Target) == 0x000770, "Member 'AGenericRofleemoCage_C::Target' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, CageRofleemo) == 0x000778, "Member 'AGenericRofleemoCage_C::CageRofleemo' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, RofleemoDescription) == 0x000780, "Member 'AGenericRofleemoCage_C::RofleemoDescription' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, RandomStream) == 0x000800, "Member 'AGenericRofleemoCage_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, LifetimeData) == 0x000808, "Member 'AGenericRofleemoCage_C::LifetimeData' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, bPlantRofleemoOnNest) == 0x000810, "Member 'AGenericRofleemoCage_C::bPlantRofleemoOnNest' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, InteractedNest) == 0x000818, "Member 'AGenericRofleemoCage_C::InteractedNest' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, bSwapRofleemoOnNest) == 0x000820, "Member 'AGenericRofleemoCage_C::bSwapRofleemoOnNest' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, RofleemoNames) == 0x000828, "Member 'AGenericRofleemoCage_C::RofleemoNames' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, RofleemoDataTable) == 0x000838, "Member 'AGenericRofleemoCage_C::RofleemoDataTable' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, MaterialIndexBody) == 0x000840, "Member 'AGenericRofleemoCage_C::MaterialIndexBody' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, MaterialIndexHead) == 0x000844, "Member 'AGenericRofleemoCage_C::MaterialIndexHead' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, DataTableRowStructNew) == 0x000848, "Member 'AGenericRofleemoCage_C::DataTableRowStructNew' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, OldHeadMaterialCount) == 0x000898, "Member 'AGenericRofleemoCage_C::OldHeadMaterialCount' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, OldBodyMaterialCount) == 0x00089C, "Member 'AGenericRofleemoCage_C::OldBodyMaterialCount' has a wrong offset!"); \ static_assert(offsetof(AGenericRofleemoCage_C, PlayPlantRofleemoMontage) == 0x0008A0, "Member 'AGenericRofleemoCage_C::PlayPlantRofleemoMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARofleemoCageT5_C \ static_assert(alignof(ARofleemoCageT5_C) == 0x000010, "Wrong alignment on ARofleemoCageT5_C"); \ static_assert(sizeof(ARofleemoCageT5_C) == 0x0008B0, "Wrong size on ARofleemoCageT5_C"); \ #define DUMPER7_ASSERTS_ARofleemoCageT3_C \ static_assert(alignof(ARofleemoCageT3_C) == 0x000010, "Wrong alignment on ARofleemoCageT3_C"); \ static_assert(sizeof(ARofleemoCageT3_C) == 0x0008B0, "Wrong size on ARofleemoCageT3_C"); \ #define DUMPER7_ASSERTS_ARofleemoCageT2_C \ static_assert(alignof(ARofleemoCageT2_C) == 0x000010, "Wrong alignment on ARofleemoCageT2_C"); \ static_assert(sizeof(ARofleemoCageT2_C) == 0x0008B0, "Wrong size on ARofleemoCageT2_C"); \ #define DUMPER7_ASSERTS_ARofleemoCageT1_C \ static_assert(alignof(ARofleemoCageT1_C) == 0x000010, "Wrong alignment on ARofleemoCageT1_C"); \ static_assert(sizeof(ARofleemoCageT1_C) == 0x0008B0, "Wrong size on ARofleemoCageT1_C"); \ #define DUMPER7_ASSERTS_BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee \ static_assert(alignof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee) == 0x000008, "Wrong alignment on BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee"); \ static_assert(sizeof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee) == 0x000020, "Wrong size on BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee"); \ static_assert(offsetof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee, EntryPoint) == 0x000000, "Member 'BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee, K2Node_DynamicCast_AsBug_Tank) == 0x000010, "Member 'BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BugTank_Attack_Melee_C_ExecuteUbergraph_BugTank_Attack_Melee::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_Attack_Melee_C \ static_assert(alignof(UBugTank_Attack_Melee_C) == 0x000008, "Wrong alignment on UBugTank_Attack_Melee_C"); \ static_assert(sizeof(UBugTank_Attack_Melee_C) == 0x0000C0, "Wrong size on UBugTank_Attack_Melee_C"); \ static_assert(offsetof(UBugTank_Attack_Melee_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_Attack_Melee_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb \ static_assert(alignof(GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb) == 0x000004, "Wrong alignment on GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb"); \ static_assert(sizeof(GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb) == 0x000004, "Wrong size on GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb"); \ static_assert(offsetof(GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb, EntryPoint) == 0x000000, "Member 'GenericFuelOrb_C_ExecuteUbergraph_GenericFuelOrb::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFuelOrb_C_CanBeLooted \ static_assert(alignof(GenericFuelOrb_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericFuelOrb_C_CanBeLooted"); \ static_assert(sizeof(GenericFuelOrb_C_CanBeLooted) == 0x000001, "Wrong size on GenericFuelOrb_C_CanBeLooted"); \ static_assert(offsetof(GenericFuelOrb_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericFuelOrb_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericFuelOrb_C_CanBeGrappled \ static_assert(alignof(GenericFuelOrb_C_CanBeGrappled) == 0x000001, "Wrong alignment on GenericFuelOrb_C_CanBeGrappled"); \ static_assert(sizeof(GenericFuelOrb_C_CanBeGrappled) == 0x000001, "Wrong size on GenericFuelOrb_C_CanBeGrappled"); \ static_assert(offsetof(GenericFuelOrb_C_CanBeGrappled, ReturnValue) == 0x000000, "Member 'GenericFuelOrb_C_CanBeGrappled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericFuelOrb_C \ static_assert(alignof(AGenericFuelOrb_C) == 0x000010, "Wrong alignment on AGenericFuelOrb_C"); \ static_assert(sizeof(AGenericFuelOrb_C) == 0x000760, "Wrong size on AGenericFuelOrb_C"); \ static_assert(offsetof(AGenericFuelOrb_C, UberGraphFrame_GenericFuelOrb_C) == 0x000750, "Member 'AGenericFuelOrb_C::UberGraphFrame_GenericFuelOrb_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart \ static_assert(alignof(HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart"); \ static_assert(sizeof(HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart) == 0x000018, "Wrong size on HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTN_Bomber_JumpCoolDown_C_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown \ static_assert(alignof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown) == 0x000008, "Wrong alignment on HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown"); \ static_assert(sizeof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown) == 0x000030, "Wrong size on HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, EntryPoint) == 0x000000, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, K2Node_Event_Owner) == 0x000008, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::K2Node_Event_Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, K2Node_Event_OwnerAsController) == 0x000010, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::K2Node_Event_OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, K2Node_Event_ControlledPawn) == 0x000018, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, K2Node_DynamicCast_AsBomber) == 0x000020, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_Bomber_JumpCoolDown_C_ExecuteUbergraph_HTN_Bomber_JumpCoolDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bomber_JumpCoolDown_C_PerformConditionCheck \ static_assert(alignof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_Bomber_JumpCoolDown_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_Bomber_JumpCoolDown_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, K2Node_DynamicCast_AsBomber) == 0x000020, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_Bomber_JumpCoolDown_C_PerformConditionCheck, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'HTN_Bomber_JumpCoolDown_C_PerformConditionCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_Bomber_JumpCoolDown_C \ static_assert(alignof(UHTN_Bomber_JumpCoolDown_C) == 0x000008, "Wrong alignment on UHTN_Bomber_JumpCoolDown_C"); \ static_assert(sizeof(UHTN_Bomber_JumpCoolDown_C) == 0x000098, "Wrong size on UHTN_Bomber_JumpCoolDown_C"); \ static_assert(offsetof(UHTN_Bomber_JumpCoolDown_C, UberGraphFrame) == 0x000088, "Member 'UHTN_Bomber_JumpCoolDown_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bomber_JumpCoolDown_C, Character) == 0x000090, "Member 'UHTN_Bomber_JumpCoolDown_C::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate \ static_assert(alignof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate) == 0x000008, "Wrong alignment on GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate"); \ static_assert(sizeof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate) == 0x0000A8, "Wrong size on GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, EntryPoint) == 0x000000, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, K2Node_Event_Hit) == 0x000008, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, K2Node_Event_PlayerCharacter) == 0x000090, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, K2Node_DynamicCast_AsGeneric_Player_Character) == 0x000098, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::K2Node_DynamicCast_AsGeneric_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'GenericArmorPlate_C_ExecuteUbergraph_GenericArmorPlate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmorPlate_C_OnUseActor \ static_assert(alignof(GenericArmorPlate_C_OnUseActor) == 0x000008, "Wrong alignment on GenericArmorPlate_C_OnUseActor"); \ static_assert(sizeof(GenericArmorPlate_C_OnUseActor) == 0x000090, "Wrong size on GenericArmorPlate_C_OnUseActor"); \ static_assert(offsetof(GenericArmorPlate_C_OnUseActor, Hit) == 0x000000, "Member 'GenericArmorPlate_C_OnUseActor::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_OnUseActor, PlayerCharacter) == 0x000088, "Member 'GenericArmorPlate_C_OnUseActor::PlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmorPlate_C_CanUse \ static_assert(alignof(GenericArmorPlate_C_CanUse) == 0x000008, "Wrong alignment on GenericArmorPlate_C_CanUse"); \ static_assert(sizeof(GenericArmorPlate_C_CanUse) == 0x0000C8, "Wrong size on GenericArmorPlate_C_CanUse"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, Hit) == 0x000000, "Member 'GenericArmorPlate_C_CanUse::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, PlayerCharacter) == 0x000088, "Member 'GenericArmorPlate_C_CanUse::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, ReturnValue) == 0x000090, "Member 'GenericArmorPlate_C_CanUse::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, bisAnyActionPlaying) == 0x000091, "Member 'GenericArmorPlate_C_CanUse::bisAnyActionPlaying' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_IsValid_ReturnValue) == 0x000092, "Member 'GenericArmorPlate_C_CanUse::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_GetItemCountOfParentClass_ReturnValue) == 0x000094, "Member 'GenericArmorPlate_C_CanUse::CallFunc_GetItemCountOfParentClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Greater_IntInt_ReturnValue) == 0x000098, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_GetItemState_ReturnValue) == 0x000099, "Member 'GenericArmorPlate_C_CanUse::CallFunc_GetItemState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009A, "Member 'GenericArmorPlate_C_CanUse::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00009B, "Member 'GenericArmorPlate_C_CanUse::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'GenericArmorPlate_C_CanUse::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'GenericArmorPlate_C_CanUse::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'GenericArmorPlate_C_CanUse::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_GetUIValue_ReturnValue) == 0x0000AC, "Member 'GenericArmorPlate_C_CanUse::CallFunc_GetUIValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000B0, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_CanUseAction_ReturnValue) == 0x0000B4, "Member 'GenericArmorPlate_C_CanUse::CallFunc_CanUseAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000B8, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000BC, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_IsPlayingAction_ReturnValue) == 0x0000C0, "Member 'GenericArmorPlate_C_CanUse::CallFunc_IsPlayingAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C1, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_Not_PreBool_ReturnValue) == 0x0000C2, "Member 'GenericArmorPlate_C_CanUse::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C3, "Member 'GenericArmorPlate_C_CanUse::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_BooleanAND_ReturnValue_2) == 0x0000C4, "Member 'GenericArmorPlate_C_CanUse::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_CanUse, CallFunc_BooleanAND_ReturnValue_3) == 0x0000C5, "Member 'GenericArmorPlate_C_CanUse::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmorPlate_C_AddArmor \ static_assert(alignof(GenericArmorPlate_C_AddArmor) == 0x000008, "Wrong alignment on GenericArmorPlate_C_AddArmor"); \ static_assert(sizeof(GenericArmorPlate_C_AddArmor) == 0x0000D0, "Wrong size on GenericArmorPlate_C_AddArmor"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, Player) == 0x000000, "Member 'GenericArmorPlate_C_AddArmor::Player' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, IsRunning) == 0x000008, "Member 'GenericArmorPlate_C_AddArmor::IsRunning' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, L_ActionObject) == 0x000010, "Member 'GenericArmorPlate_C_AddArmor::L_ActionObject' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsRunning_ReturnValue) == 0x000018, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_GetAction_ReturnValue) == 0x000020, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_DynamicCast_AsAction_Use_Armor) == 0x000028, "Member 'GenericArmorPlate_C_AddArmor::K2Node_DynamicCast_AsAction_Use_Armor' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GenericArmorPlate_C_AddArmor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsValidAnimation_IsValid) == 0x000031, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsValidAnimation_IsValid' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, Temp_bool_Variable) == 0x000033, "Member 'GenericArmorPlate_C_AddArmor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_DynamicCast_AsFGWeapon_Ranged) == 0x000038, "Member 'GenericArmorPlate_C_AddArmor::K2Node_DynamicCast_AsFGWeapon_Ranged' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'GenericArmorPlate_C_AddArmor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_GetBarrelGripType_ReturnValue) == 0x000041, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_GetBarrelGripType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_Map_Find_Value) == 0x000048, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsValidAnimation_IsValid_1) == 0x000059, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsValidAnimation_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsValidAnimation_IsValid_2) == 0x00005A, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsValidAnimation_IsValid_2' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_BooleanAND_ReturnValue_1) == 0x00005B, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_BooleanAND_ReturnValue_2) == 0x00005C, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_BooleanAND_ReturnValue_3) == 0x00005D, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsValidAnimation_IsValid_3) == 0x00005E, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsValidAnimation_IsValid_3' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, Temp_bool_Variable_1) == 0x00005F, "Member 'GenericArmorPlate_C_AddArmor::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_BooleanAND_ReturnValue_4) == 0x000060, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_Select_Default) == 0x000068, "Member 'GenericArmorPlate_C_AddArmor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, Temp_bool_Variable_2) == 0x000078, "Member 'GenericArmorPlate_C_AddArmor::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, Temp_bool_Variable_3) == 0x000079, "Member 'GenericArmorPlate_C_AddArmor::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_Map_Find_Value_1) == 0x000080, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_Map_Find_ReturnValue_1) == 0x000090, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_Select_Default_1) == 0x000098, "Member 'GenericArmorPlate_C_AddArmor::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_Select_Default_2) == 0x0000A8, "Member 'GenericArmorPlate_C_AddArmor::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'GenericArmorPlate_C_AddArmor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_SwitchEnum_CmpSuccess) == 0x0000B9, "Member 'GenericArmorPlate_C_AddArmor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_AddArmor, K2Node_Select_Default_3) == 0x0000C0, "Member 'GenericArmorPlate_C_AddArmor::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericArmorPlate_C_IsValidAnimation \ static_assert(alignof(GenericArmorPlate_C_IsValidAnimation) == 0x000008, "Wrong alignment on GenericArmorPlate_C_IsValidAnimation"); \ static_assert(sizeof(GenericArmorPlate_C_IsValidAnimation) == 0x000018, "Wrong size on GenericArmorPlate_C_IsValidAnimation"); \ static_assert(offsetof(GenericArmorPlate_C_IsValidAnimation, AnimMontage) == 0x000000, "Member 'GenericArmorPlate_C_IsValidAnimation::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_IsValidAnimation, IsValid) == 0x000010, "Member 'GenericArmorPlate_C_IsValidAnimation::IsValid' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_IsValidAnimation, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'GenericArmorPlate_C_IsValidAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_IsValidAnimation, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'GenericArmorPlate_C_IsValidAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericArmorPlate_C_IsValidAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'GenericArmorPlate_C_IsValidAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericArmorPlate_C \ static_assert(alignof(AGenericArmorPlate_C) == 0x000010, "Wrong alignment on AGenericArmorPlate_C"); \ static_assert(sizeof(AGenericArmorPlate_C) == 0x000540, "Wrong size on AGenericArmorPlate_C"); \ static_assert(offsetof(AGenericArmorPlate_C, UberGraphFrame_GenericArmorPlate_C) == 0x000428, "Member 'AGenericArmorPlate_C::UberGraphFrame_GenericArmorPlate_C' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, HealSegments) == 0x000430, "Member 'AGenericArmorPlate_C::HealSegments' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimationPistol) == 0x000438, "Member 'AGenericArmorPlate_C::TakeArmorAnimationPistol' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimationGun) == 0x000448, "Member 'AGenericArmorPlate_C::TakeArmorAnimationGun' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, ArmorActionClass) == 0x000458, "Member 'AGenericArmorPlate_C::ArmorActionClass' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimation) == 0x000460, "Member 'AGenericArmorPlate_C::TakeArmorAnimation' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, OverrideGunBarrelGripAnim) == 0x000470, "Member 'AGenericArmorPlate_C::OverrideGunBarrelGripAnim' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimationSprintPistol) == 0x0004C0, "Member 'AGenericArmorPlate_C::TakeArmorAnimationSprintPistol' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimationSprintGun) == 0x0004D0, "Member 'AGenericArmorPlate_C::TakeArmorAnimationSprintGun' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, OverrideSprintGunBarrelGripAnim) == 0x0004E0, "Member 'AGenericArmorPlate_C::OverrideSprintGunBarrelGripAnim' has a wrong offset!"); \ static_assert(offsetof(AGenericArmorPlate_C, TakeArmorAnimationSprint) == 0x000530, "Member 'AGenericArmorPlate_C::TakeArmorAnimationSprint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFuelOrb_Gas_C \ static_assert(alignof(AFuelOrb_Gas_C) == 0x000010, "Wrong alignment on AFuelOrb_Gas_C"); \ static_assert(sizeof(AFuelOrb_Gas_C) == 0x000760, "Wrong size on AFuelOrb_Gas_C"); \ #define DUMPER7_ASSERTS_AFuelOrb_Coal_C \ static_assert(alignof(AFuelOrb_Coal_C) == 0x000010, "Wrong alignment on AFuelOrb_Coal_C"); \ static_assert(sizeof(AFuelOrb_Coal_C) == 0x000760, "Wrong size on AFuelOrb_Coal_C"); \ #define DUMPER7_ASSERTS_Book_C_ExecuteUbergraph_Book \ static_assert(alignof(Book_C_ExecuteUbergraph_Book) == 0x000008, "Wrong alignment on Book_C_ExecuteUbergraph_Book"); \ static_assert(sizeof(Book_C_ExecuteUbergraph_Book) == 0x0000F8, "Wrong size on Book_C_ExecuteUbergraph_Book"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, EntryPoint) == 0x000000, "Member 'Book_C_ExecuteUbergraph_Book::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Book_C_ExecuteUbergraph_Book::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Book_C_ExecuteUbergraph_Book::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'Book_C_ExecuteUbergraph_Book::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsThird_Person_Character) == 0x000020, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_IsLocallyControlled_ReturnValue) == 0x000038, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000040, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000049, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetOwner_ReturnValue_2) == 0x000050, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000058, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsThird_Person_Character_2) == 0x000068, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsThird_Person_Character_2' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Array_Get_Item) == 0x000078, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'Book_C_ExecuteUbergraph_Book::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetOwner_ReturnValue_3) == 0x000090, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000098, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsThird_Person_Character_3) == 0x0000A8, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsThird_Person_Character_3' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C4, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetGameInstance_ReturnValue) == 0x0000C8, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000D0, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess_4) == 0x0000D8, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetShouldSkipEquipAnimations_ReturnValue) == 0x0000D9, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetShouldSkipEquipAnimations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetGameInstance_ReturnValue_1) == 0x0000E0, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0000E8, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'Book_C_ExecuteUbergraph_Book::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Book_C_ExecuteUbergraph_Book, CallFunc_GetShouldSkipEquipAnimations_ReturnValue_1) == 0x0000F1, "Member 'Book_C_ExecuteUbergraph_Book::CallFunc_GetShouldSkipEquipAnimations_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABook_C \ static_assert(alignof(ABook_C) == 0x000010, "Wrong alignment on ABook_C"); \ static_assert(sizeof(ABook_C) == 0x000640, "Wrong size on ABook_C"); \ static_assert(offsetof(ABook_C, UberGraphFrame) == 0x000630, "Member 'ABook_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCasket_C_ExecuteUbergraph_GenericCasket \ static_assert(alignof(GenericCasket_C_ExecuteUbergraph_GenericCasket) == 0x000010, "Wrong alignment on GenericCasket_C_ExecuteUbergraph_GenericCasket"); \ static_assert(sizeof(GenericCasket_C_ExecuteUbergraph_GenericCasket) == 0x0000C0, "Wrong size on GenericCasket_C_ExecuteUbergraph_GenericCasket"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, EntryPoint) == 0x000000, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, Temp_byte_Variable) == 0x000004, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, Temp_bool_Variable) == 0x000005, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, Temp_bool_Variable_1) == 0x000010, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GetMaterial_ReturnValue) == 0x000050, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_HasAuthority_ReturnValue) == 0x000061, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GetMaterial_ReturnValue_1) == 0x000068, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000070, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_SimpleDispenseLoot_ReturnValue) == 0x000078, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_SimpleDispenseLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GetGameInstance_ReturnValue) == 0x000080, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, K2Node_DynamicCast_AsFGGame_Instance) == 0x000088, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GetWorldRate_ReturnValue) == 0x000094, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000098, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, CallFunc_Less_FloatFloat_ReturnValue) == 0x000099, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, K2Node_Select_Default) == 0x0000A0, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_ExecuteUbergraph_GenericCasket, K2Node_Select_Default_1) == 0x0000B0, "Member 'GenericCasket_C_ExecuteUbergraph_GenericCasket::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCasket_C_GetItemSelection \ static_assert(alignof(GenericCasket_C_GetItemSelection) == 0x000008, "Wrong alignment on GenericCasket_C_GetItemSelection"); \ static_assert(sizeof(GenericCasket_C_GetItemSelection) == 0x0000D0, "Wrong size on GenericCasket_C_GetItemSelection"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, Hit) == 0x000000, "Member 'GenericCasket_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, Player) == 0x000088, "Member 'GenericCasket_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, SelectionText_0) == 0x000090, "Member 'GenericCasket_C_GetItemSelection::SelectionText_0' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'GenericCasket_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'GenericCasket_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, CallFunc_GetItemSelection_SelectionText) == 0x0000B0, "Member 'GenericCasket_C_GetItemSelection::CallFunc_GetItemSelection_SelectionText' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, CallFunc_GetItemSelection_bDisableButton) == 0x0000C8, "Member 'GenericCasket_C_GetItemSelection::CallFunc_GetItemSelection_bDisableButton' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_GetItemSelection, CallFunc_GetItemSelection_bIsInfoText) == 0x0000C9, "Member 'GenericCasket_C_GetItemSelection::CallFunc_GetItemSelection_bIsInfoText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCasket_C_CanBeLooted \ static_assert(alignof(GenericCasket_C_CanBeLooted) == 0x000001, "Wrong alignment on GenericCasket_C_CanBeLooted"); \ static_assert(sizeof(GenericCasket_C_CanBeLooted) == 0x000004, "Wrong size on GenericCasket_C_CanBeLooted"); \ static_assert(offsetof(GenericCasket_C_CanBeLooted, ReturnValue) == 0x000000, "Member 'GenericCasket_C_CanBeLooted::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CanBeLooted, CallFunc_CasketWasUnlocked_bReturnValue) == 0x000001, "Member 'GenericCasket_C_CanBeLooted::CallFunc_CasketWasUnlocked_bReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CanBeLooted, CallFunc_CanBeLooted_ReturnValue) == 0x000002, "Member 'GenericCasket_C_CanBeLooted::CallFunc_CanBeLooted_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CanBeLooted, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'GenericCasket_C_CanBeLooted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCasket_C_CompleteQuest \ static_assert(alignof(GenericCasket_C_CompleteQuest) == 0x000008, "Wrong alignment on GenericCasket_C_CompleteQuest"); \ static_assert(sizeof(GenericCasket_C_CompleteQuest) == 0x000018, "Wrong size on GenericCasket_C_CompleteQuest"); \ static_assert(offsetof(GenericCasket_C_CompleteQuest, CallFunc_HasAuthority_ReturnValue) == 0x000000, "Member 'GenericCasket_C_CompleteQuest::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CompleteQuest, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'GenericCasket_C_CompleteQuest::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CompleteQuest, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GenericCasket_C_CompleteQuest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericCasket_C_CasketWasUnlocked \ static_assert(alignof(GenericCasket_C_CasketWasUnlocked) == 0x000008, "Wrong alignment on GenericCasket_C_CasketWasUnlocked"); \ static_assert(sizeof(GenericCasket_C_CasketWasUnlocked) == 0x000028, "Wrong size on GenericCasket_C_CasketWasUnlocked"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, bReturnValue) == 0x000000, "Member 'GenericCasket_C_CasketWasUnlocked::bReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000010, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_GetQuestGraphManager_ReturnValue_1) == 0x000018, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_GetQuestGraphManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_IsQuestProgressionUnlocked_ReturnValue) == 0x000020, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_IsQuestProgressionUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_IsQuestProgressionUnlocked_ReturnValue_1) == 0x000021, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_IsQuestProgressionUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericCasket_C_CasketWasUnlocked, CallFunc_IsValid_ReturnValue_1) == 0x000023, "Member 'GenericCasket_C_CasketWasUnlocked::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericCasket_C \ static_assert(alignof(AGenericCasket_C) == 0x000010, "Wrong alignment on AGenericCasket_C"); \ static_assert(sizeof(AGenericCasket_C) == 0x000820, "Wrong size on AGenericCasket_C"); \ static_assert(offsetof(AGenericCasket_C, UberGraphFrame_GenericCasket_C) == 0x000750, "Member 'AGenericCasket_C::UberGraphFrame_GenericCasket_C' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, FGQuestMark) == 0x000758, "Member 'AGenericCasket_C::FGQuestMark' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, QuestMark) == 0x000760, "Member 'AGenericCasket_C::QuestMark' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, FGSplineLootDrop) == 0x000768, "Member 'AGenericCasket_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, ChestReprod) == 0x000770, "Member 'AGenericCasket_C::ChestReprod' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Bust_OpenChest) == 0x000778, "Member 'AGenericCasket_C::Bust_OpenChest' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, LootMark) == 0x000780, "Member 'AGenericCasket_C::LootMark' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Inventory) == 0x000788, "Member 'AGenericCasket_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Top) == 0x000790, "Member 'AGenericCasket_C::Top' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Dissolve_Dissolve_value_9735262448CF3B55026689B3D720296E) == 0x000798, "Member 'AGenericCasket_C::Dissolve_Dissolve_value_9735262448CF3B55026689B3D720296E' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Dissolve__Direction_9735262448CF3B55026689B3D720296E) == 0x00079C, "Member 'AGenericCasket_C::Dissolve__Direction_9735262448CF3B55026689B3D720296E' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, Dissolve) == 0x0007A0, "Member 'AGenericCasket_C::Dissolve' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, GlowCasket_Power_2610AB1C4CD4C77399F4C9B57093531B) == 0x0007A8, "Member 'AGenericCasket_C::GlowCasket_Power_2610AB1C4CD4C77399F4C9B57093531B' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, GlowCasket__Direction_2610AB1C4CD4C77399F4C9B57093531B) == 0x0007AC, "Member 'AGenericCasket_C::GlowCasket__Direction_2610AB1C4CD4C77399F4C9B57093531B' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, GlowCasket) == 0x0007B0, "Member 'AGenericCasket_C::GlowCasket' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, LootLists) == 0x0007B8, "Member 'AGenericCasket_C::LootLists' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, SingleItemLists) == 0x0007C8, "Member 'AGenericCasket_C::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, bLockdown) == 0x0007D8, "Member 'AGenericCasket_C::bLockdown' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, DynMat) == 0x0007E0, "Member 'AGenericCasket_C::DynMat' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, DynMatTop) == 0x0007E8, "Member 'AGenericCasket_C::DynMatTop' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, LootDispenserClass) == 0x0007F0, "Member 'AGenericCasket_C::LootDispenserClass' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, PlaceholdersLength) == 0x0007F8, "Member 'AGenericCasket_C::PlaceholdersLength' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, DropLootOverTime) == 0x0007FC, "Member 'AGenericCasket_C::DropLootOverTime' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, SingleItemLists_MidGame) == 0x000800, "Member 'AGenericCasket_C::SingleItemLists_MidGame' has a wrong offset!"); \ static_assert(offsetof(AGenericCasket_C, SingleItemLists_EndGame) == 0x000810, "Member 'AGenericCasket_C::SingleItemLists_EndGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACasket_T5_C \ static_assert(alignof(ACasket_T5_C) == 0x000010, "Wrong alignment on ACasket_T5_C"); \ static_assert(sizeof(ACasket_T5_C) == 0x000820, "Wrong size on ACasket_T5_C"); \ #define DUMPER7_ASSERTS_ACasket_T2_C \ static_assert(alignof(ACasket_T2_C) == 0x000010, "Wrong alignment on ACasket_T2_C"); \ static_assert(sizeof(ACasket_T2_C) == 0x000820, "Wrong size on ACasket_T2_C"); \ #define DUMPER7_ASSERTS_HTN_BugTank_IsDefending_C_PerformConditionCheck \ static_assert(alignof(HTN_BugTank_IsDefending_C_PerformConditionCheck) == 0x000008, "Wrong alignment on HTN_BugTank_IsDefending_C_PerformConditionCheck"); \ static_assert(sizeof(HTN_BugTank_IsDefending_C_PerformConditionCheck) == 0x000030, "Wrong size on HTN_BugTank_IsDefending_C_PerformConditionCheck"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, Owner) == 0x000000, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, K2Node_DynamicCast_AsBug_Tank) == 0x000020, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(HTN_BugTank_IsDefending_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'HTN_BugTank_IsDefending_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_BugTank_IsDefending_C \ static_assert(alignof(UHTN_BugTank_IsDefending_C) == 0x000008, "Wrong alignment on UHTN_BugTank_IsDefending_C"); \ static_assert(sizeof(UHTN_BugTank_IsDefending_C) == 0x000088, "Wrong size on UHTN_BugTank_IsDefending_C"); \ #define DUMPER7_ASSERTS_ACasket_T1_C \ static_assert(alignof(ACasket_T1_C) == 0x000010, "Wrong alignment on ACasket_T1_C"); \ static_assert(sizeof(ACasket_T1_C) == 0x000820, "Wrong size on ACasket_T1_C"); \ #define DUMPER7_ASSERTS_AArmorPlate_1_C \ static_assert(alignof(AArmorPlate_1_C) == 0x000010, "Wrong alignment on AArmorPlate_1_C"); \ static_assert(sizeof(AArmorPlate_1_C) == 0x000540, "Wrong size on AArmorPlate_1_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_Base_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_Base_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_Base_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_Base_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetPlatformAppearance \ static_assert(alignof(MainMenuV2_Base_C_SetPlatformAppearance) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetPlatformAppearance"); \ static_assert(sizeof(MainMenuV2_Base_C_SetPlatformAppearance) == 0x000080, "Wrong size on MainMenuV2_Base_C_SetPlatformAppearance"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, bIsConsolePlatform) == 0x000000, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::bIsConsolePlatform' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_bool_Variable) == 0x000001, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable) == 0x000002, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_1) == 0x000003, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_bool_Variable_1) == 0x000004, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_2) == 0x000005, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_3) == 0x000006, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_bool_Variable_2) == 0x000007, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_4) == 0x000008, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, Temp_byte_Variable_5) == 0x000009, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_IsGDKPlatform_ReturnValue) == 0x00000A, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_IsGDKPlatform_ReturnValue_1) == 0x00000B, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_IsGDKPlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, K2Node_Select_Default) == 0x00000C, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, K2Node_Select_Default_1) == 0x00000D, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_IsGDKPlatform_ReturnValue_2) == 0x00000E, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_IsGDKPlatform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, K2Node_Select_Default_2) == 0x00000F, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_GetXboxGamerTagAndSuffix_GamerTag) == 0x000010, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_GetXboxGamerTagAndSuffix_GamerTag' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_GetXboxGamerTagAndSuffix_Suffix) == 0x000020, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_GetXboxGamerTagAndSuffix_Suffix' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_GetXboxGamerTagAndSuffix_GamerTag_1) == 0x000048, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_GetXboxGamerTagAndSuffix_GamerTag_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_GetXboxGamerTagAndSuffix_Suffix_1) == 0x000058, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_GetXboxGamerTagAndSuffix_Suffix_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetPlatformAppearance, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000068, "Member 'MainMenuV2_Base_C_SetPlatformAppearance::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_HoverPrev \ static_assert(alignof(MainMenuV2_Base_C_HoverPrev) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_HoverPrev"); \ static_assert(sizeof(MainMenuV2_Base_C_HoverPrev) == 0x000018, "Wrong size on MainMenuV2_Base_C_HoverPrev"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverPrev, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000000, "Member 'MainMenuV2_Base_C_HoverPrev::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverPrev, CallFunc_GetCurrentHoveredItem_Output) == 0x000008, "Member 'MainMenuV2_Base_C_HoverPrev::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverPrev, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'MainMenuV2_Base_C_HoverPrev::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverPrev, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'MainMenuV2_Base_C_HoverPrev::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_HoverNext \ static_assert(alignof(MainMenuV2_Base_C_HoverNext) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_HoverNext"); \ static_assert(sizeof(MainMenuV2_Base_C_HoverNext) == 0x000018, "Wrong size on MainMenuV2_Base_C_HoverNext"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverNext, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000000, "Member 'MainMenuV2_Base_C_HoverNext::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverNext, CallFunc_GetCurrentHoveredItem_Output) == 0x000008, "Member 'MainMenuV2_Base_C_HoverNext::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverNext, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'MainMenuV2_Base_C_HoverNext::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HoverNext, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'MainMenuV2_Base_C_HoverNext::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_AdjustMenuFonts \ static_assert(alignof(MainMenuV2_Base_C_AdjustMenuFonts) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_AdjustMenuFonts"); \ static_assert(sizeof(MainMenuV2_Base_C_AdjustMenuFonts) == 0x000030, "Wrong size on MainMenuV2_Base_C_AdjustMenuFonts"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, K2Node_MakeArray_Array) == 0x000008, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, CallFunc_Array_Get_Item) == 0x000020, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_AdjustMenuFonts, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'MainMenuV2_Base_C_AdjustMenuFonts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_HandleBackToMenu \ static_assert(alignof(MainMenuV2_Base_C_HandleBackToMenu) == 0x000004, "Wrong alignment on MainMenuV2_Base_C_HandleBackToMenu"); \ static_assert(sizeof(MainMenuV2_Base_C_HandleBackToMenu) == 0x000020, "Wrong size on MainMenuV2_Base_C_HandleBackToMenu"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, CachedHoveIndex) == 0x000000, "Member 'MainMenuV2_Base_C_HandleBackToMenu::CachedHoveIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_Base_C_HandleBackToMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, Temp_int_Variable) == 0x000008, "Member 'MainMenuV2_Base_C_HandleBackToMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, Temp_int_Variable_1) == 0x00000C, "Member 'MainMenuV2_Base_C_HandleBackToMenu::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, Temp_bool_Variable_1) == 0x000010, "Member 'MainMenuV2_Base_C_HandleBackToMenu::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, CallFunc_IsVisible_ReturnValue) == 0x000011, "Member 'MainMenuV2_Base_C_HandleBackToMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, K2Node_Select_Default) == 0x000014, "Member 'MainMenuV2_Base_C_HandleBackToMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'MainMenuV2_Base_C_HandleBackToMenu::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleBackToMenu, K2Node_Select_Default_1) == 0x00001C, "Member 'MainMenuV2_Base_C_HandleBackToMenu::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_HandleInputAction \ static_assert(alignof(MainMenuV2_Base_C_HandleInputAction) == 0x000001, "Wrong alignment on MainMenuV2_Base_C_HandleInputAction"); \ static_assert(sizeof(MainMenuV2_Base_C_HandleInputAction) == 0x000004, "Wrong size on MainMenuV2_Base_C_HandleInputAction"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleInputAction, Action) == 0x000000, "Member 'MainMenuV2_Base_C_HandleInputAction::Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleInputAction, CallFunc_IsConsolePlatform_ReturnValue) == 0x000001, "Member 'MainMenuV2_Base_C_HandleInputAction::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'MainMenuV2_Base_C_HandleInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_HandleInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'MainMenuV2_Base_C_HandleInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_OnKeyUp \ static_assert(alignof(MainMenuV2_Base_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_Base_C_OnKeyUp) == 0x0002C0, "Wrong size on MainMenuV2_Base_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_Base_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_Base_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_Base_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000128, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue_1) == 0x0001F9, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_IsVisible_ReturnValue_2) == 0x0001FA, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x0001FB, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x0001FC, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x0001FD, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000200, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x0002B8, "Member 'MainMenuV2_Base_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetAuthInfo \ static_assert(alignof(MainMenuV2_Base_C_SetAuthInfo) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetAuthInfo"); \ static_assert(sizeof(MainMenuV2_Base_C_SetAuthInfo) == 0x0002E0, "Wrong size on MainMenuV2_Base_C_SetAuthInfo"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000008, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_GetLoggedInUsername_ReturnValue) == 0x000010, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_GetLoggedInUsername_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_SteamIsAvailable_ReturnValue) == 0x000020, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_SteamIsAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_SelectString_ReturnValue) == 0x000040, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_MakeLiteralText_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000100, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_SteamGetPlayerNickname_ReturnValue) == 0x000148, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_SteamGetPlayerNickname_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_SteamIsAvailable_ReturnValue_1) == 0x000158, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_SteamIsAvailable_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000160, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0001B8, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeArray_Array) == 0x0001D0, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Format_ReturnValue) == 0x000220, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeArray_Array_1) == 0x000238, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Format_ReturnValue_1) == 0x000248, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000260, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeStruct_FormatArgumentData_5) == 0x000278, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, K2Node_MakeArray_Array_2) == 0x0002B8, "Member 'MainMenuV2_Base_C_SetAuthInfo::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetAuthInfo, CallFunc_Format_ReturnValue_2) == 0x0002C8, "Member 'MainMenuV2_Base_C_SetAuthInfo::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetVersionText \ static_assert(alignof(MainMenuV2_Base_C_SetVersionText) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetVersionText"); \ static_assert(sizeof(MainMenuV2_Base_C_SetVersionText) == 0x000100, "Wrong size on MainMenuV2_Base_C_SetVersionText"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, CallFunc_GetAppVersion_ReturnValue) == 0x000000, "Member 'MainMenuV2_Base_C_SetVersionText::CallFunc_GetAppVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'MainMenuV2_Base_C_SetVersionText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'MainMenuV2_Base_C_SetVersionText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, CallFunc_MakeLiteralText_ReturnValue) == 0x000068, "Member 'MainMenuV2_Base_C_SetVersionText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'MainMenuV2_Base_C_SetVersionText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, K2Node_MakeArray_Array) == 0x0000C0, "Member 'MainMenuV2_Base_C_SetVersionText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'MainMenuV2_Base_C_SetVersionText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetVersionText, CallFunc_TextToUpper_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Base_C_SetVersionText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_ShowStartGame \ static_assert(alignof(MainMenuV2_Base_C_ShowStartGame) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_ShowStartGame"); \ static_assert(sizeof(MainMenuV2_Base_C_ShowStartGame) == 0x000030, "Wrong size on MainMenuV2_Base_C_ShowStartGame"); \ static_assert(offsetof(MainMenuV2_Base_C_ShowStartGame, bIsNewGame) == 0x000000, "Member 'MainMenuV2_Base_C_ShowStartGame::bIsNewGame' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ShowStartGame, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'MainMenuV2_Base_C_ShowStartGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ShowStartGame, K2Node_DynamicCast_AsMain_Menu_Presenter) == 0x000010, "Member 'MainMenuV2_Base_C_ShowStartGame::K2Node_DynamicCast_AsMain_Menu_Presenter' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ShowStartGame, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_Base_C_ShowStartGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ShowStartGame, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'MainMenuV2_Base_C_ShowStartGame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetupMenuButtons \ static_assert(alignof(MainMenuV2_Base_C_SetupMenuButtons) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetupMenuButtons"); \ static_assert(sizeof(MainMenuV2_Base_C_SetupMenuButtons) == 0x000080, "Wrong size on MainMenuV2_Base_C_SetupMenuButtons"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Game) == 0x000000, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Game' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_bool_Variable) == 0x000008, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_bool_Variable_1) == 0x000009, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_byte_Variable) == 0x00000A, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_byte_Variable_1) == 0x00000B, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'MainMenuV2_Base_C_SetupMenuButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_IsConsolePlatform_ReturnValue) == 0x000018, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, K2Node_MakeArray_Array) == 0x000020, "Member 'MainMenuV2_Base_C_SetupMenuButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_GetSavesList_ReturnValue) == 0x000030, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_GetSavesList_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Greater_IntInt_ReturnValue) == 0x000044, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, K2Node_Select_Default) == 0x000045, "Member 'MainMenuV2_Base_C_SetupMenuButtons::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, K2Node_MakeArray_Array_1) == 0x000048, "Member 'MainMenuV2_Base_C_SetupMenuButtons::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, K2Node_Select_Default_1) == 0x000058, "Member 'MainMenuV2_Base_C_SetupMenuButtons::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Array_Get_Item) == 0x000070, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupMenuButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'MainMenuV2_Base_C_SetupMenuButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetupSocialButtons \ static_assert(alignof(MainMenuV2_Base_C_SetupSocialButtons) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetupSocialButtons"); \ static_assert(sizeof(MainMenuV2_Base_C_SetupSocialButtons) == 0x000088, "Wrong size on MainMenuV2_Base_C_SetupSocialButtons"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_bool_Variable) == 0x000000, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_string_Variable) == 0x000008, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_string_Variable_1) == 0x000018, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_bool_Variable_1) == 0x000028, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_byte_Variable) == 0x000029, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_byte_Variable_1) == 0x00002A, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, Temp_bool_Variable_2) == 0x00002B, "Member 'MainMenuV2_Base_C_SetupSocialButtons::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, K2Node_MakeArray_Array) == 0x000030, "Member 'MainMenuV2_Base_C_SetupSocialButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, K2Node_MakeArray_Array_1) == 0x000040, "Member 'MainMenuV2_Base_C_SetupSocialButtons::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000050, "Member 'MainMenuV2_Base_C_SetupSocialButtons::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000060, "Member 'MainMenuV2_Base_C_SetupSocialButtons::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, K2Node_Select_Default) == 0x000061, "Member 'MainMenuV2_Base_C_SetupSocialButtons::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, K2Node_Select_Default_1) == 0x000068, "Member 'MainMenuV2_Base_C_SetupSocialButtons::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetupSocialButtons, K2Node_Select_Default_2) == 0x000078, "Member 'MainMenuV2_Base_C_SetupSocialButtons::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetLocalizedLogo \ static_assert(alignof(MainMenuV2_Base_C_SetLocalizedLogo) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_SetLocalizedLogo"); \ static_assert(sizeof(MainMenuV2_Base_C_SetLocalizedLogo) == 0x000038, "Wrong size on MainMenuV2_Base_C_SetLocalizedLogo"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, Temp_bool_Variable) == 0x000000, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, Temp_object_Variable) == 0x000008, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, Temp_object_Variable_1) == 0x000010, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, CallFunc_GetCurrentCulture_ReturnValue) == 0x000018, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000028, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_SetLocalizedLogo, K2Node_Select_Default) == 0x000030, "Member 'MainMenuV2_Base_C_SetLocalizedLogo::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_Base_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_Base_C_OnMouseButtonDown) == 0x000238, "Wrong size on MainMenuV2_Base_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_Base_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_CreatePatchText \ static_assert(alignof(MainMenuV2_Base_C_CreatePatchText) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_CreatePatchText"); \ static_assert(sizeof(MainMenuV2_Base_C_CreatePatchText) == 0x000108, "Wrong size on MainMenuV2_Base_C_CreatePatchText"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, RawText) == 0x000000, "Member 'MainMenuV2_Base_C_CreatePatchText::RawText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, ClearText) == 0x000010, "Member 'MainMenuV2_Base_C_CreatePatchText::ClearText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Local_ClearText) == 0x000020, "Member 'MainMenuV2_Base_C_CreatePatchText::Local_ClearText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Local_TempDescStructure) == 0x000030, "Member 'MainMenuV2_Base_C_CreatePatchText::Local_TempDescStructure' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Local_RawStringArray) == 0x000040, "Member 'MainMenuV2_Base_C_CreatePatchText::Local_RawStringArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Temp_int_Array_Index_Variable) == 0x000050, "Member 'MainMenuV2_Base_C_CreatePatchText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_ParseIntoArray_ReturnValue) == 0x000058, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'MainMenuV2_Base_C_CreatePatchText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'MainMenuV2_Base_C_CreatePatchText::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Array_Get_Item) == 0x000078, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Split_LeftS) == 0x000090, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Split_RightS) == 0x0000A0, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Split_ReturnValue) == 0x0000B0, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Less_IntInt_ReturnValue) == 0x0000B1, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Replace_ReturnValue) == 0x0000B8, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Array_Length_ReturnValue_1) == 0x0000D8, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E0, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, Temp_int_Loop_Counter_Variable_1) == 0x0000F8, "Member 'MainMenuV2_Base_C_CreatePatchText::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Array_Add_ReturnValue) == 0x0000FC, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Less_IntInt_ReturnValue_1) == 0x000100, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CreatePatchText, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'MainMenuV2_Base_C_CreatePatchText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_OnKeyDown \ static_assert(alignof(MainMenuV2_Base_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_Base_C_OnKeyDown) == 0x0003B8, "Wrong size on MainMenuV2_Base_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_Base_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_Base_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_Base_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x0001E0, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000298, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0002B0, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_GetGamepadAction_Action) == 0x0002B1, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_GetGamepadAction_Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x0002B2, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, K2Node_SwitchEnum_CmpSuccess) == 0x0002B3, "Member 'MainMenuV2_Base_C_OnKeyDown::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x0002B8, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x0002C0, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x0002C8, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Interface) == 0x0002E0, "Member 'MainMenuV2_Base_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'MainMenuV2_Base_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x0002F1, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue) == 0x0002F2, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_1) == 0x0002F3, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_2) == 0x0002F4, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x0002F8, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x0003B0, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_1) == 0x0003B1, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003B2, "Member 'MainMenuV2_Base_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_Tick \ static_assert(alignof(MainMenuV2_Base_C_Tick) == 0x000004, "Wrong alignment on MainMenuV2_Base_C_Tick"); \ static_assert(sizeof(MainMenuV2_Base_C_Tick) == 0x00003C, "Wrong size on MainMenuV2_Base_C_Tick"); \ static_assert(offsetof(MainMenuV2_Base_C_Tick, MyGeometry) == 0x000000, "Member 'MainMenuV2_Base_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'MainMenuV2_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_DrawPatchInformation \ static_assert(alignof(MainMenuV2_Base_C_DrawPatchInformation) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_DrawPatchInformation"); \ static_assert(sizeof(MainMenuV2_Base_C_DrawPatchInformation) == 0x000010, "Wrong size on MainMenuV2_Base_C_DrawPatchInformation"); \ static_assert(offsetof(MainMenuV2_Base_C_DrawPatchInformation, PatchesText) == 0x000000, "Member 'MainMenuV2_Base_C_DrawPatchInformation::PatchesText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_PreConstruct \ static_assert(alignof(MainMenuV2_Base_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_Base_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_Base_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_Base_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_Base_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_Base_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_Base_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_Base_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_Base_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_Base_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_Base_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0 \ static_assert(alignof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0"); \ static_assert(sizeof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0) == 0x000038, "Wrong size on MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0"); \ static_assert(offsetof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0, bSuccessful) == 0x000000, "Member 'MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0::bSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0, ResponseCode) == 0x000004, "Member 'MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0::ResponseCode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0, Version) == 0x000008, "Member 'MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0::Version' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0, Date) == 0x000018, "Member 'MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0::Date' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0, PathNotes) == 0x000028, "Member 'MainMenuV2_Base_C_OnGetPatchNotesResponse_Event_0::PathNotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_Base_C_SetGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_Base_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_Base_C_SetGamepadMode) == 0x000001, "Wrong size on MainMenuV2_Base_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_Base_C_SetGamepadMode, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_Base_C_SetGamepadMode::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_CustomEvent_0 \ static_assert(alignof(MainMenuV2_Base_C_CustomEvent_0) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_CustomEvent_0"); \ static_assert(sizeof(MainMenuV2_Base_C_CustomEvent_0) == 0x000018, "Wrong size on MainMenuV2_Base_C_CustomEvent_0"); \ static_assert(offsetof(MainMenuV2_Base_C_CustomEvent_0, WasSuccessful) == 0x000000, "Member 'MainMenuV2_Base_C_CustomEvent_0::WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_CustomEvent_0, ErrorMessage) == 0x000008, "Member 'MainMenuV2_Base_C_CustomEvent_0::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_GamepadModeChange_Event_0 \ static_assert(alignof(MainMenuV2_Base_C_GamepadModeChange_Event_0) == 0x000001, "Wrong alignment on MainMenuV2_Base_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(MainMenuV2_Base_C_GamepadModeChange_Event_0) == 0x000001, "Wrong size on MainMenuV2_Base_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(MainMenuV2_Base_C_GamepadModeChange_Event_0, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_Base_C_GamepadModeChange_Event_0::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature \ static_assert(alignof(MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'MainMenuV2_Base_C_BndEvt__MainMenuV2_Base_RectList_K2Node_ComponentBoundEvent_12_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base \ static_assert(alignof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base) == 0x000008, "Wrong alignment on MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base"); \ static_assert(sizeof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base) == 0x0004A8, "Wrong size on MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, EntryPoint) == 0x000000, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsConsolePlatform_ReturnValue) == 0x000004, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Event_MyGeometry) == 0x000008, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Event_InDeltaTime) == 0x000040, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x000058, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter) == 0x000060, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x000078, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_2) == 0x000080, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_1) == 0x000088, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000A0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetText_ReturnValue) == 0x0000A8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_TextToUpper_ReturnValue) == 0x0000C0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_PatchesText) == 0x0000D8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_PatchesText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_int_Array_Index_Variable) == 0x0000EC, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000108, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000118, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_SteamIsAvailable_ReturnValue) == 0x000120, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_SteamIsAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_CanLinkToEpicGamesAccount_ReturnValue) == 0x000121, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_CanLinkToEpicGamesAccount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_int_Variable) == 0x000124, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_BooleanAND_ReturnValue) == 0x000128, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Add_IntInt_ReturnValue) == 0x00012C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_3) == 0x000130, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_4) == 0x000138, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Event_IsDesignTime) == 0x000140, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_5) == 0x000148, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_6) == 0x000150, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000158, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x00015C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_7) == 0x000160, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_8) == 0x000168, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_3) == 0x000170, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_2) == 0x000178, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_2) == 0x000188, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_9) == 0x000190, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_4) == 0x000198, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_3) == 0x0001A0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_3) == 0x0001B0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_10) == 0x0001B8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Event_Type) == 0x0001C0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Event_KeyText) == 0x0001C1, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_11) == 0x0001C8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x0001D0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_12) == 0x0001D8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue_2) == 0x0001E0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue_3) == 0x0001E1, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_5) == 0x0001E8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_4) == 0x0001F0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_4) == 0x000200, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_13) == 0x000208, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimation_ReturnValue_14) == 0x000210, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_6) == 0x000218, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsAnimationPlaying_ReturnValue_4) == 0x000220, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsAnimationPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_5) == 0x000228, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_5) == 0x000238, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_bSuccessful) == 0x000239, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_bSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_ResponseCode) == 0x00023C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_ResponseCode' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_Version) == 0x000240, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_Version' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_Date) == 0x000250, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_Date' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_PathNotes) == 0x000260, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_PathNotes' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_ClassDynamicCast_AsFGPlayer_Controller) == 0x000270, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_ClassDynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_ClassDynamicCast_bSuccess) == 0x000278, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_CreatePatchText_ClearText) == 0x000280, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_CreatePatchText_ClearText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetDefaultObject_ReturnValue) == 0x000290, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x000298, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_6) == 0x0002A0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_7) == 0x0002A8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_6) == 0x0002B0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_7) == 0x0002C0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayEvent2D_ReturnValue) == 0x0002C8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetGameInstance_ReturnValue) == 0x0002D0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsFGGame_Instance) == 0x0002D8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_8) == 0x0002E0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_IsGamepadNow_1) == 0x0002E1, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_IsGamepadNow_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002E2, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_8) == 0x0002E8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetHUD_ReturnValue) == 0x0002F0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0002F8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_9) == 0x000300, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_9) == 0x000308, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_10) == 0x000310, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x000318, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_int_Loop_Counter_Variable) == 0x00031C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Less_IntInt_ReturnValue) == 0x000320, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Add_IntInt_ReturnValue_1) == 0x000324, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000328, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_WasSuccessful) == 0x000330, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_ErrorMessage) == 0x000338, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_LinkToEpicGamesAccount_ReturnValue) == 0x000348, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_LinkToEpicGamesAccount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Conv_BoolToString_ReturnValue) == 0x000350, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Concat_StrStr_ReturnValue) == 0x000360, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetVisibility_ReturnValue) == 0x000370, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000371, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000372, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetGameInstance_ReturnValue_1) == 0x000378, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x000380, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_10) == 0x000388, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_CopyEpicSaveToSteam_ReturnValue) == 0x000389, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_CopyEpicSaveToSteam_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x00038C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x00039C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_byte_Variable) == 0x0003AC, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Array_Get_Item_1) == 0x0003B0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsGamepad_Interface) == 0x0003B8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_11) == 0x0003C8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Array_Length_ReturnValue_1) == 0x0003CC, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003D0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_11) == 0x0003D8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetHUD_ReturnValue_1) == 0x0003E0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CustomEvent_IsGamepadNow) == 0x0003E8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x0003F0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_12) == 0x0003F8, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Create_ReturnValue) == 0x000400, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x000408, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_ComponentBoundEvent_ItemIndex) == 0x00040C, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_SwitchInteger_CmpSuccess) == 0x000410, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000418, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_12) == 0x000420, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_7) == 0x000428, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_13) == 0x000438, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000440, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x000448, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_AddChildToOverlay_ReturnValue) == 0x000458, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_AddChildToOverlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_byte_Variable_1) == 0x000460, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsVisible_ReturnValue) == 0x000461, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, Temp_bool_Variable) == 0x000462, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_Select_Default) == 0x000463, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_CreateDelegate_OutputDelegate_4) == 0x000464, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_Create_ReturnValue_1) == 0x000478, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000480, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_GetPlayerController_ReturnValue_13) == 0x000488, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_AsMain_Menu_Presenter_8) == 0x000490, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_AsMain_Menu_Presenter_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, K2Node_DynamicCast_bSuccess_14) == 0x0004A0, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base, CallFunc_IsConsolePlatform_ReturnValue_1) == 0x0004A1, "Member 'MainMenuV2_Base_C_ExecuteUbergraph_MainMenuV2_Base::CallFunc_IsConsolePlatform_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_Base_C \ static_assert(alignof(UMainMenuV2_Base_C) == 0x000008, "Wrong alignment on UMainMenuV2_Base_C"); \ static_assert(sizeof(UMainMenuV2_Base_C) == 0x0004C8, "Wrong size on UMainMenuV2_Base_C"); \ static_assert(offsetof(UMainMenuV2_Base_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, AnimationShowCharacter) == 0x000268, "Member 'UMainMenuV2_Base_C::AnimationShowCharacter' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, AnimationShowServerList) == 0x000270, "Member 'UMainMenuV2_Base_C::AnimationShowServerList' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Animation_ShowPlay) == 0x000278, "Member 'UMainMenuV2_Base_C::Animation_ShowPlay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, AnimationBackground) == 0x000280, "Member 'UMainMenuV2_Base_C::AnimationBackground' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Animation_ShowPatch) == 0x000288, "Member 'UMainMenuV2_Base_C::Animation_ShowPatch' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Animation_ShowSettings) == 0x000290, "Member 'UMainMenuV2_Base_C::Animation_ShowSettings' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Animation_ShowMAinMenu) == 0x000298, "Member 'UMainMenuV2_Base_C::Animation_ShowMAinMenu' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, AuthTypeText) == 0x0002A0, "Member 'UMainMenuV2_Base_C::AuthTypeText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Btn_Wish) == 0x0002A8, "Member 'UMainMenuV2_Base_C::Btn_Wish' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, BtnWishBox) == 0x0002B0, "Member 'UMainMenuV2_Base_C::BtnWishBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Button_PatchInfo) == 0x0002B8, "Member 'UMainMenuV2_Base_C::Button_PatchInfo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Button_Version) == 0x0002C0, "Member 'UMainMenuV2_Base_C::Button_Version' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, CharacterButton) == 0x0002C8, "Member 'UMainMenuV2_Base_C::CharacterButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, ContinueButton) == 0x0002D0, "Member 'UMainMenuV2_Base_C::ContinueButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, EOSLinkButton) == 0x0002D8, "Member 'UMainMenuV2_Base_C::EOSLinkButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, EpicIDText) == 0x0002E0, "Member 'UMainMenuV2_Base_C::EpicIDText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, ExitButton) == 0x0002E8, "Member 'UMainMenuV2_Base_C::ExitButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Gamepad_ShowPatch) == 0x0002F0, "Member 'UMainMenuV2_Base_C::Gamepad_ShowPatch' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Gamepad_X) == 0x0002F8, "Member 'UMainMenuV2_Base_C::Gamepad_X' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, GamerTag) == 0x000300, "Member 'UMainMenuV2_Base_C::GamerTag' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, GDKGamerTagWrapper) == 0x000308, "Member 'UMainMenuV2_Base_C::GDKGamerTagWrapper' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, HUDSubtitlesBar_v5_50) == 0x000310, "Member 'UMainMenuV2_Base_C::HUDSubtitlesBar_v5_50' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Image_71) == 0x000318, "Member 'UMainMenuV2_Base_C::Image_71' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Image_434) == 0x000320, "Member 'UMainMenuV2_Base_C::Image_434' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, JoinGameButton) == 0x000328, "Member 'UMainMenuV2_Base_C::JoinGameButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, LinkButtonText) == 0x000330, "Member 'UMainMenuV2_Base_C::LinkButtonText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenu) == 0x000338, "Member 'UMainMenuV2_Base_C::MainMenu' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV2_CharacterBase) == 0x000340, "Member 'UMainMenuV2_Base_C::MainMenuV2_CharacterBase' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV2_PatchString) == 0x000348, "Member 'UMainMenuV2_Base_C::MainMenuV2_PatchString' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV2_PatchString_153) == 0x000350, "Member 'UMainMenuV2_Base_C::MainMenuV2_PatchString_153' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV2_ServerListBase) == 0x000358, "Member 'UMainMenuV2_Base_C::MainMenuV2_ServerListBase' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV2_SettingsBase) == 0x000360, "Member 'UMainMenuV2_Base_C::MainMenuV2_SettingsBase' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainMenuV3_LoadGame) == 0x000368, "Member 'UMainMenuV2_Base_C::MainMenuV3_LoadGame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MainOverlay) == 0x000370, "Member 'UMainMenuV2_Base_C::MainOverlay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MenuBack) == 0x000378, "Member 'UMainMenuV2_Base_C::MenuBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, NewGameButton) == 0x000380, "Member 'UMainMenuV2_Base_C::NewGameButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, PatchInfo) == 0x000388, "Member 'UMainMenuV2_Base_C::PatchInfo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, RectList) == 0x000390, "Member 'UMainMenuV2_Base_C::RectList' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, RetainerBox_0) == 0x000398, "Member 'UMainMenuV2_Base_C::RetainerBox_0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SettingsButton) == 0x0003A0, "Member 'UMainMenuV2_Base_C::SettingsButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SocialBox) == 0x0003A8, "Member 'UMainMenuV2_Base_C::SocialBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SocialButton_Discord) == 0x0003B0, "Member 'UMainMenuV2_Base_C::SocialButton_Discord' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SocialButton_Reddit) == 0x0003B8, "Member 'UMainMenuV2_Base_C::SocialButton_Reddit' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SocialButton_Twitter) == 0x0003C0, "Member 'UMainMenuV2_Base_C::SocialButton_Twitter' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SteamIDText) == 0x0003C8, "Member 'UMainMenuV2_Base_C::SteamIDText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SteamInfoBlock) == 0x0003D0, "Member 'UMainMenuV2_Base_C::SteamInfoBlock' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SuffixID) == 0x0003D8, "Member 'UMainMenuV2_Base_C::SuffixID' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VersionButtonBack) == 0x0003E0, "Member 'UMainMenuV2_Base_C::VersionButtonBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, versiontext) == 0x0003E8, "Member 'UMainMenuV2_Base_C::versiontext' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VersionText_Patch) == 0x0003F0, "Member 'UMainMenuV2_Base_C::VersionText_Patch' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VerticalBox_3) == 0x0003F8, "Member 'UMainMenuV2_Base_C::VerticalBox_3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VerticalBoxPatchStrings) == 0x000400, "Member 'UMainMenuV2_Base_C::VerticalBoxPatchStrings' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VinetBottom) == 0x000408, "Member 'UMainMenuV2_Base_C::VinetBottom' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VinetTop) == 0x000410, "Member 'UMainMenuV2_Base_C::VinetTop' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, VoidTrainLogo) == 0x000418, "Member 'UMainMenuV2_Base_C::VoidTrainLogo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Sound_Click) == 0x000420, "Member 'UMainMenuV2_Base_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, IsPatchInfoShow) == 0x000428, "Member 'UMainMenuV2_Base_C::IsPatchInfoShow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, LastAnimationTime) == 0x00042C, "Member 'UMainMenuV2_Base_C::LastAnimationTime' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Sound_Hover) == 0x000430, "Member 'UMainMenuV2_Base_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, GameInstance) == 0x000438, "Member 'UMainMenuV2_Base_C::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, MenuButtons) == 0x000440, "Member 'UMainMenuV2_Base_C::MenuButtons' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, GamepadController) == 0x000450, "Member 'UMainMenuV2_Base_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, CurrentMenuIndex) == 0x000458, "Member 'UMainMenuV2_Base_C::CurrentMenuIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, Is_Gamepad_Now) == 0x00045C, "Member 'UMainMenuV2_Base_C::Is_Gamepad_Now' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, SocialElems) == 0x000460, "Member 'UMainMenuV2_Base_C::SocialElems' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, CurrentSocialIndex) == 0x000470, "Member 'UMainMenuV2_Base_C::CurrentSocialIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_Base_C, PCActionButtons) == 0x000478, "Member 'UMainMenuV2_Base_C::PCActionButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_MainButton_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_MainButton_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_MainButton_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_MainButton_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_MainButton_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_MainButton_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_MainButton_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_MainButton_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_MainButton_C_V2_GetGamepadController, GamepadController) == 0x000000, "Member 'MainMenuV2_MainButton_C_V2_GetGamepadController::GamepadController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_MainButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_MainButton_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_MainButton_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_MainButton_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_MainButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_MainButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_MainButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_MainButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_MainButton_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_MainButton_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_MainButton_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_MainButton_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_MainButton_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_MainButton_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_MainButton_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_MainButton_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_PreConstruct \ static_assert(alignof(MainMenuV2_MainButton_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_MainButton_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_MainButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_MainButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_MainButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_MainButton_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_MainButton_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_MainButton_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_MainButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_MainButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_MainButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_MainButton_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_MainButton_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_MainButton_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_MainButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_MainButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_MainButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_MainButton_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_MainButton_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_MainButton_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton \ static_assert(alignof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton) == 0x000008, "Wrong alignment on MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton"); \ static_assert(sizeof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton) == 0x000178, "Wrong size on MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_IsHold_1) == 0x000007, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_IsHold) == 0x000008, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_IsDesignTime) == 0x000009, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_TextToUpper_ReturnValue) == 0x000010, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_MyGeometry) == 0x000028, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_MouseEvent_1) == 0x000060, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_MouseEvent) == 0x0000D0, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000140, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_PlayEvent2D_ReturnValue) == 0x000148, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Event_Show) == 0x000150, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000158, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, K2Node_Select_Default) == 0x000160, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_PlayAnimation_ReturnValue) == 0x000168, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000170, "Member 'MainMenuV2_MainButton_C_ExecuteUbergraph_MainMenuV2_MainButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_MainButton_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_MainButton_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_MainButton_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_MainButton_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_MainButton_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_MainButton_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_MainButton_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_MainButton_C \ static_assert(alignof(UMainMenuV2_MainButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_MainButton_C"); \ static_assert(sizeof(UMainMenuV2_MainButton_C) == 0x000300, "Wrong size on UMainMenuV2_MainButton_C"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_MainButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, AnimationHover) == 0x000268, "Member 'UMainMenuV2_MainButton_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, HoverBack) == 0x000270, "Member 'UMainMenuV2_MainButton_C::HoverBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, KeyTooltipWidget) == 0x000278, "Member 'UMainMenuV2_MainButton_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, Text) == 0x000280, "Member 'UMainMenuV2_MainButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, ButtonText) == 0x000288, "Member 'UMainMenuV2_MainButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, Click) == 0x0002A0, "Member 'UMainMenuV2_MainButton_C::Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, BackTexture) == 0x0002B0, "Member 'UMainMenuV2_MainButton_C::BackTexture' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, OnHovered) == 0x0002B8, "Member 'UMainMenuV2_MainButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, OnUnhovered) == 0x0002C8, "Member 'UMainMenuV2_MainButton_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, CustomTextPadding) == 0x0002D8, "Member 'UMainMenuV2_MainButton_C::CustomTextPadding' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, Sound_Click) == 0x0002E8, "Member 'UMainMenuV2_MainButton_C::Sound_Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, Sound_Hover) == 0x0002F0, "Member 'UMainMenuV2_MainButton_C::Sound_Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, IsGamepadNOW) == 0x0002F8, "Member 'UMainMenuV2_MainButton_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_MainButton_C, IsMouseOn) == 0x0002F9, "Member 'UMainMenuV2_MainButton_C::IsMouseOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmmoContainterT2_C \ static_assert(alignof(AAmmoContainterT2_C) == 0x000010, "Wrong alignment on AAmmoContainterT2_C"); \ static_assert(sizeof(AAmmoContainterT2_C) == 0x000480, "Wrong size on AAmmoContainterT2_C"); \ #define DUMPER7_ASSERTS_ALeatherSuit_3_C \ static_assert(alignof(ALeatherSuit_3_C) == 0x000010, "Wrong alignment on ALeatherSuit_3_C"); \ static_assert(sizeof(ALeatherSuit_3_C) == 0x0004F0, "Wrong size on ALeatherSuit_3_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_V2_GetGamepadController \ static_assert(alignof(MainMenuV2_ServerListBase_C_V2_GetGamepadController) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_V2_GetGamepadController"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_V2_GetGamepadController) == 0x000008, "Wrong size on MainMenuV2_ServerListBase_C_V2_GetGamepadController"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_V2_GetGamepadController, GamepadController_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_V2_GetGamepadController::GamepadController_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnMouseButtonDown) == 0x000238, "Wrong size on MainMenuV2_ServerListBase_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, CallFunc_GetPlayerController_ReturnValue) == 0x000160, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, CallFunc_GetHUD_ReturnValue) == 0x000220, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000228, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnMouseButtonDown, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'MainMenuV2_ServerListBase_C_OnMouseButtonDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnKeyUp \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnKeyUp) == 0x0003B0, "Wrong size on MainMenuV2_ServerListBase_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000140, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue_1) == 0x000148, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000160, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_GetKey_ReturnValue_2) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000180, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000181, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000188, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000240, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0002F8, "Member 'MainMenuV2_ServerListBase_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_IsFriend \ static_assert(alignof(MainMenuV2_ServerListBase_C_IsFriend) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_IsFriend"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_IsFriend) == 0x000040, "Wrong size on MainMenuV2_ServerListBase_C_IsFriend"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, SearchSession) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_IsFriend::SearchSession' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, Result) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_IsFriend::Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'MainMenuV2_ServerListBase_C_IsFriend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_IsFriend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_Array_Get_Item) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_GetUserIdString_ReturnValue) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_GetUserIdString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_IsFriend, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000039, "Member 'MainMenuV2_ServerListBase_C_IsFriend::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState \ static_assert(alignof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState) == 0x000008, "Wrong size on MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000006, "Member 'MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000007, "Member 'MainMenuV2_ServerListBase_C_CheckPageSelectorsButtonsState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_GrabSessions \ static_assert(alignof(MainMenuV2_ServerListBase_C_GrabSessions) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_GrabSessions"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_GrabSessions) == 0x0000F8, "Wrong size on MainMenuV2_ServerListBase_C_GrabSessions"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, Temp_int_Array_Index_Variable) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetAppVersion_ReturnValue) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetAppVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Array_Get_Item) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsBool_ReturnValue) == 0x000034, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsString_ReturnValue) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Conv_StringToInt_ReturnValue) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsString_ReturnValue_1) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsString_ReturnValue_2) == 0x000060, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x000070, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsString_ReturnValue_3) == 0x000090, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_GetSessionSettingsString_ReturnValue_4) == 0x0000A0, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_GetSessionSettingsString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Conv_StringToInt_ReturnValue_2) == 0x0000B0, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Conv_StringToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B4, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, K2Node_MakeStruct_MainMenuV2_SessionRowStr) == 0x0000B8, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::K2Node_MakeStruct_MainMenuV2_SessionRowStr' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GrabSessions, CallFunc_Array_Add_ReturnValue) == 0x0000F0, "Member 'MainMenuV2_ServerListBase_C_GrabSessions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SortBySize \ static_assert(alignof(MainMenuV2_ServerListBase_C_SortBySize) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SortBySize"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SortBySize) == 0x000170, "Wrong size on MainMenuV2_ServerListBase_C_SortBySize"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, ByIncrease) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SortBySize::ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, SortedBySize) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SortBySize::SortedBySize' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, LocalSortedArray) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_SortBySize::LocalSortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, LocalByIncrease) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_SortBySize::LocalByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, ProxyIndex) == 0x00002C, "Member 'MainMenuV2_ServerListBase_C_SortBySize::ProxyIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, ProxyValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_SortBySize::ProxyValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, LocalUnsortedArray) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_SortBySize::LocalUnsortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_SortBySize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, Temp_int_Array_Index_Variable) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_SortBySize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Get_Item) == 0x000060, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'MainMenuV2_ServerListBase_C_SortBySize::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A0, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, Temp_int_Array_Index_Variable_1) == 0x0000A4, "Member 'MainMenuV2_ServerListBase_C_SortBySize::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000AC, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Less_IntInt_ReturnValue_1) == 0x00012C, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Less_IntInt_ReturnValue_2) == 0x00012D, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Array_Add_ReturnValue_1) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortBySize, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00016C, "Member 'MainMenuV2_ServerListBase_C_SortBySize::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SortByPlayers \ static_assert(alignof(MainMenuV2_ServerListBase_C_SortByPlayers) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SortByPlayers"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SortByPlayers) == 0x000170, "Wrong size on MainMenuV2_ServerListBase_C_SortByPlayers"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, ByIncrease) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, SortedByPlayers) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::SortedByPlayers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, LocalSortedArray) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::LocalSortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, LocalByIncrease) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::LocalByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, ProxyIndex) == 0x00002C, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::ProxyIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, ProxyValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::ProxyValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, LocalUnsortedArray) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::LocalUnsortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, Temp_int_Array_Index_Variable) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Get_Item) == 0x000060, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A0, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, Temp_int_Array_Index_Variable_1) == 0x0000A4, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000AC, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Less_IntInt_ReturnValue_1) == 0x00012C, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Less_IntInt_ReturnValue_2) == 0x00012D, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Array_Add_ReturnValue_1) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPlayers, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00016C, "Member 'MainMenuV2_ServerListBase_C_SortByPlayers::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SortByPing \ static_assert(alignof(MainMenuV2_ServerListBase_C_SortByPing) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SortByPing"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SortByPing) == 0x000170, "Wrong size on MainMenuV2_ServerListBase_C_SortByPing"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, ByIncrease) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SortByPing::ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, SortedByPing) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SortByPing::SortedByPing' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, LocalSortedArray) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_SortByPing::LocalSortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, LocalByIncrease) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_SortByPing::LocalByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, ProxyIndex) == 0x00002C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::ProxyIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, ProxyValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_SortByPing::ProxyValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, LocalUnsortedArray) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_SortByPing::LocalUnsortedArray' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_SortByPing::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, Temp_int_Array_Index_Variable) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_SortByPing::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'MainMenuV2_ServerListBase_C_SortByPing::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Get_Item) == 0x000060, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A0, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Less_IntInt_ReturnValue_1) == 0x00012C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Less_IntInt_ReturnValue_2) == 0x00012D, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Array_Add_ReturnValue_1) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByPing, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00016C, "Member 'MainMenuV2_ServerListBase_C_SortByPing::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SortByLocked \ static_assert(alignof(MainMenuV2_ServerListBase_C_SortByLocked) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SortByLocked"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SortByLocked) == 0x000090, "Wrong size on MainMenuV2_ServerListBase_C_SortByLocked"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, ByIncrease) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, SortedByLocked) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::SortedByLocked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, LocalUnlocked) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::LocalUnlocked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, LocalLocked) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::LocalLocked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, Temp_int_Array_Index_Variable) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Array_Get_Item) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SortByLocked, CallFunc_Array_Add_ReturnValue_1) == 0x00008C, "Member 'MainMenuV2_ServerListBase_C_SortByLocked::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_Sorting \ static_assert(alignof(MainMenuV2_ServerListBase_C_Sorting) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_Sorting"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_Sorting) == 0x000068, "Wrong size on MainMenuV2_ServerListBase_C_Sorting"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_Sorting::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, ByIncrease) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_Sorting::ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, Strings) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_Sorting::Strings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_SortBySize_SortedBySize) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_SortBySize_SortedBySize' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_SortByPlayers_SortedByPlayers) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_SortByPlayers_SortedByPlayers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_SortByPing_SortedByPing) == 0x000040, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_SortByPing_SortedByPing' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, CallFunc_SortByLocked_SortedByLocked) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_Sorting::CallFunc_SortByLocked_SortedByLocked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Sorting, K2Node_SwitchInteger_CmpSuccess) == 0x000060, "Member 'MainMenuV2_ServerListBase_C_Sorting::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_Filter_Sessions \ static_assert(alignof(MainMenuV2_ServerListBase_C_Filter_Sessions) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_Filter_Sessions"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_Filter_Sessions) == 0x000088, "Wrong size on MainMenuV2_ServerListBase_C_Filter_Sessions"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, SessionsInfo) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::SessionsInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, FiltredSessions) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::FiltredSessions' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, LocalProxySessions) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::LocalProxySessions' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, Temp_int_Array_Index_Variable) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_Array_Get_Item) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_IsFriend_Result) == 0x000070, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_IsFriend_Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000071, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000072, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Filter_Sessions, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'MainMenuV2_ServerListBase_C_Filter_Sessions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnKeyDown \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnKeyDown) == 0x000948, "Wrong size on MainMenuV2_ServerListBase_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0001E0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0001F9, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0001FA, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0001FB, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0001FC, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_1) == 0x000200, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000218, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000219, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x00021A, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x00021B, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x00021C, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x00021D, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x00021E, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x00021F, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_12) == 0x000220, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_2) == 0x000228, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x000240, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetKey_ReturnValue_3) == 0x000248, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_13) == 0x000260, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_14) == 0x000261, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_15) == 0x000262, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000268, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_IsVisible_ReturnValue) == 0x000320, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x000328, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_3) == 0x0003E0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_1) == 0x000498, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_4) == 0x0004A0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_5) == 0x000558, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_6) == 0x000610, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x0006C8, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_2) == 0x0006D0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x0006D8, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x0006E0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x0006E8, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x0006F0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_7) == 0x0006F8, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_8) == 0x0007B0, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue_1) == 0x000868, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_IsVisible_ReturnValue_3) == 0x000870, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_GetHUD_ReturnValue_1) == 0x000878, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Main_Menu_V2_1) == 0x000880, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Main_Menu_V2_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, K2Node_DynamicCast_bSuccess_1) == 0x000888, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnKeyDown, CallFunc_Handled_ReturnValue_9) == 0x000890, "Member 'MainMenuV2_ServerListBase_C_OnKeyDown::CallFunc_Handled_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_UnhoverColumn \ static_assert(alignof(MainMenuV2_ServerListBase_C_UnhoverColumn) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_UnhoverColumn"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_UnhoverColumn) == 0x000010, "Wrong size on MainMenuV2_ServerListBase_C_UnhoverColumn"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnhoverColumn, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_UnhoverColumn::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnhoverColumn, CallFunc_Array_Get_Item) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_UnhoverColumn::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_HoverColumn \ static_assert(alignof(MainMenuV2_ServerListBase_C_HoverColumn) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_HoverColumn"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_HoverColumn) == 0x000010, "Wrong size on MainMenuV2_ServerListBase_C_HoverColumn"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_HoverColumn, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_HoverColumn::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_HoverColumn, CallFunc_Array_Get_Item) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_HoverColumn::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_GetColumnsArray \ static_assert(alignof(MainMenuV2_ServerListBase_C_GetColumnsArray) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_GetColumnsArray"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_GetColumnsArray) == 0x000010, "Wrong size on MainMenuV2_ServerListBase_C_GetColumnsArray"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GetColumnsArray, K2Node_MakeArray_Array) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_GetColumnsArray::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_UnselectAllRows \ static_assert(alignof(MainMenuV2_ServerListBase_C_UnselectAllRows) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_UnselectAllRows"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_UnselectAllRows) == 0x000020, "Wrong size on MainMenuV2_ServerListBase_C_UnselectAllRows"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnselectAllRows, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_UnselectAllRows::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnselectAllRows, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_UnselectAllRows::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnselectAllRows, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_UnselectAllRows::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnselectAllRows, CallFunc_Array_Get_Item) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_UnselectAllRows::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnselectAllRows, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_UnselectAllRows::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SelectTableRow \ static_assert(alignof(MainMenuV2_ServerListBase_C_SelectTableRow) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SelectTableRow"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SelectTableRow) == 0x000018, "Wrong size on MainMenuV2_ServerListBase_C_SelectTableRow"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SelectTableRow, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SelectTableRow::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SelectTableRow, CallFunc_Array_Get_Item) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SelectTableRow::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SelectTableRow, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_SelectTableRow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession \ static_assert(alignof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession) == 0x0001C8, "Wrong size on MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, BluprinSessionResult) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::BluprinSessionResult' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, SessionsInfo) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::SessionsInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, LocalSessoinsInfo) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::LocalSessoinsInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, Temp_int_Array_Index_Variable) == 0x000034, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Array_Get_Item) == 0x000040, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_GetMaxPlayers_ReturnValue) == 0x000148, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_GetMaxPlayers_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_GetCurrentPlayers_ReturnValue) == 0x00014C, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_GetCurrentPlayers_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_GetPingInMs_ReturnValue) == 0x000150, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_GetPingInMs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_GetServerName_ReturnValue) == 0x000158, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_GetServerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Conv_StringToText_ReturnValue) == 0x000170, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, K2Node_MakeStruct_MainMenuV2_SessionRowStr) == 0x000188, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::K2Node_MakeStruct_MainMenuV2_SessionRowStr' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Add_IntInt_ReturnValue) == 0x0001C0, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession, CallFunc_Array_Add_ReturnValue) == 0x0001C4, "Member 'MainMenuV2_ServerListBase_C_BlueprintSessionToInfoSession::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_DrawPage \ static_assert(alignof(MainMenuV2_ServerListBase_C_DrawPage) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_DrawPage"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_DrawPage) == 0x000118, "Wrong size on MainMenuV2_ServerListBase_C_DrawPage"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, PageIndex) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_DrawPage::PageIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, LocalProxyRow) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_DrawPage::LocalProxyRow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, Temp_int_Variable) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_DrawPage::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_DrawPage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, Temp_int_Array_Index_Variable) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_DrawPage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Get_Item) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, K2Node_DynamicCast_AsGamepad_Interface) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_DrawPage::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV2_ServerListBase_C_DrawPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000088, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_IsFriend_Result) == 0x000089, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_IsFriend_Result' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Add_IntInt_ReturnValue_2) == 0x00008C, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Conv_IntToText_ReturnValue) == 0x000090, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000AC, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, Temp_int_Variable_1) == 0x0000B4, "Member 'MainMenuV2_ServerListBase_C_DrawPage::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Get_Item_2) == 0x0000B8, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0000F0, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Add_ReturnValue) == 0x0000F4, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F8, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000FC, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Add_ReturnValue_1) == 0x000100, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Length_ReturnValue_1) == 0x000104, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Array_Get_Item_3) == 0x000108, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_DrawPage, CallFunc_Less_IntInt_ReturnValue_2) == 0x000110, "Member 'MainMenuV2_ServerListBase_C_DrawPage::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SetRowsArray \ static_assert(alignof(MainMenuV2_ServerListBase_C_SetRowsArray) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_SetRowsArray"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SetRowsArray) == 0x000040, "Wrong size on MainMenuV2_ServerListBase_C_SetRowsArray"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Array_Get_Item) == 0x000020, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, K2Node_DynamicCast_AsMain_Menu_V2_Server_List_Row) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::K2Node_DynamicCast_AsMain_Menu_V2_Server_List_Row' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetRowsArray, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'MainMenuV2_ServerListBase_C_SetRowsArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_V2_Show_ButtonTips \ static_assert(alignof(MainMenuV2_ServerListBase_C_V2_Show_ButtonTips) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_V2_Show_ButtonTips"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_V2_Show_ButtonTips) == 0x000002, "Wrong size on MainMenuV2_ServerListBase_C_V2_Show_ButtonTips"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_V2_Show_ButtonTips, Type) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_V2_Show_ButtonTips::Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_V2_Show_ButtonTips, KeyText) == 0x000001, "Member 'MainMenuV2_ServerListBase_C_V2_Show_ButtonTips::KeyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_Click_Event_0 \ static_assert(alignof(MainMenuV2_ServerListBase_C_Click_Event_0) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_Click_Event_0"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_Click_Event_0) == 0x000004, "Wrong size on MainMenuV2_ServerListBase_C_Click_Event_0"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_Click_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_Click_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_HoverColumn_Event_0 \ static_assert(alignof(MainMenuV2_ServerListBase_C_HoverColumn_Event_0) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_HoverColumn_Event_0"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_HoverColumn_Event_0) == 0x000004, "Wrong size on MainMenuV2_ServerListBase_C_HoverColumn_Event_0"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_HoverColumn_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_HoverColumn_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0 \ static_assert(alignof(MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0) == 0x000004, "Wrong size on MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_UnhoverColmn_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature \ static_assert(alignof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature) == 0x000004, "Wrong size on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_7_HoverColumn__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature \ static_assert(alignof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature) == 0x000004, "Wrong size on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_8_UnhoverColumn__DelegateSignature::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature \ static_assert(alignof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature) == 0x000008, "Wrong size on MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature, Index_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature, ByIncrease) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_BndEvt__MainMenuV2_ServerListBase_Header_K2Node_ComponentBoundEvent_9_SortingBy__DelegateSignature::ByIncrease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_UpdateServersList \ static_assert(alignof(MainMenuV2_ServerListBase_C_UpdateServersList) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_UpdateServersList"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_UpdateServersList) == 0x000010, "Wrong size on MainMenuV2_ServerListBase_C_UpdateServersList"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_UpdateServersList, SessionsList_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_UpdateServersList::SessionsList_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnDestroySession \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnDestroySession) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_OnDestroySession"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnDestroySession) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_OnDestroySession"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnDestroySession, Successful) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnDestroySession::Successful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnFindSessions \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnFindSessions) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_OnFindSessions"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnFindSessions) == 0x000018, "Wrong size on MainMenuV2_ServerListBase_C_OnFindSessions"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnFindSessions, Successful) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnFindSessions::Successful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnFindSessions, Results) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_OnFindSessions::Results' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnJoinSession \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnJoinSession) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_OnJoinSession"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnJoinSession) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_OnJoinSession"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnJoinSession, Successful) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnJoinSession::Successful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_ReadFriendsComplete \ static_assert(alignof(MainMenuV2_ServerListBase_C_ReadFriendsComplete) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_ReadFriendsComplete"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_ReadFriendsComplete) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_ReadFriendsComplete"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ReadFriendsComplete, WasSuccessful) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_ReadFriendsComplete::WasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired \ static_assert(alignof(MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired) == 0x000004, "Wrong alignment on MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired) == 0x000008, "Wrong size on MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired, SessionName) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SessionJoinedMapTravelRequired::SessionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_SetGamepadMode \ static_assert(alignof(MainMenuV2_ServerListBase_C_SetGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_SetGamepadMode"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_SetGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_SetGamepadMode"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_SetGamepadMode, IsGamepadNOW_0) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_SetGamepadMode::IsGamepadNOW_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_OnChecked_Event_0 \ static_assert(alignof(MainMenuV2_ServerListBase_C_OnChecked_Event_0) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_OnChecked_Event_0"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_OnChecked_Event_0) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_OnChecked_Event_0"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_OnChecked_Event_0, IsChecked) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_OnChecked_Event_0::IsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow \ static_assert(alignof(MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow, IsHold) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_GamepadHold_FiltersShow::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_GamepadHold_Refresh \ static_assert(alignof(MainMenuV2_ServerListBase_C_GamepadHold_Refresh) == 0x000001, "Wrong alignment on MainMenuV2_ServerListBase_C_GamepadHold_Refresh"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_GamepadHold_Refresh) == 0x000001, "Wrong size on MainMenuV2_ServerListBase_C_GamepadHold_Refresh"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_GamepadHold_Refresh, IsHold) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_GamepadHold_Refresh::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase \ static_assert(alignof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase) == 0x000008, "Wrong alignment on MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase"); \ static_assert(sizeof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase) == 0x000610, "Wrong size on MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, EntryPoint) == 0x000000, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsGDKPlatform_ReturnValue) == 0x000004, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsGDKPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000010, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetFriends_ReturnValue) == 0x000018, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetFriends_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000028, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_bool_Variable) == 0x000050, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_byte_Variable) == 0x000051, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_byte_Variable_1) == 0x000052, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_bool_Variable_1) == 0x000053, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_byte_Variable_2) == 0x000054, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_byte_Variable_3) == 0x000055, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Variable) == 0x000078, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Variable_1) == 0x00007C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Variable_2) == 0x000088, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Variable_3) == 0x00008C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_3) == 0x000094, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_4) == 0x000098, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000A8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000B8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_CheckPermissionAsync_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_CheckPermissionAsync_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E4, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_CheckPermissionAsync_ReturnValue_1) == 0x0000F8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_CheckPermissionAsync_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_9) == 0x000100, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_10) == 0x000114, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_CheckPermissionAsync_ReturnValue_2) == 0x000128, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_CheckPermissionAsync_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue_2) == 0x000130, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_Event_Type) == 0x000131, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_Event_Type' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_Event_KeyText) == 0x000132, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_Event_KeyText' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Index_2) == 0x000134, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue) == 0x000138, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Index_1) == 0x00013C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Index) == 0x000140, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_ComponentBoundEvent_Index_2) == 0x000144, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_ComponentBoundEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Variable_4) == 0x000148, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Loop_Counter_Variable) == 0x00014C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_4) == 0x000150, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_5) == 0x000154, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item) == 0x000158, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue) == 0x000160, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_11) == 0x000164, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_1) == 0x000178, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_ComponentBoundEvent_Index_1) == 0x000180, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_ComponentBoundEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x000188, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_2) == 0x000190, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsAuthorized_ReturnValue) == 0x000198, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsAuthorized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_ComponentBoundEvent_Index) == 0x00019C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_ComponentBoundEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_ComponentBoundEvent_ByIncrease) == 0x0001A0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_ComponentBoundEvent_ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_4) == 0x0001A8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_1) == 0x0001B0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetResolvedConnectString_ReturnValue) == 0x0001B8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetResolvedConnectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue) == 0x0001D0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001E0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_5) == 0x0001F0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_SessionsList) == 0x0001F8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_SessionsList' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_13) == 0x000208, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_int_Array_Index_Variable) == 0x000218, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_3) == 0x000220, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000228, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_6) == 0x00022C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_2) == 0x000230, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Subtract_IntInt_ReturnValue) == 0x000234, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000238, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_6) == 0x000240, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_4) == 0x000248, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsAuthorized_ReturnValue_1) == 0x000250, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsAuthorized_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000251, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetPlayerController_ReturnValue) == 0x000258, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_DestroySession_ReturnValue) == 0x000260, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_DestroySession_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue_3) == 0x000268, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_14) == 0x00026C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Successful_2) == 0x00027C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Successful_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Conv_BoolToString_ReturnValue) == 0x000280, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000290, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstanceSubsystem_ReturnValue_7) == 0x0002A0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstanceSubsystem_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Successful_1) == 0x0002A8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Successful_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Results) == 0x0002B0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Results' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_2) == 0x0002C0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Conv_IntToString_ReturnValue) == 0x0002C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue_4) == 0x0002D8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetLastSave_ReturnValue) == 0x0002E0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetLastSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstance_ReturnValue) == 0x000330, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsFGGame_Instance) == 0x000338, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess) == 0x000340, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_Successful) == 0x000341, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_Successful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000348, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000358, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_15) == 0x000368, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000378, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_WasSuccessful) == 0x000380, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_PlayEvent2D_ReturnValue) == 0x000388, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x000390, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_16) == 0x000394, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetGameInstance_ReturnValue_1) == 0x0003A8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_SessionName) == 0x0003B0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_SessionName' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0003B8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_1) == 0x0003C0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Conv_NameToString_ReturnValue) == 0x0003C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetResolvedConnectStringForSession_ReturnValue) == 0x0003D8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetResolvedConnectStringForSession_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0003E8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0003F8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000408, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000418, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsEmpty_ReturnValue) == 0x000428, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue_2) == 0x000429, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_SpawnObject_ReturnValue) == 0x000430, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetPlayerController_ReturnValue_1) == 0x000438, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_IsGamepadNow) == 0x000440, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetPlayerController_ReturnValue_2) == 0x000448, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetHUD_ReturnValue) == 0x000450, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_Select_Default) == 0x000458, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000460, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_2) == 0x000468, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_Select_Default_1) == 0x000469, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_IsChecked) == 0x00046A, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_IsChecked' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsValid_ReturnValue_5) == 0x00046B, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface) == 0x000470, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_3) == 0x000480, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface_1) == 0x000488, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_4) == 0x000498, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface_2) == 0x0004A0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_5) == 0x0004B0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_IsHold_1) == 0x0004B1, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CustomEvent_IsHold) == 0x0004B2, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CustomEvent_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetCurrentButtonsValues_B_FilterShowEmptyServers) == 0x0004B3, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetCurrentButtonsValues_B_FilterShowEmptyServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetCurrentButtonsValues_B_FilterShowFullServers) == 0x0004B4, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetCurrentButtonsValues_B_FilterShowFullServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetCurrentButtonsValues_B_FilterShowOnlyFriends) == 0x0004B5, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetCurrentButtonsValues_B_FilterShowOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_GetCurrentButtonsValues_B_FilterHideLockedServers) == 0x0004B6, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_GetCurrentButtonsValues_B_FilterHideLockedServers' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface_3) == 0x0004B8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_6) == 0x0004C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_17) == 0x0004CC, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_struct_Variable) == 0x0004E0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_5) == 0x0004F8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface_4) == 0x000500, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_7) == 0x000510, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_3) == 0x000514, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_3) == 0x000518, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_6) == 0x000520, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_4) == 0x000528, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_AsGamepad_Interface_5) == 0x000530, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_AsGamepad_Interface_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_DynamicCast_bSuccess_8) == 0x000540, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_4) == 0x000541, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_7) == 0x000548, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000550, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000554, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_7) == 0x000558, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x00055C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_8) == 0x000560, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_18) == 0x000568, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_9) == 0x000578, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_10) == 0x000580, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_5) == 0x000588, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Get_Item_11) == 0x000590, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_5) == 0x000598, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_6) == 0x00059C, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Less_IntInt_ReturnValue_6) == 0x0005A0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Array_Length_ReturnValue_7) == 0x0005A4, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Conv_IntToText_ReturnValue) == 0x0005A8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Divide_IntInt_ReturnValue) == 0x0005C0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Add_IntInt_ReturnValue_8) == 0x0005C4, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsGDKPlatform_ReturnValue_1) == 0x0005C8, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsGDKPlatform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, K2Node_CreateDelegate_OutputDelegate_19) == 0x0005CC, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue_3) == 0x0005DC, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsGDKPlatform_ReturnValue_2) == 0x0005DD, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsGDKPlatform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue_4) == 0x0005DE, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Filter_Sessions_FiltredSessions) == 0x0005E0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Filter_Sessions_FiltredSessions' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, Temp_struct_Variable_1) == 0x0005F0, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_IsGDKPlatform_ReturnValue_3) == 0x000608, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_IsGDKPlatform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase, CallFunc_Not_PreBool_ReturnValue_5) == 0x000609, "Member 'MainMenuV2_ServerListBase_C_ExecuteUbergraph_MainMenuV2_ServerListBase::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ServerListBase_C \ static_assert(alignof(UMainMenuV2_ServerListBase_C) == 0x000008, "Wrong alignment on UMainMenuV2_ServerListBase_C"); \ static_assert(sizeof(UMainMenuV2_ServerListBase_C) == 0x000468, "Wrong size on UMainMenuV2_ServerListBase_C"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ServerListBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Button_Back) == 0x000268, "Member 'UMainMenuV2_ServerListBase_C::Button_Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ButtonPlay) == 0x000270, "Member 'UMainMenuV2_ServerListBase_C::ButtonPlay' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ButtonShowFiltres) == 0x000278, "Member 'UMainMenuV2_ServerListBase_C::ButtonShowFiltres' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ButtonUpdateServerList) == 0x000280, "Member 'UMainMenuV2_ServerListBase_C::ButtonUpdateServerList' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CerrentPage) == 0x000288, "Member 'UMainMenuV2_ServerListBase_C::CerrentPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnLock) == 0x000290, "Member 'UMainMenuV2_ServerListBase_C::ColumnLock' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnName) == 0x000298, "Member 'UMainMenuV2_ServerListBase_C::ColumnName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnPing) == 0x0002A0, "Member 'UMainMenuV2_ServerListBase_C::ColumnPing' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnPlayers) == 0x0002A8, "Member 'UMainMenuV2_ServerListBase_C::ColumnPlayers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnSize) == 0x0002B0, "Member 'UMainMenuV2_ServerListBase_C::ColumnSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, FiltersWidget) == 0x0002B8, "Member 'UMainMenuV2_ServerListBase_C::FiltersWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, FindGameNotify_Modal) == 0x0002C0, "Member 'UMainMenuV2_ServerListBase_C::FindGameNotify_Modal' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Gamepad_NextPage) == 0x0002C8, "Member 'UMainMenuV2_ServerListBase_C::Gamepad_NextPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Gamepad_PrevPage) == 0x0002D0, "Member 'UMainMenuV2_ServerListBase_C::Gamepad_PrevPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, GamepadPageHelp) == 0x0002D8, "Member 'UMainMenuV2_ServerListBase_C::GamepadPageHelp' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, PageCountText) == 0x0002E0, "Member 'UMainMenuV2_ServerListBase_C::PageCountText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, PageSelectorNext) == 0x0002E8, "Member 'UMainMenuV2_ServerListBase_C::PageSelectorNext' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, PageSelectorPrevious) == 0x0002F0, "Member 'UMainMenuV2_ServerListBase_C::PageSelectorPrevious' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row0) == 0x0002F8, "Member 'UMainMenuV2_ServerListBase_C::Row0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row1) == 0x000300, "Member 'UMainMenuV2_ServerListBase_C::Row1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row10) == 0x000308, "Member 'UMainMenuV2_ServerListBase_C::Row10' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row11) == 0x000310, "Member 'UMainMenuV2_ServerListBase_C::Row11' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row2) == 0x000318, "Member 'UMainMenuV2_ServerListBase_C::Row2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row3) == 0x000320, "Member 'UMainMenuV2_ServerListBase_C::Row3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row4) == 0x000328, "Member 'UMainMenuV2_ServerListBase_C::Row4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row5) == 0x000330, "Member 'UMainMenuV2_ServerListBase_C::Row5' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row6) == 0x000338, "Member 'UMainMenuV2_ServerListBase_C::Row6' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row7) == 0x000340, "Member 'UMainMenuV2_ServerListBase_C::Row7' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row8) == 0x000348, "Member 'UMainMenuV2_ServerListBase_C::Row8' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Row9) == 0x000350, "Member 'UMainMenuV2_ServerListBase_C::Row9' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Rows) == 0x000358, "Member 'UMainMenuV2_ServerListBase_C::Rows' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, SortHeader) == 0x000360, "Member 'UMainMenuV2_ServerListBase_C::SortHeader' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, VinetBottom) == 0x000368, "Member 'UMainMenuV2_ServerListBase_C::VinetBottom' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, VinetTop) == 0x000370, "Member 'UMainMenuV2_ServerListBase_C::VinetTop' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, RowsArray) == 0x000378, "Member 'UMainMenuV2_ServerListBase_C::RowsArray' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CurrentPageSessions) == 0x000388, "Member 'UMainMenuV2_ServerListBase_C::CurrentPageSessions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, SelectedRow) == 0x000398, "Member 'UMainMenuV2_ServerListBase_C::SelectedRow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnsArray) == 0x0003A0, "Member 'UMainMenuV2_ServerListBase_C::ColumnsArray' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, B_FilterShowEmptyServers) == 0x0003B0, "Member 'UMainMenuV2_ServerListBase_C::B_FilterShowEmptyServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, B_FilterShowFullServers) == 0x0003B1, "Member 'UMainMenuV2_ServerListBase_C::B_FilterShowFullServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, B_FilterShowOnlyFriends) == 0x0003B2, "Member 'UMainMenuV2_ServerListBase_C::B_FilterShowOnlyFriends' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, B_FilterHideLockedServers) == 0x0003B3, "Member 'UMainMenuV2_ServerListBase_C::B_FilterHideLockedServers' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, SessionsList) == 0x0003B8, "Member 'UMainMenuV2_ServerListBase_C::SessionsList' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, PageCount) == 0x0003C8, "Member 'UMainMenuV2_ServerListBase_C::PageCount' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CurrentPageIndex) == 0x0003CC, "Member 'UMainMenuV2_ServerListBase_C::CurrentPageIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, RowsPerPage) == 0x0003D0, "Member 'UMainMenuV2_ServerListBase_C::RowsPerPage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CurrentSortetdColumnIndex) == 0x0003D4, "Member 'UMainMenuV2_ServerListBase_C::CurrentSortetdColumnIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CurrentSortByIncrese) == 0x0003D8, "Member 'UMainMenuV2_ServerListBase_C::CurrentSortByIncrese' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, Filtred_Sessions) == 0x0003E0, "Member 'UMainMenuV2_ServerListBase_C::Filtred_Sessions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, LastSelectedIndex) == 0x0003F0, "Member 'UMainMenuV2_ServerListBase_C::LastSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, EpicFoundSessions) == 0x0003F8, "Member 'UMainMenuV2_ServerListBase_C::EpicFoundSessions' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, GameInstance) == 0x000408, "Member 'UMainMenuV2_ServerListBase_C::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, FriendsArray) == 0x000410, "Member 'UMainMenuV2_ServerListBase_C::FriendsArray' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, TH_FriendListUpdate) == 0x000420, "Member 'UMainMenuV2_ServerListBase_C::TH_FriendListUpdate' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, GamepadController) == 0x000428, "Member 'UMainMenuV2_ServerListBase_C::GamepadController' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, IsGamepadNOW) == 0x000430, "Member 'UMainMenuV2_ServerListBase_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, CurrentPageWidgets) == 0x000438, "Member 'UMainMenuV2_ServerListBase_C::CurrentPageWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, ColumnsWidgets) == 0x000448, "Member 'UMainMenuV2_ServerListBase_C::ColumnsWidgets' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListBase_C, OnCloseScreen) == 0x000458, "Member 'UMainMenuV2_ServerListBase_C::OnCloseScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFoodScrap_C \ static_assert(alignof(AFoodScrap_C) == 0x000010, "Wrong alignment on AFoodScrap_C"); \ static_assert(sizeof(AFoodScrap_C) == 0x000450, "Wrong size on AFoodScrap_C"); \ #define DUMPER7_ASSERTS_AHeavyOrb_Voidonite_C \ static_assert(alignof(AHeavyOrb_Voidonite_C) == 0x000010, "Wrong alignment on AHeavyOrb_Voidonite_C"); \ static_assert(sizeof(AHeavyOrb_Voidonite_C) == 0x000760, "Wrong size on AHeavyOrb_Voidonite_C"); \ #define DUMPER7_ASSERTS_AWagonModule_ZincOrb_C \ static_assert(alignof(AWagonModule_ZincOrb_C) == 0x000008, "Wrong alignment on AWagonModule_ZincOrb_C"); \ static_assert(sizeof(AWagonModule_ZincOrb_C) == 0x0005D0, "Wrong size on AWagonModule_ZincOrb_C"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_SelectSettings \ static_assert(alignof(MainMenuV3_LoadGame_C_SelectSettings) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_SelectSettings"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_SelectSettings) == 0x000030, "Wrong size on MainMenuV3_LoadGame_C_SelectSettings"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, Temp_byte_Variable) == 0x000000, "Member 'MainMenuV3_LoadGame_C_SelectSettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, Temp_byte_Variable_1) == 0x000001, "Member 'MainMenuV3_LoadGame_C_SelectSettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, Temp_bool_Variable) == 0x000002, "Member 'MainMenuV3_LoadGame_C_SelectSettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'MainMenuV3_LoadGame_C_SelectSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_C_SelectSettings::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, K2Node_DynamicCast_AsHUD_Interface) == 0x000018, "Member 'MainMenuV3_LoadGame_C_SelectSettings::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'MainMenuV3_LoadGame_C_SelectSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000029, "Member 'MainMenuV3_LoadGame_C_SelectSettings::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectSettings, K2Node_Select_Default) == 0x00002A, "Member 'MainMenuV3_LoadGame_C_SelectSettings::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_SetKeyHints \ static_assert(alignof(MainMenuV3_LoadGame_C_SetKeyHints) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_SetKeyHints"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_SetKeyHints) == 0x000098, "Wrong size on MainMenuV3_LoadGame_C_SetKeyHints"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, bIsGamepadInput) == 0x000000, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::bIsGamepadInput' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_bool_Variable) == 0x000001, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_struct_Variable) == 0x000004, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_struct_Variable_1) == 0x000014, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_bool_Variable_1) == 0x000024, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_byte_Variable) == 0x000025, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_byte_Variable_1) == 0x000026, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_bool_Variable_2) == 0x000027, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_byte_Variable_2) == 0x000028, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, Temp_byte_Variable_3) == 0x000029, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_Select_Default) == 0x00002C, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_Select_Default_1) == 0x000068, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_Select_Default_2) == 0x000069, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, CallFunc_GetHUD_ReturnValue) == 0x000078, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_DynamicCast_AsHUD_Interface) == 0x000080, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetKeyHints, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000091, "Member 'MainMenuV3_LoadGame_C_SetKeyHints::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_HandleAction \ static_assert(alignof(MainMenuV3_LoadGame_C_HandleAction) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_HandleAction"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_HandleAction) == 0x000028, "Wrong size on MainMenuV3_LoadGame_C_HandleAction"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, Action) == 0x000000, "Member 'MainMenuV3_LoadGame_C_HandleAction::Action' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'MainMenuV3_LoadGame_C_HandleAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, CallFunc_GetCurrentHoveredItem_IsValid) == 0x000002, "Member 'MainMenuV3_LoadGame_C_HandleAction::CallFunc_GetCurrentHoveredItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, CallFunc_GetCurrentHoveredItem_Output) == 0x000008, "Member 'MainMenuV3_LoadGame_C_HandleAction::CallFunc_GetCurrentHoveredItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000010, "Member 'MainMenuV3_LoadGame_C_HandleAction::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV3_LoadGame_C_HandleAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_HandleAction, CallFunc_GetCanItemInteract_isInteractable) == 0x000021, "Member 'MainMenuV3_LoadGame_C_HandleAction::CallFunc_GetCanItemInteract_isInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_OnKeyDown \ static_assert(alignof(MainMenuV3_LoadGame_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_OnKeyDown) == 0x000228, "Wrong size on MainMenuV3_LoadGame_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x000128, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000130, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x000148, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000150, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Interface) == 0x000158, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x000168, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'MainMenuV3_LoadGame_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_OnKeyUp \ static_assert(alignof(MainMenuV3_LoadGame_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_OnKeyUp) == 0x000200, "Wrong size on MainMenuV3_LoadGame_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000128, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000140, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnKeyUp, CallFunc_GetActionByKey_Action) == 0x0001F8, "Member 'MainMenuV3_LoadGame_C_OnKeyUp::CallFunc_GetActionByKey_Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_SetupAppearance \ static_assert(alignof(MainMenuV3_LoadGame_C_SetupAppearance) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_SetupAppearance"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_SetupAppearance) == 0x0004C8, "Wrong size on MainMenuV3_LoadGame_C_SetupAppearance"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable) == 0x000000, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable) == 0x000008, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable_1) == 0x000020, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_1) == 0x000038, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_byte_Variable) == 0x000039, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_byte_Variable_1) == 0x00003A, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_2) == 0x00003B, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable_2) == 0x000040, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable_3) == 0x000058, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_3) == 0x000070, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_byte_Variable_2) == 0x000071, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_byte_Variable_3) == 0x000072, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_4) == 0x000073, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_object_Variable) == 0x000078, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_object_Variable_1) == 0x000080, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_5) == 0x000088, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_object_Variable_2) == 0x000090, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_object_Variable_3) == 0x000098, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_bool_Variable_6) == 0x0000A0, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable_4) == 0x0000A8, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, Temp_text_Variable_5) == 0x0000C0, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::Temp_text_Variable_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default) == 0x0000D8, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_1) == 0x0000F0, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_2) == 0x0000F8, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_3) == 0x000110, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_4) == 0x000118, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000120, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_5) == 0x0001A8, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x0001B0, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_MakeStruct_ButtonStyle) == 0x000238, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetupAppearance, K2Node_Select_Default_6) == 0x0004B0, "Member 'MainMenuV3_LoadGame_C_SetupAppearance::K2Node_Select_Default_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_SetWorldSettings \ static_assert(alignof(MainMenuV3_LoadGame_C_SetWorldSettings) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_SetWorldSettings"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_SetWorldSettings) == 0x000128, "Wrong size on MainMenuV3_LoadGame_C_SetWorldSettings"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CurrentSettingsRef) == 0x000000, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CurrentSettingsRef' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, SelectedSaveName) == 0x000040, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::SelectedSaveName' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetSettingsValue_ReturnValue) == 0x000050, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetSettingsValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_VoidDamage) == 0x000054, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_VoidDamage' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_VoidHealth) == 0x000058, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_VoidHealth' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersDamage) == 0x00005C, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersDamage' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersHealth) == 0x000060, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersHealth' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersAccuracy) == 0x000064, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersAccuracy' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SoldiersAggression) == 0x000068, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SoldiersAggression' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SwarmDamage) == 0x00006C, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SwarmDamage' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SwarmHealth) == 0x000070, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SwarmHealth' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetAISettings_SharkCount) == 0x000074, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetAISettings_SharkCount' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, K2Node_MakeStruct_GameDifficultySettings_WagonModule) == 0x000078, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::K2Node_MakeStruct_GameDifficultySettings_WagonModule' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, K2Node_MakeStruct_GameDifficultySettings_AI) == 0x00007C, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::K2Node_MakeStruct_GameDifficultySettings_AI' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCharacterSettings_DropLoot) == 0x0000AC, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCharacterSettings_DropLoot' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCharacterSettings_DestroyLoot) == 0x0000AD, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCharacterSettings_DestroyLoot' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCharacterSettings_Hunger) == 0x0000AE, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCharacterSettings_Hunger' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCharacterSettings_StackSize) == 0x0000B0, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCharacterSettings_StackSize' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCurrentSelectedItem_IsValid) == 0x0000B4, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetCurrentSelectedItem_Output) == 0x0000B8, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item) == 0x0000C0, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_IsMainMenuMap_ReturnValue) == 0x0000C9, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_IsMainMenuMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetWorldSubsystem_ReturnValue) == 0x0000D0, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0000D8, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_SaveSettings_ReturnValue) == 0x0000E0, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_SaveSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetSettingsFromSave_GameDifficultySettings) == 0x0000E4, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetSettingsFromSave_GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SetWorldSettings, CallFunc_GetSettingsFromSave_ReturnValue) == 0x000120, "Member 'MainMenuV3_LoadGame_C_SetWorldSettings::CallFunc_GetSettingsFromSave_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_SelectLastSave \ static_assert(alignof(MainMenuV3_LoadGame_C_SelectLastSave) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_SelectLastSave"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_SelectLastSave) == 0x0000A8, "Wrong size on MainMenuV3_LoadGame_C_SelectLastSave"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, Temp_int_Array_Index_Variable) == 0x000000, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_GetLastSave_ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_GetLastSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_Array_Get_Item) == 0x000060, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item) == 0x000068, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_AsSelectable_List_Item) == 0x000078, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_AsSelectable_List_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_Less_IntInt_ReturnValue) == 0x000089, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_AsSelectable_List_Item_1) == 0x000090, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_AsSelectable_List_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_SelectLastSave, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000A1, "Member 'MainMenuV3_LoadGame_C_SelectLastSave::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_PopulateSlots \ static_assert(alignof(MainMenuV3_LoadGame_C_PopulateSlots) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_PopulateSlots"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_PopulateSlots) == 0x000090, "Wrong size on MainMenuV3_LoadGame_C_PopulateSlots"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_Create_ReturnValue) == 0x000000, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, Temp_int_Variable) == 0x000008, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_FindSlotSaveInfo_SaveInfo) == 0x000038, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_FindSlotSaveInfo_SaveInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_FindSlotSaveInfo_ReturnValue) == 0x000088, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_FindSlotSaveInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateSlots, CallFunc_Not_PreBool_ReturnValue) == 0x000089, "Member 'MainMenuV3_LoadGame_C_PopulateSlots::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_RedrawStartButton \ static_assert(alignof(MainMenuV3_LoadGame_C_RedrawStartButton) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_RedrawStartButton"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_RedrawStartButton) == 0x000120, "Wrong size on MainMenuV3_LoadGame_C_RedrawStartButton"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, SaveData) == 0x000000, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::SaveData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, Temp_byte_Variable) == 0x000050, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, Temp_text_Variable) == 0x000058, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, Temp_text_Variable_1) == 0x000070, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, Temp_text_Variable_2) == 0x000088, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, Temp_text_Variable_3) == 0x0000A0, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, CallFunc_Conv_IntToText_ReturnValue) == 0x0000B8, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, K2Node_Select_Default) == 0x0000D0, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, CallFunc_GetCurrentSelectedItem_IsValid) == 0x0000E8, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, CallFunc_GetCurrentSelectedItem_Output) == 0x0000F0, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item) == 0x0000F8, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_RedrawStartButton, CallFunc_GetTimePlayed_ReturnValue) == 0x000108, "Member 'MainMenuV3_LoadGame_C_RedrawStartButton::CallFunc_GetTimePlayed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_PopulateAutosaves \ static_assert(alignof(MainMenuV3_LoadGame_C_PopulateAutosaves) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_PopulateAutosaves"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_PopulateAutosaves) == 0x000090, "Wrong size on MainMenuV3_LoadGame_C_PopulateAutosaves"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_Create_ReturnValue) == 0x000000, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, Temp_int_Variable) == 0x000008, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_FindSlotSaveInfo_SaveInfo) == 0x000038, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_FindSlotSaveInfo_SaveInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_FindSlotSaveInfo_ReturnValue) == 0x000088, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_FindSlotSaveInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PopulateAutosaves, CallFunc_Not_PreBool_ReturnValue) == 0x000089, "Member 'MainMenuV3_LoadGame_C_PopulateAutosaves::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_OnOpen \ static_assert(alignof(MainMenuV3_LoadGame_C_OnOpen) == 0x000001, "Wrong alignment on MainMenuV3_LoadGame_C_OnOpen"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_OnOpen) == 0x000001, "Wrong size on MainMenuV3_LoadGame_C_OnOpen"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_OnOpen, bIsNewGame_0) == 0x000000, "Member 'MainMenuV3_LoadGame_C_OnOpen::bIsNewGame_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature \ static_assert(alignof(MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature) == 0x000004, "Wrong alignment on MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature) == 0x000008, "Wrong size on MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature, IsAlreadySelected) == 0x000000, "Member 'MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature::IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature, ItemIndex) == 0x000004, "Member 'MainMenuV3_LoadGame_C_BndEvt__MainMenuV3_LoadGame_SavesList_K2Node_ComponentBoundEvent_0_OnListItemSelected__DelegateSignature::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_PreConstruct \ static_assert(alignof(MainMenuV3_LoadGame_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV3_LoadGame_C_PreConstruct"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV3_LoadGame_C_PreConstruct"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV3_LoadGame_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_CustomEvent_0 \ static_assert(alignof(MainMenuV3_LoadGame_C_CustomEvent_0) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_CustomEvent_0"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_CustomEvent_0) == 0x000018, "Wrong size on MainMenuV3_LoadGame_C_CustomEvent_0"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_CustomEvent_0, WasSuccessful) == 0x000000, "Member 'MainMenuV3_LoadGame_C_CustomEvent_0::WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_CustomEvent_0, ErrorMessage) == 0x000008, "Member 'MainMenuV3_LoadGame_C_CustomEvent_0::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame \ static_assert(alignof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame) == 0x000008, "Wrong alignment on MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame"); \ static_assert(sizeof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame) == 0x000208, "Wrong size on MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, EntryPoint) == 0x000000, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_IsAuthorized_ReturnValue) == 0x000018, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_IsAuthorized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_StartLogin_ReturnValue) == 0x00002D, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_StartLogin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_CustomEvent_bIsNewGame) == 0x00002E, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_CustomEvent_bIsNewGame' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_ComponentBoundEvent_IsAlreadySelected) == 0x00002F, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_ComponentBoundEvent_IsAlreadySelected' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_ComponentBoundEvent_ItemIndex) == 0x000030, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_ComponentBoundEvent_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetItemByIndex_IsValid) == 0x000035, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetItemByIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetItemByIndex_Output) == 0x000038, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetItemByIndex_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item) == 0x000040, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_2) == 0x000049, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetSettingsFromSave_GameDifficultySettings) == 0x00004C, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetSettingsFromSave_GameDifficultySettings' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetSettingsFromSave_ReturnValue) == 0x000088, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetSettingsFromSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, Temp_byte_Variable) == 0x000089, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetCurrentSelectedItem_IsValid) == 0x0000B0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetCurrentSelectedItem_IsValid' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetCurrentSelectedItem_Output) == 0x0000B8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetCurrentSelectedItem_Output' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item_1) == 0x0000C0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsMain_Menu_V3_Load_Game_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000C9, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_Event_IsDesignTime) == 0x0000CA, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000CB, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, Temp_byte_Variable_1) == 0x0000CC, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetGameInstance_ReturnValue) == 0x0000D0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000D8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsFGGame_Instance) == 0x0000E0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsFGGame_Instance' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000F0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetPlayerController_ReturnValue_3) == 0x0000F8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsMain_Menu_Presenter) == 0x000100, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsMain_Menu_Presenter' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_PlayAnimationForward_ReturnValue) == 0x000118, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000120, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Not_PreBool_ReturnValue_6) == 0x000128, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetPlayerController_ReturnValue_4) == 0x000130, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000138, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetHUD_ReturnValue) == 0x000140, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetSettingsFromSave_GameDifficultySettings_1) == 0x000148, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetSettingsFromSave_GameDifficultySettings_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetSettingsFromSave_ReturnValue_1) == 0x000184, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetSettingsFromSave_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsHUD_Interface) == 0x000188, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_4) == 0x000198, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000199, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetGameInstance_ReturnValue_1) == 0x0001A0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsFGGame_Instance_1) == 0x0001A8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsFGGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_5) == 0x0001B0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_CustomEvent_WasSuccessful) == 0x0001B1, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_CustomEvent_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_CustomEvent_ErrorMessage) == 0x0001B8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_CustomEvent_ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_GetGameInstance_ReturnValue_2) == 0x0001C8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Conv_BoolToString_ReturnValue) == 0x0001D0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_AsFGGame_Instance_2) == 0x0001E0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_AsFGGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_DynamicCast_bSuccess_6) == 0x0001E8, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001F0, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, CallFunc_CopyEpicSaveToSteam_ReturnValue) == 0x000200, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::CallFunc_CopyEpicSaveToSteam_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, Temp_bool_Variable) == 0x000201, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame, K2Node_Select_Default) == 0x000202, "Member 'MainMenuV3_LoadGame_C_ExecuteUbergraph_MainMenuV3_LoadGame::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV3_LoadGame_C \ static_assert(alignof(UMainMenuV3_LoadGame_C) == 0x000008, "Wrong alignment on UMainMenuV3_LoadGame_C"); \ static_assert(sizeof(UMainMenuV3_LoadGame_C) == 0x000398, "Wrong size on UMainMenuV3_LoadGame_C"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV3_LoadGame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, AppearanceAnimation) == 0x000268, "Member 'UMainMenuV3_LoadGame_C::AppearanceAnimation' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, BackHint) == 0x000270, "Member 'UMainMenuV3_LoadGame_C::BackHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, BtnName) == 0x000278, "Member 'UMainMenuV3_LoadGame_C::BtnName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, ButtonBG) == 0x000280, "Member 'UMainMenuV3_LoadGame_C::ButtonBG' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, ButtonHint) == 0x000288, "Member 'UMainMenuV3_LoadGame_C::ButtonHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, ChangeValueHint) == 0x000290, "Member 'UMainMenuV3_LoadGame_C::ChangeValueHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, CloseButton) == 0x000298, "Member 'UMainMenuV3_LoadGame_C::CloseButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, GameHint) == 0x0002A0, "Member 'UMainMenuV3_LoadGame_C::GameHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, InfoHint) == 0x0002A8, "Member 'UMainMenuV3_LoadGame_C::InfoHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, LabelButton) == 0x0002B0, "Member 'UMainMenuV3_LoadGame_C::LabelButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, NavigateHint) == 0x0002B8, "Member 'UMainMenuV3_LoadGame_C::NavigateHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, NewGameText) == 0x0002C0, "Member 'UMainMenuV3_LoadGame_C::NewGameText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, SavesList) == 0x0002C8, "Member 'UMainMenuV3_LoadGame_C::SavesList' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, ScreenTitle) == 0x0002D0, "Member 'UMainMenuV3_LoadGame_C::ScreenTitle' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, SelectHint) == 0x0002D8, "Member 'UMainMenuV3_LoadGame_C::SelectHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, SettingsHint) == 0x0002E0, "Member 'UMainMenuV3_LoadGame_C::SettingsHint' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, SettingsHint_1) == 0x0002E8, "Member 'UMainMenuV3_LoadGame_C::SettingsHint_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, StartButton) == 0x0002F0, "Member 'UMainMenuV3_LoadGame_C::StartButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, StartInfo) == 0x0002F8, "Member 'UMainMenuV3_LoadGame_C::StartInfo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, StartInfoEngine) == 0x000300, "Member 'UMainMenuV3_LoadGame_C::StartInfoEngine' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, StartInfoPlatformsCount) == 0x000308, "Member 'UMainMenuV3_LoadGame_C::StartInfoPlatformsCount' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, StartInfoTime) == 0x000310, "Member 'UMainMenuV3_LoadGame_C::StartInfoTime' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, VinetBottom) == 0x000318, "Member 'UMainMenuV3_LoadGame_C::VinetBottom' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, WorldSettingsModule) == 0x000320, "Member 'UMainMenuV3_LoadGame_C::WorldSettingsModule' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, GameInstance) == 0x000328, "Member 'UMainMenuV3_LoadGame_C::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, bIsNewGame) == 0x000330, "Member 'UMainMenuV3_LoadGame_C::bIsNewGame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, OnNewGameClicked) == 0x000331, "Member 'UMainMenuV3_LoadGame_C::OnNewGameClicked' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, OnClosed) == 0x000338, "Member 'UMainMenuV3_LoadGame_C::OnClosed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV3_LoadGame_C, PCActionMapping) == 0x000348, "Member 'UMainMenuV3_LoadGame_C::PCActionMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FResearchV2_DescriptionTextStruct \ static_assert(alignof(FResearchV2_DescriptionTextStruct) == 0x000008, "Wrong alignment on FResearchV2_DescriptionTextStruct"); \ static_assert(sizeof(FResearchV2_DescriptionTextStruct) == 0x000020, "Wrong size on FResearchV2_DescriptionTextStruct"); \ static_assert(offsetof(FResearchV2_DescriptionTextStruct, Title_2_CC80130D4A1BC87CBA1956977BDDF625) == 0x000000, "Member 'FResearchV2_DescriptionTextStruct::Title_2_CC80130D4A1BC87CBA1956977BDDF625' has a wrong offset!"); \ static_assert(offsetof(FResearchV2_DescriptionTextStruct, Subtext_7_474A4C1F40205C9A3E0EF0BD9967A9C2) == 0x000010, "Member 'FResearchV2_DescriptionTextStruct::Subtext_7_474A4C1F40205C9A3E0EF0BD9967A9C2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ServerListRow_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ServerListRow_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ServerListRow_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ServerListRow_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ServerListRow_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_ServerListRow_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ServerListRow_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ServerListRow_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ServerListRow_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ServerListRow_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ServerListRow_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ServerListRow_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ServerListRow_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ServerListRow_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ServerListRow_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ServerListRow_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_Draw \ static_assert(alignof(MainMenuV2_ServerListRow_C_Draw) == 0x000008, "Wrong alignment on MainMenuV2_ServerListRow_C_Draw"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_Draw) == 0x000040, "Wrong size on MainMenuV2_ServerListRow_C_Draw"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_Draw, SessionInfo) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_Draw::SessionInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_Draw, RowIndex) == 0x000038, "Member 'MainMenuV2_ServerListRow_C_Draw::RowIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_Draw, IsFriend) == 0x00003C, "Member 'MainMenuV2_ServerListRow_C_Draw::IsFriend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ServerListRow_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ServerListRow_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ServerListRow_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ServerListRow_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ServerListRow_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ServerListRow_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow \ static_assert(alignof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow) == 0x000008, "Wrong alignment on MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow) == 0x000310, "Wrong size on MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, EntryPoint) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_int_Variable) == 0x000004, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_int_Variable_1) == 0x000008, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_int_Variable_2) == 0x000014, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_bool_Variable) == 0x000018, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_object_Variable) == 0x000020, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_object_Variable_1) == 0x000028, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_bool_Variable_1) == 0x000038, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_byte_Variable) == 0x000039, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, Temp_byte_Variable_1) == 0x00003A, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeArray_Array) == 0x000040, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Get_Item) == 0x000050, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Array_Length_ReturnValue_2) == 0x000078, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Less_IntInt_ReturnValue_2) == 0x00007C, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeStruct_SlateColor) == 0x000080, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeStruct_SlateColor_1) == 0x0000A8, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_MyGeometry) == 0x0000D0, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_MouseEvent_1) == 0x000108, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_MouseEvent) == 0x000178, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_CustomEvent_SessionInfo) == 0x0001E8, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_CustomEvent_SessionInfo' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_CustomEvent_RowIndex) == 0x000220, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_CustomEvent_RowIndex' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_CustomEvent_isFriend) == 0x000224, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_CustomEvent_isFriend' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_IsHold_1) == 0x000225, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_IsHold) == 0x000226, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeStruct_FormatArgumentData) == 0x000228, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Conv_IntToText_ReturnValue) == 0x000268, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeStruct_FormatArgumentData_1) == 0x000280, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_MakeArray_Array_1) == 0x0002C0, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_Format_ReturnValue) == 0x0002D0, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_PlayEvent2D_ReturnValue) == 0x0002E8, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_PlayEvent2D_ReturnValue_1) == 0x0002F0, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_GetSessionSettingsBool_ReturnValue) == 0x0002F8, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_GetSessionSettingsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, CallFunc_BooleanAND_ReturnValue) == 0x0002F9, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Select_Default) == 0x000300, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Event_Show) == 0x000308, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow, K2Node_Select_Default_1) == 0x000309, "Member 'MainMenuV2_ServerListRow_C_ExecuteUbergraph_MainMenuV2_ServerListRow::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerListRow_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ServerListRow_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ServerListRow_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ServerListRow_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ServerListRow_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ServerListRow_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ServerListRow_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ServerListRow_C \ static_assert(alignof(UMainMenuV2_ServerListRow_C) == 0x000008, "Wrong alignment on UMainMenuV2_ServerListRow_C"); \ static_assert(sizeof(UMainMenuV2_ServerListRow_C) == 0x000380, "Wrong size on UMainMenuV2_ServerListRow_C"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ServerListRow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Back) == 0x000268, "Member 'UMainMenuV2_ServerListRow_C::Back' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Button_Lock) == 0x000270, "Member 'UMainMenuV2_ServerListRow_C::Button_Lock' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dash0) == 0x000278, "Member 'UMainMenuV2_ServerListRow_C::Dash0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dash1) == 0x000280, "Member 'UMainMenuV2_ServerListRow_C::Dash1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dash2) == 0x000288, "Member 'UMainMenuV2_ServerListRow_C::Dash2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dash3) == 0x000290, "Member 'UMainMenuV2_ServerListRow_C::Dash3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dash4) == 0x000298, "Member 'UMainMenuV2_ServerListRow_C::Dash4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Gamepad_Navigate) == 0x0002A0, "Member 'UMainMenuV2_ServerListRow_C::Gamepad_Navigate' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, HB_Size) == 0x0002A8, "Member 'UMainMenuV2_ServerListRow_C::HB_Size' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Hover) == 0x0002B0, "Member 'UMainMenuV2_ServerListRow_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Lock) == 0x0002B8, "Member 'UMainMenuV2_ServerListRow_C::Lock' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Ping) == 0x0002C0, "Member 'UMainMenuV2_ServerListRow_C::Ping' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Players) == 0x0002C8, "Member 'UMainMenuV2_ServerListRow_C::Players' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, ServerName) == 0x0002D0, "Member 'UMainMenuV2_ServerListRow_C::ServerName' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Size) == 0x0002D8, "Member 'UMainMenuV2_ServerListRow_C::Size' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, SizeIco) == 0x0002E0, "Member 'UMainMenuV2_ServerListRow_C::SizeIco' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Dashes) == 0x0002E8, "Member 'UMainMenuV2_ServerListRow_C::Dashes' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, IsEmpty) == 0x0002F8, "Member 'UMainMenuV2_ServerListRow_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, IsSelected) == 0x0002F9, "Member 'UMainMenuV2_ServerListRow_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Click) == 0x000300, "Member 'UMainMenuV2_ServerListRow_C::Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, SessionConnect) == 0x000310, "Member 'UMainMenuV2_ServerListRow_C::SessionConnect' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Session_Info) == 0x000318, "Member 'UMainMenuV2_ServerListRow_C::Session_Info' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, Row_Index) == 0x000350, "Member 'UMainMenuV2_ServerListRow_C::Row_Index' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, IsMouseOn) == 0x000354, "Member 'UMainMenuV2_ServerListRow_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, HoverColumn) == 0x000358, "Member 'UMainMenuV2_ServerListRow_C::HoverColumn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, UnhoverColmn) == 0x000368, "Member 'UMainMenuV2_ServerListRow_C::UnhoverColmn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, bCanJoin) == 0x000378, "Member 'UMainMenuV2_ServerListRow_C::bCanJoin' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerListRow_C, IsGamepadNOW) == 0x000379, "Member 'UMainMenuV2_ServerListRow_C::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection \ static_assert(alignof(MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection) == 0x000004, "Wrong alignment on MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection"); \ static_assert(sizeof(MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection) == 0x000008, "Wrong size on MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection, Index_0) == 0x000000, "Member 'MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection, ByIncrease) == 0x000004, "Member 'MainMenuV2ServerListHeader_C_ShowSelectedAndSortDirection::ByIncrease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2ServerListHeader_C_Hover_Event_0 \ static_assert(alignof(MainMenuV2ServerListHeader_C_Hover_Event_0) == 0x000004, "Wrong alignment on MainMenuV2ServerListHeader_C_Hover_Event_0"); \ static_assert(sizeof(MainMenuV2ServerListHeader_C_Hover_Event_0) == 0x000004, "Wrong size on MainMenuV2ServerListHeader_C_Hover_Event_0"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_Hover_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2ServerListHeader_C_Hover_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2ServerListHeader_C_Unhover_Event_0 \ static_assert(alignof(MainMenuV2ServerListHeader_C_Unhover_Event_0) == 0x000004, "Wrong alignment on MainMenuV2ServerListHeader_C_Unhover_Event_0"); \ static_assert(sizeof(MainMenuV2ServerListHeader_C_Unhover_Event_0) == 0x000004, "Wrong size on MainMenuV2ServerListHeader_C_Unhover_Event_0"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_Unhover_Event_0, Index_0) == 0x000000, "Member 'MainMenuV2ServerListHeader_C_Unhover_Event_0::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2ServerListHeader_C_ClickSort_Event_1 \ static_assert(alignof(MainMenuV2ServerListHeader_C_ClickSort_Event_1) == 0x000004, "Wrong alignment on MainMenuV2ServerListHeader_C_ClickSort_Event_1"); \ static_assert(sizeof(MainMenuV2ServerListHeader_C_ClickSort_Event_1) == 0x000008, "Wrong size on MainMenuV2ServerListHeader_C_ClickSort_Event_1"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ClickSort_Event_1, by_increasing_) == 0x000000, "Member 'MainMenuV2ServerListHeader_C_ClickSort_Event_1::by_increasing_' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ClickSort_Event_1, Index_0) == 0x000004, "Member 'MainMenuV2ServerListHeader_C_ClickSort_Event_1::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader \ static_assert(alignof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader) == 0x000008, "Wrong alignment on MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader"); \ static_assert(sizeof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader) == 0x000158, "Wrong size on MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, EntryPoint) == 0x000000, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Variable) == 0x000004, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Variable_1) == 0x00001C, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Variable_2) == 0x000034, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_bool_Variable) == 0x00004C, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Variable_3) == 0x000050, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Variable_4) == 0x000054, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Array_Index_Variable) == 0x000058, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Add_IntInt_ReturnValue_3) == 0x000060, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_Index_3) == 0x000068, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_Index_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_ByIncrease) == 0x00006C, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006D, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_MakeArray_Array) == 0x000070, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item) == 0x000080, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item_2) == 0x000098, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, Temp_int_Loop_Counter_Variable_1) == 0x0000AC, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item_3) == 0x0000B0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BC, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item_4) == 0x0000C0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Length_ReturnValue_3) == 0x0000C8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Get_Item_5) == 0x0000D0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000D8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Array_Length_ReturnValue_4) == 0x0000DC, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000E0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000E1, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000E4, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_Index_2) == 0x0000E8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_Index_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_Index_1) == 0x0000EC, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_Index_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_by_increasing_) == 0x0000F0, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_by_increasing_' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_CustomEvent_Index) == 0x0000F4, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_CustomEvent_Index' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F8, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, CallFunc_Get_Now_Is_Asia_Lang_return) == 0x0000F9, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::CallFunc_Get_Now_Is_Asia_Lang_return' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_Select_Default) == 0x0000FC, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader, K2Node_MakeStruct_SlateFontInfo) == 0x000100, "Member 'MainMenuV2ServerListHeader_C_ExecuteUbergraph_MainMenuV2ServerListHeader::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2ServerListHeader_C \ static_assert(alignof(UMainMenuV2ServerListHeader_C) == 0x000008, "Wrong alignment on UMainMenuV2ServerListHeader_C"); \ static_assert(sizeof(UMainMenuV2ServerListHeader_C) == 0x000320, "Wrong size on UMainMenuV2ServerListHeader_C"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2ServerListHeader_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn0) == 0x000268, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn0' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn1) == 0x000270, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn2) == 0x000278, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn3) == 0x000280, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn4) == 0x000288, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, MainMenuV2_SortingButton) == 0x000290, "Member 'UMainMenuV2ServerListHeader_C::MainMenuV2_SortingButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, MainMenuV2_SortingButton_1) == 0x000298, "Member 'UMainMenuV2ServerListHeader_C::MainMenuV2_SortingButton_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, MainMenuV2_SortingButton_2) == 0x0002A0, "Member 'UMainMenuV2ServerListHeader_C::MainMenuV2_SortingButton_2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, MainMenuV2_SortingButton_3) == 0x0002A8, "Member 'UMainMenuV2ServerListHeader_C::MainMenuV2_SortingButton_3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, MainMenuV2_SortingButton_4) == 0x0002B0, "Member 'UMainMenuV2ServerListHeader_C::MainMenuV2_SortingButton_4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, Text_Availability) == 0x0002B8, "Member 'UMainMenuV2ServerListHeader_C::Text_Availability' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, Text_Name) == 0x0002C0, "Member 'UMainMenuV2ServerListHeader_C::Text_Name' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, Text_Ping) == 0x0002C8, "Member 'UMainMenuV2ServerListHeader_C::Text_Ping' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, Text_Players) == 0x0002D0, "Member 'UMainMenuV2ServerListHeader_C::Text_Players' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, Text_Size) == 0x0002D8, "Member 'UMainMenuV2ServerListHeader_C::Text_Size' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, HoverColumn) == 0x0002E0, "Member 'UMainMenuV2ServerListHeader_C::HoverColumn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, UnhoverColumn) == 0x0002F0, "Member 'UMainMenuV2ServerListHeader_C::UnhoverColumn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, SortingBy) == 0x000300, "Member 'UMainMenuV2ServerListHeader_C::SortingBy' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2ServerListHeader_C, SortingButtons) == 0x000310, "Member 'UMainMenuV2ServerListHeader_C::SortingButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ButtonPlay_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_ButtonPlay_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_ButtonPlay_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_ButtonPlay_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_ButtonPlay_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_ButtonPlay_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ButtonPlay_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ButtonPlay_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_PreConstruct \ static_assert(alignof(MainMenuV2_ButtonPlay_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ButtonPlay_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ButtonPlay_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ButtonPlay_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ButtonPlay_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay \ static_assert(alignof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay) == 0x000008, "Wrong alignment on MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay) == 0x0002A8, "Wrong size on MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, EntryPoint) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_bool_Variable_1) == 0x000007, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_byte_Variable_2) == 0x000008, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_byte_Variable_3) == 0x000009, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_bool_Variable_2) == 0x00000A, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_int_Variable) == 0x00000C, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, Temp_int_Variable_1) == 0x000010, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_IsHold_1) == 0x000014, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_IsHold) == 0x000015, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_IsDesignTime) == 0x000016, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_MyGeometry) == 0x000018, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_MouseEvent_1) == 0x000050, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_GetText_ReturnValue) == 0x0000C0, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_MouseEvent) == 0x0000D8, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_TextToUpper_ReturnValue) == 0x000148, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_MakeStruct_SlateColor) == 0x000160, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_MakeStruct_SlateColor_1) == 0x000188, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayAnimation_ReturnValue) == 0x0001B0, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001B8, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0001C0, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayAnimation_ReturnValue_2) == 0x0001C8, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_MakeStruct_SlateColor_2) == 0x0001D0, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_MakeStruct_SlateColor_3) == 0x0001F8, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayEvent2D_ReturnValue) == 0x000220, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000228, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Event_Show) == 0x000230, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Select_Default) == 0x000231, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Select_Default_1) == 0x000232, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayAnimation_ReturnValue_3) == 0x000238, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_PlayAnimation_ReturnValue_4) == 0x000240, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, CallFunc_Get_Now_Is_Asia_Lang_return) == 0x000248, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::CallFunc_Get_Now_Is_Asia_Lang_return' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_Select_Default_2) == 0x00024C, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay, K2Node_MakeStruct_SlateFontInfo) == 0x000250, "Member 'MainMenuV2_ButtonPlay_C_ExecuteUbergraph_MainMenuV2_ButtonPlay::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ButtonPlay_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ButtonPlay_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ButtonPlay_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ButtonPlay_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ButtonPlay_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ButtonPlay_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ButtonPlay_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ButtonPlay_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ButtonPlay_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ButtonPlay_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ButtonPlay_C \ static_assert(alignof(UMainMenuV2_ButtonPlay_C) == 0x000008, "Wrong alignment on UMainMenuV2_ButtonPlay_C"); \ static_assert(sizeof(UMainMenuV2_ButtonPlay_C) == 0x0002D0, "Wrong size on UMainMenuV2_ButtonPlay_C"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ButtonPlay_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, AnimationHover) == 0x000268, "Member 'UMainMenuV2_ButtonPlay_C::AnimationHover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, AnimationFlick) == 0x000270, "Member 'UMainMenuV2_ButtonPlay_C::AnimationFlick' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, AdditionalBorder) == 0x000278, "Member 'UMainMenuV2_ButtonPlay_C::AdditionalBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, ButtonBackground) == 0x000280, "Member 'UMainMenuV2_ButtonPlay_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, ButtonBorder) == 0x000288, "Member 'UMainMenuV2_ButtonPlay_C::ButtonBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, FlickImage) == 0x000290, "Member 'UMainMenuV2_ButtonPlay_C::FlickImage' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, KeyTooltipWidget) == 0x000298, "Member 'UMainMenuV2_ButtonPlay_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, Shadow) == 0x0002A0, "Member 'UMainMenuV2_ButtonPlay_C::Shadow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, Text) == 0x0002A8, "Member 'UMainMenuV2_ButtonPlay_C::Text' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, IsDisabled) == 0x0002B0, "Member 'UMainMenuV2_ButtonPlay_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, Click) == 0x0002B8, "Member 'UMainMenuV2_ButtonPlay_C::Click' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, IsMouseOn) == 0x0002C8, "Member 'UMainMenuV2_ButtonPlay_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ButtonPlay_C, IsGamepadNOW) == 0x0002C9, "Member 'UMainMenuV2_ButtonPlay_C::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ServerList_Column_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ServerList_Column_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ServerList_Column_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_PreConstruct \ static_assert(alignof(MainMenuV2_ServerList_Column_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column \ static_assert(alignof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column) == 0x000004, "Wrong alignment on MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column) == 0x000010, "Wrong size on MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, EntryPoint) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_bool_Variable) == 0x000004, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_byte_Variable) == 0x000005, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_byte_Variable_1) == 0x000006, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_bool_Variable_1) == 0x000007, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_byte_Variable_2) == 0x000008, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Select_Default) == 0x000009, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, Temp_byte_Variable_3) == 0x00000A, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Event_IsHold_1) == 0x00000B, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Event_IsHold) == 0x00000C, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Event_IsDesignTime) == 0x00000D, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Event_Show) == 0x00000E, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column, K2Node_Select_Default_1) == 0x00000F, "Member 'MainMenuV2_ServerList_Column_C_ExecuteUbergraph_MainMenuV2_ServerList_Column::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ServerList_Column_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ServerList_Column_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ServerList_Column_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ServerList_Column_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ServerList_Column_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ServerList_Column_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ServerList_Column_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ServerList_Column_C \ static_assert(alignof(UMainMenuV2_ServerList_Column_C) == 0x000008, "Wrong alignment on UMainMenuV2_ServerList_Column_C"); \ static_assert(sizeof(UMainMenuV2_ServerList_Column_C) == 0x0002A8, "Wrong size on UMainMenuV2_ServerList_Column_C"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ServerList_Column_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, Border) == 0x000268, "Member 'UMainMenuV2_ServerList_Column_C::Border' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, GamepadHelp) == 0x000270, "Member 'UMainMenuV2_ServerList_Column_C::GamepadHelp' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, KeyTooltipWidget) == 0x000278, "Member 'UMainMenuV2_ServerList_Column_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, KeyTooltipWidget_55) == 0x000280, "Member 'UMainMenuV2_ServerList_Column_C::KeyTooltipWidget_55' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, Texture) == 0x000288, "Member 'UMainMenuV2_ServerList_Column_C::Texture' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, ClickSort) == 0x000290, "Member 'UMainMenuV2_ServerList_Column_C::ClickSort' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, Is_selected) == 0x0002A0, "Member 'UMainMenuV2_ServerList_Column_C::Is_selected' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ServerList_Column_C, IsGamepadNOW) == 0x0002A1, "Member 'UMainMenuV2_ServerList_Column_C::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SortingButton_C_SetSelected \ static_assert(alignof(MainMenuV2_SortingButton_C_SetSelected) == 0x000001, "Wrong alignment on MainMenuV2_SortingButton_C_SetSelected"); \ static_assert(sizeof(MainMenuV2_SortingButton_C_SetSelected) == 0x000001, "Wrong size on MainMenuV2_SortingButton_C_SetSelected"); \ static_assert(offsetof(MainMenuV2_SortingButton_C_SetSelected, ByIncrease) == 0x000000, "Member 'MainMenuV2_SortingButton_C_SetSelected::ByIncrease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton \ static_assert(alignof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton) == 0x000004, "Wrong alignment on MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton"); \ static_assert(sizeof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton) == 0x000008, "Wrong size on MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton"); \ static_assert(offsetof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton, EntryPoint) == 0x000000, "Member 'MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton, K2Node_CustomEvent_ByIncrease) == 0x000004, "Member 'MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton::K2Node_CustomEvent_ByIncrease' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton, Temp_bool_Variable) == 0x000005, "Member 'MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'MainMenuV2_SortingButton_C_ExecuteUbergraph_MainMenuV2_SortingButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_SortingButton_C \ static_assert(alignof(UMainMenuV2_SortingButton_C) == 0x000008, "Wrong alignment on UMainMenuV2_SortingButton_C"); \ static_assert(sizeof(UMainMenuV2_SortingButton_C) == 0x0002B8, "Wrong size on UMainMenuV2_SortingButton_C"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_SortingButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, arrow) == 0x000268, "Member 'UMainMenuV2_SortingButton_C::arrow' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, Button_100) == 0x000270, "Member 'UMainMenuV2_SortingButton_C::Button_100' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, ClickSort) == 0x000278, "Member 'UMainMenuV2_SortingButton_C::ClickSort' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, By_Increase) == 0x000288, "Member 'UMainMenuV2_SortingButton_C::By_Increase' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, Hover) == 0x000290, "Member 'UMainMenuV2_SortingButton_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, Unhover) == 0x0002A0, "Member 'UMainMenuV2_SortingButton_C::Unhover' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_SortingButton_C, Index_0) == 0x0002B0, "Member 'UMainMenuV2_SortingButton_C::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ResearchV2_StageSelector_C_PreConstruct \ static_assert(alignof(ResearchV2_StageSelector_C_PreConstruct) == 0x000001, "Wrong alignment on ResearchV2_StageSelector_C_PreConstruct"); \ static_assert(sizeof(ResearchV2_StageSelector_C_PreConstruct) == 0x000001, "Wrong size on ResearchV2_StageSelector_C_PreConstruct"); \ static_assert(offsetof(ResearchV2_StageSelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'ResearchV2_StageSelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ResearchV2_StageSelector_C_SetDisabled \ static_assert(alignof(ResearchV2_StageSelector_C_SetDisabled) == 0x000001, "Wrong alignment on ResearchV2_StageSelector_C_SetDisabled"); \ static_assert(sizeof(ResearchV2_StageSelector_C_SetDisabled) == 0x000001, "Wrong size on ResearchV2_StageSelector_C_SetDisabled"); \ static_assert(offsetof(ResearchV2_StageSelector_C_SetDisabled, IsDisabled_0) == 0x000000, "Member 'ResearchV2_StageSelector_C_SetDisabled::IsDisabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector \ static_assert(alignof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector) == 0x000008, "Wrong alignment on ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector"); \ static_assert(sizeof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector) == 0x000020, "Wrong size on ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, EntryPoint) == 0x000000, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, CallFunc_PlayEvent2D_ReturnValue) == 0x000008, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, K2Node_Event_IsDesignTime) == 0x000011, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, K2Node_CustomEvent_IsDisabled) == 0x000012, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::K2Node_CustomEvent_IsDisabled' has a wrong offset!"); \ static_assert(offsetof(ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector, CallFunc_PlayEvent2D_ReturnValue_1) == 0x000018, "Member 'ResearchV2_StageSelector_C_ExecuteUbergraph_ResearchV2_StageSelector::CallFunc_PlayEvent2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UResearchV2_StageSelector_C \ static_assert(alignof(UResearchV2_StageSelector_C) == 0x000008, "Wrong alignment on UResearchV2_StageSelector_C"); \ static_assert(sizeof(UResearchV2_StageSelector_C) == 0x0002A8, "Wrong size on UResearchV2_StageSelector_C"); \ static_assert(offsetof(UResearchV2_StageSelector_C, UberGraphFrame) == 0x000260, "Member 'UResearchV2_StageSelector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, Button_38) == 0x000268, "Member 'UResearchV2_StageSelector_C::Button_38' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, IsRight) == 0x000270, "Member 'UResearchV2_StageSelector_C::IsRight' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, IsDisabled) == 0x000271, "Member 'UResearchV2_StageSelector_C::IsDisabled' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, Click) == 0x000278, "Member 'UResearchV2_StageSelector_C::Click' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, Hover) == 0x000288, "Member 'UResearchV2_StageSelector_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UResearchV2_StageSelector_C, Unhover) == 0x000298, "Member 'UResearchV2_StageSelector_C::Unhover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GPI_IsHoverable \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GPI_IsHoverable) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_GPI_IsHoverable"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GPI_IsHoverable) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_GPI_IsHoverable"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GPI_IsHoverable, CanBeHovered) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GPI_IsHoverable::CanBeHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GetSelectredIndex \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GetSelectredIndex) == 0x000004, "Wrong alignment on MainMenuV2_ColorSelecter_C_GetSelectredIndex"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GetSelectredIndex) == 0x00000C, "Wrong size on MainMenuV2_ColorSelecter_C_GetSelectredIndex"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GetSelectredIndex, Index_0) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GetSelectredIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GetSelectredIndex, CallFunc_Array_Find_ReturnValue) == 0x000004, "Member 'MainMenuV2_ColorSelecter_C_GetSelectredIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GetSelectredIndex, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'MainMenuV2_ColorSelecter_C_GetSelectredIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_PreConstruct \ static_assert(alignof(MainMenuV2_ColorSelecter_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_OnMouseEnter \ static_assert(alignof(MainMenuV2_ColorSelecter_C_OnMouseEnter) == 0x000008, "Wrong alignment on MainMenuV2_ColorSelecter_C_OnMouseEnter"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_OnMouseEnter) == 0x0000A8, "Wrong size on MainMenuV2_ColorSelecter_C_OnMouseEnter"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'MainMenuV2_ColorSelecter_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_OnMouseLeave \ static_assert(alignof(MainMenuV2_ColorSelecter_C_OnMouseLeave) == 0x000008, "Wrong alignment on MainMenuV2_ColorSelecter_C_OnMouseLeave"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_OnMouseLeave) == 0x000070, "Wrong size on MainMenuV2_ColorSelecter_C_OnMouseLeave"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GetSelectedColor \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GetSelectedColor) == 0x000004, "Wrong alignment on MainMenuV2_ColorSelecter_C_GetSelectedColor"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GetSelectedColor) == 0x000014, "Wrong size on MainMenuV2_ColorSelecter_C_GetSelectedColor"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GetSelectedColor, PinColor) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GetSelectedColor::PinColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GetSelectedColor, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'MainMenuV2_ColorSelecter_C_GetSelectedColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_SetValueNoCall \ static_assert(alignof(MainMenuV2_ColorSelecter_C_SetValueNoCall) == 0x000004, "Wrong alignment on MainMenuV2_ColorSelecter_C_SetValueNoCall"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_SetValueNoCall) == 0x000004, "Wrong size on MainMenuV2_ColorSelecter_C_SetValueNoCall"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_SetValueNoCall, Value) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_SetValueNoCall::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_SelectPin \ static_assert(alignof(MainMenuV2_ColorSelecter_C_SelectPin) == 0x000008, "Wrong alignment on MainMenuV2_ColorSelecter_C_SelectPin"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_SelectPin) == 0x000008, "Wrong size on MainMenuV2_ColorSelecter_C_SelectPin"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_SelectPin, Pin) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_SelectPin::Pin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_OnClick_Event_0 \ static_assert(alignof(MainMenuV2_ColorSelecter_C_OnClick_Event_0) == 0x000008, "Wrong alignment on MainMenuV2_ColorSelecter_C_OnClick_Event_0"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_OnClick_Event_0) == 0x000008, "Wrong size on MainMenuV2_ColorSelecter_C_OnClick_Event_0"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_OnClick_Event_0, Pin) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_OnClick_Event_0::Pin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode, Show) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GPI_ShowGamepadMode::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GPI_HoldLeft \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GPI_HoldLeft) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_GPI_HoldLeft"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GPI_HoldLeft) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_GPI_HoldLeft"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GPI_HoldLeft, IsHold) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GPI_HoldLeft::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GPI_HoldRight \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GPI_HoldRight) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_GPI_HoldRight"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GPI_HoldRight) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_GPI_HoldRight"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GPI_HoldRight, IsHold) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GPI_HoldRight::IsHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter \ static_assert(alignof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter) == 0x000008, "Wrong alignment on MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter) == 0x0002E8, "Wrong size on MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, EntryPoint) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Variable) == 0x000014, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Variable_1) == 0x000018, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_bool_Variable) == 0x000024, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_byte_Variable) == 0x000025, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_byte_Variable_1) == 0x000026, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_bool_Variable_1) == 0x000027, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_byte_Variable_2) == 0x000028, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_byte_Variable_3) == 0x000029, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Create_ReturnValue) == 0x000030, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_MakeStruct_Margin) == 0x000038, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Variable_2) == 0x000048, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Variable_3) == 0x00004C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue_3) == 0x000058, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Divide_IntInt_ReturnValue) == 0x000064, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_IsDesignTime) == 0x000068, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_MyGeometry) == 0x00006C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_MouseEvent_1) == 0x0000A8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_MouseEvent) == 0x000118, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_MakeStruct_SlateColor) == 0x000188, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_MakeStruct_SlateColor_1) == 0x0001B0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_MakeStruct_SlateColor_2) == 0x0001D8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_CustomEvent_Value) == 0x000200, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, Temp_int_Loop_Counter_Variable_1) == 0x000204, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item) == 0x000208, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue_4) == 0x000218, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Length_ReturnValue) == 0x00021C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Less_IntInt_ReturnValue) == 0x000220, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_1) == 0x000228, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000230, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_CustomEvent_Pin_1) == 0x000238, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_CustomEvent_Pin_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_2) == 0x000240, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Length_ReturnValue_1) == 0x000248, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Find_ReturnValue) == 0x00024C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000250, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_CustomEvent_Pin) == 0x000258, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_CustomEvent_Pin' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_3) == 0x000260, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Length_ReturnValue_2) == 0x000268, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_GetSelectedColor_PinColor) == 0x00026C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_GetSelectedColor_PinColor' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Less_IntInt_ReturnValue_2) == 0x00027C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_4) == 0x000280, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_5) == 0x000288, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Length_ReturnValue_3) == 0x000290, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Find_ReturnValue_1) == 0x000294, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Less_IntInt_ReturnValue_3) == 0x000298, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000299, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_Show) == 0x00029A, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_IsHold_1) == 0x00029B, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_IsHold_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Select_Default) == 0x00029C, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Event_IsHold) == 0x00029D, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Event_IsHold' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Select_Default_1) == 0x00029E, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002A0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002A4, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_6) == 0x0002A8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Get_Item_7) == 0x0002B0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0002B8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x0002B9, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_PlayEvent2D_ReturnValue) == 0x0002C0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_PlayEvent2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Length_ReturnValue_4) == 0x0002C8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002CC, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_Array_Add_ReturnValue) == 0x0002D0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, K2Node_Select_Default_2) == 0x0002D8, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0002E0, "Member 'MainMenuV2_ColorSelecter_C_ExecuteUbergraph_MainMenuV2_ColorSelecter::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_ColorSelecter_C_GPI_IsHovered \ static_assert(alignof(MainMenuV2_ColorSelecter_C_GPI_IsHovered) == 0x000001, "Wrong alignment on MainMenuV2_ColorSelecter_C_GPI_IsHovered"); \ static_assert(sizeof(MainMenuV2_ColorSelecter_C_GPI_IsHovered) == 0x000001, "Wrong size on MainMenuV2_ColorSelecter_C_GPI_IsHovered"); \ static_assert(offsetof(MainMenuV2_ColorSelecter_C_GPI_IsHovered, IsHovered_0) == 0x000000, "Member 'MainMenuV2_ColorSelecter_C_GPI_IsHovered::IsHovered_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_ColorSelecter_C \ static_assert(alignof(UMainMenuV2_ColorSelecter_C) == 0x000008, "Wrong alignment on UMainMenuV2_ColorSelecter_C"); \ static_assert(sizeof(UMainMenuV2_ColorSelecter_C) == 0x000348, "Wrong size on UMainMenuV2_ColorSelecter_C"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_ColorSelecter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, ApplyChanges) == 0x000268, "Member 'UMainMenuV2_ColorSelecter_C::ApplyChanges' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, ButtonsBack) == 0x000270, "Member 'UMainMenuV2_ColorSelecter_C::ButtonsBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, CanvasSize) == 0x000278, "Member 'UMainMenuV2_ColorSelecter_C::CanvasSize' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, Gamepad_Change) == 0x000280, "Member 'UMainMenuV2_ColorSelecter_C::Gamepad_Change' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, Header) == 0x000288, "Member 'UMainMenuV2_ColorSelecter_C::Header' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainBack) == 0x000290, "Member 'UMainMenuV2_ColorSelecter_C::MainBack' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainBorder) == 0x000298, "Member 'UMainMenuV2_ColorSelecter_C::MainBorder' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin) == 0x0002A0, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin_1) == 0x0002A8, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin_2) == 0x0002B0, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin_2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin_3) == 0x0002B8, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin_3' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin_4) == 0x0002C0, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin_4' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, MainMenuV2_ColorPin_5) == 0x0002C8, "Member 'UMainMenuV2_ColorSelecter_C::MainMenuV2_ColorPin_5' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, PinBox_1) == 0x0002D0, "Member 'UMainMenuV2_ColorSelecter_C::PinBox_1' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, PinBox_2) == 0x0002D8, "Member 'UMainMenuV2_ColorSelecter_C::PinBox_2' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, OnChange) == 0x0002E0, "Member 'UMainMenuV2_ColorSelecter_C::OnChange' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, HeaderText) == 0x0002F0, "Member 'UMainMenuV2_ColorSelecter_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, IsChanged) == 0x000308, "Member 'UMainMenuV2_ColorSelecter_C::IsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, IsMouseOn) == 0x000309, "Member 'UMainMenuV2_ColorSelecter_C::IsMouseOn' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, Colors) == 0x000310, "Member 'UMainMenuV2_ColorSelecter_C::Colors' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, PinsArray) == 0x000320, "Member 'UMainMenuV2_ColorSelecter_C::PinsArray' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, SelectedPin) == 0x000330, "Member 'UMainMenuV2_ColorSelecter_C::SelectedPin' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, DontShowIsChanged) == 0x000338, "Member 'UMainMenuV2_ColorSelecter_C::DontShowIsChanged' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, IsGamepadNOW) == 0x000339, "Member 'UMainMenuV2_ColorSelecter_C::IsGamepadNOW' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, CurrentSelectedIndex) == 0x00033C, "Member 'UMainMenuV2_ColorSelecter_C::CurrentSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_ColorSelecter_C, Sound_Click) == 0x000340, "Member 'UMainMenuV2_ColorSelecter_C::Sound_Click' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASprayerPaint_Black_C \ static_assert(alignof(ASprayerPaint_Black_C) == 0x000010, "Wrong alignment on ASprayerPaint_Black_C"); \ static_assert(sizeof(ASprayerPaint_Black_C) == 0x000430, "Wrong size on ASprayerPaint_Black_C"); \ #define DUMPER7_ASSERTS_ASprayerPaint_Blue_C \ static_assert(alignof(ASprayerPaint_Blue_C) == 0x000010, "Wrong alignment on ASprayerPaint_Blue_C"); \ static_assert(sizeof(ASprayerPaint_Blue_C) == 0x000430, "Wrong size on ASprayerPaint_Blue_C"); \ #define DUMPER7_ASSERTS_Domra_C_ExecuteUbergraph_Domra \ static_assert(alignof(Domra_C_ExecuteUbergraph_Domra) == 0x000008, "Wrong alignment on Domra_C_ExecuteUbergraph_Domra"); \ static_assert(sizeof(Domra_C_ExecuteUbergraph_Domra) == 0x0000E0, "Wrong size on Domra_C_ExecuteUbergraph_Domra"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, EntryPoint) == 0x000000, "Member 'Domra_C_ExecuteUbergraph_Domra::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Domra_C_ExecuteUbergraph_Domra::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, Temp_int_Variable) == 0x000010, "Member 'Domra_C_ExecuteUbergraph_Domra::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'Domra_C_ExecuteUbergraph_Domra::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, Temp_text_Variable) == 0x000020, "Member 'Domra_C_ExecuteUbergraph_Domra::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_DynamicCast_AsHUD_Interface) == 0x000038, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, Temp_text_Variable_1) == 0x000050, "Member 'Domra_C_ExecuteUbergraph_Domra::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, Temp_text_Variable_2) == 0x000068, "Member 'Domra_C_ExecuteUbergraph_Domra::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, Temp_text_Variable_3) == 0x000080, "Member 'Domra_C_ExecuteUbergraph_Domra::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_Event_StatusNum) == 0x000098, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_Event_StatusNum' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A0, "Member 'Domra_C_ExecuteUbergraph_Domra::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, CallFunc_GetHUD_ReturnValue_1) == 0x0000A8, "Member 'Domra_C_ExecuteUbergraph_Domra::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_Select_Default) == 0x0000B0, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_DynamicCast_AsHUD_Interface_1) == 0x0000C8, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_DynamicCast_AsHUD_Interface_1' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'Domra_C_ExecuteUbergraph_Domra::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Domra_C_ExecuteUbergraph_Domra, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'Domra_C_ExecuteUbergraph_Domra::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Domra_C_OnStatusChanged \ static_assert(alignof(Domra_C_OnStatusChanged) == 0x000004, "Wrong alignment on Domra_C_OnStatusChanged"); \ static_assert(sizeof(Domra_C_OnStatusChanged) == 0x000004, "Wrong size on Domra_C_OnStatusChanged"); \ static_assert(offsetof(Domra_C_OnStatusChanged, StatusNum) == 0x000000, "Member 'Domra_C_OnStatusChanged::StatusNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Domra_C_GetItemSelection \ static_assert(alignof(Domra_C_GetItemSelection) == 0x000008, "Wrong alignment on Domra_C_GetItemSelection"); \ static_assert(sizeof(Domra_C_GetItemSelection) == 0x000130, "Wrong size on Domra_C_GetItemSelection"); \ static_assert(offsetof(Domra_C_GetItemSelection, Hit) == 0x000000, "Member 'Domra_C_GetItemSelection::Hit' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, Player) == 0x000088, "Member 'Domra_C_GetItemSelection::Player' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, SelectionText) == 0x000090, "Member 'Domra_C_GetItemSelection::SelectionText' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, bDisableButton) == 0x0000A8, "Member 'Domra_C_GetItemSelection::bDisableButton' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, bIsInfoText) == 0x0000A9, "Member 'Domra_C_GetItemSelection::bIsInfoText' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_bBlockingHit) == 0x0000AA, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000AB, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'Domra_C_GetItemSelection::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00012C, "Member 'Domra_C_GetItemSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Domra_C_GetItemSelection, CallFunc_CanLootItem_ReturnValue) == 0x00012D, "Member 'Domra_C_GetItemSelection::CallFunc_CanLootItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADomra_C \ static_assert(alignof(ADomra_C) == 0x000010, "Wrong alignment on ADomra_C"); \ static_assert(sizeof(ADomra_C) == 0x0006C0, "Wrong size on ADomra_C"); \ static_assert(offsetof(ADomra_C, UberGraphFrame) == 0x0006B0, "Member 'ADomra_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQuestItem_WagonParts_C \ static_assert(alignof(AQuestItem_WagonParts_C) == 0x000010, "Wrong alignment on AQuestItem_WagonParts_C"); \ static_assert(sizeof(AQuestItem_WagonParts_C) == 0x0003E0, "Wrong size on AQuestItem_WagonParts_C"); \ #define DUMPER7_ASSERTS_GenericGameMode_C_LogoutEvent \ static_assert(alignof(GenericGameMode_C_LogoutEvent) == 0x000008, "Wrong alignment on GenericGameMode_C_LogoutEvent"); \ static_assert(sizeof(GenericGameMode_C_LogoutEvent) == 0x000008, "Wrong size on GenericGameMode_C_LogoutEvent"); \ static_assert(offsetof(GenericGameMode_C_LogoutEvent, Exiting) == 0x000000, "Member 'GenericGameMode_C_LogoutEvent::Exiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericGameMode_C_KickPlayerEvent \ static_assert(alignof(GenericGameMode_C_KickPlayerEvent) == 0x000008, "Wrong alignment on GenericGameMode_C_KickPlayerEvent"); \ static_assert(sizeof(GenericGameMode_C_KickPlayerEvent) == 0x000020, "Wrong size on GenericGameMode_C_KickPlayerEvent"); \ static_assert(offsetof(GenericGameMode_C_KickPlayerEvent, KickedPlayer) == 0x000000, "Member 'GenericGameMode_C_KickPlayerEvent::KickedPlayer' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_KickPlayerEvent, KickReason) == 0x000008, "Member 'GenericGameMode_C_KickPlayerEvent::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericGameMode_C_ExecuteUbergraph_GenericGameMode \ static_assert(alignof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode) == 0x000008, "Wrong alignment on GenericGameMode_C_ExecuteUbergraph_GenericGameMode"); \ static_assert(sizeof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode) == 0x000260, "Wrong size on GenericGameMode_C_ExecuteUbergraph_GenericGameMode"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, EntryPoint) == 0x000000, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_Event_Exiting) == 0x000060, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_Event_Exiting' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_Event_KickedPlayer) == 0x000068, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_Event_KickedPlayer' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_Event_KickReason) == 0x000070, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_Event_KickReason' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_GetPlayerName_ReturnValue) == 0x0000C8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_GetPlayerName_ReturnValue_1) == 0x0000F0, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_GetPlayerName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000140, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeArray_Array) == 0x000158, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeStruct_FormatArgumentData_3) == 0x000168, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_DynamicCast_AsMain_Char_Controller) == 0x0001C0, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_DynamicCast_AsMain_Char_Controller' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_DynamicCast_AsMain_Char_Controller_1) == 0x0001D0, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_DynamicCast_AsMain_Char_Controller_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0001E0, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F8, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, K2Node_MakeArray_Array_1) == 0x000238, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(GenericGameMode_C_ExecuteUbergraph_GenericGameMode, CallFunc_Format_ReturnValue_1) == 0x000248, "Member 'GenericGameMode_C_ExecuteUbergraph_GenericGameMode::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericGameMode_C \ static_assert(alignof(AGenericGameMode_C) == 0x000008, "Wrong alignment on AGenericGameMode_C"); \ static_assert(sizeof(AGenericGameMode_C) == 0x0003E8, "Wrong size on AGenericGameMode_C"); \ static_assert(offsetof(AGenericGameMode_C, UberGraphFrame) == 0x0003D8, "Member 'AGenericGameMode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGenericGameMode_C, DefaultSceneRoot) == 0x0003E0, "Member 'AGenericGameMode_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_StartingScreen_C_OnMouseButtonUp \ static_assert(alignof(MainMenuV2_StartingScreen_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on MainMenuV2_StartingScreen_C_OnMouseButtonUp"); \ static_assert(sizeof(MainMenuV2_StartingScreen_C_OnMouseButtonUp) == 0x000218, "Wrong size on MainMenuV2_StartingScreen_C_OnMouseButtonUp"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_StartingScreen_C_OnMouseButtonDown \ static_assert(alignof(MainMenuV2_StartingScreen_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on MainMenuV2_StartingScreen_C_OnMouseButtonDown"); \ static_assert(sizeof(MainMenuV2_StartingScreen_C_OnMouseButtonDown) == 0x000218, "Wrong size on MainMenuV2_StartingScreen_C_OnMouseButtonDown"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'MainMenuV2_StartingScreen_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_StartingScreen_C_OnKeyUp \ static_assert(alignof(MainMenuV2_StartingScreen_C_OnKeyUp) == 0x000008, "Wrong alignment on MainMenuV2_StartingScreen_C_OnKeyUp"); \ static_assert(sizeof(MainMenuV2_StartingScreen_C_OnKeyUp) == 0x0001E0, "Wrong size on MainMenuV2_StartingScreen_C_OnKeyUp"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'MainMenuV2_StartingScreen_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'MainMenuV2_StartingScreen_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyUp, ReturnValue) == 0x000070, "Member 'MainMenuV2_StartingScreen_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000128, "Member 'MainMenuV2_StartingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_StartingScreen_C_OnKeyDown \ static_assert(alignof(MainMenuV2_StartingScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on MainMenuV2_StartingScreen_C_OnKeyDown"); \ static_assert(sizeof(MainMenuV2_StartingScreen_C_OnKeyDown) == 0x000228, "Wrong size on MainMenuV2_StartingScreen_C_OnKeyDown"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, CallFunc_GetPlayerController_ReturnValue) == 0x000128, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000130, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, CallFunc_GetHUD_ReturnValue) == 0x000148, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000150, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, K2Node_DynamicCast_AsHUD_Interface) == 0x000158, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, K2Node_DynamicCast_bSuccess) == 0x000168, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'MainMenuV2_StartingScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen \ static_assert(alignof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen) == 0x000008, "Wrong alignment on MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen"); \ static_assert(sizeof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen) == 0x000028, "Wrong size on MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen, EntryPoint) == 0x000000, "Member 'MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'MainMenuV2_StartingScreen_C_ExecuteUbergraph_MainMenuV2_StartingScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_StartingScreen_C \ static_assert(alignof(UMainMenuV2_StartingScreen_C) == 0x000008, "Wrong alignment on UMainMenuV2_StartingScreen_C"); \ static_assert(sizeof(UMainMenuV2_StartingScreen_C) == 0x0002A0, "Wrong size on UMainMenuV2_StartingScreen_C"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_StartingScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, Anim_TurnOff) == 0x000268, "Member 'UMainMenuV2_StartingScreen_C::Anim_TurnOff' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, Anim_ShowLogos) == 0x000270, "Member 'UMainMenuV2_StartingScreen_C::Anim_ShowLogos' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, FmodLogo) == 0x000278, "Member 'UMainMenuV2_StartingScreen_C::FmodLogo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, UELogo) == 0x000280, "Member 'UMainMenuV2_StartingScreen_C::UELogo' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, OnLogosFinish) == 0x000288, "Member 'UMainMenuV2_StartingScreen_C::OnLogosFinish' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_StartingScreen_C, Dis_TH) == 0x000298, "Member 'UMainMenuV2_StartingScreen_C::Dis_TH' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved \ static_assert(alignof(DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved) == 0x000001, "Wrong alignment on DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved"); \ static_assert(sizeof(DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved) == 0x000001, "Wrong size on DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved"); \ static_assert(offsetof(DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved, ReturnValue) == 0x000000, "Member 'DirectorAreaModule_ArenaIsland_C_ShouldNotBeSaved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_ArenaIsland_C \ static_assert(alignof(ADirectorAreaModule_ArenaIsland_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_ArenaIsland_C"); \ static_assert(sizeof(ADirectorAreaModule_ArenaIsland_C) == 0x0003B0, "Wrong size on ADirectorAreaModule_ArenaIsland_C"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Outpost_C_SummonReinforcement \ static_assert(alignof(DirectorAreaModule_Outpost_C_SummonReinforcement) == 0x000008, "Wrong alignment on DirectorAreaModule_Outpost_C_SummonReinforcement"); \ static_assert(sizeof(DirectorAreaModule_Outpost_C_SummonReinforcement) == 0x000198, "Wrong size on DirectorAreaModule_Outpost_C_SummonReinforcement"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, TankCharacter) == 0x000000, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::TankCharacter' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, RolledClasses) == 0x000008, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::RolledClasses' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, ValidSpawners) == 0x000018, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::ValidSpawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GetReinforcementClasses_Result) == 0x000050, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GetReinforcementClasses_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_object_Variable) == 0x000068, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_int_Array_Index_Variable) == 0x000070, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GetAvailableSpawners_Values) == 0x000080, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GetAvailableSpawners_Values' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Get_Item) == 0x000090, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GetObjectClass_ReturnValue) == 0x0000A0, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0000A9, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x0000AC, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B0, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000BC, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000C8, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000D4, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000E0, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0000EC, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Roll) == 0x0000F8, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Pitch) == 0x0000FC, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Yaw) == 0x000100, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_NormalizedDeltaRotator_ReturnValue_1) == 0x000104, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_NormalizedDeltaRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000110, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Roll_1) == 0x000114, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Pitch_1) == 0x000118, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BreakRotator_Yaw_1) == 0x00011C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue) == 0x000120, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000121, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue) == 0x000122, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000123, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_int_Loop_Counter_Variable_1) == 0x000124, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_1) == 0x000128, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00012C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_2) == 0x000130, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000131, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, Temp_int_Variable) == 0x000134, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000138, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Add_IntInt_ReturnValue_1) == 0x00013C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Random_OutItem) == 0x000140, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Random_OutIndex) == 0x000148, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Get_Item_1) == 0x000150, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Spawn_ReturnValue) == 0x00015C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000160, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Max_ReturnValue) == 0x000164, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_2) == 0x000168, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Greater_IntInt_ReturnValue) == 0x00016C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_GetClassToRoll_Class) == 0x000170, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_GetClassToRoll_Class' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_IsValidClass_ReturnValue) == 0x00017C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Length_ReturnValue_3) == 0x000180, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000184, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Array_Add_ReturnValue_1) == 0x000188, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Square_ReturnValue) == 0x00018C, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000190, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_SummonReinforcement, CallFunc_BooleanAND_ReturnValue_3) == 0x000191, "Member 'DirectorAreaModule_Outpost_C_SummonReinforcement::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement \ static_assert(alignof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement) == 0x000008, "Wrong alignment on DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement"); \ static_assert(sizeof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement) == 0x000028, "Wrong size on DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, Result) == 0x000000, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_GetMaxAliveEnemy_ReturnValue) == 0x000004, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_GetMaxAliveEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_GetSpawnedAliveCharacters_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_GetSpawnedAliveCharacters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_Outpost_C_IsNeedSummonReinforcement::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost \ static_assert(alignof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost) == 0x000008, "Wrong alignment on DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost"); \ static_assert(sizeof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost) == 0x000068, "Wrong size on DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, EntryPoint) == 0x000000, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, Temp_int_Array_Index_Variable) == 0x000004, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000028, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_Array_Get_Item) == 0x000038, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_GetAIController_ReturnValue) == 0x000048, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_Outpost_C_ExecuteUbergraph_DirectorAreaModule_Outpost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_Outpost_C \ static_assert(alignof(ADirectorAreaModule_Outpost_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_Outpost_C"); \ static_assert(sizeof(ADirectorAreaModule_Outpost_C) == 0x0003C8, "Wrong size on ADirectorAreaModule_Outpost_C"); \ static_assert(offsetof(ADirectorAreaModule_Outpost_C, UberGraphFrame_DirectorAreaModule_Outpost_C) == 0x0003B8, "Member 'ADirectorAreaModule_Outpost_C::UberGraphFrame_DirectorAreaModule_Outpost_C' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Outpost_C, ReinforcementSummonCoefficient) == 0x0003C0, "Member 'ADirectorAreaModule_Outpost_C::ReinforcementSummonCoefficient' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_Outpost_C, MinFlySpawnDistanceFromTank) == 0x0003C4, "Member 'ADirectorAreaModule_Outpost_C::MinFlySpawnDistanceFromTank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_Spawn \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_Spawn) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_Spawn"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_Spawn) == 0x000068, "Wrong size on DirectorAreaModule_PuzzleIsland_C_Spawn"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, Temp_int_Array_Index_Variable) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, Temp_int_Variable) == 0x00000C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, Temp_int_Variable_1) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Array_Get_Item) == 0x000018, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, K2Node_DynamicCast_AsAIMultispawner) == 0x000028, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::K2Node_DynamicCast_AsAIMultispawner' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_GetSubzonePreset_Result) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_GetSubzonePreset_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Spawn_ReturnValue) == 0x00005C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints) == 0x000004, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints) == 0x000004, "Wrong size on DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints, ZoneMaxSpawns) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_SetMaxSpawnPoints::ZoneMaxSpawns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter) == 0x000004, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter) == 0x000018, "Wrong size on DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, Subzone) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::Subzone' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, Temp_bool_Variable) == 0x000001, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, CallFunc_MakeLiteralInt_ReturnValue) == 0x000004, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, CallFunc_Map_Find_Value) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, CallFunc_Map_Find_ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter, K2Node_Select_Default) == 0x000014, "Member 'DirectorAreaModule_PuzzleIsland_C_CountSpawnedCharacter::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap) == 0x000048, "Wrong size on DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, Preset) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::Preset' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, Result) == 0x000020, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, Temp_bool_Variable) == 0x000024, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_GetPlayersCount_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_GetPlayersCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000034, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_FTrunc_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap, K2Node_Select_Default) == 0x000040, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneUnitCap::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_GetPresetByWR \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_GetPresetByWR"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR) == 0x000078, "Wrong size on DirectorAreaModule_PuzzleIsland_C_GetPresetByWR"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, PresetArray) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::PresetArray' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, Result) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, Temp_int_Array_Index_Variable) == 0x000034, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_Array_Get_Item) == 0x000040, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_Max_ReturnValue) == 0x000060, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_GetWorldRate_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_GetWorldRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00006C, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000070, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetPresetByWR, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000071, "Member 'DirectorAreaModule_PuzzleIsland_C_GetPresetByWR::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_Spawn_OLD \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_Spawn_OLD"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD) == 0x0000C0, "Wrong size on DirectorAreaModule_PuzzleIsland_C_Spawn_OLD"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, ClassToSpawn) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Subzone) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Subzone' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, bNeedBreak) == 0x000009, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::bNeedBreak' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, NeedToSpawn) == 0x00000C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::NeedToSpawn' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_int_Array_Index_Variable) == 0x000018, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_bool_True_if_break_was_hit_Variable) == 0x000025, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_int_Variable) == 0x000030, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000034, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_GetSubzoneSpawners_Spawners) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_GetSubzoneSpawners_Spawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_BooleanAND_ReturnValue_1) == 0x000052, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000058, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Array_Get_Item) == 0x000060, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Spawn_ReturnValue) == 0x000068, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Spawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Array_Get_Item_1) == 0x000084, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Less_IntInt_ReturnValue_1) == 0x000085, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_GetSubzonePreset_Result) == 0x000088, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_GetSubzonePreset_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_GetSubzoneUnitCap_Result) == 0x0000A8, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_GetSubzoneUnitCap_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_IsValidClass_ReturnValue) == 0x0000AC, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Get_Spawned_Characters_Count_Result) == 0x0000B0, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Get_Spawned_Characters_Count_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0000B4, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000B8, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Spawn_OLD, CallFunc_BooleanAND_ReturnValue_2) == 0x0000BC, "Member 'DirectorAreaModule_PuzzleIsland_C_Spawn_OLD::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset) == 0x000060, "Wrong size on DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset, Subzone) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset::Subzone' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset, Result) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset, CallFunc_Map_Find_Value) == 0x000028, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset, CallFunc_GetPresetByWR_Result) == 0x000040, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzonePreset::CallFunc_GetPresetByWR_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count) == 0x000004, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count) == 0x000014, "Wrong size on DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count, Subzone) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count::Subzone' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count, Result) == 0x000004, "Member 'DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count::Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count, LocalResult) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count::LocalResult' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count, CallFunc_Map_Find_Value) == 0x00000C, "Member 'DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_Get_Spawned_Characters_Count::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners) == 0x000030, "Wrong size on DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners, Subzone) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners::Subzone' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners, Spawners) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners::Spawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners, CallFunc_Map_Find_Value) == 0x000018, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'DirectorAreaModule_PuzzleIsland_C_GetSubzoneSpawners::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_SplitSpawners \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_SplitSpawners"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners) == 0x000090, "Wrong size on DirectorAreaModule_PuzzleIsland_C_SplitSpawners"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, LocalFoundSpawners) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::LocalFoundSpawners' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, Temp_int_Array_Index_Variable) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, K2Node_MakeStruct_AISpawnerArray) == 0x000020, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::K2Node_MakeStruct_AISpawnerArray' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Array_Get_Item) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, K2Node_DynamicCast_AsFGAIMultispawner) == 0x000048, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::K2Node_DynamicCast_AsFGAIMultispawner' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, K2Node_MakeArray_Array) == 0x000058, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, K2Node_MakeStruct_AISpawnerArray_1) == 0x000068, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::K2Node_MakeStruct_AISpawnerArray_1' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Map_Find_Value) == 0x000078, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_SplitSpawners, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'DirectorAreaModule_PuzzleIsland_C_SplitSpawners::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_ReceiveTick \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_ReceiveTick) == 0x000004, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_ReceiveTick"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_ReceiveTick) == 0x000004, "Wrong size on DirectorAreaModule_PuzzleIsland_C_ReceiveTick"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland \ static_assert(alignof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland) == 0x000008, "Wrong alignment on DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland"); \ static_assert(sizeof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland) == 0x000060, "Wrong size on DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, EntryPoint) == 0x000000, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, Temp_bool_IsClosed_Variable) == 0x000006, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_Array_Get_Item) == 0x000010, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_GetSubzonePreset_Result) == 0x000018, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_GetSubzonePreset_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_GetSubzoneUnitCap_Result) == 0x000038, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_GetSubzoneUnitCap_Result' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000050, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00005C, "Member 'DirectorAreaModule_PuzzleIsland_C_ExecuteUbergraph_DirectorAreaModule_PuzzleIsland::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorAreaModule_PuzzleIsland_C \ static_assert(alignof(ADirectorAreaModule_PuzzleIsland_C) == 0x000008, "Wrong alignment on ADirectorAreaModule_PuzzleIsland_C"); \ static_assert(sizeof(ADirectorAreaModule_PuzzleIsland_C) == 0x0004B0, "Wrong size on ADirectorAreaModule_PuzzleIsland_C"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, UberGraphFrame) == 0x000398, "Member 'ADirectorAreaModule_PuzzleIsland_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, DefaultSceneRoot) == 0x0003A0, "Member 'ADirectorAreaModule_PuzzleIsland_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, SubzoneSpawners) == 0x0003A8, "Member 'ADirectorAreaModule_PuzzleIsland_C::SubzoneSpawners' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, SubzonesSettings) == 0x0003F8, "Member 'ADirectorAreaModule_PuzzleIsland_C::SubzonesSettings' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, SubzonesSpawnedCount) == 0x000448, "Member 'ADirectorAreaModule_PuzzleIsland_C::SubzonesSpawnedCount' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, QueueLength) == 0x000498, "Member 'ADirectorAreaModule_PuzzleIsland_C::QueueLength' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, MinDistance) == 0x00049C, "Member 'ADirectorAreaModule_PuzzleIsland_C::MinDistance' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, bProcessing) == 0x0004A0, "Member 'ADirectorAreaModule_PuzzleIsland_C::bProcessing' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, NumSpawned) == 0x0004A4, "Member 'ADirectorAreaModule_PuzzleIsland_C::NumSpawned' has a wrong offset!"); \ static_assert(offsetof(ADirectorAreaModule_PuzzleIsland_C, Timer) == 0x0004A8, "Member 'ADirectorAreaModule_PuzzleIsland_C::Timer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnDeathEvent \ static_assert(alignof(Spittle_C_OnDeathEvent) == 0x000008, "Wrong alignment on Spittle_C_OnDeathEvent"); \ static_assert(sizeof(Spittle_C_OnDeathEvent) == 0x000030, "Wrong size on Spittle_C_OnDeathEvent"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, DamageCauser) == 0x000000, "Member 'Spittle_C_OnDeathEvent::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, DamageTypeClass) == 0x000008, "Member 'Spittle_C_OnDeathEvent::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, ReturnValue) == 0x000010, "Member 'Spittle_C_OnDeathEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'Spittle_C_OnDeathEvent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000020, "Member 'Spittle_C_OnDeathEvent::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Spittle_C_OnDeathEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_OnDeathEvent, CallFunc_OnDeathEvent_ReturnValue) == 0x000029, "Member 'Spittle_C_OnDeathEvent::CallFunc_OnDeathEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_Fire \ static_assert(alignof(Spittle_C_Fire) == 0x000010, "Wrong alignment on Spittle_C_Fire"); \ static_assert(sizeof(Spittle_C_Fire) == 0x0000A0, "Wrong size on Spittle_C_Fire"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_GetSocketTransform_ReturnValue) == 0x000000, "Member 'Spittle_C_Fire::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000030, "Member 'Spittle_C_Fire::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_FinishSpawningActor_ReturnValue) == 0x000038, "Member 'Spittle_C_Fire::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_Sqrt_ReturnValue) == 0x000040, "Member 'Spittle_C_Fire::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'Spittle_C_Fire::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'Spittle_C_Fire::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_MakeVector_ReturnValue) == 0x00004C, "Member 'Spittle_C_Fire::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_GetMaxSpeed_ReturnValue) == 0x000058, "Member 'Spittle_C_Fire::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'Spittle_C_Fire::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'Spittle_C_Fire::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_FindLookAtRotation_ReturnValue) == 0x000074, "Member 'Spittle_C_Fire::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_GetForwardVector_ReturnValue) == 0x000080, "Member 'Spittle_C_Fire::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_Fire, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00008C, "Member 'Spittle_C_Fire::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E \ static_assert(alignof(Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E) == 0x000004, "Wrong alignment on Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(sizeof(Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E) == 0x000008, "Wrong size on Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(offsetof(Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E, NotifyName) == 0x000000, "Member 'Spittle_C_OnNotifyEnd_3E09EF7E4AB13E879525FD921ABB380E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E \ static_assert(alignof(Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E) == 0x000004, "Wrong alignment on Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(sizeof(Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E) == 0x000008, "Wrong size on Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(offsetof(Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E, NotifyName) == 0x000000, "Member 'Spittle_C_OnNotifyBegin_3E09EF7E4AB13E879525FD921ABB380E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E \ static_assert(alignof(Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E) == 0x000004, "Wrong alignment on Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(sizeof(Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E) == 0x000008, "Wrong size on Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(offsetof(Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E, NotifyName) == 0x000000, "Member 'Spittle_C_OnInterrupted_3E09EF7E4AB13E879525FD921ABB380E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E \ static_assert(alignof(Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E) == 0x000004, "Wrong alignment on Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(sizeof(Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E) == 0x000008, "Wrong size on Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(offsetof(Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E, NotifyName) == 0x000000, "Member 'Spittle_C_OnBlendOut_3E09EF7E4AB13E879525FD921ABB380E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E \ static_assert(alignof(Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E) == 0x000004, "Wrong alignment on Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(sizeof(Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E) == 0x000008, "Wrong size on Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E"); \ static_assert(offsetof(Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E, NotifyName) == 0x000000, "Member 'Spittle_C_OnCompleted_3E09EF7E4AB13E879525FD921ABB380E::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_ReceiveTick \ static_assert(alignof(Spittle_C_ReceiveTick) == 0x000004, "Wrong alignment on Spittle_C_ReceiveTick"); \ static_assert(sizeof(Spittle_C_ReceiveTick) == 0x000004, "Wrong size on Spittle_C_ReceiveTick"); \ static_assert(offsetof(Spittle_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Spittle_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spittle_C_ExecuteUbergraph_Spittle \ static_assert(alignof(Spittle_C_ExecuteUbergraph_Spittle) == 0x000008, "Wrong alignment on Spittle_C_ExecuteUbergraph_Spittle"); \ static_assert(sizeof(Spittle_C_ExecuteUbergraph_Spittle) == 0x0000C0, "Wrong size on Spittle_C_ExecuteUbergraph_Spittle"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, EntryPoint) == 0x000000, "Member 'Spittle_C_ExecuteUbergraph_Spittle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CustomEvent_NotifyName_3) == 0x00001C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CustomEvent_NotifyName_2) == 0x000034, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CustomEvent_NotifyName_1) == 0x00004C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CustomEvent_NotifyName) == 0x000064, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, Temp_name_Variable) == 0x00007C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_HasAuthority_ReturnValue) == 0x000084, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, K2Node_Event_DeltaSeconds) == 0x000088, "Member 'Spittle_C_ExecuteUbergraph_Spittle::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_FInterpTo_Constant_ReturnValue) == 0x00008C, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_GetMaterial_ReturnValue) == 0x000090, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000098, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_GetAIController_ReturnValue) == 0x0000A0, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_RunHTN_ReturnValue) == 0x0000A8, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_RunHTN_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000B0, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Spittle_C_ExecuteUbergraph_Spittle, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'Spittle_C_ExecuteUbergraph_Spittle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpittle_C \ static_assert(alignof(ASpittle_C) == 0x000010, "Wrong alignment on ASpittle_C"); \ static_assert(sizeof(ASpittle_C) == 0x000F20, "Wrong size on ASpittle_C"); \ static_assert(offsetof(ASpittle_C, UberGraphFrame_Spittle_C) == 0x000EF8, "Member 'ASpittle_C::UberGraphFrame_Spittle_C' has a wrong offset!"); \ static_assert(offsetof(ASpittle_C, DissolveComponent1) == 0x000F00, "Member 'ASpittle_C::DissolveComponent1' has a wrong offset!"); \ static_assert(offsetof(ASpittle_C, GrassWaver) == 0x000F08, "Member 'ASpittle_C::GrassWaver' has a wrong offset!"); \ static_assert(offsetof(ASpittle_C, LifeMatParameter) == 0x000F10, "Member 'ASpittle_C::LifeMatParameter' has a wrong offset!"); \ static_assert(offsetof(ASpittle_C, bDoDissolve_0) == 0x000F14, "Member 'ASpittle_C::bDoDissolve_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWagonModule_RamT2_C \ static_assert(alignof(AWagonModule_RamT2_C) == 0x000008, "Wrong alignment on AWagonModule_RamT2_C"); \ static_assert(sizeof(AWagonModule_RamT2_C) == 0x0005B8, "Wrong size on AWagonModule_RamT2_C"); \ static_assert(offsetof(AWagonModule_RamT2_C, Box) == 0x000598, "Member 'AWagonModule_RamT2_C::Box' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RamT2_C, S_Train_Ram_T0_01) == 0x0005A0, "Member 'AWagonModule_RamT2_C::S_Train_Ram_T0_01' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RamT2_C, S_Train_Ram_T1_02) == 0x0005A8, "Member 'AWagonModule_RamT2_C::S_Train_Ram_T1_02' has a wrong offset!"); \ static_assert(offsetof(AWagonModule_RamT2_C, S_Train_Ram_T1_01) == 0x0005B0, "Member 'AWagonModule_RamT2_C::S_Train_Ram_T1_01' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFCoverPointArray \ static_assert(alignof(FFCoverPointArray) == 0x000008, "Wrong alignment on FFCoverPointArray"); \ static_assert(sizeof(FFCoverPointArray) == 0x000010, "Wrong size on FFCoverPointArray"); \ static_assert(offsetof(FFCoverPointArray, Covers_3_F8F7E7284A4D89796F12819176D9B6AD) == 0x000000, "Member 'FFCoverPointArray::Covers_3_F8F7E7284A4D89796F12819176D9B6AD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion \ static_assert(alignof(Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion) == 0x000004, "Wrong alignment on Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion"); \ static_assert(sizeof(Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion) == 0x000008, "Wrong size on Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion"); \ static_assert(offsetof(Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion, EntryPoint) == 0x000000, "Member 'Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'Explosion_BoomFishExplosion_C_ExecuteUbergraph_Explosion_BoomFishExplosion::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplosion_BoomFishExplosion_C \ static_assert(alignof(AExplosion_BoomFishExplosion_C) == 0x000008, "Wrong alignment on AExplosion_BoomFishExplosion_C"); \ static_assert(sizeof(AExplosion_BoomFishExplosion_C) == 0x000298, "Wrong size on AExplosion_BoomFishExplosion_C"); \ static_assert(offsetof(AExplosion_BoomFishExplosion_C, UberGraphFrame_Explosion_BoomFishExplosion_C) == 0x000280, "Member 'AExplosion_BoomFishExplosion_C::UberGraphFrame_Explosion_BoomFishExplosion_C' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BoomFishExplosion_C, Explosion_Sound) == 0x000288, "Member 'AExplosion_BoomFishExplosion_C::Explosion_Sound' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BoomFishExplosion_C, SmokeSize) == 0x000290, "Member 'AExplosion_BoomFishExplosion_C::SmokeSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaSwarmController_Tank_C_CustomEvent \ static_assert(alignof(ArenaSwarmController_Tank_C_CustomEvent) == 0x000008, "Wrong alignment on ArenaSwarmController_Tank_C_CustomEvent"); \ static_assert(sizeof(ArenaSwarmController_Tank_C_CustomEvent) == 0x000010, "Wrong size on ArenaSwarmController_Tank_C_CustomEvent"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_CustomEvent, QueryInstance) == 0x000000, "Member 'ArenaSwarmController_Tank_C_CustomEvent::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_CustomEvent, QueryStatus) == 0x000008, "Member 'ArenaSwarmController_Tank_C_CustomEvent::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank \ static_assert(alignof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank) == 0x000008, "Wrong alignment on ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank"); \ static_assert(sizeof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank) == 0x000068, "Wrong size on ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, EntryPoint) == 0x000000, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_RunEQSQuery_ReturnValue) == 0x000018, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, Temp_bool_IsClosed_Variable) == 0x000020, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, K2Node_CustomEvent_QueryInstance) == 0x000038, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, K2Node_CustomEvent_QueryStatus) == 0x000040, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000048, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000058, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, K2Node_SwitchEnum_CmpSuccess) == 0x000059, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank, CallFunc_Array_Get_Item) == 0x000060, "Member 'ArenaSwarmController_Tank_C_ExecuteUbergraph_ArenaSwarmController_Tank::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaSwarmController_Tank_C \ static_assert(alignof(AArenaSwarmController_Tank_C) == 0x000008, "Wrong alignment on AArenaSwarmController_Tank_C"); \ static_assert(sizeof(AArenaSwarmController_Tank_C) == 0x0003F0, "Wrong size on AArenaSwarmController_Tank_C"); \ static_assert(offsetof(AArenaSwarmController_Tank_C, UberGraphFrame_ArenaSwarmController_Tank_C) == 0x0003E8, "Member 'AArenaSwarmController_Tank_C::UberGraphFrame_ArenaSwarmController_Tank_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BoomFish_C_AnimGraph \ static_assert(alignof(ABP_BoomFish_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_BoomFish_C_AnimGraph"); \ static_assert(sizeof(ABP_BoomFish_C_AnimGraph) == 0x000010, "Wrong size on ABP_BoomFish_C_AnimGraph"); \ static_assert(offsetof(ABP_BoomFish_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_BoomFish_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BoomFish_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_BoomFish_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_BoomFish_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_BoomFish_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_BoomFish_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_BoomFish_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_BoomFish_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish \ static_assert(alignof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish) == 0x000008, "Wrong alignment on ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish"); \ static_assert(sizeof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish) == 0x000030, "Wrong size on ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, EntryPoint) == 0x000000, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000018, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, K2Node_DynamicCast_AsBoom_Fish) == 0x000020, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::K2Node_DynamicCast_AsBoom_Fish' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'ABP_BoomFish_C_ExecuteUbergraph_ABP_BoomFish::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_BoomFish_C \ static_assert(alignof(UABP_BoomFish_C) == 0x000010, "Wrong alignment on UABP_BoomFish_C"); \ static_assert(sizeof(UABP_BoomFish_C) == 0x000740, "Wrong size on UABP_BoomFish_C"); \ static_assert(offsetof(UABP_BoomFish_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_BoomFish_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_BoomFish_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_TransitionResult_2) == 0x0002F8, "Member 'UABP_BoomFish_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_TransitionResult_1) == 0x000320, "Member 'UABP_BoomFish_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_TransitionResult) == 0x000348, "Member 'UABP_BoomFish_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_SequencePlayer_3) == 0x000370, "Member 'UABP_BoomFish_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_StateResult_3) == 0x0003F0, "Member 'UABP_BoomFish_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_SequencePlayer_2) == 0x000420, "Member 'UABP_BoomFish_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_StateResult_2) == 0x0004A0, "Member 'UABP_BoomFish_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_SequencePlayer_1) == 0x0004D0, "Member 'UABP_BoomFish_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_StateResult_1) == 0x000550, "Member 'UABP_BoomFish_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_SequencePlayer) == 0x000580, "Member 'UABP_BoomFish_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_StateResult) == 0x000600, "Member 'UABP_BoomFish_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_StateMachine) == 0x000630, "Member 'UABP_BoomFish_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, AnimGraphNode_Slot) == 0x0006E0, "Member 'UABP_BoomFish_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, bSleeping) == 0x000728, "Member 'UABP_BoomFish_C::bSleeping' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, bDetonating) == 0x000729, "Member 'UABP_BoomFish_C::bDetonating' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, DetonationDelay) == 0x00072C, "Member 'UABP_BoomFish_C::DetonationDelay' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, DetonationAnimLength) == 0x000730, "Member 'UABP_BoomFish_C::DetonationAnimLength' has a wrong offset!"); \ static_assert(offsetof(UABP_BoomFish_C, Character) == 0x000738, "Member 'UABP_BoomFish_C::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_MoveFunc \ static_assert(alignof(BoomFishController_C_MoveFunc) == 0x000004, "Wrong alignment on BoomFishController_C_MoveFunc"); \ static_assert(sizeof(BoomFishController_C_MoveFunc) == 0x0000FC, "Wrong size on BoomFishController_C_MoveFunc"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, DeltaRotation) == 0x000000, "Member 'BoomFishController_C_MoveFunc::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, DesiredRotation) == 0x00000C, "Member 'BoomFishController_C_MoveFunc::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, DesiredDirection) == 0x000018, "Member 'BoomFishController_C_MoveFunc::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, DirectionToGoal) == 0x000024, "Member 'BoomFishController_C_MoveFunc::DirectionToGoal' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, Temp_bool_Variable) == 0x000030, "Member 'BoomFishController_C_MoveFunc::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000034, "Member 'BoomFishController_C_MoveFunc::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Vector_IsZero_ReturnValue) == 0x000040, "Member 'BoomFishController_C_MoveFunc::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000044, "Member 'BoomFishController_C_MoveFunc::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Roll) == 0x000050, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Pitch) == 0x000054, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Yaw) == 0x000058, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Roll_1) == 0x00005C, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Pitch_1) == 0x000060, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_BreakRotator_Yaw_1) == 0x000064, "Member 'BoomFishController_C_MoveFunc::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000068, "Member 'BoomFishController_C_MoveFunc::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00006C, "Member 'BoomFishController_C_MoveFunc::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000078, "Member 'BoomFishController_C_MoveFunc::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BoomFishController_C_MoveFunc::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_MakeRotator_ReturnValue) == 0x000080, "Member 'BoomFishController_C_MoveFunc::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00008C, "Member 'BoomFishController_C_MoveFunc::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_GetVelocity_ReturnValue) == 0x000098, "Member 'BoomFishController_C_MoveFunc::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A4, "Member 'BoomFishController_C_MoveFunc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000B0, "Member 'BoomFishController_C_MoveFunc::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Vector_IsZero_ReturnValue_1) == 0x0000BC, "Member 'BoomFishController_C_MoveFunc::CallFunc_Vector_IsZero_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C0, "Member 'BoomFishController_C_MoveFunc::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Vector_NormalUnsafe_ReturnValue_1) == 0x0000CC, "Member 'BoomFishController_C_MoveFunc::CallFunc_Vector_NormalUnsafe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, K2Node_Select_Default) == 0x0000D8, "Member 'BoomFishController_C_MoveFunc::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000E4, "Member 'BoomFishController_C_MoveFunc::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_MoveFunc, CallFunc_Vector_NormalUnsafe_ReturnValue_2) == 0x0000F0, "Member 'BoomFishController_C_MoveFunc::CallFunc_Vector_NormalUnsafe_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_SetFocusedTarget \ static_assert(alignof(BoomFishController_C_SetFocusedTarget) == 0x000008, "Wrong alignment on BoomFishController_C_SetFocusedTarget"); \ static_assert(sizeof(BoomFishController_C_SetFocusedTarget) == 0x000008, "Wrong size on BoomFishController_C_SetFocusedTarget"); \ static_assert(offsetof(BoomFishController_C_SetFocusedTarget, NewTarget) == 0x000000, "Member 'BoomFishController_C_SetFocusedTarget::NewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_CustomEvent_0 \ static_assert(alignof(BoomFishController_C_CustomEvent_0) == 0x000001, "Wrong alignment on BoomFishController_C_CustomEvent_0"); \ static_assert(sizeof(BoomFishController_C_CustomEvent_0) == 0x000001, "Wrong size on BoomFishController_C_CustomEvent_0"); \ static_assert(offsetof(BoomFishController_C_CustomEvent_0, Result) == 0x000000, "Member 'BoomFishController_C_CustomEvent_0::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature \ static_assert(alignof(BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(sizeof(BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature) == 0x000048, "Wrong size on BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature"); \ static_assert(offsetof(BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Actor) == 0x000000, "Member 'BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Actor' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature, Stimulus) == 0x000008, "Member 'BoomFishController_C_BndEvt__BoomFishController_Perception_K2Node_ComponentBoundEvent_1_ActorPerceptionUpdatedDelegate__DelegateSignature::Stimulus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_ReceiveTick \ static_assert(alignof(BoomFishController_C_ReceiveTick) == 0x000004, "Wrong alignment on BoomFishController_C_ReceiveTick"); \ static_assert(sizeof(BoomFishController_C_ReceiveTick) == 0x000004, "Wrong size on BoomFishController_C_ReceiveTick"); \ static_assert(offsetof(BoomFishController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BoomFishController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoomFishController_C_ExecuteUbergraph_BoomFishController \ static_assert(alignof(BoomFishController_C_ExecuteUbergraph_BoomFishController) == 0x000008, "Wrong alignment on BoomFishController_C_ExecuteUbergraph_BoomFishController"); \ static_assert(sizeof(BoomFishController_C_ExecuteUbergraph_BoomFishController) == 0x0000E0, "Wrong size on BoomFishController_C_ExecuteUbergraph_BoomFishController"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, EntryPoint) == 0x000000, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_CustomEvent_Result) == 0x000005, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_CustomEvent_Result' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_SwitchEnum_CmpSuccess) == 0x000006, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000007, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_RequestMoveToLocation_ReturnValue) == 0x000014, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_RequestMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_RequestMoveToLocation_ReturnValue_1) == 0x000015, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_RequestMoveToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000016, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_ComponentBoundEvent_Actor) == 0x000018, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_ComponentBoundEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_ComponentBoundEvent_Stimulus) == 0x000020, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_ComponentBoundEvent_Stimulus' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_GetSenseClassForStimulus_ReturnValue) == 0x000060, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_GetSenseClassForStimulus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000068, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000069, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00006A, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_AsThird_Person_Character) == 0x000070, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_K2_GetPawn_ReturnValue) == 0x000080, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_AsBoom_Fish) == 0x000088, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_AsBoom_Fish' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000098, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_AsBoom_Fish_1) == 0x0000A0, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_AsBoom_Fish_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, K2Node_Event_DeltaSeconds) == 0x0000AC, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, Temp_bool_Has_Been_Initd_Variable) == 0x0000B0, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B4, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000C0, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000CC, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BoomFishController_C_ExecuteUbergraph_BoomFishController, Temp_bool_IsClosed_Variable) == 0x0000D8, "Member 'BoomFishController_C_ExecuteUbergraph_BoomFishController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoomFishController_C \ static_assert(alignof(ABoomFishController_C) == 0x000008, "Wrong alignment on ABoomFishController_C"); \ static_assert(sizeof(ABoomFishController_C) == 0x000410, "Wrong size on ABoomFishController_C"); \ static_assert(offsetof(ABoomFishController_C, UberGraphFrame_BoomFishController_C) == 0x0003E0, "Member 'ABoomFishController_C::UberGraphFrame_BoomFishController_C' has a wrong offset!"); \ static_assert(offsetof(ABoomFishController_C, bChasing) == 0x0003E8, "Member 'ABoomFishController_C::bChasing' has a wrong offset!"); \ static_assert(offsetof(ABoomFishController_C, Timer) == 0x0003F0, "Member 'ABoomFishController_C::Timer' has a wrong offset!"); \ static_assert(offsetof(ABoomFishController_C, LastLocation) == 0x0003F8, "Member 'ABoomFishController_C::LastLocation' has a wrong offset!"); \ static_assert(offsetof(ABoomFishController_C, AICharacter) == 0x000408, "Member 'ABoomFishController_C::AICharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base \ static_assert(alignof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base) == 0x000008, "Wrong alignment on BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base"); \ static_assert(sizeof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base) == 0x000020, "Wrong size on BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base"); \ static_assert(offsetof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base, EntryPoint) == 0x000000, "Member 'BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base, K2Node_DynamicCast_AsBug_Tank) == 0x000010, "Member 'BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BugTank_Attack_Base_C_ExecuteUbergraph_BugTank_Attack_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_Attack_Base_C \ static_assert(alignof(UBugTank_Attack_Base_C) == 0x000008, "Wrong alignment on UBugTank_Attack_Base_C"); \ static_assert(sizeof(UBugTank_Attack_Base_C) == 0x0000C0, "Wrong size on UBugTank_Attack_Base_C"); \ static_assert(offsetof(UBugTank_Attack_Base_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_Attack_Base_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence \ static_assert(alignof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence) == 0x000008, "Wrong alignment on BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence"); \ static_assert(sizeof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence) == 0x000020, "Wrong size on BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence"); \ static_assert(offsetof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence, EntryPoint) == 0x000000, "Member 'BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence, CallFunc_GetOwningPawn_ReturnValue) == 0x000008, "Member 'BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence, K2Node_DynamicCast_AsBug_Tank) == 0x000010, "Member 'BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BugTank_DeadDefence_C_ExecuteUbergraph_BugTank_DeadDefence::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_DeadDefence_C \ static_assert(alignof(UBugTank_DeadDefence_C) == 0x000008, "Wrong alignment on UBugTank_DeadDefence_C"); \ static_assert(sizeof(UBugTank_DeadDefence_C) == 0x0000C0, "Wrong size on UBugTank_DeadDefence_C"); \ static_assert(offsetof(UBugTank_DeadDefence_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_DeadDefence_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_RotateToTarget_C_Tick \ static_assert(alignof(BugTank_RotateToTarget_C_Tick) == 0x000004, "Wrong alignment on BugTank_RotateToTarget_C_Tick"); \ static_assert(sizeof(BugTank_RotateToTarget_C_Tick) == 0x000004, "Wrong size on BugTank_RotateToTarget_C_Tick"); \ static_assert(offsetof(BugTank_RotateToTarget_C_Tick, DeltaTime) == 0x000000, "Member 'BugTank_RotateToTarget_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget \ static_assert(alignof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget) == 0x000008, "Wrong alignment on BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget"); \ static_assert(sizeof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget) == 0x0000F0, "Wrong size on BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, EntryPoint) == 0x000000, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000010, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_GetOwningPawn_ReturnValue) == 0x000040, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, K2Node_Event_DeltaTime) == 0x000048, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, K2Node_DynamicCast_AsBug_Tank) == 0x000050, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000059, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, Temp_bool_Has_Been_Initd_Variable) == 0x00005A, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00005C, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_X) == 0x000068, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Y) == 0x00006C, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Z) == 0x000070, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_MakeVector2D_ReturnValue) == 0x000074, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_GetAIController_ReturnValue) == 0x000080, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_GetActorForwardVector_ReturnValue) == 0x000088, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_IsValid_ReturnValue_1) == 0x000094, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_X_1) == 0x000098, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Y_1) == 0x00009C, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Z_1) == 0x0000A0, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000A4, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_IsValid_ReturnValue_2) == 0x0000AC, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B0, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_X_2) == 0x0000BC, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Y_2) == 0x0000C0, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_BreakVector_Z_2) == 0x0000C4, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000C8, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0000D0, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0000D8, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_Normal2D_ReturnValue) == 0x0000DC, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, CallFunc_CrossProduct2D_ReturnValue) == 0x0000E4, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::CallFunc_CrossProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget, Temp_bool_IsClosed_Variable) == 0x0000E8, "Member 'BugTank_RotateToTarget_C_ExecuteUbergraph_BugTank_RotateToTarget::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTank_RotateToTarget_C \ static_assert(alignof(UBugTank_RotateToTarget_C) == 0x000008, "Wrong alignment on UBugTank_RotateToTarget_C"); \ static_assert(sizeof(UBugTank_RotateToTarget_C) == 0x0000E0, "Wrong size on UBugTank_RotateToTarget_C"); \ static_assert(offsetof(UBugTank_RotateToTarget_C, UberGraphFrame) == 0x0000B8, "Member 'UBugTank_RotateToTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBugTank_RotateToTarget_C, Character) == 0x0000C0, "Member 'UBugTank_RotateToTarget_C::Character' has a wrong offset!"); \ static_assert(offsetof(UBugTank_RotateToTarget_C, Turn) == 0x0000C8, "Member 'UBugTank_RotateToTarget_C::Turn' has a wrong offset!"); \ static_assert(offsetof(UBugTank_RotateToTarget_C, TargetLocation) == 0x0000CC, "Member 'UBugTank_RotateToTarget_C::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UBugTank_RotateToTarget_C, Target) == 0x0000D8, "Member 'UBugTank_RotateToTarget_C::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike \ static_assert(alignof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike) == 0x000008, "Wrong alignment on BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike"); \ static_assert(sizeof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike) == 0x0001B8, "Wrong size on BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, EntryPoint) == 0x000000, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_X) == 0x000010, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_Y) == 0x000014, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_Z) == 0x000018, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000030, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_HasAuthority_ReturnValue) == 0x000040, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Array_Get_Item) == 0x000058, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, K2Node_DynamicCast_AsFGAICharacter) == 0x000070, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_X_1) == 0x00007C, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_Y_1) == 0x000080, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakVector_Z_1) == 0x000084, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Less_FloatFloat_ReturnValue) == 0x000088, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, K2Node_DynamicCast_AsFGCharacter) == 0x000090, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_GetOwner_ReturnValue) == 0x0000A0, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A8, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B4, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000C0, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_MakeVector_ReturnValue) == 0x0000CC, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakRotator_Roll) == 0x0000D8, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakRotator_Pitch) == 0x0000DC, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_BreakRotator_Yaw) == 0x0000E0, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_MakeRotator_ReturnValue) == 0x0000E4, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_ApplyDamage_ReturnValue) == 0x0000F0, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000F4, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_GetOwner_ReturnValue_1) == 0x000180, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000188, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Array_AddUnique_ReturnValue) == 0x00018C, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Array_Length_ReturnValue_1) == 0x000198, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_IsValid_ReturnValue) == 0x00019C, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Less_IntInt_ReturnValue_1) == 0x00019D, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001A0, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001AC, "Member 'BugTank_Spike_C_ExecuteUbergraph_BugTank_Spike::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABugTank_Spike_C \ static_assert(alignof(ABugTank_Spike_C) == 0x000008, "Wrong alignment on ABugTank_Spike_C"); \ static_assert(sizeof(ABugTank_Spike_C) == 0x000278, "Wrong size on ABugTank_Spike_C"); \ static_assert(offsetof(ABugTank_Spike_C, UberGraphFrame) == 0x000220, "Member 'ABugTank_Spike_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, Niagara) == 0x000228, "Member 'ABugTank_Spike_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, capsule) == 0x000230, "Member 'ABugTank_Spike_C::capsule' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, DefaultSceneRoot) == 0x000238, "Member 'ABugTank_Spike_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, SpawnLoc) == 0x000240, "Member 'ABugTank_Spike_C::SpawnLoc' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, Damage) == 0x00024C, "Member 'ABugTank_Spike_C::Damage' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, ZImpulse) == 0x000250, "Member 'ABugTank_Spike_C::ZImpulse' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, CollisionDuration) == 0x000254, "Member 'ABugTank_Spike_C::CollisionDuration' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, DelayBeforeDestroy) == 0x000258, "Member 'ABugTank_Spike_C::DelayBeforeDestroy' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, Character) == 0x000260, "Member 'ABugTank_Spike_C::Character' has a wrong offset!"); \ static_assert(offsetof(ABugTank_Spike_C, LaunchedCharacters) == 0x000268, "Member 'ABugTank_Spike_C::LaunchedCharacters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIslandGravityIdleActor_C \ static_assert(alignof(AIslandGravityIdleActor_C) == 0x000008, "Wrong alignment on AIslandGravityIdleActor_C"); \ static_assert(sizeof(AIslandGravityIdleActor_C) == 0x000238, "Wrong size on AIslandGravityIdleActor_C"); \ static_assert(offsetof(AIslandGravityIdleActor_C, StaticMesh) == 0x000228, "Member 'AIslandGravityIdleActor_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(AIslandGravityIdleActor_C, DefaultSceneRoot) == 0x000230, "Member 'AIslandGravityIdleActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee \ static_assert(alignof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee) == 0x000008, "Wrong alignment on Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee"); \ static_assert(sizeof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee) == 0x0000E0, "Wrong size on Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, EntryPoint) == 0x000000, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, Temp_object_Variable) == 0x000008, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, Temp_int_Array_Index_Variable) == 0x000018, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, K2Node_MakeArray_Array) == 0x000028, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000044, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_SphereOverlapActors_OutActors) == 0x000050, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_SphereOverlapActors_ReturnValue) == 0x000060, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Array_Get_Item) == 0x000068, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, K2Node_DynamicCast_AsFGCharacter) == 0x000078, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000084, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000090, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_BreakVector_X) == 0x00009C, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_BreakVector_Z) == 0x0000A4, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, K2Node_DynamicCast_AsBug_Tank) == 0x0000A8, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::K2Node_DynamicCast_AsBug_Tank' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_MakeVector2D_ReturnValue) == 0x0000B4, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Normal2D_ReturnValue) == 0x0000BC, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0000C4, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_BreakVector2D_X) == 0x0000CC, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_BreakVector2D_Y) == 0x0000D0, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee, CallFunc_MakeVector_ReturnValue) == 0x0000D4, "Member 'Explosion_BugTank_Melee_C_ExecuteUbergraph_Explosion_BugTank_Melee::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplosion_BugTank_Melee_C \ static_assert(alignof(AExplosion_BugTank_Melee_C) == 0x000008, "Wrong alignment on AExplosion_BugTank_Melee_C"); \ static_assert(sizeof(AExplosion_BugTank_Melee_C) == 0x0002A8, "Wrong size on AExplosion_BugTank_Melee_C"); \ static_assert(offsetof(AExplosion_BugTank_Melee_C, UberGraphFrame_Explosion_BugTank_Melee_C) == 0x000280, "Member 'AExplosion_BugTank_Melee_C::UberGraphFrame_Explosion_BugTank_Melee_C' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BugTank_Melee_C, Explosion_Sound) == 0x000288, "Member 'AExplosion_BugTank_Melee_C::Explosion_Sound' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BugTank_Melee_C, Loc) == 0x000290, "Member 'AExplosion_BugTank_Melee_C::Loc' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BugTank_Melee_C, XYPushPower) == 0x00029C, "Member 'AExplosion_BugTank_Melee_C::XYPushPower' has a wrong offset!"); \ static_assert(offsetof(AExplosion_BugTank_Melee_C, ZPushPower) == 0x0002A0, "Member 'AExplosion_BugTank_Melee_C::ZPushPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBugTankFallingShake2_C \ static_assert(alignof(UBugTankFallingShake2_C) == 0x000010, "Wrong alignment on UBugTankFallingShake2_C"); \ static_assert(sizeof(UBugTankFallingShake2_C) == 0x0001E0, "Wrong size on UBugTankFallingShake2_C"); \ #define DUMPER7_ASSERTS_UBugTankGrowlShake_C \ static_assert(alignof(UBugTankGrowlShake_C) == 0x000010, "Wrong alignment on UBugTankGrowlShake_C"); \ static_assert(sizeof(UBugTankGrowlShake_C) == 0x0001E0, "Wrong size on UBugTankGrowlShake_C"); \ #define DUMPER7_ASSERTS_AIMultispawner_C_UserConstructionScript \ static_assert(alignof(AIMultispawner_C_UserConstructionScript) == 0x000010, "Wrong alignment on AIMultispawner_C_UserConstructionScript"); \ static_assert(sizeof(AIMultispawner_C_UserConstructionScript) == 0x000380, "Wrong size on AIMultispawner_C_UserConstructionScript"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, IndexFix) == 0x000000, "Member 'AIMultispawner_C_UserConstructionScript::IndexFix' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, LastIndex) == 0x000004, "Member 'AIMultispawner_C_UserConstructionScript::LastIndex' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, SpawnersToRemove) == 0x000008, "Member 'AIMultispawner_C_UserConstructionScript::SpawnersToRemove' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, SpawnerHostFilter) == 0x000018, "Member 'AIMultispawner_C_UserConstructionScript::SpawnerHostFilter' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000028, "Member 'AIMultispawner_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000070, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0000F8, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x0000FC, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Array_Index_Variable_2) == 0x000108, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue) == 0x000110, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue_1) == 0x000140, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000170, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000174, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors) == 0x000178, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000188, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000190, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetTransform_ReturnValue_2) == 0x0001A0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x0001D0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Location) == 0x0001D4, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Rotation) == 0x0001E0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Scale) == 0x0001EC, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_InverseTransformRotation_ReturnValue) == 0x0001F8, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_InverseTransformLocation_ReturnValue) == 0x000204, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue) == 0x000210, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_1) == 0x000220, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000250, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000254, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_2) == 0x000258, "Member 'AIMultispawner_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x00025C, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000260, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000270, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000278, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000280, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000288, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000290, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x0002A0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_2) == 0x0002A8, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, K2Node_DynamicCast_AsAI_Attach_Component) == 0x0002B0, "Member 'AIMultispawner_C_UserConstructionScript::K2Node_DynamicCast_AsAI_Attach_Component' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'AIMultispawner_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002B9, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0002C0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Location_1) == 0x0002F0, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Rotation_1) == 0x0002FC, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_BreakTransform_Scale_1) == 0x000308, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_1) == 0x000318, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_InverseTransformRotation_ReturnValue_1) == 0x000320, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_InverseTransformRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00032C, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x000330, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_2) == 0x000340, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AIMultispawner_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue_1) == 0x000370, "Member 'AIMultispawner_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIMultispawner_C_ExecuteUbergraph_AIMultispawner \ static_assert(alignof(AIMultispawner_C_ExecuteUbergraph_AIMultispawner) == 0x000004, "Wrong alignment on AIMultispawner_C_ExecuteUbergraph_AIMultispawner"); \ static_assert(sizeof(AIMultispawner_C_ExecuteUbergraph_AIMultispawner) == 0x000004, "Wrong size on AIMultispawner_C_ExecuteUbergraph_AIMultispawner"); \ static_assert(offsetof(AIMultispawner_C_ExecuteUbergraph_AIMultispawner, EntryPoint) == 0x000000, "Member 'AIMultispawner_C_ExecuteUbergraph_AIMultispawner::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIMultispawner_C \ static_assert(alignof(AAIMultispawner_C) == 0x000008, "Wrong alignment on AAIMultispawner_C"); \ static_assert(sizeof(AAIMultispawner_C) == 0x000388, "Wrong size on AAIMultispawner_C"); \ static_assert(offsetof(AAIMultispawner_C, UberGraphFrame) == 0x000378, "Member 'AAIMultispawner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AAIMultispawner_C, TestDistance) == 0x000380, "Member 'AAIMultispawner_C::TestDistance' has a wrong offset!"); \ static_assert(offsetof(AAIMultispawner_C, bTest) == 0x000384, "Member 'AAIMultispawner_C::bTest' has a wrong offset!"); \ static_assert(offsetof(AAIMultispawner_C, bTesting) == 0x000385, "Member 'AAIMultispawner_C::bTesting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ArenaMaster_C_AnimGraph \ static_assert(alignof(ABP_ArenaMaster_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_ArenaMaster_C_AnimGraph"); \ static_assert(sizeof(ABP_ArenaMaster_C_AnimGraph) == 0x000010, "Wrong size on ABP_ArenaMaster_C_AnimGraph"); \ static_assert(offsetof(ABP_ArenaMaster_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_ArenaMaster_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ArenaMaster_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_ArenaMaster_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_ArenaMaster_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_ArenaMaster_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_ArenaMaster_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_ArenaMaster_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_ArenaMaster_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster \ static_assert(alignof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster) == 0x000008, "Wrong alignment on ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster"); \ static_assert(sizeof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster) == 0x000040, "Wrong size on ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, EntryPoint) == 0x000000, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, K2Node_Event_DeltaTimeX) == 0x00000C, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetOwningActor_ReturnValue) == 0x000010, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, K2Node_DynamicCast_AsArena_Interact_Actor) == 0x000018, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::K2Node_DynamicCast_AsArena_Interact_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetState_ReturnValue) == 0x000023, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000024, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetState_ReturnValue_1) == 0x000025, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000026, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000027, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000029, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_BooleanOR_ReturnValue_1) == 0x00002A, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00002B, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00002C, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_BooleanOR_ReturnValue_2) == 0x00002D, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00002E, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_BooleanOR_ReturnValue_3) == 0x00002F, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000030, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetLastWaveResult_ReturnValue) == 0x000031, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetLastWaveResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000034, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000038, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000039, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00003A, "Member 'ABP_ArenaMaster_C_ExecuteUbergraph_ABP_ArenaMaster::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_ArenaMaster_C \ static_assert(alignof(UABP_ArenaMaster_C) == 0x000010, "Wrong alignment on UABP_ArenaMaster_C"); \ static_assert(sizeof(UABP_ArenaMaster_C) == 0x000BF0, "Wrong size on UABP_ArenaMaster_C"); \ static_assert(offsetof(UABP_ArenaMaster_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_ArenaMaster_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_9) == 0x0002F8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_8) == 0x000320, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_7) == 0x000348, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_6) == 0x000370, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_6) == 0x000398, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_8) == 0x000418, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_5) == 0x000448, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_7) == 0x0004C8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_4) == 0x0004F8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_6) == 0x000578, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_3) == 0x0005A8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_5) == 0x000628, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_5) == 0x000658, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_4) == 0x000680, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_3) == 0x0006A8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_2) == 0x0006D0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult_1) == 0x0006F8, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_TransitionResult) == 0x000720, "Member 'UABP_ArenaMaster_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_RandomPlayer) == 0x000748, "Member 'UABP_ArenaMaster_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_4) == 0x0007C0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_2) == 0x0007F0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_3) == 0x000870, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer_1) == 0x0008A0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_2) == 0x000920, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_SequencePlayer) == 0x000950, "Member 'UABP_ArenaMaster_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult_1) == 0x0009D0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateMachine_1) == 0x000A00, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateResult) == 0x000AB0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_StateMachine) == 0x000AE0, "Member 'UABP_ArenaMaster_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, AnimGraphNode_Slot) == 0x000B90, "Member 'UABP_ArenaMaster_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, ArenaManager) == 0x000BD8, "Member 'UABP_ArenaMaster_C::ArenaManager' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, ArenaInteractActor) == 0x000BE0, "Member 'UABP_ArenaMaster_C::ArenaInteractActor' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, bArenaLoading) == 0x000BE8, "Member 'UABP_ArenaMaster_C::bArenaLoading' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, bWaveCompleteVictory) == 0x000BE9, "Member 'UABP_ArenaMaster_C::bWaveCompleteVictory' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, bWaveCompleteDefeat) == 0x000BEA, "Member 'UABP_ArenaMaster_C::bWaveCompleteDefeat' has a wrong offset!"); \ static_assert(offsetof(UABP_ArenaMaster_C, bArenaFighting) == 0x000BEB, "Member 'UABP_ArenaMaster_C::bArenaFighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Spittle_C_AnimGraph \ static_assert(alignof(ABP_Spittle_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Spittle_C_AnimGraph"); \ static_assert(sizeof(ABP_Spittle_C_AnimGraph) == 0x000010, "Wrong size on ABP_Spittle_C_AnimGraph"); \ static_assert(offsetof(ABP_Spittle_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Spittle_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Spittle_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Spittle_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Spittle_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Spittle_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Spittle_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Spittle_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Spittle_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle \ static_assert(alignof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle) == 0x000008, "Wrong alignment on ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle"); \ static_assert(sizeof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle) == 0x000110, "Wrong size on ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, EntryPoint) == 0x000000, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000006, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue) == 0x000010, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000014, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000016, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000024, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Roll) == 0x000028, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Pitch) == 0x00002C, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Yaw) == 0x000030, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_MakeRotator_ReturnValue) == 0x000034, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, K2Node_Event_DeltaTimeX) == 0x000040, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000044, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetMovementComponent_ReturnValue) == 0x000050, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetMaxSpeed_ReturnValue) == 0x000058, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_FMax_ReturnValue) == 0x00005C, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000060, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_VSize_ReturnValue) == 0x00006C, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000070, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000074, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000078, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000080, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, K2Node_DynamicCast_AsSpittle) == 0x000088, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::K2Node_DynamicCast_AsSpittle' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000092, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_NegateRotator_ReturnValue) == 0x000094, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_ComposeRotators_ReturnValue) == 0x0000A0, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000AC, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetForwardVector_ReturnValue) == 0x0000B8, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Roll_1) == 0x0000C4, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Pitch_1) == 0x0000C8, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakRotator_Yaw_1) == 0x0000CC, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x0000D0, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakVector_X) == 0x0000DC, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakVector_Y) == 0x0000E0, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BreakVector_Z) == 0x0000E4, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Round_ReturnValue) == 0x0000E8, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000EC, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F0, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Round_ReturnValue_1) == 0x0000F4, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000F8, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_1) == 0x0000FC, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_GetInstanceAssetPlayerTimeFromEnd_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000100, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000104, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_BooleanAND_ReturnValue_1) == 0x000105, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_IsAlive_ReturnValue) == 0x000106, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000108, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_IsValid_ReturnValue_1) == 0x00010C, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle, CallFunc_Not_PreBool_ReturnValue) == 0x00010D, "Member 'ABP_Spittle_C_ExecuteUbergraph_ABP_Spittle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Spittle_C \ static_assert(alignof(UABP_Spittle_C) == 0x000010, "Wrong alignment on UABP_Spittle_C"); \ static_assert(sizeof(UABP_Spittle_C) == 0x001850, "Wrong size on UABP_Spittle_C"); \ static_assert(offsetof(UABP_Spittle_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Spittle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Spittle_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_16) == 0x0002F8, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_15) == 0x000320, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_14) == 0x000348, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_13) == 0x000370, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_12) == 0x000398, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_11) == 0x0003C0, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_10) == 0x0003E8, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_9) == 0x000410, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_8) == 0x000438, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_7) == 0x000460, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_6) == 0x000488, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_5) == 0x0004B0, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_4) == 0x0004D8, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_3) == 0x000500, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_2) == 0x000528, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult_1) == 0x000550, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_6) == 0x000578, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_8) == 0x0005F8, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_5) == 0x000628, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_7) == 0x0006A8, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_4) == 0x0006D8, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_6) == 0x000758, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_3) == 0x000788, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_5) == 0x000808, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_BlendSpacePlayer_1) == 0x000838, "Member 'UABP_Spittle_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_4) == 0x000920, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TransitionResult) == 0x000950, "Member 'UABP_Spittle_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_2) == 0x000978, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_3) == 0x0009F8, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer_1) == 0x000A28, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_2) == 0x000AA8, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SequencePlayer) == 0x000AD8, "Member 'UABP_Spittle_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult_1) == 0x000B58, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_BlendSpacePlayer) == 0x000B88, "Member 'UABP_Spittle_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateResult) == 0x000C70, "Member 'UABP_Spittle_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_StateMachine) == 0x000CA0, "Member 'UABP_Spittle_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_Slot) == 0x000D50, "Member 'UABP_Spittle_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_SaveCachedPose) == 0x000D98, "Member 'UABP_Spittle_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_UseCachedPose) == 0x000EF0, "Member 'UABP_Spittle_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_ModifyBone) == 0x000F18, "Member 'UABP_Spittle_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TwoBoneIK_3) == 0x001020, "Member 'UABP_Spittle_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TwoBoneIK_2) == 0x001200, "Member 'UABP_Spittle_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TwoBoneIK_1) == 0x0013E0, "Member 'UABP_Spittle_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_TwoBoneIK) == 0x0015C0, "Member 'UABP_Spittle_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_LocalToComponentSpace) == 0x0017A0, "Member 'UABP_Spittle_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, AnimGraphNode_ComponentToLocalSpace) == 0x0017C0, "Member 'UABP_Spittle_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, Character) == 0x0017E0, "Member 'UABP_Spittle_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, Speed) == 0x0017E8, "Member 'UABP_Spittle_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, MoveForward) == 0x0017EC, "Member 'UABP_Spittle_C::MoveForward' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, MoveRight) == 0x0017F0, "Member 'UABP_Spittle_C::MoveRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, bRunning) == 0x0017F4, "Member 'UABP_Spittle_C::bRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, dRotationYaw) == 0x0017F8, "Member 'UABP_Spittle_C::dRotationYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, SavedRotation) == 0x0017FC, "Member 'UABP_Spittle_C::SavedRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, bDigging) == 0x001808, "Member 'UABP_Spittle_C::bDigging' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, RightUpEffector) == 0x00180C, "Member 'UABP_Spittle_C::RightUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, LeftUpEffector) == 0x001818, "Member 'UABP_Spittle_C::LeftUpEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, RightBackEffector) == 0x001824, "Member 'UABP_Spittle_C::RightBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, LeftBackEffector) == 0x001830, "Member 'UABP_Spittle_C::LeftBackEffector' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, IKRootBoneRotation) == 0x00183C, "Member 'UABP_Spittle_C::IKRootBoneRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, MeshZOffset) == 0x001848, "Member 'UABP_Spittle_C::MeshZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Spittle_C, IKAlpha) == 0x00184C, "Member 'UABP_Spittle_C::IKAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BomberAction_Jump_C_Tick \ static_assert(alignof(BomberAction_Jump_C_Tick) == 0x000004, "Wrong alignment on BomberAction_Jump_C_Tick"); \ static_assert(sizeof(BomberAction_Jump_C_Tick) == 0x000004, "Wrong size on BomberAction_Jump_C_Tick"); \ static_assert(offsetof(BomberAction_Jump_C_Tick, DeltaTime) == 0x000000, "Member 'BomberAction_Jump_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump \ static_assert(alignof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump) == 0x000008, "Wrong alignment on BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump"); \ static_assert(sizeof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump) == 0x000028, "Wrong size on BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, EntryPoint) == 0x000000, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, CallFunc_TryToJump_Result) == 0x000004, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::CallFunc_TryToJump_Result' has a wrong offset!"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, K2Node_Event_DeltaTime) == 0x000008, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, CallFunc_GetOwningPawn_ReturnValue) == 0x000010, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, K2Node_DynamicCast_AsBomber) == 0x000018, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::K2Node_DynamicCast_AsBomber' has a wrong offset!"); \ static_assert(offsetof(BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BomberAction_Jump_C_ExecuteUbergraph_BomberAction_Jump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBomberAction_Jump_C \ static_assert(alignof(UBomberAction_Jump_C) == 0x000008, "Wrong alignment on UBomberAction_Jump_C"); \ static_assert(sizeof(UBomberAction_Jump_C) == 0x0000C8, "Wrong size on UBomberAction_Jump_C"); \ static_assert(offsetof(UBomberAction_Jump_C, UberGraphFrame) == 0x0000B8, "Member 'UBomberAction_Jump_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBomberAction_Jump_C, Character) == 0x0000C0, "Member 'UBomberAction_Jump_C::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JumpSplineActor_C_CreateSpline \ static_assert(alignof(JumpSplineActor_C_CreateSpline) == 0x000004, "Wrong alignment on JumpSplineActor_C_CreateSpline"); \ static_assert(sizeof(JumpSplineActor_C_CreateSpline) == 0x00000C, "Wrong size on JumpSplineActor_C_CreateSpline"); \ static_assert(offsetof(JumpSplineActor_C_CreateSpline, EndLocation_0) == 0x000000, "Member 'JumpSplineActor_C_CreateSpline::EndLocation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor \ static_assert(alignof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor) == 0x000008, "Wrong alignment on JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor"); \ static_assert(sizeof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor) == 0x0002A0, "Wrong size on JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, EntryPoint) == 0x000000, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_CustomEvent_EndLocation) == 0x000004, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_CustomEvent_EndLocation' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, Temp_int_Variable) == 0x000010, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000018, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00002C, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000044, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0000CC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Normal_ReturnValue) == 0x0000D8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E4, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x0000EC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_X) == 0x0000F8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Y) == 0x0000FC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Z) == 0x000100, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, Temp_int_Array_Index_Variable) == 0x000104, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_MakeVector_ReturnValue) == 0x000108, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Array_Get_Item) == 0x000118, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000120, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_AsFGAICharacter) == 0x000130, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_AsFGAICharacter' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00013C, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_AsFGCharacter) == 0x000148, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_AsFGCharacter' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_VectorVector_ReturnValue) == 0x000154, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000160, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Normal_ReturnValue_1) == 0x00016C, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x000178, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_AsJump_Spline_Actor) == 0x000188, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_AsJump_Spline_Actor' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, K2Node_DynamicCast_bSuccess_2) == 0x000190, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_X_1) == 0x000194, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Y_1) == 0x000198, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Z_1) == 0x00019C, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_MakeVector_ReturnValue_1) == 0x0001A0, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0001AC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001B8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_GetDirectionUnitVector_ReturnValue_2) == 0x0001C4, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_GetDirectionUnitVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_X_2) == 0x0001D0, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Y_2) == 0x0001D4, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_BreakVector_Z_2) == 0x0001D8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_MakeVector_ReturnValue_2) == 0x0001DC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, Temp_int_Loop_Counter_Variable) == 0x0001E8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001EC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001FC, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000200, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x00020C, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000294, "Member 'JumpSplineActor_C_ExecuteUbergraph_JumpSplineActor::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJumpSplineActor_C \ static_assert(alignof(AJumpSplineActor_C) == 0x000008, "Wrong alignment on AJumpSplineActor_C"); \ static_assert(sizeof(AJumpSplineActor_C) == 0x000270, "Wrong size on AJumpSplineActor_C"); \ static_assert(offsetof(AJumpSplineActor_C, UberGraphFrame) == 0x000220, "Member 'AJumpSplineActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, Sphere) == 0x000228, "Member 'AJumpSplineActor_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, Spline) == 0x000230, "Member 'AJumpSplineActor_C::Spline' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, DefaultSceneRoot) == 0x000238, "Member 'AJumpSplineActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, EndLocation) == 0x000240, "Member 'AJumpSplineActor_C::EndLocation' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, Offset) == 0x00024C, "Member 'AJumpSplineActor_C::Offset' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, bChangePos) == 0x000258, "Member 'AJumpSplineActor_C::bChangePos' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, Attempts) == 0x00025C, "Member 'AJumpSplineActor_C::Attempts' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, SplinePointLoc) == 0x000260, "Member 'AJumpSplineActor_C::SplinePointLoc' has a wrong offset!"); \ static_assert(offsetof(AJumpSplineActor_C, VectorMod) == 0x00026C, "Member 'AJumpSplineActor_C::VectorMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround \ static_assert(alignof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround) == 0x000008, "Wrong alignment on HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround"); \ static_assert(sizeof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround) == 0x0000E0, "Wrong size on HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, EntryPoint) == 0x000000, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, Temp_int_Array_Index_Variable) == 0x000008, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_IsLocallyControlled_ReturnValue) == 0x000024, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_MakeArray_Array) == 0x000028, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Get_Item) == 0x000038, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_GetAIController_ReturnValue) == 0x000050, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_MoveToLocation_ReturnValue) == 0x000058, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_DynamicCast_AsBird_Teleport) == 0x000060, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_SwitchEnum_CmpSuccess) == 0x000069, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_IsValid_ReturnValue) == 0x00006A, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_GetOwningPawn_ReturnValue) == 0x000078, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_GetAIController_ReturnValue_1) == 0x000090, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000098, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Length_ReturnValue_1) == 0x00009C, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A1, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Length_ReturnValue_2) == 0x0000A4, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A8, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Min_ReturnValue) == 0x0000AC, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000B0, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0000B4, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_Array_Get_Item_2) == 0x0000B8, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_MoveToLocation_ReturnValue_1) == 0x0000C4, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_MoveToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000C5, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, K2Node_Event_DeltaTime) == 0x0000C8, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_GetAIController_ReturnValue_2) == 0x0000D0, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_GetAIController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_GetMoveStatus_ReturnValue) == 0x0000D8, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000DA, "Member 'HTN_Bird_MoveAround_C_ExecuteUbergraph_HTN_Bird_MoveAround::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bird_MoveAround_C_Tick \ static_assert(alignof(HTN_Bird_MoveAround_C_Tick) == 0x000004, "Wrong alignment on HTN_Bird_MoveAround_C_Tick"); \ static_assert(sizeof(HTN_Bird_MoveAround_C_Tick) == 0x000004, "Wrong size on HTN_Bird_MoveAround_C_Tick"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_Tick, DeltaTime) == 0x000000, "Member 'HTN_Bird_MoveAround_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bird_MoveAround_C_CanBeTerminated \ static_assert(alignof(HTN_Bird_MoveAround_C_CanBeTerminated) == 0x000001, "Wrong alignment on HTN_Bird_MoveAround_C_CanBeTerminated"); \ static_assert(sizeof(HTN_Bird_MoveAround_C_CanBeTerminated) == 0x000002, "Wrong size on HTN_Bird_MoveAround_C_CanBeTerminated"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'HTN_Bird_MoveAround_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'HTN_Bird_MoveAround_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bird_MoveAround_C_IsValidAction \ static_assert(alignof(HTN_Bird_MoveAround_C_IsValidAction) == 0x000008, "Wrong alignment on HTN_Bird_MoveAround_C_IsValidAction"); \ static_assert(sizeof(HTN_Bird_MoveAround_C_IsValidAction) == 0x000018, "Wrong size on HTN_Bird_MoveAround_C_IsValidAction"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_IsValidAction, ReturnValue) == 0x000000, "Member 'HTN_Bird_MoveAround_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_IsValidAction, K2Node_DynamicCast_AsBird_Teleport) == 0x000008, "Member 'HTN_Bird_MoveAround_C_IsValidAction::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_MoveAround_C_IsValidAction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'HTN_Bird_MoveAround_C_IsValidAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_Bird_MoveAround_C \ static_assert(alignof(UHTN_Bird_MoveAround_C) == 0x000008, "Wrong alignment on UHTN_Bird_MoveAround_C"); \ static_assert(sizeof(UHTN_Bird_MoveAround_C) == 0x0000D8, "Wrong size on UHTN_Bird_MoveAround_C"); \ static_assert(offsetof(UHTN_Bird_MoveAround_C, UberGraphFrame) == 0x0000B8, "Member 'UHTN_Bird_MoveAround_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_MoveAround_C, bPlaying) == 0x0000C0, "Member 'UHTN_Bird_MoveAround_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_MoveAround_C, BestDistance) == 0x0000C4, "Member 'UHTN_Bird_MoveAround_C::BestDistance' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_MoveAround_C, BestLocations) == 0x0000C8, "Member 'UHTN_Bird_MoveAround_C::BestLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_Fire \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_Fire) == 0x000008, "Wrong alignment on SpittleAction_HTNRangedAttack_C_Fire"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_Fire) == 0x000010, "Wrong size on SpittleAction_HTNRangedAttack_C_Fire"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_Fire, K2Node_DynamicCast_AsSpittle) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_Fire::K2Node_DynamicCast_AsSpittle' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_Fire, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'SpittleAction_HTNRangedAttack_C_Fire::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731 \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731) == 0x000008, "Wrong size on SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731, NotifyName) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_OnNotifyEnd_39C02A2849202260A53718AC69758731::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731 \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731) == 0x000008, "Wrong size on SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731, NotifyName) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_OnNotifyBegin_39C02A2849202260A53718AC69758731::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731 \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731) == 0x000008, "Wrong size on SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731, NotifyName) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_OnInterrupted_39C02A2849202260A53718AC69758731::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731 \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731) == 0x000008, "Wrong size on SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731, NotifyName) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_OnBlendOut_39C02A2849202260A53718AC69758731::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731 \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731) == 0x000008, "Wrong size on SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731, NotifyName) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_OnCompleted_39C02A2849202260A53718AC69758731::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_Tick \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_Tick) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_Tick"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_Tick) == 0x000004, "Wrong size on SpittleAction_HTNRangedAttack_C_Tick"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_Tick, DeltaTime) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack) == 0x000008, "Wrong alignment on SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack) == 0x0000F0, "Wrong size on SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, EntryPoint) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_4) == 0x000024, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_3) == 0x00002C, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_2) == 0x000044, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName_1) == 0x00005C, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000064, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CustomEvent_NotifyName) == 0x000074, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_CreateDelegate_OutputDelegate_5) == 0x00007C, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, Temp_name_Variable) == 0x00008C, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000098, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue) == 0x0000A8, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue) == 0x0000B0, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_GetController_ReturnValue) == 0x0000B8, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000C0, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_GetOwningPawn_ReturnValue_2) == 0x0000C8, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0000D0, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x0000D1, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000D4, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D8, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, K2Node_Event_DeltaTime) == 0x0000DC, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000E0, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack, CallFunc_IsPlaying_ReturnValue) == 0x0000E8, "Member 'SpittleAction_HTNRangedAttack_C_ExecuteUbergraph_SpittleAction_HTNRangedAttack::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpittleAction_HTNRangedAttack_C_IsValidAction \ static_assert(alignof(SpittleAction_HTNRangedAttack_C_IsValidAction) == 0x000004, "Wrong alignment on SpittleAction_HTNRangedAttack_C_IsValidAction"); \ static_assert(sizeof(SpittleAction_HTNRangedAttack_C_IsValidAction) == 0x000010, "Wrong size on SpittleAction_HTNRangedAttack_C_IsValidAction"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_IsValidAction, ReturnValue) == 0x000000, "Member 'SpittleAction_HTNRangedAttack_C_IsValidAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_IsValidAction, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000004, "Member 'SpittleAction_HTNRangedAttack_C_IsValidAction::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_IsValidAction, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'SpittleAction_HTNRangedAttack_C_IsValidAction::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SpittleAction_HTNRangedAttack_C_IsValidAction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'SpittleAction_HTNRangedAttack_C_IsValidAction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpittleAction_HTNRangedAttack_C \ static_assert(alignof(USpittleAction_HTNRangedAttack_C) == 0x000008, "Wrong alignment on USpittleAction_HTNRangedAttack_C"); \ static_assert(sizeof(USpittleAction_HTNRangedAttack_C) == 0x0000D8, "Wrong size on USpittleAction_HTNRangedAttack_C"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, UberGraphFrame) == 0x0000B8, "Member 'USpittleAction_HTNRangedAttack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, CoolDownTime) == 0x0000C0, "Member 'USpittleAction_HTNRangedAttack_C::CoolDownTime' has a wrong offset!"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, bOnCooldown) == 0x0000C4, "Member 'USpittleAction_HTNRangedAttack_C::bOnCooldown' has a wrong offset!"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, AttackMontage) == 0x0000C8, "Member 'USpittleAction_HTNRangedAttack_C::AttackMontage' has a wrong offset!"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, bPlayingAttack) == 0x0000D0, "Member 'USpittleAction_HTNRangedAttack_C::bPlayingAttack' has a wrong offset!"); \ static_assert(offsetof(USpittleAction_HTNRangedAttack_C, DesiredMinAttackRange) == 0x0000D4, "Member 'USpittleAction_HTNRangedAttack_C::DesiredMinAttackRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALLVT_Tank_T2_C \ static_assert(alignof(ALLVT_Tank_T2_C) == 0x000008, "Wrong alignment on ALLVT_Tank_T2_C"); \ static_assert(sizeof(ALLVT_Tank_T2_C) == 0x000270, "Wrong size on ALLVT_Tank_T2_C"); \ static_assert(offsetof(ALLVT_Tank_T2_C, DefaultSceneRoot) == 0x000268, "Member 'ALLVT_Tank_T2_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AB_Blocker_C_AnimGraph \ static_assert(alignof(AB_Blocker_C_AnimGraph) == 0x000008, "Wrong alignment on AB_Blocker_C_AnimGraph"); \ static_assert(sizeof(AB_Blocker_C_AnimGraph) == 0x000010, "Wrong size on AB_Blocker_C_AnimGraph"); \ static_assert(offsetof(AB_Blocker_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'AB_Blocker_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AB_Blocker_C_BlueprintUpdateAnimation \ static_assert(alignof(AB_Blocker_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on AB_Blocker_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(AB_Blocker_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on AB_Blocker_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(AB_Blocker_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'AB_Blocker_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AB_Blocker_C_ExecuteUbergraph_AB_Blocker \ static_assert(alignof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker) == 0x000008, "Wrong alignment on AB_Blocker_C_ExecuteUbergraph_AB_Blocker"); \ static_assert(sizeof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker) == 0x000020, "Wrong size on AB_Blocker_C_ExecuteUbergraph_AB_Blocker"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, EntryPoint) == 0x000000, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, K2Node_DynamicCast_AsRails_Path_Blocker) == 0x000010, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::K2Node_DynamicCast_AsRails_Path_Blocker' has a wrong offset!"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AB_Blocker_C_ExecuteUbergraph_AB_Blocker, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'AB_Blocker_C_ExecuteUbergraph_AB_Blocker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAB_Blocker_C \ static_assert(alignof(UAB_Blocker_C) == 0x000010, "Wrong alignment on UAB_Blocker_C"); \ static_assert(sizeof(UAB_Blocker_C) == 0x0005D0, "Wrong size on UAB_Blocker_C"); \ static_assert(offsetof(UAB_Blocker_C, UberGraphFrame) == 0x0002C0, "Member 'UAB_Blocker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UAB_Blocker_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_TransitionResult_2) == 0x0002F8, "Member 'UAB_Blocker_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_TransitionResult_1) == 0x000320, "Member 'UAB_Blocker_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_TransitionResult) == 0x000348, "Member 'UAB_Blocker_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_StateResult_2) == 0x000370, "Member 'UAB_Blocker_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_SequencePlayer_1) == 0x0003A0, "Member 'UAB_Blocker_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_StateResult_1) == 0x000420, "Member 'UAB_Blocker_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_SequencePlayer) == 0x000450, "Member 'UAB_Blocker_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_StateResult) == 0x0004D0, "Member 'UAB_Blocker_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, AnimGraphNode_StateMachine) == 0x000500, "Member 'UAB_Blocker_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, bOverlapingOn) == 0x0005B0, "Member 'UAB_Blocker_C::bOverlapingOn' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, PathBlocker) == 0x0005B8, "Member 'UAB_Blocker_C::PathBlocker' has a wrong offset!"); \ static_assert(offsetof(UAB_Blocker_C, bIsVisible) == 0x0005C0, "Member 'UAB_Blocker_C::bIsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainMenu_C_BoneCustomization \ static_assert(alignof(ABP_MainMenu_C_BoneCustomization) == 0x000008, "Wrong alignment on ABP_MainMenu_C_BoneCustomization"); \ static_assert(sizeof(ABP_MainMenu_C_BoneCustomization) == 0x000020, "Wrong size on ABP_MainMenu_C_BoneCustomization"); \ static_assert(offsetof(ABP_MainMenu_C_BoneCustomization, InPose) == 0x000000, "Member 'ABP_MainMenu_C_BoneCustomization::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_BoneCustomization, BoneCustomization_0) == 0x000010, "Member 'ABP_MainMenu_C_BoneCustomization::BoneCustomization_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainMenu_C_AnimGraph \ static_assert(alignof(ABP_MainMenu_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MainMenu_C_AnimGraph"); \ static_assert(sizeof(ABP_MainMenu_C_AnimGraph) == 0x000010, "Wrong size on ABP_MainMenu_C_AnimGraph"); \ static_assert(offsetof(ABP_MainMenu_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MainMenu_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainMenu_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_MainMenu_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_MainMenu_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_MainMenu_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_MainMenu_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_MainMenu_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_MainMenu_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu \ static_assert(alignof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu) == 0x000008, "Wrong alignment on ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu"); \ static_assert(sizeof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu) == 0x000030, "Wrong size on ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, EntryPoint) == 0x000000, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_Montage_Play_ReturnValue) == 0x000008, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, K2Node_Event_DeltaTimeX) == 0x00000C, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_GetOwningActor_ReturnValue) == 0x000010, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, K2Node_DynamicCast_AsThird_Person_Character_Gregory) == 0x000018, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::K2Node_DynamicCast_AsThird_Person_Character_Gregory' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_FInterpTo_ReturnValue) == 0x000024, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000028, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'ABP_MainMenu_C_ExecuteUbergraph_ABP_MainMenu::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MainMenu_C \ static_assert(alignof(UABP_MainMenu_C) == 0x000010, "Wrong alignment on UABP_MainMenu_C"); \ static_assert(sizeof(UABP_MainMenu_C) == 0x003860, "Wrong size on UABP_MainMenu_C"); \ static_assert(offsetof(UABP_MainMenu_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MainMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_Root_1) == 0x0002C8, "Member 'UABP_MainMenu_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_LinkedInputPose) == 0x0002F8, "Member 'UABP_MainMenu_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_LocalToComponentSpace) == 0x000410, "Member 'UABP_MainMenu_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_ComponentToLocalSpace) == 0x000430, "Member 'UABP_MainMenu_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_44) == 0x000450, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_44' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_43) == 0x000560, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_43' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_42) == 0x000670, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_42' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_41) == 0x000780, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_41' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_40) == 0x000890, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_40' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_39) == 0x0009A0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_39' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_38) == 0x000AB0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_38' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_37) == 0x000BC0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_37' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_36) == 0x000CD0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_36' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_35) == 0x000DE0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_35' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_34) == 0x000EF0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_34' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_33) == 0x001000, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_33' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_32) == 0x001110, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_32' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_31) == 0x001220, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_31' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_30) == 0x001330, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_30' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_29) == 0x001440, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_29' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_28) == 0x001550, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_28' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_27) == 0x001660, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_27' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_26) == 0x001770, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_26' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_25) == 0x001880, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_25' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_24) == 0x001990, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_24' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_23) == 0x001AA0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_23' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_22) == 0x001BB0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_22' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_21) == 0x001CC0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_21' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_20) == 0x001DD0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_20' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_19) == 0x001EE0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_19' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_18) == 0x001FF0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_18' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_17) == 0x002100, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_17' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_16) == 0x002210, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_16' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_15) == 0x002320, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_15' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_14) == 0x002430, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_14' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_13) == 0x002540, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_13' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_12) == 0x002650, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_12' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_11) == 0x002760, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_11' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_10) == 0x002870, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_10' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_9) == 0x002980, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_9' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_8) == 0x002A90, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_7) == 0x002BA0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_6) == 0x002CB0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_5) == 0x002DC0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_4) == 0x002ED0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_3) == 0x002FE0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_2) == 0x0030F0, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone_1) == 0x003200, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, FGAnimGraphNode_ModifyBone) == 0x003310, "Member 'UABP_MainMenu_C::FGAnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_Root) == 0x003420, "Member 'UABP_MainMenu_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_BlendListByBool) == 0x003450, "Member 'UABP_MainMenu_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_SequencePlayer_2) == 0x0034F0, "Member 'UABP_MainMenu_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_SequencePlayer_1) == 0x003570, "Member 'UABP_MainMenu_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_LinkedAnimLayer) == 0x0035F0, "Member 'UABP_MainMenu_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x0036A0, "Member 'UABP_MainMenu_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_SequencePlayer) == 0x003770, "Member 'UABP_MainMenu_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, AnimGraphNode_Slot) == 0x0037F0, "Member 'UABP_MainMenu_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, IsLookAtNow) == 0x003838, "Member 'UABP_MainMenu_C::IsLookAtNow' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, Character) == 0x003840, "Member 'UABP_MainMenu_C::Character' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, HeadRotateAlpha) == 0x003848, "Member 'UABP_MainMenu_C::HeadRotateAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, bNeedEyeBlink) == 0x00384C, "Member 'UABP_MainMenu_C::bNeedEyeBlink' has a wrong offset!"); \ static_assert(offsetof(UABP_MainMenu_C, BlinkEyesTIme) == 0x003850, "Member 'UABP_MainMenu_C::BlinkEyesTIme' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChaseEntrance_Rails_C \ static_assert(alignof(AChaseEntrance_Rails_C) == 0x000008, "Wrong alignment on AChaseEntrance_Rails_C"); \ static_assert(sizeof(AChaseEntrance_Rails_C) == 0x0002B0, "Wrong size on AChaseEntrance_Rails_C"); \ #define DUMPER7_ASSERTS_AChaseExit_Rails_C \ static_assert(alignof(AChaseExit_Rails_C) == 0x000008, "Wrong alignment on AChaseExit_Rails_C"); \ static_assert(sizeof(AChaseExit_Rails_C) == 0x0002B0, "Wrong size on AChaseExit_Rails_C"); \ #define DUMPER7_ASSERTS_Rails_C_CreateRailsSplineV4 \ static_assert(alignof(Rails_C_CreateRailsSplineV4) == 0x000010, "Wrong alignment on Rails_C_CreateRailsSplineV4"); \ static_assert(sizeof(Rails_C_CreateRailsSplineV4) == 0x0001D0, "Wrong size on Rails_C_CreateRailsSplineV4"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, SplineComponent) == 0x000000, "Member 'Rails_C_CreateRailsSplineV4::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, StaticMesh) == 0x000008, "Member 'Rails_C_CreateRailsSplineV4::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, LocalStaticMesh) == 0x000010, "Member 'Rails_C_CreateRailsSplineV4::LocalStaticMesh' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, LocalSplineComponent) == 0x000018, "Member 'Rails_C_CreateRailsSplineV4::LocalSplineComponent' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_int_Variable) == 0x000020, "Member 'Rails_C_CreateRailsSplineV4::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_int_Variable_1) == 0x000024, "Member 'Rails_C_CreateRailsSplineV4::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_struct_Variable) == 0x000030, "Member 'Rails_C_CreateRailsSplineV4::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_bool_Variable) == 0x000060, "Member 'Rails_C_CreateRailsSplineV4::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_AddComponent_ReturnValue) == 0x000068, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_int_Variable_2) == 0x000070, "Member 'Rails_C_CreateRailsSplineV4::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000074, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_SetStaticMesh_ReturnValue) == 0x000080, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_GetSplineLength_ReturnValue) == 0x000084, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00008C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x000090, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00009C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_ClampVectorSize_ReturnValue) == 0x0000A8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B4, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1) == 0x0000B8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_ClampVectorSize_ReturnValue_1) == 0x0000C4, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0000D0, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000DC, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X) == 0x0000EC, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y) == 0x0000F0, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z) == 0x0000F4, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000F8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000FC, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_1) == 0x000100, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_1) == 0x000104, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_1) == 0x000108, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_MakeVector_ReturnValue) == 0x000110, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00011C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Array_Length_ReturnValue_2) == 0x000120, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000124, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000130, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_2) == 0x000134, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_2) == 0x000138, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_2) == 0x00013C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, K2Node_Select_Default) == 0x000140, "Member 'Rails_C_CreateRailsSplineV4::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000144, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_3) == 0x000148, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_3) == 0x00014C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_3) == 0x000150, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000154, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_MakeVector_ReturnValue_1) == 0x000160, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_4) == 0x00016C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_4) == 0x000170, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_4) == 0x000174, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000178, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00017C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_5) == 0x000188, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_5) == 0x00018C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_5) == 0x000190, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_6) == 0x000194, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_6) == 0x000198, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_6) == 0x00019C, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0001A0, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, Temp_bool_Variable_1) == 0x0001A4, "Member 'Rails_C_CreateRailsSplineV4::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_MakeVector_ReturnValue_2) == 0x0001A8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, K2Node_Select_Default_1) == 0x0001B4, "Member 'Rails_C_CreateRailsSplineV4::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_X_7) == 0x0001B8, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Y_7) == 0x0001BC, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_BreakVector_Z_7) == 0x0001C0, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(Rails_C_CreateRailsSplineV4, CallFunc_MakeVector_ReturnValue_3) == 0x0001C4, "Member 'Rails_C_CreateRailsSplineV4::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Rails_C_ExecuteUbergraph_Rails \ static_assert(alignof(Rails_C_ExecuteUbergraph_Rails) == 0x000008, "Wrong alignment on Rails_C_ExecuteUbergraph_Rails"); \ static_assert(sizeof(Rails_C_ExecuteUbergraph_Rails) == 0x000060, "Wrong size on Rails_C_ExecuteUbergraph_Rails"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, EntryPoint) == 0x000000, "Member 'Rails_C_ExecuteUbergraph_Rails::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, Temp_bool_Variable) == 0x000004, "Member 'Rails_C_ExecuteUbergraph_Rails::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000005, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, Temp_object_Variable) == 0x000008, "Member 'Rails_C_ExecuteUbergraph_Rails::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, K2Node_Select_Default) == 0x000010, "Member 'Rails_C_ExecuteUbergraph_Rails::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, Temp_int_Array_Index_Variable) == 0x000018, "Member 'Rails_C_ExecuteUbergraph_Rails::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'Rails_C_ExecuteUbergraph_Rails::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, K2Node_MakeArray_Array) == 0x000028, "Member 'Rails_C_ExecuteUbergraph_Rails::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, K2Node_MakeStruct_RailsInfo) == 0x000038, "Member 'Rails_C_ExecuteUbergraph_Rails::K2Node_MakeStruct_RailsInfo' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_IsWithEditor_ReturnValue) == 0x000048, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_IsWithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_Array_Get_Item) == 0x000050, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_SetStaticMesh_ReturnValue) == 0x00005C, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Rails_C_ExecuteUbergraph_Rails, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'Rails_C_ExecuteUbergraph_Rails::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARails_C \ static_assert(alignof(ARails_C) == 0x000008, "Wrong alignment on ARails_C"); \ static_assert(sizeof(ARails_C) == 0x0002B0, "Wrong size on ARails_C"); \ static_assert(offsetof(ARails_C, UberGraphFrame) == 0x000280, "Member 'ARails_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARails_C, LastLocation) == 0x000288, "Member 'ARails_C::LastLocation' has a wrong offset!"); \ static_assert(offsetof(ARails_C, TempY) == 0x000294, "Member 'ARails_C::TempY' has a wrong offset!"); \ static_assert(offsetof(ARails_C, bTest) == 0x000298, "Member 'ARails_C::bTest' has a wrong offset!"); \ static_assert(offsetof(ARails_C, bSmoothStart) == 0x000299, "Member 'ARails_C::bSmoothStart' has a wrong offset!"); \ static_assert(offsetof(ARails_C, bSmoothEnd) == 0x00029A, "Member 'ARails_C::bSmoothEnd' has a wrong offset!"); \ static_assert(offsetof(ARails_C, SplineMeshComponents) == 0x0002A0, "Member 'ARails_C::SplineMeshComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaPlayerStart_C \ static_assert(alignof(AArenaPlayerStart_C) == 0x000008, "Wrong alignment on AArenaPlayerStart_C"); \ static_assert(sizeof(AArenaPlayerStart_C) == 0x000250, "Wrong size on AArenaPlayerStart_C"); \ #define DUMPER7_ASSERTS_AArenaVoidPlatformPlayerStart_C \ static_assert(alignof(AArenaVoidPlatformPlayerStart_C) == 0x000008, "Wrong alignment on AArenaVoidPlatformPlayerStart_C"); \ static_assert(sizeof(AArenaVoidPlatformPlayerStart_C) == 0x000250, "Wrong size on AArenaVoidPlatformPlayerStart_C"); \ #define DUMPER7_ASSERTS_AWorldLoadingActor_C \ static_assert(alignof(AWorldLoadingActor_C) == 0x000008, "Wrong alignment on AWorldLoadingActor_C"); \ static_assert(sizeof(AWorldLoadingActor_C) == 0x000290, "Wrong size on AWorldLoadingActor_C"); \ static_assert(offsetof(AWorldLoadingActor_C, FGStreamingInvoker) == 0x000280, "Member 'AWorldLoadingActor_C::FGStreamingInvoker' has a wrong offset!"); \ static_assert(offsetof(AWorldLoadingActor_C, DefaultSceneRoot) == 0x000288, "Member 'AWorldLoadingActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0 \ static_assert(alignof(MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'MainMenuScene_C_InpActEvt_One_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuScene_C_ReceiveTick \ static_assert(alignof(MainMenuScene_C_ReceiveTick) == 0x000004, "Wrong alignment on MainMenuScene_C_ReceiveTick"); \ static_assert(sizeof(MainMenuScene_C_ReceiveTick) == 0x000004, "Wrong size on MainMenuScene_C_ReceiveTick"); \ static_assert(offsetof(MainMenuScene_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'MainMenuScene_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuScene_C_ExecuteUbergraph_MainMenuScene \ static_assert(alignof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene) == 0x000008, "Wrong alignment on MainMenuScene_C_ExecuteUbergraph_MainMenuScene"); \ static_assert(sizeof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene) == 0x000030, "Wrong size on MainMenuScene_C_ExecuteUbergraph_MainMenuScene"); \ static_assert(offsetof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene, EntryPoint) == 0x000000, "Member 'MainMenuScene_C_ExecuteUbergraph_MainMenuScene::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'MainMenuScene_C_ExecuteUbergraph_MainMenuScene::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene, K2Node_InputKeyEvent_Key) == 0x000008, "Member 'MainMenuScene_C_ExecuteUbergraph_MainMenuScene::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000020, "Member 'MainMenuScene_C_ExecuteUbergraph_MainMenuScene::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ static_assert(offsetof(MainMenuScene_C_ExecuteUbergraph_MainMenuScene, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000028, "Member 'MainMenuScene_C_ExecuteUbergraph_MainMenuScene::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainMenuScene_C \ static_assert(alignof(AMainMenuScene_C) == 0x000008, "Wrong alignment on AMainMenuScene_C"); \ static_assert(sizeof(AMainMenuScene_C) == 0x000230, "Wrong size on AMainMenuScene_C"); \ static_assert(offsetof(AMainMenuScene_C, UberGraphFrame) == 0x000228, "Member 'AMainMenuScene_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AContentCustomizationManager_C \ static_assert(alignof(AContentCustomizationManager_C) == 0x000008, "Wrong alignment on AContentCustomizationManager_C"); \ static_assert(sizeof(AContentCustomizationManager_C) == 0x000450, "Wrong size on AContentCustomizationManager_C"); \ static_assert(offsetof(AContentCustomizationManager_C, DefaultSceneRoot) == 0x000448, "Member 'AContentCustomizationManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor \ static_assert(alignof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor) == 0x000008, "Wrong alignment on PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor"); \ static_assert(sizeof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor) == 0x000078, "Wrong size on PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, Location) == 0x000000, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::Location' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, Result) == 0x000010, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::Result' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, Temp) == 0x000018, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::Temp' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, ClosestDistance) == 0x00001C, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::ClosestDistance' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, closestActor) == 0x000020, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::closestActor' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, Temp_int_Array_Index_Variable) == 0x000028, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000038, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Array_Get_Item) == 0x000050, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00005C, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x00006C, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'PlayerTraceGravityVolume_C_Find_Closest_Attach_Actor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'PlayerTraceGravityVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'PlayerTraceGravityVolume_C_BndEvt__PlayerTraceGravityVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume \ static_assert(alignof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume) == 0x000008, "Wrong alignment on PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume"); \ static_assert(sizeof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume) == 0x000150, "Wrong size on PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, EntryPoint) == 0x000000, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, Temp_int_Array_Index_Variable) == 0x000008, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000010, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000018, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000020, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000028, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_AsFGPlayer_Character) == 0x0000B8, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_GetOverlappingActors_OverlappingActors) == 0x0000C8, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x0000E8, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Less_IntInt_ReturnValue) == 0x0000F1, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F8, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000100, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000108, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000110, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_AsFGPlayer_Character_2) == 0x000118, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_AsFGPlayer_Character_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_IsValid_ReturnValue) == 0x000121, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000122, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000123, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000124, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_GetOverlappingActors_OverlappingActors_1) == 0x000130, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_GetOverlappingActors_OverlappingActors_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Find_Closest_Attach_Actor_Result) == 0x000140, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Find_Closest_Attach_Actor_Result' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_IsValid_ReturnValue_1) == 0x00014C, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00014D, "Member 'PlayerTraceGravityVolume_C_ExecuteUbergraph_PlayerTraceGravityVolume::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerTraceGravityVolume_C \ static_assert(alignof(APlayerTraceGravityVolume_C) == 0x000008, "Wrong alignment on APlayerTraceGravityVolume_C"); \ static_assert(sizeof(APlayerTraceGravityVolume_C) == 0x000268, "Wrong size on APlayerTraceGravityVolume_C"); \ static_assert(offsetof(APlayerTraceGravityVolume_C, UberGraphFrame) == 0x000220, "Member 'APlayerTraceGravityVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APlayerTraceGravityVolume_C, Box) == 0x000228, "Member 'APlayerTraceGravityVolume_C::Box' has a wrong offset!"); \ static_assert(offsetof(APlayerTraceGravityVolume_C, StopGravityOnExit) == 0x000230, "Member 'APlayerTraceGravityVolume_C::StopGravityOnExit' has a wrong offset!"); \ static_assert(offsetof(APlayerTraceGravityVolume_C, ActionClass) == 0x000238, "Member 'APlayerTraceGravityVolume_C::ActionClass' has a wrong offset!"); \ static_assert(offsetof(APlayerTraceGravityVolume_C, ActionClassSoft) == 0x000240, "Member 'APlayerTraceGravityVolume_C::ActionClassSoft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CS_C_GIS_001_C \ static_assert(alignof(UBP_CS_C_GIS_001_C) == 0x000010, "Wrong alignment on UBP_CS_C_GIS_001_C"); \ static_assert(sizeof(UBP_CS_C_GIS_001_C) == 0x0000B0, "Wrong size on UBP_CS_C_GIS_001_C"); \ #define DUMPER7_ASSERTS_MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint \ static_assert(alignof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint) == 0x000008, "Wrong alignment on MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint"); \ static_assert(sizeof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint) == 0x000050, "Wrong size on MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, K2Node_DynamicCast_AsHUD_Interface) == 0x000010, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::K2Node_DynamicCast_AsHUD_Interface' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, CallFunc_GetIsGamepadNow_IsGamepad) == 0x000021, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::CallFunc_GetIsGamepadNow_IsGamepad' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, CallFunc_GetUIKey_Key) == 0x000028, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::CallFunc_GetUIKey_Key' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint, K2Node_MakeArray_Array) == 0x000040, "Member 'MainMenuV2_NewGameInteractWidget_C_UpdateKeyHint::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_NewGameInteractWidget_C_SetActionText \ static_assert(alignof(MainMenuV2_NewGameInteractWidget_C_SetActionText) == 0x000008, "Wrong alignment on MainMenuV2_NewGameInteractWidget_C_SetActionText"); \ static_assert(sizeof(MainMenuV2_NewGameInteractWidget_C_SetActionText) == 0x000138, "Wrong size on MainMenuV2_NewGameInteractWidget_C_SetActionText"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, Temp_int_Variable) == 0x000000, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, Temp_text_Variable) == 0x000008, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, K2Node_MakeArray_Array) == 0x000078, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000F0, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_SetActionText, K2Node_Select_Default) == 0x000120, "Member 'MainMenuV2_NewGameInteractWidget_C_SetActionText::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_NewGameInteractWidget_C_PreConstruct \ static_assert(alignof(MainMenuV2_NewGameInteractWidget_C_PreConstruct) == 0x000001, "Wrong alignment on MainMenuV2_NewGameInteractWidget_C_PreConstruct"); \ static_assert(sizeof(MainMenuV2_NewGameInteractWidget_C_PreConstruct) == 0x000001, "Wrong size on MainMenuV2_NewGameInteractWidget_C_PreConstruct"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'MainMenuV2_NewGameInteractWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0 \ static_assert(alignof(MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0) == 0x000001, "Wrong alignment on MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0"); \ static_assert(sizeof(MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0) == 0x000001, "Wrong size on MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0, IsGamepadNOW) == 0x000000, "Member 'MainMenuV2_NewGameInteractWidget_C_GamepadModeChange_Event_0::IsGamepadNOW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget \ static_assert(alignof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget) == 0x000008, "Wrong alignment on MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget"); \ static_assert(sizeof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget) == 0x000078, "Wrong size on MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, EntryPoint) == 0x000000, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_Event_IsDesignTime) == 0x000031, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000048, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_GetPlayerController_ReturnValue_1) == 0x000050, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_CustomEvent_IsGamepadNow) == 0x000058, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_CustomEvent_IsGamepadNow' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, CallFunc_GetHUD_ReturnValue) == 0x000060, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_DynamicCast_AsHUD_Main_Menu_V2) == 0x000068, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_DynamicCast_AsHUD_Main_Menu_V2' has a wrong offset!"); \ static_assert(offsetof(MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'MainMenuV2_NewGameInteractWidget_C_ExecuteUbergraph_MainMenuV2_NewGameInteractWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuV2_NewGameInteractWidget_C \ static_assert(alignof(UMainMenuV2_NewGameInteractWidget_C) == 0x000008, "Wrong alignment on UMainMenuV2_NewGameInteractWidget_C"); \ static_assert(sizeof(UMainMenuV2_NewGameInteractWidget_C) == 0x0002A8, "Wrong size on UMainMenuV2_NewGameInteractWidget_C"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, UberGraphFrame) == 0x000260, "Member 'UMainMenuV2_NewGameInteractWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, Anim_ShowBox) == 0x000268, "Member 'UMainMenuV2_NewGameInteractWidget_C::Anim_ShowBox' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, Box) == 0x000270, "Member 'UMainMenuV2_NewGameInteractWidget_C::Box' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, KeyTooltipWidget) == 0x000278, "Member 'UMainMenuV2_NewGameInteractWidget_C::KeyTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, IsOnPressed) == 0x000280, "Member 'UMainMenuV2_NewGameInteractWidget_C::IsOnPressed' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, OnInteractCompleted) == 0x000288, "Member 'UMainMenuV2_NewGameInteractWidget_C::OnInteractCompleted' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, InteractCount) == 0x000298, "Member 'UMainMenuV2_NewGameInteractWidget_C::InteractCount' has a wrong offset!"); \ static_assert(offsetof(UMainMenuV2_NewGameInteractWidget_C, TimerHandle) == 0x0002A0, "Member 'UMainMenuV2_NewGameInteractWidget_C::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_NeedMove_C_PerformConditionCheck \ static_assert(alignof(Bird_NeedMove_C_PerformConditionCheck) == 0x000008, "Wrong alignment on Bird_NeedMove_C_PerformConditionCheck"); \ static_assert(sizeof(Bird_NeedMove_C_PerformConditionCheck) == 0x000030, "Wrong size on Bird_NeedMove_C_PerformConditionCheck"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, Owner) == 0x000000, "Member 'Bird_NeedMove_C_PerformConditionCheck::Owner' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'Bird_NeedMove_C_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'Bird_NeedMove_C_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, CheckType) == 0x000018, "Member 'Bird_NeedMove_C_PerformConditionCheck::CheckType' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'Bird_NeedMove_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, K2Node_DynamicCast_AsBird_Teleport) == 0x000020, "Member 'Bird_NeedMove_C_PerformConditionCheck::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(Bird_NeedMove_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'Bird_NeedMove_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBird_NeedMove_C \ static_assert(alignof(UBird_NeedMove_C) == 0x000008, "Wrong alignment on UBird_NeedMove_C"); \ static_assert(sizeof(UBird_NeedMove_C) == 0x000088, "Wrong size on UBird_NeedMove_C"); \ #define DUMPER7_ASSERTS_HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport \ static_assert(alignof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport) == 0x000008, "Wrong alignment on HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport"); \ static_assert(sizeof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport) == 0x000050, "Wrong size on HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, EntryPoint) == 0x000000, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_AsBird_Teleport) == 0x000010, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_IsLocallyControlled_ReturnValue) == 0x000019, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_GetAction_ReturnValue) == 0x000020, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_AsBird_Teleport_1) == 0x000030, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_AsBird_Teleport_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000039, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_Event_DeltaTime) == 0x00003C, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_AsAction_Use_Bird_Teleport) == 0x000040, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_AsAction_Use_Bird_Teleport' has a wrong offset!"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'HTN_Bird_PlayTeleport_C_ExecuteUbergraph_HTN_Bird_PlayTeleport::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HTN_Bird_PlayTeleport_C_Tick \ static_assert(alignof(HTN_Bird_PlayTeleport_C_Tick) == 0x000004, "Wrong alignment on HTN_Bird_PlayTeleport_C_Tick"); \ static_assert(sizeof(HTN_Bird_PlayTeleport_C_Tick) == 0x000004, "Wrong size on HTN_Bird_PlayTeleport_C_Tick"); \ static_assert(offsetof(HTN_Bird_PlayTeleport_C_Tick, DeltaTime) == 0x000000, "Member 'HTN_Bird_PlayTeleport_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHTN_Bird_PlayTeleport_C \ static_assert(alignof(UHTN_Bird_PlayTeleport_C) == 0x000008, "Wrong alignment on UHTN_Bird_PlayTeleport_C"); \ static_assert(sizeof(UHTN_Bird_PlayTeleport_C) == 0x0000E8, "Wrong size on UHTN_Bird_PlayTeleport_C"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, UberGraphFrame) == 0x0000B8, "Member 'UHTN_Bird_PlayTeleport_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, bPlaying) == 0x0000C0, "Member 'UHTN_Bird_PlayTeleport_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, BestDistance) == 0x0000C4, "Member 'UHTN_Bird_PlayTeleport_C::BestDistance' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, BestLocations) == 0x0000C8, "Member 'UHTN_Bird_PlayTeleport_C::BestLocations' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, BirdPlayerAction) == 0x0000D8, "Member 'UHTN_Bird_PlayTeleport_C::BirdPlayerAction' has a wrong offset!"); \ static_assert(offsetof(UHTN_Bird_PlayTeleport_C, BirdCharacter) == 0x0000E0, "Member 'UHTN_Bird_PlayTeleport_C::BirdCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit \ static_assert(alignof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit) == 0x000008, "Wrong alignment on Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit"); \ static_assert(sizeof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit) == 0x000108, "Wrong size on Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, EntryPoint) == 0x000000, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, Temp_name_Variable) == 0x00006C, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, Temp_bool_Variable) == 0x000074, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, Temp_bool_Variable_1) == 0x000075, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_Not_PreBool_ReturnValue) == 0x000076, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_DynamicCast_AsBird_Teleport) == 0x000078, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_DynamicCast_AsBird_Teleport' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_IsLocallyControlled_ReturnValue) == 0x000081, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_CreateDelegate_OutputDelegate_4) == 0x000084, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000094, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_RandomBool_ReturnValue) == 0x000095, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_Event_DeltaTime) == 0x000098, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_Select_Default) == 0x0000A0, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, K2Node_Select_Default_1) == 0x0000A8, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000B0, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000C0, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x0000C8, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000CC, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_BreakRotator_Roll) == 0x0000D8, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_BreakRotator_Pitch) == 0x0000DC, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_BreakRotator_Yaw) == 0x0000E0, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_MakeRotator_ReturnValue) == 0x0000E4, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F0, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_RInterpTo_ReturnValue) == 0x0000F4, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_RandomFloatInRange_ReturnValue) == 0x000100, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000104, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit, CallFunc_BooleanAND_ReturnValue) == 0x000105, "Member 'Bird_ReactHit_C_ExecuteUbergraph_Bird_ReactHit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_Tick \ static_assert(alignof(Bird_ReactHit_C_Tick) == 0x000004, "Wrong alignment on Bird_ReactHit_C_Tick"); \ static_assert(sizeof(Bird_ReactHit_C_Tick) == 0x000004, "Wrong size on Bird_ReactHit_C_Tick"); \ static_assert(offsetof(Bird_ReactHit_C_Tick, DeltaTime) == 0x000000, "Member 'Bird_ReactHit_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8 \ static_assert(alignof(Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8) == 0x000004, "Wrong alignment on Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8"); \ static_assert(sizeof(Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8) == 0x000008, "Wrong size on Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8"); \ static_assert(offsetof(Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8, NotifyName) == 0x000000, "Member 'Bird_ReactHit_C_OnCompleted_755999A544792D65E803DF83D5B12BB8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8 \ static_assert(alignof(Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8) == 0x000004, "Wrong alignment on Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8"); \ static_assert(sizeof(Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8) == 0x000008, "Wrong size on Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8"); \ static_assert(offsetof(Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8, NotifyName) == 0x000000, "Member 'Bird_ReactHit_C_OnBlendOut_755999A544792D65E803DF83D5B12BB8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8 \ static_assert(alignof(Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8) == 0x000004, "Wrong alignment on Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8"); \ static_assert(sizeof(Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8) == 0x000008, "Wrong size on Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8"); \ static_assert(offsetof(Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8, NotifyName) == 0x000000, "Member 'Bird_ReactHit_C_OnInterrupted_755999A544792D65E803DF83D5B12BB8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8 \ static_assert(alignof(Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8) == 0x000004, "Wrong alignment on Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8"); \ static_assert(sizeof(Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8) == 0x000008, "Wrong size on Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8"); \ static_assert(offsetof(Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8, NotifyName) == 0x000000, "Member 'Bird_ReactHit_C_OnNotifyBegin_755999A544792D65E803DF83D5B12BB8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8 \ static_assert(alignof(Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8) == 0x000004, "Wrong alignment on Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8"); \ static_assert(sizeof(Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8) == 0x000008, "Wrong size on Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8"); \ static_assert(offsetof(Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8, NotifyName) == 0x000000, "Member 'Bird_ReactHit_C_OnNotifyEnd_755999A544792D65E803DF83D5B12BB8::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Bird_ReactHit_C_CanBeTerminated \ static_assert(alignof(Bird_ReactHit_C_CanBeTerminated) == 0x000001, "Wrong alignment on Bird_ReactHit_C_CanBeTerminated"); \ static_assert(sizeof(Bird_ReactHit_C_CanBeTerminated) == 0x000002, "Wrong size on Bird_ReactHit_C_CanBeTerminated"); \ static_assert(offsetof(Bird_ReactHit_C_CanBeTerminated, ReturnValue) == 0x000000, "Member 'Bird_ReactHit_C_CanBeTerminated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Bird_ReactHit_C_CanBeTerminated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'Bird_ReactHit_C_CanBeTerminated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBird_ReactHit_C \ static_assert(alignof(UBird_ReactHit_C) == 0x000008, "Wrong alignment on UBird_ReactHit_C"); \ static_assert(sizeof(UBird_ReactHit_C) == 0x0000E8, "Wrong size on UBird_ReactHit_C"); \ static_assert(offsetof(UBird_ReactHit_C, UberGraphFrame) == 0x0000B8, "Member 'UBird_ReactHit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, bPlaying) == 0x0000C0, "Member 'UBird_ReactHit_C::bPlaying' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, MontageToPlay1) == 0x0000C8, "Member 'UBird_ReactHit_C::MontageToPlay1' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, MontageToPlay2Close) == 0x0000D0, "Member 'UBird_ReactHit_C::MontageToPlay2Close' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, MontageToPlay3) == 0x0000D8, "Member 'UBird_ReactHit_C::MontageToPlay3' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, DesiredYaw) == 0x0000E0, "Member 'UBird_ReactHit_C::DesiredYaw' has a wrong offset!"); \ static_assert(offsetof(UBird_ReactHit_C, bJumpMontage) == 0x0000E4, "Member 'UBird_ReactHit_C::bJumpMontage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArenaAmmoStruct \ static_assert(alignof(FArenaAmmoStruct) == 0x000008, "Wrong alignment on FArenaAmmoStruct"); \ static_assert(sizeof(FArenaAmmoStruct) == 0x000018, "Wrong size on FArenaAmmoStruct"); \ static_assert(offsetof(FArenaAmmoStruct, Wave_2_1441798B49629B4063ABFE8871CC4EA1) == 0x000000, "Member 'FArenaAmmoStruct::Wave_2_1441798B49629B4063ABFE8871CC4EA1' has a wrong offset!"); \ static_assert(offsetof(FArenaAmmoStruct, AmmoList_6_2C2B9A354D4AE3916A3C699B40E1217E) == 0x000008, "Member 'FArenaAmmoStruct::AmmoList_6_2C2B9A354D4AE3916A3C699B40E1217E' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser \ static_assert(alignof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser) == 0x000010, "Wrong alignment on ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser"); \ static_assert(sizeof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser) == 0x000080, "Wrong size on ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, EntryPoint) == 0x000000, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_SimpleDispenseLoot_ReturnValue) == 0x000050, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_SimpleDispenseLoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, K2Node_CustomEvent_CurrentWave) == 0x000054, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::K2Node_CustomEvent_CurrentWave' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Array_Get_Item) == 0x000060, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_BooleanAND_ReturnValue) == 0x00007D, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00007E, "Member 'ArenaDispenser_C_ExecuteUbergraph_ArenaDispenser::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaDispenser_C_Distrubute \ static_assert(alignof(ArenaDispenser_C_Distrubute) == 0x000004, "Wrong alignment on ArenaDispenser_C_Distrubute"); \ static_assert(sizeof(ArenaDispenser_C_Distrubute) == 0x000004, "Wrong size on ArenaDispenser_C_Distrubute"); \ static_assert(offsetof(ArenaDispenser_C_Distrubute, CurrentWave) == 0x000000, "Member 'ArenaDispenser_C_Distrubute::CurrentWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaDispenser_C_GenerateLoot \ static_assert(alignof(ArenaDispenser_C_GenerateLoot) == 0x000008, "Wrong alignment on ArenaDispenser_C_GenerateLoot"); \ static_assert(sizeof(ArenaDispenser_C_GenerateLoot) == 0x0001C8, "Wrong size on ArenaDispenser_C_GenerateLoot"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, LootLists_0) == 0x000000, "Member 'ArenaDispenser_C_GenerateLoot::LootLists_0' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, SingleItemLists) == 0x000010, "Member 'ArenaDispenser_C_GenerateLoot::SingleItemLists' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Inventory_0) == 0x000020, "Member 'ArenaDispenser_C_GenerateLoot::Inventory_0' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, RolledCount) == 0x000028, "Member 'ArenaDispenser_C_GenerateLoot::RolledCount' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, RolledItems) == 0x000030, "Member 'ArenaDispenser_C_GenerateLoot::RolledItems' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_1) == 0x000084, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue) == 0x00008C, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_3) == 0x000090, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000094, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Array_Index_Variable) == 0x000098, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Array_Index_Variable_1) == 0x0000B8, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000BC, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000C0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000C4, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_IsValidClass_ReturnValue) == 0x0000C5, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue) == 0x0000C8, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_DynamicCast_AsFGLootable_Item) == 0x0000D0, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_DynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue) == 0x0000E1, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue) == 0x0000E2, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_SelectFloat_ReturnValue) == 0x0000E8, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Array_Index_Variable_2) == 0x0000EC, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Find_Value) == 0x000100, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Find_ReturnValue) == 0x000104, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_GetDefaultObject_ReturnValue_1) == 0x000108, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_GetDefaultObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_DynamicCast_AsFGLoot_List) == 0x000110, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_DynamicCast_AsFGLoot_List' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_GetAllActorsOfClass_OutActors) == 0x000120, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Roll_ReturnValue) == 0x000130, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Roll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_4) == 0x000140, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000144, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_MapRangeClamped_ReturnValue) == 0x000148, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Values_Values) == 0x000150, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_FTrunc_ReturnValue) == 0x000160, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Keys_Keys) == 0x000168, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Get_Item_2) == 0x000178, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Find_Value_1) == 0x000180, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Map_Find_ReturnValue_1) == 0x000184, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_ClassDynamicCast_AsFGLootable_Item) == 0x000188, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_ClassDynamicCast_AsFGLootable_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, K2Node_ClassDynamicCast_bSuccess) == 0x000190, "Member 'ArenaDispenser_C_GenerateLoot::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_1) == 0x000194, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Array_Length_ReturnValue_5) == 0x000198, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Loop_Counter_Variable_1) == 0x00019C, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001A4, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001A8, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001AC, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001B0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, Temp_int_Loop_Counter_Variable_2) == 0x0001B4, "Member 'ArenaDispenser_C_GenerateLoot::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_BooleanAND_ReturnValue_1) == 0x0001B8, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001B9, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001BC, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0001C0, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_GenerateLoot, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0001C4, "Member 'ArenaDispenser_C_GenerateLoot::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArenaDispenser_C_ShouldDrop \ static_assert(alignof(ArenaDispenser_C_ShouldDrop) == 0x000008, "Wrong alignment on ArenaDispenser_C_ShouldDrop"); \ static_assert(sizeof(ArenaDispenser_C_ShouldDrop) == 0x000038, "Wrong size on ArenaDispenser_C_ShouldDrop"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CurrentWave) == 0x000000, "Member 'ArenaDispenser_C_ShouldDrop::CurrentWave' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, Result) == 0x000004, "Member 'ArenaDispenser_C_ShouldDrop::Result' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, Temp_bool_True_if_break_was_hit_Variable) == 0x000005, "Member 'ArenaDispenser_C_ShouldDrop::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, Temp_int_Array_Index_Variable) == 0x000008, "Member 'ArenaDispenser_C_ShouldDrop::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'ArenaDispenser_C_ShouldDrop::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_Array_Get_Item) == 0x000018, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000035, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ArenaDispenser_C_ShouldDrop, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'ArenaDispenser_C_ShouldDrop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AArenaDispenser_C \ static_assert(alignof(AArenaDispenser_C) == 0x000008, "Wrong alignment on AArenaDispenser_C"); \ static_assert(sizeof(AArenaDispenser_C) == 0x000280, "Wrong size on AArenaDispenser_C"); \ static_assert(offsetof(AArenaDispenser_C, UberGraphFrame) == 0x000220, "Member 'AArenaDispenser_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, FGSplineLootDrop) == 0x000228, "Member 'AArenaDispenser_C::FGSplineLootDrop' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, Billboard) == 0x000230, "Member 'AArenaDispenser_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, Inventory) == 0x000238, "Member 'AArenaDispenser_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, DefaultSceneRoot) == 0x000240, "Member 'AArenaDispenser_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, LootLists) == 0x000248, "Member 'AArenaDispenser_C::LootLists' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, SingleItemList) == 0x000258, "Member 'AArenaDispenser_C::SingleItemList' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, Dispenser_Class) == 0x000268, "Member 'AArenaDispenser_C::Dispenser_Class' has a wrong offset!"); \ static_assert(offsetof(AArenaDispenser_C, AmmoDropList) == 0x000270, "Member 'AArenaDispenser_C::AmmoDropList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport \ static_assert(alignof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport) == 0x000010, "Wrong alignment on Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport"); \ static_assert(sizeof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport) == 0x000710, "Wrong size on Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, EntryPoint) == 0x000000, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_2) == 0x000004, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_1) == 0x00001C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName) == 0x000034, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_name_Variable) == 0x00004C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable) == 0x000054, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000055, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_1) == 0x000068, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_2) == 0x000078, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_3) == 0x000079, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_4) == 0x00007A, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_float_Variable) == 0x00007C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_5) == 0x000080, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_float_Variable_1) == 0x000084, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_6) == 0x000098, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000A0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_7) == 0x0000A8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_8) == 0x0000A9, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_9) == 0x0000AA, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_10) == 0x0000AB, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_11) == 0x0000AC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_12) == 0x0000AD, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_13) == 0x0000AE, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_float_Variable_2) == 0x0000B0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_float_Variable_3) == 0x0000B4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_14) == 0x0000B8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_15) == 0x0000B9, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_16) == 0x0000BA, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_17) == 0x0000BB, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_18) == 0x0000BC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_19) == 0x0000BD, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_19' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Variable_20) == 0x0000BE, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Variable_20' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue) == 0x0000C0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsThird_Person_Character) == 0x0000C8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000D4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_1) == 0x0000E8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000F0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000FC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Roll) == 0x000108, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Pitch) == 0x00010C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Yaw) == 0x000110, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Roll_1) == 0x000114, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Pitch_1) == 0x000118, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Yaw_1) == 0x00011C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Add_FloatFloat_ReturnValue) == 0x000120, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Event_DeltaTime) == 0x000124, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_MakeRotator_ReturnValue) == 0x000128, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsPlaying_ReturnValue) == 0x000134, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000138, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_2) == 0x000148, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000150, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_1) == 0x000158, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00015C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_3) == 0x000168, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000170, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_3) == 0x000180, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue_3) == 0x000188, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000194, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Roll_2) == 0x0001A0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Pitch_2) == 0x0001A4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Yaw_2) == 0x0001A8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_4) == 0x0001B0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_MakeRotator_ReturnValue_1) == 0x0001B8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Not_PreBool_ReturnValue) == 0x000200, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000204, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Subtract_IntInt_ReturnValue) == 0x000208, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x00020C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_X) == 0x000218, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_Y) == 0x00021C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_Z) == 0x000220, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue) == 0x000224, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000228, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00022C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000230, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_1) == 0x00023C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_6) == 0x000240, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_7) == 0x000250, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_5) == 0x000258, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Find_Closest_Attach_Actor_AttachActor) == 0x000260, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Find_Closest_Attach_Actor_AttachActor' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_HasAuthority_ReturnValue) == 0x000268, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_2) == 0x000269, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_6) == 0x000270, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_HasAuthority_ReturnValue_1) == 0x000278, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Find_Closest_Attach_Actor_AttachActor_1) == 0x000280, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Find_Closest_Attach_Actor_AttachActor_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_7) == 0x000288, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Character) == 0x000290, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_2) == 0x000298, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_3) == 0x000299, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00029A, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_4) == 0x00029C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002A4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002A8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_X_1) == 0x0002B4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_Y_1) == 0x0002B8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakVector_Z_1) == 0x0002BC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002C0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Abs_ReturnValue) == 0x0002C4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_4) == 0x0002C8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002CC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_8) == 0x0002E0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetController_ReturnValue) == 0x0002E8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Controller) == 0x0002F0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_3) == 0x0002F8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_5) == 0x0002F9, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_9) == 0x000300, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_8) == 0x000308, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsLocallyControlled_ReturnValue) == 0x000318, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_10) == 0x000320, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x000328, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_Location) == 0x00032C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_6) == 0x000338, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_11) == 0x000340, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_12) == 0x000348, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetMovementComponent_ReturnValue) == 0x000350, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetMovementComponent_ReturnValue_1) == 0x000358, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetMovementComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000360, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_4) == 0x000368, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsCharacter_Movement_Component_1) == 0x000370, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsCharacter_Movement_Component_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_5) == 0x000378, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_Has_Been_Initd_Variable) == 0x000379, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_7) == 0x00037A, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsAlive_ReturnValue) == 0x00037B, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_8) == 0x00037C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_13) == 0x000380, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_HasAuthority_ReturnValue_2) == 0x000388, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_bool_IsClosed_Variable) == 0x000389, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_9) == 0x00038A, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_10) == 0x00038B, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default) == 0x000390, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000398, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_1) == 0x0003A0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0003A8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_14) == 0x0003B0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetController_ReturnValue_1) == 0x0003B8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetControlRotation_ReturnValue) == 0x0003C0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Controller_1) == 0x0003D0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Controller_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_6) == 0x0003D8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue_4) == 0x0003DC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_RInterpTo_Constant_ReturnValue) == 0x0003E8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_RInterpTo_Constant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Camera_Manager) == 0x0003F8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_7) == 0x000400, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetCameraModeAlpha_ReturnValue) == 0x000404, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetCameraModeAlpha_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000408, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Not_PreBool_ReturnValue_2) == 0x000409, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_15) == 0x000410, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetSplineLength_ReturnValue) == 0x000418, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Character_1) == 0x000420, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_8) == 0x000428, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00042C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000430, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000434, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetOwningPawn_ReturnValue_16) == 0x000438, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetOwningPawn_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsThird_Person_Character_2) == 0x000440, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsThird_Person_Character_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_9) == 0x000448, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Add_VectorVector_ReturnValue) == 0x00044C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_11) == 0x000458, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_8) == 0x00045C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_9) == 0x000464, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_2) == 0x000474, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_3) == 0x000478, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_4) == 0x00047C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Less_FloatFloat_ReturnValue) == 0x000480, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_5) == 0x000484, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000488, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_9) == 0x00048C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, Temp_name_Variable_1) == 0x000494, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Not_PreBool_ReturnValue_3) == 0x00049C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00049D, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00049E, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_10) == 0x0004A0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsInFirstPerson_ReturnValue) == 0x0004B0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsInFirstPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_5) == 0x0004B4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_12) == 0x0004BC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0004BD, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_HasAuthority_ReturnValue_3) == 0x0004BE, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_GetActorRotation_ReturnValue_5) == 0x0004C0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_GetActorRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Roll_3) == 0x0004CC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Pitch_3) == 0x0004D0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_BreakRotator_Yaw_3) == 0x0004D4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetController_ReturnValue_2) == 0x0004D8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_MakeRotator_ReturnValue_2) == 0x0004E0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsFGPlayer_Controller_2) == 0x0004F0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsFGPlayer_Controller_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_10) == 0x0004F8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetAnimInstance_ReturnValue) == 0x000500, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000508, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetMovementComponent_ReturnValue_2) == 0x000510, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetMovementComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_AsCharacter_Movement_Component_2) == 0x000518, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_AsCharacter_Movement_Component_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_DynamicCast_bSuccess_11) == 0x000520, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000521, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsPlaying_ReturnValue_1) == 0x000522, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CreateDelegate_OutputDelegate_11) == 0x000524, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_13) == 0x000534, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000538, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsInGravity_ReturnValue) == 0x000540, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsInGravity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_6) == 0x000548, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_7) == 0x000558, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_PlayAnimMontageInfo_ReturnValue) == 0x000568, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_PlayAnimMontageInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_8) == 0x000570, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_9) == 0x000578, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000580, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_14) == 0x000588, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_10) == 0x000590, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_11) == 0x000598, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x0005A0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_IsValid_ReturnValue_15) == 0x0005A8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_12) == 0x0005AC, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_SelectFloat_ReturnValue) == 0x0005B0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_RInterpTo_ReturnValue) == 0x0005B4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x0005C0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_CustomEvent_NotifyName_6) == 0x0005C4, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_13) == 0x0005D0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_14) == 0x0005E0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_PlayAnimMontageInfo_ReturnValue_1) == 0x0005F0, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_PlayAnimMontageInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_15) == 0x0005F8, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_15' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_16) == 0x000608, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_16' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_PlayAnimMontageInfo_ReturnValue_2) == 0x000618, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_PlayAnimMontageInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_17) == 0x000620, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_17' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_18) == 0x000630, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_18' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_PlayAnimMontageInfo_ReturnValue_3) == 0x000640, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_PlayAnimMontageInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_19) == 0x000644, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_19' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000650, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, K2Node_Select_Default_20) == 0x00065C, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::K2Node_Select_Default_20' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_TransformLocation_ReturnValue) == 0x000668, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_VInterpTo_ReturnValue) == 0x000674, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000680, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000708, "Member 'Action_UseBirdTeleport_C_ExecuteUbergraph_Action_UseBirdTeleport::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_SetTargetLocation \ static_assert(alignof(Action_UseBirdTeleport_C_SetTargetLocation) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_SetTargetLocation"); \ static_assert(sizeof(Action_UseBirdTeleport_C_SetTargetLocation) == 0x00000C, "Wrong size on Action_UseBirdTeleport_C_SetTargetLocation"); \ static_assert(offsetof(Action_UseBirdTeleport_C_SetTargetLocation, Location) == 0x000000, "Member 'Action_UseBirdTeleport_C_SetTargetLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_Tick \ static_assert(alignof(Action_UseBirdTeleport_C_Tick) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_Tick"); \ static_assert(sizeof(Action_UseBirdTeleport_C_Tick) == 0x000004, "Wrong size on Action_UseBirdTeleport_C_Tick"); \ static_assert(offsetof(Action_UseBirdTeleport_C_Tick, DeltaTime) == 0x000000, "Member 'Action_UseBirdTeleport_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F \ static_assert(alignof(Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnCompleted_C4C86AA74FC4783B915862A0A3BCBB8F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F \ static_assert(alignof(Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnBlendOut_C4C86AA74FC4783B915862A0A3BCBB8F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F \ static_assert(alignof(Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnInterrupted_C4C86AA74FC4783B915862A0A3BCBB8F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F \ static_assert(alignof(Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnNotifyBegin_C4C86AA74FC4783B915862A0A3BCBB8F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F \ static_assert(alignof(Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnNotifyEnd_C4C86AA74FC4783B915862A0A3BCBB8F::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95 \ static_assert(alignof(Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnCompleted_98A2E84347A17347A41E31BBA85F5B95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95 \ static_assert(alignof(Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnBlendOut_98A2E84347A17347A41E31BBA85F5B95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95 \ static_assert(alignof(Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnInterrupted_98A2E84347A17347A41E31BBA85F5B95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95 \ static_assert(alignof(Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnNotifyBegin_98A2E84347A17347A41E31BBA85F5B95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95 \ static_assert(alignof(Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95) == 0x000004, "Wrong alignment on Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(sizeof(Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95) == 0x000008, "Wrong size on Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95"); \ static_assert(offsetof(Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95, NotifyName) == 0x000000, "Member 'Action_UseBirdTeleport_C_OnNotifyEnd_98A2E84347A17347A41E31BBA85F5B95::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_MoveAlongSpline \ static_assert(alignof(Action_UseBirdTeleport_C_MoveAlongSpline) == 0x000008, "Wrong alignment on Action_UseBirdTeleport_C_MoveAlongSpline"); \ static_assert(sizeof(Action_UseBirdTeleport_C_MoveAlongSpline) == 0x0000D8, "Wrong size on Action_UseBirdTeleport_C_MoveAlongSpline"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, DeltaTime) == 0x000000, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Is_Moving_to_Island_Result) == 0x000004, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Is_Moving_to_Island_Result' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_AsThird_Person_Character) == 0x000018, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_AsThird_Person_Character' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_AsThird_Person_Character_1) == 0x000028, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_AsThird_Person_Character_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Not_PreBool_ReturnValue_1) == 0x000031, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000034, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00003C, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00004C, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GetMovementComponent_ReturnValue) == 0x000050, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000058, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000061, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000064, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000070, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00007C, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000080, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Normal_ReturnValue) == 0x00008C, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GetController_ReturnValue) == 0x000098, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0000A4, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000B0, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000BC, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_MoveAlongSpline, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0000C8, "Member 'Action_UseBirdTeleport_C_MoveAlongSpline::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_RecoverRotation \ static_assert(alignof(Action_UseBirdTeleport_C_RecoverRotation) == 0x000008, "Wrong alignment on Action_UseBirdTeleport_C_RecoverRotation"); \ static_assert(sizeof(Action_UseBirdTeleport_C_RecoverRotation) == 0x000048, "Wrong size on Action_UseBirdTeleport_C_RecoverRotation"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, DeltaTime) == 0x000000, "Member 'Action_UseBirdTeleport_C_RecoverRotation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000014, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_RInterpTo_ReturnValue) == 0x000038, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_RecoverRotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000044, "Member 'Action_UseBirdTeleport_C_RecoverRotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_Is_Moving_to_Island \ static_assert(alignof(Action_UseBirdTeleport_C_Is_Moving_to_Island) == 0x000001, "Wrong alignment on Action_UseBirdTeleport_C_Is_Moving_to_Island"); \ static_assert(sizeof(Action_UseBirdTeleport_C_Is_Moving_to_Island) == 0x000002, "Wrong size on Action_UseBirdTeleport_C_Is_Moving_to_Island"); \ static_assert(offsetof(Action_UseBirdTeleport_C_Is_Moving_to_Island, Result) == 0x000000, "Member 'Action_UseBirdTeleport_C_Is_Moving_to_Island::Result' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_Is_Moving_to_Island, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'Action_UseBirdTeleport_C_Is_Moving_to_Island::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Action_UseBirdTeleport_C_CompleteQuestTask \ static_assert(alignof(Action_UseBirdTeleport_C_CompleteQuestTask) == 0x000008, "Wrong alignment on Action_UseBirdTeleport_C_CompleteQuestTask"); \ static_assert(sizeof(Action_UseBirdTeleport_C_CompleteQuestTask) == 0x000018, "Wrong size on Action_UseBirdTeleport_C_CompleteQuestTask"); \ static_assert(offsetof(Action_UseBirdTeleport_C_CompleteQuestTask, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'Action_UseBirdTeleport_C_CompleteQuestTask::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_CompleteQuestTask, CallFunc_GetQuestGraphManager_ReturnValue) == 0x000008, "Member 'Action_UseBirdTeleport_C_CompleteQuestTask::CallFunc_GetQuestGraphManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_CompleteQuestTask, CallFunc_HasAuthority_ReturnValue) == 0x000010, "Member 'Action_UseBirdTeleport_C_CompleteQuestTask::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Action_UseBirdTeleport_C_CompleteQuestTask, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'Action_UseBirdTeleport_C_CompleteQuestTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAction_UseBirdTeleport_C \ static_assert(alignof(UAction_UseBirdTeleport_C) == 0x000008, "Wrong alignment on UAction_UseBirdTeleport_C"); \ static_assert(sizeof(UAction_UseBirdTeleport_C) == 0x000178, "Wrong size on UAction_UseBirdTeleport_C"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, UberGraphFrame) == 0x000050, "Member 'UAction_UseBirdTeleport_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontage) == 0x000058, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, BirdStartMontage) == 0x000068, "Member 'UAction_UseBirdTeleport_C::BirdStartMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, BirdCharacter) == 0x000070, "Member 'UAction_UseBirdTeleport_C::BirdCharacter' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bSyncActionTransforms) == 0x000078, "Member 'UAction_UseBirdTeleport_C::bSyncActionTransforms' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, RelativeStartLocation) == 0x00007C, "Member 'UAction_UseBirdTeleport_C::RelativeStartLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bSyncStartLocation) == 0x000088, "Member 'UAction_UseBirdTeleport_C::bSyncStartLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, MeshRelative) == 0x00008C, "Member 'UAction_UseBirdTeleport_C::MeshRelative' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bWorking) == 0x000098, "Member 'UAction_UseBirdTeleport_C::bWorking' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, TargetLocation) == 0x00009C, "Member 'UAction_UseBirdTeleport_C::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, CurrentRoad) == 0x0000A8, "Member 'UAction_UseBirdTeleport_C::CurrentRoad' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, ActivePlayer) == 0x0000B0, "Member 'UAction_UseBirdTeleport_C::ActivePlayer' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, DistanceAlongSpline) == 0x0000B8, "Member 'UAction_UseBirdTeleport_C::DistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, Speed) == 0x0000BC, "Member 'UAction_UseBirdTeleport_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bLookingForAttach) == 0x0000C0, "Member 'UAction_UseBirdTeleport_C::bLookingForAttach' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, StartLocation) == 0x0000C4, "Member 'UAction_UseBirdTeleport_C::StartLocation' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bArrived) == 0x0000D0, "Member 'UAction_UseBirdTeleport_C::bArrived' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, DistanceFromGoal) == 0x0000D4, "Member 'UAction_UseBirdTeleport_C::DistanceFromGoal' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, BirdStartFlyMontage) == 0x0000D8, "Member 'UAction_UseBirdTeleport_C::BirdStartFlyMontage' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bInFirsPerson) == 0x0000E0, "Member 'UAction_UseBirdTeleport_C::bInFirsPerson' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, DetachStartDistance) == 0x0000E4, "Member 'UAction_UseBirdTeleport_C::DetachStartDistance' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bPortalSpawned) == 0x0000E8, "Member 'UAction_UseBirdTeleport_C::bPortalSpawned' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bPortalDestroyed) == 0x0000E9, "Member 'UAction_UseBirdTeleport_C::bPortalDestroyed' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bGravityReset) == 0x0000EA, "Member 'UAction_UseBirdTeleport_C::bGravityReset' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontageWithHeavy) == 0x0000F0, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontageWithHeavy' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, ArriveDistance) == 0x000100, "Member 'UAction_UseBirdTeleport_C::ArriveDistance' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bInGravity) == 0x000104, "Member 'UAction_UseBirdTeleport_C::bInGravity' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, bBirdTeleportUsed) == 0x000105, "Member 'UAction_UseBirdTeleport_C::bBirdTeleportUsed' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontageNoGravityFast) == 0x000108, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontageNoGravityFast' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontageGravityFast) == 0x000118, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontageGravityFast' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, BirdStartMontageNoGravityFast) == 0x000128, "Member 'UAction_UseBirdTeleport_C::BirdStartMontageNoGravityFast' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, BirdStartMontageGravityFast) == 0x000130, "Member 'UAction_UseBirdTeleport_C::BirdStartMontageGravityFast' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, RelativeStartLocationFast) == 0x000138, "Member 'UAction_UseBirdTeleport_C::RelativeStartLocationFast' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontageWithHeavyFastGravity) == 0x000148, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontageWithHeavyFastGravity' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, PlayerStartMontageWithHeavyFastNoGravity) == 0x000158, "Member 'UAction_UseBirdTeleport_C::PlayerStartMontageWithHeavyFastNoGravity' has a wrong offset!"); \ static_assert(offsetof(UAction_UseBirdTeleport_C, RelativeStartLocationFastInGravity) == 0x000168, "Member 'UAction_UseBirdTeleport_C::RelativeStartLocationFastInGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_ForceData \ static_assert(alignof(FS_ForceData) == 0x000004, "Wrong alignment on FS_ForceData"); \ static_assert(sizeof(FS_ForceData) == 0x00002C, "Wrong size on FS_ForceData"); \ static_assert(offsetof(FS_ForceData, ForceRange_20_ACCAD2AB4749782C10C50AA0A7861A04) == 0x000000, "Member 'FS_ForceData::ForceRange_20_ACCAD2AB4749782C10C50AA0A7861A04' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, InitialForce_18_8002C3C54846C0B1FC7318AB1C9070D6) == 0x000004, "Member 'FS_ForceData::InitialForce_18_8002C3C54846C0B1FC7318AB1C9070D6' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, EndingForce_12_16B0A5E94EFD00852700338D817AA3F3) == 0x000008, "Member 'FS_ForceData::EndingForce_12_16B0A5E94EFD00852700338D817AA3F3' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, FlowerStartPoint_17_6587684A429039A13D3BE6A4A0DD6A6A) == 0x00000C, "Member 'FS_ForceData::FlowerStartPoint_17_6587684A429039A13D3BE6A4A0DD6A6A' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, FlowerEndPoint_14_9DA16A18482E4F5BFC1673BC157EDE6B) == 0x000018, "Member 'FS_ForceData::FlowerEndPoint_14_9DA16A18482E4F5BFC1673BC157EDE6B' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, InterpSpeed_28_DB8C20084A01409B2DF09183241A22B5) == 0x000024, "Member 'FS_ForceData::InterpSpeed_28_DB8C20084A01409B2DF09183241A22B5' has a wrong offset!"); \ static_assert(offsetof(FS_ForceData, DelayBeforeForce_27_DF5717924CE7FD016A95308B331469E8) == 0x000028, "Member 'FS_ForceData::DelayBeforeForce_27_DF5717924CE7FD016A95308B331469E8' has a wrong offset!"); \ }